diff --git a/.claude/commands/commit-push-pr.md b/.claude/commands/commit-push-pr.md new file mode 100644 index 0000000000..0a624d60ab --- /dev/null +++ b/.claude/commands/commit-push-pr.md @@ -0,0 +1,19 @@ +--- +allowed-tools: Bash(git checkout --branch:*), Bash(git add:*), Bash(git status:*), Bash(git push:*), Bash(git commit:*), Bash(gh pr create:*) +description: Commit, push, and open a PR +--- + +## Context + +- Current git status: !`git status` +- Current git diff (staged and unstaged changes): !`git diff HEAD` +- Current branch: !`git branch --show-current` + +## Your task + +Based on the above changes: +1. Create a new branch if on main +2. Create a single commit with an appropriate message +3. Push the branch to origin +4. Create a pull request using `gh pr create` +5. You have the capability to call multiple tools in a single response. You MUST do all of the above in a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls. diff --git a/.claude/commands/dedupe.md b/.claude/commands/dedupe.md new file mode 100644 index 0000000000..646a4d7fbe --- /dev/null +++ b/.claude/commands/dedupe.md @@ -0,0 +1,38 @@ +--- +allowed-tools: Bash(gh issue view:*), Bash(gh search:*), Bash(gh issue list:*), Bash(gh api:*), Bash(gh issue comment:*) +description: Find duplicate GitHub issues +--- + +Find up to 3 likely duplicate issues for a given GitHub issue. + +To do this, follow these steps precisely: + +1. Use an agent to check if the Github issue (a) is closed, (b) does not need to be deduped (eg. because it is broad product feedback without a specific solution, or positive feedback), or (c) already has a duplicates comment that you made earlier. If so, do not proceed. +2. Use an agent to view a Github issue, and ask the agent to return a summary of the issue +3. Then, launch 5 parallel agents to search Github for duplicates of this issue, using diverse keywords and search approaches, using the summary from #1 +4. Next, feed the results from #1 and #2 into another agent, so that it can filter out false positives, that are likely not actually duplicates of the original issue. If there are no duplicates remaining, do not proceed. +5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates) + +Notes (be sure to tell this to your agents, too): + +- Use `gh` to interact with Github, rather than web fetch +- Do not use other tools, beyond `gh` (eg. don't use other MCP servers, file edit, etc.) +- Make a todo list first +- For your comment, follow the following format precisely (assuming for this example that you found 3 suspected duplicates): + +--- + +Found 3 possible duplicate issues: + +1. +2. +3. + +This issue will be automatically closed as a duplicate in 3 days. + +- If your issue is a duplicate, please close it and 👍 the existing issue instead +- To prevent auto-closure, add a comment or 👎 this comment + +🤖 OrcaSlicer bot + +--- diff --git a/.claude/commands/oncall-triage.md b/.claude/commands/oncall-triage.md new file mode 100644 index 0000000000..656be4af3b --- /dev/null +++ b/.claude/commands/oncall-triage.md @@ -0,0 +1,40 @@ +--- +allowed-tools: Bash(gh issue list:*), Bash(gh issue view:*), Bash(gh issue edit:*), TodoWrite +description: Triage GitHub issues and label critical ones for oncall +--- + +You're an oncall triage assistant for GitHub issues. Your task is to identify critical issues that require immediate oncall attention and apply the "oncall" label. + +Repository: OrcaSlicer/OrcaSlicer + +Task overview: + +1. First, get all open bugs updated in the last 3 days with at least 50 engagements: + ```bash + gh issue list --repo OrcaSlicer/OrcaSlicer --state open --label bug --limit 1000 --json number,title,updatedAt,comments,reactions | jq -r '.[] | select((.updatedAt >= (now - 259200 | strftime("%Y-%m-%dT%H:%M:%SZ"))) and ((.comments | length) + ([.reactions[].content] | length) >= 50)) | "\(.number)"' + ``` + +2. Save the list of issue numbers and create a TODO list with ALL of them. This ensures you process every single one. + +3. For each issue in your TODO list: + - Use `gh issue view --repo OrcaSlicer/OrcaSlicer --json title,body,labels,comments` to get full details + - Read and understand the full issue content and comments to determine actual user impact + - Evaluate: Is this truly blocking users from using Claude Code? + - Consider: "crash", "stuck", "frozen", "hang", "unresponsive", "cannot use", "blocked", "broken" + - Does it prevent core functionality? Can users work around it? + - Be conservative - only flag issues that truly prevent users from getting work done + +4. For issues that are truly blocking and don't already have the "oncall" label: + - Use `gh issue edit --repo OrcaSlicer/OrcaSlicer --add-label "oncall"` + - Mark the issue as complete in your TODO list + +5. After processing all issues, provide a summary: + - List each issue number that received the "oncall" label + - Include the issue title and brief reason why it qualified + - If no issues qualified, state that clearly + +Important: +- Process ALL issues in your TODO list systematically +- Don't post any comments to issues +- Only add the "oncall" label, never remove it +- Use individual `gh issue view` commands instead of bash for loops to avoid approval prompts diff --git a/.doxygen b/.doxygen index fb8ae5f045..d557f6ba85 100644 --- a/.doxygen +++ b/.doxygen @@ -48,7 +48,7 @@ PROJECT_NAME = OrcaSlicer # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.6.3 +PROJECT_NUMBER = latest # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -68,7 +68,7 @@ PROJECT_LOGO = ./resources/images/OrcaSlicer_32px.png # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = ../ +OUTPUT_DIRECTORY = . # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -1059,7 +1059,11 @@ EXCLUDE_SYMLINKS = NO # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories for example use the pattern */test/* -EXCLUDE_PATTERNS = +EXCLUDE_PATTERNS = */deps/* +EXCLUDE_PATTERNS = */build/* +EXCLUDE_PATTERNS = */deps_src/* + + # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the @@ -1286,7 +1290,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = OrcaSlicer_Dev_Document +HTML_OUTPUT = internal_docs # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). @@ -1565,7 +1569,7 @@ TOC_EXPAND = NO # protocol see https://www.sitemaps.org # This tag requires that the tag GENERATE_HTML is set to YES. -SITEMAP_URL = +SITEMAP_URL = internals.orcaslicer.com # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b8477e12c6..c21e7778ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: **Thank you for using Orca Slicer and wanting to report a bug.** Please note that this is not the place to make feature requests or ask for help. - For this, please use the [Feature request](https://github.com/SoftFever/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others. + For this, please use the [Feature request](https://github.com/OrcaSlicer/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others. Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3639de151a..066570738f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://discord.gg/P4VE9UY9gJ about: Please ask and answer support "how do I?"questions here. - name: Discussion Forum - url: https://github.com/SoftFever/OrcaSlicer/discussions + url: https://github.com/OrcaSlicer/OrcaSlicer/discussions about: Please raise ideas and feature suggestions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4ae8a24faa..8494386c5c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,7 @@ body: Thanks for taking the time to fill out this feature request! If your idea is still at the formulation stage, or you're not sure it would - be useful to many users, you can raise it as a discussion topic under [Ideas](https://github.com/SoftFever/OrcaSlicer/discussions/categories/ideas) + be useful to many users, you can raise it as a discussion topic under [Ideas](https://github.com/OrcaSlicer/OrcaSlicer/discussions/categories/ideas) or you can raise it on the [Discord server](https://discord.gg/P4VE9UY9gJ). - type: checkboxes attributes: diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index 103f2b2359..12ded0d598 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -14,7 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign the user or unassign stale assignments - uses: takanome-dev/assign-issue-action@v2.3 + # Note: v3.0.0 is broken (dist/index.mjs vs action.yml expects index.js) + # See: https://github.com/takanome-dev/assign-issue-action/issues/426 + uses: takanome-dev/assign-issue-action@v2.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} maintainers: 'noisyfox,softfever' diff --git a/.github/workflows/auto-close-duplicates.yml b/.github/workflows/auto-close-duplicates.yml new file mode 100644 index 0000000000..6612c98a03 --- /dev/null +++ b/.github/workflows/auto-close-duplicates.yml @@ -0,0 +1,31 @@ +name: Auto-close duplicate issues +description: Auto-closes issues that are duplicates of existing issues +on: + schedule: + - cron: "0 9 * * *" + workflow_dispatch: + +jobs: + auto-close-duplicates: + runs-on: ubuntu-latest + timeout-minutes: 10 + permissions: + contents: read + issues: write + + steps: + - name: Checkout repository + uses: actions/checkout@v6 + + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + + - name: Auto-close duplicate issues + run: bun run scripts/auto-close-duplicates.ts + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} + GITHUB_REPOSITORY_NAME: ${{ github.event.repository.name }} + STATSIG_API_KEY: ${{ secrets.STATSIG_API_KEY }} diff --git a/.github/workflows/backfill-duplicate-comments.yml b/.github/workflows/backfill-duplicate-comments.yml new file mode 100644 index 0000000000..a4253e8ae0 --- /dev/null +++ b/.github/workflows/backfill-duplicate-comments.yml @@ -0,0 +1,44 @@ +name: Backfill Duplicate Comments +description: Triggers duplicate detection for old issues that don't have duplicate comments + +on: + workflow_dispatch: + inputs: + days_back: + description: 'How many days back to look for old issues' + required: false + default: '90' + type: string + dry_run: + description: 'Dry run mode (true to only log what would be done)' + required: false + default: 'true' + type: choice + options: + - 'true' + - 'false' + +jobs: + backfill-duplicate-comments: + runs-on: ubuntu-latest + timeout-minutes: 30 + permissions: + contents: read + issues: read + actions: write + + steps: + - name: Checkout repository + uses: actions/checkout@v6 + + - name: Setup Bun + uses: oven-sh/setup-bun@v2 + with: + bun-version: latest + + - name: Backfill duplicate comments + run: bun run scripts/backfill-duplicate-comments.ts + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DAYS_BACK: ${{ inputs.days_back }} + DRY_RUN: ${{ inputs.dry_run }} \ No newline at end of file diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 1a46740b8f..010775d119 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -21,6 +21,7 @@ on: - release/* paths: - 'deps/**' + - 'deps_src/**' - 'src/**' - '**/CMakeLists.txt' - 'version.inc' @@ -30,6 +31,7 @@ on: - 'build_release_macos.sh' - 'scripts/flatpak/**' + schedule: - cron: '0 17 * * *' # run once a day at 1 AM Singapore time (UTC+8) @@ -51,7 +53,7 @@ jobs: strategy: fail-fast: false # Don't run scheduled builds on forks: - if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'SoftFever/OrcaSlicer') }} + if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'OrcaSlicer/OrcaSlicer') }} uses: ./.github/workflows/build_check_cache.yml with: os: ubuntu-24.04 @@ -64,10 +66,10 @@ jobs: matrix: include: - os: windows-latest - - os: macos-14 + - os: orca-macos-arm64 arch: arm64 # Don't run scheduled builds on forks: - if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'SoftFever/OrcaSlicer') }} + if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'OrcaSlicer/OrcaSlicer') }} uses: ./.github/workflows/build_check_cache.yml with: os: ${{ matrix.os }} @@ -82,15 +84,16 @@ jobs: if: ${{ !cancelled() && success() }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: sparse-checkout: | .github scripts + tests - name: Apt-Install Dependencies uses: ./.github/actions/apt-install-deps - name: Restore Test Artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ github.sha }}-tests - uses: lukka/get-cmake@latest @@ -102,7 +105,7 @@ jobs: tar -xvf build_tests.tar scripts/run_unit_tests.sh - name: Upload Test Logs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ failure() }} with: name: unit-test-logs @@ -115,13 +118,14 @@ jobs: flatpak: name: "Flatpak" container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47 + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48 options: --privileged volumes: - /usr/local/lib/android:/usr/local/lib/android - /usr/share/dotnet:/usr/share/dotnet - /opt/ghc:/opt/ghc1 - /usr/local/share/boost:/usr/local/share/boost1 + - /opt/hostedtoolcache:/opt/hostedtoolcache1 strategy: fail-fast: false matrix: @@ -131,7 +135,7 @@ jobs: - arch: aarch64 runner: ubuntu-24.04-arm # Don't run scheduled builds on forks: - if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'SoftFever/OrcaSlicer') }} + if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'OrcaSlicer/OrcaSlicer') }} runs-on: ${{ matrix.variant.runner }} env: date: @@ -140,8 +144,8 @@ jobs: steps: - name: "Remove unneeded stuff to free disk space" run: - rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" - - uses: actions/checkout@v5 + rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" /opt/hostedtoolcache1/* + - uses: actions/checkout@v6 - name: Get the version and date run: | ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2) @@ -157,7 +161,7 @@ jobs: echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV echo "git_commit_hash=$git_commit_hash" >> $GITHUB_ENV shell: bash - - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master + - uses: flatpak/flatpak-github-actions/flatpak-builder@master with: bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak manifest-path: scripts/flatpak/io.github.softfever.OrcaSlicer.yml @@ -165,15 +169,15 @@ jobs: arch: ${{ matrix.variant.arch }} upload-artifact: false - name: Upload artifacts Flatpak - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak path: '/__w/OrcaSlicer/OrcaSlicer/OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak' - name: Deploy Flatpak to nightly release - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: /__w/OrcaSlicer/OrcaSlicer/OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak asset_name: OrcaSlicer-Linux-flatpak_nightly_${{ matrix.variant.arch }}.flatpak diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index a97962aa7e..61de1f3ff0 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -26,14 +26,14 @@ jobs: valid-cache: ${{ steps.cache_deps.outputs.cache-hit }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: 'true' - name: set outputs id: set_outputs env: - dep-folder-name: ${{ inputs.os != 'macos-14' && '/OrcaSlicer_dep' || '' }} + dep-folder-name: ${{ inputs.os != 'orca-macos-arm64' && '/OrcaSlicer_dep' || '' }} output-cmd: ${{ inputs.os == 'windows-latest' && '$env:GITHUB_OUTPUT' || '"$GITHUB_OUTPUT"'}} run: | echo cache-key=${{ inputs.os }}-cache-orcaslicer_deps-build-${{ hashFiles('deps/**') }} >> ${{ env.output-cmd }} @@ -41,7 +41,7 @@ jobs: - name: load cache id: cache_deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.set_outputs.outputs.cache-path }} key: ${{ steps.set_outputs.outputs.cache-key }} diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index e4a985b77a..2ebb53dd1f 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -34,12 +34,12 @@ jobs: # Setup the environment - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: 'true' - name: load cached deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ inputs.cache-path }} key: ${{ inputs.cache-key }} @@ -69,23 +69,23 @@ jobs: working-directory: ${{ github.workspace }} run: | choco install strawberryperl - .\build_release_vs2022.bat deps - .\build_release_vs2022.bat pack + .\build_release_vs.bat deps + .\build_release_vs.bat pack cd ${{ github.workspace }}/deps/build - name: Build on Mac ${{ inputs.arch }} - if: inputs.os == 'macos-14' + if: inputs.os == 'orca-macos-arm64' working-directory: ${{ github.workspace }} run: | - brew install automake texinfo libtool - brew list - brew uninstall --ignore-dependencies zstd - ./build_release_macos.sh -dx -a universal -t 10.15 -1 + # brew install automake texinfo libtool + # brew list + # brew uninstall --ignore-dependencies zstd + ./build_release_macos.sh -dx -a universal -t 10.15 for arch in arm64 x86_64; do (cd "${{ github.workspace }}/deps/build/${arch}" && \ find . -mindepth 1 -maxdepth 1 ! -name 'OrcaSlicer_dep' -exec rm -rf {} +) done - brew install zstd + # brew install zstd - name: Apt-Install Dependencies @@ -104,15 +104,15 @@ jobs: # Upload Artifacts # - name: Upload Mac ${{ inputs.arch }} artifacts - # if: inputs.os == 'macos-14' - # uses: actions/upload-artifact@v5 + # if: inputs.os == 'orca-macos-arm64' + # uses: actions/upload-artifact@v6 # with: # name: OrcaSlicer_dep_mac_${{ env.date }} # path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep*.tar.gz - name: Upload Windows artifacts if: inputs.os == 'windows-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_dep_win64_${{ env.date }} path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep*.zip @@ -121,7 +121,7 @@ jobs: if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' }} env: ubuntu-ver: ${{ (inputs.os == 'ubuntu-20.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_dep_ubuntu_${{ env.ubuntu-ver }}_${{ env.date }} path: ${{ github.workspace }}/deps/build/OrcaSlicer_dep_ubuntu_*.tar.gz diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 9da7295565..dbf9d929c7 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -26,12 +26,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: 'true' - name: load cached deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ inputs.cache-path }} key: ${{ inputs.cache-key }} @@ -86,29 +86,29 @@ jobs: # Mac - name: Install tools mac - if: inputs.os == 'macos-14' + if: inputs.os == 'orca-macos-arm64' run: | - brew install libtool - brew list + # brew install libtool + # brew list mkdir -p ${{ github.workspace }}/deps/build - - name: Free disk space - if: inputs.os == 'macos-14' - run: | - df -hI /dev/disk3s1s1 - sudo find /Applications -maxdepth 1 -type d -name "Xcode_*.app" ! -name "Xcode_15.4.app" -exec rm -rf {} + - sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* - df -hI /dev/disk3s1s1 + # - name: Free disk space + # if: inputs.os == 'orca-macos-arm64' + # run: | + # df -hI /dev/disk3s1s1 + # sudo find /Applications -maxdepth 1 -type d -name "Xcode_*.app" ! -name "Xcode_15.4.app" -exec rm -rf {} + + # sudo rm -rf ~/Library/Developer/CoreSimulator/Caches/* + # df -hI /dev/disk3s1s1 - name: Build slicer mac - if: inputs.os == 'macos-14' + if: inputs.os == 'orca-macos-arm64' working-directory: ${{ github.workspace }} run: | - ./build_release_macos.sh -s -n -x -a universal -t 10.15 -1 + ./build_release_macos.sh -s -n -x -a universal -t 10.15 # Thanks to RaySajuuk, it's working now - name: Sign app and notary - if: github.repository == 'SoftFever/OrcaSlicer' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && inputs.os == 'macos-14' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && inputs.os == 'orca-macos-arm64' working-directory: ${{ github.workspace }} env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }} @@ -122,6 +122,8 @@ jobs: security create-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_PATH security set-keychain-settings -lut 21600 $KEYCHAIN_PATH security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN_PATH + # Set the temporary keychain as the default to prevent codesign from accessing the locked login keychain + security default-keychain -s "$KEYCHAIN_PATH" security import $CERTIFICATE_PATH -P $P12_PASSWORD -A -t cert -f pkcs12 -k $KEYCHAIN_PATH security list-keychain -d user -s $KEYCHAIN_PATH security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $P12_PASSWORD $KEYCHAIN_PATH @@ -150,18 +152,17 @@ jobs: fi # Notarize main DMG - xcrun notarytool store-credentials "notarytool-profile" --apple-id "${{ secrets.APPLE_DEV_ACCOUNT }}" --team-id "${{ secrets.TEAM_ID }}" --password "${{ secrets.APP_PWD }}" - xcrun notarytool submit "OrcaSlicer_Mac_universal_${{ env.ver }}.dmg" --keychain-profile "notarytool-profile" --wait + xcrun notarytool submit "OrcaSlicer_Mac_universal_${{ env.ver }}.dmg" --apple-id "${{ secrets.APPLE_DEV_ACCOUNT }}" --team-id "${{ secrets.TEAM_ID }}" --password "${{ secrets.APP_PWD }}" --wait xcrun stapler staple OrcaSlicer_Mac_universal_${{ env.ver }}.dmg - + # Notarize profile validator DMG if it exists if [ -f "OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg" ]; then - xcrun notarytool submit "OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg" --keychain-profile "notarytool-profile" --wait + xcrun notarytool submit "OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg" --apple-id "${{ secrets.APPLE_DEV_ACCOUNT }}" --team-id "${{ secrets.TEAM_ID }}" --password "${{ secrets.APP_PWD }}" --wait xcrun stapler staple OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg fi - name: Create DMG without notary - if: github.ref != 'refs/heads/main' && inputs.os == 'macos-14' + if: github.ref != 'refs/heads/main' && inputs.os == 'orca-macos-arm64' working-directory: ${{ github.workspace }} run: | mkdir -p ${{ github.workspace }}/build/universal/OrcaSlicer_dmg @@ -180,25 +181,25 @@ jobs: fi - name: Upload artifacts mac - if: inputs.os == 'macos-14' - uses: actions/upload-artifact@v5 + if: inputs.os == 'orca-macos-arm64' + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_Mac_universal_${{ env.ver }} path: ${{ github.workspace }}/OrcaSlicer_Mac_universal_${{ env.ver }}.dmg - name: Upload OrcaSlicer_profile_validator DMG mac - if: inputs.os == 'macos-14' - uses: actions/upload-artifact@v5 + if: inputs.os == 'orca-macos-arm64' + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_profile_validator_Mac_universal_DMG_${{ env.ver }} path: ${{ github.workspace }}/OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg if-no-files-found: ignore - name: Deploy Mac release - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'macos-14' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'orca-macos-arm64' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/OrcaSlicer_Mac_universal_${{ env.ver }}.dmg asset_name: OrcaSlicer_Mac_universal_nightly.dmg @@ -206,10 +207,10 @@ jobs: max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - name: Deploy Mac OrcaSlicer_profile_validator DMG release - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'macos-14' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'orca-macos-arm64' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg asset_name: OrcaSlicer_profile_validator_Mac_universal_nightly.dmg @@ -233,7 +234,7 @@ jobs: env: WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\' WindowsSDKVersion: '10.0.26100.0\' - run: .\build_release_vs2022.bat slicer + run: .\build_release_vs.bat slicer - name: Create installer Win if: inputs.os == 'windows-latest' @@ -255,37 +256,37 @@ jobs: - name: Upload artifacts Win zip if: inputs.os == 'windows-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_Windows_${{ env.ver }}_portable path: ${{ github.workspace }}/build/OrcaSlicer - name: Upload artifacts Win installer if: inputs.os == 'windows-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_Windows_${{ env.ver }} path: ${{ github.workspace }}/build/OrcaSlicer*.exe - name: Upload artifacts Win PDB if: inputs.os == 'windows-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: PDB path: ${{ github.workspace }}/build/src/Release/Debug_PDB_${{ env.ver }}_for_developers_only.7z - name: Upload OrcaSlicer_profile_validator Win if: inputs.os == 'windows-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_profile_validator_Windows_${{ env.ver }} path: ${{ github.workspace }}/build/src/Release/OrcaSlicer_profile_validator.exe - name: Deploy Windows release portable - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_${{ env.ver }}_portable.zip asset_name: OrcaSlicer_Windows_nightly_portable.zip @@ -293,10 +294,10 @@ jobs: max_releases: 1 - name: Deploy Windows release installer - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_Installer_${{ env.ver }}.exe asset_name: OrcaSlicer_Windows_Installer_nightly.exe @@ -304,10 +305,10 @@ jobs: max_releases: 1 - name: Deploy Windows OrcaSlicer_profile_validator release - if: github.repository == 'SoftFever/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' && inputs.os == 'windows-latest' uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/src/Release/OrcaSlicer_profile_validator.exe asset_name: OrcaSlicer_profile_validator_Windows_nightly.exe @@ -336,7 +337,7 @@ jobs: # and doesn't preserve file permissions - name: Upload Test Artifact if: inputs.os == 'ubuntu-24.04' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ github.sha }}-tests overwrite: true @@ -358,7 +359,7 @@ jobs: env: ubuntu-ver: ${{ (inputs.os == 'ubuntu-20.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }} path: './build/OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage' @@ -367,25 +368,25 @@ jobs: if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04' }} env: ubuntu-ver: ${{ (inputs.os == 'ubuntu-20.04' && '2004') || (inputs.os == 'ubuntu-24.04' && '2404') || '' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: OrcaSlicer_profile_validator_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }} path: './build/src/Release/OrcaSlicer_profile_validator' - name: Deploy Ubuntu release - if: ${{ github.repository == 'SoftFever/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} + if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} env: ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ./build/OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage asset_name: OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_nightly.AppImage asset_content_type: application/octet-stream max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - name: Deploy Ubuntu release - if: ${{ github.repository == 'SoftFever/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' }} + if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' }} uses: rickstaa/action-create-tag@v1 with: tag: "nightly-builds" @@ -394,12 +395,12 @@ jobs: message: "nightly-builds" - name: Deploy Ubuntu OrcaSlicer_profile_validator release - if: ${{ github.repository == 'SoftFever/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} + if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }} env: ubuntu-ver-str: ${{ (inputs.os == 'ubuntu-24.04' && '_Ubuntu2404') || '' }} uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ./build/src/Release/OrcaSlicer_profile_validator asset_name: OrcaSlicer_profile_validator_Linux${{ env.ubuntu-ver-str }}_nightly @@ -407,10 +408,10 @@ jobs: max_releases: 1 - name: Deploy orca_custom_preset_tests - if: ${{ github.repository == 'SoftFever/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' }} + if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' }} uses: WebFreak001/deploy-nightly@v3.2.0 with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + upload_url: https://uploads.github.com/repos/OrcaSlicer/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/resources/profiles/orca_custom_preset_tests.zip asset_name: orca_custom_preset_tests.zip diff --git a/.github/workflows/check_locale.yml b/.github/workflows/check_locale.yml index 5eed883792..f248ced29c 100644 --- a/.github/workflows/check_locale.yml +++ b/.github/workflows/check_locale.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install gettext run: | diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index f1d75d818f..9da59f43a7 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -1,8 +1,8 @@ name: Check profiles -on: +on: pull_request: - branches: - - main + branches: + - main paths: - 'resources/profiles/**' - ".github/workflows/check_profiles.yml" @@ -10,25 +10,33 @@ on: workflow_dispatch: inputs: logLevel: - description: 'Log level' + description: 'Log level' required: true default: 'warning' +permissions: + pull-requests: write + contents: read + jobs: check_translation: name: Check profiles runs-on: ubuntu-24.04 - steps: + steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run extra JSON check + id: extra_json_check + continue-on-error: true run: | - python3 ./scripts/orca_extra_profile_check.py + set +e + python3 ./scripts/orca_extra_profile_check.py 2>&1 | tee ${{ runner.temp }}/extra_json_check.log + exit ${PIPESTATUS[0]} # download - - name: Download + - name: Download working-directory: ${{ github.workspace }} run: | curl -LJO https://github.com/SoftFever/Orca_tools/releases/download/1/OrcaSlicer_profile_validator @@ -36,15 +44,71 @@ jobs: # validate profiles - name: validate system profiles + id: validate_system + continue-on-error: true run: | - ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 + set +e + ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 2>&1 | tee ${{ runner.temp }}/validate_system.log + exit ${PIPESTATUS[0]} - name: validate custom presets + id: validate_custom + continue-on-error: true working-directory: ${{ github.workspace }} run: | - curl -LJO https://github.com/SoftFever/OrcaSlicer/releases/download/nightly-builds/orca_custom_preset_tests.zip - unzip ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles - ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 + set +e + curl -LJO https://github.com/OrcaSlicer/OrcaSlicer/releases/download/nightly-builds/orca_custom_preset_tests.zip + unzip -q ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles + ./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 2>&1 | tee ${{ runner.temp }}/validate_custom.log + exit ${PIPESTATUS[0]} + + - name: Post error comment on PR + if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} + env: + GH_TOKEN: ${{ github.token }} + run: | + { + echo "## :x: Profile Validation Errors" + echo "" + + if [ "${{ steps.extra_json_check.outcome }}" = "failure" ]; then + echo "### Extra JSON Check Failed" + echo "" + echo '```' + head -c 30000 ${{ runner.temp }}/extra_json_check.log || echo "No output captured" + echo '```' + echo "" + fi + + if [ "${{ steps.validate_system.outcome }}" = "failure" ]; then + echo "### System Profile Validation Failed" + echo "" + echo '```' + head -c 30000 ${{ runner.temp }}/validate_system.log || echo "No output captured" + echo '```' + echo "" + fi + + if [ "${{ steps.validate_custom.outcome }}" = "failure" ]; then + echo "### Custom Preset Validation Failed" + echo "" + echo '```' + head -c 30000 ${{ runner.temp }}/validate_custom.log || echo "No output captured" + echo '```' + echo "" + fi + + echo "---" + echo "*Please fix the above errors and push a new commit.*" + } > ${{ runner.temp }}/pr_comment.md + + gh pr comment ${{ github.event.pull_request.number }} --body-file ${{ runner.temp }}/pr_comment.md + + - name: Fail if any check failed + if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }} + run: | + echo "One or more profile checks failed. See above for details." + exit 1 diff --git a/.github/workflows/dedupe-issues.yml b/.github/workflows/dedupe-issues.yml new file mode 100644 index 0000000000..abaf978d27 --- /dev/null +++ b/.github/workflows/dedupe-issues.yml @@ -0,0 +1,81 @@ +name: Orca Issue Dedupe +description: Automatically dedupe GitHub issues using AI +on: + issues: + types: [opened] + workflow_dispatch: + inputs: + issue_number: + description: 'Issue number to process for duplicate detection' + required: true + type: string + +jobs: + dedupe-issues: + runs-on: ubuntu-latest + timeout-minutes: 30 + permissions: + contents: read + issues: write + + steps: + - name: Checkout repository + uses: actions/checkout@v6 + + - name: Run Claude Code slash command + uses: anthropics/claude-code-base-action@beta + with: + prompt: "/dedupe ${{ github.repository }}/issues/${{ github.event.issue.number || inputs.issue_number }}" + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + claude_args: "--model claude-sonnet-4-5-20250929" + claude_env: | + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Log duplicate comment event to Statsig + if: always() + env: + STATSIG_API_KEY: ${{ secrets.STATSIG_API_KEY }} + run: | + ISSUE_NUMBER=${{ github.event.issue.number || inputs.issue_number }} + REPO=${{ github.repository }} + + if [ -z "$STATSIG_API_KEY" ]; then + echo "STATSIG_API_KEY not found, skipping Statsig logging" + exit 0 + fi + + # Prepare the event payload + EVENT_PAYLOAD=$(jq -n \ + --arg issue_number "$ISSUE_NUMBER" \ + --arg repo "$REPO" \ + --arg triggered_by "${{ github.event_name }}" \ + '{ + events: [{ + eventName: "github_duplicate_comment_added", + value: 1, + metadata: { + repository: $repo, + issue_number: ($issue_number | tonumber), + triggered_by: $triggered_by, + workflow_run_id: "${{ github.run_id }}" + }, + time: (now | floor | tostring) + }] + }') + + # Send to Statsig API + echo "Logging duplicate comment event to Statsig for issue #${ISSUE_NUMBER}" + + RESPONSE=$(curl -s -w "\n%{http_code}" -X POST https://events.statsigapi.net/v1/log_event \ + -H "Content-Type: application/json" \ + -H "STATSIG-API-KEY: ${STATSIG_API_KEY}" \ + -d "$EVENT_PAYLOAD") + + HTTP_CODE=$(echo "$RESPONSE" | tail -n1) + BODY=$(echo "$RESPONSE" | head -n-1) + + if [ "$HTTP_CODE" -eq 200 ] || [ "$HTTP_CODE" -eq 202 ]; then + echo "Successfully logged duplicate comment event for issue #${ISSUE_NUMBER}" + else + echo "Failed to log duplicate comment event for issue #${ISSUE_NUMBER}. HTTP ${HTTP_CODE}: ${BODY}" + fi diff --git a/.github/workflows/doxygen-docs.yml b/.github/workflows/doxygen-docs.yml new file mode 100644 index 0000000000..f30c3e0d0e --- /dev/null +++ b/.github/workflows/doxygen-docs.yml @@ -0,0 +1,78 @@ +name: Generate Doxygen Documentation + +on: + schedule: + - cron: '0 0 * * 1' # Every Monday at midnight UTC + workflow_dispatch: # Manual trigger + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true + +jobs: + build-and-deploy: + name: Build and Deploy Docs + runs-on: ubuntu-latest + timeout-minutes: 60 + # Only run on main branch of the main repository + if: github.repository == 'OrcaSlicer/OrcaSlicer' && github.ref == 'refs/heads/main' + permissions: + contents: read + steps: + - uses: thejerrybao/setup-swap-space@v1 + with: + swap-space-path: /swapfile + swap-size-gb: 8 + remove-existing-swap-files: true + + - name: Checkout repository + uses: actions/checkout@v6 + + - name: Install Doxygen and Graphviz + run: | + set -euo pipefail + sudo apt-get update + sudo apt-get install -y doxygen graphviz + + - name: Generate documentation + run: | + set -euo pipefail + # Override DOT_NUM_THREADS to avoid parallel dot race condition bug + sed -i 's/^DOT_NUM_THREADS.*/DOT_NUM_THREADS = 1/' .doxygen + doxygen .doxygen + # Verify documentation was generated + if [ ! -f "internal_docs/index.html" ]; then + echo "Error: Documentation generation failed - index.html not found" + exit 1 + fi + - name: Install Rclone + run: | + set -euo pipefail + sudo -v + curl -fsSL https://rclone.org/install.sh | sudo bash + + - name: optimize + run: | + set -euo pipefail + rm -f internal_docs/Nodes.xml internal_docs/Tokens.xml + find internal_docs -name "*.map" -type f -delete || true + find internal_docs -name "*.md5" -type f -delete || true + + - name: upload + # We configure rclone dynamically using environment variables + run: | + set -euo pipefail + # Remove existing config if it exists to avoid conflicts + rclone config delete cloudflare 2>/dev/null || true + rclone config create cloudflare s3 \ + provider Cloudflare \ + access_key_id ${{ secrets.R2_ACCESS_KEY_ID }} \ + secret_access_key ${{ secrets.R2_SECRET_ACCESS_KEY }} \ + endpoint ${{ secrets.R2_ENDPOINT }} + + rclone sync internal_docs/ cloudflare:orcaslicer-internals \ + --progress \ + --transfers 512 \ + --checkers 512 + + echo "Documentation upload completed successfully" \ No newline at end of file diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml deleted file mode 100644 index 81664be04e..0000000000 --- a/.github/workflows/orca_bot.yml +++ /dev/null @@ -1,73 +0,0 @@ -name: Orca bot -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - -jobs: - stale: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - contents: write # only for delete-branch option - steps: - - uses: actions/stale@v10 - with: - # PAT for GitHub API authentication - repo-token: ${{ secrets.GITHUB_TOKEN }} - # Max number of operations per run - operations-per-run: 1000 - # Order to get issues/PRs - ascending: true - - # ISSUES - # Do not auto-close an issue if it is assigned to a milestone - exempt-all-issue-milestones: true - # Exempt all issues with assignees from stale - exempt-all-issue-assignees: true - # Exempt feature requests - exempt-issue-labels: "enhancement" - # Idle number of days before marking issues stale - days-before-issue-stale: 90 - # Idle number of days before marking issues close - days-before-issue-close: 7 - # Label to apply on staled issues - stale-issue-label: "stale" - # Issue close reason - close-issue-reason: not_planned - # Remove stale label from issues on updates - remove-issue-stale-when-updated: true - # Issue stale message - stale-issue-message: "Orca bot: this issue is stale because it has been open for 90 days with no activity." - # Issue closure message - close-issue-message: "Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale." - - # PRs - # Do not auto-close a PR if it is assigned to a milestone - exempt-all-pr-milestones: true - # Exempt all PRs with assignees from stale - exempt-all-pr-assignees: true - # Skip the stale action for draft PRs - exempt-draft-pr: true - # Idle number of days before marking PRs stale - days-before-pr-stale: -1 - # Idle number of days before marking PRs close - days-before-pr-close: -1 - # Label to apply on staled PRs - stale-pr-label: "stale" - # Label to apply on closed PRs - close-pr-label: not_planned - # Remove stale label from PRs on updates - remove-pr-stale-when-updated: true - # PR stale message - stale-pr-message: "Orca bot: this PR is stale because it has been open for XX days with no activity." - # PR closure message - close-pr-message: "Orca bot: This PR was closed because it has been inactive for X days since being marked as stale." - # Delete branch after closing a stale PR - delete-branch: true diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml deleted file mode 100644 index 06a0d8f772..0000000000 --- a/.github/workflows/publish_docs_to_wiki.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: Publish docs to Wiki - -# Trigger this action only if there are changes pushed to the doc/** directory under the main branch -on: - push: - paths: - - doc/** # This includes all sub folders - branches: - - main # This can be changed to any branch of your preference - - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - -env: - USER_TOKEN: ${{ secrets.GH_WIKI_PAT }} # This is the repository secret personal access token - USER_NAME: ${{ vars.BOT_USER_NAME }} # Enter the username of your (bot) account - OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner - REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name - -jobs: - publish_docs_to_wiki: - name: Publish docs to Wiki - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v5 - - # 1. Clone the current wiki master branch to a folder named `tmp_wiki` - - name: Pull content from wiki - run: | - git config --global user.name "$USER_NAME" - git config --global user.email "$USER_NAME"@users.noreply.github.com - git clone https://"$USER_TOKEN"@github.com/SoftFever/"$REPOSITORY_NAME".wiki.git tmp_wiki - # 4. Synchronize differences between `doc` & `tmp_wiki` - # 5. Push new Wiki content - - name: Push main repo content to wiki - run: | - rsync -av --delete doc/ tmp_wiki/ --exclude .git - cd tmp_wiki - git add . - git commit -m "Updated Wiki content" - git push origin master diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index db702f467f..d5fe5a35d2 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Cache shellcheck download id: cache-shellcheck-v0_11 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/shellcheck key: ${{ runner.os }}-shellcheck-v0_11 @@ -36,7 +36,7 @@ jobs: tar -xvf ~/sc.tar.xz -C ~ mv ~/shellcheck-"${INPUT_VERSION}"/shellcheck ~/shellcheck - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 1 diff --git a/.github/workflows/update-translation.yml b/.github/workflows/update-translation.yml index aeae4a37b2..983e418b5b 100644 --- a/.github/workflows/update-translation.yml +++ b/.github/workflows/update-translation.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python uses: actions/setup-python@v6 diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml deleted file mode 100644 index b2ce951135..0000000000 --- a/.github/workflows/validate-documentation.yml +++ /dev/null @@ -1,368 +0,0 @@ -name: Validate Documentation - -on: - pull_request: - paths: - - 'src/slic3r/GUI/Tab.cpp' - - 'doc/**/*.md' - workflow_dispatch: - -permissions: - contents: read - pull-requests: write - issues: write - -jobs: - validate: - runs-on: windows-latest - name: Check Documentation - - steps: - - name: Checkout - uses: actions/checkout@v5 - - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v47 - with: - files: | - src/slic3r/GUI/Tab.cpp - doc/**/*.md - - - name: Run validation - if: steps.changed-files.outputs.any_changed == 'true' - shell: pwsh - run: | - # Helper Functions - function Normalize-Fragment($fragment) { - return $fragment.ToLower().Trim() -replace '[^a-z0-9\s-]', '' -replace ' ', '-' -replace '^-+|-+$', '' - } - - function Add-BrokenReference($sourceFile, $line, $target, $issue, $type) { - return @{ - SourceFile = $sourceFile - Line = $line - Target = $target - Issue = $issue - Type = $type - } - } - - function Validate-Fragment($fragment, $availableAnchors, $sourceFile, $line, $target, $type) { - $cleanFragment = $fragment.StartsWith('#') ? $fragment.Substring(1) : $fragment - $normalizedFragment = Normalize-Fragment $cleanFragment - - if ($availableAnchors -notcontains $normalizedFragment) { - return Add-BrokenReference $sourceFile $line $target "Fragment does not exist" $type - } - return $null - } - - function Get-ImagesFromLine($line) { - $images = @() - $lineForParsing = [regex]::Replace($line, '`[^`]*`', '') - - # Process markdown and HTML images - $imagePatterns = @( - @{ Pattern = "!\[([^\]]*)\]\(([^)]+)\)"; Type = "Markdown"; AltGroup = 1; UrlGroup = 2 } - @{ Pattern = ']*>'; Type = "HTML"; AltGroup = -1; UrlGroup = -1 } - ) - - foreach ($pattern in $imagePatterns) { - foreach ($match in [regex]::Matches($lineForParsing, $pattern.Pattern)) { - $altText = "" - $url = "" - - if ($pattern.Type -eq "Markdown") { - $altText = $match.Groups[$pattern.AltGroup].Value - $url = $match.Groups[$pattern.UrlGroup].Value - } else { - # Extract from HTML - $imgTag = $match.Value - if ($imgTag -match 'alt\s*=\s*[`"'']([^`"'']*)[`"'']') { $altText = $matches[1] } - if ($imgTag -match 'src\s*=\s*[`"'']([^`"'']*)[`"'']') { $url = $matches[1] } - } - - $images += @{ - Match = $match.Value - Type = $pattern.Type - AltText = $altText - Url = $url - StartIndex = $match.Index - Length = $match.Length - } - } - } - - return $images - } - - # Initialize - $tabFile = Join-Path $PWD "src/slic3r/GUI/Tab.cpp" - $docDir = Join-Path $PWD 'doc' - $brokenReferences = @() - $docIndex = @{} - - Write-Host "Validating documentation..." -ForegroundColor Blue - - # Validate paths - $hasTabFile = Test-Path $tabFile - if (-not $hasTabFile) { Write-Host "::warning::Tab.cpp file not found at: $tabFile" } - if (-not (Test-Path $docDir)) { Write-Host "::error::doc folder does not exist"; exit 1 } - - # Build documentation index - $mdFiles = Get-ChildItem -Path $docDir -Filter *.md -Recurse -File -ErrorAction SilentlyContinue - - foreach ($mdFile in $mdFiles) { - $baseName = [System.IO.Path]::GetFileNameWithoutExtension($mdFile.Name) - $relPath = (Resolve-Path $mdFile.FullName).Path.Substring($docDir.Length).TrimStart('\', '/') - $content = Get-Content -Path $mdFile.FullName -Encoding UTF8 -Raw - $lines = Get-Content -Path $mdFile.FullName -Encoding UTF8 - - # Extract anchors - $anchors = @() - $anchors += [regex]::Matches($content, '(?i)]*(?:name|id)\s*=\s*[`"'']([^`"'']+)[`"'']') | - ForEach-Object { $_.Groups[1].Value.ToLower() } - $anchors += [regex]::Matches($content, '(?m)^#+\s+(.+)$') | - ForEach-Object { Normalize-Fragment $_.Groups[1].Value.Trim() } - - # Parse links - $links = @() - $inCodeFence = $false - for ($i = 0; $i -lt $lines.Count; $i++) { - $line = $lines[$i] - if ($line.TrimStart() -match '^(```|~~~)') { - $inCodeFence = -not $inCodeFence - continue - } - if ($inCodeFence) { continue } - - $lineForParsing = [regex]::Replace($line, '`[^`]*`', '') - - # Get all images from this line to skip them in link processing - $imagesInLine = Get-ImagesFromLine $line - $imageRanges = @() - foreach ($img in $imagesInLine) { - # Exclude the entire image syntax from link processing - $imageRanges += @{ Start = $img.StartIndex; End = $img.StartIndex + $img.Length } - } - - # Find all markdown links, but exclude those that are part of images - foreach ($linkMatch in [regex]::Matches($lineForParsing, '(?append_single_option_line\s*\(\s*(?:"([^"]+)"|([^,]+?))\s*,\s*"([^"]+)"\s*\)' - $lines = Get-Content -Path $tabFile -Encoding UTF8 - - for ($i = 0; $i -lt $lines.Count; $i++) { - foreach ($match in [regex]::Matches($lines[$i], $regex)) { - $arg2Full = $match.Groups[3].Value.Trim() - - if ($arg2Full.Contains('##')) { - $brokenReferences += Add-BrokenReference "Tab.cpp" ($i + 1) $arg2Full "Use single # for fragments." "Link" - continue - } - - $arg2Parts = $arg2Full -split '#', 2 - $docBase = $arg2Parts[0].Trim() - $fragment = ($arg2Parts.Length -gt 1) ? $arg2Parts[1].Trim() : $null - - if (-not $docIndex.ContainsKey($docBase)) { - $brokenReferences += Add-BrokenReference "Tab.cpp" ($i + 1) $docBase "File does not exist" "Link" - } elseif ($fragment) { - $validationResult = Validate-Fragment $fragment $docIndex[$docBase].Anchors "Tab.cpp" ($i + 1) "$docBase#$fragment" "Link" - if ($validationResult) { $brokenReferences += $validationResult } - } - } - } - } - - # Validate markdown links - foreach ($baseName in $docIndex.Keys) { - foreach ($link in $docIndex[$baseName].Links) { - if (-not $docIndex.ContainsKey($link.TargetBase)) { - $brokenReferences += Add-BrokenReference $link.SourceFile $link.Line "$($link.TargetBase).md" "File does not exist" "Link" - } elseif ($link.Fragment) { - $validationResult = Validate-Fragment $link.Fragment $docIndex[$link.TargetBase].Anchors $link.SourceFile $link.Line "$($link.TargetBase)#$($link.Fragment)" "Link" - if ($validationResult) { $brokenReferences += $validationResult } - } - } - } - - # Validate images - Write-Host "Validating images..." -ForegroundColor Blue - $expectedUrlPattern = '^https://github\.com/SoftFever/OrcaSlicer/blob/main/([^?]+)\?raw=true$' - - foreach ($file in $mdFiles) { - $lines = Get-Content $file.FullName -Encoding UTF8 - $relPath = (Resolve-Path $file.FullName).Path.Substring($docDir.Length).TrimStart('\', '/') - - $inCodeFence = $false - for ($lineNumber = 0; $lineNumber -lt $lines.Count; $lineNumber++) { - $line = $lines[$lineNumber] - if ($line.TrimStart() -match '^(```|~~~)') { - $inCodeFence = -not $inCodeFence - continue - } - if ($inCodeFence) { continue } - - # Use the unified image detection function - $imagesInLine = Get-ImagesFromLine $line - - foreach ($image in $imagesInLine) { - $altText = $image.AltText - $url = $image.Url - $imageMatch = $image.Match - $imageType = $image.Type - - if (-not $altText.Trim() -and $url) { - $brokenReferences += Add-BrokenReference $relPath ($lineNumber + 1) $imageMatch "[$imageType] Missing alt text for image" "Image" - } elseif ($url -and $altText) { - # Validate URL format and file existence - if ($url -match $expectedUrlPattern) { - $relativePathInUrl = $matches[1] - $fileNameFromUrl = [System.IO.Path]::GetFileNameWithoutExtension($relativePathInUrl) - - if ($altText -ne $fileNameFromUrl) { - $brokenReferences += Add-BrokenReference $relPath ($lineNumber + 1) $imageMatch "[$imageType] Alt text `"$altText`" ≠ filename `"$fileNameFromUrl`"" "Image" - } - - $expectedImagePath = Join-Path $PWD ($relativePathInUrl -replace "/", "\") - if (-not (Test-Path $expectedImagePath)) { - $brokenReferences += Add-BrokenReference $relPath ($lineNumber + 1) $imageMatch "[$imageType] Image not found at path: $relativePathInUrl" "Image" - } - } else { - $urlIssues = @() - if (-not $url.StartsWith('https://github.com/SoftFever/OrcaSlicer/blob/main/')) { $urlIssues += "URL must start with expected prefix" } - if (-not $url.EndsWith('?raw=true')) { $urlIssues += "URL must end with '?raw=true'" } - if ($url -match '^https?://(?!github\.com/SoftFever/OrcaSlicer)') { $urlIssues += "External URLs not allowed" } - - $issueText = "[$imageType] URL format issues: " + ($urlIssues -join '; ') - $brokenReferences += Add-BrokenReference $relPath ($lineNumber + 1) $imageMatch $issueText "Image" - } - } - } - } - } - - # Report results - $linkErrors = $brokenReferences | Where-Object { $_.Type -eq "Link" } - $imageErrors = $brokenReferences | Where-Object { $_.Type -eq "Image" } - - if ($brokenReferences.Count -gt 0) { - Write-Host "::error::Documentation validation failed" - - # Build error summary for PR comment - $errorSummary = "" - - # Report link errors - if ($linkErrors) { - Write-Host "::group::🔗 Link Validation Errors" - $errorSummary += "## 🔗 Link Validation Errors`n`n" - $linkErrors | Group-Object SourceFile | ForEach-Object { - Write-Host "📄 $($_.Name):" -ForegroundColor Yellow - $errorSummary += "**📄 doc/$($_.Name):**`n" - $_.Group | Sort-Object Line | ForEach-Object { - Write-Host " Line $($_.Line): $($_.Target) - $($_.Issue)" -ForegroundColor Red - Write-Host "::error file=doc/$($_.SourceFile),line=$($_.Line)::$($_.Target) - $($_.Issue)" - $errorSummary += "- Line $($_.Line): ``$($_.Target)`` - $($_.Issue)`n" - } - $errorSummary += "`n" - } - Write-Host "::endgroup::" - } - - # Report image errors - if ($imageErrors) { - Write-Host "::group::🖼️ Image Validation Errors" - $errorSummary += "## 🖼️ Image Validation Errors`n`n" - $imageErrors | Group-Object SourceFile | ForEach-Object { - Write-Host "📄 $($_.Name):" -ForegroundColor Yellow - $errorSummary += "**📄 doc/$($_.Name):**`n" - $_.Group | Sort-Object Line | ForEach-Object { - Write-Host " Line $($_.Line): $($_.Issue)" -ForegroundColor Red - Write-Host "::error file=doc/$($_.SourceFile),line=$($_.Line)::$($_.Issue)" - $errorSummary += "- Line $($_.Line): $($_.Issue)`n" - } - $errorSummary += "`n" - } - Write-Host "::endgroup::" - } - - # Export error summary for PR comment - Add-Content -Path $env:GITHUB_ENV -Value "VALIDATION_ERRORS< SLIC3R_DESKTOP_INTEGRATION is always 0, othrewise variable. -CMAKE_DEPENDENT_OPTION(SLIC3R_DESKTOP_INTEGRATION "Allow perfoming desktop integration during runtime" 1 "NOT SLIC3R_FHS" 0) +CMAKE_DEPENDENT_OPTION(SLIC3R_DESKTOP_INTEGRATION "Allow performing desktop integration during runtime" 1 "NOT SLIC3R_FHS" 0) set(OPENVDB_FIND_MODULE_PATH "" CACHE PATH "Path to OpenVDB installation's find modules.") @@ -340,7 +350,7 @@ if(WIN32) if (DEFINED ENV{WindowsSdkDir} AND DEFINED ENV{WindowsSDKVersion}) set(WIN10SDK_INCLUDE_PATH "$ENV{WindowsSdkDir}/Include/$ENV{WindowsSDKVersion}") else () - set(WIN10SDK_INCLUDE_PATH "C:/Program Files (x86)/Windows Kits/10/Include/10.0.22000.0") + set(WIN10SDK_INCLUDE_PATH "C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0") endif () if (NOT EXISTS "${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h") message("${WIN10SDK_INCLUDE_PATH}/winrt/windows.graphics.printing3d.h was not found") @@ -565,6 +575,7 @@ endif() if(POLICY CMP0167) cmake_policy(SET CMP0167 NEW) endif() +set(Boost_NO_SYSTEM_PATHS TRUE) find_package(Boost 1.83.0 REQUIRED COMPONENTS system filesystem thread log log_setup locale regex chrono atomic date_time iostreams program_options nowide) add_library(boost_libs INTERFACE) @@ -682,6 +693,10 @@ find_package(PNG REQUIRED) set(OpenGL_GL_PREFERENCE "LEGACY") find_package(OpenGL REQUIRED) +if(APPLE AND CMAKE_VERSION VERSION_GREATER_EQUAL "4.0") + set(OPENGL_LIBRARIES "-framework OpenGL" CACHE STRING "OpenGL framework" FORCE) +endif() + set(GLEW_ROOT "${CMAKE_PREFIX_PATH}") message("GLEW_ROOT: ${GLEW_ROOT}") # Find glew or use bundled version @@ -716,7 +731,7 @@ add_custom_target(gettext_make_pot ) add_custom_target(gettext_merge_po_with_pot WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Merge localization po with new generted pot file" + COMMENT "Merge localization po with new generated pot file" ) file(GLOB BBL_L10N_PO_FILES "${BBL_L18N_DIR}/*/OrcaSlicer*.po") foreach(po_file ${BBL_L10N_PO_FILES}) @@ -930,7 +945,7 @@ set (CPACK_PACKAGE_VERSION_MINOR "${ORCA_VERSION_MINOR}") set (CPACK_PACKAGE_VERSION_PATCH "${ORCA_VERSION_PATCH}") set (CPACK_PACKAGE_FILE_NAME "OrcaSlicer_Windows_Installer_V${SoftFever_VERSION}") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Orca Slicer is an open source slicer for FDM printers") -set (CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/SoftFever/OrcaSlicer") +set (CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/OrcaSlicer/OrcaSlicer") set (CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME}) set (CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/resources/images\\\\OrcaSlicer.ico") set (CPACK_NSIS_MUI_ICON "${CPACK_PACKAGE_ICON}") diff --git a/README.md b/README.md index 2b9f804853..afd418ea0a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SoftFever%2FOrcaSlicer | Trendshift -[![GitHub Repo stars](https://img.shields.io/github/stars/SoftFever/OrcaSlicer)](https://github.com/SoftFever/OrcaSlicer/stargazers) [![Build all](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_all.yml/badge.svg?branch=main)](https://github.com/SoftFever/OrcaSlicer/actions/workflows/build_all.yml) +[![GitHub Repo stars](https://img.shields.io/github/stars/OrcaSlicer/OrcaSlicer)](https://github.com/OrcaSlicer/OrcaSlicer/stargazers) [![Build all](https://github.com/OrcaSlicer/OrcaSlicer/actions/workflows/build_all.yml/badge.svg?branch=main)](https://github.com/OrcaSlicer/OrcaSlicer/actions/workflows/build_all.yml) OrcaSlicer: an open source Next-Gen Slicing Software for Precision 3D Prints. Optimize your prints with ultra-fast slicing, intelligent support generation, and seamless printer compatibility—engineered for perfection. @@ -18,7 +18,7 @@ Optimize your prints with ultra-fast slicing, intelligent support generation, an OrcaSlicer.com #### Github Repository: -GitHub Logo +GitHub Logo #### Follow us: X Logo @@ -44,64 +44,62 @@ If you come across any of these in search results, please report them as # Main features -- **[Advanced Calibration Tools](https://github.com/SoftFever/OrcaSlicer/wiki/Calibration)** +- **[Advanced Calibration Tools](https://www.orcaslicer.com/wiki/Calibration)** Comprehensive suite: temperature towers, flow rate, retraction & more for optimal performance. -- **[Precise Wall](https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_precision#precise-wall) and [Seam Control](https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_seam)** +- **[Precise Wall](https://www.orcaslicer.com/wiki/quality_settings_precision#precise-wall) and [Seam Control](https://www.orcaslicer.com/wiki/quality_settings_seam)** Adjust outer wall spacing and apply scarf seams to enhance print accuracy. -- **[Sandwich Mode](https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_wall_and_surfaces#innerouterinner) and [Polyholes](https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_precision#polyholes) Support** - Use varied infill [patterns](https://github.com/SoftFever/OrcaSlicer/wiki/strength_settings_patterns) and accurate hole shapes for improved clarity. -- **[Overhang](https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_overhangs) and [Support Optimization](https://github.com/SoftFever/OrcaSlicer/wiki#support-settings)** +- **[Sandwich Mode](https://www.orcaslicer.com/wiki/quality_settings_wall_and_surfaces#innerouterinner) and [Polyholes](https://www.orcaslicer.com/wiki/quality_settings_precision#polyholes) Support** + Use varied infill [patterns](https://www.orcaslicer.com/wiki/strength_settings_patterns) and accurate hole shapes for improved clarity. +- **[Overhang](https://www.orcaslicer.com/wiki/quality_settings_overhangs) and [Support Optimization](https://www.orcaslicer.com/wiki#support-settings)** Modify geometry for printable overhangs with precise support placement. -- **[Granular Controls](https://github.com/SoftFever/OrcaSlicer/wiki#process-settings) and Customization** +- **[Granular Controls and Customization](https://www.orcaslicer.com/wiki#process-settings)** Fine-tune print speed, layer height, pressure, and temperature with precision. - **Network Printer Support** Seamless integration with Klipper, PrusaLink, and OctoPrint for remote control. -- **[Mouse Ear Brims](https://github.com/SoftFever/OrcaSlicer/wiki/others_settings_brim) & Adaptive Bed Mesh** +- **[Mouse Ear Brims](https://www.orcaslicer.com/wiki/others_settings_brim) & [Adaptive Bed Mesh](https://www.orcaslicer.com/wiki/printer_basic_information_adaptive_bed_mesh)** Automatic brims and adaptive mesh calibration ensure consistent adhesion. - **User-Friendly Interface** Intuitive drag-and-drop design with pre-made profiles for popular printers. -- **[Open-Source](https://github.com/SoftFever/OrcaSlicer) & [Community Driven](https://discord.gg/P4VE9UY9gJ)** +- **[Open-Source](https://github.com/OrcaSlicer/OrcaSlicer) & [Community Driven](https://discord.gg/P4VE9UY9gJ)** Regular updates fueled by continuous community contributions. - **Wide Printer Compatibility** Supports a broad range of printers: Bambu Lab, Prusa, Creality, Voron, and more. -- Additional features can be found in the [change notes](https://github.com/SoftFever/OrcaSlicer/releases/). +- Additional features can be found in the [change notes](https://github.com/OrcaSlicer/OrcaSlicer/releases/). # Wiki -The wiki below aims to provide a detailed explanation of the slicer settings, including how to maximize their use and how to calibrate and set up your printer. +The [wiki](https://www.orcaslicer.com/wiki) aims to provide a detailed explanation of the slicer settings, including how to maximize their use and how to calibrate and set up your printer. -Please note that the wiki is a work in progress. We appreciate your patience as we continue to develop and improve it! - -- **[Access the wiki here](https://github.com/SoftFever/OrcaSlicer/wiki)** -- **[Contribute to the wiki](https://github.com/SoftFever/OrcaSlicer/wiki/How-to-wiki)** +- **[Access the wiki here](https://www.orcaslicer.com/wiki)** +- **[Contribute to the wiki](https://www.orcaslicer.com/wiki/How-to-wiki)** # Download ## Stable Release -📥 **[Download the Latest Stable Release](https://github.com/SoftFever/OrcaSlicer/releases/latest)** +📥 **[Download the Latest Stable Release](https://github.com/OrcaSlicer/OrcaSlicer/releases/latest)** Visit our GitHub Releases page for the latest stable version of OrcaSlicer, recommended for most users. ## Nightly Builds -🌙 **[Download the Latest Nightly Build](https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds)** +🌙 **[Download the Latest Nightly Build](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds)** Explore the latest developments in OrcaSlicer with our nightly builds. Feedback on these versions is highly appreciated. # How to install ## Windows -Download the **Windows Installer exe** for your preferred version from the [releases page](https://github.com/SoftFever/OrcaSlicer/releases). +Download the **Windows Installer exe** for your preferred version from the [releases page](https://github.com/OrcaSlicer/OrcaSlicer/releases). - *For convenience there is also a portable build available.*
Troubleshooting - *If you have troubles to run the build, you might need to install following runtimes:* - - [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/OrcaSlicer/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe) + - [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/OrcaSlicer/OrcaSlicer/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe) - [Details of this runtime](https://aka.ms/webview2) - [Alternative Download Link Hosted by Microsoft](https://go.microsoft.com/fwlink/p/?LinkId=2124703) - - [vcredist2019_x64](https://github.com/SoftFever/OrcaSlicer/releases/download/v1.0.10-sf2/vcredist2019_x64.exe) + - [vcredist2019_x64](https://github.com/OrcaSlicer/OrcaSlicer/releases/download/v1.0.10-sf2/vcredist2019_x64.exe) - [Alternative Download Link Hosted by Microsoft](https://aka.ms/vs/17/release/vc_redist.x64.exe) - This file may already be available on your computer if you've installed visual studio. Check the following location: `%VCINSTALLDIR%Redist\MSVC\v142`
@@ -146,7 +144,7 @@ winget install --id=SoftFever.OrcaSlicer -e # How to Compile -All updated build instructions for Windows, macOS, and Linux are now available on the official [OrcaSlicer Wiki - How to build](https://github.com/SoftFever/OrcaSlicer/wiki/How-to-build) page. +All updated build instructions for Windows, macOS, and Linux are now available on the official [OrcaSlicer Wiki - How to build](https://www.orcaslicer.com/wiki/How-to-build) page. Please refer to the wiki to ensure you're following the latest and most accurate steps for your platform. diff --git a/build_flatpak.sh b/build_flatpak.sh index 3cdf49b5a4..bdfac22555 100755 --- a/build_flatpak.sh +++ b/build_flatpak.sh @@ -186,22 +186,22 @@ echo -e "${GREEN}All required dependencies found${NC}" # Install runtime and SDK if requested if [[ "$INSTALL_RUNTIME" == true ]]; then echo -e "${YELLOW}Installing GNOME runtime and SDK...${NC}" - flatpak install --user -y flathub org.gnome.Platform//47 - flatpak install --user -y flathub org.gnome.Sdk//47 + flatpak install --user -y flathub org.gnome.Platform//48 + flatpak install --user -y flathub org.gnome.Sdk//48 fi # Check if required runtime is available -if ! flatpak info --user org.gnome.Platform//47 &> /dev/null; then - echo -e "${RED}Error: GNOME Platform 47 runtime is not installed.${NC}" +if ! flatpak info --user org.gnome.Platform//48 &> /dev/null; then + echo -e "${RED}Error: GNOME Platform 48 runtime is not installed.${NC}" echo "Run with -i flag to install it automatically, or install manually:" - echo "flatpak install --user flathub org.gnome.Platform//47" + echo "flatpak install --user flathub org.gnome.Platform//48" exit 1 fi -if ! flatpak info --user org.gnome.Sdk//47 &> /dev/null; then - echo -e "${RED}Error: GNOME SDK 47 is not installed.${NC}" +if ! flatpak info --user org.gnome.Sdk//48 &> /dev/null; then + echo -e "${RED}Error: GNOME SDK 48 is not installed.${NC}" echo "Run with -i flag to install it automatically, or install manually:" - echo "flatpak install --user flathub org.gnome.Sdk//47" + echo "flatpak install --user flathub org.gnome.Sdk//48" exit 1 fi diff --git a/build_linux.sh b/build_linux.sh index 1f35b464f6..9a9a9160ba 100755 --- a/build_linux.sh +++ b/build_linux.sh @@ -27,7 +27,6 @@ function usage() { echo " -L: use ld.lld as linker (if available)" echo "For a first use, you want to './${SCRIPT_NAME} -u'" echo " and then './${SCRIPT_NAME} -dsi'" - echo "To build with tests: './${SCRIPT_NAME} -st' or './${SCRIPT_NAME} -dst'" } SLIC3R_PRECOMPILED_HEADERS="ON" @@ -102,11 +101,6 @@ if [ ${OPTIND} -eq 1 ] ; then exit 1 fi -if [[ -n "${BUILD_TESTS}" ]] && [[ -z "${BUILD_ORCA}" ]] ; then - echo "-t flag requires -s flag in the same invocation" - exit 1 -fi - function check_available_memory_and_disk() { FREE_MEM_GB=$(free --gibi --total | grep 'Mem' | rev | cut --delimiter=" " --fields=1 | rev) MIN_MEM_GB=10 @@ -221,7 +215,7 @@ if [[ -n "${BUILD_DEPS}" ]] ; then print_and_run cmake --build deps/$BUILD_DIR fi -if [[ -n "${BUILD_ORCA}" ]] ; then +if [[ -n "${BUILD_ORCA}" ]] || [[ -n "${BUILD_TESTS}" ]] ; then echo "Configuring OrcaSlicer..." if [[ -n "${CLEAN_BUILD}" ]] ; then print_and_run rm -fr $BUILD_DIR @@ -243,11 +237,13 @@ if [[ -n "${BUILD_ORCA}" ]] ; then "${COLORED_OUTPUT}" \ "${BUILD_ARGS[@]}" echo "done" - echo "Building OrcaSlicer ..." - print_and_run cmake --build $BUILD_DIR --config "${BUILD_CONFIG}" --target OrcaSlicer - echo "Building OrcaSlicer_profile_validator .." - print_and_run cmake --build $BUILD_DIR --config "${BUILD_CONFIG}" --target OrcaSlicer_profile_validator - ./scripts/run_gettext.sh + if [[ -n "${BUILD_ORCA}" ]]; then + echo "Building OrcaSlicer ..." + print_and_run cmake --build $BUILD_DIR --config "${BUILD_CONFIG}" --target OrcaSlicer + echo "Building OrcaSlicer_profile_validator .." + print_and_run cmake --build $BUILD_DIR --config "${BUILD_CONFIG}" --target OrcaSlicer_profile_validator + ./scripts/run_gettext.sh + fi if [[ -n "${BUILD_TESTS}" ]] ; then echo "Building tests ..." print_and_run cmake --build ${BUILD_DIR} --config "${BUILD_CONFIG}" --target tests/all diff --git a/build_release_macos.sh b/build_release_macos.sh index e42490f1bd..1999c62b92 100755 --- a/build_release_macos.sh +++ b/build_release_macos.sh @@ -3,7 +3,7 @@ set -e set -o pipefail -while getopts ":dpa:snt:xbc:1h" opt; do +while getopts ":dpa:snt:xbc:1Th" opt; do case "${opt}" in d ) export BUILD_TARGET="deps" @@ -37,6 +37,9 @@ while getopts ":dpa:snt:xbc:1h" opt; do 1 ) export CMAKE_BUILD_PARALLEL_LEVEL=1 ;; + T ) + export BUILD_TESTS="1" + ;; h ) echo "Usage: ./build_release_macos.sh [-d]" echo " -d: Build deps only" echo " -a: Set ARCHITECTURE (arm64 or x86_64 or universal)" @@ -47,6 +50,7 @@ while getopts ":dpa:snt:xbc:1h" opt; do echo " -b: Build without reconfiguring CMake" echo " -c: Set CMake build configuration, default is Release" echo " -1: Use single job for building" + echo " -T: Build and run tests" exit 0 ;; * ) @@ -85,6 +89,15 @@ if [ -z "$OSX_DEPLOYMENT_TARGET" ]; then export OSX_DEPLOYMENT_TARGET="11.3" fi +CMAKE_VERSION=$(cmake --version | head -1 | sed 's/[^0-9]*\([0-9]*\).*/\1/') +if [ "$CMAKE_VERSION" -ge 4 ] 2>/dev/null; then + export CMAKE_POLICY_VERSION_MINIMUM=3.5 + export CMAKE_POLICY_COMPAT="-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + echo "Detected CMake 4.x, adding compatibility flag (env + cmake arg)" +else + export CMAKE_POLICY_COMPAT="" +fi + echo "Build params:" echo " - ARCH: $ARCH" echo " - BUILD_CONFIG: $BUILD_CONFIG" @@ -133,7 +146,8 @@ function build_deps() { -G "${DEPS_CMAKE_GENERATOR}" \ -DCMAKE_BUILD_TYPE="$BUILD_CONFIG" \ -DCMAKE_OSX_ARCHITECTURES:STRING="${_ARCH}" \ - -DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" + -DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \ + ${CMAKE_POLICY_COMPAT} fi cmake --build . --config "$BUILD_CONFIG" --target deps ) @@ -170,13 +184,24 @@ function build_slicer() { -G "${SLICER_CMAKE_GENERATOR}" \ -DORCA_TOOLS=ON \ ${ORCA_UPDATER_SIG_KEY:+-DORCA_UPDATER_SIG_KEY="$ORCA_UPDATER_SIG_KEY"} \ + ${BUILD_TESTS:+-DBUILD_TESTS=ON} \ -DCMAKE_BUILD_TYPE="$BUILD_CONFIG" \ -DCMAKE_OSX_ARCHITECTURES="${_ARCH}" \ - -DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" + -DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}" \ + ${CMAKE_POLICY_COMPAT} fi cmake --build . --config "$BUILD_CONFIG" --target "$SLICER_BUILD_TARGET" ) + if [ "1." == "$BUILD_TESTS". ]; then + echo "Running tests for $_ARCH..." + ( + set -x + cd "$PROJECT_BUILD_DIR" + ctest --build-config "$BUILD_CONFIG" --output-on-failure + ) + fi + echo "Verify localization with gettext..." ( cd "$PROJECT_DIR" diff --git a/build_release_vs.bat b/build_release_vs.bat new file mode 100644 index 0000000000..d2832450b3 --- /dev/null +++ b/build_release_vs.bat @@ -0,0 +1,119 @@ +@REM OrcaSlicer build script for Windows with VS auto-detect +@echo off +set WP=%CD% + +@REM Detect Visual Studio version using msbuild +echo Detecting Visual Studio version using msbuild... + +@REM Try to get MSBuild version - the output format varies by VS version +set VS_MAJOR= +for /f "tokens=*" %%i in ('msbuild -version 2^>^&1 ^| findstr /r "^[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*"') do ( + for /f "tokens=1 delims=." %%a in ("%%i") do set VS_MAJOR=%%a + set MSBUILD_OUTPUT=%%i + goto :version_found +) + +@REM Alternative method for newer MSBuild versions +if "%VS_MAJOR%"=="" ( + for /f "tokens=*" %%i in ('msbuild -version 2^>^&1 ^| findstr /r "[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*"') do ( + for /f "tokens=1 delims=." %%a in ("%%i") do set VS_MAJOR=%%a + set MSBUILD_OUTPUT=%%i + goto :version_found + ) +) + +:version_found +echo MSBuild version detected: %MSBUILD_OUTPUT% +echo Major version: %VS_MAJOR% + +if "%VS_MAJOR%"=="" ( + echo Error: Could not determine Visual Studio version from msbuild + echo Please ensure Visual Studio and MSBuild are properly installed + exit /b 1 +) + +if "%VS_MAJOR%"=="16" ( + set VS_VERSION=2019 + set CMAKE_GENERATOR="Visual Studio 16 2019" +) else if "%VS_MAJOR%"=="17" ( + set VS_VERSION=2022 + set CMAKE_GENERATOR="Visual Studio 17 2022" +) else if "%VS_MAJOR%"=="18" ( + set VS_VERSION=2026 + set CMAKE_GENERATOR="Visual Studio 18 2026" +) else ( + echo Error: Unsupported Visual Studio version: %VS_MAJOR% + echo Supported versions: VS2019 (16.x^), VS2022 (17.x^), VS2026 (18.x^) + exit /b 1 +) + +echo Detected Visual Studio %VS_VERSION% (version %VS_MAJOR%) +echo Using CMake generator: %CMAKE_GENERATOR% + +@REM Pack deps +if "%1"=="pack" ( + setlocal ENABLEDELAYEDEXPANSION + cd %WP%/deps/build + for /f "tokens=2-4 delims=/ " %%a in ('date /t') do set build_date=%%c%%b%%a + echo packing deps: OrcaSlicer_dep_win64_!build_date!_vs!VS_VERSION!.zip + + %WP%/tools/7z.exe a OrcaSlicer_dep_win64_!build_date!_vs!VS_VERSION!.zip OrcaSlicer_dep + exit /b 0 +) + +set debug=OFF +set debuginfo=OFF +if "%1"=="debug" set debug=ON +if "%2"=="debug" set debug=ON +if "%1"=="debuginfo" set debuginfo=ON +if "%2"=="debuginfo" set debuginfo=ON +if "%debug%"=="ON" ( + set build_type=Debug + set build_dir=build-dbg +) else ( + if "%debuginfo%"=="ON" ( + set build_type=RelWithDebInfo + set build_dir=build-dbginfo + ) else ( + set build_type=Release + set build_dir=build + ) +) +echo build type set to %build_type% + +setlocal DISABLEDELAYEDEXPANSION +cd deps +mkdir %build_dir% +cd %build_dir% +set "SIG_FLAG=" +if defined ORCA_UPDATER_SIG_KEY set "SIG_FLAG=-DORCA_UPDATER_SIG_KEY=%ORCA_UPDATER_SIG_KEY%" + +if "%1"=="slicer" ( + GOTO :slicer +) +echo "building deps.." + +echo on +REM Set minimum CMake policy to avoid <3.5 errors +set CMAKE_POLICY_VERSION_MINIMUM=3.5 +cmake ../ -G %CMAKE_GENERATOR% -A x64 -DCMAKE_BUILD_TYPE=%build_type% +cmake --build . --config %build_type% --target deps -- -m +@echo off + +if "%1"=="deps" exit /b 0 + +:slicer +echo "building Orca Slicer..." +cd %WP% +mkdir %build_dir% +cd %build_dir% + +echo on +set CMAKE_POLICY_VERSION_MINIMUM=3.5 +cmake .. -G %CMAKE_GENERATOR% -A x64 -DORCA_TOOLS=ON %SIG_FLAG% -DCMAKE_BUILD_TYPE=%build_type% +cmake --build . --config %build_type% --target ALL_BUILD -- -m +@echo off +cd .. +call scripts/run_gettext.bat +cd %build_dir% +cmake --build . --target install --config %build_type% diff --git a/build_release_vs2022.bat b/build_release_vs2022.bat index ce4390f621..4a5ae11277 100644 --- a/build_release_vs2022.bat +++ b/build_release_vs2022.bat @@ -46,6 +46,8 @@ if "%1"=="slicer" ( echo "building deps.." echo on +REM Set minimum CMake policy to avoid <3.5 errors +set CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake ../ -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=%build_type% cmake --build . --config %build_type% --target deps -- -m @echo off @@ -59,6 +61,7 @@ mkdir %build_dir% cd %build_dir% echo on +set CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake .. -G "Visual Studio 17 2022" -A x64 -DORCA_TOOLS=ON %SIG_FLAG% -DCMAKE_BUILD_TYPE=%build_type% cmake --build . --config %build_type% --target ALL_BUILD -- -m @echo off diff --git a/cmake/modules/Catch2/Catch.cmake b/cmake/modules/Catch2/Catch.cmake deleted file mode 100644 index 0ffe978dc5..0000000000 --- a/cmake/modules/Catch2/Catch.cmake +++ /dev/null @@ -1,175 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -#[=======================================================================[.rst: -Catch ------ - -This module defines a function to help use the Catch test framework. - -The :command:`catch_discover_tests` discovers tests by asking the compiled test -executable to enumerate its tests. This does not require CMake to be re-run -when tests change. However, it may not work in a cross-compiling environment, -and setting test properties is less convenient. - -This command is intended to replace use of :command:`add_test` to register -tests, and will create a separate CTest test for each Catch test case. Note -that this is in some cases less efficient, as common set-up and tear-down logic -cannot be shared by multiple test cases executing in the same instance. -However, it provides more fine-grained pass/fail information to CTest, which is -usually considered as more beneficial. By default, the CTest test name is the -same as the Catch name; see also ``TEST_PREFIX`` and ``TEST_SUFFIX``. - -.. command:: catch_discover_tests - - Automatically add tests with CTest by querying the compiled test executable - for available tests:: - - catch_discover_tests(target - [TEST_SPEC arg1...] - [EXTRA_ARGS arg1...] - [WORKING_DIRECTORY dir] - [TEST_PREFIX prefix] - [TEST_SUFFIX suffix] - [PROPERTIES name1 value1...] - [TEST_LIST var] - ) - - ``catch_discover_tests`` sets up a post-build command on the test executable - that generates the list of tests by parsing the output from running the test - with the ``--list-test-names-only`` argument. This ensures that the full - list of tests is obtained. Since test discovery occurs at build time, it is - not necessary to re-run CMake when the list of tests changes. - However, it requires that :prop_tgt:`CROSSCOMPILING_EMULATOR` is properly set - in order to function in a cross-compiling environment. - - Additionally, setting properties on tests is somewhat less convenient, since - the tests are not available at CMake time. Additional test properties may be - assigned to the set of tests as a whole using the ``PROPERTIES`` option. If - more fine-grained test control is needed, custom content may be provided - through an external CTest script using the :prop_dir:`TEST_INCLUDE_FILES` - directory property. The set of discovered tests is made accessible to such a - script via the ``_TESTS`` variable. - - The options are: - - ``target`` - Specifies the Catch executable, which must be a known CMake executable - target. CMake will substitute the location of the built executable when - running the test. - - ``TEST_SPEC arg1...`` - Specifies test cases, wildcarded test cases, tags and tag expressions to - pass to the Catch executable with the ``--list-test-names-only`` argument. - - ``EXTRA_ARGS arg1...`` - Any extra arguments to pass on the command line to each test case. - - ``WORKING_DIRECTORY dir`` - Specifies the directory in which to run the discovered test cases. If this - option is not provided, the current binary directory is used. - - ``TEST_PREFIX prefix`` - Specifies a ``prefix`` to be prepended to the name of each discovered test - case. This can be useful when the same test executable is being used in - multiple calls to ``catch_discover_tests()`` but with different - ``TEST_SPEC`` or ``EXTRA_ARGS``. - - ``TEST_SUFFIX suffix`` - Similar to ``TEST_PREFIX`` except the ``suffix`` is appended to the name of - every discovered test case. Both ``TEST_PREFIX`` and ``TEST_SUFFIX`` may - be specified. - - ``PROPERTIES name1 value1...`` - Specifies additional properties to be set on all tests discovered by this - invocation of ``catch_discover_tests``. - - ``TEST_LIST var`` - Make the list of tests available in the variable ``var``, rather than the - default ``_TESTS``. This can be useful when the same test - executable is being used in multiple calls to ``catch_discover_tests()``. - Note that this variable is only available in CTest. - -#]=======================================================================] - -#------------------------------------------------------------------------------ -function(catch_discover_tests TARGET) - cmake_parse_arguments( - "" - "" - "TEST_PREFIX;TEST_SUFFIX;WORKING_DIRECTORY;TEST_LIST" - "TEST_SPEC;EXTRA_ARGS;PROPERTIES" - ${ARGN} - ) - - if(NOT _WORKING_DIRECTORY) - set(_WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}") - endif() - if(NOT _TEST_LIST) - set(_TEST_LIST ${TARGET}_TESTS) - endif() - - ## Generate a unique name based on the extra arguments - string(SHA1 args_hash "${_TEST_SPEC} ${_EXTRA_ARGS}") - string(SUBSTRING ${args_hash} 0 7 args_hash) - - # Define rule to generate test list for aforementioned test executable - set(ctest_include_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_include-${args_hash}.cmake") - set(ctest_tests_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_tests-${args_hash}.cmake") - get_property(crosscompiling_emulator - TARGET ${TARGET} - PROPERTY CROSSCOMPILING_EMULATOR - ) - add_custom_command( - TARGET ${TARGET} POST_BUILD - BYPRODUCTS "${ctest_tests_file}" - COMMAND "${CMAKE_COMMAND}" - -D "TEST_TARGET=${TARGET}" - -D "TEST_EXECUTABLE=$" - -D "TEST_EXECUTOR=${crosscompiling_emulator}" - -D "TEST_WORKING_DIR=${_WORKING_DIRECTORY}" - -D "TEST_SPEC=${_TEST_SPEC}" - -D "TEST_EXTRA_ARGS=${_EXTRA_ARGS}" - -D "TEST_PROPERTIES=${_PROPERTIES}" - -D "TEST_PREFIX='${_TEST_PREFIX}'" - -D "TEST_SUFFIX='${_TEST_SUFFIX}'" - -D "TEST_LIST=${_TEST_LIST}" - -D "CTEST_FILE=${ctest_tests_file}" - -P "${_CATCH_DISCOVER_TESTS_SCRIPT}" - VERBATIM - ) - - file(WRITE "${ctest_include_file}" - "if(EXISTS \"${ctest_tests_file}\")\n" - " include(\"${ctest_tests_file}\")\n" - "else()\n" - " add_test(${TARGET}_NOT_BUILT-${args_hash} ${TARGET}_NOT_BUILT-${args_hash})\n" - "endif()\n" - ) - - if(NOT ${CMAKE_VERSION} VERSION_LESS "3.10.0") - # Add discovered tests to directory TEST_INCLUDE_FILES - set_property(DIRECTORY - APPEND PROPERTY TEST_INCLUDE_FILES "${ctest_include_file}" - ) - else() - # Add discovered tests as directory TEST_INCLUDE_FILE if possible - get_property(test_include_file_set DIRECTORY PROPERTY TEST_INCLUDE_FILE SET) - if (NOT ${test_include_file_set}) - set_property(DIRECTORY - PROPERTY TEST_INCLUDE_FILE "${ctest_include_file}" - ) - else() - message(FATAL_ERROR - "Cannot set more than one TEST_INCLUDE_FILE" - ) - endif() - endif() - -endfunction() - -############################################################################### - -set(_CATCH_DISCOVER_TESTS_SCRIPT - ${CMAKE_CURRENT_LIST_DIR}/CatchAddTests.cmake -) diff --git a/cmake/modules/Catch2/CatchAddTests.cmake b/cmake/modules/Catch2/CatchAddTests.cmake deleted file mode 100644 index ca5ebc17e5..0000000000 --- a/cmake/modules/Catch2/CatchAddTests.cmake +++ /dev/null @@ -1,106 +0,0 @@ -# Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. - -set(prefix "${TEST_PREFIX}") -set(suffix "${TEST_SUFFIX}") -set(spec ${TEST_SPEC}) -set(extra_args ${TEST_EXTRA_ARGS}) -set(properties ${TEST_PROPERTIES}) -set(script) -set(suite) -set(tests) - -function(add_command NAME) - set(_args "") - foreach(_arg ${ARGN}) - if(_arg MATCHES "[^-./:a-zA-Z0-9_]") - set(_args "${_args} [==[${_arg}]==]") # form a bracket_argument - else() - set(_args "${_args} ${_arg}") - endif() - endforeach() - set(script "${script}${NAME}(${_args})\n" PARENT_SCOPE) -endfunction() - -macro(_add_catch_test_labels LINE) - # convert to list of tags - string(REPLACE "][" "]\\;[" tags ${line}) - - add_command( - set_tests_properties "${prefix}${test}${suffix}" - PROPERTIES - LABELS "${tags}" - ) -endmacro() - -macro(_add_catch_test LINE) - set(test ${line}) - # use escape commas to handle properly test cases with commans inside the name - string(REPLACE "," "\\," test_name ${test}) - # ...and add to script - add_command( - add_test "${prefix}${test}${suffix}" - ${TEST_EXECUTOR} - "${TEST_EXECUTABLE}" - "${test_name}" - ${extra_args} - ) - - add_command( - set_tests_properties "${prefix}${test}${suffix}" - PROPERTIES - WORKING_DIRECTORY "${TEST_WORKING_DIR}" - ${properties} - ) - list(APPEND tests "${prefix}${test}${suffix}") -endmacro() - -# Run test executable to get list of available tests -if(NOT EXISTS "${TEST_EXECUTABLE}") - message(FATAL_ERROR - "Specified test executable '${TEST_EXECUTABLE}' does not exist" - ) -endif() -execute_process( - COMMAND ${TEST_EXECUTOR} "${TEST_EXECUTABLE}" ${spec} --list-tests - OUTPUT_VARIABLE output - RESULT_VARIABLE result -) -# Catch --list-test-names-only reports the number of tests, so 0 is... surprising -if(${result} EQUAL 0) - message(WARNING - "Test executable '${TEST_EXECUTABLE}' contains no tests!\n" - ) -elseif(${result} LESS 0) - message(FATAL_ERROR - "Error running test executable '${TEST_EXECUTABLE}':\n" - " Result: ${result}\n" - " Output: ${output}\n" - ) -endif() - -string(REPLACE "\n" ";" output "${output}") -set(test) -set(tags_regex "(\\[([^\\[]*)\\])+$") - -# Parse output -foreach(line ${output}) - # lines without leading whitespaces are catch output not tests - if(${line} MATCHES "^[ \t]+") - # strip leading spaces and tabs - string(REGEX REPLACE "^[ \t]+" "" line ${line}) - - if(${line} MATCHES "${tags_regex}") - _add_catch_test_labels(${line}) - else() - _add_catch_test(${line}) - endif() - endif() -endforeach() - -# Create a list of all discovered tests, which users may use to e.g. set -# properties on the tests -add_command(set ${TEST_LIST} ${tests}) - -# Write CTest script -file(WRITE "${CTEST_FILE}" "${script}") diff --git a/cmake/modules/FindGLEW.cmake b/cmake/modules/FindGLEW.cmake index 56661ffd33..93e8ed89bf 100644 --- a/cmake/modules/FindGLEW.cmake +++ b/cmake/modules/FindGLEW.cmake @@ -3,7 +3,7 @@ # PrusaSlicer specifics: # This file is backported from CMake 3.15 distribution to behave uniformly -# across all versions of CMake. It explicitly adds GLEW_STATIC complile +# across all versions of CMake. It explicitly adds GLEW_STATIC compile # definition to static targets which is needed to prevent link errors. #[=======================================================================[.rst: @@ -223,8 +223,13 @@ if(NOT TARGET GLEW::glew AND NOT GLEW_USE_STATIC_LIBS) PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${GLEW_INCLUDE_DIRS}") if(APPLE) - set_target_properties(GLEW::glew - PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.0") + set_target_properties(GLEW::glew + PROPERTIES INTERFACE_LINK_LIBRARIES "-framework OpenGL") + else() + set_target_properties(GLEW::glew + PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + endif() endif() if(GLEW_SHARED_LIBRARY_RELEASE) @@ -258,8 +263,13 @@ elseif(NOT TARGET GLEW::glew_s AND GLEW_USE_STATIC_LIBS) set_target_properties(GLEW::glew_s PROPERTIES INTERFACE_COMPILE_DEFINITIONS GLEW_STATIC) if(APPLE) - set_target_properties(GLEW::glew_s - PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.0") + set_target_properties(GLEW::glew_s + PROPERTIES INTERFACE_LINK_LIBRARIES "-framework OpenGL") + else() + set_target_properties(GLEW::glew_s + PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + endif() endif() if(GLEW_STATIC_LIBRARY_RELEASE) @@ -292,8 +302,13 @@ if(NOT TARGET GLEW::GLEW) PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${GLEW_INCLUDE_DIRS}") if(APPLE) - set_target_properties(GLEW::GLEW - PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.0") + set_target_properties(GLEW::GLEW + PROPERTIES INTERFACE_LINK_LIBRARIES "-framework OpenGL") + else() + set_target_properties(GLEW::GLEW + PROPERTIES INTERFACE_LINK_LIBRARIES OpenGL::GL) + endif() endif() if(TARGET GLEW::glew) diff --git a/cmake/modules/FindTBB.cmake.in b/cmake/modules/FindTBB.cmake.in index 49e405c184..fde8ca51fb 100644 --- a/cmake/modules/FindTBB.cmake.in +++ b/cmake/modules/FindTBB.cmake.in @@ -61,7 +61,7 @@ # # * TBB_FOUND - Set to false, or undefined, if we haven’t found, or # don’t want to use TBB. -# * TBB__FOUND - If False, optional part of TBB sytem is +# * TBB__FOUND - If False, optional part of TBB system is # not available. # * TBB_VERSION - The full version string # * TBB_VERSION_MAJOR - The major version @@ -77,7 +77,7 @@ # tbbmalloc, tbbmalloc_debug, tbb_preview, or # tbb_preview_debug. # -# The following varibles should be used to build and link with TBB: +# The following variables should be used to build and link with TBB: # # * TBB_INCLUDE_DIRS - The include directory for TBB. # * TBB_LIBRARIES - The libraries to link against to use TBB. diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index 2f010c8a82..15979c4822 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -133,7 +133,7 @@ ${MACOSX_BUNDLE_COPYRIGHT} NSAppTransportSecurity - + NSAllowsArbitraryLoads NSAllowsArbitraryLoadsInWebContent diff --git a/deps/CGAL/0001-clang19.patch b/deps/CGAL/0001-clang19.patch deleted file mode 100644 index 92a0293735..0000000000 --- a/deps/CGAL/0001-clang19.patch +++ /dev/null @@ -1,59 +0,0 @@ ---- a/BGL/include/CGAL/boost/graph/iterator.h 2022-10-07 19:04:41 UTC -+++ b/BGL/include/CGAL/boost/graph/iterator.h -@@ -213,18 +213,7 @@ class Halfedge_around_source_iterator { (public) - {} - - #ifndef DOXYGEN_RUNNING -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_source_iterator::*bool_type)() const; - -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_source_iterator::this_type_does_not_support_comparisons : 0; -- } -- - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); - return ( g == i.g) && ( pos == i.pos) && ( winding == i.winding); -@@ -313,18 +302,7 @@ class Halfedge_around_target_iterator { (public) - {} - - #ifndef DOXYGEN_RUNNING -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_target_iterator::*bool_type)() const; - -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_target_iterator::this_type_does_not_support_comparisons : 0; -- } -- - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); - return ( g == i.g) && ( pos == i.pos) && ( winding == i.winding); -@@ -411,18 +389,6 @@ class Halfedge_around_face_iterator { (public) - const value_type& operator * ( ) const { return pos; } - pointer operator -> ( ) { return &pos; } - const value_type* operator -> ( ) const { return &pos; } -- -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_face_iterator::*bool_type)() const; -- -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_face_iterator::this_type_does_not_support_comparisons : 0; -- } - - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); diff --git a/deps/CGAL/CGAL.cmake b/deps/CGAL/CGAL.cmake index 73eee6701b..ec77e0ebae 100644 --- a/deps/CGAL/CGAL.cmake +++ b/deps/CGAL/CGAL.cmake @@ -5,11 +5,10 @@ endif () orcaslicer_add_cmake_project( CGAL # GIT_REPOSITORY https://github.com/CGAL/cgal.git - # GIT_TAG bec70a6d52d8aacb0b3d82a7b4edc3caa899184b # releases/CGAL-5.0 + # GIT_TAG 3654f780ae0c64675cabaef0e5ddaf904c48b4b7 # releases/CGAL-5.6.3 # For whatever reason, this keeps downloading forever (repeats downloads if finished) - URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip - URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0 - PATCH_COMMAND git apply ${CGAL_DIRECTORY_FLAG} --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-clang19.patch + URL https://github.com/CGAL/cgal/releases/download/v5.6.3/CGAL-5.6.3.zip + URL_HASH SHA256=5d577acb4a9918ccb960491482da7a3838f8d363aff47e14d703f19fd84733d4 DEPENDS dep_Boost dep_GMP dep_MPFR ) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 633ebe2a37..492696a58a 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -1,3 +1,7 @@ +if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "4.0") + set(CMAKE_POLICY_VERSION_MINIMUM 3.5 CACHE STRING "" FORCE) +endif() + # # This CMake project downloads, configures and builds OrcaSlicer dependencies on Unix and Windows. # @@ -16,8 +20,8 @@ # On Windows, architecture (64 vs 32 bits) is judged based on the compiler variant. # To build dependencies for either 64 or 32 bit OS, use the respective compiler command line. # -# WARNING: On UNIX platforms wxWidgets hardcode the destdir path into its `wx-conffig` utility, -# therefore, unfortunatelly, the installation cannot be copied/moved elsewhere without re-installing wxWidgets. +# WARNING: On UNIX platforms wxWidgets hardcode the destdir path into its `wx-config` utility, +# therefore, unfortunately, the installation cannot be copied/moved elsewhere without re-installing wxWidgets. # cmake_minimum_required(VERSION 3.2) @@ -177,6 +181,7 @@ if (NOT IS_CROSS_COMPILE OR NOT APPLE) DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/${projectname} ${_gen} CMAKE_ARGS + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_INSTALL_PREFIX:STRING=${DESTDIR} -DCMAKE_MODULE_PATH:STRING=${PROJECT_SOURCE_DIR}/../cmake/modules -DCMAKE_PREFIX_PATH:STRING=${DESTDIR} @@ -221,6 +226,7 @@ else() DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/${projectname} ${_gen} CMAKE_ARGS + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_INSTALL_PREFIX:STRING=${DESTDIR} -DCMAKE_PREFIX_PATH:STRING=${DESTDIR} -DBUILD_SHARED_LIBS:BOOL=OFF diff --git a/deps/MPFR/MPFR.cmake b/deps/MPFR/MPFR.cmake index dc45aad7b8..67758a8596 100644 --- a/deps/MPFR/MPFR.cmake +++ b/deps/MPFR/MPFR.cmake @@ -25,7 +25,8 @@ else () endif () ExternalProject_Add(dep_MPFR - URL https://www.mpfr.org/mpfr-4.2.2/mpfr-4.2.2.tar.bz2 + URL https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.2.tar.bz2 + https://www.mpfr.org/mpfr-4.2.2/mpfr-4.2.2.tar.bz2 URL_HASH SHA256=9ad62c7dc910303cd384ff8f1f4767a655124980bb6d8650fe62c815a231bb7b DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/MPFR BUILD_IN_SOURCE ON diff --git a/deps/OpenCV/0001-vs2022.patch b/deps/OpenCV/0001-vs.patch similarity index 51% rename from deps/OpenCV/0001-vs2022.patch rename to deps/OpenCV/0001-vs.patch index 6e5aba84e8..5e6ac7785b 100644 --- a/deps/OpenCV/0001-vs2022.patch +++ b/deps/OpenCV/0001-vs.patch @@ -1,15 +1,21 @@ -From 6fb3f6333150a777e835fc7c48e49750591bf7fe Mon Sep 17 00:00:00 2001 -From: Benjamin Buch -Date: Thu, 23 May 2024 16:05:19 +0200 -Subject: [PATCH] Support VS 2022 17.1x.y - -With 17.10.0 the MSVC toolset was set to 19.40.x which breaks the compatibility test in the OpenCV's CMake Config files. ---- - cmake/templates/OpenCVConfig.root-WIN32.cmake.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - +diff --git a/cmake/OpenCVDetectCXXCompiler.cmake b/cmake/OpenCVDetectCXXCompiler.cmake +index 7f229cde96..d8e20f8fe9 100644 +--- a/cmake/OpenCVDetectCXXCompiler.cmake ++++ b/cmake/OpenCVDetectCXXCompiler.cmake +@@ -171,8 +171,10 @@ elseif(MSVC) + set(OpenCV_RUNTIME vc15) + elseif(MSVC_VERSION MATCHES "^192[0-9]$") + set(OpenCV_RUNTIME vc16) +- elseif(MSVC_VERSION MATCHES "^193[0-9]$") ++ elseif(MSVC_VERSION MATCHES "^19[34][0-9]$") + set(OpenCV_RUNTIME vc17) ++ elseif(MSVC_VERSION MATCHES "^195[0-9]$") ++ set(OpenCV_RUNTIME vc18) + else() + message(WARNING "OpenCV does not recognize MSVC_VERSION \"${MSVC_VERSION}\". Cannot set OpenCV_RUNTIME") + endif() diff --git a/cmake/templates/OpenCVConfig.root-WIN32.cmake.in b/cmake/templates/OpenCVConfig.root-WIN32.cmake.in -index b0f254ebe8..62e36272f3 100644 +index b0f254ebe8..8f0178b0ae 100644 --- a/cmake/templates/OpenCVConfig.root-WIN32.cmake.in +++ b/cmake/templates/OpenCVConfig.root-WIN32.cmake.in @@ -137,7 +137,7 @@ elseif(MSVC) @@ -21,32 +27,28 @@ index b0f254ebe8..62e36272f3 100644 set(OpenCV_RUNTIME vc17) check_one_config(has_VS2022) if(NOT has_VS2022) --- -2.45.2.windows.1 - -From f85818ba6f9031c450475a7453dee0acce31a881 Mon Sep 17 00:00:00 2001 -From: Benjamin Buch -Date: Fri, 24 May 2024 11:10:09 +0200 -Subject: [PATCH] Support VS 2022 17.1x.y in OpenCVDetectCXXCompiler.cmake - -With 17.10.0 the MSVC toolset was set to 19.40.x which breaks the compatibility test in the OpenCV's CMake Config files. ---- - cmake/OpenCVDetectCXXCompiler.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/OpenCVDetectCXXCompiler.cmake b/cmake/OpenCVDetectCXXCompiler.cmake -index 1743aca11f..448afd46ea 100644 ---- a/cmake/OpenCVDetectCXXCompiler.cmake -+++ b/cmake/OpenCVDetectCXXCompiler.cmake -@@ -176,7 +176,7 @@ elseif(MSVC) - set(OpenCV_RUNTIME vc15) - elseif(MSVC_VERSION MATCHES "^192[0-9]$") - set(OpenCV_RUNTIME vc16) -- elseif(MSVC_VERSION MATCHES "^193[0-9]$") -+ elseif(MSVC_VERSION MATCHES "^19[34][0-9]$") - set(OpenCV_RUNTIME vc17) - else() - message(WARNING "OpenCV does not recognize MSVC_VERSION \"${MSVC_VERSION}\". Cannot set OpenCV_RUNTIME") --- -2.45.2.windows.1 - +@@ -151,6 +151,24 @@ elseif(MSVC) + endif() + endif() + endif() ++ elseif(MSVC_VERSION MATCHES "^195[0-9]$") ++ set(OpenCV_RUNTIME vc18) ++ check_one_config(has_VS2026) ++ if(NOT has_VS2026) ++ set(OpenCV_RUNTIME vc17) ++ check_one_config(has_VS2022) ++ if(NOT has_VS2022) ++ set(OpenCV_RUNTIME vc16) ++ check_one_config(has_VS2019) ++ if(NOT has_VS2019) ++ set(OpenCV_RUNTIME vc15) # selecting previous compatible runtime version ++ check_one_config(has_VS2017) ++ if(NOT has_VS2017) ++ set(OpenCV_RUNTIME vc14) # selecting previous compatible runtime version ++ endif() ++ endif() ++ endif() ++ endif() + endif() + elseif(MINGW) + set(OpenCV_RUNTIME mingw) diff --git a/deps/OpenCV/OpenCV.cmake b/deps/OpenCV/OpenCV.cmake index d9be1b7f50..ad8c0a3585 100644 --- a/deps/OpenCV/OpenCV.cmake +++ b/deps/OpenCV/OpenCV.cmake @@ -11,7 +11,7 @@ endif () orcaslicer_add_cmake_project(OpenCV URL https://github.com/opencv/opencv/archive/refs/tags/4.6.0.tar.gz URL_HASH SHA256=1ec1cba65f9f20fe5a41fda1586e01c70ea0c9a6d7b67c9e13edf0cfe2239277 - PATCH_COMMAND git apply ${OpenCV_DIRECTORY_FLAG} --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-vs2022.patch ${CMAKE_CURRENT_LIST_DIR}/0002-clang19-macos.patch + PATCH_COMMAND git apply ${OpenCV_DIRECTORY_FLAG} --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-vs.patch ${CMAKE_CURRENT_LIST_DIR}/0002-clang19-macos.patch CMAKE_ARGS -DBUILD_SHARED_LIBS=0 -DBUILD_PERE_TESTS=OFF diff --git a/deps/Qhull/Qhull.cmake b/deps/Qhull/Qhull.cmake index 9376700428..97667021c0 100644 --- a/deps/Qhull/Qhull.cmake +++ b/deps/Qhull/Qhull.cmake @@ -1,11 +1,11 @@ include(GNUInstallDirs) orcaslicer_add_cmake_project(Qhull - URL "https://github.com/qhull/qhull/archive/v8.0.1.zip" - URL_HASH SHA256=5287f5edd6a0372588f5d6640799086a4033d89d19711023ef8229dd9301d69b + URL "https://github.com/qhull/qhull/archive/v8.0.2.zip" + URL_HASH SHA256=a378e9a39e718e289102c20d45632f873bfdc58a7a5f924246ea4b176e185f1e CMAKE_ARGS -DINCLUDE_INSTALL_DIR=${CMAKE_INSTALL_INCLUDEDIR} ) if (MSVC) add_debug_dep(dep_Qhull) -endif () \ No newline at end of file +endif () diff --git a/deps/deps-windows.cmake b/deps/deps-windows.cmake index 5b47c68ce1..cd4dbd150f 100644 --- a/deps/deps-windows.cmake +++ b/deps/deps-windows.cmake @@ -19,6 +19,10 @@ elseif (MSVC_VERSION LESS 1950) # 1930-1949 = VS 17.0 (v143 toolset) set(DEP_VS_VER "17") set(DEP_BOOST_TOOLSET "msvc-14.3") +elseif (MSVC_VERSION LESS 1960) +# 1950-1959 = VS 18.0 (v145 toolset) + set(DEP_VS_VER "18") + set(DEP_BOOST_TOOLSET "msvc-14.5") else () message(FATAL_ERROR "Unsupported MSVC version") endif () diff --git a/deps/wxWidgets/wxWidgets.cmake b/deps/wxWidgets/wxWidgets.cmake index e45979fb42..3a52d14198 100644 --- a/deps/wxWidgets/wxWidgets.cmake +++ b/deps/wxWidgets/wxWidgets.cmake @@ -24,6 +24,14 @@ else () set(_wx_edge "-DwxUSE_WEBVIEW_EDGE=OFF") endif () +set(_wx_opengl_override "") +if(APPLE AND CMAKE_VERSION VERSION_GREATER_EQUAL "4.0") + set(_wx_opengl_override + -DOPENGL_gl_LIBRARY="-framework OpenGL" + -DOPENGL_glu_LIBRARY="-framework OpenGL" + ) +endif() + orcaslicer_add_cmake_project( wxWidgets GIT_REPOSITORY "https://github.com/SoftFever/Orca-deps-wxWidgets" @@ -31,6 +39,7 @@ orcaslicer_add_cmake_project( DEPENDS ${PNG_PKG} ${ZLIB_PKG} ${EXPAT_PKG} ${JPEG_PKG} ${_wx_flatpak_patch} CMAKE_ARGS + ${_wx_opengl_override} -DwxBUILD_PRECOMP=ON ${_wx_toolkit} "-DCMAKE_DEBUG_POSTFIX:STRING=${_wx_debug_postfix}" diff --git a/deps_src/CMakeLists.txt b/deps_src/CMakeLists.txt index 5c4e62b99f..390cffad30 100644 --- a/deps_src/CMakeLists.txt +++ b/deps_src/CMakeLists.txt @@ -10,13 +10,13 @@ add_subdirectory(earcut) add_subdirectory(fast_float) add_subdirectory(nanosvg) add_subdirectory(nlohmann) -add_subdirectory(spline) # Header-only spline library add_subdirectory(stb_dxt) # Header-only STB DXT compression library # Static libraries add_subdirectory(Shiny) add_subdirectory(admesh) add_subdirectory(clipper) +add_subdirectory(clipper2) add_subdirectory(expat) add_subdirectory(glu-libtess) add_subdirectory(hidapi) diff --git a/deps_src/README_CMAKE_INTERFACES.md b/deps_src/README_CMAKE_INTERFACES.md index 78a806fc0b..6ab88c63af 100644 --- a/deps_src/README_CMAKE_INTERFACES.md +++ b/deps_src/README_CMAKE_INTERFACES.md @@ -24,18 +24,7 @@ target_link_libraries(your_target PRIVATE semver::semver) target_link_libraries(your_target PRIVATE hints) ``` -### 3. **spline** (Interface Library) -- **Type**: Interface library (header-only) -- **Target**: `spline` or `spline::spline` -- **Headers**: `spline.h` -- **Usage**: -```cmake -target_link_libraries(your_target PRIVATE spline) -# or -target_link_libraries(your_target PRIVATE spline::spline) -``` - -### 4. **stb_dxt** (Interface Library) +### 3. **stb_dxt** (Interface Library) - **Type**: Interface library (header-only) - **Target**: `stb_dxt` or `stb_dxt::stb_dxt` - **Headers**: `stb_dxt.h` @@ -53,10 +42,9 @@ target_link_libraries(your_target PRIVATE stb_dxt::stb_dxt) 1. **In your CMakeLists.txt**, simply link the library: ```cmake add_executable(my_app main.cpp) -target_link_libraries(my_app - PRIVATE +target_link_libraries(my_app + PRIVATE semver::semver # For version parsing - spline::spline # For spline interpolation stb_dxt::stb_dxt # For DXT texture compression hints # For hints functionality ) @@ -67,9 +55,6 @@ target_link_libraries(my_app // For semver #include -// For spline -#include - // For stb_dxt #include @@ -100,7 +85,6 @@ target_link_libraries(mycomponent PUBLIC semver::semver # Version handling is part of public API PRIVATE - spline::spline # Used internally for interpolation stb_dxt::stb_dxt # Used internally for texture compression ) diff --git a/deps_src/clipper2/CMakeLists.txt b/deps_src/clipper2/CMakeLists.txt new file mode 100644 index 0000000000..c604002da7 --- /dev/null +++ b/deps_src/clipper2/CMakeLists.txt @@ -0,0 +1,54 @@ +cmake_minimum_required(VERSION 3.10) +project(Clipper2 VERSION 1.5.2 LANGUAGES C CXX) + +set(CMAKE_POSITION_INDEPENDENT_CODE ON) +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CMAKE_CXX_EXTENSIONS OFF) +set_property(GLOBAL PROPERTY USE_FOLDERS OFF) + +option(BUILD_SHARED_LIBS "Build shared libs" OFF) + +include(GNUInstallDirs) + +set(CLIPPER2_INC + Clipper2Lib/include/clipper2/clipper.h + Clipper2Lib/include/clipper2/clipper.core.h + Clipper2Lib/include/clipper2/clipper.engine.h + Clipper2Lib/include/clipper2/clipper.export.h + Clipper2Lib/include/clipper2/clipper.minkowski.h + Clipper2Lib/include/clipper2/clipper.offset.h + Clipper2Lib/include/clipper2/clipper.rectclip.h + Clipper2Lib/include/clipper2/clipper2_z.hpp +) + +set(CLIPPER2_SRC + Clipper2Lib/src/clipper.engine.cpp + Clipper2Lib/src/clipper.offset.cpp + Clipper2Lib/src/clipper.rectclip.cpp + Clipper2Lib/src/clipper2_z.cpp +) + +# 2d version of Clipper2 +add_library(Clipper2 ${CLIPPER2_INC} ${CLIPPER2_SRC}) + +target_include_directories(Clipper2 + PUBLIC Clipper2Lib/include +) + +if (WIN32) + target_compile_options(Clipper2 PRIVATE /W4 /WX) +else() + target_compile_options(Clipper2 PRIVATE -Wall -Wextra -Wpedantic -Werror) + target_link_libraries(Clipper2 PUBLIC -lm) + if (CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 14.1) + target_compile_options(Clipper2 PRIVATE -Wno-error=template-id-cdtor) + endif() +endif() + +set_target_properties(Clipper2 PROPERTIES FOLDER Libraries + VERSION ${PROJECT_VERSION} + SOVERSION ${PROJECT_VERSION_MAJOR} + PUBLIC_HEADER "${CLIPPER2_INC}" +) + diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.core.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.core.h new file mode 100644 index 0000000000..6d00f8fa07 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.core.h @@ -0,0 +1,1080 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 12 May 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : Core Clipper Library structures and functions * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_CORE_H +#define CLIPPER_CORE_H + +#include "clipper2/clipper.version.h" +#include +#include +#include +#include +#include +#include +#include + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + +#if (defined(__cpp_exceptions) && __cpp_exceptions) || (defined(__EXCEPTIONS) && __EXCEPTIONS) + + class Clipper2Exception : public std::exception { + public: + explicit Clipper2Exception(const char* description) : + m_descr(description) {} + virtual const char* what() const noexcept override { return m_descr.c_str(); } + private: + std::string m_descr; + }; + + static const char* precision_error = + "Precision exceeds the permitted range"; + static const char* range_error = + "Values exceed permitted range"; + static const char* scale_error = + "Invalid scale (either 0 or too large)"; + static const char* non_pair_error = + "There must be 2 values for each coordinate"; + static const char* undefined_error = + "There is an undefined error in Clipper2"; +#endif + + // error codes (2^n) + const int precision_error_i = 1; // non-fatal + const int scale_error_i = 2; // non-fatal + const int non_pair_error_i = 4; // non-fatal + const int undefined_error_i = 32; // fatal + const int range_error_i = 64; + +#ifndef PI + static const double PI = 3.141592653589793238; +#endif + +#ifdef CLIPPER2_MAX_DECIMAL_PRECISION + const int CLIPPER2_MAX_DEC_PRECISION = CLIPPER2_MAX_DECIMAL_PRECISION; +#else + const int CLIPPER2_MAX_DEC_PRECISION = 8; // see Discussions #564 +#endif + + static const int64_t MAX_COORD = INT64_MAX >> 2; + static const int64_t MIN_COORD = -MAX_COORD; + static const int64_t INVALID = INT64_MAX; + const double max_coord = static_cast(MAX_COORD); + const double min_coord = static_cast(MIN_COORD); + + static const double MAX_DBL = (std::numeric_limits::max)(); + + static void DoError([[maybe_unused]] int error_code) + { +#if (defined(__cpp_exceptions) && __cpp_exceptions) || (defined(__EXCEPTIONS) && __EXCEPTIONS) + switch (error_code) + { + case precision_error_i: + throw Clipper2Exception(precision_error); + case scale_error_i: + throw Clipper2Exception(scale_error); + case non_pair_error_i: + throw Clipper2Exception(non_pair_error); + case undefined_error_i: + throw Clipper2Exception(undefined_error); + case range_error_i: + throw Clipper2Exception(range_error); + // Should never happen, but adding this to stop a compiler warning + default: + throw Clipper2Exception("Unknown error"); + } +#else + ++error_code; // only to stop compiler warning +#endif + } + + // can we call std::round on T? (default false) (#824) + template + struct is_round_invocable : std::false_type {}; + + template + struct is_round_invocable()))>> : std::true_type {}; + + + //By far the most widely used filling rules for polygons are EvenOdd + //and NonZero, sometimes called Alternate and Winding respectively. + //https://en.wikipedia.org/wiki/Nonzero-rule + enum class FillRule { EvenOdd, NonZero, Positive, Negative }; + +#ifdef USINGZ + using z_type = int64_t; +#endif + + // Point ------------------------------------------------------------------------ + + template + struct Point { + T x; + T y; +#ifdef USINGZ + z_type z; + + template + inline void Init(const T2 x_ = 0, const T2 y_ = 0, const z_type z_ = 0) + { + if constexpr (std::is_integral_v && + is_round_invocable::value && !std::is_integral_v) + { + x = static_cast(std::round(x_)); + y = static_cast(std::round(y_)); + z = z_; + } + else + { + x = static_cast(x_); + y = static_cast(y_); + z = z_; + } + } + + explicit Point() : x(0), y(0), z(0) {}; + + template + Point(const T2 x_, const T2 y_, const z_type z_ = 0) + { + Init(x_, y_); + z = z_; + } + + template + explicit Point(const Point& p) + { + Init(p.x, p.y, p.z); + } + + template + explicit Point(const Point& p, z_type z_) + { + Init(p.x, p.y, z_); + } + + Point operator * (const double scale) const + { + return Point(x * scale, y * scale, z); + } + + void SetZ(const z_type z_value) { z = z_value; } + + friend std::ostream& operator<<(std::ostream& os, const Point& point) + { + os << point.x << "," << point.y << "," << point.z; + return os; + } + +#else + + template + inline void Init(const T2 x_ = 0, const T2 y_ = 0) + { + if constexpr (std::is_integral_v && + is_round_invocable::value && !std::is_integral_v) + { + x = static_cast(std::round(x_)); + y = static_cast(std::round(y_)); + } + else + { + x = static_cast(x_); + y = static_cast(y_); + } + } + + explicit Point() : x(0), y(0) {}; + + template + Point(const T2 x_, const T2 y_) { Init(x_, y_); } + + template + explicit Point(const Point& p) { Init(p.x, p.y); } + + Point operator * (const double scale) const + { + return Point(x * scale, y * scale); + } + + friend std::ostream& operator<<(std::ostream& os, const Point& point) + { + os << point.x << "," << point.y; + return os; + } +#endif + + friend bool operator==(const Point& a, const Point& b) + { + return a.x == b.x && a.y == b.y; + } + + friend bool operator!=(const Point& a, const Point& b) + { + return !(a == b); + } + + inline Point operator-() const + { + return Point(-x, -y); + } + + inline Point operator+(const Point& b) const + { + return Point(x + b.x, y + b.y); + } + + inline Point operator-(const Point& b) const + { + return Point(x - b.x, y - b.y); + } + + inline void Negate() { x = -x; y = -y; } + + }; + + //nb: using 'using' here (instead of typedef) as they can be used in templates + using Point64 = Point; + using PointD = Point; + + template + using Path = std::vector>; + template + using Paths = std::vector>; + + using Path64 = Path; + using PathD = Path; + using Paths64 = std::vector< Path64>; + using PathsD = std::vector< PathD>; + + static const Point64 InvalidPoint64 = Point64( + (std::numeric_limits::max)(), + (std::numeric_limits::max)()); + static const PointD InvalidPointD = PointD( + (std::numeric_limits::max)(), + (std::numeric_limits::max)()); + + template + static inline Point MidPoint(const Point& p1, const Point& p2) + { + Point result; + result.x = (p1.x + p2.x) / 2; + result.y = (p1.y + p2.y) / 2; + return result; + } + + // Rect ------------------------------------------------------------------------ + + template + struct Rect; + + using Rect64 = Rect; + using RectD = Rect; + + template + struct Rect { + T left; + T top; + T right; + T bottom; + + Rect(T l, T t, T r, T b) : + left(l), + top(t), + right(r), + bottom(b) {} + + Rect(bool is_valid = true) + { + if (is_valid) + { + left = right = top = bottom = 0; + } + else + { + left = top = (std::numeric_limits::max)(); + right = bottom = std::numeric_limits::lowest(); + } + } + + static Rect InvalidRect() + { + return { + (std::numeric_limits::max)(), + (std::numeric_limits::max)(), + std::numeric_limits::lowest(), + std::numeric_limits::lowest() }; + } + + bool IsValid() const { return left != (std::numeric_limits::max)(); } + + T Width() const { return right - left; } + T Height() const { return bottom - top; } + void Width(T width) { right = left + width; } + void Height(T height) { bottom = top + height; } + + Point MidPoint() const + { + return Point((left + right) / 2, (top + bottom) / 2); + } + + Path AsPath() const + { + Path result; + result.reserve(4); + result.emplace_back(left, top); + result.emplace_back(right, top); + result.emplace_back(right, bottom); + result.emplace_back(left, bottom); + return result; + } + + bool Contains(const Point& pt) const + { + return pt.x > left && pt.x < right&& pt.y > top && pt.y < bottom; + } + + bool Contains(const Rect& rec) const + { + return rec.left >= left && rec.right <= right && + rec.top >= top && rec.bottom <= bottom; + } + + void Scale(double scale) { + left *= scale; + top *= scale; + right *= scale; + bottom *= scale; + } + + bool IsEmpty() const { return bottom <= top || right <= left; }; + + bool Intersects(const Rect& rec) const + { + return ((std::max)(left, rec.left) <= (std::min)(right, rec.right)) && + ((std::max)(top, rec.top) <= (std::min)(bottom, rec.bottom)); + }; + + bool operator==(const Rect& other) const { + return left == other.left && right == other.right && + top == other.top && bottom == other.bottom; + } + + Rect& operator+=(const Rect& other) + { + left = (std::min)(left, other.left); + top = (std::min)(top, other.top); + right = (std::max)(right, other.right); + bottom = (std::max)(bottom, other.bottom); + return *this; + } + + Rect operator+(const Rect& other) const + { + Rect result = *this; + result += other; + return result; + } + + friend std::ostream& operator<<(std::ostream& os, const Rect& rect) { + os << "(" << rect.left << "," << rect.top << "," << rect.right << "," << rect.bottom << ") "; + return os; + } + }; + + template + inline Rect ScaleRect(const Rect& rect, double scale) + { + Rect result; + + if constexpr (std::is_integral_v && + is_round_invocable::value && !std::is_integral_v) + { + result.left = static_cast(std::round(rect.left * scale)); + result.top = static_cast(std::round(rect.top * scale)); + result.right = static_cast(std::round(rect.right * scale)); + result.bottom = static_cast(std::round(rect.bottom * scale)); + } + else + { + result.left = static_cast(rect.left * scale); + result.top = static_cast(rect.top * scale); + result.right = static_cast(rect.right * scale); + result.bottom = static_cast(rect.bottom * scale); + } + return result; + } + + static const Rect64 InvalidRect64 = Rect64::InvalidRect(); + static const RectD InvalidRectD = RectD::InvalidRect(); + + template + Rect GetBounds(const Path& path) + { + T xmin = (std::numeric_limits::max)(); + T ymin = (std::numeric_limits::max)(); + T xmax = std::numeric_limits::lowest(); + T ymax = std::numeric_limits::lowest(); + for (const auto& p : path) + { + if (p.x < xmin) xmin = p.x; + if (p.x > xmax) xmax = p.x; + if (p.y < ymin) ymin = p.y; + if (p.y > ymax) ymax = p.y; + } + return Rect(xmin, ymin, xmax, ymax); + } + + template + Rect GetBounds(const Paths& paths) + { + T xmin = (std::numeric_limits::max)(); + T ymin = (std::numeric_limits::max)(); + T xmax = std::numeric_limits::lowest(); + T ymax = std::numeric_limits::lowest(); + for (const Path& path : paths) + for (const Point& p : path) + { + if (p.x < xmin) xmin = p.x; + if (p.x > xmax) xmax = p.x; + if (p.y < ymin) ymin = p.y; + if (p.y > ymax) ymax = p.y; + } + return Rect(xmin, ymin, xmax, ymax); + } + + template + Rect GetBounds(const Path& path) + { + T xmin = (std::numeric_limits::max)(); + T ymin = (std::numeric_limits::max)(); + T xmax = std::numeric_limits::lowest(); + T ymax = std::numeric_limits::lowest(); + for (const auto& p : path) + { + if (p.x < xmin) xmin = static_cast(p.x); + if (p.x > xmax) xmax = static_cast(p.x); + if (p.y < ymin) ymin = static_cast(p.y); + if (p.y > ymax) ymax = static_cast(p.y); + } + return Rect(xmin, ymin, xmax, ymax); + } + + template + Rect GetBounds(const Paths& paths) + { + T xmin = (std::numeric_limits::max)(); + T ymin = (std::numeric_limits::max)(); + T xmax = std::numeric_limits::lowest(); + T ymax = std::numeric_limits::lowest(); + for (const Path& path : paths) + for (const Point& p : path) + { + if (p.x < xmin) xmin = static_cast(p.x); + if (p.x > xmax) xmax = static_cast(p.x); + if (p.y < ymin) ymin = static_cast(p.y); + if (p.y > ymax) ymax = static_cast(p.y); + } + return Rect(xmin, ymin, xmax, ymax); + } + + template + std::ostream& operator << (std::ostream& outstream, const Path& path) + { + if (!path.empty()) + { + auto pt = path.cbegin(), last = path.cend() - 1; + while (pt != last) + outstream << *pt++ << ", "; + outstream << *last << std::endl; + } + return outstream; + } + + template + std::ostream& operator << (std::ostream& outstream, const Paths& paths) + { + for (auto p : paths) + outstream << p; + return outstream; + } + + + template + inline Path ScalePath(const Path& path, + double scale_x, double scale_y, int& error_code) + { + Path result; + if (scale_x == 0 || scale_y == 0) + { + error_code |= scale_error_i; + DoError(scale_error_i); + // if no exception, treat as non-fatal error + if (scale_x == 0) scale_x = 1.0; + if (scale_y == 0) scale_y = 1.0; + } + + result.reserve(path.size()); +#ifdef USINGZ + std::transform(path.begin(), path.end(), back_inserter(result), + [scale_x, scale_y](const auto& pt) + { return Point(pt.x * scale_x, pt.y * scale_y, pt.z); }); +#else + std::transform(path.begin(), path.end(), back_inserter(result), + [scale_x, scale_y](const auto& pt) + { return Point(pt.x * scale_x, pt.y * scale_y); }); +#endif + return result; + } + + template + inline Path ScalePath(const Path& path, + double scale, int& error_code) + { + return ScalePath(path, scale, scale, error_code); + } + + template + inline Paths ScalePaths(const Paths& paths, + double scale_x, double scale_y, int& error_code) + { + Paths result; + + if constexpr (std::is_integral_v) + { + RectD r = GetBounds(paths); + if ((r.left * scale_x) < min_coord || + (r.right * scale_x) > max_coord || + (r.top * scale_y) < min_coord || + (r.bottom * scale_y) > max_coord) + { + error_code |= range_error_i; + DoError(range_error_i); + return result; // empty path + } + } + + result.reserve(paths.size()); + std::transform(paths.begin(), paths.end(), back_inserter(result), + [=, &error_code](const auto& path) + { return ScalePath(path, scale_x, scale_y, error_code); }); + return result; + } + + template + inline Paths ScalePaths(const Paths& paths, + double scale, int& error_code) + { + return ScalePaths(paths, scale, scale, error_code); + } + + template + inline Path TransformPath(const Path& path) + { + Path result; + result.reserve(path.size()); + std::transform(path.cbegin(), path.cend(), std::back_inserter(result), + [](const Point& pt) {return Point(pt); }); + return result; + } + + template + inline Paths TransformPaths(const Paths& paths) + { + Paths result; + std::transform(paths.cbegin(), paths.cend(), std::back_inserter(result), + [](const Path& path) {return TransformPath(path); }); + return result; + } + + template + inline double Sqr(T val) + { + return static_cast(val) * static_cast(val); + } + + template + inline bool NearEqual(const Point& p1, + const Point& p2, double max_dist_sqrd) + { + return Sqr(p1.x - p2.x) + Sqr(p1.y - p2.y) < max_dist_sqrd; + } + + template + inline Path StripNearEqual(const Path& path, + double max_dist_sqrd, bool is_closed_path) + { + if (path.size() == 0) return Path(); + Path result; + result.reserve(path.size()); + typename Path::const_iterator path_iter = path.cbegin(); + Point first_pt = *path_iter++, last_pt = first_pt; + result.emplace_back(first_pt); + for (; path_iter != path.cend(); ++path_iter) + { + if (!NearEqual(*path_iter, last_pt, max_dist_sqrd)) + { + last_pt = *path_iter; + result.emplace_back(last_pt); + } + } + if (!is_closed_path) return result; + while (result.size() > 1 && + NearEqual(result.back(), first_pt, max_dist_sqrd)) result.pop_back(); + return result; + } + + template + inline Paths StripNearEqual(const Paths& paths, + double max_dist_sqrd, bool is_closed_path) + { + Paths result; + result.reserve(paths.size()); + for (typename Paths::const_iterator paths_citer = paths.cbegin(); + paths_citer != paths.cend(); ++paths_citer) + { + result.emplace_back(std::move(StripNearEqual(*paths_citer, max_dist_sqrd, is_closed_path))); + } + return result; + } + + template + inline void StripDuplicates( Path& path, bool is_closed_path) + { + //https://stackoverflow.com/questions/1041620/whats-the-most-efficient-way-to-erase-duplicates-and-sort-a-vector#:~:text=Let%27s%20compare%20three%20approaches%3A + path.erase(std::unique(path.begin(), path.end()), path.end()); + if (is_closed_path) + while (path.size() > 1 && path.back() == path.front()) path.pop_back(); + } + + template + inline void StripDuplicates( Paths& paths, bool is_closed_path) + { + for (typename Paths::iterator paths_citer = paths.begin(); + paths_citer != paths.end(); ++paths_citer) + { + StripDuplicates(*paths_citer, is_closed_path); + } + } + + // Miscellaneous ------------------------------------------------------------ + + inline void CheckPrecisionRange(int& precision, int& error_code) + { + if (precision >= -CLIPPER2_MAX_DEC_PRECISION && + precision <= CLIPPER2_MAX_DEC_PRECISION) return; + error_code |= precision_error_i; // non-fatal error + DoError(precision_error_i); // does nothing when exceptions are disabled + precision = precision > 0 ? CLIPPER2_MAX_DEC_PRECISION : -CLIPPER2_MAX_DEC_PRECISION; + } + + inline void CheckPrecisionRange(int& precision) + { + int error_code = 0; + CheckPrecisionRange(precision, error_code); + } + + inline int TriSign(int64_t x) // returns 0, 1 or -1 + { + return (x > 0) - (x < 0); + } + + struct MultiplyUInt64Result + { + const uint64_t result = 0; + const uint64_t carry = 0; + + bool operator==(const MultiplyUInt64Result& other) const + { + return result == other.result && carry == other.carry; + }; + }; + + inline MultiplyUInt64Result Multiply(uint64_t a, uint64_t b) // #834, #835 + { + const auto lo = [](uint64_t x) { return x & 0xFFFFFFFF; }; + const auto hi = [](uint64_t x) { return x >> 32; }; + + const uint64_t x1 = lo(a) * lo(b); + const uint64_t x2 = hi(a) * lo(b) + hi(x1); + const uint64_t x3 = lo(a) * hi(b) + lo(x2); + const uint64_t result = lo(x3) << 32 | lo(x1); + const uint64_t carry = hi(a) * hi(b) + hi(x2) + hi(x3); + + return { result, carry }; + } + + // returns true if (and only if) a * b == c * d + inline bool ProductsAreEqual(int64_t a, int64_t b, int64_t c, int64_t d) + { +#if (defined(__clang__) || defined(__GNUC__)) && UINTPTR_MAX >= UINT64_MAX + const auto ab = static_cast<__int128_t>(a) * static_cast<__int128_t>(b); + const auto cd = static_cast<__int128_t>(c) * static_cast<__int128_t>(d); + return ab == cd; +#else + // nb: unsigned values needed for calculating overflow carry + const auto abs_a = static_cast(std::abs(a)); + const auto abs_b = static_cast(std::abs(b)); + const auto abs_c = static_cast(std::abs(c)); + const auto abs_d = static_cast(std::abs(d)); + + const auto abs_ab = Multiply(abs_a, abs_b); + const auto abs_cd = Multiply(abs_c, abs_d); + + // nb: it's important to differentiate 0 values here from other values + const auto sign_ab = TriSign(a) * TriSign(b); + const auto sign_cd = TriSign(c) * TriSign(d); + + return abs_ab == abs_cd && sign_ab == sign_cd; +#endif + } + + template + inline bool IsCollinear(const Point& pt1, + const Point& sharedPt, const Point& pt2) // #777 + { + const auto a = sharedPt.x - pt1.x; + const auto b = pt2.y - sharedPt.y; + const auto c = sharedPt.y - pt1.y; + const auto d = pt2.x - sharedPt.x; + // When checking for collinearity with very large coordinate values + // then ProductsAreEqual is more accurate than using CrossProduct. + return ProductsAreEqual(a, b, c, d); + } + + + template + inline double CrossProduct(const Point& pt1, const Point& pt2, const Point& pt3) { + return (static_cast(pt2.x - pt1.x) * static_cast(pt3.y - + pt2.y) - static_cast(pt2.y - pt1.y) * static_cast(pt3.x - pt2.x)); + } + + template + inline double CrossProduct(const Point& vec1, const Point& vec2) + { + return static_cast(vec1.y * vec2.x) - static_cast(vec2.y * vec1.x); + } + + template + inline double DotProduct(const Point& pt1, const Point& pt2, const Point& pt3) { + return (static_cast(pt2.x - pt1.x) * static_cast(pt3.x - pt2.x) + + static_cast(pt2.y - pt1.y) * static_cast(pt3.y - pt2.y)); + } + + template + inline double DotProduct(const Point& vec1, const Point& vec2) + { + return static_cast(vec1.x * vec2.x) + static_cast(vec1.y * vec2.y); + } + + template + inline double DistanceSqr(const Point pt1, const Point pt2) + { + return Sqr(pt1.x - pt2.x) + Sqr(pt1.y - pt2.y); + } + + template + inline double PerpendicDistFromLineSqrd(const Point& pt, + const Point& line1, const Point& line2) + { + //perpendicular distance of point (x³,y³) = (Ax³ + By³ + C)/Sqrt(A² + B²) + //see https://en.wikipedia.org/wiki/Perpendicular_distance + double a = static_cast(pt.x - line1.x); + double b = static_cast(pt.y - line1.y); + double c = static_cast(line2.x - line1.x); + double d = static_cast(line2.y - line1.y); + if (c == 0 && d == 0) return 0; + return Sqr(a * d - c * b) / (c * c + d * d); + } + + template + inline double Area(const Path& path) + { + size_t cnt = path.size(); + if (cnt < 3) return 0.0; + double a = 0.0; + typename Path::const_iterator it1, it2 = path.cend() - 1, stop = it2; + if (!(cnt & 1)) ++stop; + for (it1 = path.cbegin(); it1 != stop;) + { + a += static_cast(it2->y + it1->y) * (it2->x - it1->x); + it2 = it1 + 1; + a += static_cast(it1->y + it2->y) * (it1->x - it2->x); + it1 += 2; + } + if (cnt & 1) + a += static_cast(it2->y + it1->y) * (it2->x - it1->x); + return (a * 0.5); + } + + template + inline double Area(const Paths& paths) + { + double a = 0.0; + for (typename Paths::const_iterator paths_iter = paths.cbegin(); + paths_iter != paths.cend(); ++paths_iter) + { + a += Area(*paths_iter); + } + return a; + } + + template + inline bool IsPositive(const Path& poly) + { + // A curve has positive orientation [and area] if a region 'R' + // is on the left when traveling around the outside of 'R'. + //https://mathworld.wolfram.com/CurveOrientation.html + //nb: This statement is premised on using Cartesian coordinates + return Area(poly) >= 0; + } + +#if CLIPPER2_HI_PRECISION + // caution: this will compromise performance + // https://github.com/AngusJohnson/Clipper2/issues/317#issuecomment-1314023253 + // See also CPP/BenchMark/GetIntersectPtBenchmark.cpp + #define CC_MIN(x,y) ((x)>(y)?(y):(x)) + #define CC_MAX(x,y) ((x)<(y)?(y):(x)) + template + inline bool GetSegmentIntersectPt(const Point& ln1a, const Point& ln1b, + const Point& ln2a, const Point& ln2b, Point& ip) + { + double ln1dy = static_cast(ln1b.y - ln1a.y); + double ln1dx = static_cast(ln1a.x - ln1b.x); + double ln2dy = static_cast(ln2b.y - ln2a.y); + double ln2dx = static_cast(ln2a.x - ln2b.x); + double det = (ln2dy * ln1dx) - (ln1dy * ln2dx); + if (det == 0.0) return false; + T bb0minx = CC_MIN(ln1a.x, ln1b.x); + T bb0miny = CC_MIN(ln1a.y, ln1b.y); + T bb0maxx = CC_MAX(ln1a.x, ln1b.x); + T bb0maxy = CC_MAX(ln1a.y, ln1b.y); + T bb1minx = CC_MIN(ln2a.x, ln2b.x); + T bb1miny = CC_MIN(ln2a.y, ln2b.y); + T bb1maxx = CC_MAX(ln2a.x, ln2b.x); + T bb1maxy = CC_MAX(ln2a.y, ln2b.y); + + if constexpr (std::is_integral_v) + { + int64_t originx = (CC_MIN(bb0maxx, bb1maxx) + CC_MAX(bb0minx, bb1minx)) >> 1; + int64_t originy = (CC_MIN(bb0maxy, bb1maxy) + CC_MAX(bb0miny, bb1miny)) >> 1; + double ln0c = (ln1dy * static_cast(ln1a.x - originx)) + + (ln1dx * static_cast(ln1a.y - originy)); + double ln1c = (ln2dy * static_cast(ln2a.x - originx)) + + (ln2dx * static_cast(ln2a.y - originy)); + double hitx = ((ln1dx * ln1c) - (ln2dx * ln0c)) / det; + double hity = ((ln2dy * ln0c) - (ln1dy * ln1c)) / det; + + ip.x = originx + (T)nearbyint(hitx); + ip.y = originy + (T)nearbyint(hity); + } + else + { + double originx = (CC_MIN(bb0maxx, bb1maxx) + CC_MAX(bb0minx, bb1minx)) / 2.0; + double originy = (CC_MIN(bb0maxy, bb1maxy) + CC_MAX(bb0miny, bb1miny)) / 2.0; + double ln0c = (ln1dy * static_cast(ln1a.x - originx)) + + (ln1dx * static_cast(ln1a.y - originy)); + double ln1c = (ln2dy * static_cast(ln2a.x - originx)) + + (ln2dx * static_cast(ln2a.y - originy)); + double hitx = ((ln1dx * ln1c) - (ln2dx * ln0c)) / det; + double hity = ((ln2dy * ln0c) - (ln1dy * ln1c)) / det; + + ip.x = originx + static_cast(hitx); + ip.y = originy + static_cast(hity); + } + return true; +} +#else + template + inline bool GetSegmentIntersectPt(const Point& ln1a, const Point& ln1b, + const Point& ln2a, const Point& ln2b, Point& ip) + { + // https://en.wikipedia.org/wiki/Line%E2%80%93line_intersection + double dx1 = static_cast(ln1b.x - ln1a.x); + double dy1 = static_cast(ln1b.y - ln1a.y); + double dx2 = static_cast(ln2b.x - ln2a.x); + double dy2 = static_cast(ln2b.y - ln2a.y); + + double det = dy1 * dx2 - dy2 * dx1; + if (det == 0.0) return false; + double t = ((ln1a.x - ln2a.x) * dy2 - (ln1a.y - ln2a.y) * dx2) / det; + if (t <= 0.0) ip = ln1a; + else if (t >= 1.0) ip = ln1b; + else + { + ip.x = static_cast(ln1a.x + t * dx1); + ip.y = static_cast(ln1a.y + t * dy1); + } + return true; + } +#endif + + template + inline Point TranslatePoint(const Point& pt, double dx, double dy) + { +#ifdef USINGZ + return Point(pt.x + dx, pt.y + dy, pt.z); +#else + return Point(pt.x + dx, pt.y + dy); +#endif + } + + + template + inline Point ReflectPoint(const Point& pt, const Point& pivot) + { +#ifdef USINGZ + return Point(pivot.x + (pivot.x - pt.x), pivot.y + (pivot.y - pt.y), pt.z); +#else + return Point(pivot.x + (pivot.x - pt.x), pivot.y + (pivot.y - pt.y)); +#endif + } + + template + inline int GetSign(const T& val) + { + if (!val) return 0; + return (val > 0) ? 1 : -1; + } + + inline bool SegmentsIntersect(const Point64& seg1a, const Point64& seg1b, + const Point64& seg2a, const Point64& seg2b, bool inclusive = false) + { + if (inclusive) + { + double res1 = CrossProduct(seg1a, seg2a, seg2b); + double res2 = CrossProduct(seg1b, seg2a, seg2b); + if (res1 * res2 > 0) return false; + double res3 = CrossProduct(seg2a, seg1a, seg1b); + double res4 = CrossProduct(seg2b, seg1a, seg1b); + if (res3 * res4 > 0) return false; + return (res1 || res2 || res3 || res4); // ensures not collinear + } + else { + return (GetSign(CrossProduct(seg1a, seg2a, seg2b)) * + GetSign(CrossProduct(seg1b, seg2a, seg2b)) < 0) && + (GetSign(CrossProduct(seg2a, seg1a, seg1b)) * + GetSign(CrossProduct(seg2b, seg1a, seg1b)) < 0); + } + } + + template + inline Point GetClosestPointOnSegment(const Point& offPt, + const Point& seg1, const Point& seg2) + { + if (seg1.x == seg2.x && seg1.y == seg2.y) return seg1; + double dx = static_cast(seg2.x - seg1.x); + double dy = static_cast(seg2.y - seg1.y); + double q = + (static_cast(offPt.x - seg1.x) * dx + + static_cast(offPt.y - seg1.y) * dy) / + (Sqr(dx) + Sqr(dy)); + if (q < 0) q = 0; else if (q > 1) q = 1; + if constexpr (std::is_integral_v) + return Point( + seg1.x + static_cast(nearbyint(q * dx)), + seg1.y + static_cast(nearbyint(q * dy))); + else + return Point( + seg1.x + static_cast(q * dx), + seg1.y + static_cast(q * dy)); + } + + enum class PointInPolygonResult { IsOn, IsInside, IsOutside }; + + template + inline PointInPolygonResult PointInPolygon(const Point& pt, const Path& polygon) + { + if (polygon.size() < 3) + return PointInPolygonResult::IsOutside; + + int val = 0; + typename Path::const_iterator cbegin = polygon.cbegin(), first = cbegin, curr, prev; + typename Path::const_iterator cend = polygon.cend(); + + while (first != cend && first->y == pt.y) ++first; + if (first == cend) // not a proper polygon + return PointInPolygonResult::IsOutside; + + bool is_above = first->y < pt.y, starting_above = is_above; + curr = first +1; + while (true) + { + if (curr == cend) + { + if (cend == first || first == cbegin) break; + cend = first; + curr = cbegin; + } + + if (is_above) + { + while (curr != cend && curr->y < pt.y) ++curr; + if (curr == cend) continue; + } + else + { + while (curr != cend && curr->y > pt.y) ++curr; + if (curr == cend) continue; + } + + if (curr == cbegin) + prev = polygon.cend() - 1; //nb: NOT cend (since might equal first) + else + prev = curr - 1; + + if (curr->y == pt.y) + { + if (curr->x == pt.x || + (curr->y == prev->y && + ((pt.x < prev->x) != (pt.x < curr->x)))) + return PointInPolygonResult::IsOn; + ++curr; + if (curr == first) break; + continue; + } + + if (pt.x < curr->x && pt.x < prev->x) + { + // we're only interested in edges crossing on the left + } + else if (pt.x > prev->x && pt.x > curr->x) + val = 1 - val; // toggle val + else + { + double d = CrossProduct(*prev, *curr, pt); + if (d == 0) return PointInPolygonResult::IsOn; + if ((d < 0) == is_above) val = 1 - val; + } + is_above = !is_above; + ++curr; + } + + if (is_above != starting_above) + { + cend = polygon.cend(); + if (curr == cend) curr = cbegin; + if (curr == cbegin) prev = cend - 1; + else prev = curr - 1; + double d = CrossProduct(*prev, *curr, pt); + if (d == 0) return PointInPolygonResult::IsOn; + if ((d < 0) == is_above) val = 1 - val; + } + + return (val == 0) ? + PointInPolygonResult::IsOutside : + PointInPolygonResult::IsInside; + } + +} // namespace + +#endif // CLIPPER_CORE_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.engine.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.engine.h new file mode 100644 index 0000000000..8387d2337d --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.engine.h @@ -0,0 +1,646 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 17 September 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : This is the main polygon clipping module * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_ENGINE_H +#define CLIPPER_ENGINE_H + +#include "clipper2/clipper.core.h" +#include +#include +#include + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + + struct Scanline; + struct IntersectNode; + struct Active; + struct Vertex; + struct LocalMinima; + struct OutRec; + struct HorzSegment; + + //Note: all clipping operations except for Difference are commutative. + enum class ClipType { NoClip, Intersection, Union, Difference, Xor }; + + enum class PathType { Subject, Clip }; + enum class JoinWith { NoJoin, Left, Right }; + + enum class VertexFlags : uint32_t { + Empty = 0, OpenStart = 1, OpenEnd = 2, LocalMax = 4, LocalMin = 8 + }; + + constexpr enum VertexFlags operator &(enum VertexFlags a, enum VertexFlags b) + { + return (enum VertexFlags)(uint32_t(a) & uint32_t(b)); + } + + constexpr enum VertexFlags operator |(enum VertexFlags a, enum VertexFlags b) + { + return (enum VertexFlags)(uint32_t(a) | uint32_t(b)); + } + + struct Vertex { + Point64 pt; + Vertex* next = nullptr; + Vertex* prev = nullptr; + VertexFlags flags = VertexFlags::Empty; + }; + + struct OutPt { + Point64 pt; + OutPt* next = nullptr; + OutPt* prev = nullptr; + OutRec* outrec; + HorzSegment* horz = nullptr; + + OutPt(const Point64& pt_, OutRec* outrec_): pt(pt_), outrec(outrec_) { + next = this; + prev = this; + } + }; + + class PolyPath; + class PolyPath64; + class PolyPathD; + using PolyTree64 = PolyPath64; + using PolyTreeD = PolyPathD; + + struct OutRec; + typedef std::vector OutRecList; + + //OutRec: contains a path in the clipping solution. Edges in the AEL will + //have OutRec pointers assigned when they form part of the clipping solution. + struct OutRec { + size_t idx = 0; + OutRec* owner = nullptr; + Active* front_edge = nullptr; + Active* back_edge = nullptr; + OutPt* pts = nullptr; + PolyPath* polypath = nullptr; + OutRecList* splits = nullptr; + OutRec* recursive_split = nullptr; + Rect64 bounds = {}; + Path64 path; + bool is_open = false; + + ~OutRec() { + if (splits) delete splits; + // nb: don't delete the split pointers + // as these are owned by ClipperBase's outrec_list_ + }; + }; + + /////////////////////////////////////////////////////////////////// + //Important: UP and DOWN here are premised on Y-axis positive down + //displays, which is the orientation used in Clipper's development. + /////////////////////////////////////////////////////////////////// + + struct Active { + Point64 bot; + Point64 top; + int64_t curr_x = 0; //current (updated at every new scanline) + double dx = 0.0; + int wind_dx = 1; //1 or -1 depending on winding direction + int wind_cnt = 0; + int wind_cnt2 = 0; //winding count of the opposite polytype + OutRec* outrec = nullptr; + //AEL: 'active edge list' (Vatti's AET - active edge table) + // a linked list of all edges (from left to right) that are present + // (or 'active') within the current scanbeam (a horizontal 'beam' that + // sweeps from bottom to top over the paths in the clipping operation). + Active* prev_in_ael = nullptr; + Active* next_in_ael = nullptr; + //SEL: 'sorted edge list' (Vatti's ST - sorted table) + // linked list used when sorting edges into their new positions at the + // top of scanbeams, but also (re)used to process horizontals. + Active* prev_in_sel = nullptr; + Active* next_in_sel = nullptr; + Active* jump = nullptr; + Vertex* vertex_top = nullptr; + LocalMinima* local_min = nullptr; // the bottom of an edge 'bound' (also Vatti) + bool is_left_bound = false; + JoinWith join_with = JoinWith::NoJoin; + }; + + struct LocalMinima { + Vertex* vertex; + PathType polytype; + bool is_open; + LocalMinima(Vertex* v, PathType pt, bool open) : + vertex(v), polytype(pt), is_open(open){} + }; + + struct IntersectNode { + Point64 pt; + Active* edge1; + Active* edge2; + IntersectNode() : pt(Point64(0,0)), edge1(NULL), edge2(NULL) {} + IntersectNode(Active* e1, Active* e2, Point64& pt_) : + pt(pt_), edge1(e1), edge2(e2) {} + }; + + struct HorzSegment { + OutPt* left_op; + OutPt* right_op = nullptr; + bool left_to_right = true; + HorzSegment() : left_op(nullptr) { } + explicit HorzSegment(OutPt* op) : left_op(op) { } + }; + + struct HorzJoin { + OutPt* op1 = nullptr; + OutPt* op2 = nullptr; + HorzJoin() {}; + explicit HorzJoin(OutPt* ltr, OutPt* rtl) : op1(ltr), op2(rtl) { } + }; + +#ifdef USINGZ + typedef std::function ZCallback64; + + typedef std::function ZCallbackD; +#endif + + typedef std::vector HorzSegmentList; + typedef std::unique_ptr LocalMinima_ptr; + typedef std::vector LocalMinimaList; + typedef std::vector IntersectNodeList; + + // ReuseableDataContainer64 ------------------------------------------------ + + class ReuseableDataContainer64 { + private: + friend class ClipperBase; + LocalMinimaList minima_list_; + std::vector vertex_lists_; + void AddLocMin(Vertex& vert, PathType polytype, bool is_open); + public: + virtual ~ReuseableDataContainer64(); + void Clear(); + void AddPaths(const Paths64& paths, PathType polytype, bool is_open); + }; + + // ClipperBase ------------------------------------------------------------- + + class ClipperBase { + private: + ClipType cliptype_ = ClipType::NoClip; + FillRule fillrule_ = FillRule::EvenOdd; + FillRule fillpos = FillRule::Positive; + int64_t bot_y_ = 0; + bool minima_list_sorted_ = false; + bool using_polytree_ = false; + Active* actives_ = nullptr; + Active *sel_ = nullptr; + LocalMinimaList minima_list_; //pointers in case of memory reallocs + LocalMinimaList::iterator current_locmin_iter_; + std::vector vertex_lists_; + std::priority_queue scanline_list_; + IntersectNodeList intersect_nodes_; + HorzSegmentList horz_seg_list_; + std::vector horz_join_list_; + void Reset(); + inline void InsertScanline(int64_t y); + inline bool PopScanline(int64_t &y); + inline bool PopLocalMinima(int64_t y, LocalMinima*& local_minima); + void DisposeAllOutRecs(); + void DisposeVerticesAndLocalMinima(); + void DeleteEdges(Active*& e); + inline void AddLocMin(Vertex &vert, PathType polytype, bool is_open); + bool IsContributingClosed(const Active &e) const; + inline bool IsContributingOpen(const Active &e) const; + void SetWindCountForClosedPathEdge(Active &edge); + void SetWindCountForOpenPathEdge(Active &e); + void InsertLocalMinimaIntoAEL(int64_t bot_y); + void InsertLeftEdge(Active &e); + inline void PushHorz(Active &e); + inline bool PopHorz(Active *&e); + inline OutPt* StartOpenPath(Active &e, const Point64& pt); + inline void UpdateEdgeIntoAEL(Active *e); + void IntersectEdges(Active &e1, Active &e2, const Point64& pt); + inline void DeleteFromAEL(Active &e); + inline void AdjustCurrXAndCopyToSEL(const int64_t top_y); + void DoIntersections(const int64_t top_y); + void AddNewIntersectNode(Active &e1, Active &e2, const int64_t top_y); + bool BuildIntersectList(const int64_t top_y); + void ProcessIntersectList(); + void SwapPositionsInAEL(Active& edge1, Active& edge2); + OutRec* NewOutRec(); + OutPt* AddOutPt(const Active &e, const Point64& pt); + OutPt* AddLocalMinPoly(Active &e1, Active &e2, + const Point64& pt, bool is_new = false); + OutPt* AddLocalMaxPoly(Active &e1, Active &e2, const Point64& pt); + void DoHorizontal(Active &horz); + bool ResetHorzDirection(const Active &horz, const Vertex* max_vertex, + int64_t &horz_left, int64_t &horz_right); + void DoTopOfScanbeam(const int64_t top_y); + Active *DoMaxima(Active &e); + void JoinOutrecPaths(Active &e1, Active &e2); + void FixSelfIntersects(OutRec* outrec); + void DoSplitOp(OutRec* outRec, OutPt* splitOp); + + inline void AddTrialHorzJoin(OutPt* op); + void ConvertHorzSegsToJoins(); + void ProcessHorzJoins(); + + void Split(Active& e, const Point64& pt); + inline void CheckJoinLeft(Active& e, + const Point64& pt, bool check_curr_x = false); + inline void CheckJoinRight(Active& e, + const Point64& pt, bool check_curr_x = false); + protected: + bool preserve_collinear_ = true; + bool reverse_solution_ = false; + int error_code_ = 0; + bool has_open_paths_ = false; + bool succeeded_ = true; + OutRecList outrec_list_; //pointers in case list memory reallocated + bool ExecuteInternal(ClipType ct, FillRule ft, bool use_polytrees); + void CleanCollinear(OutRec* outrec); + bool CheckBounds(OutRec* outrec); + bool CheckSplitOwner(OutRec* outrec, OutRecList* splits); + void RecursiveCheckOwners(OutRec* outrec, PolyPath* polypath); +#ifdef USINGZ + ZCallback64 zCallback_ = nullptr; + void SetZ(const Active& e1, const Active& e2, Point64& pt); +#endif + void CleanUp(); // unlike Clear, CleanUp preserves added paths + void AddPath(const Path64& path, PathType polytype, bool is_open); + void AddPaths(const Paths64& paths, PathType polytype, bool is_open); + public: + virtual ~ClipperBase(); + int ErrorCode() const { return error_code_; }; + void PreserveCollinear(bool val) { preserve_collinear_ = val; }; + bool PreserveCollinear() const { return preserve_collinear_;}; + void ReverseSolution(bool val) { reverse_solution_ = val; }; + bool ReverseSolution() const { return reverse_solution_; }; + void Clear(); + void AddReuseableData(const ReuseableDataContainer64& reuseable_data); +#ifdef USINGZ + int64_t DefaultZ = 0; +#endif + }; + + // PolyPath / PolyTree -------------------------------------------------------- + + //PolyTree: is intended as a READ-ONLY data structure for CLOSED paths returned + //by clipping operations. While this structure is more complex than the + //alternative Paths structure, it does preserve path 'ownership' - ie those + //paths that contain (or own) other paths. This will be useful to some users. + + class PolyPath { + protected: + PolyPath* parent_; + public: + PolyPath(PolyPath* parent = nullptr): parent_(parent){} + virtual ~PolyPath() {}; + //https://en.cppreference.com/w/cpp/language/rule_of_three + PolyPath(const PolyPath&) = delete; + PolyPath& operator=(const PolyPath&) = delete; + + unsigned Level() const + { + unsigned result = 0; + const PolyPath* p = parent_; + while (p) { ++result; p = p->parent_; } + return result; + } + + virtual PolyPath* AddChild(const Path64& path) = 0; + + virtual void Clear() = 0; + virtual size_t Count() const { return 0; } + + const PolyPath* Parent() const { return parent_; } + + bool IsHole() const + { + unsigned lvl = Level(); + //Even levels except level 0 + return lvl && !(lvl & 1); + } + template + static double Clipper2LibArea(const Path &poly) + { +#ifdef USINGZ + return Clipper2Lib_Z::Area(poly); +#else + return Clipper2Lib::Area(poly); +#endif + } + }; + + typedef typename std::vector> PolyPath64List; + typedef typename std::vector> PolyPathDList; + + class PolyPath64 : public PolyPath { + private: + PolyPath64List childs_; + Path64 polygon_; + public: + explicit PolyPath64(PolyPath64* parent = nullptr) : PolyPath(parent) {} + explicit PolyPath64(PolyPath64* parent, const Path64& path) : PolyPath(parent) { polygon_ = path; } + + ~PolyPath64() { + childs_.resize(0); + } + + PolyPath64* operator [] (size_t index) const + { + return childs_[index].get(); //std::unique_ptr + } + + PolyPath64* Child(size_t index) const + { + return childs_[index].get(); + } + + PolyPath64List::const_iterator begin() const { return childs_.cbegin(); } + PolyPath64List::const_iterator end() const { return childs_.cend(); } + + PolyPath64* AddChild(const Path64& path) override + { + return childs_.emplace_back(std::make_unique(this, path)).get(); + } + + void Clear() override + { + childs_.resize(0); + } + + size_t Count() const override + { + return childs_.size(); + } + + const Path64& Polygon() const { return polygon_; }; + + double Area() const + { + return std::accumulate(childs_.cbegin(), childs_.cend(), Clipper2LibArea(polygon_), + [](double a, const auto& child) {return a + child->Area(); }); + } + + }; + + class PolyPathD : public PolyPath { + private: + PolyPathDList childs_; + double scale_; + PathD polygon_; + public: + explicit PolyPathD(PolyPathD* parent = nullptr) : PolyPath(parent) + { + scale_ = parent ? parent->scale_ : 1.0; + } + + explicit PolyPathD(PolyPathD* parent, const Path64& path) : PolyPath(parent) + { + scale_ = parent ? parent->scale_ : 1.0; + int error_code = 0; + polygon_ = ScalePath(path, scale_, error_code); + } + + explicit PolyPathD(PolyPathD* parent, const PathD& path) : PolyPath(parent) + { + scale_ = parent ? parent->scale_ : 1.0; + polygon_ = path; + } + + ~PolyPathD() { + childs_.resize(0); + } + + PolyPathD* operator [] (size_t index) const + { + return childs_[index].get(); + } + + PolyPathD* Child(size_t index) const + { + return childs_[index].get(); + } + + PolyPathDList::const_iterator begin() const { return childs_.cbegin(); } + PolyPathDList::const_iterator end() const { return childs_.cend(); } + + void SetScale(double value) { scale_ = value; } + double Scale() const { return scale_; } + + PolyPathD* AddChild(const Path64& path) override + { + return childs_.emplace_back(std::make_unique(this, path)).get(); + } + + PolyPathD* AddChild(const PathD& path) + { + return childs_.emplace_back(std::make_unique(this, path)).get(); + } + + void Clear() override + { + childs_.resize(0); + } + + size_t Count() const override + { + return childs_.size(); + } + + const PathD& Polygon() const { return polygon_; }; + + double Area() const + { + return std::accumulate(childs_.begin(), childs_.end(), Clipper2LibArea(polygon_), + [](double a, const auto& child) {return a + child->Area(); }); + } + }; + + class Clipper64 : public ClipperBase + { + private: + void BuildPaths64(Paths64& solutionClosed, Paths64* solutionOpen); + void BuildTree64(PolyPath64& polytree, Paths64& open_paths); + public: +#ifdef USINGZ + void SetZCallback(ZCallback64 cb) { zCallback_ = cb; } +#endif + + void AddSubject(const Paths64& subjects) + { + AddPaths(subjects, PathType::Subject, false); + } + void AddOpenSubject(const Paths64& open_subjects) + { + AddPaths(open_subjects, PathType::Subject, true); + } + void AddClip(const Paths64& clips) + { + AddPaths(clips, PathType::Clip, false); + } + + bool Execute(ClipType clip_type, + FillRule fill_rule, Paths64& closed_paths) + { + Paths64 dummy; + return Execute(clip_type, fill_rule, closed_paths, dummy); + } + + bool Execute(ClipType clip_type, FillRule fill_rule, + Paths64& closed_paths, Paths64& open_paths) + { + closed_paths.clear(); + open_paths.clear(); + if (ExecuteInternal(clip_type, fill_rule, false)) + BuildPaths64(closed_paths, &open_paths); + CleanUp(); + return succeeded_; + } + + bool Execute(ClipType clip_type, FillRule fill_rule, PolyTree64& polytree) + { + Paths64 dummy; + return Execute(clip_type, fill_rule, polytree, dummy); + } + + bool Execute(ClipType clip_type, + FillRule fill_rule, PolyTree64& polytree, Paths64& open_paths) + { + if (ExecuteInternal(clip_type, fill_rule, true)) + { + open_paths.clear(); + polytree.Clear(); + BuildTree64(polytree, open_paths); + } + CleanUp(); + return succeeded_; + } + }; + + class ClipperD : public ClipperBase { + private: + double scale_ = 1.0, invScale_ = 1.0; +#ifdef USINGZ + ZCallbackD zCallbackD_ = nullptr; +#endif + void BuildPathsD(PathsD& solutionClosed, PathsD* solutionOpen); + void BuildTreeD(PolyPathD& polytree, PathsD& open_paths); + public: + explicit ClipperD(int precision = 2) : ClipperBase() + { + CheckPrecisionRange(precision, error_code_); + // to optimize scaling / descaling precision + // set the scale to a power of double's radix (2) (#25) + scale_ = std::pow(std::numeric_limits::radix, + std::ilogb(std::pow(10, precision)) + 1); + invScale_ = 1 / scale_; + } + +#ifdef USINGZ + void SetZCallback(ZCallbackD cb) { zCallbackD_ = cb; }; + + void ZCB(const Point64& e1bot, const Point64& e1top, + const Point64& e2bot, const Point64& e2top, Point64& pt) + { + // de-scale (x & y) + // temporarily convert integers to their initial float values + // this will slow clipping marginally but will make it much easier + // to understand the coordinates passed to the callback function + PointD tmp = PointD(pt) * invScale_; + PointD e1b = PointD(e1bot) * invScale_; + PointD e1t = PointD(e1top) * invScale_; + PointD e2b = PointD(e2bot) * invScale_; + PointD e2t = PointD(e2top) * invScale_; + zCallbackD_(e1b,e1t, e2b, e2t, tmp); + pt.z = tmp.z; // only update 'z' + }; + + void CheckCallback() + { + if(zCallbackD_) + // if the user defined float point callback has been assigned + // then assign the proxy callback function + ClipperBase::zCallback_ = + std::bind(&ClipperD::ZCB, this, std::placeholders::_1, + std::placeholders::_2, std::placeholders::_3, + std::placeholders::_4, std::placeholders::_5); + else + ClipperBase::zCallback_ = nullptr; + } + +#endif + + void AddSubject(const PathsD& subjects) + { + AddPaths(ScalePaths(subjects, scale_, error_code_), PathType::Subject, false); + } + + void AddOpenSubject(const PathsD& open_subjects) + { + AddPaths(ScalePaths(open_subjects, scale_, error_code_), PathType::Subject, true); + } + + void AddClip(const PathsD& clips) + { + AddPaths(ScalePaths(clips, scale_, error_code_), PathType::Clip, false); + } + + bool Execute(ClipType clip_type, FillRule fill_rule, PathsD& closed_paths) + { + PathsD dummy; + return Execute(clip_type, fill_rule, closed_paths, dummy); + } + + bool Execute(ClipType clip_type, + FillRule fill_rule, PathsD& closed_paths, PathsD& open_paths) + { +#ifdef USINGZ + CheckCallback(); +#endif + if (ExecuteInternal(clip_type, fill_rule, false)) + { + BuildPathsD(closed_paths, &open_paths); + } + CleanUp(); + return succeeded_; + } + + bool Execute(ClipType clip_type, FillRule fill_rule, PolyTreeD& polytree) + { + PathsD dummy; + return Execute(clip_type, fill_rule, polytree, dummy); + } + + bool Execute(ClipType clip_type, + FillRule fill_rule, PolyTreeD& polytree, PathsD& open_paths) + { +#ifdef USINGZ + CheckCallback(); +#endif + if (ExecuteInternal(clip_type, fill_rule, true)) + { + polytree.Clear(); + polytree.SetScale(invScale_); + open_paths.clear(); + BuildTreeD(polytree, open_paths); + } + CleanUp(); + return succeeded_; + } + + }; + +} // namespace + +#endif // CLIPPER_ENGINE_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.export.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.export.h new file mode 100644 index 0000000000..a0d33d51df --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.export.h @@ -0,0 +1,836 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 24 January 2025 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2025 * +* Purpose : This module exports the Clipper2 Library (ie DLL/so) * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + + +/* + Boolean clipping: + cliptype: NoClip=0, Intersection=1, Union=2, Difference=3, Xor=4 + fillrule: EvenOdd=0, NonZero=1, Positive=2, Negative=3 + + Polygon offsetting (inflate/deflate): + jointype: Square=0, Bevel=1, Round=2, Miter=3 + endtype: Polygon=0, Joined=1, Butt=2, Square=3, Round=4 + +The path structures used extensively in other parts of this library are all +based on std::vector classes. Since C++ classes can't be accessed by other +languages, these paths are exported here as very simple array structures +(either of int64_t or double) that can be parsed by just about any +programming language. + +These 2D paths are defined by series of x and y coordinates together with an +optional user-defined 'z' value (see Z-values below). Hence, a vertex refers +to a single x and y coordinate (+/- a user-defined value). Data structures +have names with suffixes that indicate the array type (either int64_t or +double). For example, the data structure CPath64 contains an array of int64_t +values, whereas the data structure CPathD contains an array of double. +Where documentation omits the type suffix (eg CPath), it is referring to an +array whose data type could be either int64_t or double. + +For conciseness, the following letters are used in the diagrams below: +N: Number of vertices in a given path +C: Count (ie number) of paths (or PolyPaths) in the structure +A: Number of elements in an array + + +CPath64 and CPathD: +These are arrays of either int64_t or double values. Apart from +the first two elements, these arrays are a series of vertices +that together define a path. The very first element contains the +number of vertices (N) in the path, while second element should +contain a 0 value. +_______________________________________________________________ +| counters | vertex1 | vertex2 | ... | vertexN | +| N, 0 | x1, y1, (z1) | x2, y2, (z2) | ... | xN, yN, (zN) | +--------------------------------------------------------------- + + +CPaths64 and CPathsD: +These are also arrays of either int64_t or double values that +contain any number of consecutive CPath structures. However, +preceding the first path is a pair of values. The first value +contains the length of the entire array structure (A), and the +second contains the number (ie count) of contained paths (C). + Memory allocation for CPaths64 = A * sizeof(int64_t) + Memory allocation for CPathsD = A * sizeof(double) +__________________________________________ +| counters | path1 | path2 | ... | pathC | +| A, C | | | ... | | +------------------------------------------ + + +CPolytree64 and CPolytreeD: +The entire polytree structure is an array of int64_t or double. The +first element in the array indicates the array's total length (A). +The second element indicates the number (C) of CPolyPath structures +that are the TOP LEVEL CPolyPath in the polytree, and these top +level CPolyPath immediately follow these first two array elements. +These top level CPolyPath structures may, in turn, contain nested +CPolyPath children, and these collectively make a tree structure. +_________________________________________________________ +| counters | CPolyPath1 | CPolyPath2 | ... | CPolyPathC | +| A, C | | | ... | | +--------------------------------------------------------- + + +CPolyPath64 and CPolyPathD: +These array structures consist of a pair of counter values followed by a +series of polygon vertices and a series of nested CPolyPath children. +The first counter values indicates the number of vertices in the +polygon (N), and the second counter indicates the CPolyPath child count (C). +_____________________________________________________________________________ +|cntrs |vertex1 |vertex2 |...|vertexN |child1|child2|...|childC| +|N, C |x1, y1, (z1)| x2, y2, (z2)|...|xN, yN, (zN)| | |...| | +----------------------------------------------------------------------------- + + +DisposeArray64 & DisposeArrayD: +All array structures are allocated in heap memory which will eventually +need to be released. However, since applications linking to these DLL +functions may use different memory managers, the only safe way to release +this memory is to use the exported DisposeArray functions. + + +(Optional) Z-Values: +Structures will only contain user-defined z-values when the USINGZ +pre-processor identifier is used. The library does not assign z-values +because this field is intended for users to assign custom values to vertices. +Z-values in input paths (subject and clip) will be copied to solution paths. +New vertices at path intersections will generate a callback event that allows +users to assign z-values at these new vertices. The user's callback function +must conform with the DLLZCallback definition and be registered with the +DLL via SetZCallback. To assist the user in assigning z-values, the library +passes in the callback function the new intersection point together with +the four vertices that define the two segments that are intersecting. + +*/ +#ifndef CLIPPER2_EXPORT_H +#define CLIPPER2_EXPORT_H + +#include "clipper2/clipper.core.h" +#include "clipper2/clipper.engine.h" +#include "clipper2/clipper.offset.h" +#include "clipper2/clipper.rectclip.h" +#include + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + +typedef int64_t* CPath64; +typedef int64_t* CPaths64; +typedef double* CPathD; +typedef double* CPathsD; + +typedef int64_t* CPolyPath64; +typedef int64_t* CPolyTree64; +typedef double* CPolyPathD; +typedef double* CPolyTreeD; + +template +struct CRect { + T left; + T top; + T right; + T bottom; +}; + +typedef CRect CRect64; +typedef CRect CRectD; + +template +inline bool CRectIsEmpty(const CRect& rect) +{ + return (rect.right <= rect.left) || (rect.bottom <= rect.top); +} + +template +inline Rect CRectToRect(const CRect& rect) +{ + Rect result; + result.left = rect.left; + result.top = rect.top; + result.right = rect.right; + result.bottom = rect.bottom; + return result; +} + +template +inline T1 Reinterpret(T2 value) { + return *reinterpret_cast(&value); +} + + +#ifdef _WIN32 + #define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport) +#else + #define EXTERN_DLL_EXPORT extern "C" +#endif + + +////////////////////////////////////////////////////// +// EXPORTED FUNCTION DECLARATIONS +////////////////////////////////////////////////////// + +EXTERN_DLL_EXPORT const char* Version(); + +EXTERN_DLL_EXPORT void DisposeArray64(int64_t*& p) +{ + delete[] p; +} + +EXTERN_DLL_EXPORT void DisposeArrayD(double*& p) +{ + delete[] p; +} + +EXTERN_DLL_EXPORT int BooleanOp64(uint8_t cliptype, + uint8_t fillrule, const CPaths64 subjects, + const CPaths64 subjects_open, const CPaths64 clips, + CPaths64& solution, CPaths64& solution_open, + bool preserve_collinear = true, bool reverse_solution = false); + +EXTERN_DLL_EXPORT int BooleanOp_PolyTree64(uint8_t cliptype, + uint8_t fillrule, const CPaths64 subjects, + const CPaths64 subjects_open, const CPaths64 clips, + CPolyTree64& sol_tree, CPaths64& solution_open, + bool preserve_collinear = true, bool reverse_solution = false); + +EXTERN_DLL_EXPORT int BooleanOpD(uint8_t cliptype, + uint8_t fillrule, const CPathsD subjects, + const CPathsD subjects_open, const CPathsD clips, + CPathsD& solution, CPathsD& solution_open, int precision = 2, + bool preserve_collinear = true, bool reverse_solution = false); + +EXTERN_DLL_EXPORT int BooleanOp_PolyTreeD(uint8_t cliptype, + uint8_t fillrule, const CPathsD subjects, + const CPathsD subjects_open, const CPathsD clips, + CPolyTreeD& solution, CPathsD& solution_open, int precision = 2, + bool preserve_collinear = true, bool reverse_solution = false); + +EXTERN_DLL_EXPORT CPaths64 InflatePaths64(const CPaths64 paths, + double delta, uint8_t jointype, uint8_t endtype, + double miter_limit = 2.0, double arc_tolerance = 0.0, + bool reverse_solution = false); + +EXTERN_DLL_EXPORT CPathsD InflatePathsD(const CPathsD paths, + double delta, uint8_t jointype, uint8_t endtype, + int precision = 2, double miter_limit = 2.0, + double arc_tolerance = 0.0, bool reverse_solution = false); + +EXTERN_DLL_EXPORT CPaths64 InflatePath64(const CPath64 path, + double delta, uint8_t jointype, uint8_t endtype, + double miter_limit = 2.0, double arc_tolerance = 0.0, + bool reverse_solution = false); + +EXTERN_DLL_EXPORT CPathsD InflatePathD(const CPathD path, + double delta, uint8_t jointype, uint8_t endtype, + int precision = 2, double miter_limit = 2.0, + double arc_tolerance = 0.0, bool reverse_solution = false); + +// RectClip & RectClipLines: +EXTERN_DLL_EXPORT CPaths64 RectClip64(const CRect64& rect, + const CPaths64 paths); +EXTERN_DLL_EXPORT CPathsD RectClipD(const CRectD& rect, + const CPathsD paths, int precision = 2); +EXTERN_DLL_EXPORT CPaths64 RectClipLines64(const CRect64& rect, + const CPaths64 paths); +EXTERN_DLL_EXPORT CPathsD RectClipLinesD(const CRectD& rect, + const CPathsD paths, int precision = 2); + +////////////////////////////////////////////////////// +// INTERNAL FUNCTIONS +////////////////////////////////////////////////////// + +#ifdef USINGZ +ZCallback64 dllCallback64 = nullptr; +ZCallbackD dllCallbackD = nullptr; + +constexpr int EXPORT_VERTEX_DIMENSIONALITY = 3; +#else +constexpr int EXPORT_VERTEX_DIMENSIONALITY = 2; +#endif + +template +static void GetPathCountAndCPathsArrayLen(const Paths& paths, + size_t& cnt, size_t& array_len) +{ + array_len = 2; + cnt = 0; + for (const Path& path : paths) + if (path.size()) + { + array_len += path.size() * EXPORT_VERTEX_DIMENSIONALITY + 2; + ++cnt; + } +} + +static size_t GetPolyPathArrayLen64(const PolyPath64& pp) +{ + size_t result = 2; // poly_length + child_count + result += pp.Polygon().size() * EXPORT_VERTEX_DIMENSIONALITY; + //plus nested children :) + for (size_t i = 0; i < pp.Count(); ++i) + result += GetPolyPathArrayLen64(*pp[i]); + return result; +} + +static size_t GetPolyPathArrayLenD(const PolyPathD& pp) +{ + size_t result = 2; // poly_length + child_count + result += pp.Polygon().size() * EXPORT_VERTEX_DIMENSIONALITY; + //plus nested children :) + for (size_t i = 0; i < pp.Count(); ++i) + result += GetPolyPathArrayLenD(*pp[i]); + return result; +} + +static void GetPolytreeCountAndCStorageSize64(const PolyTree64& tree, + size_t& cnt, size_t& array_len) +{ + cnt = tree.Count(); // nb: top level count only + array_len = GetPolyPathArrayLen64(tree); +} + +static void GetPolytreeCountAndCStorageSizeD(const PolyTreeD& tree, + size_t& cnt, size_t& array_len) +{ + cnt = tree.Count(); // nb: top level count only + array_len = GetPolyPathArrayLenD(tree); +} + +template +static T* CreateCPathsFromPathsT(const Paths& paths) +{ + size_t cnt = 0, array_len = 0; + GetPathCountAndCPathsArrayLen(paths, cnt, array_len); + T* result = new T[array_len], * v = result; + *v++ = array_len; + *v++ = cnt; + for (const Path& path : paths) + { + if (!path.size()) continue; + *v++ = path.size(); + *v++ = 0; + for (const Point& pt : path) + { + *v++ = pt.x; + *v++ = pt.y; +#ifdef USINGZ + *v++ = Reinterpret(pt.z); +#endif + } + } + return result; +} + +CPathsD CreateCPathsDFromPathsD(const PathsD& paths) +{ + if (!paths.size()) return nullptr; + size_t cnt, array_len; + GetPathCountAndCPathsArrayLen(paths, cnt, array_len); + CPathsD result = new double[array_len], v = result; + *v++ = (double)array_len; + *v++ = (double)cnt; + for (const PathD& path : paths) + { + if (!path.size()) continue; + *v = (double)path.size(); + ++v; *v++ = 0; + for (const PointD& pt : path) + { + *v++ = pt.x; + *v++ = pt.y; +#ifdef USINGZ + * v++ = Reinterpret(pt.z); +#endif + } + } + return result; +} + +CPathsD CreateCPathsDFromPaths64(const Paths64& paths, double scale) +{ + if (!paths.size()) return nullptr; + size_t cnt, array_len; + GetPathCountAndCPathsArrayLen(paths, cnt, array_len); + CPathsD result = new double[array_len], v = result; + *v++ = (double)array_len; + *v++ = (double)cnt; + for (const Path64& path : paths) + { + if (!path.size()) continue; + *v = (double)path.size(); + ++v; *v++ = 0; + for (const Point64& pt : path) + { + *v++ = pt.x * scale; + *v++ = pt.y * scale; +#ifdef USINGZ + *v++ = Reinterpret(pt.z); +#endif + } + } + return result; +} + +template +static Path ConvertCPathToPathT(T* path) +{ + Path result; + if (!path) return result; + T* v = path; + size_t cnt = static_cast(*v); + v += 2; // skip 0 value + result.reserve(cnt); + for (size_t j = 0; j < cnt; ++j) + { + T x = *v++, y = *v++; +#ifdef USINGZ + z_type z = Reinterpret(*v++); + result.emplace_back(x, y, z); +#else + result.emplace_back(x, y); +#endif + } + return result; +} + +template +static Paths ConvertCPathsToPathsT(T* paths) +{ + Paths result; + if (!paths) return result; + T* v = paths; ++v; + size_t cnt = static_cast(*v++); + result.reserve(cnt); + for (size_t i = 0; i < cnt; ++i) + { + size_t cnt2 = static_cast(*v); + v += 2; + Path path; + path.reserve(cnt2); + for (size_t j = 0; j < cnt2; ++j) + { + T x = *v++, y = *v++; +#ifdef USINGZ + z_type z = Reinterpret(*v++); + path.emplace_back(x, y, z); +#else + path.emplace_back(x, y); +#endif + } + result.emplace_back(std::move(path)); + } + return result; +} + +static Path64 ConvertCPathDToPath64WithScale(const CPathD path, double scale) +{ + Path64 result; + if (!path) return result; + double* v = path; + size_t cnt = static_cast(*v); + v += 2; // skip 0 value + result.reserve(cnt); + for (size_t j = 0; j < cnt; ++j) + { + double x = *v++ * scale; + double y = *v++ * scale; +#ifdef USINGZ + z_type z = Reinterpret(*v++); + result.emplace_back(x, y, z); +#else + result.emplace_back(x, y); +#endif + } + return result; +} + +static Paths64 ConvertCPathsDToPaths64(const CPathsD paths, double scale) +{ + Paths64 result; + if (!paths) return result; + double* v = paths; + ++v; // skip the first value (0) + size_t cnt = static_cast(*v++); + result.reserve(cnt); + for (size_t i = 0; i < cnt; ++i) + { + size_t cnt2 = static_cast(*v); + v += 2; + Path64 path; + path.reserve(cnt2); + for (size_t j = 0; j < cnt2; ++j) + { + double x = *v++ * scale; + double y = *v++ * scale; +#ifdef USINGZ + z_type z = Reinterpret(*v++); + path.emplace_back(x, y, z); +#else + path.emplace_back(x, y); +#endif + } + result.emplace_back(std::move(path)); + } + return result; +} + +static void CreateCPolyPath64(const PolyPath64* pp, int64_t*& v) +{ + *v++ = static_cast(pp->Polygon().size()); + *v++ = static_cast(pp->Count()); + for (const Point64& pt : pp->Polygon()) + { + *v++ = pt.x; + *v++ = pt.y; +#ifdef USINGZ + * v++ = Reinterpret(pt.z); // raw memory copy +#endif + } + for (size_t i = 0; i < pp->Count(); ++i) + CreateCPolyPath64(pp->Child(i), v); +} + +static void CreateCPolyPathD(const PolyPathD* pp, double*& v) +{ + *v++ = static_cast(pp->Polygon().size()); + *v++ = static_cast(pp->Count()); + for (const PointD& pt : pp->Polygon()) + { + *v++ = pt.x; + *v++ = pt.y; +#ifdef USINGZ + * v++ = Reinterpret(pt.z); // raw memory copy +#endif + } + for (size_t i = 0; i < pp->Count(); ++i) + CreateCPolyPathD(pp->Child(i), v); +} + +static int64_t* CreateCPolyTree64(const PolyTree64& tree) +{ + size_t cnt, array_len; + GetPolytreeCountAndCStorageSize64(tree, cnt, array_len); + if (!cnt) return nullptr; + // allocate storage + int64_t* result = new int64_t[array_len]; + int64_t* v = result; + *v++ = static_cast(array_len); + *v++ = static_cast(tree.Count()); + for (size_t i = 0; i < tree.Count(); ++i) + CreateCPolyPath64(tree.Child(i), v); + return result; +} + +static double* CreateCPolyTreeD(const PolyTreeD& tree) +{ + double scale = std::log10(tree.Scale()); + size_t cnt, array_len; + GetPolytreeCountAndCStorageSizeD(tree, cnt, array_len); + if (!cnt) return nullptr; + // allocate storage + double* result = new double[array_len]; + double* v = result; + *v++ = static_cast(array_len); + *v++ = static_cast(tree.Count()); + for (size_t i = 0; i < tree.Count(); ++i) + CreateCPolyPathD(tree.Child(i), v); + return result; +} + +////////////////////////////////////////////////////// +// EXPORTED FUNCTION DEFINITIONS +////////////////////////////////////////////////////// + +EXTERN_DLL_EXPORT const char* Version() +{ + return CLIPPER2_VERSION; +} + +EXTERN_DLL_EXPORT int BooleanOp64(uint8_t cliptype, + uint8_t fillrule, const CPaths64 subjects, + const CPaths64 subjects_open, const CPaths64 clips, + CPaths64& solution, CPaths64& solution_open, + bool preserve_collinear, bool reverse_solution) +{ + if (cliptype > static_cast(ClipType::Xor)) return -4; + if (fillrule > static_cast(FillRule::Negative)) return -3; + + Paths64 sub, sub_open, clp, sol, sol_open; + sub = ConvertCPathsToPathsT(subjects); + sub_open = ConvertCPathsToPathsT(subjects_open); + clp = ConvertCPathsToPathsT(clips); + + Clipper64 clipper; + clipper.PreserveCollinear(preserve_collinear); + clipper.ReverseSolution(reverse_solution); +#ifdef USINGZ + if (dllCallback64) + clipper.SetZCallback(dllCallback64); +#endif + if (sub.size() > 0) clipper.AddSubject(sub); + if (sub_open.size() > 0) clipper.AddOpenSubject(sub_open); + if (clp.size() > 0) clipper.AddClip(clp); + if (!clipper.Execute(ClipType(cliptype), FillRule(fillrule), sol, sol_open)) + return -1; // clipping bug - should never happen :) + solution = CreateCPathsFromPathsT(sol); + solution_open = CreateCPathsFromPathsT(sol_open); + return 0; //success !! +} + +EXTERN_DLL_EXPORT int BooleanOp_PolyTree64(uint8_t cliptype, + uint8_t fillrule, const CPaths64 subjects, + const CPaths64 subjects_open, const CPaths64 clips, + CPolyTree64& sol_tree, CPaths64& solution_open, + bool preserve_collinear, bool reverse_solution) +{ + if (cliptype > static_cast(ClipType::Xor)) return -4; + if (fillrule > static_cast(FillRule::Negative)) return -3; + Paths64 sub, sub_open, clp, sol_open; + sub = ConvertCPathsToPathsT(subjects); + sub_open = ConvertCPathsToPathsT(subjects_open); + clp = ConvertCPathsToPathsT(clips); + + PolyTree64 tree; + Clipper64 clipper; + clipper.PreserveCollinear(preserve_collinear); + clipper.ReverseSolution(reverse_solution); +#ifdef USINGZ + if (dllCallback64) + clipper.SetZCallback(dllCallback64); +#endif + if (sub.size() > 0) clipper.AddSubject(sub); + if (sub_open.size() > 0) clipper.AddOpenSubject(sub_open); + if (clp.size() > 0) clipper.AddClip(clp); + if (!clipper.Execute(ClipType(cliptype), FillRule(fillrule), tree, sol_open)) + return -1; // clipping bug - should never happen :) + + sol_tree = CreateCPolyTree64(tree); + solution_open = CreateCPathsFromPathsT(sol_open); + return 0; //success !! +} + +EXTERN_DLL_EXPORT int BooleanOpD(uint8_t cliptype, + uint8_t fillrule, const CPathsD subjects, + const CPathsD subjects_open, const CPathsD clips, + CPathsD& solution, CPathsD& solution_open, int precision, + bool preserve_collinear, bool reverse_solution) +{ + if (precision < -8 || precision > 8) return -5; + if (cliptype > static_cast(ClipType::Xor)) return -4; + if (fillrule > static_cast(FillRule::Negative)) return -3; + //const double scale = std::pow(10, precision); + + PathsD sub, sub_open, clp, sol, sol_open; + sub = ConvertCPathsToPathsT(subjects); + sub_open = ConvertCPathsToPathsT(subjects_open); + clp = ConvertCPathsToPathsT(clips); + + ClipperD clipper(precision); + clipper.PreserveCollinear(preserve_collinear); + clipper.ReverseSolution(reverse_solution); +#ifdef USINGZ + if (dllCallbackD) + clipper.SetZCallback(dllCallbackD); +#endif + if (sub.size() > 0) clipper.AddSubject(sub); + if (sub_open.size() > 0) clipper.AddOpenSubject(sub_open); + if (clp.size() > 0) clipper.AddClip(clp); + if (!clipper.Execute(ClipType(cliptype), + FillRule(fillrule), sol, sol_open)) return -1; + solution = CreateCPathsDFromPathsD(sol); + solution_open = CreateCPathsDFromPathsD(sol_open); + return 0; +} + +EXTERN_DLL_EXPORT int BooleanOp_PolyTreeD(uint8_t cliptype, + uint8_t fillrule, const CPathsD subjects, + const CPathsD subjects_open, const CPathsD clips, + CPolyTreeD& solution, CPathsD& solution_open, int precision, + bool preserve_collinear, bool reverse_solution) +{ + if (precision < -8 || precision > 8) return -5; + if (cliptype > static_cast(ClipType::Xor)) return -4; + if (fillrule > static_cast(FillRule::Negative)) return -3; + //double scale = std::pow(10, precision); + + int err = 0; + PathsD sub, sub_open, clp, sol_open; + sub = ConvertCPathsToPathsT(subjects); + sub_open = ConvertCPathsToPathsT(subjects_open); + clp = ConvertCPathsToPathsT(clips); + + PolyTreeD tree; + ClipperD clipper(precision); + clipper.PreserveCollinear(preserve_collinear); + clipper.ReverseSolution(reverse_solution); +#ifdef USINGZ + if (dllCallbackD) + clipper.SetZCallback(dllCallbackD); +#endif + if (sub.size() > 0) clipper.AddSubject(sub); + if (sub_open.size() > 0) clipper.AddOpenSubject(sub_open); + if (clp.size() > 0) clipper.AddClip(clp); + if (!clipper.Execute(ClipType(cliptype), FillRule(fillrule), tree, sol_open)) + return -1; // clipping bug - should never happen :) + + solution = CreateCPolyTreeD(tree); + solution_open = CreateCPathsDFromPathsD(sol_open); + return 0; //success !! +} + +EXTERN_DLL_EXPORT CPaths64 InflatePaths64(const CPaths64 paths, + double delta, uint8_t jointype, uint8_t endtype, double miter_limit, + double arc_tolerance, bool reverse_solution) +{ + Paths64 pp; + pp = ConvertCPathsToPathsT(paths); + ClipperOffset clip_offset( miter_limit, + arc_tolerance, reverse_solution); + clip_offset.AddPaths(pp, JoinType(jointype), EndType(endtype)); + Paths64 result; + clip_offset.Execute(delta, result); + return CreateCPathsFromPathsT(result); +} + +EXTERN_DLL_EXPORT CPathsD InflatePathsD(const CPathsD paths, + double delta, uint8_t jointype, uint8_t endtype, + int precision, double miter_limit, + double arc_tolerance, bool reverse_solution) +{ + if (precision < -8 || precision > 8 || !paths) return nullptr; + + const double scale = std::pow(10, precision); + ClipperOffset clip_offset(miter_limit, arc_tolerance, reverse_solution); + Paths64 pp = ConvertCPathsDToPaths64(paths, scale); + clip_offset.AddPaths(pp, JoinType(jointype), EndType(endtype)); + Paths64 result; + clip_offset.Execute(delta * scale, result); + return CreateCPathsDFromPaths64(result, 1 / scale); +} + + +EXTERN_DLL_EXPORT CPaths64 InflatePath64(const CPath64 path, + double delta, uint8_t jointype, uint8_t endtype, double miter_limit, + double arc_tolerance, bool reverse_solution) +{ + Path64 pp; + pp = ConvertCPathToPathT(path); + ClipperOffset clip_offset(miter_limit, + arc_tolerance, reverse_solution); + clip_offset.AddPath(pp, JoinType(jointype), EndType(endtype)); + Paths64 result; + clip_offset.Execute(delta, result); + return CreateCPathsFromPathsT(result); +} + +EXTERN_DLL_EXPORT CPathsD InflatePathD(const CPathD path, + double delta, uint8_t jointype, uint8_t endtype, + int precision, double miter_limit, + double arc_tolerance, bool reverse_solution) +{ + if (precision < -8 || precision > 8 || !path) return nullptr; + + const double scale = std::pow(10, precision); + ClipperOffset clip_offset(miter_limit, arc_tolerance, reverse_solution); + Path64 pp = ConvertCPathDToPath64WithScale(path, scale); + clip_offset.AddPath(pp, JoinType(jointype), EndType(endtype)); + Paths64 result; + clip_offset.Execute(delta * scale, result); + + return CreateCPathsDFromPaths64(result, 1 / scale); +} + +EXTERN_DLL_EXPORT CPaths64 RectClip64(const CRect64& rect, const CPaths64 paths) +{ + if (CRectIsEmpty(rect) || !paths) return nullptr; + Rect64 r64 = CRectToRect(rect); + class RectClip64 rc(r64); + Paths64 pp = ConvertCPathsToPathsT(paths); + Paths64 result = rc.Execute(pp); + return CreateCPathsFromPathsT(result); +} + +EXTERN_DLL_EXPORT CPathsD RectClipD(const CRectD& rect, const CPathsD paths, int precision) +{ + if (CRectIsEmpty(rect) || !paths) return nullptr; + if (precision < -8 || precision > 8) return nullptr; + const double scale = std::pow(10, precision); + + RectD r = CRectToRect(rect); + Rect64 rec = ScaleRect(r, scale); + Paths64 pp = ConvertCPathsDToPaths64(paths, scale); + class RectClip64 rc(rec); + Paths64 result = rc.Execute(pp); + + return CreateCPathsDFromPaths64(result, 1 / scale); +} + +EXTERN_DLL_EXPORT CPaths64 RectClipLines64(const CRect64& rect, + const CPaths64 paths) +{ + if (CRectIsEmpty(rect) || !paths) return nullptr; + Rect64 r = CRectToRect(rect); + class RectClipLines64 rcl (r); + Paths64 pp = ConvertCPathsToPathsT(paths); + Paths64 result = rcl.Execute(pp); + return CreateCPathsFromPathsT(result); +} + +EXTERN_DLL_EXPORT CPathsD RectClipLinesD(const CRectD& rect, + const CPathsD paths, int precision) +{ + if (CRectIsEmpty(rect) || !paths) return nullptr; + if (precision < -8 || precision > 8) return nullptr; + + const double scale = std::pow(10, precision); + Rect64 r = ScaleRect(CRectToRect(rect), scale); + class RectClipLines64 rcl(r); + Paths64 pp = ConvertCPathsDToPaths64(paths, scale); + Paths64 result = rcl.Execute(pp); + return CreateCPathsDFromPaths64(result, 1 / scale); +} + +EXTERN_DLL_EXPORT CPaths64 MinkowskiSum64(const CPath64& cpattern, const CPath64& cpath, bool is_closed) +{ + Path64 path = ConvertCPathToPathT(cpath); + Path64 pattern = ConvertCPathToPathT(cpattern); + Paths64 solution = MinkowskiSum(pattern, path, is_closed); + return CreateCPathsFromPathsT(solution); +} + +EXTERN_DLL_EXPORT CPaths64 MinkowskiDiff64(const CPath64& cpattern, const CPath64& cpath, bool is_closed) +{ + Path64 path = ConvertCPathToPathT(cpath); + Path64 pattern = ConvertCPathToPathT(cpattern); + Paths64 solution = MinkowskiDiff(pattern, path, is_closed); + return CreateCPathsFromPathsT(solution); +} + +#ifdef USINGZ +typedef void (*DLLZCallback64)(const Point64& e1bot, const Point64& e1top, const Point64& e2bot, const Point64& e2top, Point64& pt); +typedef void (*DLLZCallbackD)(const PointD& e1bot, const PointD& e1top, const PointD& e2bot, const PointD& e2top, PointD& pt); + +EXTERN_DLL_EXPORT void SetZCallback64(DLLZCallback64 callback) +{ + dllCallback64 = callback; +} + +EXTERN_DLL_EXPORT void SetZCallbackD(DLLZCallbackD callback) +{ + dllCallbackD = callback; +} + +#endif + +} +#endif // CLIPPER2_EXPORT_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.h new file mode 100644 index 0000000000..f6301fc52e --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.h @@ -0,0 +1,770 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 27 April 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : This module provides a simple interface to the Clipper Library * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_H +#define CLIPPER_H + +#include "clipper2/clipper.core.h" +#include "clipper2/clipper.engine.h" +#include "clipper2/clipper.offset.h" +#include "clipper2/clipper.minkowski.h" +#include "clipper2/clipper.rectclip.h" +#include + +#ifdef USINGZ + namespace Clipper2Lib_Z { +#else + namespace Clipper2Lib { +#endif + + inline Paths64 BooleanOp(ClipType cliptype, FillRule fillrule, + const Paths64& subjects, const Paths64& clips) + { + Paths64 result; + Clipper64 clipper; + clipper.AddSubject(subjects); + clipper.AddClip(clips); + clipper.Execute(cliptype, fillrule, result); + return result; + } + + inline void BooleanOp(ClipType cliptype, FillRule fillrule, + const Paths64& subjects, const Paths64& clips, PolyTree64& solution) + { + Paths64 sol_open; + Clipper64 clipper; + clipper.AddSubject(subjects); + clipper.AddClip(clips); + clipper.Execute(cliptype, fillrule, solution, sol_open); + } + + inline PathsD BooleanOp(ClipType cliptype, FillRule fillrule, + const PathsD& subjects, const PathsD& clips, int precision = 2) + { + int error_code = 0; + CheckPrecisionRange(precision, error_code); + PathsD result; + if (error_code) return result; + ClipperD clipper(precision); + clipper.AddSubject(subjects); + clipper.AddClip(clips); + clipper.Execute(cliptype, fillrule, result); + return result; + } + + inline void BooleanOp(ClipType cliptype, FillRule fillrule, + const PathsD& subjects, const PathsD& clips, + PolyTreeD& polytree, int precision = 2) + { + polytree.Clear(); + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (error_code) return; + ClipperD clipper(precision); + clipper.AddSubject(subjects); + clipper.AddClip(clips); + clipper.Execute(cliptype, fillrule, polytree); + } + + inline Paths64 Intersect(const Paths64& subjects, const Paths64& clips, FillRule fillrule) + { + return BooleanOp(ClipType::Intersection, fillrule, subjects, clips); + } + + inline PathsD Intersect(const PathsD& subjects, const PathsD& clips, FillRule fillrule, int decimal_prec = 2) + { + return BooleanOp(ClipType::Intersection, fillrule, subjects, clips, decimal_prec); + } + + inline Paths64 Union(const Paths64& subjects, const Paths64& clips, FillRule fillrule) + { + return BooleanOp(ClipType::Union, fillrule, subjects, clips); + } + + inline PathsD Union(const PathsD& subjects, const PathsD& clips, FillRule fillrule, int decimal_prec = 2) + { + return BooleanOp(ClipType::Union, fillrule, subjects, clips, decimal_prec); + } + + inline Paths64 Union(const Paths64& subjects, FillRule fillrule) + { + Paths64 result; + Clipper64 clipper; + clipper.AddSubject(subjects); + clipper.Execute(ClipType::Union, fillrule, result); + return result; + } + + inline PathsD Union(const PathsD& subjects, FillRule fillrule, int precision = 2) + { + PathsD result; + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (error_code) return result; + ClipperD clipper(precision); + clipper.AddSubject(subjects); + clipper.Execute(ClipType::Union, fillrule, result); + return result; + } + + inline Paths64 Difference(const Paths64& subjects, const Paths64& clips, FillRule fillrule) + { + return BooleanOp(ClipType::Difference, fillrule, subjects, clips); + } + + inline PathsD Difference(const PathsD& subjects, const PathsD& clips, FillRule fillrule, int decimal_prec = 2) + { + return BooleanOp(ClipType::Difference, fillrule, subjects, clips, decimal_prec); + } + + inline Paths64 Xor(const Paths64& subjects, const Paths64& clips, FillRule fillrule) + { + return BooleanOp(ClipType::Xor, fillrule, subjects, clips); + } + + inline PathsD Xor(const PathsD& subjects, const PathsD& clips, FillRule fillrule, int decimal_prec = 2) + { + return BooleanOp(ClipType::Xor, fillrule, subjects, clips, decimal_prec); + } + + inline Paths64 InflatePaths(const Paths64& paths, double delta, + JoinType jt, EndType et, double miter_limit = 2.0, + double arc_tolerance = 0.0) + { + if (!delta) return paths; + ClipperOffset clip_offset(miter_limit, arc_tolerance); + clip_offset.AddPaths(paths, jt, et); + Paths64 solution; + clip_offset.Execute(delta, solution); + return solution; + } + + inline PathsD InflatePaths(const PathsD& paths, double delta, + JoinType jt, EndType et, double miter_limit = 2.0, + int precision = 2, double arc_tolerance = 0.0) + { + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (!delta) return paths; + if (error_code) return PathsD(); + const double scale = std::pow(10, precision); + ClipperOffset clip_offset(miter_limit, arc_tolerance); + clip_offset.AddPaths(ScalePaths(paths, scale, error_code), jt, et); + if (error_code) return PathsD(); + Paths64 solution; + clip_offset.Execute(delta * scale, solution); + return ScalePaths(solution, 1 / scale, error_code); + } + + template + inline Path TranslatePath(const Path& path, T dx, T dy) + { + Path result; + result.reserve(path.size()); + std::transform(path.begin(), path.end(), back_inserter(result), + [dx, dy](const auto& pt) { return Point(pt.x + dx, pt.y +dy); }); + return result; + } + + inline Path64 TranslatePath(const Path64& path, int64_t dx, int64_t dy) + { + return TranslatePath(path, dx, dy); + } + + inline PathD TranslatePath(const PathD& path, double dx, double dy) + { + return TranslatePath(path, dx, dy); + } + + template + inline Paths TranslatePaths(const Paths& paths, T dx, T dy) + { + Paths result; + result.reserve(paths.size()); + std::transform(paths.begin(), paths.end(), back_inserter(result), + [dx, dy](const auto& path) { return TranslatePath(path, dx, dy); }); + return result; + } + + inline Paths64 TranslatePaths(const Paths64& paths, int64_t dx, int64_t dy) + { + return TranslatePaths(paths, dx, dy); + } + + inline PathsD TranslatePaths(const PathsD& paths, double dx, double dy) + { + return TranslatePaths(paths, dx, dy); + } + + inline Paths64 RectClip(const Rect64& rect, const Paths64& paths) + { + if (rect.IsEmpty() || paths.empty()) return Paths64(); + RectClip64 rc(rect); + return rc.Execute(paths); + } + + inline Paths64 RectClip(const Rect64& rect, const Path64& path) + { + if (rect.IsEmpty() || path.empty()) return Paths64(); + RectClip64 rc(rect); + return rc.Execute(Paths64{ path }); + } + + inline PathsD RectClip(const RectD& rect, const PathsD& paths, int precision = 2) + { + if (rect.IsEmpty() || paths.empty()) return PathsD(); + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (error_code) return PathsD(); + const double scale = std::pow(10, precision); + Rect64 r = ScaleRect(rect, scale); + RectClip64 rc(r); + Paths64 pp = ScalePaths(paths, scale, error_code); + if (error_code) return PathsD(); // ie: error_code result is lost + return ScalePaths( + rc.Execute(pp), 1 / scale, error_code); + } + + inline PathsD RectClip(const RectD& rect, const PathD& path, int precision = 2) + { + return RectClip(rect, PathsD{ path }, precision); + } + + inline Paths64 RectClipLines(const Rect64& rect, const Paths64& lines) + { + if (rect.IsEmpty() || lines.empty()) return Paths64(); + RectClipLines64 rcl(rect); + return rcl.Execute(lines); + } + + inline Paths64 RectClipLines(const Rect64& rect, const Path64& line) + { + return RectClipLines(rect, Paths64{ line }); + } + + inline PathsD RectClipLines(const RectD& rect, const PathsD& lines, int precision = 2) + { + if (rect.IsEmpty() || lines.empty()) return PathsD(); + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (error_code) return PathsD(); + const double scale = std::pow(10, precision); + Rect64 r = ScaleRect(rect, scale); + RectClipLines64 rcl(r); + Paths64 p = ScalePaths(lines, scale, error_code); + if (error_code) return PathsD(); + p = rcl.Execute(p); + return ScalePaths(p, 1 / scale, error_code); + } + + inline PathsD RectClipLines(const RectD& rect, const PathD& line, int precision = 2) + { + return RectClipLines(rect, PathsD{ line }, precision); + } + + namespace details + { + + inline void PolyPathToPaths64(const PolyPath64& polypath, Paths64& paths) + { + paths.emplace_back(polypath.Polygon()); + for (const auto& child : polypath) + PolyPathToPaths64(*child, paths); + } + + inline void PolyPathToPathsD(const PolyPathD& polypath, PathsD& paths) + { + paths.emplace_back(polypath.Polygon()); + for (const auto& child : polypath) + PolyPathToPathsD(*child, paths); + } + + inline bool PolyPath64ContainsChildren(const PolyPath64& pp) + { + for (const auto& child : pp) + { + // return false if this child isn't fully contained by its parent + + // checking for a single vertex outside is a bit too crude since + // it doesn't account for rounding errors. It's better to check + // for consecutive vertices found outside the parent's polygon. + + int outsideCnt = 0; + for (const Point64& pt : child->Polygon()) + { + PointInPolygonResult result = PointInPolygon(pt, pp.Polygon()); + if (result == PointInPolygonResult::IsInside) --outsideCnt; + else if (result == PointInPolygonResult::IsOutside) ++outsideCnt; + if (outsideCnt > 1) return false; + else if (outsideCnt < -1) break; + } + + // now check any nested children too + if (child->Count() > 0 && !PolyPath64ContainsChildren(*child)) + return false; + } + return true; + } + + static void OutlinePolyPath(std::ostream& os, + size_t idx, bool isHole, size_t count, const std::string& preamble) + { + std::string plural = (count == 1) ? "." : "s."; + if (isHole) + os << preamble << "+- Hole (" << idx << ") contains " << count << + " nested polygon" << plural << std::endl; + else + os << preamble << "+- Polygon (" << idx << ") contains " << count << + " hole" << plural << std::endl; + } + + static void OutlinePolyPath64(std::ostream& os, const PolyPath64& pp, + size_t idx, std::string preamble) + { + OutlinePolyPath(os, idx, pp.IsHole(), pp.Count(), preamble); + for (size_t i = 0; i < pp.Count(); ++i) + if (pp.Child(i)->Count()) + details::OutlinePolyPath64(os, *pp.Child(i), i, preamble + " "); + } + + static void OutlinePolyPathD(std::ostream& os, const PolyPathD& pp, + size_t idx, std::string preamble) + { + OutlinePolyPath(os, idx, pp.IsHole(), pp.Count(), preamble); + for (size_t i = 0; i < pp.Count(); ++i) + if (pp.Child(i)->Count()) + details::OutlinePolyPathD(os, *pp.Child(i), i, preamble + " "); + } + + template + inline constexpr void MakePathGeneric(const T an_array, + size_t array_size, std::vector& result) + { + result.reserve(array_size / 2); + for (size_t i = 0; i < array_size; i +=2) +#ifdef USINGZ + result.emplace_back( an_array[i], an_array[i + 1], 0 ); +#else + result.emplace_back( an_array[i], an_array[i + 1] ); +#endif + } + + } // end details namespace + + inline std::ostream& operator<< (std::ostream& os, const PolyTree64& pp) + { + std::string plural = (pp.Count() == 1) ? " polygon." : " polygons."; + os << std::endl << "Polytree with " << pp.Count() << plural << std::endl; + for (size_t i = 0; i < pp.Count(); ++i) + if (pp.Child(i)->Count()) + details::OutlinePolyPath64(os, *pp.Child(i), i, " "); + os << std::endl << std::endl; + return os; + } + + inline std::ostream& operator<< (std::ostream& os, const PolyTreeD& pp) + { + std::string plural = (pp.Count() == 1) ? " polygon." : " polygons."; + os << std::endl << "Polytree with " << pp.Count() << plural << std::endl; + for (size_t i = 0; i < pp.Count(); ++i) + if (pp.Child(i)->Count()) + details::OutlinePolyPathD(os, *pp.Child(i), i, " "); + os << std::endl << std::endl; + if (!pp.Level()) os << std::endl; + return os; + } + + inline Paths64 PolyTreeToPaths64(const PolyTree64& polytree) + { + Paths64 result; + for (const auto& child : polytree) + details::PolyPathToPaths64(*child, result); + return result; + } + + inline PathsD PolyTreeToPathsD(const PolyTreeD& polytree) + { + PathsD result; + for (const auto& child : polytree) + details::PolyPathToPathsD(*child, result); + return result; + } + + inline bool CheckPolytreeFullyContainsChildren(const PolyTree64& polytree) + { + for (const auto& child : polytree) + if (child->Count() > 0 && + !details::PolyPath64ContainsChildren(*child)) + return false; + return true; + } + + template::value && + !std::is_same::value, bool + >::type = true> + inline Path64 MakePath(const std::vector& list) + { + const auto size = list.size() - list.size() % 2; + if (list.size() != size) + DoError(non_pair_error_i); // non-fatal without exception handling + Path64 result; + details::MakePathGeneric(list, size, result); + return result; + } + + template::value && + !std::is_same::value, bool + >::type = true> + inline Path64 MakePath(const T(&list)[N]) + { + // Make the compiler error on unpaired value (i.e. no runtime effects). + static_assert(N % 2 == 0, "MakePath requires an even number of arguments"); + Path64 result; + details::MakePathGeneric(list, N, result); + return result; + } + + template::value && + !std::is_same::value, bool + >::type = true> + inline PathD MakePathD(const std::vector& list) + { + const auto size = list.size() - list.size() % 2; + if (list.size() != size) + DoError(non_pair_error_i); // non-fatal without exception handling + PathD result; + details::MakePathGeneric(list, size, result); + return result; + } + + template::value && + !std::is_same::value, bool + >::type = true> + inline PathD MakePathD(const T(&list)[N]) + { + // Make the compiler error on unpaired value (i.e. no runtime effects). + static_assert(N % 2 == 0, "MakePath requires an even number of arguments"); + PathD result; + details::MakePathGeneric(list, N, result); + return result; + } + +#ifdef USINGZ + template + inline Path64 MakePathZ(const T2(&list)[N]) + { + static_assert(N % 3 == 0 && std::numeric_limits::is_integer, + "MakePathZ requires integer values in multiples of 3"); + std::size_t size = N / 3; + Path64 result(size); + for (size_t i = 0; i < size; ++i) + result[i] = Point64(list[i * 3], + list[i * 3 + 1], list[i * 3 + 2]); + return result; + } + + template + inline PathD MakePathZD(const T2(&list)[N]) + { + static_assert(N % 3 == 0, + "MakePathZD requires values in multiples of 3"); + std::size_t size = N / 3; + PathD result(size); + if constexpr (std::numeric_limits::is_integer) + for (size_t i = 0; i < size; ++i) + result[i] = PointD(list[i * 3], + list[i * 3 + 1], list[i * 3 + 2]); + else + for (size_t i = 0; i < size; ++i) + result[i] = PointD(list[i * 3], list[i * 3 + 1], + static_cast(list[i * 3 + 2])); + return result; + } +#endif + + inline Path64 TrimCollinear(const Path64& p, bool is_open_path = false) + { + size_t len = p.size(); + if (len < 3) + { + if (!is_open_path || len < 2 || p[0] == p[1]) return Path64(); + else return p; + } + + Path64 dst; + dst.reserve(len); + Path64::const_iterator srcIt = p.cbegin(), prevIt, stop = p.cend() - 1; + + if (!is_open_path) + { + while (srcIt != stop && IsCollinear(*stop, *srcIt, *(srcIt + 1))) + ++srcIt; + while (srcIt != stop && IsCollinear(*(stop - 1), *stop, *srcIt)) + --stop; + if (srcIt == stop) return Path64(); + } + + prevIt = srcIt++; + dst.emplace_back(*prevIt); + for (; srcIt != stop; ++srcIt) + { + if (!IsCollinear(*prevIt, *srcIt, *(srcIt + 1))) + { + prevIt = srcIt; + dst.emplace_back(*prevIt); + } + } + + if (is_open_path) + dst.emplace_back(*srcIt); + else if (!IsCollinear(*prevIt, *stop, dst[0])) + dst.emplace_back(*stop); + else + { + while (dst.size() > 2 && + IsCollinear(dst[dst.size() - 1], dst[dst.size() - 2], dst[0])) + dst.pop_back(); + if (dst.size() < 3) return Path64(); + } + return dst; + } + + inline PathD TrimCollinear(const PathD& path, int precision, bool is_open_path = false) + { + int error_code = 0; + CheckPrecisionRange(precision, error_code); + if (error_code) return PathD(); + const double scale = std::pow(10, precision); + Path64 p = ScalePath(path, scale, error_code); + if (error_code) return PathD(); + p = TrimCollinear(p, is_open_path); + return ScalePath(p, 1/scale, error_code); + } + + template + inline double Distance(const Point pt1, const Point pt2) + { + return std::sqrt(DistanceSqr(pt1, pt2)); + } + + template + inline double Length(const Path& path, bool is_closed_path = false) + { + double result = 0.0; + if (path.size() < 2) return result; + auto it = path.cbegin(), stop = path.end() - 1; + for (; it != stop; ++it) + result += Distance(*it, *(it + 1)); + if (is_closed_path) + result += Distance(*stop, *path.cbegin()); + return result; + } + + + template + inline bool NearCollinear(const Point& pt1, const Point& pt2, const Point& pt3, double sin_sqrd_min_angle_rads) + { + double cp = std::abs(CrossProduct(pt1, pt2, pt3)); + return (cp * cp) / (DistanceSqr(pt1, pt2) * DistanceSqr(pt2, pt3)) < sin_sqrd_min_angle_rads; + } + + template + inline Path Ellipse(const Rect& rect, size_t steps = 0) + { + return Ellipse(rect.MidPoint(), + static_cast(rect.Width()) *0.5, + static_cast(rect.Height()) * 0.5, steps); + } + + template + inline Path Ellipse(const Point& center, + double radiusX, double radiusY = 0, size_t steps = 0) + { + if (radiusX <= 0) return Path(); + if (radiusY <= 0) radiusY = radiusX; + if (steps <= 2) + steps = static_cast(PI * sqrt((radiusX + radiusY) / 2)); + + double si = std::sin(2 * PI / steps); + double co = std::cos(2 * PI / steps); + double dx = co, dy = si; + Path result; + result.reserve(steps); + result.emplace_back(center.x + radiusX, static_cast(center.y)); + for (size_t i = 1; i < steps; ++i) + { + result.emplace_back(center.x + radiusX * dx, center.y + radiusY * dy); + double x = dx * co - dy * si; + dy = dy * co + dx * si; + dx = x; + } + return result; + } + + inline size_t GetNext(size_t current, size_t high, + const std::vector& flags) + { + ++current; + while (current <= high && flags[current]) ++current; + if (current <= high) return current; + current = 0; + while (flags[current]) ++current; + return current; + } + + inline size_t GetPrior(size_t current, size_t high, + const std::vector& flags) + { + if (current == 0) current = high; + else --current; + while (current > 0 && flags[current]) --current; + if (!flags[current]) return current; + current = high; + while (flags[current]) --current; + return current; + } + + template + inline Path SimplifyPath(const Path &path, + double epsilon, bool isClosedPath = true) + { + const size_t len = path.size(), high = len -1; + const double epsSqr = Sqr(epsilon); + if (len < 4) return Path(path); + + std::vector flags(len); + std::vector distSqr(len); + size_t prior = high, curr = 0, start, next, prior2; + if (isClosedPath) + { + distSqr[0] = PerpendicDistFromLineSqrd(path[0], path[high], path[1]); + distSqr[high] = PerpendicDistFromLineSqrd(path[high], path[0], path[high - 1]); + } + else + { + distSqr[0] = MAX_DBL; + distSqr[high] = MAX_DBL; + } + for (size_t i = 1; i < high; ++i) + distSqr[i] = PerpendicDistFromLineSqrd(path[i], path[i - 1], path[i + 1]); + + for (;;) + { + if (distSqr[curr] > epsSqr) + { + start = curr; + do + { + curr = GetNext(curr, high, flags); + } while (curr != start && distSqr[curr] > epsSqr); + if (curr == start) break; + } + + prior = GetPrior(curr, high, flags); + next = GetNext(curr, high, flags); + if (next == prior) break; + + // flag for removal the smaller of adjacent 'distances' + if (distSqr[next] < distSqr[curr]) + { + prior2 = prior; + prior = curr; + curr = next; + next = GetNext(next, high, flags); + } + else + prior2 = GetPrior(prior, high, flags); + + flags[curr] = true; + curr = next; + next = GetNext(next, high, flags); + + if (isClosedPath || ((curr != high) && (curr != 0))) + distSqr[curr] = PerpendicDistFromLineSqrd(path[curr], path[prior], path[next]); + if (isClosedPath || ((prior != 0) && (prior != high))) + distSqr[prior] = PerpendicDistFromLineSqrd(path[prior], path[prior2], path[curr]); + } + Path result; + result.reserve(len); + for (typename Path::size_type i = 0; i < len; ++i) + if (!flags[i]) result.emplace_back(path[i]); + return result; + } + + template + inline Paths SimplifyPaths(const Paths &paths, + double epsilon, bool isClosedPath = true) + { + Paths result; + result.reserve(paths.size()); + for (const auto& path : paths) + result.emplace_back(std::move(SimplifyPath(path, epsilon, isClosedPath))); + return result; + } + + template + inline void RDP(const Path path, std::size_t begin, + std::size_t end, double epsSqrd, std::vector& flags) + { + typename Path::size_type idx = 0; + double max_d = 0; + while (end > begin && path[begin] == path[end]) flags[end--] = false; + for (typename Path::size_type i = begin + 1; i < end; ++i) + { + // PerpendicDistFromLineSqrd - avoids expensive Sqrt() + double d = PerpendicDistFromLineSqrd(path[i], path[begin], path[end]); + if (d <= max_d) continue; + max_d = d; + idx = i; + } + if (max_d <= epsSqrd) return; + flags[idx] = true; + if (idx > begin + 1) RDP(path, begin, idx, epsSqrd, flags); + if (idx < end - 1) RDP(path, idx, end, epsSqrd, flags); + } + + template + inline Path RamerDouglasPeucker(const Path& path, double epsilon) + { + const typename Path::size_type len = path.size(); + if (len < 5) return Path(path); + std::vector flags(len); + flags[0] = true; + flags[len - 1] = true; + RDP(path, 0, len - 1, Sqr(epsilon), flags); + Path result; + result.reserve(len); + for (typename Path::size_type i = 0; i < len; ++i) + if (flags[i]) + result.emplace_back(path[i]); + return result; + } + + template + inline Paths RamerDouglasPeucker(const Paths& paths, double epsilon) + { + Paths result; + result.reserve(paths.size()); + std::transform(paths.begin(), paths.end(), back_inserter(result), + [epsilon](const auto& path) + { return RamerDouglasPeucker(path, epsilon); }); + return result; + } + +} // end Clipper2Lib namespace + +#endif // CLIPPER_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.minkowski.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.minkowski.h new file mode 100644 index 0000000000..60d8d17c33 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.minkowski.h @@ -0,0 +1,120 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 1 November 2023 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2023 * +* Purpose : Minkowski Sum and Difference * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_MINKOWSKI_H +#define CLIPPER_MINKOWSKI_H + +#include "clipper2/clipper.core.h" + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + + namespace detail + { + inline Paths64 Minkowski(const Path64& pattern, const Path64& path, bool isSum, bool isClosed) + { + size_t delta = isClosed ? 0 : 1; + size_t patLen = pattern.size(), pathLen = path.size(); + if (patLen == 0 || pathLen == 0) return Paths64(); + Paths64 tmp; + tmp.reserve(pathLen); + + if (isSum) + { + for (const Point64& p : path) + { + Path64 path2(pattern.size()); + std::transform(pattern.cbegin(), pattern.cend(), + path2.begin(), [p](const Point64& pt2) {return p + pt2; }); + tmp.emplace_back(std::move(path2)); + } + } + else + { + for (const Point64& p : path) + { + Path64 path2(pattern.size()); + std::transform(pattern.cbegin(), pattern.cend(), + path2.begin(), [p](const Point64& pt2) {return p - pt2; }); + tmp.emplace_back(std::move(path2)); + } + } + + Paths64 result; + result.reserve((pathLen - delta) * patLen); + size_t g = isClosed ? pathLen - 1 : 0; + for (size_t h = patLen - 1, i = delta; i < pathLen; ++i) + { + for (size_t j = 0; j < patLen; j++) + { + Path64 quad; + quad.reserve(4); + { + quad.emplace_back(tmp[g][h]); + quad.emplace_back(tmp[i][h]); + quad.emplace_back(tmp[i][j]); + quad.emplace_back(tmp[g][j]); + }; + if (!IsPositive(quad)) + std::reverse(quad.begin(), quad.end()); + result.emplace_back(std::move(quad)); + h = j; + } + g = i; + } + return result; + } + + inline Paths64 Union(const Paths64& subjects, FillRule fillrule) + { + Paths64 result; + Clipper64 clipper; + clipper.AddSubject(subjects); + clipper.Execute(ClipType::Union, fillrule, result); + return result; + } + + } // namespace internal + + inline Paths64 MinkowskiSum(const Path64& pattern, const Path64& path, bool isClosed) + { + return detail::Union(detail::Minkowski(pattern, path, true, isClosed), FillRule::NonZero); + } + + inline PathsD MinkowskiSum(const PathD& pattern, const PathD& path, bool isClosed, int decimalPlaces = 2) + { + int error_code = 0; + double scale = pow(10, decimalPlaces); + Path64 pat64 = ScalePath(pattern, scale, error_code); + Path64 path64 = ScalePath(path, scale, error_code); + Paths64 tmp = detail::Union(detail::Minkowski(pat64, path64, true, isClosed), FillRule::NonZero); + return ScalePaths(tmp, 1 / scale, error_code); + } + + inline Paths64 MinkowskiDiff(const Path64& pattern, const Path64& path, bool isClosed) + { + return detail::Union(detail::Minkowski(pattern, path, false, isClosed), FillRule::NonZero); + } + + inline PathsD MinkowskiDiff(const PathD& pattern, const PathD& path, bool isClosed, int decimalPlaces = 2) + { + int error_code = 0; + double scale = pow(10, decimalPlaces); + Path64 pat64 = ScalePath(pattern, scale, error_code); + Path64 path64 = ScalePath(path, scale, error_code); + Paths64 tmp = detail::Union(detail::Minkowski(pat64, path64, false, isClosed), FillRule::NonZero); + return ScalePaths(tmp, 1 / scale, error_code); + } + +} // Clipper2Lib namespace + +#endif // CLIPPER_MINKOWSKI_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.offset.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.offset.h new file mode 100644 index 0000000000..a7d53df36f --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.offset.h @@ -0,0 +1,129 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 22 January 2025 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2025 * +* Purpose : Path Offset (Inflate/Shrink) * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_OFFSET_H_ +#define CLIPPER_OFFSET_H_ + +#include "clipper.core.h" +#include "clipper.engine.h" +#include + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + +enum class JoinType { Square, Bevel, Round, Miter }; +//Square : Joins are 'squared' at exactly the offset distance (more complex code) +//Bevel : Similar to Square, but the offset distance varies with angle (simple code & faster) + +enum class EndType {Polygon, Joined, Butt, Square, Round}; +//Butt : offsets both sides of a path, with square blunt ends +//Square : offsets both sides of a path, with square extended ends +//Round : offsets both sides of a path, with round extended ends +//Joined : offsets both sides of a path, with joined ends +//Polygon: offsets only one side of a closed path + +typedef std::function DeltaCallback64; + +class ClipperOffset { +private: + + class Group { + public: + Paths64 paths_in; + std::optional lowest_path_idx{}; + bool is_reversed = false; + JoinType join_type; + EndType end_type; + Group(const Paths64& _paths, JoinType _join_type, EndType _end_type); + }; + + int error_code_ = 0; + double delta_ = 0.0; + double group_delta_ = 0.0; + double temp_lim_ = 0.0; + double steps_per_rad_ = 0.0; + double step_sin_ = 0.0; + double step_cos_ = 0.0; + PathD norms; + Path64 path_out; + Paths64* solution = nullptr; + PolyTree64* solution_tree = nullptr; + std::vector groups_; + JoinType join_type_ = JoinType::Bevel; + EndType end_type_ = EndType::Polygon; + + double miter_limit_ = 0.0; + double arc_tolerance_ = 0.0; + bool preserve_collinear_ = false; + bool reverse_solution_ = false; + +#ifdef USINGZ + ZCallback64 zCallback64_ = nullptr; + void ZCB(const Point64& bot1, const Point64& top1, + const Point64& bot2, const Point64& top2, Point64& ip); +#endif + DeltaCallback64 deltaCallback64_ = nullptr; + size_t CalcSolutionCapacity(); + bool CheckReverseOrientation(); + void DoBevel(const Path64& path, size_t j, size_t k); + void DoSquare(const Path64& path, size_t j, size_t k); + void DoMiter(const Path64& path, size_t j, size_t k, double cos_a); + void DoRound(const Path64& path, size_t j, size_t k, double angle); + void BuildNormals(const Path64& path); + void OffsetPolygon(Group& group, const Path64& path); + void OffsetOpenJoined(Group& group, const Path64& path); + void OffsetOpenPath(Group& group, const Path64& path); + void OffsetPoint(Group& group, const Path64& path, size_t j, size_t k); + void DoGroupOffset(Group &group); + void ExecuteInternal(double delta); +public: + explicit ClipperOffset(double miter_limit = 2.0, + double arc_tolerance = 0.0, + bool preserve_collinear = false, + bool reverse_solution = false) : + miter_limit_(miter_limit), arc_tolerance_(arc_tolerance), + preserve_collinear_(preserve_collinear), + reverse_solution_(reverse_solution) { }; + + ~ClipperOffset() { Clear(); }; + + int ErrorCode() const { return error_code_; }; + void AddPath(const Path64& path, JoinType jt_, EndType et_); + void AddPaths(const Paths64& paths, JoinType jt_, EndType et_); + void Clear() { groups_.clear(); norms.clear(); }; + + void Execute(double delta, Paths64& sols_64); + void Execute(double delta, PolyTree64& polytree); + void Execute(DeltaCallback64 delta_cb, Paths64& paths); + + double MiterLimit() const { return miter_limit_; } + void MiterLimit(double miter_limit) { miter_limit_ = miter_limit; } + + //ArcTolerance: needed for rounded offsets (See offset_triginometry2.svg) + double ArcTolerance() const { return arc_tolerance_; } + void ArcTolerance(double arc_tolerance) { arc_tolerance_ = arc_tolerance; } + + bool PreserveCollinear() const { return preserve_collinear_; } + void PreserveCollinear(bool preserve_collinear){preserve_collinear_ = preserve_collinear;} + + bool ReverseSolution() const { return reverse_solution_; } + void ReverseSolution(bool reverse_solution) {reverse_solution_ = reverse_solution;} + +#ifdef USINGZ + void SetZCallback(ZCallback64 cb) { zCallback64_ = cb; } +#endif + void SetDeltaCallback(DeltaCallback64 cb) { deltaCallback64_ = cb; } + +}; + +} +#endif /* CLIPPER_OFFSET_H_ */ diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.rectclip.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.rectclip.h new file mode 100644 index 0000000000..0825a93d76 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.rectclip.h @@ -0,0 +1,83 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 5 July 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : FAST rectangular clipping * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#ifndef CLIPPER_RECTCLIP_H +#define CLIPPER_RECTCLIP_H + +#include "clipper2/clipper.core.h" +#include + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + + // Location: the order is important here, see StartLocsIsClockwise() + enum class Location { Left, Top, Right, Bottom, Inside }; + + class OutPt2; + typedef std::vector OutPt2List; + + class OutPt2 { + public: + Point64 pt; + size_t owner_idx = 0; + OutPt2List* edge = nullptr; + OutPt2* next = nullptr; + OutPt2* prev = nullptr; + }; + + //------------------------------------------------------------------------------ + // RectClip64 + //------------------------------------------------------------------------------ + + class RectClip64 { + private: + void ExecuteInternal(const Path64& path); + Path64 GetPath(OutPt2*& op); + protected: + const Rect64 rect_; + const Path64 rect_as_path_; + const Point64 rect_mp_; + Rect64 path_bounds_; + std::deque op_container_; + OutPt2List results_; // each path can be broken into multiples + OutPt2List edges_[8]; // clockwise and counter-clockwise + std::vector start_locs_; + void CheckEdges(); + void TidyEdges(size_t idx, OutPt2List& cw, OutPt2List& ccw); + void GetNextLocation(const Path64& path, + Location& loc, size_t& i, size_t highI); + OutPt2* Add(Point64 pt, bool start_new = false); + void AddCorner(Location prev, Location curr); + void AddCorner(Location& loc, bool isClockwise); + public: + explicit RectClip64(const Rect64& rect) : + rect_(rect), + rect_as_path_(rect.AsPath()), + rect_mp_(rect.MidPoint()) {} + Paths64 Execute(const Paths64& paths); + }; + + //------------------------------------------------------------------------------ + // RectClipLines64 + //------------------------------------------------------------------------------ + + class RectClipLines64 : public RectClip64 { + private: + void ExecuteInternal(const Path64& path); + Path64 GetPath(OutPt2*& op); + public: + explicit RectClipLines64(const Rect64& rect) : RectClip64(rect) {}; + Paths64 Execute(const Paths64& paths); + }; + +} // Clipper2Lib namespace +#endif // CLIPPER_RECTCLIP_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.version.h b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.version.h new file mode 100644 index 0000000000..661b0f1c58 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper.version.h @@ -0,0 +1,6 @@ +#ifndef CLIPPER_VERSION_H +#define CLIPPER_VERSION_H + +constexpr auto CLIPPER2_VERSION = "1.5.2"; + +#endif // CLIPPER_VERSION_H diff --git a/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper2_z.hpp b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper2_z.hpp new file mode 100644 index 0000000000..ab20510b6a --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/include/clipper2/clipper2_z.hpp @@ -0,0 +1,17 @@ +// Hackish wrapper around the ClipperLib library to compile the Clipper2 library with the Z support. + +#ifndef clipper2_z_hpp +#ifdef CLIPPER_H +#error "You should include clipper2_z.hpp before clipper.h" +#endif + +#define clipper2_z_hpp + +// Enable the Z coordinate support. +#define USINGZ + +#include "clipper.h" + +#undef CLIPPER_H +#undef USINGZ +#endif // clipper2_z_hpp diff --git a/deps_src/clipper2/Clipper2Lib/src/clipper.engine.cpp b/deps_src/clipper2/Clipper2Lib/src/clipper.engine.cpp new file mode 100644 index 0000000000..fd77bda7bb --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/src/clipper.engine.cpp @@ -0,0 +1,3151 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 17 September 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : This is the main polygon clipping module * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#include "clipper2/clipper.engine.h" +#include "clipper2/clipper.h" +#include + +// https://github.com/AngusJohnson/Clipper2/discussions/334 +// #discussioncomment-4248602 +#if defined(_MSC_VER) && ( defined(_M_AMD64) || defined(_M_X64) ) +#include +#include +#define fmin(a,b) _mm_cvtsd_f64(_mm_min_sd(_mm_set_sd(a),_mm_set_sd(b))) +#define fmax(a,b) _mm_cvtsd_f64(_mm_max_sd(_mm_set_sd(a),_mm_set_sd(b))) +#define nearbyint(a) _mm_cvtsd_si64(_mm_set_sd(a)) /* Note: expression type is (int64_t) */ +#endif + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + + static const Rect64 invalid_rect = Rect64(false); + + // Every closed path (ie polygon) is made up of a series of vertices forming edge + // 'bounds' that alternate between ascending bounds (containing edges going up + // relative to the Y-axis) and descending bounds. 'Local Minima' refers to + // vertices where ascending and descending bounds join at the bottom, and + // 'Local Maxima' are where ascending and descending bounds join at the top. + + struct Scanline { + int64_t y = 0; + Scanline* next = nullptr; + + explicit Scanline(int64_t y_) : y(y_) {} + }; + + struct HorzSegSorter { + inline bool operator()(const HorzSegment& hs1, const HorzSegment& hs2) + { + if (!hs1.right_op || !hs2.right_op) return (hs1.right_op); + return hs2.left_op->pt.x > hs1.left_op->pt.x; + } + }; + + struct LocMinSorter { + inline bool operator()(const LocalMinima_ptr& locMin1, + const LocalMinima_ptr& locMin2) + { + if (locMin2->vertex->pt.y != locMin1->vertex->pt.y) + return locMin2->vertex->pt.y < locMin1->vertex->pt.y; + else + return locMin2->vertex->pt.x > locMin1->vertex->pt.x; + } + }; + + + inline bool IsOdd(int val) + { + return (val & 1) ? true : false; + } + + + inline bool IsHotEdge(const Active& e) + { + return (e.outrec); + } + + + inline bool IsOpen(const Active& e) + { + return (e.local_min->is_open); + } + + + inline bool IsOpenEnd(const Vertex& v) + { + return (v.flags & (VertexFlags::OpenStart | VertexFlags::OpenEnd)) != + VertexFlags::Empty; + } + + + inline bool IsOpenEnd(const Active& ae) + { + return IsOpenEnd(*ae.vertex_top); + } + + + inline Active* GetPrevHotEdge(const Active& e) + { + Active* prev = e.prev_in_ael; + while (prev && (IsOpen(*prev) || !IsHotEdge(*prev))) + prev = prev->prev_in_ael; + return prev; + } + + inline bool IsFront(const Active& e) + { + return (&e == e.outrec->front_edge); + } + + inline bool IsInvalidPath(OutPt* op) + { + return (!op || op->next == op); + } + + /******************************************************************************* + * Dx: 0(90deg) * + * | * + * +inf (180deg) <--- o ---> -inf (0deg) * + *******************************************************************************/ + + inline double GetDx(const Point64& pt1, const Point64& pt2) + { + double dy = double(pt2.y - pt1.y); + if (dy != 0) + return double(pt2.x - pt1.x) / dy; + else if (pt2.x > pt1.x) + return -std::numeric_limits::max(); + else + return std::numeric_limits::max(); + } + + inline int64_t TopX(const Active& ae, const int64_t currentY) + { + if ((currentY == ae.top.y) || (ae.top.x == ae.bot.x)) return ae.top.x; + else if (currentY == ae.bot.y) return ae.bot.x; + else return ae.bot.x + static_cast(nearbyint(ae.dx * (currentY - ae.bot.y))); + // nb: std::nearbyint (or std::round) substantially *improves* performance here + // as it greatly improves the likelihood of edge adjacency in ProcessIntersectList(). + } + + + inline bool IsHorizontal(const Active& e) + { + return (e.top.y == e.bot.y); + } + + + inline bool IsHeadingRightHorz(const Active& e) + { + return e.dx == -std::numeric_limits::max(); + } + + + inline bool IsHeadingLeftHorz(const Active& e) + { + return e.dx == std::numeric_limits::max(); + } + + + inline void SwapActives(Active*& e1, Active*& e2) + { + Active* e = e1; + e1 = e2; + e2 = e; + } + + inline PathType GetPolyType(const Active& e) + { + return e.local_min->polytype; + } + + inline bool IsSamePolyType(const Active& e1, const Active& e2) + { + return e1.local_min->polytype == e2.local_min->polytype; + } + + inline void SetDx(Active& e) + { + e.dx = GetDx(e.bot, e.top); + } + + inline Vertex* NextVertex(const Active& e) + { + if (e.wind_dx > 0) + return e.vertex_top->next; + else + return e.vertex_top->prev; + } + + //PrevPrevVertex: useful to get the (inverted Y-axis) top of the + //alternate edge (ie left or right bound) during edge insertion. + inline Vertex* PrevPrevVertex(const Active& ae) + { + if (ae.wind_dx > 0) + return ae.vertex_top->prev->prev; + else + return ae.vertex_top->next->next; + } + + + inline Active* ExtractFromSEL(Active* ae) + { + Active* res = ae->next_in_sel; + if (res) + res->prev_in_sel = ae->prev_in_sel; + ae->prev_in_sel->next_in_sel = res; + return res; + } + + + inline void Insert1Before2InSEL(Active* ae1, Active* ae2) + { + ae1->prev_in_sel = ae2->prev_in_sel; + if (ae1->prev_in_sel) + ae1->prev_in_sel->next_in_sel = ae1; + ae1->next_in_sel = ae2; + ae2->prev_in_sel = ae1; + } + + inline bool IsMaxima(const Vertex& v) + { + return ((v.flags & VertexFlags::LocalMax) != VertexFlags::Empty); + } + + + inline bool IsMaxima(const Active& e) + { + return IsMaxima(*e.vertex_top); + } + + inline Vertex* GetCurrYMaximaVertex_Open(const Active& e) + { + Vertex* result = e.vertex_top; + if (e.wind_dx > 0) + while ((result->next->pt.y == result->pt.y) && + ((result->flags & (VertexFlags::OpenEnd | + VertexFlags::LocalMax)) == VertexFlags::Empty)) + result = result->next; + else + while (result->prev->pt.y == result->pt.y && + ((result->flags & (VertexFlags::OpenEnd | + VertexFlags::LocalMax)) == VertexFlags::Empty)) + result = result->prev; + if (!IsMaxima(*result)) result = nullptr; // not a maxima + return result; + } + + inline Vertex* GetCurrYMaximaVertex(const Active& e) + { + Vertex* result = e.vertex_top; + if (e.wind_dx > 0) + while (result->next->pt.y == result->pt.y) result = result->next; + else + while (result->prev->pt.y == result->pt.y) result = result->prev; + if (!IsMaxima(*result)) result = nullptr; // not a maxima + return result; + } + + Active* GetMaximaPair(const Active& e) + { + Active* e2; + e2 = e.next_in_ael; + while (e2) + { + if (e2->vertex_top == e.vertex_top) return e2; // Found! + e2 = e2->next_in_ael; + } + return nullptr; + } + + inline int PointCount(OutPt* op) + { + OutPt* op2 = op; + int cnt = 0; + do + { + op2 = op2->next; + ++cnt; + } while (op2 != op); + return cnt; + } + + inline OutPt* DuplicateOp(OutPt* op, bool insert_after) + { + OutPt* result = new OutPt(op->pt, op->outrec); + if (insert_after) + { + result->next = op->next; + result->next->prev = result; + result->prev = op; + op->next = result; + } + else + { + result->prev = op->prev; + result->prev->next = result; + result->next = op; + op->prev = result; + } + return result; + } + + inline OutPt* DisposeOutPt(OutPt* op) + { + OutPt* result = op->next; + op->prev->next = op->next; + op->next->prev = op->prev; + delete op; + return result; + } + + + inline void DisposeOutPts(OutRec* outrec) + { + OutPt* op = outrec->pts; + op->prev->next = nullptr; + while (op) + { + OutPt* tmp = op; + op = op->next; + delete tmp; + }; + outrec->pts = nullptr; + } + + + bool IntersectListSort(const IntersectNode& a, const IntersectNode& b) + { + //note different inequality tests ... + return (a.pt.y == b.pt.y) ? (a.pt.x < b.pt.x) : (a.pt.y > b.pt.y); + } + + + inline void SetSides(OutRec& outrec, Active& start_edge, Active& end_edge) + { + outrec.front_edge = &start_edge; + outrec.back_edge = &end_edge; + } + + + void SwapOutrecs(Active& e1, Active& e2) + { + OutRec* or1 = e1.outrec; + OutRec* or2 = e2.outrec; + if (or1 == or2) + { + Active* e = or1->front_edge; + or1->front_edge = or1->back_edge; + or1->back_edge = e; + return; + } + if (or1) + { + if (&e1 == or1->front_edge) + or1->front_edge = &e2; + else + or1->back_edge = &e2; + } + if (or2) + { + if (&e2 == or2->front_edge) + or2->front_edge = &e1; + else + or2->back_edge = &e1; + } + e1.outrec = or2; + e2.outrec = or1; + } + + + double Area(OutPt* op) + { + //https://en.wikipedia.org/wiki/Shoelace_formula + double result = 0.0; + OutPt* op2 = op; + do + { + result += static_cast(op2->prev->pt.y + op2->pt.y) * + static_cast(op2->prev->pt.x - op2->pt.x); + op2 = op2->next; + } while (op2 != op); + return result * 0.5; + } + + inline double AreaTriangle(const Point64& pt1, + const Point64& pt2, const Point64& pt3) + { + return (static_cast(pt3.y + pt1.y) * static_cast(pt3.x - pt1.x) + + static_cast(pt1.y + pt2.y) * static_cast(pt1.x - pt2.x) + + static_cast(pt2.y + pt3.y) * static_cast(pt2.x - pt3.x)); + } + + void ReverseOutPts(OutPt* op) + { + if (!op) return; + + OutPt* op1 = op; + OutPt* op2; + + do + { + op2 = op1->next; + op1->next = op1->prev; + op1->prev = op2; + op1 = op2; + } while (op1 != op); + } + + inline void SwapSides(OutRec& outrec) + { + Active* e2 = outrec.front_edge; + outrec.front_edge = outrec.back_edge; + outrec.back_edge = e2; + outrec.pts = outrec.pts->next; + } + + inline OutRec* GetRealOutRec(OutRec* outrec) + { + while (outrec && !outrec->pts) outrec = outrec->owner; + return outrec; + } + + inline bool IsValidOwner(OutRec* outrec, OutRec* testOwner) + { + // prevent outrec owning itself either directly or indirectly + while (testOwner && testOwner != outrec) testOwner = testOwner->owner; + return !testOwner; + } + + inline void UncoupleOutRec(Active ae) + { + OutRec* outrec = ae.outrec; + if (!outrec) return; + outrec->front_edge->outrec = nullptr; + outrec->back_edge->outrec = nullptr; + outrec->front_edge = nullptr; + outrec->back_edge = nullptr; + } + + + inline bool PtsReallyClose(const Point64& pt1, const Point64& pt2) + { + return (std::llabs(pt1.x - pt2.x) < 2) && (std::llabs(pt1.y - pt2.y) < 2); + } + + inline bool IsVerySmallTriangle(const OutPt& op) + { + return op.next->next == op.prev && + (PtsReallyClose(op.prev->pt, op.next->pt) || + PtsReallyClose(op.pt, op.next->pt) || + PtsReallyClose(op.pt, op.prev->pt)); + } + + inline bool IsValidClosedPath(const OutPt* op) + { + return op && (op->next != op) && (op->next != op->prev) && + !IsVerySmallTriangle(*op); + } + + inline bool OutrecIsAscending(const Active* hotEdge) + { + return (hotEdge == hotEdge->outrec->front_edge); + } + + inline void SwapFrontBackSides(OutRec& outrec) + { + Active* tmp = outrec.front_edge; + outrec.front_edge = outrec.back_edge; + outrec.back_edge = tmp; + outrec.pts = outrec.pts->next; + } + + inline bool EdgesAdjacentInAEL(const IntersectNode& inode) + { + return (inode.edge1->next_in_ael == inode.edge2) || (inode.edge1->prev_in_ael == inode.edge2); + } + + inline bool IsJoined(const Active& e) + { + return e.join_with != JoinWith::NoJoin; + } + + inline void SetOwner(OutRec* outrec, OutRec* new_owner) + { + //precondition1: new_owner is never null + while (new_owner->owner && !new_owner->owner->pts) + new_owner->owner = new_owner->owner->owner; + OutRec* tmp = new_owner; + while (tmp && tmp != outrec) tmp = tmp->owner; + if (tmp) new_owner->owner = outrec->owner; + outrec->owner = new_owner; + } + + static PointInPolygonResult PointInOpPolygon(const Point64& pt, OutPt* op) + { + if (op == op->next || op->prev == op->next) + return PointInPolygonResult::IsOutside; + + OutPt* op2 = op; + do + { + if (op->pt.y != pt.y) break; + op = op->next; + } while (op != op2); + if (op->pt.y == pt.y) // not a proper polygon + return PointInPolygonResult::IsOutside; + + bool is_above = op->pt.y < pt.y, starting_above = is_above; + int val = 0; + op2 = op->next; + while (op2 != op) + { + if (is_above) + while (op2 != op && op2->pt.y < pt.y) op2 = op2->next; + else + while (op2 != op && op2->pt.y > pt.y) op2 = op2->next; + if (op2 == op) break; + + // must have touched or crossed the pt.Y horizontal + // and this must happen an even number of times + + if (op2->pt.y == pt.y) // touching the horizontal + { + if (op2->pt.x == pt.x || (op2->pt.y == op2->prev->pt.y && + (pt.x < op2->prev->pt.x) != (pt.x < op2->pt.x))) + return PointInPolygonResult::IsOn; + + op2 = op2->next; + if (op2 == op) break; + continue; + } + + if (pt.x < op2->pt.x && pt.x < op2->prev->pt.x); + // do nothing because + // we're only interested in edges crossing on the left + else if ((pt.x > op2->prev->pt.x && pt.x > op2->pt.x)) + val = 1 - val; // toggle val + else + { + double d = CrossProduct(op2->prev->pt, op2->pt, pt); + if (d == 0) return PointInPolygonResult::IsOn; + if ((d < 0) == is_above) val = 1 - val; + } + is_above = !is_above; + op2 = op2->next; + } + + if (is_above != starting_above) + { + double d = CrossProduct(op2->prev->pt, op2->pt, pt); + if (d == 0) return PointInPolygonResult::IsOn; + if ((d < 0) == is_above) val = 1 - val; + } + + if (val == 0) return PointInPolygonResult::IsOutside; + else return PointInPolygonResult::IsInside; + } + + inline Path64 GetCleanPath(OutPt* op) + { + Path64 result; + OutPt* op2 = op; + while (op2->next != op && + ((op2->pt.x == op2->next->pt.x && op2->pt.x == op2->prev->pt.x) || + (op2->pt.y == op2->next->pt.y && op2->pt.y == op2->prev->pt.y))) op2 = op2->next; + result.emplace_back(op2->pt); + OutPt* prevOp = op2; + op2 = op2->next; + while (op2 != op) + { + if ((op2->pt.x != op2->next->pt.x || op2->pt.x != prevOp->pt.x) && + (op2->pt.y != op2->next->pt.y || op2->pt.y != prevOp->pt.y)) + { + result.emplace_back(op2->pt); + prevOp = op2; + } + op2 = op2->next; + } + return result; + } + + inline bool Path1InsidePath2(OutPt* op1, OutPt* op2) + { + // we need to make some accommodation for rounding errors + // so we won't jump if the first vertex is found outside + PointInPolygonResult result; + int outside_cnt = 0; + OutPt* op = op1; + do + { + result = PointInOpPolygon(op->pt, op2); + if (result == PointInPolygonResult::IsOutside) ++outside_cnt; + else if (result == PointInPolygonResult::IsInside) --outside_cnt; + op = op->next; + } while (op != op1 && std::abs(outside_cnt) < 2); + if (std::abs(outside_cnt) > 1) return (outside_cnt < 0); + // since path1's location is still equivocal, check its midpoint + Point64 mp = GetBounds(GetCleanPath(op1)).MidPoint(); + Path64 path2 = GetCleanPath(op2); + return PointInPolygon(mp, path2) != PointInPolygonResult::IsOutside; + } + + //------------------------------------------------------------------------------ + //------------------------------------------------------------------------------ + + void AddLocMin(LocalMinimaList& list, + Vertex& vert, PathType polytype, bool is_open) + { + //make sure the vertex is added only once ... + if ((VertexFlags::LocalMin & vert.flags) != VertexFlags::Empty) return; + + vert.flags = (vert.flags | VertexFlags::LocalMin); + list.emplace_back(std::make_unique (&vert, polytype, is_open)); + } + + void AddPaths_(const Paths64& paths, PathType polytype, bool is_open, + std::vector& vertexLists, LocalMinimaList& locMinList) + { + const auto total_vertex_count = + std::accumulate(paths.begin(), paths.end(), size_t(0), + [](const auto& a, const Path64& path) + {return a + path.size(); }); + if (total_vertex_count == 0) return; + + Vertex* vertices = new Vertex[total_vertex_count], * v = vertices; + for (const Path64& path : paths) + { + //for each path create a circular double linked list of vertices + Vertex* v0 = v, * curr_v = v, * prev_v = nullptr; + + if (path.empty()) + continue; + + v->prev = nullptr; + int cnt = 0; + for (const Point64& pt : path) + { + if (prev_v) + { + if (prev_v->pt == pt) continue; // ie skips duplicates + prev_v->next = curr_v; + } + curr_v->prev = prev_v; + curr_v->pt = pt; + curr_v->flags = VertexFlags::Empty; + prev_v = curr_v++; + cnt++; + } + if (!prev_v || !prev_v->prev) continue; + if (!is_open && prev_v->pt == v0->pt) + prev_v = prev_v->prev; + prev_v->next = v0; + v0->prev = prev_v; + v = curr_v; // ie get ready for next path + if (cnt < 2 || (cnt == 2 && !is_open)) continue; + + //now find and assign local minima + bool going_up, going_up0; + if (is_open) + { + curr_v = v0->next; + while (curr_v != v0 && curr_v->pt.y == v0->pt.y) + curr_v = curr_v->next; + going_up = curr_v->pt.y <= v0->pt.y; + if (going_up) + { + v0->flags = VertexFlags::OpenStart; + AddLocMin(locMinList , *v0, polytype, true); + } + else + v0->flags = VertexFlags::OpenStart | VertexFlags::LocalMax; + } + else // closed path + { + prev_v = v0->prev; + while (prev_v != v0 && prev_v->pt.y == v0->pt.y) + prev_v = prev_v->prev; + if (prev_v == v0) + continue; // only open paths can be completely flat + going_up = prev_v->pt.y > v0->pt.y; + } + + going_up0 = going_up; + prev_v = v0; + curr_v = v0->next; + while (curr_v != v0) + { + if (curr_v->pt.y > prev_v->pt.y && going_up) + { + prev_v->flags = (prev_v->flags | VertexFlags::LocalMax); + going_up = false; + } + else if (curr_v->pt.y < prev_v->pt.y && !going_up) + { + going_up = true; + AddLocMin(locMinList, *prev_v, polytype, is_open); + } + prev_v = curr_v; + curr_v = curr_v->next; + } + + if (is_open) + { + prev_v->flags = prev_v->flags | VertexFlags::OpenEnd; + if (going_up) + prev_v->flags = prev_v->flags | VertexFlags::LocalMax; + else + AddLocMin(locMinList, *prev_v, polytype, is_open); + } + else if (going_up != going_up0) + { + if (going_up0) AddLocMin(locMinList, *prev_v, polytype, false); + else prev_v->flags = prev_v->flags | VertexFlags::LocalMax; + } + } // end processing current path + + vertexLists.emplace_back(vertices); + } + + //------------------------------------------------------------------------------ + // ReuseableDataContainer64 methods ... + //------------------------------------------------------------------------------ + + void ReuseableDataContainer64::AddLocMin(Vertex& vert, PathType polytype, bool is_open) + { + //make sure the vertex is added only once ... + if ((VertexFlags::LocalMin & vert.flags) != VertexFlags::Empty) return; + + vert.flags = (vert.flags | VertexFlags::LocalMin); + minima_list_.emplace_back(std::make_unique (&vert, polytype, is_open)); + } + + void ReuseableDataContainer64::AddPaths(const Paths64& paths, + PathType polytype, bool is_open) + { + AddPaths_(paths, polytype, is_open, vertex_lists_, minima_list_); + } + + ReuseableDataContainer64::~ReuseableDataContainer64() + { + Clear(); + } + + void ReuseableDataContainer64::Clear() + { + minima_list_.clear(); + for (auto v : vertex_lists_) delete[] v; + vertex_lists_.clear(); + } + + //------------------------------------------------------------------------------ + // ClipperBase methods ... + //------------------------------------------------------------------------------ + + ClipperBase::~ClipperBase() + { + Clear(); + } + + void ClipperBase::DeleteEdges(Active*& e) + { + while (e) + { + Active* e2 = e; + e = e->next_in_ael; + delete e2; + } + } + + void ClipperBase::CleanUp() + { + DeleteEdges(actives_); + scanline_list_ = std::priority_queue(); + intersect_nodes_.clear(); + DisposeAllOutRecs(); + horz_seg_list_.clear(); + horz_join_list_.clear(); + } + + + void ClipperBase::Clear() + { + CleanUp(); + DisposeVerticesAndLocalMinima(); + current_locmin_iter_ = minima_list_.begin(); + minima_list_sorted_ = false; + has_open_paths_ = false; + } + + + void ClipperBase::Reset() + { + if (!minima_list_sorted_) + { + std::stable_sort(minima_list_.begin(), minima_list_.end(), LocMinSorter()); //#594 + minima_list_sorted_ = true; + } + LocalMinimaList::const_reverse_iterator i; + for (i = minima_list_.rbegin(); i != minima_list_.rend(); ++i) + InsertScanline((*i)->vertex->pt.y); + + current_locmin_iter_ = minima_list_.begin(); + actives_ = nullptr; + sel_ = nullptr; + succeeded_ = true; + } + + +#ifdef USINGZ + void ClipperBase::SetZ(const Active& e1, const Active& e2, Point64& ip) + { + if (!zCallback_) return; + // prioritize subject over clip vertices by passing + // subject vertices before clip vertices in the callback + if (GetPolyType(e1) == PathType::Subject) + { + if (ip == e1.bot) ip.z = e1.bot.z; + else if (ip == e1.top) ip.z = e1.top.z; + else if (ip == e2.bot) ip.z = e2.bot.z; + else if (ip == e2.top) ip.z = e2.top.z; + else ip.z = DefaultZ; + zCallback_(e1.bot, e1.top, e2.bot, e2.top, ip); + } + else + { + if (ip == e2.bot) ip.z = e2.bot.z; + else if (ip == e2.top) ip.z = e2.top.z; + else if (ip == e1.bot) ip.z = e1.bot.z; + else if (ip == e1.top) ip.z = e1.top.z; + else ip.z = DefaultZ; + zCallback_(e2.bot, e2.top, e1.bot, e1.top, ip); + } + } +#endif + + void ClipperBase::AddPath(const Path64& path, PathType polytype, bool is_open) + { + AddPaths(Paths64(1, path), polytype, is_open); + } + + void ClipperBase::AddPaths(const Paths64& paths, PathType polytype, bool is_open) + { + if (is_open) has_open_paths_ = true; + minima_list_sorted_ = false; + AddPaths_(paths, polytype, is_open, vertex_lists_, minima_list_); + } + + void ClipperBase::AddReuseableData(const ReuseableDataContainer64& reuseable_data) + { + // nb: reuseable_data will continue to own the vertices + // and remains responsible for their clean up. + succeeded_ = false; + minima_list_sorted_ = false; + LocalMinimaList::const_iterator i; + for (i = reuseable_data.minima_list_.cbegin(); i != reuseable_data.minima_list_.cend(); ++i) + { + minima_list_.emplace_back(std::make_unique ((*i)->vertex, (*i)->polytype, (*i)->is_open)); + if ((*i)->is_open) has_open_paths_ = true; + } + } + + void ClipperBase::InsertScanline(int64_t y) + { + scanline_list_.push(y); + } + + + bool ClipperBase::PopScanline(int64_t& y) + { + if (scanline_list_.empty()) return false; + y = scanline_list_.top(); + scanline_list_.pop(); + while (!scanline_list_.empty() && y == scanline_list_.top()) + scanline_list_.pop(); // Pop duplicates. + return true; + } + + + bool ClipperBase::PopLocalMinima(int64_t y, LocalMinima*& local_minima) + { + if (current_locmin_iter_ == minima_list_.end() || (*current_locmin_iter_)->vertex->pt.y != y) return false; + local_minima = (current_locmin_iter_++)->get(); + return true; + } + + void ClipperBase::DisposeAllOutRecs() + { + for (auto outrec : outrec_list_) + { + if (outrec->pts) DisposeOutPts(outrec); + delete outrec; + } + outrec_list_.resize(0); + } + + void ClipperBase::DisposeVerticesAndLocalMinima() + { + minima_list_.clear(); + for (auto v : vertex_lists_) delete[] v; + vertex_lists_.clear(); + } + + + void ClipperBase::AddLocMin(Vertex& vert, PathType polytype, bool is_open) + { + //make sure the vertex is added only once ... + if ((VertexFlags::LocalMin & vert.flags) != VertexFlags::Empty) return; + + vert.flags = (vert.flags | VertexFlags::LocalMin); + minima_list_.emplace_back(std::make_unique (&vert, polytype, is_open)); + } + + bool ClipperBase::IsContributingClosed(const Active& e) const + { + switch (fillrule_) + { + case FillRule::EvenOdd: + break; + case FillRule::NonZero: + if (abs(e.wind_cnt) != 1) return false; + break; + case FillRule::Positive: + if (e.wind_cnt != 1) return false; + break; + case FillRule::Negative: + if (e.wind_cnt != -1) return false; + break; + // Should never happen, but adding this to stop a compiler warning + default: + break; + } + + switch (cliptype_) + { + case ClipType::NoClip: + return false; + case ClipType::Intersection: + switch (fillrule_) + { + case FillRule::Positive: + return (e.wind_cnt2 > 0); + case FillRule::Negative: + return (e.wind_cnt2 < 0); + default: + return (e.wind_cnt2 != 0); + } + break; + + case ClipType::Union: + switch (fillrule_) + { + case FillRule::Positive: + return (e.wind_cnt2 <= 0); + case FillRule::Negative: + return (e.wind_cnt2 >= 0); + default: + return (e.wind_cnt2 == 0); + } + break; + + case ClipType::Difference: + bool result; + switch (fillrule_) + { + case FillRule::Positive: + result = (e.wind_cnt2 <= 0); + break; + case FillRule::Negative: + result = (e.wind_cnt2 >= 0); + break; + default: + result = (e.wind_cnt2 == 0); + } + if (GetPolyType(e) == PathType::Subject) + return result; + else + return !result; + break; + + case ClipType::Xor: return true; break; + // Should never happen, but adding this to stop a compiler warning + default: + break; + } + return false; // we should never get here + } + + + inline bool ClipperBase::IsContributingOpen(const Active& e) const + { + bool is_in_clip, is_in_subj; + switch (fillrule_) + { + case FillRule::Positive: + is_in_clip = e.wind_cnt2 > 0; + is_in_subj = e.wind_cnt > 0; + break; + case FillRule::Negative: + is_in_clip = e.wind_cnt2 < 0; + is_in_subj = e.wind_cnt < 0; + break; + default: + is_in_clip = e.wind_cnt2 != 0; + is_in_subj = e.wind_cnt != 0; + } + + switch (cliptype_) + { + case ClipType::Intersection: return is_in_clip; + case ClipType::Union: return (!is_in_subj && !is_in_clip); + default: return !is_in_clip; + } + } + + + void ClipperBase::SetWindCountForClosedPathEdge(Active& e) + { + //Wind counts refer to polygon regions not edges, so here an edge's WindCnt + //indicates the higher of the wind counts for the two regions touching the + //edge. (NB Adjacent regions can only ever have their wind counts differ by + //one. Also, open paths have no meaningful wind directions or counts.) + + Active* e2 = e.prev_in_ael; + //find the nearest closed path edge of the same PolyType in AEL (heading left) + PathType pt = GetPolyType(e); + while (e2 && (GetPolyType(*e2) != pt || IsOpen(*e2))) e2 = e2->prev_in_ael; + + if (!e2) + { + e.wind_cnt = e.wind_dx; + e2 = actives_; + } + else if (fillrule_ == FillRule::EvenOdd) + { + e.wind_cnt = e.wind_dx; + e.wind_cnt2 = e2->wind_cnt2; + e2 = e2->next_in_ael; + } + else + { + //NonZero, positive, or negative filling here ... + //if e's WindCnt is in the SAME direction as its WindDx, then polygon + //filling will be on the right of 'e'. + //NB neither e2.WindCnt nor e2.WindDx should ever be 0. + if (e2->wind_cnt * e2->wind_dx < 0) + { + //opposite directions so 'e' is outside 'e2' ... + if (abs(e2->wind_cnt) > 1) + { + //outside prev poly but still inside another. + if (e2->wind_dx * e.wind_dx < 0) + //reversing direction so use the same WC + e.wind_cnt = e2->wind_cnt; + else + //otherwise keep 'reducing' the WC by 1 (ie towards 0) ... + e.wind_cnt = e2->wind_cnt + e.wind_dx; + } + else + //now outside all polys of same polytype so set own WC ... + e.wind_cnt = (IsOpen(e) ? 1 : e.wind_dx); + } + else + { + //'e' must be inside 'e2' + if (e2->wind_dx * e.wind_dx < 0) + //reversing direction so use the same WC + e.wind_cnt = e2->wind_cnt; + else + //otherwise keep 'increasing' the WC by 1 (ie away from 0) ... + e.wind_cnt = e2->wind_cnt + e.wind_dx; + } + e.wind_cnt2 = e2->wind_cnt2; + e2 = e2->next_in_ael; // ie get ready to calc WindCnt2 + } + + //update wind_cnt2 ... + if (fillrule_ == FillRule::EvenOdd) + while (e2 != &e) + { + if (GetPolyType(*e2) != pt && !IsOpen(*e2)) + e.wind_cnt2 = (e.wind_cnt2 == 0 ? 1 : 0); + e2 = e2->next_in_ael; + } + else + while (e2 != &e) + { + if (GetPolyType(*e2) != pt && !IsOpen(*e2)) + e.wind_cnt2 += e2->wind_dx; + e2 = e2->next_in_ael; + } + } + + + void ClipperBase::SetWindCountForOpenPathEdge(Active& e) + { + Active* e2 = actives_; + if (fillrule_ == FillRule::EvenOdd) + { + int cnt1 = 0, cnt2 = 0; + while (e2 != &e) + { + if (GetPolyType(*e2) == PathType::Clip) + cnt2++; + else if (!IsOpen(*e2)) + cnt1++; + e2 = e2->next_in_ael; + } + e.wind_cnt = (IsOdd(cnt1) ? 1 : 0); + e.wind_cnt2 = (IsOdd(cnt2) ? 1 : 0); + } + else + { + while (e2 != &e) + { + if (GetPolyType(*e2) == PathType::Clip) + e.wind_cnt2 += e2->wind_dx; + else if (!IsOpen(*e2)) + e.wind_cnt += e2->wind_dx; + e2 = e2->next_in_ael; + } + } + } + + bool IsValidAelOrder(const Active& resident, const Active& newcomer) + { + if (newcomer.curr_x != resident.curr_x) + return newcomer.curr_x > resident.curr_x; + + //get the turning direction a1.top, a2.bot, a2.top + double d = CrossProduct(resident.top, newcomer.bot, newcomer.top); + if (d != 0) return d < 0; + + //edges must be collinear to get here + //for starting open paths, place them according to + //the direction they're about to turn + if (!IsMaxima(resident) && (resident.top.y > newcomer.top.y)) + { + return CrossProduct(newcomer.bot, + resident.top, NextVertex(resident)->pt) <= 0; + } + else if (!IsMaxima(newcomer) && (newcomer.top.y > resident.top.y)) + { + return CrossProduct(newcomer.bot, + newcomer.top, NextVertex(newcomer)->pt) >= 0; + } + + int64_t y = newcomer.bot.y; + bool newcomerIsLeft = newcomer.is_left_bound; + + if (resident.bot.y != y || resident.local_min->vertex->pt.y != y) + return newcomer.is_left_bound; + //resident must also have just been inserted + else if (resident.is_left_bound != newcomerIsLeft) + return newcomerIsLeft; + else if (IsCollinear(PrevPrevVertex(resident)->pt, + resident.bot, resident.top)) return true; + else + //compare turning direction of the alternate bound + return (CrossProduct(PrevPrevVertex(resident)->pt, + newcomer.bot, PrevPrevVertex(newcomer)->pt) > 0) == newcomerIsLeft; + } + + + void ClipperBase::InsertLeftEdge(Active& e) + { + Active* e2; + if (!actives_) + { + e.prev_in_ael = nullptr; + e.next_in_ael = nullptr; + actives_ = &e; + } + else if (!IsValidAelOrder(*actives_, e)) + { + e.prev_in_ael = nullptr; + e.next_in_ael = actives_; + actives_->prev_in_ael = &e; + actives_ = &e; + } + else + { + e2 = actives_; + while (e2->next_in_ael && IsValidAelOrder(*e2->next_in_ael, e)) + e2 = e2->next_in_ael; + if (e2->join_with == JoinWith::Right) + e2 = e2->next_in_ael; + if (!e2) return; // should never happen and stops compiler warning :) + e.next_in_ael = e2->next_in_ael; + if (e2->next_in_ael) e2->next_in_ael->prev_in_ael = &e; + e.prev_in_ael = e2; + e2->next_in_ael = &e; + } + } + + + void InsertRightEdge(Active& e, Active& e2) + { + e2.next_in_ael = e.next_in_ael; + if (e.next_in_ael) e.next_in_ael->prev_in_ael = &e2; + e2.prev_in_ael = &e; + e.next_in_ael = &e2; + } + + + void ClipperBase::InsertLocalMinimaIntoAEL(int64_t bot_y) + { + LocalMinima* local_minima; + Active* left_bound, * right_bound; + //Add any local minima (if any) at BotY ... + //nb: horizontal local minima edges should contain locMin.vertex.prev + + while (PopLocalMinima(bot_y, local_minima)) + { + if ((local_minima->vertex->flags & VertexFlags::OpenStart) != VertexFlags::Empty) + { + left_bound = nullptr; + } + else + { + left_bound = new Active(); + left_bound->bot = local_minima->vertex->pt; + left_bound->curr_x = left_bound->bot.x; + left_bound->wind_dx = -1; + left_bound->vertex_top = local_minima->vertex->prev; // ie descending + left_bound->top = left_bound->vertex_top->pt; + left_bound->local_min = local_minima; + SetDx(*left_bound); + } + + if ((local_minima->vertex->flags & VertexFlags::OpenEnd) != VertexFlags::Empty) + { + right_bound = nullptr; + } + else + { + right_bound = new Active(); + right_bound->bot = local_minima->vertex->pt; + right_bound->curr_x = right_bound->bot.x; + right_bound->wind_dx = 1; + right_bound->vertex_top = local_minima->vertex->next; // ie ascending + right_bound->top = right_bound->vertex_top->pt; + right_bound->local_min = local_minima; + SetDx(*right_bound); + } + + //Currently LeftB is just the descending bound and RightB is the ascending. + //Now if the LeftB isn't on the left of RightB then we need swap them. + if (left_bound && right_bound) + { + if (IsHorizontal(*left_bound)) + { + if (IsHeadingRightHorz(*left_bound)) SwapActives(left_bound, right_bound); + } + else if (IsHorizontal(*right_bound)) + { + if (IsHeadingLeftHorz(*right_bound)) SwapActives(left_bound, right_bound); + } + else if (left_bound->dx < right_bound->dx) + SwapActives(left_bound, right_bound); + } + else if (!left_bound) + { + left_bound = right_bound; + right_bound = nullptr; + } + + bool contributing; + left_bound->is_left_bound = true; + InsertLeftEdge(*left_bound); + + if (IsOpen(*left_bound)) + { + SetWindCountForOpenPathEdge(*left_bound); + contributing = IsContributingOpen(*left_bound); + } + else + { + SetWindCountForClosedPathEdge(*left_bound); + contributing = IsContributingClosed(*left_bound); + } + + if (right_bound) + { + right_bound->is_left_bound = false; + right_bound->wind_cnt = left_bound->wind_cnt; + right_bound->wind_cnt2 = left_bound->wind_cnt2; + InsertRightEdge(*left_bound, *right_bound); /////// + if (contributing) + { + AddLocalMinPoly(*left_bound, *right_bound, left_bound->bot, true); + if (!IsHorizontal(*left_bound)) + CheckJoinLeft(*left_bound, left_bound->bot); + } + + while (right_bound->next_in_ael && + IsValidAelOrder(*right_bound->next_in_ael, *right_bound)) + { + IntersectEdges(*right_bound, *right_bound->next_in_ael, right_bound->bot); + SwapPositionsInAEL(*right_bound, *right_bound->next_in_ael); + } + + if (IsHorizontal(*right_bound)) + PushHorz(*right_bound); + else + { + CheckJoinRight(*right_bound, right_bound->bot); + InsertScanline(right_bound->top.y); + } + } + else if (contributing) + { + StartOpenPath(*left_bound, left_bound->bot); + } + + if (IsHorizontal(*left_bound)) + PushHorz(*left_bound); + else + InsertScanline(left_bound->top.y); + } // while (PopLocalMinima()) + } + + + inline void ClipperBase::PushHorz(Active& e) + { + e.next_in_sel = (sel_ ? sel_ : nullptr); + sel_ = &e; + } + + + inline bool ClipperBase::PopHorz(Active*& e) + { + e = sel_; + if (!e) return false; + sel_ = sel_->next_in_sel; + return true; + } + + + OutPt* ClipperBase::AddLocalMinPoly(Active& e1, Active& e2, + const Point64& pt, bool is_new) + { + OutRec* outrec = NewOutRec(); + e1.outrec = outrec; + e2.outrec = outrec; + + if (IsOpen(e1)) + { + outrec->owner = nullptr; + outrec->is_open = true; + if (e1.wind_dx > 0) + SetSides(*outrec, e1, e2); + else + SetSides(*outrec, e2, e1); + } + else + { + Active* prevHotEdge = GetPrevHotEdge(e1); + //e.windDx is the winding direction of the **input** paths + //and unrelated to the winding direction of output polygons. + //Output orientation is determined by e.outrec.frontE which is + //the ascending edge (see AddLocalMinPoly). + if (prevHotEdge) + { + if (using_polytree_) + SetOwner(outrec, prevHotEdge->outrec); + if (OutrecIsAscending(prevHotEdge) == is_new) + SetSides(*outrec, e2, e1); + else + SetSides(*outrec, e1, e2); + } + else + { + outrec->owner = nullptr; + if (is_new) + SetSides(*outrec, e1, e2); + else + SetSides(*outrec, e2, e1); + } + } + + OutPt* op = new OutPt(pt, outrec); + outrec->pts = op; + return op; + } + + + OutPt* ClipperBase::AddLocalMaxPoly(Active& e1, Active& e2, const Point64& pt) + { + if (IsJoined(e1)) Split(e1, pt); + if (IsJoined(e2)) Split(e2, pt); + + if (IsFront(e1) == IsFront(e2)) + { + if (IsOpenEnd(e1)) + SwapFrontBackSides(*e1.outrec); + else if (IsOpenEnd(e2)) + SwapFrontBackSides(*e2.outrec); + else + { + succeeded_ = false; + return nullptr; + } + } + + OutPt* result = AddOutPt(e1, pt); + if (e1.outrec == e2.outrec) + { + OutRec& outrec = *e1.outrec; + outrec.pts = result; + + if (using_polytree_) + { + Active* e = GetPrevHotEdge(e1); + if (!e) + outrec.owner = nullptr; + else + SetOwner(&outrec, e->outrec); + // nb: outRec.owner here is likely NOT the real + // owner but this will be checked in RecursiveCheckOwners() + } + + UncoupleOutRec(e1); + result = outrec.pts; + if (outrec.owner && !outrec.owner->front_edge) + outrec.owner = GetRealOutRec(outrec.owner); + } + //and to preserve the winding orientation of outrec ... + else if (IsOpen(e1)) + { + if (e1.wind_dx < 0) + JoinOutrecPaths(e1, e2); + else + JoinOutrecPaths(e2, e1); + } + else if (e1.outrec->idx < e2.outrec->idx) + JoinOutrecPaths(e1, e2); + else + JoinOutrecPaths(e2, e1); + return result; + } + + void ClipperBase::JoinOutrecPaths(Active& e1, Active& e2) + { + //join e2 outrec path onto e1 outrec path and then delete e2 outrec path + //pointers. (NB Only very rarely do the joining ends share the same coords.) + OutPt* p1_st = e1.outrec->pts; + OutPt* p2_st = e2.outrec->pts; + OutPt* p1_end = p1_st->next; + OutPt* p2_end = p2_st->next; + if (IsFront(e1)) + { + p2_end->prev = p1_st; + p1_st->next = p2_end; + p2_st->next = p1_end; + p1_end->prev = p2_st; + e1.outrec->pts = p2_st; + e1.outrec->front_edge = e2.outrec->front_edge; + if (e1.outrec->front_edge) + e1.outrec->front_edge->outrec = e1.outrec; + } + else + { + p1_end->prev = p2_st; + p2_st->next = p1_end; + p1_st->next = p2_end; + p2_end->prev = p1_st; + e1.outrec->back_edge = e2.outrec->back_edge; + if (e1.outrec->back_edge) + e1.outrec->back_edge->outrec = e1.outrec; + } + + //after joining, the e2.OutRec must contains no vertices ... + e2.outrec->front_edge = nullptr; + e2.outrec->back_edge = nullptr; + e2.outrec->pts = nullptr; + + if (IsOpenEnd(e1)) + { + e2.outrec->pts = e1.outrec->pts; + e1.outrec->pts = nullptr; + } + else + SetOwner(e2.outrec, e1.outrec); + + //and e1 and e2 are maxima and are about to be dropped from the Actives list. + e1.outrec = nullptr; + e2.outrec = nullptr; + } + + OutRec* ClipperBase::NewOutRec() + { + OutRec* result = new OutRec(); + result->idx = outrec_list_.size(); + outrec_list_.emplace_back(result); + result->pts = nullptr; + result->owner = nullptr; + result->polypath = nullptr; + result->is_open = false; + result->splits = nullptr; + return result; + } + + + OutPt* ClipperBase::AddOutPt(const Active& e, const Point64& pt) + { + OutPt* new_op = nullptr; + + //Outrec.OutPts: a circular doubly-linked-list of POutPt where ... + //op_front[.Prev]* ~~~> op_back & op_back == op_front.Next + OutRec* outrec = e.outrec; + bool to_front = IsFront(e); + OutPt* op_front = outrec->pts; + OutPt* op_back = op_front->next; + + if (to_front) + { + if (pt == op_front->pt) + return op_front; + } + else if (pt == op_back->pt) + return op_back; + + new_op = new OutPt(pt, outrec); + op_back->prev = new_op; + new_op->prev = op_front; + new_op->next = op_back; + op_front->next = new_op; + if (to_front) outrec->pts = new_op; + return new_op; + } + + void ClipperBase::CleanCollinear(OutRec* outrec) + { + outrec = GetRealOutRec(outrec); + if (!outrec || outrec->is_open) return; + if (!IsValidClosedPath(outrec->pts)) + { + DisposeOutPts(outrec); + return; + } + + OutPt* startOp = outrec->pts, * op2 = startOp; + for (; ; ) + { + //NB if preserveCollinear == true, then only remove 180 deg. spikes + if (IsCollinear(op2->prev->pt, op2->pt, op2->next->pt) && + (op2->pt == op2->prev->pt || + op2->pt == op2->next->pt || !preserve_collinear_ || + DotProduct(op2->prev->pt, op2->pt, op2->next->pt) < 0)) + { + + if (op2 == outrec->pts) outrec->pts = op2->prev; + + op2 = DisposeOutPt(op2); + if (!IsValidClosedPath(op2)) + { + DisposeOutPts(outrec); + return; + } + startOp = op2; + continue; + } + op2 = op2->next; + if (op2 == startOp) break; + } + FixSelfIntersects(outrec); + } + + void ClipperBase::DoSplitOp(OutRec* outrec, OutPt* splitOp) + { + // splitOp.prev -> splitOp && + // splitOp.next -> splitOp.next.next are intersecting + OutPt* prevOp = splitOp->prev; + OutPt* nextNextOp = splitOp->next->next; + outrec->pts = prevOp; + + Point64 ip; + GetSegmentIntersectPt(prevOp->pt, splitOp->pt, + splitOp->next->pt, nextNextOp->pt, ip); + +#ifdef USINGZ + if (zCallback_) zCallback_(prevOp->pt, splitOp->pt, + splitOp->next->pt, nextNextOp->pt, ip); +#endif + double area1 = Area(outrec->pts); + double absArea1 = std::fabs(area1); + if (absArea1 < 2) + { + DisposeOutPts(outrec); + return; + } + + double area2 = AreaTriangle(ip, splitOp->pt, splitOp->next->pt); + double absArea2 = std::fabs(area2); + + // de-link splitOp and splitOp.next from the path + // while inserting the intersection point + if (ip == prevOp->pt || ip == nextNextOp->pt) + { + nextNextOp->prev = prevOp; + prevOp->next = nextNextOp; + } + else + { + OutPt* newOp2 = new OutPt(ip, prevOp->outrec); + newOp2->prev = prevOp; + newOp2->next = nextNextOp; + nextNextOp->prev = newOp2; + prevOp->next = newOp2; + } + + // area1 is the path's area *before* splitting, whereas area2 is + // the area of the triangle containing splitOp & splitOp.next. + // So the only way for these areas to have the same sign is if + // the split triangle is larger than the path containing prevOp or + // if there's more than one self-intersection. + if (absArea2 >= 1 && + (absArea2 > absArea1 || (area2 > 0) == (area1 > 0))) + { + OutRec* newOr = NewOutRec(); + newOr->owner = outrec->owner; + + splitOp->outrec = newOr; + splitOp->next->outrec = newOr; + OutPt* newOp = new OutPt(ip, newOr); + newOp->prev = splitOp->next; + newOp->next = splitOp; + newOr->pts = newOp; + splitOp->prev = newOp; + splitOp->next->next = newOp; + + if (using_polytree_) + { + if (Path1InsidePath2(prevOp, newOp)) + { + newOr->splits = new OutRecList(); + newOr->splits->emplace_back(outrec); + } + else + { + if (!outrec->splits) outrec->splits = new OutRecList(); + outrec->splits->emplace_back(newOr); + } + } + } + else + { + delete splitOp->next; + delete splitOp; + } + } + + void ClipperBase::FixSelfIntersects(OutRec* outrec) + { + OutPt* op2 = outrec->pts; + for (; ; ) + { + // triangles can't self-intersect + if (op2->prev == op2->next->next) break; + if (SegmentsIntersect(op2->prev->pt, + op2->pt, op2->next->pt, op2->next->next->pt)) + { + if (op2 == outrec->pts || op2->next == outrec->pts) + outrec->pts = outrec->pts->prev; + DoSplitOp(outrec, op2); + if (!outrec->pts) break; + op2 = outrec->pts; + continue; + } + else + op2 = op2->next; + + if (op2 == outrec->pts) break; + } + } + + + inline void UpdateOutrecOwner(OutRec* outrec) + { + OutPt* opCurr = outrec->pts; + for (; ; ) + { + opCurr->outrec = outrec; + opCurr = opCurr->next; + if (opCurr == outrec->pts) return; + } + } + + + OutPt* ClipperBase::StartOpenPath(Active& e, const Point64& pt) + { + OutRec* outrec = NewOutRec(); + outrec->is_open = true; + + if (e.wind_dx > 0) + { + outrec->front_edge = &e; + outrec->back_edge = nullptr; + } + else + { + outrec->front_edge = nullptr; + outrec->back_edge = &e; + } + + e.outrec = outrec; + + OutPt* op = new OutPt(pt, outrec); + outrec->pts = op; + return op; + } + + inline void TrimHorz(Active& horzEdge, bool preserveCollinear) + { + bool wasTrimmed = false; + Point64 pt = NextVertex(horzEdge)->pt; + while (pt.y == horzEdge.top.y) + { + //always trim 180 deg. spikes (in closed paths) + //but otherwise break if preserveCollinear = true + if (preserveCollinear && + ((pt.x < horzEdge.top.x) != (horzEdge.bot.x < horzEdge.top.x))) + break; + + horzEdge.vertex_top = NextVertex(horzEdge); + horzEdge.top = pt; + wasTrimmed = true; + if (IsMaxima(horzEdge)) break; + pt = NextVertex(horzEdge)->pt; + } + + if (wasTrimmed) SetDx(horzEdge); // +/-infinity + } + + + inline void ClipperBase::UpdateEdgeIntoAEL(Active* e) + { + e->bot = e->top; + e->vertex_top = NextVertex(*e); + e->top = e->vertex_top->pt; + e->curr_x = e->bot.x; + SetDx(*e); + + if (IsJoined(*e)) Split(*e, e->bot); + + if (IsHorizontal(*e)) + { + if (!IsOpen(*e)) TrimHorz(*e, preserve_collinear_); + return; + } + + InsertScanline(e->top.y); + CheckJoinLeft(*e, e->bot); + CheckJoinRight(*e, e->bot, true); // (#500) + } + + Active* FindEdgeWithMatchingLocMin(Active* e) + { + Active* result = e->next_in_ael; + while (result) + { + if (result->local_min == e->local_min) return result; + else if (!IsHorizontal(*result) && e->bot != result->bot) result = nullptr; + else result = result->next_in_ael; + } + result = e->prev_in_ael; + while (result) + { + if (result->local_min == e->local_min) return result; + else if (!IsHorizontal(*result) && e->bot != result->bot) return nullptr; + else result = result->prev_in_ael; + } + return result; + } + + + void ClipperBase::IntersectEdges(Active& e1, Active& e2, const Point64& pt) + { + //MANAGE OPEN PATH INTERSECTIONS SEPARATELY ... + if (has_open_paths_ && (IsOpen(e1) || IsOpen(e2))) + { + if (IsOpen(e1) && IsOpen(e2)) return; + Active* edge_o, * edge_c; + if (IsOpen(e1)) + { + edge_o = &e1; + edge_c = &e2; + } + else + { + edge_o = &e2; + edge_c = &e1; + } + if (IsJoined(*edge_c)) Split(*edge_c, pt); // needed for safety + + if (abs(edge_c->wind_cnt) != 1) return; + switch (cliptype_) + { + case ClipType::Union: + if (!IsHotEdge(*edge_c)) return; + break; + default: + if (edge_c->local_min->polytype == PathType::Subject) + return; + } + + switch (fillrule_) + { + case FillRule::Positive: + if (edge_c->wind_cnt != 1) return; + break; + case FillRule::Negative: + if (edge_c->wind_cnt != -1) return; + break; + default: + if (std::abs(edge_c->wind_cnt) != 1) return; + } + +#ifdef USINGZ + OutPt* resultOp; +#endif + //toggle contribution ... + if (IsHotEdge(*edge_o)) + { +#ifdef USINGZ + resultOp = AddOutPt(*edge_o, pt); +#else + AddOutPt(*edge_o, pt); +#endif + if (IsFront(*edge_o)) edge_o->outrec->front_edge = nullptr; + else edge_o->outrec->back_edge = nullptr; + edge_o->outrec = nullptr; + } + + //horizontal edges can pass under open paths at a LocMins + else if (pt == edge_o->local_min->vertex->pt && + !IsOpenEnd(*edge_o->local_min->vertex)) + { + //find the other side of the LocMin and + //if it's 'hot' join up with it ... + Active* e3 = FindEdgeWithMatchingLocMin(edge_o); + if (e3 && IsHotEdge(*e3)) + { + edge_o->outrec = e3->outrec; + if (edge_o->wind_dx > 0) + SetSides(*e3->outrec, *edge_o, *e3); + else + SetSides(*e3->outrec, *e3, *edge_o); + return; + } + else +#ifdef USINGZ + resultOp = StartOpenPath(*edge_o, pt); +#else + StartOpenPath(*edge_o, pt); +#endif + } + else +#ifdef USINGZ + resultOp = StartOpenPath(*edge_o, pt); +#else + StartOpenPath(*edge_o, pt); +#endif + +#ifdef USINGZ + if (zCallback_) SetZ(*edge_o, *edge_c, resultOp->pt); +#endif + return; + } // end of an open path intersection + + //MANAGING CLOSED PATHS FROM HERE ON + + if (IsJoined(e1)) Split(e1, pt); + if (IsJoined(e2)) Split(e2, pt); + + //UPDATE WINDING COUNTS... + + int old_e1_windcnt, old_e2_windcnt; + if (e1.local_min->polytype == e2.local_min->polytype) + { + if (fillrule_ == FillRule::EvenOdd) + { + old_e1_windcnt = e1.wind_cnt; + e1.wind_cnt = e2.wind_cnt; + e2.wind_cnt = old_e1_windcnt; + } + else + { + if (e1.wind_cnt + e2.wind_dx == 0) + e1.wind_cnt = -e1.wind_cnt; + else + e1.wind_cnt += e2.wind_dx; + if (e2.wind_cnt - e1.wind_dx == 0) + e2.wind_cnt = -e2.wind_cnt; + else + e2.wind_cnt -= e1.wind_dx; + } + } + else + { + if (fillrule_ != FillRule::EvenOdd) + { + e1.wind_cnt2 += e2.wind_dx; + e2.wind_cnt2 -= e1.wind_dx; + } + else + { + e1.wind_cnt2 = (e1.wind_cnt2 == 0 ? 1 : 0); + e2.wind_cnt2 = (e2.wind_cnt2 == 0 ? 1 : 0); + } + } + + switch (fillrule_) + { + case FillRule::EvenOdd: + case FillRule::NonZero: + old_e1_windcnt = abs(e1.wind_cnt); + old_e2_windcnt = abs(e2.wind_cnt); + break; + default: + if (fillrule_ == fillpos) + { + old_e1_windcnt = e1.wind_cnt; + old_e2_windcnt = e2.wind_cnt; + } + else + { + old_e1_windcnt = -e1.wind_cnt; + old_e2_windcnt = -e2.wind_cnt; + } + break; + } + + const bool e1_windcnt_in_01 = old_e1_windcnt == 0 || old_e1_windcnt == 1; + const bool e2_windcnt_in_01 = old_e2_windcnt == 0 || old_e2_windcnt == 1; + + if ((!IsHotEdge(e1) && !e1_windcnt_in_01) || + (!IsHotEdge(e2) && !e2_windcnt_in_01)) + return; + + //NOW PROCESS THE INTERSECTION ... +#ifdef USINGZ + OutPt* resultOp = nullptr; +#endif + //if both edges are 'hot' ... + if (IsHotEdge(e1) && IsHotEdge(e2)) + { + if ((old_e1_windcnt != 0 && old_e1_windcnt != 1) || (old_e2_windcnt != 0 && old_e2_windcnt != 1) || + (e1.local_min->polytype != e2.local_min->polytype && cliptype_ != ClipType::Xor)) + { +#ifdef USINGZ + resultOp = AddLocalMaxPoly(e1, e2, pt); + if (zCallback_ && resultOp) SetZ(e1, e2, resultOp->pt); +#else + AddLocalMaxPoly(e1, e2, pt); +#endif + } + else if (IsFront(e1) || (e1.outrec == e2.outrec)) + { + //this 'else if' condition isn't strictly needed but + //it's sensible to split polygons that only touch at + //a common vertex (not at common edges). + +#ifdef USINGZ + resultOp = AddLocalMaxPoly(e1, e2, pt); + OutPt* op2 = AddLocalMinPoly(e1, e2, pt); + if (zCallback_ && resultOp) SetZ(e1, e2, resultOp->pt); + if (zCallback_) SetZ(e1, e2, op2->pt); +#else + AddLocalMaxPoly(e1, e2, pt); + AddLocalMinPoly(e1, e2, pt); +#endif + } + else + { +#ifdef USINGZ + resultOp = AddOutPt(e1, pt); + OutPt* op2 = AddOutPt(e2, pt); + if (zCallback_) + { + SetZ(e1, e2, resultOp->pt); + SetZ(e1, e2, op2->pt); + } +#else + AddOutPt(e1, pt); + AddOutPt(e2, pt); +#endif + SwapOutrecs(e1, e2); + } + } + else if (IsHotEdge(e1)) + { +#ifdef USINGZ + resultOp = AddOutPt(e1, pt); + if (zCallback_) SetZ(e1, e2, resultOp->pt); +#else + AddOutPt(e1, pt); +#endif + SwapOutrecs(e1, e2); + } + else if (IsHotEdge(e2)) + { +#ifdef USINGZ + resultOp = AddOutPt(e2, pt); + if (zCallback_) SetZ(e1, e2, resultOp->pt); +#else + AddOutPt(e2, pt); +#endif + SwapOutrecs(e1, e2); + } + else + { + int64_t e1Wc2, e2Wc2; + switch (fillrule_) + { + case FillRule::EvenOdd: + case FillRule::NonZero: + e1Wc2 = abs(e1.wind_cnt2); + e2Wc2 = abs(e2.wind_cnt2); + break; + default: + if (fillrule_ == fillpos) + { + e1Wc2 = e1.wind_cnt2; + e2Wc2 = e2.wind_cnt2; + } + else + { + e1Wc2 = -e1.wind_cnt2; + e2Wc2 = -e2.wind_cnt2; + } + break; + } + + if (!IsSamePolyType(e1, e2)) + { +#ifdef USINGZ + resultOp = AddLocalMinPoly(e1, e2, pt, false); + if (zCallback_) SetZ(e1, e2, resultOp->pt); +#else + AddLocalMinPoly(e1, e2, pt, false); +#endif + } + else if (old_e1_windcnt == 1 && old_e2_windcnt == 1) + { +#ifdef USINGZ + resultOp = nullptr; +#endif + switch (cliptype_) + { + case ClipType::Union: + if (e1Wc2 <= 0 && e2Wc2 <= 0) +#ifdef USINGZ + resultOp = AddLocalMinPoly(e1, e2, pt, false); +#else + AddLocalMinPoly(e1, e2, pt, false); +#endif + break; + case ClipType::Difference: + if (((GetPolyType(e1) == PathType::Clip) && (e1Wc2 > 0) && (e2Wc2 > 0)) || + ((GetPolyType(e1) == PathType::Subject) && (e1Wc2 <= 0) && (e2Wc2 <= 0))) + { +#ifdef USINGZ + resultOp = AddLocalMinPoly(e1, e2, pt, false); +#else + AddLocalMinPoly(e1, e2, pt, false); +#endif + } + break; + case ClipType::Xor: +#ifdef USINGZ + resultOp = AddLocalMinPoly(e1, e2, pt, false); +#else + AddLocalMinPoly(e1, e2, pt, false); +#endif + break; + default: + if (e1Wc2 > 0 && e2Wc2 > 0) +#ifdef USINGZ + resultOp = AddLocalMinPoly(e1, e2, pt, false); +#else + AddLocalMinPoly(e1, e2, pt, false); +#endif + break; + } +#ifdef USINGZ + if (resultOp && zCallback_) SetZ(e1, e2, resultOp->pt); +#endif + } + } + } + + inline void ClipperBase::DeleteFromAEL(Active& e) + { + Active* prev = e.prev_in_ael; + Active* next = e.next_in_ael; + if (!prev && !next && (&e != actives_)) return; // already deleted + if (prev) + prev->next_in_ael = next; + else + actives_ = next; + if (next) next->prev_in_ael = prev; + delete& e; + } + + + inline void ClipperBase::AdjustCurrXAndCopyToSEL(const int64_t top_y) + { + Active* e = actives_; + sel_ = e; + while (e) + { + e->prev_in_sel = e->prev_in_ael; + e->next_in_sel = e->next_in_ael; + e->jump = e->next_in_sel; + if (e->join_with == JoinWith::Left) + e->curr_x = e->prev_in_ael->curr_x; // also avoids complications + else + e->curr_x = TopX(*e, top_y); + e = e->next_in_ael; + } + } + + bool ClipperBase::ExecuteInternal(ClipType ct, FillRule fillrule, bool use_polytrees) + { + cliptype_ = ct; + fillrule_ = fillrule; + using_polytree_ = use_polytrees; + Reset(); + int64_t y; + if (ct == ClipType::NoClip || !PopScanline(y)) return true; + + while (succeeded_) + { + InsertLocalMinimaIntoAEL(y); + Active* e; + while (PopHorz(e)) DoHorizontal(*e); + if (horz_seg_list_.size() > 0) + { + ConvertHorzSegsToJoins(); + horz_seg_list_.clear(); + } + bot_y_ = y; // bot_y_ == bottom of scanbeam + if (!PopScanline(y)) break; // y new top of scanbeam + DoIntersections(y); + DoTopOfScanbeam(y); + while (PopHorz(e)) DoHorizontal(*e); + } + if (succeeded_) ProcessHorzJoins(); + return succeeded_; + } + + inline void FixOutRecPts(OutRec* outrec) + { + OutPt* op = outrec->pts; + do { + op->outrec = outrec; + op = op->next; + } while (op != outrec->pts); + } + + inline bool SetHorzSegHeadingForward(HorzSegment& hs, OutPt* opP, OutPt* opN) + { + if (opP->pt.x == opN->pt.x) return false; + if (opP->pt.x < opN->pt.x) + { + hs.left_op = opP; + hs.right_op = opN; + hs.left_to_right = true; + } + else + { + hs.left_op = opN; + hs.right_op = opP; + hs.left_to_right = false; + } + return true; + } + + inline bool UpdateHorzSegment(HorzSegment& hs) + { + OutPt* op = hs.left_op; + OutRec* outrec = GetRealOutRec(op->outrec); + bool outrecHasEdges = outrec->front_edge; + int64_t curr_y = op->pt.y; + OutPt* opP = op, * opN = op; + if (outrecHasEdges) + { + OutPt* opA = outrec->pts, * opZ = opA->next; + while (opP != opZ && opP->prev->pt.y == curr_y) + opP = opP->prev; + while (opN != opA && opN->next->pt.y == curr_y) + opN = opN->next; + } + else + { + while (opP->prev != opN && opP->prev->pt.y == curr_y) + opP = opP->prev; + while (opN->next != opP && opN->next->pt.y == curr_y) + opN = opN->next; + } + bool result = + SetHorzSegHeadingForward(hs, opP, opN) && + !hs.left_op->horz; + + if (result) + hs.left_op->horz = &hs; + else + hs.right_op = nullptr; // (for sorting) + return result; + } + + void ClipperBase::ConvertHorzSegsToJoins() + { + auto j = std::count_if(horz_seg_list_.begin(), + horz_seg_list_.end(), + [](HorzSegment& hs) { return UpdateHorzSegment(hs); }); + if (j < 2) return; + + std::stable_sort(horz_seg_list_.begin(), horz_seg_list_.end(), HorzSegSorter()); + + HorzSegmentList::iterator hs1 = horz_seg_list_.begin(), hs2; + HorzSegmentList::iterator hs_end = hs1 +j; + HorzSegmentList::iterator hs_end1 = hs_end - 1; + + for (; hs1 != hs_end1; ++hs1) + { + for (hs2 = hs1 + 1; hs2 != hs_end; ++hs2) + { + if ((hs2->left_op->pt.x >= hs1->right_op->pt.x) || + (hs2->left_to_right == hs1->left_to_right) || + (hs2->right_op->pt.x <= hs1->left_op->pt.x)) continue; + int64_t curr_y = hs1->left_op->pt.y; + if (hs1->left_to_right) + { + while (hs1->left_op->next->pt.y == curr_y && + hs1->left_op->next->pt.x <= hs2->left_op->pt.x) + hs1->left_op = hs1->left_op->next; + while (hs2->left_op->prev->pt.y == curr_y && + hs2->left_op->prev->pt.x <= hs1->left_op->pt.x) + hs2->left_op = hs2->left_op->prev; + HorzJoin join = HorzJoin( + DuplicateOp(hs1->left_op, true), + DuplicateOp(hs2->left_op, false)); + horz_join_list_.emplace_back(join); + } + else + { + while (hs1->left_op->prev->pt.y == curr_y && + hs1->left_op->prev->pt.x <= hs2->left_op->pt.x) + hs1->left_op = hs1->left_op->prev; + while (hs2->left_op->next->pt.y == curr_y && + hs2->left_op->next->pt.x <= hs1->left_op->pt.x) + hs2->left_op = hs2->left_op->next; + HorzJoin join = HorzJoin( + DuplicateOp(hs2->left_op, true), + DuplicateOp(hs1->left_op, false)); + horz_join_list_.emplace_back(join); + } + } + } + } + + void MoveSplits(OutRec* fromOr, OutRec* toOr) + { + if (!fromOr->splits) return; + if (!toOr->splits) toOr->splits = new OutRecList(); + OutRecList::iterator orIter = fromOr->splits->begin(); + for (; orIter != fromOr->splits->end(); ++orIter) + toOr->splits->emplace_back(*orIter); + fromOr->splits->clear(); + } + + + void ClipperBase::ProcessHorzJoins() + { + for (const HorzJoin& j : horz_join_list_) + { + OutRec* or1 = GetRealOutRec(j.op1->outrec); + OutRec* or2 = GetRealOutRec(j.op2->outrec); + + OutPt* op1b = j.op1->next; + OutPt* op2b = j.op2->prev; + j.op1->next = j.op2; + j.op2->prev = j.op1; + op1b->prev = op2b; + op2b->next = op1b; + + if (or1 == or2) // 'join' is really a split + { + or2 = NewOutRec(); + or2->pts = op1b; + FixOutRecPts(or2); + + //if or1->pts has moved to or2 then update or1->pts!! + if (or1->pts->outrec == or2) + { + or1->pts = j.op1; + or1->pts->outrec = or1; + } + + if (using_polytree_) //#498, #520, #584, D#576, #618 + { + if (Path1InsidePath2(or1->pts, or2->pts)) + { + //swap or1's & or2's pts + OutPt* tmp = or1->pts; + or1->pts = or2->pts; + or2->pts = tmp; + FixOutRecPts(or1); + FixOutRecPts(or2); + //or2 is now inside or1 + or2->owner = or1; + } + else if (Path1InsidePath2(or2->pts, or1->pts)) + { + or2->owner = or1; + } + else + or2->owner = or1->owner; + + if (!or1->splits) or1->splits = new OutRecList(); + or1->splits->emplace_back(or2); + } + else + or2->owner = or1; + } + else + { + or2->pts = nullptr; + if (using_polytree_) + { + SetOwner(or2, or1); + MoveSplits(or2, or1); //#618 + } + else + or2->owner = or1; + } + } + } + + void ClipperBase::DoIntersections(const int64_t top_y) + { + if (BuildIntersectList(top_y)) + { + ProcessIntersectList(); + intersect_nodes_.clear(); + } + } + + void ClipperBase::AddNewIntersectNode(Active& e1, Active& e2, int64_t top_y) + { + Point64 ip; + if (!GetSegmentIntersectPt(e1.bot, e1.top, e2.bot, e2.top, ip)) + ip = Point64(e1.curr_x, top_y); //parallel edges + + //rounding errors can occasionally place the calculated intersection + //point either below or above the scanbeam, so check and correct ... + if (ip.y > bot_y_ || ip.y < top_y) + { + double abs_dx1 = std::fabs(e1.dx); + double abs_dx2 = std::fabs(e2.dx); + if (abs_dx1 > 100 && abs_dx2 > 100) + { + if (abs_dx1 > abs_dx2) + ip = GetClosestPointOnSegment(ip, e1.bot, e1.top); + else + ip = GetClosestPointOnSegment(ip, e2.bot, e2.top); + } + else if (abs_dx1 > 100) + ip = GetClosestPointOnSegment(ip, e1.bot, e1.top); + else if (abs_dx2 > 100) + ip = GetClosestPointOnSegment(ip, e2.bot, e2.top); + else + { + if (ip.y < top_y) ip.y = top_y; + else ip.y = bot_y_; + if (abs_dx1 < abs_dx2) ip.x = TopX(e1, ip.y); + else ip.x = TopX(e2, ip.y); + } + } + intersect_nodes_.emplace_back(&e1, &e2, ip); + } + + bool ClipperBase::BuildIntersectList(const int64_t top_y) + { + if (!actives_ || !actives_->next_in_ael) return false; + + //Calculate edge positions at the top of the current scanbeam, and from this + //we will determine the intersections required to reach these new positions. + AdjustCurrXAndCopyToSEL(top_y); + //Find all edge intersections in the current scanbeam using a stable merge + //sort that ensures only adjacent edges are intersecting. Intersect info is + //stored in FIntersectList ready to be processed in ProcessIntersectList. + //Re merge sorts see https://stackoverflow.com/a/46319131/359538 + + Active* left = sel_, * right, * l_end, * r_end, * curr_base, * tmp; + + while (left && left->jump) + { + Active* prev_base = nullptr; + while (left && left->jump) + { + curr_base = left; + right = left->jump; + l_end = right; + r_end = right->jump; + left->jump = r_end; + while (left != l_end && right != r_end) + { + if (right->curr_x < left->curr_x) + { + tmp = right->prev_in_sel; + for (; ; ) + { + AddNewIntersectNode(*tmp, *right, top_y); + if (tmp == left) break; + tmp = tmp->prev_in_sel; + } + + tmp = right; + right = ExtractFromSEL(tmp); + l_end = right; + Insert1Before2InSEL(tmp, left); + if (left == curr_base) + { + curr_base = tmp; + curr_base->jump = r_end; + if (!prev_base) sel_ = curr_base; + else prev_base->jump = curr_base; + } + } + else left = left->next_in_sel; + } + prev_base = curr_base; + left = r_end; + } + left = sel_; + } + return intersect_nodes_.size() > 0; + } + + void ClipperBase::ProcessIntersectList() + { + //We now have a list of intersections required so that edges will be + //correctly positioned at the top of the scanbeam. However, it's important + //that edge intersections are processed from the bottom up, but it's also + //crucial that intersections only occur between adjacent edges. + + //First we do a quicksort so intersections proceed in a bottom up order ... + std::sort(intersect_nodes_.begin(), intersect_nodes_.end(), IntersectListSort); + //Now as we process these intersections, we must sometimes adjust the order + //to ensure that intersecting edges are always adjacent ... + + IntersectNodeList::iterator node_iter, node_iter2; + for (node_iter = intersect_nodes_.begin(); + node_iter != intersect_nodes_.end(); ++node_iter) + { + if (!EdgesAdjacentInAEL(*node_iter)) + { + node_iter2 = node_iter + 1; + while (!EdgesAdjacentInAEL(*node_iter2)) ++node_iter2; + std::swap(*node_iter, *node_iter2); + } + + IntersectNode& node = *node_iter; + IntersectEdges(*node.edge1, *node.edge2, node.pt); + SwapPositionsInAEL(*node.edge1, *node.edge2); + + node.edge1->curr_x = node.pt.x; + node.edge2->curr_x = node.pt.x; + CheckJoinLeft(*node.edge2, node.pt, true); + CheckJoinRight(*node.edge1, node.pt, true); + } + } + + void ClipperBase::SwapPositionsInAEL(Active& e1, Active& e2) + { + //preconditon: e1 must be immediately to the left of e2 + Active* next = e2.next_in_ael; + if (next) next->prev_in_ael = &e1; + Active* prev = e1.prev_in_ael; + if (prev) prev->next_in_ael = &e2; + e2.prev_in_ael = prev; + e2.next_in_ael = &e1; + e1.prev_in_ael = &e2; + e1.next_in_ael = next; + if (!e2.prev_in_ael) actives_ = &e2; + } + + inline OutPt* GetLastOp(const Active& hot_edge) + { + OutRec* outrec = hot_edge.outrec; + OutPt* result = outrec->pts; + if (&hot_edge != outrec->front_edge) + result = result->next; + return result; + } + + void ClipperBase::AddTrialHorzJoin(OutPt* op) + { + if (op->outrec->is_open) return; + horz_seg_list_.emplace_back(op); + } + + bool ClipperBase::ResetHorzDirection(const Active& horz, + const Vertex* max_vertex, int64_t& horz_left, int64_t& horz_right) + { + if (horz.bot.x == horz.top.x) + { + //the horizontal edge is going nowhere ... + horz_left = horz.curr_x; + horz_right = horz.curr_x; + Active* e = horz.next_in_ael; + while (e && e->vertex_top != max_vertex) e = e->next_in_ael; + return e != nullptr; + } + else if (horz.curr_x < horz.top.x) + { + horz_left = horz.curr_x; + horz_right = horz.top.x; + return true; + } + else + { + horz_left = horz.top.x; + horz_right = horz.curr_x; + return false; // right to left + } + } + + void ClipperBase::DoHorizontal(Active& horz) + /******************************************************************************* + * Notes: Horizontal edges (HEs) at scanline intersections (ie at the top or * + * bottom of a scanbeam) are processed as if layered.The order in which HEs * + * are processed doesn't matter. HEs intersect with the bottom vertices of * + * other HEs[#] and with non-horizontal edges [*]. Once these intersections * + * are completed, intermediate HEs are 'promoted' to the next edge in their * + * bounds, and they in turn may be intersected[%] by other HEs. * + * * + * eg: 3 horizontals at a scanline: / | / / * + * | / | (HE3)o ========%========== o * + * o ======= o(HE2) / | / / * + * o ============#=========*======*========#=========o (HE1) * + * / | / | / * + *******************************************************************************/ + { + Point64 pt; + bool horzIsOpen = IsOpen(horz); + int64_t y = horz.bot.y; + Vertex* vertex_max; + if (horzIsOpen) + vertex_max = GetCurrYMaximaVertex_Open(horz); + else + vertex_max = GetCurrYMaximaVertex(horz); + + //// remove 180 deg.spikes and also simplify + //// consecutive horizontals when PreserveCollinear = true + //if (!horzIsOpen && vertex_max != horz.vertex_top) + // TrimHorz(horz, PreserveCollinear); + + int64_t horz_left, horz_right; + bool is_left_to_right = + ResetHorzDirection(horz, vertex_max, horz_left, horz_right); + + if (IsHotEdge(horz)) + { +#ifdef USINGZ + OutPt* op = AddOutPt(horz, Point64(horz.curr_x, y, horz.bot.z)); +#else + OutPt* op = AddOutPt(horz, Point64(horz.curr_x, y)); +#endif + AddTrialHorzJoin(op); + } + + while (true) // loop through consec. horizontal edges + { + Active* e; + if (is_left_to_right) e = horz.next_in_ael; + else e = horz.prev_in_ael; + + while (e) + { + if (e->vertex_top == vertex_max) + { + if (IsHotEdge(horz) && IsJoined(*e)) + Split(*e, e->top); + + //if (IsHotEdge(horz) != IsHotEdge(*e)) + // DoError(undefined_error_i); + + if (IsHotEdge(horz)) + { + while (horz.vertex_top != vertex_max) + { + AddOutPt(horz, horz.top); + UpdateEdgeIntoAEL(&horz); + } + if (is_left_to_right) + AddLocalMaxPoly(horz, *e, horz.top); + else + AddLocalMaxPoly(*e, horz, horz.top); + } + DeleteFromAEL(*e); + DeleteFromAEL(horz); + return; + } + + //if horzEdge is a maxima, keep going until we reach + //its maxima pair, otherwise check for break conditions + if (vertex_max != horz.vertex_top || IsOpenEnd(horz)) + { + //otherwise stop when 'ae' is beyond the end of the horizontal line + if ((is_left_to_right && e->curr_x > horz_right) || + (!is_left_to_right && e->curr_x < horz_left)) break; + + if (e->curr_x == horz.top.x && !IsHorizontal(*e)) + { + pt = NextVertex(horz)->pt; + if (is_left_to_right) + { + //with open paths we'll only break once past horz's end + if (IsOpen(*e) && !IsSamePolyType(*e, horz) && !IsHotEdge(*e)) + { + if (TopX(*e, pt.y) > pt.x) break; + } + //otherwise we'll only break when horz's outslope is greater than e's + else if (TopX(*e, pt.y) >= pt.x) break; + } + else + { + if (IsOpen(*e) && !IsSamePolyType(*e, horz) && !IsHotEdge(*e)) + { + if (TopX(*e, pt.y) < pt.x) break; + } + else if (TopX(*e, pt.y) <= pt.x) break; + } + } + } + + pt = Point64(e->curr_x, horz.bot.y); + if (is_left_to_right) + { + IntersectEdges(horz, *e, pt); + SwapPositionsInAEL(horz, *e); + CheckJoinLeft(*e, pt); + horz.curr_x = e->curr_x; + e = horz.next_in_ael; + } + else + { + IntersectEdges(*e, horz, pt); + SwapPositionsInAEL(*e, horz); + CheckJoinRight(*e, pt); + horz.curr_x = e->curr_x; + e = horz.prev_in_ael; + } + + if (horz.outrec) + { + //nb: The outrec containing the op returned by IntersectEdges + //above may no longer be associated with horzEdge. + AddTrialHorzJoin(GetLastOp(horz)); + } + } + + //check if we've finished with (consecutive) horizontals ... + if (horzIsOpen && IsOpenEnd(horz)) // ie open at top + { + if (IsHotEdge(horz)) + { + AddOutPt(horz, horz.top); + if (IsFront(horz)) + horz.outrec->front_edge = nullptr; + else + horz.outrec->back_edge = nullptr; + horz.outrec = nullptr; + } + DeleteFromAEL(horz); + return; + } + else if (NextVertex(horz)->pt.y != horz.top.y) + break; + + //still more horizontals in bound to process ... + if (IsHotEdge(horz)) + AddOutPt(horz, horz.top); + UpdateEdgeIntoAEL(&horz); + + is_left_to_right = + ResetHorzDirection(horz, vertex_max, horz_left, horz_right); + } + + if (IsHotEdge(horz)) + { + OutPt* op = AddOutPt(horz, horz.top); + AddTrialHorzJoin(op); + } + + UpdateEdgeIntoAEL(&horz); // end of an intermediate horiz. + } + + void ClipperBase::DoTopOfScanbeam(const int64_t y) + { + sel_ = nullptr; // sel_ is reused to flag horizontals (see PushHorz below) + Active* e = actives_; + while (e) + { + //nb: 'e' will never be horizontal here + if (e->top.y == y) + { + e->curr_x = e->top.x; + if (IsMaxima(*e)) + { + e = DoMaxima(*e); // TOP OF BOUND (MAXIMA) + continue; + } + else + { + //INTERMEDIATE VERTEX ... + if (IsHotEdge(*e)) AddOutPt(*e, e->top); + UpdateEdgeIntoAEL(e); + if (IsHorizontal(*e)) + PushHorz(*e); // horizontals are processed later + } + } + else // i.e. not the top of the edge + e->curr_x = TopX(*e, y); + + e = e->next_in_ael; + } + } + + + Active* ClipperBase::DoMaxima(Active& e) + { + Active* next_e, * prev_e, * max_pair; + prev_e = e.prev_in_ael; + next_e = e.next_in_ael; + if (IsOpenEnd(e)) + { + if (IsHotEdge(e)) AddOutPt(e, e.top); + if (!IsHorizontal(e)) + { + if (IsHotEdge(e)) + { + if (IsFront(e)) + e.outrec->front_edge = nullptr; + else + e.outrec->back_edge = nullptr; + e.outrec = nullptr; + } + DeleteFromAEL(e); + } + return next_e; + } + + max_pair = GetMaximaPair(e); + if (!max_pair) return next_e; // eMaxPair is horizontal + + if (IsJoined(e)) Split(e, e.top); + if (IsJoined(*max_pair)) Split(*max_pair, max_pair->top); + + //only non-horizontal maxima here. + //process any edges between maxima pair ... + while (next_e != max_pair) + { + IntersectEdges(e, *next_e, e.top); + SwapPositionsInAEL(e, *next_e); + next_e = e.next_in_ael; + } + + if (IsOpen(e)) + { + if (IsHotEdge(e)) + AddLocalMaxPoly(e, *max_pair, e.top); + DeleteFromAEL(*max_pair); + DeleteFromAEL(e); + return (prev_e ? prev_e->next_in_ael : actives_); + } + + // e.next_in_ael== max_pair ... + if (IsHotEdge(e)) + AddLocalMaxPoly(e, *max_pair, e.top); + + DeleteFromAEL(e); + DeleteFromAEL(*max_pair); + return (prev_e ? prev_e->next_in_ael : actives_); + } + + void ClipperBase::Split(Active& e, const Point64& pt) + { + if (e.join_with == JoinWith::Right) + { + e.join_with = JoinWith::NoJoin; + e.next_in_ael->join_with = JoinWith::NoJoin; + AddLocalMinPoly(e, *e.next_in_ael, pt, true); + } + else + { + e.join_with = JoinWith::NoJoin; + e.prev_in_ael->join_with = JoinWith::NoJoin; + AddLocalMinPoly(*e.prev_in_ael, e, pt, true); + } + } + + void ClipperBase::CheckJoinLeft(Active& e, + const Point64& pt, bool check_curr_x) + { + Active* prev = e.prev_in_ael; + if (!prev || + !IsHotEdge(e) || !IsHotEdge(*prev) || + IsHorizontal(e) || IsHorizontal(*prev) || + IsOpen(e) || IsOpen(*prev) ) return; + if ((pt.y < e.top.y + 2 || pt.y < prev->top.y + 2) && + ((e.bot.y > pt.y) || (prev->bot.y > pt.y))) return; // avoid trivial joins + + if (check_curr_x) + { + if (PerpendicDistFromLineSqrd(pt, prev->bot, prev->top) > 0.25) return; + } + else if (e.curr_x != prev->curr_x) return; + if (!IsCollinear(e.top, pt, prev->top)) return; + + if (e.outrec->idx == prev->outrec->idx) + AddLocalMaxPoly(*prev, e, pt); + else if (e.outrec->idx < prev->outrec->idx) + JoinOutrecPaths(e, *prev); + else + JoinOutrecPaths(*prev, e); + prev->join_with = JoinWith::Right; + e.join_with = JoinWith::Left; + } + + void ClipperBase::CheckJoinRight(Active& e, + const Point64& pt, bool check_curr_x) + { + Active* next = e.next_in_ael; + if (!next || + !IsHotEdge(e) || !IsHotEdge(*next) || + IsHorizontal(e) || IsHorizontal(*next) || + IsOpen(e) || IsOpen(*next)) return; + if ((pt.y < e.top.y +2 || pt.y < next->top.y +2) && + ((e.bot.y > pt.y) || (next->bot.y > pt.y))) return; // avoid trivial joins + + if (check_curr_x) + { + if (PerpendicDistFromLineSqrd(pt, next->bot, next->top) > 0.35) return; + } + else if (e.curr_x != next->curr_x) return; + if (!IsCollinear(e.top, pt, next->top)) return; + + if (e.outrec->idx == next->outrec->idx) + AddLocalMaxPoly(e, *next, pt); + else if (e.outrec->idx < next->outrec->idx) + JoinOutrecPaths(e, *next); + else + JoinOutrecPaths(*next, e); + + e.join_with = JoinWith::Right; + next->join_with = JoinWith::Left; + } + + inline bool GetHorzExtendedHorzSeg(OutPt*& op, OutPt*& op2) + { + OutRec* outrec = GetRealOutRec(op->outrec); + op2 = op; + if (outrec->front_edge) + { + while (op->prev != outrec->pts && + op->prev->pt.y == op->pt.y) op = op->prev; + while (op2 != outrec->pts && + op2->next->pt.y == op2->pt.y) op2 = op2->next; + return op2 != op; + } + else + { + while (op->prev != op2 && op->prev->pt.y == op->pt.y) + op = op->prev; + while (op2->next != op && op2->next->pt.y == op2->pt.y) + op2 = op2->next; + return op2 != op && op2->next != op; + } + } + + bool BuildPath64(OutPt* op, bool reverse, bool isOpen, Path64& path) + { + if (!op || op->next == op || (!isOpen && op->next == op->prev)) + return false; + + path.resize(0); + Point64 lastPt; + OutPt* op2; + if (reverse) + { + lastPt = op->pt; + op2 = op->prev; + } + else + { + op = op->next; + lastPt = op->pt; + op2 = op->next; + } + path.emplace_back(lastPt); + + while (op2 != op) + { + if (op2->pt != lastPt) + { + lastPt = op2->pt; + path.emplace_back(lastPt); + } + if (reverse) + op2 = op2->prev; + else + op2 = op2->next; + } + + if (!isOpen && path.size() == 3 && IsVerySmallTriangle(*op2)) return false; + else return true; + } + + bool ClipperBase::CheckBounds(OutRec* outrec) + { + if (!outrec->pts) return false; + if (!outrec->bounds.IsEmpty()) return true; + CleanCollinear(outrec); + if (!outrec->pts || + !BuildPath64(outrec->pts, reverse_solution_, false, outrec->path)){ + return false;} + outrec->bounds = GetBounds(outrec->path); + return true; + } + + bool ClipperBase::CheckSplitOwner(OutRec* outrec, OutRecList* splits) + { + for (auto split : *splits) + { + split = GetRealOutRec(split); + if(!split || split == outrec || split->recursive_split == outrec) continue; + split->recursive_split = outrec; // prevent infinite loops + + if (split->splits && CheckSplitOwner(outrec, split->splits)) + return true; + else if (CheckBounds(split) && + IsValidOwner(outrec, split) && + split->bounds.Contains(outrec->bounds) && + Path1InsidePath2(outrec->pts, split->pts)) + { + outrec->owner = split; //found in split + return true; + } + } + return false; + } + + void ClipperBase::RecursiveCheckOwners(OutRec* outrec, PolyPath* polypath) + { + // pre-condition: outrec will have valid bounds + // post-condition: if a valid path, outrec will have a polypath + + if (outrec->polypath || outrec->bounds.IsEmpty()) return; + + while (outrec->owner) + { + if (outrec->owner->splits && CheckSplitOwner(outrec, outrec->owner->splits)) break; + if (outrec->owner->pts && CheckBounds(outrec->owner) && + outrec->owner->bounds.Contains(outrec->bounds) && + Path1InsidePath2(outrec->pts, outrec->owner->pts)) break; + outrec->owner = outrec->owner->owner; + } + + if (outrec->owner) + { + if (!outrec->owner->polypath) + RecursiveCheckOwners(outrec->owner, polypath); + outrec->polypath = outrec->owner->polypath->AddChild(outrec->path); + } + else + outrec->polypath = polypath->AddChild(outrec->path); + } + + void Clipper64::BuildPaths64(Paths64& solutionClosed, Paths64* solutionOpen) + { + solutionClosed.resize(0); + solutionClosed.reserve(outrec_list_.size()); + if (solutionOpen) + { + solutionOpen->resize(0); + solutionOpen->reserve(outrec_list_.size()); + } + + // nb: outrec_list_.size() may change in the following + // while loop because polygons may be split during + // calls to CleanCollinear which calls FixSelfIntersects + for (size_t i = 0; i < outrec_list_.size(); ++i) + { + OutRec* outrec = outrec_list_[i]; + if (outrec->pts == nullptr) continue; + + Path64 path; + if (solutionOpen && outrec->is_open) + { + if (BuildPath64(outrec->pts, reverse_solution_, true, path)) + solutionOpen->emplace_back(std::move(path)); + } + else + { + // nb: CleanCollinear can add to outrec_list_ + CleanCollinear(outrec); + //closed paths should always return a Positive orientation + if (BuildPath64(outrec->pts, reverse_solution_, false, path)) + solutionClosed.emplace_back(std::move(path)); + } + } + } + + void Clipper64::BuildTree64(PolyPath64& polytree, Paths64& open_paths) + { + polytree.Clear(); + open_paths.resize(0); + if (has_open_paths_) + open_paths.reserve(outrec_list_.size()); + + // outrec_list_.size() is not static here because + // CheckBounds below can indirectly add additional + // OutRec (via FixOutRecPts & CleanCollinear) + for (size_t i = 0; i < outrec_list_.size(); ++i) + { + OutRec* outrec = outrec_list_[i]; + if (!outrec || !outrec->pts) continue; + if (outrec->is_open) + { + Path64 path; + if (BuildPath64(outrec->pts, reverse_solution_, true, path)) + open_paths.emplace_back(std::move(path)); + continue; + } + + if (CheckBounds(outrec)) + RecursiveCheckOwners(outrec, &polytree); + } + } + + bool BuildPathD(OutPt* op, bool reverse, bool isOpen, PathD& path, double inv_scale) + { + if (!op || op->next == op || (!isOpen && op->next == op->prev)) + return false; + + path.resize(0); + Point64 lastPt; + OutPt* op2; + if (reverse) + { + lastPt = op->pt; + op2 = op->prev; + } + else + { + op = op->next; + lastPt = op->pt; + op2 = op->next; + } +#ifdef USINGZ + path.emplace_back(lastPt.x * inv_scale, lastPt.y * inv_scale, lastPt.z); +#else + path.emplace_back(lastPt.x * inv_scale, lastPt.y * inv_scale); +#endif + + while (op2 != op) + { + if (op2->pt != lastPt) + { + lastPt = op2->pt; +#ifdef USINGZ + path.emplace_back(lastPt.x * inv_scale, lastPt.y * inv_scale, lastPt.z); +#else + path.emplace_back(lastPt.x * inv_scale, lastPt.y * inv_scale); +#endif + + } + if (reverse) + op2 = op2->prev; + else + op2 = op2->next; + } + if (path.size() == 3 && IsVerySmallTriangle(*op2)) return false; + return true; + } + + void ClipperD::BuildPathsD(PathsD& solutionClosed, PathsD* solutionOpen) + { + solutionClosed.resize(0); + solutionClosed.reserve(outrec_list_.size()); + if (solutionOpen) + { + solutionOpen->resize(0); + solutionOpen->reserve(outrec_list_.size()); + } + + // outrec_list_.size() is not static here because + // CleanCollinear below can indirectly add additional + // OutRec (via FixOutRecPts) + for (std::size_t i = 0; i < outrec_list_.size(); ++i) + { + OutRec* outrec = outrec_list_[i]; + if (outrec->pts == nullptr) continue; + + PathD path; + if (solutionOpen && outrec->is_open) + { + if (BuildPathD(outrec->pts, reverse_solution_, true, path, invScale_)) + solutionOpen->emplace_back(std::move(path)); + } + else + { + CleanCollinear(outrec); + //closed paths should always return a Positive orientation + if (BuildPathD(outrec->pts, reverse_solution_, false, path, invScale_)) + solutionClosed.emplace_back(std::move(path)); + } + } + } + + void ClipperD::BuildTreeD(PolyPathD& polytree, PathsD& open_paths) + { + polytree.Clear(); + open_paths.resize(0); + if (has_open_paths_) + open_paths.reserve(outrec_list_.size()); + + // outrec_list_.size() is not static here because + // BuildPathD below can indirectly add additional OutRec //#607 + for (size_t i = 0; i < outrec_list_.size(); ++i) + { + OutRec* outrec = outrec_list_[i]; + if (!outrec || !outrec->pts) continue; + if (outrec->is_open) + { + PathD path; + if (BuildPathD(outrec->pts, reverse_solution_, true, path, invScale_)) + open_paths.emplace_back(std::move(path)); + continue; + } + + if (CheckBounds(outrec)) + RecursiveCheckOwners(outrec, &polytree); + } + } + +} // namespace clipper2lib diff --git a/deps_src/clipper2/Clipper2Lib/src/clipper.offset.cpp b/deps_src/clipper2/Clipper2Lib/src/clipper.offset.cpp new file mode 100644 index 0000000000..c00a345c01 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/src/clipper.offset.cpp @@ -0,0 +1,658 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 22 January 2025 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2025 * +* Purpose : Path Offset (Inflate/Shrink) * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#include "clipper2/clipper.h" +#include "clipper2/clipper.offset.h" + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + +const double floating_point_tolerance = 1e-12; + +// Clipper2 approximates arcs by using series of relatively short straight +//line segments. And logically, shorter line segments will produce better arc +// approximations. But very short segments can degrade performance, usually +// with little or no discernable improvement in curve quality. Very short +// segments can even detract from curve quality, due to the effects of integer +// rounding. Since there isn't an optimal number of line segments for any given +// arc radius (that perfectly balances curve approximation with performance), +// arc tolerance is user defined. Nevertheless, when the user doesn't define +// an arc tolerance (ie leaves alone the 0 default value), the calculated +// default arc tolerance (offset_radius / 500) generally produces good (smooth) +// arc approximations without producing excessively small segment lengths. +// See also: https://www.angusj.com/clipper2/Docs/Trigonometry.htm +const double arc_const = 0.002; // <-- 1/500 + + +//------------------------------------------------------------------------------ +// Miscellaneous methods +//------------------------------------------------------------------------------ + +std::optional GetLowestClosedPathIdx(const Paths64& paths) +{ + std::optional result; + Point64 botPt = Point64(INT64_MAX, INT64_MIN); + for (size_t i = 0; i < paths.size(); ++i) + { + for (const Point64& pt : paths[i]) + { + if ((pt.y < botPt.y) || + ((pt.y == botPt.y) && (pt.x >= botPt.x))) continue; + result = i; + botPt.x = pt.x; + botPt.y = pt.y; + } + } + return result; +} + +inline double Hypot(double x, double y) +{ + // given that this is an internal function, and given the x and y parameters + // will always be coordinate values (or the difference between coordinate values), + // x and y should always be within INT64_MIN to INT64_MAX. Consequently, + // there should be no risk that the following computation will overflow + // see https://stackoverflow.com/a/32436148/359538 + return std::sqrt(x * x + y * y); +} + +static PointD GetUnitNormal(const Point64& pt1, const Point64& pt2) +{ + if (pt1 == pt2) return PointD(0.0, 0.0); + double dx = static_cast(pt2.x - pt1.x); + double dy = static_cast(pt2.y - pt1.y); + double inverse_hypot = 1.0 / Hypot(dx, dy); + dx *= inverse_hypot; + dy *= inverse_hypot; + return PointD(dy, -dx); +} + +inline bool AlmostZero(double value, double epsilon = 0.001) +{ + return std::fabs(value) < epsilon; +} + +inline PointD NormalizeVector(const PointD& vec) +{ + double h = Hypot(vec.x, vec.y); + if (AlmostZero(h)) return PointD(0,0); + double inverseHypot = 1 / h; + return PointD(vec.x * inverseHypot, vec.y * inverseHypot); +} + +inline PointD GetAvgUnitVector(const PointD& vec1, const PointD& vec2) +{ + return NormalizeVector(PointD(vec1.x + vec2.x, vec1.y + vec2.y)); +} + +inline bool IsClosedPath(EndType et) +{ + return et == EndType::Polygon || et == EndType::Joined; +} + +static inline Point64 GetPerpendic(const Point64& pt, const PointD& norm, double delta) +{ +#ifdef USINGZ + return Point64(pt.x + norm.x * delta, pt.y + norm.y * delta, pt.z); +#else + return Point64(pt.x + norm.x * delta, pt.y + norm.y * delta); +#endif +} + +inline PointD GetPerpendicD(const Point64& pt, const PointD& norm, double delta) +{ +#ifdef USINGZ + return PointD(pt.x + norm.x * delta, pt.y + norm.y * delta, pt.z); +#else + return PointD(pt.x + norm.x * delta, pt.y + norm.y * delta); +#endif +} + +inline void NegatePath(PathD& path) +{ + for (PointD& pt : path) + { + pt.x = -pt.x; + pt.y = -pt.y; +#ifdef USINGZ + pt.z = pt.z; +#endif + } +} + + +//------------------------------------------------------------------------------ +// ClipperOffset::Group methods +//------------------------------------------------------------------------------ + +ClipperOffset::Group::Group(const Paths64& _paths, JoinType _join_type, EndType _end_type): + paths_in(_paths), join_type(_join_type), end_type(_end_type) +{ + bool is_joined = + (end_type == EndType::Polygon) || + (end_type == EndType::Joined); + for (Path64& p: paths_in) + StripDuplicates(p, is_joined); + + if (end_type == EndType::Polygon) + { + lowest_path_idx = GetLowestClosedPathIdx(paths_in); + // the lowermost path must be an outer path, so if its orientation is negative, + // then flag the whole group is 'reversed' (will negate delta etc.) + // as this is much more efficient than reversing every path. + is_reversed = (lowest_path_idx.has_value()) && Area(paths_in[lowest_path_idx.value()]) < 0; + } + else + { + lowest_path_idx = std::nullopt; + is_reversed = false; + } +} + +//------------------------------------------------------------------------------ +// ClipperOffset methods +//------------------------------------------------------------------------------ + +void ClipperOffset::AddPath(const Path64& path, JoinType jt_, EndType et_) +{ + groups_.emplace_back(Paths64(1, path), jt_, et_); +} + +void ClipperOffset::AddPaths(const Paths64 &paths, JoinType jt_, EndType et_) +{ + if (paths.size() == 0) return; + groups_.emplace_back(paths, jt_, et_); +} + +void ClipperOffset::BuildNormals(const Path64& path) +{ + norms.clear(); + norms.reserve(path.size()); + if (path.size() == 0) return; + Path64::const_iterator path_iter, path_stop_iter = --path.cend(); + for (path_iter = path.cbegin(); path_iter != path_stop_iter; ++path_iter) + norms.emplace_back(GetUnitNormal(*path_iter,*(path_iter +1))); + norms.emplace_back(GetUnitNormal(*path_stop_iter, *(path.cbegin()))); +} + +void ClipperOffset::DoBevel(const Path64& path, size_t j, size_t k) +{ + PointD pt1, pt2; + if (j == k) + { + double abs_delta = std::abs(group_delta_); +#ifdef USINGZ + pt1 = PointD(path[j].x - abs_delta * norms[j].x, path[j].y - abs_delta * norms[j].y, path[j].z); + pt2 = PointD(path[j].x + abs_delta * norms[j].x, path[j].y + abs_delta * norms[j].y, path[j].z); +#else + pt1 = PointD(path[j].x - abs_delta * norms[j].x, path[j].y - abs_delta * norms[j].y); + pt2 = PointD(path[j].x + abs_delta * norms[j].x, path[j].y + abs_delta * norms[j].y); +#endif + } + else + { +#ifdef USINGZ + pt1 = PointD(path[j].x + group_delta_ * norms[k].x, path[j].y + group_delta_ * norms[k].y, path[j].z); + pt2 = PointD(path[j].x + group_delta_ * norms[j].x, path[j].y + group_delta_ * norms[j].y, path[j].z); +#else + pt1 = PointD(path[j].x + group_delta_ * norms[k].x, path[j].y + group_delta_ * norms[k].y); + pt2 = PointD(path[j].x + group_delta_ * norms[j].x, path[j].y + group_delta_ * norms[j].y); +#endif + } + path_out.emplace_back(pt1); + path_out.emplace_back(pt2); +} + +void ClipperOffset::DoSquare(const Path64& path, size_t j, size_t k) +{ + PointD vec; + if (j == k) + vec = PointD(norms[j].y, -norms[j].x); + else + vec = GetAvgUnitVector( + PointD(-norms[k].y, norms[k].x), + PointD(norms[j].y, -norms[j].x)); + + double abs_delta = std::abs(group_delta_); + + // now offset the original vertex delta units along unit vector + PointD ptQ = PointD(path[j]); + ptQ = TranslatePoint(ptQ, abs_delta * vec.x, abs_delta * vec.y); + // get perpendicular vertices + PointD pt1 = TranslatePoint(ptQ, group_delta_ * vec.y, group_delta_ * -vec.x); + PointD pt2 = TranslatePoint(ptQ, group_delta_ * -vec.y, group_delta_ * vec.x); + // get 2 vertices along one edge offset + PointD pt3 = GetPerpendicD(path[k], norms[k], group_delta_); + if (j == k) + { + PointD pt4 = PointD(pt3.x + vec.x * group_delta_, pt3.y + vec.y * group_delta_); + PointD pt = ptQ; + GetSegmentIntersectPt(pt1, pt2, pt3, pt4, pt); + //get the second intersect point through reflecion + path_out.emplace_back(ReflectPoint(pt, ptQ)); + path_out.emplace_back(pt); + } + else + { + PointD pt4 = GetPerpendicD(path[j], norms[k], group_delta_); + PointD pt = ptQ; + GetSegmentIntersectPt(pt1, pt2, pt3, pt4, pt); + path_out.emplace_back(pt); + //get the second intersect point through reflecion + path_out.emplace_back(ReflectPoint(pt, ptQ)); + } +} + +void ClipperOffset::DoMiter(const Path64& path, size_t j, size_t k, double cos_a) +{ + double q = group_delta_ / (cos_a + 1); +#ifdef USINGZ + path_out.emplace_back( + path[j].x + (norms[k].x + norms[j].x) * q, + path[j].y + (norms[k].y + norms[j].y) * q, + path[j].z); +#else + path_out.emplace_back( + path[j].x + (norms[k].x + norms[j].x) * q, + path[j].y + (norms[k].y + norms[j].y) * q); +#endif +} + +void ClipperOffset::DoRound(const Path64& path, size_t j, size_t k, double angle) +{ + if (deltaCallback64_) { + // when deltaCallback64_ is assigned, group_delta_ won't be constant, + // so we'll need to do the following calculations for *every* vertex. + double abs_delta = std::fabs(group_delta_); + double arcTol = (arc_tolerance_ > floating_point_tolerance ? + std::min(abs_delta, arc_tolerance_) : abs_delta * arc_const); + double steps_per_360 = std::min(PI / std::acos(1 - arcTol / abs_delta), abs_delta * PI); + step_sin_ = std::sin(2 * PI / steps_per_360); + step_cos_ = std::cos(2 * PI / steps_per_360); + if (group_delta_ < 0.0) step_sin_ = -step_sin_; + steps_per_rad_ = steps_per_360 / (2 * PI); + } + + Point64 pt = path[j]; + PointD offsetVec = PointD(norms[k].x * group_delta_, norms[k].y * group_delta_); + + if (j == k) offsetVec.Negate(); +#ifdef USINGZ + path_out.emplace_back(pt.x + offsetVec.x, pt.y + offsetVec.y, pt.z); +#else + path_out.emplace_back(pt.x + offsetVec.x, pt.y + offsetVec.y); +#endif + int steps = static_cast(std::ceil(steps_per_rad_ * std::abs(angle))); // #448, #456 + for (int i = 1; i < steps; ++i) // ie 1 less than steps + { + offsetVec = PointD(offsetVec.x * step_cos_ - step_sin_ * offsetVec.y, + offsetVec.x * step_sin_ + offsetVec.y * step_cos_); +#ifdef USINGZ + path_out.emplace_back(pt.x + offsetVec.x, pt.y + offsetVec.y, pt.z); +#else + path_out.emplace_back(pt.x + offsetVec.x, pt.y + offsetVec.y); +#endif + } + path_out.emplace_back(GetPerpendic(path[j], norms[j], group_delta_)); +} + +void ClipperOffset::OffsetPoint(Group& group, const Path64& path, size_t j, size_t k) +{ + // Let A = change in angle where edges join + // A == 0: ie no change in angle (flat join) + // A == PI: edges 'spike' + // sin(A) < 0: right turning + // cos(A) < 0: change in angle is more than 90 degree + + if (path[j] == path[k]) return; + + double sin_a = CrossProduct(norms[j], norms[k]); + double cos_a = DotProduct(norms[j], norms[k]); + if (sin_a > 1.0) sin_a = 1.0; + else if (sin_a < -1.0) sin_a = -1.0; + + if (deltaCallback64_) { + group_delta_ = deltaCallback64_(path, norms, j, k); + if (group.is_reversed) group_delta_ = -group_delta_; + } + if (std::fabs(group_delta_) <= floating_point_tolerance) + { + path_out.emplace_back(path[j]); + return; + } + + if (cos_a > -0.999 && (sin_a * group_delta_ < 0)) // test for concavity first (#593) + { + // is concave + // by far the simplest way to construct concave joins, especially those joining very + // short segments, is to insert 3 points that produce negative regions. These regions + // will be removed later by the finishing union operation. This is also the best way + // to ensure that path reversals (ie over-shrunk paths) are removed. +#ifdef USINGZ + path_out.emplace_back(GetPerpendic(path[j], norms[k], group_delta_), path[j].z); + path_out.emplace_back(path[j]); // (#405, #873, #916) + path_out.emplace_back(GetPerpendic(path[j], norms[j], group_delta_), path[j].z); +#else + path_out.emplace_back(GetPerpendic(path[j], norms[k], group_delta_)); + path_out.emplace_back(path[j]); // (#405, #873, #916) + path_out.emplace_back(GetPerpendic(path[j], norms[j], group_delta_)); +#endif + } + else if (cos_a > 0.999 && join_type_ != JoinType::Round) + { + // almost straight - less than 2.5 degree (#424, #482, #526 & #724) + DoMiter(path, j, k, cos_a); + } + else if (join_type_ == JoinType::Miter) + { + // miter unless the angle is sufficiently acute to exceed ML + if (cos_a > temp_lim_ - 1) DoMiter(path, j, k, cos_a); + else DoSquare(path, j, k); + } + else if (join_type_ == JoinType::Round) + DoRound(path, j, k, std::atan2(sin_a, cos_a)); + else if ( join_type_ == JoinType::Bevel) + DoBevel(path, j, k); + else + DoSquare(path, j, k); +} + +void ClipperOffset::OffsetPolygon(Group& group, const Path64& path) +{ + path_out.clear(); + for (Path64::size_type j = 0, k = path.size() - 1; j < path.size(); k = j, ++j) + OffsetPoint(group, path, j, k); + solution->emplace_back(path_out); +} + +void ClipperOffset::OffsetOpenJoined(Group& group, const Path64& path) +{ + OffsetPolygon(group, path); + Path64 reverse_path(path); + std::reverse(reverse_path.begin(), reverse_path.end()); + + //rebuild normals + std::reverse(norms.begin(), norms.end()); + norms.emplace_back(norms[0]); + norms.erase(norms.begin()); + NegatePath(norms); + + OffsetPolygon(group, reverse_path); +} + +void ClipperOffset::OffsetOpenPath(Group& group, const Path64& path) +{ + // do the line start cap + if (deltaCallback64_) group_delta_ = deltaCallback64_(path, norms, 0, 0); + + if (std::fabs(group_delta_) <= floating_point_tolerance) + path_out.emplace_back(path[0]); + else + { + switch (end_type_) + { + case EndType::Butt: + DoBevel(path, 0, 0); + break; + case EndType::Round: + DoRound(path, 0, 0, PI); + break; + default: + DoSquare(path, 0, 0); + break; + } + } + + size_t highI = path.size() - 1; + // offset the left side going forward + for (Path64::size_type j = 1, k = 0; j < highI; k = j, ++j) + OffsetPoint(group, path, j, k); + + // reverse normals + for (size_t i = highI; i > 0; --i) + norms[i] = PointD(-norms[i - 1].x, -norms[i - 1].y); + norms[0] = norms[highI]; + + // do the line end cap + if (deltaCallback64_) + group_delta_ = deltaCallback64_(path, norms, highI, highI); + + if (std::fabs(group_delta_) <= floating_point_tolerance) + path_out.emplace_back(path[highI]); + else + { + switch (end_type_) + { + case EndType::Butt: + DoBevel(path, highI, highI); + break; + case EndType::Round: + DoRound(path, highI, highI, PI); + break; + default: + DoSquare(path, highI, highI); + break; + } + } + + for (size_t j = highI -1, k = highI; j > 0; k = j, --j) + OffsetPoint(group, path, j, k); + solution->emplace_back(path_out); +} + +void ClipperOffset::DoGroupOffset(Group& group) +{ + if (group.end_type == EndType::Polygon) + { + // a straight path (2 points) can now also be 'polygon' offset + // where the ends will be treated as (180 deg.) joins + if (!group.lowest_path_idx.has_value()) delta_ = std::abs(delta_); + group_delta_ = (group.is_reversed) ? -delta_ : delta_; + } + else + group_delta_ = std::abs(delta_);// *0.5; + + double abs_delta = std::fabs(group_delta_); + join_type_ = group.join_type; + end_type_ = group.end_type; + + if (group.join_type == JoinType::Round || group.end_type == EndType::Round) + { + // calculate the number of steps required to approximate a circle + // (see https://www.angusj.com/clipper2/Docs/Trigonometry.htm) + // arcTol - when arc_tolerance_ is undefined (0) then curve imprecision + // will be relative to the size of the offset (delta). Obviously very + //large offsets will almost always require much less precision. + double arcTol = (arc_tolerance_ > floating_point_tolerance) ? + std::min(abs_delta, arc_tolerance_) : abs_delta * arc_const; + + double steps_per_360 = std::min(PI / std::acos(1 - arcTol / abs_delta), abs_delta * PI); + step_sin_ = std::sin(2 * PI / steps_per_360); + step_cos_ = std::cos(2 * PI / steps_per_360); + if (group_delta_ < 0.0) step_sin_ = -step_sin_; + steps_per_rad_ = steps_per_360 / (2 * PI); + } + + //double min_area = PI * Sqr(group_delta_); + Paths64::const_iterator path_in_it = group.paths_in.cbegin(); + for ( ; path_in_it != group.paths_in.cend(); ++path_in_it) + { + Path64::size_type pathLen = path_in_it->size(); + path_out.clear(); + + if (pathLen == 1) // single point + { + if (deltaCallback64_) + { + group_delta_ = deltaCallback64_(*path_in_it, norms, 0, 0); + if (group.is_reversed) group_delta_ = -group_delta_; + abs_delta = std::fabs(group_delta_); + } + + if (group_delta_ < 1) continue; + const Point64& pt = (*path_in_it)[0]; + //single vertex so build a circle or square ... + if (group.join_type == JoinType::Round) + { + double radius = abs_delta; + size_t steps = steps_per_rad_ > 0 ? static_cast(std::ceil(steps_per_rad_ * 2 * PI)) : 0; //#617 + path_out = Ellipse(pt, radius, radius, steps); +#ifdef USINGZ + for (auto& p : path_out) p.z = pt.z; +#endif + } + else + { + int d = (int)std::ceil(abs_delta); + Rect64 r = Rect64(pt.x - d, pt.y - d, pt.x + d, pt.y + d); + path_out = r.AsPath(); +#ifdef USINGZ + for (auto& p : path_out) p.z = pt.z; +#endif + } + + solution->emplace_back(path_out); + continue; + } // end of offsetting a single point + + if ((pathLen == 2) && (group.end_type == EndType::Joined)) + end_type_ = (group.join_type == JoinType::Round) ? + EndType::Round : + EndType::Square; + + BuildNormals(*path_in_it); + if (end_type_ == EndType::Polygon) OffsetPolygon(group, *path_in_it); + else if (end_type_ == EndType::Joined) OffsetOpenJoined(group, *path_in_it); + else OffsetOpenPath(group, *path_in_it); + } +} + +#ifdef USINGZ +void ClipperOffset::ZCB(const Point64& bot1, const Point64& top1, + const Point64& bot2, const Point64& top2, Point64& ip) +{ + if (bot1.z && ((bot1.z == bot2.z) || (bot1.z == top2.z))) ip.z = bot1.z; + else if (bot2.z && (bot2.z == top1.z)) ip.z = bot2.z; + else if (top1.z && (top1.z == top2.z)) ip.z = top1.z; + else if (zCallback64_) zCallback64_(bot1, top1, bot2, top2, ip); +} +#endif + +size_t ClipperOffset::CalcSolutionCapacity() +{ + size_t result = 0; + for (const Group& g : groups_) + result += (g.end_type == EndType::Joined) ? g.paths_in.size() * 2 : g.paths_in.size(); + return result; +} + +bool ClipperOffset::CheckReverseOrientation() +{ + // nb: this assumes there's consistency in orientation between groups + bool is_reversed_orientation = false; + for (const Group& g : groups_) + if (g.end_type == EndType::Polygon) + { + is_reversed_orientation = g.is_reversed; + break; + } + return is_reversed_orientation; +} + +void ClipperOffset::ExecuteInternal(double delta) +{ + error_code_ = 0; + if (groups_.size() == 0) return; + solution->reserve(CalcSolutionCapacity()); + + if (std::abs(delta) < 0.5) // ie: offset is insignificant + { + Paths64::size_type sol_size = 0; + for (const Group& group : groups_) sol_size += group.paths_in.size(); + solution->reserve(sol_size); + for (const Group& group : groups_) + copy(group.paths_in.begin(), group.paths_in.end(), back_inserter(*solution)); + } + else + { + + temp_lim_ = (miter_limit_ <= 1) ? + 2.0 : + 2.0 / (miter_limit_ * miter_limit_); + + delta_ = delta; + std::vector::iterator git; + for (git = groups_.begin(); git != groups_.end(); ++git) + { + DoGroupOffset(*git); + if (!error_code_) continue; // all OK + solution->clear(); + } + } + + if (!solution->size()) return; + + bool paths_reversed = CheckReverseOrientation(); + //clean up self-intersections ... + Clipper64 c; + c.PreserveCollinear(false); + //the solution should retain the orientation of the input + c.ReverseSolution(reverse_solution_ != paths_reversed); +#ifdef USINGZ + auto fp = std::bind(&ClipperOffset::ZCB, this, std::placeholders::_1, + std::placeholders::_2, std::placeholders::_3, + std::placeholders::_4, std::placeholders::_5); + c.SetZCallback(fp); +#endif + c.AddSubject(*solution); + if (solution_tree) + { + if (paths_reversed) + c.Execute(ClipType::Union, FillRule::Negative, *solution_tree); + else + c.Execute(ClipType::Union, FillRule::Positive, *solution_tree); + } + else + { + if (paths_reversed) + c.Execute(ClipType::Union, FillRule::Negative, *solution); + else + c.Execute(ClipType::Union, FillRule::Positive, *solution); + } +} + +void ClipperOffset::Execute(double delta, Paths64& paths64) +{ + paths64.clear(); + solution = &paths64; + solution_tree = nullptr; + ExecuteInternal(delta); +} + + +void ClipperOffset::Execute(double delta, PolyTree64& polytree) +{ + polytree.Clear(); + solution_tree = &polytree; + solution = new Paths64(); + ExecuteInternal(delta); + delete solution; + solution = nullptr; +} + +void ClipperOffset::Execute(DeltaCallback64 delta_cb, Paths64& paths) +{ + deltaCallback64_ = delta_cb; + Execute(1.0, paths); +} + +} // namespace diff --git a/deps_src/clipper2/Clipper2Lib/src/clipper.rectclip.cpp b/deps_src/clipper2/Clipper2Lib/src/clipper.rectclip.cpp new file mode 100644 index 0000000000..a4d83ad137 --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/src/clipper.rectclip.cpp @@ -0,0 +1,1031 @@ +/******************************************************************************* +* Author : Angus Johnson * +* Date : 5 July 2024 * +* Website : https://www.angusj.com * +* Copyright : Angus Johnson 2010-2024 * +* Purpose : FAST rectangular clipping * +* License : https://www.boost.org/LICENSE_1_0.txt * +*******************************************************************************/ + +#include "clipper2/clipper.h" +#include "clipper2/clipper.rectclip.h" + +#ifdef USINGZ +namespace Clipper2Lib_Z { +#else +namespace Clipper2Lib { +#endif + + //------------------------------------------------------------------------------ + // Miscellaneous methods + //------------------------------------------------------------------------------ + + inline bool Path1ContainsPath2(const Path64& path1, const Path64& path2) + { + int io_count = 0; + // precondition: no (significant) overlap + for (const Point64& pt : path2) + { + PointInPolygonResult pip = PointInPolygon(pt, path1); + switch (pip) + { + case PointInPolygonResult::IsOutside: ++io_count; break; + case PointInPolygonResult::IsInside: --io_count; break; + default: continue; + } + if (std::abs(io_count) > 1) break; + } + return io_count <= 0; + } + + inline bool GetLocation(const Rect64& rec, + const Point64& pt, Location& loc) + { + if (pt.x == rec.left && pt.y >= rec.top && pt.y <= rec.bottom) + { + loc = Location::Left; + return false; + } + else if (pt.x == rec.right && pt.y >= rec.top && pt.y <= rec.bottom) + { + loc = Location::Right; + return false; + } + else if (pt.y == rec.top && pt.x >= rec.left && pt.x <= rec.right) + { + loc = Location::Top; + return false; + } + else if (pt.y == rec.bottom && pt.x >= rec.left && pt.x <= rec.right) + { + loc = Location::Bottom; + return false; + } + else if (pt.x < rec.left) loc = Location::Left; + else if (pt.x > rec.right) loc = Location::Right; + else if (pt.y < rec.top) loc = Location::Top; + else if (pt.y > rec.bottom) loc = Location::Bottom; + else loc = Location::Inside; + return true; + } + + inline bool IsHorizontal(const Point64& pt1, const Point64& pt2) + { + return pt1.y == pt2.y; + } + + bool GetSegmentIntersection(const Point64& p1, + const Point64& p2, const Point64& p3, const Point64& p4, Point64& ip) + { + double res1 = CrossProduct(p1, p3, p4); + double res2 = CrossProduct(p2, p3, p4); + if (res1 == 0) + { + ip = p1; + if (res2 == 0) return false; // segments are collinear + else if (p1 == p3 || p1 == p4) return true; + //else if (p2 == p3 || p2 == p4) { ip = p2; return true; } + else if (IsHorizontal(p3, p4)) return ((p1.x > p3.x) == (p1.x < p4.x)); + else return ((p1.y > p3.y) == (p1.y < p4.y)); + } + else if (res2 == 0) + { + ip = p2; + if (p2 == p3 || p2 == p4) return true; + else if (IsHorizontal(p3, p4)) return ((p2.x > p3.x) == (p2.x < p4.x)); + else return ((p2.y > p3.y) == (p2.y < p4.y)); + } + if ((res1 > 0) == (res2 > 0)) return false; + + double res3 = CrossProduct(p3, p1, p2); + double res4 = CrossProduct(p4, p1, p2); + if (res3 == 0) + { + ip = p3; + if (p3 == p1 || p3 == p2) return true; + else if (IsHorizontal(p1, p2)) return ((p3.x > p1.x) == (p3.x < p2.x)); + else return ((p3.y > p1.y) == (p3.y < p2.y)); + } + else if (res4 == 0) + { + ip = p4; + if (p4 == p1 || p4 == p2) return true; + else if (IsHorizontal(p1, p2)) return ((p4.x > p1.x) == (p4.x < p2.x)); + else return ((p4.y > p1.y) == (p4.y < p2.y)); + } + if ((res3 > 0) == (res4 > 0)) return false; + + // segments must intersect to get here + return GetSegmentIntersectPt(p1, p2, p3, p4, ip); + } + + inline bool GetIntersection(const Path64& rectPath, + const Point64& p, const Point64& p2, Location& loc, Point64& ip) + { + // gets the intersection closest to 'p' + // when Result = false, loc will remain unchanged + switch (loc) + { + case Location::Left: + if (GetSegmentIntersection(p, p2, rectPath[0], rectPath[3], ip)) return true; + else if ((p.y < rectPath[0].y) && GetSegmentIntersection(p, p2, rectPath[0], rectPath[1], ip)) + { + loc = Location::Top; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[2], rectPath[3], ip)) + { + loc = Location::Bottom; + return true; + } + else return false; + + case Location::Top: + if (GetSegmentIntersection(p, p2, rectPath[0], rectPath[1], ip)) return true; + else if ((p.x < rectPath[0].x) && GetSegmentIntersection(p, p2, rectPath[0], rectPath[3], ip)) + { + loc = Location::Left; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[1], rectPath[2], ip)) + { + loc = Location::Right; + return true; + } + else return false; + + case Location::Right: + if (GetSegmentIntersection(p, p2, rectPath[1], rectPath[2], ip)) return true; + else if ((p.y < rectPath[1].y) && GetSegmentIntersection(p, p2, rectPath[0], rectPath[1], ip)) + { + loc = Location::Top; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[2], rectPath[3], ip)) + { + loc = Location::Bottom; + return true; + } + else return false; + + case Location::Bottom: + if (GetSegmentIntersection(p, p2, rectPath[2], rectPath[3], ip)) return true; + else if ((p.x < rectPath[3].x) && GetSegmentIntersection(p, p2, rectPath[0], rectPath[3], ip)) + { + loc = Location::Left; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[1], rectPath[2], ip)) + { + loc = Location::Right; + return true; + } + else return false; + + default: // loc == rInside + if (GetSegmentIntersection(p, p2, rectPath[0], rectPath[3], ip)) + { + loc = Location::Left; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[0], rectPath[1], ip)) + { + loc = Location::Top; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[1], rectPath[2], ip)) + { + loc = Location::Right; + return true; + } + else if (GetSegmentIntersection(p, p2, rectPath[2], rectPath[3], ip)) + { + loc = Location::Bottom; + return true; + } + else return false; + } + } + + inline Location GetAdjacentLocation(Location loc, bool isClockwise) + { + int delta = (isClockwise) ? 1 : 3; + return static_cast((static_cast(loc) + delta) % 4); + } + + inline bool HeadingClockwise(Location prev, Location curr) + { + return (static_cast(prev) + 1) % 4 == static_cast(curr); + } + + inline bool AreOpposites(Location prev, Location curr) + { + return abs(static_cast(prev) - static_cast(curr)) == 2; + } + + inline bool IsClockwise(Location prev, Location curr, + const Point64& prev_pt, const Point64& curr_pt, const Point64& rect_mp) + { + if (AreOpposites(prev, curr)) + return CrossProduct(prev_pt, rect_mp, curr_pt) < 0; + else + return HeadingClockwise(prev, curr); + } + + inline OutPt2* UnlinkOp(OutPt2* op) + { + if (op->next == op) return nullptr; + op->prev->next = op->next; + op->next->prev = op->prev; + return op->next; + } + + inline OutPt2* UnlinkOpBack(OutPt2* op) + { + if (op->next == op) return nullptr; + op->prev->next = op->next; + op->next->prev = op->prev; + return op->prev; + } + + inline uint32_t GetEdgesForPt(const Point64& pt, const Rect64& rec) + { + uint32_t result = 0; + if (pt.x == rec.left) result = 1; + else if (pt.x == rec.right) result = 4; + if (pt.y == rec.top) result += 2; + else if (pt.y == rec.bottom) result += 8; + return result; + } + + inline bool IsHeadingClockwise(const Point64& pt1, const Point64& pt2, int edgeIdx) + { + switch (edgeIdx) + { + case 0: return pt2.y < pt1.y; + case 1: return pt2.x > pt1.x; + case 2: return pt2.y > pt1.y; + default: return pt2.x < pt1.x; + } + } + + inline bool HasHorzOverlap(const Point64& left1, const Point64& right1, + const Point64& left2, const Point64& right2) + { + return (left1.x < right2.x) && (right1.x > left2.x); + } + + inline bool HasVertOverlap(const Point64& top1, const Point64& bottom1, + const Point64& top2, const Point64& bottom2) + { + return (top1.y < bottom2.y) && (bottom1.y > top2.y); + } + + inline void AddToEdge(OutPt2List& edge, OutPt2* op) + { + if (op->edge) return; + op->edge = &edge; + edge.emplace_back(op); + } + + inline void UncoupleEdge(OutPt2* op) + { + if (!op->edge) return; + for (size_t i = 0; i < op->edge->size(); ++i) + { + OutPt2* op2 = (*op->edge)[i]; + if (op2 == op) + { + (*op->edge)[i] = nullptr; + break; + } + } + op->edge = nullptr; + } + + inline void SetNewOwner(OutPt2* op, size_t new_idx) + { + op->owner_idx = new_idx; + OutPt2* op2 = op->next; + while (op2 != op) + { + op2->owner_idx = new_idx; + op2 = op2->next; + } + } + + //---------------------------------------------------------------------------- + // RectClip64 + //---------------------------------------------------------------------------- + + OutPt2* RectClip64::Add(Point64 pt, bool start_new) + { + // this method is only called by InternalExecute. + // Later splitting & rejoining won't create additional op's, + // though they will change the (non-storage) results_ count. + size_t curr_idx = results_.size(); + OutPt2* result; + if (curr_idx == 0 || start_new) + { + result = &op_container_.emplace_back(OutPt2()); + result->pt = pt; + result->next = result; + result->prev = result; + results_.emplace_back(result); + } + else + { + --curr_idx; + OutPt2* prevOp = results_[curr_idx]; + if (prevOp->pt == pt) return prevOp; + result = &op_container_.emplace_back(OutPt2()); + result->owner_idx = curr_idx; + result->pt = pt; + result->next = prevOp->next; + prevOp->next->prev = result; + prevOp->next = result; + result->prev = prevOp; + results_[curr_idx] = result; + } + return result; + } + + void RectClip64::AddCorner(Location prev, Location curr) + { + if (HeadingClockwise(prev, curr)) + Add(rect_as_path_[static_cast(prev)]); + else + Add(rect_as_path_[static_cast(curr)]); + } + + void RectClip64::AddCorner(Location& loc, bool isClockwise) + { + if (isClockwise) + { + Add(rect_as_path_[static_cast(loc)]); + loc = GetAdjacentLocation(loc, true); + } + else + { + loc = GetAdjacentLocation(loc, false); + Add(rect_as_path_[static_cast(loc)]); + } + } + + void RectClip64::GetNextLocation(const Path64& path, + Location& loc, size_t& i, size_t highI) + { + switch (loc) + { + case Location::Left: + while (i <= highI && path[i].x <= rect_.left) ++i; + if (i > highI) break; + else if (path[i].x >= rect_.right) loc = Location::Right; + else if (path[i].y <= rect_.top) loc = Location::Top; + else if (path[i].y >= rect_.bottom) loc = Location::Bottom; + else loc = Location::Inside; + break; + + case Location::Top: + while (i <= highI && path[i].y <= rect_.top) ++i; + if (i > highI) break; + else if (path[i].y >= rect_.bottom) loc = Location::Bottom; + else if (path[i].x <= rect_.left) loc = Location::Left; + else if (path[i].x >= rect_.right) loc = Location::Right; + else loc = Location::Inside; + break; + + case Location::Right: + while (i <= highI && path[i].x >= rect_.right) ++i; + if (i > highI) break; + else if (path[i].x <= rect_.left) loc = Location::Left; + else if (path[i].y <= rect_.top) loc = Location::Top; + else if (path[i].y >= rect_.bottom) loc = Location::Bottom; + else loc = Location::Inside; + break; + + case Location::Bottom: + while (i <= highI && path[i].y >= rect_.bottom) ++i; + if (i > highI) break; + else if (path[i].y <= rect_.top) loc = Location::Top; + else if (path[i].x <= rect_.left) loc = Location::Left; + else if (path[i].x >= rect_.right) loc = Location::Right; + else loc = Location::Inside; + break; + + case Location::Inside: + while (i <= highI) + { + if (path[i].x < rect_.left) loc = Location::Left; + else if (path[i].x > rect_.right) loc = Location::Right; + else if (path[i].y > rect_.bottom) loc = Location::Bottom; + else if (path[i].y < rect_.top) loc = Location::Top; + else { Add(path[i]); ++i; continue; } + break; //inner loop + } + break; + } //switch + } + + bool StartLocsAreClockwise(const std::vector& startlocs) + { + int result = 0; + for (size_t i = 1; i < startlocs.size(); ++i) + { + int d = static_cast(startlocs[i]) - static_cast(startlocs[i - 1]); + switch (d) + { + case -1: result -= 1; break; + case 1: result += 1; break; + case -3: result += 1; break; + case 3: result -= 1; break; + } + } + return result > 0; + } + + void RectClip64::ExecuteInternal(const Path64& path) + { + if (path.size() < 1) + return; + + size_t highI = path.size() - 1; + Location prev = Location::Inside, loc; + Location crossing_loc = Location::Inside; + Location first_cross_ = Location::Inside; + if (!GetLocation(rect_, path[highI], loc)) + { + size_t i = highI; + while (i > 0 && !GetLocation(rect_, path[i - 1], prev)) + --i; + if (i == 0) + { + // all of path must be inside fRect + for (const auto& pt : path) Add(pt); + return; + } + if (prev == Location::Inside) loc = Location::Inside; + } + Location starting_loc = loc; + + /////////////////////////////////////////////////// + size_t i = 0; + while (i <= highI) + { + prev = loc; + Location crossing_prev = crossing_loc; + + GetNextLocation(path, loc, i, highI); + + if (i > highI) break; + Point64 ip, ip2; + Point64 prev_pt = (i) ? + path[static_cast(i - 1)] : + path[highI]; + + crossing_loc = loc; + if (!GetIntersection(rect_as_path_, + path[i], prev_pt, crossing_loc, ip)) + { + // ie remaining outside + if (crossing_prev == Location::Inside) + { + bool isClockw = IsClockwise(prev, loc, prev_pt, path[i], rect_mp_); + do { + start_locs_.emplace_back(prev); + prev = GetAdjacentLocation(prev, isClockw); + } while (prev != loc); + crossing_loc = crossing_prev; // still not crossed + } + else if (prev != Location::Inside && prev != loc) + { + bool isClockw = IsClockwise(prev, loc, prev_pt, path[i], rect_mp_); + do { + AddCorner(prev, isClockw); + } while (prev != loc); + } + ++i; + continue; + } + + //////////////////////////////////////////////////// + // we must be crossing the rect boundary to get here + //////////////////////////////////////////////////// + + if (loc == Location::Inside) // path must be entering rect + { + if (first_cross_ == Location::Inside) + { + first_cross_ = crossing_loc; + start_locs_.emplace_back(prev); + } + else if (prev != crossing_loc) + { + bool isClockw = IsClockwise(prev, crossing_loc, prev_pt, path[i], rect_mp_); + do { + AddCorner(prev, isClockw); + } while (prev != crossing_loc); + } + } + else if (prev != Location::Inside) + { + // passing right through rect. 'ip' here will be the second + // intersect pt but we'll also need the first intersect pt (ip2) + loc = prev; + GetIntersection(rect_as_path_, prev_pt, path[i], loc, ip2); + if (crossing_prev != Location::Inside && crossing_prev != loc) //579 + AddCorner(crossing_prev, loc); + + if (first_cross_ == Location::Inside) + { + first_cross_ = loc; + start_locs_.emplace_back(prev); + } + + loc = crossing_loc; + Add(ip2); + if (ip == ip2) + { + // it's very likely that path[i] is on rect + GetLocation(rect_, path[i], loc); + AddCorner(crossing_loc, loc); + crossing_loc = loc; + continue; + } + } + else // path must be exiting rect + { + loc = crossing_loc; + if (first_cross_ == Location::Inside) + first_cross_ = crossing_loc; + } + + Add(ip); + + } //while i <= highI + /////////////////////////////////////////////////// + + if (first_cross_ == Location::Inside) + { + // path never intersects + if (starting_loc != Location::Inside) + { + // path is outside rect + // but being outside, it still may not contain rect + if (path_bounds_.Contains(rect_) && + Path1ContainsPath2(path, rect_as_path_)) + { + // yep, the path does fully contain rect + // so add rect to the solution + bool is_clockwise_path = StartLocsAreClockwise(start_locs_); + for (size_t j = 0; j < 4; ++j) + { + size_t k = is_clockwise_path ? j : 3 - j; // reverses result path + Add(rect_as_path_[k]); + // we may well need to do some splitting later, so + AddToEdge(edges_[k * 2], results_[0]); + } + } + } + } + else if (loc != Location::Inside && + (loc != first_cross_ || start_locs_.size() > 2)) + { + if (start_locs_.size() > 0) + { + prev = loc; + for (auto loc2 : start_locs_) + { + if (prev == loc2) continue; + AddCorner(prev, HeadingClockwise(prev, loc2)); + prev = loc2; + } + loc = prev; + } + if (loc != first_cross_) + AddCorner(loc, HeadingClockwise(loc, first_cross_)); + } + } + + void RectClip64::CheckEdges() + { + for (size_t i = 0; i < results_.size(); ++i) + { + OutPt2* op = results_[i]; + if (!op) continue; + OutPt2* op2 = op; + do + { + if (IsCollinear(op2->prev->pt, op2->pt, op2->next->pt)) + { + if (op2 == op) + { + op2 = UnlinkOpBack(op2); + if (!op2) break; + op = op2->prev; + } + else + { + op2 = UnlinkOpBack(op2); + if (!op2) break; + } + } + else + op2 = op2->next; + } while (op2 != op); + + if (!op2) + { + results_[i] = nullptr; + continue; + } + results_[i] = op; // safety first + + uint32_t edgeSet1 = GetEdgesForPt(op->prev->pt, rect_); + op2 = op; + do + { + uint32_t edgeSet2 = GetEdgesForPt(op2->pt, rect_); + if (edgeSet2 && !op2->edge) + { + uint32_t combinedSet = (edgeSet1 & edgeSet2); + for (int j = 0; j < 4; ++j) + { + if (combinedSet & (1 << j)) + { + if (IsHeadingClockwise(op2->prev->pt, op2->pt, j)) + AddToEdge(edges_[j * 2], op2); + else + AddToEdge(edges_[j * 2 + 1], op2); + } + } + } + edgeSet1 = edgeSet2; + op2 = op2->next; + } while (op2 != op); + } + } + + void RectClip64::TidyEdges(size_t idx, OutPt2List& cw, OutPt2List& ccw) + { + if (ccw.empty()) return; + bool isHorz = ((idx == 1) || (idx == 3)); + bool cwIsTowardLarger = ((idx == 1) || (idx == 2)); + size_t i = 0, j = 0; + OutPt2* p1, * p2, * p1a, * p2a, * op, * op2; + + while (i < cw.size()) + { + p1 = cw[i]; + if (!p1 || p1->next == p1->prev) + { + cw[i++] = nullptr; + j = 0; + continue; + } + + size_t jLim = ccw.size(); + while (j < jLim && + (!ccw[j] || ccw[j]->next == ccw[j]->prev)) ++j; + + if (j == jLim) + { + ++i; + j = 0; + continue; + } + + if (cwIsTowardLarger) + { + // p1 >>>> p1a; + // p2 <<<< p2a; + p1 = cw[i]->prev; + p1a = cw[i]; + p2 = ccw[j]; + p2a = ccw[j]->prev; + } + else + { + // p1 <<<< p1a; + // p2 >>>> p2a; + p1 = cw[i]; + p1a = cw[i]->prev; + p2 = ccw[j]->prev; + p2a = ccw[j]; + } + + if ((isHorz && !HasHorzOverlap(p1->pt, p1a->pt, p2->pt, p2a->pt)) || + (!isHorz && !HasVertOverlap(p1->pt, p1a->pt, p2->pt, p2a->pt))) + { + ++j; + continue; + } + + // to get here we're either splitting or rejoining + bool isRejoining = cw[i]->owner_idx != ccw[j]->owner_idx; + + if (isRejoining) + { + results_[p2->owner_idx] = nullptr; + SetNewOwner(p2, p1->owner_idx); + } + + // do the split or re-join + if (cwIsTowardLarger) + { + // p1 >> | >> p1a; + // p2 << | << p2a; + p1->next = p2; + p2->prev = p1; + p1a->prev = p2a; + p2a->next = p1a; + } + else + { + // p1 << | << p1a; + // p2 >> | >> p2a; + p1->prev = p2; + p2->next = p1; + p1a->next = p2a; + p2a->prev = p1a; + } + + if (!isRejoining) + { + size_t new_idx = results_.size(); + results_.emplace_back(p1a); + SetNewOwner(p1a, new_idx); + } + + if (cwIsTowardLarger) + { + op = p2; + op2 = p1a; + } + else + { + op = p1; + op2 = p2a; + } + results_[op->owner_idx] = op; + results_[op2->owner_idx] = op2; + + // and now lots of work to get ready for the next loop + + bool opIsLarger, op2IsLarger; + if (isHorz) // X + { + opIsLarger = op->pt.x > op->prev->pt.x; + op2IsLarger = op2->pt.x > op2->prev->pt.x; + } + else // Y + { + opIsLarger = op->pt.y > op->prev->pt.y; + op2IsLarger = op2->pt.y > op2->prev->pt.y; + } + + if ((op->next == op->prev) || + (op->pt == op->prev->pt)) + { + if (op2IsLarger == cwIsTowardLarger) + { + cw[i] = op2; + ccw[j++] = nullptr; + } + else + { + ccw[j] = op2; + cw[i++] = nullptr; + } + } + else if ((op2->next == op2->prev) || + (op2->pt == op2->prev->pt)) + { + if (opIsLarger == cwIsTowardLarger) + { + cw[i] = op; + ccw[j++] = nullptr; + } + else + { + ccw[j] = op; + cw[i++] = nullptr; + } + } + else if (opIsLarger == op2IsLarger) + { + if (opIsLarger == cwIsTowardLarger) + { + cw[i] = op; + UncoupleEdge(op2); + AddToEdge(cw, op2); + ccw[j++] = nullptr; + } + else + { + cw[i++] = nullptr; + ccw[j] = op2; + UncoupleEdge(op); + AddToEdge(ccw, op); + j = 0; + } + } + else + { + if (opIsLarger == cwIsTowardLarger) + cw[i] = op; + else + ccw[j] = op; + if (op2IsLarger == cwIsTowardLarger) + cw[i] = op2; + else + ccw[j] = op2; + } + } + } + + Path64 RectClip64::GetPath(OutPt2*& op) + { + if (!op || op->next == op->prev) return Path64(); + + OutPt2* op2 = op->next; + while (op2 && op2 != op) + { + if (IsCollinear(op2->prev->pt, + op2->pt, op2->next->pt)) + { + op = op2->prev; + op2 = UnlinkOp(op2); + } + else + op2 = op2->next; + } + op = op2; // needed for op cleanup + if (!op2) return Path64(); + + Path64 result; + result.emplace_back(op->pt); + op2 = op->next; + while (op2 != op) + { + result.emplace_back(op2->pt); + op2 = op2->next; + } + return result; + } + + Paths64 RectClip64::Execute(const Paths64& paths) + { + Paths64 result; + if (rect_.IsEmpty()) return result; + + for (const Path64& path : paths) + { + if (path.size() < 3) continue; + path_bounds_ = GetBounds(path); + if (!rect_.Intersects(path_bounds_)) + continue; // the path must be completely outside rect_ + else if (rect_.Contains(path_bounds_)) + { + // the path must be completely inside rect_ + result.emplace_back(path); + continue; + } + + ExecuteInternal(path); + CheckEdges(); + for (size_t i = 0; i < 4; ++i) + TidyEdges(i, edges_[i * 2], edges_[i * 2 + 1]); + + for (OutPt2*& op : results_) + { + Path64 tmp = GetPath(op); + if (!tmp.empty()) + result.emplace_back(std::move(tmp)); + } + + //clean up after every loop + op_container_ = std::deque(); + results_.clear(); + for (OutPt2List &edge : edges_) edge.clear(); + start_locs_.clear(); + } + return result; + } + + //------------------------------------------------------------------------------ + // RectClipLines64 + //------------------------------------------------------------------------------ + + Paths64 RectClipLines64::Execute(const Paths64& paths) + { + Paths64 result; + if (rect_.IsEmpty()) return result; + + for (const auto& path : paths) + { + Rect64 pathrec = GetBounds(path); + if (!rect_.Intersects(pathrec)) continue; + + ExecuteInternal(path); + + for (OutPt2*& op : results_) + { + Path64 tmp = GetPath(op); + if (!tmp.empty()) + result.emplace_back(std::move(tmp)); + } + results_.clear(); + + op_container_ = std::deque(); + start_locs_.clear(); + } + return result; + } + + void RectClipLines64::ExecuteInternal(const Path64& path) + { + if (rect_.IsEmpty() || path.size() < 2) return; + + results_.clear(); + op_container_ = std::deque(); + start_locs_.clear(); + + size_t i = 1, highI = path.size() - 1; + + Location prev = Location::Inside, loc; + Location crossing_loc; + if (!GetLocation(rect_, path[0], loc)) + { + while (i <= highI && !GetLocation(rect_, path[i], prev)) ++i; + if (i > highI) + { + // all of path must be inside fRect + for (const auto& pt : path) Add(pt); + return; + } + if (prev == Location::Inside) loc = Location::Inside; + i = 1; + } + if (loc == Location::Inside) Add(path[0]); + + /////////////////////////////////////////////////// + while (i <= highI) + { + prev = loc; + GetNextLocation(path, loc, i, highI); + if (i > highI) break; + Point64 ip, ip2; + Point64 prev_pt = path[static_cast(i - 1)]; + + crossing_loc = loc; + if (!GetIntersection(rect_as_path_, + path[i], prev_pt, crossing_loc, ip)) + { + // ie remaining outside + ++i; + continue; + } + + //////////////////////////////////////////////////// + // we must be crossing the rect boundary to get here + //////////////////////////////////////////////////// + + if (loc == Location::Inside) // path must be entering rect + { + Add(ip, true); + } + else if (prev != Location::Inside) + { + // passing right through rect. 'ip' here will be the second + // intersect pt but we'll also need the first intersect pt (ip2) + crossing_loc = prev; + GetIntersection(rect_as_path_, + prev_pt, path[i], crossing_loc, ip2); + Add(ip2, true); + Add(ip); + } + else // path must be exiting rect + { + Add(ip); + } + } //while i <= highI + /////////////////////////////////////////////////// + } + + Path64 RectClipLines64::GetPath(OutPt2*& op) + { + Path64 result; + if (!op || op == op->next) return result; + op = op->next; // starting at path beginning + result.emplace_back(op->pt); + OutPt2 *op2 = op->next; + while (op2 != op) + { + result.emplace_back(op2->pt); + op2 = op2->next; + } + return result; + } + +} // namespace diff --git a/deps_src/clipper2/Clipper2Lib/src/clipper2_z.cpp b/deps_src/clipper2/Clipper2Lib/src/clipper2_z.cpp new file mode 100644 index 0000000000..f5c7c6f4fd --- /dev/null +++ b/deps_src/clipper2/Clipper2Lib/src/clipper2_z.cpp @@ -0,0 +1,8 @@ +// Hackish wrapper around the ClipperLib library to compile the Clipper library with the Z support. +// Enable the Z coordinate support. +#define USINGZ + +// and let it compile +#include "clipper.engine.cpp" +#include "clipper.offset.cpp" +#include "clipper.rectclip.cpp" diff --git a/deps_src/imgui/imconfig.h b/deps_src/imgui/imconfig.h index 9f38c09797..d03906cb77 100644 --- a/deps_src/imgui/imconfig.h +++ b/deps_src/imgui/imconfig.h @@ -153,6 +153,8 @@ namespace ImGui // const wchar_t CustomSupportsMarker = 0x1D; // const wchar_t CustomSeamMarker = 0x1E; // const wchar_t MmuSegmentationMarker = 0x1F; + const wchar_t HorizontalHide = 0xB1; + const wchar_t HorizontalShow = 0xB2; // Do not forget use following letters only in wstring //BBS use 08xx to avoid unicode character which may be used diff --git a/deps_src/spline/CMakeLists.txt b/deps_src/spline/CMakeLists.txt deleted file mode 100644 index ee6d5c9cb3..0000000000 --- a/deps_src/spline/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -cmake_minimum_required(VERSION 3.13) -project(spline) - -# Create interface library for spline (header-only library) -add_library(spline INTERFACE) - -# Set include directories for the interface library -target_include_directories(spline SYSTEM - INTERFACE - $ - $ -) - -# Add compile features -target_compile_features(spline INTERFACE cxx_std_11) - -# Create an alias for consistent naming -add_library(spline::spline ALIAS spline) - -# Install headers if needed -install(FILES - spline.h - DESTINATION include/spline -) - -# Install the interface library -install(TARGETS spline - EXPORT splineTargets - INCLUDES DESTINATION include -) - -# Export the targets -install(EXPORT splineTargets - FILE splineTargets.cmake - NAMESPACE spline:: - DESTINATION lib/cmake/spline -) diff --git a/deps_src/spline/spline.h b/deps_src/spline/spline.h deleted file mode 100644 index 4b1ddd6134..0000000000 --- a/deps_src/spline/spline.h +++ /dev/null @@ -1,944 +0,0 @@ -/* - * spline.h - * - * simple cubic spline interpolation library without external - * dependencies - * - * --------------------------------------------------------------------- - * Copyright (C) 2011, 2014, 2016, 2021 Tino Kluge (ttk448 at gmail.com) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * --------------------------------------------------------------------- - * - */ - - -#ifndef TK_SPLINE_H -#define TK_SPLINE_H - -#include -#include -#include -#include -#include -#ifdef HAVE_SSTREAM -#include -#include -#endif // HAVE_SSTREAM - -// not ideal but disable unused-function warnings -// (we get them because we have implementations in the header file, -// and this is because we want to be able to quickly separate them -// into a cpp file if necessary) -#if !defined(_MSC_VER) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wunused-function" -#endif - -namespace tk -{ - -// spline interpolation -class spline -{ -public: - // spline types - enum spline_type { - linear = 10, // linear interpolation - cspline = 30, // cubic splines (classical C^2) - cspline_hermite = 31 // cubic hermite splines (local, only C^1) - }; - - // boundary condition type for the spline end-points - enum bd_type { - first_deriv = 1, - second_deriv = 2, - not_a_knot = 3 - }; - -protected: - std::vector m_x,m_y; // x,y coordinates of points - // interpolation parameters - // f(x) = a_i + b_i*(x-x_i) + c_i*(x-x_i)^2 + d_i*(x-x_i)^3 - // where a_i = y_i, or else it won't go through grid points - std::vector m_b,m_c,m_d; // spline coefficients - double m_c0; // for left extrapolation - spline_type m_type; - bd_type m_left, m_right; - double m_left_value, m_right_value; - bool m_made_monotonic; - void set_coeffs_from_b(); // calculate c_i, d_i from b_i - size_t find_closest(double x) const; // closest idx so that m_x[idx]<=x - -public: - // default constructor: set boundary condition to be zero curvature - // at both ends, i.e. natural splines - spline(): m_type(cspline), - m_left(second_deriv), m_right(second_deriv), - m_left_value(0.0), m_right_value(0.0), m_made_monotonic(false) - { - ; - } - spline(const std::vector& X, const std::vector& Y, - spline_type type = cspline, - bool make_monotonic = false, - bd_type left = second_deriv, double left_value = 0.0, - bd_type right = second_deriv, double right_value = 0.0 - ): - m_type(type), - m_left(left), m_right(right), - m_left_value(left_value), m_right_value(right_value), - m_made_monotonic(false) // false correct here: make_monotonic() sets it - { - this->set_points(X,Y,m_type); - if(make_monotonic) { - this->make_monotonic(); - } - } - - - // modify boundary conditions: if called it must be before set_points() - void set_boundary(bd_type left, double left_value, - bd_type right, double right_value); - - // set all data points (cubic_spline=false means linear interpolation) - void set_points(const std::vector& x, - const std::vector& y, - spline_type type=cspline); - - // adjust coefficients so that the spline becomes piecewise monotonic - // where possible - // this is done by adjusting slopes at grid points by a non-negative - // factor and this will break C^2 - // this can also break boundary conditions if adjustments need to - // be made at the boundary points - // returns false if no adjustments have been made, true otherwise - bool make_monotonic(); - - // evaluates the spline at point x - double operator() (double x) const; - double deriv(int order, double x) const; - - // solves for all x so that: spline(x) = y - std::vector solve(double y, bool ignore_extrapolation=true) const; - - // returns the input data points - std::vector get_x() const { return m_x; } - std::vector get_y() const { return m_y; } - double get_x_min() const { assert(!m_x.empty()); return m_x.front(); } - double get_x_max() const { assert(!m_x.empty()); return m_x.back(); } - -#ifdef HAVE_SSTREAM - // spline info string, i.e. spline type, boundary conditions etc. - std::string info() const; -#endif // HAVE_SSTREAM - -}; - - - -namespace internal -{ - -// band matrix solver -class band_matrix -{ -private: - std::vector< std::vector > m_upper; // upper band - std::vector< std::vector > m_lower; // lower band -public: - band_matrix() {}; // constructor - band_matrix(int dim, int n_u, int n_l); // constructor - ~band_matrix() {}; // destructor - void resize(int dim, int n_u, int n_l); // init with dim,n_u,n_l - int dim() const; // matrix dimension - int num_upper() const - { - return (int)m_upper.size()-1; - } - int num_lower() const - { - return (int)m_lower.size()-1; - } - // access operator - double & operator () (int i, int j); // write - double operator () (int i, int j) const; // read - // we can store an additional diagonal (in m_lower) - double& saved_diag(int i); - double saved_diag(int i) const; - void lu_decompose(); - std::vector r_solve(const std::vector& b) const; - std::vector l_solve(const std::vector& b) const; - std::vector lu_solve(const std::vector& b, - bool is_lu_decomposed=false); - -}; - -double get_eps(); - -std::vector solve_cubic(double a, double b, double c, double d, - int newton_iter=0); - -} // namespace internal - - - - -// --------------------------------------------------------------------- -// implementation part, which could be separated into a cpp file -// --------------------------------------------------------------------- - -// spline implementation -// ----------------------- - -void spline::set_boundary(spline::bd_type left, double left_value, - spline::bd_type right, double right_value) -{ - assert(m_x.size()==0); // set_points() must not have happened yet - m_left=left; - m_right=right; - m_left_value=left_value; - m_right_value=right_value; -} - - -void spline::set_coeffs_from_b() -{ - assert(m_x.size()==m_y.size()); - assert(m_x.size()==m_b.size()); - assert(m_x.size()>2); - size_t n=m_b.size(); - if(m_c.size()!=n) - m_c.resize(n); - if(m_d.size()!=n) - m_d.resize(n); - - for(size_t i=0; i& x, - const std::vector& y, - spline_type type) -{ - assert(x.size()==y.size()); - assert(x.size()>=3); - // not-a-knot with 3 points has many solutions - if(m_left==not_a_knot || m_right==not_a_knot) - assert(x.size()>=4); - m_type=type; - m_made_monotonic=false; - m_x=x; - m_y=y; - int n = (int) x.size(); - // check strict monotonicity of input vector x - for(int i=0; i rhs(n); - for(int i=1; i2); - bool modified = false; - const int n=(int)m_x.size(); - // make sure: input data monotonic increasing --> b_i>=0 - // input data monotonic decreasing --> b_i<=0 - for(int i=0; i=m_y[i]) && (m_y[i]>=m_y[ip1]) && m_b[i]>0.0) ) { - modified=true; - m_b[i]=0.0; - } - } - // if input data is monotonic (b[i], b[i+1], avg have all the same sign) - // ensure a sufficient criteria for monotonicity is satisfied: - // sqrt(b[i]^2+b[i+1]^2) <= 3 |avg|, with avg=(y[i+1]-y[i])/h, - for(int i=0; i=0.0 && m_b[i+1]>=0.0 && avg>0.0) || - (m_b[i]<=0.0 && m_b[i+1]<=0.0 && avg<0.0) ) { - // input data is monotonic - double r = sqrt(m_b[i]*m_b[i]+m_b[i+1]*m_b[i+1])/std::fabs(avg); - if(r>3.0) { - // sufficient criteria for monotonicity: r<=3 - // adjust b[i] and b[i+1] - modified=true; - m_b[i] *= (3.0/r); - m_b[i+1] *= (3.0/r); - } - } - } - - if(modified==true) { - set_coeffs_from_b(); - m_made_monotonic=true; - } - - return modified; -} - -// return the closest idx so that m_x[idx] <= x (return 0 if x::const_iterator it; - it=std::upper_bound(m_x.begin(),m_x.end(),x); // *it > x - size_t idx = std::max( int(it-m_x.begin())-1, 0); // m_x[idx] <= x - return idx; -} - -double spline::operator() (double x) const -{ - // polynomial evaluation using Horner's scheme - // TODO: consider more numerically accurate algorithms, e.g.: - // - Clenshaw - // - Even-Odd method by A.C.R. Newbery - // - Compensated Horner Scheme - size_t n=m_x.size(); - size_t idx=find_closest(x); - - double h=x-m_x[idx]; - double interpol; - if(xm_x[n-1]) { - // extrapolation to the right - interpol=(m_c[n-1]*h + m_b[n-1])*h + m_y[n-1]; - } else { - // interpolation - interpol=((m_d[idx]*h + m_c[idx])*h + m_b[idx])*h + m_y[idx]; - } - return interpol; -} - -double spline::deriv(int order, double x) const -{ - assert(order>0); - size_t n=m_x.size(); - size_t idx = find_closest(x); - - double h=x-m_x[idx]; - double interpol; - if(xm_x[n-1]) { - // extrapolation to the right - switch(order) { - case 1: - interpol=2.0*m_c[n-1]*h + m_b[n-1]; - break; - case 2: - interpol=2.0*m_c[n-1]; - break; - default: - interpol=0.0; - break; - } - } else { - // interpolation - switch(order) { - case 1: - interpol=(3.0*m_d[idx]*h + 2.0*m_c[idx])*h + m_b[idx]; - break; - case 2: - interpol=6.0*m_d[idx]*h + 2.0*m_c[idx]; - break; - case 3: - interpol=6.0*m_d[idx]; - break; - default: - interpol=0.0; - break; - } - } - return interpol; -} - -std::vector spline::solve(double y, bool ignore_extrapolation) const -{ - std::vector x; // roots for the entire spline - std::vector root; // roots for each piecewise cubic - const size_t n=m_x.size(); - - // left extrapolation - if(ignore_extrapolation==false) { - root = internal::solve_cubic(m_y[0]-y,m_b[0],m_c0,0.0,1); - for(size_t j=0; j0) ? (m_x[i]-m_x[i-1]) : 0.0; - double eps = internal::get_eps()*512.0*std::min(h,1.0); - if( (-eps<=root[j]) && (root[j]0 && x.back()+eps > new_root) { - x.back()=new_root; // avoid spurious duplicate roots - } else { - x.push_back(new_root); - } - } - } - } - - // right extrapolation - if(ignore_extrapolation==false) { - root = internal::solve_cubic(m_y[n-1]-y,m_b[n-1],m_c[n-1],0.0,1); - for(size_t j=0; j0); - assert(n_u>=0); - assert(n_l>=0); - m_upper.resize(n_u+1); - m_lower.resize(n_l+1); - for(size_t i=0; i0) { - return (int)m_upper[0].size(); - } else { - return 0; - } -} - - -// defines the new operator (), so that we can access the elements -// by A(i,j), index going from i=0,...,dim()-1 -double & band_matrix::operator () (int i, int j) -{ - int k=j-i; // what band is the entry - assert( (i>=0) && (i=0) && (j diagonal, k<0 lower left part, k>0 upper right part - if(k>=0) return m_upper[k][i]; - else return m_lower[-k][i]; -} -double band_matrix::operator () (int i, int j) const -{ - int k=j-i; // what band is the entry - assert( (i>=0) && (i=0) && (j diagonal, k<0 lower left part, k>0 upper right part - if(k>=0) return m_upper[k][i]; - else return m_lower[-k][i]; -} -// second diag (used in LU decomposition), saved in m_lower -double band_matrix::saved_diag(int i) const -{ - assert( (i>=0) && (i=0) && (idim(); i++) { - assert(this->operator()(i,i)!=0.0); - this->saved_diag(i)=1.0/this->operator()(i,i); - j_min=std::max(0,i-this->num_lower()); - j_max=std::min(this->dim()-1,i+this->num_upper()); - for(int j=j_min; j<=j_max; j++) { - this->operator()(i,j) *= this->saved_diag(i); - } - this->operator()(i,i)=1.0; // prevents rounding errors - } - - // Gauss LR-Decomposition - for(int k=0; kdim(); k++) { - i_max=std::min(this->dim()-1,k+this->num_lower()); // num_lower not a mistake! - for(int i=k+1; i<=i_max; i++) { - assert(this->operator()(k,k)!=0.0); - x=-this->operator()(i,k)/this->operator()(k,k); - this->operator()(i,k)=-x; // assembly part of L - j_max=std::min(this->dim()-1,k+this->num_upper()); - for(int j=k+1; j<=j_max; j++) { - // assembly part of R - this->operator()(i,j)=this->operator()(i,j)+x*this->operator()(k,j); - } - } - } -} -// solves Ly=b -std::vector band_matrix::l_solve(const std::vector& b) const -{ - assert( this->dim()==(int)b.size() ); - std::vector x(this->dim()); - int j_start; - double sum; - for(int i=0; idim(); i++) { - sum=0; - j_start=std::max(0,i-this->num_lower()); - for(int j=j_start; joperator()(i,j)*x[j]; - x[i]=(b[i]*this->saved_diag(i)) - sum; - } - return x; -} -// solves Rx=y -std::vector band_matrix::r_solve(const std::vector& b) const -{ - assert( this->dim()==(int)b.size() ); - std::vector x(this->dim()); - int j_stop; - double sum; - for(int i=this->dim()-1; i>=0; i--) { - sum=0; - j_stop=std::min(this->dim()-1,i+this->num_upper()); - for(int j=i+1; j<=j_stop; j++) sum += this->operator()(i,j)*x[j]; - x[i]=( b[i] - sum ) / this->operator()(i,i); - } - return x; -} - -std::vector band_matrix::lu_solve(const std::vector& b, - bool is_lu_decomposed) -{ - assert( this->dim()==(int)b.size() ); - std::vector x,y; - if(is_lu_decomposed==false) { - this->lu_decompose(); - } - y=this->l_solve(b); - x=this->r_solve(y); - return x; -} - -// machine precision of a double, i.e. the successor of 1 is 1+eps -double get_eps() -{ - //return std::numeric_limits::epsilon(); // __DBL_EPSILON__ - return 2.2204460492503131e-16; // 2^-52 -} - -// solutions for a + b*x = 0 -std::vector solve_linear(double a, double b) -{ - std::vector x; // roots - if(b==0.0) { - if(a==0.0) { - // 0*x = 0 - x.resize(1); - x[0] = 0.0; // any x solves it but we need to pick one - return x; - } else { - // 0*x + ... = 0, no solution - return x; - } - } else { - x.resize(1); - x[0] = -a/b; - return x; - } -} - -// solutions for a + b*x + c*x^2 = 0 -std::vector solve_quadratic(double a, double b, double c, - int newton_iter=0) -{ - if(c==0.0) { - return solve_linear(a,b); - } - // rescale so that we solve x^2 + 2p x + q = (x+p)^2 + q - p^2 = 0 - double p=0.5*b/c; - double q=a/c; - double discr = p*p-q; - const double eps=0.5*internal::get_eps(); - double discr_err = (6.0*(p*p)+3.0*fabs(q)+fabs(discr))*eps; - - std::vector x; // roots - if(fabs(discr)<=discr_err) { - // discriminant is zero --> one root - x.resize(1); - x[0] = -p; - } else if(discr<0) { - // no root - } else { - // two roots - x.resize(2); - x[0] = -p - sqrt(discr); - x[1] = -p + sqrt(discr); - } - - // improve solution via newton steps - for(size_t i=0; i1e-8) { - x[i] -= f/f1; - } - } - } - - return x; -} - -// solutions for the cubic equation: a + b*x +c*x^2 + d*x^3 = 0 -// this is a naive implementation of the analytic solution without -// optimisation for speed or numerical accuracy -// newton_iter: number of newton iterations to improve analytical solution -// see also -// gsl: gsl_poly_solve_cubic() in solve_cubic.c -// octave: roots.m - via eigenvalues of the Frobenius companion matrix -std::vector solve_cubic(double a, double b, double c, double d, - int newton_iter) -{ - if(d==0.0) { - return solve_quadratic(a,b,c,newton_iter); - } - - // convert to normalised form: a + bx + cx^2 + x^3 = 0 - if(d!=1.0) { - a/=d; - b/=d; - c/=d; - } - - // convert to depressed cubic: z^3 - 3pz - 2q = 0 - // via substitution: z = x + c/3 - std::vector z; // roots of the depressed cubic - double p = -(1.0/3.0)*b + (1.0/9.0)*(c*c); - double r = 2.0*(c*c)-9.0*b; - double q = -0.5*a - (1.0/54.0)*(c*r); - double discr=p*p*p-q*q; // discriminant - // calculating numerical round-off errors with assumptions: - // - each operation is precise but each intermediate result x - // when stored has max error of x*eps - // - only multiplication with a power of 2 introduces no new error - // - a,b,c,d and some fractions (e.g. 1/3) have rounding errors eps - // - p_err << |p|, q_err << |q|, ... (this is violated in rare cases) - // would be more elegant to use boost::numeric::interval - const double eps = internal::get_eps(); - double p_err = eps*((3.0/3.0)*fabs(b)+(4.0/9.0)*(c*c)+fabs(p)); - double r_err = eps*(6.0*(c*c)+18.0*fabs(b)+fabs(r)); - double q_err = 0.5*fabs(a)*eps + (1.0/54.0)*fabs(c)*(r_err+fabs(r)*3.0*eps) - + fabs(q)*eps; - double discr_err = (p*p) * (3.0*p_err + fabs(p)*2.0*eps) - + fabs(q) * (2.0*q_err + fabs(q)*eps) + fabs(discr)*eps; - - // depending on the discriminant we get different solutions - if(fabs(discr)<=discr_err) { - // discriminant zero: one or two real roots - if(fabs(p)<=p_err) { - // p and q are zero: single root - z.resize(1); - z[0] = 0.0; // triple root - } else { - z.resize(2); - z[0] = 2.0*q/p; // single root - z[1] = -0.5*z[0]; // double root - } - } else if(discr>0) { - // three real roots: via trigonometric solution - z.resize(3); - double ac = (1.0/3.0) * acos( q/(p*sqrt(p)) ); - double sq = 2.0*sqrt(p); - z[0] = sq * cos(ac); - z[1] = sq * cos(ac-2.0*M_PI/3.0); - z[2] = sq * cos(ac-4.0*M_PI/3.0); - } else if (discr<0.0) { - // single real root: via Cardano's fromula - z.resize(1); - double sgnq = (q >= 0 ? 1 : -1); - double basis = fabs(q) + sqrt(-discr); - double C = sgnq * pow(basis, 1.0/3.0); // c++11 has std::cbrt() - z[0] = C + p/C; - } - for(size_t i=0; i1e-8) { - z[i] -= f/f1; - } - } - } - // ensure if a=0 we get exactly x=0 as root - // TODO: remove this fudge - if(a==0.0) { - assert(z.size()>0); // cubic should always have at least one root - double xmin=fabs(z[0]); - size_t imin=0; - for(size_t i=1; ifabs(z[i])) { - xmin=fabs(z[i]); - imin=i; - } - } - z[imin]=0.0; // replace the smallest absolute value with 0 - } - std::sort(z.begin(), z.end()); - return z; -} - - -} // namespace internal - - -} // namespace tk - - -#if !defined(_MSC_VER) -#pragma GCC diagnostic pop -#endif - -#endif /* TK_SPLINE_H */ diff --git a/doc/Home.md b/doc/Home.md deleted file mode 100644 index 406420b2ea..0000000000 --- a/doc/Home.md +++ /dev/null @@ -1,161 +0,0 @@ -# Welcome to the OrcaSlicer WIKI! - -OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki page aims to provide an detailed explanation of the slicer settings, how to get the most out of them as well as how to calibrate and setup your printer. - -- [Printer Settings](#printer-settings) -- [Material Settings](#material-settings) -- [Process Settings](#process-settings) - - [Quality Settings](#quality-settings) - - [Strength Settings](#strength-settings) - - [Speed Settings](#speed-settings) - - [Support Settings](#support-settings) - - [Multimaterial Settings](#multimaterial-settings) - - [Others Settings](#others-settings) -- [Prepare](#prepare) -- [Calibrations](#calibrations) -- [Developer Section](#developer-section) - -> [!WARNING] -> This wiki is community-maintained. -> Some pages may be **outdated** while others may be **newer** and present only in [nightly build](https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds) or [latest release](https://github.com/SoftFever/OrcaSlicer/releases). - -> [!NOTE] -> Please consider contributing to the wiki following the [How to contribute to the wiki](How-to-wiki) guide. - -## Printer Settings - -![printer-preset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/printer-preset.png?raw=true) - -![printer](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/printer.svg?raw=true) Settings related to the 3D printer hardware and its configuration. - -- [Air filtration/Exhaust fan handling](air-filtration) -- [Auxiliary fan handling](Auxiliary-fan) -- [Chamber temperature control](chamber-temperature) -- [Adaptive Bed Mesh](adaptive-bed-mesh) -- [Using different bed types in Orca](bed-types) - -## Material Settings - -![filament-preset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/filament-preset.png?raw=true) - -![filament](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/filament.svg?raw=true) Settings related to the 3D printing material. - -- [Single Extruder Multimaterial](semm) -- [Pellet Printers (pellet flow coefficient)](pellet-flow-coefficient) - -## Process Settings - -![process-preset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process-preset.png?raw=true) - -![process](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/process.svg?raw=true) Settings related to the 3D printing process. - -### Quality Settings - -![custom-gcode_quality](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_quality.svg?raw=true) Settings related to print quality and aesthetics. -![process-quality](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-quality.png?raw=true) - -- ![param_layer_height](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_layer_height.svg?raw=true) [Layer Height Settings](quality_settings_layer_height) -- ![param_line_width](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_line_width.svg?raw=true) [Line Width Settings](quality_settings_line_width) -- ![param_seam](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_seam.svg?raw=true) [Seam Settings](quality_settings_seam) -- ![param_precision](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_precision.svg?raw=true) [Precision](quality_settings_precision) -- ![param_ironing](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_ironing.svg?raw=true) [Ironing](quality_settings_ironing) -- ![param_wall_generator](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_wall_generator.svg?raw=true) [Wall generator](quality_settings_wall_generator) -- ![param_wall_surface](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_wall_surface.svg?raw=true) [Walls and surfaces](quality_settings_wall_and_surfaces) -- ![param_bridge](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_bridge.svg?raw=true) [Bridging](quality_settings_bridging) -- ![param_overhang](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_overhang.svg?raw=true) [Overhangs](quality_settings_overhangs) - -### Strength Settings - -![custom-gcode_strength](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_strength.svg?raw=true) Settings related to print strength and durability. -![process-strength](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-strength.png?raw=true) - -- ![param_wall](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_wall.svg?raw=true) [Walls](strength_settings_walls) -- ![param_shell](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_shell.svg?raw=true) [Top and Bottom Shells](strength_settings_top_bottom_shells) -- ![param_infill](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_infill.svg?raw=true) [Infill](strength_settings_infill) - - ![param_concentric](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_concentric.svg?raw=true) [Fill Patterns](strength_settings_patterns) - - ![param_gcode](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_gcode.svg?raw=true) [Template Metalanguage for infill rotation](strength_settings_infill_rotation_template_metalanguage) -- ![param_advanced](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_advanced.svg?raw=true) [Advanced](strength_settings_advanced) - -### Speed Settings - -![custom-gcode_speed](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_speed.svg?raw=true) Settings related to print speed and movement. -![process-speed](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-speed.png?raw=true) - -- ![param_speed_first](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_speed_first.svg?raw=true) [Initial Layer Speed](speed_settings_initial_layer_speed) -- ![param_speed](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_speed.svg?raw=true) [Other Layers Speed](speed_settings_other_layers_speed) -- ![param_overhang_speed](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_overhang_speed.svg?raw=true) [Overhang Speed](speed_settings_overhang_speed) -- ![param_travel_speed](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_travel_speed.svg?raw=true) [Travel Speed](speed_settings_travel) -- ![param_acceleration](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_acceleration.svg?raw=true) [Acceleration](speed_settings_acceleration) -- ![param_jerk](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_jerk.svg?raw=true) [Jerk (XY)](speed_settings_jerk_xy) -- ![param_advanced](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_advanced.svg?raw=true) [Advanced / Extrusion rate smoothing](speed_settings_advanced) - -### Support Settings - -![custom-gcode_support](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_support.svg?raw=true) Settings related to support structures and their properties. -![process-support](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-support.png?raw=true) - -- ![param_support](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_support.svg?raw=true) [Support](support_settings_support) -- ![param_raft](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_raft.svg?raw=true) [Raft](support_settings_raft) -- ![param_support_filament](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_support_filament.svg?raw=true) [Support Filament](support_settings_filament) -- ![param_ironing](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_ironing.svg?raw=true) [Support Ironing](support_settings_ironing) -- ![param_advanced](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_advanced.svg?raw=true) [Advanced](support_settings_advanced) -- ![param_support_tree](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_support_tree.svg?raw=true) [Tree Supports](support_settings_tree) - -### Multimaterial Settings - -![custom-gcode_multi_material](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_multi_material.svg?raw=true) Settings related to multimaterial printing. -![process-multimaterial](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-multimaterial.png?raw=true) - -- ![param_tower](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_tower.svg?raw=true) [Prime Tower](multimaterial_settings_prime_tower) -- ![param_filament_for_features](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_filament_for_features.svg?raw=true) [Filament for Features](multimaterial_settings_filament_for_features) -- ![param_ooze_prevention](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_ooze_prevention.svg?raw=true) [Ooze Prevention](multimaterial_settings_ooze_prevention) -- ![param_flush](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_flush.svg?raw=true) [Flush Options](multimaterial_settings_flush_options) -- ![param_advanced](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_advanced.svg?raw=true) [Advanced](multimaterial_settings_advanced) - -### Others Settings - -![custom-gcode_other](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/custom-gcode_other.svg?raw=true) Settings related to various other print settings. -![process-others](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process/process-others.png?raw=true) - -- ![param_skirt](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_skirt.svg?raw=true) [Skirt](others_settings_skirt) -- ![param_adhension](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_adhension.svg?raw=true) [Brim](others_settings_brim) -- ![param_special](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_special.svg?raw=true) [Special Mode](others_settings_special_mode) -- ![fuzzy_skin](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/fuzzy_skin.svg?raw=true) [Fuzzy Skin](others_settings_fuzzy_skin) -- ![param_gcode](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_gcode.svg?raw=true) [G-Code Output](others_settings_g_code_output) -- ![param_gcode](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/param_gcode.svg?raw=true) [Post Processing Scripts](others_settings_post_processing_scripts) -- ![note](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/note.svg?raw=true) [Notes](others_settings_notes) - -## Prepare - -![tab_3d_active](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/tab_3d_active.svg?raw=true) First steps to prepare your model/s for printing. - -- [STL Transformation](stl-transformation) - -## Calibrations - -![tab_calibration_active](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/tab_calibration_active.svg?raw=true) The [Calibration Guide](Calibration) outlines Orca’s key calibration tests and their suggested order of execution. - -- [Temperature](temp-calib) -- [Flow Rate](flow-rate-calib) -- [Pressure Advance](pressure-advance-calib) - - [Adaptive Pressure Advance Guide](adaptive-pressure-advance-calib) -- [Retraction](retraction-calib) -- [Tolerance](tolerance-calib) -- Advanced: - - [Volumetric Speed](volumetric-speed-calib) - - [Cornering (Jerk & Junction Deviation)](cornering-calib) - - [Input Shaping](input-shaping-calib) - - [VFA](vfa-calib) - -## Developer Section - -![im_code](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/im_code.svg?raw=true) This is a documentation from someone exploring the code and is by no means complete or even completely accurate. Please edit the parts you might find inaccurate. This is probably going to be helpful nonetheless. - -- [How to build OrcaSlicer](How-to-build) -- [How to run tests](How-to-test) -- [Localization and translation guide](Localization_guide) -- [How to create profiles](How-to-create-profiles) -- [How to contribute to the wiki](How-to-wiki) -- [Preset, PresetBundle and PresetCollection](Preset-and-bundle) -- [Plater, Sidebar, Tab, ComboBox](plater-sidebar-tab-combobox) -- [Slicing Call Hierarchy](slicing-hierarchy) diff --git a/doc/calibration/Calibration.md b/doc/calibration/Calibration.md deleted file mode 100644 index bc1e5b6a10..0000000000 --- a/doc/calibration/Calibration.md +++ /dev/null @@ -1,65 +0,0 @@ -# Calibration Guide - -This guide offers a structured and comprehensive overview of the calibration process for OrcaSlicer. - -It covers key aspects such as flow rate, pressure advance, temperature towers, retraction tests, and advanced calibration techniques. Each section includes step-by-step instructions and visuals to help you better understand and carry out each calibration effectively. - -To access the calibration features, you can find them in the **Calibration** section of the OrcaSlicer interface. - -![calibration](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/calibration.png?raw=true) - -> [!IMPORTANT] -> After completing the calibration process, remember to create a new project in order to exit the calibration mode. - -The recommended order for calibration is as follows: - -1. **[Temperature](temp-calib):** Start by calibrating the temperature of the nozzle and the bed. This is crucial as it affects the viscosity of the filament, which in turn influences how well it flows through the nozzle and adheres to the print bed. - - temp-tower - -2. **[Flow](flow-rate-calib):** Calibrate the flow rate to ensure that the correct amount of filament is being extruded. This is important for achieving accurate dimensions and good layer adhesion. - - flowcalibration-example - -3. **[Pressure Advance](pressure-advance-calib):** Calibrate the pressure advance settings to improve print quality and reduce artifacts caused by pressure fluctuations in the nozzle. - - - **[Adaptive Pressure Advance](adaptive-pressure-advance-calib):** This is an advanced calibration technique that can be used to further optimize the pressure advance settings for different print speeds and geometries. - - pa-tower - -4. **[Retraction](retraction-calib):** Calibrate the retraction settings to minimize stringing and improve print quality. Doing this after Flow and Pressure Advance calibration is recommended, as it ensures that the printer is already set up for optimal extrusion. - - retraction_test_print - -5. **[Max Volumetric Speed](volumetric-speed-calib):** Calibrate the maximum volumetric speed of the filament. This is important for ensuring that the printer can handle the flow rate of the filament without causing issues such as under-extrusion or over-extrusion. - - mvf_measurement_point - -6. **[Cornering](cornering-calib):** Calibrate the Jerk/Junction Deviation settings to improve print quality and reduce artifacts caused by sharp corners and changes in direction. - - jd_second_print_measure - -7. **[Input Shaping](input-shaping-calib):** This is an advanced calibration technique that can be used to reduce ringing and improve print quality by compensating for mechanical vibrations in the printer. - - IS_damp_marlin_print_measure - -8. **[VFA](vfa-calib):** A VFA speed test is available to find resonance speeds. - - vfa_test_print - ---- - -**[Tolerance](tolerance-calib):** Calibrate the tolerances of your printer to ensure that it can accurately reproduce the dimensions of the model being printed. This is important for achieving a good fit between parts and for ensuring that the final print meets the desired specifications. - - OrcaToleranceTes_m6 - ---- - -_Credits:_ - -- _The Flow test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)._ -- _The PA Line method is inspired by [K-factor Calibration Pattern](https://marlinfw.org/tools/lin_advance/k-factor.html)._ -- _The PA Tower method is inspired by [Klipper](https://www.klipper3d.org/Pressure_Advance.html)._ -- _The temp tower model is remixed from [Smart compact temperature calibration tower](https://www.thingiverse.com/thing:2729076)._ -- _The max flowrate test was inspired by Stefan (CNC Kitchen), and the model used in the test is a remix of his [Extrusion Test Structure](https://www.printables.com/model/342075-extrusion-test-structure)._ -- _ZV Input Shaping is inspired by [Marlin Input Shaping](https://marlinfw.org/docs/features/input_shaping.html) and [Ringing Tower 3D STL](https://marlinfw.org/assets/stl/ringing_tower.stl)._ diff --git a/doc/calibration/adaptive-pressure-advance-calib.md b/doc/calibration/adaptive-pressure-advance-calib.md deleted file mode 100644 index a6ed751626..0000000000 --- a/doc/calibration/adaptive-pressure-advance-calib.md +++ /dev/null @@ -1,221 +0,0 @@ -# Adaptive Pressure Advance - -This feature aims to dynamically adjust the printer’s pressure advance to better match the conditions the toolhead is facing during a print. Specifically, to more closely align to the ideal values as flow rate, acceleration, and bridges are encountered. -This wiki page aims to explain how this feature works, the prerequisites required to get the most out of it as well as how to calibrate it and set it up. - -## Settings Overview - -This feature introduces the below options under the filament settings: - -1. **Enable adaptive pressure advance:** This is the on/off setting switch for adaptive pressure advance. -2. **Enable adaptive pressure advance for overhangs:** Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option because if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs. It is recommended to start with this option switched off and enable it after the core adaptive pressure advance feature is calibrated correctly. -3. **Pressure advance for bridges:** Sets the desired pressure advance value for bridges. Set it to 0 to disable this feature. Experiments have shown that a lower PA value when printing bridges helps reduce the appearance of slight under extrusion immediately after a bridge, which is caused by the pressure drop in the nozzle when printing in the air. Therefore, a lower pressure advance value helps counteract this. A good starting point is approximately half your usual PA value. -4. **Adaptive pressure advance measurements:** This field contains the calibration values used to generate the pressure advance profile for the nozzle/printer. Input sets of pressure advance (PA) values and the corresponding volumetric flow speeds and accelerations they were measured at, separated by a comma. Add one set of values per line. More information on how to calibrate the model follows in the sections below. -5. **Pressure advance:** The old field is still needed and is required to be populated with a PA value. A “good enough” median PA value should be entered here, as this will act as a fallback value when performing tool changes, printing a purge/wipe tower for multi-color prints as well as a fallback in case the model fails to identify an appropriate value (unlikely but it’s the ultimate backstop). -![apa-material-config](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-material-config.png?raw=true) - -## Pre-Requisites - -This feature has been tested with Klipper-based printers. While it may work with Marlin or Bambu lab printers, it is currently untested with them. It shouldn't adversely affect the machine; however, the quality results from enabling it are not validated. - -> [!IMPORTANT] -> Versions of Klipper older than July 11th, 2024 might in some cases produce artifacts when dynamic PA is used. -> This has been fixed in Klipper stable version 0.13.0 (20250411), or in developer versions starting [from July 11th, 2024](https://github.com/Klipper3d/klipper/commit/c84d78f3f169bc5163d11b74837f9880b0b7dba4). -> If you experience issues or print quality lower than expected you might want to ensure you have a Klipper firmware which contains the fix. - -> [!TIP] -> **Advanced users**: the fix to ensure optimal quality when dynamic PA is used does not require flashing the toolhead MCU or the printer MCU, but only an update of the host Python code. If you are using a commercial printer which does not offer straightforward MCU flashing (for example, Qidi printers), you might be able to manually patch the host code yourself. - -## Use case (what to expect) - -Following experimentation, it has been noticed that the optimal pressure advance value is less: - -1. The faster you print (hence the higher the volumetric flow rate requested from the toolhead). -2. The larger the layer height (hence the higher the volumetric flow rate requested from the toolhead). -3. The higher the print acceleration is. - -What this means is that we never get ideal PA values for each print feature, especially when they vary drastically in speed and acceleration. We can tune PA for a faster print speed (flow) but compromise on corner sharpness for slower speeds or tune PA for corner sharpness and deal with slight corner-perimeter separation in faster speeds. The same goes for accelerations as well as different layer heights. - -This compromise usually means that we settle for tuning an "in-between" PA value between slower external features and faster internal features so we don't get gaps, but also not get too much bulging in external perimeters. - -**However, what this also means is that if you are printing with a single layer height, single speed, and acceleration, there is no need to enable this feature.** - -Adaptive pressure advance aims to address this limitation by implementing a completely different method of setting pressure advance. **Following a set of PA calibration tests done at different flow rates (speeds and layer heights) and accelerations, a pressure advance model is calculated by the slicer.** Then that model is used to emit the best fit PA for any arbitrary feature flow rate (speed) and acceleration used in the print process. - -In addition, it means that you only need to tune this feature once and print across different layer heights with good PA performance. - -Finally, if during calibration you notice that there is little to no variance between the PA tests, this feature is redundant for you. **From experiments, high flow nozzles fitted on high-speed core XY printers appear to benefit the most from this feature as they print with a larger range of flow rates and at a larger range of accelerations.** - -### Expected results - -With this feature enabled there should be absolutely no bulge in the corners, just the smooth rounding caused by the square corner velocity of your printer. -![apa-expected-results](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-expected-results.jpg?raw=true) - -In addition, seams should appear smooth with no bulging or under extrusion. -![apa-expected-seam](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-expected-seam.jpg?raw=true) - -Solid infill should have no gaps, pinholes, or separation from the perimeters. -![apa-expected-solid-infill](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-expected-solid-infill.jpg?raw=true) - -Compared to with this feature disabled, where the internal solid infill and external-internal perimeters show signs of separation and under extrusion, when PA is tuned for optimal external perimeter performance as shown below. -![apa-unexpected-solid-infill](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-unexpected-solid-infill.jpg?raw=true) - -## How to calibrate the adaptive pressure advance model - -### Defining the calibration sets - -Firstly, it is important to understand your printer speed and acceleration limits in order to set meaningful boundaries for the calibrations: - -1. **Upper acceleration range:** Do not attempt to calibrate adaptive PA for an acceleration that is larger than what the Klipper input shaper calibration tool recommends for your selected shaper. For example, if Klipper recommends an EI shaper with 4k maximum acceleration for your slowest axis (usually the Y axis), don’t calibrate adaptive PA beyond that value. This is because after 4k the input shaper smoothing is magnified and the perimeter separations that appear like PA issues are caused by the input shaper smoothing the shape of the corner. Basically, you’d be attempting to compensate for an input shaper artefact with PA. -2. **Upper print speed range:** The Ellis PA pattern test has been proven to be the most efficient and effective test to run to calibrate adaptive PA. It is fast and allows for a reasonably accurate and easy-to-read PA value. However, the size of the line segments is quite small, which means that for the faster print speeds and slower accelerations, the toolhead will not be able to reach the full flow rate that we are calibrating against. It is therefore generally not recommended to attempt calibration with a print speed of higher than ~200-250mm/sec and accelerations slower than 1k in the PA pattern test. If your lowest acceleration is higher than 1k, then proportionally higher maximum print speeds can be used. - -**Remember:** With the calibration process, we aim to create a PA – Flow Rate – Acceleration profile for the toolhead. As we cannot directly control flow rate, we use print speed as a proxy (higher speed -> higher flow). - -With the above in mind, let’s create a worked example to identify the optimal number of PA tests to calibrate the adaptive PA model. - -**The below starting points are recommended for the majority of Core XY printers:** - -1. **Accelerations:** 1k, 2k, 4k -2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec. - -**That means we need to run 3x4 = 12 PA tests and identify the optimal PA for them.** - -Finally, if the maximum acceleration given by input shaper is materially higher than 4k, run a set of tests with the higher accelerations. For example, if input shaper allows a 6k value, run PA tests as below: - -1. **Accelerations:** 1k, 2k, 4k, 6k -2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec. - -Similarly, if the maximum value recommended is 12k, run PA tests as below: - -1. **Accelerations:** 1k, 2k, 4k, 8k, 12k -2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec. - -So, at worst case you will need to run 5x4 = 20 PA tests if your printer acceleration is on the upper end! In essence, you want enough granularity of data points to create a meaningful model while also not overdoing it with the number of tests. So, doubling the speed and acceleration is a good compromise to arrive at the optimal number of tests. -For this example, let’s assume that the baseline number of tests is adequate for your printer: - -1. **Accelerations:** 1k, 2k, 4k -2. **Print speeds:** 50mm/sec, 100mm/sec, 150mm/sec, 200mm/sec. - -We, therefore, need to run 12 PA tests as below: - -| Speed | Acceleration | -|-------|--------------| -| 50 | 1k | -| 100 | 1k | -| 150 | 1k | -| 200 | 1k | -| 50 | 2k | -| 100 | 2k | -| 150 | 2k | -| 200 | 2k | -| 50 | 4k | -| 100 | 4k | -| 150 | 4k | -| 200 | 4k | - -### Identifying the flow rates from the print speed - -#### OrcaSlicer 2.2.0 and later - -Test parameters needed to build adaptive PA table are printed on the test sample: - -![apa-test](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-test.png?raw=true) - -Test sample above was done with acceleration 12000 mm/s² and flow rate 27.13 mm³/s - -#### OrcaSlicer 2.1.0 and older - -As mentioned earlier, **the print speed is used as a proxy to vary the extrusion flow rate**. Once your PA test is set up, change the gcode preview to “flow” and move the horizontal slider over one of the herringbone patterns and take note of the flow rate for different speeds. - -![apa-test210](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-test210.png?raw=true) - -### Running the tests - -#### General tips - -It is recommended that the PA step is set to a small value, to allow you to make meaningful distinctions between the different tests – **therefore a PA step value of 0.001 is recommended**. - -**Set the end PA to a value high enough to start showing perimeter separation for the lowest flow (print speed) and acceleration test.** For example, for a Voron 350 using Revo HF, the maximum value was set to 0.05 as that was sufficient to show perimeter separation even at the slowest flow rates and accelerations. - -**If the test is too big to fit on the build plate, increase your starting PA value or the PA step value accordingly until the test can fit.** If the lowest value becomes too high and there is no ideal PA present in the test, focus on increasing the PA step value to reduce the number of herringbones printed (hence the size of the print). - -![pa-pattern-general](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-general.png?raw=true) - -#### OrcaSlicer 2.3.0 and newer - -PA pattern calibration configuration window have been changed to simplify test setup. Now all is needed is to fill list of accelerations and speeds into relevant fields of the calibration window: - -![pa-pattern-batch](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch.png?raw=true) - -Test patterns generated for each acceleration-speed pair and all parameters are set accordingly. No additional actions needed from user side. Just slice and print all plates generated. - -Refer to [Calibration Guide](Calibration) for more details on batch mode calibration. - -#### OrcaSlicer 2.2.0 and older - -Setup your PA test as usual from the calibration menu in OrcaSlicer. Once setup, your PA test should look like the below: - -![apa-setup-result-speed](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-setup-result-speed.png?raw=true) - -![apa-setup-result-acceleration-jerk](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-setup-result-acceleration-jerk.png?raw=true) - -Now input your identified print speeds and accelerations in the fields above and run the PA tests. - -> [!IMPORTANT] -> Make sure your acceleration values are all the same in all text boxes. Same for the print speed values and Jerk (XY) values. Make sure your Jerk value is set to the external perimeter jerk used in your print profiles. - -#### Test results processing - -Now run the tests and note the optimal PA value, the flow, and the acceleration. You should produce a table like this: - -| Speed | Flow | Acceleration | PA | Model values | -|-------|-------|--------------|-------|----------------------| -| 50 | 3.84 | 1000 | 0.036 | 0.036 , 3.84 , 1000 | -| 100 | 7.68 | 1000 | 0.036 | 0.036 , 7.68 , 1000 | -| 150 | 11.51 | 1000 | 0.036 | 0.036 , 11.51 , 1000 | -| 200 | 15.35 | 1000 | 0.036 | 0.036 , 15.35 , 1000 | -| | | | | | -| 50 | 3.84 | 2000 | 0.036 | 0.036 , 3.84 , 2000 | -| 100 | 7.68 | 2000 | 0.03 | 0.03 , 7.68 , 2000 | -| 150 | 11.51 | 2000 | 0.029 | 0.029 , 11.51 , 2000 | -| 200 | 15.35 | 2000 | 0.028 | 0.028 , 15.35 , 2000 | -| | | | | | -| 50 | 3.84 | 4000 | 0.032 | 0.032 , 3.84 , 4000 | -| 100 | 7.68 | 4000 | 0.028 | 0.028 , 7.68 , 4000 | -| 150 | 11.51 | 4000 | 0.026 | 0.026 , 11.51 , 4000 | -| 200 | 15.35 | 4000 | 0.024 | 0.024 , 15.35 , 4000 | - -Concatenate the PA value, the flow value, and the acceleration value into the final comma-separated sets to create the values entered in the model as shown above. - -**You’re now done! The PA profile is created and calibrated!** - -Remember to paste the values in the adaptive pressure advance measurements text box as shown below, and save your filament profile. - -![apa-profile](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-profile.png?raw=true) - -### Tips - -#### Model input - -The adaptive PA model built into the slicer is flexible enough to allow for as many or as few increments of flow and acceleration as you want. Ideally, you want at a minimum 3x data points for acceleration and flow in order to create a meaningful model. - -However, if you don’t want to calibrate for flow, just run the acceleration tests and leave flow the same for each test (in which case you’ll input only 3 rows in the model text box). In this case, flow will be ignored when the model is used. - -Similarly for acceleration – in the above example you’ll input only 4 rows in the model text box, in which case acceleration will be ignored when the model is used. - -**However, make sure a triplet of values is always provided – PA value, Flow, Acceleration.** - -#### Identifying the right PA - -Higher acceleration and higher flow rate PA tests are easier to identify the optimal PA as the range of “good” values is much narrower. It’s evident where the PA is too large, as gaps start to appear in the corner and where PA is too low, as the corner starts bulging. - -However, the lower the flow rate and accelerations are, the range of good values is much wider. Having examined the PA tests even under a microscope, what is evident, is that if you can’t distinguish a value as being evidently better than another (i.e. sharper corner with no gaps) with the naked eye, then both values are correct. In which case, if you can’t find any meaningful difference, simply use the optimal values from the higher flow rates. - -- **Too high PA** -![apa-identify-too-high](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-identify-too-high.jpg?raw=true) - -- **Too low PA** -![apa-identify-too-low](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-identify-too-low.jpg?raw=true) - -- **Optimal PA** -![apa-identify-optimal](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/apa-identify-optimal.jpg?raw=true) diff --git a/doc/calibration/cornering-calib.md b/doc/calibration/cornering-calib.md deleted file mode 100644 index f076a2d792..0000000000 --- a/doc/calibration/cornering-calib.md +++ /dev/null @@ -1,133 +0,0 @@ -# Cornering - -Cornering is a critical aspect of 3D printing that affects print quality and accuracy. It's how the printer handles changes in direction during movement, particularly at corners and curves. Proper cornering settings can reduce artifacts such as ringing, ghosting, and overshooting, resulting in cleaner and more precise prints. - -## Types of Cornering Settings - -> [!TIP] -> Read more in [Jerk XY](speed_settings_jerk_xy) and check [Cornering Control Types](speed_settings_jerk_xy#cornering-control-types) - -## Calibration - -This test will be set detect automatically your printer firmware type and will adapt to the specific calibration process. - -- Klipper: [square_corner_velocity](https://www.klipper3d.org/Config_Reference.html#printer) -- Marlin 2: - - [Junction Deviation](https://marlinfw.org/docs/configuration/configuration.html#junction-deviation-) if `Maximum Junction Deviation` in Printer settings/Motion ability/Jerk limitations is bigger than `0`. - - [Classic Jerk](https://marlinfw.org/docs/configuration/configuration.html#jerk-) if `Maximum Junction Deviation` is set to `0`. -- Marlin Legacy: [Classic Jerk](https://marlinfw.org/docs/configuration/configuration.html#jerk-). -- RepRap: [Maximum instantaneous speed changes](https://docs.duet3d.com/User_manual/Reference/Gcodes#m566-set-allowable-instantaneous-speed-change) - -> [!NOTE] -> This calibration example uses Junction Deviation as an example. The process is similar for Jerk calibration; just read the Jerk values instead of JD values. -> JD values are between `0.0` and `0.3` (in mm) while Jerk values are usually between `1` and `20` or higher (in mm/s). - -1. Pre-requisites: - 1. If using Marlin 2 firmware, Check if your printer has Junction Deviation enabled. Look for `Junction deviation` in the printer's advanced settings. - 2. In OrcaSlicer, set: - 1. Acceleration high enough to trigger ringing or the speed you want to check out (e.g., 2000 mm/s²). - 2. Speed high enough to trigger ringing (e.g., 100 mm/s). - 3. Use an opaque, high-gloss filament to make ringing more visible. -2. Open the Cornering test. - ![jd_first_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_first_menu.png?raw=true) - 1. In this first approximation, set a wide range of Start and End values. - - If you don't see any loss of quality, increase the End value and retry. - - If you do see a loss of quality, measure the maximum height when the corners start losing sharpness and read the Cornering/Jerk/JunctionDeviation value set at that point in OrcaSlicer. - ![jd_first_print_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_first_print_measure.jpg?raw=true) - ![jd_first_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_first_slicer_measure.png?raw=true) - 2. Print a new calibration tower with a maximum set near the point where corners start losing sharpness. - **RECOMMENDED:** Use the *Ringing Tower* test model to more easily visualize the jerk limit. - 3. Print the second Cornering test with the new maximum value. - ![jd_second_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_second_menu.png?raw=true) - 4. Measure the maximum height when the corners start losing sharpness and read the Cornering/Jerk/JunctionDeviation value set at that point in OrcaSlicer. - ![jd_second_print_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_second_print_measure.jpg?raw=true) - ![jd_second_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_second_slicer_measure.png?raw=true) -3. Save the settings - - Into your OrcaSlicer printer profile (**RECOMMENDED**): - 1. Go to Printer settings → Motion ability → Jerk limitation: - 2. Set your maximum Jerk X and Y or Junction Deviation values. - ![jd_printer_jerk_limitation](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_printer_jerk_limitation.png?raw=true) - - Directly into your printer firmware: - - Restore your 3D Printer settings to avoid keeping high acceleration and jerk values used for the test. - - - Klipper: - - Skeleton - - ```gcode - SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=#SquareCornerVelocity - ``` - - Example: - - ```gcode - SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5.0 - ``` - - Note: You can also set `square_corner_velocity` persistently in your `printer.cfg` (restart required). - - - Marlin 2 (Junction Deviation enabled): - - Skeleton - - ```gcode - M205 J#JunctionDeviationValue - M500 - ``` - - Example: - - ```gcode - M205 J0.012 - M500 - ``` - - - To make the change permanent in firmware, set in `Configuration.h` and recompile: - - ```cpp - #define JUNCTION_DEVIATION_MM 0.012 // (mm) Distance from real junction edge - ``` - - Also ensure classic jerk is disabled if using junction deviation: - - ```cpp - //#define CLASSIC_JERK - ``` - - - Marlin Classic Jerk / Marlin Legacy: - - Skeleton — set the per-axis jerk limits using `M205` (X/Y optional depending on firmware build): - - ```gcode - M205 X#JerkX Y#JerkY - M500 - ``` - - Example: - - ```gcode - M205 X10 Y10 - M500 - ``` - - - RepRap (Duet / RepRapFirmware): - **IMPORTANT:** Set in mm/min so convert from mm/s to mm/min multiply by 60. - - Skeleton - - ```gcode - M566 X#max_instantaneous_change Y#max_instantaneous_change - M500 ; if supported by your board - ``` - - Example (Duet-style): - - ```gcode - M566 X3000 Y3000 - ``` - -> [!NOTE] -> RepRapFirmware exposes `M566` to set allowable instantaneous speed changes; some boards may persist settings with `M500` or via their web/config files. - -## Credits - -- **Junction Deviation Machine Limit** [@RF47](https://github.com/RF47) -- **Cornering Calibration** [@IanAlexis](https://github.com/IanAlexis) -- **Fast tower model** [@RF47](https://github.com/RF47) -- **SCV-V2 model** [@chrisheib](https://www.thingiverse.com/chrisheib) diff --git a/doc/calibration/flow-rate-calib.md b/doc/calibration/flow-rate-calib.md deleted file mode 100644 index 21fd73d93a..0000000000 --- a/doc/calibration/flow-rate-calib.md +++ /dev/null @@ -1,80 +0,0 @@ - -# Flow Rate Calibration - -Flow ratio determines how much filament is extruded and is crucial for high-quality prints. -A properly calibrated flow ratio ensures consistent layer adhesion and accurate dimensions. - -- Too **low** flow ratio causes under-extrusion, which leads to gaps, weak layers, and poor structural integrity. -- Too **high** flow ratio causes over-extrusion, resulting in excess material, rough surfaces, and dimensional inaccuracies. - -- [Calibration Types](#calibration-types) - - [OrcaSlicer \> 2.3.0 Archimedean chords + YOLO (Recommended)](#orcaslicer--230-archimedean-chords--yolo-recommended) - - [OrcaSlicer \<= 2.3.0 Monotonic Line + 2-Pass Calibration](#orcaslicer--230-monotonic-line--2-pass-calibration) -- [Credits](#credits) - -> [!WARNING] -> **BambuLab Printers:** Make sure you do **not** select the 'Flow calibration' option. -> ![flowrate-Bambulab-uncheck](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png?raw=true) - -> [!NOTE] -> After v2.3.0, the [Top Pattern](strength_settings_top_bottom_shells#surface-pattern) changed to [Archimedean chords](strength_settings_patterns#archimedean-chords) from [Monotonic Line](strength_settings_patterns#monotonic-line). - -## Calibration Types - -- **YOLO:** A simplified method that adjusts the flow rate in a single pass using the formula `OldFlowRatio ± modifier`. - - **Recommended:** calibration range `[-0.05, +0.05]`, flow rate step `0.01`. - - **Perfectionist:** calibration range `[-0.04, +0.035]`, flow rate step `0.005`. -- **2-Pass Calibration:** the legacy method, using two passes to determine the optimal flow rate with the formula `OldFlowRatio * (100 + modifier) / 100`. - -### OrcaSlicer > 2.3.0 Archimedean chords + YOLO (Recommended) - -This method uses the [Archimedean Chords](strength_settings_patterns#archimedean-chords) pattern for flow rate calibration with the YOLO (Recommended) approach. - -1. Select the printer and the filament you want to calibrate. - This method is based on the filament's current flow ratio, so make sure you select the correct filament before proceeding. -2. In the `Calibration` menu, under the `Flow Rate` section, select `YOLO (Recommended)`. -3. A new project with eleven blocks will be created, each with a different flow rate modifier. Slice and print the project. - ![flowcalibration-yolo](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowcalibration-yolo.gif?raw=true) -4. Examine the printed blocks and identify the one with the best surface quality. Look for: - 1. The smoothest top surface. - 2. No visible gaps between the pattern arcs. - 3. Minimal or no visible line between the Inner Spiral and the Outer Arcs. - ![flowcalibration-guide](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowcalibration-guide.png?raw=true) - In this example, the block with a flow modifier of `+0.01` produced the best results, despite a visible line between the Inner Spiral and the Outer Arcs; reducing the flow further begins to show gaps between the lines. - ![flowcalibration-example](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowcalibration-example.png?raw=true) -5. Update the flow ratio in the filament settings using the equation: `OldFlowRatio ± modifier`. - If your previous flow ratio was `0.98` and you selected the block with a flow rate modifier of `+0.01`, the new value would be: `0.98 + 0.01 = 0.99`. - **Remember** to save the filament profile. - ![flowcalibration_update_flowrate](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowcalibration_update_flowrate.png?raw=true) - -> [!NOTE] -> The new Archimedean chords pattern uses a specific print order that prints the inner spiral last so you can check for material accumulation on the contact line at the end. - -### OrcaSlicer <= 2.3.0 Monotonic Line + 2-Pass Calibration - -This example uses the Monotonic Line pattern with the 2-Pass Calibration approach. - -![flow-calibration-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flow-calibration-monotonic.gif?raw=true) - -1. Select the printer, filament, and process you want to use for the test. -2. In the `Calibration` menu, under the `Flow Rate` section, select `Pass 1`. -3. A new project with nine blocks will be created, each with a different flow rate modifier. Slice and print the project. -4. Examine the blocks and determine which one has the smoothest top surface. - ![flowrate-pass1-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass1-monotonic.jpg?raw=true) - ![flowrate-0-5-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-0-5-monotonic.jpg?raw=true) -5. Update the flow ratio in the filament settings using the equation: `OldFlowRatio * (100 + modifier) / 100`. - For example, if your previous flow ratio was `0.98` and you selected the block with a flow rate modifier of `+5`, the new value would be: `0.98 × (100 + 5) / 100 = 1.029`. - **Remember** to save the filament profile. -6. Perform the `Pass 2` calibration. This process is similar to `Pass 1`, but a new project with ten blocks will be generated. The flow rate modifiers for this project will range from `-9` to `0`. -7. Repeat steps 4 and 5. For example, if your previous flow ratio was `1.029` and you selected the block with a flow rate modifier of `-6`, the new value would be: `1.029 × (100 - 6) / 100 = 0.96726`. - **Remember** to save the filament profile. - ![flowrate-pass2-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass2-monotonic.jpg?raw=true) - ![flowrate-6-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-6-monotonic.jpg?raw=true) - ![flowcalibration_update_flowrate_monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/monotonic-flow-rate/flowcalibration_update_flowrate_monotonic.png?raw=true) - -> [!TIP] -> @ItsDeidara has created an HTML tool to help with these calculations. Check it out if you find the equations confusing: [Orca-Slicer-Assistant](https://github.com/ItsDeidara/Orca-Slicer-Assistant). - -## Credits - -- **[Archimedean Chords Idea](https://makerworld.com/es/models/189543-improved-flow-ratio-calibration-v3#profileId-209504)**: [Jimcorner](https://makerworld.com/es/@jimcorner) diff --git a/doc/calibration/input-shaping-calib.md b/doc/calibration/input-shaping-calib.md deleted file mode 100644 index b91ee7cb5e..0000000000 --- a/doc/calibration/input-shaping-calib.md +++ /dev/null @@ -1,131 +0,0 @@ -# Input Shaping - -During high-speed movements, vibrations can cause a phenomenon called "ringing," where periodic ripples appear on the print surface. Input Shaping provides an effective solution by counteracting these vibrations, improving print quality and reducing wear on components without needing to significantly lower print speeds. - -> [!IMPORTANT] -> RepRap can only set one frequency for both X and Y axes so you will need to select a frequency that works well for both axes. - -- [Types](#types) - - [Default](#default) - - [Version Table](#version-table) -- [Calibration Steps](#calibration-steps) - - [Fixed-Time Motion](#fixed-time-motion) -- [Credits](#credits) - -## Types - -It is usually recommended to use MZV, EI (specially for Delta printers) or ZV as a simple and effective solution. -Not all Input Shaping types are available in all firmware and their performance may vary depending on the firmware implementation and the printer's mechanics. - -### Default - -When "Default" is selected, the firmware's default input shaper will be used. -Every firmware and even its version may have a different default type but usually are: - -- Klipper: MZV -- Marlin: ZV -- RepRap: - - Version >= 3.4: MZV - - Version < 3.4: DAA - - Version < 3.2: DAA (without damping option) - -### Version Table - -| Type | Name | [Klipper](https://www.klipper3d.org/Resonance_Compensation.html#technical-details) | [RepRap](https://docs.duet3d.com/User_manual/Reference/Gcodes#m593-configure-input-shaping) | [Marlin 2](https://marlinfw.org/docs/features/ft_motion.html#more-complexity-zv-input-shaper) | Marlin Legacy | -|---|---|---|---|---|---| -| MZV | Modified Zero Vibration | >=0.9.0 | >=3.4 | - | - | -| ZV | Zero Vibration | >=0.9.0 | = 3.5 | >2.1.2 | - | -| ZVD | Zero Vibration Derivative | >=0.9.0 | >=3.4 | - | - | -| ZVDD | Zero Vibration Double Derivative | - | >=3.4 | - | - | -| ZVDDD | Zero Vibration Triple Derivative | - | >=3.4 | - | - | -| EI | Extra Insensitive | >=0.9.0 | - | - | - | -| 2HUMP_EI / EI2 | Two-Hump Extra Insensitive | >=0.9.0 | >=3.4 | - | - | -| 3HUMP_EI / EI3 | Three-Hump Extra Insensitive | >=0.9.0 | >=3.4 | - | - | -| [FT_MOTION](https://marlinfw.org/docs/features/ft_motion.html#fixed-time-motion-by-ulendo) | Fixed-Time Motion | - | - | >2.1.3 | - | -| DAA | Damped Anti-Resonance | - | < 3.4 | - | - | - -## Calibration Steps - -0. Pre-requisites: - 1. Use an opaque, high-gloss filament to make the ringing more visible. - 2. In OrcaSlicer, set: - 1. Acceleration high enough to trigger ringing (e.g., 20000 mm/s²). - 2. Speed high enough to trigger ringing (e.g., 200 mm/s). - -> [!IMPORTANT] -> It's recommended to use the fastest [acceleration](speed_settings_acceleration), [speed](speed_settings_other_layers_speed) and [Jerk/Junction Deviation](speed_settings_jerk_xy) your printer can handle without losing steps. -> This test **will set the values to high values** limited by your printer's motion ability and the filament's max volumetric speed (avoid materials below 10 mm³/s). - -1. Select the Test Model ´Ringing Tower´ (Recommended) or ´Fast Tower´ (Reduced version useful for printers with high ringing). -2. Select the [Input Shaper Type](#types) you want to test. Each firmware has different types available and each type has different performance. -3. Select a range of frequencies to test. The Default 15hz to 110hz range is usually a good start. -4. Select your damping. Usually, a value between 0.1 and 0.2 is a good start but you can change it to 0 and your printer will use the firmware default value (if available). - ![IS_freq_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_freq_menu.png?raw=true) - 1. Measure the X and Y heights and read the frequency set at that point in OrcaSlicer. - ![IS_freq_marlin_print_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_freq_marlin_print_measure.jpg?raw=true) - - Marlin: - ![IS_freq_marlin_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_freq_marlin_slicer_measure.png?raw=true) - - Klipper: - ![IS_freq_klipper_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_freq_klipper_slicer_measure.png?raw=true) - 2. If not a clear result, you can measure a X and Y min and max acceptable heights and repeat the test with that min and max value. -5. Print the Damping test setting your X and Y frequency to the value you found in the previous step. - ![IS_damp_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_damp_menu.png?raw=true) - 1. Measure the X and Y heights and read the damping set at that point in OrcaSlicer. - ![IS_damp_marlin_print_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_damp_marlin_print_measure.jpg?raw=true) - - Marlin: - ![IS_damp_marlin_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_damp_marlin_slicer_measure.png?raw=true) - - Klipper: - ![IS_damp_klipper_slicer_measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_damp_klipper_slicer_measure.png?raw=true) - -6. **Restore your 3D Printer settings to avoid keep using high acceleration and jerk values.** -7. Save the settings - - Into your printer firmware settings save the values you found (Type, frequency/cies and damp) - - Save it into Orca's printer profile settings in Printer settings/ Machine G-code/ Machine start G-code using the following G-code: - - Klipper: - - Skeleton - ```gcode - SET_INPUT_SHAPER SHAPER_TYPE=TYPE SHAPER_FREQ_X=#Xfrequency DAMPING_RATIO_X=#XDamping SHAPER_FREQ_Y=#Yfrequency DAMPING_RATIO_Y=#YDamping - ``` - Example - ```gcode - SET_INPUT_SHAPER SHAPER_TYPE=MZV SHAPER_FREQ_X=37.25 DAMPING_RATIO_X=0.16 SHAPER_FREQ_Y=37.5 DAMPING_RATIO_Y=0.06 - ``` - - Marlin: - - Skeleton - ```gcode - M593 X F#Xfrequency D#XDamping - M593 Y F#Yfrequency D#YDamping - M500 - ``` - Example - ```gcode - M593 X F37.25 D0.16 - M593 Y F37.5 D0.06 - M500 - ``` - - RepRap: - - Skeleton for RepRap 3.3 and later - ```gcode - M593 P#Type F#frequency S#Damping - ``` - Example RepRap 3.4 and later - ```gcode - M593 P"ZVD" F37.25 S0.16 - ``` - - Skeleton for RepRap 3.2 and earlier - ```gcode - M593 F#frequency - ``` - Example Legacy (RepRap 3.2 and earlier) - ```gcode - M593 F37.25 - ``` - -### Fixed-Time Motion - -TODO: This calibration test is currently under development. See the [Marlin documentation](https://marlinfw.org/docs/gcode/M493.html) for more information. - -## Credits - -- **Input Shaping Calibration:** [@IanAlexis](https://github.com/IanAlexis) and [@RF47](https://github.com/RF47) -- **Klipper testing:** [@ShaneDelmore](https://github.com/ShaneDelmore) diff --git a/doc/calibration/pressure-advance-calib.md b/doc/calibration/pressure-advance-calib.md deleted file mode 100644 index d34ebf135c..0000000000 --- a/doc/calibration/pressure-advance-calib.md +++ /dev/null @@ -1,89 +0,0 @@ -# Pressure Advance - -Pressure Advance is a feature that compensates for the lag in filament pressure within the nozzle during acceleration and deceleration. It helps improve print quality by reducing issues like blobs, oozing, and inconsistent extrusion, especially at corners or during fast movements. - -OrcaSlicer includes three approaches for calibrating the Pressure Advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct-drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test. - -> [!WARNING] -> **Marlin Printers:** Linear Advance must be enabled in firmware (M900). -> **Not all printers have it enabled by default.** - -> [!WARNING] -> **Bambulab Printers:** make sure you do not select the 'Flow calibration' option. -> ![flowrate-Bambulab-uncheck](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png?raw=true) - -- [Calibration](#calibration) - - [Tower method](#tower-method) - - [Pattern method](#pattern-method) - - [Line method](#line-method) - -## Calibration - -You can use different methods to calibrate the Pressure Advance value, each with its own advantages and disadvantages. - -The results from these methods should be saved to the material profile. -![pressure_advance_enable](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pressure_advance_enable.png?raw=true) - -> [!TIP] -> Consider using the [Adaptive Pressure Advance](adaptive-pressure-advance-calib) method for more accurate results. -> Especially for high-speed printers. - -### Tower method - -The tower method may take a bit more time to complete, but it does not rely on the quality of the first layer. - -1. Select the printer, filament, and process you would like to use for the test. -2. Examine each corner of the print and mark the height that yields the best overall result. -3. In this example a height of 8 mm was selected, so the Pressure Advance value should be calculated as `PressureAdvanceStart + (PressureAdvanceStep x measured)`; example: `0 + (0.002 x 8) = 0.016`. - ![pa-tower](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower.jpg?raw=true) - ![pa-tower-measure](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-tower-measure.jpg?raw=true) - -> [!TIP] -> @ItsDeidara has made an HTML tool to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant). - -### Pattern method - -The pattern method is adapted from [Andrew Ellis' pattern method generator](https://ellis3dp.com/Pressure_Linear_Advance_Tool/), which was itself derived from the [Marlin pattern method](https://marlinfw.org/tools/lin_advance/k-factor.html) developed by [Sineos](https://github.com/Sineos/k-factorjs). - -[Instructions for using and reading the pattern method](https://ellis3dp.com/Print-Tuning-Guide/articles/pressure_linear_advance/pattern_method.html) are provided in [Ellis' Print Tuning Guide](https://ellis3dp.com/Print-Tuning-Guide/), with only a few OrcaSlicer differences to note. - -The test configuration window allows the user to generate one or more tests in a single project. Multiple tests will be placed on the plate with extra plates added if needed. - -1. Single test \ - ![pa-pattern-single](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-single.png?raw=true) -2. Batch mode testing (multiple tests on a single plate) \ - ![pa-pattern-batch](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch.png?raw=true) - -Once a test is generated, one or more small rectangular prisms will be placed on the plate, one for each test case. The prism object serves a few purposes: - -1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand. The rectangular prism provides the layers in which to insert that G-Code. This also means that **you'll see the full test pattern when you move to the Preview pane:** - -![pa-pattern-batch-plater](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch-plater.png?raw=true) - -2. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism. -3. Each test object is pre-configured with target parameters which are reflected in the object's name. Test parameters may be adjusted for each prism individually via the object list pane: - -![pa-pattern-batch-objects](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-pattern-batch-objects.png?raw=true) - -Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in OrcaSlicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings: - -1. Ellis specified line widths as a percent of filament diameter. The Orca pattern method does the same to provide its suggested defaults, making use of Ellis' percentages in combination with your specified nozzle diameter. -2. In terms of line width, the pattern only makes use of the `Default` and `First layer` widths. -3. In terms of speed, the pattern only uses the `First layer speed -> First layer` and `Other layers speed -> Outer wall` speeds. -4. The infill pattern beneath the numbers cannot be changed because it's not actually an infill pattern pulled from the settings. All of the pattern G-Code is custom written, so that "infill" is, effectively, hand-drawn and not processed through the usual channels that would enable Orca to recognize it as infill. - -### Line method - -The line method is quick and straightforward to test. However, its accuracy depends heavily on the quality of your first layer. It is suggested to turn on bed mesh leveling for this test. - -Steps: - -1. Select the printer, filament, and process you would like to use for the test. -2. Print the project and check the result. Choose the value corresponding to the most even line and update your Pressure Advance value in the filament settings. -3. In this test, a Pressure Advance value of `0.016` appears to be optimal. - - ![pa-line](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line.gif?raw=true) - - ![pa-lines](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-lines.png?raw=true) - - ![pa-line-0-016](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/pa/pa-line-0-016.png?raw=true) diff --git a/doc/calibration/retraction-calib.md b/doc/calibration/retraction-calib.md deleted file mode 100644 index 61872dc223..0000000000 --- a/doc/calibration/retraction-calib.md +++ /dev/null @@ -1,20 +0,0 @@ -# Retraction test - -Retraction is the process of pulling the filament back into the nozzle to prevent oozing and stringing during non-print moves. If the retraction length is too short, it may not effectively prevent oozing, while if it's too long, it can lead to clogs or under-extrusion. Filaments like PETG and TPU are more prone to stringing, so they may require longer retraction lengths compared to PLA or ABS. - -This test generates a retraction tower automatically. The retraction tower is a vertical structure with multiple notches, each printed at a different retraction length. After the print is complete, we can examine each section of the tower to determine the optimal retraction length for the filament. The optimal retraction length is the shortest one that produces the cleanest tower. - -![retraction_test](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/retraction/retraction_test.gif?raw=true) - -![retraction_test_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/retraction/retraction_test_menu.png?raw=true) - -In the dialog, you can select the start and end retraction length, as well as the retraction length increment step. The default values are 0mm for the start retraction length, 2mm for the end retraction length, and 0.1mm for the step. These values are suitable for most direct drive extruders. However, for Bowden extruders, you may want to increase the start and end retraction lengths to 1mm and 6mm, respectively, and set the step to 0.2mm. - -![retraction_test_print](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/retraction/retraction_test_print.jpg?raw=true) - -> [!NOTE] -> When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using OrcaSlicer should suffice. -> On the other hand, if there is still a lot of stringing at the top of the tower, it is recommended to dry your filament and ensure that your nozzle is properly installed without any leaks. - -> [!TIP] -> @ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant). diff --git a/doc/calibration/temp-calib.md b/doc/calibration/temp-calib.md deleted file mode 100644 index acdece9a97..0000000000 --- a/doc/calibration/temp-calib.md +++ /dev/null @@ -1,69 +0,0 @@ -# Temp Calibration - -In FDM 3D printing, the temperature is a critical factor that affects the quality of the print. -There is no other calibration that can have such a big impact on the print quality as temperature calibration. - -- [Standard Temperature Ranges](#standard-temperature-ranges) -- [Nozzle Temp tower](#nozzle-temp-tower) -- [Bed Temperature](#bed-temperature) -- [Chamber Temperature](#chamber-temperature) - -## Standard Temperature Ranges - -| Material | [Nozzle Temp (°C)](#nozzle-temp-tower) | [Bed Temp (°C)](#bed-temperature) | [Chamber Temp (°C)](#chamber-temperature) | -|:------------:|:--------------------------------------:|:---------------------------------:|:-----------------------------------------:| -| PLA | 180-220 | 50-60 | Ambient | -| ABS | 230-250 | 90-100 | 50-70 | -| ASA | 240-260 | 90-100 | 50-70 | -| Nylon 6 | 230-260 | 90-110 | 70-100 | -| Nylon 12 | 225-260 | 90-110 | 70-100 | -| TPU | 220-245 | 40-60 | Ambient | -| PC | 270-310 | 100-120 | 80-100 | -| PC-ABS | 260-280 | 95-110 | 60-80 | -| HIPS | 220-250 | 90-110 | 50-70 | -| PP | 220-270 | 80-105 | 40-70 | -| Acetal (POM) | 210-240 | 100-130 | 70-100 | - -## Nozzle Temp tower - -Nozzle temperature is one of the most important settings to calibrate for a successful print. The temperature of the nozzle affects the viscosity of the filament, which in turn affects how well it flows through the nozzle and adheres to the print bed. If the temperature is too low, the filament may not flow properly, leading to under-extrusion, poor layer adhesion and stringing. If the temperature is too high, the filament may degrade, over-extrude and produce stringing. - -![temp-tower_test](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Temp-calib/temp-tower_test.gif?raw=true) - -![temp-tower_test_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Temp-calib/temp-tower_test_menu.png?raw=true) - -Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. -Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging. - -![temp-tower](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Temp-calib/temp-tower.jpg?raw=true) - -> [!NOTE] -> If a range of temperatures looks good, you may want to use the middle of that range as the optimal temperature. -> But if you are planning to print at higher [speeds](speed_settings_other_layers_speed)/[flow rates](volumetric-speed-calib), you may want to use the higher end of that range as the optimal temperature. - -## Bed Temperature - -Bed temperature plays a crucial role in ensuring proper filament adhesion to the build surface, which directly impacts both print success and quality. -Most materials have a relatively broad optimal range for bed temperature (typically +/-5°C). -In general, following the manufacturer’s recommendations, maintaining a clean bed (free from oils or fingerprints), ensuring a stable [chamber temperature](#chamber-temperature), and having a properly leveled bed will produce reliable results. - -- If the bed temperature is too low, the filament may fail to adhere properly, leading to warping, weak layer bonding, or complete detachment. In severe cases, the printed part may dislodge entirely and stick to the nozzle or other printer components, potentially causing mechanical damage. -- If the bed temperature is too high, the lower layers can overheat and soften excessively, resulting in deformation such as [elephant foot](quality_settings_precision#elephant-foot-compensation). - -> [!TIP] -> As a general guideline, you can use the [glass transition temperature](https://en.wikipedia.org/wiki/Glass_transition) (Tg) of the material and subtract 5–10 °C to estimate a safe upper limit for bed temperature. -> See [this article](https://magigoo.com/blog/prevent-warping-temperature-and-first-layer-adhesion-magigoo/) for a detailed explanation. - -> [!NOTE] -> For challenging prints involving materials with **high shrinkage** (e.g., nylons or polycarbonate) or geometries prone to warping, dialed-in settings are critical. -> In these cases, [chamber temperature](#chamber-temperature) becomes a **major factor** in preventing detachment and ensuring print success. - -## Chamber Temperature - -Chamber temperature can affect the print quality, especially for high-temperature filaments. -A heated chamber can help to maintain a consistent temperature throughout the print, reducing the risk of warping and improving layer adhesion. However, it is important to monitor the chamber temperature to ensure that it does not exceed the filament's deformation temperature. - -See: [Chamber temperature printer settings](Chamber-temperature) - -> [!IMPORTANT] -> Low temperature Filaments like PLA can clog the nozzle if the chamber temperature is too high. diff --git a/doc/calibration/tolerance-calib.md b/doc/calibration/tolerance-calib.md deleted file mode 100644 index 23f948de47..0000000000 --- a/doc/calibration/tolerance-calib.md +++ /dev/null @@ -1,37 +0,0 @@ -# Filament Tolerance Calibration - -Each filament and printer combination can result in different tolerances. This means that even using the same filament and print profile, tolerances may vary from one printer to another. -To correct for these variations, OrcaSlicer provides: - -- Filament Compensation: - - - Shrinkage (XY) - - ![FilamentShrinkageCompensation](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/FilamentShrinkageCompensation.png?raw=true) - -- Process Compensation: - - - X-Y hole compensation - - X-Y contour compensation - - Precise wall - - Precise Z height - - ![QualityPrecision](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/QualityPrecision.png?raw=true) - -## Handy Models - -OrcaSlicer includes several handy models to help you test and calibrate your printer. -Right-click on your plate in Prepare mode and select "Add Handy Model" to access these models. -![handy-models-list](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Handy-Models/handy-models-list.png?raw=true) - -### Orca Tolerance Test - -This calibration test is designed to evaluate the dimensional accuracy of your printer and filament. The model consists of a base with six hexagonal holes, each with a different tolerance: 0.0 mm, 0.05 mm, 0.1 mm, 0.2 mm, 0.3 mm, and 0.4 mm, as well as a hexagon-shaped tester. - -![tolerance_hole](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/tolerance_hole.svg?raw=true) - -You can check the tolerance using either an M6 Allen key or the included printed hexagon tester. -Use calipers to measure both the holes and the inner tester. Based on your results, you can fine-tune the X-Y hole compensation and X-Y contour compensation settings. Repeat the process until you achieve the desired precision. - -![OrcaToleranceTes_m6](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/OrcaToleranceTes_m6.jpg?raw=true) -![OrcaToleranceTest_print](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/OrcaToleranceTest_print.jpg?raw=true) diff --git a/doc/calibration/vfa-calib.md b/doc/calibration/vfa-calib.md deleted file mode 100644 index 0a064cd13c..0000000000 --- a/doc/calibration/vfa-calib.md +++ /dev/null @@ -1,22 +0,0 @@ -# VFA - -Vertical Fine Artifacts (VFA) are small surface imperfections that appear on vertical walls, especially near sharp corners or sudden directional changes. These artifacts are typically caused by mechanical vibrations, motor resonance, or rapid directional shifts that impact print quality. - -- **Mechanical adjustments**, such as tuning or replacing motors, belts, or pulleys. -- **MMR (Motor Resonance Rippling)** is a common subtype of VFA caused by stepper motors vibrating at resonant frequencies, leading to periodic ripples on the surface. -- **[Jerk/Junction Deviation](cornering-calib)** settings can also contribute to VFA, as they control how the printer handles rapid changes in direction. -- **[Input Shaping](input-shaping-calib)** can help mitigate VFA by reducing vibrations during printing. - -## VFA Test - -The VFA Speed Test in OrcaSlicer helps identify which print speeds trigger MRR artifacts. It prints a vertical tower with walls at various angles while progressively increasing the print speed. - -![vfa_test_menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/vfa/vfa_test_menu.png?raw=true) - -![vfa_test_print](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/vfa/vfa_test_print.jpg?raw=true) - -After printing, inspect the tower for MRR artifacts. Look for speeds where the surface becomes visibly smoother or rougher. This allows you to pinpoint problematic speed ranges. - -You can then configure the **Resonance Avoidance Speed Range** in the printer profile to skip speeds that cause visible artifacts. - -![vfa_resonance_avoidance](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/vfa/vfa_resonance_avoidance.png?raw=true) diff --git a/doc/calibration/volumetric-speed-calib.md b/doc/calibration/volumetric-speed-calib.md deleted file mode 100644 index 872a068aa3..0000000000 --- a/doc/calibration/volumetric-speed-calib.md +++ /dev/null @@ -1,49 +0,0 @@ -# Max Volumetric Speed (FlowRate) Calibration - -Each material profile includes a **maximum volumetric speed** setting, which limits your [print speed](speed_settings_other_layers_speed) to prevent issues like nozzle clogs, under-extrusion, or poor layer adhesion. - -This value varies depending on your **material**, **machine**, **nozzle diameter**, and even your **extruder setup**, so it’s important to calibrate it for your specific printer and each filament you use. - -> [!NOTE] -> Even for the same material type (e.g., PLA), the **brand** and **color** can significantly affect the maximum flow rate. - -> [!TIP] -> If you're planning to increase speed or flow, it’s a good idea to **increase your nozzle temperature**, preferably toward the higher end of the recommended range for your filament. Use a [temperature tower calibration](temp-calib#nozzle-temp-tower) to find that range. - -## Calibration Overview - -You will be prompted to enter the settings for the test: start volumetric speed, end volumetric speed, and step. It is recommended to use the default values (5mm³/s start, 20mm³/s end, with a step of 0.5), unless you already have an idea of the lower or upper limit for your filament. Select "OK", slice the plate, and send it to the printer. - -Once printed, take note of where the layers begin to fail and where the quality begins to suffer. - -> [!TIP] -> A **change in surface sheen** (glossy vs. matte) is often a visual cue of material degradation or poor layer adhesion. - -![mvf_measurement_point](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/MVF/mvf_measurement_point.jpg?raw=true) - -Use calipers or a ruler to measure the **height** of the model just before the defects begin. -![mvf_caliper_sample_mvf](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/MVF/mvf_caliper_sample_mvf.jpg?raw=true) - - Then you can: - -- Use the following formula - - ```math - Filament Max Volumetric Speed = start + (HeightMeasured * step) - ``` - - In this case (19mm), so the calculation would be: `5 + (19 * 0.5) = 14.5mm³/s` - -- Use OrcaSlicer in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filament. -![mvf_gui_flow](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/MVF/mvf_gui_flow.png?raw=true) - -After you have determined the maximum volumetric speed, you can set it in the filament settings. This will ensure that the printer does not exceed the maximum flow rate for the filament. -![mvf_material_settings](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/MVF/mvf_material_settings.png?raw=true) - -> [!NOTE] -> This test is a best case scenario and doesn't take into account Retraction or other settings that can increase clogs or under-extrusion. -> You may want to reduce the flow by 10%-20% (or even further) to ensure print quality/strength. -> **Printing at high volumetric speed can lead to poor layer adhesion or even clogs in the nozzle.** - -> [!TIP] -> @ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant). diff --git a/doc/developer-reference/Built-in-placeholders-variables.md b/doc/developer-reference/Built-in-placeholders-variables.md deleted file mode 100644 index 1fd3a93b61..0000000000 --- a/doc/developer-reference/Built-in-placeholders-variables.md +++ /dev/null @@ -1,96 +0,0 @@ -# Placeholders Variables - -This section describes the general built-in placeholders variables available for use in G-code scripts and configurations. - -- [Global Slicing State](#global-slicing-state) - - [Read Only](#read-only) - - [Read Write](#read-write) -- [Slicing State](#slicing-state) -- [Print Statistics](#print-statistics) -- [Objects Info](#objects-info) -- [Dimensions](#dimensions) -- [Temperatures](#temperatures) -- [Timestamps](#timestamps) -- [Presets](#presets) - -## Global Slicing State - -### Read Only - -- **zhop**: Contains Z-hop present at the beginning of the custom G-code block. - -### Read Write - -- **e_position[]**: Current position of the extruder axis. Only used with absolute extruder addressing. -- **e_restart_extra[]**: Currently planned extra extruder priming after de-retraction. -- **e_retracted[]**: Retraction state at the beginning of the custom G-code block. If the custom G-code moves the extruder axis, it should write to this variable so OrcaSlicer knows where it travels from when it gets control back. -- **position[]**: Current position of the extruder axis. Only used with absolute extruder addressing. - -## Slicing State - -- **current_extruder**: Zero-based index of currently used extruder. -- **current_object_idx**: Zero-based index of currently printed object. -- **has_wipe_tower**: Whether or not wipe tower is being generated in the print. -- **initial_extruder**: Zero-based index of the first extruder used in the print. Same as initial_tool. -- **initial_tool**: Zero-based index of the first extruder used in the print. Same as initial_extruder. -- **is_extruder_used**: Vector of booleans stating whether a given extruder is used in the print. -- **has_single_extruder_multi_material_priming**: Whether or not single extruder multi-material priming is used in the print. -- **initial_no_support_extruder**: Zero-based index of the first extruder used for printing without support. Same as initial_no_support_tool. -- **in_head_wrap_detect_zone**: Indicates if the first layer overlaps with the head wrap zone. - -## Print Statistics - -- **extruded_volume**: Total filament volume extruded per extruder during the entire print. -- **extruded_volume_total**: Total volume of filament used during the entire print. -- **extruded_weight**: Total filament weight extruded per extruder during the entire print. -- **extruded_weight_total**: Total weight of filament used during the entire print. -- **total_print_time**: Total time taken for the print. -- **total_layer_count**: Total number of layers in the print. - -## Objects Info - -- **num_objects**: Total number of objects in the print. -- **num_instances**: Total number of object instances in the print, summed over all objects. -- **scale[]**: Contains a string with the information about what scaling was applied to the individual objects. Indexing of the objects is zero-based (first object has index 0). -- **input_filename_base**: Source filename of the first object, without extension. -- **input_filename**: Full input filename of the first object. -- **plate_name**: Name of the plate sliced. - -## Dimensions - -- **first_layer_print_convex_hull**: Vector of points of the first layer convex hull. Each element has the following format: '[x, y]' (x and y are floating-point numbers in mm). -- **first_layer_print_min**: Bottom-left corner of first layer bounding box. -- **first_layer_print_max**: Top-right corner of first layer bounding box. -- **first_layer_print_size**: Size of the first layer bounding box. -- **print_bed_min**: Bottom-left corner of print bed bounding box. -- **print_bed_max**: Top-right corner of print bed bounding box. -- **print_bed_size**: Size of the print bed bounding box. -- **first_layer_center_no_wipe_tower**: First layer center without wipe tower. -- **first_layer_height**: Height of the first layer. - -## Temperatures - -- **bed_temperature**: Vector of bed temperatures for each extruder/filament. -- **bed_temperature_initial_layer**: Vector of initial layer bed temperatures for each extruder/filament. Provides the same value as first_layer_bed_temperature. -- **bed_temperature_initial_layer_single**: Initial layer bed temperature for the initial extruder. Same as bed_temperature_initial_layer[initial_extruder]. -- **chamber_temperature**: Vector of chamber temperatures for each extruder/filament. -- **overall_chamber_temperature**: Overall chamber temperature. This value is the maximum chamber temperature of any extruder/filament used. -- **first_layer_bed_temperature**: Vector of first layer bed temperatures for each extruder/filament. Provides the same value as bed_temperature_initial_layer. -- **first_layer_temperature**: Vector of first layer temperatures for each extruder/filament. - -## Timestamps - -- **timestamp**: String containing current time in yyyyMMdd-hhmmss format. -- **year**: Current year. -- **month**: Current month. -- **day**: Current day. -- **hour**: Current hour. -- **minute**: Current minute. -- **second**: Current second. - -## Presets - -Each preset's ([Print process settings](home#process-settings), [Filament/Material settings](home#material-settings), [Printer settings](home#printer-settings)) variables can be used in your G-code scripts and configurations. - -> [!TIP] -> To know the variable name you can hover your mouse over the variable in the UI. diff --git a/doc/developer-reference/How-to-build.md b/doc/developer-reference/How-to-build.md deleted file mode 100644 index f8e2d997b4..0000000000 --- a/doc/developer-reference/How-to-build.md +++ /dev/null @@ -1,340 +0,0 @@ -# How to Build - -This wiki page provides detailed instructions for building OrcaSlicer from source on different operating systems, including Windows, macOS, and Linux. -It includes tool requirements, setup commands, and build steps for each platform. - -Whether you're a contributor or just want a custom build, this guide will help you compile OrcaSlicer successfully. - -- [Windows 64-bit](#windows-64-bit) - - [Windows Tools Required](#windows-tools-required) - - [Windows Instructions](#windows-instructions) -- [MacOS 64-bit](#macos-64-bit) - - [MacOS Tools Required](#macos-tools-required) - - [MacOS Instructions](#macos-instructions) - - [Debugging in Xcode](#debugging-in-xcode) -- [Linux](#linux) - - [Using Docker](#using-docker) - - [Docker Dependencies](#docker-dependencies) - - [Docker Instructions](#docker-instructions) - - [Troubleshooting](#troubleshooting) - - [Linux Build](#linux-build) - - [Dependencies](#dependencies) - - [Common dependencies across distributions](#common-dependencies-across-distributions) - - [Additional dependencies for specific distributions](#additional-dependencies-for-specific-distributions) - - [Linux Instructions](#linux-instructions) -- [Portable User Configuration](#portable-user-configuration) - - [Example folder structure](#example-folder-structure) - -## Windows 64-bit - -How to building with Visual Studio 2022 on Windows 64-bit. - -### Windows Tools Required - -- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or Visual Studio 2019 - ```shell - winget install --id=Microsoft.VisualStudio.2022.Professional -e - ``` -- [CMake (version 3.31)](https://cmake.org/) — **⚠️ version 3.31.x is mandatory** - ```shell - winget install --id=Kitware.CMake -v "3.31.6" -e - ``` -- [Strawberry Perl](https://strawberryperl.com/) - ```shell - winget install --id=StrawberryPerl.StrawberryPerl -e - ``` -- [Git](https://git-scm.com/) - ```shell - winget install --id=Git.Git -e - ``` -- [git-lfs](https://git-lfs.com/) - ```shell - winget install --id=GitHub.GitLFS -e - ``` - -> [!TIP] -> GitHub Desktop (optional): A GUI for Git and Git LFS, which already includes both tools. -> ```shell -> winget install --id=GitHub.GitHubDesktop -e -> ``` - -### Windows Instructions - -1. Clone the repository: - - If using GitHub Desktop clone the repository from the GUI. - - If using the command line: - 1. Clone the repository: - ```shell - git clone https://github.com/SoftFever/OrcaSlicer - ``` - 2. Run lfs to download tools on Windows: - ```shell - git lfs pull - ``` -2. Open the appropriate command prompt: - - For Visual Studio 2019: - Open **x64 Native Tools Command Prompt for VS 2019** and run: - ```shell - build_release.bat - ``` - - For Visual Studio 2022: - Open **x64 Native Tools Command Prompt for VS 2022** and run: - ```shell - build_release_vs2022.bat - ``` - -> [!NOTE] -> The build process will take a long time depending on your system but even with high-end hardware it can take up to 40 minutes. - -> [!TIP] -> If you encounter issues, you can try to uninstall ZLIB from your Vcpkg library. - -3. If successful, you will find the Visual Studio solution file in: - ```shell - build\OrcaSlicer.sln - ``` -4. Open the solution in Visual Studio, set the build configuration to `Release` and run the `Local Windows Debugger`. - ![compile_vs2022_local_debugger](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/develop/compile_vs2022_local_debugger.png?raw=true) -5. Your resulting executable will be located in: - ```shell - \build\src\Release\orca-slicer.exe - ``` - -> [!NOTE] -> The first time you build a branch, it will take a long time. -> Changes to .cpp files are quickly compiled. -> Changes to .hpp files take longer, depending on what you change. -> If you switch back and forth between branches, it also takes a long time to rebuild, even if you haven't made any changes. - -> [!IMPORTANT] -> Make sure that CMake version 3.31.x is actually being used. Run `cmake --version` and verify it returns a **3.31.x** version. -> If you see an older version (e.g. 3.29), it's likely due to another copy in your system's PATH (e.g. from Strawberry Perl). -> You can run where cmake to check the active paths and rearrange your **System Environment Variables** > PATH, ensuring the correct CMake (e.g. C:\Program Files\CMake\bin) appears before others like C:\Strawberry\c\bin. - -> [!TIP] -> If the build fails, try deleting the `build/` and `deps/build/` directories to clear any cached build data. Rebuilding after a clean-up is usually sufficient to resolve most issues. - -## MacOS 64-bit - -How to building with Xcode on MacOS 64-bit. - -### MacOS Tools Required - -- Xcode -- CMake (version 3.31.x is mandatory) -- Git -- gettext -- libtool -- automake -- autoconf -- texinfo - -> [!TIP] -> You can install most of them by running: -> ```shell -> brew install gettext libtool automake autoconf texinfo -> ``` - -Homebrew currently only offers the latest version of CMake (e.g. **4.X**), which is not compatible. To install the required version **3.31.X**, follow these steps: - -1. Download CMake **3.31.7** from: [https://cmake.org/download/](https://cmake.org/download/) -2. Install the application (drag it to `/Applications`). -3. Add the following line to your shell configuration file (`~/.zshrc` or `~/.bash_profile`): - -```sh -export PATH="/Applications/CMake.app/Contents/bin:$PATH" -``` - -4. Restart the terminal and check the version: - -```sh -cmake --version -``` - -5. Make sure it reports a **3.31.x** version. - -> [!IMPORTANT] -> If you've recently upgraded Xcode, be sure to open Xcode at least once and install the required macOS build support. - -### MacOS Instructions - -1. Clone the repository: - ```shell - git clone https://github.com/SoftFever/OrcaSlicer - cd OrcaSlicer - ``` -2. Build the application: - ```shell - ./build_release_macos.sh - ``` -3. Open the application: - ```shell - open build/arm64/OrcaSlicer/OrcaSlicer.app - ``` - -### Debugging in Xcode - -To build and debug directly in Xcode: - -1. Open the Xcode project: - ```shell - open build/arm64/OrcaSlicer.xcodeproj - ``` -2. In the menu bar: - - **Product > Scheme > OrcaSlicer** - - **Product > Scheme > Edit Scheme...** - - Under **Run > Info**, set **Build Configuration** to `RelWithDebInfo` - - Under **Run > Options**, uncheck **Allow debugging when browsing versions** - - **Product > Run** - -## Linux - -Linux distributions are available in two formats: [using Docker](#using-docker) (recommended) or [building directly](#linux-build) on your system. - -### Using Docker - -How to build and run OrcaSlicer using Docker. - -#### Docker Dependencies - -- Docker -- Git - -#### Docker Instructions - -```shell -git clone https://github.com/SoftFever/OrcaSlicer && cd OrcaSlicer && ./scripts/DockerBuild.sh && ./scripts/DockerRun.sh -``` - -### Troubleshooting - -The `scripts/DockerRun.sh` script includes several commented-out options that can help resolve common issues. Here's a breakdown of what they do: - -- `xhost +local:docker`: If you encounter an "Authorization required, but no authorization protocol specified" error, run this command in your terminal before executing `scripts/DockerRun.sh`. This grants Docker containers permission to interact with your X display server. -- `-h $HOSTNAME`: Forces the container's hostname to match your workstation's hostname. This can be useful in certain network configurations. -- `-v /tmp/.X11-unix:/tmp/.X11-unix`: Helps resolve problems with the X display by mounting the X11 Unix socket into the container. -- `--net=host`: Uses the host's network stack, which is beneficial for printer Wi-Fi connectivity and D-Bus communication. -- `--ipc host`: Addresses potential permission issues with X installations that prevent communication with shared memory sockets. -- `-u $USER`: Runs the container as your workstation's username, helping to maintain consistent file permissions. -- `-v $HOME:/home/$USER`: Mounts your home directory into the container, allowing you to easily load and save files. -- `-e DISPLAY=$DISPLAY`: Passes your X display number to the container, enabling the graphical interface. -- `--privileged=true`: Grants the container elevated privileges, which may be necessary for libGL and D-Bus functionalities. -- `-ti`: Attaches a TTY to the container, enabling command-line interaction with OrcaSlicer. -- `--rm`: Automatically removes the container once it exits, keeping your system clean. -- `orcaslicer $*`: Passes any additional parameters from the `scripts/DockerRun.sh` script directly to the OrcaSlicer executable within the container. - -By uncommenting and using these options as needed, you can often resolve issues related to display authorization, networking, and file permissions. - -### Linux Build - -How to build OrcaSlicer on Linux. - -#### Dependencies - -The build system supports multiple Linux distributions including Ubuntu/Debian and Arch Linux. All required dependencies will be installed automatically by the provided shell script where possible, however you may need to manually install some dependencies. - -> [!NOTE] -> Fedora and other distributions are not currently supported, but you can try building manually by installing the required dependencies listed below. - -##### Common dependencies across distributions - -- autoconf / automake -- cmake -- curl / libcurl4-openssl-dev -- dbus-devel / libdbus-1-dev -- eglexternalplatform-dev / eglexternalplatform-devel -- extra-cmake-modules -- file -- gettext -- git -- glew-devel / libglew-dev -- gstreamer-devel / libgstreamerd-3-dev -- gtk3-devel / libgtk-3-dev -- libmspack-dev / libmspack-devel -- libsecret-devel / libsecret-1-dev -- libspnav-dev / libspnav-devel -- libssl-dev / openssl-devel -- libtool -- libudev-dev -- mesa-libGLU-devel -- ninja-build -- texinfo -- webkit2gtk-devel / libwebkit2gtk-4.0-dev or libwebkit2gtk-4.1-dev -- wget - -##### Additional dependencies for specific distributions - -- **Ubuntu 22.x/23.x**: libfuse-dev, m4 -- **Arch Linux**: mesa, wayland-protocols - -#### Linux Instructions - -1. **Install system dependencies:** - ```shell - ./build_linux.sh -u - ``` - -2. **Build dependencies:** - ```shell - ./build_linux.sh -d - ``` - -3. **Build OrcaSlicer with tests:** - ```shell - ./build_linux.sh -st - ``` - -4. **Build AppImage (optional):** - ```shell - ./build_linux.sh -i - ``` - -5. **All-in-one build (recommended):** - ```shell - ./build_linux.sh -dsti - ``` - -**Additional build options:** - -- `-b`: Build in debug mode (mostly broken at runtime for a long time; avoid unless you want to be fixing failed assertions) -- `-c`: Force a clean build -- `-C`: Enable ANSI-colored compile output (GNU/Clang only) -- `-e`: Build RelWithDebInfo (release + symbols) -- `-j N`: Limit builds to N cores (useful for low-memory systems) -- `-1`: Limit builds to one core -- `-l`: Use Clang instead of GCC -- `-p`: Disable precompiled headers (boost ccache hit rate) -- `-r`: Skip RAM and disk checks (for low-memory systems) - -> [!NOTE] -> The build script automatically detects your Linux distribution and uses the appropriate package manager (apt, pacman) to install dependencies. - -> [!TIP] -> For first-time builds, use `./build_linux.sh -u` to install dependencies, then `./build_linux.sh -dsti` to build everything. - -> [!WARNING] -> If you encounter memory issues during compilation, use `-j 1` or `-1` to limit parallel compilation and `-r` to skip memory checks. - -#### Unit Testing - -See [How to Test](How-to-test) for more details. - ---- - -## Portable User Configuration - -If you want OrcaSlicer to use a custom user configuration folder (e.g., for a portable installation), you can simply place a folder named `data_dir` next to the OrcaSlicer executable. OrcaSlicer will automatically use this folder as its configuration directory. - -This allows for multiple self-contained installations with separate user data. - -> [!TIP] -> This feature is especially useful if you want to run OrcaSlicer from a USB stick or keep different profiles isolated. - -### Example folder structure - -```shell -OrcaSlicer.exe -data_dir/ -``` - -You don’t need to recompile or modify any settings — this works out of the box as long as `data_dir` exists in the same folder as the executable. diff --git a/doc/developer-reference/How-to-create-profiles.md b/doc/developer-reference/How-to-create-profiles.md deleted file mode 100644 index 2c92d40b32..0000000000 --- a/doc/developer-reference/How-to-create-profiles.md +++ /dev/null @@ -1,434 +0,0 @@ -# Guide: Develop Profiles for OrcaSlicer - -## Introduction - -This guide will help you develop profiles for OrcaSlicer. - -## High-level Overview - -OrcaSlicer uses JSON files to store profiles. There are four types of profiles: - -1. Printer model (type `machine_model`). Example: `Orca 3D Fuse1.json` -2. Printer variant (type `machine`). Example: `Orca 3D Fuse1 0.2 nozzle.json` -3. Filament (type `filament`). Example: `Generic PLA @Orca 3D Fuse1@.json` -4. Process (type `process`). Example: `0.10mm Standard @Orca 3D Fuse1 0.2.json` - -Additionally, there is an overall meta file for each vendor (`Orca 3D.json`). - -For easier understanding, let's consider a scenario with a printer manufacturer called `Orca 3D`. The manufacturer offers one printer model called `Fuse 1`, which supports 0.2/0.4/0.6/0.8mm nozzles and common market filaments. - -In this case: - -- Vendor profile: `Orca 3D` -- Printer profile: `Orca 3D Fuse1` -- Printer variant profile: `Orca 3D Fuse1 0.4 nozzle` -- Filament profile: `Generic PLA @Orca 3D Fuse1@` -- Process profile: `0.20mm Standard @Orca 3D Fuse1 0.4` - -The profile name should be same as the filename without the `.json` extension in principal. -Naming conventions: - -1. Vendor profile: `vendor_name.json` -2. Printer profile: `vendor_name` + `printer_name` + `.json` -3. Printer variant profile: `vendor_name` + `printer_variant_name` + `.json` (where `printer_variant_name` typically includes `printer_name` + `nozzle_diameter`) -4. Filament profile: `filament_vendor_name` + `filament_name` + " @" + `vendor_name` + `printer_name`/`printer_variant_name` + `.json` -5. Process profile: `layer_height` + `preset_name` + " @" + `vendor_name` + `printer_name`/`printer_variant_name` + `.json` (`preset_name` typically includes "standard," "fine," "fast," "draft," etc.) - -## File Structure and Templates - -Profiles should be structured in the following way under the OrcaSlicer installation directory: - -```plaintext -resources\profiles\ - ├── Orca 3D.json - └── Orca 3D\ - ├── machine\ - │ ├── Orca 3D Fuse1.json - │ ├── Orca 3D Fuse1 0.2 nozzle.json - │ └── Orca 3D Fuse1 0.4 nozzle.json - ├── process\ - │ ├── 0.10mm Standard @Orca 3D Fuse1 0.2.json - │ └── 0.20mm Standard @Orca 3D Fuse1 0.4.json - └── filament\ - └── Generic PLA @Orca 3D Fuse1@.json -``` - -> [!TIP] -> Use short vendor names in filenames to avoid excessive length. - -> [!NOTE] -> Filament profiles are **optional**. Create them only if the vendor has specifically tuned profiles for the given printer. See [Filament profiles](#filament-profiles) for details. - -Template files for profiles are available in: - -```shell -OrcaSlicer\resources\profiles_template\Template -``` - -These templates can be used as a starting point for new printer, filament, and process profiles. - -## Filament Profiles - -OrcaSlicer features a global filament library called `OrcaFilamentLibrary`, which is automatically available for all printers. It includes generic filaments like `Generic PLA @System` and `Generic ABS @System` etc. - -Printer vendors can override specific filaments in the global library for certain printer models by creating new filament profiles. - -Relationship diagram: - -```mermaid -graph TD; - OrcaFilamentLibrary-->Orca_3D_filament; - OrcaFilamentLibrary-->Vendor_A_filament; - OrcaFilamentLibrary-->Vendor_B_filament; -``` - -> [!IMPORTANT] -> Create new filament profiles only if you have truly specifically tuned the filament for the given printer. Otherwise, use the global library. The global library has a better chance to receive optimizations and updates from OrcaSlicer contributors, which will benefit users of all printers. - -### Adding Filament Profiles to the Global Library - -In this section, we will discuss how to add a new filament profile into the global library. -If you want to add a new generic profile into the global library, you need to create a new file in the `resources\profiles\OrcaFilamentLibrary\filament` folder. If a base type already exists in the global library, you can use this file as a base profile by inheriting it. -The following sample JSON file shows how to create a new generic filament profile `Generic PLA-GF @System` in the global library. - -1. The first step is to create a new file in the `resources\profiles\OrcaFilamentLibrary\filament` folder. The file name should be `Generic PLA-GF @System.json`. Please note that we leave the `compatible_printers` field empty so that it is available for all printers. - -```json -{ - "type": "filament", - "filament_id": "GFL99", - "setting_id": "GFSA05", - "name": "Generic PLA-GF @System", - "from": "system", - "instantiation": "true", - "inherits": "fdm_filament_pla", - "filament_type": ["PLA-GF"], - "filament_flow_ratio": [ - "0.96" - ], - "compatible_printers": [] -} -``` - -2. Register the profile in `resources\profiles\OrcaFilamentLibrary.json`: - -```json -{ - "name": "OrcaFilamentLibrary", - "version": "02.02.00.04", - "force_update": "0", - "description": "Orca Filament Library", - "filament_list": [ - // ... - { - "name": "Generic PLA-GF @System", - "sub_path": "filament/Generic PLA-GF @System.json" - } - ] -} -``` - -3. The last step is to validate the newly added filament profiles see [Validate Profiles](#validate-profiles). - -> [!NOTE] -> If the filament is compatible with AMS, ensure that the `filament_id` value **does not exceed 8 characters** to maintain AMS compatibility. - -> [!TIP] -> **Testing Profile Changes** -> -> When developing profiles, you may notice that changes aren't reflected in OrcaSlicer after editing profile files. This happens because OrcaSlicer caches profiles in the system folder. -> To force OrcaSlicer to load your updated profiles: -> 1. **Access the configuration folder**: Go to **Help** → **Show Configuration Folder** -> ![go-to-configuration-folder](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/develop/go-to-configuration-folder.png?raw=true) -> 2. **Clear the cache**: Delete the `system` folder to remove cached profiles -> ![profile-delete-system-folder](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/develop/profile-delete-system-folder.png?raw=true) -> 3. **Restart OrcaSlicer**: Launch the application to load your updated profiles -> This process forces OrcaSlicer to update its profile cache from the source files in the `resources/profiles/` directory. - -### Adding Filament Profiles to Printer Vendor Library - -In this section, we will discuss how to add a new filament profile for a certain vendor. -If you want to add a new filament profile, whether it's a brand new profile or a specialized version of a global filament profile for a given printer, you need to create a new file in the `resources\profiles\vendor_name\filament` folder. If a base type already exists in the global library, you can use this file as a base profile by inheriting it. -Below is a sample JSON file showing how to create a specialized `Generic ABS` filament profile for the ToolChanger printer. -Please note that here we must leave the compatible_printers field non-empty, unlike in the global library. - -```json -{ - "type": "filament", - "setting_id": "GFB99_MTC_0", - "name": "Generic ABS @MyToolChanger", - "from": "system", - "instantiation": "true", - "inherits": "Generic ABS @System", - "filament_cooling_final_speed": [ - "3.5" - ], - "filament_cooling_initial_speed": [ - "10" - ], - "filament_cooling_moves": [ - "2" - ], - "filament_load_time": [ - "10.5" - ], - "filament_loading_speed": [ - "10" - ], - "filament_loading_speed_start": [ - "50" - ], - "filament_multitool_ramming": [ - "1" - ], - "filament_multitool_ramming_flow": [ - "40" - ], - "filament_stamping_distance": [ - "45" - ], - "filament_stamping_loading_speed": [ - "29" - ], - "filament_unload_time": [ - "8.5" - ], - "filament_unloading_speed": [ - "100" - ], - "compatible_printers": [ - "MyToolChanger 0.4 nozzle", - "MyToolChanger 0.2 nozzle", - "MyToolChanger 0.6 nozzle", - "MyToolChanger 0.8 nozzle" - ] -} -``` - -> [!NOTE] -> If the filament is compatible with AMS, ensure that the `filament_id` value **does not exceed 8 characters** to maintain AMS compatibility. - -## Process Profiles - -Process profiles define print quality and behavior. They follow a structure similar to filament profiles: - -- A common base file, e.g., `fdm_process_common.json`, acts as the parent. -- Vendor-specific process profiles should inherit from the base using the `inherits` field. -- Profiles are stored under: - -```shell -resources\profiles\vendor_name\process\ -``` - -- **There are no global process profiles**. -- Each process profile includes a `"compatible_printers"` field with an array of compatible printer variant names. - -Example: - -```json -{ - "type": "process", - "name": "0.10mm Standard @ExampleVendor Printer 0.2", - "inherits": "fdm_process_common", - "from": "system", - "instantiation": "true", - "compatible_printers": [ - "ExampleVendor Printer 0.2 nozzle" - ] -} -``` - -## Printer Model Profiles - -- Printer model profiles (type `machine_model`) describe the general printer information. -- Example fields: `nozzle_diameter`, `bed_model`, `bed_texture`, `model_id`, etc. -- Stored in: - -```shell -resources\profiles\vendor_name\machine\ -``` - -- Each vendor's folder may contain an image named: - -```shell -[machine_model_list.name]_cover.png -``` - -This image will be used in the UI. - -Example model profile: - -```json -{ - "type": "machine_model", - "name": "Example M5", - "nozzle_diameter": "0.2;0.25;0.4;0.6", - "bed_model": "M5-Example-bed.stl", - "bed_texture": "M5-Example-texture.svg", - "model_id": "V1234", - "family": "Example", - "machine_tech": "FFF", - "default_materials": "Example Generic PLA;Example Generic PETG" -} -``` - -## Printer Variant Profiles - -- Printer variants (type `machine`) define specific nozzle configurations and mechanical details. -- Each variant must inherit from a common base like `fdm_machine_common.json`. -- Must list the compatible nozzle diameter in the `nozzle_diameter` array. -- Example fields include `printer_model`, `printer_variant`, `default_print_profile`, `printable_area`, etc. - -Example variant profile: - -```json -{ - "type": "machine", - "name": "Example M5 0.2 nozzle", - "inherits": "fdm_machine_common", - "from": "system", - "setting_id": "GM001", - "instantiation": "true", - "nozzle_diameter": ["0.2"], - "printer_model": "Example M5", - "printer_variant": "0.2", - "default_filament_profile": ["Example Generic PLA"], - "default_print_profile": "0.10mm Standard 0.2mm nozzle @Example", - "printable_area": ["0x0", "235x0", "235x235", "0x235"], - "nozzle_type": "brass" -} -``` - -## Models - -- The `model` directory under the vendor folder is intended to behave similarly to `machine` profiles. -- Used for additional printer-related 3D models or definitions, stored at: - -```shell -resources\profiles\vendor_name\model\ -``` - -## Vendor Meta File - -```shell -resources\profiles\vendor_name.json -``` - -Each vendor must include a JSON file in the `resources\profiles` directory, named `vendor_name.json`. This file lists all available models, variants, processes, and filaments: - -Example: - -```json -{ - "name": "ExampleVendor", - "version": "01.00.00.00", - "force_update": "1", - "description": "Example configuration", - "machine_model_list": [ - { - "name": "Example M5", - "sub_path": "machine/Example M5.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - } - ] -} -``` - -## Validate Profiles - -You can validate your profiles using both the **OrcaSlicer profile validator** and the **Python validation script**. These tools are designed to check different aspects of the profiles, so both should be executed and pass without errors to ensure full compatibility. - -> [!NOTE] -> **✅ Recommendation:** Always run **both** the OrcaSlicer validator and the Python script to ensure all aspects of the profiles are valid. - -### 1. OrcaSlicer Profile Validator - -You can run OrcaSlicer to verify if the filament you just added is available and usable. You can also use the [Orca profile validator](https://github.com/SoftFever/Orca_tools/releases/tag/1) tool to help debug any errors. - -> [!IMPORTANT] -> You need to delete the `%appdata%/OrcaSlicer/system` folder to force OrcaSlicer to reload your lastest changes. - -The process is the same if you want to add a new brand filament profile into the global library. You need to create a new file in the `resources\profiles\OrcaFilamentLibrary\filament\brand_name` folder. The only difference is that you should put the file into the brand's own subfolder. - -#### Usage - -```shell --h [ --help ] help --p [ --path ] arg profile folder --v [ --vendor ] arg Vendor name. Optional, all profiles present in the folder will be validated if not specified --l [ --log_level ] arg (=2) Log level. Optional, default is 2 (warning). Higher values produce more detailed logs. -``` - -#### Example - -```shell -./OrcaSlicer_profile_validator -p ~/codes/OrcaSlicer/resources/profiles -l 2 -v Custom -``` - -#### Sample result with errors - -```shell -PS D:\codes\OrcaSlicer> ."D:/codes/OrcaSlicer/build/src/Release/OrcaSlicer_profile_validator.exe" --path d:\codes\OrcaSlicer\resources\profiles -l 2 -v Custom -[2024-02-28 21:23:06.102138] [0x0000a4e8] [error] Slic3r::ConfigBase::load_from_json: parse d:\codes\OrcaSlicer\resources\profiles/Custom/machine/fdm_klipper_common.json got a nlohmann::detail::parse_error, reason = [json.exception.parse_error.101] parse error at line 9, column 38: syntax error while parsing object - unexpected string literal; expected '}' -... -Validation failed -``` - -#### Sample result with success - -```shell -PS D:\codes\OrcaSlicer\build\src\RelWithDebInfo> ."D:/codes/OrcaSlicer/build/src/Release/OrcaSlicer_profile_validator.exe" --path d:\codes\OrcaSlicer\resources\profiles -l 2 -v Custom -Validation completed successfully -``` - -> [!WARNING] -> Use `OrcaSlicer_profile_validator` on Ubuntu and `OrcaSlicer_profile_validator.exe` on Windows. - ---- - -### 2. Python Profile Validation Script - -In addition to the Orca validator, you should run the `orca_extra_profile_check.py` script. This script performs additional checks like: - -- Validation of `compatible_printers` in filament profiles -- Consistency of filament names -- Validation of default materials in machine profiles (optional) - -#### Example command - -```shell -python ./orca_extra_profile_check.py -``` - -You can also enable or disable specific checks: - -- `--help`: displays help information -- `--vendor` (optional): checks only the specified vendor. If omitted, all vendors are checked. -- `--check-filaments` (enabled by default): checks `compatible_printers` fields in filament profiles -- `--check-materials`: checks default material names in machine profiles -- `--check-obsolete-keys`: checks for obsolete keys in profiles - -#### Sample usage with all checks enabled - -```shell -python ./orca_extra_profile_check.py --vendor="vendor_name" --check-filaments --check-materials -``` - -The script will output the number of errors found and exit with a non-zero status code if any issues are detected. diff --git a/doc/developer-reference/How-to-test.md b/doc/developer-reference/How-to-test.md deleted file mode 100644 index 2929384b1f..0000000000 --- a/doc/developer-reference/How-to-test.md +++ /dev/null @@ -1,27 +0,0 @@ -# How to Test - -This wiki page describes how to build and run tests on Linux. It should eventually provide guidance on how to add tests for a new feature. - -## Build Tests - -Can be built when you are building Orca Slicer binary by including the `-t` flag for `build_linux.sh`: - -``` -build_linux.sh -st -``` - -Test binaries will then appear under `build/tests`. As of this writing, not all tests will be built. - -## Run Unit Tests - -### Run All - -``` -ctest --test-dir build/tests -``` - -### Run a Specific Set - -``` -ctest --test-dir build/tests/slic3rutils -``` diff --git a/doc/developer-reference/How-to-wiki.md b/doc/developer-reference/How-to-wiki.md deleted file mode 100644 index e59f5408da..0000000000 --- a/doc/developer-reference/How-to-wiki.md +++ /dev/null @@ -1,266 +0,0 @@ -# How to Contribute to the Wiki - -This guide explains how to contribute to the OrcaSlicer wiki. - -OrcaSlicer uses GitHub's wiki feature, which lets users and developers create and edit documentation collaboratively. - -We encourage developers and users to contribute by updating existing pages and adding new content. This helps keep the documentation accurate and useful. - -When adding new features, consider updating the wiki so users can access the latest guidance. - -- [Wiki Structure](#wiki-structure) - - [Home](#home) - - [Index and Navigation](#index-and-navigation) - - [File Naming and Organization](#file-naming-and-organization) -- [Orca to Wiki Redirection](#orca-to-wiki-redirection) -- [Formatting and Style](#formatting-and-style) - - [Markdown Formatting](#markdown-formatting) - - [Alerts and Callouts](#alerts-and-callouts) -- [Images](#images) - - [Image Naming](#image-naming) - - [Image Placement](#image-placement) - - [Linking Images](#linking-images) - - [Examples](#examples) - - [Avoid the Following](#avoid-the-following) - - [Resize Images](#resize-images) - - [Image Cropping and Highlighting](#image-cropping-and-highlighting) - - [Recommended Formats](#recommended-formats) -- [Structuring Content](#structuring-content) -- [Commands and Code Blocks](#commands-and-code-blocks) -- [External Links](#external-links) - -## Wiki Structure - -Each wiki page is a Markdown file located in the `doc` directory of the repository. The wiki is organized into sections that cover different areas of the project. - -### Home - -The Home page is the starting point for the OrcaSlicer wiki. From there you can navigate to sections and topics related to the project. - -When you create a new page or section, link it from the Home page under the appropriate category. -The Home page currently organizes content in these top-level entries: - -- ![printer](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/printer.svg?raw=true) [Printer Settings](home#printer-settings) -- ![filament](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/filament.svg?raw=true) [Material Settings](home#material-settings) -- ![process](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/process.svg?raw=true) [Process Settings](home#process-settings) -- ![tab_3d_active](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/tab_3d_active.svg?raw=true) [Prepare](home#prepare) -- ![tab_calibration_active](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/tab_calibration_active.svg?raw=true) [Calibrations](home#calibrations) -- ![im_code](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/im_code.svg?raw=true) [Developer Section](home#developer-section) - -Each section can have multiple pages covering specific topics. For example, the [Process Settings](home#process-settings) section includes pages on [quality](home#quality-settings), [support](home#support-settings), and [others](home#others-settings). - -#### Index and Navigation - -GitHub Wiki uses file names as page identifiers. To link to a page, use the file name without the `.md` extension. If a file lives in a subdirectory, **do not include the subdirectory** in the link; link directly to the file name from the Home page. - -For example, if you add `doc/calibration/flow-rate-calib.md`, link it like this: - -```markdown -[Flow Rate Calibration](flow-rate-calib) -``` - -For long pages, include a table of contents at the top to help readers find sections quickly. - -```markdown -- [Wiki Structure](#wiki-structure) - - [Home](#home) - - [Index and Navigation](#index-and-navigation) - - [File Naming and Organization](#file-naming-and-organization) -- [Formatting and Style](#formatting-and-style) -``` - -> [!NOTE] -> If you're adding a new section, follow the existing structure and make sure it doesn't already fit an existing category. Link it from the Home page accordingly. - -### File Naming and Organization - -When creating new pages, follow these file-naming conventions: - -- Use unique file names to avoid conflicts. -- Use descriptive names that reflect the page's content. -- Use kebab-case for filenames (e.g.: `How-to-wiki.md`). -- If a page belongs to a section, include a suffix that clarifies it (for example, calibration pages should end with `-calib.md`, e.g. `flow-rate-calib.md`). -- Place files in the appropriate subdirectory when applicable (e.g.: `doc/calibration/` for calibration-related content). - -## Orca to Wiki Redirection - -OrcaSlicer can redirect users from the GUI to the appropriate wiki pages, making it easier to find relevant documentation. - -The option-to-wiki mapping is defined in [src/slic3r/GUI/Tab.cpp](https://github.com/SoftFever/OrcaSlicer/blob/main/src/slic3r/GUI/Tab.cpp). Any option added with `append_single_option_line` can be mapped to a wiki page using a second string argument. - -```cpp -optgroup->append_single_option_line("OPTION_NAME"); // Option without wiki page/redirection -optgroup->append_single_option_line("OPTION_NAME", "WIKI_PAGE"); // Option with wiki page and redirection -``` - -You can also point to a specific section within a wiki page by appending a fragment identifier (for example `#section-name`). - -Example: - -```cpp -optgroup->append_single_option_line("seam_gap","quality_settings_seam"); // Wiki page and redirection -optgroup->append_single_option_line("seam_slope_type", "quality_settings_seam#scarf-joint-seam"); // Wiki page and redirection to `Scarf Joint Seam` section -``` - -## Formatting and Style - -Follow these style and formatting conventions when contributing to the wiki. - -### Markdown Formatting - -The wiki uses standard Markdown syntax for formatting and aims to maintain a consistent style across all pages. Avoid using raw HTML tags and prefer Markdown formatting instead. - -Ensure your indentation is consistent, especially for code blocks and lists. - -Refer to the [GitHub Markdown Guide](https://guides.github.com/features/mastering-markdown/) for more information on Markdown syntax. - -### Alerts and Callouts - -Use GitHub's alert syntax to add inline notes and warnings: - -```markdown -> [!NOTE] -> Useful information that readers should know. - -> [!TIP] -> Helpful advice for doing things more easily. - -> [!IMPORTANT] -> Key information required to achieve a goal. - -> [!WARNING] -> Urgent information to avoid problems. - -> [!CAUTION] -> Warnings about risks or negative outcomes. -``` - -> [!NOTE] -> Refer to the [GitHub Alerts documentation](https://docs.github.com/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) for more details. - -## Images - -Images are encouraged to enhance the clarity and quality of the wiki content. They help illustrate concepts, provide examples, and improve readability. - -> [!CAUTION] -> Do not use images from third-party sources unless you have the proper permissions. - -### Image Naming - -- Use clear, descriptive filenames that reflect the image content. -- For section-specific images, include the section name or initials (for example `pa-[description].png` for Pressure Advance images). - -### Image Placement - -- General images should be placed in the `doc/images/` directory. -- Section-specific images should be stored in their corresponding subdirectories (e.g., `doc/images/calibration/` for calibration content). - -> [!TIP] -> You can use `\resources\images` images used in the GUI. - -### Linking Images - -Always use raw GitHub URLs for image links to ensure correct display: - -Format = `![`filename`](` + Base URL + filename.extension + Raw tag + `)` - -- Base URL: - - ```markdown - https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ - ``` - -- Raw tag: - - ```markdown - ?raw=true - ``` - -#### Examples - -- For an image in `doc/images/` named `calibration.png`: - - ```markdown - ![calibration](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/calibration.png?raw=true) - ``` - -- For an image in a subdirectory like `doc/images/GUI/combobox.png`: - - ```markdown - ![combobox](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/combobox.png?raw=true) - ``` - -> [!IMPORTANT] -> New or moved images may not appear in previews until the pull request is merged. Double-check paths and update links if you move files. - -#### Avoid the Following - -- Relative paths -- GitHub Assets/user-content/user-images URLs -- External image links from temporary or unreliable hosts -- Images containing personal or sensitive information -- Using images for content that can be expressed in text, such as equations or code—use Markdown syntax or Mermaid/Math formatting instead. - -> [!NOTE] -> When contributing section-specific images, follow the naming conventions and directory structure. - -#### Resize Images - -Avoid the resize of images and let the Wiki handle it automatically. - -If resizing is necessary (e.g., for thumbnails), use the following syntax: - -HTML Format = `` + filename + ` -``` - -### Image Cropping and Highlighting - -To ensure clarity: - -- Crop images to focus on relevant areas. -- Use simple annotations (arrows, circles, rectangles) to highlight important parts without overloading the image. - -### Recommended Formats - -- **JPG:** Suitable for photographs. Avoid for images with text or fine detail due to compression artifacts. -- **PNG:** Ideal for screenshots or images with transparency. Ensure sufficient contrast for light and dark modes. -- **SVG:** Preferred when possible. SVGs support theme adaptation (light/dark mode), making them ideal for icons and diagrams. - -## Structuring Content - -Each page should have a clear objective. After a short introduction, choose a structure that fits the content: - -- **Step-by-step guides:** Use for sequential procedures (for example calibration). -- **GUI-based reference:** Describe settings following OrcaSlicer's UI when sequence isn't required. - -Example: explain **Layer Height** before **Initial Layer Height**, since the former is global and the latter only applies to the first layer. - -## Commands and Code Blocks - -When adding commands or code blocks please use the [Code Block with Syntax Highlighting feature of Markdown](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting). - -- Use triple backticks (```) to enclose code blocks. -- Specify the language for proper highlighting and readability. - -````markdown -```json -{ - "key": "value" -} -``` -```` - -```json -{ - "key": "value" -} -``` - -## External Links - -Be careful when linking to external resources. -Ensure links are relevant and reliable and cite papers or articles when appropriate. diff --git a/doc/developer-reference/Localization_guide.md b/doc/developer-reference/Localization_guide.md deleted file mode 100644 index c5d473901f..0000000000 --- a/doc/developer-reference/Localization_guide.md +++ /dev/null @@ -1,111 +0,0 @@ -# Localization and translation guide - -The purpose of this guide is to describe how to contribute to the OrcaSlicer translations. We use GNUgettext for extracting string resources from the project and PoEdit for editing translations. - -Those can be downloaded here: - -- [GNUgettext](https://www.gnu.org/software/gettext/) package contains a set of tools to extract strings from the source code and to create the translation Catalog. -- [PoEdit](https://poedit.net) provides good interface for the translators. - -After GNUgettext is installed, it is recommended to add the path to gettext/bin to PATH variable. - -Full manual for GNUgettext can be seen here: [http://www.gnu.org/software/gettext/manual/gettext.html](http://www.gnu.org/software/gettext/manual/gettext.html) - -### Scenario 1. How do I add a translation or fix an existing translation - -1. Get PO-file 'OrcaSlicer_xx.pot' from corresponding sub-folder here: - [https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n](https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n) -2. Open this file in PoEdit as "Edit a translation" -3. Apply your corrections to the translation -4. Push changed OrcaSlicer_xx.po into the original folder -5. copy OrcaSlicer_xx.mo into resources/i18n/xx and rename it to OrcaSlicer.mo, then push the changed file. - -### Scenario 2. How do I add a new language support - -1. Get file OrcaSlicer.pot here : - [https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n](https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n) -2. Open it in PoEdit for "Create new translation" -3. Select Translation Language (for example French). -4. As a result you will have fr.po - the file containing translation to French. -Notice. When the translation is complete you need to: - - Rename the file to OrcaSlicer_fr.po - - Click "Save file" button. OrcaSlicer_fr.mo will be created immediately - - Bambu_Studio_fr.po needs to be copied into the sub-folder fr of [https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n](https://github.com/softfever/OrcaSlicer/tree/master/localization/i18n), and be pushed - - copy OrcaSlicer_xx.mo into resources/i18n/xx and rename it to OrcaSlicer.mo, then push the changed file. -( name of folder "fr" means "French" - the translation language). - -### Scenario 3. How do I add a new text resource when implementing a feature to OrcaSlicer - -Each string resource in OrcaSlicer available for translation needs to be explicitly marked using L() macro like this: - -```C++ -auto msg = L("This message to be localized") -``` - -To get translated text use one of needed macro/function (`_(s)` or `_CHB(s)` ). -If you add new file resource, add it to the list of files containing macro `L()` - -### Scenario 4. How do I use GNUgettext to localize my own application taking OrcaSlicer as an example - -1. For convenience create a list of files with this macro `L(s)`. We have - https://github.com/softfever/OrcaSlicer/blob/master/localization/i18n/list.txt. - -2. Create template file(*.POT) with GNUgettext command: - - ```shell - xgettext --keyword=L --add-comments=TRN --from-code=UTF-8 --debug -o OrcaSlicer.pot -f list.txt - ``` - - Use flag `--from-code=UTF-8` to specify that the source strings are in UTF-8 encoding - Use flag `--debug` to correctly extract formatted strings(used %d, %s etc.) - -3. Create PO- and MO-files for your project as described above. - -4. To merge old PO-file with strings from created new POT-file use command: - - ```shell - msgmerge -N -o new.po old.po new.pot - ``` - - Use option `-N` to not using fuzzy matching when an exact match is not found. - -5. To concatenate old PO-file with strings from new PO-file use command: - - ```shell - msgcat -o new.po old.po - ``` - -6. Create an English translation catalog with command: - - ```shell - msgen -o new.po old.po - ``` - - > [!NOTE] - > In this Catalog it will be totally same strings for initial text and translated. - -When you have Catalog to translation open POT or PO file in PoEdit and start translating. - -## General guidelines for OrcaSlicer translators - -- We recommend using _PoEdit_ application for translation (as described above). It will help you eliminate most punctuation errors and will show you strings with "random" translations (if the fuzzy parameter was used). - -- To check how the translated text looks on the UI elements, test it :) If you use _PoEdit_, all you need to do is save the file. At this point, a MO file will be created. Rename it OrcaSlicer.mo, and you can run OrcaSlicer (see above). - -- If you see an encoding error (garbage characters instead of Unicode) somewhere in OrcaSlicer, report it. It is likely not a problem of your translation, but a bug in the software. - -- See on which UI elements the translated phrase will be used. Especially if it's a button, it is very important to decide on the translation and not write alternative translations in parentheses, as this will significantly increase the width of the button, which is sometimes highly undesirable: - -- If you decide to use autocorrect or any batch processing tool, the output requires very careful proofreading. It is very easy to make it do changes that break things big time. - -- **Any formatting parts of the phrases must remain unchanged.** For example, you should not change `%1%` to `%1 %`, you should not change `%%` to `%` (for percent sign) and similar. This will lead to application crashes. - -- Please pay attention to spaces, line breaks (\n) and punctuation marks. **Don't add extra line breaks.** This is especially important for parameter names. - -- Description of the parameters should not contain units of measurement. For example, "Enable fan if layer print time is less than ~~n seconds~~" - -- For units of measurement, use the international system of units. Use "s" instead of "sec". - -- If the phrase doesn't have a dot at the end, don't add it. And if it does, then don't forget to :) - -- It is useful to stick to the same terminology in the application (especially with basic terms such as "filament" and similar). Stay consistent. Otherwise it will confuse users. diff --git a/doc/developer-reference/Preset-and-bundle.md b/doc/developer-reference/Preset-and-bundle.md deleted file mode 100644 index 4c4b35f3e9..0000000000 --- a/doc/developer-reference/Preset-and-bundle.md +++ /dev/null @@ -1,47 +0,0 @@ -# Preset and Bundle - -This page deals with the explanation for 3 classes in the code. - -## [`Preset`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/libslic3r/Preset.hpp) - -As the name might suggest this class deals with presets for various things. It defines an enum `Type` which basically tells you what kind of data the present contains. Below are a few explained and there corresponding UI elements - -> [!WARNING] -> There is a lot of outdated and legacy code in the code base. - -- `TYPE_PRINT`: Refers to a process preset. It's called 'Print' probably due to some legacy code. - -![process-preset-full](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/process-preset-full.png?raw=true) - -- `TYPE_FILAMENT`: As the name suggests this preset is for filaments - -![filament-preset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/filament-preset.png?raw=true) - -- `TYPE_PRINTER`: Preset for printers. - -![printer-preset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/printer-preset.png?raw=true) - -There are other preset types but some of them are for SLA. Which is legacy code, since SLA printers are no longer supported. Above 3 are the important types. - -## [`PresetBundle`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/libslic3r/PresetBundle.hpp) - -This is a bundle containing a few types of `PresetCollection`. One bundle has presets for some printers, filaments and some processes (TYPE_PRINT). - -`PresetCollection prints`\ -`PresetCollection filaments`\ -`PrinterPresetCollection printers` - -each one of these contains a collection of processes, filaments and printers respectively.\ - -> [!IMPORTANT] -> Printers, filaments and processes in the bundle don't all have to be compatible with each other. In fact all the saved presets are stored in one `PresetBundle`. The `PresetBundle` is loaded on start up. The list of filaments and processes shown for a particular printer is a subset of `filaments` and `prints` `PresetCollection`s. - -## [`PresetCollection`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/libslic3r/Preset.hpp) - -`PrinterPresetCollection` is a class derived from `PresetCollection`. - -These contain a collection of presets. The presets could be of any type.\ -functions of note here are: - -`get_edited_preset()`: returns the current selected preset along with any modifications the user has made.\ -`get_selected_preset()`: returns the current selected preset without the modifications the user has made. diff --git a/doc/developer-reference/plater-sidebar-tab-combobox.md b/doc/developer-reference/plater-sidebar-tab-combobox.md deleted file mode 100644 index c0dc28a109..0000000000 --- a/doc/developer-reference/plater-sidebar-tab-combobox.md +++ /dev/null @@ -1,28 +0,0 @@ -# Application Structure Overview - -WIP... - -> [!WARNING] -> !! incomplete, possibly inaccurate, being updated with new info !! - -## [`Plater`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/slic3r/GUI/Plater.hpp) - -Refers to the entire application. The whole view, file loading, project saving and loading is all managed by this class. This class contains members for the model viewer, the sidebar, gcode viewer and everything else. - -## [`Sidebar`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/slic3r/GUI/Plater.hpp) - -This is relating the the sidebar in the application window - -![full-sidebar](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/full-sidebar.png?raw=true) - -## [`ComboBox`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/slic3r/GUI/Widgets/ComboBox.hpp) - -The drop down menus where you can see and select presets - -![combobox](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/combobox.png?raw=true) - -## [`Tab`](https://github.com/SoftFever/OrcaSlicer/blob/main/src/slic3r/GUI/Tab.hpp) - -Refers to the various windows with settings. e.g. the Popup to edit printer or filament preset. Also the section to edit process preset and the object list. These 4 are managed by `TabPrinter`, `TabFilament`, `TabPrint` and `TabPrintModel` respectively. - -![tab-popup](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/GUI/tab-popup.png?raw=true) diff --git a/doc/developer-reference/slicing-hierarchy.md b/doc/developer-reference/slicing-hierarchy.md deleted file mode 100644 index f703c75f15..0000000000 --- a/doc/developer-reference/slicing-hierarchy.md +++ /dev/null @@ -1,44 +0,0 @@ -## Slicing Call Hierarchy - -The Slicing logic is not the easiest to locate in the code base. Below is a flow diagram of function calls that are made after clicking the `Slice Plate` button in the UI. Most of the processing happens in different threads. Note the calls after `BackgroundSlicingProcess::start()`, but this is how you can find the slicing logic. - -```mermaid -flowchart TD - A["Slice plate"] --> B["void Plater::priv::on_action_slice_plate(SimpleEvent&)"] - B --> C["void Plater::reslice()"] - C --> D["bool Plater::priv::restart_background_process(unsigned int state)"] - D --> E["bool BackgroundSlicingProcess::start()"] - E --> F["void BackgroundSlicingProcess::thread_proc_safe_seh_throw()"] - F --> G["unsigned long BackgroundSlicingProcess::thread_proc_safe_seh()"] - G --> H["void BackgroundSlicingProcess::thread_proc_safe()"] - H --> I["void BackgroundSlicingProcess::thread_proc()"] - I --> J["void BackgroundSlicingProcess::call_process_seh_throw(std::exception_ptr &ex)"] - J --> K["unsigned long BackgroundSlicingProcess::call_process_seh(std::exception_ptr &ex)"] - K --> L["void BackgroundSlicingProcess::call_process(std::exception_ptr &ex)"] - L --> M["void BackgroundSlicingProcess::process_fff()"] - M --> N["void Print::process(long long *time_cost_with_cache, bool use_cache)"] - N --> O["void PrintObject::make_perimeters()"] - O --> P["void PrintObject::slice()"] - - %% Labels for libraries - subgraph G1 [libSlic3r_gui] - B - C - D - E - F - G - H - I - J - K - L - M - end - - subgraph G2 [libSlic3r] - N - O - P - end -``` \ No newline at end of file diff --git a/doc/images/Adaptative-Bed-Mesh/ABM-Machine-G-code.png b/doc/images/Adaptative-Bed-Mesh/ABM-Machine-G-code.png deleted file mode 100644 index c0367a90c2..0000000000 Binary files a/doc/images/Adaptative-Bed-Mesh/ABM-Machine-G-code.png and /dev/null differ diff --git a/doc/images/Adaptative-Bed-Mesh/ABM-PrinterConfig.png b/doc/images/Adaptative-Bed-Mesh/ABM-PrinterConfig.png deleted file mode 100644 index c2c691c0ae..0000000000 Binary files a/doc/images/Adaptative-Bed-Mesh/ABM-PrinterConfig.png and /dev/null differ diff --git a/doc/images/Chamber/Chamber-Temperature-Control-Material.png b/doc/images/Chamber/Chamber-Temperature-Control-Material.png deleted file mode 100644 index 66559a86a3..0000000000 Binary files a/doc/images/Chamber/Chamber-Temperature-Control-Material.png and /dev/null differ diff --git a/doc/images/Chamber/Chamber-Temperature-Control-Printer.png b/doc/images/Chamber/Chamber-Temperature-Control-Printer.png deleted file mode 100644 index 1d7429c925..0000000000 Binary files a/doc/images/Chamber/Chamber-Temperature-Control-Printer.png and /dev/null differ diff --git a/doc/images/ERS/ers-artefact.jpg b/doc/images/ERS/ers-artefact.jpg deleted file mode 100644 index 43acce608b..0000000000 Binary files a/doc/images/ERS/ers-artefact.jpg and /dev/null differ diff --git a/doc/images/ERS/ers-intro.png b/doc/images/ERS/ers-intro.png deleted file mode 100644 index 9d72090686..0000000000 Binary files a/doc/images/ERS/ers-intro.png and /dev/null differ diff --git a/doc/images/ERS/ers-printspeed.png b/doc/images/ERS/ers-printspeed.png deleted file mode 100644 index 8ad04807b5..0000000000 Binary files a/doc/images/ERS/ers-printspeed.png and /dev/null differ diff --git a/doc/images/Flow-Rate/flowcalibration-example.png b/doc/images/Flow-Rate/flowcalibration-example.png deleted file mode 100644 index a9903966b1..0000000000 Binary files a/doc/images/Flow-Rate/flowcalibration-example.png and /dev/null differ diff --git a/doc/images/Flow-Rate/flowcalibration-guide.png b/doc/images/Flow-Rate/flowcalibration-guide.png deleted file mode 100644 index 77bda5091a..0000000000 Binary files a/doc/images/Flow-Rate/flowcalibration-guide.png and /dev/null differ diff --git a/doc/images/Flow-Rate/flowcalibration-yolo.gif b/doc/images/Flow-Rate/flowcalibration-yolo.gif deleted file mode 100644 index de4aaee116..0000000000 Binary files a/doc/images/Flow-Rate/flowcalibration-yolo.gif and /dev/null differ diff --git a/doc/images/Flow-Rate/flowcalibration_update_flowrate.png b/doc/images/Flow-Rate/flowcalibration_update_flowrate.png deleted file mode 100644 index 44dab31b13..0000000000 Binary files a/doc/images/Flow-Rate/flowcalibration_update_flowrate.png and /dev/null differ diff --git a/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png b/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png deleted file mode 100644 index eb6748f0e8..0000000000 Binary files a/doc/images/Flow-Rate/flowrate-Bambulab-uncheck.png and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flow-calibration-monotonic.gif b/doc/images/Flow-Rate/monotonic-flow-rate/flow-calibration-monotonic.gif deleted file mode 100644 index 1b14e0ef77..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flow-calibration-monotonic.gif and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flowcalibration_update_flowrate_monotonic.png b/doc/images/Flow-Rate/monotonic-flow-rate/flowcalibration_update_flowrate_monotonic.png deleted file mode 100644 index 1db9320a14..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flowcalibration_update_flowrate_monotonic.png and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-0-5-monotonic.jpg b/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-0-5-monotonic.jpg deleted file mode 100644 index 7e8108fe3d..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-0-5-monotonic.jpg and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-6-monotonic.jpg b/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-6-monotonic.jpg deleted file mode 100644 index cb1d5837a4..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-6-monotonic.jpg and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass1-monotonic.jpg b/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass1-monotonic.jpg deleted file mode 100644 index 19cd606e35..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass1-monotonic.jpg and /dev/null differ diff --git a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass2-monotonic.jpg b/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass2-monotonic.jpg deleted file mode 100644 index 333d1bc31e..0000000000 Binary files a/doc/images/Flow-Rate/monotonic-flow-rate/flowrate-pass2-monotonic.jpg and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-Combined-mode.png b/doc/images/Fuzzy-skin/Fuzzy-skin-Combined-mode.png deleted file mode 100644 index 2e24fd6251..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-Combined-mode.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-Displacement-mode.png b/doc/images/Fuzzy-skin/Fuzzy-skin-Displacement-mode.png deleted file mode 100644 index 7be718382b..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-Displacement-mode.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-Extrusion-mode.png b/doc/images/Fuzzy-skin/Fuzzy-skin-Extrusion-mode.png deleted file mode 100644 index f3144638dc..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-Extrusion-mode.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png b/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png deleted file mode 100644 index 70b1d8e024..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png b/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png deleted file mode 100644 index 09b3250f96..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png b/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png deleted file mode 100644 index e2a751ba31..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png b/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png deleted file mode 100644 index 0311bf2aa7..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png and /dev/null differ diff --git a/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png b/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png deleted file mode 100644 index 40c801f6be..0000000000 Binary files a/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png and /dev/null differ diff --git a/doc/images/GUI/combobox.png b/doc/images/GUI/combobox.png deleted file mode 100644 index ef2832cc9e..0000000000 Binary files a/doc/images/GUI/combobox.png and /dev/null differ diff --git a/doc/images/GUI/filament-preset.png b/doc/images/GUI/filament-preset.png deleted file mode 100644 index 0aa6030adb..0000000000 Binary files a/doc/images/GUI/filament-preset.png and /dev/null differ diff --git a/doc/images/GUI/full-sidebar.png b/doc/images/GUI/full-sidebar.png deleted file mode 100644 index 2ee3f86cb1..0000000000 Binary files a/doc/images/GUI/full-sidebar.png and /dev/null differ diff --git a/doc/images/GUI/printer-preset.png b/doc/images/GUI/printer-preset.png deleted file mode 100644 index fc0d567c94..0000000000 Binary files a/doc/images/GUI/printer-preset.png and /dev/null differ diff --git a/doc/images/GUI/process-preset-full.png b/doc/images/GUI/process-preset-full.png deleted file mode 100644 index 02f8f3a7fd..0000000000 Binary files a/doc/images/GUI/process-preset-full.png and /dev/null differ diff --git a/doc/images/GUI/process-preset.png b/doc/images/GUI/process-preset.png deleted file mode 100644 index 85f329314d..0000000000 Binary files a/doc/images/GUI/process-preset.png and /dev/null differ diff --git a/doc/images/GUI/process/process-multimaterial.png b/doc/images/GUI/process/process-multimaterial.png deleted file mode 100644 index cd90ce84fd..0000000000 Binary files a/doc/images/GUI/process/process-multimaterial.png and /dev/null differ diff --git a/doc/images/GUI/process/process-others.png b/doc/images/GUI/process/process-others.png deleted file mode 100644 index 80dbc19835..0000000000 Binary files a/doc/images/GUI/process/process-others.png and /dev/null differ diff --git a/doc/images/GUI/process/process-quality.png b/doc/images/GUI/process/process-quality.png deleted file mode 100644 index 402caf3e76..0000000000 Binary files a/doc/images/GUI/process/process-quality.png and /dev/null differ diff --git a/doc/images/GUI/process/process-speed.png b/doc/images/GUI/process/process-speed.png deleted file mode 100644 index 5e8fd0f262..0000000000 Binary files a/doc/images/GUI/process/process-speed.png and /dev/null differ diff --git a/doc/images/GUI/process/process-strength.png b/doc/images/GUI/process/process-strength.png deleted file mode 100644 index aafb234a0e..0000000000 Binary files a/doc/images/GUI/process/process-strength.png and /dev/null differ diff --git a/doc/images/GUI/process/process-support.png b/doc/images/GUI/process/process-support.png deleted file mode 100644 index d6078daa54..0000000000 Binary files a/doc/images/GUI/process/process-support.png and /dev/null differ diff --git a/doc/images/GUI/tab-popup.png b/doc/images/GUI/tab-popup.png deleted file mode 100644 index 8a6f032887..0000000000 Binary files a/doc/images/GUI/tab-popup.png and /dev/null differ diff --git a/doc/images/Handy-Models/handy-models-list.png b/doc/images/Handy-Models/handy-models-list.png deleted file mode 100644 index c1242cb3bd..0000000000 Binary files a/doc/images/Handy-Models/handy-models-list.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_damp_klipper_slicer_measure.png b/doc/images/InputShaping/IS_damp_klipper_slicer_measure.png deleted file mode 100644 index a050ee98c1..0000000000 Binary files a/doc/images/InputShaping/IS_damp_klipper_slicer_measure.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_damp_marlin_print_measure.jpg b/doc/images/InputShaping/IS_damp_marlin_print_measure.jpg deleted file mode 100644 index 0aa4d7c13e..0000000000 Binary files a/doc/images/InputShaping/IS_damp_marlin_print_measure.jpg and /dev/null differ diff --git a/doc/images/InputShaping/IS_damp_marlin_slicer_measure.png b/doc/images/InputShaping/IS_damp_marlin_slicer_measure.png deleted file mode 100644 index d255eacb9d..0000000000 Binary files a/doc/images/InputShaping/IS_damp_marlin_slicer_measure.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_damp_menu.png b/doc/images/InputShaping/IS_damp_menu.png deleted file mode 100644 index 70460f7aef..0000000000 Binary files a/doc/images/InputShaping/IS_damp_menu.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_freq_klipper_slicer_measure.png b/doc/images/InputShaping/IS_freq_klipper_slicer_measure.png deleted file mode 100644 index d73e5258ec..0000000000 Binary files a/doc/images/InputShaping/IS_freq_klipper_slicer_measure.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_freq_marlin_print_measure.jpg b/doc/images/InputShaping/IS_freq_marlin_print_measure.jpg deleted file mode 100644 index 00c4a54098..0000000000 Binary files a/doc/images/InputShaping/IS_freq_marlin_print_measure.jpg and /dev/null differ diff --git a/doc/images/InputShaping/IS_freq_marlin_slicer_measure.png b/doc/images/InputShaping/IS_freq_marlin_slicer_measure.png deleted file mode 100644 index c8f6746fe6..0000000000 Binary files a/doc/images/InputShaping/IS_freq_marlin_slicer_measure.png and /dev/null differ diff --git a/doc/images/InputShaping/IS_freq_menu.png b/doc/images/InputShaping/IS_freq_menu.png deleted file mode 100644 index 3589e1d51a..0000000000 Binary files a/doc/images/InputShaping/IS_freq_menu.png and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_first_menu.png b/doc/images/JunctionDeviation/jd_first_menu.png deleted file mode 100644 index 4283e0f4bd..0000000000 Binary files a/doc/images/JunctionDeviation/jd_first_menu.png and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_first_print_measure.jpg b/doc/images/JunctionDeviation/jd_first_print_measure.jpg deleted file mode 100644 index 6438f3e31f..0000000000 Binary files a/doc/images/JunctionDeviation/jd_first_print_measure.jpg and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_first_slicer_measure.png b/doc/images/JunctionDeviation/jd_first_slicer_measure.png deleted file mode 100644 index 35a9d05164..0000000000 Binary files a/doc/images/JunctionDeviation/jd_first_slicer_measure.png and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_printer_jerk_limitation.png b/doc/images/JunctionDeviation/jd_printer_jerk_limitation.png deleted file mode 100644 index 334dd39521..0000000000 Binary files a/doc/images/JunctionDeviation/jd_printer_jerk_limitation.png and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_second_menu.png b/doc/images/JunctionDeviation/jd_second_menu.png deleted file mode 100644 index e4c860a16d..0000000000 Binary files a/doc/images/JunctionDeviation/jd_second_menu.png and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_second_print_measure.jpg b/doc/images/JunctionDeviation/jd_second_print_measure.jpg deleted file mode 100644 index 5b76a1ba19..0000000000 Binary files a/doc/images/JunctionDeviation/jd_second_print_measure.jpg and /dev/null differ diff --git a/doc/images/JunctionDeviation/jd_second_slicer_measure.png b/doc/images/JunctionDeviation/jd_second_slicer_measure.png deleted file mode 100644 index afdaf677af..0000000000 Binary files a/doc/images/JunctionDeviation/jd_second_slicer_measure.png and /dev/null differ diff --git a/doc/images/MVF/mvf_caliper_sample_mvf.jpg b/doc/images/MVF/mvf_caliper_sample_mvf.jpg deleted file mode 100644 index 718a124077..0000000000 Binary files a/doc/images/MVF/mvf_caliper_sample_mvf.jpg and /dev/null differ diff --git a/doc/images/MVF/mvf_gui_flow.png b/doc/images/MVF/mvf_gui_flow.png deleted file mode 100644 index 9d4d5ad3db..0000000000 Binary files a/doc/images/MVF/mvf_gui_flow.png and /dev/null differ diff --git a/doc/images/MVF/mvf_material_settings.png b/doc/images/MVF/mvf_material_settings.png deleted file mode 100644 index 2090e7df16..0000000000 Binary files a/doc/images/MVF/mvf_material_settings.png and /dev/null differ diff --git a/doc/images/MVF/mvf_measurement_point.jpg b/doc/images/MVF/mvf_measurement_point.jpg deleted file mode 100644 index c9af518e54..0000000000 Binary files a/doc/images/MVF/mvf_measurement_point.jpg and /dev/null differ diff --git a/doc/images/Precision/PolyHoles.png b/doc/images/Precision/PolyHoles.png deleted file mode 100644 index a936fa2298..0000000000 Binary files a/doc/images/Precision/PolyHoles.png and /dev/null differ diff --git a/doc/images/Precision/PreciseWallOff.svg b/doc/images/Precision/PreciseWallOff.svg deleted file mode 100644 index 99fe13f6f7..0000000000 --- a/doc/images/Precision/PreciseWallOff.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Inner wall
Inner wall
Inner wall
Inner wall
Outer wall
Outer wall
\ No newline at end of file diff --git a/doc/images/Precision/PreciseWallOn.svg b/doc/images/Precision/PreciseWallOn.svg deleted file mode 100644 index 48d1fcac7f..0000000000 --- a/doc/images/Precision/PreciseWallOn.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Inner wall
Inner wall
Inner wall
Inner wall
Outer wall
Outer wall
\ No newline at end of file diff --git a/doc/images/Precision/PreciseZOff.png b/doc/images/Precision/PreciseZOff.png deleted file mode 100644 index 43b5d56cc6..0000000000 Binary files a/doc/images/Precision/PreciseZOff.png and /dev/null differ diff --git a/doc/images/Precision/PreciseZOn.png b/doc/images/Precision/PreciseZOn.png deleted file mode 100644 index 861aec011c..0000000000 Binary files a/doc/images/Precision/PreciseZOn.png and /dev/null differ diff --git a/doc/images/Precision/arc-fitting.svg b/doc/images/Precision/arc-fitting.svg deleted file mode 100644 index acb997cede..0000000000 --- a/doc/images/Precision/arc-fitting.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Sliced GCode Path
Sliced GCode Path
New GCode Arc
New GCode Arc
\ No newline at end of file diff --git a/doc/images/Precision/elephant-foot-compensation.png b/doc/images/Precision/elephant-foot-compensation.png deleted file mode 100644 index 55d87c251d..0000000000 Binary files a/doc/images/Precision/elephant-foot-compensation.png and /dev/null differ diff --git a/doc/images/Precision/elephant-foot.svg b/doc/images/Precision/elephant-foot.svg deleted file mode 100644 index 88a29c0136..0000000000 --- a/doc/images/Precision/elephant-foot.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/doc/images/Precision/layer-height-spheres.png b/doc/images/Precision/layer-height-spheres.png deleted file mode 100644 index 27441eeef7..0000000000 Binary files a/doc/images/Precision/layer-height-spheres.png and /dev/null differ diff --git a/doc/images/Precision/layer-height.svg b/doc/images/Precision/layer-height.svg deleted file mode 100644 index d86cfe813b..0000000000 --- a/doc/images/Precision/layer-height.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
\ No newline at end of file diff --git a/doc/images/Precision/reverse-odd-texture.png b/doc/images/Precision/reverse-odd-texture.png deleted file mode 100644 index bc4ec2221e..0000000000 Binary files a/doc/images/Precision/reverse-odd-texture.png and /dev/null differ diff --git a/doc/images/STL-Transformation/simplify-menu.png b/doc/images/STL-Transformation/simplify-menu.png deleted file mode 100644 index a78ff408d1..0000000000 Binary files a/doc/images/STL-Transformation/simplify-menu.png and /dev/null differ diff --git a/doc/images/STL-Transformation/stl-transformation-enable.png b/doc/images/STL-Transformation/stl-transformation-enable.png deleted file mode 100644 index 56edb4175a..0000000000 Binary files a/doc/images/STL-Transformation/stl-transformation-enable.png and /dev/null differ diff --git a/doc/images/STL-Transformation/stl-transformation-params.png b/doc/images/STL-Transformation/stl-transformation-params.png deleted file mode 100644 index bd8919e275..0000000000 Binary files a/doc/images/STL-Transformation/stl-transformation-params.png and /dev/null differ diff --git a/doc/images/STL-Transformation/stl-transformation-smooth-rough.png b/doc/images/STL-Transformation/stl-transformation-smooth-rough.png deleted file mode 100644 index 762f87d02e..0000000000 Binary files a/doc/images/STL-Transformation/stl-transformation-smooth-rough.png and /dev/null differ diff --git a/doc/images/STL-Transformation/stl-transformation-split.png b/doc/images/STL-Transformation/stl-transformation-split.png deleted file mode 100644 index 64184f917b..0000000000 Binary files a/doc/images/STL-Transformation/stl-transformation-split.png and /dev/null differ diff --git a/doc/images/STL-Transformation/stl-transformation.png b/doc/images/STL-Transformation/stl-transformation.png deleted file mode 100644 index 6527e14826..0000000000 Binary files a/doc/images/STL-Transformation/stl-transformation.png and /dev/null differ diff --git a/doc/images/Temp-calib/temp-tower.jpg b/doc/images/Temp-calib/temp-tower.jpg deleted file mode 100644 index 00135dcedb..0000000000 Binary files a/doc/images/Temp-calib/temp-tower.jpg and /dev/null differ diff --git a/doc/images/Temp-calib/temp-tower_test.gif b/doc/images/Temp-calib/temp-tower_test.gif deleted file mode 100644 index c93a0dab52..0000000000 Binary files a/doc/images/Temp-calib/temp-tower_test.gif and /dev/null differ diff --git a/doc/images/Temp-calib/temp-tower_test_menu.png b/doc/images/Temp-calib/temp-tower_test_menu.png deleted file mode 100644 index dfc074ebe9..0000000000 Binary files a/doc/images/Temp-calib/temp-tower_test_menu.png and /dev/null differ diff --git a/doc/images/Tolerance/FilamentShrinkageCompensation.png b/doc/images/Tolerance/FilamentShrinkageCompensation.png deleted file mode 100644 index 8da497eca0..0000000000 Binary files a/doc/images/Tolerance/FilamentShrinkageCompensation.png and /dev/null differ diff --git a/doc/images/Tolerance/OrcaToleranceTes_m6.jpg b/doc/images/Tolerance/OrcaToleranceTes_m6.jpg deleted file mode 100644 index 7cd70d8a23..0000000000 Binary files a/doc/images/Tolerance/OrcaToleranceTes_m6.jpg and /dev/null differ diff --git a/doc/images/Tolerance/OrcaToleranceTest_print.jpg b/doc/images/Tolerance/OrcaToleranceTest_print.jpg deleted file mode 100644 index 4fc2244160..0000000000 Binary files a/doc/images/Tolerance/OrcaToleranceTest_print.jpg and /dev/null differ diff --git a/doc/images/Tolerance/QualityPrecision.png b/doc/images/Tolerance/QualityPrecision.png deleted file mode 100644 index 7b763ea67c..0000000000 Binary files a/doc/images/Tolerance/QualityPrecision.png and /dev/null differ diff --git a/doc/images/Tolerance/tolerance_hole.svg b/doc/images/Tolerance/tolerance_hole.svg deleted file mode 100644 index 927be09ae7..0000000000 --- a/doc/images/Tolerance/tolerance_hole.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
6,00mm
6,00mm
\ No newline at end of file diff --git a/doc/images/Wall-Order/avoid-crossing-walls.png b/doc/images/Wall-Order/avoid-crossing-walls.png deleted file mode 100644 index 52c0e756ce..0000000000 Binary files a/doc/images/Wall-Order/avoid-crossing-walls.png and /dev/null differ diff --git a/doc/images/Wall-Order/flow-compensation-model-graph.png b/doc/images/Wall-Order/flow-compensation-model-graph.png deleted file mode 100644 index d3f4408907..0000000000 Binary files a/doc/images/Wall-Order/flow-compensation-model-graph.png and /dev/null differ diff --git a/doc/images/Wall-Order/flow-compensation-model.png b/doc/images/Wall-Order/flow-compensation-model.png deleted file mode 100644 index be22f2ba02..0000000000 Binary files a/doc/images/Wall-Order/flow-compensation-model.png and /dev/null differ diff --git a/doc/images/Wall-Order/infill-first.gif b/doc/images/Wall-Order/infill-first.gif deleted file mode 100644 index 2de1160720..0000000000 Binary files a/doc/images/Wall-Order/infill-first.gif and /dev/null differ diff --git a/doc/images/Wall-Order/infill-ghosting.png b/doc/images/Wall-Order/infill-ghosting.png deleted file mode 100644 index 40f66fb124..0000000000 Binary files a/doc/images/Wall-Order/infill-ghosting.png and /dev/null differ diff --git a/doc/images/Wall-Order/inner-outer-inner.gif b/doc/images/Wall-Order/inner-outer-inner.gif deleted file mode 100644 index 74077e7956..0000000000 Binary files a/doc/images/Wall-Order/inner-outer-inner.gif and /dev/null differ diff --git a/doc/images/Wall-Order/inner-outer.gif b/doc/images/Wall-Order/inner-outer.gif deleted file mode 100644 index 2fcee982f3..0000000000 Binary files a/doc/images/Wall-Order/inner-outer.gif and /dev/null differ diff --git a/doc/images/Wall-Order/only-one-wall-threshold.png b/doc/images/Wall-Order/only-one-wall-threshold.png deleted file mode 100644 index a728e46442..0000000000 Binary files a/doc/images/Wall-Order/only-one-wall-threshold.png and /dev/null differ diff --git a/doc/images/Wall-Order/only-one-wall.gif b/doc/images/Wall-Order/only-one-wall.gif deleted file mode 100644 index 2cc775c359..0000000000 Binary files a/doc/images/Wall-Order/only-one-wall.gif and /dev/null differ diff --git a/doc/images/Wall-Order/outer-inner.gif b/doc/images/Wall-Order/outer-inner.gif deleted file mode 100644 index 48cfa32f27..0000000000 Binary files a/doc/images/Wall-Order/outer-inner.gif and /dev/null differ diff --git a/doc/images/WallGenerator/wallgenerator-arachne.png b/doc/images/WallGenerator/wallgenerator-arachne.png deleted file mode 100644 index 21d14d77f3..0000000000 Binary files a/doc/images/WallGenerator/wallgenerator-arachne.png and /dev/null differ diff --git a/doc/images/WallGenerator/wallgenerator-classic.png b/doc/images/WallGenerator/wallgenerator-classic.png deleted file mode 100644 index 8d884f6a65..0000000000 Binary files a/doc/images/WallGenerator/wallgenerator-classic.png and /dev/null differ diff --git a/doc/images/bed-types.gif b/doc/images/bed-types.gif deleted file mode 100644 index 8a8d036578..0000000000 Binary files a/doc/images/bed-types.gif and /dev/null differ diff --git a/doc/images/bridging/bridge-counterbore-none.png b/doc/images/bridging/bridge-counterbore-none.png deleted file mode 100644 index e797b3b209..0000000000 Binary files a/doc/images/bridging/bridge-counterbore-none.png and /dev/null differ diff --git a/doc/images/bridging/bridge-counterbore-partially.gif b/doc/images/bridging/bridge-counterbore-partially.gif deleted file mode 100644 index 83eaadd7d1..0000000000 Binary files a/doc/images/bridging/bridge-counterbore-partially.gif and /dev/null differ diff --git a/doc/images/bridging/bridge-counterbore-sacrificial.png b/doc/images/bridging/bridge-counterbore-sacrificial.png deleted file mode 100644 index 31af638539..0000000000 Binary files a/doc/images/bridging/bridge-counterbore-sacrificial.png and /dev/null differ diff --git a/doc/images/bridging/thick-bridges.png b/doc/images/bridging/thick-bridges.png deleted file mode 100644 index 91985947e7..0000000000 Binary files a/doc/images/bridging/thick-bridges.png and /dev/null differ diff --git a/doc/images/brim/brim-inner.png b/doc/images/brim/brim-inner.png deleted file mode 100644 index b6a69bd148..0000000000 Binary files a/doc/images/brim/brim-inner.png and /dev/null differ diff --git a/doc/images/brim/brim-mouse-ears.png b/doc/images/brim/brim-mouse-ears.png deleted file mode 100644 index 77828217ed..0000000000 Binary files a/doc/images/brim/brim-mouse-ears.png and /dev/null differ diff --git a/doc/images/brim/brim-outer-inner.png b/doc/images/brim/brim-outer-inner.png deleted file mode 100644 index 727c46e53f..0000000000 Binary files a/doc/images/brim/brim-outer-inner.png and /dev/null differ diff --git a/doc/images/brim/brim-outer.png b/doc/images/brim/brim-outer.png deleted file mode 100644 index 45cf6e1d57..0000000000 Binary files a/doc/images/brim/brim-outer.png and /dev/null differ diff --git a/doc/images/brim/brim.png b/doc/images/brim/brim.png deleted file mode 100644 index 914efdfbc2..0000000000 Binary files a/doc/images/brim/brim.png and /dev/null differ diff --git a/doc/images/calibration.png b/doc/images/calibration.png deleted file mode 100644 index 06a0454f62..0000000000 Binary files a/doc/images/calibration.png and /dev/null differ diff --git a/doc/images/develop/compile_vs2022_local_debugger.png b/doc/images/develop/compile_vs2022_local_debugger.png deleted file mode 100644 index ea5aaee19e..0000000000 Binary files a/doc/images/develop/compile_vs2022_local_debugger.png and /dev/null differ diff --git a/doc/images/develop/go-to-configuration-folder.png b/doc/images/develop/go-to-configuration-folder.png deleted file mode 100644 index c5b9cdcec8..0000000000 Binary files a/doc/images/develop/go-to-configuration-folder.png and /dev/null differ diff --git a/doc/images/develop/profile-delete-system-folder.png b/doc/images/develop/profile-delete-system-folder.png deleted file mode 100644 index e89d2cfaad..0000000000 Binary files a/doc/images/develop/profile-delete-system-folder.png and /dev/null differ diff --git a/doc/images/fill/InfillAnchorOff.png b/doc/images/fill/InfillAnchorOff.png deleted file mode 100644 index 291f41bb34..0000000000 Binary files a/doc/images/fill/InfillAnchorOff.png and /dev/null differ diff --git a/doc/images/fill/InfillAnchorOn.png b/doc/images/fill/InfillAnchorOn.png deleted file mode 100644 index 5757a4f9be..0000000000 Binary files a/doc/images/fill/InfillAnchorOn.png and /dev/null differ diff --git a/doc/images/fill/InfillWallOverlapOff.svg b/doc/images/fill/InfillWallOverlapOff.svg deleted file mode 100644 index a524a6bf73..0000000000 --- a/doc/images/fill/InfillWallOverlapOff.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Sparse infill
Sparse infill
\ No newline at end of file diff --git a/doc/images/fill/InfillWallOverlapOn.svg b/doc/images/fill/InfillWallOverlapOn.svg deleted file mode 100644 index cc348c099b..0000000000 --- a/doc/images/fill/InfillWallOverlapOn.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -
Inner wall
Inner wall
Outer wall
Outer wall
Inner wall
Inner wall
Sparse infill
Sparse infill
\ No newline at end of file diff --git a/doc/images/fill/Template-metalanguage/+30+90.png b/doc/images/fill/Template-metalanguage/+30+90.png deleted file mode 100644 index bb5044f88e..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+30+90.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+30-10.png b/doc/images/fill/Template-metalanguage/+30-10.png deleted file mode 100644 index 686f2d38aa..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+30-10.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+30.png b/doc/images/fill/Template-metalanguage/+30.png deleted file mode 100644 index 45422d0930..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+30.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+360-100p.png b/doc/images/fill/Template-metalanguage/+360-100p.png deleted file mode 100644 index 5c35aa6e82..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+360-100p.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+45-100.png b/doc/images/fill/Template-metalanguage/+45-100.png deleted file mode 100644 index c7f871d4f3..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+45-100.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+45-50.png b/doc/images/fill/Template-metalanguage/+45-50.png deleted file mode 100644 index fbf8982af2..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+45-50.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+45.png b/doc/images/fill/Template-metalanguage/+45.png deleted file mode 100644 index 90a63e2817..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+45.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/+90.png b/doc/images/fill/Template-metalanguage/+90.png deleted file mode 100644 index 8b15c6c48d..0000000000 Binary files a/doc/images/fill/Template-metalanguage/+90.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/0+30+90.png b/doc/images/fill/Template-metalanguage/0+30+90.png deleted file mode 100644 index c4423eda40..0000000000 Binary files a/doc/images/fill/Template-metalanguage/0+30+90.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/0-30.png b/doc/images/fill/Template-metalanguage/0-30.png deleted file mode 100644 index f1428d4393..0000000000 Binary files a/doc/images/fill/Template-metalanguage/0-30.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/0.png b/doc/images/fill/Template-metalanguage/0.png deleted file mode 100644 index 7339ecdb62..0000000000 Binary files a/doc/images/fill/Template-metalanguage/0.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/10period.png b/doc/images/fill/Template-metalanguage/10period.png deleted file mode 100644 index e3b1337d1b..0000000000 Binary files a/doc/images/fill/Template-metalanguage/10period.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/14+15R.png b/doc/images/fill/Template-metalanguage/14+15R.png deleted file mode 100644 index 8c9f6b0481..0000000000 Binary files a/doc/images/fill/Template-metalanguage/14+15R.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/45.png b/doc/images/fill/Template-metalanguage/45.png deleted file mode 100644 index ba0d0a6df0..0000000000 Binary files a/doc/images/fill/Template-metalanguage/45.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/90.png b/doc/images/fill/Template-metalanguage/90.png deleted file mode 100644 index 350923b56b..0000000000 Binary files a/doc/images/fill/Template-metalanguage/90.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/arcsinus-joint.png b/doc/images/fill/Template-metalanguage/arcsinus-joint.png deleted file mode 100644 index cccf96fc25..0000000000 Binary files a/doc/images/fill/Template-metalanguage/arcsinus-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/cubic-joint-inverse.png b/doc/images/fill/Template-metalanguage/cubic-joint-inverse.png deleted file mode 100644 index 293b9bb728..0000000000 Binary files a/doc/images/fill/Template-metalanguage/cubic-joint-inverse.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/cubic-joint.png b/doc/images/fill/Template-metalanguage/cubic-joint.png deleted file mode 100644 index 44d08dbd69..0000000000 Binary files a/doc/images/fill/Template-metalanguage/cubic-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/h-sinus-joint-lazy.png b/doc/images/fill/Template-metalanguage/h-sinus-joint-lazy.png deleted file mode 100644 index 0304d3f8e0..0000000000 Binary files a/doc/images/fill/Template-metalanguage/h-sinus-joint-lazy.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/hv-quarter-joint.png b/doc/images/fill/Template-metalanguage/hv-quarter-joint.png deleted file mode 100644 index 2958aca689..0000000000 Binary files a/doc/images/fill/Template-metalanguage/hv-quarter-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/infill-counting-flipped.png b/doc/images/fill/Template-metalanguage/infill-counting-flipped.png deleted file mode 100644 index 02ab00f7c5..0000000000 Binary files a/doc/images/fill/Template-metalanguage/infill-counting-flipped.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/infill-counting.png b/doc/images/fill/Template-metalanguage/infill-counting.png deleted file mode 100644 index 229f68596e..0000000000 Binary files a/doc/images/fill/Template-metalanguage/infill-counting.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/linear-joint.png b/doc/images/fill/Template-metalanguage/linear-joint.png deleted file mode 100644 index f9158eb14c..0000000000 Binary files a/doc/images/fill/Template-metalanguage/linear-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/multiple-joint-initial-angle.png b/doc/images/fill/Template-metalanguage/multiple-joint-initial-angle.png deleted file mode 100644 index d854c7a6a9..0000000000 Binary files a/doc/images/fill/Template-metalanguage/multiple-joint-initial-angle.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/multiple-joint-middle-angle.png b/doc/images/fill/Template-metalanguage/multiple-joint-middle-angle.png deleted file mode 100644 index d1f782bb1b..0000000000 Binary files a/doc/images/fill/Template-metalanguage/multiple-joint-middle-angle.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/multiple-joint.png b/doc/images/fill/Template-metalanguage/multiple-joint.png deleted file mode 100644 index b691d9daf7..0000000000 Binary files a/doc/images/fill/Template-metalanguage/multiple-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/pseudorandom-joint.png b/doc/images/fill/Template-metalanguage/pseudorandom-joint.png deleted file mode 100644 index 746365b9e5..0000000000 Binary files a/doc/images/fill/Template-metalanguage/pseudorandom-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/random-joint.png b/doc/images/fill/Template-metalanguage/random-joint.png deleted file mode 100644 index 0700b2c7a7..0000000000 Binary files a/doc/images/fill/Template-metalanguage/random-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/squared-joint-inverse.png b/doc/images/fill/Template-metalanguage/squared-joint-inverse.png deleted file mode 100644 index b2c82ba708..0000000000 Binary files a/doc/images/fill/Template-metalanguage/squared-joint-inverse.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/squared-joint.png b/doc/images/fill/Template-metalanguage/squared-joint.png deleted file mode 100644 index 73eace2592..0000000000 Binary files a/doc/images/fill/Template-metalanguage/squared-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/v-sinus-joint-lazy.png b/doc/images/fill/Template-metalanguage/v-sinus-joint-lazy.png deleted file mode 100644 index a0462665b2..0000000000 Binary files a/doc/images/fill/Template-metalanguage/v-sinus-joint-lazy.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/v-sinus-joint.png b/doc/images/fill/Template-metalanguage/v-sinus-joint.png deleted file mode 100644 index c66f9ecd3b..0000000000 Binary files a/doc/images/fill/Template-metalanguage/v-sinus-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/vh-quarter-joint.png b/doc/images/fill/Template-metalanguage/vh-quarter-joint.png deleted file mode 100644 index b04dcf0183..0000000000 Binary files a/doc/images/fill/Template-metalanguage/vh-quarter-joint.png and /dev/null differ diff --git a/doc/images/fill/Template-metalanguage/z-h-sinus-joint.png b/doc/images/fill/Template-metalanguage/z-h-sinus-joint.png deleted file mode 100644 index 89649c6566..0000000000 Binary files a/doc/images/fill/Template-metalanguage/z-h-sinus-joint.png and /dev/null differ diff --git a/doc/images/fill/extra-solid-infill.gif b/doc/images/fill/extra-solid-infill.gif deleted file mode 100644 index a5fc712aa3..0000000000 Binary files a/doc/images/fill/extra-solid-infill.gif and /dev/null differ diff --git a/doc/images/fill/fill-combination.png b/doc/images/fill/fill-combination.png deleted file mode 100644 index 29bca84ab8..0000000000 Binary files a/doc/images/fill/fill-combination.png and /dev/null differ diff --git a/doc/images/fill/fill-direction-to-model.png b/doc/images/fill/fill-direction-to-model.png deleted file mode 100644 index 890c9336a4..0000000000 Binary files a/doc/images/fill/fill-direction-to-model.png and /dev/null differ diff --git a/doc/images/fill/fill-direction.png b/doc/images/fill/fill-direction.png deleted file mode 100644 index 2ae10348d8..0000000000 Binary files a/doc/images/fill/fill-direction.png and /dev/null differ diff --git a/doc/images/fill/fill-layer-time-variability.png b/doc/images/fill/fill-layer-time-variability.png deleted file mode 100644 index 7558036dea..0000000000 Binary files a/doc/images/fill/fill-layer-time-variability.png and /dev/null differ diff --git a/doc/images/fill/fill-rotation.png b/doc/images/fill/fill-rotation.png deleted file mode 100644 index d60ac1c224..0000000000 Binary files a/doc/images/fill/fill-rotation.png and /dev/null differ diff --git a/doc/images/fill/infill-multiline-1-5.gif b/doc/images/fill/infill-multiline-1-5.gif deleted file mode 100644 index 0194cd7127..0000000000 Binary files a/doc/images/fill/infill-multiline-1-5.gif and /dev/null differ diff --git a/doc/images/fill/infill-multiline-aesthetic.gif b/doc/images/fill/infill-multiline-aesthetic.gif deleted file mode 100644 index b6e509c842..0000000000 Binary files a/doc/images/fill/infill-multiline-aesthetic.gif and /dev/null differ diff --git a/doc/images/fill/infill-multiline-overlapping.gif b/doc/images/fill/infill-multiline-overlapping.gif deleted file mode 100644 index 8b1c7a1583..0000000000 Binary files a/doc/images/fill/infill-multiline-overlapping.gif and /dev/null differ diff --git a/doc/images/fill/infill-top-3d-honeycomb.png b/doc/images/fill/infill-top-3d-honeycomb.png deleted file mode 100644 index 30134a3f83..0000000000 Binary files a/doc/images/fill/infill-top-3d-honeycomb.png and /dev/null differ diff --git a/doc/images/fill/infill-top-adaptive-cubic.png b/doc/images/fill/infill-top-adaptive-cubic.png deleted file mode 100644 index 31cb7220be..0000000000 Binary files a/doc/images/fill/infill-top-adaptive-cubic.png and /dev/null differ diff --git a/doc/images/fill/infill-top-aligned-rectilinear.png b/doc/images/fill/infill-top-aligned-rectilinear.png deleted file mode 100644 index b31ad33c3f..0000000000 Binary files a/doc/images/fill/infill-top-aligned-rectilinear.png and /dev/null differ diff --git a/doc/images/fill/infill-top-archimedean-chords.png b/doc/images/fill/infill-top-archimedean-chords.png deleted file mode 100644 index f70f98cde5..0000000000 Binary files a/doc/images/fill/infill-top-archimedean-chords.png and /dev/null differ diff --git a/doc/images/fill/infill-top-concentric.png b/doc/images/fill/infill-top-concentric.png deleted file mode 100644 index 605f182e65..0000000000 Binary files a/doc/images/fill/infill-top-concentric.png and /dev/null differ diff --git a/doc/images/fill/infill-top-cross-hatch.png b/doc/images/fill/infill-top-cross-hatch.png deleted file mode 100644 index 1bcc7b217a..0000000000 Binary files a/doc/images/fill/infill-top-cross-hatch.png and /dev/null differ diff --git a/doc/images/fill/infill-top-cross-zag.png b/doc/images/fill/infill-top-cross-zag.png deleted file mode 100644 index 1c037b69e4..0000000000 Binary files a/doc/images/fill/infill-top-cross-zag.png and /dev/null differ diff --git a/doc/images/fill/infill-top-cubic.png b/doc/images/fill/infill-top-cubic.png deleted file mode 100644 index 2c240e8ec0..0000000000 Binary files a/doc/images/fill/infill-top-cubic.png and /dev/null differ diff --git a/doc/images/fill/infill-top-grid.png b/doc/images/fill/infill-top-grid.png deleted file mode 100644 index 0582468d68..0000000000 Binary files a/doc/images/fill/infill-top-grid.png and /dev/null differ diff --git a/doc/images/fill/infill-top-gyroid.png b/doc/images/fill/infill-top-gyroid.png deleted file mode 100644 index 930f4e7de9..0000000000 Binary files a/doc/images/fill/infill-top-gyroid.png and /dev/null differ diff --git a/doc/images/fill/infill-top-hilbert-curve.png b/doc/images/fill/infill-top-hilbert-curve.png deleted file mode 100644 index 4c74acbe7e..0000000000 Binary files a/doc/images/fill/infill-top-hilbert-curve.png and /dev/null differ diff --git a/doc/images/fill/infill-top-honeycomb.png b/doc/images/fill/infill-top-honeycomb.png deleted file mode 100644 index 16face86f1..0000000000 Binary files a/doc/images/fill/infill-top-honeycomb.png and /dev/null differ diff --git a/doc/images/fill/infill-top-lateral-honeycomb.png b/doc/images/fill/infill-top-lateral-honeycomb.png deleted file mode 100644 index e557f81002..0000000000 Binary files a/doc/images/fill/infill-top-lateral-honeycomb.png and /dev/null differ diff --git a/doc/images/fill/infill-top-lateral-lattice.png b/doc/images/fill/infill-top-lateral-lattice.png deleted file mode 100644 index 01900ad1f1..0000000000 Binary files a/doc/images/fill/infill-top-lateral-lattice.png and /dev/null differ diff --git a/doc/images/fill/infill-top-lightning.png b/doc/images/fill/infill-top-lightning.png deleted file mode 100644 index 9892bbb5c7..0000000000 Binary files a/doc/images/fill/infill-top-lightning.png and /dev/null differ diff --git a/doc/images/fill/infill-top-line.png b/doc/images/fill/infill-top-line.png deleted file mode 100644 index d028a2e442..0000000000 Binary files a/doc/images/fill/infill-top-line.png and /dev/null differ diff --git a/doc/images/fill/infill-top-locked-zag.png b/doc/images/fill/infill-top-locked-zag.png deleted file mode 100644 index b9592186c5..0000000000 Binary files a/doc/images/fill/infill-top-locked-zag.png and /dev/null differ diff --git a/doc/images/fill/infill-top-monotonic-line.png b/doc/images/fill/infill-top-monotonic-line.png deleted file mode 100644 index e08eb51947..0000000000 Binary files a/doc/images/fill/infill-top-monotonic-line.png and /dev/null differ diff --git a/doc/images/fill/infill-top-monotonic.png b/doc/images/fill/infill-top-monotonic.png deleted file mode 100644 index f81928be80..0000000000 Binary files a/doc/images/fill/infill-top-monotonic.png and /dev/null differ diff --git a/doc/images/fill/infill-top-octagram-spiral.png b/doc/images/fill/infill-top-octagram-spiral.png deleted file mode 100644 index 51c76c400e..0000000000 Binary files a/doc/images/fill/infill-top-octagram-spiral.png and /dev/null differ diff --git a/doc/images/fill/infill-top-quarter-cubic.png b/doc/images/fill/infill-top-quarter-cubic.png deleted file mode 100644 index aae74aa1f3..0000000000 Binary files a/doc/images/fill/infill-top-quarter-cubic.png and /dev/null differ diff --git a/doc/images/fill/infill-top-rectilinear.png b/doc/images/fill/infill-top-rectilinear.png deleted file mode 100644 index 2f0b84e36c..0000000000 Binary files a/doc/images/fill/infill-top-rectilinear.png and /dev/null differ diff --git a/doc/images/fill/infill-top-support-cubic.png b/doc/images/fill/infill-top-support-cubic.png deleted file mode 100644 index 248276a56f..0000000000 Binary files a/doc/images/fill/infill-top-support-cubic.png and /dev/null differ diff --git a/doc/images/fill/infill-top-tpms-d.png b/doc/images/fill/infill-top-tpms-d.png deleted file mode 100644 index f86cae3058..0000000000 Binary files a/doc/images/fill/infill-top-tpms-d.png and /dev/null differ diff --git a/doc/images/fill/infill-top-tpms-fk.png b/doc/images/fill/infill-top-tpms-fk.png deleted file mode 100644 index b46b038915..0000000000 Binary files a/doc/images/fill/infill-top-tpms-fk.png and /dev/null differ diff --git a/doc/images/fill/infill-top-tri-hexagon.png b/doc/images/fill/infill-top-tri-hexagon.png deleted file mode 100644 index 2adfc583fc..0000000000 Binary files a/doc/images/fill/infill-top-tri-hexagon.png and /dev/null differ diff --git a/doc/images/fill/infill-top-triangles.png b/doc/images/fill/infill-top-triangles.png deleted file mode 100644 index 921b6db9eb..0000000000 Binary files a/doc/images/fill/infill-top-triangles.png and /dev/null differ diff --git a/doc/images/fill/infill-top-zig-zag.png b/doc/images/fill/infill-top-zig-zag.png deleted file mode 100644 index 3a9adb7ca7..0000000000 Binary files a/doc/images/fill/infill-top-zig-zag.png and /dev/null differ diff --git a/doc/images/ironing/ironing-all-solid-layers.png b/doc/images/ironing/ironing-all-solid-layers.png deleted file mode 100644 index 6cb6b87a35..0000000000 Binary files a/doc/images/ironing/ironing-all-solid-layers.png and /dev/null differ diff --git a/doc/images/ironing/ironing-inset.png b/doc/images/ironing/ironing-inset.png deleted file mode 100644 index d5d2f5a6b6..0000000000 Binary files a/doc/images/ironing/ironing-inset.png and /dev/null differ diff --git a/doc/images/ironing/ironing-top-surfaces.png b/doc/images/ironing/ironing-top-surfaces.png deleted file mode 100644 index 6fca662588..0000000000 Binary files a/doc/images/ironing/ironing-top-surfaces.png and /dev/null differ diff --git a/doc/images/ironing/ironing-topmost-surface.png b/doc/images/ironing/ironing-topmost-surface.png deleted file mode 100644 index 7abac1c28f..0000000000 Binary files a/doc/images/ironing/ironing-topmost-surface.png and /dev/null differ diff --git a/doc/images/ironing/ironing.png b/doc/images/ironing/ironing.png deleted file mode 100644 index 72523234c2..0000000000 Binary files a/doc/images/ironing/ironing.png and /dev/null differ diff --git a/doc/images/overhangs/extra-perimeters-on-overhangs.png b/doc/images/overhangs/extra-perimeters-on-overhangs.png deleted file mode 100644 index 2037dbb91b..0000000000 Binary files a/doc/images/overhangs/extra-perimeters-on-overhangs.png and /dev/null differ diff --git a/doc/images/overhangs/overhang-printable.png b/doc/images/overhangs/overhang-printable.png deleted file mode 100644 index 57b3c04bc6..0000000000 Binary files a/doc/images/overhangs/overhang-printable.png and /dev/null differ diff --git a/doc/images/overhangs/overhang.png b/doc/images/overhangs/overhang.png deleted file mode 100644 index 39cb573b5a..0000000000 Binary files a/doc/images/overhangs/overhang.png and /dev/null differ diff --git a/doc/images/pa/apa-expected-results.jpg b/doc/images/pa/apa-expected-results.jpg deleted file mode 100644 index 3d00d070fe..0000000000 Binary files a/doc/images/pa/apa-expected-results.jpg and /dev/null differ diff --git a/doc/images/pa/apa-expected-seam.jpg b/doc/images/pa/apa-expected-seam.jpg deleted file mode 100644 index 2be2970f1b..0000000000 Binary files a/doc/images/pa/apa-expected-seam.jpg and /dev/null differ diff --git a/doc/images/pa/apa-expected-solid-infill.jpg b/doc/images/pa/apa-expected-solid-infill.jpg deleted file mode 100644 index e0da3828ee..0000000000 Binary files a/doc/images/pa/apa-expected-solid-infill.jpg and /dev/null differ diff --git a/doc/images/pa/apa-identify-optimal.jpg b/doc/images/pa/apa-identify-optimal.jpg deleted file mode 100644 index 7795eb704d..0000000000 Binary files a/doc/images/pa/apa-identify-optimal.jpg and /dev/null differ diff --git a/doc/images/pa/apa-identify-too-high.jpg b/doc/images/pa/apa-identify-too-high.jpg deleted file mode 100644 index 234876a53a..0000000000 Binary files a/doc/images/pa/apa-identify-too-high.jpg and /dev/null differ diff --git a/doc/images/pa/apa-identify-too-low.jpg b/doc/images/pa/apa-identify-too-low.jpg deleted file mode 100644 index d822abef39..0000000000 Binary files a/doc/images/pa/apa-identify-too-low.jpg and /dev/null differ diff --git a/doc/images/pa/apa-material-config.png b/doc/images/pa/apa-material-config.png deleted file mode 100644 index 2dfcb894e7..0000000000 Binary files a/doc/images/pa/apa-material-config.png and /dev/null differ diff --git a/doc/images/pa/apa-profile.png b/doc/images/pa/apa-profile.png deleted file mode 100644 index a150316fb2..0000000000 Binary files a/doc/images/pa/apa-profile.png and /dev/null differ diff --git a/doc/images/pa/apa-setup-result-acceleration-jerk.png b/doc/images/pa/apa-setup-result-acceleration-jerk.png deleted file mode 100644 index 11cdb791cd..0000000000 Binary files a/doc/images/pa/apa-setup-result-acceleration-jerk.png and /dev/null differ diff --git a/doc/images/pa/apa-setup-result-speed.png b/doc/images/pa/apa-setup-result-speed.png deleted file mode 100644 index ea38410aa3..0000000000 Binary files a/doc/images/pa/apa-setup-result-speed.png and /dev/null differ diff --git a/doc/images/pa/apa-test.png b/doc/images/pa/apa-test.png deleted file mode 100644 index 23de4bb2e0..0000000000 Binary files a/doc/images/pa/apa-test.png and /dev/null differ diff --git a/doc/images/pa/apa-test210.png b/doc/images/pa/apa-test210.png deleted file mode 100644 index 2019ec45d2..0000000000 Binary files a/doc/images/pa/apa-test210.png and /dev/null differ diff --git a/doc/images/pa/apa-unexpected-solid-infill.jpg b/doc/images/pa/apa-unexpected-solid-infill.jpg deleted file mode 100644 index 7d1ee8290d..0000000000 Binary files a/doc/images/pa/apa-unexpected-solid-infill.jpg and /dev/null differ diff --git a/doc/images/pa/pa-line-0-016.png b/doc/images/pa/pa-line-0-016.png deleted file mode 100644 index 0a484fe0ad..0000000000 Binary files a/doc/images/pa/pa-line-0-016.png and /dev/null differ diff --git a/doc/images/pa/pa-line.gif b/doc/images/pa/pa-line.gif deleted file mode 100644 index aace86d431..0000000000 Binary files a/doc/images/pa/pa-line.gif and /dev/null differ diff --git a/doc/images/pa/pa-lines.png b/doc/images/pa/pa-lines.png deleted file mode 100644 index a4c2d08185..0000000000 Binary files a/doc/images/pa/pa-lines.png and /dev/null differ diff --git a/doc/images/pa/pa-pattern-batch-objects.png b/doc/images/pa/pa-pattern-batch-objects.png deleted file mode 100644 index d5d924d9e9..0000000000 Binary files a/doc/images/pa/pa-pattern-batch-objects.png and /dev/null differ diff --git a/doc/images/pa/pa-pattern-batch-plater.png b/doc/images/pa/pa-pattern-batch-plater.png deleted file mode 100644 index b96a4dc3a3..0000000000 Binary files a/doc/images/pa/pa-pattern-batch-plater.png and /dev/null differ diff --git a/doc/images/pa/pa-pattern-batch.png b/doc/images/pa/pa-pattern-batch.png deleted file mode 100644 index bdacef279b..0000000000 Binary files a/doc/images/pa/pa-pattern-batch.png and /dev/null differ diff --git a/doc/images/pa/pa-pattern-general.png b/doc/images/pa/pa-pattern-general.png deleted file mode 100644 index 23c0141f55..0000000000 Binary files a/doc/images/pa/pa-pattern-general.png and /dev/null differ diff --git a/doc/images/pa/pa-pattern-single.png b/doc/images/pa/pa-pattern-single.png deleted file mode 100644 index e84e85c3b3..0000000000 Binary files a/doc/images/pa/pa-pattern-single.png and /dev/null differ diff --git a/doc/images/pa/pa-tower-measure.jpg b/doc/images/pa/pa-tower-measure.jpg deleted file mode 100644 index 2577b0bd0e..0000000000 Binary files a/doc/images/pa/pa-tower-measure.jpg and /dev/null differ diff --git a/doc/images/pa/pa-tower.jpg b/doc/images/pa/pa-tower.jpg deleted file mode 100644 index 05f053888f..0000000000 Binary files a/doc/images/pa/pa-tower.jpg and /dev/null differ diff --git a/doc/images/pa/pressure_advance_enable.png b/doc/images/pa/pressure_advance_enable.png deleted file mode 100644 index 478061d9f6..0000000000 Binary files a/doc/images/pa/pressure_advance_enable.png and /dev/null differ diff --git a/doc/images/retraction/retraction_test.gif b/doc/images/retraction/retraction_test.gif deleted file mode 100644 index 4095982ab6..0000000000 Binary files a/doc/images/retraction/retraction_test.gif and /dev/null differ diff --git a/doc/images/retraction/retraction_test_menu.png b/doc/images/retraction/retraction_test_menu.png deleted file mode 100644 index dd2940de72..0000000000 Binary files a/doc/images/retraction/retraction_test_menu.png and /dev/null differ diff --git a/doc/images/retraction/retraction_test_print.jpg b/doc/images/retraction/retraction_test_print.jpg deleted file mode 100644 index 7b2b864443..0000000000 Binary files a/doc/images/retraction/retraction_test_print.jpg and /dev/null differ diff --git a/doc/images/seam/scarf-joint-seam.png b/doc/images/seam/scarf-joint-seam.png deleted file mode 100644 index 870dbd984b..0000000000 Binary files a/doc/images/seam/scarf-joint-seam.png and /dev/null differ diff --git a/doc/images/seam/seam-aligned-back.png b/doc/images/seam/seam-aligned-back.png deleted file mode 100644 index 119cd30abb..0000000000 Binary files a/doc/images/seam/seam-aligned-back.png and /dev/null differ diff --git a/doc/images/seam/seam-aligned.png b/doc/images/seam/seam-aligned.png deleted file mode 100644 index 3b138c1e8d..0000000000 Binary files a/doc/images/seam/seam-aligned.png and /dev/null differ diff --git a/doc/images/seam/seam-back.png b/doc/images/seam/seam-back.png deleted file mode 100644 index 4de06e1a7c..0000000000 Binary files a/doc/images/seam/seam-back.png and /dev/null differ diff --git a/doc/images/seam/seam-gap.gif b/doc/images/seam/seam-gap.gif deleted file mode 100644 index 058c4f6587..0000000000 Binary files a/doc/images/seam/seam-gap.gif and /dev/null differ diff --git a/doc/images/seam/seam-nearest.png b/doc/images/seam/seam-nearest.png deleted file mode 100644 index 06f36bf631..0000000000 Binary files a/doc/images/seam/seam-nearest.png and /dev/null differ diff --git a/doc/images/seam/seam-quality.jpg b/doc/images/seam/seam-quality.jpg deleted file mode 100644 index 3b539d3671..0000000000 Binary files a/doc/images/seam/seam-quality.jpg and /dev/null differ diff --git a/doc/images/seam/seam-random.png b/doc/images/seam/seam-random.png deleted file mode 100644 index d541d4b139..0000000000 Binary files a/doc/images/seam/seam-random.png and /dev/null differ diff --git a/doc/images/seam/seam-staggered-inner.gif b/doc/images/seam/seam-staggered-inner.gif deleted file mode 100644 index e389680b67..0000000000 Binary files a/doc/images/seam/seam-staggered-inner.gif and /dev/null differ diff --git a/doc/images/seam/seam-wipe-on-loop.png b/doc/images/seam/seam-wipe-on-loop.png deleted file mode 100644 index 6b10c051fb..0000000000 Binary files a/doc/images/seam/seam-wipe-on-loop.png and /dev/null differ diff --git a/doc/images/seam/seam-wipe-on-loops-options.png b/doc/images/seam/seam-wipe-on-loops-options.png deleted file mode 100644 index 3d6c900025..0000000000 Binary files a/doc/images/seam/seam-wipe-on-loops-options.png and /dev/null differ diff --git a/doc/images/skirt/skirt-combined.png b/doc/images/skirt/skirt-combined.png deleted file mode 100644 index b757073d20..0000000000 Binary files a/doc/images/skirt/skirt-combined.png and /dev/null differ diff --git a/doc/images/skirt/skirt-per-object.png b/doc/images/skirt/skirt-per-object.png deleted file mode 100644 index 696ff896bc..0000000000 Binary files a/doc/images/skirt/skirt-per-object.png and /dev/null differ diff --git a/doc/images/skirt/skirt.png b/doc/images/skirt/skirt.png deleted file mode 100644 index 33db35a34a..0000000000 Binary files a/doc/images/skirt/skirt.png and /dev/null differ diff --git a/doc/images/slicing-mode/close-holes.png b/doc/images/slicing-mode/close-holes.png deleted file mode 100644 index 3a8b080af4..0000000000 Binary files a/doc/images/slicing-mode/close-holes.png and /dev/null differ diff --git a/doc/images/speed/number-of-slow-layers.png b/doc/images/speed/number-of-slow-layers.png deleted file mode 100644 index 663f6470d2..0000000000 Binary files a/doc/images/speed/number-of-slow-layers.png and /dev/null differ diff --git a/doc/images/speed/slow-down-for-curled-perimeters.png b/doc/images/speed/slow-down-for-curled-perimeters.png deleted file mode 100644 index 5ab6684895..0000000000 Binary files a/doc/images/speed/slow-down-for-curled-perimeters.png and /dev/null differ diff --git a/doc/images/speed/travel-lines.png b/doc/images/speed/travel-lines.png deleted file mode 100644 index fe826d12e1..0000000000 Binary files a/doc/images/speed/travel-lines.png and /dev/null differ diff --git a/doc/images/top-bottom-shells/top-bottom-shells.png b/doc/images/top-bottom-shells/top-bottom-shells.png deleted file mode 100644 index 51f1097c0a..0000000000 Binary files a/doc/images/top-bottom-shells/top-bottom-shells.png and /dev/null differ diff --git a/doc/images/vfa/vfa_resonance_avoidance.png b/doc/images/vfa/vfa_resonance_avoidance.png deleted file mode 100644 index a50bde1c8d..0000000000 Binary files a/doc/images/vfa/vfa_resonance_avoidance.png and /dev/null differ diff --git a/doc/images/vfa/vfa_test_menu.png b/doc/images/vfa/vfa_test_menu.png deleted file mode 100644 index 40580284ab..0000000000 Binary files a/doc/images/vfa/vfa_test_menu.png and /dev/null differ diff --git a/doc/images/vfa/vfa_test_print.jpg b/doc/images/vfa/vfa_test_print.jpg deleted file mode 100644 index 0423a2d1b8..0000000000 Binary files a/doc/images/vfa/vfa_test_print.jpg and /dev/null differ diff --git a/doc/images/walls/walls-big-detect-thin-off-on.png b/doc/images/walls/walls-big-detect-thin-off-on.png deleted file mode 100644 index 61be7244da..0000000000 Binary files a/doc/images/walls/walls-big-detect-thin-off-on.png and /dev/null differ diff --git a/doc/images/walls/walls-small-detect-thin-off.png b/doc/images/walls/walls-small-detect-thin-off.png deleted file mode 100644 index 9d2722fa03..0000000000 Binary files a/doc/images/walls/walls-small-detect-thin-off.png and /dev/null differ diff --git a/doc/images/walls/walls-small-detect-thin-on.png b/doc/images/walls/walls-small-detect-thin-on.png deleted file mode 100644 index 70593d52e1..0000000000 Binary files a/doc/images/walls/walls-small-detect-thin-on.png and /dev/null differ diff --git a/doc/images/walls/walls.png b/doc/images/walls/walls.png deleted file mode 100644 index 7cdd527801..0000000000 Binary files a/doc/images/walls/walls.png and /dev/null differ diff --git a/doc/material_settings/pellet-flow-coefficient.md b/doc/material_settings/pellet-flow-coefficient.md deleted file mode 100644 index a3be0bda40..0000000000 --- a/doc/material_settings/pellet-flow-coefficient.md +++ /dev/null @@ -1,27 +0,0 @@ -# Pellet Flow Coefficient - -Large format printers with print volumes in the order of 1m^3 generally use pellets for printing. -The overall tech is very similar to FDM printing. -It is FDM printing, but instead of filaments, it uses pellets. - -The difference here is that where filaments have a filament_diameter that is used to calculate -the volume of filament ingested, pellets have a particular flow_coefficient that is empirically -devised for that particular pellet. - -pellet_flow_coefficient is basically a measure of the packing density of a particular pellet. -Shape, material and density of an individual pellet will determine the packing density and -the only thing that matters for 3d printing is how much of that pellet material is extruded by -one turn of whatever feeding mehcanism/gear your printer uses. You can emperically derive that -for your own pellets for a particular printer model. - -We are translating the pellet_flow_coefficient into filament_diameter so that everything works just like it -does already with very minor adjustments. - -```math -\text{filament\_diameter} = \sqrt{\frac{4 \times \text{pellet\_flow\_coefficient}}{\pi}} -``` - -sqrt just makes the relationship between flow_coefficient and volume linear. - -higher packing density -> more material extruded by single turn -> higher pellet_flow_coefficient -> treated as if a filament of larger diameter is being used -All other calculations remain the same for slicing. diff --git a/doc/material_settings/semm.md b/doc/material_settings/semm.md deleted file mode 100644 index b0c84dacc0..0000000000 --- a/doc/material_settings/semm.md +++ /dev/null @@ -1,18 +0,0 @@ -# Single Extruder Multimaterial Printing in OrcaSlicer - -## Introduction - -In this guide, we will explain the parameters for single extruder multimaterial printing in OrcaSlicer. The whole process and parameters are same as PrusaSlicer as OrcaSlicer is based on PrusaSlicer. -OrcaSlicer has some additional features and minor differences though. We will explain them in this guide. - -## Prime tower - -The prime tower is a structure that is printed before the actual print to ensure that the nozzle is primed with the correct filament. It helps to prevent oozing and stringing during the print. The prime tower can be customized in various ways, such as its size, shape, and position. - -## Ramming - -Ramming is a technique used to push the filament through the nozzle to ensure that it is primed and ready for printing. It can be adjusted in terms of speed and distance to optimize the priming process. - -## Manual filament change - -Manual filament change is a feature that allows the user to change the filament during the print. This can be useful for multi-material prints or when changing colors. The user can specify the position and timing of the filament change, as well as the speed and distance of the ramming process. diff --git a/doc/print_prepare/stl-transformation.md b/doc/print_prepare/stl-transformation.md deleted file mode 100644 index 3dd56ff40d..0000000000 --- a/doc/print_prepare/stl-transformation.md +++ /dev/null @@ -1,56 +0,0 @@ -# STL Transformation - -OrcaSlicer primarily relies on STL meshes for slicing, but STL files may come with several limitations. - -Typically, STL files feature a low polygon count, which can adversely affect print quality. -In contrast, using STEP files offers a higher-quality mesh that more accurately represents the original design. However, be aware that both high-polygon STL and STEP files can increase slicing time. - -![stl-transformation-smooth-rough](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/stl-transformation-smooth-rough.png?raw=true) - -## Importing STEP files - -This setting determines how STEP files are converted into STL files and is displayed during the STEP file import process. - -If you don't see this when opening a STEP file, check [Don't show again](#dont-show-again) below. - -![stl-transformation](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/stl-transformation.png?raw=true) - -### Parameters: - -The transformation uses [Linear Deflection and Angular Deflection](https://dev.opencascade.org/doc/overview/html/occt_user_guides__mesh.html) parameters to control the mesh quality. -A finer mesh will result in a more accurate representation of the original surface, but it will also increase the file size and processing time. - -![stl-transformation-params](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/stl-transformation-params.png?raw=true) - -- **Linear Deflection:** Specifies the maximum distance allowed between the original surface and its polygonal approximation. Lower values produce a mesh that more accurately follows the original curvature. -- **Angular Deflection:** Defines the maximum allowable angle difference between the actual surface and its tessellated counterpart. Smaller angular deflection values yield a more precise mesh. - -#### Split compound and compsolid into multiple objects - -Enabling this option will split the imported 3D file into separate objects. This is especially useful for adjusting individual object positions, tweaking print settings, or optimizing the model through simplification. - -![stl-transformation-split](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/stl-transformation-split.png?raw=true) - -#### Don't show again - -This option will hide the STL transformation dialog when opening a STEP file. -To restore the dialog, go to "Preferences" (Ctrl + P) > "Show the STEP mesh parameter setting dialog". - -![stl-transformation-enable](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/stl-transformation-enable.png?raw=true) - -## Simplify model - -When working with models that have a high polygon count, the Simplify Model option can significantly reduce complexity and help decrease slicing times. - -This function is especially useful for improving the performance of the slicer or achieving a specific faceted look for artistic or technical reasons. - -To access the Simplify Model option, right-click on the object to simplify in the "Prepare" menu. - -![simplify-menu](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/STL-Transformation/simplify-menu.png?raw=true) - -It is recommended to enable the "Show Wireframe" option when running a simplification process to visually inspect the outcome. However, be cautious: overly aggressive simplification may lead to noticeable detail loss, increased ringing, or other printing issues. - -### You can Simplify your model using the following options - -- **Detail Level:** Control the level of detail in the simplified model by choosing from five preset options. This setting allows for a balance between mesh fidelity and performance. -- **Decimate Ratio:** Adjust the ratio between the original model's polygon count and that of the simplified model. For instance, a decimate ratio of 0.5 will yield a model with approximately half the original number of polygons. diff --git a/doc/print_settings/multimaterial/multimaterial_settings_advanced.md b/doc/print_settings/multimaterial/multimaterial_settings_advanced.md deleted file mode 100644 index 6ab96e960b..0000000000 --- a/doc/print_settings/multimaterial/multimaterial_settings_advanced.md +++ /dev/null @@ -1,47 +0,0 @@ -# Multimaterial Advanced - -- [Interlocking Beam](#interlocking-beam) -- [Interface Shells](#interface-shells) -- [Maximum Width of Segmented Region](#maximum-width-of-segmented-region) -- [Interlocking depth of Segmented Region](#interlocking-depth-of-segmented-region) -- [Interlocking Beam Width](#interlocking-beam-width) -- [Interlocking Direction](#interlocking-direction) -- [Interlocking Beam Layers](#interlocking-beam-layers) -- [Interlocking Depth](#interlocking-depth) -- [Interlocking Boundary Avoidance](#interlocking-boundary-avoidance) - -## Interlocking Beam - -Generate interlocking beam structure at the locations where different filaments touch. This improves the adhesion between filaments, especially models printed in different materials. - -## Interface Shells - -Force the generation of solid shells between adjacent materials/volumes. Useful for multi-extruder prints with translucent materials or manual soluble support material. - -## Maximum Width of Segmented Region - -Maximum width of a segmented region. Zero disables this feature. - -## Interlocking depth of Segmented Region - -Interlocking depth of a segmented region. It will be ignored if \"mmu_segmented_region_max_width\" is zero or if \"mmu_segmented_region_interlocking_depth\" is bigger than \"mmu_segmented_region_max_width\". Zero disables this feature. - -## Interlocking Beam Width - -The width of the interlocking structure beams. - -## Interlocking Direction - -Orientation of interlock beams. - -## Interlocking Beam Layers - -The height of the beams of the interlocking structure, measured in number of layers. Less layers is stronger, but more prone to defects. - -## Interlocking Depth - -The distance from the boundary between filaments to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion. - -## Interlocking Boundary Avoidance - -The distance from the outside of a model where interlocking structures will not be generated, measured in cells. diff --git a/doc/print_settings/multimaterial/multimaterial_settings_filament_for_features.md b/doc/print_settings/multimaterial/multimaterial_settings_filament_for_features.md deleted file mode 100644 index c6366ffc90..0000000000 --- a/doc/print_settings/multimaterial/multimaterial_settings_filament_for_features.md +++ /dev/null @@ -1,19 +0,0 @@ -# Filament for Features - -This option is available only for Multi-Extruder printers. - -## Walls - -Filament to print walls. - -## Infill - -Filament to print internal sparse infill. - -## Solid infill - -Filament to print solid infill. - -## Wipe Tower - -The extruder to use when printing perimeter of the wipe tower. Set to 0 to use the one that is available (non-soluble would be preferred). diff --git a/doc/print_settings/multimaterial/multimaterial_settings_flush_options.md b/doc/print_settings/multimaterial/multimaterial_settings_flush_options.md deleted file mode 100644 index 534f399e4f..0000000000 --- a/doc/print_settings/multimaterial/multimaterial_settings_flush_options.md +++ /dev/null @@ -1,9 +0,0 @@ -# Flush Options - -## Flush into objects' infill - -Purging after filament change will be done inside objects' infills. This may lower the amount of waste and decrease the print time. If the walls are printed with transparent filament, the mixed color infill will be seen outside. It will not take effect, unless the prime tower is enabled. - -## Flush into objects' support - -Purging after filament change will be done inside objects' support. This may lower the amount of waste and decrease the print time. It will not take effect, unless the prime tower is enabled. diff --git a/doc/print_settings/multimaterial/multimaterial_settings_ooze_prevention.md b/doc/print_settings/multimaterial/multimaterial_settings_ooze_prevention.md deleted file mode 100644 index f12083b80a..0000000000 --- a/doc/print_settings/multimaterial/multimaterial_settings_ooze_prevention.md +++ /dev/null @@ -1,15 +0,0 @@ -# Ooze prevention - -This option will drop the temperature of the inactive extruders to prevent oozing. - -## Temperature variation - -Temperature difference to be applied when an extruder is not active. The value is not used when 'idle_temperature' in filament settings is set to non-zero value. - -## Preheat time - -To reduce the waiting time after tool change, Orca can preheat the next tool while the current tool is still in use. This setting specifies the time in seconds to preheat the next tool. Orca will insert a M104 command to preheat the tool in advance. - -## Preheat steps - -Insert multiple preheat commands (e.g. M104.1). Only useful for Prusa XL. For other printers, please set it to 1. diff --git a/doc/print_settings/multimaterial/multimaterial_settings_prime_tower.md b/doc/print_settings/multimaterial/multimaterial_settings_prime_tower.md deleted file mode 100644 index e35f93e285..0000000000 --- a/doc/print_settings/multimaterial/multimaterial_settings_prime_tower.md +++ /dev/null @@ -1,73 +0,0 @@ -# Prime Tower - -The wiping tower can be used to clean up the residue on the nozzle and " -"stabilize the chamber pressure inside the nozzle, in order to avoid " -"appearance defects when printing objects. - -## Width - -Width of the prime tower. - -## Brim width - -Width of the brim around the prime tower. - -## Wipe Tower Rotation Angle - -Wipe tower rotation angle with respect to x-axis. - -## Maximal bridging distance - -Maximal distance between supports on sparse infill sections. - -## Wipe tower purge lines spacing - -Spacing of purge lines on the wipe tower. - -## Extra flow for purge - -Extra flow used for the purging lines on the wipe tower. This makes the purging lines thicker or narrower than they normally would be. The spacing is adjusted automatically. - -## Maximum wipe tower print speed - -The maximum print speed when purging in the wipe tower and printing the wipe tower sparse layers. When purging, if the sparse infill speed or calculated speed from the filament max volumetric speed is lower, the lowest will be used instead. -When printing the sparse layers, if the internal perimeter speed or calculated speed from the filament max volumetric speed is lower, the lowest will be used instead. -Increasing this speed may affect the tower's stability as well as increase the force with which the nozzle collides with any blobs that may have formed on the wipe tower. -Before increasing this parameter beyond the default of 90 mm/s, make sure your printer can reliably bridge at the increased speeds and that ooze when tool changing is well controlled. -For the wipe tower external perimeters the internal perimeter speed is used regardless of this setting. - -## Wall type - -Wipe tower outer wall type. - -### Rectangle - -The default wall type, a rectangle with fixed width and height. - -### Cone - -A cone with a fillet at the bottom to help stabilize the wipe tower. - -#### Stabilization cone apex angle - -Angle at the apex of the cone that is used to stabilize the wipe tower. Large angle means wider base. - -### Rib - -Adds four ribs to the tower wall for enhanced stability. - -#### Extra rib length - -Positive values can increase the size of the rib wall, while negative values can reduce the size. However, the size of the rib wall can not be smaller than that determined by the cleaning volume. - -#### Rib width - -Width of the rib wall. - -#### Fillet wall - -The wall of prime tower will fillet. - -## No sparse layers - -If enabled, the wipe tower will not be printed on layers with no tool changes. On layers with a tool change, extruder will travel downward to print the wipe tower. User is responsible for ensuring there is no collision with the print. diff --git a/doc/print_settings/others/others_settings_brim.md b/doc/print_settings/others/others_settings_brim.md deleted file mode 100644 index 351c63c0dc..0000000000 --- a/doc/print_settings/others/others_settings_brim.md +++ /dev/null @@ -1,102 +0,0 @@ -# Brim - -Brim is a flat layer printed around a model's base to improve adhesion to the print bed. It is useful for models with small footprints or those prone to warping. - -![brim](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim.png?raw=true) - -- [Type](#type) - - [Auto](#auto) - - [Painted](#painted) - - [Outer](#outer) - - [Inner](#inner) - - [Outer and Inner](#outer-and-inner) - - [Mouse Ears](#mouse-ears) - - [Ear max angle](#ear-max-angle) - - [Ear detection radius](#ear-detection-radius) -- [Width](#width) -- [Brim-Object Gap](#brim-object-gap) - -## Type - -Controls how the brim is generated on a model's outer and/or inner sides. - -### Auto - -The Auto brim feature computes an optimal brim width by evaluating material properties, part geometry, printing speed, and thermal characteristics. - -- Model geometry - - Uses the model's bounding box to determine dimensions. - - Height-to-area ratio: `height/(width²*length)`. -- Printing speed - - Higher maximum printing speeds generally increase the recommended brim width. -- Thermal length - - Defined as the diagonal of the model's base. - - Reference thermal lengths (material-specific): - - ABS, PA-CF, PET-CF: 100 - - PC: 40 - - TPU: 1000 -- Material adhesion coefficient - - Default: 1 - - PETG/PCTG: 2 - - TPU: 0.5 - -The computed brim width is capped at 20 mm and at 1.5× the thermal length. If the final width is under 5 mm and also less than 1.5× the thermal length, no brim will be generated (width = 0). - -### Painted - -Generates a brim only on areas that have been painted ![toolbar_brimears_dark](https://github.com/SoftFever/OrcaSlicer/blob/main/resources/images/toolbar_brimears_dark.svg?raw=true) in the Prepare tab . - -### Outer - -Creates a brim around the model's outer perimeter. -Easier to remove than an inner brim, but may affect the model's appearance if not removed cleanly. - -![brim-outer](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-outer.png?raw=true) - -### Inner - -Creates a brim around inner perimeters. -More difficult to remove and less effective than an outer brim and may obscure fine inner details, but it can hide the brim removal seam. - -![brim-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-inner.png?raw=true) - -### Outer and Inner - -Creates a brim around both the outer and inner perimeters of the model. -This approach combines the **disadvantages** of both brim types, making it more difficult to remove while potentially obscuring fine details but improving overall adhesion. - -![brim-outer-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-outer-inner.png?raw=true) - -> [!TIP] ->> Consider using a [raft](support_settings_raft) on complex models/materials. - -### Mouse Ears - -Mouse ears are small, local brim extensions (typically placed near corners and sharp features) that improve bed adhesion and reduce warping while using less material than a full brim. -The geometry analysis routine selects candidate locations based on the configured angle threshold and detection radius. - -![brim-mouse-ears](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/brim/brim-mouse-ears.png?raw=true) - -#### Ear max angle - -Angle threshold (degrees) used to decide where mouse ears may be placed: - -- 0° — disabled; no mouse ears are generated. -- Between 0° and 180° — ears are created at features with local angles sharper (smaller) than the threshold. -- 180° — ears are allowed on almost any non-straight feature. - -#### Ear detection radius - -The geometry will be decimated before detecting sharp angles. -This parameter indicates the minimum length of the deviation for the decimation. -0 to deactivate. - -## Width - -Distance between the model and the outermost brim line. -Increasing this value widens the brim, which can improve adhesion but increases material usage. - -## Brim-Object Gap - -Gap between the innermost brim line and the object. -Increasing the gap makes the brim easier to remove but reduces its adhesion benefit; very large gaps may eliminate contact and negate the brim's purpose. diff --git a/doc/print_settings/others/others_settings_fuzzy_skin.md b/doc/print_settings/others/others_settings_fuzzy_skin.md deleted file mode 100644 index a02a11c96e..0000000000 --- a/doc/print_settings/others/others_settings_fuzzy_skin.md +++ /dev/null @@ -1,142 +0,0 @@ -# Fuzzy Skin - -Fuzzy skin randomly perturbs the wall path to produce a deliberately rough, matte appearance on the model surface. -These settings control where the effect is applied, how the noise is generated, and how aggressive the displacement or extrusion modulation is. - -Useful for creating a textures or hide surface imperfections but will increase print time and will affect dimensional accuracy. - -- [Fuzzy Skin Mode](#fuzzy-skin-mode) - - [Contour](#contour) - - [Contour and Hole](#contour-and-hole) - - [All Walls](#all-walls) - - [Fuzzy Skin Generator Mode](#fuzzy-skin-generator-mode) - - [Displacement](#displacement) - - [Extrusion](#extrusion) - - [Combined](#combined) -- [Noise Type](#noise-type) - - [Classic](#classic) - - [Perlin](#perlin) - - [Billow](#billow) - - [Ridged Multifractal](#ridged-multifractal) - - [Voronoi](#voronoi) -- [Point distance](#point-distance) -- [Skin thickness](#skin-thickness) -- [Skin feature size](#skin-feature-size) -- [Skin Noise Octaves](#skin-noise-octaves) -- [Skin Noise Persistence](#skin-noise-persistence) -- [Apply fuzzy skin to first layer](#apply-fuzzy-skin-to-first-layer) -- [Credits](#credits) - -## Fuzzy Skin Mode - -Choose which parts of the model receive the fuzzy-skin effect. - -### Contour - -Apply fuzzy skin only to the outermost contour (external perimeter) of the model. -Useful for creating a textured edge while keeping the inner surfaces smooth. - -### Contour and Hole - -Apply fuzzy skin to both the outer contour and interior holes. Useful when you want the rough texture to appear on negative features as well. - -### All Walls - -Apply fuzzy skin to every wall (external and internal). This gives the strongest overall textured appearance but will increase slicing and print time considerably. - -### Fuzzy Skin Generator Mode - -Select the underlying method used to produce the fuzzy effect. Each mode has different trade-offs for strength, speed and mechanical load. - -### Displacement - -![Fuzzy-skin-Displacement-mode](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-Displacement-mode.png?raw=true) - -The classic method is when the pattern on the walls is achieved by shifting the printhead perpendicular to the wall. -It gives a predictable result, but decreases the strength entire shells and open the pores inside the walls. It also increases the mechanical stress on the kinematics of the printer. The speed of general printing is slowing down. - -### Extrusion - -![Fuzzy-skin-Extrusion-mode](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-Extrusion-mode.png?raw=true) - -The fuzzy skin condition is obtained by changing the amount of extruded plastic as the print head moves linearly. There is no extra load on the kinematics, there is no decrease in the printing speed, the pores do not open, but the drawing turns out to be smoother by a factor of 2. It is suitable for creating "loose" walls to reduce internal stress into extruded plastic, or masking printing defects on the side walls - a matte effect. - -> [!CAUTION] -> The "Fuzzy skin thicknesses" parameter cannot be more than about 70%-125% (selected individually for different conditions) of the nozzle diameter! This is a complex condition that also depends on the height of the layer, and determines how thin the lines can be extruded. -> [Arachne](quality_settings_wall_generator#arachne) wall generator mode should also be enabled. - -### Combined - -![Fuzzy-skin-Combined-mode](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-Combined-mode.png?raw=true) - -This is a combination of Displacement and Extrusion modes. The clarity of the drawing is the same in the classic mode, but the walls remain strong and tight. The load on the kinematics is 2 times lower. The printing speed is faster than in Displacement mode, but the elapsed time will still be longer. - -> [!WARNING] -> The limits on line thickness are the same as in the Extrusion mode. - -## Noise Type - -Select the noise algorithm used to generate the random offsets. Different noise types produce distinct visual textures. - -### Classic - -Simple uniform random noise. Produces a coarse, irregular texture. - -![Fuzzy-skin-classic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-classic.png?raw=true) - -### Perlin - -[Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) generates smooth, natural-looking variations with coherent structure. - -![Fuzzy-skin-perlin](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-perlin.png?raw=true) - -### Billow - -Billow noise is similar to Perlin noise, but has a clumpier appearance. It can create more pronounced features and is often used for natural textures. - -![Fuzzy-skin-billow](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-billow.png?raw=true) - -### Ridged Multifractal - -Creates sharp, jagged features and high-contrast detail. Useful for stone- or marble-like textures. - -![Fuzzy-skin-ridged-multifractal](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-ridged-multifractal.png?raw=true) - -### Voronoi - -[Voronoi noise](https://en.wikipedia.org/wiki/Worley_noise) divides the surface into Voronoi cells and displaces each cell independently, creating a patchwork or cellular texture. - -![Fuzzy-skin-voronoi](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Fuzzy-skin/Fuzzy-skin-voronoi.png?raw=true) - -## Point distance - -Average distance between random sample points along each line segment. -Smaller values add more detail and increase computation; larger values produce coarser, faster results. - -## Skin thickness - -Maximum lateral width (in mm) over which points can be displaced. This defines how far the wall can be jittered. -Keep this below or near your outer wall line width and within nozzle/flow limits for reliable prints. - -## Skin feature size - -Base size of coherent noise features, in mm. Larger values yield bigger, more prominent structures; smaller values give fine-grained texture. - -## Skin Noise Octaves - -The number of octaves of coherent noise to use. Higher values increase the detail of the noise, but also increase computation time. - -## Skin Noise Persistence - -Controls how amplitude decays across octaves. Lower persistence results in smoother noise; higher persistence keeps finer-scale detail stronger. - -## Apply fuzzy skin to first layer - -Enable to apply fuzzy skin to the first layer. - -> [!CAUTION] -> Can impact bed adhesion and surface contact. - -## Credits - -- **Generator Mode author:** [@pi-squared-studio](https://github.com/pi-squared-studio). diff --git a/doc/print_settings/others/others_settings_g_code_output.md b/doc/print_settings/others/others_settings_g_code_output.md deleted file mode 100644 index d7a50a82bc..0000000000 --- a/doc/print_settings/others/others_settings_g_code_output.md +++ /dev/null @@ -1,52 +0,0 @@ -# G-Code Output - -These settings control how G-code is generated and formatted. They impact readability, file size, print behavior, and compatibility with firmware and post-processing tools. - -- [Reduce Infill Retraction](#reduce-infill-retraction) -- [Add line number](#add-line-number) -- [Verbose G-code](#verbose-g-code) -- [Label Objects](#label-objects) -- [Exclude Objects](#exclude-objects) -- [Filename Format](#filename-format) - -## Reduce Infill Retraction - -When enabled, the slicer will skip retractions for travel moves that occur entirely inside infill regions. This reduces the number of retractions and can speed up printing for complex models, but it may increase oozing or stringing inside infill. Slicing time may also increase slightly. - -**Recommended** when internal cosmetic quality is not critical and you want fewer retractions. - -## Add line number - -Prefix each G-code line with a sequential line number (N1, N2, ...). Useful for debugging or tools that expect numbered G-code. - -## Verbose G-code - -Include descriptive comments for G-code lines and blocks to make the file human-readable and easier to debug. -Verbose mode produces much larger files and may slow down SD-card printing on some printers. - -## Label Objects - -Insert comments that label moves with the object they belong to (object index or name). This is useful for integrations such as OctoPrint's Cancel Object plugin and for human inspection of the G-code. - -> [!IMPORTANT] -> Object labelling is not compatible with Single-Extruder Multi-Material configurations or with "Wipe into Object" / "Wipe into Infill" strategies. -> When those features are active, labels may be omitted. - -## Exclude Objects - -Add an `EXCLUDE OBJECT` marker or command in the exported G-code for objects flagged as excluded. This helps post-processors or custom scripts recognise excluded parts. - -## Filename Format - -Define a filename template for exported G-code. Templates may include tokens like project name, date, or other metadata to produce consistent and informative filenames on export. - -For example: - -```c++ -{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode -``` - -Can be used to generate filenames like `OrcaCube_PLA_1h15m.gcode`. - -> [!TIP] -> Check [Built in placeholders variables](built-in-placeholders-variables) for available tokens and their meanings. diff --git a/doc/print_settings/others/others_settings_notes.md b/doc/print_settings/others/others_settings_notes.md deleted file mode 100644 index 59b9472ae4..0000000000 --- a/doc/print_settings/others/others_settings_notes.md +++ /dev/null @@ -1,11 +0,0 @@ -# Notes - -You can put your notes regarding the filament. -This will result in a commented note inside the G-code. - -```gcode -; notes: Sliced with OrcaSlicer, the best slicer. -``` - -> [!TIP] -> Check [Built in placeholders variables](built-in-placeholders-variables) for available tokens and their meanings. diff --git a/doc/print_settings/others/others_settings_post_processing_scripts.md b/doc/print_settings/others/others_settings_post_processing_scripts.md deleted file mode 100644 index d78af523fd..0000000000 --- a/doc/print_settings/others/others_settings_post_processing_scripts.md +++ /dev/null @@ -1,12 +0,0 @@ -# Post-Processing Scripts - -Here you can set up post-processing scripts that will be executed after slicing. -This allows you to modify the G-code output or perform additional tasks. - -Check the script's documentation for dependencies, available parameters and usage instructions. - -Example Python script: - -```shell -"C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\pythonScript.py" -parameterToScript 1994; -``` diff --git a/doc/print_settings/others/others_settings_skirt.md b/doc/print_settings/others/others_settings_skirt.md deleted file mode 100644 index 0f2ef8b4ab..0000000000 --- a/doc/print_settings/others/others_settings_skirt.md +++ /dev/null @@ -1,79 +0,0 @@ -# Skirt - -A skirt is one or more additional perimeters printed around the model outline on the first layer(s). It helps prime the hotend, stabilise extrusion before the model starts, and can act as a basic wind/draft shield when built taller. - -- [Loops](#loops) -- [Type](#type) - - [Combined](#combined) - - [Per object](#per-object) -- [Minimum extrusion Length](#minimum-extrusion-length) -- [Distance](#distance) -- [Start point](#start-point) -- [Speed](#speed) -- [Height](#height) -- [Shield](#shield) -- [Single loop after first layer](#single-loop-after-first-layer) - -## Loops - -Number of skirt loops to print. -Usually 2 loops are recommended but increasing loops improve priming and give a larger buffer between the nozzle and the part, at the cost of extra filament and time. -Set to 0 to disable the skirt. - -![skirt](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt.png?raw=true) - -## Type - -### Combined - -A single skirt that surrounds all objects on the bed. - Recommended for general use. - -![skirt-combined](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt-combined.png?raw=true) - -### Per object - -Each object gets its own skirt printed separately. - Recommended when using [Print sequence by object](others_settings_special_mode#by-object). - -![skirt-per-object](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/skirt/skirt-per-object.png?raw=true) - -## Minimum extrusion Length - -Minimum filament extrusion length in mm when printing the skirt. Zero means this feature is disabled. -Using a non-zero value is useful if the printer is set up to print without a prime line. -Final number of loops is not taking into account while arranging or validating objects distance. Increase loop number in such case. - -## Distance - -Distance from skirt to brim or object. -Increasing this distance can help avoid collisions with brims or supports, but will increase the footprint of the skirt and filament usage. - -## Start point - -Start angle for the skirt relative to the object centre. 0° is the right-most position (along the +X axis), angles increase counter-clockwise. -Use this to control where the skirt begins to better align with part features or prime locations. - -## Speed - -Printing speed for the skirt in mm/s. Set to 0 to use the default first-layer extrusion speed. -Slower speeds give a more reliable prime; very fast skirt speeds may not adhere properly and come off, causing problems with the part. - -## Height - -Number of layers the skirt should be printed for. Usually 1 layer for priming. Increase the height if you want a taller draft shield effect. - -## Shield - -When enabled the skirt can be printed as a draft shield: a taller wall surrounding the part to help protect prints (especially ABS/ASA) from drafts and sudden temperature changes. -This is most useful for open-frame printers without an enclosure. - -- If set to follow the highest object, the shield will be as tall as the tallest printed model on the bed. -- Otherwise it will use the value specified in "Skirt height". - -> [!NOTE] -> With the draft shield active, the skirt will be printed at [skirt distance](#distance) from the object. Therefore, if brims are active it may intersect with them. To avoid this, increase the skirt distance value. - -## Single loop after first layer - -When enabled, limits the draft shield to a single wall after the first layer (i.e. only one loop is printed on subsequent shield layers). This reduces filament and print time but makes the shield less robust and more prone to warping or cracking. diff --git a/doc/print_settings/others/others_settings_special_mode.md b/doc/print_settings/others/others_settings_special_mode.md deleted file mode 100644 index 753fe4415c..0000000000 --- a/doc/print_settings/others/others_settings_special_mode.md +++ /dev/null @@ -1,92 +0,0 @@ -# Special Mode - -These settings control advanced slicing and printing behaviours, such as how layers are processed, object printing order, and special effects like spiral vase mode. - -- [Slicing Mode](#slicing-mode) - - [Regular](#regular) - - [Close Holes](#close-holes) - - [Even Odd](#even-odd) -- [Print Sequence](#print-sequence) - - [By Layer](#by-layer) - - [Intra-layer order](#intra-layer-order) - - [By Object](#by-object) -- [Spiral vase](#spiral-vase) - - [Smooth Spiral](#smooth-spiral) - - [Max XY Smoothing](#max-xy-smoothing) - - [Spiral starting flow ratio](#spiral-starting-flow-ratio) - - [Spiral finishing flow ratio](#spiral-finishing-flow-ratio) -- [Timelapse](#timelapse) - -## Slicing Mode - -The slicing mode determines how the model is sliced into layers and how the G-code is generated. Different modes can be used to achieve various printing effects or to optimize the print process. - -### Regular - -This is the default slicing mode. It slices the model layer by layer, generating G-code for each layer. -Use this for most prints where no special modifications are needed. - -### Close Holes - -Use "Close holes" to automatically close all holes in the model during slicing in the XY plane. -This can help with models that have gaps or incomplete surfaces, ensuring a more solid print. - -![close-holes](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/slicing-mode/close-holes.png?raw=true) - -### Even Odd - -Use "Even-odd" for specific models like [3DLabPrint](https://3dlabprint.com) airplane models. This mode applies a special slicing algorithm that may be required for certain proprietary or experimental prints. - -## Print Sequence - -This setting controls how multiple objects are printed in a single print job. - -### By Layer - -This option prints all objects layer by layer, one layer at a time. This is efficient for multi-part prints as it minimises travel time between objects and can improve overall print speed. - -#### Intra-layer order - -Determines the print order within a single layer. - -- **Default**: Prints objects based on their position on the bed and travel distance to optimise movement. -- **As object list**: Prints objects in the order they appear in the object list, which can be useful for custom sequencing or debugging. - -### By Object - -This option prints each object completely before moving on to the next object. This is better for prints where objects need to cool separately or when using different materials per object, but it may increase total print time due to more travel moves. - -This setting requires more models separation and may not be suitable for all print scenarios. - -## Spiral vase - -Spiral vase mode transforms a solid model into a single-walled print with solid bottom layers, eliminating seams by continuously spiralling the outer contour. -This creates a smooth, vase-like appearance. - -### Smooth Spiral - -When enabled, Smooth Spiral smooths out X and Y moves as well, resulting in no visible seams even on non-vertical walls. -This produces the smoothest possible spiral print. - -> [!NOTE] -> If you are using absolute e distances, the smoothing may not work as expected. - -#### Max XY Smoothing - -Maximum distance to move points in XY to achieve a smooth spiral. If expressed as a percentage, it is calculated relative to the nozzle diameter. -Higher values allow more smoothing but may distort the model slightly. - -### Spiral starting flow ratio - -Sets the starting flow ratio when transitioning from the last bottom layer to the spiral. -Normally, the flow scales from 0% to 100% during the first loop, which can sometimes cause under-extrusion at the start. -Adjust this to fine-tune the transition and prevent issues. - -### Spiral finishing flow ratio - -Sets the finishing flow ratio when ending the spiral. Normally, the flow scales from 100% to 0% during the last loop, which can lead to under-extrusion at the end. -Use this to control the ending and ensure consistent extrusion. - -## Timelapse - -WIP... diff --git a/doc/print_settings/quality/quality_settings_bridging.md b/doc/print_settings/quality/quality_settings_bridging.md deleted file mode 100644 index 19e594417c..0000000000 --- a/doc/print_settings/quality/quality_settings_bridging.md +++ /dev/null @@ -1,71 +0,0 @@ -# Bridging - -"Bridging" is a 3D printing technique that allows you to print structures across gaps or voids without direct support underneath. OrcaSlicer provides several parameters to optimize bridge quality, minimizing filament sag and improving the appearance of top layers. - -- [Flow ratio](#flow-ratio) -- [Bridge density](#bridge-density) -- [Thick bridges](#thick-bridges) -- [Extra bridge layers](#extra-bridge-layers) -- [Filter out small internal bridges](#filter-out-small-internal-bridges) -- [Bridge Counterbore hole](#bridge-counterbore-hole) - -## Flow ratio - -Decrease this value slightly (for example 0.9) to reduce the amount of material for bridge, to improve sag. -The actual bridge flow used is calculated by multiplying this value with the filament flow ratio, and if set, the object's flow ratio. - -## Bridge density - -This value governs the thickness of the bridge layer. This is the first layer over sparse infill. Decrease this value slightly (for example 0.9) to improve surface quality over sparse infill. -The actual internal bridge flow used is calculated by multiplying this value with the [bridge flow ratio](#flow-ratio), the filament flow ratio, and if set, the object's flow ratio. - -## Thick bridges - -![thick-bridges](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/bridging/thick-bridges.png?raw=true) - -When enabled, thick bridges increase the reliability and strength of bridges, allowing you to span longer distances. However, this may result in a rougher surface finish. -Disabling this option can improve the visual quality of bridges, but is recommended only for shorter spans or when using large nozzle sizes. -It's recommended to enable this option for internal bridges, as it helps improve the reliability of internal bridges over sparse infill. - -## Extra bridge layers - -This option enables the generation of an extra bridge layer over bridges. - -Extra bridge layers help improve bridge appearance and reliability, as the solid infill is better supported. This is especially useful in fast printers, where the bridge and solid infill speeds vary greatly. The extra bridge layer results in reduced pillowing on top surfaces, as well as reduced separation of the external bridge layer from its surrounding perimeters. - -It is generally recommended to set this to at least **External bridge only**, unless specific issues with the sliced model are found. - -**Options:** - -- **Disabled** - does not generate second bridge layers. This is the default and is set for compatibility purposes. -- **External bridge only** - generates second bridge layers for external-facing bridges only. Please note that small bridges that are shorter or narrower than the set number of perimeters will be skipped as they would not benefit from a second bridge layer. If generated, the second bridge layer will be extruded parallel to the first bridge layer to reinforce the bridge strength. -- **Internal bridge only** - generates second bridge layers for internal bridges over sparse infill only. Please note that the internal bridges count towards the top shell layer count of your model. The second internal bridge layer will be extruded as close to perpendicular to the first as possible. If multiple regions in the same island, with varying bridge angles are present, the last region of that island will be selected as the angle reference. -- **Apply to all** - generates second bridge layers for both internal and external-facing bridges. - -## Filter out small internal bridges - -This option can help reduce pillowing on top surfaces in heavily slanted or curved models. - -By default, small internal bridges are filtered out and the internal solid infill is printed directly over the sparse infill. This works well in most cases, speeding up printing without too much compromise on top surface quality. - -However, in heavily slanted or curved models, especially where too low a sparse infill density is used, this may result in curling of the unsupported solid infill, causing pillowing. - -Enabling limited filtering or no filtering will print internal bridge layer over slightly unsupported internal solid infill. The options below control the sensitivity of the filtering, i.e. they control where internal bridges are created: - -- **Filter:** enables this option. This is the default behavior and works well in most cases. -- **Limited filtering:** creates internal bridges on heavily slanted surfaces while avoiding unnecessary bridges. This works well for most difficult models. -- **No filtering:** creates internal bridges on every potential internal overhang. This option is useful for heavily slanted top surface models; however, in most cases, it creates too many unnecessary bridges. - -## Bridge Counterbore hole - -When printing counterbore holes, the unsupported area can lead to sagging or poor surface quality. Also the perimeters of the counterbore hole may not be printed correctly, leading to gaps or weak points in the structure. - -This option creates bridges for counterbore holes, allowing them to be printed without support. -Available modes include: - -- **None:** No bridge is created. - ![bridge-counterbore-none](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/bridging/bridge-counterbore-none.png?raw=true) -- **Partially Bridged:** Only a part of the unsupported area will be bridged, creating a supporting layer for the next layer. - ![bridge-counterbore-partially](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/bridging/bridge-counterbore-partially.gif?raw=true) -- **Sacrificial Layer:** A full sacrificial bridge layer is created. This will close the counterbore hole, allowing the next layer to be printed without sagging. The sacrificial layer must be broken through after printing. - ![bridge-counterbore-sacrificial](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/bridging/bridge-counterbore-sacrificial.png?raw=true) diff --git a/doc/print_settings/quality/quality_settings_ironing.md b/doc/print_settings/quality/quality_settings_ironing.md deleted file mode 100644 index c9b46b3889..0000000000 --- a/doc/print_settings/quality/quality_settings_ironing.md +++ /dev/null @@ -1,69 +0,0 @@ -# Ironing - -Ironing is a process used to improve the surface finish of 3D prints by smoothing out the top layers. This is achieved by printing a second time at the same height, but with a very [low flow rate](#flow) and a specific [pattern](#pattern). The result is a smoother surface that can enhance the aesthetic quality of the print increasing print time. - -![ironing](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ironing/ironing.png?raw=true) - -> [!IMPORTANT] -> Ironing can cause filament to move very slowly through the hotend, which increases the risk of heat creep and potential clogging. Monitor your printer during ironing and ensure your hotend cooling is adequate to prevent jams. - -## Type - -This setting controls which layer being ironed. - -- **Top Surfaces**: All [top surfaces](strength_settings_top_bottom_shells) will be ironed. This is the most common setting and is used to smooth out the top layers of the print. - ![ironing-top-surfaces](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ironing/ironing-top-surfaces.png?raw=true) -- **Topmost Surface**: Only the last [top layer](strength_settings_top_bottom_shells) of the print will be ironed. This is useful for prints where only the last layer needs to be smoothed. - ![ironing-topmost-surface](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ironing/ironing-topmost-surface.png?raw=true) -- **All solid layers**: All solid layers, including [internal solid infill](strength_settings_infill#internal-solid-infill) and [top layers](strength_settings_top_bottom_shells), will be ironed. This can be useful for prints that require a very smooth finish on all solid surfaces but may increase print time significantly. - ![ironing-all-solid-layers](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ironing/ironing-all-solid-layers.png?raw=true) - -## Pattern - -The pattern that will be used when ironing. Usually, the best pattern is the one with the most efficient coverage of the surface. - -> [!TIP] -> See [Infill Patterns Wiki List](strength_settings_patterns) with **detailed specifications**, including their strengths and weaknesses. - - The ironing patterns are: - -- **[Concentric](strength_settings_patterns#concentric)** -- **[Rectilinear](strength_settings_patterns#rectilinear)** - -## Flow - -The amount of material to extrude during ironing. -This % is a percentage of the normal flow rate. A lower value will result in a smoother finish but may not cover the surface completely. A higher value may cover the surface better but can lead to over extrusion or rougher finish. - -A lower layer height may require higher flow due to less volumetric extrusion per distance. - -## Line spacing - -The distance between the lines of ironing. -It's recommended to set this value to be equal to or less than the nozzle diameter for optimal coverage and surface finish. - -## Inset - -The distance to keep from the edges, which can help prevent over-extrusion at the edges of the surface being ironed. - -![ironing-inset](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ironing/ironing-inset.png?raw=true) - -If this value is set to 0, the ironing toolpath will start directly at the perimeter edges without any inward offset. This means the [ironing pattern](#pattern) will extend all the way to the outer boundaries of the top surface being ironed. - -## Angle Offset - -The angle of ironing lines offset relative to the top surface solid infill direction. - -Commonly used ironing angle offsets are 0°, 45°, and 90° each producing a [different surface finish](https://github.com/SoftFever/OrcaSlicer/issues/10834#issuecomment-3322628589) which will depend on your printer nozzle. - -## Fixed Angle - -Use a fixed absolute angle for ironing that is not offset from the top surface infill direction. This results in an ironing finish that does not have alternating line directions and may result in a more uniform surface finish and reduced tiger striping effect when reflecting light. - -Set the Ironing Angle Offset to an angle with optimal ironing angle offsets from all affected top surface solid infill directions. - -Suggested fixed ironing angles are 0° and 90° if you are using the default solid infill direction of 45°. - -## Speed - -See [Speed settings for other layers](speed_settings_other_layers_speed#ironing-speed) for more information about ironing speed. diff --git a/doc/print_settings/quality/quality_settings_layer_height.md b/doc/print_settings/quality/quality_settings_layer_height.md deleted file mode 100644 index 4fd695faef..0000000000 --- a/doc/print_settings/quality/quality_settings_layer_height.md +++ /dev/null @@ -1,52 +0,0 @@ -# Layer Height - -Layer height defines the vertical thickness of each printed layer, playing a crucial role in both print quality and printing speed. - -Using smaller layer heights increases print time but results in: - -- Smoother surface finishes -- Less noticeable layer lines -- Enhanced detail on curves -- [Better performance on overhangs](#layer-height-overhangs-impacts) - -![layer-height-spheres](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/layer-height-spheres.png?raw=true) - -- [Quick Reference](#quick-reference) -- [Layer Height Guidelines](#layer-height-guidelines) -- [First Layer Height](#first-layer-height) -- [Layer Height Overhangs Impacts](#layer-height-overhangs-impacts) - -## Quick Reference - -| Nozzle Size | Min | Max | [First Layer Height](#first-layer-height) | -|-------------|--------|--------|-------------------------------------------| -| 0.2mm | 0.04mm | 0.16mm | 0.12mm | -| 0.3mm | 0.06mm | 0.24mm | 0.18mm | -| 0.4mm | 0.08mm | 0.32mm | 0.25mm | -| 0.5mm | 0.10mm | 0.40mm | 0.30mm | -| 0.6mm | 0.12mm | 0.48mm | 0.35mm | -| 0.8mm | 0.16mm | 0.64mm | 0.45mm | -| 1.0mm | 0.20mm | 0.80mm | 0.55mm | - -## Layer Height Guidelines - -Usually, the optimal range for layer height is between 20% and 80% of the nozzle diameter. - -- **Below 20%:** Flow inconsistencies and "fish scale" patterns may occur, especially at high speeds. -- **Over 80%:** Increased risk of layer adhesion issues and reduced print quality. - -## First Layer Height - -Controls the thickness of the initial layer. -A thicker first layer improves bed adhesion and compensates for build surface imperfections. - -**Recommended:** 0.25mm for 0.4mm nozzle (62.5% of nozzle diameter) -**Maximum:** 65% of nozzle diameter - -## Layer Height Overhangs Impacts - -Layer height directly affects [overhang angle](quality_settings_overhangs#maximum-angle) capability and quality. - -![layer-height](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/layer-height.svg?raw=true) - -**Smaller layer heights** enable steeper overhangs by reducing the unsupported distance between layers, while **larger layer heights** increase this gap, leading to more sagging and requiring support material at shallower angles. diff --git a/doc/print_settings/quality/quality_settings_line_width.md b/doc/print_settings/quality/quality_settings_line_width.md deleted file mode 100644 index 087716a046..0000000000 --- a/doc/print_settings/quality/quality_settings_line_width.md +++ /dev/null @@ -1,63 +0,0 @@ -# Line Width - -These settings define how wide each extruded line of filament will be. -Line width can be configured in two ways: - -- Fixed value in millimeters (mm) -- Percentage of the nozzle diameter - -> [!TIP] -> Using percentages allows the slicer to automatically adjust the line width when the nozzle size changes, helping maintain consistent print quality across different nozzle sizes. - -A good starting point is setting the line width to **100% of the nozzle diameter**. Values below this may lead to poor adhesion, while values above **150%** can cause **over-extrusion**, resulting in blobs or poor surface quality. -However, slightly wider lines generally improve **layer bonding** and **print strength**, especially for internal features like walls and infill. - -> [!NOTE] -> **100% line width will extrude slightly narrower than the nozzle**, but once squished onto the layer below, it flattens to match the nozzle size. -> You can read more on the flow math here: [Flow Math](https://manual.slic3r.org/advanced/flow-math). - -> [!IMPORTANT] -> This will match only if using the [**Classic** wall generator](quality_settings_wall_generator#classic). -> [**Arachne**](quality_settings_wall_generator#arachne) will adjust the line width dynamically based on the model's geometry, using this values as a reference. - -## Line Types - -In OrcaSlicer, you can assign different line widths to specific parts of the print. Each type can be customized: - -### Default - -Fallback value used when a specific line width is not set (set to `0`). - -### First Layer - -A wider first layer (with a higher [first layer height](quality_settings_layer_height#first-layer-height)) improves bed adhesion and compensates for uneven build surfaces. -First layer line width also overrides [Brim's](others_settings_brim) and [Skirt's](others_settings_skirt) line width. - -### Outer Wall - -Controls dimensional accuracy and surface finish. -Recommended: **105%–120%** of the nozzle diameter for clean overhangs and detail. - -### Inner Wall - -Can be set wider than the outer wall to enhance structural strength. -Typical value: **≥120%**. - -### Top Surface - -Affects the quality of visible top layers. -Recommended: **100%–105%** for smooth results without over-extrusion. - -### Sparse Infill - -Recommended to use a conservative value, typically around 115% to improve layer adhesion without getting near volumetric flow limitations. -If you need stronger infill, it's recommended to use [infill line multiplier](strength_settings_infill#fill-multiline) when possible. - -### Internal Solid Infill - -Used for solid top/bottom layers or [100% infill](strength_settings_infill#sparse-infill-density). -Recommended: **~110%** for good layer adhesion and visual quality. - -### Support - -Typically set to **100%** to balance material usage and functionality. Reducing it too much can lead to weak support structures that may not hold up during printing or break easily during removal leaving debris on the model. diff --git a/doc/print_settings/quality/quality_settings_overhangs.md b/doc/print_settings/quality/quality_settings_overhangs.md deleted file mode 100644 index a3cddcb4f6..0000000000 --- a/doc/print_settings/quality/quality_settings_overhangs.md +++ /dev/null @@ -1,81 +0,0 @@ -# Overhangs - -- [Detect overhang wall](#detect-overhang-wall) -- [Make overhang printable](#make-overhang-printable) - - [Maximum angle](#maximum-angle) - - [Hole area](#hole-area) -- [Extra perimeters on overhangs](#extra-perimeters-on-overhangs) -- [Reverse on even](#reverse-on-even) - - [Reverse internal only](#reverse-internal-only) - - [Reverse threshold](#reverse-threshold) - -## Detect overhang wall - -Detect the overhang percentage relative to line width and use different speed to print. -When detecting line width with 100% overhang, bridge options are used. - -![overhang](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/overhangs/overhang.png?raw=true) - -## Make overhang printable - -This setting will modify the geometry to print overhangs without support material. -Every overhang exceeding the [maximum angle](#maximum-angle) will be modified to be printable. - -### Maximum angle - -Maximum angle of overhangs to allow after making more steep overhangs printable. -90° will not change the model at all and allow any overhang, while 0 will replace all overhangs with conical material. - -![overhang-printable](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/overhangs/overhang-printable.png?raw=true) - -> [!TIP] -> Usually, a value between 45° and 60° works well for most printers and models. - -### Hole area - -Maximum area of a hole in the base of the model before it's filled by conical material. -A value of 0 will fill all the holes in the model base. - -## Extra perimeters on overhangs - -Create additional perimeter (overhang wall) paths over steep overhangs and areas where bridges cannot be anchored. - -![extra-perimeters-on-overhangs](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/overhangs/extra-perimeters-on-overhangs.png?raw=true) - -## Reverse on even - -Extrude perimeters in the reverse direction on even layers. This alternating pattern can drastically improve steep overhangs thanks to material squishing direction. - -This setting can also help reduce part warping due to the reduction of stresses as they are now distributed in alternating directions. Useful for warp prone material, like ABS/ASA, and also for elastic filaments, like TPU and Silk PLA. -It can also help reduce warping on floating regions over supports. - -For this setting to be the most effective, it is recommended to set the [Reverse Threshold](#reverse-threshold) to 0 so that all walls print in alternating directions on even layers irrespective of their overhang degree. -A disadvantage of this setting is that the outer wall may show a texture due to the alternating extrusion direction. - -![reverse-odd-texture](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/reverse-odd-texture.png?raw=true) - -> [!NOTE] -> Only be available if [Wall loop direction](quality_settings_wall_and_surfaces#wall-loop-direction) is set on **Auto** and [spiral vase mode](others_settings_special_mode#spiral-vase) is **disabled**. - -### Reverse internal only - -A simple way to reduce the texture on the outer wall is to only reverse the internal walls. -This will still provide almost all of the benefits of alternating extrusion direction on even layers (if using [inner/outer](quality_settings_wall_and_surfaces#innerouter)), but the outer wall will be printed in the same direction, resulting in a smoother surface finish. - -### Reverse threshold - -You can set a threshold for the overhang reversal to be considered useful. -Can be set as: - -- **0**: Disables the threshold, meaning that all walls will be reversed on even layers. -- **mm**: A fixed distance in millimeters. -- **%**: A percentage of the perimeter width. - -When using this setting, the walls will make the reversal texture in the layers where the overhang is above the threshold, and the rest of the walls will be printed in the normal direction. -This could result in uneven texture, sometimes considered worse than the full reversal texture, so it is recommended to use this setting only if you are sure that the overhang reversal will not be useful for your model. - -> [!NOTE] -> Only available when: -> - [Detect overhang wall](#detect-overhang-wall) is enabled -> - [Reverse internal only](#reverse-internal-only) is disabled -> If those conditions are not met, this setting will be hidden. diff --git a/doc/print_settings/quality/quality_settings_precision.md b/doc/print_settings/quality/quality_settings_precision.md deleted file mode 100644 index 58a47ef893..0000000000 --- a/doc/print_settings/quality/quality_settings_precision.md +++ /dev/null @@ -1,139 +0,0 @@ -# Precision - -This section covers the settings that affect the precision of your prints. These settings can help you achieve better dimensional accuracy, reduce artifacts, and improve overall print quality. - -- [Slice gap closing radius](#slice-gap-closing-radius) -- [Resolution](#resolution) -- [Arc fitting](#arc-fitting) -- [X-Y Compensation](#x-y-compensation) -- [Elephant foot compensation](#elephant-foot-compensation) -- [Precise wall](#precise-wall) - - [Technical explanation](#technical-explanation) -- [Precise Z Height](#precise-z-height) -- [Polyholes](#polyholes) - -## Slice gap closing radius - -Cracks smaller than 2x gap closing radius are being filled during the triangle mesh slicing. -The gap closing operation may reduce the final print resolution, therefore it is advisable to keep the value reasonably low. - -## Resolution - -The G-code path is generated after simplifying the contour of models to avoid too many points and G-code lines. -Smaller value means higher resolution and more time to slice. If you are using big models in low processing power machines, you may want to increase this value to speed up the slicing process. - -## Arc fitting - -Enable this to get a G-code file which has [G2 and G3](https://marlinfw.org/docs/gcode/G002-G003.html) moves. - -After a model is sliced this feature will replace straight line segments with arcs where possible. This is particularly useful for curved surfaces, as it allows the printer to move in a more fluid manner, reducing the number of G-code commands and improving the overall print quality. - -This will result in a smaller G-code file for the same model, as arcs are used instead of many short line segments. This can improve print quality and reduce printing time, especially for curved surfaces. - -![arc-fitting](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/arc-fitting.svg?raw=true) - -> [!IMPORTANT] -> This option is only available for machines that support G2 and G3 commands and may impact in CPU usage on the printer. - -> [!NOTE] -> **Klipper machines**, this option is recommended to be disabled. -Klipper does not benefit from arc commands as these are split again into line segments by the firmware. This results in a reduction in surface quality as line segments are converted to arcs by the slicer and then back to line segments by the firmware. - -## X-Y Compensation - -Used to compensate external dimensions of the model. -With this option you can compensate material expansion or shrinkage, which can occur due to various factors such as the type of filament used, temperature fluctuations, or printer calibration issues. - -Follow the [Calibration Guide](https://github.com/SoftFever/OrcaSlicer/wiki/Calibration) and [Filament Tolerance Calibration](https://github.com/SoftFever/OrcaSlicer/wiki/tolerance-calib) to determine the correct value for your printer and filament combination. - -## Elephant foot compensation - -This feature compensates for the "elephant foot" effect, which occurs when the first few layers of a print are wider than the rest due: - -- Weight of the material above them. -- Thermal expansion of the material. -- Bed temperature being too high. -- Inaccurate bed height. - -![elephant-foot](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/elephant-foot.svg?raw=true) - -To mitigate this effect, OrcaSlicer allows you to specify a negative distance that will be applied to the first specified number of layers. This adjustment effectively reduces the width of the first few layers, helping to achieve a more accurate final print size. - -![elephant-foot-compensation](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/elephant-foot-compensation.png?raw=true) - -The compensation works as follows: -When the `current_layer` is <= `input_compensation_layers` -```c++ -compensation = input_compensation_distance - (input_compensation_distance / input_compensation_layers) × (current_layer - 1) -``` -According to the equation, we can establish the following rules: -- In the 1st layer, since it is layer `1 - 1 = 0`, compensation is 100%. -- The intermediate layers (between the first and input_compensation_layers) will have linear compensation. -- Layers above the specified amount will not be compensated. - -Assuming the compensation value is 0.25 mm: - -- Elephant Foot Compensation Layers = 1 : - - 1st layer: `0.25mm` compensation (100%) - - 2nd layer and beyond: No compensation (0 mm) -- Elephant Foot Compensation Layers = 2 : - - 1st layer: `0.25mm` compensation (100%) - - 2nd layer: `0.25 − (0.25 / 2) × (2 - 1) = 0.125mm` compensation (50%) - - 3rd layer and beyond: No compensation (0 mm). -- Elephant Foot Compensation Layers = 5 : - - 1st layer: `0.25mm` compensation (100%) - - 2nd layer: `0.25 − (0.25 / 5) × (2 - 1) = 0.2mm` compensation (80%) - - 3rd layer: `0.25 − (0.25 / 5) × (3 - 1) = 0.15mm` compensation (60%) - - 4th layer: `0.25 − (0.25 / 5) × (4 - 1) = 0.1mm` compensation (40%) - - 5th layer: `0.25 − (0.25 / 5) × (5 - 1) = 0.05mm` compensation (20%) - - 6th layer and beyond: No compensation (0 mm). - -## Precise wall - -The 'Precise Wall' is a distinctive feature introduced by OrcaSlicer, aimed at improving the dimensional accuracy of prints and minimizing layer inconsistencies by slightly increasing the spacing between the outer wall and the inner wall when printing in [Inner Outer wall order](quality_settings_wall_and_surfaces#innerouter). - -### Technical explanation - -First, it's important to understand some basic concepts like flow, extrusion width, and space. -Slic3r has an excellent document that covers these topics in detail. You can refer to this [article](https://manual.slic3r.org/advanced/flow-math). - -Slic3r and its forks, such as PrusaSlicer, SuperSlicer and OrcaSlicer, assume that the extrusion path has an oval shape, which accounts for the overlaps. For example, if we set the wall width to 0.4mm and the layer height to 0.2mm, the combined thickness of two walls laid side by side is 0.714mm instead of 0.8mm due to the overlapping. - -- **Precise Wall Off** - - ![PreciseWallOff](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/PreciseWallOff.svg?raw=true) - -- **Precise Wall On** - - ![PreciseWallOn](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/PreciseWallOn.svg?raw=true) - -This approach enhances the strength of 3D-printed parts. However, it does have some side effects. For instance, when the inner-outer wall order is used, the outer wall can be pushed outside, leading to potential size inaccuracy and more layer inconsistency. - -It's important to keep in mind that this approach to handling flow is specific to Slic3r and its forks. Other slicing software, such as Cura, assumes that the extrusion path is rectangular and, therefore, does not include overlapping. Two 0.4 mm walls will result in a 0.8 mm shell thickness in Cura. - -OrcaSlicer adheres to Slic3r's approach to handling flow. To address the downsides mentioned earlier, OrcaSlicer introduced the 'Precise Wall' feature. When this feature is enabled in OrcaSlicer, the overlap between the outer wall and its adjacent inner wall is set to zero. This ensures that the overall strength of the printed part is unaffected, while the size accuracy and layer consistency are improved. - -## Precise Z Height - -This feature ensures the accurate Z height of the model after slicing, even if the model height is not a multiple of the [layer height](quality_settings_layer_height). - -For example, slicing a 20mm x 20mm x 20.1mm cube with a layer height of 0.2mm would typically result in a final height of 20.2mm due to the layer height increments. - -By enabling this parameter, the layer height of the last five layers is adjusted so that the final sliced height matches the actual object height, resulting in an accurate 20.1mm (as shown in the picture). - -- **Precise Z Height Off** - - ![PreciseZOff](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/PreciseZOff.png?raw=true) - -- **Precise Z Height On** - - ![PreciseZOn](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/PreciseZOn.png?raw=true) - -## Polyholes - -A polyhole is a technique used in FFF 3D printing to improve the accuracy of circular holes. Instead of modeling a perfect circle, the hole is represented as a polygon with a reduced number of flat sides. This simplification forces the slicer to treat each segment as a straight line, which prints more reliably. By carefully choosing the number of sides and ensuring the polygon sits on the outer boundary of the hole, you can produce openings that more closely match the intended diameter. - -![PolyHoles](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Precision/PolyHoles.png?raw=true) - -- Original implementation: [SuperSlicer Polyholes](https://github.com/supermerill/SuperSlicer/wiki/Polyholes) -- Idea and mathematics: [Hydraraptor](https://hydraraptor.blogspot.com/2011/02/polyholes.html) diff --git a/doc/print_settings/quality/quality_settings_seam.md b/doc/print_settings/quality/quality_settings_seam.md deleted file mode 100644 index b0a5dce3a3..0000000000 --- a/doc/print_settings/quality/quality_settings_seam.md +++ /dev/null @@ -1,238 +0,0 @@ -# Seam - -Unless printed in spiral vase mode, every layer needs to begin somewhere and end somewhere. That start and end of the extrusion is what results in what visually looks like a seam on the perimeters. This section contains options to control the visual appearance of a seam. - -- [Seam Position](#seam-position) - - [Aligned](#aligned) - - [Aligned Back](#aligned-back) - - [Nearest](#nearest) - - [Back](#back) - - [Random](#random) -- [Modifiers](#modifiers) - - [Staggered inner seams](#staggered-inner-seams) - - [Seam gap](#seam-gap) - - [Scarf joint seam](#scarf-joint-seam) - - [Scarf joint seam Type](#scarf-joint-seam-type) - - [Conditional scarf joint](#conditional-scarf-joint) - - [Scarf joint speed](#scarf-joint-speed) - - [Scarf joint height](#scarf-joint-height) - - [Scarf around entire wall](#scarf-around-entire-wall) - - [Scarf length](#scarf-length) - - [Scarf steps](#scarf-steps) - - [Scarf joint flow ratio](#scarf-joint-flow-ratio) - - [Scarf joint for inner walls](#scarf-joint-for-inner-walls) - - [Role based wipe speed](#role-based-wipe-speed) - - [Wipe speed](#wipe-speed) - - [Wipe on loop (inward movement)](#wipe-on-loop-inward-movement) - - [Wipe Before External](#wipe-before-external) -- [Tips](#tips) -- [Troubleshooting Seam Performance](#troubleshooting-seam-performance) - - [Troubleshooting the Start of a Seam](#troubleshooting-the-start-of-a-seam) - - [Troubleshooting the End of a Seam](#troubleshooting-the-end-of-a-seam) - - [The Role of Wall Ordering in Seam Appearance](#the-role-of-wall-ordering-in-seam-appearance) - -## Seam Position - -Controlling the position of seams can help improve the appearance and strength of the final print. - -Typically, [Aligned Back](#aligned-back), [Aligned](#aligned), or [Back](#back) work the best, especially in combination with seam painting. -However, as seams create weak points and slight surface "bulges" or "divots", [random](#random) seam placement may be optimal for parts that need higher strength as that weak point is spread to different locations between layers (e.g., a pin meant to fit through a hole). - -### Aligned - -Will attempt to align the seam to a hidden internal facet of the model. - -![seam-aligned](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-aligned.png?raw=true) - -### Aligned Back - -Combines [Aligned](#aligned) and [Back](#back) strategies by prioritizing seam placement away from the front-facing side while still finding optimal hidden locations for other orientations. -This is particularly useful for directional models like sculptures or figurines that have a clear front view. -Unlike "Back" which always places seams at the rearmost position, "Aligned Back" uses intelligent positioning that avoids the front while maintaining sophisticated seam hiding capabilities. - -![seam-aligned-back](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-aligned-back.png?raw=true) - -### Nearest - -Will place the seam at the nearest starting point compared to where the nozzle stopped printing in the previous layer. -This is optimized for speed, low travel, and acceptable strength. - -![seam-nearest](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-nearest.png?raw=true) - -### Back - -This option places the seam on the back side (Min Y point in that layer) of the object, away from the view. It is useful for objects that will be displayed with a specific orientation. - -![seam-back](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-back.png?raw=true) - -### Random - -This option places the seam randomly across the object, which can help to distribute the seam points and increase the overall strength of the print. - -![seam-random](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-random.png?raw=true) - -## Modifiers - -### Staggered inner seams - -As the seam location forms a weak point in the print, staggering the seam on the internal perimeters can help reduce stress points. This setting moves the start of the internal wall's seam around across layers as well as away from the external perimeter seam. This way, the internal and external seams don't all align at the same point and between them across layers, distributing those weak points further away from the seam location, hence making the part stronger. It can also help improve the water tightness of your model. - -![seam-staggered-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-staggered-inner.gif?raw=true) - -### Seam gap - -Controls the gap in mm or as a percentage of the nozzle size between the two ends of a loop starting and ending with a seam. - -- A larger gap will reduce the bulging seen at the seam. -- A smaller gap reduces the visual appearance of a seam. - - For a well-tuned printer with [pressure advance](pressure-advance-calib) and [filament retraction](retraction-calib), a value of **0-15%** is typically optimal. - -![seam-gap](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-gap.gif?raw=true) - -### Scarf joint seam - -Adjusts the extrusion flow rate at seam points to create a smooth overlap between the start and end of each loop, minimizing visible defects. - -![scarf-joint-seam](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/scarf-joint-seam.png?raw=true) - -Advantages: - -- Reduces visible z-seams -- Improves cosmetic quality of curved surfaces -- Can slightly improve part strength at seams by softening transitions - -Disadvantages: - -- May increase print time slightly -- Less effective on sharp corners and overhangs -- Requires tuning of parameters like length, speed, and flow for best results - -> [!NOTE] -> Read more here: [Better Seams - An OrcaSlicer Guide](https://www.printables.com/model/783313-better-seams-an-orca-slicer-guide-to-using-scarf-s). - -#### Scarf joint seam Type - -- **Contour:** Applies scarf seams exclusively to the outermost perimeter of the model. -- **Contour and hole:** Extends scarf seams to both the outer perimeter and the inner walls surrounding holes within the part. - -#### Conditional scarf joint - -Dynamically applies scarf joints only on smooth, curved perimeters where traditional seams would be visually prominent. Sharp corners will still use standard seams to maintain dimensional accuracy. - -#### Scarf joint speed - -This option sets the printing speed for scarf joints. -It is recommended to print scarf joints at a slow speed (less than 100 mm/s). -It's also advisable to enable [Extrusion rate smoothing](speed_settings_advanced) if the set speed varies significantly from the speed of the outer or inner walls. If the speed specified here is higher than the speed of the outer or inner walls, the printer will default to the slower of the two speeds. When specified as a percentage (e.g., 80%), the speed is calculated based on the respective outer or inner wall speed. The default value is set to 100%. - -#### Scarf joint height - -Defines the vertical offset for the start of the scarf ramp, specified either in millimeters or as a percentage of the current layer height. -A value of 0 means the scarf begins at the same height as the current layer and ramps up to the full layer height over the scarf length. -For example, on the second layer with a 0.2 mm layer height, setting this to 50% (0.1 mm) will start the scarf at 0.3 mm and ramp up to 0.4 mm by the end of the scarf length, while the rest of the lines print at 0.4 mm. -This setting helps create a smoother transition and can reduce visible seam artifacts. - -#### Scarf around entire wall - -If enabled, the scarf joint wraps around the full perimeter of the wall. Typically disabled, as this may increase print time without significant seam improvement. - -#### Scarf length - -Defines the horizontal length over which the scarf ramp transitions. A value of 0 disables the scarf joint. The default (e.g. 20 mm) generally offers smooth and effective blending. - -#### Scarf steps - -Minimum number of segments used to build the scarf transition. -More steps create a smoother gradient, but the default value (10) is sufficient in most cases. - -#### Scarf joint flow ratio - -Adjusts extrusion flow during scarf printing. A value of 100% applies standard flow. Lower values reduce flow but may introduce under-extrusion. -Recommended to keep at 100%. - -#### Scarf joint for inner walls - -When enabled, scarf joints are also applied to inner perimeters (e.g., holes). This has minimal visual impact and is usually left disabled unless inner seam quality is a priority. - -### Role based wipe speed - -Controls the speed of a wipe motion, i.e., how fast the nozzle will move over a printed area to "clean" it before traveling to another area of the model. -It is recommended to turn this option on, to ensure the nozzle performs the wipe motion with the same speed that the feature was printed with. - -### Wipe speed - -If role-based wipe speed is disabled, set this field to the absolute wipe speed or as a percentage over the travel speed. - -### Wipe on loop (inward movement) - -When finishing printing a "loop" (i.e., an extrusion that starts and ends at the same point), move the nozzle slightly inwards towards the part. That move aims to reduce seam unevenness by tucking in the end of the seam to the part. It also slightly cleans the nozzle before traveling to the next area of the model, reducing stringing. -This setting will use your printer/material Wipe Distance and retract amount before wipe values. - -![seam-wipe-on-loop](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-wipe-on-loop.png?raw=true) - -![seam-wipe-on-loops-options](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-wipe-on-loops-options.png?raw=true) - -### Wipe Before External - -To minimize the visibility of potential over-extrusion at the start of an external perimeter, the de-retraction move is performed slightly on the inside of the model and, hence, the start of the external perimeter. That way, any potential over-extrusion is hidden from the outside surface. - -This is useful when printing with [Outer/Inner](quality_settings_wall_and_surfaces#outerinner) or [Inner/Outer/Inner](quality_settings_wall_and_surfaces#innerouterinner) wall print order, as in these modes, it is more likely an external perimeter is printed immediately after a de-retraction move, which would cause slight extrusion variance at the start of a seam. - -## Tips - -With seams being inevitable when 3D printing using FFF, there are two distinct approaches on how to deal with them: - -1. **Try and hide the seam as much as possible:** This can be done by enabling scarf seam, which works very well, especially with simple models with limited overhang regions. -2. **Try and make the seam as "clean" and "distinct" as possible:** This can be done by tuning the seam gap and enabling role-based wipe speed, wipe on loops, and wipe before the external loop. - -## Troubleshooting Seam Performance - -The section below will focus on troubleshooting traditional seams. For scarf seam troubleshooting, refer to the guide linked above. - -There are several factors that influence how clean the seam of your model is, with the biggest one being extrusion control after a travel move. As a seam defines the start and end of an extrusion, it is critical that: - -1. **The same amount of material is extruded at the same point across layers** to ensure a consistent visual appearance at the start of a seam. -2. **The printer consistently stops extruding at the same point** across layers. - -However, due to mechanical and material tolerances, as well as the very nature of 3D printing with FFF, that is not always possible. Hopefully with some tuning you'll be able to achieve prints like this! - -![seam-quality](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-quality.jpg?raw=true) - -### Troubleshooting the Start of a Seam - -Imagine the scenario where the toolhead finishes printing a layer line on one side of the bed, retracts, travels the whole distance of the bed to de-retract, and starts printing another part. Compare this to the scenario where the toolhead finishes printing an internal perimeter and only travels a few mm to start printing an external perimeter, without even retracting or de-retracting. - -The first scenario has much more opportunity for the filament to ooze outside the nozzle, resulting in a small blob forming at the start of the seam or, conversely, if too much material has leaked, a gap/under extrusion at the start of the seam. - -The key to a consistent start of a seam is to reduce the opportunity for ooze as much as possible. The good news is that this is mostly tunable by: - -1. **Ensure your pressure advance is calibrated correctly**. A too low pressure advance will result in the nozzle experiencing excess pressure at the end of the previous extrusion, which increases the chance of oozing when traveling. -2. **Make sure your travel speed is as fast as possible within your printer's limits**, and the travel acceleration is as high as practically possible, again within the printer's limits. This reduces the travel time between features, reducing oozing. -3. **Enable wipe before external perimeters** – this setting performs the de-retraction move inside the model, hence reducing the visual appearance of the "blob" if it does appear at the seam. -4. **Increase your travel distance threshold to be such that small travel moves do not trigger a retraction and de-retraction operation**, reducing extrusion variances caused by the extruder tolerances. 2-4mm is a good starting point as, if your PA is tuned correctly and your travel speed and acceleration are high, it is unlikely that the nozzle will ooze in the milliseconds it will take to travel to the new location. -5. **Enable retract on layer change**, to ensure the start of your layer is always performed under the same conditions – a de-pressurized nozzle with retracted filament. - -In addition, some toolhead systems are inherently better at seams compared to others. For example, high-flow nozzles with larger melt zones usually have poorer extrusion control as more of the material is in a molten state inside the nozzle. They tend to string more, ooze easier, and hence have poorer seam performance. Conversely, smaller melt zone nozzles have more of the filament solid in their heat zone, leading to more accurate extrusion control and better seam performance. - -So this is a trade-off between print speed and print quality. From experimental data, volcano-type nozzles tend to perform the worst at seams, followed by CHT-type nozzles, and finally regular flow nozzles. - -In addition, larger nozzle diameters allow for more opportunity for material to leak compared to smaller diameter nozzles. A 0.2/0.25 mm nozzle will have significantly better seam performance than a 0.4, and that will have much better performance than a 0.6mm nozzle and so forth. - -### Troubleshooting the End of a Seam - -The end of a seam is much easier to get right, as the extrusion system is already at a pressure equilibrium while printing. It just needs to stop extruding at the right time and consistently. - -**If you are getting bulges at the seam**, the extruder is not stopping at the right time. The first thing to tune would be **pressure advance** – too low of a PA will result in the nozzle still being pressurized when finishing the print move, hence leaving a wider line at the end as it stops printing. - -And the opposite is true too – **too high PA will result in under extrusion at the end of a print move**, shown as a larger-than-needed gap at the seam. Thankfully, tuning PA is straightforward, so run the calibration tests and pick the optimal value for your material, print speed, and acceleration. - -Furthermore, the printer mechanics have tolerances – the print head may be requested to stop at point XY but practically it cannot stop precisely at that point due to the limits of micro-stepping, belt tension, and toolhead rigidity. Here is where tuning the seam gap comes into effect. **A slightly larger seam gap will allow for more variance to be tolerated at the end of a print move before showing as a seam bulge**. Experiment with this value after you are certain your PA is tuned correctly and your travel speeds and retractions are set appropriately. - -Finally, the techniques of **wiping can help improve the visual continuity and consistency of a seam** (please note, these settings do not make the seam less visible, but rather make them more consistent!). Wiping on loops with a consistent speed helps tuck in the end of the seam, hiding the effects of retraction from view. - -### The Role of Wall Ordering in Seam Appearance - -The order of wall printing plays a significant role in the appearance of a seam. **Starting to print the external perimeter first after a long travel move will always result in more visible artifacts compared to printing the internal perimeters first and traveling just a few mm to print the external perimeter.** - -For optimal seam performance, printing with **inner-outer-inner wall order is typically best, followed by inner-outer**. It reduces the amount of traveling performed prior to printing the external perimeter and ensures the nozzle is having as consistent pressure as possible, compared to printing outer-inner. diff --git a/doc/print_settings/quality/quality_settings_wall_and_surfaces.md b/doc/print_settings/quality/quality_settings_wall_and_surfaces.md deleted file mode 100644 index fce72eff22..0000000000 --- a/doc/print_settings/quality/quality_settings_wall_and_surfaces.md +++ /dev/null @@ -1,158 +0,0 @@ -# Wall and surfaces - -- [Walls printing order](#walls-printing-order) - - [Inner/Outer](#innerouter) - - [Inner/Outer/Inner](#innerouterinner) - - [Outer/Inner](#outerinner) - - [Print infill first](#print-infill-first) -- [Wall loop direction](#wall-loop-direction) -- [Surface flow ratio](#surface-flow-ratio) -- [Only one wall](#only-one-wall) - - [Threshold](#threshold) -- [Avoid crossing walls](#avoid-crossing-walls) - - [Max detour length](#max-detour-length) -- [Small area flow compensation](#small-area-flow-compensation) - - [Flow Compensation Model](#flow-compensation-model) - -## Walls printing order - -Print sequence of the internal (inner) and external (outer) walls. - -### Inner/Outer - -Use Inner/Outer for best overhangs. This is because the overhanging walls can adhere to a neighboring perimeter while printing. However, this option results in slightly reduced surface quality as the external perimeter is deformed by being squashed to the internal perimeter. - -![inner-outer](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/inner-outer.gif?raw=true) - -### Inner/Outer/Inner - -Use Inner/Outer/Inner for the best external surface finish and dimensional accuracy as the external wall is printed undisturbed from an internal perimeter. However, overhang performance will reduce as there is no internal perimeter to print the external wall against. This option requires a minimum of 3 walls to be effective as it prints the internal walls from the 3rd perimeter onwards first, then the external perimeter and, finally, the first internal perimeter. This option is recommended against the Outer/Inner option in most cases. - -![inner-outer-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/inner-outer-inner.gif?raw=true) - -### Outer/Inner - -Use Outer/Inner for the same external wall quality and dimensional accuracy benefits of [Inner/Outer/Inner](#innerouterinner) option. However, the z seams will appear less consistent as the first extrusion of a new layer starts on a visible surface. - -![outer-inner](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/outer-inner.gif?raw=true) - -### Print infill first - -When this option is enabled, the [infill](strength_settings_infill) and [top/bottom shells](strength_settings_top_bottom_shells) are printed first, followed by the walls. This can be useful for some overhangs where the infill can support the walls. - -![infill-first](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/infill-first.gif?raw=true) - -**However**, the infill will slightly push out the printed walls where it is attached to them, resulting in a worse external surface finish. It can also cause the infill to shine through the external surfaces of the part. - -![infill-ghosting](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/infill-ghosting.png?raw=true) - -When using this option is recommended to use the [Precise Wall](quality_settings_precision#precise-wall), [Inner/Outer/Inner](#innerouterinner) wall printing order or reduce [Infill/Wall Overlap](strength_settings_infill#infill-wall-overlap) to avoid the infill pushing out the external wall. - -## Wall loop direction - -The direction which the wall loops are extruded when looking down from the top. -By default all walls are extruded in counter-clockwise, unless [Reverse on even](quality_settings_overhangs#reverse-on-even) is enabled. -Set this to any option other than Auto will force the wall direction regardless of the [Reverse on even](quality_settings_overhangs#reverse-on-even). - -> [!NOTE] -> This option will be disabled if spiral vase mode is enabled. - -## Surface flow ratio - -This factor affects the amount of material for [top or bottom solid infill](strength_settings_top_bottom_shells). You can decrease it slightly to have smooth surface finish. -The actual top or bottom surface flow used is calculated by multiplying this value by the filament flow ratio, and if set, the object's flow ratio. - -Other flow ratios, such as ratios for the first layer (does not affect brims and skirts), outer and inner walls, overhang perimeters, sparse infill, internal solid infill, gap fill, support, and support interfaces, can also be adjusted after enabling the "Set other flow ratios" option. - -> [!TIP] -> Before using a value other than 1, it is recommended to [calibrate the flow ratio](flow-rate-calib) to ensure that the flow ratio is set correctly for your printer and filament. - -## Only one wall - -Use only one wall on flat surfaces, to give more space to the [top infill pattern](strength_settings_top_bottom_shells#surface-pattern). -Specially useful in small features, like letters, where the top surface is very small and [concentric pattern](strength_settings_patterns#concentric) from walls would not cover it properly. - -![only-one-wall](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/only-one-wall.gif?raw=true) - -### Threshold - -If a top surface has to be printed and it's partially covered by another layer, it won't be considered at a top layer where its width is below this value. This can be useful to not let the 'one perimeter on top' trigger on surface that should be covered only by perimeters. -This value can be a mm or a % of the perimeter extrusion width. - -![only-one-wall-threshold](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/only-one-wall-threshold.png?raw=true) - -> [!WARNING] -> If enabled, artifacts can be created if you have some thin features on the next layer, like letters. Set this setting to 0 to remove these artifacts. - -## Avoid crossing walls - -This option instructs the slicer to avoid crossing perimeters (walls) during travel moves. -Instead of traveling directly through a wall, the print head will detour around it, which can significantly reduce surface defects and stringing. - -While this increases print time slightly, the improvement in print quality—especially with materials prone to stringing like **PETG** or **TPU**, often justifies the tradeoff. -Highly recommended for detailed or aesthetic prints. - -![avoid-crossing-walls](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/avoid-crossing-walls.png?raw=true) - -> [!NOTE] -> This feature is not compatible with Timelapse mode, as it can cause unexpected travel moves. - -### Max detour length - -Defines the maximum distance the printer is allowed to detour to avoid crossing a wall. -Can be set as: - -- **Absolute value in millimeters:** exactly how far the detour can extend (e.g., `5mm`). -- **Percentage** of the direct travel path (e.g., `50%`). -- **0** disables the **limit** and allows detours of **any length**. - -Use this setting to balance between print time and wall quality—longer detours mean fewer wall crossings but slower prints. - -## Small area flow compensation - -Enables adaptive flow control for small infill areas. -This feature helps address extrusion problems that often occur in small regions of solid infill, such as the tops of narrow letters or fine features. -In these cases, standard extrusion flow may be too much for the available space, leading to over-extrusion or poor surface quality. - -![flow-compensation-model](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/flow-compensation-model.png?raw=true) - -It works by dynamically adjusting the extrusion flow based on the length of the extrusion path, ensuring more precise material deposition in small spaces. - -This is a native implementation of @Alexander-T-Moss [Small Area Flow Compensation](https://github.com/Alexander-T-Moss/Small-Area-Flow-Comp). - -### Flow Compensation Model - -The model uses a list of Extrusion Length and Flow Correction Factor value pairs. Each pair defines how much flow should be used for a specific Extrusion Length. -For values between the listed points, the flow is calculated using linear interpolation. - -![flow-compensation-model-graph](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Wall-Order/flow-compensation-model-graph.png?raw=true) - -For example for the following model: - -| Extrusion Length | Flow Correction Factor | -|------------------|------------------------| -| 0 | 0 | -| 0.2 | 0.4444 | -| 0.4 | 0.6145 | -| 0.6 | 0.7059 | -| 0.8 | 0.7619 | -| 1.5 | 0.8571 | -| 2 | 0.8889 | -| 3 | 0.9231 | -| 5 | 0.952 | -| 10 | 1 | - -You should write it as: - -```c++ -0,0; -0.2,0.4444; -0.4,0.6145; -0.6,0.7059; -0.8,0.7619; -1.5,0.8571; -2,0.8889; -3,0.9231; -5,0.9520; -10,1; -``` diff --git a/doc/print_settings/quality/quality_settings_wall_generator.md b/doc/print_settings/quality/quality_settings_wall_generator.md deleted file mode 100644 index e464ee5c76..0000000000 --- a/doc/print_settings/quality/quality_settings_wall_generator.md +++ /dev/null @@ -1,73 +0,0 @@ -# Wall Generator - -The Wall Generator defines how the outer and inner walls (perimeters) of the model are printed. - -- [Classic](#classic) -- [Arachne](#arachne) - - [Wall transitioning threshhold angle](#wall-transitioning-threshhold-angle) - - [Wall transitioning filter margin](#wall-transitioning-filter-margin) - - [Wall transitioning length](#wall-transitioning-length) - - [Wall distribution count](#wall-distribution-count) - - [Minimum wall width](#minimum-wall-width) - - [First layer minimum wall width](#first-layer-minimum-wall-width) - - [Minimum feature size](#minimum-feature-size) - - [Minimum wall length](#minimum-wall-length) - -## Classic - -The Classic wall generator is a simple and reliable method used in many slicers. It creates as many walls as possible (limited by [Wall Loops](strength_settings_walls#wall-loops)) by extruding along the model’s perimeter using the defined [Line Width](quality_settings_line_width). -This method does not vary extrusion width and is ideal for fast, predictable slicing. - -![wallgenerator-classic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/WallGenerator/wallgenerator-classic.png?raw=true) - -## Arachne - -The Arachne wall generator dynamically adjusts extrusion width to follow the shape of the model more closely. This allows better handling of thin features and smooth transitions between wall counts. - -![wallgenerator-arachne](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/WallGenerator/wallgenerator-arachne.png?raw=true) - -> [!NOTE] -> [A Framework for Adaptive Width Control of Dense Contour-Parallel Toolpaths in Fused Deposition Modeling](https://www.sciencedirect.com/science/article/pii/S0010448520301007?via%3Dihub) - -### Wall transitioning threshhold angle - -Defines the minimum angle (in degrees) required for the algorithm to create a transition between an even and odd number of walls. If a wedge shape exceeds this angle, no extra center wall will be added. Lowering this value reduces center walls but may cause under- or over-extrusion in sharp corners. - -### Wall transitioning filter margin - -Prevents rapid switching between more or fewer walls by defining a tolerance range around the minimum wall width. The extrusion width will stay within the range: - -```math -\left[ \text{Minimum Wall Width} - \text{Margin},\ 2 \times \text{Minimum Wall Width} + \text{Margin} \right] -``` - -Higher values reduce transitions, travel moves, and extrusion starts/stops, but may increase extrusion variability and introduce print quality issues. Expressed as a percentage of nozzle diameter. - -### Wall transitioning length - -Controls how far into the model the transition between wall counts extends. A lower value shortens or removes center walls, improving print time but potentially reducing coverage in tight areas. - -### Wall distribution count - -Sets how many walls (counted inward from the outer wall) are allowed to vary in width. Lower values constrain variation to inner walls, keeping outer walls consistent for best surface quality. - -### Minimum wall width - -Defines the narrowest wall that can be printed to represent thin features. If the feature is thinner than this value, the wall will match its width. Expressed as a percentage of nozzle diameter. - -#### First layer minimum wall width - -Specifies the minimum wall width for the first layer. It is recommended to match the nozzle diameter to improve adhesion and ensure stable base walls. - -### Minimum feature size - -Minimum width required for a model feature to be printed. Features below this value are skipped; features above it are widened to match the [Minimum Wall Width](#minimum-wall-width). Expressed as a percentage of nozzle diameter. - -### Minimum wall length - -Avoids very short or isolated wall segments that add unnecessary time. -Increasing this value removes short unconnected walls, **improving efficiency**. - -> [!NOTE] -> Top and bottom surfaces are not affected by this setting to avoid visual artifacts. -> Use the One Wall Threshold (in Advanced settings) to adjust how aggressively OrcaSlicer considers a region a top surface. This option only appears when this setting exceeds 0.5, or if single-wall top surfaces are enabled. diff --git a/doc/print_settings/speed/speed_settings_acceleration.md b/doc/print_settings/speed/speed_settings_acceleration.md deleted file mode 100644 index 1352a950c3..0000000000 --- a/doc/print_settings/speed/speed_settings_acceleration.md +++ /dev/null @@ -1,55 +0,0 @@ -# Acceleration - -Acceleration in 3D printing is usually set on the printer's firmware settings. -This setting will try to override the acceleration when [normal printing acceleration](#normal-printing) value is different than 0. -Orca will limit the acceleration to not exceed the acceleration set in the Printer's Motion Ability settings. - -- [Normal printing](#normal-printing) -- [Outer wall](#outer-wall) -- [Inner wall](#inner-wall) -- [Bridge](#bridge) -- [Sparse infill](#sparse-infill) -- [Internal solid infill](#internal-solid-infill) -- [Initial layer](#initial-layer) -- [Top surface](#top-surface) -- [Travel](#travel) - -## Normal printing - -The default acceleration of both normal printing and travel. - -> [!NOTE] -> If this value is set to 0, the acceleration will be set to the printer's default acceleration. - -## Outer wall - -Acceleration for [outer wall](speed_settings_other_layers_speed#outer-wall) printing. This is usually set to a lower value than normal printing to ensure better quality. - -## Inner wall - -Acceleration for [inner wall](speed_settings_other_layers_speed#inner-wall) printing. This is usually set to a higher value than outer wall printing to improve speed. - -## Bridge - -Acceleration of [bridges](speed_settings_overhang_speed#bridge-speed). If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration. - -## Sparse infill - -Acceleration of [sparse infill](speed_settings_other_layers_speed#sparse-infill). If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration. - -## Internal solid infill - -Acceleration of [internal solid infill](speed_settings_other_layers_speed#internal-solid-infill). If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration. - -## Initial layer - -Acceleration of [initial layer](speed_settings_initial_layer_speed). Using a lower value can improve build plate adhesion. - -## Top surface - -Acceleration of [top surface infill](speed_settings_other_layers_speed#top-surface). Using a lower value may improve top surface quality. -Recommended to use a similar value to the [outer wall acceleration](#outer-wall). - -## Travel - -Acceleration of [travel](speed_settings_travel) moves. This is usually set to a higher value than normal printing to reduce travel time. diff --git a/doc/print_settings/speed/speed_settings_advanced.md b/doc/print_settings/speed/speed_settings_advanced.md deleted file mode 100644 index d86834d626..0000000000 --- a/doc/print_settings/speed/speed_settings_advanced.md +++ /dev/null @@ -1,193 +0,0 @@ -# Speed Advanced - Extrusion Rate Smoothing - -Extrusion Rate Smoothing (ERS) (pressure equalizer in PrusaSlicer) aims to **limit the rate of extrusion volume change to be below a user-set threshold (the ERS value)**. -It aims to assist the printer firmware internal motion planners, pressure advance in achieving the desired nozzle flow and reducing deviations against the ideal flow. - -This happens by reducing the stresses put on the extrusion system as well as reducing the absolute deviations from the ideal extrusion flow caused by pressure advance smooth time. - -This feature is especially helpful when printing at high accelerations and large flow rates as the deviations are larger in these cases. - -![ers-intro](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-intro.png?raw=true) - -- [Theory](#theory) - - [Acceleration vs. Extrusion rate smoothing](#acceleration-vs-extrusion-rate-smoothing) - - [Pressure advance vs extrusion rate smoothing](#pressure-advance-vs-extrusion-rate-smoothing) -- [Finding the ideal Extrusion Rate smoothing value](#finding-the-ideal-extrusion-rate-smoothing-value) -- [A note for Bowden printers using Marlin without pressure advance](#a-note-for-bowden-printers-using-marlin-without-pressure-advance) -- [A note on ERS Segment length](#a-note-on-ers-segment-length) -- [Limitations](#limitations) -- [Credits](#credits) - -## Theory - -Enabling this feature creates a small **speed "ramp"** by slowing down and ramping up print speeds prior to and after the features causing a sudden change in extrusion flow rate needs, such as overhangs and overhang perimeters. - -This works by breaking down the printed line segments into smaller "chunks", proportional to the ERS segment length, and reduces the print speed of these segments so that the **requested extrusion volumetric flow rate change is less than or equal to the ERS threshold**. - -In summary, **it takes the "edge" off rapid extrusion changes caused by acceleration/deceleration as these are now spread over a longer distance and time.** Therefore, it can reduce wall artifacts that show when the print speeds change suddenly. These artifacts are occurring because the extruder and firmware cannot perfectly adhere to the flow rates requested by the slicer, especially when the extrusion rate is changing rapidly. - -**The example below shows the artifact that is mitigated by ERS.** - -![ers-artefact](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-artefact.jpg?raw=true) - -The bulging visible above is due to the extruder not being able to respond fast enough to the required speed change when printing with high accelerations and high speeds and being requested to slow down for an overhang. - -In the above scenario, the printer (Bambu Lab X1 Carbon) was requested to slow down from a 200mm/sec print speed to 40mm/sec at an acceleration of 5k/sec². **The extruder could not keep up with the pressure change, resulting in a slight bump ahead at the point of speed change.** - -This parameter interacts with the below printer kinematic settings and physical limits: - -1. **The limits of the extruder system** - how fast can it change pressure in the nozzle -2. **The configured pressure advance values** - that also affect pressure changes in the nozzle -3. **The acceleration profile of the printer** - higher accelerations mean higher pressure changes -4. **The pressure advance smooth time (Klipper)** - higher smooth time means higher deviation from ideal extrusion, hence more opportunity for this feature to be useful. - -### Acceleration vs. Extrusion rate smoothing - -A printer's motion system does not exactly follow the speed changes seen in the G-code preview screen of OrcaSlicer. - -When a speed change is requested, the firmware look-ahead planner calculates the slowdown needed to achieve the target speed. The rate of slowdown is limited by the move's acceleration value. - -**Let's consider an example.** Assume printing an overhang wall with **2k external wall acceleration**, where the printer is called to slow down from **200mm/sec to 40mm/sec**. - -This deceleration move would happen over approximately 9.6mm. This is derived from the following equation: - -```math -d = \frac{v_f^2 - v_i^2}{2a} -``` - -Where: - -- vf = final speed. -- vi = initial speed. -- a = acceleration (in this case, it will be negative as it's a deceleration). -- d = distance. - -The time taken to decelerate to this new speed would be approx. 0.08 seconds, derived from the following equation: - -```math -t = \frac{v_f - v_i}{a} -``` - -A printer printing at 200mm/sec with a 0.42 line width and 0.16 layer height would be extruding plastic at approx. 12.16mm³/sec, as can also be seen from the below visual. - -![ers-printspeed](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-printspeed.png?raw=true) - -When the printer is extruding at 40mm/sec with the same line width and layer height as above, the flow rate is 2.43mm³/sec. - -So what we are asking the extruder to do in this example is **slow down from 12.16mm³/sec flow to 2.43mm³/sec flow in 0.08 seconds** or an extrusion change rate of 121mm³/sec². - -**This value is proportional to the acceleration of the printer. At 4k this value doubles, at 1k it is half and is independent of the speed of movement or starting and ending speeds.** - -**This value is also proportional to the line width - double the line width will result in double the extrusion rate change and vice versa. Same for layer height.** - -So, continuing with the worked example, a 2k acceleration produces an extrusion rate change ramp of 121mm³/sec². **Therefore, setting a value higher than this would not bring any benefit to the print quality as the motion system would slow down less aggressively based on its acceleration settings.** - -**Therefore, the acceleration values act as a meaningful upper limit to this setting.** An indicative set of values has been provided later in this page. - -### Pressure advance vs extrusion rate smoothing - -Then we need to consider pressure advance and smooth time as factors that influence extrusion rate. - -**Pressure Advance** adjusts the extruder's speed to account for the pressure changes inside the hot end's melt zone. When the print head moves and extrudes filament, there's a delay between the movement of the extruder gear and the plastic being extruded due to the compressibility of the molten plastic in the hot end. This delay can cause too much plastic to be extruded when the print head starts moving or not enough plastic when the print head stops, leading to issues like blobbing or under-extrusion. - -**Pressure Advance Smooth time** helps to mitigate potential negative effects on print quality due to the rapid changes in extruder flow rate, which are controlled by the Pressure Advance algorithm. This parameter essentially adds a smoothing effect to the adjustments made by Pressure Advance, aiming to prevent sharp or sudden changes in the extrusion rate. - -When Pressure Advance adjusts the extruder speed to compensate for the pressure build-up or reduction in the hot end, it can lead to abrupt changes in the flow rate. These abrupt changes can potentially cause issues like: - -1. Extruder motor skipping, -2. Increased wear on the extruder gear and filament, -3. Visible artifacts on the print surface due to non-uniform extrusion. - -The smooth time setting introduces a controlled delay over which the Pressure Advance adjustments are spread out. This results in a more gradual application or reduction of extrusion pressure, leading to smoother transitions in filament flow. - -The trade-off is extrusion accuracy. There is a deviation between the requested extrusion amount and the actual extrusion amount due to this smoothing. - -**1. Increasing Smooth Time:** Leads to more gradual changes in extrusion pressure. While this can reduce artifacts and stress on the extruder system, setting it too high may diminish the effectiveness of Pressure Advance, as the compensation becomes too delayed to counteract the pressure dynamics accurately. - -**2. Decreasing Smooth Time:** Makes the Pressure Advance adjustments more immediate, which can improve the responsiveness of pressure compensation but may also reintroduce abrupt changes in flow rate, potentially leading to the issues mentioned above. - -In essence, **pressure advance smooth time creates an intentional deviation from the ideal extruder rotation** and, therefore, extrusion amount, to allow the printer's extruder to perform within its mechanical limits. Typically, this value is set to 0.04sec, which means that when Pressure Advance adjusts the extruder's flow rate to compensate for changes in pressure within the hot end, these adjustments are spread out over a period of 0.04 seconds. - -There is a great example of pressure advance smooth time induced deviations in [this Klipper forum post](https://klipper.discourse.group/t/pressure-advance-smooth-time-skews-pressure-advance/13451) that is worth a read to get more insight in this trade-off. - -In the worked example above, **we need to set an Extrusion Rate smoothing value enough to decrease the error introduced by pressure advance smooth time against the produced output flow.** The lower the extrusion rate smoothing value, the lower the changes in flow over time hence the lower the absolute deviation from the ideal extrusion caused by the smooth time algorithm. However, going too low will result in a material decrease in overall print speed, as the print speed will be materially reduced to achieve low extrusion deviations between features, for no real benefit after a point. - -**The best way to find the lower beneficial limit is through experimentation.** Print an object with sharp overhangs that are slowed down because of the overhang print speed settings and observe for extrusion inconsistencies. - -## Finding the ideal Extrusion Rate smoothing value - -**Firstly, this value needs to be lower than the extrusion rate changes resulting from the acceleration profile of the printer.** As, generally, the greatest impact is in external wall finish, use your external perimeter acceleration as a point of reference. - -**Below are some approximate ERS values for 0.42 line width and 0.16 layer height.** - -1. 30mm³/sec for 0.5k acceleration -2. 60.5mm³/sec for 1k acceleration -3. 121mm³/sec² for 2k acceleration -4. 242mm³/sec² for 4k acceleration - -**Below are some approximate ERS values for 0.42 line width and 0.20 layer height.** - -1. 38mm³/sec for 0.5k acceleration -2. 76mm³/sec for 1k acceleration -3. 150mm³/sec² for 2k acceleration -4. 300mm³/sec² for 4k acceleration - -**Below are some approximate ERS values for 0.45 line width and 0.16 layer height.** - -1. 32mm³/sec for 0.5k acceleration -2. 65mm³/sec for 1k acceleration -3. 129mm³/sec² for 2k acceleration -4. 260mm³/sec² for 4k acceleration - -**So, your tuning starting point needs to be an ERS value that is less than this.** A good point experiment with test prints would be **a value of 60-80%** of the above maximum values. This will give some meaningful assistance to pressure advance, reducing the deviation introduced by pressure advance smooth time. The greater the smooth time, the greater the quality benefit will be. - -Therefore, for a **0.42 line width and 0.16 layer height**, the below are a recommended set of starting ERS values - -1. 18-25mm³/sec for 0.5k acceleration -2. 35-50mm³/sec for 1k acceleration -3. 70-100mm³/sec² for 2k acceleration -4. 145-200mm³/sec² for 4k acceleration - -If you are printing with a 0.2 layer height, you can increase these values by 25% and similarly reduce if printing with lower. - -**The second factor is your extruder's mechanical abilities.** Direct drive extruders with a good grip on the filament typically are more responsive to extrusion rate changes. Similarly with stiff filaments. So, a Bowden printer or when printing softer material like TPU or soft PLAs like polyterra there is more opportunity for the extruder to slip or deviate from the desired extrusion amount due to mechanical grip or material deformation or just delay in propagating the pressure changes (in a Bowden setup). - -**The final factor is the deviation introduced by pressure advance smooth time**, or equivalents in closed source firmware. The higher this value the larger the extrusion deviation from ideal. If you are using a direct drive extruder, reduce this value to 0.02 in your klipper firmware before tuning ERS, as a lower value results in lower deviations to mitigate. Then proceed to experimentally tune ERS. - -**So where does that leave us?** - -Perform a test print with the above ERS settings as a starting point and adjust to your liking! If you notice bulging on sharp overhangs where speed changes occur, like the hull of the Benchy, reduce this value by 10% and try again. - -If you're not noticing any artifacts, increase by 10%, but don't go over the maximum values recommended above because then this feature would have no effect on your print. - -## A note for Bowden printers using Marlin without pressure advance - -If your printer is not equipped with pressure advance and, especially, if you are using a Bowden setup, you don't have the benefit of pressure advance dynamically adjusting your flow. - -In this special case, ERS will be doing all the heavy lifting that pressure advance would typically perform. In this scenario, a low value of 8-10mm³/sec is usually recommended, irrespective of your acceleration settings, to smooth out pressure changes in the extrusion system as much as possible without impacting print speed too much. - -## A note on ERS Segment length - -Ideally, you want this value set to 1 to allow for the largest number of steps between each speed transition. However, this may result in G-code that is too large, with too many commands sent to your MCU per second and it may not be able to keep up. It will also slow down the OrcaSlicer front end as the sliced model is more complex to render. - -For Klipper printers, a segment length of 1 works OK as the RPI or similar have enough computational power to handle the G-code command volume. - -Similarly, for a Bambu Lab printer, a segment length of 1 works well. **However, if you do notice your printer stuttering or stalling** (which may be the case with the lower-powered P1 series printers) **or getting "Timer too close" errors** in Klipper, **increase this value to 2 or 3**. This would reduce the effectiveness of the setting but will present a more manageable load to your printer. - -## Limitations - -**This feature can only work where speed changes are induced by the slicer** - for example, when transitioning from fast to slow print moves when printing overhangs, bridges and from printing internal features to external features and vice versa. - -However, it will not affect extruder behavior when the printer is slowing down due to firmware commands - for example, when turning around corners. - -In this case, the printer slows down and then accelerates independently of what the slicer has requested. In this case, the slicer is commanding a consistent speed; however, the printer is adjusting this to operate within its printer kinematic limits (SCV/Jerk) and accelerations. As the slicer is not aware of this slowdown, it cannot apply pre-emptive extrusion rate smoothing to the feature and instead, the changes are governed by the printer firmware exclusively. - -## Credits - -- **Original feature authors and creators:** The PrusaSlicer team, including [@bubnikv](https://github.com/bubnikv), [@hejllukas](https://github.com/hejllukas). -- **Enhanced by:** [@MGunlogson](https://github.com/MGunlogson), introducing the feature to external perimeters, enhancing it by taking into account travel, retraction and implementing near-contiguous extrusions pressure equalizer adjustments. -- **Ported to Orca:** [@igiannakas](https://github.com/igiannakas). -- **Enhanced by:** [@noisyfox](https://github.com/Noisyfox), per object pressure equalization and fixing calculation logic bugs. -- **Wiki page:** [@igiannakas](https://github.com/igiannakas). -- **Overall Orca owner and assurance:** [@softfever](https://github.com/SoftFever). -- **Community testing and feedback:** [@HakunMatat4](https://github.com/HakunMatat4), [@psiberfunk](https://github.com/psiberfunk), [@u3dreal](https://github.com/u3dreal) and more. diff --git a/doc/print_settings/speed/speed_settings_initial_layer_speed.md b/doc/print_settings/speed/speed_settings_initial_layer_speed.md deleted file mode 100644 index fc1a5ed635..0000000000 --- a/doc/print_settings/speed/speed_settings_initial_layer_speed.md +++ /dev/null @@ -1,23 +0,0 @@ -# Initial layer speed - -Printing the first layer slower than the rest of the print is a widely recommended practice. This helps ensure strong adhesion to the print bed, reduces the chances of warping or curling at the edges, and allows better compensation for minor leveling inconsistencies. - -## Initial layer - -This setting determines the printing speed for the first layer, excluding [solid infill](strength_settings_top_bottom_shells) regions. It applies to the [outer/inner walls](strength_settings_walls), [sparse infill](strength_settings_infill) when [bottom layers](strength_settings_top_bottom_shells#shell-layers) is set to 0. -Adjusting this speed helps ensure proper adhesion and print quality for the initial layer. - -## Initial layer infill - -Defines the speed used specifically for [solid infill](strength_settings_top_bottom_shells#shell-layers) regions on the first layer. These areas require more precise and consistent extrusion to create a flat and stable surface for subsequent layers. Printing this section too fast may result in high internal stresses (increased risk of warping), poor layer uniformity, or adhesion failures. - -## Initial layer travel speed - -Sets the travel (non-printing movement) speed for the first layer. This doesn't affect the printing quality and can be set to a percentage of the [travel speed](speed_settings_travel). -Usually, this is set to 100% of the [travel speed](speed_settings_travel), but it can be reduced if you want to minimize vibrations or if your printer has issues with high-speed travel movements. - -## Number of slow layers - -Specifies how many of the first layers should be printed at a reduced speed. Instead of jumping straight to full speed after the first layer, the speed gradually increases in a linear fashion over this number of layers. This gradual ramp-up helps maintain adhesion and gives the print more stability in its early stages, especially on prints with a small contact area or materials prone to warping. - -![number-of-slow-layers](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/number-of-slow-layers.png?raw=true) diff --git a/doc/print_settings/speed/speed_settings_jerk_xy.md b/doc/print_settings/speed/speed_settings_jerk_xy.md deleted file mode 100644 index 4fafcfe593..0000000000 --- a/doc/print_settings/speed/speed_settings_jerk_xy.md +++ /dev/null @@ -1,95 +0,0 @@ -# Jerk XY - -**Jerk** is the rate of change of acceleration and how quickly your printer can change between different accelerations. It controls direction changes and velocity transitions during movement. - -## Cornering Control Types - -- **Jerk**: Traditional method, sets a maximum speed for direction changes. - - Klipper: [Square corner velocity](https://www.klipper3d.org/Config_Reference.html#printer) - - RepRapFirmware: [Maximum instantaneous speed changes](https://docs.duet3d.com/User_manual/Reference/Gcodes#m566-set-allowable-instantaneous-speed-change) - - Marlin 2: [Classic Jerk](https://marlinfw.org/docs/configuration/configuration.html#jerk-) (deprecated in favor of [Junction Deviation](https://marlinfw.org/docs/configuration/configuration.html#junction-deviation-)) but can still be used. - - Marlin Legacy: [Classic Jerk](https://marlinfw.org/docs/configuration/configuration.html#jerk-). -- **[Junction Deviation](#junction-deviation)**: Modern method, calculates cornering speed based on acceleration and speed. - -> [!TIP] -> Calibrate your Cornering Values using the [Cornering Calibration guide](cornering-calib). - -## Key Effects - -- **Corner Control**: Lower values = smoother corners, better quality. Higher values = faster cornering, potential artifacts -- **Print Speed**: Higher jerk reduces deceleration at direction changes, increasing overall speed -- **Surface Quality**: Lower jerk minimizes vibrations and ringing, especially important for outer walls - -This setting overrides firmware jerk values when different motion types need specific settings. Orca limits jerk to not exceed the Printer's Motion Ability settings. - -> [!TIP] -> Jerk can work in conjunction with [Pressure Advance](pressure-advance-calib), [Adaptive Pressure Advance](adaptive-pressure-advance-calib), and [Input Shaping](input-shaping-calib) to optimize print quality and speed. -> It's recommended to follow the [calibration guide](calibration) order for best results. - -- [Cornering Control Types](#cornering-control-types) -- [Key Effects](#key-effects) -- [Default](#default) - - [Outer wall](#outer-wall) - - [Inner wall](#inner-wall) - - [Infill](#infill) - - [Top surface](#top-surface) - - [Initial layer](#initial-layer) - - [Travel](#travel) -- [Junction Deviation](#junction-deviation) -- [Useful links](#useful-links) - -## Default - -Default Jerk value. - -> [!NOTE] -> If this value is set to 0, the jerk will be set to the printer's default jerk. - -### Outer wall - -Jerk for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality. - -### Inner wall - -Jerk for inner wall printing. This is usually set to a higher but still reasonable value than outer wall printing to improve speed. - -### Infill - -Jerk for infill printing. This is usually set to a value higher than inner wall printing to improve speed. - -### Top surface - -Jerk for top surface printing. This is usually set to a lower value than infill to ensure better quality. - -### Initial layer - -Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion. - -### Travel - -Jerk for travel printing. This is usually set to a higher value than infill to reduce travel time. - -## Junction Deviation - -Alternative to Jerk, Junction Deviation is the default method for controlling cornering speed in Marlin 2 printers. -Higher values result in more aggressive cornering speeds, while lower values produce smoother, more controlled cornering. - -> [!NOTE] -> Classic Jerk can still be used in Marlin 2, but it is deprecated in favor of Junction Deviation. -> If your printer uses Classic Jerk, you need to set your Junction Deviation to `0` to enable the use of Classic Jerk. - -This value will **only be overwritten** if it is lower than the Junction Deviation value set in Printer settings > Motion ability. If it is higher, the value configured in Motion ability will be used. - -```math -JD = 0,4 \cdot \frac{\text{Jerk}^2}{\text{Accel.}} -``` - -## Useful links - -- [Klipper Kinematics](https://www.klipper3d.org/Kinematics.html?h=accelerat#acceleration) -- [Marlin Junction Deviation](https://marlinfw.org/docs/configuration/configuration.html#junction-deviation-) -- [JD Explained and Visualized, by Paul Wanamaker](https://reprap.org/forum/read.php?1,739819) -- [Computing JD for Marlin Firmware](https://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html) -- [Improving GRBL: Cornering Algorithm](https://onehossshay.wordpress.com/2011/09/24/improving_grbl_cornering_algorithm/) -- [Pressure Advance Calibration](pressure-advance-calib) -- [Adaptive Pressure Advance](adaptive-pressure-advance-calib) diff --git a/doc/print_settings/speed/speed_settings_other_layers_speed.md b/doc/print_settings/speed/speed_settings_other_layers_speed.md deleted file mode 100644 index cca1b32d9a..0000000000 --- a/doc/print_settings/speed/speed_settings_other_layers_speed.md +++ /dev/null @@ -1,92 +0,0 @@ -# Other layers speed - -## Speed limitations - -> [!IMPORTANT] -> Every speed setting is limited by several parameters like: -> -> - [Maximum Volumetric Speed](volumetric-speed-calib) -> - Machine / Motion ability -> - [Acceleration](speed_settings_acceleration) -> - [Jerk settings](speed_settings_jerk_xy) - -- [Speed limitations](#speed-limitations) -- [Outer wall](#outer-wall) -- [Inner wall](#inner-wall) -- [Small perimeters](#small-perimeters) - - [Small perimeters threshold](#small-perimeters-threshold) -- [Sparse infill](#sparse-infill) -- [Internal solid infill](#internal-solid-infill) -- [Top surface](#top-surface) -- [Gap infill](#gap-infill) -- [Ironing speed](#ironing-speed) -- [Support](#support) -- [Support interface](#support-interface) - -## Outer wall - -Speed of outer wall which is outermost and visible. It's used to be slower than [inner wall speed](#inner-wall) to get better quality and good layer adhesion. -This setting is also limited by [Machine / Motion ability / Resonance avoidance speed settings](vfa-calib). - -## Inner wall - -Speed of inner wall which is printed faster than outer wall to reduce print time but is still recommended to be slower than the [maximum volumetric speed](volumetric-speed-calib) to ensure good layer adhesion and reduce material internal stresses. - -## Small perimeters - -Speed of outer wall with theoretical radius <= [small perimeters threshold](#small-perimeters-threshold). -Any shape (not only circles) will be considered as a small perimeter. - -If expressed as percentage (for example: 80%) it will be calculated on the [outer wall speed](#outer-wall). - -> [!NOTE] -> Zero will use [50%](https://github.com/SoftFever/OrcaSlicer/blob/7d2a12aa3cbf2e7ca5d0523446bf1d1d4717f8d1/src/libslic3r/GCode.cpp#L4698) of [outer wall speed](#outer-wall). - -### Small perimeters threshold - -**Radius** in millimeters below which the speed of perimeters will be reduced to the [small perimeters speed](#small-perimeters). -To know the length of the perimeter, you can use the formula: - -```math -\frac{\text{Perimeter Length}}{2\pi} \leq \text{Threshold} -``` - -For example, if the threshold is set to 5 mm, then the perimeter length must be less than or equal to 31.4 mm (2 * π * 5 mm) to be considered a small perimeter. - -- A Circle with a diameter of 10 mm will have a perimeter length of approximately 31.4 mm, which is equal to the threshold, so it will be considered a small perimeter. -- A Cube of 10mm x 10mm will have a perimeter length of 40 mm, which is greater than the threshold, so it will not be considered a small perimeter. -- A Cube of 5mm x 5mm will have a perimeter length of 20 mm, which is less than the threshold, so it will be considered a small perimeter. - -> [!NOTE] -> Zero will disable [small perimeters speed](#small-perimeters) and will use the [outer wall speed](#outer-wall). - -## Sparse infill - -Speed of [sparse infill](strength_settings_infill) which is printed faster than solid infill to reduce print time. -In case you are using your [Infill Pattern](strength_settings_infill) as aesthetic feature, you may want to set it closer to the [outer wall speed](#outer-wall) to get better quality. - -## Internal solid infill - -Speed of internal solid infill, which fills the interior of the model with solid layers. -This is typically set faster than the [top surface speed](#top-surface) to optimize print time, while still ensuring adequate strength and layer adhesion. Adjusting this speed can help balance print quality and efficiency, especially for models requiring strong internal structures. -Solid infill is also considered when [infill % is set to 100%](strength_settings_infill#internal-solid-infill). - -## Top surface - -Speed of the [topmost solid layers](strength_settings_top_bottom_shells) of the print. This is usually set similar to the [outer wall speed](#outer-wall) to achieve a smoother and higher-quality finish on visible surfaces. Lower speeds help minimize surface defects and improve the appearance of the final printed object. - -## Gap infill - -Speed of [gap infill](strength_settings_infill#apply-gap-fill), which is used to fill small gaps or holes in the print. - -## Ironing speed - -[Ironing](quality_settings_ironing) and [Support Ironing](support_settings_ironing) speed, typically slower than the top surface speed to ensure a smooth finish. - -## Support - -Speed at which [support](support_settings_support) material is printed. Slower speeds help ensure that supports are stable and effective during the print process. - -## Support interface - -Speed for the support interface layers, which are the layers directly contacting the model. This is usually set even slower than the main [support speed](#support) to maximize surface quality where the support meets the model and to make support removal easier. diff --git a/doc/print_settings/speed/speed_settings_overhang_speed.md b/doc/print_settings/speed/speed_settings_overhang_speed.md deleted file mode 100644 index 41dd8829c3..0000000000 --- a/doc/print_settings/speed/speed_settings_overhang_speed.md +++ /dev/null @@ -1,34 +0,0 @@ -# Overhang Speed - -- [Slow down for overhang](#slow-down-for-overhang) - - [Slow down for curled perimeters](#slow-down-for-curled-perimeters) - - [Speed](#speed) -- [Bridge speed](#bridge-speed) - -## Slow down for overhang - -Enable this option to slow printing down for different overhang degree. -This can help improve print quality and reduce issues like stringing or sagging. - -### Slow down for curled perimeters - -Enable this option to slow down printing in areas where perimeters may have curled upwards. For example, additional slowdown will be applied when printing overhangs on sharp corners like the front of the Benchy hull, reducing curling which compounds over multiple layers. - -![slow-down-for-curled-perimeters](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/slow-down-for-curled-perimeters.png?raw=true) - -It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the print speed slow enough that perimeter curling does not happen. If printing with a high external perimeter speed, this parameter may introduce slight artifacts when slowing down due to the large variance in print speeds. If you notice artifacts, ensure your pressure advance is tuned correctly. - -> [!NOTE] -> When this option is enabled, overhang perimeters are treated like overhangs, meaning the overhang speed is applied even if the overhanging perimeter is part of a bridge. For example, when the perimeters are 100% overhanging, with no wall supporting them from underneath, the 100% overhang speed will be applied. - -### Speed - -This is the speed for various overhang degrees. Overhang degrees are expressed as a percentage of [line width](quality_settings_line_width). - -> [!NOTE] -> 0 speed means no slowing down for the overhang degree range and wall speed is used. - -## Bridge speed - -Set speed for external and internal bridges. -It's usually recommended to increase internal bridge speed to reduce print time, while external bridge speed should be reduced to improve print quality. diff --git a/doc/print_settings/speed/speed_settings_travel.md b/doc/print_settings/speed/speed_settings_travel.md deleted file mode 100644 index d3411db24a..0000000000 --- a/doc/print_settings/speed/speed_settings_travel.md +++ /dev/null @@ -1,6 +0,0 @@ -# Travel - -![travel-lines](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/travel-lines.png?raw=true) - -Travel speed is the speed at which the print head moves when not extruding filament. -This speed is typically faster than the printing speed, as there is no need to carefully place material. However, setting the travel speed too high can lead to issues such as missed steps or ringing artifacts. diff --git a/doc/print_settings/strength/infill-analysis/infill-analysis.7z b/doc/print_settings/strength/infill-analysis/infill-analysis.7z deleted file mode 100644 index 4d0404eb4f..0000000000 Binary files a/doc/print_settings/strength/infill-analysis/infill-analysis.7z and /dev/null differ diff --git a/doc/print_settings/strength/infill-analysis/infill_desc_calculator.xlsx b/doc/print_settings/strength/infill-analysis/infill_desc_calculator.xlsx deleted file mode 100644 index 8534aa34ec..0000000000 Binary files a/doc/print_settings/strength/infill-analysis/infill_desc_calculator.xlsx and /dev/null differ diff --git a/doc/print_settings/strength/strength_settings_advanced.md b/doc/print_settings/strength/strength_settings_advanced.md deleted file mode 100644 index 461f998c44..0000000000 --- a/doc/print_settings/strength/strength_settings_advanced.md +++ /dev/null @@ -1,55 +0,0 @@ -# Strength Advanced - -- [Align infill direction to model](#align-infill-direction-to-model) -- [Bridge infill direction](#bridge-infill-direction) -- [Minimum sparse infill threshold](#minimum-sparse-infill-threshold) -- [Infill Combination](#infill-combination) - - [Max layer height](#max-layer-height) -- [Detect narrow internal solid infill](#detect-narrow-internal-solid-infill) -- [Ensure vertical shell thickness](#ensure-vertical-shell-thickness) - -## Align infill direction to model - -Aligns infill and surface fill directions to follow the model's orientation on the build plate. -When enabled, fill directions rotate with the model to maintain optimal characteristics. - -![fill-direction-to-model](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/fill-direction-to-model.png?raw=true) - -## Bridge infill direction - -Bridging angle override. -If left at zero, the bridging angle will be calculated automatically. Otherwise, the provided angle will be used for bridges. -Use 180° to represent a zero angle. - -## Minimum sparse infill threshold - -Sparse infill areas smaller than the threshold value are replaced by [internal solid infill](strength_settings_infill#internal-solid-infill). -This setting helps to ensure that small areas of sparse infill do not compromise the strength of the print. It is particularly useful for models with intricate designs or small features where sparse infill may not provide sufficient support. - -## Infill Combination - -Automatically combine [sparse infill](strength_settings_infill) of several layers so they print together and reduce print time and while increasing strength. While walls are still printed with the original [layer height](quality_settings_layer_height). - -![fill-combination](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/fill-combination.png?raw=true) - -### Max layer height - -Maximum layer height for the combined sparse infill. -Set it to 0 or 100% to use the nozzle diameter (for maximum reduction in print time), or to a value of ~80% to maximize sparse infill strength. - -The number of layers over which infill is combined is derived by dividing this value by the layer height and rounding down to the nearest decimal. - -Use either absolute mm values (e.g., 0.32mm for a 0.4mm nozzle) or percentages (e.g., 80%). This value must not be larger than the nozzle diameter. - -## Detect narrow internal solid infill - -This option auto-detects narrow internal solid infill areas. If enabled, the [concentric pattern](strength_settings_patterns#concentric) will be used in those areas to speed up printing. Otherwise, the [rectilinear pattern](strength_settings_patterns#rectilinear) will be used by default. - -## Ensure vertical shell thickness - -Add solid infill near sloping surfaces to guarantee the vertical shell thickness (top and bottom solid layers). - -- **None**: No solid infill will be added anywhere. **Caution:** Use this option carefully if your model has sloped surfaces. -- **Critical Only**: Avoid adding solid infill for walls. -- **Moderate**: Add solid infill for heavily sloping surfaces only. -- **All (default)**: Add solid infill for all suitable sloping surfaces. diff --git a/doc/print_settings/strength/strength_settings_infill.md b/doc/print_settings/strength/strength_settings_infill.md deleted file mode 100644 index 78c0ae54a4..0000000000 --- a/doc/print_settings/strength/strength_settings_infill.md +++ /dev/null @@ -1,217 +0,0 @@ -# Infill - -Infill is the internal structure of a 3D print, providing strength and support. It can be adjusted to balance material usage, print time, and part strength. - -- [Sparse infill density](#sparse-infill-density) -- [Fill Multiline](#fill-multiline) - - [Use cases](#use-cases) -- [Direction and Rotation](#direction-and-rotation) - - [Direction](#direction) - - [Rotation](#rotation) -- [Infill Wall Overlap](#infill-wall-overlap) -- [Apply gap fill](#apply-gap-fill) -- [Filter out tiny gaps](#filter-out-tiny-gaps) -- [Anchor](#anchor) -- [Internal Solid Infill](#internal-solid-infill) -- [Extra Solid Infill](#extra-solid-infill) - - [Interval Pattern](#interval-pattern) - - [Explicit Layer List](#explicit-layer-list) -- [Sparse Infill Pattern](#sparse-infill-pattern) -- [Credits](#credits) - -## Sparse infill density - -Infill density determines the amount of material used to fill the interior of a 3D print. It is usually expressed as a percentage, with 100% being completely solid. - -- Higher density increases - - Strength - - Material usage - - Print time. - -> [!NOTE] -> Density usually is calculated as a % of the total infill volume, not the total print volume. -> Nevertheless, **not all patterns interpret density the same way**, so the actual material usage may vary. -> You can see each pattern's material usage in the [Patterns section](strength_settings_patterns). - -## Fill Multiline - -This setting allows you to generate your selected [infill pattern](#sparse-infill-pattern) using multiple parallel lines while preserving both the defined [infill density](#sparse-infill-density) and the overall material usage. - -![infill-multiline-1-5](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-multiline-1-5.gif?raw=true) - -> [!NOTE] -> Orca's approach is different from other slicers that simply multiply the number of lines and material usage, generating a denser infill than expected. -> ->| Infill Density % | Infill Lines | Orca Density | Other Slicers Density | ->|--------------------|--------------|--------------|-----------------------| ->| 10% | 2 | 10% | 20% | ->| 25% | 2 | 25% | 50% | ->| 40% | 2 | 40% | 80% | ->| 10% | 3 | 10% | 30% | ->| 25% | 3 | 25% | 75% | ->| 40% | 3 | 40% | 120% * | ->| 10% | 5 | 10% | 50% | ->| 25% | 5 | 25% | 125% * | ->| 40% | 5 | 40% | 200% * | -> -> *Other slicers may limit the result to 100%. - -### Use cases - -- Increasing the number of lines (e.g., 2 or 3) can **improve part strength** and **print speed** without increasing material usage. -- **Fire-retardant applications:** Some flame-resistant materials (like PolyMax PC-FR) require a minimum printed wall/infill thickness—often 1.5–3 mm—to comply with standards. Since infill contributes to overall part thickness, using multiple lines helps achieve the necessary thickness without switching to a large nozzle or printing with 100% infill. This is especially useful for high-temperature materials like PC, which are prone to warping when fully solid. -- Creating **aesthetic** infill patterns (like [Grid](strength_settings_patterns#grid) or [Honeycomb](strength_settings_patterns#honeycomb)) with multiple line widths—without relying on CAD modeling or being limited to a single extrusion width. - -![infill-multiline-aesthetic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-multiline-aesthetic.gif?raw=true) - -> [!WARNING] -> For self intersecting infills (e.g. [Cubic](strength_settings_patterns#cubic), [Grid](strength_settings_patterns#grid)) multiline count greater than 3 may cause layer shift, extruder clog or other issues due to overlapping of lines on intersection points. -> -> ![infill-multiline-overlapping](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-multiline-overlapping.gif?raw=true) - -## Direction and Rotation - -> [!TIP] -> You can use [Template Metalanguage for infill rotation](strength_settings_infill_rotation_template_metalanguage) to create more complex patterns. - -### Direction - -Controls the direction of the infill lines to optimize or strengthen the print. - -![fill-direction](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/fill-direction.png?raw=true) - -### Rotation - -This parameter adds a rotation to the sparse infill direction for each layer according to the specified template. -The template is a comma-separated list of angles in degrees. - -For example: - -```c++ -0,90 -``` - -![fill-rotation](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/fill-rotation.png?raw=true) - -The first layer uses 0°, the second uses 90°, and the pattern repeats for subsequent layers. - -Other examples: - -```c++ -0,45,90 -``` - -```c++ -0,60,120,180 -``` - -> [!NOTE] -> If there are more layers than angles, the sequence repeats. - -> [!IMPORTANT] -> Not all sparse [patterns](strength_settings_patterns) support rotation. - -## Infill Wall Overlap - -Infill area is enlarged slightly to overlap with wall for better bonding. The percentage value is relative to line width of sparse infill. Set this value to ~10-15% to minimize potential over extrusion and accumulation of material resulting in rough surfaces. - -- **Infill Wall Overlap Off** - -![InfillWallOverlapOff](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/InfillWallOverlapOff.svg?raw=true) - -- **Infill Wall Overlap On** - -![InfillWallOverlapOn](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/InfillWallOverlapOn.svg?raw=true) - -## Apply gap fill - -Enables gap fill for the selected solid surfaces. -The minimum gap length that will be filled can be controlled from the filter out tiny gaps option. - -1. **Everywhere:** Applies gap fill to top, bottom and internal solid surfaces for maximum strength. -2. **Top and Bottom surfaces:** Applies gap fill to top and bottom surfaces only, balancing print speed, reducing potential over extrusion in the solid infill and making sure the top and bottom surfaces have no pinhole gaps. -3. **Nowhere:** Disables gap fill for all solid infill areas. - -Note that if using the [classic perimeter generator](quality_settings_wall_generator#classic), gap fill may also be generated between perimeters, if a full width line cannot fit between them. -That perimeter gap fill is not controlled by this setting. - -If you would like all gap fill, including the classic perimeter generated one, removed, set the filter out tiny gaps value to a large number, like 999999. - -However this is not advised, as gap fill between perimeters is contributing to the model's strength. For models where excessive gap fill is generated between perimeters, a better option would be to switch to the [arachne wall generator](quality_settings_wall_generator#arachne) and use this option to control whether the cosmetic top and bottom surface gap fill is generated. - -## Filter out tiny gaps - -Don't print gap fill with a length is smaller than the threshold specified (in mm). -This setting applies to top, bottom and solid infill and, if using the [classic perimeter generator](quality_settings_wall_generator#classic), to wall gap fill. - -## Anchor - -Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. -OrcaSlicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter. If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0. - -- **Anchor Off** - -![InfillAnchorOff](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/InfillAnchorOff.png?raw=true) - -- **Anchor On** - -![InfillAnchorOn](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/InfillAnchorOn.png?raw=true) -## Internal Solid Infill - -Line pattern of internal solid infill. If the [detect narrow internal solid infill](strength_settings_advanced#detect-narrow-internal-solid-infill) be enabled, the [concentric pattern](strength_settings_patterns#concentric) will be used for the small area. - - -## Extra Solid Infill - -Insert extra solid infills at specific layers to add strength at critical points in your print. This feature allows you to strategically reinforce your part without changing the overall sparse infill density. - -![extra-solid-infill](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/extra-solid-infill.gif?raw=true) - -The pattern supports two formats: - -### Interval Pattern -- **Simple interval**: `N` - Insert 1 solid layer every N layers, equal to `N#1` -- **Multiple layers**: `N#K` - Insert K consecutive solid layers every N layers -- **Optional K**: `N#` - Shorthand for `N#1` - -Examples: -``` -5 or 5#1 # Insert 1 solid layer every 5 layers -5# # Same as 5#1 -10#2 # Insert 2 consecutive solid layers every 10 layers -``` - -### Explicit Layer List -Specify exact layer numbers (1-based) using comma-separated values. Each entry may be a single layer `N` or a range `N#K` to insert K consecutive solid layers starting at layer N: - -``` -1,7,9 # Insert solid layers at layers 1, 7, and 9 -5,15,25 # Insert solid layers at layers 5, 15, and 25 -5,9#2,18 # Insert at 5; at 9 and 10 (because #2); and at 18 -``` - -> [!NOTE] -> - Layer numbers are 1-based (first layer is layer 1) -> - `#K` is optional in both interval and explicit list entries (`N#` equals `N#1`) -> - Solid layers are inserted in addition to the normal sparse infill pattern - -> [!TIP] -> Use this feature to: -> - Add strength at stress concentration points -> - Reinforce mounting holes or attachment points -> - Create internal structure for functional parts -> - Add periodic reinforcement for tall prints -> - Insert a single solid layer at a specific height by using an explicit list with a leading 0, which will be ignored because layer indices are 1-based. Example: `0,15` inserts a solid layer only at layer 15. - -> [!WARNING] -> Layers that include solid infill can take significantly longer than surrounding layers. This time differential may lead to z-banding-like bulges. Consider adjusting cooling or speeds if you observe artifacts. - -## Sparse Infill Pattern - -> [!TIP] -> See [Infill Patterns Wiki List](strength_settings_patterns) with **detailed specifications**, including their strengths and weaknesses. - -## Credits - -- **[Fill Multiline](#fill-multiline) implementation** - [@RF47](https://github.com/RF47) -- **Wiki page:** [IanAlexis](https://github.com/IanAlexis). diff --git a/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md b/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md deleted file mode 100644 index e3b61a9c5e..0000000000 --- a/doc/print_settings/strength/strength_settings_infill_rotation_template_metalanguage.md +++ /dev/null @@ -1,211 +0,0 @@ -# Infill rotation template metalanguage - -This metalanguage provides a way to define the [direction and rotation](strength_settings_infill#direction-and-rotation) of [patterns](strength_settings_patterns) in 3D printing. - -- [Basic instructions](#basic-instructions) - - [Quick examples](#quick-examples) - - [Defined angle](#defined-angle) - - [Runtime instructions](#runtime-instructions) - - [Joint sign](#joint-sign) - - [Counting](#counting) - - [Length modifier](#length-modifier) -- [Description of instructions and examples](#description-of-instructions-and-examples) - - [Simple absolute instructions](#simple-absolute-instructions) - - [Relative instructions](#relative-instructions) - - [Repetitive, adjusting and one-time instructions](#repetitive-adjusting-and-one-time-instructions) - - [Range instructions](#range-instructions) - - [Constant layer number instructions](#constant-layer-number-instructions) -- [Complex template examples](#complex-template-examples) -- [Credits](#credits) - -## Basic instructions - -## Quick examples - -- `0` - fixed direction at 0° (X-axis) -- `0, 90` - alternate 0° and 90° each layer -- `0, 15, 30` - alternate 0°, 15° and 30° each layer -- `+90` - rotate 90° each layer (sequence 90°, 180°, 270°, 0° ...) -- `+45` - rotate 45° each layer for higher dispersion -- `+30/50%` - linearly rotate by 30° over the next 50% of model height -- `+45/10#` - linearly rotate by 45° across 10 standard layers -- `+15#10` - keep the same angle for 10 layers, then rotate +15°; repeats every 10 layers -- `B!, +30` - skip the first bottom shell layers from rotation, then rotate 30° per layer -- `0, +30, +90` - use a repeating sequence of 0°, +30°, +90° - -`[±]α[*ℤ or !][joint sign, or its combinations][-][ℕ, B or T][length modifier][* or !]` - full length template instruction for the **sparse** infill - -`[±]α*` - just setting an initial rotation angle - - - -> [!NOTE] -> `[...]` - values in square brackets are optional - -### Defined angle - -`[±]α` - command for setting rotation infill angle (for joint infills at some height range, this angle is finite): - -- `α:β` - set the angle α value as a percentage of the full 360 degree rotation -- `+α` - set positive relative angle CCW -- `-α` - set negative relative angle CW - -### Runtime instructions - -`[*, *ℤ or !]` - runtime instructions: - -- `*` - the mark of "dummy" instruction. It's needed for setting an initial angle. No further action will be taken -- `*ℤ` - repeat the instruction ℤ times -- `!` - the one-time running instruction - - - -### Joint sign - -`[joint sign]` - the symbol which determines the method of connection for turning of the infill: - -- `/` - linear displacement of the infill. e.g. `+22.5/50%` - ![linear-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/linear-joint.png?raw=true) -- `#` - infill of multiple layers with vertical displacement at finish angle. e.g. `+22.5#50%` - ![multiple-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/multiple-joint.png?raw=true) -- `#-` - infill of multiple layers with vertical displacement at initial angle. e.g. `+22.5#-50%` - ![multiple-joint-initial-angle](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/multiple-joint-initial-angle.png?raw=true) -- `|` - infill of multiple layers with vertical displacement at middle angle. e.g. `+22.5|50%` - ![multiple-joint-middle-angle](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/multiple-joint-middle-angle.png?raw=true) -- `N` - infill formed by sinus function (vertical connection). e.g. `+22.5N50%` - ![v-sinus-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/v-sinus-joint.png?raw=true) -- `n` - infill formed by sinus function (vertical connection, lazy). e.g. `+22.5n50%` - ![v-sinus-joint-lazy](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/v-sinus-joint-lazy.png?raw=true) -- `Z` - infill formed by sinus function (horizontal connection). e.g. `+22.5Z50%` - ![z-h-sinus-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/z-h-sinus-joint.png?raw=true) -- `z` - infill formed by sinus function (horizontal connection, lazy). e.g. `+22.5z50%` - ![h-sinus-joint-lazy](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/h-sinus-joint-lazy.png?raw=true) -- `L` - infill formed by quarter of circle (horizontal to vertical connection). e.g. `+22.5L50%` - ![vh-quarter-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/vh-quarter-joint.png?raw=true) -- `l` - infill formed by quarter of circle (vertical to horizontal connection). e.g. `+22.5l50%` - ![hv-quarter-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/hv-quarter-joint.png?raw=true) -- `U` - infill formed by squared function. e.g. `+22.5U50%` - ![squared-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/squared-joint.png?raw=true) -- `u-` - infill formed by squared function (inverse). e.g. `+22.5u-50%` - ![squared-joint-inverse](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/squared-joint-inverse.png?raw=true) -- `Q` - infill formed by cubic function. e.g. `+22.5Q50%` - ![cubic-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/cubic-joint.png?raw=true) -- `q-` - infill formed by cubic function (inverse). e.g. `+22.5q-50%` - ![cubic-joint-inverse](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/cubic-joint-inverse.png?raw=true) -- `$` - infill formed by arcsinus method. e.g. `+22.5$50%` - ![arcsinus-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/arcsinus-joint.png?raw=true) -- `~` - infill formed with random angle. e.g. `+22.5~50%` - ![random-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/random-joint.png?raw=true) -- `^` - infill formed with pseudorandom angle. e.g. `+22.5^50%` - ![pseudorandom-joint](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/pseudorandom-joint.png?raw=true) - -### Counting - -`[-]ℕ` - counting the distance at which the turn will take place: - -- `ℕ` - the count will take place by ℕ layers. e.g. `+22.5/50%` - ![infill-counting](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/infill-counting.png?raw=true) -- `-ℕ` - indicates that the joint form will be flipped upward. e.g. `+22.5/-50%` - ![infill-counting-flipped](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/infill-counting-flipped.png?raw=true) -- `B` - the count will take place over the next layers equal to the bottom_shell_layers parameter -- `T` - the count will take place over the next layers equal to the top_shell_layers parameter - -### Length modifier - -`ℕ[length modifier]` - the distance at which the specified turn will take place: - -- `ℕmm` - the distance in millimeters -- `ℕcm` - the distance in centimeters -- `ℕm` - the distance in meters -- `ℕ'` - the distance in feet -- `ℕ"` - the distance in inches -- `ℕ#` - the distance in range of standard height of ℕ layers -- `ℕ%` - the distance as a percentage of model height - -## Description of instructions and examples - -Each instruction is written by a combination of symbols and numbers and separated by a comma or a space. -For more complex instructions, autoformatting is used to make the template easier to read. - -> [!NOTE] -> All examples are shown with a 5% density rectilinear infill on a model of a cube 20x20x20mm which has 100 layers of 0.2mm thickness. Without walls and upper and lower shells. Initial angle is 0. - -### Simple absolute instructions - -They include a simple definition of the angle for each layer. Note that the initial setting of this angle is also affected by the value in the infill angle field. - -- `0`, `15`, `45.5`, `256.5605`... - just fill at the existing angle. The initial direction starts at the X-axis, and the acceptable range of values is from 0 to 360 - - `0` as well as `+0`, `-0` or just empty template - ![0](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/0.png?raw=true) - - `45` - ![45](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/45.png?raw=true) - - `0, 30` - is a simple alternation through each layer in the direction of 0 and 30 degrees. - ![0-30](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/0-30.png?raw=true) -- `0%`, `10%`, `25%`, `100%`... - infill angle determined from relative terms from a full turn of 360 degree rotation. Rotate by 0, 36, 90, and 0 degrees. - - `25%` - the equivalent of `90` instruction. - ![90](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/90.png?raw=true) -- `30, 60, 90, 120, 150, 0` - a more complex command defines a turn every layer at 30 degrees. At the end of the template line, the next instruction is read first, and this process continues until the entire height of the model is filled. - -### Relative instructions - -- `+30` - this is a short instruction for counterclockwise rotation. The equivalent of `30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330, 0` or `30, 60, 90, 120, 150, 0` instruction. - ![+30](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+30.png?raw=true) -- `-30` - this is the same instruction, but with clockwise rotation. The equivalent of `330, 300, 270, 240, 210, 180, 150, 120, 90, 60, 30, 0` or `330, 300, 270, 240, 210, 0` instruction. -- `+150` - you can specify a different multiple of the irrational angle for better fill dispersion = `150, 300, 90, 240, 30, 180, 330, 120, 270, 60, 210, 0` ... -- `+45` - The equivalent of `45, 90, 135, 180, 225, 270, 315, 0` or `45, 90, 135, 0` instruction. - ![+45](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+45.png?raw=true) -- `+90` - The equivalent of `90, 180, 270, 0` or `90, 0` instruction. - ![+90](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+90.png?raw=true) -- `+15%` - useful for dividing angles on a decimal basis = `54, 108, 162, 270, 324, 18, 72, 126, 180, 234, 288, 342, 36, 90, 144, 196, 252, 306, 0` ... -- `+30, +90` - a complex instruction setting the rotation of each layer in these positions = `30, 120, 150, 240, 270, 0` ... - ![+30+90](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+30+90.png?raw=true) -- `0, +30, +90` - a complex instruction setting the rotation of each layer in these positions = `0, 30, 120` ... - ![0+30+90](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/0+30+90.png?raw=true) - -### Repetitive, adjusting and one-time instructions - -- `5, 10, +20` - simple instructions without modifiers. Sets the angles in sequence = 5, 10, 30, 5, 10, 30, 5, 10 ... -- `5, 10*, +20` - the `*` sign sets the initial angle without quantitative designation and without layer processing. It is useful for setting the orientation of a group of layers, which will be described below. Sets the angles in sequence = 5, 30, 5, 30, 5, 30, 5 ... -- `5, 10!, +20` - the `!` sign indicates that the instruction will be executed only once for the entire height of the model. Sets the angles in sequence = 5, 10, 30, 5, 25, 5, 25, 5 ... -- `5, 10*!, +20` - the combination of `*` and `!` signs is also usable = 5, 30, 5, 25, 5, 25, 5, 25 ... -- `5, 10*3, +20` - if a number is written after the `*` sign, it indicates the number of repetitions of this instruction. Sets the angles in sequence = 5, 10, 10, 10, 30, 5, 10, 10, 10, 30, 5, 10 ... - -### Range instructions - -A combined set of layers will be organized, where the rotation of one layer relative to the other will also be predetermined. -You can specify how many layers will be rotated by a certain angle, and according to which mathematical law this rotation will be performed. This law is determined by writing a certain symbol and specifying a numeric value after it. -The following signs are available that determine the shape of the turn: `/` `#` `#-` `|` `N` `n` `Z` `z` `L` `l` `U` `u` `Q` `q` `$` `~` `^`. For their purpose, see [joint sign](#joint-sign). - -Also, after the numeric value there is a range modifier, then this rotation will occur according to the described length. -The following modifiers are available that determine the range of turn: `mm` `cm` `m` `'` `"` `#` `%`. For their purpose, see [length modifier](#length-modifier). - -If there is a `-` sign before the numeric value, then the initial fill angle changes with the final one. This is useful for joining the linear infills in some cases. Absolute values of the rotation angle using the range instructions have no effect. -It is important to know that this will not be the exact length, but will be tied to the nearest layer from below. - -- `+45/100` - rotate the next 100 layers linearly at a 45 degree angle. For this model, this instruction is equivalent to `+45/100%` as it contains 100 layers. - ![+45-100](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+45-100.png?raw=true) -- When changing the height of the instruction `+45/50` or `+45/50%` - the final angle will be 90, as the turn will occur twice. - ![+45-50](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+45-50.png?raw=true) -- `-50%Z1cm` - rotate one centimeter of infill by sinus function at a 180 degree CW. - -### Constant layer number instructions - -There are 2 letter signs `T` and `B` that can determine the number of shell layers on the top and bottom of the model. It is useful for calculating skipping this amount to align the fill. - -- `B!, +30` - skip the first shell layers from rotation, then fill with 30 degree turn each layer -- `+30/1cm, T` - rotate one centimeter of infill linearly at a 30 degree angle, then skip the number of layers equal to the count of the upper shell layers without rotation. - - - -## Complex template examples - -- `+10L25%, -10l25%, -10L25%, +10l25%` - fill the model with sine period with 10 degree amplitude - ![10period](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/10period.png?raw=true) -- `+30/-10#` - rotate the infill at height of 10 standard layers (or @ standard layer height is 0.2mm x 10 = 2mm) inverse linearly at a 30 degree angle. - ![+30-10](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+30-10.png?raw=true) -- `+360~100%` or `+100%~100%` - fill the model with infill with random direction at each layer. - ![+360-100p](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/Template-metalanguage/+360-100p.png?raw=true) - -## Credits - -- **Feature author:** [@pi-squared-studio](https://github.com/pi-squared-studio). diff --git a/doc/print_settings/strength/strength_settings_patterns.md b/doc/print_settings/strength/strength_settings_patterns.md deleted file mode 100644 index 94c1a243d3..0000000000 --- a/doc/print_settings/strength/strength_settings_patterns.md +++ /dev/null @@ -1,576 +0,0 @@ -# Patterns - -Patterns determine how material is distributed within a print. Different patterns can affect strength, flexibility and print speed using the same density setting. -The infill pattern also impacts the uniformity of the layer times, since the patterns may be constant, or present significant variations between adjacent layers. - -There is no one-size-fits-all solution, as the best pattern depends on the specific print and its requirements. - -Many patterns may look similar and have similar overall specifications, but they can behave very differently in practice. -As most settings in 3D printing, experience is the best way to determine which pattern works best for your specific needs. - -## Analysis parameters - -### Strength - -- **X-Y Direction**: The strength of the print in the "Horizontal" X-Y plane. Affected by the pattern's connections between walls, contact between layers, and path. -- **Z Direction**: The strength of the print in the "Vertical" Z direction. Affected by contact between layers. - -### Material Usage - -Not all patterns use the same amount of material due to their **Density Calculations** and adjustments to the paths. -This leads to patterns that do not use the specified percentage but rather variations of it. - -### Print Time - -Print time can vary significantly between patterns due to differences in their pathing and infill strategies. -Some patterns may complete faster due to more efficient use of the print head's movement, while others may take longer due to more complex paths. - -> [!NOTE] -> OrcaSlicer Time estimations are not always accurate, especially with complex patterns. -> This analysis was estimated with [Klipper Estimator](https://github.com/Annex-Engineering/klipper_estimator). - -### Layer Time Variability - -Layer time variability refers to the differences in time it takes to print each layer of a pattern. Some patterns may have consistent layer times, while others may experience significant fluctuations. These variations can potentially impact the outer appearance of the print due to differences in cooling and material flow between layers. - -![fill-layer-time-variability](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/fill-layer-time-variability.png?raw=true) - -## Patterns Quick Reference - -| - | Pattern | Strength | Material Usage | Print Time | Layer time Variability | -|---|---|---|---|---|---| -| param_monotonic | [Monotonic](#monotonic) | X-Y: ⚪️ Normal
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_monotonicline | [Monotonic line](#monotonic-line) | X-Y: ⚪️ Normal
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_rectilinear | [Rectilinear](#rectilinear) | X-Y: ⚪️ Normal-Low
Z: 🟡 Low | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_alignedrectilinear | [Aligned Rectilinear](#aligned-rectilinear) | X-Y: ⚪️ Normal-Low
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_zigzag | [Zig Zag](#zig-zag) | X-Y: ⚪️ Normal-Low
Z: 🟡 Low | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_crosszag | [Cross Zag](#cross-zag) | X-Y: ⚪️ Normal
Z: 🟡 Low | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_lockedzag | [Locked Zag](#locked-zag) | X-Y: ⚪️ Normal-Low
Z: ⚪️ Normal-Low | ⚪️ Normal-High | ⚪️ Normal-High | 🟢 None | -| param_line | [Line](#line) | X-Y: 🟡 Low
Z: 🟡 Low | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_grid | [Grid](#grid) | X-Y: 🟣 High
Z: 🟣 High | ⚪️ Normal | 🟣 Low | 🟢 None | -| param_triangles | [Triangles](#triangles) | X-Y: 🟣 High
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_tri-hexagon | [Tri-hexagon](#tri-hexagon) | X-Y: 🟣 High
Z: 🔘 Normal-High | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_cubic | [Cubic](#cubic) | X-Y: 🟣 High
Z: 🟣 High | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_adaptivecubic | [Adaptive Cubic](#adaptive-cubic) | X-Y: 🔘 Normal-High
Z: 🔘 Normal-High | 🟣 Low | 🟣 Low | 🔵 Unnoticeable | -| param_quartercubic | [Quarter Cubic](#quarter-cubic) | X-Y: 🟣 High
Z: 🟣 High | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_supportcubic | [Support Cubic](#support-cubic) | X-Y: 🟡 Low
Z: 🟡 Low | 🔵 Extra-Low | 🔵 Extra-Low | 🔴 Likely Noticeable | -| param_lightning | [Lightning](#lightning) | X-Y: 🟡 Low
Z: 🟡 Low | 🟢 Ultra-Low | 🟢 Ultra-Low | 🔴 Likely Noticeable | -| param_honeycomb | [Honeycomb](#honeycomb) | X-Y: 🟣 High
Z: 🟣 High | 🟡 High | 🔴 Ultra-High | 🟢 None | -| param_3dhoneycomb | [3D Honeycomb](#3d-honeycomb) | X-Y: 🔘 Normal-High
Z: 🔘 Normal-High | 🔘 Normal-Low | 🟠 Extra-High | 🟡 Possibly Noticeable | -| param_lateral-honeycomb | [Lateral Honeycomb](#lateral-honeycomb) | X-Y: ⚪️ Normal-Low
Z: ⚪️ Normal-Low | ⚪️ Normal | 🔘 Normal-Low | 🟡 Possibly Noticeable | -| param_lateral-lattice | [Lateral Lattice](#lateral-lattice) | X-Y: ⚪️ Normal-Low
Z: 🟡 Low | ⚪️ Normal | 🔘 Normal-Low | 🔵 Unnoticeable | -| param_crosshatch | [Cross Hatch](#cross-hatch) | X-Y: 🔘 Normal-High
Z: 🔘 Normal-High | ⚪️ Normal | 🟡 High | 🔴 Likely Noticeable | -| param_tpmsd | [TPMS-D](#tpms-d) | X-Y: 🟣 High
Z: 🟣 High | ⚪️ Normal | 🟡 High | 🟡 Possibly Noticeable | -| param_tpmsfk | [TPMS-FK](#tpms-fk) | X-Y: 🔘 Normal-High
Z: 🔘 Normal-High | ⚪️ Normal | 🔴 Ultra-High | 🟡 Possibly Noticeable | -| param_gyroid | [Gyroid](#gyroid) | X-Y: 🟣 High
Z: 🟣 High | ⚪️ Normal | 🔴 Ultra-High | 🔵 Unnoticeable | -| param_concentric | [Concentric](#concentric) | X-Y: 🟡 Low
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_hilbertcurve | [Hilbert Curve](#hilbert-curve) | X-Y: 🟡 Low
Z: ⚪️ Normal | ⚪️ Normal | 🟠 Extra-High | 🟢 None | -| param_archimedeanchords | [Archimedean Chords](#archimedean-chords) | X-Y: 🟡 Low
Z: ⚪️ Normal | ⚪️ Normal | 🔘 Normal-Low | 🟢 None | -| param_octagramspiral | [Octagram Spiral](#octagram-spiral) | X-Y: 🟡 Low
Z: ⚪️ Normal | ⚪️ Normal | ⚪️ Normal | 🟢 None | - -> [!NOTE] -> This estimations are based in a Cube model to maintain consistency. -> This **WILL NOT** be the same for all models and only serves as a standard guideline. - -> [!TIP] -> You can see how this analysis was made in [infill-analysis](https://github.com/SoftFever/OrcaSlicer/tree/main/doc/print_settings/strength/infill-analysis) folder: -> - [Infill calculator Project](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/print_settings/strength/infill-analysis/infill_calculator.3mf?raw=true) to generate the gcode files and images. -> - [infill_desc_calculator.xlsx](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/print_settings/strength/infill-analysis/infill_desc_calculator.xlsx?raw=true) used to calculate the values above. -> - Time, and material usage where simulated with the same [Klipper Estimator](https://github.com/Annex-Engineering/klipper_estimator) values to maintain consistency. - -## Monotonic - -[Rectilinear](#rectilinear) in a uniform direction for a smoother visual surface. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-monotonic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-monotonic.png?raw=true) - -## Monotonic line - -[Monotonic](#monotonic) but avoids overlapping with the perimeter, reducing excess material at joints. May introduce visible seams and increase print time. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-monotonic-line](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-monotonic-line.png?raw=true) - -## Rectilinear - -Parallel lines spaced according to infill density. Each layer is printed perpendicular to the previous, resulting in low vertical bonding. Consider using new [Zig Zag](#zig-zag) infill instead. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - - **[Ironing](quality_settings_ironing)** - -![infill-top-rectilinear](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-rectilinear.png?raw=true) - -## Aligned Rectilinear - -Parallel lines spaced by the infill spacing, each layer printed in the same direction as the previous layer. Good horizontal strength perpendicular to the lines, but terrible in parallel direction. -Recommended with layer anchoring to improve not perpendicular strength. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-aligned-rectilinear](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-aligned-rectilinear.png?raw=true) - -## Zig Zag - -Similar to [rectilinear](#rectilinear) with consistent pattern between layers. Allows you to add a Symmetric infill Y axis for models with two symmetric parts. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-zig-zag](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-zig-zag.png?raw=true) - -## Cross Zag - -Similar to [Zig Zag](#zig-zag) but displacing each layer with Infill shift step parameter. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-cross-zag](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-cross-zag.png?raw=true) - -## Locked Zag - -Version of [Zig Zag](#zig-zag) that adds extra skin. -When using this fill, you can individually modify the density of the skeleton and skin, as well as the size of the skin and how much interconnection there is between the skin and the skeleton (a lock depth of 50% of the skin depth is recommended). - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** ⚪️ Normal-Low -- **Density Calculation:** Similar to [Zig Zag](#zig-zag). -Skin density * ( Infill Area - Skin Area + lock depth area) + ( Skin density * Skin area). - - **Material Usage:** ⚪️ Normal-High - - **Print Time:** ⚪️ Normal-High - - **Material/Time (Higher better):** ⚪️ Normal - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-locked-zag](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-locked-zag.png?raw=true) - -## Line - -Similar to [rectilinear](#rectilinear), but each line is slightly rotated to improve print speed. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-line](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-line.png?raw=true) - -## Grid - -Two-layer pattern of perpendicular lines, forming a grid. Overlapping points may cause noise or artifacts. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🟣 Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-grid](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-grid.png?raw=true) - -## Triangles - -Triangle-based grid, offering strong X-Y strength but with triple overlaps at intersections. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-triangles](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-triangles.png?raw=true) - -## Tri-hexagon - -Similar to the [triangles](#triangles) pattern but offset to prevent triple overlaps at intersections. This design combines triangles and hexagons, providing excellent X-Y strength. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🔘 Normal-High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-tri-hexagon](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-tri-hexagon.png?raw=true) - -## Cubic - -3D cube pattern with corners facing down, distributing force in all directions. Triangles in the horizontal plane provide good X-Y strength. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-cubic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-cubic.png?raw=true) - -## Adaptive Cubic - -[Cubic](#cubic) pattern with adaptive density: denser near walls, sparser in the center. Saves material and time while maintaining strength, ideal for large prints. - -- **Strength** - - **Horizontal (X-Y):** 🔘 Normal-High - - **Vertical (Z):** 🔘 Normal-High -- **Density Calculation:** Same as [Cubic](#cubic) but reduced in the center - - **Material Usage:** 🟣 Low - - **Print Time:** 🟣 Low - - **Material/Time (Higher better):** ⚪️ Normal - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-adaptive-cubic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-adaptive-cubic.png?raw=true) - -## Quarter Cubic - -[Cubic](#cubic) pattern with extra internal divisions, improving X-Y strength. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-quarter-cubic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-quarter-cubic.png?raw=true) - -## Support Cubic - -Support |Cubic is a variation of the [Cubic](#cubic) infill pattern that is specifically designed for support top layers. Will use more material than Lightning infill but will provide better strength. Nevertheless, it is still a low-density infill pattern. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of layer before top shell layers - - **Material Usage:** 🔵 Extra-Low - - **Print Time:** 🔵 Extra-Low - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🔴 Likely Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-support-cubic](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-support-cubic.png?raw=true) - -## Lightning - -Ultra-fast, ultra-low material infill. Designed for speed and efficiency, ideal for quick prints or non-structural prototypes. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of layer before top shell layers - - **Material Usage:** 🟢 Ultra-Low - - **Print Time:** 🟢 Ultra-Low - - **Material/Time (Higher better):** ⚪️ Normal-Low - - **Layer time Variability:** 🔴 Likely Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-lightning](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-lightning.png?raw=true) - -## Honeycomb - -Hexagonal pattern balancing strength and material use. Double walls in each hexagon increase material consumption. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** 🟡 High - - **Print Time:** 🔴 Ultra-High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-honeycomb](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-honeycomb.png?raw=true) - -## 3D Honeycomb - -This infill tries to generate a printable honeycomb structure by printing squares and octagons maintaining a vertical angle high enough to maintain contact with the previous layer. - -- **Strength** - - **Horizontal (X-Y):** 🔘 Normal-High - - **Vertical (Z):** 🔘 Normal-High -- **Density Calculation:** Unknown - - **Material Usage:** 🔘 Normal-Low - - **Print Time:** 🟠 Extra-High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🟡 Possibly Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-3d-honeycomb](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-3d-honeycomb.png?raw=true) - -## Lateral Honeycomb - -Vertical Honeycomb pattern. Acceptable torsional stiffness. Developed for low densities structures like wings. Improve over [Lateral Lattice](#lateral-lattice) offers same performance with lower densities.This infill includes a Overhang angle parameter to improve the point of contact between layers and reduce the risk of delamination. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** ⚪️ Normal-Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟡 Possibly Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-lateral-honeycomb](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-lateral-honeycomb.png?raw=true) - -## Lateral Lattice - -Low-strength pattern with good flexibility. You can adjust **Angle 1** and **Angle 2** to optimize the infill for your specific model. Each angle adjusts the plane of each layer generated by the pattern. 0° is vertical. - -- **Strength** - - **Horizontal (X-Y):** ⚪️ Normal-Low - - **Vertical (Z):** 🟡 Low -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-lateral-lattice](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-lateral-lattice.png?raw=true) - -## Cross Hatch - -Similar to [Gyroid](#gyroid) but with linear patterns, creating weak points at internal corners. -Easier to slice but consider using [TPMS-D](#tpms-d) or [Gyroid](#gyroid) for better strength and flexibility. - -- **Strength** - - **Horizontal (X-Y):** 🔘 Normal-High - - **Vertical (Z):** 🔘 Normal-High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🟡 High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🔴 Likely Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-cross-hatch](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-cross-hatch.png?raw=true) - -## TPMS-D - -Triply Periodic Minimal Surface (Schwarz Diamond). Hybrid between [Cross Hatch](#cross-hatch) and [Gyroid](#gyroid), combining rigidity and smooth transitions. Isotropic and strong in all directions. This geometry is faster to slice than Gyroid, but slower than Cross Hatch. - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🟡 High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🟡 Possibly Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-tpms-d](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-tpms-d.png?raw=true) - -## TPMS-FK - -Triply Periodic Minimal Surface (Fischer–Koch S) pattern. Its smooth, continuous geometry resembles trabecular bone microstructure, offering a balance between rigidity and energy absorption. Compared to [TPMS-D](#tpms-d), it has more complex curvature, which can improve load distribution and shock absorption in functional parts. - -- **Strength** - - **Horizontal (X-Y):** 🔘 Normal-High - - **Vertical (Z):** 🔘 Normal-High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔴 Ultra-High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🟡 Possibly Noticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-tpms-fk](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-tpms-fk.png?raw=true) - -## Gyroid - -Mathematical, isotropic surface providing equal strength in all directions. Excellent for strong, flexible prints and resin filling due to its interconnected structure. This pattern may require more time to slice because of all the points needed to generate each curve. If your model has complex geometry, consider using a simpler infill pattern like [TPMS-D](#tpms-d) or [Cross Hatch](#cross-hatch). - -- **Strength** - - **Horizontal (X-Y):** 🟣 High - - **Vertical (Z):** 🟣 High -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔴 Ultra-High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🔵 Unnoticeable -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - -![infill-top-gyroid](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-gyroid.png?raw=true) - -## Concentric - -Fills the area with progressively smaller versions of the outer contour, creating a concentric pattern. Ideal for 100% infill or flexible prints. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - - **[Ironing](quality_settings_ironing)** - -![infill-top-concentric](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-concentric.png?raw=true) - -## Hilbert Curve - -Hilbert Curve is a space-filling curve that can be used to create a continuous infill pattern. It is known for its aesthetic appeal and ability to fill space efficiently. -Print speed is very low due to the complexity of the path, which can lead to longer print times. It is not recommended for structural parts but can be used for aesthetic purposes. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🟠 Extra-High - - **Material/Time (Higher better):** 🟡 Low - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-hilbert-curve](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-hilbert-curve.png?raw=true) - -## Archimedean Chords - -Spiral pattern that fills the area with concentric arcs, creating a smooth and continuous infill. Can be filled with resin thanks to its interconnected hollow structure, which allows the resin to flow through it and cure properly. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** 🔘 Normal-Low - - **Material/Time (Higher better):** 🔘 Normal-High - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-archimedean-chords](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-archimedean-chords.png?raw=true) - -## Octagram Spiral - -Aesthetic pattern with low strength and high print time. - -- **Strength** - - **Horizontal (X-Y):** 🟡 Low - - **Vertical (Z):** ⚪️ Normal -- **Density Calculation:** % of total infill volume - - **Material Usage:** ⚪️ Normal - - **Print Time:** ⚪️ Normal - - **Material/Time (Higher better):** ⚪️ Normal - - **Layer time Variability:** 🟢 None -- **Applies to:** - - **[Sparse Infill](strength_settings_infill#sparse-infill-density)** - - **[Solid Infill](strength_settings_infill#internal-solid-infill)** - - **[Surface](strength_settings_top_bottom_shells)** - -![infill-top-octagram-spiral](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/fill/infill-top-octagram-spiral.png?raw=true) diff --git a/doc/print_settings/strength/strength_settings_top_bottom_shells.md b/doc/print_settings/strength/strength_settings_top_bottom_shells.md deleted file mode 100644 index a4c8885243..0000000000 --- a/doc/print_settings/strength/strength_settings_top_bottom_shells.md +++ /dev/null @@ -1,50 +0,0 @@ -# Top and Bottom Shells - -Controls how the top and bottom solid layers (shells) are generated. - -![top-bottom-shells](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/top-bottom-shells/top-bottom-shells.png?raw=true) - -## Shell Layers - -This is the number of solid shell layers, including the surface layer. -When the thickness calculated from this value is less than [shell thickness](#shell-thickness), the shell layers will be increased. - -These layers are printed over the [sparse infill](strength_settings_infill), so increasing **shell layers** will increase overall part strength and top surface quality. -It's usually recommended to have at least 3 shell layers for most prints. - -## Shell Thickness - -The number of solid layers is increased during slicing if the thickness calculated from shell layers is thinner than this value. This avoids having too thin a shell when layer height is small. -0 means this setting is disabled and shell thickness is determined entirely by [shell layers](#shell-layers). - -## Surface Density - -This setting controls the density of the top and bottom surfaces. A value of 100% means a solid surface, while lower values create a sparse surface. -This can be used for aesthetic purposes, improving grip or creating interfaces. - -## Infill/Wall Overlap - -The top solid infill area is slightly enlarged to overlap with walls for better bonding and to minimize pinholes where the infill meets the walls. -A value of 25-30% is a good starting point. The percentage value is relative to the line width of the sparse infill. - -> [!TIP] -> Check [Monotonic Line](strength_settings_patterns#monotonic-line) to learn about its overlaying differences with [Monotonic](strength_settings_patterns#monotonic) and [Rectilinear](strength_settings_patterns#rectilinear). - -## Surface Pattern - -This setting controls the pattern of the surfaces. -If [Shell Layers](#shell-layers) is greater than 1, the surface pattern will be applied to the outermost shell layer only and the rest will use [Internal Solid Infill Pattern](strength_settings_infill#internal-solid-infill). - -> [!TIP] -> See [Infill Patterns Wiki List](strength_settings_patterns) with **detailed specifications**, including their strengths and weaknesses. - - The surface patterns are: - -- **[Concentric](strength_settings_patterns#concentric)** -- **[Rectilinear](strength_settings_patterns#rectilinear)** -- **[Monotonic](strength_settings_patterns#monotonic)** -- **[Monotonic Line](strength_settings_patterns#monotonic-line)** Usually Recommended for Top. -- **[Aligned Rectilinear](strength_settings_patterns#aligned-rectilinear)** -- **[Hilbert Curve](strength_settings_patterns#hilbert-curve)** -- **[Archimedean Chords](strength_settings_patterns#archimedean-chords)** -- **[Octagram Spiral](strength_settings_patterns#octagram-spiral)** diff --git a/doc/print_settings/strength/strength_settings_walls.md b/doc/print_settings/strength/strength_settings_walls.md deleted file mode 100644 index badfcde8d1..0000000000 --- a/doc/print_settings/strength/strength_settings_walls.md +++ /dev/null @@ -1,45 +0,0 @@ -# Walls - -In 3D printing, "walls" refer to the outer layers of a printed object that provide its shape and structural integrity. -Adjusting wall settings can significantly affect layer adhesion, strength, appearance and print time of your model. - -![walls](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls.png?raw=true) - -- [Wall loops](#wall-loops) -- [Alternate extra wall](#alternate-extra-wall) -- [Detect thin wall](#detect-thin-wall) - -## Wall loops - -"Wall loops" refers to the number of times the outer wall is printed in a loop. -Increasing the wall loops will: -- Enhance: - - Layer adhesion - - Strength - - Rigidity -- Reduce infill ghosting -- Increase print time - -## Alternate extra wall - -This setting adds an extra wall to every other layer. This way the infill gets wedged vertically between the walls, resulting in stronger prints. -When this option is enabled, the ensure vertical shell thickness option needs to be disabled. - -> [!WARNING] -> It's not recommended to use this option with: -> - [Lightning infill](strength_settings_patterns#lightning) as there is limited infill to anchor the extra perimeters to. -> - **[Ensure vertical shell thickness: ALL](strength_settings_advanced#ensure-vertical-shell-thickness)** - -## Detect thin wall - -By default, walls are printed as closed loops. When a wall is too thin to contain two line widths, enabling "Detect thin walls" prints it as a single extrusion line. -Thin walls printed this way may have reduced surface quality and strength because they are not closed loops. - -> [!TIP] -> Usually, it is recommended to use [Arachne wall generator](quality_settings_wall_generator#arachne) which will disable "Detect thin walls" because it uses a different approach to wall generation. - -- In small details it can generate details that wouldn't be possible with traditional wall generation methods. - ![walls-small-detect-thin-off](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-small-detect-thin-off.png?raw=true) - ![walls-small-detect-thin-on](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-small-detect-thin-on.png?raw=true) -- In large prints, it can generate defects more easily due to the reduced wall thickness. - ![walls-big-detect-thin-off-on](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/walls/walls-big-detect-thin-off-on.png?raw=true) diff --git a/doc/print_settings/support/support_settings_advanced.md b/doc/print_settings/support/support_settings_advanced.md deleted file mode 100644 index b90a679b7c..0000000000 --- a/doc/print_settings/support/support_settings_advanced.md +++ /dev/null @@ -1,67 +0,0 @@ -# Support Advanced - -- [Z distance](#z-distance) -- [Support wall loops](#support-wall-loops) -- [Base Pattern](#base-pattern) - - [Base pattern spacing](#base-pattern-spacing) -- [Pattern angle](#pattern-angle) -- [Interface layers](#interface-layers) -- [Interface pattern](#interface-pattern) -- [Interface spacing](#interface-spacing) -- [Normal support expansion](#normal-support-expansion) -- [Support/object XY distance](#supportobject-xy-distance) -- [Support/object first layer gap](#supportobject-first-layer-gap) -- [Don't support bridges](#dont-support-bridges) -- [Independent support layer height](#independent-support-layer-height) - -## Z distance - -The Z gap between support interface and object. - -## Support wall loops - -This setting specifies the count of support walls in the range of [0,2]. 0 means auto. - -## Base Pattern - -Line pattern for the base of the support. - -### Base pattern spacing - -Spacing between support lines. - -## Pattern angle - -Use this setting to rotate the support pattern on the horizontal plane. - -## Interface layers - -The number of interface layers. - -## Interface pattern - -The pattern used for the support interface. - -## Interface spacing - -Spacing of interface lines. Zero means solid interface. - -## Normal support expansion - -Expand (+) or shrink (-) the horizontal span of normal support. - -## Support/object XY distance - -XY separation between an object and its support. - -## Support/object first layer gap - -XY separation between an object and its support at the first layer. - -## Don't support bridges - -Don't support the whole bridge area which make support very large. Bridges can usually be printed directly without support if not very long. - -## Independent support layer height - -Support layer uses layer height independent with object layer. This is to support customizing z-gap and save print time. This option will be invalid when the prime tower is enabled. diff --git a/doc/print_settings/support/support_settings_filament.md b/doc/print_settings/support/support_settings_filament.md deleted file mode 100644 index 07903d51db..0000000000 --- a/doc/print_settings/support/support_settings_filament.md +++ /dev/null @@ -1,15 +0,0 @@ -# Support Filament - -Support filament settings allow you to customize the material used for support structures in your 3D prints. This can include settings for the base layer, interface, and support style. - -## Base - -Filament to print support base and raft. "Default" means no specific filament for support and current filament is used. - -## Interface - -Filament to print support interface. "Default" means no specific filament for support interface and current filament is used. - -### Avoid interface filament for base - -Avoid using support interface filament to print support base if possible. diff --git a/doc/print_settings/support/support_settings_ironing.md b/doc/print_settings/support/support_settings_ironing.md deleted file mode 100644 index 52a8d6258e..0000000000 --- a/doc/print_settings/support/support_settings_ironing.md +++ /dev/null @@ -1,15 +0,0 @@ -# Support Ironing - -Ironing is using small flow to print on same height of surface again to make flat surface more smooth. This setting controls which layer being ironed. - -## Pattern - -Select the ironing pattern to use. - -## Flow - -The amount of material to extrude during ironing. Relative to flow of normal layer height. Too high value results in overextrusion on the surface. - -## Line Spacing - -The distance between the lines of ironing. diff --git a/doc/print_settings/support/support_settings_raft.md b/doc/print_settings/support/support_settings_raft.md deleted file mode 100644 index 4677895424..0000000000 --- a/doc/print_settings/support/support_settings_raft.md +++ /dev/null @@ -1,11 +0,0 @@ -# Raft - -Raft is a base layer that is printed under the object to improve adhesion and prevent warping. It consists of multiple layers of material that create a stable foundation for the print. - -## Layers - -Object will be raised by this number of support layers. - -## Contact Z distance - -Z gap between object and raft. Ignored for soluble interface. diff --git a/doc/print_settings/support/support_settings_support.md b/doc/print_settings/support/support_settings_support.md deleted file mode 100644 index e17fd793a6..0000000000 --- a/doc/print_settings/support/support_settings_support.md +++ /dev/null @@ -1,100 +0,0 @@ -# Support - -Support structures are used in 3D printing to provide stability to overhangs and complex geometries. - -- [Type](#type) - - [Normal](#normal) - - [Tree](#tree) - - [Support critical regions only](#support-critical-regions-only) - - [Auto](#auto) - - [Manual](#manual) -- [Style](#style) - - [Grid](#grid) - - [Snug](#snug) - - [Organic](#organic) - - [Tree Slim](#tree-slim) - - [Tree Strong](#tree-strong) - - [Tree Hybrid](#tree-hybrid) -- [Threshold angle](#threshold-angle) -- [Threshold overlap](#threshold-overlap) -- [Initial layer density](#initial-layer-density) -- [Initial layer expansion](#initial-layer-expansion) -- [On build plate only](#on-build-plate-only) -- [Ignore small overhangs](#ignore-small-overhangs) - -## Type - -Support structures can be generated in various styles, each suited for different printing needs: - -### Normal - -Normal support structures are generated in a grid pattern, providing a stable base for overhangs and complex geometries. - -### Tree - -Tree-like support structures are designed to minimize material usage while still providing adequate support. They branch out from a central trunk, allowing for more efficient printing. - -#### Support critical regions only - -Only create support for critical regions including sharp tail, cantilever, etc. - -### Auto - -Automatically generates support structures where needed, based on the model's geometry and overhangs and manual placement in the prepare view. - -### Manual - -Limit support generation to specific areas defined by manual placement in the prepare view. - -## Style - -Style and shape of the support. - -### Grid - -Default in normal support, projecting the supports into a regular grid will create more stable supports. - -### Snug - -Snug support towers will save material and reduce object scarring. - -### Organic - -Default style for tree support, which merges slim and organic style branches more aggressively and saves material. - -### Tree Slim - -Slim tree support branches are designed to be more delicate and use less material while still providing adequate support. - -### Tree Strong - -Strong tree support branches are designed to be more robust and provide additional support for heavier overhangs. - -### Tree Hybrid - -Create similar structure to normal support under large flat overhangs. - -## Threshold angle - -Support will be generated for overhangs whose slope angle is below the threshold. - -## Threshold overlap - -If threshold angle is zero, support will be generated for overhangs whose overlap is below the threshold. -The smaller this value is, the steeper the overhang that can be printed without support. - -## Initial layer density - -Density of the first raft or support layer. - -## Initial layer expansion - -Expand the first raft or support layer to improve bed plate adhesion. - -## On build plate only - -Don't create support on model surface, only on build plate. - -## Ignore small overhangs - -With this setting small overhangs that possibly need no supports will be ignored from support generation. diff --git a/doc/print_settings/support/support_settings_tree.md b/doc/print_settings/support/support_settings_tree.md deleted file mode 100644 index 3f7b86a159..0000000000 --- a/doc/print_settings/support/support_settings_tree.md +++ /dev/null @@ -1,31 +0,0 @@ -# Tree Support - -This section contains specific settings for tree support structures. - -## Tip Diameter - -Branch tip diameter for organic supports. - -## Branch Distance - -This setting determines the distance between neighboring tree support nodes. - -## Branch Density - -Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs but the supports are harder to remove, thus it is recommended to enable top support interfaces instead of a high branch density value if dense interfaces are needed. - -## Branch Diameter - -This setting determines the initial diameter of support nodes. - -## Branch Diameter Angle - -The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the organic support. - -## Branch Angle - -This setting determines the maximum overhang angle that the branches of tree support are allowed to make. If the angle is increased, the branches can be printed more horizontally, allowing them to reach farther. - -### Preferred Branch Angle - -The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster. diff --git a/doc/printer_settings/Auxiliary-fan.md b/doc/printer_settings/Auxiliary-fan.md deleted file mode 100644 index b273ca1383..0000000000 --- a/doc/printer_settings/Auxiliary-fan.md +++ /dev/null @@ -1,141 +0,0 @@ -# Auxiliary Fan - -OrcaSlicer uses `M106 P#` / `M107 P#` to control any fans managed by the slicer. - -- `P0`: part cooling fan (default layer fan) -- `P1` (if present): an additional fan -- `P2`: often used as Aux / CPAP / Booster -- `P3` (and higher): sometimes Exhaust / Enclosure, etc. - -With Klipper you can create macros that translate both the OrcaSlicer numeric fan index `P` and **human‑readable names** for your physical fans. This keeps compatibility with generated G‑code (M106 P0 / M106 P2 …) while letting you address fans by name internally. - -> [!WARNING] -> Adjust pin names and parameters (power, cycle_time, etc.) to match your hardware. - -- [Simple option (indexes only → fan0, fan2, fan3)](#simple-option-indexes-only--fan0-fan2-fan3) -- [Advanced option (Index ⇄ Name mapping)](#advanced-option-index--name-mapping) - - [Quick customization](#quick-customization) - - [Usage](#usage) - -## Simple option (indexes only → fan0, fan2, fan3) - -This is the original basic example where the `P` index is concatenated (`fan0`, `fan2`, `fan3`). Use it if you don't need custom names: - -```ini -# Part cooling fan -[fan_generic fan0] -pin: PA7 -cycle_time: 0.01 -hardware_pwm: false - -# Auxiliary fan (comment out if you don't have it) -[fan_generic fan2] -pin: PA8 -cycle_time: 0.01 -hardware_pwm: false - -# Exhaust / enclosure fan (comment out if you don't have it) -[fan_generic fan3] -pin: PA9 -cycle_time: 0.01 -hardware_pwm: false - -[gcode_macro M106] -gcode: - {% set fan = 'fan' + (params.P|int if params.P is defined else 0)|string %} - {% set speed = (params.S|float / 255 if params.S is defined else 1.0) %} - SET_FAN_SPEED FAN={fan} SPEED={speed} - -[gcode_macro M107] -gcode: - {% set fan = 'fan' + (params.P|int if params.P is defined else 0)|string %} - {% if params.P is defined %} - SET_FAN_SPEED FAN={fan} SPEED=0 - {% else %} - # No P -> turn off typical defined fans - SET_FAN_SPEED FAN=fan0 SPEED=0 - SET_FAN_SPEED FAN=fan2 SPEED=0 - SET_FAN_SPEED FAN=fan3 SPEED=0 - {% endif %} -``` - -## Advanced option (Index ⇄ Name mapping) - -Lets you use descriptive names like `CPAP`, `EXHAUST`, etc. Useful if you re‑wire or repurpose fans without changing slicer output. Just keep `fan_map` updated. - -```ini -# Example with friendly names + comments showing OrcaSlicer index - -[fan_generic CPAP] # fan 0 OrcaSlicer -pin: PB7 -max_power: 0.8 -shutdown_speed: 0 -kick_start_time: 0.100 -cycle_time: 0.005 -hardware_pwm: False -off_below: 0.10 - -[fan_generic EXHAUST] # fan 3 OrcaSlicer -pin: PE5 -#max_power: -#shutdown_speed: -cycle_time: 0.01 -hardware_pwm: False -#kick_start_time: -off_below: 0.2 - -# If you had another (e.g. P2) add here: -# [fan_generic AUX] -# pin: PXn - -[gcode_macro M106] -description: "Set fan speed (Orca compatible)" -gcode: - {% set fan_map = { - 0: "CPAP", # Orca P0 → CPAP blower - 3: "EXHAUST", # Orca P3 → Exhaust - # 2: "AUX", # Uncomment if you define AUX - } %} - {% set p = params.P|int if 'P' in params else 0 %} - {% set fan = fan_map[p] if p in fan_map else fan_map[0] %} - {% set speed = (params.S|float / 255 if 'S' in params else 1.0) %} - SET_FAN_SPEED FAN={fan} SPEED={speed} - -[gcode_macro M107] -description: "Turn off fans. No P = all, P# = specific" -gcode: - {% set fan_map = { - 0: "CPAP", - 3: "EXHAUST", - # 2: "AUX", - } %} - {% if 'P' in params %} - {% set p = params.P|int %} - {% if p in fan_map %} - SET_FAN_SPEED FAN={fan_map[p]} SPEED=0 - {% else %} - RESPOND PREFIX="warn" MSG="Unknown fan index P{{p}}" - {% endif %} - {% else %} - # No P -> turn off all mapped fans - {% for f in fan_map.values() %} - SET_FAN_SPEED FAN={f} SPEED=0 - {% endfor %} - {% endif %} -``` - -### Quick customization - -1. Add / remove entries in `fan_map` to reflect the indexes the slicer may use. -2. Keep comments like `# fan X OrcaSlicer` next to each `[fan_generic]` for easy correlation. -3. Tune `max_power`, `off_below`, `cycle_time` according to fan type (CPAP blower vs axial exhaust). - -### Usage - -- From OrcaSlicer: `M106 P0 S255` (100% CPAP), `M106 P3 S128` (~50% EXHAUST). -- Turn one off: `M107 P3`. Turn all off: `M107`. -- You can still manually use `SET_FAN_SPEED FAN=CPAP SPEED=0.7` in the Klipper console. - ---- - -Pick the variant that best fits your workflow; the advanced version provides extra clarity and flexibility while remaining fully compatible with standard OrcaSlicer G-code output. diff --git a/doc/printer_settings/Chamber-temperature.md b/doc/printer_settings/Chamber-temperature.md deleted file mode 100644 index 52b81d7aa8..0000000000 --- a/doc/printer_settings/Chamber-temperature.md +++ /dev/null @@ -1,66 +0,0 @@ -# Chamber Temperature Control - -OrcaSlicer use `M141/M191` command to control active chamber heater. - -If your Filament's `Activate temperature control` and your printer `Support control chamber temperature` option are checked , OrcaSlicer will insert `M191` command at the beginning of the gcode (before `Machine G-code`). - -![Chamber-Temperature-Control-Printer](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Chamber/Chamber-Temperature-Control-Printer.png?raw=true) -![Chamber-Temperature-Control-Material](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Chamber/Chamber-Temperature-Control-Material.png?raw=true) - - -> [!NOTE] -> If the machine is equipped with an auxiliary fan, OrcaSlicer will automatically activate the fan during the heating period to help circulate air in the chamber. - -## Using Chamber Temperature Variables in Machine G-code - -You can use chamber temperature variables in your `Machine G-code` to control the chamber temperature manually, if desired: - -- To set the chamber temperature to the value specified for the first filament: - ```gcode - M191 S{chamber_temperature[0]} - ``` -- To set the chamber temperature to the highest value specified across all filaments: - ```gcode - M191 S{overall_chamber_temperature} - ``` - -## Klipper - -If you are using Klipper, you can define these macros to control the active chamber heater. -Bellow is a reference configuration for Klipper. - -> [!IMPORTANT] -> Don't forget to change the pin name/values to the actual values you are using in the configuration. - -```gcode -[heater_generic chamber_heater] -heater_pin:PB10 -max_power:1.0 -# Orca note: here the temperature sensor should be the sensor you are using for chamber temperature, not the PTC sensor -sensor_type:NTC 100K MGB18-104F39050L32 -sensor_pin:PA1 -control = pid -pid_Kp = 63.418 -pid_ki = 0.960 -pid_kd = 1244.716 -min_temp:0 -max_temp:70 - -[gcode_macro M141] -gcode: - SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={params.S|default(0)} - -[gcode_macro M191] -gcode: - {% set s = params.S|float %} - {% if s == 0 %} - # If target temperature is 0, do nothing - M117 Chamber heating cancelled - {% else %} - SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET={s} - # Orca: uncomment the following line if you want to use heat bed to assist chamber heating - # M140 S100 - TEMPERATURE_WAIT SENSOR="heater_generic chamber_heater" MINIMUM={s-1} MAXIMUM={s+1} - M117 Chamber at target temperature - {% endif %} -``` diff --git a/doc/printer_settings/adaptive-bed-mesh.md b/doc/printer_settings/adaptive-bed-mesh.md deleted file mode 100644 index 2f8f7f3928..0000000000 --- a/doc/printer_settings/adaptive-bed-mesh.md +++ /dev/null @@ -1,57 +0,0 @@ -# Adaptive Bed Mesh Support - -OrcaSlicer introduces comprehensive support for adaptive bed meshing across a variety of firmware, including Marlin, Klipper, and RepRapFirmware (RRF). - -This feature allows users to seamlessly integrate adaptive bed mesh commands within the Machine Start G-code. - -The implementation is designed to be straightforward, requiring no additional plugins or alterations to firmware settings, thereby enhancing user experience and print quality directly from OrcaSlicer. - -![ABM-PrinterConfig](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Adaptative-Bed-Mesh/ABM-PrinterConfig.png?raw=true) - -## Settings in OrcaSlicer - -`Bed mesh min`: This option sets the min point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (-99999, -99999), which means there are no limits, thus allowing probing across the entire bed. - -`Bed mesh max`: This option sets the max point for the allowed bed mesh area. Due to the probe's XY offset, most printers are unable to probe the entire bed. To ensure the probe point does not go outside the bed area, the minimum and maximum points of the bed mesh should be set appropriately. OrcaSlicer ensures that adaptive_bed_mesh_min/adaptive_bed_mesh_max values do not exceed these min/max points. This information can usually be obtained from your printer manufacturer. The default setting is (99999, 99999), which means there are no limits, thus allowing probing across the entire bed. - -`Probe point distance`: This option sets the preferred distance between probe points (grid size) for the X and Y directions, with the default being 50mm for both X and Y. - -`Mesh margin`: This option determines the additional distance by which the adaptive bed mesh area should be expanded in the XY directions. - -> [!NOTE] -> Klipper users: OrcaSlicer will adjust adaptive bed mesh area according to the margin. It is recommended to set the margin to 0 in Klipper config or pass 0 when calling BED_MESH_CALIBRATE command(please refer to the example below). - -## Available g-code variables for Adaptive Bed Mesh Command - -`bed_mesh_probe_count`: Represents the probe count in the X and Y directions. This value is calculated based on the size of the adaptive bed mesh area and the distance between probe points. - -`adaptive_bed_mesh_min`: Specifies the minimum coordinates of the adaptive bed mesh area, defining the starting point of the mesh. - -`adaptive_bed_mesh_max`: Determines the maximum coordinates of the adaptive bed mesh area, indicating the endpoint of the mesh. - -`ALGORITHM`: Identifies the algorithm used for adaptive bed mesh interpolation. This variable is useful for Klipper users. If bed_mesh_probe_count is less than 4, the algorithm is set to `lagrange`. Otherwise, it is set to `bicubic`. - -## Example of Adaptive Bed Mesh usage in OrcaSlicer - -### Marlin - -```gcode -; Marlin don't support specify the probe count yet, so we only specify the probe area -G29 L{adaptive_bed_mesh_min[0]} R{adaptive_bed_mesh_max[0]} F{adaptive_bed_mesh_min[1]} B{adaptive_bed_mesh_max[1]} T V4 -``` - -### Klipper - -```gcode -; Always pass `ADAPTIVE_MARGIN=0` because Orca has already handled `adaptive_bed_mesh_margin` internally -; Make sure to set ADAPTIVE to 0 otherwise Klipper will use it's own adaptive bed mesh logic -BED_MESH_CALIBRATE mesh_min={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} mesh_max={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE=0 ADAPTIVE_MARGIN=0 -``` - -### RRF - -```gcode -M557 X{adaptive_bed_mesh_min[0]}:{adaptive_bed_mesh_max[0]} Y{adaptive_bed_mesh_min[1]}:{adaptive_bed_mesh_max[1]} P{bed_mesh_probe_count[0]}:{bed_mesh_probe_count[1]} -``` - -![ABM-Machine-G-code](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Adaptative-Bed-Mesh/ABM-Machine-G-code.png?raw=true) diff --git a/doc/printer_settings/air-filtration.md b/doc/printer_settings/air-filtration.md deleted file mode 100644 index ec38d632f9..0000000000 --- a/doc/printer_settings/air-filtration.md +++ /dev/null @@ -1,39 +0,0 @@ -# Air Filtration/Exhaust Fan Control in OrcaSlicer - -OrcaSlicer use `M106 P3` command to control air-filtration/exhaust fan. - -If you are using Klipper, you can define a `M106` macro to control both the normal part cooling fan, auxiliary fan, and exhaust fan. - -Below is a reference configuration for Klipper. - -> [!NOTE] -> Don't forget to change the pin name to the actual pin name you are using in the configuration. - -```ini -# instead of using [fan], we define the default part cooling fan with [fan_generic] here -# this is the default part cooling fan -[fan_generic fan0] -pin: PA7 -cycle_time: 0.01 -hardware_pwm: false - -# this is the auxiliary fan -# comment out it if you don't have auxiliary fan -[fan_generic fan2] -pin: PA8 -cycle_time: 0.01 -hardware_pwm: false - -# this is the exhaust fan -# comment out it if you don't have exhaust fan -[fan_generic fan3] -pin: PA9 -cycle_time: 0.01 -hardware_pwm: false - -[gcode_macro M106] -gcode: - {% set fan = 'fan' + (params.P|int if params.P is defined else 0)|string %} - {% set speed = (params.S|float / 255 if params.S is defined else 1.0) %} - SET_FAN_SPEED FAN={fan} SPEED={speed} -``` diff --git a/doc/printer_settings/bed-types.md b/doc/printer_settings/bed-types.md deleted file mode 100644 index 73b18e6fa0..0000000000 --- a/doc/printer_settings/bed-types.md +++ /dev/null @@ -1,28 +0,0 @@ -# Multiple bed types - -You can enable it in printer settings. - -Once enabled, you can select the bed type in the drop-down menu, corresponding bed temperature will be set automatically. -You can set the bed temperature for each bed type in the filament settings as demonstrated in the following image. - -![bed-types](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/bed-types.gif?raw=true) - -Orca also support `curr_bed_type` variable in custom G-code. -For example, the following sample G-codes can detect the selected bed type and adjust the G-code offset accordingly for Klipper: - -```c++ -{if curr_bed_type=="Textured PEI Plate"} - SET_GCODE_OFFSET Z=-0.05 -{else} - SET_GCODE_OFFSET Z=0.0 -{endif} -``` - -available bed types are: - -```c++ -"Cool Plate" -"Engineering Plate" -"High Temp Plate" -"Textured PEI Plate" -``` diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 3a215ed5b5..65137ba4af 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -1949,13 +1949,13 @@ msgstr "" msgid "Replace with STL" msgstr "" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2091,7 +2091,7 @@ msgstr "" msgid "Auto orientation" msgstr "" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" msgid "Edit" @@ -3976,13 +3976,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5010,7 +5010,7 @@ msgstr "" msgid "Export Generic 3MF" msgstr "" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "" msgid "Export current sliced file" @@ -5787,13 +5787,13 @@ msgstr "" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "" -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6430,7 +6430,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7305,7 +7305,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7349,7 +7349,7 @@ msgstr "" msgid "All" msgstr "" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7403,7 +7403,7 @@ msgstr "" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -7817,16 +7817,16 @@ msgstr "" msgid "PLA Plate" msgstr "" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8034,32 +8034,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8081,7 +8081,7 @@ msgid "" "updated." msgstr "" -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "" msgid "Storage needs to be inserted to record timelapse." @@ -8101,7 +8101,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "" msgid "" @@ -8337,8 +8337,8 @@ msgid "Still print by object?" msgstr "" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8362,12 +8362,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -8843,7 +8837,7 @@ msgid "Number of extruders of the printer." msgstr "" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -8916,12 +8910,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "" msgstr[1] "" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, possible-boost-format msgid "Are you sure to %1% the selected preset?" msgstr "" @@ -10367,7 +10355,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -10750,7 +10738,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" msgid "Internal bridge infill direction" @@ -10759,7 +10747,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11120,6 +11108,19 @@ msgid "" "easily." msgstr "" +msgid "Brim follows compensated outline" +msgstr "" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" + msgid "Brim ears" msgstr "" @@ -11906,7 +11907,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -16163,17 +16164,11 @@ msgid "Filament For Calibration" msgstr "" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "" @@ -17185,8 +17180,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, possible-c-format, possible-boost-format @@ -17198,8 +17193,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, possible-c-format, possible-boost-format @@ -17858,13 +17853,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -17985,9 +17980,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, possible-c-format, possible-boost-format msgid "/%d Selected" msgstr "" diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po index 08a12784b7..b6480e948d 100644 --- a/localization/i18n/ca/OrcaSlicer_ca.po +++ b/localization/i18n/ca/OrcaSlicer_ca.po @@ -2040,13 +2040,13 @@ msgstr "Tornar a carregar les parts seleccionades des del disc" msgid "Replace with STL" msgstr "Substitueix per STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Substituir la peça seleccionada per un nou STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2182,7 +2182,7 @@ msgstr "Partir l'objecte seleccionat" msgid "Auto orientation" msgstr "Orientació automàtica" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Orientar/alinear automàticament l'objecte per millorar la qualitat " "d'impressió." @@ -4259,13 +4259,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5308,7 +5308,7 @@ msgstr "Exportar tots els objectes com a diferents STLs" msgid "Export Generic 3MF" msgstr "Exportar 3MF Genèric" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Exportar el fitxer 3MF sense utilitzar algunes extensions" msgid "Export current sliced file" @@ -6137,13 +6137,13 @@ msgstr "Cancel·la la impressió" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "La impressora està ocupada en altres treballs d'impressió" +msgid "The printer is busy with another print job." +msgstr "La impressora està ocupada en altres treballs d'impressió." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6179,7 +6179,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Seleccioneu una ranura AMS abans del calibratge" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6817,7 +6817,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7013,7 +7013,6 @@ msgstr "" "La versió de 3MF %s és més nova que la versió de %s %s, es suggereix que " "actualitzis el teu programari." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7780,7 +7779,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7830,7 +7829,7 @@ msgstr "" msgid "All" msgstr "Tots" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7895,7 +7894,7 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" "Si està habilitat, inverteix la direcció del zoom amb la roda del ratolí." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8327,17 +8326,17 @@ msgstr "Base Freda Bambu" msgid "PLA Plate" msgstr "Base PLA" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Base d'Enginyeria Bambu" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Base PEI Llisa de Bambu" msgid "High temperature Plate" msgstr "Base d'Alta Temperatura" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Base PEI amb Textura Bambu" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8559,38 +8558,38 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Feu clic aquí si no us podeu connectar a la impressora" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" -"No hi ha compte d'inici de sessió, només es mostren impressores en mode LAN" +"No hi ha compte d'inici de sessió, només es mostren impressores en mode LAN." -msgid "Connecting to server" -msgstr "Connectant amb el servidor" +msgid "Connecting to server..." +msgstr "Connectant amb el servidor..." -msgid "Synchronizing device information" -msgstr "Sincronitzant informació del dispositiu" +msgid "Synchronizing device information..." +msgstr "Sincronitzant informació del dispositiu..." -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "" -"Finalització del temps de sincronització de la informació del dispositiu" +"Finalització del temps de sincronització de la informació del dispositiu." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "No es pot enviar el treball d'impressió quan la impressora està actualitzant " -"el firmware" +"el firmware." msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "La impressora està executant instruccions. Reinicieu la impressió un cop " -"finalitzi" +"finalitzi." msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8614,7 +8613,7 @@ msgstr "" "No es pot enviar el treball d'impressió a una impressora el firmware de la " "qual necessita una actualització." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "No es pot enviar el treball d'impressió d'una Base Buida" msgid "Storage needs to be inserted to record timelapse." @@ -8634,8 +8633,8 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" -msgstr "Aquesta impressora no admet impressió de Totes les Plaques" +msgid "This printer does not support printing all plates." +msgstr "Aquesta impressora no admet impressió de Totes les Plaques." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -8901,8 +8900,8 @@ msgid "Still print by object?" msgstr "Continuar imprimint per objecte?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8934,12 +8933,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9475,7 +9468,7 @@ msgid "Number of extruders of the printer." msgstr "Nombre d'extrusores de la impressora." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9559,12 +9552,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "El següent perfil també se suprimirà." msgstr[1] "Els següents perfils també se suprimiran." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Segur que voleu %1% el perfil seleccionat?" @@ -11185,7 +11172,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "La contracció del filament no s'utilitzarà perquè la contracció del filament " "per als filaments utilitzats difereix significativament." @@ -11688,7 +11675,7 @@ msgstr "Direcció d'ompliment del pont exterior" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Sobreescriptura de l'angle de pont. Si es deixa a zero, l'angle de pont es " "calcularà automàticament. En cas contrari, l'angle proporcionat s'utilitzarà " @@ -11700,7 +11687,7 @@ msgstr "Direcció d'ompliment del pont intern" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12190,6 +12177,26 @@ msgstr "" "Un espai entre la línia de la Vora d'Adherència més interna i l'objecte pot " "fer que la Vora d'Adherència s'elimini més fàcilment" +msgid "Brim follows compensated outline" +msgstr "Vora d'Adherència segueix un esquema compensat" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Quan està activat, vora d'adherència s'alinea amb la geometria del perímetre de la primera capa " +"després d'aplicar la compensació del peu d'elefant.\n" +"Aquesta opció està pensada per als casos en què la compensació del peu d'elefant " +"altera significativament la petjada de la primera capa.\n" +"\n" +"Si la vostra configuració actual ja funciona bé, activar-la pot ser innecessari i " +"pot fer que el vora d'adherència es fusioni amb les capes superiors." + msgid "Brim ears" msgstr "Orelles de la Vora d'Adherència" @@ -13288,7 +13295,7 @@ msgstr "Encongiment (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18530,7 +18537,7 @@ msgid "Filament For Calibration" msgstr "Filament per al Calibratge" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18539,12 +18546,6 @@ msgstr "" "- Marca i família de filaments diferents ( Marca = Bambu, Família = Bàsic, " "Mate )" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Patró" @@ -19671,8 +19672,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19684,8 +19685,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20454,13 +20455,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20587,9 +20588,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21252,9 +21250,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Encara carregat" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Seleccioneu una ranura AMS abans del calibratge" - #~ msgid "Can't start this without SD card." #~ msgstr "No es pot iniciar sense la targeta SD." @@ -21378,15 +21373,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Si us plau, tria el color del filament" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Base d'Enginyeria Bambu" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Base PEI Llisa de Bambu" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Base PEI amb Textura Bambu" - #~ msgid "Send print job to" #~ msgstr "Enviar treball d'impressió a" diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index 3d063d51d9..33b2bea24e 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -2022,13 +2022,13 @@ msgstr "Znovu načíst vybrané části z disku" msgid "Replace with STL" msgstr "Nahradit STL souborem" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Nahradit vybranou část novým STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2164,7 +2164,7 @@ msgstr "Rozdělit vybraný objekt" msgid "Auto orientation" msgstr "Automatická orientace" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Automaticky orientovat objekt pro zlepšení kvality tisku." msgid "Edit" @@ -4198,13 +4198,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5245,7 +5245,7 @@ msgstr "" msgid "Export Generic 3MF" msgstr "Exportovat generický 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Exportovat soubor 3MF bez použití některých rozšíření 3mf" msgid "Export current sliced file" @@ -6048,13 +6048,13 @@ msgstr "Zrušit tisk" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Tiskárna je zaneprázdněna jinou tiskovou úlohou" +msgid "The printer is busy with another print job." +msgstr "Tiskárna je zaneprázdněna jinou tiskovou úlohou." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6088,7 +6088,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Před kalibrací vyberte slot AMS" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6716,7 +6716,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6913,7 +6913,6 @@ msgstr "" "Verze %s zařízení 3MF je novější než verze %s %s, navrhněte upgrade vašeho " "software." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7652,7 +7651,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7697,7 +7696,7 @@ msgstr "" msgid "All" msgstr "Všechny" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7755,7 +7754,7 @@ msgstr "Zvětšení/zmenšení myší v opačném směru" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Pokud je povoleno, obrací směr přiblížení kolečkem myši." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8183,16 +8182,16 @@ msgstr "Bambu Cool Podložka" msgid "PLA Plate" msgstr "PLA Podložka" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu Engineering Podložka" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "High temperature Podložka" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8412,32 +8411,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Klikněte sem, pokud se nemůžete připojit k tiskárně" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "Žádný přihlašovací účet, jsou zobrazeny pouze tiskárny v režimu LAN" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Připojování k serveru" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Synchronizuji informace o zařízení" -msgid "Synchronizing device information time out" -msgstr "Vypršel časový limit synchronizace informací o zařízení" +msgid "Synchronizing device information timed out." +msgstr "Vypršel časový limit synchronizace informací o zařízení." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "Nelze odeslat tiskovou úlohu, když tiskárna aktualizuje firmware" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "Tiskárna provádí pokyny. Po dokončení restartujte tisk" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8461,7 +8460,7 @@ msgstr "" "Nelze odeslat tiskovou úlohu na tiskárnu, jejíž firmware je vyžadován k " "získání aktualizováno." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Nelze odeslat tiskovou úlohu pro prázdnou podložku" msgid "Storage needs to be inserted to record timelapse." @@ -8481,7 +8480,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Tato tiskárna nepodporuje tisk všech podložek" msgid "" @@ -8739,8 +8738,8 @@ msgid "Still print by object?" msgstr "" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8772,12 +8771,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9293,7 +9286,7 @@ msgid "Number of extruders of the printer." msgstr "Počet extrudérů tiskárny." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9375,12 +9368,6 @@ msgstr[0] "Následující předvolba bude také smazána." msgstr[1] "Následující předvolby budou také smazány." msgstr[2] "" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Opravdu chcete %1% vybrané předvolby?" @@ -10915,7 +10902,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Smrštění filamentu nebude použito, protože se smrštění u použitých filamentů " "výrazně liší." @@ -11353,7 +11340,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Přepsání úhlu přemostění. Pokud je ponecháno na nule, úhel přemostění bude " "vypočítán automaticky. Jinak bude poskytnutý úhel použit pro vnější mosty. " @@ -11365,7 +11352,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11743,6 +11730,26 @@ msgid "" msgstr "" "Mezera mezi nejvnitřnějším límcem a předmětem může usnadnit odstranění límce" +msgid "Brim follows compensated outline" +msgstr "Límec sleduje kompenzovaný obrys" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Když je povoleno, límec je zarovnán s obvodovou geometrií první vrstvy " +"po použití kompenzace sloní nohy.\n" +"Tato možnost je určena pro případy, kdy je kompenzace sloní nohy " +"výrazně mění stopu první vrstvy.\n" +"\n" +"Pokud vaše aktuální nastavení již funguje dobře, jeho povolení může být zbytečné a " +"může způsobit spojení límec s horními vrstvami." + msgid "Brim ears" msgstr "Uši límce" @@ -12599,7 +12606,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -17384,7 +17391,7 @@ msgid "Filament For Calibration" msgstr "Filament pro kalibraci" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17393,12 +17400,6 @@ msgstr "" "- Různá značka a skupina filamentu (Značka = Bambu, Skupina = Základní, " "Matný)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Vzor" @@ -18425,8 +18426,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18438,8 +18439,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19119,13 +19120,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -19246,9 +19247,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19822,9 +19820,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Stále zavádět" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Před kalibrací vyberte slot AMS" - #~ msgid "Can't start this without SD card." #~ msgstr "Nelze to spustit bez SD karty." @@ -19918,9 +19913,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Vyberte prosím barvu vlákna" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu Engineering Podložka" - #~ msgid "Send print job to" #~ msgstr "Odeslat tiskovou úlohu na" diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index 2708a85038..f2698e8b5a 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -2063,14 +2063,14 @@ msgstr "Die ausgewählten Teile von der Festplatte neu laden" msgid "Replace with STL" msgstr "Durch STL Datei austauschen" -msgid "Replace the selected part with new STL." -msgstr "Ausgewähltes Teil durch eine neue STL ersetzen." +msgid "Replace the selected part with new STL" +msgstr "Ausgewähltes Teil durch eine neue STL ersetzen" msgid "Replace all with STL" msgstr "Alle durch STL Dateien austauschen" -msgid "Replace all selected parts with STL from folder." -msgstr "Ausgewählte Teile durch neue STL aus Ordner ersetzen." +msgid "Replace all selected parts with STL from folder" +msgstr "Ausgewählte Teile durch neue STL aus Ordner ersetzen" msgid "Change filament" msgstr "Filament wechseln" @@ -2206,7 +2206,7 @@ msgstr "Das ausgewählte Objekt teilen" msgid "Auto orientation" msgstr "Automatische Ausrichtung" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Automatische Ausrichtung des Objekts zur Verbesserung der Druckqualität." @@ -4395,7 +4395,7 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" "Die aktuelle Kammertemperatur oder die Ziel-Kammertemperatur überschreitet " @@ -4403,8 +4403,8 @@ msgstr "" "Niedrigtemperaturfilament (PLA/PETG/TPU) geladen werden." msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" "Im Extruder ist Niedrigtemperaturfilament (PLA/PETG/TPU) geladen. Um eine " "Verstopfung des Extruders zu vermeiden, darf die Kammertemperatur nicht " @@ -5509,7 +5509,7 @@ msgstr "Exportiere alle Objekte als STLs" msgid "Export Generic 3MF" msgstr "Generisches 3MF exportieren" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Exportieren einer 3MF-Datei ohne Verwendung von 3mf-Erweiterungen." msgid "Export current sliced file" @@ -6353,13 +6353,13 @@ msgstr "Druck abbrechen" msgid "Are you sure you want to stop this print?" msgstr "Möchten Sie diesen Druck wirklich stoppen?" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "Der Drucker ist mit einem anderen Druckauftrag beschäftigt." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "Der aktuelle Extruder ist mit dem Filamentwechsel beschäftigt." -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "Der aktuelle Steckplatz wurde bereits geladen." msgid "The selected slot is empty." @@ -7054,7 +7054,7 @@ msgid "Not installed" msgstr "Nicht installiert" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7280,7 +7280,6 @@ msgstr "" "Die Version %s der 3MF ist neuer als die Version %s %s. Bitte Ihre Software " "aktualisieren." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -8083,7 +8082,7 @@ msgid "Show options when importing STEP file" msgstr "Optionen beim Importieren von STEP-Dateien anzeigen" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Wenn aktiviert, wird während des Imports von STEP-Dateien ein Dialogfeld " @@ -8134,7 +8133,7 @@ msgstr "Verhalten" msgid "All" msgstr "Alle" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "Automatisches Spülen nach Änderung von ..." msgid "Auto calculate flushing volumes when selected values changed" @@ -8198,7 +8197,7 @@ msgstr "Maus-Zoom umkehren" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Wenn aktiviert, wird die Richtung des Zooms mit dem Mausrad umgekehrt." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "Meine Auswahl löschen bei ..." msgid "Unsaved projects" @@ -8639,16 +8638,16 @@ msgstr "Bambu kalte Druckplatte" msgid "PLA Plate" msgstr "PLA-Platte" -msgid "Bamabu Engineering Plate" -msgstr "Bamabu Engineering Platte" +msgid "Bambu Engineering Plate" +msgstr "Bambu Engineering Platte" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "Bambu Glatte PEI Platte" msgid "High temperature Plate" msgstr "Hochtemperaturplatte" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "Bambu Strukturierte PEI Platte" msgid "Bambu Cool Plate SuperTack" @@ -8925,38 +8924,38 @@ msgid "Click here if you can't connect to the printer" msgstr "" "Klicken Sie hier, wenn Sie keine Verbindung zum Drucker herstellen können" -msgid "No login account, only printers in LAN mode are displayed" -msgstr "Kein Login-Konto, nur Drucker im LAN-Modus werden angezeigt" +msgid "No login account, only printers in LAN mode are displayed." +msgstr "Kein Login-Konto, nur Drucker im LAN-Modus werden angezeigt." -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Verbindung zum Server wird hergestellt" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Geräteinformationen synchronisieren" -msgid "Synchronizing device information time out" -msgstr "Zeitüberschreitung bei der Synchronisierung von Geräteinformationen" +msgid "Synchronizing device information timed out." +msgstr "Zeitüberschreitung bei der Synchronisierung von Geräteinformationen." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" "Druckauftrag kann nicht gesendet werden, wenn der Drucker nicht im FDM-Modus " -"ist" +"ist." -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Druckauftrag kann nicht gesendet werden, während die Firmware des Druckers " -"aktualisiert wird" +"aktualisiert wird." msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Der Drucker führt gerade Befehle aus. Bitte starten Sie den Druckvorgang " -"nach deren Beendigung erneut" +"nach deren Beendigung erneut." msgid "AMS is setting up. Please try again later." msgstr "AMS wird eingerichtet. Bitte versuchen Sie es später erneut." -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "Bitte verwenden Sie das Ext nicht zusammen mit AMS." msgid "" @@ -8982,7 +8981,7 @@ msgstr "" "Der Druckauftrag kann nicht an einen Drucker gesendet werden, dessen " "Firmware aktualisiert werden muss." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "" "Ein Druckauftrag für eine leere Druckplatte kann nicht gesendet werden." @@ -9009,8 +9008,8 @@ msgstr "" "Stellen Sie die dynamische Flusskalibrierung auf 'AUS', um einen " "benutzerdefinierten Dynamikflusswert zu aktivieren." -msgid "This printer does not support printing all plates" -msgstr "Dieser Drucker unterstützt nicht den Druck aller Platten" +msgid "This printer does not support printing all plates." +msgstr "Dieser Drucker unterstützt nicht den Druck aller Platten." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -9303,8 +9302,8 @@ msgid "Still print by object?" msgstr "Trotzdem nach Objekt drucken?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" "Nicht lösliche Stützmaterialien werden für die Stützbasis nicht empfohlen.\n" "Möchten Sie sie trotzdem für die Stützbasis verwenden?\n" @@ -9343,15 +9342,6 @@ msgstr "" "und lösliche Materialien sowohl für Stützschnittstelle als auch Stützbasis " "verwenden." -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" -"Diese Einstellungen automatisch ändern? \n" -"Ja - Diese Einstellungen automatisch ändern.\n" -"Nein - Diese Einstellungen für mich nicht ändern." - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9899,7 +9889,7 @@ msgid "Number of extruders of the printer." msgstr "Anzahl der Extruder des Druckers." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9988,16 +9978,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "Das folgende Profil wird ebenfalls gelöscht." msgstr[1] "Die folgenden Profile werden ebenfalls gelöscht." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Sind Sie sicher die gewählte Voreinstellung zu löschen? \n" -"Wenn die Voreinstellung einem Filament entspricht, das derzeit auf Ihrem " -"Drucker verwendet wird, setzen Sie bitte die Filamentinformationen für " -"diesen Slot zurück." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Sind sie sicher, dass sie das ausgewählte Profil %1% wollen?" @@ -11709,7 +11689,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Filament-Schrumpfung wird nicht verwendet, da sich die Filament-Schrumpfung " "für die verwendeten Filamente signifikant unterscheidet." @@ -12227,7 +12207,7 @@ msgstr "Externe Brücken Füllrichtung" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Überbrückungswinkel überschreiben. 0 bedeutet, dass der Überbrückungswinkel " "automatisch berechnet wird. Andernfalls wird der angegebene Winkel für " @@ -12239,7 +12219,7 @@ msgstr "Interne Brücken Füllrichtung" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12786,6 +12766,26 @@ msgstr "" "Eine Lücke zwischen der innersten Randlinie und dem Objekt kann das Abnehmen " "des Randes erleichtern" +msgid "Brim follows compensated outline" +msgstr "Umrandung folgt einem kompensierten Umriss" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Wenn diese Option aktiviert ist, wird umrandung an der Umfangsgeometrie der ersten Ebene ausgerichtet " +"nach Anwendung der Elefantenfußkompensation.\n" +"Diese Option ist für Fälle gedacht, in denen eine Elefantenfuß-Entschädigung vorliegt " +"verändert den Footprint der ersten Schicht erheblich.\n" +"\n" +"Wenn Ihr aktuelles Setup bereits gut funktioniert, kann es unnötig sein, es zu aktivieren " +"kann dazu führen, dass der umrandung mit den oberen Schichten verschmilzt." + msgid "Brim ears" msgstr "Brim Ohren" @@ -13896,7 +13896,7 @@ msgstr "Schrumpfung (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -14499,7 +14499,7 @@ msgid "Travel speed of initial layer." msgstr "Bewegungsgeschwindigkeit der ersten Schicht" msgid "Number of slow layers" -msgstr "Anzahl der lansamen Schichten" +msgstr "Anzahl der langsamen Schichten" msgid "" "The first few layers are printed slower than normal. The speed is gradually " @@ -19318,7 +19318,7 @@ msgid "Filament For Calibration" msgstr "Filament zur Kalibrierung" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -19327,15 +19327,6 @@ msgstr "" "- Verschiedene Filamentmarken und -familien (Marke = Bambu, Familie = Basic, " "Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" -"Tipps für Kalibrierungsmaterial:\n" -"- Verschiedene Filamentmarken und -familien (Marke = Bambu, Familie = Basic, " -"Matte)" - msgid "Pattern" msgstr "Muster" @@ -20505,8 +20496,8 @@ msgid "nozzle size memorized: %d" msgstr "Düsengröße gespeichert: %d" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" "Die Größe des Düsentypen in der Voreinstellung stimmt nicht mit der " "gespeicherten Düse überein. Haben Sie Ihre Düse kürzlich gewechselt ?" @@ -20520,8 +20511,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "Düse[%d] gespeichert: %.1f" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" "Ihre Düsenart in der Voreinstellung stimmt nicht mit der gespeicherten Düse " "überein. Haben Sie Ihre Düse kürzlich gewechselt?" @@ -21378,7 +21369,7 @@ msgstr "Benutzerdefinierter Modus" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" "Generiert die Filamentgruppierung für die linke und rechte Düse basierend " "auf den filamentsparendsten Prinzipien, um Abfall zu minimieren" @@ -21386,7 +21377,7 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" "Generiert die Filamentgruppierung für die linke und rechte Düse basierend " "auf dem tatsächlichen Filamentstatus des Druckers, wodurch die Notwendigkeit " @@ -21526,9 +21517,6 @@ msgstr "" "Laden der Überspringobjektinformationen fehlgeschlagen. Bitte versuchen Sie " "es erneut." -msgid "Loading ..." -msgstr "Wird geladen ..." - #, c-format, boost-format msgid "/%d Selected" msgstr "/%d ausgewählt" @@ -22250,9 +22238,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Lade immer noch" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Bitte wählen Sie einen AMS-Slot vor der Kalibrierung aus" - #~ msgid "Can't start this without SD card." #~ msgstr "Kann ohne MicroSD-Karte nicht gestartet werden." @@ -22372,15 +22357,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Bitte wählen Sie die Filamentfarbe aus." -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu technische Druckplatte" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu glatte PEI-Platte" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu strukturierte PEI-Platte" - #~ msgid "Send print job to" #~ msgstr "Druckauftrag senden an" diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 2a2a274d5f..3f5f602b53 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -1949,13 +1949,13 @@ msgstr "" msgid "Replace with STL" msgstr "" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2091,7 +2091,7 @@ msgstr "" msgid "Auto orientation" msgstr "" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" msgid "Edit" @@ -4037,13 +4037,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5071,7 +5071,7 @@ msgstr "" msgid "Export Generic 3MF" msgstr "" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "" msgid "Export current sliced file" @@ -5855,13 +5855,13 @@ msgstr "" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "The printer is busy with another print job." - -msgid "Current extruder is busy changing filament" +msgid "The printer is busy with another print job." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current extruder is busy changing filament." +msgstr "" + +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6504,7 +6504,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6691,7 +6691,6 @@ msgid "" "upgrade your software." msgstr "" -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7407,7 +7406,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7453,7 +7452,7 @@ msgstr "" msgid "All" msgstr "" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7507,7 +7506,7 @@ msgstr "" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -7927,16 +7926,16 @@ msgstr "" msgid "PLA Plate" msgstr "" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8149,32 +8148,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "" -msgid "Synchronizing device information time out" -msgstr "Synchronizing device information timed out" - -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Synchronizing device information timed out." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" -msgstr "Cannot send a print job while the printer is updating firmware" +msgid "Cannot send a print job when the printer is not at FDM mode." +msgstr "" + +msgid "Cannot send a print job while the printer is updating firmware." +msgstr "" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8196,8 +8195,8 @@ msgid "" "updated." msgstr "Cannot send the print job to a printer whose firmware must be updated." -msgid "Cannot send the print job for empty plate" -msgstr "Cannot send a print job for an empty plate." +msgid "Cannot send a print job for an empty plate." +msgstr "" msgid "Storage needs to be inserted to record timelapse." msgstr "" @@ -8216,7 +8215,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "" msgid "" @@ -8457,8 +8456,8 @@ msgid "Still print by object?" msgstr "" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8485,12 +8484,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -8991,7 +8984,7 @@ msgid "Number of extruders of the printer." msgstr "" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9067,12 +9060,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "The following preset will be deleted too:" msgstr[1] "The following presets will be deleted too:" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Are you sure you want to %1% the selected preset?" @@ -10538,7 +10525,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -10963,7 +10950,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Bridging angle override. 0 means the bridging angle will be calculated " "automatically. Otherwise the provided angle will be used for external " @@ -10975,7 +10962,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11340,6 +11327,26 @@ msgstr "" "This creates a gap between the innermost brim line and the object and can " "make the brim easier to remove." +msgid "Brim follows compensated outline" +msgstr "Brim follows compensated outline" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." + msgid "Brim ears" msgstr "" @@ -12172,7 +12179,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -14359,7 +14366,7 @@ msgid "" "\n" "Using a non-zero value is useful if the printer is set up to print without a " "prime line.\n" -"Final number of loops is not taking into account while arranging or " +"Final number of loops is not taken into account while arranging or " "validating objects distance. Increase loop number in such case." msgstr "" @@ -16587,17 +16594,11 @@ msgid "Filament For Calibration" msgstr "" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "" @@ -17637,8 +17638,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -17650,8 +17651,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18312,13 +18313,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -18439,9 +18440,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index 20a826413e..835ec34d24 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -685,7 +685,7 @@ msgstr "" "ahora?" msgid "Repairing model object" -msgstr "Raparando modelo" +msgstr "Reparando modelo" msgid "Cut by line" msgstr "Corte por Línea" @@ -2045,13 +2045,13 @@ msgstr "Recargar las piezas seleccionadas desde el disco" msgid "Replace with STL" msgstr "Reemplazar con STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Reemplaza la pieza seleccionada con un nuevo STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2187,7 +2187,7 @@ msgstr "Dividir el objeto seleccionado" msgid "Auto orientation" msgstr "Orientación automática" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Orienta automáticamente el objeto para mejorar la calidad de la impresión." @@ -4280,13 +4280,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5331,7 +5331,7 @@ msgstr "Exportar todos los objetos como varios STL" msgid "Export Generic 3MF" msgstr "Exportar 3MF genérico" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Exporte el archivo 3MF sin usar algunas de las extensiones." msgid "Export current sliced file" @@ -6151,13 +6151,13 @@ msgstr "Cancelar Impresión" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "La impresora está ocupada con otro trabajo de impresión" +msgid "The printer is busy with another print job." +msgstr "La impresora está ocupada con otro trabajo de impresión." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6193,7 +6193,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Seleccione una ranura AMS antes de la calibración" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6832,7 +6832,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7028,7 +7028,6 @@ msgstr "" "La versión de 3MF %s es más nueva que la versión de %s %s. Se aconseja " "actualizar su software." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7798,7 +7797,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7848,7 +7847,7 @@ msgstr "" msgid "All" msgstr "Todas" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7912,7 +7911,7 @@ msgstr "Invertir el zoom del ratón" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Si se activa, invierte la dirección del zoom con la rueda del ratón." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8342,16 +8341,16 @@ msgstr "Bandeja Fría Bambu" msgid "PLA Plate" msgstr "Bandeja PLA" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "Placa de Ingenieria Bambu" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "Bandeja Lisa PEI Bambú" msgid "High temperature Plate" msgstr "Bandeja de Alta Temperatura" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "Bandeja Texturizada PEI Bambú" msgid "Bambu Cool Plate SuperTack" @@ -8575,37 +8574,38 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Presione aquí si no puede conectar a la impresora" -msgid "No login account, only printers in LAN mode are displayed" -msgstr "Sin cuenta de acceso, sólo se muestran las impresoras en modo LAN" +msgid "No login account, only printers in LAN mode are displayed." +msgstr "Sin cuenta de acceso, sólo se muestran las impresoras en modo LAN." -msgid "Connecting to server" -msgstr "Conectando al servidor" +msgid "Connecting to server..." +msgstr "Conectando al servidor..." -msgid "Synchronizing device information" -msgstr "Sincronizando la información del dispositivo" +msgid "Synchronizing device information..." +msgstr "Sincronizando la información del dispositivo..." -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "" -"Error de tiempo de espera de sincronización de la información del dispositivo" +"Error de tiempo de espera de sincronización de la información del " +"dispositivo." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "No es posible enviar el trabajo cuando la impresora está actualizando el " "firmware" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "La impresora está ejecutando instrucciones. Por favor, reinicie la impresión " -"cuando termine" +"cuando termine." msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8629,7 +8629,7 @@ msgstr "" "No es posible enviar el trabajo de impresión a una impresora la cual " "necesita una actualización de firmware." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "No es posible enviar un trabajo de impresión con una bandeja vacía" msgid "Storage needs to be inserted to record timelapse." @@ -8649,8 +8649,8 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" -msgstr "Esta impresora no soporta la impresión de todas las bandejas" +msgid "This printer does not support printing all plates." +msgstr "Esta impresora no soporta la impresión de todas las bandejas." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -8917,8 +8917,8 @@ msgid "Still print by object?" msgstr "¿Seguir imprimiendo por objeto?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8950,12 +8950,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9495,7 +9489,7 @@ msgid "Number of extruders of the printer." msgstr "Número de extrusores de la impresora." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9580,12 +9574,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "El siguiente perfil también se eliminará." msgstr[1] "Los siguientes perfiles también se eliminarán." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "¿Está seguro de %1% el perfil seleccionado?" @@ -11191,7 +11179,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "La contracción del filamento no se utilizará porque la contracción del " "filamento para los filamentos utilizados difiere significativamente." @@ -11683,7 +11671,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Control del ángulo de puentes. Si se deja a cero, el ángulo de puente se " "calculará automáticamente. De lo contrario, se utilizará el ángulo " @@ -11695,7 +11683,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12159,6 +12147,26 @@ msgstr "" "Un hueco entre la línea más interna del borde de adherencia y el objeto " "puede hacer que el borde de adherencia se retire más fácilmente" +msgid "Brim follows compensated outline" +msgstr "Borde de adherencia sigue el esquema compensado" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Cuando está habilitado, el borde de adherencia está alineado con la geometría del perímetro de la primera capa " +"después de aplicar la compensación de pata de elefante.\n" +"Esta opción está destinada a casos en los que la Compensación por pata de elefante " +"altera significativamente la huella de la primera capa.\n" +"\n" +"Si su configuración actual ya funciona bien, habilitarla puede ser innecesario y " +"puede hacer que el borde de adherencia se fusione con las capas superiores." + msgid "Brim ears" msgstr "Orejas de borde" @@ -13203,7 +13211,7 @@ msgstr "Contracción (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18397,7 +18405,7 @@ msgid "Filament For Calibration" msgstr "Filamento para Calibrar" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18406,12 +18414,6 @@ msgstr "" "- Las diferentes marcas de filamento y familias(Marca = Bambú. Familia = " "Básica, Mate)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Patrón" @@ -19538,8 +19540,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19551,8 +19553,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20321,13 +20323,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20452,9 +20454,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21117,9 +21116,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Aún cargado" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Seleccione una ranura AMS antes de la calibración" - #~ msgid "Can't start this without SD card." #~ msgstr "No puede iniciarse sin una tarjeta SD." @@ -21240,15 +21236,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Por favor elija el color del filamento" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bandeja de Ingeniería Bambú" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bandeja PEI Lisa Bambu" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bandeja PEI Texturizada Bambu" - #~ msgid "Send print job to" #~ msgstr "Enviar el trabajo de impresión a" diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index 1675f20a9a..b3fab441ea 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -2058,13 +2058,13 @@ msgstr "Recharger les pièces sélectionnées à partir du disque" msgid "Replace with STL" msgstr "Remplacer par le STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Remplacer la pièce sélectionnée par un nouveau STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2201,7 +2201,7 @@ msgstr "Scinder l'objet sélectionné" msgid "Auto orientation" msgstr "Orientation automatique" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Orientez automatiquement l'objet pour améliorer la qualité d'impression." @@ -4283,13 +4283,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -6167,13 +6167,13 @@ msgstr "Annuler l'impression" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "L'imprimante est occupée par un autre travail d'impression" +msgid "The printer is busy with another print job." +msgstr "L'imprimante est occupée par un autre travail d'impression." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6209,7 +6209,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Veuillez sélectionner un emplacement AMS avant la calibration" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6847,7 +6847,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7824,7 +7824,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7874,7 +7874,7 @@ msgstr "" msgid "All" msgstr "Tous" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7941,7 +7941,7 @@ msgstr "" "Si cette option est activée, elle inverse le sens du zoom avec la molette de " "la souris." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8375,16 +8375,16 @@ msgstr "Plateau Cool Plate" msgid "PLA Plate" msgstr "Plaque PLA" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "Plateau haute température" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8609,37 +8609,38 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Connexion impossible à l’imprimante" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" -"Pas de connexion au cloud, seules les imprimantes en mode LAN sont affichées" +"Pas de connexion au cloud, seules les imprimantes en mode LAN sont affichées." -msgid "Connecting to server" -msgstr "Connexion au serveur" +msgid "Connecting to server..." +msgstr "Connexion au serveur…" -msgid "Synchronizing device information" -msgstr "Synchronisation des informations sur l'appareil" +msgid "Synchronizing device information..." +msgstr "Synchronisation des informations sur l'appareil…" -msgid "Synchronizing device information time out" -msgstr "Expiration du délai de synchronisation des informations sur l'appareil" +msgid "Synchronizing device information timed out." +msgstr "Expiration du délai de synchronisation des informations sur " +"l'appareil." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Impossible d'envoyer une tâche d'impression pendant la mise à jour du " -"firmware de l'imprimante" +"firmware de l'imprimante." msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "L'imprimante exécute des instructions. Veuillez recommencer l'impression " -"après la fin de l'exécution" +"après la fin de l'exécution." msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8663,7 +8664,7 @@ msgstr "" "Impossible d'envoyer la tâche d'impression à une imprimante dont le firmware " "doit être mis à jour." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Impossible d'envoyer une tâche d'impression d'un plateau vide" msgid "Storage needs to be inserted to record timelapse." @@ -8683,9 +8684,9 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "" -"Cette imprimante ne prend pas en charge l'impression de toutes les plaques" +"Cette imprimante ne prend pas en charge l'impression de toutes les plaques." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -8962,8 +8963,8 @@ msgid "Still print by object?" msgstr "Vous imprimez toujours par objet ?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8996,12 +8997,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9548,7 +9543,7 @@ msgid "Number of extruders of the printer." msgstr "Nombre d’extrudeurs de l’imprimante." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9636,12 +9631,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "Le préréglage suivant sera également supprimé." msgstr[1] "Les préréglages suivants seront également supprimés." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Êtes-vous sûr de %1% le préréglage sélectionné ?" @@ -11287,7 +11276,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Le rétrécissement du filament ne sera pas utilisé car le rétrécissement du " "filament pour les filaments utilisés diffère de manière significative." @@ -11803,7 +11792,7 @@ msgstr "Direction du remplissage du pont extérieur" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Forçage de l’angle des ponts. S’il est laissé à zéro, l’angle des ponts sera " "calculé automatiquement. Sinon, l’angle fourni sera utilisé pour les ponts " @@ -11815,7 +11804,7 @@ msgstr "Direction du remplissage du pont interne" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12309,6 +12298,26 @@ msgstr "" "Un espace entre la ligne de bord la plus interne et l'objet peut faciliter " "le retrait du bord" +msgid "Brim follows compensated outline" +msgstr "Bordure suit le contour compensé" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Lorsqu'il est activé, le bordure est aligné avec la géométrie du périmètre de la première couche " +"après l'application de la compensation du pied d'éléphant.\n" +"Cette option est destinée aux cas où la compensation du pied d'éléphant " +"modifie considérablement l’empreinte de la première couche.\n" +"\n" +"Si votre configuration actuelle fonctionne déjà bien, son activation peut être inutile et " +"peut provoquer la fusion du bordure avec les couches supérieures." + msgid "Brim ears" msgstr "Bordures à oreilles" @@ -13425,7 +13434,7 @@ msgstr "Rétrécissement (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18733,7 +18742,7 @@ msgid "Filament For Calibration" msgstr "Filament pour la calibration" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18742,12 +18751,6 @@ msgstr "" "- Différentes marques et familles de filaments (Marque = Bambu, Famille = " "Basique, Mat)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Motif" @@ -19888,8 +19891,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19901,8 +19904,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20677,13 +20680,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20812,9 +20815,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21493,9 +21493,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Charger encore" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Veuillez sélectionner un emplacement AMS avant la calibration" - #~ msgid "Can't start this without SD card." #~ msgstr "Impossible de démarrer sans carte SD." diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index 1e5b5e039e..db6c8a7d7c 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -1967,13 +1967,13 @@ msgstr "A kiválasztott tárgyak újratöltése a lemezről" msgid "Replace with STL" msgstr "Lecserélés STL-lel" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Lecseréli a kijelölt tárgyat egy új STL-lel" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2112,7 +2112,7 @@ msgstr "Szétválasztja a kijelölt objektumot" msgid "Auto orientation" msgstr "Automatikus orientáció" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Az objektum automatikus tájolása a nyomtatási minőség javítása érdekében." @@ -4134,13 +4134,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5176,7 +5176,7 @@ msgstr "Az összes objektum exportálása STL-ként" msgid "Export Generic 3MF" msgstr "" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "" msgid "Export current sliced file" @@ -5972,13 +5972,13 @@ msgstr "Nyomtatás megszakítása" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "A nyomtató egy másik nyomtatási feladattal van elfoglalva." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6015,7 +6015,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Válassz egy AMS-helyet a kalibrálás előtt" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6634,7 +6634,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7559,7 +7559,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7603,7 +7603,7 @@ msgstr "" msgid "All" msgstr "Összes" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7661,7 +7661,7 @@ msgstr "" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8089,16 +8089,16 @@ msgstr "" msgid "PLA Plate" msgstr "" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8315,29 +8315,29 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Kattints ide, ha nem tudsz csatlakozni a nyomtatóhoz" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Nincs bejelentkezési fiók, csak a LAN módban lévő nyomtatók jelennek meg" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Csatlakozás a szerverhez" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Eszközinformációk szinkronizálása" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Eszközinformációk szinkronizálása túllépte az időkorlátot" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Nem küldhetsz nyomtatási feladatot a nyomtatóra, amíg az firmware frissítést " "végez." msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "A nyomtató elfoglalt. Kérjük, indítsd újra a nyomtatást a nyomtatás " "befejezése után" @@ -8345,7 +8345,7 @@ msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8369,7 +8369,7 @@ msgstr "" "Nem küldhetsz nyomtatási feladatot a nyomtatóra, mert annak firmware-jét " "frissíteni kell." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Nem küldhetsz nyomtatási feladatot egy üres tálcával." msgid "Storage needs to be inserted to record timelapse." @@ -8389,7 +8389,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Ez a nyomtató nem támogatja az összes tálcára való nyomtatást" msgid "" @@ -8633,8 +8633,8 @@ msgid "Still print by object?" msgstr "Továbbra is tárgyanként szeretnél nyomtatni?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8661,12 +8661,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9184,7 +9178,7 @@ msgid "Number of extruders of the printer." msgstr "A nyomtató Extrudereinek száma." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9262,12 +9256,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "A következő beállítás szintén törlődni fog." msgstr[1] "A következő beállítások szintén törlődni fognak." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Biztos, hogy %1% a kiválasztott beállítást?" @@ -10798,7 +10786,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -11235,7 +11223,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Az áthidalás szögének felülbírálása. A 0 érték azt jelenti, hogy az " "áthidalás szöge automatikusan kerül kiszámításra. Máskülönben a megadott " @@ -11248,7 +11236,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11615,6 +11603,26 @@ msgstr "" "A legbelső peremvonal és a tárgy közötti rés, ami megkönnyítheti a perem " "eltávolítását" +msgid "Brim follows compensated outline" +msgstr "A Perem a kompenzált körvonalat követi" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Ha engedélyezve van, a perem igazodik az első réteg kerületi geometriájához " +"az elefánttalp-kompenzáció alkalmazása után.\n" +"Ez az opció arra az esetre szolgál, amikor az elefánttalp-kompenzáció " +"jelentősen megváltoztatja az első réteg alapterületét.\n" +"\n" +"Ha a jelenlegi beállítás már jól működik, előfordulhat, hogy az engedélyezése felesleges és " +"a perem összeolvadását okozhatja a felső rétegekkel." + msgid "Brim ears" msgstr "Karimás fülek" @@ -12460,7 +12468,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -17015,7 +17023,7 @@ msgid "Filament For Calibration" msgstr "Filament a kalibráláshoz" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17024,12 +17032,6 @@ msgstr "" "- Különböző márkájú és típusú filamentek (Márka = Bambu, Típus = Basic, " "Matte stb.)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Mintázat" @@ -18102,8 +18104,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18115,8 +18117,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18795,13 +18797,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -18922,9 +18924,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19479,9 +19478,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Még töltődik" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Válassz egy AMS-helyet a kalibrálás előtt" - #~ msgid "Can't start this without SD card." #~ msgstr "MicroSD kártya nélkül nem indítható." diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index 84b2746c8f..82d788db3c 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -2050,13 +2050,13 @@ msgstr "Ricarica le parti selezionate da disco" msgid "Replace with STL" msgstr "Sostituisci con STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Sostituisci la parte selezionata con un nuovo STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2193,7 +2193,7 @@ msgstr "Dividi l'oggetto selezionato" msgid "Auto orientation" msgstr "Orientamento automatico" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Orienta automaticamente l'oggetto per migliorare la qualità di stampa." msgid "Edit" @@ -4284,13 +4284,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5334,7 +5334,7 @@ msgstr "Esporta tutti gli oggetti come STL multipli" msgid "Export Generic 3MF" msgstr "Esporta 3MF generico" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Esporta file 3MF senza usare le estensioni." msgid "Export current sliced file" @@ -6154,13 +6154,13 @@ msgstr "Annulla la stampa" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "La stampante è occupata con altra attività di stampa" +msgid "The printer is busy with another print job." +msgstr "La stampante è occupata con altra attività di stampa." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6196,7 +6196,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Seleziona uno slot AMS prima di calibrare" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6831,7 +6831,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7029,7 +7029,6 @@ msgstr "" "Il 3MF versione %s è più recente di %s versione %s. Si consiglia di " "aggiornare il software." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7795,7 +7794,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7845,7 +7844,7 @@ msgstr "" msgid "All" msgstr "Tutto" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7910,7 +7909,7 @@ msgstr "" "Se abilitato, inverte la direzione dell'ingrandimento con la rotellina del " "mouse." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8338,17 +8337,17 @@ msgstr "Piatto a bassa temperatura Bambu" msgid "PLA Plate" msgstr "Piatto PLA" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Piatto ingegneristico Bambu" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Piatto PEI liscio Bambu" msgid "High temperature Plate" msgstr "Piatto ad alta temperatura" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Piatto PEI ruvido Bambu" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8570,36 +8569,37 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Clicca qui se non puoi connetterti alla stampante" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Nessun profilo di accesso, vengono visualizzate solo le stampanti in " -"modalità LAN" +"modalità LAN." -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Connessione in corso al server" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Sincronizzazione informazioni dispositivo" -msgid "Synchronizing device information time out" -msgstr "La sincronizzazione delle informazioni del dispositivo è scaduta" +msgid "Synchronizing device information timed out." +msgstr "La sincronizzazione delle informazioni del dispositivo è scaduta." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Impossibile inviare un'attività di stampa mentre la stampante sta " -"aggiornando il firmware" +"aggiornando il firmware." msgid "" -"The printer is executing instructions. Please restart printing after it ends" -msgstr "La stampante sta eseguendo le istruzioni. Riavvia la stampa al termine" +"The printer is executing instructions. Please restart printing after it ends." +msgstr "" +"La stampante sta eseguendo le istruzioni. Riavvia la stampa al termine." msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8623,7 +8623,7 @@ msgstr "" "Impossibile inviare l'attività di stampa a una stampante il cui firmware " "deve essere aggiornato." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Impossibile inviare l'attività di stampa se il piatto è vuoto" msgid "Storage needs to be inserted to record timelapse." @@ -8643,8 +8643,8 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" -msgstr "Questa stampante non supporta la stampa di piatti multipli" +msgid "This printer does not support printing all plates." +msgstr "Questa stampante non supporta la stampa di piatti multipli." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -8913,8 +8913,8 @@ msgid "Still print by object?" msgstr "Stampare ancora per oggetto?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8946,12 +8946,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9493,7 +9487,7 @@ msgid "Number of extruders of the printer." msgstr "Numero di estrusori della stampante." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9578,12 +9572,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "Verrà eliminato anche il seguente profilo." msgstr[1] "Verranno eliminati anche i seguenti profili." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Sei sicuro di voler %1% il preset selezionato?" @@ -11225,7 +11213,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "La compensazione del restringimento del materiale non verrà utilizzata " "perché il fenomeno di restringimento nei filamenti utilizzati varia in modo " @@ -11744,7 +11732,7 @@ msgstr "Angolo riempimento ponti esterni" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Sovrascrive l'angolo di riempimento dei ponti. Un valore pari a 0 indica che " "l'angolo di riempimento verrà calcolato automaticamente. Il valore fornito " @@ -11756,7 +11744,7 @@ msgstr "Angolo riempimento ponti interni" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12246,6 +12234,26 @@ msgstr "" "Crea uno spazio tra la linea più interna della tesa e l'oggetto per rendere " "più facile la rimozione della tesa." +msgid "Brim follows compensated outline" +msgstr "Tesa segue il contorno compensato" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Quando abilitato, tesa è allineato con la geometria perimetrale del primo strato " +"dopo l'applicazione della compensazione del piede di elefante.\n" +"Questa opzione è prevista per i casi in cui è prevista la compensazione del piede di elefante " +"altera significativamente l'impronta del primo strato.\n" +"\n" +"Se la tua configurazione attuale funziona già bene, abilitarla potrebbe non essere necessaria e " +"può causare la fusione del tesa con gli strati superiori." + msgid "Brim ears" msgstr "Tesa ad orecchio" @@ -13352,7 +13360,7 @@ msgstr "Restringimento (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18653,7 +18661,7 @@ msgid "Filament For Calibration" msgstr "Calibrazione per filamento" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18663,12 +18671,6 @@ msgstr "" "- Diverse marche e famiglie di filamenti (Marca = Bambu, Famiglia = Basic, " "Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Modello" @@ -19798,8 +19800,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19811,8 +19813,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20580,13 +20582,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20715,9 +20717,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21380,9 +21379,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Carica ancora" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Seleziona uno slot AMS prima di calibrare." - #~ msgid "Can't start this without SD card." #~ msgstr "Impossibile iniziare senza scheda SD." @@ -21504,15 +21500,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Si prega di scegliere il colore del filamento" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Piatto ingegneristico Bambu" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Piatto PEI liscio Bambu" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Piatto PEI ruvido Bambu" - #~ msgid "Send print job to" #~ msgstr "Invia stampa a" diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index d9c153fc23..0b5fc9b836 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -1980,13 +1980,13 @@ msgstr "選択したパーツをディスクから再読込み" msgid "Replace with STL" msgstr "STLに置き換え" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "選択したパーツを新しいSTLに置換え" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2122,7 +2122,7 @@ msgstr "選択したオブジェクトを分割" msgid "Auto orientation" msgstr "自動向き調整" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "オブジェクトの向きを自動的に調整する" msgid "Edit" @@ -4075,13 +4075,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5113,7 +5113,7 @@ msgstr "" msgid "Export Generic 3MF" msgstr "汎用3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "3mfファイルをエクスポート(一部3mf機能を無効)" msgid "Export current sliced file" @@ -5893,13 +5893,13 @@ msgstr "造形を取消し" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "プリンターはビジーです。" -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -5933,7 +5933,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "キャリブレーション前に、AMSスロットを選択してください" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6538,7 +6538,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6726,7 +6726,6 @@ msgid "" msgstr "" "3mfのバージョン%sは%sの%sより新しい為、ソフトウェアを更新してください。" -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7447,7 +7446,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7491,7 +7490,7 @@ msgstr "" msgid "All" msgstr "すべて" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7549,7 +7548,7 @@ msgstr "マウスの逆ズーム" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "有効にすると、マウス ホイールによるズームの方向が反転します。" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -7969,16 +7968,16 @@ msgstr "Bambu 常温プレート" msgid "PLA Plate" msgstr "" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu エンジニアリングプレート" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8188,32 +8187,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "アカウント無し、ローカルモードのプリンターのみが表示されます" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "サーバーへ接続中" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "デバイス情報を同期" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "デバイス情報同期はタイムアウトしました" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "ファームウェアが更新中の為、造形タスクを送信できません" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "プリンターが指令を実行中です。実行終了してから造形を再開してください。" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8235,7 +8234,7 @@ msgid "" "updated." msgstr "ファームウェアを更新する必要がある為、造形タスクを送信できません" -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "空プレートがある為、送信できません" msgid "Storage needs to be inserted to record timelapse." @@ -8255,7 +8254,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "プリンターが全てのプレートを造形することができません" msgid "" @@ -8496,8 +8495,8 @@ msgid "Still print by object?" msgstr "" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8524,12 +8523,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9026,7 +9019,7 @@ msgid "Number of extruders of the printer." msgstr "プリンターのエクストルーダー数。" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9100,12 +9093,6 @@ msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." msgstr[0] "以下のプリセットも削除されます: " -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "選択したプリセットを %1% しますか?" @@ -10621,7 +10608,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "使用するフィラメントの収縮率が大きく異なるため、フィラメント収縮率は使用しま" "せん。" @@ -11031,7 +11018,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "ブリッジ角度。値が0の場合は自動計算となります。0°を使用したい場合は180を入力" "していください。" @@ -11042,7 +11029,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11407,6 +11394,26 @@ msgstr "" "ブリムを取り外しやすくする為、一番内側のブリムラインをモデルと少し距離を設け" "ます。" +msgid "Brim follows compensated outline" +msgstr "ブリム は補正されたアウトラインに従います" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"有効にすると、ブリム は最初の層の周囲ジオメトリと位置合わせされます。 " +"エレファント・フット・コンペンセーション適用後。\n" +"このオプションは、象の足の補正が必要な場合を対象としています。 " +"最初の層のフットプリントを大幅に変更します。\n" +"\n" +"現在の設定がすでにうまく機能している場合は、それを有効にする必要はないかもしれません。 " +"ブリム が上位層と融合する可能性があります。" + msgid "Brim ears" msgstr "" @@ -12225,7 +12232,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -16713,17 +16720,11 @@ msgid "Filament For Calibration" msgstr "" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "" @@ -17736,8 +17737,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -17749,8 +17750,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18413,13 +18414,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -18541,9 +18542,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19021,9 +19019,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "ロード" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "キャリブレーション前に、AMSスロットを選択してください" - #~ msgid "Can't start this without SD card." #~ msgstr "起動するのにSDカードが必要です。" @@ -19095,9 +19090,6 @@ msgstr "" #~ msgid "Show home page on startup" #~ msgstr "起動時にホームページを表示" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu エンジニアリングプレート" - #~ msgid "Send print job to" #~ msgstr "造形タスクを送信" diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index e881e03651..cf3d9dea71 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -2008,13 +2008,13 @@ msgstr "선택한 부품을 디스크에서 다시 불러오기" msgid "Replace with STL" msgstr "STL 파일로 교체" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "선택한 부품을 새 STL 파일로 교체" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2150,7 +2150,7 @@ msgstr "선택한 객체 분할" msgid "Auto orientation" msgstr "자동 방향 지정" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "객체의 방향을 자동으로 지정하여 출력 품질을 향상시킵니다." msgid "Edit" @@ -4157,13 +4157,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5201,7 +5201,7 @@ msgstr "모든 객체를 여러 STL로 내보내기" msgid "Export Generic 3MF" msgstr "일반 3MF 내보내기" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "일부 3MF 확장자를 사용하지 않고 3MF 파일 내보내기" msgid "Export current sliced file" @@ -6002,13 +6002,13 @@ msgstr "출력 취소" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "프린터가 다른 출력 작업을 수행 중입니다" -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6044,7 +6044,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "교정하기 전에 AMS 슬롯을 선택하세요" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6672,7 +6672,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6866,7 +6866,6 @@ msgstr "" "3mf의 %s 버전이 %s의 %s 버전보다 최신입니다. 소프트웨어를 업그레이드 하십시" "오." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7605,7 +7604,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7652,7 +7651,7 @@ msgstr "" msgid "All" msgstr "모두" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7713,7 +7712,7 @@ msgstr "역방향 마우스 줌" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "활성화되면 마우스 휠을 사용하여 확대/축소 방향을 반대로 바꿉니다." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8139,17 +8138,17 @@ msgstr "뱀부 쿨 플레이트" msgid "PLA Plate" msgstr "PLA 플레이트" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "뱀부 엔지니어링 플레이트" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "뱀부 부드러운 PEI 플레이트" msgid "High temperature Plate" msgstr "고온 플레이트" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "뱀부 텍스처 PEI 플레이트" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8366,32 +8365,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "프린터에 연결할 수 없는 경우 여기를 클릭하세요" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "로그인 계정이 없으며 LAN 모드의 프린터만 표시됩니다" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "서버에 연결 중" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "장치 정보 동기화 중" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "장치 정보 동기화 시간 초과" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "프린터가 펌웨어를 업데이트하는 동안 출력 작업을 보낼 수 없습니다" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "프린터가 명령을 실행하고 있습니다. 종료 후 출력을 다시 시작하세요" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8413,7 +8412,7 @@ msgid "" "updated." msgstr "펌웨어를 업데이트해야 하는 프린터로 출력 작업을 보낼 수 없습니다." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "빈 플레이트에 대한 출력 작업을 보낼 수 없습니다" msgid "Storage needs to be inserted to record timelapse." @@ -8433,7 +8432,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "이 프린터는 모든 플레이트 출력을 지원하지 않습니다" msgid "" @@ -8690,8 +8689,8 @@ msgid "Still print by object?" msgstr "아직도 객체별로 출력하시나요?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8722,12 +8721,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9243,7 +9236,7 @@ msgid "Number of extruders of the printer." msgstr "프린터 익스트루더 수." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9324,12 +9317,6 @@ msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." msgstr[0] "다음 사전 설정도 삭제됩니다." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "선택한 사전 설정을 %1%로 설정하시겠습니까?" @@ -11371,7 +11358,7 @@ msgstr "외부 브릿지 채우기 방향" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "브릿지 출력 각도 재정의. 0°으로 두면 브릿지 출력 각도가 자동으로 계산됩니다. " "그렇지 않으면 제공된 각도가 외부 브릿지 출력에 사용됩니다. 0도에는 180°를 사" @@ -11383,7 +11370,7 @@ msgstr "내부 브릿지 채우기 방향" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11830,6 +11817,26 @@ msgstr "" "가장 안쪽 브림 라인과 객체 사이에 간격을 주어 쉽게 브림을 제거 할 수 있게 합" "니다" +msgid "Brim follows compensated outline" +msgstr "브림는 보상된 아웃라인을 따릅니다." + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"활성화되면 브림은 첫 번째 레이어 주변 형상과 정렬됩니다 " +"코끼리 발 보정이 적용된 후.\n" +"이 옵션은 코끼리 발 보상이 적용되는 경우를 위한 것입니다 " +"첫 번째 레이어 공간을 크게 변경합니다.\n" +"\n" +"현재 설정이 이미 잘 작동하는 경우 활성화할 필요가 없으며 " +"브림이 상위 레이어와 융합될 수 있습니다." + msgid "Brim ears" msgstr "브림 귀" @@ -17784,7 +17791,7 @@ msgid "Filament For Calibration" msgstr "교정할 필라멘트" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17792,12 +17799,6 @@ msgstr "" "- 동일한 히트베드 온도를 공유할 수 있는 소재\n" "- 다양한 필라멘트 브랜드 및 제품군(브랜드 = 뱀부, 제품군 = 기본, 메트)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "패턴" @@ -18884,8 +18885,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18897,8 +18898,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19630,13 +19631,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -19761,9 +19762,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -20397,9 +20395,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "로드중" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "교정하기 전에 AMS 슬롯을 선택하세요" - #~ msgid "Can't start this without SD card." #~ msgstr "SD 카드가 없으면 시작할 수 없습니다." @@ -20515,15 +20510,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "필라멘트 색상을 선택해 주세요" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "뱀부 엔지니어링 플레이트" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "뱀부 부드러운 PEI 플레이트" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "뱀부 텍스처 PEI 플레이트" - #~ msgid "Send print job to" #~ msgstr "출력 작업 보내기" diff --git a/localization/i18n/list.txt b/localization/i18n/list.txt index 52046c7c88..5e1092b56b 100644 --- a/localization/i18n/list.txt +++ b/localization/i18n/list.txt @@ -8,6 +8,8 @@ src/slic3r/GUI/DeviceCore/DevConfigUtil.cpp src/slic3r/GUI/DeviceCore/DevCtrl.h src/slic3r/GUI/DeviceCore/DevCtrl.cpp src/slic3r/GUI/DeviceCore/DevDefs.h +src/slic3r/GUI/DeviceCore/DevExtensionTool.h +src/slic3r/GUI/DeviceCore/DevExtensionTool.cpp src/slic3r/GUI/DeviceCore/DevExtruderSystem.h src/slic3r/GUI/DeviceCore/DevExtruderSystem.cpp src/slic3r/GUI/DeviceCore/DevExtruderSystemCtrl.cpp @@ -94,6 +96,8 @@ src/slic3r/GUI/Jobs/RotoptimizeJob.cpp src/slic3r/GUI/Jobs/BindJob.cpp src/slic3r/GUI/Jobs/PrintJob.cpp src/slic3r/GUI/Jobs/SendJob.cpp +src/slic3r/GUI/ThermalPreconditioningDialog.cpp +src/slic3r/GUI/ThermalPreconditioningDialog.hpp src/slic3r/GUI/Jobs/SLAImportJob.cpp src/slic3r/GUI/Jobs/UpgradeNetworkJob.cpp src/slic3r/GUI/AboutDialog.cpp @@ -136,6 +140,7 @@ src/slic3r/GUI/ObjectDataViewModel.cpp src/slic3r/GUI/OpenGLManager.cpp src/slic3r/GUI/OptionsGroup.cpp src/slic3r/GUI/PrintOptionsDialog.cpp +src/slic3r/GUI/SafetyOptionsDialog.cpp src/slic3r/GUI/ParamsPanel.cpp src/slic3r/GUI/PartPlate.cpp src/slic3r/GUI/Plater.cpp diff --git a/localization/i18n/lt/OrcaSlicer_lt.po b/localization/i18n/lt/OrcaSlicer_lt.po index d71608da4d..693895b010 100644 --- a/localization/i18n/lt/OrcaSlicer_lt.po +++ b/localization/i18n/lt/OrcaSlicer_lt.po @@ -2032,13 +2032,13 @@ msgstr "Iš naujo įkelti pasirinktas dalis iš disko" msgid "Replace with STL" msgstr "Pakeisti STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Pakeisti pasirinktą dalį į naują STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2174,7 +2174,7 @@ msgstr "Padalinti pasirinktą objektą" msgid "Auto orientation" msgstr "Automatinė padėtis" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Automatiškai nustatoma padėtis spausdinimo kokybės pagerinimui." msgid "Edit" @@ -4252,15 +4252,19 @@ msgid "" "wait until the AMS temperature drops below %d℃." msgstr "" +#, fuzzy msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" +"Dabartinė kameros temperatūra arba tikslinė kameros temperatūra viršija " +"45 ℃. Norint išvengti ekstruderio užsikimšimo, negalima įkelti žemos " +"temperatūros gijų (PLA/PETG/TPU)." msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5309,7 +5313,7 @@ msgstr "Eksportuoti visus objektus kaip STL" msgid "Export Generic 3MF" msgstr "Eksportuoti pagrindinį 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Eksportuoti 3MF failą nenaudojant kai kurių 3MF plėtinių" msgid "Export current sliced file" @@ -6130,13 +6134,13 @@ msgstr "Atšaukti spausdinimą" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Spausdintuvas užimtas kitu spausdinimo darbu" +msgid "The printer is busy with another print job." +msgstr "Spausdintuvas užimtas kitu spausdinimo darbu." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6173,7 +6177,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Prieš kalibruodami pasirinkite AMS lizdą" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6812,7 +6816,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7012,7 +7016,6 @@ msgstr "" "3MF failo versija %s yra naujesnė nei %s versija %s. Siūloma atnaujinti jūsų " "programinę įrangą." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7763,7 +7766,7 @@ msgid "Show options when importing STEP file" msgstr "Rodyti parinktis importuojant STEP failą" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Jei įjungta, STEP failo importavimo metu atsiras parametrų nustatymų " "dialogas." @@ -7815,7 +7818,7 @@ msgstr "Elgsena" msgid "All" msgstr "Visi" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7880,7 +7883,7 @@ msgstr "Apversti pelės didinimą" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Jei įjungta, apverčia didinimo ar mažinimo kryptį pelės ratuku." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8317,17 +8320,17 @@ msgstr "Bambu Cool plokštė" msgid "PLA Plate" msgstr "PLA plokštė" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu inžinerinė plokštė" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Bambu smulkaus PEI plokštė" msgid "High temperature Plate" msgstr "Aukštos temperatūros plokštė" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Bambu stabaus PEI plokštė" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8549,30 +8552,30 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Jei negalite prijungti spausdintuvo, spauskite čia" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Nėra prisijungimo paskyros, rodomi tik vietiniame tinkle esantys " "spausdintuvai" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Jungiamasi prie serverio" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Sinchronizuojama įrenginio informacija" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Baigėsi įrenginio informacijos sinchronizavimo laikas" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Spausdinimo užduoties negalima išsiųsti, kai spausdintuvo programinė įranga " "atnaujinama" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Spausdintuvas vykdo instrukcijas. Kai jis baigs, prašome paleisti " "spausdinimą iš naujo" @@ -8580,7 +8583,7 @@ msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8604,7 +8607,7 @@ msgstr "" "Neįmanoma išsiųsti spausdinimo užduoties spausdintuvui, kurio programinę " "įrangą reikia atnaujinti." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Negalima siųsti spausdinimo užduoties tuščiai plokštei" msgid "Storage needs to be inserted to record timelapse." @@ -8624,7 +8627,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Spausdintuvas nepalaiko visų plokščių spausdinimo" msgid "" @@ -8893,8 +8896,8 @@ msgid "Still print by object?" msgstr "Vis dar spausdinti pagal objektą?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8925,12 +8928,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9482,7 +9479,7 @@ msgid "Number of extruders of the printer." msgstr "Spausdintuvo ekstruderių skaičius." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9569,15 +9566,6 @@ msgstr[0] "Bus ištrintas ir šis išankstinis nustatymas." msgstr[1] "Bus ištrinti ir šie išankstiniai nustatymai." msgstr[2] "Bus ištrinti ir šie išankstiniai nustatymai." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Ar tikrai norite ištrinti pasirinktą nustatymą? \n" -"Jei nustatymas atitinka šiuo metu jūsų spausdintuve naudojamą giją, prašome " -"iš naujo nustatyti gijos informaciją tam lizdui." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Ar tikrai naudojate %1% pasirinktą išankstinį nustatymą?" @@ -11197,7 +11185,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Gijų susitraukimas nenaudojamas, nes naudojamų gijų susitraukimas labai " "skiriasi." @@ -11699,7 +11687,7 @@ msgstr "Išorinio tilto užpildymo kryptis" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Tilto kampo panaikinimas. Jei paliekama nulinė reikšmė, tilto kampas " "apskaičiuojamas automatiškai. Priešingu atveju išoriniams tilteliams bus " @@ -11711,7 +11699,7 @@ msgstr "Vidinio tilto užpildymo kryptis" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12195,6 +12183,26 @@ msgstr "" "Sukuriamas tarpas tarp vidinės krašto linijos ir objekto, todėl galima " "lengviau jį atskirti." +msgid "Brim follows compensated outline" +msgstr "Kraštas atitinka kompensuotą kontūrą" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Kai įjungta, kraštas yra sulygiuotas su pirmojo sluoksnio perimetro geometrija " +"pritaikius dramblio pėdos kompensaciją.\n" +"Ši parinktis skirta tais atvejais, kai kompensuojama dramblio pėda " +"žymiai pakeičia pirmojo sluoksnio pėdsaką.\n" +"\n" +"Jei dabartinė sąranka jau veikia gerai, jos įjungti gali nebūti ir " +"gali sukelti kraštas susiliejimą su viršutiniais sluoksniais." + msgid "Brim ears" msgstr "Krašto \"ausys\"" @@ -12322,12 +12330,13 @@ msgstr "" msgid "Fan speed" msgstr "Ventiliatoriaus greitis" +#, fuzzy msgid "" "Speed of exhaust fan during printing. This speed will override the speed in " "filament custom G-code." msgstr "" "Ištraukimo ventiliatoriaus greitis spausdinimo metu. Šis greitis bus " -"viršesnis už greitį, nurodytą gijos pasirinktiniame G kode." +"viršesnis už greitį, nurodytą gijos pasirinktiniame G-kodo." msgid "Speed of exhaust fan after printing completes." msgstr "Ištraukimo ventiliatoriaus greitis baigus spausdinti." @@ -13271,7 +13280,7 @@ msgstr "Susitraukimas (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18560,7 +18569,7 @@ msgid "Filament For Calibration" msgstr "Gija kalibravimui" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18569,12 +18578,6 @@ msgstr "" " - Skirtingas gijų prekės ženklas ir šeima (prekės ženklas = Bambu, šeima = " "Basic, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Raštas" @@ -19704,8 +19707,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19717,8 +19720,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20492,13 +20495,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20623,9 +20626,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21250,24 +21250,6 @@ msgstr "" #~ msgid "Common" #~ msgstr "Pasikartojanti" -#~ msgid "" -#~ "The current chamber temperature or the target chamber temperature exceeds " -#~ "45℃. In order to avoid extruder clogging, low temperature filament (PLA/" -#~ "PETG/TPU) is not allowed to be loaded." -#~ msgstr "" -#~ "Dabartinė arba numatyta kameros temperatūra temperatūra viršija 45 °C. " -#~ "Siekiant išvengti ekstruderių užsikimšimo, negalima įdėti žemos " -#~ "temperatūros gijų (PLA/PETG/TPU)." - -#~ msgid "" -#~ "Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In " -#~ "order to avoid extruder clogging, it is not allowed to set the chamber " -#~ "temperature above 45℃." -#~ msgstr "" -#~ "Į ekstruderį įdedama žemos temperatūros gija (PLA/PETG/TPU). Siekiant " -#~ "išvengti ekstruderio užsikimšimo, kameros temperatūra neturi būti " -#~ "nustatoma aukštesnė nei 45 °C." - #~ msgid "Bambu PET-CF/PA6-CF is not supported by AMS." #~ msgstr "AMS nepalaiko Bambu PET-CF/PA6-CF." @@ -21318,9 +21300,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Vis dar įtraukiama" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Prieš kalibruodami pasirinkite AMS lizdą." - #~ msgid "Can't start this without SD card." #~ msgstr "Negalima šito pradėti be SD kortelės." @@ -21443,15 +21422,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Prašome pasirinkti gijos spalvą" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu inžinerinė plokštė" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu smulkaus PEI plokštė" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu stabaus PEI plokštė" - #~ msgid "Send print job to" #~ msgstr "Siųsti spausdinti į" @@ -21854,18 +21824,9 @@ msgstr "" #~ "Paleidimo metu AMS automatiškai nuskaitys įdėtos gijos informaciją. Tai " #~ "truks apie 1 minutę. Skaitymo proceso metu AMS sukios gijų rites." -#~ msgid "" -#~ "The current chamber temperature or the target chamber temperature exceeds " -#~ "45℃. In order to avoid extruder clogging,low temperature filament (PLA/" -#~ "PETG/TPU) is not allowed to be loaded." -#~ msgstr "" -#~ "Dabartinė kameros temperatūra arba tikslinė kameros temperatūra viršija " -#~ "45 ℃. Norint išvengti ekstruderio užsikimšimo, negalima įkelti žemos " -#~ "temperatūros gijų (PLA/PETG/TPU)." - #~ msgid "" #~ "Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In " -#~ "order to avoid extruder clogging,it is not allowed to set the chamber " +#~ "order to avoid extruder clogging, it is not allowed to set the chamber " #~ "temperature above 45℃." #~ msgstr "" #~ "Į ekstruderį įkelta žemai temperatūrai skirta gija (PLA/PETG/TPU). Norint " @@ -22006,13 +21967,6 @@ msgstr "" #~ msgid "Compatible process profiles condition" #~ msgstr "Suderinamų procesų profilių būklė" -#~ msgid "" -#~ "Speed of exhaust fan during printing.This speed will overwrite the speed " -#~ "in filament custom G-code" -#~ msgstr "" -#~ "Ištraukiamojo ventiliatoriaus greitis spausdinimo metu. Šis greitis bus " -#~ "perrašytas gijos pasirinktiniame gkode nurodytu greičiu" - #~ msgid "" #~ "Insert G-code between objects. This parameter will only come into effect " #~ "when you print your models object by object" @@ -22056,19 +22010,13 @@ msgstr "" #~ msgid "Default filament color" #~ msgstr "Numatytoji gijos spalva" -#~ msgid "mm³/s" -#~ msgstr "mm³/s" - #~ msgid "" #~ "Filament diameter is used to calculate extrusion in G-code, so it's " #~ "important and should be accurate" #~ msgstr "" -#~ "Gijos skersmuo naudojamas ekstruzijos kintamiesiems G kode apskaičiuoti, " +#~ "Gijos skersmuo naudojamas ekstruzijos kintamiesiems G-kodo apskaičiuoti, " #~ "todėl svarbu, kad jis būtų tikslus" -#~ msgid "g/cm³" -#~ msgstr "g/cm³" - #~ msgid "Rotate solid infill direction" #~ msgstr "Pasukti vientiso užpildo kryptį" @@ -22469,17 +22417,6 @@ msgstr "" #~ "Ar žinojote, kad keičiant gijas galima sutaupyti išeikvotų gijų, jas " #~ "nuleidžiant į atramas/objektus/užpildymą?" -#~ msgid "" -#~ "Avoid warping\n" -#~ "Did you know that when printing materials that are prone to warping such " -#~ "as ABS, appropriately increasing the heatbed temperature can reduce the " -#~ "probability of warping." -#~ msgstr "" -#~ "Išvengti deformacijos\n" -#~ "Ar žinojote, kad spausdinant medžiagas, kurios linkusios deformuotis, " -#~ "pavyzdžiui, ABS, tinkamai padidinus kaitinimo pagrindo temperatūrą galima " -#~ "sumažinti deformavimosi tikimybę." - #~ msgid "ShiftLeft mouse button" #~ msgstr "Shift + kairys pelės mygtukas" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index 0cdf1a31c6..7559bae161 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -1990,13 +1990,13 @@ msgstr "Laad de geselecteerde onderdelen opnieuw vanaf de schijf" msgid "Replace with STL" msgstr "Vervangen door STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Vervang het geselecteerde onderdeel door een nieuwe STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2134,7 +2134,7 @@ msgstr "Splits het geleselcteerde object op" msgid "Auto orientation" msgstr "Automatisch oriënteren" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" "Automatisch oriënteren van het object om de printkwaliteit te verbeteren." @@ -4175,13 +4175,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5217,7 +5217,7 @@ msgstr "Alle objecten exporteren als STL's" msgid "Export Generic 3MF" msgstr "Generiek 3MF exporteren" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "3mf-bestand exporteren zonder enkele 3mf-toevoegingen te gebruiken" msgid "Export current sliced file" @@ -6014,13 +6014,13 @@ msgstr "Print annuleren" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "De printer is bezig met een andere printtaak" +msgid "The printer is busy with another print job." +msgstr "De printer is bezig met een andere printtaak." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6055,7 +6055,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Selecteer een AMS-slot voor de kalibratie" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6687,7 +6687,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6887,7 +6887,6 @@ msgstr "" "Versie %s van de 3MF is nieuwer dan versie %s van %s. Wij stellen voor om uw " "software te upgraden." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7634,7 +7633,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7682,7 +7681,7 @@ msgstr "" msgid "All" msgstr "Alles" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7747,7 +7746,7 @@ msgstr "" "Als deze optie is ingeschakeld, wordt de zoomrichting met het muiswiel " "omgedraaid." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8186,17 +8185,17 @@ msgstr "Bambu koelplaat" msgid "PLA Plate" msgstr "PLA plaat" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu Engineering plaat" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Bambu gladde PEI-plaat" msgid "High temperature Plate" msgstr "Hoge temperatuur plaat" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Bambu getextureerde PEI-plaat" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8410,28 +8409,28 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Klik hier als je geen verbinding kunt maken met de printer" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "Geen login-account, alleen printers in LAN-modus worden weergegeven" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Verbinding maken met server" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Informatie over het apparaat synchroniseren" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Time-out tijdens synchronisatie van apparaatinformatie" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Kan geen printopdracht verzenden terwijl de printer bezig is met het updaten " "van de firmware" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "De printer is instructies aan het uitvoeren. Begin opnieuw met printen nadat " "dit is voltooid" @@ -8439,7 +8438,7 @@ msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8463,7 +8462,7 @@ msgstr "" "Kan de printopdracht niet naar een printer sturen waarvan de firmware moet " "worden bijgewerkt." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Kan geen afdruktaak verzenden voor een lege plaat" msgid "Storage needs to be inserted to record timelapse." @@ -8483,7 +8482,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "" "Deze printer biedt geen ondersteuning voor het afdrukken van alle platen" @@ -8734,8 +8733,8 @@ msgid "Still print by object?" msgstr "Print je nog steeds per object?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8762,12 +8761,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9300,7 +9293,7 @@ msgid "Number of extruders of the printer." msgstr "Aantal extruders van de printer." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9383,12 +9376,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "De volgende voorinstelling zal ook verwijderd worden@" msgstr[1] "De volgende voorinstelling zal ook verwijderd worden@" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Weet u zeker dat u de geselecteerde preset wilt %1%?" @@ -10939,7 +10926,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -11385,7 +11372,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Overbrugingshoek overschrijven. 0 betekent dat de overbruggingshoek " "automatisch wordt berekend. Anders wordt de opgegeven hoek gebruikt voor " @@ -11397,7 +11384,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11764,6 +11751,26 @@ msgstr "" "Dit creëert ruimte tussen de binnenste brimlijn en het object en zorgt " "ervoor dat het object eenvoudiger van het printbed kan worden verwijderd." +msgid "Brim follows compensated outline" +msgstr "Rand volgt de gecompenseerde omtrek" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Indien ingeschakeld, wordt de rand uitgelijnd met de omtrekgeometrie van de eerste laag " +"nadat olifantenvoetcompensatie is toegepast.\n" +"Deze optie is bedoeld voor gevallen waarin sprake is van olifantenvoetcompensatie " +"verandert de voetafdruk van de eerste laag aanzienlijk.\n" +"\n" +"Als uw huidige configuratie al goed werkt, kan het inschakelen hiervan niet nodig zijn " +"kan ervoor zorgen dat de rand samensmelt met de bovenste lagen." + msgid "Brim ears" msgstr "Rand oren" @@ -12613,7 +12620,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -17232,7 +17239,7 @@ msgid "Filament For Calibration" msgstr "Filament voor kalibratie" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17241,12 +17248,6 @@ msgstr "" "- Verschillende filamentmerken en -families (Merk = Bambu, Familie = Basis, " "Mat)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Patroon" @@ -18336,8 +18337,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18349,8 +18350,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19038,13 +19039,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -19165,9 +19166,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19768,9 +19766,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Laad nog steeds" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Selecteer een AMS-slot voor de kalibratie." - #~ msgid "Can't start this without SD card." #~ msgstr "Kan niet starten zonder microSD-kaart." @@ -19862,15 +19857,6 @@ msgstr "" #~ msgid "Show home page on startup" #~ msgstr "Toon startpagina bij opstanden" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu Engineering plaat" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu gladde PEI-plaat" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu getextureerde PEI-plaat" - #~ msgid "Send print job to" #~ msgstr "Stuur de printtaak naar" diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po index c170e90fa8..753f674efb 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/OrcaSlicer_pl.po @@ -2029,13 +2029,13 @@ msgstr "Przeładuj wybrane części z dysku" msgid "Replace with STL" msgstr "Zamień na STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Zamień wybraną część na nowy plik STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2171,7 +2171,7 @@ msgstr "Podziel wybrany obiekt" msgid "Auto orientation" msgstr "Automatyczna orientacja" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Automatyczna orientacja obiektu w celu poprawy jakości druku." msgid "Edit" @@ -4250,13 +4250,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5297,7 +5297,7 @@ msgstr "Eksportuj wszystkie obiekty jako pliki STL" msgid "Export Generic 3MF" msgstr "Eksportuj ogólny format 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Eksportuj plik 3MF bez użycia niektórych rozszerzeń 3MF" msgid "Export current sliced file" @@ -6124,13 +6124,13 @@ msgstr "Anuluj drukowanie" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Drukarka jest zajęta innym zadaniem drukowania" +msgid "The printer is busy with another print job." +msgstr "Drukarka jest zajęta innym zadaniem drukowania." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6166,7 +6166,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Przed kalibracją wybierz gniazdo AMS" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6807,7 +6807,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7003,7 +7003,6 @@ msgstr "" "Wersja 3MF %s jest nowsza niż wersja %s %s, sugeruje się aktualizację " "oprogramowania." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7764,7 +7763,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7814,7 +7813,7 @@ msgstr "" msgid "All" msgstr "Wszystkie" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7874,7 +7873,7 @@ msgstr "Odwrócone przybliżanie myszką" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Odwraca kierunek przybliżania kółkiem myszy." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8293,16 +8292,16 @@ msgstr "Bambu Cool Plate" msgid "PLA Plate" msgstr "Płyta PLA" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "Płyta wysokotemperaturowa" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8525,34 +8524,34 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Kliknij tutaj, jeśli nie możesz połączyć się z drukarką" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "Bez logowania na koncie, wyświetlane są tylko drukarki w trybie LAN" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Łączenie z serwerem" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Synchronizowanie informacji o urządzeniu" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Upłynął czas synchronizowania informacji o urządzeniu" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Nie można wysłać zadania do druku, gdy drukarka aktualizuje oprogramowanie" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Drukarka wykonuje instrukcje. Proszę wznowić drukowanie po ich zakończeniu." msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8576,7 +8575,7 @@ msgstr "" "Nie można wysłać zadania druku do drukarki, której oprogramowanie wymaga " "aktualizacji." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Nie można wysłać zadania druku dla pustej płyty" msgid "Storage needs to be inserted to record timelapse." @@ -8596,7 +8595,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Ta drukarka nie obsługuje drukowania na wszystkich płytach" msgid "" @@ -8859,8 +8858,8 @@ msgid "Still print by object?" msgstr "Czy nadal drukować według obiektu?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8892,12 +8891,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9434,7 +9427,7 @@ msgid "Number of extruders of the printer." msgstr "Liczba ekstruderów drukarki." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9521,12 +9514,6 @@ msgstr[0] "Następujący profil również zostanie usunięty." msgstr[1] "Następujące profile również zostaną usunięte." msgstr[2] "Następujące profile również zostaną usunięte." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Czy na pewno %1% wybrane ustawienia?" @@ -11139,7 +11126,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Kompensacja skurczu filamentu nie będzie zastosowana, ponieważ skurcz " "używanych filamentów jest zbyt zróżnicowany." @@ -11644,7 +11631,7 @@ msgstr "Kierunek wypełnienia zewnętrznych mostów" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Zmiana ustawienia kąta linii mostów. Gdy ustawienie będzie równe 0, kąt " "zostanie wyliczony automatycznie. W przeciwnym wypadku, wybrany kąt będzie " @@ -11656,7 +11643,7 @@ msgstr "Kierunek wypełnienia wewnętrznych mostów" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12143,6 +12130,26 @@ msgstr "" "Szczelina między najbardziej wewnętrzną linią brimu a obiektem może ułatwić " "usunięcie brimu" +msgid "Brim follows compensated outline" +msgstr "Brim podąża za skompensowanym konturem" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Po włączeniu brim jest wyrównany z geometrią obwodu pierwszej warstwy " +"po zastosowaniu Kompensacji Stopy Słonia.\n" +"Ta opcja jest przeznaczona dla przypadków, w których występuje kompensacja stopy słonia " +"znacząco zmienia ślad pierwszej warstwy.\n" +"\n" +"Jeśli Twoja bieżąca konfiguracja już działa dobrze, włączenie jej może być niepotrzebne i " +"może spowodować stopienie brim z górnymi warstwami." + msgid "Brim ears" msgstr "Uszy brim" @@ -13228,7 +13235,7 @@ msgstr "Skurcz (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18433,7 +18440,7 @@ msgid "Filament For Calibration" msgstr "Filament do kalibracji" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18441,12 +18448,6 @@ msgstr "" "- Materiały, które mogą dzielić tę samą temperaturę podgrzewanego stołu\n" "- Różne marki i rodzaje filamentów (Marka = Bambu, Rodzina = Basis, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Wzór" @@ -19561,8 +19562,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19574,8 +19575,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20336,13 +20337,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20468,9 +20469,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21124,9 +21122,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Podaj" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Przed kalibracją wybierz gniazdo AMS" - #~ msgid "Can't start this without SD card." #~ msgstr "Nie można rozpocząć bez karty SD." @@ -21250,15 +21245,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Proszę wybrać kolor filamentu" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu Engineering Plate" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu Smooth PEI Plate" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu Textured PEI Plate" - #~ msgid "Send print job to" #~ msgstr "Wyślij zadanie druku do" diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po index d4fda2ef8a..6bfe1d4460 100644 --- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po +++ b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-11-05 17:33+0800\n" -"PO-Revision-Date: 2025-11-08 11:50-0300\n" +"PO-Revision-Date: 2025-11-15 17:50-0300\n" "Last-Translator: Alexandre Folle de Menezes\n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -127,7 +127,7 @@ msgstr "Inativo" #, c-format, boost-format msgid "%d ℃" -msgstr "" +msgstr "%d ℃" msgid "Serial:" msgstr "Número de série:" @@ -2001,7 +2001,7 @@ msgid "" "Yes - Change these settings automatically\n" "No - Do not change these settings for me" msgstr "" -"Este modelo possui texto em alto relevo na superfície superior. Para " +"Este modelo possui texto em alto relevo na superfície superior. Para os " "melhores resultados, é aconselhável definir o 'Limiar de parede única " "(min_width_top_surface)' como 0 para que 'Apenas uma Parede nas Superfícies " "Superiores' funcione melhor.\n" @@ -2053,14 +2053,14 @@ msgstr "Recarregar as peças selecionadas do disco" msgid "Replace with STL" msgstr "Substituir por STL" -msgid "Replace the selected part with new STL." -msgstr "Substituir a peça selecionada por novo STL." +msgid "Replace the selected part with new STL" +msgstr "Substituir a peça selecionada por novo STL" msgid "Replace all with STL" -msgstr "" +msgstr "Substituir tudo por STL" -msgid "Replace all selected parts with STL from folder." -msgstr "Substituir todas peças selecionadas com STL da pasta." +msgid "Replace all selected parts with STL from folder" +msgstr "Substituir todas peças selecionadas com STL da pasta" msgid "Change filament" msgstr "Alterar filamento" @@ -2195,9 +2195,9 @@ msgstr "Dividir o objeto selecionado" msgid "Auto orientation" msgstr "Orientação automática" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "" -"Orientar automaticamente o objeto para melhorar a qualidade de impressão." +"Orientar automaticamente o objeto para melhorar a qualidade de impressão" msgid "Edit" msgstr "Editar" @@ -2761,7 +2761,7 @@ msgstr "" msgid "" "Enabling filtration during printing may reduce cooling and affect print " -"qulity. Please choose carefully" +"quality. Please choose carefully." msgstr "" "Habilitar a filtragem durante a impressão pode reduzir o resfriamento e " "afetar a qualidade da impressão. Escolha com cuidado." @@ -2978,7 +2978,7 @@ msgid "Bed filling done." msgstr "Preenchimento da mesa concluído." msgid "Searching for optimal orientation" -msgstr "Buscando melhor orientação" +msgstr "Buscando orientação ideal" msgid "Orientation search canceled." msgstr "Busca de orientação cancelada." @@ -3083,7 +3083,7 @@ msgstr "Código de acesso:%s Endereço IP:%s" msgid "A Storage needs to be inserted before printing via LAN." msgstr "" -"É necessário inserir um dispositivo de Armazenamento antes de imprimir via " +"É necessário inserir um dispositivo de armazenamento antes de imprimir via " "LAN." msgid "" @@ -3406,7 +3406,7 @@ msgid "Step" msgstr "Passo" msgid "Unmapped" -msgstr "" +msgstr "Não mapeado" msgid "" "Upper half area: Original\n" @@ -3642,6 +3642,7 @@ msgid "" "AMS will attempt to estimate the remaining capacity of the Bambu Lab " "filaments." msgstr "" +"O AMS tentará estimar a capacidade restante dos filamentos Bambu Lab." msgid "AMS filament backup" msgstr "Backup de filamento do AMS" @@ -4266,7 +4267,7 @@ msgid "Auto Check: Material" msgstr "Verificação Automática: Material" msgid "Live View Camera Calibration" -msgstr "" +msgstr "Calibração da Câmera ao Vivo" msgid "Waiting for heatbed to reach target temperature" msgstr "Aguardando mesa aquecida atingir a temperatura desejada" @@ -4342,7 +4343,7 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" "A temperatura atual da câmara ou a temperatura alvo da câmara excede 45°C. " @@ -4350,8 +4351,8 @@ msgstr "" "filamentos de baixa temperatura (PLA/PETG/TPU)." msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" "O filamento de baixa temperatura (PLA/PETG/TPU) está carregado na extrusora. " "Para evitar o entupimento da extrusora, não é permitido ajustar a " @@ -4439,9 +4440,6 @@ msgstr "Retentar (problema resolvido)" msgid "Stop Drying" msgstr "Parar de Secar" -msgid "Cancle" -msgstr "" - msgid "Done" msgstr "Concluído" @@ -4668,6 +4666,8 @@ msgid "" "Automatically re-slice according to the optimal filament grouping, and the " "grouping results will be displayed after slicing." msgstr "" +"Refatiar automaticamente de acordo com o agrupamento ideal de filamentos, " +"os resultados do agrupamento serão exibidos após o fatiamento." msgid "Filament Grouping" msgstr "Agrupamento de Filamento" @@ -4683,32 +4683,33 @@ msgstr "Bico direito" msgid "Please place filaments on the printer based on grouping result." msgstr "" +"Coloque os filamentos na impressora de acordo com o resultado do agrupamento." msgid "Tips:" msgstr "Dicas:" msgid "Current grouping of slice result is not optimal." -msgstr "O agrupamento atual do resultado do fatiamento não é o ótimo." +msgstr "O agrupamento atual do resultado do fatiamento não é o ideal." #, boost-format msgid "Increase %1%g filament and %2% changes compared to optimal grouping." msgstr "" "Aumento de %1%g no filamento e %2% nas trocas em comparação com o " -"agrupamento ótimo." +"agrupamento ideal." #, boost-format msgid "" "Increase %1%g filament and save %2% changes compared to optimal grouping." msgstr "" "Aumento de %1%g no filamento e economia de %2% nas trocas em comparação com " -"o agrupamento ótimo." +"o agrupamento ideal." #, boost-format msgid "" "Save %1%g filament and increase %2% changes compared to optimal grouping." msgstr "" "Economia de %1%g no filamento e aumento de %2% nas trocas em comparação com " -"o agrupamento ótimo." +"o agrupamento ideal." #, boost-format msgid "" @@ -4734,7 +4735,7 @@ msgstr "" "uma impressora com um bico." msgid "Set to Optimal" -msgstr "Definir para Ótimo" +msgstr "Definir para Ideal" msgid "Regroup filament" msgstr "Reagrupar filamento" @@ -4850,6 +4851,10 @@ msgid "" "Please ensure the filaments used by this object are not arranged to other " "nozzles." msgstr "" +"Um objeto foi colocado na área exclusiva para bicos esquerdo/direito ou " +"excede a altura imprimível do bico esquerdo.\n" +"Certifique-se de que os filamentos usados por este objeto não estejam " +"direcionados para outros bicos." msgid "" "An object is laid over the boundary of plate or exceeds the height limit.\n" @@ -5193,7 +5198,7 @@ msgid "" msgstr "" "O programa de calibração detecta automaticamente o estado do seu dispositivo " "para minimizar desvios.\n" -"Mantém o dispositivo com desempenho ideal." +"Mantém o dispositivo com o desempenho ideal." msgid "Calibration Flow" msgstr "Calibração de Fluxo" @@ -5442,8 +5447,8 @@ msgstr "Exportar todos os objetos como STLs" msgid "Export Generic 3MF" msgstr "Exportar 3MF Genérico" -msgid "Export 3MF file without using some 3mf-extensions." -msgstr "Exportar arquivo 3MF sem usar algumas extensões 3mf." +msgid "Export 3MF file without using some 3mf-extensions" +msgstr "Exportar arquivo 3MF sem usar algumas extensões-3mf" msgid "Export current sliced file" msgstr "Exportar arquivo fatiado atual" @@ -6272,14 +6277,14 @@ msgstr "Cancelar impressão" msgid "Are you sure you want to stop this print?" msgstr "Tem certeza de que deseja interromper esta impressão?" -msgid "The printer is busy on other print job" -msgstr "A impressora está ocupada com outro trabalho de impressão" +msgid "The printer is busy with another print job." +msgstr "A impressora está ocupada com outro trabalho de impressão." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "A extrusora atual está ocupada trocando o filamento." -msgid "Current slot has already been loaded" -msgstr "O espaço atual já foi carregado" +msgid "Current slot has already been loaded." +msgstr "O espaço atual já foi carregado." msgid "The selected slot is empty." msgstr "O espaço selecionado está vazio." @@ -6305,15 +6310,17 @@ msgstr "Camada: %d/%d" msgid "" "Please heat the nozzle to above 170°C before loading or unloading filament." msgstr "" -"Aqueça o bico a mais de 170°C antes de carregar ou descarregar o filamento." +"Aqueça o bico a mais de 170℃ antes de carregar ou descarregar o filamento." msgid "" "If the chamber temperature exceeds 40℃, the system will automatically switch " "to heating mode. Please confirm whether to switch." msgstr "" +"Se a temperatura da câmara exceder os 40℃, o sistema mudará automaticamente " +"para o modo de aquecimento. Confirme se deseja ativar o modo de aquecimento." msgid "Please select an AMS slot before calibration" -msgstr "Selecione um espaço AMS antes da calibração." +msgstr "Selecione um espaço AMS antes da calibração" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6345,13 +6352,13 @@ msgstr "" "como na detecção de emaranhado. Por favor, escolha com cuidado." msgid "Keep it On" -msgstr "" +msgstr "Manter Ligado" msgid "Turn it Off" -msgstr "" +msgstr "Desligar" msgid "Can't start this without storage." -msgstr "" +msgstr "Não é possível iniciar sem armazenamento." msgid "Rate the Print Profile" msgstr "Avaliar o Perfil de Impressão" @@ -6459,20 +6466,20 @@ msgstr "" "para dar uma avaliação positiva (4 ou 5 estrelas)." msgid "Status" -msgstr "Status" +msgstr "Estado" msgctxt "Firmware" msgid "Update" msgstr "Atualizar" msgid "Assistant(HMS)" -msgstr "" +msgstr "Assistente(HMS)" msgid "Don't show again" msgstr "Não mostrar novamente" msgid "Go to" -msgstr "" +msgstr "Vá para" msgid "Later" msgstr "Depois" @@ -6778,7 +6785,7 @@ msgid "Monitor if the waste is piled up in the purge chute." msgstr "Verifique se os resíduos estão se acumulando na calha de purga." msgid "Nozzle Clumping Detection" -msgstr "Detecção de acúmulo no bico" +msgstr "Detecção de Aglomeração no Bico" msgid "Check if the nozzle is clumping by filaments or other foreign objects." msgstr "" @@ -6811,6 +6818,8 @@ msgid "" "Save the printing files initiated from Bambu Studio, Bambu Handy and " "MakerWorld on External Storage" msgstr "" +"Salve os arquivos de impressão iniciados no Bambu Studio, Bambu Handy e " +"MakerWorld em Armazenamento Externo" msgid "Allow Prompt Sound" msgstr "Permitir som de alerta" @@ -6826,7 +6835,7 @@ msgid "Nozzle Type" msgstr "Tipo de Bico" msgid "Nozzle Flow" -msgstr "" +msgstr "Fluxo do Bico" msgid "Please change the nozzle settings on the printer." msgstr "Altere as configurações de bico na impressora." @@ -6962,7 +6971,7 @@ msgid "Not installed" msgstr "Não instalado" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7123,6 +7132,9 @@ msgid "" "Smooth mode for timelapse is enabled, but the prime tower is off, which may " "cause print defects. Please enable the prime tower, re-slice and print again." msgstr "" +"O modo suave para timelapse está ativado, mas a torre de preparação está " +"desativada, o que pode causar defeitos na impressão. Ative a torre de " +"preparação, fatie novamente e imprima de novo." msgid "Expand sidebar" msgstr "Expandir barra lateral" @@ -7280,11 +7292,15 @@ msgstr "Objeto com múltiplas peças foi detectado" msgid "" "Connected printer is %s. It must match the project preset for printing.\n" msgstr "" +"A impressora conectada é %s. Ela deve corresponder à predefinição do " +"projeto para impressão.\n" msgid "" "Do you want to sync the printer information and automatically switch the " "preset?" msgstr "" +"Deseja sincronizar as informações da impressora e alternar automaticamente " +"a predefinição?" msgid "The file does not contain any geometry data." msgstr "O arquivo não contém dados de geometria." @@ -7356,32 +7372,32 @@ msgid "File for the replace wasn't selected" msgstr "O arquivo para a substituição não foi selecionado" msgid "Select folder to replace from" -msgstr "" +msgstr "Selecione a pasta origem da substituição" msgid "Directory for the replace wasn't selected" -msgstr "" +msgstr "Diretório para substituição não foi selecionado" msgid "Replaced with STLs from directory:\n" -msgstr "" +msgstr "Substituído com STLs do diretório:\n" #, boost-format msgid "✖ Skipped %1%: same file.\n" -msgstr "" +msgstr "✖ %1% Ignorados: mesmo arquivo.\n" #, boost-format msgid "✖ Skipped %1%: file does not exist.\n" -msgstr "" +msgstr "✖ %1% Ignorados: arquivo não existe.\n" #, boost-format msgid "✖ Skipped %1%: failed to replace.\n" -msgstr "" +msgstr "✖ %1% Ignorados: falha ao substituir.\n" #, boost-format msgid "✔ Replaced %1%.\n" -msgstr "" +msgstr "✔ %1% Substituídos.\n" msgid "Replaced volumes" -msgstr "" +msgstr "Volumes substiruídos" msgid "Please select a file" msgstr "Por favor, selecione um arquivo" @@ -7441,9 +7457,14 @@ msgid "" "slicing.\n" "Would you like to sync now ?" msgstr "" +"As informações sobre o tipo de bico e a quantidade de AMS não foram " +"sincronizadas com a impressora conectada.\n" +"Após a sincronização, o software poderá otimizar o tempo de impressão e o " +"uso de filamento durante o fatiamento.\n" +"Deseja sincronizar agora?" msgid "Sync now" -msgstr "" +msgstr "Sincronizar agora" msgid "You can keep the modified presets to the new project or discard them" msgstr "" @@ -7504,7 +7525,7 @@ msgstr "" msgid "No speeds provided for calibration. Use default optimal speed " msgstr "" -"Nenhuma velocidade fornecida para calibração. Usar a velocidade ótima padrão " +"Nenhuma velocidade fornecida para calibração. Usar a velocidade padrão " msgid "Import SLA archive" msgstr "Importar arquivo SLA" @@ -7596,9 +7617,10 @@ msgstr "" msgid "The nozzle type is not set. Please set the nozzle and try again." msgstr "" +"O tipo de bico não está configurado. Configure o bico e tente novamente." msgid "The nozzle type is not set. Please check." -msgstr "" +msgstr "O tipo de bico não está configurado. Verifique." msgid "" "Unable to perform boolean operation on model meshes. Only positive parts " @@ -7667,28 +7689,37 @@ msgid "" "Printer not connected. Please go to the device page to connect %s before " "syncing." msgstr "" +"Impressora não conectada. Acesse a página do dispositivo para conectar %s " +"antes de sincronizar." #, c-format, boost-format msgid "" "The currently connected printer on the device page is not %s. Please switch " "to %s before syncing." msgstr "" +"A impressora atualmente conectada na página do dispositivo não é %s. " +"Selecione %s antes de sincronizar." msgid "" "There are no filaments on the printer. Please load the filaments on the " "printer first." msgstr "" +"Não há filamentos na impressora. Carregue os filamentos na impressora " +"primeiro." msgid "" "The filaments on the printer are all unknown types. Please go to the printer " "screen or software device page to set the filament type." msgstr "" +"Os filamentos na impressora são todos de tipos desconhecidos. Acesse a tela " +"da impressora ou a página do software do dispositivo para definir o tipo de " +"filamento." msgid "Device Page" -msgstr "" +msgstr "Página do Dispositivo" msgid "Synchronize AMS Filament Information" -msgstr "" +msgstr "Sincronizar informações de filamento AMS" msgid "Plate Settings" msgstr "Configurações de Placa" @@ -7750,27 +7781,29 @@ msgid "" "Currently, the object configuration form cannot be used with a multiple-" "extruder printer." msgstr "" +"Atualmente, o formulário de configuração de objetos não pode ser usado com " +"uma impressora de múltiplas extrusoras." msgid "Not available" -msgstr "" +msgstr "Não disponível" msgid "isometric" -msgstr "" +msgstr "isométrico" msgid "top_front" -msgstr "" +msgstr "topo_frente" msgid "top" -msgstr "" +msgstr "topo" msgid "bottom" -msgstr "" +msgstr "fundo" msgid "front" -msgstr "" +msgstr "frente" msgid "rear" -msgstr "" +msgstr "trás" msgid "Switching the language requires application restart.\n" msgstr "Alternanr o idioma requer reiniciar o aplicativo.\n" @@ -7811,13 +7844,13 @@ msgid "Region selection" msgstr "Seleção de Região" msgid "sec" -msgstr "" +msgstr "seg" msgid "The period of backup in seconds." msgstr "O período de backup em segundos." msgid "Bed Temperature Difference Warning" -msgstr "" +msgstr "Aviso de Diferença de Temperatura na Mesa" msgid "" "Using filaments with significantly different temperatures may cause:\n" @@ -7827,12 +7860,18 @@ msgid "" "\n" "Continue with enabling this feature?" msgstr "" +"O uso de filamentos com temperaturas significativamente diferentes pode causar:\n" +"• Entupimento da extrusora\n" +"• Danos ao bico\n" +"• Problemas de adesão entre as camadas\n" +"\n" +"Deseja continuar ativando este recurso?" msgid "Browse" msgstr "Procurar" msgid "Choose folder for downloaded items" -msgstr "" +msgstr "Escolha a pasta para itens baixados" msgid "Choose Download Directory" msgstr "Escolha o Diretório de Download" @@ -7904,10 +7943,10 @@ msgid "Show the splash screen during startup." msgstr "Mostra a tela de abertura durante a inicialização." msgid "Downloads folder" -msgstr "" +msgstr "Pasta de itens baixados" msgid "Target folder for downloaded items" -msgstr "" +msgstr "Pasta destino para itens baixados" msgid "Load All" msgstr "Carregar Tudo" @@ -7945,7 +7984,7 @@ msgid "Show options when importing STEP file" msgstr "Mostrar opções ao importar arquivo STEP" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Se ativo, uma caixa de diálogo de configurações de parâmetros será exibida " "durante a importação do arquivo STEP." @@ -7973,7 +8012,7 @@ msgstr "" "para cada impressora automaticamente." msgid "Features" -msgstr "" +msgstr "Recursos" msgid "Multi device management" msgstr "Gerenciamento de multi dispositivos" @@ -7986,22 +8025,24 @@ msgstr "" "dispositivos ao mesmo tempo e gerenciar vários dispositivos." msgid "(Requires restart)" -msgstr "" +msgstr "(Requer reinício)" msgid "Pop up to select filament grouping mode" msgstr "" msgid "Behaviour" -msgstr "" +msgstr "Comportamento" msgid "All" msgstr "Todos" -msgid "Auto flush after changing ..." -msgstr "" +msgid "Auto flush after changing..." +msgstr "Auto purga depois da troca..." msgid "Auto calculate flushing volumes when selected values changed" msgstr "" +"Calcula automaticamente os volumes de purga quando os valores selecionados " +"são alterados" msgid "Auto arrange plate after cloning" msgstr "Organizar automaticamente a placa após a clonagem" @@ -8060,27 +8101,29 @@ msgstr "Inverter zoom do mouse" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Se ativo, inverte a direção de zoom com a roda do mouse." -msgid "Clear my choice on ..." -msgstr "" +msgid "Clear my choice on..." +msgstr "Limpar minha escolha em..." msgid "Unsaved projects" -msgstr "" +msgstr "Projetos não salvos" msgid "Clear my choice on the unsaved projects." msgstr "Limpar minha escolha nos projetos não salvos." msgid "Unsaved presets" -msgstr "" +msgstr "Predefinições não salvas" msgid "Clear my choice on the unsaved presets." msgstr "Limpar minha escolha nas predefinições não salvas." msgid "Synchronizing printer preset" -msgstr "" +msgstr "Sincronizando predefinição da impressora" msgid "" "Clear my choice for synchronizing printer preset after loading the file." msgstr "" +"Limpar minha opção de sincronização da predefinição da impressora após " +"carregar o arquivo." msgid "Login region" msgstr "Região de login" @@ -8117,7 +8160,7 @@ msgid "Update built-in Presets automatically." msgstr "Atualizar automaticamente Predefinições integradas." msgid "Network plugin" -msgstr "" +msgstr "Plugin de rede" msgid "Enable network plugin" msgstr "Ativar plugin de rede" @@ -8160,7 +8203,7 @@ msgid "Associate web links to OrcaSlicer" msgstr "Associar links da web ao OrcaSlicer" msgid "Developer" -msgstr "" +msgstr "Desenvolvedor" msgid "Develop mode" msgstr "Modo de Desenvolvimento" @@ -8169,20 +8212,24 @@ msgid "Skip AMS blacklist check" msgstr "Pular verificação de lista negra AMS" msgid "Remove mixed temperature restriction" -msgstr "" +msgstr "Remover restrição de temperatura mista" msgid "" "With this option enabled, you can print materials with a large temperature " "difference together." msgstr "" +"Com essa opção ativada, você pode imprimir materiais com uma grande " +"diferença de temperatura simultaneamente." msgid "Allow Abnormal Storage" -msgstr "" +msgstr "Permitir Armazenamento Anormal" msgid "" "This allows the use of Storage that is marked as abnormal by the Printer.\n" "Use at your own risk, can cause issues!" msgstr "" +"Isso permite o uso de armazenamento marcado como anormal pela impressora.\n" +"Use por sua conta e risco, pode causar problemas!" msgid "Log Level" msgstr "Nível de log" @@ -8203,7 +8250,7 @@ msgid "trace" msgstr "traço" msgid "Debug" -msgstr "" +msgstr "Depuração" msgid "Sync settings" msgstr "Sincronizar configurações" @@ -8281,16 +8328,16 @@ msgid "Incompatible presets" msgstr "Predefinições incompatíveis" msgid "My Printer" -msgstr "" +msgstr "Minha Impressora" msgid "Left filaments" -msgstr "" +msgstr "Filamentos da esquerda" msgid "AMS filaments" msgstr "Filamentos AMS" msgid "Right filaments" -msgstr "" +msgstr "Filamentos da direita" msgid "Click to select filament color" msgstr "Clique para selecionar a cor do filamento" @@ -8305,13 +8352,13 @@ msgid "Project-inside presets" msgstr "Predefinições dentro do projeto" msgid "System" -msgstr "" +msgstr "Sistema" msgid "Unsupported presets" -msgstr "" +msgstr "Predefinições não suportadas" msgid "Unsupported" -msgstr "" +msgstr "Não suportado" msgid "Add/Remove filaments" msgstr "Adicionar/Remover filamentos" @@ -8407,7 +8454,7 @@ msgstr "" msgid "Publish" msgstr "Publicar" -msgid "Publish was cancelled" +msgid "Publish was canceled" msgstr "Publicação cancelada" msgid "Slicing Plate 1" @@ -8488,41 +8535,44 @@ msgstr "Placa Fria Bambu" msgid "PLA Plate" msgstr "Placa PLA" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Placa de Engenharia Bambu" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Placa de PEI Lisa Bambu" msgid "High temperature Plate" msgstr "Placa de Alta Temperatura" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Placa PEI Texturizada Bambu" msgid "Bambu Cool Plate SuperTack" -msgstr "" +msgstr "Placa Fria Bambu SuperTack" msgid "Send print job" -msgstr "" +msgstr "Enviar trabalho de impressão" msgid "On" -msgstr "" +msgstr "Ligado" msgid "Not satisfied with the grouping of filaments? Regroup and slice ->" -msgstr "" +msgstr "Insatisfeito com o agrupamento dos filamentos? Reagrupe e fatie ->" msgid "Manually change external spool during printing for multi-color printing" msgstr "" +"Trocar manualmente o carretel externo durante a impressão para impressão " +"multicor" msgid "Multi-color with external" -msgstr "" +msgstr "Multicor com externo" msgid "Your filament grouping method in the sliced file is not optimal." msgstr "" +"Seu método de agrupamento de filamentos no arquivo fatiado não é o ideal." msgid "Auto Bed Leveling" -msgstr "" +msgstr "Nivelamento Automático da Mesa" msgid "" "This checks the flatness of heatbed. Leveling makes extruded height " @@ -8530,6 +8580,10 @@ msgid "" "*Automatic mode: Run a leveling check(about 10 seconds). Skip if surface is " "fine." msgstr "" +"Isso verifica a planicidade da mesa aquecida. O nivelamento uniformiza a " +"altura de extrusão.\n" +"*Modo automático: Executa uma verificação de nivelamento (cerca de 10 " +"segundos). Pule se a superfície estiver perfeita." msgid "Flow Dynamics Calibration" msgstr "Calibração de Dinâmica de Fluxo" @@ -8539,14 +8593,20 @@ msgid "" "quality.\n" "*Automatic mode: Skip if the filament was calibrated recently." msgstr "" +"Este processo determina os valores de fluxo dinâmico para melhorar a " +"qualidade geral de impressão.\n" +"*Modo automático: Pule se o filamento foi calibrado recentemente." msgid "Nozzle Offset Calibration" -msgstr "" +msgstr "Calibração do Deslocamento do Bico" msgid "" "Calibrate nozzle offsets to enhance print quality.\n" "*Automatic mode: Check for calibration before printing. Skip if unnecessary." msgstr "" +"Calibre os offsets dos bicos para melhorar a qualidade de impressão.\n" +"*Modo automático: Verifique a calibração antes de imprimir. Pule se for " +"desnecessário." msgid "send completed" msgstr "enviado completo" @@ -8555,7 +8615,7 @@ msgid "Error code" msgstr "Código de erro" msgid "High Flow" -msgstr "" +msgstr "Alto Fluxo" #, c-format, boost-format msgid "" @@ -8563,6 +8623,10 @@ msgid "" "Please make sure the nozzle installed matches with settings in printer, then " "set the corresponding printer preset while slicing." msgstr "" +"A configuração de fluxo do bico %s(%s) não corresponde ao arquivo de " +"fatiamento(%s). Certifique-se de que o bico instalado corresponde às " +"configurações da impressora, então defina a predefinição de impressora " +"correspondente durante o fatiamento." #, c-format, boost-format msgid "" @@ -8585,6 +8649,9 @@ msgid "" "(%s). Please adjust the printer preset in the prepare page or choose a " "compatible printer on this page." msgstr "" +"A impressora selecionada (%s) é incompatível com a configuração do arquivo " +"de impressão (%s). Ajuste a predefinição da impressora na página de " +"preparação ou escolha uma impressora compatível nesta página." msgid "" "When enable spiral vase mode, machines with I3 structure will not generate " @@ -8597,6 +8664,8 @@ msgid "" "The current printer does not support timelapse in Traditional Mode when " "printing By-Object." msgstr "" +"A impressora atual não suporta timelapse no Modo Tradicional ao imprimir " +"Por Objeto." msgid "Errors" msgstr "Erros" @@ -8605,11 +8674,16 @@ msgid "" "More than one filament types have been mapped to the same external spool, " "which may cause printing issues. The printer won't pause during printing." msgstr "" +"Mais de um tipo de filamento foi mapeado para o mesmo carretel externo, o " +"que pode causar problemas de impressão. A impressora não irá pausar durante " +"a impressão." msgid "" "The filament type setting of external spool is different from the filament " "in the slicing file." msgstr "" +"A configuração do tipo de filamento do carretel externo é diferente da " +"configuração do filamento no arquivo de fatiamento." msgid "" "The printer type selected when generating G-code is not consistent with the " @@ -8646,11 +8720,15 @@ msgstr "" msgid "" "This checks the flatness of heatbed. Leveling makes extruded height uniform." msgstr "" +"Isso verifica a planicidade da mesa aquecida. O nivelamento torna a altura " +"de extrusão uniforme." msgid "" "This process determines the dynamic flow values to improve overall print " "quality." msgstr "" +"Este processo determina os valores de fluxo dinâmico para melhorar a " +"qualidade geral de impressão." msgid "Preparing print job" msgstr "Preparando trabalho de impressão" @@ -8661,17 +8739,20 @@ msgstr "O comprimento do nome excede o limite." #, c-format, boost-format msgid "Cost %dg filament and %d changes more than optimal grouping." msgstr "" +"O custo de %dg de filamento e %d muda mais do que o agrupamento ideal." msgid "nozzle" -msgstr "" +msgstr "bico" msgid "both extruders" -msgstr "" +msgstr "ambas extrusoras" msgid "" "Tips: If you changed your nozzle of your printer lately, Please go to " "'Device -> Printer parts' to change your nozzle setting." msgstr "" +"Dica: Se você trocou o bico da sua impressora recentemente, acesse " +"'Dispositivo -> Peças da impressora' para alterar as configurações do bico." #, c-format, boost-format msgid "" @@ -8679,6 +8760,10 @@ msgid "" "file (%.1fmm). Please make sure the nozzle installed matches with settings " "in printer, then set the corresponding printer preset when slicing." msgstr "" +"O diâmetro %s (%.1fmm) da impressora atual não corresponde ao arquivo de " +"fatiamento (%.1fmm). Certifique-se de que o bico instalado corresponde às " +"configurações da impressora, então defina a predefinição de impressora " +"correspondente ao fatiar." #, c-format, boost-format msgid "" @@ -8686,86 +8771,101 @@ msgid "" "(%.1fmm). Please make sure the nozzle installed matches with settings in " "printer, then set the corresponding printer preset when slicing." msgstr "" +"O diâmetro do bico atual (%.1fmm) não corresponde ao arquivo de fatiamento " +"(%.1fmm). Certifique-se de que o bico instalado corresponde às configurações " +"da impressora, então defina a predefinição de impressora correspondente ao " +"fatiar." #, c-format, boost-format msgid "" "The hardness of current material (%s) exceeds the hardness of %s(%s). Please " "verify the nozzle or material settings and try again." msgstr "" +"A dureza do material atual (%s) excede a dureza de %s(%s). Verifique as " +"configurações do bico ou do material e tente novamente." #, c-format, boost-format msgid "The filament on %s may soften. Please unload." -msgstr "" +msgstr "O filamento em %s pode amolecer. Por favor, retire-o." #, c-format, boost-format msgid "The filament on %s is unknown and may soften. Please set filament." msgstr "" +"O filamento em %s é desconhecido e pode amolecer. Por favor, defina o " +"filamento." msgid "" "Unable to automatically match to suitable filament. Please click to manually " "match." msgstr "" +"Não foi possível encontrar automaticamente um filamento adequado. Clique " +"para selecionar manualmente." msgid "Cool" -msgstr "" +msgstr "Fria" msgid "Engineering" -msgstr "" +msgstr "Engenharia" msgid "High Temp" -msgstr "" +msgstr "Alta Temperatura" msgid "Cool(Supertack)" -msgstr "" +msgstr "Fria(Supertack)" msgid "Click here if you can't connect to the printer" msgstr "Clique aqui se não conseguir conectar-se à impressora" -msgid "No login account, only printers in LAN mode are displayed" -msgstr "Sem conta de login, apenas as impressoras em modo LAN são exibidas" +msgid "No login account, only printers in LAN mode are displayed." +msgstr "Sem conta de login, apenas as impressoras em modo LAN são mostradas." -msgid "Connecting to server" -msgstr "Conectando ao servidor" +msgid "Connecting to server..." +msgstr "Conectando ao servidor…" -msgid "Synchronizing device information" -msgstr "Sincronizando informações do dispositivo" +msgid "Synchronizing device information..." +msgstr "Sincronizando informações do dispositivo…" -msgid "Synchronizing device information time out" -msgstr "Tempo limite de sincronização das informações do dispositivo" +msgid "Synchronizing device information timed out." +msgstr "Expirado tempo limite de sincronização das informações do dispositivo." -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" +"Não é possível enviar um trabalho de impressão quando a impressora não está " +"em modo FDM." -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" -"Não é possível enviar o trabalho de impressão quando a impressora está " -"atualizando o firmware" +"Não é possível enviar um trabalho de impressão quando a impressora está " +"atualizando o firmware." msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "A impressora está executando instruções. Por favor, reinicie a impressão " -"após terminar" +"após ela terminar." msgid "AMS is setting up. Please try again later." -msgstr "" +msgstr "O AMS está inicializando. Tente novamente mais tarde." -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" "Invalid nozzle information, please refresh or manually set nozzle " "information." msgstr "" +"Informações do bico inválidas. Atualize a página ou defina as " +"informações do bico manualmente." msgid "Storage needs to be inserted before printing via LAN." -msgstr "" +msgstr "O armazenamento precisa estar inserido antes de imprimir via LAN." msgid "Storage is in abnormal state or is in read-only mode." msgstr "" +"O armazenamento está em um estado anormal ou em modo apenas de leitura." msgid "Storage needs to be inserted before printing." -msgstr "" +msgstr "O armazenamento precisa estar inserido antes de imprimir." msgid "" "Cannot send the print job to a printer whose firmware is required to get " @@ -8774,39 +8874,47 @@ msgstr "" "Não é possível enviar o trabalho de impressão para uma impressora cujo " "firmware precisa ser atualizado." -msgid "Cannot send the print job for empty plate" -msgstr "Não é possível enviar o trabalho de impressão para uma placa vazia" +msgid "Cannot send a print job for an empty plate." +msgstr "Não é possível enviar um trabalho de impressão para uma placa vazia." msgid "Storage needs to be inserted to record timelapse." -msgstr "" +msgstr "O armazenamento precisa estar inserido para gravar o timelapse." msgid "" "You have selected both external and AMS filaments for an extruder. You will " "need to manually switch the external filament during printing." msgstr "" +"Você selecionou filamentos externos e AMS para uma extrusora. Será " +"necessário trocar manualmente o filamento externo durante a impressão." msgid "" "TPU 90A/TPU 85A is too soft and does not support automatic Flow Dynamics " "calibration." -msgstr "" +msgstr "TPU 90A/TPU 85A é muito mole e não suporta calibração automática de " +"Dinâmica de Fluxo." msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" +"Desative a calibração de fluxo dinâmico para habilitar o valor de fluxo " +"dinâmico personalizado." -msgid "This printer does not support printing all plates" -msgstr "Esta impressora não suporta a imprimir todos as placas" +msgid "This printer does not support printing all plates." +msgstr "Esta impressora não suporta a imprimir todas as placas." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " "pull maintenance on the printer." msgstr "" +"Recomenda-se realizar um processo de 'cold pull' antes de imprimir em TPU " +"para evitar entupimentos. Você pode utilizar esse processo de manutenção na " +"impressora." msgid "High chamber temperature is required. Please close the door." -msgstr "" +msgstr "É necessária uma temperatura elevada na câmara. Feche a porta." msgid "Please refer to Wiki before use->" -msgstr "" +msgstr "Consulte o Wiki antes de usar->" msgid "Send to Printer storage" msgstr "Enviar para armazenamento da Impressora" @@ -8818,8 +8926,9 @@ msgid "click to retry" msgstr "clique para tentar novamente" msgid "Upload file timeout, please check if the firmware version supports it." -msgstr "Limite de tempo de envio exedido, verifique se a versão do firmware " -"tem suporte." +msgstr "" +"Limite de tempo de envio de arquivo excedido, verifique se a versão do " +"firmware tem suporte." msgid "" "No available external storage was obtained. Please confirm and try again." @@ -8838,9 +8947,11 @@ msgid "" "Please check the network and try again, You can restart or update the " "printer if the issue persists." msgstr "" +"Verifique a rede e tente novamente. Se o problema persistir, você pode " +"reiniciar ou atualizar a impressora." msgid "Sending..." -msgstr "" +msgstr "Enviando…" msgid "" "File upload timed out. Please check if the firmware version supports this " @@ -8854,7 +8965,7 @@ msgid "Sending failed, please try again!" msgstr "Falha no envio, tente novamente!" msgid "Connection failed. Click the icon to retry" -msgstr "" +msgstr "Falha na coexão. Clique no icon para tentar novamente" msgid "Cannot send the print task when the upgrade is in progress" msgstr "" @@ -8868,12 +8979,13 @@ msgstr "" msgid "Storage needs to be inserted before send to printer." msgstr "" +"O armazenamento precisa estar inserido antes de enviar para a impressora." msgid "The printer is required to be in the same LAN as Orca Slicer." msgstr "A impressora deve estar na mesma LAN do OrcaSlicer." msgid "The printer does not support sending to printer storage." -msgstr "" +msgstr "A impressora não suporta envio para o armazenamento da impressora." msgid "Slice ok." msgstr "Fatiamento ok." @@ -9056,11 +9168,17 @@ msgid "" "A prime tower is required for clumping detection. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" +"É necessária uma torre de preparação para a detecção de aglomeração. Podem " +"ocorrer falhas no modelo sem a torre de preparação. Tem certeza de que " +"deseja desativar a torre de preparação?" msgid "" "Prime tower is required for clumping detection. There may be flaws on the " "model without prime tower. Do you still want to enable clumping detection?" msgstr "" +"A torre de preparação é necessária para a detecção de aglomeração. Podem " +"ocorrer falhas no modelo sem o Prime Tower. Tem certeza de que deseja " +"ativar a detecção de aglomeração?" msgid "" "A prime tower is required for smooth timelapse. There may be flaws on the " @@ -9073,9 +9191,12 @@ msgid "Still print by object?" msgstr "Ainda imprimir por objeto?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" +"Materiais de suporte não-solúveis não são recomendados para base de " +"suporte.\n" +"Tem certeza de que deseja usá-los para base de suporte?\n" msgid "" "When using support material for the support interface, we recommend the " @@ -9110,12 +9231,6 @@ msgstr "" "entrelaçado, desabilitar altura da camada de suporte independente\n" "e usar materiais solúveis para o suporte e base do suporte." -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9551,7 +9666,7 @@ msgid "Wipe tower parameters" msgstr "Parâmetros da torre de limpeza" msgid "Multi Filament" -msgstr "" +msgstr "Multi Filamento" msgid "Tool change parameters with single extruder MM printers" msgstr "" @@ -9621,7 +9736,7 @@ msgid "Timelapse G-code" msgstr "G-code de timelapse" msgid "Clumping Detection G-code" -msgstr "" +msgstr "G-code para detecção de aglomeração" msgid "Change filament G-code" msgstr "G-code de mudança de filamento" @@ -9663,7 +9778,7 @@ msgid "Number of extruders of the printer." msgstr "Número de extrusoras da impressora." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9754,26 +9869,17 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "A seguinte predefinição também será excluída." msgstr[1] "As seguintes predefinições também serão excluídas." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Tem certeza de que deseja excluir a predefinição selecionada?\n" -"Se a predefinição corresponde a um filamento atualmente em uso em sua " -"impressora, redefina as informações do filamento para esse espaço." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Tem certeza de %1% a predefinição selecionada?" #, c-format, boost-format msgid "Left: %s" -msgstr "" +msgstr "Esquerda: %s" #, c-format, boost-format msgid "Right: %s" -msgstr "" +msgstr "Direita: %s" msgid "Click to reset current value and attach to the global value." msgstr "Clique para redefinir o valor atual e anexá-lo ao valor global." @@ -10009,25 +10115,25 @@ msgid "The configuration is up to date." msgstr "A configuração está atualizada." msgid "Open Wiki for more information >" -msgstr "" +msgstr "Abra o Wiki para mais informações >" msgid "OBJ file import color" msgstr "Importar cor de arquivo Obj" msgid "Some faces don't have color defined." -msgstr "" +msgstr "Algumas faces não têm a cor definida." msgid "MTL file exist error, could not find the material:" msgstr "" msgid "Please check OBJ or MTL file." -msgstr "" +msgstr "Verifique o arquivo OBJ ou MTL." msgid "Specify number of colors:" msgstr "Especifique a quantidade de cores:" msgid "Enter or click the adjustment button to modify number again" -msgstr "" +msgstr "Digite ou clique no botão de ajuste para modificar o número novamente" msgid "Recommended " msgstr "Recomendado " @@ -10036,10 +10142,10 @@ msgid "view" msgstr "" msgid "Current filament colors" -msgstr "" +msgstr "Cores de filamento atuais" msgid "Matching" -msgstr "" +msgstr "Correspondendo" msgid "Quick set" msgstr "" @@ -10054,135 +10160,162 @@ msgid "Append" msgstr "Adicionar" msgid "Append to existing filaments" -msgstr "" +msgstr "Adicionar aos filamentos existentes" msgid "Reset mapped extruders." msgstr "Redefinir extrusoras mapeadas." msgid "Note" -msgstr "" +msgstr "Nota" msgid "" "The color has been selected, you can choose OK \n" " to continue or manually adjust it." msgstr "" +"A cor foi selecionada, você pode escolher em OK\n" +"para continuar ou ajustá-la manualmente." msgid "" "Synchronizing AMS filaments will discard your modified but unsaved filament " "presets.\n" "Are you sure you want to continue?" msgstr "" +"A sincronização de filamentos AMS descartará suas predefinições de filamento " +"modificadas mas não salvas.\n" +"Tem certeza de que deseja continuar?" msgctxt "Sync_AMS" msgid "Original" -msgstr "" +msgstr "Original" msgid "After mapping" -msgstr "" +msgstr "Depois de mapear" msgid "After overwriting" -msgstr "" +msgstr "Depois de sobrescrever" msgctxt "Sync_AMS" msgid "Plate" -msgstr "" +msgstr "Placa" msgid "" "The connected printer does not match the currently selected printer. Please " "change the selected printer." msgstr "" +"A impressora conectada não corresponde à impressora selecionada no momento. " +"Mude a impressora selecionada." msgid "Mapping" -msgstr "" +msgstr "Mapeando" msgid "Overwriting" -msgstr "" +msgstr "Sobrescrevendo" msgid "Reset all filament mapping" -msgstr "" +msgstr "Redefinir todo mapeamento de filamento" msgid "Left Extruder" -msgstr "" +msgstr "Extrusora Esquerda" msgid "(Recommended filament)" -msgstr "" +msgstr "(Filamento recomendado)" msgid "Right Extruder" -msgstr "" +msgstr "Extrusora Direita" msgid "Advanced Options" -msgstr "" +msgstr "Opções Avançadas" msgid "" "Check heatbed flatness. Leveling makes extruded height uniform.\n" "*Automatic mode: Level first (about 10 seconds). Skip if surface is fine." msgstr "" +"Verifique a planicidade da mesa aquecida. O nivelamento uniformiza a " +"altura de extrusão.\n" +"*Modo automático: Nivele primeiro (cerca de 10 segundos). Ignore se a " +"superfície estiver plana." msgid "" "Calibrate nozzle offsets to enhance print quality.\n" "*Automatic mode: Check for calibration before printing; skip if unnecessary." msgstr "" +"Calibre os offsets dos bicos para melhorar a qualidade de impressão.\n" +"*Modo automático: Verifique a calibração antes de imprimir; ignore se for " +"desnecessário." msgid "Use AMS" msgstr "Usar AMS" msgid "Tip" -msgstr "" +msgstr "Dica" msgid "" "Only synchronize filament type and color, not including AMS slot information." msgstr "" +"Sincronizar apenas o tipo e a cor do filamento, sem incluir informações do " +"espaço AMS." msgid "" "Replace the project filaments list sequentially based on printer filaments. " "And unused printer filaments will be automatically added to the end of the " "list." msgstr "" +"Substitua a lista de filamentos do projeto sequencialmente com base nos " +"filamentos da impressora. Os filamentos de impressora não utilizados serão " +"adicionados automaticamente ao final da lista." msgid "Advanced settings" -msgstr "" +msgstr "Definições avançadas" msgid "Add unused AMS filaments to filaments list." -msgstr "" +msgstr "Adicionar filamentos AMS não utilizados à lista de filamentos." msgid "Automatically merge the same colors in the model after mapping." -msgstr "" +msgstr "Mesclar automaticamente as mesmas cores no modelo após o mapeamento." msgid "After being synced, this action cannot be undone." -msgstr "" +msgstr "Após ser sincronizada, esta ação não poderá ser desfeita." msgid "" "After being synced, the project's filament presets and colors will be " "replaced with the mapped filament types and colors. This action cannot be " "undone." msgstr "" +"Após a sincronização, as predefinições e cores de filamento do projeto " +"serão substituídas pelos tipos e cores de filamento mapeados. Esta ação " +"não pode ser desfeita." msgid "Are you sure to synchronize the filaments?" -msgstr "" +msgstr "Tem certeza de sincronizar os filamentos?" msgid "Synchronize now" -msgstr "" +msgstr "Sincronizar agora" msgid "Synchronize Filament Information" -msgstr "" +msgstr "Sincronizar Informações de Filamento" msgid "Add unused filaments to filaments list." -msgstr "" +msgstr "Adicionar filamentos não utilizados à lista de filamentos." msgid "" "Only synchronize filament type and color, not including slot information." msgstr "" +"Sincroniza apenas o tipo e a cor do filamento, não incluindo informações " +"do espaço." msgid "Ext spool" -msgstr "" +msgstr "Carretel externo" msgid "" "Please check whether the nozzle type of the device is the same as the preset " "nozzle type." msgstr "" +"Verifique se o tipo de bico do dispositivo é o mesmo que o tipo de bico " +"predefinido." msgid "Storage is not available or is in read-only mode." msgstr "" +"O armazenamento não está disponível ou está em modo somente leitura." #, c-format, boost-format msgid "" @@ -10202,26 +10335,28 @@ msgid "" "You selected external and AMS filament at the same time in an extruder, you " "will need manually change external filament." msgstr "" +"Você selecionou filamento externo e filamento AMS ao mesmo tempo em uma " +"extrusora; será necessário trocar o filamento externo manualmente." msgid "Successfully synchronized nozzle information." -msgstr "" +msgstr "Informações do bico sincronizadas com sucesso." msgid "Successfully synchronized nozzle and AMS number information." -msgstr "" +msgstr "Informações do bico e do número de AMS sincronizadas com sucesso." msgid "Continue to sync filaments" -msgstr "" +msgstr "Continue a sincronizar os filamentos" msgctxt "Sync_Nozzle_AMS" msgid "Cancel" -msgstr "" +msgstr "Cancelar" msgid "Successfully synchronized color and type of filament from printer." -msgstr "" +msgstr "Cor e tipo de filamento da impressora sincronizados com sucesso." msgctxt "FinishSyncAms" msgid "OK" -msgstr "" +msgstr "OK" msgid "Ramming customization" msgstr "Customização de moldeamento" @@ -10267,6 +10402,9 @@ msgid "" "changed or filaments changed. You could disable the auto-calculate in Orca " "Slicer > Preferences" msgstr "" +"O Orca recalculará seus volumes de purga toda vez que a cor dos filamentos " +"ou os filamentos forem alterados. Você pode desativar o cálculo automático " +"em OrcaSlicer > Preferências" msgid "Flushing volume (mm³) for each filament pair." msgstr "Volume de purga (mm³) para cada par de filamentos." @@ -10283,10 +10421,10 @@ msgid "Re-calculate" msgstr "Recalcular" msgid "Left extruder" -msgstr "" +msgstr "Extrusora esquerda" msgid "Right extruder" -msgstr "" +msgstr "Extrusora direita" msgid "Multiplier" msgstr "Multiplicador" @@ -10295,7 +10433,7 @@ msgid "Flushing volumes for filament change" msgstr "Volumes de purga para troca de filamento" msgid "Please choose the filament colour" -msgstr "" +msgstr "Escolha a cor do filamento" msgid "" "Windows Media Player is required for this task! Do you want to enable " @@ -10610,19 +10748,27 @@ msgid "" "Try the following methods to update the connection parameters and reconnect " "to the printer." msgstr "" +"Tente os seguintes métodos para atualizar os parâmetros de conexão e " +"reconectar à impressora." msgid "1. Please confirm Orca Slicer and your printer are in the same LAN." msgstr "" +"1. Confirme se o Orca Slicer e sua impressora estão na mesma rede local." msgid "" "2. If the IP and Access Code below are different from the actual values on " "your printer, please correct them." msgstr "" +"2. Se o IP e o Código de Acesso abaixo forem diferentes dos valores reais da " +"sua impressora, corrija-os." msgid "" "3. Please obtain the device SN from the printer side; it is usually found in " "the device information on the printer screen." msgstr "" +"3. Obtenha o número de série (SN) do dispositivo na própria impressora; " +"geralmente ele pode ser encontrado nas informações do dispositivo na tela da " +"impressora." msgid "IP" msgstr "IP" @@ -10678,7 +10824,7 @@ msgstr "" "por favor passe para o passo 3 para resolver problemas de rede" msgid "Connection failed! Please refer to the wiki page." -msgstr "" +msgstr "Falha na conexão! Consulte a página da wiki." msgid "sending failed" msgstr "falha no envio" @@ -10687,9 +10833,11 @@ msgid "" "Failed to send. Click Retry to attempt sending again. If retrying does not " "work, please check the reason." msgstr "" +"Falha ao enviar. Clique em Tentar Novamente para tentar enviar de novo. Se " +"tentar novamente não funcionar, verifique o motivo." msgid "reconnect" -msgstr "" +msgstr "reconectar" msgid "Air Pump" msgstr "Bomba de Ar" @@ -10704,7 +10852,7 @@ msgid "Cutting Module" msgstr "Módulo de Corte" msgid "Auto Fire Extinguishing System" -msgstr "" +msgstr "Sistema Automático de Extinção de Incêndio" msgid "Model:" msgstr "Modelo:" @@ -10866,13 +11014,13 @@ msgid "Generating G-code: layer %1%" msgstr "Gerando G-code: camada %1%" msgid "Flush volumes matrix do not match to the correct size!" -msgstr "" +msgstr "A matriz de volumes de descarga não corresponde ao tamanho correto!" msgid "Grouping error: " -msgstr "" +msgstr "Erro de agrupamento: " msgid " can not be placed in the " -msgstr "" +msgstr " não pode ser colocado na " msgid "Inner wall" msgstr "Parede interna" @@ -11040,6 +11188,8 @@ msgid "" " is too close to clumping detection area, there may be collisions when " "printing." msgstr "" +" está muito perto da área de detecção de aglomeração, podendo haver colisões " +"durante a impressão." msgid "Prime Tower" msgstr "Torre de Preparo" @@ -11053,32 +11203,44 @@ msgstr " está muito perto da área de exclusão, e ocorrerão colisões.\n" msgid "" " is too close to clumping detection area, and collisions will be caused.\n" msgstr "" +" está muito perto da área de detecção de aglomeração, e ocorrerão colisões.\n" msgid "" "Printing high-temp and low-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" +"A impressão simultânea de filamentos de alta e baixa temperatura pode causar " +"entupimento do bico ou danos à impressora." msgid "" "Printing high-temp and low-temp filaments together may cause nozzle clogging " "or printer damage. If you still want to print, you can enable the option in " "Preferences." msgstr "" +"A impressão simultânea de filamentos de alta e baixa temperatura pode causar " +"entupimento do bico ou danos à impressora. Se ainda assim desejar imprimir, " +"você pode ativar a opção em Preferências." msgid "" "Printing different-temp filaments together may cause nozzle clogging or " "printer damage." msgstr "" +"Imprimir filamentos com temperaturas diferentes simultaneamente pode causar " +"entupimento dos bicos ou danos à impressora." msgid "" "Printing high-temp and mid-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" +"A impressão simultânea de filamentos de alta e média temperatura pode causar " +"entupimento do bico ou danos à impressora." msgid "" "Printing mid-temp and low-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" +"A impressão simultânea de filamentos de temperatura média e baixa pode causar " +"entupimento do bico ou danos à impressora." msgid "No extrusions under current settings." msgstr "Nenhuma extrusão com as configurações atuais." @@ -11093,6 +11255,8 @@ msgstr "" msgid "" "Clumping detection is not supported when \"by object\" sequence is enabled." msgstr "" +"A detecção de aglomeração não é suportada quando a sequência \"por objeto\" " +"está ativada." msgid "" "Prime tower is required for clumping detection; otherwise, there may be " @@ -11382,7 +11546,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "A contração de filamento não será usada porque a contração dos filamentos " "usados difere significativamente." @@ -11406,7 +11570,7 @@ msgid "Printable area" msgstr "Área de impressão" msgid "Extruder printable area" -msgstr "" +msgstr "Área de impressão da extrusora" msgid "Bed exclude area" msgstr "Área de exclusão da mesa" @@ -11468,12 +11632,14 @@ msgid "Maximum printable height which is limited by mechanism of printer." msgstr "Altura máxima de impressão limitada pelo mecanismo da impressora." msgid "Extruder printable height" -msgstr "" +msgstr "Altura de impressão da extrusora" msgid "" "Maximum printable height of this extruder which is limited by mechanism of " "printer." msgstr "" +"Altura máxima de impressão desta extrusora, limitada pelo mecanismo da " +"impressora." msgid "Preferred orientation" msgstr "Orientação preferida" @@ -11887,7 +12053,7 @@ msgstr "Direção de preenchimento de ponte externa" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Substituição de ângulo de ponte. Se deixado em zero, o ângulo de ponte será " "calculado automaticamente. Caso contrário, o ângulo fornecido será usado " @@ -11899,7 +12065,7 @@ msgstr "Direção de preenchimento de ponte interna" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12389,6 +12555,26 @@ msgstr "" "Um espaço entre a linha mais interna da borda e o objeto pode facilitar a " "remoção da borda." +msgid "Brim follows compensated outline" +msgstr "Borda segue contorno compensado" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Quando ativado, o borda fica alinhado com a geometria do perímetro da primeira camada " +"após a aplicação da Compensação da Pé de Elefante.\n" +"Esta opção destina-se aos casos em que a Compensação da Pé de Elefante " +"altera significativamente a pegada da primeira camada.\n" +"\n" +"Se a sua configuração atual já funciona bem, ativá-la pode ser desnecessário e " +"pode fazer com que o borda se funda com as camadas superiores." + msgid "Brim ears" msgstr "Orelhas da borda" @@ -13421,19 +13607,22 @@ msgstr "" "extrusora única, é tipicamente 0. Apenas para estatística." msgid "Bed temperature type" -msgstr "" +msgstr "Tipo de temperatura de mesa" msgid "" "This option determines how the bed temperature is set during slicing: based " "on the temperature of the first filament or the highest temperature of the " "printed filaments." msgstr "" +"Esta opção determina como a temperatura da mesa de impressão é definida " +"durante o fatiamento: com base na temperatura do primeiro filamento ou na " +"maior temperatura dos filamentos impressos." msgid "By First filament" -msgstr "" +msgstr "Por Primeiro Filamento" msgid "By Highest Temp" -msgstr "" +msgstr "Por Maior Temperatura" msgid "" "Filament diameter is used to calculate extrusion in G-code, so it is " @@ -13481,7 +13670,7 @@ msgstr "Encolhimento (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -13506,10 +13695,10 @@ msgstr "" "compensar." msgid "Adhesiveness Category" -msgstr "" +msgstr "Categoria de Adesão" msgid "Filament category." -msgstr "" +msgstr "Categoria de filamento." msgid "Loading speed" msgstr "Velocidade de carregamento" @@ -13680,6 +13869,9 @@ msgid "" "When changing the extruder, it is recommended to extrude a certain length of " "filament from the original extruder. This helps minimize nozzle oozing." msgstr "" +"Ao trocar a extrusora, recomenda-se extrudar um certo comprimento de " +"filamento da extrusora original. Isso ajuda a minimizar o vazamento pelo " +"bico." msgid "Support material" msgstr "Material de suporte" @@ -13691,10 +13883,10 @@ msgstr "" "de suporte." msgid "Filament printable" -msgstr "" +msgstr "Filamento imprimível" msgid "The filament is printable in extruder." -msgstr "" +msgstr "O filamento é imprimível na extrusora." msgid "Softening temperature" msgstr "Temperatura de amolecimento" @@ -14432,7 +14624,7 @@ msgid "Stainless steel" msgstr "Aço inoxidável" msgid "Tungsten carbide" -msgstr "" +msgstr "Carbeto de tungstênio" msgid "Brass" msgstr "Latão" @@ -14780,19 +14972,19 @@ msgstr "" "diâmetro do bico." msgid "Enable clumping detection" -msgstr "" +msgstr "Habilitar detecção de aglomeração" msgid "Clumping detection layers" -msgstr "" +msgstr "Camadas de detecção de aglomeração" msgid "Clumping detection layers." -msgstr "" +msgstr "Camadas de detecção de aglomeração." msgid "Probing exclude area of clumping" -msgstr "" +msgstr "Sondagem exclui área de aglomeração" msgid "Probing exclude area of clumping." -msgstr "" +msgstr "Sondagem exclui área de aglomeração." msgid "Filament to print internal sparse infill." msgstr "Filamento para imprimir preenchimento esparso interno." @@ -15147,6 +15339,10 @@ msgid "" "Firmware\n" "If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" +"Desvio de junção máximo (M205 J, aplicável apenas se JD > 0 para Firmware " +"Marlin\n" +"Se a sua impressora Marlin 2 usa o recurso Classic Jerk, defina esse valor " +"como 0.)" msgid "Minimum speed for extruding" msgstr "Velocidade mínima para extrusão" @@ -17128,6 +17324,8 @@ msgid "" "Brim width of prime tower, negative number means auto calculated width based " "on the height of prime tower." msgstr "" +"Largura da borda da torre de preparação, um número negativo significa largura " +"calculada automaticamente com base na altura da torre de preparação." msgid "Stabilization cone apex angle" msgstr "Ângulo do ápice do cone de estabilização" @@ -18420,10 +18618,10 @@ msgid "" "Value step: >= %.3f" msgstr "" "Por favor insira valores válidos:\n" -"Valor de início: >= %.1f\n" -"Valor de término: <= %.1f\n" -"Valor de término: > Valor de início\n" -"Passo de valor: >= %.3f" +"Valor inicial: >= %.1f\n" +"Valor final: <= %.1f\n" +"Valor final: > Valor inicial\n" +"Incremeto de valor: >= %.3f" msgid "The name cannot be empty." msgstr "O nome não pode estar vazio." @@ -18484,6 +18682,8 @@ msgid "" "Only one of the results with the same name: %s will be saved. Are you sure " "you want to override the other results?" msgstr "" +"Apenas um dos resultados com o mesmo nome: %s será salvo. Tem certeza que " +"deseja sobrescrever os outros resultados?" #, c-format, boost-format msgid "" @@ -18501,6 +18701,9 @@ msgid "" "type, nozzle diameter, and nozzle flow are the same.\n" "Are you sure you want to override the historical result?" msgstr "" +"Dentro da mesma extrusora, o nome (%s) deve ser único quando o tipo de " +"filamento, o diâmetro do bico e o fluxo do bico forem os mesmos.\n" +"Tem certeza de que deseja sobrescrever o resultado histórico?" #, c-format, boost-format msgid "" @@ -18800,22 +19003,24 @@ msgid "Printing Parameters" msgstr "Parâmetros de Impressão" msgid "Synchronize nozzle and AMS information" -msgstr "" +msgstr "Sincronizar informações de bico e AMS" msgid "Please connect the printer first before synchronizing." -msgstr "" +msgstr "Conecte a impressora antes de sincronizar." #, c-format, boost-format msgid "" "Printer %s nozzle information has not been set. Please configure it before " "proceeding with the calibration." msgstr "" +"As informações do bico da impressora %s não foram configuradas. Configure-as " +"antes de prosseguir com a calibração." msgid "AMS and nozzle information are synced" -msgstr "" +msgstr "Informações de AMS e bico estão sincronizadas" msgid "Nozzle Info" -msgstr "" +msgstr "Informações de Bico" msgid "Plate Type" msgstr "Tipo de Placa" @@ -18827,7 +19032,7 @@ msgid "Filament For Calibration" msgstr "Filamento Para Calibração" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18836,12 +19041,6 @@ msgstr "" "- Diferentes marcas e famílias de filamentos (Marca = Bambu, Família = " "Básico, Fosco)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Padrão" @@ -18927,6 +19126,9 @@ msgid "" "type, nozzle diameter, and nozzle flow are identical. Please choose a " "different name." msgstr "" +"Dentro da mesma extrusora, o nome '%s' deve ser único quando o tipo de " +"filamento, o diâmetro do bico e o fluxo do bico forem idênticos. Escolha " +"um nome diferente." msgid "New Flow Dynamic Calibration" msgstr "Nova Calibração de Dinâmica de Fluxo" @@ -18938,10 +19140,10 @@ msgid "The filament must be selected." msgstr "O filamento deve ser selecionado." msgid "The extruder must be selected." -msgstr "" +msgstr "A extrusora deve estar selecionada." msgid "The nozzle must be selected." -msgstr "" +msgstr "O bico deve estar selecionado." msgid "Network lookup" msgstr "Procura de Rede" @@ -19018,10 +19220,10 @@ msgid "Comma-separated list of printing speeds" msgstr "Lista separada por vírgulas de velocidades de impressão" msgid "Pressure Advance Guide" -msgstr "" +msgstr "Guia de Avanço de Pressão" msgid "Adaptive Pressure Advance Guide" -msgstr "" +msgstr "Guia de Avanço de Pressão Adaptativo" msgid "" "Please input valid values:\n" @@ -19030,9 +19232,9 @@ msgid "" "PA step: >= 0.001" msgstr "" "Por favor insira valores válidos:\n" -"Iniciar PA: >= 0.0\n" -"Finalizar PA: > Iniciar PA\n" -"Passo de PA: >= 0.001" +"PA Inicial: >= 0.0\n" +"PA Final: > PA Inicial\n" +"Incremeto de PA: >= 0.001" msgid "Temperature calibration" msgstr "Calibração de Temperatura" @@ -19071,7 +19273,7 @@ msgid "Temp step: " msgstr "Passo de Temperatura: " msgid "Wiki Guide: Temperature Calibration" -msgstr "" +msgstr "Guia Wiki: Calibração de Temperatura" msgid "" "Please input valid values:\n" @@ -19079,6 +19281,10 @@ msgid "" "End temp: >= 170\n" "Start temp >= End temp + 5" msgstr "" +"Por favor insira valores válidos:\n" +"Temp. Inicial: <= 350\n" +"Temp. Final: >= 170\n" +"Temp. Inicial: >= Temp. Final + 5" msgid "Max volumetric speed test" msgstr "Teste de Velocidade Volumétrica Máxima" @@ -19090,7 +19296,7 @@ msgid "End volumetric speed: " msgstr "Finalizar Velocidade Volumétrica: " msgid "Wiki Guide: Volumetric Speed Calibration" -msgstr "" +msgstr "Guia Wiki: Calibração de Velocidade Volumétrica" msgid "" "Please input valid values:\n" @@ -19113,7 +19319,7 @@ msgid "End speed: " msgstr "Velocidade Final: " msgid "Wiki Guide: VFA" -msgstr "" +msgstr "Guia Wiki: VFA" msgid "" "Please input valid values:\n" @@ -19133,7 +19339,7 @@ msgid "End retraction length: " msgstr "Distância de Retração Final: " msgid "Wiki Guide: Retraction Calibration" -msgstr "" +msgstr "Guia Wiki: Calibração de Retração" msgid "Input shaping Frequency test" msgstr "Teste de Frequência da modelagem de entrada" @@ -19151,7 +19357,7 @@ msgid "Input shaper type" msgstr "" msgid "Frequency (Start / End): " -msgstr "" +msgstr "Frequência (Inicial / Final): " msgid "Start / End" msgstr "Inicial / Final" @@ -19160,7 +19366,7 @@ msgid "Frequency settings" msgstr "Configurações de frequência" msgid "RepRap firmware uses the same frequency range for both axes." -msgstr "" +msgstr "O firmware RepRap usa a mesma faixa de frequência para ambos os eixos." msgid "Damp: " msgstr "Amortecimento: " @@ -19169,9 +19375,11 @@ msgid "" "Recommended: Set Damp to 0.\n" "This will use the printer's default or saved value." msgstr "" +"Recomendado: Defina o Amortecimento para 0.\n" +"Isso usará o valor padrão ou salvo da impressora." msgid "Wiki Guide: Input Shaping Calibration" -msgstr "" +msgstr "Wiki Guide: Calibração da Modelagem de Entrada" msgid "" "Please input valid values:\n" @@ -19189,7 +19397,7 @@ msgid "Input shaping Damp test" msgstr "Teste de Amortecimento de modelagem de entrada" msgid "Frequency: " -msgstr "" +msgstr "Frequência: " msgid "Frequency" msgstr "Frequência" @@ -19198,7 +19406,7 @@ msgid "Damp" msgstr "Amortecimento" msgid "RepRap firmware uses the same frequency for both axes." -msgstr "" +msgstr "O firmware RepRap usa a mesma frequência para ambos os eixos." msgid "Note: Use previously calculated frequencies." msgstr "Nota: Use frequências previamente calculadas." @@ -19223,10 +19431,10 @@ msgid "SCV-V2" msgstr "" msgid "Start: " -msgstr "" +msgstr "Início: " msgid "End: " -msgstr "" +msgstr "Final: " msgid "Cornering settings" msgstr "" @@ -19262,7 +19470,7 @@ msgstr "" #, c-format, boost-format msgid "NOTE: High values may cause Layer shift (>%s)" -msgstr "" +msgstr "NOTA: Valores altos podem causar deslocamento de camada (>%s)" msgid "Send G-code to printer host" msgstr "Enviar G-code para o host da impressora" @@ -19576,10 +19784,10 @@ msgid "Can't find my printer model" msgstr "Não consigo encontrar o modelo da minha impressora" msgid "Input Custom Nozzle Diameter" -msgstr "" +msgstr "Inserir Diâmetro de Bico Personalizado" msgid "Can't find my nozzle diameter" -msgstr "" +msgstr "Não consigo encontrar o diâmetro do meu bico" msgid "Rectangle" msgstr "Retângulo" @@ -19711,11 +19919,14 @@ msgstr "" msgid "The entered nozzle diameter is invalid, please re-enter:\n" msgstr "" +"O diâmetro do bico inserido é inválido. Insira novamente:\n" msgid "" "The system preset does not allow creation. \n" "Please re-enter the printer model or nozzle diameter." msgstr "" +"A configuração predefinida do sistema não permite a criação. \n" +"Insira novamente o modelo da impressora ou o diâmetro do bico." msgid "Printer Created Successfully" msgstr "Impressora criada com sucesso" @@ -19979,9 +20190,11 @@ msgid "nozzle size memorized: %d" msgstr "tamanho do bico memorizado: %d" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" +"O tamanho do bico na prédefinição não corresponde ao bico memorizado. Você " +"trocou o bico recentemente?" #, c-format, boost-format msgid "nozzle[%d] in preset: %.1f" @@ -19992,8 +20205,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "bico[%d] memorizado: %.1f" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" "O tipo de bico predefinido não corresponde ao bico memorizado. Você trocou " "o bico recentemente?" @@ -20013,6 +20226,8 @@ msgid "" "The number of printer extruders and the printer selected for calibration " "does not match." msgstr "" +"O número de extrusoras da impressora e a impressora selecionada para " +"calibração não correspondem." #, c-format, boost-format msgid "" @@ -20020,11 +20235,16 @@ msgid "" "actual nozzle diameter.\n" "Please click the Sync button above and restart the calibration." msgstr "" +"O diâmetro do bico selecionado para a extrusora %s não corresponde ao " +"diâmetro real do bico.\n" +"Clique no botão Sincronizar acima e reinicie a calibração." msgid "" "The nozzle diameter does not match the actual printer nozzle diameter.\n" "Please click the Sync button above and restart the calibration." msgstr "" +"O diâmetro do bico não corresponde ao diâmetro real do bico da impressora.\n" +"Clique no botão Sincronizar acima e reinicie a calibração." #, c-format, boost-format msgid "" @@ -20032,11 +20252,16 @@ msgid "" "printer nozzle type.\n" "Please click the Sync button above and restart the calibration." msgstr "" +"O tipo de bico selecionado para a extrusora %s não corresponde ao tipo de " +"bico real da impressora.\n" +"Clique no botão Sincronizar acima e reinicie a calibração." msgid "" "Automatic calibration only supports cases where the left and right nozzle " "diameters are identical." msgstr "" +"A calibração automática suporta apenas casos em que os diâmetros dos bicos " +"esquerdo e direito são idênticos." msgid "" "Unable to calibrate: maybe because the set calibration value range is too " @@ -20502,28 +20727,44 @@ msgid "" "vendor for suitable profile before printing and adjust some parameters " "according to its performances." msgstr "" +"Este não é um filamento de uso comum, nem um dos filamentos da Bambu, e seu " +"desempenho varia bastante de marca para marca. Portanto, é altamente " +"recomendável consultar o fornecedor para obter o perfil adequado antes da " +"impressão e ajustar alguns parâmetros de acordo com o seu desempenho." msgid "" "When printing this filament, there's a risk of warping and low layer " "adhesion strength. To get better results, please refer to this wiki: " "Printing Tips for High Temp / Engineering materials." msgstr "" +"Ao imprimir com este filamento, existe o risco de deformação e baixa " +"adesão entre as camadas. Para obter melhores resultados, consulte este " +"guia: Dicas de impressão para materiais de alta temperatura/engenharia." msgid "" "When printing this filament, there's a risk of nozzle clogging, oozing, " "warping and low layer adhesion strength. To get better results, please refer " "to this wiki: Printing Tips for High Temp / Engineering materials." msgstr "" +"Ao imprimir com este filamento, existe o risco de entupimento do bico, " +"vazamento, deformação e baixa adesão entre as camadas. Para obter melhores " +"resultados, consulte este guia: Dicas de impressão para materiais de alta " +"temperatura/engenharia." msgid "" "To get better transparent or translucent results with the corresponding " "filament, please refer to this wiki: Printing tips for transparent PETG." msgstr "" +"Para obter melhores resultados de impressão transparente ou translúcida com o " +"filamento correspondente, consulte este guia: Dicas de impressão para PETG " +"transparente." msgid "" "To make the prints get higher gloss, please dry the filament before use, and " "set the outer wall speed to be 40 to 60 mm/s when slicing." msgstr "" +"Para obter impressões com maior brilho, seque o filamento antes de usar e " +"defina a velocidade da parede externa entre 40 e 60 mm/s durante o fatiamento." msgid "" "This filament is only used to print models with a low density usually, and " @@ -20531,24 +20772,37 @@ msgid "" "refer to this wiki: Instructions for printing RC model with foaming PLA (PLA " "Aero)." msgstr "" +"Este filamento é geralmente usado para imprimir modelos com baixa densidade " +"e requer alguns parâmetros especiais. Para obter melhor qualidade de " +"impressão, consulte este guia: Instruções para impressão de modelos RC com " +"PLA expansível (PLA Aero)." msgid "" "This filament is only used to print models with a low density usually, and " "some special parameters are required. To get better printing quality, please " "refer to this wiki: ASA Aero Printing Guide." msgstr "" +"Este filamento é geralmente utilizado para imprimir modelos com baixa " +"densidade e requer parâmetros específicos. Para obter melhor qualidade de " +"impressão, consulte este guia na wiki: Guia de Impressão ASA Aero." msgid "" "This filament is too soft and not compatible with the AMS. Printing it is of " "many requirements, and to get better printing quality, please refer to this " "wiki: TPU printing guide." msgstr "" +"Este filamento é muito macio e incompatível com o AMS. A impressão com ele " +"requer muitos parâmetros especiais. Para obter uma melhor qualidade de " +"impressão, consulte este guia na wiki: Guia de impressão em TPU." msgid "" "This filament has high enough hardness (about 67D) and is compatible with " "the AMS. Printing it is of many requirements, and to get better printing " "quality, please refer to this wiki: TPU printing guide." msgstr "" +"Este filamento possui dureza suficiente (cerca de 67D) e é compatível com " +"o AMS. A impressão com ele requer alguns cuidados, e para obter melhor " +"qualidade de impressão, consulte este guia na wiki: Guia de impressão em TPU." msgid "" "If you are to print a kind of soft TPU, please don't slice with this " @@ -20556,6 +20810,10 @@ msgid "" "55D) and is compatible with the AMS. To get better printing quality, please " "refer to this wiki: TPU printing guide." msgstr "" +"Se você for imprimir um tipo de TPU macio, por favor, não use este perfil " +"para fatiar. Ele é indicado apenas para TPU com dureza suficiente (não " +"inferior a 55D) e compatível com o AMS. Para obter melhor qualidade de " +"impressão, consulte este guia na wiki: Guia de impressão de TPU." msgid "" "This is a water-soluble support filament, and usually it is only for the " @@ -20563,6 +20821,10 @@ msgid "" "many requirements, and to get better printing quality, please refer to this " "wiki: PVA Printing Guide." msgstr "" +"Este é um filamento de suporte solúvel em água, geralmente usado apenas na " +"estrutura de suporte e não no corpo do modelo. A impressão com este " +"filamento requer alguns cuidados, e para obter melhor qualidade de " +"impressão, consulte este guia na wiki: Guia de Impressão com PVA." msgid "" "This is a non-water-soluble support filament, and usually it is only for the " @@ -20570,12 +20832,20 @@ msgid "" "quality, please refer to this wiki: Printing Tips for Support Filament and " "Support Function." msgstr "" +"Este é um filamento de suporte não solúvel em água, geralmente usado apenas " +"na estrutura de suporte e não no corpo do modelo. Para obter melhor " +"qualidade de impressão, consulte este artigo da wiki: Dicas de Impressão " +"para Filamento de Suporte e Função de Suporte." msgid "" "The generic presets are conservatively tuned for compatibility with a wider " "range of filaments. For higher printing quality and speeds, please use Bambu " "filaments with Bambu presets." msgstr "" +"As configurações genéricas são ajustadas de forma conservadora para " +"compatibilidade com uma gama mais ampla de filamentos. Para obter maior " +"qualidade e velocidade de impressão, use filamentos Bambu com as configurações " +"Bambu." msgid "High quality profile for 0.2mm nozzle, prioritizing print quality." msgstr "" @@ -20653,8 +20923,8 @@ msgstr "Nome do Dispositivo" msgid "Device Status" msgstr "Status do dispositivo" -msgid "Ams Status" -msgstr "" +msgid "AMS Status" +msgstr "Status do AMS" msgid "" "Please select the devices you would like to manage here (up to 6 devices)" @@ -20794,14 +21064,14 @@ msgstr "Modo Customizado" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" "Gera agrupamento de filamentos para os bicos esquerdo e direito com base nos princípios de máxima economia de filamento para minimizar o desperdício." msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" "Gera o agrupamento de filamentos para os bicos esquerdo e direito com base " "no estado real do filamento na impressora, reduzindo a necessidade de ajustes " @@ -20873,7 +21143,7 @@ msgid "Something unexpected happened when trying to log in, please try again." msgstr "" "Algo inesperado aconteceu ao tentar conectar, por favor tente novamente." -msgid "User cancelled." +msgid "User canceled." msgstr "Cancelado pelo usuário." msgid "Head diameter" @@ -21481,9 +21751,6 @@ msgstr "" #~ "informações do filamento serem atualizadas. Durante a impressão, a " #~ "capacidade restante será atualizada automaticamente." -#~ msgid "AMS Status" -#~ msgstr "Status do AMS" - #~ msgid "" #~ "The recommended minimum temperature is less than 190°C or the recommended " #~ "maximum temperature is greater than 300°C.\n" @@ -21615,9 +21882,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Ainda carregando" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Selecione um espaço do AMS antes da calibração." - #~ msgid "Can't start this without SD card." #~ msgstr "Não é possível iniciar sem um cartão SD." @@ -21734,15 +21998,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Por favor, escolha a cor do filamento" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Placa de Engenharia Bambu" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Placa de PEI Lisa Bambu" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Placa PEI Texturizada Bambu" - #~ msgid "Send print job to" #~ msgstr "Enviar trabalho de impressão para" @@ -22170,9 +22425,6 @@ msgstr "" #~ msgid "Refresh Printers" #~ msgstr "Atualizar Impressoras" -#~ msgid "User canceled." -#~ msgstr "O usuário cancelou." - #~ msgid "" #~ "We have added an experimental style \"Tree Slim\" that features smaller " #~ "support volume but weaker strength.\n" diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 2bb27f5b72..a85529348c 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -2038,13 +2038,13 @@ msgstr "Перезагрузить выбранные модели с диска msgid "Replace with STL" msgstr "Заменить на другую модель" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Заменить выбранную модель другой" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2181,7 +2181,7 @@ msgstr "Разделить выбранную модель" msgid "Auto orientation" msgstr "Автоориентация" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Автоориентация модели для улучшения качества печати." msgid "Edit" @@ -4288,13 +4288,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5360,7 +5360,7 @@ msgstr "Экспорт всех моделей в отдельные STL" msgid "Export Generic 3MF" msgstr "Экспорт в общий 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Экспорт в 3MF без использования 3mf-расширений" msgid "Export current sliced file" @@ -6191,13 +6191,13 @@ msgstr "Отмена печати" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Принтер занят другим заданием" +msgid "The printer is busy with another print job." +msgstr "Принтер занят другим заданием." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6233,7 +6233,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Пожалуйста, выберите слот AMS перед калибровкой" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6877,7 +6877,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7081,7 +7081,6 @@ msgstr "" "Версия этого формата 3MF (%s) новее текущей версии %s (%s).\n" "Рекомендуется обновить программу." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7842,7 +7841,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Если включено, во время импорта STEP файла появится диалоговое окно настроек " "параметров импорта." @@ -7896,7 +7895,7 @@ msgstr "" msgid "All" msgstr "Все" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7967,7 +7966,7 @@ msgstr "" "Если включено, направление масштабирования с помощью колесика мыши будет " "инвертировано." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8407,17 +8406,17 @@ msgstr "Ненагреваемая пластика Bambu" msgid "PLA Plate" msgstr "PLA пластина" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Инженерная пластина Bambu" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Гладкая PEI пластина Bambu" msgid "High temperature Plate" msgstr "Высокотемпературная пластина" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Текстурированная PEI пластина Bambu" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8637,36 +8636,36 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Нажмите здесь, если вы не можете подключиться к принтеру" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Нет учетной записи для входа, отображаются только принтеры в режиме " "локальной сети" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Подключение к серверу" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Синхронизация информации об устройстве" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Время синхронизации информации об устройстве истекло" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Невозможно отправить задание на печать, пока принтер обновляет прошивку" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Принтер выполняет команды. После их выполнения перезапустите процесс печати" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8690,7 +8689,7 @@ msgstr "" "Невозможно отправить задание печати на принтер, прошивка которого нуждается " "в обновлении." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "" "Невозможно отправить задание на печать, так как печатная пластина пуста" @@ -8711,7 +8710,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Принтер не поддерживает печать на всех типах печатных пластин" msgid "" @@ -8975,8 +8974,8 @@ msgid "Still print by object?" msgstr "Продолжить печать по очереди?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -9007,12 +9006,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9563,7 +9556,7 @@ msgid "Number of extruders of the printer." msgstr "Количество экструдеров принтера." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9650,15 +9643,6 @@ msgstr[0] "Следующий профиль также будет удалён. msgstr[1] "Следующие профили также будут удалены." msgstr[2] "Следующие профили также будут удалены." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Вы уверены, что хотите удалить выбранный профиль?\n" -"Если профиль соответствует филаменту, который в данный момент используется в " -"вашем принтере, сбросьте информацию о филаменте для этого слота." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Вы уверены, что %1% выбранный профиль?" @@ -11293,7 +11277,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Компенсация усадка материала не будет использоваться, поскольку усадка " "используемых материалов существенно отличается." @@ -11793,7 +11777,7 @@ msgstr "Угол печати внешних мостов" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Переопределение угла печати внутренних мостов. Если задано 0, угол печати " "мостов рассчитывается автоматически. В противном случае будет использоваться " @@ -11805,7 +11789,7 @@ msgstr "Угол печати внутренних мостов" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12307,6 +12291,26 @@ msgid "" "easily." msgstr "Смещение каймы от печатаемой модели, может облегчить её удаление." +msgid "Brim follows compensated outline" +msgstr "Кайма соответствует компенсированному контуру" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Если этот параметр включен, кайма выравнивается по геометрии периметра первого слоя " +"после применения компенсации «слоновьей стопы».\n" +"Эта опция предназначена для случаев, когда «Компенсация слоновой стопы» " +"существенно изменяет след первого слоя.\n" +"\n" +"Если ваша текущая настройка уже работает хорошо, ее включение может быть ненужным и " +"может привести к слиянию кайма с верхними слоями." + msgid "Brim ears" msgstr "Ушки каймы" @@ -13410,7 +13414,7 @@ msgstr "Компенсация усадки по XY" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18922,7 +18926,7 @@ msgid "Filament For Calibration" msgstr "Материал для калибровки" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18931,12 +18935,6 @@ msgstr "" "- Различные марки и семейства расходных материалов (Производитель = Bambu, " "семейство = Basic - базовый, Matte - матовый)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Шаблон" @@ -20056,8 +20054,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20069,8 +20067,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20847,13 +20845,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20980,9 +20978,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21686,9 +21681,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Ещё загружается" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Пожалуйста, выберите слот AMS перед калибровкой." - #~ msgid "Can't start this without SD card." #~ msgstr "Невозможно запустить без SD-карты." @@ -21851,15 +21843,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Пожалуйста, выберите цвет филамента" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Инженерная пластина Bambu" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Гладкая PEI пластина Bambu" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Текстурированная PEI пластина Bambu" - #~ msgid "Send print job to" #~ msgstr "Отправка задания на печать" @@ -22781,7 +22764,7 @@ msgstr "" #~ "- включен только с генератором периметров Arachne" #~ msgid "" -#~ "Change these settings automatically? \n" +#~ "Change these settings automatically?\n" #~ "Yes - Change these settings and enable staggered perimeters\n" #~ "No - Give up using staggered perimeters this time" #~ msgstr "" diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index d0c6f81e7e..775ba712f9 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -1963,13 +1963,13 @@ msgstr "Ladda om de valda delarna från disken" msgid "Replace with STL" msgstr "Ersätt med STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Ersätt den valda delen med ny STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2105,7 +2105,7 @@ msgstr "Dela det valda objektet" msgid "Auto orientation" msgstr "Auto placera" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Auto placera objektet för att förbättra utskriftskvaliteten." msgid "Edit" @@ -4129,13 +4129,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5170,7 +5170,7 @@ msgstr "Exportera alla objekt som STL" msgid "Export Generic 3MF" msgstr "Exportera generisk 3mf" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Exportera 3MF fil utan några 3mf-tillägg" msgid "Export current sliced file" @@ -5966,13 +5966,13 @@ msgstr "Avbryt utskrift" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "Skrivaren är upptagen med ett annat utskriftsjobb." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6006,7 +6006,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Välj ett AMS-fack innan kalibrering" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6624,7 +6624,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6819,7 +6819,6 @@ msgstr "" "3mf:s version %s är nyare än %s version %s, Föreslår att du uppdaterar din " "programvara." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7553,7 +7552,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7599,7 +7598,7 @@ msgstr "" msgid "All" msgstr "Allt" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7658,7 +7657,7 @@ msgstr "Omvänd muszoomning" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Om aktiverad, vänder zoomriktningen med mushjulet." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8080,16 +8079,16 @@ msgstr "" msgid "PLA Plate" msgstr "PLA platta" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "Högtemperatur platta" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8308,27 +8307,27 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Klicka här om du inte kan ansluta till printern" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "Inget inloggningskonto, bara skrivare i LAN-läge visas" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Ansluter till server" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Synkroniserar enhetsinformation" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Time-out för synkronisering av enhetsinformation" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "" "Det går inte att skicka ett utskriftsjobb medan skrivaren uppdaterar firmware" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Skrivaren utför instruktioner. Vänligen starta utskriften igen när den är " "avslutad." @@ -8336,7 +8335,7 @@ msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8360,7 +8359,7 @@ msgstr "" "Det går inte att skicka utskriftsjobbet till en skrivare vars fasta " "programvara måste uppdateras." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Det går inte att skicka ett utskriftsjobb för en tom platta." msgid "Storage needs to be inserted to record timelapse." @@ -8380,7 +8379,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Den här skrivaren stöder inte utskrift av alla byggplattor" msgid "" @@ -8642,8 +8641,8 @@ msgid "Still print by object?" msgstr "Fortfarande utskrift per objekt?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8675,12 +8674,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9188,7 +9181,7 @@ msgid "Number of extruders of the printer." msgstr "" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9270,12 +9263,6 @@ msgstr[1] "" "Följande förinställning raderas också.@Följande förinställningar raderas " "också." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Välja %1% den valda förinställningen?" @@ -10775,7 +10762,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -11207,7 +11194,7 @@ msgstr "" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Bridging vinkel åsidosättning. 0 betyder att bridging vinkeln beräknas " "automatiskt. Annars kommer den medföljande vinkeln att användas för extern " @@ -11219,7 +11206,7 @@ msgstr "" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11587,6 +11574,26 @@ msgstr "" "Mellanrum mellan innersta brim linjen och objektet kan underlätta vid " "borttagande av brim" +msgid "Brim follows compensated outline" +msgstr "Brim följer kompenserad disposition" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"När den är aktiverad, är brim justerad med det första lagrets omkretsgeometri " +"efter att elefantfotskompensation tillämpas.\n" +"Detta alternativ är avsett för fall där elefantfotskompensation " +"förändrar det första skiktets fotavtryck avsevärt.\n" +"\n" +"Om din nuvarande inställning redan fungerar bra kan det vara onödigt att aktivera det och " +"kan få brim att smälta samman med de övre lagren." + msgid "Brim ears" msgstr "Brätte öron" @@ -12422,7 +12429,7 @@ msgstr "" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -16933,7 +16940,7 @@ msgid "Filament For Calibration" msgstr "Filament för kalibrering" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -16942,12 +16949,6 @@ msgstr "" "- Olika filament märken och -familjer (märke = Bambu, familj = Basic, Matte, " "etc.)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Mönster" @@ -18022,8 +18023,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18035,8 +18036,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18714,13 +18715,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -18841,9 +18842,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19402,9 +19400,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Laddar fortfarande" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Välj ett AMS-fack innan kalibrering." - #~ msgid "Can't start this without SD card." #~ msgstr "Kan inte starta utan MicroSD-kort." diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index 180c6cc306..099228297c 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -2023,13 +2023,13 @@ msgstr "Seçilen parçaları diskten yeniden yükle" msgid "Replace with STL" msgstr "STL ile değiştirin" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Seçilen parçayı yeni STL ile değiştirin" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2165,7 +2165,7 @@ msgstr "Seçilen nesneyi böl" msgid "Auto orientation" msgstr "Otomatik yönlendirme" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Baskı kalitesini artırmak için nesneyi otomatik olarak yönlendirin." msgid "Edit" @@ -4225,13 +4225,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5277,7 +5277,7 @@ msgstr "Tüm nesneleri STLs olarak dışa aktarın" msgid "Export Generic 3MF" msgstr "Genel 3MF olarak dışa aktar" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "3mf dosyasını bazı 3MF uzantılarını kullanmadan dışa aktarın" msgid "Export current sliced file" @@ -6096,13 +6096,13 @@ msgstr "Yazdırmayı iptal et" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Yazıcı başka bir yazdırma işiyle meşgul" +msgid "The printer is busy with another print job." +msgstr "Yazıcı başka bir yazdırma işiyle meşgul." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6138,7 +6138,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Lütfen kalibrasyondan önce bir AMS yuvası seçin" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6777,7 +6777,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6980,7 +6980,6 @@ msgstr "" "3mf'nin %s sürümü, %s'in %s sürümünden daha yeni, Yazılımınızı yükseltmenizi " "öneririz." -#, fuzzy #, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " @@ -7731,7 +7730,7 @@ msgid "Show options when importing STEP file" msgstr "STEP dosyasını içe aktarırken seçenekleri göster" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Etkinleştirilirse, STEP dosyası içe aktarılırken bir parametre ayarları " "iletişim kutusu görüntülenir." @@ -7783,7 +7782,7 @@ msgstr "Davranış" msgid "All" msgstr "Tümü" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7847,7 +7846,7 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" "Etkinleştirilirse, mouse tekerleğiyle yakınlaştırmanın yönü tersine çevrilir." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8278,16 +8277,16 @@ msgstr "Bambu Cool Plate" msgid "PLA Plate" msgstr "PLA Plaka" -msgid "Bamabu Engineering Plate" +msgid "Bambu Engineering Plate" msgstr "" -msgid "Bamabu Smooth PEI Plate" +msgid "Bambu Smooth PEI Plate" msgstr "" msgid "High temperature Plate" msgstr "Bambu Smooth PEI Plate" -msgid "Bamabu Textured PEI Plate" +msgid "Bambu Textured PEI Plate" msgstr "" msgid "Bambu Cool Plate SuperTack" @@ -8509,27 +8508,27 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Yazıcıya bağlanamıyorsanız burayı tıklayın" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Oturum açma hesabı yok, yalnızca LAN modundaki yazıcılar görüntüleniyor" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Sunucuya baglanıyor" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Cihaz bilgileri senkronize ediliyor" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Cihaz bilgilerinin senkronize edilmesi zaman aşımı" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "Yazıcı ürün yazılımını güncellerken yazdırma işi gönderilemiyor" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Yazıcı talimatları yürütüyor. Lütfen bittikten sonra yazdırmayı yeniden " "başlatın" @@ -8537,7 +8536,7 @@ msgstr "" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8561,7 +8560,7 @@ msgstr "" "Yazdırma işi, ürün yazılımının güncellenmesi gereken bir yazıcıya " "gönderilemiyor." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Boş kalıp için yazdırma işi gönderilemiyor" msgid "Storage needs to be inserted to record timelapse." @@ -8581,7 +8580,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Bu yazıcı tüm kalıpların yazdırılmasını desteklemiyor" msgid "" @@ -8847,8 +8846,8 @@ msgid "Still print by object?" msgstr "Hala nesneye göre yazdırıyor musunuz?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8879,12 +8878,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9423,7 +9416,7 @@ msgid "Number of extruders of the printer." msgstr "Yazıcının ekstruder sayısı." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9507,15 +9500,6 @@ msgid_plural "Following presets will be deleted too." msgstr[0] "Aşağıdaki ön ayar da silinecektir." msgstr[1] "Aşağıdaki ön ayarlar da silinecektir." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Seçili ön ayarı silmek istediğinizden emin misiniz?\n" -"Ön ayar, yazıcınızda şu anda kullanımda olan bir filamente karşılık " -"geliyorsa, lütfen o yuva için filament bilgilerini sıfırlayın." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Seçilen ön ayarı %1% yaptığınızdan emin misiniz?" @@ -11123,7 +11107,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Filament büzülmesi kullanılmayacaktır çünkü kullanılan filamentlerin " "filament büzülmesi önemli ölçüde farklılık göstermektedir." @@ -11621,7 +11605,7 @@ msgstr "Dış köprü dolgu yönü" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Köprüleme açısı geçersiz kılma. Sıfıra bırakılırsa köprüleme açısı otomatik " "olarak hesaplanacaktır. Aksi halde dış köprüler için sağlanan açı " @@ -11633,7 +11617,7 @@ msgstr "İç köprü dolgu yönü" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12113,6 +12097,26 @@ msgstr "" "En içteki kenar çizgisi ile nesne arasındaki boşluk, kenarlığın daha kolay " "çıkarılmasını sağlayabilir." +msgid "Brim follows compensated outline" +msgstr "Kenar telafi edilen taslağı takip ediyor" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Etkinleştirildiğinde, kenar birinci katmanın çevre geometrisiyle hizalanır " +"Fil Ayağı Telafisi uygulandıktan sonra.\n" +"Bu seçenek Fil Ayağı Telafisinin geçerli olmadığı durumlar için tasarlanmıştır " +"ilk katmanın ayak izini önemli ölçüde değiştirir.\n" +"\n" +"Mevcut kurulumunuz zaten iyi çalışıyorsa, bunu etkinleştirmek gereksiz olabilir ve " +"kenar'in üst katmanlarla kaynaşmasına neden olabilir." + msgid "Brim ears" msgstr "Kenar kulakları" @@ -13182,7 +13186,7 @@ msgstr "Büzülme (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18475,7 +18479,7 @@ msgid "Filament For Calibration" msgstr "Kalibrasyon İçin Filament" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18483,12 +18487,6 @@ msgstr "" "- Aynı baskı yatağı sıcaklığını paylaşabilen malzemeler\n" "- Farklı filament markası ve türü(Marka = Bambu, Tür = Basic, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Desen" @@ -19601,8 +19599,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19614,8 +19612,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20400,13 +20398,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20531,9 +20529,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21223,9 +21218,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Daha Fazla Yükle" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Lütfen kalibrasyondan önce bir AMS yuvası seçin." - #~ msgid "Can't start this without SD card." #~ msgstr "SD kart olmadan başlatılamıyor." @@ -21344,15 +21336,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Lütfen filament rengini seçin" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu Engineering Plate" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu Smooth PEI Plate" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu Textured PEI Plate" - #~ msgid "Send print job to" #~ msgstr "Yazdırma işini şuraya gönder" diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index 0092e10abf..296efbe5bd 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -2031,13 +2031,13 @@ msgstr "Перезавантажте вибрані частини з диска msgid "Replace with STL" msgstr "Замінити на STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Замініть вибрану частину новим STL" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2173,7 +2173,7 @@ msgstr "Розділити вибраний об'єкт" msgid "Auto orientation" msgstr "Автоматична орієнтація" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Автоматично орієнтуйте об'єкт для покращення якості друку." msgid "Edit" @@ -4250,13 +4250,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5298,7 +5298,7 @@ msgstr "Експортувати всі об’єкти як файли STL" msgid "Export Generic 3MF" msgstr "Експорт спільного 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Експорт файлу 3MF без використання будь-яких 3mf-розширень." msgid "Export current sliced file" @@ -6135,13 +6135,13 @@ msgstr "Скасувати друк" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Принтер зайнятий іншим завданням друку" +msgid "The printer is busy with another print job." +msgstr "Принтер зайнятий іншим завданням друку." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6178,7 +6178,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Будь ласка, виберіть слот AMS перед калібруванням" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6827,7 +6827,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -7022,7 +7022,6 @@ msgstr "" "Версія 3MF %s новіша, ніж версія %s %s, запропонуйте оновити програмне " "забезпечення." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7776,7 +7775,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" msgid "Auto backup" @@ -7826,7 +7825,7 @@ msgstr "" msgid "All" msgstr "Всі" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7889,7 +7888,7 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "" "Якщо увімкнено, змінює напрямок масштабування за допомогою коліщатка миші." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8321,17 +8320,17 @@ msgstr "Bambu Холодна Пластина" msgid "PLA Plate" msgstr "PLA Пластина" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu Інженерна Пластина" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Bambu Гладка PEI Пластина" msgid "High temperature Plate" msgstr "Високотемпературна Пластина" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Bambu Текстурована PEI пластина" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8550,34 +8549,34 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Клацніть тут, якщо ви не можете підключитися до принтера" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "" "Немає облікового запису для входу, відображаються лише принтери в режимі LAN" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Підключення до сервера" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Синхронізація інформації про пристрій" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Тайм-аут синхронізації інформації про пристрій" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "Неможливо надіслати завдання друку, коли принтер оновлює мікропрограму" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "" "Принтер виконує вказівки. Будь ласка, перезапустіть друк після неїзакінчення" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8601,7 +8600,7 @@ msgstr "" "Неможливо надіслати завдання друку на принтер, прошивка якого повинна бути " "оновлено." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Неможливо надіслати завдання на друк для порожньої форми" msgid "Storage needs to be inserted to record timelapse." @@ -8621,7 +8620,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Цей принтер не підтримує друк усіх форм" msgid "" @@ -8888,8 +8887,8 @@ msgid "Still print by object?" msgstr "Все одно друкувати кожен об'єкт окремо?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8921,12 +8920,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9461,7 +9454,7 @@ msgid "Number of extruders of the printer." msgstr "Кількість екструдерів у принтері." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9551,12 +9544,6 @@ msgstr[1] "Наступні стилі також будуть видалені. msgstr[2] "Наступні стилі також будуть видалені." msgstr[3] "" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Ви впевнені, що %1% вибраної установки?" @@ -11653,7 +11640,7 @@ msgstr "Напрямок заповнення зовнішніх мостів" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "Перевизначення кута моста. Якщо залишити значення рівним нулю, кут моста " "обчислюватиметься автоматично. Інакше наданий кут використовуйте для " @@ -11665,7 +11652,7 @@ msgstr "Напрямок заповнення внутрішніх мостів" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -12151,6 +12138,26 @@ msgstr "" "Зазор між першою внутрішньою лінією кайми та об'єктом може сприяти легшому " "відокремленню кайми" +msgid "Brim follows compensated outline" +msgstr "Кайма має компенсований контур" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Якщо ввімкнено, кайма вирівнюється з геометрією периметра першого рівня " +"після застосування Elephant Foot Compensation.\n" +"Ця опція призначена для випадків компенсації слонячої стопи " +"значно змінює поверхню першого шару.\n" +"\n" +"Якщо ваші поточні налаштування вже працюють добре, увімкнення їх може бути непотрібним " +"може призвести до злиття кайма з верхніми шарами." + msgid "Brim ears" msgstr "Вушка кайми" @@ -18402,7 +18409,7 @@ msgid "Filament For Calibration" msgstr "Філамент для калібрування" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18410,12 +18417,6 @@ msgstr "" "- Матеріали, які можуть використовувати однакову температуру гарячого ліжка\n" "- Різні бренди та сімейства ниток (Бренд = Bambu, Сімейство = Basic, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Зразок" @@ -19539,8 +19540,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19552,8 +19553,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20311,13 +20312,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20442,9 +20443,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -21098,9 +21096,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Ще завантажити" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Будь ласка, виберіть слот AMS перед калібруванням" - #~ msgid "Can't start this without SD card." #~ msgstr "Не можу запустити це без SD-карти." @@ -21225,15 +21220,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Будь ласка, виберіть колір філаменту" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu Інженерна Пластина" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu Гладка PEI Пластина" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu Текстурована PEI пластина" - #~ msgid "Send print job to" #~ msgstr "Надіслати завдання на друк на" diff --git a/localization/i18n/vi/OrcaSlicer_vi.po b/localization/i18n/vi/OrcaSlicer_vi.po index b94af07808..5f7dc058c6 100644 --- a/localization/i18n/vi/OrcaSlicer_vi.po +++ b/localization/i18n/vi/OrcaSlicer_vi.po @@ -2002,13 +2002,13 @@ msgstr "Tải lại các phần đã chọn từ ổ đĩa" msgid "Replace with STL" msgstr "Thay thế bằng STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "Thay thế phần đã chọn bằng STL mới" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2144,7 +2144,7 @@ msgstr "Tách vật thể đã chọn" msgid "Auto orientation" msgstr "Tự động định hướng" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "Tự động định hướng vật thể để cải thiện chất lượng in." msgid "Edit" @@ -4175,13 +4175,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5226,7 +5226,7 @@ msgstr "Xuất tất cả vật thể thành các STL" msgid "Export Generic 3MF" msgstr "Xuất 3MF chung" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "Xuất file 3MF không dùng một số phần mở rộng 3mf" msgid "Export current sliced file" @@ -6029,13 +6029,13 @@ msgstr "Hủy in" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" -msgstr "Máy in đang bận với công việc in khác" +msgid "The printer is busy with another print job." +msgstr "Máy in đang bận với công việc in khác." -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -6070,7 +6070,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "Vui lòng chọn một khe AMS trước khi hiệu chỉnh" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6701,7 +6701,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6901,7 +6901,6 @@ msgstr "" "Phiên bản 3MF %s mới hơn phiên bản %s của %s, khuyến nghị nâng cấp phần mềm " "của bạn." -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7644,7 +7643,7 @@ msgid "Show options when importing STEP file" msgstr "" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "" "Nếu được bật, hộp thoại cài đặt tham số sẽ xuất hiện trong quá trình nhập " "file STEP." @@ -7694,7 +7693,7 @@ msgstr "" msgid "All" msgstr "Tất cả" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7756,7 +7755,7 @@ msgstr "Đảo ngược thu phóng chuột" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Nếu được bật, đảo ngược hướng thu phóng bằng con lăn chuột." -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8174,17 +8173,17 @@ msgstr "Bản Bambu Cool" msgid "PLA Plate" msgstr "Bản PLA" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bản Bambu Engineering" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Bản Bambu Smooth PEI" msgid "High temperature Plate" msgstr "Bản nhiệt độ cao" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Bản Bambu Textured PEI" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8401,32 +8400,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "Nhấp vào đây nếu bạn không thể kết nối với máy in" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "Không có tài khoản đăng nhập, chỉ hiển thị máy in ở chế độ LAN" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "Đang kết nối với máy chủ" -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "Đang đồng bộ thông tin thiết bị" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "Đồng bộ thông tin thiết bị hết thời gian" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "Không thể gửi công việc in khi máy in đang cập nhật firmware" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "Máy in đang thực thi lệnh. Vui lòng khởi động lại in sau khi kết thúc" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8448,7 +8447,7 @@ msgid "" "updated." msgstr "Không thể gửi công việc in đến máy in có firmware cần được cập nhật." -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "Không thể gửi công việc in cho bản trống" msgid "Storage needs to be inserted to record timelapse." @@ -8468,7 +8467,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "Máy in này không hỗ trợ in tất cả các bản" msgid "" @@ -8729,8 +8728,8 @@ msgid "Still print by object?" msgstr "Vẫn in theo đối tượng?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" msgid "" @@ -8761,12 +8760,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9296,7 +9289,7 @@ msgid "Number of extruders of the printer." msgstr "Số lượng extruder của máy in." msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9378,15 +9371,6 @@ msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." msgstr[0] "Các preset sau cũng sẽ bị xóa." -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"Bạn có chắc chắn xóa preset đã chọn? \n" -"Nếu preset tương ứng với filament hiện đang sử dụng trên máy in của bạn, vui " -"lòng đặt lại thông tin filament cho khe đó." - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "Bạn có chắc chắn %1% preset đã chọn?" @@ -10975,7 +10959,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" "Co ngót filament sẽ không được sử dụng vì co ngót filament của các filament " "đã dùng khác nhau đáng kể." @@ -11452,24 +11436,33 @@ msgstr "" msgid "External bridge infill direction" msgstr "Hướng infill cầu bên ngoài" -#, no-c-format, no-boost-format +#, fuzzy, no-c-format, no-boost-format msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" +"Ghi đè góc bắc cầu. Nếu để là không, góc bắc cầu sẽ được tính tự động. " +"Nếu không, góc được cung cấp sẽ được sử dụng cho cầu bên ngoài. Sử dụng " +"180° cho góc không." msgid "Internal bridge infill direction" msgstr "Hướng infill cầu bên trong" +#, fuzzy msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." msgstr "" +"Ghi đè góc bắc cầu bên trong. Nếu để là không, góc bắc cầu sẽ được tính " +"tự động. Nếu không, góc được cung cấp sẽ được sử dụng cho cầu bên trong. " +"Sử dụng 180° cho góc không.\n" +"\n" +"Khuyến nghị để ở 0 trừ khi có nhu cầu model cụ thể không cần." msgid "External bridge density" msgstr "Mật độ cầu bên ngoài" @@ -11933,6 +11926,26 @@ msgstr "" "Khoảng cách giữa đường brim trong cùng và đối tượng có thể làm cho brim dễ " "dàng tháo hơn." +msgid "Brim follows compensated outline" +msgstr "Brim tuân theo phác thảo được bù đắp" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"Khi được bật, brim sẽ được căn chỉnh theo hình học chu vi lớp đầu tiên " +"sau khi áp dụng Bồi thường bàn chân voi.\n" +"Tùy chọn này dành cho các trường hợp Bồi thường chân voi " +"làm thay đổi đáng kể dấu chân lớp đầu tiên.\n" +"\n" +"Nếu thiết lập hiện tại của bạn đã hoạt động tốt, việc bật nó có thể không cần thiết và " +"có thể khiến brim kết hợp với các lớp trên." + msgid "Brim ears" msgstr "Tai brim" @@ -12975,7 +12988,7 @@ msgstr "Co ngót (XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -18128,7 +18141,7 @@ msgid "Filament For Calibration" msgstr "Filament để hiệu chỉnh" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -18136,12 +18149,6 @@ msgstr "" "- Vật liệu có thể chia sẻ cùng nhiệt độ bàn nóng\n" "- Thương hiệu và họ filament khác nhau (Thương hiệu = Bambu, Họ = Cơ bản, Mờ)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "Mẫu" @@ -19247,8 +19254,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19260,8 +19267,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -20023,13 +20030,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -20154,9 +20161,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -20839,9 +20843,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "Vẫn nạp" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Vui lòng chọn một khe AMS trước khi hiệu chỉnh." - #~ msgid "Can't start this without SD card." #~ msgstr "Không thể bắt đầu mà không có thẻ SD." @@ -20993,15 +20994,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "Vui lòng chọn màu filament" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bản Bambu Engineering" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bản Bambu Smooth PEI" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bản Bambu Textured PEI" - #~ msgid "Send print job to" #~ msgstr "Gửi công việc in đến" @@ -21194,30 +21186,6 @@ msgstr "" #~ "Không thể in nhiều filament có sự chênh lệch nhiệt độ lớn cùng lúc. Nếu " #~ "không, extruder và đầu phun có thể bị tắc hoặc hư hỏng trong khi in." -#, no-c-format, no-boost-format -#~ msgid "" -#~ "Bridging angle override. If left to zero, the bridging angle will be " -#~ "calculated automatically. Otherwise the provided angle will be used for " -#~ "external bridges. Use 180° for zero angle." -#~ msgstr "" -#~ "Ghi đè góc bắc cầu. Nếu để là không, góc bắc cầu sẽ được tính tự động. " -#~ "Nếu không, góc được cung cấp sẽ được sử dụng cho cầu bên ngoài. Sử dụng " -#~ "180° cho góc không." - -#~ msgid "" -#~ "Internal bridging angle override. If left to zero, the bridging angle " -#~ "will be calculated automatically. Otherwise the provided angle will be " -#~ "used for internal bridges. Use 180° for zero angle.\n" -#~ "\n" -#~ "It is recommended to leave it at 0 unless there is a specific model need " -#~ "not to." -#~ msgstr "" -#~ "Ghi đè góc bắc cầu bên trong. Nếu để là không, góc bắc cầu sẽ được tính " -#~ "tự động. Nếu không, góc được cung cấp sẽ được sử dụng cho cầu bên trong. " -#~ "Sử dụng 180° cho góc không.\n" -#~ "\n" -#~ "Khuyến nghị để ở 0 trừ khi có nhu cầu model cụ thể không cần." - #~ msgid "Ironing angle" #~ msgstr "Góc ủi" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index 8ea2c0b7be..362bf217db 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -1982,13 +1982,13 @@ msgstr "从磁盘重新加载选中的零件" msgid "Replace with STL" msgstr "替换为STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "用新的STL替换选中的零件" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2124,7 +2124,7 @@ msgstr "拆分所选对象" msgid "Auto orientation" msgstr "自动朝向" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "自动调整对象朝向以提高打印质量。" msgid "Edit" @@ -2490,7 +2490,7 @@ msgid "Plate" msgstr "盘" msgid "Brim" -msgstr "Brim" +msgstr "边缘" msgid "Object/Part Setting" msgstr "对象/零件设置" @@ -4087,13 +4087,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -5134,7 +5134,7 @@ msgstr "导出所有对象为多个STL" msgid "Export Generic 3MF" msgstr "导出通用 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "导出不含 3MF 扩展的 3MF 文件" msgid "Export current sliced file" @@ -5923,13 +5923,13 @@ msgstr "取消打印" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "打印机正在执行其他打印任务" -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -5963,7 +5963,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "请先选择一个AMS槽位后进行标定" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6574,7 +6574,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6762,7 +6762,6 @@ msgid "" "upgrade your software." msgstr "该3mf的版本%s比%s的版本%s要新,建议升级你的软件。" -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7479,7 +7478,7 @@ msgid "Show options when importing STEP file" msgstr "显示STEP网格参数设置对话框" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "如果启用,在导入STEP文件时将出现参数设置对话框" msgid "Auto backup" @@ -7523,7 +7522,7 @@ msgstr "" msgid "All" msgstr "所有" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7580,7 +7579,7 @@ msgstr "反转鼠标缩放" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "如果启用,使用鼠标滚轮缩放的方向会反转。" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8002,17 +8001,17 @@ msgstr "低温打印板" msgid "PLA Plate" msgstr "PLA打印板" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "工程材料打印板" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "光面PEI打印板" msgid "High temperature Plate" msgstr "高温打印板" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "纹理PEI打印板" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8226,32 +8225,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "如果无法连接到打印机,请单击此处" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "未登录账号,仅显示局域网模式的打印机" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "正在连接服务器..." -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "正在同步设备信息" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "同步设备信息超时" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "设备升级中,无法发送打印任务" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "打印机正在执行指令,请在其结束后重新发起打印" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8273,7 +8272,7 @@ msgid "" "updated." msgstr "需要更新打印机固件后,才能将打印任务发送到打印机" -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "无法为空盘发送打印任务" msgid "Storage needs to be inserted to record timelapse." @@ -8293,7 +8292,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "此打印机类型不支持打印所有盘" msgid "" @@ -8541,8 +8540,8 @@ msgid "Still print by object?" msgstr "仍然按对象打印吗?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8572,12 +8571,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9079,7 +9072,7 @@ msgid "Number of extruders of the printer." msgstr "打印机的挤出机数。" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9158,14 +9151,6 @@ msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." msgstr[0] "下列预设将被一起删除。" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"确定要删除所选预设吗?\n" -"如果该预设对应于打印机上当前正在使用的耗材丝,请重置该插槽的耗材丝信息。" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "确定要%1%所选预设吗?" @@ -10665,7 +10650,7 @@ msgstr "当壁序列为外内或内外内时,精确墙壁选项将被忽略。 msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "" msgid "Generating skirt & brim" @@ -11079,7 +11064,7 @@ msgstr "外部桥接填充方向" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "搭桥角度覆盖。如果设置为零,该角度将自动计算。否则外部的桥接将用提供的值。" "180°表示0度。" @@ -11090,7 +11075,7 @@ msgstr "内部桥接填充方向" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11508,6 +11493,26 @@ msgid "" "easily." msgstr "在brim和模型之间设置间隙,能够让brim更容易剥离" +msgid "Brim follows compensated outline" +msgstr "边缘 遵循补偿轮廓" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"启用后,边缘 与第一层周边几何体对齐 " +"应用象脚补偿后。\n" +"此选项适用于象脚补偿的情况 " +"显着改变第一层足迹。\n" +"\n" +"如果您当前的设置已经运行良好,则可能没有必要启用它,并且 " +"可以导致 边缘 与上层融合。" + msgid "Brim ears" msgstr "圆盘" @@ -12419,7 +12424,7 @@ msgstr "收缩率(XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -17051,7 +17056,7 @@ msgid "Filament For Calibration" msgstr "校准用耗材" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17059,12 +17064,6 @@ msgstr "" "-可以共享相同热床温度的材料\n" "-不同的耗材品牌和系列(Brand = Bambu, Family = Basic, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "图案" @@ -18123,8 +18122,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18136,8 +18135,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18839,13 +18838,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -18966,9 +18965,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19601,9 +19597,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "继续进料" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "请先选择一个AMS槽位后进行标定" - #~ msgid "Can't start this without SD card." #~ msgstr "没有SD卡无法开始任务" @@ -19712,15 +19705,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "请选择材料颜色" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "工程材料打印板" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "光面PEI打印板" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "纹理PEI打印板" - #~ msgid "Send print job to" #~ msgstr "发送打印任务至" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index ee6f9fd2d6..f1a14f9fb8 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -10,15 +10,15 @@ msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-11-05 17:33+0800\n" -"PO-Revision-Date: 2025-03-27 19:32+0800\n" -"Last-Translator: 5idereal \n" +"PO-Revision-Date: 2025-11-28 13:48-0600\n" +"Last-Translator: tntchn <15895303+tntchn@users.noreply.github.com>\n" "Language-Team: \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.8\n" msgid "" "The filament may not be compatible with the current machine settings. " @@ -1984,13 +1984,13 @@ msgstr "從硬碟重新載入選中的零件" msgid "Replace with STL" msgstr "替換為 STL" -msgid "Replace the selected part with new STL." +msgid "Replace the selected part with new STL" msgstr "用新的 STL 替換選中的零件" msgid "Replace all with STL" msgstr "" -msgid "Replace all selected parts with STL from folder." +msgid "Replace all selected parts with STL from folder" msgstr "" msgid "Change filament" @@ -2126,7 +2126,7 @@ msgstr "拆分所選物件" msgid "Auto orientation" msgstr "自動定向" -msgid "Auto orient the object to improve print quality." +msgid "Auto orient the object to improve print quality" msgstr "自動調整物件轉向以提高列印品質。" msgid "Edit" @@ -2493,7 +2493,7 @@ msgid "Plate" msgstr "列印板" msgid "Brim" -msgstr "Brim" +msgstr "邊緣" msgid "Object/Part Setting" msgstr "物件/零件 設定" @@ -4096,13 +4096,13 @@ msgstr "" msgid "" "The current chamber temperature or the target chamber temperature exceeds " -"45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" +"45℃. In order to avoid extruder clogging, low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" msgid "" -"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " -"avoid extruder clogging,it is not allowed to set the chamber temperature." +"Low temperature filament(PLA/PETG/TPU) is loaded in the extruder. In order to " +"avoid extruder clogging, it is not allowed to set the chamber temperature." msgstr "" msgid "" @@ -4732,10 +4732,10 @@ msgid "Add plate" msgstr "新增列印板" msgid "Auto orient all/selected objects" -msgstr "自动定位所有/选定的对象" +msgstr "自動旋轉所有/選取物件的方向" msgid "Auto orient all objects on current plate" -msgstr "自动调整当前板上的所有对象" +msgstr "自動旋轉目前板上所有物件的方向" msgid "Arrange all objects" msgstr "全域整理" @@ -5140,7 +5140,7 @@ msgstr "將所有物件匯出為 STL 檔案" msgid "Export Generic 3MF" msgstr "匯出通用 3MF" -msgid "Export 3MF file without using some 3mf-extensions." +msgid "Export 3MF file without using some 3mf-extensions" msgstr "匯出不含 3MF 擴展的 3MF 檔案" msgid "Export current sliced file" @@ -5931,13 +5931,13 @@ msgstr "取消列印" msgid "Are you sure you want to stop this print?" msgstr "" -msgid "The printer is busy on other print job" +msgid "The printer is busy with another print job." msgstr "列印設備正在執行其他列印作業" -msgid "Current extruder is busy changing filament" +msgid "Current extruder is busy changing filament." msgstr "" -msgid "Current slot has already been loaded" +msgid "Current slot has already been loaded." msgstr "" msgid "The selected slot is empty." @@ -5972,7 +5972,7 @@ msgid "" msgstr "" msgid "Please select an AMS slot before calibration" -msgstr "" +msgstr "請先選擇一個 AMS 槽位後進行校正" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6588,7 +6588,7 @@ msgid "Not installed" msgstr "" msgid "" -"The software does not support using different diameter of nozzles for one " +"The software does not support using different diameter of nozzles for one " "print. If the left and right nozzles are inconsistent, we can only proceed " "with single-head printing. Please confirm which nozzle you would like to use " "for this project." @@ -6774,7 +6774,6 @@ msgid "" "upgrade your software." msgstr "該 3MF 的版本 %s 比 %s 的版本 %s 要新,建議升級您的軟體。" -#, fuzzy msgid "" "The 3MF file was generated by an old OrcaSlicer version, loading geometry " "data only." @@ -7385,7 +7384,7 @@ msgid "Browse" msgstr "瀏覽" msgid "Choose folder for downloaded items" -msgstr "" +msgstr "選擇下載項目的目標資料夾" msgid "Choose Download Directory" msgstr "選擇下載資料夾" @@ -7412,7 +7411,7 @@ msgid "Metric" msgstr "公制" msgid "Imperial" -msgstr "英製" +msgstr "英制" msgid "Units" msgstr "單位" @@ -7455,10 +7454,10 @@ msgid "Show the splash screen during startup." msgstr "啟動時顯示啟動動畫。" msgid "Downloads folder" -msgstr "" +msgstr "下載資料夾" msgid "Target folder for downloaded items" -msgstr "" +msgstr "下載項目的存放資料夾" msgid "Load All" msgstr "載入全部" @@ -7479,13 +7478,13 @@ msgid "Should printer/filament/process settings be loaded when opening a 3MF fil msgstr "開啟 .3mf 檔案時,是否需要載入印表機、線材和參數設定?" msgid "Maximum recent files" -msgstr "" +msgstr "最近開啟的檔案上限" msgid "Maximum count of recent files" -msgstr "" +msgstr "最近開啟的檔案上限" msgid "Add STL/STEP files to recent files list" -msgstr "" +msgstr "在最近開啟的檔案中加入 STL/STEP 檔案" msgid "Don't warn when loading 3MF with modified G-code" msgstr "載入包含修改過 G-code 的 3MF 時不顯示警告" @@ -7494,7 +7493,7 @@ msgid "Show options when importing STEP file" msgstr "顯示 STEP 網格參數設定視窗。" msgid "" -"If enabled,a parameter settings dialog will appear during STEP file import." +"If enabled, a parameter settings dialog will appear during STEP file import." msgstr "啟用後,匯入 STEP 檔案時會顯示參數設定視窗。" msgid "Auto backup" @@ -7527,7 +7526,7 @@ msgid "" msgstr "啟用時可以同時傳送到並管理多個機臺。" msgid "(Requires restart)" -msgstr "" +msgstr "(需要重啟程式)" msgid "Pop up to select filament grouping mode" msgstr "" @@ -7538,7 +7537,7 @@ msgstr "" msgid "All" msgstr "所有" -msgid "Auto flush after changing ..." +msgid "Auto flush after changing..." msgstr "" msgid "Auto calculate flushing volumes when selected values changed" @@ -7583,11 +7582,11 @@ msgid "If enabled, use free camera. If not enabled, use constrained camera." msgstr "如果啟用,則使用自由鏡頭。若未啟用,則使用受限鏡頭。" msgid "Swap pan and rotate mouse buttons" -msgstr "交换鼠标按钮的平移与旋转功能" +msgstr "對調滑鼠的平移與旋轉按鍵" msgid "" "If enabled, swaps the left and right mouse buttons pan and rotate functions." -msgstr "启用后,将左键和右键的平移与旋转功能对调" +msgstr "啟用後,對調滑鼠左鍵與右鍵的平移與旋轉功能。" msgid "Reverse mouse zoom" msgstr "反轉滑鼠滾輪縮放方向" @@ -7595,7 +7594,7 @@ msgstr "反轉滑鼠滾輪縮放方向" msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "啟用後,改變滑鼠滾輪縮放方向。" -msgid "Clear my choice on ..." +msgid "Clear my choice on..." msgstr "" msgid "Unsaved projects" @@ -8018,17 +8017,17 @@ msgstr "低溫列印版" msgid "PLA Plate" msgstr "PLA 列印板" -msgid "Bamabu Engineering Plate" -msgstr "" +msgid "Bambu Engineering Plate" +msgstr "Bambu 工程列印熱板" -msgid "Bamabu Smooth PEI Plate" -msgstr "" +msgid "Bambu Smooth PEI Plate" +msgstr "Bambu 平滑 PEI 列印板" msgid "High temperature Plate" msgstr "高溫列印板" -msgid "Bamabu Textured PEI Plate" -msgstr "" +msgid "Bambu Textured PEI Plate" +msgstr "Bambu 紋理 PEI 列印板" msgid "Bambu Cool Plate SuperTack" msgstr "" @@ -8243,32 +8242,32 @@ msgstr "" msgid "Click here if you can't connect to the printer" msgstr "如果無法連接到列印設備,請按一下此處" -msgid "No login account, only printers in LAN mode are displayed" +msgid "No login account, only printers in LAN mode are displayed." msgstr "未登入帳號,僅顯示區域網路模式的列印設備" -msgid "Connecting to server" +msgid "Connecting to server..." msgstr "正在連接伺服器..." -msgid "Synchronizing device information" +msgid "Synchronizing device information..." msgstr "正在同步設備資訊" -msgid "Synchronizing device information time out" +msgid "Synchronizing device information timed out." msgstr "同步設備資訊逾時" -msgid "Cannot send the print job when the printer is not at FDM mode" +msgid "Cannot send a print job when the printer is not at FDM mode." msgstr "" -msgid "Cannot send the print job when the printer is updating firmware" +msgid "Cannot send a print job while the printer is updating firmware." msgstr "設備升級中,無法傳送列印作業" msgid "" -"The printer is executing instructions. Please restart printing after it ends" +"The printer is executing instructions. Please restart printing after it ends." msgstr "列印設備正在執行指令,請在指令結束後重新開始列印" msgid "AMS is setting up. Please try again later." msgstr "" -msgid "Please do not mix-use the Ext with AMS" +msgid "Please do not mix-use the Ext with AMS." msgstr "" msgid "" @@ -8290,7 +8289,7 @@ msgid "" "updated." msgstr "機台需要更新韌體才能接收列印作業。" -msgid "Cannot send the print job for empty plate" +msgid "Cannot send a print job for an empty plate." msgstr "無法傳送空的列印板" msgid "Storage needs to be inserted to record timelapse." @@ -8310,7 +8309,7 @@ msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -msgid "This printer does not support printing all plates" +msgid "This printer does not support printing all plates." msgstr "此列印設備類型不支援列印所有列印板" msgid "" @@ -8562,8 +8561,8 @@ msgid "Still print by object?" msgstr "持續逐件列印?" msgid "" -"Non-soluble support materials are not recommended for support base. \n" -"Are you sure to use them for support base? \n" +"Non-soluble support materials are not recommended for support base.\n" +"Are you sure to use them for support base?\n" msgstr "" #, fuzzy @@ -8596,12 +8595,6 @@ msgid "" "and use soluble materials for both support interface and support base." msgstr "" -msgid "" -"Change these settings automatically? \n" -"Yes - Change these settings automatically\n" -"No - Do not change these settings for me" -msgstr "" - msgid "" "Enabling this option will modify the model's shape. If your print requires " "precise dimensions or is part of an assembly, it's important to double-check " @@ -9102,7 +9095,7 @@ msgid "Number of extruders of the printer." msgstr "機台擠出機數量。" msgid "" -"Single Extruder Multi Material is selected, \n" +"Single Extruder Multi Material is selected,\n" "and all extruders must have the same diameter.\n" "Do you want to change the diameter for all extruders to first extruder " "nozzle diameter value?" @@ -9182,14 +9175,6 @@ msgid "Following preset will be deleted too." msgid_plural "Following presets will be deleted too." msgstr[0] "以下預設將一起被刪除。" -msgid "" -"Are you sure to delete the selected preset? \n" -"If the preset corresponds to a filament currently in use on your printer, " -"please reset the filament information for that slot." -msgstr "" -"確定要刪除這個預設設定嗎? \n" -"若該預設目前正用於列印機中的某個材料,請務必重新設定該位置的材料資訊。" - #, boost-format msgid "Are you sure to %1% the selected preset?" msgstr "確定要 %1% 所選預設嗎?" @@ -9787,12 +9772,11 @@ msgid "" "it just orients the selected ones. Otherwise, it will orient all objects in " "the current project." msgstr "" -"自动调整选定零件/所有零件的方向,\n" -"有选定零件时调整选定零件的朝向,\n" -"没有选择零件时调整当项目所有零件的朝向" +"自動旋轉選取的物件或所有物件的方向。當有物件被選取時,僅自動旋轉選取的物件。無選取的物件時," +"會自動旋轉專案中的所有物件。" msgid "Auto orients all objects on the active plate." -msgstr "自动调整活动板上的所有物体的方向。" +msgstr "自動旋轉目前板上所有物件的方向" msgid "Collapse/Expand the sidebar" msgstr "摺疊/展開 側邊欄" @@ -10699,7 +10683,7 @@ msgstr "" msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " -"filaments differs significantly." +"filaments does not match." msgstr "線材收縮補償將被停用,因為所使用的線材之間的收縮率差異過大。" msgid "Generating skirt & brim" @@ -11130,7 +11114,7 @@ msgstr "外部橋接結構的填充方向" msgid "" "Bridging angle override. If left to zero, the bridging angle will be " "calculated automatically. Otherwise the provided angle will be used for " -"external bridges. Use 180°for zero angle." +"external bridges. Use 180° for zero angle." msgstr "" "橋接角度覆蓋。如果為零,該角度將自動計算。否則外部的橋接將用提供的值。180° 表" "示 0 度。" @@ -11141,7 +11125,7 @@ msgstr "內部橋接結構的填充方向" msgid "" "Internal bridging angle override. If left to zero, the bridging angle will " "be calculated automatically. Otherwise the provided angle will be used for " -"internal bridges. Use 180°for zero angle.\n" +"internal bridges. Use 180° for zero angle.\n" "\n" "It is recommended to leave it at 0 unless there is a specific model need not " "to." @@ -11576,6 +11560,26 @@ msgid "" "easily." msgstr "在 Brim 和模型之間設定間隙,能夠讓 Brim 更容易拆除" +msgid "Brim follows compensated outline" +msgstr "邊緣 遵循補償輪廓" + +msgid "" +"When enabled, the brim is aligned with the first-layer perimeter geometry " +"after Elephant Foot Compensation is applied.\n" +"This option is intended for cases where Elephant Foot Compensation " +"significantly alters the first-layer footprint.\n" +"\n" +"If your current setup already works well, enabling it may be unnecessary and " +"can cause the brim to fuse with upper layers." +msgstr "" +"啟用後,邊緣 與第一層周邊幾何體對齊 " +"應用像腳補償後。\n" +"此選項適用於像腳補償的情況 " +"顯著改變第一層足跡。\n" +"\n" +"如果您當前的設置已經運行良好,則可能沒有必要啟用它,並且 " +"可以導致 邊緣 與上層融合。" + msgid "Brim ears" msgstr "耳狀 Brim" @@ -12524,7 +12528,7 @@ msgstr "收縮(XY)" msgid "" "Enter the shrinkage percentage that the filament will get after cooling (94% " "if you measure 94mm instead of 100mm). The part will be scaled in XY to " -"compensate. Only the filament used for the perimeter is taken into account.\n" +"compensate. For multi-material prints, ensure filament shrinkage matches across all used filaments\n" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" @@ -17217,7 +17221,7 @@ msgid "Filament For Calibration" msgstr "校正用線材" msgid "" -"Tips for calibration material: \n" +"Tips for calibration material:\n" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family (Brand = Bambu, Family = Basic, Matte)" msgstr "" @@ -17225,12 +17229,6 @@ msgstr "" "-可以共享相同熱床溫度的線材\n" "-不同的線材品牌和系列(Brand = Bambu, Family = Basic, Matte)" -msgid "" -"Tips for calibration material: \n" -"- Materials that can share same hot bed temperature\n" -"- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" -msgstr "" - msgid "Pattern" msgstr "花紋" @@ -18289,8 +18287,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized nozzle." -"Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle. " +"Did you change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -18302,8 +18300,8 @@ msgid "nozzle[%d] memorized: %.1f" msgstr "" msgid "" -"Your nozzle type in preset is not consistent with memorized nozzle.Did you " -"change your nozzle lately ? " +"Your nozzle type in preset is not consistent with memorized nozzle. Did you " +"change your nozzle lately?" msgstr "" #, c-format, boost-format @@ -19014,13 +19012,13 @@ msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " -"filament-saving principles to minimize waste" +"filament-saving principles to minimize waste." msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " -"adjustment" +"adjustment." msgstr "" msgid "Manually assign filament to the left or right nozzle" @@ -19141,9 +19139,6 @@ msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -msgid "Loading ..." -msgstr "" - #, c-format, boost-format msgid "/%d Selected" msgstr "" @@ -19764,9 +19759,6 @@ msgstr "" #~ msgid "Still load" #~ msgstr "繼續進料" -#~ msgid "Please select an AMS slot before calibration." -#~ msgstr "請先選擇一個 AMS 槽位後進行校正" - #~ msgid "Can't start this without SD card." #~ msgstr "沒有 SD 記憶卡無法開始。" @@ -19876,15 +19868,6 @@ msgstr "" #~ msgid "Please choose the filament color" #~ msgstr "請選擇線材顏色" -#~ msgid "Bambu Engineering Plate" -#~ msgstr "Bambu 工程列印熱板" - -#~ msgid "Bambu Smooth PEI Plate" -#~ msgstr "Bambu 平滑 PEI 列印板" - -#~ msgid "Bambu Textured PEI Plate" -#~ msgstr "Bambu 紋理 PEI 列印板" - #~ msgid "Send print job to" #~ msgstr "傳送列印作業至" diff --git a/resources/calib/volumetric_speed/SpeedTestStructure.step b/resources/calib/volumetric_speed/SpeedTestStructure.step index 87aa053957..3c9f42a835 100644 --- a/resources/calib/volumetric_speed/SpeedTestStructure.step +++ b/resources/calib/volumetric_speed/SpeedTestStructure.step @@ -3,35394 +3,20893 @@ HEADER; /* Generated by software containing ST-Developer * from STEP Tools, Inc. (www.steptools.com) */ +/* OPTION: using custom schema-name function */ FILE_DESCRIPTION( /* description */ (''), /* implementation_level */ '2;1'); FILE_NAME( -/* name */ 'SpeedTestStructure.step', -/* time_stamp */ '2023-10-31T19:49:27+08:00', +/* name */ 'SpeedTestStructure', +/* time_stamp */ '2025-03-28T17:05:06+03:00', /* author */ (''), /* organization */ (''), -/* preprocessor_version */ 'ST-DEVELOPER v20', -/* originating_system */ 'Autodesk Translation Framework v12.14.0.127', - +/* preprocessor_version */ 'ST-DEVELOPER v16.5', +/* originating_system */ 'Rhino 7.34', /* authorisation */ ''); -FILE_SCHEMA (('AUTOMOTIVE_DESIGN { 1 0 10303 214 3 1 1 }')); +FILE_SCHEMA (('CONFIG_CONTROL_DESIGN')); ENDSEC; DATA; -#10=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#13),#31417); -#11=SHAPE_REPRESENTATION_RELATIONSHIP('SRR','None',#31424,#12); -#12=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#14),#31416); -#13=STYLED_ITEM('',(#31433),#14); -#14=MANIFOLD_SOLID_BREP('SpeedTestStructure',#11259); -#15=PLANE('',#11278); -#16=PLANE('',#11279); -#17=PLANE('',#11282); -#18=PLANE('',#11285); -#19=PLANE('',#11288); -#20=PLANE('',#11291); -#21=PLANE('',#11294); -#22=PLANE('',#11297); -#23=PLANE('',#11300); -#24=PLANE('',#11303); -#25=PLANE('',#11306); -#26=PLANE('',#11309); -#27=PLANE('',#11312); -#28=PLANE('',#11315); -#29=PLANE('',#11318); -#30=PLANE('',#11321); -#31=PLANE('',#11324); -#32=PLANE('',#11327); -#33=PLANE('',#11330); -#34=PLANE('',#11333); -#35=PLANE('',#11336); -#36=PLANE('',#11339); -#37=PLANE('',#11342); -#38=PLANE('',#11345); -#39=PLANE('',#11348); -#40=PLANE('',#11351); -#41=PLANE('',#11354); -#42=PLANE('',#11357); -#43=PLANE('',#11360); -#44=PLANE('',#11363); -#45=PLANE('',#11366); -#46=PLANE('',#11369); -#47=PLANE('',#11372); -#48=PLANE('',#11375); -#49=PLANE('',#11378); -#50=PLANE('',#11381); -#51=PLANE('',#11384); -#52=PLANE('',#11387); -#53=PLANE('',#11390); -#54=PLANE('',#11393); -#55=PLANE('',#11396); -#56=PLANE('',#11399); -#57=PLANE('',#11402); -#58=PLANE('',#11405); -#59=PLANE('',#11408); -#60=PLANE('',#11411); -#61=PLANE('',#11414); -#62=PLANE('',#11417); -#63=PLANE('',#11420); -#64=PLANE('',#11423); -#65=PLANE('',#11426); -#66=PLANE('',#11429); -#67=PLANE('',#11432); -#68=PLANE('',#11435); -#69=PLANE('',#11438); -#70=PLANE('',#11441); -#71=PLANE('',#11444); -#72=PLANE('',#11447); -#73=PLANE('',#11450); -#74=PLANE('',#11453); -#75=PLANE('',#11456); -#76=PLANE('',#11459); -#77=PLANE('',#11462); -#78=PLANE('',#11465); -#79=PLANE('',#11468); -#80=PLANE('',#11471); -#81=PLANE('',#11474); -#82=PLANE('',#11477); -#83=PLANE('',#11480); -#84=PLANE('',#11483); -#85=PLANE('',#11486); -#86=PLANE('',#11489); -#87=PLANE('',#11492); -#88=PLANE('',#11495); -#89=PLANE('',#11498); -#90=PLANE('',#11501); -#91=PLANE('',#11504); -#92=PLANE('',#11507); -#93=PLANE('',#11510); -#94=PLANE('',#11513); -#95=PLANE('',#11516); -#96=PLANE('',#11519); -#97=PLANE('',#11522); -#98=PLANE('',#11525); -#99=PLANE('',#11528); -#100=PLANE('',#11531); -#101=PLANE('',#11534); -#102=PLANE('',#11537); -#103=PLANE('',#11540); -#104=PLANE('',#11543); -#105=PLANE('',#11546); -#106=PLANE('',#11549); -#107=PLANE('',#11552); -#108=PLANE('',#11555); -#109=PLANE('',#11558); -#110=PLANE('',#11561); -#111=PLANE('',#11564); -#112=PLANE('',#11567); -#113=PLANE('',#11570); -#114=PLANE('',#11573); -#115=PLANE('',#11576); -#116=PLANE('',#11579); -#117=PLANE('',#11582); -#118=PLANE('',#11585); -#119=PLANE('',#11588); -#120=PLANE('',#11591); -#121=PLANE('',#11594); -#122=PLANE('',#11597); -#123=PLANE('',#11600); -#124=PLANE('',#11603); -#125=PLANE('',#11606); -#126=PLANE('',#11609); -#127=PLANE('',#11612); -#128=PLANE('',#11615); -#129=PLANE('',#11618); -#130=PLANE('',#11621); -#131=PLANE('',#11624); -#132=PLANE('',#11627); -#133=PLANE('',#11630); -#134=PLANE('',#11633); -#135=PLANE('',#11636); -#136=PLANE('',#11639); -#137=PLANE('',#11642); -#138=PLANE('',#11645); -#139=PLANE('',#11648); -#140=PLANE('',#11651); -#141=PLANE('',#11654); -#142=PLANE('',#11657); -#143=PLANE('',#11662); -#144=PLANE('',#11665); -#145=PLANE('',#11668); -#146=PLANE('',#11671); -#147=PLANE('',#11674); -#148=PLANE('',#11677); -#149=PLANE('',#11680); -#150=PLANE('',#11683); -#151=PLANE('',#11686); -#152=PLANE('',#11689); -#153=PLANE('',#11692); -#154=PLANE('',#11693); -#155=PLANE('',#11712); -#156=PLANE('',#11713); -#157=PLANE('',#11714); -#158=PLANE('',#11715); -#159=PLANE('',#11716); -#160=PLANE('',#11717); -#161=PLANE('',#11718); -#162=PLANE('',#11719); -#163=CIRCLE('',#11276,19.9999942980925); -#164=CIRCLE('',#11277,19.9999942980925); -#165=CIRCLE('',#11694,20.0000044762554); -#166=CIRCLE('',#11695,10.); -#167=CIRCLE('',#11696,10.); -#168=CIRCLE('',#11697,10.); -#169=CIRCLE('',#11698,10.); -#170=CIRCLE('',#11699,10.); -#171=CIRCLE('',#11701,10.); -#172=CIRCLE('',#11703,10.); -#173=CIRCLE('',#11705,10.); -#174=CIRCLE('',#11707,10.); -#175=CIRCLE('',#11709,10.); -#176=CIRCLE('',#11711,20.0000044762554); -#177=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#13569,#13570),(#13571,#13572), -(#13573,#13574),(#13575,#13576),(#13577,#13578),(#13579,#13580),(#13581, -#13582),(#13583,#13584),(#13585,#13586),(#13587,#13588),(#13589,#13590), -(#13591,#13592)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#178=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20337,#20338),(#20339,#20340), -(#20341,#20342),(#20343,#20344),(#20345,#20346),(#20347,#20348),(#20349, -#20350),(#20351,#20352),(#20353,#20354),(#20355,#20356),(#20357,#20358), -(#20359,#20360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#179=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20417,#20418),(#20419,#20420), -(#20421,#20422),(#20423,#20424),(#20425,#20426),(#20427,#20428),(#20429, -#20430),(#20431,#20432),(#20433,#20434),(#20435,#20436),(#20437,#20438), -(#20439,#20440)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#180=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20497,#20498),(#20499,#20500), -(#20501,#20502),(#20503,#20504),(#20505,#20506),(#20507,#20508),(#20509, -#20510),(#20511,#20512),(#20513,#20514),(#20515,#20516),(#20517,#20518), -(#20519,#20520)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#181=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20577,#20578),(#20579,#20580), -(#20581,#20582),(#20583,#20584),(#20585,#20586),(#20587,#20588),(#20589, -#20590),(#20591,#20592),(#20593,#20594),(#20595,#20596),(#20597,#20598), -(#20599,#20600)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#182=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20657,#20658),(#20659,#20660), -(#20661,#20662),(#20663,#20664),(#20665,#20666),(#20667,#20668),(#20669, -#20670),(#20671,#20672),(#20673,#20674),(#20675,#20676),(#20677,#20678), -(#20679,#20680)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#183=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20737,#20738),(#20739,#20740), -(#20741,#20742),(#20743,#20744),(#20745,#20746),(#20747,#20748),(#20749, -#20750),(#20751,#20752),(#20753,#20754),(#20755,#20756),(#20757,#20758), -(#20759,#20760)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#184=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20817,#20818),(#20819,#20820), -(#20821,#20822),(#20823,#20824),(#20825,#20826),(#20827,#20828),(#20829, -#20830),(#20831,#20832),(#20833,#20834),(#20835,#20836),(#20837,#20838), -(#20839,#20840)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#185=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20897,#20898),(#20899,#20900), -(#20901,#20902),(#20903,#20904),(#20905,#20906),(#20907,#20908),(#20909, -#20910),(#20911,#20912),(#20913,#20914),(#20915,#20916),(#20917,#20918), -(#20919,#20920)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#186=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#20977,#20978),(#20979,#20980), -(#20981,#20982),(#20983,#20984),(#20985,#20986),(#20987,#20988),(#20989, -#20990),(#20991,#20992),(#20993,#20994),(#20995,#20996),(#20997,#20998), -(#20999,#21000)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#187=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21057,#21058),(#21059,#21060), -(#21061,#21062),(#21063,#21064),(#21065,#21066),(#21067,#21068),(#21069, -#21070),(#21071,#21072),(#21073,#21074),(#21075,#21076),(#21077,#21078), -(#21079,#21080)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#188=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21137,#21138),(#21139,#21140), -(#21141,#21142),(#21143,#21144),(#21145,#21146),(#21147,#21148),(#21149, -#21150),(#21151,#21152),(#21153,#21154),(#21155,#21156),(#21157,#21158), -(#21159,#21160)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#189=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21217,#21218),(#21219,#21220), -(#21221,#21222),(#21223,#21224),(#21225,#21226),(#21227,#21228),(#21229, -#21230),(#21231,#21232),(#21233,#21234),(#21235,#21236),(#21237,#21238), -(#21239,#21240)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#190=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21297,#21298),(#21299,#21300), -(#21301,#21302),(#21303,#21304),(#21305,#21306),(#21307,#21308),(#21309, -#21310),(#21311,#21312),(#21313,#21314),(#21315,#21316),(#21317,#21318), -(#21319,#21320)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#191=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21377,#21378),(#21379,#21380), -(#21381,#21382),(#21383,#21384),(#21385,#21386),(#21387,#21388),(#21389, -#21390),(#21391,#21392),(#21393,#21394),(#21395,#21396),(#21397,#21398), -(#21399,#21400)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#192=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21457,#21458),(#21459,#21460), -(#21461,#21462),(#21463,#21464),(#21465,#21466),(#21467,#21468),(#21469, -#21470),(#21471,#21472),(#21473,#21474),(#21475,#21476),(#21477,#21478), -(#21479,#21480)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#193=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21537,#21538),(#21539,#21540), -(#21541,#21542),(#21543,#21544),(#21545,#21546),(#21547,#21548),(#21549, -#21550),(#21551,#21552),(#21553,#21554),(#21555,#21556),(#21557,#21558), -(#21559,#21560)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#194=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21617,#21618),(#21619,#21620), -(#21621,#21622),(#21623,#21624),(#21625,#21626),(#21627,#21628),(#21629, -#21630),(#21631,#21632),(#21633,#21634),(#21635,#21636),(#21637,#21638), -(#21639,#21640)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#195=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21697,#21698),(#21699,#21700), -(#21701,#21702),(#21703,#21704),(#21705,#21706),(#21707,#21708),(#21709, -#21710),(#21711,#21712),(#21713,#21714),(#21715,#21716),(#21717,#21718), -(#21719,#21720)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#196=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21777,#21778),(#21779,#21780), -(#21781,#21782),(#21783,#21784),(#21785,#21786),(#21787,#21788),(#21789, -#21790),(#21791,#21792),(#21793,#21794),(#21795,#21796),(#21797,#21798), -(#21799,#21800)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#197=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21857,#21858),(#21859,#21860), -(#21861,#21862),(#21863,#21864),(#21865,#21866),(#21867,#21868),(#21869, -#21870),(#21871,#21872),(#21873,#21874),(#21875,#21876),(#21877,#21878), -(#21879,#21880)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#198=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#21937,#21938),(#21939,#21940), -(#21941,#21942),(#21943,#21944),(#21945,#21946),(#21947,#21948),(#21949, -#21950),(#21951,#21952),(#21953,#21954),(#21955,#21956),(#21957,#21958), -(#21959,#21960)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#199=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22017,#22018),(#22019,#22020), -(#22021,#22022),(#22023,#22024),(#22025,#22026),(#22027,#22028),(#22029, -#22030),(#22031,#22032),(#22033,#22034),(#22035,#22036),(#22037,#22038), -(#22039,#22040)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#200=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22097,#22098),(#22099,#22100), -(#22101,#22102),(#22103,#22104),(#22105,#22106),(#22107,#22108),(#22109, -#22110),(#22111,#22112),(#22113,#22114),(#22115,#22116),(#22117,#22118), -(#22119,#22120)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#201=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22177,#22178),(#22179,#22180), -(#22181,#22182),(#22183,#22184),(#22185,#22186),(#22187,#22188),(#22189, -#22190),(#22191,#22192),(#22193,#22194),(#22195,#22196),(#22197,#22198), -(#22199,#22200)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#202=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22257,#22258),(#22259,#22260), -(#22261,#22262),(#22263,#22264),(#22265,#22266),(#22267,#22268),(#22269, -#22270),(#22271,#22272),(#22273,#22274),(#22275,#22276),(#22277,#22278), -(#22279,#22280)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#203=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22337,#22338),(#22339,#22340), -(#22341,#22342),(#22343,#22344),(#22345,#22346),(#22347,#22348),(#22349, -#22350),(#22351,#22352),(#22353,#22354),(#22355,#22356),(#22357,#22358), -(#22359,#22360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#204=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22417,#22418),(#22419,#22420), -(#22421,#22422),(#22423,#22424),(#22425,#22426),(#22427,#22428),(#22429, -#22430),(#22431,#22432),(#22433,#22434),(#22435,#22436),(#22437,#22438), -(#22439,#22440)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#205=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22497,#22498),(#22499,#22500), -(#22501,#22502),(#22503,#22504),(#22505,#22506),(#22507,#22508),(#22509, -#22510),(#22511,#22512),(#22513,#22514),(#22515,#22516),(#22517,#22518), -(#22519,#22520)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#206=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22577,#22578),(#22579,#22580), -(#22581,#22582),(#22583,#22584),(#22585,#22586),(#22587,#22588),(#22589, -#22590),(#22591,#22592),(#22593,#22594),(#22595,#22596),(#22597,#22598), -(#22599,#22600)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#207=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22657,#22658),(#22659,#22660), -(#22661,#22662),(#22663,#22664),(#22665,#22666),(#22667,#22668),(#22669, -#22670),(#22671,#22672),(#22673,#22674),(#22675,#22676),(#22677,#22678), -(#22679,#22680)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#208=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22737,#22738),(#22739,#22740), -(#22741,#22742),(#22743,#22744),(#22745,#22746),(#22747,#22748),(#22749, -#22750),(#22751,#22752),(#22753,#22754),(#22755,#22756),(#22757,#22758), -(#22759,#22760)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#209=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22817,#22818),(#22819,#22820), -(#22821,#22822),(#22823,#22824),(#22825,#22826),(#22827,#22828),(#22829, -#22830),(#22831,#22832),(#22833,#22834),(#22835,#22836),(#22837,#22838), -(#22839,#22840)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#210=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22897,#22898),(#22899,#22900), -(#22901,#22902),(#22903,#22904),(#22905,#22906),(#22907,#22908),(#22909, -#22910),(#22911,#22912),(#22913,#22914),(#22915,#22916),(#22917,#22918), -(#22919,#22920)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#211=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#22977,#22978),(#22979,#22980), -(#22981,#22982),(#22983,#22984),(#22985,#22986),(#22987,#22988),(#22989, -#22990),(#22991,#22992),(#22993,#22994),(#22995,#22996),(#22997,#22998), -(#22999,#23000)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#212=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23057,#23058),(#23059,#23060), -(#23061,#23062),(#23063,#23064),(#23065,#23066),(#23067,#23068),(#23069, -#23070),(#23071,#23072),(#23073,#23074),(#23075,#23076),(#23077,#23078), -(#23079,#23080)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#213=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23137,#23138),(#23139,#23140), -(#23141,#23142),(#23143,#23144),(#23145,#23146),(#23147,#23148),(#23149, -#23150),(#23151,#23152),(#23153,#23154),(#23155,#23156),(#23157,#23158), -(#23159,#23160)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#214=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23217,#23218),(#23219,#23220), -(#23221,#23222),(#23223,#23224),(#23225,#23226),(#23227,#23228),(#23229, -#23230),(#23231,#23232),(#23233,#23234),(#23235,#23236),(#23237,#23238), -(#23239,#23240)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#215=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23297,#23298),(#23299,#23300), -(#23301,#23302),(#23303,#23304),(#23305,#23306),(#23307,#23308),(#23309, -#23310),(#23311,#23312),(#23313,#23314),(#23315,#23316),(#23317,#23318), -(#23319,#23320)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#216=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23377,#23378),(#23379,#23380), -(#23381,#23382),(#23383,#23384),(#23385,#23386),(#23387,#23388),(#23389, -#23390),(#23391,#23392),(#23393,#23394),(#23395,#23396),(#23397,#23398), -(#23399,#23400)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#217=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23457,#23458),(#23459,#23460), -(#23461,#23462),(#23463,#23464),(#23465,#23466),(#23467,#23468),(#23469, -#23470),(#23471,#23472),(#23473,#23474),(#23475,#23476),(#23477,#23478), -(#23479,#23480)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#218=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23537,#23538),(#23539,#23540), -(#23541,#23542),(#23543,#23544),(#23545,#23546),(#23547,#23548),(#23549, -#23550),(#23551,#23552),(#23553,#23554),(#23555,#23556),(#23557,#23558), -(#23559,#23560)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#219=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23617,#23618),(#23619,#23620), -(#23621,#23622),(#23623,#23624),(#23625,#23626),(#23627,#23628),(#23629, -#23630),(#23631,#23632),(#23633,#23634),(#23635,#23636),(#23637,#23638), -(#23639,#23640)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#220=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23697,#23698),(#23699,#23700), -(#23701,#23702),(#23703,#23704),(#23705,#23706),(#23707,#23708),(#23709, -#23710),(#23711,#23712),(#23713,#23714),(#23715,#23716),(#23717,#23718), -(#23719,#23720)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#221=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23777,#23778),(#23779,#23780), -(#23781,#23782),(#23783,#23784),(#23785,#23786),(#23787,#23788),(#23789, -#23790),(#23791,#23792),(#23793,#23794),(#23795,#23796),(#23797,#23798), -(#23799,#23800)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#222=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23857,#23858),(#23859,#23860), -(#23861,#23862),(#23863,#23864),(#23865,#23866),(#23867,#23868),(#23869, -#23870),(#23871,#23872),(#23873,#23874),(#23875,#23876),(#23877,#23878), -(#23879,#23880)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#223=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#23937,#23938),(#23939,#23940), -(#23941,#23942),(#23943,#23944),(#23945,#23946),(#23947,#23948),(#23949, -#23950),(#23951,#23952),(#23953,#23954),(#23955,#23956),(#23957,#23958), -(#23959,#23960)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#224=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24017,#24018),(#24019,#24020), -(#24021,#24022),(#24023,#24024),(#24025,#24026),(#24027,#24028),(#24029, -#24030),(#24031,#24032),(#24033,#24034),(#24035,#24036),(#24037,#24038), -(#24039,#24040)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#225=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24097,#24098),(#24099,#24100), -(#24101,#24102),(#24103,#24104),(#24105,#24106),(#24107,#24108),(#24109, -#24110),(#24111,#24112),(#24113,#24114),(#24115,#24116),(#24117,#24118), -(#24119,#24120)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#226=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24177,#24178),(#24179,#24180), -(#24181,#24182),(#24183,#24184),(#24185,#24186),(#24187,#24188),(#24189, -#24190),(#24191,#24192),(#24193,#24194),(#24195,#24196),(#24197,#24198), -(#24199,#24200)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#227=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24257,#24258),(#24259,#24260), -(#24261,#24262),(#24263,#24264),(#24265,#24266),(#24267,#24268),(#24269, -#24270),(#24271,#24272),(#24273,#24274),(#24275,#24276),(#24277,#24278), -(#24279,#24280)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#228=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24337,#24338),(#24339,#24340), -(#24341,#24342),(#24343,#24344),(#24345,#24346),(#24347,#24348),(#24349, -#24350),(#24351,#24352),(#24353,#24354),(#24355,#24356),(#24357,#24358), -(#24359,#24360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#229=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24417,#24418),(#24419,#24420), -(#24421,#24422),(#24423,#24424),(#24425,#24426),(#24427,#24428),(#24429, -#24430),(#24431,#24432),(#24433,#24434),(#24435,#24436),(#24437,#24438), -(#24439,#24440)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#230=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24497,#24498),(#24499,#24500), -(#24501,#24502),(#24503,#24504),(#24505,#24506),(#24507,#24508),(#24509, -#24510),(#24511,#24512),(#24513,#24514),(#24515,#24516),(#24517,#24518), -(#24519,#24520)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#231=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24577,#24578),(#24579,#24580), -(#24581,#24582),(#24583,#24584),(#24585,#24586),(#24587,#24588),(#24589, -#24590),(#24591,#24592),(#24593,#24594),(#24595,#24596),(#24597,#24598), -(#24599,#24600)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#232=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24657,#24658),(#24659,#24660), -(#24661,#24662),(#24663,#24664),(#24665,#24666),(#24667,#24668),(#24669, -#24670),(#24671,#24672),(#24673,#24674),(#24675,#24676),(#24677,#24678), -(#24679,#24680)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#233=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24737,#24738),(#24739,#24740), -(#24741,#24742),(#24743,#24744),(#24745,#24746),(#24747,#24748),(#24749, -#24750),(#24751,#24752),(#24753,#24754),(#24755,#24756),(#24757,#24758), -(#24759,#24760)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#234=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24817,#24818),(#24819,#24820), -(#24821,#24822),(#24823,#24824),(#24825,#24826),(#24827,#24828),(#24829, -#24830),(#24831,#24832),(#24833,#24834),(#24835,#24836),(#24837,#24838), -(#24839,#24840)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#235=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24897,#24898),(#24899,#24900), -(#24901,#24902),(#24903,#24904),(#24905,#24906),(#24907,#24908),(#24909, -#24910),(#24911,#24912),(#24913,#24914),(#24915,#24916),(#24917,#24918), -(#24919,#24920)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#236=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#24977,#24978),(#24979,#24980), -(#24981,#24982),(#24983,#24984),(#24985,#24986),(#24987,#24988),(#24989, -#24990),(#24991,#24992),(#24993,#24994),(#24995,#24996),(#24997,#24998), -(#24999,#25000)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#237=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25057,#25058),(#25059,#25060), -(#25061,#25062),(#25063,#25064),(#25065,#25066),(#25067,#25068),(#25069, -#25070),(#25071,#25072),(#25073,#25074),(#25075,#25076),(#25077,#25078), -(#25079,#25080)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#238=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25137,#25138),(#25139,#25140), -(#25141,#25142),(#25143,#25144),(#25145,#25146),(#25147,#25148),(#25149, -#25150),(#25151,#25152),(#25153,#25154),(#25155,#25156),(#25157,#25158), -(#25159,#25160)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#239=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25217,#25218),(#25219,#25220), -(#25221,#25222),(#25223,#25224),(#25225,#25226),(#25227,#25228),(#25229, -#25230),(#25231,#25232),(#25233,#25234),(#25235,#25236),(#25237,#25238), -(#25239,#25240)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#240=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25297,#25298),(#25299,#25300), -(#25301,#25302),(#25303,#25304),(#25305,#25306),(#25307,#25308),(#25309, -#25310),(#25311,#25312),(#25313,#25314),(#25315,#25316),(#25317,#25318), -(#25319,#25320)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#241=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25377,#25378),(#25379,#25380), -(#25381,#25382),(#25383,#25384),(#25385,#25386),(#25387,#25388),(#25389, -#25390),(#25391,#25392),(#25393,#25394),(#25395,#25396),(#25397,#25398), -(#25399,#25400)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#242=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25457,#25458),(#25459,#25460), -(#25461,#25462),(#25463,#25464),(#25465,#25466),(#25467,#25468),(#25469, -#25470),(#25471,#25472),(#25473,#25474),(#25475,#25476),(#25477,#25478), -(#25479,#25480)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#243=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25537,#25538),(#25539,#25540), -(#25541,#25542),(#25543,#25544),(#25545,#25546),(#25547,#25548),(#25549, -#25550),(#25551,#25552),(#25553,#25554),(#25555,#25556),(#25557,#25558), -(#25559,#25560)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#244=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25617,#25618),(#25619,#25620), -(#25621,#25622),(#25623,#25624),(#25625,#25626),(#25627,#25628),(#25629, -#25630),(#25631,#25632),(#25633,#25634),(#25635,#25636),(#25637,#25638), -(#25639,#25640)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#245=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25697,#25698),(#25699,#25700), -(#25701,#25702),(#25703,#25704),(#25705,#25706),(#25707,#25708),(#25709, -#25710),(#25711,#25712),(#25713,#25714),(#25715,#25716),(#25717,#25718), -(#25719,#25720)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#246=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25777,#25778),(#25779,#25780), -(#25781,#25782),(#25783,#25784),(#25785,#25786),(#25787,#25788),(#25789, -#25790),(#25791,#25792),(#25793,#25794),(#25795,#25796),(#25797,#25798), -(#25799,#25800)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#247=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25857,#25858),(#25859,#25860), -(#25861,#25862),(#25863,#25864),(#25865,#25866),(#25867,#25868),(#25869, -#25870),(#25871,#25872),(#25873,#25874),(#25875,#25876),(#25877,#25878), -(#25879,#25880)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#248=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#25937,#25938),(#25939,#25940), -(#25941,#25942),(#25943,#25944),(#25945,#25946),(#25947,#25948),(#25949, -#25950),(#25951,#25952),(#25953,#25954),(#25955,#25956),(#25957,#25958), -(#25959,#25960)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#249=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26017,#26018),(#26019,#26020), -(#26021,#26022),(#26023,#26024),(#26025,#26026),(#26027,#26028),(#26029, -#26030),(#26031,#26032),(#26033,#26034),(#26035,#26036),(#26037,#26038), -(#26039,#26040)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#250=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26097,#26098),(#26099,#26100), -(#26101,#26102),(#26103,#26104),(#26105,#26106),(#26107,#26108),(#26109, -#26110),(#26111,#26112),(#26113,#26114),(#26115,#26116),(#26117,#26118), -(#26119,#26120)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#251=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26177,#26178),(#26179,#26180), -(#26181,#26182),(#26183,#26184),(#26185,#26186),(#26187,#26188),(#26189, -#26190),(#26191,#26192),(#26193,#26194),(#26195,#26196),(#26197,#26198), -(#26199,#26200)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#252=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26257,#26258),(#26259,#26260), -(#26261,#26262),(#26263,#26264),(#26265,#26266),(#26267,#26268),(#26269, -#26270),(#26271,#26272),(#26273,#26274),(#26275,#26276),(#26277,#26278), -(#26279,#26280)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#253=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26337,#26338),(#26339,#26340), -(#26341,#26342),(#26343,#26344),(#26345,#26346),(#26347,#26348),(#26349, -#26350),(#26351,#26352),(#26353,#26354),(#26355,#26356),(#26357,#26358), -(#26359,#26360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#254=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26417,#26418),(#26419,#26420), -(#26421,#26422),(#26423,#26424),(#26425,#26426),(#26427,#26428),(#26429, -#26430),(#26431,#26432),(#26433,#26434),(#26435,#26436),(#26437,#26438), -(#26439,#26440)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#255=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26497,#26498),(#26499,#26500), -(#26501,#26502),(#26503,#26504),(#26505,#26506),(#26507,#26508),(#26509, -#26510),(#26511,#26512),(#26513,#26514),(#26515,#26516),(#26517,#26518), -(#26519,#26520)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#256=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26577,#26578),(#26579,#26580), -(#26581,#26582),(#26583,#26584),(#26585,#26586),(#26587,#26588),(#26589, -#26590),(#26591,#26592),(#26593,#26594),(#26595,#26596),(#26597,#26598), -(#26599,#26600)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#257=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26657,#26658),(#26659,#26660), -(#26661,#26662),(#26663,#26664),(#26665,#26666),(#26667,#26668),(#26669, -#26670),(#26671,#26672),(#26673,#26674),(#26675,#26676),(#26677,#26678), -(#26679,#26680)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#258=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26737,#26738),(#26739,#26740), -(#26741,#26742),(#26743,#26744),(#26745,#26746),(#26747,#26748),(#26749, -#26750),(#26751,#26752),(#26753,#26754),(#26755,#26756),(#26757,#26758), -(#26759,#26760)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#259=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26817,#26818),(#26819,#26820), -(#26821,#26822),(#26823,#26824),(#26825,#26826),(#26827,#26828),(#26829, -#26830),(#26831,#26832),(#26833,#26834),(#26835,#26836),(#26837,#26838), -(#26839,#26840)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#260=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26897,#26898),(#26899,#26900), -(#26901,#26902),(#26903,#26904),(#26905,#26906),(#26907,#26908),(#26909, -#26910),(#26911,#26912),(#26913,#26914),(#26915,#26916),(#26917,#26918), -(#26919,#26920)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#261=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#26977,#26978),(#26979,#26980), -(#26981,#26982),(#26983,#26984),(#26985,#26986),(#26987,#26988),(#26989, -#26990),(#26991,#26992),(#26993,#26994),(#26995,#26996),(#26997,#26998), -(#26999,#27000)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#262=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27057,#27058),(#27059,#27060), -(#27061,#27062),(#27063,#27064),(#27065,#27066),(#27067,#27068),(#27069, -#27070),(#27071,#27072),(#27073,#27074),(#27075,#27076),(#27077,#27078), -(#27079,#27080)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#263=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27137,#27138),(#27139,#27140), -(#27141,#27142),(#27143,#27144),(#27145,#27146),(#27147,#27148),(#27149, -#27150),(#27151,#27152),(#27153,#27154),(#27155,#27156),(#27157,#27158), -(#27159,#27160)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#264=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27217,#27218),(#27219,#27220), -(#27221,#27222),(#27223,#27224),(#27225,#27226),(#27227,#27228),(#27229, -#27230),(#27231,#27232),(#27233,#27234),(#27235,#27236),(#27237,#27238), -(#27239,#27240)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#265=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27297,#27298),(#27299,#27300), -(#27301,#27302),(#27303,#27304),(#27305,#27306),(#27307,#27308),(#27309, -#27310),(#27311,#27312),(#27313,#27314),(#27315,#27316),(#27317,#27318), -(#27319,#27320)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#266=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27377,#27378),(#27379,#27380), -(#27381,#27382),(#27383,#27384),(#27385,#27386),(#27387,#27388),(#27389, -#27390),(#27391,#27392),(#27393,#27394),(#27395,#27396),(#27397,#27398), -(#27399,#27400)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#267=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27457,#27458),(#27459,#27460), -(#27461,#27462),(#27463,#27464),(#27465,#27466),(#27467,#27468),(#27469, -#27470),(#27471,#27472),(#27473,#27474),(#27475,#27476),(#27477,#27478), -(#27479,#27480)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#268=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27537,#27538),(#27539,#27540), -(#27541,#27542),(#27543,#27544),(#27545,#27546),(#27547,#27548),(#27549, -#27550),(#27551,#27552),(#27553,#27554),(#27555,#27556),(#27557,#27558), -(#27559,#27560)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#269=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27617,#27618),(#27619,#27620), -(#27621,#27622),(#27623,#27624),(#27625,#27626),(#27627,#27628),(#27629, -#27630),(#27631,#27632),(#27633,#27634),(#27635,#27636),(#27637,#27638), -(#27639,#27640)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#270=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27697,#27698),(#27699,#27700), -(#27701,#27702),(#27703,#27704),(#27705,#27706),(#27707,#27708),(#27709, -#27710),(#27711,#27712),(#27713,#27714),(#27715,#27716),(#27717,#27718), -(#27719,#27720)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#271=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27777,#27778),(#27779,#27780), -(#27781,#27782),(#27783,#27784),(#27785,#27786),(#27787,#27788),(#27789, -#27790),(#27791,#27792),(#27793,#27794),(#27795,#27796),(#27797,#27798), -(#27799,#27800)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#272=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27857,#27858),(#27859,#27860), -(#27861,#27862),(#27863,#27864),(#27865,#27866),(#27867,#27868),(#27869, -#27870),(#27871,#27872),(#27873,#27874),(#27875,#27876),(#27877,#27878), -(#27879,#27880)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#273=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#27937,#27938),(#27939,#27940), -(#27941,#27942),(#27943,#27944),(#27945,#27946),(#27947,#27948),(#27949, -#27950),(#27951,#27952),(#27953,#27954),(#27955,#27956),(#27957,#27958), -(#27959,#27960)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#274=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28017,#28018),(#28019,#28020), -(#28021,#28022),(#28023,#28024),(#28025,#28026),(#28027,#28028),(#28029, -#28030),(#28031,#28032),(#28033,#28034),(#28035,#28036),(#28037,#28038), -(#28039,#28040)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#275=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28097,#28098),(#28099,#28100), -(#28101,#28102),(#28103,#28104),(#28105,#28106),(#28107,#28108),(#28109, -#28110),(#28111,#28112),(#28113,#28114),(#28115,#28116),(#28117,#28118), -(#28119,#28120)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#276=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28177,#28178),(#28179,#28180), -(#28181,#28182),(#28183,#28184),(#28185,#28186),(#28187,#28188),(#28189, -#28190),(#28191,#28192),(#28193,#28194),(#28195,#28196),(#28197,#28198), -(#28199,#28200)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#277=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28257,#28258),(#28259,#28260), -(#28261,#28262),(#28263,#28264),(#28265,#28266),(#28267,#28268),(#28269, -#28270),(#28271,#28272),(#28273,#28274),(#28275,#28276),(#28277,#28278), -(#28279,#28280)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#278=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28337,#28338),(#28339,#28340), -(#28341,#28342),(#28343,#28344),(#28345,#28346),(#28347,#28348),(#28349, -#28350),(#28351,#28352),(#28353,#28354),(#28355,#28356),(#28357,#28358), -(#28359,#28360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#279=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28417,#28418),(#28419,#28420), -(#28421,#28422),(#28423,#28424),(#28425,#28426),(#28427,#28428),(#28429, -#28430),(#28431,#28432),(#28433,#28434),(#28435,#28436),(#28437,#28438), -(#28439,#28440)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#280=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28497,#28498),(#28499,#28500), -(#28501,#28502),(#28503,#28504),(#28505,#28506),(#28507,#28508),(#28509, -#28510),(#28511,#28512),(#28513,#28514),(#28515,#28516),(#28517,#28518), -(#28519,#28520)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#281=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28577,#28578),(#28579,#28580), -(#28581,#28582),(#28583,#28584),(#28585,#28586),(#28587,#28588),(#28589, -#28590),(#28591,#28592),(#28593,#28594),(#28595,#28596),(#28597,#28598), -(#28599,#28600)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#282=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28657,#28658),(#28659,#28660), -(#28661,#28662),(#28663,#28664),(#28665,#28666),(#28667,#28668),(#28669, -#28670),(#28671,#28672),(#28673,#28674),(#28675,#28676),(#28677,#28678), -(#28679,#28680)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#283=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28737,#28738),(#28739,#28740), -(#28741,#28742),(#28743,#28744),(#28745,#28746),(#28747,#28748),(#28749, -#28750),(#28751,#28752),(#28753,#28754),(#28755,#28756),(#28757,#28758), -(#28759,#28760)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#284=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28817,#28818),(#28819,#28820), -(#28821,#28822),(#28823,#28824),(#28825,#28826),(#28827,#28828),(#28829, -#28830),(#28831,#28832),(#28833,#28834),(#28835,#28836),(#28837,#28838), -(#28839,#28840)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#285=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28897,#28898),(#28899,#28900), -(#28901,#28902),(#28903,#28904),(#28905,#28906),(#28907,#28908),(#28909, -#28910),(#28911,#28912),(#28913,#28914),(#28915,#28916),(#28917,#28918), -(#28919,#28920)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#286=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#28977,#28978),(#28979,#28980), -(#28981,#28982),(#28983,#28984),(#28985,#28986),(#28987,#28988),(#28989, -#28990),(#28991,#28992),(#28993,#28994),(#28995,#28996),(#28997,#28998), -(#28999,#29000)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#287=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29057,#29058),(#29059,#29060), -(#29061,#29062),(#29063,#29064),(#29065,#29066),(#29067,#29068),(#29069, -#29070),(#29071,#29072),(#29073,#29074),(#29075,#29076),(#29077,#29078), -(#29079,#29080)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#288=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29137,#29138),(#29139,#29140), -(#29141,#29142),(#29143,#29144),(#29145,#29146),(#29147,#29148),(#29149, -#29150),(#29151,#29152),(#29153,#29154),(#29155,#29156),(#29157,#29158), -(#29159,#29160)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#289=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29217,#29218),(#29219,#29220), -(#29221,#29222),(#29223,#29224),(#29225,#29226),(#29227,#29228),(#29229, -#29230),(#29231,#29232),(#29233,#29234),(#29235,#29236),(#29237,#29238), -(#29239,#29240)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#290=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29297,#29298),(#29299,#29300), -(#29301,#29302),(#29303,#29304),(#29305,#29306),(#29307,#29308),(#29309, -#29310),(#29311,#29312),(#29313,#29314),(#29315,#29316),(#29317,#29318), -(#29319,#29320)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#291=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29377,#29378),(#29379,#29380), -(#29381,#29382),(#29383,#29384),(#29385,#29386),(#29387,#29388),(#29389, -#29390),(#29391,#29392),(#29393,#29394),(#29395,#29396),(#29397,#29398), -(#29399,#29400)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#292=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29457,#29458),(#29459,#29460), -(#29461,#29462),(#29463,#29464),(#29465,#29466),(#29467,#29468),(#29469, -#29470),(#29471,#29472),(#29473,#29474),(#29475,#29476),(#29477,#29478), -(#29479,#29480)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#293=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29537,#29538),(#29539,#29540), -(#29541,#29542),(#29543,#29544),(#29545,#29546),(#29547,#29548),(#29549, -#29550),(#29551,#29552),(#29553,#29554),(#29555,#29556),(#29557,#29558), -(#29559,#29560)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#294=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29617,#29618),(#29619,#29620), -(#29621,#29622),(#29623,#29624),(#29625,#29626),(#29627,#29628),(#29629, -#29630),(#29631,#29632),(#29633,#29634),(#29635,#29636),(#29637,#29638), -(#29639,#29640)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#295=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29697,#29698),(#29699,#29700), -(#29701,#29702),(#29703,#29704),(#29705,#29706),(#29707,#29708),(#29709, -#29710),(#29711,#29712),(#29713,#29714),(#29715,#29716),(#29717,#29718), -(#29719,#29720)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#296=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29777,#29778),(#29779,#29780), -(#29781,#29782),(#29783,#29784),(#29785,#29786),(#29787,#29788),(#29789, -#29790),(#29791,#29792),(#29793,#29794),(#29795,#29796),(#29797,#29798), -(#29799,#29800)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#297=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29857,#29858),(#29859,#29860), -(#29861,#29862),(#29863,#29864),(#29865,#29866),(#29867,#29868),(#29869, -#29870),(#29871,#29872),(#29873,#29874),(#29875,#29876),(#29877,#29878), -(#29879,#29880)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#298=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#29937,#29938),(#29939,#29940), -(#29941,#29942),(#29943,#29944),(#29945,#29946),(#29947,#29948),(#29949, -#29950),(#29951,#29952),(#29953,#29954),(#29955,#29956),(#29957,#29958), -(#29959,#29960)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#299=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30017,#30018),(#30019,#30020), -(#30021,#30022),(#30023,#30024),(#30025,#30026),(#30027,#30028),(#30029, -#30030),(#30031,#30032),(#30033,#30034),(#30035,#30036),(#30037,#30038), -(#30039,#30040)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#300=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30097,#30098),(#30099,#30100), -(#30101,#30102),(#30103,#30104),(#30105,#30106),(#30107,#30108),(#30109, -#30110),(#30111,#30112),(#30113,#30114),(#30115,#30116),(#30117,#30118), -(#30119,#30120)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#301=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30177,#30178),(#30179,#30180), -(#30181,#30182),(#30183,#30184),(#30185,#30186),(#30187,#30188),(#30189, -#30190),(#30191,#30192),(#30193,#30194),(#30195,#30196),(#30197,#30198), -(#30199,#30200)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#302=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30257,#30258),(#30259,#30260), -(#30261,#30262),(#30263,#30264),(#30265,#30266),(#30267,#30268),(#30269, -#30270),(#30271,#30272),(#30273,#30274),(#30275,#30276),(#30277,#30278), -(#30279,#30280)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#303=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30337,#30338),(#30339,#30340), -(#30341,#30342),(#30343,#30344),(#30345,#30346),(#30347,#30348),(#30349, -#30350),(#30351,#30352),(#30353,#30354),(#30355,#30356),(#30357,#30358), -(#30359,#30360)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#304=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30394,#30395),(#30396,#30397), -(#30398,#30399),(#30400,#30401),(#30402,#30403),(#30404,#30405),(#30406, -#30407),(#30408,#30409),(#30410,#30411),(#30412,#30413),(#30414,#30415), -(#30416,#30417)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#305=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30472,#30473),(#30474,#30475), -(#30476,#30477),(#30478,#30479),(#30480,#30481),(#30482,#30483),(#30484, -#30485),(#30486,#30487),(#30488,#30489),(#30490,#30491),(#30492,#30493), -(#30494,#30495)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#306=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30552,#30553),(#30554,#30555), -(#30556,#30557),(#30558,#30559),(#30560,#30561),(#30562,#30563),(#30564, -#30565),(#30566,#30567),(#30568,#30569),(#30570,#30571),(#30572,#30573), -(#30574,#30575)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#307=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30632,#30633),(#30634,#30635), -(#30636,#30637),(#30638,#30639),(#30640,#30641),(#30642,#30643),(#30644, -#30645),(#30646,#30647),(#30648,#30649),(#30650,#30651),(#30652,#30653), -(#30654,#30655)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#308=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30712,#30713),(#30714,#30715), -(#30716,#30717),(#30718,#30719),(#30720,#30721),(#30722,#30723),(#30724, -#30725),(#30726,#30727),(#30728,#30729),(#30730,#30731),(#30732,#30733), -(#30734,#30735)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#309=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30792,#30793),(#30794,#30795), -(#30796,#30797),(#30798,#30799),(#30800,#30801),(#30802,#30803),(#30804, -#30805),(#30806,#30807),(#30808,#30809),(#30810,#30811),(#30812,#30813), -(#30814,#30815)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#310=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30872,#30873),(#30874,#30875), -(#30876,#30877),(#30878,#30879),(#30880,#30881),(#30882,#30883),(#30884, -#30885),(#30886,#30887),(#30888,#30889),(#30890,#30891),(#30892,#30893), -(#30894,#30895)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#311=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#30952,#30953),(#30954,#30955), -(#30956,#30957),(#30958,#30959),(#30960,#30961),(#30962,#30963),(#30964, -#30965),(#30966,#30967),(#30968,#30969),(#30970,#30971),(#30972,#30973), -(#30974,#30975)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#312=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#31032,#31033),(#31034,#31035), -(#31036,#31037),(#31038,#31039),(#31040,#31041),(#31042,#31043),(#31044, -#31045),(#31046,#31047),(#31048,#31049),(#31050,#31051),(#31052,#31053), -(#31054,#31055)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#313=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#31112,#31113),(#31114,#31115), -(#31116,#31117),(#31118,#31119),(#31120,#31121),(#31122,#31123),(#31124, -#31125),(#31126,#31127),(#31128,#31129),(#31130,#31131),(#31132,#31133), -(#31134,#31135)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#314=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#31192,#31193),(#31194,#31195), -(#31196,#31197),(#31198,#31199),(#31200,#31201),(#31202,#31203),(#31204, -#31205),(#31206,#31207),(#31208,#31209),(#31210,#31211),(#31212,#31213), -(#31214,#31215)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#315=B_SPLINE_SURFACE_WITH_KNOTS('',3,1,((#31272,#31273),(#31274,#31275), -(#31276,#31277),(#31278,#31279),(#31280,#31281),(#31282,#31283),(#31284, -#31285),(#31286,#31287),(#31288,#31289),(#31290,#31291),(#31292,#31293), -(#31294,#31295)),.UNSPECIFIED.,.F.,.F.,.F.,(4,2,2,2,2,4),(2,2),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),(-6.1,6.1),.UNSPECIFIED.); -#316=FACE_OUTER_BOUND('',#888,.T.); -#317=FACE_OUTER_BOUND('',#889,.T.); -#318=FACE_OUTER_BOUND('',#890,.T.); -#319=FACE_OUTER_BOUND('',#891,.T.); -#320=FACE_OUTER_BOUND('',#892,.T.); -#321=FACE_OUTER_BOUND('',#893,.T.); -#322=FACE_OUTER_BOUND('',#894,.T.); -#323=FACE_OUTER_BOUND('',#895,.T.); -#324=FACE_OUTER_BOUND('',#896,.T.); -#325=FACE_OUTER_BOUND('',#897,.T.); -#326=FACE_OUTER_BOUND('',#898,.T.); -#327=FACE_OUTER_BOUND('',#899,.T.); -#328=FACE_OUTER_BOUND('',#900,.T.); -#329=FACE_OUTER_BOUND('',#901,.T.); -#330=FACE_OUTER_BOUND('',#902,.T.); -#331=FACE_OUTER_BOUND('',#903,.T.); -#332=FACE_OUTER_BOUND('',#904,.T.); -#333=FACE_OUTER_BOUND('',#905,.T.); -#334=FACE_OUTER_BOUND('',#906,.T.); -#335=FACE_OUTER_BOUND('',#907,.T.); -#336=FACE_OUTER_BOUND('',#908,.T.); -#337=FACE_OUTER_BOUND('',#909,.T.); -#338=FACE_OUTER_BOUND('',#910,.T.); -#339=FACE_OUTER_BOUND('',#911,.T.); -#340=FACE_OUTER_BOUND('',#912,.T.); -#341=FACE_OUTER_BOUND('',#913,.T.); -#342=FACE_OUTER_BOUND('',#914,.T.); -#343=FACE_OUTER_BOUND('',#915,.T.); -#344=FACE_OUTER_BOUND('',#916,.T.); -#345=FACE_OUTER_BOUND('',#917,.T.); -#346=FACE_OUTER_BOUND('',#918,.T.); -#347=FACE_OUTER_BOUND('',#919,.T.); -#348=FACE_OUTER_BOUND('',#920,.T.); -#349=FACE_OUTER_BOUND('',#921,.T.); -#350=FACE_OUTER_BOUND('',#922,.T.); -#351=FACE_OUTER_BOUND('',#923,.T.); -#352=FACE_OUTER_BOUND('',#924,.T.); -#353=FACE_OUTER_BOUND('',#925,.T.); -#354=FACE_OUTER_BOUND('',#926,.T.); -#355=FACE_OUTER_BOUND('',#927,.T.); -#356=FACE_OUTER_BOUND('',#928,.T.); -#357=FACE_OUTER_BOUND('',#929,.T.); -#358=FACE_OUTER_BOUND('',#930,.T.); -#359=FACE_OUTER_BOUND('',#931,.T.); -#360=FACE_OUTER_BOUND('',#932,.T.); -#361=FACE_OUTER_BOUND('',#933,.T.); -#362=FACE_OUTER_BOUND('',#934,.T.); -#363=FACE_OUTER_BOUND('',#935,.T.); -#364=FACE_OUTER_BOUND('',#936,.T.); -#365=FACE_OUTER_BOUND('',#937,.T.); -#366=FACE_OUTER_BOUND('',#938,.T.); -#367=FACE_OUTER_BOUND('',#939,.T.); -#368=FACE_OUTER_BOUND('',#940,.T.); -#369=FACE_OUTER_BOUND('',#941,.T.); -#370=FACE_OUTER_BOUND('',#942,.T.); -#371=FACE_OUTER_BOUND('',#943,.T.); -#372=FACE_OUTER_BOUND('',#944,.T.); -#373=FACE_OUTER_BOUND('',#945,.T.); -#374=FACE_OUTER_BOUND('',#946,.T.); -#375=FACE_OUTER_BOUND('',#947,.T.); -#376=FACE_OUTER_BOUND('',#948,.T.); -#377=FACE_OUTER_BOUND('',#949,.T.); -#378=FACE_OUTER_BOUND('',#950,.T.); -#379=FACE_OUTER_BOUND('',#951,.T.); -#380=FACE_OUTER_BOUND('',#952,.T.); -#381=FACE_OUTER_BOUND('',#953,.T.); -#382=FACE_OUTER_BOUND('',#954,.T.); -#383=FACE_OUTER_BOUND('',#955,.T.); -#384=FACE_OUTER_BOUND('',#956,.T.); -#385=FACE_OUTER_BOUND('',#957,.T.); -#386=FACE_OUTER_BOUND('',#958,.T.); -#387=FACE_OUTER_BOUND('',#959,.T.); -#388=FACE_OUTER_BOUND('',#960,.T.); -#389=FACE_OUTER_BOUND('',#961,.T.); -#390=FACE_OUTER_BOUND('',#962,.T.); -#391=FACE_OUTER_BOUND('',#963,.T.); -#392=FACE_OUTER_BOUND('',#964,.T.); -#393=FACE_OUTER_BOUND('',#965,.T.); -#394=FACE_OUTER_BOUND('',#966,.T.); -#395=FACE_OUTER_BOUND('',#967,.T.); -#396=FACE_OUTER_BOUND('',#968,.T.); -#397=FACE_OUTER_BOUND('',#969,.T.); -#398=FACE_OUTER_BOUND('',#970,.T.); -#399=FACE_OUTER_BOUND('',#971,.T.); -#400=FACE_OUTER_BOUND('',#972,.T.); -#401=FACE_OUTER_BOUND('',#973,.T.); -#402=FACE_OUTER_BOUND('',#974,.T.); -#403=FACE_OUTER_BOUND('',#975,.T.); -#404=FACE_OUTER_BOUND('',#976,.T.); -#405=FACE_OUTER_BOUND('',#977,.T.); -#406=FACE_OUTER_BOUND('',#978,.T.); -#407=FACE_OUTER_BOUND('',#979,.T.); -#408=FACE_OUTER_BOUND('',#980,.T.); -#409=FACE_OUTER_BOUND('',#981,.T.); -#410=FACE_OUTER_BOUND('',#982,.T.); -#411=FACE_OUTER_BOUND('',#983,.T.); -#412=FACE_OUTER_BOUND('',#984,.T.); -#413=FACE_OUTER_BOUND('',#985,.T.); -#414=FACE_OUTER_BOUND('',#986,.T.); -#415=FACE_OUTER_BOUND('',#987,.T.); -#416=FACE_OUTER_BOUND('',#988,.T.); -#417=FACE_OUTER_BOUND('',#989,.T.); -#418=FACE_OUTER_BOUND('',#990,.T.); -#419=FACE_OUTER_BOUND('',#991,.T.); -#420=FACE_OUTER_BOUND('',#992,.T.); -#421=FACE_OUTER_BOUND('',#993,.T.); -#422=FACE_OUTER_BOUND('',#994,.T.); -#423=FACE_OUTER_BOUND('',#995,.T.); -#424=FACE_OUTER_BOUND('',#996,.T.); -#425=FACE_OUTER_BOUND('',#997,.T.); -#426=FACE_OUTER_BOUND('',#998,.T.); -#427=FACE_OUTER_BOUND('',#999,.T.); -#428=FACE_OUTER_BOUND('',#1000,.T.); -#429=FACE_OUTER_BOUND('',#1001,.T.); -#430=FACE_OUTER_BOUND('',#1002,.T.); -#431=FACE_OUTER_BOUND('',#1003,.T.); -#432=FACE_OUTER_BOUND('',#1004,.T.); -#433=FACE_OUTER_BOUND('',#1005,.T.); -#434=FACE_OUTER_BOUND('',#1006,.T.); -#435=FACE_OUTER_BOUND('',#1007,.T.); -#436=FACE_OUTER_BOUND('',#1008,.T.); -#437=FACE_OUTER_BOUND('',#1009,.T.); -#438=FACE_OUTER_BOUND('',#1010,.T.); -#439=FACE_OUTER_BOUND('',#1011,.T.); -#440=FACE_OUTER_BOUND('',#1012,.T.); -#441=FACE_OUTER_BOUND('',#1013,.T.); -#442=FACE_OUTER_BOUND('',#1014,.T.); -#443=FACE_OUTER_BOUND('',#1015,.T.); -#444=FACE_OUTER_BOUND('',#1016,.T.); -#445=FACE_OUTER_BOUND('',#1017,.T.); -#446=FACE_OUTER_BOUND('',#1018,.T.); -#447=FACE_OUTER_BOUND('',#1019,.T.); -#448=FACE_OUTER_BOUND('',#1020,.T.); -#449=FACE_OUTER_BOUND('',#1021,.T.); -#450=FACE_OUTER_BOUND('',#1022,.T.); -#451=FACE_OUTER_BOUND('',#1023,.T.); -#452=FACE_OUTER_BOUND('',#1024,.T.); -#453=FACE_OUTER_BOUND('',#1025,.T.); -#454=FACE_OUTER_BOUND('',#1026,.T.); -#455=FACE_OUTER_BOUND('',#1027,.T.); -#456=FACE_OUTER_BOUND('',#1028,.T.); -#457=FACE_OUTER_BOUND('',#1029,.T.); -#458=FACE_OUTER_BOUND('',#1030,.T.); -#459=FACE_OUTER_BOUND('',#1031,.T.); -#460=FACE_OUTER_BOUND('',#1032,.T.); -#461=FACE_OUTER_BOUND('',#1033,.T.); -#462=FACE_OUTER_BOUND('',#1034,.T.); -#463=FACE_OUTER_BOUND('',#1035,.T.); -#464=FACE_OUTER_BOUND('',#1036,.T.); -#465=FACE_OUTER_BOUND('',#1037,.T.); -#466=FACE_OUTER_BOUND('',#1038,.T.); -#467=FACE_OUTER_BOUND('',#1039,.T.); -#468=FACE_OUTER_BOUND('',#1040,.T.); -#469=FACE_OUTER_BOUND('',#1041,.T.); -#470=FACE_OUTER_BOUND('',#1042,.T.); -#471=FACE_OUTER_BOUND('',#1043,.T.); -#472=FACE_OUTER_BOUND('',#1044,.T.); -#473=FACE_OUTER_BOUND('',#1045,.T.); -#474=FACE_OUTER_BOUND('',#1046,.T.); -#475=FACE_OUTER_BOUND('',#1047,.T.); -#476=FACE_OUTER_BOUND('',#1048,.T.); -#477=FACE_OUTER_BOUND('',#1049,.T.); -#478=FACE_OUTER_BOUND('',#1050,.T.); -#479=FACE_OUTER_BOUND('',#1051,.T.); -#480=FACE_OUTER_BOUND('',#1052,.T.); -#481=FACE_OUTER_BOUND('',#1053,.T.); -#482=FACE_OUTER_BOUND('',#1054,.T.); -#483=FACE_OUTER_BOUND('',#1055,.T.); -#484=FACE_OUTER_BOUND('',#1056,.T.); -#485=FACE_OUTER_BOUND('',#1057,.T.); -#486=FACE_OUTER_BOUND('',#1058,.T.); -#487=FACE_OUTER_BOUND('',#1059,.T.); -#488=FACE_OUTER_BOUND('',#1060,.T.); -#489=FACE_OUTER_BOUND('',#1061,.T.); -#490=FACE_OUTER_BOUND('',#1062,.T.); -#491=FACE_OUTER_BOUND('',#1063,.T.); -#492=FACE_OUTER_BOUND('',#1064,.T.); -#493=FACE_OUTER_BOUND('',#1065,.T.); -#494=FACE_OUTER_BOUND('',#1066,.T.); -#495=FACE_OUTER_BOUND('',#1067,.T.); -#496=FACE_OUTER_BOUND('',#1068,.T.); -#497=FACE_OUTER_BOUND('',#1069,.T.); -#498=FACE_OUTER_BOUND('',#1070,.T.); -#499=FACE_OUTER_BOUND('',#1071,.T.); -#500=FACE_OUTER_BOUND('',#1072,.T.); -#501=FACE_OUTER_BOUND('',#1073,.T.); -#502=FACE_OUTER_BOUND('',#1074,.T.); -#503=FACE_OUTER_BOUND('',#1075,.T.); -#504=FACE_OUTER_BOUND('',#1076,.T.); -#505=FACE_OUTER_BOUND('',#1077,.T.); -#506=FACE_OUTER_BOUND('',#1078,.T.); -#507=FACE_OUTER_BOUND('',#1079,.T.); -#508=FACE_OUTER_BOUND('',#1080,.T.); -#509=FACE_OUTER_BOUND('',#1081,.T.); -#510=FACE_OUTER_BOUND('',#1082,.T.); -#511=FACE_OUTER_BOUND('',#1083,.T.); -#512=FACE_OUTER_BOUND('',#1084,.T.); -#513=FACE_OUTER_BOUND('',#1085,.T.); -#514=FACE_OUTER_BOUND('',#1086,.T.); -#515=FACE_OUTER_BOUND('',#1087,.T.); -#516=FACE_OUTER_BOUND('',#1088,.T.); -#517=FACE_OUTER_BOUND('',#1089,.T.); -#518=FACE_OUTER_BOUND('',#1090,.T.); -#519=FACE_OUTER_BOUND('',#1091,.T.); -#520=FACE_OUTER_BOUND('',#1092,.T.); -#521=FACE_OUTER_BOUND('',#1093,.T.); -#522=FACE_OUTER_BOUND('',#1094,.T.); -#523=FACE_OUTER_BOUND('',#1095,.T.); -#524=FACE_OUTER_BOUND('',#1096,.T.); -#525=FACE_OUTER_BOUND('',#1097,.T.); -#526=FACE_OUTER_BOUND('',#1098,.T.); -#527=FACE_OUTER_BOUND('',#1099,.T.); -#528=FACE_OUTER_BOUND('',#1100,.T.); -#529=FACE_OUTER_BOUND('',#1101,.T.); -#530=FACE_OUTER_BOUND('',#1102,.T.); -#531=FACE_OUTER_BOUND('',#1103,.T.); -#532=FACE_OUTER_BOUND('',#1104,.T.); -#533=FACE_OUTER_BOUND('',#1105,.T.); -#534=FACE_OUTER_BOUND('',#1106,.T.); -#535=FACE_OUTER_BOUND('',#1107,.T.); -#536=FACE_OUTER_BOUND('',#1108,.T.); -#537=FACE_OUTER_BOUND('',#1109,.T.); -#538=FACE_OUTER_BOUND('',#1110,.T.); -#539=FACE_OUTER_BOUND('',#1111,.T.); -#540=FACE_OUTER_BOUND('',#1112,.T.); -#541=FACE_OUTER_BOUND('',#1113,.T.); -#542=FACE_OUTER_BOUND('',#1114,.T.); -#543=FACE_OUTER_BOUND('',#1115,.T.); -#544=FACE_OUTER_BOUND('',#1116,.T.); -#545=FACE_OUTER_BOUND('',#1117,.T.); -#546=FACE_OUTER_BOUND('',#1118,.T.); -#547=FACE_OUTER_BOUND('',#1119,.T.); -#548=FACE_OUTER_BOUND('',#1120,.T.); -#549=FACE_OUTER_BOUND('',#1121,.T.); -#550=FACE_OUTER_BOUND('',#1122,.T.); -#551=FACE_OUTER_BOUND('',#1123,.T.); -#552=FACE_OUTER_BOUND('',#1124,.T.); -#553=FACE_OUTER_BOUND('',#1125,.T.); -#554=FACE_OUTER_BOUND('',#1126,.T.); -#555=FACE_OUTER_BOUND('',#1127,.T.); -#556=FACE_OUTER_BOUND('',#1128,.T.); -#557=FACE_OUTER_BOUND('',#1129,.T.); -#558=FACE_OUTER_BOUND('',#1130,.T.); -#559=FACE_OUTER_BOUND('',#1131,.T.); -#560=FACE_OUTER_BOUND('',#1132,.T.); -#561=FACE_OUTER_BOUND('',#1133,.T.); -#562=FACE_OUTER_BOUND('',#1134,.T.); -#563=FACE_OUTER_BOUND('',#1135,.T.); -#564=FACE_OUTER_BOUND('',#1136,.T.); -#565=FACE_OUTER_BOUND('',#1137,.T.); -#566=FACE_OUTER_BOUND('',#1138,.T.); -#567=FACE_OUTER_BOUND('',#1139,.T.); -#568=FACE_OUTER_BOUND('',#1140,.T.); -#569=FACE_OUTER_BOUND('',#1141,.T.); -#570=FACE_OUTER_BOUND('',#1142,.T.); -#571=FACE_OUTER_BOUND('',#1143,.T.); -#572=FACE_OUTER_BOUND('',#1144,.T.); -#573=FACE_OUTER_BOUND('',#1145,.T.); -#574=FACE_OUTER_BOUND('',#1146,.T.); -#575=FACE_OUTER_BOUND('',#1147,.T.); -#576=FACE_OUTER_BOUND('',#1148,.T.); -#577=FACE_OUTER_BOUND('',#1149,.T.); -#578=FACE_OUTER_BOUND('',#1150,.T.); -#579=FACE_OUTER_BOUND('',#1151,.T.); -#580=FACE_OUTER_BOUND('',#1152,.T.); -#581=FACE_OUTER_BOUND('',#1153,.T.); -#582=FACE_OUTER_BOUND('',#1154,.T.); -#583=FACE_OUTER_BOUND('',#1155,.T.); -#584=FACE_OUTER_BOUND('',#1156,.T.); -#585=FACE_OUTER_BOUND('',#1157,.T.); -#586=FACE_OUTER_BOUND('',#1158,.T.); -#587=FACE_OUTER_BOUND('',#1159,.T.); -#588=FACE_OUTER_BOUND('',#1160,.T.); -#589=FACE_OUTER_BOUND('',#1161,.T.); -#590=FACE_OUTER_BOUND('',#1162,.T.); -#591=FACE_OUTER_BOUND('',#1163,.T.); -#592=FACE_OUTER_BOUND('',#1164,.T.); -#593=FACE_OUTER_BOUND('',#1165,.T.); -#594=FACE_OUTER_BOUND('',#1166,.T.); -#595=FACE_OUTER_BOUND('',#1167,.T.); -#596=FACE_OUTER_BOUND('',#1168,.T.); -#597=FACE_OUTER_BOUND('',#1169,.T.); -#598=FACE_OUTER_BOUND('',#1170,.T.); -#599=FACE_OUTER_BOUND('',#1171,.T.); -#600=FACE_OUTER_BOUND('',#1172,.T.); -#601=FACE_OUTER_BOUND('',#1173,.T.); -#602=FACE_OUTER_BOUND('',#1174,.T.); -#603=FACE_OUTER_BOUND('',#1175,.T.); -#604=FACE_OUTER_BOUND('',#1176,.T.); -#605=FACE_OUTER_BOUND('',#1177,.T.); -#606=FACE_OUTER_BOUND('',#1178,.T.); -#607=FACE_OUTER_BOUND('',#1179,.T.); -#608=FACE_OUTER_BOUND('',#1180,.T.); -#609=FACE_OUTER_BOUND('',#1181,.T.); -#610=FACE_OUTER_BOUND('',#1182,.T.); -#611=FACE_OUTER_BOUND('',#1183,.T.); -#612=FACE_OUTER_BOUND('',#1184,.T.); -#613=FACE_OUTER_BOUND('',#1185,.T.); -#614=FACE_OUTER_BOUND('',#1186,.T.); -#615=FACE_OUTER_BOUND('',#1187,.T.); -#616=FACE_OUTER_BOUND('',#1188,.T.); -#617=FACE_OUTER_BOUND('',#1189,.T.); -#618=FACE_OUTER_BOUND('',#1190,.T.); -#619=FACE_OUTER_BOUND('',#1191,.T.); -#620=FACE_OUTER_BOUND('',#1192,.T.); -#621=FACE_OUTER_BOUND('',#1193,.T.); -#622=FACE_OUTER_BOUND('',#1194,.T.); -#623=FACE_OUTER_BOUND('',#1195,.T.); -#624=FACE_OUTER_BOUND('',#1196,.T.); -#625=FACE_OUTER_BOUND('',#1197,.T.); -#626=FACE_OUTER_BOUND('',#1198,.T.); -#627=FACE_OUTER_BOUND('',#1199,.T.); -#628=FACE_OUTER_BOUND('',#1200,.T.); -#629=FACE_OUTER_BOUND('',#1201,.T.); -#630=FACE_OUTER_BOUND('',#1202,.T.); -#631=FACE_OUTER_BOUND('',#1203,.T.); -#632=FACE_OUTER_BOUND('',#1204,.T.); -#633=FACE_OUTER_BOUND('',#1205,.T.); -#634=FACE_OUTER_BOUND('',#1206,.T.); -#635=FACE_OUTER_BOUND('',#1207,.T.); -#636=FACE_OUTER_BOUND('',#1208,.T.); -#637=FACE_OUTER_BOUND('',#1209,.T.); -#638=FACE_OUTER_BOUND('',#1210,.T.); -#639=FACE_OUTER_BOUND('',#1211,.T.); -#640=FACE_OUTER_BOUND('',#1212,.T.); -#641=FACE_OUTER_BOUND('',#1213,.T.); -#642=FACE_OUTER_BOUND('',#1214,.T.); -#643=FACE_OUTER_BOUND('',#1215,.T.); -#644=FACE_OUTER_BOUND('',#1216,.T.); -#645=FACE_OUTER_BOUND('',#1217,.T.); -#646=FACE_OUTER_BOUND('',#1218,.T.); -#647=FACE_OUTER_BOUND('',#1219,.T.); -#648=FACE_OUTER_BOUND('',#1220,.T.); -#649=FACE_OUTER_BOUND('',#1221,.T.); -#650=FACE_OUTER_BOUND('',#1222,.T.); -#651=FACE_OUTER_BOUND('',#1223,.T.); -#652=FACE_OUTER_BOUND('',#1224,.T.); -#653=FACE_OUTER_BOUND('',#1225,.T.); -#654=FACE_OUTER_BOUND('',#1226,.T.); -#655=FACE_OUTER_BOUND('',#1227,.T.); -#656=FACE_OUTER_BOUND('',#1228,.T.); -#657=FACE_OUTER_BOUND('',#1229,.T.); -#658=FACE_OUTER_BOUND('',#1230,.T.); -#659=FACE_OUTER_BOUND('',#1231,.T.); -#660=FACE_OUTER_BOUND('',#1232,.T.); -#661=FACE_OUTER_BOUND('',#1233,.T.); -#662=FACE_OUTER_BOUND('',#1234,.T.); -#663=FACE_OUTER_BOUND('',#1235,.T.); -#664=FACE_OUTER_BOUND('',#1236,.T.); -#665=FACE_OUTER_BOUND('',#1237,.T.); -#666=FACE_OUTER_BOUND('',#1238,.T.); -#667=FACE_OUTER_BOUND('',#1239,.T.); -#668=FACE_OUTER_BOUND('',#1240,.T.); -#669=FACE_OUTER_BOUND('',#1241,.T.); -#670=FACE_OUTER_BOUND('',#1242,.T.); -#671=FACE_OUTER_BOUND('',#1243,.T.); -#672=FACE_OUTER_BOUND('',#1244,.T.); -#673=FACE_OUTER_BOUND('',#1245,.T.); -#674=FACE_OUTER_BOUND('',#1246,.T.); -#675=FACE_OUTER_BOUND('',#1247,.T.); -#676=FACE_OUTER_BOUND('',#1248,.T.); -#677=FACE_OUTER_BOUND('',#1249,.T.); -#678=FACE_OUTER_BOUND('',#1250,.T.); -#679=FACE_OUTER_BOUND('',#1251,.T.); -#680=FACE_OUTER_BOUND('',#1252,.T.); -#681=FACE_OUTER_BOUND('',#1253,.T.); -#682=FACE_OUTER_BOUND('',#1254,.T.); -#683=FACE_OUTER_BOUND('',#1255,.T.); -#684=FACE_OUTER_BOUND('',#1256,.T.); -#685=FACE_OUTER_BOUND('',#1257,.T.); -#686=FACE_OUTER_BOUND('',#1258,.T.); -#687=FACE_OUTER_BOUND('',#1259,.T.); -#688=FACE_OUTER_BOUND('',#1260,.T.); -#689=FACE_OUTER_BOUND('',#1261,.T.); -#690=FACE_OUTER_BOUND('',#1262,.T.); -#691=FACE_OUTER_BOUND('',#1263,.T.); -#692=FACE_OUTER_BOUND('',#1264,.T.); -#693=FACE_OUTER_BOUND('',#1265,.T.); -#694=FACE_OUTER_BOUND('',#1266,.T.); -#695=FACE_OUTER_BOUND('',#1267,.T.); -#696=FACE_OUTER_BOUND('',#1268,.T.); -#697=FACE_OUTER_BOUND('',#1269,.T.); -#698=FACE_OUTER_BOUND('',#1270,.T.); -#699=FACE_OUTER_BOUND('',#1271,.T.); -#700=FACE_OUTER_BOUND('',#1272,.T.); -#701=FACE_OUTER_BOUND('',#1273,.T.); -#702=FACE_OUTER_BOUND('',#1274,.T.); -#703=FACE_OUTER_BOUND('',#1275,.T.); -#704=FACE_OUTER_BOUND('',#1276,.T.); -#705=FACE_OUTER_BOUND('',#1277,.T.); -#706=FACE_OUTER_BOUND('',#1278,.T.); -#707=FACE_OUTER_BOUND('',#1279,.T.); -#708=FACE_OUTER_BOUND('',#1280,.T.); -#709=FACE_OUTER_BOUND('',#1281,.T.); -#710=FACE_OUTER_BOUND('',#1282,.T.); -#711=FACE_OUTER_BOUND('',#1283,.T.); -#712=FACE_OUTER_BOUND('',#1284,.T.); -#713=FACE_OUTER_BOUND('',#1285,.T.); -#714=FACE_OUTER_BOUND('',#1286,.T.); -#715=FACE_OUTER_BOUND('',#1287,.T.); -#716=FACE_OUTER_BOUND('',#1288,.T.); -#717=FACE_OUTER_BOUND('',#1289,.T.); -#718=FACE_OUTER_BOUND('',#1290,.T.); -#719=FACE_OUTER_BOUND('',#1291,.T.); -#720=FACE_OUTER_BOUND('',#1292,.T.); -#721=FACE_OUTER_BOUND('',#1293,.T.); -#722=FACE_OUTER_BOUND('',#1294,.T.); -#723=FACE_OUTER_BOUND('',#1295,.T.); -#724=FACE_OUTER_BOUND('',#1296,.T.); -#725=FACE_OUTER_BOUND('',#1297,.T.); -#726=FACE_OUTER_BOUND('',#1298,.T.); -#727=FACE_OUTER_BOUND('',#1299,.T.); -#728=FACE_OUTER_BOUND('',#1300,.T.); -#729=FACE_OUTER_BOUND('',#1301,.T.); -#730=FACE_OUTER_BOUND('',#1302,.T.); -#731=FACE_OUTER_BOUND('',#1303,.T.); -#732=FACE_OUTER_BOUND('',#1304,.T.); -#733=FACE_OUTER_BOUND('',#1305,.T.); -#734=FACE_OUTER_BOUND('',#1306,.T.); -#735=FACE_OUTER_BOUND('',#1307,.T.); -#736=FACE_OUTER_BOUND('',#1308,.T.); -#737=FACE_OUTER_BOUND('',#1309,.T.); -#738=FACE_OUTER_BOUND('',#1310,.T.); -#739=FACE_OUTER_BOUND('',#1311,.T.); -#740=FACE_OUTER_BOUND('',#1312,.T.); -#741=FACE_OUTER_BOUND('',#1313,.T.); -#742=FACE_OUTER_BOUND('',#1314,.T.); -#743=FACE_OUTER_BOUND('',#1315,.T.); -#744=FACE_OUTER_BOUND('',#1316,.T.); -#745=FACE_OUTER_BOUND('',#1317,.T.); -#746=FACE_OUTER_BOUND('',#1318,.T.); -#747=FACE_OUTER_BOUND('',#1319,.T.); -#748=FACE_OUTER_BOUND('',#1320,.T.); -#749=FACE_OUTER_BOUND('',#1321,.T.); -#750=FACE_OUTER_BOUND('',#1322,.T.); -#751=FACE_OUTER_BOUND('',#1323,.T.); -#752=FACE_OUTER_BOUND('',#1324,.T.); -#753=FACE_OUTER_BOUND('',#1325,.T.); -#754=FACE_OUTER_BOUND('',#1326,.T.); -#755=FACE_OUTER_BOUND('',#1327,.T.); -#756=FACE_OUTER_BOUND('',#1328,.T.); -#757=FACE_OUTER_BOUND('',#1329,.T.); -#758=FACE_OUTER_BOUND('',#1330,.T.); -#759=FACE_OUTER_BOUND('',#1331,.T.); -#760=FACE_OUTER_BOUND('',#1332,.T.); -#761=FACE_OUTER_BOUND('',#1333,.T.); -#762=FACE_OUTER_BOUND('',#1334,.T.); -#763=FACE_OUTER_BOUND('',#1335,.T.); -#764=FACE_OUTER_BOUND('',#1336,.T.); -#765=FACE_OUTER_BOUND('',#1337,.T.); -#766=FACE_OUTER_BOUND('',#1338,.T.); -#767=FACE_OUTER_BOUND('',#1339,.T.); -#768=FACE_OUTER_BOUND('',#1340,.T.); -#769=FACE_OUTER_BOUND('',#1341,.T.); -#770=FACE_OUTER_BOUND('',#1342,.T.); -#771=FACE_OUTER_BOUND('',#1343,.T.); -#772=FACE_OUTER_BOUND('',#1344,.T.); -#773=FACE_OUTER_BOUND('',#1345,.T.); -#774=FACE_OUTER_BOUND('',#1346,.T.); -#775=FACE_OUTER_BOUND('',#1347,.T.); -#776=FACE_OUTER_BOUND('',#1348,.T.); -#777=FACE_OUTER_BOUND('',#1349,.T.); -#778=FACE_OUTER_BOUND('',#1350,.T.); -#779=FACE_OUTER_BOUND('',#1351,.T.); -#780=FACE_OUTER_BOUND('',#1352,.T.); -#781=FACE_OUTER_BOUND('',#1353,.T.); -#782=FACE_OUTER_BOUND('',#1354,.T.); -#783=FACE_OUTER_BOUND('',#1355,.T.); -#784=FACE_OUTER_BOUND('',#1356,.T.); -#785=FACE_OUTER_BOUND('',#1357,.T.); -#786=FACE_OUTER_BOUND('',#1358,.T.); -#787=FACE_OUTER_BOUND('',#1359,.T.); -#788=FACE_OUTER_BOUND('',#1360,.T.); -#789=FACE_OUTER_BOUND('',#1361,.T.); -#790=FACE_OUTER_BOUND('',#1362,.T.); -#791=FACE_OUTER_BOUND('',#1363,.T.); -#792=FACE_OUTER_BOUND('',#1364,.T.); -#793=FACE_OUTER_BOUND('',#1365,.T.); -#794=FACE_OUTER_BOUND('',#1366,.T.); -#795=FACE_OUTER_BOUND('',#1367,.T.); -#796=FACE_OUTER_BOUND('',#1368,.T.); -#797=FACE_OUTER_BOUND('',#1369,.T.); -#798=FACE_OUTER_BOUND('',#1370,.T.); -#799=FACE_OUTER_BOUND('',#1371,.T.); -#800=FACE_OUTER_BOUND('',#1372,.T.); -#801=FACE_OUTER_BOUND('',#1373,.T.); -#802=FACE_OUTER_BOUND('',#1374,.T.); -#803=FACE_OUTER_BOUND('',#1375,.T.); -#804=FACE_OUTER_BOUND('',#1376,.T.); -#805=FACE_OUTER_BOUND('',#1377,.T.); -#806=FACE_OUTER_BOUND('',#1378,.T.); -#807=FACE_OUTER_BOUND('',#1379,.T.); -#808=FACE_OUTER_BOUND('',#1380,.T.); -#809=FACE_OUTER_BOUND('',#1381,.T.); -#810=FACE_OUTER_BOUND('',#1382,.T.); -#811=FACE_OUTER_BOUND('',#1383,.T.); -#812=FACE_OUTER_BOUND('',#1384,.T.); -#813=FACE_OUTER_BOUND('',#1385,.T.); -#814=FACE_OUTER_BOUND('',#1386,.T.); -#815=FACE_OUTER_BOUND('',#1387,.T.); -#816=FACE_OUTER_BOUND('',#1388,.T.); -#817=FACE_OUTER_BOUND('',#1389,.T.); -#818=FACE_OUTER_BOUND('',#1390,.T.); -#819=FACE_OUTER_BOUND('',#1391,.T.); -#820=FACE_OUTER_BOUND('',#1392,.T.); -#821=FACE_OUTER_BOUND('',#1393,.T.); -#822=FACE_OUTER_BOUND('',#1394,.T.); -#823=FACE_OUTER_BOUND('',#1395,.T.); -#824=FACE_OUTER_BOUND('',#1396,.T.); -#825=FACE_OUTER_BOUND('',#1397,.T.); -#826=FACE_OUTER_BOUND('',#1398,.T.); -#827=FACE_OUTER_BOUND('',#1399,.T.); -#828=FACE_OUTER_BOUND('',#1400,.T.); -#829=FACE_OUTER_BOUND('',#1401,.T.); -#830=FACE_OUTER_BOUND('',#1402,.T.); -#831=FACE_OUTER_BOUND('',#1403,.T.); -#832=FACE_OUTER_BOUND('',#1404,.T.); -#833=FACE_OUTER_BOUND('',#1405,.T.); -#834=FACE_OUTER_BOUND('',#1406,.T.); -#835=FACE_OUTER_BOUND('',#1407,.T.); -#836=FACE_OUTER_BOUND('',#1408,.T.); -#837=FACE_OUTER_BOUND('',#1409,.T.); -#838=FACE_OUTER_BOUND('',#1410,.T.); -#839=FACE_OUTER_BOUND('',#1411,.T.); -#840=FACE_OUTER_BOUND('',#1412,.T.); -#841=FACE_OUTER_BOUND('',#1413,.T.); -#842=FACE_OUTER_BOUND('',#1414,.T.); -#843=FACE_OUTER_BOUND('',#1415,.T.); -#844=FACE_OUTER_BOUND('',#1416,.T.); -#845=FACE_OUTER_BOUND('',#1417,.T.); -#846=FACE_OUTER_BOUND('',#1418,.T.); -#847=FACE_OUTER_BOUND('',#1419,.T.); -#848=FACE_OUTER_BOUND('',#1420,.T.); -#849=FACE_OUTER_BOUND('',#1421,.T.); -#850=FACE_OUTER_BOUND('',#1422,.T.); -#851=FACE_OUTER_BOUND('',#1423,.T.); -#852=FACE_OUTER_BOUND('',#1424,.T.); -#853=FACE_OUTER_BOUND('',#1425,.T.); -#854=FACE_OUTER_BOUND('',#1426,.T.); -#855=FACE_OUTER_BOUND('',#1427,.T.); -#856=FACE_OUTER_BOUND('',#1428,.T.); -#857=FACE_OUTER_BOUND('',#1429,.T.); -#858=FACE_OUTER_BOUND('',#1430,.T.); -#859=FACE_OUTER_BOUND('',#1431,.T.); -#860=FACE_OUTER_BOUND('',#1432,.T.); -#861=FACE_OUTER_BOUND('',#1433,.T.); -#862=FACE_OUTER_BOUND('',#1434,.T.); -#863=FACE_OUTER_BOUND('',#1435,.T.); -#864=FACE_OUTER_BOUND('',#1436,.T.); -#865=FACE_OUTER_BOUND('',#1437,.T.); -#866=FACE_OUTER_BOUND('',#1438,.T.); -#867=FACE_OUTER_BOUND('',#1439,.T.); -#868=FACE_OUTER_BOUND('',#1440,.T.); -#869=FACE_OUTER_BOUND('',#1441,.T.); -#870=FACE_OUTER_BOUND('',#1442,.T.); -#871=FACE_OUTER_BOUND('',#1443,.T.); -#872=FACE_OUTER_BOUND('',#1444,.T.); -#873=FACE_OUTER_BOUND('',#1445,.T.); -#874=FACE_OUTER_BOUND('',#1446,.T.); -#875=FACE_OUTER_BOUND('',#1447,.T.); -#876=FACE_OUTER_BOUND('',#1448,.T.); -#877=FACE_OUTER_BOUND('',#1449,.T.); -#878=FACE_OUTER_BOUND('',#1450,.T.); -#879=FACE_OUTER_BOUND('',#1451,.T.); -#880=FACE_OUTER_BOUND('',#1452,.T.); -#881=FACE_OUTER_BOUND('',#1453,.T.); -#882=FACE_OUTER_BOUND('',#1454,.T.); -#883=FACE_OUTER_BOUND('',#1455,.T.); -#884=FACE_OUTER_BOUND('',#1456,.T.); -#885=FACE_OUTER_BOUND('',#1457,.T.); -#886=FACE_OUTER_BOUND('',#1458,.T.); -#887=FACE_OUTER_BOUND('',#1459,.T.); -#888=EDGE_LOOP('',(#6944,#6945,#6946,#6947)); -#889=EDGE_LOOP('',(#6948,#6949,#6950,#6951)); -#890=EDGE_LOOP('',(#6952,#6953,#6954,#6955)); -#891=EDGE_LOOP('',(#6956,#6957,#6958,#6959,#6960,#6961,#6962,#6963,#6964, -#6965,#6966,#6967,#6968,#6969,#6970,#6971,#6972,#6973,#6974,#6975,#6976, -#6977,#6978,#6979,#6980,#6981,#6982,#6983,#6984,#6985,#6986,#6987,#6988, -#6989,#6990,#6991,#6992,#6993,#6994,#6995,#6996,#6997,#6998,#6999,#7000, -#7001,#7002,#7003,#7004,#7005,#7006,#7007,#7008,#7009,#7010,#7011,#7012, -#7013,#7014,#7015,#7016,#7017,#7018,#7019,#7020,#7021,#7022,#7023,#7024, -#7025,#7026,#7027,#7028,#7029,#7030,#7031,#7032,#7033,#7034,#7035,#7036, -#7037,#7038,#7039,#7040,#7041,#7042,#7043,#7044,#7045,#7046,#7047,#7048, -#7049,#7050,#7051,#7052,#7053,#7054,#7055,#7056,#7057,#7058,#7059,#7060, -#7061,#7062,#7063,#7064,#7065,#7066,#7067,#7068,#7069,#7070,#7071,#7072, -#7073,#7074,#7075,#7076,#7077,#7078,#7079,#7080,#7081,#7082,#7083,#7084, -#7085,#7086,#7087,#7088,#7089,#7090,#7091,#7092,#7093,#7094,#7095,#7096, -#7097,#7098,#7099,#7100,#7101,#7102,#7103,#7104,#7105,#7106,#7107,#7108, -#7109,#7110,#7111,#7112,#7113,#7114,#7115,#7116,#7117,#7118,#7119,#7120, -#7121,#7122,#7123,#7124,#7125,#7126,#7127,#7128,#7129,#7130,#7131,#7132, -#7133,#7134,#7135,#7136,#7137,#7138,#7139,#7140,#7141,#7142,#7143,#7144, -#7145,#7146,#7147,#7148,#7149,#7150,#7151,#7152,#7153,#7154,#7155,#7156, -#7157,#7158,#7159,#7160,#7161,#7162,#7163,#7164,#7165,#7166,#7167,#7168, -#7169,#7170,#7171,#7172,#7173,#7174,#7175,#7176,#7177,#7178,#7179,#7180, -#7181,#7182,#7183,#7184,#7185,#7186,#7187,#7188,#7189,#7190,#7191,#7192, -#7193,#7194,#7195,#7196,#7197,#7198,#7199,#7200,#7201,#7202,#7203,#7204, -#7205,#7206,#7207,#7208,#7209,#7210,#7211,#7212,#7213,#7214,#7215,#7216, -#7217,#7218,#7219,#7220,#7221,#7222,#7223,#7224,#7225,#7226,#7227,#7228, -#7229,#7230,#7231,#7232,#7233,#7234,#7235,#7236,#7237,#7238,#7239,#7240, -#7241,#7242,#7243,#7244,#7245,#7246,#7247,#7248,#7249,#7250,#7251,#7252, -#7253,#7254,#7255,#7256,#7257,#7258,#7259,#7260,#7261,#7262,#7263,#7264, -#7265,#7266,#7267,#7268,#7269,#7270,#7271,#7272,#7273,#7274,#7275,#7276, -#7277,#7278,#7279,#7280,#7281,#7282,#7283,#7284,#7285,#7286,#7287,#7288, -#7289,#7290,#7291,#7292,#7293,#7294,#7295,#7296,#7297,#7298,#7299,#7300, -#7301,#7302,#7303,#7304,#7305,#7306,#7307,#7308,#7309,#7310,#7311,#7312, -#7313,#7314,#7315,#7316,#7317,#7318,#7319,#7320,#7321,#7322,#7323,#7324, -#7325,#7326,#7327,#7328,#7329,#7330,#7331,#7332,#7333,#7334,#7335,#7336, -#7337,#7338,#7339,#7340,#7341,#7342,#7343,#7344,#7345,#7346,#7347,#7348, -#7349,#7350,#7351,#7352,#7353,#7354,#7355,#7356,#7357,#7358,#7359,#7360, -#7361,#7362,#7363,#7364,#7365,#7366,#7367,#7368,#7369,#7370,#7371,#7372, -#7373,#7374,#7375,#7376,#7377,#7378,#7379,#7380,#7381,#7382,#7383,#7384, -#7385,#7386,#7387,#7388,#7389,#7390,#7391,#7392,#7393,#7394,#7395,#7396, -#7397,#7398,#7399,#7400,#7401,#7402,#7403,#7404,#7405,#7406,#7407,#7408, -#7409,#7410,#7411,#7412,#7413,#7414,#7415,#7416,#7417,#7418,#7419,#7420, -#7421,#7422,#7423,#7424,#7425,#7426,#7427,#7428,#7429,#7430,#7431,#7432, -#7433,#7434,#7435,#7436,#7437,#7438,#7439,#7440,#7441,#7442,#7443,#7444, -#7445,#7446,#7447,#7448,#7449,#7450,#7451,#7452,#7453,#7454,#7455,#7456, -#7457,#7458,#7459,#7460,#7461,#7462,#7463,#7464,#7465,#7466,#7467,#7468, -#7469,#7470,#7471,#7472,#7473,#7474,#7475,#7476,#7477,#7478,#7479,#7480, -#7481,#7482,#7483,#7484,#7485,#7486,#7487,#7488,#7489,#7490,#7491,#7492, -#7493,#7494,#7495,#7496,#7497,#7498,#7499,#7500,#7501,#7502,#7503,#7504, -#7505,#7506,#7507,#7508,#7509,#7510,#7511,#7512,#7513,#7514,#7515,#7516, -#7517,#7518,#7519,#7520,#7521,#7522,#7523,#7524,#7525,#7526,#7527,#7528, -#7529,#7530,#7531,#7532,#7533,#7534)); -#892=EDGE_LOOP('',(#7535,#7536,#7537,#7538)); -#893=EDGE_LOOP('',(#7539,#7540,#7541,#7542)); -#894=EDGE_LOOP('',(#7543,#7544,#7545,#7546)); -#895=EDGE_LOOP('',(#7547,#7548,#7549,#7550)); -#896=EDGE_LOOP('',(#7551,#7552,#7553,#7554)); -#897=EDGE_LOOP('',(#7555,#7556,#7557,#7558)); -#898=EDGE_LOOP('',(#7559,#7560,#7561,#7562)); -#899=EDGE_LOOP('',(#7563,#7564,#7565,#7566)); -#900=EDGE_LOOP('',(#7567,#7568,#7569,#7570)); -#901=EDGE_LOOP('',(#7571,#7572,#7573,#7574)); -#902=EDGE_LOOP('',(#7575,#7576,#7577,#7578)); -#903=EDGE_LOOP('',(#7579,#7580,#7581,#7582)); -#904=EDGE_LOOP('',(#7583,#7584,#7585,#7586)); -#905=EDGE_LOOP('',(#7587,#7588,#7589,#7590)); -#906=EDGE_LOOP('',(#7591,#7592,#7593,#7594)); -#907=EDGE_LOOP('',(#7595,#7596,#7597,#7598)); -#908=EDGE_LOOP('',(#7599,#7600,#7601,#7602)); -#909=EDGE_LOOP('',(#7603,#7604,#7605,#7606)); -#910=EDGE_LOOP('',(#7607,#7608,#7609,#7610)); -#911=EDGE_LOOP('',(#7611,#7612,#7613,#7614)); -#912=EDGE_LOOP('',(#7615,#7616,#7617,#7618)); -#913=EDGE_LOOP('',(#7619,#7620,#7621,#7622)); -#914=EDGE_LOOP('',(#7623,#7624,#7625,#7626)); -#915=EDGE_LOOP('',(#7627,#7628,#7629,#7630)); -#916=EDGE_LOOP('',(#7631,#7632,#7633,#7634)); -#917=EDGE_LOOP('',(#7635,#7636,#7637,#7638)); -#918=EDGE_LOOP('',(#7639,#7640,#7641,#7642)); -#919=EDGE_LOOP('',(#7643,#7644,#7645,#7646)); -#920=EDGE_LOOP('',(#7647,#7648,#7649,#7650)); -#921=EDGE_LOOP('',(#7651,#7652,#7653,#7654)); -#922=EDGE_LOOP('',(#7655,#7656,#7657,#7658)); -#923=EDGE_LOOP('',(#7659,#7660,#7661,#7662)); -#924=EDGE_LOOP('',(#7663,#7664,#7665,#7666)); -#925=EDGE_LOOP('',(#7667,#7668,#7669,#7670)); -#926=EDGE_LOOP('',(#7671,#7672,#7673,#7674)); -#927=EDGE_LOOP('',(#7675,#7676,#7677,#7678)); -#928=EDGE_LOOP('',(#7679,#7680,#7681,#7682)); -#929=EDGE_LOOP('',(#7683,#7684,#7685,#7686)); -#930=EDGE_LOOP('',(#7687,#7688,#7689,#7690)); -#931=EDGE_LOOP('',(#7691,#7692,#7693,#7694)); -#932=EDGE_LOOP('',(#7695,#7696,#7697,#7698)); -#933=EDGE_LOOP('',(#7699,#7700,#7701,#7702)); -#934=EDGE_LOOP('',(#7703,#7704,#7705,#7706)); -#935=EDGE_LOOP('',(#7707,#7708,#7709,#7710)); -#936=EDGE_LOOP('',(#7711,#7712,#7713,#7714)); -#937=EDGE_LOOP('',(#7715,#7716,#7717,#7718)); -#938=EDGE_LOOP('',(#7719,#7720,#7721,#7722)); -#939=EDGE_LOOP('',(#7723,#7724,#7725,#7726)); -#940=EDGE_LOOP('',(#7727,#7728,#7729,#7730)); -#941=EDGE_LOOP('',(#7731,#7732,#7733,#7734)); -#942=EDGE_LOOP('',(#7735,#7736,#7737,#7738)); -#943=EDGE_LOOP('',(#7739,#7740,#7741,#7742)); -#944=EDGE_LOOP('',(#7743,#7744,#7745,#7746)); -#945=EDGE_LOOP('',(#7747,#7748,#7749,#7750)); -#946=EDGE_LOOP('',(#7751,#7752,#7753,#7754)); -#947=EDGE_LOOP('',(#7755,#7756,#7757,#7758)); -#948=EDGE_LOOP('',(#7759,#7760,#7761,#7762)); -#949=EDGE_LOOP('',(#7763,#7764,#7765,#7766)); -#950=EDGE_LOOP('',(#7767,#7768,#7769,#7770)); -#951=EDGE_LOOP('',(#7771,#7772,#7773,#7774)); -#952=EDGE_LOOP('',(#7775,#7776,#7777,#7778)); -#953=EDGE_LOOP('',(#7779,#7780,#7781,#7782)); -#954=EDGE_LOOP('',(#7783,#7784,#7785,#7786)); -#955=EDGE_LOOP('',(#7787,#7788,#7789,#7790)); -#956=EDGE_LOOP('',(#7791,#7792,#7793,#7794)); -#957=EDGE_LOOP('',(#7795,#7796,#7797,#7798)); -#958=EDGE_LOOP('',(#7799,#7800,#7801,#7802)); -#959=EDGE_LOOP('',(#7803,#7804,#7805,#7806)); -#960=EDGE_LOOP('',(#7807,#7808,#7809,#7810)); -#961=EDGE_LOOP('',(#7811,#7812,#7813,#7814)); -#962=EDGE_LOOP('',(#7815,#7816,#7817,#7818)); -#963=EDGE_LOOP('',(#7819,#7820,#7821,#7822)); -#964=EDGE_LOOP('',(#7823,#7824,#7825,#7826)); -#965=EDGE_LOOP('',(#7827,#7828,#7829,#7830)); -#966=EDGE_LOOP('',(#7831,#7832,#7833,#7834)); -#967=EDGE_LOOP('',(#7835,#7836,#7837,#7838)); -#968=EDGE_LOOP('',(#7839,#7840,#7841,#7842)); -#969=EDGE_LOOP('',(#7843,#7844,#7845,#7846)); -#970=EDGE_LOOP('',(#7847,#7848,#7849,#7850)); -#971=EDGE_LOOP('',(#7851,#7852,#7853,#7854)); -#972=EDGE_LOOP('',(#7855,#7856,#7857,#7858)); -#973=EDGE_LOOP('',(#7859,#7860,#7861,#7862)); -#974=EDGE_LOOP('',(#7863,#7864,#7865,#7866)); -#975=EDGE_LOOP('',(#7867,#7868,#7869,#7870)); -#976=EDGE_LOOP('',(#7871,#7872,#7873,#7874)); -#977=EDGE_LOOP('',(#7875,#7876,#7877,#7878)); -#978=EDGE_LOOP('',(#7879,#7880,#7881,#7882)); -#979=EDGE_LOOP('',(#7883,#7884,#7885,#7886)); -#980=EDGE_LOOP('',(#7887,#7888,#7889,#7890)); -#981=EDGE_LOOP('',(#7891,#7892,#7893,#7894)); -#982=EDGE_LOOP('',(#7895,#7896,#7897,#7898)); -#983=EDGE_LOOP('',(#7899,#7900,#7901,#7902)); -#984=EDGE_LOOP('',(#7903,#7904,#7905,#7906)); -#985=EDGE_LOOP('',(#7907,#7908,#7909,#7910)); -#986=EDGE_LOOP('',(#7911,#7912,#7913,#7914)); -#987=EDGE_LOOP('',(#7915,#7916,#7917,#7918)); -#988=EDGE_LOOP('',(#7919,#7920,#7921,#7922)); -#989=EDGE_LOOP('',(#7923,#7924,#7925,#7926)); -#990=EDGE_LOOP('',(#7927,#7928,#7929,#7930)); -#991=EDGE_LOOP('',(#7931,#7932,#7933,#7934)); -#992=EDGE_LOOP('',(#7935,#7936,#7937,#7938)); -#993=EDGE_LOOP('',(#7939,#7940,#7941,#7942)); -#994=EDGE_LOOP('',(#7943,#7944,#7945,#7946)); -#995=EDGE_LOOP('',(#7947,#7948,#7949,#7950)); -#996=EDGE_LOOP('',(#7951,#7952,#7953,#7954)); -#997=EDGE_LOOP('',(#7955,#7956,#7957,#7958)); -#998=EDGE_LOOP('',(#7959,#7960,#7961,#7962)); -#999=EDGE_LOOP('',(#7963,#7964,#7965,#7966)); -#1000=EDGE_LOOP('',(#7967,#7968,#7969,#7970)); -#1001=EDGE_LOOP('',(#7971,#7972,#7973,#7974)); -#1002=EDGE_LOOP('',(#7975,#7976,#7977,#7978)); -#1003=EDGE_LOOP('',(#7979,#7980,#7981,#7982)); -#1004=EDGE_LOOP('',(#7983,#7984,#7985,#7986)); -#1005=EDGE_LOOP('',(#7987,#7988,#7989,#7990)); -#1006=EDGE_LOOP('',(#7991,#7992,#7993,#7994)); -#1007=EDGE_LOOP('',(#7995,#7996,#7997,#7998)); -#1008=EDGE_LOOP('',(#7999,#8000,#8001,#8002)); -#1009=EDGE_LOOP('',(#8003,#8004,#8005,#8006)); -#1010=EDGE_LOOP('',(#8007,#8008,#8009,#8010)); -#1011=EDGE_LOOP('',(#8011,#8012,#8013,#8014)); -#1012=EDGE_LOOP('',(#8015,#8016,#8017,#8018)); -#1013=EDGE_LOOP('',(#8019,#8020,#8021,#8022)); -#1014=EDGE_LOOP('',(#8023,#8024,#8025,#8026)); -#1015=EDGE_LOOP('',(#8027,#8028,#8029,#8030)); -#1016=EDGE_LOOP('',(#8031,#8032,#8033,#8034)); -#1017=EDGE_LOOP('',(#8035,#8036,#8037,#8038)); -#1018=EDGE_LOOP('',(#8039,#8040,#8041,#8042)); -#1019=EDGE_LOOP('',(#8043,#8044,#8045,#8046)); -#1020=EDGE_LOOP('',(#8047,#8048,#8049,#8050)); -#1021=EDGE_LOOP('',(#8051,#8052,#8053,#8054)); -#1022=EDGE_LOOP('',(#8055,#8056,#8057,#8058)); -#1023=EDGE_LOOP('',(#8059,#8060,#8061,#8062)); -#1024=EDGE_LOOP('',(#8063,#8064,#8065,#8066)); -#1025=EDGE_LOOP('',(#8067,#8068,#8069,#8070)); -#1026=EDGE_LOOP('',(#8071,#8072,#8073,#8074)); -#1027=EDGE_LOOP('',(#8075,#8076,#8077,#8078)); -#1028=EDGE_LOOP('',(#8079,#8080,#8081,#8082)); -#1029=EDGE_LOOP('',(#8083,#8084,#8085,#8086)); -#1030=EDGE_LOOP('',(#8087,#8088,#8089,#8090)); -#1031=EDGE_LOOP('',(#8091,#8092,#8093,#8094)); -#1032=EDGE_LOOP('',(#8095,#8096,#8097,#8098)); -#1033=EDGE_LOOP('',(#8099,#8100,#8101,#8102)); -#1034=EDGE_LOOP('',(#8103,#8104,#8105,#8106)); -#1035=EDGE_LOOP('',(#8107,#8108,#8109,#8110)); -#1036=EDGE_LOOP('',(#8111,#8112,#8113,#8114)); -#1037=EDGE_LOOP('',(#8115,#8116,#8117,#8118)); -#1038=EDGE_LOOP('',(#8119,#8120,#8121,#8122)); -#1039=EDGE_LOOP('',(#8123,#8124,#8125,#8126)); -#1040=EDGE_LOOP('',(#8127,#8128,#8129,#8130)); -#1041=EDGE_LOOP('',(#8131,#8132,#8133,#8134)); -#1042=EDGE_LOOP('',(#8135,#8136,#8137,#8138)); -#1043=EDGE_LOOP('',(#8139,#8140,#8141,#8142)); -#1044=EDGE_LOOP('',(#8143,#8144,#8145,#8146)); -#1045=EDGE_LOOP('',(#8147,#8148,#8149,#8150)); -#1046=EDGE_LOOP('',(#8151,#8152,#8153,#8154)); -#1047=EDGE_LOOP('',(#8155,#8156,#8157,#8158)); -#1048=EDGE_LOOP('',(#8159,#8160,#8161,#8162)); -#1049=EDGE_LOOP('',(#8163,#8164,#8165,#8166)); -#1050=EDGE_LOOP('',(#8167,#8168,#8169,#8170)); -#1051=EDGE_LOOP('',(#8171,#8172,#8173,#8174)); -#1052=EDGE_LOOP('',(#8175,#8176,#8177,#8178)); -#1053=EDGE_LOOP('',(#8179,#8180,#8181,#8182)); -#1054=EDGE_LOOP('',(#8183,#8184,#8185,#8186)); -#1055=EDGE_LOOP('',(#8187,#8188,#8189,#8190)); -#1056=EDGE_LOOP('',(#8191,#8192,#8193,#8194)); -#1057=EDGE_LOOP('',(#8195,#8196,#8197,#8198)); -#1058=EDGE_LOOP('',(#8199,#8200,#8201,#8202)); -#1059=EDGE_LOOP('',(#8203,#8204,#8205,#8206)); -#1060=EDGE_LOOP('',(#8207,#8208,#8209,#8210)); -#1061=EDGE_LOOP('',(#8211,#8212,#8213,#8214)); -#1062=EDGE_LOOP('',(#8215,#8216,#8217,#8218)); -#1063=EDGE_LOOP('',(#8219,#8220,#8221,#8222)); -#1064=EDGE_LOOP('',(#8223,#8224,#8225,#8226)); -#1065=EDGE_LOOP('',(#8227,#8228,#8229,#8230)); -#1066=EDGE_LOOP('',(#8231,#8232,#8233,#8234)); -#1067=EDGE_LOOP('',(#8235,#8236,#8237,#8238)); -#1068=EDGE_LOOP('',(#8239,#8240,#8241,#8242)); -#1069=EDGE_LOOP('',(#8243,#8244,#8245,#8246)); -#1070=EDGE_LOOP('',(#8247,#8248,#8249,#8250)); -#1071=EDGE_LOOP('',(#8251,#8252,#8253,#8254)); -#1072=EDGE_LOOP('',(#8255,#8256,#8257,#8258)); -#1073=EDGE_LOOP('',(#8259,#8260,#8261,#8262)); -#1074=EDGE_LOOP('',(#8263,#8264,#8265,#8266)); -#1075=EDGE_LOOP('',(#8267,#8268,#8269,#8270)); -#1076=EDGE_LOOP('',(#8271,#8272,#8273,#8274)); -#1077=EDGE_LOOP('',(#8275,#8276,#8277,#8278)); -#1078=EDGE_LOOP('',(#8279,#8280,#8281,#8282)); -#1079=EDGE_LOOP('',(#8283,#8284,#8285,#8286)); -#1080=EDGE_LOOP('',(#8287,#8288,#8289,#8290)); -#1081=EDGE_LOOP('',(#8291,#8292,#8293,#8294)); -#1082=EDGE_LOOP('',(#8295,#8296,#8297,#8298)); -#1083=EDGE_LOOP('',(#8299,#8300,#8301,#8302)); -#1084=EDGE_LOOP('',(#8303,#8304,#8305,#8306)); -#1085=EDGE_LOOP('',(#8307,#8308,#8309,#8310)); -#1086=EDGE_LOOP('',(#8311,#8312,#8313,#8314)); -#1087=EDGE_LOOP('',(#8315,#8316,#8317,#8318)); -#1088=EDGE_LOOP('',(#8319,#8320,#8321,#8322)); -#1089=EDGE_LOOP('',(#8323,#8324,#8325,#8326)); -#1090=EDGE_LOOP('',(#8327,#8328,#8329,#8330)); -#1091=EDGE_LOOP('',(#8331,#8332,#8333,#8334)); -#1092=EDGE_LOOP('',(#8335,#8336,#8337,#8338)); -#1093=EDGE_LOOP('',(#8339,#8340,#8341,#8342)); -#1094=EDGE_LOOP('',(#8343,#8344,#8345,#8346)); -#1095=EDGE_LOOP('',(#8347,#8348,#8349,#8350)); -#1096=EDGE_LOOP('',(#8351,#8352,#8353,#8354)); -#1097=EDGE_LOOP('',(#8355,#8356,#8357,#8358)); -#1098=EDGE_LOOP('',(#8359,#8360,#8361,#8362)); -#1099=EDGE_LOOP('',(#8363,#8364,#8365,#8366)); -#1100=EDGE_LOOP('',(#8367,#8368,#8369,#8370)); -#1101=EDGE_LOOP('',(#8371,#8372,#8373,#8374)); -#1102=EDGE_LOOP('',(#8375,#8376,#8377,#8378)); -#1103=EDGE_LOOP('',(#8379,#8380,#8381,#8382)); -#1104=EDGE_LOOP('',(#8383,#8384,#8385,#8386)); -#1105=EDGE_LOOP('',(#8387,#8388,#8389,#8390)); -#1106=EDGE_LOOP('',(#8391,#8392,#8393,#8394)); -#1107=EDGE_LOOP('',(#8395,#8396,#8397,#8398)); -#1108=EDGE_LOOP('',(#8399,#8400,#8401,#8402)); -#1109=EDGE_LOOP('',(#8403,#8404,#8405,#8406)); -#1110=EDGE_LOOP('',(#8407,#8408,#8409,#8410)); -#1111=EDGE_LOOP('',(#8411,#8412,#8413,#8414)); -#1112=EDGE_LOOP('',(#8415,#8416,#8417,#8418)); -#1113=EDGE_LOOP('',(#8419,#8420,#8421,#8422)); -#1114=EDGE_LOOP('',(#8423,#8424,#8425,#8426)); -#1115=EDGE_LOOP('',(#8427,#8428,#8429,#8430)); -#1116=EDGE_LOOP('',(#8431,#8432,#8433,#8434)); -#1117=EDGE_LOOP('',(#8435,#8436,#8437,#8438)); -#1118=EDGE_LOOP('',(#8439,#8440,#8441,#8442)); -#1119=EDGE_LOOP('',(#8443,#8444,#8445,#8446)); -#1120=EDGE_LOOP('',(#8447,#8448,#8449,#8450)); -#1121=EDGE_LOOP('',(#8451,#8452,#8453,#8454)); -#1122=EDGE_LOOP('',(#8455,#8456,#8457,#8458)); -#1123=EDGE_LOOP('',(#8459,#8460,#8461,#8462)); -#1124=EDGE_LOOP('',(#8463,#8464,#8465,#8466)); -#1125=EDGE_LOOP('',(#8467,#8468,#8469,#8470)); -#1126=EDGE_LOOP('',(#8471,#8472,#8473,#8474)); -#1127=EDGE_LOOP('',(#8475,#8476,#8477,#8478)); -#1128=EDGE_LOOP('',(#8479,#8480,#8481,#8482)); -#1129=EDGE_LOOP('',(#8483,#8484,#8485,#8486)); -#1130=EDGE_LOOP('',(#8487,#8488,#8489,#8490)); -#1131=EDGE_LOOP('',(#8491,#8492,#8493,#8494)); -#1132=EDGE_LOOP('',(#8495,#8496,#8497,#8498)); -#1133=EDGE_LOOP('',(#8499,#8500,#8501,#8502)); -#1134=EDGE_LOOP('',(#8503,#8504,#8505,#8506)); -#1135=EDGE_LOOP('',(#8507,#8508,#8509,#8510)); -#1136=EDGE_LOOP('',(#8511,#8512,#8513,#8514)); -#1137=EDGE_LOOP('',(#8515,#8516,#8517,#8518)); -#1138=EDGE_LOOP('',(#8519,#8520,#8521,#8522)); -#1139=EDGE_LOOP('',(#8523,#8524,#8525,#8526)); -#1140=EDGE_LOOP('',(#8527,#8528,#8529,#8530)); -#1141=EDGE_LOOP('',(#8531,#8532,#8533,#8534)); -#1142=EDGE_LOOP('',(#8535,#8536,#8537,#8538)); -#1143=EDGE_LOOP('',(#8539,#8540,#8541,#8542)); -#1144=EDGE_LOOP('',(#8543,#8544,#8545,#8546)); -#1145=EDGE_LOOP('',(#8547,#8548,#8549,#8550)); -#1146=EDGE_LOOP('',(#8551,#8552,#8553,#8554)); -#1147=EDGE_LOOP('',(#8555,#8556,#8557,#8558)); -#1148=EDGE_LOOP('',(#8559,#8560,#8561,#8562)); -#1149=EDGE_LOOP('',(#8563,#8564,#8565,#8566)); -#1150=EDGE_LOOP('',(#8567,#8568,#8569,#8570)); -#1151=EDGE_LOOP('',(#8571,#8572,#8573,#8574)); -#1152=EDGE_LOOP('',(#8575,#8576,#8577,#8578)); -#1153=EDGE_LOOP('',(#8579,#8580,#8581,#8582)); -#1154=EDGE_LOOP('',(#8583,#8584,#8585,#8586)); -#1155=EDGE_LOOP('',(#8587,#8588,#8589,#8590)); -#1156=EDGE_LOOP('',(#8591,#8592,#8593,#8594)); -#1157=EDGE_LOOP('',(#8595,#8596,#8597,#8598)); -#1158=EDGE_LOOP('',(#8599,#8600,#8601,#8602)); -#1159=EDGE_LOOP('',(#8603,#8604,#8605,#8606)); -#1160=EDGE_LOOP('',(#8607,#8608,#8609,#8610)); -#1161=EDGE_LOOP('',(#8611,#8612,#8613,#8614)); -#1162=EDGE_LOOP('',(#8615,#8616,#8617,#8618)); -#1163=EDGE_LOOP('',(#8619,#8620,#8621,#8622)); -#1164=EDGE_LOOP('',(#8623,#8624,#8625,#8626)); -#1165=EDGE_LOOP('',(#8627,#8628,#8629,#8630)); -#1166=EDGE_LOOP('',(#8631,#8632,#8633,#8634)); -#1167=EDGE_LOOP('',(#8635,#8636,#8637,#8638)); -#1168=EDGE_LOOP('',(#8639,#8640,#8641,#8642)); -#1169=EDGE_LOOP('',(#8643,#8644,#8645,#8646)); -#1170=EDGE_LOOP('',(#8647,#8648,#8649,#8650)); -#1171=EDGE_LOOP('',(#8651,#8652,#8653,#8654)); -#1172=EDGE_LOOP('',(#8655,#8656,#8657,#8658)); -#1173=EDGE_LOOP('',(#8659,#8660,#8661,#8662)); -#1174=EDGE_LOOP('',(#8663,#8664,#8665,#8666)); -#1175=EDGE_LOOP('',(#8667,#8668,#8669,#8670)); -#1176=EDGE_LOOP('',(#8671,#8672,#8673,#8674)); -#1177=EDGE_LOOP('',(#8675,#8676,#8677,#8678)); -#1178=EDGE_LOOP('',(#8679,#8680,#8681,#8682)); -#1179=EDGE_LOOP('',(#8683,#8684,#8685,#8686)); -#1180=EDGE_LOOP('',(#8687,#8688,#8689,#8690)); -#1181=EDGE_LOOP('',(#8691,#8692,#8693,#8694)); -#1182=EDGE_LOOP('',(#8695,#8696,#8697,#8698)); -#1183=EDGE_LOOP('',(#8699,#8700,#8701,#8702)); -#1184=EDGE_LOOP('',(#8703,#8704,#8705,#8706)); -#1185=EDGE_LOOP('',(#8707,#8708,#8709,#8710)); -#1186=EDGE_LOOP('',(#8711,#8712,#8713,#8714)); -#1187=EDGE_LOOP('',(#8715,#8716,#8717,#8718)); -#1188=EDGE_LOOP('',(#8719,#8720,#8721,#8722)); -#1189=EDGE_LOOP('',(#8723,#8724,#8725,#8726)); -#1190=EDGE_LOOP('',(#8727,#8728,#8729,#8730)); -#1191=EDGE_LOOP('',(#8731,#8732,#8733,#8734)); -#1192=EDGE_LOOP('',(#8735,#8736,#8737,#8738)); -#1193=EDGE_LOOP('',(#8739,#8740,#8741,#8742)); -#1194=EDGE_LOOP('',(#8743,#8744,#8745,#8746)); -#1195=EDGE_LOOP('',(#8747,#8748,#8749,#8750)); -#1196=EDGE_LOOP('',(#8751,#8752,#8753,#8754)); -#1197=EDGE_LOOP('',(#8755,#8756,#8757,#8758)); -#1198=EDGE_LOOP('',(#8759,#8760,#8761,#8762)); -#1199=EDGE_LOOP('',(#8763,#8764,#8765,#8766)); -#1200=EDGE_LOOP('',(#8767,#8768,#8769,#8770)); -#1201=EDGE_LOOP('',(#8771,#8772,#8773,#8774)); -#1202=EDGE_LOOP('',(#8775,#8776,#8777,#8778)); -#1203=EDGE_LOOP('',(#8779,#8780,#8781,#8782)); -#1204=EDGE_LOOP('',(#8783,#8784,#8785,#8786)); -#1205=EDGE_LOOP('',(#8787,#8788,#8789,#8790)); -#1206=EDGE_LOOP('',(#8791,#8792,#8793,#8794)); -#1207=EDGE_LOOP('',(#8795,#8796,#8797,#8798)); -#1208=EDGE_LOOP('',(#8799,#8800,#8801,#8802)); -#1209=EDGE_LOOP('',(#8803,#8804,#8805,#8806)); -#1210=EDGE_LOOP('',(#8807,#8808,#8809,#8810)); -#1211=EDGE_LOOP('',(#8811,#8812,#8813,#8814)); -#1212=EDGE_LOOP('',(#8815,#8816,#8817,#8818)); -#1213=EDGE_LOOP('',(#8819,#8820,#8821,#8822)); -#1214=EDGE_LOOP('',(#8823,#8824,#8825,#8826)); -#1215=EDGE_LOOP('',(#8827,#8828,#8829,#8830)); -#1216=EDGE_LOOP('',(#8831,#8832,#8833,#8834)); -#1217=EDGE_LOOP('',(#8835,#8836,#8837,#8838)); -#1218=EDGE_LOOP('',(#8839,#8840,#8841,#8842)); -#1219=EDGE_LOOP('',(#8843,#8844,#8845,#8846)); -#1220=EDGE_LOOP('',(#8847,#8848,#8849,#8850)); -#1221=EDGE_LOOP('',(#8851,#8852,#8853,#8854)); -#1222=EDGE_LOOP('',(#8855,#8856,#8857,#8858)); -#1223=EDGE_LOOP('',(#8859,#8860,#8861,#8862)); -#1224=EDGE_LOOP('',(#8863,#8864,#8865,#8866)); -#1225=EDGE_LOOP('',(#8867,#8868,#8869,#8870)); -#1226=EDGE_LOOP('',(#8871,#8872,#8873,#8874)); -#1227=EDGE_LOOP('',(#8875,#8876,#8877,#8878)); -#1228=EDGE_LOOP('',(#8879,#8880,#8881,#8882)); -#1229=EDGE_LOOP('',(#8883,#8884,#8885,#8886)); -#1230=EDGE_LOOP('',(#8887,#8888,#8889,#8890)); -#1231=EDGE_LOOP('',(#8891,#8892,#8893,#8894)); -#1232=EDGE_LOOP('',(#8895,#8896,#8897,#8898)); -#1233=EDGE_LOOP('',(#8899,#8900,#8901,#8902)); -#1234=EDGE_LOOP('',(#8903,#8904,#8905,#8906)); -#1235=EDGE_LOOP('',(#8907,#8908,#8909,#8910)); -#1236=EDGE_LOOP('',(#8911,#8912,#8913,#8914)); -#1237=EDGE_LOOP('',(#8915,#8916,#8917,#8918)); -#1238=EDGE_LOOP('',(#8919,#8920,#8921,#8922)); -#1239=EDGE_LOOP('',(#8923,#8924,#8925,#8926)); -#1240=EDGE_LOOP('',(#8927,#8928,#8929,#8930)); -#1241=EDGE_LOOP('',(#8931,#8932,#8933,#8934)); -#1242=EDGE_LOOP('',(#8935,#8936,#8937,#8938)); -#1243=EDGE_LOOP('',(#8939,#8940,#8941,#8942)); -#1244=EDGE_LOOP('',(#8943,#8944,#8945,#8946)); -#1245=EDGE_LOOP('',(#8947,#8948,#8949,#8950)); -#1246=EDGE_LOOP('',(#8951,#8952,#8953,#8954)); -#1247=EDGE_LOOP('',(#8955,#8956,#8957,#8958)); -#1248=EDGE_LOOP('',(#8959,#8960,#8961,#8962)); -#1249=EDGE_LOOP('',(#8963,#8964,#8965,#8966)); -#1250=EDGE_LOOP('',(#8967,#8968,#8969,#8970)); -#1251=EDGE_LOOP('',(#8971,#8972,#8973,#8974)); -#1252=EDGE_LOOP('',(#8975,#8976,#8977,#8978)); -#1253=EDGE_LOOP('',(#8979,#8980,#8981,#8982)); -#1254=EDGE_LOOP('',(#8983,#8984,#8985,#8986)); -#1255=EDGE_LOOP('',(#8987,#8988,#8989,#8990)); -#1256=EDGE_LOOP('',(#8991,#8992,#8993,#8994)); -#1257=EDGE_LOOP('',(#8995,#8996,#8997,#8998)); -#1258=EDGE_LOOP('',(#8999,#9000,#9001,#9002)); -#1259=EDGE_LOOP('',(#9003,#9004,#9005,#9006)); -#1260=EDGE_LOOP('',(#9007,#9008,#9009,#9010)); -#1261=EDGE_LOOP('',(#9011,#9012,#9013,#9014)); -#1262=EDGE_LOOP('',(#9015,#9016,#9017,#9018)); -#1263=EDGE_LOOP('',(#9019,#9020,#9021,#9022)); -#1264=EDGE_LOOP('',(#9023,#9024,#9025,#9026)); -#1265=EDGE_LOOP('',(#9027,#9028,#9029,#9030)); -#1266=EDGE_LOOP('',(#9031,#9032,#9033,#9034)); -#1267=EDGE_LOOP('',(#9035,#9036,#9037,#9038)); -#1268=EDGE_LOOP('',(#9039,#9040,#9041,#9042)); -#1269=EDGE_LOOP('',(#9043,#9044,#9045,#9046)); -#1270=EDGE_LOOP('',(#9047,#9048,#9049,#9050)); -#1271=EDGE_LOOP('',(#9051,#9052,#9053,#9054)); -#1272=EDGE_LOOP('',(#9055,#9056,#9057,#9058)); -#1273=EDGE_LOOP('',(#9059,#9060,#9061,#9062)); -#1274=EDGE_LOOP('',(#9063,#9064,#9065,#9066)); -#1275=EDGE_LOOP('',(#9067,#9068,#9069,#9070)); -#1276=EDGE_LOOP('',(#9071,#9072,#9073,#9074)); -#1277=EDGE_LOOP('',(#9075,#9076,#9077,#9078)); -#1278=EDGE_LOOP('',(#9079,#9080,#9081,#9082)); -#1279=EDGE_LOOP('',(#9083,#9084,#9085,#9086)); -#1280=EDGE_LOOP('',(#9087,#9088,#9089,#9090)); -#1281=EDGE_LOOP('',(#9091,#9092,#9093,#9094)); -#1282=EDGE_LOOP('',(#9095,#9096,#9097,#9098)); -#1283=EDGE_LOOP('',(#9099,#9100,#9101,#9102)); -#1284=EDGE_LOOP('',(#9103,#9104,#9105,#9106)); -#1285=EDGE_LOOP('',(#9107,#9108,#9109,#9110)); -#1286=EDGE_LOOP('',(#9111,#9112,#9113,#9114)); -#1287=EDGE_LOOP('',(#9115,#9116,#9117,#9118)); -#1288=EDGE_LOOP('',(#9119,#9120,#9121,#9122)); -#1289=EDGE_LOOP('',(#9123,#9124,#9125,#9126)); -#1290=EDGE_LOOP('',(#9127,#9128,#9129,#9130)); -#1291=EDGE_LOOP('',(#9131,#9132,#9133,#9134)); -#1292=EDGE_LOOP('',(#9135,#9136,#9137,#9138)); -#1293=EDGE_LOOP('',(#9139,#9140,#9141,#9142)); -#1294=EDGE_LOOP('',(#9143,#9144,#9145,#9146)); -#1295=EDGE_LOOP('',(#9147,#9148,#9149,#9150)); -#1296=EDGE_LOOP('',(#9151,#9152,#9153,#9154)); -#1297=EDGE_LOOP('',(#9155,#9156,#9157,#9158)); -#1298=EDGE_LOOP('',(#9159,#9160,#9161,#9162)); -#1299=EDGE_LOOP('',(#9163,#9164,#9165,#9166)); -#1300=EDGE_LOOP('',(#9167,#9168,#9169,#9170)); -#1301=EDGE_LOOP('',(#9171,#9172,#9173,#9174)); -#1302=EDGE_LOOP('',(#9175,#9176,#9177,#9178)); -#1303=EDGE_LOOP('',(#9179,#9180,#9181,#9182)); -#1304=EDGE_LOOP('',(#9183,#9184,#9185,#9186)); -#1305=EDGE_LOOP('',(#9187,#9188,#9189,#9190)); -#1306=EDGE_LOOP('',(#9191,#9192,#9193,#9194)); -#1307=EDGE_LOOP('',(#9195,#9196,#9197,#9198)); -#1308=EDGE_LOOP('',(#9199,#9200,#9201,#9202)); -#1309=EDGE_LOOP('',(#9203,#9204,#9205,#9206)); -#1310=EDGE_LOOP('',(#9207,#9208,#9209,#9210)); -#1311=EDGE_LOOP('',(#9211,#9212,#9213,#9214)); -#1312=EDGE_LOOP('',(#9215,#9216,#9217,#9218)); -#1313=EDGE_LOOP('',(#9219,#9220,#9221,#9222)); -#1314=EDGE_LOOP('',(#9223,#9224,#9225,#9226)); -#1315=EDGE_LOOP('',(#9227,#9228,#9229,#9230)); -#1316=EDGE_LOOP('',(#9231,#9232,#9233,#9234)); -#1317=EDGE_LOOP('',(#9235,#9236,#9237,#9238)); -#1318=EDGE_LOOP('',(#9239,#9240,#9241,#9242)); -#1319=EDGE_LOOP('',(#9243,#9244,#9245,#9246)); -#1320=EDGE_LOOP('',(#9247,#9248,#9249,#9250)); -#1321=EDGE_LOOP('',(#9251,#9252,#9253,#9254)); -#1322=EDGE_LOOP('',(#9255,#9256,#9257,#9258)); -#1323=EDGE_LOOP('',(#9259,#9260,#9261,#9262)); -#1324=EDGE_LOOP('',(#9263,#9264,#9265,#9266)); -#1325=EDGE_LOOP('',(#9267,#9268,#9269,#9270)); -#1326=EDGE_LOOP('',(#9271,#9272,#9273,#9274)); -#1327=EDGE_LOOP('',(#9275,#9276,#9277,#9278)); -#1328=EDGE_LOOP('',(#9279,#9280,#9281,#9282)); -#1329=EDGE_LOOP('',(#9283,#9284,#9285,#9286)); -#1330=EDGE_LOOP('',(#9287,#9288,#9289,#9290)); -#1331=EDGE_LOOP('',(#9291,#9292,#9293,#9294)); -#1332=EDGE_LOOP('',(#9295,#9296,#9297,#9298)); -#1333=EDGE_LOOP('',(#9299,#9300,#9301,#9302)); -#1334=EDGE_LOOP('',(#9303,#9304,#9305,#9306)); -#1335=EDGE_LOOP('',(#9307,#9308,#9309,#9310)); -#1336=EDGE_LOOP('',(#9311,#9312,#9313,#9314)); -#1337=EDGE_LOOP('',(#9315,#9316,#9317,#9318)); -#1338=EDGE_LOOP('',(#9319,#9320,#9321,#9322)); -#1339=EDGE_LOOP('',(#9323,#9324,#9325,#9326)); -#1340=EDGE_LOOP('',(#9327,#9328,#9329,#9330)); -#1341=EDGE_LOOP('',(#9331,#9332,#9333,#9334)); -#1342=EDGE_LOOP('',(#9335,#9336,#9337,#9338)); -#1343=EDGE_LOOP('',(#9339,#9340,#9341,#9342)); -#1344=EDGE_LOOP('',(#9343,#9344,#9345,#9346)); -#1345=EDGE_LOOP('',(#9347,#9348,#9349,#9350)); -#1346=EDGE_LOOP('',(#9351,#9352,#9353,#9354)); -#1347=EDGE_LOOP('',(#9355,#9356,#9357,#9358)); -#1348=EDGE_LOOP('',(#9359,#9360,#9361,#9362)); -#1349=EDGE_LOOP('',(#9363,#9364,#9365,#9366)); -#1350=EDGE_LOOP('',(#9367,#9368,#9369,#9370)); -#1351=EDGE_LOOP('',(#9371,#9372,#9373,#9374)); -#1352=EDGE_LOOP('',(#9375,#9376,#9377,#9378)); -#1353=EDGE_LOOP('',(#9379,#9380,#9381,#9382)); -#1354=EDGE_LOOP('',(#9383,#9384,#9385,#9386)); -#1355=EDGE_LOOP('',(#9387,#9388,#9389,#9390)); -#1356=EDGE_LOOP('',(#9391,#9392,#9393,#9394)); -#1357=EDGE_LOOP('',(#9395,#9396,#9397,#9398)); -#1358=EDGE_LOOP('',(#9399,#9400,#9401,#9402)); -#1359=EDGE_LOOP('',(#9403,#9404,#9405,#9406)); -#1360=EDGE_LOOP('',(#9407,#9408,#9409,#9410)); -#1361=EDGE_LOOP('',(#9411,#9412,#9413,#9414)); -#1362=EDGE_LOOP('',(#9415,#9416,#9417,#9418)); -#1363=EDGE_LOOP('',(#9419,#9420,#9421,#9422)); -#1364=EDGE_LOOP('',(#9423,#9424,#9425,#9426)); -#1365=EDGE_LOOP('',(#9427,#9428,#9429,#9430)); -#1366=EDGE_LOOP('',(#9431,#9432,#9433,#9434)); -#1367=EDGE_LOOP('',(#9435,#9436,#9437,#9438)); -#1368=EDGE_LOOP('',(#9439,#9440,#9441,#9442)); -#1369=EDGE_LOOP('',(#9443,#9444,#9445,#9446)); -#1370=EDGE_LOOP('',(#9447,#9448,#9449,#9450)); -#1371=EDGE_LOOP('',(#9451,#9452,#9453,#9454)); -#1372=EDGE_LOOP('',(#9455,#9456,#9457,#9458)); -#1373=EDGE_LOOP('',(#9459,#9460,#9461,#9462)); -#1374=EDGE_LOOP('',(#9463,#9464,#9465,#9466)); -#1375=EDGE_LOOP('',(#9467,#9468,#9469,#9470)); -#1376=EDGE_LOOP('',(#9471,#9472,#9473,#9474)); -#1377=EDGE_LOOP('',(#9475,#9476,#9477,#9478)); -#1378=EDGE_LOOP('',(#9479,#9480,#9481,#9482)); -#1379=EDGE_LOOP('',(#9483,#9484,#9485,#9486)); -#1380=EDGE_LOOP('',(#9487,#9488,#9489,#9490)); -#1381=EDGE_LOOP('',(#9491,#9492,#9493,#9494)); -#1382=EDGE_LOOP('',(#9495,#9496,#9497,#9498)); -#1383=EDGE_LOOP('',(#9499,#9500,#9501,#9502)); -#1384=EDGE_LOOP('',(#9503,#9504,#9505,#9506)); -#1385=EDGE_LOOP('',(#9507,#9508,#9509,#9510)); -#1386=EDGE_LOOP('',(#9511,#9512,#9513,#9514)); -#1387=EDGE_LOOP('',(#9515,#9516,#9517,#9518)); -#1388=EDGE_LOOP('',(#9519,#9520,#9521,#9522)); -#1389=EDGE_LOOP('',(#9523,#9524,#9525,#9526)); -#1390=EDGE_LOOP('',(#9527,#9528,#9529,#9530)); -#1391=EDGE_LOOP('',(#9531,#9532,#9533,#9534)); -#1392=EDGE_LOOP('',(#9535,#9536,#9537,#9538)); -#1393=EDGE_LOOP('',(#9539,#9540,#9541,#9542)); -#1394=EDGE_LOOP('',(#9543,#9544,#9545,#9546)); -#1395=EDGE_LOOP('',(#9547,#9548,#9549,#9550)); -#1396=EDGE_LOOP('',(#9551,#9552,#9553,#9554)); -#1397=EDGE_LOOP('',(#9555,#9556,#9557,#9558)); -#1398=EDGE_LOOP('',(#9559,#9560,#9561,#9562)); -#1399=EDGE_LOOP('',(#9563,#9564,#9565,#9566)); -#1400=EDGE_LOOP('',(#9567,#9568,#9569,#9570)); -#1401=EDGE_LOOP('',(#9571,#9572,#9573,#9574)); -#1402=EDGE_LOOP('',(#9575,#9576,#9577,#9578)); -#1403=EDGE_LOOP('',(#9579,#9580,#9581,#9582)); -#1404=EDGE_LOOP('',(#9583,#9584,#9585,#9586)); -#1405=EDGE_LOOP('',(#9587,#9588,#9589,#9590)); -#1406=EDGE_LOOP('',(#9591,#9592,#9593,#9594)); -#1407=EDGE_LOOP('',(#9595,#9596,#9597,#9598)); -#1408=EDGE_LOOP('',(#9599,#9600,#9601,#9602)); -#1409=EDGE_LOOP('',(#9603,#9604,#9605,#9606)); -#1410=EDGE_LOOP('',(#9607,#9608,#9609,#9610)); -#1411=EDGE_LOOP('',(#9611,#9612,#9613,#9614)); -#1412=EDGE_LOOP('',(#9615,#9616,#9617,#9618,#9619)); -#1413=EDGE_LOOP('',(#9620,#9621,#9622,#9623)); -#1414=EDGE_LOOP('',(#9624,#9625,#9626,#9627)); -#1415=EDGE_LOOP('',(#9628,#9629,#9630,#9631)); -#1416=EDGE_LOOP('',(#9632,#9633,#9634,#9635,#9636,#9637)); -#1417=EDGE_LOOP('',(#9638,#9639,#9640,#9641)); -#1418=EDGE_LOOP('',(#9642,#9643,#9644,#9645)); -#1419=EDGE_LOOP('',(#9646,#9647,#9648,#9649)); -#1420=EDGE_LOOP('',(#9650,#9651,#9652,#9653,#9654,#9655)); -#1421=EDGE_LOOP('',(#9656,#9657,#9658,#9659)); -#1422=EDGE_LOOP('',(#9660,#9661,#9662,#9663)); -#1423=EDGE_LOOP('',(#9664,#9665,#9666,#9667)); -#1424=EDGE_LOOP('',(#9668,#9669,#9670,#9671,#9672,#9673)); -#1425=EDGE_LOOP('',(#9674,#9675,#9676,#9677)); -#1426=EDGE_LOOP('',(#9678,#9679,#9680,#9681)); -#1427=EDGE_LOOP('',(#9682,#9683,#9684,#9685)); -#1428=EDGE_LOOP('',(#9686,#9687,#9688,#9689,#9690,#9691)); -#1429=EDGE_LOOP('',(#9692,#9693,#9694,#9695)); -#1430=EDGE_LOOP('',(#9696,#9697,#9698,#9699)); -#1431=EDGE_LOOP('',(#9700,#9701,#9702,#9703)); -#1432=EDGE_LOOP('',(#9704,#9705,#9706,#9707,#9708,#9709)); -#1433=EDGE_LOOP('',(#9710,#9711,#9712,#9713)); -#1434=EDGE_LOOP('',(#9714,#9715,#9716,#9717)); -#1435=EDGE_LOOP('',(#9718,#9719,#9720,#9721)); -#1436=EDGE_LOOP('',(#9722,#9723,#9724,#9725,#9726,#9727)); -#1437=EDGE_LOOP('',(#9728,#9729,#9730,#9731)); -#1438=EDGE_LOOP('',(#9732,#9733,#9734,#9735)); -#1439=EDGE_LOOP('',(#9736,#9737,#9738,#9739)); -#1440=EDGE_LOOP('',(#9740,#9741,#9742,#9743,#9744,#9745)); -#1441=EDGE_LOOP('',(#9746,#9747,#9748,#9749)); -#1442=EDGE_LOOP('',(#9750,#9751,#9752,#9753)); -#1443=EDGE_LOOP('',(#9754,#9755,#9756,#9757)); -#1444=EDGE_LOOP('',(#9758,#9759,#9760,#9761,#9762,#9763)); -#1445=EDGE_LOOP('',(#9764,#9765,#9766,#9767,#9768,#9769,#9770,#9771,#9772, -#9773,#9774,#9775,#9776,#9777)); -#1446=EDGE_LOOP('',(#9778,#9779,#9780,#9781)); -#1447=EDGE_LOOP('',(#9782,#9783,#9784,#9785)); -#1448=EDGE_LOOP('',(#9786,#9787,#9788,#9789)); -#1449=EDGE_LOOP('',(#9790,#9791,#9792,#9793)); -#1450=EDGE_LOOP('',(#9794,#9795,#9796,#9797)); -#1451=EDGE_LOOP('',(#9798,#9799,#9800,#9801,#9802,#9803,#9804,#9805,#9806, -#9807,#9808,#9809,#9810,#9811,#9812,#9813,#9814,#9815,#9816,#9817,#9818, -#9819,#9820,#9821,#9822,#9823,#9824,#9825,#9826,#9827,#9828,#9829,#9830, -#9831,#9832,#9833,#9834,#9835,#9836,#9837,#9838,#9839,#9840,#9841,#9842, -#9843,#9844,#9845,#9846,#9847,#9848,#9849,#9850,#9851,#9852,#9853,#9854, -#9855,#9856,#9857,#9858,#9859,#9860,#9861,#9862,#9863,#9864,#9865,#9866, -#9867,#9868,#9869,#9870,#9871,#9872,#9873,#9874,#9875,#9876,#9877,#9878, -#9879,#9880,#9881,#9882,#9883,#9884,#9885,#9886,#9887,#9888,#9889,#9890, -#9891,#9892,#9893,#9894,#9895,#9896,#9897,#9898,#9899,#9900,#9901,#9902, -#9903,#9904,#9905,#9906,#9907,#9908,#9909,#9910,#9911,#9912,#9913,#9914, -#9915,#9916,#9917,#9918,#9919,#9920,#9921,#9922,#9923,#9924,#9925,#9926, -#9927,#9928,#9929,#9930,#9931,#9932,#9933,#9934,#9935,#9936,#9937,#9938, -#9939,#9940,#9941,#9942,#9943,#9944,#9945,#9946,#9947,#9948,#9949,#9950, -#9951,#9952,#9953,#9954,#9955,#9956,#9957,#9958,#9959,#9960,#9961,#9962, -#9963,#9964,#9965,#9966,#9967,#9968,#9969,#9970,#9971,#9972,#9973,#9974, -#9975,#9976,#9977,#9978,#9979,#9980,#9981,#9982,#9983,#9984,#9985,#9986, -#9987,#9988,#9989,#9990,#9991,#9992,#9993,#9994,#9995,#9996,#9997,#9998, -#9999,#10000,#10001,#10002,#10003,#10004,#10005,#10006,#10007,#10008,#10009, -#10010,#10011,#10012,#10013,#10014,#10015,#10016,#10017,#10018,#10019,#10020, -#10021,#10022,#10023,#10024,#10025,#10026,#10027,#10028,#10029,#10030,#10031, -#10032,#10033,#10034,#10035,#10036,#10037,#10038,#10039,#10040,#10041,#10042, -#10043,#10044,#10045,#10046,#10047,#10048,#10049,#10050,#10051,#10052,#10053, -#10054,#10055,#10056,#10057,#10058,#10059,#10060,#10061,#10062,#10063,#10064, -#10065,#10066,#10067,#10068,#10069,#10070,#10071,#10072,#10073,#10074,#10075, -#10076,#10077,#10078,#10079,#10080,#10081,#10082,#10083,#10084,#10085,#10086, -#10087,#10088,#10089,#10090,#10091,#10092,#10093,#10094,#10095,#10096,#10097, -#10098,#10099,#10100,#10101,#10102,#10103,#10104,#10105,#10106,#10107,#10108, -#10109,#10110,#10111,#10112,#10113,#10114,#10115,#10116,#10117,#10118,#10119, -#10120,#10121,#10122,#10123,#10124,#10125,#10126,#10127,#10128,#10129,#10130, -#10131,#10132,#10133,#10134,#10135,#10136,#10137,#10138,#10139,#10140,#10141, -#10142,#10143,#10144,#10145,#10146,#10147,#10148,#10149,#10150,#10151,#10152, -#10153,#10154,#10155,#10156,#10157,#10158,#10159,#10160,#10161,#10162,#10163, -#10164,#10165,#10166,#10167,#10168,#10169,#10170,#10171,#10172,#10173,#10174, -#10175,#10176,#10177,#10178,#10179,#10180,#10181,#10182,#10183,#10184,#10185, -#10186,#10187,#10188,#10189,#10190,#10191,#10192,#10193,#10194,#10195,#10196, -#10197,#10198,#10199,#10200,#10201,#10202,#10203,#10204,#10205,#10206,#10207, -#10208,#10209,#10210,#10211,#10212,#10213,#10214,#10215,#10216,#10217,#10218, -#10219,#10220,#10221,#10222,#10223,#10224,#10225,#10226,#10227,#10228,#10229, -#10230,#10231,#10232,#10233,#10234,#10235,#10236,#10237,#10238,#10239,#10240, -#10241,#10242,#10243,#10244,#10245,#10246,#10247,#10248,#10249,#10250,#10251, -#10252,#10253,#10254,#10255,#10256,#10257,#10258,#10259,#10260,#10261,#10262, -#10263,#10264,#10265,#10266,#10267,#10268,#10269,#10270,#10271,#10272,#10273, -#10274,#10275,#10276,#10277,#10278,#10279,#10280,#10281,#10282,#10283,#10284, -#10285,#10286,#10287,#10288,#10289,#10290,#10291,#10292,#10293,#10294,#10295, -#10296,#10297,#10298,#10299,#10300,#10301,#10302,#10303,#10304,#10305,#10306, -#10307,#10308,#10309,#10310,#10311,#10312,#10313,#10314,#10315,#10316,#10317, -#10318,#10319,#10320,#10321,#10322,#10323,#10324,#10325,#10326,#10327,#10328, -#10329,#10330,#10331,#10332,#10333,#10334,#10335,#10336,#10337,#10338,#10339, -#10340,#10341,#10342,#10343,#10344,#10345,#10346,#10347,#10348,#10349,#10350, -#10351,#10352,#10353,#10354,#10355,#10356,#10357)); -#1452=EDGE_LOOP('',(#10358,#10359,#10360,#10361,#10362)); -#1453=EDGE_LOOP('',(#10363,#10364,#10365,#10366)); -#1454=EDGE_LOOP('',(#10367,#10368,#10369,#10370)); -#1455=EDGE_LOOP('',(#10371,#10372,#10373,#10374)); -#1456=EDGE_LOOP('',(#10375,#10376,#10377,#10378)); -#1457=EDGE_LOOP('',(#10379,#10380,#10381,#10382)); -#1458=EDGE_LOOP('',(#10383,#10384,#10385,#10386,#10387,#10388,#10389,#10390, -#10391,#10392,#10393,#10394,#10395,#10396)); -#1459=EDGE_LOOP('',(#10397,#10398,#10399,#10400,#10401)); -#1460=LINE('',#13510,#2341); -#1461=LINE('',#13523,#2342); -#1462=LINE('',#13546,#2343); -#1463=LINE('',#13568,#2344); -#1464=LINE('',#13625,#2345); -#1465=LINE('',#13629,#2346); -#1466=LINE('',#13631,#2347); -#1467=LINE('',#13635,#2348); -#1468=LINE('',#13637,#2349); -#1469=LINE('',#13685,#2350); -#1470=LINE('',#13687,#2351); -#1471=LINE('',#13689,#2352); -#1472=LINE('',#13737,#2353); -#1473=LINE('',#13739,#2354); -#1474=LINE('',#13741,#2355); -#1475=LINE('',#13789,#2356); -#1476=LINE('',#13791,#2357); -#1477=LINE('',#13793,#2358); -#1478=LINE('',#13841,#2359); -#1479=LINE('',#13843,#2360); -#1480=LINE('',#13845,#2361); -#1481=LINE('',#13893,#2362); -#1482=LINE('',#13895,#2363); -#1483=LINE('',#13897,#2364); -#1484=LINE('',#13945,#2365); -#1485=LINE('',#13947,#2366); -#1486=LINE('',#13949,#2367); -#1487=LINE('',#13997,#2368); -#1488=LINE('',#13999,#2369); -#1489=LINE('',#14001,#2370); -#1490=LINE('',#14049,#2371); -#1491=LINE('',#14051,#2372); -#1492=LINE('',#14053,#2373); -#1493=LINE('',#14101,#2374); -#1494=LINE('',#14103,#2375); -#1495=LINE('',#14151,#2376); -#1496=LINE('',#14199,#2377); -#1497=LINE('',#14247,#2378); -#1498=LINE('',#14295,#2379); -#1499=LINE('',#14343,#2380); -#1500=LINE('',#14391,#2381); -#1501=LINE('',#14439,#2382); -#1502=LINE('',#14487,#2383); -#1503=LINE('',#14535,#2384); -#1504=LINE('',#14583,#2385); -#1505=LINE('',#14631,#2386); -#1506=LINE('',#14679,#2387); -#1507=LINE('',#14727,#2388); -#1508=LINE('',#14775,#2389); -#1509=LINE('',#14823,#2390); -#1510=LINE('',#14871,#2391); -#1511=LINE('',#14919,#2392); -#1512=LINE('',#14967,#2393); -#1513=LINE('',#15015,#2394); -#1514=LINE('',#15063,#2395); -#1515=LINE('',#15111,#2396); -#1516=LINE('',#15159,#2397); -#1517=LINE('',#15207,#2398); -#1518=LINE('',#15255,#2399); -#1519=LINE('',#15303,#2400); -#1520=LINE('',#15351,#2401); -#1521=LINE('',#15399,#2402); -#1522=LINE('',#15447,#2403); -#1523=LINE('',#15495,#2404); -#1524=LINE('',#15543,#2405); -#1525=LINE('',#15591,#2406); -#1526=LINE('',#15639,#2407); -#1527=LINE('',#15687,#2408); -#1528=LINE('',#15735,#2409); -#1529=LINE('',#15783,#2410); -#1530=LINE('',#15831,#2411); -#1531=LINE('',#15879,#2412); -#1532=LINE('',#15927,#2413); -#1533=LINE('',#15975,#2414); -#1534=LINE('',#16023,#2415); -#1535=LINE('',#16071,#2416); -#1536=LINE('',#16119,#2417); -#1537=LINE('',#16167,#2418); -#1538=LINE('',#16215,#2419); -#1539=LINE('',#16263,#2420); -#1540=LINE('',#16311,#2421); -#1541=LINE('',#16359,#2422); -#1542=LINE('',#16407,#2423); -#1543=LINE('',#16455,#2424); -#1544=LINE('',#16503,#2425); -#1545=LINE('',#16551,#2426); -#1546=LINE('',#16599,#2427); -#1547=LINE('',#16647,#2428); -#1548=LINE('',#16695,#2429); -#1549=LINE('',#16743,#2430); -#1550=LINE('',#16791,#2431); -#1551=LINE('',#16839,#2432); -#1552=LINE('',#16887,#2433); -#1553=LINE('',#16935,#2434); -#1554=LINE('',#16983,#2435); -#1555=LINE('',#17031,#2436); -#1556=LINE('',#17079,#2437); -#1557=LINE('',#17127,#2438); -#1558=LINE('',#17175,#2439); -#1559=LINE('',#17223,#2440); -#1560=LINE('',#17271,#2441); -#1561=LINE('',#17319,#2442); -#1562=LINE('',#17367,#2443); -#1563=LINE('',#17415,#2444); -#1564=LINE('',#17463,#2445); -#1565=LINE('',#17511,#2446); -#1566=LINE('',#17559,#2447); -#1567=LINE('',#17607,#2448); -#1568=LINE('',#17655,#2449); -#1569=LINE('',#17703,#2450); -#1570=LINE('',#17751,#2451); -#1571=LINE('',#17799,#2452); -#1572=LINE('',#17847,#2453); -#1573=LINE('',#17895,#2454); -#1574=LINE('',#17943,#2455); -#1575=LINE('',#17991,#2456); -#1576=LINE('',#18039,#2457); -#1577=LINE('',#18087,#2458); -#1578=LINE('',#18135,#2459); -#1579=LINE('',#18183,#2460); -#1580=LINE('',#18231,#2461); -#1581=LINE('',#18279,#2462); -#1582=LINE('',#18327,#2463); -#1583=LINE('',#18375,#2464); -#1584=LINE('',#18423,#2465); -#1585=LINE('',#18471,#2466); -#1586=LINE('',#18519,#2467); -#1587=LINE('',#18567,#2468); -#1588=LINE('',#18615,#2469); -#1589=LINE('',#18663,#2470); -#1590=LINE('',#18711,#2471); -#1591=LINE('',#18759,#2472); -#1592=LINE('',#18807,#2473); -#1593=LINE('',#18855,#2474); -#1594=LINE('',#18903,#2475); -#1595=LINE('',#18951,#2476); -#1596=LINE('',#18999,#2477); -#1597=LINE('',#19047,#2478); -#1598=LINE('',#19095,#2479); -#1599=LINE('',#19143,#2480); -#1600=LINE('',#19191,#2481); -#1601=LINE('',#19239,#2482); -#1602=LINE('',#19287,#2483); -#1603=LINE('',#19335,#2484); -#1604=LINE('',#19383,#2485); -#1605=LINE('',#19431,#2486); -#1606=LINE('',#19479,#2487); -#1607=LINE('',#19527,#2488); -#1608=LINE('',#19575,#2489); -#1609=LINE('',#19623,#2490); -#1610=LINE('',#19671,#2491); -#1611=LINE('',#19719,#2492); -#1612=LINE('',#19767,#2493); -#1613=LINE('',#19815,#2494); -#1614=LINE('',#19863,#2495); -#1615=LINE('',#19911,#2496); -#1616=LINE('',#19959,#2497); -#1617=LINE('',#20007,#2498); -#1618=LINE('',#20055,#2499); -#1619=LINE('',#20103,#2500); -#1620=LINE('',#20151,#2501); -#1621=LINE('',#20199,#2502); -#1622=LINE('',#20247,#2503); -#1623=LINE('',#20294,#2504); -#1624=LINE('',#20297,#2505); -#1625=LINE('',#20298,#2506); -#1626=LINE('',#20301,#2507); -#1627=LINE('',#20302,#2508); -#1628=LINE('',#20313,#2509); -#1629=LINE('',#20335,#2510); -#1630=LINE('',#20336,#2511); -#1631=LINE('',#20381,#2512); -#1632=LINE('',#20382,#2513); -#1633=LINE('',#20393,#2514); -#1634=LINE('',#20415,#2515); -#1635=LINE('',#20416,#2516); -#1636=LINE('',#20461,#2517); -#1637=LINE('',#20462,#2518); -#1638=LINE('',#20473,#2519); -#1639=LINE('',#20495,#2520); -#1640=LINE('',#20496,#2521); -#1641=LINE('',#20541,#2522); -#1642=LINE('',#20542,#2523); -#1643=LINE('',#20553,#2524); -#1644=LINE('',#20575,#2525); -#1645=LINE('',#20576,#2526); -#1646=LINE('',#20621,#2527); -#1647=LINE('',#20622,#2528); -#1648=LINE('',#20633,#2529); -#1649=LINE('',#20655,#2530); -#1650=LINE('',#20656,#2531); -#1651=LINE('',#20701,#2532); -#1652=LINE('',#20702,#2533); -#1653=LINE('',#20713,#2534); -#1654=LINE('',#20735,#2535); -#1655=LINE('',#20736,#2536); -#1656=LINE('',#20781,#2537); -#1657=LINE('',#20782,#2538); -#1658=LINE('',#20793,#2539); -#1659=LINE('',#20815,#2540); -#1660=LINE('',#20816,#2541); -#1661=LINE('',#20861,#2542); -#1662=LINE('',#20862,#2543); -#1663=LINE('',#20873,#2544); -#1664=LINE('',#20895,#2545); -#1665=LINE('',#20896,#2546); -#1666=LINE('',#20941,#2547); -#1667=LINE('',#20942,#2548); -#1668=LINE('',#20953,#2549); -#1669=LINE('',#20975,#2550); -#1670=LINE('',#20976,#2551); -#1671=LINE('',#21021,#2552); -#1672=LINE('',#21022,#2553); -#1673=LINE('',#21033,#2554); -#1674=LINE('',#21055,#2555); -#1675=LINE('',#21056,#2556); -#1676=LINE('',#21101,#2557); -#1677=LINE('',#21102,#2558); -#1678=LINE('',#21113,#2559); -#1679=LINE('',#21135,#2560); -#1680=LINE('',#21136,#2561); -#1681=LINE('',#21181,#2562); -#1682=LINE('',#21182,#2563); -#1683=LINE('',#21193,#2564); -#1684=LINE('',#21215,#2565); -#1685=LINE('',#21216,#2566); -#1686=LINE('',#21261,#2567); -#1687=LINE('',#21262,#2568); -#1688=LINE('',#21273,#2569); -#1689=LINE('',#21295,#2570); -#1690=LINE('',#21296,#2571); -#1691=LINE('',#21341,#2572); -#1692=LINE('',#21342,#2573); -#1693=LINE('',#21353,#2574); -#1694=LINE('',#21375,#2575); -#1695=LINE('',#21376,#2576); -#1696=LINE('',#21421,#2577); -#1697=LINE('',#21422,#2578); -#1698=LINE('',#21433,#2579); -#1699=LINE('',#21455,#2580); -#1700=LINE('',#21456,#2581); -#1701=LINE('',#21501,#2582); -#1702=LINE('',#21502,#2583); -#1703=LINE('',#21513,#2584); -#1704=LINE('',#21535,#2585); -#1705=LINE('',#21536,#2586); -#1706=LINE('',#21581,#2587); -#1707=LINE('',#21582,#2588); -#1708=LINE('',#21593,#2589); -#1709=LINE('',#21615,#2590); -#1710=LINE('',#21616,#2591); -#1711=LINE('',#21661,#2592); -#1712=LINE('',#21662,#2593); -#1713=LINE('',#21673,#2594); -#1714=LINE('',#21695,#2595); -#1715=LINE('',#21696,#2596); -#1716=LINE('',#21741,#2597); -#1717=LINE('',#21742,#2598); -#1718=LINE('',#21753,#2599); -#1719=LINE('',#21775,#2600); -#1720=LINE('',#21776,#2601); -#1721=LINE('',#21821,#2602); -#1722=LINE('',#21822,#2603); -#1723=LINE('',#21833,#2604); -#1724=LINE('',#21855,#2605); -#1725=LINE('',#21856,#2606); -#1726=LINE('',#21901,#2607); -#1727=LINE('',#21902,#2608); -#1728=LINE('',#21913,#2609); -#1729=LINE('',#21935,#2610); -#1730=LINE('',#21936,#2611); -#1731=LINE('',#21981,#2612); -#1732=LINE('',#21982,#2613); -#1733=LINE('',#21993,#2614); -#1734=LINE('',#22015,#2615); -#1735=LINE('',#22016,#2616); -#1736=LINE('',#22061,#2617); -#1737=LINE('',#22062,#2618); -#1738=LINE('',#22073,#2619); -#1739=LINE('',#22095,#2620); -#1740=LINE('',#22096,#2621); -#1741=LINE('',#22141,#2622); -#1742=LINE('',#22142,#2623); -#1743=LINE('',#22153,#2624); -#1744=LINE('',#22175,#2625); -#1745=LINE('',#22176,#2626); -#1746=LINE('',#22221,#2627); -#1747=LINE('',#22222,#2628); -#1748=LINE('',#22233,#2629); -#1749=LINE('',#22255,#2630); -#1750=LINE('',#22256,#2631); -#1751=LINE('',#22301,#2632); -#1752=LINE('',#22302,#2633); -#1753=LINE('',#22313,#2634); -#1754=LINE('',#22335,#2635); -#1755=LINE('',#22336,#2636); -#1756=LINE('',#22381,#2637); -#1757=LINE('',#22382,#2638); -#1758=LINE('',#22393,#2639); -#1759=LINE('',#22415,#2640); -#1760=LINE('',#22416,#2641); -#1761=LINE('',#22461,#2642); -#1762=LINE('',#22462,#2643); -#1763=LINE('',#22473,#2644); -#1764=LINE('',#22495,#2645); -#1765=LINE('',#22496,#2646); -#1766=LINE('',#22541,#2647); -#1767=LINE('',#22542,#2648); -#1768=LINE('',#22553,#2649); -#1769=LINE('',#22575,#2650); -#1770=LINE('',#22576,#2651); -#1771=LINE('',#22621,#2652); -#1772=LINE('',#22622,#2653); -#1773=LINE('',#22633,#2654); -#1774=LINE('',#22655,#2655); -#1775=LINE('',#22656,#2656); -#1776=LINE('',#22701,#2657); -#1777=LINE('',#22702,#2658); -#1778=LINE('',#22713,#2659); -#1779=LINE('',#22735,#2660); -#1780=LINE('',#22736,#2661); -#1781=LINE('',#22781,#2662); -#1782=LINE('',#22782,#2663); -#1783=LINE('',#22793,#2664); -#1784=LINE('',#22815,#2665); -#1785=LINE('',#22816,#2666); -#1786=LINE('',#22861,#2667); -#1787=LINE('',#22862,#2668); -#1788=LINE('',#22873,#2669); -#1789=LINE('',#22895,#2670); -#1790=LINE('',#22896,#2671); -#1791=LINE('',#22941,#2672); -#1792=LINE('',#22942,#2673); -#1793=LINE('',#22953,#2674); -#1794=LINE('',#22975,#2675); -#1795=LINE('',#22976,#2676); -#1796=LINE('',#23021,#2677); -#1797=LINE('',#23022,#2678); -#1798=LINE('',#23033,#2679); -#1799=LINE('',#23055,#2680); -#1800=LINE('',#23056,#2681); -#1801=LINE('',#23101,#2682); -#1802=LINE('',#23102,#2683); -#1803=LINE('',#23113,#2684); -#1804=LINE('',#23135,#2685); -#1805=LINE('',#23136,#2686); -#1806=LINE('',#23181,#2687); -#1807=LINE('',#23182,#2688); -#1808=LINE('',#23193,#2689); -#1809=LINE('',#23215,#2690); -#1810=LINE('',#23216,#2691); -#1811=LINE('',#23261,#2692); -#1812=LINE('',#23262,#2693); -#1813=LINE('',#23273,#2694); -#1814=LINE('',#23295,#2695); -#1815=LINE('',#23296,#2696); -#1816=LINE('',#23341,#2697); -#1817=LINE('',#23342,#2698); -#1818=LINE('',#23353,#2699); -#1819=LINE('',#23375,#2700); -#1820=LINE('',#23376,#2701); -#1821=LINE('',#23421,#2702); -#1822=LINE('',#23422,#2703); -#1823=LINE('',#23433,#2704); -#1824=LINE('',#23455,#2705); -#1825=LINE('',#23456,#2706); -#1826=LINE('',#23501,#2707); -#1827=LINE('',#23502,#2708); -#1828=LINE('',#23513,#2709); -#1829=LINE('',#23535,#2710); -#1830=LINE('',#23536,#2711); -#1831=LINE('',#23581,#2712); -#1832=LINE('',#23582,#2713); -#1833=LINE('',#23593,#2714); -#1834=LINE('',#23615,#2715); -#1835=LINE('',#23616,#2716); -#1836=LINE('',#23661,#2717); -#1837=LINE('',#23662,#2718); -#1838=LINE('',#23673,#2719); -#1839=LINE('',#23695,#2720); -#1840=LINE('',#23696,#2721); -#1841=LINE('',#23741,#2722); -#1842=LINE('',#23742,#2723); -#1843=LINE('',#23753,#2724); -#1844=LINE('',#23775,#2725); -#1845=LINE('',#23776,#2726); -#1846=LINE('',#23821,#2727); -#1847=LINE('',#23822,#2728); -#1848=LINE('',#23833,#2729); -#1849=LINE('',#23855,#2730); -#1850=LINE('',#23856,#2731); -#1851=LINE('',#23901,#2732); -#1852=LINE('',#23902,#2733); -#1853=LINE('',#23913,#2734); -#1854=LINE('',#23935,#2735); -#1855=LINE('',#23936,#2736); -#1856=LINE('',#23981,#2737); -#1857=LINE('',#23982,#2738); -#1858=LINE('',#23993,#2739); -#1859=LINE('',#24015,#2740); -#1860=LINE('',#24016,#2741); -#1861=LINE('',#24061,#2742); -#1862=LINE('',#24062,#2743); -#1863=LINE('',#24073,#2744); -#1864=LINE('',#24095,#2745); -#1865=LINE('',#24096,#2746); -#1866=LINE('',#24141,#2747); -#1867=LINE('',#24142,#2748); -#1868=LINE('',#24153,#2749); -#1869=LINE('',#24175,#2750); -#1870=LINE('',#24176,#2751); -#1871=LINE('',#24221,#2752); -#1872=LINE('',#24222,#2753); -#1873=LINE('',#24233,#2754); -#1874=LINE('',#24255,#2755); -#1875=LINE('',#24256,#2756); -#1876=LINE('',#24301,#2757); -#1877=LINE('',#24302,#2758); -#1878=LINE('',#24313,#2759); -#1879=LINE('',#24335,#2760); -#1880=LINE('',#24336,#2761); -#1881=LINE('',#24381,#2762); -#1882=LINE('',#24382,#2763); -#1883=LINE('',#24393,#2764); -#1884=LINE('',#24415,#2765); -#1885=LINE('',#24416,#2766); -#1886=LINE('',#24461,#2767); -#1887=LINE('',#24462,#2768); -#1888=LINE('',#24473,#2769); -#1889=LINE('',#24495,#2770); -#1890=LINE('',#24496,#2771); -#1891=LINE('',#24541,#2772); -#1892=LINE('',#24542,#2773); -#1893=LINE('',#24553,#2774); -#1894=LINE('',#24575,#2775); -#1895=LINE('',#24576,#2776); -#1896=LINE('',#24621,#2777); -#1897=LINE('',#24622,#2778); -#1898=LINE('',#24633,#2779); -#1899=LINE('',#24655,#2780); -#1900=LINE('',#24656,#2781); -#1901=LINE('',#24701,#2782); -#1902=LINE('',#24702,#2783); -#1903=LINE('',#24713,#2784); -#1904=LINE('',#24735,#2785); -#1905=LINE('',#24736,#2786); -#1906=LINE('',#24781,#2787); -#1907=LINE('',#24782,#2788); -#1908=LINE('',#24793,#2789); -#1909=LINE('',#24815,#2790); -#1910=LINE('',#24816,#2791); -#1911=LINE('',#24861,#2792); -#1912=LINE('',#24862,#2793); -#1913=LINE('',#24873,#2794); -#1914=LINE('',#24895,#2795); -#1915=LINE('',#24896,#2796); -#1916=LINE('',#24941,#2797); -#1917=LINE('',#24942,#2798); -#1918=LINE('',#24953,#2799); -#1919=LINE('',#24975,#2800); -#1920=LINE('',#24976,#2801); -#1921=LINE('',#25021,#2802); -#1922=LINE('',#25022,#2803); -#1923=LINE('',#25033,#2804); -#1924=LINE('',#25055,#2805); -#1925=LINE('',#25056,#2806); -#1926=LINE('',#25101,#2807); -#1927=LINE('',#25102,#2808); -#1928=LINE('',#25113,#2809); -#1929=LINE('',#25135,#2810); -#1930=LINE('',#25136,#2811); -#1931=LINE('',#25181,#2812); -#1932=LINE('',#25182,#2813); -#1933=LINE('',#25193,#2814); -#1934=LINE('',#25215,#2815); -#1935=LINE('',#25216,#2816); -#1936=LINE('',#25261,#2817); -#1937=LINE('',#25262,#2818); -#1938=LINE('',#25273,#2819); -#1939=LINE('',#25295,#2820); -#1940=LINE('',#25296,#2821); -#1941=LINE('',#25341,#2822); -#1942=LINE('',#25342,#2823); -#1943=LINE('',#25353,#2824); -#1944=LINE('',#25375,#2825); -#1945=LINE('',#25376,#2826); -#1946=LINE('',#25421,#2827); -#1947=LINE('',#25422,#2828); -#1948=LINE('',#25433,#2829); -#1949=LINE('',#25455,#2830); -#1950=LINE('',#25456,#2831); -#1951=LINE('',#25501,#2832); -#1952=LINE('',#25502,#2833); -#1953=LINE('',#25513,#2834); -#1954=LINE('',#25535,#2835); -#1955=LINE('',#25536,#2836); -#1956=LINE('',#25581,#2837); -#1957=LINE('',#25582,#2838); -#1958=LINE('',#25593,#2839); -#1959=LINE('',#25615,#2840); -#1960=LINE('',#25616,#2841); -#1961=LINE('',#25661,#2842); -#1962=LINE('',#25662,#2843); -#1963=LINE('',#25673,#2844); -#1964=LINE('',#25695,#2845); -#1965=LINE('',#25696,#2846); -#1966=LINE('',#25741,#2847); -#1967=LINE('',#25742,#2848); -#1968=LINE('',#25753,#2849); -#1969=LINE('',#25775,#2850); -#1970=LINE('',#25776,#2851); -#1971=LINE('',#25821,#2852); -#1972=LINE('',#25822,#2853); -#1973=LINE('',#25833,#2854); -#1974=LINE('',#25855,#2855); -#1975=LINE('',#25856,#2856); -#1976=LINE('',#25901,#2857); -#1977=LINE('',#25902,#2858); -#1978=LINE('',#25913,#2859); -#1979=LINE('',#25935,#2860); -#1980=LINE('',#25936,#2861); -#1981=LINE('',#25981,#2862); -#1982=LINE('',#25982,#2863); -#1983=LINE('',#25993,#2864); -#1984=LINE('',#26015,#2865); -#1985=LINE('',#26016,#2866); -#1986=LINE('',#26061,#2867); -#1987=LINE('',#26062,#2868); -#1988=LINE('',#26073,#2869); -#1989=LINE('',#26095,#2870); -#1990=LINE('',#26096,#2871); -#1991=LINE('',#26141,#2872); -#1992=LINE('',#26142,#2873); -#1993=LINE('',#26153,#2874); -#1994=LINE('',#26175,#2875); -#1995=LINE('',#26176,#2876); -#1996=LINE('',#26221,#2877); -#1997=LINE('',#26222,#2878); -#1998=LINE('',#26233,#2879); -#1999=LINE('',#26255,#2880); -#2000=LINE('',#26256,#2881); -#2001=LINE('',#26301,#2882); -#2002=LINE('',#26302,#2883); -#2003=LINE('',#26313,#2884); -#2004=LINE('',#26335,#2885); -#2005=LINE('',#26336,#2886); -#2006=LINE('',#26381,#2887); -#2007=LINE('',#26382,#2888); -#2008=LINE('',#26393,#2889); -#2009=LINE('',#26415,#2890); -#2010=LINE('',#26416,#2891); -#2011=LINE('',#26461,#2892); -#2012=LINE('',#26462,#2893); -#2013=LINE('',#26473,#2894); -#2014=LINE('',#26495,#2895); -#2015=LINE('',#26496,#2896); -#2016=LINE('',#26541,#2897); -#2017=LINE('',#26542,#2898); -#2018=LINE('',#26553,#2899); -#2019=LINE('',#26575,#2900); -#2020=LINE('',#26576,#2901); -#2021=LINE('',#26621,#2902); -#2022=LINE('',#26622,#2903); -#2023=LINE('',#26633,#2904); -#2024=LINE('',#26655,#2905); -#2025=LINE('',#26656,#2906); -#2026=LINE('',#26701,#2907); -#2027=LINE('',#26702,#2908); -#2028=LINE('',#26713,#2909); -#2029=LINE('',#26735,#2910); -#2030=LINE('',#26736,#2911); -#2031=LINE('',#26781,#2912); -#2032=LINE('',#26782,#2913); -#2033=LINE('',#26793,#2914); -#2034=LINE('',#26815,#2915); -#2035=LINE('',#26816,#2916); -#2036=LINE('',#26861,#2917); -#2037=LINE('',#26862,#2918); -#2038=LINE('',#26873,#2919); -#2039=LINE('',#26895,#2920); -#2040=LINE('',#26896,#2921); -#2041=LINE('',#26941,#2922); -#2042=LINE('',#26942,#2923); -#2043=LINE('',#26953,#2924); -#2044=LINE('',#26975,#2925); -#2045=LINE('',#26976,#2926); -#2046=LINE('',#27021,#2927); -#2047=LINE('',#27022,#2928); -#2048=LINE('',#27033,#2929); -#2049=LINE('',#27055,#2930); -#2050=LINE('',#27056,#2931); -#2051=LINE('',#27101,#2932); -#2052=LINE('',#27102,#2933); -#2053=LINE('',#27113,#2934); -#2054=LINE('',#27135,#2935); -#2055=LINE('',#27136,#2936); -#2056=LINE('',#27181,#2937); -#2057=LINE('',#27182,#2938); -#2058=LINE('',#27193,#2939); -#2059=LINE('',#27215,#2940); -#2060=LINE('',#27216,#2941); -#2061=LINE('',#27261,#2942); -#2062=LINE('',#27262,#2943); -#2063=LINE('',#27273,#2944); -#2064=LINE('',#27295,#2945); -#2065=LINE('',#27296,#2946); -#2066=LINE('',#27341,#2947); -#2067=LINE('',#27342,#2948); -#2068=LINE('',#27353,#2949); -#2069=LINE('',#27375,#2950); -#2070=LINE('',#27376,#2951); -#2071=LINE('',#27421,#2952); -#2072=LINE('',#27422,#2953); -#2073=LINE('',#27433,#2954); -#2074=LINE('',#27455,#2955); -#2075=LINE('',#27456,#2956); -#2076=LINE('',#27501,#2957); -#2077=LINE('',#27502,#2958); -#2078=LINE('',#27513,#2959); -#2079=LINE('',#27535,#2960); -#2080=LINE('',#27536,#2961); -#2081=LINE('',#27581,#2962); -#2082=LINE('',#27582,#2963); -#2083=LINE('',#27593,#2964); -#2084=LINE('',#27615,#2965); -#2085=LINE('',#27616,#2966); -#2086=LINE('',#27661,#2967); -#2087=LINE('',#27662,#2968); -#2088=LINE('',#27673,#2969); -#2089=LINE('',#27695,#2970); -#2090=LINE('',#27696,#2971); -#2091=LINE('',#27741,#2972); -#2092=LINE('',#27742,#2973); -#2093=LINE('',#27753,#2974); -#2094=LINE('',#27775,#2975); -#2095=LINE('',#27776,#2976); -#2096=LINE('',#27821,#2977); -#2097=LINE('',#27822,#2978); -#2098=LINE('',#27833,#2979); -#2099=LINE('',#27855,#2980); -#2100=LINE('',#27856,#2981); -#2101=LINE('',#27901,#2982); -#2102=LINE('',#27902,#2983); -#2103=LINE('',#27913,#2984); -#2104=LINE('',#27935,#2985); -#2105=LINE('',#27936,#2986); -#2106=LINE('',#27981,#2987); -#2107=LINE('',#27982,#2988); -#2108=LINE('',#27993,#2989); -#2109=LINE('',#28015,#2990); -#2110=LINE('',#28016,#2991); -#2111=LINE('',#28061,#2992); -#2112=LINE('',#28062,#2993); -#2113=LINE('',#28073,#2994); -#2114=LINE('',#28095,#2995); -#2115=LINE('',#28096,#2996); -#2116=LINE('',#28141,#2997); -#2117=LINE('',#28142,#2998); -#2118=LINE('',#28153,#2999); -#2119=LINE('',#28175,#3000); -#2120=LINE('',#28176,#3001); -#2121=LINE('',#28221,#3002); -#2122=LINE('',#28222,#3003); -#2123=LINE('',#28233,#3004); -#2124=LINE('',#28255,#3005); -#2125=LINE('',#28256,#3006); -#2126=LINE('',#28301,#3007); -#2127=LINE('',#28302,#3008); -#2128=LINE('',#28313,#3009); -#2129=LINE('',#28335,#3010); -#2130=LINE('',#28336,#3011); -#2131=LINE('',#28381,#3012); -#2132=LINE('',#28382,#3013); -#2133=LINE('',#28393,#3014); -#2134=LINE('',#28415,#3015); -#2135=LINE('',#28416,#3016); -#2136=LINE('',#28461,#3017); -#2137=LINE('',#28462,#3018); -#2138=LINE('',#28473,#3019); -#2139=LINE('',#28495,#3020); -#2140=LINE('',#28496,#3021); -#2141=LINE('',#28541,#3022); -#2142=LINE('',#28542,#3023); -#2143=LINE('',#28553,#3024); -#2144=LINE('',#28575,#3025); -#2145=LINE('',#28576,#3026); -#2146=LINE('',#28621,#3027); -#2147=LINE('',#28622,#3028); -#2148=LINE('',#28633,#3029); -#2149=LINE('',#28655,#3030); -#2150=LINE('',#28656,#3031); -#2151=LINE('',#28701,#3032); -#2152=LINE('',#28702,#3033); -#2153=LINE('',#28713,#3034); -#2154=LINE('',#28735,#3035); -#2155=LINE('',#28736,#3036); -#2156=LINE('',#28781,#3037); -#2157=LINE('',#28782,#3038); -#2158=LINE('',#28793,#3039); -#2159=LINE('',#28815,#3040); -#2160=LINE('',#28816,#3041); -#2161=LINE('',#28861,#3042); -#2162=LINE('',#28862,#3043); -#2163=LINE('',#28873,#3044); -#2164=LINE('',#28895,#3045); -#2165=LINE('',#28896,#3046); -#2166=LINE('',#28941,#3047); -#2167=LINE('',#28942,#3048); -#2168=LINE('',#28953,#3049); -#2169=LINE('',#28975,#3050); -#2170=LINE('',#28976,#3051); -#2171=LINE('',#29021,#3052); -#2172=LINE('',#29022,#3053); -#2173=LINE('',#29033,#3054); -#2174=LINE('',#29055,#3055); -#2175=LINE('',#29056,#3056); -#2176=LINE('',#29101,#3057); -#2177=LINE('',#29102,#3058); -#2178=LINE('',#29113,#3059); -#2179=LINE('',#29135,#3060); -#2180=LINE('',#29136,#3061); -#2181=LINE('',#29181,#3062); -#2182=LINE('',#29182,#3063); -#2183=LINE('',#29193,#3064); -#2184=LINE('',#29215,#3065); -#2185=LINE('',#29216,#3066); -#2186=LINE('',#29261,#3067); -#2187=LINE('',#29262,#3068); -#2188=LINE('',#29273,#3069); -#2189=LINE('',#29295,#3070); -#2190=LINE('',#29296,#3071); -#2191=LINE('',#29341,#3072); -#2192=LINE('',#29342,#3073); -#2193=LINE('',#29353,#3074); -#2194=LINE('',#29375,#3075); -#2195=LINE('',#29376,#3076); -#2196=LINE('',#29421,#3077); -#2197=LINE('',#29422,#3078); -#2198=LINE('',#29433,#3079); -#2199=LINE('',#29455,#3080); -#2200=LINE('',#29456,#3081); -#2201=LINE('',#29501,#3082); -#2202=LINE('',#29502,#3083); -#2203=LINE('',#29513,#3084); -#2204=LINE('',#29535,#3085); -#2205=LINE('',#29536,#3086); -#2206=LINE('',#29581,#3087); -#2207=LINE('',#29582,#3088); -#2208=LINE('',#29593,#3089); -#2209=LINE('',#29615,#3090); -#2210=LINE('',#29616,#3091); -#2211=LINE('',#29661,#3092); -#2212=LINE('',#29662,#3093); -#2213=LINE('',#29673,#3094); -#2214=LINE('',#29695,#3095); -#2215=LINE('',#29696,#3096); -#2216=LINE('',#29741,#3097); -#2217=LINE('',#29742,#3098); -#2218=LINE('',#29753,#3099); -#2219=LINE('',#29775,#3100); -#2220=LINE('',#29776,#3101); -#2221=LINE('',#29821,#3102); -#2222=LINE('',#29822,#3103); -#2223=LINE('',#29833,#3104); -#2224=LINE('',#29855,#3105); -#2225=LINE('',#29856,#3106); -#2226=LINE('',#29901,#3107); -#2227=LINE('',#29902,#3108); -#2228=LINE('',#29913,#3109); -#2229=LINE('',#29935,#3110); -#2230=LINE('',#29936,#3111); -#2231=LINE('',#29981,#3112); -#2232=LINE('',#29982,#3113); -#2233=LINE('',#29993,#3114); -#2234=LINE('',#30015,#3115); -#2235=LINE('',#30016,#3116); -#2236=LINE('',#30061,#3117); -#2237=LINE('',#30062,#3118); -#2238=LINE('',#30073,#3119); -#2239=LINE('',#30095,#3120); -#2240=LINE('',#30096,#3121); -#2241=LINE('',#30141,#3122); -#2242=LINE('',#30142,#3123); -#2243=LINE('',#30153,#3124); -#2244=LINE('',#30175,#3125); -#2245=LINE('',#30176,#3126); -#2246=LINE('',#30221,#3127); -#2247=LINE('',#30222,#3128); -#2248=LINE('',#30233,#3129); -#2249=LINE('',#30255,#3130); -#2250=LINE('',#30256,#3131); -#2251=LINE('',#30301,#3132); -#2252=LINE('',#30302,#3133); -#2253=LINE('',#30313,#3134); -#2254=LINE('',#30335,#3135); -#2255=LINE('',#30336,#3136); -#2256=LINE('',#30381,#3137); -#2257=LINE('',#30382,#3138); -#2258=LINE('',#30385,#3139); -#2259=LINE('',#30419,#3140); -#2260=LINE('',#30440,#3141); -#2261=LINE('',#30461,#3142); -#2262=LINE('',#30471,#3143); -#2263=LINE('',#30497,#3144); -#2264=LINE('',#30518,#3145); -#2265=LINE('',#30538,#3146); -#2266=LINE('',#30541,#3147); -#2267=LINE('',#30551,#3148); -#2268=LINE('',#30577,#3149); -#2269=LINE('',#30598,#3150); -#2270=LINE('',#30618,#3151); -#2271=LINE('',#30621,#3152); -#2272=LINE('',#30631,#3153); -#2273=LINE('',#30657,#3154); -#2274=LINE('',#30678,#3155); -#2275=LINE('',#30698,#3156); -#2276=LINE('',#30701,#3157); -#2277=LINE('',#30711,#3158); -#2278=LINE('',#30737,#3159); -#2279=LINE('',#30758,#3160); -#2280=LINE('',#30778,#3161); -#2281=LINE('',#30781,#3162); -#2282=LINE('',#30791,#3163); -#2283=LINE('',#30817,#3164); -#2284=LINE('',#30838,#3165); -#2285=LINE('',#30858,#3166); -#2286=LINE('',#30861,#3167); -#2287=LINE('',#30871,#3168); -#2288=LINE('',#30897,#3169); -#2289=LINE('',#30918,#3170); -#2290=LINE('',#30938,#3171); -#2291=LINE('',#30941,#3172); -#2292=LINE('',#30951,#3173); -#2293=LINE('',#30977,#3174); -#2294=LINE('',#30998,#3175); -#2295=LINE('',#31018,#3176); -#2296=LINE('',#31021,#3177); -#2297=LINE('',#31031,#3178); -#2298=LINE('',#31057,#3179); -#2299=LINE('',#31078,#3180); -#2300=LINE('',#31098,#3181); -#2301=LINE('',#31101,#3182); -#2302=LINE('',#31111,#3183); -#2303=LINE('',#31137,#3184); -#2304=LINE('',#31158,#3185); -#2305=LINE('',#31178,#3186); -#2306=LINE('',#31181,#3187); -#2307=LINE('',#31191,#3188); -#2308=LINE('',#31217,#3189); -#2309=LINE('',#31238,#3190); -#2310=LINE('',#31258,#3191); -#2311=LINE('',#31261,#3192); -#2312=LINE('',#31271,#3193); -#2313=LINE('',#31297,#3194); -#2314=LINE('',#31318,#3195); -#2315=LINE('',#31338,#3196); -#2316=LINE('',#31343,#3197); -#2317=LINE('',#31347,#3198); -#2318=LINE('',#31351,#3199); -#2319=LINE('',#31355,#3200); -#2320=LINE('',#31359,#3201); -#2321=LINE('',#31362,#3202); -#2322=LINE('',#31367,#3203); -#2323=LINE('',#31368,#3204); -#2324=LINE('',#31373,#3205); -#2325=LINE('',#31374,#3206); -#2326=LINE('',#31379,#3207); -#2327=LINE('',#31380,#3208); -#2328=LINE('',#31383,#3209); -#2329=LINE('',#31385,#3210); -#2330=LINE('',#31389,#3211); -#2331=LINE('',#31391,#3212); -#2332=LINE('',#31395,#3213); -#2333=LINE('',#31398,#3214); -#2334=LINE('',#31400,#3215); -#2335=LINE('',#31402,#3216); -#2336=LINE('',#31404,#3217); -#2337=LINE('',#31406,#3218); -#2338=LINE('',#31408,#3219); -#2339=LINE('',#31410,#3220); -#2340=LINE('',#31412,#3221); -#2341=VECTOR('',#11724,10.); -#2342=VECTOR('',#11725,10.); -#2343=VECTOR('',#11728,10.); -#2344=VECTOR('',#11729,10.); -#2345=VECTOR('',#11732,10.); -#2346=VECTOR('',#11735,10.); -#2347=VECTOR('',#11736,10.); -#2348=VECTOR('',#11739,10.); -#2349=VECTOR('',#11740,10.); -#2350=VECTOR('',#11741,10.); -#2351=VECTOR('',#11742,10.); -#2352=VECTOR('',#11743,10.); -#2353=VECTOR('',#11744,10.); -#2354=VECTOR('',#11745,10.); -#2355=VECTOR('',#11746,10.); -#2356=VECTOR('',#11747,10.); -#2357=VECTOR('',#11748,10.); -#2358=VECTOR('',#11749,10.); -#2359=VECTOR('',#11750,10.); -#2360=VECTOR('',#11751,10.); -#2361=VECTOR('',#11752,10.); -#2362=VECTOR('',#11753,10.); -#2363=VECTOR('',#11754,10.); -#2364=VECTOR('',#11755,10.); -#2365=VECTOR('',#11756,10.); -#2366=VECTOR('',#11757,10.); -#2367=VECTOR('',#11758,10.); -#2368=VECTOR('',#11759,10.); -#2369=VECTOR('',#11760,10.); -#2370=VECTOR('',#11761,10.); -#2371=VECTOR('',#11762,10.); -#2372=VECTOR('',#11763,10.); -#2373=VECTOR('',#11764,10.); -#2374=VECTOR('',#11765,10.); -#2375=VECTOR('',#11766,10.); -#2376=VECTOR('',#11767,10.); -#2377=VECTOR('',#11768,10.); -#2378=VECTOR('',#11769,10.); -#2379=VECTOR('',#11770,10.); -#2380=VECTOR('',#11771,10.); -#2381=VECTOR('',#11772,10.); -#2382=VECTOR('',#11773,10.); -#2383=VECTOR('',#11774,10.); -#2384=VECTOR('',#11775,10.); -#2385=VECTOR('',#11776,10.); -#2386=VECTOR('',#11777,10.); -#2387=VECTOR('',#11778,10.); -#2388=VECTOR('',#11779,10.); -#2389=VECTOR('',#11780,10.); -#2390=VECTOR('',#11781,10.); -#2391=VECTOR('',#11782,10.); -#2392=VECTOR('',#11783,10.); -#2393=VECTOR('',#11784,10.); -#2394=VECTOR('',#11785,10.); -#2395=VECTOR('',#11786,10.); -#2396=VECTOR('',#11787,10.); -#2397=VECTOR('',#11788,10.); -#2398=VECTOR('',#11789,10.); -#2399=VECTOR('',#11790,10.); -#2400=VECTOR('',#11791,10.); -#2401=VECTOR('',#11792,10.); -#2402=VECTOR('',#11793,10.); -#2403=VECTOR('',#11794,10.); -#2404=VECTOR('',#11795,10.); -#2405=VECTOR('',#11796,10.); -#2406=VECTOR('',#11797,10.); -#2407=VECTOR('',#11798,10.); -#2408=VECTOR('',#11799,10.); -#2409=VECTOR('',#11800,10.); -#2410=VECTOR('',#11801,10.); -#2411=VECTOR('',#11802,10.); -#2412=VECTOR('',#11803,10.); -#2413=VECTOR('',#11804,10.); -#2414=VECTOR('',#11805,10.); -#2415=VECTOR('',#11806,10.); -#2416=VECTOR('',#11807,10.); -#2417=VECTOR('',#11808,10.); -#2418=VECTOR('',#11809,10.); -#2419=VECTOR('',#11810,10.); -#2420=VECTOR('',#11811,10.); -#2421=VECTOR('',#11812,10.); -#2422=VECTOR('',#11813,10.); -#2423=VECTOR('',#11814,10.); -#2424=VECTOR('',#11815,10.); -#2425=VECTOR('',#11816,10.); -#2426=VECTOR('',#11817,10.); -#2427=VECTOR('',#11818,10.); -#2428=VECTOR('',#11819,10.); -#2429=VECTOR('',#11820,10.); -#2430=VECTOR('',#11821,10.); -#2431=VECTOR('',#11822,10.); -#2432=VECTOR('',#11823,10.); -#2433=VECTOR('',#11824,10.); -#2434=VECTOR('',#11825,10.); -#2435=VECTOR('',#11826,10.); -#2436=VECTOR('',#11827,10.); -#2437=VECTOR('',#11828,10.); -#2438=VECTOR('',#11829,10.); -#2439=VECTOR('',#11830,10.); -#2440=VECTOR('',#11831,10.); -#2441=VECTOR('',#11832,10.); -#2442=VECTOR('',#11833,10.); -#2443=VECTOR('',#11834,10.); -#2444=VECTOR('',#11835,10.); -#2445=VECTOR('',#11836,10.); -#2446=VECTOR('',#11837,10.); -#2447=VECTOR('',#11838,10.); -#2448=VECTOR('',#11839,10.); -#2449=VECTOR('',#11840,10.); -#2450=VECTOR('',#11841,10.); -#2451=VECTOR('',#11842,10.); -#2452=VECTOR('',#11843,10.); -#2453=VECTOR('',#11844,10.); -#2454=VECTOR('',#11845,10.); -#2455=VECTOR('',#11846,10.); -#2456=VECTOR('',#11847,10.); -#2457=VECTOR('',#11848,10.); -#2458=VECTOR('',#11849,10.); -#2459=VECTOR('',#11850,10.); -#2460=VECTOR('',#11851,10.); -#2461=VECTOR('',#11852,10.); -#2462=VECTOR('',#11853,10.); -#2463=VECTOR('',#11854,10.); -#2464=VECTOR('',#11855,10.); -#2465=VECTOR('',#11856,10.); -#2466=VECTOR('',#11857,10.); -#2467=VECTOR('',#11858,10.); -#2468=VECTOR('',#11859,10.); -#2469=VECTOR('',#11860,10.); -#2470=VECTOR('',#11861,10.); -#2471=VECTOR('',#11862,10.); -#2472=VECTOR('',#11863,10.); -#2473=VECTOR('',#11864,10.); -#2474=VECTOR('',#11865,10.); -#2475=VECTOR('',#11866,10.); -#2476=VECTOR('',#11867,10.); -#2477=VECTOR('',#11868,10.); -#2478=VECTOR('',#11869,10.); -#2479=VECTOR('',#11870,10.); -#2480=VECTOR('',#11871,10.); -#2481=VECTOR('',#11872,10.); -#2482=VECTOR('',#11873,10.); -#2483=VECTOR('',#11874,10.); -#2484=VECTOR('',#11875,10.); -#2485=VECTOR('',#11876,10.); -#2486=VECTOR('',#11877,10.); -#2487=VECTOR('',#11878,10.); -#2488=VECTOR('',#11879,10.); -#2489=VECTOR('',#11880,10.); -#2490=VECTOR('',#11881,10.); -#2491=VECTOR('',#11882,10.); -#2492=VECTOR('',#11883,10.); -#2493=VECTOR('',#11884,10.); -#2494=VECTOR('',#11885,10.); -#2495=VECTOR('',#11886,10.); -#2496=VECTOR('',#11887,10.); -#2497=VECTOR('',#11888,10.); -#2498=VECTOR('',#11889,10.); -#2499=VECTOR('',#11890,10.); -#2500=VECTOR('',#11891,10.); -#2501=VECTOR('',#11892,10.); -#2502=VECTOR('',#11893,10.); -#2503=VECTOR('',#11894,10.); -#2504=VECTOR('',#11895,10.); -#2505=VECTOR('',#11898,10.); -#2506=VECTOR('',#11899,10.); -#2507=VECTOR('',#11902,10.); -#2508=VECTOR('',#11903,10.); -#2509=VECTOR('',#11906,10.); -#2510=VECTOR('',#11909,10.); -#2511=VECTOR('',#11910,10.); -#2512=VECTOR('',#11913,10.); -#2513=VECTOR('',#11914,10.); -#2514=VECTOR('',#11917,10.); -#2515=VECTOR('',#11920,10.); -#2516=VECTOR('',#11921,10.); -#2517=VECTOR('',#11924,10.); -#2518=VECTOR('',#11925,10.); -#2519=VECTOR('',#11928,10.); -#2520=VECTOR('',#11931,10.); -#2521=VECTOR('',#11932,10.); -#2522=VECTOR('',#11935,10.); -#2523=VECTOR('',#11936,10.); -#2524=VECTOR('',#11939,10.); -#2525=VECTOR('',#11942,10.); -#2526=VECTOR('',#11943,10.); -#2527=VECTOR('',#11946,10.); -#2528=VECTOR('',#11947,10.); -#2529=VECTOR('',#11950,10.); -#2530=VECTOR('',#11953,10.); -#2531=VECTOR('',#11954,10.); -#2532=VECTOR('',#11957,10.); -#2533=VECTOR('',#11958,10.); -#2534=VECTOR('',#11961,10.); -#2535=VECTOR('',#11964,10.); -#2536=VECTOR('',#11965,10.); -#2537=VECTOR('',#11968,10.); -#2538=VECTOR('',#11969,10.); -#2539=VECTOR('',#11972,10.); -#2540=VECTOR('',#11975,10.); -#2541=VECTOR('',#11976,10.); -#2542=VECTOR('',#11979,10.); -#2543=VECTOR('',#11980,10.); -#2544=VECTOR('',#11983,10.); -#2545=VECTOR('',#11986,10.); -#2546=VECTOR('',#11987,10.); -#2547=VECTOR('',#11990,10.); -#2548=VECTOR('',#11991,10.); -#2549=VECTOR('',#11994,10.); -#2550=VECTOR('',#11997,10.); -#2551=VECTOR('',#11998,10.); -#2552=VECTOR('',#12001,10.); -#2553=VECTOR('',#12002,10.); -#2554=VECTOR('',#12005,10.); -#2555=VECTOR('',#12008,10.); -#2556=VECTOR('',#12009,10.); -#2557=VECTOR('',#12012,10.); -#2558=VECTOR('',#12013,10.); -#2559=VECTOR('',#12016,10.); -#2560=VECTOR('',#12019,10.); -#2561=VECTOR('',#12020,10.); -#2562=VECTOR('',#12023,10.); -#2563=VECTOR('',#12024,10.); -#2564=VECTOR('',#12027,10.); -#2565=VECTOR('',#12030,10.); -#2566=VECTOR('',#12031,10.); -#2567=VECTOR('',#12034,10.); -#2568=VECTOR('',#12035,10.); -#2569=VECTOR('',#12038,10.); -#2570=VECTOR('',#12041,10.); -#2571=VECTOR('',#12042,10.); -#2572=VECTOR('',#12045,10.); -#2573=VECTOR('',#12046,10.); -#2574=VECTOR('',#12049,10.); -#2575=VECTOR('',#12052,10.); -#2576=VECTOR('',#12053,10.); -#2577=VECTOR('',#12056,10.); -#2578=VECTOR('',#12057,10.); -#2579=VECTOR('',#12060,10.); -#2580=VECTOR('',#12063,10.); -#2581=VECTOR('',#12064,10.); -#2582=VECTOR('',#12067,10.); -#2583=VECTOR('',#12068,10.); -#2584=VECTOR('',#12071,10.); -#2585=VECTOR('',#12074,10.); -#2586=VECTOR('',#12075,10.); -#2587=VECTOR('',#12078,10.); -#2588=VECTOR('',#12079,10.); -#2589=VECTOR('',#12082,10.); -#2590=VECTOR('',#12085,10.); -#2591=VECTOR('',#12086,10.); -#2592=VECTOR('',#12089,10.); -#2593=VECTOR('',#12090,10.); -#2594=VECTOR('',#12093,10.); -#2595=VECTOR('',#12096,10.); -#2596=VECTOR('',#12097,10.); -#2597=VECTOR('',#12100,10.); -#2598=VECTOR('',#12101,10.); -#2599=VECTOR('',#12104,10.); -#2600=VECTOR('',#12107,10.); -#2601=VECTOR('',#12108,10.); -#2602=VECTOR('',#12111,10.); -#2603=VECTOR('',#12112,10.); -#2604=VECTOR('',#12115,10.); -#2605=VECTOR('',#12118,10.); -#2606=VECTOR('',#12119,10.); -#2607=VECTOR('',#12122,10.); -#2608=VECTOR('',#12123,10.); -#2609=VECTOR('',#12126,10.); -#2610=VECTOR('',#12129,10.); -#2611=VECTOR('',#12130,10.); -#2612=VECTOR('',#12133,10.); -#2613=VECTOR('',#12134,10.); -#2614=VECTOR('',#12137,10.); -#2615=VECTOR('',#12140,10.); -#2616=VECTOR('',#12141,10.); -#2617=VECTOR('',#12144,10.); -#2618=VECTOR('',#12145,10.); -#2619=VECTOR('',#12148,10.); -#2620=VECTOR('',#12151,10.); -#2621=VECTOR('',#12152,10.); -#2622=VECTOR('',#12155,10.); -#2623=VECTOR('',#12156,10.); -#2624=VECTOR('',#12159,10.); -#2625=VECTOR('',#12162,10.); -#2626=VECTOR('',#12163,10.); -#2627=VECTOR('',#12166,10.); -#2628=VECTOR('',#12167,10.); -#2629=VECTOR('',#12170,10.); -#2630=VECTOR('',#12173,10.); -#2631=VECTOR('',#12174,10.); -#2632=VECTOR('',#12177,10.); -#2633=VECTOR('',#12178,10.); -#2634=VECTOR('',#12181,10.); -#2635=VECTOR('',#12184,10.); -#2636=VECTOR('',#12185,10.); -#2637=VECTOR('',#12188,10.); -#2638=VECTOR('',#12189,10.); -#2639=VECTOR('',#12192,10.); -#2640=VECTOR('',#12195,10.); -#2641=VECTOR('',#12196,10.); -#2642=VECTOR('',#12199,10.); -#2643=VECTOR('',#12200,10.); -#2644=VECTOR('',#12203,10.); -#2645=VECTOR('',#12206,10.); -#2646=VECTOR('',#12207,10.); -#2647=VECTOR('',#12210,10.); -#2648=VECTOR('',#12211,10.); -#2649=VECTOR('',#12214,10.); -#2650=VECTOR('',#12217,10.); -#2651=VECTOR('',#12218,10.); -#2652=VECTOR('',#12221,10.); -#2653=VECTOR('',#12222,10.); -#2654=VECTOR('',#12225,10.); -#2655=VECTOR('',#12228,10.); -#2656=VECTOR('',#12229,10.); -#2657=VECTOR('',#12232,10.); -#2658=VECTOR('',#12233,10.); -#2659=VECTOR('',#12236,10.); -#2660=VECTOR('',#12239,10.); -#2661=VECTOR('',#12240,10.); -#2662=VECTOR('',#12243,10.); -#2663=VECTOR('',#12244,10.); -#2664=VECTOR('',#12247,10.); -#2665=VECTOR('',#12250,10.); -#2666=VECTOR('',#12251,10.); -#2667=VECTOR('',#12254,10.); -#2668=VECTOR('',#12255,10.); -#2669=VECTOR('',#12258,10.); -#2670=VECTOR('',#12261,10.); -#2671=VECTOR('',#12262,10.); -#2672=VECTOR('',#12265,10.); -#2673=VECTOR('',#12266,10.); -#2674=VECTOR('',#12269,10.); -#2675=VECTOR('',#12272,10.); -#2676=VECTOR('',#12273,10.); -#2677=VECTOR('',#12276,10.); -#2678=VECTOR('',#12277,10.); -#2679=VECTOR('',#12280,10.); -#2680=VECTOR('',#12283,10.); -#2681=VECTOR('',#12284,10.); -#2682=VECTOR('',#12287,10.); -#2683=VECTOR('',#12288,10.); -#2684=VECTOR('',#12291,10.); -#2685=VECTOR('',#12294,10.); -#2686=VECTOR('',#12295,10.); -#2687=VECTOR('',#12298,10.); -#2688=VECTOR('',#12299,10.); -#2689=VECTOR('',#12302,10.); -#2690=VECTOR('',#12305,10.); -#2691=VECTOR('',#12306,10.); -#2692=VECTOR('',#12309,10.); -#2693=VECTOR('',#12310,10.); -#2694=VECTOR('',#12313,10.); -#2695=VECTOR('',#12316,10.); -#2696=VECTOR('',#12317,10.); -#2697=VECTOR('',#12320,10.); -#2698=VECTOR('',#12321,10.); -#2699=VECTOR('',#12324,10.); -#2700=VECTOR('',#12327,10.); -#2701=VECTOR('',#12328,10.); -#2702=VECTOR('',#12331,10.); -#2703=VECTOR('',#12332,10.); -#2704=VECTOR('',#12335,10.); -#2705=VECTOR('',#12338,10.); -#2706=VECTOR('',#12339,10.); -#2707=VECTOR('',#12342,10.); -#2708=VECTOR('',#12343,10.); -#2709=VECTOR('',#12346,10.); -#2710=VECTOR('',#12349,10.); -#2711=VECTOR('',#12350,10.); -#2712=VECTOR('',#12353,10.); -#2713=VECTOR('',#12354,10.); -#2714=VECTOR('',#12357,10.); -#2715=VECTOR('',#12360,10.); -#2716=VECTOR('',#12361,10.); -#2717=VECTOR('',#12364,10.); -#2718=VECTOR('',#12365,10.); -#2719=VECTOR('',#12368,10.); -#2720=VECTOR('',#12371,10.); -#2721=VECTOR('',#12372,10.); -#2722=VECTOR('',#12375,10.); -#2723=VECTOR('',#12376,10.); -#2724=VECTOR('',#12379,10.); -#2725=VECTOR('',#12382,10.); -#2726=VECTOR('',#12383,10.); -#2727=VECTOR('',#12386,10.); -#2728=VECTOR('',#12387,10.); -#2729=VECTOR('',#12390,10.); -#2730=VECTOR('',#12393,10.); -#2731=VECTOR('',#12394,10.); -#2732=VECTOR('',#12397,10.); -#2733=VECTOR('',#12398,10.); -#2734=VECTOR('',#12401,10.); -#2735=VECTOR('',#12404,10.); -#2736=VECTOR('',#12405,10.); -#2737=VECTOR('',#12408,10.); -#2738=VECTOR('',#12409,10.); -#2739=VECTOR('',#12412,10.); -#2740=VECTOR('',#12415,10.); -#2741=VECTOR('',#12416,10.); -#2742=VECTOR('',#12419,10.); -#2743=VECTOR('',#12420,10.); -#2744=VECTOR('',#12423,10.); -#2745=VECTOR('',#12426,10.); -#2746=VECTOR('',#12427,10.); -#2747=VECTOR('',#12430,10.); -#2748=VECTOR('',#12431,10.); -#2749=VECTOR('',#12434,10.); -#2750=VECTOR('',#12437,10.); -#2751=VECTOR('',#12438,10.); -#2752=VECTOR('',#12441,10.); -#2753=VECTOR('',#12442,10.); -#2754=VECTOR('',#12445,10.); -#2755=VECTOR('',#12448,10.); -#2756=VECTOR('',#12449,10.); -#2757=VECTOR('',#12452,10.); -#2758=VECTOR('',#12453,10.); -#2759=VECTOR('',#12456,10.); -#2760=VECTOR('',#12459,10.); -#2761=VECTOR('',#12460,10.); -#2762=VECTOR('',#12463,10.); -#2763=VECTOR('',#12464,10.); -#2764=VECTOR('',#12467,10.); -#2765=VECTOR('',#12470,10.); -#2766=VECTOR('',#12471,10.); -#2767=VECTOR('',#12474,10.); -#2768=VECTOR('',#12475,10.); -#2769=VECTOR('',#12478,10.); -#2770=VECTOR('',#12481,10.); -#2771=VECTOR('',#12482,10.); -#2772=VECTOR('',#12485,10.); -#2773=VECTOR('',#12486,10.); -#2774=VECTOR('',#12489,10.); -#2775=VECTOR('',#12492,10.); -#2776=VECTOR('',#12493,10.); -#2777=VECTOR('',#12496,10.); -#2778=VECTOR('',#12497,10.); -#2779=VECTOR('',#12500,10.); -#2780=VECTOR('',#12503,10.); -#2781=VECTOR('',#12504,10.); -#2782=VECTOR('',#12507,10.); -#2783=VECTOR('',#12508,10.); -#2784=VECTOR('',#12511,10.); -#2785=VECTOR('',#12514,10.); -#2786=VECTOR('',#12515,10.); -#2787=VECTOR('',#12518,10.); -#2788=VECTOR('',#12519,10.); -#2789=VECTOR('',#12522,10.); -#2790=VECTOR('',#12525,10.); -#2791=VECTOR('',#12526,10.); -#2792=VECTOR('',#12529,10.); -#2793=VECTOR('',#12530,10.); -#2794=VECTOR('',#12533,10.); -#2795=VECTOR('',#12536,10.); -#2796=VECTOR('',#12537,10.); -#2797=VECTOR('',#12540,10.); -#2798=VECTOR('',#12541,10.); -#2799=VECTOR('',#12544,10.); -#2800=VECTOR('',#12547,10.); -#2801=VECTOR('',#12548,10.); -#2802=VECTOR('',#12551,10.); -#2803=VECTOR('',#12552,10.); -#2804=VECTOR('',#12555,10.); -#2805=VECTOR('',#12558,10.); -#2806=VECTOR('',#12559,10.); -#2807=VECTOR('',#12562,10.); -#2808=VECTOR('',#12563,10.); -#2809=VECTOR('',#12566,10.); -#2810=VECTOR('',#12569,10.); -#2811=VECTOR('',#12570,10.); -#2812=VECTOR('',#12573,10.); -#2813=VECTOR('',#12574,10.); -#2814=VECTOR('',#12577,10.); -#2815=VECTOR('',#12580,10.); -#2816=VECTOR('',#12581,10.); -#2817=VECTOR('',#12584,10.); -#2818=VECTOR('',#12585,10.); -#2819=VECTOR('',#12588,10.); -#2820=VECTOR('',#12591,10.); -#2821=VECTOR('',#12592,10.); -#2822=VECTOR('',#12595,10.); -#2823=VECTOR('',#12596,10.); -#2824=VECTOR('',#12599,10.); -#2825=VECTOR('',#12602,10.); -#2826=VECTOR('',#12603,10.); -#2827=VECTOR('',#12606,10.); -#2828=VECTOR('',#12607,10.); -#2829=VECTOR('',#12610,10.); -#2830=VECTOR('',#12613,10.); -#2831=VECTOR('',#12614,10.); -#2832=VECTOR('',#12617,10.); -#2833=VECTOR('',#12618,10.); -#2834=VECTOR('',#12621,10.); -#2835=VECTOR('',#12624,10.); -#2836=VECTOR('',#12625,10.); -#2837=VECTOR('',#12628,10.); -#2838=VECTOR('',#12629,10.); -#2839=VECTOR('',#12632,10.); -#2840=VECTOR('',#12635,10.); -#2841=VECTOR('',#12636,10.); -#2842=VECTOR('',#12639,10.); -#2843=VECTOR('',#12640,10.); -#2844=VECTOR('',#12643,10.); -#2845=VECTOR('',#12646,10.); -#2846=VECTOR('',#12647,10.); -#2847=VECTOR('',#12650,10.); -#2848=VECTOR('',#12651,10.); -#2849=VECTOR('',#12654,10.); -#2850=VECTOR('',#12657,10.); -#2851=VECTOR('',#12658,10.); -#2852=VECTOR('',#12661,10.); -#2853=VECTOR('',#12662,10.); -#2854=VECTOR('',#12665,10.); -#2855=VECTOR('',#12668,10.); -#2856=VECTOR('',#12669,10.); -#2857=VECTOR('',#12672,10.); -#2858=VECTOR('',#12673,10.); -#2859=VECTOR('',#12676,10.); -#2860=VECTOR('',#12679,10.); -#2861=VECTOR('',#12680,10.); -#2862=VECTOR('',#12683,10.); -#2863=VECTOR('',#12684,10.); -#2864=VECTOR('',#12687,10.); -#2865=VECTOR('',#12690,10.); -#2866=VECTOR('',#12691,10.); -#2867=VECTOR('',#12694,10.); -#2868=VECTOR('',#12695,10.); -#2869=VECTOR('',#12698,10.); -#2870=VECTOR('',#12701,10.); -#2871=VECTOR('',#12702,10.); -#2872=VECTOR('',#12705,10.); -#2873=VECTOR('',#12706,10.); -#2874=VECTOR('',#12709,10.); -#2875=VECTOR('',#12712,10.); -#2876=VECTOR('',#12713,10.); -#2877=VECTOR('',#12716,10.); -#2878=VECTOR('',#12717,10.); -#2879=VECTOR('',#12720,10.); -#2880=VECTOR('',#12723,10.); -#2881=VECTOR('',#12724,10.); -#2882=VECTOR('',#12727,10.); -#2883=VECTOR('',#12728,10.); -#2884=VECTOR('',#12731,10.); -#2885=VECTOR('',#12734,10.); -#2886=VECTOR('',#12735,10.); -#2887=VECTOR('',#12738,10.); -#2888=VECTOR('',#12739,10.); -#2889=VECTOR('',#12742,10.); -#2890=VECTOR('',#12745,10.); -#2891=VECTOR('',#12746,10.); -#2892=VECTOR('',#12749,10.); -#2893=VECTOR('',#12750,10.); -#2894=VECTOR('',#12753,10.); -#2895=VECTOR('',#12756,10.); -#2896=VECTOR('',#12757,10.); -#2897=VECTOR('',#12760,10.); -#2898=VECTOR('',#12761,10.); -#2899=VECTOR('',#12764,10.); -#2900=VECTOR('',#12767,10.); -#2901=VECTOR('',#12768,10.); -#2902=VECTOR('',#12771,10.); -#2903=VECTOR('',#12772,10.); -#2904=VECTOR('',#12775,10.); -#2905=VECTOR('',#12778,10.); -#2906=VECTOR('',#12779,10.); -#2907=VECTOR('',#12782,10.); -#2908=VECTOR('',#12783,10.); -#2909=VECTOR('',#12786,10.); -#2910=VECTOR('',#12789,10.); -#2911=VECTOR('',#12790,10.); -#2912=VECTOR('',#12793,10.); -#2913=VECTOR('',#12794,10.); -#2914=VECTOR('',#12797,10.); -#2915=VECTOR('',#12800,10.); -#2916=VECTOR('',#12801,10.); -#2917=VECTOR('',#12804,10.); -#2918=VECTOR('',#12805,10.); -#2919=VECTOR('',#12808,10.); -#2920=VECTOR('',#12811,10.); -#2921=VECTOR('',#12812,10.); -#2922=VECTOR('',#12815,10.); -#2923=VECTOR('',#12816,10.); -#2924=VECTOR('',#12819,10.); -#2925=VECTOR('',#12822,10.); -#2926=VECTOR('',#12823,10.); -#2927=VECTOR('',#12826,10.); -#2928=VECTOR('',#12827,10.); -#2929=VECTOR('',#12830,10.); -#2930=VECTOR('',#12833,10.); -#2931=VECTOR('',#12834,10.); -#2932=VECTOR('',#12837,10.); -#2933=VECTOR('',#12838,10.); -#2934=VECTOR('',#12841,10.); -#2935=VECTOR('',#12844,10.); -#2936=VECTOR('',#12845,10.); -#2937=VECTOR('',#12848,10.); -#2938=VECTOR('',#12849,10.); -#2939=VECTOR('',#12852,10.); -#2940=VECTOR('',#12855,10.); -#2941=VECTOR('',#12856,10.); -#2942=VECTOR('',#12859,10.); -#2943=VECTOR('',#12860,10.); -#2944=VECTOR('',#12863,10.); -#2945=VECTOR('',#12866,10.); -#2946=VECTOR('',#12867,10.); -#2947=VECTOR('',#12870,10.); -#2948=VECTOR('',#12871,10.); -#2949=VECTOR('',#12874,10.); -#2950=VECTOR('',#12877,10.); -#2951=VECTOR('',#12878,10.); -#2952=VECTOR('',#12881,10.); -#2953=VECTOR('',#12882,10.); -#2954=VECTOR('',#12885,10.); -#2955=VECTOR('',#12888,10.); -#2956=VECTOR('',#12889,10.); -#2957=VECTOR('',#12892,10.); -#2958=VECTOR('',#12893,10.); -#2959=VECTOR('',#12896,10.); -#2960=VECTOR('',#12899,10.); -#2961=VECTOR('',#12900,10.); -#2962=VECTOR('',#12903,10.); -#2963=VECTOR('',#12904,10.); -#2964=VECTOR('',#12907,10.); -#2965=VECTOR('',#12910,10.); -#2966=VECTOR('',#12911,10.); -#2967=VECTOR('',#12914,10.); -#2968=VECTOR('',#12915,10.); -#2969=VECTOR('',#12918,10.); -#2970=VECTOR('',#12921,10.); -#2971=VECTOR('',#12922,10.); -#2972=VECTOR('',#12925,10.); -#2973=VECTOR('',#12926,10.); -#2974=VECTOR('',#12929,10.); -#2975=VECTOR('',#12932,10.); -#2976=VECTOR('',#12933,10.); -#2977=VECTOR('',#12936,10.); -#2978=VECTOR('',#12937,10.); -#2979=VECTOR('',#12940,10.); -#2980=VECTOR('',#12943,10.); -#2981=VECTOR('',#12944,10.); -#2982=VECTOR('',#12947,10.); -#2983=VECTOR('',#12948,10.); -#2984=VECTOR('',#12951,10.); -#2985=VECTOR('',#12954,10.); -#2986=VECTOR('',#12955,10.); -#2987=VECTOR('',#12958,10.); -#2988=VECTOR('',#12959,10.); -#2989=VECTOR('',#12962,10.); -#2990=VECTOR('',#12965,10.); -#2991=VECTOR('',#12966,10.); -#2992=VECTOR('',#12969,10.); -#2993=VECTOR('',#12970,10.); -#2994=VECTOR('',#12973,10.); -#2995=VECTOR('',#12976,10.); -#2996=VECTOR('',#12977,10.); -#2997=VECTOR('',#12980,10.); -#2998=VECTOR('',#12981,10.); -#2999=VECTOR('',#12984,10.); -#3000=VECTOR('',#12987,10.); -#3001=VECTOR('',#12988,10.); -#3002=VECTOR('',#12991,10.); -#3003=VECTOR('',#12992,10.); -#3004=VECTOR('',#12995,10.); -#3005=VECTOR('',#12998,10.); -#3006=VECTOR('',#12999,10.); -#3007=VECTOR('',#13002,10.); -#3008=VECTOR('',#13003,10.); -#3009=VECTOR('',#13006,10.); -#3010=VECTOR('',#13009,10.); -#3011=VECTOR('',#13010,10.); -#3012=VECTOR('',#13013,10.); -#3013=VECTOR('',#13014,10.); -#3014=VECTOR('',#13017,10.); -#3015=VECTOR('',#13020,10.); -#3016=VECTOR('',#13021,10.); -#3017=VECTOR('',#13024,10.); -#3018=VECTOR('',#13025,10.); -#3019=VECTOR('',#13028,10.); -#3020=VECTOR('',#13031,10.); -#3021=VECTOR('',#13032,10.); -#3022=VECTOR('',#13035,10.); -#3023=VECTOR('',#13036,10.); -#3024=VECTOR('',#13039,10.); -#3025=VECTOR('',#13042,10.); -#3026=VECTOR('',#13043,10.); -#3027=VECTOR('',#13046,10.); -#3028=VECTOR('',#13047,10.); -#3029=VECTOR('',#13050,10.); -#3030=VECTOR('',#13053,10.); -#3031=VECTOR('',#13054,10.); -#3032=VECTOR('',#13057,10.); -#3033=VECTOR('',#13058,10.); -#3034=VECTOR('',#13061,10.); -#3035=VECTOR('',#13064,10.); -#3036=VECTOR('',#13065,10.); -#3037=VECTOR('',#13068,10.); -#3038=VECTOR('',#13069,10.); -#3039=VECTOR('',#13072,10.); -#3040=VECTOR('',#13075,10.); -#3041=VECTOR('',#13076,10.); -#3042=VECTOR('',#13079,10.); -#3043=VECTOR('',#13080,10.); -#3044=VECTOR('',#13083,10.); -#3045=VECTOR('',#13086,10.); -#3046=VECTOR('',#13087,10.); -#3047=VECTOR('',#13090,10.); -#3048=VECTOR('',#13091,10.); -#3049=VECTOR('',#13094,10.); -#3050=VECTOR('',#13097,10.); -#3051=VECTOR('',#13098,10.); -#3052=VECTOR('',#13101,10.); -#3053=VECTOR('',#13102,10.); -#3054=VECTOR('',#13105,10.); -#3055=VECTOR('',#13108,10.); -#3056=VECTOR('',#13109,10.); -#3057=VECTOR('',#13112,10.); -#3058=VECTOR('',#13113,10.); -#3059=VECTOR('',#13116,10.); -#3060=VECTOR('',#13119,10.); -#3061=VECTOR('',#13120,10.); -#3062=VECTOR('',#13123,10.); -#3063=VECTOR('',#13124,10.); -#3064=VECTOR('',#13127,10.); -#3065=VECTOR('',#13130,10.); -#3066=VECTOR('',#13131,10.); -#3067=VECTOR('',#13134,10.); -#3068=VECTOR('',#13135,10.); -#3069=VECTOR('',#13138,10.); -#3070=VECTOR('',#13141,10.); -#3071=VECTOR('',#13142,10.); -#3072=VECTOR('',#13145,10.); -#3073=VECTOR('',#13146,10.); -#3074=VECTOR('',#13149,10.); -#3075=VECTOR('',#13152,10.); -#3076=VECTOR('',#13153,10.); -#3077=VECTOR('',#13156,10.); -#3078=VECTOR('',#13157,10.); -#3079=VECTOR('',#13160,10.); -#3080=VECTOR('',#13163,10.); -#3081=VECTOR('',#13164,10.); -#3082=VECTOR('',#13167,10.); -#3083=VECTOR('',#13168,10.); -#3084=VECTOR('',#13171,10.); -#3085=VECTOR('',#13174,10.); -#3086=VECTOR('',#13175,10.); -#3087=VECTOR('',#13178,10.); -#3088=VECTOR('',#13179,10.); -#3089=VECTOR('',#13182,10.); -#3090=VECTOR('',#13185,10.); -#3091=VECTOR('',#13186,10.); -#3092=VECTOR('',#13189,10.); -#3093=VECTOR('',#13190,10.); -#3094=VECTOR('',#13193,10.); -#3095=VECTOR('',#13196,10.); -#3096=VECTOR('',#13197,10.); -#3097=VECTOR('',#13200,10.); -#3098=VECTOR('',#13201,10.); -#3099=VECTOR('',#13204,10.); -#3100=VECTOR('',#13207,10.); -#3101=VECTOR('',#13208,10.); -#3102=VECTOR('',#13211,10.); -#3103=VECTOR('',#13212,10.); -#3104=VECTOR('',#13215,10.); -#3105=VECTOR('',#13218,10.); -#3106=VECTOR('',#13219,10.); -#3107=VECTOR('',#13222,10.); -#3108=VECTOR('',#13223,10.); -#3109=VECTOR('',#13226,10.); -#3110=VECTOR('',#13229,10.); -#3111=VECTOR('',#13230,10.); -#3112=VECTOR('',#13233,10.); -#3113=VECTOR('',#13234,10.); -#3114=VECTOR('',#13237,10.); -#3115=VECTOR('',#13240,10.); -#3116=VECTOR('',#13241,10.); -#3117=VECTOR('',#13244,10.); -#3118=VECTOR('',#13245,10.); -#3119=VECTOR('',#13248,10.); -#3120=VECTOR('',#13251,10.); -#3121=VECTOR('',#13252,10.); -#3122=VECTOR('',#13255,10.); -#3123=VECTOR('',#13256,10.); -#3124=VECTOR('',#13259,10.); -#3125=VECTOR('',#13262,10.); -#3126=VECTOR('',#13263,10.); -#3127=VECTOR('',#13266,10.); -#3128=VECTOR('',#13267,10.); -#3129=VECTOR('',#13270,10.); -#3130=VECTOR('',#13273,10.); -#3131=VECTOR('',#13274,10.); -#3132=VECTOR('',#13277,10.); -#3133=VECTOR('',#13278,10.); -#3134=VECTOR('',#13281,10.); -#3135=VECTOR('',#13284,10.); -#3136=VECTOR('',#13285,10.); -#3137=VECTOR('',#13288,10.); -#3138=VECTOR('',#13289,10.); -#3139=VECTOR('',#13292,10.); -#3140=VECTOR('',#13293,10.); -#3141=VECTOR('',#13296,10.); -#3142=VECTOR('',#13299,10.); -#3143=VECTOR('',#13300,10.); -#3144=VECTOR('',#13301,10.); -#3145=VECTOR('',#13304,10.); -#3146=VECTOR('',#13307,10.); -#3147=VECTOR('',#13310,10.); -#3148=VECTOR('',#13311,10.); -#3149=VECTOR('',#13312,10.); -#3150=VECTOR('',#13315,10.); -#3151=VECTOR('',#13318,10.); -#3152=VECTOR('',#13321,10.); -#3153=VECTOR('',#13322,10.); -#3154=VECTOR('',#13323,10.); -#3155=VECTOR('',#13326,10.); -#3156=VECTOR('',#13329,10.); -#3157=VECTOR('',#13332,10.); -#3158=VECTOR('',#13333,10.); -#3159=VECTOR('',#13334,10.); -#3160=VECTOR('',#13337,10.); -#3161=VECTOR('',#13340,10.); -#3162=VECTOR('',#13343,10.); -#3163=VECTOR('',#13344,10.); -#3164=VECTOR('',#13345,10.); -#3165=VECTOR('',#13348,10.); -#3166=VECTOR('',#13351,10.); -#3167=VECTOR('',#13354,10.); -#3168=VECTOR('',#13355,10.); -#3169=VECTOR('',#13356,10.); -#3170=VECTOR('',#13359,10.); -#3171=VECTOR('',#13362,10.); -#3172=VECTOR('',#13365,10.); -#3173=VECTOR('',#13366,10.); -#3174=VECTOR('',#13367,10.); -#3175=VECTOR('',#13370,10.); -#3176=VECTOR('',#13373,10.); -#3177=VECTOR('',#13376,10.); -#3178=VECTOR('',#13377,10.); -#3179=VECTOR('',#13378,10.); -#3180=VECTOR('',#13381,10.); -#3181=VECTOR('',#13384,10.); -#3182=VECTOR('',#13387,10.); -#3183=VECTOR('',#13388,10.); -#3184=VECTOR('',#13389,10.); -#3185=VECTOR('',#13392,10.); -#3186=VECTOR('',#13395,10.); -#3187=VECTOR('',#13398,10.); -#3188=VECTOR('',#13399,10.); -#3189=VECTOR('',#13400,10.); -#3190=VECTOR('',#13403,10.); -#3191=VECTOR('',#13406,10.); -#3192=VECTOR('',#13409,10.); -#3193=VECTOR('',#13410,10.); -#3194=VECTOR('',#13411,10.); -#3195=VECTOR('',#13414,10.); -#3196=VECTOR('',#13417,10.); -#3197=VECTOR('',#13422,10.); -#3198=VECTOR('',#13425,10.); -#3199=VECTOR('',#13428,10.); -#3200=VECTOR('',#13431,10.); -#3201=VECTOR('',#13434,10.); -#3202=VECTOR('',#13437,10.); -#3203=VECTOR('',#13442,10.); -#3204=VECTOR('',#13443,10.); -#3205=VECTOR('',#13448,10.); -#3206=VECTOR('',#13449,10.); -#3207=VECTOR('',#13454,10.); -#3208=VECTOR('',#13455,10.); -#3209=VECTOR('',#13458,10.); -#3210=VECTOR('',#13459,10.); -#3211=VECTOR('',#13464,10.); -#3212=VECTOR('',#13465,10.); -#3213=VECTOR('',#13470,10.); -#3214=VECTOR('',#13473,10.); -#3215=VECTOR('',#13476,10.); -#3216=VECTOR('',#13479,10.); -#3217=VECTOR('',#13482,10.); -#3218=VECTOR('',#13485,10.); -#3219=VECTOR('',#13488,10.); -#3220=VECTOR('',#13491,10.); -#3221=VECTOR('',#13494,10.); -#3222=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13501,#13502,#13503,#13504,#13505, -#13506,#13507,#13508),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592522539993E-7, -0.116124299147289,0.232248177702056,0.237182617269471),.UNSPECIFIED.); -#3223=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13512,#13513,#13514,#13515,#13516, -#13517,#13518,#13519,#13520,#13521,#13522),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3224=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13527,#13528,#13529,#13530,#13531, -#13532,#13533,#13534,#13535,#13536,#13537,#13538,#13539,#13540,#13541,#13542, -#13543,#13544),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846860985, -0.281382540868773,0.282558166549238,0.283733792229702,0.288786502311202, -0.309651671130094,0.330516839948986,0.446640751063092,0.562764662177199), - .UNSPECIFIED.); -#3225=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13548,#13549,#13550,#13551,#13552, -#13553,#13554,#13555,#13556,#13557,#13558,#13559,#13560,#13561,#13562,#13563, -#13564,#13565,#13566,#13567),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3226=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13593,#13594,#13595,#13596,#13597, -#13598,#13599,#13600,#13601,#13602,#13603,#13604,#13605,#13606,#13607,#13608, -#13609,#13610),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937733348, -0.0769379553278042,0.0864433687777411,0.0929569046202167,0.103130449019566, -0.108803530228539,0.112638693164575,0.116951525044535),.UNSPECIFIED.); -#3227=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13611,#13612,#13613,#13614,#13615, -#13616,#13617,#13618,#13619,#13620,#13621,#13622),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769581,0.00192336279180453,0.00374927117390976, -0.00686665941142012,0.0178931040956393),.UNSPECIFIED.); -#3228=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13639,#13640,#13641,#13642,#13643, -#13644,#13645,#13646,#13647,#13648,#13649,#13650,#13651,#13652,#13653,#13654, -#13655,#13656,#13657,#13658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647124,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3229=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13660,#13661,#13662,#13663,#13664, -#13665,#13666,#13667,#13668,#13669,#13670,#13671),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407666501,0.00192336279182189,0.00374927117394438, -0.0068666594098534,0.0178931040814465),.UNSPECIFIED.); -#3230=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13673,#13674,#13675,#13676,#13677, -#13678,#13679,#13680,#13681,#13682,#13683),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960212,-0.116124220980106,0.,1.18182150107929E-6), - .UNSPECIFIED.); -#3231=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13691,#13692,#13693,#13694,#13695, -#13696,#13697,#13698,#13699,#13700,#13701,#13702,#13703,#13704,#13705,#13706, -#13707,#13708,#13709,#13710),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647124,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3232=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13712,#13713,#13714,#13715,#13716, -#13717,#13718,#13719,#13720,#13721,#13722,#13723),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407667505,0.00192336279182413,0.00374927117394728, -0.0068666594101633,0.0178931040835187),.UNSPECIFIED.); -#3233=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13725,#13726,#13727,#13728,#13729, -#13730,#13731,#13732,#13733,#13734,#13735),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3234=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13743,#13744,#13745,#13746,#13747, -#13748,#13749,#13750,#13751,#13752,#13753,#13754,#13755,#13756,#13757,#13758, -#13759,#13760,#13761,#13762),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647124,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3235=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13764,#13765,#13766,#13767,#13768, -#13769,#13770,#13771,#13772,#13773,#13774,#13775),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407668859,0.00192336279183071,0.00374927117398236, -0.00686665941062127,0.0178931040863632),.UNSPECIFIED.); -#3236=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13777,#13778,#13779,#13780,#13781, -#13782,#13783,#13784,#13785,#13786,#13787),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3237=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13795,#13796,#13797,#13798,#13799, -#13800,#13801,#13802,#13803,#13804,#13805,#13806,#13807,#13808,#13809,#13810, -#13811,#13812,#13813,#13814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647124,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3238=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13816,#13817,#13818,#13819,#13820, -#13821,#13822,#13823,#13824,#13825,#13826,#13827),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407665393,0.00192336279182295,0.00374927117397058, -0.00686665941064771,0.0178931040864584),.UNSPECIFIED.); -#3239=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13829,#13830,#13831,#13832,#13833, -#13834,#13835,#13836,#13837,#13838,#13839),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3240=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13847,#13848,#13849,#13850,#13851, -#13852,#13853,#13854,#13855,#13856,#13857,#13858,#13859,#13860,#13861,#13862, -#13863,#13864,#13865,#13866),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647128,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3241=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13868,#13869,#13870,#13871,#13872, -#13873,#13874,#13875,#13876,#13877,#13878,#13879),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407661236,0.00192336279179963,0.00374927117385096, -0.00686665940986768,0.0178931040821775),.UNSPECIFIED.); -#3242=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13881,#13882,#13883,#13884,#13885, -#13886,#13887,#13888,#13889,#13890,#13891),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3243=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13899,#13900,#13901,#13902,#13903, -#13904,#13905,#13906,#13907,#13908,#13909,#13910,#13911,#13912,#13913,#13914, -#13915,#13916,#13917,#13918),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647128,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3244=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13920,#13921,#13922,#13923,#13924, -#13925,#13926,#13927,#13928,#13929,#13930,#13931),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407667238,0.0019233627918255,0.00374927117397962, -0.00686665941064011,0.0178931040861861),.UNSPECIFIED.); -#3245=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13933,#13934,#13935,#13936,#13937, -#13938,#13939,#13940,#13941,#13942,#13943),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3246=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13951,#13952,#13953,#13954,#13955, -#13956,#13957,#13958,#13959,#13960,#13961,#13962,#13963,#13964,#13965,#13966, -#13967,#13968,#13969,#13970),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647128,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3247=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13972,#13973,#13974,#13975,#13976, -#13977,#13978,#13979,#13980,#13981,#13982,#13983),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407667238,0.00192336279182549,0.00374927117397334, -0.00686665941029965,0.0178931040841699),.UNSPECIFIED.); -#3248=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13985,#13986,#13987,#13988,#13989, -#13990,#13991,#13992,#13993,#13994,#13995),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3249=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14003,#14004,#14005,#14006,#14007, -#14008,#14009,#14010,#14011,#14012,#14013,#14014,#14015,#14016,#14017,#14018, -#14019,#14020,#14021,#14022),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647128,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3250=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14024,#14025,#14026,#14027,#14028, -#14029,#14030,#14031,#14032,#14033,#14034,#14035),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407672687,0.00192336279182788,0.00374927117391037, -0.00686665941011045,0.0178931040833009),.UNSPECIFIED.); -#3251=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14037,#14038,#14039,#14040,#14041, -#14042,#14043,#14044,#14045,#14046,#14047),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3252=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14055,#14056,#14057,#14058,#14059, -#14060,#14061,#14062,#14063,#14064,#14065,#14066,#14067,#14068,#14069,#14070, -#14071,#14072,#14073,#14074),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647128,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3253=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14076,#14077,#14078,#14079,#14080, -#14081,#14082,#14083,#14084,#14085,#14086,#14087),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407560681,0.00192336279148265,0.0037492711729609, -0.00686665940793971,0.017893104076667),.UNSPECIFIED.); -#3254=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14089,#14090,#14091,#14092,#14093, -#14094,#14095,#14096,#14097,#14098,#14099),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182150107932E-6), - .UNSPECIFIED.); -#3255=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14105,#14106,#14107,#14108,#14109, -#14110,#14111,#14112,#14113,#14114,#14115,#14116,#14117,#14118,#14119,#14120, -#14121,#14122,#14123,#14124),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647125,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3256=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14126,#14127,#14128,#14129,#14130, -#14131,#14132,#14133,#14134,#14135,#14136,#14137),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407665546,0.00192336279182607,0.00374927117396756, -0.00686665941017996,0.0178931040834323),.UNSPECIFIED.); -#3257=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14139,#14140,#14141,#14142,#14143, -#14144,#14145,#14146,#14147,#14148,#14149),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182149678657E-6), - .UNSPECIFIED.); -#3258=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14153,#14154,#14155,#14156,#14157, -#14158,#14159,#14160,#14161,#14162,#14163,#14164,#14165,#14166,#14167,#14168, -#14169,#14170,#14171,#14172),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647126,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3259=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14174,#14175,#14176,#14177,#14178, -#14179,#14180,#14181,#14182,#14183,#14184,#14185),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407662303,0.00192336279181789,0.00374927117395956, -0.00686665940980054,0.0178931040809797),.UNSPECIFIED.); -#3260=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14187,#14188,#14189,#14190,#14191, -#14192,#14193,#14194,#14195,#14196,#14197),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182149678657E-6), - .UNSPECIFIED.); -#3261=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14201,#14202,#14203,#14204,#14205, -#14206,#14207,#14208,#14209,#14210,#14211,#14212,#14213,#14214,#14215,#14216, -#14217,#14218,#14219,#14220),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647126,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3262=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14222,#14223,#14224,#14225,#14226, -#14227,#14228,#14229,#14230,#14231,#14232,#14233),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407653541,0.00192336279178129,0.00374927117377922, -0.00686665940936513,0.0178931040793259),.UNSPECIFIED.); -#3263=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14235,#14236,#14237,#14238,#14239, -#14240,#14241,#14242,#14243,#14244,#14245),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182149678657E-6), - .UNSPECIFIED.); -#3264=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14249,#14250,#14251,#14252,#14253, -#14254,#14255,#14256,#14257,#14258,#14259,#14260,#14261,#14262,#14263,#14264, -#14265,#14266,#14267,#14268),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647126,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3265=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14270,#14271,#14272,#14273,#14274, -#14275,#14276,#14277,#14278,#14279,#14280,#14281),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407664438,0.00192336279180772,0.00374927117377045, -0.00686665940897993,0.0178931040774499),.UNSPECIFIED.); -#3266=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14283,#14284,#14285,#14286,#14287, -#14288,#14289,#14290,#14291,#14292,#14293),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3267=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14297,#14298,#14299,#14300,#14301, -#14302,#14303,#14304,#14305,#14306,#14307,#14308,#14309,#14310,#14311,#14312, -#14313,#14314,#14315,#14316),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3268=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14318,#14319,#14320,#14321,#14322, -#14323,#14324,#14325,#14326,#14327,#14328,#14329),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407686309,0.00192336279187887,0.00374927117408594, -0.006866659410828,0.0178931040869375),.UNSPECIFIED.); -#3269=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14331,#14332,#14333,#14334,#14335, -#14336,#14337,#14338,#14339,#14340,#14341),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3270=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14345,#14346,#14347,#14348,#14349, -#14350,#14351,#14352,#14353,#14354,#14355,#14356,#14357,#14358,#14359,#14360, -#14361,#14362,#14363,#14364),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3271=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14366,#14367,#14368,#14369,#14370, -#14371,#14372,#14373,#14374,#14375,#14376,#14377),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407675412,0.00192336279182802,0.00374927117388238, -0.00686665940974697,0.0178931040811633),.UNSPECIFIED.); -#3272=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14379,#14380,#14381,#14382,#14383, -#14384,#14385,#14386,#14387,#14388,#14389),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3273=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14393,#14394,#14395,#14396,#14397, -#14398,#14399,#14400,#14401,#14402,#14403,#14404,#14405,#14406,#14407,#14408, -#14409,#14410,#14411,#14412),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3274=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14414,#14415,#14416,#14417,#14418, -#14419,#14420,#14421,#14422,#14423,#14424,#14425),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407674306,0.00192336279183164,0.00374927117389458, -0.00686665941050668,0.0178931040860934),.UNSPECIFIED.); -#3275=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14427,#14428,#14429,#14430,#14431, -#14432,#14433,#14434,#14435,#14436,#14437),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3276=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14441,#14442,#14443,#14444,#14445, -#14446,#14447,#14448,#14449,#14450,#14451,#14452,#14453,#14454,#14455,#14456, -#14457,#14458,#14459,#14460),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3277=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14462,#14463,#14464,#14465,#14466, -#14467,#14468,#14469,#14470,#14471,#14472,#14473),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407775911,0.00192336279194401,0.00374927117386943, -0.00686665940911069,0.0178931040744853),.UNSPECIFIED.); -#3278=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14475,#14476,#14477,#14478,#14479, -#14480,#14481,#14482,#14483,#14484,#14485),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3279=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14489,#14490,#14491,#14492,#14493, -#14494,#14495,#14496,#14497,#14498,#14499,#14500,#14501,#14502,#14503,#14504, -#14505,#14506,#14507,#14508),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3280=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14510,#14511,#14512,#14513,#14514, -#14515,#14516,#14517,#14518,#14519,#14520,#14521),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407663408,0.00192336279181657,0.00374927117397122, -0.00686665941030661,0.0178931040843554),.UNSPECIFIED.); -#3281=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14523,#14524,#14525,#14526,#14527, -#14528,#14529,#14530,#14531,#14532,#14533),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3282=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14537,#14538,#14539,#14540,#14541, -#14542,#14543,#14544,#14545,#14546,#14547,#14548,#14549,#14550,#14551,#14552, -#14553,#14554,#14555,#14556),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3283=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14558,#14559,#14560,#14561,#14562, -#14563,#14564,#14565,#14566,#14567,#14568,#14569),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407664438,0.00192336279180922,0.00374927117381359, -0.00686665940957318,0.0178931040801452),.UNSPECIFIED.); -#3284=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14571,#14572,#14573,#14574,#14575, -#14576,#14577,#14578,#14579,#14580,#14581),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3285=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14585,#14586,#14587,#14588,#14589, -#14590,#14591,#14592,#14593,#14594,#14595,#14596,#14597,#14598,#14599,#14600, -#14601,#14602,#14603,#14604),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3286=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14606,#14607,#14608,#14609,#14610, -#14611,#14612,#14613,#14614,#14615,#14616,#14617),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407557669,0.00192336279156453,0.00374927117327374, -0.00686665940834835,0.0178931040747189),.UNSPECIFIED.); -#3287=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14619,#14620,#14621,#14622,#14623, -#14624,#14625,#14626,#14627,#14628,#14629),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3288=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14633,#14634,#14635,#14636,#14637, -#14638,#14639,#14640,#14641,#14642,#14643,#14644,#14645,#14646,#14647,#14648, -#14649,#14650,#14651,#14652),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3289=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14654,#14655,#14656,#14657,#14658, -#14659,#14660,#14661,#14662,#14663,#14664,#14665),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.00192336279205959,0.00374927117460347, -0.00686665941213191,0.017893104093012),.UNSPECIFIED.); -#3290=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14667,#14668,#14669,#14670,#14671, -#14672,#14673,#14674,#14675,#14676,#14677),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3291=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14681,#14682,#14683,#14684,#14685, -#14686,#14687,#14688,#14689,#14690,#14691,#14692,#14693,#14694,#14695,#14696, -#14697,#14698,#14699,#14700),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3292=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14702,#14703,#14704,#14705,#14706, -#14707,#14708,#14709,#14710,#14711,#14712,#14713),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407740099,0.00192336279199043,0.00374927117437919, -0.00686665941113461,0.0178931040884574),.UNSPECIFIED.); -#3293=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14715,#14716,#14717,#14718,#14719, -#14720,#14721,#14722,#14723,#14724,#14725),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3294=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14729,#14730,#14731,#14732,#14733, -#14734,#14735,#14736,#14737,#14738,#14739,#14740,#14741,#14742,#14743,#14744, -#14745,#14746,#14747,#14748),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3295=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14750,#14751,#14752,#14753,#14754, -#14755,#14756,#14757,#14758,#14759,#14760,#14761),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.00192336279206259,0.0037492711746255, -0.00686665941204425,0.0178931040925384),.UNSPECIFIED.); -#3296=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14763,#14764,#14765,#14766,#14767, -#14768,#14769,#14770,#14771,#14772,#14773),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3297=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14777,#14778,#14779,#14780,#14781, -#14782,#14783,#14784,#14785,#14786,#14787,#14788,#14789,#14790,#14791,#14792, -#14793,#14794,#14795,#14796),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3298=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14798,#14799,#14800,#14801,#14802, -#14803,#14804,#14805,#14806,#14807,#14808,#14809),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407740099,0.00192336279199235,0.00374927117439769, -0.00686665941119073,0.0178931040885682),.UNSPECIFIED.); -#3299=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14811,#14812,#14813,#14814,#14815, -#14816,#14817,#14818,#14819,#14820,#14821),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3300=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14825,#14826,#14827,#14828,#14829, -#14830,#14831,#14832,#14833,#14834,#14835,#14836,#14837,#14838,#14839,#14840, -#14841,#14842,#14843,#14844),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3301=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14846,#14847,#14848,#14849,#14850, -#14851,#14852,#14853,#14854,#14855,#14856,#14857),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407783841,0.0019233627920976,0.00374927117469709, -0.00686665941275971,0.0178931040972022),.UNSPECIFIED.); -#3302=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14859,#14860,#14861,#14862,#14863, -#14864,#14865,#14866,#14867,#14868,#14869),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3303=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14873,#14874,#14875,#14876,#14877, -#14878,#14879,#14880,#14881,#14882,#14883,#14884,#14885,#14886,#14887,#14888, -#14889,#14890,#14891,#14892),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3304=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14894,#14895,#14896,#14897,#14898, -#14899,#14900,#14901,#14902,#14903,#14904,#14905),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.00192336279206259,0.0037492711746255, -0.00686665941205214,0.017893104092596),.UNSPECIFIED.); -#3305=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14907,#14908,#14909,#14910,#14911, -#14912,#14913,#14914,#14915,#14916,#14917),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3306=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14921,#14922,#14923,#14924,#14925, -#14926,#14927,#14928,#14929,#14930,#14931,#14932,#14933,#14934,#14935,#14936, -#14937,#14938,#14939,#14940),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3307=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14942,#14943,#14944,#14945,#14946, -#14947,#14948,#14949,#14950,#14951,#14952,#14953),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407770593,0.00192336279197023,0.0037492711742024, -0.00686665941006377,0.017893104078534),.UNSPECIFIED.); -#3308=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14955,#14956,#14957,#14958,#14959, -#14960,#14961,#14962,#14963,#14964,#14965),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3309=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14969,#14970,#14971,#14972,#14973, -#14974,#14975,#14976,#14977,#14978,#14979,#14980,#14981,#14982,#14983,#14984, -#14985,#14986,#14987,#14988),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3310=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14990,#14991,#14992,#14993,#14994, -#14995,#14996,#14997,#14998,#14999,#15000,#15001),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407788112,0.00192336279214622,0.00374927117497292, -0.00686665941245403,0.0178931040927935),.UNSPECIFIED.); -#3311=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15003,#15004,#15005,#15006,#15007, -#15008,#15009,#15010,#15011,#15012,#15013),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3312=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15017,#15018,#15019,#15020,#15021, -#15022,#15023,#15024,#15025,#15026,#15027,#15028,#15029,#15030,#15031,#15032, -#15033,#15034,#15035,#15036),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647903,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3313=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15038,#15039,#15040,#15041,#15042, -#15043,#15044,#15045,#15046,#15047,#15048,#15049),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407783841,0.00192336279209951,0.0037492711747162, -0.00686665941241397,0.0178931040947652),.UNSPECIFIED.); -#3314=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15051,#15052,#15053,#15054,#15055, -#15056,#15057,#15058,#15059,#15060,#15061),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3315=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15065,#15066,#15067,#15068,#15069, -#15070,#15071,#15072,#15073,#15074,#15075,#15076,#15077,#15078,#15079,#15080, -#15081,#15082,#15083,#15084),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647901,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3316=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15086,#15087,#15088,#15089,#15090, -#15091,#15092,#15093,#15094,#15095,#15096,#15097),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407740099,0.00192336279199043,0.00374927117437875, -0.00686665941134355,0.0178931040897931),.UNSPECIFIED.); -#3317=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15099,#15100,#15101,#15102,#15103, -#15104,#15105,#15106,#15107,#15108,#15109),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3318=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15113,#15114,#15115,#15116,#15117, -#15118,#15119,#15120,#15121,#15122,#15123,#15124,#15125,#15126,#15127,#15128, -#15129,#15130,#15131,#15132),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3319=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15134,#15135,#15136,#15137,#15138, -#15139,#15140,#15141,#15142,#15143,#15144,#15145),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407783841,0.00192336279209766,0.00374927117468689, -0.00686665941194158,0.0178931040921697),.UNSPECIFIED.); -#3320=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15147,#15148,#15149,#15150,#15151, -#15152,#15153,#15154,#15155,#15156,#15157),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3321=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15161,#15162,#15163,#15164,#15165, -#15166,#15167,#15168,#15169,#15170,#15171,#15172,#15173,#15174,#15175,#15176, -#15177,#15178,#15179,#15180),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3322=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15182,#15183,#15184,#15185,#15186, -#15187,#15188,#15189,#15190,#15191,#15192,#15193),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.0019233627920603,0.00374927117459248, -0.0068666594116886,0.0178931040908553),.UNSPECIFIED.); -#3323=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15195,#15196,#15197,#15198,#15199, -#15200,#15201,#15202,#15203,#15204,#15205),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3324=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15209,#15210,#15211,#15212,#15213, -#15214,#15215,#15216,#15217,#15218,#15219,#15220,#15221,#15222,#15223,#15224, -#15225,#15226,#15227,#15228),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647894,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3325=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15230,#15231,#15232,#15233,#15234, -#15235,#15236,#15237,#15238,#15239,#15240,#15241),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407783841,0.00192336279210181,0.00374927117473342, -0.00686665941187197,0.0178931040908829),.UNSPECIFIED.); -#3326=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15243,#15244,#15245,#15246,#15247, -#15248,#15249,#15250,#15251,#15252,#15253),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226816707E-6), - .UNSPECIFIED.); -#3327=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15257,#15258,#15259,#15260,#15261, -#15262,#15263,#15264,#15265,#15266,#15267,#15268,#15269,#15270,#15271,#15272, -#15273,#15274,#15275,#15276),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647892,-0.562765838825624,-0.446641617845518,-0.330517396865412, --0.309652152667966,-0.28878690847052,-0.283734179275773,-0.282558549344293, --0.281382919412813,-0.281037224879057),.UNSPECIFIED.); -#3328=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15278,#15279,#15280,#15281,#15282, -#15283,#15284,#15285,#15286,#15287,#15288,#15289),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407508116,0.00192336279152455,0.00374927117348573, -0.00686665940973195,0.0178931040868776),.UNSPECIFIED.); -#3329=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15291,#15292,#15293,#15294,#15295, -#15296,#15297,#15298,#15299,#15300,#15301),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960215,-0.116124220980107,0.,1.18182226816705E-6), - .UNSPECIFIED.); -#3330=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15305,#15306,#15307,#15308,#15309, -#15310,#15311,#15312,#15313,#15314,#15315,#15316,#15317,#15318,#15319,#15320, -#15321,#15322,#15323,#15324),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845518,-0.330517396865413, --0.309652152667965,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3331=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15326,#15327,#15328,#15329,#15330, -#15331,#15332,#15333,#15334,#15335,#15336,#15337),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407757625,0.00192336279204223,0.00374927117456278, -0.00686665941153741,0.0178931040899776),.UNSPECIFIED.); -#3332=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15339,#15340,#15341,#15342,#15343, -#15344,#15345,#15346,#15347,#15348,#15349),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283796E-6), - .UNSPECIFIED.); -#3333=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15353,#15354,#15355,#15356,#15357, -#15358,#15359,#15360,#15361,#15362,#15363,#15364,#15365,#15366,#15367,#15368, -#15369,#15370,#15371,#15372),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845518,-0.330517396865413, --0.309652152667965,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3334=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15374,#15375,#15376,#15377,#15378, -#15379,#15380,#15381,#15382,#15383,#15384,#15385),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407740099,0.00192336279199043,0.00374927117437875, -0.00686665941144465,0.0178931040905574),.UNSPECIFIED.); -#3335=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15387,#15388,#15389,#15390,#15391, -#15392,#15393,#15394,#15395,#15396,#15397),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182226283796E-6), - .UNSPECIFIED.); -#3336=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15401,#15402,#15403,#15404,#15405, -#15406,#15407,#15408,#15409,#15410,#15411,#15412,#15413,#15414,#15415,#15416, -#15417,#15418,#15419,#15420),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845517,-0.330517396865409, --0.309652152667963,-0.288786908470517,-0.283734179275773,-0.282558549344292, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3337=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15422,#15423,#15424,#15425,#15426, -#15427,#15428,#15429,#15430,#15431,#15432,#15433),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.00192336279206445,0.00374927117465238, -0.00686665941205274,0.0178931040926081),.UNSPECIFIED.); -#3338=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15435,#15436,#15437,#15438,#15439, -#15440,#15441,#15442,#15443,#15444,#15445),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3339=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15449,#15450,#15451,#15452,#15453, -#15454,#15455,#15456,#15457,#15458,#15459,#15460,#15461,#15462,#15463,#15464, -#15465,#15466,#15467,#15468),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3340=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15470,#15471,#15472,#15473,#15474, -#15475,#15476,#15477,#15478,#15479,#15480,#15481),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407553646,0.00192336279150656,0.00374927117315548, -0.00686665940850021,0.0178931040782439),.UNSPECIFIED.); -#3341=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15483,#15484,#15485,#15486,#15487, -#15488,#15489,#15490,#15491,#15492,#15493),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.1818222557326E-6), - .UNSPECIFIED.); -#3342=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15497,#15498,#15499,#15500,#15501, -#15502,#15503,#15504,#15505,#15506,#15507,#15508,#15509,#15510,#15511,#15512, -#15513,#15514,#15515,#15516),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647882,-0.562765838825624,-0.446641617845518,-0.330517396865412, --0.309652152667966,-0.28878690847052,-0.283734179275773,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3343=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15518,#15519,#15520,#15521,#15522, -#15523,#15524,#15525,#15526,#15527,#15528,#15529),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407764104,0.00192336279206144,0.00374927117462276, -0.00686665941228468,0.0178931040938796),.UNSPECIFIED.); -#3344=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15531,#15532,#15533,#15534,#15535, -#15536,#15537,#15538,#15539,#15540,#15541),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960215,-0.116124220980107,0.,1.18182225573258E-6), - .UNSPECIFIED.); -#3345=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15545,#15546,#15547,#15548,#15549, -#15550,#15551,#15552,#15553,#15554,#15555,#15556,#15557,#15558,#15559,#15560, -#15561,#15562,#15563,#15564),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3346=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15566,#15567,#15568,#15569,#15570, -#15571,#15572,#15573,#15574,#15575,#15576,#15577),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279174112,0.00374927117375812, -0.00686665941011207,0.0178931040862282),.UNSPECIFIED.); -#3347=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15579,#15580,#15581,#15582,#15583, -#15584,#15585,#15586,#15587,#15588,#15589),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182225573256E-6), - .UNSPECIFIED.); -#3348=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15593,#15594,#15595,#15596,#15597, -#15598,#15599,#15600,#15601,#15602,#15603,#15604,#15605,#15606,#15607,#15608, -#15609,#15610,#15611,#15612),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647881,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3349=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15614,#15615,#15616,#15617,#15618, -#15619,#15620,#15621,#15622,#15623,#15624,#15625),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407639947,0.00192336279170255,0.00374927117363425, -0.00686665940991683,0.0178931040865967),.UNSPECIFIED.); -#3350=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15627,#15628,#15629,#15630,#15631, -#15632,#15633,#15634,#15635,#15636,#15637),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182225573256E-6), - .UNSPECIFIED.); -#3351=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15641,#15642,#15643,#15644,#15645, -#15646,#15647,#15648,#15649,#15650,#15651,#15652,#15653,#15654,#15655,#15656, -#15657,#15658,#15659,#15660),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3352=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15662,#15663,#15664,#15665,#15666, -#15667,#15668,#15669,#15670,#15671,#15672,#15673),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279173511,0.00374927117367365, -0.00686665940996791,0.017893104086689),.UNSPECIFIED.); -#3353=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15675,#15676,#15677,#15678,#15679, -#15680,#15681,#15682,#15683,#15684,#15685),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182225573256E-6), - .UNSPECIFIED.); -#3354=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15689,#15690,#15691,#15692,#15693, -#15694,#15695,#15696,#15697,#15698,#15699,#15700,#15701,#15702,#15703,#15704, -#15705,#15706,#15707,#15708),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3355=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15710,#15711,#15712,#15713,#15714, -#15715,#15716,#15717,#15718,#15719,#15720,#15721),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279173511,0.00374927117367754, -0.00686665941046424,0.0178931040897152),.UNSPECIFIED.); -#3356=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15723,#15724,#15725,#15726,#15727, -#15728,#15729,#15730,#15731,#15732,#15733),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3357=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15737,#15738,#15739,#15740,#15741, -#15742,#15743,#15744,#15745,#15746,#15747,#15748,#15749,#15750,#15751,#15752, -#15753,#15754,#15755,#15756),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3358=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15758,#15759,#15760,#15761,#15762, -#15763,#15764,#15765,#15766,#15767,#15768,#15769),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407524991,0.0019233627914394,0.00374927117317888, -0.00686665940871813,0.0178931040811385),.UNSPECIFIED.); -#3359=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15771,#15772,#15773,#15774,#15775, -#15776,#15777,#15778,#15779,#15780,#15781),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3360=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15785,#15786,#15787,#15788,#15789, -#15790,#15791,#15792,#15793,#15794,#15795,#15796,#15797,#15798,#15799,#15800, -#15801,#15802,#15803,#15804),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3361=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15806,#15807,#15808,#15809,#15810, -#15811,#15812,#15813,#15814,#15815,#15816,#15817),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407735974,0.00192336279196886,0.00374927117440982, -0.00686665941129934,0.01789310409064),.UNSPECIFIED.); -#3362=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15819,#15820,#15821,#15822,#15823, -#15824,#15825,#15826,#15827,#15828,#15829),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3363=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15833,#15834,#15835,#15836,#15837, -#15838,#15839,#15840,#15841,#15842,#15843,#15844,#15845,#15846,#15847,#15848, -#15849,#15850,#15851,#15852),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3364=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15854,#15855,#15856,#15857,#15858, -#15859,#15860,#15861,#15862,#15863,#15864,#15865),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187224,0.00374927117408891, -0.00686665941080354,0.0178931040889692),.UNSPECIFIED.); -#3365=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15867,#15868,#15869,#15870,#15871, -#15872,#15873,#15874,#15875,#15876,#15877),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3366=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15881,#15882,#15883,#15884,#15885, -#15886,#15887,#15888,#15889,#15890,#15891,#15892,#15893,#15894,#15895,#15896, -#15897,#15898,#15899,#15900),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3367=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15902,#15903,#15904,#15905,#15906, -#15907,#15908,#15909,#15910,#15911,#15912,#15913),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279173882,0.0037492711737125, -0.00686665940963665,0.0178931040835923),.UNSPECIFIED.); -#3368=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15915,#15916,#15917,#15918,#15919, -#15920,#15921,#15922,#15923,#15924,#15925),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3369=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15929,#15930,#15931,#15932,#15933, -#15934,#15935,#15936,#15937,#15938,#15939,#15940,#15941,#15942,#15943,#15944, -#15945,#15946,#15947,#15948),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3370=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15950,#15951,#15952,#15953,#15954, -#15955,#15956,#15957,#15958,#15959,#15960,#15961),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407503006,0.00192336279142249,0.00374927117294601, -0.00686665940884361,0.0178931040858831),.UNSPECIFIED.); -#3371=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15963,#15964,#15965,#15966,#15967, -#15968,#15969,#15970,#15971,#15972,#15973),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3372=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15977,#15978,#15979,#15980,#15981, -#15982,#15983,#15984,#15985,#15986,#15987,#15988,#15989,#15990,#15991,#15992, -#15993,#15994,#15995,#15996),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3373=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15998,#15999,#16000,#16001,#16002, -#16003,#16004,#16005,#16006,#16007,#16008,#16009),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279189033,0.00374927117420433, -0.00686665941068188,0.0178931040860711),.UNSPECIFIED.); -#3374=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16011,#16012,#16013,#16014,#16015, -#16016,#16017,#16018,#16019,#16020,#16021),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3375=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16025,#16026,#16027,#16028,#16029, -#16030,#16031,#16032,#16033,#16034,#16035,#16036,#16037,#16038,#16039,#16040, -#16041,#16042,#16043,#16044),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3376=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16046,#16047,#16048,#16049,#16050, -#16051,#16052,#16053,#16054,#16055,#16056,#16057),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279186865,0.00374927117405632, -0.00686665941061019,0.0178931040880327),.UNSPECIFIED.); -#3377=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16059,#16060,#16061,#16062,#16063, -#16064,#16065,#16066,#16067,#16068,#16069),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3378=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16073,#16074,#16075,#16076,#16077, -#16078,#16079,#16080,#16081,#16082,#16083,#16084,#16085,#16086,#16087,#16088, -#16089,#16090,#16091,#16092),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647881,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3379=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16094,#16095,#16096,#16097,#16098, -#16099,#16100,#16101,#16102,#16103,#16104,#16105),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279186865,0.00374927117405632, -0.00686665941022156,0.0178931040850194),.UNSPECIFIED.); -#3380=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16107,#16108,#16109,#16110,#16111, -#16112,#16113,#16114,#16115,#16116,#16117),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182225573256E-6), - .UNSPECIFIED.); -#3381=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16121,#16122,#16123,#16124,#16125, -#16126,#16127,#16128,#16129,#16130,#16131,#16132,#16133,#16134,#16135,#16136, -#16137,#16138,#16139,#16140),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647881,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3382=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16142,#16143,#16144,#16145,#16146, -#16147,#16148,#16149,#16150,#16151,#16152,#16153),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407613435,0.00192336279165369,0.00374927117349446, -0.00686665940969536,0.0178931040841876),.UNSPECIFIED.); -#3383=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16155,#16156,#16157,#16158,#16159, -#16160,#16161,#16162,#16163,#16164,#16165),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182225928527E-6), - .UNSPECIFIED.); -#3384=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16169,#16170,#16171,#16172,#16173, -#16174,#16175,#16176,#16177,#16178,#16179,#16180,#16181,#16182,#16183,#16184, -#16185,#16186,#16187,#16188),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3385=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16190,#16191,#16192,#16193,#16194, -#16195,#16196,#16197,#16198,#16199,#16200,#16201),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407648488,0.00192336279177127,0.0037492711740107, -0.00686665941117559,0.0178931040907571),.UNSPECIFIED.); -#3386=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16203,#16204,#16205,#16206,#16207, -#16208,#16209,#16210,#16211,#16212,#16213),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3387=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16217,#16218,#16219,#16220,#16221, -#16222,#16223,#16224,#16225,#16226,#16227,#16228,#16229,#16230,#16231,#16232, -#16233,#16234,#16235,#16236),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3388=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16238,#16239,#16240,#16241,#16242, -#16243,#16244,#16245,#16246,#16247,#16248,#16249),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279188662,0.00374927117415999, -0.00686665941100184,0.0178931040887884),.UNSPECIFIED.); -#3389=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16251,#16252,#16253,#16254,#16255, -#16256,#16257,#16258,#16259,#16260,#16261),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3390=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16265,#16266,#16267,#16268,#16269, -#16270,#16271,#16272,#16273,#16274,#16275,#16276,#16277,#16278,#16279,#16280, -#16281,#16282,#16283,#16284),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3391=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16286,#16287,#16288,#16289,#16290, -#16291,#16292,#16293,#16294,#16295,#16296,#16297),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187224,0.00374927117409314, -0.00686665941092554,0.0178931040895307),.UNSPECIFIED.); -#3392=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16299,#16300,#16301,#16302,#16303, -#16304,#16305,#16306,#16307,#16308,#16309),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3393=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16313,#16314,#16315,#16316,#16317, -#16318,#16319,#16320,#16321,#16322,#16323,#16324,#16325,#16326,#16327,#16328, -#16329,#16330,#16331,#16332),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3394=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16334,#16335,#16336,#16337,#16338, -#16339,#16340,#16341,#16342,#16343,#16344,#16345),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279186623,0.0037492711740422, -0.00686665941047061,0.0178931040871778),.UNSPECIFIED.); -#3395=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16347,#16348,#16349,#16350,#16351, -#16352,#16353,#16354,#16355,#16356,#16357),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226283798E-6), - .UNSPECIFIED.); -#3396=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16361,#16362,#16363,#16364,#16365, -#16366,#16367,#16368,#16369,#16370,#16371,#16372,#16373,#16374,#16375,#16376, -#16377,#16378,#16379,#16380),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647894,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879063),.UNSPECIFIED.); -#3397=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16382,#16383,#16384,#16385,#16386, -#16387,#16388,#16389,#16390,#16391,#16392,#16393),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407597614,0.00192336279172685,0.00374927117387756, -0.00686665941088155,0.0178931040928987),.UNSPECIFIED.); -#3398=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16395,#16396,#16397,#16398,#16399, -#16400,#16401,#16402,#16403,#16404,#16405),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226816704E-6), - .UNSPECIFIED.); -#3399=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16409,#16410,#16411,#16412,#16413, -#16414,#16415,#16416,#16417,#16418,#16419,#16420,#16421,#16422,#16423,#16424, -#16425,#16426,#16427,#16428),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879061),.UNSPECIFIED.); -#3400=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16430,#16431,#16432,#16433,#16434, -#16435,#16436,#16437,#16438,#16439,#16440,#16441),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279189033,0.0037492711742001, -0.00686665941088151,0.017893104088046),.UNSPECIFIED.); -#3401=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16443,#16444,#16445,#16446,#16447, -#16448,#16449,#16450,#16451,#16452,#16453),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3402=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16457,#16458,#16459,#16460,#16461, -#16462,#16463,#16464,#16465,#16466,#16467,#16468,#16469,#16470,#16471,#16472, -#16473,#16474,#16475,#16476),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3403=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16478,#16479,#16480,#16481,#16482, -#16483,#16484,#16485,#16486,#16487,#16488,#16489),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187236,0.00374927117410058, -0.00686665941113616,0.0178931040906982),.UNSPECIFIED.); -#3404=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16491,#16492,#16493,#16494,#16495, -#16496,#16497,#16498,#16499,#16500,#16501),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3405=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16505,#16506,#16507,#16508,#16509, -#16510,#16511,#16512,#16513,#16514,#16515,#16516,#16517,#16518,#16519,#16520, -#16521,#16522,#16523,#16524),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647894,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3406=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16526,#16527,#16528,#16529,#16530, -#16531,#16532,#16533,#16534,#16535,#16536,#16537),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187224,0.00374927117409369, -0.006866659410843,0.0178931040890826),.UNSPECIFIED.); -#3407=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16539,#16540,#16541,#16542,#16543, -#16544,#16545,#16546,#16547,#16548,#16549),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226816704E-6), - .UNSPECIFIED.); -#3408=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16553,#16554,#16555,#16556,#16557, -#16558,#16559,#16560,#16561,#16562,#16563,#16564,#16565,#16566,#16567,#16568, -#16569,#16570,#16571,#16572),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647894,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3409=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16574,#16575,#16576,#16577,#16578, -#16579,#16580,#16581,#16582,#16583,#16584,#16585),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407735974,0.00192336279196285,0.00374927117435175, -0.00686665941156931,0.017893104092168),.UNSPECIFIED.); -#3410=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16587,#16588,#16589,#16590,#16591, -#16592,#16593,#16594,#16595,#16596,#16597),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182226816704E-6), - .UNSPECIFIED.); -#3411=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16601,#16602,#16603,#16604,#16605, -#16606,#16607,#16608,#16609,#16610,#16611,#16612,#16613,#16614,#16615,#16616, -#16617,#16618,#16619,#16620),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879061),.UNSPECIFIED.); -#3412=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16622,#16623,#16624,#16625,#16626, -#16627,#16628,#16629,#16630,#16631,#16632,#16633),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407735974,0.00192336279196515,0.0037492711743834, -0.00686665941220186,0.0178931040964306),.UNSPECIFIED.); -#3413=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16635,#16636,#16637,#16638,#16639, -#16640,#16641,#16642,#16643,#16644,#16645),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3414=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16649,#16650,#16651,#16652,#16653, -#16654,#16655,#16656,#16657,#16658,#16659,#16660,#16661,#16662,#16663,#16664, -#16665,#16666,#16667,#16668),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3415=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16670,#16671,#16672,#16673,#16674, -#16675,#16676,#16677,#16678,#16679,#16680,#16681),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740738943,0.0019233627912062,0.0037492711726088, -0.00686665940783214,0.0178931040811471),.UNSPECIFIED.); -#3416=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16683,#16684,#16685,#16686,#16687, -#16688,#16689,#16690,#16691,#16692,#16693),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3417=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16697,#16698,#16699,#16700,#16701, -#16702,#16703,#16704,#16705,#16706,#16707,#16708,#16709,#16710,#16711,#16712, -#16713,#16714,#16715,#16716),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3418=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16718,#16719,#16720,#16721,#16722, -#16723,#16724,#16725,#16726,#16727,#16728,#16729),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187595,0.00374927117413844, -0.00686665941115137,0.0178931040911133),.UNSPECIFIED.); -#3419=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16731,#16732,#16733,#16734,#16735, -#16736,#16737,#16738,#16739,#16740,#16741),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3420=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16745,#16746,#16747,#16748,#16749, -#16750,#16751,#16752,#16753,#16754,#16755,#16756,#16757,#16758,#16759,#16760, -#16761,#16762,#16763,#16764),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.281037224879062),.UNSPECIFIED.); -#3421=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16766,#16767,#16768,#16769,#16770, -#16771,#16772,#16773,#16774,#16775,#16776,#16777),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279173511,0.00374927117367788, -0.00686665940977623,0.0178931040847889),.UNSPECIFIED.); -#3422=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16779,#16780,#16781,#16782,#16783, -#16784,#16785,#16786,#16787,#16788,#16789),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3423=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16793,#16794,#16795,#16796,#16797, -#16798,#16799,#16800,#16801,#16802,#16803,#16804,#16805,#16806,#16807,#16808, -#16809,#16810,#16811,#16812),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275774,-0.282558549344293, --0.281382919412813,-0.28103722487906),.UNSPECIFIED.); -#3424=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16814,#16815,#16816,#16817,#16818, -#16819,#16820,#16821,#16822,#16823,#16824,#16825),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279188662,0.00374927117416033, -0.00686665941071144,0.0178931040869211),.UNSPECIFIED.); -#3425=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16827,#16828,#16829,#16830,#16831, -#16832,#16833,#16834,#16835,#16836,#16837),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960212,-0.116124220980106,0.,1.18182227171974E-6), - .UNSPECIFIED.); -#3426=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16841,#16842,#16843,#16844,#16845, -#16846,#16847,#16848,#16849,#16850,#16851,#16852,#16853,#16854,#16855,#16856, -#16857,#16858,#16859,#16860),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825625,-0.446641617845521,-0.330517396865417, --0.309652152667969,-0.288786908470521,-0.283734179275775,-0.282558549344295, --0.281382919412815,-0.28103722487906),.UNSPECIFIED.); -#3427=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16862,#16863,#16864,#16865,#16866, -#16867,#16868,#16869,#16870,#16871,#16872,#16873),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769238,0.00192336279183145,0.00374927117403836, -0.00686665941118728,0.017893104093056),.UNSPECIFIED.); -#3428=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16875,#16876,#16877,#16878,#16879, -#16880,#16881,#16882,#16883,#16884,#16885),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960218,-0.116124220980109,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3429=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16889,#16890,#16891,#16892,#16893, -#16894,#16895,#16896,#16897,#16898,#16899,#16900,#16901,#16902,#16903,#16904, -#16905,#16906,#16907,#16908),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825626,-0.446641617845517,-0.330517396865408, --0.309652152667962,-0.288786908470515,-0.283734179275776,-0.282558549344294, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3430=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16910,#16911,#16912,#16913,#16914, -#16915,#16916,#16917,#16918,#16919,#16920,#16921),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279173523,0.00374927117368001, -0.00686665940993751,0.0178931040860609),.UNSPECIFIED.); -#3431=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16923,#16924,#16925,#16926,#16927, -#16928,#16929,#16930,#16931,#16932,#16933),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960205,-0.116124220980102,0.,1.18182227704882E-6), - .UNSPECIFIED.); -#3432=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16937,#16938,#16939,#16940,#16941, -#16942,#16943,#16944,#16945,#16946,#16947,#16948,#16949,#16950,#16951,#16952, -#16953,#16954,#16955,#16956),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667964,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3433=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16958,#16959,#16960,#16961,#16962, -#16963,#16964,#16965,#16966,#16967,#16968,#16969),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279187453,0.0037492711741162, -0.00686665941055302,0.0178931040873719),.UNSPECIFIED.); -#3434=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16971,#16972,#16973,#16974,#16975, -#16976,#16977,#16978,#16979,#16980,#16981),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543998,-0.232248441960212,-0.116124220980106,0.,1.1818222770488E-6), - .UNSPECIFIED.); -#3435=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16985,#16986,#16987,#16988,#16989, -#16990,#16991,#16992,#16993,#16994,#16995,#16996,#16997,#16998,#16999,#17000, -#17001,#17002,#17003,#17004),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825627,-0.446641617845521,-0.330517396865415, --0.309652152667967,-0.288786908470519,-0.283734179275777,-0.282558549344295, --0.281382919412813,-0.281037224879057),.UNSPECIFIED.); -#3436=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17006,#17007,#17008,#17009,#17010, -#17011,#17012,#17013,#17014,#17015,#17016,#17017),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407648488,0.00192336279177127,0.00374927117401459, -0.00686665941135577,0.0178931040913156),.UNSPECIFIED.); -#3437=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17019,#17020,#17021,#17022,#17023, -#17024,#17025,#17026,#17027,#17028,#17029),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960212,-0.116124220980106,0.,1.1818222770488E-6), - .UNSPECIFIED.); -#3438=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17033,#17034,#17035,#17036,#17037, -#17038,#17039,#17040,#17041,#17042,#17043,#17044,#17045,#17046,#17047,#17048, -#17049,#17050,#17051,#17052),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667964,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3439=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17054,#17055,#17056,#17057,#17058, -#17059,#17060,#17061,#17062,#17063,#17064,#17065),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407700922,0.00192336279186994,0.00374927117408153, -0.00686665941083613,0.0178931040889922),.UNSPECIFIED.); -#3440=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17067,#17068,#17069,#17070,#17071, -#17072,#17073,#17074,#17075,#17076,#17077),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960212,-0.116124220980106,0.,1.1818222770488E-6), - .UNSPECIFIED.); -#3441=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17081,#17082,#17083,#17084,#17085, -#17086,#17087,#17088,#17089,#17090,#17091,#17092,#17093,#17094,#17095,#17096, -#17097,#17098,#17099,#17100),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.5627670206479,-0.562765838825624,-0.44664161784552,-0.330517396865416, --0.309652152667969,-0.288786908470522,-0.283734179275776,-0.282558549344295, --0.281382919412815,-0.281037224879058),.UNSPECIFIED.); -#3442=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17102,#17103,#17104,#17105,#17106, -#17107,#17108,#17109,#17110,#17111,#17112,#17113),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407661449,0.00192336279179782,0.00374927117397467, -0.00686665941051954,0.0178931040866849),.UNSPECIFIED.); -#3443=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17115,#17116,#17117,#17118,#17119, -#17120,#17121,#17122,#17123,#17124,#17125),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960218,-0.116124220980109,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3444=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17129,#17130,#17131,#17132,#17133, -#17134,#17135,#17136,#17137,#17138,#17139,#17140,#17141,#17142,#17143,#17144, -#17145,#17146,#17147,#17148),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825626,-0.446641617845517,-0.330517396865408, --0.309652152667962,-0.288786908470515,-0.283734179275776,-0.282558549344294, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3445=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17150,#17151,#17152,#17153,#17154, -#17155,#17156,#17157,#17158,#17159,#17160,#17161),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407652907,0.00192336279172911,0.00374927117361194, -0.00686665940998393,0.0178931040870145),.UNSPECIFIED.); -#3446=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17163,#17164,#17165,#17166,#17167, -#17168,#17169,#17170,#17171,#17172,#17173),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960205,-0.116124220980102,0.,1.18182227704882E-6), - .UNSPECIFIED.); -#3447=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17177,#17178,#17179,#17180,#17181, -#17182,#17183,#17184,#17185,#17186,#17187,#17188,#17189,#17190,#17191,#17192, -#17193,#17194,#17195,#17196),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667964,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3448=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17198,#17199,#17200,#17201,#17202, -#17203,#17204,#17205,#17206,#17207,#17208,#17209),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407639947,0.00192336279170485,0.00374927117367875, -0.00686665941012026,0.0178931040866206),.UNSPECIFIED.); -#3449=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17211,#17212,#17213,#17214,#17215, -#17216,#17217,#17218,#17219,#17220,#17221),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960212,-0.116124220980106,0.,1.18182227882516E-6), - .UNSPECIFIED.); -#3450=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17225,#17226,#17227,#17228,#17229, -#17230,#17231,#17232,#17233,#17234,#17235,#17236,#17237,#17238,#17239,#17240, -#17241,#17242,#17243,#17244),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647908,-0.562765838825627,-0.446641617845521,-0.330517396865415, --0.309652152667967,-0.288786908470519,-0.283734179275777,-0.282558549344295, --0.281382919412813,-0.281037224879059),.UNSPECIFIED.); -#3451=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17246,#17247,#17248,#17249,#17250, -#17251,#17252,#17253,#17254,#17255,#17256,#17257),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279188662,0.00374927117416845, -0.00686665941112717,0.0178931040888562),.UNSPECIFIED.); -#3452=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17259,#17260,#17261,#17262,#17263, -#17264,#17265,#17266,#17267,#17268,#17269),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544002,-0.232248441960212,-0.116124220980106,0.,1.18182227882516E-6), - .UNSPECIFIED.); -#3453=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17273,#17274,#17275,#17276,#17277, -#17278,#17279,#17280,#17281,#17282,#17283,#17284,#17285,#17286,#17287,#17288, -#17289,#17290,#17291,#17292),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667964,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3454=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17294,#17295,#17296,#17297,#17298, -#17299,#17300,#17301,#17302,#17303,#17304,#17305),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407644367,0.0019233627917048,0.0037492711737402, -0.00686665940977401,0.0178931040848486),.UNSPECIFIED.); -#3455=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17307,#17308,#17309,#17310,#17311, -#17312,#17313,#17314,#17315,#17316,#17317),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960212,-0.116124220980106,0.,1.18182227882516E-6), - .UNSPECIFIED.); -#3456=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17321,#17322,#17323,#17324,#17325, -#17326,#17327,#17328,#17329,#17330,#17331,#17332,#17333,#17334,#17335,#17336, -#17337,#17338,#17339,#17340),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647902,-0.562765838825624,-0.44664161784552,-0.330517396865416, --0.309652152667969,-0.288786908470522,-0.283734179275776,-0.282558549344295, --0.281382919412815,-0.281037224879058),.UNSPECIFIED.); -#3457=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17342,#17343,#17344,#17345,#17346, -#17347,#17348,#17349,#17350,#17351,#17352,#17353),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407661449,0.00192336279179782,0.00374927117397502, -0.00686665941040229,0.0178931040861821),.UNSPECIFIED.); -#3458=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17355,#17356,#17357,#17358,#17359, -#17360,#17361,#17362,#17363,#17364,#17365),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960218,-0.116124220980109,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3459=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17369,#17370,#17371,#17372,#17373, -#17374,#17375,#17376,#17377,#17378,#17379,#17380,#17381,#17382,#17383,#17384, -#17385,#17386,#17387,#17388),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647908,-0.562765838825626,-0.446641617845517,-0.330517396865408, --0.309652152667962,-0.288786908470515,-0.283734179275776,-0.282558549344294, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3460=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17390,#17391,#17392,#17393,#17394, -#17395,#17396,#17397,#17398,#17399,#17400,#17401),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407497667,0.00192336279146469,0.00374927117317773, -0.00686665940879659,0.0178931040838775),.UNSPECIFIED.); -#3461=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17403,#17404,#17405,#17406,#17407, -#17408,#17409,#17410,#17411,#17412,#17413),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960205,-0.116124220980102,0.,1.18182227882517E-6), - .UNSPECIFIED.); -#3462=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17417,#17418,#17419,#17420,#17421, -#17422,#17423,#17424,#17425,#17426,#17427,#17428,#17429,#17430,#17431,#17432, -#17433,#17434,#17435,#17436),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667964,-0.288786908470516,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.28103722487906),.UNSPECIFIED.); -#3463=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17438,#17439,#17440,#17441,#17442, -#17443,#17444,#17445,#17446,#17447,#17448,#17449),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407696501,0.00192336279188432,0.00374927117414275, -0.00686665941104006,0.0178931040890043),.UNSPECIFIED.); -#3464=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17451,#17452,#17453,#17454,#17455, -#17456,#17457,#17458,#17459,#17460,#17461),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960212,-0.116124220980106,0.,1.18182227882516E-6), - .UNSPECIFIED.); -#3465=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17465,#17466,#17467,#17468,#17469, -#17470,#17471,#17472,#17473,#17474,#17475,#17476,#17477,#17478,#17479,#17480, -#17481,#17482,#17483,#17484),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647907,-0.562765838825626,-0.44664161784552,-0.330517396865414, --0.309652152667966,-0.288786908470518,-0.283734179275776,-0.282558549344294, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3466=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17486,#17487,#17488,#17489,#17490, -#17491,#17492,#17493,#17494,#17495,#17496,#17497),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364014, -0.00686665940937395,0.0178931040811691),.UNSPECIFIED.); -#3467=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17499,#17500,#17501,#17502,#17503, -#17504,#17505,#17506,#17507,#17508,#17509),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3468=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17513,#17514,#17515,#17516,#17517, -#17518,#17519,#17520,#17521,#17522,#17523,#17524,#17525,#17526,#17527,#17528, -#17529,#17530,#17531,#17532),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3469=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17534,#17535,#17536,#17537,#17538, -#17539,#17540,#17541,#17542,#17543,#17544,#17545),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165117,0.0037492711735405, -0.00686665941007161,0.0178931040866621),.UNSPECIFIED.); -#3470=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17547,#17548,#17549,#17550,#17551, -#17552,#17553,#17554,#17555,#17556,#17557),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3471=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17561,#17562,#17563,#17564,#17565, -#17566,#17567,#17568,#17569,#17570,#17571,#17572,#17573,#17574,#17575,#17576, -#17577,#17578,#17579,#17580),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3472=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17582,#17583,#17584,#17585,#17586, -#17587,#17588,#17589,#17590,#17591,#17592,#17593),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407608026,0.00192336279167507,0.00374927117368652, -0.00686665940915331,0.0178931040783561),.UNSPECIFIED.); -#3473=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17595,#17596,#17597,#17598,#17599, -#17600,#17601,#17602,#17603,#17604,#17605),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3474=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17609,#17610,#17611,#17612,#17613, -#17614,#17615,#17616,#17617,#17618,#17619,#17620,#17621,#17622,#17623,#17624, -#17625,#17626,#17627,#17628),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3475=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17630,#17631,#17632,#17633,#17634, -#17635,#17636,#17637,#17638,#17639,#17640,#17641),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166294,0.00374927117367913, -0.0068666594096253,0.0178931040826914),.UNSPECIFIED.); -#3476=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17643,#17644,#17645,#17646,#17647, -#17648,#17649,#17650,#17651,#17652,#17653),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3477=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17657,#17658,#17659,#17660,#17661, -#17662,#17663,#17664,#17665,#17666,#17667,#17668,#17669,#17670,#17671,#17672, -#17673,#17674,#17675,#17676),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3478=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17678,#17679,#17680,#17681,#17682, -#17683,#17684,#17685,#17686,#17687,#17688,#17689),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407691913,0.00192336279182869,0.00374927117380742, -0.00686665941011372,0.0178931040848711),.UNSPECIFIED.); -#3479=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17691,#17692,#17693,#17694,#17695, -#17696,#17697,#17698,#17699,#17700,#17701),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3480=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17705,#17706,#17707,#17708,#17709, -#17710,#17711,#17712,#17713,#17714,#17715,#17716,#17717,#17718,#17719,#17720, -#17721,#17722,#17723,#17724),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3481=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17726,#17727,#17728,#17729,#17730, -#17731,#17732,#17733,#17734,#17735,#17736,#17737),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407609847,0.0019233627916471,0.00374927117338958, -0.0068666594095305,0.0178931040828706),.UNSPECIFIED.); -#3482=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17739,#17740,#17741,#17742,#17743, -#17744,#17745,#17746,#17747,#17748,#17749),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3483=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17753,#17754,#17755,#17756,#17757, -#17758,#17759,#17760,#17761,#17762,#17763,#17764,#17765,#17766,#17767,#17768, -#17769,#17770,#17771,#17772),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3484=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17774,#17775,#17776,#17777,#17778, -#17779,#17780,#17781,#17782,#17783,#17784,#17785),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279137127,0.00374927117268816, -0.0068666594065987,0.0178931040694051),.UNSPECIFIED.); -#3485=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17787,#17788,#17789,#17790,#17791, -#17792,#17793,#17794,#17795,#17796,#17797),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3486=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17801,#17802,#17803,#17804,#17805, -#17806,#17807,#17808,#17809,#17810,#17811,#17812,#17813,#17814,#17815,#17816, -#17817,#17818,#17819,#17820),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3487=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17822,#17823,#17824,#17825,#17826, -#17827,#17828,#17829,#17830,#17831,#17832,#17833),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166318,0.00374927117367516, -0.00686665941003281,0.0178931040862214),.UNSPECIFIED.); -#3488=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17835,#17836,#17837,#17838,#17839, -#17840,#17841,#17842,#17843,#17844,#17845),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3489=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17849,#17850,#17851,#17852,#17853, -#17854,#17855,#17856,#17857,#17858,#17859,#17860,#17861,#17862,#17863,#17864, -#17865,#17866,#17867,#17868),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3490=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17870,#17871,#17872,#17873,#17874, -#17875,#17876,#17877,#17878,#17879,#17880,#17881),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407402977,0.00192336279111963,0.00374927117249906, -0.00686665940834671,0.0178931040834119),.UNSPECIFIED.); -#3491=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17883,#17884,#17885,#17886,#17887, -#17888,#17889,#17890,#17891,#17892,#17893),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3492=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17897,#17898,#17899,#17900,#17901, -#17902,#17903,#17904,#17905,#17906,#17907,#17908,#17909,#17910,#17911,#17912, -#17913,#17914,#17915,#17916),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647902,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3493=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17918,#17919,#17920,#17921,#17922, -#17923,#17924,#17925,#17926,#17927,#17928,#17929),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407590946,0.00192336279159806,0.00374927117360481, -0.00686665940981318,0.0178931040842331),.UNSPECIFIED.); -#3494=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17931,#17932,#17933,#17934,#17935, -#17936,#17937,#17938,#17939,#17940,#17941),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227527249E-6), - .UNSPECIFIED.); -#3495=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17945,#17946,#17947,#17948,#17949, -#17950,#17951,#17952,#17953,#17954,#17955,#17956,#17957,#17958,#17959,#17960, -#17961,#17962,#17963,#17964),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647902,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3496=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17966,#17967,#17968,#17969,#17970, -#17971,#17972,#17973,#17974,#17975,#17976,#17977),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165835,0.00374927117364357, -0.00686665941020666,0.0178931040864802),.UNSPECIFIED.); -#3497=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17979,#17980,#17981,#17982,#17983, -#17984,#17985,#17986,#17987,#17988,#17989),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227527249E-6), - .UNSPECIFIED.); -#3498=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17993,#17994,#17995,#17996,#17997, -#17998,#17999,#18000,#18001,#18002,#18003,#18004,#18005,#18006,#18007,#18008, -#18009,#18010,#18011,#18012),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647902,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3499=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18014,#18015,#18016,#18017,#18018, -#18019,#18020,#18021,#18022,#18023,#18024,#18025),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407712891,0.00192336279188092,0.00374927117395, -0.0068666594092007,0.0178931040786962),.UNSPECIFIED.); -#3500=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18027,#18028,#18029,#18030,#18031, -#18032,#18033,#18034,#18035,#18036,#18037),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227527249E-6), - .UNSPECIFIED.); -#3501=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18041,#18042,#18043,#18044,#18045, -#18046,#18047,#18048,#18049,#18050,#18051,#18052,#18053,#18054,#18055,#18056, -#18057,#18058,#18059,#18060),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3502=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18062,#18063,#18064,#18065,#18066, -#18067,#18068,#18069,#18070,#18071,#18072,#18073),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407608026,0.00192336279167507,0.00374927117368542, -0.00686665940917608,0.017893104078056),.UNSPECIFIED.); -#3503=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18075,#18076,#18077,#18078,#18079, -#18080,#18081,#18082,#18083,#18084,#18085),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3504=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18089,#18090,#18091,#18092,#18093, -#18094,#18095,#18096,#18097,#18098,#18099,#18100,#18101,#18102,#18103,#18104, -#18105,#18106,#18107,#18108),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647907,-0.562765838825626,-0.446641617845525,-0.330517396865425, --0.309652152667976,-0.288786908470527,-0.283734179275779,-0.282558549344299, --0.281382919412818,-0.281037224879065),.UNSPECIFIED.); -#3505=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18110,#18111,#18112,#18113,#18114, -#18115,#18116,#18117,#18118,#18119,#18120,#18121),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407691914,0.00192336279182869,0.00374927117378937, -0.00686665940964268,0.0178931040818164),.UNSPECIFIED.); -#3506=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18123,#18124,#18125,#18126,#18127, -#18128,#18129,#18130,#18131,#18132,#18133),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960222,-0.116124220980111,0.,1.18182227882521E-6), - .UNSPECIFIED.); -#3507=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18137,#18138,#18139,#18140,#18141, -#18142,#18143,#18144,#18145,#18146,#18147,#18148,#18149,#18150,#18151,#18152, -#18153,#18154,#18155,#18156),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3508=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18158,#18159,#18160,#18161,#18162, -#18163,#18164,#18165,#18166,#18167,#18168,#18169),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279138304,0.00374927117285358, -0.00686665940698548,0.017893104070504),.UNSPECIFIED.); -#3509=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18171,#18172,#18173,#18174,#18175, -#18176,#18177,#18178,#18179,#18180,#18181),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3510=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18185,#18186,#18187,#18188,#18189, -#18190,#18191,#18192,#18193,#18194,#18195,#18196,#18197,#18198,#18199,#18200, -#18201,#18202,#18203,#18204),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647906,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3511=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18206,#18207,#18208,#18209,#18210, -#18211,#18212,#18213,#18214,#18215,#18216,#18217),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407590946,0.00192336279159782,0.00374927117360031, -0.00686665940971725,0.0178931040840431),.UNSPECIFIED.); -#3512=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18219,#18220,#18221,#18222,#18223, -#18224,#18225,#18226,#18227,#18228,#18229),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227882519E-6), - .UNSPECIFIED.); -#3513=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18233,#18234,#18235,#18236,#18237, -#18238,#18239,#18240,#18241,#18242,#18243,#18244,#18245,#18246,#18247,#18248, -#18249,#18250,#18251,#18252),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3514=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18254,#18255,#18256,#18257,#18258, -#18259,#18260,#18261,#18262,#18263,#18264,#18265),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364791, -0.00686665941047381,0.0178931040879955),.UNSPECIFIED.); -#3515=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18267,#18268,#18269,#18270,#18271, -#18272,#18273,#18274,#18275,#18276,#18277),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3516=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18281,#18282,#18283,#18284,#18285, -#18286,#18287,#18288,#18289,#18290,#18291,#18292,#18293,#18294,#18295,#18296, -#18297,#18298,#18299,#18300),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3517=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18302,#18303,#18304,#18305,#18306, -#18307,#18308,#18309,#18310,#18311,#18312,#18313),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407599783,0.00192336279154121,0.00374927117318225, -0.00686665940880634,0.0178931040828019),.UNSPECIFIED.); -#3518=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18315,#18316,#18317,#18318,#18319, -#18320,#18321,#18322,#18323,#18324,#18325),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3519=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18329,#18330,#18331,#18332,#18333, -#18334,#18335,#18336,#18337,#18338,#18339,#18340,#18341,#18342,#18343,#18344, -#18345,#18346,#18347,#18348),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3520=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18350,#18351,#18352,#18353,#18354, -#18355,#18356,#18357,#18358,#18359,#18360,#18361),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407608026,0.00192336279167048,0.00374927117361972, -0.00686665940948359,0.0178931040818789),.UNSPECIFIED.); -#3521=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18363,#18364,#18365,#18366,#18367, -#18368,#18369,#18370,#18371,#18372,#18373),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3522=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18377,#18378,#18379,#18380,#18381, -#18382,#18383,#18384,#18385,#18386,#18387,#18388,#18389,#18390,#18391,#18392, -#18393,#18394,#18395,#18396),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3523=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18398,#18399,#18400,#18401,#18402, -#18403,#18404,#18405,#18406,#18407,#18408,#18409),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279164658,0.00374927117350772, -0.00686665940835651,0.0178931040757174),.UNSPECIFIED.); -#3524=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18411,#18412,#18413,#18414,#18415, -#18416,#18417,#18418,#18419,#18420,#18421),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3525=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18425,#18426,#18427,#18428,#18429, -#18430,#18431,#18432,#18433,#18434,#18435,#18436,#18437,#18438,#18439,#18440, -#18441,#18442,#18443,#18444),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3526=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18446,#18447,#18448,#18449,#18450, -#18451,#18452,#18453,#18454,#18455,#18456,#18457),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166294,0.00374927117367913, -0.00686665940981944,0.017893104084228),.UNSPECIFIED.); -#3527=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18459,#18460,#18461,#18462,#18463, -#18464,#18465,#18466,#18467,#18468,#18469),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182226816707E-6), - .UNSPECIFIED.); -#3528=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18473,#18474,#18475,#18476,#18477, -#18478,#18479,#18480,#18481,#18482,#18483,#18484,#18485,#18486,#18487,#18488, -#18489,#18490,#18491,#18492),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3529=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18494,#18495,#18496,#18497,#18498, -#18499,#18500,#18501,#18502,#18503,#18504,#18505),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364014, -0.00686665940934251,0.017893104080947),.UNSPECIFIED.); -#3530=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18507,#18508,#18509,#18510,#18511, -#18512,#18513,#18514,#18515,#18516,#18517),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3531=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18521,#18522,#18523,#18524,#18525, -#18526,#18527,#18528,#18529,#18530,#18531,#18532,#18533,#18534,#18535,#18536, -#18537,#18538,#18539,#18540),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3532=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18542,#18543,#18544,#18545,#18546, -#18547,#18548,#18549,#18550,#18551,#18552,#18553),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407832752,0.00192336279222485,0.0037492711749638, -0.00686665941291958,0.0178931040947028),.UNSPECIFIED.); -#3533=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18555,#18556,#18557,#18558,#18559, -#18560,#18561,#18562,#18563,#18564,#18565),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3534=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18569,#18570,#18571,#18572,#18573, -#18574,#18575,#18576,#18577,#18578,#18579,#18580,#18581,#18582,#18583,#18584, -#18585,#18586,#18587,#18588),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3535=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18590,#18591,#18592,#18593,#18594, -#18595,#18596,#18597,#18598,#18599,#18600,#18601),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166318,0.00374927117368362, -0.00686665941035122,0.0178931040877648),.UNSPECIFIED.); -#3536=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18603,#18604,#18605,#18606,#18607, -#18608,#18609,#18610,#18611,#18612,#18613),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3537=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18617,#18618,#18619,#18620,#18621, -#18622,#18623,#18624,#18625,#18626,#18627,#18628,#18629,#18630,#18631,#18632, -#18633,#18634,#18635,#18636),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3538=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18638,#18639,#18640,#18641,#18642, -#18643,#18644,#18645,#18646,#18647,#18648,#18649),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407832752,0.00192336279222026,0.00374927117492464, -0.0068666594122975,0.0178931040907594),.UNSPECIFIED.); -#3539=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18651,#18652,#18653,#18654,#18655, -#18656,#18657,#18658,#18659,#18660,#18661),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3540=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18665,#18666,#18667,#18668,#18669, -#18670,#18671,#18672,#18673,#18674,#18675,#18676,#18677,#18678,#18679,#18680, -#18681,#18682,#18683,#18684),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3541=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18686,#18687,#18688,#18689,#18690, -#18691,#18692,#18693,#18694,#18695,#18696,#18697),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740801229,0.00192336279250846,0.00374927117547988, -0.00686665941395965,0.0178931040977573),.UNSPECIFIED.); -#3542=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18699,#18700,#18701,#18702,#18703, -#18704,#18705,#18706,#18707,#18708,#18709),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3543=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18713,#18714,#18715,#18716,#18717, -#18718,#18719,#18720,#18721,#18722,#18723,#18724,#18725,#18726,#18727,#18728, -#18729,#18730,#18731,#18732),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879063),.UNSPECIFIED.); -#3544=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18734,#18735,#18736,#18737,#18738, -#18739,#18740,#18741,#18742,#18743,#18744,#18745),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279138328,0.00374927117284898, -0.00686665940861454,0.0178931040814107),.UNSPECIFIED.); -#3545=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18747,#18748,#18749,#18750,#18751, -#18752,#18753,#18754,#18755,#18756,#18757),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226816707E-6), - .UNSPECIFIED.); -#3546=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18761,#18762,#18763,#18764,#18765, -#18766,#18767,#18768,#18769,#18770,#18771,#18772,#18773,#18774,#18775,#18776, -#18777,#18778,#18779,#18780),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3547=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18782,#18783,#18784,#18785,#18786, -#18787,#18788,#18789,#18790,#18791,#18792,#18793),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407411577,0.00192336279114213,0.00374927117254338, -0.00686665940785208,0.0178931040831707),.UNSPECIFIED.); -#3548=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18795,#18796,#18797,#18798,#18799, -#18800,#18801,#18802,#18803,#18804,#18805),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3549=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18809,#18810,#18811,#18812,#18813, -#18814,#18815,#18816,#18817,#18818,#18819,#18820,#18821,#18822,#18823,#18824, -#18825,#18826,#18827,#18828),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3550=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18830,#18831,#18832,#18833,#18834, -#18835,#18836,#18837,#18838,#18839,#18840,#18841),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407608026,0.00192336279167507,0.00374927117369388, -0.00686665940961639,0.0178931040805655),.UNSPECIFIED.); -#3551=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18843,#18844,#18845,#18846,#18847, -#18848,#18849,#18850,#18851,#18852,#18853),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3552=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18857,#18858,#18859,#18860,#18861, -#18862,#18863,#18864,#18865,#18866,#18867,#18868,#18869,#18870,#18871,#18872, -#18873,#18874,#18875,#18876),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3553=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18878,#18879,#18880,#18881,#18882, -#18883,#18884,#18885,#18886,#18887,#18888,#18889),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407599783,0.00192336279155781,0.00374927117337217, -0.00686665940949398,0.0178931040854375),.UNSPECIFIED.); -#3554=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18891,#18892,#18893,#18894,#18895, -#18896,#18897,#18898,#18899,#18900,#18901),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3555=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18905,#18906,#18907,#18908,#18909, -#18910,#18911,#18912,#18913,#18914,#18915,#18916,#18917,#18918,#18919,#18920, -#18921,#18922,#18923,#18924),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879064),.UNSPECIFIED.); -#3556=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18926,#18927,#18928,#18929,#18930, -#18931,#18932,#18933,#18934,#18935,#18936,#18937),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166294,0.00374927117367913, -0.0068666594094465,0.0178931040813255),.UNSPECIFIED.); -#3557=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18939,#18940,#18941,#18942,#18943, -#18944,#18945,#18946,#18947,#18948,#18949),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182225928531E-6), - .UNSPECIFIED.); -#3558=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18953,#18954,#18955,#18956,#18957, -#18958,#18959,#18960,#18961,#18962,#18963,#18964,#18965,#18966,#18967,#18968, -#18969,#18970,#18971,#18972),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3559=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18974,#18975,#18976,#18977,#18978, -#18979,#18980,#18981,#18982,#18983,#18984,#18985),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407686971,0.00192336279182039,0.0037492711739334, -0.00686665941003712,0.0178931040840061),.UNSPECIFIED.); -#3560=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18987,#18988,#18989,#18990,#18991, -#18992,#18993,#18994,#18995,#18996,#18997),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182225928531E-6), - .UNSPECIFIED.); -#3561=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19001,#19002,#19003,#19004,#19005, -#19006,#19007,#19008,#19009,#19010,#19011,#19012,#19013,#19014,#19015,#19016, -#19017,#19018,#19019,#19020),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879063),.UNSPECIFIED.); -#3562=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19022,#19023,#19024,#19025,#19026, -#19027,#19028,#19029,#19030,#19031,#19032,#19033),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165093,0.00374927117357392, -0.00686665940960352,0.0178931040826774),.UNSPECIFIED.); -#3563=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19035,#19036,#19037,#19038,#19039, -#19040,#19041,#19042,#19043,#19044,#19045),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182225928531E-6), - .UNSPECIFIED.); -#3564=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19049,#19050,#19051,#19052,#19053, -#19054,#19055,#19056,#19057,#19058,#19059,#19060,#19061,#19062,#19063,#19064, -#19065,#19066,#19067,#19068),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647883,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3565=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19070,#19071,#19072,#19073,#19074, -#19075,#19076,#19077,#19078,#19079,#19080,#19081),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279137127,0.00374927117269703, -0.00686665940748294,0.0178931040750848),.UNSPECIFIED.); -#3566=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19083,#19084,#19085,#19086,#19087, -#19088,#19089,#19090,#19091,#19092,#19093),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3567=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19097,#19098,#19099,#19100,#19101, -#19102,#19103,#19104,#19105,#19106,#19107,#19108,#19109,#19110,#19111,#19112, -#19113,#19114,#19115,#19116),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3568=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19118,#19119,#19120,#19121,#19122, -#19123,#19124,#19125,#19126,#19127,#19128,#19129),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279137869,0.00374927117280208, -0.00686665940898158,0.0178931040832955),.UNSPECIFIED.); -#3569=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19131,#19132,#19133,#19134,#19135, -#19136,#19137,#19138,#19139,#19140,#19141),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3570=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19145,#19146,#19147,#19148,#19149, -#19150,#19151,#19152,#19153,#19154,#19155,#19156,#19157,#19158,#19159,#19160, -#19161,#19162,#19163,#19164),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3571=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19166,#19167,#19168,#19169,#19170, -#19171,#19172,#19173,#19174,#19175,#19176,#19177),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407712891,0.00192336279188116,0.00374927117393558, -0.00686665940895168,0.0178931040765047),.UNSPECIFIED.); -#3572=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19179,#19180,#19181,#19182,#19183, -#19184,#19185,#19186,#19187,#19188,#19189),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3573=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19193,#19194,#19195,#19196,#19197, -#19198,#19199,#19200,#19201,#19202,#19203,#19204,#19205,#19206,#19207,#19208, -#19209,#19210,#19211,#19212),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3574=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19214,#19215,#19216,#19217,#19218, -#19219,#19220,#19221,#19222,#19223,#19224,#19225),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364014, -0.0068666594091484,0.0178931040794106),.UNSPECIFIED.); -#3575=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19227,#19228,#19229,#19230,#19231, -#19232,#19233,#19234,#19235,#19236,#19237),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3576=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19241,#19242,#19243,#19244,#19245, -#19246,#19247,#19248,#19249,#19250,#19251,#19252,#19253,#19254,#19255,#19256, -#19257,#19258,#19259,#19260),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3577=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19262,#19263,#19264,#19265,#19266, -#19267,#19268,#19269,#19270,#19271,#19272,#19273),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769581,0.00192336279181194,0.00374927117399355, -0.00686665941166004,0.0178931040960479),.UNSPECIFIED.); -#3578=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19275,#19276,#19277,#19278,#19279, -#19280,#19281,#19282,#19283,#19284,#19285),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3579=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19289,#19290,#19291,#19292,#19293, -#19294,#19295,#19296,#19297,#19298,#19299,#19300,#19301,#19302,#19303,#19304, -#19305,#19306,#19307,#19308),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3580=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19310,#19311,#19312,#19313,#19314, -#19315,#19316,#19317,#19318,#19319,#19320,#19321),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279137127,0.00374927117268816, -0.0068666594067775,0.0178931040707709),.UNSPECIFIED.); -#3581=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19323,#19324,#19325,#19326,#19327, -#19328,#19329,#19330,#19331,#19332,#19333),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3582=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19337,#19338,#19339,#19340,#19341, -#19342,#19343,#19344,#19345,#19346,#19347,#19348,#19349,#19350,#19351,#19352, -#19353,#19354,#19355,#19356),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3583=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19358,#19359,#19360,#19361,#19362, -#19363,#19364,#19365,#19366,#19367,#19368,#19369),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377408269438,0.00192336279287016,0.00374927117577563, -0.00686665941255275,0.017893104078871),.UNSPECIFIED.); -#3584=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19371,#19372,#19373,#19374,#19375, -#19376,#19377,#19378,#19379,#19380,#19381),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3585=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19385,#19386,#19387,#19388,#19389, -#19390,#19391,#19392,#19393,#19394,#19395,#19396,#19397,#19398,#19399,#19400, -#19401,#19402,#19403,#19404),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.56276702064789,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3586=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19406,#19407,#19408,#19409,#19410, -#19411,#19412,#19413,#19414,#19415,#19416,#19417),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364014, -0.00686665940955276,0.0178931040825349),.UNSPECIFIED.); -#3587=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19419,#19420,#19421,#19422,#19423, -#19424,#19425,#19426,#19427,#19428,#19429),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3588=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19433,#19434,#19435,#19436,#19437, -#19438,#19439,#19440,#19441,#19442,#19443,#19444,#19445,#19446,#19447,#19448, -#19449,#19450,#19451,#19452),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647888,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3589=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19454,#19455,#19456,#19457,#19458, -#19459,#19460,#19461,#19462,#19463,#19464,#19465),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407590946,0.00192336279159347,0.00374927117356978, -0.00686665940879721,0.0178931040764541),.UNSPECIFIED.); -#3590=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19467,#19468,#19469,#19470,#19471, -#19472,#19473,#19474,#19475,#19476,#19477),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182226283801E-6), - .UNSPECIFIED.); -#3591=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19481,#19482,#19483,#19484,#19485, -#19486,#19487,#19488,#19489,#19490,#19491,#19492,#19493,#19494,#19495,#19496, -#19497,#19498,#19499,#19500),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3592=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19502,#19503,#19504,#19505,#19506, -#19507,#19508,#19509,#19510,#19511,#19512,#19513),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769581,0.00192336279181194,0.00374927117401047, -0.00686665941234676,0.0178931040996128),.UNSPECIFIED.); -#3593=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19515,#19516,#19517,#19518,#19519, -#19520,#19521,#19522,#19523,#19524,#19525),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3594=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19529,#19530,#19531,#19532,#19533, -#19534,#19535,#19536,#19537,#19538,#19539,#19540,#19541,#19542,#19543,#19544, -#19545,#19546,#19547,#19548),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647893,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3595=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19550,#19551,#19552,#19553,#19554, -#19555,#19556,#19557,#19558,#19559,#19560,#19561),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407853936,0.00192336279196137,0.00374927117416777, -0.00686665940991294,0.0178931040748165),.UNSPECIFIED.); -#3596=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19563,#19564,#19565,#19566,#19567, -#19568,#19569,#19570,#19571,#19572,#19573),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182226816707E-6), - .UNSPECIFIED.); -#3597=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19577,#19578,#19579,#19580,#19581, -#19582,#19583,#19584,#19585,#19586,#19587,#19588,#19589,#19590,#19591,#19592, -#19593,#19594,#19595,#19596),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647893,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3598=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19598,#19599,#19600,#19601,#19602, -#19603,#19604,#19605,#19606,#19607,#19608,#19609),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407590946,0.00192336279159322,0.00374927117356476, -0.00686665941010447,0.0178931040862953),.UNSPECIFIED.); -#3599=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19611,#19612,#19613,#19614,#19615, -#19616,#19617,#19618,#19619,#19620,#19621),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182226816707E-6), - .UNSPECIFIED.); -#3600=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19625,#19626,#19627,#19628,#19629, -#19630,#19631,#19632,#19633,#19634,#19635,#19636,#19637,#19638,#19639,#19640, -#19641,#19642,#19643,#19644),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3601=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19646,#19647,#19648,#19649,#19650, -#19651,#19652,#19653,#19654,#19655,#19656,#19657),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407599783,0.00192336279155297,0.00374927117332322, -0.00686665940939652,0.017893104084493),.UNSPECIFIED.); -#3602=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19659,#19660,#19661,#19662,#19663, -#19664,#19665,#19666,#19667,#19668,#19669),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3603=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19673,#19674,#19675,#19676,#19677, -#19678,#19679,#19680,#19681,#19682,#19683,#19684,#19685,#19686,#19687,#19688, -#19689,#19690,#19691,#19692),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3604=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19694,#19695,#19696,#19697,#19698, -#19699,#19700,#19701,#19702,#19703,#19704,#19705),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407537922,0.00192336279146836,0.00374927117297871, -0.00686665940781337,0.0178931040749345),.UNSPECIFIED.); -#3605=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19707,#19708,#19709,#19710,#19711, -#19712,#19713,#19714,#19715,#19716,#19717),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3606=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19721,#19722,#19723,#19724,#19725, -#19726,#19727,#19728,#19729,#19730,#19731,#19732,#19733,#19734,#19735,#19736, -#19737,#19738,#19739,#19740),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3607=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19742,#19743,#19744,#19745,#19746, -#19747,#19748,#19749,#19750,#19751,#19752,#19753),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407686971,0.00192336279182039,0.00374927117394185, -0.00686665940940148,0.01789310407824),.UNSPECIFIED.); -#3608=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19755,#19756,#19757,#19758,#19759, -#19760,#19761,#19762,#19763,#19764,#19765),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3609=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19769,#19770,#19771,#19772,#19773, -#19774,#19775,#19776,#19777,#19778,#19779,#19780,#19781,#19782,#19783,#19784, -#19785,#19786,#19787,#19788),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3610=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19790,#19791,#19792,#19793,#19794, -#19795,#19796,#19797,#19798,#19799,#19800,#19801),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166318,0.00374927117367626, -0.0068666594099633,0.017893104086155),.UNSPECIFIED.); -#3611=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19803,#19804,#19805,#19806,#19807, -#19808,#19809,#19810,#19811,#19812,#19813),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3612=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19817,#19818,#19819,#19820,#19821, -#19822,#19823,#19824,#19825,#19826,#19827,#19828,#19829,#19830,#19831,#19832, -#19833,#19834,#19835,#19836),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647893,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3613=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19838,#19839,#19840,#19841,#19842, -#19843,#19844,#19845,#19846,#19847,#19848,#19849),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769581,0.00192336279180453,0.00374927117391045, -0.00686665941043713,0.0178931040888899),.UNSPECIFIED.); -#3614=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19851,#19852,#19853,#19854,#19855, -#19856,#19857,#19858,#19859,#19860,#19861),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3615=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19865,#19866,#19867,#19868,#19869, -#19870,#19871,#19872,#19873,#19874,#19875,#19876,#19877,#19878,#19879,#19880, -#19881,#19882,#19883,#19884),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3616=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19886,#19887,#19888,#19889,#19890, -#19891,#19892,#19893,#19894,#19895,#19896,#19897),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407512001,0.0019233627914109,0.00374927117298276, -0.00686665940900904,0.0178931040821992),.UNSPECIFIED.); -#3617=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19899,#19900,#19901,#19902,#19903, -#19904,#19905,#19906,#19907,#19908,#19909),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3618=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19913,#19914,#19915,#19916,#19917, -#19918,#19919,#19920,#19921,#19922,#19923,#19924,#19925,#19926,#19927,#19928, -#19929,#19930,#19931,#19932),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3619=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19934,#19935,#19936,#19937,#19938, -#19939,#19940,#19941,#19942,#19943,#19944,#19945),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279165859,0.00374927117364014, -0.00686665940893815,0.0178931040778226),.UNSPECIFIED.); -#3620=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19947,#19948,#19949,#19950,#19951, -#19952,#19953,#19954,#19955,#19956,#19957),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3621=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19961,#19962,#19963,#19964,#19965, -#19966,#19967,#19968,#19969,#19970,#19971,#19972,#19973,#19974,#19975,#19976, -#19977,#19978,#19979,#19980),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3622=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19982,#19983,#19984,#19985,#19986, -#19987,#19988,#19989,#19990,#19991,#19992,#19993),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407599783,0.00192336279155321,0.0037492711733009, -0.00686665940873814,0.0178931040809908),.UNSPECIFIED.); -#3623=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19995,#19996,#19997,#19998,#19999, -#20000,#20001,#20002,#20003,#20004,#20005),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544003,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3624=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20009,#20010,#20011,#20012,#20013, -#20014,#20015,#20016,#20017,#20018,#20019,#20020,#20021,#20022,#20023,#20024, -#20025,#20026,#20027,#20028),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879061),.UNSPECIFIED.); -#3625=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20030,#20031,#20032,#20033,#20034, -#20035,#20036,#20037,#20038,#20039,#20040,#20041),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407691913,0.00192336279182869,0.00374927117378937, -0.00686665940986824,0.017893104083575),.UNSPECIFIED.); -#3626=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20043,#20044,#20045,#20046,#20047, -#20048,#20049,#20050,#20051,#20052,#20053),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3627=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20057,#20058,#20059,#20060,#20061, -#20062,#20063,#20064,#20065,#20066,#20067,#20068,#20069,#20070,#20071,#20072, -#20073,#20074,#20075,#20076),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3628=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20078,#20079,#20080,#20081,#20082, -#20083,#20084,#20085,#20086,#20087,#20088,#20089),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.00097537740769581,0.00192336279179252,0.00374927117378122, -0.0068666594109099,0.0178931040927003),.UNSPECIFIED.); -#3629=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20091,#20092,#20093,#20094,#20095, -#20096,#20097,#20098,#20099,#20100,#20101),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3630=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20105,#20106,#20107,#20108,#20109, -#20110,#20111,#20112,#20113,#20114,#20115,#20116,#20117,#20118,#20119,#20120, -#20121,#20122,#20123,#20124),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647899,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3631=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20126,#20127,#20128,#20129,#20130, -#20131,#20132,#20133,#20134,#20135,#20136,#20137),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407520839,0.00192336279138328,0.00374927117284898, -0.00686665940838895,0.0178931040796519),.UNSPECIFIED.); -#3632=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20139,#20140,#20141,#20142,#20143, -#20144,#20145,#20146,#20147,#20148,#20149),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3633=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20153,#20154,#20155,#20156,#20157, -#20158,#20159,#20160,#20161,#20162,#20163,#20164,#20165,#20166,#20167,#20168, -#20169,#20170,#20171,#20172),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3634=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20174,#20175,#20176,#20177,#20178, -#20179,#20180,#20181,#20182,#20183,#20184,#20185),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166294,0.0037492711736869, -0.00686665941039835,0.0178931040870831),.UNSPECIFIED.); -#3635=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20187,#20188,#20189,#20190,#20191, -#20192,#20193,#20194,#20195,#20196,#20197),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227171978E-6), - .UNSPECIFIED.); -#3636=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20201,#20202,#20203,#20204,#20205, -#20206,#20207,#20208,#20209,#20210,#20211,#20212,#20213,#20214,#20215,#20216, -#20217,#20218,#20219,#20220),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647897,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879059),.UNSPECIFIED.); -#3637=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20222,#20223,#20224,#20225,#20226, -#20227,#20228,#20229,#20230,#20231,#20232,#20233),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407686971,0.00192336279181604,0.00374927117385719, -0.00686665940937963,0.0178931040801326),.UNSPECIFIED.); -#3638=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20235,#20236,#20237,#20238,#20239, -#20240,#20241,#20242,#20243,#20244,#20245),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079544001,-0.232248441960208,-0.116124220980104,0.,1.18182227704884E-6), - .UNSPECIFIED.); -#3639=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20249,#20250,#20251,#20252,#20253, -#20254,#20255,#20256,#20257,#20258,#20259,#20260,#20261,#20262,#20263,#20264, -#20265,#20266,#20267,#20268),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(-0.562767020647902,-0.562765838825624,-0.446641617845519,-0.330517396865413, --0.309652152667965,-0.288786908470517,-0.283734179275773,-0.282558549344293, --0.281382919412812,-0.281037224879057),.UNSPECIFIED.); -#3640=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20270,#20271,#20272,#20273,#20274, -#20275,#20276,#20277,#20278,#20279,#20280,#20281),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.000975377407616867,0.00192336279166318,0.00374927117368294, -0.00686665941100107,0.0178931040920054),.UNSPECIFIED.); -#3641=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20283,#20284,#20285,#20286,#20287, -#20288,#20289,#20290,#20291,#20292,#20293),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(-0.237183079543999,-0.232248441960208,-0.116124220980104,0.,1.18182227527249E-6), - .UNSPECIFIED.); -#3642=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20305,#20306,#20307,#20308,#20309, -#20310,#20311,#20312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592577607036E-7, -0.116124299147146,0.232248177701714,0.237182617268934),.UNSPECIFIED.); -#3643=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20317,#20318,#20319,#20320,#20321, -#20322,#20323,#20324,#20325,#20326,#20327,#20328,#20329,#20330,#20331,#20332, -#20333,#20334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684686052, -0.281382540868314,0.282558166548776,0.283733792229238,0.288786502310731, -0.309651671129565,0.330516839948399,0.446640751062311,0.562764662176224), - .UNSPECIFIED.); -#3644=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20361,#20362,#20363,#20364,#20365, -#20366,#20367,#20368,#20369,#20370,#20371,#20372,#20373,#20374,#20375,#20376, -#20377,#20378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937734898, -0.0769379553286346,0.0864433687783759,0.0929569046180742,0.10313044901117, -0.108803530216671,0.11263869315085,0.116951525028615),.UNSPECIFIED.); -#3645=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20385,#20386,#20387,#20388,#20389, -#20390,#20391,#20392),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059263267408E-7, -0.116124299147003,0.232248177701374,0.237182617268397),.UNSPECIFIED.); -#3646=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20397,#20398,#20399,#20400,#20401, -#20402,#20403,#20404,#20405,#20406,#20407,#20408,#20409,#20410,#20411,#20412, -#20413,#20414),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846860065, -0.281382540867853,0.282558166548313,0.283733792228774,0.288786502310247, -0.309651671129029,0.330516839947811,0.446640751061528,0.562764662175246), - .UNSPECIFIED.); -#3647=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20441,#20442,#20443,#20444,#20445, -#20446,#20447,#20448,#20449,#20450,#20451,#20452,#20453,#20454,#20455,#20456, -#20457,#20458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937735937, -0.0769379553295868,0.0864433687786963,0.0929569046165546,0.103130449006897, -0.108803530212157,0.11263869314575,0.116951525022555),.UNSPECIFIED.); -#3648=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20465,#20466,#20467,#20468,#20469, -#20470,#20471,#20472),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059268774113E-7, -0.116124299146862,0.232248177701037,0.237182617267857),.UNSPECIFIED.); -#3649=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20477,#20478,#20479,#20480,#20481, -#20482,#20483,#20484,#20485,#20486,#20487,#20488,#20489,#20490,#20491,#20492, -#20493,#20494),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846859602, -0.28138254086739,0.282558166547848,0.283733792228306,0.288786502309764, -0.309651671128491,0.330516839947219,0.446640751060743,0.562764662174266), - .UNSPECIFIED.); -#3650=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20521,#20522,#20523,#20524,#20525, -#20526,#20527,#20528,#20529,#20530,#20531,#20532,#20533,#20534,#20535,#20536, -#20537,#20538),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937741788, -0.0769379553314172,0.0864433687802001,0.0929569046233609,0.10313044902498, -0.108803530235165,0.112638693170252,0.116951525048066),.UNSPECIFIED.); -#3651=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20545,#20546,#20547,#20548,#20549, -#20550,#20551,#20552),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592744584528E-7, -0.11612429914672,0.232248177700695,0.237182617267322),.UNSPECIFIED.); -#3652=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20557,#20558,#20559,#20560,#20561, -#20562,#20563,#20564,#20565,#20566,#20567,#20568,#20569,#20570,#20571,#20572, -#20573,#20574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846859139, -0.28138254086693,0.282558166547383,0.283733792227836,0.288786502309287, -0.309651671127958,0.330516839946629,0.446640751059959,0.562764662173289), - .UNSPECIFIED.); -#3653=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20601,#20602,#20603,#20604,#20605, -#20606,#20607,#20608,#20609,#20610,#20611,#20612,#20613,#20614,#20615,#20616, -#20617,#20618),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937740739, -0.0769379553310661,0.0864433687827619,0.092956904625129,0.103130449023945, -0.108803530232557,0.112638693167765,0.11695152504655),.UNSPECIFIED.); -#3654=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20625,#20626,#20627,#20628,#20629, -#20630,#20631,#20632),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592799651572E-7, -0.116124299146577,0.232248177700354,0.237182617266785),.UNSPECIFIED.); -#3655=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20637,#20638,#20639,#20640,#20641, -#20642,#20643,#20644,#20645,#20646,#20647,#20648,#20649,#20650,#20651,#20652, -#20653,#20654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846858683, -0.281382540866469,0.282558166546921,0.283733792227373,0.288786502308806, -0.309651671127424,0.330516839946041,0.446640751059176,0.562764662172311), - .UNSPECIFIED.); -#3656=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20681,#20682,#20683,#20684,#20685, -#20686,#20687,#20688,#20689,#20690,#20691,#20692,#20693,#20694,#20695,#20696, -#20697,#20698),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937737732, -0.0769379553288451,0.0864433687775708,0.0929569046195879,0.103130449018084, -0.10880353022609,0.112638693161695,0.116951525041359),.UNSPECIFIED.); -#3657=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20705,#20706,#20707,#20708,#20709, -#20710,#20711,#20712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592854718614E-7, -0.116124299146434,0.232248177700013,0.237182617266245),.UNSPECIFIED.); -#3658=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20717,#20718,#20719,#20720,#20721, -#20722,#20723,#20724,#20725,#20726,#20727,#20728,#20729,#20730,#20731,#20732, -#20733,#20734),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846858214, -0.281382540866007,0.282558166546456,0.283733792226906,0.288786502308327, -0.309651671126886,0.330516839945445,0.44664075105839,0.562764662171335), - .UNSPECIFIED.); -#3659=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20761,#20762,#20763,#20764,#20765, -#20766,#20767,#20768,#20769,#20770,#20771,#20772,#20773,#20774,#20775,#20776, -#20777,#20778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937742551, -0.0769379553321567,0.0864433687817305,0.0929569046250962,0.103130449026394, -0.108803530236961,0.112638693173881,0.116951525054638),.UNSPECIFIED.); -#3660=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20785,#20786,#20787,#20788,#20789, -#20790,#20791,#20792),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592909785664E-7, -0.116124299146293,0.232248177699676,0.237182617265708),.UNSPECIFIED.); -#3661=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20797,#20798,#20799,#20800,#20801, -#20802,#20803,#20804,#20805,#20806,#20807,#20808,#20809,#20810,#20811,#20812, -#20813,#20814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846857758, -0.281382540865548,0.282558166545995,0.283733792226442,0.288786502307847, -0.309651671126353,0.330516839944859,0.44664075105761,0.562764662170361), - .UNSPECIFIED.); -#3662=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20841,#20842,#20843,#20844,#20845, -#20846,#20847,#20848,#20849,#20850,#20851,#20852,#20853,#20854,#20855,#20856, -#20857,#20858),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937738115, -0.076937955328146,0.0864433687778849,0.0929569046193922,0.103130449016581, -0.108803530224581,0.112638693159479,0.11695152503774),.UNSPECIFIED.); -#3663=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20865,#20866,#20867,#20868,#20869, -#20870,#20871,#20872),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20592966629061E-7, -0.11612429914615,0.232248177699333,0.237182617265172),.UNSPECIFIED.); -#3664=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20877,#20878,#20879,#20880,#20881, -#20882,#20883,#20884,#20885,#20886,#20887,#20888,#20889,#20890,#20891,#20892, -#20893,#20894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846857299, -0.281382540865088,0.282558166545531,0.283733792225974,0.288786502307374, -0.309651671125822,0.33051683994427,0.446640751056828,0.562764662169386), - .UNSPECIFIED.); -#3665=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20921,#20922,#20923,#20924,#20925, -#20926,#20927,#20928,#20929,#20930,#20931,#20932,#20933,#20934,#20935,#20936, -#20937,#20938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937738929, -0.0769379553282797,0.0864433687791702,0.0929569046228917,0.1031304490243, -0.108803530234613,0.112638693172234,0.116951525053943),.UNSPECIFIED.); -#3666=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20945,#20946,#20947,#20948,#20949, -#20950,#20951,#20952),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593021696113E-7, -0.116124299146009,0.232248177698997,0.237182617264635),.UNSPECIFIED.); -#3667=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20957,#20958,#20959,#20960,#20961, -#20962,#20963,#20964,#20965,#20966,#20967,#20968,#20969,#20970,#20971,#20972, -#20973,#20974),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846856837, -0.281382540864626,0.282558166545068,0.283733792225509,0.288786502306887, -0.309651671125281,0.330516839943676,0.446640751056041,0.562764662168405), - .UNSPECIFIED.); -#3668=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21001,#21002,#21003,#21004,#21005, -#21006,#21007,#21008,#21009,#21010,#21011,#21012,#21013,#21014,#21015,#21016, -#21017,#21018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493774063, -0.0769379553284932,0.0864433687791832,0.0929569046254765,0.103130449031703, -0.108803530244507,0.112638693183746,0.116951525067728),.UNSPECIFIED.); -#3669=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21025,#21026,#21027,#21028,#21029, -#21030,#21031,#21032),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593076763155E-7, -0.116124299145866,0.232248177698655,0.237182617264095),.UNSPECIFIED.); -#3670=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21037,#21038,#21039,#21040,#21041, -#21042,#21043,#21044,#21045,#21046,#21047,#21048,#21049,#21050,#21051,#21052, -#21053,#21054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846856377, -0.281382540864165,0.282558166544602,0.283733792225039,0.288786502306411, -0.309651671124748,0.330516839943085,0.446640751055255,0.562764662167426), - .UNSPECIFIED.); -#3671=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21081,#21082,#21083,#21084,#21085, -#21086,#21087,#21088,#21089,#21090,#21091,#21092,#21093,#21094,#21095,#21096, -#21097,#21098),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937746258, -0.0769379553314091,0.0864433687819436,0.092956904624582,0.103130449024305, -0.108803530232686,0.112638693168052,0.116951525047077),.UNSPECIFIED.); -#3672=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21105,#21106,#21107,#21108,#21109, -#21110,#21111,#21112),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593131830199E-7, -0.116124299145723,0.232248177698315,0.237182617263558),.UNSPECIFIED.); -#3673=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21117,#21118,#21119,#21120,#21121, -#21122,#21123,#21124,#21125,#21126,#21127,#21128,#21129,#21130,#21131,#21132, -#21133,#21134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846855914, -0.281382540863702,0.282558166544137,0.283733792224572,0.288786502305926, -0.309651671124209,0.330516839942492,0.446640751054469,0.562764662166446), - .UNSPECIFIED.); -#3674=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21161,#21162,#21163,#21164,#21165, -#21166,#21167,#21168,#21169,#21170,#21171,#21172,#21173,#21174,#21175,#21176, -#21177,#21178),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493774081, -0.0769379553288937,0.0864433687771786,0.0929569046154644,0.103130449006816, -0.108803530211182,0.112638693144789,0.116951525022712),.UNSPECIFIED.); -#3675=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21185,#21186,#21187,#21188,#21189, -#21190,#21191,#21192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593186897246E-7, -0.116124299145579,0.23224817769797,0.237182617263024),.UNSPECIFIED.); -#3676=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21197,#21198,#21199,#21200,#21201, -#21202,#21203,#21204,#21205,#21206,#21207,#21208,#21209,#21210,#21211,#21212, -#21213,#21214),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846855454, -0.281382540863241,0.282558166543674,0.283733792224106,0.288786502305449, -0.309651671123679,0.330516839941909,0.446640751053691,0.562764662165472), - .UNSPECIFIED.); -#3677=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21241,#21242,#21243,#21244,#21245, -#21246,#21247,#21248,#21249,#21250,#21251,#21252,#21253,#21254,#21255,#21256, -#21257,#21258),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493774228, -0.0769379553290556,0.0864433687805908,0.0929569046243394,0.103130449025763, -0.108803530236608,0.112638693174253,0.116951525055525),.UNSPECIFIED.); -#3678=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21265,#21266,#21267,#21268,#21269, -#21270,#21271,#21272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059324374065E-7, -0.116124299145438,0.232248177697632,0.237182617262483),.UNSPECIFIED.); -#3679=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21277,#21278,#21279,#21280,#21281, -#21282,#21283,#21284,#21285,#21286,#21287,#21288,#21289,#21290,#21291,#21292, -#21293,#21294),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846854999, -0.281382540862783,0.282558166543213,0.283733792223644,0.288786502304971, -0.309651671123146,0.330516839941321,0.446640751052909,0.562764662164496), - .UNSPECIFIED.); -#3680=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21321,#21322,#21323,#21324,#21325, -#21326,#21327,#21328,#21329,#21330,#21331,#21332,#21333,#21334,#21335,#21336, -#21337,#21338),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937748814, -0.0769379553317298,0.086443368780811,0.0929569046231233,0.10313044902232, -0.108803530231018,0.112638693167451,0.116951525048183),.UNSPECIFIED.); -#3681=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21345,#21346,#21347,#21348,#21349, -#21350,#21351,#21352),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593298807701E-7, -0.116124299145294,0.23224817769729,0.237182617261944),.UNSPECIFIED.); -#3682=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21357,#21358,#21359,#21360,#21361, -#21362,#21363,#21364,#21365,#21366,#21367,#21368,#21369,#21370,#21371,#21372, -#21373,#21374),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846854535, -0.281382540862323,0.282558166542749,0.283733792223175,0.288786502304494, -0.309651671122611,0.330516839940729,0.446640751052125,0.562764662163521), - .UNSPECIFIED.); -#3683=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21401,#21402,#21403,#21404,#21405, -#21406,#21407,#21408,#21409,#21410,#21411,#21412,#21413,#21414,#21415,#21416, -#21417,#21418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937743942, -0.0769379553294342,0.0864433687794205,0.0929569046207308,0.103130449017781, -0.10880353022551,0.112638693160995,0.11695152504072),.UNSPECIFIED.); -#3684=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21425,#21426,#21427,#21428,#21429, -#21430,#21431,#21432),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593353874734E-7, -0.116124299145154,0.232248177696954,0.237182617261409),.UNSPECIFIED.); -#3685=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21437,#21438,#21439,#21440,#21441, -#21442,#21443,#21444,#21445,#21446,#21447,#21448,#21449,#21450,#21451,#21452, -#21453,#21454),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846854076, -0.281382540861861,0.282558166542284,0.283733792222709,0.288786502304011, -0.309651671122075,0.330516839940139,0.446640751051341,0.562764662162544), - .UNSPECIFIED.); -#3686=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21481,#21482,#21483,#21484,#21485, -#21486,#21487,#21488,#21489,#21490,#21491,#21492,#21493,#21494,#21495,#21496, -#21497,#21498),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937744753, -0.0769379553294287,0.086443368779078,0.0929569046224097,0.103130449023154, -0.108803530232893,0.112638693169678,0.116951525050301),.UNSPECIFIED.); -#3687=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21505,#21506,#21507,#21508,#21509, -#21510,#21511,#21512),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593410718137E-7, -0.116124299145013,0.232248177696614,0.237182617260874),.UNSPECIFIED.); -#3688=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21517,#21518,#21519,#21520,#21521, -#21522,#21523,#21524,#21525,#21526,#21527,#21528,#21529,#21530,#21531,#21532, -#21533,#21534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846853608, -0.281382540861399,0.282558166541822,0.283733792222244,0.288786502303527, -0.309651671121539,0.33051683993955,0.446640751050557,0.562764662161564), - .UNSPECIFIED.); -#3689=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21561,#21562,#21563,#21564,#21565, -#21566,#21567,#21568,#21569,#21570,#21571,#21572,#21573,#21574,#21575,#21576, -#21577,#21578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937749399, -0.0769379553321759,0.0864433687838218,0.0929569046271336,0.103130449027614, -0.108803530236738,0.112638693173179,0.116951525054133),.UNSPECIFIED.); -#3690=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21585,#21586,#21587,#21588,#21589, -#21590,#21591,#21592),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593465785182E-7, -0.11612429914487,0.232248177696275,0.237182617260332),.UNSPECIFIED.); -#3691=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21597,#21598,#21599,#21600,#21601, -#21602,#21603,#21604,#21605,#21606,#21607,#21608,#21609,#21610,#21611,#21612, -#21613,#21614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684685315, -0.281382540860939,0.282558166541357,0.283733792221775,0.288786502303055, -0.309651671121008,0.330516839938961,0.446640751049775,0.562764662160589), - .UNSPECIFIED.); -#3692=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21641,#21642,#21643,#21644,#21645, -#21646,#21647,#21648,#21649,#21650,#21651,#21652,#21653,#21654,#21655,#21656, -#21657,#21658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.03780649377462, -0.0769379553298517,0.0864433687780752,0.0929569046195519,0.103130449017534, -0.108803530227369,0.112638693163958,0.116951525044079),.UNSPECIFIED.); -#3693=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21665,#21666,#21667,#21668,#21669, -#21670,#21671,#21672),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593520852238E-7, -0.116124299144725,0.23224817769593,0.237182617259794),.UNSPECIFIED.); -#3694=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21677,#21678,#21679,#21680,#21681, -#21682,#21683,#21684,#21685,#21686,#21687,#21688,#21689,#21690,#21691,#21692, -#21693,#21694),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846852689, -0.28138254086048,0.282558166540896,0.283733792221313,0.288786502302575, -0.309651671120475,0.330516839938374,0.446640751048994,0.562764662159615), - .UNSPECIFIED.); -#3695=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21721,#21722,#21723,#21724,#21725, -#21726,#21727,#21728,#21729,#21730,#21731,#21732,#21733,#21734,#21735,#21736, -#21737,#21738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937746943, -0.076937955329906,0.0864433687820309,0.0929569046226626,0.103130449017699, -0.108803530224121,0.112638693158135,0.116951525035771),.UNSPECIFIED.); -#3696=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21745,#21746,#21747,#21748,#21749, -#21750,#21751,#21752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593577695632E-7, -0.116124299144585,0.232248177695591,0.237182617259257),.UNSPECIFIED.); -#3697=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21757,#21758,#21759,#21760,#21761, -#21762,#21763,#21764,#21765,#21766,#21767,#21768,#21769,#21770,#21771,#21772, -#21773,#21774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846852236, -0.281382540860019,0.282558166540432,0.283733792220846,0.288786502302094, -0.30965167111994,0.330516839937787,0.446640751048211,0.562764662158636), - .UNSPECIFIED.); -#3698=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21801,#21802,#21803,#21804,#21805, -#21806,#21807,#21808,#21809,#21810,#21811,#21812,#21813,#21814,#21815,#21816, -#21817,#21818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937751649, -0.0769379553320143,0.0864433687822299,0.0929569046238549,0.103130449020982, -0.108803530228838,0.112638693165017,0.116951525045386),.UNSPECIFIED.); -#3699=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21825,#21826,#21827,#21828,#21829, -#21830,#21831,#21832),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593632762685E-7, -0.116124299144441,0.23224817769525,0.237182617258719),.UNSPECIFIED.); -#3700=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21837,#21838,#21839,#21840,#21841, -#21842,#21843,#21844,#21845,#21846,#21847,#21848,#21849,#21850,#21851,#21852, -#21853,#21854),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684685177, -0.281382540859557,0.282558166539968,0.283733792220379,0.288786502301609, -0.309651671119403,0.330516839937197,0.446640751047428,0.562764662157659), - .UNSPECIFIED.); -#3701=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21881,#21882,#21883,#21884,#21885, -#21886,#21887,#21888,#21889,#21890,#21891,#21892,#21893,#21894,#21895,#21896, -#21897,#21898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937747498, -0.0769379553297572,0.0864433687803257,0.0929569046234371,0.103130449023694, -0.108803530232965,0.112638693169498,0.116951525050349),.UNSPECIFIED.); -#3702=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21905,#21906,#21907,#21908,#21909, -#21910,#21911,#21912),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593687829726E-7, -0.116124299144301,0.232248177694914,0.237182617258183),.UNSPECIFIED.); -#3703=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21917,#21918,#21919,#21920,#21921, -#21922,#21923,#21924,#21925,#21926,#21927,#21928,#21929,#21930,#21931,#21932, -#21933,#21934),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846851306, -0.281382540859097,0.282558166539505,0.283733792219913,0.288786502301134, -0.309651671118868,0.330516839936602,0.446640751046641,0.56276466215668), - .UNSPECIFIED.); -#3704=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21961,#21962,#21963,#21964,#21965, -#21966,#21967,#21968,#21969,#21970,#21971,#21972,#21973,#21974,#21975,#21976, -#21977,#21978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937747251, -0.0769379553305882,0.0864433687799147,0.0929569046212271,0.103130449018091, -0.108803530227973,0.11263869316477,0.116951525044615),.UNSPECIFIED.); -#3705=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21985,#21986,#21987,#21988,#21989, -#21990,#21991,#21992),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593742896769E-7, -0.116124299144158,0.232248177694572,0.237182617257647),.UNSPECIFIED.); -#3706=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21997,#21998,#21999,#22000,#22001, -#22002,#22003,#22004,#22005,#22006,#22007,#22008,#22009,#22010,#22011,#22012, -#22013,#22014),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846850849, -0.281382540858634,0.282558166539039,0.283733792219444,0.288786502300654, -0.309651671118331,0.330516839936008,0.446640751045856,0.562764662155703), - .UNSPECIFIED.); -#3707=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22041,#22042,#22043,#22044,#22045, -#22046,#22047,#22048,#22049,#22050,#22051,#22052,#22053,#22054,#22055,#22056, -#22057,#22058),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937755319, -0.0769379553329433,0.0864433687849955,0.0929569046293146,0.103130449031222, -0.108803530242796,0.112638693181918,0.116951525065753),.UNSPECIFIED.); -#3708=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22065,#22066,#22067,#22068,#22069, -#22070,#22071,#22072),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593797963813E-7, -0.116124299144015,0.232248177694232,0.237182617257108),.UNSPECIFIED.); -#3709=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22077,#22078,#22079,#22080,#22081, -#22082,#22083,#22084,#22085,#22086,#22087,#22088,#22089,#22090,#22091,#22092, -#22093,#22094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846850388, -0.281382540858174,0.282558166538576,0.283733792218979,0.288786502300175, -0.309651671117797,0.33051683993542,0.446640751045073,0.562764662154727), - .UNSPECIFIED.); -#3710=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22121,#22122,#22123,#22124,#22125, -#22126,#22127,#22128,#22129,#22130,#22131,#22132,#22133,#22134,#22135,#22136, -#22137,#22138),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937750823, -0.0769379553304981,0.0864433687811859,0.0929569046257046,0.103130449028448, -0.108803530238424,0.112638693175286,0.116951525056525),.UNSPECIFIED.); -#3711=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22145,#22146,#22147,#22148,#22149, -#22150,#22151,#22152),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593854807215E-7, -0.116124299143874,0.232248177693892,0.237182617256569),.UNSPECIFIED.); -#3712=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22157,#22158,#22159,#22160,#22161, -#22162,#22163,#22164,#22165,#22166,#22167,#22168,#22169,#22170,#22171,#22172, -#22173,#22174),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846849925, -0.281382540857715,0.282558166538116,0.283733792218517,0.288786502299694, -0.309651671117263,0.330516839934832,0.446640751044292,0.562764662153752), - .UNSPECIFIED.); -#3713=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22201,#22202,#22203,#22204,#22205, -#22206,#22207,#22208,#22209,#22210,#22211,#22212,#22213,#22214,#22215,#22216, -#22217,#22218),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937756174, -0.0769379553326957,0.0864433687846426,0.0929569046287485,0.103130449030173, -0.108803530239739,0.112638693176469,0.116951525057575),.UNSPECIFIED.); -#3714=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22225,#22226,#22227,#22228,#22229, -#22230,#22231,#22232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593909874268E-7, -0.116124299143731,0.232248177693551,0.237182617256032),.UNSPECIFIED.); -#3715=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22237,#22238,#22239,#22240,#22241, -#22242,#22243,#22244,#22245,#22246,#22247,#22248,#22249,#22250,#22251,#22252, -#22253,#22254),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846849467, -0.281382540857255,0.282558166537652,0.283733792218049,0.288786502299217, -0.30965167111673,0.330516839934243,0.446640751043509,0.562764662152775), - .UNSPECIFIED.); -#3716=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22281,#22282,#22283,#22284,#22285, -#22286,#22287,#22288,#22289,#22290,#22291,#22292,#22293,#22294,#22295,#22296, -#22297,#22298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937756841, -0.0769379553330318,0.0864433687835371,0.0929569046267386,0.103130449027308, -0.108803530236991,0.112638693173608,0.116951525054041),.UNSPECIFIED.); -#3717=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22305,#22306,#22307,#22308,#22309, -#22310,#22311,#22312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20593964941306E-7, -0.116124299143586,0.232248177693207,0.237182617255495),.UNSPECIFIED.); -#3718=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22317,#22318,#22319,#22320,#22321, -#22322,#22323,#22324,#22325,#22326,#22327,#22328,#22329,#22330,#22331,#22332, -#22333,#22334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846849002, -0.28138254085679,0.282558166537185,0.283733792217579,0.288786502298733, -0.309651671116193,0.330516839933652,0.446640751042723,0.562764662151794), - .UNSPECIFIED.); -#3719=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22361,#22362,#22363,#22364,#22365, -#22366,#22367,#22368,#22369,#22370,#22371,#22372,#22373,#22374,#22375,#22376, -#22377,#22378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937751216, -0.0769379553312248,0.0864433687815123,0.0929569046254703,0.103130449027413, -0.108803530237616,0.112638693175182,0.116951525057096),.UNSPECIFIED.); -#3720=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22385,#22386,#22387,#22388,#22389, -#22390,#22391,#22392),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059402178471E-7, -0.116124299143445,0.232248177692869,0.237182617254957),.UNSPECIFIED.); -#3721=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22397,#22398,#22399,#22400,#22401, -#22402,#22403,#22404,#22405,#22406,#22407,#22408,#22409,#22410,#22411,#22412, -#22413,#22414),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846848537, -0.281382540856332,0.282558166536725,0.283733792217118,0.288786502298252, -0.309651671115658,0.330516839933064,0.446640751041942,0.562764662150819), - .UNSPECIFIED.); -#3722=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22441,#22442,#22443,#22444,#22445, -#22446,#22447,#22448,#22449,#22450,#22451,#22452,#22453,#22454,#22455,#22456, -#22457,#22458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937753992, -0.0769379553307031,0.0864433687804169,0.0929569046234705,0.103130449023611, -0.108803530235397,0.112638693173907,0.116951525056924),.UNSPECIFIED.); -#3723=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22465,#22466,#22467,#22468,#22469, -#22470,#22471,#22472),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059407685176E-7, -0.116124299143304,0.232248177692532,0.23718261725442),.UNSPECIFIED.); -#3724=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22477,#22478,#22479,#22480,#22481, -#22482,#22483,#22484,#22485,#22486,#22487,#22488,#22489,#22490,#22491,#22492, -#22493,#22494),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846848085, -0.281382540855871,0.28255816653626,0.283733792216649,0.288786502297777, -0.309651671115124,0.330516839932471,0.446640751041157,0.562764662149843), - .UNSPECIFIED.); -#3725=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22521,#22522,#22523,#22524,#22525, -#22526,#22527,#22528,#22529,#22530,#22531,#22532,#22533,#22534,#22535,#22536, -#22537,#22538),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493775466, -0.0769379553313909,0.0864433687812327,0.0929569046216365,0.103130449017052, -0.108803530222802,0.112638693155317,0.116951525030642),.UNSPECIFIED.); -#3726=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22545,#22546,#22547,#22548,#22549, -#22550,#22551,#22552),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594131918802E-7, -0.116124299143161,0.23224817769219,0.237182617253884),.UNSPECIFIED.); -#3727=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22557,#22558,#22559,#22560,#22561, -#22562,#22563,#22564,#22565,#22566,#22567,#22568,#22569,#22570,#22571,#22572, -#22573,#22574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846847624, -0.281382540855411,0.282558166535798,0.283733792216184,0.288786502297299, -0.309651671114591,0.330516839931883,0.446640751040375,0.562764662148867), - .UNSPECIFIED.); -#3728=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22601,#22602,#22603,#22604,#22605, -#22606,#22607,#22608,#22609,#22610,#22611,#22612,#22613,#22614,#22615,#22616, -#22617,#22618),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937754594, -0.0769379553314117,0.0864433687820999,0.0929569046218674,0.103130449015191, -0.108803530219396,0.112638693152405,0.116951525029179),.UNSPECIFIED.); -#3729=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22625,#22626,#22627,#22628,#22629, -#22630,#22631,#22632),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594188762198E-7, -0.116124299143021,0.232248177691852,0.237182617253346),.UNSPECIFIED.); -#3730=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22637,#22638,#22639,#22640,#22641, -#22642,#22643,#22644,#22645,#22646,#22647,#22648,#22649,#22650,#22651,#22652, -#22653,#22654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846847156, -0.28138254085495,0.282558166535333,0.283733792215717,0.288786502296817, -0.309651671114056,0.330516839931294,0.446640751039592,0.562764662147889), - .UNSPECIFIED.); -#3731=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22681,#22682,#22683,#22684,#22685, -#22686,#22687,#22688,#22689,#22690,#22691,#22692,#22693,#22694,#22695,#22696, -#22697,#22698),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937755632, -0.0769379553314211,0.086443368781496,0.0929569046245632,0.103130449024668, -0.108803530234259,0.112638693171251,0.11695152505242),.UNSPECIFIED.); -#3732=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22705,#22706,#22707,#22708,#22709, -#22710,#22711,#22712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594242052891E-7, -0.116124299142876,0.232248177691509,0.237182617252805),.UNSPECIFIED.); -#3733=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22717,#22718,#22719,#22720,#22721, -#22722,#22723,#22724,#22725,#22726,#22727,#22728,#22729,#22730,#22731,#22732, -#22733,#22734),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846846693, -0.281382540854487,0.282558166534868,0.283733792215249,0.288786502296336, -0.309651671113519,0.330516839930703,0.446640751038806,0.562764662146909), - .UNSPECIFIED.); -#3734=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22761,#22762,#22763,#22764,#22765, -#22766,#22767,#22768,#22769,#22770,#22771,#22772,#22773,#22774,#22775,#22776, -#22777,#22778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937756612, -0.0769379553318196,0.0864433687826749,0.0929569046253994,0.103130449024645, -0.108803530233584,0.112638693169864,0.116951525050383),.UNSPECIFIED.); -#3735=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22785,#22786,#22787,#22788,#22789, -#22790,#22791,#22792),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594298896288E-7, -0.116124299142733,0.232248177691167,0.237182617252271),.UNSPECIFIED.); -#3736=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22797,#22798,#22799,#22800,#22801, -#22802,#22803,#22804,#22805,#22806,#22807,#22808,#22809,#22810,#22811,#22812, -#22813,#22814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846846241, -0.281382540854029,0.282558166534408,0.283733792214786,0.288786502295858, -0.309651671112987,0.330516839930116,0.446640751038026,0.562764662145936), - .UNSPECIFIED.); -#3737=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22841,#22842,#22843,#22844,#22845, -#22846,#22847,#22848,#22849,#22850,#22851,#22852,#22853,#22854,#22855,#22856, -#22857,#22858),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937757354, -0.0769379553316449,0.0864433687825513,0.0929569046265581,0.103130449028479, -0.108803530238621,0.112638693175845,0.116951525057385),.UNSPECIFIED.); -#3738=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22865,#22866,#22867,#22868,#22869, -#22870,#22871,#22872),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594353963338E-7, -0.116124299142592,0.23224817769083,0.237182617251733),.UNSPECIFIED.); -#3739=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22877,#22878,#22879,#22880,#22881, -#22882,#22883,#22884,#22885,#22886,#22887,#22888,#22889,#22890,#22891,#22892, -#22893,#22894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846845783, -0.281382540853566,0.282558166533942,0.283733792214318,0.288786502295377, -0.309651671112453,0.330516839929528,0.446640751037242,0.562764662144956), - .UNSPECIFIED.); -#3740=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22921,#22922,#22923,#22924,#22925, -#22926,#22927,#22928,#22929,#22930,#22931,#22932,#22933,#22934,#22935,#22936, -#22937,#22938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937758095, -0.0769379553318784,0.0864433687821462,0.0929569046245454,0.103130449023354, -0.108803530230926,0.112638693165949,0.116951525044389),.UNSPECIFIED.); -#3741=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22945,#22946,#22947,#22948,#22949, -#22950,#22951,#22952),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594409030377E-7, -0.116124299142448,0.232248177690486,0.237182617251192),.UNSPECIFIED.); -#3742=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22957,#22958,#22959,#22960,#22961, -#22962,#22963,#22964,#22965,#22966,#22967,#22968,#22969,#22970,#22971,#22972, -#22973,#22974),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846845318, -0.281382540853104,0.282558166533479,0.283733792213853,0.288786502294891, -0.309651671111913,0.330516839928935,0.446640751036456,0.562764662143978), - .UNSPECIFIED.); -#3743=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23001,#23002,#23003,#23004,#23005, -#23006,#23007,#23008,#23009,#23010,#23011,#23012,#23013,#23014,#23015,#23016, -#23017,#23018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937758359, -0.0769379553315969,0.0864433687811455,0.0929569046225239,0.103130449019971, -0.108803530227485,0.112638693163204,0.11695152504285),.UNSPECIFIED.); -#3744=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23025,#23026,#23027,#23028,#23029, -#23030,#23031,#23032),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594465873779E-7, -0.116124299142306,0.232248177690147,0.237182617250656),.UNSPECIFIED.); -#3745=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23037,#23038,#23039,#23040,#23041, -#23042,#23043,#23044,#23045,#23046,#23047,#23048,#23049,#23050,#23051,#23052, -#23053,#23054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846844858, -0.281382540852646,0.282558166533015,0.283733792213385,0.288786502294419, -0.309651671111383,0.330516839928346,0.446640751035675,0.562764662143004), - .UNSPECIFIED.); -#3746=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23081,#23082,#23083,#23084,#23085, -#23086,#23087,#23088,#23089,#23090,#23091,#23092,#23093,#23094,#23095,#23096, -#23097,#23098),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937759764, -0.0769379553320365,0.0864433687832711,0.0929569046266992,0.103130449027454, -0.108803530238143,0.112638693176133,0.116951525058339),.UNSPECIFIED.); -#3747=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23105,#23106,#23107,#23108,#23109, -#23110,#23111,#23112),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594519164473E-7, -0.116124299142162,0.232248177689805,0.237182617250119),.UNSPECIFIED.); -#3748=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23117,#23118,#23119,#23120,#23121, -#23122,#23123,#23124,#23125,#23126,#23127,#23128,#23129,#23130,#23131,#23132, -#23133,#23134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846844398, -0.281382540852185,0.282558166532552,0.283733792212919,0.288786502293938, -0.309651671110848,0.330516839927757,0.446640751034893,0.562764662142029), - .UNSPECIFIED.); -#3749=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23161,#23162,#23163,#23164,#23165, -#23166,#23167,#23168,#23169,#23170,#23171,#23172,#23173,#23174,#23175,#23176, -#23177,#23178),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937754378, -0.0769379553293724,0.0864433687797447,0.0929569046231467,0.103130449024055, -0.108803530234043,0.112638693171452,0.116951525053189),.UNSPECIFIED.); -#3750=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23185,#23186,#23187,#23188,#23189, -#23190,#23191,#23192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594576007865E-7, -0.11612429914202,0.232248177689465,0.237182617249582),.UNSPECIFIED.); -#3751=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23197,#23198,#23199,#23200,#23201, -#23202,#23203,#23204,#23205,#23206,#23207,#23208,#23209,#23210,#23211,#23212, -#23213,#23214),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684684393, -0.281382540851722,0.282558166532085,0.283733792212449,0.288786502293455, -0.309651671110308,0.33051683992716,0.446640751034103,0.562764662141047), - .UNSPECIFIED.); -#3752=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23241,#23242,#23243,#23244,#23245, -#23246,#23247,#23248,#23249,#23250,#23251,#23252,#23253,#23254,#23255,#23256, -#23257,#23258),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937761321, -0.0769379553323628,0.0864433687839619,0.092956904627356,0.103130449027619, -0.108803530237103,0.112638693174051,0.11695152505544),.UNSPECIFIED.); -#3753=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23265,#23266,#23267,#23268,#23269, -#23270,#23271,#23272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594631074919E-7, -0.116124299141878,0.232248177689124,0.23718261724904),.UNSPECIFIED.); -#3754=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23277,#23278,#23279,#23280,#23281, -#23282,#23283,#23284,#23285,#23286,#23287,#23288,#23289,#23290,#23291,#23292, -#23293,#23294),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846843477, -0.281382540851262,0.282558166531623,0.283733792211985,0.288786502292973, -0.309651671109774,0.330516839926574,0.446640751033322,0.56276466214007), - .UNSPECIFIED.); -#3755=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23321,#23322,#23323,#23324,#23325, -#23326,#23327,#23328,#23329,#23330,#23331,#23332,#23333,#23334,#23335,#23336, -#23337,#23338),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493776201, -0.0769379553324106,0.0864433687816327,0.0929569046230877,0.103130449020762, -0.108803530227569,0.112638693161164,0.116951525037882),.UNSPECIFIED.); -#3756=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23345,#23346,#23347,#23348,#23349, -#23350,#23351,#23352),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594686141965E-7, -0.116124299141733,0.23224817768878,0.237182617248506),.UNSPECIFIED.); -#3757=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23357,#23358,#23359,#23360,#23361, -#23362,#23363,#23364,#23365,#23366,#23367,#23368,#23369,#23370,#23371,#23372, -#23373,#23374),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846843011, -0.281382540850801,0.28255816653116,0.283733792211519,0.288786502292499, -0.309651671109241,0.330516839925983,0.446640751032539,0.562764662139096), - .UNSPECIFIED.); -#3758=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23401,#23402,#23403,#23404,#23405, -#23406,#23407,#23408,#23409,#23410,#23411,#23412,#23413,#23414,#23415,#23416, -#23417,#23418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937766423, -0.0769379553354839,0.0864433687850921,0.0929569046270093,0.103130449025063, -0.108803530234352,0.112638693170834,0.116951525051008),.UNSPECIFIED.); -#3759=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23425,#23426,#23427,#23428,#23429, -#23430,#23431,#23432),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594742985357E-7, -0.116124299141594,0.232248177688445,0.23718261724797),.UNSPECIFIED.); -#3760=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23437,#23438,#23439,#23440,#23441, -#23442,#23443,#23444,#23445,#23446,#23447,#23448,#23449,#23450,#23451,#23452, -#23453,#23454),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846842548, -0.281382540850341,0.282558166530697,0.283733792211053,0.288786502292021, -0.309651671108706,0.330516839925392,0.446640751031755,0.562764662138117), - .UNSPECIFIED.); -#3761=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23481,#23482,#23483,#23484,#23485, -#23486,#23487,#23488,#23489,#23490,#23491,#23492,#23493,#23494,#23495,#23496, -#23497,#23498),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937763492, -0.0769379553326985,0.0864433687835028,0.0929569046260872,0.103130449025072, -0.108803530233676,0.112638693170252,0.116951525051147),.UNSPECIFIED.); -#3762=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23505,#23506,#23507,#23508,#23509, -#23510,#23511,#23512),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059479982876E-7, -0.116124299141453,0.232248177688106,0.237182617247431),.UNSPECIFIED.); -#3763=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23517,#23518,#23519,#23520,#23521, -#23522,#23523,#23524,#23525,#23526,#23527,#23528,#23529,#23530,#23531,#23532, -#23533,#23534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846842096, -0.281382540849881,0.282558166530234,0.283733792210587,0.288786502291537, -0.309651671108171,0.330516839924806,0.446640751030974,0.562764662137141), - .UNSPECIFIED.); -#3764=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23561,#23562,#23563,#23564,#23565, -#23566,#23567,#23568,#23569,#23570,#23571,#23572,#23573,#23574,#23575,#23576, -#23577,#23578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937763383, -0.0769379553328403,0.0864433687843611,0.0929569046262679,0.103130449023801, -0.108803530231517,0.112638693167328,0.116951525047062),.UNSPECIFIED.); -#3765=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23585,#23586,#23587,#23588,#23589, -#23590,#23591,#23592),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059485311945E-7, -0.11612429914131,0.232248177687767,0.237182617246894),.UNSPECIFIED.); -#3766=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23597,#23598,#23599,#23600,#23601, -#23602,#23603,#23604,#23605,#23606,#23607,#23608,#23609,#23610,#23611,#23612, -#23613,#23614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846841635, -0.281382540849419,0.28255816652977,0.283733792210121,0.28878650229106,0.309651671107637, -0.330516839924214,0.446640751030189,0.562764662136164),.UNSPECIFIED.); -#3767=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23641,#23642,#23643,#23644,#23645, -#23646,#23647,#23648,#23649,#23650,#23651,#23652,#23653,#23654,#23655,#23656, -#23657,#23658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937765006, -0.0769379553327066,0.0864433687835658,0.0929569046264441,0.103130449026103, -0.108803530235016,0.112638693171231,0.116951525051717),.UNSPECIFIED.); -#3768=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23665,#23666,#23667,#23668,#23669, -#23670,#23671,#23672),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594909962854E-7, -0.116124299141169,0.232248177687428,0.237182617246358),.UNSPECIFIED.); -#3769=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23677,#23678,#23679,#23680,#23681, -#23682,#23683,#23684,#23685,#23686,#23687,#23688,#23689,#23690,#23691,#23692, -#23693,#23694),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846841173, -0.281382540848961,0.28255816652931,0.283733792209658,0.288786502290582, -0.309651671107103,0.330516839923625,0.446640751029407,0.562764662135189), - .UNSPECIFIED.); -#3770=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23721,#23722,#23723,#23724,#23725, -#23726,#23727,#23728,#23729,#23730,#23731,#23732,#23733,#23734,#23735,#23736, -#23737,#23738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937765594, -0.0769379553332727,0.0864433687835888,0.0929569046240553,0.103130449019143, -0.1088035302248,0.112638693157828,0.116951525033889),.UNSPECIFIED.); -#3771=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23745,#23746,#23747,#23748,#23749, -#23750,#23751,#23752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20594965029902E-7, -0.116124299141025,0.232248177687084,0.237182617245819),.UNSPECIFIED.); -#3772=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23757,#23758,#23759,#23760,#23761, -#23762,#23763,#23764,#23765,#23766,#23767,#23768,#23769,#23770,#23771,#23772, -#23773,#23774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846840709, -0.281382540848497,0.282558166528842,0.283733792209186,0.288786502290098, -0.309651671106567,0.330516839923035,0.446640751028622,0.562764662134208), - .UNSPECIFIED.); -#3773=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23801,#23802,#23803,#23804,#23805, -#23806,#23807,#23808,#23809,#23810,#23811,#23812,#23813,#23814,#23815,#23816, -#23817,#23818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493776553, -0.0769379553332469,0.0864433687837944,0.092956904627218,0.103130449027446, -0.108803530235711,0.112638693171262,0.116951525051069),.UNSPECIFIED.); -#3774=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23825,#23826,#23827,#23828,#23829, -#23830,#23831,#23832),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595020096944E-7, -0.116124299140882,0.232248177686743,0.237182617245281),.UNSPECIFIED.); -#3775=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23837,#23838,#23839,#23840,#23841, -#23842,#23843,#23844,#23845,#23846,#23847,#23848,#23849,#23850,#23851,#23852, -#23853,#23854),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846840245, -0.281382540848036,0.282558166528379,0.283733792208722,0.288786502289615, -0.30965167110603,0.330516839922445,0.446640751027839,0.562764662133233), - .UNSPECIFIED.); -#3776=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23881,#23882,#23883,#23884,#23885, -#23886,#23887,#23888,#23889,#23890,#23891,#23892,#23893,#23894,#23895,#23896, -#23897,#23898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937767106, -0.0769379553334854,0.0864433687837867,0.092956904624254,0.103130449019399, -0.108803530225774,0.112638693160667,0.116951525039985),.UNSPECIFIED.); -#3777=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23905,#23906,#23907,#23908,#23909, -#23910,#23911,#23912),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595076940349E-7, -0.116124299140741,0.232248177686405,0.237182617244744),.UNSPECIFIED.); -#3778=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23917,#23918,#23919,#23920,#23921, -#23922,#23923,#23924,#23925,#23926,#23927,#23928,#23929,#23930,#23931,#23932, -#23933,#23934),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846839791, -0.281382540847577,0.282558166527917,0.283733792208258,0.288786502289142, -0.3096516711055,0.330516839921858,0.446640751027058,0.562764662132257), - .UNSPECIFIED.); -#3779=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23961,#23962,#23963,#23964,#23965, -#23966,#23967,#23968,#23969,#23970,#23971,#23972,#23973,#23974,#23975,#23976, -#23977,#23978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937767123, -0.0769379553330535,0.0864433687836246,0.0929569046261975,0.103130449024909, -0.10880353023297,0.112638693168523,0.11695152504819),.UNSPECIFIED.); -#3780=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23985,#23986,#23987,#23988,#23989, -#23990,#23991,#23992),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595130231042E-7, -0.116124299140596,0.232248177686062,0.237182617244206),.UNSPECIFIED.); -#3781=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23997,#23998,#23999,#24000,#24001, -#24002,#24003,#24004,#24005,#24006,#24007,#24008,#24009,#24010,#24011,#24012, -#24013,#24014),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846839325, -0.281382540847113,0.282558166527448,0.283733792207784,0.288786502288657, -0.309651671104961,0.330516839921265,0.446640751026271,0.562764662131277), - .UNSPECIFIED.); -#3782=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24041,#24042,#24043,#24044,#24045, -#24046,#24047,#24048,#24049,#24050,#24051,#24052,#24053,#24054,#24055,#24056, -#24057,#24058),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937773945, -0.076937955336617,0.0864433687878844,0.0929569046291098,0.103130449025381, -0.108803530232205,0.112638693167189,0.116951525046093),.UNSPECIFIED.); -#3783=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24065,#24066,#24067,#24068,#24069, -#24070,#24071,#24072),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595187074445E-7, -0.116124299140455,0.232248177685723,0.237182617243667),.UNSPECIFIED.); -#3784=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24077,#24078,#24079,#24080,#24081, -#24082,#24083,#24084,#24085,#24086,#24087,#24088,#24089,#24090,#24091,#24092, -#24093,#24094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846838864, -0.281382540846654,0.282558166526986,0.283733792207318,0.28878650228818, -0.309651671104429,0.330516839920678,0.446640751025489,0.5627646621303), - .UNSPECIFIED.); -#3785=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24121,#24122,#24123,#24124,#24125, -#24126,#24127,#24128,#24129,#24130,#24131,#24132,#24133,#24134,#24135,#24136, -#24137,#24138),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937769181, -0.0769379553344621,0.0864433687848744,0.0929569046268073,0.103130449024491, -0.108803530232597,0.112638693168623,0.116951525048435),.UNSPECIFIED.); -#3786=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24145,#24146,#24147,#24148,#24149, -#24150,#24151,#24152),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595242141485E-7, -0.116124299140314,0.232248177685385,0.23718261724313),.UNSPECIFIED.); -#3787=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24157,#24158,#24159,#24160,#24161, -#24162,#24163,#24164,#24165,#24166,#24167,#24168,#24169,#24170,#24171,#24172, -#24173,#24174),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684683841, -0.281382540846194,0.282558166526525,0.283733792206855,0.288786502287699, -0.309651671103892,0.330516839920085,0.446640751024704,0.562764662129323), - .UNSPECIFIED.); -#3788=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24201,#24202,#24203,#24204,#24205, -#24206,#24207,#24208,#24209,#24210,#24211,#24212,#24213,#24214,#24215,#24216, -#24217,#24218),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937781534, -0.0769379553414499,0.0864433687922192,0.0929569046338302,0.103130449032386, -0.108803530241247,0.112638693177534,0.116951525057934),.UNSPECIFIED.); -#3789=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24225,#24226,#24227,#24228,#24229, -#24230,#24231,#24232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595297208531E-7, -0.116124299140169,0.232248177685041,0.237182617242594),.UNSPECIFIED.); -#3790=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24237,#24238,#24239,#24240,#24241, -#24242,#24243,#24244,#24245,#24246,#24247,#24248,#24249,#24250,#24251,#24252, -#24253,#24254),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846837948, -0.281382540845733,0.282558166526061,0.28373379220639,0.288786502287218, -0.309651671103358,0.330516839919497,0.446640751023923,0.562764662128349), - .UNSPECIFIED.); -#3791=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24281,#24282,#24283,#24284,#24285, -#24286,#24287,#24288,#24289,#24290,#24291,#24292,#24293,#24294,#24295,#24296, -#24297,#24298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937776113, -0.0769379553374339,0.0864433687903611,0.0929569046297991,0.103130449021561, -0.108803530226363,0.112638693160092,0.116951525037577),.UNSPECIFIED.); -#3792=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24305,#24306,#24307,#24308,#24309, -#24310,#24311,#24312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595354051935E-7, -0.116124299140028,0.232248177684702,0.237182617242057),.UNSPECIFIED.); -#3793=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24317,#24318,#24319,#24320,#24321, -#24322,#24323,#24324,#24325,#24326,#24327,#24328,#24329,#24330,#24331,#24332, -#24333,#24334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846837481, -0.281382540845272,0.282558166525597,0.283733792205921,0.288786502286739, -0.309651671102824,0.330516839918909,0.446640751023139,0.562764662127369), - .UNSPECIFIED.); -#3794=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24361,#24362,#24363,#24364,#24365, -#24366,#24367,#24368,#24369,#24370,#24371,#24372,#24373,#24374,#24375,#24376, -#24377,#24378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937771391, -0.0769379553346907,0.0864433687846011,0.0929569046258287,0.103130449022732, -0.108803530229869,0.112638693164413,0.116951525041771),.UNSPECIFIED.); -#3795=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24385,#24386,#24387,#24388,#24389, -#24390,#24391,#24392),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595409118978E-7, -0.116124299139885,0.232248177684361,0.23718261724152),.UNSPECIFIED.); -#3796=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24397,#24398,#24399,#24400,#24401, -#24402,#24403,#24404,#24405,#24406,#24407,#24408,#24409,#24410,#24411,#24412, -#24413,#24414),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846837028, -0.281382540844812,0.282558166525134,0.283733792205456,0.288786502286259, -0.309651671102289,0.330516839918319,0.446640751022357,0.562764662126394), - .UNSPECIFIED.); -#3797=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24441,#24442,#24443,#24444,#24445, -#24446,#24447,#24448,#24449,#24450,#24451,#24452,#24453,#24454,#24455,#24456, -#24457,#24458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937777905, -0.0769379553373288,0.086443368787499,0.0929569046291201,0.103130449025984, -0.108803530233103,0.112638693168526,0.116951525048173),.UNSPECIFIED.); -#3798=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24465,#24466,#24467,#24468,#24469, -#24470,#24471,#24472),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595464186017E-7, -0.116124299139741,0.232248177684018,0.237182617240979),.UNSPECIFIED.); -#3799=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24477,#24478,#24479,#24480,#24481, -#24482,#24483,#24484,#24485,#24486,#24487,#24488,#24489,#24490,#24491,#24492, -#24493,#24494),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846836565, -0.281382540844349,0.282558166524668,0.283733792204987,0.288786502285781, -0.309651671101754,0.330516839917727,0.446640751021571,0.562764662125416), - .UNSPECIFIED.); -#3800=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24521,#24522,#24523,#24524,#24525, -#24526,#24527,#24528,#24529,#24530,#24531,#24532,#24533,#24534,#24535,#24536, -#24537,#24538),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937781705, -0.0769379553441309,0.0864433687953982,0.0929569046399252,0.103130449044051, -0.108803530255535,0.112638693193214,0.116951525075537),.UNSPECIFIED.); -#3801=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24545,#24546,#24547,#24548,#24549, -#24550,#24551,#24552),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595521029426E-7, -0.116124299139601,0.232248177683681,0.237182617240444),.UNSPECIFIED.); -#3802=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24557,#24558,#24559,#24560,#24561, -#24562,#24563,#24564,#24565,#24566,#24567,#24568,#24569,#24570,#24571,#24572, -#24573,#24574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846836107, -0.281382540843889,0.282558166524206,0.283733792204524,0.288786502285299, -0.309651671101216,0.330516839917133,0.446640751020786,0.562764662124438), - .UNSPECIFIED.); -#3803=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24601,#24602,#24603,#24604,#24605, -#24606,#24607,#24608,#24609,#24610,#24611,#24612,#24613,#24614,#24615,#24616, -#24617,#24618),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937773874, -0.0769379553349183,0.086443368785839,0.0929569046253996,0.103130449017984, -0.108803530223233,0.112638693157254,0.11695152503514),.UNSPECIFIED.); -#3804=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24625,#24626,#24627,#24628,#24629, -#24630,#24631,#24632),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595576096471E-7, -0.116124299139459,0.232248177683342,0.237182617239905),.UNSPECIFIED.); -#3805=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24637,#24638,#24639,#24640,#24641, -#24642,#24643,#24644,#24645,#24646,#24647,#24648,#24649,#24650,#24651,#24652, -#24653,#24654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846835646, -0.281382540843429,0.282558166523743,0.283733792204056,0.288786502284823, -0.309651671100683,0.330516839916544,0.446640751020003,0.562764662123462), - .UNSPECIFIED.); -#3806=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24681,#24682,#24683,#24684,#24685, -#24686,#24687,#24688,#24689,#24690,#24691,#24692,#24693,#24694,#24695,#24696, -#24697,#24698),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493778033, -0.0769379553378012,0.0864433687875679,0.0929569046269811,0.10313044902022, -0.108803530226546,0.112638693162305,0.116951525042683),.UNSPECIFIED.); -#3807=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24705,#24706,#24707,#24708,#24709, -#24710,#24711,#24712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059563116351E-7, -0.116124299139318,0.232248177683004,0.237182617239367),.UNSPECIFIED.); -#3808=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24717,#24718,#24719,#24720,#24721, -#24722,#24723,#24724,#24725,#24726,#24727,#24728,#24729,#24730,#24731,#24732, -#24733,#24734),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846835182, -0.281382540842969,0.28255816652328,0.283733792203591,0.288786502284343, -0.309651671100151,0.330516839915959,0.446640751019222,0.562764662122486), - .UNSPECIFIED.); -#3809=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24761,#24762,#24763,#24764,#24765, -#24766,#24767,#24768,#24769,#24770,#24771,#24772,#24773,#24774,#24775,#24776, -#24777,#24778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937775169, -0.076937955334916,0.08644336878704,0.0929569046313408,0.103130449033295, -0.108803530243267,0.112638693180454,0.116951525061961),.UNSPECIFIED.); -#3810=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24785,#24786,#24787,#24788,#24789, -#24790,#24791,#24792),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595686230564E-7, -0.116124299139175,0.232248177682664,0.237182617238832),.UNSPECIFIED.); -#3811=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24797,#24798,#24799,#24800,#24801, -#24802,#24803,#24804,#24805,#24806,#24807,#24808,#24809,#24810,#24811,#24812, -#24813,#24814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846834722, -0.281382540842507,0.282558166522816,0.283733792203125,0.288786502283864, -0.309651671099616,0.330516839915367,0.446640751018438,0.562764662121508), - .UNSPECIFIED.); -#3812=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24841,#24842,#24843,#24844,#24845, -#24846,#24847,#24848,#24849,#24850,#24851,#24852,#24853,#24854,#24855,#24856, -#24857,#24858),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937776052, -0.0769379553352068,0.0864433687862835,0.0929569046281133,0.103130449025161, -0.108803530232425,0.112638693167676,0.116951525046959),.UNSPECIFIED.); -#3813=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24865,#24866,#24867,#24868,#24869, -#24870,#24871,#24872),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595741297601E-7, -0.11612429913903,0.232248177682319,0.237182617238293),.UNSPECIFIED.); -#3814=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24877,#24878,#24879,#24880,#24881, -#24882,#24883,#24884,#24885,#24886,#24887,#24888,#24889,#24890,#24891,#24892, -#24893,#24894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846834259, -0.281382540842044,0.282558166522351,0.283733792202658,0.288786502283381, -0.309651671099078,0.330516839914776,0.446640751017652,0.562764662120528), - .UNSPECIFIED.); -#3815=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24921,#24922,#24923,#24924,#24925, -#24926,#24927,#24928,#24929,#24930,#24931,#24932,#24933,#24934,#24935,#24936, -#24937,#24938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937782108, -0.0769379553380726,0.0864433687895393,0.0929569046310053,0.103130449027667, -0.108803530235255,0.112638693171288,0.116951525051149),.UNSPECIFIED.); -#3816=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24945,#24946,#24947,#24948,#24949, -#24950,#24951,#24952),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595798141006E-7, -0.11612429913889,0.232248177681981,0.237182617237759),.UNSPECIFIED.); -#3817=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24957,#24958,#24959,#24960,#24961, -#24962,#24963,#24964,#24965,#24966,#24967,#24968,#24969,#24970,#24971,#24972, -#24973,#24974),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846833804, -0.281382540841587,0.28255816652189,0.283733792202193,0.288786502282902, -0.309651671098546,0.33051683991419,0.446640751016873,0.562764662119556), - .UNSPECIFIED.); -#3818=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25001,#25002,#25003,#25004,#25005, -#25006,#25007,#25008,#25009,#25010,#25011,#25012,#25013,#25014,#25015,#25016, -#25017,#25018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937777986, -0.0769379553355653,0.0864433687861632,0.0929569046254974,0.103130449017875, -0.108803530222977,0.112638693157397,0.116951525035855),.UNSPECIFIED.); -#3819=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25025,#25026,#25027,#25028,#25029, -#25030,#25031,#25032),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595853208049E-7, -0.116124299138746,0.23224817768164,0.237182617237218),.UNSPECIFIED.); -#3820=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25037,#25038,#25039,#25040,#25041, -#25042,#25043,#25044,#25045,#25046,#25047,#25048,#25049,#25050,#25051,#25052, -#25053,#25054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846833331, -0.281382540841123,0.282558166521424,0.283733792201725,0.28878650228242, -0.309651671098008,0.330516839913597,0.446640751016086,0.562764662118575), - .UNSPECIFIED.); -#3821=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25081,#25082,#25083,#25084,#25085, -#25086,#25087,#25088,#25089,#25090,#25091,#25092,#25093,#25094,#25095,#25096, -#25097,#25098),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937779488, -0.0769379553368018,0.0864433687891189,0.0929569046316182,0.103130449029632, -0.108803530238243,0.1126386931742,0.116951525054037),.UNSPECIFIED.); -#3822=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25105,#25106,#25107,#25108,#25109, -#25110,#25111,#25112),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595908275093E-7, -0.116124299138604,0.232248177681299,0.23718261723668),.UNSPECIFIED.); -#3823=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25117,#25118,#25119,#25120,#25121, -#25122,#25123,#25124,#25125,#25126,#25127,#25128,#25129,#25130,#25131,#25132, -#25133,#25134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846832875, -0.281382540840662,0.282558166520961,0.28373379220126,0.288786502281941, -0.309651671097474,0.330516839913007,0.446640751015302,0.562764662117597), - .UNSPECIFIED.); -#3824=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25161,#25162,#25163,#25164,#25165, -#25166,#25167,#25168,#25169,#25170,#25171,#25172,#25173,#25174,#25175,#25176, -#25177,#25178),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937778396, -0.0769379553361912,0.0864433687864974,0.0929569046271727,0.103130449022681, -0.108803530229637,0.112638693164591,0.116951525043318),.UNSPECIFIED.); -#3825=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25185,#25186,#25187,#25188,#25189, -#25190,#25191,#25192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20595965118495E-7, -0.116124299138462,0.23224817768096,0.237182617236141),.UNSPECIFIED.); -#3826=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25197,#25198,#25199,#25200,#25201, -#25202,#25203,#25204,#25205,#25206,#25207,#25208,#25209,#25210,#25211,#25212, -#25213,#25214),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684683241, -0.281382540840203,0.282558166520498,0.283733792200793,0.288786502281464, -0.309651671096941,0.330516839912418,0.44664075101452,0.562764662116622), - .UNSPECIFIED.); -#3827=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25241,#25242,#25243,#25244,#25245, -#25246,#25247,#25248,#25249,#25250,#25251,#25252,#25253,#25254,#25255,#25256, -#25257,#25258),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937779382, -0.0769379553361352,0.0864433687872733,0.0929569046285406,0.10313044902428, -0.108803530231528,0.112638693167145,0.116951525046854),.UNSPECIFIED.); -#3828=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25265,#25266,#25267,#25268,#25269, -#25270,#25271,#25272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596020185545E-7, -0.116124299138321,0.232248177680623,0.237182617235606),.UNSPECIFIED.); -#3829=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25277,#25278,#25279,#25280,#25281, -#25282,#25283,#25284,#25285,#25286,#25287,#25288,#25289,#25290,#25291,#25292, -#25293,#25294),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846831956, -0.281382540839743,0.282558166520037,0.283733792200331,0.288786502280987, -0.309651671096409,0.330516839911831,0.446640751013739,0.562764662115647), - .UNSPECIFIED.); -#3830=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25321,#25322,#25323,#25324,#25325, -#25326,#25327,#25328,#25329,#25330,#25331,#25332,#25333,#25334,#25335,#25336, -#25337,#25338),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937782361, -0.0769379553374,0.0864433687892888,0.0929569046307271,0.103130449027147, -0.108803530234202,0.112638693168958,0.116951525047469),.UNSPECIFIED.); -#3831=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25345,#25346,#25347,#25348,#25349, -#25350,#25351,#25352),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596075252582E-7, -0.116124299138177,0.232248177680278,0.237182617235068),.UNSPECIFIED.); -#3832=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25357,#25358,#25359,#25360,#25361, -#25362,#25363,#25364,#25365,#25366,#25367,#25368,#25369,#25370,#25371,#25372, -#25373,#25374),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846831493, -0.281382540839281,0.28255816651957,0.28373379219986,0.288786502280504,0.309651671095872, -0.33051683991124,0.446640751012955,0.562764662114669),.UNSPECIFIED.); -#3833=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25401,#25402,#25403,#25404,#25405, -#25406,#25407,#25408,#25409,#25410,#25411,#25412,#25413,#25414,#25415,#25416, -#25417,#25418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937782949, -0.0769379553378489,0.0864433687888904,0.0929569046307784,0.1031304490284, -0.108803530236468,0.112638693172371,0.116951525052245),.UNSPECIFIED.); -#3834=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25425,#25426,#25427,#25428,#25429, -#25430,#25431,#25432),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596132095987E-7, -0.116124299138036,0.23224817767994,0.237182617234532),.UNSPECIFIED.); -#3835=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25437,#25438,#25439,#25440,#25441, -#25442,#25443,#25444,#25445,#25446,#25447,#25448,#25449,#25450,#25451,#25452, -#25453,#25454),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846831035, -0.281382540838823,0.28255816651911,0.283733792199397,0.288786502280026, -0.30965167109534,0.330516839910654,0.446640751012173,0.562764662113692), - .UNSPECIFIED.); -#3836=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25481,#25482,#25483,#25484,#25485, -#25486,#25487,#25488,#25489,#25490,#25491,#25492,#25493,#25494,#25495,#25496, -#25497,#25498),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937783918, -0.0769379553379444,0.0864433687891352,0.0929569046310126,0.103130449028311, -0.108803530235561,0.112638693170767,0.116951525049542),.UNSPECIFIED.); -#3837=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25505,#25506,#25507,#25508,#25509, -#25510,#25511,#25512),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059618716303E-7, -0.116124299137893,0.232248177679599,0.237182617233997),.UNSPECIFIED.); -#3838=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25517,#25518,#25519,#25520,#25521, -#25522,#25523,#25524,#25525,#25526,#25527,#25528,#25529,#25530,#25531,#25532, -#25533,#25534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846830575, -0.281382540838359,0.282558166518644,0.283733792198929,0.288786502279543, -0.309651671094802,0.330516839910061,0.446640751011388,0.562764662112715), - .UNSPECIFIED.); -#3839=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25561,#25562,#25563,#25564,#25565, -#25566,#25567,#25568,#25569,#25570,#25571,#25572,#25573,#25574,#25575,#25576, -#25577,#25578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493778257, -0.0769379553368135,0.0864433687871531,0.0929569046277847,0.103130449023249, -0.108803530229853,0.11263869316424,0.116951525042005),.UNSPECIFIED.); -#3840=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25585,#25586,#25587,#25588,#25589, -#25590,#25591,#25592),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596242230074E-7, -0.11612429913775,0.232248177679258,0.237182617233453),.UNSPECIFIED.); -#3841=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25597,#25598,#25599,#25600,#25601, -#25602,#25603,#25604,#25605,#25606,#25607,#25608,#25609,#25610,#25611,#25612, -#25613,#25614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846830113, -0.281382540837899,0.28255816651818,0.283733792198461,0.288786502279066, -0.30965167109427,0.330516839909474,0.446640751010606,0.562764662111738), - .UNSPECIFIED.); -#3842=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25641,#25642,#25643,#25644,#25645, -#25646,#25647,#25648,#25649,#25650,#25651,#25652,#25653,#25654,#25655,#25656, -#25657,#25658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937785057, -0.0769379553381945,0.0864433687897236,0.0929569046323196,0.103130449031055, -0.108803530240032,0.112638693176412,0.116951525056871),.UNSPECIFIED.); -#3843=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25665,#25666,#25667,#25668,#25669, -#25670,#25671,#25672),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596297297118E-7, -0.116124299137608,0.232248177678918,0.237182617232917),.UNSPECIFIED.); -#3844=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25677,#25678,#25679,#25680,#25681, -#25682,#25683,#25684,#25685,#25686,#25687,#25688,#25689,#25690,#25691,#25692, -#25693,#25694),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846829648, -0.281382540837438,0.282558166517719,0.283733792198,0.288786502278585,0.309651671093732, -0.330516839908879,0.44664075100982,0.56276466211076),.UNSPECIFIED.); -#3845=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25721,#25722,#25723,#25724,#25725, -#25726,#25727,#25728,#25729,#25730,#25731,#25732,#25733,#25734,#25735,#25736, -#25737,#25738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937786347, -0.0769379553382193,0.0864433687907985,0.092956904633838,0.103130449033073, -0.108803530242018,0.112638693178604,0.116951525059031),.UNSPECIFIED.); -#3846=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25745,#25746,#25747,#25748,#25749, -#25750,#25751,#25752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596352364174E-7, -0.116124299137463,0.232248177678573,0.237182617232377),.UNSPECIFIED.); -#3847=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25757,#25758,#25759,#25760,#25761, -#25762,#25763,#25764,#25765,#25766,#25767,#25768,#25769,#25770,#25771,#25772, -#25773,#25774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846829187, -0.281382540836975,0.282558166517251,0.283733792197527,0.288786502278104, -0.309651671093197,0.33051683990829,0.446640751009036,0.562764662109782), - .UNSPECIFIED.); -#3848=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25801,#25802,#25803,#25804,#25805, -#25806,#25807,#25808,#25809,#25810,#25811,#25812,#25813,#25814,#25815,#25816, -#25817,#25818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493778672, -0.0769379553383938,0.0864433687905537,0.0929569046336143,0.103130449032799, -0.108803530241925,0.112638693178645,0.116951525059248),.UNSPECIFIED.); -#3849=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25825,#25826,#25827,#25828,#25829, -#25830,#25831,#25832),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596409207564E-7, -0.116124299137323,0.232248177678237,0.237182617231843),.UNSPECIFIED.); -#3850=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25837,#25838,#25839,#25840,#25841, -#25842,#25843,#25844,#25845,#25846,#25847,#25848,#25849,#25850,#25851,#25852, -#25853,#25854),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684682873, -0.281382540836517,0.28255816651679,0.283733792197064,0.288786502277625, -0.309651671092662,0.3305168399077,0.446640751008254,0.562764662108807), - .UNSPECIFIED.); -#3851=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25881,#25882,#25883,#25884,#25885, -#25886,#25887,#25888,#25889,#25890,#25891,#25892,#25893,#25894,#25895,#25896, -#25897,#25898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937787383, -0.0769379553382246,0.0864433687898572,0.0929569046317636,0.103130449028666, -0.108803530237084,0.112638693172654,0.116951525051594),.UNSPECIFIED.); -#3852=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25905,#25906,#25907,#25908,#25909, -#25910,#25911,#25912),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059646427462E-7, -0.116124299137179,0.232248177677893,0.237182617231305),.UNSPECIFIED.); -#3853=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25917,#25918,#25919,#25920,#25921, -#25922,#25923,#25924,#25925,#25926,#25927,#25928,#25929,#25930,#25931,#25932, -#25933,#25934),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846828266, -0.281382540836056,0.282558166516328,0.283733792196599,0.288786502277147, -0.309651671092129,0.33051683990711,0.44664075100747,0.56276466210783), - .UNSPECIFIED.); -#3854=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25961,#25962,#25963,#25964,#25965, -#25966,#25967,#25968,#25969,#25970,#25971,#25972,#25973,#25974,#25975,#25976, -#25977,#25978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937788196, -0.0769379553386867,0.0864433687902339,0.0929569046324545,0.103130449030066, -0.108803530237871,0.112638693173044,0.116951525051748),.UNSPECIFIED.); -#3855=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25985,#25986,#25987,#25988,#25989, -#25990,#25991,#25992),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596519341666E-7, -0.116124299137036,0.232248177677553,0.237182617230767),.UNSPECIFIED.); -#3856=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25997,#25998,#25999,#26000,#26001, -#26002,#26003,#26004,#26005,#26006,#26007,#26008,#26009,#26010,#26011,#26012, -#26013,#26014),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846827809, -0.281382540835595,0.282558166515864,0.283733792196133,0.288786502276666, -0.309651671091593,0.330516839906519,0.446640751006686,0.562764662106852), - .UNSPECIFIED.); -#3857=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26041,#26042,#26043,#26044,#26045, -#26046,#26047,#26048,#26049,#26050,#26051,#26052,#26053,#26054,#26055,#26056, -#26057,#26058),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937788867, -0.0769379553388442,0.0864433687905164,0.0929569046344105,0.103130449035669, -0.108803530244796,0.112638693180868,0.116951525060505),.UNSPECIFIED.); -#3858=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26065,#26066,#26067,#26068,#26069, -#26070,#26071,#26072),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596576185065E-7, -0.116124299136897,0.232248177677217,0.237182617230232),.UNSPECIFIED.); -#3859=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26077,#26078,#26079,#26080,#26081, -#26082,#26083,#26084,#26085,#26086,#26087,#26088,#26089,#26090,#26091,#26092, -#26093,#26094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846827349, -0.281382540835135,0.282558166515401,0.283733792195667,0.288786502276188, -0.30965167109106,0.330516839905932,0.446640751005904,0.562764662105877), - .UNSPECIFIED.); -#3860=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26121,#26122,#26123,#26124,#26125, -#26126,#26127,#26128,#26129,#26130,#26131,#26132,#26133,#26134,#26135,#26136, -#26137,#26138),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937797759, -0.0769379553459074,0.0864433687974427,0.0929569046394278,0.103130449038057, -0.10880353024642,0.11263869318139,0.116951525059286),.UNSPECIFIED.); -#3861=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26145,#26146,#26147,#26148,#26149, -#26150,#26151,#26152),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596631252109E-7, -0.116124299136754,0.232248177676877,0.237182617229691),.UNSPECIFIED.); -#3862=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26157,#26158,#26159,#26160,#26161, -#26162,#26163,#26164,#26165,#26166,#26167,#26168,#26169,#26170,#26171,#26172, -#26173,#26174),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846826885, -0.281382540834675,0.282558166514938,0.283733792195201,0.288786502275709, -0.309651671090526,0.330516839905344,0.446640751005123,0.562764662104903), - .UNSPECIFIED.); -#3863=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26201,#26202,#26203,#26204,#26205, -#26206,#26207,#26208,#26209,#26210,#26211,#26212,#26213,#26214,#26215,#26216, -#26217,#26218),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937790602, -0.0769379553392099,0.0864433687900074,0.0929569046317248,0.10313044902901, -0.108803530236784,0.11263869317206,0.116951525051588),.UNSPECIFIED.); -#3864=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26225,#26226,#26227,#26228,#26229, -#26230,#26231,#26232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596686319155E-7, -0.116124299136609,0.232248177676532,0.237182617229153),.UNSPECIFIED.); -#3865=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26237,#26238,#26239,#26240,#26241, -#26242,#26243,#26244,#26245,#26246,#26247,#26248,#26249,#26250,#26251,#26252, -#26253,#26254),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846826421, -0.281382540834211,0.282558166514471,0.283733792194731,0.288786502275225, -0.309651671089987,0.33051683990475,0.446640751004335,0.56276466210392), - .UNSPECIFIED.); -#3866=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26281,#26282,#26283,#26284,#26285, -#26286,#26287,#26288,#26289,#26290,#26291,#26292,#26293,#26294,#26295,#26296, -#26297,#26298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937788211, -0.0769379553374929,0.0864433687898933,0.0929569046321527,0.103130449029871, -0.108803530238168,0.112638693174091,0.116951525053882),.UNSPECIFIED.); -#3867=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26305,#26306,#26307,#26308,#26309, -#26310,#26311,#26312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596741386199E-7, -0.116124299136466,0.232248177676191,0.237182617228615),.UNSPECIFIED.); -#3868=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26317,#26318,#26319,#26320,#26321, -#26322,#26323,#26324,#26325,#26326,#26327,#26328,#26329,#26330,#26331,#26332, -#26333,#26334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846825963, -0.281382540833751,0.282558166514008,0.283733792194266,0.288786502274748, -0.309651671089453,0.330516839904159,0.446640751003551,0.562764662102943), - .UNSPECIFIED.); -#3869=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26361,#26362,#26363,#26364,#26365, -#26366,#26367,#26368,#26369,#26370,#26371,#26372,#26373,#26374,#26375,#26376, -#26377,#26378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937792186, -0.0769379553392477,0.0864433687906702,0.0929569046329071,0.103130449030644, -0.108803530238181,0.112638693173079,0.116951525051637),.UNSPECIFIED.); -#3870=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26385,#26386,#26387,#26388,#26389, -#26390,#26391,#26392),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596796453248E-7, -0.116124299136325,0.232248177675854,0.237182617228077),.UNSPECIFIED.); -#3871=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26397,#26398,#26399,#26400,#26401, -#26402,#26403,#26404,#26405,#26406,#26407,#26408,#26409,#26410,#26411,#26412, -#26413,#26414),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846825505, -0.28138254083329,0.282558166513546,0.283733792193802,0.288786502274266, -0.309651671088919,0.330516839903572,0.446640751002769,0.562764662101967), - .UNSPECIFIED.); -#3872=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26441,#26442,#26443,#26444,#26445, -#26446,#26447,#26448,#26449,#26450,#26451,#26452,#26453,#26454,#26455,#26456, -#26457,#26458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937789335, -0.0769379553382612,0.0864433687894603,0.0929569046335559,0.103130449035777, -0.108803530246017,0.112638693181906,0.116951525062272),.UNSPECIFIED.); -#3873=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26465,#26466,#26467,#26468,#26469, -#26470,#26471,#26472),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596853296643E-7, -0.116124299136184,0.232248177675516,0.237182617227543),.UNSPECIFIED.); -#3874=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26477,#26478,#26479,#26480,#26481, -#26482,#26483,#26484,#26485,#26486,#26487,#26488,#26489,#26490,#26491,#26492, -#26493,#26494),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846825042, -0.281382540832832,0.282558166513084,0.283733792193337,0.28878650227379, -0.309651671088387,0.330516839902985,0.44664075100199,0.562764662100994), - .UNSPECIFIED.); -#3875=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26521,#26522,#26523,#26524,#26525, -#26526,#26527,#26528,#26529,#26530,#26531,#26532,#26533,#26534,#26535,#26536, -#26537,#26538),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937790938, -0.076937955338452,0.0864433687886577,0.0929569046311114,0.103130449030571, -0.108803530239352,0.112638693175347,0.116951525055897),.UNSPECIFIED.); -#3876=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26545,#26546,#26547,#26548,#26549, -#26550,#26551,#26552),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20596908363689E-7, -0.11612429913604,0.232248177675171,0.237182617227003),.UNSPECIFIED.); -#3877=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26557,#26558,#26559,#26560,#26561, -#26562,#26563,#26564,#26565,#26566,#26567,#26568,#26569,#26570,#26571,#26572, -#26573,#26574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846824582, -0.281382540832371,0.28255816651262,0.28373379219287,0.288786502273313,0.309651671087857, -0.3305168399024,0.446640751001209,0.562764662100018),.UNSPECIFIED.); -#3878=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26601,#26602,#26603,#26604,#26605, -#26606,#26607,#26608,#26609,#26610,#26611,#26612,#26613,#26614,#26615,#26616, -#26617,#26618),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937793889, -0.0769379553397738,0.0864433687911623,0.0929569046330471,0.103130449030054, -0.108803530237641,0.112638693173588,0.11695152505354),.UNSPECIFIED.); -#3879=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26625,#26626,#26627,#26628,#26629, -#26630,#26631,#26632),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059696343074E-7, -0.116124299135899,0.232248177674834,0.237182617226467),.UNSPECIFIED.); -#3880=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26637,#26638,#26639,#26640,#26641, -#26642,#26643,#26644,#26645,#26646,#26647,#26648,#26649,#26650,#26651,#26652, -#26653,#26654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846824119, -0.281382540831908,0.282558166512155,0.283733792192403,0.288786502272828, -0.309651671087316,0.330516839901804,0.44664075100042,0.562764662099036), - .UNSPECIFIED.); -#3881=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26681,#26682,#26683,#26684,#26685, -#26686,#26687,#26688,#26689,#26690,#26691,#26692,#26693,#26694,#26695,#26696, -#26697,#26698),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937792347, -0.0769379553382944,0.0864433687904998,0.0929569046336055,0.103130449032679, -0.1088035302412,0.112638693177421,0.116951525058072),.UNSPECIFIED.); -#3882=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26705,#26706,#26707,#26708,#26709, -#26710,#26711,#26712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597020274144E-7, -0.116124299135758,0.232248177674495,0.237182617225929),.UNSPECIFIED.); -#3883=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26717,#26718,#26719,#26720,#26721, -#26722,#26723,#26724,#26725,#26726,#26727,#26728,#26729,#26730,#26731,#26732, -#26733,#26734),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846823662, -0.281382540831448,0.282558166511691,0.283733792191935,0.28878650227235, -0.309651671086783,0.330516839901217,0.446640750999639,0.562764662098062), - .UNSPECIFIED.); -#3884=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26761,#26762,#26763,#26764,#26765, -#26766,#26767,#26768,#26769,#26770,#26771,#26772,#26773,#26774,#26775,#26776, -#26777,#26778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937792479, -0.0769379553384291,0.086443368790354,0.0929569046329972,0.103130449031521, -0.108803530239929,0.112638693175481,0.116951525054685),.UNSPECIFIED.); -#3885=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26785,#26786,#26787,#26788,#26789, -#26790,#26791,#26792),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597075341188E-7, -0.116124299135615,0.232248177674155,0.237182617225393),.UNSPECIFIED.); -#3886=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26797,#26798,#26799,#26800,#26801, -#26802,#26803,#26804,#26805,#26806,#26807,#26808,#26809,#26810,#26811,#26812, -#26813,#26814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846823202, -0.281382540830987,0.282558166511227,0.283733792191468,0.28878650227187, -0.309651671086247,0.330516839900625,0.446640750998853,0.562764662097081), - .UNSPECIFIED.); -#3887=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26841,#26842,#26843,#26844,#26845, -#26846,#26847,#26848,#26849,#26850,#26851,#26852,#26853,#26854,#26855,#26856, -#26857,#26858),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937796098, -0.0769379553402689,0.086443368792266,0.0929569046334541,0.103130449029311, -0.108803530236525,0.11263869317214,0.11695152505161),.UNSPECIFIED.); -#3888=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26865,#26866,#26867,#26868,#26869, -#26870,#26871,#26872),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597130408224E-7, -0.11612429913547,0.23224817767381,0.237182617224855),.UNSPECIFIED.); -#3889=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26877,#26878,#26879,#26880,#26881, -#26882,#26883,#26884,#26885,#26886,#26887,#26888,#26889,#26890,#26891,#26892, -#26893,#26894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846822737, -0.281382540830525,0.282558166510764,0.283733792191003,0.288786502271389, -0.309651671085711,0.330516839900033,0.446640750998068,0.562764662096103), - .UNSPECIFIED.); -#3890=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26921,#26922,#26923,#26924,#26925, -#26926,#26927,#26928,#26929,#26930,#26931,#26932,#26933,#26934,#26935,#26936, -#26937,#26938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937797183, -0.0769379553400579,0.0864433687918993,0.0929569046341443,0.103130449031789, -0.108803530240004,0.112638693175674,0.116951525054785),.UNSPECIFIED.); -#3891=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26945,#26946,#26947,#26948,#26949, -#26950,#26951,#26952),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059718547527E-7, -0.116124299135328,0.23224817767347,0.237182617224312),.UNSPECIFIED.); -#3892=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26957,#26958,#26959,#26960,#26961, -#26962,#26963,#26964,#26965,#26966,#26967,#26968,#26969,#26970,#26971,#26972, -#26973,#26974),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684682228, -0.281382540830065,0.282558166510302,0.283733792190538,0.28878650227091, -0.309651671085179,0.330516839899447,0.446640750997289,0.56276466209513), - .UNSPECIFIED.); -#3893=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27001,#27002,#27003,#27004,#27005, -#27006,#27007,#27008,#27009,#27010,#27011,#27012,#27013,#27014,#27015,#27016, -#27017,#27018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937805043, -0.0769379553465381,0.0864433687985819,0.0929569046434333,0.103130449047497, -0.108803530258958,0.11263869319579,0.116951525076344),.UNSPECIFIED.); -#3894=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27025,#27026,#27027,#27028,#27029, -#27030,#27031,#27032),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597240542312E-7, -0.116124299135185,0.232248177673129,0.237182617223777),.UNSPECIFIED.); -#3895=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27037,#27038,#27039,#27040,#27041, -#27042,#27043,#27044,#27045,#27046,#27047,#27048,#27049,#27050,#27051,#27052, -#27053,#27054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846821817, -0.281382540829605,0.282558166509838,0.283733792190072,0.28878650227043, -0.309651671084642,0.330516839898855,0.446640750996504,0.562764662094154), - .UNSPECIFIED.); -#3896=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27081,#27082,#27083,#27084,#27085, -#27086,#27087,#27088,#27089,#27090,#27091,#27092,#27093,#27094,#27095,#27096, -#27097,#27098),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937795887, -0.0769379553393263,0.0864433687908707,0.0929569046329571,0.10313044903054, -0.108803530238797,0.112638693174813,0.116951525054957),.UNSPECIFIED.); -#3897=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27105,#27106,#27107,#27108,#27109, -#27110,#27111,#27112),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597297385716E-7, -0.116124299135044,0.23224817767279,0.237182617223244),.UNSPECIFIED.); -#3898=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27117,#27118,#27119,#27120,#27121, -#27122,#27123,#27124,#27125,#27126,#27127,#27128,#27129,#27130,#27131,#27132, -#27133,#27134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684682136, -0.281382540829145,0.282558166509374,0.283733792189604,0.288786502269955, -0.309651671084111,0.330516839898267,0.446640750995722,0.562764662093178), - .UNSPECIFIED.); -#3899=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27161,#27162,#27163,#27164,#27165, -#27166,#27167,#27168,#27169,#27170,#27171,#27172,#27173,#27174,#27175,#27176, -#27177,#27178),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937799506, -0.0769379553404535,0.0864433687921095,0.0929569046359548,0.103130449036919, -0.108803530246549,0.112638693183471,0.116951525064269),.UNSPECIFIED.); -#3900=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27185,#27186,#27187,#27188,#27189, -#27190,#27191,#27192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597352452765E-7, -0.116124299134903,0.232248177672453,0.237182617222705),.UNSPECIFIED.); -#3901=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27197,#27198,#27199,#27200,#27201, -#27202,#27203,#27204,#27205,#27206,#27207,#27208,#27209,#27210,#27211,#27212, -#27213,#27214),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846820897, -0.281382540828681,0.282558166508908,0.283733792189136,0.288786502269469, -0.309651671083572,0.330516839897675,0.446640750994936,0.562764662092196), - .UNSPECIFIED.); -#3902=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27241,#27242,#27243,#27244,#27245, -#27246,#27247,#27248,#27249,#27250,#27251,#27252,#27253,#27254,#27255,#27256, -#27257,#27258),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937799834, -0.076937955340758,0.0864433687930926,0.0929569046363176,0.103130449035862, -0.108803530244487,0.112638693180775,0.116951525061302),.UNSPECIFIED.); -#3903=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27265,#27266,#27267,#27268,#27269, -#27270,#27271,#27272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597407519809E-7, -0.11612429913476,0.232248177672112,0.237182617222165),.UNSPECIFIED.); -#3904=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27277,#27278,#27279,#27280,#27281, -#27282,#27283,#27284,#27285,#27286,#27287,#27288,#27289,#27290,#27291,#27292, -#27293,#27294),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846820431, -0.281382540828221,0.282558166508447,0.283733792188672,0.28878650226899, -0.309651671083036,0.330516839897083,0.446640750994151,0.562764662091219), - .UNSPECIFIED.); -#3905=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27321,#27322,#27323,#27324,#27325, -#27326,#27327,#27328,#27329,#27330,#27331,#27332,#27333,#27334,#27335,#27336, -#27337,#27338),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937797987, -0.0769379553396354,0.0864433687911586,0.0929569046333133,0.103130449030954, -0.108803530238611,0.112638693173585,0.116951525052106),.UNSPECIFIED.); -#3906=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27345,#27346,#27347,#27348,#27349, -#27350,#27351,#27352),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597464363206E-7, -0.116124299134617,0.232248177671769,0.237182617221629),.UNSPECIFIED.); -#3907=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27357,#27358,#27359,#27360,#27361, -#27362,#27363,#27364,#27365,#27366,#27367,#27368,#27369,#27370,#27371,#27372, -#27373,#27374),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846819973, -0.28138254082776,0.282558166507982,0.283733792188205,0.28878650226851,0.309651671082501, -0.330516839896491,0.446640750993366,0.562764662090241),.UNSPECIFIED.); -#3908=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27401,#27402,#27403,#27404,#27405, -#27406,#27407,#27408,#27409,#27410,#27411,#27412,#27413,#27414,#27415,#27416, -#27417,#27418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493779903, -0.0769379553398644,0.0864433687914088,0.092956904632602,0.103130449028559, -0.108803530235705,0.112638693170479,0.116951525048947),.UNSPECIFIED.); -#3909=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27425,#27426,#27427,#27428,#27429, -#27430,#27431,#27432),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597519430249E-7, -0.116124299134474,0.232248177671429,0.237182617221093),.UNSPECIFIED.); -#3910=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27437,#27438,#27439,#27440,#27441, -#27442,#27443,#27444,#27445,#27446,#27447,#27448,#27449,#27450,#27451,#27452, -#27453,#27454),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846819517, -0.281382540827301,0.28255816650752,0.283733792187739,0.288786502268035, -0.30965167108197,0.330516839895905,0.446640750992586,0.562764662089268), - .UNSPECIFIED.); -#3911=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27481,#27482,#27483,#27484,#27485, -#27486,#27487,#27488,#27489,#27490,#27491,#27492,#27493,#27494,#27495,#27496, -#27497,#27498),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937799547, -0.0769379553401723,0.0864433687904529,0.0929569046321329,0.103130449029318, -0.108803530236703,0.112638693172547,0.116951525052176),.UNSPECIFIED.); -#3912=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27505,#27506,#27507,#27508,#27509, -#27510,#27511,#27512),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597574497303E-7, -0.116124299134331,0.232248177671088,0.237182617220552),.UNSPECIFIED.); -#3913=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27517,#27518,#27519,#27520,#27521, -#27522,#27523,#27524,#27525,#27526,#27527,#27528,#27529,#27530,#27531,#27532, -#27533,#27534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846819051, -0.28138254082684,0.282558166507056,0.283733792187273,0.288786502267552, -0.309651671081434,0.330516839895316,0.446640750991803,0.562764662088289), - .UNSPECIFIED.); -#3914=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27561,#27562,#27563,#27564,#27565, -#27566,#27567,#27568,#27569,#27570,#27571,#27572,#27573,#27574,#27575,#27576, -#27577,#27578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493781005, -0.0769379553476003,0.0864433687988777,0.0929569046433992,0.103130449046749, -0.108803530257238,0.112638693195048,0.116951525076772),.UNSPECIFIED.); -#3915=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27585,#27586,#27587,#27588,#27589, -#27590,#27591,#27592),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597631340702E-7, -0.116124299134192,0.232248177670752,0.237182617220018),.UNSPECIFIED.); -#3916=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27597,#27598,#27599,#27600,#27601, -#27602,#27603,#27604,#27605,#27606,#27607,#27608,#27609,#27610,#27611,#27612, -#27613,#27614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846818594, -0.281382540826381,0.282558166506596,0.28373379218681,0.288786502267074, -0.309651671080901,0.330516839894728,0.446640750991023,0.562764662087317), - .UNSPECIFIED.); -#3917=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27641,#27642,#27643,#27644,#27645, -#27646,#27647,#27648,#27649,#27650,#27651,#27652,#27653,#27654,#27655,#27656, -#27657,#27658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937800789, -0.0769379553402151,0.0864433687921314,0.0929569046348023,0.103130449033491, -0.108803530242162,0.112638693178399,0.116951525058646),.UNSPECIFIED.); -#3918=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27665,#27666,#27667,#27668,#27669, -#27670,#27671,#27672),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597686407746E-7, -0.116124299134049,0.232248177670412,0.237182617219478),.UNSPECIFIED.); -#3919=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27677,#27678,#27679,#27680,#27681, -#27682,#27683,#27684,#27685,#27686,#27687,#27688,#27689,#27690,#27691,#27692, -#27693,#27694),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846818135, -0.281382540825919,0.28255816650613,0.283733792186341,0.288786502266594, -0.309651671080365,0.330516839894136,0.446640750990236,0.562764662086337), - .UNSPECIFIED.); -#3920=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27721,#27722,#27723,#27724,#27725, -#27726,#27727,#27728,#27729,#27730,#27731,#27732,#27733,#27734,#27735,#27736, -#27737,#27738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937801949, -0.0769379553400377,0.0864433687920481,0.0929569046342812,0.103130449031763, -0.108803530239327,0.112638693174682,0.116951525053984),.UNSPECIFIED.); -#3921=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27745,#27746,#27747,#27748,#27749, -#27750,#27751,#27752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059774147479E-7, -0.116124299133906,0.232248177670071,0.237182617218943),.UNSPECIFIED.); -#3922=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27757,#27758,#27759,#27760,#27761, -#27762,#27763,#27764,#27765,#27766,#27767,#27768,#27769,#27770,#27771,#27772, -#27773,#27774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846817673, -0.281382540825457,0.282558166505667,0.283733792185876,0.288786502266112, -0.309651671079828,0.330516839893544,0.446640750989451,0.562764662085358), - .UNSPECIFIED.); -#3923=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27801,#27802,#27803,#27804,#27805, -#27806,#27807,#27808,#27809,#27810,#27811,#27812,#27813,#27814,#27815,#27816, -#27817,#27818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937805643, -0.0769379553417358,0.0864433687930937,0.092956904635883,0.103130449034608, -0.108803530243267,0.112638693179586,0.116951525059963),.UNSPECIFIED.); -#3924=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27825,#27826,#27827,#27828,#27829, -#27830,#27831,#27832),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597796541834E-7, -0.116124299133764,0.232248177669731,0.237182617218402),.UNSPECIFIED.); -#3925=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27837,#27838,#27839,#27840,#27841, -#27842,#27843,#27844,#27845,#27846,#27847,#27848,#27849,#27850,#27851,#27852, -#27853,#27854),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846817213, -0.281382540824997,0.282558166505203,0.283733792185409,0.288786502265634, -0.309651671079296,0.330516839892959,0.446640750988671,0.562764662084383), - .UNSPECIFIED.); -#3926=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27881,#27882,#27883,#27884,#27885, -#27886,#27887,#27888,#27889,#27890,#27891,#27892,#27893,#27894,#27895,#27896, -#27897,#27898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937802894, -0.0769379553404358,0.0864433687930967,0.0929569046355199,0.103130449033296, -0.108803530241151,0.112638693176669,0.116951525056303),.UNSPECIFIED.); -#3927=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27905,#27906,#27907,#27908,#27909, -#27910,#27911,#27912),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597851608878E-7, -0.116124299133621,0.23224817766939,0.237182617217863),.UNSPECIFIED.); -#3928=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27917,#27918,#27919,#27920,#27921, -#27922,#27923,#27924,#27925,#27926,#27927,#27928,#27929,#27930,#27931,#27932, -#27933,#27934),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846816749, -0.281382540824536,0.282558166504739,0.283733792184942,0.288786502265157, -0.309651671078764,0.33051683989237,0.446640750987888,0.562764662083406), - .UNSPECIFIED.); -#3929=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27961,#27962,#27963,#27964,#27965, -#27966,#27967,#27968,#27969,#27970,#27971,#27972,#27973,#27974,#27975,#27976, -#27977,#27978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937806371, -0.0769379553419509,0.0864433687943657,0.0929569046380203,0.103130449038518, -0.108803530247936,0.112638693184156,0.116951525064221),.UNSPECIFIED.); -#3930=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27985,#27986,#27987,#27988,#27989, -#27990,#27991,#27992),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597908452286E-7, -0.116124299133478,0.232248177669048,0.23718261721733),.UNSPECIFIED.); -#3931=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27997,#27998,#27999,#28000,#28001, -#28002,#28003,#28004,#28005,#28006,#28007,#28008,#28009,#28010,#28011,#28012, -#28013,#28014),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846816288, -0.281382540824074,0.282558166504274,0.283733792184475,0.288786502264675, -0.309651671078226,0.330516839891778,0.446640750987103,0.562764662082428), - .UNSPECIFIED.); -#3932=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28041,#28042,#28043,#28044,#28045, -#28046,#28047,#28048,#28049,#28050,#28051,#28052,#28053,#28054,#28055,#28056, -#28057,#28058),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937805018, -0.0769379553408085,0.0864433687927413,0.0929569046352755,0.103130449033281, -0.108803530241213,0.112638693176751,0.116951525056223),.UNSPECIFIED.); -#3933=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28065,#28066,#28067,#28068,#28069, -#28070,#28071,#28072),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20597963519325E-7, -0.116124299133337,0.23224817766871,0.237182617216789),.UNSPECIFIED.); -#3934=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28077,#28078,#28079,#28080,#28081, -#28082,#28083,#28084,#28085,#28086,#28087,#28088,#28089,#28090,#28091,#28092, -#28093,#28094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846815825, -0.281382540823613,0.282558166503811,0.283733792184009,0.288786502264194, -0.309651671077691,0.330516839891187,0.446640750986318,0.562764662081449), - .UNSPECIFIED.); -#3935=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28121,#28122,#28123,#28124,#28125, -#28126,#28127,#28128,#28129,#28130,#28131,#28132,#28133,#28134,#28135,#28136, -#28137,#28138),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937805637, -0.0769379553406028,0.0864433687932173,0.0929569046361448,0.103130449034919, -0.108803530243565,0.112638693179594,0.116951525059763),.UNSPECIFIED.); -#3936=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28145,#28146,#28147,#28148,#28149, -#28150,#28151,#28152),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598018586382E-7, -0.116124299133192,0.232248177668366,0.237182617216253),.UNSPECIFIED.); -#3937=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28157,#28158,#28159,#28160,#28161, -#28162,#28163,#28164,#28165,#28166,#28167,#28168,#28169,#28170,#28171,#28172, -#28173,#28174),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684681537, -0.281382540823153,0.282558166503349,0.283733792183544,0.288786502263717, -0.309651671077156,0.330516839890595,0.446640750985534,0.562764662080473), - .UNSPECIFIED.); -#3938=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28201,#28202,#28203,#28204,#28205, -#28206,#28207,#28208,#28209,#28210,#28211,#28212,#28213,#28214,#28215,#28216, -#28217,#28218),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937809178, -0.0769379553427911,0.0864433687929118,0.0929569046336827,0.10313044902991, -0.108803530237118,0.11263869317158,0.116951525050317),.UNSPECIFIED.); -#3939=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28225,#28226,#28227,#28228,#28229, -#28230,#28231,#28232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598075429775E-7, -0.116124299133051,0.232248177668027,0.237182617215716),.UNSPECIFIED.); -#3940=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28237,#28238,#28239,#28240,#28241, -#28242,#28243,#28244,#28245,#28246,#28247,#28248,#28249,#28250,#28251,#28252, -#28253,#28254),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846814909, -0.281382540822693,0.282558166502885,0.283733792183077,0.288786502263238, -0.309651671076622,0.330516839890006,0.446640750984753,0.5627646620795), - .UNSPECIFIED.); -#3941=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28281,#28282,#28283,#28284,#28285, -#28286,#28287,#28288,#28289,#28290,#28291,#28292,#28293,#28294,#28295,#28296, -#28297,#28298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937810682, -0.0769379553426217,0.0864433687943549,0.0929569046369223,0.103130449035344, -0.108803530243575,0.112638693179487,0.116951525059168),.UNSPECIFIED.); -#3942=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28305,#28306,#28307,#28308,#28309, -#28310,#28311,#28312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598130496815E-7, -0.11612429913291,0.23224817766769,0.23718261721518),.UNSPECIFIED.); -#3943=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28317,#28318,#28319,#28320,#28321, -#28322,#28323,#28324,#28325,#28326,#28327,#28328,#28329,#28330,#28331,#28332, -#28333,#28334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846814446, -0.281382540822231,0.28255816650242,0.283733792182608,0.288786502262755, -0.309651671076087,0.330516839889419,0.446640750983969,0.562764662078518), - .UNSPECIFIED.); -#3944=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28361,#28362,#28363,#28364,#28365, -#28366,#28367,#28368,#28369,#28370,#28371,#28372,#28373,#28374,#28375,#28376, -#28377,#28378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937812335, -0.0769379553428896,0.0864433687925385,0.0929569046348062,0.103130449033918, -0.108803530242379,0.112638693177897,0.116951525057199),.UNSPECIFIED.); -#3945=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28385,#28386,#28387,#28388,#28389, -#28390,#28391,#28392),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598185563865E-7, -0.116124299132769,0.232248177667352,0.237182617214639),.UNSPECIFIED.); -#3946=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28397,#28398,#28399,#28400,#28401, -#28402,#28403,#28404,#28405,#28406,#28407,#28408,#28409,#28410,#28411,#28412, -#28413,#28414),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846813987, -0.281382540821772,0.282558166501959,0.283733792182145,0.288786502262277, -0.309651671075554,0.330516839888832,0.446640750983188,0.562764662077544), - .UNSPECIFIED.); -#3947=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28441,#28442,#28443,#28444,#28445, -#28446,#28447,#28448,#28449,#28450,#28451,#28452,#28453,#28454,#28455,#28456, -#28457,#28458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937811133, -0.0769379553417132,0.0864433687939945,0.0929569046374803,0.103130449037531, -0.108803530246712,0.112638693182758,0.116951525062731),.UNSPECIFIED.); -#3948=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28465,#28466,#28467,#28468,#28469, -#28470,#28471,#28472),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598240630917E-7, -0.116124299132623,0.232248177667005,0.237182617214103),.UNSPECIFIED.); -#3949=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28477,#28478,#28479,#28480,#28481, -#28482,#28483,#28484,#28485,#28486,#28487,#28488,#28489,#28490,#28491,#28492, -#28493,#28494),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846813525, -0.281382540821309,0.282558166501492,0.283733792181675,0.288786502261797, -0.309651671075018,0.330516839888239,0.446640750982401,0.562764662076564), - .UNSPECIFIED.); -#3950=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28521,#28522,#28523,#28524,#28525, -#28526,#28527,#28528,#28529,#28530,#28531,#28532,#28533,#28534,#28535,#28536, -#28537,#28538),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937811908, -0.0769379553422369,0.0864433687939617,0.0929569046353715,0.103130449031568, -0.108803530238478,0.11263869317301,0.116951525051386),.UNSPECIFIED.); -#3951=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28545,#28546,#28547,#28548,#28549, -#28550,#28551,#28552),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598297474313E-7, -0.11612429913248,0.232248177666662,0.237182617213567),.UNSPECIFIED.); -#3952=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28557,#28558,#28559,#28560,#28561, -#28562,#28563,#28564,#28565,#28566,#28567,#28568,#28569,#28570,#28571,#28572, -#28573,#28574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846813067, -0.281382540820849,0.28255816650103,0.283733792181211,0.288786502261317, -0.309651671074481,0.330516839887646,0.446640750981617,0.562764662075588), - .UNSPECIFIED.); -#3953=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28601,#28602,#28603,#28604,#28605, -#28606,#28607,#28608,#28609,#28610,#28611,#28612,#28613,#28614,#28615,#28616, -#28617,#28618),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937813533, -0.076937955342924,0.0864433687952948,0.092956904638538,0.103130449037684, -0.108803530246364,0.112638693182583,0.116951525062801),.UNSPECIFIED.); -#3954=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28625,#28626,#28627,#28628,#28629, -#28630,#28631,#28632),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598352541357E-7, -0.116124299132337,0.232248177666322,0.237182617213026),.UNSPECIFIED.); -#3955=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28637,#28638,#28639,#28640,#28641, -#28642,#28643,#28644,#28645,#28646,#28647,#28648,#28649,#28650,#28651,#28652, -#28653,#28654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846812605, -0.281382540820387,0.282558166500565,0.283733792180744,0.288786502260834, -0.309651671073947,0.33051683988706,0.446640750980836,0.562764662074611), - .UNSPECIFIED.); -#3956=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28681,#28682,#28683,#28684,#28685, -#28686,#28687,#28688,#28689,#28690,#28691,#28692,#28693,#28694,#28695,#28696, -#28697,#28698),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937812882, -0.0769379553424246,0.086443368793528,0.0929569046355081,0.103130449033329, -0.10880353024142,0.112638693177057,0.116951525056495),.UNSPECIFIED.); -#3957=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28705,#28706,#28707,#28708,#28709, -#28710,#28711,#28712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598407608402E-7, -0.116124299132197,0.232248177665987,0.237182617212488),.UNSPECIFIED.); -#3958=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28717,#28718,#28719,#28720,#28721, -#28722,#28723,#28724,#28725,#28726,#28727,#28728,#28729,#28730,#28731,#28732, -#28733,#28734),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846812145, -0.281382540819928,0.282558166500105,0.283733792180281,0.288786502260354, -0.309651671073413,0.330516839886471,0.446640750980052,0.562764662073634), - .UNSPECIFIED.); -#3959=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28761,#28762,#28763,#28764,#28765, -#28766,#28767,#28768,#28769,#28770,#28771,#28772,#28773,#28774,#28775,#28776, -#28777,#28778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937812708, -0.0769379553418963,0.0864433687934647,0.092956904635844,0.103130449034228, -0.108803530242211,0.112638693177256,0.116951525056206),.UNSPECIFIED.); -#3960=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28785,#28786,#28787,#28788,#28789, -#28790,#28791,#28792),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598462675452E-7, -0.116124299132054,0.232248177665644,0.237182617211952),.UNSPECIFIED.); -#3961=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28797,#28798,#28799,#28800,#28801, -#28802,#28803,#28804,#28805,#28806,#28807,#28808,#28809,#28810,#28811,#28812, -#28813,#28814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846811684, -0.281382540819468,0.282558166499641,0.283733792179813,0.288786502259882, -0.309651671072882,0.330516839885882,0.44664075097927,0.562764662072659), - .UNSPECIFIED.); -#3962=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28841,#28842,#28843,#28844,#28845, -#28846,#28847,#28848,#28849,#28850,#28851,#28852,#28853,#28854,#28855,#28856, -#28857,#28858),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937815931, -0.0769379553434216,0.0864433687952801,0.0929569046382729,0.103130449037459, -0.108803530246258,0.112638693182742,0.116951525062993),.UNSPECIFIED.); -#3963=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28865,#28866,#28867,#28868,#28869, -#28870,#28871,#28872),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598519518854E-7, -0.116124299131912,0.232248177665305,0.237182617211417),.UNSPECIFIED.); -#3964=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28877,#28878,#28879,#28880,#28881, -#28882,#28883,#28884,#28885,#28886,#28887,#28888,#28889,#28890,#28891,#28892, -#28893,#28894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846811221, -0.281382540819006,0.282558166499176,0.283733792179346,0.288786502259398, -0.309651671072343,0.330516839885289,0.446640750978485,0.562764662071682), - .UNSPECIFIED.); -#3965=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28921,#28922,#28923,#28924,#28925, -#28926,#28927,#28928,#28929,#28930,#28931,#28932,#28933,#28934,#28935,#28936, -#28937,#28938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937826293, -0.076937955350625,0.0864433688039225,0.0929569046481426,0.103130449050117, -0.108803530259968,0.112638693196316,0.116951525076478),.UNSPECIFIED.); -#3966=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28945,#28946,#28947,#28948,#28949, -#28950,#28951,#28952),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.205985745859E-7, -0.11612429913177,0.232248177664965,0.237182617210877),.UNSPECIFIED.); -#3967=B_SPLINE_CURVE_WITH_KNOTS('',3,(#28957,#28958,#28959,#28960,#28961, -#28962,#28963,#28964,#28965,#28966,#28967,#28968,#28969,#28970,#28971,#28972, -#28973,#28974),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846810763, -0.281382540818546,0.282558166498714,0.283733792178882,0.288786502258921, -0.309651671071811,0.330516839884701,0.446640750977703,0.562764662070704), - .UNSPECIFIED.); -#3968=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29001,#29002,#29003,#29004,#29005, -#29006,#29007,#29008,#29009,#29010,#29011,#29012,#29013,#29014,#29015,#29016, -#29017,#29018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937816104, -0.0769379553427739,0.0864433687943745,0.0929569046377826,0.103130449038002, -0.108803530247027,0.112638693183512,0.116951525063947),.UNSPECIFIED.); -#3969=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29025,#29026,#29027,#29028,#29029, -#29030,#29031,#29032),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598629652936E-7, -0.116124299131625,0.23224817766462,0.237182617210339),.UNSPECIFIED.); -#3970=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29037,#29038,#29039,#29040,#29041, -#29042,#29043,#29044,#29045,#29046,#29047,#29048,#29049,#29050,#29051,#29052, -#29053,#29054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.2810368468103, -0.281382540818083,0.282558166498248,0.283733792178413,0.288786502258438, -0.309651671071274,0.33051683988411,0.446640750976918,0.562764662069726), - .UNSPECIFIED.); -#3971=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29081,#29082,#29083,#29084,#29085, -#29086,#29087,#29088,#29089,#29090,#29091,#29092,#29093,#29094,#29095,#29096, -#29097,#29098),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937815471, -0.0769379553423777,0.0864433687940005,0.0929569046360153,0.103130449033354, -0.108803530240923,0.112638693175853,0.116951525054564),.UNSPECIFIED.); -#3972=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29105,#29106,#29107,#29108,#29109, -#29110,#29111,#29112),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059868649634E-7, -0.116124299131484,0.232248177664282,0.237182617209805),.UNSPECIFIED.); -#3973=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29117,#29118,#29119,#29120,#29121, -#29122,#29123,#29124,#29125,#29126,#29127,#29128,#29129,#29130,#29131,#29132, -#29133,#29134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846809841, -0.281382540817624,0.282558166497786,0.283733792177948,0.288786502257959, -0.30965167107074,0.330516839883521,0.446640750976135,0.562764662068749), - .UNSPECIFIED.); -#3974=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29161,#29162,#29163,#29164,#29165, -#29166,#29167,#29168,#29169,#29170,#29171,#29172,#29173,#29174,#29175,#29176, -#29177,#29178),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937832941, -0.0769379553524916,0.0864433688050469,0.0929569046486386,0.103130449049878, -0.108803530259372,0.112638693195844,0.116951525076268),.UNSPECIFIED.); -#3975=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29185,#29186,#29187,#29188,#29189, -#29190,#29191,#29192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598741563389E-7, -0.116124299131343,0.232248177663944,0.237182617209264),.UNSPECIFIED.); -#3976=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29197,#29198,#29199,#29200,#29201, -#29202,#29203,#29204,#29205,#29206,#29207,#29208,#29209,#29210,#29211,#29212, -#29213,#29214),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684680938, -0.281382540817163,0.282558166497322,0.283733792177481,0.28878650225748, -0.309651671070207,0.330516839882935,0.446640750975355,0.562764662067775), - .UNSPECIFIED.); -#3977=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29241,#29242,#29243,#29244,#29245, -#29246,#29247,#29248,#29249,#29250,#29251,#29252,#29253,#29254,#29255,#29256, -#29257,#29258),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937818475, -0.0769379553431733,0.0864433687955726,0.0929569046384489,0.103130449036905, -0.108803530245246,0.112638693180995,0.116951525060427),.UNSPECIFIED.); -#3978=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29265,#29266,#29267,#29268,#29269, -#29270,#29271,#29272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598796630439E-7, -0.116124299131202,0.232248177663607,0.237182617208726),.UNSPECIFIED.); -#3979=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29277,#29278,#29279,#29280,#29281, -#29282,#29283,#29284,#29285,#29286,#29287,#29288,#29289,#29290,#29291,#29292, -#29293,#29294),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846808919, -0.281382540816703,0.28255816649686,0.283733792177018,0.288786502256998, -0.309651671069671,0.330516839882344,0.446640750974571,0.562764662066798), - .UNSPECIFIED.); -#3980=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29321,#29322,#29323,#29324,#29325, -#29326,#29327,#29328,#29329,#29330,#29331,#29332,#29333,#29334,#29335,#29336, -#29337,#29338),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937820511, -0.0769379553442379,0.0864433687958059,0.0929569046383474,0.103130449036632, -0.108803530244763,0.112638693180389,0.116951525059819),.UNSPECIFIED.); -#3981=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29345,#29346,#29347,#29348,#29349, -#29350,#29351,#29352),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598851697475E-7, -0.116124299131057,0.232248177663262,0.23718261720819),.UNSPECIFIED.); -#3982=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29357,#29358,#29359,#29360,#29361, -#29362,#29363,#29364,#29365,#29366,#29367,#29368,#29369,#29370,#29371,#29372, -#29373,#29374),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846808457, -0.28138254081624,0.282558166496393,0.283733792176546,0.288786502256522, -0.309651671069136,0.330516839881749,0.446640750973783,0.562764662065817), - .UNSPECIFIED.); -#3983=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29401,#29402,#29403,#29404,#29405, -#29406,#29407,#29408,#29409,#29410,#29411,#29412,#29413,#29414,#29415,#29416, -#29417,#29418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937820128, -0.0769379553439318,0.086443368794625,0.0929569046363212,0.103130449034044, -0.108803530242297,0.112638693177734,0.116951525056985),.UNSPECIFIED.); -#3984=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29425,#29426,#29427,#29428,#29429, -#29430,#29431,#29432),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598908540878E-7, -0.116124299130915,0.232248177662922,0.237182617207654),.UNSPECIFIED.); -#3985=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29437,#29438,#29439,#29440,#29441, -#29442,#29443,#29444,#29445,#29446,#29447,#29448,#29449,#29450,#29451,#29452, -#29453,#29454),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846807996, -0.28138254081578,0.282558166495931,0.283733792176082,0.288786502256039, -0.309651671068601,0.330516839881163,0.446640750973002,0.562764662064842), - .UNSPECIFIED.); -#3986=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29481,#29482,#29483,#29484,#29485, -#29486,#29487,#29488,#29489,#29490,#29491,#29492,#29493,#29494,#29495,#29496, -#29497,#29498),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937820928, -0.0769379553440994,0.0864433687953797,0.0929569046373229,0.103130449034553, -0.10880353024198,0.112638693178204,0.116951525058884),.UNSPECIFIED.); -#3987=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29505,#29506,#29507,#29508,#29509, -#29510,#29511,#29512),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20598963607923E-7, -0.116124299130773,0.232248177662583,0.237182617207116),.UNSPECIFIED.); -#3988=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29517,#29518,#29519,#29520,#29521, -#29522,#29523,#29524,#29525,#29526,#29527,#29528,#29529,#29530,#29531,#29532, -#29533,#29534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846807536, -0.281382540815319,0.282558166495468,0.283733792175617,0.28878650225556, -0.309651671068065,0.33051683988057,0.446640750972217,0.562764662063863), - .UNSPECIFIED.); -#3989=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29561,#29562,#29563,#29564,#29565, -#29566,#29567,#29568,#29569,#29570,#29571,#29572,#29573,#29574,#29575,#29576, -#29577,#29578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937821244, -0.0769379553437468,0.086443368796262,0.0929569046388732,0.103130449037095, -0.1088035302452,0.112638693180473,0.116951525059698),.UNSPECIFIED.); -#3990=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29585,#29586,#29587,#29588,#29589, -#29590,#29591,#29592),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599018674966E-7, -0.11612429913063,0.232248177662242,0.237182617206575),.UNSPECIFIED.); -#3991=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29597,#29598,#29599,#29600,#29601, -#29602,#29603,#29604,#29605,#29606,#29607,#29608,#29609,#29610,#29611,#29612, -#29613,#29614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846807077, -0.28138254081486,0.282558166495005,0.283733792175151,0.288786502255084, -0.309651671067534,0.330516839879985,0.446640750971438,0.562764662062891), - .UNSPECIFIED.); -#3992=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29641,#29642,#29643,#29644,#29645, -#29646,#29647,#29648,#29649,#29650,#29651,#29652,#29653,#29654,#29655,#29656, -#29657,#29658),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937822073, -0.0769379553439983,0.0864433687952594,0.0929569046373029,0.103130449034792, -0.108803530242649,0.112638693177841,0.11695152505657),.UNSPECIFIED.); -#3993=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29665,#29666,#29667,#29668,#29669, -#29670,#29671,#29672),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059907374201E-7, -0.116124299130487,0.232248177661901,0.23718261720604),.UNSPECIFIED.); -#3994=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29677,#29678,#29679,#29680,#29681, -#29682,#29683,#29684,#29685,#29686,#29687,#29688,#29689,#29690,#29691,#29692, -#29693,#29694),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846806613, -0.281382540814397,0.282558166494539,0.283733792174682,0.288786502254601, -0.309651671066997,0.330516839879393,0.44664075097065,0.562764662061908), - .UNSPECIFIED.); -#3995=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29721,#29722,#29723,#29724,#29725, -#29726,#29727,#29728,#29729,#29730,#29731,#29732,#29733,#29734,#29735,#29736, -#29737,#29738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937821682, -0.076937955343508,0.0864433687953945,0.0929569046381588,0.103130449036782, -0.108803530245026,0.112638693180654,0.116951525059893),.UNSPECIFIED.); -#3996=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29745,#29746,#29747,#29748,#29749, -#29750,#29751,#29752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599130585414E-7, -0.116124299130346,0.232248177661562,0.237182617205501),.UNSPECIFIED.); -#3997=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29757,#29758,#29759,#29760,#29761, -#29762,#29763,#29764,#29765,#29766,#29767,#29768,#29769,#29770,#29771,#29772, -#29773,#29774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846806154, -0.281382540813937,0.282558166494077,0.283733792174218,0.28878650225412, -0.309651671066461,0.330516839878801,0.446640750969867,0.562764662060933), - .UNSPECIFIED.); -#3998=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29801,#29802,#29803,#29804,#29805, -#29806,#29807,#29808,#29809,#29810,#29811,#29812,#29813,#29814,#29815,#29816, -#29817,#29818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937823602, -0.0769379553440554,0.0864433687959359,0.0929569046389403,0.103130449038042, -0.108803530246491,0.112638693182189,0.116951525061614),.UNSPECIFIED.); -#3999=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29825,#29826,#29827,#29828,#29829, -#29830,#29831,#29832),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599185652464E-7, -0.116124299130205,0.232248177661225,0.237182617204962),.UNSPECIFIED.); -#4000=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29837,#29838,#29839,#29840,#29841, -#29842,#29843,#29844,#29845,#29846,#29847,#29848,#29849,#29850,#29851,#29852, -#29853,#29854),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846805693, -0.281382540813476,0.282558166493614,0.283733792173752,0.288786502253638, -0.309651671065925,0.330516839878212,0.446640750969085,0.562764662059957), - .UNSPECIFIED.); -#4001=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29881,#29882,#29883,#29884,#29885, -#29886,#29887,#29888,#29889,#29890,#29891,#29892,#29893,#29894,#29895,#29896, -#29897,#29898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937823959, -0.0769379553443372,0.0864433687965767,0.09295690463919,0.103130449037672, -0.108803530245648,0.11263869318096,0.116951525060104),.UNSPECIFIED.); -#4002=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29905,#29906,#29907,#29908,#29909, -#29910,#29911,#29912),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.2059924071951E-7, -0.116124299130061,0.232248177660881,0.237182617204426),.UNSPECIFIED.); -#4003=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29917,#29918,#29919,#29920,#29921, -#29922,#29923,#29924,#29925,#29926,#29927,#29928,#29929,#29930,#29931,#29932, -#29933,#29934),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846805231, -0.281382540813014,0.282558166493149,0.283733792173284,0.288786502253162, -0.309651671065392,0.330516839877622,0.4466407509683,0.562764662058978), - .UNSPECIFIED.); -#4004=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29961,#29962,#29963,#29964,#29965, -#29966,#29967,#29968,#29969,#29970,#29971,#29972,#29973,#29974,#29975,#29976, -#29977,#29978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937824486, -0.0769379553445904,0.0864433687966853,0.0929569046388219,0.103130449036336, -0.108803530243796,0.112638693179267,0.116951525058445),.UNSPECIFIED.); -#4005=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29985,#29986,#29987,#29988,#29989, -#29990,#29991,#29992),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599295786546E-7, -0.116124299129918,0.232248177660541,0.237182617203889),.UNSPECIFIED.); -#4006=B_SPLINE_CURVE_WITH_KNOTS('',3,(#29997,#29998,#29999,#30000,#30001, -#30002,#30003,#30004,#30005,#30006,#30007,#30008,#30009,#30010,#30011,#30012, -#30013,#30014),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684680477, -0.281382540812553,0.282558166492685,0.283733792172817,0.288786502252678, -0.309651671064853,0.330516839877027,0.446640750967514,0.562764662058001), - .UNSPECIFIED.); -#4007=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30041,#30042,#30043,#30044,#30045, -#30046,#30047,#30048,#30049,#30050,#30051,#30052,#30053,#30054,#30055,#30056, -#30057,#30058),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.037806493782521, -0.0769379553446859,0.0864433687967699,0.0929569046398992,0.103130449039176, -0.108803530247604,0.112638693183567,0.116951525063745),.UNSPECIFIED.); -#4008=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30065,#30066,#30067,#30068,#30069, -#30070,#30071,#30072),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599350853598E-7, -0.116124299129775,0.2322481776602,0.237182617203351),.UNSPECIFIED.); -#4009=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30077,#30078,#30079,#30080,#30081, -#30082,#30083,#30084,#30085,#30086,#30087,#30088,#30089,#30090,#30091,#30092, -#30093,#30094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684680431, -0.281382540812093,0.282558166492222,0.283733792172351,0.288786502252203, -0.309651671064322,0.330516839876442,0.446640750966734,0.562764662057026), - .UNSPECIFIED.); -#4010=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30121,#30122,#30123,#30124,#30125, -#30126,#30127,#30128,#30129,#30130,#30131,#30132,#30133,#30134,#30135,#30136, -#30137,#30138),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937825356, -0.0769379553444759,0.0864433687961614,0.0929569046385779,0.103130449036646, -0.108803530244505,0.112638693180034,0.116951525059513),.UNSPECIFIED.); -#4011=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30145,#30146,#30147,#30148,#30149, -#30150,#30151,#30152),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599407697005E-7, -0.116124299129633,0.232248177659857,0.237182617202816),.UNSPECIFIED.); -#4012=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30157,#30158,#30159,#30160,#30161, -#30162,#30163,#30164,#30165,#30166,#30167,#30168,#30169,#30170,#30171,#30172, -#30173,#30174),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846803851, -0.281382540811633,0.28255816649176,0.283733792171887,0.288786502251724, -0.309651671063789,0.330516839875853,0.446640750965951,0.562764662056049), - .UNSPECIFIED.); -#4013=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30201,#30202,#30203,#30204,#30205, -#30206,#30207,#30208,#30209,#30210,#30211,#30212,#30213,#30214,#30215,#30216, -#30217,#30218),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937838656, -0.0769379553533723,0.0864433688052695,0.0929569046482571,0.103130449048762, -0.108803530258143,0.112638693193998,0.116951525073058),.UNSPECIFIED.); -#4014=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30225,#30226,#30227,#30228,#30229, -#30230,#30231,#30232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599462764045E-7, -0.116124299129491,0.23224817765952,0.237182617202277),.UNSPECIFIED.); -#4015=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30237,#30238,#30239,#30240,#30241, -#30242,#30243,#30244,#30245,#30246,#30247,#30248,#30249,#30250,#30251,#30252, -#30253,#30254),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846803389, -0.281382540811171,0.282558166491294,0.283733792171417,0.288786502251245, -0.309651671063254,0.330516839875263,0.446640750965168,0.562764662055073), - .UNSPECIFIED.); -#4016=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30281,#30282,#30283,#30284,#30285, -#30286,#30287,#30288,#30289,#30290,#30291,#30292,#30293,#30294,#30295,#30296, -#30297,#30298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937828245, -0.0769379553455781,0.0864433687974965,0.0929569046399315,0.103130449037834, -0.108803530245883,0.112638693181634,0.11695152506112),.UNSPECIFIED.); -#4017=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30305,#30306,#30307,#30308,#30309, -#30310,#30311,#30312),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599517831089E-7, -0.116124299129348,0.232248177659179,0.237182617201737),.UNSPECIFIED.); -#4018=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30317,#30318,#30319,#30320,#30321, -#30322,#30323,#30324,#30325,#30326,#30327,#30328,#30329,#30330,#30331,#30332, -#30333,#30334),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846802928, -0.28138254081071,0.282558166490832,0.283733792170954,0.288786502250761, -0.309651671062718,0.330516839874674,0.446640750964383,0.562764662054092), - .UNSPECIFIED.); -#4019=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30361,#30362,#30363,#30364,#30365, -#30366,#30367,#30368,#30369,#30370,#30371,#30372,#30373,#30374,#30375,#30376, -#30377,#30378),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937828707, -0.0769379553456777,0.0864433687981403,0.0929569046413697,0.103130449040359, -0.108803530249342,0.112638693184891,0.116951525063833),.UNSPECIFIED.); -#4020=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30386,#30387,#30388,#30389,#30390, -#30391,#30392,#30393),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599572898128E-7, -0.116124299129207,0.232248177658841,0.2371826172012),.UNSPECIFIED.); -#4021=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30420,#30421,#30422,#30423,#30424, -#30425,#30426,#30427,#30428,#30429,#30430,#30431,#30432,#30433,#30434,#30435, -#30436,#30437),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937828824, -0.0769379553454087,0.086443368796969,0.0929569046393402,0.103130449037252, -0.108803530245383,0.112638693180834,0.116951525059987),.UNSPECIFIED.); -#4022=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30441,#30442,#30443,#30444,#30445, -#30446,#30447,#30448,#30449,#30450,#30451,#30452,#30453,#30454,#30455,#30456, -#30457,#30458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846802468, -0.28138254081025,0.28255816649037,0.283733792170489,0.288786502250279,0.309651671062182, -0.330516839874084,0.446640750963601,0.562764662053117),.UNSPECIFIED.); -#4023=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30463,#30464,#30465,#30466,#30467, -#30468,#30469,#30470),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599629741533E-7, -0.116124299129067,0.232248177658503,0.237182617200664),.UNSPECIFIED.); -#4024=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30498,#30499,#30500,#30501,#30502, -#30503,#30504,#30505,#30506,#30507,#30508,#30509,#30510,#30511,#30512,#30513, -#30514,#30515),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937829637, -0.0769379553457505,0.0864433687975002,0.0929569046396808,0.103130449037365, -0.108803530244934,0.112638693180097,0.116951525059149),.UNSPECIFIED.); -#4025=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30519,#30520,#30521,#30522,#30523, -#30524,#30525,#30526,#30527,#30528,#30529,#30530,#30531,#30532,#30533,#30534, -#30535,#30536),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.28103684680201, -0.281382540809791,0.282558166489907,0.283733792170022,0.288786502249808, -0.309651671061652,0.330516839873497,0.44664075096282,0.562764662052144), - .UNSPECIFIED.); -#4026=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30543,#30544,#30545,#30546,#30547, -#30548,#30549,#30550),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599684808579E-7, -0.116124299128922,0.232248177658159,0.237182617200127),.UNSPECIFIED.); -#4027=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30578,#30579,#30580,#30581,#30582, -#30583,#30584,#30585,#30586,#30587,#30588,#30589,#30590,#30591,#30592,#30593, -#30594,#30595),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937830983, -0.0769379553459251,0.0864433687984914,0.0929569046409609,0.103130449038641, -0.108803530246856,0.112638693182049,0.116951525060388),.UNSPECIFIED.); -#4028=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30599,#30600,#30601,#30602,#30603, -#30604,#30605,#30606,#30607,#30608,#30609,#30610,#30611,#30612,#30613,#30614, -#30615,#30616),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846801546, -0.281382540809328,0.282558166489442,0.283733792169555,0.288786502249322, -0.309651671061113,0.330516839872903,0.446640750962033,0.562764662051163), - .UNSPECIFIED.); -#4029=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30623,#30624,#30625,#30626,#30627, -#30628,#30629,#30630),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599739875633E-7, -0.116124299128779,0.232248177657818,0.237182617199586),.UNSPECIFIED.); -#4030=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30658,#30659,#30660,#30661,#30662, -#30663,#30664,#30665,#30666,#30667,#30668,#30669,#30670,#30671,#30672,#30673, -#30674,#30675),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937831994, -0.0769379553459973,0.086443368797532,0.092956904639672,0.103130449037193, -0.108803530244587,0.112638693179919,0.116951525059564),.UNSPECIFIED.); -#4031=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30679,#30680,#30681,#30682,#30683, -#30684,#30685,#30686,#30687,#30688,#30689,#30690,#30691,#30692,#30693,#30694, -#30695,#30696),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846801086, -0.281382540808868,0.282558166488979,0.283733792169089,0.288786502248845, -0.30965167106058,0.330516839872314,0.44664075096125,0.562764662050186), - .UNSPECIFIED.); -#4032=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30703,#30704,#30705,#30706,#30707, -#30708,#30709,#30710),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599796719035E-7, -0.116124299128638,0.232248177657479,0.237182617199052),.UNSPECIFIED.); -#4033=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30738,#30739,#30740,#30741,#30742, -#30743,#30744,#30745,#30746,#30747,#30748,#30749,#30750,#30751,#30752,#30753, -#30754,#30755),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937832722, -0.0769379553462607,0.0864433687974115,0.0929569046395264,0.103130449037262, -0.108803530245012,0.11263869317995,0.116951525058675),.UNSPECIFIED.); -#4034=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30759,#30760,#30761,#30762,#30763, -#30764,#30765,#30766,#30767,#30768,#30769,#30770,#30771,#30772,#30773,#30774, -#30775,#30776),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846800626, -0.281382540808408,0.282558166488516,0.283733792168623,0.288786502248366, -0.309651671060046,0.330516839871726,0.446640750960469,0.562764662049212), - .UNSPECIFIED.); -#4035=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30783,#30784,#30785,#30786,#30787, -#30788,#30789,#30790),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599851786071E-7, -0.116124299128495,0.232248177657139,0.237182617198514),.UNSPECIFIED.); -#4036=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30818,#30819,#30820,#30821,#30822, -#30823,#30824,#30825,#30826,#30827,#30828,#30829,#30830,#30831,#30832,#30833, -#30834,#30835),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937833594, -0.0769379553464499,0.0864433687979595,0.092956904640214,0.103130449038098, -0.10880353024575,0.112638693180986,0.116951525059976),.UNSPECIFIED.); -#4037=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30839,#30840,#30841,#30842,#30843, -#30844,#30845,#30846,#30847,#30848,#30849,#30850,#30851,#30852,#30853,#30854, -#30855,#30856),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846800164, -0.281382540807945,0.28255816648805,0.283733792168155,0.288786502247886, -0.30965167105951,0.330516839871133,0.446640750959682,0.562764662048231), - .UNSPECIFIED.); -#4038=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30863,#30864,#30865,#30866,#30867, -#30868,#30869,#30870),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599906853124E-7, -0.116124299128352,0.232248177656798,0.237182617197975),.UNSPECIFIED.); -#4039=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30898,#30899,#30900,#30901,#30902, -#30903,#30904,#30905,#30906,#30907,#30908,#30909,#30910,#30911,#30912,#30913, -#30914,#30915),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937845416, -0.0769379553543447,0.0864433688076376,0.0929569046514279,0.103130449052656, -0.108803530262304,0.112638693198739,0.116951525077878),.UNSPECIFIED.); -#4040=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30919,#30920,#30921,#30922,#30923, -#30924,#30925,#30926,#30927,#30928,#30929,#30930,#30931,#30932,#30933,#30934, -#30935,#30936),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846799704, -0.281382540807485,0.282558166487587,0.28373379216769,0.288786502247405, -0.309651671058975,0.330516839870544,0.4466407509589,0.562764662047255), - .UNSPECIFIED.); -#4041=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30943,#30944,#30945,#30946,#30947, -#30948,#30949,#30950),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20599961920166E-7, -0.116124299128212,0.232248177656462,0.237182617197437),.UNSPECIFIED.); -#4042=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30978,#30979,#30980,#30981,#30982, -#30983,#30984,#30985,#30986,#30987,#30988,#30989,#30990,#30991,#30992,#30993, -#30994,#30995),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937835028, -0.0769379553464404,0.0864433687982589,0.0929569046409608,0.1031304490396, -0.108803530247712,0.112638693183178,0.116951525062437),.UNSPECIFIED.); -#4043=B_SPLINE_CURVE_WITH_KNOTS('',3,(#30999,#31000,#31001,#31002,#31003, -#31004,#31005,#31006,#31007,#31008,#31009,#31010,#31011,#31012,#31013,#31014, -#31015,#31016),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846799243, -0.281382540807024,0.282558166487124,0.283733792167223,0.288786502246928, -0.309651671058441,0.330516839869955,0.446640750958117,0.562764662046278), - .UNSPECIFIED.); -#4044=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31023,#31024,#31025,#31026,#31027, -#31028,#31029,#31030),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20600018763572E-7, -0.116124299128069,0.232248177656118,0.237182617196903),.UNSPECIFIED.); -#4045=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31058,#31059,#31060,#31061,#31062, -#31063,#31064,#31065,#31066,#31067,#31068,#31069,#31070,#31071,#31072,#31073, -#31074,#31075),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937835568, -0.0769379553466198,0.0864433687989441,0.0929569046414071,0.103130449039497, -0.108803530247349,0.112638693182519,0.116951525061286),.UNSPECIFIED.); -#4046=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31079,#31080,#31081,#31082,#31083, -#31084,#31085,#31086,#31087,#31088,#31089,#31090,#31091,#31092,#31093,#31094, -#31095,#31096),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846798784, -0.281382540806566,0.282558166486662,0.283733792166759,0.288786502246449, -0.309651671057908,0.330516839869367,0.446640750957335,0.562764662045304), - .UNSPECIFIED.); -#4047=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31103,#31104,#31105,#31106,#31107, -#31108,#31109,#31110),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20600073830614E-7, -0.116124299127926,0.232248177655777,0.237182617196364),.UNSPECIFIED.); -#4048=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31138,#31139,#31140,#31141,#31142, -#31143,#31144,#31145,#31146,#31147,#31148,#31149,#31150,#31151,#31152,#31153, -#31154,#31155),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937836278, -0.0769379553468189,0.0864433687983586,0.0929569046413221,0.103130449040457, -0.108803530248836,0.112638693184706,0.11695152506422),.UNSPECIFIED.); -#4049=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31159,#31160,#31161,#31162,#31163, -#31164,#31165,#31166,#31167,#31168,#31169,#31170,#31171,#31172,#31173,#31174, -#31175,#31176),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846798322, -0.281382540806102,0.282558166486197,0.283733792166292,0.288786502245963, -0.309651671057367,0.330516839868771,0.446640750956548,0.562764662044325), - .UNSPECIFIED.); -#4050=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31183,#31184,#31185,#31186,#31187, -#31188,#31189,#31190),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20600128897658E-7, -0.116124299127783,0.232248177655437,0.237182617195828),.UNSPECIFIED.); -#4051=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31218,#31219,#31220,#31221,#31222, -#31223,#31224,#31225,#31226,#31227,#31228,#31229,#31230,#31231,#31232,#31233, -#31234,#31235),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937847709, -0.0769379553546951,0.086443368807479,0.0929569046512685,0.103130449052563, -0.108803530262676,0.112638693199159,0.116951525078772),.UNSPECIFIED.); -#4052=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31239,#31240,#31241,#31242,#31243, -#31244,#31245,#31246,#31247,#31248,#31249,#31250,#31251,#31252,#31253,#31254, -#31255,#31256),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846797861, -0.281382540805642,0.282558166485733,0.283733792165825,0.288786502245485, -0.309651671056835,0.330516839868184,0.446640750955765,0.562764662043346), - .UNSPECIFIED.); -#4053=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31263,#31264,#31265,#31266,#31267, -#31268,#31269,#31270),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(4.20600183964695E-7, -0.116124299127638,0.232248177655092,0.237182617195287),.UNSPECIFIED.); -#4054=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31298,#31299,#31300,#31301,#31302, -#31303,#31304,#31305,#31306,#31307,#31308,#31309,#31310,#31311,#31312,#31313, -#31314,#31315),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0378064937837728, -0.0769379553471638,0.0864433687982955,0.0929569046407201,0.103130449038876, -0.108803530246899,0.11263869318198,0.1169515250609),.UNSPECIFIED.); -#4055=B_SPLINE_CURVE_WITH_KNOTS('',3,(#31319,#31320,#31321,#31322,#31323, -#31324,#31325,#31326,#31327,#31328,#31329,#31330,#31331,#31332,#31333,#31334, -#31335,#31336),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.281036846797399, -0.281382540805181,0.282558166485269,0.283733792165358,0.288786502245006, -0.309651671056302,0.330516839867598,0.446640750954984,0.562764662042369), - .UNSPECIFIED.); -#4056=VERTEX_POINT('',#13499); -#4057=VERTEX_POINT('',#13500); -#4058=VERTEX_POINT('',#13509); -#4059=VERTEX_POINT('',#13511); -#4060=VERTEX_POINT('',#13525); -#4061=VERTEX_POINT('',#13526); -#4062=VERTEX_POINT('',#13545); -#4063=VERTEX_POINT('',#13547); -#4064=VERTEX_POINT('',#13624); -#4065=VERTEX_POINT('',#13626); -#4066=VERTEX_POINT('',#13628); -#4067=VERTEX_POINT('',#13630); -#4068=VERTEX_POINT('',#13632); -#4069=VERTEX_POINT('',#13634); -#4070=VERTEX_POINT('',#13636); -#4071=VERTEX_POINT('',#13638); -#4072=VERTEX_POINT('',#13659); -#4073=VERTEX_POINT('',#13672); -#4074=VERTEX_POINT('',#13684); -#4075=VERTEX_POINT('',#13686); -#4076=VERTEX_POINT('',#13688); -#4077=VERTEX_POINT('',#13690); -#4078=VERTEX_POINT('',#13711); -#4079=VERTEX_POINT('',#13724); -#4080=VERTEX_POINT('',#13736); -#4081=VERTEX_POINT('',#13738); -#4082=VERTEX_POINT('',#13740); -#4083=VERTEX_POINT('',#13742); -#4084=VERTEX_POINT('',#13763); -#4085=VERTEX_POINT('',#13776); -#4086=VERTEX_POINT('',#13788); -#4087=VERTEX_POINT('',#13790); -#4088=VERTEX_POINT('',#13792); -#4089=VERTEX_POINT('',#13794); -#4090=VERTEX_POINT('',#13815); -#4091=VERTEX_POINT('',#13828); -#4092=VERTEX_POINT('',#13840); -#4093=VERTEX_POINT('',#13842); -#4094=VERTEX_POINT('',#13844); -#4095=VERTEX_POINT('',#13846); -#4096=VERTEX_POINT('',#13867); -#4097=VERTEX_POINT('',#13880); -#4098=VERTEX_POINT('',#13892); -#4099=VERTEX_POINT('',#13894); -#4100=VERTEX_POINT('',#13896); -#4101=VERTEX_POINT('',#13898); -#4102=VERTEX_POINT('',#13919); -#4103=VERTEX_POINT('',#13932); -#4104=VERTEX_POINT('',#13944); -#4105=VERTEX_POINT('',#13946); -#4106=VERTEX_POINT('',#13948); -#4107=VERTEX_POINT('',#13950); -#4108=VERTEX_POINT('',#13971); -#4109=VERTEX_POINT('',#13984); -#4110=VERTEX_POINT('',#13996); -#4111=VERTEX_POINT('',#13998); -#4112=VERTEX_POINT('',#14000); -#4113=VERTEX_POINT('',#14002); -#4114=VERTEX_POINT('',#14023); -#4115=VERTEX_POINT('',#14036); -#4116=VERTEX_POINT('',#14048); -#4117=VERTEX_POINT('',#14050); -#4118=VERTEX_POINT('',#14052); -#4119=VERTEX_POINT('',#14054); -#4120=VERTEX_POINT('',#14075); -#4121=VERTEX_POINT('',#14088); -#4122=VERTEX_POINT('',#14100); -#4123=VERTEX_POINT('',#14102); -#4124=VERTEX_POINT('',#14104); -#4125=VERTEX_POINT('',#14125); -#4126=VERTEX_POINT('',#14138); -#4127=VERTEX_POINT('',#14150); -#4128=VERTEX_POINT('',#14152); -#4129=VERTEX_POINT('',#14173); -#4130=VERTEX_POINT('',#14186); -#4131=VERTEX_POINT('',#14198); -#4132=VERTEX_POINT('',#14200); -#4133=VERTEX_POINT('',#14221); -#4134=VERTEX_POINT('',#14234); -#4135=VERTEX_POINT('',#14246); -#4136=VERTEX_POINT('',#14248); -#4137=VERTEX_POINT('',#14269); -#4138=VERTEX_POINT('',#14282); -#4139=VERTEX_POINT('',#14294); -#4140=VERTEX_POINT('',#14296); -#4141=VERTEX_POINT('',#14317); -#4142=VERTEX_POINT('',#14330); -#4143=VERTEX_POINT('',#14342); -#4144=VERTEX_POINT('',#14344); -#4145=VERTEX_POINT('',#14365); -#4146=VERTEX_POINT('',#14378); -#4147=VERTEX_POINT('',#14390); -#4148=VERTEX_POINT('',#14392); -#4149=VERTEX_POINT('',#14413); -#4150=VERTEX_POINT('',#14426); -#4151=VERTEX_POINT('',#14438); -#4152=VERTEX_POINT('',#14440); -#4153=VERTEX_POINT('',#14461); -#4154=VERTEX_POINT('',#14474); -#4155=VERTEX_POINT('',#14486); -#4156=VERTEX_POINT('',#14488); -#4157=VERTEX_POINT('',#14509); -#4158=VERTEX_POINT('',#14522); -#4159=VERTEX_POINT('',#14534); -#4160=VERTEX_POINT('',#14536); -#4161=VERTEX_POINT('',#14557); -#4162=VERTEX_POINT('',#14570); -#4163=VERTEX_POINT('',#14582); -#4164=VERTEX_POINT('',#14584); -#4165=VERTEX_POINT('',#14605); -#4166=VERTEX_POINT('',#14618); -#4167=VERTEX_POINT('',#14630); -#4168=VERTEX_POINT('',#14632); -#4169=VERTEX_POINT('',#14653); -#4170=VERTEX_POINT('',#14666); -#4171=VERTEX_POINT('',#14678); -#4172=VERTEX_POINT('',#14680); -#4173=VERTEX_POINT('',#14701); -#4174=VERTEX_POINT('',#14714); -#4175=VERTEX_POINT('',#14726); -#4176=VERTEX_POINT('',#14728); -#4177=VERTEX_POINT('',#14749); -#4178=VERTEX_POINT('',#14762); -#4179=VERTEX_POINT('',#14774); -#4180=VERTEX_POINT('',#14776); -#4181=VERTEX_POINT('',#14797); -#4182=VERTEX_POINT('',#14810); -#4183=VERTEX_POINT('',#14822); -#4184=VERTEX_POINT('',#14824); -#4185=VERTEX_POINT('',#14845); -#4186=VERTEX_POINT('',#14858); -#4187=VERTEX_POINT('',#14870); -#4188=VERTEX_POINT('',#14872); -#4189=VERTEX_POINT('',#14893); -#4190=VERTEX_POINT('',#14906); -#4191=VERTEX_POINT('',#14918); -#4192=VERTEX_POINT('',#14920); -#4193=VERTEX_POINT('',#14941); -#4194=VERTEX_POINT('',#14954); -#4195=VERTEX_POINT('',#14966); -#4196=VERTEX_POINT('',#14968); -#4197=VERTEX_POINT('',#14989); -#4198=VERTEX_POINT('',#15002); -#4199=VERTEX_POINT('',#15014); -#4200=VERTEX_POINT('',#15016); -#4201=VERTEX_POINT('',#15037); -#4202=VERTEX_POINT('',#15050); -#4203=VERTEX_POINT('',#15062); -#4204=VERTEX_POINT('',#15064); -#4205=VERTEX_POINT('',#15085); -#4206=VERTEX_POINT('',#15098); -#4207=VERTEX_POINT('',#15110); -#4208=VERTEX_POINT('',#15112); -#4209=VERTEX_POINT('',#15133); -#4210=VERTEX_POINT('',#15146); -#4211=VERTEX_POINT('',#15158); -#4212=VERTEX_POINT('',#15160); -#4213=VERTEX_POINT('',#15181); -#4214=VERTEX_POINT('',#15194); -#4215=VERTEX_POINT('',#15206); -#4216=VERTEX_POINT('',#15208); -#4217=VERTEX_POINT('',#15229); -#4218=VERTEX_POINT('',#15242); -#4219=VERTEX_POINT('',#15254); -#4220=VERTEX_POINT('',#15256); -#4221=VERTEX_POINT('',#15277); -#4222=VERTEX_POINT('',#15290); -#4223=VERTEX_POINT('',#15302); -#4224=VERTEX_POINT('',#15304); -#4225=VERTEX_POINT('',#15325); -#4226=VERTEX_POINT('',#15338); -#4227=VERTEX_POINT('',#15350); -#4228=VERTEX_POINT('',#15352); -#4229=VERTEX_POINT('',#15373); -#4230=VERTEX_POINT('',#15386); -#4231=VERTEX_POINT('',#15398); -#4232=VERTEX_POINT('',#15400); -#4233=VERTEX_POINT('',#15421); -#4234=VERTEX_POINT('',#15434); -#4235=VERTEX_POINT('',#15446); -#4236=VERTEX_POINT('',#15448); -#4237=VERTEX_POINT('',#15469); -#4238=VERTEX_POINT('',#15482); -#4239=VERTEX_POINT('',#15494); -#4240=VERTEX_POINT('',#15496); -#4241=VERTEX_POINT('',#15517); -#4242=VERTEX_POINT('',#15530); -#4243=VERTEX_POINT('',#15542); -#4244=VERTEX_POINT('',#15544); -#4245=VERTEX_POINT('',#15565); -#4246=VERTEX_POINT('',#15578); -#4247=VERTEX_POINT('',#15590); -#4248=VERTEX_POINT('',#15592); -#4249=VERTEX_POINT('',#15613); -#4250=VERTEX_POINT('',#15626); -#4251=VERTEX_POINT('',#15638); -#4252=VERTEX_POINT('',#15640); -#4253=VERTEX_POINT('',#15661); -#4254=VERTEX_POINT('',#15674); -#4255=VERTEX_POINT('',#15686); -#4256=VERTEX_POINT('',#15688); -#4257=VERTEX_POINT('',#15709); -#4258=VERTEX_POINT('',#15722); -#4259=VERTEX_POINT('',#15734); -#4260=VERTEX_POINT('',#15736); -#4261=VERTEX_POINT('',#15757); -#4262=VERTEX_POINT('',#15770); -#4263=VERTEX_POINT('',#15782); -#4264=VERTEX_POINT('',#15784); -#4265=VERTEX_POINT('',#15805); -#4266=VERTEX_POINT('',#15818); -#4267=VERTEX_POINT('',#15830); -#4268=VERTEX_POINT('',#15832); -#4269=VERTEX_POINT('',#15853); -#4270=VERTEX_POINT('',#15866); -#4271=VERTEX_POINT('',#15878); -#4272=VERTEX_POINT('',#15880); -#4273=VERTEX_POINT('',#15901); -#4274=VERTEX_POINT('',#15914); -#4275=VERTEX_POINT('',#15926); -#4276=VERTEX_POINT('',#15928); -#4277=VERTEX_POINT('',#15949); -#4278=VERTEX_POINT('',#15962); -#4279=VERTEX_POINT('',#15974); -#4280=VERTEX_POINT('',#15976); -#4281=VERTEX_POINT('',#15997); -#4282=VERTEX_POINT('',#16010); -#4283=VERTEX_POINT('',#16022); -#4284=VERTEX_POINT('',#16024); -#4285=VERTEX_POINT('',#16045); -#4286=VERTEX_POINT('',#16058); -#4287=VERTEX_POINT('',#16070); -#4288=VERTEX_POINT('',#16072); -#4289=VERTEX_POINT('',#16093); -#4290=VERTEX_POINT('',#16106); -#4291=VERTEX_POINT('',#16118); -#4292=VERTEX_POINT('',#16120); -#4293=VERTEX_POINT('',#16141); -#4294=VERTEX_POINT('',#16154); -#4295=VERTEX_POINT('',#16166); -#4296=VERTEX_POINT('',#16168); -#4297=VERTEX_POINT('',#16189); -#4298=VERTEX_POINT('',#16202); -#4299=VERTEX_POINT('',#16214); -#4300=VERTEX_POINT('',#16216); -#4301=VERTEX_POINT('',#16237); -#4302=VERTEX_POINT('',#16250); -#4303=VERTEX_POINT('',#16262); -#4304=VERTEX_POINT('',#16264); -#4305=VERTEX_POINT('',#16285); -#4306=VERTEX_POINT('',#16298); -#4307=VERTEX_POINT('',#16310); -#4308=VERTEX_POINT('',#16312); -#4309=VERTEX_POINT('',#16333); -#4310=VERTEX_POINT('',#16346); -#4311=VERTEX_POINT('',#16358); -#4312=VERTEX_POINT('',#16360); -#4313=VERTEX_POINT('',#16381); -#4314=VERTEX_POINT('',#16394); -#4315=VERTEX_POINT('',#16406); -#4316=VERTEX_POINT('',#16408); -#4317=VERTEX_POINT('',#16429); -#4318=VERTEX_POINT('',#16442); -#4319=VERTEX_POINT('',#16454); -#4320=VERTEX_POINT('',#16456); -#4321=VERTEX_POINT('',#16477); -#4322=VERTEX_POINT('',#16490); -#4323=VERTEX_POINT('',#16502); -#4324=VERTEX_POINT('',#16504); -#4325=VERTEX_POINT('',#16525); -#4326=VERTEX_POINT('',#16538); -#4327=VERTEX_POINT('',#16550); -#4328=VERTEX_POINT('',#16552); -#4329=VERTEX_POINT('',#16573); -#4330=VERTEX_POINT('',#16586); -#4331=VERTEX_POINT('',#16598); -#4332=VERTEX_POINT('',#16600); -#4333=VERTEX_POINT('',#16621); -#4334=VERTEX_POINT('',#16634); -#4335=VERTEX_POINT('',#16646); -#4336=VERTEX_POINT('',#16648); -#4337=VERTEX_POINT('',#16669); -#4338=VERTEX_POINT('',#16682); -#4339=VERTEX_POINT('',#16694); -#4340=VERTEX_POINT('',#16696); -#4341=VERTEX_POINT('',#16717); -#4342=VERTEX_POINT('',#16730); -#4343=VERTEX_POINT('',#16742); -#4344=VERTEX_POINT('',#16744); -#4345=VERTEX_POINT('',#16765); -#4346=VERTEX_POINT('',#16778); -#4347=VERTEX_POINT('',#16790); -#4348=VERTEX_POINT('',#16792); -#4349=VERTEX_POINT('',#16813); -#4350=VERTEX_POINT('',#16826); -#4351=VERTEX_POINT('',#16838); -#4352=VERTEX_POINT('',#16840); -#4353=VERTEX_POINT('',#16861); -#4354=VERTEX_POINT('',#16874); -#4355=VERTEX_POINT('',#16886); -#4356=VERTEX_POINT('',#16888); -#4357=VERTEX_POINT('',#16909); -#4358=VERTEX_POINT('',#16922); -#4359=VERTEX_POINT('',#16934); -#4360=VERTEX_POINT('',#16936); -#4361=VERTEX_POINT('',#16957); -#4362=VERTEX_POINT('',#16970); -#4363=VERTEX_POINT('',#16982); -#4364=VERTEX_POINT('',#16984); -#4365=VERTEX_POINT('',#17005); -#4366=VERTEX_POINT('',#17018); -#4367=VERTEX_POINT('',#17030); -#4368=VERTEX_POINT('',#17032); -#4369=VERTEX_POINT('',#17053); -#4370=VERTEX_POINT('',#17066); -#4371=VERTEX_POINT('',#17078); -#4372=VERTEX_POINT('',#17080); -#4373=VERTEX_POINT('',#17101); -#4374=VERTEX_POINT('',#17114); -#4375=VERTEX_POINT('',#17126); -#4376=VERTEX_POINT('',#17128); -#4377=VERTEX_POINT('',#17149); -#4378=VERTEX_POINT('',#17162); -#4379=VERTEX_POINT('',#17174); -#4380=VERTEX_POINT('',#17176); -#4381=VERTEX_POINT('',#17197); -#4382=VERTEX_POINT('',#17210); -#4383=VERTEX_POINT('',#17222); -#4384=VERTEX_POINT('',#17224); -#4385=VERTEX_POINT('',#17245); -#4386=VERTEX_POINT('',#17258); -#4387=VERTEX_POINT('',#17270); -#4388=VERTEX_POINT('',#17272); -#4389=VERTEX_POINT('',#17293); -#4390=VERTEX_POINT('',#17306); -#4391=VERTEX_POINT('',#17318); -#4392=VERTEX_POINT('',#17320); -#4393=VERTEX_POINT('',#17341); -#4394=VERTEX_POINT('',#17354); -#4395=VERTEX_POINT('',#17366); -#4396=VERTEX_POINT('',#17368); -#4397=VERTEX_POINT('',#17389); -#4398=VERTEX_POINT('',#17402); -#4399=VERTEX_POINT('',#17414); -#4400=VERTEX_POINT('',#17416); -#4401=VERTEX_POINT('',#17437); -#4402=VERTEX_POINT('',#17450); -#4403=VERTEX_POINT('',#17462); -#4404=VERTEX_POINT('',#17464); -#4405=VERTEX_POINT('',#17485); -#4406=VERTEX_POINT('',#17498); -#4407=VERTEX_POINT('',#17510); -#4408=VERTEX_POINT('',#17512); -#4409=VERTEX_POINT('',#17533); -#4410=VERTEX_POINT('',#17546); -#4411=VERTEX_POINT('',#17558); -#4412=VERTEX_POINT('',#17560); -#4413=VERTEX_POINT('',#17581); -#4414=VERTEX_POINT('',#17594); -#4415=VERTEX_POINT('',#17606); -#4416=VERTEX_POINT('',#17608); -#4417=VERTEX_POINT('',#17629); -#4418=VERTEX_POINT('',#17642); -#4419=VERTEX_POINT('',#17654); -#4420=VERTEX_POINT('',#17656); -#4421=VERTEX_POINT('',#17677); -#4422=VERTEX_POINT('',#17690); -#4423=VERTEX_POINT('',#17702); -#4424=VERTEX_POINT('',#17704); -#4425=VERTEX_POINT('',#17725); -#4426=VERTEX_POINT('',#17738); -#4427=VERTEX_POINT('',#17750); -#4428=VERTEX_POINT('',#17752); -#4429=VERTEX_POINT('',#17773); -#4430=VERTEX_POINT('',#17786); -#4431=VERTEX_POINT('',#17798); -#4432=VERTEX_POINT('',#17800); -#4433=VERTEX_POINT('',#17821); -#4434=VERTEX_POINT('',#17834); -#4435=VERTEX_POINT('',#17846); -#4436=VERTEX_POINT('',#17848); -#4437=VERTEX_POINT('',#17869); -#4438=VERTEX_POINT('',#17882); -#4439=VERTEX_POINT('',#17894); -#4440=VERTEX_POINT('',#17896); -#4441=VERTEX_POINT('',#17917); -#4442=VERTEX_POINT('',#17930); -#4443=VERTEX_POINT('',#17942); -#4444=VERTEX_POINT('',#17944); -#4445=VERTEX_POINT('',#17965); -#4446=VERTEX_POINT('',#17978); -#4447=VERTEX_POINT('',#17990); -#4448=VERTEX_POINT('',#17992); -#4449=VERTEX_POINT('',#18013); -#4450=VERTEX_POINT('',#18026); -#4451=VERTEX_POINT('',#18038); -#4452=VERTEX_POINT('',#18040); -#4453=VERTEX_POINT('',#18061); -#4454=VERTEX_POINT('',#18074); -#4455=VERTEX_POINT('',#18086); -#4456=VERTEX_POINT('',#18088); -#4457=VERTEX_POINT('',#18109); -#4458=VERTEX_POINT('',#18122); -#4459=VERTEX_POINT('',#18134); -#4460=VERTEX_POINT('',#18136); -#4461=VERTEX_POINT('',#18157); -#4462=VERTEX_POINT('',#18170); -#4463=VERTEX_POINT('',#18182); -#4464=VERTEX_POINT('',#18184); -#4465=VERTEX_POINT('',#18205); -#4466=VERTEX_POINT('',#18218); -#4467=VERTEX_POINT('',#18230); -#4468=VERTEX_POINT('',#18232); -#4469=VERTEX_POINT('',#18253); -#4470=VERTEX_POINT('',#18266); -#4471=VERTEX_POINT('',#18278); -#4472=VERTEX_POINT('',#18280); -#4473=VERTEX_POINT('',#18301); -#4474=VERTEX_POINT('',#18314); -#4475=VERTEX_POINT('',#18326); -#4476=VERTEX_POINT('',#18328); -#4477=VERTEX_POINT('',#18349); -#4478=VERTEX_POINT('',#18362); -#4479=VERTEX_POINT('',#18374); -#4480=VERTEX_POINT('',#18376); -#4481=VERTEX_POINT('',#18397); -#4482=VERTEX_POINT('',#18410); -#4483=VERTEX_POINT('',#18422); -#4484=VERTEX_POINT('',#18424); -#4485=VERTEX_POINT('',#18445); -#4486=VERTEX_POINT('',#18458); -#4487=VERTEX_POINT('',#18470); -#4488=VERTEX_POINT('',#18472); -#4489=VERTEX_POINT('',#18493); -#4490=VERTEX_POINT('',#18506); -#4491=VERTEX_POINT('',#18518); -#4492=VERTEX_POINT('',#18520); -#4493=VERTEX_POINT('',#18541); -#4494=VERTEX_POINT('',#18554); -#4495=VERTEX_POINT('',#18566); -#4496=VERTEX_POINT('',#18568); -#4497=VERTEX_POINT('',#18589); -#4498=VERTEX_POINT('',#18602); -#4499=VERTEX_POINT('',#18614); -#4500=VERTEX_POINT('',#18616); -#4501=VERTEX_POINT('',#18637); -#4502=VERTEX_POINT('',#18650); -#4503=VERTEX_POINT('',#18662); -#4504=VERTEX_POINT('',#18664); -#4505=VERTEX_POINT('',#18685); -#4506=VERTEX_POINT('',#18698); -#4507=VERTEX_POINT('',#18710); -#4508=VERTEX_POINT('',#18712); -#4509=VERTEX_POINT('',#18733); -#4510=VERTEX_POINT('',#18746); -#4511=VERTEX_POINT('',#18758); -#4512=VERTEX_POINT('',#18760); -#4513=VERTEX_POINT('',#18781); -#4514=VERTEX_POINT('',#18794); -#4515=VERTEX_POINT('',#18806); -#4516=VERTEX_POINT('',#18808); -#4517=VERTEX_POINT('',#18829); -#4518=VERTEX_POINT('',#18842); -#4519=VERTEX_POINT('',#18854); -#4520=VERTEX_POINT('',#18856); -#4521=VERTEX_POINT('',#18877); -#4522=VERTEX_POINT('',#18890); -#4523=VERTEX_POINT('',#18902); -#4524=VERTEX_POINT('',#18904); -#4525=VERTEX_POINT('',#18925); -#4526=VERTEX_POINT('',#18938); -#4527=VERTEX_POINT('',#18950); -#4528=VERTEX_POINT('',#18952); -#4529=VERTEX_POINT('',#18973); -#4530=VERTEX_POINT('',#18986); -#4531=VERTEX_POINT('',#18998); -#4532=VERTEX_POINT('',#19000); -#4533=VERTEX_POINT('',#19021); -#4534=VERTEX_POINT('',#19034); -#4535=VERTEX_POINT('',#19046); -#4536=VERTEX_POINT('',#19048); -#4537=VERTEX_POINT('',#19069); -#4538=VERTEX_POINT('',#19082); -#4539=VERTEX_POINT('',#19094); -#4540=VERTEX_POINT('',#19096); -#4541=VERTEX_POINT('',#19117); -#4542=VERTEX_POINT('',#19130); -#4543=VERTEX_POINT('',#19142); -#4544=VERTEX_POINT('',#19144); -#4545=VERTEX_POINT('',#19165); -#4546=VERTEX_POINT('',#19178); -#4547=VERTEX_POINT('',#19190); -#4548=VERTEX_POINT('',#19192); -#4549=VERTEX_POINT('',#19213); -#4550=VERTEX_POINT('',#19226); -#4551=VERTEX_POINT('',#19238); -#4552=VERTEX_POINT('',#19240); -#4553=VERTEX_POINT('',#19261); -#4554=VERTEX_POINT('',#19274); -#4555=VERTEX_POINT('',#19286); -#4556=VERTEX_POINT('',#19288); -#4557=VERTEX_POINT('',#19309); -#4558=VERTEX_POINT('',#19322); -#4559=VERTEX_POINT('',#19334); -#4560=VERTEX_POINT('',#19336); -#4561=VERTEX_POINT('',#19357); -#4562=VERTEX_POINT('',#19370); -#4563=VERTEX_POINT('',#19382); -#4564=VERTEX_POINT('',#19384); -#4565=VERTEX_POINT('',#19405); -#4566=VERTEX_POINT('',#19418); -#4567=VERTEX_POINT('',#19430); -#4568=VERTEX_POINT('',#19432); -#4569=VERTEX_POINT('',#19453); -#4570=VERTEX_POINT('',#19466); -#4571=VERTEX_POINT('',#19478); -#4572=VERTEX_POINT('',#19480); -#4573=VERTEX_POINT('',#19501); -#4574=VERTEX_POINT('',#19514); -#4575=VERTEX_POINT('',#19526); -#4576=VERTEX_POINT('',#19528); -#4577=VERTEX_POINT('',#19549); -#4578=VERTEX_POINT('',#19562); -#4579=VERTEX_POINT('',#19574); -#4580=VERTEX_POINT('',#19576); -#4581=VERTEX_POINT('',#19597); -#4582=VERTEX_POINT('',#19610); -#4583=VERTEX_POINT('',#19622); -#4584=VERTEX_POINT('',#19624); -#4585=VERTEX_POINT('',#19645); -#4586=VERTEX_POINT('',#19658); -#4587=VERTEX_POINT('',#19670); -#4588=VERTEX_POINT('',#19672); -#4589=VERTEX_POINT('',#19693); -#4590=VERTEX_POINT('',#19706); -#4591=VERTEX_POINT('',#19718); -#4592=VERTEX_POINT('',#19720); -#4593=VERTEX_POINT('',#19741); -#4594=VERTEX_POINT('',#19754); -#4595=VERTEX_POINT('',#19766); -#4596=VERTEX_POINT('',#19768); -#4597=VERTEX_POINT('',#19789); -#4598=VERTEX_POINT('',#19802); -#4599=VERTEX_POINT('',#19814); -#4600=VERTEX_POINT('',#19816); -#4601=VERTEX_POINT('',#19837); -#4602=VERTEX_POINT('',#19850); -#4603=VERTEX_POINT('',#19862); -#4604=VERTEX_POINT('',#19864); -#4605=VERTEX_POINT('',#19885); -#4606=VERTEX_POINT('',#19898); -#4607=VERTEX_POINT('',#19910); -#4608=VERTEX_POINT('',#19912); -#4609=VERTEX_POINT('',#19933); -#4610=VERTEX_POINT('',#19946); -#4611=VERTEX_POINT('',#19958); -#4612=VERTEX_POINT('',#19960); -#4613=VERTEX_POINT('',#19981); -#4614=VERTEX_POINT('',#19994); -#4615=VERTEX_POINT('',#20006); -#4616=VERTEX_POINT('',#20008); -#4617=VERTEX_POINT('',#20029); -#4618=VERTEX_POINT('',#20042); -#4619=VERTEX_POINT('',#20054); -#4620=VERTEX_POINT('',#20056); -#4621=VERTEX_POINT('',#20077); -#4622=VERTEX_POINT('',#20090); -#4623=VERTEX_POINT('',#20102); -#4624=VERTEX_POINT('',#20104); -#4625=VERTEX_POINT('',#20125); -#4626=VERTEX_POINT('',#20138); -#4627=VERTEX_POINT('',#20150); -#4628=VERTEX_POINT('',#20152); -#4629=VERTEX_POINT('',#20173); -#4630=VERTEX_POINT('',#20186); -#4631=VERTEX_POINT('',#20198); -#4632=VERTEX_POINT('',#20200); -#4633=VERTEX_POINT('',#20221); -#4634=VERTEX_POINT('',#20234); -#4635=VERTEX_POINT('',#20246); -#4636=VERTEX_POINT('',#20248); -#4637=VERTEX_POINT('',#20269); -#4638=VERTEX_POINT('',#20282); -#4639=VERTEX_POINT('',#20296); -#4640=VERTEX_POINT('',#20300); -#4641=VERTEX_POINT('',#20304); -#4642=VERTEX_POINT('',#20315); -#4643=VERTEX_POINT('',#20316); -#4644=VERTEX_POINT('',#20380); -#4645=VERTEX_POINT('',#20384); -#4646=VERTEX_POINT('',#20395); -#4647=VERTEX_POINT('',#20396); -#4648=VERTEX_POINT('',#20460); -#4649=VERTEX_POINT('',#20464); -#4650=VERTEX_POINT('',#20475); -#4651=VERTEX_POINT('',#20476); -#4652=VERTEX_POINT('',#20540); -#4653=VERTEX_POINT('',#20544); -#4654=VERTEX_POINT('',#20555); -#4655=VERTEX_POINT('',#20556); -#4656=VERTEX_POINT('',#20620); -#4657=VERTEX_POINT('',#20624); -#4658=VERTEX_POINT('',#20635); -#4659=VERTEX_POINT('',#20636); -#4660=VERTEX_POINT('',#20700); -#4661=VERTEX_POINT('',#20704); -#4662=VERTEX_POINT('',#20715); -#4663=VERTEX_POINT('',#20716); -#4664=VERTEX_POINT('',#20780); -#4665=VERTEX_POINT('',#20784); -#4666=VERTEX_POINT('',#20795); -#4667=VERTEX_POINT('',#20796); -#4668=VERTEX_POINT('',#20860); -#4669=VERTEX_POINT('',#20864); -#4670=VERTEX_POINT('',#20875); -#4671=VERTEX_POINT('',#20876); -#4672=VERTEX_POINT('',#20940); -#4673=VERTEX_POINT('',#20944); -#4674=VERTEX_POINT('',#20955); -#4675=VERTEX_POINT('',#20956); -#4676=VERTEX_POINT('',#21020); -#4677=VERTEX_POINT('',#21024); -#4678=VERTEX_POINT('',#21035); -#4679=VERTEX_POINT('',#21036); -#4680=VERTEX_POINT('',#21100); -#4681=VERTEX_POINT('',#21104); -#4682=VERTEX_POINT('',#21115); -#4683=VERTEX_POINT('',#21116); -#4684=VERTEX_POINT('',#21180); -#4685=VERTEX_POINT('',#21184); -#4686=VERTEX_POINT('',#21195); -#4687=VERTEX_POINT('',#21196); -#4688=VERTEX_POINT('',#21260); -#4689=VERTEX_POINT('',#21264); -#4690=VERTEX_POINT('',#21275); -#4691=VERTEX_POINT('',#21276); -#4692=VERTEX_POINT('',#21340); -#4693=VERTEX_POINT('',#21344); -#4694=VERTEX_POINT('',#21355); -#4695=VERTEX_POINT('',#21356); -#4696=VERTEX_POINT('',#21420); -#4697=VERTEX_POINT('',#21424); -#4698=VERTEX_POINT('',#21435); -#4699=VERTEX_POINT('',#21436); -#4700=VERTEX_POINT('',#21500); -#4701=VERTEX_POINT('',#21504); -#4702=VERTEX_POINT('',#21515); -#4703=VERTEX_POINT('',#21516); -#4704=VERTEX_POINT('',#21580); -#4705=VERTEX_POINT('',#21584); -#4706=VERTEX_POINT('',#21595); -#4707=VERTEX_POINT('',#21596); -#4708=VERTEX_POINT('',#21660); -#4709=VERTEX_POINT('',#21664); -#4710=VERTEX_POINT('',#21675); -#4711=VERTEX_POINT('',#21676); -#4712=VERTEX_POINT('',#21740); -#4713=VERTEX_POINT('',#21744); -#4714=VERTEX_POINT('',#21755); -#4715=VERTEX_POINT('',#21756); -#4716=VERTEX_POINT('',#21820); -#4717=VERTEX_POINT('',#21824); -#4718=VERTEX_POINT('',#21835); -#4719=VERTEX_POINT('',#21836); -#4720=VERTEX_POINT('',#21900); -#4721=VERTEX_POINT('',#21904); -#4722=VERTEX_POINT('',#21915); -#4723=VERTEX_POINT('',#21916); -#4724=VERTEX_POINT('',#21980); -#4725=VERTEX_POINT('',#21984); -#4726=VERTEX_POINT('',#21995); -#4727=VERTEX_POINT('',#21996); -#4728=VERTEX_POINT('',#22060); -#4729=VERTEX_POINT('',#22064); -#4730=VERTEX_POINT('',#22075); -#4731=VERTEX_POINT('',#22076); -#4732=VERTEX_POINT('',#22140); -#4733=VERTEX_POINT('',#22144); -#4734=VERTEX_POINT('',#22155); -#4735=VERTEX_POINT('',#22156); -#4736=VERTEX_POINT('',#22220); -#4737=VERTEX_POINT('',#22224); -#4738=VERTEX_POINT('',#22235); -#4739=VERTEX_POINT('',#22236); -#4740=VERTEX_POINT('',#22300); -#4741=VERTEX_POINT('',#22304); -#4742=VERTEX_POINT('',#22315); -#4743=VERTEX_POINT('',#22316); -#4744=VERTEX_POINT('',#22380); -#4745=VERTEX_POINT('',#22384); -#4746=VERTEX_POINT('',#22395); -#4747=VERTEX_POINT('',#22396); -#4748=VERTEX_POINT('',#22460); -#4749=VERTEX_POINT('',#22464); -#4750=VERTEX_POINT('',#22475); -#4751=VERTEX_POINT('',#22476); -#4752=VERTEX_POINT('',#22540); -#4753=VERTEX_POINT('',#22544); -#4754=VERTEX_POINT('',#22555); -#4755=VERTEX_POINT('',#22556); -#4756=VERTEX_POINT('',#22620); -#4757=VERTEX_POINT('',#22624); -#4758=VERTEX_POINT('',#22635); -#4759=VERTEX_POINT('',#22636); -#4760=VERTEX_POINT('',#22700); -#4761=VERTEX_POINT('',#22704); -#4762=VERTEX_POINT('',#22715); -#4763=VERTEX_POINT('',#22716); -#4764=VERTEX_POINT('',#22780); -#4765=VERTEX_POINT('',#22784); -#4766=VERTEX_POINT('',#22795); -#4767=VERTEX_POINT('',#22796); -#4768=VERTEX_POINT('',#22860); -#4769=VERTEX_POINT('',#22864); -#4770=VERTEX_POINT('',#22875); -#4771=VERTEX_POINT('',#22876); -#4772=VERTEX_POINT('',#22940); -#4773=VERTEX_POINT('',#22944); -#4774=VERTEX_POINT('',#22955); -#4775=VERTEX_POINT('',#22956); -#4776=VERTEX_POINT('',#23020); -#4777=VERTEX_POINT('',#23024); -#4778=VERTEX_POINT('',#23035); -#4779=VERTEX_POINT('',#23036); -#4780=VERTEX_POINT('',#23100); -#4781=VERTEX_POINT('',#23104); -#4782=VERTEX_POINT('',#23115); -#4783=VERTEX_POINT('',#23116); -#4784=VERTEX_POINT('',#23180); -#4785=VERTEX_POINT('',#23184); -#4786=VERTEX_POINT('',#23195); -#4787=VERTEX_POINT('',#23196); -#4788=VERTEX_POINT('',#23260); -#4789=VERTEX_POINT('',#23264); -#4790=VERTEX_POINT('',#23275); -#4791=VERTEX_POINT('',#23276); -#4792=VERTEX_POINT('',#23340); -#4793=VERTEX_POINT('',#23344); -#4794=VERTEX_POINT('',#23355); -#4795=VERTEX_POINT('',#23356); -#4796=VERTEX_POINT('',#23420); -#4797=VERTEX_POINT('',#23424); -#4798=VERTEX_POINT('',#23435); -#4799=VERTEX_POINT('',#23436); -#4800=VERTEX_POINT('',#23500); -#4801=VERTEX_POINT('',#23504); -#4802=VERTEX_POINT('',#23515); -#4803=VERTEX_POINT('',#23516); -#4804=VERTEX_POINT('',#23580); -#4805=VERTEX_POINT('',#23584); -#4806=VERTEX_POINT('',#23595); -#4807=VERTEX_POINT('',#23596); -#4808=VERTEX_POINT('',#23660); -#4809=VERTEX_POINT('',#23664); -#4810=VERTEX_POINT('',#23675); -#4811=VERTEX_POINT('',#23676); -#4812=VERTEX_POINT('',#23740); -#4813=VERTEX_POINT('',#23744); -#4814=VERTEX_POINT('',#23755); -#4815=VERTEX_POINT('',#23756); -#4816=VERTEX_POINT('',#23820); -#4817=VERTEX_POINT('',#23824); -#4818=VERTEX_POINT('',#23835); -#4819=VERTEX_POINT('',#23836); -#4820=VERTEX_POINT('',#23900); -#4821=VERTEX_POINT('',#23904); -#4822=VERTEX_POINT('',#23915); -#4823=VERTEX_POINT('',#23916); -#4824=VERTEX_POINT('',#23980); -#4825=VERTEX_POINT('',#23984); -#4826=VERTEX_POINT('',#23995); -#4827=VERTEX_POINT('',#23996); -#4828=VERTEX_POINT('',#24060); -#4829=VERTEX_POINT('',#24064); -#4830=VERTEX_POINT('',#24075); -#4831=VERTEX_POINT('',#24076); -#4832=VERTEX_POINT('',#24140); -#4833=VERTEX_POINT('',#24144); -#4834=VERTEX_POINT('',#24155); -#4835=VERTEX_POINT('',#24156); -#4836=VERTEX_POINT('',#24220); -#4837=VERTEX_POINT('',#24224); -#4838=VERTEX_POINT('',#24235); -#4839=VERTEX_POINT('',#24236); -#4840=VERTEX_POINT('',#24300); -#4841=VERTEX_POINT('',#24304); -#4842=VERTEX_POINT('',#24315); -#4843=VERTEX_POINT('',#24316); -#4844=VERTEX_POINT('',#24380); -#4845=VERTEX_POINT('',#24384); -#4846=VERTEX_POINT('',#24395); -#4847=VERTEX_POINT('',#24396); -#4848=VERTEX_POINT('',#24460); -#4849=VERTEX_POINT('',#24464); -#4850=VERTEX_POINT('',#24475); -#4851=VERTEX_POINT('',#24476); -#4852=VERTEX_POINT('',#24540); -#4853=VERTEX_POINT('',#24544); -#4854=VERTEX_POINT('',#24555); -#4855=VERTEX_POINT('',#24556); -#4856=VERTEX_POINT('',#24620); -#4857=VERTEX_POINT('',#24624); -#4858=VERTEX_POINT('',#24635); -#4859=VERTEX_POINT('',#24636); -#4860=VERTEX_POINT('',#24700); -#4861=VERTEX_POINT('',#24704); -#4862=VERTEX_POINT('',#24715); -#4863=VERTEX_POINT('',#24716); -#4864=VERTEX_POINT('',#24780); -#4865=VERTEX_POINT('',#24784); -#4866=VERTEX_POINT('',#24795); -#4867=VERTEX_POINT('',#24796); -#4868=VERTEX_POINT('',#24860); -#4869=VERTEX_POINT('',#24864); -#4870=VERTEX_POINT('',#24875); -#4871=VERTEX_POINT('',#24876); -#4872=VERTEX_POINT('',#24940); -#4873=VERTEX_POINT('',#24944); -#4874=VERTEX_POINT('',#24955); -#4875=VERTEX_POINT('',#24956); -#4876=VERTEX_POINT('',#25020); -#4877=VERTEX_POINT('',#25024); -#4878=VERTEX_POINT('',#25035); -#4879=VERTEX_POINT('',#25036); -#4880=VERTEX_POINT('',#25100); -#4881=VERTEX_POINT('',#25104); -#4882=VERTEX_POINT('',#25115); -#4883=VERTEX_POINT('',#25116); -#4884=VERTEX_POINT('',#25180); -#4885=VERTEX_POINT('',#25184); -#4886=VERTEX_POINT('',#25195); -#4887=VERTEX_POINT('',#25196); -#4888=VERTEX_POINT('',#25260); -#4889=VERTEX_POINT('',#25264); -#4890=VERTEX_POINT('',#25275); -#4891=VERTEX_POINT('',#25276); -#4892=VERTEX_POINT('',#25340); -#4893=VERTEX_POINT('',#25344); -#4894=VERTEX_POINT('',#25355); -#4895=VERTEX_POINT('',#25356); -#4896=VERTEX_POINT('',#25420); -#4897=VERTEX_POINT('',#25424); -#4898=VERTEX_POINT('',#25435); -#4899=VERTEX_POINT('',#25436); -#4900=VERTEX_POINT('',#25500); -#4901=VERTEX_POINT('',#25504); -#4902=VERTEX_POINT('',#25515); -#4903=VERTEX_POINT('',#25516); -#4904=VERTEX_POINT('',#25580); -#4905=VERTEX_POINT('',#25584); -#4906=VERTEX_POINT('',#25595); -#4907=VERTEX_POINT('',#25596); -#4908=VERTEX_POINT('',#25660); -#4909=VERTEX_POINT('',#25664); -#4910=VERTEX_POINT('',#25675); -#4911=VERTEX_POINT('',#25676); -#4912=VERTEX_POINT('',#25740); -#4913=VERTEX_POINT('',#25744); -#4914=VERTEX_POINT('',#25755); -#4915=VERTEX_POINT('',#25756); -#4916=VERTEX_POINT('',#25820); -#4917=VERTEX_POINT('',#25824); -#4918=VERTEX_POINT('',#25835); -#4919=VERTEX_POINT('',#25836); -#4920=VERTEX_POINT('',#25900); -#4921=VERTEX_POINT('',#25904); -#4922=VERTEX_POINT('',#25915); -#4923=VERTEX_POINT('',#25916); -#4924=VERTEX_POINT('',#25980); -#4925=VERTEX_POINT('',#25984); -#4926=VERTEX_POINT('',#25995); -#4927=VERTEX_POINT('',#25996); -#4928=VERTEX_POINT('',#26060); -#4929=VERTEX_POINT('',#26064); -#4930=VERTEX_POINT('',#26075); -#4931=VERTEX_POINT('',#26076); -#4932=VERTEX_POINT('',#26140); -#4933=VERTEX_POINT('',#26144); -#4934=VERTEX_POINT('',#26155); -#4935=VERTEX_POINT('',#26156); -#4936=VERTEX_POINT('',#26220); -#4937=VERTEX_POINT('',#26224); -#4938=VERTEX_POINT('',#26235); -#4939=VERTEX_POINT('',#26236); -#4940=VERTEX_POINT('',#26300); -#4941=VERTEX_POINT('',#26304); -#4942=VERTEX_POINT('',#26315); -#4943=VERTEX_POINT('',#26316); -#4944=VERTEX_POINT('',#26380); -#4945=VERTEX_POINT('',#26384); -#4946=VERTEX_POINT('',#26395); -#4947=VERTEX_POINT('',#26396); -#4948=VERTEX_POINT('',#26460); -#4949=VERTEX_POINT('',#26464); -#4950=VERTEX_POINT('',#26475); -#4951=VERTEX_POINT('',#26476); -#4952=VERTEX_POINT('',#26540); -#4953=VERTEX_POINT('',#26544); -#4954=VERTEX_POINT('',#26555); -#4955=VERTEX_POINT('',#26556); -#4956=VERTEX_POINT('',#26620); -#4957=VERTEX_POINT('',#26624); -#4958=VERTEX_POINT('',#26635); -#4959=VERTEX_POINT('',#26636); -#4960=VERTEX_POINT('',#26700); -#4961=VERTEX_POINT('',#26704); -#4962=VERTEX_POINT('',#26715); -#4963=VERTEX_POINT('',#26716); -#4964=VERTEX_POINT('',#26780); -#4965=VERTEX_POINT('',#26784); -#4966=VERTEX_POINT('',#26795); -#4967=VERTEX_POINT('',#26796); -#4968=VERTEX_POINT('',#26860); -#4969=VERTEX_POINT('',#26864); -#4970=VERTEX_POINT('',#26875); -#4971=VERTEX_POINT('',#26876); -#4972=VERTEX_POINT('',#26940); -#4973=VERTEX_POINT('',#26944); -#4974=VERTEX_POINT('',#26955); -#4975=VERTEX_POINT('',#26956); -#4976=VERTEX_POINT('',#27020); -#4977=VERTEX_POINT('',#27024); -#4978=VERTEX_POINT('',#27035); -#4979=VERTEX_POINT('',#27036); -#4980=VERTEX_POINT('',#27100); -#4981=VERTEX_POINT('',#27104); -#4982=VERTEX_POINT('',#27115); -#4983=VERTEX_POINT('',#27116); -#4984=VERTEX_POINT('',#27180); -#4985=VERTEX_POINT('',#27184); -#4986=VERTEX_POINT('',#27195); -#4987=VERTEX_POINT('',#27196); -#4988=VERTEX_POINT('',#27260); -#4989=VERTEX_POINT('',#27264); -#4990=VERTEX_POINT('',#27275); -#4991=VERTEX_POINT('',#27276); -#4992=VERTEX_POINT('',#27340); -#4993=VERTEX_POINT('',#27344); -#4994=VERTEX_POINT('',#27355); -#4995=VERTEX_POINT('',#27356); -#4996=VERTEX_POINT('',#27420); -#4997=VERTEX_POINT('',#27424); -#4998=VERTEX_POINT('',#27435); -#4999=VERTEX_POINT('',#27436); -#5000=VERTEX_POINT('',#27500); -#5001=VERTEX_POINT('',#27504); -#5002=VERTEX_POINT('',#27515); -#5003=VERTEX_POINT('',#27516); -#5004=VERTEX_POINT('',#27580); -#5005=VERTEX_POINT('',#27584); -#5006=VERTEX_POINT('',#27595); -#5007=VERTEX_POINT('',#27596); -#5008=VERTEX_POINT('',#27660); -#5009=VERTEX_POINT('',#27664); -#5010=VERTEX_POINT('',#27675); -#5011=VERTEX_POINT('',#27676); -#5012=VERTEX_POINT('',#27740); -#5013=VERTEX_POINT('',#27744); -#5014=VERTEX_POINT('',#27755); -#5015=VERTEX_POINT('',#27756); -#5016=VERTEX_POINT('',#27820); -#5017=VERTEX_POINT('',#27824); -#5018=VERTEX_POINT('',#27835); -#5019=VERTEX_POINT('',#27836); -#5020=VERTEX_POINT('',#27900); -#5021=VERTEX_POINT('',#27904); -#5022=VERTEX_POINT('',#27915); -#5023=VERTEX_POINT('',#27916); -#5024=VERTEX_POINT('',#27980); -#5025=VERTEX_POINT('',#27984); -#5026=VERTEX_POINT('',#27995); -#5027=VERTEX_POINT('',#27996); -#5028=VERTEX_POINT('',#28060); -#5029=VERTEX_POINT('',#28064); -#5030=VERTEX_POINT('',#28075); -#5031=VERTEX_POINT('',#28076); -#5032=VERTEX_POINT('',#28140); -#5033=VERTEX_POINT('',#28144); -#5034=VERTEX_POINT('',#28155); -#5035=VERTEX_POINT('',#28156); -#5036=VERTEX_POINT('',#28220); -#5037=VERTEX_POINT('',#28224); -#5038=VERTEX_POINT('',#28235); -#5039=VERTEX_POINT('',#28236); -#5040=VERTEX_POINT('',#28300); -#5041=VERTEX_POINT('',#28304); -#5042=VERTEX_POINT('',#28315); -#5043=VERTEX_POINT('',#28316); -#5044=VERTEX_POINT('',#28380); -#5045=VERTEX_POINT('',#28384); -#5046=VERTEX_POINT('',#28395); -#5047=VERTEX_POINT('',#28396); -#5048=VERTEX_POINT('',#28460); -#5049=VERTEX_POINT('',#28464); -#5050=VERTEX_POINT('',#28475); -#5051=VERTEX_POINT('',#28476); -#5052=VERTEX_POINT('',#28540); -#5053=VERTEX_POINT('',#28544); -#5054=VERTEX_POINT('',#28555); -#5055=VERTEX_POINT('',#28556); -#5056=VERTEX_POINT('',#28620); -#5057=VERTEX_POINT('',#28624); -#5058=VERTEX_POINT('',#28635); -#5059=VERTEX_POINT('',#28636); -#5060=VERTEX_POINT('',#28700); -#5061=VERTEX_POINT('',#28704); -#5062=VERTEX_POINT('',#28715); -#5063=VERTEX_POINT('',#28716); -#5064=VERTEX_POINT('',#28780); -#5065=VERTEX_POINT('',#28784); -#5066=VERTEX_POINT('',#28795); -#5067=VERTEX_POINT('',#28796); -#5068=VERTEX_POINT('',#28860); -#5069=VERTEX_POINT('',#28864); -#5070=VERTEX_POINT('',#28875); -#5071=VERTEX_POINT('',#28876); -#5072=VERTEX_POINT('',#28940); -#5073=VERTEX_POINT('',#28944); -#5074=VERTEX_POINT('',#28955); -#5075=VERTEX_POINT('',#28956); -#5076=VERTEX_POINT('',#29020); -#5077=VERTEX_POINT('',#29024); -#5078=VERTEX_POINT('',#29035); -#5079=VERTEX_POINT('',#29036); -#5080=VERTEX_POINT('',#29100); -#5081=VERTEX_POINT('',#29104); -#5082=VERTEX_POINT('',#29115); -#5083=VERTEX_POINT('',#29116); -#5084=VERTEX_POINT('',#29180); -#5085=VERTEX_POINT('',#29184); -#5086=VERTEX_POINT('',#29195); -#5087=VERTEX_POINT('',#29196); -#5088=VERTEX_POINT('',#29260); -#5089=VERTEX_POINT('',#29264); -#5090=VERTEX_POINT('',#29275); -#5091=VERTEX_POINT('',#29276); -#5092=VERTEX_POINT('',#29340); -#5093=VERTEX_POINT('',#29344); -#5094=VERTEX_POINT('',#29355); -#5095=VERTEX_POINT('',#29356); -#5096=VERTEX_POINT('',#29420); -#5097=VERTEX_POINT('',#29424); -#5098=VERTEX_POINT('',#29435); -#5099=VERTEX_POINT('',#29436); -#5100=VERTEX_POINT('',#29500); -#5101=VERTEX_POINT('',#29504); -#5102=VERTEX_POINT('',#29515); -#5103=VERTEX_POINT('',#29516); -#5104=VERTEX_POINT('',#29580); -#5105=VERTEX_POINT('',#29584); -#5106=VERTEX_POINT('',#29595); -#5107=VERTEX_POINT('',#29596); -#5108=VERTEX_POINT('',#29660); -#5109=VERTEX_POINT('',#29664); -#5110=VERTEX_POINT('',#29675); -#5111=VERTEX_POINT('',#29676); -#5112=VERTEX_POINT('',#29740); -#5113=VERTEX_POINT('',#29744); -#5114=VERTEX_POINT('',#29755); -#5115=VERTEX_POINT('',#29756); -#5116=VERTEX_POINT('',#29820); -#5117=VERTEX_POINT('',#29824); -#5118=VERTEX_POINT('',#29835); -#5119=VERTEX_POINT('',#29836); -#5120=VERTEX_POINT('',#29900); -#5121=VERTEX_POINT('',#29904); -#5122=VERTEX_POINT('',#29915); -#5123=VERTEX_POINT('',#29916); -#5124=VERTEX_POINT('',#29980); -#5125=VERTEX_POINT('',#29984); -#5126=VERTEX_POINT('',#29995); -#5127=VERTEX_POINT('',#29996); -#5128=VERTEX_POINT('',#30060); -#5129=VERTEX_POINT('',#30064); -#5130=VERTEX_POINT('',#30075); -#5131=VERTEX_POINT('',#30076); -#5132=VERTEX_POINT('',#30140); -#5133=VERTEX_POINT('',#30144); -#5134=VERTEX_POINT('',#30155); -#5135=VERTEX_POINT('',#30156); -#5136=VERTEX_POINT('',#30220); -#5137=VERTEX_POINT('',#30224); -#5138=VERTEX_POINT('',#30235); -#5139=VERTEX_POINT('',#30236); -#5140=VERTEX_POINT('',#30300); -#5141=VERTEX_POINT('',#30304); -#5142=VERTEX_POINT('',#30315); -#5143=VERTEX_POINT('',#30316); -#5144=VERTEX_POINT('',#30380); -#5145=VERTEX_POINT('',#30384); -#5146=VERTEX_POINT('',#30418); -#5147=VERTEX_POINT('',#30439); -#5148=VERTEX_POINT('',#30460); -#5149=VERTEX_POINT('',#30462); -#5150=VERTEX_POINT('',#30496); -#5151=VERTEX_POINT('',#30517); -#5152=VERTEX_POINT('',#30540); -#5153=VERTEX_POINT('',#30542); -#5154=VERTEX_POINT('',#30576); -#5155=VERTEX_POINT('',#30597); -#5156=VERTEX_POINT('',#30620); -#5157=VERTEX_POINT('',#30622); -#5158=VERTEX_POINT('',#30656); -#5159=VERTEX_POINT('',#30677); -#5160=VERTEX_POINT('',#30700); -#5161=VERTEX_POINT('',#30702); -#5162=VERTEX_POINT('',#30736); -#5163=VERTEX_POINT('',#30757); -#5164=VERTEX_POINT('',#30780); -#5165=VERTEX_POINT('',#30782); -#5166=VERTEX_POINT('',#30816); -#5167=VERTEX_POINT('',#30837); -#5168=VERTEX_POINT('',#30860); -#5169=VERTEX_POINT('',#30862); -#5170=VERTEX_POINT('',#30896); -#5171=VERTEX_POINT('',#30917); -#5172=VERTEX_POINT('',#30940); -#5173=VERTEX_POINT('',#30942); -#5174=VERTEX_POINT('',#30976); -#5175=VERTEX_POINT('',#30997); -#5176=VERTEX_POINT('',#31020); -#5177=VERTEX_POINT('',#31022); -#5178=VERTEX_POINT('',#31056); -#5179=VERTEX_POINT('',#31077); -#5180=VERTEX_POINT('',#31100); -#5181=VERTEX_POINT('',#31102); -#5182=VERTEX_POINT('',#31136); -#5183=VERTEX_POINT('',#31157); -#5184=VERTEX_POINT('',#31180); -#5185=VERTEX_POINT('',#31182); -#5186=VERTEX_POINT('',#31216); -#5187=VERTEX_POINT('',#31237); -#5188=VERTEX_POINT('',#31260); -#5189=VERTEX_POINT('',#31262); -#5190=VERTEX_POINT('',#31296); -#5191=VERTEX_POINT('',#31317); -#5192=VERTEX_POINT('',#31340); -#5193=VERTEX_POINT('',#31342); -#5194=VERTEX_POINT('',#31344); -#5195=VERTEX_POINT('',#31346); -#5196=VERTEX_POINT('',#31348); -#5197=VERTEX_POINT('',#31350); -#5198=VERTEX_POINT('',#31352); -#5199=VERTEX_POINT('',#31354); -#5200=VERTEX_POINT('',#31356); -#5201=VERTEX_POINT('',#31358); -#5202=VERTEX_POINT('',#31360); -#5203=VERTEX_POINT('',#31364); -#5204=VERTEX_POINT('',#31365); -#5205=VERTEX_POINT('',#31370); -#5206=VERTEX_POINT('',#31371); -#5207=VERTEX_POINT('',#31376); -#5208=VERTEX_POINT('',#31377); -#5209=VERTEX_POINT('',#31382); -#5210=VERTEX_POINT('',#31384); -#5211=VERTEX_POINT('',#31388); -#5212=VERTEX_POINT('',#31390); -#5213=VERTEX_POINT('',#31394); -#5214=VERTEX_POINT('',#31396); -#5215=EDGE_CURVE('',#4056,#4057,#3222,.T.); -#5216=EDGE_CURVE('',#4058,#4056,#1460,.T.); -#5217=EDGE_CURVE('',#4059,#4058,#3223,.T.); -#5218=EDGE_CURVE('',#4057,#4059,#1461,.T.); -#5219=EDGE_CURVE('',#4060,#4061,#3224,.T.); -#5220=EDGE_CURVE('',#4062,#4060,#1462,.T.); -#5221=EDGE_CURVE('',#4063,#4062,#3225,.T.); -#5222=EDGE_CURVE('',#4061,#4063,#1463,.T.); -#5223=EDGE_CURVE('',#4057,#4060,#3226,.T.); -#5224=EDGE_CURVE('',#4062,#4059,#3227,.T.); -#5225=EDGE_CURVE('',#4058,#4064,#1464,.T.); -#5226=EDGE_CURVE('',#4065,#4064,#163,.T.); -#5227=EDGE_CURVE('',#4066,#4065,#1465,.T.); -#5228=EDGE_CURVE('',#4067,#4066,#1466,.T.); -#5229=EDGE_CURVE('',#4068,#4067,#164,.T.); -#5230=EDGE_CURVE('',#4069,#4068,#1467,.T.); -#5231=EDGE_CURVE('',#4070,#4069,#1468,.T.); -#5232=EDGE_CURVE('',#4070,#4071,#3228,.T.); -#5233=EDGE_CURVE('',#4071,#4072,#3229,.T.); -#5234=EDGE_CURVE('',#4072,#4073,#3230,.T.); -#5235=EDGE_CURVE('',#4074,#4073,#1469,.T.); -#5236=EDGE_CURVE('',#4075,#4074,#1470,.T.); -#5237=EDGE_CURVE('',#4076,#4075,#1471,.T.); -#5238=EDGE_CURVE('',#4076,#4077,#3231,.T.); -#5239=EDGE_CURVE('',#4077,#4078,#3232,.T.); -#5240=EDGE_CURVE('',#4078,#4079,#3233,.T.); -#5241=EDGE_CURVE('',#4080,#4079,#1472,.T.); -#5242=EDGE_CURVE('',#4081,#4080,#1473,.T.); -#5243=EDGE_CURVE('',#4082,#4081,#1474,.T.); -#5244=EDGE_CURVE('',#4082,#4083,#3234,.T.); -#5245=EDGE_CURVE('',#4083,#4084,#3235,.T.); -#5246=EDGE_CURVE('',#4084,#4085,#3236,.T.); -#5247=EDGE_CURVE('',#4086,#4085,#1475,.T.); -#5248=EDGE_CURVE('',#4087,#4086,#1476,.T.); -#5249=EDGE_CURVE('',#4088,#4087,#1477,.T.); -#5250=EDGE_CURVE('',#4088,#4089,#3237,.T.); -#5251=EDGE_CURVE('',#4089,#4090,#3238,.T.); -#5252=EDGE_CURVE('',#4090,#4091,#3239,.T.); -#5253=EDGE_CURVE('',#4092,#4091,#1478,.T.); -#5254=EDGE_CURVE('',#4093,#4092,#1479,.T.); -#5255=EDGE_CURVE('',#4094,#4093,#1480,.T.); -#5256=EDGE_CURVE('',#4094,#4095,#3240,.T.); -#5257=EDGE_CURVE('',#4095,#4096,#3241,.T.); -#5258=EDGE_CURVE('',#4096,#4097,#3242,.T.); -#5259=EDGE_CURVE('',#4098,#4097,#1481,.T.); -#5260=EDGE_CURVE('',#4099,#4098,#1482,.T.); -#5261=EDGE_CURVE('',#4100,#4099,#1483,.T.); -#5262=EDGE_CURVE('',#4100,#4101,#3243,.T.); -#5263=EDGE_CURVE('',#4101,#4102,#3244,.T.); -#5264=EDGE_CURVE('',#4102,#4103,#3245,.T.); -#5265=EDGE_CURVE('',#4104,#4103,#1484,.T.); -#5266=EDGE_CURVE('',#4105,#4104,#1485,.T.); -#5267=EDGE_CURVE('',#4106,#4105,#1486,.T.); -#5268=EDGE_CURVE('',#4106,#4107,#3246,.T.); -#5269=EDGE_CURVE('',#4107,#4108,#3247,.T.); -#5270=EDGE_CURVE('',#4108,#4109,#3248,.T.); -#5271=EDGE_CURVE('',#4110,#4109,#1487,.T.); -#5272=EDGE_CURVE('',#4111,#4110,#1488,.T.); -#5273=EDGE_CURVE('',#4112,#4111,#1489,.T.); -#5274=EDGE_CURVE('',#4112,#4113,#3249,.T.); -#5275=EDGE_CURVE('',#4113,#4114,#3250,.T.); -#5276=EDGE_CURVE('',#4114,#4115,#3251,.T.); -#5277=EDGE_CURVE('',#4116,#4115,#1490,.T.); -#5278=EDGE_CURVE('',#4117,#4116,#1491,.T.); -#5279=EDGE_CURVE('',#4118,#4117,#1492,.T.); -#5280=EDGE_CURVE('',#4118,#4119,#3252,.T.); -#5281=EDGE_CURVE('',#4119,#4120,#3253,.T.); -#5282=EDGE_CURVE('',#4120,#4121,#3254,.T.); -#5283=EDGE_CURVE('',#4122,#4121,#1493,.T.); -#5284=EDGE_CURVE('',#4123,#4122,#1494,.T.); -#5285=EDGE_CURVE('',#4123,#4124,#3255,.T.); -#5286=EDGE_CURVE('',#4124,#4125,#3256,.T.); -#5287=EDGE_CURVE('',#4125,#4126,#3257,.T.); -#5288=EDGE_CURVE('',#4127,#4126,#1495,.T.); -#5289=EDGE_CURVE('',#4127,#4128,#3258,.T.); -#5290=EDGE_CURVE('',#4128,#4129,#3259,.T.); -#5291=EDGE_CURVE('',#4129,#4130,#3260,.T.); -#5292=EDGE_CURVE('',#4131,#4130,#1496,.T.); -#5293=EDGE_CURVE('',#4131,#4132,#3261,.T.); -#5294=EDGE_CURVE('',#4132,#4133,#3262,.T.); -#5295=EDGE_CURVE('',#4133,#4134,#3263,.T.); -#5296=EDGE_CURVE('',#4135,#4134,#1497,.T.); -#5297=EDGE_CURVE('',#4135,#4136,#3264,.T.); -#5298=EDGE_CURVE('',#4136,#4137,#3265,.T.); -#5299=EDGE_CURVE('',#4137,#4138,#3266,.T.); -#5300=EDGE_CURVE('',#4138,#4139,#1498,.T.); -#5301=EDGE_CURVE('',#4139,#4140,#3267,.T.); -#5302=EDGE_CURVE('',#4140,#4141,#3268,.T.); -#5303=EDGE_CURVE('',#4141,#4142,#3269,.T.); -#5304=EDGE_CURVE('',#4142,#4143,#1499,.T.); -#5305=EDGE_CURVE('',#4143,#4144,#3270,.T.); -#5306=EDGE_CURVE('',#4144,#4145,#3271,.T.); -#5307=EDGE_CURVE('',#4145,#4146,#3272,.T.); -#5308=EDGE_CURVE('',#4146,#4147,#1500,.T.); -#5309=EDGE_CURVE('',#4147,#4148,#3273,.T.); -#5310=EDGE_CURVE('',#4148,#4149,#3274,.T.); -#5311=EDGE_CURVE('',#4149,#4150,#3275,.T.); -#5312=EDGE_CURVE('',#4150,#4151,#1501,.T.); -#5313=EDGE_CURVE('',#4151,#4152,#3276,.T.); -#5314=EDGE_CURVE('',#4152,#4153,#3277,.T.); -#5315=EDGE_CURVE('',#4153,#4154,#3278,.T.); -#5316=EDGE_CURVE('',#4154,#4155,#1502,.T.); -#5317=EDGE_CURVE('',#4155,#4156,#3279,.T.); -#5318=EDGE_CURVE('',#4156,#4157,#3280,.T.); -#5319=EDGE_CURVE('',#4157,#4158,#3281,.T.); -#5320=EDGE_CURVE('',#4158,#4159,#1503,.T.); -#5321=EDGE_CURVE('',#4159,#4160,#3282,.T.); -#5322=EDGE_CURVE('',#4160,#4161,#3283,.T.); -#5323=EDGE_CURVE('',#4161,#4162,#3284,.T.); -#5324=EDGE_CURVE('',#4162,#4163,#1504,.T.); -#5325=EDGE_CURVE('',#4163,#4164,#3285,.T.); -#5326=EDGE_CURVE('',#4164,#4165,#3286,.T.); -#5327=EDGE_CURVE('',#4165,#4166,#3287,.T.); -#5328=EDGE_CURVE('',#4166,#4167,#1505,.T.); -#5329=EDGE_CURVE('',#4167,#4168,#3288,.T.); -#5330=EDGE_CURVE('',#4168,#4169,#3289,.T.); -#5331=EDGE_CURVE('',#4169,#4170,#3290,.T.); -#5332=EDGE_CURVE('',#4170,#4171,#1506,.T.); -#5333=EDGE_CURVE('',#4171,#4172,#3291,.T.); -#5334=EDGE_CURVE('',#4172,#4173,#3292,.T.); -#5335=EDGE_CURVE('',#4173,#4174,#3293,.T.); -#5336=EDGE_CURVE('',#4174,#4175,#1507,.T.); -#5337=EDGE_CURVE('',#4175,#4176,#3294,.T.); -#5338=EDGE_CURVE('',#4176,#4177,#3295,.T.); -#5339=EDGE_CURVE('',#4177,#4178,#3296,.T.); -#5340=EDGE_CURVE('',#4178,#4179,#1508,.T.); -#5341=EDGE_CURVE('',#4179,#4180,#3297,.T.); -#5342=EDGE_CURVE('',#4180,#4181,#3298,.T.); -#5343=EDGE_CURVE('',#4181,#4182,#3299,.T.); -#5344=EDGE_CURVE('',#4182,#4183,#1509,.T.); -#5345=EDGE_CURVE('',#4183,#4184,#3300,.T.); -#5346=EDGE_CURVE('',#4184,#4185,#3301,.T.); -#5347=EDGE_CURVE('',#4185,#4186,#3302,.T.); -#5348=EDGE_CURVE('',#4186,#4187,#1510,.T.); -#5349=EDGE_CURVE('',#4187,#4188,#3303,.T.); -#5350=EDGE_CURVE('',#4188,#4189,#3304,.T.); -#5351=EDGE_CURVE('',#4189,#4190,#3305,.T.); -#5352=EDGE_CURVE('',#4190,#4191,#1511,.T.); -#5353=EDGE_CURVE('',#4191,#4192,#3306,.T.); -#5354=EDGE_CURVE('',#4192,#4193,#3307,.T.); -#5355=EDGE_CURVE('',#4193,#4194,#3308,.T.); -#5356=EDGE_CURVE('',#4194,#4195,#1512,.T.); -#5357=EDGE_CURVE('',#4195,#4196,#3309,.T.); -#5358=EDGE_CURVE('',#4196,#4197,#3310,.T.); -#5359=EDGE_CURVE('',#4197,#4198,#3311,.T.); -#5360=EDGE_CURVE('',#4198,#4199,#1513,.T.); -#5361=EDGE_CURVE('',#4199,#4200,#3312,.T.); -#5362=EDGE_CURVE('',#4200,#4201,#3313,.T.); -#5363=EDGE_CURVE('',#4201,#4202,#3314,.T.); -#5364=EDGE_CURVE('',#4202,#4203,#1514,.T.); -#5365=EDGE_CURVE('',#4203,#4204,#3315,.T.); -#5366=EDGE_CURVE('',#4204,#4205,#3316,.T.); -#5367=EDGE_CURVE('',#4205,#4206,#3317,.T.); -#5368=EDGE_CURVE('',#4206,#4207,#1515,.T.); -#5369=EDGE_CURVE('',#4207,#4208,#3318,.T.); -#5370=EDGE_CURVE('',#4208,#4209,#3319,.T.); -#5371=EDGE_CURVE('',#4209,#4210,#3320,.T.); -#5372=EDGE_CURVE('',#4210,#4211,#1516,.T.); -#5373=EDGE_CURVE('',#4211,#4212,#3321,.T.); -#5374=EDGE_CURVE('',#4212,#4213,#3322,.T.); -#5375=EDGE_CURVE('',#4213,#4214,#3323,.T.); -#5376=EDGE_CURVE('',#4214,#4215,#1517,.T.); -#5377=EDGE_CURVE('',#4215,#4216,#3324,.T.); -#5378=EDGE_CURVE('',#4216,#4217,#3325,.T.); -#5379=EDGE_CURVE('',#4217,#4218,#3326,.T.); -#5380=EDGE_CURVE('',#4218,#4219,#1518,.T.); -#5381=EDGE_CURVE('',#4219,#4220,#3327,.T.); -#5382=EDGE_CURVE('',#4220,#4221,#3328,.T.); -#5383=EDGE_CURVE('',#4221,#4222,#3329,.T.); -#5384=EDGE_CURVE('',#4222,#4223,#1519,.T.); -#5385=EDGE_CURVE('',#4223,#4224,#3330,.T.); -#5386=EDGE_CURVE('',#4224,#4225,#3331,.T.); -#5387=EDGE_CURVE('',#4225,#4226,#3332,.T.); -#5388=EDGE_CURVE('',#4226,#4227,#1520,.T.); -#5389=EDGE_CURVE('',#4227,#4228,#3333,.T.); -#5390=EDGE_CURVE('',#4228,#4229,#3334,.T.); -#5391=EDGE_CURVE('',#4229,#4230,#3335,.T.); -#5392=EDGE_CURVE('',#4230,#4231,#1521,.T.); -#5393=EDGE_CURVE('',#4231,#4232,#3336,.T.); -#5394=EDGE_CURVE('',#4232,#4233,#3337,.T.); -#5395=EDGE_CURVE('',#4233,#4234,#3338,.T.); -#5396=EDGE_CURVE('',#4234,#4235,#1522,.T.); -#5397=EDGE_CURVE('',#4235,#4236,#3339,.T.); -#5398=EDGE_CURVE('',#4236,#4237,#3340,.T.); -#5399=EDGE_CURVE('',#4237,#4238,#3341,.T.); -#5400=EDGE_CURVE('',#4238,#4239,#1523,.T.); -#5401=EDGE_CURVE('',#4239,#4240,#3342,.T.); -#5402=EDGE_CURVE('',#4240,#4241,#3343,.T.); -#5403=EDGE_CURVE('',#4241,#4242,#3344,.T.); -#5404=EDGE_CURVE('',#4242,#4243,#1524,.T.); -#5405=EDGE_CURVE('',#4243,#4244,#3345,.T.); -#5406=EDGE_CURVE('',#4244,#4245,#3346,.T.); -#5407=EDGE_CURVE('',#4245,#4246,#3347,.T.); -#5408=EDGE_CURVE('',#4246,#4247,#1525,.T.); -#5409=EDGE_CURVE('',#4247,#4248,#3348,.T.); -#5410=EDGE_CURVE('',#4248,#4249,#3349,.T.); -#5411=EDGE_CURVE('',#4249,#4250,#3350,.T.); -#5412=EDGE_CURVE('',#4250,#4251,#1526,.T.); -#5413=EDGE_CURVE('',#4251,#4252,#3351,.T.); -#5414=EDGE_CURVE('',#4252,#4253,#3352,.T.); -#5415=EDGE_CURVE('',#4253,#4254,#3353,.T.); -#5416=EDGE_CURVE('',#4254,#4255,#1527,.T.); -#5417=EDGE_CURVE('',#4255,#4256,#3354,.T.); -#5418=EDGE_CURVE('',#4256,#4257,#3355,.T.); -#5419=EDGE_CURVE('',#4257,#4258,#3356,.T.); -#5420=EDGE_CURVE('',#4258,#4259,#1528,.T.); -#5421=EDGE_CURVE('',#4259,#4260,#3357,.T.); -#5422=EDGE_CURVE('',#4260,#4261,#3358,.T.); -#5423=EDGE_CURVE('',#4261,#4262,#3359,.T.); -#5424=EDGE_CURVE('',#4262,#4263,#1529,.T.); -#5425=EDGE_CURVE('',#4263,#4264,#3360,.T.); -#5426=EDGE_CURVE('',#4264,#4265,#3361,.T.); -#5427=EDGE_CURVE('',#4265,#4266,#3362,.T.); -#5428=EDGE_CURVE('',#4266,#4267,#1530,.T.); -#5429=EDGE_CURVE('',#4267,#4268,#3363,.T.); -#5430=EDGE_CURVE('',#4268,#4269,#3364,.T.); -#5431=EDGE_CURVE('',#4269,#4270,#3365,.T.); -#5432=EDGE_CURVE('',#4270,#4271,#1531,.T.); -#5433=EDGE_CURVE('',#4271,#4272,#3366,.T.); -#5434=EDGE_CURVE('',#4272,#4273,#3367,.T.); -#5435=EDGE_CURVE('',#4273,#4274,#3368,.T.); -#5436=EDGE_CURVE('',#4274,#4275,#1532,.T.); -#5437=EDGE_CURVE('',#4275,#4276,#3369,.T.); -#5438=EDGE_CURVE('',#4276,#4277,#3370,.T.); -#5439=EDGE_CURVE('',#4277,#4278,#3371,.T.); -#5440=EDGE_CURVE('',#4278,#4279,#1533,.T.); -#5441=EDGE_CURVE('',#4279,#4280,#3372,.T.); -#5442=EDGE_CURVE('',#4280,#4281,#3373,.T.); -#5443=EDGE_CURVE('',#4281,#4282,#3374,.T.); -#5444=EDGE_CURVE('',#4282,#4283,#1534,.T.); -#5445=EDGE_CURVE('',#4283,#4284,#3375,.T.); -#5446=EDGE_CURVE('',#4284,#4285,#3376,.T.); -#5447=EDGE_CURVE('',#4285,#4286,#3377,.T.); -#5448=EDGE_CURVE('',#4286,#4287,#1535,.T.); -#5449=EDGE_CURVE('',#4287,#4288,#3378,.T.); -#5450=EDGE_CURVE('',#4288,#4289,#3379,.T.); -#5451=EDGE_CURVE('',#4289,#4290,#3380,.T.); -#5452=EDGE_CURVE('',#4290,#4291,#1536,.T.); -#5453=EDGE_CURVE('',#4291,#4292,#3381,.T.); -#5454=EDGE_CURVE('',#4292,#4293,#3382,.T.); -#5455=EDGE_CURVE('',#4293,#4294,#3383,.T.); -#5456=EDGE_CURVE('',#4294,#4295,#1537,.T.); -#5457=EDGE_CURVE('',#4295,#4296,#3384,.T.); -#5458=EDGE_CURVE('',#4296,#4297,#3385,.T.); -#5459=EDGE_CURVE('',#4297,#4298,#3386,.T.); -#5460=EDGE_CURVE('',#4298,#4299,#1538,.T.); -#5461=EDGE_CURVE('',#4299,#4300,#3387,.T.); -#5462=EDGE_CURVE('',#4300,#4301,#3388,.T.); -#5463=EDGE_CURVE('',#4301,#4302,#3389,.T.); -#5464=EDGE_CURVE('',#4302,#4303,#1539,.T.); -#5465=EDGE_CURVE('',#4303,#4304,#3390,.T.); -#5466=EDGE_CURVE('',#4304,#4305,#3391,.T.); -#5467=EDGE_CURVE('',#4305,#4306,#3392,.T.); -#5468=EDGE_CURVE('',#4306,#4307,#1540,.T.); -#5469=EDGE_CURVE('',#4307,#4308,#3393,.T.); -#5470=EDGE_CURVE('',#4308,#4309,#3394,.T.); -#5471=EDGE_CURVE('',#4309,#4310,#3395,.T.); -#5472=EDGE_CURVE('',#4310,#4311,#1541,.T.); -#5473=EDGE_CURVE('',#4311,#4312,#3396,.T.); -#5474=EDGE_CURVE('',#4312,#4313,#3397,.T.); -#5475=EDGE_CURVE('',#4313,#4314,#3398,.T.); -#5476=EDGE_CURVE('',#4314,#4315,#1542,.T.); -#5477=EDGE_CURVE('',#4315,#4316,#3399,.T.); -#5478=EDGE_CURVE('',#4316,#4317,#3400,.T.); -#5479=EDGE_CURVE('',#4317,#4318,#3401,.T.); -#5480=EDGE_CURVE('',#4318,#4319,#1543,.T.); -#5481=EDGE_CURVE('',#4319,#4320,#3402,.T.); -#5482=EDGE_CURVE('',#4320,#4321,#3403,.T.); -#5483=EDGE_CURVE('',#4321,#4322,#3404,.T.); -#5484=EDGE_CURVE('',#4322,#4323,#1544,.T.); -#5485=EDGE_CURVE('',#4323,#4324,#3405,.T.); -#5486=EDGE_CURVE('',#4324,#4325,#3406,.T.); -#5487=EDGE_CURVE('',#4325,#4326,#3407,.T.); -#5488=EDGE_CURVE('',#4326,#4327,#1545,.T.); -#5489=EDGE_CURVE('',#4327,#4328,#3408,.T.); -#5490=EDGE_CURVE('',#4328,#4329,#3409,.T.); -#5491=EDGE_CURVE('',#4329,#4330,#3410,.T.); -#5492=EDGE_CURVE('',#4330,#4331,#1546,.T.); -#5493=EDGE_CURVE('',#4331,#4332,#3411,.T.); -#5494=EDGE_CURVE('',#4332,#4333,#3412,.T.); -#5495=EDGE_CURVE('',#4333,#4334,#3413,.T.); -#5496=EDGE_CURVE('',#4334,#4335,#1547,.T.); -#5497=EDGE_CURVE('',#4335,#4336,#3414,.T.); -#5498=EDGE_CURVE('',#4336,#4337,#3415,.T.); -#5499=EDGE_CURVE('',#4337,#4338,#3416,.T.); -#5500=EDGE_CURVE('',#4338,#4339,#1548,.T.); -#5501=EDGE_CURVE('',#4339,#4340,#3417,.T.); -#5502=EDGE_CURVE('',#4340,#4341,#3418,.T.); -#5503=EDGE_CURVE('',#4341,#4342,#3419,.T.); -#5504=EDGE_CURVE('',#4342,#4343,#1549,.T.); -#5505=EDGE_CURVE('',#4343,#4344,#3420,.T.); -#5506=EDGE_CURVE('',#4344,#4345,#3421,.T.); -#5507=EDGE_CURVE('',#4345,#4346,#3422,.T.); -#5508=EDGE_CURVE('',#4346,#4347,#1550,.T.); -#5509=EDGE_CURVE('',#4347,#4348,#3423,.T.); -#5510=EDGE_CURVE('',#4348,#4349,#3424,.T.); -#5511=EDGE_CURVE('',#4349,#4350,#3425,.T.); -#5512=EDGE_CURVE('',#4350,#4351,#1551,.T.); -#5513=EDGE_CURVE('',#4351,#4352,#3426,.T.); -#5514=EDGE_CURVE('',#4352,#4353,#3427,.T.); -#5515=EDGE_CURVE('',#4353,#4354,#3428,.T.); -#5516=EDGE_CURVE('',#4354,#4355,#1552,.T.); -#5517=EDGE_CURVE('',#4355,#4356,#3429,.T.); -#5518=EDGE_CURVE('',#4356,#4357,#3430,.T.); -#5519=EDGE_CURVE('',#4357,#4358,#3431,.T.); -#5520=EDGE_CURVE('',#4358,#4359,#1553,.T.); -#5521=EDGE_CURVE('',#4359,#4360,#3432,.T.); -#5522=EDGE_CURVE('',#4360,#4361,#3433,.T.); -#5523=EDGE_CURVE('',#4361,#4362,#3434,.T.); -#5524=EDGE_CURVE('',#4362,#4363,#1554,.T.); -#5525=EDGE_CURVE('',#4363,#4364,#3435,.T.); -#5526=EDGE_CURVE('',#4364,#4365,#3436,.T.); -#5527=EDGE_CURVE('',#4365,#4366,#3437,.T.); -#5528=EDGE_CURVE('',#4366,#4367,#1555,.T.); -#5529=EDGE_CURVE('',#4367,#4368,#3438,.T.); -#5530=EDGE_CURVE('',#4368,#4369,#3439,.T.); -#5531=EDGE_CURVE('',#4369,#4370,#3440,.T.); -#5532=EDGE_CURVE('',#4370,#4371,#1556,.T.); -#5533=EDGE_CURVE('',#4371,#4372,#3441,.T.); -#5534=EDGE_CURVE('',#4372,#4373,#3442,.T.); -#5535=EDGE_CURVE('',#4373,#4374,#3443,.T.); -#5536=EDGE_CURVE('',#4374,#4375,#1557,.T.); -#5537=EDGE_CURVE('',#4375,#4376,#3444,.T.); -#5538=EDGE_CURVE('',#4376,#4377,#3445,.T.); -#5539=EDGE_CURVE('',#4377,#4378,#3446,.T.); -#5540=EDGE_CURVE('',#4378,#4379,#1558,.T.); -#5541=EDGE_CURVE('',#4379,#4380,#3447,.T.); -#5542=EDGE_CURVE('',#4380,#4381,#3448,.T.); -#5543=EDGE_CURVE('',#4381,#4382,#3449,.T.); -#5544=EDGE_CURVE('',#4382,#4383,#1559,.T.); -#5545=EDGE_CURVE('',#4383,#4384,#3450,.T.); -#5546=EDGE_CURVE('',#4384,#4385,#3451,.T.); -#5547=EDGE_CURVE('',#4385,#4386,#3452,.T.); -#5548=EDGE_CURVE('',#4386,#4387,#1560,.T.); -#5549=EDGE_CURVE('',#4387,#4388,#3453,.T.); -#5550=EDGE_CURVE('',#4388,#4389,#3454,.T.); -#5551=EDGE_CURVE('',#4389,#4390,#3455,.T.); -#5552=EDGE_CURVE('',#4390,#4391,#1561,.T.); -#5553=EDGE_CURVE('',#4391,#4392,#3456,.T.); -#5554=EDGE_CURVE('',#4392,#4393,#3457,.T.); -#5555=EDGE_CURVE('',#4393,#4394,#3458,.T.); -#5556=EDGE_CURVE('',#4394,#4395,#1562,.T.); -#5557=EDGE_CURVE('',#4395,#4396,#3459,.T.); -#5558=EDGE_CURVE('',#4396,#4397,#3460,.T.); -#5559=EDGE_CURVE('',#4397,#4398,#3461,.T.); -#5560=EDGE_CURVE('',#4398,#4399,#1563,.T.); -#5561=EDGE_CURVE('',#4399,#4400,#3462,.T.); -#5562=EDGE_CURVE('',#4400,#4401,#3463,.T.); -#5563=EDGE_CURVE('',#4401,#4402,#3464,.T.); -#5564=EDGE_CURVE('',#4402,#4403,#1564,.T.); -#5565=EDGE_CURVE('',#4403,#4404,#3465,.T.); -#5566=EDGE_CURVE('',#4404,#4405,#3466,.T.); -#5567=EDGE_CURVE('',#4405,#4406,#3467,.T.); -#5568=EDGE_CURVE('',#4406,#4407,#1565,.T.); -#5569=EDGE_CURVE('',#4407,#4408,#3468,.T.); -#5570=EDGE_CURVE('',#4408,#4409,#3469,.T.); -#5571=EDGE_CURVE('',#4409,#4410,#3470,.T.); -#5572=EDGE_CURVE('',#4410,#4411,#1566,.T.); -#5573=EDGE_CURVE('',#4411,#4412,#3471,.T.); -#5574=EDGE_CURVE('',#4412,#4413,#3472,.T.); -#5575=EDGE_CURVE('',#4413,#4414,#3473,.T.); -#5576=EDGE_CURVE('',#4414,#4415,#1567,.T.); -#5577=EDGE_CURVE('',#4415,#4416,#3474,.T.); -#5578=EDGE_CURVE('',#4416,#4417,#3475,.T.); -#5579=EDGE_CURVE('',#4417,#4418,#3476,.T.); -#5580=EDGE_CURVE('',#4418,#4419,#1568,.T.); -#5581=EDGE_CURVE('',#4419,#4420,#3477,.T.); -#5582=EDGE_CURVE('',#4420,#4421,#3478,.T.); -#5583=EDGE_CURVE('',#4421,#4422,#3479,.T.); -#5584=EDGE_CURVE('',#4422,#4423,#1569,.T.); -#5585=EDGE_CURVE('',#4423,#4424,#3480,.T.); -#5586=EDGE_CURVE('',#4424,#4425,#3481,.T.); -#5587=EDGE_CURVE('',#4425,#4426,#3482,.T.); -#5588=EDGE_CURVE('',#4426,#4427,#1570,.T.); -#5589=EDGE_CURVE('',#4427,#4428,#3483,.T.); -#5590=EDGE_CURVE('',#4428,#4429,#3484,.T.); -#5591=EDGE_CURVE('',#4429,#4430,#3485,.T.); -#5592=EDGE_CURVE('',#4430,#4431,#1571,.T.); -#5593=EDGE_CURVE('',#4431,#4432,#3486,.T.); -#5594=EDGE_CURVE('',#4432,#4433,#3487,.T.); -#5595=EDGE_CURVE('',#4433,#4434,#3488,.T.); -#5596=EDGE_CURVE('',#4434,#4435,#1572,.T.); -#5597=EDGE_CURVE('',#4435,#4436,#3489,.T.); -#5598=EDGE_CURVE('',#4436,#4437,#3490,.T.); -#5599=EDGE_CURVE('',#4437,#4438,#3491,.T.); -#5600=EDGE_CURVE('',#4438,#4439,#1573,.T.); -#5601=EDGE_CURVE('',#4439,#4440,#3492,.T.); -#5602=EDGE_CURVE('',#4440,#4441,#3493,.T.); -#5603=EDGE_CURVE('',#4441,#4442,#3494,.T.); -#5604=EDGE_CURVE('',#4442,#4443,#1574,.T.); -#5605=EDGE_CURVE('',#4443,#4444,#3495,.T.); -#5606=EDGE_CURVE('',#4444,#4445,#3496,.T.); -#5607=EDGE_CURVE('',#4445,#4446,#3497,.T.); -#5608=EDGE_CURVE('',#4446,#4447,#1575,.T.); -#5609=EDGE_CURVE('',#4447,#4448,#3498,.T.); -#5610=EDGE_CURVE('',#4448,#4449,#3499,.T.); -#5611=EDGE_CURVE('',#4449,#4450,#3500,.T.); -#5612=EDGE_CURVE('',#4450,#4451,#1576,.T.); -#5613=EDGE_CURVE('',#4451,#4452,#3501,.T.); -#5614=EDGE_CURVE('',#4452,#4453,#3502,.T.); -#5615=EDGE_CURVE('',#4453,#4454,#3503,.T.); -#5616=EDGE_CURVE('',#4454,#4455,#1577,.T.); -#5617=EDGE_CURVE('',#4455,#4456,#3504,.T.); -#5618=EDGE_CURVE('',#4456,#4457,#3505,.T.); -#5619=EDGE_CURVE('',#4457,#4458,#3506,.T.); -#5620=EDGE_CURVE('',#4458,#4459,#1578,.T.); -#5621=EDGE_CURVE('',#4459,#4460,#3507,.T.); -#5622=EDGE_CURVE('',#4460,#4461,#3508,.T.); -#5623=EDGE_CURVE('',#4461,#4462,#3509,.T.); -#5624=EDGE_CURVE('',#4462,#4463,#1579,.T.); -#5625=EDGE_CURVE('',#4463,#4464,#3510,.T.); -#5626=EDGE_CURVE('',#4464,#4465,#3511,.T.); -#5627=EDGE_CURVE('',#4465,#4466,#3512,.T.); -#5628=EDGE_CURVE('',#4466,#4467,#1580,.T.); -#5629=EDGE_CURVE('',#4467,#4468,#3513,.T.); -#5630=EDGE_CURVE('',#4468,#4469,#3514,.T.); -#5631=EDGE_CURVE('',#4469,#4470,#3515,.T.); -#5632=EDGE_CURVE('',#4470,#4471,#1581,.T.); -#5633=EDGE_CURVE('',#4471,#4472,#3516,.T.); -#5634=EDGE_CURVE('',#4472,#4473,#3517,.T.); -#5635=EDGE_CURVE('',#4473,#4474,#3518,.T.); -#5636=EDGE_CURVE('',#4474,#4475,#1582,.T.); -#5637=EDGE_CURVE('',#4475,#4476,#3519,.T.); -#5638=EDGE_CURVE('',#4476,#4477,#3520,.T.); -#5639=EDGE_CURVE('',#4477,#4478,#3521,.T.); -#5640=EDGE_CURVE('',#4478,#4479,#1583,.T.); -#5641=EDGE_CURVE('',#4479,#4480,#3522,.T.); -#5642=EDGE_CURVE('',#4480,#4481,#3523,.T.); -#5643=EDGE_CURVE('',#4481,#4482,#3524,.T.); -#5644=EDGE_CURVE('',#4482,#4483,#1584,.T.); -#5645=EDGE_CURVE('',#4483,#4484,#3525,.T.); -#5646=EDGE_CURVE('',#4484,#4485,#3526,.T.); -#5647=EDGE_CURVE('',#4485,#4486,#3527,.T.); -#5648=EDGE_CURVE('',#4486,#4487,#1585,.T.); -#5649=EDGE_CURVE('',#4487,#4488,#3528,.T.); -#5650=EDGE_CURVE('',#4488,#4489,#3529,.T.); -#5651=EDGE_CURVE('',#4489,#4490,#3530,.T.); -#5652=EDGE_CURVE('',#4490,#4491,#1586,.T.); -#5653=EDGE_CURVE('',#4491,#4492,#3531,.T.); -#5654=EDGE_CURVE('',#4492,#4493,#3532,.T.); -#5655=EDGE_CURVE('',#4493,#4494,#3533,.T.); -#5656=EDGE_CURVE('',#4494,#4495,#1587,.T.); -#5657=EDGE_CURVE('',#4495,#4496,#3534,.T.); -#5658=EDGE_CURVE('',#4496,#4497,#3535,.T.); -#5659=EDGE_CURVE('',#4497,#4498,#3536,.T.); -#5660=EDGE_CURVE('',#4498,#4499,#1588,.T.); -#5661=EDGE_CURVE('',#4499,#4500,#3537,.T.); -#5662=EDGE_CURVE('',#4500,#4501,#3538,.T.); -#5663=EDGE_CURVE('',#4501,#4502,#3539,.T.); -#5664=EDGE_CURVE('',#4502,#4503,#1589,.T.); -#5665=EDGE_CURVE('',#4503,#4504,#3540,.T.); -#5666=EDGE_CURVE('',#4504,#4505,#3541,.T.); -#5667=EDGE_CURVE('',#4505,#4506,#3542,.T.); -#5668=EDGE_CURVE('',#4506,#4507,#1590,.T.); -#5669=EDGE_CURVE('',#4507,#4508,#3543,.T.); -#5670=EDGE_CURVE('',#4508,#4509,#3544,.T.); -#5671=EDGE_CURVE('',#4509,#4510,#3545,.T.); -#5672=EDGE_CURVE('',#4510,#4511,#1591,.T.); -#5673=EDGE_CURVE('',#4511,#4512,#3546,.T.); -#5674=EDGE_CURVE('',#4512,#4513,#3547,.T.); -#5675=EDGE_CURVE('',#4513,#4514,#3548,.T.); -#5676=EDGE_CURVE('',#4514,#4515,#1592,.T.); -#5677=EDGE_CURVE('',#4515,#4516,#3549,.T.); -#5678=EDGE_CURVE('',#4516,#4517,#3550,.T.); -#5679=EDGE_CURVE('',#4517,#4518,#3551,.T.); -#5680=EDGE_CURVE('',#4518,#4519,#1593,.T.); -#5681=EDGE_CURVE('',#4519,#4520,#3552,.T.); -#5682=EDGE_CURVE('',#4520,#4521,#3553,.T.); -#5683=EDGE_CURVE('',#4521,#4522,#3554,.T.); -#5684=EDGE_CURVE('',#4522,#4523,#1594,.T.); -#5685=EDGE_CURVE('',#4523,#4524,#3555,.T.); -#5686=EDGE_CURVE('',#4524,#4525,#3556,.T.); -#5687=EDGE_CURVE('',#4525,#4526,#3557,.T.); -#5688=EDGE_CURVE('',#4526,#4527,#1595,.T.); -#5689=EDGE_CURVE('',#4527,#4528,#3558,.T.); -#5690=EDGE_CURVE('',#4528,#4529,#3559,.T.); -#5691=EDGE_CURVE('',#4529,#4530,#3560,.T.); -#5692=EDGE_CURVE('',#4530,#4531,#1596,.T.); -#5693=EDGE_CURVE('',#4531,#4532,#3561,.T.); -#5694=EDGE_CURVE('',#4532,#4533,#3562,.T.); -#5695=EDGE_CURVE('',#4533,#4534,#3563,.T.); -#5696=EDGE_CURVE('',#4534,#4535,#1597,.T.); -#5697=EDGE_CURVE('',#4535,#4536,#3564,.T.); -#5698=EDGE_CURVE('',#4536,#4537,#3565,.T.); -#5699=EDGE_CURVE('',#4537,#4538,#3566,.T.); -#5700=EDGE_CURVE('',#4538,#4539,#1598,.T.); -#5701=EDGE_CURVE('',#4539,#4540,#3567,.T.); -#5702=EDGE_CURVE('',#4540,#4541,#3568,.T.); -#5703=EDGE_CURVE('',#4541,#4542,#3569,.T.); -#5704=EDGE_CURVE('',#4542,#4543,#1599,.T.); -#5705=EDGE_CURVE('',#4543,#4544,#3570,.T.); -#5706=EDGE_CURVE('',#4544,#4545,#3571,.T.); -#5707=EDGE_CURVE('',#4545,#4546,#3572,.T.); -#5708=EDGE_CURVE('',#4546,#4547,#1600,.T.); -#5709=EDGE_CURVE('',#4547,#4548,#3573,.T.); -#5710=EDGE_CURVE('',#4548,#4549,#3574,.T.); -#5711=EDGE_CURVE('',#4549,#4550,#3575,.T.); -#5712=EDGE_CURVE('',#4550,#4551,#1601,.T.); -#5713=EDGE_CURVE('',#4551,#4552,#3576,.T.); -#5714=EDGE_CURVE('',#4552,#4553,#3577,.T.); -#5715=EDGE_CURVE('',#4553,#4554,#3578,.T.); -#5716=EDGE_CURVE('',#4554,#4555,#1602,.T.); -#5717=EDGE_CURVE('',#4555,#4556,#3579,.T.); -#5718=EDGE_CURVE('',#4556,#4557,#3580,.T.); -#5719=EDGE_CURVE('',#4557,#4558,#3581,.T.); -#5720=EDGE_CURVE('',#4558,#4559,#1603,.T.); -#5721=EDGE_CURVE('',#4559,#4560,#3582,.T.); -#5722=EDGE_CURVE('',#4560,#4561,#3583,.T.); -#5723=EDGE_CURVE('',#4561,#4562,#3584,.T.); -#5724=EDGE_CURVE('',#4562,#4563,#1604,.T.); -#5725=EDGE_CURVE('',#4563,#4564,#3585,.T.); -#5726=EDGE_CURVE('',#4564,#4565,#3586,.T.); -#5727=EDGE_CURVE('',#4565,#4566,#3587,.T.); -#5728=EDGE_CURVE('',#4566,#4567,#1605,.T.); -#5729=EDGE_CURVE('',#4567,#4568,#3588,.T.); -#5730=EDGE_CURVE('',#4568,#4569,#3589,.T.); -#5731=EDGE_CURVE('',#4569,#4570,#3590,.T.); -#5732=EDGE_CURVE('',#4570,#4571,#1606,.T.); -#5733=EDGE_CURVE('',#4571,#4572,#3591,.T.); -#5734=EDGE_CURVE('',#4572,#4573,#3592,.T.); -#5735=EDGE_CURVE('',#4573,#4574,#3593,.T.); -#5736=EDGE_CURVE('',#4574,#4575,#1607,.T.); -#5737=EDGE_CURVE('',#4575,#4576,#3594,.T.); -#5738=EDGE_CURVE('',#4576,#4577,#3595,.T.); -#5739=EDGE_CURVE('',#4577,#4578,#3596,.T.); -#5740=EDGE_CURVE('',#4578,#4579,#1608,.T.); -#5741=EDGE_CURVE('',#4579,#4580,#3597,.T.); -#5742=EDGE_CURVE('',#4580,#4581,#3598,.T.); -#5743=EDGE_CURVE('',#4581,#4582,#3599,.T.); -#5744=EDGE_CURVE('',#4582,#4583,#1609,.T.); -#5745=EDGE_CURVE('',#4583,#4584,#3600,.T.); -#5746=EDGE_CURVE('',#4584,#4585,#3601,.T.); -#5747=EDGE_CURVE('',#4585,#4586,#3602,.T.); -#5748=EDGE_CURVE('',#4586,#4587,#1610,.T.); -#5749=EDGE_CURVE('',#4587,#4588,#3603,.T.); -#5750=EDGE_CURVE('',#4588,#4589,#3604,.T.); -#5751=EDGE_CURVE('',#4589,#4590,#3605,.T.); -#5752=EDGE_CURVE('',#4590,#4591,#1611,.T.); -#5753=EDGE_CURVE('',#4591,#4592,#3606,.T.); -#5754=EDGE_CURVE('',#4592,#4593,#3607,.T.); -#5755=EDGE_CURVE('',#4593,#4594,#3608,.T.); -#5756=EDGE_CURVE('',#4594,#4595,#1612,.T.); -#5757=EDGE_CURVE('',#4595,#4596,#3609,.T.); -#5758=EDGE_CURVE('',#4596,#4597,#3610,.T.); -#5759=EDGE_CURVE('',#4597,#4598,#3611,.T.); -#5760=EDGE_CURVE('',#4598,#4599,#1613,.T.); -#5761=EDGE_CURVE('',#4599,#4600,#3612,.T.); -#5762=EDGE_CURVE('',#4600,#4601,#3613,.T.); -#5763=EDGE_CURVE('',#4601,#4602,#3614,.T.); -#5764=EDGE_CURVE('',#4602,#4603,#1614,.T.); -#5765=EDGE_CURVE('',#4603,#4604,#3615,.T.); -#5766=EDGE_CURVE('',#4604,#4605,#3616,.T.); -#5767=EDGE_CURVE('',#4605,#4606,#3617,.T.); -#5768=EDGE_CURVE('',#4606,#4607,#1615,.T.); -#5769=EDGE_CURVE('',#4607,#4608,#3618,.T.); -#5770=EDGE_CURVE('',#4608,#4609,#3619,.T.); -#5771=EDGE_CURVE('',#4609,#4610,#3620,.T.); -#5772=EDGE_CURVE('',#4610,#4611,#1616,.T.); -#5773=EDGE_CURVE('',#4611,#4612,#3621,.T.); -#5774=EDGE_CURVE('',#4612,#4613,#3622,.T.); -#5775=EDGE_CURVE('',#4613,#4614,#3623,.T.); -#5776=EDGE_CURVE('',#4614,#4615,#1617,.T.); -#5777=EDGE_CURVE('',#4615,#4616,#3624,.T.); -#5778=EDGE_CURVE('',#4616,#4617,#3625,.T.); -#5779=EDGE_CURVE('',#4617,#4618,#3626,.T.); -#5780=EDGE_CURVE('',#4618,#4619,#1618,.T.); -#5781=EDGE_CURVE('',#4619,#4620,#3627,.T.); -#5782=EDGE_CURVE('',#4620,#4621,#3628,.T.); -#5783=EDGE_CURVE('',#4621,#4622,#3629,.T.); -#5784=EDGE_CURVE('',#4622,#4623,#1619,.T.); -#5785=EDGE_CURVE('',#4623,#4624,#3630,.T.); -#5786=EDGE_CURVE('',#4624,#4625,#3631,.T.); -#5787=EDGE_CURVE('',#4625,#4626,#3632,.T.); -#5788=EDGE_CURVE('',#4626,#4627,#1620,.T.); -#5789=EDGE_CURVE('',#4627,#4628,#3633,.T.); -#5790=EDGE_CURVE('',#4628,#4629,#3634,.T.); -#5791=EDGE_CURVE('',#4629,#4630,#3635,.T.); -#5792=EDGE_CURVE('',#4630,#4631,#1621,.T.); -#5793=EDGE_CURVE('',#4631,#4632,#3636,.T.); -#5794=EDGE_CURVE('',#4632,#4633,#3637,.T.); -#5795=EDGE_CURVE('',#4633,#4634,#3638,.T.); -#5796=EDGE_CURVE('',#4634,#4635,#1622,.T.); -#5797=EDGE_CURVE('',#4635,#4636,#3639,.T.); -#5798=EDGE_CURVE('',#4636,#4637,#3640,.T.); -#5799=EDGE_CURVE('',#4637,#4638,#3641,.T.); -#5800=EDGE_CURVE('',#4638,#4063,#1623,.T.); -#5801=EDGE_CURVE('',#4056,#4639,#1624,.T.); -#5802=EDGE_CURVE('',#4064,#4639,#1625,.T.); -#5803=EDGE_CURVE('',#4638,#4640,#1626,.T.); -#5804=EDGE_CURVE('',#4640,#4061,#1627,.T.); -#5805=EDGE_CURVE('',#4640,#4641,#3642,.T.); -#5806=EDGE_CURVE('',#4641,#4637,#1628,.T.); -#5807=EDGE_CURVE('',#4642,#4643,#3643,.T.); -#5808=EDGE_CURVE('',#4636,#4642,#1629,.T.); -#5809=EDGE_CURVE('',#4643,#4635,#1630,.T.); -#5810=EDGE_CURVE('',#4641,#4642,#3644,.T.); -#5811=EDGE_CURVE('',#4634,#4644,#1631,.T.); -#5812=EDGE_CURVE('',#4644,#4643,#1632,.T.); -#5813=EDGE_CURVE('',#4644,#4645,#3645,.T.); -#5814=EDGE_CURVE('',#4645,#4633,#1633,.T.); -#5815=EDGE_CURVE('',#4646,#4647,#3646,.T.); -#5816=EDGE_CURVE('',#4632,#4646,#1634,.T.); -#5817=EDGE_CURVE('',#4647,#4631,#1635,.T.); -#5818=EDGE_CURVE('',#4645,#4646,#3647,.T.); -#5819=EDGE_CURVE('',#4630,#4648,#1636,.T.); -#5820=EDGE_CURVE('',#4648,#4647,#1637,.T.); -#5821=EDGE_CURVE('',#4648,#4649,#3648,.T.); -#5822=EDGE_CURVE('',#4649,#4629,#1638,.T.); -#5823=EDGE_CURVE('',#4650,#4651,#3649,.T.); -#5824=EDGE_CURVE('',#4628,#4650,#1639,.T.); -#5825=EDGE_CURVE('',#4651,#4627,#1640,.T.); -#5826=EDGE_CURVE('',#4649,#4650,#3650,.T.); -#5827=EDGE_CURVE('',#4626,#4652,#1641,.T.); -#5828=EDGE_CURVE('',#4652,#4651,#1642,.T.); -#5829=EDGE_CURVE('',#4652,#4653,#3651,.T.); -#5830=EDGE_CURVE('',#4653,#4625,#1643,.T.); -#5831=EDGE_CURVE('',#4654,#4655,#3652,.T.); -#5832=EDGE_CURVE('',#4624,#4654,#1644,.T.); -#5833=EDGE_CURVE('',#4655,#4623,#1645,.T.); -#5834=EDGE_CURVE('',#4653,#4654,#3653,.T.); -#5835=EDGE_CURVE('',#4622,#4656,#1646,.T.); -#5836=EDGE_CURVE('',#4656,#4655,#1647,.T.); -#5837=EDGE_CURVE('',#4656,#4657,#3654,.T.); -#5838=EDGE_CURVE('',#4657,#4621,#1648,.T.); -#5839=EDGE_CURVE('',#4658,#4659,#3655,.T.); -#5840=EDGE_CURVE('',#4620,#4658,#1649,.T.); -#5841=EDGE_CURVE('',#4659,#4619,#1650,.T.); -#5842=EDGE_CURVE('',#4657,#4658,#3656,.T.); -#5843=EDGE_CURVE('',#4618,#4660,#1651,.T.); -#5844=EDGE_CURVE('',#4660,#4659,#1652,.T.); -#5845=EDGE_CURVE('',#4660,#4661,#3657,.T.); -#5846=EDGE_CURVE('',#4661,#4617,#1653,.T.); -#5847=EDGE_CURVE('',#4662,#4663,#3658,.T.); -#5848=EDGE_CURVE('',#4616,#4662,#1654,.T.); -#5849=EDGE_CURVE('',#4663,#4615,#1655,.T.); -#5850=EDGE_CURVE('',#4661,#4662,#3659,.T.); -#5851=EDGE_CURVE('',#4614,#4664,#1656,.T.); -#5852=EDGE_CURVE('',#4664,#4663,#1657,.T.); -#5853=EDGE_CURVE('',#4664,#4665,#3660,.T.); -#5854=EDGE_CURVE('',#4665,#4613,#1658,.T.); -#5855=EDGE_CURVE('',#4666,#4667,#3661,.T.); -#5856=EDGE_CURVE('',#4612,#4666,#1659,.T.); -#5857=EDGE_CURVE('',#4667,#4611,#1660,.T.); -#5858=EDGE_CURVE('',#4665,#4666,#3662,.T.); -#5859=EDGE_CURVE('',#4610,#4668,#1661,.T.); -#5860=EDGE_CURVE('',#4668,#4667,#1662,.T.); -#5861=EDGE_CURVE('',#4668,#4669,#3663,.T.); -#5862=EDGE_CURVE('',#4669,#4609,#1663,.T.); -#5863=EDGE_CURVE('',#4670,#4671,#3664,.T.); -#5864=EDGE_CURVE('',#4608,#4670,#1664,.T.); -#5865=EDGE_CURVE('',#4671,#4607,#1665,.T.); -#5866=EDGE_CURVE('',#4669,#4670,#3665,.T.); -#5867=EDGE_CURVE('',#4606,#4672,#1666,.T.); -#5868=EDGE_CURVE('',#4672,#4671,#1667,.T.); -#5869=EDGE_CURVE('',#4672,#4673,#3666,.T.); -#5870=EDGE_CURVE('',#4673,#4605,#1668,.T.); -#5871=EDGE_CURVE('',#4674,#4675,#3667,.T.); -#5872=EDGE_CURVE('',#4604,#4674,#1669,.T.); -#5873=EDGE_CURVE('',#4675,#4603,#1670,.T.); -#5874=EDGE_CURVE('',#4673,#4674,#3668,.T.); -#5875=EDGE_CURVE('',#4602,#4676,#1671,.T.); -#5876=EDGE_CURVE('',#4676,#4675,#1672,.T.); -#5877=EDGE_CURVE('',#4676,#4677,#3669,.T.); -#5878=EDGE_CURVE('',#4677,#4601,#1673,.T.); -#5879=EDGE_CURVE('',#4678,#4679,#3670,.T.); -#5880=EDGE_CURVE('',#4600,#4678,#1674,.T.); -#5881=EDGE_CURVE('',#4679,#4599,#1675,.T.); -#5882=EDGE_CURVE('',#4677,#4678,#3671,.T.); -#5883=EDGE_CURVE('',#4598,#4680,#1676,.T.); -#5884=EDGE_CURVE('',#4680,#4679,#1677,.T.); -#5885=EDGE_CURVE('',#4680,#4681,#3672,.T.); -#5886=EDGE_CURVE('',#4681,#4597,#1678,.T.); -#5887=EDGE_CURVE('',#4682,#4683,#3673,.T.); -#5888=EDGE_CURVE('',#4596,#4682,#1679,.T.); -#5889=EDGE_CURVE('',#4683,#4595,#1680,.T.); -#5890=EDGE_CURVE('',#4681,#4682,#3674,.T.); -#5891=EDGE_CURVE('',#4594,#4684,#1681,.T.); -#5892=EDGE_CURVE('',#4684,#4683,#1682,.T.); -#5893=EDGE_CURVE('',#4684,#4685,#3675,.T.); -#5894=EDGE_CURVE('',#4685,#4593,#1683,.T.); -#5895=EDGE_CURVE('',#4686,#4687,#3676,.T.); -#5896=EDGE_CURVE('',#4592,#4686,#1684,.T.); -#5897=EDGE_CURVE('',#4687,#4591,#1685,.T.); -#5898=EDGE_CURVE('',#4685,#4686,#3677,.T.); -#5899=EDGE_CURVE('',#4590,#4688,#1686,.T.); -#5900=EDGE_CURVE('',#4688,#4687,#1687,.T.); -#5901=EDGE_CURVE('',#4688,#4689,#3678,.T.); -#5902=EDGE_CURVE('',#4689,#4589,#1688,.T.); -#5903=EDGE_CURVE('',#4690,#4691,#3679,.T.); -#5904=EDGE_CURVE('',#4588,#4690,#1689,.T.); -#5905=EDGE_CURVE('',#4691,#4587,#1690,.T.); -#5906=EDGE_CURVE('',#4689,#4690,#3680,.T.); -#5907=EDGE_CURVE('',#4586,#4692,#1691,.T.); -#5908=EDGE_CURVE('',#4692,#4691,#1692,.T.); -#5909=EDGE_CURVE('',#4692,#4693,#3681,.T.); -#5910=EDGE_CURVE('',#4693,#4585,#1693,.T.); -#5911=EDGE_CURVE('',#4694,#4695,#3682,.T.); -#5912=EDGE_CURVE('',#4584,#4694,#1694,.T.); -#5913=EDGE_CURVE('',#4695,#4583,#1695,.T.); -#5914=EDGE_CURVE('',#4693,#4694,#3683,.T.); -#5915=EDGE_CURVE('',#4582,#4696,#1696,.T.); -#5916=EDGE_CURVE('',#4696,#4695,#1697,.T.); -#5917=EDGE_CURVE('',#4696,#4697,#3684,.T.); -#5918=EDGE_CURVE('',#4697,#4581,#1698,.T.); -#5919=EDGE_CURVE('',#4698,#4699,#3685,.T.); -#5920=EDGE_CURVE('',#4580,#4698,#1699,.T.); -#5921=EDGE_CURVE('',#4699,#4579,#1700,.T.); -#5922=EDGE_CURVE('',#4697,#4698,#3686,.T.); -#5923=EDGE_CURVE('',#4578,#4700,#1701,.T.); -#5924=EDGE_CURVE('',#4700,#4699,#1702,.T.); -#5925=EDGE_CURVE('',#4700,#4701,#3687,.T.); -#5926=EDGE_CURVE('',#4701,#4577,#1703,.T.); -#5927=EDGE_CURVE('',#4702,#4703,#3688,.T.); -#5928=EDGE_CURVE('',#4576,#4702,#1704,.T.); -#5929=EDGE_CURVE('',#4703,#4575,#1705,.T.); -#5930=EDGE_CURVE('',#4701,#4702,#3689,.T.); -#5931=EDGE_CURVE('',#4574,#4704,#1706,.T.); -#5932=EDGE_CURVE('',#4704,#4703,#1707,.T.); -#5933=EDGE_CURVE('',#4704,#4705,#3690,.T.); -#5934=EDGE_CURVE('',#4705,#4573,#1708,.T.); -#5935=EDGE_CURVE('',#4706,#4707,#3691,.T.); -#5936=EDGE_CURVE('',#4572,#4706,#1709,.T.); -#5937=EDGE_CURVE('',#4707,#4571,#1710,.T.); -#5938=EDGE_CURVE('',#4705,#4706,#3692,.T.); -#5939=EDGE_CURVE('',#4570,#4708,#1711,.T.); -#5940=EDGE_CURVE('',#4708,#4707,#1712,.T.); -#5941=EDGE_CURVE('',#4708,#4709,#3693,.T.); -#5942=EDGE_CURVE('',#4709,#4569,#1713,.T.); -#5943=EDGE_CURVE('',#4710,#4711,#3694,.T.); -#5944=EDGE_CURVE('',#4568,#4710,#1714,.T.); -#5945=EDGE_CURVE('',#4711,#4567,#1715,.T.); -#5946=EDGE_CURVE('',#4709,#4710,#3695,.T.); -#5947=EDGE_CURVE('',#4566,#4712,#1716,.T.); -#5948=EDGE_CURVE('',#4712,#4711,#1717,.T.); -#5949=EDGE_CURVE('',#4712,#4713,#3696,.T.); -#5950=EDGE_CURVE('',#4713,#4565,#1718,.T.); -#5951=EDGE_CURVE('',#4714,#4715,#3697,.T.); -#5952=EDGE_CURVE('',#4564,#4714,#1719,.T.); -#5953=EDGE_CURVE('',#4715,#4563,#1720,.T.); -#5954=EDGE_CURVE('',#4713,#4714,#3698,.T.); -#5955=EDGE_CURVE('',#4562,#4716,#1721,.T.); -#5956=EDGE_CURVE('',#4716,#4715,#1722,.T.); -#5957=EDGE_CURVE('',#4716,#4717,#3699,.T.); -#5958=EDGE_CURVE('',#4717,#4561,#1723,.T.); -#5959=EDGE_CURVE('',#4718,#4719,#3700,.T.); -#5960=EDGE_CURVE('',#4560,#4718,#1724,.T.); -#5961=EDGE_CURVE('',#4719,#4559,#1725,.T.); -#5962=EDGE_CURVE('',#4717,#4718,#3701,.T.); -#5963=EDGE_CURVE('',#4558,#4720,#1726,.T.); -#5964=EDGE_CURVE('',#4720,#4719,#1727,.T.); -#5965=EDGE_CURVE('',#4720,#4721,#3702,.T.); -#5966=EDGE_CURVE('',#4721,#4557,#1728,.T.); -#5967=EDGE_CURVE('',#4722,#4723,#3703,.T.); -#5968=EDGE_CURVE('',#4556,#4722,#1729,.T.); -#5969=EDGE_CURVE('',#4723,#4555,#1730,.T.); -#5970=EDGE_CURVE('',#4721,#4722,#3704,.T.); -#5971=EDGE_CURVE('',#4554,#4724,#1731,.T.); -#5972=EDGE_CURVE('',#4724,#4723,#1732,.T.); -#5973=EDGE_CURVE('',#4724,#4725,#3705,.T.); -#5974=EDGE_CURVE('',#4725,#4553,#1733,.T.); -#5975=EDGE_CURVE('',#4726,#4727,#3706,.T.); -#5976=EDGE_CURVE('',#4552,#4726,#1734,.T.); -#5977=EDGE_CURVE('',#4727,#4551,#1735,.T.); -#5978=EDGE_CURVE('',#4725,#4726,#3707,.T.); -#5979=EDGE_CURVE('',#4550,#4728,#1736,.T.); -#5980=EDGE_CURVE('',#4728,#4727,#1737,.T.); -#5981=EDGE_CURVE('',#4728,#4729,#3708,.T.); -#5982=EDGE_CURVE('',#4729,#4549,#1738,.T.); -#5983=EDGE_CURVE('',#4730,#4731,#3709,.T.); -#5984=EDGE_CURVE('',#4548,#4730,#1739,.T.); -#5985=EDGE_CURVE('',#4731,#4547,#1740,.T.); -#5986=EDGE_CURVE('',#4729,#4730,#3710,.T.); -#5987=EDGE_CURVE('',#4546,#4732,#1741,.T.); -#5988=EDGE_CURVE('',#4732,#4731,#1742,.T.); -#5989=EDGE_CURVE('',#4732,#4733,#3711,.T.); -#5990=EDGE_CURVE('',#4733,#4545,#1743,.T.); -#5991=EDGE_CURVE('',#4734,#4735,#3712,.T.); -#5992=EDGE_CURVE('',#4544,#4734,#1744,.T.); -#5993=EDGE_CURVE('',#4735,#4543,#1745,.T.); -#5994=EDGE_CURVE('',#4733,#4734,#3713,.T.); -#5995=EDGE_CURVE('',#4542,#4736,#1746,.T.); -#5996=EDGE_CURVE('',#4736,#4735,#1747,.T.); -#5997=EDGE_CURVE('',#4736,#4737,#3714,.T.); -#5998=EDGE_CURVE('',#4737,#4541,#1748,.T.); -#5999=EDGE_CURVE('',#4738,#4739,#3715,.T.); -#6000=EDGE_CURVE('',#4540,#4738,#1749,.T.); -#6001=EDGE_CURVE('',#4739,#4539,#1750,.T.); -#6002=EDGE_CURVE('',#4737,#4738,#3716,.T.); -#6003=EDGE_CURVE('',#4538,#4740,#1751,.T.); -#6004=EDGE_CURVE('',#4740,#4739,#1752,.T.); -#6005=EDGE_CURVE('',#4740,#4741,#3717,.T.); -#6006=EDGE_CURVE('',#4741,#4537,#1753,.T.); -#6007=EDGE_CURVE('',#4742,#4743,#3718,.T.); -#6008=EDGE_CURVE('',#4536,#4742,#1754,.T.); -#6009=EDGE_CURVE('',#4743,#4535,#1755,.T.); -#6010=EDGE_CURVE('',#4741,#4742,#3719,.T.); -#6011=EDGE_CURVE('',#4534,#4744,#1756,.T.); -#6012=EDGE_CURVE('',#4744,#4743,#1757,.T.); -#6013=EDGE_CURVE('',#4744,#4745,#3720,.T.); -#6014=EDGE_CURVE('',#4745,#4533,#1758,.T.); -#6015=EDGE_CURVE('',#4746,#4747,#3721,.T.); -#6016=EDGE_CURVE('',#4532,#4746,#1759,.T.); -#6017=EDGE_CURVE('',#4747,#4531,#1760,.T.); -#6018=EDGE_CURVE('',#4745,#4746,#3722,.T.); -#6019=EDGE_CURVE('',#4530,#4748,#1761,.T.); -#6020=EDGE_CURVE('',#4748,#4747,#1762,.T.); -#6021=EDGE_CURVE('',#4748,#4749,#3723,.T.); -#6022=EDGE_CURVE('',#4749,#4529,#1763,.T.); -#6023=EDGE_CURVE('',#4750,#4751,#3724,.T.); -#6024=EDGE_CURVE('',#4528,#4750,#1764,.T.); -#6025=EDGE_CURVE('',#4751,#4527,#1765,.T.); -#6026=EDGE_CURVE('',#4749,#4750,#3725,.T.); -#6027=EDGE_CURVE('',#4526,#4752,#1766,.T.); -#6028=EDGE_CURVE('',#4752,#4751,#1767,.T.); -#6029=EDGE_CURVE('',#4752,#4753,#3726,.T.); -#6030=EDGE_CURVE('',#4753,#4525,#1768,.T.); -#6031=EDGE_CURVE('',#4754,#4755,#3727,.T.); -#6032=EDGE_CURVE('',#4524,#4754,#1769,.T.); -#6033=EDGE_CURVE('',#4755,#4523,#1770,.T.); -#6034=EDGE_CURVE('',#4753,#4754,#3728,.T.); -#6035=EDGE_CURVE('',#4522,#4756,#1771,.T.); -#6036=EDGE_CURVE('',#4756,#4755,#1772,.T.); -#6037=EDGE_CURVE('',#4756,#4757,#3729,.T.); -#6038=EDGE_CURVE('',#4757,#4521,#1773,.T.); -#6039=EDGE_CURVE('',#4758,#4759,#3730,.T.); -#6040=EDGE_CURVE('',#4520,#4758,#1774,.T.); -#6041=EDGE_CURVE('',#4759,#4519,#1775,.T.); -#6042=EDGE_CURVE('',#4757,#4758,#3731,.T.); -#6043=EDGE_CURVE('',#4518,#4760,#1776,.T.); -#6044=EDGE_CURVE('',#4760,#4759,#1777,.T.); -#6045=EDGE_CURVE('',#4760,#4761,#3732,.T.); -#6046=EDGE_CURVE('',#4761,#4517,#1778,.T.); -#6047=EDGE_CURVE('',#4762,#4763,#3733,.T.); -#6048=EDGE_CURVE('',#4516,#4762,#1779,.T.); -#6049=EDGE_CURVE('',#4763,#4515,#1780,.T.); -#6050=EDGE_CURVE('',#4761,#4762,#3734,.T.); -#6051=EDGE_CURVE('',#4514,#4764,#1781,.T.); -#6052=EDGE_CURVE('',#4764,#4763,#1782,.T.); -#6053=EDGE_CURVE('',#4764,#4765,#3735,.T.); -#6054=EDGE_CURVE('',#4765,#4513,#1783,.T.); -#6055=EDGE_CURVE('',#4766,#4767,#3736,.T.); -#6056=EDGE_CURVE('',#4512,#4766,#1784,.T.); -#6057=EDGE_CURVE('',#4767,#4511,#1785,.T.); -#6058=EDGE_CURVE('',#4765,#4766,#3737,.T.); -#6059=EDGE_CURVE('',#4510,#4768,#1786,.T.); -#6060=EDGE_CURVE('',#4768,#4767,#1787,.T.); -#6061=EDGE_CURVE('',#4768,#4769,#3738,.T.); -#6062=EDGE_CURVE('',#4769,#4509,#1788,.T.); -#6063=EDGE_CURVE('',#4770,#4771,#3739,.T.); -#6064=EDGE_CURVE('',#4508,#4770,#1789,.T.); -#6065=EDGE_CURVE('',#4771,#4507,#1790,.T.); -#6066=EDGE_CURVE('',#4769,#4770,#3740,.T.); -#6067=EDGE_CURVE('',#4506,#4772,#1791,.T.); -#6068=EDGE_CURVE('',#4772,#4771,#1792,.T.); -#6069=EDGE_CURVE('',#4772,#4773,#3741,.T.); -#6070=EDGE_CURVE('',#4773,#4505,#1793,.T.); -#6071=EDGE_CURVE('',#4774,#4775,#3742,.T.); -#6072=EDGE_CURVE('',#4504,#4774,#1794,.T.); -#6073=EDGE_CURVE('',#4775,#4503,#1795,.T.); -#6074=EDGE_CURVE('',#4773,#4774,#3743,.T.); -#6075=EDGE_CURVE('',#4502,#4776,#1796,.T.); -#6076=EDGE_CURVE('',#4776,#4775,#1797,.T.); -#6077=EDGE_CURVE('',#4776,#4777,#3744,.T.); -#6078=EDGE_CURVE('',#4777,#4501,#1798,.T.); -#6079=EDGE_CURVE('',#4778,#4779,#3745,.T.); -#6080=EDGE_CURVE('',#4500,#4778,#1799,.T.); -#6081=EDGE_CURVE('',#4779,#4499,#1800,.T.); -#6082=EDGE_CURVE('',#4777,#4778,#3746,.T.); -#6083=EDGE_CURVE('',#4498,#4780,#1801,.T.); -#6084=EDGE_CURVE('',#4780,#4779,#1802,.T.); -#6085=EDGE_CURVE('',#4780,#4781,#3747,.T.); -#6086=EDGE_CURVE('',#4781,#4497,#1803,.T.); -#6087=EDGE_CURVE('',#4782,#4783,#3748,.T.); -#6088=EDGE_CURVE('',#4496,#4782,#1804,.T.); -#6089=EDGE_CURVE('',#4783,#4495,#1805,.T.); -#6090=EDGE_CURVE('',#4781,#4782,#3749,.T.); -#6091=EDGE_CURVE('',#4494,#4784,#1806,.T.); -#6092=EDGE_CURVE('',#4784,#4783,#1807,.T.); -#6093=EDGE_CURVE('',#4784,#4785,#3750,.T.); -#6094=EDGE_CURVE('',#4785,#4493,#1808,.T.); -#6095=EDGE_CURVE('',#4786,#4787,#3751,.T.); -#6096=EDGE_CURVE('',#4492,#4786,#1809,.T.); -#6097=EDGE_CURVE('',#4787,#4491,#1810,.T.); -#6098=EDGE_CURVE('',#4785,#4786,#3752,.T.); -#6099=EDGE_CURVE('',#4490,#4788,#1811,.T.); -#6100=EDGE_CURVE('',#4788,#4787,#1812,.T.); -#6101=EDGE_CURVE('',#4788,#4789,#3753,.T.); -#6102=EDGE_CURVE('',#4789,#4489,#1813,.T.); -#6103=EDGE_CURVE('',#4790,#4791,#3754,.T.); -#6104=EDGE_CURVE('',#4488,#4790,#1814,.T.); -#6105=EDGE_CURVE('',#4791,#4487,#1815,.T.); -#6106=EDGE_CURVE('',#4789,#4790,#3755,.T.); -#6107=EDGE_CURVE('',#4486,#4792,#1816,.T.); -#6108=EDGE_CURVE('',#4792,#4791,#1817,.T.); -#6109=EDGE_CURVE('',#4792,#4793,#3756,.T.); -#6110=EDGE_CURVE('',#4793,#4485,#1818,.T.); -#6111=EDGE_CURVE('',#4794,#4795,#3757,.T.); -#6112=EDGE_CURVE('',#4484,#4794,#1819,.T.); -#6113=EDGE_CURVE('',#4795,#4483,#1820,.T.); -#6114=EDGE_CURVE('',#4793,#4794,#3758,.T.); -#6115=EDGE_CURVE('',#4482,#4796,#1821,.T.); -#6116=EDGE_CURVE('',#4796,#4795,#1822,.T.); -#6117=EDGE_CURVE('',#4796,#4797,#3759,.T.); -#6118=EDGE_CURVE('',#4797,#4481,#1823,.T.); -#6119=EDGE_CURVE('',#4798,#4799,#3760,.T.); -#6120=EDGE_CURVE('',#4480,#4798,#1824,.T.); -#6121=EDGE_CURVE('',#4799,#4479,#1825,.T.); -#6122=EDGE_CURVE('',#4797,#4798,#3761,.T.); -#6123=EDGE_CURVE('',#4478,#4800,#1826,.T.); -#6124=EDGE_CURVE('',#4800,#4799,#1827,.T.); -#6125=EDGE_CURVE('',#4800,#4801,#3762,.T.); -#6126=EDGE_CURVE('',#4801,#4477,#1828,.T.); -#6127=EDGE_CURVE('',#4802,#4803,#3763,.T.); -#6128=EDGE_CURVE('',#4476,#4802,#1829,.T.); -#6129=EDGE_CURVE('',#4803,#4475,#1830,.T.); -#6130=EDGE_CURVE('',#4801,#4802,#3764,.T.); -#6131=EDGE_CURVE('',#4474,#4804,#1831,.T.); -#6132=EDGE_CURVE('',#4804,#4803,#1832,.T.); -#6133=EDGE_CURVE('',#4804,#4805,#3765,.T.); -#6134=EDGE_CURVE('',#4805,#4473,#1833,.T.); -#6135=EDGE_CURVE('',#4806,#4807,#3766,.T.); -#6136=EDGE_CURVE('',#4472,#4806,#1834,.T.); -#6137=EDGE_CURVE('',#4807,#4471,#1835,.T.); -#6138=EDGE_CURVE('',#4805,#4806,#3767,.T.); -#6139=EDGE_CURVE('',#4470,#4808,#1836,.T.); -#6140=EDGE_CURVE('',#4808,#4807,#1837,.T.); -#6141=EDGE_CURVE('',#4808,#4809,#3768,.T.); -#6142=EDGE_CURVE('',#4809,#4469,#1838,.T.); -#6143=EDGE_CURVE('',#4810,#4811,#3769,.T.); -#6144=EDGE_CURVE('',#4468,#4810,#1839,.T.); -#6145=EDGE_CURVE('',#4811,#4467,#1840,.T.); -#6146=EDGE_CURVE('',#4809,#4810,#3770,.T.); -#6147=EDGE_CURVE('',#4466,#4812,#1841,.T.); -#6148=EDGE_CURVE('',#4812,#4811,#1842,.T.); -#6149=EDGE_CURVE('',#4812,#4813,#3771,.T.); -#6150=EDGE_CURVE('',#4813,#4465,#1843,.T.); -#6151=EDGE_CURVE('',#4814,#4815,#3772,.T.); -#6152=EDGE_CURVE('',#4464,#4814,#1844,.T.); -#6153=EDGE_CURVE('',#4815,#4463,#1845,.T.); -#6154=EDGE_CURVE('',#4813,#4814,#3773,.T.); -#6155=EDGE_CURVE('',#4462,#4816,#1846,.T.); -#6156=EDGE_CURVE('',#4816,#4815,#1847,.T.); -#6157=EDGE_CURVE('',#4816,#4817,#3774,.T.); -#6158=EDGE_CURVE('',#4817,#4461,#1848,.T.); -#6159=EDGE_CURVE('',#4818,#4819,#3775,.T.); -#6160=EDGE_CURVE('',#4460,#4818,#1849,.T.); -#6161=EDGE_CURVE('',#4819,#4459,#1850,.T.); -#6162=EDGE_CURVE('',#4817,#4818,#3776,.T.); -#6163=EDGE_CURVE('',#4458,#4820,#1851,.T.); -#6164=EDGE_CURVE('',#4820,#4819,#1852,.T.); -#6165=EDGE_CURVE('',#4820,#4821,#3777,.T.); -#6166=EDGE_CURVE('',#4821,#4457,#1853,.T.); -#6167=EDGE_CURVE('',#4822,#4823,#3778,.T.); -#6168=EDGE_CURVE('',#4456,#4822,#1854,.T.); -#6169=EDGE_CURVE('',#4823,#4455,#1855,.T.); -#6170=EDGE_CURVE('',#4821,#4822,#3779,.T.); -#6171=EDGE_CURVE('',#4454,#4824,#1856,.T.); -#6172=EDGE_CURVE('',#4824,#4823,#1857,.T.); -#6173=EDGE_CURVE('',#4824,#4825,#3780,.T.); -#6174=EDGE_CURVE('',#4825,#4453,#1858,.T.); -#6175=EDGE_CURVE('',#4826,#4827,#3781,.T.); -#6176=EDGE_CURVE('',#4452,#4826,#1859,.T.); -#6177=EDGE_CURVE('',#4827,#4451,#1860,.T.); -#6178=EDGE_CURVE('',#4825,#4826,#3782,.T.); -#6179=EDGE_CURVE('',#4450,#4828,#1861,.T.); -#6180=EDGE_CURVE('',#4828,#4827,#1862,.T.); -#6181=EDGE_CURVE('',#4828,#4829,#3783,.T.); -#6182=EDGE_CURVE('',#4829,#4449,#1863,.T.); -#6183=EDGE_CURVE('',#4830,#4831,#3784,.T.); -#6184=EDGE_CURVE('',#4448,#4830,#1864,.T.); -#6185=EDGE_CURVE('',#4831,#4447,#1865,.T.); -#6186=EDGE_CURVE('',#4829,#4830,#3785,.T.); -#6187=EDGE_CURVE('',#4446,#4832,#1866,.T.); -#6188=EDGE_CURVE('',#4832,#4831,#1867,.T.); -#6189=EDGE_CURVE('',#4832,#4833,#3786,.T.); -#6190=EDGE_CURVE('',#4833,#4445,#1868,.T.); -#6191=EDGE_CURVE('',#4834,#4835,#3787,.T.); -#6192=EDGE_CURVE('',#4444,#4834,#1869,.T.); -#6193=EDGE_CURVE('',#4835,#4443,#1870,.T.); -#6194=EDGE_CURVE('',#4833,#4834,#3788,.T.); -#6195=EDGE_CURVE('',#4442,#4836,#1871,.T.); -#6196=EDGE_CURVE('',#4836,#4835,#1872,.T.); -#6197=EDGE_CURVE('',#4836,#4837,#3789,.T.); -#6198=EDGE_CURVE('',#4837,#4441,#1873,.T.); -#6199=EDGE_CURVE('',#4838,#4839,#3790,.T.); -#6200=EDGE_CURVE('',#4440,#4838,#1874,.T.); -#6201=EDGE_CURVE('',#4839,#4439,#1875,.T.); -#6202=EDGE_CURVE('',#4837,#4838,#3791,.T.); -#6203=EDGE_CURVE('',#4438,#4840,#1876,.T.); -#6204=EDGE_CURVE('',#4840,#4839,#1877,.T.); -#6205=EDGE_CURVE('',#4840,#4841,#3792,.T.); -#6206=EDGE_CURVE('',#4841,#4437,#1878,.T.); -#6207=EDGE_CURVE('',#4842,#4843,#3793,.T.); -#6208=EDGE_CURVE('',#4436,#4842,#1879,.T.); -#6209=EDGE_CURVE('',#4843,#4435,#1880,.T.); -#6210=EDGE_CURVE('',#4841,#4842,#3794,.T.); -#6211=EDGE_CURVE('',#4434,#4844,#1881,.T.); -#6212=EDGE_CURVE('',#4844,#4843,#1882,.T.); -#6213=EDGE_CURVE('',#4844,#4845,#3795,.T.); -#6214=EDGE_CURVE('',#4845,#4433,#1883,.T.); -#6215=EDGE_CURVE('',#4846,#4847,#3796,.T.); -#6216=EDGE_CURVE('',#4432,#4846,#1884,.T.); -#6217=EDGE_CURVE('',#4847,#4431,#1885,.T.); -#6218=EDGE_CURVE('',#4845,#4846,#3797,.T.); -#6219=EDGE_CURVE('',#4430,#4848,#1886,.T.); -#6220=EDGE_CURVE('',#4848,#4847,#1887,.T.); -#6221=EDGE_CURVE('',#4848,#4849,#3798,.T.); -#6222=EDGE_CURVE('',#4849,#4429,#1888,.T.); -#6223=EDGE_CURVE('',#4850,#4851,#3799,.T.); -#6224=EDGE_CURVE('',#4428,#4850,#1889,.T.); -#6225=EDGE_CURVE('',#4851,#4427,#1890,.T.); -#6226=EDGE_CURVE('',#4849,#4850,#3800,.T.); -#6227=EDGE_CURVE('',#4426,#4852,#1891,.T.); -#6228=EDGE_CURVE('',#4852,#4851,#1892,.T.); -#6229=EDGE_CURVE('',#4852,#4853,#3801,.T.); -#6230=EDGE_CURVE('',#4853,#4425,#1893,.T.); -#6231=EDGE_CURVE('',#4854,#4855,#3802,.T.); -#6232=EDGE_CURVE('',#4424,#4854,#1894,.T.); -#6233=EDGE_CURVE('',#4855,#4423,#1895,.T.); -#6234=EDGE_CURVE('',#4853,#4854,#3803,.T.); -#6235=EDGE_CURVE('',#4422,#4856,#1896,.T.); -#6236=EDGE_CURVE('',#4856,#4855,#1897,.T.); -#6237=EDGE_CURVE('',#4856,#4857,#3804,.T.); -#6238=EDGE_CURVE('',#4857,#4421,#1898,.T.); -#6239=EDGE_CURVE('',#4858,#4859,#3805,.T.); -#6240=EDGE_CURVE('',#4420,#4858,#1899,.T.); -#6241=EDGE_CURVE('',#4859,#4419,#1900,.T.); -#6242=EDGE_CURVE('',#4857,#4858,#3806,.T.); -#6243=EDGE_CURVE('',#4418,#4860,#1901,.T.); -#6244=EDGE_CURVE('',#4860,#4859,#1902,.T.); -#6245=EDGE_CURVE('',#4860,#4861,#3807,.T.); -#6246=EDGE_CURVE('',#4861,#4417,#1903,.T.); -#6247=EDGE_CURVE('',#4862,#4863,#3808,.T.); -#6248=EDGE_CURVE('',#4416,#4862,#1904,.T.); -#6249=EDGE_CURVE('',#4863,#4415,#1905,.T.); -#6250=EDGE_CURVE('',#4861,#4862,#3809,.T.); -#6251=EDGE_CURVE('',#4414,#4864,#1906,.T.); -#6252=EDGE_CURVE('',#4864,#4863,#1907,.T.); -#6253=EDGE_CURVE('',#4864,#4865,#3810,.T.); -#6254=EDGE_CURVE('',#4865,#4413,#1908,.T.); -#6255=EDGE_CURVE('',#4866,#4867,#3811,.T.); -#6256=EDGE_CURVE('',#4412,#4866,#1909,.T.); -#6257=EDGE_CURVE('',#4867,#4411,#1910,.T.); -#6258=EDGE_CURVE('',#4865,#4866,#3812,.T.); -#6259=EDGE_CURVE('',#4410,#4868,#1911,.T.); -#6260=EDGE_CURVE('',#4868,#4867,#1912,.T.); -#6261=EDGE_CURVE('',#4868,#4869,#3813,.T.); -#6262=EDGE_CURVE('',#4869,#4409,#1913,.T.); -#6263=EDGE_CURVE('',#4870,#4871,#3814,.T.); -#6264=EDGE_CURVE('',#4408,#4870,#1914,.T.); -#6265=EDGE_CURVE('',#4871,#4407,#1915,.T.); -#6266=EDGE_CURVE('',#4869,#4870,#3815,.T.); -#6267=EDGE_CURVE('',#4406,#4872,#1916,.T.); -#6268=EDGE_CURVE('',#4872,#4871,#1917,.T.); -#6269=EDGE_CURVE('',#4872,#4873,#3816,.T.); -#6270=EDGE_CURVE('',#4873,#4405,#1918,.T.); -#6271=EDGE_CURVE('',#4874,#4875,#3817,.T.); -#6272=EDGE_CURVE('',#4404,#4874,#1919,.T.); -#6273=EDGE_CURVE('',#4875,#4403,#1920,.T.); -#6274=EDGE_CURVE('',#4873,#4874,#3818,.T.); -#6275=EDGE_CURVE('',#4402,#4876,#1921,.T.); -#6276=EDGE_CURVE('',#4876,#4875,#1922,.T.); -#6277=EDGE_CURVE('',#4876,#4877,#3819,.T.); -#6278=EDGE_CURVE('',#4877,#4401,#1923,.T.); -#6279=EDGE_CURVE('',#4878,#4879,#3820,.T.); -#6280=EDGE_CURVE('',#4400,#4878,#1924,.T.); -#6281=EDGE_CURVE('',#4879,#4399,#1925,.T.); -#6282=EDGE_CURVE('',#4877,#4878,#3821,.T.); -#6283=EDGE_CURVE('',#4398,#4880,#1926,.T.); -#6284=EDGE_CURVE('',#4880,#4879,#1927,.T.); -#6285=EDGE_CURVE('',#4880,#4881,#3822,.T.); -#6286=EDGE_CURVE('',#4881,#4397,#1928,.T.); -#6287=EDGE_CURVE('',#4882,#4883,#3823,.T.); -#6288=EDGE_CURVE('',#4396,#4882,#1929,.T.); -#6289=EDGE_CURVE('',#4883,#4395,#1930,.T.); -#6290=EDGE_CURVE('',#4881,#4882,#3824,.T.); -#6291=EDGE_CURVE('',#4394,#4884,#1931,.T.); -#6292=EDGE_CURVE('',#4884,#4883,#1932,.T.); -#6293=EDGE_CURVE('',#4884,#4885,#3825,.T.); -#6294=EDGE_CURVE('',#4885,#4393,#1933,.T.); -#6295=EDGE_CURVE('',#4886,#4887,#3826,.T.); -#6296=EDGE_CURVE('',#4392,#4886,#1934,.T.); -#6297=EDGE_CURVE('',#4887,#4391,#1935,.T.); -#6298=EDGE_CURVE('',#4885,#4886,#3827,.T.); -#6299=EDGE_CURVE('',#4390,#4888,#1936,.T.); -#6300=EDGE_CURVE('',#4888,#4887,#1937,.T.); -#6301=EDGE_CURVE('',#4888,#4889,#3828,.T.); -#6302=EDGE_CURVE('',#4889,#4389,#1938,.T.); -#6303=EDGE_CURVE('',#4890,#4891,#3829,.T.); -#6304=EDGE_CURVE('',#4388,#4890,#1939,.T.); -#6305=EDGE_CURVE('',#4891,#4387,#1940,.T.); -#6306=EDGE_CURVE('',#4889,#4890,#3830,.T.); -#6307=EDGE_CURVE('',#4386,#4892,#1941,.T.); -#6308=EDGE_CURVE('',#4892,#4891,#1942,.T.); -#6309=EDGE_CURVE('',#4892,#4893,#3831,.T.); -#6310=EDGE_CURVE('',#4893,#4385,#1943,.T.); -#6311=EDGE_CURVE('',#4894,#4895,#3832,.T.); -#6312=EDGE_CURVE('',#4384,#4894,#1944,.T.); -#6313=EDGE_CURVE('',#4895,#4383,#1945,.T.); -#6314=EDGE_CURVE('',#4893,#4894,#3833,.T.); -#6315=EDGE_CURVE('',#4382,#4896,#1946,.T.); -#6316=EDGE_CURVE('',#4896,#4895,#1947,.T.); -#6317=EDGE_CURVE('',#4896,#4897,#3834,.T.); -#6318=EDGE_CURVE('',#4897,#4381,#1948,.T.); -#6319=EDGE_CURVE('',#4898,#4899,#3835,.T.); -#6320=EDGE_CURVE('',#4380,#4898,#1949,.T.); -#6321=EDGE_CURVE('',#4899,#4379,#1950,.T.); -#6322=EDGE_CURVE('',#4897,#4898,#3836,.T.); -#6323=EDGE_CURVE('',#4378,#4900,#1951,.T.); -#6324=EDGE_CURVE('',#4900,#4899,#1952,.T.); -#6325=EDGE_CURVE('',#4900,#4901,#3837,.T.); -#6326=EDGE_CURVE('',#4901,#4377,#1953,.T.); -#6327=EDGE_CURVE('',#4902,#4903,#3838,.T.); -#6328=EDGE_CURVE('',#4376,#4902,#1954,.T.); -#6329=EDGE_CURVE('',#4903,#4375,#1955,.T.); -#6330=EDGE_CURVE('',#4901,#4902,#3839,.T.); -#6331=EDGE_CURVE('',#4374,#4904,#1956,.T.); -#6332=EDGE_CURVE('',#4904,#4903,#1957,.T.); -#6333=EDGE_CURVE('',#4904,#4905,#3840,.T.); -#6334=EDGE_CURVE('',#4905,#4373,#1958,.T.); -#6335=EDGE_CURVE('',#4906,#4907,#3841,.T.); -#6336=EDGE_CURVE('',#4372,#4906,#1959,.T.); -#6337=EDGE_CURVE('',#4907,#4371,#1960,.T.); -#6338=EDGE_CURVE('',#4905,#4906,#3842,.T.); -#6339=EDGE_CURVE('',#4370,#4908,#1961,.T.); -#6340=EDGE_CURVE('',#4908,#4907,#1962,.T.); -#6341=EDGE_CURVE('',#4908,#4909,#3843,.T.); -#6342=EDGE_CURVE('',#4909,#4369,#1963,.T.); -#6343=EDGE_CURVE('',#4910,#4911,#3844,.T.); -#6344=EDGE_CURVE('',#4368,#4910,#1964,.T.); -#6345=EDGE_CURVE('',#4911,#4367,#1965,.T.); -#6346=EDGE_CURVE('',#4909,#4910,#3845,.T.); -#6347=EDGE_CURVE('',#4366,#4912,#1966,.T.); -#6348=EDGE_CURVE('',#4912,#4911,#1967,.T.); -#6349=EDGE_CURVE('',#4912,#4913,#3846,.T.); -#6350=EDGE_CURVE('',#4913,#4365,#1968,.T.); -#6351=EDGE_CURVE('',#4914,#4915,#3847,.T.); -#6352=EDGE_CURVE('',#4364,#4914,#1969,.T.); -#6353=EDGE_CURVE('',#4915,#4363,#1970,.T.); -#6354=EDGE_CURVE('',#4913,#4914,#3848,.T.); -#6355=EDGE_CURVE('',#4362,#4916,#1971,.T.); -#6356=EDGE_CURVE('',#4916,#4915,#1972,.T.); -#6357=EDGE_CURVE('',#4916,#4917,#3849,.T.); -#6358=EDGE_CURVE('',#4917,#4361,#1973,.T.); -#6359=EDGE_CURVE('',#4918,#4919,#3850,.T.); -#6360=EDGE_CURVE('',#4360,#4918,#1974,.T.); -#6361=EDGE_CURVE('',#4919,#4359,#1975,.T.); -#6362=EDGE_CURVE('',#4917,#4918,#3851,.T.); -#6363=EDGE_CURVE('',#4358,#4920,#1976,.T.); -#6364=EDGE_CURVE('',#4920,#4919,#1977,.T.); -#6365=EDGE_CURVE('',#4920,#4921,#3852,.T.); -#6366=EDGE_CURVE('',#4921,#4357,#1978,.T.); -#6367=EDGE_CURVE('',#4922,#4923,#3853,.T.); -#6368=EDGE_CURVE('',#4356,#4922,#1979,.T.); -#6369=EDGE_CURVE('',#4923,#4355,#1980,.T.); -#6370=EDGE_CURVE('',#4921,#4922,#3854,.T.); -#6371=EDGE_CURVE('',#4354,#4924,#1981,.T.); -#6372=EDGE_CURVE('',#4924,#4923,#1982,.T.); -#6373=EDGE_CURVE('',#4924,#4925,#3855,.T.); -#6374=EDGE_CURVE('',#4925,#4353,#1983,.T.); -#6375=EDGE_CURVE('',#4926,#4927,#3856,.T.); -#6376=EDGE_CURVE('',#4352,#4926,#1984,.T.); -#6377=EDGE_CURVE('',#4927,#4351,#1985,.T.); -#6378=EDGE_CURVE('',#4925,#4926,#3857,.T.); -#6379=EDGE_CURVE('',#4350,#4928,#1986,.T.); -#6380=EDGE_CURVE('',#4928,#4927,#1987,.T.); -#6381=EDGE_CURVE('',#4928,#4929,#3858,.T.); -#6382=EDGE_CURVE('',#4929,#4349,#1988,.T.); -#6383=EDGE_CURVE('',#4930,#4931,#3859,.T.); -#6384=EDGE_CURVE('',#4348,#4930,#1989,.T.); -#6385=EDGE_CURVE('',#4931,#4347,#1990,.T.); -#6386=EDGE_CURVE('',#4929,#4930,#3860,.T.); -#6387=EDGE_CURVE('',#4346,#4932,#1991,.T.); -#6388=EDGE_CURVE('',#4932,#4931,#1992,.T.); -#6389=EDGE_CURVE('',#4932,#4933,#3861,.T.); -#6390=EDGE_CURVE('',#4933,#4345,#1993,.T.); -#6391=EDGE_CURVE('',#4934,#4935,#3862,.T.); -#6392=EDGE_CURVE('',#4344,#4934,#1994,.T.); -#6393=EDGE_CURVE('',#4935,#4343,#1995,.T.); -#6394=EDGE_CURVE('',#4933,#4934,#3863,.T.); -#6395=EDGE_CURVE('',#4342,#4936,#1996,.T.); -#6396=EDGE_CURVE('',#4936,#4935,#1997,.T.); -#6397=EDGE_CURVE('',#4936,#4937,#3864,.T.); -#6398=EDGE_CURVE('',#4937,#4341,#1998,.T.); -#6399=EDGE_CURVE('',#4938,#4939,#3865,.T.); -#6400=EDGE_CURVE('',#4340,#4938,#1999,.T.); -#6401=EDGE_CURVE('',#4939,#4339,#2000,.T.); -#6402=EDGE_CURVE('',#4937,#4938,#3866,.T.); -#6403=EDGE_CURVE('',#4338,#4940,#2001,.T.); -#6404=EDGE_CURVE('',#4940,#4939,#2002,.T.); -#6405=EDGE_CURVE('',#4940,#4941,#3867,.T.); -#6406=EDGE_CURVE('',#4941,#4337,#2003,.T.); -#6407=EDGE_CURVE('',#4942,#4943,#3868,.T.); -#6408=EDGE_CURVE('',#4336,#4942,#2004,.T.); -#6409=EDGE_CURVE('',#4943,#4335,#2005,.T.); -#6410=EDGE_CURVE('',#4941,#4942,#3869,.T.); -#6411=EDGE_CURVE('',#4334,#4944,#2006,.T.); -#6412=EDGE_CURVE('',#4944,#4943,#2007,.T.); -#6413=EDGE_CURVE('',#4944,#4945,#3870,.T.); -#6414=EDGE_CURVE('',#4945,#4333,#2008,.T.); -#6415=EDGE_CURVE('',#4946,#4947,#3871,.T.); -#6416=EDGE_CURVE('',#4332,#4946,#2009,.T.); -#6417=EDGE_CURVE('',#4947,#4331,#2010,.T.); -#6418=EDGE_CURVE('',#4945,#4946,#3872,.T.); -#6419=EDGE_CURVE('',#4330,#4948,#2011,.T.); -#6420=EDGE_CURVE('',#4948,#4947,#2012,.T.); -#6421=EDGE_CURVE('',#4948,#4949,#3873,.T.); -#6422=EDGE_CURVE('',#4949,#4329,#2013,.T.); -#6423=EDGE_CURVE('',#4950,#4951,#3874,.T.); -#6424=EDGE_CURVE('',#4328,#4950,#2014,.T.); -#6425=EDGE_CURVE('',#4951,#4327,#2015,.T.); -#6426=EDGE_CURVE('',#4949,#4950,#3875,.T.); -#6427=EDGE_CURVE('',#4326,#4952,#2016,.T.); -#6428=EDGE_CURVE('',#4952,#4951,#2017,.T.); -#6429=EDGE_CURVE('',#4952,#4953,#3876,.T.); -#6430=EDGE_CURVE('',#4953,#4325,#2018,.T.); -#6431=EDGE_CURVE('',#4954,#4955,#3877,.T.); -#6432=EDGE_CURVE('',#4324,#4954,#2019,.T.); -#6433=EDGE_CURVE('',#4955,#4323,#2020,.T.); -#6434=EDGE_CURVE('',#4953,#4954,#3878,.T.); -#6435=EDGE_CURVE('',#4322,#4956,#2021,.T.); -#6436=EDGE_CURVE('',#4956,#4955,#2022,.T.); -#6437=EDGE_CURVE('',#4956,#4957,#3879,.T.); -#6438=EDGE_CURVE('',#4957,#4321,#2023,.T.); -#6439=EDGE_CURVE('',#4958,#4959,#3880,.T.); -#6440=EDGE_CURVE('',#4320,#4958,#2024,.T.); -#6441=EDGE_CURVE('',#4959,#4319,#2025,.T.); -#6442=EDGE_CURVE('',#4957,#4958,#3881,.T.); -#6443=EDGE_CURVE('',#4318,#4960,#2026,.T.); -#6444=EDGE_CURVE('',#4960,#4959,#2027,.T.); -#6445=EDGE_CURVE('',#4960,#4961,#3882,.T.); -#6446=EDGE_CURVE('',#4961,#4317,#2028,.T.); -#6447=EDGE_CURVE('',#4962,#4963,#3883,.T.); -#6448=EDGE_CURVE('',#4316,#4962,#2029,.T.); -#6449=EDGE_CURVE('',#4963,#4315,#2030,.T.); -#6450=EDGE_CURVE('',#4961,#4962,#3884,.T.); -#6451=EDGE_CURVE('',#4314,#4964,#2031,.T.); -#6452=EDGE_CURVE('',#4964,#4963,#2032,.T.); -#6453=EDGE_CURVE('',#4964,#4965,#3885,.T.); -#6454=EDGE_CURVE('',#4965,#4313,#2033,.T.); -#6455=EDGE_CURVE('',#4966,#4967,#3886,.T.); -#6456=EDGE_CURVE('',#4312,#4966,#2034,.T.); -#6457=EDGE_CURVE('',#4967,#4311,#2035,.T.); -#6458=EDGE_CURVE('',#4965,#4966,#3887,.T.); -#6459=EDGE_CURVE('',#4310,#4968,#2036,.T.); -#6460=EDGE_CURVE('',#4968,#4967,#2037,.T.); -#6461=EDGE_CURVE('',#4968,#4969,#3888,.T.); -#6462=EDGE_CURVE('',#4969,#4309,#2038,.T.); -#6463=EDGE_CURVE('',#4970,#4971,#3889,.T.); -#6464=EDGE_CURVE('',#4308,#4970,#2039,.T.); -#6465=EDGE_CURVE('',#4971,#4307,#2040,.T.); -#6466=EDGE_CURVE('',#4969,#4970,#3890,.T.); -#6467=EDGE_CURVE('',#4306,#4972,#2041,.T.); -#6468=EDGE_CURVE('',#4972,#4971,#2042,.T.); -#6469=EDGE_CURVE('',#4972,#4973,#3891,.T.); -#6470=EDGE_CURVE('',#4973,#4305,#2043,.T.); -#6471=EDGE_CURVE('',#4974,#4975,#3892,.T.); -#6472=EDGE_CURVE('',#4304,#4974,#2044,.T.); -#6473=EDGE_CURVE('',#4975,#4303,#2045,.T.); -#6474=EDGE_CURVE('',#4973,#4974,#3893,.T.); -#6475=EDGE_CURVE('',#4302,#4976,#2046,.T.); -#6476=EDGE_CURVE('',#4976,#4975,#2047,.T.); -#6477=EDGE_CURVE('',#4976,#4977,#3894,.T.); -#6478=EDGE_CURVE('',#4977,#4301,#2048,.T.); -#6479=EDGE_CURVE('',#4978,#4979,#3895,.T.); -#6480=EDGE_CURVE('',#4300,#4978,#2049,.T.); -#6481=EDGE_CURVE('',#4979,#4299,#2050,.T.); -#6482=EDGE_CURVE('',#4977,#4978,#3896,.T.); -#6483=EDGE_CURVE('',#4298,#4980,#2051,.T.); -#6484=EDGE_CURVE('',#4980,#4979,#2052,.T.); -#6485=EDGE_CURVE('',#4980,#4981,#3897,.T.); -#6486=EDGE_CURVE('',#4981,#4297,#2053,.T.); -#6487=EDGE_CURVE('',#4982,#4983,#3898,.T.); -#6488=EDGE_CURVE('',#4296,#4982,#2054,.T.); -#6489=EDGE_CURVE('',#4983,#4295,#2055,.T.); -#6490=EDGE_CURVE('',#4981,#4982,#3899,.T.); -#6491=EDGE_CURVE('',#4294,#4984,#2056,.T.); -#6492=EDGE_CURVE('',#4984,#4983,#2057,.T.); -#6493=EDGE_CURVE('',#4984,#4985,#3900,.T.); -#6494=EDGE_CURVE('',#4985,#4293,#2058,.T.); -#6495=EDGE_CURVE('',#4986,#4987,#3901,.T.); -#6496=EDGE_CURVE('',#4292,#4986,#2059,.T.); -#6497=EDGE_CURVE('',#4987,#4291,#2060,.T.); -#6498=EDGE_CURVE('',#4985,#4986,#3902,.T.); -#6499=EDGE_CURVE('',#4290,#4988,#2061,.T.); -#6500=EDGE_CURVE('',#4988,#4987,#2062,.T.); -#6501=EDGE_CURVE('',#4988,#4989,#3903,.T.); -#6502=EDGE_CURVE('',#4989,#4289,#2063,.T.); -#6503=EDGE_CURVE('',#4990,#4991,#3904,.T.); -#6504=EDGE_CURVE('',#4288,#4990,#2064,.T.); -#6505=EDGE_CURVE('',#4991,#4287,#2065,.T.); -#6506=EDGE_CURVE('',#4989,#4990,#3905,.T.); -#6507=EDGE_CURVE('',#4286,#4992,#2066,.T.); -#6508=EDGE_CURVE('',#4992,#4991,#2067,.T.); -#6509=EDGE_CURVE('',#4992,#4993,#3906,.T.); -#6510=EDGE_CURVE('',#4993,#4285,#2068,.T.); -#6511=EDGE_CURVE('',#4994,#4995,#3907,.T.); -#6512=EDGE_CURVE('',#4284,#4994,#2069,.T.); -#6513=EDGE_CURVE('',#4995,#4283,#2070,.T.); -#6514=EDGE_CURVE('',#4993,#4994,#3908,.T.); -#6515=EDGE_CURVE('',#4282,#4996,#2071,.T.); -#6516=EDGE_CURVE('',#4996,#4995,#2072,.T.); -#6517=EDGE_CURVE('',#4996,#4997,#3909,.T.); -#6518=EDGE_CURVE('',#4997,#4281,#2073,.T.); -#6519=EDGE_CURVE('',#4998,#4999,#3910,.T.); -#6520=EDGE_CURVE('',#4280,#4998,#2074,.T.); -#6521=EDGE_CURVE('',#4999,#4279,#2075,.T.); -#6522=EDGE_CURVE('',#4997,#4998,#3911,.T.); -#6523=EDGE_CURVE('',#4278,#5000,#2076,.T.); -#6524=EDGE_CURVE('',#5000,#4999,#2077,.T.); -#6525=EDGE_CURVE('',#5000,#5001,#3912,.T.); -#6526=EDGE_CURVE('',#5001,#4277,#2078,.T.); -#6527=EDGE_CURVE('',#5002,#5003,#3913,.T.); -#6528=EDGE_CURVE('',#4276,#5002,#2079,.T.); -#6529=EDGE_CURVE('',#5003,#4275,#2080,.T.); -#6530=EDGE_CURVE('',#5001,#5002,#3914,.T.); -#6531=EDGE_CURVE('',#4274,#5004,#2081,.T.); -#6532=EDGE_CURVE('',#5004,#5003,#2082,.T.); -#6533=EDGE_CURVE('',#5004,#5005,#3915,.T.); -#6534=EDGE_CURVE('',#5005,#4273,#2083,.T.); -#6535=EDGE_CURVE('',#5006,#5007,#3916,.T.); -#6536=EDGE_CURVE('',#4272,#5006,#2084,.T.); -#6537=EDGE_CURVE('',#5007,#4271,#2085,.T.); -#6538=EDGE_CURVE('',#5005,#5006,#3917,.T.); -#6539=EDGE_CURVE('',#4270,#5008,#2086,.T.); -#6540=EDGE_CURVE('',#5008,#5007,#2087,.T.); -#6541=EDGE_CURVE('',#5008,#5009,#3918,.T.); -#6542=EDGE_CURVE('',#5009,#4269,#2088,.T.); -#6543=EDGE_CURVE('',#5010,#5011,#3919,.T.); -#6544=EDGE_CURVE('',#4268,#5010,#2089,.T.); -#6545=EDGE_CURVE('',#5011,#4267,#2090,.T.); -#6546=EDGE_CURVE('',#5009,#5010,#3920,.T.); -#6547=EDGE_CURVE('',#4266,#5012,#2091,.T.); -#6548=EDGE_CURVE('',#5012,#5011,#2092,.T.); -#6549=EDGE_CURVE('',#5012,#5013,#3921,.T.); -#6550=EDGE_CURVE('',#5013,#4265,#2093,.T.); -#6551=EDGE_CURVE('',#5014,#5015,#3922,.T.); -#6552=EDGE_CURVE('',#4264,#5014,#2094,.T.); -#6553=EDGE_CURVE('',#5015,#4263,#2095,.T.); -#6554=EDGE_CURVE('',#5013,#5014,#3923,.T.); -#6555=EDGE_CURVE('',#4262,#5016,#2096,.T.); -#6556=EDGE_CURVE('',#5016,#5015,#2097,.T.); -#6557=EDGE_CURVE('',#5016,#5017,#3924,.T.); -#6558=EDGE_CURVE('',#5017,#4261,#2098,.T.); -#6559=EDGE_CURVE('',#5018,#5019,#3925,.T.); -#6560=EDGE_CURVE('',#4260,#5018,#2099,.T.); -#6561=EDGE_CURVE('',#5019,#4259,#2100,.T.); -#6562=EDGE_CURVE('',#5017,#5018,#3926,.T.); -#6563=EDGE_CURVE('',#4258,#5020,#2101,.T.); -#6564=EDGE_CURVE('',#5020,#5019,#2102,.T.); -#6565=EDGE_CURVE('',#5020,#5021,#3927,.T.); -#6566=EDGE_CURVE('',#5021,#4257,#2103,.T.); -#6567=EDGE_CURVE('',#5022,#5023,#3928,.T.); -#6568=EDGE_CURVE('',#4256,#5022,#2104,.T.); -#6569=EDGE_CURVE('',#5023,#4255,#2105,.T.); -#6570=EDGE_CURVE('',#5021,#5022,#3929,.T.); -#6571=EDGE_CURVE('',#4254,#5024,#2106,.T.); -#6572=EDGE_CURVE('',#5024,#5023,#2107,.T.); -#6573=EDGE_CURVE('',#5024,#5025,#3930,.T.); -#6574=EDGE_CURVE('',#5025,#4253,#2108,.T.); -#6575=EDGE_CURVE('',#5026,#5027,#3931,.T.); -#6576=EDGE_CURVE('',#4252,#5026,#2109,.T.); -#6577=EDGE_CURVE('',#5027,#4251,#2110,.T.); -#6578=EDGE_CURVE('',#5025,#5026,#3932,.T.); -#6579=EDGE_CURVE('',#4250,#5028,#2111,.T.); -#6580=EDGE_CURVE('',#5028,#5027,#2112,.T.); -#6581=EDGE_CURVE('',#5028,#5029,#3933,.T.); -#6582=EDGE_CURVE('',#5029,#4249,#2113,.T.); -#6583=EDGE_CURVE('',#5030,#5031,#3934,.T.); -#6584=EDGE_CURVE('',#4248,#5030,#2114,.T.); -#6585=EDGE_CURVE('',#5031,#4247,#2115,.T.); -#6586=EDGE_CURVE('',#5029,#5030,#3935,.T.); -#6587=EDGE_CURVE('',#4246,#5032,#2116,.T.); -#6588=EDGE_CURVE('',#5032,#5031,#2117,.T.); -#6589=EDGE_CURVE('',#5032,#5033,#3936,.T.); -#6590=EDGE_CURVE('',#5033,#4245,#2118,.T.); -#6591=EDGE_CURVE('',#5034,#5035,#3937,.T.); -#6592=EDGE_CURVE('',#4244,#5034,#2119,.T.); -#6593=EDGE_CURVE('',#5035,#4243,#2120,.T.); -#6594=EDGE_CURVE('',#5033,#5034,#3938,.T.); -#6595=EDGE_CURVE('',#4242,#5036,#2121,.T.); -#6596=EDGE_CURVE('',#5036,#5035,#2122,.T.); -#6597=EDGE_CURVE('',#5036,#5037,#3939,.T.); -#6598=EDGE_CURVE('',#5037,#4241,#2123,.T.); -#6599=EDGE_CURVE('',#5038,#5039,#3940,.T.); -#6600=EDGE_CURVE('',#4240,#5038,#2124,.T.); -#6601=EDGE_CURVE('',#5039,#4239,#2125,.T.); -#6602=EDGE_CURVE('',#5037,#5038,#3941,.T.); -#6603=EDGE_CURVE('',#4238,#5040,#2126,.T.); -#6604=EDGE_CURVE('',#5040,#5039,#2127,.T.); -#6605=EDGE_CURVE('',#5040,#5041,#3942,.T.); -#6606=EDGE_CURVE('',#5041,#4237,#2128,.T.); -#6607=EDGE_CURVE('',#5042,#5043,#3943,.T.); -#6608=EDGE_CURVE('',#4236,#5042,#2129,.T.); -#6609=EDGE_CURVE('',#5043,#4235,#2130,.T.); -#6610=EDGE_CURVE('',#5041,#5042,#3944,.T.); -#6611=EDGE_CURVE('',#4234,#5044,#2131,.T.); -#6612=EDGE_CURVE('',#5044,#5043,#2132,.T.); -#6613=EDGE_CURVE('',#5044,#5045,#3945,.T.); -#6614=EDGE_CURVE('',#5045,#4233,#2133,.T.); -#6615=EDGE_CURVE('',#5046,#5047,#3946,.T.); -#6616=EDGE_CURVE('',#4232,#5046,#2134,.T.); -#6617=EDGE_CURVE('',#5047,#4231,#2135,.T.); -#6618=EDGE_CURVE('',#5045,#5046,#3947,.T.); -#6619=EDGE_CURVE('',#4230,#5048,#2136,.T.); -#6620=EDGE_CURVE('',#5048,#5047,#2137,.T.); -#6621=EDGE_CURVE('',#5048,#5049,#3948,.T.); -#6622=EDGE_CURVE('',#5049,#4229,#2138,.T.); -#6623=EDGE_CURVE('',#5050,#5051,#3949,.T.); -#6624=EDGE_CURVE('',#4228,#5050,#2139,.T.); -#6625=EDGE_CURVE('',#5051,#4227,#2140,.T.); -#6626=EDGE_CURVE('',#5049,#5050,#3950,.T.); -#6627=EDGE_CURVE('',#4226,#5052,#2141,.T.); -#6628=EDGE_CURVE('',#5052,#5051,#2142,.T.); -#6629=EDGE_CURVE('',#5052,#5053,#3951,.T.); -#6630=EDGE_CURVE('',#5053,#4225,#2143,.T.); -#6631=EDGE_CURVE('',#5054,#5055,#3952,.T.); -#6632=EDGE_CURVE('',#4224,#5054,#2144,.T.); -#6633=EDGE_CURVE('',#5055,#4223,#2145,.T.); -#6634=EDGE_CURVE('',#5053,#5054,#3953,.T.); -#6635=EDGE_CURVE('',#4222,#5056,#2146,.T.); -#6636=EDGE_CURVE('',#5056,#5055,#2147,.T.); -#6637=EDGE_CURVE('',#5056,#5057,#3954,.T.); -#6638=EDGE_CURVE('',#5057,#4221,#2148,.T.); -#6639=EDGE_CURVE('',#5058,#5059,#3955,.T.); -#6640=EDGE_CURVE('',#4220,#5058,#2149,.T.); -#6641=EDGE_CURVE('',#5059,#4219,#2150,.T.); -#6642=EDGE_CURVE('',#5057,#5058,#3956,.T.); -#6643=EDGE_CURVE('',#4218,#5060,#2151,.T.); -#6644=EDGE_CURVE('',#5060,#5059,#2152,.T.); -#6645=EDGE_CURVE('',#5060,#5061,#3957,.T.); -#6646=EDGE_CURVE('',#5061,#4217,#2153,.T.); -#6647=EDGE_CURVE('',#5062,#5063,#3958,.T.); -#6648=EDGE_CURVE('',#4216,#5062,#2154,.T.); -#6649=EDGE_CURVE('',#5063,#4215,#2155,.T.); -#6650=EDGE_CURVE('',#5061,#5062,#3959,.T.); -#6651=EDGE_CURVE('',#4214,#5064,#2156,.T.); -#6652=EDGE_CURVE('',#5064,#5063,#2157,.T.); -#6653=EDGE_CURVE('',#5064,#5065,#3960,.T.); -#6654=EDGE_CURVE('',#5065,#4213,#2158,.T.); -#6655=EDGE_CURVE('',#5066,#5067,#3961,.T.); -#6656=EDGE_CURVE('',#4212,#5066,#2159,.T.); -#6657=EDGE_CURVE('',#5067,#4211,#2160,.T.); -#6658=EDGE_CURVE('',#5065,#5066,#3962,.T.); -#6659=EDGE_CURVE('',#4210,#5068,#2161,.T.); -#6660=EDGE_CURVE('',#5068,#5067,#2162,.T.); -#6661=EDGE_CURVE('',#5068,#5069,#3963,.T.); -#6662=EDGE_CURVE('',#5069,#4209,#2163,.T.); -#6663=EDGE_CURVE('',#5070,#5071,#3964,.T.); -#6664=EDGE_CURVE('',#4208,#5070,#2164,.T.); -#6665=EDGE_CURVE('',#5071,#4207,#2165,.T.); -#6666=EDGE_CURVE('',#5069,#5070,#3965,.T.); -#6667=EDGE_CURVE('',#4206,#5072,#2166,.T.); -#6668=EDGE_CURVE('',#5072,#5071,#2167,.T.); -#6669=EDGE_CURVE('',#5072,#5073,#3966,.T.); -#6670=EDGE_CURVE('',#5073,#4205,#2168,.T.); -#6671=EDGE_CURVE('',#5074,#5075,#3967,.T.); -#6672=EDGE_CURVE('',#4204,#5074,#2169,.T.); -#6673=EDGE_CURVE('',#5075,#4203,#2170,.T.); -#6674=EDGE_CURVE('',#5073,#5074,#3968,.T.); -#6675=EDGE_CURVE('',#4202,#5076,#2171,.T.); -#6676=EDGE_CURVE('',#5076,#5075,#2172,.T.); -#6677=EDGE_CURVE('',#5076,#5077,#3969,.T.); -#6678=EDGE_CURVE('',#5077,#4201,#2173,.T.); -#6679=EDGE_CURVE('',#5078,#5079,#3970,.T.); -#6680=EDGE_CURVE('',#4200,#5078,#2174,.T.); -#6681=EDGE_CURVE('',#5079,#4199,#2175,.T.); -#6682=EDGE_CURVE('',#5077,#5078,#3971,.T.); -#6683=EDGE_CURVE('',#4198,#5080,#2176,.T.); -#6684=EDGE_CURVE('',#5080,#5079,#2177,.T.); -#6685=EDGE_CURVE('',#5080,#5081,#3972,.T.); -#6686=EDGE_CURVE('',#5081,#4197,#2178,.T.); -#6687=EDGE_CURVE('',#5082,#5083,#3973,.T.); -#6688=EDGE_CURVE('',#4196,#5082,#2179,.T.); -#6689=EDGE_CURVE('',#5083,#4195,#2180,.T.); -#6690=EDGE_CURVE('',#5081,#5082,#3974,.T.); -#6691=EDGE_CURVE('',#4194,#5084,#2181,.T.); -#6692=EDGE_CURVE('',#5084,#5083,#2182,.T.); -#6693=EDGE_CURVE('',#5084,#5085,#3975,.T.); -#6694=EDGE_CURVE('',#5085,#4193,#2183,.T.); -#6695=EDGE_CURVE('',#5086,#5087,#3976,.T.); -#6696=EDGE_CURVE('',#4192,#5086,#2184,.T.); -#6697=EDGE_CURVE('',#5087,#4191,#2185,.T.); -#6698=EDGE_CURVE('',#5085,#5086,#3977,.T.); -#6699=EDGE_CURVE('',#4190,#5088,#2186,.T.); -#6700=EDGE_CURVE('',#5088,#5087,#2187,.T.); -#6701=EDGE_CURVE('',#5088,#5089,#3978,.T.); -#6702=EDGE_CURVE('',#5089,#4189,#2188,.T.); -#6703=EDGE_CURVE('',#5090,#5091,#3979,.T.); -#6704=EDGE_CURVE('',#4188,#5090,#2189,.T.); -#6705=EDGE_CURVE('',#5091,#4187,#2190,.T.); -#6706=EDGE_CURVE('',#5089,#5090,#3980,.T.); -#6707=EDGE_CURVE('',#4186,#5092,#2191,.T.); -#6708=EDGE_CURVE('',#5092,#5091,#2192,.T.); -#6709=EDGE_CURVE('',#5092,#5093,#3981,.T.); -#6710=EDGE_CURVE('',#5093,#4185,#2193,.T.); -#6711=EDGE_CURVE('',#5094,#5095,#3982,.T.); -#6712=EDGE_CURVE('',#4184,#5094,#2194,.T.); -#6713=EDGE_CURVE('',#5095,#4183,#2195,.T.); -#6714=EDGE_CURVE('',#5093,#5094,#3983,.T.); -#6715=EDGE_CURVE('',#4182,#5096,#2196,.T.); -#6716=EDGE_CURVE('',#5096,#5095,#2197,.T.); -#6717=EDGE_CURVE('',#5096,#5097,#3984,.T.); -#6718=EDGE_CURVE('',#5097,#4181,#2198,.T.); -#6719=EDGE_CURVE('',#5098,#5099,#3985,.T.); -#6720=EDGE_CURVE('',#4180,#5098,#2199,.T.); -#6721=EDGE_CURVE('',#5099,#4179,#2200,.T.); -#6722=EDGE_CURVE('',#5097,#5098,#3986,.T.); -#6723=EDGE_CURVE('',#4178,#5100,#2201,.T.); -#6724=EDGE_CURVE('',#5100,#5099,#2202,.T.); -#6725=EDGE_CURVE('',#5100,#5101,#3987,.T.); -#6726=EDGE_CURVE('',#5101,#4177,#2203,.T.); -#6727=EDGE_CURVE('',#5102,#5103,#3988,.T.); -#6728=EDGE_CURVE('',#4176,#5102,#2204,.T.); -#6729=EDGE_CURVE('',#5103,#4175,#2205,.T.); -#6730=EDGE_CURVE('',#5101,#5102,#3989,.T.); -#6731=EDGE_CURVE('',#4174,#5104,#2206,.T.); -#6732=EDGE_CURVE('',#5104,#5103,#2207,.T.); -#6733=EDGE_CURVE('',#5104,#5105,#3990,.T.); -#6734=EDGE_CURVE('',#5105,#4173,#2208,.T.); -#6735=EDGE_CURVE('',#5106,#5107,#3991,.T.); -#6736=EDGE_CURVE('',#4172,#5106,#2209,.T.); -#6737=EDGE_CURVE('',#5107,#4171,#2210,.T.); -#6738=EDGE_CURVE('',#5105,#5106,#3992,.T.); -#6739=EDGE_CURVE('',#4170,#5108,#2211,.T.); -#6740=EDGE_CURVE('',#5108,#5107,#2212,.T.); -#6741=EDGE_CURVE('',#5108,#5109,#3993,.T.); -#6742=EDGE_CURVE('',#5109,#4169,#2213,.T.); -#6743=EDGE_CURVE('',#5110,#5111,#3994,.T.); -#6744=EDGE_CURVE('',#4168,#5110,#2214,.T.); -#6745=EDGE_CURVE('',#5111,#4167,#2215,.T.); -#6746=EDGE_CURVE('',#5109,#5110,#3995,.T.); -#6747=EDGE_CURVE('',#4166,#5112,#2216,.T.); -#6748=EDGE_CURVE('',#5112,#5111,#2217,.T.); -#6749=EDGE_CURVE('',#5112,#5113,#3996,.T.); -#6750=EDGE_CURVE('',#5113,#4165,#2218,.T.); -#6751=EDGE_CURVE('',#5114,#5115,#3997,.T.); -#6752=EDGE_CURVE('',#4164,#5114,#2219,.T.); -#6753=EDGE_CURVE('',#5115,#4163,#2220,.T.); -#6754=EDGE_CURVE('',#5113,#5114,#3998,.T.); -#6755=EDGE_CURVE('',#4162,#5116,#2221,.T.); -#6756=EDGE_CURVE('',#5116,#5115,#2222,.T.); -#6757=EDGE_CURVE('',#5116,#5117,#3999,.T.); -#6758=EDGE_CURVE('',#5117,#4161,#2223,.T.); -#6759=EDGE_CURVE('',#5118,#5119,#4000,.T.); -#6760=EDGE_CURVE('',#4160,#5118,#2224,.T.); -#6761=EDGE_CURVE('',#5119,#4159,#2225,.T.); -#6762=EDGE_CURVE('',#5117,#5118,#4001,.T.); -#6763=EDGE_CURVE('',#4158,#5120,#2226,.T.); -#6764=EDGE_CURVE('',#5120,#5119,#2227,.T.); -#6765=EDGE_CURVE('',#5120,#5121,#4002,.T.); -#6766=EDGE_CURVE('',#5121,#4157,#2228,.T.); -#6767=EDGE_CURVE('',#5122,#5123,#4003,.T.); -#6768=EDGE_CURVE('',#4156,#5122,#2229,.T.); -#6769=EDGE_CURVE('',#5123,#4155,#2230,.T.); -#6770=EDGE_CURVE('',#5121,#5122,#4004,.T.); -#6771=EDGE_CURVE('',#4154,#5124,#2231,.T.); -#6772=EDGE_CURVE('',#5124,#5123,#2232,.T.); -#6773=EDGE_CURVE('',#5124,#5125,#4005,.T.); -#6774=EDGE_CURVE('',#5125,#4153,#2233,.T.); -#6775=EDGE_CURVE('',#5126,#5127,#4006,.T.); -#6776=EDGE_CURVE('',#4152,#5126,#2234,.T.); -#6777=EDGE_CURVE('',#5127,#4151,#2235,.T.); -#6778=EDGE_CURVE('',#5125,#5126,#4007,.T.); -#6779=EDGE_CURVE('',#4150,#5128,#2236,.T.); -#6780=EDGE_CURVE('',#5128,#5127,#2237,.T.); -#6781=EDGE_CURVE('',#5128,#5129,#4008,.T.); -#6782=EDGE_CURVE('',#5129,#4149,#2238,.T.); -#6783=EDGE_CURVE('',#5130,#5131,#4009,.T.); -#6784=EDGE_CURVE('',#4148,#5130,#2239,.T.); -#6785=EDGE_CURVE('',#5131,#4147,#2240,.T.); -#6786=EDGE_CURVE('',#5129,#5130,#4010,.T.); -#6787=EDGE_CURVE('',#4146,#5132,#2241,.T.); -#6788=EDGE_CURVE('',#5132,#5131,#2242,.T.); -#6789=EDGE_CURVE('',#5132,#5133,#4011,.T.); -#6790=EDGE_CURVE('',#5133,#4145,#2243,.T.); -#6791=EDGE_CURVE('',#5134,#5135,#4012,.T.); -#6792=EDGE_CURVE('',#4144,#5134,#2244,.T.); -#6793=EDGE_CURVE('',#5135,#4143,#2245,.T.); -#6794=EDGE_CURVE('',#5133,#5134,#4013,.T.); -#6795=EDGE_CURVE('',#4142,#5136,#2246,.T.); -#6796=EDGE_CURVE('',#5136,#5135,#2247,.T.); -#6797=EDGE_CURVE('',#5136,#5137,#4014,.T.); -#6798=EDGE_CURVE('',#5137,#4141,#2248,.T.); -#6799=EDGE_CURVE('',#5138,#5139,#4015,.T.); -#6800=EDGE_CURVE('',#4140,#5138,#2249,.T.); -#6801=EDGE_CURVE('',#5139,#4139,#2250,.T.); -#6802=EDGE_CURVE('',#5137,#5138,#4016,.T.); -#6803=EDGE_CURVE('',#4138,#5140,#2251,.T.); -#6804=EDGE_CURVE('',#5140,#5139,#2252,.T.); -#6805=EDGE_CURVE('',#5140,#5141,#4017,.T.); -#6806=EDGE_CURVE('',#5141,#4137,#2253,.T.); -#6807=EDGE_CURVE('',#5142,#5143,#4018,.T.); -#6808=EDGE_CURVE('',#4136,#5142,#2254,.T.); -#6809=EDGE_CURVE('',#5143,#4135,#2255,.T.); -#6810=EDGE_CURVE('',#5141,#5142,#4019,.T.); -#6811=EDGE_CURVE('',#4134,#5144,#2256,.T.); -#6812=EDGE_CURVE('',#5144,#5143,#2257,.T.); -#6813=EDGE_CURVE('',#5145,#4133,#2258,.T.); -#6814=EDGE_CURVE('',#5144,#5145,#4020,.T.); -#6815=EDGE_CURVE('',#4132,#5146,#2259,.T.); -#6816=EDGE_CURVE('',#5145,#5146,#4021,.T.); -#6817=EDGE_CURVE('',#5147,#4131,#2260,.T.); -#6818=EDGE_CURVE('',#5146,#5147,#4022,.T.); -#6819=EDGE_CURVE('',#5148,#4129,#2261,.T.); -#6820=EDGE_CURVE('',#5149,#5148,#4023,.T.); -#6821=EDGE_CURVE('',#4130,#5149,#2262,.T.); -#6822=EDGE_CURVE('',#4128,#5150,#2263,.T.); -#6823=EDGE_CURVE('',#5148,#5150,#4024,.T.); -#6824=EDGE_CURVE('',#5151,#4127,#2264,.T.); -#6825=EDGE_CURVE('',#5150,#5151,#4025,.T.); -#6826=EDGE_CURVE('',#5149,#5147,#2265,.T.); -#6827=EDGE_CURVE('',#5152,#4125,#2266,.T.); -#6828=EDGE_CURVE('',#5153,#5152,#4026,.T.); -#6829=EDGE_CURVE('',#4126,#5153,#2267,.T.); -#6830=EDGE_CURVE('',#4124,#5154,#2268,.T.); -#6831=EDGE_CURVE('',#5152,#5154,#4027,.T.); -#6832=EDGE_CURVE('',#5155,#4123,#2269,.T.); -#6833=EDGE_CURVE('',#5154,#5155,#4028,.T.); -#6834=EDGE_CURVE('',#5153,#5151,#2270,.T.); -#6835=EDGE_CURVE('',#5156,#4120,#2271,.T.); -#6836=EDGE_CURVE('',#5157,#5156,#4029,.T.); -#6837=EDGE_CURVE('',#4121,#5157,#2272,.T.); -#6838=EDGE_CURVE('',#4119,#5158,#2273,.T.); -#6839=EDGE_CURVE('',#5156,#5158,#4030,.T.); -#6840=EDGE_CURVE('',#5159,#4118,#2274,.T.); -#6841=EDGE_CURVE('',#5158,#5159,#4031,.T.); -#6842=EDGE_CURVE('',#5157,#5155,#2275,.T.); -#6843=EDGE_CURVE('',#5160,#4114,#2276,.T.); -#6844=EDGE_CURVE('',#5161,#5160,#4032,.T.); -#6845=EDGE_CURVE('',#4115,#5161,#2277,.T.); -#6846=EDGE_CURVE('',#4113,#5162,#2278,.T.); -#6847=EDGE_CURVE('',#5160,#5162,#4033,.T.); -#6848=EDGE_CURVE('',#5163,#4112,#2279,.T.); -#6849=EDGE_CURVE('',#5162,#5163,#4034,.T.); -#6850=EDGE_CURVE('',#5161,#5159,#2280,.T.); -#6851=EDGE_CURVE('',#5164,#4108,#2281,.T.); -#6852=EDGE_CURVE('',#5165,#5164,#4035,.T.); -#6853=EDGE_CURVE('',#4109,#5165,#2282,.T.); -#6854=EDGE_CURVE('',#4107,#5166,#2283,.T.); -#6855=EDGE_CURVE('',#5164,#5166,#4036,.T.); -#6856=EDGE_CURVE('',#5167,#4106,#2284,.T.); -#6857=EDGE_CURVE('',#5166,#5167,#4037,.T.); -#6858=EDGE_CURVE('',#5165,#5163,#2285,.T.); -#6859=EDGE_CURVE('',#5168,#4102,#2286,.T.); -#6860=EDGE_CURVE('',#5169,#5168,#4038,.T.); -#6861=EDGE_CURVE('',#4103,#5169,#2287,.T.); -#6862=EDGE_CURVE('',#4101,#5170,#2288,.T.); -#6863=EDGE_CURVE('',#5168,#5170,#4039,.T.); -#6864=EDGE_CURVE('',#5171,#4100,#2289,.T.); -#6865=EDGE_CURVE('',#5170,#5171,#4040,.T.); -#6866=EDGE_CURVE('',#5169,#5167,#2290,.T.); -#6867=EDGE_CURVE('',#5172,#4096,#2291,.T.); -#6868=EDGE_CURVE('',#5173,#5172,#4041,.T.); -#6869=EDGE_CURVE('',#4097,#5173,#2292,.T.); -#6870=EDGE_CURVE('',#4095,#5174,#2293,.T.); -#6871=EDGE_CURVE('',#5172,#5174,#4042,.T.); -#6872=EDGE_CURVE('',#5175,#4094,#2294,.T.); -#6873=EDGE_CURVE('',#5174,#5175,#4043,.T.); -#6874=EDGE_CURVE('',#5173,#5171,#2295,.T.); -#6875=EDGE_CURVE('',#5176,#4090,#2296,.T.); -#6876=EDGE_CURVE('',#5177,#5176,#4044,.T.); -#6877=EDGE_CURVE('',#4091,#5177,#2297,.T.); -#6878=EDGE_CURVE('',#4089,#5178,#2298,.T.); -#6879=EDGE_CURVE('',#5176,#5178,#4045,.T.); -#6880=EDGE_CURVE('',#5179,#4088,#2299,.T.); -#6881=EDGE_CURVE('',#5178,#5179,#4046,.T.); -#6882=EDGE_CURVE('',#5177,#5175,#2300,.T.); -#6883=EDGE_CURVE('',#5180,#4084,#2301,.T.); -#6884=EDGE_CURVE('',#5181,#5180,#4047,.T.); -#6885=EDGE_CURVE('',#4085,#5181,#2302,.T.); -#6886=EDGE_CURVE('',#4083,#5182,#2303,.T.); -#6887=EDGE_CURVE('',#5180,#5182,#4048,.T.); -#6888=EDGE_CURVE('',#5183,#4082,#2304,.T.); -#6889=EDGE_CURVE('',#5182,#5183,#4049,.T.); -#6890=EDGE_CURVE('',#5181,#5179,#2305,.T.); -#6891=EDGE_CURVE('',#5184,#4078,#2306,.T.); -#6892=EDGE_CURVE('',#5185,#5184,#4050,.T.); -#6893=EDGE_CURVE('',#4079,#5185,#2307,.T.); -#6894=EDGE_CURVE('',#4077,#5186,#2308,.T.); -#6895=EDGE_CURVE('',#5184,#5186,#4051,.T.); -#6896=EDGE_CURVE('',#5187,#4076,#2309,.T.); -#6897=EDGE_CURVE('',#5186,#5187,#4052,.T.); -#6898=EDGE_CURVE('',#5185,#5183,#2310,.T.); -#6899=EDGE_CURVE('',#5188,#4072,#2311,.T.); -#6900=EDGE_CURVE('',#5189,#5188,#4053,.T.); -#6901=EDGE_CURVE('',#4073,#5189,#2312,.T.); -#6902=EDGE_CURVE('',#4071,#5190,#2313,.T.); -#6903=EDGE_CURVE('',#5188,#5190,#4054,.T.); -#6904=EDGE_CURVE('',#5191,#4070,#2314,.T.); -#6905=EDGE_CURVE('',#5190,#5191,#4055,.T.); -#6906=EDGE_CURVE('',#5189,#5187,#2315,.T.); -#6907=EDGE_CURVE('',#4639,#5192,#165,.T.); -#6908=EDGE_CURVE('',#5192,#5193,#2316,.T.); -#6909=EDGE_CURVE('',#5193,#5194,#166,.T.); -#6910=EDGE_CURVE('',#5194,#5195,#2317,.T.); -#6911=EDGE_CURVE('',#5195,#5196,#167,.T.); -#6912=EDGE_CURVE('',#5196,#5197,#2318,.T.); -#6913=EDGE_CURVE('',#5197,#5198,#168,.T.); -#6914=EDGE_CURVE('',#5198,#5199,#2319,.T.); -#6915=EDGE_CURVE('',#5199,#5200,#169,.T.); -#6916=EDGE_CURVE('',#5200,#5201,#2320,.T.); -#6917=EDGE_CURVE('',#5201,#5202,#170,.T.); -#6918=EDGE_CURVE('',#5202,#4065,#2321,.T.); -#6919=EDGE_CURVE('',#5203,#5204,#171,.T.); -#6920=EDGE_CURVE('',#5194,#5203,#2322,.T.); -#6921=EDGE_CURVE('',#5204,#5193,#2323,.T.); -#6922=EDGE_CURVE('',#5205,#5206,#172,.T.); -#6923=EDGE_CURVE('',#5198,#5205,#2324,.T.); -#6924=EDGE_CURVE('',#5206,#5197,#2325,.T.); -#6925=EDGE_CURVE('',#5207,#5208,#173,.T.); -#6926=EDGE_CURVE('',#5202,#5207,#2326,.T.); -#6927=EDGE_CURVE('',#5208,#5201,#2327,.T.); -#6928=EDGE_CURVE('',#5200,#5209,#2328,.T.); -#6929=EDGE_CURVE('',#5210,#5199,#2329,.T.); -#6930=EDGE_CURVE('',#5209,#5210,#174,.T.); -#6931=EDGE_CURVE('',#5196,#5211,#2330,.T.); -#6932=EDGE_CURVE('',#5212,#5195,#2331,.T.); -#6933=EDGE_CURVE('',#5211,#5212,#175,.T.); -#6934=EDGE_CURVE('',#5213,#5191,#2332,.T.); -#6935=EDGE_CURVE('',#5214,#5213,#176,.T.); -#6936=EDGE_CURVE('',#5192,#5214,#2333,.T.); -#6937=EDGE_CURVE('',#4067,#5207,#2334,.T.); -#6938=EDGE_CURVE('',#5212,#5203,#2335,.T.); -#6939=EDGE_CURVE('',#5210,#5205,#2336,.T.); -#6940=EDGE_CURVE('',#5204,#5214,#2337,.T.); -#6941=EDGE_CURVE('',#5208,#5209,#2338,.T.); -#6942=EDGE_CURVE('',#5206,#5211,#2339,.T.); -#6943=EDGE_CURVE('',#4068,#5213,#2340,.T.); -#6944=ORIENTED_EDGE('',*,*,#5215,.F.); -#6945=ORIENTED_EDGE('',*,*,#5216,.F.); -#6946=ORIENTED_EDGE('',*,*,#5217,.F.); -#6947=ORIENTED_EDGE('',*,*,#5218,.F.); -#6948=ORIENTED_EDGE('',*,*,#5219,.F.); -#6949=ORIENTED_EDGE('',*,*,#5220,.F.); -#6950=ORIENTED_EDGE('',*,*,#5221,.F.); -#6951=ORIENTED_EDGE('',*,*,#5222,.F.); -#6952=ORIENTED_EDGE('',*,*,#5223,.F.); -#6953=ORIENTED_EDGE('',*,*,#5218,.T.); -#6954=ORIENTED_EDGE('',*,*,#5224,.F.); -#6955=ORIENTED_EDGE('',*,*,#5220,.T.); -#6956=ORIENTED_EDGE('',*,*,#5221,.T.); -#6957=ORIENTED_EDGE('',*,*,#5224,.T.); -#6958=ORIENTED_EDGE('',*,*,#5217,.T.); -#6959=ORIENTED_EDGE('',*,*,#5225,.T.); -#6960=ORIENTED_EDGE('',*,*,#5226,.F.); -#6961=ORIENTED_EDGE('',*,*,#5227,.F.); -#6962=ORIENTED_EDGE('',*,*,#5228,.F.); -#6963=ORIENTED_EDGE('',*,*,#5229,.F.); -#6964=ORIENTED_EDGE('',*,*,#5230,.F.); -#6965=ORIENTED_EDGE('',*,*,#5231,.F.); -#6966=ORIENTED_EDGE('',*,*,#5232,.T.); -#6967=ORIENTED_EDGE('',*,*,#5233,.T.); -#6968=ORIENTED_EDGE('',*,*,#5234,.T.); -#6969=ORIENTED_EDGE('',*,*,#5235,.F.); -#6970=ORIENTED_EDGE('',*,*,#5236,.F.); -#6971=ORIENTED_EDGE('',*,*,#5237,.F.); -#6972=ORIENTED_EDGE('',*,*,#5238,.T.); -#6973=ORIENTED_EDGE('',*,*,#5239,.T.); -#6974=ORIENTED_EDGE('',*,*,#5240,.T.); -#6975=ORIENTED_EDGE('',*,*,#5241,.F.); -#6976=ORIENTED_EDGE('',*,*,#5242,.F.); -#6977=ORIENTED_EDGE('',*,*,#5243,.F.); -#6978=ORIENTED_EDGE('',*,*,#5244,.T.); -#6979=ORIENTED_EDGE('',*,*,#5245,.T.); -#6980=ORIENTED_EDGE('',*,*,#5246,.T.); -#6981=ORIENTED_EDGE('',*,*,#5247,.F.); -#6982=ORIENTED_EDGE('',*,*,#5248,.F.); -#6983=ORIENTED_EDGE('',*,*,#5249,.F.); -#6984=ORIENTED_EDGE('',*,*,#5250,.T.); -#6985=ORIENTED_EDGE('',*,*,#5251,.T.); -#6986=ORIENTED_EDGE('',*,*,#5252,.T.); -#6987=ORIENTED_EDGE('',*,*,#5253,.F.); -#6988=ORIENTED_EDGE('',*,*,#5254,.F.); -#6989=ORIENTED_EDGE('',*,*,#5255,.F.); -#6990=ORIENTED_EDGE('',*,*,#5256,.T.); -#6991=ORIENTED_EDGE('',*,*,#5257,.T.); -#6992=ORIENTED_EDGE('',*,*,#5258,.T.); -#6993=ORIENTED_EDGE('',*,*,#5259,.F.); -#6994=ORIENTED_EDGE('',*,*,#5260,.F.); -#6995=ORIENTED_EDGE('',*,*,#5261,.F.); -#6996=ORIENTED_EDGE('',*,*,#5262,.T.); -#6997=ORIENTED_EDGE('',*,*,#5263,.T.); -#6998=ORIENTED_EDGE('',*,*,#5264,.T.); -#6999=ORIENTED_EDGE('',*,*,#5265,.F.); -#7000=ORIENTED_EDGE('',*,*,#5266,.F.); -#7001=ORIENTED_EDGE('',*,*,#5267,.F.); -#7002=ORIENTED_EDGE('',*,*,#5268,.T.); -#7003=ORIENTED_EDGE('',*,*,#5269,.T.); -#7004=ORIENTED_EDGE('',*,*,#5270,.T.); -#7005=ORIENTED_EDGE('',*,*,#5271,.F.); -#7006=ORIENTED_EDGE('',*,*,#5272,.F.); -#7007=ORIENTED_EDGE('',*,*,#5273,.F.); -#7008=ORIENTED_EDGE('',*,*,#5274,.T.); -#7009=ORIENTED_EDGE('',*,*,#5275,.T.); -#7010=ORIENTED_EDGE('',*,*,#5276,.T.); -#7011=ORIENTED_EDGE('',*,*,#5277,.F.); -#7012=ORIENTED_EDGE('',*,*,#5278,.F.); -#7013=ORIENTED_EDGE('',*,*,#5279,.F.); -#7014=ORIENTED_EDGE('',*,*,#5280,.T.); -#7015=ORIENTED_EDGE('',*,*,#5281,.T.); -#7016=ORIENTED_EDGE('',*,*,#5282,.T.); -#7017=ORIENTED_EDGE('',*,*,#5283,.F.); -#7018=ORIENTED_EDGE('',*,*,#5284,.F.); -#7019=ORIENTED_EDGE('',*,*,#5285,.T.); -#7020=ORIENTED_EDGE('',*,*,#5286,.T.); -#7021=ORIENTED_EDGE('',*,*,#5287,.T.); -#7022=ORIENTED_EDGE('',*,*,#5288,.F.); -#7023=ORIENTED_EDGE('',*,*,#5289,.T.); -#7024=ORIENTED_EDGE('',*,*,#5290,.T.); -#7025=ORIENTED_EDGE('',*,*,#5291,.T.); -#7026=ORIENTED_EDGE('',*,*,#5292,.F.); -#7027=ORIENTED_EDGE('',*,*,#5293,.T.); -#7028=ORIENTED_EDGE('',*,*,#5294,.T.); -#7029=ORIENTED_EDGE('',*,*,#5295,.T.); -#7030=ORIENTED_EDGE('',*,*,#5296,.F.); -#7031=ORIENTED_EDGE('',*,*,#5297,.T.); -#7032=ORIENTED_EDGE('',*,*,#5298,.T.); -#7033=ORIENTED_EDGE('',*,*,#5299,.T.); -#7034=ORIENTED_EDGE('',*,*,#5300,.T.); -#7035=ORIENTED_EDGE('',*,*,#5301,.T.); -#7036=ORIENTED_EDGE('',*,*,#5302,.T.); -#7037=ORIENTED_EDGE('',*,*,#5303,.T.); -#7038=ORIENTED_EDGE('',*,*,#5304,.T.); -#7039=ORIENTED_EDGE('',*,*,#5305,.T.); -#7040=ORIENTED_EDGE('',*,*,#5306,.T.); -#7041=ORIENTED_EDGE('',*,*,#5307,.T.); -#7042=ORIENTED_EDGE('',*,*,#5308,.T.); -#7043=ORIENTED_EDGE('',*,*,#5309,.T.); -#7044=ORIENTED_EDGE('',*,*,#5310,.T.); -#7045=ORIENTED_EDGE('',*,*,#5311,.T.); -#7046=ORIENTED_EDGE('',*,*,#5312,.T.); -#7047=ORIENTED_EDGE('',*,*,#5313,.T.); -#7048=ORIENTED_EDGE('',*,*,#5314,.T.); -#7049=ORIENTED_EDGE('',*,*,#5315,.T.); -#7050=ORIENTED_EDGE('',*,*,#5316,.T.); -#7051=ORIENTED_EDGE('',*,*,#5317,.T.); -#7052=ORIENTED_EDGE('',*,*,#5318,.T.); -#7053=ORIENTED_EDGE('',*,*,#5319,.T.); -#7054=ORIENTED_EDGE('',*,*,#5320,.T.); -#7055=ORIENTED_EDGE('',*,*,#5321,.T.); -#7056=ORIENTED_EDGE('',*,*,#5322,.T.); -#7057=ORIENTED_EDGE('',*,*,#5323,.T.); -#7058=ORIENTED_EDGE('',*,*,#5324,.T.); -#7059=ORIENTED_EDGE('',*,*,#5325,.T.); -#7060=ORIENTED_EDGE('',*,*,#5326,.T.); -#7061=ORIENTED_EDGE('',*,*,#5327,.T.); -#7062=ORIENTED_EDGE('',*,*,#5328,.T.); -#7063=ORIENTED_EDGE('',*,*,#5329,.T.); -#7064=ORIENTED_EDGE('',*,*,#5330,.T.); -#7065=ORIENTED_EDGE('',*,*,#5331,.T.); -#7066=ORIENTED_EDGE('',*,*,#5332,.T.); -#7067=ORIENTED_EDGE('',*,*,#5333,.T.); -#7068=ORIENTED_EDGE('',*,*,#5334,.T.); -#7069=ORIENTED_EDGE('',*,*,#5335,.T.); -#7070=ORIENTED_EDGE('',*,*,#5336,.T.); -#7071=ORIENTED_EDGE('',*,*,#5337,.T.); -#7072=ORIENTED_EDGE('',*,*,#5338,.T.); -#7073=ORIENTED_EDGE('',*,*,#5339,.T.); -#7074=ORIENTED_EDGE('',*,*,#5340,.T.); -#7075=ORIENTED_EDGE('',*,*,#5341,.T.); -#7076=ORIENTED_EDGE('',*,*,#5342,.T.); -#7077=ORIENTED_EDGE('',*,*,#5343,.T.); -#7078=ORIENTED_EDGE('',*,*,#5344,.T.); -#7079=ORIENTED_EDGE('',*,*,#5345,.T.); -#7080=ORIENTED_EDGE('',*,*,#5346,.T.); -#7081=ORIENTED_EDGE('',*,*,#5347,.T.); -#7082=ORIENTED_EDGE('',*,*,#5348,.T.); -#7083=ORIENTED_EDGE('',*,*,#5349,.T.); -#7084=ORIENTED_EDGE('',*,*,#5350,.T.); -#7085=ORIENTED_EDGE('',*,*,#5351,.T.); -#7086=ORIENTED_EDGE('',*,*,#5352,.T.); -#7087=ORIENTED_EDGE('',*,*,#5353,.T.); -#7088=ORIENTED_EDGE('',*,*,#5354,.T.); -#7089=ORIENTED_EDGE('',*,*,#5355,.T.); -#7090=ORIENTED_EDGE('',*,*,#5356,.T.); -#7091=ORIENTED_EDGE('',*,*,#5357,.T.); -#7092=ORIENTED_EDGE('',*,*,#5358,.T.); -#7093=ORIENTED_EDGE('',*,*,#5359,.T.); -#7094=ORIENTED_EDGE('',*,*,#5360,.T.); -#7095=ORIENTED_EDGE('',*,*,#5361,.T.); -#7096=ORIENTED_EDGE('',*,*,#5362,.T.); -#7097=ORIENTED_EDGE('',*,*,#5363,.T.); -#7098=ORIENTED_EDGE('',*,*,#5364,.T.); -#7099=ORIENTED_EDGE('',*,*,#5365,.T.); -#7100=ORIENTED_EDGE('',*,*,#5366,.T.); -#7101=ORIENTED_EDGE('',*,*,#5367,.T.); -#7102=ORIENTED_EDGE('',*,*,#5368,.T.); -#7103=ORIENTED_EDGE('',*,*,#5369,.T.); -#7104=ORIENTED_EDGE('',*,*,#5370,.T.); -#7105=ORIENTED_EDGE('',*,*,#5371,.T.); -#7106=ORIENTED_EDGE('',*,*,#5372,.T.); -#7107=ORIENTED_EDGE('',*,*,#5373,.T.); -#7108=ORIENTED_EDGE('',*,*,#5374,.T.); -#7109=ORIENTED_EDGE('',*,*,#5375,.T.); -#7110=ORIENTED_EDGE('',*,*,#5376,.T.); -#7111=ORIENTED_EDGE('',*,*,#5377,.T.); -#7112=ORIENTED_EDGE('',*,*,#5378,.T.); -#7113=ORIENTED_EDGE('',*,*,#5379,.T.); -#7114=ORIENTED_EDGE('',*,*,#5380,.T.); -#7115=ORIENTED_EDGE('',*,*,#5381,.T.); -#7116=ORIENTED_EDGE('',*,*,#5382,.T.); -#7117=ORIENTED_EDGE('',*,*,#5383,.T.); -#7118=ORIENTED_EDGE('',*,*,#5384,.T.); -#7119=ORIENTED_EDGE('',*,*,#5385,.T.); -#7120=ORIENTED_EDGE('',*,*,#5386,.T.); -#7121=ORIENTED_EDGE('',*,*,#5387,.T.); -#7122=ORIENTED_EDGE('',*,*,#5388,.T.); -#7123=ORIENTED_EDGE('',*,*,#5389,.T.); -#7124=ORIENTED_EDGE('',*,*,#5390,.T.); -#7125=ORIENTED_EDGE('',*,*,#5391,.T.); -#7126=ORIENTED_EDGE('',*,*,#5392,.T.); -#7127=ORIENTED_EDGE('',*,*,#5393,.T.); -#7128=ORIENTED_EDGE('',*,*,#5394,.T.); -#7129=ORIENTED_EDGE('',*,*,#5395,.T.); -#7130=ORIENTED_EDGE('',*,*,#5396,.T.); -#7131=ORIENTED_EDGE('',*,*,#5397,.T.); -#7132=ORIENTED_EDGE('',*,*,#5398,.T.); -#7133=ORIENTED_EDGE('',*,*,#5399,.T.); -#7134=ORIENTED_EDGE('',*,*,#5400,.T.); -#7135=ORIENTED_EDGE('',*,*,#5401,.T.); -#7136=ORIENTED_EDGE('',*,*,#5402,.T.); -#7137=ORIENTED_EDGE('',*,*,#5403,.T.); -#7138=ORIENTED_EDGE('',*,*,#5404,.T.); -#7139=ORIENTED_EDGE('',*,*,#5405,.T.); -#7140=ORIENTED_EDGE('',*,*,#5406,.T.); -#7141=ORIENTED_EDGE('',*,*,#5407,.T.); -#7142=ORIENTED_EDGE('',*,*,#5408,.T.); -#7143=ORIENTED_EDGE('',*,*,#5409,.T.); -#7144=ORIENTED_EDGE('',*,*,#5410,.T.); -#7145=ORIENTED_EDGE('',*,*,#5411,.T.); -#7146=ORIENTED_EDGE('',*,*,#5412,.T.); -#7147=ORIENTED_EDGE('',*,*,#5413,.T.); -#7148=ORIENTED_EDGE('',*,*,#5414,.T.); -#7149=ORIENTED_EDGE('',*,*,#5415,.T.); -#7150=ORIENTED_EDGE('',*,*,#5416,.T.); -#7151=ORIENTED_EDGE('',*,*,#5417,.T.); -#7152=ORIENTED_EDGE('',*,*,#5418,.T.); -#7153=ORIENTED_EDGE('',*,*,#5419,.T.); -#7154=ORIENTED_EDGE('',*,*,#5420,.T.); -#7155=ORIENTED_EDGE('',*,*,#5421,.T.); -#7156=ORIENTED_EDGE('',*,*,#5422,.T.); -#7157=ORIENTED_EDGE('',*,*,#5423,.T.); -#7158=ORIENTED_EDGE('',*,*,#5424,.T.); -#7159=ORIENTED_EDGE('',*,*,#5425,.T.); -#7160=ORIENTED_EDGE('',*,*,#5426,.T.); -#7161=ORIENTED_EDGE('',*,*,#5427,.T.); -#7162=ORIENTED_EDGE('',*,*,#5428,.T.); -#7163=ORIENTED_EDGE('',*,*,#5429,.T.); -#7164=ORIENTED_EDGE('',*,*,#5430,.T.); -#7165=ORIENTED_EDGE('',*,*,#5431,.T.); -#7166=ORIENTED_EDGE('',*,*,#5432,.T.); -#7167=ORIENTED_EDGE('',*,*,#5433,.T.); -#7168=ORIENTED_EDGE('',*,*,#5434,.T.); -#7169=ORIENTED_EDGE('',*,*,#5435,.T.); -#7170=ORIENTED_EDGE('',*,*,#5436,.T.); -#7171=ORIENTED_EDGE('',*,*,#5437,.T.); -#7172=ORIENTED_EDGE('',*,*,#5438,.T.); -#7173=ORIENTED_EDGE('',*,*,#5439,.T.); -#7174=ORIENTED_EDGE('',*,*,#5440,.T.); -#7175=ORIENTED_EDGE('',*,*,#5441,.T.); -#7176=ORIENTED_EDGE('',*,*,#5442,.T.); -#7177=ORIENTED_EDGE('',*,*,#5443,.T.); -#7178=ORIENTED_EDGE('',*,*,#5444,.T.); -#7179=ORIENTED_EDGE('',*,*,#5445,.T.); -#7180=ORIENTED_EDGE('',*,*,#5446,.T.); -#7181=ORIENTED_EDGE('',*,*,#5447,.T.); -#7182=ORIENTED_EDGE('',*,*,#5448,.T.); -#7183=ORIENTED_EDGE('',*,*,#5449,.T.); -#7184=ORIENTED_EDGE('',*,*,#5450,.T.); -#7185=ORIENTED_EDGE('',*,*,#5451,.T.); -#7186=ORIENTED_EDGE('',*,*,#5452,.T.); -#7187=ORIENTED_EDGE('',*,*,#5453,.T.); -#7188=ORIENTED_EDGE('',*,*,#5454,.T.); -#7189=ORIENTED_EDGE('',*,*,#5455,.T.); -#7190=ORIENTED_EDGE('',*,*,#5456,.T.); -#7191=ORIENTED_EDGE('',*,*,#5457,.T.); -#7192=ORIENTED_EDGE('',*,*,#5458,.T.); -#7193=ORIENTED_EDGE('',*,*,#5459,.T.); -#7194=ORIENTED_EDGE('',*,*,#5460,.T.); -#7195=ORIENTED_EDGE('',*,*,#5461,.T.); -#7196=ORIENTED_EDGE('',*,*,#5462,.T.); -#7197=ORIENTED_EDGE('',*,*,#5463,.T.); -#7198=ORIENTED_EDGE('',*,*,#5464,.T.); -#7199=ORIENTED_EDGE('',*,*,#5465,.T.); -#7200=ORIENTED_EDGE('',*,*,#5466,.T.); -#7201=ORIENTED_EDGE('',*,*,#5467,.T.); -#7202=ORIENTED_EDGE('',*,*,#5468,.T.); -#7203=ORIENTED_EDGE('',*,*,#5469,.T.); -#7204=ORIENTED_EDGE('',*,*,#5470,.T.); -#7205=ORIENTED_EDGE('',*,*,#5471,.T.); -#7206=ORIENTED_EDGE('',*,*,#5472,.T.); -#7207=ORIENTED_EDGE('',*,*,#5473,.T.); -#7208=ORIENTED_EDGE('',*,*,#5474,.T.); -#7209=ORIENTED_EDGE('',*,*,#5475,.T.); -#7210=ORIENTED_EDGE('',*,*,#5476,.T.); -#7211=ORIENTED_EDGE('',*,*,#5477,.T.); -#7212=ORIENTED_EDGE('',*,*,#5478,.T.); -#7213=ORIENTED_EDGE('',*,*,#5479,.T.); -#7214=ORIENTED_EDGE('',*,*,#5480,.T.); -#7215=ORIENTED_EDGE('',*,*,#5481,.T.); -#7216=ORIENTED_EDGE('',*,*,#5482,.T.); -#7217=ORIENTED_EDGE('',*,*,#5483,.T.); -#7218=ORIENTED_EDGE('',*,*,#5484,.T.); -#7219=ORIENTED_EDGE('',*,*,#5485,.T.); -#7220=ORIENTED_EDGE('',*,*,#5486,.T.); -#7221=ORIENTED_EDGE('',*,*,#5487,.T.); -#7222=ORIENTED_EDGE('',*,*,#5488,.T.); -#7223=ORIENTED_EDGE('',*,*,#5489,.T.); -#7224=ORIENTED_EDGE('',*,*,#5490,.T.); -#7225=ORIENTED_EDGE('',*,*,#5491,.T.); -#7226=ORIENTED_EDGE('',*,*,#5492,.T.); -#7227=ORIENTED_EDGE('',*,*,#5493,.T.); -#7228=ORIENTED_EDGE('',*,*,#5494,.T.); -#7229=ORIENTED_EDGE('',*,*,#5495,.T.); -#7230=ORIENTED_EDGE('',*,*,#5496,.T.); -#7231=ORIENTED_EDGE('',*,*,#5497,.T.); -#7232=ORIENTED_EDGE('',*,*,#5498,.T.); -#7233=ORIENTED_EDGE('',*,*,#5499,.T.); -#7234=ORIENTED_EDGE('',*,*,#5500,.T.); -#7235=ORIENTED_EDGE('',*,*,#5501,.T.); -#7236=ORIENTED_EDGE('',*,*,#5502,.T.); -#7237=ORIENTED_EDGE('',*,*,#5503,.T.); -#7238=ORIENTED_EDGE('',*,*,#5504,.T.); -#7239=ORIENTED_EDGE('',*,*,#5505,.T.); -#7240=ORIENTED_EDGE('',*,*,#5506,.T.); -#7241=ORIENTED_EDGE('',*,*,#5507,.T.); -#7242=ORIENTED_EDGE('',*,*,#5508,.T.); -#7243=ORIENTED_EDGE('',*,*,#5509,.T.); -#7244=ORIENTED_EDGE('',*,*,#5510,.T.); -#7245=ORIENTED_EDGE('',*,*,#5511,.T.); -#7246=ORIENTED_EDGE('',*,*,#5512,.T.); -#7247=ORIENTED_EDGE('',*,*,#5513,.T.); -#7248=ORIENTED_EDGE('',*,*,#5514,.T.); -#7249=ORIENTED_EDGE('',*,*,#5515,.T.); -#7250=ORIENTED_EDGE('',*,*,#5516,.T.); -#7251=ORIENTED_EDGE('',*,*,#5517,.T.); -#7252=ORIENTED_EDGE('',*,*,#5518,.T.); -#7253=ORIENTED_EDGE('',*,*,#5519,.T.); -#7254=ORIENTED_EDGE('',*,*,#5520,.T.); -#7255=ORIENTED_EDGE('',*,*,#5521,.T.); -#7256=ORIENTED_EDGE('',*,*,#5522,.T.); -#7257=ORIENTED_EDGE('',*,*,#5523,.T.); -#7258=ORIENTED_EDGE('',*,*,#5524,.T.); -#7259=ORIENTED_EDGE('',*,*,#5525,.T.); -#7260=ORIENTED_EDGE('',*,*,#5526,.T.); -#7261=ORIENTED_EDGE('',*,*,#5527,.T.); -#7262=ORIENTED_EDGE('',*,*,#5528,.T.); -#7263=ORIENTED_EDGE('',*,*,#5529,.T.); -#7264=ORIENTED_EDGE('',*,*,#5530,.T.); -#7265=ORIENTED_EDGE('',*,*,#5531,.T.); -#7266=ORIENTED_EDGE('',*,*,#5532,.T.); -#7267=ORIENTED_EDGE('',*,*,#5533,.T.); -#7268=ORIENTED_EDGE('',*,*,#5534,.T.); -#7269=ORIENTED_EDGE('',*,*,#5535,.T.); -#7270=ORIENTED_EDGE('',*,*,#5536,.T.); -#7271=ORIENTED_EDGE('',*,*,#5537,.T.); -#7272=ORIENTED_EDGE('',*,*,#5538,.T.); -#7273=ORIENTED_EDGE('',*,*,#5539,.T.); -#7274=ORIENTED_EDGE('',*,*,#5540,.T.); -#7275=ORIENTED_EDGE('',*,*,#5541,.T.); -#7276=ORIENTED_EDGE('',*,*,#5542,.T.); -#7277=ORIENTED_EDGE('',*,*,#5543,.T.); -#7278=ORIENTED_EDGE('',*,*,#5544,.T.); -#7279=ORIENTED_EDGE('',*,*,#5545,.T.); -#7280=ORIENTED_EDGE('',*,*,#5546,.T.); -#7281=ORIENTED_EDGE('',*,*,#5547,.T.); -#7282=ORIENTED_EDGE('',*,*,#5548,.T.); -#7283=ORIENTED_EDGE('',*,*,#5549,.T.); -#7284=ORIENTED_EDGE('',*,*,#5550,.T.); -#7285=ORIENTED_EDGE('',*,*,#5551,.T.); -#7286=ORIENTED_EDGE('',*,*,#5552,.T.); -#7287=ORIENTED_EDGE('',*,*,#5553,.T.); -#7288=ORIENTED_EDGE('',*,*,#5554,.T.); -#7289=ORIENTED_EDGE('',*,*,#5555,.T.); -#7290=ORIENTED_EDGE('',*,*,#5556,.T.); -#7291=ORIENTED_EDGE('',*,*,#5557,.T.); -#7292=ORIENTED_EDGE('',*,*,#5558,.T.); -#7293=ORIENTED_EDGE('',*,*,#5559,.T.); -#7294=ORIENTED_EDGE('',*,*,#5560,.T.); -#7295=ORIENTED_EDGE('',*,*,#5561,.T.); -#7296=ORIENTED_EDGE('',*,*,#5562,.T.); -#7297=ORIENTED_EDGE('',*,*,#5563,.T.); -#7298=ORIENTED_EDGE('',*,*,#5564,.T.); -#7299=ORIENTED_EDGE('',*,*,#5565,.T.); -#7300=ORIENTED_EDGE('',*,*,#5566,.T.); -#7301=ORIENTED_EDGE('',*,*,#5567,.T.); -#7302=ORIENTED_EDGE('',*,*,#5568,.T.); -#7303=ORIENTED_EDGE('',*,*,#5569,.T.); -#7304=ORIENTED_EDGE('',*,*,#5570,.T.); -#7305=ORIENTED_EDGE('',*,*,#5571,.T.); -#7306=ORIENTED_EDGE('',*,*,#5572,.T.); -#7307=ORIENTED_EDGE('',*,*,#5573,.T.); -#7308=ORIENTED_EDGE('',*,*,#5574,.T.); -#7309=ORIENTED_EDGE('',*,*,#5575,.T.); -#7310=ORIENTED_EDGE('',*,*,#5576,.T.); -#7311=ORIENTED_EDGE('',*,*,#5577,.T.); -#7312=ORIENTED_EDGE('',*,*,#5578,.T.); -#7313=ORIENTED_EDGE('',*,*,#5579,.T.); -#7314=ORIENTED_EDGE('',*,*,#5580,.T.); -#7315=ORIENTED_EDGE('',*,*,#5581,.T.); -#7316=ORIENTED_EDGE('',*,*,#5582,.T.); -#7317=ORIENTED_EDGE('',*,*,#5583,.T.); -#7318=ORIENTED_EDGE('',*,*,#5584,.T.); -#7319=ORIENTED_EDGE('',*,*,#5585,.T.); -#7320=ORIENTED_EDGE('',*,*,#5586,.T.); -#7321=ORIENTED_EDGE('',*,*,#5587,.T.); -#7322=ORIENTED_EDGE('',*,*,#5588,.T.); -#7323=ORIENTED_EDGE('',*,*,#5589,.T.); -#7324=ORIENTED_EDGE('',*,*,#5590,.T.); -#7325=ORIENTED_EDGE('',*,*,#5591,.T.); -#7326=ORIENTED_EDGE('',*,*,#5592,.T.); -#7327=ORIENTED_EDGE('',*,*,#5593,.T.); -#7328=ORIENTED_EDGE('',*,*,#5594,.T.); -#7329=ORIENTED_EDGE('',*,*,#5595,.T.); -#7330=ORIENTED_EDGE('',*,*,#5596,.T.); -#7331=ORIENTED_EDGE('',*,*,#5597,.T.); -#7332=ORIENTED_EDGE('',*,*,#5598,.T.); -#7333=ORIENTED_EDGE('',*,*,#5599,.T.); -#7334=ORIENTED_EDGE('',*,*,#5600,.T.); -#7335=ORIENTED_EDGE('',*,*,#5601,.T.); -#7336=ORIENTED_EDGE('',*,*,#5602,.T.); -#7337=ORIENTED_EDGE('',*,*,#5603,.T.); -#7338=ORIENTED_EDGE('',*,*,#5604,.T.); -#7339=ORIENTED_EDGE('',*,*,#5605,.T.); -#7340=ORIENTED_EDGE('',*,*,#5606,.T.); -#7341=ORIENTED_EDGE('',*,*,#5607,.T.); -#7342=ORIENTED_EDGE('',*,*,#5608,.T.); -#7343=ORIENTED_EDGE('',*,*,#5609,.T.); -#7344=ORIENTED_EDGE('',*,*,#5610,.T.); -#7345=ORIENTED_EDGE('',*,*,#5611,.T.); -#7346=ORIENTED_EDGE('',*,*,#5612,.T.); -#7347=ORIENTED_EDGE('',*,*,#5613,.T.); -#7348=ORIENTED_EDGE('',*,*,#5614,.T.); -#7349=ORIENTED_EDGE('',*,*,#5615,.T.); -#7350=ORIENTED_EDGE('',*,*,#5616,.T.); -#7351=ORIENTED_EDGE('',*,*,#5617,.T.); -#7352=ORIENTED_EDGE('',*,*,#5618,.T.); -#7353=ORIENTED_EDGE('',*,*,#5619,.T.); -#7354=ORIENTED_EDGE('',*,*,#5620,.T.); -#7355=ORIENTED_EDGE('',*,*,#5621,.T.); -#7356=ORIENTED_EDGE('',*,*,#5622,.T.); -#7357=ORIENTED_EDGE('',*,*,#5623,.T.); -#7358=ORIENTED_EDGE('',*,*,#5624,.T.); -#7359=ORIENTED_EDGE('',*,*,#5625,.T.); -#7360=ORIENTED_EDGE('',*,*,#5626,.T.); -#7361=ORIENTED_EDGE('',*,*,#5627,.T.); -#7362=ORIENTED_EDGE('',*,*,#5628,.T.); -#7363=ORIENTED_EDGE('',*,*,#5629,.T.); -#7364=ORIENTED_EDGE('',*,*,#5630,.T.); -#7365=ORIENTED_EDGE('',*,*,#5631,.T.); -#7366=ORIENTED_EDGE('',*,*,#5632,.T.); -#7367=ORIENTED_EDGE('',*,*,#5633,.T.); -#7368=ORIENTED_EDGE('',*,*,#5634,.T.); -#7369=ORIENTED_EDGE('',*,*,#5635,.T.); -#7370=ORIENTED_EDGE('',*,*,#5636,.T.); -#7371=ORIENTED_EDGE('',*,*,#5637,.T.); -#7372=ORIENTED_EDGE('',*,*,#5638,.T.); -#7373=ORIENTED_EDGE('',*,*,#5639,.T.); -#7374=ORIENTED_EDGE('',*,*,#5640,.T.); -#7375=ORIENTED_EDGE('',*,*,#5641,.T.); -#7376=ORIENTED_EDGE('',*,*,#5642,.T.); -#7377=ORIENTED_EDGE('',*,*,#5643,.T.); -#7378=ORIENTED_EDGE('',*,*,#5644,.T.); -#7379=ORIENTED_EDGE('',*,*,#5645,.T.); -#7380=ORIENTED_EDGE('',*,*,#5646,.T.); -#7381=ORIENTED_EDGE('',*,*,#5647,.T.); -#7382=ORIENTED_EDGE('',*,*,#5648,.T.); -#7383=ORIENTED_EDGE('',*,*,#5649,.T.); -#7384=ORIENTED_EDGE('',*,*,#5650,.T.); -#7385=ORIENTED_EDGE('',*,*,#5651,.T.); -#7386=ORIENTED_EDGE('',*,*,#5652,.T.); -#7387=ORIENTED_EDGE('',*,*,#5653,.T.); -#7388=ORIENTED_EDGE('',*,*,#5654,.T.); -#7389=ORIENTED_EDGE('',*,*,#5655,.T.); -#7390=ORIENTED_EDGE('',*,*,#5656,.T.); -#7391=ORIENTED_EDGE('',*,*,#5657,.T.); -#7392=ORIENTED_EDGE('',*,*,#5658,.T.); -#7393=ORIENTED_EDGE('',*,*,#5659,.T.); -#7394=ORIENTED_EDGE('',*,*,#5660,.T.); -#7395=ORIENTED_EDGE('',*,*,#5661,.T.); -#7396=ORIENTED_EDGE('',*,*,#5662,.T.); -#7397=ORIENTED_EDGE('',*,*,#5663,.T.); -#7398=ORIENTED_EDGE('',*,*,#5664,.T.); -#7399=ORIENTED_EDGE('',*,*,#5665,.T.); -#7400=ORIENTED_EDGE('',*,*,#5666,.T.); -#7401=ORIENTED_EDGE('',*,*,#5667,.T.); -#7402=ORIENTED_EDGE('',*,*,#5668,.T.); -#7403=ORIENTED_EDGE('',*,*,#5669,.T.); -#7404=ORIENTED_EDGE('',*,*,#5670,.T.); -#7405=ORIENTED_EDGE('',*,*,#5671,.T.); -#7406=ORIENTED_EDGE('',*,*,#5672,.T.); -#7407=ORIENTED_EDGE('',*,*,#5673,.T.); -#7408=ORIENTED_EDGE('',*,*,#5674,.T.); -#7409=ORIENTED_EDGE('',*,*,#5675,.T.); -#7410=ORIENTED_EDGE('',*,*,#5676,.T.); -#7411=ORIENTED_EDGE('',*,*,#5677,.T.); -#7412=ORIENTED_EDGE('',*,*,#5678,.T.); -#7413=ORIENTED_EDGE('',*,*,#5679,.T.); -#7414=ORIENTED_EDGE('',*,*,#5680,.T.); -#7415=ORIENTED_EDGE('',*,*,#5681,.T.); -#7416=ORIENTED_EDGE('',*,*,#5682,.T.); -#7417=ORIENTED_EDGE('',*,*,#5683,.T.); -#7418=ORIENTED_EDGE('',*,*,#5684,.T.); -#7419=ORIENTED_EDGE('',*,*,#5685,.T.); -#7420=ORIENTED_EDGE('',*,*,#5686,.T.); -#7421=ORIENTED_EDGE('',*,*,#5687,.T.); -#7422=ORIENTED_EDGE('',*,*,#5688,.T.); -#7423=ORIENTED_EDGE('',*,*,#5689,.T.); -#7424=ORIENTED_EDGE('',*,*,#5690,.T.); -#7425=ORIENTED_EDGE('',*,*,#5691,.T.); -#7426=ORIENTED_EDGE('',*,*,#5692,.T.); -#7427=ORIENTED_EDGE('',*,*,#5693,.T.); -#7428=ORIENTED_EDGE('',*,*,#5694,.T.); -#7429=ORIENTED_EDGE('',*,*,#5695,.T.); -#7430=ORIENTED_EDGE('',*,*,#5696,.T.); -#7431=ORIENTED_EDGE('',*,*,#5697,.T.); -#7432=ORIENTED_EDGE('',*,*,#5698,.T.); -#7433=ORIENTED_EDGE('',*,*,#5699,.T.); -#7434=ORIENTED_EDGE('',*,*,#5700,.T.); -#7435=ORIENTED_EDGE('',*,*,#5701,.T.); -#7436=ORIENTED_EDGE('',*,*,#5702,.T.); -#7437=ORIENTED_EDGE('',*,*,#5703,.T.); -#7438=ORIENTED_EDGE('',*,*,#5704,.T.); -#7439=ORIENTED_EDGE('',*,*,#5705,.T.); -#7440=ORIENTED_EDGE('',*,*,#5706,.T.); -#7441=ORIENTED_EDGE('',*,*,#5707,.T.); -#7442=ORIENTED_EDGE('',*,*,#5708,.T.); -#7443=ORIENTED_EDGE('',*,*,#5709,.T.); -#7444=ORIENTED_EDGE('',*,*,#5710,.T.); -#7445=ORIENTED_EDGE('',*,*,#5711,.T.); -#7446=ORIENTED_EDGE('',*,*,#5712,.T.); -#7447=ORIENTED_EDGE('',*,*,#5713,.T.); -#7448=ORIENTED_EDGE('',*,*,#5714,.T.); -#7449=ORIENTED_EDGE('',*,*,#5715,.T.); -#7450=ORIENTED_EDGE('',*,*,#5716,.T.); -#7451=ORIENTED_EDGE('',*,*,#5717,.T.); -#7452=ORIENTED_EDGE('',*,*,#5718,.T.); -#7453=ORIENTED_EDGE('',*,*,#5719,.T.); -#7454=ORIENTED_EDGE('',*,*,#5720,.T.); -#7455=ORIENTED_EDGE('',*,*,#5721,.T.); -#7456=ORIENTED_EDGE('',*,*,#5722,.T.); -#7457=ORIENTED_EDGE('',*,*,#5723,.T.); -#7458=ORIENTED_EDGE('',*,*,#5724,.T.); -#7459=ORIENTED_EDGE('',*,*,#5725,.T.); -#7460=ORIENTED_EDGE('',*,*,#5726,.T.); -#7461=ORIENTED_EDGE('',*,*,#5727,.T.); -#7462=ORIENTED_EDGE('',*,*,#5728,.T.); -#7463=ORIENTED_EDGE('',*,*,#5729,.T.); -#7464=ORIENTED_EDGE('',*,*,#5730,.T.); -#7465=ORIENTED_EDGE('',*,*,#5731,.T.); -#7466=ORIENTED_EDGE('',*,*,#5732,.T.); -#7467=ORIENTED_EDGE('',*,*,#5733,.T.); -#7468=ORIENTED_EDGE('',*,*,#5734,.T.); -#7469=ORIENTED_EDGE('',*,*,#5735,.T.); -#7470=ORIENTED_EDGE('',*,*,#5736,.T.); -#7471=ORIENTED_EDGE('',*,*,#5737,.T.); -#7472=ORIENTED_EDGE('',*,*,#5738,.T.); -#7473=ORIENTED_EDGE('',*,*,#5739,.T.); -#7474=ORIENTED_EDGE('',*,*,#5740,.T.); -#7475=ORIENTED_EDGE('',*,*,#5741,.T.); -#7476=ORIENTED_EDGE('',*,*,#5742,.T.); -#7477=ORIENTED_EDGE('',*,*,#5743,.T.); -#7478=ORIENTED_EDGE('',*,*,#5744,.T.); -#7479=ORIENTED_EDGE('',*,*,#5745,.T.); -#7480=ORIENTED_EDGE('',*,*,#5746,.T.); -#7481=ORIENTED_EDGE('',*,*,#5747,.T.); -#7482=ORIENTED_EDGE('',*,*,#5748,.T.); -#7483=ORIENTED_EDGE('',*,*,#5749,.T.); -#7484=ORIENTED_EDGE('',*,*,#5750,.T.); -#7485=ORIENTED_EDGE('',*,*,#5751,.T.); -#7486=ORIENTED_EDGE('',*,*,#5752,.T.); -#7487=ORIENTED_EDGE('',*,*,#5753,.T.); -#7488=ORIENTED_EDGE('',*,*,#5754,.T.); -#7489=ORIENTED_EDGE('',*,*,#5755,.T.); -#7490=ORIENTED_EDGE('',*,*,#5756,.T.); -#7491=ORIENTED_EDGE('',*,*,#5757,.T.); -#7492=ORIENTED_EDGE('',*,*,#5758,.T.); -#7493=ORIENTED_EDGE('',*,*,#5759,.T.); -#7494=ORIENTED_EDGE('',*,*,#5760,.T.); -#7495=ORIENTED_EDGE('',*,*,#5761,.T.); -#7496=ORIENTED_EDGE('',*,*,#5762,.T.); -#7497=ORIENTED_EDGE('',*,*,#5763,.T.); -#7498=ORIENTED_EDGE('',*,*,#5764,.T.); -#7499=ORIENTED_EDGE('',*,*,#5765,.T.); -#7500=ORIENTED_EDGE('',*,*,#5766,.T.); -#7501=ORIENTED_EDGE('',*,*,#5767,.T.); -#7502=ORIENTED_EDGE('',*,*,#5768,.T.); -#7503=ORIENTED_EDGE('',*,*,#5769,.T.); -#7504=ORIENTED_EDGE('',*,*,#5770,.T.); -#7505=ORIENTED_EDGE('',*,*,#5771,.T.); -#7506=ORIENTED_EDGE('',*,*,#5772,.T.); -#7507=ORIENTED_EDGE('',*,*,#5773,.T.); -#7508=ORIENTED_EDGE('',*,*,#5774,.T.); -#7509=ORIENTED_EDGE('',*,*,#5775,.T.); -#7510=ORIENTED_EDGE('',*,*,#5776,.T.); -#7511=ORIENTED_EDGE('',*,*,#5777,.T.); -#7512=ORIENTED_EDGE('',*,*,#5778,.T.); -#7513=ORIENTED_EDGE('',*,*,#5779,.T.); -#7514=ORIENTED_EDGE('',*,*,#5780,.T.); -#7515=ORIENTED_EDGE('',*,*,#5781,.T.); -#7516=ORIENTED_EDGE('',*,*,#5782,.T.); -#7517=ORIENTED_EDGE('',*,*,#5783,.T.); -#7518=ORIENTED_EDGE('',*,*,#5784,.T.); -#7519=ORIENTED_EDGE('',*,*,#5785,.T.); -#7520=ORIENTED_EDGE('',*,*,#5786,.T.); -#7521=ORIENTED_EDGE('',*,*,#5787,.T.); -#7522=ORIENTED_EDGE('',*,*,#5788,.T.); -#7523=ORIENTED_EDGE('',*,*,#5789,.T.); -#7524=ORIENTED_EDGE('',*,*,#5790,.T.); -#7525=ORIENTED_EDGE('',*,*,#5791,.T.); -#7526=ORIENTED_EDGE('',*,*,#5792,.T.); -#7527=ORIENTED_EDGE('',*,*,#5793,.T.); -#7528=ORIENTED_EDGE('',*,*,#5794,.T.); -#7529=ORIENTED_EDGE('',*,*,#5795,.T.); -#7530=ORIENTED_EDGE('',*,*,#5796,.T.); -#7531=ORIENTED_EDGE('',*,*,#5797,.T.); -#7532=ORIENTED_EDGE('',*,*,#5798,.T.); -#7533=ORIENTED_EDGE('',*,*,#5799,.T.); -#7534=ORIENTED_EDGE('',*,*,#5800,.T.); -#7535=ORIENTED_EDGE('',*,*,#5216,.T.); -#7536=ORIENTED_EDGE('',*,*,#5801,.T.); -#7537=ORIENTED_EDGE('',*,*,#5802,.F.); -#7538=ORIENTED_EDGE('',*,*,#5225,.F.); -#7539=ORIENTED_EDGE('',*,*,#5222,.T.); -#7540=ORIENTED_EDGE('',*,*,#5800,.F.); -#7541=ORIENTED_EDGE('',*,*,#5803,.T.); -#7542=ORIENTED_EDGE('',*,*,#5804,.T.); -#7543=ORIENTED_EDGE('',*,*,#5805,.F.); -#7544=ORIENTED_EDGE('',*,*,#5803,.F.); -#7545=ORIENTED_EDGE('',*,*,#5799,.F.); -#7546=ORIENTED_EDGE('',*,*,#5806,.F.); -#7547=ORIENTED_EDGE('',*,*,#5807,.F.); -#7548=ORIENTED_EDGE('',*,*,#5808,.F.); -#7549=ORIENTED_EDGE('',*,*,#5797,.F.); -#7550=ORIENTED_EDGE('',*,*,#5809,.F.); -#7551=ORIENTED_EDGE('',*,*,#5810,.F.); -#7552=ORIENTED_EDGE('',*,*,#5806,.T.); -#7553=ORIENTED_EDGE('',*,*,#5798,.F.); -#7554=ORIENTED_EDGE('',*,*,#5808,.T.); -#7555=ORIENTED_EDGE('',*,*,#5809,.T.); -#7556=ORIENTED_EDGE('',*,*,#5796,.F.); -#7557=ORIENTED_EDGE('',*,*,#5811,.T.); -#7558=ORIENTED_EDGE('',*,*,#5812,.T.); -#7559=ORIENTED_EDGE('',*,*,#5813,.F.); -#7560=ORIENTED_EDGE('',*,*,#5811,.F.); -#7561=ORIENTED_EDGE('',*,*,#5795,.F.); -#7562=ORIENTED_EDGE('',*,*,#5814,.F.); -#7563=ORIENTED_EDGE('',*,*,#5815,.F.); -#7564=ORIENTED_EDGE('',*,*,#5816,.F.); -#7565=ORIENTED_EDGE('',*,*,#5793,.F.); -#7566=ORIENTED_EDGE('',*,*,#5817,.F.); -#7567=ORIENTED_EDGE('',*,*,#5818,.F.); -#7568=ORIENTED_EDGE('',*,*,#5814,.T.); -#7569=ORIENTED_EDGE('',*,*,#5794,.F.); -#7570=ORIENTED_EDGE('',*,*,#5816,.T.); -#7571=ORIENTED_EDGE('',*,*,#5817,.T.); -#7572=ORIENTED_EDGE('',*,*,#5792,.F.); -#7573=ORIENTED_EDGE('',*,*,#5819,.T.); -#7574=ORIENTED_EDGE('',*,*,#5820,.T.); -#7575=ORIENTED_EDGE('',*,*,#5821,.F.); -#7576=ORIENTED_EDGE('',*,*,#5819,.F.); -#7577=ORIENTED_EDGE('',*,*,#5791,.F.); -#7578=ORIENTED_EDGE('',*,*,#5822,.F.); -#7579=ORIENTED_EDGE('',*,*,#5823,.F.); -#7580=ORIENTED_EDGE('',*,*,#5824,.F.); -#7581=ORIENTED_EDGE('',*,*,#5789,.F.); -#7582=ORIENTED_EDGE('',*,*,#5825,.F.); -#7583=ORIENTED_EDGE('',*,*,#5826,.F.); -#7584=ORIENTED_EDGE('',*,*,#5822,.T.); -#7585=ORIENTED_EDGE('',*,*,#5790,.F.); -#7586=ORIENTED_EDGE('',*,*,#5824,.T.); -#7587=ORIENTED_EDGE('',*,*,#5825,.T.); -#7588=ORIENTED_EDGE('',*,*,#5788,.F.); -#7589=ORIENTED_EDGE('',*,*,#5827,.T.); -#7590=ORIENTED_EDGE('',*,*,#5828,.T.); -#7591=ORIENTED_EDGE('',*,*,#5829,.F.); -#7592=ORIENTED_EDGE('',*,*,#5827,.F.); -#7593=ORIENTED_EDGE('',*,*,#5787,.F.); -#7594=ORIENTED_EDGE('',*,*,#5830,.F.); -#7595=ORIENTED_EDGE('',*,*,#5831,.F.); -#7596=ORIENTED_EDGE('',*,*,#5832,.F.); -#7597=ORIENTED_EDGE('',*,*,#5785,.F.); -#7598=ORIENTED_EDGE('',*,*,#5833,.F.); -#7599=ORIENTED_EDGE('',*,*,#5834,.F.); -#7600=ORIENTED_EDGE('',*,*,#5830,.T.); -#7601=ORIENTED_EDGE('',*,*,#5786,.F.); -#7602=ORIENTED_EDGE('',*,*,#5832,.T.); -#7603=ORIENTED_EDGE('',*,*,#5833,.T.); -#7604=ORIENTED_EDGE('',*,*,#5784,.F.); -#7605=ORIENTED_EDGE('',*,*,#5835,.T.); -#7606=ORIENTED_EDGE('',*,*,#5836,.T.); -#7607=ORIENTED_EDGE('',*,*,#5837,.F.); -#7608=ORIENTED_EDGE('',*,*,#5835,.F.); -#7609=ORIENTED_EDGE('',*,*,#5783,.F.); -#7610=ORIENTED_EDGE('',*,*,#5838,.F.); -#7611=ORIENTED_EDGE('',*,*,#5839,.F.); -#7612=ORIENTED_EDGE('',*,*,#5840,.F.); -#7613=ORIENTED_EDGE('',*,*,#5781,.F.); -#7614=ORIENTED_EDGE('',*,*,#5841,.F.); -#7615=ORIENTED_EDGE('',*,*,#5842,.F.); -#7616=ORIENTED_EDGE('',*,*,#5838,.T.); -#7617=ORIENTED_EDGE('',*,*,#5782,.F.); -#7618=ORIENTED_EDGE('',*,*,#5840,.T.); -#7619=ORIENTED_EDGE('',*,*,#5841,.T.); -#7620=ORIENTED_EDGE('',*,*,#5780,.F.); -#7621=ORIENTED_EDGE('',*,*,#5843,.T.); -#7622=ORIENTED_EDGE('',*,*,#5844,.T.); -#7623=ORIENTED_EDGE('',*,*,#5845,.F.); -#7624=ORIENTED_EDGE('',*,*,#5843,.F.); -#7625=ORIENTED_EDGE('',*,*,#5779,.F.); -#7626=ORIENTED_EDGE('',*,*,#5846,.F.); -#7627=ORIENTED_EDGE('',*,*,#5847,.F.); -#7628=ORIENTED_EDGE('',*,*,#5848,.F.); -#7629=ORIENTED_EDGE('',*,*,#5777,.F.); -#7630=ORIENTED_EDGE('',*,*,#5849,.F.); -#7631=ORIENTED_EDGE('',*,*,#5850,.F.); -#7632=ORIENTED_EDGE('',*,*,#5846,.T.); -#7633=ORIENTED_EDGE('',*,*,#5778,.F.); -#7634=ORIENTED_EDGE('',*,*,#5848,.T.); -#7635=ORIENTED_EDGE('',*,*,#5849,.T.); -#7636=ORIENTED_EDGE('',*,*,#5776,.F.); -#7637=ORIENTED_EDGE('',*,*,#5851,.T.); -#7638=ORIENTED_EDGE('',*,*,#5852,.T.); -#7639=ORIENTED_EDGE('',*,*,#5853,.F.); -#7640=ORIENTED_EDGE('',*,*,#5851,.F.); -#7641=ORIENTED_EDGE('',*,*,#5775,.F.); -#7642=ORIENTED_EDGE('',*,*,#5854,.F.); -#7643=ORIENTED_EDGE('',*,*,#5855,.F.); -#7644=ORIENTED_EDGE('',*,*,#5856,.F.); -#7645=ORIENTED_EDGE('',*,*,#5773,.F.); -#7646=ORIENTED_EDGE('',*,*,#5857,.F.); -#7647=ORIENTED_EDGE('',*,*,#5858,.F.); -#7648=ORIENTED_EDGE('',*,*,#5854,.T.); -#7649=ORIENTED_EDGE('',*,*,#5774,.F.); -#7650=ORIENTED_EDGE('',*,*,#5856,.T.); -#7651=ORIENTED_EDGE('',*,*,#5857,.T.); -#7652=ORIENTED_EDGE('',*,*,#5772,.F.); -#7653=ORIENTED_EDGE('',*,*,#5859,.T.); -#7654=ORIENTED_EDGE('',*,*,#5860,.T.); -#7655=ORIENTED_EDGE('',*,*,#5861,.F.); -#7656=ORIENTED_EDGE('',*,*,#5859,.F.); -#7657=ORIENTED_EDGE('',*,*,#5771,.F.); -#7658=ORIENTED_EDGE('',*,*,#5862,.F.); -#7659=ORIENTED_EDGE('',*,*,#5863,.F.); -#7660=ORIENTED_EDGE('',*,*,#5864,.F.); -#7661=ORIENTED_EDGE('',*,*,#5769,.F.); -#7662=ORIENTED_EDGE('',*,*,#5865,.F.); -#7663=ORIENTED_EDGE('',*,*,#5866,.F.); -#7664=ORIENTED_EDGE('',*,*,#5862,.T.); -#7665=ORIENTED_EDGE('',*,*,#5770,.F.); -#7666=ORIENTED_EDGE('',*,*,#5864,.T.); -#7667=ORIENTED_EDGE('',*,*,#5865,.T.); -#7668=ORIENTED_EDGE('',*,*,#5768,.F.); -#7669=ORIENTED_EDGE('',*,*,#5867,.T.); -#7670=ORIENTED_EDGE('',*,*,#5868,.T.); -#7671=ORIENTED_EDGE('',*,*,#5869,.F.); -#7672=ORIENTED_EDGE('',*,*,#5867,.F.); -#7673=ORIENTED_EDGE('',*,*,#5767,.F.); -#7674=ORIENTED_EDGE('',*,*,#5870,.F.); -#7675=ORIENTED_EDGE('',*,*,#5871,.F.); -#7676=ORIENTED_EDGE('',*,*,#5872,.F.); -#7677=ORIENTED_EDGE('',*,*,#5765,.F.); -#7678=ORIENTED_EDGE('',*,*,#5873,.F.); -#7679=ORIENTED_EDGE('',*,*,#5874,.F.); -#7680=ORIENTED_EDGE('',*,*,#5870,.T.); -#7681=ORIENTED_EDGE('',*,*,#5766,.F.); -#7682=ORIENTED_EDGE('',*,*,#5872,.T.); -#7683=ORIENTED_EDGE('',*,*,#5873,.T.); -#7684=ORIENTED_EDGE('',*,*,#5764,.F.); -#7685=ORIENTED_EDGE('',*,*,#5875,.T.); -#7686=ORIENTED_EDGE('',*,*,#5876,.T.); -#7687=ORIENTED_EDGE('',*,*,#5877,.F.); -#7688=ORIENTED_EDGE('',*,*,#5875,.F.); -#7689=ORIENTED_EDGE('',*,*,#5763,.F.); -#7690=ORIENTED_EDGE('',*,*,#5878,.F.); -#7691=ORIENTED_EDGE('',*,*,#5879,.F.); -#7692=ORIENTED_EDGE('',*,*,#5880,.F.); -#7693=ORIENTED_EDGE('',*,*,#5761,.F.); -#7694=ORIENTED_EDGE('',*,*,#5881,.F.); -#7695=ORIENTED_EDGE('',*,*,#5882,.F.); -#7696=ORIENTED_EDGE('',*,*,#5878,.T.); -#7697=ORIENTED_EDGE('',*,*,#5762,.F.); -#7698=ORIENTED_EDGE('',*,*,#5880,.T.); -#7699=ORIENTED_EDGE('',*,*,#5881,.T.); -#7700=ORIENTED_EDGE('',*,*,#5760,.F.); -#7701=ORIENTED_EDGE('',*,*,#5883,.T.); -#7702=ORIENTED_EDGE('',*,*,#5884,.T.); -#7703=ORIENTED_EDGE('',*,*,#5885,.F.); -#7704=ORIENTED_EDGE('',*,*,#5883,.F.); -#7705=ORIENTED_EDGE('',*,*,#5759,.F.); -#7706=ORIENTED_EDGE('',*,*,#5886,.F.); -#7707=ORIENTED_EDGE('',*,*,#5887,.F.); -#7708=ORIENTED_EDGE('',*,*,#5888,.F.); -#7709=ORIENTED_EDGE('',*,*,#5757,.F.); -#7710=ORIENTED_EDGE('',*,*,#5889,.F.); -#7711=ORIENTED_EDGE('',*,*,#5890,.F.); -#7712=ORIENTED_EDGE('',*,*,#5886,.T.); -#7713=ORIENTED_EDGE('',*,*,#5758,.F.); -#7714=ORIENTED_EDGE('',*,*,#5888,.T.); -#7715=ORIENTED_EDGE('',*,*,#5889,.T.); -#7716=ORIENTED_EDGE('',*,*,#5756,.F.); -#7717=ORIENTED_EDGE('',*,*,#5891,.T.); -#7718=ORIENTED_EDGE('',*,*,#5892,.T.); -#7719=ORIENTED_EDGE('',*,*,#5893,.F.); -#7720=ORIENTED_EDGE('',*,*,#5891,.F.); -#7721=ORIENTED_EDGE('',*,*,#5755,.F.); -#7722=ORIENTED_EDGE('',*,*,#5894,.F.); -#7723=ORIENTED_EDGE('',*,*,#5895,.F.); -#7724=ORIENTED_EDGE('',*,*,#5896,.F.); -#7725=ORIENTED_EDGE('',*,*,#5753,.F.); -#7726=ORIENTED_EDGE('',*,*,#5897,.F.); -#7727=ORIENTED_EDGE('',*,*,#5898,.F.); -#7728=ORIENTED_EDGE('',*,*,#5894,.T.); -#7729=ORIENTED_EDGE('',*,*,#5754,.F.); -#7730=ORIENTED_EDGE('',*,*,#5896,.T.); -#7731=ORIENTED_EDGE('',*,*,#5897,.T.); -#7732=ORIENTED_EDGE('',*,*,#5752,.F.); -#7733=ORIENTED_EDGE('',*,*,#5899,.T.); -#7734=ORIENTED_EDGE('',*,*,#5900,.T.); -#7735=ORIENTED_EDGE('',*,*,#5901,.F.); -#7736=ORIENTED_EDGE('',*,*,#5899,.F.); -#7737=ORIENTED_EDGE('',*,*,#5751,.F.); -#7738=ORIENTED_EDGE('',*,*,#5902,.F.); -#7739=ORIENTED_EDGE('',*,*,#5903,.F.); -#7740=ORIENTED_EDGE('',*,*,#5904,.F.); -#7741=ORIENTED_EDGE('',*,*,#5749,.F.); -#7742=ORIENTED_EDGE('',*,*,#5905,.F.); -#7743=ORIENTED_EDGE('',*,*,#5906,.F.); -#7744=ORIENTED_EDGE('',*,*,#5902,.T.); -#7745=ORIENTED_EDGE('',*,*,#5750,.F.); -#7746=ORIENTED_EDGE('',*,*,#5904,.T.); -#7747=ORIENTED_EDGE('',*,*,#5905,.T.); -#7748=ORIENTED_EDGE('',*,*,#5748,.F.); -#7749=ORIENTED_EDGE('',*,*,#5907,.T.); -#7750=ORIENTED_EDGE('',*,*,#5908,.T.); -#7751=ORIENTED_EDGE('',*,*,#5909,.F.); -#7752=ORIENTED_EDGE('',*,*,#5907,.F.); -#7753=ORIENTED_EDGE('',*,*,#5747,.F.); -#7754=ORIENTED_EDGE('',*,*,#5910,.F.); -#7755=ORIENTED_EDGE('',*,*,#5911,.F.); -#7756=ORIENTED_EDGE('',*,*,#5912,.F.); -#7757=ORIENTED_EDGE('',*,*,#5745,.F.); -#7758=ORIENTED_EDGE('',*,*,#5913,.F.); -#7759=ORIENTED_EDGE('',*,*,#5914,.F.); -#7760=ORIENTED_EDGE('',*,*,#5910,.T.); -#7761=ORIENTED_EDGE('',*,*,#5746,.F.); -#7762=ORIENTED_EDGE('',*,*,#5912,.T.); -#7763=ORIENTED_EDGE('',*,*,#5913,.T.); -#7764=ORIENTED_EDGE('',*,*,#5744,.F.); -#7765=ORIENTED_EDGE('',*,*,#5915,.T.); -#7766=ORIENTED_EDGE('',*,*,#5916,.T.); -#7767=ORIENTED_EDGE('',*,*,#5917,.F.); -#7768=ORIENTED_EDGE('',*,*,#5915,.F.); -#7769=ORIENTED_EDGE('',*,*,#5743,.F.); -#7770=ORIENTED_EDGE('',*,*,#5918,.F.); -#7771=ORIENTED_EDGE('',*,*,#5919,.F.); -#7772=ORIENTED_EDGE('',*,*,#5920,.F.); -#7773=ORIENTED_EDGE('',*,*,#5741,.F.); -#7774=ORIENTED_EDGE('',*,*,#5921,.F.); -#7775=ORIENTED_EDGE('',*,*,#5922,.F.); -#7776=ORIENTED_EDGE('',*,*,#5918,.T.); -#7777=ORIENTED_EDGE('',*,*,#5742,.F.); -#7778=ORIENTED_EDGE('',*,*,#5920,.T.); -#7779=ORIENTED_EDGE('',*,*,#5921,.T.); -#7780=ORIENTED_EDGE('',*,*,#5740,.F.); -#7781=ORIENTED_EDGE('',*,*,#5923,.T.); -#7782=ORIENTED_EDGE('',*,*,#5924,.T.); -#7783=ORIENTED_EDGE('',*,*,#5925,.F.); -#7784=ORIENTED_EDGE('',*,*,#5923,.F.); -#7785=ORIENTED_EDGE('',*,*,#5739,.F.); -#7786=ORIENTED_EDGE('',*,*,#5926,.F.); -#7787=ORIENTED_EDGE('',*,*,#5927,.F.); -#7788=ORIENTED_EDGE('',*,*,#5928,.F.); -#7789=ORIENTED_EDGE('',*,*,#5737,.F.); -#7790=ORIENTED_EDGE('',*,*,#5929,.F.); -#7791=ORIENTED_EDGE('',*,*,#5930,.F.); -#7792=ORIENTED_EDGE('',*,*,#5926,.T.); -#7793=ORIENTED_EDGE('',*,*,#5738,.F.); -#7794=ORIENTED_EDGE('',*,*,#5928,.T.); -#7795=ORIENTED_EDGE('',*,*,#5929,.T.); -#7796=ORIENTED_EDGE('',*,*,#5736,.F.); -#7797=ORIENTED_EDGE('',*,*,#5931,.T.); -#7798=ORIENTED_EDGE('',*,*,#5932,.T.); -#7799=ORIENTED_EDGE('',*,*,#5933,.F.); -#7800=ORIENTED_EDGE('',*,*,#5931,.F.); -#7801=ORIENTED_EDGE('',*,*,#5735,.F.); -#7802=ORIENTED_EDGE('',*,*,#5934,.F.); -#7803=ORIENTED_EDGE('',*,*,#5935,.F.); -#7804=ORIENTED_EDGE('',*,*,#5936,.F.); -#7805=ORIENTED_EDGE('',*,*,#5733,.F.); -#7806=ORIENTED_EDGE('',*,*,#5937,.F.); -#7807=ORIENTED_EDGE('',*,*,#5938,.F.); -#7808=ORIENTED_EDGE('',*,*,#5934,.T.); -#7809=ORIENTED_EDGE('',*,*,#5734,.F.); -#7810=ORIENTED_EDGE('',*,*,#5936,.T.); -#7811=ORIENTED_EDGE('',*,*,#5937,.T.); -#7812=ORIENTED_EDGE('',*,*,#5732,.F.); -#7813=ORIENTED_EDGE('',*,*,#5939,.T.); -#7814=ORIENTED_EDGE('',*,*,#5940,.T.); -#7815=ORIENTED_EDGE('',*,*,#5941,.F.); -#7816=ORIENTED_EDGE('',*,*,#5939,.F.); -#7817=ORIENTED_EDGE('',*,*,#5731,.F.); -#7818=ORIENTED_EDGE('',*,*,#5942,.F.); -#7819=ORIENTED_EDGE('',*,*,#5943,.F.); -#7820=ORIENTED_EDGE('',*,*,#5944,.F.); -#7821=ORIENTED_EDGE('',*,*,#5729,.F.); -#7822=ORIENTED_EDGE('',*,*,#5945,.F.); -#7823=ORIENTED_EDGE('',*,*,#5946,.F.); -#7824=ORIENTED_EDGE('',*,*,#5942,.T.); -#7825=ORIENTED_EDGE('',*,*,#5730,.F.); -#7826=ORIENTED_EDGE('',*,*,#5944,.T.); -#7827=ORIENTED_EDGE('',*,*,#5945,.T.); -#7828=ORIENTED_EDGE('',*,*,#5728,.F.); -#7829=ORIENTED_EDGE('',*,*,#5947,.T.); -#7830=ORIENTED_EDGE('',*,*,#5948,.T.); -#7831=ORIENTED_EDGE('',*,*,#5949,.F.); -#7832=ORIENTED_EDGE('',*,*,#5947,.F.); -#7833=ORIENTED_EDGE('',*,*,#5727,.F.); -#7834=ORIENTED_EDGE('',*,*,#5950,.F.); -#7835=ORIENTED_EDGE('',*,*,#5951,.F.); -#7836=ORIENTED_EDGE('',*,*,#5952,.F.); -#7837=ORIENTED_EDGE('',*,*,#5725,.F.); -#7838=ORIENTED_EDGE('',*,*,#5953,.F.); -#7839=ORIENTED_EDGE('',*,*,#5954,.F.); -#7840=ORIENTED_EDGE('',*,*,#5950,.T.); -#7841=ORIENTED_EDGE('',*,*,#5726,.F.); -#7842=ORIENTED_EDGE('',*,*,#5952,.T.); -#7843=ORIENTED_EDGE('',*,*,#5953,.T.); -#7844=ORIENTED_EDGE('',*,*,#5724,.F.); -#7845=ORIENTED_EDGE('',*,*,#5955,.T.); -#7846=ORIENTED_EDGE('',*,*,#5956,.T.); -#7847=ORIENTED_EDGE('',*,*,#5957,.F.); -#7848=ORIENTED_EDGE('',*,*,#5955,.F.); -#7849=ORIENTED_EDGE('',*,*,#5723,.F.); -#7850=ORIENTED_EDGE('',*,*,#5958,.F.); -#7851=ORIENTED_EDGE('',*,*,#5959,.F.); -#7852=ORIENTED_EDGE('',*,*,#5960,.F.); -#7853=ORIENTED_EDGE('',*,*,#5721,.F.); -#7854=ORIENTED_EDGE('',*,*,#5961,.F.); -#7855=ORIENTED_EDGE('',*,*,#5962,.F.); -#7856=ORIENTED_EDGE('',*,*,#5958,.T.); -#7857=ORIENTED_EDGE('',*,*,#5722,.F.); -#7858=ORIENTED_EDGE('',*,*,#5960,.T.); -#7859=ORIENTED_EDGE('',*,*,#5961,.T.); -#7860=ORIENTED_EDGE('',*,*,#5720,.F.); -#7861=ORIENTED_EDGE('',*,*,#5963,.T.); -#7862=ORIENTED_EDGE('',*,*,#5964,.T.); -#7863=ORIENTED_EDGE('',*,*,#5965,.F.); -#7864=ORIENTED_EDGE('',*,*,#5963,.F.); -#7865=ORIENTED_EDGE('',*,*,#5719,.F.); -#7866=ORIENTED_EDGE('',*,*,#5966,.F.); -#7867=ORIENTED_EDGE('',*,*,#5967,.F.); -#7868=ORIENTED_EDGE('',*,*,#5968,.F.); -#7869=ORIENTED_EDGE('',*,*,#5717,.F.); -#7870=ORIENTED_EDGE('',*,*,#5969,.F.); -#7871=ORIENTED_EDGE('',*,*,#5970,.F.); -#7872=ORIENTED_EDGE('',*,*,#5966,.T.); -#7873=ORIENTED_EDGE('',*,*,#5718,.F.); -#7874=ORIENTED_EDGE('',*,*,#5968,.T.); -#7875=ORIENTED_EDGE('',*,*,#5969,.T.); -#7876=ORIENTED_EDGE('',*,*,#5716,.F.); -#7877=ORIENTED_EDGE('',*,*,#5971,.T.); -#7878=ORIENTED_EDGE('',*,*,#5972,.T.); -#7879=ORIENTED_EDGE('',*,*,#5973,.F.); -#7880=ORIENTED_EDGE('',*,*,#5971,.F.); -#7881=ORIENTED_EDGE('',*,*,#5715,.F.); -#7882=ORIENTED_EDGE('',*,*,#5974,.F.); -#7883=ORIENTED_EDGE('',*,*,#5975,.F.); -#7884=ORIENTED_EDGE('',*,*,#5976,.F.); -#7885=ORIENTED_EDGE('',*,*,#5713,.F.); -#7886=ORIENTED_EDGE('',*,*,#5977,.F.); -#7887=ORIENTED_EDGE('',*,*,#5978,.F.); -#7888=ORIENTED_EDGE('',*,*,#5974,.T.); -#7889=ORIENTED_EDGE('',*,*,#5714,.F.); -#7890=ORIENTED_EDGE('',*,*,#5976,.T.); -#7891=ORIENTED_EDGE('',*,*,#5977,.T.); -#7892=ORIENTED_EDGE('',*,*,#5712,.F.); -#7893=ORIENTED_EDGE('',*,*,#5979,.T.); -#7894=ORIENTED_EDGE('',*,*,#5980,.T.); -#7895=ORIENTED_EDGE('',*,*,#5981,.F.); -#7896=ORIENTED_EDGE('',*,*,#5979,.F.); -#7897=ORIENTED_EDGE('',*,*,#5711,.F.); -#7898=ORIENTED_EDGE('',*,*,#5982,.F.); -#7899=ORIENTED_EDGE('',*,*,#5983,.F.); -#7900=ORIENTED_EDGE('',*,*,#5984,.F.); -#7901=ORIENTED_EDGE('',*,*,#5709,.F.); -#7902=ORIENTED_EDGE('',*,*,#5985,.F.); -#7903=ORIENTED_EDGE('',*,*,#5986,.F.); -#7904=ORIENTED_EDGE('',*,*,#5982,.T.); -#7905=ORIENTED_EDGE('',*,*,#5710,.F.); -#7906=ORIENTED_EDGE('',*,*,#5984,.T.); -#7907=ORIENTED_EDGE('',*,*,#5985,.T.); -#7908=ORIENTED_EDGE('',*,*,#5708,.F.); -#7909=ORIENTED_EDGE('',*,*,#5987,.T.); -#7910=ORIENTED_EDGE('',*,*,#5988,.T.); -#7911=ORIENTED_EDGE('',*,*,#5989,.F.); -#7912=ORIENTED_EDGE('',*,*,#5987,.F.); -#7913=ORIENTED_EDGE('',*,*,#5707,.F.); -#7914=ORIENTED_EDGE('',*,*,#5990,.F.); -#7915=ORIENTED_EDGE('',*,*,#5991,.F.); -#7916=ORIENTED_EDGE('',*,*,#5992,.F.); -#7917=ORIENTED_EDGE('',*,*,#5705,.F.); -#7918=ORIENTED_EDGE('',*,*,#5993,.F.); -#7919=ORIENTED_EDGE('',*,*,#5994,.F.); -#7920=ORIENTED_EDGE('',*,*,#5990,.T.); -#7921=ORIENTED_EDGE('',*,*,#5706,.F.); -#7922=ORIENTED_EDGE('',*,*,#5992,.T.); -#7923=ORIENTED_EDGE('',*,*,#5993,.T.); -#7924=ORIENTED_EDGE('',*,*,#5704,.F.); -#7925=ORIENTED_EDGE('',*,*,#5995,.T.); -#7926=ORIENTED_EDGE('',*,*,#5996,.T.); -#7927=ORIENTED_EDGE('',*,*,#5997,.F.); -#7928=ORIENTED_EDGE('',*,*,#5995,.F.); -#7929=ORIENTED_EDGE('',*,*,#5703,.F.); -#7930=ORIENTED_EDGE('',*,*,#5998,.F.); -#7931=ORIENTED_EDGE('',*,*,#5999,.F.); -#7932=ORIENTED_EDGE('',*,*,#6000,.F.); -#7933=ORIENTED_EDGE('',*,*,#5701,.F.); -#7934=ORIENTED_EDGE('',*,*,#6001,.F.); -#7935=ORIENTED_EDGE('',*,*,#6002,.F.); -#7936=ORIENTED_EDGE('',*,*,#5998,.T.); -#7937=ORIENTED_EDGE('',*,*,#5702,.F.); -#7938=ORIENTED_EDGE('',*,*,#6000,.T.); -#7939=ORIENTED_EDGE('',*,*,#6001,.T.); -#7940=ORIENTED_EDGE('',*,*,#5700,.F.); -#7941=ORIENTED_EDGE('',*,*,#6003,.T.); -#7942=ORIENTED_EDGE('',*,*,#6004,.T.); -#7943=ORIENTED_EDGE('',*,*,#6005,.F.); -#7944=ORIENTED_EDGE('',*,*,#6003,.F.); -#7945=ORIENTED_EDGE('',*,*,#5699,.F.); -#7946=ORIENTED_EDGE('',*,*,#6006,.F.); -#7947=ORIENTED_EDGE('',*,*,#6007,.F.); -#7948=ORIENTED_EDGE('',*,*,#6008,.F.); -#7949=ORIENTED_EDGE('',*,*,#5697,.F.); -#7950=ORIENTED_EDGE('',*,*,#6009,.F.); -#7951=ORIENTED_EDGE('',*,*,#6010,.F.); -#7952=ORIENTED_EDGE('',*,*,#6006,.T.); -#7953=ORIENTED_EDGE('',*,*,#5698,.F.); -#7954=ORIENTED_EDGE('',*,*,#6008,.T.); -#7955=ORIENTED_EDGE('',*,*,#6009,.T.); -#7956=ORIENTED_EDGE('',*,*,#5696,.F.); -#7957=ORIENTED_EDGE('',*,*,#6011,.T.); -#7958=ORIENTED_EDGE('',*,*,#6012,.T.); -#7959=ORIENTED_EDGE('',*,*,#6013,.F.); -#7960=ORIENTED_EDGE('',*,*,#6011,.F.); -#7961=ORIENTED_EDGE('',*,*,#5695,.F.); -#7962=ORIENTED_EDGE('',*,*,#6014,.F.); -#7963=ORIENTED_EDGE('',*,*,#6015,.F.); -#7964=ORIENTED_EDGE('',*,*,#6016,.F.); -#7965=ORIENTED_EDGE('',*,*,#5693,.F.); -#7966=ORIENTED_EDGE('',*,*,#6017,.F.); -#7967=ORIENTED_EDGE('',*,*,#6018,.F.); -#7968=ORIENTED_EDGE('',*,*,#6014,.T.); -#7969=ORIENTED_EDGE('',*,*,#5694,.F.); -#7970=ORIENTED_EDGE('',*,*,#6016,.T.); -#7971=ORIENTED_EDGE('',*,*,#6017,.T.); -#7972=ORIENTED_EDGE('',*,*,#5692,.F.); -#7973=ORIENTED_EDGE('',*,*,#6019,.T.); -#7974=ORIENTED_EDGE('',*,*,#6020,.T.); -#7975=ORIENTED_EDGE('',*,*,#6021,.F.); -#7976=ORIENTED_EDGE('',*,*,#6019,.F.); -#7977=ORIENTED_EDGE('',*,*,#5691,.F.); -#7978=ORIENTED_EDGE('',*,*,#6022,.F.); -#7979=ORIENTED_EDGE('',*,*,#6023,.F.); -#7980=ORIENTED_EDGE('',*,*,#6024,.F.); -#7981=ORIENTED_EDGE('',*,*,#5689,.F.); -#7982=ORIENTED_EDGE('',*,*,#6025,.F.); -#7983=ORIENTED_EDGE('',*,*,#6026,.F.); -#7984=ORIENTED_EDGE('',*,*,#6022,.T.); -#7985=ORIENTED_EDGE('',*,*,#5690,.F.); -#7986=ORIENTED_EDGE('',*,*,#6024,.T.); -#7987=ORIENTED_EDGE('',*,*,#6025,.T.); -#7988=ORIENTED_EDGE('',*,*,#5688,.F.); -#7989=ORIENTED_EDGE('',*,*,#6027,.T.); -#7990=ORIENTED_EDGE('',*,*,#6028,.T.); -#7991=ORIENTED_EDGE('',*,*,#6029,.F.); -#7992=ORIENTED_EDGE('',*,*,#6027,.F.); -#7993=ORIENTED_EDGE('',*,*,#5687,.F.); -#7994=ORIENTED_EDGE('',*,*,#6030,.F.); -#7995=ORIENTED_EDGE('',*,*,#6031,.F.); -#7996=ORIENTED_EDGE('',*,*,#6032,.F.); -#7997=ORIENTED_EDGE('',*,*,#5685,.F.); -#7998=ORIENTED_EDGE('',*,*,#6033,.F.); -#7999=ORIENTED_EDGE('',*,*,#6034,.F.); -#8000=ORIENTED_EDGE('',*,*,#6030,.T.); -#8001=ORIENTED_EDGE('',*,*,#5686,.F.); -#8002=ORIENTED_EDGE('',*,*,#6032,.T.); -#8003=ORIENTED_EDGE('',*,*,#6033,.T.); -#8004=ORIENTED_EDGE('',*,*,#5684,.F.); -#8005=ORIENTED_EDGE('',*,*,#6035,.T.); -#8006=ORIENTED_EDGE('',*,*,#6036,.T.); -#8007=ORIENTED_EDGE('',*,*,#6037,.F.); -#8008=ORIENTED_EDGE('',*,*,#6035,.F.); -#8009=ORIENTED_EDGE('',*,*,#5683,.F.); -#8010=ORIENTED_EDGE('',*,*,#6038,.F.); -#8011=ORIENTED_EDGE('',*,*,#6039,.F.); -#8012=ORIENTED_EDGE('',*,*,#6040,.F.); -#8013=ORIENTED_EDGE('',*,*,#5681,.F.); -#8014=ORIENTED_EDGE('',*,*,#6041,.F.); -#8015=ORIENTED_EDGE('',*,*,#6042,.F.); -#8016=ORIENTED_EDGE('',*,*,#6038,.T.); -#8017=ORIENTED_EDGE('',*,*,#5682,.F.); -#8018=ORIENTED_EDGE('',*,*,#6040,.T.); -#8019=ORIENTED_EDGE('',*,*,#6041,.T.); -#8020=ORIENTED_EDGE('',*,*,#5680,.F.); -#8021=ORIENTED_EDGE('',*,*,#6043,.T.); -#8022=ORIENTED_EDGE('',*,*,#6044,.T.); -#8023=ORIENTED_EDGE('',*,*,#6045,.F.); -#8024=ORIENTED_EDGE('',*,*,#6043,.F.); -#8025=ORIENTED_EDGE('',*,*,#5679,.F.); -#8026=ORIENTED_EDGE('',*,*,#6046,.F.); -#8027=ORIENTED_EDGE('',*,*,#6047,.F.); -#8028=ORIENTED_EDGE('',*,*,#6048,.F.); -#8029=ORIENTED_EDGE('',*,*,#5677,.F.); -#8030=ORIENTED_EDGE('',*,*,#6049,.F.); -#8031=ORIENTED_EDGE('',*,*,#6050,.F.); -#8032=ORIENTED_EDGE('',*,*,#6046,.T.); -#8033=ORIENTED_EDGE('',*,*,#5678,.F.); -#8034=ORIENTED_EDGE('',*,*,#6048,.T.); -#8035=ORIENTED_EDGE('',*,*,#6049,.T.); -#8036=ORIENTED_EDGE('',*,*,#5676,.F.); -#8037=ORIENTED_EDGE('',*,*,#6051,.T.); -#8038=ORIENTED_EDGE('',*,*,#6052,.T.); -#8039=ORIENTED_EDGE('',*,*,#6053,.F.); -#8040=ORIENTED_EDGE('',*,*,#6051,.F.); -#8041=ORIENTED_EDGE('',*,*,#5675,.F.); -#8042=ORIENTED_EDGE('',*,*,#6054,.F.); -#8043=ORIENTED_EDGE('',*,*,#6055,.F.); -#8044=ORIENTED_EDGE('',*,*,#6056,.F.); -#8045=ORIENTED_EDGE('',*,*,#5673,.F.); -#8046=ORIENTED_EDGE('',*,*,#6057,.F.); -#8047=ORIENTED_EDGE('',*,*,#6058,.F.); -#8048=ORIENTED_EDGE('',*,*,#6054,.T.); -#8049=ORIENTED_EDGE('',*,*,#5674,.F.); -#8050=ORIENTED_EDGE('',*,*,#6056,.T.); -#8051=ORIENTED_EDGE('',*,*,#6057,.T.); -#8052=ORIENTED_EDGE('',*,*,#5672,.F.); -#8053=ORIENTED_EDGE('',*,*,#6059,.T.); -#8054=ORIENTED_EDGE('',*,*,#6060,.T.); -#8055=ORIENTED_EDGE('',*,*,#6061,.F.); -#8056=ORIENTED_EDGE('',*,*,#6059,.F.); -#8057=ORIENTED_EDGE('',*,*,#5671,.F.); -#8058=ORIENTED_EDGE('',*,*,#6062,.F.); -#8059=ORIENTED_EDGE('',*,*,#6063,.F.); -#8060=ORIENTED_EDGE('',*,*,#6064,.F.); -#8061=ORIENTED_EDGE('',*,*,#5669,.F.); -#8062=ORIENTED_EDGE('',*,*,#6065,.F.); -#8063=ORIENTED_EDGE('',*,*,#6066,.F.); -#8064=ORIENTED_EDGE('',*,*,#6062,.T.); -#8065=ORIENTED_EDGE('',*,*,#5670,.F.); -#8066=ORIENTED_EDGE('',*,*,#6064,.T.); -#8067=ORIENTED_EDGE('',*,*,#6065,.T.); -#8068=ORIENTED_EDGE('',*,*,#5668,.F.); -#8069=ORIENTED_EDGE('',*,*,#6067,.T.); -#8070=ORIENTED_EDGE('',*,*,#6068,.T.); -#8071=ORIENTED_EDGE('',*,*,#6069,.F.); -#8072=ORIENTED_EDGE('',*,*,#6067,.F.); -#8073=ORIENTED_EDGE('',*,*,#5667,.F.); -#8074=ORIENTED_EDGE('',*,*,#6070,.F.); -#8075=ORIENTED_EDGE('',*,*,#6071,.F.); -#8076=ORIENTED_EDGE('',*,*,#6072,.F.); -#8077=ORIENTED_EDGE('',*,*,#5665,.F.); -#8078=ORIENTED_EDGE('',*,*,#6073,.F.); -#8079=ORIENTED_EDGE('',*,*,#6074,.F.); -#8080=ORIENTED_EDGE('',*,*,#6070,.T.); -#8081=ORIENTED_EDGE('',*,*,#5666,.F.); -#8082=ORIENTED_EDGE('',*,*,#6072,.T.); -#8083=ORIENTED_EDGE('',*,*,#6073,.T.); -#8084=ORIENTED_EDGE('',*,*,#5664,.F.); -#8085=ORIENTED_EDGE('',*,*,#6075,.T.); -#8086=ORIENTED_EDGE('',*,*,#6076,.T.); -#8087=ORIENTED_EDGE('',*,*,#6077,.F.); -#8088=ORIENTED_EDGE('',*,*,#6075,.F.); -#8089=ORIENTED_EDGE('',*,*,#5663,.F.); -#8090=ORIENTED_EDGE('',*,*,#6078,.F.); -#8091=ORIENTED_EDGE('',*,*,#6079,.F.); -#8092=ORIENTED_EDGE('',*,*,#6080,.F.); -#8093=ORIENTED_EDGE('',*,*,#5661,.F.); -#8094=ORIENTED_EDGE('',*,*,#6081,.F.); -#8095=ORIENTED_EDGE('',*,*,#6082,.F.); -#8096=ORIENTED_EDGE('',*,*,#6078,.T.); -#8097=ORIENTED_EDGE('',*,*,#5662,.F.); -#8098=ORIENTED_EDGE('',*,*,#6080,.T.); -#8099=ORIENTED_EDGE('',*,*,#6081,.T.); -#8100=ORIENTED_EDGE('',*,*,#5660,.F.); -#8101=ORIENTED_EDGE('',*,*,#6083,.T.); -#8102=ORIENTED_EDGE('',*,*,#6084,.T.); -#8103=ORIENTED_EDGE('',*,*,#6085,.F.); -#8104=ORIENTED_EDGE('',*,*,#6083,.F.); -#8105=ORIENTED_EDGE('',*,*,#5659,.F.); -#8106=ORIENTED_EDGE('',*,*,#6086,.F.); -#8107=ORIENTED_EDGE('',*,*,#6087,.F.); -#8108=ORIENTED_EDGE('',*,*,#6088,.F.); -#8109=ORIENTED_EDGE('',*,*,#5657,.F.); -#8110=ORIENTED_EDGE('',*,*,#6089,.F.); -#8111=ORIENTED_EDGE('',*,*,#6090,.F.); -#8112=ORIENTED_EDGE('',*,*,#6086,.T.); -#8113=ORIENTED_EDGE('',*,*,#5658,.F.); -#8114=ORIENTED_EDGE('',*,*,#6088,.T.); -#8115=ORIENTED_EDGE('',*,*,#6089,.T.); -#8116=ORIENTED_EDGE('',*,*,#5656,.F.); -#8117=ORIENTED_EDGE('',*,*,#6091,.T.); -#8118=ORIENTED_EDGE('',*,*,#6092,.T.); -#8119=ORIENTED_EDGE('',*,*,#6093,.F.); -#8120=ORIENTED_EDGE('',*,*,#6091,.F.); -#8121=ORIENTED_EDGE('',*,*,#5655,.F.); -#8122=ORIENTED_EDGE('',*,*,#6094,.F.); -#8123=ORIENTED_EDGE('',*,*,#6095,.F.); -#8124=ORIENTED_EDGE('',*,*,#6096,.F.); -#8125=ORIENTED_EDGE('',*,*,#5653,.F.); -#8126=ORIENTED_EDGE('',*,*,#6097,.F.); -#8127=ORIENTED_EDGE('',*,*,#6098,.F.); -#8128=ORIENTED_EDGE('',*,*,#6094,.T.); -#8129=ORIENTED_EDGE('',*,*,#5654,.F.); -#8130=ORIENTED_EDGE('',*,*,#6096,.T.); -#8131=ORIENTED_EDGE('',*,*,#6097,.T.); -#8132=ORIENTED_EDGE('',*,*,#5652,.F.); -#8133=ORIENTED_EDGE('',*,*,#6099,.T.); -#8134=ORIENTED_EDGE('',*,*,#6100,.T.); -#8135=ORIENTED_EDGE('',*,*,#6101,.F.); -#8136=ORIENTED_EDGE('',*,*,#6099,.F.); -#8137=ORIENTED_EDGE('',*,*,#5651,.F.); -#8138=ORIENTED_EDGE('',*,*,#6102,.F.); -#8139=ORIENTED_EDGE('',*,*,#6103,.F.); -#8140=ORIENTED_EDGE('',*,*,#6104,.F.); -#8141=ORIENTED_EDGE('',*,*,#5649,.F.); -#8142=ORIENTED_EDGE('',*,*,#6105,.F.); -#8143=ORIENTED_EDGE('',*,*,#6106,.F.); -#8144=ORIENTED_EDGE('',*,*,#6102,.T.); -#8145=ORIENTED_EDGE('',*,*,#5650,.F.); -#8146=ORIENTED_EDGE('',*,*,#6104,.T.); -#8147=ORIENTED_EDGE('',*,*,#6105,.T.); -#8148=ORIENTED_EDGE('',*,*,#5648,.F.); -#8149=ORIENTED_EDGE('',*,*,#6107,.T.); -#8150=ORIENTED_EDGE('',*,*,#6108,.T.); -#8151=ORIENTED_EDGE('',*,*,#6109,.F.); -#8152=ORIENTED_EDGE('',*,*,#6107,.F.); -#8153=ORIENTED_EDGE('',*,*,#5647,.F.); -#8154=ORIENTED_EDGE('',*,*,#6110,.F.); -#8155=ORIENTED_EDGE('',*,*,#6111,.F.); -#8156=ORIENTED_EDGE('',*,*,#6112,.F.); -#8157=ORIENTED_EDGE('',*,*,#5645,.F.); -#8158=ORIENTED_EDGE('',*,*,#6113,.F.); -#8159=ORIENTED_EDGE('',*,*,#6114,.F.); -#8160=ORIENTED_EDGE('',*,*,#6110,.T.); -#8161=ORIENTED_EDGE('',*,*,#5646,.F.); -#8162=ORIENTED_EDGE('',*,*,#6112,.T.); -#8163=ORIENTED_EDGE('',*,*,#6113,.T.); -#8164=ORIENTED_EDGE('',*,*,#5644,.F.); -#8165=ORIENTED_EDGE('',*,*,#6115,.T.); -#8166=ORIENTED_EDGE('',*,*,#6116,.T.); -#8167=ORIENTED_EDGE('',*,*,#6117,.F.); -#8168=ORIENTED_EDGE('',*,*,#6115,.F.); -#8169=ORIENTED_EDGE('',*,*,#5643,.F.); -#8170=ORIENTED_EDGE('',*,*,#6118,.F.); -#8171=ORIENTED_EDGE('',*,*,#6119,.F.); -#8172=ORIENTED_EDGE('',*,*,#6120,.F.); -#8173=ORIENTED_EDGE('',*,*,#5641,.F.); -#8174=ORIENTED_EDGE('',*,*,#6121,.F.); -#8175=ORIENTED_EDGE('',*,*,#6122,.F.); -#8176=ORIENTED_EDGE('',*,*,#6118,.T.); -#8177=ORIENTED_EDGE('',*,*,#5642,.F.); -#8178=ORIENTED_EDGE('',*,*,#6120,.T.); -#8179=ORIENTED_EDGE('',*,*,#6121,.T.); -#8180=ORIENTED_EDGE('',*,*,#5640,.F.); -#8181=ORIENTED_EDGE('',*,*,#6123,.T.); -#8182=ORIENTED_EDGE('',*,*,#6124,.T.); -#8183=ORIENTED_EDGE('',*,*,#6125,.F.); -#8184=ORIENTED_EDGE('',*,*,#6123,.F.); -#8185=ORIENTED_EDGE('',*,*,#5639,.F.); -#8186=ORIENTED_EDGE('',*,*,#6126,.F.); -#8187=ORIENTED_EDGE('',*,*,#6127,.F.); -#8188=ORIENTED_EDGE('',*,*,#6128,.F.); -#8189=ORIENTED_EDGE('',*,*,#5637,.F.); -#8190=ORIENTED_EDGE('',*,*,#6129,.F.); -#8191=ORIENTED_EDGE('',*,*,#6130,.F.); -#8192=ORIENTED_EDGE('',*,*,#6126,.T.); -#8193=ORIENTED_EDGE('',*,*,#5638,.F.); -#8194=ORIENTED_EDGE('',*,*,#6128,.T.); -#8195=ORIENTED_EDGE('',*,*,#6129,.T.); -#8196=ORIENTED_EDGE('',*,*,#5636,.F.); -#8197=ORIENTED_EDGE('',*,*,#6131,.T.); -#8198=ORIENTED_EDGE('',*,*,#6132,.T.); -#8199=ORIENTED_EDGE('',*,*,#6133,.F.); -#8200=ORIENTED_EDGE('',*,*,#6131,.F.); -#8201=ORIENTED_EDGE('',*,*,#5635,.F.); -#8202=ORIENTED_EDGE('',*,*,#6134,.F.); -#8203=ORIENTED_EDGE('',*,*,#6135,.F.); -#8204=ORIENTED_EDGE('',*,*,#6136,.F.); -#8205=ORIENTED_EDGE('',*,*,#5633,.F.); -#8206=ORIENTED_EDGE('',*,*,#6137,.F.); -#8207=ORIENTED_EDGE('',*,*,#6138,.F.); -#8208=ORIENTED_EDGE('',*,*,#6134,.T.); -#8209=ORIENTED_EDGE('',*,*,#5634,.F.); -#8210=ORIENTED_EDGE('',*,*,#6136,.T.); -#8211=ORIENTED_EDGE('',*,*,#6137,.T.); -#8212=ORIENTED_EDGE('',*,*,#5632,.F.); -#8213=ORIENTED_EDGE('',*,*,#6139,.T.); -#8214=ORIENTED_EDGE('',*,*,#6140,.T.); -#8215=ORIENTED_EDGE('',*,*,#6141,.F.); -#8216=ORIENTED_EDGE('',*,*,#6139,.F.); -#8217=ORIENTED_EDGE('',*,*,#5631,.F.); -#8218=ORIENTED_EDGE('',*,*,#6142,.F.); -#8219=ORIENTED_EDGE('',*,*,#6143,.F.); -#8220=ORIENTED_EDGE('',*,*,#6144,.F.); -#8221=ORIENTED_EDGE('',*,*,#5629,.F.); -#8222=ORIENTED_EDGE('',*,*,#6145,.F.); -#8223=ORIENTED_EDGE('',*,*,#6146,.F.); -#8224=ORIENTED_EDGE('',*,*,#6142,.T.); -#8225=ORIENTED_EDGE('',*,*,#5630,.F.); -#8226=ORIENTED_EDGE('',*,*,#6144,.T.); -#8227=ORIENTED_EDGE('',*,*,#6145,.T.); -#8228=ORIENTED_EDGE('',*,*,#5628,.F.); -#8229=ORIENTED_EDGE('',*,*,#6147,.T.); -#8230=ORIENTED_EDGE('',*,*,#6148,.T.); -#8231=ORIENTED_EDGE('',*,*,#6149,.F.); -#8232=ORIENTED_EDGE('',*,*,#6147,.F.); -#8233=ORIENTED_EDGE('',*,*,#5627,.F.); -#8234=ORIENTED_EDGE('',*,*,#6150,.F.); -#8235=ORIENTED_EDGE('',*,*,#6151,.F.); -#8236=ORIENTED_EDGE('',*,*,#6152,.F.); -#8237=ORIENTED_EDGE('',*,*,#5625,.F.); -#8238=ORIENTED_EDGE('',*,*,#6153,.F.); -#8239=ORIENTED_EDGE('',*,*,#6154,.F.); -#8240=ORIENTED_EDGE('',*,*,#6150,.T.); -#8241=ORIENTED_EDGE('',*,*,#5626,.F.); -#8242=ORIENTED_EDGE('',*,*,#6152,.T.); -#8243=ORIENTED_EDGE('',*,*,#6153,.T.); -#8244=ORIENTED_EDGE('',*,*,#5624,.F.); -#8245=ORIENTED_EDGE('',*,*,#6155,.T.); -#8246=ORIENTED_EDGE('',*,*,#6156,.T.); -#8247=ORIENTED_EDGE('',*,*,#6157,.F.); -#8248=ORIENTED_EDGE('',*,*,#6155,.F.); -#8249=ORIENTED_EDGE('',*,*,#5623,.F.); -#8250=ORIENTED_EDGE('',*,*,#6158,.F.); -#8251=ORIENTED_EDGE('',*,*,#6159,.F.); -#8252=ORIENTED_EDGE('',*,*,#6160,.F.); -#8253=ORIENTED_EDGE('',*,*,#5621,.F.); -#8254=ORIENTED_EDGE('',*,*,#6161,.F.); -#8255=ORIENTED_EDGE('',*,*,#6162,.F.); -#8256=ORIENTED_EDGE('',*,*,#6158,.T.); -#8257=ORIENTED_EDGE('',*,*,#5622,.F.); -#8258=ORIENTED_EDGE('',*,*,#6160,.T.); -#8259=ORIENTED_EDGE('',*,*,#6161,.T.); -#8260=ORIENTED_EDGE('',*,*,#5620,.F.); -#8261=ORIENTED_EDGE('',*,*,#6163,.T.); -#8262=ORIENTED_EDGE('',*,*,#6164,.T.); -#8263=ORIENTED_EDGE('',*,*,#6165,.F.); -#8264=ORIENTED_EDGE('',*,*,#6163,.F.); -#8265=ORIENTED_EDGE('',*,*,#5619,.F.); -#8266=ORIENTED_EDGE('',*,*,#6166,.F.); -#8267=ORIENTED_EDGE('',*,*,#6167,.F.); -#8268=ORIENTED_EDGE('',*,*,#6168,.F.); -#8269=ORIENTED_EDGE('',*,*,#5617,.F.); -#8270=ORIENTED_EDGE('',*,*,#6169,.F.); -#8271=ORIENTED_EDGE('',*,*,#6170,.F.); -#8272=ORIENTED_EDGE('',*,*,#6166,.T.); -#8273=ORIENTED_EDGE('',*,*,#5618,.F.); -#8274=ORIENTED_EDGE('',*,*,#6168,.T.); -#8275=ORIENTED_EDGE('',*,*,#6169,.T.); -#8276=ORIENTED_EDGE('',*,*,#5616,.F.); -#8277=ORIENTED_EDGE('',*,*,#6171,.T.); -#8278=ORIENTED_EDGE('',*,*,#6172,.T.); -#8279=ORIENTED_EDGE('',*,*,#6173,.F.); -#8280=ORIENTED_EDGE('',*,*,#6171,.F.); -#8281=ORIENTED_EDGE('',*,*,#5615,.F.); -#8282=ORIENTED_EDGE('',*,*,#6174,.F.); -#8283=ORIENTED_EDGE('',*,*,#6175,.F.); -#8284=ORIENTED_EDGE('',*,*,#6176,.F.); -#8285=ORIENTED_EDGE('',*,*,#5613,.F.); -#8286=ORIENTED_EDGE('',*,*,#6177,.F.); -#8287=ORIENTED_EDGE('',*,*,#6178,.F.); -#8288=ORIENTED_EDGE('',*,*,#6174,.T.); -#8289=ORIENTED_EDGE('',*,*,#5614,.F.); -#8290=ORIENTED_EDGE('',*,*,#6176,.T.); -#8291=ORIENTED_EDGE('',*,*,#6177,.T.); -#8292=ORIENTED_EDGE('',*,*,#5612,.F.); -#8293=ORIENTED_EDGE('',*,*,#6179,.T.); -#8294=ORIENTED_EDGE('',*,*,#6180,.T.); -#8295=ORIENTED_EDGE('',*,*,#6181,.F.); -#8296=ORIENTED_EDGE('',*,*,#6179,.F.); -#8297=ORIENTED_EDGE('',*,*,#5611,.F.); -#8298=ORIENTED_EDGE('',*,*,#6182,.F.); -#8299=ORIENTED_EDGE('',*,*,#6183,.F.); -#8300=ORIENTED_EDGE('',*,*,#6184,.F.); -#8301=ORIENTED_EDGE('',*,*,#5609,.F.); -#8302=ORIENTED_EDGE('',*,*,#6185,.F.); -#8303=ORIENTED_EDGE('',*,*,#6186,.F.); -#8304=ORIENTED_EDGE('',*,*,#6182,.T.); -#8305=ORIENTED_EDGE('',*,*,#5610,.F.); -#8306=ORIENTED_EDGE('',*,*,#6184,.T.); -#8307=ORIENTED_EDGE('',*,*,#6185,.T.); -#8308=ORIENTED_EDGE('',*,*,#5608,.F.); -#8309=ORIENTED_EDGE('',*,*,#6187,.T.); -#8310=ORIENTED_EDGE('',*,*,#6188,.T.); -#8311=ORIENTED_EDGE('',*,*,#6189,.F.); -#8312=ORIENTED_EDGE('',*,*,#6187,.F.); -#8313=ORIENTED_EDGE('',*,*,#5607,.F.); -#8314=ORIENTED_EDGE('',*,*,#6190,.F.); -#8315=ORIENTED_EDGE('',*,*,#6191,.F.); -#8316=ORIENTED_EDGE('',*,*,#6192,.F.); -#8317=ORIENTED_EDGE('',*,*,#5605,.F.); -#8318=ORIENTED_EDGE('',*,*,#6193,.F.); -#8319=ORIENTED_EDGE('',*,*,#6194,.F.); -#8320=ORIENTED_EDGE('',*,*,#6190,.T.); -#8321=ORIENTED_EDGE('',*,*,#5606,.F.); -#8322=ORIENTED_EDGE('',*,*,#6192,.T.); -#8323=ORIENTED_EDGE('',*,*,#6193,.T.); -#8324=ORIENTED_EDGE('',*,*,#5604,.F.); -#8325=ORIENTED_EDGE('',*,*,#6195,.T.); -#8326=ORIENTED_EDGE('',*,*,#6196,.T.); -#8327=ORIENTED_EDGE('',*,*,#6197,.F.); -#8328=ORIENTED_EDGE('',*,*,#6195,.F.); -#8329=ORIENTED_EDGE('',*,*,#5603,.F.); -#8330=ORIENTED_EDGE('',*,*,#6198,.F.); -#8331=ORIENTED_EDGE('',*,*,#6199,.F.); -#8332=ORIENTED_EDGE('',*,*,#6200,.F.); -#8333=ORIENTED_EDGE('',*,*,#5601,.F.); -#8334=ORIENTED_EDGE('',*,*,#6201,.F.); -#8335=ORIENTED_EDGE('',*,*,#6202,.F.); -#8336=ORIENTED_EDGE('',*,*,#6198,.T.); -#8337=ORIENTED_EDGE('',*,*,#5602,.F.); -#8338=ORIENTED_EDGE('',*,*,#6200,.T.); -#8339=ORIENTED_EDGE('',*,*,#6201,.T.); -#8340=ORIENTED_EDGE('',*,*,#5600,.F.); -#8341=ORIENTED_EDGE('',*,*,#6203,.T.); -#8342=ORIENTED_EDGE('',*,*,#6204,.T.); -#8343=ORIENTED_EDGE('',*,*,#6205,.F.); -#8344=ORIENTED_EDGE('',*,*,#6203,.F.); -#8345=ORIENTED_EDGE('',*,*,#5599,.F.); -#8346=ORIENTED_EDGE('',*,*,#6206,.F.); -#8347=ORIENTED_EDGE('',*,*,#6207,.F.); -#8348=ORIENTED_EDGE('',*,*,#6208,.F.); -#8349=ORIENTED_EDGE('',*,*,#5597,.F.); -#8350=ORIENTED_EDGE('',*,*,#6209,.F.); -#8351=ORIENTED_EDGE('',*,*,#6210,.F.); -#8352=ORIENTED_EDGE('',*,*,#6206,.T.); -#8353=ORIENTED_EDGE('',*,*,#5598,.F.); -#8354=ORIENTED_EDGE('',*,*,#6208,.T.); -#8355=ORIENTED_EDGE('',*,*,#6209,.T.); -#8356=ORIENTED_EDGE('',*,*,#5596,.F.); -#8357=ORIENTED_EDGE('',*,*,#6211,.T.); -#8358=ORIENTED_EDGE('',*,*,#6212,.T.); -#8359=ORIENTED_EDGE('',*,*,#6213,.F.); -#8360=ORIENTED_EDGE('',*,*,#6211,.F.); -#8361=ORIENTED_EDGE('',*,*,#5595,.F.); -#8362=ORIENTED_EDGE('',*,*,#6214,.F.); -#8363=ORIENTED_EDGE('',*,*,#6215,.F.); -#8364=ORIENTED_EDGE('',*,*,#6216,.F.); -#8365=ORIENTED_EDGE('',*,*,#5593,.F.); -#8366=ORIENTED_EDGE('',*,*,#6217,.F.); -#8367=ORIENTED_EDGE('',*,*,#6218,.F.); -#8368=ORIENTED_EDGE('',*,*,#6214,.T.); -#8369=ORIENTED_EDGE('',*,*,#5594,.F.); -#8370=ORIENTED_EDGE('',*,*,#6216,.T.); -#8371=ORIENTED_EDGE('',*,*,#6217,.T.); -#8372=ORIENTED_EDGE('',*,*,#5592,.F.); -#8373=ORIENTED_EDGE('',*,*,#6219,.T.); -#8374=ORIENTED_EDGE('',*,*,#6220,.T.); -#8375=ORIENTED_EDGE('',*,*,#6221,.F.); -#8376=ORIENTED_EDGE('',*,*,#6219,.F.); -#8377=ORIENTED_EDGE('',*,*,#5591,.F.); -#8378=ORIENTED_EDGE('',*,*,#6222,.F.); -#8379=ORIENTED_EDGE('',*,*,#6223,.F.); -#8380=ORIENTED_EDGE('',*,*,#6224,.F.); -#8381=ORIENTED_EDGE('',*,*,#5589,.F.); -#8382=ORIENTED_EDGE('',*,*,#6225,.F.); -#8383=ORIENTED_EDGE('',*,*,#6226,.F.); -#8384=ORIENTED_EDGE('',*,*,#6222,.T.); -#8385=ORIENTED_EDGE('',*,*,#5590,.F.); -#8386=ORIENTED_EDGE('',*,*,#6224,.T.); -#8387=ORIENTED_EDGE('',*,*,#6225,.T.); -#8388=ORIENTED_EDGE('',*,*,#5588,.F.); -#8389=ORIENTED_EDGE('',*,*,#6227,.T.); -#8390=ORIENTED_EDGE('',*,*,#6228,.T.); -#8391=ORIENTED_EDGE('',*,*,#6229,.F.); -#8392=ORIENTED_EDGE('',*,*,#6227,.F.); -#8393=ORIENTED_EDGE('',*,*,#5587,.F.); -#8394=ORIENTED_EDGE('',*,*,#6230,.F.); -#8395=ORIENTED_EDGE('',*,*,#6231,.F.); -#8396=ORIENTED_EDGE('',*,*,#6232,.F.); -#8397=ORIENTED_EDGE('',*,*,#5585,.F.); -#8398=ORIENTED_EDGE('',*,*,#6233,.F.); -#8399=ORIENTED_EDGE('',*,*,#6234,.F.); -#8400=ORIENTED_EDGE('',*,*,#6230,.T.); -#8401=ORIENTED_EDGE('',*,*,#5586,.F.); -#8402=ORIENTED_EDGE('',*,*,#6232,.T.); -#8403=ORIENTED_EDGE('',*,*,#6233,.T.); -#8404=ORIENTED_EDGE('',*,*,#5584,.F.); -#8405=ORIENTED_EDGE('',*,*,#6235,.T.); -#8406=ORIENTED_EDGE('',*,*,#6236,.T.); -#8407=ORIENTED_EDGE('',*,*,#6237,.F.); -#8408=ORIENTED_EDGE('',*,*,#6235,.F.); -#8409=ORIENTED_EDGE('',*,*,#5583,.F.); -#8410=ORIENTED_EDGE('',*,*,#6238,.F.); -#8411=ORIENTED_EDGE('',*,*,#6239,.F.); -#8412=ORIENTED_EDGE('',*,*,#6240,.F.); -#8413=ORIENTED_EDGE('',*,*,#5581,.F.); -#8414=ORIENTED_EDGE('',*,*,#6241,.F.); -#8415=ORIENTED_EDGE('',*,*,#6242,.F.); -#8416=ORIENTED_EDGE('',*,*,#6238,.T.); -#8417=ORIENTED_EDGE('',*,*,#5582,.F.); -#8418=ORIENTED_EDGE('',*,*,#6240,.T.); -#8419=ORIENTED_EDGE('',*,*,#6241,.T.); -#8420=ORIENTED_EDGE('',*,*,#5580,.F.); -#8421=ORIENTED_EDGE('',*,*,#6243,.T.); -#8422=ORIENTED_EDGE('',*,*,#6244,.T.); -#8423=ORIENTED_EDGE('',*,*,#6245,.F.); -#8424=ORIENTED_EDGE('',*,*,#6243,.F.); -#8425=ORIENTED_EDGE('',*,*,#5579,.F.); -#8426=ORIENTED_EDGE('',*,*,#6246,.F.); -#8427=ORIENTED_EDGE('',*,*,#6247,.F.); -#8428=ORIENTED_EDGE('',*,*,#6248,.F.); -#8429=ORIENTED_EDGE('',*,*,#5577,.F.); -#8430=ORIENTED_EDGE('',*,*,#6249,.F.); -#8431=ORIENTED_EDGE('',*,*,#6250,.F.); -#8432=ORIENTED_EDGE('',*,*,#6246,.T.); -#8433=ORIENTED_EDGE('',*,*,#5578,.F.); -#8434=ORIENTED_EDGE('',*,*,#6248,.T.); -#8435=ORIENTED_EDGE('',*,*,#6249,.T.); -#8436=ORIENTED_EDGE('',*,*,#5576,.F.); -#8437=ORIENTED_EDGE('',*,*,#6251,.T.); -#8438=ORIENTED_EDGE('',*,*,#6252,.T.); -#8439=ORIENTED_EDGE('',*,*,#6253,.F.); -#8440=ORIENTED_EDGE('',*,*,#6251,.F.); -#8441=ORIENTED_EDGE('',*,*,#5575,.F.); -#8442=ORIENTED_EDGE('',*,*,#6254,.F.); -#8443=ORIENTED_EDGE('',*,*,#6255,.F.); -#8444=ORIENTED_EDGE('',*,*,#6256,.F.); -#8445=ORIENTED_EDGE('',*,*,#5573,.F.); -#8446=ORIENTED_EDGE('',*,*,#6257,.F.); -#8447=ORIENTED_EDGE('',*,*,#6258,.F.); -#8448=ORIENTED_EDGE('',*,*,#6254,.T.); -#8449=ORIENTED_EDGE('',*,*,#5574,.F.); -#8450=ORIENTED_EDGE('',*,*,#6256,.T.); -#8451=ORIENTED_EDGE('',*,*,#6257,.T.); -#8452=ORIENTED_EDGE('',*,*,#5572,.F.); -#8453=ORIENTED_EDGE('',*,*,#6259,.T.); -#8454=ORIENTED_EDGE('',*,*,#6260,.T.); -#8455=ORIENTED_EDGE('',*,*,#6261,.F.); -#8456=ORIENTED_EDGE('',*,*,#6259,.F.); -#8457=ORIENTED_EDGE('',*,*,#5571,.F.); -#8458=ORIENTED_EDGE('',*,*,#6262,.F.); -#8459=ORIENTED_EDGE('',*,*,#6263,.F.); -#8460=ORIENTED_EDGE('',*,*,#6264,.F.); -#8461=ORIENTED_EDGE('',*,*,#5569,.F.); -#8462=ORIENTED_EDGE('',*,*,#6265,.F.); -#8463=ORIENTED_EDGE('',*,*,#6266,.F.); -#8464=ORIENTED_EDGE('',*,*,#6262,.T.); -#8465=ORIENTED_EDGE('',*,*,#5570,.F.); -#8466=ORIENTED_EDGE('',*,*,#6264,.T.); -#8467=ORIENTED_EDGE('',*,*,#6265,.T.); -#8468=ORIENTED_EDGE('',*,*,#5568,.F.); -#8469=ORIENTED_EDGE('',*,*,#6267,.T.); -#8470=ORIENTED_EDGE('',*,*,#6268,.T.); -#8471=ORIENTED_EDGE('',*,*,#6269,.F.); -#8472=ORIENTED_EDGE('',*,*,#6267,.F.); -#8473=ORIENTED_EDGE('',*,*,#5567,.F.); -#8474=ORIENTED_EDGE('',*,*,#6270,.F.); -#8475=ORIENTED_EDGE('',*,*,#6271,.F.); -#8476=ORIENTED_EDGE('',*,*,#6272,.F.); -#8477=ORIENTED_EDGE('',*,*,#5565,.F.); -#8478=ORIENTED_EDGE('',*,*,#6273,.F.); -#8479=ORIENTED_EDGE('',*,*,#6274,.F.); -#8480=ORIENTED_EDGE('',*,*,#6270,.T.); -#8481=ORIENTED_EDGE('',*,*,#5566,.F.); -#8482=ORIENTED_EDGE('',*,*,#6272,.T.); -#8483=ORIENTED_EDGE('',*,*,#6273,.T.); -#8484=ORIENTED_EDGE('',*,*,#5564,.F.); -#8485=ORIENTED_EDGE('',*,*,#6275,.T.); -#8486=ORIENTED_EDGE('',*,*,#6276,.T.); -#8487=ORIENTED_EDGE('',*,*,#6277,.F.); -#8488=ORIENTED_EDGE('',*,*,#6275,.F.); -#8489=ORIENTED_EDGE('',*,*,#5563,.F.); -#8490=ORIENTED_EDGE('',*,*,#6278,.F.); -#8491=ORIENTED_EDGE('',*,*,#6279,.F.); -#8492=ORIENTED_EDGE('',*,*,#6280,.F.); -#8493=ORIENTED_EDGE('',*,*,#5561,.F.); -#8494=ORIENTED_EDGE('',*,*,#6281,.F.); -#8495=ORIENTED_EDGE('',*,*,#6282,.F.); -#8496=ORIENTED_EDGE('',*,*,#6278,.T.); -#8497=ORIENTED_EDGE('',*,*,#5562,.F.); -#8498=ORIENTED_EDGE('',*,*,#6280,.T.); -#8499=ORIENTED_EDGE('',*,*,#6281,.T.); -#8500=ORIENTED_EDGE('',*,*,#5560,.F.); -#8501=ORIENTED_EDGE('',*,*,#6283,.T.); -#8502=ORIENTED_EDGE('',*,*,#6284,.T.); -#8503=ORIENTED_EDGE('',*,*,#6285,.F.); -#8504=ORIENTED_EDGE('',*,*,#6283,.F.); -#8505=ORIENTED_EDGE('',*,*,#5559,.F.); -#8506=ORIENTED_EDGE('',*,*,#6286,.F.); -#8507=ORIENTED_EDGE('',*,*,#6287,.F.); -#8508=ORIENTED_EDGE('',*,*,#6288,.F.); -#8509=ORIENTED_EDGE('',*,*,#5557,.F.); -#8510=ORIENTED_EDGE('',*,*,#6289,.F.); -#8511=ORIENTED_EDGE('',*,*,#6290,.F.); -#8512=ORIENTED_EDGE('',*,*,#6286,.T.); -#8513=ORIENTED_EDGE('',*,*,#5558,.F.); -#8514=ORIENTED_EDGE('',*,*,#6288,.T.); -#8515=ORIENTED_EDGE('',*,*,#6289,.T.); -#8516=ORIENTED_EDGE('',*,*,#5556,.F.); -#8517=ORIENTED_EDGE('',*,*,#6291,.T.); -#8518=ORIENTED_EDGE('',*,*,#6292,.T.); -#8519=ORIENTED_EDGE('',*,*,#6293,.F.); -#8520=ORIENTED_EDGE('',*,*,#6291,.F.); -#8521=ORIENTED_EDGE('',*,*,#5555,.F.); -#8522=ORIENTED_EDGE('',*,*,#6294,.F.); -#8523=ORIENTED_EDGE('',*,*,#6295,.F.); -#8524=ORIENTED_EDGE('',*,*,#6296,.F.); -#8525=ORIENTED_EDGE('',*,*,#5553,.F.); -#8526=ORIENTED_EDGE('',*,*,#6297,.F.); -#8527=ORIENTED_EDGE('',*,*,#6298,.F.); -#8528=ORIENTED_EDGE('',*,*,#6294,.T.); -#8529=ORIENTED_EDGE('',*,*,#5554,.F.); -#8530=ORIENTED_EDGE('',*,*,#6296,.T.); -#8531=ORIENTED_EDGE('',*,*,#6297,.T.); -#8532=ORIENTED_EDGE('',*,*,#5552,.F.); -#8533=ORIENTED_EDGE('',*,*,#6299,.T.); -#8534=ORIENTED_EDGE('',*,*,#6300,.T.); -#8535=ORIENTED_EDGE('',*,*,#6301,.F.); -#8536=ORIENTED_EDGE('',*,*,#6299,.F.); -#8537=ORIENTED_EDGE('',*,*,#5551,.F.); -#8538=ORIENTED_EDGE('',*,*,#6302,.F.); -#8539=ORIENTED_EDGE('',*,*,#6303,.F.); -#8540=ORIENTED_EDGE('',*,*,#6304,.F.); -#8541=ORIENTED_EDGE('',*,*,#5549,.F.); -#8542=ORIENTED_EDGE('',*,*,#6305,.F.); -#8543=ORIENTED_EDGE('',*,*,#6306,.F.); -#8544=ORIENTED_EDGE('',*,*,#6302,.T.); -#8545=ORIENTED_EDGE('',*,*,#5550,.F.); -#8546=ORIENTED_EDGE('',*,*,#6304,.T.); -#8547=ORIENTED_EDGE('',*,*,#6305,.T.); -#8548=ORIENTED_EDGE('',*,*,#5548,.F.); -#8549=ORIENTED_EDGE('',*,*,#6307,.T.); -#8550=ORIENTED_EDGE('',*,*,#6308,.T.); -#8551=ORIENTED_EDGE('',*,*,#6309,.F.); -#8552=ORIENTED_EDGE('',*,*,#6307,.F.); -#8553=ORIENTED_EDGE('',*,*,#5547,.F.); -#8554=ORIENTED_EDGE('',*,*,#6310,.F.); -#8555=ORIENTED_EDGE('',*,*,#6311,.F.); -#8556=ORIENTED_EDGE('',*,*,#6312,.F.); -#8557=ORIENTED_EDGE('',*,*,#5545,.F.); -#8558=ORIENTED_EDGE('',*,*,#6313,.F.); -#8559=ORIENTED_EDGE('',*,*,#6314,.F.); -#8560=ORIENTED_EDGE('',*,*,#6310,.T.); -#8561=ORIENTED_EDGE('',*,*,#5546,.F.); -#8562=ORIENTED_EDGE('',*,*,#6312,.T.); -#8563=ORIENTED_EDGE('',*,*,#6313,.T.); -#8564=ORIENTED_EDGE('',*,*,#5544,.F.); -#8565=ORIENTED_EDGE('',*,*,#6315,.T.); -#8566=ORIENTED_EDGE('',*,*,#6316,.T.); -#8567=ORIENTED_EDGE('',*,*,#6317,.F.); -#8568=ORIENTED_EDGE('',*,*,#6315,.F.); -#8569=ORIENTED_EDGE('',*,*,#5543,.F.); -#8570=ORIENTED_EDGE('',*,*,#6318,.F.); -#8571=ORIENTED_EDGE('',*,*,#6319,.F.); -#8572=ORIENTED_EDGE('',*,*,#6320,.F.); -#8573=ORIENTED_EDGE('',*,*,#5541,.F.); -#8574=ORIENTED_EDGE('',*,*,#6321,.F.); -#8575=ORIENTED_EDGE('',*,*,#6322,.F.); -#8576=ORIENTED_EDGE('',*,*,#6318,.T.); -#8577=ORIENTED_EDGE('',*,*,#5542,.F.); -#8578=ORIENTED_EDGE('',*,*,#6320,.T.); -#8579=ORIENTED_EDGE('',*,*,#6321,.T.); -#8580=ORIENTED_EDGE('',*,*,#5540,.F.); -#8581=ORIENTED_EDGE('',*,*,#6323,.T.); -#8582=ORIENTED_EDGE('',*,*,#6324,.T.); -#8583=ORIENTED_EDGE('',*,*,#6325,.F.); -#8584=ORIENTED_EDGE('',*,*,#6323,.F.); -#8585=ORIENTED_EDGE('',*,*,#5539,.F.); -#8586=ORIENTED_EDGE('',*,*,#6326,.F.); -#8587=ORIENTED_EDGE('',*,*,#6327,.F.); -#8588=ORIENTED_EDGE('',*,*,#6328,.F.); -#8589=ORIENTED_EDGE('',*,*,#5537,.F.); -#8590=ORIENTED_EDGE('',*,*,#6329,.F.); -#8591=ORIENTED_EDGE('',*,*,#6330,.F.); -#8592=ORIENTED_EDGE('',*,*,#6326,.T.); -#8593=ORIENTED_EDGE('',*,*,#5538,.F.); -#8594=ORIENTED_EDGE('',*,*,#6328,.T.); -#8595=ORIENTED_EDGE('',*,*,#6329,.T.); -#8596=ORIENTED_EDGE('',*,*,#5536,.F.); -#8597=ORIENTED_EDGE('',*,*,#6331,.T.); -#8598=ORIENTED_EDGE('',*,*,#6332,.T.); -#8599=ORIENTED_EDGE('',*,*,#6333,.F.); -#8600=ORIENTED_EDGE('',*,*,#6331,.F.); -#8601=ORIENTED_EDGE('',*,*,#5535,.F.); -#8602=ORIENTED_EDGE('',*,*,#6334,.F.); -#8603=ORIENTED_EDGE('',*,*,#6335,.F.); -#8604=ORIENTED_EDGE('',*,*,#6336,.F.); -#8605=ORIENTED_EDGE('',*,*,#5533,.F.); -#8606=ORIENTED_EDGE('',*,*,#6337,.F.); -#8607=ORIENTED_EDGE('',*,*,#6338,.F.); -#8608=ORIENTED_EDGE('',*,*,#6334,.T.); -#8609=ORIENTED_EDGE('',*,*,#5534,.F.); -#8610=ORIENTED_EDGE('',*,*,#6336,.T.); -#8611=ORIENTED_EDGE('',*,*,#6337,.T.); -#8612=ORIENTED_EDGE('',*,*,#5532,.F.); -#8613=ORIENTED_EDGE('',*,*,#6339,.T.); -#8614=ORIENTED_EDGE('',*,*,#6340,.T.); -#8615=ORIENTED_EDGE('',*,*,#6341,.F.); -#8616=ORIENTED_EDGE('',*,*,#6339,.F.); -#8617=ORIENTED_EDGE('',*,*,#5531,.F.); -#8618=ORIENTED_EDGE('',*,*,#6342,.F.); -#8619=ORIENTED_EDGE('',*,*,#6343,.F.); -#8620=ORIENTED_EDGE('',*,*,#6344,.F.); -#8621=ORIENTED_EDGE('',*,*,#5529,.F.); -#8622=ORIENTED_EDGE('',*,*,#6345,.F.); -#8623=ORIENTED_EDGE('',*,*,#6346,.F.); -#8624=ORIENTED_EDGE('',*,*,#6342,.T.); -#8625=ORIENTED_EDGE('',*,*,#5530,.F.); -#8626=ORIENTED_EDGE('',*,*,#6344,.T.); -#8627=ORIENTED_EDGE('',*,*,#6345,.T.); -#8628=ORIENTED_EDGE('',*,*,#5528,.F.); -#8629=ORIENTED_EDGE('',*,*,#6347,.T.); -#8630=ORIENTED_EDGE('',*,*,#6348,.T.); -#8631=ORIENTED_EDGE('',*,*,#6349,.F.); -#8632=ORIENTED_EDGE('',*,*,#6347,.F.); -#8633=ORIENTED_EDGE('',*,*,#5527,.F.); -#8634=ORIENTED_EDGE('',*,*,#6350,.F.); -#8635=ORIENTED_EDGE('',*,*,#6351,.F.); -#8636=ORIENTED_EDGE('',*,*,#6352,.F.); -#8637=ORIENTED_EDGE('',*,*,#5525,.F.); -#8638=ORIENTED_EDGE('',*,*,#6353,.F.); -#8639=ORIENTED_EDGE('',*,*,#6354,.F.); -#8640=ORIENTED_EDGE('',*,*,#6350,.T.); -#8641=ORIENTED_EDGE('',*,*,#5526,.F.); -#8642=ORIENTED_EDGE('',*,*,#6352,.T.); -#8643=ORIENTED_EDGE('',*,*,#6353,.T.); -#8644=ORIENTED_EDGE('',*,*,#5524,.F.); -#8645=ORIENTED_EDGE('',*,*,#6355,.T.); -#8646=ORIENTED_EDGE('',*,*,#6356,.T.); -#8647=ORIENTED_EDGE('',*,*,#6357,.F.); -#8648=ORIENTED_EDGE('',*,*,#6355,.F.); -#8649=ORIENTED_EDGE('',*,*,#5523,.F.); -#8650=ORIENTED_EDGE('',*,*,#6358,.F.); -#8651=ORIENTED_EDGE('',*,*,#6359,.F.); -#8652=ORIENTED_EDGE('',*,*,#6360,.F.); -#8653=ORIENTED_EDGE('',*,*,#5521,.F.); -#8654=ORIENTED_EDGE('',*,*,#6361,.F.); -#8655=ORIENTED_EDGE('',*,*,#6362,.F.); -#8656=ORIENTED_EDGE('',*,*,#6358,.T.); -#8657=ORIENTED_EDGE('',*,*,#5522,.F.); -#8658=ORIENTED_EDGE('',*,*,#6360,.T.); -#8659=ORIENTED_EDGE('',*,*,#6361,.T.); -#8660=ORIENTED_EDGE('',*,*,#5520,.F.); -#8661=ORIENTED_EDGE('',*,*,#6363,.T.); -#8662=ORIENTED_EDGE('',*,*,#6364,.T.); -#8663=ORIENTED_EDGE('',*,*,#6365,.F.); -#8664=ORIENTED_EDGE('',*,*,#6363,.F.); -#8665=ORIENTED_EDGE('',*,*,#5519,.F.); -#8666=ORIENTED_EDGE('',*,*,#6366,.F.); -#8667=ORIENTED_EDGE('',*,*,#6367,.F.); -#8668=ORIENTED_EDGE('',*,*,#6368,.F.); -#8669=ORIENTED_EDGE('',*,*,#5517,.F.); -#8670=ORIENTED_EDGE('',*,*,#6369,.F.); -#8671=ORIENTED_EDGE('',*,*,#6370,.F.); -#8672=ORIENTED_EDGE('',*,*,#6366,.T.); -#8673=ORIENTED_EDGE('',*,*,#5518,.F.); -#8674=ORIENTED_EDGE('',*,*,#6368,.T.); -#8675=ORIENTED_EDGE('',*,*,#6369,.T.); -#8676=ORIENTED_EDGE('',*,*,#5516,.F.); -#8677=ORIENTED_EDGE('',*,*,#6371,.T.); -#8678=ORIENTED_EDGE('',*,*,#6372,.T.); -#8679=ORIENTED_EDGE('',*,*,#6373,.F.); -#8680=ORIENTED_EDGE('',*,*,#6371,.F.); -#8681=ORIENTED_EDGE('',*,*,#5515,.F.); -#8682=ORIENTED_EDGE('',*,*,#6374,.F.); -#8683=ORIENTED_EDGE('',*,*,#6375,.F.); -#8684=ORIENTED_EDGE('',*,*,#6376,.F.); -#8685=ORIENTED_EDGE('',*,*,#5513,.F.); -#8686=ORIENTED_EDGE('',*,*,#6377,.F.); -#8687=ORIENTED_EDGE('',*,*,#6378,.F.); -#8688=ORIENTED_EDGE('',*,*,#6374,.T.); -#8689=ORIENTED_EDGE('',*,*,#5514,.F.); -#8690=ORIENTED_EDGE('',*,*,#6376,.T.); -#8691=ORIENTED_EDGE('',*,*,#6377,.T.); -#8692=ORIENTED_EDGE('',*,*,#5512,.F.); -#8693=ORIENTED_EDGE('',*,*,#6379,.T.); -#8694=ORIENTED_EDGE('',*,*,#6380,.T.); -#8695=ORIENTED_EDGE('',*,*,#6381,.F.); -#8696=ORIENTED_EDGE('',*,*,#6379,.F.); -#8697=ORIENTED_EDGE('',*,*,#5511,.F.); -#8698=ORIENTED_EDGE('',*,*,#6382,.F.); -#8699=ORIENTED_EDGE('',*,*,#6383,.F.); -#8700=ORIENTED_EDGE('',*,*,#6384,.F.); -#8701=ORIENTED_EDGE('',*,*,#5509,.F.); -#8702=ORIENTED_EDGE('',*,*,#6385,.F.); -#8703=ORIENTED_EDGE('',*,*,#6386,.F.); -#8704=ORIENTED_EDGE('',*,*,#6382,.T.); -#8705=ORIENTED_EDGE('',*,*,#5510,.F.); -#8706=ORIENTED_EDGE('',*,*,#6384,.T.); -#8707=ORIENTED_EDGE('',*,*,#6385,.T.); -#8708=ORIENTED_EDGE('',*,*,#5508,.F.); -#8709=ORIENTED_EDGE('',*,*,#6387,.T.); -#8710=ORIENTED_EDGE('',*,*,#6388,.T.); -#8711=ORIENTED_EDGE('',*,*,#6389,.F.); -#8712=ORIENTED_EDGE('',*,*,#6387,.F.); -#8713=ORIENTED_EDGE('',*,*,#5507,.F.); -#8714=ORIENTED_EDGE('',*,*,#6390,.F.); -#8715=ORIENTED_EDGE('',*,*,#6391,.F.); -#8716=ORIENTED_EDGE('',*,*,#6392,.F.); -#8717=ORIENTED_EDGE('',*,*,#5505,.F.); -#8718=ORIENTED_EDGE('',*,*,#6393,.F.); -#8719=ORIENTED_EDGE('',*,*,#6394,.F.); -#8720=ORIENTED_EDGE('',*,*,#6390,.T.); -#8721=ORIENTED_EDGE('',*,*,#5506,.F.); -#8722=ORIENTED_EDGE('',*,*,#6392,.T.); -#8723=ORIENTED_EDGE('',*,*,#6393,.T.); -#8724=ORIENTED_EDGE('',*,*,#5504,.F.); -#8725=ORIENTED_EDGE('',*,*,#6395,.T.); -#8726=ORIENTED_EDGE('',*,*,#6396,.T.); -#8727=ORIENTED_EDGE('',*,*,#6397,.F.); -#8728=ORIENTED_EDGE('',*,*,#6395,.F.); -#8729=ORIENTED_EDGE('',*,*,#5503,.F.); -#8730=ORIENTED_EDGE('',*,*,#6398,.F.); -#8731=ORIENTED_EDGE('',*,*,#6399,.F.); -#8732=ORIENTED_EDGE('',*,*,#6400,.F.); -#8733=ORIENTED_EDGE('',*,*,#5501,.F.); -#8734=ORIENTED_EDGE('',*,*,#6401,.F.); -#8735=ORIENTED_EDGE('',*,*,#6402,.F.); -#8736=ORIENTED_EDGE('',*,*,#6398,.T.); -#8737=ORIENTED_EDGE('',*,*,#5502,.F.); -#8738=ORIENTED_EDGE('',*,*,#6400,.T.); -#8739=ORIENTED_EDGE('',*,*,#6401,.T.); -#8740=ORIENTED_EDGE('',*,*,#5500,.F.); -#8741=ORIENTED_EDGE('',*,*,#6403,.T.); -#8742=ORIENTED_EDGE('',*,*,#6404,.T.); -#8743=ORIENTED_EDGE('',*,*,#6405,.F.); -#8744=ORIENTED_EDGE('',*,*,#6403,.F.); -#8745=ORIENTED_EDGE('',*,*,#5499,.F.); -#8746=ORIENTED_EDGE('',*,*,#6406,.F.); -#8747=ORIENTED_EDGE('',*,*,#6407,.F.); -#8748=ORIENTED_EDGE('',*,*,#6408,.F.); -#8749=ORIENTED_EDGE('',*,*,#5497,.F.); -#8750=ORIENTED_EDGE('',*,*,#6409,.F.); -#8751=ORIENTED_EDGE('',*,*,#6410,.F.); -#8752=ORIENTED_EDGE('',*,*,#6406,.T.); -#8753=ORIENTED_EDGE('',*,*,#5498,.F.); -#8754=ORIENTED_EDGE('',*,*,#6408,.T.); -#8755=ORIENTED_EDGE('',*,*,#6409,.T.); -#8756=ORIENTED_EDGE('',*,*,#5496,.F.); -#8757=ORIENTED_EDGE('',*,*,#6411,.T.); -#8758=ORIENTED_EDGE('',*,*,#6412,.T.); -#8759=ORIENTED_EDGE('',*,*,#6413,.F.); -#8760=ORIENTED_EDGE('',*,*,#6411,.F.); -#8761=ORIENTED_EDGE('',*,*,#5495,.F.); -#8762=ORIENTED_EDGE('',*,*,#6414,.F.); -#8763=ORIENTED_EDGE('',*,*,#6415,.F.); -#8764=ORIENTED_EDGE('',*,*,#6416,.F.); -#8765=ORIENTED_EDGE('',*,*,#5493,.F.); -#8766=ORIENTED_EDGE('',*,*,#6417,.F.); -#8767=ORIENTED_EDGE('',*,*,#6418,.F.); -#8768=ORIENTED_EDGE('',*,*,#6414,.T.); -#8769=ORIENTED_EDGE('',*,*,#5494,.F.); -#8770=ORIENTED_EDGE('',*,*,#6416,.T.); -#8771=ORIENTED_EDGE('',*,*,#6417,.T.); -#8772=ORIENTED_EDGE('',*,*,#5492,.F.); -#8773=ORIENTED_EDGE('',*,*,#6419,.T.); -#8774=ORIENTED_EDGE('',*,*,#6420,.T.); -#8775=ORIENTED_EDGE('',*,*,#6421,.F.); -#8776=ORIENTED_EDGE('',*,*,#6419,.F.); -#8777=ORIENTED_EDGE('',*,*,#5491,.F.); -#8778=ORIENTED_EDGE('',*,*,#6422,.F.); -#8779=ORIENTED_EDGE('',*,*,#6423,.F.); -#8780=ORIENTED_EDGE('',*,*,#6424,.F.); -#8781=ORIENTED_EDGE('',*,*,#5489,.F.); -#8782=ORIENTED_EDGE('',*,*,#6425,.F.); -#8783=ORIENTED_EDGE('',*,*,#6426,.F.); -#8784=ORIENTED_EDGE('',*,*,#6422,.T.); -#8785=ORIENTED_EDGE('',*,*,#5490,.F.); -#8786=ORIENTED_EDGE('',*,*,#6424,.T.); -#8787=ORIENTED_EDGE('',*,*,#6425,.T.); -#8788=ORIENTED_EDGE('',*,*,#5488,.F.); -#8789=ORIENTED_EDGE('',*,*,#6427,.T.); -#8790=ORIENTED_EDGE('',*,*,#6428,.T.); -#8791=ORIENTED_EDGE('',*,*,#6429,.F.); -#8792=ORIENTED_EDGE('',*,*,#6427,.F.); -#8793=ORIENTED_EDGE('',*,*,#5487,.F.); -#8794=ORIENTED_EDGE('',*,*,#6430,.F.); -#8795=ORIENTED_EDGE('',*,*,#6431,.F.); -#8796=ORIENTED_EDGE('',*,*,#6432,.F.); -#8797=ORIENTED_EDGE('',*,*,#5485,.F.); -#8798=ORIENTED_EDGE('',*,*,#6433,.F.); -#8799=ORIENTED_EDGE('',*,*,#6434,.F.); -#8800=ORIENTED_EDGE('',*,*,#6430,.T.); -#8801=ORIENTED_EDGE('',*,*,#5486,.F.); -#8802=ORIENTED_EDGE('',*,*,#6432,.T.); -#8803=ORIENTED_EDGE('',*,*,#6433,.T.); -#8804=ORIENTED_EDGE('',*,*,#5484,.F.); -#8805=ORIENTED_EDGE('',*,*,#6435,.T.); -#8806=ORIENTED_EDGE('',*,*,#6436,.T.); -#8807=ORIENTED_EDGE('',*,*,#6437,.F.); -#8808=ORIENTED_EDGE('',*,*,#6435,.F.); -#8809=ORIENTED_EDGE('',*,*,#5483,.F.); -#8810=ORIENTED_EDGE('',*,*,#6438,.F.); -#8811=ORIENTED_EDGE('',*,*,#6439,.F.); -#8812=ORIENTED_EDGE('',*,*,#6440,.F.); -#8813=ORIENTED_EDGE('',*,*,#5481,.F.); -#8814=ORIENTED_EDGE('',*,*,#6441,.F.); -#8815=ORIENTED_EDGE('',*,*,#6442,.F.); -#8816=ORIENTED_EDGE('',*,*,#6438,.T.); -#8817=ORIENTED_EDGE('',*,*,#5482,.F.); -#8818=ORIENTED_EDGE('',*,*,#6440,.T.); -#8819=ORIENTED_EDGE('',*,*,#6441,.T.); -#8820=ORIENTED_EDGE('',*,*,#5480,.F.); -#8821=ORIENTED_EDGE('',*,*,#6443,.T.); -#8822=ORIENTED_EDGE('',*,*,#6444,.T.); -#8823=ORIENTED_EDGE('',*,*,#6445,.F.); -#8824=ORIENTED_EDGE('',*,*,#6443,.F.); -#8825=ORIENTED_EDGE('',*,*,#5479,.F.); -#8826=ORIENTED_EDGE('',*,*,#6446,.F.); -#8827=ORIENTED_EDGE('',*,*,#6447,.F.); -#8828=ORIENTED_EDGE('',*,*,#6448,.F.); -#8829=ORIENTED_EDGE('',*,*,#5477,.F.); -#8830=ORIENTED_EDGE('',*,*,#6449,.F.); -#8831=ORIENTED_EDGE('',*,*,#6450,.F.); -#8832=ORIENTED_EDGE('',*,*,#6446,.T.); -#8833=ORIENTED_EDGE('',*,*,#5478,.F.); -#8834=ORIENTED_EDGE('',*,*,#6448,.T.); -#8835=ORIENTED_EDGE('',*,*,#6449,.T.); -#8836=ORIENTED_EDGE('',*,*,#5476,.F.); -#8837=ORIENTED_EDGE('',*,*,#6451,.T.); -#8838=ORIENTED_EDGE('',*,*,#6452,.T.); -#8839=ORIENTED_EDGE('',*,*,#6453,.F.); -#8840=ORIENTED_EDGE('',*,*,#6451,.F.); -#8841=ORIENTED_EDGE('',*,*,#5475,.F.); -#8842=ORIENTED_EDGE('',*,*,#6454,.F.); -#8843=ORIENTED_EDGE('',*,*,#6455,.F.); -#8844=ORIENTED_EDGE('',*,*,#6456,.F.); -#8845=ORIENTED_EDGE('',*,*,#5473,.F.); -#8846=ORIENTED_EDGE('',*,*,#6457,.F.); -#8847=ORIENTED_EDGE('',*,*,#6458,.F.); -#8848=ORIENTED_EDGE('',*,*,#6454,.T.); -#8849=ORIENTED_EDGE('',*,*,#5474,.F.); -#8850=ORIENTED_EDGE('',*,*,#6456,.T.); -#8851=ORIENTED_EDGE('',*,*,#6457,.T.); -#8852=ORIENTED_EDGE('',*,*,#5472,.F.); -#8853=ORIENTED_EDGE('',*,*,#6459,.T.); -#8854=ORIENTED_EDGE('',*,*,#6460,.T.); -#8855=ORIENTED_EDGE('',*,*,#6461,.F.); -#8856=ORIENTED_EDGE('',*,*,#6459,.F.); -#8857=ORIENTED_EDGE('',*,*,#5471,.F.); -#8858=ORIENTED_EDGE('',*,*,#6462,.F.); -#8859=ORIENTED_EDGE('',*,*,#6463,.F.); -#8860=ORIENTED_EDGE('',*,*,#6464,.F.); -#8861=ORIENTED_EDGE('',*,*,#5469,.F.); -#8862=ORIENTED_EDGE('',*,*,#6465,.F.); -#8863=ORIENTED_EDGE('',*,*,#6466,.F.); -#8864=ORIENTED_EDGE('',*,*,#6462,.T.); -#8865=ORIENTED_EDGE('',*,*,#5470,.F.); -#8866=ORIENTED_EDGE('',*,*,#6464,.T.); -#8867=ORIENTED_EDGE('',*,*,#6465,.T.); -#8868=ORIENTED_EDGE('',*,*,#5468,.F.); -#8869=ORIENTED_EDGE('',*,*,#6467,.T.); -#8870=ORIENTED_EDGE('',*,*,#6468,.T.); -#8871=ORIENTED_EDGE('',*,*,#6469,.F.); -#8872=ORIENTED_EDGE('',*,*,#6467,.F.); -#8873=ORIENTED_EDGE('',*,*,#5467,.F.); -#8874=ORIENTED_EDGE('',*,*,#6470,.F.); -#8875=ORIENTED_EDGE('',*,*,#6471,.F.); -#8876=ORIENTED_EDGE('',*,*,#6472,.F.); -#8877=ORIENTED_EDGE('',*,*,#5465,.F.); -#8878=ORIENTED_EDGE('',*,*,#6473,.F.); -#8879=ORIENTED_EDGE('',*,*,#6474,.F.); -#8880=ORIENTED_EDGE('',*,*,#6470,.T.); -#8881=ORIENTED_EDGE('',*,*,#5466,.F.); -#8882=ORIENTED_EDGE('',*,*,#6472,.T.); -#8883=ORIENTED_EDGE('',*,*,#6473,.T.); -#8884=ORIENTED_EDGE('',*,*,#5464,.F.); -#8885=ORIENTED_EDGE('',*,*,#6475,.T.); -#8886=ORIENTED_EDGE('',*,*,#6476,.T.); -#8887=ORIENTED_EDGE('',*,*,#6477,.F.); -#8888=ORIENTED_EDGE('',*,*,#6475,.F.); -#8889=ORIENTED_EDGE('',*,*,#5463,.F.); -#8890=ORIENTED_EDGE('',*,*,#6478,.F.); -#8891=ORIENTED_EDGE('',*,*,#6479,.F.); -#8892=ORIENTED_EDGE('',*,*,#6480,.F.); -#8893=ORIENTED_EDGE('',*,*,#5461,.F.); -#8894=ORIENTED_EDGE('',*,*,#6481,.F.); -#8895=ORIENTED_EDGE('',*,*,#6482,.F.); -#8896=ORIENTED_EDGE('',*,*,#6478,.T.); -#8897=ORIENTED_EDGE('',*,*,#5462,.F.); -#8898=ORIENTED_EDGE('',*,*,#6480,.T.); -#8899=ORIENTED_EDGE('',*,*,#6481,.T.); -#8900=ORIENTED_EDGE('',*,*,#5460,.F.); -#8901=ORIENTED_EDGE('',*,*,#6483,.T.); -#8902=ORIENTED_EDGE('',*,*,#6484,.T.); -#8903=ORIENTED_EDGE('',*,*,#6485,.F.); -#8904=ORIENTED_EDGE('',*,*,#6483,.F.); -#8905=ORIENTED_EDGE('',*,*,#5459,.F.); -#8906=ORIENTED_EDGE('',*,*,#6486,.F.); -#8907=ORIENTED_EDGE('',*,*,#6487,.F.); -#8908=ORIENTED_EDGE('',*,*,#6488,.F.); -#8909=ORIENTED_EDGE('',*,*,#5457,.F.); -#8910=ORIENTED_EDGE('',*,*,#6489,.F.); -#8911=ORIENTED_EDGE('',*,*,#6490,.F.); -#8912=ORIENTED_EDGE('',*,*,#6486,.T.); -#8913=ORIENTED_EDGE('',*,*,#5458,.F.); -#8914=ORIENTED_EDGE('',*,*,#6488,.T.); -#8915=ORIENTED_EDGE('',*,*,#6489,.T.); -#8916=ORIENTED_EDGE('',*,*,#5456,.F.); -#8917=ORIENTED_EDGE('',*,*,#6491,.T.); -#8918=ORIENTED_EDGE('',*,*,#6492,.T.); -#8919=ORIENTED_EDGE('',*,*,#6493,.F.); -#8920=ORIENTED_EDGE('',*,*,#6491,.F.); -#8921=ORIENTED_EDGE('',*,*,#5455,.F.); -#8922=ORIENTED_EDGE('',*,*,#6494,.F.); -#8923=ORIENTED_EDGE('',*,*,#6495,.F.); -#8924=ORIENTED_EDGE('',*,*,#6496,.F.); -#8925=ORIENTED_EDGE('',*,*,#5453,.F.); -#8926=ORIENTED_EDGE('',*,*,#6497,.F.); -#8927=ORIENTED_EDGE('',*,*,#6498,.F.); -#8928=ORIENTED_EDGE('',*,*,#6494,.T.); -#8929=ORIENTED_EDGE('',*,*,#5454,.F.); -#8930=ORIENTED_EDGE('',*,*,#6496,.T.); -#8931=ORIENTED_EDGE('',*,*,#6497,.T.); -#8932=ORIENTED_EDGE('',*,*,#5452,.F.); -#8933=ORIENTED_EDGE('',*,*,#6499,.T.); -#8934=ORIENTED_EDGE('',*,*,#6500,.T.); -#8935=ORIENTED_EDGE('',*,*,#6501,.F.); -#8936=ORIENTED_EDGE('',*,*,#6499,.F.); -#8937=ORIENTED_EDGE('',*,*,#5451,.F.); -#8938=ORIENTED_EDGE('',*,*,#6502,.F.); -#8939=ORIENTED_EDGE('',*,*,#6503,.F.); -#8940=ORIENTED_EDGE('',*,*,#6504,.F.); -#8941=ORIENTED_EDGE('',*,*,#5449,.F.); -#8942=ORIENTED_EDGE('',*,*,#6505,.F.); -#8943=ORIENTED_EDGE('',*,*,#6506,.F.); -#8944=ORIENTED_EDGE('',*,*,#6502,.T.); -#8945=ORIENTED_EDGE('',*,*,#5450,.F.); -#8946=ORIENTED_EDGE('',*,*,#6504,.T.); -#8947=ORIENTED_EDGE('',*,*,#6505,.T.); -#8948=ORIENTED_EDGE('',*,*,#5448,.F.); -#8949=ORIENTED_EDGE('',*,*,#6507,.T.); -#8950=ORIENTED_EDGE('',*,*,#6508,.T.); -#8951=ORIENTED_EDGE('',*,*,#6509,.F.); -#8952=ORIENTED_EDGE('',*,*,#6507,.F.); -#8953=ORIENTED_EDGE('',*,*,#5447,.F.); -#8954=ORIENTED_EDGE('',*,*,#6510,.F.); -#8955=ORIENTED_EDGE('',*,*,#6511,.F.); -#8956=ORIENTED_EDGE('',*,*,#6512,.F.); -#8957=ORIENTED_EDGE('',*,*,#5445,.F.); -#8958=ORIENTED_EDGE('',*,*,#6513,.F.); -#8959=ORIENTED_EDGE('',*,*,#6514,.F.); -#8960=ORIENTED_EDGE('',*,*,#6510,.T.); -#8961=ORIENTED_EDGE('',*,*,#5446,.F.); -#8962=ORIENTED_EDGE('',*,*,#6512,.T.); -#8963=ORIENTED_EDGE('',*,*,#6513,.T.); -#8964=ORIENTED_EDGE('',*,*,#5444,.F.); -#8965=ORIENTED_EDGE('',*,*,#6515,.T.); -#8966=ORIENTED_EDGE('',*,*,#6516,.T.); -#8967=ORIENTED_EDGE('',*,*,#6517,.F.); -#8968=ORIENTED_EDGE('',*,*,#6515,.F.); -#8969=ORIENTED_EDGE('',*,*,#5443,.F.); -#8970=ORIENTED_EDGE('',*,*,#6518,.F.); -#8971=ORIENTED_EDGE('',*,*,#6519,.F.); -#8972=ORIENTED_EDGE('',*,*,#6520,.F.); -#8973=ORIENTED_EDGE('',*,*,#5441,.F.); -#8974=ORIENTED_EDGE('',*,*,#6521,.F.); -#8975=ORIENTED_EDGE('',*,*,#6522,.F.); -#8976=ORIENTED_EDGE('',*,*,#6518,.T.); -#8977=ORIENTED_EDGE('',*,*,#5442,.F.); -#8978=ORIENTED_EDGE('',*,*,#6520,.T.); -#8979=ORIENTED_EDGE('',*,*,#6521,.T.); -#8980=ORIENTED_EDGE('',*,*,#5440,.F.); -#8981=ORIENTED_EDGE('',*,*,#6523,.T.); -#8982=ORIENTED_EDGE('',*,*,#6524,.T.); -#8983=ORIENTED_EDGE('',*,*,#6525,.F.); -#8984=ORIENTED_EDGE('',*,*,#6523,.F.); -#8985=ORIENTED_EDGE('',*,*,#5439,.F.); -#8986=ORIENTED_EDGE('',*,*,#6526,.F.); -#8987=ORIENTED_EDGE('',*,*,#6527,.F.); -#8988=ORIENTED_EDGE('',*,*,#6528,.F.); -#8989=ORIENTED_EDGE('',*,*,#5437,.F.); -#8990=ORIENTED_EDGE('',*,*,#6529,.F.); -#8991=ORIENTED_EDGE('',*,*,#6530,.F.); -#8992=ORIENTED_EDGE('',*,*,#6526,.T.); -#8993=ORIENTED_EDGE('',*,*,#5438,.F.); -#8994=ORIENTED_EDGE('',*,*,#6528,.T.); -#8995=ORIENTED_EDGE('',*,*,#6529,.T.); -#8996=ORIENTED_EDGE('',*,*,#5436,.F.); -#8997=ORIENTED_EDGE('',*,*,#6531,.T.); -#8998=ORIENTED_EDGE('',*,*,#6532,.T.); -#8999=ORIENTED_EDGE('',*,*,#6533,.F.); -#9000=ORIENTED_EDGE('',*,*,#6531,.F.); -#9001=ORIENTED_EDGE('',*,*,#5435,.F.); -#9002=ORIENTED_EDGE('',*,*,#6534,.F.); -#9003=ORIENTED_EDGE('',*,*,#6535,.F.); -#9004=ORIENTED_EDGE('',*,*,#6536,.F.); -#9005=ORIENTED_EDGE('',*,*,#5433,.F.); -#9006=ORIENTED_EDGE('',*,*,#6537,.F.); -#9007=ORIENTED_EDGE('',*,*,#6538,.F.); -#9008=ORIENTED_EDGE('',*,*,#6534,.T.); -#9009=ORIENTED_EDGE('',*,*,#5434,.F.); -#9010=ORIENTED_EDGE('',*,*,#6536,.T.); -#9011=ORIENTED_EDGE('',*,*,#6537,.T.); -#9012=ORIENTED_EDGE('',*,*,#5432,.F.); -#9013=ORIENTED_EDGE('',*,*,#6539,.T.); -#9014=ORIENTED_EDGE('',*,*,#6540,.T.); -#9015=ORIENTED_EDGE('',*,*,#6541,.F.); -#9016=ORIENTED_EDGE('',*,*,#6539,.F.); -#9017=ORIENTED_EDGE('',*,*,#5431,.F.); -#9018=ORIENTED_EDGE('',*,*,#6542,.F.); -#9019=ORIENTED_EDGE('',*,*,#6543,.F.); -#9020=ORIENTED_EDGE('',*,*,#6544,.F.); -#9021=ORIENTED_EDGE('',*,*,#5429,.F.); -#9022=ORIENTED_EDGE('',*,*,#6545,.F.); -#9023=ORIENTED_EDGE('',*,*,#6546,.F.); -#9024=ORIENTED_EDGE('',*,*,#6542,.T.); -#9025=ORIENTED_EDGE('',*,*,#5430,.F.); -#9026=ORIENTED_EDGE('',*,*,#6544,.T.); -#9027=ORIENTED_EDGE('',*,*,#6545,.T.); -#9028=ORIENTED_EDGE('',*,*,#5428,.F.); -#9029=ORIENTED_EDGE('',*,*,#6547,.T.); -#9030=ORIENTED_EDGE('',*,*,#6548,.T.); -#9031=ORIENTED_EDGE('',*,*,#6549,.F.); -#9032=ORIENTED_EDGE('',*,*,#6547,.F.); -#9033=ORIENTED_EDGE('',*,*,#5427,.F.); -#9034=ORIENTED_EDGE('',*,*,#6550,.F.); -#9035=ORIENTED_EDGE('',*,*,#6551,.F.); -#9036=ORIENTED_EDGE('',*,*,#6552,.F.); -#9037=ORIENTED_EDGE('',*,*,#5425,.F.); -#9038=ORIENTED_EDGE('',*,*,#6553,.F.); -#9039=ORIENTED_EDGE('',*,*,#6554,.F.); -#9040=ORIENTED_EDGE('',*,*,#6550,.T.); -#9041=ORIENTED_EDGE('',*,*,#5426,.F.); -#9042=ORIENTED_EDGE('',*,*,#6552,.T.); -#9043=ORIENTED_EDGE('',*,*,#6553,.T.); -#9044=ORIENTED_EDGE('',*,*,#5424,.F.); -#9045=ORIENTED_EDGE('',*,*,#6555,.T.); -#9046=ORIENTED_EDGE('',*,*,#6556,.T.); -#9047=ORIENTED_EDGE('',*,*,#6557,.F.); -#9048=ORIENTED_EDGE('',*,*,#6555,.F.); -#9049=ORIENTED_EDGE('',*,*,#5423,.F.); -#9050=ORIENTED_EDGE('',*,*,#6558,.F.); -#9051=ORIENTED_EDGE('',*,*,#6559,.F.); -#9052=ORIENTED_EDGE('',*,*,#6560,.F.); -#9053=ORIENTED_EDGE('',*,*,#5421,.F.); -#9054=ORIENTED_EDGE('',*,*,#6561,.F.); -#9055=ORIENTED_EDGE('',*,*,#6562,.F.); -#9056=ORIENTED_EDGE('',*,*,#6558,.T.); -#9057=ORIENTED_EDGE('',*,*,#5422,.F.); -#9058=ORIENTED_EDGE('',*,*,#6560,.T.); -#9059=ORIENTED_EDGE('',*,*,#6561,.T.); -#9060=ORIENTED_EDGE('',*,*,#5420,.F.); -#9061=ORIENTED_EDGE('',*,*,#6563,.T.); -#9062=ORIENTED_EDGE('',*,*,#6564,.T.); -#9063=ORIENTED_EDGE('',*,*,#6565,.F.); -#9064=ORIENTED_EDGE('',*,*,#6563,.F.); -#9065=ORIENTED_EDGE('',*,*,#5419,.F.); -#9066=ORIENTED_EDGE('',*,*,#6566,.F.); -#9067=ORIENTED_EDGE('',*,*,#6567,.F.); -#9068=ORIENTED_EDGE('',*,*,#6568,.F.); -#9069=ORIENTED_EDGE('',*,*,#5417,.F.); -#9070=ORIENTED_EDGE('',*,*,#6569,.F.); -#9071=ORIENTED_EDGE('',*,*,#6570,.F.); -#9072=ORIENTED_EDGE('',*,*,#6566,.T.); -#9073=ORIENTED_EDGE('',*,*,#5418,.F.); -#9074=ORIENTED_EDGE('',*,*,#6568,.T.); -#9075=ORIENTED_EDGE('',*,*,#6569,.T.); -#9076=ORIENTED_EDGE('',*,*,#5416,.F.); -#9077=ORIENTED_EDGE('',*,*,#6571,.T.); -#9078=ORIENTED_EDGE('',*,*,#6572,.T.); -#9079=ORIENTED_EDGE('',*,*,#6573,.F.); -#9080=ORIENTED_EDGE('',*,*,#6571,.F.); -#9081=ORIENTED_EDGE('',*,*,#5415,.F.); -#9082=ORIENTED_EDGE('',*,*,#6574,.F.); -#9083=ORIENTED_EDGE('',*,*,#6575,.F.); -#9084=ORIENTED_EDGE('',*,*,#6576,.F.); -#9085=ORIENTED_EDGE('',*,*,#5413,.F.); -#9086=ORIENTED_EDGE('',*,*,#6577,.F.); -#9087=ORIENTED_EDGE('',*,*,#6578,.F.); -#9088=ORIENTED_EDGE('',*,*,#6574,.T.); -#9089=ORIENTED_EDGE('',*,*,#5414,.F.); -#9090=ORIENTED_EDGE('',*,*,#6576,.T.); -#9091=ORIENTED_EDGE('',*,*,#6577,.T.); -#9092=ORIENTED_EDGE('',*,*,#5412,.F.); -#9093=ORIENTED_EDGE('',*,*,#6579,.T.); -#9094=ORIENTED_EDGE('',*,*,#6580,.T.); -#9095=ORIENTED_EDGE('',*,*,#6581,.F.); -#9096=ORIENTED_EDGE('',*,*,#6579,.F.); -#9097=ORIENTED_EDGE('',*,*,#5411,.F.); -#9098=ORIENTED_EDGE('',*,*,#6582,.F.); -#9099=ORIENTED_EDGE('',*,*,#6583,.F.); -#9100=ORIENTED_EDGE('',*,*,#6584,.F.); -#9101=ORIENTED_EDGE('',*,*,#5409,.F.); -#9102=ORIENTED_EDGE('',*,*,#6585,.F.); -#9103=ORIENTED_EDGE('',*,*,#6586,.F.); -#9104=ORIENTED_EDGE('',*,*,#6582,.T.); -#9105=ORIENTED_EDGE('',*,*,#5410,.F.); -#9106=ORIENTED_EDGE('',*,*,#6584,.T.); -#9107=ORIENTED_EDGE('',*,*,#6585,.T.); -#9108=ORIENTED_EDGE('',*,*,#5408,.F.); -#9109=ORIENTED_EDGE('',*,*,#6587,.T.); -#9110=ORIENTED_EDGE('',*,*,#6588,.T.); -#9111=ORIENTED_EDGE('',*,*,#6589,.F.); -#9112=ORIENTED_EDGE('',*,*,#6587,.F.); -#9113=ORIENTED_EDGE('',*,*,#5407,.F.); -#9114=ORIENTED_EDGE('',*,*,#6590,.F.); -#9115=ORIENTED_EDGE('',*,*,#6591,.F.); -#9116=ORIENTED_EDGE('',*,*,#6592,.F.); -#9117=ORIENTED_EDGE('',*,*,#5405,.F.); -#9118=ORIENTED_EDGE('',*,*,#6593,.F.); -#9119=ORIENTED_EDGE('',*,*,#6594,.F.); -#9120=ORIENTED_EDGE('',*,*,#6590,.T.); -#9121=ORIENTED_EDGE('',*,*,#5406,.F.); -#9122=ORIENTED_EDGE('',*,*,#6592,.T.); -#9123=ORIENTED_EDGE('',*,*,#6593,.T.); -#9124=ORIENTED_EDGE('',*,*,#5404,.F.); -#9125=ORIENTED_EDGE('',*,*,#6595,.T.); -#9126=ORIENTED_EDGE('',*,*,#6596,.T.); -#9127=ORIENTED_EDGE('',*,*,#6597,.F.); -#9128=ORIENTED_EDGE('',*,*,#6595,.F.); -#9129=ORIENTED_EDGE('',*,*,#5403,.F.); -#9130=ORIENTED_EDGE('',*,*,#6598,.F.); -#9131=ORIENTED_EDGE('',*,*,#6599,.F.); -#9132=ORIENTED_EDGE('',*,*,#6600,.F.); -#9133=ORIENTED_EDGE('',*,*,#5401,.F.); -#9134=ORIENTED_EDGE('',*,*,#6601,.F.); -#9135=ORIENTED_EDGE('',*,*,#6602,.F.); -#9136=ORIENTED_EDGE('',*,*,#6598,.T.); -#9137=ORIENTED_EDGE('',*,*,#5402,.F.); -#9138=ORIENTED_EDGE('',*,*,#6600,.T.); -#9139=ORIENTED_EDGE('',*,*,#6601,.T.); -#9140=ORIENTED_EDGE('',*,*,#5400,.F.); -#9141=ORIENTED_EDGE('',*,*,#6603,.T.); -#9142=ORIENTED_EDGE('',*,*,#6604,.T.); -#9143=ORIENTED_EDGE('',*,*,#6605,.F.); -#9144=ORIENTED_EDGE('',*,*,#6603,.F.); -#9145=ORIENTED_EDGE('',*,*,#5399,.F.); -#9146=ORIENTED_EDGE('',*,*,#6606,.F.); -#9147=ORIENTED_EDGE('',*,*,#6607,.F.); -#9148=ORIENTED_EDGE('',*,*,#6608,.F.); -#9149=ORIENTED_EDGE('',*,*,#5397,.F.); -#9150=ORIENTED_EDGE('',*,*,#6609,.F.); -#9151=ORIENTED_EDGE('',*,*,#6610,.F.); -#9152=ORIENTED_EDGE('',*,*,#6606,.T.); -#9153=ORIENTED_EDGE('',*,*,#5398,.F.); -#9154=ORIENTED_EDGE('',*,*,#6608,.T.); -#9155=ORIENTED_EDGE('',*,*,#6609,.T.); -#9156=ORIENTED_EDGE('',*,*,#5396,.F.); -#9157=ORIENTED_EDGE('',*,*,#6611,.T.); -#9158=ORIENTED_EDGE('',*,*,#6612,.T.); -#9159=ORIENTED_EDGE('',*,*,#6613,.F.); -#9160=ORIENTED_EDGE('',*,*,#6611,.F.); -#9161=ORIENTED_EDGE('',*,*,#5395,.F.); -#9162=ORIENTED_EDGE('',*,*,#6614,.F.); -#9163=ORIENTED_EDGE('',*,*,#6615,.F.); -#9164=ORIENTED_EDGE('',*,*,#6616,.F.); -#9165=ORIENTED_EDGE('',*,*,#5393,.F.); -#9166=ORIENTED_EDGE('',*,*,#6617,.F.); -#9167=ORIENTED_EDGE('',*,*,#6618,.F.); -#9168=ORIENTED_EDGE('',*,*,#6614,.T.); -#9169=ORIENTED_EDGE('',*,*,#5394,.F.); -#9170=ORIENTED_EDGE('',*,*,#6616,.T.); -#9171=ORIENTED_EDGE('',*,*,#6617,.T.); -#9172=ORIENTED_EDGE('',*,*,#5392,.F.); -#9173=ORIENTED_EDGE('',*,*,#6619,.T.); -#9174=ORIENTED_EDGE('',*,*,#6620,.T.); -#9175=ORIENTED_EDGE('',*,*,#6621,.F.); -#9176=ORIENTED_EDGE('',*,*,#6619,.F.); -#9177=ORIENTED_EDGE('',*,*,#5391,.F.); -#9178=ORIENTED_EDGE('',*,*,#6622,.F.); -#9179=ORIENTED_EDGE('',*,*,#6623,.F.); -#9180=ORIENTED_EDGE('',*,*,#6624,.F.); -#9181=ORIENTED_EDGE('',*,*,#5389,.F.); -#9182=ORIENTED_EDGE('',*,*,#6625,.F.); -#9183=ORIENTED_EDGE('',*,*,#6626,.F.); -#9184=ORIENTED_EDGE('',*,*,#6622,.T.); -#9185=ORIENTED_EDGE('',*,*,#5390,.F.); -#9186=ORIENTED_EDGE('',*,*,#6624,.T.); -#9187=ORIENTED_EDGE('',*,*,#6625,.T.); -#9188=ORIENTED_EDGE('',*,*,#5388,.F.); -#9189=ORIENTED_EDGE('',*,*,#6627,.T.); -#9190=ORIENTED_EDGE('',*,*,#6628,.T.); -#9191=ORIENTED_EDGE('',*,*,#6629,.F.); -#9192=ORIENTED_EDGE('',*,*,#6627,.F.); -#9193=ORIENTED_EDGE('',*,*,#5387,.F.); -#9194=ORIENTED_EDGE('',*,*,#6630,.F.); -#9195=ORIENTED_EDGE('',*,*,#6631,.F.); -#9196=ORIENTED_EDGE('',*,*,#6632,.F.); -#9197=ORIENTED_EDGE('',*,*,#5385,.F.); -#9198=ORIENTED_EDGE('',*,*,#6633,.F.); -#9199=ORIENTED_EDGE('',*,*,#6634,.F.); -#9200=ORIENTED_EDGE('',*,*,#6630,.T.); -#9201=ORIENTED_EDGE('',*,*,#5386,.F.); -#9202=ORIENTED_EDGE('',*,*,#6632,.T.); -#9203=ORIENTED_EDGE('',*,*,#6633,.T.); -#9204=ORIENTED_EDGE('',*,*,#5384,.F.); -#9205=ORIENTED_EDGE('',*,*,#6635,.T.); -#9206=ORIENTED_EDGE('',*,*,#6636,.T.); -#9207=ORIENTED_EDGE('',*,*,#6637,.F.); -#9208=ORIENTED_EDGE('',*,*,#6635,.F.); -#9209=ORIENTED_EDGE('',*,*,#5383,.F.); -#9210=ORIENTED_EDGE('',*,*,#6638,.F.); -#9211=ORIENTED_EDGE('',*,*,#6639,.F.); -#9212=ORIENTED_EDGE('',*,*,#6640,.F.); -#9213=ORIENTED_EDGE('',*,*,#5381,.F.); -#9214=ORIENTED_EDGE('',*,*,#6641,.F.); -#9215=ORIENTED_EDGE('',*,*,#6642,.F.); -#9216=ORIENTED_EDGE('',*,*,#6638,.T.); -#9217=ORIENTED_EDGE('',*,*,#5382,.F.); -#9218=ORIENTED_EDGE('',*,*,#6640,.T.); -#9219=ORIENTED_EDGE('',*,*,#6641,.T.); -#9220=ORIENTED_EDGE('',*,*,#5380,.F.); -#9221=ORIENTED_EDGE('',*,*,#6643,.T.); -#9222=ORIENTED_EDGE('',*,*,#6644,.T.); -#9223=ORIENTED_EDGE('',*,*,#6645,.F.); -#9224=ORIENTED_EDGE('',*,*,#6643,.F.); -#9225=ORIENTED_EDGE('',*,*,#5379,.F.); -#9226=ORIENTED_EDGE('',*,*,#6646,.F.); -#9227=ORIENTED_EDGE('',*,*,#6647,.F.); -#9228=ORIENTED_EDGE('',*,*,#6648,.F.); -#9229=ORIENTED_EDGE('',*,*,#5377,.F.); -#9230=ORIENTED_EDGE('',*,*,#6649,.F.); -#9231=ORIENTED_EDGE('',*,*,#6650,.F.); -#9232=ORIENTED_EDGE('',*,*,#6646,.T.); -#9233=ORIENTED_EDGE('',*,*,#5378,.F.); -#9234=ORIENTED_EDGE('',*,*,#6648,.T.); -#9235=ORIENTED_EDGE('',*,*,#6649,.T.); -#9236=ORIENTED_EDGE('',*,*,#5376,.F.); -#9237=ORIENTED_EDGE('',*,*,#6651,.T.); -#9238=ORIENTED_EDGE('',*,*,#6652,.T.); -#9239=ORIENTED_EDGE('',*,*,#6653,.F.); -#9240=ORIENTED_EDGE('',*,*,#6651,.F.); -#9241=ORIENTED_EDGE('',*,*,#5375,.F.); -#9242=ORIENTED_EDGE('',*,*,#6654,.F.); -#9243=ORIENTED_EDGE('',*,*,#6655,.F.); -#9244=ORIENTED_EDGE('',*,*,#6656,.F.); -#9245=ORIENTED_EDGE('',*,*,#5373,.F.); -#9246=ORIENTED_EDGE('',*,*,#6657,.F.); -#9247=ORIENTED_EDGE('',*,*,#6658,.F.); -#9248=ORIENTED_EDGE('',*,*,#6654,.T.); -#9249=ORIENTED_EDGE('',*,*,#5374,.F.); -#9250=ORIENTED_EDGE('',*,*,#6656,.T.); -#9251=ORIENTED_EDGE('',*,*,#6657,.T.); -#9252=ORIENTED_EDGE('',*,*,#5372,.F.); -#9253=ORIENTED_EDGE('',*,*,#6659,.T.); -#9254=ORIENTED_EDGE('',*,*,#6660,.T.); -#9255=ORIENTED_EDGE('',*,*,#6661,.F.); -#9256=ORIENTED_EDGE('',*,*,#6659,.F.); -#9257=ORIENTED_EDGE('',*,*,#5371,.F.); -#9258=ORIENTED_EDGE('',*,*,#6662,.F.); -#9259=ORIENTED_EDGE('',*,*,#6663,.F.); -#9260=ORIENTED_EDGE('',*,*,#6664,.F.); -#9261=ORIENTED_EDGE('',*,*,#5369,.F.); -#9262=ORIENTED_EDGE('',*,*,#6665,.F.); -#9263=ORIENTED_EDGE('',*,*,#6666,.F.); -#9264=ORIENTED_EDGE('',*,*,#6662,.T.); -#9265=ORIENTED_EDGE('',*,*,#5370,.F.); -#9266=ORIENTED_EDGE('',*,*,#6664,.T.); -#9267=ORIENTED_EDGE('',*,*,#6665,.T.); -#9268=ORIENTED_EDGE('',*,*,#5368,.F.); -#9269=ORIENTED_EDGE('',*,*,#6667,.T.); -#9270=ORIENTED_EDGE('',*,*,#6668,.T.); -#9271=ORIENTED_EDGE('',*,*,#6669,.F.); -#9272=ORIENTED_EDGE('',*,*,#6667,.F.); -#9273=ORIENTED_EDGE('',*,*,#5367,.F.); -#9274=ORIENTED_EDGE('',*,*,#6670,.F.); -#9275=ORIENTED_EDGE('',*,*,#6671,.F.); -#9276=ORIENTED_EDGE('',*,*,#6672,.F.); -#9277=ORIENTED_EDGE('',*,*,#5365,.F.); -#9278=ORIENTED_EDGE('',*,*,#6673,.F.); -#9279=ORIENTED_EDGE('',*,*,#6674,.F.); -#9280=ORIENTED_EDGE('',*,*,#6670,.T.); -#9281=ORIENTED_EDGE('',*,*,#5366,.F.); -#9282=ORIENTED_EDGE('',*,*,#6672,.T.); -#9283=ORIENTED_EDGE('',*,*,#6673,.T.); -#9284=ORIENTED_EDGE('',*,*,#5364,.F.); -#9285=ORIENTED_EDGE('',*,*,#6675,.T.); -#9286=ORIENTED_EDGE('',*,*,#6676,.T.); -#9287=ORIENTED_EDGE('',*,*,#6677,.F.); -#9288=ORIENTED_EDGE('',*,*,#6675,.F.); -#9289=ORIENTED_EDGE('',*,*,#5363,.F.); -#9290=ORIENTED_EDGE('',*,*,#6678,.F.); -#9291=ORIENTED_EDGE('',*,*,#6679,.F.); -#9292=ORIENTED_EDGE('',*,*,#6680,.F.); -#9293=ORIENTED_EDGE('',*,*,#5361,.F.); -#9294=ORIENTED_EDGE('',*,*,#6681,.F.); -#9295=ORIENTED_EDGE('',*,*,#6682,.F.); -#9296=ORIENTED_EDGE('',*,*,#6678,.T.); -#9297=ORIENTED_EDGE('',*,*,#5362,.F.); -#9298=ORIENTED_EDGE('',*,*,#6680,.T.); -#9299=ORIENTED_EDGE('',*,*,#6681,.T.); -#9300=ORIENTED_EDGE('',*,*,#5360,.F.); -#9301=ORIENTED_EDGE('',*,*,#6683,.T.); -#9302=ORIENTED_EDGE('',*,*,#6684,.T.); -#9303=ORIENTED_EDGE('',*,*,#6685,.F.); -#9304=ORIENTED_EDGE('',*,*,#6683,.F.); -#9305=ORIENTED_EDGE('',*,*,#5359,.F.); -#9306=ORIENTED_EDGE('',*,*,#6686,.F.); -#9307=ORIENTED_EDGE('',*,*,#6687,.F.); -#9308=ORIENTED_EDGE('',*,*,#6688,.F.); -#9309=ORIENTED_EDGE('',*,*,#5357,.F.); -#9310=ORIENTED_EDGE('',*,*,#6689,.F.); -#9311=ORIENTED_EDGE('',*,*,#6690,.F.); -#9312=ORIENTED_EDGE('',*,*,#6686,.T.); -#9313=ORIENTED_EDGE('',*,*,#5358,.F.); -#9314=ORIENTED_EDGE('',*,*,#6688,.T.); -#9315=ORIENTED_EDGE('',*,*,#6689,.T.); -#9316=ORIENTED_EDGE('',*,*,#5356,.F.); -#9317=ORIENTED_EDGE('',*,*,#6691,.T.); -#9318=ORIENTED_EDGE('',*,*,#6692,.T.); -#9319=ORIENTED_EDGE('',*,*,#6693,.F.); -#9320=ORIENTED_EDGE('',*,*,#6691,.F.); -#9321=ORIENTED_EDGE('',*,*,#5355,.F.); -#9322=ORIENTED_EDGE('',*,*,#6694,.F.); -#9323=ORIENTED_EDGE('',*,*,#6695,.F.); -#9324=ORIENTED_EDGE('',*,*,#6696,.F.); -#9325=ORIENTED_EDGE('',*,*,#5353,.F.); -#9326=ORIENTED_EDGE('',*,*,#6697,.F.); -#9327=ORIENTED_EDGE('',*,*,#6698,.F.); -#9328=ORIENTED_EDGE('',*,*,#6694,.T.); -#9329=ORIENTED_EDGE('',*,*,#5354,.F.); -#9330=ORIENTED_EDGE('',*,*,#6696,.T.); -#9331=ORIENTED_EDGE('',*,*,#6697,.T.); -#9332=ORIENTED_EDGE('',*,*,#5352,.F.); -#9333=ORIENTED_EDGE('',*,*,#6699,.T.); -#9334=ORIENTED_EDGE('',*,*,#6700,.T.); -#9335=ORIENTED_EDGE('',*,*,#6701,.F.); -#9336=ORIENTED_EDGE('',*,*,#6699,.F.); -#9337=ORIENTED_EDGE('',*,*,#5351,.F.); -#9338=ORIENTED_EDGE('',*,*,#6702,.F.); -#9339=ORIENTED_EDGE('',*,*,#6703,.F.); -#9340=ORIENTED_EDGE('',*,*,#6704,.F.); -#9341=ORIENTED_EDGE('',*,*,#5349,.F.); -#9342=ORIENTED_EDGE('',*,*,#6705,.F.); -#9343=ORIENTED_EDGE('',*,*,#6706,.F.); -#9344=ORIENTED_EDGE('',*,*,#6702,.T.); -#9345=ORIENTED_EDGE('',*,*,#5350,.F.); -#9346=ORIENTED_EDGE('',*,*,#6704,.T.); -#9347=ORIENTED_EDGE('',*,*,#6705,.T.); -#9348=ORIENTED_EDGE('',*,*,#5348,.F.); -#9349=ORIENTED_EDGE('',*,*,#6707,.T.); -#9350=ORIENTED_EDGE('',*,*,#6708,.T.); -#9351=ORIENTED_EDGE('',*,*,#6709,.F.); -#9352=ORIENTED_EDGE('',*,*,#6707,.F.); -#9353=ORIENTED_EDGE('',*,*,#5347,.F.); -#9354=ORIENTED_EDGE('',*,*,#6710,.F.); -#9355=ORIENTED_EDGE('',*,*,#6711,.F.); -#9356=ORIENTED_EDGE('',*,*,#6712,.F.); -#9357=ORIENTED_EDGE('',*,*,#5345,.F.); -#9358=ORIENTED_EDGE('',*,*,#6713,.F.); -#9359=ORIENTED_EDGE('',*,*,#6714,.F.); -#9360=ORIENTED_EDGE('',*,*,#6710,.T.); -#9361=ORIENTED_EDGE('',*,*,#5346,.F.); -#9362=ORIENTED_EDGE('',*,*,#6712,.T.); -#9363=ORIENTED_EDGE('',*,*,#6713,.T.); -#9364=ORIENTED_EDGE('',*,*,#5344,.F.); -#9365=ORIENTED_EDGE('',*,*,#6715,.T.); -#9366=ORIENTED_EDGE('',*,*,#6716,.T.); -#9367=ORIENTED_EDGE('',*,*,#6717,.F.); -#9368=ORIENTED_EDGE('',*,*,#6715,.F.); -#9369=ORIENTED_EDGE('',*,*,#5343,.F.); -#9370=ORIENTED_EDGE('',*,*,#6718,.F.); -#9371=ORIENTED_EDGE('',*,*,#6719,.F.); -#9372=ORIENTED_EDGE('',*,*,#6720,.F.); -#9373=ORIENTED_EDGE('',*,*,#5341,.F.); -#9374=ORIENTED_EDGE('',*,*,#6721,.F.); -#9375=ORIENTED_EDGE('',*,*,#6722,.F.); -#9376=ORIENTED_EDGE('',*,*,#6718,.T.); -#9377=ORIENTED_EDGE('',*,*,#5342,.F.); -#9378=ORIENTED_EDGE('',*,*,#6720,.T.); -#9379=ORIENTED_EDGE('',*,*,#6721,.T.); -#9380=ORIENTED_EDGE('',*,*,#5340,.F.); -#9381=ORIENTED_EDGE('',*,*,#6723,.T.); -#9382=ORIENTED_EDGE('',*,*,#6724,.T.); -#9383=ORIENTED_EDGE('',*,*,#6725,.F.); -#9384=ORIENTED_EDGE('',*,*,#6723,.F.); -#9385=ORIENTED_EDGE('',*,*,#5339,.F.); -#9386=ORIENTED_EDGE('',*,*,#6726,.F.); -#9387=ORIENTED_EDGE('',*,*,#6727,.F.); -#9388=ORIENTED_EDGE('',*,*,#6728,.F.); -#9389=ORIENTED_EDGE('',*,*,#5337,.F.); -#9390=ORIENTED_EDGE('',*,*,#6729,.F.); -#9391=ORIENTED_EDGE('',*,*,#6730,.F.); -#9392=ORIENTED_EDGE('',*,*,#6726,.T.); -#9393=ORIENTED_EDGE('',*,*,#5338,.F.); -#9394=ORIENTED_EDGE('',*,*,#6728,.T.); -#9395=ORIENTED_EDGE('',*,*,#6729,.T.); -#9396=ORIENTED_EDGE('',*,*,#5336,.F.); -#9397=ORIENTED_EDGE('',*,*,#6731,.T.); -#9398=ORIENTED_EDGE('',*,*,#6732,.T.); -#9399=ORIENTED_EDGE('',*,*,#6733,.F.); -#9400=ORIENTED_EDGE('',*,*,#6731,.F.); -#9401=ORIENTED_EDGE('',*,*,#5335,.F.); -#9402=ORIENTED_EDGE('',*,*,#6734,.F.); -#9403=ORIENTED_EDGE('',*,*,#6735,.F.); -#9404=ORIENTED_EDGE('',*,*,#6736,.F.); -#9405=ORIENTED_EDGE('',*,*,#5333,.F.); -#9406=ORIENTED_EDGE('',*,*,#6737,.F.); -#9407=ORIENTED_EDGE('',*,*,#6738,.F.); -#9408=ORIENTED_EDGE('',*,*,#6734,.T.); -#9409=ORIENTED_EDGE('',*,*,#5334,.F.); -#9410=ORIENTED_EDGE('',*,*,#6736,.T.); -#9411=ORIENTED_EDGE('',*,*,#6737,.T.); -#9412=ORIENTED_EDGE('',*,*,#5332,.F.); -#9413=ORIENTED_EDGE('',*,*,#6739,.T.); -#9414=ORIENTED_EDGE('',*,*,#6740,.T.); -#9415=ORIENTED_EDGE('',*,*,#6741,.F.); -#9416=ORIENTED_EDGE('',*,*,#6739,.F.); -#9417=ORIENTED_EDGE('',*,*,#5331,.F.); -#9418=ORIENTED_EDGE('',*,*,#6742,.F.); -#9419=ORIENTED_EDGE('',*,*,#6743,.F.); -#9420=ORIENTED_EDGE('',*,*,#6744,.F.); -#9421=ORIENTED_EDGE('',*,*,#5329,.F.); -#9422=ORIENTED_EDGE('',*,*,#6745,.F.); -#9423=ORIENTED_EDGE('',*,*,#6746,.F.); -#9424=ORIENTED_EDGE('',*,*,#6742,.T.); -#9425=ORIENTED_EDGE('',*,*,#5330,.F.); -#9426=ORIENTED_EDGE('',*,*,#6744,.T.); -#9427=ORIENTED_EDGE('',*,*,#6745,.T.); -#9428=ORIENTED_EDGE('',*,*,#5328,.F.); -#9429=ORIENTED_EDGE('',*,*,#6747,.T.); -#9430=ORIENTED_EDGE('',*,*,#6748,.T.); -#9431=ORIENTED_EDGE('',*,*,#6749,.F.); -#9432=ORIENTED_EDGE('',*,*,#6747,.F.); -#9433=ORIENTED_EDGE('',*,*,#5327,.F.); -#9434=ORIENTED_EDGE('',*,*,#6750,.F.); -#9435=ORIENTED_EDGE('',*,*,#6751,.F.); -#9436=ORIENTED_EDGE('',*,*,#6752,.F.); -#9437=ORIENTED_EDGE('',*,*,#5325,.F.); -#9438=ORIENTED_EDGE('',*,*,#6753,.F.); -#9439=ORIENTED_EDGE('',*,*,#6754,.F.); -#9440=ORIENTED_EDGE('',*,*,#6750,.T.); -#9441=ORIENTED_EDGE('',*,*,#5326,.F.); -#9442=ORIENTED_EDGE('',*,*,#6752,.T.); -#9443=ORIENTED_EDGE('',*,*,#6753,.T.); -#9444=ORIENTED_EDGE('',*,*,#5324,.F.); -#9445=ORIENTED_EDGE('',*,*,#6755,.T.); -#9446=ORIENTED_EDGE('',*,*,#6756,.T.); -#9447=ORIENTED_EDGE('',*,*,#6757,.F.); -#9448=ORIENTED_EDGE('',*,*,#6755,.F.); -#9449=ORIENTED_EDGE('',*,*,#5323,.F.); -#9450=ORIENTED_EDGE('',*,*,#6758,.F.); -#9451=ORIENTED_EDGE('',*,*,#6759,.F.); -#9452=ORIENTED_EDGE('',*,*,#6760,.F.); -#9453=ORIENTED_EDGE('',*,*,#5321,.F.); -#9454=ORIENTED_EDGE('',*,*,#6761,.F.); -#9455=ORIENTED_EDGE('',*,*,#6762,.F.); -#9456=ORIENTED_EDGE('',*,*,#6758,.T.); -#9457=ORIENTED_EDGE('',*,*,#5322,.F.); -#9458=ORIENTED_EDGE('',*,*,#6760,.T.); -#9459=ORIENTED_EDGE('',*,*,#6761,.T.); -#9460=ORIENTED_EDGE('',*,*,#5320,.F.); -#9461=ORIENTED_EDGE('',*,*,#6763,.T.); -#9462=ORIENTED_EDGE('',*,*,#6764,.T.); -#9463=ORIENTED_EDGE('',*,*,#6765,.F.); -#9464=ORIENTED_EDGE('',*,*,#6763,.F.); -#9465=ORIENTED_EDGE('',*,*,#5319,.F.); -#9466=ORIENTED_EDGE('',*,*,#6766,.F.); -#9467=ORIENTED_EDGE('',*,*,#6767,.F.); -#9468=ORIENTED_EDGE('',*,*,#6768,.F.); -#9469=ORIENTED_EDGE('',*,*,#5317,.F.); -#9470=ORIENTED_EDGE('',*,*,#6769,.F.); -#9471=ORIENTED_EDGE('',*,*,#6770,.F.); -#9472=ORIENTED_EDGE('',*,*,#6766,.T.); -#9473=ORIENTED_EDGE('',*,*,#5318,.F.); -#9474=ORIENTED_EDGE('',*,*,#6768,.T.); -#9475=ORIENTED_EDGE('',*,*,#6769,.T.); -#9476=ORIENTED_EDGE('',*,*,#5316,.F.); -#9477=ORIENTED_EDGE('',*,*,#6771,.T.); -#9478=ORIENTED_EDGE('',*,*,#6772,.T.); -#9479=ORIENTED_EDGE('',*,*,#6773,.F.); -#9480=ORIENTED_EDGE('',*,*,#6771,.F.); -#9481=ORIENTED_EDGE('',*,*,#5315,.F.); -#9482=ORIENTED_EDGE('',*,*,#6774,.F.); -#9483=ORIENTED_EDGE('',*,*,#6775,.F.); -#9484=ORIENTED_EDGE('',*,*,#6776,.F.); -#9485=ORIENTED_EDGE('',*,*,#5313,.F.); -#9486=ORIENTED_EDGE('',*,*,#6777,.F.); -#9487=ORIENTED_EDGE('',*,*,#6778,.F.); -#9488=ORIENTED_EDGE('',*,*,#6774,.T.); -#9489=ORIENTED_EDGE('',*,*,#5314,.F.); -#9490=ORIENTED_EDGE('',*,*,#6776,.T.); -#9491=ORIENTED_EDGE('',*,*,#6777,.T.); -#9492=ORIENTED_EDGE('',*,*,#5312,.F.); -#9493=ORIENTED_EDGE('',*,*,#6779,.T.); -#9494=ORIENTED_EDGE('',*,*,#6780,.T.); -#9495=ORIENTED_EDGE('',*,*,#6781,.F.); -#9496=ORIENTED_EDGE('',*,*,#6779,.F.); -#9497=ORIENTED_EDGE('',*,*,#5311,.F.); -#9498=ORIENTED_EDGE('',*,*,#6782,.F.); -#9499=ORIENTED_EDGE('',*,*,#6783,.F.); -#9500=ORIENTED_EDGE('',*,*,#6784,.F.); -#9501=ORIENTED_EDGE('',*,*,#5309,.F.); -#9502=ORIENTED_EDGE('',*,*,#6785,.F.); -#9503=ORIENTED_EDGE('',*,*,#6786,.F.); -#9504=ORIENTED_EDGE('',*,*,#6782,.T.); -#9505=ORIENTED_EDGE('',*,*,#5310,.F.); -#9506=ORIENTED_EDGE('',*,*,#6784,.T.); -#9507=ORIENTED_EDGE('',*,*,#6785,.T.); -#9508=ORIENTED_EDGE('',*,*,#5308,.F.); -#9509=ORIENTED_EDGE('',*,*,#6787,.T.); -#9510=ORIENTED_EDGE('',*,*,#6788,.T.); -#9511=ORIENTED_EDGE('',*,*,#6789,.F.); -#9512=ORIENTED_EDGE('',*,*,#6787,.F.); -#9513=ORIENTED_EDGE('',*,*,#5307,.F.); -#9514=ORIENTED_EDGE('',*,*,#6790,.F.); -#9515=ORIENTED_EDGE('',*,*,#6791,.F.); -#9516=ORIENTED_EDGE('',*,*,#6792,.F.); -#9517=ORIENTED_EDGE('',*,*,#5305,.F.); -#9518=ORIENTED_EDGE('',*,*,#6793,.F.); -#9519=ORIENTED_EDGE('',*,*,#6794,.F.); -#9520=ORIENTED_EDGE('',*,*,#6790,.T.); -#9521=ORIENTED_EDGE('',*,*,#5306,.F.); -#9522=ORIENTED_EDGE('',*,*,#6792,.T.); -#9523=ORIENTED_EDGE('',*,*,#6793,.T.); -#9524=ORIENTED_EDGE('',*,*,#5304,.F.); -#9525=ORIENTED_EDGE('',*,*,#6795,.T.); -#9526=ORIENTED_EDGE('',*,*,#6796,.T.); -#9527=ORIENTED_EDGE('',*,*,#6797,.F.); -#9528=ORIENTED_EDGE('',*,*,#6795,.F.); -#9529=ORIENTED_EDGE('',*,*,#5303,.F.); -#9530=ORIENTED_EDGE('',*,*,#6798,.F.); -#9531=ORIENTED_EDGE('',*,*,#6799,.F.); -#9532=ORIENTED_EDGE('',*,*,#6800,.F.); -#9533=ORIENTED_EDGE('',*,*,#5301,.F.); -#9534=ORIENTED_EDGE('',*,*,#6801,.F.); -#9535=ORIENTED_EDGE('',*,*,#6802,.F.); -#9536=ORIENTED_EDGE('',*,*,#6798,.T.); -#9537=ORIENTED_EDGE('',*,*,#5302,.F.); -#9538=ORIENTED_EDGE('',*,*,#6800,.T.); -#9539=ORIENTED_EDGE('',*,*,#6801,.T.); -#9540=ORIENTED_EDGE('',*,*,#5300,.F.); -#9541=ORIENTED_EDGE('',*,*,#6803,.T.); -#9542=ORIENTED_EDGE('',*,*,#6804,.T.); -#9543=ORIENTED_EDGE('',*,*,#6805,.F.); -#9544=ORIENTED_EDGE('',*,*,#6803,.F.); -#9545=ORIENTED_EDGE('',*,*,#5299,.F.); -#9546=ORIENTED_EDGE('',*,*,#6806,.F.); -#9547=ORIENTED_EDGE('',*,*,#6807,.F.); -#9548=ORIENTED_EDGE('',*,*,#6808,.F.); -#9549=ORIENTED_EDGE('',*,*,#5297,.F.); -#9550=ORIENTED_EDGE('',*,*,#6809,.F.); -#9551=ORIENTED_EDGE('',*,*,#6810,.F.); -#9552=ORIENTED_EDGE('',*,*,#6806,.T.); -#9553=ORIENTED_EDGE('',*,*,#5298,.F.); -#9554=ORIENTED_EDGE('',*,*,#6808,.T.); -#9555=ORIENTED_EDGE('',*,*,#6809,.T.); -#9556=ORIENTED_EDGE('',*,*,#5296,.T.); -#9557=ORIENTED_EDGE('',*,*,#6811,.T.); -#9558=ORIENTED_EDGE('',*,*,#6812,.T.); -#9559=ORIENTED_EDGE('',*,*,#5295,.F.); -#9560=ORIENTED_EDGE('',*,*,#6813,.F.); -#9561=ORIENTED_EDGE('',*,*,#6814,.F.); -#9562=ORIENTED_EDGE('',*,*,#6811,.F.); -#9563=ORIENTED_EDGE('',*,*,#5294,.F.); -#9564=ORIENTED_EDGE('',*,*,#6815,.T.); -#9565=ORIENTED_EDGE('',*,*,#6816,.F.); -#9566=ORIENTED_EDGE('',*,*,#6813,.T.); -#9567=ORIENTED_EDGE('',*,*,#5293,.F.); -#9568=ORIENTED_EDGE('',*,*,#6817,.F.); -#9569=ORIENTED_EDGE('',*,*,#6818,.F.); -#9570=ORIENTED_EDGE('',*,*,#6815,.F.); -#9571=ORIENTED_EDGE('',*,*,#5291,.F.); -#9572=ORIENTED_EDGE('',*,*,#6819,.F.); -#9573=ORIENTED_EDGE('',*,*,#6820,.F.); -#9574=ORIENTED_EDGE('',*,*,#6821,.F.); -#9575=ORIENTED_EDGE('',*,*,#5290,.F.); -#9576=ORIENTED_EDGE('',*,*,#6822,.T.); -#9577=ORIENTED_EDGE('',*,*,#6823,.F.); -#9578=ORIENTED_EDGE('',*,*,#6819,.T.); -#9579=ORIENTED_EDGE('',*,*,#5289,.F.); -#9580=ORIENTED_EDGE('',*,*,#6824,.F.); -#9581=ORIENTED_EDGE('',*,*,#6825,.F.); -#9582=ORIENTED_EDGE('',*,*,#6822,.F.); -#9583=ORIENTED_EDGE('',*,*,#6817,.T.); -#9584=ORIENTED_EDGE('',*,*,#5292,.T.); -#9585=ORIENTED_EDGE('',*,*,#6821,.T.); -#9586=ORIENTED_EDGE('',*,*,#6826,.T.); -#9587=ORIENTED_EDGE('',*,*,#5287,.F.); -#9588=ORIENTED_EDGE('',*,*,#6827,.F.); -#9589=ORIENTED_EDGE('',*,*,#6828,.F.); -#9590=ORIENTED_EDGE('',*,*,#6829,.F.); -#9591=ORIENTED_EDGE('',*,*,#5286,.F.); -#9592=ORIENTED_EDGE('',*,*,#6830,.T.); -#9593=ORIENTED_EDGE('',*,*,#6831,.F.); -#9594=ORIENTED_EDGE('',*,*,#6827,.T.); -#9595=ORIENTED_EDGE('',*,*,#5285,.F.); -#9596=ORIENTED_EDGE('',*,*,#6832,.F.); -#9597=ORIENTED_EDGE('',*,*,#6833,.F.); -#9598=ORIENTED_EDGE('',*,*,#6830,.F.); -#9599=ORIENTED_EDGE('',*,*,#6824,.T.); -#9600=ORIENTED_EDGE('',*,*,#5288,.T.); -#9601=ORIENTED_EDGE('',*,*,#6829,.T.); -#9602=ORIENTED_EDGE('',*,*,#6834,.T.); -#9603=ORIENTED_EDGE('',*,*,#5282,.F.); -#9604=ORIENTED_EDGE('',*,*,#6835,.F.); -#9605=ORIENTED_EDGE('',*,*,#6836,.F.); -#9606=ORIENTED_EDGE('',*,*,#6837,.F.); -#9607=ORIENTED_EDGE('',*,*,#5281,.F.); -#9608=ORIENTED_EDGE('',*,*,#6838,.T.); -#9609=ORIENTED_EDGE('',*,*,#6839,.F.); -#9610=ORIENTED_EDGE('',*,*,#6835,.T.); -#9611=ORIENTED_EDGE('',*,*,#5280,.F.); -#9612=ORIENTED_EDGE('',*,*,#6840,.F.); -#9613=ORIENTED_EDGE('',*,*,#6841,.F.); -#9614=ORIENTED_EDGE('',*,*,#6838,.F.); -#9615=ORIENTED_EDGE('',*,*,#6832,.T.); -#9616=ORIENTED_EDGE('',*,*,#5284,.T.); -#9617=ORIENTED_EDGE('',*,*,#5283,.T.); -#9618=ORIENTED_EDGE('',*,*,#6837,.T.); -#9619=ORIENTED_EDGE('',*,*,#6842,.T.); -#9620=ORIENTED_EDGE('',*,*,#5276,.F.); -#9621=ORIENTED_EDGE('',*,*,#6843,.F.); -#9622=ORIENTED_EDGE('',*,*,#6844,.F.); -#9623=ORIENTED_EDGE('',*,*,#6845,.F.); -#9624=ORIENTED_EDGE('',*,*,#5275,.F.); -#9625=ORIENTED_EDGE('',*,*,#6846,.T.); -#9626=ORIENTED_EDGE('',*,*,#6847,.F.); -#9627=ORIENTED_EDGE('',*,*,#6843,.T.); -#9628=ORIENTED_EDGE('',*,*,#5274,.F.); -#9629=ORIENTED_EDGE('',*,*,#6848,.F.); -#9630=ORIENTED_EDGE('',*,*,#6849,.F.); -#9631=ORIENTED_EDGE('',*,*,#6846,.F.); -#9632=ORIENTED_EDGE('',*,*,#6840,.T.); -#9633=ORIENTED_EDGE('',*,*,#5279,.T.); -#9634=ORIENTED_EDGE('',*,*,#5278,.T.); -#9635=ORIENTED_EDGE('',*,*,#5277,.T.); -#9636=ORIENTED_EDGE('',*,*,#6845,.T.); -#9637=ORIENTED_EDGE('',*,*,#6850,.T.); -#9638=ORIENTED_EDGE('',*,*,#5270,.F.); -#9639=ORIENTED_EDGE('',*,*,#6851,.F.); -#9640=ORIENTED_EDGE('',*,*,#6852,.F.); -#9641=ORIENTED_EDGE('',*,*,#6853,.F.); -#9642=ORIENTED_EDGE('',*,*,#5269,.F.); -#9643=ORIENTED_EDGE('',*,*,#6854,.T.); -#9644=ORIENTED_EDGE('',*,*,#6855,.F.); -#9645=ORIENTED_EDGE('',*,*,#6851,.T.); -#9646=ORIENTED_EDGE('',*,*,#5268,.F.); -#9647=ORIENTED_EDGE('',*,*,#6856,.F.); -#9648=ORIENTED_EDGE('',*,*,#6857,.F.); -#9649=ORIENTED_EDGE('',*,*,#6854,.F.); -#9650=ORIENTED_EDGE('',*,*,#6848,.T.); -#9651=ORIENTED_EDGE('',*,*,#5273,.T.); -#9652=ORIENTED_EDGE('',*,*,#5272,.T.); -#9653=ORIENTED_EDGE('',*,*,#5271,.T.); -#9654=ORIENTED_EDGE('',*,*,#6853,.T.); -#9655=ORIENTED_EDGE('',*,*,#6858,.T.); -#9656=ORIENTED_EDGE('',*,*,#5264,.F.); -#9657=ORIENTED_EDGE('',*,*,#6859,.F.); -#9658=ORIENTED_EDGE('',*,*,#6860,.F.); -#9659=ORIENTED_EDGE('',*,*,#6861,.F.); -#9660=ORIENTED_EDGE('',*,*,#5263,.F.); -#9661=ORIENTED_EDGE('',*,*,#6862,.T.); -#9662=ORIENTED_EDGE('',*,*,#6863,.F.); -#9663=ORIENTED_EDGE('',*,*,#6859,.T.); -#9664=ORIENTED_EDGE('',*,*,#5262,.F.); -#9665=ORIENTED_EDGE('',*,*,#6864,.F.); -#9666=ORIENTED_EDGE('',*,*,#6865,.F.); -#9667=ORIENTED_EDGE('',*,*,#6862,.F.); -#9668=ORIENTED_EDGE('',*,*,#6856,.T.); -#9669=ORIENTED_EDGE('',*,*,#5267,.T.); -#9670=ORIENTED_EDGE('',*,*,#5266,.T.); -#9671=ORIENTED_EDGE('',*,*,#5265,.T.); -#9672=ORIENTED_EDGE('',*,*,#6861,.T.); -#9673=ORIENTED_EDGE('',*,*,#6866,.T.); -#9674=ORIENTED_EDGE('',*,*,#5258,.F.); -#9675=ORIENTED_EDGE('',*,*,#6867,.F.); -#9676=ORIENTED_EDGE('',*,*,#6868,.F.); -#9677=ORIENTED_EDGE('',*,*,#6869,.F.); -#9678=ORIENTED_EDGE('',*,*,#5257,.F.); -#9679=ORIENTED_EDGE('',*,*,#6870,.T.); -#9680=ORIENTED_EDGE('',*,*,#6871,.F.); -#9681=ORIENTED_EDGE('',*,*,#6867,.T.); -#9682=ORIENTED_EDGE('',*,*,#5256,.F.); -#9683=ORIENTED_EDGE('',*,*,#6872,.F.); -#9684=ORIENTED_EDGE('',*,*,#6873,.F.); -#9685=ORIENTED_EDGE('',*,*,#6870,.F.); -#9686=ORIENTED_EDGE('',*,*,#6864,.T.); -#9687=ORIENTED_EDGE('',*,*,#5261,.T.); -#9688=ORIENTED_EDGE('',*,*,#5260,.T.); -#9689=ORIENTED_EDGE('',*,*,#5259,.T.); -#9690=ORIENTED_EDGE('',*,*,#6869,.T.); -#9691=ORIENTED_EDGE('',*,*,#6874,.T.); -#9692=ORIENTED_EDGE('',*,*,#5252,.F.); -#9693=ORIENTED_EDGE('',*,*,#6875,.F.); -#9694=ORIENTED_EDGE('',*,*,#6876,.F.); -#9695=ORIENTED_EDGE('',*,*,#6877,.F.); -#9696=ORIENTED_EDGE('',*,*,#5251,.F.); -#9697=ORIENTED_EDGE('',*,*,#6878,.T.); -#9698=ORIENTED_EDGE('',*,*,#6879,.F.); -#9699=ORIENTED_EDGE('',*,*,#6875,.T.); -#9700=ORIENTED_EDGE('',*,*,#5250,.F.); -#9701=ORIENTED_EDGE('',*,*,#6880,.F.); -#9702=ORIENTED_EDGE('',*,*,#6881,.F.); -#9703=ORIENTED_EDGE('',*,*,#6878,.F.); -#9704=ORIENTED_EDGE('',*,*,#6872,.T.); -#9705=ORIENTED_EDGE('',*,*,#5255,.T.); -#9706=ORIENTED_EDGE('',*,*,#5254,.T.); -#9707=ORIENTED_EDGE('',*,*,#5253,.T.); -#9708=ORIENTED_EDGE('',*,*,#6877,.T.); -#9709=ORIENTED_EDGE('',*,*,#6882,.T.); -#9710=ORIENTED_EDGE('',*,*,#5246,.F.); -#9711=ORIENTED_EDGE('',*,*,#6883,.F.); -#9712=ORIENTED_EDGE('',*,*,#6884,.F.); -#9713=ORIENTED_EDGE('',*,*,#6885,.F.); -#9714=ORIENTED_EDGE('',*,*,#5245,.F.); -#9715=ORIENTED_EDGE('',*,*,#6886,.T.); -#9716=ORIENTED_EDGE('',*,*,#6887,.F.); -#9717=ORIENTED_EDGE('',*,*,#6883,.T.); -#9718=ORIENTED_EDGE('',*,*,#5244,.F.); -#9719=ORIENTED_EDGE('',*,*,#6888,.F.); -#9720=ORIENTED_EDGE('',*,*,#6889,.F.); -#9721=ORIENTED_EDGE('',*,*,#6886,.F.); -#9722=ORIENTED_EDGE('',*,*,#6880,.T.); -#9723=ORIENTED_EDGE('',*,*,#5249,.T.); -#9724=ORIENTED_EDGE('',*,*,#5248,.T.); -#9725=ORIENTED_EDGE('',*,*,#5247,.T.); -#9726=ORIENTED_EDGE('',*,*,#6885,.T.); -#9727=ORIENTED_EDGE('',*,*,#6890,.T.); -#9728=ORIENTED_EDGE('',*,*,#5240,.F.); -#9729=ORIENTED_EDGE('',*,*,#6891,.F.); -#9730=ORIENTED_EDGE('',*,*,#6892,.F.); -#9731=ORIENTED_EDGE('',*,*,#6893,.F.); -#9732=ORIENTED_EDGE('',*,*,#5239,.F.); -#9733=ORIENTED_EDGE('',*,*,#6894,.T.); -#9734=ORIENTED_EDGE('',*,*,#6895,.F.); -#9735=ORIENTED_EDGE('',*,*,#6891,.T.); -#9736=ORIENTED_EDGE('',*,*,#5238,.F.); -#9737=ORIENTED_EDGE('',*,*,#6896,.F.); -#9738=ORIENTED_EDGE('',*,*,#6897,.F.); -#9739=ORIENTED_EDGE('',*,*,#6894,.F.); -#9740=ORIENTED_EDGE('',*,*,#6888,.T.); -#9741=ORIENTED_EDGE('',*,*,#5243,.T.); -#9742=ORIENTED_EDGE('',*,*,#5242,.T.); -#9743=ORIENTED_EDGE('',*,*,#5241,.T.); -#9744=ORIENTED_EDGE('',*,*,#6893,.T.); -#9745=ORIENTED_EDGE('',*,*,#6898,.T.); -#9746=ORIENTED_EDGE('',*,*,#5234,.F.); -#9747=ORIENTED_EDGE('',*,*,#6899,.F.); -#9748=ORIENTED_EDGE('',*,*,#6900,.F.); -#9749=ORIENTED_EDGE('',*,*,#6901,.F.); -#9750=ORIENTED_EDGE('',*,*,#5233,.F.); -#9751=ORIENTED_EDGE('',*,*,#6902,.T.); -#9752=ORIENTED_EDGE('',*,*,#6903,.F.); -#9753=ORIENTED_EDGE('',*,*,#6899,.T.); -#9754=ORIENTED_EDGE('',*,*,#5232,.F.); -#9755=ORIENTED_EDGE('',*,*,#6904,.F.); -#9756=ORIENTED_EDGE('',*,*,#6905,.F.); -#9757=ORIENTED_EDGE('',*,*,#6902,.F.); -#9758=ORIENTED_EDGE('',*,*,#6896,.T.); -#9759=ORIENTED_EDGE('',*,*,#5237,.T.); -#9760=ORIENTED_EDGE('',*,*,#5236,.T.); -#9761=ORIENTED_EDGE('',*,*,#5235,.T.); -#9762=ORIENTED_EDGE('',*,*,#6901,.T.); -#9763=ORIENTED_EDGE('',*,*,#6906,.T.); -#9764=ORIENTED_EDGE('',*,*,#5802,.T.); -#9765=ORIENTED_EDGE('',*,*,#6907,.T.); -#9766=ORIENTED_EDGE('',*,*,#6908,.T.); -#9767=ORIENTED_EDGE('',*,*,#6909,.T.); -#9768=ORIENTED_EDGE('',*,*,#6910,.T.); -#9769=ORIENTED_EDGE('',*,*,#6911,.T.); -#9770=ORIENTED_EDGE('',*,*,#6912,.T.); -#9771=ORIENTED_EDGE('',*,*,#6913,.T.); -#9772=ORIENTED_EDGE('',*,*,#6914,.T.); -#9773=ORIENTED_EDGE('',*,*,#6915,.T.); -#9774=ORIENTED_EDGE('',*,*,#6916,.T.); -#9775=ORIENTED_EDGE('',*,*,#6917,.T.); -#9776=ORIENTED_EDGE('',*,*,#6918,.T.); -#9777=ORIENTED_EDGE('',*,*,#5226,.T.); -#9778=ORIENTED_EDGE('',*,*,#6919,.F.); -#9779=ORIENTED_EDGE('',*,*,#6920,.F.); -#9780=ORIENTED_EDGE('',*,*,#6909,.F.); -#9781=ORIENTED_EDGE('',*,*,#6921,.F.); -#9782=ORIENTED_EDGE('',*,*,#6922,.F.); -#9783=ORIENTED_EDGE('',*,*,#6923,.F.); -#9784=ORIENTED_EDGE('',*,*,#6913,.F.); -#9785=ORIENTED_EDGE('',*,*,#6924,.F.); -#9786=ORIENTED_EDGE('',*,*,#6925,.F.); -#9787=ORIENTED_EDGE('',*,*,#6926,.F.); -#9788=ORIENTED_EDGE('',*,*,#6917,.F.); -#9789=ORIENTED_EDGE('',*,*,#6927,.F.); -#9790=ORIENTED_EDGE('',*,*,#6928,.F.); -#9791=ORIENTED_EDGE('',*,*,#6915,.F.); -#9792=ORIENTED_EDGE('',*,*,#6929,.F.); -#9793=ORIENTED_EDGE('',*,*,#6930,.F.); -#9794=ORIENTED_EDGE('',*,*,#6931,.F.); -#9795=ORIENTED_EDGE('',*,*,#6911,.F.); -#9796=ORIENTED_EDGE('',*,*,#6932,.F.); -#9797=ORIENTED_EDGE('',*,*,#6933,.F.); -#9798=ORIENTED_EDGE('',*,*,#5219,.T.); -#9799=ORIENTED_EDGE('',*,*,#5804,.F.); -#9800=ORIENTED_EDGE('',*,*,#5805,.T.); -#9801=ORIENTED_EDGE('',*,*,#5810,.T.); -#9802=ORIENTED_EDGE('',*,*,#5807,.T.); -#9803=ORIENTED_EDGE('',*,*,#5812,.F.); -#9804=ORIENTED_EDGE('',*,*,#5813,.T.); -#9805=ORIENTED_EDGE('',*,*,#5818,.T.); -#9806=ORIENTED_EDGE('',*,*,#5815,.T.); -#9807=ORIENTED_EDGE('',*,*,#5820,.F.); -#9808=ORIENTED_EDGE('',*,*,#5821,.T.); -#9809=ORIENTED_EDGE('',*,*,#5826,.T.); -#9810=ORIENTED_EDGE('',*,*,#5823,.T.); -#9811=ORIENTED_EDGE('',*,*,#5828,.F.); -#9812=ORIENTED_EDGE('',*,*,#5829,.T.); -#9813=ORIENTED_EDGE('',*,*,#5834,.T.); -#9814=ORIENTED_EDGE('',*,*,#5831,.T.); -#9815=ORIENTED_EDGE('',*,*,#5836,.F.); -#9816=ORIENTED_EDGE('',*,*,#5837,.T.); -#9817=ORIENTED_EDGE('',*,*,#5842,.T.); -#9818=ORIENTED_EDGE('',*,*,#5839,.T.); -#9819=ORIENTED_EDGE('',*,*,#5844,.F.); -#9820=ORIENTED_EDGE('',*,*,#5845,.T.); -#9821=ORIENTED_EDGE('',*,*,#5850,.T.); -#9822=ORIENTED_EDGE('',*,*,#5847,.T.); -#9823=ORIENTED_EDGE('',*,*,#5852,.F.); -#9824=ORIENTED_EDGE('',*,*,#5853,.T.); -#9825=ORIENTED_EDGE('',*,*,#5858,.T.); -#9826=ORIENTED_EDGE('',*,*,#5855,.T.); -#9827=ORIENTED_EDGE('',*,*,#5860,.F.); -#9828=ORIENTED_EDGE('',*,*,#5861,.T.); -#9829=ORIENTED_EDGE('',*,*,#5866,.T.); -#9830=ORIENTED_EDGE('',*,*,#5863,.T.); -#9831=ORIENTED_EDGE('',*,*,#5868,.F.); -#9832=ORIENTED_EDGE('',*,*,#5869,.T.); -#9833=ORIENTED_EDGE('',*,*,#5874,.T.); -#9834=ORIENTED_EDGE('',*,*,#5871,.T.); -#9835=ORIENTED_EDGE('',*,*,#5876,.F.); -#9836=ORIENTED_EDGE('',*,*,#5877,.T.); -#9837=ORIENTED_EDGE('',*,*,#5882,.T.); -#9838=ORIENTED_EDGE('',*,*,#5879,.T.); -#9839=ORIENTED_EDGE('',*,*,#5884,.F.); -#9840=ORIENTED_EDGE('',*,*,#5885,.T.); -#9841=ORIENTED_EDGE('',*,*,#5890,.T.); -#9842=ORIENTED_EDGE('',*,*,#5887,.T.); -#9843=ORIENTED_EDGE('',*,*,#5892,.F.); -#9844=ORIENTED_EDGE('',*,*,#5893,.T.); -#9845=ORIENTED_EDGE('',*,*,#5898,.T.); -#9846=ORIENTED_EDGE('',*,*,#5895,.T.); -#9847=ORIENTED_EDGE('',*,*,#5900,.F.); -#9848=ORIENTED_EDGE('',*,*,#5901,.T.); -#9849=ORIENTED_EDGE('',*,*,#5906,.T.); -#9850=ORIENTED_EDGE('',*,*,#5903,.T.); -#9851=ORIENTED_EDGE('',*,*,#5908,.F.); -#9852=ORIENTED_EDGE('',*,*,#5909,.T.); -#9853=ORIENTED_EDGE('',*,*,#5914,.T.); -#9854=ORIENTED_EDGE('',*,*,#5911,.T.); -#9855=ORIENTED_EDGE('',*,*,#5916,.F.); -#9856=ORIENTED_EDGE('',*,*,#5917,.T.); -#9857=ORIENTED_EDGE('',*,*,#5922,.T.); -#9858=ORIENTED_EDGE('',*,*,#5919,.T.); -#9859=ORIENTED_EDGE('',*,*,#5924,.F.); -#9860=ORIENTED_EDGE('',*,*,#5925,.T.); -#9861=ORIENTED_EDGE('',*,*,#5930,.T.); -#9862=ORIENTED_EDGE('',*,*,#5927,.T.); -#9863=ORIENTED_EDGE('',*,*,#5932,.F.); -#9864=ORIENTED_EDGE('',*,*,#5933,.T.); -#9865=ORIENTED_EDGE('',*,*,#5938,.T.); -#9866=ORIENTED_EDGE('',*,*,#5935,.T.); -#9867=ORIENTED_EDGE('',*,*,#5940,.F.); -#9868=ORIENTED_EDGE('',*,*,#5941,.T.); -#9869=ORIENTED_EDGE('',*,*,#5946,.T.); -#9870=ORIENTED_EDGE('',*,*,#5943,.T.); -#9871=ORIENTED_EDGE('',*,*,#5948,.F.); -#9872=ORIENTED_EDGE('',*,*,#5949,.T.); -#9873=ORIENTED_EDGE('',*,*,#5954,.T.); -#9874=ORIENTED_EDGE('',*,*,#5951,.T.); -#9875=ORIENTED_EDGE('',*,*,#5956,.F.); -#9876=ORIENTED_EDGE('',*,*,#5957,.T.); -#9877=ORIENTED_EDGE('',*,*,#5962,.T.); -#9878=ORIENTED_EDGE('',*,*,#5959,.T.); -#9879=ORIENTED_EDGE('',*,*,#5964,.F.); -#9880=ORIENTED_EDGE('',*,*,#5965,.T.); -#9881=ORIENTED_EDGE('',*,*,#5970,.T.); -#9882=ORIENTED_EDGE('',*,*,#5967,.T.); -#9883=ORIENTED_EDGE('',*,*,#5972,.F.); -#9884=ORIENTED_EDGE('',*,*,#5973,.T.); -#9885=ORIENTED_EDGE('',*,*,#5978,.T.); -#9886=ORIENTED_EDGE('',*,*,#5975,.T.); -#9887=ORIENTED_EDGE('',*,*,#5980,.F.); -#9888=ORIENTED_EDGE('',*,*,#5981,.T.); -#9889=ORIENTED_EDGE('',*,*,#5986,.T.); -#9890=ORIENTED_EDGE('',*,*,#5983,.T.); -#9891=ORIENTED_EDGE('',*,*,#5988,.F.); -#9892=ORIENTED_EDGE('',*,*,#5989,.T.); -#9893=ORIENTED_EDGE('',*,*,#5994,.T.); -#9894=ORIENTED_EDGE('',*,*,#5991,.T.); -#9895=ORIENTED_EDGE('',*,*,#5996,.F.); -#9896=ORIENTED_EDGE('',*,*,#5997,.T.); -#9897=ORIENTED_EDGE('',*,*,#6002,.T.); -#9898=ORIENTED_EDGE('',*,*,#5999,.T.); -#9899=ORIENTED_EDGE('',*,*,#6004,.F.); -#9900=ORIENTED_EDGE('',*,*,#6005,.T.); -#9901=ORIENTED_EDGE('',*,*,#6010,.T.); -#9902=ORIENTED_EDGE('',*,*,#6007,.T.); -#9903=ORIENTED_EDGE('',*,*,#6012,.F.); -#9904=ORIENTED_EDGE('',*,*,#6013,.T.); -#9905=ORIENTED_EDGE('',*,*,#6018,.T.); -#9906=ORIENTED_EDGE('',*,*,#6015,.T.); -#9907=ORIENTED_EDGE('',*,*,#6020,.F.); -#9908=ORIENTED_EDGE('',*,*,#6021,.T.); -#9909=ORIENTED_EDGE('',*,*,#6026,.T.); -#9910=ORIENTED_EDGE('',*,*,#6023,.T.); -#9911=ORIENTED_EDGE('',*,*,#6028,.F.); -#9912=ORIENTED_EDGE('',*,*,#6029,.T.); -#9913=ORIENTED_EDGE('',*,*,#6034,.T.); -#9914=ORIENTED_EDGE('',*,*,#6031,.T.); -#9915=ORIENTED_EDGE('',*,*,#6036,.F.); -#9916=ORIENTED_EDGE('',*,*,#6037,.T.); -#9917=ORIENTED_EDGE('',*,*,#6042,.T.); -#9918=ORIENTED_EDGE('',*,*,#6039,.T.); -#9919=ORIENTED_EDGE('',*,*,#6044,.F.); -#9920=ORIENTED_EDGE('',*,*,#6045,.T.); -#9921=ORIENTED_EDGE('',*,*,#6050,.T.); -#9922=ORIENTED_EDGE('',*,*,#6047,.T.); -#9923=ORIENTED_EDGE('',*,*,#6052,.F.); -#9924=ORIENTED_EDGE('',*,*,#6053,.T.); -#9925=ORIENTED_EDGE('',*,*,#6058,.T.); -#9926=ORIENTED_EDGE('',*,*,#6055,.T.); -#9927=ORIENTED_EDGE('',*,*,#6060,.F.); -#9928=ORIENTED_EDGE('',*,*,#6061,.T.); -#9929=ORIENTED_EDGE('',*,*,#6066,.T.); -#9930=ORIENTED_EDGE('',*,*,#6063,.T.); -#9931=ORIENTED_EDGE('',*,*,#6068,.F.); -#9932=ORIENTED_EDGE('',*,*,#6069,.T.); -#9933=ORIENTED_EDGE('',*,*,#6074,.T.); -#9934=ORIENTED_EDGE('',*,*,#6071,.T.); -#9935=ORIENTED_EDGE('',*,*,#6076,.F.); -#9936=ORIENTED_EDGE('',*,*,#6077,.T.); -#9937=ORIENTED_EDGE('',*,*,#6082,.T.); -#9938=ORIENTED_EDGE('',*,*,#6079,.T.); -#9939=ORIENTED_EDGE('',*,*,#6084,.F.); -#9940=ORIENTED_EDGE('',*,*,#6085,.T.); -#9941=ORIENTED_EDGE('',*,*,#6090,.T.); -#9942=ORIENTED_EDGE('',*,*,#6087,.T.); -#9943=ORIENTED_EDGE('',*,*,#6092,.F.); -#9944=ORIENTED_EDGE('',*,*,#6093,.T.); -#9945=ORIENTED_EDGE('',*,*,#6098,.T.); -#9946=ORIENTED_EDGE('',*,*,#6095,.T.); -#9947=ORIENTED_EDGE('',*,*,#6100,.F.); -#9948=ORIENTED_EDGE('',*,*,#6101,.T.); -#9949=ORIENTED_EDGE('',*,*,#6106,.T.); -#9950=ORIENTED_EDGE('',*,*,#6103,.T.); -#9951=ORIENTED_EDGE('',*,*,#6108,.F.); -#9952=ORIENTED_EDGE('',*,*,#6109,.T.); -#9953=ORIENTED_EDGE('',*,*,#6114,.T.); -#9954=ORIENTED_EDGE('',*,*,#6111,.T.); -#9955=ORIENTED_EDGE('',*,*,#6116,.F.); -#9956=ORIENTED_EDGE('',*,*,#6117,.T.); -#9957=ORIENTED_EDGE('',*,*,#6122,.T.); -#9958=ORIENTED_EDGE('',*,*,#6119,.T.); -#9959=ORIENTED_EDGE('',*,*,#6124,.F.); -#9960=ORIENTED_EDGE('',*,*,#6125,.T.); -#9961=ORIENTED_EDGE('',*,*,#6130,.T.); -#9962=ORIENTED_EDGE('',*,*,#6127,.T.); -#9963=ORIENTED_EDGE('',*,*,#6132,.F.); -#9964=ORIENTED_EDGE('',*,*,#6133,.T.); -#9965=ORIENTED_EDGE('',*,*,#6138,.T.); -#9966=ORIENTED_EDGE('',*,*,#6135,.T.); -#9967=ORIENTED_EDGE('',*,*,#6140,.F.); -#9968=ORIENTED_EDGE('',*,*,#6141,.T.); -#9969=ORIENTED_EDGE('',*,*,#6146,.T.); -#9970=ORIENTED_EDGE('',*,*,#6143,.T.); -#9971=ORIENTED_EDGE('',*,*,#6148,.F.); -#9972=ORIENTED_EDGE('',*,*,#6149,.T.); -#9973=ORIENTED_EDGE('',*,*,#6154,.T.); -#9974=ORIENTED_EDGE('',*,*,#6151,.T.); -#9975=ORIENTED_EDGE('',*,*,#6156,.F.); -#9976=ORIENTED_EDGE('',*,*,#6157,.T.); -#9977=ORIENTED_EDGE('',*,*,#6162,.T.); -#9978=ORIENTED_EDGE('',*,*,#6159,.T.); -#9979=ORIENTED_EDGE('',*,*,#6164,.F.); -#9980=ORIENTED_EDGE('',*,*,#6165,.T.); -#9981=ORIENTED_EDGE('',*,*,#6170,.T.); -#9982=ORIENTED_EDGE('',*,*,#6167,.T.); -#9983=ORIENTED_EDGE('',*,*,#6172,.F.); -#9984=ORIENTED_EDGE('',*,*,#6173,.T.); -#9985=ORIENTED_EDGE('',*,*,#6178,.T.); -#9986=ORIENTED_EDGE('',*,*,#6175,.T.); -#9987=ORIENTED_EDGE('',*,*,#6180,.F.); -#9988=ORIENTED_EDGE('',*,*,#6181,.T.); -#9989=ORIENTED_EDGE('',*,*,#6186,.T.); -#9990=ORIENTED_EDGE('',*,*,#6183,.T.); -#9991=ORIENTED_EDGE('',*,*,#6188,.F.); -#9992=ORIENTED_EDGE('',*,*,#6189,.T.); -#9993=ORIENTED_EDGE('',*,*,#6194,.T.); -#9994=ORIENTED_EDGE('',*,*,#6191,.T.); -#9995=ORIENTED_EDGE('',*,*,#6196,.F.); -#9996=ORIENTED_EDGE('',*,*,#6197,.T.); -#9997=ORIENTED_EDGE('',*,*,#6202,.T.); -#9998=ORIENTED_EDGE('',*,*,#6199,.T.); -#9999=ORIENTED_EDGE('',*,*,#6204,.F.); -#10000=ORIENTED_EDGE('',*,*,#6205,.T.); -#10001=ORIENTED_EDGE('',*,*,#6210,.T.); -#10002=ORIENTED_EDGE('',*,*,#6207,.T.); -#10003=ORIENTED_EDGE('',*,*,#6212,.F.); -#10004=ORIENTED_EDGE('',*,*,#6213,.T.); -#10005=ORIENTED_EDGE('',*,*,#6218,.T.); -#10006=ORIENTED_EDGE('',*,*,#6215,.T.); -#10007=ORIENTED_EDGE('',*,*,#6220,.F.); -#10008=ORIENTED_EDGE('',*,*,#6221,.T.); -#10009=ORIENTED_EDGE('',*,*,#6226,.T.); -#10010=ORIENTED_EDGE('',*,*,#6223,.T.); -#10011=ORIENTED_EDGE('',*,*,#6228,.F.); -#10012=ORIENTED_EDGE('',*,*,#6229,.T.); -#10013=ORIENTED_EDGE('',*,*,#6234,.T.); -#10014=ORIENTED_EDGE('',*,*,#6231,.T.); -#10015=ORIENTED_EDGE('',*,*,#6236,.F.); -#10016=ORIENTED_EDGE('',*,*,#6237,.T.); -#10017=ORIENTED_EDGE('',*,*,#6242,.T.); -#10018=ORIENTED_EDGE('',*,*,#6239,.T.); -#10019=ORIENTED_EDGE('',*,*,#6244,.F.); -#10020=ORIENTED_EDGE('',*,*,#6245,.T.); -#10021=ORIENTED_EDGE('',*,*,#6250,.T.); -#10022=ORIENTED_EDGE('',*,*,#6247,.T.); -#10023=ORIENTED_EDGE('',*,*,#6252,.F.); -#10024=ORIENTED_EDGE('',*,*,#6253,.T.); -#10025=ORIENTED_EDGE('',*,*,#6258,.T.); -#10026=ORIENTED_EDGE('',*,*,#6255,.T.); -#10027=ORIENTED_EDGE('',*,*,#6260,.F.); -#10028=ORIENTED_EDGE('',*,*,#6261,.T.); -#10029=ORIENTED_EDGE('',*,*,#6266,.T.); -#10030=ORIENTED_EDGE('',*,*,#6263,.T.); -#10031=ORIENTED_EDGE('',*,*,#6268,.F.); -#10032=ORIENTED_EDGE('',*,*,#6269,.T.); -#10033=ORIENTED_EDGE('',*,*,#6274,.T.); -#10034=ORIENTED_EDGE('',*,*,#6271,.T.); -#10035=ORIENTED_EDGE('',*,*,#6276,.F.); -#10036=ORIENTED_EDGE('',*,*,#6277,.T.); -#10037=ORIENTED_EDGE('',*,*,#6282,.T.); -#10038=ORIENTED_EDGE('',*,*,#6279,.T.); -#10039=ORIENTED_EDGE('',*,*,#6284,.F.); -#10040=ORIENTED_EDGE('',*,*,#6285,.T.); -#10041=ORIENTED_EDGE('',*,*,#6290,.T.); -#10042=ORIENTED_EDGE('',*,*,#6287,.T.); -#10043=ORIENTED_EDGE('',*,*,#6292,.F.); -#10044=ORIENTED_EDGE('',*,*,#6293,.T.); -#10045=ORIENTED_EDGE('',*,*,#6298,.T.); -#10046=ORIENTED_EDGE('',*,*,#6295,.T.); -#10047=ORIENTED_EDGE('',*,*,#6300,.F.); -#10048=ORIENTED_EDGE('',*,*,#6301,.T.); -#10049=ORIENTED_EDGE('',*,*,#6306,.T.); -#10050=ORIENTED_EDGE('',*,*,#6303,.T.); -#10051=ORIENTED_EDGE('',*,*,#6308,.F.); -#10052=ORIENTED_EDGE('',*,*,#6309,.T.); -#10053=ORIENTED_EDGE('',*,*,#6314,.T.); -#10054=ORIENTED_EDGE('',*,*,#6311,.T.); -#10055=ORIENTED_EDGE('',*,*,#6316,.F.); -#10056=ORIENTED_EDGE('',*,*,#6317,.T.); -#10057=ORIENTED_EDGE('',*,*,#6322,.T.); -#10058=ORIENTED_EDGE('',*,*,#6319,.T.); -#10059=ORIENTED_EDGE('',*,*,#6324,.F.); -#10060=ORIENTED_EDGE('',*,*,#6325,.T.); -#10061=ORIENTED_EDGE('',*,*,#6330,.T.); -#10062=ORIENTED_EDGE('',*,*,#6327,.T.); -#10063=ORIENTED_EDGE('',*,*,#6332,.F.); -#10064=ORIENTED_EDGE('',*,*,#6333,.T.); -#10065=ORIENTED_EDGE('',*,*,#6338,.T.); -#10066=ORIENTED_EDGE('',*,*,#6335,.T.); -#10067=ORIENTED_EDGE('',*,*,#6340,.F.); -#10068=ORIENTED_EDGE('',*,*,#6341,.T.); -#10069=ORIENTED_EDGE('',*,*,#6346,.T.); -#10070=ORIENTED_EDGE('',*,*,#6343,.T.); -#10071=ORIENTED_EDGE('',*,*,#6348,.F.); -#10072=ORIENTED_EDGE('',*,*,#6349,.T.); -#10073=ORIENTED_EDGE('',*,*,#6354,.T.); -#10074=ORIENTED_EDGE('',*,*,#6351,.T.); -#10075=ORIENTED_EDGE('',*,*,#6356,.F.); -#10076=ORIENTED_EDGE('',*,*,#6357,.T.); -#10077=ORIENTED_EDGE('',*,*,#6362,.T.); -#10078=ORIENTED_EDGE('',*,*,#6359,.T.); -#10079=ORIENTED_EDGE('',*,*,#6364,.F.); -#10080=ORIENTED_EDGE('',*,*,#6365,.T.); -#10081=ORIENTED_EDGE('',*,*,#6370,.T.); -#10082=ORIENTED_EDGE('',*,*,#6367,.T.); -#10083=ORIENTED_EDGE('',*,*,#6372,.F.); -#10084=ORIENTED_EDGE('',*,*,#6373,.T.); -#10085=ORIENTED_EDGE('',*,*,#6378,.T.); -#10086=ORIENTED_EDGE('',*,*,#6375,.T.); -#10087=ORIENTED_EDGE('',*,*,#6380,.F.); -#10088=ORIENTED_EDGE('',*,*,#6381,.T.); -#10089=ORIENTED_EDGE('',*,*,#6386,.T.); -#10090=ORIENTED_EDGE('',*,*,#6383,.T.); -#10091=ORIENTED_EDGE('',*,*,#6388,.F.); -#10092=ORIENTED_EDGE('',*,*,#6389,.T.); -#10093=ORIENTED_EDGE('',*,*,#6394,.T.); -#10094=ORIENTED_EDGE('',*,*,#6391,.T.); -#10095=ORIENTED_EDGE('',*,*,#6396,.F.); -#10096=ORIENTED_EDGE('',*,*,#6397,.T.); -#10097=ORIENTED_EDGE('',*,*,#6402,.T.); -#10098=ORIENTED_EDGE('',*,*,#6399,.T.); -#10099=ORIENTED_EDGE('',*,*,#6404,.F.); -#10100=ORIENTED_EDGE('',*,*,#6405,.T.); -#10101=ORIENTED_EDGE('',*,*,#6410,.T.); -#10102=ORIENTED_EDGE('',*,*,#6407,.T.); -#10103=ORIENTED_EDGE('',*,*,#6412,.F.); -#10104=ORIENTED_EDGE('',*,*,#6413,.T.); -#10105=ORIENTED_EDGE('',*,*,#6418,.T.); -#10106=ORIENTED_EDGE('',*,*,#6415,.T.); -#10107=ORIENTED_EDGE('',*,*,#6420,.F.); -#10108=ORIENTED_EDGE('',*,*,#6421,.T.); -#10109=ORIENTED_EDGE('',*,*,#6426,.T.); -#10110=ORIENTED_EDGE('',*,*,#6423,.T.); -#10111=ORIENTED_EDGE('',*,*,#6428,.F.); -#10112=ORIENTED_EDGE('',*,*,#6429,.T.); -#10113=ORIENTED_EDGE('',*,*,#6434,.T.); -#10114=ORIENTED_EDGE('',*,*,#6431,.T.); -#10115=ORIENTED_EDGE('',*,*,#6436,.F.); -#10116=ORIENTED_EDGE('',*,*,#6437,.T.); -#10117=ORIENTED_EDGE('',*,*,#6442,.T.); -#10118=ORIENTED_EDGE('',*,*,#6439,.T.); -#10119=ORIENTED_EDGE('',*,*,#6444,.F.); -#10120=ORIENTED_EDGE('',*,*,#6445,.T.); -#10121=ORIENTED_EDGE('',*,*,#6450,.T.); -#10122=ORIENTED_EDGE('',*,*,#6447,.T.); -#10123=ORIENTED_EDGE('',*,*,#6452,.F.); -#10124=ORIENTED_EDGE('',*,*,#6453,.T.); -#10125=ORIENTED_EDGE('',*,*,#6458,.T.); -#10126=ORIENTED_EDGE('',*,*,#6455,.T.); -#10127=ORIENTED_EDGE('',*,*,#6460,.F.); -#10128=ORIENTED_EDGE('',*,*,#6461,.T.); -#10129=ORIENTED_EDGE('',*,*,#6466,.T.); -#10130=ORIENTED_EDGE('',*,*,#6463,.T.); -#10131=ORIENTED_EDGE('',*,*,#6468,.F.); -#10132=ORIENTED_EDGE('',*,*,#6469,.T.); -#10133=ORIENTED_EDGE('',*,*,#6474,.T.); -#10134=ORIENTED_EDGE('',*,*,#6471,.T.); -#10135=ORIENTED_EDGE('',*,*,#6476,.F.); -#10136=ORIENTED_EDGE('',*,*,#6477,.T.); -#10137=ORIENTED_EDGE('',*,*,#6482,.T.); -#10138=ORIENTED_EDGE('',*,*,#6479,.T.); -#10139=ORIENTED_EDGE('',*,*,#6484,.F.); -#10140=ORIENTED_EDGE('',*,*,#6485,.T.); -#10141=ORIENTED_EDGE('',*,*,#6490,.T.); -#10142=ORIENTED_EDGE('',*,*,#6487,.T.); -#10143=ORIENTED_EDGE('',*,*,#6492,.F.); -#10144=ORIENTED_EDGE('',*,*,#6493,.T.); -#10145=ORIENTED_EDGE('',*,*,#6498,.T.); -#10146=ORIENTED_EDGE('',*,*,#6495,.T.); -#10147=ORIENTED_EDGE('',*,*,#6500,.F.); -#10148=ORIENTED_EDGE('',*,*,#6501,.T.); -#10149=ORIENTED_EDGE('',*,*,#6506,.T.); -#10150=ORIENTED_EDGE('',*,*,#6503,.T.); -#10151=ORIENTED_EDGE('',*,*,#6508,.F.); -#10152=ORIENTED_EDGE('',*,*,#6509,.T.); -#10153=ORIENTED_EDGE('',*,*,#6514,.T.); -#10154=ORIENTED_EDGE('',*,*,#6511,.T.); -#10155=ORIENTED_EDGE('',*,*,#6516,.F.); -#10156=ORIENTED_EDGE('',*,*,#6517,.T.); -#10157=ORIENTED_EDGE('',*,*,#6522,.T.); -#10158=ORIENTED_EDGE('',*,*,#6519,.T.); -#10159=ORIENTED_EDGE('',*,*,#6524,.F.); -#10160=ORIENTED_EDGE('',*,*,#6525,.T.); -#10161=ORIENTED_EDGE('',*,*,#6530,.T.); -#10162=ORIENTED_EDGE('',*,*,#6527,.T.); -#10163=ORIENTED_EDGE('',*,*,#6532,.F.); -#10164=ORIENTED_EDGE('',*,*,#6533,.T.); -#10165=ORIENTED_EDGE('',*,*,#6538,.T.); -#10166=ORIENTED_EDGE('',*,*,#6535,.T.); -#10167=ORIENTED_EDGE('',*,*,#6540,.F.); -#10168=ORIENTED_EDGE('',*,*,#6541,.T.); -#10169=ORIENTED_EDGE('',*,*,#6546,.T.); -#10170=ORIENTED_EDGE('',*,*,#6543,.T.); -#10171=ORIENTED_EDGE('',*,*,#6548,.F.); -#10172=ORIENTED_EDGE('',*,*,#6549,.T.); -#10173=ORIENTED_EDGE('',*,*,#6554,.T.); -#10174=ORIENTED_EDGE('',*,*,#6551,.T.); -#10175=ORIENTED_EDGE('',*,*,#6556,.F.); -#10176=ORIENTED_EDGE('',*,*,#6557,.T.); -#10177=ORIENTED_EDGE('',*,*,#6562,.T.); -#10178=ORIENTED_EDGE('',*,*,#6559,.T.); -#10179=ORIENTED_EDGE('',*,*,#6564,.F.); -#10180=ORIENTED_EDGE('',*,*,#6565,.T.); -#10181=ORIENTED_EDGE('',*,*,#6570,.T.); -#10182=ORIENTED_EDGE('',*,*,#6567,.T.); -#10183=ORIENTED_EDGE('',*,*,#6572,.F.); -#10184=ORIENTED_EDGE('',*,*,#6573,.T.); -#10185=ORIENTED_EDGE('',*,*,#6578,.T.); -#10186=ORIENTED_EDGE('',*,*,#6575,.T.); -#10187=ORIENTED_EDGE('',*,*,#6580,.F.); -#10188=ORIENTED_EDGE('',*,*,#6581,.T.); -#10189=ORIENTED_EDGE('',*,*,#6586,.T.); -#10190=ORIENTED_EDGE('',*,*,#6583,.T.); -#10191=ORIENTED_EDGE('',*,*,#6588,.F.); -#10192=ORIENTED_EDGE('',*,*,#6589,.T.); -#10193=ORIENTED_EDGE('',*,*,#6594,.T.); -#10194=ORIENTED_EDGE('',*,*,#6591,.T.); -#10195=ORIENTED_EDGE('',*,*,#6596,.F.); -#10196=ORIENTED_EDGE('',*,*,#6597,.T.); -#10197=ORIENTED_EDGE('',*,*,#6602,.T.); -#10198=ORIENTED_EDGE('',*,*,#6599,.T.); -#10199=ORIENTED_EDGE('',*,*,#6604,.F.); -#10200=ORIENTED_EDGE('',*,*,#6605,.T.); -#10201=ORIENTED_EDGE('',*,*,#6610,.T.); -#10202=ORIENTED_EDGE('',*,*,#6607,.T.); -#10203=ORIENTED_EDGE('',*,*,#6612,.F.); -#10204=ORIENTED_EDGE('',*,*,#6613,.T.); -#10205=ORIENTED_EDGE('',*,*,#6618,.T.); -#10206=ORIENTED_EDGE('',*,*,#6615,.T.); -#10207=ORIENTED_EDGE('',*,*,#6620,.F.); -#10208=ORIENTED_EDGE('',*,*,#6621,.T.); -#10209=ORIENTED_EDGE('',*,*,#6626,.T.); -#10210=ORIENTED_EDGE('',*,*,#6623,.T.); -#10211=ORIENTED_EDGE('',*,*,#6628,.F.); -#10212=ORIENTED_EDGE('',*,*,#6629,.T.); -#10213=ORIENTED_EDGE('',*,*,#6634,.T.); -#10214=ORIENTED_EDGE('',*,*,#6631,.T.); -#10215=ORIENTED_EDGE('',*,*,#6636,.F.); -#10216=ORIENTED_EDGE('',*,*,#6637,.T.); -#10217=ORIENTED_EDGE('',*,*,#6642,.T.); -#10218=ORIENTED_EDGE('',*,*,#6639,.T.); -#10219=ORIENTED_EDGE('',*,*,#6644,.F.); -#10220=ORIENTED_EDGE('',*,*,#6645,.T.); -#10221=ORIENTED_EDGE('',*,*,#6650,.T.); -#10222=ORIENTED_EDGE('',*,*,#6647,.T.); -#10223=ORIENTED_EDGE('',*,*,#6652,.F.); -#10224=ORIENTED_EDGE('',*,*,#6653,.T.); -#10225=ORIENTED_EDGE('',*,*,#6658,.T.); -#10226=ORIENTED_EDGE('',*,*,#6655,.T.); -#10227=ORIENTED_EDGE('',*,*,#6660,.F.); -#10228=ORIENTED_EDGE('',*,*,#6661,.T.); -#10229=ORIENTED_EDGE('',*,*,#6666,.T.); -#10230=ORIENTED_EDGE('',*,*,#6663,.T.); -#10231=ORIENTED_EDGE('',*,*,#6668,.F.); -#10232=ORIENTED_EDGE('',*,*,#6669,.T.); -#10233=ORIENTED_EDGE('',*,*,#6674,.T.); -#10234=ORIENTED_EDGE('',*,*,#6671,.T.); -#10235=ORIENTED_EDGE('',*,*,#6676,.F.); -#10236=ORIENTED_EDGE('',*,*,#6677,.T.); -#10237=ORIENTED_EDGE('',*,*,#6682,.T.); -#10238=ORIENTED_EDGE('',*,*,#6679,.T.); -#10239=ORIENTED_EDGE('',*,*,#6684,.F.); -#10240=ORIENTED_EDGE('',*,*,#6685,.T.); -#10241=ORIENTED_EDGE('',*,*,#6690,.T.); -#10242=ORIENTED_EDGE('',*,*,#6687,.T.); -#10243=ORIENTED_EDGE('',*,*,#6692,.F.); -#10244=ORIENTED_EDGE('',*,*,#6693,.T.); -#10245=ORIENTED_EDGE('',*,*,#6698,.T.); -#10246=ORIENTED_EDGE('',*,*,#6695,.T.); -#10247=ORIENTED_EDGE('',*,*,#6700,.F.); -#10248=ORIENTED_EDGE('',*,*,#6701,.T.); -#10249=ORIENTED_EDGE('',*,*,#6706,.T.); -#10250=ORIENTED_EDGE('',*,*,#6703,.T.); -#10251=ORIENTED_EDGE('',*,*,#6708,.F.); -#10252=ORIENTED_EDGE('',*,*,#6709,.T.); -#10253=ORIENTED_EDGE('',*,*,#6714,.T.); -#10254=ORIENTED_EDGE('',*,*,#6711,.T.); -#10255=ORIENTED_EDGE('',*,*,#6716,.F.); -#10256=ORIENTED_EDGE('',*,*,#6717,.T.); -#10257=ORIENTED_EDGE('',*,*,#6722,.T.); -#10258=ORIENTED_EDGE('',*,*,#6719,.T.); -#10259=ORIENTED_EDGE('',*,*,#6724,.F.); -#10260=ORIENTED_EDGE('',*,*,#6725,.T.); -#10261=ORIENTED_EDGE('',*,*,#6730,.T.); -#10262=ORIENTED_EDGE('',*,*,#6727,.T.); -#10263=ORIENTED_EDGE('',*,*,#6732,.F.); -#10264=ORIENTED_EDGE('',*,*,#6733,.T.); -#10265=ORIENTED_EDGE('',*,*,#6738,.T.); -#10266=ORIENTED_EDGE('',*,*,#6735,.T.); -#10267=ORIENTED_EDGE('',*,*,#6740,.F.); -#10268=ORIENTED_EDGE('',*,*,#6741,.T.); -#10269=ORIENTED_EDGE('',*,*,#6746,.T.); -#10270=ORIENTED_EDGE('',*,*,#6743,.T.); -#10271=ORIENTED_EDGE('',*,*,#6748,.F.); -#10272=ORIENTED_EDGE('',*,*,#6749,.T.); -#10273=ORIENTED_EDGE('',*,*,#6754,.T.); -#10274=ORIENTED_EDGE('',*,*,#6751,.T.); -#10275=ORIENTED_EDGE('',*,*,#6756,.F.); -#10276=ORIENTED_EDGE('',*,*,#6757,.T.); -#10277=ORIENTED_EDGE('',*,*,#6762,.T.); -#10278=ORIENTED_EDGE('',*,*,#6759,.T.); -#10279=ORIENTED_EDGE('',*,*,#6764,.F.); -#10280=ORIENTED_EDGE('',*,*,#6765,.T.); -#10281=ORIENTED_EDGE('',*,*,#6770,.T.); -#10282=ORIENTED_EDGE('',*,*,#6767,.T.); -#10283=ORIENTED_EDGE('',*,*,#6772,.F.); -#10284=ORIENTED_EDGE('',*,*,#6773,.T.); -#10285=ORIENTED_EDGE('',*,*,#6778,.T.); -#10286=ORIENTED_EDGE('',*,*,#6775,.T.); -#10287=ORIENTED_EDGE('',*,*,#6780,.F.); -#10288=ORIENTED_EDGE('',*,*,#6781,.T.); -#10289=ORIENTED_EDGE('',*,*,#6786,.T.); -#10290=ORIENTED_EDGE('',*,*,#6783,.T.); -#10291=ORIENTED_EDGE('',*,*,#6788,.F.); -#10292=ORIENTED_EDGE('',*,*,#6789,.T.); -#10293=ORIENTED_EDGE('',*,*,#6794,.T.); -#10294=ORIENTED_EDGE('',*,*,#6791,.T.); -#10295=ORIENTED_EDGE('',*,*,#6796,.F.); -#10296=ORIENTED_EDGE('',*,*,#6797,.T.); -#10297=ORIENTED_EDGE('',*,*,#6802,.T.); -#10298=ORIENTED_EDGE('',*,*,#6799,.T.); -#10299=ORIENTED_EDGE('',*,*,#6804,.F.); -#10300=ORIENTED_EDGE('',*,*,#6805,.T.); -#10301=ORIENTED_EDGE('',*,*,#6810,.T.); -#10302=ORIENTED_EDGE('',*,*,#6807,.T.); -#10303=ORIENTED_EDGE('',*,*,#6812,.F.); -#10304=ORIENTED_EDGE('',*,*,#6814,.T.); -#10305=ORIENTED_EDGE('',*,*,#6816,.T.); -#10306=ORIENTED_EDGE('',*,*,#6818,.T.); -#10307=ORIENTED_EDGE('',*,*,#6826,.F.); -#10308=ORIENTED_EDGE('',*,*,#6820,.T.); -#10309=ORIENTED_EDGE('',*,*,#6823,.T.); -#10310=ORIENTED_EDGE('',*,*,#6825,.T.); -#10311=ORIENTED_EDGE('',*,*,#6834,.F.); -#10312=ORIENTED_EDGE('',*,*,#6828,.T.); -#10313=ORIENTED_EDGE('',*,*,#6831,.T.); -#10314=ORIENTED_EDGE('',*,*,#6833,.T.); -#10315=ORIENTED_EDGE('',*,*,#6842,.F.); -#10316=ORIENTED_EDGE('',*,*,#6836,.T.); -#10317=ORIENTED_EDGE('',*,*,#6839,.T.); -#10318=ORIENTED_EDGE('',*,*,#6841,.T.); -#10319=ORIENTED_EDGE('',*,*,#6850,.F.); -#10320=ORIENTED_EDGE('',*,*,#6844,.T.); -#10321=ORIENTED_EDGE('',*,*,#6847,.T.); -#10322=ORIENTED_EDGE('',*,*,#6849,.T.); -#10323=ORIENTED_EDGE('',*,*,#6858,.F.); -#10324=ORIENTED_EDGE('',*,*,#6852,.T.); -#10325=ORIENTED_EDGE('',*,*,#6855,.T.); -#10326=ORIENTED_EDGE('',*,*,#6857,.T.); -#10327=ORIENTED_EDGE('',*,*,#6866,.F.); -#10328=ORIENTED_EDGE('',*,*,#6860,.T.); -#10329=ORIENTED_EDGE('',*,*,#6863,.T.); -#10330=ORIENTED_EDGE('',*,*,#6865,.T.); -#10331=ORIENTED_EDGE('',*,*,#6874,.F.); -#10332=ORIENTED_EDGE('',*,*,#6868,.T.); -#10333=ORIENTED_EDGE('',*,*,#6871,.T.); -#10334=ORIENTED_EDGE('',*,*,#6873,.T.); -#10335=ORIENTED_EDGE('',*,*,#6882,.F.); -#10336=ORIENTED_EDGE('',*,*,#6876,.T.); -#10337=ORIENTED_EDGE('',*,*,#6879,.T.); -#10338=ORIENTED_EDGE('',*,*,#6881,.T.); -#10339=ORIENTED_EDGE('',*,*,#6890,.F.); -#10340=ORIENTED_EDGE('',*,*,#6884,.T.); -#10341=ORIENTED_EDGE('',*,*,#6887,.T.); -#10342=ORIENTED_EDGE('',*,*,#6889,.T.); -#10343=ORIENTED_EDGE('',*,*,#6898,.F.); -#10344=ORIENTED_EDGE('',*,*,#6892,.T.); -#10345=ORIENTED_EDGE('',*,*,#6895,.T.); -#10346=ORIENTED_EDGE('',*,*,#6897,.T.); -#10347=ORIENTED_EDGE('',*,*,#6906,.F.); -#10348=ORIENTED_EDGE('',*,*,#6900,.T.); -#10349=ORIENTED_EDGE('',*,*,#6903,.T.); -#10350=ORIENTED_EDGE('',*,*,#6905,.T.); -#10351=ORIENTED_EDGE('',*,*,#6934,.F.); -#10352=ORIENTED_EDGE('',*,*,#6935,.F.); -#10353=ORIENTED_EDGE('',*,*,#6936,.F.); -#10354=ORIENTED_EDGE('',*,*,#6907,.F.); -#10355=ORIENTED_EDGE('',*,*,#5801,.F.); -#10356=ORIENTED_EDGE('',*,*,#5215,.T.); -#10357=ORIENTED_EDGE('',*,*,#5223,.T.); -#10358=ORIENTED_EDGE('',*,*,#5228,.T.); -#10359=ORIENTED_EDGE('',*,*,#5227,.T.); -#10360=ORIENTED_EDGE('',*,*,#6918,.F.); -#10361=ORIENTED_EDGE('',*,*,#6926,.T.); -#10362=ORIENTED_EDGE('',*,*,#6937,.F.); -#10363=ORIENTED_EDGE('',*,*,#6932,.T.); -#10364=ORIENTED_EDGE('',*,*,#6910,.F.); -#10365=ORIENTED_EDGE('',*,*,#6920,.T.); -#10366=ORIENTED_EDGE('',*,*,#6938,.F.); -#10367=ORIENTED_EDGE('',*,*,#6929,.T.); -#10368=ORIENTED_EDGE('',*,*,#6914,.F.); -#10369=ORIENTED_EDGE('',*,*,#6923,.T.); -#10370=ORIENTED_EDGE('',*,*,#6939,.F.); -#10371=ORIENTED_EDGE('',*,*,#6940,.F.); -#10372=ORIENTED_EDGE('',*,*,#6921,.T.); -#10373=ORIENTED_EDGE('',*,*,#6908,.F.); -#10374=ORIENTED_EDGE('',*,*,#6936,.T.); -#10375=ORIENTED_EDGE('',*,*,#6941,.F.); -#10376=ORIENTED_EDGE('',*,*,#6927,.T.); -#10377=ORIENTED_EDGE('',*,*,#6916,.F.); -#10378=ORIENTED_EDGE('',*,*,#6928,.T.); -#10379=ORIENTED_EDGE('',*,*,#6942,.F.); -#10380=ORIENTED_EDGE('',*,*,#6924,.T.); -#10381=ORIENTED_EDGE('',*,*,#6912,.F.); -#10382=ORIENTED_EDGE('',*,*,#6931,.T.); -#10383=ORIENTED_EDGE('',*,*,#6943,.F.); -#10384=ORIENTED_EDGE('',*,*,#5229,.T.); -#10385=ORIENTED_EDGE('',*,*,#6937,.T.); -#10386=ORIENTED_EDGE('',*,*,#6925,.T.); -#10387=ORIENTED_EDGE('',*,*,#6941,.T.); -#10388=ORIENTED_EDGE('',*,*,#6930,.T.); -#10389=ORIENTED_EDGE('',*,*,#6939,.T.); -#10390=ORIENTED_EDGE('',*,*,#6922,.T.); -#10391=ORIENTED_EDGE('',*,*,#6942,.T.); -#10392=ORIENTED_EDGE('',*,*,#6933,.T.); -#10393=ORIENTED_EDGE('',*,*,#6938,.T.); -#10394=ORIENTED_EDGE('',*,*,#6919,.T.); -#10395=ORIENTED_EDGE('',*,*,#6940,.T.); -#10396=ORIENTED_EDGE('',*,*,#6935,.T.); -#10397=ORIENTED_EDGE('',*,*,#6904,.T.); -#10398=ORIENTED_EDGE('',*,*,#5231,.T.); -#10399=ORIENTED_EDGE('',*,*,#5230,.T.); -#10400=ORIENTED_EDGE('',*,*,#6943,.T.); -#10401=ORIENTED_EDGE('',*,*,#6934,.T.); -#10402=CYLINDRICAL_SURFACE('',#11273,0.19999593623379); -#10403=CYLINDRICAL_SURFACE('',#11274,0.19999593623379); -#10404=CYLINDRICAL_SURFACE('',#11275,19.9999942980925); -#10405=CYLINDRICAL_SURFACE('',#11280,0.19999593623379); -#10406=CYLINDRICAL_SURFACE('',#11281,0.19999593623379); -#10407=CYLINDRICAL_SURFACE('',#11283,0.19999593623379); -#10408=CYLINDRICAL_SURFACE('',#11284,0.19999593623379); -#10409=CYLINDRICAL_SURFACE('',#11286,0.19999593623379); -#10410=CYLINDRICAL_SURFACE('',#11287,0.19999593623379); -#10411=CYLINDRICAL_SURFACE('',#11289,0.19999593623379); -#10412=CYLINDRICAL_SURFACE('',#11290,0.19999593623379); -#10413=CYLINDRICAL_SURFACE('',#11292,0.19999593623379); -#10414=CYLINDRICAL_SURFACE('',#11293,0.19999593623379); -#10415=CYLINDRICAL_SURFACE('',#11295,0.19999593623379); -#10416=CYLINDRICAL_SURFACE('',#11296,0.19999593623379); -#10417=CYLINDRICAL_SURFACE('',#11298,0.19999593623379); -#10418=CYLINDRICAL_SURFACE('',#11299,0.19999593623379); -#10419=CYLINDRICAL_SURFACE('',#11301,0.19999593623379); -#10420=CYLINDRICAL_SURFACE('',#11302,0.19999593623379); -#10421=CYLINDRICAL_SURFACE('',#11304,0.19999593623379); -#10422=CYLINDRICAL_SURFACE('',#11305,0.19999593623379); -#10423=CYLINDRICAL_SURFACE('',#11307,0.19999593623379); -#10424=CYLINDRICAL_SURFACE('',#11308,0.19999593623379); -#10425=CYLINDRICAL_SURFACE('',#11310,0.19999593623379); -#10426=CYLINDRICAL_SURFACE('',#11311,0.19999593623379); -#10427=CYLINDRICAL_SURFACE('',#11313,0.19999593623379); -#10428=CYLINDRICAL_SURFACE('',#11314,0.19999593623379); -#10429=CYLINDRICAL_SURFACE('',#11316,0.19999593623379); -#10430=CYLINDRICAL_SURFACE('',#11317,0.19999593623379); -#10431=CYLINDRICAL_SURFACE('',#11319,0.19999593623379); -#10432=CYLINDRICAL_SURFACE('',#11320,0.19999593623379); -#10433=CYLINDRICAL_SURFACE('',#11322,0.19999593623379); -#10434=CYLINDRICAL_SURFACE('',#11323,0.19999593623379); -#10435=CYLINDRICAL_SURFACE('',#11325,0.19999593623379); -#10436=CYLINDRICAL_SURFACE('',#11326,0.19999593623379); -#10437=CYLINDRICAL_SURFACE('',#11328,0.19999593623379); -#10438=CYLINDRICAL_SURFACE('',#11329,0.19999593623379); -#10439=CYLINDRICAL_SURFACE('',#11331,0.19999593623379); -#10440=CYLINDRICAL_SURFACE('',#11332,0.19999593623379); -#10441=CYLINDRICAL_SURFACE('',#11334,0.19999593623379); -#10442=CYLINDRICAL_SURFACE('',#11335,0.19999593623379); -#10443=CYLINDRICAL_SURFACE('',#11337,0.19999593623379); -#10444=CYLINDRICAL_SURFACE('',#11338,0.19999593623379); -#10445=CYLINDRICAL_SURFACE('',#11340,0.19999593623379); -#10446=CYLINDRICAL_SURFACE('',#11341,0.19999593623379); -#10447=CYLINDRICAL_SURFACE('',#11343,0.19999593623379); -#10448=CYLINDRICAL_SURFACE('',#11344,0.19999593623379); -#10449=CYLINDRICAL_SURFACE('',#11346,0.19999593623379); -#10450=CYLINDRICAL_SURFACE('',#11347,0.19999593623379); -#10451=CYLINDRICAL_SURFACE('',#11349,0.19999593623379); -#10452=CYLINDRICAL_SURFACE('',#11350,0.19999593623379); -#10453=CYLINDRICAL_SURFACE('',#11352,0.19999593623379); -#10454=CYLINDRICAL_SURFACE('',#11353,0.19999593623379); -#10455=CYLINDRICAL_SURFACE('',#11355,0.19999593623379); -#10456=CYLINDRICAL_SURFACE('',#11356,0.19999593623379); -#10457=CYLINDRICAL_SURFACE('',#11358,0.19999593623379); -#10458=CYLINDRICAL_SURFACE('',#11359,0.19999593623379); -#10459=CYLINDRICAL_SURFACE('',#11361,0.19999593623379); -#10460=CYLINDRICAL_SURFACE('',#11362,0.19999593623379); -#10461=CYLINDRICAL_SURFACE('',#11364,0.19999593623379); -#10462=CYLINDRICAL_SURFACE('',#11365,0.19999593623379); -#10463=CYLINDRICAL_SURFACE('',#11367,0.19999593623379); -#10464=CYLINDRICAL_SURFACE('',#11368,0.19999593623379); -#10465=CYLINDRICAL_SURFACE('',#11370,0.19999593623379); -#10466=CYLINDRICAL_SURFACE('',#11371,0.19999593623379); -#10467=CYLINDRICAL_SURFACE('',#11373,0.19999593623379); -#10468=CYLINDRICAL_SURFACE('',#11374,0.19999593623379); -#10469=CYLINDRICAL_SURFACE('',#11376,0.19999593623379); -#10470=CYLINDRICAL_SURFACE('',#11377,0.19999593623379); -#10471=CYLINDRICAL_SURFACE('',#11379,0.19999593623379); -#10472=CYLINDRICAL_SURFACE('',#11380,0.19999593623379); -#10473=CYLINDRICAL_SURFACE('',#11382,0.19999593623379); -#10474=CYLINDRICAL_SURFACE('',#11383,0.19999593623379); -#10475=CYLINDRICAL_SURFACE('',#11385,0.19999593623379); -#10476=CYLINDRICAL_SURFACE('',#11386,0.19999593623379); -#10477=CYLINDRICAL_SURFACE('',#11388,0.19999593623379); -#10478=CYLINDRICAL_SURFACE('',#11389,0.19999593623379); -#10479=CYLINDRICAL_SURFACE('',#11391,0.19999593623379); -#10480=CYLINDRICAL_SURFACE('',#11392,0.19999593623379); -#10481=CYLINDRICAL_SURFACE('',#11394,0.19999593623379); -#10482=CYLINDRICAL_SURFACE('',#11395,0.19999593623379); -#10483=CYLINDRICAL_SURFACE('',#11397,0.19999593623379); -#10484=CYLINDRICAL_SURFACE('',#11398,0.19999593623379); -#10485=CYLINDRICAL_SURFACE('',#11400,0.19999593623379); -#10486=CYLINDRICAL_SURFACE('',#11401,0.19999593623379); -#10487=CYLINDRICAL_SURFACE('',#11403,0.19999593623379); -#10488=CYLINDRICAL_SURFACE('',#11404,0.19999593623379); -#10489=CYLINDRICAL_SURFACE('',#11406,0.19999593623379); -#10490=CYLINDRICAL_SURFACE('',#11407,0.19999593623379); -#10491=CYLINDRICAL_SURFACE('',#11409,0.19999593623379); -#10492=CYLINDRICAL_SURFACE('',#11410,0.19999593623379); -#10493=CYLINDRICAL_SURFACE('',#11412,0.19999593623379); -#10494=CYLINDRICAL_SURFACE('',#11413,0.19999593623379); -#10495=CYLINDRICAL_SURFACE('',#11415,0.19999593623379); -#10496=CYLINDRICAL_SURFACE('',#11416,0.19999593623379); -#10497=CYLINDRICAL_SURFACE('',#11418,0.19999593623379); -#10498=CYLINDRICAL_SURFACE('',#11419,0.19999593623379); -#10499=CYLINDRICAL_SURFACE('',#11421,0.19999593623379); -#10500=CYLINDRICAL_SURFACE('',#11422,0.19999593623379); -#10501=CYLINDRICAL_SURFACE('',#11424,0.19999593623379); -#10502=CYLINDRICAL_SURFACE('',#11425,0.19999593623379); -#10503=CYLINDRICAL_SURFACE('',#11427,0.19999593623379); -#10504=CYLINDRICAL_SURFACE('',#11428,0.19999593623379); -#10505=CYLINDRICAL_SURFACE('',#11430,0.19999593623379); -#10506=CYLINDRICAL_SURFACE('',#11431,0.19999593623379); -#10507=CYLINDRICAL_SURFACE('',#11433,0.19999593623379); -#10508=CYLINDRICAL_SURFACE('',#11434,0.19999593623379); -#10509=CYLINDRICAL_SURFACE('',#11436,0.19999593623379); -#10510=CYLINDRICAL_SURFACE('',#11437,0.19999593623379); -#10511=CYLINDRICAL_SURFACE('',#11439,0.19999593623379); -#10512=CYLINDRICAL_SURFACE('',#11440,0.19999593623379); -#10513=CYLINDRICAL_SURFACE('',#11442,0.19999593623379); -#10514=CYLINDRICAL_SURFACE('',#11443,0.19999593623379); -#10515=CYLINDRICAL_SURFACE('',#11445,0.19999593623379); -#10516=CYLINDRICAL_SURFACE('',#11446,0.19999593623379); -#10517=CYLINDRICAL_SURFACE('',#11448,0.19999593623379); -#10518=CYLINDRICAL_SURFACE('',#11449,0.19999593623379); -#10519=CYLINDRICAL_SURFACE('',#11451,0.19999593623379); -#10520=CYLINDRICAL_SURFACE('',#11452,0.19999593623379); -#10521=CYLINDRICAL_SURFACE('',#11454,0.19999593623379); -#10522=CYLINDRICAL_SURFACE('',#11455,0.19999593623379); -#10523=CYLINDRICAL_SURFACE('',#11457,0.19999593623379); -#10524=CYLINDRICAL_SURFACE('',#11458,0.19999593623379); -#10525=CYLINDRICAL_SURFACE('',#11460,0.19999593623379); -#10526=CYLINDRICAL_SURFACE('',#11461,0.19999593623379); -#10527=CYLINDRICAL_SURFACE('',#11463,0.19999593623379); -#10528=CYLINDRICAL_SURFACE('',#11464,0.19999593623379); -#10529=CYLINDRICAL_SURFACE('',#11466,0.19999593623379); -#10530=CYLINDRICAL_SURFACE('',#11467,0.19999593623379); -#10531=CYLINDRICAL_SURFACE('',#11469,0.19999593623379); -#10532=CYLINDRICAL_SURFACE('',#11470,0.19999593623379); -#10533=CYLINDRICAL_SURFACE('',#11472,0.19999593623379); -#10534=CYLINDRICAL_SURFACE('',#11473,0.19999593623379); -#10535=CYLINDRICAL_SURFACE('',#11475,0.19999593623379); -#10536=CYLINDRICAL_SURFACE('',#11476,0.19999593623379); -#10537=CYLINDRICAL_SURFACE('',#11478,0.19999593623379); -#10538=CYLINDRICAL_SURFACE('',#11479,0.19999593623379); -#10539=CYLINDRICAL_SURFACE('',#11481,0.19999593623379); -#10540=CYLINDRICAL_SURFACE('',#11482,0.19999593623379); -#10541=CYLINDRICAL_SURFACE('',#11484,0.19999593623379); -#10542=CYLINDRICAL_SURFACE('',#11485,0.19999593623379); -#10543=CYLINDRICAL_SURFACE('',#11487,0.19999593623379); -#10544=CYLINDRICAL_SURFACE('',#11488,0.19999593623379); -#10545=CYLINDRICAL_SURFACE('',#11490,0.19999593623379); -#10546=CYLINDRICAL_SURFACE('',#11491,0.19999593623379); -#10547=CYLINDRICAL_SURFACE('',#11493,0.19999593623379); -#10548=CYLINDRICAL_SURFACE('',#11494,0.19999593623379); -#10549=CYLINDRICAL_SURFACE('',#11496,0.19999593623379); -#10550=CYLINDRICAL_SURFACE('',#11497,0.19999593623379); -#10551=CYLINDRICAL_SURFACE('',#11499,0.19999593623379); -#10552=CYLINDRICAL_SURFACE('',#11500,0.19999593623379); -#10553=CYLINDRICAL_SURFACE('',#11502,0.19999593623379); -#10554=CYLINDRICAL_SURFACE('',#11503,0.19999593623379); -#10555=CYLINDRICAL_SURFACE('',#11505,0.19999593623379); -#10556=CYLINDRICAL_SURFACE('',#11506,0.19999593623379); -#10557=CYLINDRICAL_SURFACE('',#11508,0.19999593623379); -#10558=CYLINDRICAL_SURFACE('',#11509,0.19999593623379); -#10559=CYLINDRICAL_SURFACE('',#11511,0.19999593623379); -#10560=CYLINDRICAL_SURFACE('',#11512,0.19999593623379); -#10561=CYLINDRICAL_SURFACE('',#11514,0.19999593623379); -#10562=CYLINDRICAL_SURFACE('',#11515,0.19999593623379); -#10563=CYLINDRICAL_SURFACE('',#11517,0.19999593623379); -#10564=CYLINDRICAL_SURFACE('',#11518,0.19999593623379); -#10565=CYLINDRICAL_SURFACE('',#11520,0.19999593623379); -#10566=CYLINDRICAL_SURFACE('',#11521,0.19999593623379); -#10567=CYLINDRICAL_SURFACE('',#11523,0.19999593623379); -#10568=CYLINDRICAL_SURFACE('',#11524,0.19999593623379); -#10569=CYLINDRICAL_SURFACE('',#11526,0.19999593623379); -#10570=CYLINDRICAL_SURFACE('',#11527,0.19999593623379); -#10571=CYLINDRICAL_SURFACE('',#11529,0.19999593623379); -#10572=CYLINDRICAL_SURFACE('',#11530,0.19999593623379); -#10573=CYLINDRICAL_SURFACE('',#11532,0.19999593623379); -#10574=CYLINDRICAL_SURFACE('',#11533,0.19999593623379); -#10575=CYLINDRICAL_SURFACE('',#11535,0.19999593623379); -#10576=CYLINDRICAL_SURFACE('',#11536,0.19999593623379); -#10577=CYLINDRICAL_SURFACE('',#11538,0.19999593623379); -#10578=CYLINDRICAL_SURFACE('',#11539,0.19999593623379); -#10579=CYLINDRICAL_SURFACE('',#11541,0.19999593623379); -#10580=CYLINDRICAL_SURFACE('',#11542,0.19999593623379); -#10581=CYLINDRICAL_SURFACE('',#11544,0.19999593623379); -#10582=CYLINDRICAL_SURFACE('',#11545,0.19999593623379); -#10583=CYLINDRICAL_SURFACE('',#11547,0.19999593623379); -#10584=CYLINDRICAL_SURFACE('',#11548,0.19999593623379); -#10585=CYLINDRICAL_SURFACE('',#11550,0.19999593623379); -#10586=CYLINDRICAL_SURFACE('',#11551,0.19999593623379); -#10587=CYLINDRICAL_SURFACE('',#11553,0.19999593623379); -#10588=CYLINDRICAL_SURFACE('',#11554,0.19999593623379); -#10589=CYLINDRICAL_SURFACE('',#11556,0.19999593623379); -#10590=CYLINDRICAL_SURFACE('',#11557,0.19999593623379); -#10591=CYLINDRICAL_SURFACE('',#11559,0.19999593623379); -#10592=CYLINDRICAL_SURFACE('',#11560,0.19999593623379); -#10593=CYLINDRICAL_SURFACE('',#11562,0.19999593623379); -#10594=CYLINDRICAL_SURFACE('',#11563,0.19999593623379); -#10595=CYLINDRICAL_SURFACE('',#11565,0.19999593623379); -#10596=CYLINDRICAL_SURFACE('',#11566,0.19999593623379); -#10597=CYLINDRICAL_SURFACE('',#11568,0.19999593623379); -#10598=CYLINDRICAL_SURFACE('',#11569,0.19999593623379); -#10599=CYLINDRICAL_SURFACE('',#11571,0.19999593623379); -#10600=CYLINDRICAL_SURFACE('',#11572,0.19999593623379); -#10601=CYLINDRICAL_SURFACE('',#11574,0.19999593623379); -#10602=CYLINDRICAL_SURFACE('',#11575,0.19999593623379); -#10603=CYLINDRICAL_SURFACE('',#11577,0.19999593623379); -#10604=CYLINDRICAL_SURFACE('',#11578,0.19999593623379); -#10605=CYLINDRICAL_SURFACE('',#11580,0.19999593623379); -#10606=CYLINDRICAL_SURFACE('',#11581,0.19999593623379); -#10607=CYLINDRICAL_SURFACE('',#11583,0.19999593623379); -#10608=CYLINDRICAL_SURFACE('',#11584,0.19999593623379); -#10609=CYLINDRICAL_SURFACE('',#11586,0.19999593623379); -#10610=CYLINDRICAL_SURFACE('',#11587,0.19999593623379); -#10611=CYLINDRICAL_SURFACE('',#11589,0.19999593623379); -#10612=CYLINDRICAL_SURFACE('',#11590,0.19999593623379); -#10613=CYLINDRICAL_SURFACE('',#11592,0.19999593623379); -#10614=CYLINDRICAL_SURFACE('',#11593,0.19999593623379); -#10615=CYLINDRICAL_SURFACE('',#11595,0.19999593623379); -#10616=CYLINDRICAL_SURFACE('',#11596,0.19999593623379); -#10617=CYLINDRICAL_SURFACE('',#11598,0.19999593623379); -#10618=CYLINDRICAL_SURFACE('',#11599,0.19999593623379); -#10619=CYLINDRICAL_SURFACE('',#11601,0.19999593623379); -#10620=CYLINDRICAL_SURFACE('',#11602,0.19999593623379); -#10621=CYLINDRICAL_SURFACE('',#11604,0.19999593623379); -#10622=CYLINDRICAL_SURFACE('',#11605,0.19999593623379); -#10623=CYLINDRICAL_SURFACE('',#11607,0.19999593623379); -#10624=CYLINDRICAL_SURFACE('',#11608,0.19999593623379); -#10625=CYLINDRICAL_SURFACE('',#11610,0.19999593623379); -#10626=CYLINDRICAL_SURFACE('',#11611,0.19999593623379); -#10627=CYLINDRICAL_SURFACE('',#11613,0.19999593623379); -#10628=CYLINDRICAL_SURFACE('',#11614,0.19999593623379); -#10629=CYLINDRICAL_SURFACE('',#11616,0.19999593623379); -#10630=CYLINDRICAL_SURFACE('',#11617,0.19999593623379); -#10631=CYLINDRICAL_SURFACE('',#11619,0.19999593623379); -#10632=CYLINDRICAL_SURFACE('',#11620,0.19999593623379); -#10633=CYLINDRICAL_SURFACE('',#11622,0.19999593623379); -#10634=CYLINDRICAL_SURFACE('',#11623,0.19999593623379); -#10635=CYLINDRICAL_SURFACE('',#11625,0.19999593623379); -#10636=CYLINDRICAL_SURFACE('',#11626,0.19999593623379); -#10637=CYLINDRICAL_SURFACE('',#11628,0.19999593623379); -#10638=CYLINDRICAL_SURFACE('',#11629,0.19999593623379); -#10639=CYLINDRICAL_SURFACE('',#11631,0.19999593623379); -#10640=CYLINDRICAL_SURFACE('',#11632,0.19999593623379); -#10641=CYLINDRICAL_SURFACE('',#11634,0.19999593623379); -#10642=CYLINDRICAL_SURFACE('',#11635,0.19999593623379); -#10643=CYLINDRICAL_SURFACE('',#11637,0.19999593623379); -#10644=CYLINDRICAL_SURFACE('',#11638,0.19999593623379); -#10645=CYLINDRICAL_SURFACE('',#11640,0.19999593623379); -#10646=CYLINDRICAL_SURFACE('',#11641,0.19999593623379); -#10647=CYLINDRICAL_SURFACE('',#11643,0.19999593623379); -#10648=CYLINDRICAL_SURFACE('',#11644,0.19999593623379); -#10649=CYLINDRICAL_SURFACE('',#11646,0.19999593623379); -#10650=CYLINDRICAL_SURFACE('',#11647,0.19999593623379); -#10651=CYLINDRICAL_SURFACE('',#11649,0.19999593623379); -#10652=CYLINDRICAL_SURFACE('',#11650,0.19999593623379); -#10653=CYLINDRICAL_SURFACE('',#11652,0.19999593623379); -#10654=CYLINDRICAL_SURFACE('',#11653,0.19999593623379); -#10655=CYLINDRICAL_SURFACE('',#11655,0.19999593623379); -#10656=CYLINDRICAL_SURFACE('',#11656,0.19999593623379); -#10657=CYLINDRICAL_SURFACE('',#11658,0.19999593623379); -#10658=CYLINDRICAL_SURFACE('',#11659,0.19999593623379); -#10659=CYLINDRICAL_SURFACE('',#11660,0.19999593623379); -#10660=CYLINDRICAL_SURFACE('',#11661,0.19999593623379); -#10661=CYLINDRICAL_SURFACE('',#11663,0.19999593623379); -#10662=CYLINDRICAL_SURFACE('',#11664,0.19999593623379); -#10663=CYLINDRICAL_SURFACE('',#11666,0.19999593623379); -#10664=CYLINDRICAL_SURFACE('',#11667,0.19999593623379); -#10665=CYLINDRICAL_SURFACE('',#11669,0.19999593623379); -#10666=CYLINDRICAL_SURFACE('',#11670,0.19999593623379); -#10667=CYLINDRICAL_SURFACE('',#11672,0.19999593623379); -#10668=CYLINDRICAL_SURFACE('',#11673,0.19999593623379); -#10669=CYLINDRICAL_SURFACE('',#11675,0.19999593623379); -#10670=CYLINDRICAL_SURFACE('',#11676,0.19999593623379); -#10671=CYLINDRICAL_SURFACE('',#11678,0.19999593623379); -#10672=CYLINDRICAL_SURFACE('',#11679,0.19999593623379); -#10673=CYLINDRICAL_SURFACE('',#11681,0.19999593623379); -#10674=CYLINDRICAL_SURFACE('',#11682,0.19999593623379); -#10675=CYLINDRICAL_SURFACE('',#11684,0.19999593623379); -#10676=CYLINDRICAL_SURFACE('',#11685,0.19999593623379); -#10677=CYLINDRICAL_SURFACE('',#11687,0.19999593623379); -#10678=CYLINDRICAL_SURFACE('',#11688,0.19999593623379); -#10679=CYLINDRICAL_SURFACE('',#11690,0.19999593623379); -#10680=CYLINDRICAL_SURFACE('',#11691,0.19999593623379); -#10681=CYLINDRICAL_SURFACE('',#11700,10.); -#10682=CYLINDRICAL_SURFACE('',#11702,10.); -#10683=CYLINDRICAL_SURFACE('',#11704,10.); -#10684=CYLINDRICAL_SURFACE('',#11706,10.); -#10685=CYLINDRICAL_SURFACE('',#11708,10.); -#10686=CYLINDRICAL_SURFACE('',#11710,20.0000044762554); -#10687=ADVANCED_FACE('',(#316),#10402,.F.); -#10688=ADVANCED_FACE('',(#317),#10403,.F.); -#10689=ADVANCED_FACE('',(#318),#177,.F.); -#10690=ADVANCED_FACE('',(#319),#10404,.T.); -#10691=ADVANCED_FACE('',(#320),#15,.F.); -#10692=ADVANCED_FACE('',(#321),#16,.F.); -#10693=ADVANCED_FACE('',(#322),#10405,.F.); -#10694=ADVANCED_FACE('',(#323),#10406,.F.); -#10695=ADVANCED_FACE('',(#324),#178,.F.); -#10696=ADVANCED_FACE('',(#325),#17,.F.); -#10697=ADVANCED_FACE('',(#326),#10407,.F.); -#10698=ADVANCED_FACE('',(#327),#10408,.F.); -#10699=ADVANCED_FACE('',(#328),#179,.F.); -#10700=ADVANCED_FACE('',(#329),#18,.F.); -#10701=ADVANCED_FACE('',(#330),#10409,.F.); -#10702=ADVANCED_FACE('',(#331),#10410,.F.); -#10703=ADVANCED_FACE('',(#332),#180,.F.); -#10704=ADVANCED_FACE('',(#333),#19,.F.); -#10705=ADVANCED_FACE('',(#334),#10411,.F.); -#10706=ADVANCED_FACE('',(#335),#10412,.F.); -#10707=ADVANCED_FACE('',(#336),#181,.F.); -#10708=ADVANCED_FACE('',(#337),#20,.F.); -#10709=ADVANCED_FACE('',(#338),#10413,.F.); -#10710=ADVANCED_FACE('',(#339),#10414,.F.); -#10711=ADVANCED_FACE('',(#340),#182,.F.); -#10712=ADVANCED_FACE('',(#341),#21,.F.); -#10713=ADVANCED_FACE('',(#342),#10415,.F.); -#10714=ADVANCED_FACE('',(#343),#10416,.F.); -#10715=ADVANCED_FACE('',(#344),#183,.F.); -#10716=ADVANCED_FACE('',(#345),#22,.F.); -#10717=ADVANCED_FACE('',(#346),#10417,.F.); -#10718=ADVANCED_FACE('',(#347),#10418,.F.); -#10719=ADVANCED_FACE('',(#348),#184,.F.); -#10720=ADVANCED_FACE('',(#349),#23,.F.); -#10721=ADVANCED_FACE('',(#350),#10419,.F.); -#10722=ADVANCED_FACE('',(#351),#10420,.F.); -#10723=ADVANCED_FACE('',(#352),#185,.F.); -#10724=ADVANCED_FACE('',(#353),#24,.F.); -#10725=ADVANCED_FACE('',(#354),#10421,.F.); -#10726=ADVANCED_FACE('',(#355),#10422,.F.); -#10727=ADVANCED_FACE('',(#356),#186,.F.); -#10728=ADVANCED_FACE('',(#357),#25,.F.); -#10729=ADVANCED_FACE('',(#358),#10423,.F.); -#10730=ADVANCED_FACE('',(#359),#10424,.F.); -#10731=ADVANCED_FACE('',(#360),#187,.F.); -#10732=ADVANCED_FACE('',(#361),#26,.F.); -#10733=ADVANCED_FACE('',(#362),#10425,.F.); -#10734=ADVANCED_FACE('',(#363),#10426,.F.); -#10735=ADVANCED_FACE('',(#364),#188,.F.); -#10736=ADVANCED_FACE('',(#365),#27,.F.); -#10737=ADVANCED_FACE('',(#366),#10427,.F.); -#10738=ADVANCED_FACE('',(#367),#10428,.F.); -#10739=ADVANCED_FACE('',(#368),#189,.F.); -#10740=ADVANCED_FACE('',(#369),#28,.F.); -#10741=ADVANCED_FACE('',(#370),#10429,.F.); -#10742=ADVANCED_FACE('',(#371),#10430,.F.); -#10743=ADVANCED_FACE('',(#372),#190,.F.); -#10744=ADVANCED_FACE('',(#373),#29,.F.); -#10745=ADVANCED_FACE('',(#374),#10431,.F.); -#10746=ADVANCED_FACE('',(#375),#10432,.F.); -#10747=ADVANCED_FACE('',(#376),#191,.F.); -#10748=ADVANCED_FACE('',(#377),#30,.F.); -#10749=ADVANCED_FACE('',(#378),#10433,.F.); -#10750=ADVANCED_FACE('',(#379),#10434,.F.); -#10751=ADVANCED_FACE('',(#380),#192,.F.); -#10752=ADVANCED_FACE('',(#381),#31,.F.); -#10753=ADVANCED_FACE('',(#382),#10435,.F.); -#10754=ADVANCED_FACE('',(#383),#10436,.F.); -#10755=ADVANCED_FACE('',(#384),#193,.F.); -#10756=ADVANCED_FACE('',(#385),#32,.F.); -#10757=ADVANCED_FACE('',(#386),#10437,.F.); -#10758=ADVANCED_FACE('',(#387),#10438,.F.); -#10759=ADVANCED_FACE('',(#388),#194,.F.); -#10760=ADVANCED_FACE('',(#389),#33,.F.); -#10761=ADVANCED_FACE('',(#390),#10439,.F.); -#10762=ADVANCED_FACE('',(#391),#10440,.F.); -#10763=ADVANCED_FACE('',(#392),#195,.F.); -#10764=ADVANCED_FACE('',(#393),#34,.F.); -#10765=ADVANCED_FACE('',(#394),#10441,.F.); -#10766=ADVANCED_FACE('',(#395),#10442,.F.); -#10767=ADVANCED_FACE('',(#396),#196,.F.); -#10768=ADVANCED_FACE('',(#397),#35,.F.); -#10769=ADVANCED_FACE('',(#398),#10443,.F.); -#10770=ADVANCED_FACE('',(#399),#10444,.F.); -#10771=ADVANCED_FACE('',(#400),#197,.F.); -#10772=ADVANCED_FACE('',(#401),#36,.F.); -#10773=ADVANCED_FACE('',(#402),#10445,.F.); -#10774=ADVANCED_FACE('',(#403),#10446,.F.); -#10775=ADVANCED_FACE('',(#404),#198,.F.); -#10776=ADVANCED_FACE('',(#405),#37,.F.); -#10777=ADVANCED_FACE('',(#406),#10447,.F.); -#10778=ADVANCED_FACE('',(#407),#10448,.F.); -#10779=ADVANCED_FACE('',(#408),#199,.F.); -#10780=ADVANCED_FACE('',(#409),#38,.F.); -#10781=ADVANCED_FACE('',(#410),#10449,.F.); -#10782=ADVANCED_FACE('',(#411),#10450,.F.); -#10783=ADVANCED_FACE('',(#412),#200,.F.); -#10784=ADVANCED_FACE('',(#413),#39,.F.); -#10785=ADVANCED_FACE('',(#414),#10451,.F.); -#10786=ADVANCED_FACE('',(#415),#10452,.F.); -#10787=ADVANCED_FACE('',(#416),#201,.F.); -#10788=ADVANCED_FACE('',(#417),#40,.F.); -#10789=ADVANCED_FACE('',(#418),#10453,.F.); -#10790=ADVANCED_FACE('',(#419),#10454,.F.); -#10791=ADVANCED_FACE('',(#420),#202,.F.); -#10792=ADVANCED_FACE('',(#421),#41,.F.); -#10793=ADVANCED_FACE('',(#422),#10455,.F.); -#10794=ADVANCED_FACE('',(#423),#10456,.F.); -#10795=ADVANCED_FACE('',(#424),#203,.F.); -#10796=ADVANCED_FACE('',(#425),#42,.F.); -#10797=ADVANCED_FACE('',(#426),#10457,.F.); -#10798=ADVANCED_FACE('',(#427),#10458,.F.); -#10799=ADVANCED_FACE('',(#428),#204,.F.); -#10800=ADVANCED_FACE('',(#429),#43,.F.); -#10801=ADVANCED_FACE('',(#430),#10459,.F.); -#10802=ADVANCED_FACE('',(#431),#10460,.F.); -#10803=ADVANCED_FACE('',(#432),#205,.F.); -#10804=ADVANCED_FACE('',(#433),#44,.F.); -#10805=ADVANCED_FACE('',(#434),#10461,.F.); -#10806=ADVANCED_FACE('',(#435),#10462,.F.); -#10807=ADVANCED_FACE('',(#436),#206,.F.); -#10808=ADVANCED_FACE('',(#437),#45,.F.); -#10809=ADVANCED_FACE('',(#438),#10463,.F.); -#10810=ADVANCED_FACE('',(#439),#10464,.F.); -#10811=ADVANCED_FACE('',(#440),#207,.F.); -#10812=ADVANCED_FACE('',(#441),#46,.F.); -#10813=ADVANCED_FACE('',(#442),#10465,.F.); -#10814=ADVANCED_FACE('',(#443),#10466,.F.); -#10815=ADVANCED_FACE('',(#444),#208,.F.); -#10816=ADVANCED_FACE('',(#445),#47,.F.); -#10817=ADVANCED_FACE('',(#446),#10467,.F.); -#10818=ADVANCED_FACE('',(#447),#10468,.F.); -#10819=ADVANCED_FACE('',(#448),#209,.F.); -#10820=ADVANCED_FACE('',(#449),#48,.F.); -#10821=ADVANCED_FACE('',(#450),#10469,.F.); -#10822=ADVANCED_FACE('',(#451),#10470,.F.); -#10823=ADVANCED_FACE('',(#452),#210,.F.); -#10824=ADVANCED_FACE('',(#453),#49,.F.); -#10825=ADVANCED_FACE('',(#454),#10471,.F.); -#10826=ADVANCED_FACE('',(#455),#10472,.F.); -#10827=ADVANCED_FACE('',(#456),#211,.F.); -#10828=ADVANCED_FACE('',(#457),#50,.F.); -#10829=ADVANCED_FACE('',(#458),#10473,.F.); -#10830=ADVANCED_FACE('',(#459),#10474,.F.); -#10831=ADVANCED_FACE('',(#460),#212,.F.); -#10832=ADVANCED_FACE('',(#461),#51,.F.); -#10833=ADVANCED_FACE('',(#462),#10475,.F.); -#10834=ADVANCED_FACE('',(#463),#10476,.F.); -#10835=ADVANCED_FACE('',(#464),#213,.F.); -#10836=ADVANCED_FACE('',(#465),#52,.F.); -#10837=ADVANCED_FACE('',(#466),#10477,.F.); -#10838=ADVANCED_FACE('',(#467),#10478,.F.); -#10839=ADVANCED_FACE('',(#468),#214,.F.); -#10840=ADVANCED_FACE('',(#469),#53,.F.); -#10841=ADVANCED_FACE('',(#470),#10479,.F.); -#10842=ADVANCED_FACE('',(#471),#10480,.F.); -#10843=ADVANCED_FACE('',(#472),#215,.F.); -#10844=ADVANCED_FACE('',(#473),#54,.F.); -#10845=ADVANCED_FACE('',(#474),#10481,.F.); -#10846=ADVANCED_FACE('',(#475),#10482,.F.); -#10847=ADVANCED_FACE('',(#476),#216,.F.); -#10848=ADVANCED_FACE('',(#477),#55,.F.); -#10849=ADVANCED_FACE('',(#478),#10483,.F.); -#10850=ADVANCED_FACE('',(#479),#10484,.F.); -#10851=ADVANCED_FACE('',(#480),#217,.F.); -#10852=ADVANCED_FACE('',(#481),#56,.F.); -#10853=ADVANCED_FACE('',(#482),#10485,.F.); -#10854=ADVANCED_FACE('',(#483),#10486,.F.); -#10855=ADVANCED_FACE('',(#484),#218,.F.); -#10856=ADVANCED_FACE('',(#485),#57,.F.); -#10857=ADVANCED_FACE('',(#486),#10487,.F.); -#10858=ADVANCED_FACE('',(#487),#10488,.F.); -#10859=ADVANCED_FACE('',(#488),#219,.F.); -#10860=ADVANCED_FACE('',(#489),#58,.F.); -#10861=ADVANCED_FACE('',(#490),#10489,.F.); -#10862=ADVANCED_FACE('',(#491),#10490,.F.); -#10863=ADVANCED_FACE('',(#492),#220,.F.); -#10864=ADVANCED_FACE('',(#493),#59,.F.); -#10865=ADVANCED_FACE('',(#494),#10491,.F.); -#10866=ADVANCED_FACE('',(#495),#10492,.F.); -#10867=ADVANCED_FACE('',(#496),#221,.F.); -#10868=ADVANCED_FACE('',(#497),#60,.F.); -#10869=ADVANCED_FACE('',(#498),#10493,.F.); -#10870=ADVANCED_FACE('',(#499),#10494,.F.); -#10871=ADVANCED_FACE('',(#500),#222,.F.); -#10872=ADVANCED_FACE('',(#501),#61,.F.); -#10873=ADVANCED_FACE('',(#502),#10495,.F.); -#10874=ADVANCED_FACE('',(#503),#10496,.F.); -#10875=ADVANCED_FACE('',(#504),#223,.F.); -#10876=ADVANCED_FACE('',(#505),#62,.F.); -#10877=ADVANCED_FACE('',(#506),#10497,.F.); -#10878=ADVANCED_FACE('',(#507),#10498,.F.); -#10879=ADVANCED_FACE('',(#508),#224,.F.); -#10880=ADVANCED_FACE('',(#509),#63,.F.); -#10881=ADVANCED_FACE('',(#510),#10499,.F.); -#10882=ADVANCED_FACE('',(#511),#10500,.F.); -#10883=ADVANCED_FACE('',(#512),#225,.F.); -#10884=ADVANCED_FACE('',(#513),#64,.F.); -#10885=ADVANCED_FACE('',(#514),#10501,.F.); -#10886=ADVANCED_FACE('',(#515),#10502,.F.); -#10887=ADVANCED_FACE('',(#516),#226,.F.); -#10888=ADVANCED_FACE('',(#517),#65,.F.); -#10889=ADVANCED_FACE('',(#518),#10503,.F.); -#10890=ADVANCED_FACE('',(#519),#10504,.F.); -#10891=ADVANCED_FACE('',(#520),#227,.F.); -#10892=ADVANCED_FACE('',(#521),#66,.F.); -#10893=ADVANCED_FACE('',(#522),#10505,.F.); -#10894=ADVANCED_FACE('',(#523),#10506,.F.); -#10895=ADVANCED_FACE('',(#524),#228,.F.); -#10896=ADVANCED_FACE('',(#525),#67,.F.); -#10897=ADVANCED_FACE('',(#526),#10507,.F.); -#10898=ADVANCED_FACE('',(#527),#10508,.F.); -#10899=ADVANCED_FACE('',(#528),#229,.F.); -#10900=ADVANCED_FACE('',(#529),#68,.F.); -#10901=ADVANCED_FACE('',(#530),#10509,.F.); -#10902=ADVANCED_FACE('',(#531),#10510,.F.); -#10903=ADVANCED_FACE('',(#532),#230,.F.); -#10904=ADVANCED_FACE('',(#533),#69,.F.); -#10905=ADVANCED_FACE('',(#534),#10511,.F.); -#10906=ADVANCED_FACE('',(#535),#10512,.F.); -#10907=ADVANCED_FACE('',(#536),#231,.F.); -#10908=ADVANCED_FACE('',(#537),#70,.F.); -#10909=ADVANCED_FACE('',(#538),#10513,.F.); -#10910=ADVANCED_FACE('',(#539),#10514,.F.); -#10911=ADVANCED_FACE('',(#540),#232,.F.); -#10912=ADVANCED_FACE('',(#541),#71,.F.); -#10913=ADVANCED_FACE('',(#542),#10515,.F.); -#10914=ADVANCED_FACE('',(#543),#10516,.F.); -#10915=ADVANCED_FACE('',(#544),#233,.F.); -#10916=ADVANCED_FACE('',(#545),#72,.F.); -#10917=ADVANCED_FACE('',(#546),#10517,.F.); -#10918=ADVANCED_FACE('',(#547),#10518,.F.); -#10919=ADVANCED_FACE('',(#548),#234,.F.); -#10920=ADVANCED_FACE('',(#549),#73,.F.); -#10921=ADVANCED_FACE('',(#550),#10519,.F.); -#10922=ADVANCED_FACE('',(#551),#10520,.F.); -#10923=ADVANCED_FACE('',(#552),#235,.F.); -#10924=ADVANCED_FACE('',(#553),#74,.F.); -#10925=ADVANCED_FACE('',(#554),#10521,.F.); -#10926=ADVANCED_FACE('',(#555),#10522,.F.); -#10927=ADVANCED_FACE('',(#556),#236,.F.); -#10928=ADVANCED_FACE('',(#557),#75,.F.); -#10929=ADVANCED_FACE('',(#558),#10523,.F.); -#10930=ADVANCED_FACE('',(#559),#10524,.F.); -#10931=ADVANCED_FACE('',(#560),#237,.F.); -#10932=ADVANCED_FACE('',(#561),#76,.F.); -#10933=ADVANCED_FACE('',(#562),#10525,.F.); -#10934=ADVANCED_FACE('',(#563),#10526,.F.); -#10935=ADVANCED_FACE('',(#564),#238,.F.); -#10936=ADVANCED_FACE('',(#565),#77,.F.); -#10937=ADVANCED_FACE('',(#566),#10527,.F.); -#10938=ADVANCED_FACE('',(#567),#10528,.F.); -#10939=ADVANCED_FACE('',(#568),#239,.F.); -#10940=ADVANCED_FACE('',(#569),#78,.F.); -#10941=ADVANCED_FACE('',(#570),#10529,.F.); -#10942=ADVANCED_FACE('',(#571),#10530,.F.); -#10943=ADVANCED_FACE('',(#572),#240,.F.); -#10944=ADVANCED_FACE('',(#573),#79,.F.); -#10945=ADVANCED_FACE('',(#574),#10531,.F.); -#10946=ADVANCED_FACE('',(#575),#10532,.F.); -#10947=ADVANCED_FACE('',(#576),#241,.F.); -#10948=ADVANCED_FACE('',(#577),#80,.F.); -#10949=ADVANCED_FACE('',(#578),#10533,.F.); -#10950=ADVANCED_FACE('',(#579),#10534,.F.); -#10951=ADVANCED_FACE('',(#580),#242,.F.); -#10952=ADVANCED_FACE('',(#581),#81,.F.); -#10953=ADVANCED_FACE('',(#582),#10535,.F.); -#10954=ADVANCED_FACE('',(#583),#10536,.F.); -#10955=ADVANCED_FACE('',(#584),#243,.F.); -#10956=ADVANCED_FACE('',(#585),#82,.F.); -#10957=ADVANCED_FACE('',(#586),#10537,.F.); -#10958=ADVANCED_FACE('',(#587),#10538,.F.); -#10959=ADVANCED_FACE('',(#588),#244,.F.); -#10960=ADVANCED_FACE('',(#589),#83,.F.); -#10961=ADVANCED_FACE('',(#590),#10539,.F.); -#10962=ADVANCED_FACE('',(#591),#10540,.F.); -#10963=ADVANCED_FACE('',(#592),#245,.F.); -#10964=ADVANCED_FACE('',(#593),#84,.F.); -#10965=ADVANCED_FACE('',(#594),#10541,.F.); -#10966=ADVANCED_FACE('',(#595),#10542,.F.); -#10967=ADVANCED_FACE('',(#596),#246,.F.); -#10968=ADVANCED_FACE('',(#597),#85,.F.); -#10969=ADVANCED_FACE('',(#598),#10543,.F.); -#10970=ADVANCED_FACE('',(#599),#10544,.F.); -#10971=ADVANCED_FACE('',(#600),#247,.F.); -#10972=ADVANCED_FACE('',(#601),#86,.F.); -#10973=ADVANCED_FACE('',(#602),#10545,.F.); -#10974=ADVANCED_FACE('',(#603),#10546,.F.); -#10975=ADVANCED_FACE('',(#604),#248,.F.); -#10976=ADVANCED_FACE('',(#605),#87,.F.); -#10977=ADVANCED_FACE('',(#606),#10547,.F.); -#10978=ADVANCED_FACE('',(#607),#10548,.F.); -#10979=ADVANCED_FACE('',(#608),#249,.F.); -#10980=ADVANCED_FACE('',(#609),#88,.F.); -#10981=ADVANCED_FACE('',(#610),#10549,.F.); -#10982=ADVANCED_FACE('',(#611),#10550,.F.); -#10983=ADVANCED_FACE('',(#612),#250,.F.); -#10984=ADVANCED_FACE('',(#613),#89,.F.); -#10985=ADVANCED_FACE('',(#614),#10551,.F.); -#10986=ADVANCED_FACE('',(#615),#10552,.F.); -#10987=ADVANCED_FACE('',(#616),#251,.F.); -#10988=ADVANCED_FACE('',(#617),#90,.F.); -#10989=ADVANCED_FACE('',(#618),#10553,.F.); -#10990=ADVANCED_FACE('',(#619),#10554,.F.); -#10991=ADVANCED_FACE('',(#620),#252,.F.); -#10992=ADVANCED_FACE('',(#621),#91,.F.); -#10993=ADVANCED_FACE('',(#622),#10555,.F.); -#10994=ADVANCED_FACE('',(#623),#10556,.F.); -#10995=ADVANCED_FACE('',(#624),#253,.F.); -#10996=ADVANCED_FACE('',(#625),#92,.F.); -#10997=ADVANCED_FACE('',(#626),#10557,.F.); -#10998=ADVANCED_FACE('',(#627),#10558,.F.); -#10999=ADVANCED_FACE('',(#628),#254,.F.); -#11000=ADVANCED_FACE('',(#629),#93,.F.); -#11001=ADVANCED_FACE('',(#630),#10559,.F.); -#11002=ADVANCED_FACE('',(#631),#10560,.F.); -#11003=ADVANCED_FACE('',(#632),#255,.F.); -#11004=ADVANCED_FACE('',(#633),#94,.F.); -#11005=ADVANCED_FACE('',(#634),#10561,.F.); -#11006=ADVANCED_FACE('',(#635),#10562,.F.); -#11007=ADVANCED_FACE('',(#636),#256,.F.); -#11008=ADVANCED_FACE('',(#637),#95,.F.); -#11009=ADVANCED_FACE('',(#638),#10563,.F.); -#11010=ADVANCED_FACE('',(#639),#10564,.F.); -#11011=ADVANCED_FACE('',(#640),#257,.F.); -#11012=ADVANCED_FACE('',(#641),#96,.F.); -#11013=ADVANCED_FACE('',(#642),#10565,.F.); -#11014=ADVANCED_FACE('',(#643),#10566,.F.); -#11015=ADVANCED_FACE('',(#644),#258,.F.); -#11016=ADVANCED_FACE('',(#645),#97,.F.); -#11017=ADVANCED_FACE('',(#646),#10567,.F.); -#11018=ADVANCED_FACE('',(#647),#10568,.F.); -#11019=ADVANCED_FACE('',(#648),#259,.F.); -#11020=ADVANCED_FACE('',(#649),#98,.F.); -#11021=ADVANCED_FACE('',(#650),#10569,.F.); -#11022=ADVANCED_FACE('',(#651),#10570,.F.); -#11023=ADVANCED_FACE('',(#652),#260,.F.); -#11024=ADVANCED_FACE('',(#653),#99,.F.); -#11025=ADVANCED_FACE('',(#654),#10571,.F.); -#11026=ADVANCED_FACE('',(#655),#10572,.F.); -#11027=ADVANCED_FACE('',(#656),#261,.F.); -#11028=ADVANCED_FACE('',(#657),#100,.F.); -#11029=ADVANCED_FACE('',(#658),#10573,.F.); -#11030=ADVANCED_FACE('',(#659),#10574,.F.); -#11031=ADVANCED_FACE('',(#660),#262,.F.); -#11032=ADVANCED_FACE('',(#661),#101,.F.); -#11033=ADVANCED_FACE('',(#662),#10575,.F.); -#11034=ADVANCED_FACE('',(#663),#10576,.F.); -#11035=ADVANCED_FACE('',(#664),#263,.F.); -#11036=ADVANCED_FACE('',(#665),#102,.F.); -#11037=ADVANCED_FACE('',(#666),#10577,.F.); -#11038=ADVANCED_FACE('',(#667),#10578,.F.); -#11039=ADVANCED_FACE('',(#668),#264,.F.); -#11040=ADVANCED_FACE('',(#669),#103,.F.); -#11041=ADVANCED_FACE('',(#670),#10579,.F.); -#11042=ADVANCED_FACE('',(#671),#10580,.F.); -#11043=ADVANCED_FACE('',(#672),#265,.F.); -#11044=ADVANCED_FACE('',(#673),#104,.F.); -#11045=ADVANCED_FACE('',(#674),#10581,.F.); -#11046=ADVANCED_FACE('',(#675),#10582,.F.); -#11047=ADVANCED_FACE('',(#676),#266,.F.); -#11048=ADVANCED_FACE('',(#677),#105,.F.); -#11049=ADVANCED_FACE('',(#678),#10583,.F.); -#11050=ADVANCED_FACE('',(#679),#10584,.F.); -#11051=ADVANCED_FACE('',(#680),#267,.F.); -#11052=ADVANCED_FACE('',(#681),#106,.F.); -#11053=ADVANCED_FACE('',(#682),#10585,.F.); -#11054=ADVANCED_FACE('',(#683),#10586,.F.); -#11055=ADVANCED_FACE('',(#684),#268,.F.); -#11056=ADVANCED_FACE('',(#685),#107,.F.); -#11057=ADVANCED_FACE('',(#686),#10587,.F.); -#11058=ADVANCED_FACE('',(#687),#10588,.F.); -#11059=ADVANCED_FACE('',(#688),#269,.F.); -#11060=ADVANCED_FACE('',(#689),#108,.F.); -#11061=ADVANCED_FACE('',(#690),#10589,.F.); -#11062=ADVANCED_FACE('',(#691),#10590,.F.); -#11063=ADVANCED_FACE('',(#692),#270,.F.); -#11064=ADVANCED_FACE('',(#693),#109,.F.); -#11065=ADVANCED_FACE('',(#694),#10591,.F.); -#11066=ADVANCED_FACE('',(#695),#10592,.F.); -#11067=ADVANCED_FACE('',(#696),#271,.F.); -#11068=ADVANCED_FACE('',(#697),#110,.F.); -#11069=ADVANCED_FACE('',(#698),#10593,.F.); -#11070=ADVANCED_FACE('',(#699),#10594,.F.); -#11071=ADVANCED_FACE('',(#700),#272,.F.); -#11072=ADVANCED_FACE('',(#701),#111,.F.); -#11073=ADVANCED_FACE('',(#702),#10595,.F.); -#11074=ADVANCED_FACE('',(#703),#10596,.F.); -#11075=ADVANCED_FACE('',(#704),#273,.F.); -#11076=ADVANCED_FACE('',(#705),#112,.F.); -#11077=ADVANCED_FACE('',(#706),#10597,.F.); -#11078=ADVANCED_FACE('',(#707),#10598,.F.); -#11079=ADVANCED_FACE('',(#708),#274,.F.); -#11080=ADVANCED_FACE('',(#709),#113,.F.); -#11081=ADVANCED_FACE('',(#710),#10599,.F.); -#11082=ADVANCED_FACE('',(#711),#10600,.F.); -#11083=ADVANCED_FACE('',(#712),#275,.F.); -#11084=ADVANCED_FACE('',(#713),#114,.F.); -#11085=ADVANCED_FACE('',(#714),#10601,.F.); -#11086=ADVANCED_FACE('',(#715),#10602,.F.); -#11087=ADVANCED_FACE('',(#716),#276,.F.); -#11088=ADVANCED_FACE('',(#717),#115,.F.); -#11089=ADVANCED_FACE('',(#718),#10603,.F.); -#11090=ADVANCED_FACE('',(#719),#10604,.F.); -#11091=ADVANCED_FACE('',(#720),#277,.F.); -#11092=ADVANCED_FACE('',(#721),#116,.F.); -#11093=ADVANCED_FACE('',(#722),#10605,.F.); -#11094=ADVANCED_FACE('',(#723),#10606,.F.); -#11095=ADVANCED_FACE('',(#724),#278,.F.); -#11096=ADVANCED_FACE('',(#725),#117,.F.); -#11097=ADVANCED_FACE('',(#726),#10607,.F.); -#11098=ADVANCED_FACE('',(#727),#10608,.F.); -#11099=ADVANCED_FACE('',(#728),#279,.F.); -#11100=ADVANCED_FACE('',(#729),#118,.F.); -#11101=ADVANCED_FACE('',(#730),#10609,.F.); -#11102=ADVANCED_FACE('',(#731),#10610,.F.); -#11103=ADVANCED_FACE('',(#732),#280,.F.); -#11104=ADVANCED_FACE('',(#733),#119,.F.); -#11105=ADVANCED_FACE('',(#734),#10611,.F.); -#11106=ADVANCED_FACE('',(#735),#10612,.F.); -#11107=ADVANCED_FACE('',(#736),#281,.F.); -#11108=ADVANCED_FACE('',(#737),#120,.F.); -#11109=ADVANCED_FACE('',(#738),#10613,.F.); -#11110=ADVANCED_FACE('',(#739),#10614,.F.); -#11111=ADVANCED_FACE('',(#740),#282,.F.); -#11112=ADVANCED_FACE('',(#741),#121,.F.); -#11113=ADVANCED_FACE('',(#742),#10615,.F.); -#11114=ADVANCED_FACE('',(#743),#10616,.F.); -#11115=ADVANCED_FACE('',(#744),#283,.F.); -#11116=ADVANCED_FACE('',(#745),#122,.F.); -#11117=ADVANCED_FACE('',(#746),#10617,.F.); -#11118=ADVANCED_FACE('',(#747),#10618,.F.); -#11119=ADVANCED_FACE('',(#748),#284,.F.); -#11120=ADVANCED_FACE('',(#749),#123,.F.); -#11121=ADVANCED_FACE('',(#750),#10619,.F.); -#11122=ADVANCED_FACE('',(#751),#10620,.F.); -#11123=ADVANCED_FACE('',(#752),#285,.F.); -#11124=ADVANCED_FACE('',(#753),#124,.F.); -#11125=ADVANCED_FACE('',(#754),#10621,.F.); -#11126=ADVANCED_FACE('',(#755),#10622,.F.); -#11127=ADVANCED_FACE('',(#756),#286,.F.); -#11128=ADVANCED_FACE('',(#757),#125,.F.); -#11129=ADVANCED_FACE('',(#758),#10623,.F.); -#11130=ADVANCED_FACE('',(#759),#10624,.F.); -#11131=ADVANCED_FACE('',(#760),#287,.F.); -#11132=ADVANCED_FACE('',(#761),#126,.F.); -#11133=ADVANCED_FACE('',(#762),#10625,.F.); -#11134=ADVANCED_FACE('',(#763),#10626,.F.); -#11135=ADVANCED_FACE('',(#764),#288,.F.); -#11136=ADVANCED_FACE('',(#765),#127,.F.); -#11137=ADVANCED_FACE('',(#766),#10627,.F.); -#11138=ADVANCED_FACE('',(#767),#10628,.F.); -#11139=ADVANCED_FACE('',(#768),#289,.F.); -#11140=ADVANCED_FACE('',(#769),#128,.F.); -#11141=ADVANCED_FACE('',(#770),#10629,.F.); -#11142=ADVANCED_FACE('',(#771),#10630,.F.); -#11143=ADVANCED_FACE('',(#772),#290,.F.); -#11144=ADVANCED_FACE('',(#773),#129,.F.); -#11145=ADVANCED_FACE('',(#774),#10631,.F.); -#11146=ADVANCED_FACE('',(#775),#10632,.F.); -#11147=ADVANCED_FACE('',(#776),#291,.F.); -#11148=ADVANCED_FACE('',(#777),#130,.F.); -#11149=ADVANCED_FACE('',(#778),#10633,.F.); -#11150=ADVANCED_FACE('',(#779),#10634,.F.); -#11151=ADVANCED_FACE('',(#780),#292,.F.); -#11152=ADVANCED_FACE('',(#781),#131,.F.); -#11153=ADVANCED_FACE('',(#782),#10635,.F.); -#11154=ADVANCED_FACE('',(#783),#10636,.F.); -#11155=ADVANCED_FACE('',(#784),#293,.F.); -#11156=ADVANCED_FACE('',(#785),#132,.F.); -#11157=ADVANCED_FACE('',(#786),#10637,.F.); -#11158=ADVANCED_FACE('',(#787),#10638,.F.); -#11159=ADVANCED_FACE('',(#788),#294,.F.); -#11160=ADVANCED_FACE('',(#789),#133,.F.); -#11161=ADVANCED_FACE('',(#790),#10639,.F.); -#11162=ADVANCED_FACE('',(#791),#10640,.F.); -#11163=ADVANCED_FACE('',(#792),#295,.F.); -#11164=ADVANCED_FACE('',(#793),#134,.F.); -#11165=ADVANCED_FACE('',(#794),#10641,.F.); -#11166=ADVANCED_FACE('',(#795),#10642,.F.); -#11167=ADVANCED_FACE('',(#796),#296,.F.); -#11168=ADVANCED_FACE('',(#797),#135,.F.); -#11169=ADVANCED_FACE('',(#798),#10643,.F.); -#11170=ADVANCED_FACE('',(#799),#10644,.F.); -#11171=ADVANCED_FACE('',(#800),#297,.F.); -#11172=ADVANCED_FACE('',(#801),#136,.F.); -#11173=ADVANCED_FACE('',(#802),#10645,.F.); -#11174=ADVANCED_FACE('',(#803),#10646,.F.); -#11175=ADVANCED_FACE('',(#804),#298,.F.); -#11176=ADVANCED_FACE('',(#805),#137,.F.); -#11177=ADVANCED_FACE('',(#806),#10647,.F.); -#11178=ADVANCED_FACE('',(#807),#10648,.F.); -#11179=ADVANCED_FACE('',(#808),#299,.F.); -#11180=ADVANCED_FACE('',(#809),#138,.F.); -#11181=ADVANCED_FACE('',(#810),#10649,.F.); -#11182=ADVANCED_FACE('',(#811),#10650,.F.); -#11183=ADVANCED_FACE('',(#812),#300,.F.); -#11184=ADVANCED_FACE('',(#813),#139,.F.); -#11185=ADVANCED_FACE('',(#814),#10651,.F.); -#11186=ADVANCED_FACE('',(#815),#10652,.F.); -#11187=ADVANCED_FACE('',(#816),#301,.F.); -#11188=ADVANCED_FACE('',(#817),#140,.F.); -#11189=ADVANCED_FACE('',(#818),#10653,.F.); -#11190=ADVANCED_FACE('',(#819),#10654,.F.); -#11191=ADVANCED_FACE('',(#820),#302,.F.); -#11192=ADVANCED_FACE('',(#821),#141,.F.); -#11193=ADVANCED_FACE('',(#822),#10655,.F.); -#11194=ADVANCED_FACE('',(#823),#10656,.F.); -#11195=ADVANCED_FACE('',(#824),#303,.F.); -#11196=ADVANCED_FACE('',(#825),#142,.F.); -#11197=ADVANCED_FACE('',(#826),#10657,.F.); -#11198=ADVANCED_FACE('',(#827),#304,.F.); -#11199=ADVANCED_FACE('',(#828),#10658,.F.); -#11200=ADVANCED_FACE('',(#829),#10659,.F.); -#11201=ADVANCED_FACE('',(#830),#305,.F.); -#11202=ADVANCED_FACE('',(#831),#10660,.F.); -#11203=ADVANCED_FACE('',(#832),#143,.F.); -#11204=ADVANCED_FACE('',(#833),#10661,.F.); -#11205=ADVANCED_FACE('',(#834),#306,.F.); -#11206=ADVANCED_FACE('',(#835),#10662,.F.); -#11207=ADVANCED_FACE('',(#836),#144,.F.); -#11208=ADVANCED_FACE('',(#837),#10663,.F.); -#11209=ADVANCED_FACE('',(#838),#307,.F.); -#11210=ADVANCED_FACE('',(#839),#10664,.F.); -#11211=ADVANCED_FACE('',(#840),#145,.F.); -#11212=ADVANCED_FACE('',(#841),#10665,.F.); -#11213=ADVANCED_FACE('',(#842),#308,.F.); -#11214=ADVANCED_FACE('',(#843),#10666,.F.); -#11215=ADVANCED_FACE('',(#844),#146,.F.); -#11216=ADVANCED_FACE('',(#845),#10667,.F.); -#11217=ADVANCED_FACE('',(#846),#309,.F.); -#11218=ADVANCED_FACE('',(#847),#10668,.F.); -#11219=ADVANCED_FACE('',(#848),#147,.F.); -#11220=ADVANCED_FACE('',(#849),#10669,.F.); -#11221=ADVANCED_FACE('',(#850),#310,.F.); -#11222=ADVANCED_FACE('',(#851),#10670,.F.); -#11223=ADVANCED_FACE('',(#852),#148,.F.); -#11224=ADVANCED_FACE('',(#853),#10671,.F.); -#11225=ADVANCED_FACE('',(#854),#311,.F.); -#11226=ADVANCED_FACE('',(#855),#10672,.F.); -#11227=ADVANCED_FACE('',(#856),#149,.F.); -#11228=ADVANCED_FACE('',(#857),#10673,.F.); -#11229=ADVANCED_FACE('',(#858),#312,.F.); -#11230=ADVANCED_FACE('',(#859),#10674,.F.); -#11231=ADVANCED_FACE('',(#860),#150,.F.); -#11232=ADVANCED_FACE('',(#861),#10675,.F.); -#11233=ADVANCED_FACE('',(#862),#313,.F.); -#11234=ADVANCED_FACE('',(#863),#10676,.F.); -#11235=ADVANCED_FACE('',(#864),#151,.F.); -#11236=ADVANCED_FACE('',(#865),#10677,.F.); -#11237=ADVANCED_FACE('',(#866),#314,.F.); -#11238=ADVANCED_FACE('',(#867),#10678,.F.); -#11239=ADVANCED_FACE('',(#868),#152,.F.); -#11240=ADVANCED_FACE('',(#869),#10679,.F.); -#11241=ADVANCED_FACE('',(#870),#315,.F.); -#11242=ADVANCED_FACE('',(#871),#10680,.F.); -#11243=ADVANCED_FACE('',(#872),#153,.F.); -#11244=ADVANCED_FACE('',(#873),#154,.T.); -#11245=ADVANCED_FACE('',(#874),#10681,.T.); -#11246=ADVANCED_FACE('',(#875),#10682,.T.); -#11247=ADVANCED_FACE('',(#876),#10683,.T.); -#11248=ADVANCED_FACE('',(#877),#10684,.F.); -#11249=ADVANCED_FACE('',(#878),#10685,.F.); -#11250=ADVANCED_FACE('',(#879),#10686,.T.); -#11251=ADVANCED_FACE('',(#880),#155,.T.); -#11252=ADVANCED_FACE('',(#881),#156,.T.); -#11253=ADVANCED_FACE('',(#882),#157,.T.); -#11254=ADVANCED_FACE('',(#883),#158,.F.); -#11255=ADVANCED_FACE('',(#884),#159,.F.); -#11256=ADVANCED_FACE('',(#885),#160,.F.); -#11257=ADVANCED_FACE('',(#886),#161,.F.); -#11258=ADVANCED_FACE('',(#887),#162,.F.); -#11259=CLOSED_SHELL('',(#10687,#10688,#10689,#10690,#10691,#10692,#10693, -#10694,#10695,#10696,#10697,#10698,#10699,#10700,#10701,#10702,#10703,#10704, -#10705,#10706,#10707,#10708,#10709,#10710,#10711,#10712,#10713,#10714,#10715, -#10716,#10717,#10718,#10719,#10720,#10721,#10722,#10723,#10724,#10725,#10726, -#10727,#10728,#10729,#10730,#10731,#10732,#10733,#10734,#10735,#10736,#10737, -#10738,#10739,#10740,#10741,#10742,#10743,#10744,#10745,#10746,#10747,#10748, -#10749,#10750,#10751,#10752,#10753,#10754,#10755,#10756,#10757,#10758,#10759, -#10760,#10761,#10762,#10763,#10764,#10765,#10766,#10767,#10768,#10769,#10770, -#10771,#10772,#10773,#10774,#10775,#10776,#10777,#10778,#10779,#10780,#10781, -#10782,#10783,#10784,#10785,#10786,#10787,#10788,#10789,#10790,#10791,#10792, -#10793,#10794,#10795,#10796,#10797,#10798,#10799,#10800,#10801,#10802,#10803, -#10804,#10805,#10806,#10807,#10808,#10809,#10810,#10811,#10812,#10813,#10814, -#10815,#10816,#10817,#10818,#10819,#10820,#10821,#10822,#10823,#10824,#10825, -#10826,#10827,#10828,#10829,#10830,#10831,#10832,#10833,#10834,#10835,#10836, -#10837,#10838,#10839,#10840,#10841,#10842,#10843,#10844,#10845,#10846,#10847, -#10848,#10849,#10850,#10851,#10852,#10853,#10854,#10855,#10856,#10857,#10858, -#10859,#10860,#10861,#10862,#10863,#10864,#10865,#10866,#10867,#10868,#10869, -#10870,#10871,#10872,#10873,#10874,#10875,#10876,#10877,#10878,#10879,#10880, -#10881,#10882,#10883,#10884,#10885,#10886,#10887,#10888,#10889,#10890,#10891, -#10892,#10893,#10894,#10895,#10896,#10897,#10898,#10899,#10900,#10901,#10902, -#10903,#10904,#10905,#10906,#10907,#10908,#10909,#10910,#10911,#10912,#10913, -#10914,#10915,#10916,#10917,#10918,#10919,#10920,#10921,#10922,#10923,#10924, -#10925,#10926,#10927,#10928,#10929,#10930,#10931,#10932,#10933,#10934,#10935, -#10936,#10937,#10938,#10939,#10940,#10941,#10942,#10943,#10944,#10945,#10946, -#10947,#10948,#10949,#10950,#10951,#10952,#10953,#10954,#10955,#10956,#10957, -#10958,#10959,#10960,#10961,#10962,#10963,#10964,#10965,#10966,#10967,#10968, -#10969,#10970,#10971,#10972,#10973,#10974,#10975,#10976,#10977,#10978,#10979, -#10980,#10981,#10982,#10983,#10984,#10985,#10986,#10987,#10988,#10989,#10990, -#10991,#10992,#10993,#10994,#10995,#10996,#10997,#10998,#10999,#11000,#11001, -#11002,#11003,#11004,#11005,#11006,#11007,#11008,#11009,#11010,#11011,#11012, -#11013,#11014,#11015,#11016,#11017,#11018,#11019,#11020,#11021,#11022,#11023, -#11024,#11025,#11026,#11027,#11028,#11029,#11030,#11031,#11032,#11033,#11034, -#11035,#11036,#11037,#11038,#11039,#11040,#11041,#11042,#11043,#11044,#11045, -#11046,#11047,#11048,#11049,#11050,#11051,#11052,#11053,#11054,#11055,#11056, -#11057,#11058,#11059,#11060,#11061,#11062,#11063,#11064,#11065,#11066,#11067, -#11068,#11069,#11070,#11071,#11072,#11073,#11074,#11075,#11076,#11077,#11078, -#11079,#11080,#11081,#11082,#11083,#11084,#11085,#11086,#11087,#11088,#11089, -#11090,#11091,#11092,#11093,#11094,#11095,#11096,#11097,#11098,#11099,#11100, -#11101,#11102,#11103,#11104,#11105,#11106,#11107,#11108,#11109,#11110,#11111, -#11112,#11113,#11114,#11115,#11116,#11117,#11118,#11119,#11120,#11121,#11122, -#11123,#11124,#11125,#11126,#11127,#11128,#11129,#11130,#11131,#11132,#11133, -#11134,#11135,#11136,#11137,#11138,#11139,#11140,#11141,#11142,#11143,#11144, -#11145,#11146,#11147,#11148,#11149,#11150,#11151,#11152,#11153,#11154,#11155, -#11156,#11157,#11158,#11159,#11160,#11161,#11162,#11163,#11164,#11165,#11166, -#11167,#11168,#11169,#11170,#11171,#11172,#11173,#11174,#11175,#11176,#11177, -#11178,#11179,#11180,#11181,#11182,#11183,#11184,#11185,#11186,#11187,#11188, -#11189,#11190,#11191,#11192,#11193,#11194,#11195,#11196,#11197,#11198,#11199, -#11200,#11201,#11202,#11203,#11204,#11205,#11206,#11207,#11208,#11209,#11210, -#11211,#11212,#11213,#11214,#11215,#11216,#11217,#11218,#11219,#11220,#11221, -#11222,#11223,#11224,#11225,#11226,#11227,#11228,#11229,#11230,#11231,#11232, -#11233,#11234,#11235,#11236,#11237,#11238,#11239,#11240,#11241,#11242,#11243, -#11244,#11245,#11246,#11247,#11248,#11249,#11250,#11251,#11252,#11253,#11254, -#11255,#11256,#11257,#11258)); -#11260=DERIVED_UNIT_ELEMENT(#11262,1.); -#11261=DERIVED_UNIT_ELEMENT(#31419,-3.); -#11262=( -MASS_UNIT() -NAMED_UNIT(*) -SI_UNIT(.KILO.,.GRAM.) +#10=SHAPE_REPRESENTATION_RELATIONSHIP('','',#7727,#12); +#11=MANIFOLD_SOLID_BREP('brep_1',#13); +#12=ADVANCED_BREP_SHAPE_REPRESENTATION('brep_rep_0',(#11,#8023),#7726); +#13=CLOSED_SHELL('',(#14,#15,#16,#17,#18,#19,#20,#21,#22,#23,#24,#25,#26, +#27,#28,#29,#30,#31,#32,#33,#34,#35,#36,#37,#38,#39,#40,#41,#42,#43,#44, +#45,#46,#47,#48,#49,#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#60,#61,#62, +#63,#64,#65,#66,#67,#68,#69,#70,#71,#72,#73,#74,#75,#76,#77,#78,#79,#80, +#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#94,#95,#96,#97,#98, +#99,#100,#101,#102,#103,#104,#105,#106,#107,#108,#109,#110,#111,#112,#113, +#114,#115,#116,#117,#118,#119,#120,#121,#122,#123,#124,#125,#126,#127,#128, +#129,#130,#131,#132,#133,#134,#135,#136,#137,#138,#139,#140,#141,#142,#143, +#144,#145,#146,#147,#148,#149,#150,#151,#152,#153,#154,#155,#156,#157,#158, +#159,#160,#161,#162,#163,#164,#165,#166,#167,#168,#169,#170,#171,#172,#173, +#174,#175,#176,#177,#178,#179,#180,#181,#182,#183,#184,#185,#186,#187,#188, +#189,#190,#191,#192,#193,#194,#195,#196,#197,#198,#199,#200,#201,#202,#203, +#204,#205,#206,#207,#208,#209,#210,#211,#212,#213,#214,#215,#216,#217,#218, +#219,#220,#221,#222,#223,#224,#225,#226,#227,#228,#229,#230,#231,#232,#233, +#234,#235,#236,#237,#238,#239,#240,#241,#242,#243,#244,#245,#246,#247,#248, +#249,#250,#251,#252,#253,#254,#255,#256,#257,#258,#259,#260,#261,#262,#263, +#264,#265,#266,#267,#268,#269,#270,#271,#272,#273,#274,#275,#276,#277,#278, +#279,#280,#281,#282,#283,#284,#285,#286,#287,#288,#289,#290,#291,#292,#293, +#294,#295,#296,#297,#298,#299,#300,#301,#302,#303,#304,#305,#306,#307,#308, +#309,#310,#311,#312,#313,#314,#315,#316,#317,#318,#319,#320,#321,#322,#323, +#324,#325,#326,#327,#328,#329,#330,#331,#332,#333,#334,#335,#336,#337,#338, +#339,#340,#341,#342,#343,#344,#345,#346,#347,#348,#349,#350,#351,#352,#353, +#354,#355,#356,#357,#358,#359,#360,#361,#362,#363,#364,#365,#366,#367,#368, +#369,#370,#371,#372,#373,#374,#375,#376,#377,#378,#379,#380,#381,#382,#383, +#384,#385,#386,#387,#388,#389,#390,#391,#392,#393,#394,#395,#396,#397,#398, +#399,#400,#401,#402,#403,#404,#405,#406,#407,#408,#409,#410,#411,#412,#413, +#414,#415,#416,#417,#418,#419,#420,#421,#422,#423,#424,#425,#426,#427,#428, +#429,#430,#431,#432,#433,#434,#435,#436,#437,#438,#439,#440,#441,#442,#443, +#444,#445,#446)); +#14=ADVANCED_FACE('',(#447),#7354,.T.); +#15=ADVANCED_FACE('',(#448),#7355,.T.); +#16=ADVANCED_FACE('',(#449),#7356,.T.); +#17=ADVANCED_FACE('',(#450),#7357,.T.); +#18=ADVANCED_FACE('',(#451),#7358,.T.); +#19=ADVANCED_FACE('',(#452),#7359,.T.); +#20=ADVANCED_FACE('',(#453),#7360,.T.); +#21=ADVANCED_FACE('',(#454),#7361,.T.); +#22=ADVANCED_FACE('',(#455),#7362,.T.); +#23=ADVANCED_FACE('',(#456),#7363,.T.); +#24=ADVANCED_FACE('',(#457),#7364,.T.); +#25=ADVANCED_FACE('',(#458),#7365,.T.); +#26=ADVANCED_FACE('',(#459),#7366,.T.); +#27=ADVANCED_FACE('',(#460),#7367,.T.); +#28=ADVANCED_FACE('',(#461),#7368,.T.); +#29=ADVANCED_FACE('',(#462),#7369,.T.); +#30=ADVANCED_FACE('',(#463),#7370,.T.); +#31=ADVANCED_FACE('',(#464),#7371,.T.); +#32=ADVANCED_FACE('',(#465),#7372,.T.); +#33=ADVANCED_FACE('',(#466),#7373,.T.); +#34=ADVANCED_FACE('',(#467),#7374,.T.); +#35=ADVANCED_FACE('',(#468),#7375,.T.); +#36=ADVANCED_FACE('',(#469),#7376,.T.); +#37=ADVANCED_FACE('',(#470),#7377,.T.); +#38=ADVANCED_FACE('',(#471),#7378,.T.); +#39=ADVANCED_FACE('',(#472),#7379,.T.); +#40=ADVANCED_FACE('',(#473),#7380,.T.); +#41=ADVANCED_FACE('',(#474),#7381,.T.); +#42=ADVANCED_FACE('',(#475),#7382,.T.); +#43=ADVANCED_FACE('',(#476),#7383,.T.); +#44=ADVANCED_FACE('',(#477),#7384,.T.); +#45=ADVANCED_FACE('',(#478),#7385,.T.); +#46=ADVANCED_FACE('',(#479),#7386,.T.); +#47=ADVANCED_FACE('',(#480),#7387,.T.); +#48=ADVANCED_FACE('',(#481),#7388,.T.); +#49=ADVANCED_FACE('',(#482),#7389,.T.); +#50=ADVANCED_FACE('',(#483),#7390,.T.); +#51=ADVANCED_FACE('',(#484),#7391,.T.); +#52=ADVANCED_FACE('',(#485),#7392,.T.); +#53=ADVANCED_FACE('',(#486),#7393,.T.); +#54=ADVANCED_FACE('',(#487),#7394,.T.); +#55=ADVANCED_FACE('',(#488),#7395,.T.); +#56=ADVANCED_FACE('',(#489),#7396,.T.); +#57=ADVANCED_FACE('',(#490),#7397,.T.); +#58=ADVANCED_FACE('',(#491),#7398,.T.); +#59=ADVANCED_FACE('',(#492),#7399,.T.); +#60=ADVANCED_FACE('',(#493),#7400,.T.); +#61=ADVANCED_FACE('',(#494),#7401,.T.); +#62=ADVANCED_FACE('',(#495),#7402,.T.); +#63=ADVANCED_FACE('',(#496),#7403,.T.); +#64=ADVANCED_FACE('',(#497),#7404,.T.); +#65=ADVANCED_FACE('',(#498),#7405,.T.); +#66=ADVANCED_FACE('',(#499),#7406,.T.); +#67=ADVANCED_FACE('',(#500),#7407,.T.); +#68=ADVANCED_FACE('',(#501),#7408,.T.); +#69=ADVANCED_FACE('',(#502),#7409,.T.); +#70=ADVANCED_FACE('',(#503),#7410,.T.); +#71=ADVANCED_FACE('',(#504),#7411,.T.); +#72=ADVANCED_FACE('',(#505),#7412,.T.); +#73=ADVANCED_FACE('',(#506),#7413,.T.); +#74=ADVANCED_FACE('',(#507),#7414,.T.); +#75=ADVANCED_FACE('',(#508),#7415,.T.); +#76=ADVANCED_FACE('',(#509),#7416,.T.); +#77=ADVANCED_FACE('',(#510),#7417,.T.); +#78=ADVANCED_FACE('',(#511),#7418,.T.); +#79=ADVANCED_FACE('',(#512),#7419,.T.); +#80=ADVANCED_FACE('',(#513),#7420,.T.); +#81=ADVANCED_FACE('',(#514),#7421,.T.); +#82=ADVANCED_FACE('',(#515),#7422,.T.); +#83=ADVANCED_FACE('',(#516),#7423,.T.); +#84=ADVANCED_FACE('',(#517),#7424,.T.); +#85=ADVANCED_FACE('',(#518),#7425,.T.); +#86=ADVANCED_FACE('',(#519),#7426,.T.); +#87=ADVANCED_FACE('',(#520),#7427,.T.); +#88=ADVANCED_FACE('',(#521),#7428,.T.); +#89=ADVANCED_FACE('',(#522),#7429,.T.); +#90=ADVANCED_FACE('',(#523),#7430,.T.); +#91=ADVANCED_FACE('',(#524),#7431,.T.); +#92=ADVANCED_FACE('',(#525),#7432,.T.); +#93=ADVANCED_FACE('',(#526),#7433,.T.); +#94=ADVANCED_FACE('',(#527),#7434,.T.); +#95=ADVANCED_FACE('',(#528),#7435,.T.); +#96=ADVANCED_FACE('',(#529),#7436,.T.); +#97=ADVANCED_FACE('',(#530),#7437,.T.); +#98=ADVANCED_FACE('',(#531),#7438,.T.); +#99=ADVANCED_FACE('',(#532),#7439,.T.); +#100=ADVANCED_FACE('',(#533),#7440,.T.); +#101=ADVANCED_FACE('',(#534),#7441,.T.); +#102=ADVANCED_FACE('',(#535),#7442,.T.); +#103=ADVANCED_FACE('',(#536),#7443,.T.); +#104=ADVANCED_FACE('',(#537),#7444,.T.); +#105=ADVANCED_FACE('',(#538),#7445,.T.); +#106=ADVANCED_FACE('',(#539),#7446,.T.); +#107=ADVANCED_FACE('',(#540),#7447,.T.); +#108=ADVANCED_FACE('',(#541),#7448,.T.); +#109=ADVANCED_FACE('',(#542),#7449,.T.); +#110=ADVANCED_FACE('',(#543),#7450,.T.); +#111=ADVANCED_FACE('',(#544),#7451,.T.); +#112=ADVANCED_FACE('',(#545),#7452,.T.); +#113=ADVANCED_FACE('',(#546),#7453,.T.); +#114=ADVANCED_FACE('',(#547),#7454,.T.); +#115=ADVANCED_FACE('',(#548),#7455,.T.); +#116=ADVANCED_FACE('',(#549),#7456,.T.); +#117=ADVANCED_FACE('',(#550),#7457,.T.); +#118=ADVANCED_FACE('',(#551),#7458,.T.); +#119=ADVANCED_FACE('',(#552),#7459,.T.); +#120=ADVANCED_FACE('',(#553),#7460,.T.); +#121=ADVANCED_FACE('',(#554),#7461,.T.); +#122=ADVANCED_FACE('',(#555),#7462,.T.); +#123=ADVANCED_FACE('',(#556),#7463,.T.); +#124=ADVANCED_FACE('',(#557),#7464,.T.); +#125=ADVANCED_FACE('',(#558),#7465,.T.); +#126=ADVANCED_FACE('',(#559),#7466,.T.); +#127=ADVANCED_FACE('',(#560),#7467,.T.); +#128=ADVANCED_FACE('',(#561),#7468,.T.); +#129=ADVANCED_FACE('',(#562),#7469,.T.); +#130=ADVANCED_FACE('',(#563),#7470,.T.); +#131=ADVANCED_FACE('',(#564),#7471,.T.); +#132=ADVANCED_FACE('',(#565),#7472,.T.); +#133=ADVANCED_FACE('',(#566),#7473,.T.); +#134=ADVANCED_FACE('',(#567),#7474,.T.); +#135=ADVANCED_FACE('',(#568),#7475,.T.); +#136=ADVANCED_FACE('',(#569),#7476,.T.); +#137=ADVANCED_FACE('',(#570),#7477,.T.); +#138=ADVANCED_FACE('',(#571),#7478,.T.); +#139=ADVANCED_FACE('',(#572),#7479,.T.); +#140=ADVANCED_FACE('',(#573),#7480,.T.); +#141=ADVANCED_FACE('',(#574),#7481,.T.); +#142=ADVANCED_FACE('',(#575),#7482,.T.); +#143=ADVANCED_FACE('',(#576),#7483,.T.); +#144=ADVANCED_FACE('',(#577),#7484,.T.); +#145=ADVANCED_FACE('',(#578),#7485,.T.); +#146=ADVANCED_FACE('',(#579),#7486,.T.); +#147=ADVANCED_FACE('',(#580),#7487,.T.); +#148=ADVANCED_FACE('',(#581),#7488,.T.); +#149=ADVANCED_FACE('',(#582),#7489,.T.); +#150=ADVANCED_FACE('',(#583),#7490,.T.); +#151=ADVANCED_FACE('',(#584),#7491,.T.); +#152=ADVANCED_FACE('',(#585),#7492,.T.); +#153=ADVANCED_FACE('',(#586),#7493,.T.); +#154=ADVANCED_FACE('',(#587),#7494,.T.); +#155=ADVANCED_FACE('',(#588),#7495,.T.); +#156=ADVANCED_FACE('',(#589),#7496,.T.); +#157=ADVANCED_FACE('',(#590),#7497,.T.); +#158=ADVANCED_FACE('',(#591),#7498,.T.); +#159=ADVANCED_FACE('',(#592),#7499,.T.); +#160=ADVANCED_FACE('',(#593),#7500,.T.); +#161=ADVANCED_FACE('',(#594),#7501,.T.); +#162=ADVANCED_FACE('',(#595),#7502,.T.); +#163=ADVANCED_FACE('',(#596),#7503,.T.); +#164=ADVANCED_FACE('',(#597),#7504,.T.); +#165=ADVANCED_FACE('',(#598),#7505,.T.); +#166=ADVANCED_FACE('',(#599),#7506,.T.); +#167=ADVANCED_FACE('',(#600),#7507,.T.); +#168=ADVANCED_FACE('',(#601),#7508,.T.); +#169=ADVANCED_FACE('',(#602),#7509,.T.); +#170=ADVANCED_FACE('',(#603),#7510,.T.); +#171=ADVANCED_FACE('',(#604),#7511,.T.); +#172=ADVANCED_FACE('',(#605),#7512,.T.); +#173=ADVANCED_FACE('',(#606),#7513,.T.); +#174=ADVANCED_FACE('',(#607),#7514,.T.); +#175=ADVANCED_FACE('',(#608),#7515,.T.); +#176=ADVANCED_FACE('',(#609),#7516,.T.); +#177=ADVANCED_FACE('',(#610),#7517,.T.); +#178=ADVANCED_FACE('',(#611),#7518,.T.); +#179=ADVANCED_FACE('',(#612),#7519,.T.); +#180=ADVANCED_FACE('',(#613),#7520,.T.); +#181=ADVANCED_FACE('',(#614),#7521,.T.); +#182=ADVANCED_FACE('',(#615),#7522,.T.); +#183=ADVANCED_FACE('',(#616),#7523,.T.); +#184=ADVANCED_FACE('',(#617),#7524,.T.); +#185=ADVANCED_FACE('',(#618),#7525,.T.); +#186=ADVANCED_FACE('',(#619),#7526,.T.); +#187=ADVANCED_FACE('',(#620),#7527,.T.); +#188=ADVANCED_FACE('',(#621),#7528,.T.); +#189=ADVANCED_FACE('',(#622),#7529,.T.); +#190=ADVANCED_FACE('',(#623),#7530,.T.); +#191=ADVANCED_FACE('',(#624),#7531,.T.); +#192=ADVANCED_FACE('',(#625),#7532,.T.); +#193=ADVANCED_FACE('',(#626),#7533,.T.); +#194=ADVANCED_FACE('',(#627),#7534,.T.); +#195=ADVANCED_FACE('',(#628),#7535,.T.); +#196=ADVANCED_FACE('',(#629),#7536,.T.); +#197=ADVANCED_FACE('',(#630),#7537,.T.); +#198=ADVANCED_FACE('',(#631),#7538,.T.); +#199=ADVANCED_FACE('',(#632),#7539,.T.); +#200=ADVANCED_FACE('',(#633),#7540,.T.); +#201=ADVANCED_FACE('',(#634),#7541,.T.); +#202=ADVANCED_FACE('',(#635),#7542,.T.); +#203=ADVANCED_FACE('',(#636),#7543,.T.); +#204=ADVANCED_FACE('',(#637),#7544,.T.); +#205=ADVANCED_FACE('',(#638),#7545,.T.); +#206=ADVANCED_FACE('',(#639),#7546,.T.); +#207=ADVANCED_FACE('',(#640),#7547,.T.); +#208=ADVANCED_FACE('',(#641),#7548,.T.); +#209=ADVANCED_FACE('',(#642),#7549,.T.); +#210=ADVANCED_FACE('',(#643),#7550,.T.); +#211=ADVANCED_FACE('',(#644),#7551,.T.); +#212=ADVANCED_FACE('',(#645),#7552,.T.); +#213=ADVANCED_FACE('',(#646),#7553,.T.); +#214=ADVANCED_FACE('',(#647),#7554,.T.); +#215=ADVANCED_FACE('',(#648),#7555,.T.); +#216=ADVANCED_FACE('',(#649),#7556,.T.); +#217=ADVANCED_FACE('',(#650),#7557,.T.); +#218=ADVANCED_FACE('',(#651),#7558,.T.); +#219=ADVANCED_FACE('',(#652),#7559,.T.); +#220=ADVANCED_FACE('',(#653),#7560,.T.); +#221=ADVANCED_FACE('',(#654),#7561,.T.); +#222=ADVANCED_FACE('',(#655),#7562,.T.); +#223=ADVANCED_FACE('',(#656),#7563,.T.); +#224=ADVANCED_FACE('',(#657),#7564,.T.); +#225=ADVANCED_FACE('',(#658),#7565,.T.); +#226=ADVANCED_FACE('',(#659),#7566,.T.); +#227=ADVANCED_FACE('',(#660),#7567,.T.); +#228=ADVANCED_FACE('',(#661),#7568,.T.); +#229=ADVANCED_FACE('',(#662),#7569,.T.); +#230=ADVANCED_FACE('',(#663),#7570,.T.); +#231=ADVANCED_FACE('',(#664),#7571,.T.); +#232=ADVANCED_FACE('',(#665),#7572,.T.); +#233=ADVANCED_FACE('',(#666),#7573,.T.); +#234=ADVANCED_FACE('',(#667),#7574,.T.); +#235=ADVANCED_FACE('',(#668),#7575,.T.); +#236=ADVANCED_FACE('',(#669),#7576,.T.); +#237=ADVANCED_FACE('',(#670),#7577,.T.); +#238=ADVANCED_FACE('',(#671),#7578,.T.); +#239=ADVANCED_FACE('',(#672),#7579,.T.); +#240=ADVANCED_FACE('',(#673),#7580,.T.); +#241=ADVANCED_FACE('',(#674),#7581,.T.); +#242=ADVANCED_FACE('',(#675),#7582,.T.); +#243=ADVANCED_FACE('',(#676),#7583,.T.); +#244=ADVANCED_FACE('',(#677),#7584,.T.); +#245=ADVANCED_FACE('',(#678),#7585,.T.); +#246=ADVANCED_FACE('',(#679),#7586,.T.); +#247=ADVANCED_FACE('',(#680),#7587,.T.); +#248=ADVANCED_FACE('',(#681),#7588,.T.); +#249=ADVANCED_FACE('',(#682),#7589,.T.); +#250=ADVANCED_FACE('',(#683),#7590,.T.); +#251=ADVANCED_FACE('',(#684),#7591,.T.); +#252=ADVANCED_FACE('',(#685),#7592,.T.); +#253=ADVANCED_FACE('',(#686),#7593,.T.); +#254=ADVANCED_FACE('',(#687),#7594,.T.); +#255=ADVANCED_FACE('',(#688),#7595,.T.); +#256=ADVANCED_FACE('',(#689),#7596,.T.); +#257=ADVANCED_FACE('',(#690),#7597,.T.); +#258=ADVANCED_FACE('',(#691),#7598,.T.); +#259=ADVANCED_FACE('',(#692),#7599,.T.); +#260=ADVANCED_FACE('',(#693),#7600,.T.); +#261=ADVANCED_FACE('',(#694),#7601,.T.); +#262=ADVANCED_FACE('',(#695),#7602,.T.); +#263=ADVANCED_FACE('',(#696),#7603,.T.); +#264=ADVANCED_FACE('',(#697),#7604,.T.); +#265=ADVANCED_FACE('',(#698),#7605,.T.); +#266=ADVANCED_FACE('',(#699),#7606,.T.); +#267=ADVANCED_FACE('',(#700),#7607,.T.); +#268=ADVANCED_FACE('',(#701),#7608,.T.); +#269=ADVANCED_FACE('',(#702),#7609,.T.); +#270=ADVANCED_FACE('',(#703),#7610,.T.); +#271=ADVANCED_FACE('',(#704),#7611,.T.); +#272=ADVANCED_FACE('',(#705),#7612,.T.); +#273=ADVANCED_FACE('',(#706),#7613,.T.); +#274=ADVANCED_FACE('',(#707),#7614,.T.); +#275=ADVANCED_FACE('',(#708),#7615,.T.); +#276=ADVANCED_FACE('',(#709),#7616,.T.); +#277=ADVANCED_FACE('',(#710),#7617,.T.); +#278=ADVANCED_FACE('',(#711),#7618,.T.); +#279=ADVANCED_FACE('',(#712),#7619,.T.); +#280=ADVANCED_FACE('',(#713),#7620,.T.); +#281=ADVANCED_FACE('',(#714),#7621,.T.); +#282=ADVANCED_FACE('',(#715),#7622,.T.); +#283=ADVANCED_FACE('',(#716),#7623,.T.); +#284=ADVANCED_FACE('',(#717),#7624,.T.); +#285=ADVANCED_FACE('',(#718),#7625,.T.); +#286=ADVANCED_FACE('',(#719),#7626,.T.); +#287=ADVANCED_FACE('',(#720),#7627,.T.); +#288=ADVANCED_FACE('',(#721),#7628,.T.); +#289=ADVANCED_FACE('',(#722),#7629,.T.); +#290=ADVANCED_FACE('',(#723),#7630,.T.); +#291=ADVANCED_FACE('',(#724),#7631,.T.); +#292=ADVANCED_FACE('',(#725),#7633,.T.); +#293=ADVANCED_FACE('',(#726),#7634,.T.); +#294=ADVANCED_FACE('',(#727),#7635,.T.); +#295=ADVANCED_FACE('',(#728),#7636,.T.); +#296=ADVANCED_FACE('',(#729),#7637,.T.); +#297=ADVANCED_FACE('',(#730),#7638,.T.); +#298=ADVANCED_FACE('',(#731),#7639,.T.); +#299=ADVANCED_FACE('',(#732),#7348,.F.); +#300=ADVANCED_FACE('',(#733),#7349,.F.); +#301=ADVANCED_FACE('',(#734),#7350,.T.); +#302=ADVANCED_FACE('',(#735),#7351,.T.); +#303=ADVANCED_FACE('',(#736),#7352,.T.); +#304=ADVANCED_FACE('',(#737),#7640,.T.); +#305=ADVANCED_FACE('',(#738),#7632,.T.); +#306=ADVANCED_FACE('',(#739),#7353,.T.); +#307=ADVANCED_FACE('',(#740),#7632,.T.); +#308=ADVANCED_FACE('',(#741),#7632,.T.); +#309=ADVANCED_FACE('',(#742),#7632,.T.); +#310=ADVANCED_FACE('',(#743),#7632,.T.); +#311=ADVANCED_FACE('',(#744),#7632,.T.); +#312=ADVANCED_FACE('',(#745),#7632,.T.); +#313=ADVANCED_FACE('',(#746),#7632,.T.); +#314=ADVANCED_FACE('',(#747),#7632,.T.); +#315=ADVANCED_FACE('',(#748),#7632,.T.); +#316=ADVANCED_FACE('',(#749),#7632,.T.); +#317=ADVANCED_FACE('',(#750),#7632,.T.); +#318=ADVANCED_FACE('',(#751),#7632,.T.); +#319=ADVANCED_FACE('',(#752),#7632,.T.); +#320=ADVANCED_FACE('',(#753),#7632,.T.); +#321=ADVANCED_FACE('',(#754),#7632,.T.); +#322=ADVANCED_FACE('',(#755),#7632,.T.); +#323=ADVANCED_FACE('',(#756),#7632,.T.); +#324=ADVANCED_FACE('',(#757),#7632,.T.); +#325=ADVANCED_FACE('',(#758),#7632,.T.); +#326=ADVANCED_FACE('',(#759),#7632,.T.); +#327=ADVANCED_FACE('',(#760),#7632,.T.); +#328=ADVANCED_FACE('',(#761),#7632,.T.); +#329=ADVANCED_FACE('',(#762),#7632,.T.); +#330=ADVANCED_FACE('',(#763),#7632,.T.); +#331=ADVANCED_FACE('',(#764),#7632,.T.); +#332=ADVANCED_FACE('',(#765),#7632,.T.); +#333=ADVANCED_FACE('',(#766),#7632,.T.); +#334=ADVANCED_FACE('',(#767),#7632,.T.); +#335=ADVANCED_FACE('',(#768),#7632,.T.); +#336=ADVANCED_FACE('',(#769),#7632,.T.); +#337=ADVANCED_FACE('',(#770),#7632,.T.); +#338=ADVANCED_FACE('',(#771),#7632,.T.); +#339=ADVANCED_FACE('',(#772),#7632,.T.); +#340=ADVANCED_FACE('',(#773),#7632,.T.); +#341=ADVANCED_FACE('',(#774),#7632,.T.); +#342=ADVANCED_FACE('',(#775),#7632,.T.); +#343=ADVANCED_FACE('',(#776),#7632,.T.); +#344=ADVANCED_FACE('',(#777),#7632,.T.); +#345=ADVANCED_FACE('',(#778),#7632,.T.); +#346=ADVANCED_FACE('',(#779),#7632,.T.); +#347=ADVANCED_FACE('',(#780),#7632,.T.); +#348=ADVANCED_FACE('',(#781),#7632,.T.); +#349=ADVANCED_FACE('',(#782),#7632,.T.); +#350=ADVANCED_FACE('',(#783),#7632,.T.); +#351=ADVANCED_FACE('',(#784),#7632,.T.); +#352=ADVANCED_FACE('',(#785),#7632,.T.); +#353=ADVANCED_FACE('',(#786),#7632,.T.); +#354=ADVANCED_FACE('',(#787),#7632,.T.); +#355=ADVANCED_FACE('',(#788),#7632,.T.); +#356=ADVANCED_FACE('',(#789),#7632,.T.); +#357=ADVANCED_FACE('',(#790),#7632,.T.); +#358=ADVANCED_FACE('',(#791),#7632,.T.); +#359=ADVANCED_FACE('',(#792),#7632,.T.); +#360=ADVANCED_FACE('',(#793),#7632,.T.); +#361=ADVANCED_FACE('',(#794),#7632,.T.); +#362=ADVANCED_FACE('',(#795),#7632,.T.); +#363=ADVANCED_FACE('',(#796),#7632,.T.); +#364=ADVANCED_FACE('',(#797),#7632,.T.); +#365=ADVANCED_FACE('',(#798),#7632,.T.); +#366=ADVANCED_FACE('',(#799),#7632,.T.); +#367=ADVANCED_FACE('',(#800),#7632,.T.); +#368=ADVANCED_FACE('',(#801),#7632,.T.); +#369=ADVANCED_FACE('',(#802),#7632,.T.); +#370=ADVANCED_FACE('',(#803),#7632,.T.); +#371=ADVANCED_FACE('',(#804),#7632,.T.); +#372=ADVANCED_FACE('',(#805),#7632,.T.); +#373=ADVANCED_FACE('',(#806),#7632,.T.); +#374=ADVANCED_FACE('',(#807),#7632,.T.); +#375=ADVANCED_FACE('',(#808),#7632,.T.); +#376=ADVANCED_FACE('',(#809),#7632,.T.); +#377=ADVANCED_FACE('',(#810),#7632,.T.); +#378=ADVANCED_FACE('',(#811),#7632,.T.); +#379=ADVANCED_FACE('',(#812),#7632,.T.); +#380=ADVANCED_FACE('',(#813),#7632,.T.); +#381=ADVANCED_FACE('',(#814),#7632,.T.); +#382=ADVANCED_FACE('',(#815),#7632,.T.); +#383=ADVANCED_FACE('',(#816),#7632,.T.); +#384=ADVANCED_FACE('',(#817),#7632,.T.); +#385=ADVANCED_FACE('',(#818),#7632,.T.); +#386=ADVANCED_FACE('',(#819),#7632,.T.); +#387=ADVANCED_FACE('',(#820),#7632,.T.); +#388=ADVANCED_FACE('',(#821),#7632,.T.); +#389=ADVANCED_FACE('',(#822),#7632,.T.); +#390=ADVANCED_FACE('',(#823),#7632,.T.); +#391=ADVANCED_FACE('',(#824),#7632,.T.); +#392=ADVANCED_FACE('',(#825),#7632,.T.); +#393=ADVANCED_FACE('',(#826),#7632,.T.); +#394=ADVANCED_FACE('',(#827),#7632,.T.); +#395=ADVANCED_FACE('',(#828),#7632,.T.); +#396=ADVANCED_FACE('',(#829),#7632,.T.); +#397=ADVANCED_FACE('',(#830),#7632,.T.); +#398=ADVANCED_FACE('',(#831),#7632,.T.); +#399=ADVANCED_FACE('',(#832),#7632,.T.); +#400=ADVANCED_FACE('',(#833),#7632,.T.); +#401=ADVANCED_FACE('',(#834),#7632,.T.); +#402=ADVANCED_FACE('',(#835),#7632,.T.); +#403=ADVANCED_FACE('',(#836),#7632,.T.); +#404=ADVANCED_FACE('',(#837),#7632,.T.); +#405=ADVANCED_FACE('',(#838),#7632,.T.); +#406=ADVANCED_FACE('',(#839),#7632,.T.); +#407=ADVANCED_FACE('',(#840),#7632,.T.); +#408=ADVANCED_FACE('',(#841),#7632,.T.); +#409=ADVANCED_FACE('',(#842),#7632,.T.); +#410=ADVANCED_FACE('',(#843),#7632,.T.); +#411=ADVANCED_FACE('',(#844),#7632,.T.); +#412=ADVANCED_FACE('',(#845),#7632,.T.); +#413=ADVANCED_FACE('',(#846),#7632,.T.); +#414=ADVANCED_FACE('',(#847),#7632,.T.); +#415=ADVANCED_FACE('',(#848),#7632,.T.); +#416=ADVANCED_FACE('',(#849),#7632,.T.); +#417=ADVANCED_FACE('',(#850),#7632,.T.); +#418=ADVANCED_FACE('',(#851),#7632,.T.); +#419=ADVANCED_FACE('',(#852),#7632,.T.); +#420=ADVANCED_FACE('',(#853),#7632,.T.); +#421=ADVANCED_FACE('',(#854),#7632,.T.); +#422=ADVANCED_FACE('',(#855),#7632,.T.); +#423=ADVANCED_FACE('',(#856),#7632,.T.); +#424=ADVANCED_FACE('',(#857),#7632,.T.); +#425=ADVANCED_FACE('',(#858),#7632,.T.); +#426=ADVANCED_FACE('',(#859),#7632,.T.); +#427=ADVANCED_FACE('',(#860),#7632,.T.); +#428=ADVANCED_FACE('',(#861),#7632,.T.); +#429=ADVANCED_FACE('',(#862),#7632,.T.); +#430=ADVANCED_FACE('',(#863),#7632,.T.); +#431=ADVANCED_FACE('',(#864),#7632,.T.); +#432=ADVANCED_FACE('',(#865),#7632,.T.); +#433=ADVANCED_FACE('',(#866),#7632,.T.); +#434=ADVANCED_FACE('',(#867),#7632,.T.); +#435=ADVANCED_FACE('',(#868),#7632,.T.); +#436=ADVANCED_FACE('',(#869),#7632,.T.); +#437=ADVANCED_FACE('',(#870),#7632,.T.); +#438=ADVANCED_FACE('',(#871),#7632,.T.); +#439=ADVANCED_FACE('',(#872),#7632,.T.); +#440=ADVANCED_FACE('',(#873),#7632,.T.); +#441=ADVANCED_FACE('',(#874),#7632,.T.); +#442=ADVANCED_FACE('',(#875),#7632,.T.); +#443=ADVANCED_FACE('',(#876),#7632,.T.); +#444=ADVANCED_FACE('',(#877),#7632,.T.); +#445=ADVANCED_FACE('',(#878),#7632,.T.); +#446=ADVANCED_FACE('',(#879),#7347,.T.); +#447=FACE_OUTER_BOUND('',#880,.T.); +#448=FACE_OUTER_BOUND('',#881,.T.); +#449=FACE_OUTER_BOUND('',#882,.T.); +#450=FACE_OUTER_BOUND('',#883,.T.); +#451=FACE_OUTER_BOUND('',#884,.T.); +#452=FACE_OUTER_BOUND('',#885,.T.); +#453=FACE_OUTER_BOUND('',#886,.T.); +#454=FACE_OUTER_BOUND('',#887,.T.); +#455=FACE_OUTER_BOUND('',#888,.T.); +#456=FACE_OUTER_BOUND('',#889,.T.); +#457=FACE_OUTER_BOUND('',#890,.T.); +#458=FACE_OUTER_BOUND('',#891,.T.); +#459=FACE_OUTER_BOUND('',#892,.T.); +#460=FACE_OUTER_BOUND('',#893,.T.); +#461=FACE_OUTER_BOUND('',#894,.T.); +#462=FACE_OUTER_BOUND('',#895,.T.); +#463=FACE_OUTER_BOUND('',#896,.T.); +#464=FACE_OUTER_BOUND('',#897,.T.); +#465=FACE_OUTER_BOUND('',#898,.T.); +#466=FACE_OUTER_BOUND('',#899,.T.); +#467=FACE_OUTER_BOUND('',#900,.T.); +#468=FACE_OUTER_BOUND('',#901,.T.); +#469=FACE_OUTER_BOUND('',#902,.T.); +#470=FACE_OUTER_BOUND('',#903,.T.); +#471=FACE_OUTER_BOUND('',#904,.T.); +#472=FACE_OUTER_BOUND('',#905,.T.); +#473=FACE_OUTER_BOUND('',#906,.T.); +#474=FACE_OUTER_BOUND('',#907,.T.); +#475=FACE_OUTER_BOUND('',#908,.T.); +#476=FACE_OUTER_BOUND('',#909,.T.); +#477=FACE_OUTER_BOUND('',#910,.T.); +#478=FACE_OUTER_BOUND('',#911,.T.); +#479=FACE_OUTER_BOUND('',#912,.T.); +#480=FACE_OUTER_BOUND('',#913,.T.); +#481=FACE_OUTER_BOUND('',#914,.T.); +#482=FACE_OUTER_BOUND('',#915,.T.); +#483=FACE_OUTER_BOUND('',#916,.T.); +#484=FACE_OUTER_BOUND('',#917,.T.); +#485=FACE_OUTER_BOUND('',#918,.T.); +#486=FACE_OUTER_BOUND('',#919,.T.); +#487=FACE_OUTER_BOUND('',#920,.T.); +#488=FACE_OUTER_BOUND('',#921,.T.); +#489=FACE_OUTER_BOUND('',#922,.T.); +#490=FACE_OUTER_BOUND('',#923,.T.); +#491=FACE_OUTER_BOUND('',#924,.T.); +#492=FACE_OUTER_BOUND('',#925,.T.); +#493=FACE_OUTER_BOUND('',#926,.T.); +#494=FACE_OUTER_BOUND('',#927,.T.); +#495=FACE_OUTER_BOUND('',#928,.T.); +#496=FACE_OUTER_BOUND('',#929,.T.); +#497=FACE_OUTER_BOUND('',#930,.T.); +#498=FACE_OUTER_BOUND('',#931,.T.); +#499=FACE_OUTER_BOUND('',#932,.T.); +#500=FACE_OUTER_BOUND('',#933,.T.); +#501=FACE_OUTER_BOUND('',#934,.T.); +#502=FACE_OUTER_BOUND('',#935,.T.); +#503=FACE_OUTER_BOUND('',#936,.T.); +#504=FACE_OUTER_BOUND('',#937,.T.); +#505=FACE_OUTER_BOUND('',#938,.T.); +#506=FACE_OUTER_BOUND('',#939,.T.); +#507=FACE_OUTER_BOUND('',#940,.T.); +#508=FACE_OUTER_BOUND('',#941,.T.); +#509=FACE_OUTER_BOUND('',#942,.T.); +#510=FACE_OUTER_BOUND('',#943,.T.); +#511=FACE_OUTER_BOUND('',#944,.T.); +#512=FACE_OUTER_BOUND('',#945,.T.); +#513=FACE_OUTER_BOUND('',#946,.T.); +#514=FACE_OUTER_BOUND('',#947,.T.); +#515=FACE_OUTER_BOUND('',#948,.T.); +#516=FACE_OUTER_BOUND('',#949,.T.); +#517=FACE_OUTER_BOUND('',#950,.T.); +#518=FACE_OUTER_BOUND('',#951,.T.); +#519=FACE_OUTER_BOUND('',#952,.T.); +#520=FACE_OUTER_BOUND('',#953,.T.); +#521=FACE_OUTER_BOUND('',#954,.T.); +#522=FACE_OUTER_BOUND('',#955,.T.); +#523=FACE_OUTER_BOUND('',#956,.T.); +#524=FACE_OUTER_BOUND('',#957,.T.); +#525=FACE_OUTER_BOUND('',#958,.T.); +#526=FACE_OUTER_BOUND('',#959,.T.); +#527=FACE_OUTER_BOUND('',#960,.T.); +#528=FACE_OUTER_BOUND('',#961,.T.); +#529=FACE_OUTER_BOUND('',#962,.T.); +#530=FACE_OUTER_BOUND('',#963,.T.); +#531=FACE_OUTER_BOUND('',#964,.T.); +#532=FACE_OUTER_BOUND('',#965,.T.); +#533=FACE_OUTER_BOUND('',#966,.T.); +#534=FACE_OUTER_BOUND('',#967,.T.); +#535=FACE_OUTER_BOUND('',#968,.T.); +#536=FACE_OUTER_BOUND('',#969,.T.); +#537=FACE_OUTER_BOUND('',#970,.T.); +#538=FACE_OUTER_BOUND('',#971,.T.); +#539=FACE_OUTER_BOUND('',#972,.T.); +#540=FACE_OUTER_BOUND('',#973,.T.); +#541=FACE_OUTER_BOUND('',#974,.T.); +#542=FACE_OUTER_BOUND('',#975,.T.); +#543=FACE_OUTER_BOUND('',#976,.T.); +#544=FACE_OUTER_BOUND('',#977,.T.); +#545=FACE_OUTER_BOUND('',#978,.T.); +#546=FACE_OUTER_BOUND('',#979,.T.); +#547=FACE_OUTER_BOUND('',#980,.T.); +#548=FACE_OUTER_BOUND('',#981,.T.); +#549=FACE_OUTER_BOUND('',#982,.T.); +#550=FACE_OUTER_BOUND('',#983,.T.); +#551=FACE_OUTER_BOUND('',#984,.T.); +#552=FACE_OUTER_BOUND('',#985,.T.); +#553=FACE_OUTER_BOUND('',#986,.T.); +#554=FACE_OUTER_BOUND('',#987,.T.); +#555=FACE_OUTER_BOUND('',#988,.T.); +#556=FACE_OUTER_BOUND('',#989,.T.); +#557=FACE_OUTER_BOUND('',#990,.T.); +#558=FACE_OUTER_BOUND('',#991,.T.); +#559=FACE_OUTER_BOUND('',#992,.T.); +#560=FACE_OUTER_BOUND('',#993,.T.); +#561=FACE_OUTER_BOUND('',#994,.T.); +#562=FACE_OUTER_BOUND('',#995,.T.); +#563=FACE_OUTER_BOUND('',#996,.T.); +#564=FACE_OUTER_BOUND('',#997,.T.); +#565=FACE_OUTER_BOUND('',#998,.T.); +#566=FACE_OUTER_BOUND('',#999,.T.); +#567=FACE_OUTER_BOUND('',#1000,.T.); +#568=FACE_OUTER_BOUND('',#1001,.T.); +#569=FACE_OUTER_BOUND('',#1002,.T.); +#570=FACE_OUTER_BOUND('',#1003,.T.); +#571=FACE_OUTER_BOUND('',#1004,.T.); +#572=FACE_OUTER_BOUND('',#1005,.T.); +#573=FACE_OUTER_BOUND('',#1006,.T.); +#574=FACE_OUTER_BOUND('',#1007,.T.); +#575=FACE_OUTER_BOUND('',#1008,.T.); +#576=FACE_OUTER_BOUND('',#1009,.T.); +#577=FACE_OUTER_BOUND('',#1010,.T.); +#578=FACE_OUTER_BOUND('',#1011,.T.); +#579=FACE_OUTER_BOUND('',#1012,.T.); +#580=FACE_OUTER_BOUND('',#1013,.T.); +#581=FACE_OUTER_BOUND('',#1014,.T.); +#582=FACE_OUTER_BOUND('',#1015,.T.); +#583=FACE_OUTER_BOUND('',#1016,.T.); +#584=FACE_OUTER_BOUND('',#1017,.T.); +#585=FACE_OUTER_BOUND('',#1018,.T.); +#586=FACE_OUTER_BOUND('',#1019,.T.); +#587=FACE_OUTER_BOUND('',#1020,.T.); +#588=FACE_OUTER_BOUND('',#1021,.T.); +#589=FACE_OUTER_BOUND('',#1022,.T.); +#590=FACE_OUTER_BOUND('',#1023,.T.); +#591=FACE_OUTER_BOUND('',#1024,.T.); +#592=FACE_OUTER_BOUND('',#1025,.T.); +#593=FACE_OUTER_BOUND('',#1026,.T.); +#594=FACE_OUTER_BOUND('',#1027,.T.); +#595=FACE_OUTER_BOUND('',#1028,.T.); +#596=FACE_OUTER_BOUND('',#1029,.T.); +#597=FACE_OUTER_BOUND('',#1030,.T.); +#598=FACE_OUTER_BOUND('',#1031,.T.); +#599=FACE_OUTER_BOUND('',#1032,.T.); +#600=FACE_OUTER_BOUND('',#1033,.T.); +#601=FACE_OUTER_BOUND('',#1034,.T.); +#602=FACE_OUTER_BOUND('',#1035,.T.); +#603=FACE_OUTER_BOUND('',#1036,.T.); +#604=FACE_OUTER_BOUND('',#1037,.T.); +#605=FACE_OUTER_BOUND('',#1038,.T.); +#606=FACE_OUTER_BOUND('',#1039,.T.); +#607=FACE_OUTER_BOUND('',#1040,.T.); +#608=FACE_OUTER_BOUND('',#1041,.T.); +#609=FACE_OUTER_BOUND('',#1042,.T.); +#610=FACE_OUTER_BOUND('',#1043,.T.); +#611=FACE_OUTER_BOUND('',#1044,.T.); +#612=FACE_OUTER_BOUND('',#1045,.T.); +#613=FACE_OUTER_BOUND('',#1046,.T.); +#614=FACE_OUTER_BOUND('',#1047,.T.); +#615=FACE_OUTER_BOUND('',#1048,.T.); +#616=FACE_OUTER_BOUND('',#1049,.T.); +#617=FACE_OUTER_BOUND('',#1050,.T.); +#618=FACE_OUTER_BOUND('',#1051,.T.); +#619=FACE_OUTER_BOUND('',#1052,.T.); +#620=FACE_OUTER_BOUND('',#1053,.T.); +#621=FACE_OUTER_BOUND('',#1054,.T.); +#622=FACE_OUTER_BOUND('',#1055,.T.); +#623=FACE_OUTER_BOUND('',#1056,.T.); +#624=FACE_OUTER_BOUND('',#1057,.T.); +#625=FACE_OUTER_BOUND('',#1058,.T.); +#626=FACE_OUTER_BOUND('',#1059,.T.); +#627=FACE_OUTER_BOUND('',#1060,.T.); +#628=FACE_OUTER_BOUND('',#1061,.T.); +#629=FACE_OUTER_BOUND('',#1062,.T.); +#630=FACE_OUTER_BOUND('',#1063,.T.); +#631=FACE_OUTER_BOUND('',#1064,.T.); +#632=FACE_OUTER_BOUND('',#1065,.T.); +#633=FACE_OUTER_BOUND('',#1066,.T.); +#634=FACE_OUTER_BOUND('',#1067,.T.); +#635=FACE_OUTER_BOUND('',#1068,.T.); +#636=FACE_OUTER_BOUND('',#1069,.T.); +#637=FACE_OUTER_BOUND('',#1070,.T.); +#638=FACE_OUTER_BOUND('',#1071,.T.); +#639=FACE_OUTER_BOUND('',#1072,.T.); +#640=FACE_OUTER_BOUND('',#1073,.T.); +#641=FACE_OUTER_BOUND('',#1074,.T.); +#642=FACE_OUTER_BOUND('',#1075,.T.); +#643=FACE_OUTER_BOUND('',#1076,.T.); +#644=FACE_OUTER_BOUND('',#1077,.T.); +#645=FACE_OUTER_BOUND('',#1078,.T.); +#646=FACE_OUTER_BOUND('',#1079,.T.); +#647=FACE_OUTER_BOUND('',#1080,.T.); +#648=FACE_OUTER_BOUND('',#1081,.T.); +#649=FACE_OUTER_BOUND('',#1082,.T.); +#650=FACE_OUTER_BOUND('',#1083,.T.); +#651=FACE_OUTER_BOUND('',#1084,.T.); +#652=FACE_OUTER_BOUND('',#1085,.T.); +#653=FACE_OUTER_BOUND('',#1086,.T.); +#654=FACE_OUTER_BOUND('',#1087,.T.); +#655=FACE_OUTER_BOUND('',#1088,.T.); +#656=FACE_OUTER_BOUND('',#1089,.T.); +#657=FACE_OUTER_BOUND('',#1090,.T.); +#658=FACE_OUTER_BOUND('',#1091,.T.); +#659=FACE_OUTER_BOUND('',#1092,.T.); +#660=FACE_OUTER_BOUND('',#1093,.T.); +#661=FACE_OUTER_BOUND('',#1094,.T.); +#662=FACE_OUTER_BOUND('',#1095,.T.); +#663=FACE_OUTER_BOUND('',#1096,.T.); +#664=FACE_OUTER_BOUND('',#1097,.T.); +#665=FACE_OUTER_BOUND('',#1098,.T.); +#666=FACE_OUTER_BOUND('',#1099,.T.); +#667=FACE_OUTER_BOUND('',#1100,.T.); +#668=FACE_OUTER_BOUND('',#1101,.T.); +#669=FACE_OUTER_BOUND('',#1102,.T.); +#670=FACE_OUTER_BOUND('',#1103,.T.); +#671=FACE_OUTER_BOUND('',#1104,.T.); +#672=FACE_OUTER_BOUND('',#1105,.T.); +#673=FACE_OUTER_BOUND('',#1106,.T.); +#674=FACE_OUTER_BOUND('',#1107,.T.); +#675=FACE_OUTER_BOUND('',#1108,.T.); +#676=FACE_OUTER_BOUND('',#1109,.T.); +#677=FACE_OUTER_BOUND('',#1110,.T.); +#678=FACE_OUTER_BOUND('',#1111,.T.); +#679=FACE_OUTER_BOUND('',#1112,.T.); +#680=FACE_OUTER_BOUND('',#1113,.T.); +#681=FACE_OUTER_BOUND('',#1114,.T.); +#682=FACE_OUTER_BOUND('',#1115,.T.); +#683=FACE_OUTER_BOUND('',#1116,.T.); +#684=FACE_OUTER_BOUND('',#1117,.T.); +#685=FACE_OUTER_BOUND('',#1118,.T.); +#686=FACE_OUTER_BOUND('',#1119,.T.); +#687=FACE_OUTER_BOUND('',#1120,.T.); +#688=FACE_OUTER_BOUND('',#1121,.T.); +#689=FACE_OUTER_BOUND('',#1122,.T.); +#690=FACE_OUTER_BOUND('',#1123,.T.); +#691=FACE_OUTER_BOUND('',#1124,.T.); +#692=FACE_OUTER_BOUND('',#1125,.T.); +#693=FACE_OUTER_BOUND('',#1126,.T.); +#694=FACE_OUTER_BOUND('',#1127,.T.); +#695=FACE_OUTER_BOUND('',#1128,.T.); +#696=FACE_OUTER_BOUND('',#1129,.T.); +#697=FACE_OUTER_BOUND('',#1130,.T.); +#698=FACE_OUTER_BOUND('',#1131,.T.); +#699=FACE_OUTER_BOUND('',#1132,.T.); +#700=FACE_OUTER_BOUND('',#1133,.T.); +#701=FACE_OUTER_BOUND('',#1134,.T.); +#702=FACE_OUTER_BOUND('',#1135,.T.); +#703=FACE_OUTER_BOUND('',#1136,.T.); +#704=FACE_OUTER_BOUND('',#1137,.T.); +#705=FACE_OUTER_BOUND('',#1138,.T.); +#706=FACE_OUTER_BOUND('',#1139,.T.); +#707=FACE_OUTER_BOUND('',#1140,.T.); +#708=FACE_OUTER_BOUND('',#1141,.T.); +#709=FACE_OUTER_BOUND('',#1142,.T.); +#710=FACE_OUTER_BOUND('',#1143,.T.); +#711=FACE_OUTER_BOUND('',#1144,.T.); +#712=FACE_OUTER_BOUND('',#1145,.T.); +#713=FACE_OUTER_BOUND('',#1146,.T.); +#714=FACE_OUTER_BOUND('',#1147,.T.); +#715=FACE_OUTER_BOUND('',#1148,.T.); +#716=FACE_OUTER_BOUND('',#1149,.T.); +#717=FACE_OUTER_BOUND('',#1150,.T.); +#718=FACE_OUTER_BOUND('',#1151,.T.); +#719=FACE_OUTER_BOUND('',#1152,.T.); +#720=FACE_OUTER_BOUND('',#1153,.T.); +#721=FACE_OUTER_BOUND('',#1154,.T.); +#722=FACE_OUTER_BOUND('',#1155,.T.); +#723=FACE_OUTER_BOUND('',#1156,.T.); +#724=FACE_OUTER_BOUND('',#1157,.T.); +#725=FACE_OUTER_BOUND('',#1158,.T.); +#726=FACE_OUTER_BOUND('',#1159,.T.); +#727=FACE_OUTER_BOUND('',#1160,.T.); +#728=FACE_OUTER_BOUND('',#1161,.T.); +#729=FACE_OUTER_BOUND('',#1162,.T.); +#730=FACE_OUTER_BOUND('',#1163,.T.); +#731=FACE_OUTER_BOUND('',#1164,.T.); +#732=FACE_OUTER_BOUND('',#1165,.T.); +#733=FACE_OUTER_BOUND('',#1166,.T.); +#734=FACE_OUTER_BOUND('',#1167,.T.); +#735=FACE_OUTER_BOUND('',#1168,.T.); +#736=FACE_OUTER_BOUND('',#1169,.T.); +#737=FACE_OUTER_BOUND('',#1170,.T.); +#738=FACE_OUTER_BOUND('',#1171,.T.); +#739=FACE_OUTER_BOUND('',#1172,.T.); +#740=FACE_OUTER_BOUND('',#1173,.T.); +#741=FACE_OUTER_BOUND('',#1174,.T.); +#742=FACE_OUTER_BOUND('',#1175,.T.); +#743=FACE_OUTER_BOUND('',#1176,.T.); +#744=FACE_OUTER_BOUND('',#1177,.T.); +#745=FACE_OUTER_BOUND('',#1178,.T.); +#746=FACE_OUTER_BOUND('',#1179,.T.); +#747=FACE_OUTER_BOUND('',#1180,.T.); +#748=FACE_OUTER_BOUND('',#1181,.T.); +#749=FACE_OUTER_BOUND('',#1182,.T.); +#750=FACE_OUTER_BOUND('',#1183,.T.); +#751=FACE_OUTER_BOUND('',#1184,.T.); +#752=FACE_OUTER_BOUND('',#1185,.T.); +#753=FACE_OUTER_BOUND('',#1186,.T.); +#754=FACE_OUTER_BOUND('',#1187,.T.); +#755=FACE_OUTER_BOUND('',#1188,.T.); +#756=FACE_OUTER_BOUND('',#1189,.T.); +#757=FACE_OUTER_BOUND('',#1190,.T.); +#758=FACE_OUTER_BOUND('',#1191,.T.); +#759=FACE_OUTER_BOUND('',#1192,.T.); +#760=FACE_OUTER_BOUND('',#1193,.T.); +#761=FACE_OUTER_BOUND('',#1194,.T.); +#762=FACE_OUTER_BOUND('',#1195,.T.); +#763=FACE_OUTER_BOUND('',#1196,.T.); +#764=FACE_OUTER_BOUND('',#1197,.T.); +#765=FACE_OUTER_BOUND('',#1198,.T.); +#766=FACE_OUTER_BOUND('',#1199,.T.); +#767=FACE_OUTER_BOUND('',#1200,.T.); +#768=FACE_OUTER_BOUND('',#1201,.T.); +#769=FACE_OUTER_BOUND('',#1202,.T.); +#770=FACE_OUTER_BOUND('',#1203,.T.); +#771=FACE_OUTER_BOUND('',#1204,.T.); +#772=FACE_OUTER_BOUND('',#1205,.T.); +#773=FACE_OUTER_BOUND('',#1206,.T.); +#774=FACE_OUTER_BOUND('',#1207,.T.); +#775=FACE_OUTER_BOUND('',#1208,.T.); +#776=FACE_OUTER_BOUND('',#1209,.T.); +#777=FACE_OUTER_BOUND('',#1210,.T.); +#778=FACE_OUTER_BOUND('',#1211,.T.); +#779=FACE_OUTER_BOUND('',#1212,.T.); +#780=FACE_OUTER_BOUND('',#1213,.T.); +#781=FACE_OUTER_BOUND('',#1214,.T.); +#782=FACE_OUTER_BOUND('',#1215,.T.); +#783=FACE_OUTER_BOUND('',#1216,.T.); +#784=FACE_OUTER_BOUND('',#1217,.T.); +#785=FACE_OUTER_BOUND('',#1218,.T.); +#786=FACE_OUTER_BOUND('',#1219,.T.); +#787=FACE_OUTER_BOUND('',#1220,.T.); +#788=FACE_OUTER_BOUND('',#1221,.T.); +#789=FACE_OUTER_BOUND('',#1222,.T.); +#790=FACE_OUTER_BOUND('',#1223,.T.); +#791=FACE_OUTER_BOUND('',#1224,.T.); +#792=FACE_OUTER_BOUND('',#1225,.T.); +#793=FACE_OUTER_BOUND('',#1226,.T.); +#794=FACE_OUTER_BOUND('',#1227,.T.); +#795=FACE_OUTER_BOUND('',#1228,.T.); +#796=FACE_OUTER_BOUND('',#1229,.T.); +#797=FACE_OUTER_BOUND('',#1230,.T.); +#798=FACE_OUTER_BOUND('',#1231,.T.); +#799=FACE_OUTER_BOUND('',#1232,.T.); +#800=FACE_OUTER_BOUND('',#1233,.T.); +#801=FACE_OUTER_BOUND('',#1234,.T.); +#802=FACE_OUTER_BOUND('',#1235,.T.); +#803=FACE_OUTER_BOUND('',#1236,.T.); +#804=FACE_OUTER_BOUND('',#1237,.T.); +#805=FACE_OUTER_BOUND('',#1238,.T.); +#806=FACE_OUTER_BOUND('',#1239,.T.); +#807=FACE_OUTER_BOUND('',#1240,.T.); +#808=FACE_OUTER_BOUND('',#1241,.T.); +#809=FACE_OUTER_BOUND('',#1242,.T.); +#810=FACE_OUTER_BOUND('',#1243,.T.); +#811=FACE_OUTER_BOUND('',#1244,.T.); +#812=FACE_OUTER_BOUND('',#1245,.T.); +#813=FACE_OUTER_BOUND('',#1246,.T.); +#814=FACE_OUTER_BOUND('',#1247,.T.); +#815=FACE_OUTER_BOUND('',#1248,.T.); +#816=FACE_OUTER_BOUND('',#1249,.T.); +#817=FACE_OUTER_BOUND('',#1250,.T.); +#818=FACE_OUTER_BOUND('',#1251,.T.); +#819=FACE_OUTER_BOUND('',#1252,.T.); +#820=FACE_OUTER_BOUND('',#1253,.T.); +#821=FACE_OUTER_BOUND('',#1254,.T.); +#822=FACE_OUTER_BOUND('',#1255,.T.); +#823=FACE_OUTER_BOUND('',#1256,.T.); +#824=FACE_OUTER_BOUND('',#1257,.T.); +#825=FACE_OUTER_BOUND('',#1258,.T.); +#826=FACE_OUTER_BOUND('',#1259,.T.); +#827=FACE_OUTER_BOUND('',#1260,.T.); +#828=FACE_OUTER_BOUND('',#1261,.T.); +#829=FACE_OUTER_BOUND('',#1262,.T.); +#830=FACE_OUTER_BOUND('',#1263,.T.); +#831=FACE_OUTER_BOUND('',#1264,.T.); +#832=FACE_OUTER_BOUND('',#1265,.T.); +#833=FACE_OUTER_BOUND('',#1266,.T.); +#834=FACE_OUTER_BOUND('',#1267,.T.); +#835=FACE_OUTER_BOUND('',#1268,.T.); +#836=FACE_OUTER_BOUND('',#1269,.T.); +#837=FACE_OUTER_BOUND('',#1270,.T.); +#838=FACE_OUTER_BOUND('',#1271,.T.); +#839=FACE_OUTER_BOUND('',#1272,.T.); +#840=FACE_OUTER_BOUND('',#1273,.T.); +#841=FACE_OUTER_BOUND('',#1274,.T.); +#842=FACE_OUTER_BOUND('',#1275,.T.); +#843=FACE_OUTER_BOUND('',#1276,.T.); +#844=FACE_OUTER_BOUND('',#1277,.T.); +#845=FACE_OUTER_BOUND('',#1278,.T.); +#846=FACE_OUTER_BOUND('',#1279,.T.); +#847=FACE_OUTER_BOUND('',#1280,.T.); +#848=FACE_OUTER_BOUND('',#1281,.T.); +#849=FACE_OUTER_BOUND('',#1282,.T.); +#850=FACE_OUTER_BOUND('',#1283,.T.); +#851=FACE_OUTER_BOUND('',#1284,.T.); +#852=FACE_OUTER_BOUND('',#1285,.T.); +#853=FACE_OUTER_BOUND('',#1286,.T.); +#854=FACE_OUTER_BOUND('',#1287,.T.); +#855=FACE_OUTER_BOUND('',#1288,.T.); +#856=FACE_OUTER_BOUND('',#1289,.T.); +#857=FACE_OUTER_BOUND('',#1290,.T.); +#858=FACE_OUTER_BOUND('',#1291,.T.); +#859=FACE_OUTER_BOUND('',#1292,.T.); +#860=FACE_OUTER_BOUND('',#1293,.T.); +#861=FACE_OUTER_BOUND('',#1294,.T.); +#862=FACE_OUTER_BOUND('',#1295,.T.); +#863=FACE_OUTER_BOUND('',#1296,.T.); +#864=FACE_OUTER_BOUND('',#1297,.T.); +#865=FACE_OUTER_BOUND('',#1298,.T.); +#866=FACE_OUTER_BOUND('',#1299,.T.); +#867=FACE_OUTER_BOUND('',#1300,.T.); +#868=FACE_OUTER_BOUND('',#1301,.T.); +#869=FACE_OUTER_BOUND('',#1302,.T.); +#870=FACE_OUTER_BOUND('',#1303,.T.); +#871=FACE_OUTER_BOUND('',#1304,.T.); +#872=FACE_OUTER_BOUND('',#1305,.T.); +#873=FACE_OUTER_BOUND('',#1306,.T.); +#874=FACE_OUTER_BOUND('',#1307,.T.); +#875=FACE_OUTER_BOUND('',#1308,.T.); +#876=FACE_OUTER_BOUND('',#1309,.T.); +#877=FACE_OUTER_BOUND('',#1310,.T.); +#878=FACE_OUTER_BOUND('',#1311,.T.); +#879=FACE_OUTER_BOUND('',#1312,.T.); +#880=EDGE_LOOP('',(#1313,#1314,#1315,#1316)); +#881=EDGE_LOOP('',(#1317,#1318,#1319,#1320)); +#882=EDGE_LOOP('',(#1321,#1322,#1323,#1324)); +#883=EDGE_LOOP('',(#1325,#1326,#1327,#1328)); +#884=EDGE_LOOP('',(#1329,#1330,#1331,#1332)); +#885=EDGE_LOOP('',(#1333,#1334,#1335,#1336)); +#886=EDGE_LOOP('',(#1337,#1338,#1339,#1340)); +#887=EDGE_LOOP('',(#1341,#1342,#1343,#1344)); +#888=EDGE_LOOP('',(#1345,#1346,#1347,#1348)); +#889=EDGE_LOOP('',(#1349,#1350,#1351,#1352)); +#890=EDGE_LOOP('',(#1353,#1354,#1355,#1356)); +#891=EDGE_LOOP('',(#1357,#1358,#1359,#1360)); +#892=EDGE_LOOP('',(#1361,#1362,#1363,#1364)); +#893=EDGE_LOOP('',(#1365,#1366,#1367,#1368)); +#894=EDGE_LOOP('',(#1369,#1370,#1371,#1372)); +#895=EDGE_LOOP('',(#1373,#1374,#1375,#1376)); +#896=EDGE_LOOP('',(#1377,#1378,#1379,#1380)); +#897=EDGE_LOOP('',(#1381,#1382,#1383,#1384)); +#898=EDGE_LOOP('',(#1385,#1386,#1387,#1388)); +#899=EDGE_LOOP('',(#1389,#1390,#1391,#1392)); +#900=EDGE_LOOP('',(#1393,#1394,#1395,#1396)); +#901=EDGE_LOOP('',(#1397,#1398,#1399,#1400)); +#902=EDGE_LOOP('',(#1401,#1402,#1403,#1404)); +#903=EDGE_LOOP('',(#1405,#1406,#1407,#1408)); +#904=EDGE_LOOP('',(#1409,#1410,#1411,#1412)); +#905=EDGE_LOOP('',(#1413,#1414,#1415,#1416)); +#906=EDGE_LOOP('',(#1417,#1418,#1419,#1420)); +#907=EDGE_LOOP('',(#1421,#1422,#1423,#1424)); +#908=EDGE_LOOP('',(#1425,#1426,#1427,#1428)); +#909=EDGE_LOOP('',(#1429,#1430,#1431,#1432)); +#910=EDGE_LOOP('',(#1433,#1434,#1435,#1436)); +#911=EDGE_LOOP('',(#1437,#1438,#1439,#1440)); +#912=EDGE_LOOP('',(#1441,#1442,#1443,#1444)); +#913=EDGE_LOOP('',(#1445,#1446,#1447,#1448)); +#914=EDGE_LOOP('',(#1449,#1450,#1451,#1452)); +#915=EDGE_LOOP('',(#1453,#1454,#1455,#1456)); +#916=EDGE_LOOP('',(#1457,#1458,#1459,#1460)); +#917=EDGE_LOOP('',(#1461,#1462,#1463,#1464)); +#918=EDGE_LOOP('',(#1465,#1466,#1467,#1468)); +#919=EDGE_LOOP('',(#1469,#1470,#1471,#1472)); +#920=EDGE_LOOP('',(#1473,#1474,#1475,#1476)); +#921=EDGE_LOOP('',(#1477,#1478,#1479,#1480)); +#922=EDGE_LOOP('',(#1481,#1482,#1483,#1484)); +#923=EDGE_LOOP('',(#1485,#1486,#1487,#1488)); +#924=EDGE_LOOP('',(#1489,#1490,#1491,#1492)); +#925=EDGE_LOOP('',(#1493,#1494,#1495,#1496)); +#926=EDGE_LOOP('',(#1497,#1498,#1499,#1500)); +#927=EDGE_LOOP('',(#1501,#1502,#1503,#1504)); +#928=EDGE_LOOP('',(#1505,#1506,#1507,#1508)); +#929=EDGE_LOOP('',(#1509,#1510,#1511,#1512)); +#930=EDGE_LOOP('',(#1513,#1514,#1515,#1516)); +#931=EDGE_LOOP('',(#1517,#1518,#1519,#1520)); +#932=EDGE_LOOP('',(#1521,#1522,#1523,#1524)); +#933=EDGE_LOOP('',(#1525,#1526,#1527,#1528)); +#934=EDGE_LOOP('',(#1529,#1530,#1531,#1532)); +#935=EDGE_LOOP('',(#1533,#1534,#1535,#1536)); +#936=EDGE_LOOP('',(#1537,#1538,#1539,#1540)); +#937=EDGE_LOOP('',(#1541,#1542,#1543,#1544)); +#938=EDGE_LOOP('',(#1545,#1546,#1547,#1548)); +#939=EDGE_LOOP('',(#1549,#1550,#1551,#1552)); +#940=EDGE_LOOP('',(#1553,#1554,#1555,#1556)); +#941=EDGE_LOOP('',(#1557,#1558,#1559,#1560)); +#942=EDGE_LOOP('',(#1561,#1562,#1563,#1564)); +#943=EDGE_LOOP('',(#1565,#1566,#1567,#1568)); +#944=EDGE_LOOP('',(#1569,#1570,#1571,#1572)); +#945=EDGE_LOOP('',(#1573,#1574,#1575,#1576)); +#946=EDGE_LOOP('',(#1577,#1578,#1579,#1580)); +#947=EDGE_LOOP('',(#1581,#1582,#1583,#1584)); +#948=EDGE_LOOP('',(#1585,#1586,#1587,#1588)); +#949=EDGE_LOOP('',(#1589,#1590,#1591,#1592)); +#950=EDGE_LOOP('',(#1593,#1594,#1595,#1596)); +#951=EDGE_LOOP('',(#1597,#1598,#1599,#1600)); +#952=EDGE_LOOP('',(#1601,#1602,#1603,#1604)); +#953=EDGE_LOOP('',(#1605,#1606,#1607,#1608)); +#954=EDGE_LOOP('',(#1609,#1610,#1611,#1612)); +#955=EDGE_LOOP('',(#1613,#1614,#1615,#1616)); +#956=EDGE_LOOP('',(#1617,#1618,#1619,#1620)); +#957=EDGE_LOOP('',(#1621,#1622,#1623,#1624)); +#958=EDGE_LOOP('',(#1625,#1626,#1627,#1628)); +#959=EDGE_LOOP('',(#1629,#1630,#1631,#1632)); +#960=EDGE_LOOP('',(#1633,#1634,#1635,#1636)); +#961=EDGE_LOOP('',(#1637,#1638,#1639,#1640)); +#962=EDGE_LOOP('',(#1641,#1642,#1643,#1644)); +#963=EDGE_LOOP('',(#1645,#1646,#1647,#1648)); +#964=EDGE_LOOP('',(#1649,#1650,#1651,#1652)); +#965=EDGE_LOOP('',(#1653,#1654,#1655,#1656)); +#966=EDGE_LOOP('',(#1657,#1658,#1659,#1660)); +#967=EDGE_LOOP('',(#1661,#1662,#1663,#1664)); +#968=EDGE_LOOP('',(#1665,#1666,#1667,#1668)); +#969=EDGE_LOOP('',(#1669,#1670,#1671,#1672)); +#970=EDGE_LOOP('',(#1673,#1674,#1675,#1676)); +#971=EDGE_LOOP('',(#1677,#1678,#1679,#1680)); +#972=EDGE_LOOP('',(#1681,#1682,#1683,#1684)); +#973=EDGE_LOOP('',(#1685,#1686,#1687,#1688)); +#974=EDGE_LOOP('',(#1689,#1690,#1691,#1692)); +#975=EDGE_LOOP('',(#1693,#1694,#1695,#1696)); +#976=EDGE_LOOP('',(#1697,#1698,#1699,#1700)); +#977=EDGE_LOOP('',(#1701,#1702,#1703,#1704)); +#978=EDGE_LOOP('',(#1705,#1706,#1707,#1708)); +#979=EDGE_LOOP('',(#1709,#1710,#1711,#1712)); +#980=EDGE_LOOP('',(#1713,#1714,#1715,#1716)); +#981=EDGE_LOOP('',(#1717,#1718,#1719,#1720)); +#982=EDGE_LOOP('',(#1721,#1722,#1723,#1724)); +#983=EDGE_LOOP('',(#1725,#1726,#1727,#1728)); +#984=EDGE_LOOP('',(#1729,#1730,#1731,#1732)); +#985=EDGE_LOOP('',(#1733,#1734,#1735,#1736)); +#986=EDGE_LOOP('',(#1737,#1738,#1739,#1740)); +#987=EDGE_LOOP('',(#1741,#1742,#1743,#1744)); +#988=EDGE_LOOP('',(#1745,#1746,#1747,#1748)); +#989=EDGE_LOOP('',(#1749,#1750,#1751,#1752)); +#990=EDGE_LOOP('',(#1753,#1754,#1755,#1756)); +#991=EDGE_LOOP('',(#1757,#1758,#1759,#1760)); +#992=EDGE_LOOP('',(#1761,#1762,#1763,#1764)); +#993=EDGE_LOOP('',(#1765,#1766,#1767,#1768)); +#994=EDGE_LOOP('',(#1769,#1770,#1771,#1772)); +#995=EDGE_LOOP('',(#1773,#1774,#1775,#1776)); +#996=EDGE_LOOP('',(#1777,#1778,#1779,#1780)); +#997=EDGE_LOOP('',(#1781,#1782,#1783,#1784)); +#998=EDGE_LOOP('',(#1785,#1786,#1787,#1788)); +#999=EDGE_LOOP('',(#1789,#1790,#1791,#1792)); +#1000=EDGE_LOOP('',(#1793,#1794,#1795,#1796)); +#1001=EDGE_LOOP('',(#1797,#1798,#1799,#1800)); +#1002=EDGE_LOOP('',(#1801,#1802,#1803,#1804)); +#1003=EDGE_LOOP('',(#1805,#1806,#1807,#1808)); +#1004=EDGE_LOOP('',(#1809,#1810,#1811,#1812)); +#1005=EDGE_LOOP('',(#1813,#1814,#1815,#1816)); +#1006=EDGE_LOOP('',(#1817,#1818,#1819,#1820)); +#1007=EDGE_LOOP('',(#1821,#1822,#1823,#1824)); +#1008=EDGE_LOOP('',(#1825,#1826,#1827,#1828)); +#1009=EDGE_LOOP('',(#1829,#1830,#1831,#1832)); +#1010=EDGE_LOOP('',(#1833,#1834,#1835,#1836)); +#1011=EDGE_LOOP('',(#1837,#1838,#1839,#1840)); +#1012=EDGE_LOOP('',(#1841,#1842,#1843,#1844)); +#1013=EDGE_LOOP('',(#1845,#1846,#1847,#1848)); +#1014=EDGE_LOOP('',(#1849,#1850,#1851,#1852)); +#1015=EDGE_LOOP('',(#1853,#1854,#1855,#1856)); +#1016=EDGE_LOOP('',(#1857,#1858,#1859,#1860)); +#1017=EDGE_LOOP('',(#1861,#1862,#1863,#1864)); +#1018=EDGE_LOOP('',(#1865,#1866,#1867,#1868)); +#1019=EDGE_LOOP('',(#1869,#1870,#1871,#1872)); +#1020=EDGE_LOOP('',(#1873,#1874,#1875,#1876)); +#1021=EDGE_LOOP('',(#1877,#1878,#1879,#1880)); +#1022=EDGE_LOOP('',(#1881,#1882,#1883,#1884)); +#1023=EDGE_LOOP('',(#1885,#1886,#1887,#1888)); +#1024=EDGE_LOOP('',(#1889,#1890,#1891,#1892)); +#1025=EDGE_LOOP('',(#1893,#1894,#1895,#1896)); +#1026=EDGE_LOOP('',(#1897,#1898,#1899,#1900)); +#1027=EDGE_LOOP('',(#1901,#1902,#1903,#1904)); +#1028=EDGE_LOOP('',(#1905,#1906,#1907,#1908)); +#1029=EDGE_LOOP('',(#1909,#1910,#1911,#1912)); +#1030=EDGE_LOOP('',(#1913,#1914,#1915,#1916)); +#1031=EDGE_LOOP('',(#1917,#1918,#1919,#1920)); +#1032=EDGE_LOOP('',(#1921,#1922,#1923,#1924)); +#1033=EDGE_LOOP('',(#1925,#1926,#1927,#1928)); +#1034=EDGE_LOOP('',(#1929,#1930,#1931,#1932)); +#1035=EDGE_LOOP('',(#1933,#1934,#1935,#1936)); +#1036=EDGE_LOOP('',(#1937,#1938,#1939,#1940)); +#1037=EDGE_LOOP('',(#1941,#1942,#1943,#1944)); +#1038=EDGE_LOOP('',(#1945,#1946,#1947,#1948)); +#1039=EDGE_LOOP('',(#1949,#1950,#1951,#1952)); +#1040=EDGE_LOOP('',(#1953,#1954,#1955,#1956)); +#1041=EDGE_LOOP('',(#1957,#1958,#1959,#1960)); +#1042=EDGE_LOOP('',(#1961,#1962,#1963,#1964)); +#1043=EDGE_LOOP('',(#1965,#1966,#1967,#1968)); +#1044=EDGE_LOOP('',(#1969,#1970,#1971,#1972)); +#1045=EDGE_LOOP('',(#1973,#1974,#1975,#1976)); +#1046=EDGE_LOOP('',(#1977,#1978,#1979,#1980)); +#1047=EDGE_LOOP('',(#1981,#1982,#1983,#1984)); +#1048=EDGE_LOOP('',(#1985,#1986,#1987,#1988)); +#1049=EDGE_LOOP('',(#1989,#1990,#1991,#1992)); +#1050=EDGE_LOOP('',(#1993,#1994,#1995,#1996)); +#1051=EDGE_LOOP('',(#1997,#1998,#1999,#2000)); +#1052=EDGE_LOOP('',(#2001,#2002,#2003,#2004)); +#1053=EDGE_LOOP('',(#2005,#2006,#2007,#2008)); +#1054=EDGE_LOOP('',(#2009,#2010,#2011,#2012)); +#1055=EDGE_LOOP('',(#2013,#2014,#2015,#2016)); +#1056=EDGE_LOOP('',(#2017,#2018,#2019,#2020)); +#1057=EDGE_LOOP('',(#2021,#2022,#2023,#2024)); +#1058=EDGE_LOOP('',(#2025,#2026,#2027,#2028)); +#1059=EDGE_LOOP('',(#2029,#2030,#2031,#2032)); +#1060=EDGE_LOOP('',(#2033,#2034,#2035,#2036)); +#1061=EDGE_LOOP('',(#2037,#2038,#2039,#2040)); +#1062=EDGE_LOOP('',(#2041,#2042,#2043,#2044)); +#1063=EDGE_LOOP('',(#2045,#2046,#2047,#2048)); +#1064=EDGE_LOOP('',(#2049,#2050,#2051,#2052)); +#1065=EDGE_LOOP('',(#2053,#2054,#2055,#2056)); +#1066=EDGE_LOOP('',(#2057,#2058,#2059,#2060)); +#1067=EDGE_LOOP('',(#2061,#2062,#2063,#2064)); +#1068=EDGE_LOOP('',(#2065,#2066,#2067,#2068)); +#1069=EDGE_LOOP('',(#2069,#2070,#2071,#2072)); +#1070=EDGE_LOOP('',(#2073,#2074,#2075,#2076)); +#1071=EDGE_LOOP('',(#2077,#2078,#2079,#2080)); +#1072=EDGE_LOOP('',(#2081,#2082,#2083,#2084)); +#1073=EDGE_LOOP('',(#2085,#2086,#2087,#2088)); +#1074=EDGE_LOOP('',(#2089,#2090,#2091,#2092)); +#1075=EDGE_LOOP('',(#2093,#2094,#2095,#2096)); +#1076=EDGE_LOOP('',(#2097,#2098,#2099,#2100)); +#1077=EDGE_LOOP('',(#2101,#2102,#2103,#2104)); +#1078=EDGE_LOOP('',(#2105,#2106,#2107,#2108)); +#1079=EDGE_LOOP('',(#2109,#2110,#2111,#2112)); +#1080=EDGE_LOOP('',(#2113,#2114,#2115,#2116)); +#1081=EDGE_LOOP('',(#2117,#2118,#2119,#2120)); +#1082=EDGE_LOOP('',(#2121,#2122,#2123,#2124)); +#1083=EDGE_LOOP('',(#2125,#2126,#2127,#2128)); +#1084=EDGE_LOOP('',(#2129,#2130,#2131,#2132)); +#1085=EDGE_LOOP('',(#2133,#2134,#2135,#2136)); +#1086=EDGE_LOOP('',(#2137,#2138,#2139,#2140)); +#1087=EDGE_LOOP('',(#2141,#2142,#2143,#2144)); +#1088=EDGE_LOOP('',(#2145,#2146,#2147,#2148)); +#1089=EDGE_LOOP('',(#2149,#2150,#2151,#2152)); +#1090=EDGE_LOOP('',(#2153,#2154,#2155,#2156)); +#1091=EDGE_LOOP('',(#2157,#2158,#2159,#2160)); +#1092=EDGE_LOOP('',(#2161,#2162,#2163,#2164)); +#1093=EDGE_LOOP('',(#2165,#2166,#2167,#2168)); +#1094=EDGE_LOOP('',(#2169,#2170,#2171,#2172)); +#1095=EDGE_LOOP('',(#2173,#2174,#2175,#2176)); +#1096=EDGE_LOOP('',(#2177,#2178,#2179,#2180)); +#1097=EDGE_LOOP('',(#2181,#2182,#2183,#2184)); +#1098=EDGE_LOOP('',(#2185,#2186,#2187,#2188)); +#1099=EDGE_LOOP('',(#2189,#2190,#2191,#2192)); +#1100=EDGE_LOOP('',(#2193,#2194,#2195,#2196)); +#1101=EDGE_LOOP('',(#2197,#2198,#2199,#2200)); +#1102=EDGE_LOOP('',(#2201,#2202,#2203,#2204)); +#1103=EDGE_LOOP('',(#2205,#2206,#2207,#2208)); +#1104=EDGE_LOOP('',(#2209,#2210,#2211,#2212)); +#1105=EDGE_LOOP('',(#2213,#2214,#2215,#2216)); +#1106=EDGE_LOOP('',(#2217,#2218,#2219,#2220)); +#1107=EDGE_LOOP('',(#2221,#2222,#2223,#2224)); +#1108=EDGE_LOOP('',(#2225,#2226,#2227,#2228)); +#1109=EDGE_LOOP('',(#2229,#2230,#2231,#2232)); +#1110=EDGE_LOOP('',(#2233,#2234,#2235,#2236)); +#1111=EDGE_LOOP('',(#2237,#2238,#2239,#2240)); +#1112=EDGE_LOOP('',(#2241,#2242,#2243,#2244)); +#1113=EDGE_LOOP('',(#2245,#2246,#2247,#2248)); +#1114=EDGE_LOOP('',(#2249,#2250,#2251,#2252)); +#1115=EDGE_LOOP('',(#2253,#2254,#2255,#2256)); +#1116=EDGE_LOOP('',(#2257,#2258,#2259,#2260)); +#1117=EDGE_LOOP('',(#2261,#2262,#2263,#2264)); +#1118=EDGE_LOOP('',(#2265,#2266,#2267,#2268)); +#1119=EDGE_LOOP('',(#2269,#2270,#2271,#2272)); +#1120=EDGE_LOOP('',(#2273,#2274,#2275,#2276)); +#1121=EDGE_LOOP('',(#2277,#2278,#2279,#2280)); +#1122=EDGE_LOOP('',(#2281,#2282,#2283,#2284)); +#1123=EDGE_LOOP('',(#2285,#2286,#2287,#2288)); +#1124=EDGE_LOOP('',(#2289,#2290,#2291,#2292)); +#1125=EDGE_LOOP('',(#2293,#2294,#2295,#2296)); +#1126=EDGE_LOOP('',(#2297,#2298,#2299,#2300)); +#1127=EDGE_LOOP('',(#2301,#2302,#2303,#2304)); +#1128=EDGE_LOOP('',(#2305,#2306,#2307,#2308)); +#1129=EDGE_LOOP('',(#2309,#2310,#2311,#2312)); +#1130=EDGE_LOOP('',(#2313,#2314,#2315,#2316)); +#1131=EDGE_LOOP('',(#2317,#2318,#2319,#2320)); +#1132=EDGE_LOOP('',(#2321,#2322,#2323,#2324)); +#1133=EDGE_LOOP('',(#2325,#2326,#2327,#2328)); +#1134=EDGE_LOOP('',(#2329,#2330,#2331,#2332)); +#1135=EDGE_LOOP('',(#2333,#2334,#2335,#2336)); +#1136=EDGE_LOOP('',(#2337,#2338,#2339,#2340)); +#1137=EDGE_LOOP('',(#2341,#2342,#2343,#2344)); +#1138=EDGE_LOOP('',(#2345,#2346,#2347,#2348)); +#1139=EDGE_LOOP('',(#2349,#2350,#2351,#2352)); +#1140=EDGE_LOOP('',(#2353,#2354,#2355,#2356)); +#1141=EDGE_LOOP('',(#2357,#2358,#2359,#2360)); +#1142=EDGE_LOOP('',(#2361,#2362,#2363,#2364)); +#1143=EDGE_LOOP('',(#2365,#2366,#2367,#2368)); +#1144=EDGE_LOOP('',(#2369,#2370,#2371,#2372)); +#1145=EDGE_LOOP('',(#2373,#2374,#2375,#2376)); +#1146=EDGE_LOOP('',(#2377,#2378,#2379,#2380)); +#1147=EDGE_LOOP('',(#2381,#2382,#2383,#2384)); +#1148=EDGE_LOOP('',(#2385,#2386,#2387,#2388)); +#1149=EDGE_LOOP('',(#2389,#2390,#2391,#2392)); +#1150=EDGE_LOOP('',(#2393,#2394,#2395,#2396)); +#1151=EDGE_LOOP('',(#2397,#2398,#2399,#2400)); +#1152=EDGE_LOOP('',(#2401,#2402,#2403,#2404)); +#1153=EDGE_LOOP('',(#2405,#2406,#2407,#2408)); +#1154=EDGE_LOOP('',(#2409,#2410,#2411,#2412)); +#1155=EDGE_LOOP('',(#2413,#2414,#2415,#2416)); +#1156=EDGE_LOOP('',(#2417,#2418,#2419,#2420)); +#1157=EDGE_LOOP('',(#2421,#2422,#2423,#2424)); +#1158=EDGE_LOOP('',(#2425,#2426,#2427,#2428,#2429,#2430,#2431,#2432,#2433, +#2434,#2435,#2436,#2437,#2438)); +#1159=EDGE_LOOP('',(#2439,#2440,#2441,#2442)); +#1160=EDGE_LOOP('',(#2443,#2444,#2445,#2446)); +#1161=EDGE_LOOP('',(#2447,#2448,#2449,#2450)); +#1162=EDGE_LOOP('',(#2451,#2452,#2453,#2454)); +#1163=EDGE_LOOP('',(#2455,#2456,#2457,#2458)); +#1164=EDGE_LOOP('',(#2459,#2460,#2461,#2462)); +#1165=EDGE_LOOP('',(#2463,#2464,#2465,#2466)); +#1166=EDGE_LOOP('',(#2467,#2468,#2469,#2470)); +#1167=EDGE_LOOP('',(#2471,#2472,#2473,#2474)); +#1168=EDGE_LOOP('',(#2475,#2476,#2477,#2478)); +#1169=EDGE_LOOP('',(#2479,#2480,#2481,#2482)); +#1170=EDGE_LOOP('',(#2483,#2484,#2485,#2486,#2487,#2488,#2489,#2490,#2491, +#2492,#2493,#2494,#2495,#2496)); +#1171=EDGE_LOOP('',(#2497,#2498,#2499,#2500)); +#1172=EDGE_LOOP('',(#2501,#2502,#2503,#2504,#2505,#2506,#2507,#2508,#2509, +#2510,#2511,#2512,#2513,#2514,#2515,#2516,#2517,#2518,#2519,#2520,#2521, +#2522,#2523,#2524,#2525,#2526,#2527,#2528,#2529,#2530,#2531,#2532,#2533, +#2534,#2535,#2536,#2537,#2538,#2539,#2540,#2541,#2542,#2543,#2544,#2545, +#2546,#2547,#2548,#2549,#2550,#2551,#2552,#2553,#2554,#2555,#2556,#2557, +#2558,#2559,#2560,#2561,#2562,#2563,#2564,#2565,#2566,#2567,#2568,#2569, +#2570,#2571,#2572,#2573,#2574,#2575,#2576,#2577,#2578,#2579,#2580,#2581, +#2582,#2583,#2584,#2585,#2586,#2587,#2588,#2589,#2590,#2591,#2592,#2593, +#2594,#2595,#2596,#2597,#2598,#2599,#2600,#2601,#2602,#2603,#2604,#2605, +#2606,#2607,#2608,#2609,#2610,#2611,#2612,#2613,#2614,#2615,#2616,#2617, +#2618,#2619,#2620,#2621,#2622,#2623,#2624,#2625,#2626,#2627,#2628,#2629, +#2630,#2631,#2632,#2633,#2634,#2635,#2636,#2637,#2638,#2639,#2640,#2641, +#2642,#2643,#2644,#2645,#2646,#2647,#2648,#2649,#2650,#2651,#2652,#2653, +#2654,#2655,#2656,#2657,#2658,#2659,#2660,#2661,#2662,#2663,#2664,#2665, +#2666,#2667,#2668,#2669,#2670,#2671,#2672,#2673,#2674,#2675,#2676,#2677, +#2678,#2679,#2680,#2681,#2682,#2683,#2684,#2685,#2686,#2687,#2688,#2689, +#2690,#2691,#2692,#2693,#2694,#2695,#2696,#2697,#2698,#2699,#2700,#2701, +#2702,#2703,#2704,#2705,#2706,#2707,#2708,#2709,#2710,#2711,#2712,#2713, +#2714,#2715,#2716,#2717,#2718,#2719,#2720,#2721,#2722,#2723,#2724,#2725, +#2726,#2727,#2728,#2729,#2730,#2731,#2732,#2733,#2734,#2735,#2736,#2737, +#2738,#2739,#2740,#2741,#2742,#2743,#2744,#2745,#2746,#2747,#2748,#2749, +#2750,#2751,#2752,#2753,#2754,#2755,#2756,#2757,#2758,#2759,#2760,#2761, +#2762,#2763,#2764,#2765,#2766,#2767,#2768,#2769,#2770,#2771,#2772,#2773, +#2774,#2775,#2776,#2777,#2778,#2779,#2780,#2781,#2782,#2783,#2784,#2785, +#2786,#2787,#2788,#2789,#2790,#2791,#2792,#2793,#2794,#2795,#2796,#2797, +#2798,#2799,#2800,#2801,#2802,#2803,#2804,#2805,#2806,#2807,#2808,#2809, +#2810,#2811,#2812,#2813,#2814,#2815,#2816,#2817,#2818,#2819,#2820,#2821, +#2822,#2823,#2824,#2825,#2826,#2827,#2828,#2829,#2830,#2831,#2832,#2833, +#2834,#2835,#2836,#2837,#2838,#2839,#2840,#2841,#2842,#2843,#2844,#2845, +#2846,#2847,#2848,#2849,#2850,#2851,#2852,#2853,#2854,#2855,#2856,#2857, +#2858,#2859,#2860,#2861,#2862,#2863,#2864,#2865,#2866,#2867,#2868,#2869, +#2870,#2871,#2872,#2873,#2874,#2875,#2876,#2877,#2878,#2879,#2880,#2881, +#2882,#2883,#2884,#2885,#2886,#2887,#2888,#2889,#2890,#2891,#2892,#2893, +#2894,#2895,#2896,#2897,#2898,#2899,#2900,#2901,#2902,#2903,#2904,#2905, +#2906,#2907,#2908,#2909,#2910,#2911,#2912,#2913,#2914,#2915,#2916,#2917, +#2918,#2919,#2920,#2921)); +#1173=EDGE_LOOP('',(#2922,#2923,#2924,#2925)); +#1174=EDGE_LOOP('',(#2926,#2927,#2928,#2929)); +#1175=EDGE_LOOP('',(#2930,#2931,#2932,#2933)); +#1176=EDGE_LOOP('',(#2934,#2935,#2936,#2937)); +#1177=EDGE_LOOP('',(#2938,#2939,#2940,#2941)); +#1178=EDGE_LOOP('',(#2942,#2943,#2944,#2945)); +#1179=EDGE_LOOP('',(#2946,#2947,#2948,#2949)); +#1180=EDGE_LOOP('',(#2950,#2951,#2952,#2953)); +#1181=EDGE_LOOP('',(#2954,#2955,#2956,#2957)); +#1182=EDGE_LOOP('',(#2958,#2959,#2960,#2961)); +#1183=EDGE_LOOP('',(#2962,#2963,#2964,#2965)); +#1184=EDGE_LOOP('',(#2966,#2967,#2968,#2969)); +#1185=EDGE_LOOP('',(#2970,#2971,#2972,#2973)); +#1186=EDGE_LOOP('',(#2974,#2975,#2976,#2977)); +#1187=EDGE_LOOP('',(#2978,#2979,#2980,#2981)); +#1188=EDGE_LOOP('',(#2982,#2983,#2984,#2985)); +#1189=EDGE_LOOP('',(#2986,#2987,#2988,#2989)); +#1190=EDGE_LOOP('',(#2990,#2991,#2992,#2993)); +#1191=EDGE_LOOP('',(#2994,#2995,#2996,#2997)); +#1192=EDGE_LOOP('',(#2998,#2999,#3000,#3001)); +#1193=EDGE_LOOP('',(#3002,#3003,#3004,#3005)); +#1194=EDGE_LOOP('',(#3006,#3007,#3008,#3009)); +#1195=EDGE_LOOP('',(#3010,#3011,#3012,#3013)); +#1196=EDGE_LOOP('',(#3014,#3015,#3016,#3017)); +#1197=EDGE_LOOP('',(#3018,#3019,#3020,#3021)); +#1198=EDGE_LOOP('',(#3022,#3023,#3024,#3025)); +#1199=EDGE_LOOP('',(#3026,#3027,#3028,#3029)); +#1200=EDGE_LOOP('',(#3030,#3031,#3032,#3033)); +#1201=EDGE_LOOP('',(#3034,#3035,#3036,#3037)); +#1202=EDGE_LOOP('',(#3038,#3039,#3040,#3041)); +#1203=EDGE_LOOP('',(#3042,#3043,#3044,#3045)); +#1204=EDGE_LOOP('',(#3046,#3047,#3048,#3049)); +#1205=EDGE_LOOP('',(#3050,#3051,#3052,#3053)); +#1206=EDGE_LOOP('',(#3054,#3055,#3056,#3057)); +#1207=EDGE_LOOP('',(#3058,#3059,#3060,#3061)); +#1208=EDGE_LOOP('',(#3062,#3063,#3064,#3065)); +#1209=EDGE_LOOP('',(#3066,#3067,#3068,#3069)); +#1210=EDGE_LOOP('',(#3070,#3071,#3072,#3073)); +#1211=EDGE_LOOP('',(#3074,#3075,#3076,#3077)); +#1212=EDGE_LOOP('',(#3078,#3079,#3080,#3081)); +#1213=EDGE_LOOP('',(#3082,#3083,#3084,#3085)); +#1214=EDGE_LOOP('',(#3086,#3087,#3088,#3089)); +#1215=EDGE_LOOP('',(#3090,#3091,#3092,#3093)); +#1216=EDGE_LOOP('',(#3094,#3095,#3096,#3097)); +#1217=EDGE_LOOP('',(#3098,#3099,#3100,#3101)); +#1218=EDGE_LOOP('',(#3102,#3103,#3104,#3105)); +#1219=EDGE_LOOP('',(#3106,#3107,#3108,#3109)); +#1220=EDGE_LOOP('',(#3110,#3111,#3112,#3113)); +#1221=EDGE_LOOP('',(#3114,#3115,#3116,#3117)); +#1222=EDGE_LOOP('',(#3118,#3119,#3120,#3121)); +#1223=EDGE_LOOP('',(#3122,#3123,#3124,#3125)); +#1224=EDGE_LOOP('',(#3126,#3127,#3128,#3129)); +#1225=EDGE_LOOP('',(#3130,#3131,#3132,#3133)); +#1226=EDGE_LOOP('',(#3134,#3135,#3136,#3137)); +#1227=EDGE_LOOP('',(#3138,#3139,#3140,#3141)); +#1228=EDGE_LOOP('',(#3142,#3143,#3144,#3145)); +#1229=EDGE_LOOP('',(#3146,#3147,#3148,#3149)); +#1230=EDGE_LOOP('',(#3150,#3151,#3152,#3153)); +#1231=EDGE_LOOP('',(#3154,#3155,#3156,#3157)); +#1232=EDGE_LOOP('',(#3158,#3159,#3160,#3161)); +#1233=EDGE_LOOP('',(#3162,#3163,#3164,#3165)); +#1234=EDGE_LOOP('',(#3166,#3167,#3168,#3169)); +#1235=EDGE_LOOP('',(#3170,#3171,#3172,#3173)); +#1236=EDGE_LOOP('',(#3174,#3175,#3176,#3177)); +#1237=EDGE_LOOP('',(#3178,#3179,#3180,#3181)); +#1238=EDGE_LOOP('',(#3182,#3183,#3184,#3185)); +#1239=EDGE_LOOP('',(#3186,#3187,#3188,#3189)); +#1240=EDGE_LOOP('',(#3190,#3191,#3192,#3193)); +#1241=EDGE_LOOP('',(#3194,#3195,#3196,#3197)); +#1242=EDGE_LOOP('',(#3198,#3199,#3200,#3201)); +#1243=EDGE_LOOP('',(#3202,#3203,#3204,#3205)); +#1244=EDGE_LOOP('',(#3206,#3207,#3208,#3209)); +#1245=EDGE_LOOP('',(#3210,#3211,#3212,#3213)); +#1246=EDGE_LOOP('',(#3214,#3215,#3216,#3217)); +#1247=EDGE_LOOP('',(#3218,#3219,#3220,#3221)); +#1248=EDGE_LOOP('',(#3222,#3223,#3224,#3225)); +#1249=EDGE_LOOP('',(#3226,#3227,#3228,#3229)); +#1250=EDGE_LOOP('',(#3230,#3231,#3232,#3233)); +#1251=EDGE_LOOP('',(#3234,#3235,#3236,#3237)); +#1252=EDGE_LOOP('',(#3238,#3239,#3240,#3241)); +#1253=EDGE_LOOP('',(#3242,#3243,#3244,#3245)); +#1254=EDGE_LOOP('',(#3246,#3247,#3248,#3249)); +#1255=EDGE_LOOP('',(#3250,#3251,#3252,#3253)); +#1256=EDGE_LOOP('',(#3254,#3255,#3256,#3257)); +#1257=EDGE_LOOP('',(#3258,#3259,#3260,#3261)); +#1258=EDGE_LOOP('',(#3262,#3263,#3264,#3265)); +#1259=EDGE_LOOP('',(#3266,#3267,#3268,#3269)); +#1260=EDGE_LOOP('',(#3270,#3271,#3272,#3273)); +#1261=EDGE_LOOP('',(#3274,#3275,#3276,#3277)); +#1262=EDGE_LOOP('',(#3278,#3279,#3280,#3281)); +#1263=EDGE_LOOP('',(#3282,#3283,#3284,#3285)); +#1264=EDGE_LOOP('',(#3286,#3287,#3288,#3289)); +#1265=EDGE_LOOP('',(#3290,#3291,#3292,#3293)); +#1266=EDGE_LOOP('',(#3294,#3295,#3296,#3297)); +#1267=EDGE_LOOP('',(#3298,#3299,#3300,#3301)); +#1268=EDGE_LOOP('',(#3302,#3303,#3304,#3305)); +#1269=EDGE_LOOP('',(#3306,#3307,#3308,#3309)); +#1270=EDGE_LOOP('',(#3310,#3311,#3312,#3313)); +#1271=EDGE_LOOP('',(#3314,#3315,#3316,#3317)); +#1272=EDGE_LOOP('',(#3318,#3319,#3320,#3321)); +#1273=EDGE_LOOP('',(#3322,#3323,#3324,#3325)); +#1274=EDGE_LOOP('',(#3326,#3327,#3328,#3329)); +#1275=EDGE_LOOP('',(#3330,#3331,#3332,#3333)); +#1276=EDGE_LOOP('',(#3334,#3335,#3336,#3337)); +#1277=EDGE_LOOP('',(#3338,#3339,#3340,#3341)); +#1278=EDGE_LOOP('',(#3342,#3343,#3344,#3345)); +#1279=EDGE_LOOP('',(#3346,#3347,#3348,#3349)); +#1280=EDGE_LOOP('',(#3350,#3351,#3352,#3353)); +#1281=EDGE_LOOP('',(#3354,#3355,#3356,#3357)); +#1282=EDGE_LOOP('',(#3358,#3359,#3360,#3361)); +#1283=EDGE_LOOP('',(#3362,#3363,#3364,#3365)); +#1284=EDGE_LOOP('',(#3366,#3367,#3368,#3369)); +#1285=EDGE_LOOP('',(#3370,#3371,#3372,#3373)); +#1286=EDGE_LOOP('',(#3374,#3375,#3376,#3377)); +#1287=EDGE_LOOP('',(#3378,#3379,#3380,#3381)); +#1288=EDGE_LOOP('',(#3382,#3383,#3384,#3385)); +#1289=EDGE_LOOP('',(#3386,#3387,#3388,#3389)); +#1290=EDGE_LOOP('',(#3390,#3391,#3392,#3393)); +#1291=EDGE_LOOP('',(#3394,#3395,#3396,#3397)); +#1292=EDGE_LOOP('',(#3398,#3399,#3400,#3401)); +#1293=EDGE_LOOP('',(#3402,#3403,#3404,#3405)); +#1294=EDGE_LOOP('',(#3406,#3407,#3408,#3409)); +#1295=EDGE_LOOP('',(#3410,#3411,#3412,#3413)); +#1296=EDGE_LOOP('',(#3414,#3415,#3416,#3417)); +#1297=EDGE_LOOP('',(#3418,#3419,#3420,#3421)); +#1298=EDGE_LOOP('',(#3422,#3423,#3424,#3425)); +#1299=EDGE_LOOP('',(#3426,#3427,#3428,#3429)); +#1300=EDGE_LOOP('',(#3430,#3431,#3432,#3433)); +#1301=EDGE_LOOP('',(#3434,#3435,#3436,#3437)); +#1302=EDGE_LOOP('',(#3438,#3439,#3440,#3441)); +#1303=EDGE_LOOP('',(#3442,#3443,#3444,#3445)); +#1304=EDGE_LOOP('',(#3446,#3447,#3448,#3449)); +#1305=EDGE_LOOP('',(#3450,#3451,#3452,#3453)); +#1306=EDGE_LOOP('',(#3454,#3455,#3456,#3457)); +#1307=EDGE_LOOP('',(#3458,#3459,#3460,#3461)); +#1308=EDGE_LOOP('',(#3462,#3463,#3464,#3465)); +#1309=EDGE_LOOP('',(#3466,#3467,#3468,#3469)); +#1310=EDGE_LOOP('',(#3470,#3471,#3472,#3473)); +#1311=EDGE_LOOP('',(#3474,#3475,#3476,#3477)); +#1312=EDGE_LOOP('',(#3478,#3479,#3480,#3481,#3482,#3483,#3484,#3485,#3486, +#3487,#3488,#3489,#3490,#3491,#3492,#3493,#3494,#3495,#3496,#3497,#3498, +#3499,#3500,#3501,#3502,#3503,#3504,#3505,#3506,#3507,#3508,#3509,#3510, +#3511,#3512,#3513,#3514,#3515,#3516,#3517,#3518,#3519,#3520,#3521,#3522, +#3523,#3524,#3525,#3526,#3527,#3528,#3529,#3530,#3531,#3532,#3533,#3534, +#3535,#3536,#3537,#3538,#3539,#3540,#3541,#3542,#3543,#3544,#3545,#3546, +#3547,#3548,#3549,#3550,#3551,#3552,#3553,#3554,#3555,#3556,#3557,#3558, +#3559,#3560,#3561,#3562,#3563,#3564,#3565,#3566,#3567,#3568,#3569,#3570, +#3571,#3572,#3573,#3574,#3575,#3576,#3577,#3578,#3579,#3580,#3581,#3582, +#3583,#3584,#3585,#3586,#3587,#3588,#3589,#3590,#3591,#3592,#3593,#3594, +#3595,#3596,#3597,#3598,#3599,#3600,#3601,#3602,#3603,#3604,#3605,#3606, +#3607,#3608,#3609,#3610,#3611,#3612,#3613,#3614,#3615,#3616,#3617,#3618, +#3619,#3620,#3621,#3622,#3623,#3624,#3625,#3626,#3627,#3628,#3629,#3630, +#3631,#3632,#3633,#3634,#3635,#3636,#3637,#3638,#3639,#3640,#3641,#3642, +#3643,#3644,#3645,#3646,#3647,#3648,#3649,#3650,#3651,#3652,#3653,#3654, +#3655,#3656,#3657,#3658,#3659,#3660,#3661,#3662,#3663,#3664,#3665,#3666, +#3667,#3668,#3669,#3670,#3671,#3672,#3673,#3674,#3675,#3676,#3677,#3678, +#3679,#3680,#3681,#3682,#3683,#3684,#3685,#3686,#3687,#3688,#3689,#3690, +#3691,#3692,#3693,#3694,#3695,#3696,#3697,#3698,#3699,#3700,#3701,#3702, +#3703,#3704,#3705,#3706,#3707,#3708,#3709,#3710,#3711,#3712,#3713,#3714, +#3715,#3716,#3717,#3718,#3719,#3720,#3721,#3722,#3723,#3724,#3725,#3726, +#3727,#3728,#3729,#3730,#3731,#3732,#3733,#3734,#3735,#3736,#3737,#3738, +#3739,#3740,#3741,#3742,#3743,#3744,#3745,#3746,#3747,#3748,#3749,#3750, +#3751,#3752,#3753,#3754,#3755,#3756,#3757,#3758,#3759,#3760,#3761,#3762, +#3763,#3764,#3765,#3766,#3767,#3768,#3769,#3770,#3771,#3772,#3773,#3774, +#3775,#3776,#3777,#3778,#3779,#3780,#3781,#3782,#3783,#3784,#3785,#3786, +#3787,#3788,#3789,#3790,#3791,#3792,#3793,#3794,#3795,#3796,#3797,#3798, +#3799,#3800,#3801,#3802,#3803,#3804,#3805,#3806,#3807,#3808,#3809,#3810, +#3811,#3812,#3813,#3814,#3815,#3816,#3817,#3818,#3819,#3820,#3821,#3822, +#3823,#3824,#3825,#3826,#3827,#3828,#3829,#3830,#3831,#3832,#3833,#3834, +#3835,#3836,#3837,#3838,#3839,#3840,#3841,#3842,#3843,#3844,#3845,#3846, +#3847,#3848,#3849,#3850,#3851,#3852,#3853,#3854,#3855,#3856,#3857,#3858, +#3859,#3860,#3861,#3862,#3863,#3864,#3865,#3866,#3867,#3868,#3869,#3870, +#3871,#3872,#3873,#3874,#3875,#3876,#3877,#3878,#3879,#3880,#3881,#3882, +#3883,#3884,#3885,#3886,#3887,#3888,#3889,#3890,#3891,#3892,#3893,#3894, +#3895,#3896,#3897,#3898)); +#1313=ORIENTED_EDGE('',*,*,#3900,.T.); +#1314=ORIENTED_EDGE('',*,*,#4478,.F.); +#1315=ORIENTED_EDGE('',*,*,#3902,.T.); +#1316=ORIENTED_EDGE('',*,*,#3899,.T.); +#1317=ORIENTED_EDGE('',*,*,#4756,.T.); +#1318=ORIENTED_EDGE('',*,*,#3899,.F.); +#1319=ORIENTED_EDGE('',*,*,#3901,.T.); +#1320=ORIENTED_EDGE('',*,*,#4479,.F.); +#1321=ORIENTED_EDGE('',*,*,#3905,.T.); +#1322=ORIENTED_EDGE('',*,*,#4754,.F.); +#1323=ORIENTED_EDGE('',*,*,#3906,.T.); +#1324=ORIENTED_EDGE('',*,*,#3907,.F.); +#1325=ORIENTED_EDGE('',*,*,#3903,.T.); +#1326=ORIENTED_EDGE('',*,*,#3907,.T.); +#1327=ORIENTED_EDGE('',*,*,#3904,.T.); +#1328=ORIENTED_EDGE('',*,*,#4755,.F.); +#1329=ORIENTED_EDGE('',*,*,#3911,.T.); +#1330=ORIENTED_EDGE('',*,*,#4913,.F.); +#1331=ORIENTED_EDGE('',*,*,#4752,.T.); +#1332=ORIENTED_EDGE('',*,*,#3910,.F.); +#1333=ORIENTED_EDGE('',*,*,#4753,.T.); +#1334=ORIENTED_EDGE('',*,*,#3909,.F.); +#1335=ORIENTED_EDGE('',*,*,#3911,.F.); +#1336=ORIENTED_EDGE('',*,*,#3908,.F.); +#1337=ORIENTED_EDGE('',*,*,#3915,.T.); +#1338=ORIENTED_EDGE('',*,*,#3914,.F.); +#1339=ORIENTED_EDGE('',*,*,#4750,.T.); +#1340=ORIENTED_EDGE('',*,*,#3913,.F.); +#1341=ORIENTED_EDGE('',*,*,#4751,.T.); +#1342=ORIENTED_EDGE('',*,*,#4912,.F.); +#1343=ORIENTED_EDGE('',*,*,#3915,.F.); +#1344=ORIENTED_EDGE('',*,*,#3912,.F.); +#1345=ORIENTED_EDGE('',*,*,#3918,.T.); +#1346=ORIENTED_EDGE('',*,*,#4748,.F.); +#1347=ORIENTED_EDGE('',*,*,#3919,.T.); +#1348=ORIENTED_EDGE('',*,*,#3920,.F.); +#1349=ORIENTED_EDGE('',*,*,#3916,.T.); +#1350=ORIENTED_EDGE('',*,*,#3920,.T.); +#1351=ORIENTED_EDGE('',*,*,#3917,.T.); +#1352=ORIENTED_EDGE('',*,*,#4749,.F.); +#1353=ORIENTED_EDGE('',*,*,#3924,.T.); +#1354=ORIENTED_EDGE('',*,*,#4911,.F.); +#1355=ORIENTED_EDGE('',*,*,#4746,.T.); +#1356=ORIENTED_EDGE('',*,*,#3923,.F.); +#1357=ORIENTED_EDGE('',*,*,#4747,.T.); +#1358=ORIENTED_EDGE('',*,*,#3922,.F.); +#1359=ORIENTED_EDGE('',*,*,#3924,.F.); +#1360=ORIENTED_EDGE('',*,*,#3921,.F.); +#1361=ORIENTED_EDGE('',*,*,#3927,.T.); +#1362=ORIENTED_EDGE('',*,*,#4744,.F.); +#1363=ORIENTED_EDGE('',*,*,#3928,.T.); +#1364=ORIENTED_EDGE('',*,*,#3929,.F.); +#1365=ORIENTED_EDGE('',*,*,#3925,.T.); +#1366=ORIENTED_EDGE('',*,*,#3929,.T.); +#1367=ORIENTED_EDGE('',*,*,#3926,.T.); +#1368=ORIENTED_EDGE('',*,*,#4745,.F.); +#1369=ORIENTED_EDGE('',*,*,#3931,.T.); +#1370=ORIENTED_EDGE('',*,*,#4742,.F.); +#1371=ORIENTED_EDGE('',*,*,#4909,.T.); +#1372=ORIENTED_EDGE('',*,*,#3932,.F.); +#1373=ORIENTED_EDGE('',*,*,#3930,.T.); +#1374=ORIENTED_EDGE('',*,*,#3932,.T.); +#1375=ORIENTED_EDGE('',*,*,#4910,.T.); +#1376=ORIENTED_EDGE('',*,*,#4743,.F.); +#1377=ORIENTED_EDGE('',*,*,#3936,.T.); +#1378=ORIENTED_EDGE('',*,*,#4908,.F.); +#1379=ORIENTED_EDGE('',*,*,#4740,.T.); +#1380=ORIENTED_EDGE('',*,*,#3935,.F.); +#1381=ORIENTED_EDGE('',*,*,#4741,.T.); +#1382=ORIENTED_EDGE('',*,*,#3934,.F.); +#1383=ORIENTED_EDGE('',*,*,#3936,.F.); +#1384=ORIENTED_EDGE('',*,*,#3933,.F.); +#1385=ORIENTED_EDGE('',*,*,#3940,.T.); +#1386=ORIENTED_EDGE('',*,*,#4907,.F.); +#1387=ORIENTED_EDGE('',*,*,#4738,.T.); +#1388=ORIENTED_EDGE('',*,*,#3939,.F.); +#1389=ORIENTED_EDGE('',*,*,#4739,.T.); +#1390=ORIENTED_EDGE('',*,*,#3938,.F.); +#1391=ORIENTED_EDGE('',*,*,#3940,.F.); +#1392=ORIENTED_EDGE('',*,*,#3937,.F.); +#1393=ORIENTED_EDGE('',*,*,#3943,.T.); +#1394=ORIENTED_EDGE('',*,*,#4736,.F.); +#1395=ORIENTED_EDGE('',*,*,#4906,.T.); +#1396=ORIENTED_EDGE('',*,*,#3944,.F.); +#1397=ORIENTED_EDGE('',*,*,#3941,.T.); +#1398=ORIENTED_EDGE('',*,*,#3944,.T.); +#1399=ORIENTED_EDGE('',*,*,#3942,.T.); +#1400=ORIENTED_EDGE('',*,*,#4737,.F.); +#1401=ORIENTED_EDGE('',*,*,#3946,.T.); +#1402=ORIENTED_EDGE('',*,*,#4734,.F.); +#1403=ORIENTED_EDGE('',*,*,#4904,.T.); +#1404=ORIENTED_EDGE('',*,*,#3947,.F.); +#1405=ORIENTED_EDGE('',*,*,#3945,.T.); +#1406=ORIENTED_EDGE('',*,*,#3947,.T.); +#1407=ORIENTED_EDGE('',*,*,#4905,.T.); +#1408=ORIENTED_EDGE('',*,*,#4735,.F.); +#1409=ORIENTED_EDGE('',*,*,#3951,.T.); +#1410=ORIENTED_EDGE('',*,*,#4903,.F.); +#1411=ORIENTED_EDGE('',*,*,#4732,.T.); +#1412=ORIENTED_EDGE('',*,*,#3950,.F.); +#1413=ORIENTED_EDGE('',*,*,#4733,.T.); +#1414=ORIENTED_EDGE('',*,*,#3949,.F.); +#1415=ORIENTED_EDGE('',*,*,#3951,.F.); +#1416=ORIENTED_EDGE('',*,*,#3948,.F.); +#1417=ORIENTED_EDGE('',*,*,#3954,.T.); +#1418=ORIENTED_EDGE('',*,*,#4730,.F.); +#1419=ORIENTED_EDGE('',*,*,#4902,.T.); +#1420=ORIENTED_EDGE('',*,*,#3955,.F.); +#1421=ORIENTED_EDGE('',*,*,#3952,.T.); +#1422=ORIENTED_EDGE('',*,*,#3955,.T.); +#1423=ORIENTED_EDGE('',*,*,#3953,.T.); +#1424=ORIENTED_EDGE('',*,*,#4731,.F.); +#1425=ORIENTED_EDGE('',*,*,#3959,.T.); +#1426=ORIENTED_EDGE('',*,*,#4901,.F.); +#1427=ORIENTED_EDGE('',*,*,#4728,.T.); +#1428=ORIENTED_EDGE('',*,*,#3958,.F.); +#1429=ORIENTED_EDGE('',*,*,#4729,.T.); +#1430=ORIENTED_EDGE('',*,*,#3957,.F.); +#1431=ORIENTED_EDGE('',*,*,#3959,.F.); +#1432=ORIENTED_EDGE('',*,*,#3956,.F.); +#1433=ORIENTED_EDGE('',*,*,#3964,.T.); +#1434=ORIENTED_EDGE('',*,*,#3963,.F.); +#1435=ORIENTED_EDGE('',*,*,#4726,.T.); +#1436=ORIENTED_EDGE('',*,*,#3962,.F.); +#1437=ORIENTED_EDGE('',*,*,#4727,.T.); +#1438=ORIENTED_EDGE('',*,*,#3961,.F.); +#1439=ORIENTED_EDGE('',*,*,#3964,.F.); +#1440=ORIENTED_EDGE('',*,*,#3960,.F.); +#1441=ORIENTED_EDGE('',*,*,#3967,.T.); +#1442=ORIENTED_EDGE('',*,*,#4724,.F.); +#1443=ORIENTED_EDGE('',*,*,#4900,.T.); +#1444=ORIENTED_EDGE('',*,*,#3968,.F.); +#1445=ORIENTED_EDGE('',*,*,#3965,.T.); +#1446=ORIENTED_EDGE('',*,*,#3968,.T.); +#1447=ORIENTED_EDGE('',*,*,#3966,.T.); +#1448=ORIENTED_EDGE('',*,*,#4725,.F.); +#1449=ORIENTED_EDGE('',*,*,#3972,.T.); +#1450=ORIENTED_EDGE('',*,*,#4899,.F.); +#1451=ORIENTED_EDGE('',*,*,#4722,.T.); +#1452=ORIENTED_EDGE('',*,*,#3971,.F.); +#1453=ORIENTED_EDGE('',*,*,#4723,.T.); +#1454=ORIENTED_EDGE('',*,*,#3970,.F.); +#1455=ORIENTED_EDGE('',*,*,#3972,.F.); +#1456=ORIENTED_EDGE('',*,*,#3969,.F.); +#1457=ORIENTED_EDGE('',*,*,#3974,.T.); +#1458=ORIENTED_EDGE('',*,*,#4720,.F.); +#1459=ORIENTED_EDGE('',*,*,#4897,.T.); +#1460=ORIENTED_EDGE('',*,*,#3975,.F.); +#1461=ORIENTED_EDGE('',*,*,#3973,.T.); +#1462=ORIENTED_EDGE('',*,*,#3975,.T.); +#1463=ORIENTED_EDGE('',*,*,#4898,.T.); +#1464=ORIENTED_EDGE('',*,*,#4721,.F.); +#1465=ORIENTED_EDGE('',*,*,#3978,.T.); +#1466=ORIENTED_EDGE('',*,*,#4718,.F.); +#1467=ORIENTED_EDGE('',*,*,#4896,.T.); +#1468=ORIENTED_EDGE('',*,*,#3979,.F.); +#1469=ORIENTED_EDGE('',*,*,#3976,.T.); +#1470=ORIENTED_EDGE('',*,*,#3979,.T.); +#1471=ORIENTED_EDGE('',*,*,#3977,.T.); +#1472=ORIENTED_EDGE('',*,*,#4719,.F.); +#1473=ORIENTED_EDGE('',*,*,#3982,.T.); +#1474=ORIENTED_EDGE('',*,*,#4894,.F.); +#1475=ORIENTED_EDGE('',*,*,#4716,.T.); +#1476=ORIENTED_EDGE('',*,*,#3981,.F.); +#1477=ORIENTED_EDGE('',*,*,#4717,.T.); +#1478=ORIENTED_EDGE('',*,*,#4895,.F.); +#1479=ORIENTED_EDGE('',*,*,#3982,.F.); +#1480=ORIENTED_EDGE('',*,*,#3980,.F.); +#1481=ORIENTED_EDGE('',*,*,#3985,.T.); +#1482=ORIENTED_EDGE('',*,*,#4714,.F.); +#1483=ORIENTED_EDGE('',*,*,#4893,.T.); +#1484=ORIENTED_EDGE('',*,*,#3986,.F.); +#1485=ORIENTED_EDGE('',*,*,#3983,.T.); +#1486=ORIENTED_EDGE('',*,*,#3986,.T.); +#1487=ORIENTED_EDGE('',*,*,#3984,.T.); +#1488=ORIENTED_EDGE('',*,*,#4715,.F.); +#1489=ORIENTED_EDGE('',*,*,#3990,.T.); +#1490=ORIENTED_EDGE('',*,*,#4892,.F.); +#1491=ORIENTED_EDGE('',*,*,#4712,.T.); +#1492=ORIENTED_EDGE('',*,*,#3989,.F.); +#1493=ORIENTED_EDGE('',*,*,#4713,.T.); +#1494=ORIENTED_EDGE('',*,*,#3988,.F.); +#1495=ORIENTED_EDGE('',*,*,#3990,.F.); +#1496=ORIENTED_EDGE('',*,*,#3987,.F.); +#1497=ORIENTED_EDGE('',*,*,#3994,.T.); +#1498=ORIENTED_EDGE('',*,*,#4891,.F.); +#1499=ORIENTED_EDGE('',*,*,#4710,.T.); +#1500=ORIENTED_EDGE('',*,*,#3993,.F.); +#1501=ORIENTED_EDGE('',*,*,#4711,.T.); +#1502=ORIENTED_EDGE('',*,*,#3992,.F.); +#1503=ORIENTED_EDGE('',*,*,#3994,.F.); +#1504=ORIENTED_EDGE('',*,*,#3991,.F.); +#1505=ORIENTED_EDGE('',*,*,#3997,.T.); +#1506=ORIENTED_EDGE('',*,*,#4708,.F.); +#1507=ORIENTED_EDGE('',*,*,#4890,.T.); +#1508=ORIENTED_EDGE('',*,*,#3998,.F.); +#1509=ORIENTED_EDGE('',*,*,#3995,.T.); +#1510=ORIENTED_EDGE('',*,*,#3998,.T.); +#1511=ORIENTED_EDGE('',*,*,#3996,.T.); +#1512=ORIENTED_EDGE('',*,*,#4709,.F.); +#1513=ORIENTED_EDGE('',*,*,#4001,.T.); +#1514=ORIENTED_EDGE('',*,*,#4706,.F.); +#1515=ORIENTED_EDGE('',*,*,#4889,.T.); +#1516=ORIENTED_EDGE('',*,*,#4002,.F.); +#1517=ORIENTED_EDGE('',*,*,#3999,.T.); +#1518=ORIENTED_EDGE('',*,*,#4002,.T.); +#1519=ORIENTED_EDGE('',*,*,#4000,.T.); +#1520=ORIENTED_EDGE('',*,*,#4707,.F.); +#1521=ORIENTED_EDGE('',*,*,#4006,.T.); +#1522=ORIENTED_EDGE('',*,*,#4888,.F.); +#1523=ORIENTED_EDGE('',*,*,#4704,.T.); +#1524=ORIENTED_EDGE('',*,*,#4005,.F.); +#1525=ORIENTED_EDGE('',*,*,#4705,.T.); +#1526=ORIENTED_EDGE('',*,*,#4004,.F.); +#1527=ORIENTED_EDGE('',*,*,#4006,.F.); +#1528=ORIENTED_EDGE('',*,*,#4003,.F.); +#1529=ORIENTED_EDGE('',*,*,#4010,.T.); +#1530=ORIENTED_EDGE('',*,*,#4887,.F.); +#1531=ORIENTED_EDGE('',*,*,#4702,.T.); +#1532=ORIENTED_EDGE('',*,*,#4009,.F.); +#1533=ORIENTED_EDGE('',*,*,#4703,.T.); +#1534=ORIENTED_EDGE('',*,*,#4008,.F.); +#1535=ORIENTED_EDGE('',*,*,#4010,.F.); +#1536=ORIENTED_EDGE('',*,*,#4007,.F.); +#1537=ORIENTED_EDGE('',*,*,#4013,.T.); +#1538=ORIENTED_EDGE('',*,*,#4700,.F.); +#1539=ORIENTED_EDGE('',*,*,#4886,.T.); +#1540=ORIENTED_EDGE('',*,*,#4014,.F.); +#1541=ORIENTED_EDGE('',*,*,#4011,.T.); +#1542=ORIENTED_EDGE('',*,*,#4014,.T.); +#1543=ORIENTED_EDGE('',*,*,#4012,.T.); +#1544=ORIENTED_EDGE('',*,*,#4701,.F.); +#1545=ORIENTED_EDGE('',*,*,#4018,.T.); +#1546=ORIENTED_EDGE('',*,*,#4885,.F.); +#1547=ORIENTED_EDGE('',*,*,#4698,.T.); +#1548=ORIENTED_EDGE('',*,*,#4017,.F.); +#1549=ORIENTED_EDGE('',*,*,#4699,.T.); +#1550=ORIENTED_EDGE('',*,*,#4016,.F.); +#1551=ORIENTED_EDGE('',*,*,#4018,.F.); +#1552=ORIENTED_EDGE('',*,*,#4015,.F.); +#1553=ORIENTED_EDGE('',*,*,#4021,.T.); +#1554=ORIENTED_EDGE('',*,*,#4696,.F.); +#1555=ORIENTED_EDGE('',*,*,#4884,.T.); +#1556=ORIENTED_EDGE('',*,*,#4022,.F.); +#1557=ORIENTED_EDGE('',*,*,#4019,.T.); +#1558=ORIENTED_EDGE('',*,*,#4022,.T.); +#1559=ORIENTED_EDGE('',*,*,#4020,.T.); +#1560=ORIENTED_EDGE('',*,*,#4697,.F.); +#1561=ORIENTED_EDGE('',*,*,#4025,.T.); +#1562=ORIENTED_EDGE('',*,*,#4694,.F.); +#1563=ORIENTED_EDGE('',*,*,#4883,.T.); +#1564=ORIENTED_EDGE('',*,*,#4026,.F.); +#1565=ORIENTED_EDGE('',*,*,#4023,.T.); +#1566=ORIENTED_EDGE('',*,*,#4026,.T.); +#1567=ORIENTED_EDGE('',*,*,#4024,.T.); +#1568=ORIENTED_EDGE('',*,*,#4695,.F.); +#1569=ORIENTED_EDGE('',*,*,#4030,.T.); +#1570=ORIENTED_EDGE('',*,*,#4882,.F.); +#1571=ORIENTED_EDGE('',*,*,#4692,.T.); +#1572=ORIENTED_EDGE('',*,*,#4029,.F.); +#1573=ORIENTED_EDGE('',*,*,#4693,.T.); +#1574=ORIENTED_EDGE('',*,*,#4028,.F.); +#1575=ORIENTED_EDGE('',*,*,#4030,.F.); +#1576=ORIENTED_EDGE('',*,*,#4027,.F.); +#1577=ORIENTED_EDGE('',*,*,#4033,.T.); +#1578=ORIENTED_EDGE('',*,*,#4880,.F.); +#1579=ORIENTED_EDGE('',*,*,#4690,.T.); +#1580=ORIENTED_EDGE('',*,*,#4032,.F.); +#1581=ORIENTED_EDGE('',*,*,#4691,.T.); +#1582=ORIENTED_EDGE('',*,*,#4881,.F.); +#1583=ORIENTED_EDGE('',*,*,#4033,.F.); +#1584=ORIENTED_EDGE('',*,*,#4031,.F.); +#1585=ORIENTED_EDGE('',*,*,#4036,.T.); +#1586=ORIENTED_EDGE('',*,*,#4688,.F.); +#1587=ORIENTED_EDGE('',*,*,#4879,.T.); +#1588=ORIENTED_EDGE('',*,*,#4037,.F.); +#1589=ORIENTED_EDGE('',*,*,#4034,.T.); +#1590=ORIENTED_EDGE('',*,*,#4037,.T.); +#1591=ORIENTED_EDGE('',*,*,#4035,.T.); +#1592=ORIENTED_EDGE('',*,*,#4689,.F.); +#1593=ORIENTED_EDGE('',*,*,#4039,.T.); +#1594=ORIENTED_EDGE('',*,*,#4686,.F.); +#1595=ORIENTED_EDGE('',*,*,#4877,.T.); +#1596=ORIENTED_EDGE('',*,*,#4040,.F.); +#1597=ORIENTED_EDGE('',*,*,#4038,.T.); +#1598=ORIENTED_EDGE('',*,*,#4040,.T.); +#1599=ORIENTED_EDGE('',*,*,#4878,.T.); +#1600=ORIENTED_EDGE('',*,*,#4687,.F.); +#1601=ORIENTED_EDGE('',*,*,#4044,.T.); +#1602=ORIENTED_EDGE('',*,*,#4876,.F.); +#1603=ORIENTED_EDGE('',*,*,#4684,.T.); +#1604=ORIENTED_EDGE('',*,*,#4043,.F.); +#1605=ORIENTED_EDGE('',*,*,#4685,.T.); +#1606=ORIENTED_EDGE('',*,*,#4042,.F.); +#1607=ORIENTED_EDGE('',*,*,#4044,.F.); +#1608=ORIENTED_EDGE('',*,*,#4041,.F.); +#1609=ORIENTED_EDGE('',*,*,#4047,.T.); +#1610=ORIENTED_EDGE('',*,*,#4682,.F.); +#1611=ORIENTED_EDGE('',*,*,#4875,.T.); +#1612=ORIENTED_EDGE('',*,*,#4048,.F.); +#1613=ORIENTED_EDGE('',*,*,#4045,.T.); +#1614=ORIENTED_EDGE('',*,*,#4048,.T.); +#1615=ORIENTED_EDGE('',*,*,#4046,.T.); +#1616=ORIENTED_EDGE('',*,*,#4683,.F.); +#1617=ORIENTED_EDGE('',*,*,#4052,.T.); +#1618=ORIENTED_EDGE('',*,*,#4874,.F.); +#1619=ORIENTED_EDGE('',*,*,#4680,.T.); +#1620=ORIENTED_EDGE('',*,*,#4051,.F.); +#1621=ORIENTED_EDGE('',*,*,#4681,.T.); +#1622=ORIENTED_EDGE('',*,*,#4050,.F.); +#1623=ORIENTED_EDGE('',*,*,#4052,.F.); +#1624=ORIENTED_EDGE('',*,*,#4049,.F.); +#1625=ORIENTED_EDGE('',*,*,#4056,.T.); +#1626=ORIENTED_EDGE('',*,*,#4873,.F.); +#1627=ORIENTED_EDGE('',*,*,#4678,.T.); +#1628=ORIENTED_EDGE('',*,*,#4055,.F.); +#1629=ORIENTED_EDGE('',*,*,#4679,.T.); +#1630=ORIENTED_EDGE('',*,*,#4054,.F.); +#1631=ORIENTED_EDGE('',*,*,#4056,.F.); +#1632=ORIENTED_EDGE('',*,*,#4053,.F.); +#1633=ORIENTED_EDGE('',*,*,#4059,.T.); +#1634=ORIENTED_EDGE('',*,*,#4676,.F.); +#1635=ORIENTED_EDGE('',*,*,#4872,.T.); +#1636=ORIENTED_EDGE('',*,*,#4060,.F.); +#1637=ORIENTED_EDGE('',*,*,#4057,.T.); +#1638=ORIENTED_EDGE('',*,*,#4060,.T.); +#1639=ORIENTED_EDGE('',*,*,#4058,.T.); +#1640=ORIENTED_EDGE('',*,*,#4677,.F.); +#1641=ORIENTED_EDGE('',*,*,#4063,.T.); +#1642=ORIENTED_EDGE('',*,*,#4674,.F.); +#1643=ORIENTED_EDGE('',*,*,#4871,.T.); +#1644=ORIENTED_EDGE('',*,*,#4064,.F.); +#1645=ORIENTED_EDGE('',*,*,#4061,.T.); +#1646=ORIENTED_EDGE('',*,*,#4064,.T.); +#1647=ORIENTED_EDGE('',*,*,#4062,.T.); +#1648=ORIENTED_EDGE('',*,*,#4675,.F.); +#1649=ORIENTED_EDGE('',*,*,#4067,.T.); +#1650=ORIENTED_EDGE('',*,*,#4869,.F.); +#1651=ORIENTED_EDGE('',*,*,#4672,.T.); +#1652=ORIENTED_EDGE('',*,*,#4066,.F.); +#1653=ORIENTED_EDGE('',*,*,#4673,.T.); +#1654=ORIENTED_EDGE('',*,*,#4870,.F.); +#1655=ORIENTED_EDGE('',*,*,#4067,.F.); +#1656=ORIENTED_EDGE('',*,*,#4065,.F.); +#1657=ORIENTED_EDGE('',*,*,#4071,.T.); +#1658=ORIENTED_EDGE('',*,*,#4868,.F.); +#1659=ORIENTED_EDGE('',*,*,#4670,.T.); +#1660=ORIENTED_EDGE('',*,*,#4070,.F.); +#1661=ORIENTED_EDGE('',*,*,#4671,.T.); +#1662=ORIENTED_EDGE('',*,*,#4069,.F.); +#1663=ORIENTED_EDGE('',*,*,#4071,.F.); +#1664=ORIENTED_EDGE('',*,*,#4068,.F.); +#1665=ORIENTED_EDGE('',*,*,#4074,.T.); +#1666=ORIENTED_EDGE('',*,*,#4668,.F.); +#1667=ORIENTED_EDGE('',*,*,#4075,.T.); +#1668=ORIENTED_EDGE('',*,*,#4076,.F.); +#1669=ORIENTED_EDGE('',*,*,#4072,.T.); +#1670=ORIENTED_EDGE('',*,*,#4076,.T.); +#1671=ORIENTED_EDGE('',*,*,#4073,.T.); +#1672=ORIENTED_EDGE('',*,*,#4669,.F.); +#1673=ORIENTED_EDGE('',*,*,#4080,.T.); +#1674=ORIENTED_EDGE('',*,*,#4867,.F.); +#1675=ORIENTED_EDGE('',*,*,#4666,.T.); +#1676=ORIENTED_EDGE('',*,*,#4079,.F.); +#1677=ORIENTED_EDGE('',*,*,#4667,.T.); +#1678=ORIENTED_EDGE('',*,*,#4078,.F.); +#1679=ORIENTED_EDGE('',*,*,#4080,.F.); +#1680=ORIENTED_EDGE('',*,*,#4077,.F.); +#1681=ORIENTED_EDGE('',*,*,#4082,.T.); +#1682=ORIENTED_EDGE('',*,*,#4664,.F.); +#1683=ORIENTED_EDGE('',*,*,#4865,.T.); +#1684=ORIENTED_EDGE('',*,*,#4083,.F.); +#1685=ORIENTED_EDGE('',*,*,#4081,.T.); +#1686=ORIENTED_EDGE('',*,*,#4083,.T.); +#1687=ORIENTED_EDGE('',*,*,#4866,.T.); +#1688=ORIENTED_EDGE('',*,*,#4665,.F.); +#1689=ORIENTED_EDGE('',*,*,#4086,.T.); +#1690=ORIENTED_EDGE('',*,*,#4662,.F.); +#1691=ORIENTED_EDGE('',*,*,#4087,.T.); +#1692=ORIENTED_EDGE('',*,*,#4088,.F.); +#1693=ORIENTED_EDGE('',*,*,#4084,.T.); +#1694=ORIENTED_EDGE('',*,*,#4088,.T.); +#1695=ORIENTED_EDGE('',*,*,#4085,.T.); +#1696=ORIENTED_EDGE('',*,*,#4663,.F.); +#1697=ORIENTED_EDGE('',*,*,#4092,.T.); +#1698=ORIENTED_EDGE('',*,*,#4864,.F.); +#1699=ORIENTED_EDGE('',*,*,#4660,.T.); +#1700=ORIENTED_EDGE('',*,*,#4091,.F.); +#1701=ORIENTED_EDGE('',*,*,#4661,.T.); +#1702=ORIENTED_EDGE('',*,*,#4090,.F.); +#1703=ORIENTED_EDGE('',*,*,#4092,.F.); +#1704=ORIENTED_EDGE('',*,*,#4089,.F.); +#1705=ORIENTED_EDGE('',*,*,#4094,.T.); +#1706=ORIENTED_EDGE('',*,*,#4658,.F.); +#1707=ORIENTED_EDGE('',*,*,#4862,.T.); +#1708=ORIENTED_EDGE('',*,*,#4095,.F.); +#1709=ORIENTED_EDGE('',*,*,#4093,.T.); +#1710=ORIENTED_EDGE('',*,*,#4095,.T.); +#1711=ORIENTED_EDGE('',*,*,#4863,.T.); +#1712=ORIENTED_EDGE('',*,*,#4659,.F.); +#1713=ORIENTED_EDGE('',*,*,#4099,.T.); +#1714=ORIENTED_EDGE('',*,*,#4861,.F.); +#1715=ORIENTED_EDGE('',*,*,#4656,.T.); +#1716=ORIENTED_EDGE('',*,*,#4098,.F.); +#1717=ORIENTED_EDGE('',*,*,#4657,.T.); +#1718=ORIENTED_EDGE('',*,*,#4097,.F.); +#1719=ORIENTED_EDGE('',*,*,#4099,.F.); +#1720=ORIENTED_EDGE('',*,*,#4096,.F.); +#1721=ORIENTED_EDGE('',*,*,#4102,.T.); +#1722=ORIENTED_EDGE('',*,*,#4859,.F.); +#1723=ORIENTED_EDGE('',*,*,#4654,.T.); +#1724=ORIENTED_EDGE('',*,*,#4101,.F.); +#1725=ORIENTED_EDGE('',*,*,#4655,.T.); +#1726=ORIENTED_EDGE('',*,*,#4860,.F.); +#1727=ORIENTED_EDGE('',*,*,#4102,.F.); +#1728=ORIENTED_EDGE('',*,*,#4100,.F.); +#1729=ORIENTED_EDGE('',*,*,#4104,.T.); +#1730=ORIENTED_EDGE('',*,*,#4652,.F.); +#1731=ORIENTED_EDGE('',*,*,#4857,.T.); +#1732=ORIENTED_EDGE('',*,*,#4105,.F.); +#1733=ORIENTED_EDGE('',*,*,#4103,.T.); +#1734=ORIENTED_EDGE('',*,*,#4105,.T.); +#1735=ORIENTED_EDGE('',*,*,#4858,.T.); +#1736=ORIENTED_EDGE('',*,*,#4653,.F.); +#1737=ORIENTED_EDGE('',*,*,#4108,.T.); +#1738=ORIENTED_EDGE('',*,*,#4855,.F.); +#1739=ORIENTED_EDGE('',*,*,#4650,.T.); +#1740=ORIENTED_EDGE('',*,*,#4107,.F.); +#1741=ORIENTED_EDGE('',*,*,#4651,.T.); +#1742=ORIENTED_EDGE('',*,*,#4856,.F.); +#1743=ORIENTED_EDGE('',*,*,#4108,.F.); +#1744=ORIENTED_EDGE('',*,*,#4106,.F.); +#1745=ORIENTED_EDGE('',*,*,#4111,.T.); +#1746=ORIENTED_EDGE('',*,*,#4648,.F.); +#1747=ORIENTED_EDGE('',*,*,#4854,.T.); +#1748=ORIENTED_EDGE('',*,*,#4112,.F.); +#1749=ORIENTED_EDGE('',*,*,#4109,.T.); +#1750=ORIENTED_EDGE('',*,*,#4112,.T.); +#1751=ORIENTED_EDGE('',*,*,#4110,.T.); +#1752=ORIENTED_EDGE('',*,*,#4649,.F.); +#1753=ORIENTED_EDGE('',*,*,#4115,.T.); +#1754=ORIENTED_EDGE('',*,*,#4646,.F.); +#1755=ORIENTED_EDGE('',*,*,#4853,.T.); +#1756=ORIENTED_EDGE('',*,*,#4116,.F.); +#1757=ORIENTED_EDGE('',*,*,#4113,.T.); +#1758=ORIENTED_EDGE('',*,*,#4116,.T.); +#1759=ORIENTED_EDGE('',*,*,#4114,.T.); +#1760=ORIENTED_EDGE('',*,*,#4647,.F.); +#1761=ORIENTED_EDGE('',*,*,#4120,.T.); +#1762=ORIENTED_EDGE('',*,*,#4852,.F.); +#1763=ORIENTED_EDGE('',*,*,#4644,.T.); +#1764=ORIENTED_EDGE('',*,*,#4119,.F.); +#1765=ORIENTED_EDGE('',*,*,#4645,.T.); +#1766=ORIENTED_EDGE('',*,*,#4118,.F.); +#1767=ORIENTED_EDGE('',*,*,#4120,.F.); +#1768=ORIENTED_EDGE('',*,*,#4117,.F.); +#1769=ORIENTED_EDGE('',*,*,#4124,.T.); +#1770=ORIENTED_EDGE('',*,*,#4851,.F.); +#1771=ORIENTED_EDGE('',*,*,#4642,.T.); +#1772=ORIENTED_EDGE('',*,*,#4123,.F.); +#1773=ORIENTED_EDGE('',*,*,#4643,.T.); +#1774=ORIENTED_EDGE('',*,*,#4122,.F.); +#1775=ORIENTED_EDGE('',*,*,#4124,.F.); +#1776=ORIENTED_EDGE('',*,*,#4121,.F.); +#1777=ORIENTED_EDGE('',*,*,#4126,.T.); +#1778=ORIENTED_EDGE('',*,*,#4640,.F.); +#1779=ORIENTED_EDGE('',*,*,#4127,.T.); +#1780=ORIENTED_EDGE('',*,*,#4128,.F.); +#1781=ORIENTED_EDGE('',*,*,#4125,.T.); +#1782=ORIENTED_EDGE('',*,*,#4128,.T.); +#1783=ORIENTED_EDGE('',*,*,#4850,.T.); +#1784=ORIENTED_EDGE('',*,*,#4641,.F.); +#1785=ORIENTED_EDGE('',*,*,#4130,.T.); +#1786=ORIENTED_EDGE('',*,*,#4638,.F.); +#1787=ORIENTED_EDGE('',*,*,#4848,.T.); +#1788=ORIENTED_EDGE('',*,*,#4131,.F.); +#1789=ORIENTED_EDGE('',*,*,#4129,.T.); +#1790=ORIENTED_EDGE('',*,*,#4131,.T.); +#1791=ORIENTED_EDGE('',*,*,#4849,.T.); +#1792=ORIENTED_EDGE('',*,*,#4639,.F.); +#1793=ORIENTED_EDGE('',*,*,#4134,.T.); +#1794=ORIENTED_EDGE('',*,*,#4846,.F.); +#1795=ORIENTED_EDGE('',*,*,#4636,.T.); +#1796=ORIENTED_EDGE('',*,*,#4133,.F.); +#1797=ORIENTED_EDGE('',*,*,#4637,.T.); +#1798=ORIENTED_EDGE('',*,*,#4847,.F.); +#1799=ORIENTED_EDGE('',*,*,#4134,.F.); +#1800=ORIENTED_EDGE('',*,*,#4132,.F.); +#1801=ORIENTED_EDGE('',*,*,#4137,.T.); +#1802=ORIENTED_EDGE('',*,*,#4634,.F.); +#1803=ORIENTED_EDGE('',*,*,#4845,.T.); +#1804=ORIENTED_EDGE('',*,*,#4138,.F.); +#1805=ORIENTED_EDGE('',*,*,#4135,.T.); +#1806=ORIENTED_EDGE('',*,*,#4138,.T.); +#1807=ORIENTED_EDGE('',*,*,#4136,.T.); +#1808=ORIENTED_EDGE('',*,*,#4635,.F.); +#1809=ORIENTED_EDGE('',*,*,#4142,.T.); +#1810=ORIENTED_EDGE('',*,*,#4844,.F.); +#1811=ORIENTED_EDGE('',*,*,#4632,.T.); +#1812=ORIENTED_EDGE('',*,*,#4141,.F.); +#1813=ORIENTED_EDGE('',*,*,#4633,.T.); +#1814=ORIENTED_EDGE('',*,*,#4140,.F.); +#1815=ORIENTED_EDGE('',*,*,#4142,.F.); +#1816=ORIENTED_EDGE('',*,*,#4139,.F.); +#1817=ORIENTED_EDGE('',*,*,#4147,.T.); +#1818=ORIENTED_EDGE('',*,*,#4146,.F.); +#1819=ORIENTED_EDGE('',*,*,#4630,.T.); +#1820=ORIENTED_EDGE('',*,*,#4145,.F.); +#1821=ORIENTED_EDGE('',*,*,#4631,.T.); +#1822=ORIENTED_EDGE('',*,*,#4144,.F.); +#1823=ORIENTED_EDGE('',*,*,#4147,.F.); +#1824=ORIENTED_EDGE('',*,*,#4143,.F.); +#1825=ORIENTED_EDGE('',*,*,#4149,.T.); +#1826=ORIENTED_EDGE('',*,*,#4628,.F.); +#1827=ORIENTED_EDGE('',*,*,#4842,.T.); +#1828=ORIENTED_EDGE('',*,*,#4150,.F.); +#1829=ORIENTED_EDGE('',*,*,#4148,.T.); +#1830=ORIENTED_EDGE('',*,*,#4150,.T.); +#1831=ORIENTED_EDGE('',*,*,#4843,.T.); +#1832=ORIENTED_EDGE('',*,*,#4629,.F.); +#1833=ORIENTED_EDGE('',*,*,#4153,.T.); +#1834=ORIENTED_EDGE('',*,*,#4840,.F.); +#1835=ORIENTED_EDGE('',*,*,#4626,.T.); +#1836=ORIENTED_EDGE('',*,*,#4152,.F.); +#1837=ORIENTED_EDGE('',*,*,#4627,.T.); +#1838=ORIENTED_EDGE('',*,*,#4841,.F.); +#1839=ORIENTED_EDGE('',*,*,#4153,.F.); +#1840=ORIENTED_EDGE('',*,*,#4151,.F.); +#1841=ORIENTED_EDGE('',*,*,#4156,.T.); +#1842=ORIENTED_EDGE('',*,*,#4624,.F.); +#1843=ORIENTED_EDGE('',*,*,#4839,.T.); +#1844=ORIENTED_EDGE('',*,*,#4157,.F.); +#1845=ORIENTED_EDGE('',*,*,#4154,.T.); +#1846=ORIENTED_EDGE('',*,*,#4157,.T.); +#1847=ORIENTED_EDGE('',*,*,#4155,.T.); +#1848=ORIENTED_EDGE('',*,*,#4625,.F.); +#1849=ORIENTED_EDGE('',*,*,#4160,.T.); +#1850=ORIENTED_EDGE('',*,*,#4622,.F.); +#1851=ORIENTED_EDGE('',*,*,#4161,.T.); +#1852=ORIENTED_EDGE('',*,*,#4162,.F.); +#1853=ORIENTED_EDGE('',*,*,#4158,.T.); +#1854=ORIENTED_EDGE('',*,*,#4162,.T.); +#1855=ORIENTED_EDGE('',*,*,#4159,.T.); +#1856=ORIENTED_EDGE('',*,*,#4623,.F.); +#1857=ORIENTED_EDGE('',*,*,#4166,.T.); +#1858=ORIENTED_EDGE('',*,*,#4838,.F.); +#1859=ORIENTED_EDGE('',*,*,#4620,.T.); +#1860=ORIENTED_EDGE('',*,*,#4165,.F.); +#1861=ORIENTED_EDGE('',*,*,#4621,.T.); +#1862=ORIENTED_EDGE('',*,*,#4164,.F.); +#1863=ORIENTED_EDGE('',*,*,#4166,.F.); +#1864=ORIENTED_EDGE('',*,*,#4163,.F.); +#1865=ORIENTED_EDGE('',*,*,#4169,.T.); +#1866=ORIENTED_EDGE('',*,*,#4618,.F.); +#1867=ORIENTED_EDGE('',*,*,#4837,.T.); +#1868=ORIENTED_EDGE('',*,*,#4170,.F.); +#1869=ORIENTED_EDGE('',*,*,#4167,.T.); +#1870=ORIENTED_EDGE('',*,*,#4170,.T.); +#1871=ORIENTED_EDGE('',*,*,#4168,.T.); +#1872=ORIENTED_EDGE('',*,*,#4619,.F.); +#1873=ORIENTED_EDGE('',*,*,#4174,.T.); +#1874=ORIENTED_EDGE('',*,*,#4836,.F.); +#1875=ORIENTED_EDGE('',*,*,#4616,.T.); +#1876=ORIENTED_EDGE('',*,*,#4173,.F.); +#1877=ORIENTED_EDGE('',*,*,#4617,.T.); +#1878=ORIENTED_EDGE('',*,*,#4172,.F.); +#1879=ORIENTED_EDGE('',*,*,#4174,.F.); +#1880=ORIENTED_EDGE('',*,*,#4171,.F.); +#1881=ORIENTED_EDGE('',*,*,#4178,.T.); +#1882=ORIENTED_EDGE('',*,*,#4835,.F.); +#1883=ORIENTED_EDGE('',*,*,#4614,.T.); +#1884=ORIENTED_EDGE('',*,*,#4177,.F.); +#1885=ORIENTED_EDGE('',*,*,#4615,.T.); +#1886=ORIENTED_EDGE('',*,*,#4176,.F.); +#1887=ORIENTED_EDGE('',*,*,#4178,.F.); +#1888=ORIENTED_EDGE('',*,*,#4175,.F.); +#1889=ORIENTED_EDGE('',*,*,#4181,.T.); +#1890=ORIENTED_EDGE('',*,*,#4612,.F.); +#1891=ORIENTED_EDGE('',*,*,#4834,.T.); +#1892=ORIENTED_EDGE('',*,*,#4182,.F.); +#1893=ORIENTED_EDGE('',*,*,#4179,.T.); +#1894=ORIENTED_EDGE('',*,*,#4182,.T.); +#1895=ORIENTED_EDGE('',*,*,#4180,.T.); +#1896=ORIENTED_EDGE('',*,*,#4613,.F.); +#1897=ORIENTED_EDGE('',*,*,#4185,.T.); +#1898=ORIENTED_EDGE('',*,*,#4610,.F.); +#1899=ORIENTED_EDGE('',*,*,#4833,.T.); +#1900=ORIENTED_EDGE('',*,*,#4186,.F.); +#1901=ORIENTED_EDGE('',*,*,#4183,.T.); +#1902=ORIENTED_EDGE('',*,*,#4186,.T.); +#1903=ORIENTED_EDGE('',*,*,#4184,.T.); +#1904=ORIENTED_EDGE('',*,*,#4611,.F.); +#1905=ORIENTED_EDGE('',*,*,#4189,.T.); +#1906=ORIENTED_EDGE('',*,*,#4831,.F.); +#1907=ORIENTED_EDGE('',*,*,#4608,.T.); +#1908=ORIENTED_EDGE('',*,*,#4188,.F.); +#1909=ORIENTED_EDGE('',*,*,#4609,.T.); +#1910=ORIENTED_EDGE('',*,*,#4832,.F.); +#1911=ORIENTED_EDGE('',*,*,#4189,.F.); +#1912=ORIENTED_EDGE('',*,*,#4187,.F.); +#1913=ORIENTED_EDGE('',*,*,#4192,.T.); +#1914=ORIENTED_EDGE('',*,*,#4829,.F.); +#1915=ORIENTED_EDGE('',*,*,#4606,.T.); +#1916=ORIENTED_EDGE('',*,*,#4191,.F.); +#1917=ORIENTED_EDGE('',*,*,#4607,.T.); +#1918=ORIENTED_EDGE('',*,*,#4830,.F.); +#1919=ORIENTED_EDGE('',*,*,#4192,.F.); +#1920=ORIENTED_EDGE('',*,*,#4190,.F.); +#1921=ORIENTED_EDGE('',*,*,#4194,.T.); +#1922=ORIENTED_EDGE('',*,*,#4604,.F.); +#1923=ORIENTED_EDGE('',*,*,#4827,.T.); +#1924=ORIENTED_EDGE('',*,*,#4195,.F.); +#1925=ORIENTED_EDGE('',*,*,#4193,.T.); +#1926=ORIENTED_EDGE('',*,*,#4195,.T.); +#1927=ORIENTED_EDGE('',*,*,#4828,.T.); +#1928=ORIENTED_EDGE('',*,*,#4605,.F.); +#1929=ORIENTED_EDGE('',*,*,#4199,.T.); +#1930=ORIENTED_EDGE('',*,*,#4198,.F.); +#1931=ORIENTED_EDGE('',*,*,#4602,.T.); +#1932=ORIENTED_EDGE('',*,*,#4197,.F.); +#1933=ORIENTED_EDGE('',*,*,#4603,.T.); +#1934=ORIENTED_EDGE('',*,*,#4826,.F.); +#1935=ORIENTED_EDGE('',*,*,#4199,.F.); +#1936=ORIENTED_EDGE('',*,*,#4196,.F.); +#1937=ORIENTED_EDGE('',*,*,#4201,.T.); +#1938=ORIENTED_EDGE('',*,*,#4600,.F.); +#1939=ORIENTED_EDGE('',*,*,#4824,.T.); +#1940=ORIENTED_EDGE('',*,*,#4202,.F.); +#1941=ORIENTED_EDGE('',*,*,#4200,.T.); +#1942=ORIENTED_EDGE('',*,*,#4202,.T.); +#1943=ORIENTED_EDGE('',*,*,#4825,.T.); +#1944=ORIENTED_EDGE('',*,*,#4601,.F.); +#1945=ORIENTED_EDGE('',*,*,#4205,.T.); +#1946=ORIENTED_EDGE('',*,*,#4598,.F.); +#1947=ORIENTED_EDGE('',*,*,#4823,.T.); +#1948=ORIENTED_EDGE('',*,*,#4206,.F.); +#1949=ORIENTED_EDGE('',*,*,#4203,.T.); +#1950=ORIENTED_EDGE('',*,*,#4206,.T.); +#1951=ORIENTED_EDGE('',*,*,#4204,.T.); +#1952=ORIENTED_EDGE('',*,*,#4599,.F.); +#1953=ORIENTED_EDGE('',*,*,#4210,.T.); +#1954=ORIENTED_EDGE('',*,*,#4822,.F.); +#1955=ORIENTED_EDGE('',*,*,#4596,.T.); +#1956=ORIENTED_EDGE('',*,*,#4209,.F.); +#1957=ORIENTED_EDGE('',*,*,#4597,.T.); +#1958=ORIENTED_EDGE('',*,*,#4208,.F.); +#1959=ORIENTED_EDGE('',*,*,#4210,.F.); +#1960=ORIENTED_EDGE('',*,*,#4207,.F.); +#1961=ORIENTED_EDGE('',*,*,#4212,.T.); +#1962=ORIENTED_EDGE('',*,*,#4594,.F.); +#1963=ORIENTED_EDGE('',*,*,#4820,.T.); +#1964=ORIENTED_EDGE('',*,*,#4213,.F.); +#1965=ORIENTED_EDGE('',*,*,#4211,.T.); +#1966=ORIENTED_EDGE('',*,*,#4213,.T.); +#1967=ORIENTED_EDGE('',*,*,#4821,.T.); +#1968=ORIENTED_EDGE('',*,*,#4595,.F.); +#1969=ORIENTED_EDGE('',*,*,#4217,.T.); +#1970=ORIENTED_EDGE('',*,*,#4819,.F.); +#1971=ORIENTED_EDGE('',*,*,#4592,.T.); +#1972=ORIENTED_EDGE('',*,*,#4216,.F.); +#1973=ORIENTED_EDGE('',*,*,#4593,.T.); +#1974=ORIENTED_EDGE('',*,*,#4215,.F.); +#1975=ORIENTED_EDGE('',*,*,#4217,.F.); +#1976=ORIENTED_EDGE('',*,*,#4214,.F.); +#1977=ORIENTED_EDGE('',*,*,#4220,.T.); +#1978=ORIENTED_EDGE('',*,*,#4817,.F.); +#1979=ORIENTED_EDGE('',*,*,#4590,.T.); +#1980=ORIENTED_EDGE('',*,*,#4219,.F.); +#1981=ORIENTED_EDGE('',*,*,#4591,.T.); +#1982=ORIENTED_EDGE('',*,*,#4818,.F.); +#1983=ORIENTED_EDGE('',*,*,#4220,.F.); +#1984=ORIENTED_EDGE('',*,*,#4218,.F.); +#1985=ORIENTED_EDGE('',*,*,#4223,.T.); +#1986=ORIENTED_EDGE('',*,*,#4588,.F.); +#1987=ORIENTED_EDGE('',*,*,#4816,.T.); +#1988=ORIENTED_EDGE('',*,*,#4224,.F.); +#1989=ORIENTED_EDGE('',*,*,#4221,.T.); +#1990=ORIENTED_EDGE('',*,*,#4224,.T.); +#1991=ORIENTED_EDGE('',*,*,#4222,.T.); +#1992=ORIENTED_EDGE('',*,*,#4589,.F.); +#1993=ORIENTED_EDGE('',*,*,#4227,.T.); +#1994=ORIENTED_EDGE('',*,*,#4814,.F.); +#1995=ORIENTED_EDGE('',*,*,#4586,.T.); +#1996=ORIENTED_EDGE('',*,*,#4226,.F.); +#1997=ORIENTED_EDGE('',*,*,#4587,.T.); +#1998=ORIENTED_EDGE('',*,*,#4815,.F.); +#1999=ORIENTED_EDGE('',*,*,#4227,.F.); +#2000=ORIENTED_EDGE('',*,*,#4225,.F.); +#2001=ORIENTED_EDGE('',*,*,#4230,.T.); +#2002=ORIENTED_EDGE('',*,*,#4584,.F.); +#2003=ORIENTED_EDGE('',*,*,#4813,.T.); +#2004=ORIENTED_EDGE('',*,*,#4231,.F.); +#2005=ORIENTED_EDGE('',*,*,#4228,.T.); +#2006=ORIENTED_EDGE('',*,*,#4231,.T.); +#2007=ORIENTED_EDGE('',*,*,#4229,.T.); +#2008=ORIENTED_EDGE('',*,*,#4585,.F.); +#2009=ORIENTED_EDGE('',*,*,#4233,.T.); +#2010=ORIENTED_EDGE('',*,*,#4582,.F.); +#2011=ORIENTED_EDGE('',*,*,#4811,.T.); +#2012=ORIENTED_EDGE('',*,*,#4234,.F.); +#2013=ORIENTED_EDGE('',*,*,#4232,.T.); +#2014=ORIENTED_EDGE('',*,*,#4234,.T.); +#2015=ORIENTED_EDGE('',*,*,#4812,.T.); +#2016=ORIENTED_EDGE('',*,*,#4583,.F.); +#2017=ORIENTED_EDGE('',*,*,#4238,.T.); +#2018=ORIENTED_EDGE('',*,*,#4810,.F.); +#2019=ORIENTED_EDGE('',*,*,#4580,.T.); +#2020=ORIENTED_EDGE('',*,*,#4237,.F.); +#2021=ORIENTED_EDGE('',*,*,#4581,.T.); +#2022=ORIENTED_EDGE('',*,*,#4236,.F.); +#2023=ORIENTED_EDGE('',*,*,#4238,.F.); +#2024=ORIENTED_EDGE('',*,*,#4235,.F.); +#2025=ORIENTED_EDGE('',*,*,#4242,.T.); +#2026=ORIENTED_EDGE('',*,*,#4809,.F.); +#2027=ORIENTED_EDGE('',*,*,#4578,.T.); +#2028=ORIENTED_EDGE('',*,*,#4241,.F.); +#2029=ORIENTED_EDGE('',*,*,#4579,.T.); +#2030=ORIENTED_EDGE('',*,*,#4240,.F.); +#2031=ORIENTED_EDGE('',*,*,#4242,.F.); +#2032=ORIENTED_EDGE('',*,*,#4239,.F.); +#2033=ORIENTED_EDGE('',*,*,#4245,.T.); +#2034=ORIENTED_EDGE('',*,*,#4576,.F.); +#2035=ORIENTED_EDGE('',*,*,#4808,.T.); +#2036=ORIENTED_EDGE('',*,*,#4246,.F.); +#2037=ORIENTED_EDGE('',*,*,#4243,.T.); +#2038=ORIENTED_EDGE('',*,*,#4246,.T.); +#2039=ORIENTED_EDGE('',*,*,#4244,.T.); +#2040=ORIENTED_EDGE('',*,*,#4577,.F.); +#2041=ORIENTED_EDGE('',*,*,#4249,.T.); +#2042=ORIENTED_EDGE('',*,*,#4574,.F.); +#2043=ORIENTED_EDGE('',*,*,#4807,.T.); +#2044=ORIENTED_EDGE('',*,*,#4250,.F.); +#2045=ORIENTED_EDGE('',*,*,#4247,.T.); +#2046=ORIENTED_EDGE('',*,*,#4250,.T.); +#2047=ORIENTED_EDGE('',*,*,#4248,.T.); +#2048=ORIENTED_EDGE('',*,*,#4575,.F.); +#2049=ORIENTED_EDGE('',*,*,#4254,.T.); +#2050=ORIENTED_EDGE('',*,*,#4806,.F.); +#2051=ORIENTED_EDGE('',*,*,#4572,.T.); +#2052=ORIENTED_EDGE('',*,*,#4253,.F.); +#2053=ORIENTED_EDGE('',*,*,#4573,.T.); +#2054=ORIENTED_EDGE('',*,*,#4252,.F.); +#2055=ORIENTED_EDGE('',*,*,#4254,.F.); +#2056=ORIENTED_EDGE('',*,*,#4251,.F.); +#2057=ORIENTED_EDGE('',*,*,#4257,.T.); +#2058=ORIENTED_EDGE('',*,*,#4570,.F.); +#2059=ORIENTED_EDGE('',*,*,#4258,.T.); +#2060=ORIENTED_EDGE('',*,*,#4259,.F.); +#2061=ORIENTED_EDGE('',*,*,#4255,.T.); +#2062=ORIENTED_EDGE('',*,*,#4259,.T.); +#2063=ORIENTED_EDGE('',*,*,#4256,.T.); +#2064=ORIENTED_EDGE('',*,*,#4571,.F.); +#2065=ORIENTED_EDGE('',*,*,#4263,.T.); +#2066=ORIENTED_EDGE('',*,*,#4805,.F.); +#2067=ORIENTED_EDGE('',*,*,#4568,.T.); +#2068=ORIENTED_EDGE('',*,*,#4262,.F.); +#2069=ORIENTED_EDGE('',*,*,#4569,.T.); +#2070=ORIENTED_EDGE('',*,*,#4261,.F.); +#2071=ORIENTED_EDGE('',*,*,#4263,.F.); +#2072=ORIENTED_EDGE('',*,*,#4260,.F.); +#2073=ORIENTED_EDGE('',*,*,#4267,.T.); +#2074=ORIENTED_EDGE('',*,*,#4804,.F.); +#2075=ORIENTED_EDGE('',*,*,#4566,.T.); +#2076=ORIENTED_EDGE('',*,*,#4266,.F.); +#2077=ORIENTED_EDGE('',*,*,#4567,.T.); +#2078=ORIENTED_EDGE('',*,*,#4265,.F.); +#2079=ORIENTED_EDGE('',*,*,#4267,.F.); +#2080=ORIENTED_EDGE('',*,*,#4264,.F.); +#2081=ORIENTED_EDGE('',*,*,#4270,.T.); +#2082=ORIENTED_EDGE('',*,*,#4564,.F.); +#2083=ORIENTED_EDGE('',*,*,#4803,.T.); +#2084=ORIENTED_EDGE('',*,*,#4271,.F.); +#2085=ORIENTED_EDGE('',*,*,#4268,.T.); +#2086=ORIENTED_EDGE('',*,*,#4271,.T.); +#2087=ORIENTED_EDGE('',*,*,#4269,.T.); +#2088=ORIENTED_EDGE('',*,*,#4565,.F.); +#2089=ORIENTED_EDGE('',*,*,#4273,.T.); +#2090=ORIENTED_EDGE('',*,*,#4562,.F.); +#2091=ORIENTED_EDGE('',*,*,#4801,.T.); +#2092=ORIENTED_EDGE('',*,*,#4274,.F.); +#2093=ORIENTED_EDGE('',*,*,#4272,.T.); +#2094=ORIENTED_EDGE('',*,*,#4274,.T.); +#2095=ORIENTED_EDGE('',*,*,#4802,.T.); +#2096=ORIENTED_EDGE('',*,*,#4563,.F.); +#2097=ORIENTED_EDGE('',*,*,#4278,.T.); +#2098=ORIENTED_EDGE('',*,*,#4800,.F.); +#2099=ORIENTED_EDGE('',*,*,#4560,.T.); +#2100=ORIENTED_EDGE('',*,*,#4277,.F.); +#2101=ORIENTED_EDGE('',*,*,#4561,.T.); +#2102=ORIENTED_EDGE('',*,*,#4276,.F.); +#2103=ORIENTED_EDGE('',*,*,#4278,.F.); +#2104=ORIENTED_EDGE('',*,*,#4275,.F.); +#2105=ORIENTED_EDGE('',*,*,#4281,.T.); +#2106=ORIENTED_EDGE('',*,*,#4798,.F.); +#2107=ORIENTED_EDGE('',*,*,#4558,.T.); +#2108=ORIENTED_EDGE('',*,*,#4280,.F.); +#2109=ORIENTED_EDGE('',*,*,#4559,.T.); +#2110=ORIENTED_EDGE('',*,*,#4799,.F.); +#2111=ORIENTED_EDGE('',*,*,#4281,.F.); +#2112=ORIENTED_EDGE('',*,*,#4279,.F.); +#2113=ORIENTED_EDGE('',*,*,#4284,.T.); +#2114=ORIENTED_EDGE('',*,*,#4556,.F.); +#2115=ORIENTED_EDGE('',*,*,#4797,.T.); +#2116=ORIENTED_EDGE('',*,*,#4285,.F.); +#2117=ORIENTED_EDGE('',*,*,#4282,.T.); +#2118=ORIENTED_EDGE('',*,*,#4285,.T.); +#2119=ORIENTED_EDGE('',*,*,#4283,.T.); +#2120=ORIENTED_EDGE('',*,*,#4557,.F.); +#2121=ORIENTED_EDGE('',*,*,#4289,.T.); +#2122=ORIENTED_EDGE('',*,*,#4796,.F.); +#2123=ORIENTED_EDGE('',*,*,#4554,.T.); +#2124=ORIENTED_EDGE('',*,*,#4288,.F.); +#2125=ORIENTED_EDGE('',*,*,#4555,.T.); +#2126=ORIENTED_EDGE('',*,*,#4287,.F.); +#2127=ORIENTED_EDGE('',*,*,#4289,.F.); +#2128=ORIENTED_EDGE('',*,*,#4286,.F.); +#2129=ORIENTED_EDGE('',*,*,#4292,.T.); +#2130=ORIENTED_EDGE('',*,*,#4552,.F.); +#2131=ORIENTED_EDGE('',*,*,#4795,.T.); +#2132=ORIENTED_EDGE('',*,*,#4293,.F.); +#2133=ORIENTED_EDGE('',*,*,#4290,.T.); +#2134=ORIENTED_EDGE('',*,*,#4293,.T.); +#2135=ORIENTED_EDGE('',*,*,#4291,.T.); +#2136=ORIENTED_EDGE('',*,*,#4553,.F.); +#2137=ORIENTED_EDGE('',*,*,#4296,.T.); +#2138=ORIENTED_EDGE('',*,*,#4550,.F.); +#2139=ORIENTED_EDGE('',*,*,#4794,.T.); +#2140=ORIENTED_EDGE('',*,*,#4297,.F.); +#2141=ORIENTED_EDGE('',*,*,#4294,.T.); +#2142=ORIENTED_EDGE('',*,*,#4297,.T.); +#2143=ORIENTED_EDGE('',*,*,#4295,.T.); +#2144=ORIENTED_EDGE('',*,*,#4551,.F.); +#2145=ORIENTED_EDGE('',*,*,#4301,.T.); +#2146=ORIENTED_EDGE('',*,*,#4793,.F.); +#2147=ORIENTED_EDGE('',*,*,#4548,.T.); +#2148=ORIENTED_EDGE('',*,*,#4300,.F.); +#2149=ORIENTED_EDGE('',*,*,#4549,.T.); +#2150=ORIENTED_EDGE('',*,*,#4299,.F.); +#2151=ORIENTED_EDGE('',*,*,#4301,.F.); +#2152=ORIENTED_EDGE('',*,*,#4298,.F.); +#2153=ORIENTED_EDGE('',*,*,#4305,.T.); +#2154=ORIENTED_EDGE('',*,*,#4792,.F.); +#2155=ORIENTED_EDGE('',*,*,#4546,.T.); +#2156=ORIENTED_EDGE('',*,*,#4304,.F.); +#2157=ORIENTED_EDGE('',*,*,#4547,.T.); +#2158=ORIENTED_EDGE('',*,*,#4303,.F.); +#2159=ORIENTED_EDGE('',*,*,#4305,.F.); +#2160=ORIENTED_EDGE('',*,*,#4302,.F.); +#2161=ORIENTED_EDGE('',*,*,#4307,.T.); +#2162=ORIENTED_EDGE('',*,*,#4544,.F.); +#2163=ORIENTED_EDGE('',*,*,#4790,.T.); +#2164=ORIENTED_EDGE('',*,*,#4308,.F.); +#2165=ORIENTED_EDGE('',*,*,#4306,.T.); +#2166=ORIENTED_EDGE('',*,*,#4308,.T.); +#2167=ORIENTED_EDGE('',*,*,#4791,.T.); +#2168=ORIENTED_EDGE('',*,*,#4545,.F.); +#2169=ORIENTED_EDGE('',*,*,#4310,.T.); +#2170=ORIENTED_EDGE('',*,*,#4542,.F.); +#2171=ORIENTED_EDGE('',*,*,#4311,.T.); +#2172=ORIENTED_EDGE('',*,*,#4312,.F.); +#2173=ORIENTED_EDGE('',*,*,#4309,.T.); +#2174=ORIENTED_EDGE('',*,*,#4312,.T.); +#2175=ORIENTED_EDGE('',*,*,#4789,.T.); +#2176=ORIENTED_EDGE('',*,*,#4543,.F.); +#2177=ORIENTED_EDGE('',*,*,#4316,.T.); +#2178=ORIENTED_EDGE('',*,*,#4315,.F.); +#2179=ORIENTED_EDGE('',*,*,#4540,.T.); +#2180=ORIENTED_EDGE('',*,*,#4314,.F.); +#2181=ORIENTED_EDGE('',*,*,#4541,.T.); +#2182=ORIENTED_EDGE('',*,*,#4788,.F.); +#2183=ORIENTED_EDGE('',*,*,#4316,.F.); +#2184=ORIENTED_EDGE('',*,*,#4313,.F.); +#2185=ORIENTED_EDGE('',*,*,#4319,.T.); +#2186=ORIENTED_EDGE('',*,*,#4538,.F.); +#2187=ORIENTED_EDGE('',*,*,#4787,.T.); +#2188=ORIENTED_EDGE('',*,*,#4320,.F.); +#2189=ORIENTED_EDGE('',*,*,#4317,.T.); +#2190=ORIENTED_EDGE('',*,*,#4320,.T.); +#2191=ORIENTED_EDGE('',*,*,#4318,.T.); +#2192=ORIENTED_EDGE('',*,*,#4539,.F.); +#2193=ORIENTED_EDGE('',*,*,#4325,.T.); +#2194=ORIENTED_EDGE('',*,*,#4324,.F.); +#2195=ORIENTED_EDGE('',*,*,#4536,.T.); +#2196=ORIENTED_EDGE('',*,*,#4323,.F.); +#2197=ORIENTED_EDGE('',*,*,#4537,.T.); +#2198=ORIENTED_EDGE('',*,*,#4322,.F.); +#2199=ORIENTED_EDGE('',*,*,#4325,.F.); +#2200=ORIENTED_EDGE('',*,*,#4321,.F.); +#2201=ORIENTED_EDGE('',*,*,#4329,.T.); +#2202=ORIENTED_EDGE('',*,*,#4786,.F.); +#2203=ORIENTED_EDGE('',*,*,#4534,.T.); +#2204=ORIENTED_EDGE('',*,*,#4328,.F.); +#2205=ORIENTED_EDGE('',*,*,#4535,.T.); +#2206=ORIENTED_EDGE('',*,*,#4327,.F.); +#2207=ORIENTED_EDGE('',*,*,#4329,.F.); +#2208=ORIENTED_EDGE('',*,*,#4326,.F.); +#2209=ORIENTED_EDGE('',*,*,#4331,.T.); +#2210=ORIENTED_EDGE('',*,*,#4532,.F.); +#2211=ORIENTED_EDGE('',*,*,#4784,.T.); +#2212=ORIENTED_EDGE('',*,*,#4332,.F.); +#2213=ORIENTED_EDGE('',*,*,#4330,.T.); +#2214=ORIENTED_EDGE('',*,*,#4332,.T.); +#2215=ORIENTED_EDGE('',*,*,#4785,.T.); +#2216=ORIENTED_EDGE('',*,*,#4533,.F.); +#2217=ORIENTED_EDGE('',*,*,#4336,.T.); +#2218=ORIENTED_EDGE('',*,*,#4783,.F.); +#2219=ORIENTED_EDGE('',*,*,#4530,.T.); +#2220=ORIENTED_EDGE('',*,*,#4335,.F.); +#2221=ORIENTED_EDGE('',*,*,#4531,.T.); +#2222=ORIENTED_EDGE('',*,*,#4334,.F.); +#2223=ORIENTED_EDGE('',*,*,#4336,.F.); +#2224=ORIENTED_EDGE('',*,*,#4333,.F.); +#2225=ORIENTED_EDGE('',*,*,#4338,.T.); +#2226=ORIENTED_EDGE('',*,*,#4528,.F.); +#2227=ORIENTED_EDGE('',*,*,#4781,.T.); +#2228=ORIENTED_EDGE('',*,*,#4339,.F.); +#2229=ORIENTED_EDGE('',*,*,#4337,.T.); +#2230=ORIENTED_EDGE('',*,*,#4339,.T.); +#2231=ORIENTED_EDGE('',*,*,#4782,.T.); +#2232=ORIENTED_EDGE('',*,*,#4529,.F.); +#2233=ORIENTED_EDGE('',*,*,#4341,.T.); +#2234=ORIENTED_EDGE('',*,*,#4526,.F.); +#2235=ORIENTED_EDGE('',*,*,#4779,.T.); +#2236=ORIENTED_EDGE('',*,*,#4342,.F.); +#2237=ORIENTED_EDGE('',*,*,#4340,.T.); +#2238=ORIENTED_EDGE('',*,*,#4342,.T.); +#2239=ORIENTED_EDGE('',*,*,#4780,.T.); +#2240=ORIENTED_EDGE('',*,*,#4527,.F.); +#2241=ORIENTED_EDGE('',*,*,#4346,.T.); +#2242=ORIENTED_EDGE('',*,*,#4778,.F.); +#2243=ORIENTED_EDGE('',*,*,#4524,.T.); +#2244=ORIENTED_EDGE('',*,*,#4345,.F.); +#2245=ORIENTED_EDGE('',*,*,#4525,.T.); +#2246=ORIENTED_EDGE('',*,*,#4344,.F.); +#2247=ORIENTED_EDGE('',*,*,#4346,.F.); +#2248=ORIENTED_EDGE('',*,*,#4343,.F.); +#2249=ORIENTED_EDGE('',*,*,#4348,.T.); +#2250=ORIENTED_EDGE('',*,*,#4522,.F.); +#2251=ORIENTED_EDGE('',*,*,#4776,.T.); +#2252=ORIENTED_EDGE('',*,*,#4349,.F.); +#2253=ORIENTED_EDGE('',*,*,#4347,.T.); +#2254=ORIENTED_EDGE('',*,*,#4349,.T.); +#2255=ORIENTED_EDGE('',*,*,#4777,.T.); +#2256=ORIENTED_EDGE('',*,*,#4523,.F.); +#2257=ORIENTED_EDGE('',*,*,#4353,.T.); +#2258=ORIENTED_EDGE('',*,*,#4775,.F.); +#2259=ORIENTED_EDGE('',*,*,#4520,.T.); +#2260=ORIENTED_EDGE('',*,*,#4352,.F.); +#2261=ORIENTED_EDGE('',*,*,#4521,.T.); +#2262=ORIENTED_EDGE('',*,*,#4351,.F.); +#2263=ORIENTED_EDGE('',*,*,#4353,.F.); +#2264=ORIENTED_EDGE('',*,*,#4350,.F.); +#2265=ORIENTED_EDGE('',*,*,#4356,.T.); +#2266=ORIENTED_EDGE('',*,*,#4773,.F.); +#2267=ORIENTED_EDGE('',*,*,#4518,.T.); +#2268=ORIENTED_EDGE('',*,*,#4355,.F.); +#2269=ORIENTED_EDGE('',*,*,#4519,.T.); +#2270=ORIENTED_EDGE('',*,*,#4774,.F.); +#2271=ORIENTED_EDGE('',*,*,#4356,.F.); +#2272=ORIENTED_EDGE('',*,*,#4354,.F.); +#2273=ORIENTED_EDGE('',*,*,#4359,.T.); +#2274=ORIENTED_EDGE('',*,*,#4516,.F.); +#2275=ORIENTED_EDGE('',*,*,#4772,.T.); +#2276=ORIENTED_EDGE('',*,*,#4360,.F.); +#2277=ORIENTED_EDGE('',*,*,#4357,.T.); +#2278=ORIENTED_EDGE('',*,*,#4360,.T.); +#2279=ORIENTED_EDGE('',*,*,#4358,.T.); +#2280=ORIENTED_EDGE('',*,*,#4517,.F.); +#2281=ORIENTED_EDGE('',*,*,#4363,.T.); +#2282=ORIENTED_EDGE('',*,*,#4514,.F.); +#2283=ORIENTED_EDGE('',*,*,#4771,.T.); +#2284=ORIENTED_EDGE('',*,*,#4364,.F.); +#2285=ORIENTED_EDGE('',*,*,#4361,.T.); +#2286=ORIENTED_EDGE('',*,*,#4364,.T.); +#2287=ORIENTED_EDGE('',*,*,#4362,.T.); +#2288=ORIENTED_EDGE('',*,*,#4515,.F.); +#2289=ORIENTED_EDGE('',*,*,#4367,.T.); +#2290=ORIENTED_EDGE('',*,*,#4769,.F.); +#2291=ORIENTED_EDGE('',*,*,#4512,.T.); +#2292=ORIENTED_EDGE('',*,*,#4366,.F.); +#2293=ORIENTED_EDGE('',*,*,#4513,.T.); +#2294=ORIENTED_EDGE('',*,*,#4770,.F.); +#2295=ORIENTED_EDGE('',*,*,#4367,.F.); +#2296=ORIENTED_EDGE('',*,*,#4365,.F.); +#2297=ORIENTED_EDGE('',*,*,#4371,.T.); +#2298=ORIENTED_EDGE('',*,*,#4768,.F.); +#2299=ORIENTED_EDGE('',*,*,#4510,.T.); +#2300=ORIENTED_EDGE('',*,*,#4370,.F.); +#2301=ORIENTED_EDGE('',*,*,#4511,.T.); +#2302=ORIENTED_EDGE('',*,*,#4369,.F.); +#2303=ORIENTED_EDGE('',*,*,#4371,.F.); +#2304=ORIENTED_EDGE('',*,*,#4368,.F.); +#2305=ORIENTED_EDGE('',*,*,#4374,.T.); +#2306=ORIENTED_EDGE('',*,*,#4508,.F.); +#2307=ORIENTED_EDGE('',*,*,#4767,.T.); +#2308=ORIENTED_EDGE('',*,*,#4375,.F.); +#2309=ORIENTED_EDGE('',*,*,#4372,.T.); +#2310=ORIENTED_EDGE('',*,*,#4375,.T.); +#2311=ORIENTED_EDGE('',*,*,#4373,.T.); +#2312=ORIENTED_EDGE('',*,*,#4509,.F.); +#2313=ORIENTED_EDGE('',*,*,#4379,.T.); +#2314=ORIENTED_EDGE('',*,*,#4766,.F.); +#2315=ORIENTED_EDGE('',*,*,#4506,.T.); +#2316=ORIENTED_EDGE('',*,*,#4378,.F.); +#2317=ORIENTED_EDGE('',*,*,#4507,.T.); +#2318=ORIENTED_EDGE('',*,*,#4377,.F.); +#2319=ORIENTED_EDGE('',*,*,#4379,.F.); +#2320=ORIENTED_EDGE('',*,*,#4376,.F.); +#2321=ORIENTED_EDGE('',*,*,#4382,.T.); +#2322=ORIENTED_EDGE('',*,*,#4504,.F.); +#2323=ORIENTED_EDGE('',*,*,#4765,.T.); +#2324=ORIENTED_EDGE('',*,*,#4383,.F.); +#2325=ORIENTED_EDGE('',*,*,#4380,.T.); +#2326=ORIENTED_EDGE('',*,*,#4383,.T.); +#2327=ORIENTED_EDGE('',*,*,#4381,.T.); +#2328=ORIENTED_EDGE('',*,*,#4505,.F.); +#2329=ORIENTED_EDGE('',*,*,#4385,.T.); +#2330=ORIENTED_EDGE('',*,*,#4502,.F.); +#2331=ORIENTED_EDGE('',*,*,#4386,.T.); +#2332=ORIENTED_EDGE('',*,*,#4387,.F.); +#2333=ORIENTED_EDGE('',*,*,#4384,.T.); +#2334=ORIENTED_EDGE('',*,*,#4387,.T.); +#2335=ORIENTED_EDGE('',*,*,#4764,.T.); +#2336=ORIENTED_EDGE('',*,*,#4503,.F.); +#2337=ORIENTED_EDGE('',*,*,#4391,.T.); +#2338=ORIENTED_EDGE('',*,*,#4763,.F.); +#2339=ORIENTED_EDGE('',*,*,#4500,.T.); +#2340=ORIENTED_EDGE('',*,*,#4390,.F.); +#2341=ORIENTED_EDGE('',*,*,#4501,.T.); +#2342=ORIENTED_EDGE('',*,*,#4389,.F.); +#2343=ORIENTED_EDGE('',*,*,#4391,.F.); +#2344=ORIENTED_EDGE('',*,*,#4388,.F.); +#2345=ORIENTED_EDGE('',*,*,#4393,.T.); +#2346=ORIENTED_EDGE('',*,*,#4498,.F.); +#2347=ORIENTED_EDGE('',*,*,#4394,.T.); +#2348=ORIENTED_EDGE('',*,*,#4395,.F.); +#2349=ORIENTED_EDGE('',*,*,#4392,.T.); +#2350=ORIENTED_EDGE('',*,*,#4395,.T.); +#2351=ORIENTED_EDGE('',*,*,#4762,.T.); +#2352=ORIENTED_EDGE('',*,*,#4499,.F.); +#2353=ORIENTED_EDGE('',*,*,#4399,.T.); +#2354=ORIENTED_EDGE('',*,*,#4761,.F.); +#2355=ORIENTED_EDGE('',*,*,#4496,.T.); +#2356=ORIENTED_EDGE('',*,*,#4398,.F.); +#2357=ORIENTED_EDGE('',*,*,#4497,.T.); +#2358=ORIENTED_EDGE('',*,*,#4397,.F.); +#2359=ORIENTED_EDGE('',*,*,#4399,.F.); +#2360=ORIENTED_EDGE('',*,*,#4396,.F.); +#2361=ORIENTED_EDGE('',*,*,#4403,.T.); +#2362=ORIENTED_EDGE('',*,*,#4760,.F.); +#2363=ORIENTED_EDGE('',*,*,#4494,.T.); +#2364=ORIENTED_EDGE('',*,*,#4402,.F.); +#2365=ORIENTED_EDGE('',*,*,#4495,.T.); +#2366=ORIENTED_EDGE('',*,*,#4401,.F.); +#2367=ORIENTED_EDGE('',*,*,#4403,.F.); +#2368=ORIENTED_EDGE('',*,*,#4400,.F.); +#2369=ORIENTED_EDGE('',*,*,#4405,.T.); +#2370=ORIENTED_EDGE('',*,*,#4492,.F.); +#2371=ORIENTED_EDGE('',*,*,#4758,.T.); +#2372=ORIENTED_EDGE('',*,*,#4406,.F.); +#2373=ORIENTED_EDGE('',*,*,#4404,.T.); +#2374=ORIENTED_EDGE('',*,*,#4406,.T.); +#2375=ORIENTED_EDGE('',*,*,#4759,.T.); +#2376=ORIENTED_EDGE('',*,*,#4493,.F.); +#2377=ORIENTED_EDGE('',*,*,#4411,.T.); +#2378=ORIENTED_EDGE('',*,*,#4410,.F.); +#2379=ORIENTED_EDGE('',*,*,#4490,.T.); +#2380=ORIENTED_EDGE('',*,*,#4409,.F.); +#2381=ORIENTED_EDGE('',*,*,#4491,.T.); +#2382=ORIENTED_EDGE('',*,*,#4408,.F.); +#2383=ORIENTED_EDGE('',*,*,#4411,.F.); +#2384=ORIENTED_EDGE('',*,*,#4407,.F.); +#2385=ORIENTED_EDGE('',*,*,#4414,.T.); +#2386=ORIENTED_EDGE('',*,*,#4488,.F.); +#2387=ORIENTED_EDGE('',*,*,#4415,.T.); +#2388=ORIENTED_EDGE('',*,*,#4416,.F.); +#2389=ORIENTED_EDGE('',*,*,#4412,.T.); +#2390=ORIENTED_EDGE('',*,*,#4416,.T.); +#2391=ORIENTED_EDGE('',*,*,#4413,.T.); +#2392=ORIENTED_EDGE('',*,*,#4489,.F.); +#2393=ORIENTED_EDGE('',*,*,#4419,.T.); +#2394=ORIENTED_EDGE('',*,*,#4486,.F.); +#2395=ORIENTED_EDGE('',*,*,#4420,.T.); +#2396=ORIENTED_EDGE('',*,*,#4421,.F.); +#2397=ORIENTED_EDGE('',*,*,#4417,.T.); +#2398=ORIENTED_EDGE('',*,*,#4421,.T.); +#2399=ORIENTED_EDGE('',*,*,#4418,.T.); +#2400=ORIENTED_EDGE('',*,*,#4487,.F.); +#2401=ORIENTED_EDGE('',*,*,#4425,.T.); +#2402=ORIENTED_EDGE('',*,*,#4757,.F.); +#2403=ORIENTED_EDGE('',*,*,#4484,.T.); +#2404=ORIENTED_EDGE('',*,*,#4424,.F.); +#2405=ORIENTED_EDGE('',*,*,#4485,.T.); +#2406=ORIENTED_EDGE('',*,*,#4423,.F.); +#2407=ORIENTED_EDGE('',*,*,#4425,.F.); +#2408=ORIENTED_EDGE('',*,*,#4422,.F.); +#2409=ORIENTED_EDGE('',*,*,#4428,.T.); +#2410=ORIENTED_EDGE('',*,*,#4482,.F.); +#2411=ORIENTED_EDGE('',*,*,#4429,.T.); +#2412=ORIENTED_EDGE('',*,*,#4430,.F.); +#2413=ORIENTED_EDGE('',*,*,#4426,.T.); +#2414=ORIENTED_EDGE('',*,*,#4430,.T.); +#2415=ORIENTED_EDGE('',*,*,#4427,.T.); +#2416=ORIENTED_EDGE('',*,*,#4483,.F.); +#2417=ORIENTED_EDGE('',*,*,#4435,.T.); +#2418=ORIENTED_EDGE('',*,*,#4434,.F.); +#2419=ORIENTED_EDGE('',*,*,#4480,.T.); +#2420=ORIENTED_EDGE('',*,*,#4433,.F.); +#2421=ORIENTED_EDGE('',*,*,#4481,.T.); +#2422=ORIENTED_EDGE('',*,*,#4432,.F.); +#2423=ORIENTED_EDGE('',*,*,#4435,.F.); +#2424=ORIENTED_EDGE('',*,*,#4431,.F.); +#2425=ORIENTED_EDGE('',*,*,#4468,.T.); +#2426=ORIENTED_EDGE('',*,*,#4436,.T.); +#2427=ORIENTED_EDGE('',*,*,#4462,.T.); +#2428=ORIENTED_EDGE('',*,*,#4437,.T.); +#2429=ORIENTED_EDGE('',*,*,#4461,.T.); +#2430=ORIENTED_EDGE('',*,*,#4438,.T.); +#2431=ORIENTED_EDGE('',*,*,#4464,.T.); +#2432=ORIENTED_EDGE('',*,*,#4439,.T.); +#2433=ORIENTED_EDGE('',*,*,#4459,.T.); +#2434=ORIENTED_EDGE('',*,*,#4440,.T.); +#2435=ORIENTED_EDGE('',*,*,#4466,.T.); +#2436=ORIENTED_EDGE('',*,*,#4441,.T.); +#2437=ORIENTED_EDGE('',*,*,#4475,.T.); +#2438=ORIENTED_EDGE('',*,*,#4472,.F.); +#2439=ORIENTED_EDGE('',*,*,#4442,.T.); +#2440=ORIENTED_EDGE('',*,*,#4443,.T.); +#2441=ORIENTED_EDGE('',*,*,#4444,.T.); +#2442=ORIENTED_EDGE('',*,*,#4439,.F.); +#2443=ORIENTED_EDGE('',*,*,#4445,.T.); +#2444=ORIENTED_EDGE('',*,*,#4446,.T.); +#2445=ORIENTED_EDGE('',*,*,#4447,.T.); +#2446=ORIENTED_EDGE('',*,*,#4437,.F.); +#2447=ORIENTED_EDGE('',*,*,#4448,.T.); +#2448=ORIENTED_EDGE('',*,*,#4449,.T.); +#2449=ORIENTED_EDGE('',*,*,#4477,.T.); +#2450=ORIENTED_EDGE('',*,*,#4441,.F.); +#2451=ORIENTED_EDGE('',*,*,#4450,.T.); +#2452=ORIENTED_EDGE('',*,*,#4451,.T.); +#2453=ORIENTED_EDGE('',*,*,#4452,.T.); +#2454=ORIENTED_EDGE('',*,*,#4438,.F.); +#2455=ORIENTED_EDGE('',*,*,#4453,.T.); +#2456=ORIENTED_EDGE('',*,*,#4454,.T.); +#2457=ORIENTED_EDGE('',*,*,#4455,.T.); +#2458=ORIENTED_EDGE('',*,*,#4440,.F.); +#2459=ORIENTED_EDGE('',*,*,#4469,.T.); +#2460=ORIENTED_EDGE('',*,*,#4457,.T.); +#2461=ORIENTED_EDGE('',*,*,#4456,.T.); +#2462=ORIENTED_EDGE('',*,*,#4436,.F.); +#2463=ORIENTED_EDGE('',*,*,#4453,.F.); +#2464=ORIENTED_EDGE('',*,*,#4459,.F.); +#2465=ORIENTED_EDGE('',*,*,#4444,.F.); +#2466=ORIENTED_EDGE('',*,*,#4458,.F.); +#2467=ORIENTED_EDGE('',*,*,#4450,.F.); +#2468=ORIENTED_EDGE('',*,*,#4461,.F.); +#2469=ORIENTED_EDGE('',*,*,#4447,.F.); +#2470=ORIENTED_EDGE('',*,*,#4460,.F.); +#2471=ORIENTED_EDGE('',*,*,#4462,.F.); +#2472=ORIENTED_EDGE('',*,*,#4456,.F.); +#2473=ORIENTED_EDGE('',*,*,#4463,.T.); +#2474=ORIENTED_EDGE('',*,*,#4445,.F.); +#2475=ORIENTED_EDGE('',*,*,#4464,.F.); +#2476=ORIENTED_EDGE('',*,*,#4452,.F.); +#2477=ORIENTED_EDGE('',*,*,#4465,.T.); +#2478=ORIENTED_EDGE('',*,*,#4442,.F.); +#2479=ORIENTED_EDGE('',*,*,#4466,.F.); +#2480=ORIENTED_EDGE('',*,*,#4455,.F.); +#2481=ORIENTED_EDGE('',*,*,#4467,.T.); +#2482=ORIENTED_EDGE('',*,*,#4448,.F.); +#2483=ORIENTED_EDGE('',*,*,#4474,.T.); +#2484=ORIENTED_EDGE('',*,*,#4476,.F.); +#2485=ORIENTED_EDGE('',*,*,#4449,.F.); +#2486=ORIENTED_EDGE('',*,*,#4467,.F.); +#2487=ORIENTED_EDGE('',*,*,#4454,.F.); +#2488=ORIENTED_EDGE('',*,*,#4458,.T.); +#2489=ORIENTED_EDGE('',*,*,#4443,.F.); +#2490=ORIENTED_EDGE('',*,*,#4465,.F.); +#2491=ORIENTED_EDGE('',*,*,#4451,.F.); +#2492=ORIENTED_EDGE('',*,*,#4460,.T.); +#2493=ORIENTED_EDGE('',*,*,#4446,.F.); +#2494=ORIENTED_EDGE('',*,*,#4463,.F.); +#2495=ORIENTED_EDGE('',*,*,#4457,.F.); +#2496=ORIENTED_EDGE('',*,*,#4470,.T.); +#2497=ORIENTED_EDGE('',*,*,#4755,.T.); +#2498=ORIENTED_EDGE('',*,*,#5053,.T.); +#2499=ORIENTED_EDGE('',*,*,#4474,.F.); +#2500=ORIENTED_EDGE('',*,*,#4471,.T.); +#2501=ORIENTED_EDGE('',*,*,#4070,.T.); +#2502=ORIENTED_EDGE('',*,*,#5002,.F.); +#2503=ORIENTED_EDGE('',*,*,#4074,.F.); +#2504=ORIENTED_EDGE('',*,*,#4072,.F.); +#2505=ORIENTED_EDGE('',*,*,#5003,.F.); +#2506=ORIENTED_EDGE('',*,*,#4065,.T.); +#2507=ORIENTED_EDGE('',*,*,#4066,.T.); +#2508=ORIENTED_EDGE('',*,*,#5004,.F.); +#2509=ORIENTED_EDGE('',*,*,#4063,.F.); +#2510=ORIENTED_EDGE('',*,*,#4061,.F.); +#2511=ORIENTED_EDGE('',*,*,#5005,.F.); +#2512=ORIENTED_EDGE('',*,*,#4121,.T.); +#2513=ORIENTED_EDGE('',*,*,#4123,.T.); +#2514=ORIENTED_EDGE('',*,*,#5006,.F.); +#2515=ORIENTED_EDGE('',*,*,#4126,.F.); +#2516=ORIENTED_EDGE('',*,*,#4125,.F.); +#2517=ORIENTED_EDGE('',*,*,#5007,.F.); +#2518=ORIENTED_EDGE('',*,*,#4132,.T.); +#2519=ORIENTED_EDGE('',*,*,#4133,.T.); +#2520=ORIENTED_EDGE('',*,*,#5008,.F.); +#2521=ORIENTED_EDGE('',*,*,#4130,.F.); +#2522=ORIENTED_EDGE('',*,*,#4129,.F.); +#2523=ORIENTED_EDGE('',*,*,#5009,.F.); +#2524=ORIENTED_EDGE('',*,*,#4143,.T.); +#2525=ORIENTED_EDGE('',*,*,#4145,.T.); +#2526=ORIENTED_EDGE('',*,*,#5010,.F.); +#2527=ORIENTED_EDGE('',*,*,#4149,.F.); +#2528=ORIENTED_EDGE('',*,*,#4148,.F.); +#2529=ORIENTED_EDGE('',*,*,#5011,.F.); +#2530=ORIENTED_EDGE('',*,*,#4139,.T.); +#2531=ORIENTED_EDGE('',*,*,#4141,.T.); +#2532=ORIENTED_EDGE('',*,*,#5012,.F.); +#2533=ORIENTED_EDGE('',*,*,#4137,.F.); +#2534=ORIENTED_EDGE('',*,*,#4135,.F.); +#2535=ORIENTED_EDGE('',*,*,#5013,.F.); +#2536=ORIENTED_EDGE('',*,*,#4106,.T.); +#2537=ORIENTED_EDGE('',*,*,#4107,.T.); +#2538=ORIENTED_EDGE('',*,*,#5014,.F.); +#2539=ORIENTED_EDGE('',*,*,#4111,.F.); +#2540=ORIENTED_EDGE('',*,*,#4109,.F.); +#2541=ORIENTED_EDGE('',*,*,#5015,.F.); +#2542=ORIENTED_EDGE('',*,*,#4117,.T.); +#2543=ORIENTED_EDGE('',*,*,#4119,.T.); +#2544=ORIENTED_EDGE('',*,*,#5016,.F.); +#2545=ORIENTED_EDGE('',*,*,#4115,.F.); +#2546=ORIENTED_EDGE('',*,*,#4113,.F.); +#2547=ORIENTED_EDGE('',*,*,#5017,.F.); +#2548=ORIENTED_EDGE('',*,*,#4100,.T.); +#2549=ORIENTED_EDGE('',*,*,#4101,.T.); +#2550=ORIENTED_EDGE('',*,*,#5018,.F.); +#2551=ORIENTED_EDGE('',*,*,#4104,.F.); +#2552=ORIENTED_EDGE('',*,*,#4103,.F.); +#2553=ORIENTED_EDGE('',*,*,#5019,.F.); +#2554=ORIENTED_EDGE('',*,*,#4096,.T.); +#2555=ORIENTED_EDGE('',*,*,#4098,.T.); +#2556=ORIENTED_EDGE('',*,*,#5020,.F.); +#2557=ORIENTED_EDGE('',*,*,#4094,.F.); +#2558=ORIENTED_EDGE('',*,*,#4093,.F.); +#2559=ORIENTED_EDGE('',*,*,#5021,.F.); +#2560=ORIENTED_EDGE('',*,*,#3969,.T.); +#2561=ORIENTED_EDGE('',*,*,#3971,.T.); +#2562=ORIENTED_EDGE('',*,*,#5022,.F.); +#2563=ORIENTED_EDGE('',*,*,#3974,.F.); +#2564=ORIENTED_EDGE('',*,*,#3973,.F.); +#2565=ORIENTED_EDGE('',*,*,#5023,.F.); +#2566=ORIENTED_EDGE('',*,*,#3980,.T.); +#2567=ORIENTED_EDGE('',*,*,#3981,.T.); +#2568=ORIENTED_EDGE('',*,*,#5024,.F.); +#2569=ORIENTED_EDGE('',*,*,#3978,.F.); +#2570=ORIENTED_EDGE('',*,*,#3976,.F.); +#2571=ORIENTED_EDGE('',*,*,#5025,.F.); +#2572=ORIENTED_EDGE('',*,*,#3991,.T.); +#2573=ORIENTED_EDGE('',*,*,#3993,.T.); +#2574=ORIENTED_EDGE('',*,*,#5026,.F.); +#2575=ORIENTED_EDGE('',*,*,#3997,.F.); +#2576=ORIENTED_EDGE('',*,*,#3995,.F.); +#2577=ORIENTED_EDGE('',*,*,#5027,.F.); +#2578=ORIENTED_EDGE('',*,*,#3987,.T.); +#2579=ORIENTED_EDGE('',*,*,#3989,.T.); +#2580=ORIENTED_EDGE('',*,*,#5028,.F.); +#2581=ORIENTED_EDGE('',*,*,#3985,.F.); +#2582=ORIENTED_EDGE('',*,*,#3983,.F.); +#2583=ORIENTED_EDGE('',*,*,#5029,.F.); +#2584=ORIENTED_EDGE('',*,*,#4015,.T.); +#2585=ORIENTED_EDGE('',*,*,#4017,.T.); +#2586=ORIENTED_EDGE('',*,*,#5030,.F.); +#2587=ORIENTED_EDGE('',*,*,#4021,.F.); +#2588=ORIENTED_EDGE('',*,*,#4019,.F.); +#2589=ORIENTED_EDGE('',*,*,#5031,.F.); +#2590=ORIENTED_EDGE('',*,*,#4027,.T.); +#2591=ORIENTED_EDGE('',*,*,#4029,.T.); +#2592=ORIENTED_EDGE('',*,*,#5032,.F.); +#2593=ORIENTED_EDGE('',*,*,#4025,.F.); +#2594=ORIENTED_EDGE('',*,*,#4023,.F.); +#2595=ORIENTED_EDGE('',*,*,#5033,.F.); +#2596=ORIENTED_EDGE('',*,*,#4007,.T.); +#2597=ORIENTED_EDGE('',*,*,#4009,.T.); +#2598=ORIENTED_EDGE('',*,*,#5034,.F.); +#2599=ORIENTED_EDGE('',*,*,#4013,.F.); +#2600=ORIENTED_EDGE('',*,*,#4011,.F.); +#2601=ORIENTED_EDGE('',*,*,#5035,.F.); +#2602=ORIENTED_EDGE('',*,*,#4003,.T.); +#2603=ORIENTED_EDGE('',*,*,#4005,.T.); +#2604=ORIENTED_EDGE('',*,*,#5036,.F.); +#2605=ORIENTED_EDGE('',*,*,#4001,.F.); +#2606=ORIENTED_EDGE('',*,*,#3999,.F.); +#2607=ORIENTED_EDGE('',*,*,#5037,.F.); +#2608=ORIENTED_EDGE('',*,*,#3937,.T.); +#2609=ORIENTED_EDGE('',*,*,#3939,.T.); +#2610=ORIENTED_EDGE('',*,*,#5038,.F.); +#2611=ORIENTED_EDGE('',*,*,#3943,.F.); +#2612=ORIENTED_EDGE('',*,*,#3941,.F.); +#2613=ORIENTED_EDGE('',*,*,#5039,.F.); +#2614=ORIENTED_EDGE('',*,*,#3948,.T.); +#2615=ORIENTED_EDGE('',*,*,#3950,.T.); +#2616=ORIENTED_EDGE('',*,*,#5040,.F.); +#2617=ORIENTED_EDGE('',*,*,#3946,.F.); +#2618=ORIENTED_EDGE('',*,*,#3945,.F.); +#2619=ORIENTED_EDGE('',*,*,#5041,.F.); +#2620=ORIENTED_EDGE('',*,*,#3960,.T.); +#2621=ORIENTED_EDGE('',*,*,#3962,.T.); +#2622=ORIENTED_EDGE('',*,*,#5042,.F.); +#2623=ORIENTED_EDGE('',*,*,#3967,.F.); +#2624=ORIENTED_EDGE('',*,*,#3965,.F.); +#2625=ORIENTED_EDGE('',*,*,#5043,.F.); +#2626=ORIENTED_EDGE('',*,*,#3956,.T.); +#2627=ORIENTED_EDGE('',*,*,#3958,.T.); +#2628=ORIENTED_EDGE('',*,*,#5044,.F.); +#2629=ORIENTED_EDGE('',*,*,#3954,.F.); +#2630=ORIENTED_EDGE('',*,*,#3952,.F.); +#2631=ORIENTED_EDGE('',*,*,#5045,.F.); +#2632=ORIENTED_EDGE('',*,*,#3921,.T.); +#2633=ORIENTED_EDGE('',*,*,#3923,.T.); +#2634=ORIENTED_EDGE('',*,*,#5046,.F.); +#2635=ORIENTED_EDGE('',*,*,#3927,.F.); +#2636=ORIENTED_EDGE('',*,*,#3925,.F.); +#2637=ORIENTED_EDGE('',*,*,#5047,.F.); +#2638=ORIENTED_EDGE('',*,*,#3933,.T.); +#2639=ORIENTED_EDGE('',*,*,#3935,.T.); +#2640=ORIENTED_EDGE('',*,*,#5048,.F.); +#2641=ORIENTED_EDGE('',*,*,#3931,.F.); +#2642=ORIENTED_EDGE('',*,*,#3930,.F.); +#2643=ORIENTED_EDGE('',*,*,#5049,.F.); +#2644=ORIENTED_EDGE('',*,*,#3912,.T.); +#2645=ORIENTED_EDGE('',*,*,#3913,.T.); +#2646=ORIENTED_EDGE('',*,*,#5050,.F.); +#2647=ORIENTED_EDGE('',*,*,#3918,.F.); +#2648=ORIENTED_EDGE('',*,*,#3916,.F.); +#2649=ORIENTED_EDGE('',*,*,#5051,.F.); +#2650=ORIENTED_EDGE('',*,*,#3908,.T.); +#2651=ORIENTED_EDGE('',*,*,#3910,.T.); +#2652=ORIENTED_EDGE('',*,*,#5052,.F.); +#2653=ORIENTED_EDGE('',*,*,#3905,.F.); +#2654=ORIENTED_EDGE('',*,*,#3903,.F.); +#2655=ORIENTED_EDGE('',*,*,#4471,.F.); +#2656=ORIENTED_EDGE('',*,*,#4470,.F.); +#2657=ORIENTED_EDGE('',*,*,#4469,.F.); +#2658=ORIENTED_EDGE('',*,*,#4468,.F.); +#2659=ORIENTED_EDGE('',*,*,#4914,.F.); +#2660=ORIENTED_EDGE('',*,*,#3901,.F.); +#2661=ORIENTED_EDGE('',*,*,#3902,.F.); +#2662=ORIENTED_EDGE('',*,*,#4915,.F.); +#2663=ORIENTED_EDGE('',*,*,#4431,.T.); +#2664=ORIENTED_EDGE('',*,*,#4433,.T.); +#2665=ORIENTED_EDGE('',*,*,#4916,.F.); +#2666=ORIENTED_EDGE('',*,*,#4428,.F.); +#2667=ORIENTED_EDGE('',*,*,#4426,.F.); +#2668=ORIENTED_EDGE('',*,*,#4917,.F.); +#2669=ORIENTED_EDGE('',*,*,#4407,.T.); +#2670=ORIENTED_EDGE('',*,*,#4409,.T.); +#2671=ORIENTED_EDGE('',*,*,#4918,.F.); +#2672=ORIENTED_EDGE('',*,*,#4414,.F.); +#2673=ORIENTED_EDGE('',*,*,#4412,.F.); +#2674=ORIENTED_EDGE('',*,*,#4919,.F.); +#2675=ORIENTED_EDGE('',*,*,#4422,.T.); +#2676=ORIENTED_EDGE('',*,*,#4424,.T.); +#2677=ORIENTED_EDGE('',*,*,#4920,.F.); +#2678=ORIENTED_EDGE('',*,*,#4419,.F.); +#2679=ORIENTED_EDGE('',*,*,#4417,.F.); +#2680=ORIENTED_EDGE('',*,*,#4921,.F.); +#2681=ORIENTED_EDGE('',*,*,#4400,.T.); +#2682=ORIENTED_EDGE('',*,*,#4402,.T.); +#2683=ORIENTED_EDGE('',*,*,#4922,.F.); +#2684=ORIENTED_EDGE('',*,*,#4405,.F.); +#2685=ORIENTED_EDGE('',*,*,#4404,.F.); +#2686=ORIENTED_EDGE('',*,*,#4923,.F.); +#2687=ORIENTED_EDGE('',*,*,#4396,.T.); +#2688=ORIENTED_EDGE('',*,*,#4398,.T.); +#2689=ORIENTED_EDGE('',*,*,#4924,.F.); +#2690=ORIENTED_EDGE('',*,*,#4393,.F.); +#2691=ORIENTED_EDGE('',*,*,#4392,.F.); +#2692=ORIENTED_EDGE('',*,*,#4925,.F.); +#2693=ORIENTED_EDGE('',*,*,#4151,.T.); +#2694=ORIENTED_EDGE('',*,*,#4152,.T.); +#2695=ORIENTED_EDGE('',*,*,#4926,.F.); +#2696=ORIENTED_EDGE('',*,*,#4156,.F.); +#2697=ORIENTED_EDGE('',*,*,#4154,.F.); +#2698=ORIENTED_EDGE('',*,*,#4927,.F.); +#2699=ORIENTED_EDGE('',*,*,#4163,.T.); +#2700=ORIENTED_EDGE('',*,*,#4165,.T.); +#2701=ORIENTED_EDGE('',*,*,#4928,.F.); +#2702=ORIENTED_EDGE('',*,*,#4160,.F.); +#2703=ORIENTED_EDGE('',*,*,#4158,.F.); +#2704=ORIENTED_EDGE('',*,*,#4929,.F.); +#2705=ORIENTED_EDGE('',*,*,#4175,.T.); +#2706=ORIENTED_EDGE('',*,*,#4177,.T.); +#2707=ORIENTED_EDGE('',*,*,#4930,.F.); +#2708=ORIENTED_EDGE('',*,*,#4181,.F.); +#2709=ORIENTED_EDGE('',*,*,#4179,.F.); +#2710=ORIENTED_EDGE('',*,*,#4931,.F.); +#2711=ORIENTED_EDGE('',*,*,#4171,.T.); +#2712=ORIENTED_EDGE('',*,*,#4173,.T.); +#2713=ORIENTED_EDGE('',*,*,#4932,.F.); +#2714=ORIENTED_EDGE('',*,*,#4169,.F.); +#2715=ORIENTED_EDGE('',*,*,#4167,.F.); +#2716=ORIENTED_EDGE('',*,*,#4933,.F.); +#2717=ORIENTED_EDGE('',*,*,#4196,.T.); +#2718=ORIENTED_EDGE('',*,*,#4197,.T.); +#2719=ORIENTED_EDGE('',*,*,#4934,.F.); +#2720=ORIENTED_EDGE('',*,*,#4201,.F.); +#2721=ORIENTED_EDGE('',*,*,#4200,.F.); +#2722=ORIENTED_EDGE('',*,*,#4935,.F.); +#2723=ORIENTED_EDGE('',*,*,#4207,.T.); +#2724=ORIENTED_EDGE('',*,*,#4209,.T.); +#2725=ORIENTED_EDGE('',*,*,#4936,.F.); +#2726=ORIENTED_EDGE('',*,*,#4205,.F.); +#2727=ORIENTED_EDGE('',*,*,#4203,.F.); +#2728=ORIENTED_EDGE('',*,*,#4937,.F.); +#2729=ORIENTED_EDGE('',*,*,#4190,.T.); +#2730=ORIENTED_EDGE('',*,*,#4191,.T.); +#2731=ORIENTED_EDGE('',*,*,#4938,.F.); +#2732=ORIENTED_EDGE('',*,*,#4194,.F.); +#2733=ORIENTED_EDGE('',*,*,#4193,.F.); +#2734=ORIENTED_EDGE('',*,*,#4939,.F.); +#2735=ORIENTED_EDGE('',*,*,#4187,.T.); +#2736=ORIENTED_EDGE('',*,*,#4188,.T.); +#2737=ORIENTED_EDGE('',*,*,#4940,.F.); +#2738=ORIENTED_EDGE('',*,*,#4185,.F.); +#2739=ORIENTED_EDGE('',*,*,#4183,.F.); +#2740=ORIENTED_EDGE('',*,*,#4941,.F.); +#2741=ORIENTED_EDGE('',*,*,#4239,.T.); +#2742=ORIENTED_EDGE('',*,*,#4241,.T.); +#2743=ORIENTED_EDGE('',*,*,#4942,.F.); +#2744=ORIENTED_EDGE('',*,*,#4245,.F.); +#2745=ORIENTED_EDGE('',*,*,#4243,.F.); +#2746=ORIENTED_EDGE('',*,*,#4943,.F.); +#2747=ORIENTED_EDGE('',*,*,#4251,.T.); +#2748=ORIENTED_EDGE('',*,*,#4253,.T.); +#2749=ORIENTED_EDGE('',*,*,#4944,.F.); +#2750=ORIENTED_EDGE('',*,*,#4249,.F.); +#2751=ORIENTED_EDGE('',*,*,#4247,.F.); +#2752=ORIENTED_EDGE('',*,*,#4945,.F.); +#2753=ORIENTED_EDGE('',*,*,#4264,.T.); +#2754=ORIENTED_EDGE('',*,*,#4266,.T.); +#2755=ORIENTED_EDGE('',*,*,#4946,.F.); +#2756=ORIENTED_EDGE('',*,*,#4270,.F.); +#2757=ORIENTED_EDGE('',*,*,#4268,.F.); +#2758=ORIENTED_EDGE('',*,*,#4947,.F.); +#2759=ORIENTED_EDGE('',*,*,#4260,.T.); +#2760=ORIENTED_EDGE('',*,*,#4262,.T.); +#2761=ORIENTED_EDGE('',*,*,#4948,.F.); +#2762=ORIENTED_EDGE('',*,*,#4257,.F.); +#2763=ORIENTED_EDGE('',*,*,#4255,.F.); +#2764=ORIENTED_EDGE('',*,*,#4949,.F.); +#2765=ORIENTED_EDGE('',*,*,#4225,.T.); +#2766=ORIENTED_EDGE('',*,*,#4226,.T.); +#2767=ORIENTED_EDGE('',*,*,#4950,.F.); +#2768=ORIENTED_EDGE('',*,*,#4230,.F.); +#2769=ORIENTED_EDGE('',*,*,#4228,.F.); +#2770=ORIENTED_EDGE('',*,*,#4951,.F.); +#2771=ORIENTED_EDGE('',*,*,#4235,.T.); +#2772=ORIENTED_EDGE('',*,*,#4237,.T.); +#2773=ORIENTED_EDGE('',*,*,#4952,.F.); +#2774=ORIENTED_EDGE('',*,*,#4233,.F.); +#2775=ORIENTED_EDGE('',*,*,#4232,.F.); +#2776=ORIENTED_EDGE('',*,*,#4953,.F.); +#2777=ORIENTED_EDGE('',*,*,#4218,.T.); +#2778=ORIENTED_EDGE('',*,*,#4219,.T.); +#2779=ORIENTED_EDGE('',*,*,#4954,.F.); +#2780=ORIENTED_EDGE('',*,*,#4223,.F.); +#2781=ORIENTED_EDGE('',*,*,#4221,.F.); +#2782=ORIENTED_EDGE('',*,*,#4955,.F.); +#2783=ORIENTED_EDGE('',*,*,#4214,.T.); +#2784=ORIENTED_EDGE('',*,*,#4216,.T.); +#2785=ORIENTED_EDGE('',*,*,#4956,.F.); +#2786=ORIENTED_EDGE('',*,*,#4212,.F.); +#2787=ORIENTED_EDGE('',*,*,#4211,.F.); +#2788=ORIENTED_EDGE('',*,*,#4957,.F.); +#2789=ORIENTED_EDGE('',*,*,#4333,.T.); +#2790=ORIENTED_EDGE('',*,*,#4335,.T.); +#2791=ORIENTED_EDGE('',*,*,#4958,.F.); +#2792=ORIENTED_EDGE('',*,*,#4338,.F.); +#2793=ORIENTED_EDGE('',*,*,#4337,.F.); +#2794=ORIENTED_EDGE('',*,*,#4959,.F.); +#2795=ORIENTED_EDGE('',*,*,#4343,.T.); +#2796=ORIENTED_EDGE('',*,*,#4345,.T.); +#2797=ORIENTED_EDGE('',*,*,#4960,.F.); +#2798=ORIENTED_EDGE('',*,*,#4341,.F.); +#2799=ORIENTED_EDGE('',*,*,#4340,.F.); +#2800=ORIENTED_EDGE('',*,*,#4961,.F.); +#2801=ORIENTED_EDGE('',*,*,#4354,.T.); +#2802=ORIENTED_EDGE('',*,*,#4355,.T.); +#2803=ORIENTED_EDGE('',*,*,#4962,.F.); +#2804=ORIENTED_EDGE('',*,*,#4359,.F.); +#2805=ORIENTED_EDGE('',*,*,#4357,.F.); +#2806=ORIENTED_EDGE('',*,*,#4963,.F.); +#2807=ORIENTED_EDGE('',*,*,#4350,.T.); +#2808=ORIENTED_EDGE('',*,*,#4352,.T.); +#2809=ORIENTED_EDGE('',*,*,#4964,.F.); +#2810=ORIENTED_EDGE('',*,*,#4348,.F.); +#2811=ORIENTED_EDGE('',*,*,#4347,.F.); +#2812=ORIENTED_EDGE('',*,*,#4965,.F.); +#2813=ORIENTED_EDGE('',*,*,#4376,.T.); +#2814=ORIENTED_EDGE('',*,*,#4378,.T.); +#2815=ORIENTED_EDGE('',*,*,#4966,.F.); +#2816=ORIENTED_EDGE('',*,*,#4382,.F.); +#2817=ORIENTED_EDGE('',*,*,#4380,.F.); +#2818=ORIENTED_EDGE('',*,*,#4967,.F.); +#2819=ORIENTED_EDGE('',*,*,#4388,.T.); +#2820=ORIENTED_EDGE('',*,*,#4390,.T.); +#2821=ORIENTED_EDGE('',*,*,#4968,.F.); +#2822=ORIENTED_EDGE('',*,*,#4385,.F.); +#2823=ORIENTED_EDGE('',*,*,#4384,.F.); +#2824=ORIENTED_EDGE('',*,*,#4969,.F.); +#2825=ORIENTED_EDGE('',*,*,#4368,.T.); +#2826=ORIENTED_EDGE('',*,*,#4370,.T.); +#2827=ORIENTED_EDGE('',*,*,#4970,.F.); +#2828=ORIENTED_EDGE('',*,*,#4374,.F.); +#2829=ORIENTED_EDGE('',*,*,#4372,.F.); +#2830=ORIENTED_EDGE('',*,*,#4971,.F.); +#2831=ORIENTED_EDGE('',*,*,#4365,.T.); +#2832=ORIENTED_EDGE('',*,*,#4366,.T.); +#2833=ORIENTED_EDGE('',*,*,#4972,.F.); +#2834=ORIENTED_EDGE('',*,*,#4363,.F.); +#2835=ORIENTED_EDGE('',*,*,#4361,.F.); +#2836=ORIENTED_EDGE('',*,*,#4973,.F.); +#2837=ORIENTED_EDGE('',*,*,#4302,.T.); +#2838=ORIENTED_EDGE('',*,*,#4304,.T.); +#2839=ORIENTED_EDGE('',*,*,#4974,.F.); +#2840=ORIENTED_EDGE('',*,*,#4307,.F.); +#2841=ORIENTED_EDGE('',*,*,#4306,.F.); +#2842=ORIENTED_EDGE('',*,*,#4975,.F.); +#2843=ORIENTED_EDGE('',*,*,#4313,.T.); +#2844=ORIENTED_EDGE('',*,*,#4314,.T.); +#2845=ORIENTED_EDGE('',*,*,#4976,.F.); +#2846=ORIENTED_EDGE('',*,*,#4310,.F.); +#2847=ORIENTED_EDGE('',*,*,#4309,.F.); +#2848=ORIENTED_EDGE('',*,*,#4977,.F.); +#2849=ORIENTED_EDGE('',*,*,#4326,.T.); +#2850=ORIENTED_EDGE('',*,*,#4328,.T.); +#2851=ORIENTED_EDGE('',*,*,#4978,.F.); +#2852=ORIENTED_EDGE('',*,*,#4331,.F.); +#2853=ORIENTED_EDGE('',*,*,#4330,.F.); +#2854=ORIENTED_EDGE('',*,*,#4979,.F.); +#2855=ORIENTED_EDGE('',*,*,#4321,.T.); +#2856=ORIENTED_EDGE('',*,*,#4323,.T.); +#2857=ORIENTED_EDGE('',*,*,#4980,.F.); +#2858=ORIENTED_EDGE('',*,*,#4319,.F.); +#2859=ORIENTED_EDGE('',*,*,#4317,.F.); +#2860=ORIENTED_EDGE('',*,*,#4981,.F.); +#2861=ORIENTED_EDGE('',*,*,#4286,.T.); +#2862=ORIENTED_EDGE('',*,*,#4288,.T.); +#2863=ORIENTED_EDGE('',*,*,#4982,.F.); +#2864=ORIENTED_EDGE('',*,*,#4292,.F.); +#2865=ORIENTED_EDGE('',*,*,#4290,.F.); +#2866=ORIENTED_EDGE('',*,*,#4983,.F.); +#2867=ORIENTED_EDGE('',*,*,#4298,.T.); +#2868=ORIENTED_EDGE('',*,*,#4300,.T.); +#2869=ORIENTED_EDGE('',*,*,#4984,.F.); +#2870=ORIENTED_EDGE('',*,*,#4296,.F.); +#2871=ORIENTED_EDGE('',*,*,#4294,.F.); +#2872=ORIENTED_EDGE('',*,*,#4985,.F.); +#2873=ORIENTED_EDGE('',*,*,#4279,.T.); +#2874=ORIENTED_EDGE('',*,*,#4280,.T.); +#2875=ORIENTED_EDGE('',*,*,#4986,.F.); +#2876=ORIENTED_EDGE('',*,*,#4284,.F.); +#2877=ORIENTED_EDGE('',*,*,#4282,.F.); +#2878=ORIENTED_EDGE('',*,*,#4987,.F.); +#2879=ORIENTED_EDGE('',*,*,#4275,.T.); +#2880=ORIENTED_EDGE('',*,*,#4277,.T.); +#2881=ORIENTED_EDGE('',*,*,#4988,.F.); +#2882=ORIENTED_EDGE('',*,*,#4273,.F.); +#2883=ORIENTED_EDGE('',*,*,#4272,.F.); +#2884=ORIENTED_EDGE('',*,*,#4989,.F.); +#2885=ORIENTED_EDGE('',*,*,#4031,.T.); +#2886=ORIENTED_EDGE('',*,*,#4032,.T.); +#2887=ORIENTED_EDGE('',*,*,#4990,.F.); +#2888=ORIENTED_EDGE('',*,*,#4036,.F.); +#2889=ORIENTED_EDGE('',*,*,#4034,.F.); +#2890=ORIENTED_EDGE('',*,*,#4991,.F.); +#2891=ORIENTED_EDGE('',*,*,#4041,.T.); +#2892=ORIENTED_EDGE('',*,*,#4043,.T.); +#2893=ORIENTED_EDGE('',*,*,#4992,.F.); +#2894=ORIENTED_EDGE('',*,*,#4039,.F.); +#2895=ORIENTED_EDGE('',*,*,#4038,.F.); +#2896=ORIENTED_EDGE('',*,*,#4993,.F.); +#2897=ORIENTED_EDGE('',*,*,#4053,.T.); +#2898=ORIENTED_EDGE('',*,*,#4055,.T.); +#2899=ORIENTED_EDGE('',*,*,#4994,.F.); +#2900=ORIENTED_EDGE('',*,*,#4059,.F.); +#2901=ORIENTED_EDGE('',*,*,#4057,.F.); +#2902=ORIENTED_EDGE('',*,*,#4995,.F.); +#2903=ORIENTED_EDGE('',*,*,#4049,.T.); +#2904=ORIENTED_EDGE('',*,*,#4051,.T.); +#2905=ORIENTED_EDGE('',*,*,#4996,.F.); +#2906=ORIENTED_EDGE('',*,*,#4047,.F.); +#2907=ORIENTED_EDGE('',*,*,#4045,.F.); +#2908=ORIENTED_EDGE('',*,*,#4997,.F.); +#2909=ORIENTED_EDGE('',*,*,#4077,.T.); +#2910=ORIENTED_EDGE('',*,*,#4079,.T.); +#2911=ORIENTED_EDGE('',*,*,#4998,.F.); +#2912=ORIENTED_EDGE('',*,*,#4082,.F.); +#2913=ORIENTED_EDGE('',*,*,#4081,.F.); +#2914=ORIENTED_EDGE('',*,*,#4999,.F.); +#2915=ORIENTED_EDGE('',*,*,#4089,.T.); +#2916=ORIENTED_EDGE('',*,*,#4091,.T.); +#2917=ORIENTED_EDGE('',*,*,#5000,.F.); +#2918=ORIENTED_EDGE('',*,*,#4086,.F.); +#2919=ORIENTED_EDGE('',*,*,#4084,.F.); +#2920=ORIENTED_EDGE('',*,*,#5001,.F.); +#2921=ORIENTED_EDGE('',*,*,#4068,.T.); +#2922=ORIENTED_EDGE('',*,*,#4701,.T.); +#2923=ORIENTED_EDGE('',*,*,#5071,.T.); +#2924=ORIENTED_EDGE('',*,*,#4705,.F.); +#2925=ORIENTED_EDGE('',*,*,#5035,.T.); +#2926=ORIENTED_EDGE('',*,*,#4706,.T.); +#2927=ORIENTED_EDGE('',*,*,#5036,.T.); +#2928=ORIENTED_EDGE('',*,*,#4704,.F.); +#2929=ORIENTED_EDGE('',*,*,#5070,.T.); +#2930=ORIENTED_EDGE('',*,*,#4715,.T.); +#2931=ORIENTED_EDGE('',*,*,#5077,.T.); +#2932=ORIENTED_EDGE('',*,*,#4699,.F.); +#2933=ORIENTED_EDGE('',*,*,#5029,.T.); +#2934=ORIENTED_EDGE('',*,*,#4695,.T.); +#2935=ORIENTED_EDGE('',*,*,#5073,.T.); +#2936=ORIENTED_EDGE('',*,*,#4703,.F.); +#2937=ORIENTED_EDGE('',*,*,#5033,.T.); +#2938=ORIENTED_EDGE('',*,*,#4696,.T.); +#2939=ORIENTED_EDGE('',*,*,#5030,.T.); +#2940=ORIENTED_EDGE('',*,*,#4698,.F.); +#2941=ORIENTED_EDGE('',*,*,#5076,.T.); +#2942=ORIENTED_EDGE('',*,*,#5031,.T.); +#2943=ORIENTED_EDGE('',*,*,#4697,.T.); +#2944=ORIENTED_EDGE('',*,*,#5075,.T.); +#2945=ORIENTED_EDGE('',*,*,#4693,.F.); +#2946=ORIENTED_EDGE('',*,*,#4694,.T.); +#2947=ORIENTED_EDGE('',*,*,#5032,.T.); +#2948=ORIENTED_EDGE('',*,*,#4692,.F.); +#2949=ORIENTED_EDGE('',*,*,#5074,.T.); +#2950=ORIENTED_EDGE('',*,*,#4991,.T.); +#2951=ORIENTED_EDGE('',*,*,#4689,.T.); +#2952=ORIENTED_EDGE('',*,*,#5115,.T.); +#2953=ORIENTED_EDGE('',*,*,#4685,.F.); +#2954=ORIENTED_EDGE('',*,*,#4686,.T.); +#2955=ORIENTED_EDGE('',*,*,#4992,.T.); +#2956=ORIENTED_EDGE('',*,*,#4684,.F.); +#2957=ORIENTED_EDGE('',*,*,#5114,.T.); +#2958=ORIENTED_EDGE('',*,*,#4677,.T.); +#2959=ORIENTED_EDGE('',*,*,#5111,.T.); +#2960=ORIENTED_EDGE('',*,*,#4681,.F.); +#2961=ORIENTED_EDGE('',*,*,#4995,.T.); +#2962=ORIENTED_EDGE('',*,*,#5110,.T.); +#2963=ORIENTED_EDGE('',*,*,#4682,.T.); +#2964=ORIENTED_EDGE('',*,*,#4996,.T.); +#2965=ORIENTED_EDGE('',*,*,#4680,.F.); +#2966=ORIENTED_EDGE('',*,*,#4993,.T.); +#2967=ORIENTED_EDGE('',*,*,#4687,.T.); +#2968=ORIENTED_EDGE('',*,*,#5113,.T.); +#2969=ORIENTED_EDGE('',*,*,#4679,.F.); +#2970=ORIENTED_EDGE('',*,*,#4669,.T.); +#2971=ORIENTED_EDGE('',*,*,#5103,.T.); +#2972=ORIENTED_EDGE('',*,*,#4673,.F.); +#2973=ORIENTED_EDGE('',*,*,#5003,.T.); +#2974=ORIENTED_EDGE('',*,*,#4674,.T.); +#2975=ORIENTED_EDGE('',*,*,#5004,.T.); +#2976=ORIENTED_EDGE('',*,*,#4672,.F.); +#2977=ORIENTED_EDGE('',*,*,#5102,.T.); +#2978=ORIENTED_EDGE('',*,*,#4997,.T.); +#2979=ORIENTED_EDGE('',*,*,#4683,.T.); +#2980=ORIENTED_EDGE('',*,*,#5109,.T.); +#2981=ORIENTED_EDGE('',*,*,#4667,.F.); +#2982=ORIENTED_EDGE('',*,*,#4663,.T.); +#2983=ORIENTED_EDGE('',*,*,#5105,.T.); +#2984=ORIENTED_EDGE('',*,*,#4671,.F.); +#2985=ORIENTED_EDGE('',*,*,#5001,.T.); +#2986=ORIENTED_EDGE('',*,*,#4664,.T.); +#2987=ORIENTED_EDGE('',*,*,#4998,.T.); +#2988=ORIENTED_EDGE('',*,*,#4666,.F.); +#2989=ORIENTED_EDGE('',*,*,#5108,.T.); +#2990=ORIENTED_EDGE('',*,*,#4999,.T.); +#2991=ORIENTED_EDGE('',*,*,#4665,.T.); +#2992=ORIENTED_EDGE('',*,*,#5107,.T.); +#2993=ORIENTED_EDGE('',*,*,#4661,.F.); +#2994=ORIENTED_EDGE('',*,*,#4662,.T.); +#2995=ORIENTED_EDGE('',*,*,#5000,.T.); +#2996=ORIENTED_EDGE('',*,*,#4660,.F.); +#2997=ORIENTED_EDGE('',*,*,#5106,.T.); +#2998=ORIENTED_EDGE('',*,*,#4653,.T.); +#2999=ORIENTED_EDGE('',*,*,#5087,.T.); +#3000=ORIENTED_EDGE('',*,*,#4657,.F.); +#3001=ORIENTED_EDGE('',*,*,#5019,.T.); +#3002=ORIENTED_EDGE('',*,*,#4658,.T.); +#3003=ORIENTED_EDGE('',*,*,#5020,.T.); +#3004=ORIENTED_EDGE('',*,*,#4656,.F.); +#3005=ORIENTED_EDGE('',*,*,#5086,.T.); +#3006=ORIENTED_EDGE('',*,*,#4635,.T.); +#3007=ORIENTED_EDGE('',*,*,#5093,.T.); +#3008=ORIENTED_EDGE('',*,*,#4651,.F.); +#3009=ORIENTED_EDGE('',*,*,#5013,.T.); +#3010=ORIENTED_EDGE('',*,*,#4647,.T.); +#3011=ORIENTED_EDGE('',*,*,#5089,.T.); +#3012=ORIENTED_EDGE('',*,*,#4655,.F.); +#3013=ORIENTED_EDGE('',*,*,#5017,.T.); +#3014=ORIENTED_EDGE('',*,*,#4648,.T.); +#3015=ORIENTED_EDGE('',*,*,#5014,.T.); +#3016=ORIENTED_EDGE('',*,*,#4650,.F.); +#3017=ORIENTED_EDGE('',*,*,#5092,.T.); +#3018=ORIENTED_EDGE('',*,*,#5015,.T.); +#3019=ORIENTED_EDGE('',*,*,#4649,.T.); +#3020=ORIENTED_EDGE('',*,*,#5091,.T.); +#3021=ORIENTED_EDGE('',*,*,#4645,.F.); +#3022=ORIENTED_EDGE('',*,*,#4646,.T.); +#3023=ORIENTED_EDGE('',*,*,#5016,.T.); +#3024=ORIENTED_EDGE('',*,*,#4644,.F.); +#3025=ORIENTED_EDGE('',*,*,#5090,.T.); +#3026=ORIENTED_EDGE('',*,*,#5005,.T.); +#3027=ORIENTED_EDGE('',*,*,#4675,.T.); +#3028=ORIENTED_EDGE('',*,*,#5101,.T.); +#3029=ORIENTED_EDGE('',*,*,#4643,.F.); +#3030=ORIENTED_EDGE('',*,*,#5007,.T.); +#3031=ORIENTED_EDGE('',*,*,#4641,.T.); +#3032=ORIENTED_EDGE('',*,*,#5099,.T.); +#3033=ORIENTED_EDGE('',*,*,#4637,.F.); +#3034=ORIENTED_EDGE('',*,*,#4638,.T.); +#3035=ORIENTED_EDGE('',*,*,#5008,.T.); +#3036=ORIENTED_EDGE('',*,*,#4636,.F.); +#3037=ORIENTED_EDGE('',*,*,#5098,.T.); +#3038=ORIENTED_EDGE('',*,*,#4629,.T.); +#3039=ORIENTED_EDGE('',*,*,#5095,.T.); +#3040=ORIENTED_EDGE('',*,*,#4633,.F.); +#3041=ORIENTED_EDGE('',*,*,#5011,.T.); +#3042=ORIENTED_EDGE('',*,*,#5094,.T.); +#3043=ORIENTED_EDGE('',*,*,#4634,.T.); +#3044=ORIENTED_EDGE('',*,*,#5012,.T.); +#3045=ORIENTED_EDGE('',*,*,#4632,.F.); +#3046=ORIENTED_EDGE('',*,*,#5009,.T.); +#3047=ORIENTED_EDGE('',*,*,#4639,.T.); +#3048=ORIENTED_EDGE('',*,*,#5097,.T.); +#3049=ORIENTED_EDGE('',*,*,#4631,.F.); +#3050=ORIENTED_EDGE('',*,*,#4927,.T.); +#3051=ORIENTED_EDGE('',*,*,#4625,.T.); +#3052=ORIENTED_EDGE('',*,*,#5179,.T.); +#3053=ORIENTED_EDGE('',*,*,#4621,.F.); +#3054=ORIENTED_EDGE('',*,*,#4622,.T.); +#3055=ORIENTED_EDGE('',*,*,#4928,.T.); +#3056=ORIENTED_EDGE('',*,*,#4620,.F.); +#3057=ORIENTED_EDGE('',*,*,#5178,.T.); +#3058=ORIENTED_EDGE('',*,*,#4613,.T.); +#3059=ORIENTED_EDGE('',*,*,#5175,.T.); +#3060=ORIENTED_EDGE('',*,*,#4617,.F.); +#3061=ORIENTED_EDGE('',*,*,#4931,.T.); +#3062=ORIENTED_EDGE('',*,*,#5174,.T.); +#3063=ORIENTED_EDGE('',*,*,#4618,.T.); +#3064=ORIENTED_EDGE('',*,*,#4932,.T.); +#3065=ORIENTED_EDGE('',*,*,#4616,.F.); +#3066=ORIENTED_EDGE('',*,*,#4929,.T.); +#3067=ORIENTED_EDGE('',*,*,#4623,.T.); +#3068=ORIENTED_EDGE('',*,*,#5177,.T.); +#3069=ORIENTED_EDGE('',*,*,#4615,.F.); +#3070=ORIENTED_EDGE('',*,*,#4499,.T.); +#3071=ORIENTED_EDGE('',*,*,#5181,.T.); +#3072=ORIENTED_EDGE('',*,*,#4627,.F.); +#3073=ORIENTED_EDGE('',*,*,#4925,.T.); +#3074=ORIENTED_EDGE('',*,*,#4933,.T.); +#3075=ORIENTED_EDGE('',*,*,#4619,.T.); +#3076=ORIENTED_EDGE('',*,*,#5173,.T.); +#3077=ORIENTED_EDGE('',*,*,#4603,.F.); +#3078=ORIENTED_EDGE('',*,*,#4599,.T.); +#3079=ORIENTED_EDGE('',*,*,#5169,.T.); +#3080=ORIENTED_EDGE('',*,*,#4607,.F.); +#3081=ORIENTED_EDGE('',*,*,#4937,.T.); +#3082=ORIENTED_EDGE('',*,*,#4583,.T.); +#3083=ORIENTED_EDGE('',*,*,#5153,.T.); +#3084=ORIENTED_EDGE('',*,*,#4591,.F.); +#3085=ORIENTED_EDGE('',*,*,#4953,.T.); +#3086=ORIENTED_EDGE('',*,*,#4571,.T.); +#3087=ORIENTED_EDGE('',*,*,#5157,.T.); +#3088=ORIENTED_EDGE('',*,*,#4587,.F.); +#3089=ORIENTED_EDGE('',*,*,#4949,.T.); +#3090=ORIENTED_EDGE('',*,*,#4941,.T.); +#3091=ORIENTED_EDGE('',*,*,#4611,.T.); +#3092=ORIENTED_EDGE('',*,*,#5165,.T.); +#3093=ORIENTED_EDGE('',*,*,#4579,.F.); +#3094=ORIENTED_EDGE('',*,*,#4563,.T.); +#3095=ORIENTED_EDGE('',*,*,#5117,.T.); +#3096=ORIENTED_EDGE('',*,*,#4691,.F.); +#3097=ORIENTED_EDGE('',*,*,#4989,.T.); +#3098=ORIENTED_EDGE('',*,*,#4508,.T.); +#3099=ORIENTED_EDGE('',*,*,#4970,.T.); +#3100=ORIENTED_EDGE('',*,*,#4510,.F.); +#3101=ORIENTED_EDGE('',*,*,#5136,.T.); +#3102=ORIENTED_EDGE('',*,*,#4570,.T.); +#3103=ORIENTED_EDGE('',*,*,#4948,.T.); +#3104=ORIENTED_EDGE('',*,*,#4568,.F.); +#3105=ORIENTED_EDGE('',*,*,#5158,.T.); +#3106=ORIENTED_EDGE('',*,*,#4945,.T.); +#3107=ORIENTED_EDGE('',*,*,#4575,.T.); +#3108=ORIENTED_EDGE('',*,*,#5161,.T.); +#3109=ORIENTED_EDGE('',*,*,#4567,.F.); +#3110=ORIENTED_EDGE('',*,*,#4552,.T.); +#3111=ORIENTED_EDGE('',*,*,#4982,.T.); +#3112=ORIENTED_EDGE('',*,*,#4554,.F.); +#3113=ORIENTED_EDGE('',*,*,#5124,.T.); +#3114=ORIENTED_EDGE('',*,*,#4551,.T.); +#3115=ORIENTED_EDGE('',*,*,#5121,.T.); +#3116=ORIENTED_EDGE('',*,*,#4559,.F.); +#3117=ORIENTED_EDGE('',*,*,#4985,.T.); +#3118=ORIENTED_EDGE('',*,*,#4515,.T.); +#3119=ORIENTED_EDGE('',*,*,#5133,.T.); +#3120=ORIENTED_EDGE('',*,*,#4547,.F.); +#3121=ORIENTED_EDGE('',*,*,#4973,.T.); +#3122=ORIENTED_EDGE('',*,*,#4539,.T.); +#3123=ORIENTED_EDGE('',*,*,#5125,.T.); +#3124=ORIENTED_EDGE('',*,*,#4555,.F.); +#3125=ORIENTED_EDGE('',*,*,#4981,.T.); +#3126=ORIENTED_EDGE('',*,*,#5130,.T.); +#3127=ORIENTED_EDGE('',*,*,#4542,.T.); +#3128=ORIENTED_EDGE('',*,*,#4976,.T.); +#3129=ORIENTED_EDGE('',*,*,#4540,.F.); +#3130=ORIENTED_EDGE('',*,*,#4545,.T.); +#3131=ORIENTED_EDGE('',*,*,#5131,.T.); +#3132=ORIENTED_EDGE('',*,*,#4541,.F.); +#3133=ORIENTED_EDGE('',*,*,#4975,.T.); +#3134=ORIENTED_EDGE('',*,*,#5132,.T.); +#3135=ORIENTED_EDGE('',*,*,#4544,.T.); +#3136=ORIENTED_EDGE('',*,*,#4974,.T.); +#3137=ORIENTED_EDGE('',*,*,#4546,.F.); +#3138=ORIENTED_EDGE('',*,*,#5126,.T.); +#3139=ORIENTED_EDGE('',*,*,#4538,.T.); +#3140=ORIENTED_EDGE('',*,*,#4980,.T.); +#3141=ORIENTED_EDGE('',*,*,#4536,.F.); +#3142=ORIENTED_EDGE('',*,*,#4977,.T.); +#3143=ORIENTED_EDGE('',*,*,#4543,.T.); +#3144=ORIENTED_EDGE('',*,*,#5129,.T.); +#3145=ORIENTED_EDGE('',*,*,#4535,.F.); +#3146=ORIENTED_EDGE('',*,*,#4550,.T.); +#3147=ORIENTED_EDGE('',*,*,#4984,.T.); +#3148=ORIENTED_EDGE('',*,*,#4548,.F.); +#3149=ORIENTED_EDGE('',*,*,#5122,.T.); +#3150=ORIENTED_EDGE('',*,*,#4533,.T.); +#3151=ORIENTED_EDGE('',*,*,#5127,.T.); +#3152=ORIENTED_EDGE('',*,*,#4537,.F.); +#3153=ORIENTED_EDGE('',*,*,#4979,.T.); +#3154=ORIENTED_EDGE('',*,*,#4532,.T.); +#3155=ORIENTED_EDGE('',*,*,#4978,.T.); +#3156=ORIENTED_EDGE('',*,*,#4534,.F.); +#3157=ORIENTED_EDGE('',*,*,#5128,.T.); +#3158=ORIENTED_EDGE('',*,*,#4957,.T.); +#3159=ORIENTED_EDGE('',*,*,#4595,.T.); +#3160=ORIENTED_EDGE('',*,*,#5149,.T.); +#3161=ORIENTED_EDGE('',*,*,#4531,.F.); +#3162=ORIENTED_EDGE('',*,*,#4528,.T.); +#3163=ORIENTED_EDGE('',*,*,#4958,.T.); +#3164=ORIENTED_EDGE('',*,*,#4530,.F.); +#3165=ORIENTED_EDGE('',*,*,#5148,.T.); +#3166=ORIENTED_EDGE('',*,*,#5120,.T.); +#3167=ORIENTED_EDGE('',*,*,#4556,.T.); +#3168=ORIENTED_EDGE('',*,*,#4986,.T.); +#3169=ORIENTED_EDGE('',*,*,#4558,.F.); +#3170=ORIENTED_EDGE('',*,*,#4987,.T.); +#3171=ORIENTED_EDGE('',*,*,#4557,.T.); +#3172=ORIENTED_EDGE('',*,*,#5119,.T.); +#3173=ORIENTED_EDGE('',*,*,#4561,.F.); +#3174=ORIENTED_EDGE('',*,*,#4959,.T.); +#3175=ORIENTED_EDGE('',*,*,#4529,.T.); +#3176=ORIENTED_EDGE('',*,*,#5147,.T.); +#3177=ORIENTED_EDGE('',*,*,#4525,.F.); +#3178=ORIENTED_EDGE('',*,*,#5146,.T.); +#3179=ORIENTED_EDGE('',*,*,#4526,.T.); +#3180=ORIENTED_EDGE('',*,*,#4960,.T.); +#3181=ORIENTED_EDGE('',*,*,#4524,.F.); +#3182=ORIENTED_EDGE('',*,*,#5180,.T.); +#3183=ORIENTED_EDGE('',*,*,#4624,.T.); +#3184=ORIENTED_EDGE('',*,*,#4926,.T.); +#3185=ORIENTED_EDGE('',*,*,#4626,.F.); +#3186=ORIENTED_EDGE('',*,*,#5118,.T.); +#3187=ORIENTED_EDGE('',*,*,#4562,.T.); +#3188=ORIENTED_EDGE('',*,*,#4988,.T.); +#3189=ORIENTED_EDGE('',*,*,#4560,.F.); +#3190=ORIENTED_EDGE('',*,*,#5160,.T.); +#3191=ORIENTED_EDGE('',*,*,#4564,.T.); +#3192=ORIENTED_EDGE('',*,*,#4946,.T.); +#3193=ORIENTED_EDGE('',*,*,#4566,.F.); +#3194=ORIENTED_EDGE('',*,*,#4963,.T.); +#3195=ORIENTED_EDGE('',*,*,#4517,.T.); +#3196=ORIENTED_EDGE('',*,*,#5143,.T.); +#3197=ORIENTED_EDGE('',*,*,#4521,.F.); +#3198=ORIENTED_EDGE('',*,*,#5096,.T.); +#3199=ORIENTED_EDGE('',*,*,#4628,.T.); +#3200=ORIENTED_EDGE('',*,*,#5010,.T.); +#3201=ORIENTED_EDGE('',*,*,#4630,.F.); +#3202=ORIENTED_EDGE('',*,*,#5142,.T.); +#3203=ORIENTED_EDGE('',*,*,#4522,.T.); +#3204=ORIENTED_EDGE('',*,*,#4964,.T.); +#3205=ORIENTED_EDGE('',*,*,#4520,.F.); +#3206=ORIENTED_EDGE('',*,*,#4961,.T.); +#3207=ORIENTED_EDGE('',*,*,#4527,.T.); +#3208=ORIENTED_EDGE('',*,*,#5145,.T.); +#3209=ORIENTED_EDGE('',*,*,#4519,.F.); +#3210=ORIENTED_EDGE('',*,*,#4983,.T.); +#3211=ORIENTED_EDGE('',*,*,#4553,.T.); +#3212=ORIENTED_EDGE('',*,*,#5123,.T.); +#3213=ORIENTED_EDGE('',*,*,#4549,.F.); +#3214=ORIENTED_EDGE('',*,*,#4516,.T.); +#3215=ORIENTED_EDGE('',*,*,#4962,.T.); +#3216=ORIENTED_EDGE('',*,*,#4518,.F.); +#3217=ORIENTED_EDGE('',*,*,#5144,.T.); +#3218=ORIENTED_EDGE('',*,*,#5162,.T.); +#3219=ORIENTED_EDGE('',*,*,#4574,.T.); +#3220=ORIENTED_EDGE('',*,*,#4944,.T.); +#3221=ORIENTED_EDGE('',*,*,#4572,.F.); +#3222=ORIENTED_EDGE('',*,*,#5100,.T.); +#3223=ORIENTED_EDGE('',*,*,#4640,.T.); +#3224=ORIENTED_EDGE('',*,*,#5006,.T.); +#3225=ORIENTED_EDGE('',*,*,#4642,.F.); +#3226=ORIENTED_EDGE('',*,*,#4577,.T.); +#3227=ORIENTED_EDGE('',*,*,#5163,.T.); +#3228=ORIENTED_EDGE('',*,*,#4573,.F.); +#3229=ORIENTED_EDGE('',*,*,#4943,.T.); +#3230=ORIENTED_EDGE('',*,*,#4971,.T.); +#3231=ORIENTED_EDGE('',*,*,#4509,.T.); +#3232=ORIENTED_EDGE('',*,*,#5135,.T.); +#3233=ORIENTED_EDGE('',*,*,#4513,.F.); +#3234=ORIENTED_EDGE('',*,*,#5134,.T.); +#3235=ORIENTED_EDGE('',*,*,#4514,.T.); +#3236=ORIENTED_EDGE('',*,*,#4972,.T.); +#3237=ORIENTED_EDGE('',*,*,#4512,.F.); +#3238=ORIENTED_EDGE('',*,*,#5164,.T.); +#3239=ORIENTED_EDGE('',*,*,#4576,.T.); +#3240=ORIENTED_EDGE('',*,*,#4942,.T.); +#3241=ORIENTED_EDGE('',*,*,#4578,.F.); +#3242=ORIENTED_EDGE('',*,*,#4503,.T.); +#3243=ORIENTED_EDGE('',*,*,#5137,.T.); +#3244=ORIENTED_EDGE('',*,*,#4511,.F.); +#3245=ORIENTED_EDGE('',*,*,#4969,.T.); +#3246=ORIENTED_EDGE('',*,*,#4947,.T.); +#3247=ORIENTED_EDGE('',*,*,#4565,.T.); +#3248=ORIENTED_EDGE('',*,*,#5159,.T.); +#3249=ORIENTED_EDGE('',*,*,#4569,.F.); +#3250=ORIENTED_EDGE('',*,*,#4951,.T.); +#3251=ORIENTED_EDGE('',*,*,#4585,.T.); +#3252=ORIENTED_EDGE('',*,*,#5155,.T.); +#3253=ORIENTED_EDGE('',*,*,#4581,.F.); +#3254=ORIENTED_EDGE('',*,*,#5154,.T.); +#3255=ORIENTED_EDGE('',*,*,#4582,.T.); +#3256=ORIENTED_EDGE('',*,*,#4952,.T.); +#3257=ORIENTED_EDGE('',*,*,#4580,.F.); +#3258=ORIENTED_EDGE('',*,*,#5088,.T.); +#3259=ORIENTED_EDGE('',*,*,#4652,.T.); +#3260=ORIENTED_EDGE('',*,*,#5018,.T.); +#3261=ORIENTED_EDGE('',*,*,#4654,.F.); +#3262=ORIENTED_EDGE('',*,*,#4965,.T.); +#3263=ORIENTED_EDGE('',*,*,#4523,.T.); +#3264=ORIENTED_EDGE('',*,*,#5141,.T.); +#3265=ORIENTED_EDGE('',*,*,#4507,.F.); +#3266=ORIENTED_EDGE('',*,*,#5156,.T.); +#3267=ORIENTED_EDGE('',*,*,#4584,.T.); +#3268=ORIENTED_EDGE('',*,*,#4950,.T.); +#3269=ORIENTED_EDGE('',*,*,#4586,.F.); +#3270=ORIENTED_EDGE('',*,*,#4504,.T.); +#3271=ORIENTED_EDGE('',*,*,#4966,.T.); +#3272=ORIENTED_EDGE('',*,*,#4506,.F.); +#3273=ORIENTED_EDGE('',*,*,#5140,.T.); +#3274=ORIENTED_EDGE('',*,*,#4589,.T.); +#3275=ORIENTED_EDGE('',*,*,#5151,.T.); +#3276=ORIENTED_EDGE('',*,*,#4593,.F.); +#3277=ORIENTED_EDGE('',*,*,#4955,.T.); +#3278=ORIENTED_EDGE('',*,*,#4967,.T.); +#3279=ORIENTED_EDGE('',*,*,#4505,.T.); +#3280=ORIENTED_EDGE('',*,*,#5139,.T.); +#3281=ORIENTED_EDGE('',*,*,#4501,.F.); +#3282=ORIENTED_EDGE('',*,*,#5138,.T.); +#3283=ORIENTED_EDGE('',*,*,#4502,.T.); +#3284=ORIENTED_EDGE('',*,*,#4968,.T.); +#3285=ORIENTED_EDGE('',*,*,#4500,.F.); +#3286=ORIENTED_EDGE('',*,*,#4594,.T.); +#3287=ORIENTED_EDGE('',*,*,#4956,.T.); +#3288=ORIENTED_EDGE('',*,*,#4592,.F.); +#3289=ORIENTED_EDGE('',*,*,#5150,.T.); +#3290=ORIENTED_EDGE('',*,*,#4588,.T.); +#3291=ORIENTED_EDGE('',*,*,#4954,.T.); +#3292=ORIENTED_EDGE('',*,*,#4590,.F.); +#3293=ORIENTED_EDGE('',*,*,#5152,.T.); +#3294=ORIENTED_EDGE('',*,*,#5104,.T.); +#3295=ORIENTED_EDGE('',*,*,#4668,.T.); +#3296=ORIENTED_EDGE('',*,*,#5002,.T.); +#3297=ORIENTED_EDGE('',*,*,#4670,.F.); +#3298=ORIENTED_EDGE('',*,*,#4598,.T.); +#3299=ORIENTED_EDGE('',*,*,#4936,.T.); +#3300=ORIENTED_EDGE('',*,*,#4596,.F.); +#3301=ORIENTED_EDGE('',*,*,#5170,.T.); +#3302=ORIENTED_EDGE('',*,*,#5182,.T.); +#3303=ORIENTED_EDGE('',*,*,#4498,.T.); +#3304=ORIENTED_EDGE('',*,*,#4924,.T.); +#3305=ORIENTED_EDGE('',*,*,#4496,.F.); +#3306=ORIENTED_EDGE('',*,*,#4487,.T.); +#3307=ORIENTED_EDGE('',*,*,#5185,.T.); +#3308=ORIENTED_EDGE('',*,*,#4495,.F.); +#3309=ORIENTED_EDGE('',*,*,#4921,.T.); +#3310=ORIENTED_EDGE('',*,*,#4601,.T.); +#3311=ORIENTED_EDGE('',*,*,#5171,.T.); +#3312=ORIENTED_EDGE('',*,*,#4597,.F.); +#3313=ORIENTED_EDGE('',*,*,#4935,.T.); +#3314=ORIENTED_EDGE('',*,*,#5112,.T.); +#3315=ORIENTED_EDGE('',*,*,#4676,.T.); +#3316=ORIENTED_EDGE('',*,*,#4994,.T.); +#3317=ORIENTED_EDGE('',*,*,#4678,.F.); +#3318=ORIENTED_EDGE('',*,*,#4493,.T.); +#3319=ORIENTED_EDGE('',*,*,#5183,.T.); +#3320=ORIENTED_EDGE('',*,*,#4497,.F.); +#3321=ORIENTED_EDGE('',*,*,#4923,.T.); +#3322=ORIENTED_EDGE('',*,*,#4492,.T.); +#3323=ORIENTED_EDGE('',*,*,#4922,.T.); +#3324=ORIENTED_EDGE('',*,*,#4494,.F.); +#3325=ORIENTED_EDGE('',*,*,#5184,.T.); +#3326=ORIENTED_EDGE('',*,*,#5172,.T.); +#3327=ORIENTED_EDGE('',*,*,#4600,.T.); +#3328=ORIENTED_EDGE('',*,*,#4934,.T.); +#3329=ORIENTED_EDGE('',*,*,#4602,.F.); +#3330=ORIENTED_EDGE('',*,*,#4483,.T.); +#3331=ORIENTED_EDGE('',*,*,#5189,.T.); +#3332=ORIENTED_EDGE('',*,*,#4491,.F.); +#3333=ORIENTED_EDGE('',*,*,#4917,.T.); +#3334=ORIENTED_EDGE('',*,*,#4488,.T.); +#3335=ORIENTED_EDGE('',*,*,#4918,.T.); +#3336=ORIENTED_EDGE('',*,*,#4490,.F.); +#3337=ORIENTED_EDGE('',*,*,#5188,.T.); +#3338=ORIENTED_EDGE('',*,*,#4604,.T.); +#3339=ORIENTED_EDGE('',*,*,#4938,.T.); +#3340=ORIENTED_EDGE('',*,*,#4606,.F.); +#3341=ORIENTED_EDGE('',*,*,#5168,.T.); +#3342=ORIENTED_EDGE('',*,*,#5116,.T.); +#3343=ORIENTED_EDGE('',*,*,#4688,.T.); +#3344=ORIENTED_EDGE('',*,*,#4990,.T.); +#3345=ORIENTED_EDGE('',*,*,#4690,.F.); +#3346=ORIENTED_EDGE('',*,*,#4919,.T.); +#3347=ORIENTED_EDGE('',*,*,#4489,.T.); +#3348=ORIENTED_EDGE('',*,*,#5187,.T.); +#3349=ORIENTED_EDGE('',*,*,#4485,.F.); +#3350=ORIENTED_EDGE('',*,*,#4939,.T.); +#3351=ORIENTED_EDGE('',*,*,#4605,.T.); +#3352=ORIENTED_EDGE('',*,*,#5167,.T.); +#3353=ORIENTED_EDGE('',*,*,#4609,.F.); +#3354=ORIENTED_EDGE('',*,*,#5186,.T.); +#3355=ORIENTED_EDGE('',*,*,#4486,.T.); +#3356=ORIENTED_EDGE('',*,*,#4920,.T.); +#3357=ORIENTED_EDGE('',*,*,#4484,.F.); +#3358=ORIENTED_EDGE('',*,*,#5072,.T.); +#3359=ORIENTED_EDGE('',*,*,#4700,.T.); +#3360=ORIENTED_EDGE('',*,*,#5034,.T.); +#3361=ORIENTED_EDGE('',*,*,#4702,.F.); +#3362=ORIENTED_EDGE('',*,*,#4479,.T.); +#3363=ORIENTED_EDGE('',*,*,#4914,.T.); +#3364=ORIENTED_EDGE('',*,*,#4472,.T.); +#3365=ORIENTED_EDGE('',*,*,#4473,.T.); +#3366=ORIENTED_EDGE('',*,*,#5176,.T.); +#3367=ORIENTED_EDGE('',*,*,#4612,.T.); +#3368=ORIENTED_EDGE('',*,*,#4930,.T.); +#3369=ORIENTED_EDGE('',*,*,#4614,.F.); +#3370=ORIENTED_EDGE('',*,*,#5190,.T.); +#3371=ORIENTED_EDGE('',*,*,#4482,.T.); +#3372=ORIENTED_EDGE('',*,*,#4916,.T.); +#3373=ORIENTED_EDGE('',*,*,#4480,.F.); +#3374=ORIENTED_EDGE('',*,*,#4478,.T.); +#3375=ORIENTED_EDGE('',*,*,#5191,.T.); +#3376=ORIENTED_EDGE('',*,*,#4481,.F.); +#3377=ORIENTED_EDGE('',*,*,#4915,.T.); +#3378=ORIENTED_EDGE('',*,*,#5166,.T.); +#3379=ORIENTED_EDGE('',*,*,#4610,.T.); +#3380=ORIENTED_EDGE('',*,*,#4940,.T.); +#3381=ORIENTED_EDGE('',*,*,#4608,.F.); +#3382=ORIENTED_EDGE('',*,*,#5080,.T.); +#3383=ORIENTED_EDGE('',*,*,#4708,.T.); +#3384=ORIENTED_EDGE('',*,*,#5026,.T.); +#3385=ORIENTED_EDGE('',*,*,#4710,.F.); +#3386=ORIENTED_EDGE('',*,*,#4749,.T.); +#3387=ORIENTED_EDGE('',*,*,#5055,.T.); +#3388=ORIENTED_EDGE('',*,*,#4753,.F.); +#3389=ORIENTED_EDGE('',*,*,#5051,.T.); +#3390=ORIENTED_EDGE('',*,*,#4754,.T.); +#3391=ORIENTED_EDGE('',*,*,#5052,.T.); +#3392=ORIENTED_EDGE('',*,*,#4752,.F.); +#3393=ORIENTED_EDGE('',*,*,#5054,.T.); +#3394=ORIENTED_EDGE('',*,*,#4731,.T.); +#3395=ORIENTED_EDGE('',*,*,#5061,.T.); +#3396=ORIENTED_EDGE('',*,*,#4747,.F.); +#3397=ORIENTED_EDGE('',*,*,#5045,.T.); +#3398=ORIENTED_EDGE('',*,*,#4743,.T.); +#3399=ORIENTED_EDGE('',*,*,#5057,.T.); +#3400=ORIENTED_EDGE('',*,*,#4751,.F.); +#3401=ORIENTED_EDGE('',*,*,#5049,.T.); +#3402=ORIENTED_EDGE('',*,*,#4744,.T.); +#3403=ORIENTED_EDGE('',*,*,#5046,.T.); +#3404=ORIENTED_EDGE('',*,*,#4746,.F.); +#3405=ORIENTED_EDGE('',*,*,#5060,.T.); +#3406=ORIENTED_EDGE('',*,*,#5047,.T.); +#3407=ORIENTED_EDGE('',*,*,#4745,.T.); +#3408=ORIENTED_EDGE('',*,*,#5059,.T.); +#3409=ORIENTED_EDGE('',*,*,#4741,.F.); +#3410=ORIENTED_EDGE('',*,*,#4742,.T.); +#3411=ORIENTED_EDGE('',*,*,#5048,.T.); +#3412=ORIENTED_EDGE('',*,*,#4740,.F.); +#3413=ORIENTED_EDGE('',*,*,#5058,.T.); +#3414=ORIENTED_EDGE('',*,*,#5037,.T.); +#3415=ORIENTED_EDGE('',*,*,#4707,.T.); +#3416=ORIENTED_EDGE('',*,*,#5069,.T.); +#3417=ORIENTED_EDGE('',*,*,#4739,.F.); +#3418=ORIENTED_EDGE('',*,*,#5039,.T.); +#3419=ORIENTED_EDGE('',*,*,#4737,.T.); +#3420=ORIENTED_EDGE('',*,*,#5067,.T.); +#3421=ORIENTED_EDGE('',*,*,#4733,.F.); +#3422=ORIENTED_EDGE('',*,*,#5066,.T.); +#3423=ORIENTED_EDGE('',*,*,#4734,.T.); +#3424=ORIENTED_EDGE('',*,*,#5040,.T.); +#3425=ORIENTED_EDGE('',*,*,#4732,.F.); +#3426=ORIENTED_EDGE('',*,*,#5062,.T.); +#3427=ORIENTED_EDGE('',*,*,#4730,.T.); +#3428=ORIENTED_EDGE('',*,*,#5044,.T.); +#3429=ORIENTED_EDGE('',*,*,#4728,.F.); +#3430=ORIENTED_EDGE('',*,*,#5041,.T.); +#3431=ORIENTED_EDGE('',*,*,#4735,.T.); +#3432=ORIENTED_EDGE('',*,*,#5065,.T.); +#3433=ORIENTED_EDGE('',*,*,#4727,.F.); +#3434=ORIENTED_EDGE('',*,*,#4725,.T.); +#3435=ORIENTED_EDGE('',*,*,#5063,.T.); +#3436=ORIENTED_EDGE('',*,*,#4729,.F.); +#3437=ORIENTED_EDGE('',*,*,#5043,.T.); +#3438=ORIENTED_EDGE('',*,*,#5068,.T.); +#3439=ORIENTED_EDGE('',*,*,#4736,.T.); +#3440=ORIENTED_EDGE('',*,*,#5038,.T.); +#3441=ORIENTED_EDGE('',*,*,#4738,.F.); +#3442=ORIENTED_EDGE('',*,*,#4724,.T.); +#3443=ORIENTED_EDGE('',*,*,#5042,.T.); +#3444=ORIENTED_EDGE('',*,*,#4726,.F.); +#3445=ORIENTED_EDGE('',*,*,#5064,.T.); +#3446=ORIENTED_EDGE('',*,*,#5021,.T.); +#3447=ORIENTED_EDGE('',*,*,#4659,.T.); +#3448=ORIENTED_EDGE('',*,*,#5085,.T.); +#3449=ORIENTED_EDGE('',*,*,#4723,.F.); +#3450=ORIENTED_EDGE('',*,*,#4720,.T.); +#3451=ORIENTED_EDGE('',*,*,#5022,.T.); +#3452=ORIENTED_EDGE('',*,*,#4722,.F.); +#3453=ORIENTED_EDGE('',*,*,#5084,.T.); +#3454=ORIENTED_EDGE('',*,*,#5023,.T.); +#3455=ORIENTED_EDGE('',*,*,#4721,.T.); +#3456=ORIENTED_EDGE('',*,*,#5083,.T.); +#3457=ORIENTED_EDGE('',*,*,#4717,.F.); +#3458=ORIENTED_EDGE('',*,*,#5082,.T.); +#3459=ORIENTED_EDGE('',*,*,#4718,.T.); +#3460=ORIENTED_EDGE('',*,*,#5024,.T.); +#3461=ORIENTED_EDGE('',*,*,#4716,.F.); +#3462=ORIENTED_EDGE('',*,*,#5056,.T.); +#3463=ORIENTED_EDGE('',*,*,#4748,.T.); +#3464=ORIENTED_EDGE('',*,*,#5050,.T.); +#3465=ORIENTED_EDGE('',*,*,#4750,.F.); +#3466=ORIENTED_EDGE('',*,*,#5027,.T.); +#3467=ORIENTED_EDGE('',*,*,#4709,.T.); +#3468=ORIENTED_EDGE('',*,*,#5079,.T.); +#3469=ORIENTED_EDGE('',*,*,#4713,.F.); +#3470=ORIENTED_EDGE('',*,*,#5078,.T.); +#3471=ORIENTED_EDGE('',*,*,#4714,.T.); +#3472=ORIENTED_EDGE('',*,*,#5028,.T.); +#3473=ORIENTED_EDGE('',*,*,#4712,.F.); +#3474=ORIENTED_EDGE('',*,*,#5025,.T.); +#3475=ORIENTED_EDGE('',*,*,#4719,.T.); +#3476=ORIENTED_EDGE('',*,*,#5081,.T.); +#3477=ORIENTED_EDGE('',*,*,#4711,.F.); +#3478=ORIENTED_EDGE('',*,*,#4756,.F.); +#3479=ORIENTED_EDGE('',*,*,#4473,.F.); +#3480=ORIENTED_EDGE('',*,*,#4475,.F.); +#3481=ORIENTED_EDGE('',*,*,#4477,.F.); +#3482=ORIENTED_EDGE('',*,*,#4476,.T.); +#3483=ORIENTED_EDGE('',*,*,#5053,.F.); +#3484=ORIENTED_EDGE('',*,*,#3904,.F.); +#3485=ORIENTED_EDGE('',*,*,#3906,.F.); +#3486=ORIENTED_EDGE('',*,*,#5054,.F.); +#3487=ORIENTED_EDGE('',*,*,#4913,.T.); +#3488=ORIENTED_EDGE('',*,*,#3909,.T.); +#3489=ORIENTED_EDGE('',*,*,#5055,.F.); +#3490=ORIENTED_EDGE('',*,*,#3917,.F.); +#3491=ORIENTED_EDGE('',*,*,#3919,.F.); +#3492=ORIENTED_EDGE('',*,*,#5056,.F.); +#3493=ORIENTED_EDGE('',*,*,#3914,.T.); +#3494=ORIENTED_EDGE('',*,*,#4912,.T.); +#3495=ORIENTED_EDGE('',*,*,#5057,.F.); +#3496=ORIENTED_EDGE('',*,*,#4910,.F.); +#3497=ORIENTED_EDGE('',*,*,#4909,.F.); +#3498=ORIENTED_EDGE('',*,*,#5058,.F.); +#3499=ORIENTED_EDGE('',*,*,#4908,.T.); +#3500=ORIENTED_EDGE('',*,*,#3934,.T.); +#3501=ORIENTED_EDGE('',*,*,#5059,.F.); +#3502=ORIENTED_EDGE('',*,*,#3926,.F.); +#3503=ORIENTED_EDGE('',*,*,#3928,.F.); +#3504=ORIENTED_EDGE('',*,*,#5060,.F.); +#3505=ORIENTED_EDGE('',*,*,#4911,.T.); +#3506=ORIENTED_EDGE('',*,*,#3922,.T.); +#3507=ORIENTED_EDGE('',*,*,#5061,.F.); +#3508=ORIENTED_EDGE('',*,*,#3953,.F.); +#3509=ORIENTED_EDGE('',*,*,#4902,.F.); +#3510=ORIENTED_EDGE('',*,*,#5062,.F.); +#3511=ORIENTED_EDGE('',*,*,#4901,.T.); +#3512=ORIENTED_EDGE('',*,*,#3957,.T.); +#3513=ORIENTED_EDGE('',*,*,#5063,.F.); +#3514=ORIENTED_EDGE('',*,*,#3966,.F.); +#3515=ORIENTED_EDGE('',*,*,#4900,.F.); +#3516=ORIENTED_EDGE('',*,*,#5064,.F.); +#3517=ORIENTED_EDGE('',*,*,#3963,.T.); +#3518=ORIENTED_EDGE('',*,*,#3961,.T.); +#3519=ORIENTED_EDGE('',*,*,#5065,.F.); +#3520=ORIENTED_EDGE('',*,*,#4905,.F.); +#3521=ORIENTED_EDGE('',*,*,#4904,.F.); +#3522=ORIENTED_EDGE('',*,*,#5066,.F.); +#3523=ORIENTED_EDGE('',*,*,#4903,.T.); +#3524=ORIENTED_EDGE('',*,*,#3949,.T.); +#3525=ORIENTED_EDGE('',*,*,#5067,.F.); +#3526=ORIENTED_EDGE('',*,*,#3942,.F.); +#3527=ORIENTED_EDGE('',*,*,#4906,.F.); +#3528=ORIENTED_EDGE('',*,*,#5068,.F.); +#3529=ORIENTED_EDGE('',*,*,#4907,.T.); +#3530=ORIENTED_EDGE('',*,*,#3938,.T.); +#3531=ORIENTED_EDGE('',*,*,#5069,.F.); +#3532=ORIENTED_EDGE('',*,*,#4000,.F.); +#3533=ORIENTED_EDGE('',*,*,#4889,.F.); +#3534=ORIENTED_EDGE('',*,*,#5070,.F.); +#3535=ORIENTED_EDGE('',*,*,#4888,.T.); +#3536=ORIENTED_EDGE('',*,*,#4004,.T.); +#3537=ORIENTED_EDGE('',*,*,#5071,.F.); +#3538=ORIENTED_EDGE('',*,*,#4012,.F.); +#3539=ORIENTED_EDGE('',*,*,#4886,.F.); +#3540=ORIENTED_EDGE('',*,*,#5072,.F.); +#3541=ORIENTED_EDGE('',*,*,#4887,.T.); +#3542=ORIENTED_EDGE('',*,*,#4008,.T.); +#3543=ORIENTED_EDGE('',*,*,#5073,.F.); +#3544=ORIENTED_EDGE('',*,*,#4024,.F.); +#3545=ORIENTED_EDGE('',*,*,#4883,.F.); +#3546=ORIENTED_EDGE('',*,*,#5074,.F.); +#3547=ORIENTED_EDGE('',*,*,#4882,.T.); +#3548=ORIENTED_EDGE('',*,*,#4028,.T.); +#3549=ORIENTED_EDGE('',*,*,#5075,.F.); +#3550=ORIENTED_EDGE('',*,*,#4020,.F.); +#3551=ORIENTED_EDGE('',*,*,#4884,.F.); +#3552=ORIENTED_EDGE('',*,*,#5076,.F.); +#3553=ORIENTED_EDGE('',*,*,#4885,.T.); +#3554=ORIENTED_EDGE('',*,*,#4016,.T.); +#3555=ORIENTED_EDGE('',*,*,#5077,.F.); +#3556=ORIENTED_EDGE('',*,*,#3984,.F.); +#3557=ORIENTED_EDGE('',*,*,#4893,.F.); +#3558=ORIENTED_EDGE('',*,*,#5078,.F.); +#3559=ORIENTED_EDGE('',*,*,#4892,.T.); +#3560=ORIENTED_EDGE('',*,*,#3988,.T.); +#3561=ORIENTED_EDGE('',*,*,#5079,.F.); +#3562=ORIENTED_EDGE('',*,*,#3996,.F.); +#3563=ORIENTED_EDGE('',*,*,#4890,.F.); +#3564=ORIENTED_EDGE('',*,*,#5080,.F.); +#3565=ORIENTED_EDGE('',*,*,#4891,.T.); +#3566=ORIENTED_EDGE('',*,*,#3992,.T.); +#3567=ORIENTED_EDGE('',*,*,#5081,.F.); +#3568=ORIENTED_EDGE('',*,*,#3977,.F.); +#3569=ORIENTED_EDGE('',*,*,#4896,.F.); +#3570=ORIENTED_EDGE('',*,*,#5082,.F.); +#3571=ORIENTED_EDGE('',*,*,#4894,.T.); +#3572=ORIENTED_EDGE('',*,*,#4895,.T.); +#3573=ORIENTED_EDGE('',*,*,#5083,.F.); +#3574=ORIENTED_EDGE('',*,*,#4898,.F.); +#3575=ORIENTED_EDGE('',*,*,#4897,.F.); +#3576=ORIENTED_EDGE('',*,*,#5084,.F.); +#3577=ORIENTED_EDGE('',*,*,#4899,.T.); +#3578=ORIENTED_EDGE('',*,*,#3970,.T.); +#3579=ORIENTED_EDGE('',*,*,#5085,.F.); +#3580=ORIENTED_EDGE('',*,*,#4863,.F.); +#3581=ORIENTED_EDGE('',*,*,#4862,.F.); +#3582=ORIENTED_EDGE('',*,*,#5086,.F.); +#3583=ORIENTED_EDGE('',*,*,#4861,.T.); +#3584=ORIENTED_EDGE('',*,*,#4097,.T.); +#3585=ORIENTED_EDGE('',*,*,#5087,.F.); +#3586=ORIENTED_EDGE('',*,*,#4858,.F.); +#3587=ORIENTED_EDGE('',*,*,#4857,.F.); +#3588=ORIENTED_EDGE('',*,*,#5088,.F.); +#3589=ORIENTED_EDGE('',*,*,#4859,.T.); +#3590=ORIENTED_EDGE('',*,*,#4860,.T.); +#3591=ORIENTED_EDGE('',*,*,#5089,.F.); +#3592=ORIENTED_EDGE('',*,*,#4114,.F.); +#3593=ORIENTED_EDGE('',*,*,#4853,.F.); +#3594=ORIENTED_EDGE('',*,*,#5090,.F.); +#3595=ORIENTED_EDGE('',*,*,#4852,.T.); +#3596=ORIENTED_EDGE('',*,*,#4118,.T.); +#3597=ORIENTED_EDGE('',*,*,#5091,.F.); +#3598=ORIENTED_EDGE('',*,*,#4110,.F.); +#3599=ORIENTED_EDGE('',*,*,#4854,.F.); +#3600=ORIENTED_EDGE('',*,*,#5092,.F.); +#3601=ORIENTED_EDGE('',*,*,#4855,.T.); +#3602=ORIENTED_EDGE('',*,*,#4856,.T.); +#3603=ORIENTED_EDGE('',*,*,#5093,.F.); +#3604=ORIENTED_EDGE('',*,*,#4136,.F.); +#3605=ORIENTED_EDGE('',*,*,#4845,.F.); +#3606=ORIENTED_EDGE('',*,*,#5094,.F.); +#3607=ORIENTED_EDGE('',*,*,#4844,.T.); +#3608=ORIENTED_EDGE('',*,*,#4140,.T.); +#3609=ORIENTED_EDGE('',*,*,#5095,.F.); +#3610=ORIENTED_EDGE('',*,*,#4843,.F.); +#3611=ORIENTED_EDGE('',*,*,#4842,.F.); +#3612=ORIENTED_EDGE('',*,*,#5096,.F.); +#3613=ORIENTED_EDGE('',*,*,#4146,.T.); +#3614=ORIENTED_EDGE('',*,*,#4144,.T.); +#3615=ORIENTED_EDGE('',*,*,#5097,.F.); +#3616=ORIENTED_EDGE('',*,*,#4849,.F.); +#3617=ORIENTED_EDGE('',*,*,#4848,.F.); +#3618=ORIENTED_EDGE('',*,*,#5098,.F.); +#3619=ORIENTED_EDGE('',*,*,#4846,.T.); +#3620=ORIENTED_EDGE('',*,*,#4847,.T.); +#3621=ORIENTED_EDGE('',*,*,#5099,.F.); +#3622=ORIENTED_EDGE('',*,*,#4850,.F.); +#3623=ORIENTED_EDGE('',*,*,#4127,.F.); +#3624=ORIENTED_EDGE('',*,*,#5100,.F.); +#3625=ORIENTED_EDGE('',*,*,#4851,.T.); +#3626=ORIENTED_EDGE('',*,*,#4122,.T.); +#3627=ORIENTED_EDGE('',*,*,#5101,.F.); +#3628=ORIENTED_EDGE('',*,*,#4062,.F.); +#3629=ORIENTED_EDGE('',*,*,#4871,.F.); +#3630=ORIENTED_EDGE('',*,*,#5102,.F.); +#3631=ORIENTED_EDGE('',*,*,#4869,.T.); +#3632=ORIENTED_EDGE('',*,*,#4870,.T.); +#3633=ORIENTED_EDGE('',*,*,#5103,.F.); +#3634=ORIENTED_EDGE('',*,*,#4073,.F.); +#3635=ORIENTED_EDGE('',*,*,#4075,.F.); +#3636=ORIENTED_EDGE('',*,*,#5104,.F.); +#3637=ORIENTED_EDGE('',*,*,#4868,.T.); +#3638=ORIENTED_EDGE('',*,*,#4069,.T.); +#3639=ORIENTED_EDGE('',*,*,#5105,.F.); +#3640=ORIENTED_EDGE('',*,*,#4085,.F.); +#3641=ORIENTED_EDGE('',*,*,#4087,.F.); +#3642=ORIENTED_EDGE('',*,*,#5106,.F.); +#3643=ORIENTED_EDGE('',*,*,#4864,.T.); +#3644=ORIENTED_EDGE('',*,*,#4090,.T.); +#3645=ORIENTED_EDGE('',*,*,#5107,.F.); +#3646=ORIENTED_EDGE('',*,*,#4866,.F.); +#3647=ORIENTED_EDGE('',*,*,#4865,.F.); +#3648=ORIENTED_EDGE('',*,*,#5108,.F.); +#3649=ORIENTED_EDGE('',*,*,#4867,.T.); +#3650=ORIENTED_EDGE('',*,*,#4078,.T.); +#3651=ORIENTED_EDGE('',*,*,#5109,.F.); +#3652=ORIENTED_EDGE('',*,*,#4046,.F.); +#3653=ORIENTED_EDGE('',*,*,#4875,.F.); +#3654=ORIENTED_EDGE('',*,*,#5110,.F.); +#3655=ORIENTED_EDGE('',*,*,#4874,.T.); +#3656=ORIENTED_EDGE('',*,*,#4050,.T.); +#3657=ORIENTED_EDGE('',*,*,#5111,.F.); +#3658=ORIENTED_EDGE('',*,*,#4058,.F.); +#3659=ORIENTED_EDGE('',*,*,#4872,.F.); +#3660=ORIENTED_EDGE('',*,*,#5112,.F.); +#3661=ORIENTED_EDGE('',*,*,#4873,.T.); +#3662=ORIENTED_EDGE('',*,*,#4054,.T.); +#3663=ORIENTED_EDGE('',*,*,#5113,.F.); +#3664=ORIENTED_EDGE('',*,*,#4878,.F.); +#3665=ORIENTED_EDGE('',*,*,#4877,.F.); +#3666=ORIENTED_EDGE('',*,*,#5114,.F.); +#3667=ORIENTED_EDGE('',*,*,#4876,.T.); +#3668=ORIENTED_EDGE('',*,*,#4042,.T.); +#3669=ORIENTED_EDGE('',*,*,#5115,.F.); +#3670=ORIENTED_EDGE('',*,*,#4035,.F.); +#3671=ORIENTED_EDGE('',*,*,#4879,.F.); +#3672=ORIENTED_EDGE('',*,*,#5116,.F.); +#3673=ORIENTED_EDGE('',*,*,#4880,.T.); +#3674=ORIENTED_EDGE('',*,*,#4881,.T.); +#3675=ORIENTED_EDGE('',*,*,#5117,.F.); +#3676=ORIENTED_EDGE('',*,*,#4802,.F.); +#3677=ORIENTED_EDGE('',*,*,#4801,.F.); +#3678=ORIENTED_EDGE('',*,*,#5118,.F.); +#3679=ORIENTED_EDGE('',*,*,#4800,.T.); +#3680=ORIENTED_EDGE('',*,*,#4276,.T.); +#3681=ORIENTED_EDGE('',*,*,#5119,.F.); +#3682=ORIENTED_EDGE('',*,*,#4283,.F.); +#3683=ORIENTED_EDGE('',*,*,#4797,.F.); +#3684=ORIENTED_EDGE('',*,*,#5120,.F.); +#3685=ORIENTED_EDGE('',*,*,#4798,.T.); +#3686=ORIENTED_EDGE('',*,*,#4799,.T.); +#3687=ORIENTED_EDGE('',*,*,#5121,.F.); +#3688=ORIENTED_EDGE('',*,*,#4295,.F.); +#3689=ORIENTED_EDGE('',*,*,#4794,.F.); +#3690=ORIENTED_EDGE('',*,*,#5122,.F.); +#3691=ORIENTED_EDGE('',*,*,#4793,.T.); +#3692=ORIENTED_EDGE('',*,*,#4299,.T.); +#3693=ORIENTED_EDGE('',*,*,#5123,.F.); +#3694=ORIENTED_EDGE('',*,*,#4291,.F.); +#3695=ORIENTED_EDGE('',*,*,#4795,.F.); +#3696=ORIENTED_EDGE('',*,*,#5124,.F.); +#3697=ORIENTED_EDGE('',*,*,#4796,.T.); +#3698=ORIENTED_EDGE('',*,*,#4287,.T.); +#3699=ORIENTED_EDGE('',*,*,#5125,.F.); +#3700=ORIENTED_EDGE('',*,*,#4318,.F.); +#3701=ORIENTED_EDGE('',*,*,#4787,.F.); +#3702=ORIENTED_EDGE('',*,*,#5126,.F.); +#3703=ORIENTED_EDGE('',*,*,#4324,.T.); +#3704=ORIENTED_EDGE('',*,*,#4322,.T.); +#3705=ORIENTED_EDGE('',*,*,#5127,.F.); +#3706=ORIENTED_EDGE('',*,*,#4785,.F.); +#3707=ORIENTED_EDGE('',*,*,#4784,.F.); +#3708=ORIENTED_EDGE('',*,*,#5128,.F.); +#3709=ORIENTED_EDGE('',*,*,#4786,.T.); +#3710=ORIENTED_EDGE('',*,*,#4327,.T.); +#3711=ORIENTED_EDGE('',*,*,#5129,.F.); +#3712=ORIENTED_EDGE('',*,*,#4789,.F.); +#3713=ORIENTED_EDGE('',*,*,#4311,.F.); +#3714=ORIENTED_EDGE('',*,*,#5130,.F.); +#3715=ORIENTED_EDGE('',*,*,#4315,.T.); +#3716=ORIENTED_EDGE('',*,*,#4788,.T.); +#3717=ORIENTED_EDGE('',*,*,#5131,.F.); +#3718=ORIENTED_EDGE('',*,*,#4791,.F.); +#3719=ORIENTED_EDGE('',*,*,#4790,.F.); +#3720=ORIENTED_EDGE('',*,*,#5132,.F.); +#3721=ORIENTED_EDGE('',*,*,#4792,.T.); +#3722=ORIENTED_EDGE('',*,*,#4303,.T.); +#3723=ORIENTED_EDGE('',*,*,#5133,.F.); +#3724=ORIENTED_EDGE('',*,*,#4362,.F.); +#3725=ORIENTED_EDGE('',*,*,#4771,.F.); +#3726=ORIENTED_EDGE('',*,*,#5134,.F.); +#3727=ORIENTED_EDGE('',*,*,#4769,.T.); +#3728=ORIENTED_EDGE('',*,*,#4770,.T.); +#3729=ORIENTED_EDGE('',*,*,#5135,.F.); +#3730=ORIENTED_EDGE('',*,*,#4373,.F.); +#3731=ORIENTED_EDGE('',*,*,#4767,.F.); +#3732=ORIENTED_EDGE('',*,*,#5136,.F.); +#3733=ORIENTED_EDGE('',*,*,#4768,.T.); +#3734=ORIENTED_EDGE('',*,*,#4369,.T.); +#3735=ORIENTED_EDGE('',*,*,#5137,.F.); +#3736=ORIENTED_EDGE('',*,*,#4764,.F.); +#3737=ORIENTED_EDGE('',*,*,#4386,.F.); +#3738=ORIENTED_EDGE('',*,*,#5138,.F.); +#3739=ORIENTED_EDGE('',*,*,#4763,.T.); +#3740=ORIENTED_EDGE('',*,*,#4389,.T.); +#3741=ORIENTED_EDGE('',*,*,#5139,.F.); +#3742=ORIENTED_EDGE('',*,*,#4381,.F.); +#3743=ORIENTED_EDGE('',*,*,#4765,.F.); +#3744=ORIENTED_EDGE('',*,*,#5140,.F.); +#3745=ORIENTED_EDGE('',*,*,#4766,.T.); +#3746=ORIENTED_EDGE('',*,*,#4377,.T.); +#3747=ORIENTED_EDGE('',*,*,#5141,.F.); +#3748=ORIENTED_EDGE('',*,*,#4777,.F.); +#3749=ORIENTED_EDGE('',*,*,#4776,.F.); +#3750=ORIENTED_EDGE('',*,*,#5142,.F.); +#3751=ORIENTED_EDGE('',*,*,#4775,.T.); +#3752=ORIENTED_EDGE('',*,*,#4351,.T.); +#3753=ORIENTED_EDGE('',*,*,#5143,.F.); +#3754=ORIENTED_EDGE('',*,*,#4358,.F.); +#3755=ORIENTED_EDGE('',*,*,#4772,.F.); +#3756=ORIENTED_EDGE('',*,*,#5144,.F.); +#3757=ORIENTED_EDGE('',*,*,#4773,.T.); +#3758=ORIENTED_EDGE('',*,*,#4774,.T.); +#3759=ORIENTED_EDGE('',*,*,#5145,.F.); +#3760=ORIENTED_EDGE('',*,*,#4780,.F.); +#3761=ORIENTED_EDGE('',*,*,#4779,.F.); +#3762=ORIENTED_EDGE('',*,*,#5146,.F.); +#3763=ORIENTED_EDGE('',*,*,#4778,.T.); +#3764=ORIENTED_EDGE('',*,*,#4344,.T.); +#3765=ORIENTED_EDGE('',*,*,#5147,.F.); +#3766=ORIENTED_EDGE('',*,*,#4782,.F.); +#3767=ORIENTED_EDGE('',*,*,#4781,.F.); +#3768=ORIENTED_EDGE('',*,*,#5148,.F.); +#3769=ORIENTED_EDGE('',*,*,#4783,.T.); +#3770=ORIENTED_EDGE('',*,*,#4334,.T.); +#3771=ORIENTED_EDGE('',*,*,#5149,.F.); +#3772=ORIENTED_EDGE('',*,*,#4821,.F.); +#3773=ORIENTED_EDGE('',*,*,#4820,.F.); +#3774=ORIENTED_EDGE('',*,*,#5150,.F.); +#3775=ORIENTED_EDGE('',*,*,#4819,.T.); +#3776=ORIENTED_EDGE('',*,*,#4215,.T.); +#3777=ORIENTED_EDGE('',*,*,#5151,.F.); +#3778=ORIENTED_EDGE('',*,*,#4222,.F.); +#3779=ORIENTED_EDGE('',*,*,#4816,.F.); +#3780=ORIENTED_EDGE('',*,*,#5152,.F.); +#3781=ORIENTED_EDGE('',*,*,#4817,.T.); +#3782=ORIENTED_EDGE('',*,*,#4818,.T.); +#3783=ORIENTED_EDGE('',*,*,#5153,.F.); +#3784=ORIENTED_EDGE('',*,*,#4812,.F.); +#3785=ORIENTED_EDGE('',*,*,#4811,.F.); +#3786=ORIENTED_EDGE('',*,*,#5154,.F.); +#3787=ORIENTED_EDGE('',*,*,#4810,.T.); +#3788=ORIENTED_EDGE('',*,*,#4236,.T.); +#3789=ORIENTED_EDGE('',*,*,#5155,.F.); +#3790=ORIENTED_EDGE('',*,*,#4229,.F.); +#3791=ORIENTED_EDGE('',*,*,#4813,.F.); +#3792=ORIENTED_EDGE('',*,*,#5156,.F.); +#3793=ORIENTED_EDGE('',*,*,#4814,.T.); +#3794=ORIENTED_EDGE('',*,*,#4815,.T.); +#3795=ORIENTED_EDGE('',*,*,#5157,.F.); +#3796=ORIENTED_EDGE('',*,*,#4256,.F.); +#3797=ORIENTED_EDGE('',*,*,#4258,.F.); +#3798=ORIENTED_EDGE('',*,*,#5158,.F.); +#3799=ORIENTED_EDGE('',*,*,#4805,.T.); +#3800=ORIENTED_EDGE('',*,*,#4261,.T.); +#3801=ORIENTED_EDGE('',*,*,#5159,.F.); +#3802=ORIENTED_EDGE('',*,*,#4269,.F.); +#3803=ORIENTED_EDGE('',*,*,#4803,.F.); +#3804=ORIENTED_EDGE('',*,*,#5160,.F.); +#3805=ORIENTED_EDGE('',*,*,#4804,.T.); +#3806=ORIENTED_EDGE('',*,*,#4265,.T.); +#3807=ORIENTED_EDGE('',*,*,#5161,.F.); +#3808=ORIENTED_EDGE('',*,*,#4248,.F.); +#3809=ORIENTED_EDGE('',*,*,#4807,.F.); +#3810=ORIENTED_EDGE('',*,*,#5162,.F.); +#3811=ORIENTED_EDGE('',*,*,#4806,.T.); +#3812=ORIENTED_EDGE('',*,*,#4252,.T.); +#3813=ORIENTED_EDGE('',*,*,#5163,.F.); +#3814=ORIENTED_EDGE('',*,*,#4244,.F.); +#3815=ORIENTED_EDGE('',*,*,#4808,.F.); +#3816=ORIENTED_EDGE('',*,*,#5164,.F.); +#3817=ORIENTED_EDGE('',*,*,#4809,.T.); +#3818=ORIENTED_EDGE('',*,*,#4240,.T.); +#3819=ORIENTED_EDGE('',*,*,#5165,.F.); +#3820=ORIENTED_EDGE('',*,*,#4184,.F.); +#3821=ORIENTED_EDGE('',*,*,#4833,.F.); +#3822=ORIENTED_EDGE('',*,*,#5166,.F.); +#3823=ORIENTED_EDGE('',*,*,#4831,.T.); +#3824=ORIENTED_EDGE('',*,*,#4832,.T.); +#3825=ORIENTED_EDGE('',*,*,#5167,.F.); +#3826=ORIENTED_EDGE('',*,*,#4828,.F.); +#3827=ORIENTED_EDGE('',*,*,#4827,.F.); +#3828=ORIENTED_EDGE('',*,*,#5168,.F.); +#3829=ORIENTED_EDGE('',*,*,#4829,.T.); +#3830=ORIENTED_EDGE('',*,*,#4830,.T.); +#3831=ORIENTED_EDGE('',*,*,#5169,.F.); +#3832=ORIENTED_EDGE('',*,*,#4204,.F.); +#3833=ORIENTED_EDGE('',*,*,#4823,.F.); +#3834=ORIENTED_EDGE('',*,*,#5170,.F.); +#3835=ORIENTED_EDGE('',*,*,#4822,.T.); +#3836=ORIENTED_EDGE('',*,*,#4208,.T.); +#3837=ORIENTED_EDGE('',*,*,#5171,.F.); +#3838=ORIENTED_EDGE('',*,*,#4825,.F.); +#3839=ORIENTED_EDGE('',*,*,#4824,.F.); +#3840=ORIENTED_EDGE('',*,*,#5172,.F.); +#3841=ORIENTED_EDGE('',*,*,#4198,.T.); +#3842=ORIENTED_EDGE('',*,*,#4826,.T.); +#3843=ORIENTED_EDGE('',*,*,#5173,.F.); +#3844=ORIENTED_EDGE('',*,*,#4168,.F.); +#3845=ORIENTED_EDGE('',*,*,#4837,.F.); +#3846=ORIENTED_EDGE('',*,*,#5174,.F.); +#3847=ORIENTED_EDGE('',*,*,#4836,.T.); +#3848=ORIENTED_EDGE('',*,*,#4172,.T.); +#3849=ORIENTED_EDGE('',*,*,#5175,.F.); +#3850=ORIENTED_EDGE('',*,*,#4180,.F.); +#3851=ORIENTED_EDGE('',*,*,#4834,.F.); +#3852=ORIENTED_EDGE('',*,*,#5176,.F.); +#3853=ORIENTED_EDGE('',*,*,#4835,.T.); +#3854=ORIENTED_EDGE('',*,*,#4176,.T.); +#3855=ORIENTED_EDGE('',*,*,#5177,.F.); +#3856=ORIENTED_EDGE('',*,*,#4159,.F.); +#3857=ORIENTED_EDGE('',*,*,#4161,.F.); +#3858=ORIENTED_EDGE('',*,*,#5178,.F.); +#3859=ORIENTED_EDGE('',*,*,#4838,.T.); +#3860=ORIENTED_EDGE('',*,*,#4164,.T.); +#3861=ORIENTED_EDGE('',*,*,#5179,.F.); +#3862=ORIENTED_EDGE('',*,*,#4155,.F.); +#3863=ORIENTED_EDGE('',*,*,#4839,.F.); +#3864=ORIENTED_EDGE('',*,*,#5180,.F.); +#3865=ORIENTED_EDGE('',*,*,#4840,.T.); +#3866=ORIENTED_EDGE('',*,*,#4841,.T.); +#3867=ORIENTED_EDGE('',*,*,#5181,.F.); +#3868=ORIENTED_EDGE('',*,*,#4762,.F.); +#3869=ORIENTED_EDGE('',*,*,#4394,.F.); +#3870=ORIENTED_EDGE('',*,*,#5182,.F.); +#3871=ORIENTED_EDGE('',*,*,#4761,.T.); +#3872=ORIENTED_EDGE('',*,*,#4397,.T.); +#3873=ORIENTED_EDGE('',*,*,#5183,.F.); +#3874=ORIENTED_EDGE('',*,*,#4759,.F.); +#3875=ORIENTED_EDGE('',*,*,#4758,.F.); +#3876=ORIENTED_EDGE('',*,*,#5184,.F.); +#3877=ORIENTED_EDGE('',*,*,#4760,.T.); +#3878=ORIENTED_EDGE('',*,*,#4401,.T.); +#3879=ORIENTED_EDGE('',*,*,#5185,.F.); +#3880=ORIENTED_EDGE('',*,*,#4418,.F.); +#3881=ORIENTED_EDGE('',*,*,#4420,.F.); +#3882=ORIENTED_EDGE('',*,*,#5186,.F.); +#3883=ORIENTED_EDGE('',*,*,#4757,.T.); +#3884=ORIENTED_EDGE('',*,*,#4423,.T.); +#3885=ORIENTED_EDGE('',*,*,#5187,.F.); +#3886=ORIENTED_EDGE('',*,*,#4413,.F.); +#3887=ORIENTED_EDGE('',*,*,#4415,.F.); +#3888=ORIENTED_EDGE('',*,*,#5188,.F.); +#3889=ORIENTED_EDGE('',*,*,#4410,.T.); +#3890=ORIENTED_EDGE('',*,*,#4408,.T.); +#3891=ORIENTED_EDGE('',*,*,#5189,.F.); +#3892=ORIENTED_EDGE('',*,*,#4427,.F.); +#3893=ORIENTED_EDGE('',*,*,#4429,.F.); +#3894=ORIENTED_EDGE('',*,*,#5190,.F.); +#3895=ORIENTED_EDGE('',*,*,#4434,.T.); +#3896=ORIENTED_EDGE('',*,*,#4432,.T.); +#3897=ORIENTED_EDGE('',*,*,#5191,.F.); +#3898=ORIENTED_EDGE('',*,*,#3900,.F.); +#3899=EDGE_CURVE('',#6487,#6488,#5207,.T.); +#3900=EDGE_CURVE('',#6488,#6486,#5208,.T.); +#3901=EDGE_CURVE('',#6487,#6490,#5209,.T.); +#3902=EDGE_CURVE('',#6485,#6487,#5210,.T.); +#3903=EDGE_CURVE('',#6491,#6492,#5211,.T.); +#3904=EDGE_CURVE('',#6494,#6493,#5212,.T.); +#3905=EDGE_CURVE('',#6492,#6495,#5213,.T.); +#3906=EDGE_CURVE('',#6496,#6494,#5214,.T.); +#3907=EDGE_CURVE('',#6492,#6494,#5215,.T.); +#3908=EDGE_CURVE('',#6497,#6498,#5216,.T.); +#3909=EDGE_CURVE('',#6500,#6499,#5217,.T.); +#3910=EDGE_CURVE('',#6498,#6501,#5218,.T.); +#3911=EDGE_CURVE('',#6498,#6500,#5219,.T.); +#3912=EDGE_CURVE('',#6503,#6504,#5220,.T.); +#3913=EDGE_CURVE('',#6504,#6507,#5221,.T.); +#3914=EDGE_CURVE('',#6508,#6506,#5222,.T.); +#3915=EDGE_CURVE('',#6504,#6506,#5223,.T.); +#3916=EDGE_CURVE('',#6509,#6510,#5224,.T.); +#3917=EDGE_CURVE('',#6512,#6511,#5225,.T.); +#3918=EDGE_CURVE('',#6510,#6513,#5226,.T.); +#3919=EDGE_CURVE('',#6514,#6512,#5227,.T.); +#3920=EDGE_CURVE('',#6510,#6512,#5228,.T.); +#3921=EDGE_CURVE('',#6515,#6516,#5229,.T.); +#3922=EDGE_CURVE('',#6518,#6517,#5230,.T.); +#3923=EDGE_CURVE('',#6516,#6519,#5231,.T.); +#3924=EDGE_CURVE('',#6516,#6518,#5232,.T.); +#3925=EDGE_CURVE('',#6521,#6522,#5233,.T.); +#3926=EDGE_CURVE('',#6524,#6523,#5234,.T.); +#3927=EDGE_CURVE('',#6522,#6525,#5235,.T.); +#3928=EDGE_CURVE('',#6526,#6524,#5236,.T.); +#3929=EDGE_CURVE('',#6522,#6524,#5237,.T.); +#3930=EDGE_CURVE('',#6527,#6528,#5238,.T.); +#3931=EDGE_CURVE('',#6528,#6531,#5239,.T.); +#3932=EDGE_CURVE('',#6528,#6530,#5240,.T.); +#3933=EDGE_CURVE('',#6533,#6534,#5241,.T.); +#3934=EDGE_CURVE('',#6536,#6535,#5242,.T.); +#3935=EDGE_CURVE('',#6534,#6537,#5243,.T.); +#3936=EDGE_CURVE('',#6534,#6536,#5244,.T.); +#3937=EDGE_CURVE('',#6539,#6540,#5245,.T.); +#3938=EDGE_CURVE('',#6542,#6541,#5246,.T.); +#3939=EDGE_CURVE('',#6540,#6543,#5247,.T.); +#3940=EDGE_CURVE('',#6540,#6542,#5248,.T.); +#3941=EDGE_CURVE('',#6545,#6546,#5249,.T.); +#3942=EDGE_CURVE('',#6548,#6547,#5250,.T.); +#3943=EDGE_CURVE('',#6546,#6549,#5251,.T.); +#3944=EDGE_CURVE('',#6546,#6548,#5252,.T.); +#3945=EDGE_CURVE('',#6551,#6552,#5253,.T.); +#3946=EDGE_CURVE('',#6552,#6555,#5254,.T.); +#3947=EDGE_CURVE('',#6552,#6554,#5255,.T.); +#3948=EDGE_CURVE('',#6557,#6558,#5256,.T.); +#3949=EDGE_CURVE('',#6560,#6559,#5257,.T.); +#3950=EDGE_CURVE('',#6558,#6561,#5258,.T.); +#3951=EDGE_CURVE('',#6558,#6560,#5259,.T.); +#3952=EDGE_CURVE('',#6563,#6564,#5260,.T.); +#3953=EDGE_CURVE('',#6566,#6565,#5261,.T.); +#3954=EDGE_CURVE('',#6564,#6567,#5262,.T.); +#3955=EDGE_CURVE('',#6564,#6566,#5263,.T.); +#3956=EDGE_CURVE('',#6569,#6570,#5264,.T.); +#3957=EDGE_CURVE('',#6572,#6571,#5265,.T.); +#3958=EDGE_CURVE('',#6570,#6573,#5266,.T.); +#3959=EDGE_CURVE('',#6570,#6572,#5267,.T.); +#3960=EDGE_CURVE('',#6575,#6576,#5268,.T.); +#3961=EDGE_CURVE('',#6578,#6577,#5269,.T.); +#3962=EDGE_CURVE('',#6576,#6579,#5270,.T.); +#3963=EDGE_CURVE('',#6580,#6578,#5271,.T.); +#3964=EDGE_CURVE('',#6576,#6578,#5272,.T.); +#3965=EDGE_CURVE('',#6581,#6582,#5273,.T.); +#3966=EDGE_CURVE('',#6584,#6583,#5274,.T.); +#3967=EDGE_CURVE('',#6582,#6585,#5275,.T.); +#3968=EDGE_CURVE('',#6582,#6584,#5276,.T.); +#3969=EDGE_CURVE('',#6587,#6588,#5277,.T.); +#3970=EDGE_CURVE('',#6590,#6589,#5278,.T.); +#3971=EDGE_CURVE('',#6588,#6591,#5279,.T.); +#3972=EDGE_CURVE('',#6588,#6590,#5280,.T.); +#3973=EDGE_CURVE('',#6593,#6594,#5281,.T.); +#3974=EDGE_CURVE('',#6594,#6597,#5282,.T.); +#3975=EDGE_CURVE('',#6594,#6596,#5283,.T.); +#3976=EDGE_CURVE('',#6599,#6600,#5284,.T.); +#3977=EDGE_CURVE('',#6602,#6601,#5285,.T.); +#3978=EDGE_CURVE('',#6600,#6603,#5286,.T.); +#3979=EDGE_CURVE('',#6600,#6602,#5287,.T.); +#3980=EDGE_CURVE('',#6605,#6606,#5288,.T.); +#3981=EDGE_CURVE('',#6606,#6609,#5289,.T.); +#3982=EDGE_CURVE('',#6606,#6608,#5290,.T.); +#3983=EDGE_CURVE('',#6611,#6612,#5291,.T.); +#3984=EDGE_CURVE('',#6614,#6613,#5292,.T.); +#3985=EDGE_CURVE('',#6612,#6615,#5293,.T.); +#3986=EDGE_CURVE('',#6612,#6614,#5294,.T.); +#3987=EDGE_CURVE('',#6617,#6618,#5295,.T.); +#3988=EDGE_CURVE('',#6620,#6619,#5296,.T.); +#3989=EDGE_CURVE('',#6618,#6621,#5297,.T.); +#3990=EDGE_CURVE('',#6618,#6620,#5298,.T.); +#3991=EDGE_CURVE('',#6623,#6624,#5299,.T.); +#3992=EDGE_CURVE('',#6626,#6625,#5300,.T.); +#3993=EDGE_CURVE('',#6624,#6627,#5301,.T.); +#3994=EDGE_CURVE('',#6624,#6626,#5302,.T.); +#3995=EDGE_CURVE('',#6629,#6630,#5303,.T.); +#3996=EDGE_CURVE('',#6632,#6631,#5304,.T.); +#3997=EDGE_CURVE('',#6630,#6633,#5305,.T.); +#3998=EDGE_CURVE('',#6630,#6632,#5306,.T.); +#3999=EDGE_CURVE('',#6635,#6636,#5307,.T.); +#4000=EDGE_CURVE('',#6638,#6637,#5308,.T.); +#4001=EDGE_CURVE('',#6636,#6639,#5309,.T.); +#4002=EDGE_CURVE('',#6636,#6638,#5310,.T.); +#4003=EDGE_CURVE('',#6641,#6642,#5311,.T.); +#4004=EDGE_CURVE('',#6644,#6643,#5312,.T.); +#4005=EDGE_CURVE('',#6642,#6645,#5313,.T.); +#4006=EDGE_CURVE('',#6642,#6644,#5314,.T.); +#4007=EDGE_CURVE('',#6647,#6648,#5315,.T.); +#4008=EDGE_CURVE('',#6650,#6649,#5316,.T.); +#4009=EDGE_CURVE('',#6648,#6651,#5317,.T.); +#4010=EDGE_CURVE('',#6648,#6650,#5318,.T.); +#4011=EDGE_CURVE('',#6653,#6654,#5319,.T.); +#4012=EDGE_CURVE('',#6656,#6655,#5320,.T.); +#4013=EDGE_CURVE('',#6654,#6657,#5321,.T.); +#4014=EDGE_CURVE('',#6654,#6656,#5322,.T.); +#4015=EDGE_CURVE('',#6659,#6660,#5323,.T.); +#4016=EDGE_CURVE('',#6662,#6661,#5324,.T.); +#4017=EDGE_CURVE('',#6660,#6663,#5325,.T.); +#4018=EDGE_CURVE('',#6660,#6662,#5326,.T.); +#4019=EDGE_CURVE('',#6665,#6666,#5327,.T.); +#4020=EDGE_CURVE('',#6668,#6667,#5328,.T.); +#4021=EDGE_CURVE('',#6666,#6669,#5329,.T.); +#4022=EDGE_CURVE('',#6666,#6668,#5330,.T.); +#4023=EDGE_CURVE('',#6671,#6672,#5331,.T.); +#4024=EDGE_CURVE('',#6674,#6673,#5332,.T.); +#4025=EDGE_CURVE('',#6672,#6675,#5333,.T.); +#4026=EDGE_CURVE('',#6672,#6674,#5334,.T.); +#4027=EDGE_CURVE('',#6677,#6678,#5335,.T.); +#4028=EDGE_CURVE('',#6680,#6679,#5336,.T.); +#4029=EDGE_CURVE('',#6678,#6681,#5337,.T.); +#4030=EDGE_CURVE('',#6678,#6680,#5338,.T.); +#4031=EDGE_CURVE('',#6683,#6684,#5339,.T.); +#4032=EDGE_CURVE('',#6684,#6687,#5340,.T.); +#4033=EDGE_CURVE('',#6684,#6686,#5341,.T.); +#4034=EDGE_CURVE('',#6689,#6690,#5342,.T.); +#4035=EDGE_CURVE('',#6692,#6691,#5343,.T.); +#4036=EDGE_CURVE('',#6690,#6693,#5344,.T.); +#4037=EDGE_CURVE('',#6690,#6692,#5345,.T.); +#4038=EDGE_CURVE('',#6695,#6696,#5346,.T.); +#4039=EDGE_CURVE('',#6696,#6699,#5347,.T.); +#4040=EDGE_CURVE('',#6696,#6698,#5348,.T.); +#4041=EDGE_CURVE('',#6701,#6702,#5349,.T.); +#4042=EDGE_CURVE('',#6704,#6703,#5350,.T.); +#4043=EDGE_CURVE('',#6702,#6705,#5351,.T.); +#4044=EDGE_CURVE('',#6702,#6704,#5352,.T.); +#4045=EDGE_CURVE('',#6707,#6708,#5353,.T.); +#4046=EDGE_CURVE('',#6710,#6709,#5354,.T.); +#4047=EDGE_CURVE('',#6708,#6711,#5355,.T.); +#4048=EDGE_CURVE('',#6708,#6710,#5356,.T.); +#4049=EDGE_CURVE('',#6713,#6714,#5357,.T.); +#4050=EDGE_CURVE('',#6716,#6715,#5358,.T.); +#4051=EDGE_CURVE('',#6714,#6717,#5359,.T.); +#4052=EDGE_CURVE('',#6714,#6716,#5360,.T.); +#4053=EDGE_CURVE('',#6719,#6720,#5361,.T.); +#4054=EDGE_CURVE('',#6722,#6721,#5362,.T.); +#4055=EDGE_CURVE('',#6720,#6723,#5363,.T.); +#4056=EDGE_CURVE('',#6720,#6722,#5364,.T.); +#4057=EDGE_CURVE('',#6725,#6726,#5365,.T.); +#4058=EDGE_CURVE('',#6728,#6727,#5366,.T.); +#4059=EDGE_CURVE('',#6726,#6729,#5367,.T.); +#4060=EDGE_CURVE('',#6726,#6728,#5368,.T.); +#4061=EDGE_CURVE('',#6731,#6732,#5369,.T.); +#4062=EDGE_CURVE('',#6734,#6733,#5370,.T.); +#4063=EDGE_CURVE('',#6732,#6735,#5371,.T.); +#4064=EDGE_CURVE('',#6732,#6734,#5372,.T.); +#4065=EDGE_CURVE('',#6737,#6738,#5373,.T.); +#4066=EDGE_CURVE('',#6738,#6741,#5374,.T.); +#4067=EDGE_CURVE('',#6738,#6740,#5375,.T.); +#4068=EDGE_CURVE('',#6743,#6744,#5376,.T.); +#4069=EDGE_CURVE('',#6746,#6745,#5377,.T.); +#4070=EDGE_CURVE('',#6744,#6747,#5378,.T.); +#4071=EDGE_CURVE('',#6744,#6746,#5379,.T.); +#4072=EDGE_CURVE('',#6749,#6750,#5380,.T.); +#4073=EDGE_CURVE('',#6752,#6751,#5381,.T.); +#4074=EDGE_CURVE('',#6750,#6753,#5382,.T.); +#4075=EDGE_CURVE('',#6754,#6752,#5383,.T.); +#4076=EDGE_CURVE('',#6750,#6752,#5384,.T.); +#4077=EDGE_CURVE('',#6755,#6756,#5385,.T.); +#4078=EDGE_CURVE('',#6758,#6757,#5386,.T.); +#4079=EDGE_CURVE('',#6756,#6759,#5387,.T.); +#4080=EDGE_CURVE('',#6756,#6758,#5388,.T.); +#4081=EDGE_CURVE('',#6761,#6762,#5389,.T.); +#4082=EDGE_CURVE('',#6762,#6765,#5390,.T.); +#4083=EDGE_CURVE('',#6762,#6764,#5391,.T.); +#4084=EDGE_CURVE('',#6767,#6768,#5392,.T.); +#4085=EDGE_CURVE('',#6770,#6769,#5393,.T.); +#4086=EDGE_CURVE('',#6768,#6771,#5394,.T.); +#4087=EDGE_CURVE('',#6772,#6770,#5395,.T.); +#4088=EDGE_CURVE('',#6768,#6770,#5396,.T.); +#4089=EDGE_CURVE('',#6773,#6774,#5397,.T.); +#4090=EDGE_CURVE('',#6776,#6775,#5398,.T.); +#4091=EDGE_CURVE('',#6774,#6777,#5399,.T.); +#4092=EDGE_CURVE('',#6774,#6776,#5400,.T.); +#4093=EDGE_CURVE('',#6779,#6780,#5401,.T.); +#4094=EDGE_CURVE('',#6780,#6783,#5402,.T.); +#4095=EDGE_CURVE('',#6780,#6782,#5403,.T.); +#4096=EDGE_CURVE('',#6785,#6786,#5404,.T.); +#4097=EDGE_CURVE('',#6788,#6787,#5405,.T.); +#4098=EDGE_CURVE('',#6786,#6789,#5406,.T.); +#4099=EDGE_CURVE('',#6786,#6788,#5407,.T.); +#4100=EDGE_CURVE('',#6791,#6792,#5408,.T.); +#4101=EDGE_CURVE('',#6792,#6795,#5409,.T.); +#4102=EDGE_CURVE('',#6792,#6794,#5410,.T.); +#4103=EDGE_CURVE('',#6797,#6798,#5411,.T.); +#4104=EDGE_CURVE('',#6798,#6801,#5412,.T.); +#4105=EDGE_CURVE('',#6798,#6800,#5413,.T.); +#4106=EDGE_CURVE('',#6803,#6804,#5414,.T.); +#4107=EDGE_CURVE('',#6804,#6807,#5415,.T.); +#4108=EDGE_CURVE('',#6804,#6806,#5416,.T.); +#4109=EDGE_CURVE('',#6809,#6810,#5417,.T.); +#4110=EDGE_CURVE('',#6812,#6811,#5418,.T.); +#4111=EDGE_CURVE('',#6810,#6813,#5419,.T.); +#4112=EDGE_CURVE('',#6810,#6812,#5420,.T.); +#4113=EDGE_CURVE('',#6815,#6816,#5421,.T.); +#4114=EDGE_CURVE('',#6818,#6817,#5422,.T.); +#4115=EDGE_CURVE('',#6816,#6819,#5423,.T.); +#4116=EDGE_CURVE('',#6816,#6818,#5424,.T.); +#4117=EDGE_CURVE('',#6821,#6822,#5425,.T.); +#4118=EDGE_CURVE('',#6824,#6823,#5426,.T.); +#4119=EDGE_CURVE('',#6822,#6825,#5427,.T.); +#4120=EDGE_CURVE('',#6822,#6824,#5428,.T.); +#4121=EDGE_CURVE('',#6827,#6828,#5429,.T.); +#4122=EDGE_CURVE('',#6830,#6829,#5430,.T.); +#4123=EDGE_CURVE('',#6828,#6831,#5431,.T.); +#4124=EDGE_CURVE('',#6828,#6830,#5432,.T.); +#4125=EDGE_CURVE('',#6833,#6834,#5433,.T.); +#4126=EDGE_CURVE('',#6834,#6837,#5434,.T.); +#4127=EDGE_CURVE('',#6838,#6836,#5435,.T.); +#4128=EDGE_CURVE('',#6834,#6836,#5436,.T.); +#4129=EDGE_CURVE('',#6839,#6840,#5437,.T.); +#4130=EDGE_CURVE('',#6840,#6843,#5438,.T.); +#4131=EDGE_CURVE('',#6840,#6842,#5439,.T.); +#4132=EDGE_CURVE('',#6845,#6846,#5440,.T.); +#4133=EDGE_CURVE('',#6846,#6849,#5441,.T.); +#4134=EDGE_CURVE('',#6846,#6848,#5442,.T.); +#4135=EDGE_CURVE('',#6851,#6852,#5443,.T.); +#4136=EDGE_CURVE('',#6854,#6853,#5444,.T.); +#4137=EDGE_CURVE('',#6852,#6855,#5445,.T.); +#4138=EDGE_CURVE('',#6852,#6854,#5446,.T.); +#4139=EDGE_CURVE('',#6857,#6858,#5447,.T.); +#4140=EDGE_CURVE('',#6860,#6859,#5448,.T.); +#4141=EDGE_CURVE('',#6858,#6861,#5449,.T.); +#4142=EDGE_CURVE('',#6858,#6860,#5450,.T.); +#4143=EDGE_CURVE('',#6863,#6864,#5451,.T.); +#4144=EDGE_CURVE('',#6866,#6865,#5452,.T.); +#4145=EDGE_CURVE('',#6864,#6867,#5453,.T.); +#4146=EDGE_CURVE('',#6868,#6866,#5454,.T.); +#4147=EDGE_CURVE('',#6864,#6866,#5455,.T.); +#4148=EDGE_CURVE('',#6869,#6870,#5456,.T.); +#4149=EDGE_CURVE('',#6870,#6873,#5457,.T.); +#4150=EDGE_CURVE('',#6870,#6872,#5458,.T.); +#4151=EDGE_CURVE('',#6875,#6876,#5459,.T.); +#4152=EDGE_CURVE('',#6876,#6879,#5460,.T.); +#4153=EDGE_CURVE('',#6876,#6878,#5461,.T.); +#4154=EDGE_CURVE('',#6881,#6882,#5462,.T.); +#4155=EDGE_CURVE('',#6884,#6883,#5463,.T.); +#4156=EDGE_CURVE('',#6882,#6885,#5464,.T.); +#4157=EDGE_CURVE('',#6882,#6884,#5465,.T.); +#4158=EDGE_CURVE('',#6887,#6888,#5466,.T.); +#4159=EDGE_CURVE('',#6890,#6889,#5467,.T.); +#4160=EDGE_CURVE('',#6888,#6891,#5468,.T.); +#4161=EDGE_CURVE('',#6892,#6890,#5469,.T.); +#4162=EDGE_CURVE('',#6888,#6890,#5470,.T.); +#4163=EDGE_CURVE('',#6893,#6894,#5471,.T.); +#4164=EDGE_CURVE('',#6896,#6895,#5472,.T.); +#4165=EDGE_CURVE('',#6894,#6897,#5473,.T.); +#4166=EDGE_CURVE('',#6894,#6896,#5474,.T.); +#4167=EDGE_CURVE('',#6899,#6900,#5475,.T.); +#4168=EDGE_CURVE('',#6902,#6901,#5476,.T.); +#4169=EDGE_CURVE('',#6900,#6903,#5477,.T.); +#4170=EDGE_CURVE('',#6900,#6902,#5478,.T.); +#4171=EDGE_CURVE('',#6905,#6906,#5479,.T.); +#4172=EDGE_CURVE('',#6908,#6907,#5480,.T.); +#4173=EDGE_CURVE('',#6906,#6909,#5481,.T.); +#4174=EDGE_CURVE('',#6906,#6908,#5482,.T.); +#4175=EDGE_CURVE('',#6911,#6912,#5483,.T.); +#4176=EDGE_CURVE('',#6914,#6913,#5484,.T.); +#4177=EDGE_CURVE('',#6912,#6915,#5485,.T.); +#4178=EDGE_CURVE('',#6912,#6914,#5486,.T.); +#4179=EDGE_CURVE('',#6917,#6918,#5487,.T.); +#4180=EDGE_CURVE('',#6920,#6919,#5488,.T.); +#4181=EDGE_CURVE('',#6918,#6921,#5489,.T.); +#4182=EDGE_CURVE('',#6918,#6920,#5490,.T.); +#4183=EDGE_CURVE('',#6923,#6924,#5491,.T.); +#4184=EDGE_CURVE('',#6926,#6925,#5492,.T.); +#4185=EDGE_CURVE('',#6924,#6927,#5493,.T.); +#4186=EDGE_CURVE('',#6924,#6926,#5494,.T.); +#4187=EDGE_CURVE('',#6929,#6930,#5495,.T.); +#4188=EDGE_CURVE('',#6930,#6933,#5496,.T.); +#4189=EDGE_CURVE('',#6930,#6932,#5497,.T.); +#4190=EDGE_CURVE('',#6935,#6936,#5498,.T.); +#4191=EDGE_CURVE('',#6936,#6939,#5499,.T.); +#4192=EDGE_CURVE('',#6936,#6938,#5500,.T.); +#4193=EDGE_CURVE('',#6941,#6942,#5501,.T.); +#4194=EDGE_CURVE('',#6942,#6945,#5502,.T.); +#4195=EDGE_CURVE('',#6942,#6944,#5503,.T.); +#4196=EDGE_CURVE('',#6947,#6948,#5504,.T.); +#4197=EDGE_CURVE('',#6948,#6951,#5505,.T.); +#4198=EDGE_CURVE('',#6952,#6950,#5506,.T.); +#4199=EDGE_CURVE('',#6948,#6950,#5507,.T.); +#4200=EDGE_CURVE('',#6953,#6954,#5508,.T.); +#4201=EDGE_CURVE('',#6954,#6957,#5509,.T.); +#4202=EDGE_CURVE('',#6954,#6956,#5510,.T.); +#4203=EDGE_CURVE('',#6959,#6960,#5511,.T.); +#4204=EDGE_CURVE('',#6962,#6961,#5512,.T.); +#4205=EDGE_CURVE('',#6960,#6963,#5513,.T.); +#4206=EDGE_CURVE('',#6960,#6962,#5514,.T.); +#4207=EDGE_CURVE('',#6965,#6966,#5515,.T.); +#4208=EDGE_CURVE('',#6968,#6967,#5516,.T.); +#4209=EDGE_CURVE('',#6966,#6969,#5517,.T.); +#4210=EDGE_CURVE('',#6966,#6968,#5518,.T.); +#4211=EDGE_CURVE('',#6971,#6972,#5519,.T.); +#4212=EDGE_CURVE('',#6972,#6975,#5520,.T.); +#4213=EDGE_CURVE('',#6972,#6974,#5521,.T.); +#4214=EDGE_CURVE('',#6977,#6978,#5522,.T.); +#4215=EDGE_CURVE('',#6980,#6979,#5523,.T.); +#4216=EDGE_CURVE('',#6978,#6981,#5524,.T.); +#4217=EDGE_CURVE('',#6978,#6980,#5525,.T.); +#4218=EDGE_CURVE('',#6983,#6984,#5526,.T.); +#4219=EDGE_CURVE('',#6984,#6987,#5527,.T.); +#4220=EDGE_CURVE('',#6984,#6986,#5528,.T.); +#4221=EDGE_CURVE('',#6989,#6990,#5529,.T.); +#4222=EDGE_CURVE('',#6992,#6991,#5530,.T.); +#4223=EDGE_CURVE('',#6990,#6993,#5531,.T.); +#4224=EDGE_CURVE('',#6990,#6992,#5532,.T.); +#4225=EDGE_CURVE('',#6995,#6996,#5533,.T.); +#4226=EDGE_CURVE('',#6996,#6999,#5534,.T.); +#4227=EDGE_CURVE('',#6996,#6998,#5535,.T.); +#4228=EDGE_CURVE('',#7001,#7002,#5536,.T.); +#4229=EDGE_CURVE('',#7004,#7003,#5537,.T.); +#4230=EDGE_CURVE('',#7002,#7005,#5538,.T.); +#4231=EDGE_CURVE('',#7002,#7004,#5539,.T.); +#4232=EDGE_CURVE('',#7007,#7008,#5540,.T.); +#4233=EDGE_CURVE('',#7008,#7011,#5541,.T.); +#4234=EDGE_CURVE('',#7008,#7010,#5542,.T.); +#4235=EDGE_CURVE('',#7013,#7014,#5543,.T.); +#4236=EDGE_CURVE('',#7016,#7015,#5544,.T.); +#4237=EDGE_CURVE('',#7014,#7017,#5545,.T.); +#4238=EDGE_CURVE('',#7014,#7016,#5546,.T.); +#4239=EDGE_CURVE('',#7019,#7020,#5547,.T.); +#4240=EDGE_CURVE('',#7022,#7021,#5548,.T.); +#4241=EDGE_CURVE('',#7020,#7023,#5549,.T.); +#4242=EDGE_CURVE('',#7020,#7022,#5550,.T.); +#4243=EDGE_CURVE('',#7025,#7026,#5551,.T.); +#4244=EDGE_CURVE('',#7028,#7027,#5552,.T.); +#4245=EDGE_CURVE('',#7026,#7029,#5553,.T.); +#4246=EDGE_CURVE('',#7026,#7028,#5554,.T.); +#4247=EDGE_CURVE('',#7031,#7032,#5555,.T.); +#4248=EDGE_CURVE('',#7034,#7033,#5556,.T.); +#4249=EDGE_CURVE('',#7032,#7035,#5557,.T.); +#4250=EDGE_CURVE('',#7032,#7034,#5558,.T.); +#4251=EDGE_CURVE('',#7037,#7038,#5559,.T.); +#4252=EDGE_CURVE('',#7040,#7039,#5560,.T.); +#4253=EDGE_CURVE('',#7038,#7041,#5561,.T.); +#4254=EDGE_CURVE('',#7038,#7040,#5562,.T.); +#4255=EDGE_CURVE('',#7043,#7044,#5563,.T.); +#4256=EDGE_CURVE('',#7046,#7045,#5564,.T.); +#4257=EDGE_CURVE('',#7044,#7047,#5565,.T.); +#4258=EDGE_CURVE('',#7048,#7046,#5566,.T.); +#4259=EDGE_CURVE('',#7044,#7046,#5567,.T.); +#4260=EDGE_CURVE('',#7049,#7050,#5568,.T.); +#4261=EDGE_CURVE('',#7052,#7051,#5569,.T.); +#4262=EDGE_CURVE('',#7050,#7053,#5570,.T.); +#4263=EDGE_CURVE('',#7050,#7052,#5571,.T.); +#4264=EDGE_CURVE('',#7055,#7056,#5572,.T.); +#4265=EDGE_CURVE('',#7058,#7057,#5573,.T.); +#4266=EDGE_CURVE('',#7056,#7059,#5574,.T.); +#4267=EDGE_CURVE('',#7056,#7058,#5575,.T.); +#4268=EDGE_CURVE('',#7061,#7062,#5576,.T.); +#4269=EDGE_CURVE('',#7064,#7063,#5577,.T.); +#4270=EDGE_CURVE('',#7062,#7065,#5578,.T.); +#4271=EDGE_CURVE('',#7062,#7064,#5579,.T.); +#4272=EDGE_CURVE('',#7067,#7068,#5580,.T.); +#4273=EDGE_CURVE('',#7068,#7071,#5581,.T.); +#4274=EDGE_CURVE('',#7068,#7070,#5582,.T.); +#4275=EDGE_CURVE('',#7073,#7074,#5583,.T.); +#4276=EDGE_CURVE('',#7076,#7075,#5584,.T.); +#4277=EDGE_CURVE('',#7074,#7077,#5585,.T.); +#4278=EDGE_CURVE('',#7074,#7076,#5586,.T.); +#4279=EDGE_CURVE('',#7079,#7080,#5587,.T.); +#4280=EDGE_CURVE('',#7080,#7083,#5588,.T.); +#4281=EDGE_CURVE('',#7080,#7082,#5589,.T.); +#4282=EDGE_CURVE('',#7085,#7086,#5590,.T.); +#4283=EDGE_CURVE('',#7088,#7087,#5591,.T.); +#4284=EDGE_CURVE('',#7086,#7089,#5592,.T.); +#4285=EDGE_CURVE('',#7086,#7088,#5593,.T.); +#4286=EDGE_CURVE('',#7091,#7092,#5594,.T.); +#4287=EDGE_CURVE('',#7094,#7093,#5595,.T.); +#4288=EDGE_CURVE('',#7092,#7095,#5596,.T.); +#4289=EDGE_CURVE('',#7092,#7094,#5597,.T.); +#4290=EDGE_CURVE('',#7097,#7098,#5598,.T.); +#4291=EDGE_CURVE('',#7100,#7099,#5599,.T.); +#4292=EDGE_CURVE('',#7098,#7101,#5600,.T.); +#4293=EDGE_CURVE('',#7098,#7100,#5601,.T.); +#4294=EDGE_CURVE('',#7103,#7104,#5602,.T.); +#4295=EDGE_CURVE('',#7106,#7105,#5603,.T.); +#4296=EDGE_CURVE('',#7104,#7107,#5604,.T.); +#4297=EDGE_CURVE('',#7104,#7106,#5605,.T.); +#4298=EDGE_CURVE('',#7109,#7110,#5606,.T.); +#4299=EDGE_CURVE('',#7112,#7111,#5607,.T.); +#4300=EDGE_CURVE('',#7110,#7113,#5608,.T.); +#4301=EDGE_CURVE('',#7110,#7112,#5609,.T.); +#4302=EDGE_CURVE('',#7115,#7116,#5610,.T.); +#4303=EDGE_CURVE('',#7118,#7117,#5611,.T.); +#4304=EDGE_CURVE('',#7116,#7119,#5612,.T.); +#4305=EDGE_CURVE('',#7116,#7118,#5613,.T.); +#4306=EDGE_CURVE('',#7121,#7122,#5614,.T.); +#4307=EDGE_CURVE('',#7122,#7125,#5615,.T.); +#4308=EDGE_CURVE('',#7122,#7124,#5616,.T.); +#4309=EDGE_CURVE('',#7127,#7128,#5617,.T.); +#4310=EDGE_CURVE('',#7128,#7131,#5618,.T.); +#4311=EDGE_CURVE('',#7132,#7130,#5619,.T.); +#4312=EDGE_CURVE('',#7128,#7130,#5620,.T.); +#4313=EDGE_CURVE('',#7133,#7134,#5621,.T.); +#4314=EDGE_CURVE('',#7134,#7137,#5622,.T.); +#4315=EDGE_CURVE('',#7138,#7136,#5623,.T.); +#4316=EDGE_CURVE('',#7134,#7136,#5624,.T.); +#4317=EDGE_CURVE('',#7139,#7140,#5625,.T.); +#4318=EDGE_CURVE('',#7142,#7141,#5626,.T.); +#4319=EDGE_CURVE('',#7140,#7143,#5627,.T.); +#4320=EDGE_CURVE('',#7140,#7142,#5628,.T.); +#4321=EDGE_CURVE('',#7145,#7146,#5629,.T.); +#4322=EDGE_CURVE('',#7148,#7147,#5630,.T.); +#4323=EDGE_CURVE('',#7146,#7149,#5631,.T.); +#4324=EDGE_CURVE('',#7150,#7148,#5632,.T.); +#4325=EDGE_CURVE('',#7146,#7148,#5633,.T.); +#4326=EDGE_CURVE('',#7151,#7152,#5634,.T.); +#4327=EDGE_CURVE('',#7154,#7153,#5635,.T.); +#4328=EDGE_CURVE('',#7152,#7155,#5636,.T.); +#4329=EDGE_CURVE('',#7152,#7154,#5637,.T.); +#4330=EDGE_CURVE('',#7157,#7158,#5638,.T.); +#4331=EDGE_CURVE('',#7158,#7161,#5639,.T.); +#4332=EDGE_CURVE('',#7158,#7160,#5640,.T.); +#4333=EDGE_CURVE('',#7163,#7164,#5641,.T.); +#4334=EDGE_CURVE('',#7166,#7165,#5642,.T.); +#4335=EDGE_CURVE('',#7164,#7167,#5643,.T.); +#4336=EDGE_CURVE('',#7164,#7166,#5644,.T.); +#4337=EDGE_CURVE('',#7169,#7170,#5645,.T.); +#4338=EDGE_CURVE('',#7170,#7173,#5646,.T.); +#4339=EDGE_CURVE('',#7170,#7172,#5647,.T.); +#4340=EDGE_CURVE('',#7175,#7176,#5648,.T.); +#4341=EDGE_CURVE('',#7176,#7179,#5649,.T.); +#4342=EDGE_CURVE('',#7176,#7178,#5650,.T.); +#4343=EDGE_CURVE('',#7181,#7182,#5651,.T.); +#4344=EDGE_CURVE('',#7184,#7183,#5652,.T.); +#4345=EDGE_CURVE('',#7182,#7185,#5653,.T.); +#4346=EDGE_CURVE('',#7182,#7184,#5654,.T.); +#4347=EDGE_CURVE('',#7187,#7188,#5655,.T.); +#4348=EDGE_CURVE('',#7188,#7191,#5656,.T.); +#4349=EDGE_CURVE('',#7188,#7190,#5657,.T.); +#4350=EDGE_CURVE('',#7193,#7194,#5658,.T.); +#4351=EDGE_CURVE('',#7196,#7195,#5659,.T.); +#4352=EDGE_CURVE('',#7194,#7197,#5660,.T.); +#4353=EDGE_CURVE('',#7194,#7196,#5661,.T.); +#4354=EDGE_CURVE('',#7199,#7200,#5662,.T.); +#4355=EDGE_CURVE('',#7200,#7203,#5663,.T.); +#4356=EDGE_CURVE('',#7200,#7202,#5664,.T.); +#4357=EDGE_CURVE('',#7205,#7206,#5665,.T.); +#4358=EDGE_CURVE('',#7208,#7207,#5666,.T.); +#4359=EDGE_CURVE('',#7206,#7209,#5667,.T.); +#4360=EDGE_CURVE('',#7206,#7208,#5668,.T.); +#4361=EDGE_CURVE('',#7211,#7212,#5669,.T.); +#4362=EDGE_CURVE('',#7214,#7213,#5670,.T.); +#4363=EDGE_CURVE('',#7212,#7215,#5671,.T.); +#4364=EDGE_CURVE('',#7212,#7214,#5672,.T.); +#4365=EDGE_CURVE('',#7217,#7218,#5673,.T.); +#4366=EDGE_CURVE('',#7218,#7221,#5674,.T.); +#4367=EDGE_CURVE('',#7218,#7220,#5675,.T.); +#4368=EDGE_CURVE('',#7223,#7224,#5676,.T.); +#4369=EDGE_CURVE('',#7226,#7225,#5677,.T.); +#4370=EDGE_CURVE('',#7224,#7227,#5678,.T.); +#4371=EDGE_CURVE('',#7224,#7226,#5679,.T.); +#4372=EDGE_CURVE('',#7229,#7230,#5680,.T.); +#4373=EDGE_CURVE('',#7232,#7231,#5681,.T.); +#4374=EDGE_CURVE('',#7230,#7233,#5682,.T.); +#4375=EDGE_CURVE('',#7230,#7232,#5683,.T.); +#4376=EDGE_CURVE('',#7235,#7236,#5684,.T.); +#4377=EDGE_CURVE('',#7238,#7237,#5685,.T.); +#4378=EDGE_CURVE('',#7236,#7239,#5686,.T.); +#4379=EDGE_CURVE('',#7236,#7238,#5687,.T.); +#4380=EDGE_CURVE('',#7241,#7242,#5688,.T.); +#4381=EDGE_CURVE('',#7244,#7243,#5689,.T.); +#4382=EDGE_CURVE('',#7242,#7245,#5690,.T.); +#4383=EDGE_CURVE('',#7242,#7244,#5691,.T.); +#4384=EDGE_CURVE('',#7247,#7248,#5692,.T.); +#4385=EDGE_CURVE('',#7248,#7251,#5693,.T.); +#4386=EDGE_CURVE('',#7252,#7250,#5694,.T.); +#4387=EDGE_CURVE('',#7248,#7250,#5695,.T.); +#4388=EDGE_CURVE('',#7253,#7254,#5696,.T.); +#4389=EDGE_CURVE('',#7256,#7255,#5697,.T.); +#4390=EDGE_CURVE('',#7254,#7257,#5698,.T.); +#4391=EDGE_CURVE('',#7254,#7256,#5699,.T.); +#4392=EDGE_CURVE('',#7259,#7260,#5700,.T.); +#4393=EDGE_CURVE('',#7260,#7263,#5701,.T.); +#4394=EDGE_CURVE('',#7264,#7262,#5702,.T.); +#4395=EDGE_CURVE('',#7260,#7262,#5703,.T.); +#4396=EDGE_CURVE('',#7265,#7266,#5704,.T.); +#4397=EDGE_CURVE('',#7268,#7267,#5705,.T.); +#4398=EDGE_CURVE('',#7266,#7269,#5706,.T.); +#4399=EDGE_CURVE('',#7266,#7268,#5707,.T.); +#4400=EDGE_CURVE('',#7271,#7272,#5708,.T.); +#4401=EDGE_CURVE('',#7274,#7273,#5709,.T.); +#4402=EDGE_CURVE('',#7272,#7275,#5710,.T.); +#4403=EDGE_CURVE('',#7272,#7274,#5711,.T.); +#4404=EDGE_CURVE('',#7277,#7278,#5712,.T.); +#4405=EDGE_CURVE('',#7278,#7281,#5713,.T.); +#4406=EDGE_CURVE('',#7278,#7280,#5714,.T.); +#4407=EDGE_CURVE('',#7283,#7284,#5715,.T.); +#4408=EDGE_CURVE('',#7286,#7285,#5716,.T.); +#4409=EDGE_CURVE('',#7284,#7287,#5717,.T.); +#4410=EDGE_CURVE('',#7288,#7286,#5718,.T.); +#4411=EDGE_CURVE('',#7284,#7286,#5719,.T.); +#4412=EDGE_CURVE('',#7289,#7290,#5720,.T.); +#4413=EDGE_CURVE('',#7292,#7291,#5721,.T.); +#4414=EDGE_CURVE('',#7290,#7293,#5722,.T.); +#4415=EDGE_CURVE('',#7294,#7292,#5723,.T.); +#4416=EDGE_CURVE('',#7290,#7292,#5724,.T.); +#4417=EDGE_CURVE('',#7295,#7296,#5725,.T.); +#4418=EDGE_CURVE('',#7298,#7297,#5726,.T.); +#4419=EDGE_CURVE('',#7296,#7299,#5727,.T.); +#4420=EDGE_CURVE('',#7300,#7298,#5728,.T.); +#4421=EDGE_CURVE('',#7296,#7298,#5729,.T.); +#4422=EDGE_CURVE('',#7301,#7302,#5730,.T.); +#4423=EDGE_CURVE('',#7304,#7303,#5731,.T.); +#4424=EDGE_CURVE('',#7302,#7305,#5732,.T.); +#4425=EDGE_CURVE('',#7302,#7304,#5733,.T.); +#4426=EDGE_CURVE('',#7307,#7308,#5734,.T.); +#4427=EDGE_CURVE('',#7310,#7309,#5735,.T.); +#4428=EDGE_CURVE('',#7308,#7311,#5736,.T.); +#4429=EDGE_CURVE('',#7312,#7310,#5737,.T.); +#4430=EDGE_CURVE('',#7308,#7310,#5738,.T.); +#4431=EDGE_CURVE('',#7313,#7314,#5739,.T.); +#4432=EDGE_CURVE('',#7316,#7315,#5740,.T.); +#4433=EDGE_CURVE('',#7314,#7317,#5741,.T.); +#4434=EDGE_CURVE('',#7318,#7316,#5742,.T.); +#4435=EDGE_CURVE('',#7314,#7316,#5743,.T.); +#4436=EDGE_CURVE('',#7321,#7322,#5744,.T.); +#4437=EDGE_CURVE('',#7323,#7324,#5745,.T.); +#4438=EDGE_CURVE('',#7325,#7326,#5746,.T.); +#4439=EDGE_CURVE('',#7327,#7328,#5747,.T.); +#4440=EDGE_CURVE('',#7329,#7330,#5748,.T.); +#4441=EDGE_CURVE('',#7331,#7332,#5749,.T.); +#4442=EDGE_CURVE('',#7327,#7333,#5750,.T.); +#4443=EDGE_CURVE('',#7333,#7334,#5751,.T.); +#4444=EDGE_CURVE('',#7334,#7328,#5752,.T.); +#4445=EDGE_CURVE('',#7323,#7335,#5753,.T.); +#4446=EDGE_CURVE('',#7335,#7336,#5754,.T.); +#4447=EDGE_CURVE('',#7336,#7324,#5755,.T.); +#4448=EDGE_CURVE('',#7331,#7337,#5756,.T.); +#4449=EDGE_CURVE('',#7337,#7338,#5757,.T.); +#4450=EDGE_CURVE('',#7325,#7339,#5758,.T.); +#4451=EDGE_CURVE('',#7339,#7340,#5759,.T.); +#4452=EDGE_CURVE('',#7340,#7326,#5760,.T.); +#4453=EDGE_CURVE('',#7329,#7341,#5761,.T.); +#4454=EDGE_CURVE('',#7341,#7342,#5762,.T.); +#4455=EDGE_CURVE('',#7342,#7330,#5763,.T.); +#4456=EDGE_CURVE('',#7344,#7322,#5764,.T.); +#4457=EDGE_CURVE('',#7343,#7344,#5765,.T.); +#4458=EDGE_CURVE('',#7341,#7334,#5192,.T.); +#4459=EDGE_CURVE('',#7328,#7329,#5193,.T.); +#4460=EDGE_CURVE('',#7339,#7336,#5194,.T.); +#4461=EDGE_CURVE('',#7324,#7325,#5195,.T.); +#4462=EDGE_CURVE('',#7322,#7323,#5196,.T.); +#4463=EDGE_CURVE('',#7344,#7335,#5197,.T.); +#4464=EDGE_CURVE('',#7326,#7327,#5198,.T.); +#4465=EDGE_CURVE('',#7340,#7333,#5199,.T.); +#4466=EDGE_CURVE('',#7330,#7331,#5200,.T.); +#4467=EDGE_CURVE('',#7342,#7337,#5201,.T.); +#4468=EDGE_CURVE('',#7319,#7321,#5202,.T.); +#4469=EDGE_CURVE('',#7321,#7343,#5766,.T.); +#4470=EDGE_CURVE('',#7343,#7346,#5203,.T.); +#4471=EDGE_CURVE('',#7346,#6491,#5767,.T.); +#4472=EDGE_CURVE('',#7319,#7320,#5768,.T.); +#4473=EDGE_CURVE('',#7320,#6489,#5769,.T.); +#4474=EDGE_CURVE('',#7346,#7345,#5770,.T.); +#4475=EDGE_CURVE('',#7332,#7320,#5204,.T.); +#4476=EDGE_CURVE('',#7338,#7345,#5205,.T.); +#4477=EDGE_CURVE('',#7338,#7332,#5206,.T.); +#4478=EDGE_CURVE('',#6485,#6486,#5771,.T.); +#4479=EDGE_CURVE('',#6489,#6490,#5772,.T.); +#4480=EDGE_CURVE('',#7318,#7317,#5773,.T.); +#4481=EDGE_CURVE('',#7313,#7315,#5774,.T.); +#4482=EDGE_CURVE('',#7312,#7311,#5775,.T.); +#4483=EDGE_CURVE('',#7307,#7309,#5776,.T.); +#4484=EDGE_CURVE('',#7306,#7305,#5777,.T.); +#4485=EDGE_CURVE('',#7301,#7303,#5778,.T.); +#4486=EDGE_CURVE('',#7300,#7299,#5779,.T.); +#4487=EDGE_CURVE('',#7295,#7297,#5780,.T.); +#4488=EDGE_CURVE('',#7294,#7293,#5781,.T.); +#4489=EDGE_CURVE('',#7289,#7291,#5782,.T.); +#4490=EDGE_CURVE('',#7288,#7287,#5783,.T.); +#4491=EDGE_CURVE('',#7283,#7285,#5784,.T.); +#4492=EDGE_CURVE('',#7282,#7281,#5785,.T.); +#4493=EDGE_CURVE('',#7277,#7279,#5786,.T.); +#4494=EDGE_CURVE('',#7276,#7275,#5787,.T.); +#4495=EDGE_CURVE('',#7271,#7273,#5788,.T.); +#4496=EDGE_CURVE('',#7270,#7269,#5789,.T.); +#4497=EDGE_CURVE('',#7265,#7267,#5790,.T.); +#4498=EDGE_CURVE('',#7264,#7263,#5791,.T.); +#4499=EDGE_CURVE('',#7259,#7261,#5792,.T.); +#4500=EDGE_CURVE('',#7258,#7257,#5793,.T.); +#4501=EDGE_CURVE('',#7253,#7255,#5794,.T.); +#4502=EDGE_CURVE('',#7252,#7251,#5795,.T.); +#4503=EDGE_CURVE('',#7247,#7249,#5796,.T.); +#4504=EDGE_CURVE('',#7246,#7245,#5797,.T.); +#4505=EDGE_CURVE('',#7241,#7243,#5798,.T.); +#4506=EDGE_CURVE('',#7240,#7239,#5799,.T.); +#4507=EDGE_CURVE('',#7235,#7237,#5800,.T.); +#4508=EDGE_CURVE('',#7234,#7233,#5801,.T.); +#4509=EDGE_CURVE('',#7229,#7231,#5802,.T.); +#4510=EDGE_CURVE('',#7228,#7227,#5803,.T.); +#4511=EDGE_CURVE('',#7223,#7225,#5804,.T.); +#4512=EDGE_CURVE('',#7222,#7221,#5805,.T.); +#4513=EDGE_CURVE('',#7217,#7219,#5806,.T.); +#4514=EDGE_CURVE('',#7216,#7215,#5807,.T.); +#4515=EDGE_CURVE('',#7211,#7213,#5808,.T.); +#4516=EDGE_CURVE('',#7210,#7209,#5809,.T.); +#4517=EDGE_CURVE('',#7205,#7207,#5810,.T.); +#4518=EDGE_CURVE('',#7204,#7203,#5811,.T.); +#4519=EDGE_CURVE('',#7199,#7201,#5812,.T.); +#4520=EDGE_CURVE('',#7198,#7197,#5813,.T.); +#4521=EDGE_CURVE('',#7193,#7195,#5814,.T.); +#4522=EDGE_CURVE('',#7192,#7191,#5815,.T.); +#4523=EDGE_CURVE('',#7187,#7189,#5816,.T.); +#4524=EDGE_CURVE('',#7186,#7185,#5817,.T.); +#4525=EDGE_CURVE('',#7181,#7183,#5818,.T.); +#4526=EDGE_CURVE('',#7180,#7179,#5819,.T.); +#4527=EDGE_CURVE('',#7175,#7177,#5820,.T.); +#4528=EDGE_CURVE('',#7174,#7173,#5821,.T.); +#4529=EDGE_CURVE('',#7169,#7171,#5822,.T.); +#4530=EDGE_CURVE('',#7168,#7167,#5823,.T.); +#4531=EDGE_CURVE('',#7163,#7165,#5824,.T.); +#4532=EDGE_CURVE('',#7162,#7161,#5825,.T.); +#4533=EDGE_CURVE('',#7157,#7159,#5826,.T.); +#4534=EDGE_CURVE('',#7156,#7155,#5827,.T.); +#4535=EDGE_CURVE('',#7151,#7153,#5828,.T.); +#4536=EDGE_CURVE('',#7150,#7149,#5829,.T.); +#4537=EDGE_CURVE('',#7145,#7147,#5830,.T.); +#4538=EDGE_CURVE('',#7144,#7143,#5831,.T.); +#4539=EDGE_CURVE('',#7139,#7141,#5832,.T.); +#4540=EDGE_CURVE('',#7138,#7137,#5833,.T.); +#4541=EDGE_CURVE('',#7133,#7135,#5834,.T.); +#4542=EDGE_CURVE('',#7132,#7131,#5835,.T.); +#4543=EDGE_CURVE('',#7127,#7129,#5836,.T.); +#4544=EDGE_CURVE('',#7126,#7125,#5837,.T.); +#4545=EDGE_CURVE('',#7121,#7123,#5838,.T.); +#4546=EDGE_CURVE('',#7120,#7119,#5839,.T.); +#4547=EDGE_CURVE('',#7115,#7117,#5840,.T.); +#4548=EDGE_CURVE('',#7114,#7113,#5841,.T.); +#4549=EDGE_CURVE('',#7109,#7111,#5842,.T.); +#4550=EDGE_CURVE('',#7108,#7107,#5843,.T.); +#4551=EDGE_CURVE('',#7103,#7105,#5844,.T.); +#4552=EDGE_CURVE('',#7102,#7101,#5845,.T.); +#4553=EDGE_CURVE('',#7097,#7099,#5846,.T.); +#4554=EDGE_CURVE('',#7096,#7095,#5847,.T.); +#4555=EDGE_CURVE('',#7091,#7093,#5848,.T.); +#4556=EDGE_CURVE('',#7090,#7089,#5849,.T.); +#4557=EDGE_CURVE('',#7085,#7087,#5850,.T.); +#4558=EDGE_CURVE('',#7084,#7083,#5851,.T.); +#4559=EDGE_CURVE('',#7079,#7081,#5852,.T.); +#4560=EDGE_CURVE('',#7078,#7077,#5853,.T.); +#4561=EDGE_CURVE('',#7073,#7075,#5854,.T.); +#4562=EDGE_CURVE('',#7072,#7071,#5855,.T.); +#4563=EDGE_CURVE('',#7067,#7069,#5856,.T.); +#4564=EDGE_CURVE('',#7066,#7065,#5857,.T.); +#4565=EDGE_CURVE('',#7061,#7063,#5858,.T.); +#4566=EDGE_CURVE('',#7060,#7059,#5859,.T.); +#4567=EDGE_CURVE('',#7055,#7057,#5860,.T.); +#4568=EDGE_CURVE('',#7054,#7053,#5861,.T.); +#4569=EDGE_CURVE('',#7049,#7051,#5862,.T.); +#4570=EDGE_CURVE('',#7048,#7047,#5863,.T.); +#4571=EDGE_CURVE('',#7043,#7045,#5864,.T.); +#4572=EDGE_CURVE('',#7042,#7041,#5865,.T.); +#4573=EDGE_CURVE('',#7037,#7039,#5866,.T.); +#4574=EDGE_CURVE('',#7036,#7035,#5867,.T.); +#4575=EDGE_CURVE('',#7031,#7033,#5868,.T.); +#4576=EDGE_CURVE('',#7030,#7029,#5869,.T.); +#4577=EDGE_CURVE('',#7025,#7027,#5870,.T.); +#4578=EDGE_CURVE('',#7024,#7023,#5871,.T.); +#4579=EDGE_CURVE('',#7019,#7021,#5872,.T.); +#4580=EDGE_CURVE('',#7018,#7017,#5873,.T.); +#4581=EDGE_CURVE('',#7013,#7015,#5874,.T.); +#4582=EDGE_CURVE('',#7012,#7011,#5875,.T.); +#4583=EDGE_CURVE('',#7007,#7009,#5876,.T.); +#4584=EDGE_CURVE('',#7006,#7005,#5877,.T.); +#4585=EDGE_CURVE('',#7001,#7003,#5878,.T.); +#4586=EDGE_CURVE('',#7000,#6999,#5879,.T.); +#4587=EDGE_CURVE('',#6995,#6997,#5880,.T.); +#4588=EDGE_CURVE('',#6994,#6993,#5881,.T.); +#4589=EDGE_CURVE('',#6989,#6991,#5882,.T.); +#4590=EDGE_CURVE('',#6988,#6987,#5883,.T.); +#4591=EDGE_CURVE('',#6983,#6985,#5884,.T.); +#4592=EDGE_CURVE('',#6982,#6981,#5885,.T.); +#4593=EDGE_CURVE('',#6977,#6979,#5886,.T.); +#4594=EDGE_CURVE('',#6976,#6975,#5887,.T.); +#4595=EDGE_CURVE('',#6971,#6973,#5888,.T.); +#4596=EDGE_CURVE('',#6970,#6969,#5889,.T.); +#4597=EDGE_CURVE('',#6965,#6967,#5890,.T.); +#4598=EDGE_CURVE('',#6964,#6963,#5891,.T.); +#4599=EDGE_CURVE('',#6959,#6961,#5892,.T.); +#4600=EDGE_CURVE('',#6958,#6957,#5893,.T.); +#4601=EDGE_CURVE('',#6953,#6955,#5894,.T.); +#4602=EDGE_CURVE('',#6952,#6951,#5895,.T.); +#4603=EDGE_CURVE('',#6947,#6949,#5896,.T.); +#4604=EDGE_CURVE('',#6946,#6945,#5897,.T.); +#4605=EDGE_CURVE('',#6941,#6943,#5898,.T.); +#4606=EDGE_CURVE('',#6940,#6939,#5899,.T.); +#4607=EDGE_CURVE('',#6935,#6937,#5900,.T.); +#4608=EDGE_CURVE('',#6934,#6933,#5901,.T.); +#4609=EDGE_CURVE('',#6929,#6931,#5902,.T.); +#4610=EDGE_CURVE('',#6928,#6927,#5903,.T.); +#4611=EDGE_CURVE('',#6923,#6925,#5904,.T.); +#4612=EDGE_CURVE('',#6922,#6921,#5905,.T.); +#4613=EDGE_CURVE('',#6917,#6919,#5906,.T.); +#4614=EDGE_CURVE('',#6916,#6915,#5907,.T.); +#4615=EDGE_CURVE('',#6911,#6913,#5908,.T.); +#4616=EDGE_CURVE('',#6910,#6909,#5909,.T.); +#4617=EDGE_CURVE('',#6905,#6907,#5910,.T.); +#4618=EDGE_CURVE('',#6904,#6903,#5911,.T.); +#4619=EDGE_CURVE('',#6899,#6901,#5912,.T.); +#4620=EDGE_CURVE('',#6898,#6897,#5913,.T.); +#4621=EDGE_CURVE('',#6893,#6895,#5914,.T.); +#4622=EDGE_CURVE('',#6892,#6891,#5915,.T.); +#4623=EDGE_CURVE('',#6887,#6889,#5916,.T.); +#4624=EDGE_CURVE('',#6886,#6885,#5917,.T.); +#4625=EDGE_CURVE('',#6881,#6883,#5918,.T.); +#4626=EDGE_CURVE('',#6880,#6879,#5919,.T.); +#4627=EDGE_CURVE('',#6875,#6877,#5920,.T.); +#4628=EDGE_CURVE('',#6874,#6873,#5921,.T.); +#4629=EDGE_CURVE('',#6869,#6871,#5922,.T.); +#4630=EDGE_CURVE('',#6868,#6867,#5923,.T.); +#4631=EDGE_CURVE('',#6863,#6865,#5924,.T.); +#4632=EDGE_CURVE('',#6862,#6861,#5925,.T.); +#4633=EDGE_CURVE('',#6857,#6859,#5926,.T.); +#4634=EDGE_CURVE('',#6856,#6855,#5927,.T.); +#4635=EDGE_CURVE('',#6851,#6853,#5928,.T.); +#4636=EDGE_CURVE('',#6850,#6849,#5929,.T.); +#4637=EDGE_CURVE('',#6845,#6847,#5930,.T.); +#4638=EDGE_CURVE('',#6844,#6843,#5931,.T.); +#4639=EDGE_CURVE('',#6839,#6841,#5932,.T.); +#4640=EDGE_CURVE('',#6838,#6837,#5933,.T.); +#4641=EDGE_CURVE('',#6833,#6835,#5934,.T.); +#4642=EDGE_CURVE('',#6832,#6831,#5935,.T.); +#4643=EDGE_CURVE('',#6827,#6829,#5936,.T.); +#4644=EDGE_CURVE('',#6826,#6825,#5937,.T.); +#4645=EDGE_CURVE('',#6821,#6823,#5938,.T.); +#4646=EDGE_CURVE('',#6820,#6819,#5939,.T.); +#4647=EDGE_CURVE('',#6815,#6817,#5940,.T.); +#4648=EDGE_CURVE('',#6814,#6813,#5941,.T.); +#4649=EDGE_CURVE('',#6809,#6811,#5942,.T.); +#4650=EDGE_CURVE('',#6808,#6807,#5943,.T.); +#4651=EDGE_CURVE('',#6803,#6805,#5944,.T.); +#4652=EDGE_CURVE('',#6802,#6801,#5945,.T.); +#4653=EDGE_CURVE('',#6797,#6799,#5946,.T.); +#4654=EDGE_CURVE('',#6796,#6795,#5947,.T.); +#4655=EDGE_CURVE('',#6791,#6793,#5948,.T.); +#4656=EDGE_CURVE('',#6790,#6789,#5949,.T.); +#4657=EDGE_CURVE('',#6785,#6787,#5950,.T.); +#4658=EDGE_CURVE('',#6784,#6783,#5951,.T.); +#4659=EDGE_CURVE('',#6779,#6781,#5952,.T.); +#4660=EDGE_CURVE('',#6778,#6777,#5953,.T.); +#4661=EDGE_CURVE('',#6773,#6775,#5954,.T.); +#4662=EDGE_CURVE('',#6772,#6771,#5955,.T.); +#4663=EDGE_CURVE('',#6767,#6769,#5956,.T.); +#4664=EDGE_CURVE('',#6766,#6765,#5957,.T.); +#4665=EDGE_CURVE('',#6761,#6763,#5958,.T.); +#4666=EDGE_CURVE('',#6760,#6759,#5959,.T.); +#4667=EDGE_CURVE('',#6755,#6757,#5960,.T.); +#4668=EDGE_CURVE('',#6754,#6753,#5961,.T.); +#4669=EDGE_CURVE('',#6749,#6751,#5962,.T.); +#4670=EDGE_CURVE('',#6748,#6747,#5963,.T.); +#4671=EDGE_CURVE('',#6743,#6745,#5964,.T.); +#4672=EDGE_CURVE('',#6742,#6741,#5965,.T.); +#4673=EDGE_CURVE('',#6737,#6739,#5966,.T.); +#4674=EDGE_CURVE('',#6736,#6735,#5967,.T.); +#4675=EDGE_CURVE('',#6731,#6733,#5968,.T.); +#4676=EDGE_CURVE('',#6730,#6729,#5969,.T.); +#4677=EDGE_CURVE('',#6725,#6727,#5970,.T.); +#4678=EDGE_CURVE('',#6724,#6723,#5971,.T.); +#4679=EDGE_CURVE('',#6719,#6721,#5972,.T.); +#4680=EDGE_CURVE('',#6718,#6717,#5973,.T.); +#4681=EDGE_CURVE('',#6713,#6715,#5974,.T.); +#4682=EDGE_CURVE('',#6712,#6711,#5975,.T.); +#4683=EDGE_CURVE('',#6707,#6709,#5976,.T.); +#4684=EDGE_CURVE('',#6706,#6705,#5977,.T.); +#4685=EDGE_CURVE('',#6701,#6703,#5978,.T.); +#4686=EDGE_CURVE('',#6700,#6699,#5979,.T.); +#4687=EDGE_CURVE('',#6695,#6697,#5980,.T.); +#4688=EDGE_CURVE('',#6694,#6693,#5981,.T.); +#4689=EDGE_CURVE('',#6689,#6691,#5982,.T.); +#4690=EDGE_CURVE('',#6688,#6687,#5983,.T.); +#4691=EDGE_CURVE('',#6683,#6685,#5984,.T.); +#4692=EDGE_CURVE('',#6682,#6681,#5985,.T.); +#4693=EDGE_CURVE('',#6677,#6679,#5986,.T.); +#4694=EDGE_CURVE('',#6676,#6675,#5987,.T.); +#4695=EDGE_CURVE('',#6671,#6673,#5988,.T.); +#4696=EDGE_CURVE('',#6670,#6669,#5989,.T.); +#4697=EDGE_CURVE('',#6665,#6667,#5990,.T.); +#4698=EDGE_CURVE('',#6664,#6663,#5991,.T.); +#4699=EDGE_CURVE('',#6659,#6661,#5992,.T.); +#4700=EDGE_CURVE('',#6658,#6657,#5993,.T.); +#4701=EDGE_CURVE('',#6653,#6655,#5994,.T.); +#4702=EDGE_CURVE('',#6652,#6651,#5995,.T.); +#4703=EDGE_CURVE('',#6647,#6649,#5996,.T.); +#4704=EDGE_CURVE('',#6646,#6645,#5997,.T.); +#4705=EDGE_CURVE('',#6641,#6643,#5998,.T.); +#4706=EDGE_CURVE('',#6640,#6639,#5999,.T.); +#4707=EDGE_CURVE('',#6635,#6637,#6000,.T.); +#4708=EDGE_CURVE('',#6634,#6633,#6001,.T.); +#4709=EDGE_CURVE('',#6629,#6631,#6002,.T.); +#4710=EDGE_CURVE('',#6628,#6627,#6003,.T.); +#4711=EDGE_CURVE('',#6623,#6625,#6004,.T.); +#4712=EDGE_CURVE('',#6622,#6621,#6005,.T.); +#4713=EDGE_CURVE('',#6617,#6619,#6006,.T.); +#4714=EDGE_CURVE('',#6616,#6615,#6007,.T.); +#4715=EDGE_CURVE('',#6611,#6613,#6008,.T.); +#4716=EDGE_CURVE('',#6610,#6609,#6009,.T.); +#4717=EDGE_CURVE('',#6605,#6607,#6010,.T.); +#4718=EDGE_CURVE('',#6604,#6603,#6011,.T.); +#4719=EDGE_CURVE('',#6599,#6601,#6012,.T.); +#4720=EDGE_CURVE('',#6598,#6597,#6013,.T.); +#4721=EDGE_CURVE('',#6593,#6595,#6014,.T.); +#4722=EDGE_CURVE('',#6592,#6591,#6015,.T.); +#4723=EDGE_CURVE('',#6587,#6589,#6016,.T.); +#4724=EDGE_CURVE('',#6586,#6585,#6017,.T.); +#4725=EDGE_CURVE('',#6581,#6583,#6018,.T.); +#4726=EDGE_CURVE('',#6580,#6579,#6019,.T.); +#4727=EDGE_CURVE('',#6575,#6577,#6020,.T.); +#4728=EDGE_CURVE('',#6574,#6573,#6021,.T.); +#4729=EDGE_CURVE('',#6569,#6571,#6022,.T.); +#4730=EDGE_CURVE('',#6568,#6567,#6023,.T.); +#4731=EDGE_CURVE('',#6563,#6565,#6024,.T.); +#4732=EDGE_CURVE('',#6562,#6561,#6025,.T.); +#4733=EDGE_CURVE('',#6557,#6559,#6026,.T.); +#4734=EDGE_CURVE('',#6556,#6555,#6027,.T.); +#4735=EDGE_CURVE('',#6551,#6553,#6028,.T.); +#4736=EDGE_CURVE('',#6550,#6549,#6029,.T.); +#4737=EDGE_CURVE('',#6545,#6547,#6030,.T.); +#4738=EDGE_CURVE('',#6544,#6543,#6031,.T.); +#4739=EDGE_CURVE('',#6539,#6541,#6032,.T.); +#4740=EDGE_CURVE('',#6538,#6537,#6033,.T.); +#4741=EDGE_CURVE('',#6533,#6535,#6034,.T.); +#4742=EDGE_CURVE('',#6532,#6531,#6035,.T.); +#4743=EDGE_CURVE('',#6527,#6529,#6036,.T.); +#4744=EDGE_CURVE('',#6526,#6525,#6037,.T.); +#4745=EDGE_CURVE('',#6521,#6523,#6038,.T.); +#4746=EDGE_CURVE('',#6520,#6519,#6039,.T.); +#4747=EDGE_CURVE('',#6515,#6517,#6040,.T.); +#4748=EDGE_CURVE('',#6514,#6513,#6041,.T.); +#4749=EDGE_CURVE('',#6509,#6511,#6042,.T.); +#4750=EDGE_CURVE('',#6508,#6507,#6043,.T.); +#4751=EDGE_CURVE('',#6503,#6505,#6044,.T.); +#4752=EDGE_CURVE('',#6502,#6501,#6045,.T.); +#4753=EDGE_CURVE('',#6497,#6499,#6046,.T.); +#4754=EDGE_CURVE('',#6496,#6495,#6047,.T.); +#4755=EDGE_CURVE('',#6491,#6493,#6048,.T.); +#4756=EDGE_CURVE('',#6489,#6488,#6049,.T.); +#4757=EDGE_CURVE('',#7306,#7304,#6050,.T.); +#4758=EDGE_CURVE('',#7282,#7280,#6051,.T.); +#4759=EDGE_CURVE('',#7280,#7279,#6052,.T.); +#4760=EDGE_CURVE('',#7276,#7274,#6053,.T.); +#4761=EDGE_CURVE('',#7270,#7268,#6054,.T.); +#4762=EDGE_CURVE('',#7262,#7261,#6055,.T.); +#4763=EDGE_CURVE('',#7258,#7256,#6056,.T.); +#4764=EDGE_CURVE('',#7250,#7249,#6057,.T.); +#4765=EDGE_CURVE('',#7246,#7244,#6058,.T.); +#4766=EDGE_CURVE('',#7240,#7238,#6059,.T.); +#4767=EDGE_CURVE('',#7234,#7232,#6060,.T.); +#4768=EDGE_CURVE('',#7228,#7226,#6061,.T.); +#4769=EDGE_CURVE('',#7222,#7220,#6062,.T.); +#4770=EDGE_CURVE('',#7220,#7219,#6063,.T.); +#4771=EDGE_CURVE('',#7216,#7214,#6064,.T.); +#4772=EDGE_CURVE('',#7210,#7208,#6065,.T.); +#4773=EDGE_CURVE('',#7204,#7202,#6066,.T.); +#4774=EDGE_CURVE('',#7202,#7201,#6067,.T.); +#4775=EDGE_CURVE('',#7198,#7196,#6068,.T.); +#4776=EDGE_CURVE('',#7192,#7190,#6069,.T.); +#4777=EDGE_CURVE('',#7190,#7189,#6070,.T.); +#4778=EDGE_CURVE('',#7186,#7184,#6071,.T.); +#4779=EDGE_CURVE('',#7180,#7178,#6072,.T.); +#4780=EDGE_CURVE('',#7178,#7177,#6073,.T.); +#4781=EDGE_CURVE('',#7174,#7172,#6074,.T.); +#4782=EDGE_CURVE('',#7172,#7171,#6075,.T.); +#4783=EDGE_CURVE('',#7168,#7166,#6076,.T.); +#4784=EDGE_CURVE('',#7162,#7160,#6077,.T.); +#4785=EDGE_CURVE('',#7160,#7159,#6078,.T.); +#4786=EDGE_CURVE('',#7156,#7154,#6079,.T.); +#4787=EDGE_CURVE('',#7144,#7142,#6080,.T.); +#4788=EDGE_CURVE('',#7136,#7135,#6081,.T.); +#4789=EDGE_CURVE('',#7130,#7129,#6082,.T.); +#4790=EDGE_CURVE('',#7126,#7124,#6083,.T.); +#4791=EDGE_CURVE('',#7124,#7123,#6084,.T.); +#4792=EDGE_CURVE('',#7120,#7118,#6085,.T.); +#4793=EDGE_CURVE('',#7114,#7112,#6086,.T.); +#4794=EDGE_CURVE('',#7108,#7106,#6087,.T.); +#4795=EDGE_CURVE('',#7102,#7100,#6088,.T.); +#4796=EDGE_CURVE('',#7096,#7094,#6089,.T.); +#4797=EDGE_CURVE('',#7090,#7088,#6090,.T.); +#4798=EDGE_CURVE('',#7084,#7082,#6091,.T.); +#4799=EDGE_CURVE('',#7082,#7081,#6092,.T.); +#4800=EDGE_CURVE('',#7078,#7076,#6093,.T.); +#4801=EDGE_CURVE('',#7072,#7070,#6094,.T.); +#4802=EDGE_CURVE('',#7070,#7069,#6095,.T.); +#4803=EDGE_CURVE('',#7066,#7064,#6096,.T.); +#4804=EDGE_CURVE('',#7060,#7058,#6097,.T.); +#4805=EDGE_CURVE('',#7054,#7052,#6098,.T.); +#4806=EDGE_CURVE('',#7042,#7040,#6099,.T.); +#4807=EDGE_CURVE('',#7036,#7034,#6100,.T.); +#4808=EDGE_CURVE('',#7030,#7028,#6101,.T.); +#4809=EDGE_CURVE('',#7024,#7022,#6102,.T.); +#4810=EDGE_CURVE('',#7018,#7016,#6103,.T.); +#4811=EDGE_CURVE('',#7012,#7010,#6104,.T.); +#4812=EDGE_CURVE('',#7010,#7009,#6105,.T.); +#4813=EDGE_CURVE('',#7006,#7004,#6106,.T.); +#4814=EDGE_CURVE('',#7000,#6998,#6107,.T.); +#4815=EDGE_CURVE('',#6998,#6997,#6108,.T.); +#4816=EDGE_CURVE('',#6994,#6992,#6109,.T.); +#4817=EDGE_CURVE('',#6988,#6986,#6110,.T.); +#4818=EDGE_CURVE('',#6986,#6985,#6111,.T.); +#4819=EDGE_CURVE('',#6982,#6980,#6112,.T.); +#4820=EDGE_CURVE('',#6976,#6974,#6113,.T.); +#4821=EDGE_CURVE('',#6974,#6973,#6114,.T.); +#4822=EDGE_CURVE('',#6970,#6968,#6115,.T.); +#4823=EDGE_CURVE('',#6964,#6962,#6116,.T.); +#4824=EDGE_CURVE('',#6958,#6956,#6117,.T.); +#4825=EDGE_CURVE('',#6956,#6955,#6118,.T.); +#4826=EDGE_CURVE('',#6950,#6949,#6119,.T.); +#4827=EDGE_CURVE('',#6946,#6944,#6120,.T.); +#4828=EDGE_CURVE('',#6944,#6943,#6121,.T.); +#4829=EDGE_CURVE('',#6940,#6938,#6122,.T.); +#4830=EDGE_CURVE('',#6938,#6937,#6123,.T.); +#4831=EDGE_CURVE('',#6934,#6932,#6124,.T.); +#4832=EDGE_CURVE('',#6932,#6931,#6125,.T.); +#4833=EDGE_CURVE('',#6928,#6926,#6126,.T.); +#4834=EDGE_CURVE('',#6922,#6920,#6127,.T.); +#4835=EDGE_CURVE('',#6916,#6914,#6128,.T.); +#4836=EDGE_CURVE('',#6910,#6908,#6129,.T.); +#4837=EDGE_CURVE('',#6904,#6902,#6130,.T.); +#4838=EDGE_CURVE('',#6898,#6896,#6131,.T.); +#4839=EDGE_CURVE('',#6886,#6884,#6132,.T.); +#4840=EDGE_CURVE('',#6880,#6878,#6133,.T.); +#4841=EDGE_CURVE('',#6878,#6877,#6134,.T.); +#4842=EDGE_CURVE('',#6874,#6872,#6135,.T.); +#4843=EDGE_CURVE('',#6872,#6871,#6136,.T.); +#4844=EDGE_CURVE('',#6862,#6860,#6137,.T.); +#4845=EDGE_CURVE('',#6856,#6854,#6138,.T.); +#4846=EDGE_CURVE('',#6850,#6848,#6139,.T.); +#4847=EDGE_CURVE('',#6848,#6847,#6140,.T.); +#4848=EDGE_CURVE('',#6844,#6842,#6141,.T.); +#4849=EDGE_CURVE('',#6842,#6841,#6142,.T.); +#4850=EDGE_CURVE('',#6836,#6835,#6143,.T.); +#4851=EDGE_CURVE('',#6832,#6830,#6144,.T.); +#4852=EDGE_CURVE('',#6826,#6824,#6145,.T.); +#4853=EDGE_CURVE('',#6820,#6818,#6146,.T.); +#4854=EDGE_CURVE('',#6814,#6812,#6147,.T.); +#4855=EDGE_CURVE('',#6808,#6806,#6148,.T.); +#4856=EDGE_CURVE('',#6806,#6805,#6149,.T.); +#4857=EDGE_CURVE('',#6802,#6800,#6150,.T.); +#4858=EDGE_CURVE('',#6800,#6799,#6151,.T.); +#4859=EDGE_CURVE('',#6796,#6794,#6152,.T.); +#4860=EDGE_CURVE('',#6794,#6793,#6153,.T.); +#4861=EDGE_CURVE('',#6790,#6788,#6154,.T.); +#4862=EDGE_CURVE('',#6784,#6782,#6155,.T.); +#4863=EDGE_CURVE('',#6782,#6781,#6156,.T.); +#4864=EDGE_CURVE('',#6778,#6776,#6157,.T.); +#4865=EDGE_CURVE('',#6766,#6764,#6158,.T.); +#4866=EDGE_CURVE('',#6764,#6763,#6159,.T.); +#4867=EDGE_CURVE('',#6760,#6758,#6160,.T.); +#4868=EDGE_CURVE('',#6748,#6746,#6161,.T.); +#4869=EDGE_CURVE('',#6742,#6740,#6162,.T.); +#4870=EDGE_CURVE('',#6740,#6739,#6163,.T.); +#4871=EDGE_CURVE('',#6736,#6734,#6164,.T.); +#4872=EDGE_CURVE('',#6730,#6728,#6165,.T.); +#4873=EDGE_CURVE('',#6724,#6722,#6166,.T.); +#4874=EDGE_CURVE('',#6718,#6716,#6167,.T.); +#4875=EDGE_CURVE('',#6712,#6710,#6168,.T.); +#4876=EDGE_CURVE('',#6706,#6704,#6169,.T.); +#4877=EDGE_CURVE('',#6700,#6698,#6170,.T.); +#4878=EDGE_CURVE('',#6698,#6697,#6171,.T.); +#4879=EDGE_CURVE('',#6694,#6692,#6172,.T.); +#4880=EDGE_CURVE('',#6688,#6686,#6173,.T.); +#4881=EDGE_CURVE('',#6686,#6685,#6174,.T.); +#4882=EDGE_CURVE('',#6682,#6680,#6175,.T.); +#4883=EDGE_CURVE('',#6676,#6674,#6176,.T.); +#4884=EDGE_CURVE('',#6670,#6668,#6177,.T.); +#4885=EDGE_CURVE('',#6664,#6662,#6178,.T.); +#4886=EDGE_CURVE('',#6658,#6656,#6179,.T.); +#4887=EDGE_CURVE('',#6652,#6650,#6180,.T.); +#4888=EDGE_CURVE('',#6646,#6644,#6181,.T.); +#4889=EDGE_CURVE('',#6640,#6638,#6182,.T.); +#4890=EDGE_CURVE('',#6634,#6632,#6183,.T.); +#4891=EDGE_CURVE('',#6628,#6626,#6184,.T.); +#4892=EDGE_CURVE('',#6622,#6620,#6185,.T.); +#4893=EDGE_CURVE('',#6616,#6614,#6186,.T.); +#4894=EDGE_CURVE('',#6610,#6608,#6187,.T.); +#4895=EDGE_CURVE('',#6608,#6607,#6188,.T.); +#4896=EDGE_CURVE('',#6604,#6602,#6189,.T.); +#4897=EDGE_CURVE('',#6598,#6596,#6190,.T.); +#4898=EDGE_CURVE('',#6596,#6595,#6191,.T.); +#4899=EDGE_CURVE('',#6592,#6590,#6192,.T.); +#4900=EDGE_CURVE('',#6586,#6584,#6193,.T.); +#4901=EDGE_CURVE('',#6574,#6572,#6194,.T.); +#4902=EDGE_CURVE('',#6568,#6566,#6195,.T.); +#4903=EDGE_CURVE('',#6562,#6560,#6196,.T.); +#4904=EDGE_CURVE('',#6556,#6554,#6197,.T.); +#4905=EDGE_CURVE('',#6554,#6553,#6198,.T.); +#4906=EDGE_CURVE('',#6550,#6548,#6199,.T.); +#4907=EDGE_CURVE('',#6544,#6542,#6200,.T.); +#4908=EDGE_CURVE('',#6538,#6536,#6201,.T.); +#4909=EDGE_CURVE('',#6532,#6530,#6202,.T.); +#4910=EDGE_CURVE('',#6530,#6529,#6203,.T.); +#4911=EDGE_CURVE('',#6520,#6518,#6204,.T.); +#4912=EDGE_CURVE('',#6506,#6505,#6205,.T.); +#4913=EDGE_CURVE('',#6502,#6500,#6206,.T.); +#4914=EDGE_CURVE('',#6490,#7319,#6207,.T.); +#4915=EDGE_CURVE('',#7313,#6485,#6208,.T.); +#4916=EDGE_CURVE('',#7311,#7317,#6209,.T.); +#4917=EDGE_CURVE('',#7283,#7307,#6210,.T.); +#4918=EDGE_CURVE('',#7293,#7287,#6211,.T.); +#4919=EDGE_CURVE('',#7301,#7289,#6212,.T.); +#4920=EDGE_CURVE('',#7299,#7305,#6213,.T.); +#4921=EDGE_CURVE('',#7271,#7295,#6214,.T.); +#4922=EDGE_CURVE('',#7281,#7275,#6215,.T.); +#4923=EDGE_CURVE('',#7265,#7277,#6216,.T.); +#4924=EDGE_CURVE('',#7263,#7269,#6217,.T.); +#4925=EDGE_CURVE('',#6875,#7259,#6218,.T.); +#4926=EDGE_CURVE('',#6885,#6879,#6219,.T.); +#4927=EDGE_CURVE('',#6893,#6881,#6220,.T.); +#4928=EDGE_CURVE('',#6891,#6897,#6221,.T.); +#4929=EDGE_CURVE('',#6911,#6887,#6222,.T.); +#4930=EDGE_CURVE('',#6921,#6915,#6223,.T.); +#4931=EDGE_CURVE('',#6905,#6917,#6224,.T.); +#4932=EDGE_CURVE('',#6903,#6909,#6225,.T.); +#4933=EDGE_CURVE('',#6947,#6899,#6226,.T.); +#4934=EDGE_CURVE('',#6957,#6951,#6227,.T.); +#4935=EDGE_CURVE('',#6965,#6953,#6228,.T.); +#4936=EDGE_CURVE('',#6963,#6969,#6229,.T.); +#4937=EDGE_CURVE('',#6935,#6959,#6230,.T.); +#4938=EDGE_CURVE('',#6945,#6939,#6231,.T.); +#4939=EDGE_CURVE('',#6929,#6941,#6232,.T.); +#4940=EDGE_CURVE('',#6927,#6933,#6233,.T.); +#4941=EDGE_CURVE('',#7019,#6923,#6234,.T.); +#4942=EDGE_CURVE('',#7029,#7023,#6235,.T.); +#4943=EDGE_CURVE('',#7037,#7025,#6236,.T.); +#4944=EDGE_CURVE('',#7035,#7041,#6237,.T.); +#4945=EDGE_CURVE('',#7055,#7031,#6238,.T.); +#4946=EDGE_CURVE('',#7065,#7059,#6239,.T.); +#4947=EDGE_CURVE('',#7049,#7061,#6240,.T.); +#4948=EDGE_CURVE('',#7047,#7053,#6241,.T.); +#4949=EDGE_CURVE('',#6995,#7043,#6242,.T.); +#4950=EDGE_CURVE('',#7005,#6999,#6243,.T.); +#4951=EDGE_CURVE('',#7013,#7001,#6244,.T.); +#4952=EDGE_CURVE('',#7011,#7017,#6245,.T.); +#4953=EDGE_CURVE('',#6983,#7007,#6246,.T.); +#4954=EDGE_CURVE('',#6993,#6987,#6247,.T.); +#4955=EDGE_CURVE('',#6977,#6989,#6248,.T.); +#4956=EDGE_CURVE('',#6975,#6981,#6249,.T.); +#4957=EDGE_CURVE('',#7163,#6971,#6250,.T.); +#4958=EDGE_CURVE('',#7173,#7167,#6251,.T.); +#4959=EDGE_CURVE('',#7181,#7169,#6252,.T.); +#4960=EDGE_CURVE('',#7179,#7185,#6253,.T.); +#4961=EDGE_CURVE('',#7199,#7175,#6254,.T.); +#4962=EDGE_CURVE('',#7209,#7203,#6255,.T.); +#4963=EDGE_CURVE('',#7193,#7205,#6256,.T.); +#4964=EDGE_CURVE('',#7191,#7197,#6257,.T.); +#4965=EDGE_CURVE('',#7235,#7187,#6258,.T.); +#4966=EDGE_CURVE('',#7245,#7239,#6259,.T.); +#4967=EDGE_CURVE('',#7253,#7241,#6260,.T.); +#4968=EDGE_CURVE('',#7251,#7257,#6261,.T.); +#4969=EDGE_CURVE('',#7223,#7247,#6262,.T.); +#4970=EDGE_CURVE('',#7233,#7227,#6263,.T.); +#4971=EDGE_CURVE('',#7217,#7229,#6264,.T.); +#4972=EDGE_CURVE('',#7215,#7221,#6265,.T.); +#4973=EDGE_CURVE('',#7115,#7211,#6266,.T.); +#4974=EDGE_CURVE('',#7125,#7119,#6267,.T.); +#4975=EDGE_CURVE('',#7133,#7121,#6268,.T.); +#4976=EDGE_CURVE('',#7131,#7137,#6269,.T.); +#4977=EDGE_CURVE('',#7151,#7127,#6270,.T.); +#4978=EDGE_CURVE('',#7161,#7155,#6271,.T.); +#4979=EDGE_CURVE('',#7145,#7157,#6272,.T.); +#4980=EDGE_CURVE('',#7143,#7149,#6273,.T.); +#4981=EDGE_CURVE('',#7091,#7139,#6274,.T.); +#4982=EDGE_CURVE('',#7101,#7095,#6275,.T.); +#4983=EDGE_CURVE('',#7109,#7097,#6276,.T.); +#4984=EDGE_CURVE('',#7107,#7113,#6277,.T.); +#4985=EDGE_CURVE('',#7079,#7103,#6278,.T.); +#4986=EDGE_CURVE('',#7089,#7083,#6279,.T.); +#4987=EDGE_CURVE('',#7073,#7085,#6280,.T.); +#4988=EDGE_CURVE('',#7071,#7077,#6281,.T.); +#4989=EDGE_CURVE('',#6683,#7067,#6282,.T.); +#4990=EDGE_CURVE('',#6693,#6687,#6283,.T.); +#4991=EDGE_CURVE('',#6701,#6689,#6284,.T.); +#4992=EDGE_CURVE('',#6699,#6705,#6285,.T.); +#4993=EDGE_CURVE('',#6719,#6695,#6286,.T.); +#4994=EDGE_CURVE('',#6729,#6723,#6287,.T.); +#4995=EDGE_CURVE('',#6713,#6725,#6288,.T.); +#4996=EDGE_CURVE('',#6711,#6717,#6289,.T.); +#4997=EDGE_CURVE('',#6755,#6707,#6290,.T.); +#4998=EDGE_CURVE('',#6765,#6759,#6291,.T.); +#4999=EDGE_CURVE('',#6773,#6761,#6292,.T.); +#5000=EDGE_CURVE('',#6771,#6777,#6293,.T.); +#5001=EDGE_CURVE('',#6743,#6767,#6294,.T.); +#5002=EDGE_CURVE('',#6753,#6747,#6295,.T.); +#5003=EDGE_CURVE('',#6737,#6749,#6296,.T.); +#5004=EDGE_CURVE('',#6735,#6741,#6297,.T.); +#5005=EDGE_CURVE('',#6827,#6731,#6298,.T.); +#5006=EDGE_CURVE('',#6837,#6831,#6299,.T.); +#5007=EDGE_CURVE('',#6845,#6833,#6300,.T.); +#5008=EDGE_CURVE('',#6843,#6849,#6301,.T.); +#5009=EDGE_CURVE('',#6863,#6839,#6302,.T.); +#5010=EDGE_CURVE('',#6873,#6867,#6303,.T.); +#5011=EDGE_CURVE('',#6857,#6869,#6304,.T.); +#5012=EDGE_CURVE('',#6855,#6861,#6305,.T.); +#5013=EDGE_CURVE('',#6803,#6851,#6306,.T.); +#5014=EDGE_CURVE('',#6813,#6807,#6307,.T.); +#5015=EDGE_CURVE('',#6821,#6809,#6308,.T.); +#5016=EDGE_CURVE('',#6819,#6825,#6309,.T.); +#5017=EDGE_CURVE('',#6791,#6815,#6310,.T.); +#5018=EDGE_CURVE('',#6801,#6795,#6311,.T.); +#5019=EDGE_CURVE('',#6785,#6797,#6312,.T.); +#5020=EDGE_CURVE('',#6783,#6789,#6313,.T.); +#5021=EDGE_CURVE('',#6587,#6779,#6314,.T.); +#5022=EDGE_CURVE('',#6597,#6591,#6315,.T.); +#5023=EDGE_CURVE('',#6605,#6593,#6316,.T.); +#5024=EDGE_CURVE('',#6603,#6609,#6317,.T.); +#5025=EDGE_CURVE('',#6623,#6599,#6318,.T.); +#5026=EDGE_CURVE('',#6633,#6627,#6319,.T.); +#5027=EDGE_CURVE('',#6617,#6629,#6320,.T.); +#5028=EDGE_CURVE('',#6615,#6621,#6321,.T.); +#5029=EDGE_CURVE('',#6659,#6611,#6322,.T.); +#5030=EDGE_CURVE('',#6669,#6663,#6323,.T.); +#5031=EDGE_CURVE('',#6677,#6665,#6324,.T.); +#5032=EDGE_CURVE('',#6675,#6681,#6325,.T.); +#5033=EDGE_CURVE('',#6647,#6671,#6326,.T.); +#5034=EDGE_CURVE('',#6657,#6651,#6327,.T.); +#5035=EDGE_CURVE('',#6641,#6653,#6328,.T.); +#5036=EDGE_CURVE('',#6639,#6645,#6329,.T.); +#5037=EDGE_CURVE('',#6539,#6635,#6330,.T.); +#5038=EDGE_CURVE('',#6549,#6543,#6331,.T.); +#5039=EDGE_CURVE('',#6557,#6545,#6332,.T.); +#5040=EDGE_CURVE('',#6555,#6561,#6333,.T.); +#5041=EDGE_CURVE('',#6575,#6551,#6334,.T.); +#5042=EDGE_CURVE('',#6585,#6579,#6335,.T.); +#5043=EDGE_CURVE('',#6569,#6581,#6336,.T.); +#5044=EDGE_CURVE('',#6567,#6573,#6337,.T.); +#5045=EDGE_CURVE('',#6515,#6563,#6338,.T.); +#5046=EDGE_CURVE('',#6525,#6519,#6339,.T.); +#5047=EDGE_CURVE('',#6533,#6521,#6340,.T.); +#5048=EDGE_CURVE('',#6531,#6537,#6341,.T.); +#5049=EDGE_CURVE('',#6503,#6527,#6342,.T.); +#5050=EDGE_CURVE('',#6513,#6507,#6343,.T.); +#5051=EDGE_CURVE('',#6497,#6509,#6344,.T.); +#5052=EDGE_CURVE('',#6495,#6501,#6345,.T.); +#5053=EDGE_CURVE('',#6493,#7345,#6346,.T.); +#5054=EDGE_CURVE('',#6502,#6496,#6347,.T.); +#5055=EDGE_CURVE('',#6511,#6499,#6348,.T.); +#5056=EDGE_CURVE('',#6508,#6514,#6349,.T.); +#5057=EDGE_CURVE('',#6529,#6505,#6350,.T.); +#5058=EDGE_CURVE('',#6538,#6532,#6351,.T.); +#5059=EDGE_CURVE('',#6523,#6535,#6352,.T.); +#5060=EDGE_CURVE('',#6520,#6526,#6353,.T.); +#5061=EDGE_CURVE('',#6565,#6517,#6354,.T.); +#5062=EDGE_CURVE('',#6574,#6568,#6355,.T.); +#5063=EDGE_CURVE('',#6583,#6571,#6356,.T.); +#5064=EDGE_CURVE('',#6580,#6586,#6357,.T.); +#5065=EDGE_CURVE('',#6553,#6577,#6358,.T.); +#5066=EDGE_CURVE('',#6562,#6556,#6359,.T.); +#5067=EDGE_CURVE('',#6547,#6559,#6360,.T.); +#5068=EDGE_CURVE('',#6544,#6550,#6361,.T.); +#5069=EDGE_CURVE('',#6637,#6541,#6362,.T.); +#5070=EDGE_CURVE('',#6646,#6640,#6363,.T.); +#5071=EDGE_CURVE('',#6655,#6643,#6364,.T.); +#5072=EDGE_CURVE('',#6652,#6658,#6365,.T.); +#5073=EDGE_CURVE('',#6673,#6649,#6366,.T.); +#5074=EDGE_CURVE('',#6682,#6676,#6367,.T.); +#5075=EDGE_CURVE('',#6667,#6679,#6368,.T.); +#5076=EDGE_CURVE('',#6664,#6670,#6369,.T.); +#5077=EDGE_CURVE('',#6613,#6661,#6370,.T.); +#5078=EDGE_CURVE('',#6622,#6616,#6371,.T.); +#5079=EDGE_CURVE('',#6631,#6619,#6372,.T.); +#5080=EDGE_CURVE('',#6628,#6634,#6373,.T.); +#5081=EDGE_CURVE('',#6601,#6625,#6374,.T.); +#5082=EDGE_CURVE('',#6610,#6604,#6375,.T.); +#5083=EDGE_CURVE('',#6595,#6607,#6376,.T.); +#5084=EDGE_CURVE('',#6592,#6598,#6377,.T.); +#5085=EDGE_CURVE('',#6781,#6589,#6378,.T.); +#5086=EDGE_CURVE('',#6790,#6784,#6379,.T.); +#5087=EDGE_CURVE('',#6799,#6787,#6380,.T.); +#5088=EDGE_CURVE('',#6796,#6802,#6381,.T.); +#5089=EDGE_CURVE('',#6817,#6793,#6382,.T.); +#5090=EDGE_CURVE('',#6826,#6820,#6383,.T.); +#5091=EDGE_CURVE('',#6811,#6823,#6384,.T.); +#5092=EDGE_CURVE('',#6808,#6814,#6385,.T.); +#5093=EDGE_CURVE('',#6853,#6805,#6386,.T.); +#5094=EDGE_CURVE('',#6862,#6856,#6387,.T.); +#5095=EDGE_CURVE('',#6871,#6859,#6388,.T.); +#5096=EDGE_CURVE('',#6868,#6874,#6389,.T.); +#5097=EDGE_CURVE('',#6841,#6865,#6390,.T.); +#5098=EDGE_CURVE('',#6850,#6844,#6391,.T.); +#5099=EDGE_CURVE('',#6835,#6847,#6392,.T.); +#5100=EDGE_CURVE('',#6832,#6838,#6393,.T.); +#5101=EDGE_CURVE('',#6733,#6829,#6394,.T.); +#5102=EDGE_CURVE('',#6742,#6736,#6395,.T.); +#5103=EDGE_CURVE('',#6751,#6739,#6396,.T.); +#5104=EDGE_CURVE('',#6748,#6754,#6397,.T.); +#5105=EDGE_CURVE('',#6769,#6745,#6398,.T.); +#5106=EDGE_CURVE('',#6778,#6772,#6399,.T.); +#5107=EDGE_CURVE('',#6763,#6775,#6400,.T.); +#5108=EDGE_CURVE('',#6760,#6766,#6401,.T.); +#5109=EDGE_CURVE('',#6709,#6757,#6402,.T.); +#5110=EDGE_CURVE('',#6718,#6712,#6403,.T.); +#5111=EDGE_CURVE('',#6727,#6715,#6404,.T.); +#5112=EDGE_CURVE('',#6724,#6730,#6405,.T.); +#5113=EDGE_CURVE('',#6697,#6721,#6406,.T.); +#5114=EDGE_CURVE('',#6706,#6700,#6407,.T.); +#5115=EDGE_CURVE('',#6691,#6703,#6408,.T.); +#5116=EDGE_CURVE('',#6688,#6694,#6409,.T.); +#5117=EDGE_CURVE('',#7069,#6685,#6410,.T.); +#5118=EDGE_CURVE('',#7078,#7072,#6411,.T.); +#5119=EDGE_CURVE('',#7087,#7075,#6412,.T.); +#5120=EDGE_CURVE('',#7084,#7090,#6413,.T.); +#5121=EDGE_CURVE('',#7105,#7081,#6414,.T.); +#5122=EDGE_CURVE('',#7114,#7108,#6415,.T.); +#5123=EDGE_CURVE('',#7099,#7111,#6416,.T.); +#5124=EDGE_CURVE('',#7096,#7102,#6417,.T.); +#5125=EDGE_CURVE('',#7141,#7093,#6418,.T.); +#5126=EDGE_CURVE('',#7150,#7144,#6419,.T.); +#5127=EDGE_CURVE('',#7159,#7147,#6420,.T.); +#5128=EDGE_CURVE('',#7156,#7162,#6421,.T.); +#5129=EDGE_CURVE('',#7129,#7153,#6422,.T.); +#5130=EDGE_CURVE('',#7138,#7132,#6423,.T.); +#5131=EDGE_CURVE('',#7123,#7135,#6424,.T.); +#5132=EDGE_CURVE('',#7120,#7126,#6425,.T.); +#5133=EDGE_CURVE('',#7213,#7117,#6426,.T.); +#5134=EDGE_CURVE('',#7222,#7216,#6427,.T.); +#5135=EDGE_CURVE('',#7231,#7219,#6428,.T.); +#5136=EDGE_CURVE('',#7228,#7234,#6429,.T.); +#5137=EDGE_CURVE('',#7249,#7225,#6430,.T.); +#5138=EDGE_CURVE('',#7258,#7252,#6431,.T.); +#5139=EDGE_CURVE('',#7243,#7255,#6432,.T.); +#5140=EDGE_CURVE('',#7240,#7246,#6433,.T.); +#5141=EDGE_CURVE('',#7189,#7237,#6434,.T.); +#5142=EDGE_CURVE('',#7198,#7192,#6435,.T.); +#5143=EDGE_CURVE('',#7207,#7195,#6436,.T.); +#5144=EDGE_CURVE('',#7204,#7210,#6437,.T.); +#5145=EDGE_CURVE('',#7177,#7201,#6438,.T.); +#5146=EDGE_CURVE('',#7186,#7180,#6439,.T.); +#5147=EDGE_CURVE('',#7171,#7183,#6440,.T.); +#5148=EDGE_CURVE('',#7168,#7174,#6441,.T.); +#5149=EDGE_CURVE('',#6973,#7165,#6442,.T.); +#5150=EDGE_CURVE('',#6982,#6976,#6443,.T.); +#5151=EDGE_CURVE('',#6991,#6979,#6444,.T.); +#5152=EDGE_CURVE('',#6988,#6994,#6445,.T.); +#5153=EDGE_CURVE('',#7009,#6985,#6446,.T.); +#5154=EDGE_CURVE('',#7018,#7012,#6447,.T.); +#5155=EDGE_CURVE('',#7003,#7015,#6448,.T.); +#5156=EDGE_CURVE('',#7000,#7006,#6449,.T.); +#5157=EDGE_CURVE('',#7045,#6997,#6450,.T.); +#5158=EDGE_CURVE('',#7054,#7048,#6451,.T.); +#5159=EDGE_CURVE('',#7063,#7051,#6452,.T.); +#5160=EDGE_CURVE('',#7060,#7066,#6453,.T.); +#5161=EDGE_CURVE('',#7033,#7057,#6454,.T.); +#5162=EDGE_CURVE('',#7042,#7036,#6455,.T.); +#5163=EDGE_CURVE('',#7027,#7039,#6456,.T.); +#5164=EDGE_CURVE('',#7024,#7030,#6457,.T.); +#5165=EDGE_CURVE('',#6925,#7021,#6458,.T.); +#5166=EDGE_CURVE('',#6934,#6928,#6459,.T.); +#5167=EDGE_CURVE('',#6943,#6931,#6460,.T.); +#5168=EDGE_CURVE('',#6940,#6946,#6461,.T.); +#5169=EDGE_CURVE('',#6961,#6937,#6462,.T.); +#5170=EDGE_CURVE('',#6970,#6964,#6463,.T.); +#5171=EDGE_CURVE('',#6955,#6967,#6464,.T.); +#5172=EDGE_CURVE('',#6952,#6958,#6465,.T.); +#5173=EDGE_CURVE('',#6901,#6949,#6466,.T.); +#5174=EDGE_CURVE('',#6910,#6904,#6467,.T.); +#5175=EDGE_CURVE('',#6919,#6907,#6468,.T.); +#5176=EDGE_CURVE('',#6916,#6922,#6469,.T.); +#5177=EDGE_CURVE('',#6889,#6913,#6470,.T.); +#5178=EDGE_CURVE('',#6898,#6892,#6471,.T.); +#5179=EDGE_CURVE('',#6883,#6895,#6472,.T.); +#5180=EDGE_CURVE('',#6880,#6886,#6473,.T.); +#5181=EDGE_CURVE('',#7261,#6877,#6474,.T.); +#5182=EDGE_CURVE('',#7270,#7264,#6475,.T.); +#5183=EDGE_CURVE('',#7279,#7267,#6476,.T.); +#5184=EDGE_CURVE('',#7276,#7282,#6477,.T.); +#5185=EDGE_CURVE('',#7297,#7273,#6478,.T.); +#5186=EDGE_CURVE('',#7306,#7300,#6479,.T.); +#5187=EDGE_CURVE('',#7291,#7303,#6480,.T.); +#5188=EDGE_CURVE('',#7288,#7294,#6481,.T.); +#5189=EDGE_CURVE('',#7309,#7285,#6482,.T.); +#5190=EDGE_CURVE('',#7318,#7312,#6483,.T.); +#5191=EDGE_CURVE('',#6486,#7315,#6484,.T.); +#5192=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14577,#14578,#14579,#14580,#14581),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-40.,-20.,0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') ); -#11263=DERIVED_UNIT((#11260,#11261)); -#11264=MEASURE_REPRESENTATION_ITEM('density measure', -POSITIVE_RATIO_MEASURE(1060.),#11263); -#11265=PROPERTY_DEFINITION_REPRESENTATION(#11270,#11267); -#11266=PROPERTY_DEFINITION_REPRESENTATION(#11271,#11268); -#11267=REPRESENTATION('material name',(#11269),#31416); -#11268=REPRESENTATION('density',(#11264),#31416); -#11269=DESCRIPTIVE_REPRESENTATION_ITEM('ABS Plastic','ABS Plastic'); -#11270=PROPERTY_DEFINITION('material property','material name',#31426); -#11271=PROPERTY_DEFINITION('material property','density of part',#31426); -#11272=AXIS2_PLACEMENT_3D('',#13497,#11720,#11721); -#11273=AXIS2_PLACEMENT_3D('',#13498,#11722,#11723); -#11274=AXIS2_PLACEMENT_3D('',#13524,#11726,#11727); -#11275=AXIS2_PLACEMENT_3D('',#13623,#11730,#11731); -#11276=AXIS2_PLACEMENT_3D('',#13627,#11733,#11734); -#11277=AXIS2_PLACEMENT_3D('',#13633,#11737,#11738); -#11278=AXIS2_PLACEMENT_3D('',#20295,#11896,#11897); -#11279=AXIS2_PLACEMENT_3D('',#20299,#11900,#11901); -#11280=AXIS2_PLACEMENT_3D('',#20303,#11904,#11905); -#11281=AXIS2_PLACEMENT_3D('',#20314,#11907,#11908); -#11282=AXIS2_PLACEMENT_3D('',#20379,#11911,#11912); -#11283=AXIS2_PLACEMENT_3D('',#20383,#11915,#11916); -#11284=AXIS2_PLACEMENT_3D('',#20394,#11918,#11919); -#11285=AXIS2_PLACEMENT_3D('',#20459,#11922,#11923); -#11286=AXIS2_PLACEMENT_3D('',#20463,#11926,#11927); -#11287=AXIS2_PLACEMENT_3D('',#20474,#11929,#11930); -#11288=AXIS2_PLACEMENT_3D('',#20539,#11933,#11934); -#11289=AXIS2_PLACEMENT_3D('',#20543,#11937,#11938); -#11290=AXIS2_PLACEMENT_3D('',#20554,#11940,#11941); -#11291=AXIS2_PLACEMENT_3D('',#20619,#11944,#11945); -#11292=AXIS2_PLACEMENT_3D('',#20623,#11948,#11949); -#11293=AXIS2_PLACEMENT_3D('',#20634,#11951,#11952); -#11294=AXIS2_PLACEMENT_3D('',#20699,#11955,#11956); -#11295=AXIS2_PLACEMENT_3D('',#20703,#11959,#11960); -#11296=AXIS2_PLACEMENT_3D('',#20714,#11962,#11963); -#11297=AXIS2_PLACEMENT_3D('',#20779,#11966,#11967); -#11298=AXIS2_PLACEMENT_3D('',#20783,#11970,#11971); -#11299=AXIS2_PLACEMENT_3D('',#20794,#11973,#11974); -#11300=AXIS2_PLACEMENT_3D('',#20859,#11977,#11978); -#11301=AXIS2_PLACEMENT_3D('',#20863,#11981,#11982); -#11302=AXIS2_PLACEMENT_3D('',#20874,#11984,#11985); -#11303=AXIS2_PLACEMENT_3D('',#20939,#11988,#11989); -#11304=AXIS2_PLACEMENT_3D('',#20943,#11992,#11993); -#11305=AXIS2_PLACEMENT_3D('',#20954,#11995,#11996); -#11306=AXIS2_PLACEMENT_3D('',#21019,#11999,#12000); -#11307=AXIS2_PLACEMENT_3D('',#21023,#12003,#12004); -#11308=AXIS2_PLACEMENT_3D('',#21034,#12006,#12007); -#11309=AXIS2_PLACEMENT_3D('',#21099,#12010,#12011); -#11310=AXIS2_PLACEMENT_3D('',#21103,#12014,#12015); -#11311=AXIS2_PLACEMENT_3D('',#21114,#12017,#12018); -#11312=AXIS2_PLACEMENT_3D('',#21179,#12021,#12022); -#11313=AXIS2_PLACEMENT_3D('',#21183,#12025,#12026); -#11314=AXIS2_PLACEMENT_3D('',#21194,#12028,#12029); -#11315=AXIS2_PLACEMENT_3D('',#21259,#12032,#12033); -#11316=AXIS2_PLACEMENT_3D('',#21263,#12036,#12037); -#11317=AXIS2_PLACEMENT_3D('',#21274,#12039,#12040); -#11318=AXIS2_PLACEMENT_3D('',#21339,#12043,#12044); -#11319=AXIS2_PLACEMENT_3D('',#21343,#12047,#12048); -#11320=AXIS2_PLACEMENT_3D('',#21354,#12050,#12051); -#11321=AXIS2_PLACEMENT_3D('',#21419,#12054,#12055); -#11322=AXIS2_PLACEMENT_3D('',#21423,#12058,#12059); -#11323=AXIS2_PLACEMENT_3D('',#21434,#12061,#12062); -#11324=AXIS2_PLACEMENT_3D('',#21499,#12065,#12066); -#11325=AXIS2_PLACEMENT_3D('',#21503,#12069,#12070); -#11326=AXIS2_PLACEMENT_3D('',#21514,#12072,#12073); -#11327=AXIS2_PLACEMENT_3D('',#21579,#12076,#12077); -#11328=AXIS2_PLACEMENT_3D('',#21583,#12080,#12081); -#11329=AXIS2_PLACEMENT_3D('',#21594,#12083,#12084); -#11330=AXIS2_PLACEMENT_3D('',#21659,#12087,#12088); -#11331=AXIS2_PLACEMENT_3D('',#21663,#12091,#12092); -#11332=AXIS2_PLACEMENT_3D('',#21674,#12094,#12095); -#11333=AXIS2_PLACEMENT_3D('',#21739,#12098,#12099); -#11334=AXIS2_PLACEMENT_3D('',#21743,#12102,#12103); -#11335=AXIS2_PLACEMENT_3D('',#21754,#12105,#12106); -#11336=AXIS2_PLACEMENT_3D('',#21819,#12109,#12110); -#11337=AXIS2_PLACEMENT_3D('',#21823,#12113,#12114); -#11338=AXIS2_PLACEMENT_3D('',#21834,#12116,#12117); -#11339=AXIS2_PLACEMENT_3D('',#21899,#12120,#12121); -#11340=AXIS2_PLACEMENT_3D('',#21903,#12124,#12125); -#11341=AXIS2_PLACEMENT_3D('',#21914,#12127,#12128); -#11342=AXIS2_PLACEMENT_3D('',#21979,#12131,#12132); -#11343=AXIS2_PLACEMENT_3D('',#21983,#12135,#12136); -#11344=AXIS2_PLACEMENT_3D('',#21994,#12138,#12139); -#11345=AXIS2_PLACEMENT_3D('',#22059,#12142,#12143); -#11346=AXIS2_PLACEMENT_3D('',#22063,#12146,#12147); -#11347=AXIS2_PLACEMENT_3D('',#22074,#12149,#12150); -#11348=AXIS2_PLACEMENT_3D('',#22139,#12153,#12154); -#11349=AXIS2_PLACEMENT_3D('',#22143,#12157,#12158); -#11350=AXIS2_PLACEMENT_3D('',#22154,#12160,#12161); -#11351=AXIS2_PLACEMENT_3D('',#22219,#12164,#12165); -#11352=AXIS2_PLACEMENT_3D('',#22223,#12168,#12169); -#11353=AXIS2_PLACEMENT_3D('',#22234,#12171,#12172); -#11354=AXIS2_PLACEMENT_3D('',#22299,#12175,#12176); -#11355=AXIS2_PLACEMENT_3D('',#22303,#12179,#12180); -#11356=AXIS2_PLACEMENT_3D('',#22314,#12182,#12183); -#11357=AXIS2_PLACEMENT_3D('',#22379,#12186,#12187); -#11358=AXIS2_PLACEMENT_3D('',#22383,#12190,#12191); -#11359=AXIS2_PLACEMENT_3D('',#22394,#12193,#12194); -#11360=AXIS2_PLACEMENT_3D('',#22459,#12197,#12198); -#11361=AXIS2_PLACEMENT_3D('',#22463,#12201,#12202); -#11362=AXIS2_PLACEMENT_3D('',#22474,#12204,#12205); -#11363=AXIS2_PLACEMENT_3D('',#22539,#12208,#12209); -#11364=AXIS2_PLACEMENT_3D('',#22543,#12212,#12213); -#11365=AXIS2_PLACEMENT_3D('',#22554,#12215,#12216); -#11366=AXIS2_PLACEMENT_3D('',#22619,#12219,#12220); -#11367=AXIS2_PLACEMENT_3D('',#22623,#12223,#12224); -#11368=AXIS2_PLACEMENT_3D('',#22634,#12226,#12227); -#11369=AXIS2_PLACEMENT_3D('',#22699,#12230,#12231); -#11370=AXIS2_PLACEMENT_3D('',#22703,#12234,#12235); -#11371=AXIS2_PLACEMENT_3D('',#22714,#12237,#12238); -#11372=AXIS2_PLACEMENT_3D('',#22779,#12241,#12242); -#11373=AXIS2_PLACEMENT_3D('',#22783,#12245,#12246); -#11374=AXIS2_PLACEMENT_3D('',#22794,#12248,#12249); -#11375=AXIS2_PLACEMENT_3D('',#22859,#12252,#12253); -#11376=AXIS2_PLACEMENT_3D('',#22863,#12256,#12257); -#11377=AXIS2_PLACEMENT_3D('',#22874,#12259,#12260); -#11378=AXIS2_PLACEMENT_3D('',#22939,#12263,#12264); -#11379=AXIS2_PLACEMENT_3D('',#22943,#12267,#12268); -#11380=AXIS2_PLACEMENT_3D('',#22954,#12270,#12271); -#11381=AXIS2_PLACEMENT_3D('',#23019,#12274,#12275); -#11382=AXIS2_PLACEMENT_3D('',#23023,#12278,#12279); -#11383=AXIS2_PLACEMENT_3D('',#23034,#12281,#12282); -#11384=AXIS2_PLACEMENT_3D('',#23099,#12285,#12286); -#11385=AXIS2_PLACEMENT_3D('',#23103,#12289,#12290); -#11386=AXIS2_PLACEMENT_3D('',#23114,#12292,#12293); -#11387=AXIS2_PLACEMENT_3D('',#23179,#12296,#12297); -#11388=AXIS2_PLACEMENT_3D('',#23183,#12300,#12301); -#11389=AXIS2_PLACEMENT_3D('',#23194,#12303,#12304); -#11390=AXIS2_PLACEMENT_3D('',#23259,#12307,#12308); -#11391=AXIS2_PLACEMENT_3D('',#23263,#12311,#12312); -#11392=AXIS2_PLACEMENT_3D('',#23274,#12314,#12315); -#11393=AXIS2_PLACEMENT_3D('',#23339,#12318,#12319); -#11394=AXIS2_PLACEMENT_3D('',#23343,#12322,#12323); -#11395=AXIS2_PLACEMENT_3D('',#23354,#12325,#12326); -#11396=AXIS2_PLACEMENT_3D('',#23419,#12329,#12330); -#11397=AXIS2_PLACEMENT_3D('',#23423,#12333,#12334); -#11398=AXIS2_PLACEMENT_3D('',#23434,#12336,#12337); -#11399=AXIS2_PLACEMENT_3D('',#23499,#12340,#12341); -#11400=AXIS2_PLACEMENT_3D('',#23503,#12344,#12345); -#11401=AXIS2_PLACEMENT_3D('',#23514,#12347,#12348); -#11402=AXIS2_PLACEMENT_3D('',#23579,#12351,#12352); -#11403=AXIS2_PLACEMENT_3D('',#23583,#12355,#12356); -#11404=AXIS2_PLACEMENT_3D('',#23594,#12358,#12359); -#11405=AXIS2_PLACEMENT_3D('',#23659,#12362,#12363); -#11406=AXIS2_PLACEMENT_3D('',#23663,#12366,#12367); -#11407=AXIS2_PLACEMENT_3D('',#23674,#12369,#12370); -#11408=AXIS2_PLACEMENT_3D('',#23739,#12373,#12374); -#11409=AXIS2_PLACEMENT_3D('',#23743,#12377,#12378); -#11410=AXIS2_PLACEMENT_3D('',#23754,#12380,#12381); -#11411=AXIS2_PLACEMENT_3D('',#23819,#12384,#12385); -#11412=AXIS2_PLACEMENT_3D('',#23823,#12388,#12389); -#11413=AXIS2_PLACEMENT_3D('',#23834,#12391,#12392); -#11414=AXIS2_PLACEMENT_3D('',#23899,#12395,#12396); -#11415=AXIS2_PLACEMENT_3D('',#23903,#12399,#12400); -#11416=AXIS2_PLACEMENT_3D('',#23914,#12402,#12403); -#11417=AXIS2_PLACEMENT_3D('',#23979,#12406,#12407); -#11418=AXIS2_PLACEMENT_3D('',#23983,#12410,#12411); -#11419=AXIS2_PLACEMENT_3D('',#23994,#12413,#12414); -#11420=AXIS2_PLACEMENT_3D('',#24059,#12417,#12418); -#11421=AXIS2_PLACEMENT_3D('',#24063,#12421,#12422); -#11422=AXIS2_PLACEMENT_3D('',#24074,#12424,#12425); -#11423=AXIS2_PLACEMENT_3D('',#24139,#12428,#12429); -#11424=AXIS2_PLACEMENT_3D('',#24143,#12432,#12433); -#11425=AXIS2_PLACEMENT_3D('',#24154,#12435,#12436); -#11426=AXIS2_PLACEMENT_3D('',#24219,#12439,#12440); -#11427=AXIS2_PLACEMENT_3D('',#24223,#12443,#12444); -#11428=AXIS2_PLACEMENT_3D('',#24234,#12446,#12447); -#11429=AXIS2_PLACEMENT_3D('',#24299,#12450,#12451); -#11430=AXIS2_PLACEMENT_3D('',#24303,#12454,#12455); -#11431=AXIS2_PLACEMENT_3D('',#24314,#12457,#12458); -#11432=AXIS2_PLACEMENT_3D('',#24379,#12461,#12462); -#11433=AXIS2_PLACEMENT_3D('',#24383,#12465,#12466); -#11434=AXIS2_PLACEMENT_3D('',#24394,#12468,#12469); -#11435=AXIS2_PLACEMENT_3D('',#24459,#12472,#12473); -#11436=AXIS2_PLACEMENT_3D('',#24463,#12476,#12477); -#11437=AXIS2_PLACEMENT_3D('',#24474,#12479,#12480); -#11438=AXIS2_PLACEMENT_3D('',#24539,#12483,#12484); -#11439=AXIS2_PLACEMENT_3D('',#24543,#12487,#12488); -#11440=AXIS2_PLACEMENT_3D('',#24554,#12490,#12491); -#11441=AXIS2_PLACEMENT_3D('',#24619,#12494,#12495); -#11442=AXIS2_PLACEMENT_3D('',#24623,#12498,#12499); -#11443=AXIS2_PLACEMENT_3D('',#24634,#12501,#12502); -#11444=AXIS2_PLACEMENT_3D('',#24699,#12505,#12506); -#11445=AXIS2_PLACEMENT_3D('',#24703,#12509,#12510); -#11446=AXIS2_PLACEMENT_3D('',#24714,#12512,#12513); -#11447=AXIS2_PLACEMENT_3D('',#24779,#12516,#12517); -#11448=AXIS2_PLACEMENT_3D('',#24783,#12520,#12521); -#11449=AXIS2_PLACEMENT_3D('',#24794,#12523,#12524); -#11450=AXIS2_PLACEMENT_3D('',#24859,#12527,#12528); -#11451=AXIS2_PLACEMENT_3D('',#24863,#12531,#12532); -#11452=AXIS2_PLACEMENT_3D('',#24874,#12534,#12535); -#11453=AXIS2_PLACEMENT_3D('',#24939,#12538,#12539); -#11454=AXIS2_PLACEMENT_3D('',#24943,#12542,#12543); -#11455=AXIS2_PLACEMENT_3D('',#24954,#12545,#12546); -#11456=AXIS2_PLACEMENT_3D('',#25019,#12549,#12550); -#11457=AXIS2_PLACEMENT_3D('',#25023,#12553,#12554); -#11458=AXIS2_PLACEMENT_3D('',#25034,#12556,#12557); -#11459=AXIS2_PLACEMENT_3D('',#25099,#12560,#12561); -#11460=AXIS2_PLACEMENT_3D('',#25103,#12564,#12565); -#11461=AXIS2_PLACEMENT_3D('',#25114,#12567,#12568); -#11462=AXIS2_PLACEMENT_3D('',#25179,#12571,#12572); -#11463=AXIS2_PLACEMENT_3D('',#25183,#12575,#12576); -#11464=AXIS2_PLACEMENT_3D('',#25194,#12578,#12579); -#11465=AXIS2_PLACEMENT_3D('',#25259,#12582,#12583); -#11466=AXIS2_PLACEMENT_3D('',#25263,#12586,#12587); -#11467=AXIS2_PLACEMENT_3D('',#25274,#12589,#12590); -#11468=AXIS2_PLACEMENT_3D('',#25339,#12593,#12594); -#11469=AXIS2_PLACEMENT_3D('',#25343,#12597,#12598); -#11470=AXIS2_PLACEMENT_3D('',#25354,#12600,#12601); -#11471=AXIS2_PLACEMENT_3D('',#25419,#12604,#12605); -#11472=AXIS2_PLACEMENT_3D('',#25423,#12608,#12609); -#11473=AXIS2_PLACEMENT_3D('',#25434,#12611,#12612); -#11474=AXIS2_PLACEMENT_3D('',#25499,#12615,#12616); -#11475=AXIS2_PLACEMENT_3D('',#25503,#12619,#12620); -#11476=AXIS2_PLACEMENT_3D('',#25514,#12622,#12623); -#11477=AXIS2_PLACEMENT_3D('',#25579,#12626,#12627); -#11478=AXIS2_PLACEMENT_3D('',#25583,#12630,#12631); -#11479=AXIS2_PLACEMENT_3D('',#25594,#12633,#12634); -#11480=AXIS2_PLACEMENT_3D('',#25659,#12637,#12638); -#11481=AXIS2_PLACEMENT_3D('',#25663,#12641,#12642); -#11482=AXIS2_PLACEMENT_3D('',#25674,#12644,#12645); -#11483=AXIS2_PLACEMENT_3D('',#25739,#12648,#12649); -#11484=AXIS2_PLACEMENT_3D('',#25743,#12652,#12653); -#11485=AXIS2_PLACEMENT_3D('',#25754,#12655,#12656); -#11486=AXIS2_PLACEMENT_3D('',#25819,#12659,#12660); -#11487=AXIS2_PLACEMENT_3D('',#25823,#12663,#12664); -#11488=AXIS2_PLACEMENT_3D('',#25834,#12666,#12667); -#11489=AXIS2_PLACEMENT_3D('',#25899,#12670,#12671); -#11490=AXIS2_PLACEMENT_3D('',#25903,#12674,#12675); -#11491=AXIS2_PLACEMENT_3D('',#25914,#12677,#12678); -#11492=AXIS2_PLACEMENT_3D('',#25979,#12681,#12682); -#11493=AXIS2_PLACEMENT_3D('',#25983,#12685,#12686); -#11494=AXIS2_PLACEMENT_3D('',#25994,#12688,#12689); -#11495=AXIS2_PLACEMENT_3D('',#26059,#12692,#12693); -#11496=AXIS2_PLACEMENT_3D('',#26063,#12696,#12697); -#11497=AXIS2_PLACEMENT_3D('',#26074,#12699,#12700); -#11498=AXIS2_PLACEMENT_3D('',#26139,#12703,#12704); -#11499=AXIS2_PLACEMENT_3D('',#26143,#12707,#12708); -#11500=AXIS2_PLACEMENT_3D('',#26154,#12710,#12711); -#11501=AXIS2_PLACEMENT_3D('',#26219,#12714,#12715); -#11502=AXIS2_PLACEMENT_3D('',#26223,#12718,#12719); -#11503=AXIS2_PLACEMENT_3D('',#26234,#12721,#12722); -#11504=AXIS2_PLACEMENT_3D('',#26299,#12725,#12726); -#11505=AXIS2_PLACEMENT_3D('',#26303,#12729,#12730); -#11506=AXIS2_PLACEMENT_3D('',#26314,#12732,#12733); -#11507=AXIS2_PLACEMENT_3D('',#26379,#12736,#12737); -#11508=AXIS2_PLACEMENT_3D('',#26383,#12740,#12741); -#11509=AXIS2_PLACEMENT_3D('',#26394,#12743,#12744); -#11510=AXIS2_PLACEMENT_3D('',#26459,#12747,#12748); -#11511=AXIS2_PLACEMENT_3D('',#26463,#12751,#12752); -#11512=AXIS2_PLACEMENT_3D('',#26474,#12754,#12755); -#11513=AXIS2_PLACEMENT_3D('',#26539,#12758,#12759); -#11514=AXIS2_PLACEMENT_3D('',#26543,#12762,#12763); -#11515=AXIS2_PLACEMENT_3D('',#26554,#12765,#12766); -#11516=AXIS2_PLACEMENT_3D('',#26619,#12769,#12770); -#11517=AXIS2_PLACEMENT_3D('',#26623,#12773,#12774); -#11518=AXIS2_PLACEMENT_3D('',#26634,#12776,#12777); -#11519=AXIS2_PLACEMENT_3D('',#26699,#12780,#12781); -#11520=AXIS2_PLACEMENT_3D('',#26703,#12784,#12785); -#11521=AXIS2_PLACEMENT_3D('',#26714,#12787,#12788); -#11522=AXIS2_PLACEMENT_3D('',#26779,#12791,#12792); -#11523=AXIS2_PLACEMENT_3D('',#26783,#12795,#12796); -#11524=AXIS2_PLACEMENT_3D('',#26794,#12798,#12799); -#11525=AXIS2_PLACEMENT_3D('',#26859,#12802,#12803); -#11526=AXIS2_PLACEMENT_3D('',#26863,#12806,#12807); -#11527=AXIS2_PLACEMENT_3D('',#26874,#12809,#12810); -#11528=AXIS2_PLACEMENT_3D('',#26939,#12813,#12814); -#11529=AXIS2_PLACEMENT_3D('',#26943,#12817,#12818); -#11530=AXIS2_PLACEMENT_3D('',#26954,#12820,#12821); -#11531=AXIS2_PLACEMENT_3D('',#27019,#12824,#12825); -#11532=AXIS2_PLACEMENT_3D('',#27023,#12828,#12829); -#11533=AXIS2_PLACEMENT_3D('',#27034,#12831,#12832); -#11534=AXIS2_PLACEMENT_3D('',#27099,#12835,#12836); -#11535=AXIS2_PLACEMENT_3D('',#27103,#12839,#12840); -#11536=AXIS2_PLACEMENT_3D('',#27114,#12842,#12843); -#11537=AXIS2_PLACEMENT_3D('',#27179,#12846,#12847); -#11538=AXIS2_PLACEMENT_3D('',#27183,#12850,#12851); -#11539=AXIS2_PLACEMENT_3D('',#27194,#12853,#12854); -#11540=AXIS2_PLACEMENT_3D('',#27259,#12857,#12858); -#11541=AXIS2_PLACEMENT_3D('',#27263,#12861,#12862); -#11542=AXIS2_PLACEMENT_3D('',#27274,#12864,#12865); -#11543=AXIS2_PLACEMENT_3D('',#27339,#12868,#12869); -#11544=AXIS2_PLACEMENT_3D('',#27343,#12872,#12873); -#11545=AXIS2_PLACEMENT_3D('',#27354,#12875,#12876); -#11546=AXIS2_PLACEMENT_3D('',#27419,#12879,#12880); -#11547=AXIS2_PLACEMENT_3D('',#27423,#12883,#12884); -#11548=AXIS2_PLACEMENT_3D('',#27434,#12886,#12887); -#11549=AXIS2_PLACEMENT_3D('',#27499,#12890,#12891); -#11550=AXIS2_PLACEMENT_3D('',#27503,#12894,#12895); -#11551=AXIS2_PLACEMENT_3D('',#27514,#12897,#12898); -#11552=AXIS2_PLACEMENT_3D('',#27579,#12901,#12902); -#11553=AXIS2_PLACEMENT_3D('',#27583,#12905,#12906); -#11554=AXIS2_PLACEMENT_3D('',#27594,#12908,#12909); -#11555=AXIS2_PLACEMENT_3D('',#27659,#12912,#12913); -#11556=AXIS2_PLACEMENT_3D('',#27663,#12916,#12917); -#11557=AXIS2_PLACEMENT_3D('',#27674,#12919,#12920); -#11558=AXIS2_PLACEMENT_3D('',#27739,#12923,#12924); -#11559=AXIS2_PLACEMENT_3D('',#27743,#12927,#12928); -#11560=AXIS2_PLACEMENT_3D('',#27754,#12930,#12931); -#11561=AXIS2_PLACEMENT_3D('',#27819,#12934,#12935); -#11562=AXIS2_PLACEMENT_3D('',#27823,#12938,#12939); -#11563=AXIS2_PLACEMENT_3D('',#27834,#12941,#12942); -#11564=AXIS2_PLACEMENT_3D('',#27899,#12945,#12946); -#11565=AXIS2_PLACEMENT_3D('',#27903,#12949,#12950); -#11566=AXIS2_PLACEMENT_3D('',#27914,#12952,#12953); -#11567=AXIS2_PLACEMENT_3D('',#27979,#12956,#12957); -#11568=AXIS2_PLACEMENT_3D('',#27983,#12960,#12961); -#11569=AXIS2_PLACEMENT_3D('',#27994,#12963,#12964); -#11570=AXIS2_PLACEMENT_3D('',#28059,#12967,#12968); -#11571=AXIS2_PLACEMENT_3D('',#28063,#12971,#12972); -#11572=AXIS2_PLACEMENT_3D('',#28074,#12974,#12975); -#11573=AXIS2_PLACEMENT_3D('',#28139,#12978,#12979); -#11574=AXIS2_PLACEMENT_3D('',#28143,#12982,#12983); -#11575=AXIS2_PLACEMENT_3D('',#28154,#12985,#12986); -#11576=AXIS2_PLACEMENT_3D('',#28219,#12989,#12990); -#11577=AXIS2_PLACEMENT_3D('',#28223,#12993,#12994); -#11578=AXIS2_PLACEMENT_3D('',#28234,#12996,#12997); -#11579=AXIS2_PLACEMENT_3D('',#28299,#13000,#13001); -#11580=AXIS2_PLACEMENT_3D('',#28303,#13004,#13005); -#11581=AXIS2_PLACEMENT_3D('',#28314,#13007,#13008); -#11582=AXIS2_PLACEMENT_3D('',#28379,#13011,#13012); -#11583=AXIS2_PLACEMENT_3D('',#28383,#13015,#13016); -#11584=AXIS2_PLACEMENT_3D('',#28394,#13018,#13019); -#11585=AXIS2_PLACEMENT_3D('',#28459,#13022,#13023); -#11586=AXIS2_PLACEMENT_3D('',#28463,#13026,#13027); -#11587=AXIS2_PLACEMENT_3D('',#28474,#13029,#13030); -#11588=AXIS2_PLACEMENT_3D('',#28539,#13033,#13034); -#11589=AXIS2_PLACEMENT_3D('',#28543,#13037,#13038); -#11590=AXIS2_PLACEMENT_3D('',#28554,#13040,#13041); -#11591=AXIS2_PLACEMENT_3D('',#28619,#13044,#13045); -#11592=AXIS2_PLACEMENT_3D('',#28623,#13048,#13049); -#11593=AXIS2_PLACEMENT_3D('',#28634,#13051,#13052); -#11594=AXIS2_PLACEMENT_3D('',#28699,#13055,#13056); -#11595=AXIS2_PLACEMENT_3D('',#28703,#13059,#13060); -#11596=AXIS2_PLACEMENT_3D('',#28714,#13062,#13063); -#11597=AXIS2_PLACEMENT_3D('',#28779,#13066,#13067); -#11598=AXIS2_PLACEMENT_3D('',#28783,#13070,#13071); -#11599=AXIS2_PLACEMENT_3D('',#28794,#13073,#13074); -#11600=AXIS2_PLACEMENT_3D('',#28859,#13077,#13078); -#11601=AXIS2_PLACEMENT_3D('',#28863,#13081,#13082); -#11602=AXIS2_PLACEMENT_3D('',#28874,#13084,#13085); -#11603=AXIS2_PLACEMENT_3D('',#28939,#13088,#13089); -#11604=AXIS2_PLACEMENT_3D('',#28943,#13092,#13093); -#11605=AXIS2_PLACEMENT_3D('',#28954,#13095,#13096); -#11606=AXIS2_PLACEMENT_3D('',#29019,#13099,#13100); -#11607=AXIS2_PLACEMENT_3D('',#29023,#13103,#13104); -#11608=AXIS2_PLACEMENT_3D('',#29034,#13106,#13107); -#11609=AXIS2_PLACEMENT_3D('',#29099,#13110,#13111); -#11610=AXIS2_PLACEMENT_3D('',#29103,#13114,#13115); -#11611=AXIS2_PLACEMENT_3D('',#29114,#13117,#13118); -#11612=AXIS2_PLACEMENT_3D('',#29179,#13121,#13122); -#11613=AXIS2_PLACEMENT_3D('',#29183,#13125,#13126); -#11614=AXIS2_PLACEMENT_3D('',#29194,#13128,#13129); -#11615=AXIS2_PLACEMENT_3D('',#29259,#13132,#13133); -#11616=AXIS2_PLACEMENT_3D('',#29263,#13136,#13137); -#11617=AXIS2_PLACEMENT_3D('',#29274,#13139,#13140); -#11618=AXIS2_PLACEMENT_3D('',#29339,#13143,#13144); -#11619=AXIS2_PLACEMENT_3D('',#29343,#13147,#13148); -#11620=AXIS2_PLACEMENT_3D('',#29354,#13150,#13151); -#11621=AXIS2_PLACEMENT_3D('',#29419,#13154,#13155); -#11622=AXIS2_PLACEMENT_3D('',#29423,#13158,#13159); -#11623=AXIS2_PLACEMENT_3D('',#29434,#13161,#13162); -#11624=AXIS2_PLACEMENT_3D('',#29499,#13165,#13166); -#11625=AXIS2_PLACEMENT_3D('',#29503,#13169,#13170); -#11626=AXIS2_PLACEMENT_3D('',#29514,#13172,#13173); -#11627=AXIS2_PLACEMENT_3D('',#29579,#13176,#13177); -#11628=AXIS2_PLACEMENT_3D('',#29583,#13180,#13181); -#11629=AXIS2_PLACEMENT_3D('',#29594,#13183,#13184); -#11630=AXIS2_PLACEMENT_3D('',#29659,#13187,#13188); -#11631=AXIS2_PLACEMENT_3D('',#29663,#13191,#13192); -#11632=AXIS2_PLACEMENT_3D('',#29674,#13194,#13195); -#11633=AXIS2_PLACEMENT_3D('',#29739,#13198,#13199); -#11634=AXIS2_PLACEMENT_3D('',#29743,#13202,#13203); -#11635=AXIS2_PLACEMENT_3D('',#29754,#13205,#13206); -#11636=AXIS2_PLACEMENT_3D('',#29819,#13209,#13210); -#11637=AXIS2_PLACEMENT_3D('',#29823,#13213,#13214); -#11638=AXIS2_PLACEMENT_3D('',#29834,#13216,#13217); -#11639=AXIS2_PLACEMENT_3D('',#29899,#13220,#13221); -#11640=AXIS2_PLACEMENT_3D('',#29903,#13224,#13225); -#11641=AXIS2_PLACEMENT_3D('',#29914,#13227,#13228); -#11642=AXIS2_PLACEMENT_3D('',#29979,#13231,#13232); -#11643=AXIS2_PLACEMENT_3D('',#29983,#13235,#13236); -#11644=AXIS2_PLACEMENT_3D('',#29994,#13238,#13239); -#11645=AXIS2_PLACEMENT_3D('',#30059,#13242,#13243); -#11646=AXIS2_PLACEMENT_3D('',#30063,#13246,#13247); -#11647=AXIS2_PLACEMENT_3D('',#30074,#13249,#13250); -#11648=AXIS2_PLACEMENT_3D('',#30139,#13253,#13254); -#11649=AXIS2_PLACEMENT_3D('',#30143,#13257,#13258); -#11650=AXIS2_PLACEMENT_3D('',#30154,#13260,#13261); -#11651=AXIS2_PLACEMENT_3D('',#30219,#13264,#13265); -#11652=AXIS2_PLACEMENT_3D('',#30223,#13268,#13269); -#11653=AXIS2_PLACEMENT_3D('',#30234,#13271,#13272); -#11654=AXIS2_PLACEMENT_3D('',#30299,#13275,#13276); -#11655=AXIS2_PLACEMENT_3D('',#30303,#13279,#13280); -#11656=AXIS2_PLACEMENT_3D('',#30314,#13282,#13283); -#11657=AXIS2_PLACEMENT_3D('',#30379,#13286,#13287); -#11658=AXIS2_PLACEMENT_3D('',#30383,#13290,#13291); -#11659=AXIS2_PLACEMENT_3D('',#30438,#13294,#13295); -#11660=AXIS2_PLACEMENT_3D('',#30459,#13297,#13298); -#11661=AXIS2_PLACEMENT_3D('',#30516,#13302,#13303); -#11662=AXIS2_PLACEMENT_3D('',#30537,#13305,#13306); -#11663=AXIS2_PLACEMENT_3D('',#30539,#13308,#13309); -#11664=AXIS2_PLACEMENT_3D('',#30596,#13313,#13314); -#11665=AXIS2_PLACEMENT_3D('',#30617,#13316,#13317); -#11666=AXIS2_PLACEMENT_3D('',#30619,#13319,#13320); -#11667=AXIS2_PLACEMENT_3D('',#30676,#13324,#13325); -#11668=AXIS2_PLACEMENT_3D('',#30697,#13327,#13328); -#11669=AXIS2_PLACEMENT_3D('',#30699,#13330,#13331); -#11670=AXIS2_PLACEMENT_3D('',#30756,#13335,#13336); -#11671=AXIS2_PLACEMENT_3D('',#30777,#13338,#13339); -#11672=AXIS2_PLACEMENT_3D('',#30779,#13341,#13342); -#11673=AXIS2_PLACEMENT_3D('',#30836,#13346,#13347); -#11674=AXIS2_PLACEMENT_3D('',#30857,#13349,#13350); -#11675=AXIS2_PLACEMENT_3D('',#30859,#13352,#13353); -#11676=AXIS2_PLACEMENT_3D('',#30916,#13357,#13358); -#11677=AXIS2_PLACEMENT_3D('',#30937,#13360,#13361); -#11678=AXIS2_PLACEMENT_3D('',#30939,#13363,#13364); -#11679=AXIS2_PLACEMENT_3D('',#30996,#13368,#13369); -#11680=AXIS2_PLACEMENT_3D('',#31017,#13371,#13372); -#11681=AXIS2_PLACEMENT_3D('',#31019,#13374,#13375); -#11682=AXIS2_PLACEMENT_3D('',#31076,#13379,#13380); -#11683=AXIS2_PLACEMENT_3D('',#31097,#13382,#13383); -#11684=AXIS2_PLACEMENT_3D('',#31099,#13385,#13386); -#11685=AXIS2_PLACEMENT_3D('',#31156,#13390,#13391); -#11686=AXIS2_PLACEMENT_3D('',#31177,#13393,#13394); -#11687=AXIS2_PLACEMENT_3D('',#31179,#13396,#13397); -#11688=AXIS2_PLACEMENT_3D('',#31236,#13401,#13402); -#11689=AXIS2_PLACEMENT_3D('',#31257,#13404,#13405); -#11690=AXIS2_PLACEMENT_3D('',#31259,#13407,#13408); -#11691=AXIS2_PLACEMENT_3D('',#31316,#13412,#13413); -#11692=AXIS2_PLACEMENT_3D('',#31337,#13415,#13416); -#11693=AXIS2_PLACEMENT_3D('',#31339,#13418,#13419); -#11694=AXIS2_PLACEMENT_3D('',#31341,#13420,#13421); -#11695=AXIS2_PLACEMENT_3D('',#31345,#13423,#13424); -#11696=AXIS2_PLACEMENT_3D('',#31349,#13426,#13427); -#11697=AXIS2_PLACEMENT_3D('',#31353,#13429,#13430); -#11698=AXIS2_PLACEMENT_3D('',#31357,#13432,#13433); -#11699=AXIS2_PLACEMENT_3D('',#31361,#13435,#13436); -#11700=AXIS2_PLACEMENT_3D('',#31363,#13438,#13439); -#11701=AXIS2_PLACEMENT_3D('',#31366,#13440,#13441); -#11702=AXIS2_PLACEMENT_3D('',#31369,#13444,#13445); -#11703=AXIS2_PLACEMENT_3D('',#31372,#13446,#13447); -#11704=AXIS2_PLACEMENT_3D('',#31375,#13450,#13451); -#11705=AXIS2_PLACEMENT_3D('',#31378,#13452,#13453); -#11706=AXIS2_PLACEMENT_3D('',#31381,#13456,#13457); -#11707=AXIS2_PLACEMENT_3D('',#31386,#13460,#13461); -#11708=AXIS2_PLACEMENT_3D('',#31387,#13462,#13463); -#11709=AXIS2_PLACEMENT_3D('',#31392,#13466,#13467); -#11710=AXIS2_PLACEMENT_3D('',#31393,#13468,#13469); -#11711=AXIS2_PLACEMENT_3D('',#31397,#13471,#13472); -#11712=AXIS2_PLACEMENT_3D('',#31399,#13474,#13475); -#11713=AXIS2_PLACEMENT_3D('',#31401,#13477,#13478); -#11714=AXIS2_PLACEMENT_3D('',#31403,#13480,#13481); -#11715=AXIS2_PLACEMENT_3D('',#31405,#13483,#13484); -#11716=AXIS2_PLACEMENT_3D('',#31407,#13486,#13487); -#11717=AXIS2_PLACEMENT_3D('',#31409,#13489,#13490); -#11718=AXIS2_PLACEMENT_3D('',#31411,#13492,#13493); -#11719=AXIS2_PLACEMENT_3D('',#31413,#13495,#13496); -#11720=DIRECTION('axis',(0.,0.,1.)); -#11721=DIRECTION('refdir',(1.,0.,0.)); -#11722=DIRECTION('center_axis',(0.,1.,0.)); -#11723=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11724=DIRECTION('',(0.,-1.,0.)); -#11725=DIRECTION('',(0.,1.,0.)); -#11726=DIRECTION('center_axis',(0.,1.,0.)); -#11727=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11728=DIRECTION('',(0.,-1.,0.)); -#11729=DIRECTION('',(0.,1.,0.)); -#11730=DIRECTION('center_axis',(0.,0.,-1.)); -#11731=DIRECTION('ref_axis',(-0.787692997540773,0.616067968348649,0.)); -#11732=DIRECTION('',(0.,0.,1.)); -#11733=DIRECTION('center_axis',(0.,0.,1.)); -#11734=DIRECTION('ref_axis',(-0.787692997540773,0.616067968348649,0.)); -#11735=DIRECTION('',(0.,0.,1.)); -#11736=DIRECTION('',(0.,0.,1.)); -#11737=DIRECTION('center_axis',(0.,0.,-1.)); -#11738=DIRECTION('ref_axis',(-0.787692997540773,0.616067968348649,0.)); -#11739=DIRECTION('',(0.,0.,-1.)); -#11740=DIRECTION('',(0.,0.,-1.)); -#11741=DIRECTION('',(0.,0.,-1.)); -#11742=DIRECTION('',(0.,0.,-1.)); -#11743=DIRECTION('',(0.,0.,-1.)); -#11744=DIRECTION('',(0.,0.,-1.)); -#11745=DIRECTION('',(0.,0.,-1.)); -#11746=DIRECTION('',(0.,0.,-1.)); -#11747=DIRECTION('',(0.,0.,-1.)); -#11748=DIRECTION('',(0.,0.,-1.)); -#11749=DIRECTION('',(0.,0.,-1.)); -#11750=DIRECTION('',(0.,0.,-1.)); -#11751=DIRECTION('',(0.,0.,-1.)); -#11752=DIRECTION('',(0.,0.,-1.)); -#11753=DIRECTION('',(0.,0.,-1.)); -#11754=DIRECTION('',(0.,0.,-1.)); -#11755=DIRECTION('',(0.,0.,-1.)); -#11756=DIRECTION('',(0.,0.,-1.)); -#11757=DIRECTION('',(0.,0.,-1.)); -#11758=DIRECTION('',(0.,0.,-1.)); -#11759=DIRECTION('',(0.,0.,-1.)); -#11760=DIRECTION('',(0.,0.,-1.)); -#11761=DIRECTION('',(0.,0.,-1.)); -#11762=DIRECTION('',(0.,0.,-1.)); -#11763=DIRECTION('',(0.,0.,-1.)); -#11764=DIRECTION('',(0.,0.,-1.)); -#11765=DIRECTION('',(0.,0.,-1.)); -#11766=DIRECTION('',(0.,0.,-1.)); -#11767=DIRECTION('',(0.,0.,-1.)); -#11768=DIRECTION('',(0.,0.,-1.)); -#11769=DIRECTION('',(0.,0.,-1.)); -#11770=DIRECTION('',(0.,0.,1.)); -#11771=DIRECTION('',(0.,0.,1.)); -#11772=DIRECTION('',(0.,0.,1.)); -#11773=DIRECTION('',(0.,0.,1.)); -#11774=DIRECTION('',(0.,0.,1.)); -#11775=DIRECTION('',(0.,0.,1.)); -#11776=DIRECTION('',(0.,0.,1.)); -#11777=DIRECTION('',(0.,0.,1.)); -#11778=DIRECTION('',(0.,0.,1.)); -#11779=DIRECTION('',(0.,0.,1.)); -#11780=DIRECTION('',(0.,0.,1.)); -#11781=DIRECTION('',(0.,0.,1.)); -#11782=DIRECTION('',(0.,0.,1.)); -#11783=DIRECTION('',(0.,0.,1.)); -#11784=DIRECTION('',(0.,0.,1.)); -#11785=DIRECTION('',(0.,0.,1.)); -#11786=DIRECTION('',(0.,0.,1.)); -#11787=DIRECTION('',(0.,0.,1.)); -#11788=DIRECTION('',(0.,0.,1.)); -#11789=DIRECTION('',(0.,0.,1.)); -#11790=DIRECTION('',(0.,0.,1.)); -#11791=DIRECTION('',(0.,0.,1.)); -#11792=DIRECTION('',(0.,0.,1.)); -#11793=DIRECTION('',(0.,0.,1.)); -#11794=DIRECTION('',(0.,0.,1.)); -#11795=DIRECTION('',(0.,0.,1.)); -#11796=DIRECTION('',(0.,0.,1.)); -#11797=DIRECTION('',(0.,0.,1.)); -#11798=DIRECTION('',(0.,0.,1.)); -#11799=DIRECTION('',(0.,0.,1.)); -#11800=DIRECTION('',(0.,0.,1.)); -#11801=DIRECTION('',(0.,0.,1.)); -#11802=DIRECTION('',(0.,0.,1.)); -#11803=DIRECTION('',(0.,0.,1.)); -#11804=DIRECTION('',(0.,0.,1.)); -#11805=DIRECTION('',(0.,0.,1.)); -#11806=DIRECTION('',(0.,0.,1.)); -#11807=DIRECTION('',(0.,0.,1.)); -#11808=DIRECTION('',(0.,0.,1.)); -#11809=DIRECTION('',(0.,0.,1.)); -#11810=DIRECTION('',(0.,0.,1.)); -#11811=DIRECTION('',(0.,0.,1.)); -#11812=DIRECTION('',(0.,0.,1.)); -#11813=DIRECTION('',(0.,0.,1.)); -#11814=DIRECTION('',(0.,0.,1.)); -#11815=DIRECTION('',(0.,0.,1.)); -#11816=DIRECTION('',(0.,0.,1.)); -#11817=DIRECTION('',(0.,0.,1.)); -#11818=DIRECTION('',(0.,0.,1.)); -#11819=DIRECTION('',(0.,0.,1.)); -#11820=DIRECTION('',(0.,0.,1.)); -#11821=DIRECTION('',(0.,0.,1.)); -#11822=DIRECTION('',(0.,0.,1.)); -#11823=DIRECTION('',(0.,0.,1.)); -#11824=DIRECTION('',(0.,0.,1.)); -#11825=DIRECTION('',(0.,0.,1.)); -#11826=DIRECTION('',(0.,0.,1.)); -#11827=DIRECTION('',(0.,0.,1.)); -#11828=DIRECTION('',(0.,0.,1.)); -#11829=DIRECTION('',(0.,0.,1.)); -#11830=DIRECTION('',(0.,0.,1.)); -#11831=DIRECTION('',(0.,0.,1.)); -#11832=DIRECTION('',(0.,0.,1.)); -#11833=DIRECTION('',(0.,0.,1.)); -#11834=DIRECTION('',(0.,0.,1.)); -#11835=DIRECTION('',(0.,0.,1.)); -#11836=DIRECTION('',(0.,0.,1.)); -#11837=DIRECTION('',(0.,0.,1.)); -#11838=DIRECTION('',(0.,0.,1.)); -#11839=DIRECTION('',(0.,0.,1.)); -#11840=DIRECTION('',(0.,0.,1.)); -#11841=DIRECTION('',(0.,0.,1.)); -#11842=DIRECTION('',(0.,0.,1.)); -#11843=DIRECTION('',(0.,0.,1.)); -#11844=DIRECTION('',(0.,0.,1.)); -#11845=DIRECTION('',(0.,0.,1.)); -#11846=DIRECTION('',(0.,0.,1.)); -#11847=DIRECTION('',(0.,0.,1.)); -#11848=DIRECTION('',(0.,0.,1.)); -#11849=DIRECTION('',(0.,0.,1.)); -#11850=DIRECTION('',(0.,0.,1.)); -#11851=DIRECTION('',(0.,0.,1.)); -#11852=DIRECTION('',(0.,0.,1.)); -#11853=DIRECTION('',(0.,0.,1.)); -#11854=DIRECTION('',(0.,0.,1.)); -#11855=DIRECTION('',(0.,0.,1.)); -#11856=DIRECTION('',(0.,0.,1.)); -#11857=DIRECTION('',(0.,0.,1.)); -#11858=DIRECTION('',(0.,0.,1.)); -#11859=DIRECTION('',(0.,0.,1.)); -#11860=DIRECTION('',(0.,0.,1.)); -#11861=DIRECTION('',(0.,0.,1.)); -#11862=DIRECTION('',(0.,0.,1.)); -#11863=DIRECTION('',(0.,0.,1.)); -#11864=DIRECTION('',(0.,0.,1.)); -#11865=DIRECTION('',(0.,0.,1.)); -#11866=DIRECTION('',(0.,0.,1.)); -#11867=DIRECTION('',(0.,0.,1.)); -#11868=DIRECTION('',(0.,0.,1.)); -#11869=DIRECTION('',(0.,0.,1.)); -#11870=DIRECTION('',(0.,0.,1.)); -#11871=DIRECTION('',(0.,0.,1.)); -#11872=DIRECTION('',(0.,0.,1.)); -#11873=DIRECTION('',(0.,0.,1.)); -#11874=DIRECTION('',(0.,0.,1.)); -#11875=DIRECTION('',(0.,0.,1.)); -#11876=DIRECTION('',(0.,0.,1.)); -#11877=DIRECTION('',(0.,0.,1.)); -#11878=DIRECTION('',(0.,0.,1.)); -#11879=DIRECTION('',(0.,0.,1.)); -#11880=DIRECTION('',(0.,0.,1.)); -#11881=DIRECTION('',(0.,0.,1.)); -#11882=DIRECTION('',(0.,0.,1.)); -#11883=DIRECTION('',(0.,0.,1.)); -#11884=DIRECTION('',(0.,0.,1.)); -#11885=DIRECTION('',(0.,0.,1.)); -#11886=DIRECTION('',(0.,0.,1.)); -#11887=DIRECTION('',(0.,0.,1.)); -#11888=DIRECTION('',(0.,0.,1.)); -#11889=DIRECTION('',(0.,0.,1.)); -#11890=DIRECTION('',(0.,0.,1.)); -#11891=DIRECTION('',(0.,0.,1.)); -#11892=DIRECTION('',(0.,0.,1.)); -#11893=DIRECTION('',(0.,0.,1.)); -#11894=DIRECTION('',(0.,0.,1.)); -#11895=DIRECTION('',(0.,0.,1.)); -#11896=DIRECTION('center_axis',(1.,0.,0.)); -#11897=DIRECTION('ref_axis',(0.,0.,-1.)); -#11898=DIRECTION('',(0.,0.,1.)); -#11899=DIRECTION('',(0.,-1.,0.)); -#11900=DIRECTION('center_axis',(1.,0.,0.)); -#11901=DIRECTION('ref_axis',(0.,0.,-1.)); -#11902=DIRECTION('',(0.,-1.,0.)); -#11903=DIRECTION('',(0.,0.,1.)); -#11904=DIRECTION('center_axis',(0.,1.,0.)); -#11905=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11906=DIRECTION('',(0.,1.,0.)); -#11907=DIRECTION('center_axis',(0.,1.,0.)); -#11908=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11909=DIRECTION('',(0.,-1.,0.)); -#11910=DIRECTION('',(0.,1.,0.)); -#11911=DIRECTION('center_axis',(1.,0.,0.)); -#11912=DIRECTION('ref_axis',(0.,0.,-1.)); -#11913=DIRECTION('',(0.,-1.,0.)); -#11914=DIRECTION('',(0.,0.,1.)); -#11915=DIRECTION('center_axis',(0.,1.,0.)); -#11916=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11917=DIRECTION('',(0.,1.,0.)); -#11918=DIRECTION('center_axis',(0.,1.,0.)); -#11919=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11920=DIRECTION('',(0.,-1.,0.)); -#11921=DIRECTION('',(0.,1.,0.)); -#11922=DIRECTION('center_axis',(1.,0.,0.)); -#11923=DIRECTION('ref_axis',(0.,0.,-1.)); -#11924=DIRECTION('',(0.,-1.,0.)); -#11925=DIRECTION('',(0.,0.,1.)); -#11926=DIRECTION('center_axis',(0.,1.,0.)); -#11927=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11928=DIRECTION('',(0.,1.,0.)); -#11929=DIRECTION('center_axis',(0.,1.,0.)); -#11930=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11931=DIRECTION('',(0.,-1.,0.)); -#11932=DIRECTION('',(0.,1.,0.)); -#11933=DIRECTION('center_axis',(1.,0.,0.)); -#11934=DIRECTION('ref_axis',(0.,0.,-1.)); -#11935=DIRECTION('',(0.,-1.,0.)); -#11936=DIRECTION('',(0.,0.,1.)); -#11937=DIRECTION('center_axis',(0.,1.,0.)); -#11938=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11939=DIRECTION('',(0.,1.,0.)); -#11940=DIRECTION('center_axis',(0.,1.,0.)); -#11941=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11942=DIRECTION('',(0.,-1.,0.)); -#11943=DIRECTION('',(0.,1.,0.)); -#11944=DIRECTION('center_axis',(1.,0.,0.)); -#11945=DIRECTION('ref_axis',(0.,0.,-1.)); -#11946=DIRECTION('',(0.,-1.,0.)); -#11947=DIRECTION('',(0.,0.,1.)); -#11948=DIRECTION('center_axis',(0.,1.,0.)); -#11949=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11950=DIRECTION('',(0.,1.,0.)); -#11951=DIRECTION('center_axis',(0.,1.,0.)); -#11952=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11953=DIRECTION('',(0.,-1.,0.)); -#11954=DIRECTION('',(0.,1.,0.)); -#11955=DIRECTION('center_axis',(1.,0.,0.)); -#11956=DIRECTION('ref_axis',(0.,0.,-1.)); -#11957=DIRECTION('',(0.,-1.,0.)); -#11958=DIRECTION('',(0.,0.,1.)); -#11959=DIRECTION('center_axis',(0.,1.,0.)); -#11960=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11961=DIRECTION('',(0.,1.,0.)); -#11962=DIRECTION('center_axis',(0.,1.,0.)); -#11963=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11964=DIRECTION('',(0.,-1.,0.)); -#11965=DIRECTION('',(0.,1.,0.)); -#11966=DIRECTION('center_axis',(1.,0.,0.)); -#11967=DIRECTION('ref_axis',(0.,0.,-1.)); -#11968=DIRECTION('',(0.,-1.,0.)); -#11969=DIRECTION('',(0.,0.,1.)); -#11970=DIRECTION('center_axis',(0.,1.,0.)); -#11971=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11972=DIRECTION('',(0.,1.,0.)); -#11973=DIRECTION('center_axis',(0.,1.,0.)); -#11974=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11975=DIRECTION('',(0.,-1.,0.)); -#11976=DIRECTION('',(0.,1.,0.)); -#11977=DIRECTION('center_axis',(1.,0.,0.)); -#11978=DIRECTION('ref_axis',(0.,0.,-1.)); -#11979=DIRECTION('',(0.,-1.,0.)); -#11980=DIRECTION('',(0.,0.,1.)); -#11981=DIRECTION('center_axis',(0.,1.,0.)); -#11982=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11983=DIRECTION('',(0.,1.,0.)); -#11984=DIRECTION('center_axis',(0.,1.,0.)); -#11985=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11986=DIRECTION('',(0.,-1.,0.)); -#11987=DIRECTION('',(0.,1.,0.)); -#11988=DIRECTION('center_axis',(1.,0.,0.)); -#11989=DIRECTION('ref_axis',(0.,0.,-1.)); -#11990=DIRECTION('',(0.,-1.,0.)); -#11991=DIRECTION('',(0.,0.,1.)); -#11992=DIRECTION('center_axis',(0.,1.,0.)); -#11993=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11994=DIRECTION('',(0.,1.,0.)); -#11995=DIRECTION('center_axis',(0.,1.,0.)); -#11996=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#11997=DIRECTION('',(0.,-1.,0.)); -#11998=DIRECTION('',(0.,1.,0.)); -#11999=DIRECTION('center_axis',(1.,0.,0.)); -#12000=DIRECTION('ref_axis',(0.,0.,-1.)); -#12001=DIRECTION('',(0.,-1.,0.)); -#12002=DIRECTION('',(0.,0.,1.)); -#12003=DIRECTION('center_axis',(0.,1.,0.)); -#12004=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12005=DIRECTION('',(0.,1.,0.)); -#12006=DIRECTION('center_axis',(0.,1.,0.)); -#12007=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12008=DIRECTION('',(0.,-1.,0.)); -#12009=DIRECTION('',(0.,1.,0.)); -#12010=DIRECTION('center_axis',(1.,0.,0.)); -#12011=DIRECTION('ref_axis',(0.,0.,-1.)); -#12012=DIRECTION('',(0.,-1.,0.)); -#12013=DIRECTION('',(0.,0.,1.)); -#12014=DIRECTION('center_axis',(0.,1.,0.)); -#12015=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12016=DIRECTION('',(0.,1.,0.)); -#12017=DIRECTION('center_axis',(0.,1.,0.)); -#12018=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12019=DIRECTION('',(0.,-1.,0.)); -#12020=DIRECTION('',(0.,1.,0.)); -#12021=DIRECTION('center_axis',(1.,0.,0.)); -#12022=DIRECTION('ref_axis',(0.,0.,-1.)); -#12023=DIRECTION('',(0.,-1.,0.)); -#12024=DIRECTION('',(0.,0.,1.)); -#12025=DIRECTION('center_axis',(0.,1.,0.)); -#12026=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12027=DIRECTION('',(0.,1.,0.)); -#12028=DIRECTION('center_axis',(0.,1.,0.)); -#12029=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12030=DIRECTION('',(0.,-1.,0.)); -#12031=DIRECTION('',(0.,1.,0.)); -#12032=DIRECTION('center_axis',(1.,0.,0.)); -#12033=DIRECTION('ref_axis',(0.,0.,-1.)); -#12034=DIRECTION('',(0.,-1.,0.)); -#12035=DIRECTION('',(0.,0.,1.)); -#12036=DIRECTION('center_axis',(0.,1.,0.)); -#12037=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12038=DIRECTION('',(0.,1.,0.)); -#12039=DIRECTION('center_axis',(0.,1.,0.)); -#12040=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12041=DIRECTION('',(0.,-1.,0.)); -#12042=DIRECTION('',(0.,1.,0.)); -#12043=DIRECTION('center_axis',(1.,0.,0.)); -#12044=DIRECTION('ref_axis',(0.,0.,-1.)); -#12045=DIRECTION('',(0.,-1.,0.)); -#12046=DIRECTION('',(0.,0.,1.)); -#12047=DIRECTION('center_axis',(0.,1.,0.)); -#12048=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12049=DIRECTION('',(0.,1.,0.)); -#12050=DIRECTION('center_axis',(0.,1.,0.)); -#12051=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12052=DIRECTION('',(0.,-1.,0.)); -#12053=DIRECTION('',(0.,1.,0.)); -#12054=DIRECTION('center_axis',(1.,0.,0.)); -#12055=DIRECTION('ref_axis',(0.,0.,-1.)); -#12056=DIRECTION('',(0.,-1.,0.)); -#12057=DIRECTION('',(0.,0.,1.)); -#12058=DIRECTION('center_axis',(0.,1.,0.)); -#12059=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12060=DIRECTION('',(0.,1.,0.)); -#12061=DIRECTION('center_axis',(0.,1.,0.)); -#12062=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12063=DIRECTION('',(0.,-1.,0.)); -#12064=DIRECTION('',(0.,1.,0.)); -#12065=DIRECTION('center_axis',(1.,0.,0.)); -#12066=DIRECTION('ref_axis',(0.,0.,-1.)); -#12067=DIRECTION('',(0.,-1.,0.)); -#12068=DIRECTION('',(0.,0.,1.)); -#12069=DIRECTION('center_axis',(0.,1.,0.)); -#12070=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12071=DIRECTION('',(0.,1.,0.)); -#12072=DIRECTION('center_axis',(0.,1.,0.)); -#12073=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12074=DIRECTION('',(0.,-1.,0.)); -#12075=DIRECTION('',(0.,1.,0.)); -#12076=DIRECTION('center_axis',(1.,0.,0.)); -#12077=DIRECTION('ref_axis',(0.,0.,-1.)); -#12078=DIRECTION('',(0.,-1.,0.)); -#12079=DIRECTION('',(0.,0.,1.)); -#12080=DIRECTION('center_axis',(0.,1.,0.)); -#12081=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12082=DIRECTION('',(0.,1.,0.)); -#12083=DIRECTION('center_axis',(0.,1.,0.)); -#12084=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12085=DIRECTION('',(0.,-1.,0.)); -#12086=DIRECTION('',(0.,1.,0.)); -#12087=DIRECTION('center_axis',(1.,0.,0.)); -#12088=DIRECTION('ref_axis',(0.,0.,-1.)); -#12089=DIRECTION('',(0.,-1.,0.)); -#12090=DIRECTION('',(0.,0.,1.)); -#12091=DIRECTION('center_axis',(0.,1.,0.)); -#12092=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12093=DIRECTION('',(0.,1.,0.)); -#12094=DIRECTION('center_axis',(0.,1.,0.)); -#12095=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12096=DIRECTION('',(0.,-1.,0.)); -#12097=DIRECTION('',(0.,1.,0.)); -#12098=DIRECTION('center_axis',(1.,0.,0.)); -#12099=DIRECTION('ref_axis',(0.,0.,-1.)); -#12100=DIRECTION('',(0.,-1.,0.)); -#12101=DIRECTION('',(0.,0.,1.)); -#12102=DIRECTION('center_axis',(0.,1.,0.)); -#12103=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12104=DIRECTION('',(0.,1.,0.)); -#12105=DIRECTION('center_axis',(0.,1.,0.)); -#12106=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12107=DIRECTION('',(0.,-1.,0.)); -#12108=DIRECTION('',(0.,1.,0.)); -#12109=DIRECTION('center_axis',(1.,0.,0.)); -#12110=DIRECTION('ref_axis',(0.,0.,-1.)); -#12111=DIRECTION('',(0.,-1.,0.)); -#12112=DIRECTION('',(0.,0.,1.)); -#12113=DIRECTION('center_axis',(0.,1.,0.)); -#12114=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12115=DIRECTION('',(0.,1.,0.)); -#12116=DIRECTION('center_axis',(0.,1.,0.)); -#12117=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12118=DIRECTION('',(0.,-1.,0.)); -#12119=DIRECTION('',(0.,1.,0.)); -#12120=DIRECTION('center_axis',(1.,0.,0.)); -#12121=DIRECTION('ref_axis',(0.,0.,-1.)); -#12122=DIRECTION('',(0.,-1.,0.)); -#12123=DIRECTION('',(0.,0.,1.)); -#12124=DIRECTION('center_axis',(0.,1.,0.)); -#12125=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12126=DIRECTION('',(0.,1.,0.)); -#12127=DIRECTION('center_axis',(0.,1.,0.)); -#12128=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12129=DIRECTION('',(0.,-1.,0.)); -#12130=DIRECTION('',(0.,1.,0.)); -#12131=DIRECTION('center_axis',(1.,0.,0.)); -#12132=DIRECTION('ref_axis',(0.,0.,-1.)); -#12133=DIRECTION('',(0.,-1.,0.)); -#12134=DIRECTION('',(0.,0.,1.)); -#12135=DIRECTION('center_axis',(0.,1.,0.)); -#12136=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12137=DIRECTION('',(0.,1.,0.)); -#12138=DIRECTION('center_axis',(0.,1.,0.)); -#12139=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12140=DIRECTION('',(0.,-1.,0.)); -#12141=DIRECTION('',(0.,1.,0.)); -#12142=DIRECTION('center_axis',(1.,0.,0.)); -#12143=DIRECTION('ref_axis',(0.,0.,-1.)); -#12144=DIRECTION('',(0.,-1.,0.)); -#12145=DIRECTION('',(0.,0.,1.)); -#12146=DIRECTION('center_axis',(0.,1.,0.)); -#12147=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12148=DIRECTION('',(0.,1.,0.)); -#12149=DIRECTION('center_axis',(0.,1.,0.)); -#12150=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12151=DIRECTION('',(0.,-1.,0.)); -#12152=DIRECTION('',(0.,1.,0.)); -#12153=DIRECTION('center_axis',(1.,0.,0.)); -#12154=DIRECTION('ref_axis',(0.,0.,-1.)); -#12155=DIRECTION('',(0.,-1.,0.)); -#12156=DIRECTION('',(0.,0.,1.)); -#12157=DIRECTION('center_axis',(0.,1.,0.)); -#12158=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12159=DIRECTION('',(0.,1.,0.)); -#12160=DIRECTION('center_axis',(0.,1.,0.)); -#12161=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12162=DIRECTION('',(0.,-1.,0.)); -#12163=DIRECTION('',(0.,1.,0.)); -#12164=DIRECTION('center_axis',(1.,0.,0.)); -#12165=DIRECTION('ref_axis',(0.,0.,-1.)); -#12166=DIRECTION('',(0.,-1.,0.)); -#12167=DIRECTION('',(0.,0.,1.)); -#12168=DIRECTION('center_axis',(0.,1.,0.)); -#12169=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12170=DIRECTION('',(0.,1.,0.)); -#12171=DIRECTION('center_axis',(0.,1.,0.)); -#12172=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12173=DIRECTION('',(0.,-1.,0.)); -#12174=DIRECTION('',(0.,1.,0.)); -#12175=DIRECTION('center_axis',(1.,0.,0.)); -#12176=DIRECTION('ref_axis',(0.,0.,-1.)); -#12177=DIRECTION('',(0.,-1.,0.)); -#12178=DIRECTION('',(0.,0.,1.)); -#12179=DIRECTION('center_axis',(0.,1.,0.)); -#12180=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12181=DIRECTION('',(0.,1.,0.)); -#12182=DIRECTION('center_axis',(0.,1.,0.)); -#12183=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12184=DIRECTION('',(0.,-1.,0.)); -#12185=DIRECTION('',(0.,1.,0.)); -#12186=DIRECTION('center_axis',(1.,0.,0.)); -#12187=DIRECTION('ref_axis',(0.,0.,-1.)); -#12188=DIRECTION('',(0.,-1.,0.)); -#12189=DIRECTION('',(0.,0.,1.)); -#12190=DIRECTION('center_axis',(0.,1.,0.)); -#12191=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12192=DIRECTION('',(0.,1.,0.)); -#12193=DIRECTION('center_axis',(0.,1.,0.)); -#12194=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12195=DIRECTION('',(0.,-1.,0.)); -#12196=DIRECTION('',(0.,1.,0.)); -#12197=DIRECTION('center_axis',(1.,0.,0.)); -#12198=DIRECTION('ref_axis',(0.,0.,-1.)); -#12199=DIRECTION('',(0.,-1.,0.)); -#12200=DIRECTION('',(0.,0.,1.)); -#12201=DIRECTION('center_axis',(0.,1.,0.)); -#12202=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12203=DIRECTION('',(0.,1.,0.)); -#12204=DIRECTION('center_axis',(0.,1.,0.)); -#12205=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12206=DIRECTION('',(0.,-1.,0.)); -#12207=DIRECTION('',(0.,1.,0.)); -#12208=DIRECTION('center_axis',(1.,0.,0.)); -#12209=DIRECTION('ref_axis',(0.,0.,-1.)); -#12210=DIRECTION('',(0.,-1.,0.)); -#12211=DIRECTION('',(0.,0.,1.)); -#12212=DIRECTION('center_axis',(0.,1.,0.)); -#12213=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12214=DIRECTION('',(0.,1.,0.)); -#12215=DIRECTION('center_axis',(0.,1.,0.)); -#12216=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12217=DIRECTION('',(0.,-1.,0.)); -#12218=DIRECTION('',(0.,1.,0.)); -#12219=DIRECTION('center_axis',(1.,0.,0.)); -#12220=DIRECTION('ref_axis',(0.,0.,-1.)); -#12221=DIRECTION('',(0.,-1.,0.)); -#12222=DIRECTION('',(0.,0.,1.)); -#12223=DIRECTION('center_axis',(0.,1.,0.)); -#12224=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12225=DIRECTION('',(0.,1.,0.)); -#12226=DIRECTION('center_axis',(0.,1.,0.)); -#12227=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12228=DIRECTION('',(0.,-1.,0.)); -#12229=DIRECTION('',(0.,1.,0.)); -#12230=DIRECTION('center_axis',(1.,0.,0.)); -#12231=DIRECTION('ref_axis',(0.,0.,-1.)); -#12232=DIRECTION('',(0.,-1.,0.)); -#12233=DIRECTION('',(0.,0.,1.)); -#12234=DIRECTION('center_axis',(0.,1.,0.)); -#12235=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12236=DIRECTION('',(0.,1.,0.)); -#12237=DIRECTION('center_axis',(0.,1.,0.)); -#12238=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12239=DIRECTION('',(0.,-1.,0.)); -#12240=DIRECTION('',(0.,1.,0.)); -#12241=DIRECTION('center_axis',(1.,0.,0.)); -#12242=DIRECTION('ref_axis',(0.,0.,-1.)); -#12243=DIRECTION('',(0.,-1.,0.)); -#12244=DIRECTION('',(0.,0.,1.)); -#12245=DIRECTION('center_axis',(0.,1.,0.)); -#12246=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12247=DIRECTION('',(0.,1.,0.)); -#12248=DIRECTION('center_axis',(0.,1.,0.)); -#12249=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12250=DIRECTION('',(0.,-1.,0.)); -#12251=DIRECTION('',(0.,1.,0.)); -#12252=DIRECTION('center_axis',(1.,0.,0.)); -#12253=DIRECTION('ref_axis',(0.,0.,-1.)); -#12254=DIRECTION('',(0.,-1.,0.)); -#12255=DIRECTION('',(0.,0.,1.)); -#12256=DIRECTION('center_axis',(0.,1.,0.)); -#12257=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12258=DIRECTION('',(0.,1.,0.)); -#12259=DIRECTION('center_axis',(0.,1.,0.)); -#12260=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12261=DIRECTION('',(0.,-1.,0.)); -#12262=DIRECTION('',(0.,1.,0.)); -#12263=DIRECTION('center_axis',(1.,0.,0.)); -#12264=DIRECTION('ref_axis',(0.,0.,-1.)); -#12265=DIRECTION('',(0.,-1.,0.)); -#12266=DIRECTION('',(0.,0.,1.)); -#12267=DIRECTION('center_axis',(0.,1.,0.)); -#12268=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12269=DIRECTION('',(0.,1.,0.)); -#12270=DIRECTION('center_axis',(0.,1.,0.)); -#12271=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12272=DIRECTION('',(0.,-1.,0.)); -#12273=DIRECTION('',(0.,1.,0.)); -#12274=DIRECTION('center_axis',(1.,0.,0.)); -#12275=DIRECTION('ref_axis',(0.,0.,-1.)); -#12276=DIRECTION('',(0.,-1.,0.)); -#12277=DIRECTION('',(0.,0.,1.)); -#12278=DIRECTION('center_axis',(0.,1.,0.)); -#12279=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12280=DIRECTION('',(0.,1.,0.)); -#12281=DIRECTION('center_axis',(0.,1.,0.)); -#12282=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12283=DIRECTION('',(0.,-1.,0.)); -#12284=DIRECTION('',(0.,1.,0.)); -#12285=DIRECTION('center_axis',(1.,0.,0.)); -#12286=DIRECTION('ref_axis',(0.,0.,-1.)); -#12287=DIRECTION('',(0.,-1.,0.)); -#12288=DIRECTION('',(0.,0.,1.)); -#12289=DIRECTION('center_axis',(0.,1.,0.)); -#12290=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12291=DIRECTION('',(0.,1.,0.)); -#12292=DIRECTION('center_axis',(0.,1.,0.)); -#12293=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12294=DIRECTION('',(0.,-1.,0.)); -#12295=DIRECTION('',(0.,1.,0.)); -#12296=DIRECTION('center_axis',(1.,0.,0.)); -#12297=DIRECTION('ref_axis',(0.,0.,-1.)); -#12298=DIRECTION('',(0.,-1.,0.)); -#12299=DIRECTION('',(0.,0.,1.)); -#12300=DIRECTION('center_axis',(0.,1.,0.)); -#12301=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12302=DIRECTION('',(0.,1.,0.)); -#12303=DIRECTION('center_axis',(0.,1.,0.)); -#12304=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12305=DIRECTION('',(0.,-1.,0.)); -#12306=DIRECTION('',(0.,1.,0.)); -#12307=DIRECTION('center_axis',(1.,0.,0.)); -#12308=DIRECTION('ref_axis',(0.,0.,-1.)); -#12309=DIRECTION('',(0.,-1.,0.)); -#12310=DIRECTION('',(0.,0.,1.)); -#12311=DIRECTION('center_axis',(0.,1.,0.)); -#12312=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12313=DIRECTION('',(0.,1.,0.)); -#12314=DIRECTION('center_axis',(0.,1.,0.)); -#12315=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12316=DIRECTION('',(0.,-1.,0.)); -#12317=DIRECTION('',(0.,1.,0.)); -#12318=DIRECTION('center_axis',(1.,0.,0.)); -#12319=DIRECTION('ref_axis',(0.,0.,-1.)); -#12320=DIRECTION('',(0.,-1.,0.)); -#12321=DIRECTION('',(0.,0.,1.)); -#12322=DIRECTION('center_axis',(0.,1.,0.)); -#12323=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12324=DIRECTION('',(0.,1.,0.)); -#12325=DIRECTION('center_axis',(0.,1.,0.)); -#12326=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12327=DIRECTION('',(0.,-1.,0.)); -#12328=DIRECTION('',(0.,1.,0.)); -#12329=DIRECTION('center_axis',(1.,0.,0.)); -#12330=DIRECTION('ref_axis',(0.,0.,-1.)); -#12331=DIRECTION('',(0.,-1.,0.)); -#12332=DIRECTION('',(0.,0.,1.)); -#12333=DIRECTION('center_axis',(0.,1.,0.)); -#12334=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12335=DIRECTION('',(0.,1.,0.)); -#12336=DIRECTION('center_axis',(0.,1.,0.)); -#12337=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12338=DIRECTION('',(0.,-1.,0.)); -#12339=DIRECTION('',(0.,1.,0.)); -#12340=DIRECTION('center_axis',(1.,0.,0.)); -#12341=DIRECTION('ref_axis',(0.,0.,-1.)); -#12342=DIRECTION('',(0.,-1.,0.)); -#12343=DIRECTION('',(0.,0.,1.)); -#12344=DIRECTION('center_axis',(0.,1.,0.)); -#12345=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12346=DIRECTION('',(0.,1.,0.)); -#12347=DIRECTION('center_axis',(0.,1.,0.)); -#12348=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12349=DIRECTION('',(0.,-1.,0.)); -#12350=DIRECTION('',(0.,1.,0.)); -#12351=DIRECTION('center_axis',(1.,0.,0.)); -#12352=DIRECTION('ref_axis',(0.,0.,-1.)); -#12353=DIRECTION('',(0.,-1.,0.)); -#12354=DIRECTION('',(0.,0.,1.)); -#12355=DIRECTION('center_axis',(0.,1.,0.)); -#12356=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12357=DIRECTION('',(0.,1.,0.)); -#12358=DIRECTION('center_axis',(0.,1.,0.)); -#12359=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12360=DIRECTION('',(0.,-1.,0.)); -#12361=DIRECTION('',(0.,1.,0.)); -#12362=DIRECTION('center_axis',(1.,0.,0.)); -#12363=DIRECTION('ref_axis',(0.,0.,-1.)); -#12364=DIRECTION('',(0.,-1.,0.)); -#12365=DIRECTION('',(0.,0.,1.)); -#12366=DIRECTION('center_axis',(0.,1.,0.)); -#12367=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12368=DIRECTION('',(0.,1.,0.)); -#12369=DIRECTION('center_axis',(0.,1.,0.)); -#12370=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12371=DIRECTION('',(0.,-1.,0.)); -#12372=DIRECTION('',(0.,1.,0.)); -#12373=DIRECTION('center_axis',(1.,0.,0.)); -#12374=DIRECTION('ref_axis',(0.,0.,-1.)); -#12375=DIRECTION('',(0.,-1.,0.)); -#12376=DIRECTION('',(0.,0.,1.)); -#12377=DIRECTION('center_axis',(0.,1.,0.)); -#12378=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12379=DIRECTION('',(0.,1.,0.)); -#12380=DIRECTION('center_axis',(0.,1.,0.)); -#12381=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12382=DIRECTION('',(0.,-1.,0.)); -#12383=DIRECTION('',(0.,1.,0.)); -#12384=DIRECTION('center_axis',(1.,0.,0.)); -#12385=DIRECTION('ref_axis',(0.,0.,-1.)); -#12386=DIRECTION('',(0.,-1.,0.)); -#12387=DIRECTION('',(0.,0.,1.)); -#12388=DIRECTION('center_axis',(0.,1.,0.)); -#12389=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12390=DIRECTION('',(0.,1.,0.)); -#12391=DIRECTION('center_axis',(0.,1.,0.)); -#12392=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12393=DIRECTION('',(0.,-1.,0.)); -#12394=DIRECTION('',(0.,1.,0.)); -#12395=DIRECTION('center_axis',(1.,0.,0.)); -#12396=DIRECTION('ref_axis',(0.,0.,-1.)); -#12397=DIRECTION('',(0.,-1.,0.)); -#12398=DIRECTION('',(0.,0.,1.)); -#12399=DIRECTION('center_axis',(0.,1.,0.)); -#12400=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12401=DIRECTION('',(0.,1.,0.)); -#12402=DIRECTION('center_axis',(0.,1.,0.)); -#12403=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12404=DIRECTION('',(0.,-1.,0.)); -#12405=DIRECTION('',(0.,1.,0.)); -#12406=DIRECTION('center_axis',(1.,0.,0.)); -#12407=DIRECTION('ref_axis',(0.,0.,-1.)); -#12408=DIRECTION('',(0.,-1.,0.)); -#12409=DIRECTION('',(0.,0.,1.)); -#12410=DIRECTION('center_axis',(0.,1.,0.)); -#12411=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12412=DIRECTION('',(0.,1.,0.)); -#12413=DIRECTION('center_axis',(0.,1.,0.)); -#12414=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12415=DIRECTION('',(0.,-1.,0.)); -#12416=DIRECTION('',(0.,1.,0.)); -#12417=DIRECTION('center_axis',(1.,0.,0.)); -#12418=DIRECTION('ref_axis',(0.,0.,-1.)); -#12419=DIRECTION('',(0.,-1.,0.)); -#12420=DIRECTION('',(0.,0.,1.)); -#12421=DIRECTION('center_axis',(0.,1.,0.)); -#12422=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12423=DIRECTION('',(0.,1.,0.)); -#12424=DIRECTION('center_axis',(0.,1.,0.)); -#12425=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12426=DIRECTION('',(0.,-1.,0.)); -#12427=DIRECTION('',(0.,1.,0.)); -#12428=DIRECTION('center_axis',(1.,0.,0.)); -#12429=DIRECTION('ref_axis',(0.,0.,-1.)); -#12430=DIRECTION('',(0.,-1.,0.)); -#12431=DIRECTION('',(0.,0.,1.)); -#12432=DIRECTION('center_axis',(0.,1.,0.)); -#12433=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12434=DIRECTION('',(0.,1.,0.)); -#12435=DIRECTION('center_axis',(0.,1.,0.)); -#12436=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12437=DIRECTION('',(0.,-1.,0.)); -#12438=DIRECTION('',(0.,1.,0.)); -#12439=DIRECTION('center_axis',(1.,0.,0.)); -#12440=DIRECTION('ref_axis',(0.,0.,-1.)); -#12441=DIRECTION('',(0.,-1.,0.)); -#12442=DIRECTION('',(0.,0.,1.)); -#12443=DIRECTION('center_axis',(0.,1.,0.)); -#12444=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12445=DIRECTION('',(0.,1.,0.)); -#12446=DIRECTION('center_axis',(0.,1.,0.)); -#12447=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12448=DIRECTION('',(0.,-1.,0.)); -#12449=DIRECTION('',(0.,1.,0.)); -#12450=DIRECTION('center_axis',(1.,0.,0.)); -#12451=DIRECTION('ref_axis',(0.,0.,-1.)); -#12452=DIRECTION('',(0.,-1.,0.)); -#12453=DIRECTION('',(0.,0.,1.)); -#12454=DIRECTION('center_axis',(0.,1.,0.)); -#12455=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12456=DIRECTION('',(0.,1.,0.)); -#12457=DIRECTION('center_axis',(0.,1.,0.)); -#12458=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12459=DIRECTION('',(0.,-1.,0.)); -#12460=DIRECTION('',(0.,1.,0.)); -#12461=DIRECTION('center_axis',(1.,0.,0.)); -#12462=DIRECTION('ref_axis',(0.,0.,-1.)); -#12463=DIRECTION('',(0.,-1.,0.)); -#12464=DIRECTION('',(0.,0.,1.)); -#12465=DIRECTION('center_axis',(0.,1.,0.)); -#12466=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12467=DIRECTION('',(0.,1.,0.)); -#12468=DIRECTION('center_axis',(0.,1.,0.)); -#12469=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12470=DIRECTION('',(0.,-1.,0.)); -#12471=DIRECTION('',(0.,1.,0.)); -#12472=DIRECTION('center_axis',(1.,0.,0.)); -#12473=DIRECTION('ref_axis',(0.,0.,-1.)); -#12474=DIRECTION('',(0.,-1.,0.)); -#12475=DIRECTION('',(0.,0.,1.)); -#12476=DIRECTION('center_axis',(0.,1.,0.)); -#12477=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12478=DIRECTION('',(0.,1.,0.)); -#12479=DIRECTION('center_axis',(0.,1.,0.)); -#12480=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12481=DIRECTION('',(0.,-1.,0.)); -#12482=DIRECTION('',(0.,1.,0.)); -#12483=DIRECTION('center_axis',(1.,0.,0.)); -#12484=DIRECTION('ref_axis',(0.,0.,-1.)); -#12485=DIRECTION('',(0.,-1.,0.)); -#12486=DIRECTION('',(0.,0.,1.)); -#12487=DIRECTION('center_axis',(0.,1.,0.)); -#12488=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12489=DIRECTION('',(0.,1.,0.)); -#12490=DIRECTION('center_axis',(0.,1.,0.)); -#12491=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12492=DIRECTION('',(0.,-1.,0.)); -#12493=DIRECTION('',(0.,1.,0.)); -#12494=DIRECTION('center_axis',(1.,0.,0.)); -#12495=DIRECTION('ref_axis',(0.,0.,-1.)); -#12496=DIRECTION('',(0.,-1.,0.)); -#12497=DIRECTION('',(0.,0.,1.)); -#12498=DIRECTION('center_axis',(0.,1.,0.)); -#12499=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12500=DIRECTION('',(0.,1.,0.)); -#12501=DIRECTION('center_axis',(0.,1.,0.)); -#12502=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12503=DIRECTION('',(0.,-1.,0.)); -#12504=DIRECTION('',(0.,1.,0.)); -#12505=DIRECTION('center_axis',(1.,0.,0.)); -#12506=DIRECTION('ref_axis',(0.,0.,-1.)); -#12507=DIRECTION('',(0.,-1.,0.)); -#12508=DIRECTION('',(0.,0.,1.)); -#12509=DIRECTION('center_axis',(0.,1.,0.)); -#12510=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12511=DIRECTION('',(0.,1.,0.)); -#12512=DIRECTION('center_axis',(0.,1.,0.)); -#12513=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12514=DIRECTION('',(0.,-1.,0.)); -#12515=DIRECTION('',(0.,1.,0.)); -#12516=DIRECTION('center_axis',(1.,0.,0.)); -#12517=DIRECTION('ref_axis',(0.,0.,-1.)); -#12518=DIRECTION('',(0.,-1.,0.)); -#12519=DIRECTION('',(0.,0.,1.)); -#12520=DIRECTION('center_axis',(0.,1.,0.)); -#12521=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12522=DIRECTION('',(0.,1.,0.)); -#12523=DIRECTION('center_axis',(0.,1.,0.)); -#12524=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12525=DIRECTION('',(0.,-1.,0.)); -#12526=DIRECTION('',(0.,1.,0.)); -#12527=DIRECTION('center_axis',(1.,0.,0.)); -#12528=DIRECTION('ref_axis',(0.,0.,-1.)); -#12529=DIRECTION('',(0.,-1.,0.)); -#12530=DIRECTION('',(0.,0.,1.)); -#12531=DIRECTION('center_axis',(0.,1.,0.)); -#12532=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12533=DIRECTION('',(0.,1.,0.)); -#12534=DIRECTION('center_axis',(0.,1.,0.)); -#12535=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12536=DIRECTION('',(0.,-1.,0.)); -#12537=DIRECTION('',(0.,1.,0.)); -#12538=DIRECTION('center_axis',(1.,0.,0.)); -#12539=DIRECTION('ref_axis',(0.,0.,-1.)); -#12540=DIRECTION('',(0.,-1.,0.)); -#12541=DIRECTION('',(0.,0.,1.)); -#12542=DIRECTION('center_axis',(0.,1.,0.)); -#12543=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12544=DIRECTION('',(0.,1.,0.)); -#12545=DIRECTION('center_axis',(0.,1.,0.)); -#12546=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12547=DIRECTION('',(0.,-1.,0.)); -#12548=DIRECTION('',(0.,1.,0.)); -#12549=DIRECTION('center_axis',(1.,0.,0.)); -#12550=DIRECTION('ref_axis',(0.,0.,-1.)); -#12551=DIRECTION('',(0.,-1.,0.)); -#12552=DIRECTION('',(0.,0.,1.)); -#12553=DIRECTION('center_axis',(0.,1.,0.)); -#12554=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12555=DIRECTION('',(0.,1.,0.)); -#12556=DIRECTION('center_axis',(0.,1.,0.)); -#12557=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12558=DIRECTION('',(0.,-1.,0.)); -#12559=DIRECTION('',(0.,1.,0.)); -#12560=DIRECTION('center_axis',(1.,0.,0.)); -#12561=DIRECTION('ref_axis',(0.,0.,-1.)); -#12562=DIRECTION('',(0.,-1.,0.)); -#12563=DIRECTION('',(0.,0.,1.)); -#12564=DIRECTION('center_axis',(0.,1.,0.)); -#12565=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12566=DIRECTION('',(0.,1.,0.)); -#12567=DIRECTION('center_axis',(0.,1.,0.)); -#12568=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12569=DIRECTION('',(0.,-1.,0.)); -#12570=DIRECTION('',(0.,1.,0.)); -#12571=DIRECTION('center_axis',(1.,0.,0.)); -#12572=DIRECTION('ref_axis',(0.,0.,-1.)); -#12573=DIRECTION('',(0.,-1.,0.)); -#12574=DIRECTION('',(0.,0.,1.)); -#12575=DIRECTION('center_axis',(0.,1.,0.)); -#12576=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12577=DIRECTION('',(0.,1.,0.)); -#12578=DIRECTION('center_axis',(0.,1.,0.)); -#12579=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12580=DIRECTION('',(0.,-1.,0.)); -#12581=DIRECTION('',(0.,1.,0.)); -#12582=DIRECTION('center_axis',(1.,0.,0.)); -#12583=DIRECTION('ref_axis',(0.,0.,-1.)); -#12584=DIRECTION('',(0.,-1.,0.)); -#12585=DIRECTION('',(0.,0.,1.)); -#12586=DIRECTION('center_axis',(0.,1.,0.)); -#12587=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12588=DIRECTION('',(0.,1.,0.)); -#12589=DIRECTION('center_axis',(0.,1.,0.)); -#12590=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12591=DIRECTION('',(0.,-1.,0.)); -#12592=DIRECTION('',(0.,1.,0.)); -#12593=DIRECTION('center_axis',(1.,0.,0.)); -#12594=DIRECTION('ref_axis',(0.,0.,-1.)); -#12595=DIRECTION('',(0.,-1.,0.)); -#12596=DIRECTION('',(0.,0.,1.)); -#12597=DIRECTION('center_axis',(0.,1.,0.)); -#12598=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12599=DIRECTION('',(0.,1.,0.)); -#12600=DIRECTION('center_axis',(0.,1.,0.)); -#12601=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12602=DIRECTION('',(0.,-1.,0.)); -#12603=DIRECTION('',(0.,1.,0.)); -#12604=DIRECTION('center_axis',(1.,0.,0.)); -#12605=DIRECTION('ref_axis',(0.,0.,-1.)); -#12606=DIRECTION('',(0.,-1.,0.)); -#12607=DIRECTION('',(0.,0.,1.)); -#12608=DIRECTION('center_axis',(0.,1.,0.)); -#12609=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12610=DIRECTION('',(0.,1.,0.)); -#12611=DIRECTION('center_axis',(0.,1.,0.)); -#12612=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12613=DIRECTION('',(0.,-1.,0.)); -#12614=DIRECTION('',(0.,1.,0.)); -#12615=DIRECTION('center_axis',(1.,0.,0.)); -#12616=DIRECTION('ref_axis',(0.,0.,-1.)); -#12617=DIRECTION('',(0.,-1.,0.)); -#12618=DIRECTION('',(0.,0.,1.)); -#12619=DIRECTION('center_axis',(0.,1.,0.)); -#12620=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12621=DIRECTION('',(0.,1.,0.)); -#12622=DIRECTION('center_axis',(0.,1.,0.)); -#12623=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12624=DIRECTION('',(0.,-1.,0.)); -#12625=DIRECTION('',(0.,1.,0.)); -#12626=DIRECTION('center_axis',(1.,0.,0.)); -#12627=DIRECTION('ref_axis',(0.,0.,-1.)); -#12628=DIRECTION('',(0.,-1.,0.)); -#12629=DIRECTION('',(0.,0.,1.)); -#12630=DIRECTION('center_axis',(0.,1.,0.)); -#12631=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12632=DIRECTION('',(0.,1.,0.)); -#12633=DIRECTION('center_axis',(0.,1.,0.)); -#12634=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12635=DIRECTION('',(0.,-1.,0.)); -#12636=DIRECTION('',(0.,1.,0.)); -#12637=DIRECTION('center_axis',(1.,0.,0.)); -#12638=DIRECTION('ref_axis',(0.,0.,-1.)); -#12639=DIRECTION('',(0.,-1.,0.)); -#12640=DIRECTION('',(0.,0.,1.)); -#12641=DIRECTION('center_axis',(0.,1.,0.)); -#12642=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12643=DIRECTION('',(0.,1.,0.)); -#12644=DIRECTION('center_axis',(0.,1.,0.)); -#12645=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12646=DIRECTION('',(0.,-1.,0.)); -#12647=DIRECTION('',(0.,1.,0.)); -#12648=DIRECTION('center_axis',(1.,0.,0.)); -#12649=DIRECTION('ref_axis',(0.,0.,-1.)); -#12650=DIRECTION('',(0.,-1.,0.)); -#12651=DIRECTION('',(0.,0.,1.)); -#12652=DIRECTION('center_axis',(0.,1.,0.)); -#12653=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12654=DIRECTION('',(0.,1.,0.)); -#12655=DIRECTION('center_axis',(0.,1.,0.)); -#12656=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12657=DIRECTION('',(0.,-1.,0.)); -#12658=DIRECTION('',(0.,1.,0.)); -#12659=DIRECTION('center_axis',(1.,0.,0.)); -#12660=DIRECTION('ref_axis',(0.,0.,-1.)); -#12661=DIRECTION('',(0.,-1.,0.)); -#12662=DIRECTION('',(0.,0.,1.)); -#12663=DIRECTION('center_axis',(0.,1.,0.)); -#12664=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12665=DIRECTION('',(0.,1.,0.)); -#12666=DIRECTION('center_axis',(0.,1.,0.)); -#12667=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12668=DIRECTION('',(0.,-1.,0.)); -#12669=DIRECTION('',(0.,1.,0.)); -#12670=DIRECTION('center_axis',(1.,0.,0.)); -#12671=DIRECTION('ref_axis',(0.,0.,-1.)); -#12672=DIRECTION('',(0.,-1.,0.)); -#12673=DIRECTION('',(0.,0.,1.)); -#12674=DIRECTION('center_axis',(0.,1.,0.)); -#12675=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12676=DIRECTION('',(0.,1.,0.)); -#12677=DIRECTION('center_axis',(0.,1.,0.)); -#12678=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12679=DIRECTION('',(0.,-1.,0.)); -#12680=DIRECTION('',(0.,1.,0.)); -#12681=DIRECTION('center_axis',(1.,0.,0.)); -#12682=DIRECTION('ref_axis',(0.,0.,-1.)); -#12683=DIRECTION('',(0.,-1.,0.)); -#12684=DIRECTION('',(0.,0.,1.)); -#12685=DIRECTION('center_axis',(0.,1.,0.)); -#12686=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12687=DIRECTION('',(0.,1.,0.)); -#12688=DIRECTION('center_axis',(0.,1.,0.)); -#12689=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12690=DIRECTION('',(0.,-1.,0.)); -#12691=DIRECTION('',(0.,1.,0.)); -#12692=DIRECTION('center_axis',(1.,0.,0.)); -#12693=DIRECTION('ref_axis',(0.,0.,-1.)); -#12694=DIRECTION('',(0.,-1.,0.)); -#12695=DIRECTION('',(0.,0.,1.)); -#12696=DIRECTION('center_axis',(0.,1.,0.)); -#12697=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12698=DIRECTION('',(0.,1.,0.)); -#12699=DIRECTION('center_axis',(0.,1.,0.)); -#12700=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12701=DIRECTION('',(0.,-1.,0.)); -#12702=DIRECTION('',(0.,1.,0.)); -#12703=DIRECTION('center_axis',(1.,0.,0.)); -#12704=DIRECTION('ref_axis',(0.,0.,-1.)); -#12705=DIRECTION('',(0.,-1.,0.)); -#12706=DIRECTION('',(0.,0.,1.)); -#12707=DIRECTION('center_axis',(0.,1.,0.)); -#12708=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12709=DIRECTION('',(0.,1.,0.)); -#12710=DIRECTION('center_axis',(0.,1.,0.)); -#12711=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12712=DIRECTION('',(0.,-1.,0.)); -#12713=DIRECTION('',(0.,1.,0.)); -#12714=DIRECTION('center_axis',(1.,0.,0.)); -#12715=DIRECTION('ref_axis',(0.,0.,-1.)); -#12716=DIRECTION('',(0.,-1.,0.)); -#12717=DIRECTION('',(0.,0.,1.)); -#12718=DIRECTION('center_axis',(0.,1.,0.)); -#12719=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12720=DIRECTION('',(0.,1.,0.)); -#12721=DIRECTION('center_axis',(0.,1.,0.)); -#12722=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12723=DIRECTION('',(0.,-1.,0.)); -#12724=DIRECTION('',(0.,1.,0.)); -#12725=DIRECTION('center_axis',(1.,0.,0.)); -#12726=DIRECTION('ref_axis',(0.,0.,-1.)); -#12727=DIRECTION('',(0.,-1.,0.)); -#12728=DIRECTION('',(0.,0.,1.)); -#12729=DIRECTION('center_axis',(0.,1.,0.)); -#12730=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12731=DIRECTION('',(0.,1.,0.)); -#12732=DIRECTION('center_axis',(0.,1.,0.)); -#12733=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12734=DIRECTION('',(0.,-1.,0.)); -#12735=DIRECTION('',(0.,1.,0.)); -#12736=DIRECTION('center_axis',(1.,0.,0.)); -#12737=DIRECTION('ref_axis',(0.,0.,-1.)); -#12738=DIRECTION('',(0.,-1.,0.)); -#12739=DIRECTION('',(0.,0.,1.)); -#12740=DIRECTION('center_axis',(0.,1.,0.)); -#12741=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12742=DIRECTION('',(0.,1.,0.)); -#12743=DIRECTION('center_axis',(0.,1.,0.)); -#12744=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12745=DIRECTION('',(0.,-1.,0.)); -#12746=DIRECTION('',(0.,1.,0.)); -#12747=DIRECTION('center_axis',(1.,0.,0.)); -#12748=DIRECTION('ref_axis',(0.,0.,-1.)); -#12749=DIRECTION('',(0.,-1.,0.)); -#12750=DIRECTION('',(0.,0.,1.)); -#12751=DIRECTION('center_axis',(0.,1.,0.)); -#12752=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12753=DIRECTION('',(0.,1.,0.)); -#12754=DIRECTION('center_axis',(0.,1.,0.)); -#12755=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12756=DIRECTION('',(0.,-1.,0.)); -#12757=DIRECTION('',(0.,1.,0.)); -#12758=DIRECTION('center_axis',(1.,0.,0.)); -#12759=DIRECTION('ref_axis',(0.,0.,-1.)); -#12760=DIRECTION('',(0.,-1.,0.)); -#12761=DIRECTION('',(0.,0.,1.)); -#12762=DIRECTION('center_axis',(0.,1.,0.)); -#12763=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12764=DIRECTION('',(0.,1.,0.)); -#12765=DIRECTION('center_axis',(0.,1.,0.)); -#12766=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12767=DIRECTION('',(0.,-1.,0.)); -#12768=DIRECTION('',(0.,1.,0.)); -#12769=DIRECTION('center_axis',(1.,0.,0.)); -#12770=DIRECTION('ref_axis',(0.,0.,-1.)); -#12771=DIRECTION('',(0.,-1.,0.)); -#12772=DIRECTION('',(0.,0.,1.)); -#12773=DIRECTION('center_axis',(0.,1.,0.)); -#12774=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12775=DIRECTION('',(0.,1.,0.)); -#12776=DIRECTION('center_axis',(0.,1.,0.)); -#12777=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12778=DIRECTION('',(0.,-1.,0.)); -#12779=DIRECTION('',(0.,1.,0.)); -#12780=DIRECTION('center_axis',(1.,0.,0.)); -#12781=DIRECTION('ref_axis',(0.,0.,-1.)); -#12782=DIRECTION('',(0.,-1.,0.)); -#12783=DIRECTION('',(0.,0.,1.)); -#12784=DIRECTION('center_axis',(0.,1.,0.)); -#12785=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12786=DIRECTION('',(0.,1.,0.)); -#12787=DIRECTION('center_axis',(0.,1.,0.)); -#12788=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12789=DIRECTION('',(0.,-1.,0.)); -#12790=DIRECTION('',(0.,1.,0.)); -#12791=DIRECTION('center_axis',(1.,0.,0.)); -#12792=DIRECTION('ref_axis',(0.,0.,-1.)); -#12793=DIRECTION('',(0.,-1.,0.)); -#12794=DIRECTION('',(0.,0.,1.)); -#12795=DIRECTION('center_axis',(0.,1.,0.)); -#12796=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12797=DIRECTION('',(0.,1.,0.)); -#12798=DIRECTION('center_axis',(0.,1.,0.)); -#12799=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12800=DIRECTION('',(0.,-1.,0.)); -#12801=DIRECTION('',(0.,1.,0.)); -#12802=DIRECTION('center_axis',(1.,0.,0.)); -#12803=DIRECTION('ref_axis',(0.,0.,-1.)); -#12804=DIRECTION('',(0.,-1.,0.)); -#12805=DIRECTION('',(0.,0.,1.)); -#12806=DIRECTION('center_axis',(0.,1.,0.)); -#12807=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12808=DIRECTION('',(0.,1.,0.)); -#12809=DIRECTION('center_axis',(0.,1.,0.)); -#12810=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12811=DIRECTION('',(0.,-1.,0.)); -#12812=DIRECTION('',(0.,1.,0.)); -#12813=DIRECTION('center_axis',(1.,0.,0.)); -#12814=DIRECTION('ref_axis',(0.,0.,-1.)); -#12815=DIRECTION('',(0.,-1.,0.)); -#12816=DIRECTION('',(0.,0.,1.)); -#12817=DIRECTION('center_axis',(0.,1.,0.)); -#12818=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12819=DIRECTION('',(0.,1.,0.)); -#12820=DIRECTION('center_axis',(0.,1.,0.)); -#12821=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12822=DIRECTION('',(0.,-1.,0.)); -#12823=DIRECTION('',(0.,1.,0.)); -#12824=DIRECTION('center_axis',(1.,0.,0.)); -#12825=DIRECTION('ref_axis',(0.,0.,-1.)); -#12826=DIRECTION('',(0.,-1.,0.)); -#12827=DIRECTION('',(0.,0.,1.)); -#12828=DIRECTION('center_axis',(0.,1.,0.)); -#12829=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12830=DIRECTION('',(0.,1.,0.)); -#12831=DIRECTION('center_axis',(0.,1.,0.)); -#12832=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12833=DIRECTION('',(0.,-1.,0.)); -#12834=DIRECTION('',(0.,1.,0.)); -#12835=DIRECTION('center_axis',(1.,0.,0.)); -#12836=DIRECTION('ref_axis',(0.,0.,-1.)); -#12837=DIRECTION('',(0.,-1.,0.)); -#12838=DIRECTION('',(0.,0.,1.)); -#12839=DIRECTION('center_axis',(0.,1.,0.)); -#12840=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12841=DIRECTION('',(0.,1.,0.)); -#12842=DIRECTION('center_axis',(0.,1.,0.)); -#12843=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12844=DIRECTION('',(0.,-1.,0.)); -#12845=DIRECTION('',(0.,1.,0.)); -#12846=DIRECTION('center_axis',(1.,0.,0.)); -#12847=DIRECTION('ref_axis',(0.,0.,-1.)); -#12848=DIRECTION('',(0.,-1.,0.)); -#12849=DIRECTION('',(0.,0.,1.)); -#12850=DIRECTION('center_axis',(0.,1.,0.)); -#12851=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12852=DIRECTION('',(0.,1.,0.)); -#12853=DIRECTION('center_axis',(0.,1.,0.)); -#12854=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12855=DIRECTION('',(0.,-1.,0.)); -#12856=DIRECTION('',(0.,1.,0.)); -#12857=DIRECTION('center_axis',(1.,0.,0.)); -#12858=DIRECTION('ref_axis',(0.,0.,-1.)); -#12859=DIRECTION('',(0.,-1.,0.)); -#12860=DIRECTION('',(0.,0.,1.)); -#12861=DIRECTION('center_axis',(0.,1.,0.)); -#12862=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12863=DIRECTION('',(0.,1.,0.)); -#12864=DIRECTION('center_axis',(0.,1.,0.)); -#12865=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12866=DIRECTION('',(0.,-1.,0.)); -#12867=DIRECTION('',(0.,1.,0.)); -#12868=DIRECTION('center_axis',(1.,0.,0.)); -#12869=DIRECTION('ref_axis',(0.,0.,-1.)); -#12870=DIRECTION('',(0.,-1.,0.)); -#12871=DIRECTION('',(0.,0.,1.)); -#12872=DIRECTION('center_axis',(0.,1.,0.)); -#12873=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12874=DIRECTION('',(0.,1.,0.)); -#12875=DIRECTION('center_axis',(0.,1.,0.)); -#12876=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12877=DIRECTION('',(0.,-1.,0.)); -#12878=DIRECTION('',(0.,1.,0.)); -#12879=DIRECTION('center_axis',(1.,0.,0.)); -#12880=DIRECTION('ref_axis',(0.,0.,-1.)); -#12881=DIRECTION('',(0.,-1.,0.)); -#12882=DIRECTION('',(0.,0.,1.)); -#12883=DIRECTION('center_axis',(0.,1.,0.)); -#12884=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12885=DIRECTION('',(0.,1.,0.)); -#12886=DIRECTION('center_axis',(0.,1.,0.)); -#12887=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12888=DIRECTION('',(0.,-1.,0.)); -#12889=DIRECTION('',(0.,1.,0.)); -#12890=DIRECTION('center_axis',(1.,0.,0.)); -#12891=DIRECTION('ref_axis',(0.,0.,-1.)); -#12892=DIRECTION('',(0.,-1.,0.)); -#12893=DIRECTION('',(0.,0.,1.)); -#12894=DIRECTION('center_axis',(0.,1.,0.)); -#12895=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12896=DIRECTION('',(0.,1.,0.)); -#12897=DIRECTION('center_axis',(0.,1.,0.)); -#12898=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12899=DIRECTION('',(0.,-1.,0.)); -#12900=DIRECTION('',(0.,1.,0.)); -#12901=DIRECTION('center_axis',(1.,0.,0.)); -#12902=DIRECTION('ref_axis',(0.,0.,-1.)); -#12903=DIRECTION('',(0.,-1.,0.)); -#12904=DIRECTION('',(0.,0.,1.)); -#12905=DIRECTION('center_axis',(0.,1.,0.)); -#12906=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12907=DIRECTION('',(0.,1.,0.)); -#12908=DIRECTION('center_axis',(0.,1.,0.)); -#12909=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12910=DIRECTION('',(0.,-1.,0.)); -#12911=DIRECTION('',(0.,1.,0.)); -#12912=DIRECTION('center_axis',(1.,0.,0.)); -#12913=DIRECTION('ref_axis',(0.,0.,-1.)); -#12914=DIRECTION('',(0.,-1.,0.)); -#12915=DIRECTION('',(0.,0.,1.)); -#12916=DIRECTION('center_axis',(0.,1.,0.)); -#12917=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12918=DIRECTION('',(0.,1.,0.)); -#12919=DIRECTION('center_axis',(0.,1.,0.)); -#12920=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12921=DIRECTION('',(0.,-1.,0.)); -#12922=DIRECTION('',(0.,1.,0.)); -#12923=DIRECTION('center_axis',(1.,0.,0.)); -#12924=DIRECTION('ref_axis',(0.,0.,-1.)); -#12925=DIRECTION('',(0.,-1.,0.)); -#12926=DIRECTION('',(0.,0.,1.)); -#12927=DIRECTION('center_axis',(0.,1.,0.)); -#12928=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12929=DIRECTION('',(0.,1.,0.)); -#12930=DIRECTION('center_axis',(0.,1.,0.)); -#12931=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12932=DIRECTION('',(0.,-1.,0.)); -#12933=DIRECTION('',(0.,1.,0.)); -#12934=DIRECTION('center_axis',(1.,0.,0.)); -#12935=DIRECTION('ref_axis',(0.,0.,-1.)); -#12936=DIRECTION('',(0.,-1.,0.)); -#12937=DIRECTION('',(0.,0.,1.)); -#12938=DIRECTION('center_axis',(0.,1.,0.)); -#12939=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12940=DIRECTION('',(0.,1.,0.)); -#12941=DIRECTION('center_axis',(0.,1.,0.)); -#12942=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12943=DIRECTION('',(0.,-1.,0.)); -#12944=DIRECTION('',(0.,1.,0.)); -#12945=DIRECTION('center_axis',(1.,0.,0.)); -#12946=DIRECTION('ref_axis',(0.,0.,-1.)); -#12947=DIRECTION('',(0.,-1.,0.)); -#12948=DIRECTION('',(0.,0.,1.)); -#12949=DIRECTION('center_axis',(0.,1.,0.)); -#12950=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12951=DIRECTION('',(0.,1.,0.)); -#12952=DIRECTION('center_axis',(0.,1.,0.)); -#12953=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12954=DIRECTION('',(0.,-1.,0.)); -#12955=DIRECTION('',(0.,1.,0.)); -#12956=DIRECTION('center_axis',(1.,0.,0.)); -#12957=DIRECTION('ref_axis',(0.,0.,-1.)); -#12958=DIRECTION('',(0.,-1.,0.)); -#12959=DIRECTION('',(0.,0.,1.)); -#12960=DIRECTION('center_axis',(0.,1.,0.)); -#12961=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12962=DIRECTION('',(0.,1.,0.)); -#12963=DIRECTION('center_axis',(0.,1.,0.)); -#12964=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12965=DIRECTION('',(0.,-1.,0.)); -#12966=DIRECTION('',(0.,1.,0.)); -#12967=DIRECTION('center_axis',(1.,0.,0.)); -#12968=DIRECTION('ref_axis',(0.,0.,-1.)); -#12969=DIRECTION('',(0.,-1.,0.)); -#12970=DIRECTION('',(0.,0.,1.)); -#12971=DIRECTION('center_axis',(0.,1.,0.)); -#12972=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12973=DIRECTION('',(0.,1.,0.)); -#12974=DIRECTION('center_axis',(0.,1.,0.)); -#12975=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12976=DIRECTION('',(0.,-1.,0.)); -#12977=DIRECTION('',(0.,1.,0.)); -#12978=DIRECTION('center_axis',(1.,0.,0.)); -#12979=DIRECTION('ref_axis',(0.,0.,-1.)); -#12980=DIRECTION('',(0.,-1.,0.)); -#12981=DIRECTION('',(0.,0.,1.)); -#12982=DIRECTION('center_axis',(0.,1.,0.)); -#12983=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12984=DIRECTION('',(0.,1.,0.)); -#12985=DIRECTION('center_axis',(0.,1.,0.)); -#12986=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12987=DIRECTION('',(0.,-1.,0.)); -#12988=DIRECTION('',(0.,1.,0.)); -#12989=DIRECTION('center_axis',(1.,0.,0.)); -#12990=DIRECTION('ref_axis',(0.,0.,-1.)); -#12991=DIRECTION('',(0.,-1.,0.)); -#12992=DIRECTION('',(0.,0.,1.)); -#12993=DIRECTION('center_axis',(0.,1.,0.)); -#12994=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12995=DIRECTION('',(0.,1.,0.)); -#12996=DIRECTION('center_axis',(0.,1.,0.)); -#12997=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#12998=DIRECTION('',(0.,-1.,0.)); -#12999=DIRECTION('',(0.,1.,0.)); -#13000=DIRECTION('center_axis',(1.,0.,0.)); -#13001=DIRECTION('ref_axis',(0.,0.,-1.)); -#13002=DIRECTION('',(0.,-1.,0.)); -#13003=DIRECTION('',(0.,0.,1.)); -#13004=DIRECTION('center_axis',(0.,1.,0.)); -#13005=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13006=DIRECTION('',(0.,1.,0.)); -#13007=DIRECTION('center_axis',(0.,1.,0.)); -#13008=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13009=DIRECTION('',(0.,-1.,0.)); -#13010=DIRECTION('',(0.,1.,0.)); -#13011=DIRECTION('center_axis',(1.,0.,0.)); -#13012=DIRECTION('ref_axis',(0.,0.,-1.)); -#13013=DIRECTION('',(0.,-1.,0.)); -#13014=DIRECTION('',(0.,0.,1.)); -#13015=DIRECTION('center_axis',(0.,1.,0.)); -#13016=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13017=DIRECTION('',(0.,1.,0.)); -#13018=DIRECTION('center_axis',(0.,1.,0.)); -#13019=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13020=DIRECTION('',(0.,-1.,0.)); -#13021=DIRECTION('',(0.,1.,0.)); -#13022=DIRECTION('center_axis',(1.,0.,0.)); -#13023=DIRECTION('ref_axis',(0.,0.,-1.)); -#13024=DIRECTION('',(0.,-1.,0.)); -#13025=DIRECTION('',(0.,0.,1.)); -#13026=DIRECTION('center_axis',(0.,1.,0.)); -#13027=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13028=DIRECTION('',(0.,1.,0.)); -#13029=DIRECTION('center_axis',(0.,1.,0.)); -#13030=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13031=DIRECTION('',(0.,-1.,0.)); -#13032=DIRECTION('',(0.,1.,0.)); -#13033=DIRECTION('center_axis',(1.,0.,0.)); -#13034=DIRECTION('ref_axis',(0.,0.,-1.)); -#13035=DIRECTION('',(0.,-1.,0.)); -#13036=DIRECTION('',(0.,0.,1.)); -#13037=DIRECTION('center_axis',(0.,1.,0.)); -#13038=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13039=DIRECTION('',(0.,1.,0.)); -#13040=DIRECTION('center_axis',(0.,1.,0.)); -#13041=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13042=DIRECTION('',(0.,-1.,0.)); -#13043=DIRECTION('',(0.,1.,0.)); -#13044=DIRECTION('center_axis',(1.,0.,0.)); -#13045=DIRECTION('ref_axis',(0.,0.,-1.)); -#13046=DIRECTION('',(0.,-1.,0.)); -#13047=DIRECTION('',(0.,0.,1.)); -#13048=DIRECTION('center_axis',(0.,1.,0.)); -#13049=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13050=DIRECTION('',(0.,1.,0.)); -#13051=DIRECTION('center_axis',(0.,1.,0.)); -#13052=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13053=DIRECTION('',(0.,-1.,0.)); -#13054=DIRECTION('',(0.,1.,0.)); -#13055=DIRECTION('center_axis',(1.,0.,0.)); -#13056=DIRECTION('ref_axis',(0.,0.,-1.)); -#13057=DIRECTION('',(0.,-1.,0.)); -#13058=DIRECTION('',(0.,0.,1.)); -#13059=DIRECTION('center_axis',(0.,1.,0.)); -#13060=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13061=DIRECTION('',(0.,1.,0.)); -#13062=DIRECTION('center_axis',(0.,1.,0.)); -#13063=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13064=DIRECTION('',(0.,-1.,0.)); -#13065=DIRECTION('',(0.,1.,0.)); -#13066=DIRECTION('center_axis',(1.,0.,0.)); -#13067=DIRECTION('ref_axis',(0.,0.,-1.)); -#13068=DIRECTION('',(0.,-1.,0.)); -#13069=DIRECTION('',(0.,0.,1.)); -#13070=DIRECTION('center_axis',(0.,1.,0.)); -#13071=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13072=DIRECTION('',(0.,1.,0.)); -#13073=DIRECTION('center_axis',(0.,1.,0.)); -#13074=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13075=DIRECTION('',(0.,-1.,0.)); -#13076=DIRECTION('',(0.,1.,0.)); -#13077=DIRECTION('center_axis',(1.,0.,0.)); -#13078=DIRECTION('ref_axis',(0.,0.,-1.)); -#13079=DIRECTION('',(0.,-1.,0.)); -#13080=DIRECTION('',(0.,0.,1.)); -#13081=DIRECTION('center_axis',(0.,1.,0.)); -#13082=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13083=DIRECTION('',(0.,1.,0.)); -#13084=DIRECTION('center_axis',(0.,1.,0.)); -#13085=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13086=DIRECTION('',(0.,-1.,0.)); -#13087=DIRECTION('',(0.,1.,0.)); -#13088=DIRECTION('center_axis',(1.,0.,0.)); -#13089=DIRECTION('ref_axis',(0.,0.,-1.)); -#13090=DIRECTION('',(0.,-1.,0.)); -#13091=DIRECTION('',(0.,0.,1.)); -#13092=DIRECTION('center_axis',(0.,1.,0.)); -#13093=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13094=DIRECTION('',(0.,1.,0.)); -#13095=DIRECTION('center_axis',(0.,1.,0.)); -#13096=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13097=DIRECTION('',(0.,-1.,0.)); -#13098=DIRECTION('',(0.,1.,0.)); -#13099=DIRECTION('center_axis',(1.,0.,0.)); -#13100=DIRECTION('ref_axis',(0.,0.,-1.)); -#13101=DIRECTION('',(0.,-1.,0.)); -#13102=DIRECTION('',(0.,0.,1.)); -#13103=DIRECTION('center_axis',(0.,1.,0.)); -#13104=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13105=DIRECTION('',(0.,1.,0.)); -#13106=DIRECTION('center_axis',(0.,1.,0.)); -#13107=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13108=DIRECTION('',(0.,-1.,0.)); -#13109=DIRECTION('',(0.,1.,0.)); -#13110=DIRECTION('center_axis',(1.,0.,0.)); -#13111=DIRECTION('ref_axis',(0.,0.,-1.)); -#13112=DIRECTION('',(0.,-1.,0.)); -#13113=DIRECTION('',(0.,0.,1.)); -#13114=DIRECTION('center_axis',(0.,1.,0.)); -#13115=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13116=DIRECTION('',(0.,1.,0.)); -#13117=DIRECTION('center_axis',(0.,1.,0.)); -#13118=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13119=DIRECTION('',(0.,-1.,0.)); -#13120=DIRECTION('',(0.,1.,0.)); -#13121=DIRECTION('center_axis',(1.,0.,0.)); -#13122=DIRECTION('ref_axis',(0.,0.,-1.)); -#13123=DIRECTION('',(0.,-1.,0.)); -#13124=DIRECTION('',(0.,0.,1.)); -#13125=DIRECTION('center_axis',(0.,1.,0.)); -#13126=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13127=DIRECTION('',(0.,1.,0.)); -#13128=DIRECTION('center_axis',(0.,1.,0.)); -#13129=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13130=DIRECTION('',(0.,-1.,0.)); -#13131=DIRECTION('',(0.,1.,0.)); -#13132=DIRECTION('center_axis',(1.,0.,0.)); -#13133=DIRECTION('ref_axis',(0.,0.,-1.)); -#13134=DIRECTION('',(0.,-1.,0.)); -#13135=DIRECTION('',(0.,0.,1.)); -#13136=DIRECTION('center_axis',(0.,1.,0.)); -#13137=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13138=DIRECTION('',(0.,1.,0.)); -#13139=DIRECTION('center_axis',(0.,1.,0.)); -#13140=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13141=DIRECTION('',(0.,-1.,0.)); -#13142=DIRECTION('',(0.,1.,0.)); -#13143=DIRECTION('center_axis',(1.,0.,0.)); -#13144=DIRECTION('ref_axis',(0.,0.,-1.)); -#13145=DIRECTION('',(0.,-1.,0.)); -#13146=DIRECTION('',(0.,0.,1.)); -#13147=DIRECTION('center_axis',(0.,1.,0.)); -#13148=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13149=DIRECTION('',(0.,1.,0.)); -#13150=DIRECTION('center_axis',(0.,1.,0.)); -#13151=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13152=DIRECTION('',(0.,-1.,0.)); -#13153=DIRECTION('',(0.,1.,0.)); -#13154=DIRECTION('center_axis',(1.,0.,0.)); -#13155=DIRECTION('ref_axis',(0.,0.,-1.)); -#13156=DIRECTION('',(0.,-1.,0.)); -#13157=DIRECTION('',(0.,0.,1.)); -#13158=DIRECTION('center_axis',(0.,1.,0.)); -#13159=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13160=DIRECTION('',(0.,1.,0.)); -#13161=DIRECTION('center_axis',(0.,1.,0.)); -#13162=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13163=DIRECTION('',(0.,-1.,0.)); -#13164=DIRECTION('',(0.,1.,0.)); -#13165=DIRECTION('center_axis',(1.,0.,0.)); -#13166=DIRECTION('ref_axis',(0.,0.,-1.)); -#13167=DIRECTION('',(0.,-1.,0.)); -#13168=DIRECTION('',(0.,0.,1.)); -#13169=DIRECTION('center_axis',(0.,1.,0.)); -#13170=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13171=DIRECTION('',(0.,1.,0.)); -#13172=DIRECTION('center_axis',(0.,1.,0.)); -#13173=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13174=DIRECTION('',(0.,-1.,0.)); -#13175=DIRECTION('',(0.,1.,0.)); -#13176=DIRECTION('center_axis',(1.,0.,0.)); -#13177=DIRECTION('ref_axis',(0.,0.,-1.)); -#13178=DIRECTION('',(0.,-1.,0.)); -#13179=DIRECTION('',(0.,0.,1.)); -#13180=DIRECTION('center_axis',(0.,1.,0.)); -#13181=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13182=DIRECTION('',(0.,1.,0.)); -#13183=DIRECTION('center_axis',(0.,1.,0.)); -#13184=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13185=DIRECTION('',(0.,-1.,0.)); -#13186=DIRECTION('',(0.,1.,0.)); -#13187=DIRECTION('center_axis',(1.,0.,0.)); -#13188=DIRECTION('ref_axis',(0.,0.,-1.)); -#13189=DIRECTION('',(0.,-1.,0.)); -#13190=DIRECTION('',(0.,0.,1.)); -#13191=DIRECTION('center_axis',(0.,1.,0.)); -#13192=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13193=DIRECTION('',(0.,1.,0.)); -#13194=DIRECTION('center_axis',(0.,1.,0.)); -#13195=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13196=DIRECTION('',(0.,-1.,0.)); -#13197=DIRECTION('',(0.,1.,0.)); -#13198=DIRECTION('center_axis',(1.,0.,0.)); -#13199=DIRECTION('ref_axis',(0.,0.,-1.)); -#13200=DIRECTION('',(0.,-1.,0.)); -#13201=DIRECTION('',(0.,0.,1.)); -#13202=DIRECTION('center_axis',(0.,1.,0.)); -#13203=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13204=DIRECTION('',(0.,1.,0.)); -#13205=DIRECTION('center_axis',(0.,1.,0.)); -#13206=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13207=DIRECTION('',(0.,-1.,0.)); -#13208=DIRECTION('',(0.,1.,0.)); -#13209=DIRECTION('center_axis',(1.,0.,0.)); -#13210=DIRECTION('ref_axis',(0.,0.,-1.)); -#13211=DIRECTION('',(0.,-1.,0.)); -#13212=DIRECTION('',(0.,0.,1.)); -#13213=DIRECTION('center_axis',(0.,1.,0.)); -#13214=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13215=DIRECTION('',(0.,1.,0.)); -#13216=DIRECTION('center_axis',(0.,1.,0.)); -#13217=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13218=DIRECTION('',(0.,-1.,0.)); -#13219=DIRECTION('',(0.,1.,0.)); -#13220=DIRECTION('center_axis',(1.,0.,0.)); -#13221=DIRECTION('ref_axis',(0.,0.,-1.)); -#13222=DIRECTION('',(0.,-1.,0.)); -#13223=DIRECTION('',(0.,0.,1.)); -#13224=DIRECTION('center_axis',(0.,1.,0.)); -#13225=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13226=DIRECTION('',(0.,1.,0.)); -#13227=DIRECTION('center_axis',(0.,1.,0.)); -#13228=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13229=DIRECTION('',(0.,-1.,0.)); -#13230=DIRECTION('',(0.,1.,0.)); -#13231=DIRECTION('center_axis',(1.,0.,0.)); -#13232=DIRECTION('ref_axis',(0.,0.,-1.)); -#13233=DIRECTION('',(0.,-1.,0.)); -#13234=DIRECTION('',(0.,0.,1.)); -#13235=DIRECTION('center_axis',(0.,1.,0.)); -#13236=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13237=DIRECTION('',(0.,1.,0.)); -#13238=DIRECTION('center_axis',(0.,1.,0.)); -#13239=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13240=DIRECTION('',(0.,-1.,0.)); -#13241=DIRECTION('',(0.,1.,0.)); -#13242=DIRECTION('center_axis',(1.,0.,0.)); -#13243=DIRECTION('ref_axis',(0.,0.,-1.)); -#13244=DIRECTION('',(0.,-1.,0.)); -#13245=DIRECTION('',(0.,0.,1.)); -#13246=DIRECTION('center_axis',(0.,1.,0.)); -#13247=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13248=DIRECTION('',(0.,1.,0.)); -#13249=DIRECTION('center_axis',(0.,1.,0.)); -#13250=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13251=DIRECTION('',(0.,-1.,0.)); -#13252=DIRECTION('',(0.,1.,0.)); -#13253=DIRECTION('center_axis',(1.,0.,0.)); -#13254=DIRECTION('ref_axis',(0.,0.,-1.)); -#13255=DIRECTION('',(0.,-1.,0.)); -#13256=DIRECTION('',(0.,0.,1.)); -#13257=DIRECTION('center_axis',(0.,1.,0.)); -#13258=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13259=DIRECTION('',(0.,1.,0.)); -#13260=DIRECTION('center_axis',(0.,1.,0.)); -#13261=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13262=DIRECTION('',(0.,-1.,0.)); -#13263=DIRECTION('',(0.,1.,0.)); -#13264=DIRECTION('center_axis',(1.,0.,0.)); -#13265=DIRECTION('ref_axis',(0.,0.,-1.)); -#13266=DIRECTION('',(0.,-1.,0.)); -#13267=DIRECTION('',(0.,0.,1.)); -#13268=DIRECTION('center_axis',(0.,1.,0.)); -#13269=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13270=DIRECTION('',(0.,1.,0.)); -#13271=DIRECTION('center_axis',(0.,1.,0.)); -#13272=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13273=DIRECTION('',(0.,-1.,0.)); -#13274=DIRECTION('',(0.,1.,0.)); -#13275=DIRECTION('center_axis',(1.,0.,0.)); -#13276=DIRECTION('ref_axis',(0.,0.,-1.)); -#13277=DIRECTION('',(0.,-1.,0.)); -#13278=DIRECTION('',(0.,0.,1.)); -#13279=DIRECTION('center_axis',(0.,1.,0.)); -#13280=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13281=DIRECTION('',(0.,1.,0.)); -#13282=DIRECTION('center_axis',(0.,1.,0.)); -#13283=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13284=DIRECTION('',(0.,-1.,0.)); -#13285=DIRECTION('',(0.,1.,0.)); -#13286=DIRECTION('center_axis',(1.,0.,0.)); -#13287=DIRECTION('ref_axis',(0.,0.,-1.)); -#13288=DIRECTION('',(0.,-1.,0.)); -#13289=DIRECTION('',(0.,0.,1.)); -#13290=DIRECTION('center_axis',(0.,1.,0.)); -#13291=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13292=DIRECTION('',(0.,1.,0.)); -#13293=DIRECTION('',(0.,-1.,0.)); -#13294=DIRECTION('center_axis',(0.,1.,0.)); -#13295=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13296=DIRECTION('',(0.,1.,0.)); -#13297=DIRECTION('center_axis',(0.,1.,0.)); -#13298=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13299=DIRECTION('',(0.,1.,0.)); -#13300=DIRECTION('',(0.,-1.,0.)); -#13301=DIRECTION('',(0.,-1.,0.)); -#13302=DIRECTION('center_axis',(0.,1.,0.)); -#13303=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13304=DIRECTION('',(0.,1.,0.)); -#13305=DIRECTION('center_axis',(1.,0.,0.)); -#13306=DIRECTION('ref_axis',(0.,0.,-1.)); -#13307=DIRECTION('',(0.,0.,1.)); -#13308=DIRECTION('center_axis',(0.,1.,0.)); -#13309=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13310=DIRECTION('',(0.,1.,0.)); -#13311=DIRECTION('',(0.,-1.,0.)); -#13312=DIRECTION('',(0.,-1.,0.)); -#13313=DIRECTION('center_axis',(0.,1.,0.)); -#13314=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13315=DIRECTION('',(0.,1.,0.)); -#13316=DIRECTION('center_axis',(1.,0.,0.)); -#13317=DIRECTION('ref_axis',(0.,0.,-1.)); -#13318=DIRECTION('',(0.,0.,1.)); -#13319=DIRECTION('center_axis',(0.,1.,0.)); -#13320=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13321=DIRECTION('',(0.,1.,0.)); -#13322=DIRECTION('',(0.,-1.,0.)); -#13323=DIRECTION('',(0.,-1.,0.)); -#13324=DIRECTION('center_axis',(0.,1.,0.)); -#13325=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13326=DIRECTION('',(0.,1.,0.)); -#13327=DIRECTION('center_axis',(1.,0.,0.)); -#13328=DIRECTION('ref_axis',(0.,0.,-1.)); -#13329=DIRECTION('',(0.,0.,1.)); -#13330=DIRECTION('center_axis',(0.,1.,0.)); -#13331=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13332=DIRECTION('',(0.,1.,0.)); -#13333=DIRECTION('',(0.,-1.,0.)); -#13334=DIRECTION('',(0.,-1.,0.)); -#13335=DIRECTION('center_axis',(0.,1.,0.)); -#13336=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13337=DIRECTION('',(0.,1.,0.)); -#13338=DIRECTION('center_axis',(1.,0.,0.)); -#13339=DIRECTION('ref_axis',(0.,0.,-1.)); -#13340=DIRECTION('',(0.,0.,1.)); -#13341=DIRECTION('center_axis',(0.,1.,0.)); -#13342=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13343=DIRECTION('',(0.,1.,0.)); -#13344=DIRECTION('',(0.,-1.,0.)); -#13345=DIRECTION('',(0.,-1.,0.)); -#13346=DIRECTION('center_axis',(0.,1.,0.)); -#13347=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13348=DIRECTION('',(0.,1.,0.)); -#13349=DIRECTION('center_axis',(1.,0.,0.)); -#13350=DIRECTION('ref_axis',(0.,0.,-1.)); -#13351=DIRECTION('',(0.,0.,1.)); -#13352=DIRECTION('center_axis',(0.,1.,0.)); -#13353=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13354=DIRECTION('',(0.,1.,0.)); -#13355=DIRECTION('',(0.,-1.,0.)); -#13356=DIRECTION('',(0.,-1.,0.)); -#13357=DIRECTION('center_axis',(0.,1.,0.)); -#13358=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13359=DIRECTION('',(0.,1.,0.)); -#13360=DIRECTION('center_axis',(1.,0.,0.)); -#13361=DIRECTION('ref_axis',(0.,0.,-1.)); -#13362=DIRECTION('',(0.,0.,1.)); -#13363=DIRECTION('center_axis',(0.,1.,0.)); -#13364=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13365=DIRECTION('',(0.,1.,0.)); -#13366=DIRECTION('',(0.,-1.,0.)); -#13367=DIRECTION('',(0.,-1.,0.)); -#13368=DIRECTION('center_axis',(0.,1.,0.)); -#13369=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13370=DIRECTION('',(0.,1.,0.)); -#13371=DIRECTION('center_axis',(1.,0.,0.)); -#13372=DIRECTION('ref_axis',(0.,0.,-1.)); -#13373=DIRECTION('',(0.,0.,1.)); -#13374=DIRECTION('center_axis',(0.,1.,0.)); -#13375=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13376=DIRECTION('',(0.,1.,0.)); -#13377=DIRECTION('',(0.,-1.,0.)); -#13378=DIRECTION('',(0.,-1.,0.)); -#13379=DIRECTION('center_axis',(0.,1.,0.)); -#13380=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13381=DIRECTION('',(0.,1.,0.)); -#13382=DIRECTION('center_axis',(1.,0.,0.)); -#13383=DIRECTION('ref_axis',(0.,0.,-1.)); -#13384=DIRECTION('',(0.,0.,1.)); -#13385=DIRECTION('center_axis',(0.,1.,0.)); -#13386=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13387=DIRECTION('',(0.,1.,0.)); -#13388=DIRECTION('',(0.,-1.,0.)); -#13389=DIRECTION('',(0.,-1.,0.)); -#13390=DIRECTION('center_axis',(0.,1.,0.)); -#13391=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13392=DIRECTION('',(0.,1.,0.)); -#13393=DIRECTION('center_axis',(1.,0.,0.)); -#13394=DIRECTION('ref_axis',(0.,0.,-1.)); -#13395=DIRECTION('',(0.,0.,1.)); -#13396=DIRECTION('center_axis',(0.,1.,0.)); -#13397=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13398=DIRECTION('',(0.,1.,0.)); -#13399=DIRECTION('',(0.,-1.,0.)); -#13400=DIRECTION('',(0.,-1.,0.)); -#13401=DIRECTION('center_axis',(0.,1.,0.)); -#13402=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13403=DIRECTION('',(0.,1.,0.)); -#13404=DIRECTION('center_axis',(1.,0.,0.)); -#13405=DIRECTION('ref_axis',(0.,0.,-1.)); -#13406=DIRECTION('',(0.,0.,1.)); -#13407=DIRECTION('center_axis',(0.,1.,0.)); -#13408=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13409=DIRECTION('',(0.,1.,0.)); -#13410=DIRECTION('',(0.,-1.,0.)); -#13411=DIRECTION('',(0.,-1.,0.)); -#13412=DIRECTION('center_axis',(0.,1.,0.)); -#13413=DIRECTION('ref_axis',(0.999846407579446,0.,0.0175260163892626)); -#13414=DIRECTION('',(0.,1.,0.)); -#13415=DIRECTION('center_axis',(1.,0.,0.)); -#13416=DIRECTION('ref_axis',(0.,0.,-1.)); -#13417=DIRECTION('',(0.,0.,1.)); -#13418=DIRECTION('center_axis',(0.,0.,1.)); -#13419=DIRECTION('ref_axis',(1.,0.,0.)); -#13420=DIRECTION('center_axis',(0.,0.,1.)); -#13421=DIRECTION('ref_axis',(1.,0.,3.55897902847847E-13)); -#13422=DIRECTION('',(1.,0.,0.)); -#13423=DIRECTION('center_axis',(0.,0.,1.)); -#13424=DIRECTION('ref_axis',(0.,-1.,0.)); -#13425=DIRECTION('',(-1.,0.,0.)); -#13426=DIRECTION('center_axis',(0.,0.,-1.)); -#13427=DIRECTION('ref_axis',(0.,1.,0.)); -#13428=DIRECTION('',(1.,0.,0.)); -#13429=DIRECTION('center_axis',(0.,0.,1.)); -#13430=DIRECTION('ref_axis',(0.,-1.,0.)); -#13431=DIRECTION('',(-1.,0.,0.)); -#13432=DIRECTION('center_axis',(0.,0.,-1.)); -#13433=DIRECTION('ref_axis',(0.,1.,0.)); -#13434=DIRECTION('',(1.,0.,0.)); -#13435=DIRECTION('center_axis',(0.,0.,1.)); -#13436=DIRECTION('ref_axis',(0.,-1.,0.)); -#13437=DIRECTION('',(-1.,0.,0.)); -#13438=DIRECTION('center_axis',(1.43726459579281E-13,0.,-1.)); -#13439=DIRECTION('ref_axis',(0.,-1.,0.)); -#13440=DIRECTION('center_axis',(0.,0.,-1.)); -#13441=DIRECTION('ref_axis',(0.,-1.,0.)); -#13442=DIRECTION('',(1.43726459579281E-13,0.,-1.)); -#13443=DIRECTION('',(-1.43726459579281E-13,0.,1.)); -#13444=DIRECTION('center_axis',(5.54081433760776E-14,0.,-1.)); -#13445=DIRECTION('ref_axis',(0.,-1.,0.)); -#13446=DIRECTION('center_axis',(0.,0.,-1.)); -#13447=DIRECTION('ref_axis',(0.,-1.,0.)); -#13448=DIRECTION('',(5.54081433760776E-14,0.,-1.)); -#13449=DIRECTION('',(-5.54081433760776E-14,0.,1.)); -#13450=DIRECTION('center_axis',(2.34158264148841E-15,0.,-1.)); -#13451=DIRECTION('ref_axis',(0.,-1.,0.)); -#13452=DIRECTION('center_axis',(0.,0.,-1.)); -#13453=DIRECTION('ref_axis',(0.,-1.,0.)); -#13454=DIRECTION('',(2.34158264148841E-15,0.,-1.)); -#13455=DIRECTION('',(-2.34158264148841E-15,0.,1.)); -#13456=DIRECTION('center_axis',(0.,0.,-1.)); -#13457=DIRECTION('ref_axis',(0.,1.,0.)); -#13458=DIRECTION('',(0.,0.,-1.)); -#13459=DIRECTION('',(0.,0.,1.)); -#13460=DIRECTION('center_axis',(0.,0.,1.)); -#13461=DIRECTION('ref_axis',(0.,1.,0.)); -#13462=DIRECTION('center_axis',(0.,0.,-1.)); -#13463=DIRECTION('ref_axis',(0.,1.,0.)); -#13464=DIRECTION('',(0.,0.,-1.)); -#13465=DIRECTION('',(0.,0.,1.)); -#13466=DIRECTION('center_axis',(0.,0.,1.)); -#13467=DIRECTION('ref_axis',(0.,1.,0.)); -#13468=DIRECTION('center_axis',(3.55897902847847E-13,2.77654736368516E-13, --1.)); -#13469=DIRECTION('ref_axis',(1.,0.,3.55897902847847E-13)); -#13470=DIRECTION('',(0.,0.,1.)); -#13471=DIRECTION('center_axis',(0.,0.,-1.)); -#13472=DIRECTION('ref_axis',(1.,0.,3.55897902847847E-13)); -#13473=DIRECTION('',(0.,0.,-1.)); -#13474=DIRECTION('center_axis',(0.,1.,0.)); -#13475=DIRECTION('ref_axis',(0.,0.,1.)); -#13476=DIRECTION('',(1.,0.,0.)); -#13477=DIRECTION('center_axis',(0.,1.,0.)); -#13478=DIRECTION('ref_axis',(0.,0.,1.)); -#13479=DIRECTION('',(1.,0.,0.)); -#13480=DIRECTION('center_axis',(0.,1.,0.)); -#13481=DIRECTION('ref_axis',(0.,0.,1.)); -#13482=DIRECTION('',(1.,0.,0.)); -#13483=DIRECTION('center_axis',(0.,1.,0.)); -#13484=DIRECTION('ref_axis',(0.,0.,1.)); -#13485=DIRECTION('',(-1.,0.,0.)); -#13486=DIRECTION('center_axis',(0.,1.,0.)); -#13487=DIRECTION('ref_axis',(0.,0.,1.)); -#13488=DIRECTION('',(-1.,0.,0.)); -#13489=DIRECTION('center_axis',(0.,1.,0.)); -#13490=DIRECTION('ref_axis',(0.,0.,1.)); -#13491=DIRECTION('',(-1.,0.,0.)); -#13492=DIRECTION('center_axis',(0.,0.,1.)); -#13493=DIRECTION('ref_axis',(1.,0.,0.)); -#13494=DIRECTION('',(0.,-1.,0.)); -#13495=DIRECTION('center_axis',(1.,0.,0.)); -#13496=DIRECTION('ref_axis',(0.,0.,-1.)); -#13497=CARTESIAN_POINT('',(0.,0.,0.)); -#13498=CARTESIAN_POINT('Origin',(20.0221955414993,110.,278.000000029809)); -#13499=CARTESIAN_POINT('',(20.0050354003906,80.,278.199258414995)); -#13500=CARTESIAN_POINT('',(20.1636358803736,77.4862704963567,278.141396652997)); -#13501=CARTESIAN_POINT('Ctrl Pts',(20.0050356358663,79.9999999999986,278.199258435274)); -#13502=CARTESIAN_POINT('Ctrl Pts',(20.0050357172678,79.6129197184121,278.199258442285)); -#13503=CARTESIAN_POINT('Ctrl Pts',(20.017029464103,79.1876451075506,278.201663794184)); -#13504=CARTESIAN_POINT('Ctrl Pts',(20.0695226630247,78.3399918759278,278.196099944519)); -#13505=CARTESIAN_POINT('Ctrl Pts',(20.1100226471738,77.9176018640615,278.190843380869)); -#13506=CARTESIAN_POINT('Ctrl Pts',(20.1594247119336,77.5196825400829,278.1455129096)); -#13507=CARTESIAN_POINT('Ctrl Pts',(20.1615032208882,77.5031040053229,278.143529971838)); -#13508=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963567,278.141396652997)); -#13509=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199258414995)); -#13510=CARTESIAN_POINT('',(20.0050354003906,110.,278.199258414995)); -#13511=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,278.141396652997)); -#13512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,278.141396652997)); -#13513=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,278.143530061256)); -#13514=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,278.145513076635)); -#13515=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,278.190843589096)); -#13516=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,278.196100076015)); -#13517=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,278.201663786132)); -#13518=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,278.199258375725)); -#13519=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,278.199258375725)); -#13520=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,278.199258375725)); -#13521=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,278.199258375725)); -#13522=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,278.199258375725)); -#13523=CARTESIAN_POINT('',(20.1636358803736,110.,278.141396652997)); -#13524=CARTESIAN_POINT('Origin',(20.0221955414993,110.,278.000000029809)); -#13525=CARTESIAN_POINT('',(20.2221607598731,77.0609799486883,278.003505161865)); -#13526=CARTESIAN_POINT('',(20.0050354003906,80.,277.800741644622)); -#13527=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486883,278.003505161865)); -#13528=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218076,278.002325148738)); -#13529=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731909967,278.001152344888)); -#13530=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731909967,277.99608127169)); -#13531=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820261,277.991933603379)); -#13532=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075121,277.98415149158)); -#13533=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.067019526074,277.980513632533)); -#13534=CARTESIAN_POINT('Ctrl Pts',(20.2193999129394,77.0796056885998,277.964108207825)); -#13535=CARTESIAN_POINT('Ctrl Pts',(20.2168875565585,77.0966575252432,277.953553482873)); -#13536=CARTESIAN_POINT('Ctrl Pts',(20.2057883912246,77.172701956021,277.914084334687)); -#13537=CARTESIAN_POINT('Ctrl Pts',(20.1955226872951,77.2452441001919,277.898736887032)); -#13538=CARTESIAN_POINT('Ctrl Pts',(20.1756280080612,77.3923038684445,277.870564980474)); -#13539=CARTESIAN_POINT('Ctrl Pts',(20.1659257986938,77.4673181690539,277.860452433615)); -#13540=CARTESIAN_POINT('Ctrl Pts',(20.110022647174,77.9176018640615,277.809156678748)); -#13541=CARTESIAN_POINT('Ctrl Pts',(20.0695226630249,78.3399918759279,277.803900115098)); -#13542=CARTESIAN_POINT('Ctrl Pts',(20.0170294641031,79.1876451075507,277.798336265433)); -#13543=CARTESIAN_POINT('Ctrl Pts',(20.005035717268,79.6129197184121,277.800741617333)); -#13544=CARTESIAN_POINT('Ctrl Pts',(20.0050356358664,79.9999999999986,277.800741624343)); -#13545=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,278.003505161865)); -#13546=CARTESIAN_POINT('',(20.2221607598731,110.,278.003505161865)); -#13547=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800741644622)); -#13548=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,277.800741683892)); -#13549=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,277.800741683893)); -#13550=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,277.800741683893)); -#13551=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,277.800741683893)); -#13552=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,277.798336273486)); -#13553=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,277.803899983603)); -#13554=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,277.809156470521)); -#13555=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,277.860452201639)); -#13556=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,277.870564755515)); -#13557=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,277.898736696057)); -#13558=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,277.914084165691)); -#13559=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,277.95355338587)); -#13560=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,277.964108131824)); -#13561=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,277.980513591927)); -#13562=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,277.984151458414)); -#13563=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,277.991933586351)); -#13564=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,277.99608126337)); -#13565=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,278.001152344921)); -#13566=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,278.002325148752)); -#13567=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,278.003505161865)); -#13568=CARTESIAN_POINT('',(20.0050354003906,110.,277.800741644622)); -#13569=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,278.141396652997)); -#13570=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,278.141396652997)); -#13571=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,278.13454070829)); -#13572=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,278.13454070829)); -#13573=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,278.126099819059)); -#13574=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,278.126099819059)); -#13575=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,278.101255166196)); -#13576=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,278.101255166196)); -#13577=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,278.085907791025)); -#13578=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,278.085907791025)); -#13579=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,278.046440258616)); -#13580=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,278.046440258616)); -#13581=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,278.035885813383)); -#13582=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,278.035885813383)); -#13583=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,278.019481178471)); -#13584=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,278.019481178471)); -#13585=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,278.015843400093)); -#13586=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,278.015843400093)); -#13587=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,278.009207189857)); -#13588=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,278.009207189857)); -#13589=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,278.006334202628)); -#13590=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,278.006334202628)); -#13591=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,278.003505161865)); -#13592=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,278.003505161865)); -#13593=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963567,278.141396652997)); -#13594=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.362213561139,278.125766235395)); -#13595=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321089,278.110378743704)); -#13596=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683319832,278.094410761422)); -#13597=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191271671,278.084408328727)); -#13598=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796306442,278.066941925002)); -#13599=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390113,278.063272992161)); -#13600=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845911533,278.056593523053)); -#13601=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567687493,278.053192231537)); -#13602=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487365638,278.044508445503)); -#13603=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455028,278.038147394301)); -#13604=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255303,278.026584326013)); -#13605=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634091,278.02258386268)); -#13606=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023136999,278.01604630301)); -#13607=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077639658,278.013612161136)); -#13608=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809006,278.008847802661)); -#13609=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139060703,278.006182544381)); -#13610=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486883,278.003505161865)); -#13611=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,278.003505161865)); -#13612=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,278.006730874052)); -#13613=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,278.010668888472)); -#13614=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,278.020018599326)); -#13615=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,278.024247309508)); -#13616=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,278.03524406998)); -#13617=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,278.041478075155)); -#13618=CARTESIAN_POINT('Ctrl Pts',(20.2145462714803,142.887358567166,278.055511687467)); -#13619=CARTESIAN_POINT('Ctrl Pts',(20.2114284453518,142.865986770515,278.065781303748)); -#13620=CARTESIAN_POINT('Ctrl Pts',(20.1947127740556,142.749476028354,278.108817385173)); -#13621=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,278.12854194794)); -#13622=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,278.141396652997)); -#13623=CARTESIAN_POINT('Origin',(40.0050292424908,140.000011818227,26.0000014305115)); -#13624=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,280.)); -#13625=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#13626=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,280.)); -#13627=CARTESIAN_POINT('Origin',(40.0050292424908,140.000011818227,280.000001430511)); -#13628=CARTESIAN_POINT('',(40.0050354003915,160.00000203877,26.0000014305115)); -#13629=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); -#13630=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); -#13631=CARTESIAN_POINT('',(40.0050354003906,160.,13.0000007152557)); -#13632=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#13633=CARTESIAN_POINT('Origin',(40.0050292424908,140.000011818227,1.4305114737212E-6)); -#13634=CARTESIAN_POINT('',(20.0050425136867,140.000000000004,1.70000738187468)); -#13635=CARTESIAN_POINT('',(20.0050354003906,140.,0.849999934434891)); -#13636=CARTESIAN_POINT('',(20.005035248396,140.,1.80074165771191)); -#13637=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13638=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,2.00350516186487)); -#13639=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,1.80074168389237)); -#13640=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,1.80074168389257)); -#13641=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,1.80074168389267)); -#13642=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,1.80074168389267)); -#13643=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,1.79833627348567)); -#13644=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,1.80389998360253)); -#13645=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,1.80915647052089)); -#13646=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,1.86045220163894)); -#13647=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,1.8705647555155)); -#13648=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,1.89873669605735)); -#13649=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,1.91408416569144)); -#13650=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,1.95355338587013)); -#13651=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,1.96410813182423)); -#13652=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,1.98051359192708)); -#13653=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,1.98415145841355)); -#13654=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,1.99193358635133)); -#13655=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,1.99608126337038)); -#13656=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,2.00115234492115)); -#13657=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,2.00232514875235)); -#13658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,2.00350516186487)); -#13659=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,2.14139665299727)); -#13660=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,2.00350516186487)); -#13661=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,2.00673087405174)); -#13662=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,2.0106688884719)); -#13663=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,2.02001859932617)); -#13664=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,2.02424730950865)); -#13665=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,2.03524406998165)); -#13666=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,2.04147807515707)); -#13667=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,2.05551168746419)); -#13668=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,2.06578130374645)); -#13669=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,2.10881738517288)); -#13670=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,2.12854194793937)); -#13671=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,2.14139665299727)); -#13672=CARTESIAN_POINT('',(20.005035248396,140.,2.19925840190538)); -#13673=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,2.14139665299727)); -#13674=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,2.14353006125585)); -#13675=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,2.14551307663471)); -#13676=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,2.19084358909641)); -#13677=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,2.19610007601477)); -#13678=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,2.20166378613163)); -#13679=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,2.19925837572462)); -#13680=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,2.19925837572462)); -#13681=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,2.19925837572462)); -#13682=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,2.19925837572472)); -#13683=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,2.19925837572492)); -#13684=CARTESIAN_POINT('',(20.0050423343106,139.999999999991,2.29999285710883)); -#13685=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13686=CARTESIAN_POINT('',(20.0050419157203,140.000000000005,3.70000676060031)); -#13687=CARTESIAN_POINT('',(20.0050354003906,140.,2.99999997019768)); -#13688=CARTESIAN_POINT('',(20.005035248396,140.,3.80074165771191)); -#13689=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13690=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,4.00350516186487)); -#13691=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,3.80074168389237)); -#13692=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,3.80074168389257)); -#13693=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,3.80074168389267)); -#13694=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,3.80074168389267)); -#13695=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,3.79833627348567)); -#13696=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,3.80389998360253)); -#13697=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,3.80915647052089)); -#13698=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,3.86045220163894)); -#13699=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,3.87056475551549)); -#13700=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,3.89873669605735)); -#13701=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,3.91408416569144)); -#13702=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,3.95355338587013)); -#13703=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,3.96410813182423)); -#13704=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,3.98051359192708)); -#13705=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,3.98415145841355)); -#13706=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,3.99193358635133)); -#13707=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,3.99608126337038)); -#13708=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,4.00115234492116)); -#13709=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,4.00232514875235)); -#13710=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,4.00350516186487)); -#13711=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,4.14139665299727)); -#13712=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,4.00350516186487)); -#13713=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,4.00673087405174)); -#13714=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,4.01066888847191)); -#13715=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,4.02001859932617)); -#13716=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,4.02424730950863)); -#13717=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,4.03524406998169)); -#13718=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,4.04147807515711)); -#13719=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567169,4.05551168746519)); -#13720=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770519,4.06578130374745)); -#13721=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,4.10881738517283)); -#13722=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,4.12854194793929)); -#13723=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,4.14139665299727)); -#13724=CARTESIAN_POINT('',(20.005035248396,140.,4.19925840190538)); -#13725=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,4.14139665299727)); -#13726=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,4.14353006125586)); -#13727=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,4.14551307663471)); -#13728=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,4.1908435890964)); -#13729=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,4.19610007601477)); -#13730=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,4.20166378613163)); -#13731=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,4.19925837572462)); -#13732=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,4.19925837572462)); -#13733=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,4.19925837572462)); -#13734=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,4.19925837572472)); -#13735=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,4.19925837572492)); -#13736=CARTESIAN_POINT('',(20.0050417363427,139.999999999993,4.29999383400306)); -#13737=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13738=CARTESIAN_POINT('',(20.0050413177541,140.000000000005,5.70000616877557)); -#13739=CARTESIAN_POINT('',(20.0050354003906,140.,5.00000014901161)); -#13740=CARTESIAN_POINT('',(20.005035248396,140.,5.80074165771191)); -#13741=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13742=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,6.00350516186487)); -#13743=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,5.80074168389237)); -#13744=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,5.80074168389257)); -#13745=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,5.80074168389267)); -#13746=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,5.80074168389267)); -#13747=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,5.79833627348567)); -#13748=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,5.80389998360253)); -#13749=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,5.80915647052089)); -#13750=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,5.86045220163894)); -#13751=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,5.87056475551549)); -#13752=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,5.89873669605735)); -#13753=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,5.91408416569144)); -#13754=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,5.95355338587012)); -#13755=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,5.96410813182423)); -#13756=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,5.98051359192708)); -#13757=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,5.98415145841355)); -#13758=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,5.99193358635133)); -#13759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,5.99608126337038)); -#13760=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,6.00115234492116)); -#13761=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,6.00232514875235)); -#13762=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,6.00350516186487)); -#13763=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,6.14139665299727)); -#13764=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,6.00350516186487)); -#13765=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,6.00673087405175)); -#13766=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,6.01066888847192)); -#13767=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,6.02001859932618)); -#13768=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,6.02424730950866)); -#13769=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,6.03524406998167)); -#13770=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,6.04147807515707)); -#13771=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,6.0555116874663)); -#13772=CARTESIAN_POINT('Ctrl Pts',(20.2114284453519,142.865986770516,6.06578130374853)); -#13773=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,6.10881738517287)); -#13774=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,6.12854194793928)); -#13775=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,6.14139665299727)); -#13776=CARTESIAN_POINT('',(20.005035248396,140.,6.19925840190538)); -#13777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,6.14139665299727)); -#13778=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,6.14353006125586)); -#13779=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,6.14551307663471)); -#13780=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,6.19084358909641)); -#13781=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,6.19610007601477)); -#13782=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,6.20166378613163)); -#13783=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,6.19925837572462)); -#13784=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,6.19925837572462)); -#13785=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,6.19925837572462)); -#13786=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,6.19925837572472)); -#13787=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,6.19925837572492)); -#13788=CARTESIAN_POINT('',(20.0050411383751,139.999999999994,6.29999443813254)); -#13789=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13790=CARTESIAN_POINT('',(20.0050407197878,140.000000000005,7.70000545159053)); -#13791=CARTESIAN_POINT('',(20.0050354003906,140.,7.00000017881393)); -#13792=CARTESIAN_POINT('',(20.005035248396,140.,7.80074165771191)); -#13793=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13794=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,8.00350516186487)); -#13795=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,7.80074168389237)); -#13796=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,7.80074168389257)); -#13797=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,7.80074168389267)); -#13798=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,7.80074168389267)); -#13799=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,7.79833627348567)); -#13800=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,7.80389998360253)); -#13801=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,7.80915647052089)); -#13802=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,7.86045220163894)); -#13803=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,7.8705647555155)); -#13804=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,7.89873669605735)); -#13805=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,7.91408416569145)); -#13806=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,7.95355338587013)); -#13807=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,7.96410813182423)); -#13808=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,7.98051359192708)); -#13809=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,7.98415145841355)); -#13810=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,7.99193358635133)); -#13811=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,7.99608126337038)); -#13812=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,8.00115234492116)); -#13813=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,8.00232514875235)); -#13814=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,8.00350516186487)); -#13815=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,8.14139665299727)); -#13816=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,8.00350516186487)); -#13817=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,8.00673087405173)); -#13818=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,8.0106688884719)); -#13819=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,8.0200185993262)); -#13820=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,8.0242473095087)); -#13821=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,8.03524406998173)); -#13822=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,8.04147807515722)); -#13823=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,8.05551168746624)); -#13824=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770516,8.06578130374844)); -#13825=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,8.10881738517285)); -#13826=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,8.12854194793925)); -#13827=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,8.14139665299727)); -#13828=CARTESIAN_POINT('',(20.005035248396,140.,8.19925840190538)); -#13829=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,8.14139665299727)); -#13830=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,8.14353006125586)); -#13831=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,8.14551307663472)); -#13832=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,8.19084358909641)); -#13833=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,8.19610007601477)); -#13834=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,8.20166378613163)); -#13835=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,8.19925837572462)); -#13836=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,8.19925837572462)); -#13837=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,8.19925837572462)); -#13838=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,8.19925837572472)); -#13839=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,8.19925837572493)); -#13840=CARTESIAN_POINT('',(20.0050405404075,139.999999999995,8.29999481820269)); -#13841=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13842=CARTESIAN_POINT('',(20.0050401218215,140.000000000005,9.70000493172295)); -#13843=CARTESIAN_POINT('',(20.0050354003906,140.,9.00000005960464)); -#13844=CARTESIAN_POINT('',(20.005035248396,140.,9.80074165771191)); -#13845=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13846=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,10.0035051618649)); -#13847=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,9.80074168389237)); -#13848=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,9.80074168389257)); -#13849=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,9.80074168389267)); -#13850=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,9.80074168389267)); -#13851=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,9.79833627348567)); -#13852=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,9.80389998360253)); -#13853=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,9.80915647052089)); -#13854=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,9.86045220163894)); -#13855=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,9.8705647555155)); -#13856=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,9.89873669605735)); -#13857=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,9.91408416569145)); -#13858=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,9.95355338587013)); -#13859=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,9.96410813182423)); -#13860=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,9.98051359192708)); -#13861=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,9.98415145841355)); -#13862=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,9.99193358635132)); -#13863=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,9.99608126337038)); -#13864=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,10.0011523449212)); -#13865=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,10.0023251487524)); -#13866=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,10.0035051618649)); -#13867=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,10.1413966529973)); -#13868=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,10.0035051618649)); -#13869=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,10.0067308740517)); -#13870=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,10.0106688884719)); -#13871=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,10.0200185993261)); -#13872=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,10.0242473095086)); -#13873=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,10.0352440699817)); -#13874=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,10.0414780751573)); -#13875=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,10.0555116874645)); -#13876=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.865986770521,10.0657813037467)); -#13877=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,10.1088173851729)); -#13878=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,10.1285419479394)); -#13879=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,10.1413966529973)); -#13880=CARTESIAN_POINT('',(20.005035248396,140.,10.1992584019054)); -#13881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,10.1413966529973)); -#13882=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,10.1435300612559)); -#13883=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,10.1455130766347)); -#13884=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,10.1908435890964)); -#13885=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,10.1961000760148)); -#13886=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,10.2016637861316)); -#13887=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,10.1992583757246)); -#13888=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,10.1992583757246)); -#13889=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,10.1992583757246)); -#13890=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,10.1992583757247)); -#13891=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,10.1992583757249)); -#13892=CARTESIAN_POINT('',(20.0050399424397,139.999999999996,10.2999958053937)); -#13893=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13894=CARTESIAN_POINT('',(20.0050395238553,140.000000000004,11.7000042528515)); -#13895=CARTESIAN_POINT('',(20.0050354003906,140.,11.0000002384186)); -#13896=CARTESIAN_POINT('',(20.005035248396,140.,11.8007416577119)); -#13897=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13898=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,12.0035051618649)); -#13899=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,11.8007416838924)); -#13900=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,11.8007416838926)); -#13901=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,11.8007416838927)); -#13902=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,11.8007416838927)); -#13903=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,11.7983362734857)); -#13904=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,11.8038999836025)); -#13905=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,11.8091564705209)); -#13906=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,11.8604522016389)); -#13907=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,11.8705647555155)); -#13908=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,11.8987366960573)); -#13909=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,11.9140841656914)); -#13910=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,11.9535533858701)); -#13911=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,11.9641081318242)); -#13912=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,11.9805135919271)); -#13913=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,11.9841514584135)); -#13914=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,11.9919335863513)); -#13915=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,11.9960812633704)); -#13916=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,12.0011523449212)); -#13917=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,12.0023251487524)); -#13918=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,12.0035051618649)); -#13919=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,12.1413966529973)); -#13920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,12.0035051618649)); -#13921=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,12.0067308740517)); -#13922=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,12.0106688884719)); -#13923=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,12.0200185993262)); -#13924=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,12.0242473095087)); -#13925=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,12.0352440699817)); -#13926=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,12.0414780751573)); -#13927=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,12.0555116874661)); -#13928=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770517,12.0657813037483)); -#13929=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028347,12.1088173851728)); -#13930=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,12.1285419479392)); -#13931=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,12.1413966529973)); -#13932=CARTESIAN_POINT('',(20.005035248396,140.,12.1992584019054)); -#13933=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,12.1413966529973)); -#13934=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,12.1435300612559)); -#13935=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,12.1455130766347)); -#13936=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,12.1908435890964)); -#13937=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,12.1961000760148)); -#13938=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,12.2016637861316)); -#13939=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,12.1992583757246)); -#13940=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,12.1992583757246)); -#13941=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,12.1992583757246)); -#13942=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,12.1992583757247)); -#13943=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,12.1992583757249)); -#13944=CARTESIAN_POINT('',(20.0050393444723,139.999999999997,12.2999958633568)); -#13945=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13946=CARTESIAN_POINT('',(20.005038925889,140.000000000004,13.7000040550839)); -#13947=CARTESIAN_POINT('',(20.0050354003906,140.,13.0000001192093)); -#13948=CARTESIAN_POINT('',(20.005035248396,140.,13.8007416577119)); -#13949=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13950=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,14.0035051618649)); -#13951=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,13.8007416838924)); -#13952=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,13.8007416838926)); -#13953=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,13.8007416838927)); -#13954=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,13.8007416838927)); -#13955=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,13.7983362734857)); -#13956=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,13.8038999836025)); -#13957=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,13.8091564705209)); -#13958=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,13.8604522016389)); -#13959=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,13.8705647555155)); -#13960=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,13.8987366960573)); -#13961=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,13.9140841656914)); -#13962=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,13.9535533858701)); -#13963=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,13.9641081318242)); -#13964=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,13.9805135919271)); -#13965=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,13.9841514584136)); -#13966=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,13.9919335863513)); -#13967=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,13.9960812633704)); -#13968=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,14.0011523449212)); -#13969=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,14.0023251487524)); -#13970=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,14.0035051618649)); -#13971=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,14.1413966529973)); -#13972=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,14.0035051618649)); -#13973=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,14.0067308740517)); -#13974=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,14.0106688884719)); -#13975=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,14.0200185993262)); -#13976=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,14.0242473095087)); -#13977=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,14.0352440699817)); -#13978=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,14.0414780751572)); -#13979=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,14.0555116874653)); -#13980=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770519,14.0657813037476)); -#13981=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,14.1088173851728)); -#13982=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,14.1285419479393)); -#13983=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,14.1413966529973)); -#13984=CARTESIAN_POINT('',(20.005035248396,140.,14.1992584019054)); -#13985=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,14.1413966529973)); -#13986=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,14.1435300612559)); -#13987=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,14.1455130766347)); -#13988=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,14.1908435890964)); -#13989=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,14.1961000760148)); -#13990=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,14.2016637861316)); -#13991=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,14.1992583757246)); -#13992=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,14.1992583757246)); -#13993=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,14.1992583757246)); -#13994=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,14.1992583757247)); -#13995=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,14.1992583757249)); -#13996=CARTESIAN_POINT('',(20.0050387465046,139.999999999998,14.2999967629318)); -#13997=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#13998=CARTESIAN_POINT('',(20.0050383279229,140.000000000004,15.7000035393142)); -#13999=CARTESIAN_POINT('',(20.0050354003906,140.,15.0000005960464)); -#14000=CARTESIAN_POINT('',(20.005035248396,140.,15.8007416577119)); -#14001=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#14002=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,16.0035051618649)); -#14003=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,15.8007416838924)); -#14004=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,15.8007416838926)); -#14005=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,15.8007416838927)); -#14006=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,15.8007416838927)); -#14007=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,15.7983362734857)); -#14008=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,15.8038999836025)); -#14009=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,15.8091564705209)); -#14010=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,15.8604522016389)); -#14011=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,15.8705647555155)); -#14012=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,15.8987366960574)); -#14013=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,15.9140841656914)); -#14014=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,15.9535533858701)); -#14015=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,15.9641081318242)); -#14016=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,15.9805135919271)); -#14017=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,15.9841514584136)); -#14018=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,15.9919335863513)); -#14019=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,15.9960812633704)); -#14020=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,16.0011523449212)); -#14021=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,16.0023251487524)); -#14022=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,16.0035051618649)); -#14023=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,16.1413966529973)); -#14024=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,16.0035051618649)); -#14025=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,16.0067308740518)); -#14026=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,16.0106688884719)); -#14027=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,16.0200185993261)); -#14028=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,16.0242473095085)); -#14029=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,16.0352440699818)); -#14030=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,16.0414780751575)); -#14031=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,16.0555116874648)); -#14032=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,16.0657813037469)); -#14033=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,16.1088173851729)); -#14034=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,16.1285419479393)); -#14035=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,16.1413966529973)); -#14036=CARTESIAN_POINT('',(20.005035248396,140.,16.1992584019054)); -#14037=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,16.1413966529973)); -#14038=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,16.1435300612559)); -#14039=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,16.1455130766347)); -#14040=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,16.1908435890964)); -#14041=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,16.1961000760148)); -#14042=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,16.2016637861316)); -#14043=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,16.1992583757246)); -#14044=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,16.1992583757246)); -#14045=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,16.1992583757246)); -#14046=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,16.1992583757247)); -#14047=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,16.1992583757249)); -#14048=CARTESIAN_POINT('',(20.005038148537,139.999999999998,16.2999972921435)); -#14049=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#14050=CARTESIAN_POINT('',(20.0050377299569,140.000000000003,17.7000029469199)); -#14051=CARTESIAN_POINT('',(20.0050354003906,140.,17.0000004768372)); -#14052=CARTESIAN_POINT('',(20.005035248396,140.,17.8007416577119)); -#14053=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#14054=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,18.0035051618649)); -#14055=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,17.8007416838924)); -#14056=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,17.8007416838926)); -#14057=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,17.8007416838927)); -#14058=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,17.8007416838927)); -#14059=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,17.7983362734857)); -#14060=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,17.8038999836025)); -#14061=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,17.8091564705209)); -#14062=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,17.8604522016389)); -#14063=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,17.8705647555155)); -#14064=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,17.8987366960573)); -#14065=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,17.9140841656914)); -#14066=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,17.9535533858701)); -#14067=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,17.9641081318242)); -#14068=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,17.9805135919271)); -#14069=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,17.9841514584135)); -#14070=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,17.9919335863513)); -#14071=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,17.9960812633704)); -#14072=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,18.0011523449212)); -#14073=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,18.0023251487524)); -#14074=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,18.0035051618649)); -#14075=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,18.1413966529973)); -#14076=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,18.0035051618649)); -#14077=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,18.0067308740514)); -#14078=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,18.0106688884714)); -#14079=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,18.020018599326)); -#14080=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,18.0242473095083)); -#14081=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,18.0352440699817)); -#14082=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,18.0414780751572)); -#14083=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,18.055511687465)); -#14084=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,18.0657813037473)); -#14085=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,18.1088173851728)); -#14086=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,18.1285419479392)); -#14087=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,18.1413966529973)); -#14088=CARTESIAN_POINT('',(20.005035248396,140.,18.1992584019054)); -#14089=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,18.1413966529973)); -#14090=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,18.1435300612559)); -#14091=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,18.1455130766347)); -#14092=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,18.1908435890964)); -#14093=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,18.1961000760148)); -#14094=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,18.2016637861316)); -#14095=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,18.1992583757246)); -#14096=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,18.1992583757246)); -#14097=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,18.1992583757246)); -#14098=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,18.1992583757247)); -#14099=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,18.1992583757249)); -#14100=CARTESIAN_POINT('',(20.0050375505696,139.999999999999,18.2999974708877)); -#14101=CARTESIAN_POINT('',(20.005035248396,140.,26.0000014305115)); -#14102=CARTESIAN_POINT('',(20.0050354003906,140.,19.8007416446221)); -#14103=CARTESIAN_POINT('',(20.0050354003906,140.,19.0000003576279)); -#14104=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,20.0035051618649)); -#14105=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,19.8007416838924)); -#14106=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,19.8007416838926)); -#14107=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,19.8007416838927)); -#14108=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,19.8007416838927)); -#14109=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,19.7983362734857)); -#14110=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,19.8038999836025)); -#14111=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,19.8091564705209)); -#14112=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,19.8604522016389)); -#14113=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,19.8705647555155)); -#14114=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,19.8987366960574)); -#14115=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,19.9140841656914)); -#14116=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,19.9535533858701)); -#14117=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,19.9641081318242)); -#14118=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,19.9805135919271)); -#14119=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,19.9841514584135)); -#14120=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,19.9919335863513)); -#14121=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,19.9960812633704)); -#14122=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,20.0011523449212)); -#14123=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,20.0023251487524)); -#14124=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,20.0035051618649)); -#14125=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,20.1413966529973)); -#14126=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,20.0035051618649)); -#14127=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,20.0067308740517)); -#14128=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,20.0106688884719)); -#14129=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,20.0200185993262)); -#14130=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,20.0242473095087)); -#14131=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,20.0352440699817)); -#14132=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,20.0414780751571)); -#14133=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567169,20.0555116874651)); -#14134=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,20.0657813037474)); -#14135=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028347,20.1088173851729)); -#14136=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,20.1285419479393)); -#14137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,20.1413966529973)); -#14138=CARTESIAN_POINT('',(20.0050354003906,140.,20.1992584149952)); -#14139=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,20.1413966529973)); -#14140=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,20.1435300612559)); -#14141=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,20.1455130766347)); -#14142=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,20.1908435890964)); -#14143=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,20.1961000760148)); -#14144=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,20.2016637861316)); -#14145=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,20.1992583757246)); -#14146=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,20.1992583757246)); -#14147=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,20.1992583757246)); -#14148=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,20.1992583757247)); -#14149=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,20.1992583757249)); -#14150=CARTESIAN_POINT('',(20.0050354003906,140.,21.8007416446221)); -#14151=CARTESIAN_POINT('',(20.0050354003906,140.,19.0000003576279)); -#14152=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,22.0035051618649)); -#14153=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,21.8007416838924)); -#14154=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,21.8007416838926)); -#14155=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,21.8007416838927)); -#14156=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,21.8007416838927)); -#14157=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,21.7983362734857)); -#14158=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,21.8038999836025)); -#14159=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,21.8091564705209)); -#14160=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,21.8604522016389)); -#14161=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,21.8705647555155)); -#14162=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,21.8987366960574)); -#14163=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,21.9140841656914)); -#14164=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,21.9535533858701)); -#14165=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,21.9641081318242)); -#14166=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,21.9805135919271)); -#14167=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,21.9841514584135)); -#14168=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,21.9919335863513)); -#14169=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,21.9960812633704)); -#14170=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,22.0011523449212)); -#14171=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,22.0023251487524)); -#14172=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,22.0035051618649)); -#14173=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,22.1413966529973)); -#14174=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,22.0035051618649)); -#14175=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,22.0067308740517)); -#14176=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,22.0106688884719)); -#14177=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,22.0200185993262)); -#14178=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,22.0242473095087)); -#14179=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,22.0352440699817)); -#14180=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,22.0414780751571)); -#14181=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,22.055511687464)); -#14182=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770522,22.0657813037463)); -#14183=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,22.1088173851729)); -#14184=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,22.1285419479394)); -#14185=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,22.1413966529973)); -#14186=CARTESIAN_POINT('',(20.0050354003906,140.,22.1992584149952)); -#14187=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,22.1413966529973)); -#14188=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,22.1435300612559)); -#14189=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,22.1455130766347)); -#14190=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,22.1908435890964)); -#14191=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,22.1961000760148)); -#14192=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,22.2016637861316)); -#14193=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,22.1992583757246)); -#14194=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,22.1992583757246)); -#14195=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,22.1992583757246)); -#14196=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,22.1992583757247)); -#14197=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,22.1992583757249)); -#14198=CARTESIAN_POINT('',(20.0050354003906,140.,23.8007416446221)); -#14199=CARTESIAN_POINT('',(20.0050354003906,140.,19.0000003576279)); -#14200=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,24.0035051618649)); -#14201=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,23.8007416838924)); -#14202=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,23.8007416838926)); -#14203=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,23.8007416838927)); -#14204=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,23.8007416838927)); -#14205=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,23.7983362734857)); -#14206=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,23.8038999836025)); -#14207=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,23.8091564705209)); -#14208=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,23.8604522016389)); -#14209=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,23.8705647555155)); -#14210=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,23.8987366960574)); -#14211=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,23.9140841656914)); -#14212=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,23.9535533858701)); -#14213=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,23.9641081318242)); -#14214=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,23.9805135919271)); -#14215=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,23.9841514584135)); -#14216=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,23.9919335863513)); -#14217=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,23.9960812633704)); -#14218=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,24.0011523449212)); -#14219=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,24.0023251487524)); -#14220=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,24.0035051618649)); -#14221=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,24.1413966529973)); -#14222=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,24.0035051618649)); -#14223=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,24.0067308740517)); -#14224=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,24.0106688884718)); -#14225=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,24.0200185993262)); -#14226=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,24.0242473095086)); -#14227=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,24.0352440699819)); -#14228=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,24.0414780751574)); -#14229=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,24.0555116874642)); -#14230=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,24.0657813037466)); -#14231=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028347,24.1088173851729)); -#14232=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,24.1285419479393)); -#14233=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,24.1413966529973)); -#14234=CARTESIAN_POINT('',(20.0050354003906,140.,24.1992584149952)); -#14235=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,24.1413966529973)); -#14236=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,24.1435300612559)); -#14237=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,24.1455130766347)); -#14238=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,24.1908435890964)); -#14239=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,24.1961000760148)); -#14240=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,24.2016637861316)); -#14241=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,24.1992583757246)); -#14242=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,24.1992583757246)); -#14243=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,24.1992583757246)); -#14244=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,24.1992583757247)); -#14245=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,24.1992583757249)); -#14246=CARTESIAN_POINT('',(20.0050354003906,140.,25.8007416446221)); -#14247=CARTESIAN_POINT('',(20.0050354003906,140.,19.0000003576279)); -#14248=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,26.0035051618649)); -#14249=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,140.,25.8007416838924)); -#14250=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939413,25.8007416838926)); -#14251=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878822,25.8007416838927)); -#14252=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,25.8007416838927)); -#14253=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,25.7983362734857)); -#14254=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,25.8038999836025)); -#14255=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,25.8091564705209)); -#14256=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,25.8604522016389)); -#14257=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,25.8705647555155)); -#14258=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,25.8987366960574)); -#14259=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,25.9140841656914)); -#14260=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,25.9535533858701)); -#14261=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,25.9641081318242)); -#14262=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,25.9805135919271)); -#14263=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,25.9841514584135)); -#14264=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,25.9919335863513)); -#14265=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,25.9960812633704)); -#14266=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,26.0011523449212)); -#14267=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,26.0023251487524)); -#14268=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,26.0035051618649)); -#14269=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,26.1413966529973)); -#14270=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,26.0035051618649)); -#14271=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,26.0067308740517)); -#14272=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,26.0106688884719)); -#14273=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,26.0200185993262)); -#14274=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,26.0242473095085)); -#14275=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,26.0352440699818)); -#14276=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,26.0414780751573)); -#14277=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,26.0555116874637)); -#14278=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770523,26.065781303746)); -#14279=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,26.1088173851729)); -#14280=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,26.1285419479393)); -#14281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,26.1413966529973)); -#14282=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,26.1992584149952)); -#14283=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,26.1413966529973)); -#14284=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,26.1435300612559)); -#14285=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,26.1455130766347)); -#14286=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,26.1908435890964)); -#14287=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,26.1961000760148)); -#14288=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,26.2016637861316)); -#14289=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,26.1992583757246)); -#14290=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,26.1992583757246)); -#14291=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,26.1992583757246)); -#14292=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,26.1992583757247)); -#14293=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,26.1992583757249)); -#14294=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,27.8007416446221)); -#14295=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14296=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,28.0035051618649)); -#14297=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,27.8007416838924)); -#14298=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,27.8007416838926)); -#14299=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,27.8007416838927)); -#14300=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,27.8007416838927)); -#14301=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,27.7983362734857)); -#14302=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,27.8038999836025)); -#14303=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,27.8091564705209)); -#14304=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,27.8604522016389)); -#14305=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,27.8705647555155)); -#14306=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,27.8987366960573)); -#14307=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,27.9140841656914)); -#14308=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,27.9535533858701)); -#14309=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,27.9641081318242)); -#14310=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,27.9805135919271)); -#14311=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,27.9841514584136)); -#14312=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,27.9919335863513)); -#14313=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,27.9960812633704)); -#14314=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,28.0011523449212)); -#14315=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,28.0023251487524)); -#14316=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,28.0035051618649)); -#14317=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,28.1413966529973)); -#14318=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,28.0035051618649)); -#14319=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,28.0067308740518)); -#14320=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,28.010668888472)); -#14321=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,28.0200185993262)); -#14322=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,28.0242473095086)); -#14323=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,28.0352440699816)); -#14324=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,28.0414780751571)); -#14325=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,28.0555116874662)); -#14326=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770516,28.0657813037483)); -#14327=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028347,28.1088173851729)); -#14328=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,28.1285419479393)); -#14329=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,28.1413966529973)); -#14330=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,28.1992584149952)); -#14331=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,28.1413966529973)); -#14332=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,28.1435300612559)); -#14333=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,28.1455130766347)); -#14334=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,28.1908435890964)); -#14335=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,28.1961000760148)); -#14336=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,28.2016637861316)); -#14337=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,28.1992583757246)); -#14338=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,28.1992583757246)); -#14339=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,28.1992583757246)); -#14340=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,28.1992583757247)); -#14341=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,28.1992583757249)); -#14342=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,29.8007416446221)); -#14343=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14344=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,30.0035051618649)); -#14345=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,29.8007416838924)); -#14346=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,29.8007416838926)); -#14347=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,29.8007416838927)); -#14348=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,29.8007416838927)); -#14349=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,29.7983362734857)); -#14350=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,29.8038999836025)); -#14351=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,29.8091564705209)); -#14352=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,29.8604522016389)); -#14353=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,29.8705647555155)); -#14354=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,29.8987366960574)); -#14355=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,29.9140841656914)); -#14356=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,29.9535533858701)); -#14357=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,29.9641081318242)); -#14358=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,29.9805135919271)); -#14359=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,29.9841514584135)); -#14360=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,29.9919335863513)); -#14361=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,29.9960812633704)); -#14362=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,30.0011523449212)); -#14363=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,30.0023251487524)); -#14364=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,30.0035051618649)); -#14365=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,30.1413966529973)); -#14366=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,30.0035051618649)); -#14367=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,30.0067308740518)); -#14368=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,30.010668888472)); -#14369=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,30.0200185993261)); -#14370=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,30.0242473095084)); -#14371=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,30.0352440699817)); -#14372=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,30.0414780751573)); -#14373=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,30.0555116874642)); -#14374=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,30.0657813037464)); -#14375=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,30.1088173851728)); -#14376=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,30.1285419479393)); -#14377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,30.1413966529973)); -#14378=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,30.1992584149952)); -#14379=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,30.1413966529973)); -#14380=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,30.1435300612559)); -#14381=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,30.1455130766347)); -#14382=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,30.1908435890964)); -#14383=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,30.1961000760148)); -#14384=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,30.2016637861316)); -#14385=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,30.1992583757246)); -#14386=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,30.1992583757246)); -#14387=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,30.1992583757246)); -#14388=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,30.1992583757247)); -#14389=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,30.1992583757249)); -#14390=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,31.8007416446221)); -#14391=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14392=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,32.0035051618649)); -#14393=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,31.8007416838924)); -#14394=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,31.8007416838926)); -#14395=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,31.8007416838927)); -#14396=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,31.8007416838927)); -#14397=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,31.7983362734857)); -#14398=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,31.8038999836025)); -#14399=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,31.8091564705209)); -#14400=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,31.8604522016389)); -#14401=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,31.8705647555155)); -#14402=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,31.8987366960574)); -#14403=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,31.9140841656914)); -#14404=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,31.9535533858701)); -#14405=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,31.9641081318242)); -#14406=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,31.9805135919271)); -#14407=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,31.9841514584135)); -#14408=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,31.9919335863513)); -#14409=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,31.9960812633704)); -#14410=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,32.0011523449212)); -#14411=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,32.0023251487523)); -#14412=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,32.0035051618649)); -#14413=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,32.1413966529973)); -#14414=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,32.0035051618649)); -#14415=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,32.0067308740518)); -#14416=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,32.0106688884719)); -#14417=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,32.0200185993261)); -#14418=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,32.0242473095085)); -#14419=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,32.0352440699817)); -#14420=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,32.0414780751573)); -#14421=CARTESIAN_POINT('Ctrl Pts',(20.2145462714803,142.887358567167,32.0555116874664)); -#14422=CARTESIAN_POINT('Ctrl Pts',(20.2114284453519,142.865986770516,32.0657813037486)); -#14423=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,32.1088173851729)); -#14424=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,32.1285419479392)); -#14425=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,32.1413966529973)); -#14426=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,32.1992584149952)); -#14427=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,32.1413966529973)); -#14428=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,32.1435300612559)); -#14429=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,32.1455130766347)); -#14430=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,32.1908435890964)); -#14431=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,32.1961000760148)); -#14432=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,32.2016637861316)); -#14433=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,32.1992583757246)); -#14434=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,32.1992583757246)); -#14435=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,32.1992583757246)); -#14436=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,32.1992583757247)); -#14437=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,32.1992583757249)); -#14438=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,33.8007416446221)); -#14439=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14440=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,34.0035051618649)); -#14441=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,33.8007416838924)); -#14442=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,33.8007416838926)); -#14443=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,33.8007416838927)); -#14444=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,33.8007416838927)); -#14445=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,33.7983362734857)); -#14446=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,33.8038999836025)); -#14447=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,33.8091564705209)); -#14448=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,33.8604522016389)); -#14449=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,33.8705647555155)); -#14450=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,33.8987366960574)); -#14451=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,33.9140841656914)); -#14452=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,33.9535533858701)); -#14453=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,33.9641081318242)); -#14454=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,33.9805135919271)); -#14455=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,33.9841514584135)); -#14456=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,33.9919335863513)); -#14457=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,33.9960812633704)); -#14458=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,34.0011523449212)); -#14459=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,34.0023251487524)); -#14460=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,34.0035051618649)); -#14461=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,34.1413966529973)); -#14462=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,34.0035051618649)); -#14463=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,34.0067308740521)); -#14464=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,34.0106688884722)); -#14465=CARTESIAN_POINT('Ctrl Pts',(20.2212395053566,142.932833237515,34.0200185993272)); -#14466=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,34.0242473095097)); -#14467=CARTESIAN_POINT('Ctrl Pts',(20.219202563729,142.9190669982,34.0352440699837)); -#14468=CARTESIAN_POINT('Ctrl Pts',(20.2179241894805,142.910393149379,34.0414780751594)); -#14469=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,34.0555116874658)); -#14470=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770516,34.0657813037491)); -#14471=CARTESIAN_POINT('Ctrl Pts',(20.1947127740537,142.74947602834,34.1088173851729)); -#14472=CARTESIAN_POINT('Ctrl Pts',(20.1765617403529,142.615776496906,34.1285419479386)); -#14473=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,34.1413966529973)); -#14474=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,34.1992584149952)); -#14475=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,34.1413966529973)); -#14476=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,34.1435300612559)); -#14477=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,34.1455130766347)); -#14478=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,34.1908435890964)); -#14479=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,34.1961000760148)); -#14480=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,34.2016637861316)); -#14481=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,34.1992583757246)); -#14482=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,34.1992583757246)); -#14483=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,34.1992583757246)); -#14484=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,34.1992583757247)); -#14485=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,34.1992583757249)); -#14486=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,35.8007416446221)); -#14487=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14488=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,36.0035051618649)); -#14489=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,35.8007416838924)); -#14490=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,35.8007416838926)); -#14491=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,35.8007416838927)); -#14492=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,35.8007416838927)); -#14493=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,35.7983362734857)); -#14494=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,35.8038999836025)); -#14495=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,35.8091564705209)); -#14496=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,35.8604522016389)); -#14497=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,35.8705647555155)); -#14498=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,35.8987366960574)); -#14499=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,35.9140841656914)); -#14500=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,35.9535533858701)); -#14501=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,35.9641081318242)); -#14502=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,35.9805135919271)); -#14503=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,35.9841514584135)); -#14504=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,35.9919335863513)); -#14505=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,35.9960812633704)); -#14506=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,36.0011523449212)); -#14507=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,36.0023251487524)); -#14508=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,36.0035051618649)); -#14509=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,36.1413966529973)); -#14510=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,36.0035051618649)); -#14511=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,36.0067308740517)); -#14512=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,36.0106688884719)); -#14513=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,36.0200185993262)); -#14514=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,36.0242473095087)); -#14515=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,36.0352440699817)); -#14516=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,36.0414780751572)); -#14517=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,36.0555116874651)); -#14518=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,36.0657813037472)); -#14519=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,36.1088173851729)); -#14520=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,36.1285419479394)); -#14521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,36.1413966529973)); -#14522=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,36.1992584149952)); -#14523=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,36.1413966529973)); -#14524=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,36.1435300612559)); -#14525=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,36.1455130766347)); -#14526=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,36.1908435890964)); -#14527=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,36.1961000760148)); -#14528=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,36.2016637861316)); -#14529=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,36.1992583757246)); -#14530=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,36.1992583757246)); -#14531=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,36.1992583757246)); -#14532=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,36.1992583757247)); -#14533=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,36.1992583757249)); -#14534=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,37.8007416446221)); -#14535=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14536=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,38.0035051618649)); -#14537=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,37.8007416838924)); -#14538=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,37.8007416838926)); -#14539=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,37.8007416838927)); -#14540=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,37.8007416838927)); -#14541=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,37.7983362734857)); -#14542=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,37.8038999836025)); -#14543=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,37.8091564705209)); -#14544=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,37.8604522016389)); -#14545=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,37.8705647555155)); -#14546=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,37.8987366960573)); -#14547=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,37.9140841656914)); -#14548=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,37.9535533858701)); -#14549=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,37.9641081318242)); -#14550=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,37.9805135919271)); -#14551=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,37.9841514584135)); -#14552=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,37.9919335863513)); -#14553=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,37.9960812633704)); -#14554=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,38.0011523449212)); -#14555=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,38.0023251487524)); -#14556=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,38.0035051618649)); -#14557=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,38.1413966529973)); -#14558=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,38.0035051618649)); -#14559=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,38.0067308740517)); -#14560=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,38.0106688884719)); -#14561=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,38.0200185993262)); -#14562=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,38.0242473095085)); -#14563=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,38.0352440699819)); -#14564=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,38.0414780751575)); -#14565=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,38.0555116874646)); -#14566=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,38.065781303747)); -#14567=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,38.1088173851728)); -#14568=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,38.1285419479392)); -#14569=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,38.1413966529973)); -#14570=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,38.1992584149952)); -#14571=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,38.1413966529973)); -#14572=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,38.1435300612559)); -#14573=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,38.1455130766347)); -#14574=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,38.1908435890964)); -#14575=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,38.1961000760148)); -#14576=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,38.2016637861316)); -#14577=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,38.1992583757246)); -#14578=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,38.1992583757246)); -#14579=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,38.1992583757246)); -#14580=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,38.1992583757247)); -#14581=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,38.1992583757249)); -#14582=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,39.8007416446221)); -#14583=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14584=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,40.0035051618649)); -#14585=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,39.8007416838924)); -#14586=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,39.8007416838926)); -#14587=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,39.8007416838927)); -#14588=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,39.8007416838927)); -#14589=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,39.7983362734857)); -#14590=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,39.8038999836025)); -#14591=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,39.8091564705209)); -#14592=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,39.8604522016389)); -#14593=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,39.8705647555155)); -#14594=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,39.8987366960574)); -#14595=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,39.9140841656914)); -#14596=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,39.9535533858701)); -#14597=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,39.9641081318242)); -#14598=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,39.9805135919271)); -#14599=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,39.9841514584136)); -#14600=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,39.9919335863513)); -#14601=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,39.9960812633704)); -#14602=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,40.0011523449212)); -#14603=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,40.0023251487524)); -#14604=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,40.0035051618649)); -#14605=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,40.1413966529973)); -#14606=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,40.0035051618649)); -#14607=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,40.0067308740514)); -#14608=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,40.0106688884712)); -#14609=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,40.0200185993266)); -#14610=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,40.0242473095094)); -#14611=CARTESIAN_POINT('Ctrl Pts',(20.2192025637291,142.919066998201,40.035244069983)); -#14612=CARTESIAN_POINT('Ctrl Pts',(20.2179241894807,142.91039314938,40.0414780751586)); -#14613=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,40.0555116874658)); -#14614=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770517,40.0657813037488)); -#14615=CARTESIAN_POINT('Ctrl Pts',(20.194712774054,142.749476028343,40.1088173851729)); -#14616=CARTESIAN_POINT('Ctrl Pts',(20.1765617403526,142.615776496904,40.1285419479388)); -#14617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,40.1413966529973)); -#14618=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,40.1992584149952)); -#14619=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,40.1413966529973)); -#14620=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,40.1435300612559)); -#14621=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,40.1455130766347)); -#14622=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,40.1908435890964)); -#14623=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,40.1961000760148)); -#14624=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,40.2016637861316)); -#14625=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,40.1992583757246)); -#14626=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,40.1992583757246)); -#14627=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,40.1992583757246)); -#14628=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,40.1992583757247)); -#14629=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,40.1992583757249)); -#14630=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,41.8007416446221)); -#14631=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14632=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,42.0035051618649)); -#14633=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,41.8007416838924)); -#14634=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,41.8007416838926)); -#14635=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,41.8007416838927)); -#14636=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,41.8007416838927)); -#14637=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,41.7983362734857)); -#14638=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,41.8038999836025)); -#14639=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,41.8091564705209)); -#14640=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,41.8604522016389)); -#14641=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,41.8705647555155)); -#14642=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,41.8987366960573)); -#14643=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,41.9140841656914)); -#14644=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,41.9535533858701)); -#14645=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,41.9641081318242)); -#14646=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,41.9805135919271)); -#14647=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,41.9841514584135)); -#14648=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,41.9919335863513)); -#14649=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,41.9960812633704)); -#14650=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,42.0011523449212)); -#14651=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,42.0023251487523)); -#14652=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,42.0035051618649)); -#14653=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,42.1413966529973)); -#14654=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,42.0035051618649)); -#14655=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,42.0067308740521)); -#14656=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,42.0106688884725)); -#14657=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,42.0200185993258)); -#14658=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,42.024247309508)); -#14659=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,42.0352440699806)); -#14660=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,42.0414780751559)); -#14661=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,42.0555116874652)); -#14662=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,42.0657813037468)); -#14663=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,42.1088173851728)); -#14664=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,42.1285419479396)); -#14665=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,42.1413966529973)); -#14666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,42.1992584149952)); -#14667=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,42.1413966529973)); -#14668=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,42.1435300612559)); -#14669=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,42.1455130766347)); -#14670=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,42.1908435890964)); -#14671=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,42.1961000760148)); -#14672=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,42.2016637861316)); -#14673=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,42.1992583757246)); -#14674=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,42.1992583757246)); -#14675=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,42.1992583757246)); -#14676=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,42.1992583757247)); -#14677=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,42.1992583757249)); -#14678=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,43.8007416446221)); -#14679=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14680=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,44.0035051618649)); -#14681=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,43.8007416838924)); -#14682=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,43.8007416838926)); -#14683=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,43.8007416838927)); -#14684=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,43.8007416838927)); -#14685=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,43.7983362734857)); -#14686=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,43.8038999836025)); -#14687=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,43.8091564705209)); -#14688=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,43.8604522016389)); -#14689=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,43.8705647555155)); -#14690=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,43.8987366960573)); -#14691=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,43.9140841656914)); -#14692=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,43.9535533858701)); -#14693=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,43.9641081318242)); -#14694=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,43.9805135919271)); -#14695=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,43.9841514584135)); -#14696=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,43.9919335863513)); -#14697=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,43.9960812633704)); -#14698=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,44.0011523449212)); -#14699=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,44.0023251487524)); -#14700=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,44.0035051618649)); -#14701=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,44.1413966529973)); -#14702=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,44.0035051618649)); -#14703=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,44.006730874052)); -#14704=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,44.0106688884724)); -#14705=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,44.0200185993258)); -#14706=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,44.024247309508)); -#14707=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998203,44.0352440699807)); -#14708=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,44.041478075156)); -#14709=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.887358567171,44.0555116874642)); -#14710=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,44.0657813037459)); -#14711=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,44.1088173851728)); -#14712=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,44.1285419479397)); -#14713=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,44.1413966529973)); -#14714=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,44.1992584149952)); -#14715=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,44.1413966529973)); -#14716=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,44.1435300612559)); -#14717=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,44.1455130766347)); -#14718=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,44.1908435890964)); -#14719=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,44.1961000760148)); -#14720=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,44.2016637861316)); -#14721=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,44.1992583757246)); -#14722=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,44.1992583757246)); -#14723=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,44.1992583757246)); -#14724=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,44.1992583757247)); -#14725=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,44.1992583757249)); -#14726=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,45.8007416446221)); -#14727=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14728=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,46.0035051618649)); -#14729=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,45.8007416838924)); -#14730=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,45.8007416838926)); -#14731=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,45.8007416838927)); -#14732=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,45.8007416838927)); -#14733=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,45.7983362734857)); -#14734=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,45.8038999836025)); -#14735=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,45.8091564705209)); -#14736=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,45.8604522016389)); -#14737=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,45.8705647555155)); -#14738=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,45.8987366960574)); -#14739=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,45.9140841656914)); -#14740=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,45.9535533858701)); -#14741=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,45.9641081318242)); -#14742=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,45.9805135919271)); -#14743=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,45.9841514584135)); -#14744=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,45.9919335863513)); -#14745=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,45.9960812633704)); -#14746=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,46.0011523449212)); -#14747=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,46.0023251487524)); -#14748=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,46.0035051618649)); -#14749=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,46.1413966529973)); -#14750=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,46.0035051618649)); -#14751=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,46.0067308740521)); -#14752=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,46.0106688884726)); -#14753=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,46.0200185993258)); -#14754=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,46.0242473095081)); -#14755=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,46.0352440699805)); -#14756=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,46.0414780751558)); -#14757=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,46.055511687465)); -#14758=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,46.0657813037466)); -#14759=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,46.1088173851729)); -#14760=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,46.1285419479397)); -#14761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,46.1413966529973)); -#14762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,46.1992584149952)); -#14763=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,46.1413966529973)); -#14764=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,46.1435300612559)); -#14765=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,46.1455130766347)); -#14766=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,46.1908435890964)); -#14767=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,46.1961000760148)); -#14768=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,46.2016637861316)); -#14769=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,46.1992583757246)); -#14770=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,46.1992583757246)); -#14771=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,46.1992583757246)); -#14772=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,46.1992583757247)); -#14773=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,46.1992583757249)); -#14774=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,47.8007416446221)); -#14775=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14776=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,48.0035051618649)); -#14777=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,47.8007416838924)); -#14778=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,47.8007416838926)); -#14779=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,47.8007416838927)); -#14780=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,47.8007416838927)); -#14781=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,47.7983362734857)); -#14782=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,47.8038999836025)); -#14783=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,47.8091564705209)); -#14784=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,47.8604522016389)); -#14785=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,47.8705647555155)); -#14786=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,47.8987366960574)); -#14787=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,47.9140841656914)); -#14788=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,47.9535533858701)); -#14789=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,47.9641081318242)); -#14790=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,47.9805135919271)); -#14791=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,47.9841514584135)); -#14792=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,47.9919335863513)); -#14793=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,47.9960812633704)); -#14794=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,48.0011523449212)); -#14795=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,48.0023251487524)); -#14796=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,48.0035051618649)); -#14797=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,48.1413966529973)); -#14798=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,48.0035051618649)); -#14799=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,48.006730874052)); -#14800=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,48.0106688884724)); -#14801=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,48.0200185993258)); -#14802=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,48.024247309508)); -#14803=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998203,48.0352440699806)); -#14804=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,48.041478075156)); -#14805=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,48.0555116874643)); -#14806=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,48.065781303746)); -#14807=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028352,48.1088173851728)); -#14808=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,48.1285419479396)); -#14809=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,48.1413966529973)); -#14810=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,48.1992584149952)); -#14811=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,48.1413966529973)); -#14812=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,48.1435300612559)); -#14813=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,48.1455130766347)); -#14814=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,48.1908435890964)); -#14815=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,48.1961000760148)); -#14816=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,48.2016637861316)); -#14817=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,48.1992583757246)); -#14818=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,48.1992583757246)); -#14819=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,48.1992583757246)); -#14820=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,48.1992583757247)); -#14821=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,48.1992583757249)); -#14822=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,49.8007416446221)); -#14823=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14824=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,50.0035051618649)); -#14825=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,49.8007416838924)); -#14826=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,49.8007416838926)); -#14827=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,49.8007416838927)); -#14828=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,49.8007416838927)); -#14829=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,49.7983362734857)); -#14830=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,49.8038999836025)); -#14831=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,49.8091564705209)); -#14832=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,49.8604522016389)); -#14833=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,49.8705647555155)); -#14834=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,49.8987366960574)); -#14835=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,49.9140841656914)); -#14836=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,49.9535533858701)); -#14837=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,49.9641081318242)); -#14838=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,49.9805135919271)); -#14839=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,49.9841514584136)); -#14840=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,49.9919335863513)); -#14841=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,49.9960812633704)); -#14842=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,50.0011523449212)); -#14843=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,50.0023251487524)); -#14844=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,50.0035051618649)); -#14845=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,50.1413966529973)); -#14846=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,50.0035051618649)); -#14847=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,50.0067308740521)); -#14848=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,50.0106688884727)); -#14849=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,50.0200185993257)); -#14850=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,50.0242473095078)); -#14851=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,50.0352440699802)); -#14852=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,50.0414780751556)); -#14853=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,50.0555116874661)); -#14854=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,50.0657813037475)); -#14855=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,50.1088173851728)); -#14856=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,50.1285419479397)); -#14857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,50.1413966529973)); -#14858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,50.1992584149952)); -#14859=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,50.1413966529973)); -#14860=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,50.1435300612559)); -#14861=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,50.1455130766347)); -#14862=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,50.1908435890964)); -#14863=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,50.1961000760148)); -#14864=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,50.2016637861316)); -#14865=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,50.1992583757246)); -#14866=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,50.1992583757246)); -#14867=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,50.1992583757246)); -#14868=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,50.1992583757247)); -#14869=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,50.1992583757249)); -#14870=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,51.8007416446221)); -#14871=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14872=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,52.0035051618649)); -#14873=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,51.8007416838924)); -#14874=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,51.8007416838926)); -#14875=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,51.8007416838927)); -#14876=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,51.8007416838927)); -#14877=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,51.7983362734857)); -#14878=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,51.8038999836025)); -#14879=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,51.8091564705209)); -#14880=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,51.8604522016389)); -#14881=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,51.8705647555155)); -#14882=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,51.8987366960573)); -#14883=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,51.9140841656914)); -#14884=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,51.9535533858701)); -#14885=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,51.9641081318242)); -#14886=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,51.9805135919271)); -#14887=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,51.9841514584135)); -#14888=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,51.9919335863513)); -#14889=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,51.9960812633704)); -#14890=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,52.0011523449212)); -#14891=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,52.0023251487524)); -#14892=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,52.0035051618649)); -#14893=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,52.1413966529973)); -#14894=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,52.0035051618649)); -#14895=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,52.0067308740521)); -#14896=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,52.0106688884725)); -#14897=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,52.0200185993258)); -#14898=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,52.0242473095081)); -#14899=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,52.0352440699805)); -#14900=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,52.0414780751558)); -#14901=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,52.055511687465)); -#14902=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,52.0657813037466)); -#14903=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,52.1088173851728)); -#14904=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,52.1285419479397)); -#14905=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,52.1413966529973)); -#14906=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,52.1992584149952)); -#14907=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,52.1413966529973)); -#14908=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,52.1435300612559)); -#14909=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,52.1455130766347)); -#14910=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,52.1908435890964)); -#14911=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,52.1961000760148)); -#14912=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,52.2016637861316)); -#14913=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,52.1992583757246)); -#14914=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,52.1992583757246)); -#14915=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,52.1992583757246)); -#14916=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,52.1992583757247)); -#14917=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,52.1992583757249)); -#14918=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,53.8007416446221)); -#14919=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14920=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,54.0035051618649)); -#14921=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,53.8007416838924)); -#14922=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,53.8007416838926)); -#14923=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,53.8007416838927)); -#14924=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,53.8007416838927)); -#14925=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,53.7983362734857)); -#14926=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,53.8038999836025)); -#14927=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,53.8091564705209)); -#14928=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,53.8604522016389)); -#14929=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,53.8705647555155)); -#14930=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,53.8987366960573)); -#14931=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,53.9140841656914)); -#14932=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,53.9535533858701)); -#14933=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,53.9641081318242)); -#14934=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,53.9805135919271)); -#14935=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,53.9841514584135)); -#14936=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,53.9919335863513)); -#14937=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,53.9960812633704)); -#14938=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,54.0011523449212)); -#14939=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,54.0023251487524)); -#14940=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,54.0035051618649)); -#14941=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,54.1413966529973)); -#14942=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,54.0035051618648)); -#14943=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,54.006730874052)); -#14944=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,54.0106688884722)); -#14945=CARTESIAN_POINT('Ctrl Pts',(20.2212395053566,142.932833237515,54.0200185993273)); -#14946=CARTESIAN_POINT('Ctrl Pts',(20.2207516857505,142.929541913148,54.0242473095101)); -#14947=CARTESIAN_POINT('Ctrl Pts',(20.2192025637291,142.9190669982,54.0352440699834)); -#14948=CARTESIAN_POINT('Ctrl Pts',(20.2179241894806,142.91039314938,54.0414780751589)); -#14949=CARTESIAN_POINT('Ctrl Pts',(20.2145462714803,142.887358567166,54.0555116874661)); -#14950=CARTESIAN_POINT('Ctrl Pts',(20.2114284453519,142.865986770516,54.0657813037493)); -#14951=CARTESIAN_POINT('Ctrl Pts',(20.1947127740538,142.749476028341,54.108817385173)); -#14952=CARTESIAN_POINT('Ctrl Pts',(20.1765617403527,142.615776496905,54.1285419479387)); -#14953=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,54.1413966529973)); -#14954=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,54.1992584149952)); -#14955=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,54.1413966529973)); -#14956=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,54.1435300612559)); -#14957=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,54.1455130766347)); -#14958=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,54.1908435890964)); -#14959=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,54.1961000760148)); -#14960=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,54.2016637861316)); -#14961=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,54.1992583757246)); -#14962=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,54.1992583757246)); -#14963=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,54.1992583757246)); -#14964=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,54.1992583757247)); -#14965=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,54.1992583757249)); -#14966=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,55.8007416446221)); -#14967=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#14968=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,56.0035051618649)); -#14969=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,55.8007416838924)); -#14970=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,55.8007416838926)); -#14971=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,55.8007416838927)); -#14972=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,55.8007416838927)); -#14973=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,55.7983362734857)); -#14974=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,55.8038999836025)); -#14975=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,55.8091564705209)); -#14976=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,55.8604522016389)); -#14977=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,55.8705647555155)); -#14978=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,55.8987366960574)); -#14979=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,55.9140841656914)); -#14980=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,55.9535533858701)); -#14981=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,55.9641081318242)); -#14982=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,55.9805135919271)); -#14983=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,55.9841514584135)); -#14984=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,55.9919335863513)); -#14985=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,55.9960812633704)); -#14986=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,56.0011523449212)); -#14987=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,56.0023251487524)); -#14988=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,56.0035051618649)); -#14989=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,56.1413966529973)); -#14990=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,56.0035051618649)); -#14991=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,56.0067308740521)); -#14992=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,56.0106688884727)); -#14993=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,56.0200185993259)); -#14994=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,56.0242473095083)); -#14995=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,56.0352440699803)); -#14996=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,56.0414780751556)); -#14997=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,56.0555116874635)); -#14998=CARTESIAN_POINT('Ctrl Pts',(20.2114284453531,142.865986770524,56.065781303745)); -#14999=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,56.1088173851729)); -#15000=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496895,56.1285419479399)); -#15001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,56.1413966529973)); -#15002=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,56.1992584149952)); -#15003=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,56.1413966529973)); -#15004=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,56.1435300612559)); -#15005=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,56.1455130766347)); -#15006=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,56.1908435890964)); -#15007=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,56.1961000760148)); -#15008=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,56.2016637861316)); -#15009=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,56.1992583757246)); -#15010=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,56.1992583757246)); -#15011=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,56.1992583757246)); -#15012=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,56.1992583757247)); -#15013=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,56.1992583757249)); -#15014=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,57.8007416446221)); -#15015=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15016=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,58.0035051618649)); -#15017=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,57.8007416838924)); -#15018=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,57.8007416838926)); -#15019=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,57.8007416838927)); -#15020=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,57.8007416838927)); -#15021=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,57.7983362734857)); -#15022=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,57.8038999836025)); -#15023=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,57.8091564705209)); -#15024=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,57.8604522016389)); -#15025=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,57.8705647555155)); -#15026=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,57.8987366960574)); -#15027=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,57.9140841656914)); -#15028=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,57.9535533858701)); -#15029=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,57.9641081318242)); -#15030=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,57.9805135919271)); -#15031=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,57.9841514584135)); -#15032=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,57.9919335863513)); -#15033=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,57.9960812633704)); -#15034=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,58.0011523449212)); -#15035=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,58.0023251487524)); -#15036=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,58.0035051618649)); -#15037=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,58.1413966529973)); -#15038=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,58.0035051618649)); -#15039=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,58.0067308740521)); -#15040=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,58.0106688884727)); -#15041=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,58.0200185993257)); -#15042=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,58.0242473095078)); -#15043=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,58.0352440699802)); -#15044=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,58.0414780751556)); -#15045=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,58.055511687465)); -#15046=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,58.0657813037464)); -#15047=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,58.1088173851729)); -#15048=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496896,58.1285419479398)); -#15049=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,58.1413966529973)); -#15050=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,58.1992584149952)); -#15051=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,58.1413966529973)); -#15052=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,58.1435300612559)); -#15053=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,58.1455130766347)); -#15054=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,58.1908435890964)); -#15055=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,58.1961000760148)); -#15056=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,58.2016637861316)); -#15057=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,58.1992583757246)); -#15058=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,58.1992583757246)); -#15059=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,58.1992583757246)); -#15060=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,58.1992583757247)); -#15061=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,58.1992583757249)); -#15062=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,59.8007416446221)); -#15063=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15064=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,60.0035051618649)); -#15065=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,59.8007416838924)); -#15066=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,59.8007416838926)); -#15067=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,59.8007416838927)); -#15068=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,59.8007416838927)); -#15069=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,59.7983362734857)); -#15070=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,59.8038999836025)); -#15071=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,59.8091564705209)); -#15072=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,59.8604522016389)); -#15073=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,59.8705647555155)); -#15074=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,59.8987366960574)); -#15075=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,59.9140841656914)); -#15076=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,59.9535533858701)); -#15077=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,59.9641081318242)); -#15078=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,59.9805135919271)); -#15079=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,59.9841514584136)); -#15080=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,59.9919335863513)); -#15081=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,59.9960812633704)); -#15082=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,60.0011523449212)); -#15083=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,60.0023251487524)); -#15084=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,60.0035051618649)); -#15085=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,60.1413966529973)); -#15086=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,60.0035051618649)); -#15087=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,60.006730874052)); -#15088=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,60.0106688884724)); -#15089=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,60.0200185993258)); -#15090=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,60.024247309508)); -#15091=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998203,60.0352440699807)); -#15092=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,60.041478075156)); -#15093=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.887358567169,60.0555116874649)); -#15094=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,60.0657813037466)); -#15095=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,60.1088173851729)); -#15096=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,60.1285419479397)); -#15097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,60.1413966529973)); -#15098=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,60.1992584149952)); -#15099=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,60.1413966529973)); -#15100=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,60.1435300612559)); -#15101=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,60.1455130766347)); -#15102=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,60.1908435890964)); -#15103=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,60.1961000760148)); -#15104=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,60.2016637861316)); -#15105=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,60.1992583757246)); -#15106=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,60.1992583757246)); -#15107=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,60.1992583757246)); -#15108=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,60.1992583757247)); -#15109=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,60.1992583757249)); -#15110=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,61.8007416446221)); -#15111=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15112=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,62.0035051618649)); -#15113=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,61.8007416838924)); -#15114=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,61.8007416838926)); -#15115=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,61.8007416838927)); -#15116=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,61.8007416838927)); -#15117=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,61.7983362734857)); -#15118=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,61.8038999836025)); -#15119=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,61.8091564705209)); -#15120=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,61.8604522016389)); -#15121=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,61.8705647555155)); -#15122=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,61.8987366960573)); -#15123=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,61.9140841656914)); -#15124=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,61.9535533858701)); -#15125=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,61.9641081318242)); -#15126=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,61.9805135919271)); -#15127=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,61.9841514584135)); -#15128=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,61.9919335863513)); -#15129=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,61.9960812633704)); -#15130=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,62.0011523449212)); -#15131=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,62.0023251487524)); -#15132=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,62.0035051618649)); -#15133=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,62.1413966529973)); -#15134=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,62.0035051618649)); -#15135=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,62.0067308740521)); -#15136=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,62.0106688884727)); -#15137=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,62.0200185993257)); -#15138=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,62.0242473095078)); -#15139=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,62.0352440699802)); -#15140=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,62.0414780751555)); -#15141=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,62.055511687464)); -#15142=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770523,62.0657813037454)); -#15143=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028354,62.1088173851728)); -#15144=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496895,62.1285419479399)); -#15145=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,62.1413966529973)); -#15146=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,62.1992584149952)); -#15147=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,62.1413966529973)); -#15148=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,62.1435300612559)); -#15149=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,62.1455130766347)); -#15150=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,62.1908435890964)); -#15151=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,62.1961000760148)); -#15152=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,62.2016637861316)); -#15153=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,62.1992583757246)); -#15154=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,62.1992583757246)); -#15155=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,62.1992583757246)); -#15156=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,62.1992583757247)); -#15157=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,62.1992583757249)); -#15158=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,63.8007416446221)); -#15159=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15160=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,64.0035051618649)); -#15161=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,63.8007416838924)); -#15162=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,63.8007416838926)); -#15163=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,63.8007416838927)); -#15164=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,63.8007416838927)); -#15165=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,63.7983362734857)); -#15166=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,63.8038999836025)); -#15167=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,63.8091564705209)); -#15168=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,63.8604522016389)); -#15169=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,63.8705647555155)); -#15170=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,63.8987366960573)); -#15171=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,63.9140841656914)); -#15172=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,63.9535533858701)); -#15173=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,63.9641081318242)); -#15174=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,63.9805135919271)); -#15175=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,63.9841514584135)); -#15176=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,63.9919335863513)); -#15177=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,63.9960812633704)); -#15178=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,64.0011523449212)); -#15179=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,64.0023251487524)); -#15180=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,64.0035051618649)); -#15181=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,64.1413966529973)); -#15182=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,64.0035051618649)); -#15183=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,64.0067308740521)); -#15184=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,64.0106688884726)); -#15185=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,64.0200185993258)); -#15186=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,64.024247309508)); -#15187=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,64.0352440699805)); -#15188=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,64.0414780751558)); -#15189=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,64.0555116874645)); -#15190=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,64.065781303746)); -#15191=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,64.1088173851728)); -#15192=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,64.1285419479397)); -#15193=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,64.1413966529973)); -#15194=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,64.1992584149952)); -#15195=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,64.1413966529973)); -#15196=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,64.1435300612559)); -#15197=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,64.1455130766347)); -#15198=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,64.1908435890964)); -#15199=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,64.1961000760148)); -#15200=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,64.2016637861316)); -#15201=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,64.1992583757246)); -#15202=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,64.1992583757246)); -#15203=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,64.1992583757246)); -#15204=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,64.1992583757247)); -#15205=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,64.1992583757249)); -#15206=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,65.8007416446221)); -#15207=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15208=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,66.0035051618649)); -#15209=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,65.8007416838924)); -#15210=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,65.8007416838926)); -#15211=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,65.8007416838927)); -#15212=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,65.8007416838927)); -#15213=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,65.7983362734857)); -#15214=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,65.8038999836025)); -#15215=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,65.8091564705209)); -#15216=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,65.8604522016389)); -#15217=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,65.8705647555155)); -#15218=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,65.8987366960574)); -#15219=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,65.9140841656914)); -#15220=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,65.9535533858701)); -#15221=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,65.9641081318242)); -#15222=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,65.9805135919271)); -#15223=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,65.9841514584135)); -#15224=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,65.9919335863513)); -#15225=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,65.9960812633704)); -#15226=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,66.0011523449212)); -#15227=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,66.0023251487524)); -#15228=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,66.0035051618649)); -#15229=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,66.1413966529973)); -#15230=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,66.0035051618649)); -#15231=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,66.0067308740521)); -#15232=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,66.0106688884727)); -#15233=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,66.0200185993257)); -#15234=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,66.0242473095079)); -#15235=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,66.0352440699802)); -#15236=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,66.0414780751554)); -#15237=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,66.0555116874634)); -#15238=CARTESIAN_POINT('Ctrl Pts',(20.2114284453531,142.865986770524,66.0657813037448)); -#15239=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,66.1088173851728)); -#15240=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496896,66.1285419479399)); -#15241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,66.1413966529973)); -#15242=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,66.1992584149952)); -#15243=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,66.1413966529973)); -#15244=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,66.1435300612559)); -#15245=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,66.1455130766347)); -#15246=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,66.1908435890964)); -#15247=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,66.1961000760148)); -#15248=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,66.2016637861316)); -#15249=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,66.1992583757246)); -#15250=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,66.1992583757246)); -#15251=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,66.1992583757246)); -#15252=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,66.1992583757247)); -#15253=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,66.1992583757249)); -#15254=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,67.8007416446221)); -#15255=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15256=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,68.0035051618649)); -#15257=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,67.8007416838924)); -#15258=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,67.8007416838926)); -#15259=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,67.8007416838927)); -#15260=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,67.8007416838927)); -#15261=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,67.7983362734857)); -#15262=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,67.8038999836025)); -#15263=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,67.8091564705209)); -#15264=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,67.8604522016389)); -#15265=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,67.8705647555155)); -#15266=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,67.8987366960573)); -#15267=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,67.9140841656914)); -#15268=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,67.9535533858701)); -#15269=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,67.9641081318242)); -#15270=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,67.9805135919271)); -#15271=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,67.9841514584135)); -#15272=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,67.9919335863513)); -#15273=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,67.9960812633704)); -#15274=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,68.0011523449212)); -#15275=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,68.0023251487523)); -#15276=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,68.0035051618649)); -#15277=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,68.1413966529973)); -#15278=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,68.0035051618649)); -#15279=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626557,68.0067308740512)); -#15280=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,68.0106688884714)); -#15281=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237517,68.020018599325)); -#15282=CARTESIAN_POINT('Ctrl Pts',(20.2207516857509,142.92954191315,68.0242473095073)); -#15283=CARTESIAN_POINT('Ctrl Pts',(20.2192025637297,142.919066998205,68.0352440699797)); -#15284=CARTESIAN_POINT('Ctrl Pts',(20.2179241894815,142.910393149386,68.0414780751548)); -#15285=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,68.0555116874637)); -#15286=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770524,68.065781303745)); -#15287=CARTESIAN_POINT('Ctrl Pts',(20.1947127740557,142.749476028355,68.1088173851728)); -#15288=CARTESIAN_POINT('Ctrl Pts',(20.1765617403515,142.615776496895,68.12854194794)); -#15289=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,68.1413966529973)); -#15290=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,68.1992584149952)); -#15291=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,68.1413966529973)); -#15292=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,68.1435300612558)); -#15293=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,68.1455130766347)); -#15294=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,68.1908435890964)); -#15295=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,68.1961000760148)); -#15296=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,68.2016637861316)); -#15297=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,68.1992583757246)); -#15298=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,68.1992583757246)); -#15299=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,68.1992583757246)); -#15300=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,68.1992583757247)); -#15301=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,68.1992583757249)); -#15302=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,69.8007416446221)); -#15303=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15304=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,70.0035051618649)); -#15305=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,69.8007416838924)); -#15306=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,69.8007416838926)); -#15307=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,69.8007416838927)); -#15308=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,69.8007416838927)); -#15309=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,69.7983362734857)); -#15310=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,69.8038999836025)); -#15311=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,69.8091564705209)); -#15312=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,69.8604522016389)); -#15313=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,69.8705647555155)); -#15314=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,69.8987366960574)); -#15315=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,69.9140841656914)); -#15316=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,69.9535533858701)); -#15317=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,69.9641081318242)); -#15318=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,69.9805135919271)); -#15319=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,69.9841514584136)); -#15320=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,69.9919335863514)); -#15321=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,69.9960812633704)); -#15322=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,70.0011523449212)); -#15323=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,70.0023251487523)); -#15324=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,70.0035051618649)); -#15325=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,70.1413966529973)); -#15326=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,70.0035051618649)); -#15327=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,70.0067308740521)); -#15328=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,70.0106688884725)); -#15329=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,70.0200185993258)); -#15330=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,70.024247309508)); -#15331=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,70.0352440699805)); -#15332=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,70.0414780751559)); -#15333=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,70.0555116874639)); -#15334=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770523,70.0657813037455)); -#15335=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,70.1088173851728)); -#15336=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,70.1285419479398)); -#15337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,70.1413966529973)); -#15338=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,70.1992584149952)); -#15339=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,70.1413966529973)); -#15340=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,70.1435300612559)); -#15341=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,70.1455130766347)); -#15342=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,70.1908435890964)); -#15343=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,70.1961000760148)); -#15344=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,70.2016637861316)); -#15345=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,70.1992583757246)); -#15346=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,70.1992583757246)); -#15347=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,70.1992583757246)); -#15348=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,70.1992583757247)); -#15349=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,70.1992583757249)); -#15350=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,71.8007416446221)); -#15351=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15352=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,72.0035051618649)); -#15353=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,71.8007416838924)); -#15354=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,71.8007416838926)); -#15355=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,71.8007416838927)); -#15356=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,71.8007416838927)); -#15357=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,71.7983362734857)); -#15358=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,71.8038999836025)); -#15359=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,71.8091564705209)); -#15360=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,71.8604522016389)); -#15361=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,71.8705647555155)); -#15362=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,71.8987366960573)); -#15363=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,71.9140841656914)); -#15364=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,71.9535533858701)); -#15365=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,71.9641081318242)); -#15366=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,71.9805135919271)); -#15367=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,71.9841514584136)); -#15368=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,71.9919335863513)); -#15369=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,71.9960812633704)); -#15370=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,72.0011523449212)); -#15371=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,72.0023251487523)); -#15372=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,72.0035051618649)); -#15373=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,72.1413966529973)); -#15374=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,72.0035051618649)); -#15375=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,72.006730874052)); -#15376=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,72.0106688884724)); -#15377=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,72.0200185993258)); -#15378=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,72.024247309508)); -#15379=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998203,72.0352440699807)); -#15380=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,72.041478075156)); -#15381=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,72.0555116874652)); -#15382=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,72.0657813037468)); -#15383=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,72.1088173851729)); -#15384=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,72.1285419479397)); -#15385=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,72.1413966529973)); -#15386=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,72.1992584149952)); -#15387=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,72.1413966529973)); -#15388=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,72.1435300612559)); -#15389=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,72.1455130766347)); -#15390=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,72.1908435890964)); -#15391=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,72.1961000760148)); -#15392=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,72.2016637861316)); -#15393=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,72.1992583757246)); -#15394=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,72.1992583757246)); -#15395=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,72.1992583757246)); -#15396=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,72.1992583757247)); -#15397=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,72.1992583757249)); -#15398=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,73.8007416446221)); -#15399=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15400=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,74.0035051618649)); -#15401=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,73.8007416838924)); -#15402=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,73.8007416838926)); -#15403=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,73.8007416838927)); -#15404=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,73.8007416838927)); -#15405=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,73.7983362734857)); -#15406=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,73.8038999836025)); -#15407=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,73.8091564705209)); -#15408=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,73.8604522016389)); -#15409=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,73.8705647555155)); -#15410=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,73.8987366960574)); -#15411=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,73.9140841656914)); -#15412=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,73.9535533858701)); -#15413=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,73.9641081318242)); -#15414=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,73.9805135919271)); -#15415=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,73.9841514584136)); -#15416=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,73.9919335863514)); -#15417=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,73.9960812633704)); -#15418=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,74.0011523449212)); -#15419=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,74.0023251487524)); -#15420=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,74.0035051618649)); -#15421=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,74.1413966529973)); -#15422=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,74.0035051618649)); -#15423=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,74.0067308740521)); -#15424=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,74.0106688884726)); -#15425=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,74.0200185993258)); -#15426=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,74.0242473095081)); -#15427=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,74.0352440699805)); -#15428=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,74.0414780751559)); -#15429=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,74.0555116874647)); -#15430=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.865986770521,74.0657813037463)); -#15431=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028352,74.1088173851728)); -#15432=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,74.1285419479397)); -#15433=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,74.1413966529973)); -#15434=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,74.1992584149952)); -#15435=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,74.1413966529973)); -#15436=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,74.1435300612559)); -#15437=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,74.1455130766347)); -#15438=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,74.1908435890964)); -#15439=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,74.1961000760148)); -#15440=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,74.2016637861316)); -#15441=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,74.1992583757246)); -#15442=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,74.1992583757246)); -#15443=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,74.1992583757246)); -#15444=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,74.1992583757247)); -#15445=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,74.1992583757249)); -#15446=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,75.8007416446221)); -#15447=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15448=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,76.0035051618649)); -#15449=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,75.8007416838924)); -#15450=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,75.8007416838926)); -#15451=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,75.8007416838927)); -#15452=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,75.8007416838927)); -#15453=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,75.7983362734857)); -#15454=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,75.8038999836025)); -#15455=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,75.8091564705209)); -#15456=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,75.8604522016389)); -#15457=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,75.8705647555155)); -#15458=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,75.8987366960574)); -#15459=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,75.9140841656914)); -#15460=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,75.9535533858701)); -#15461=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,75.9641081318242)); -#15462=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,75.9805135919271)); -#15463=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,75.9841514584136)); -#15464=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,75.9919335863514)); -#15465=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,75.9960812633704)); -#15466=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,76.0011523449212)); -#15467=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,76.0023251487523)); -#15468=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,76.0035051618649)); -#15469=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,76.1413966529973)); -#15470=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,76.0035051618649)); -#15471=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,76.0067308740514)); -#15472=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,76.0106688884713)); -#15473=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,76.0200185993262)); -#15474=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,76.0242473095089)); -#15475=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,76.0352440699821)); -#15476=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,76.0414780751575)); -#15477=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,76.0555116874653)); -#15478=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770518,76.0657813037477)); -#15479=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,76.1088173851729)); -#15480=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,76.1285419479392)); -#15481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,76.1413966529973)); -#15482=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,76.1992584149952)); -#15483=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,76.1413966529973)); -#15484=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,76.1435300612559)); -#15485=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,76.1455130766347)); -#15486=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,76.1908435890964)); -#15487=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,76.1961000760148)); -#15488=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,76.2016637861316)); -#15489=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,76.1992583757246)); -#15490=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,76.1992583757246)); -#15491=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,76.1992583757246)); -#15492=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,76.1992583757247)); -#15493=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,76.1992583757249)); -#15494=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,77.8007416446221)); -#15495=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15496=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,78.0035051618649)); -#15497=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,77.8007416838924)); -#15498=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,77.8007416838926)); -#15499=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,77.8007416838927)); -#15500=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,77.8007416838927)); -#15501=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,77.7983362734857)); -#15502=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,77.8038999836025)); -#15503=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,77.8091564705209)); -#15504=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,77.8604522016389)); -#15505=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,77.8705647555155)); -#15506=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,77.8987366960573)); -#15507=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,77.9140841656914)); -#15508=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,77.9535533858701)); -#15509=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,77.9641081318242)); -#15510=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,77.9805135919271)); -#15511=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,77.9841514584135)); -#15512=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,77.9919335863513)); -#15513=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,77.9960812633704)); -#15514=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,78.0011523449212)); -#15515=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,78.0023251487523)); -#15516=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,78.0035051618649)); -#15517=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,78.1413966529973)); -#15518=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,78.0035051618649)); -#15519=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,78.0067308740521)); -#15520=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,78.0106688884726)); -#15521=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,78.0200185993258)); -#15522=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,78.024247309508)); -#15523=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,78.0352440699805)); -#15524=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,78.0414780751559)); -#15525=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,78.0555116874656)); -#15526=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770518,78.0657813037473)); -#15527=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,78.1088173851728)); -#15528=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,78.1285419479396)); -#15529=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,78.1413966529973)); -#15530=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,78.1992584149952)); -#15531=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,78.1413966529973)); -#15532=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,78.1435300612558)); -#15533=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,78.1455130766347)); -#15534=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,78.1908435890964)); -#15535=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,78.1961000760148)); -#15536=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,78.2016637861316)); -#15537=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,78.1992583757246)); -#15538=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,78.1992583757246)); -#15539=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,78.1992583757246)); -#15540=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,78.1992583757247)); -#15541=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,78.1992583757249)); -#15542=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007416446221)); -#15543=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15544=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,80.0035051618649)); -#15545=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,79.8007416838924)); -#15546=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,79.8007416838926)); -#15547=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,79.8007416838927)); -#15548=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,79.8007416838927)); -#15549=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,79.7983362734857)); -#15550=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,79.8038999836025)); -#15551=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,79.8091564705209)); -#15552=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,79.8604522016389)); -#15553=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,79.8705647555155)); -#15554=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,79.8987366960574)); -#15555=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,79.9140841656914)); -#15556=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,79.9535533858701)); -#15557=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,79.9641081318242)); -#15558=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,79.9805135919271)); -#15559=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,79.9841514584136)); -#15560=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,79.9919335863514)); -#15561=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,79.9960812633704)); -#15562=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,80.0011523449212)); -#15563=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,80.0023251487524)); -#15564=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,80.0035051618649)); -#15565=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,80.1413966529973)); -#15566=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,80.0035051618649)); -#15567=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,80.0067308740517)); -#15568=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,80.010668888472)); -#15569=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,80.0200185993257)); -#15570=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,80.0242473095079)); -#15571=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,80.0352440699806)); -#15572=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,80.041478075156)); -#15573=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.887358567171,80.0555116874642)); -#15574=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,80.0657813037459)); -#15575=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,80.1088173851728)); -#15576=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,80.1285419479397)); -#15577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,80.1413966529973)); -#15578=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992584149952)); -#15579=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,80.1413966529973)); -#15580=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,80.1435300612559)); -#15581=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,80.1455130766347)); -#15582=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,80.1908435890964)); -#15583=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,80.1961000760148)); -#15584=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,80.2016637861316)); -#15585=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,80.1992583757246)); -#15586=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,80.1992583757246)); -#15587=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,80.1992583757246)); -#15588=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,80.1992583757247)); -#15589=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,80.1992583757249)); -#15590=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007416446221)); -#15591=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15592=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,82.0035051618649)); -#15593=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,81.8007416838924)); -#15594=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,81.8007416838926)); -#15595=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,81.8007416838927)); -#15596=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,81.8007416838927)); -#15597=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,81.7983362734857)); -#15598=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,81.8038999836025)); -#15599=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,81.8091564705209)); -#15600=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,81.8604522016389)); -#15601=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,81.8705647555155)); -#15602=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,81.8987366960573)); -#15603=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,81.9140841656914)); -#15604=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,81.9535533858701)); -#15605=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,81.9641081318242)); -#15606=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,81.9805135919271)); -#15607=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,81.9841514584135)); -#15608=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,81.9919335863513)); -#15609=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,81.9960812633704)); -#15610=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,82.0011523449212)); -#15611=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,82.0023251487524)); -#15612=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,82.0035051618649)); -#15613=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,82.1413966529973)); -#15614=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,82.0035051618649)); -#15615=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,82.0067308740517)); -#15616=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,82.010668888472)); -#15617=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,82.0200185993257)); -#15618=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,82.0242473095079)); -#15619=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,82.0352440699806)); -#15620=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,82.0414780751558)); -#15621=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,82.0555116874648)); -#15622=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,82.0657813037463)); -#15623=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,82.1088173851728)); -#15624=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,82.1285419479398)); -#15625=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,82.1413966529973)); -#15626=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992584149952)); -#15627=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,82.1413966529973)); -#15628=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,82.1435300612559)); -#15629=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,82.1455130766347)); -#15630=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,82.1908435890964)); -#15631=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,82.1961000760148)); -#15632=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,82.2016637861316)); -#15633=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,82.1992583757246)); -#15634=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,82.1992583757246)); -#15635=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,82.1992583757246)); -#15636=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,82.1992583757247)); -#15637=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,82.1992583757249)); -#15638=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007416446221)); -#15639=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15640=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,84.0035051618649)); -#15641=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,83.8007416838924)); -#15642=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,83.8007416838926)); -#15643=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,83.8007416838927)); -#15644=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,83.8007416838927)); -#15645=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,83.7983362734857)); -#15646=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,83.8038999836025)); -#15647=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,83.8091564705209)); -#15648=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,83.8604522016389)); -#15649=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,83.8705647555155)); -#15650=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,83.8987366960574)); -#15651=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,83.9140841656915)); -#15652=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,83.9535533858702)); -#15653=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,83.9641081318242)); -#15654=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,83.9805135919271)); -#15655=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,83.9841514584136)); -#15656=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,83.9919335863514)); -#15657=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,83.9960812633704)); -#15658=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,84.0011523449212)); -#15659=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,84.0023251487524)); -#15660=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,84.0035051618649)); -#15661=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,84.1413966529973)); -#15662=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,84.0035051618649)); -#15663=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,84.0067308740517)); -#15664=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,84.010668888472)); -#15665=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,84.0200185993257)); -#15666=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,84.0242473095079)); -#15667=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,84.0352440699806)); -#15668=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,84.0414780751559)); -#15669=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,84.0555116874648)); -#15670=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,84.0657813037463)); -#15671=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,84.1088173851728)); -#15672=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,84.1285419479398)); -#15673=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,84.1413966529973)); -#15674=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992584149952)); -#15675=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,84.1413966529973)); -#15676=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,84.1435300612559)); -#15677=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,84.1455130766347)); -#15678=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,84.1908435890964)); -#15679=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,84.1961000760148)); -#15680=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,84.2016637861316)); -#15681=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,84.1992583757246)); -#15682=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,84.1992583757246)); -#15683=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,84.1992583757246)); -#15684=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,84.1992583757248)); -#15685=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,84.1992583757249)); -#15686=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007416446221)); -#15687=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15688=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,86.0035051618649)); -#15689=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,85.8007416838924)); -#15690=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,85.8007416838926)); -#15691=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,85.8007416838927)); -#15692=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,85.8007416838927)); -#15693=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,85.7983362734857)); -#15694=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,85.8038999836025)); -#15695=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,85.8091564705209)); -#15696=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,85.8604522016389)); -#15697=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,85.8705647555155)); -#15698=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,85.8987366960574)); -#15699=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,85.9140841656914)); -#15700=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,85.9535533858701)); -#15701=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,85.9641081318242)); -#15702=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,85.9805135919271)); -#15703=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,85.9841514584136)); -#15704=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,85.9919335863514)); -#15705=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,85.9960812633704)); -#15706=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,86.0011523449212)); -#15707=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,86.0023251487524)); -#15708=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,86.0035051618649)); -#15709=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,86.1413966529973)); -#15710=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,86.0035051618649)); -#15711=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,86.0067308740517)); -#15712=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,86.010668888472)); -#15713=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,86.0200185993257)); -#15714=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,86.0242473095079)); -#15715=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,86.0352440699806)); -#15716=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,86.0414780751559)); -#15717=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567167,86.0555116874662)); -#15718=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,86.0657813037477)); -#15719=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,86.1088173851729)); -#15720=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,86.1285419479397)); -#15721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,86.1413966529973)); -#15722=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992584149952)); -#15723=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,86.1413966529973)); -#15724=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,86.1435300612559)); -#15725=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,86.1455130766347)); -#15726=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,86.1908435890964)); -#15727=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,86.1961000760148)); -#15728=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,86.2016637861316)); -#15729=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,86.1992583757246)); -#15730=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,86.1992583757246)); -#15731=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,86.1992583757246)); -#15732=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,86.1992583757247)); -#15733=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,86.1992583757249)); -#15734=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007416446221)); -#15735=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15736=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,88.0035051618649)); -#15737=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,87.8007416838924)); -#15738=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,87.8007416838926)); -#15739=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,87.8007416838927)); -#15740=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,87.8007416838927)); -#15741=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,87.7983362734857)); -#15742=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,87.8038999836025)); -#15743=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,87.8091564705209)); -#15744=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,87.8604522016389)); -#15745=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,87.8705647555155)); -#15746=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,87.8987366960573)); -#15747=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,87.9140841656914)); -#15748=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,87.9535533858701)); -#15749=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,87.9641081318242)); -#15750=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,87.9805135919271)); -#15751=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,87.9841514584136)); -#15752=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,87.9919335863514)); -#15753=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,87.9960812633704)); -#15754=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,88.0011523449211)); -#15755=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,88.0023251487523)); -#15756=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,88.0035051618649)); -#15757=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,88.1413966529973)); -#15758=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,88.0035051618649)); -#15759=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,88.0067308740513)); -#15760=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,88.0106688884714)); -#15761=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,88.0200185993259)); -#15762=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,88.0242473095083)); -#15763=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,88.0352440699809)); -#15764=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,88.0414780751561)); -#15765=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,88.055511687465)); -#15766=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,88.0657813037469)); -#15767=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,88.1088173851728)); -#15768=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496898,88.1285419479395)); -#15769=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,88.1413966529973)); -#15770=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992584149952)); -#15771=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,88.1413966529973)); -#15772=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,88.1435300612559)); -#15773=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,88.1455130766347)); -#15774=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,88.1908435890964)); -#15775=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,88.1961000760148)); -#15776=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,88.2016637861316)); -#15777=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,88.1992583757246)); -#15778=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,88.1992583757246)); -#15779=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,88.1992583757246)); -#15780=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,88.1992583757247)); -#15781=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,88.1992583757249)); -#15782=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007416446221)); -#15783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15784=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,90.0035051618649)); -#15785=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,89.8007416838924)); -#15786=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,89.8007416838926)); -#15787=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,89.8007416838927)); -#15788=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,89.8007416838927)); -#15789=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,89.7983362734857)); -#15790=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,89.8038999836025)); -#15791=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,89.8091564705209)); -#15792=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,89.8604522016389)); -#15793=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,89.8705647555155)); -#15794=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,89.8987366960574)); -#15795=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,89.9140841656914)); -#15796=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,89.9535533858702)); -#15797=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,89.9641081318242)); -#15798=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,89.9805135919271)); -#15799=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,89.9841514584136)); -#15800=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,89.9919335863513)); -#15801=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,89.9960812633704)); -#15802=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,90.0011523449212)); -#15803=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,90.0023251487524)); -#15804=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,90.0035051618649)); -#15805=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,90.1413966529973)); -#15806=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,90.0035051618649)); -#15807=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,90.006730874052)); -#15808=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,90.0106688884724)); -#15809=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,90.0200185993256)); -#15810=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,90.0242473095078)); -#15811=CARTESIAN_POINT('Ctrl Pts',(20.2192025637297,142.919066998204,90.0352440699801)); -#15812=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,90.0414780751552)); -#15813=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567172,90.0555116874638)); -#15814=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770523,90.065781303745)); -#15815=CARTESIAN_POINT('Ctrl Pts',(20.1947127740557,142.749476028355,90.1088173851728)); -#15816=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496895,90.1285419479399)); -#15817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,90.1413966529973)); -#15818=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992584149953)); -#15819=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,90.1413966529973)); -#15820=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,90.1435300612559)); -#15821=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,90.1455130766347)); -#15822=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,90.1908435890964)); -#15823=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,90.1961000760148)); -#15824=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,90.2016637861316)); -#15825=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,90.1992583757246)); -#15826=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,90.1992583757246)); -#15827=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,90.1992583757246)); -#15828=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,90.1992583757247)); -#15829=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,90.1992583757249)); -#15830=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007416446221)); -#15831=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15832=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,92.0035051618649)); -#15833=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,91.8007416838924)); -#15834=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,91.8007416838926)); -#15835=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,91.8007416838927)); -#15836=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,91.8007416838927)); -#15837=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,91.7983362734857)); -#15838=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,91.8038999836025)); -#15839=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,91.8091564705209)); -#15840=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,91.8604522016389)); -#15841=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,91.8705647555155)); -#15842=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,91.8987366960573)); -#15843=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,91.9140841656914)); -#15844=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,91.9535533858701)); -#15845=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,91.9641081318242)); -#15846=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,91.9805135919271)); -#15847=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,91.9841514584135)); -#15848=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,91.9919335863513)); -#15849=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,91.9960812633704)); -#15850=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,92.0011523449212)); -#15851=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,92.0023251487524)); -#15852=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,92.0035051618649)); -#15853=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,92.1413966529973)); -#15854=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,92.0035051618649)); -#15855=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,92.0067308740519)); -#15856=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,92.0106688884722)); -#15857=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,92.0200185993256)); -#15858=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,92.0242473095078)); -#15859=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,92.0352440699803)); -#15860=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,92.0414780751555)); -#15861=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,92.0555116874648)); -#15862=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,92.0657813037464)); -#15863=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,92.1088173851728)); -#15864=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,92.1285419479397)); -#15865=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,92.1413966529973)); -#15866=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992584149952)); -#15867=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,92.1413966529973)); -#15868=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,92.1435300612559)); -#15869=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,92.1455130766347)); -#15870=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,92.1908435890964)); -#15871=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,92.1961000760148)); -#15872=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,92.2016637861316)); -#15873=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,92.1992583757246)); -#15874=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,92.1992583757246)); -#15875=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,92.1992583757246)); -#15876=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,92.1992583757247)); -#15877=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,92.1992583757249)); -#15878=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007416446221)); -#15879=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15880=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,94.0035051618649)); -#15881=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,93.8007416838924)); -#15882=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,93.8007416838926)); -#15883=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,93.8007416838927)); -#15884=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,93.8007416838927)); -#15885=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,93.7983362734857)); -#15886=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,93.8038999836025)); -#15887=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,93.8091564705209)); -#15888=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,93.8604522016389)); -#15889=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,93.8705647555155)); -#15890=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,93.8987366960574)); -#15891=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,93.9140841656915)); -#15892=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,93.9535533858702)); -#15893=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,93.9641081318242)); -#15894=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,93.9805135919271)); -#15895=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,93.9841514584136)); -#15896=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,93.9919335863514)); -#15897=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,93.9960812633704)); -#15898=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,94.0011523449212)); -#15899=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,94.0023251487524)); -#15900=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,94.0035051618649)); -#15901=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,94.1413966529973)); -#15902=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,94.0035051618649)); -#15903=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,94.0067308740517)); -#15904=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,94.010668888472)); -#15905=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,94.0200185993257)); -#15906=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,94.0242473095079)); -#15907=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,94.0352440699806)); -#15908=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,94.0414780751557)); -#15909=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,94.0555116874639)); -#15910=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770523,94.0657813037456)); -#15911=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,94.1088173851728)); -#15912=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,94.1285419479397)); -#15913=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,94.1413966529973)); -#15914=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992584149952)); -#15915=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,94.1413966529973)); -#15916=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,94.1435300612559)); -#15917=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,94.1455130766347)); -#15918=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,94.1908435890964)); -#15919=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,94.1961000760148)); -#15920=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,94.2016637861316)); -#15921=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,94.1992583757246)); -#15922=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,94.1992583757246)); -#15923=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,94.1992583757246)); -#15924=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,94.1992583757248)); -#15925=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,94.1992583757249)); -#15926=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007416446221)); -#15927=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15928=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,96.0035051618649)); -#15929=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,95.8007416838924)); -#15930=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,95.8007416838926)); -#15931=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,95.8007416838927)); -#15932=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,95.8007416838927)); -#15933=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,95.7983362734857)); -#15934=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,95.8038999836025)); -#15935=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,95.8091564705209)); -#15936=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,95.8604522016389)); -#15937=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,95.8705647555155)); -#15938=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,95.8987366960574)); -#15939=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,95.9140841656914)); -#15940=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,95.9535533858701)); -#15941=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,95.9641081318242)); -#15942=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,95.9805135919271)); -#15943=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,95.9841514584136)); -#15944=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,95.9919335863514)); -#15945=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,95.9960812633704)); -#15946=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,96.0011523449212)); -#15947=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,96.0023251487524)); -#15948=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,96.0035051618649)); -#15949=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,96.1413966529973)); -#15950=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,96.0035051618649)); -#15951=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626557,96.0067308740512)); -#15952=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,96.0106688884713)); -#15953=CARTESIAN_POINT('Ctrl Pts',(20.2212395053569,142.932833237517,96.0200185993246)); -#15954=CARTESIAN_POINT('Ctrl Pts',(20.220751685751,142.929541913151,96.0242473095066)); -#15955=CARTESIAN_POINT('Ctrl Pts',(20.2192025637298,142.919066998205,96.0352440699795)); -#15956=CARTESIAN_POINT('Ctrl Pts',(20.2179241894815,142.910393149386,96.0414780751547)); -#15957=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.887358567171,96.0555116874645)); -#15958=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770522,96.0657813037457)); -#15959=CARTESIAN_POINT('Ctrl Pts',(20.1947127740557,142.749476028355,96.1088173851728)); -#15960=CARTESIAN_POINT('Ctrl Pts',(20.1765617403515,142.615776496895,96.12854194794)); -#15961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,96.1413966529973)); -#15962=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992584149952)); -#15963=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,96.1413966529973)); -#15964=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,96.1435300612559)); -#15965=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,96.1455130766347)); -#15966=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,96.1908435890964)); -#15967=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,96.1961000760148)); -#15968=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,96.2016637861316)); -#15969=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,96.1992583757246)); -#15970=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,96.1992583757246)); -#15971=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,96.1992583757246)); -#15972=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,96.1992583757247)); -#15973=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,96.1992583757249)); -#15974=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007416446221)); -#15975=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#15976=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,98.0035051618649)); -#15977=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,97.8007416838924)); -#15978=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,97.8007416838926)); -#15979=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,97.8007416838927)); -#15980=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,97.8007416838927)); -#15981=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,97.7983362734857)); -#15982=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,97.8038999836025)); -#15983=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,97.8091564705209)); -#15984=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,97.8604522016389)); -#15985=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,97.8705647555155)); -#15986=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,97.8987366960574)); -#15987=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,97.9140841656915)); -#15988=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,97.9535533858702)); -#15989=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,97.9641081318242)); -#15990=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,97.9805135919271)); -#15991=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,97.9841514584136)); -#15992=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,97.9919335863514)); -#15993=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,97.9960812633704)); -#15994=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,98.0011523449212)); -#15995=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,98.0023251487524)); -#15996=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,98.0035051618649)); -#15997=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,98.1413966529973)); -#15998=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,98.0035051618649)); -#15999=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,98.0067308740519)); -#16000=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,98.0106688884722)); -#16001=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,98.0200185993259)); -#16002=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,98.0242473095082)); -#16003=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,98.0352440699808)); -#16004=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,98.0414780751561)); -#16005=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,98.0555116874642)); -#16006=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,98.0657813037461)); -#16007=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.74947602835,98.1088173851729)); -#16008=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,98.1285419479396)); -#16009=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,98.1413966529973)); -#16010=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992584149952)); -#16011=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,98.1413966529973)); -#16012=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,98.1435300612559)); -#16013=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,98.1455130766347)); -#16014=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,98.1908435890964)); -#16015=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,98.1961000760148)); -#16016=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,98.2016637861316)); -#16017=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,98.1992583757246)); -#16018=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,98.1992583757246)); -#16019=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,98.1992583757246)); -#16020=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,98.1992583757248)); -#16021=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,98.199258375725)); -#16022=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007416446221)); -#16023=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16024=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,100.003505161865)); -#16025=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,99.8007416838924)); -#16026=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,99.8007416838926)); -#16027=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,99.8007416838927)); -#16028=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,99.8007416838927)); -#16029=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,99.7983362734857)); -#16030=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,99.8038999836025)); -#16031=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,99.8091564705209)); -#16032=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,99.8604522016389)); -#16033=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,99.8705647555155)); -#16034=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,99.8987366960574)); -#16035=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,99.9140841656914)); -#16036=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,99.9535533858702)); -#16037=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,99.9641081318242)); -#16038=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,99.9805135919271)); -#16039=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,99.9841514584136)); -#16040=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,99.9919335863513)); -#16041=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,99.9960812633704)); -#16042=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,100.001152344921)); -#16043=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,100.002325148752)); -#16044=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,100.003505161865)); -#16045=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,100.141396652997)); -#16046=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,100.003505161865)); -#16047=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,100.006730874052)); -#16048=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,100.010668888472)); -#16049=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,100.020018599326)); -#16050=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,100.024247309508)); -#16051=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,100.03524406998)); -#16052=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,100.041478075156)); -#16053=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,100.055511687464)); -#16054=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770522,100.065781303746)); -#16055=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,100.108817385173)); -#16056=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496895,100.12854194794)); -#16057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,100.141396652997)); -#16058=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199258414995)); -#16059=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,100.141396652997)); -#16060=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,100.143530061256)); -#16061=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,100.145513076635)); -#16062=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,100.190843589096)); -#16063=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,100.196100076015)); -#16064=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,100.201663786132)); -#16065=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,100.199258375725)); -#16066=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,100.199258375725)); -#16067=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,100.199258375725)); -#16068=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,100.199258375725)); -#16069=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,100.199258375725)); -#16070=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800741644622)); -#16071=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16072=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,102.003505161865)); -#16073=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,101.800741683892)); -#16074=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,101.800741683893)); -#16075=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,101.800741683893)); -#16076=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,101.800741683893)); -#16077=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,101.798336273486)); -#16078=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,101.803899983603)); -#16079=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,101.809156470521)); -#16080=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,101.860452201639)); -#16081=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,101.870564755516)); -#16082=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,101.898736696057)); -#16083=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,101.914084165691)); -#16084=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,101.95355338587)); -#16085=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,101.964108131824)); -#16086=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,101.980513591927)); -#16087=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,101.984151458414)); -#16088=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,101.991933586351)); -#16089=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,101.99608126337)); -#16090=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,102.001152344921)); -#16091=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,102.002325148752)); -#16092=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,102.003505161865)); -#16093=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,102.141396652997)); -#16094=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,102.003505161865)); -#16095=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,102.006730874052)); -#16096=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,102.010668888472)); -#16097=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,102.020018599326)); -#16098=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,102.024247309508)); -#16099=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,102.03524406998)); -#16100=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,102.041478075156)); -#16101=CARTESIAN_POINT('Ctrl Pts',(20.2145462714812,142.887358567173,102.055511687463)); -#16102=CARTESIAN_POINT('Ctrl Pts',(20.2114284453533,142.865986770525,102.065781303745)); -#16103=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,102.108817385173)); -#16104=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,102.12854194794)); -#16105=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,102.141396652997)); -#16106=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199258414995)); -#16107=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,102.141396652997)); -#16108=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,102.143530061256)); -#16109=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,102.145513076635)); -#16110=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,102.190843589096)); -#16111=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,102.196100076015)); -#16112=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,102.201663786132)); -#16113=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,102.199258375725)); -#16114=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,102.199258375725)); -#16115=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,102.199258375725)); -#16116=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,102.199258375725)); -#16117=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,102.199258375725)); -#16118=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800741644622)); -#16119=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16120=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,104.003505161865)); -#16121=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,103.800741683892)); -#16122=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,103.800741683893)); -#16123=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,103.800741683893)); -#16124=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,103.800741683893)); -#16125=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,103.798336273486)); -#16126=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,103.803899983603)); -#16127=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,103.809156470521)); -#16128=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,103.860452201639)); -#16129=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,103.870564755516)); -#16130=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,103.898736696057)); -#16131=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,103.914084165691)); -#16132=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,103.95355338587)); -#16133=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,103.964108131824)); -#16134=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,103.980513591927)); -#16135=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,103.984151458414)); -#16136=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,103.991933586351)); -#16137=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,103.99608126337)); -#16138=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,104.001152344921)); -#16139=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,104.002325148752)); -#16140=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,104.003505161865)); -#16141=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,104.141396652997)); -#16142=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,104.003505161865)); -#16143=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,104.006730874052)); -#16144=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,104.010668888472)); -#16145=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,104.020018599326)); -#16146=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,104.024247309508)); -#16147=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,104.035244069981)); -#16148=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,104.041478075157)); -#16149=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,104.055511687466)); -#16150=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,104.065781303748)); -#16151=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,104.108817385173)); -#16152=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,104.128541947939)); -#16153=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,104.141396652997)); -#16154=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199258414995)); -#16155=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,104.141396652997)); -#16156=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,104.143530061256)); -#16157=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,104.145513076635)); -#16158=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,104.190843589096)); -#16159=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,104.196100076015)); -#16160=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,104.201663786132)); -#16161=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,104.199258375725)); -#16162=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,104.199258375725)); -#16163=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,104.199258375725)); -#16164=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,104.199258375725)); -#16165=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,104.199258375725)); -#16166=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800741644622)); -#16167=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16168=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,106.003505161865)); -#16169=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,105.800741683892)); -#16170=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,105.800741683893)); -#16171=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,105.800741683893)); -#16172=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,105.800741683893)); -#16173=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,105.798336273486)); -#16174=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,105.803899983603)); -#16175=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,105.809156470521)); -#16176=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,105.860452201639)); -#16177=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,105.870564755516)); -#16178=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,105.898736696057)); -#16179=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,105.914084165691)); -#16180=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,105.95355338587)); -#16181=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,105.964108131824)); -#16182=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,105.980513591927)); -#16183=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,105.984151458414)); -#16184=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,105.991933586351)); -#16185=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,105.99608126337)); -#16186=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,106.001152344921)); -#16187=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,106.002325148752)); -#16188=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,106.003505161865)); -#16189=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,106.141396652997)); -#16190=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,106.003505161865)); -#16191=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,106.006730874052)); -#16192=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,106.010668888472)); -#16193=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,106.020018599326)); -#16194=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,106.024247309508)); -#16195=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,106.035244069981)); -#16196=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,106.041478075156)); -#16197=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567167,106.055511687466)); -#16198=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,106.065781303748)); -#16199=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,106.108817385173)); -#16200=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,106.12854194794)); -#16201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,106.141396652997)); -#16202=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199258414995)); -#16203=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,106.141396652997)); -#16204=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,106.143530061256)); -#16205=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,106.145513076635)); -#16206=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,106.190843589096)); -#16207=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,106.196100076015)); -#16208=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,106.201663786132)); -#16209=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,106.199258375725)); -#16210=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,106.199258375725)); -#16211=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,106.199258375725)); -#16212=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,106.199258375725)); -#16213=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,106.199258375725)); -#16214=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800741644622)); -#16215=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16216=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,108.003505161865)); -#16217=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,107.800741683892)); -#16218=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,107.800741683893)); -#16219=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,107.800741683893)); -#16220=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,107.800741683893)); -#16221=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,107.798336273486)); -#16222=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,107.803899983603)); -#16223=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,107.809156470521)); -#16224=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,107.860452201639)); -#16225=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,107.870564755516)); -#16226=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,107.898736696057)); -#16227=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,107.914084165691)); -#16228=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,107.95355338587)); -#16229=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,107.964108131824)); -#16230=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,107.980513591927)); -#16231=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,107.984151458414)); -#16232=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,107.991933586351)); -#16233=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,107.99608126337)); -#16234=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,108.001152344921)); -#16235=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,108.002325148752)); -#16236=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,108.003505161865)); -#16237=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,108.141396652997)); -#16238=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,108.003505161865)); -#16239=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,108.006730874052)); -#16240=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,108.010668888472)); -#16241=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,108.020018599326)); -#16242=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,108.024247309508)); -#16243=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,108.035244069981)); -#16244=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,108.041478075156)); -#16245=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567169,108.055511687465)); -#16246=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770519,108.065781303747)); -#16247=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,108.108817385173)); -#16248=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,108.12854194794)); -#16249=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,108.141396652997)); -#16250=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199258414995)); -#16251=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,108.141396652997)); -#16252=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,108.143530061256)); -#16253=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,108.145513076635)); -#16254=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,108.190843589096)); -#16255=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,108.196100076015)); -#16256=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,108.201663786132)); -#16257=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,108.199258375725)); -#16258=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,108.199258375725)); -#16259=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,108.199258375725)); -#16260=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,108.199258375725)); -#16261=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,108.199258375725)); -#16262=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800741644622)); -#16263=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16264=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,110.003505161865)); -#16265=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,109.800741683892)); -#16266=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,109.800741683893)); -#16267=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,109.800741683893)); -#16268=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,109.800741683893)); -#16269=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,109.798336273486)); -#16270=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,109.803899983603)); -#16271=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,109.809156470521)); -#16272=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,109.860452201639)); -#16273=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,109.870564755516)); -#16274=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,109.898736696057)); -#16275=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,109.914084165691)); -#16276=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,109.95355338587)); -#16277=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,109.964108131824)); -#16278=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,109.980513591927)); -#16279=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,109.984151458414)); -#16280=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,109.991933586351)); -#16281=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,109.99608126337)); -#16282=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,110.001152344921)); -#16283=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,110.002325148752)); -#16284=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,110.003505161865)); -#16285=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,110.141396652997)); -#16286=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,110.003505161865)); -#16287=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,110.006730874052)); -#16288=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,110.010668888472)); -#16289=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,110.020018599326)); -#16290=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,110.024247309508)); -#16291=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,110.03524406998)); -#16292=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149385,110.041478075155)); -#16293=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,110.055511687465)); -#16294=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.86598677052,110.065781303747)); -#16295=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028352,110.108817385173)); -#16296=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,110.12854194794)); -#16297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,110.141396652997)); -#16298=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199258414995)); -#16299=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,110.141396652997)); -#16300=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,110.143530061256)); -#16301=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,110.145513076635)); -#16302=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,110.190843589096)); -#16303=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,110.196100076015)); -#16304=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,110.201663786132)); -#16305=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,110.199258375725)); -#16306=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,110.199258375725)); -#16307=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,110.199258375725)); -#16308=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,110.199258375725)); -#16309=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,110.199258375725)); -#16310=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800741644622)); -#16311=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16312=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,112.003505161865)); -#16313=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,111.800741683892)); -#16314=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,111.800741683893)); -#16315=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,111.800741683893)); -#16316=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,111.800741683893)); -#16317=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,111.798336273486)); -#16318=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,111.803899983603)); -#16319=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,111.809156470521)); -#16320=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,111.860452201639)); -#16321=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,111.870564755516)); -#16322=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,111.898736696057)); -#16323=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,111.914084165691)); -#16324=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,111.95355338587)); -#16325=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,111.964108131824)); -#16326=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,111.980513591927)); -#16327=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,111.984151458414)); -#16328=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,111.991933586351)); -#16329=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,111.99608126337)); -#16330=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,112.001152344921)); -#16331=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,112.002325148752)); -#16332=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,112.003505161865)); -#16333=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,112.141396652997)); -#16334=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,112.003505161865)); -#16335=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,112.006730874052)); -#16336=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,112.010668888472)); -#16337=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,112.020018599326)); -#16338=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,112.024247309508)); -#16339=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,112.03524406998)); -#16340=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,112.041478075156)); -#16341=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567171,112.055511687464)); -#16342=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770524,112.065781303745)); -#16343=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,112.108817385173)); -#16344=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496896,112.12854194794)); -#16345=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,112.141396652997)); -#16346=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199258414995)); -#16347=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,112.141396652997)); -#16348=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,112.143530061256)); -#16349=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,112.145513076635)); -#16350=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,112.190843589096)); -#16351=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,112.196100076015)); -#16352=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,112.201663786132)); -#16353=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,112.199258375725)); -#16354=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,112.199258375725)); -#16355=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,112.199258375725)); -#16356=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,112.199258375725)); -#16357=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,112.199258375725)); -#16358=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800741644622)); -#16359=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16360=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,114.003505161865)); -#16361=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,113.800741683892)); -#16362=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,113.800741683893)); -#16363=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,113.800741683893)); -#16364=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,113.800741683893)); -#16365=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,113.798336273486)); -#16366=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,113.803899983603)); -#16367=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,113.809156470521)); -#16368=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,113.860452201639)); -#16369=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,113.870564755516)); -#16370=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,113.898736696057)); -#16371=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,113.914084165691)); -#16372=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,113.95355338587)); -#16373=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,113.964108131824)); -#16374=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,113.980513591927)); -#16375=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,113.984151458414)); -#16376=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,113.991933586351)); -#16377=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,113.99608126337)); -#16378=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,114.001152344921)); -#16379=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,114.002325148752)); -#16380=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,114.003505161865)); -#16381=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,114.141396652997)); -#16382=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,114.003505161865)); -#16383=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,114.006730874052)); -#16384=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,114.010668888472)); -#16385=CARTESIAN_POINT('Ctrl Pts',(20.2212395053569,142.932833237517,114.020018599325)); -#16386=CARTESIAN_POINT('Ctrl Pts',(20.2207516857509,142.92954191315,114.024247309507)); -#16387=CARTESIAN_POINT('Ctrl Pts',(20.2192025637298,142.919066998205,114.035244069979)); -#16388=CARTESIAN_POINT('Ctrl Pts',(20.2179241894817,142.910393149387,114.041478075154)); -#16389=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,114.055511687464)); -#16390=CARTESIAN_POINT('Ctrl Pts',(20.2114284453531,142.865986770524,114.065781303745)); -#16391=CARTESIAN_POINT('Ctrl Pts',(20.1947127740561,142.749476028358,114.108817385173)); -#16392=CARTESIAN_POINT('Ctrl Pts',(20.1765617403512,142.615776496892,114.12854194794)); -#16393=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,114.141396652997)); -#16394=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199258414995)); -#16395=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,114.141396652997)); -#16396=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,114.143530061256)); -#16397=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,114.145513076635)); -#16398=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,114.190843589096)); -#16399=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,114.196100076015)); -#16400=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,114.201663786132)); -#16401=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,114.199258375725)); -#16402=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,114.199258375725)); -#16403=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,114.199258375725)); -#16404=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,114.199258375725)); -#16405=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,114.199258375725)); -#16406=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800741644622)); -#16407=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16408=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,116.003505161865)); -#16409=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,115.800741683892)); -#16410=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,115.800741683893)); -#16411=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,115.800741683893)); -#16412=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,115.800741683893)); -#16413=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,115.798336273486)); -#16414=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,115.803899983603)); -#16415=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,115.809156470521)); -#16416=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,115.860452201639)); -#16417=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,115.870564755516)); -#16418=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,115.898736696057)); -#16419=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,115.914084165691)); -#16420=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,115.95355338587)); -#16421=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,115.964108131824)); -#16422=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,115.980513591927)); -#16423=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,115.984151458414)); -#16424=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,115.991933586351)); -#16425=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,115.99608126337)); -#16426=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,116.001152344921)); -#16427=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,116.002325148752)); -#16428=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,116.003505161865)); -#16429=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,116.141396652997)); -#16430=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,116.003505161865)); -#16431=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,116.006730874052)); -#16432=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,116.010668888472)); -#16433=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,116.020018599326)); -#16434=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,116.024247309508)); -#16435=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,116.035244069981)); -#16436=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,116.041478075156)); -#16437=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,116.055511687465)); -#16438=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,116.065781303747)); -#16439=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,116.108817385173)); -#16440=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,116.12854194794)); -#16441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,116.141396652997)); -#16442=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199258414995)); -#16443=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,116.141396652997)); -#16444=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,116.143530061256)); -#16445=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,116.145513076635)); -#16446=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,116.190843589096)); -#16447=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,116.196100076015)); -#16448=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,116.201663786132)); -#16449=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,116.199258375725)); -#16450=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,116.199258375725)); -#16451=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,116.199258375725)); -#16452=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,116.199258375725)); -#16453=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,116.199258375725)); -#16454=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800741644622)); -#16455=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16456=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,118.003505161865)); -#16457=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,117.800741683892)); -#16458=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,117.800741683893)); -#16459=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,117.800741683893)); -#16460=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,117.800741683893)); -#16461=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,117.798336273486)); -#16462=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,117.803899983603)); -#16463=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,117.809156470521)); -#16464=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,117.860452201639)); -#16465=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,117.870564755516)); -#16466=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,117.898736696057)); -#16467=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,117.914084165691)); -#16468=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,117.95355338587)); -#16469=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,117.964108131824)); -#16470=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,117.980513591927)); -#16471=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,117.984151458414)); -#16472=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,117.991933586351)); -#16473=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,117.99608126337)); -#16474=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,118.001152344921)); -#16475=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,118.002325148752)); -#16476=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,118.003505161865)); -#16477=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,118.141396652997)); -#16478=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,118.003505161865)); -#16479=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,118.006730874052)); -#16480=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,118.010668888472)); -#16481=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,118.020018599326)); -#16482=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,118.024247309508)); -#16483=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,118.03524406998)); -#16484=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,118.041478075156)); -#16485=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,118.055511687465)); -#16486=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,118.065781303747)); -#16487=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,118.108817385173)); -#16488=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,118.12854194794)); -#16489=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,118.141396652997)); -#16490=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199258414995)); -#16491=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,118.141396652997)); -#16492=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,118.143530061256)); -#16493=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,118.145513076635)); -#16494=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,118.190843589096)); -#16495=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,118.196100076015)); -#16496=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,118.201663786132)); -#16497=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,118.199258375725)); -#16498=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,118.199258375725)); -#16499=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,118.199258375725)); -#16500=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,118.199258375725)); -#16501=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,118.199258375725)); -#16502=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800741644622)); -#16503=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16504=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,120.003505161865)); -#16505=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,119.800741683892)); -#16506=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,119.800741683893)); -#16507=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,119.800741683893)); -#16508=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,119.800741683893)); -#16509=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,119.798336273486)); -#16510=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,119.803899983603)); -#16511=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,119.809156470521)); -#16512=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,119.860452201639)); -#16513=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,119.870564755516)); -#16514=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,119.898736696057)); -#16515=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,119.914084165691)); -#16516=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,119.95355338587)); -#16517=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,119.964108131824)); -#16518=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,119.980513591927)); -#16519=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,119.984151458414)); -#16520=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,119.991933586351)); -#16521=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,119.99608126337)); -#16522=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,120.001152344921)); -#16523=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,120.002325148752)); -#16524=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,120.003505161865)); -#16525=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,120.141396652997)); -#16526=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,120.003505161865)); -#16527=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,120.006730874052)); -#16528=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,120.010668888472)); -#16529=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,120.020018599326)); -#16530=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,120.024247309508)); -#16531=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,120.03524406998)); -#16532=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149385,120.041478075156)); -#16533=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,120.055511687465)); -#16534=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,120.065781303746)); -#16535=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,120.108817385173)); -#16536=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,120.12854194794)); -#16537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,120.141396652997)); -#16538=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199258414995)); -#16539=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,120.141396652997)); -#16540=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,120.143530061256)); -#16541=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,120.145513076635)); -#16542=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,120.190843589096)); -#16543=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,120.196100076015)); -#16544=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,120.201663786132)); -#16545=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,120.199258375725)); -#16546=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,120.199258375725)); -#16547=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,120.199258375725)); -#16548=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,120.199258375725)); -#16549=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,120.199258375725)); -#16550=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800741644622)); -#16551=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16552=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,122.003505161865)); -#16553=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,121.800741683892)); -#16554=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,121.800741683893)); -#16555=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,121.800741683893)); -#16556=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,121.800741683893)); -#16557=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,121.798336273486)); -#16558=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,121.803899983603)); -#16559=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,121.809156470521)); -#16560=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,121.860452201639)); -#16561=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,121.870564755516)); -#16562=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,121.898736696057)); -#16563=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,121.914084165691)); -#16564=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,121.95355338587)); -#16565=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,121.964108131824)); -#16566=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,121.980513591927)); -#16567=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,121.984151458414)); -#16568=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,121.991933586351)); -#16569=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,121.99608126337)); -#16570=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,122.001152344921)); -#16571=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,122.002325148752)); -#16572=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,122.003505161865)); -#16573=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,122.141396652997)); -#16574=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,122.003505161865)); -#16575=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,122.006730874052)); -#16576=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,122.010668888472)); -#16577=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,122.020018599326)); -#16578=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,122.024247309508)); -#16579=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,122.03524406998)); -#16580=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,122.041478075155)); -#16581=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,122.055511687465)); -#16582=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,122.065781303746)); -#16583=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,122.108817385173)); -#16584=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496896,122.12854194794)); -#16585=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,122.141396652997)); -#16586=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199258414995)); -#16587=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,122.141396652997)); -#16588=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,122.143530061256)); -#16589=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,122.145513076635)); -#16590=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,122.190843589096)); -#16591=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,122.196100076015)); -#16592=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,122.201663786132)); -#16593=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,122.199258375725)); -#16594=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,122.199258375725)); -#16595=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,122.199258375725)); -#16596=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,122.199258375725)); -#16597=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,122.199258375725)); -#16598=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800741644622)); -#16599=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16600=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,124.003505161865)); -#16601=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,123.800741683892)); -#16602=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,123.800741683893)); -#16603=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,123.800741683893)); -#16604=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,123.800741683893)); -#16605=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,123.798336273486)); -#16606=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,123.803899983603)); -#16607=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,123.809156470521)); -#16608=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,123.860452201639)); -#16609=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,123.870564755516)); -#16610=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,123.898736696057)); -#16611=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,123.914084165691)); -#16612=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,123.95355338587)); -#16613=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,123.964108131824)); -#16614=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,123.980513591927)); -#16615=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,123.984151458414)); -#16616=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,123.991933586351)); -#16617=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,123.99608126337)); -#16618=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,124.001152344921)); -#16619=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,124.002325148752)); -#16620=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,124.003505161865)); -#16621=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,124.141396652997)); -#16622=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,124.003505161865)); -#16623=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,124.006730874052)); -#16624=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,124.010668888472)); -#16625=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,124.020018599326)); -#16626=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,124.024247309508)); -#16627=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,124.03524406998)); -#16628=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,124.041478075155)); -#16629=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,124.055511687466)); -#16630=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,124.065781303747)); -#16631=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028353,124.108817385173)); -#16632=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496896,124.12854194794)); -#16633=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,124.141396652997)); -#16634=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199258414995)); -#16635=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,124.141396652997)); -#16636=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,124.143530061256)); -#16637=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,124.145513076635)); -#16638=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,124.190843589096)); -#16639=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,124.196100076015)); -#16640=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,124.201663786132)); -#16641=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,124.199258375725)); -#16642=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,124.199258375725)); -#16643=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,124.199258375725)); -#16644=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,124.199258375725)); -#16645=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,124.199258375725)); -#16646=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800741644622)); -#16647=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16648=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,126.003505161865)); -#16649=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,125.800741683892)); -#16650=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,125.800741683893)); -#16651=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,125.800741683893)); -#16652=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,125.800741683893)); -#16653=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,125.798336273486)); -#16654=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,125.803899983603)); -#16655=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,125.809156470521)); -#16656=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,125.860452201639)); -#16657=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,125.870564755516)); -#16658=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,125.898736696057)); -#16659=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,125.914084165691)); -#16660=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,125.95355338587)); -#16661=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,125.964108131824)); -#16662=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,125.980513591927)); -#16663=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,125.984151458414)); -#16664=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,125.991933586351)); -#16665=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,125.99608126337)); -#16666=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,126.001152344921)); -#16667=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,126.002325148752)); -#16668=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,126.003505161865)); -#16669=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,126.141396652997)); -#16670=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,126.003505161865)); -#16671=CARTESIAN_POINT('Ctrl Pts',(20.2221009848287,142.938637626557,126.006730874051)); -#16672=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,126.010668888471)); -#16673=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237517,126.020018599325)); -#16674=CARTESIAN_POINT('Ctrl Pts',(20.2207516857509,142.92954191315,126.024247309507)); -#16675=CARTESIAN_POINT('Ctrl Pts',(20.2192025637297,142.919066998204,126.03524406998)); -#16676=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,126.041478075155)); -#16677=CARTESIAN_POINT('Ctrl Pts',(20.2145462714812,142.887358567172,126.055511687463)); -#16678=CARTESIAN_POINT('Ctrl Pts',(20.2114284453532,142.865986770525,126.065781303745)); -#16679=CARTESIAN_POINT('Ctrl Pts',(20.1947127740558,142.749476028355,126.108817385173)); -#16680=CARTESIAN_POINT('Ctrl Pts',(20.1765617403515,142.615776496895,126.12854194794)); -#16681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,126.141396652997)); -#16682=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199258414995)); -#16683=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,126.141396652997)); -#16684=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,126.143530061256)); -#16685=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,126.145513076635)); -#16686=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,126.190843589096)); -#16687=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,126.196100076015)); -#16688=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,126.201663786132)); -#16689=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,126.199258375725)); -#16690=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,126.199258375725)); -#16691=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,126.199258375725)); -#16692=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,126.199258375725)); -#16693=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,126.199258375725)); -#16694=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800741644622)); -#16695=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16696=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,128.003505161865)); -#16697=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,127.800741683892)); -#16698=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,127.800741683893)); -#16699=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,127.800741683893)); -#16700=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,127.800741683893)); -#16701=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,127.798336273486)); -#16702=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,127.803899983603)); -#16703=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,127.809156470521)); -#16704=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,127.860452201639)); -#16705=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,127.870564755516)); -#16706=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,127.898736696057)); -#16707=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,127.914084165691)); -#16708=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,127.95355338587)); -#16709=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,127.964108131824)); -#16710=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,127.980513591927)); -#16711=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,127.984151458414)); -#16712=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,127.991933586351)); -#16713=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,127.99608126337)); -#16714=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,128.001152344921)); -#16715=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,128.002325148752)); -#16716=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,128.003505161865)); -#16717=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,128.141396652997)); -#16718=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,128.003505161865)); -#16719=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,128.006730874052)); -#16720=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,128.010668888472)); -#16721=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,128.020018599326)); -#16722=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,128.024247309508)); -#16723=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,128.03524406998)); -#16724=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,128.041478075156)); -#16725=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,128.055511687465)); -#16726=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,128.065781303747)); -#16727=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028352,128.108817385173)); -#16728=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,128.12854194794)); -#16729=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,128.141396652997)); -#16730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199258414995)); -#16731=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,128.141396652997)); -#16732=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,128.143530061256)); -#16733=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,128.145513076635)); -#16734=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,128.190843589096)); -#16735=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,128.196100076015)); -#16736=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,128.201663786132)); -#16737=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,128.199258375725)); -#16738=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,128.199258375725)); -#16739=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,128.199258375725)); -#16740=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,128.199258375725)); -#16741=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,128.199258375725)); -#16742=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800741644622)); -#16743=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16744=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,130.003505161865)); -#16745=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,129.800741683892)); -#16746=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,129.800741683893)); -#16747=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,129.800741683893)); -#16748=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,129.800741683893)); -#16749=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,129.798336273486)); -#16750=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,129.803899983603)); -#16751=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,129.809156470521)); -#16752=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,129.860452201639)); -#16753=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,129.870564755516)); -#16754=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,129.898736696057)); -#16755=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,129.914084165691)); -#16756=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,129.95355338587)); -#16757=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,129.964108131824)); -#16758=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,129.980513591927)); -#16759=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,129.984151458414)); -#16760=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,129.991933586351)); -#16761=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,129.99608126337)); -#16762=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,130.001152344921)); -#16763=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,130.002325148752)); -#16764=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,130.003505161865)); -#16765=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,130.141396652997)); -#16766=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,130.003505161865)); -#16767=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,130.006730874052)); -#16768=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,130.010668888472)); -#16769=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,130.020018599326)); -#16770=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,130.024247309508)); -#16771=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,130.035244069981)); -#16772=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,130.041478075156)); -#16773=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.887358567171,130.055511687464)); -#16774=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,130.065781303746)); -#16775=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,130.108817385173)); -#16776=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,130.12854194794)); -#16777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,130.141396652997)); -#16778=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199258414995)); -#16779=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,130.141396652997)); -#16780=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,130.143530061256)); -#16781=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,130.145513076635)); -#16782=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,130.190843589096)); -#16783=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,130.196100076015)); -#16784=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,130.201663786132)); -#16785=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,130.199258375725)); -#16786=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,130.199258375725)); -#16787=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,130.199258375725)); -#16788=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,130.199258375725)); -#16789=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,130.199258375725)); -#16790=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800741644622)); -#16791=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16792=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,132.003505161865)); -#16793=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,131.800741683892)); -#16794=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,131.800741683893)); -#16795=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,131.800741683893)); -#16796=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,131.800741683893)); -#16797=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,131.798336273486)); -#16798=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,131.803899983603)); -#16799=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,131.809156470521)); -#16800=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,131.860452201639)); -#16801=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,131.870564755515)); -#16802=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,131.898736696057)); -#16803=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,131.914084165691)); -#16804=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,131.95355338587)); -#16805=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,131.964108131824)); -#16806=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,131.980513591927)); -#16807=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,131.984151458414)); -#16808=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,131.991933586351)); -#16809=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,131.99608126337)); -#16810=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,132.001152344921)); -#16811=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,132.002325148752)); -#16812=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,132.003505161865)); -#16813=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,132.141396652997)); -#16814=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,132.003505161865)); -#16815=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,132.006730874052)); -#16816=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,132.010668888472)); -#16817=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,132.020018599326)); -#16818=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,132.024247309508)); -#16819=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,132.035244069981)); -#16820=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,132.041478075156)); -#16821=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,132.055511687465)); -#16822=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.865986770521,132.065781303746)); -#16823=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,132.108817385173)); -#16824=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496898,132.12854194794)); -#16825=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,132.141396652997)); -#16826=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199258414995)); -#16827=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,132.141396652997)); -#16828=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,132.143530061256)); -#16829=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,132.145513076635)); -#16830=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,132.190843589096)); -#16831=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,132.196100076015)); -#16832=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,132.201663786132)); -#16833=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,132.199258375725)); -#16834=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,132.199258375725)); -#16835=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,132.199258375725)); -#16836=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,132.199258375725)); -#16837=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,132.199258375725)); -#16838=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800741644622)); -#16839=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16840=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,134.003505161865)); -#16841=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,133.800741683892)); -#16842=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,133.800741683893)); -#16843=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,133.800741683893)); -#16844=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,133.800741683893)); -#16845=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,133.798336273486)); -#16846=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,133.803899983603)); -#16847=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,133.809156470521)); -#16848=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,133.860452201639)); -#16849=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,133.870564755516)); -#16850=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,133.898736696057)); -#16851=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,133.914084165691)); -#16852=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,133.95355338587)); -#16853=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,133.964108131824)); -#16854=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,133.980513591927)); -#16855=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,133.984151458414)); -#16856=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,133.991933586351)); -#16857=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,133.99608126337)); -#16858=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,134.001152344921)); -#16859=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,134.002325148752)); -#16860=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,134.003505161865)); -#16861=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,134.141396652997)); -#16862=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,134.003505161865)); -#16863=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,134.006730874052)); -#16864=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,134.010668888472)); -#16865=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,134.020018599326)); -#16866=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,134.024247309508)); -#16867=CARTESIAN_POINT('Ctrl Pts',(20.2192025637297,142.919066998204,134.03524406998)); -#16868=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,134.041478075155)); -#16869=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,134.055511687466)); -#16870=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,134.065781303747)); -#16871=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028354,134.108817385173)); -#16872=CARTESIAN_POINT('Ctrl Pts',(20.1765617403516,142.615776496895,134.12854194794)); -#16873=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,134.141396652997)); -#16874=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199258414995)); -#16875=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,134.141396652997)); -#16876=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,134.143530061256)); -#16877=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.48033698683,134.145513076635)); -#16878=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,134.190843589096)); -#16879=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,134.196100076015)); -#16880=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,134.201663786132)); -#16881=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,134.199258375725)); -#16882=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,134.199258375725)); -#16883=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,134.199258375725)); -#16884=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,134.199258375725)); -#16885=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,134.199258375725)); -#16886=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800741644622)); -#16887=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16888=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,136.003505161865)); -#16889=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,135.800741683892)); -#16890=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,135.800741683893)); -#16891=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,135.800741683893)); -#16892=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,135.800741683893)); -#16893=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,135.798336273486)); -#16894=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,135.803899983603)); -#16895=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,135.809156470521)); -#16896=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,135.860452201639)); -#16897=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,135.870564755516)); -#16898=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,135.898736696057)); -#16899=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,135.914084165691)); -#16900=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,135.95355338587)); -#16901=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,135.964108131824)); -#16902=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,135.980513591927)); -#16903=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,135.984151458414)); -#16904=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,135.991933586351)); -#16905=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,135.99608126337)); -#16906=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,136.001152344921)); -#16907=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,136.002325148752)); -#16908=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,136.003505161865)); -#16909=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,136.141396652997)); -#16910=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,136.003505161865)); -#16911=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,136.006730874052)); -#16912=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,136.010668888472)); -#16913=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,136.020018599326)); -#16914=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,136.024247309508)); -#16915=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,136.035244069981)); -#16916=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,136.041478075156)); -#16917=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,136.055511687464)); -#16918=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,136.065781303746)); -#16919=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,136.108817385173)); -#16920=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,136.12854194794)); -#16921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,136.141396652997)); -#16922=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199258414995)); -#16923=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,136.141396652997)); -#16924=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,136.143530061256)); -#16925=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,136.145513076635)); -#16926=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,136.190843589096)); -#16927=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,136.196100076015)); -#16928=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,136.201663786132)); -#16929=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,136.199258375725)); -#16930=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,136.199258375725)); -#16931=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,136.199258375725)); -#16932=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,136.199258375725)); -#16933=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,136.199258375725)); -#16934=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800741644622)); -#16935=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16936=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,138.003505161865)); -#16937=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,137.800741683892)); -#16938=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,137.800741683893)); -#16939=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,137.800741683893)); -#16940=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,137.800741683893)); -#16941=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,137.798336273486)); -#16942=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,137.803899983603)); -#16943=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,137.809156470521)); -#16944=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,137.860452201639)); -#16945=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,137.870564755516)); -#16946=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,137.898736696057)); -#16947=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,137.914084165691)); -#16948=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,137.95355338587)); -#16949=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,137.964108131824)); -#16950=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,137.980513591927)); -#16951=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,137.984151458414)); -#16952=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,137.991933586351)); -#16953=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,137.99608126337)); -#16954=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,138.001152344921)); -#16955=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,138.002325148752)); -#16956=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,138.003505161865)); -#16957=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,138.141396652997)); -#16958=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,138.003505161865)); -#16959=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,138.006730874052)); -#16960=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,138.010668888472)); -#16961=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,138.020018599326)); -#16962=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,138.024247309508)); -#16963=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,138.03524406998)); -#16964=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149385,138.041478075156)); -#16965=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,138.055511687464)); -#16966=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770523,138.065781303745)); -#16967=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028354,138.108817385173)); -#16968=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,138.12854194794)); -#16969=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,138.141396652997)); -#16970=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199258414995)); -#16971=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,138.141396652997)); -#16972=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,138.143530061256)); -#16973=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,138.145513076635)); -#16974=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,138.190843589096)); -#16975=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,138.196100076015)); -#16976=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,138.201663786132)); -#16977=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,138.199258375725)); -#16978=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,138.199258375725)); -#16979=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,138.199258375725)); -#16980=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,138.199258375725)); -#16981=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,138.199258375725)); -#16982=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800741644622)); -#16983=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#16984=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,140.003505161865)); -#16985=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,139.800741683892)); -#16986=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,139.800741683893)); -#16987=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,139.800741683893)); -#16988=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,139.800741683893)); -#16989=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,139.798336273486)); -#16990=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,139.803899983603)); -#16991=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,139.809156470521)); -#16992=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,139.860452201639)); -#16993=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,139.870564755516)); -#16994=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,139.898736696057)); -#16995=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,139.914084165691)); -#16996=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,139.95355338587)); -#16997=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,139.964108131824)); -#16998=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,139.980513591927)); -#16999=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,139.984151458414)); -#17000=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,139.991933586351)); -#17001=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,139.99608126337)); -#17002=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,140.001152344921)); -#17003=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,140.002325148752)); -#17004=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,140.003505161865)); -#17005=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,140.141396652997)); -#17006=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,140.003505161865)); -#17007=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,140.006730874052)); -#17008=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,140.010668888472)); -#17009=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,140.020018599326)); -#17010=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,140.024247309508)); -#17011=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,140.035244069981)); -#17012=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,140.041478075156)); -#17013=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,140.055511687467)); -#17014=CARTESIAN_POINT('Ctrl Pts',(20.2114284453519,142.865986770516,140.065781303748)); -#17015=CARTESIAN_POINT('Ctrl Pts',(20.1947127740549,142.749476028349,140.108817385173)); -#17016=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496898,140.12854194794)); -#17017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,140.141396652997)); -#17018=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199258414995)); -#17019=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,140.141396652997)); -#17020=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,140.143530061256)); -#17021=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,140.145513076635)); -#17022=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,140.190843589096)); -#17023=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,140.196100076015)); -#17024=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,140.201663786132)); -#17025=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,140.199258375725)); -#17026=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,140.199258375725)); -#17027=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,140.199258375725)); -#17028=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,140.199258375725)); -#17029=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,140.199258375725)); -#17030=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800741644622)); -#17031=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17032=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,142.003505161865)); -#17033=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,141.800741683892)); -#17034=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,141.800741683893)); -#17035=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,141.800741683893)); -#17036=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,141.800741683893)); -#17037=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,141.798336273486)); -#17038=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,141.803899983603)); -#17039=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,141.809156470521)); -#17040=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,141.860452201639)); -#17041=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,141.870564755515)); -#17042=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,141.898736696057)); -#17043=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,141.914084165691)); -#17044=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,141.95355338587)); -#17045=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,141.964108131824)); -#17046=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,141.980513591927)); -#17047=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,141.984151458414)); -#17048=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,141.991933586351)); -#17049=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,141.99608126337)); -#17050=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,142.001152344921)); -#17051=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,142.002325148752)); -#17052=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,142.003505161865)); -#17053=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,142.141396652997)); -#17054=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,142.003505161865)); -#17055=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,142.006730874052)); -#17056=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,142.010668888472)); -#17057=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,142.020018599326)); -#17058=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,142.024247309508)); -#17059=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,142.03524406998)); -#17060=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,142.041478075156)); -#17061=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,142.055511687465)); -#17062=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,142.065781303746)); -#17063=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028352,142.108817385173)); -#17064=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,142.12854194794)); -#17065=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,142.141396652997)); -#17066=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199258414995)); -#17067=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,142.141396652997)); -#17068=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,142.143530061256)); -#17069=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,142.145513076635)); -#17070=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,142.190843589096)); -#17071=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,142.196100076015)); -#17072=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,142.201663786132)); -#17073=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,142.199258375725)); -#17074=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,142.199258375725)); -#17075=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,142.199258375725)); -#17076=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,142.199258375725)); -#17077=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,142.199258375725)); -#17078=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800741644622)); -#17079=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17080=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,144.003505161865)); -#17081=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,143.800741683892)); -#17082=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,143.800741683893)); -#17083=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,143.800741683893)); -#17084=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,143.800741683893)); -#17085=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,143.798336273486)); -#17086=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,143.803899983603)); -#17087=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,143.809156470521)); -#17088=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,143.860452201639)); -#17089=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,143.870564755516)); -#17090=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,143.898736696057)); -#17091=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,143.914084165691)); -#17092=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,143.95355338587)); -#17093=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,143.964108131824)); -#17094=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,143.980513591927)); -#17095=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,143.984151458414)); -#17096=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,143.991933586351)); -#17097=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,143.99608126337)); -#17098=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,144.001152344921)); -#17099=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,144.002325148752)); -#17100=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,144.003505161865)); -#17101=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,144.141396652997)); -#17102=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,144.003505161865)); -#17103=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,144.006730874052)); -#17104=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,144.010668888472)); -#17105=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,144.020018599326)); -#17106=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,144.024247309508)); -#17107=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,144.035244069981)); -#17108=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149383,144.041478075156)); -#17109=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.887358567169,144.055511687465)); -#17110=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,144.065781303747)); -#17111=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,144.108817385173)); -#17112=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,144.12854194794)); -#17113=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,144.141396652997)); -#17114=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199258414995)); -#17115=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,144.141396652997)); -#17116=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,144.143530061256)); -#17117=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,144.145513076635)); -#17118=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,144.190843589096)); -#17119=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,144.196100076015)); -#17120=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,144.201663786132)); -#17121=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,144.199258375725)); -#17122=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,144.199258375725)); -#17123=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,144.199258375725)); -#17124=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,144.199258375725)); -#17125=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,144.199258375725)); -#17126=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800741644622)); -#17127=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17128=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,146.003505161865)); -#17129=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,145.800741683892)); -#17130=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,145.800741683893)); -#17131=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,145.800741683893)); -#17132=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,145.800741683893)); -#17133=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,145.798336273486)); -#17134=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,145.803899983603)); -#17135=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,145.809156470521)); -#17136=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,145.860452201639)); -#17137=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,145.870564755516)); -#17138=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,145.898736696057)); -#17139=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,145.914084165691)); -#17140=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,145.95355338587)); -#17141=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,145.964108131824)); -#17142=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,145.980513591927)); -#17143=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,145.984151458414)); -#17144=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,145.991933586351)); -#17145=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,145.99608126337)); -#17146=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,146.001152344921)); -#17147=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,146.002325148752)); -#17148=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,146.003505161865)); -#17149=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,146.141396652997)); -#17150=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,146.003505161865)); -#17151=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,146.006730874052)); -#17152=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,146.010668888472)); -#17153=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,146.020018599326)); -#17154=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,146.024247309508)); -#17155=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,146.035244069981)); -#17156=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,146.041478075156)); -#17157=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,146.055511687465)); -#17158=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,146.065781303747)); -#17159=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,146.108817385173)); -#17160=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496897,146.12854194794)); -#17161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,146.141396652997)); -#17162=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199258414995)); -#17163=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,146.141396652997)); -#17164=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,146.143530061256)); -#17165=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,146.145513076635)); -#17166=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,146.190843589096)); -#17167=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,146.196100076015)); -#17168=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,146.201663786132)); -#17169=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,146.199258375725)); -#17170=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,146.199258375725)); -#17171=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,146.199258375725)); -#17172=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,146.199258375725)); -#17173=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,146.199258375725)); -#17174=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800741644622)); -#17175=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17176=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,148.003505161865)); -#17177=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,147.800741683892)); -#17178=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,147.800741683893)); -#17179=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,147.800741683893)); -#17180=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,147.800741683893)); -#17181=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,147.798336273486)); -#17182=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,147.803899983603)); -#17183=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,147.809156470521)); -#17184=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,147.860452201639)); -#17185=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,147.870564755516)); -#17186=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,147.898736696057)); -#17187=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,147.914084165691)); -#17188=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,147.95355338587)); -#17189=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,147.964108131824)); -#17190=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,147.980513591927)); -#17191=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,147.984151458414)); -#17192=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,147.991933586351)); -#17193=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,147.99608126337)); -#17194=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,148.001152344921)); -#17195=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,148.002325148752)); -#17196=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,148.003505161865)); -#17197=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,148.141396652997)); -#17198=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,148.003505161865)); -#17199=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,148.006730874052)); -#17200=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,148.010668888472)); -#17201=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,148.020018599326)); -#17202=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,148.024247309508)); -#17203=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,148.035244069981)); -#17204=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,148.041478075156)); -#17205=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,148.055511687465)); -#17206=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,148.065781303746)); -#17207=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,148.108817385173)); -#17208=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,148.12854194794)); -#17209=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,148.141396652997)); -#17210=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199258414995)); -#17211=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,148.141396652997)); -#17212=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,148.143530061256)); -#17213=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,148.145513076635)); -#17214=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,148.190843589096)); -#17215=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,148.196100076015)); -#17216=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,148.201663786132)); -#17217=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,148.199258375725)); -#17218=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,148.199258375725)); -#17219=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,148.199258375725)); -#17220=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,148.199258375725)); -#17221=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,148.199258375725)); -#17222=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800741644622)); -#17223=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17224=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,150.003505161865)); -#17225=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,149.800741683892)); -#17226=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,149.800741683893)); -#17227=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,149.800741683893)); -#17228=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,149.800741683893)); -#17229=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,149.798336273486)); -#17230=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,149.803899983603)); -#17231=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,149.809156470521)); -#17232=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,149.860452201639)); -#17233=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,149.870564755516)); -#17234=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,149.898736696057)); -#17235=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,149.914084165691)); -#17236=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,149.95355338587)); -#17237=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,149.964108131824)); -#17238=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,149.980513591927)); -#17239=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,149.984151458414)); -#17240=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,149.991933586351)); -#17241=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,149.99608126337)); -#17242=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,150.001152344921)); -#17243=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,150.002325148752)); -#17244=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,150.003505161865)); -#17245=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,150.141396652997)); -#17246=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,150.003505161865)); -#17247=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,150.006730874052)); -#17248=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,150.010668888472)); -#17249=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,150.020018599326)); -#17250=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,150.024247309508)); -#17251=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,150.035244069981)); -#17252=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,150.041478075156)); -#17253=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,150.055511687466)); -#17254=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770518,150.065781303747)); -#17255=CARTESIAN_POINT('Ctrl Pts',(20.1947127740549,142.749476028349,150.108817385173)); -#17256=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,150.128541947939)); -#17257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,150.141396652997)); -#17258=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199258414995)); -#17259=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,150.141396652997)); -#17260=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,150.143530061256)); -#17261=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,150.145513076635)); -#17262=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,150.190843589096)); -#17263=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,150.196100076015)); -#17264=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,150.201663786132)); -#17265=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,150.199258375725)); -#17266=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,150.199258375725)); -#17267=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,150.199258375725)); -#17268=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,150.199258375725)); -#17269=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,150.199258375725)); -#17270=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800741644622)); -#17271=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17272=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,152.003505161865)); -#17273=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,151.800741683892)); -#17274=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,151.800741683893)); -#17275=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,151.800741683893)); -#17276=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,151.800741683893)); -#17277=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,151.798336273486)); -#17278=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,151.803899983603)); -#17279=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,151.809156470521)); -#17280=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,151.860452201639)); -#17281=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,151.870564755515)); -#17282=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,151.898736696057)); -#17283=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,151.914084165691)); -#17284=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,151.95355338587)); -#17285=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,151.964108131824)); -#17286=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,151.980513591927)); -#17287=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,151.984151458414)); -#17288=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,151.991933586351)); -#17289=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,151.99608126337)); -#17290=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,152.001152344921)); -#17291=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,152.002325148752)); -#17292=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,152.003505161865)); -#17293=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,152.141396652997)); -#17294=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,152.003505161865)); -#17295=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,152.006730874052)); -#17296=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,152.010668888472)); -#17297=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,152.020018599326)); -#17298=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,152.024247309508)); -#17299=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,152.03524406998)); -#17300=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,152.041478075155)); -#17301=CARTESIAN_POINT('Ctrl Pts',(20.2145462714812,142.887358567172,152.055511687463)); -#17302=CARTESIAN_POINT('Ctrl Pts',(20.2114284453532,142.865986770525,152.065781303745)); -#17303=CARTESIAN_POINT('Ctrl Pts',(20.1947127740555,142.749476028354,152.108817385173)); -#17304=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,152.12854194794)); -#17305=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,152.141396652997)); -#17306=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199258414995)); -#17307=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,152.141396652997)); -#17308=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,152.143530061256)); -#17309=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,152.145513076635)); -#17310=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,152.190843589096)); -#17311=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,152.196100076015)); -#17312=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,152.201663786132)); -#17313=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,152.199258375725)); -#17314=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,152.199258375725)); -#17315=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,152.199258375725)); -#17316=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,152.199258375725)); -#17317=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,152.199258375725)); -#17318=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800741644622)); -#17319=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17320=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,154.003505161865)); -#17321=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,153.800741683892)); -#17322=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,153.800741683893)); -#17323=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,153.800741683893)); -#17324=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,153.800741683893)); -#17325=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,153.798336273486)); -#17326=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,153.803899983603)); -#17327=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,153.809156470521)); -#17328=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,153.860452201639)); -#17329=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,153.870564755516)); -#17330=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,153.898736696057)); -#17331=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,153.914084165691)); -#17332=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,153.95355338587)); -#17333=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,153.964108131824)); -#17334=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,153.980513591927)); -#17335=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,153.984151458414)); -#17336=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,153.991933586351)); -#17337=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,153.99608126337)); -#17338=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,154.001152344921)); -#17339=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,154.002325148752)); -#17340=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,154.003505161865)); -#17341=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,154.141396652997)); -#17342=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,154.003505161865)); -#17343=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,154.006730874052)); -#17344=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,154.010668888472)); -#17345=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,154.020018599326)); -#17346=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,154.024247309508)); -#17347=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,154.035244069981)); -#17348=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149383,154.041478075156)); -#17349=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,154.055511687464)); -#17350=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,154.065781303746)); -#17351=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,154.108817385173)); -#17352=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,154.12854194794)); -#17353=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,154.141396652997)); -#17354=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199258414995)); -#17355=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,154.141396652997)); -#17356=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,154.143530061256)); -#17357=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.48033698683,154.145513076635)); -#17358=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,154.190843589096)); -#17359=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,154.196100076015)); -#17360=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,154.201663786132)); -#17361=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,154.199258375725)); -#17362=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,154.199258375725)); -#17363=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,154.199258375725)); -#17364=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,154.199258375725)); -#17365=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,154.199258375725)); -#17366=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800741644622)); -#17367=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17368=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,156.003505161865)); -#17369=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,155.800741683892)); -#17370=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,155.800741683893)); -#17371=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,155.800741683893)); -#17372=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,155.800741683893)); -#17373=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,155.798336273486)); -#17374=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,155.803899983603)); -#17375=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,155.809156470521)); -#17376=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,155.860452201639)); -#17377=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,155.870564755516)); -#17378=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,155.898736696057)); -#17379=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,155.914084165691)); -#17380=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,155.95355338587)); -#17381=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,155.964108131824)); -#17382=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,155.980513591927)); -#17383=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,155.984151458414)); -#17384=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,155.991933586351)); -#17385=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,155.99608126337)); -#17386=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,156.001152344921)); -#17387=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,156.002325148752)); -#17388=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,156.003505161865)); -#17389=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,156.141396652997)); -#17390=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,156.003505161865)); -#17391=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,156.006730874051)); -#17392=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,156.010668888471)); -#17393=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237517,156.020018599325)); -#17394=CARTESIAN_POINT('Ctrl Pts',(20.2207516857509,142.92954191315,156.024247309507)); -#17395=CARTESIAN_POINT('Ctrl Pts',(20.2192025637297,142.919066998205,156.03524406998)); -#17396=CARTESIAN_POINT('Ctrl Pts',(20.2179241894815,142.910393149385,156.041478075155)); -#17397=CARTESIAN_POINT('Ctrl Pts',(20.2145462714813,142.887358567173,156.055511687463)); -#17398=CARTESIAN_POINT('Ctrl Pts',(20.2114284453534,142.865986770526,156.065781303744)); -#17399=CARTESIAN_POINT('Ctrl Pts',(20.1947127740559,142.749476028357,156.108817385173)); -#17400=CARTESIAN_POINT('Ctrl Pts',(20.1765617403514,142.615776496894,156.12854194794)); -#17401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,156.141396652997)); -#17402=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199258414995)); -#17403=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,156.141396652997)); -#17404=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,156.143530061256)); -#17405=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,156.145513076635)); -#17406=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,156.190843589096)); -#17407=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,156.196100076015)); -#17408=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,156.201663786132)); -#17409=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,156.199258375725)); -#17410=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,156.199258375725)); -#17411=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,156.199258375725)); -#17412=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,156.199258375725)); -#17413=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,156.199258375725)); -#17414=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800741644622)); -#17415=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17416=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,158.003505161865)); -#17417=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,157.800741683892)); -#17418=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,157.800741683893)); -#17419=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,157.800741683893)); -#17420=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,157.800741683893)); -#17421=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,157.798336273486)); -#17422=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,157.803899983603)); -#17423=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,157.809156470521)); -#17424=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,157.860452201639)); -#17425=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,157.870564755516)); -#17426=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,157.898736696057)); -#17427=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,157.914084165691)); -#17428=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,157.95355338587)); -#17429=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,157.964108131824)); -#17430=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,157.980513591927)); -#17431=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,157.984151458414)); -#17432=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,157.991933586351)); -#17433=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,157.99608126337)); -#17434=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,158.001152344921)); -#17435=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,158.002325148752)); -#17436=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,158.003505161865)); -#17437=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,158.141396652997)); -#17438=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,158.003505161865)); -#17439=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,158.006730874052)); -#17440=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,158.010668888472)); -#17441=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,158.020018599326)); -#17442=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,158.024247309508)); -#17443=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,158.035244069981)); -#17444=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,158.041478075156)); -#17445=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,158.055511687466)); -#17446=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,158.065781303747)); -#17447=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,158.108817385173)); -#17448=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,158.12854194794)); -#17449=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,158.141396652997)); -#17450=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199258414995)); -#17451=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,158.141396652997)); -#17452=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,158.143530061256)); -#17453=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,158.145513076635)); -#17454=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,158.190843589096)); -#17455=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,158.196100076015)); -#17456=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,158.201663786132)); -#17457=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,158.199258375725)); -#17458=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,158.199258375725)); -#17459=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,158.199258375725)); -#17460=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,158.199258375725)); -#17461=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,158.199258375725)); -#17462=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800741644622)); -#17463=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17464=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,160.003505161865)); -#17465=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,159.800741683892)); -#17466=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,159.800741683893)); -#17467=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,159.800741683893)); -#17468=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,159.800741683893)); -#17469=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,159.798336273486)); -#17470=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,159.803899983603)); -#17471=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,159.809156470521)); -#17472=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,159.860452201639)); -#17473=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,159.870564755516)); -#17474=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,159.898736696057)); -#17475=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,159.914084165691)); -#17476=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,159.95355338587)); -#17477=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,159.964108131824)); -#17478=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,159.980513591927)); -#17479=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,159.984151458414)); -#17480=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,159.991933586351)); -#17481=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,159.99608126337)); -#17482=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,160.001152344921)); -#17483=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,160.002325148752)); -#17484=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,160.003505161865)); -#17485=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,160.141396652997)); -#17486=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,160.003505161865)); -#17487=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,160.006730874052)); -#17488=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,160.010668888472)); -#17489=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,160.020018599326)); -#17490=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,160.024247309509)); -#17491=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,160.035244069981)); -#17492=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,160.041478075157)); -#17493=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,160.055511687465)); -#17494=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,160.065781303747)); -#17495=CARTESIAN_POINT('Ctrl Pts',(20.1947127740549,142.749476028349,160.108817385173)); -#17496=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,160.128541947939)); -#17497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,160.141396652997)); -#17498=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199258414995)); -#17499=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,160.141396652997)); -#17500=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,160.143530061256)); -#17501=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,160.145513076635)); -#17502=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,160.190843589096)); -#17503=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,160.196100076015)); -#17504=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,160.201663786132)); -#17505=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,160.199258375725)); -#17506=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,160.199258375725)); -#17507=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,160.199258375725)); -#17508=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,160.199258375725)); -#17509=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,160.199258375725)); -#17510=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800741644622)); -#17511=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17512=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,162.003505161865)); -#17513=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,161.800741683892)); -#17514=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,161.800741683893)); -#17515=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,161.800741683893)); -#17516=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,161.800741683893)); -#17517=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,161.798336273486)); -#17518=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,161.803899983603)); -#17519=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,161.809156470521)); -#17520=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,161.860452201639)); -#17521=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,161.870564755515)); -#17522=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,161.898736696057)); -#17523=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,161.914084165691)); -#17524=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,161.95355338587)); -#17525=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,161.964108131824)); -#17526=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,161.980513591927)); -#17527=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,161.984151458414)); -#17528=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,161.991933586351)); -#17529=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,161.99608126337)); -#17530=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,162.001152344921)); -#17531=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,162.002325148752)); -#17532=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,162.003505161865)); -#17533=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,162.141396652997)); -#17534=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,162.003505161865)); -#17535=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,162.006730874052)); -#17536=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,162.010668888472)); -#17537=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,162.020018599326)); -#17538=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,162.024247309509)); -#17539=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,162.035244069981)); -#17540=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,162.041478075157)); -#17541=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,162.055511687468)); -#17542=CARTESIAN_POINT('Ctrl Pts',(20.2114284453515,142.865986770513,162.06578130375)); -#17543=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,162.108817385173)); -#17544=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,162.128541947939)); -#17545=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,162.141396652997)); -#17546=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199258414995)); -#17547=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,162.141396652997)); -#17548=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,162.143530061256)); -#17549=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,162.145513076635)); -#17550=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,162.190843589096)); -#17551=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,162.196100076015)); -#17552=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,162.201663786132)); -#17553=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,162.199258375725)); -#17554=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,162.199258375725)); -#17555=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,162.199258375725)); -#17556=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,162.199258375725)); -#17557=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,162.199258375725)); -#17558=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800741644622)); -#17559=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17560=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,164.003505161865)); -#17561=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,163.800741683892)); -#17562=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,163.800741683893)); -#17563=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,163.800741683893)); -#17564=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,163.800741683893)); -#17565=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,163.798336273486)); -#17566=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,163.803899983602)); -#17567=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,163.809156470521)); -#17568=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,163.860452201639)); -#17569=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,163.870564755515)); -#17570=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,163.898736696057)); -#17571=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,163.914084165691)); -#17572=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,163.95355338587)); -#17573=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,163.964108131824)); -#17574=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,163.980513591927)); -#17575=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,163.984151458414)); -#17576=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,163.991933586351)); -#17577=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,163.99608126337)); -#17578=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,164.001152344921)); -#17579=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,164.002325148752)); -#17580=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,164.003505161865)); -#17581=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,164.141396652997)); -#17582=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,164.003505161865)); -#17583=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,164.006730874052)); -#17584=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,164.010668888472)); -#17585=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,164.020018599326)); -#17586=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,164.024247309509)); -#17587=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,164.035244069982)); -#17588=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,164.041478075158)); -#17589=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,164.055511687464)); -#17590=CARTESIAN_POINT('Ctrl Pts',(20.2114284453527,142.865986770521,164.065781303747)); -#17591=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,164.108817385173)); -#17592=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,164.128541947939)); -#17593=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,164.141396652997)); -#17594=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199258414995)); -#17595=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,164.141396652997)); -#17596=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,164.143530061256)); -#17597=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,164.145513076635)); -#17598=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,164.190843589096)); -#17599=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,164.196100076015)); -#17600=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,164.201663786132)); -#17601=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,164.199258375725)); -#17602=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,164.199258375725)); -#17603=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,164.199258375725)); -#17604=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,164.199258375725)); -#17605=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,164.199258375725)); -#17606=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800741644622)); -#17607=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17608=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,166.003505161865)); -#17609=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,165.800741683892)); -#17610=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,165.800741683893)); -#17611=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,165.800741683893)); -#17612=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,165.800741683893)); -#17613=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,165.798336273486)); -#17614=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,165.803899983603)); -#17615=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,165.809156470521)); -#17616=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,165.860452201639)); -#17617=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,165.870564755515)); -#17618=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,165.898736696057)); -#17619=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,165.914084165691)); -#17620=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,165.95355338587)); -#17621=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,165.964108131824)); -#17622=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,165.980513591927)); -#17623=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,165.984151458414)); -#17624=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,165.991933586351)); -#17625=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,165.99608126337)); -#17626=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,166.001152344921)); -#17627=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,166.002325148752)); -#17628=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,166.003505161865)); -#17629=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,166.141396652997)); -#17630=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,166.003505161865)); -#17631=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,166.006730874052)); -#17632=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,166.010668888472)); -#17633=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,166.020018599326)); -#17634=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,166.024247309509)); -#17635=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,166.035244069981)); -#17636=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,166.041478075157)); -#17637=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,166.055511687465)); -#17638=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770519,166.065781303747)); -#17639=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,166.108817385173)); -#17640=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,166.128541947939)); -#17641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,166.141396652997)); -#17642=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199258414995)); -#17643=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,166.141396652997)); -#17644=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,166.143530061256)); -#17645=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,166.145513076635)); -#17646=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,166.190843589096)); -#17647=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,166.196100076015)); -#17648=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,166.201663786132)); -#17649=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,166.199258375725)); -#17650=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,166.199258375725)); -#17651=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,166.199258375725)); -#17652=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,166.199258375725)); -#17653=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,166.199258375725)); -#17654=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800741644622)); -#17655=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17656=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,168.003505161865)); -#17657=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,167.800741683892)); -#17658=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,167.800741683893)); -#17659=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,167.800741683893)); -#17660=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,167.800741683893)); -#17661=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,167.798336273486)); -#17662=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,167.803899983603)); -#17663=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,167.809156470521)); -#17664=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,167.860452201639)); -#17665=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,167.870564755516)); -#17666=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,167.898736696057)); -#17667=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,167.914084165691)); -#17668=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,167.95355338587)); -#17669=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,167.964108131824)); -#17670=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,167.980513591927)); -#17671=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,167.984151458414)); -#17672=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,167.991933586351)); -#17673=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,167.99608126337)); -#17674=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,168.001152344921)); -#17675=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,168.002325148752)); -#17676=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,168.003505161865)); -#17677=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,168.141396652997)); -#17678=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,168.003505161865)); -#17679=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,168.006730874052)); -#17680=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,168.010668888472)); -#17681=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,168.020018599326)); -#17682=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,168.024247309508)); -#17683=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,168.035244069982)); -#17684=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,168.041478075157)); -#17685=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,168.055511687466)); -#17686=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,168.065781303748)); -#17687=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,168.108817385173)); -#17688=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,168.128541947939)); -#17689=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,168.141396652997)); -#17690=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199258414995)); -#17691=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,168.141396652997)); -#17692=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,168.143530061256)); -#17693=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,168.145513076635)); -#17694=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,168.190843589096)); -#17695=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,168.196100076015)); -#17696=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,168.201663786132)); -#17697=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,168.199258375725)); -#17698=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,168.199258375725)); -#17699=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,168.199258375725)); -#17700=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,168.199258375725)); -#17701=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,168.199258375725)); -#17702=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800741644622)); -#17703=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17704=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,170.003505161865)); -#17705=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,169.800741683892)); -#17706=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,169.800741683893)); -#17707=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,169.800741683893)); -#17708=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,169.800741683893)); -#17709=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,169.798336273486)); -#17710=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,169.803899983603)); -#17711=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,169.809156470521)); -#17712=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,169.860452201639)); -#17713=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,169.870564755515)); -#17714=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,169.898736696057)); -#17715=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,169.914084165691)); -#17716=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,169.95355338587)); -#17717=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,169.964108131824)); -#17718=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,169.980513591927)); -#17719=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,169.984151458414)); -#17720=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,169.991933586351)); -#17721=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,169.99608126337)); -#17722=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,170.001152344921)); -#17723=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,170.002325148752)); -#17724=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,170.003505161865)); -#17725=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,170.141396652997)); -#17726=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,170.003505161865)); -#17727=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,170.006730874052)); -#17728=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,170.010668888471)); -#17729=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,170.020018599326)); -#17730=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,170.024247309509)); -#17731=CARTESIAN_POINT('Ctrl Pts',(20.2192025637292,142.919066998201,170.035244069983)); -#17732=CARTESIAN_POINT('Ctrl Pts',(20.2179241894808,142.910393149381,170.041478075158)); -#17733=CARTESIAN_POINT('Ctrl Pts',(20.2145462714798,142.887358567163,170.055511687468)); -#17734=CARTESIAN_POINT('Ctrl Pts',(20.2114284453511,142.86598677051,170.065781303751)); -#17735=CARTESIAN_POINT('Ctrl Pts',(20.1947127740541,142.749476028343,170.108817385173)); -#17736=CARTESIAN_POINT('Ctrl Pts',(20.1765617403526,142.615776496903,170.128541947939)); -#17737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,170.141396652997)); -#17738=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199258414995)); -#17739=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,170.141396652997)); -#17740=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,170.143530061256)); -#17741=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,170.145513076635)); -#17742=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,170.190843589096)); -#17743=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,170.196100076015)); -#17744=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,170.201663786132)); -#17745=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,170.199258375725)); -#17746=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,170.199258375725)); -#17747=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,170.199258375725)); -#17748=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,170.199258375725)); -#17749=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,170.199258375725)); -#17750=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800741644622)); -#17751=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17752=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,172.003505161865)); -#17753=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,171.800741683892)); -#17754=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,171.800741683893)); -#17755=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,171.800741683893)); -#17756=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,171.800741683893)); -#17757=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,171.798336273486)); -#17758=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,171.803899983603)); -#17759=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,171.809156470521)); -#17760=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,171.860452201639)); -#17761=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,171.870564755515)); -#17762=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,171.898736696057)); -#17763=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,171.914084165691)); -#17764=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,171.95355338587)); -#17765=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,171.964108131824)); -#17766=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,171.980513591927)); -#17767=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,171.984151458414)); -#17768=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,171.991933586351)); -#17769=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,171.99608126337)); -#17770=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,172.001152344921)); -#17771=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,172.002325148752)); -#17772=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,172.003505161865)); -#17773=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,172.141396652997)); -#17774=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,172.003505161865)); -#17775=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,172.006730874051)); -#17776=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,172.010668888471)); -#17777=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,172.020018599326)); -#17778=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,172.024247309509)); -#17779=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,172.035244069982)); -#17780=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,172.041478075157)); -#17781=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,172.055511687463)); -#17782=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770523,172.065781303746)); -#17783=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,172.108817385173)); -#17784=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,172.128541947939)); -#17785=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,172.141396652997)); -#17786=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199258414995)); -#17787=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,172.141396652997)); -#17788=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,172.143530061256)); -#17789=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,172.145513076635)); -#17790=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,172.190843589096)); -#17791=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,172.196100076015)); -#17792=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,172.201663786132)); -#17793=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,172.199258375725)); -#17794=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,172.199258375725)); -#17795=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,172.199258375725)); -#17796=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,172.199258375725)); -#17797=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,172.199258375725)); -#17798=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800741644622)); -#17799=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17800=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,174.003505161865)); -#17801=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,173.800741683892)); -#17802=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,173.800741683893)); -#17803=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,173.800741683893)); -#17804=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,173.800741683893)); -#17805=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,173.798336273486)); -#17806=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,173.803899983602)); -#17807=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,173.809156470521)); -#17808=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,173.860452201639)); -#17809=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,173.870564755515)); -#17810=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,173.898736696057)); -#17811=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,173.914084165691)); -#17812=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,173.95355338587)); -#17813=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,173.964108131824)); -#17814=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,173.980513591927)); -#17815=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,173.984151458414)); -#17816=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,173.991933586351)); -#17817=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,173.99608126337)); -#17818=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,174.001152344921)); -#17819=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,174.002325148752)); -#17820=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,174.003505161865)); -#17821=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,174.141396652997)); -#17822=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,174.003505161865)); -#17823=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,174.006730874052)); -#17824=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,174.010668888472)); -#17825=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,174.020018599326)); -#17826=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,174.024247309509)); -#17827=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,174.035244069981)); -#17828=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,174.041478075157)); -#17829=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,174.055511687466)); -#17830=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770516,174.065781303748)); -#17831=CARTESIAN_POINT('Ctrl Pts',(20.1947127740549,142.749476028349,174.108817385173)); -#17832=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,174.128541947939)); -#17833=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,174.141396652997)); -#17834=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199258414995)); -#17835=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,174.141396652997)); -#17836=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,174.143530061256)); -#17837=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,174.145513076635)); -#17838=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,174.190843589096)); -#17839=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,174.196100076015)); -#17840=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,174.201663786132)); -#17841=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,174.199258375725)); -#17842=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,174.199258375725)); -#17843=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,174.199258375725)); -#17844=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,174.199258375725)); -#17845=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,174.199258375725)); -#17846=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800741644622)); -#17847=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17848=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,176.003505161865)); -#17849=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,175.800741683892)); -#17850=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,175.800741683893)); -#17851=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,175.800741683893)); -#17852=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,175.800741683893)); -#17853=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,175.798336273486)); -#17854=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,175.803899983603)); -#17855=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,175.809156470521)); -#17856=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,175.860452201639)); -#17857=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,175.870564755515)); -#17858=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,175.898736696057)); -#17859=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,175.914084165691)); -#17860=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,175.95355338587)); -#17861=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,175.964108131824)); -#17862=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,175.980513591927)); -#17863=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,175.984151458414)); -#17864=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,175.991933586351)); -#17865=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,175.99608126337)); -#17866=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,176.001152344921)); -#17867=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,176.002325148752)); -#17868=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,176.003505161865)); -#17869=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,176.141396652997)); -#17870=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,176.003505161865)); -#17871=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,176.006730874051)); -#17872=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,176.010668888471)); -#17873=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,176.020018599326)); -#17874=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,176.024247309509)); -#17875=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,176.035244069981)); -#17876=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,176.041478075157)); -#17877=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,176.055511687468)); -#17878=CARTESIAN_POINT('Ctrl Pts',(20.2114284453515,142.865986770513,176.065781303749)); -#17879=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,176.108817385173)); -#17880=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,176.128541947939)); -#17881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,176.141396652997)); -#17882=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199258414995)); -#17883=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,176.141396652997)); -#17884=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,176.143530061256)); -#17885=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,176.145513076635)); -#17886=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,176.190843589096)); -#17887=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,176.196100076015)); -#17888=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,176.201663786132)); -#17889=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,176.199258375725)); -#17890=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,176.199258375725)); -#17891=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,176.199258375725)); -#17892=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,176.199258375725)); -#17893=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,176.199258375725)); -#17894=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800741644622)); -#17895=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17896=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,178.003505161865)); -#17897=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,177.800741683892)); -#17898=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,177.800741683893)); -#17899=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,177.800741683893)); -#17900=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,177.800741683893)); -#17901=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,177.798336273486)); -#17902=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,177.803899983603)); -#17903=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,177.809156470521)); -#17904=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,177.860452201639)); -#17905=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,177.870564755516)); -#17906=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,177.898736696057)); -#17907=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,177.914084165691)); -#17908=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,177.95355338587)); -#17909=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,177.964108131824)); -#17910=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,177.980513591927)); -#17911=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,177.984151458414)); -#17912=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,177.991933586351)); -#17913=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,177.99608126337)); -#17914=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,178.001152344921)); -#17915=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,178.002325148752)); -#17916=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,178.003505161865)); -#17917=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,178.141396652997)); -#17918=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,178.003505161865)); -#17919=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,178.006730874051)); -#17920=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,178.010668888472)); -#17921=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,178.020018599326)); -#17922=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913148,178.024247309509)); -#17923=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,178.035244069981)); -#17924=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,178.041478075157)); -#17925=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,178.055511687466)); -#17926=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,178.065781303748)); -#17927=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,178.108817385173)); -#17928=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,178.128541947939)); -#17929=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,178.141396652997)); -#17930=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199258414995)); -#17931=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,178.141396652997)); -#17932=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,178.143530061256)); -#17933=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,178.145513076635)); -#17934=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,178.190843589096)); -#17935=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,178.196100076015)); -#17936=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,178.201663786132)); -#17937=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,178.199258375725)); -#17938=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,178.199258375725)); -#17939=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,178.199258375725)); -#17940=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,178.199258375725)); -#17941=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,178.199258375725)); -#17942=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800741644622)); -#17943=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17944=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,180.003505161865)); -#17945=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,179.800741683892)); -#17946=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,179.800741683893)); -#17947=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,179.800741683893)); -#17948=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,179.800741683893)); -#17949=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,179.798336273486)); -#17950=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,179.803899983603)); -#17951=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,179.809156470521)); -#17952=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,179.860452201639)); -#17953=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,179.870564755515)); -#17954=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,179.898736696057)); -#17955=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,179.914084165691)); -#17956=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,179.95355338587)); -#17957=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,179.964108131824)); -#17958=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,179.980513591927)); -#17959=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,179.984151458414)); -#17960=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,179.991933586351)); -#17961=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,179.99608126337)); -#17962=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,180.001152344921)); -#17963=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,180.002325148752)); -#17964=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,180.003505161865)); -#17965=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,180.141396652997)); -#17966=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,180.003505161865)); -#17967=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,180.006730874052)); -#17968=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,180.010668888472)); -#17969=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,180.020018599326)); -#17970=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,180.024247309509)); -#17971=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,180.035244069982)); -#17972=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,180.041478075157)); -#17973=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,180.055511687467)); -#17974=CARTESIAN_POINT('Ctrl Pts',(20.2114284453515,142.865986770513,180.06578130375)); -#17975=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,180.108817385173)); -#17976=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,180.128541947939)); -#17977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,180.141396652997)); -#17978=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199258414995)); -#17979=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,180.141396652997)); -#17980=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,180.143530061256)); -#17981=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,180.145513076635)); -#17982=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,180.190843589096)); -#17983=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,180.196100076015)); -#17984=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,180.201663786132)); -#17985=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,180.199258375725)); -#17986=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,180.199258375725)); -#17987=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,180.199258375725)); -#17988=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,180.199258375725)); -#17989=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,180.199258375725)); -#17990=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800741644622)); -#17991=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#17992=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,182.003505161865)); -#17993=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,181.800741683892)); -#17994=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,181.800741683893)); -#17995=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,181.800741683893)); -#17996=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,181.800741683893)); -#17997=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,181.798336273486)); -#17998=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,181.803899983603)); -#17999=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,181.809156470521)); -#18000=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,181.860452201639)); -#18001=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,181.870564755515)); -#18002=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,181.898736696057)); -#18003=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,181.914084165691)); -#18004=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,181.95355338587)); -#18005=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,181.964108131824)); -#18006=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,181.980513591927)); -#18007=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,181.984151458414)); -#18008=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,181.991933586351)); -#18009=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,181.99608126337)); -#18010=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,182.001152344921)); -#18011=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,182.002325148752)); -#18012=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,182.003505161865)); -#18013=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,182.141396652997)); -#18014=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,182.003505161865)); -#18015=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,182.006730874052)); -#18016=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,182.010668888472)); -#18017=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,182.020018599326)); -#18018=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,182.024247309508)); -#18019=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,182.035244069981)); -#18020=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149383,182.041478075156)); -#18021=CARTESIAN_POINT('Ctrl Pts',(20.2145462714813,142.887358567173,182.055511687462)); -#18022=CARTESIAN_POINT('Ctrl Pts',(20.2114284453535,142.865986770527,182.065781303744)); -#18023=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,182.108817385173)); -#18024=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,182.12854194794)); -#18025=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,182.141396652997)); -#18026=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199258414995)); -#18027=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,182.141396652997)); -#18028=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,182.143530061256)); -#18029=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,182.145513076635)); -#18030=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,182.190843589096)); -#18031=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,182.196100076015)); -#18032=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,182.201663786132)); -#18033=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,182.199258375725)); -#18034=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,182.199258375725)); -#18035=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,182.199258375725)); -#18036=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,182.199258375725)); -#18037=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,182.199258375725)); -#18038=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800741644622)); -#18039=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18040=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,184.003505161865)); -#18041=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,183.800741683892)); -#18042=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,183.800741683893)); -#18043=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,183.800741683893)); -#18044=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,183.800741683893)); -#18045=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,183.798336273486)); -#18046=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,183.803899983602)); -#18047=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,183.809156470521)); -#18048=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,183.860452201639)); -#18049=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,183.870564755515)); -#18050=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,183.898736696057)); -#18051=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,183.914084165691)); -#18052=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,183.95355338587)); -#18053=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,183.964108131824)); -#18054=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,183.980513591927)); -#18055=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,183.984151458414)); -#18056=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,183.991933586351)); -#18057=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,183.99608126337)); -#18058=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,184.001152344921)); -#18059=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,184.002325148752)); -#18060=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,184.003505161865)); -#18061=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,184.141396652997)); -#18062=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,184.003505161865)); -#18063=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,184.006730874052)); -#18064=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,184.010668888472)); -#18065=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,184.020018599326)); -#18066=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,184.024247309509)); -#18067=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,184.035244069982)); -#18068=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,184.041478075158)); -#18069=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,184.055511687464)); -#18070=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.865986770521,184.065781303747)); -#18071=CARTESIAN_POINT('Ctrl Pts',(20.1947127740545,142.749476028346,184.108817385173)); -#18072=CARTESIAN_POINT('Ctrl Pts',(20.1765617403524,142.615776496902,184.128541947939)); -#18073=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,184.141396652997)); -#18074=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199258414995)); -#18075=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,184.141396652997)); -#18076=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,184.143530061256)); -#18077=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,184.145513076635)); -#18078=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,184.190843589096)); -#18079=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,184.196100076015)); -#18080=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,184.201663786132)); -#18081=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,184.199258375725)); -#18082=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,184.199258375725)); -#18083=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,184.199258375725)); -#18084=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,184.199258375725)); -#18085=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,184.199258375725)); -#18086=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800741644622)); -#18087=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18088=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,186.003505161865)); -#18089=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,185.800741683892)); -#18090=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,185.800741683893)); -#18091=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,185.800741683893)); -#18092=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,185.800741683893)); -#18093=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,185.798336273486)); -#18094=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,185.803899983603)); -#18095=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,185.809156470521)); -#18096=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,185.860452201639)); -#18097=CARTESIAN_POINT('Ctrl Pts',(20.1756278223646,142.607715340378,185.870564755516)); -#18098=CARTESIAN_POINT('Ctrl Pts',(20.1955225793351,142.754775420466,185.898736696057)); -#18099=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,185.914084165691)); -#18100=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,185.95355338587)); -#18101=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,185.964108131824)); -#18102=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,185.980513591927)); -#18103=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,185.984151458414)); -#18104=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,185.991933586351)); -#18105=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,185.99608126337)); -#18106=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,186.001152344921)); -#18107=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,186.002325148752)); -#18108=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,186.003505161865)); -#18109=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,186.141396652997)); -#18110=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,186.003505161865)); -#18111=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,186.006730874052)); -#18112=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,186.010668888472)); -#18113=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,186.020018599326)); -#18114=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,186.024247309508)); -#18115=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,186.035244069982)); -#18116=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,186.041478075157)); -#18117=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,186.055511687465)); -#18118=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,186.065781303747)); -#18119=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,186.108817385173)); -#18120=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,186.128541947939)); -#18121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,186.141396652997)); -#18122=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199258414995)); -#18123=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,186.141396652997)); -#18124=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,186.143530061256)); -#18125=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.48033698683,186.145513076635)); -#18126=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,186.190843589096)); -#18127=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,186.196100076015)); -#18128=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,186.201663786132)); -#18129=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,186.199258375725)); -#18130=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,186.199258375725)); -#18131=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,186.199258375725)); -#18132=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,186.199258375725)); -#18133=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,186.199258375725)); -#18134=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800741644622)); -#18135=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18136=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,188.003505161865)); -#18137=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,187.800741683892)); -#18138=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,187.800741683893)); -#18139=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,187.800741683893)); -#18140=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,187.800741683893)); -#18141=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,187.798336273486)); -#18142=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,187.803899983603)); -#18143=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,187.809156470521)); -#18144=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,187.860452201639)); -#18145=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,187.870564755516)); -#18146=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,187.898736696057)); -#18147=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,187.914084165691)); -#18148=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,187.95355338587)); -#18149=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,187.964108131824)); -#18150=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,187.980513591927)); -#18151=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,187.984151458414)); -#18152=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,187.991933586351)); -#18153=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,187.99608126337)); -#18154=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,188.001152344921)); -#18155=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,188.002325148752)); -#18156=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,188.003505161865)); -#18157=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,188.141396652997)); -#18158=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,188.003505161865)); -#18159=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,188.006730874051)); -#18160=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,188.010668888471)); -#18161=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,188.020018599326)); -#18162=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,188.024247309509)); -#18163=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,188.035244069982)); -#18164=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,188.041478075158)); -#18165=CARTESIAN_POINT('Ctrl Pts',(20.2145462714812,142.887358567172,188.055511687463)); -#18166=CARTESIAN_POINT('Ctrl Pts',(20.2114284453532,142.865986770525,188.065781303745)); -#18167=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,188.108817385173)); -#18168=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,188.128541947939)); -#18169=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,188.141396652997)); -#18170=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199258414995)); -#18171=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,188.141396652997)); -#18172=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,188.143530061256)); -#18173=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,188.145513076635)); -#18174=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,188.190843589096)); -#18175=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,188.196100076015)); -#18176=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,188.201663786132)); -#18177=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,188.199258375725)); -#18178=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,188.199258375725)); -#18179=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,188.199258375725)); -#18180=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,188.199258375725)); -#18181=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,188.199258375725)); -#18182=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800741644622)); -#18183=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18184=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,190.003505161865)); -#18185=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,189.800741683892)); -#18186=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,189.800741683893)); -#18187=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,189.800741683893)); -#18188=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,189.800741683893)); -#18189=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,189.798336273486)); -#18190=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,189.803899983603)); -#18191=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,189.809156470521)); -#18192=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,189.860452201639)); -#18193=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,189.870564755515)); -#18194=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,189.898736696057)); -#18195=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,189.914084165691)); -#18196=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,189.95355338587)); -#18197=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,189.964108131824)); -#18198=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,189.980513591927)); -#18199=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,189.984151458414)); -#18200=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,189.991933586351)); -#18201=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,189.99608126337)); -#18202=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,190.001152344921)); -#18203=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,190.002325148752)); -#18204=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,190.003505161865)); -#18205=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,190.141396652997)); -#18206=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,190.003505161865)); -#18207=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,190.006730874051)); -#18208=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,190.010668888472)); -#18209=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,190.020018599326)); -#18210=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,190.024247309509)); -#18211=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,190.035244069981)); -#18212=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,190.041478075157)); -#18213=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567167,190.055511687466)); -#18214=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,190.065781303748)); -#18215=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,190.108817385173)); -#18216=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,190.128541947939)); -#18217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,190.141396652997)); -#18218=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199258414995)); -#18219=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,190.141396652997)); -#18220=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,190.143530061256)); -#18221=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,190.145513076635)); -#18222=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,190.190843589096)); -#18223=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,190.196100076015)); -#18224=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,190.201663786132)); -#18225=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,190.199258375725)); -#18226=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,190.199258375725)); -#18227=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,190.199258375725)); -#18228=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,190.199258375725)); -#18229=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,190.199258375725)); -#18230=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800741644622)); -#18231=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18232=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,192.003505161865)); -#18233=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,191.800741683892)); -#18234=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,191.800741683893)); -#18235=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,191.800741683893)); -#18236=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,191.800741683893)); -#18237=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,191.798336273486)); -#18238=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,191.803899983603)); -#18239=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,191.809156470521)); -#18240=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,191.860452201639)); -#18241=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,191.870564755515)); -#18242=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,191.898736696057)); -#18243=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,191.914084165691)); -#18244=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,191.95355338587)); -#18245=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,191.964108131824)); -#18246=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,191.980513591927)); -#18247=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,191.984151458414)); -#18248=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,191.991933586351)); -#18249=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,191.99608126337)); -#18250=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,192.001152344921)); -#18251=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,192.002325148752)); -#18252=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,192.003505161865)); -#18253=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,192.141396652997)); -#18254=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,192.003505161865)); -#18255=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,192.006730874052)); -#18256=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,192.010668888472)); -#18257=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,192.020018599326)); -#18258=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,192.024247309509)); -#18259=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,192.035244069982)); -#18260=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,192.041478075157)); -#18261=CARTESIAN_POINT('Ctrl Pts',(20.21454627148,142.887358567164,192.055511687468)); -#18262=CARTESIAN_POINT('Ctrl Pts',(20.2114284453514,142.865986770512,192.06578130375)); -#18263=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,192.108817385173)); -#18264=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,192.128541947939)); -#18265=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,192.141396652997)); -#18266=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199258414995)); -#18267=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,192.141396652997)); -#18268=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,192.143530061256)); -#18269=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,192.145513076635)); -#18270=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,192.190843589096)); -#18271=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,192.196100076015)); -#18272=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,192.201663786132)); -#18273=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,192.199258375725)); -#18274=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,192.199258375725)); -#18275=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,192.199258375725)); -#18276=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,192.199258375725)); -#18277=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,192.199258375725)); -#18278=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800741644622)); -#18279=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18280=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,194.003505161865)); -#18281=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,193.800741683892)); -#18282=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,193.800741683893)); -#18283=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,193.800741683893)); -#18284=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,193.800741683893)); -#18285=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,193.798336273486)); -#18286=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,193.803899983603)); -#18287=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,193.809156470521)); -#18288=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,193.860452201639)); -#18289=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,193.870564755516)); -#18290=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,193.898736696057)); -#18291=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,193.914084165691)); -#18292=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,193.95355338587)); -#18293=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,193.964108131824)); -#18294=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,193.980513591927)); -#18295=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,193.984151458414)); -#18296=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,193.991933586351)); -#18297=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,193.99608126337)); -#18298=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,194.001152344921)); -#18299=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,194.002325148752)); -#18300=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,194.003505161865)); -#18301=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,194.141396652997)); -#18302=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,194.003505161865)); -#18303=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,194.006730874052)); -#18304=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,194.010668888472)); -#18305=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,194.020018599326)); -#18306=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,194.024247309508)); -#18307=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,194.035244069981)); -#18308=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,194.041478075156)); -#18309=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,194.055511687465)); -#18310=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.865986770521,194.065781303746)); -#18311=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,194.108817385173)); -#18312=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,194.12854194794)); -#18313=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,194.141396652997)); -#18314=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199258414995)); -#18315=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,194.141396652997)); -#18316=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,194.143530061256)); -#18317=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,194.145513076635)); -#18318=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,194.190843589096)); -#18319=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,194.196100076015)); -#18320=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,194.201663786132)); -#18321=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,194.199258375725)); -#18322=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,194.199258375725)); -#18323=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,194.199258375725)); -#18324=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,194.199258375725)); -#18325=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,194.199258375725)); -#18326=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800741644622)); -#18327=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18328=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,196.003505161865)); -#18329=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,195.800741683892)); -#18330=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,195.800741683893)); -#18331=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,195.800741683893)); -#18332=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,195.800741683893)); -#18333=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,195.798336273486)); -#18334=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,195.803899983603)); -#18335=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,195.809156470521)); -#18336=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,195.860452201639)); -#18337=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,195.870564755515)); -#18338=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,195.898736696057)); -#18339=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,195.914084165691)); -#18340=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,195.95355338587)); -#18341=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,195.964108131824)); -#18342=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,195.980513591927)); -#18343=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,195.984151458414)); -#18344=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,195.991933586351)); -#18345=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,195.99608126337)); -#18346=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,196.001152344921)); -#18347=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,196.002325148752)); -#18348=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,196.003505161865)); -#18349=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,196.141396652997)); -#18350=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,196.003505161865)); -#18351=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,196.006730874052)); -#18352=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,196.010668888472)); -#18353=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,196.020018599326)); -#18354=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,196.024247309509)); -#18355=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,196.035244069982)); -#18356=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,196.041478075158)); -#18357=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,196.055511687466)); -#18358=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770517,196.065781303748)); -#18359=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,196.108817385173)); -#18360=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,196.128541947939)); -#18361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,196.141396652997)); -#18362=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199258414995)); -#18363=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,196.141396652997)); -#18364=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,196.143530061256)); -#18365=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,196.145513076635)); -#18366=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,196.190843589096)); -#18367=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,196.196100076015)); -#18368=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,196.201663786132)); -#18369=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,196.199258375725)); -#18370=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,196.199258375725)); -#18371=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,196.199258375725)); -#18372=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,196.199258375725)); -#18373=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,196.199258375725)); -#18374=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800741644622)); -#18375=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18376=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,198.003505161865)); -#18377=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,197.800741683892)); -#18378=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,197.800741683893)); -#18379=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,197.800741683893)); -#18380=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,197.800741683893)); -#18381=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,197.798336273486)); -#18382=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,197.803899983603)); -#18383=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,197.809156470521)); -#18384=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,197.860452201639)); -#18385=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,197.870564755516)); -#18386=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,197.898736696057)); -#18387=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,197.914084165691)); -#18388=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,197.95355338587)); -#18389=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,197.964108131824)); -#18390=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,197.980513591927)); -#18391=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,197.984151458414)); -#18392=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,197.991933586351)); -#18393=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,197.99608126337)); -#18394=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,198.001152344921)); -#18395=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,198.002325148752)); -#18396=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,198.003505161865)); -#18397=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,198.141396652997)); -#18398=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,198.003505161865)); -#18399=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,198.006730874052)); -#18400=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,198.010668888472)); -#18401=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,198.020018599326)); -#18402=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,198.024247309508)); -#18403=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,198.035244069982)); -#18404=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149382,198.041478075157)); -#18405=CARTESIAN_POINT('Ctrl Pts',(20.2145462714812,142.887358567172,198.055511687463)); -#18406=CARTESIAN_POINT('Ctrl Pts',(20.2114284453532,142.865986770525,198.065781303745)); -#18407=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,198.108817385173)); -#18408=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,198.128541947939)); -#18409=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,198.141396652997)); -#18410=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199258414995)); -#18411=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,198.141396652997)); -#18412=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,198.143530061256)); -#18413=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,198.145513076635)); -#18414=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,198.190843589096)); -#18415=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,198.196100076015)); -#18416=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,198.201663786132)); -#18417=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,198.199258375725)); -#18418=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,198.199258375725)); -#18419=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,198.199258375725)); -#18420=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,198.199258375725)); -#18421=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,198.199258375725)); -#18422=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800741644622)); -#18423=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18424=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,200.003505161865)); -#18425=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,199.800741683892)); -#18426=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,199.800741683893)); -#18427=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,199.800741683893)); -#18428=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,199.800741683893)); -#18429=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,199.798336273486)); -#18430=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,199.803899983603)); -#18431=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,199.809156470521)); -#18432=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,199.860452201639)); -#18433=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,199.870564755515)); -#18434=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,199.898736696057)); -#18435=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,199.914084165691)); -#18436=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,199.95355338587)); -#18437=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,199.964108131824)); -#18438=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,199.980513591927)); -#18439=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,199.984151458414)); -#18440=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,199.991933586351)); -#18441=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,199.99608126337)); -#18442=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,200.001152344921)); -#18443=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,200.002325148752)); -#18444=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,200.003505161865)); -#18445=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,200.141396652997)); -#18446=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,200.003505161865)); -#18447=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,200.006730874052)); -#18448=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,200.010668888472)); -#18449=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,200.020018599326)); -#18450=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,200.024247309509)); -#18451=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,200.035244069981)); -#18452=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,200.041478075157)); -#18453=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567167,200.055511687466)); -#18454=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,200.065781303748)); -#18455=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,200.108817385173)); -#18456=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,200.128541947939)); -#18457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,200.141396652997)); -#18458=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199258414995)); -#18459=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,200.141396652997)); -#18460=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,200.143530061256)); -#18461=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,200.145513076635)); -#18462=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,200.190843589096)); -#18463=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,200.196100076015)); -#18464=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,200.201663786132)); -#18465=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,200.199258375725)); -#18466=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,200.199258375725)); -#18467=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,200.199258375725)); -#18468=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,200.199258375725)); -#18469=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,200.199258375725)); -#18470=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800741644622)); -#18471=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18472=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,202.003505161865)); -#18473=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,201.800741683892)); -#18474=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,201.800741683893)); -#18475=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,201.800741683893)); -#18476=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,201.800741683893)); -#18477=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,201.798336273486)); -#18478=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,201.803899983603)); -#18479=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,201.809156470521)); -#18480=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,201.860452201639)); -#18481=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,201.870564755515)); -#18482=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,201.898736696057)); -#18483=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,201.914084165691)); -#18484=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,201.95355338587)); -#18485=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,201.964108131824)); -#18486=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,201.980513591927)); -#18487=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,201.984151458414)); -#18488=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,201.991933586351)); -#18489=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,201.99608126337)); -#18490=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,202.001152344921)); -#18491=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,202.002325148752)); -#18492=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,202.003505161865)); -#18493=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,202.141396652997)); -#18494=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,202.003505161865)); -#18495=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,202.006730874052)); -#18496=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,202.010668888472)); -#18497=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,202.020018599326)); -#18498=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,202.024247309509)); -#18499=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,202.035244069981)); -#18500=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,202.041478075157)); -#18501=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.887358567169,202.055511687465)); -#18502=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,202.065781303747)); -#18503=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,202.108817385173)); -#18504=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,202.128541947939)); -#18505=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,202.141396652997)); -#18506=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199258414995)); -#18507=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,202.141396652997)); -#18508=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,202.143530061256)); -#18509=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,202.145513076635)); -#18510=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,202.190843589096)); -#18511=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,202.196100076015)); -#18512=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,202.201663786132)); -#18513=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,202.199258375725)); -#18514=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,202.199258375725)); -#18515=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,202.199258375725)); -#18516=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,202.199258375725)); -#18517=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,202.199258375725)); -#18518=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800741644622)); -#18519=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18520=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,204.003505161865)); -#18521=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,203.800741683892)); -#18522=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,203.800741683893)); -#18523=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,203.800741683893)); -#18524=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,203.800741683893)); -#18525=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,203.798336273486)); -#18526=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,203.803899983603)); -#18527=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,203.809156470521)); -#18528=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,203.860452201639)); -#18529=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,203.870564755516)); -#18530=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,203.898736696057)); -#18531=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,203.914084165691)); -#18532=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,203.95355338587)); -#18533=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,203.964108131824)); -#18534=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,203.980513591927)); -#18535=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,203.984151458414)); -#18536=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,203.991933586351)); -#18537=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,203.99608126337)); -#18538=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,204.001152344921)); -#18539=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,204.002325148752)); -#18540=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,204.003505161865)); -#18541=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,204.141396652997)); -#18542=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,204.003505161865)); -#18543=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,204.006730874052)); -#18544=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,204.010668888473)); -#18545=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,204.020018599326)); -#18546=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,204.024247309509)); -#18547=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,204.035244069981)); -#18548=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,204.041478075156)); -#18549=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567167,204.055511687466)); -#18550=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,204.065781303748)); -#18551=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,204.108817385173)); -#18552=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,204.128541947939)); -#18553=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,204.141396652997)); -#18554=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199258414995)); -#18555=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,204.141396652997)); -#18556=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,204.143530061256)); -#18557=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,204.145513076635)); -#18558=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,204.190843589096)); -#18559=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,204.196100076015)); -#18560=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,204.201663786132)); -#18561=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,204.199258375725)); -#18562=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,204.199258375725)); -#18563=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,204.199258375725)); -#18564=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,204.199258375725)); -#18565=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,204.199258375725)); -#18566=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800741644622)); -#18567=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18568=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,206.003505161865)); -#18569=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,205.800741683892)); -#18570=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,205.800741683893)); -#18571=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,205.800741683893)); -#18572=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,205.800741683893)); -#18573=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,205.798336273486)); -#18574=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,205.803899983603)); -#18575=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,205.809156470521)); -#18576=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,205.860452201639)); -#18577=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,205.870564755515)); -#18578=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,205.898736696057)); -#18579=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,205.914084165691)); -#18580=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,205.95355338587)); -#18581=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,205.964108131824)); -#18582=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,205.980513591927)); -#18583=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,205.984151458414)); -#18584=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,205.991933586351)); -#18585=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,205.99608126337)); -#18586=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,206.001152344921)); -#18587=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,206.002325148752)); -#18588=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,206.003505161865)); -#18589=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,206.141396652997)); -#18590=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,206.003505161865)); -#18591=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,206.006730874052)); -#18592=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,206.010668888472)); -#18593=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,206.020018599326)); -#18594=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,206.024247309509)); -#18595=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,206.035244069981)); -#18596=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,206.041478075157)); -#18597=CARTESIAN_POINT('Ctrl Pts',(20.2145462714802,142.887358567166,206.055511687467)); -#18598=CARTESIAN_POINT('Ctrl Pts',(20.2114284453517,142.865986770514,206.065781303749)); -#18599=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,206.108817385173)); -#18600=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,206.128541947939)); -#18601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,206.141396652997)); -#18602=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199258414995)); -#18603=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,206.141396652997)); -#18604=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,206.143530061256)); -#18605=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,206.145513076635)); -#18606=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,206.190843589096)); -#18607=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,206.196100076015)); -#18608=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,206.201663786132)); -#18609=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,206.199258375725)); -#18610=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,206.199258375725)); -#18611=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,206.199258375725)); -#18612=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,206.199258375725)); -#18613=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,206.199258375725)); -#18614=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800741644622)); -#18615=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18616=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,208.003505161865)); -#18617=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,207.800741683892)); -#18618=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,207.800741683893)); -#18619=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,207.800741683893)); -#18620=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,207.800741683893)); -#18621=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,207.798336273486)); -#18622=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,207.803899983603)); -#18623=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,207.809156470521)); -#18624=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,207.860452201639)); -#18625=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,207.870564755516)); -#18626=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,207.898736696057)); -#18627=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,207.914084165691)); -#18628=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,207.95355338587)); -#18629=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,207.964108131824)); -#18630=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,207.980513591927)); -#18631=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,207.984151458414)); -#18632=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,207.991933586351)); -#18633=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,207.99608126337)); -#18634=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,208.001152344921)); -#18635=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,208.002325148752)); -#18636=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,208.003505161865)); -#18637=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,208.141396652997)); -#18638=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,208.003505161865)); -#18639=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,208.006730874052)); -#18640=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996955,208.010668888473)); -#18641=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,208.020018599326)); -#18642=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,208.024247309509)); -#18643=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,208.035244069981)); -#18644=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,208.041478075157)); -#18645=CARTESIAN_POINT('Ctrl Pts',(20.2145462714808,142.88735856717,208.055511687465)); -#18646=CARTESIAN_POINT('Ctrl Pts',(20.2114284453526,142.86598677052,208.065781303747)); -#18647=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,208.108817385173)); -#18648=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,208.128541947939)); -#18649=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,208.141396652997)); -#18650=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199258414995)); -#18651=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,208.141396652997)); -#18652=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,208.143530061256)); -#18653=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,208.145513076635)); -#18654=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,208.190843589096)); -#18655=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,208.196100076015)); -#18656=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,208.201663786132)); -#18657=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,208.199258375725)); -#18658=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,208.199258375725)); -#18659=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,208.199258375725)); -#18660=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,208.199258375725)); -#18661=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,208.199258375725)); -#18662=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800741644622)); -#18663=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18664=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,210.003505161865)); -#18665=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,209.800741683892)); -#18666=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,209.800741683893)); -#18667=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,209.800741683893)); -#18668=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,209.800741683893)); -#18669=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,209.798336273486)); -#18670=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,209.803899983603)); -#18671=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,209.809156470521)); -#18672=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,209.860452201639)); -#18673=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,209.870564755515)); -#18674=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,209.898736696057)); -#18675=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,209.914084165691)); -#18676=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,209.95355338587)); -#18677=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,209.964108131824)); -#18678=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,209.980513591927)); -#18679=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,209.984151458414)); -#18680=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,209.991933586351)); -#18681=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,209.99608126337)); -#18682=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,210.001152344921)); -#18683=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,210.002325148752)); -#18684=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,210.003505161865)); -#18685=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,210.141396652997)); -#18686=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,210.003505161865)); -#18687=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,210.006730874053)); -#18688=CARTESIAN_POINT('Ctrl Pts',(20.2219638020405,142.937714996955,210.010668888474)); -#18689=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237515,210.020018599327)); -#18690=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,210.024247309509)); -#18691=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,210.035244069981)); -#18692=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,210.041478075157)); -#18693=CARTESIAN_POINT('Ctrl Pts',(20.2145462714802,142.887358567166,210.055511687467)); -#18694=CARTESIAN_POINT('Ctrl Pts',(20.2114284453517,142.865986770514,210.065781303749)); -#18695=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,210.108817385173)); -#18696=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,210.128541947939)); -#18697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,210.141396652997)); -#18698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199258414995)); -#18699=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,210.141396652997)); -#18700=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,210.143530061256)); -#18701=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,210.145513076635)); -#18702=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,210.190843589096)); -#18703=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,210.196100076015)); -#18704=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,210.201663786132)); -#18705=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,210.199258375725)); -#18706=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,210.199258375725)); -#18707=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,210.199258375725)); -#18708=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,210.199258375725)); -#18709=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,210.199258375725)); -#18710=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800741644622)); -#18711=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18712=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,212.003505161865)); -#18713=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,211.800741683892)); -#18714=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,211.800741683893)); -#18715=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,211.800741683893)); -#18716=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,211.800741683893)); -#18717=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,211.798336273486)); -#18718=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,211.803899983603)); -#18719=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,211.809156470521)); -#18720=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,211.860452201639)); -#18721=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,211.870564755515)); -#18722=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,211.898736696057)); -#18723=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,211.914084165691)); -#18724=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,211.95355338587)); -#18725=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,211.964108131824)); -#18726=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,211.980513591927)); -#18727=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,211.984151458414)); -#18728=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,211.991933586351)); -#18729=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,211.99608126337)); -#18730=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,212.001152344921)); -#18731=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,212.002325148752)); -#18732=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,212.003505161865)); -#18733=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,212.141396652997)); -#18734=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,212.003505161865)); -#18735=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,212.006730874051)); -#18736=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,212.010668888471)); -#18737=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,212.020018599326)); -#18738=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,212.024247309509)); -#18739=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,212.035244069982)); -#18740=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,212.041478075158)); -#18741=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,212.055511687467)); -#18742=CARTESIAN_POINT('Ctrl Pts',(20.2114284453516,142.865986770513,212.06578130375)); -#18743=CARTESIAN_POINT('Ctrl Pts',(20.1947127740545,142.749476028346,212.108817385173)); -#18744=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,212.128541947939)); -#18745=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,212.141396652997)); -#18746=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199258414995)); -#18747=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,212.141396652997)); -#18748=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,212.143530061256)); -#18749=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,212.145513076635)); -#18750=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,212.190843589096)); -#18751=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,212.196100076015)); -#18752=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,212.201663786132)); -#18753=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,212.199258375725)); -#18754=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,212.199258375725)); -#18755=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,212.199258375725)); -#18756=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,212.199258375725)); -#18757=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,212.199258375725)); -#18758=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800741644622)); -#18759=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18760=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,214.003505161865)); -#18761=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,213.800741683892)); -#18762=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,213.800741683893)); -#18763=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,213.800741683893)); -#18764=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,213.800741683893)); -#18765=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,213.798336273486)); -#18766=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,213.803899983603)); -#18767=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,213.809156470521)); -#18768=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,213.860452201639)); -#18769=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,213.870564755516)); -#18770=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,213.898736696057)); -#18771=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,213.914084165691)); -#18772=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,213.95355338587)); -#18773=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,213.964108131824)); -#18774=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,213.980513591927)); -#18775=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,213.984151458414)); -#18776=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,213.991933586351)); -#18777=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,213.99608126337)); -#18778=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,214.001152344921)); -#18779=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,214.002325148752)); -#18780=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,214.003505161865)); -#18781=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,214.141396652997)); -#18782=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,214.003505161865)); -#18783=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626557,214.006730874051)); -#18784=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,214.010668888471)); -#18785=CARTESIAN_POINT('Ctrl Pts',(20.2212395053569,142.932833237517,214.020018599325)); -#18786=CARTESIAN_POINT('Ctrl Pts',(20.220751685751,142.929541913151,214.024247309507)); -#18787=CARTESIAN_POINT('Ctrl Pts',(20.2192025637299,142.919066998206,214.035244069979)); -#18788=CARTESIAN_POINT('Ctrl Pts',(20.2179241894817,142.910393149387,214.041478075154)); -#18789=CARTESIAN_POINT('Ctrl Pts',(20.2145462714816,142.887358567175,214.055511687462)); -#18790=CARTESIAN_POINT('Ctrl Pts',(20.2114284453538,142.865986770529,214.065781303742)); -#18791=CARTESIAN_POINT('Ctrl Pts',(20.1947127740564,142.74947602836,214.108817385173)); -#18792=CARTESIAN_POINT('Ctrl Pts',(20.176561740351,142.615776496891,214.128541947941)); -#18793=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,214.141396652997)); -#18794=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199258414995)); -#18795=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,214.141396652997)); -#18796=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,214.143530061256)); -#18797=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,214.145513076635)); -#18798=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,214.190843589096)); -#18799=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,214.196100076015)); -#18800=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,214.201663786132)); -#18801=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,214.199258375725)); -#18802=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,214.199258375725)); -#18803=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,214.199258375725)); -#18804=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,214.199258375725)); -#18805=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,214.199258375725)); -#18806=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800741644622)); -#18807=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18808=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,216.003505161865)); -#18809=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,215.800741683892)); -#18810=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,215.800741683893)); -#18811=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,215.800741683893)); -#18812=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,215.800741683893)); -#18813=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,215.798336273486)); -#18814=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,215.803899983603)); -#18815=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,215.809156470521)); -#18816=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,215.860452201639)); -#18817=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,215.870564755515)); -#18818=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,215.898736696057)); -#18819=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,215.914084165691)); -#18820=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,215.95355338587)); -#18821=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,215.964108131824)); -#18822=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,215.980513591927)); -#18823=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,215.984151458414)); -#18824=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,215.991933586351)); -#18825=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,215.99608126337)); -#18826=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,216.001152344921)); -#18827=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,216.002325148752)); -#18828=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,216.003505161865)); -#18829=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,216.141396652997)); -#18830=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,216.003505161865)); -#18831=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,216.006730874052)); -#18832=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,216.010668888472)); -#18833=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,216.020018599326)); -#18834=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,216.024247309509)); -#18835=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,216.035244069982)); -#18836=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149381,216.041478075158)); -#18837=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,216.055511687465)); -#18838=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,216.065781303748)); -#18839=CARTESIAN_POINT('Ctrl Pts',(20.1947127740544,142.749476028345,216.108817385173)); -#18840=CARTESIAN_POINT('Ctrl Pts',(20.1765617403524,142.615776496902,216.128541947939)); -#18841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,216.141396652997)); -#18842=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199258414995)); -#18843=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,216.141396652997)); -#18844=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,216.143530061256)); -#18845=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,216.145513076635)); -#18846=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,216.190843589096)); -#18847=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,216.196100076015)); -#18848=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,216.201663786132)); -#18849=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,216.199258375725)); -#18850=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,216.199258375725)); -#18851=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,216.199258375725)); -#18852=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,216.199258375725)); -#18853=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,216.199258375725)); -#18854=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800741644622)); -#18855=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18856=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,218.003505161865)); -#18857=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,217.800741683892)); -#18858=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,217.800741683893)); -#18859=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,217.800741683893)); -#18860=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,217.800741683893)); -#18861=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,217.798336273486)); -#18862=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,217.803899983603)); -#18863=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,217.809156470521)); -#18864=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,217.860452201639)); -#18865=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,217.870564755516)); -#18866=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,217.898736696057)); -#18867=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,217.914084165691)); -#18868=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,217.95355338587)); -#18869=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,217.964108131824)); -#18870=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,217.980513591927)); -#18871=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,217.984151458414)); -#18872=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,217.991933586351)); -#18873=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,217.99608126337)); -#18874=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,218.001152344921)); -#18875=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,218.002325148752)); -#18876=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,218.003505161865)); -#18877=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,218.141396652997)); -#18878=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,218.003505161865)); -#18879=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,218.006730874052)); -#18880=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,218.010668888472)); -#18881=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,218.020018599326)); -#18882=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,218.024247309508)); -#18883=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,218.035244069981)); -#18884=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,218.041478075156)); -#18885=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,218.055511687465)); -#18886=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,218.065781303747)); -#18887=CARTESIAN_POINT('Ctrl Pts',(20.1947127740553,142.749476028352,218.108817385173)); -#18888=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,218.12854194794)); -#18889=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,218.141396652997)); -#18890=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199258414995)); -#18891=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,218.141396652997)); -#18892=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,218.143530061256)); -#18893=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,218.145513076635)); -#18894=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,218.190843589096)); -#18895=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,218.196100076015)); -#18896=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,218.201663786132)); -#18897=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,218.199258375725)); -#18898=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,218.199258375725)); -#18899=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,218.199258375725)); -#18900=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,218.199258375725)); -#18901=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,218.199258375725)); -#18902=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800741644622)); -#18903=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18904=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,220.003505161865)); -#18905=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,219.800741683892)); -#18906=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,219.800741683893)); -#18907=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,219.800741683893)); -#18908=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,219.800741683893)); -#18909=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,219.798336273486)); -#18910=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,219.803899983603)); -#18911=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,219.809156470521)); -#18912=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,219.860452201639)); -#18913=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,219.870564755515)); -#18914=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,219.898736696057)); -#18915=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,219.914084165691)); -#18916=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,219.95355338587)); -#18917=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,219.964108131824)); -#18918=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,219.980513591927)); -#18919=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,219.984151458414)); -#18920=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,219.991933586351)); -#18921=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,219.99608126337)); -#18922=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,220.001152344921)); -#18923=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,220.002325148752)); -#18924=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,220.003505161865)); -#18925=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,220.141396652997)); -#18926=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,220.003505161865)); -#18927=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,220.006730874052)); -#18928=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,220.010668888472)); -#18929=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,220.020018599326)); -#18930=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,220.024247309509)); -#18931=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,220.035244069981)); -#18932=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,220.041478075157)); -#18933=CARTESIAN_POINT('Ctrl Pts',(20.2145462714807,142.887358567169,220.055511687465)); -#18934=CARTESIAN_POINT('Ctrl Pts',(20.2114284453525,142.86598677052,220.065781303747)); -#18935=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,220.108817385173)); -#18936=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,220.128541947939)); -#18937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,220.141396652997)); -#18938=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199258414995)); -#18939=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,220.141396652997)); -#18940=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,220.143530061256)); -#18941=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,220.145513076635)); -#18942=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,220.190843589096)); -#18943=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,220.196100076015)); -#18944=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,220.201663786132)); -#18945=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,220.199258375725)); -#18946=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,220.199258375725)); -#18947=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,220.199258375725)); -#18948=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,220.199258375725)); -#18949=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,220.199258375725)); -#18950=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800741644622)); -#18951=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#18952=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,222.003505161865)); -#18953=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,221.800741683892)); -#18954=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,221.800741683893)); -#18955=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,221.800741683893)); -#18956=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,221.800741683893)); -#18957=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,221.798336273486)); -#18958=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,221.803899983603)); -#18959=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,221.809156470521)); -#18960=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,221.860452201639)); -#18961=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,221.870564755515)); -#18962=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,221.898736696057)); -#18963=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,221.914084165691)); -#18964=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,221.95355338587)); -#18965=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,221.964108131824)); -#18966=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,221.980513591927)); -#18967=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,221.984151458414)); -#18968=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,221.991933586351)); -#18969=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,221.99608126337)); -#18970=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,222.001152344921)); -#18971=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,222.002325148752)); -#18972=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,222.003505161865)); -#18973=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,222.141396652997)); -#18974=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,222.003505161865)); -#18975=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,222.006730874052)); -#18976=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,222.010668888472)); -#18977=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,222.020018599326)); -#18978=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,222.024247309508)); -#18979=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,222.035244069981)); -#18980=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,222.041478075156)); -#18981=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,222.055511687464)); -#18982=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770522,222.065781303746)); -#18983=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,222.108817385173)); -#18984=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,222.12854194794)); -#18985=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,222.141396652997)); -#18986=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199258414995)); -#18987=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,222.141396652997)); -#18988=CARTESIAN_POINT('Ctrl Pts',(20.1615031314983,142.496916170438,222.143530061256)); -#18989=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,222.145513076635)); -#18990=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,222.190843589096)); -#18991=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,222.196100076015)); -#18992=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,222.201663786132)); -#18993=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,222.199258375725)); -#18994=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,222.199258375725)); -#18995=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,222.199258375725)); -#18996=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,222.199258375725)); -#18997=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,222.199258375725)); -#18998=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800741644622)); -#18999=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19000=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,224.003505161865)); -#19001=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,223.800741683892)); -#19002=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,223.800741683893)); -#19003=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,223.800741683893)); -#19004=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,223.800741683893)); -#19005=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,223.798336273486)); -#19006=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,223.803899983603)); -#19007=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,223.809156470521)); -#19008=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,223.860452201639)); -#19009=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,223.870564755516)); -#19010=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,223.898736696057)); -#19011=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,223.914084165691)); -#19012=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,223.95355338587)); -#19013=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,223.964108131824)); -#19014=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,223.980513591927)); -#19015=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,223.984151458414)); -#19016=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,223.991933586351)); -#19017=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,223.99608126337)); -#19018=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,224.001152344921)); -#19019=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,224.002325148752)); -#19020=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,224.003505161865)); -#19021=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,224.141396652997)); -#19022=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,224.003505161865)); -#19023=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,224.006730874052)); -#19024=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,224.010668888472)); -#19025=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,224.020018599326)); -#19026=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,224.024247309509)); -#19027=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,224.035244069982)); -#19028=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,224.041478075157)); -#19029=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,224.055511687465)); -#19030=CARTESIAN_POINT('Ctrl Pts',(20.2114284453522,142.865986770518,224.065781303748)); -#19031=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,224.108817385173)); -#19032=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,224.128541947939)); -#19033=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,224.141396652997)); -#19034=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199258414995)); -#19035=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,224.141396652997)); -#19036=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,224.143530061256)); -#19037=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,224.145513076635)); -#19038=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,224.190843589096)); -#19039=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,224.196100076015)); -#19040=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,224.201663786132)); -#19041=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,224.199258375725)); -#19042=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,224.199258375725)); -#19043=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,224.199258375725)); -#19044=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,224.199258375725)); -#19045=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,224.199258375725)); -#19046=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800741644622)); -#19047=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19048=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,226.003505161865)); -#19049=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,225.800741683892)); -#19050=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,225.800741683893)); -#19051=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,225.800741683893)); -#19052=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,225.800741683893)); -#19053=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,225.798336273486)); -#19054=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,225.803899983603)); -#19055=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,225.809156470521)); -#19056=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,225.860452201639)); -#19057=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,225.870564755515)); -#19058=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,225.898736696057)); -#19059=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,225.914084165691)); -#19060=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,225.95355338587)); -#19061=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,225.964108131824)); -#19062=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,225.980513591927)); -#19063=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,225.984151458414)); -#19064=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,225.991933586351)); -#19065=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,225.99608126337)); -#19066=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,226.001152344921)); -#19067=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,226.002325148752)); -#19068=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,226.003505161865)); -#19069=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,226.141396652997)); -#19070=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,226.003505161865)); -#19071=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,226.006730874051)); -#19072=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,226.010668888471)); -#19073=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,226.020018599326)); -#19074=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,226.024247309509)); -#19075=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,226.035244069982)); -#19076=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,226.041478075157)); -#19077=CARTESIAN_POINT('Ctrl Pts',(20.2145462714805,142.887358567168,226.055511687466)); -#19078=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,226.065781303748)); -#19079=CARTESIAN_POINT('Ctrl Pts',(20.1947127740544,142.749476028346,226.108817385173)); -#19080=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,226.128541947939)); -#19081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,226.141396652997)); -#19082=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199258414995)); -#19083=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,226.141396652997)); -#19084=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,226.143530061256)); -#19085=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,226.145513076635)); -#19086=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,226.190843589096)); -#19087=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,226.196100076015)); -#19088=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,226.201663786132)); -#19089=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,226.199258375725)); -#19090=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,226.199258375725)); -#19091=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,226.199258375725)); -#19092=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,226.199258375725)); -#19093=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,226.199258375725)); -#19094=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800741644622)); -#19095=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19096=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,228.003505161865)); -#19097=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,227.800741683892)); -#19098=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,227.800741683893)); -#19099=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,227.800741683893)); -#19100=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,227.800741683893)); -#19101=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,227.798336273486)); -#19102=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,227.803899983603)); -#19103=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,227.809156470521)); -#19104=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,227.860452201639)); -#19105=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,227.870564755516)); -#19106=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,227.898736696057)); -#19107=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,227.914084165691)); -#19108=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,227.95355338587)); -#19109=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,227.964108131824)); -#19110=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,227.980513591927)); -#19111=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,227.984151458414)); -#19112=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,227.991933586351)); -#19113=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,227.99608126337)); -#19114=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,228.001152344921)); -#19115=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,228.002325148752)); -#19116=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,228.003505161865)); -#19117=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,228.141396652997)); -#19118=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,228.003505161865)); -#19119=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,228.006730874051)); -#19120=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,228.010668888471)); -#19121=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,228.020018599326)); -#19122=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,228.024247309509)); -#19123=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,228.035244069982)); -#19124=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,228.041478075158)); -#19125=CARTESIAN_POINT('Ctrl Pts',(20.2145462714797,142.887358567162,228.055511687469)); -#19126=CARTESIAN_POINT('Ctrl Pts',(20.2114284453508,142.865986770508,228.065781303752)); -#19127=CARTESIAN_POINT('Ctrl Pts',(20.1947127740541,142.749476028343,228.108817385173)); -#19128=CARTESIAN_POINT('Ctrl Pts',(20.1765617403526,142.615776496904,228.128541947939)); -#19129=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,228.141396652997)); -#19130=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199258414995)); -#19131=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,228.141396652997)); -#19132=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,228.143530061256)); -#19133=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,228.145513076635)); -#19134=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,228.190843589096)); -#19135=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,228.196100076015)); -#19136=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,228.201663786132)); -#19137=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,228.199258375725)); -#19138=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,228.199258375725)); -#19139=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,228.199258375725)); -#19140=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,228.199258375725)); -#19141=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,228.199258375725)); -#19142=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800741644622)); -#19143=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19144=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,230.003505161865)); -#19145=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,229.800741683892)); -#19146=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,229.800741683893)); -#19147=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,229.800741683893)); -#19148=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,229.800741683893)); -#19149=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,229.798336273486)); -#19150=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,229.803899983603)); -#19151=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,229.809156470521)); -#19152=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,229.860452201639)); -#19153=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,229.870564755515)); -#19154=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,229.898736696057)); -#19155=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,229.914084165691)); -#19156=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,229.95355338587)); -#19157=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,229.964108131824)); -#19158=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,229.980513591927)); -#19159=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,229.984151458414)); -#19160=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,229.991933586351)); -#19161=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,229.99608126337)); -#19162=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,230.001152344921)); -#19163=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,230.002325148752)); -#19164=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,230.003505161865)); -#19165=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,230.141396652997)); -#19166=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,230.003505161865)); -#19167=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,230.006730874052)); -#19168=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,230.010668888472)); -#19169=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,230.020018599326)); -#19170=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,230.024247309508)); -#19171=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,230.035244069981)); -#19172=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,230.041478075156)); -#19173=CARTESIAN_POINT('Ctrl Pts',(20.2145462714815,142.887358567174,230.055511687462)); -#19174=CARTESIAN_POINT('Ctrl Pts',(20.2114284453536,142.865986770528,230.065781303744)); -#19175=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,230.108817385173)); -#19176=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,230.128541947939)); -#19177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,230.141396652997)); -#19178=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199258414995)); -#19179=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,230.141396652997)); -#19180=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,230.143530061256)); -#19181=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,230.145513076635)); -#19182=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,230.190843589096)); -#19183=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,230.196100076015)); -#19184=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,230.201663786132)); -#19185=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,230.199258375725)); -#19186=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,230.199258375725)); -#19187=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,230.199258375725)); -#19188=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,230.199258375725)); -#19189=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,230.199258375725)); -#19190=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800741644622)); -#19191=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19192=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,232.003505161865)); -#19193=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,231.800741683892)); -#19194=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,231.800741683893)); -#19195=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,231.800741683893)); -#19196=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,231.800741683893)); -#19197=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,231.798336273486)); -#19198=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,231.803899983603)); -#19199=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,231.809156470521)); -#19200=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,231.860452201639)); -#19201=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,231.870564755515)); -#19202=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,231.898736696057)); -#19203=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,231.914084165691)); -#19204=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,231.95355338587)); -#19205=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,231.964108131824)); -#19206=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,231.980513591927)); -#19207=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,231.984151458414)); -#19208=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,231.991933586351)); -#19209=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,231.99608126337)); -#19210=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,232.001152344921)); -#19211=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,232.002325148752)); -#19212=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,232.003505161865)); -#19213=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,232.141396652997)); -#19214=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,232.003505161865)); -#19215=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,232.006730874052)); -#19216=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,232.010668888472)); -#19217=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,232.020018599326)); -#19218=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,232.024247309509)); -#19219=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,232.035244069981)); -#19220=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,232.041478075157)); -#19221=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,232.055511687464)); -#19222=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,232.065781303746)); -#19223=CARTESIAN_POINT('Ctrl Pts',(20.1947127740549,142.749476028349,232.108817385173)); -#19224=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,232.128541947939)); -#19225=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,232.141396652997)); -#19226=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199258414995)); -#19227=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,232.141396652997)); -#19228=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,232.143530061256)); -#19229=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,232.145513076635)); -#19230=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,232.190843589096)); -#19231=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,232.196100076015)); -#19232=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,232.201663786132)); -#19233=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,232.199258375725)); -#19234=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,232.199258375725)); -#19235=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,232.199258375725)); -#19236=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,232.199258375725)); -#19237=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,232.199258375725)); -#19238=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800741644622)); -#19239=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19240=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,234.003505161865)); -#19241=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,233.800741683892)); -#19242=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,233.800741683893)); -#19243=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,233.800741683893)); -#19244=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,233.800741683893)); -#19245=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,233.798336273486)); -#19246=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,233.803899983603)); -#19247=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,233.809156470521)); -#19248=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,233.860452201639)); -#19249=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,233.870564755516)); -#19250=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,233.898736696057)); -#19251=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,233.914084165691)); -#19252=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,233.95355338587)); -#19253=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,233.964108131824)); -#19254=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,233.980513591927)); -#19255=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,233.984151458414)); -#19256=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,233.991933586351)); -#19257=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,233.99608126337)); -#19258=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,234.001152344921)); -#19259=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,234.002325148752)); -#19260=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,234.003505161865)); -#19261=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,234.141396652997)); -#19262=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,234.003505161865)); -#19263=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,234.006730874052)); -#19264=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,234.010668888472)); -#19265=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,234.020018599326)); -#19266=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,234.024247309508)); -#19267=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,234.03524406998)); -#19268=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,234.041478075155)); -#19269=CARTESIAN_POINT('Ctrl Pts',(20.2145462714802,142.887358567166,234.055511687467)); -#19270=CARTESIAN_POINT('Ctrl Pts',(20.2114284453517,142.865986770515,234.065781303749)); -#19271=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,234.108817385173)); -#19272=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,234.12854194794)); -#19273=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,234.141396652997)); -#19274=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199258414995)); -#19275=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,234.141396652997)); -#19276=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,234.143530061256)); -#19277=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,234.145513076635)); -#19278=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,234.190843589096)); -#19279=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,234.196100076015)); -#19280=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,234.201663786132)); -#19281=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,234.199258375725)); -#19282=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,234.199258375725)); -#19283=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,234.199258375725)); -#19284=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,234.199258375725)); -#19285=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,234.199258375725)); -#19286=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800741644622)); -#19287=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19288=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,236.003505161865)); -#19289=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,235.800741683892)); -#19290=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,235.800741683893)); -#19291=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,235.800741683893)); -#19292=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,235.800741683893)); -#19293=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,235.798336273486)); -#19294=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,235.803899983603)); -#19295=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,235.809156470521)); -#19296=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,235.860452201639)); -#19297=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,235.870564755515)); -#19298=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,235.898736696057)); -#19299=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,235.914084165691)); -#19300=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,235.95355338587)); -#19301=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,235.964108131824)); -#19302=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,235.980513591927)); -#19303=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,235.984151458414)); -#19304=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,235.991933586351)); -#19305=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,235.99608126337)); -#19306=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,236.001152344921)); -#19307=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,236.002325148752)); -#19308=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,236.003505161865)); -#19309=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,236.141396652997)); -#19310=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,236.003505161865)); -#19311=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,236.006730874051)); -#19312=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,236.010668888471)); -#19313=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,236.020018599326)); -#19314=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,236.024247309509)); -#19315=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,236.035244069982)); -#19316=CARTESIAN_POINT('Ctrl Pts',(20.217924189481,142.910393149382,236.041478075157)); -#19317=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.88735856717,236.055511687464)); -#19318=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,236.065781303746)); -#19319=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,236.108817385173)); -#19320=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,236.128541947939)); -#19321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,236.141396652997)); -#19322=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199258414995)); -#19323=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,236.141396652997)); -#19324=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,236.143530061256)); -#19325=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,236.145513076635)); -#19326=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,236.190843589096)); -#19327=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,236.196100076015)); -#19328=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,236.201663786132)); -#19329=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,236.199258375725)); -#19330=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,236.199258375725)); -#19331=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,236.199258375725)); -#19332=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,236.199258375725)); -#19333=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,236.199258375725)); -#19334=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800741644622)); -#19335=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19336=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,238.003505161865)); -#19337=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,237.800741683892)); -#19338=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,237.800741683893)); -#19339=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,237.800741683893)); -#19340=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,237.800741683893)); -#19341=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,237.798336273486)); -#19342=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,237.803899983603)); -#19343=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,237.809156470521)); -#19344=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,237.860452201639)); -#19345=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,237.870564755516)); -#19346=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,237.898736696057)); -#19347=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,237.914084165691)); -#19348=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,237.95355338587)); -#19349=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,237.964108131824)); -#19350=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,237.980513591927)); -#19351=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,237.984151458414)); -#19352=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,237.991933586351)); -#19353=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,237.99608126337)); -#19354=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,238.001152344921)); -#19355=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,238.002325148752)); -#19356=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,238.003505161865)); -#19357=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,238.141396652997)); -#19358=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,238.003505161865)); -#19359=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,238.006730874054)); -#19360=CARTESIAN_POINT('Ctrl Pts',(20.2219638020405,142.937714996955,238.010668888475)); -#19361=CARTESIAN_POINT('Ctrl Pts',(20.2212395053564,142.932833237514,238.020018599329)); -#19362=CARTESIAN_POINT('Ctrl Pts',(20.2207516857503,142.929541913146,238.024247309512)); -#19363=CARTESIAN_POINT('Ctrl Pts',(20.2192025637287,142.919066998197,238.035244069986)); -#19364=CARTESIAN_POINT('Ctrl Pts',(20.21792418948,142.910393149376,238.041478075162)); -#19365=CARTESIAN_POINT('Ctrl Pts',(20.2145462714796,142.887358567161,238.055511687469)); -#19366=CARTESIAN_POINT('Ctrl Pts',(20.2114284453507,142.865986770508,238.065781303753)); -#19367=CARTESIAN_POINT('Ctrl Pts',(20.1947127740523,142.74947602833,238.108817385173)); -#19368=CARTESIAN_POINT('Ctrl Pts',(20.1765617403537,142.615776496912,238.128541947938)); -#19369=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,238.141396652997)); -#19370=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199258414995)); -#19371=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,238.141396652997)); -#19372=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,238.143530061256)); -#19373=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,238.145513076635)); -#19374=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,238.190843589096)); -#19375=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,238.196100076015)); -#19376=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,238.201663786132)); -#19377=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,238.199258375725)); -#19378=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,238.199258375725)); -#19379=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,238.199258375725)); -#19380=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,238.199258375725)); -#19381=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,238.199258375725)); -#19382=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800741644622)); -#19383=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19384=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,240.003505161865)); -#19385=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,239.800741683892)); -#19386=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,239.800741683893)); -#19387=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,239.800741683893)); -#19388=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,239.800741683893)); -#19389=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,239.798336273486)); -#19390=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,239.803899983603)); -#19391=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,239.809156470521)); -#19392=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,239.860452201639)); -#19393=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,239.870564755515)); -#19394=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,239.898736696057)); -#19395=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,239.914084165691)); -#19396=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,239.95355338587)); -#19397=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,239.964108131824)); -#19398=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,239.980513591927)); -#19399=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,239.984151458414)); -#19400=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,239.991933586351)); -#19401=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,239.99608126337)); -#19402=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,240.001152344921)); -#19403=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,240.002325148752)); -#19404=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,240.003505161865)); -#19405=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,240.141396652997)); -#19406=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,240.003505161865)); -#19407=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,240.006730874052)); -#19408=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,240.010668888472)); -#19409=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,240.020018599326)); -#19410=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,240.024247309509)); -#19411=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,240.035244069981)); -#19412=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,240.041478075157)); -#19413=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,240.055511687465)); -#19414=CARTESIAN_POINT('Ctrl Pts',(20.2114284453524,142.865986770519,240.065781303747)); -#19415=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028349,240.108817385173)); -#19416=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.6157764969,240.128541947939)); -#19417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,240.141396652997)); -#19418=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199258414995)); -#19419=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,240.141396652997)); -#19420=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,240.143530061256)); -#19421=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,240.145513076635)); -#19422=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,240.190843589096)); -#19423=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,240.196100076015)); -#19424=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,240.201663786132)); -#19425=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,240.199258375725)); -#19426=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,240.199258375725)); -#19427=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,240.199258375725)); -#19428=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,240.199258375725)); -#19429=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,240.199258375725)); -#19430=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800741644622)); -#19431=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19432=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,242.003505161865)); -#19433=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,241.800741683892)); -#19434=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,241.800741683893)); -#19435=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,241.800741683893)); -#19436=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,241.800741683893)); -#19437=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,241.798336273486)); -#19438=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,241.803899983603)); -#19439=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,241.809156470521)); -#19440=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,241.860452201639)); -#19441=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,241.870564755515)); -#19442=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,241.898736696057)); -#19443=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,241.914084165691)); -#19444=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,241.95355338587)); -#19445=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,241.964108131824)); -#19446=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,241.980513591927)); -#19447=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,241.984151458414)); -#19448=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,241.991933586351)); -#19449=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,241.99608126337)); -#19450=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,242.001152344921)); -#19451=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,242.002325148752)); -#19452=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,242.003505161865)); -#19453=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,242.141396652997)); -#19454=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,242.003505161865)); -#19455=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,242.006730874051)); -#19456=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,242.010668888472)); -#19457=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,242.020018599326)); -#19458=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,242.024247309509)); -#19459=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,242.035244069982)); -#19460=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,242.041478075157)); -#19461=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,242.055511687463)); -#19462=CARTESIAN_POINT('Ctrl Pts',(20.2114284453531,142.865986770524,242.065781303746)); -#19463=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028348,242.108817385173)); -#19464=CARTESIAN_POINT('Ctrl Pts',(20.1765617403523,142.615776496901,242.128541947939)); -#19465=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,242.141396652997)); -#19466=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199258414995)); -#19467=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,242.141396652997)); -#19468=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,242.143530061256)); -#19469=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,242.145513076635)); -#19470=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,242.190843589096)); -#19471=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,242.196100076015)); -#19472=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,242.201663786132)); -#19473=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,242.199258375725)); -#19474=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,242.199258375725)); -#19475=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,242.199258375725)); -#19476=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939408,242.199258375725)); -#19477=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,242.199258375725)); -#19478=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800741644622)); -#19479=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19480=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,244.003505161865)); -#19481=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,243.800741683892)); -#19482=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,243.800741683893)); -#19483=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,243.800741683893)); -#19484=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,243.800741683893)); -#19485=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,243.798336273486)); -#19486=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,243.803899983603)); -#19487=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,243.809156470521)); -#19488=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,243.860452201639)); -#19489=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,243.870564755516)); -#19490=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,243.898736696057)); -#19491=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,243.914084165691)); -#19492=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,243.95355338587)); -#19493=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,243.964108131824)); -#19494=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,243.980513591927)); -#19495=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,243.984151458414)); -#19496=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,243.991933586351)); -#19497=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,243.99608126337)); -#19498=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,244.001152344921)); -#19499=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,244.002325148752)); -#19500=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,244.003505161865)); -#19501=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,244.141396652997)); -#19502=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,244.003505161865)); -#19503=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,244.006730874052)); -#19504=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,244.010668888472)); -#19505=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,244.020018599326)); -#19506=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,244.024247309508)); -#19507=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,244.03524406998)); -#19508=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149385,244.041478075156)); -#19509=CARTESIAN_POINT('Ctrl Pts',(20.2145462714798,142.887358567163,244.055511687469)); -#19510=CARTESIAN_POINT('Ctrl Pts',(20.2114284453511,142.86598677051,244.06578130375)); -#19511=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,244.108817385173)); -#19512=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,244.12854194794)); -#19513=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,244.141396652997)); -#19514=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199258414995)); -#19515=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,244.141396652997)); -#19516=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,244.143530061256)); -#19517=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,244.145513076635)); -#19518=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,244.190843589096)); -#19519=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,244.196100076015)); -#19520=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,244.201663786132)); -#19521=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,244.199258375725)); -#19522=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,244.199258375725)); -#19523=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,244.199258375725)); -#19524=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,244.199258375725)); -#19525=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,244.199258375725)); -#19526=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800741644622)); -#19527=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19528=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,246.003505161865)); -#19529=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,245.800741683892)); -#19530=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,245.800741683893)); -#19531=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,245.800741683893)); -#19532=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,245.800741683893)); -#19533=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,245.798336273486)); -#19534=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,245.803899983603)); -#19535=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,245.809156470521)); -#19536=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,245.860452201639)); -#19537=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,245.870564755515)); -#19538=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,245.898736696057)); -#19539=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,245.914084165691)); -#19540=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,245.95355338587)); -#19541=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,245.964108131824)); -#19542=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,245.980513591927)); -#19543=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,245.984151458414)); -#19544=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,245.991933586351)); -#19545=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,245.99608126337)); -#19546=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,246.001152344921)); -#19547=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,246.002325148752)); -#19548=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,246.003505161865)); -#19549=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,246.141396652997)); -#19550=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,246.003505161865)); -#19551=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,246.006730874052)); -#19552=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,246.010668888473)); -#19553=CARTESIAN_POINT('Ctrl Pts',(20.2212395053565,142.932833237514,246.020018599329)); -#19554=CARTESIAN_POINT('Ctrl Pts',(20.2207516857504,142.929541913146,246.024247309512)); -#19555=CARTESIAN_POINT('Ctrl Pts',(20.2192025637288,142.919066998199,246.035244069985)); -#19556=CARTESIAN_POINT('Ctrl Pts',(20.2179241894802,142.910393149377,246.041478075161)); -#19557=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,246.055511687467)); -#19558=CARTESIAN_POINT('Ctrl Pts',(20.2114284453516,142.865986770514,246.065781303751)); -#19559=CARTESIAN_POINT('Ctrl Pts',(20.1947127740532,142.749476028337,246.108817385173)); -#19560=CARTESIAN_POINT('Ctrl Pts',(20.1765617403533,142.615776496909,246.128541947938)); -#19561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,246.141396652997)); -#19562=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199258414995)); -#19563=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,246.141396652997)); -#19564=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,246.143530061256)); -#19565=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,246.145513076635)); -#19566=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,246.190843589096)); -#19567=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,246.196100076015)); -#19568=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,246.201663786132)); -#19569=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,246.199258375725)); -#19570=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,246.199258375725)); -#19571=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,246.199258375725)); -#19572=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,246.199258375725)); -#19573=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,246.199258375725)); -#19574=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800741644622)); -#19575=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19576=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,248.003505161865)); -#19577=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,247.800741683892)); -#19578=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,247.800741683893)); -#19579=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,247.800741683893)); -#19580=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,247.800741683893)); -#19581=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,247.798336273486)); -#19582=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,247.803899983603)); -#19583=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,247.809156470521)); -#19584=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,247.860452201639)); -#19585=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,247.870564755516)); -#19586=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,247.898736696057)); -#19587=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,247.914084165691)); -#19588=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,247.95355338587)); -#19589=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,247.964108131824)); -#19590=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,247.980513591927)); -#19591=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,247.984151458414)); -#19592=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,247.991933586351)); -#19593=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,247.99608126337)); -#19594=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,248.001152344921)); -#19595=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,248.002325148752)); -#19596=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,248.003505161865)); -#19597=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,248.141396652997)); -#19598=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,248.003505161865)); -#19599=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,248.006730874051)); -#19600=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,248.010668888472)); -#19601=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,248.020018599326)); -#19602=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,248.024247309509)); -#19603=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,248.035244069982)); -#19604=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,248.041478075157)); -#19605=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,248.055511687467)); -#19606=CARTESIAN_POINT('Ctrl Pts',(20.2114284453515,142.865986770513,248.06578130375)); -#19607=CARTESIAN_POINT('Ctrl Pts',(20.1947127740546,142.749476028347,248.108817385173)); -#19608=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,248.128541947939)); -#19609=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,248.141396652997)); -#19610=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199258414995)); -#19611=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,248.141396652997)); -#19612=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,248.143530061256)); -#19613=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,248.145513076635)); -#19614=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,248.190843589096)); -#19615=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,248.196100076015)); -#19616=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,248.201663786132)); -#19617=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,248.199258375725)); -#19618=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,248.199258375725)); -#19619=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,248.199258375725)); -#19620=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,248.199258375725)); -#19621=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,248.199258375725)); -#19622=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800741644622)); -#19623=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19624=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,250.003505161865)); -#19625=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,249.800741683892)); -#19626=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,249.800741683893)); -#19627=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,249.800741683893)); -#19628=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,249.800741683893)); -#19629=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,249.798336273486)); -#19630=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,249.803899983603)); -#19631=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,249.809156470521)); -#19632=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,249.860452201639)); -#19633=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,249.870564755515)); -#19634=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,249.898736696057)); -#19635=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,249.914084165691)); -#19636=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,249.95355338587)); -#19637=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,249.964108131824)); -#19638=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,249.980513591927)); -#19639=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,249.984151458414)); -#19640=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,249.991933586351)); -#19641=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,249.99608126337)); -#19642=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,250.001152344921)); -#19643=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,250.002325148752)); -#19644=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,250.003505161865)); -#19645=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,250.141396652997)); -#19646=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,250.003505161865)); -#19647=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,250.006730874051)); -#19648=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,250.010668888472)); -#19649=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,250.020018599326)); -#19650=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,250.024247309508)); -#19651=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,250.035244069981)); -#19652=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,250.041478075156)); -#19653=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,250.055511687466)); -#19654=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770518,250.065781303747)); -#19655=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.74947602835,250.108817385173)); -#19656=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,250.128541947939)); -#19657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,250.141396652997)); -#19658=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199258414995)); -#19659=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,250.141396652997)); -#19660=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,250.143530061256)); -#19661=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,250.145513076635)); -#19662=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,250.190843589096)); -#19663=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,250.196100076015)); -#19664=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,250.201663786132)); -#19665=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,250.199258375725)); -#19666=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,250.199258375725)); -#19667=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,250.199258375725)); -#19668=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,250.199258375725)); -#19669=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,250.199258375725)); -#19670=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800741644622)); -#19671=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19672=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,252.003505161865)); -#19673=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,251.800741683892)); -#19674=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,251.800741683893)); -#19675=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,251.800741683893)); -#19676=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,251.800741683893)); -#19677=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,251.798336273486)); -#19678=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,251.803899983603)); -#19679=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,251.809156470521)); -#19680=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,251.860452201639)); -#19681=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,251.870564755515)); -#19682=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,251.898736696057)); -#19683=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,251.914084165691)); -#19684=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,251.95355338587)); -#19685=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,251.964108131824)); -#19686=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,251.980513591927)); -#19687=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,251.984151458414)); -#19688=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,251.991933586351)); -#19689=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,251.99608126337)); -#19690=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,252.001152344921)); -#19691=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,252.002325148752)); -#19692=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,252.003505161865)); -#19693=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,252.141396652997)); -#19694=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,252.003505161865)); -#19695=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,252.006730874051)); -#19696=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,252.010668888471)); -#19697=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,252.020018599327)); -#19698=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,252.024247309509)); -#19699=CARTESIAN_POINT('Ctrl Pts',(20.2192025637292,142.919066998201,252.035244069983)); -#19700=CARTESIAN_POINT('Ctrl Pts',(20.2179241894807,142.91039314938,252.041478075158)); -#19701=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,252.055511687466)); -#19702=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,252.065781303748)); -#19703=CARTESIAN_POINT('Ctrl Pts',(20.1947127740543,142.749476028345,252.108817385173)); -#19704=CARTESIAN_POINT('Ctrl Pts',(20.1765617403524,142.615776496902,252.128541947939)); -#19705=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,252.141396652997)); -#19706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199258414995)); -#19707=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,252.141396652997)); -#19708=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,252.143530061256)); -#19709=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,252.145513076635)); -#19710=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,252.190843589096)); -#19711=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,252.196100076015)); -#19712=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,252.201663786132)); -#19713=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,252.199258375725)); -#19714=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,252.199258375725)); -#19715=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,252.199258375725)); -#19716=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,252.199258375725)); -#19717=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,252.199258375725)); -#19718=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800741644622)); -#19719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19720=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,254.003505161865)); -#19721=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,253.800741683892)); -#19722=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,253.800741683893)); -#19723=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,253.800741683893)); -#19724=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,253.800741683893)); -#19725=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,253.798336273486)); -#19726=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,253.803899983603)); -#19727=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,253.809156470521)); -#19728=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,253.860452201639)); -#19729=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,253.870564755516)); -#19730=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,253.898736696057)); -#19731=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,253.914084165691)); -#19732=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,253.95355338587)); -#19733=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,253.964108131824)); -#19734=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,253.980513591927)); -#19735=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,253.984151458414)); -#19736=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,253.991933586351)); -#19737=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,253.99608126337)); -#19738=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,254.001152344921)); -#19739=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,254.002325148752)); -#19740=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,254.003505161865)); -#19741=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,254.141396652997)); -#19742=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,254.003505161865)); -#19743=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,254.006730874052)); -#19744=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,254.010668888472)); -#19745=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,254.020018599326)); -#19746=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,254.024247309508)); -#19747=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,254.035244069981)); -#19748=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,254.041478075156)); -#19749=CARTESIAN_POINT('Ctrl Pts',(20.2145462714814,142.887358567174,254.055511687462)); -#19750=CARTESIAN_POINT('Ctrl Pts',(20.2114284453536,142.865986770527,254.065781303744)); -#19751=CARTESIAN_POINT('Ctrl Pts',(20.194712774055,142.74947602835,254.108817385173)); -#19752=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,254.128541947939)); -#19753=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,254.141396652997)); -#19754=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199258414995)); -#19755=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,254.141396652997)); -#19756=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,254.143530061256)); -#19757=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,254.145513076635)); -#19758=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,254.190843589096)); -#19759=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,254.196100076015)); -#19760=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,254.201663786132)); -#19761=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,254.199258375725)); -#19762=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,254.199258375725)); -#19763=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,254.199258375725)); -#19764=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,254.199258375725)); -#19765=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,254.199258375725)); -#19766=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800741644622)); -#19767=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19768=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,256.003505161865)); -#19769=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,255.800741683892)); -#19770=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,255.800741683893)); -#19771=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,255.800741683893)); -#19772=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,255.800741683893)); -#19773=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,255.798336273486)); -#19774=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,255.803899983603)); -#19775=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,255.809156470521)); -#19776=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,255.860452201639)); -#19777=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,255.870564755515)); -#19778=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,255.898736696057)); -#19779=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,255.914084165691)); -#19780=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,255.95355338587)); -#19781=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,255.964108131824)); -#19782=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,255.980513591927)); -#19783=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,255.984151458414)); -#19784=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,255.991933586351)); -#19785=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,255.99608126337)); -#19786=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,256.001152344921)); -#19787=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,256.002325148752)); -#19788=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,256.003505161865)); -#19789=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,256.141396652997)); -#19790=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,256.003505161865)); -#19791=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,256.006730874052)); -#19792=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,256.010668888472)); -#19793=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,256.020018599326)); -#19794=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,256.024247309509)); -#19795=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,256.035244069981)); -#19796=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,256.041478075157)); -#19797=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,256.055511687466)); -#19798=CARTESIAN_POINT('Ctrl Pts',(20.2114284453521,142.865986770517,256.065781303748)); -#19799=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.74947602835,256.108817385173)); -#19800=CARTESIAN_POINT('Ctrl Pts',(20.176561740352,142.615776496899,256.128541947939)); -#19801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,256.141396652997)); -#19802=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199258414995)); -#19803=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,256.141396652997)); -#19804=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,256.143530061256)); -#19805=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,256.145513076635)); -#19806=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,256.190843589096)); -#19807=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,256.196100076015)); -#19808=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,256.201663786132)); -#19809=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,256.199258375725)); -#19810=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,256.199258375725)); -#19811=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,256.199258375725)); -#19812=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,256.199258375725)); -#19813=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,256.199258375725)); -#19814=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800741644622)); -#19815=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19816=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,258.003505161865)); -#19817=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,257.800741683892)); -#19818=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,257.800741683893)); -#19819=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,257.800741683893)); -#19820=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,257.800741683893)); -#19821=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,257.798336273486)); -#19822=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,257.803899983603)); -#19823=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,257.809156470521)); -#19824=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,257.860452201639)); -#19825=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,257.870564755515)); -#19826=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,257.898736696057)); -#19827=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,257.914084165691)); -#19828=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,257.95355338587)); -#19829=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,257.964108131824)); -#19830=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,257.980513591927)); -#19831=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,257.984151458414)); -#19832=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,257.991933586351)); -#19833=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,257.99608126337)); -#19834=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,258.001152344921)); -#19835=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,258.002325148752)); -#19836=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,258.003505161865)); -#19837=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,258.141396652997)); -#19838=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,258.003505161865)); -#19839=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,258.006730874052)); -#19840=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,258.010668888472)); -#19841=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,258.020018599326)); -#19842=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,258.024247309508)); -#19843=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,258.03524406998)); -#19844=CARTESIAN_POINT('Ctrl Pts',(20.2179241894814,142.910393149385,258.041478075155)); -#19845=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,258.055511687464)); -#19846=CARTESIAN_POINT('Ctrl Pts',(20.2114284453529,142.865986770523,258.065781303745)); -#19847=CARTESIAN_POINT('Ctrl Pts',(20.1947127740556,142.749476028354,258.108817385173)); -#19848=CARTESIAN_POINT('Ctrl Pts',(20.1765617403515,142.615776496895,258.12854194794)); -#19849=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,258.141396652997)); -#19850=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199258414995)); -#19851=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,258.141396652997)); -#19852=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,258.143530061256)); -#19853=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,258.145513076635)); -#19854=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,258.190843589096)); -#19855=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,258.196100076015)); -#19856=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,258.201663786132)); -#19857=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,258.199258375725)); -#19858=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,258.199258375725)); -#19859=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,258.199258375725)); -#19860=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,258.199258375725)); -#19861=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,258.199258375725)); -#19862=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800741644622)); -#19863=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19864=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,260.003505161865)); -#19865=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,259.800741683892)); -#19866=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,259.800741683893)); -#19867=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,259.800741683893)); -#19868=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,259.800741683893)); -#19869=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,259.798336273486)); -#19870=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,259.803899983602)); -#19871=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,259.809156470521)); -#19872=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,259.860452201639)); -#19873=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,259.870564755515)); -#19874=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,259.898736696057)); -#19875=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,259.914084165691)); -#19876=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,259.95355338587)); -#19877=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,259.964108131824)); -#19878=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,259.980513591927)); -#19879=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,259.984151458414)); -#19880=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,259.991933586351)); -#19881=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,259.99608126337)); -#19882=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,260.001152344921)); -#19883=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,260.002325148752)); -#19884=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,260.003505161865)); -#19885=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,260.141396652997)); -#19886=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,260.003505161865)); -#19887=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,260.006730874051)); -#19888=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,260.010668888471)); -#19889=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,260.020018599327)); -#19890=CARTESIAN_POINT('Ctrl Pts',(20.2207516857506,142.929541913148,260.024247309509)); -#19891=CARTESIAN_POINT('Ctrl Pts',(20.2192025637292,142.919066998201,260.035244069983)); -#19892=CARTESIAN_POINT('Ctrl Pts',(20.2179241894807,142.91039314938,260.041478075158)); -#19893=CARTESIAN_POINT('Ctrl Pts',(20.2145462714797,142.887358567162,260.055511687469)); -#19894=CARTESIAN_POINT('Ctrl Pts',(20.2114284453509,142.865986770509,260.065781303752)); -#19895=CARTESIAN_POINT('Ctrl Pts',(20.1947127740541,142.749476028343,260.108817385173)); -#19896=CARTESIAN_POINT('Ctrl Pts',(20.1765617403526,142.615776496904,260.128541947939)); -#19897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,260.141396652997)); -#19898=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199258414995)); -#19899=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,260.141396652997)); -#19900=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,260.143530061256)); -#19901=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,260.145513076635)); -#19902=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,260.190843589096)); -#19903=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,260.196100076015)); -#19904=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,260.201663786132)); -#19905=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,260.199258375725)); -#19906=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,260.199258375725)); -#19907=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,260.199258375725)); -#19908=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,260.199258375725)); -#19909=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,260.199258375725)); -#19910=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800741644622)); -#19911=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19912=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,262.003505161865)); -#19913=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,261.800741683892)); -#19914=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,261.800741683893)); -#19915=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,261.800741683893)); -#19916=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,261.800741683893)); -#19917=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,261.798336273486)); -#19918=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,261.803899983602)); -#19919=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,261.809156470521)); -#19920=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,261.860452201639)); -#19921=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,261.870564755515)); -#19922=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,261.898736696057)); -#19923=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,261.914084165691)); -#19924=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,261.95355338587)); -#19925=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,261.964108131824)); -#19926=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,261.980513591927)); -#19927=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,261.984151458414)); -#19928=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,261.991933586351)); -#19929=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,261.99608126337)); -#19930=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,262.001152344921)); -#19931=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,262.002325148752)); -#19932=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,262.003505161865)); -#19933=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,262.141396652997)); -#19934=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,262.003505161865)); -#19935=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,262.006730874052)); -#19936=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,262.010668888472)); -#19937=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,262.020018599326)); -#19938=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,262.024247309509)); -#19939=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,262.035244069981)); -#19940=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,262.041478075157)); -#19941=CARTESIAN_POINT('Ctrl Pts',(20.214546271481,142.887358567171,262.055511687463)); -#19942=CARTESIAN_POINT('Ctrl Pts',(20.211428445353,142.865986770523,262.065781303746)); -#19943=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028349,262.108817385173)); -#19944=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,262.128541947939)); -#19945=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,262.141396652997)); -#19946=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199258414995)); -#19947=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,262.141396652997)); -#19948=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,262.143530061256)); -#19949=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,262.145513076635)); -#19950=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,262.190843589096)); -#19951=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,262.196100076015)); -#19952=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,262.201663786132)); -#19953=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,262.199258375725)); -#19954=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,262.199258375725)); -#19955=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,262.199258375725)); -#19956=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,262.199258375725)); -#19957=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,262.199258375725)); -#19958=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800741644622)); -#19959=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#19960=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,264.003505161865)); -#19961=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,263.800741683892)); -#19962=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,263.800741683893)); -#19963=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,263.800741683893)); -#19964=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,263.800741683893)); -#19965=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,263.798336273486)); -#19966=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,263.803899983603)); -#19967=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,263.809156470521)); -#19968=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,263.860452201639)); -#19969=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,263.870564755516)); -#19970=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,263.898736696057)); -#19971=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,263.914084165692)); -#19972=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,263.95355338587)); -#19973=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,263.964108131824)); -#19974=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,263.980513591927)); -#19975=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,263.984151458414)); -#19976=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,263.991933586351)); -#19977=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,263.99608126337)); -#19978=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,264.001152344921)); -#19979=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,264.002325148752)); -#19980=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,264.003505161865)); -#19981=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,264.141396652997)); -#19982=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,264.003505161865)); -#19983=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,264.006730874052)); -#19984=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,264.010668888472)); -#19985=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,264.020018599326)); -#19986=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,264.024247309508)); -#19987=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,264.035244069981)); -#19988=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149384,264.041478075156)); -#19989=CARTESIAN_POINT('Ctrl Pts',(20.2145462714809,142.887358567171,264.055511687464)); -#19990=CARTESIAN_POINT('Ctrl Pts',(20.2114284453528,142.865986770522,264.065781303746)); -#19991=CARTESIAN_POINT('Ctrl Pts',(20.1947127740552,142.749476028351,264.108817385173)); -#19992=CARTESIAN_POINT('Ctrl Pts',(20.1765617403518,142.615776496897,264.12854194794)); -#19993=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,264.141396652997)); -#19994=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199258414995)); -#19995=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,264.141396652997)); -#19996=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,264.143530061256)); -#19997=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,264.145513076635)); -#19998=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,264.190843589096)); -#19999=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,264.196100076015)); -#20000=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,264.201663786132)); -#20001=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,264.199258375725)); -#20002=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,264.199258375725)); -#20003=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,264.199258375725)); -#20004=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,264.199258375725)); -#20005=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,264.199258375725)); -#20006=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800741644622)); -#20007=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20008=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,266.003505161865)); -#20009=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,265.800741683892)); -#20010=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,265.800741683893)); -#20011=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,265.800741683893)); -#20012=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,265.800741683893)); -#20013=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,265.798336273486)); -#20014=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,265.803899983603)); -#20015=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,265.809156470521)); -#20016=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,265.860452201639)); -#20017=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,265.870564755515)); -#20018=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,265.898736696057)); -#20019=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,265.914084165691)); -#20020=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,265.95355338587)); -#20021=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,265.964108131824)); -#20022=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,265.980513591927)); -#20023=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,265.984151458414)); -#20024=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,265.991933586351)); -#20025=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,265.99608126337)); -#20026=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,266.001152344921)); -#20027=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,266.002325148752)); -#20028=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,266.003505161865)); -#20029=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,266.141396652997)); -#20030=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,266.003505161865)); -#20031=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,266.006730874052)); -#20032=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,266.010668888472)); -#20033=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,266.020018599326)); -#20034=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,266.024247309508)); -#20035=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,266.035244069982)); -#20036=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,266.041478075157)); -#20037=CARTESIAN_POINT('Ctrl Pts',(20.2145462714806,142.887358567168,266.055511687465)); -#20038=CARTESIAN_POINT('Ctrl Pts',(20.2114284453523,142.865986770518,266.065781303748)); -#20039=CARTESIAN_POINT('Ctrl Pts',(20.1947127740548,142.749476028348,266.108817385173)); -#20040=CARTESIAN_POINT('Ctrl Pts',(20.1765617403521,142.6157764969,266.128541947939)); -#20041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,266.141396652997)); -#20042=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199258414995)); -#20043=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,266.141396652997)); -#20044=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,266.143530061256)); -#20045=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,266.145513076635)); -#20046=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,266.190843589096)); -#20047=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,266.196100076015)); -#20048=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,266.201663786132)); -#20049=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,266.199258375725)); -#20050=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,266.199258375725)); -#20051=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,266.199258375725)); -#20052=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,266.199258375725)); -#20053=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,266.199258375725)); -#20054=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800741644622)); -#20055=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20056=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,268.003505161865)); -#20057=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,267.800741683892)); -#20058=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,267.800741683893)); -#20059=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,267.800741683893)); -#20060=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,267.800741683893)); -#20061=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,267.798336273486)); -#20062=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,267.803899983603)); -#20063=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,267.809156470521)); -#20064=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,267.860452201639)); -#20065=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,267.870564755515)); -#20066=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,267.898736696057)); -#20067=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,267.914084165691)); -#20068=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,267.95355338587)); -#20069=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,267.964108131824)); -#20070=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,267.980513591927)); -#20071=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,267.984151458414)); -#20072=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,267.991933586351)); -#20073=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,267.99608126337)); -#20074=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,268.001152344921)); -#20075=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,268.002325148752)); -#20076=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,268.003505161865)); -#20077=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,268.141396652997)); -#20078=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,268.003505161865)); -#20079=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,268.006730874052)); -#20080=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,268.010668888472)); -#20081=CARTESIAN_POINT('Ctrl Pts',(20.2212395053568,142.932833237516,268.020018599326)); -#20082=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.92954191315,268.024247309508)); -#20083=CARTESIAN_POINT('Ctrl Pts',(20.2192025637296,142.919066998204,268.03524406998)); -#20084=CARTESIAN_POINT('Ctrl Pts',(20.2179241894813,142.910393149385,268.041478075156)); -#20085=CARTESIAN_POINT('Ctrl Pts',(20.2145462714804,142.887358567167,268.055511687466)); -#20086=CARTESIAN_POINT('Ctrl Pts',(20.211428445352,142.865986770517,268.065781303748)); -#20087=CARTESIAN_POINT('Ctrl Pts',(20.1947127740554,142.749476028353,268.108817385173)); -#20088=CARTESIAN_POINT('Ctrl Pts',(20.1765617403517,142.615776496896,268.12854194794)); -#20089=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,268.141396652997)); -#20090=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199258414995)); -#20091=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,268.141396652997)); -#20092=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,268.143530061256)); -#20093=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,268.145513076635)); -#20094=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,268.190843589096)); -#20095=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,268.196100076015)); -#20096=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,268.201663786132)); -#20097=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,268.199258375725)); -#20098=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,268.199258375725)); -#20099=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,268.199258375725)); -#20100=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,268.199258375725)); -#20101=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,268.199258375725)); -#20102=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800741644622)); -#20103=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20104=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,270.003505161865)); -#20105=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,269.800741683892)); -#20106=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,269.800741683893)); -#20107=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,269.800741683893)); -#20108=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,269.800741683893)); -#20109=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,269.798336273486)); -#20110=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,269.803899983602)); -#20111=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,269.809156470521)); -#20112=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,269.860452201639)); -#20113=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,269.870564755515)); -#20114=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,269.898736696057)); -#20115=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,269.914084165691)); -#20116=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,269.95355338587)); -#20117=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,269.964108131824)); -#20118=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,269.980513591927)); -#20119=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,269.984151458414)); -#20120=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,269.991933586351)); -#20121=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,269.99608126337)); -#20122=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,270.001152344921)); -#20123=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,270.002325148752)); -#20124=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,270.003505161865)); -#20125=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,270.141396652997)); -#20126=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,270.003505161865)); -#20127=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,270.006730874051)); -#20128=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,270.010668888471)); -#20129=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,270.020018599326)); -#20130=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,270.024247309509)); -#20131=CARTESIAN_POINT('Ctrl Pts',(20.2192025637293,142.919066998202,270.035244069982)); -#20132=CARTESIAN_POINT('Ctrl Pts',(20.2179241894809,142.910393149382,270.041478075158)); -#20133=CARTESIAN_POINT('Ctrl Pts',(20.2145462714803,142.887358567166,270.055511687467)); -#20134=CARTESIAN_POINT('Ctrl Pts',(20.2114284453518,142.865986770515,270.065781303749)); -#20135=CARTESIAN_POINT('Ctrl Pts',(20.1947127740545,142.749476028346,270.108817385173)); -#20136=CARTESIAN_POINT('Ctrl Pts',(20.1765617403524,142.615776496902,270.128541947939)); -#20137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,270.141396652997)); -#20138=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199258414995)); -#20139=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,270.141396652997)); -#20140=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,270.143530061256)); -#20141=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,270.145513076635)); -#20142=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,270.190843589096)); -#20143=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,270.196100076015)); -#20144=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,270.201663786132)); -#20145=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,270.199258375725)); -#20146=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,270.199258375725)); -#20147=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,270.199258375725)); -#20148=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,270.199258375725)); -#20149=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,270.199258375725)); -#20150=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800741644622)); -#20151=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20152=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,272.003505161865)); -#20153=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,271.800741683892)); -#20154=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,271.800741683893)); -#20155=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,271.800741683893)); -#20156=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,271.800741683893)); -#20157=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,271.798336273486)); -#20158=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,271.803899983602)); -#20159=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,271.809156470521)); -#20160=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,271.860452201639)); -#20161=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,271.870564755515)); -#20162=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,271.898736696057)); -#20163=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,271.914084165691)); -#20164=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,271.95355338587)); -#20165=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,271.964108131824)); -#20166=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,271.980513591927)); -#20167=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,271.984151458414)); -#20168=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,271.991933586351)); -#20169=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,271.99608126337)); -#20170=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,272.001152344921)); -#20171=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,272.002325148752)); -#20172=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,272.003505161865)); -#20173=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,272.141396652997)); -#20174=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,272.003505161865)); -#20175=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,272.006730874052)); -#20176=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,272.010668888472)); -#20177=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,272.020018599326)); -#20178=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,272.024247309509)); -#20179=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998202,272.035244069981)); -#20180=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,272.041478075157)); -#20181=CARTESIAN_POINT('Ctrl Pts',(20.2145462714801,142.887358567165,272.055511687467)); -#20182=CARTESIAN_POINT('Ctrl Pts',(20.2114284453515,142.865986770513,272.06578130375)); -#20183=CARTESIAN_POINT('Ctrl Pts',(20.1947127740545,142.749476028346,272.108817385173)); -#20184=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,272.128541947939)); -#20185=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,272.141396652997)); -#20186=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199258414995)); -#20187=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,272.141396652997)); -#20188=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,272.143530061256)); -#20189=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,272.145513076635)); -#20190=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,272.190843589096)); -#20191=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,272.196100076015)); -#20192=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,272.201663786132)); -#20193=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,272.199258375725)); -#20194=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,272.199258375725)); -#20195=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,272.199258375725)); -#20196=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,272.199258375725)); -#20197=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,272.199258375725)); -#20198=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800741644622)); -#20199=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20200=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,274.003505161865)); -#20201=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,273.800741683892)); -#20202=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,273.800741683893)); -#20203=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,273.800741683893)); -#20204=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,273.800741683893)); -#20205=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,273.798336273486)); -#20206=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,273.803899983603)); -#20207=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,273.809156470521)); -#20208=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,273.860452201639)); -#20209=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,273.870564755516)); -#20210=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,273.898736696057)); -#20211=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,273.914084165692)); -#20212=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,273.95355338587)); -#20213=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,273.964108131824)); -#20214=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,273.980513591927)); -#20215=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,273.984151458414)); -#20216=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,273.991933586351)); -#20217=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,273.99608126337)); -#20218=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,274.001152344921)); -#20219=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,274.002325148752)); -#20220=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,274.003505161865)); -#20221=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,274.141396652997)); -#20222=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,274.003505161865)); -#20223=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,274.006730874052)); -#20224=CARTESIAN_POINT('Ctrl Pts',(20.2219638020406,142.937714996956,274.010668888472)); -#20225=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,274.020018599326)); -#20226=CARTESIAN_POINT('Ctrl Pts',(20.2207516857508,142.929541913149,274.024247309508)); -#20227=CARTESIAN_POINT('Ctrl Pts',(20.2192025637295,142.919066998203,274.035244069981)); -#20228=CARTESIAN_POINT('Ctrl Pts',(20.2179241894812,142.910393149384,274.041478075156)); -#20229=CARTESIAN_POINT('Ctrl Pts',(20.2145462714811,142.887358567172,274.055511687463)); -#20230=CARTESIAN_POINT('Ctrl Pts',(20.2114284453531,142.865986770524,274.065781303745)); -#20231=CARTESIAN_POINT('Ctrl Pts',(20.1947127740551,142.749476028351,274.108817385173)); -#20232=CARTESIAN_POINT('Ctrl Pts',(20.1765617403519,142.615776496898,274.12854194794)); -#20233=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,274.141396652997)); -#20234=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199258414995)); -#20235=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,274.141396652997)); -#20236=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,274.143530061256)); -#20237=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,274.145513076635)); -#20238=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,274.190843589096)); -#20239=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,274.196100076015)); -#20240=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,274.201663786132)); -#20241=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,274.199258375725)); -#20242=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,274.199258375725)); -#20243=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,274.199258375725)); -#20244=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,274.199258375725)); -#20245=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,274.199258375725)); -#20246=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800741644622)); -#20247=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20248=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,276.003505161865)); -#20249=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,275.800741683892)); -#20250=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,275.800741683893)); -#20251=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,275.800741683893)); -#20252=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,275.800741683893)); -#20253=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,275.798336273486)); -#20254=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,275.803899983603)); -#20255=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,275.809156470521)); -#20256=CARTESIAN_POINT('Ctrl Pts',(20.1659255755383,142.532700880959,275.860452201639)); -#20257=CARTESIAN_POINT('Ctrl Pts',(20.1756278223647,142.607715340378,275.870564755515)); -#20258=CARTESIAN_POINT('Ctrl Pts',(20.1955225793352,142.754775420466,275.898736696057)); -#20259=CARTESIAN_POINT('Ctrl Pts',(20.2057883237387,142.82731771808,275.914084165691)); -#20260=CARTESIAN_POINT('Ctrl Pts',(20.2168875341143,142.903362316225,275.95355338587)); -#20261=CARTESIAN_POINT('Ctrl Pts',(20.2193999011229,142.920414193157,275.964108131824)); -#20262=CARTESIAN_POINT('Ctrl Pts',(20.2212642885059,142.933000385711,275.980513591927)); -#20263=CARTESIAN_POINT('Ctrl Pts',(20.2216015839175,142.935274009457,275.984151458414)); -#20264=CARTESIAN_POINT('Ctrl Pts',(20.2220658186933,142.938401342145,275.991933586351)); -#20265=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,275.99608126337)); -#20266=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,142.939246735174,276.001152344921)); -#20267=CARTESIAN_POINT('Ctrl Pts',(20.2221814439792,142.939179204489,276.002325148752)); -#20268=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,276.003505161865)); -#20269=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,276.141396652997)); -#20270=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,142.939039977871,276.003505161865)); -#20271=CARTESIAN_POINT('Ctrl Pts',(20.2221009848286,142.938637626556,276.006730874052)); -#20272=CARTESIAN_POINT('Ctrl Pts',(20.2219638020407,142.937714996956,276.010668888472)); -#20273=CARTESIAN_POINT('Ctrl Pts',(20.2212395053567,142.932833237516,276.020018599326)); -#20274=CARTESIAN_POINT('Ctrl Pts',(20.2207516857507,142.929541913149,276.024247309509)); -#20275=CARTESIAN_POINT('Ctrl Pts',(20.2192025637294,142.919066998203,276.035244069981)); -#20276=CARTESIAN_POINT('Ctrl Pts',(20.2179241894811,142.910393149383,276.041478075157)); -#20277=CARTESIAN_POINT('Ctrl Pts',(20.2145462714797,142.887358567163,276.055511687469)); -#20278=CARTESIAN_POINT('Ctrl Pts',(20.211428445351,142.865986770509,276.065781303751)); -#20279=CARTESIAN_POINT('Ctrl Pts',(20.1947127740547,142.749476028347,276.108817385173)); -#20280=CARTESIAN_POINT('Ctrl Pts',(20.1765617403522,142.615776496901,276.128541947939)); -#20281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,276.141396652997)); -#20282=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199258414995)); -#20283=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,142.513750343504,276.141396652997)); -#20284=CARTESIAN_POINT('Ctrl Pts',(20.1615031314984,142.496916170438,276.143530061256)); -#20285=CARTESIAN_POINT('Ctrl Pts',(20.1594245369091,142.480336986829,276.145513076635)); -#20286=CARTESIAN_POINT('Ctrl Pts',(20.1100222551868,142.082416593271,276.190843589096)); -#20287=CARTESIAN_POINT('Ctrl Pts',(20.0695221556088,141.660026090631,276.196100076015)); -#20288=CARTESIAN_POINT('Ctrl Pts',(20.0170288068904,140.812371869668,276.201663786132)); -#20289=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.387092554827,276.199258375725)); -#20290=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000011818227,276.199258375725)); -#20291=CARTESIAN_POINT('Ctrl Pts',(20.0050349443983,140.000007878819,276.199258375725)); -#20292=CARTESIAN_POINT('Ctrl Pts',(20.0050349443995,140.000003939407,276.199258375725)); -#20293=CARTESIAN_POINT('Ctrl Pts',(20.0050349444018,139.999999999992,276.199258375725)); -#20294=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,0.)); -#20295=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20296=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999999985)); -#20297=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20298=CARTESIAN_POINT('',(20.0050354003906,110.000001633989,280.)); -#20299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20300=CARTESIAN_POINT('',(20.0050354003906,80.,276.199258414995)); -#20301=CARTESIAN_POINT('',(20.0050354003906,110.,276.199258414995)); -#20302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,276.000000029809)); -#20304=CARTESIAN_POINT('',(20.1636358803736,77.4862704963629,276.141396652997)); -#20305=CARTESIAN_POINT('Ctrl Pts',(20.005035635867,79.9999999999986,276.199258435274)); -#20306=CARTESIAN_POINT('Ctrl Pts',(20.0050357172686,79.6129197184127,276.199258442285)); -#20307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641037,79.1876451075524,276.201663794184)); -#20308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630253,78.3399918759308,276.196099944519)); -#20309=CARTESIAN_POINT('Ctrl Pts',(20.1100226471742,77.9176018640651,276.190843380869)); -#20310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119338,77.5196825400877,276.1455129096)); -#20311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208883,77.5031040053284,276.143529971838)); -#20312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963629,276.141396652997)); -#20313=CARTESIAN_POINT('',(20.1636358803736,110.,276.141396652997)); -#20314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,276.000000029809)); -#20315=CARTESIAN_POINT('',(20.2221607598731,77.0609799486937,276.003505161865)); -#20316=CARTESIAN_POINT('',(20.0050354003906,80.,275.800741644622)); -#20317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486937,276.003505161865)); -#20318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721813,276.002325148738)); -#20319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191002,276.001152344888)); -#20320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191002,275.99608127169)); -#20321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820315,275.991933603379)); -#20322=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075175,275.98415149158)); -#20323=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.0670195260793,275.980513632533)); -#20324=CARTESIAN_POINT('Ctrl Pts',(20.2193999129394,77.0796056886051,275.964108207825)); -#20325=CARTESIAN_POINT('Ctrl Pts',(20.2168875565585,77.0966575252485,275.953553482873)); -#20326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912247,77.1727019560261,275.914084334687)); -#20327=CARTESIAN_POINT('Ctrl Pts',(20.1955226872952,77.2452441001968,275.898736887032)); -#20328=CARTESIAN_POINT('Ctrl Pts',(20.1756280080614,77.3923038684491,275.870564980474)); -#20329=CARTESIAN_POINT('Ctrl Pts',(20.165925798694,77.4673181690583,275.860452433615)); -#20330=CARTESIAN_POINT('Ctrl Pts',(20.1100226471744,77.9176018640651,275.809156678748)); -#20331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630254,78.3399918759308,275.803900115098)); -#20332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641038,79.1876451075525,275.798336265434)); -#20333=CARTESIAN_POINT('Ctrl Pts',(20.0050357172687,79.6129197184127,275.800741617333)); -#20334=CARTESIAN_POINT('Ctrl Pts',(20.0050356358671,79.9999999999986,275.800741624343)); -#20335=CARTESIAN_POINT('',(20.2221607598731,110.,276.003505161865)); -#20336=CARTESIAN_POINT('',(20.0050354003906,110.,275.800741644622)); -#20337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,276.141396652997)); -#20338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,276.141396652997)); -#20339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,276.13454070829)); -#20340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,276.13454070829)); -#20341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,276.126099819059)); -#20342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,276.126099819059)); -#20343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,276.101255166196)); -#20344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,276.101255166196)); -#20345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,276.085907791025)); -#20346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,276.085907791025)); -#20347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,276.046440258616)); -#20348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,276.046440258616)); -#20349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,276.035885813383)); -#20350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,276.035885813383)); -#20351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,276.019481178471)); -#20352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,276.019481178471)); -#20353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,276.015843400093)); -#20354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,276.015843400093)); -#20355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,276.009207189857)); -#20356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,276.009207189857)); -#20357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,276.006334202628)); -#20358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,276.006334202628)); -#20359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,276.003505161865)); -#20360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,276.003505161865)); -#20361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963629,276.141396652997)); -#20362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135611447,276.125766235395)); -#20363=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321144,276.110378743704)); -#20364=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683319887,276.094410761422)); -#20365=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191271726,276.084408328727)); -#20366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796306501,276.066941925002)); -#20367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390169,276.063272992161)); -#20368=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.116184591161,276.056593523054)); -#20369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567687556,276.053192231538)); -#20370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487365696,276.044508445503)); -#20371=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455083,276.038147394302)); -#20372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255357,276.026584326013)); -#20373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386340964,276.02258386268)); -#20374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137051,276.01604630301)); -#20375=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077639711,276.013612161136)); -#20376=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925809061,276.008847802661)); -#20377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139060757,276.006182544381)); -#20378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486937,276.003505161865)); -#20379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20380=CARTESIAN_POINT('',(20.0050354003906,80.,274.199258414995)); -#20381=CARTESIAN_POINT('',(20.0050354003906,110.,274.199258414995)); -#20382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,274.000000029809)); -#20384=CARTESIAN_POINT('',(20.1636358803736,77.4862704963691,274.141396652997)); -#20385=CARTESIAN_POINT('Ctrl Pts',(20.0050356358677,79.9999999999986,274.199258435274)); -#20386=CARTESIAN_POINT('Ctrl Pts',(20.0050357172693,79.6129197184132,274.199258442285)); -#20387=CARTESIAN_POINT('Ctrl Pts',(20.0170294641043,79.1876451075541,274.201663794184)); -#20388=CARTESIAN_POINT('Ctrl Pts',(20.0695226630258,78.3399918759338,274.196099944519)); -#20389=CARTESIAN_POINT('Ctrl Pts',(20.1100226471746,77.9176018640687,274.190843380869)); -#20390=CARTESIAN_POINT('Ctrl Pts',(20.159424711934,77.5196825400925,274.145512909599)); -#20391=CARTESIAN_POINT('Ctrl Pts',(20.1615032208884,77.5031040053339,274.143529971838)); -#20392=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963691,274.141396652997)); -#20393=CARTESIAN_POINT('',(20.1636358803736,110.,274.141396652997)); -#20394=CARTESIAN_POINT('Origin',(20.0221955414993,110.,274.000000029809)); -#20395=CARTESIAN_POINT('',(20.2221607598731,77.0609799486991,274.003505161865)); -#20396=CARTESIAN_POINT('',(20.0050354003906,80.,273.800741644622)); -#20397=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486991,274.003505161865)); -#20398=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218183,274.002325148738)); -#20399=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910074,274.001152344888)); -#20400=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910074,273.99608127169)); -#20401=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820368,273.991933603379)); -#20402=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075228,273.98415149158)); -#20403=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.0670195260846,273.980513632533)); -#20404=CARTESIAN_POINT('Ctrl Pts',(20.2193999129394,77.0796056886104,273.964108207825)); -#20405=CARTESIAN_POINT('Ctrl Pts',(20.2168875565585,77.0966575252538,273.953553482873)); -#20406=CARTESIAN_POINT('Ctrl Pts',(20.2057883912247,77.1727019560311,273.914084334687)); -#20407=CARTESIAN_POINT('Ctrl Pts',(20.1955226872953,77.2452441002017,273.898736887032)); -#20408=CARTESIAN_POINT('Ctrl Pts',(20.1756280080616,77.3923038684536,273.870564980474)); -#20409=CARTESIAN_POINT('Ctrl Pts',(20.1659257986942,77.4673181690626,273.860452433616)); -#20410=CARTESIAN_POINT('Ctrl Pts',(20.1100226471748,77.9176018640688,273.809156678749)); -#20411=CARTESIAN_POINT('Ctrl Pts',(20.0695226630259,78.3399918759339,273.803900115098)); -#20412=CARTESIAN_POINT('Ctrl Pts',(20.0170294641045,79.1876451075542,273.798336265433)); -#20413=CARTESIAN_POINT('Ctrl Pts',(20.0050357172694,79.6129197184132,273.800741617333)); -#20414=CARTESIAN_POINT('Ctrl Pts',(20.0050356358678,79.9999999999986,273.800741624343)); -#20415=CARTESIAN_POINT('',(20.2221607598731,110.,274.003505161865)); -#20416=CARTESIAN_POINT('',(20.0050354003906,110.,273.800741644622)); -#20417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,274.141396652997)); -#20418=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,274.141396652997)); -#20419=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,274.13454070829)); -#20420=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,274.13454070829)); -#20421=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,274.126099819059)); -#20422=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,274.126099819059)); -#20423=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,274.101255166196)); -#20424=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,274.101255166196)); -#20425=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,274.085907791025)); -#20426=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,274.085907791025)); -#20427=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,274.046440258616)); -#20428=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,274.046440258616)); -#20429=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,274.035885813383)); -#20430=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,274.035885813383)); -#20431=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,274.019481178471)); -#20432=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,274.019481178471)); -#20433=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,274.015843400093)); -#20434=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,274.015843400093)); -#20435=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,274.009207189857)); -#20436=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,274.009207189857)); -#20437=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,274.006334202628)); -#20438=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,274.006334202628)); -#20439=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,274.003505161865)); -#20440=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,274.003505161865)); -#20441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963691,274.141396652997)); -#20442=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135611505,274.125766235395)); -#20443=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321201,274.110378743704)); -#20444=CARTESIAN_POINT('Ctrl Pts',(20.1992429966312,77.2193683319937,274.094410761422)); -#20445=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191271779,274.084408328727)); -#20446=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796306559,274.066941925002)); -#20447=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390223,274.063272992161)); -#20448=CARTESIAN_POINT('Ctrl Pts',(20.2140372036078,77.1161845911669,274.056593523054)); -#20449=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567687606,274.053192231538)); -#20450=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.094148736574,274.044508445502)); -#20451=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.084555945513,274.038147394301)); -#20452=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385255395,274.026584326011)); -#20453=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386341008,274.022583862679)); -#20454=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137105,274.01604630301)); -#20455=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077639763,274.013612161136)); -#20456=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809111,274.00884780266)); -#20457=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139060809,274.00618254438)); -#20458=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799486989,274.003505161864)); -#20459=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20460=CARTESIAN_POINT('',(20.0050354003906,80.,272.199258414995)); -#20461=CARTESIAN_POINT('',(20.0050354003906,110.,272.199258414995)); -#20462=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20463=CARTESIAN_POINT('Origin',(20.0221955414993,110.,272.000000029809)); -#20464=CARTESIAN_POINT('',(20.1636358803736,77.4862704963752,272.141396652997)); -#20465=CARTESIAN_POINT('Ctrl Pts',(20.0050356358684,79.9999999999986,272.199258435274)); -#20466=CARTESIAN_POINT('Ctrl Pts',(20.00503571727,79.6129197184138,272.199258442285)); -#20467=CARTESIAN_POINT('Ctrl Pts',(20.017029464105,79.1876451075558,272.201663794184)); -#20468=CARTESIAN_POINT('Ctrl Pts',(20.0695226630263,78.3399918759367,272.196099944519)); -#20469=CARTESIAN_POINT('Ctrl Pts',(20.1100226471751,77.9176018640723,272.190843380869)); -#20470=CARTESIAN_POINT('Ctrl Pts',(20.1594247119342,77.5196825400973,272.145512909599)); -#20471=CARTESIAN_POINT('Ctrl Pts',(20.1615032208885,77.5031040053394,272.143529971838)); -#20472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963752,272.141396652997)); -#20473=CARTESIAN_POINT('',(20.1636358803736,110.,272.141396652997)); -#20474=CARTESIAN_POINT('Origin',(20.0221955414993,110.,272.000000029809)); -#20475=CARTESIAN_POINT('',(20.2221607598731,77.0609799487044,272.003505161865)); -#20476=CARTESIAN_POINT('',(20.0050354003906,80.,271.800741644622)); -#20477=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487044,272.003505161865)); -#20478=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218236,272.002325148738)); -#20479=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910127,272.001152344888)); -#20480=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910127,271.99608127169)); -#20481=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820422,271.991933603379)); -#20482=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075282,271.98415149158)); -#20483=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.06701952609,271.980513632533)); -#20484=CARTESIAN_POINT('Ctrl Pts',(20.2193999129394,77.0796056886157,271.964108207825)); -#20485=CARTESIAN_POINT('Ctrl Pts',(20.2168875565585,77.096657525259,271.953553482873)); -#20486=CARTESIAN_POINT('Ctrl Pts',(20.2057883912248,77.1727019560361,271.914084334688)); -#20487=CARTESIAN_POINT('Ctrl Pts',(20.1955226872954,77.2452441002066,271.898736887032)); -#20488=CARTESIAN_POINT('Ctrl Pts',(20.1756280080618,77.3923038684581,271.870564980475)); -#20489=CARTESIAN_POINT('Ctrl Pts',(20.1659257986945,77.467318169067,271.860452433616)); -#20490=CARTESIAN_POINT('Ctrl Pts',(20.1100226471752,77.9176018640724,271.809156678749)); -#20491=CARTESIAN_POINT('Ctrl Pts',(20.0695226630264,78.3399918759368,271.803900115098)); -#20492=CARTESIAN_POINT('Ctrl Pts',(20.0170294641051,79.187645107556,271.798336265433)); -#20493=CARTESIAN_POINT('Ctrl Pts',(20.0050357172701,79.6129197184138,271.800741617333)); -#20494=CARTESIAN_POINT('Ctrl Pts',(20.0050356358686,79.9999999999986,271.800741624343)); -#20495=CARTESIAN_POINT('',(20.2221607598731,110.,272.003505161865)); -#20496=CARTESIAN_POINT('',(20.0050354003906,110.,271.800741644622)); -#20497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,272.141396652997)); -#20498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,272.141396652997)); -#20499=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,272.13454070829)); -#20500=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,272.13454070829)); -#20501=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,272.126099819059)); -#20502=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,272.126099819059)); -#20503=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,272.101255166196)); -#20504=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,272.101255166196)); -#20505=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,272.085907791025)); -#20506=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,272.085907791025)); -#20507=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,272.046440258616)); -#20508=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,272.046440258616)); -#20509=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,272.035885813383)); -#20510=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,272.035885813383)); -#20511=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,272.019481178471)); -#20512=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,272.019481178471)); -#20513=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,272.015843400093)); -#20514=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,272.015843400093)); -#20515=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,272.009207189857)); -#20516=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,272.009207189857)); -#20517=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,272.006334202628)); -#20518=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,272.006334202628)); -#20519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,272.003505161865)); -#20520=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,272.003505161865)); -#20521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963752,272.141396652997)); -#20522=CARTESIAN_POINT('Ctrl Pts',(20.1793528173567,77.3622135611548,272.125766235395)); -#20523=CARTESIAN_POINT('Ctrl Pts',(20.1893083252613,77.2910895321246,272.110378743704)); -#20524=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.219368332,272.094410761422)); -#20525=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191271835,272.084408328727)); -#20526=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796306619,272.066941925003)); -#20527=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390279,272.063272992161)); -#20528=CARTESIAN_POINT('Ctrl Pts',(20.2140372036085,77.1161845911675,272.056593523052)); -#20529=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567687646,272.053192231537)); -#20530=CARTESIAN_POINT('Ctrl Pts',(20.2172592358243,77.0941487365788,272.044508445502)); -#20531=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559455183,272.038147394301)); -#20532=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.072438525546,272.026584326012)); -#20533=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341068,272.02258386268)); -#20534=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137163,272.01604630301)); -#20535=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077639818,272.013612161136)); -#20536=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809164,272.008847802659)); -#20537=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139060863,272.00618254438)); -#20538=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487043,272.003505161864)); -#20539=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20540=CARTESIAN_POINT('',(20.0050354003906,80.,270.199258414995)); -#20541=CARTESIAN_POINT('',(20.0050354003906,110.,270.199258414995)); -#20542=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20543=CARTESIAN_POINT('Origin',(20.0221955414993,110.,270.000000029809)); -#20544=CARTESIAN_POINT('',(20.1636358803736,77.4862704963814,270.141396652997)); -#20545=CARTESIAN_POINT('Ctrl Pts',(20.0050356358691,79.9999999999986,270.199258435274)); -#20546=CARTESIAN_POINT('Ctrl Pts',(20.0050357172707,79.6129197184144,270.199258442285)); -#20547=CARTESIAN_POINT('Ctrl Pts',(20.0170294641057,79.1876451075576,270.201663794184)); -#20548=CARTESIAN_POINT('Ctrl Pts',(20.0695226630268,78.3399918759397,270.196099944519)); -#20549=CARTESIAN_POINT('Ctrl Pts',(20.1100226471755,77.9176018640759,270.190843380868)); -#20550=CARTESIAN_POINT('Ctrl Pts',(20.1594247119343,77.5196825401021,270.145512909599)); -#20551=CARTESIAN_POINT('Ctrl Pts',(20.1615032208885,77.5031040053449,270.143529971838)); -#20552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963814,270.141396652997)); -#20553=CARTESIAN_POINT('',(20.1636358803736,110.,270.141396652997)); -#20554=CARTESIAN_POINT('Origin',(20.0221955414993,110.,270.000000029809)); -#20555=CARTESIAN_POINT('',(20.2221607598731,77.0609799487097,270.003505161865)); -#20556=CARTESIAN_POINT('',(20.0050354003906,80.,269.800741644622)); -#20557=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487097,270.003505161865)); -#20558=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721829,270.002325148738)); -#20559=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910181,270.001152344888)); -#20560=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910181,269.99608127169)); -#20561=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820475,269.99193360338)); -#20562=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075335,269.98415149158)); -#20563=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.0670195260953,269.980513632533)); -#20564=CARTESIAN_POINT('Ctrl Pts',(20.2193999129394,77.0796056886209,269.964108207825)); -#20565=CARTESIAN_POINT('Ctrl Pts',(20.2168875565586,77.0966575252643,269.953553482873)); -#20566=CARTESIAN_POINT('Ctrl Pts',(20.2057883912249,77.1727019560412,269.914084334688)); -#20567=CARTESIAN_POINT('Ctrl Pts',(20.1955226872955,77.2452441002115,269.898736887033)); -#20568=CARTESIAN_POINT('Ctrl Pts',(20.175628008062,77.3923038684626,269.870564980475)); -#20569=CARTESIAN_POINT('Ctrl Pts',(20.1659257986947,77.4673181690713,269.860452433616)); -#20570=CARTESIAN_POINT('Ctrl Pts',(20.1100226471756,77.917601864076,269.809156678749)); -#20571=CARTESIAN_POINT('Ctrl Pts',(20.069522663027,78.3399918759398,269.803900115099)); -#20572=CARTESIAN_POINT('Ctrl Pts',(20.0170294641058,79.1876451075577,269.798336265433)); -#20573=CARTESIAN_POINT('Ctrl Pts',(20.0050357172709,79.6129197184144,269.800741617333)); -#20574=CARTESIAN_POINT('Ctrl Pts',(20.0050356358693,79.9999999999986,269.800741624343)); -#20575=CARTESIAN_POINT('',(20.2221607598731,110.,270.003505161865)); -#20576=CARTESIAN_POINT('',(20.0050354003906,110.,269.800741644622)); -#20577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,270.141396652997)); -#20578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,270.141396652997)); -#20579=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,270.13454070829)); -#20580=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,270.13454070829)); -#20581=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,270.126099819059)); -#20582=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,270.126099819059)); -#20583=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,270.101255166196)); -#20584=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,270.101255166196)); -#20585=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,270.085907791025)); -#20586=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,270.085907791025)); -#20587=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,270.046440258616)); -#20588=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,270.046440258616)); -#20589=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,270.035885813383)); -#20590=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,270.035885813383)); -#20591=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,270.019481178471)); -#20592=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,270.019481178471)); -#20593=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,270.015843400093)); -#20594=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,270.015843400093)); -#20595=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,270.009207189857)); -#20596=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,270.009207189857)); -#20597=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,270.006334202628)); -#20598=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,270.006334202628)); -#20599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,270.003505161865)); -#20600=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,270.003505161865)); -#20601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963814,270.141396652997)); -#20602=CARTESIAN_POINT('Ctrl Pts',(20.1793528173567,77.3622135611612,270.125766235395)); -#20603=CARTESIAN_POINT('Ctrl Pts',(20.1893083252613,77.2910895321306,270.110378743704)); -#20604=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320055,270.094410761422)); -#20605=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191271893,270.084408328727)); -#20606=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796306652,270.066941925002)); -#20607=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899390328,270.063272992161)); -#20608=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845911765,270.056593523054)); -#20609=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567687713,270.053192231538)); -#20610=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487365851,270.044508445503)); -#20611=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455243,270.038147394301)); -#20612=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255519,270.026584326013)); -#20613=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341125,270.02258386268)); -#20614=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137216,270.01604630301)); -#20615=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077639873,270.013612161136)); -#20616=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992580922,270.00884780266)); -#20617=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139060917,270.006182544381)); -#20618=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487097,270.003505161865)); -#20619=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20620=CARTESIAN_POINT('',(20.0050354003906,80.,268.199258414995)); -#20621=CARTESIAN_POINT('',(20.0050354003906,110.,268.199258414995)); -#20622=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20623=CARTESIAN_POINT('Origin',(20.0221955414993,110.,268.000000029809)); -#20624=CARTESIAN_POINT('',(20.1636358803736,77.4862704963876,268.141396652997)); -#20625=CARTESIAN_POINT('Ctrl Pts',(20.0050356358698,79.9999999999986,268.199258435275)); -#20626=CARTESIAN_POINT('Ctrl Pts',(20.0050357172714,79.612919718415,268.199258442285)); -#20627=CARTESIAN_POINT('Ctrl Pts',(20.0170294641064,79.1876451075594,268.201663794184)); -#20628=CARTESIAN_POINT('Ctrl Pts',(20.0695226630273,78.3399918759427,268.196099944519)); -#20629=CARTESIAN_POINT('Ctrl Pts',(20.1100226471759,77.9176018640795,268.190843380868)); -#20630=CARTESIAN_POINT('Ctrl Pts',(20.1594247119345,77.5196825401069,268.145512909599)); -#20631=CARTESIAN_POINT('Ctrl Pts',(20.1615032208886,77.5031040053503,268.143529971838)); -#20632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963876,268.141396652997)); -#20633=CARTESIAN_POINT('',(20.1636358803736,110.,268.141396652997)); -#20634=CARTESIAN_POINT('Origin',(20.0221955414993,110.,268.000000029809)); -#20635=CARTESIAN_POINT('',(20.2221607598731,77.0609799487151,268.003505161865)); -#20636=CARTESIAN_POINT('',(20.0050354003906,80.,267.800741644622)); -#20637=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487151,268.003505161865)); -#20638=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218343,268.002325148738)); -#20639=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910234,268.001152344888)); -#20640=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910234,267.99608127169)); -#20641=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820529,267.99193360338)); -#20642=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075389,267.98415149158)); -#20643=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.0670195261007,267.980513632533)); -#20644=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886263,267.964108207825)); -#20645=CARTESIAN_POINT('Ctrl Pts',(20.2168875565586,77.0966575252695,267.953553482873)); -#20646=CARTESIAN_POINT('Ctrl Pts',(20.2057883912249,77.1727019560463,267.914084334688)); -#20647=CARTESIAN_POINT('Ctrl Pts',(20.1955226872956,77.2452441002163,267.898736887033)); -#20648=CARTESIAN_POINT('Ctrl Pts',(20.1756280080622,77.3923038684672,267.870564980475)); -#20649=CARTESIAN_POINT('Ctrl Pts',(20.1659257986949,77.4673181690757,267.860452433616)); -#20650=CARTESIAN_POINT('Ctrl Pts',(20.110022647176,77.9176018640796,267.809156678749)); -#20651=CARTESIAN_POINT('Ctrl Pts',(20.0695226630275,78.3399918759428,267.803900115099)); -#20652=CARTESIAN_POINT('Ctrl Pts',(20.0170294641065,79.1876451075595,267.798336265433)); -#20653=CARTESIAN_POINT('Ctrl Pts',(20.0050357172716,79.612919718415,267.800741617333)); -#20654=CARTESIAN_POINT('Ctrl Pts',(20.00503563587,79.9999999999986,267.800741624343)); -#20655=CARTESIAN_POINT('',(20.2221607598731,110.,268.003505161865)); -#20656=CARTESIAN_POINT('',(20.0050354003906,110.,267.800741644622)); -#20657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,268.141396652997)); -#20658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,268.141396652997)); -#20659=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,268.13454070829)); -#20660=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,268.13454070829)); -#20661=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,268.126099819059)); -#20662=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,268.126099819059)); -#20663=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,268.101255166196)); -#20664=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,268.101255166196)); -#20665=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,268.085907791025)); -#20666=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,268.085907791025)); -#20667=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,268.046440258616)); -#20668=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,268.046440258616)); -#20669=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,268.035885813383)); -#20670=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,268.035885813383)); -#20671=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,268.019481178471)); -#20672=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,268.019481178471)); -#20673=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,268.015843400093)); -#20674=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,268.015843400093)); -#20675=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,268.009207189857)); -#20676=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,268.009207189857)); -#20677=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,268.006334202628)); -#20678=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,268.006334202628)); -#20679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,268.003505161865)); -#20680=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,268.003505161865)); -#20681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963876,268.141396652997)); -#20682=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135611684,268.125766235395)); -#20683=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321374,268.110378743704)); -#20684=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320114,268.094410761422)); -#20685=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191271949,268.084408328727)); -#20686=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796306728,268.066941925003)); -#20687=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390391,268.063272992161)); -#20688=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845911799,268.056593523053)); -#20689=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567687764,268.053192231537)); -#20690=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487365909,268.044508445503)); -#20691=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455298,268.038147394302)); -#20692=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255575,268.026584326013)); -#20693=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.069138634118,268.02258386268)); -#20694=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137265,268.01604630301)); -#20695=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077639925,268.013612161136)); -#20696=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809274,268.008847802661)); -#20697=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906097,268.006182544381)); -#20698=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487151,268.003505161865)); -#20699=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20700=CARTESIAN_POINT('',(20.0050354003906,80.,266.199258414995)); -#20701=CARTESIAN_POINT('',(20.0050354003906,110.,266.199258414995)); -#20702=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20703=CARTESIAN_POINT('Origin',(20.0221955414993,110.,266.000000029809)); -#20704=CARTESIAN_POINT('',(20.1636358803736,77.4862704963938,266.141396652997)); -#20705=CARTESIAN_POINT('Ctrl Pts',(20.0050356358705,79.9999999999986,266.199258435275)); -#20706=CARTESIAN_POINT('Ctrl Pts',(20.0050357172722,79.6129197184155,266.199258442285)); -#20707=CARTESIAN_POINT('Ctrl Pts',(20.017029464107,79.1876451075611,266.201663794184)); -#20708=CARTESIAN_POINT('Ctrl Pts',(20.0695226630279,78.3399918759457,266.196099944518)); -#20709=CARTESIAN_POINT('Ctrl Pts',(20.1100226471763,77.9176018640831,266.190843380868)); -#20710=CARTESIAN_POINT('Ctrl Pts',(20.1594247119347,77.5196825401118,266.145512909599)); -#20711=CARTESIAN_POINT('Ctrl Pts',(20.1615032208887,77.5031040053558,266.143529971838)); -#20712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963938,266.141396652997)); -#20713=CARTESIAN_POINT('',(20.1636358803736,110.,266.141396652997)); -#20714=CARTESIAN_POINT('Origin',(20.0221955414993,110.,266.000000029809)); -#20715=CARTESIAN_POINT('',(20.2221607598731,77.0609799487204,266.003505161865)); -#20716=CARTESIAN_POINT('',(20.0050354003906,80.,265.800741644622)); -#20717=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487204,266.003505161865)); -#20718=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218396,266.002325148738)); -#20719=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910288,266.001152344888)); -#20720=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910288,265.99608127169)); -#20721=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820582,265.99193360338)); -#20722=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075442,265.98415149158)); -#20723=CARTESIAN_POINT('Ctrl Pts',(20.2212642923807,77.067019526106,265.980513632533)); -#20724=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886316,265.964108207826)); -#20725=CARTESIAN_POINT('Ctrl Pts',(20.2168875565586,77.0966575252748,265.953553482873)); -#20726=CARTESIAN_POINT('Ctrl Pts',(20.205788391225,77.1727019560513,265.914084334688)); -#20727=CARTESIAN_POINT('Ctrl Pts',(20.1955226872957,77.2452441002212,265.898736887033)); -#20728=CARTESIAN_POINT('Ctrl Pts',(20.1756280080624,77.3923038684716,265.870564980475)); -#20729=CARTESIAN_POINT('Ctrl Pts',(20.1659257986951,77.46731816908,265.860452433617)); -#20730=CARTESIAN_POINT('Ctrl Pts',(20.1100226471764,77.9176018640832,265.80915667875)); -#20731=CARTESIAN_POINT('Ctrl Pts',(20.069522663028,78.3399918759458,265.803900115099)); -#20732=CARTESIAN_POINT('Ctrl Pts',(20.0170294641072,79.1876451075612,265.798336265433)); -#20733=CARTESIAN_POINT('Ctrl Pts',(20.0050357172723,79.6129197184155,265.800741617332)); -#20734=CARTESIAN_POINT('Ctrl Pts',(20.0050356358707,79.9999999999986,265.800741624343)); -#20735=CARTESIAN_POINT('',(20.2221607598731,110.,266.003505161865)); -#20736=CARTESIAN_POINT('',(20.0050354003906,110.,265.800741644622)); -#20737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,266.141396652997)); -#20738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,266.141396652997)); -#20739=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,266.13454070829)); -#20740=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,266.13454070829)); -#20741=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,266.126099819059)); -#20742=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,266.126099819059)); -#20743=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,266.101255166196)); -#20744=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,266.101255166196)); -#20745=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,266.085907791025)); -#20746=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,266.085907791025)); -#20747=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,266.046440258616)); -#20748=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,266.046440258616)); -#20749=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,266.035885813383)); -#20750=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,266.035885813383)); -#20751=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,266.019481178471)); -#20752=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,266.019481178471)); -#20753=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,266.015843400093)); -#20754=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,266.015843400093)); -#20755=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,266.009207189857)); -#20756=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,266.009207189857)); -#20757=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,266.006334202628)); -#20758=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,266.006334202628)); -#20759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,266.003505161865)); -#20760=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,266.003505161865)); -#20761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963938,266.141396652997)); -#20762=CARTESIAN_POINT('Ctrl Pts',(20.1793528173567,77.362213561173,266.125766235395)); -#20763=CARTESIAN_POINT('Ctrl Pts',(20.1893083252613,77.2910895321421,266.110378743704)); -#20764=CARTESIAN_POINT('Ctrl Pts',(20.1992429966312,77.2193683320161,266.094410761422)); -#20765=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191272001,266.084408328727)); -#20766=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796306778,266.066941925002)); -#20767=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390441,266.063272992161)); -#20768=CARTESIAN_POINT('Ctrl Pts',(20.2140372036084,77.1161845911842,266.056593523052)); -#20769=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567687811,266.053192231537)); -#20770=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487365952,266.044508445502)); -#20771=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559455345,266.038147394301)); -#20772=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385255616,266.026584326012)); -#20773=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386341227,266.022583862679)); -#20774=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137318,266.016046303009)); -#20775=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077639976,266.013612161135)); -#20776=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809324,266.00884780266)); -#20777=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061021,266.00618254438)); -#20778=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487203,266.003505161864)); -#20779=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20780=CARTESIAN_POINT('',(20.0050354003906,80.,264.199258414995)); -#20781=CARTESIAN_POINT('',(20.0050354003906,110.,264.199258414995)); -#20782=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20783=CARTESIAN_POINT('Origin',(20.0221955414993,110.,264.000000029809)); -#20784=CARTESIAN_POINT('',(20.1636358803736,77.4862704963999,264.141396652997)); -#20785=CARTESIAN_POINT('Ctrl Pts',(20.0050356358713,79.9999999999985,264.199258435275)); -#20786=CARTESIAN_POINT('Ctrl Pts',(20.0050357172729,79.6129197184161,264.199258442285)); -#20787=CARTESIAN_POINT('Ctrl Pts',(20.0170294641077,79.1876451075628,264.201663794184)); -#20788=CARTESIAN_POINT('Ctrl Pts',(20.0695226630284,78.3399918759487,264.196099944518)); -#20789=CARTESIAN_POINT('Ctrl Pts',(20.1100226471767,77.9176018640867,264.190843380868)); -#20790=CARTESIAN_POINT('Ctrl Pts',(20.1594247119349,77.5196825401166,264.145512909599)); -#20791=CARTESIAN_POINT('Ctrl Pts',(20.1615032208888,77.5031040053613,264.143529971838)); -#20792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963999,264.141396652997)); -#20793=CARTESIAN_POINT('',(20.1636358803736,110.,264.141396652997)); -#20794=CARTESIAN_POINT('Origin',(20.0221955414993,110.,264.000000029809)); -#20795=CARTESIAN_POINT('',(20.2221607598731,77.0609799487258,264.003505161865)); -#20796=CARTESIAN_POINT('',(20.0050354003906,80.,263.800741644622)); -#20797=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487257,264.003505161865)); -#20798=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721845,264.002325148738)); -#20799=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910341,264.001152344888)); -#20800=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910341,263.99608127169)); -#20801=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820635,263.99193360338)); -#20802=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075495,263.98415149158)); -#20803=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261113,263.980513632533)); -#20804=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886368,263.964108207826)); -#20805=CARTESIAN_POINT('Ctrl Pts',(20.2168875565586,77.09665752528,263.953553482873)); -#20806=CARTESIAN_POINT('Ctrl Pts',(20.2057883912251,77.1727019560564,263.914084334688)); -#20807=CARTESIAN_POINT('Ctrl Pts',(20.1955226872959,77.2452441002261,263.898736887033)); -#20808=CARTESIAN_POINT('Ctrl Pts',(20.1756280080625,77.3923038684761,263.870564980476)); -#20809=CARTESIAN_POINT('Ctrl Pts',(20.1659257986954,77.4673181690843,263.860452433617)); -#20810=CARTESIAN_POINT('Ctrl Pts',(20.1100226471768,77.9176018640868,263.80915667875)); -#20811=CARTESIAN_POINT('Ctrl Pts',(20.0695226630285,78.3399918759488,263.803900115099)); -#20812=CARTESIAN_POINT('Ctrl Pts',(20.0170294641079,79.1876451075629,263.798336265433)); -#20813=CARTESIAN_POINT('Ctrl Pts',(20.005035717273,79.6129197184161,263.800741617332)); -#20814=CARTESIAN_POINT('Ctrl Pts',(20.0050356358714,79.9999999999986,263.800741624343)); -#20815=CARTESIAN_POINT('',(20.2221607598731,110.,264.003505161865)); -#20816=CARTESIAN_POINT('',(20.0050354003906,110.,263.800741644622)); -#20817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,264.141396652997)); -#20818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,264.141396652997)); -#20819=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,264.13454070829)); -#20820=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,264.13454070829)); -#20821=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,264.126099819059)); -#20822=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,264.126099819059)); -#20823=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,264.101255166196)); -#20824=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,264.101255166196)); -#20825=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,264.085907791025)); -#20826=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,264.085907791025)); -#20827=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,264.046440258616)); -#20828=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,264.046440258616)); -#20829=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,264.035885813383)); -#20830=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,264.035885813383)); -#20831=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,264.019481178471)); -#20832=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,264.019481178471)); -#20833=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,264.015843400093)); -#20834=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,264.015843400093)); -#20835=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,264.009207189857)); -#20836=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,264.009207189857)); -#20837=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,264.006334202628)); -#20838=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,264.006334202628)); -#20839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,264.003505161865)); -#20840=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,264.003505161865)); -#20841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704963999,264.141396652997)); -#20842=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135611806,264.125766235395)); -#20843=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895321495,264.110378743704)); -#20844=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.219368332023,264.094410761422)); -#20845=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272061,264.084408328727)); -#20846=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796306827,264.066941925002)); -#20847=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390496,264.063272992161)); -#20848=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.116184591192,264.056593523053)); -#20849=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567687876,264.053192231538)); -#20850=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366015,264.044508445503)); -#20851=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455405,264.038147394302)); -#20852=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255677,264.026584326013)); -#20853=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341285,264.02258386268)); -#20854=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137377,264.01604630301)); -#20855=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640034,264.013612161136)); -#20856=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809381,264.008847802661)); -#20857=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061077,264.006182544381)); -#20858=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487258,264.003505161865)); -#20859=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20860=CARTESIAN_POINT('',(20.0050354003906,80.,262.199258414995)); -#20861=CARTESIAN_POINT('',(20.0050354003906,110.,262.199258414995)); -#20862=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20863=CARTESIAN_POINT('Origin',(20.0221955414993,110.,262.000000029809)); -#20864=CARTESIAN_POINT('',(20.1636358803736,77.4862704964061,262.141396652997)); -#20865=CARTESIAN_POINT('Ctrl Pts',(20.005035635872,79.9999999999986,262.199258435275)); -#20866=CARTESIAN_POINT('Ctrl Pts',(20.0050357172736,79.6129197184167,262.199258442285)); -#20867=CARTESIAN_POINT('Ctrl Pts',(20.0170294641084,79.1876451075646,262.201663794184)); -#20868=CARTESIAN_POINT('Ctrl Pts',(20.0695226630289,78.3399918759517,262.196099944518)); -#20869=CARTESIAN_POINT('Ctrl Pts',(20.1100226471771,77.9176018640903,262.190843380867)); -#20870=CARTESIAN_POINT('Ctrl Pts',(20.1594247119351,77.5196825401214,262.145512909598)); -#20871=CARTESIAN_POINT('Ctrl Pts',(20.1615032208889,77.5031040053668,262.143529971838)); -#20872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964061,262.141396652997)); -#20873=CARTESIAN_POINT('',(20.1636358803736,110.,262.141396652997)); -#20874=CARTESIAN_POINT('Origin',(20.0221955414993,110.,262.000000029809)); -#20875=CARTESIAN_POINT('',(20.2221607598731,77.0609799487311,262.003505161865)); -#20876=CARTESIAN_POINT('',(20.0050354003906,80.,261.800741644622)); -#20877=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487311,262.003505161865)); -#20878=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218504,262.002325148738)); -#20879=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910394,262.001152344888)); -#20880=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910394,261.99608127169)); -#20881=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820689,261.99193360338)); -#20882=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075549,261.98415149158)); -#20883=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261166,261.980513632533)); -#20884=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886421,261.964108207826)); -#20885=CARTESIAN_POINT('Ctrl Pts',(20.2168875565586,77.0966575252853,261.953553482874)); -#20886=CARTESIAN_POINT('Ctrl Pts',(20.2057883912251,77.1727019560615,261.914084334688)); -#20887=CARTESIAN_POINT('Ctrl Pts',(20.195522687296,77.245244100231,261.898736887033)); -#20888=CARTESIAN_POINT('Ctrl Pts',(20.1756280080627,77.3923038684807,261.870564980476)); -#20889=CARTESIAN_POINT('Ctrl Pts',(20.1659257986956,77.4673181690886,261.860452433617)); -#20890=CARTESIAN_POINT('Ctrl Pts',(20.1100226471772,77.9176018640904,261.80915667875)); -#20891=CARTESIAN_POINT('Ctrl Pts',(20.0695226630291,78.3399918759518,261.803900115099)); -#20892=CARTESIAN_POINT('Ctrl Pts',(20.0170294641085,79.1876451075647,261.798336265433)); -#20893=CARTESIAN_POINT('Ctrl Pts',(20.0050357172738,79.6129197184166,261.800741617332)); -#20894=CARTESIAN_POINT('Ctrl Pts',(20.0050356358721,79.9999999999986,261.800741624343)); -#20895=CARTESIAN_POINT('',(20.2221607598731,110.,262.003505161865)); -#20896=CARTESIAN_POINT('',(20.0050354003906,110.,261.800741644622)); -#20897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,262.141396652997)); -#20898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,262.141396652997)); -#20899=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,262.13454070829)); -#20900=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,262.13454070829)); -#20901=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,262.126099819059)); -#20902=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,262.126099819059)); -#20903=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,262.101255166196)); -#20904=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,262.101255166196)); -#20905=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,262.085907791025)); -#20906=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,262.085907791025)); -#20907=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,262.046440258616)); -#20908=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,262.046440258616)); -#20909=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,262.035885813383)); -#20910=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,262.035885813383)); -#20911=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,262.019481178471)); -#20912=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,262.019481178471)); -#20913=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,262.015843400093)); -#20914=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,262.015843400093)); -#20915=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,262.009207189857)); -#20916=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,262.009207189857)); -#20917=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,262.006334202628)); -#20918=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,262.006334202628)); -#20919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,262.003505161865)); -#20920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,262.003505161865)); -#20921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964061,262.141396652997)); -#20922=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135611865,262.125766235395)); -#20923=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895321553,262.110378743704)); -#20924=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320286,262.094410761422)); -#20925=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272117,262.084408328727)); -#20926=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796306872,262.066941925002)); -#20927=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899390547,262.063272992161)); -#20928=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845911965,262.056593523053)); -#20929=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567687926,262.053192231537)); -#20930=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148736607,262.044508445503)); -#20931=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455459,262.038147394302)); -#20932=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255731,262.026584326013)); -#20933=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341339,262.02258386268)); -#20934=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137425,262.016046303009)); -#20935=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640086,262.013612161136)); -#20936=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925809436,262.008847802661)); -#20937=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061131,262.006182544381)); -#20938=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487311,262.003505161865)); -#20939=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#20940=CARTESIAN_POINT('',(20.0050354003906,80.,260.199258414995)); -#20941=CARTESIAN_POINT('',(20.0050354003906,110.,260.199258414995)); -#20942=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#20943=CARTESIAN_POINT('Origin',(20.0221955414993,110.,260.000000029809)); -#20944=CARTESIAN_POINT('',(20.1636358803736,77.4862704964123,260.141396652997)); -#20945=CARTESIAN_POINT('Ctrl Pts',(20.0050356358727,79.9999999999986,260.199258435275)); -#20946=CARTESIAN_POINT('Ctrl Pts',(20.0050357172743,79.6129197184172,260.199258442285)); -#20947=CARTESIAN_POINT('Ctrl Pts',(20.0170294641091,79.1876451075663,260.201663794184)); -#20948=CARTESIAN_POINT('Ctrl Pts',(20.0695226630294,78.3399918759547,260.196099944518)); -#20949=CARTESIAN_POINT('Ctrl Pts',(20.1100226471775,77.9176018640939,260.190843380867)); -#20950=CARTESIAN_POINT('Ctrl Pts',(20.1594247119352,77.5196825401262,260.145512909598)); -#20951=CARTESIAN_POINT('Ctrl Pts',(20.161503220889,77.5031040053723,260.143529971838)); -#20952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964123,260.141396652997)); -#20953=CARTESIAN_POINT('',(20.1636358803736,110.,260.141396652997)); -#20954=CARTESIAN_POINT('Origin',(20.0221955414993,110.,260.000000029809)); -#20955=CARTESIAN_POINT('',(20.2221607598731,77.0609799487365,260.003505161865)); -#20956=CARTESIAN_POINT('',(20.0050354003906,80.,259.800741644622)); -#20957=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487365,260.003505161865)); -#20958=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218557,260.002325148738)); -#20959=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910448,260.001152344888)); -#20960=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910448,259.99608127169)); -#20961=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820742,259.99193360338)); -#20962=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075602,259.98415149158)); -#20963=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.067019526122,259.980513632533)); -#20964=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886475,259.964108207826)); -#20965=CARTESIAN_POINT('Ctrl Pts',(20.2168875565587,77.0966575252905,259.953553482874)); -#20966=CARTESIAN_POINT('Ctrl Pts',(20.2057883912252,77.1727019560665,259.914084334689)); -#20967=CARTESIAN_POINT('Ctrl Pts',(20.1955226872961,77.2452441002359,259.898736887034)); -#20968=CARTESIAN_POINT('Ctrl Pts',(20.1756280080629,77.3923038684852,259.870564980476)); -#20969=CARTESIAN_POINT('Ctrl Pts',(20.1659257986958,77.4673181690929,259.860452433617)); -#20970=CARTESIAN_POINT('Ctrl Pts',(20.1100226471776,77.917601864094,259.80915667875)); -#20971=CARTESIAN_POINT('Ctrl Pts',(20.0695226630296,78.3399918759547,259.803900115099)); -#20972=CARTESIAN_POINT('Ctrl Pts',(20.0170294641092,79.1876451075664,259.798336265433)); -#20973=CARTESIAN_POINT('Ctrl Pts',(20.0050357172745,79.6129197184172,259.800741617332)); -#20974=CARTESIAN_POINT('Ctrl Pts',(20.0050356358728,79.9999999999986,259.800741624342)); -#20975=CARTESIAN_POINT('',(20.2221607598731,110.,260.003505161865)); -#20976=CARTESIAN_POINT('',(20.0050354003906,110.,259.800741644622)); -#20977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,260.141396652997)); -#20978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,260.141396652997)); -#20979=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,260.13454070829)); -#20980=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,260.13454070829)); -#20981=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,260.126099819059)); -#20982=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,260.126099819059)); -#20983=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,260.101255166196)); -#20984=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,260.101255166196)); -#20985=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,260.085907791025)); -#20986=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,260.085907791025)); -#20987=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,260.046440258616)); -#20988=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,260.046440258616)); -#20989=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,260.035885813383)); -#20990=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,260.035885813383)); -#20991=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,260.019481178471)); -#20992=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,260.019481178471)); -#20993=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,260.015843400093)); -#20994=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,260.015843400093)); -#20995=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,260.009207189857)); -#20996=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,260.009207189857)); -#20997=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,260.006334202628)); -#20998=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,260.006334202628)); -#20999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,260.003505161865)); -#21000=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,260.003505161865)); -#21001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964123,260.141396652997)); -#21002=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135611921,260.125766235395)); -#21003=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321607,260.110378743704)); -#21004=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683320347,260.094410761423)); -#21005=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272172,260.084408328727)); -#21006=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796306929,260.066941925002)); -#21007=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899390602,260.063272992161)); -#21008=CARTESIAN_POINT('Ctrl Pts',(20.2140372036086,77.1161845911996,260.056593523052)); -#21009=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567687974,260.053192231537)); -#21010=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366126,260.044508445503)); -#21011=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455513,260.038147394302)); -#21012=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255786,260.026584326013)); -#21013=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341393,260.02258386268)); -#21014=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137478,260.01604630301)); -#21015=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640139,260.013612161136)); -#21016=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809488,260.008847802661)); -#21017=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061185,260.006182544381)); -#21018=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487365,260.003505161865)); -#21019=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21020=CARTESIAN_POINT('',(20.0050354003906,80.,258.199258414995)); -#21021=CARTESIAN_POINT('',(20.0050354003906,110.,258.199258414995)); -#21022=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21023=CARTESIAN_POINT('Origin',(20.0221955414993,110.,258.000000029809)); -#21024=CARTESIAN_POINT('',(20.1636358803736,77.4862704964185,258.141396652997)); -#21025=CARTESIAN_POINT('Ctrl Pts',(20.0050356358734,79.9999999999986,258.199258435275)); -#21026=CARTESIAN_POINT('Ctrl Pts',(20.0050357172751,79.6129197184178,258.199258442285)); -#21027=CARTESIAN_POINT('Ctrl Pts',(20.0170294641097,79.1876451075681,258.201663794184)); -#21028=CARTESIAN_POINT('Ctrl Pts',(20.06952266303,78.3399918759576,258.196099944518)); -#21029=CARTESIAN_POINT('Ctrl Pts',(20.1100226471779,77.9176018640975,258.190843380867)); -#21030=CARTESIAN_POINT('Ctrl Pts',(20.1594247119354,77.519682540131,258.145512909598)); -#21031=CARTESIAN_POINT('Ctrl Pts',(20.1615032208891,77.5031040053778,258.143529971837)); -#21032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964185,258.141396652997)); -#21033=CARTESIAN_POINT('',(20.1636358803736,110.,258.141396652997)); -#21034=CARTESIAN_POINT('Origin',(20.0221955414993,110.,258.000000029809)); -#21035=CARTESIAN_POINT('',(20.2221607598731,77.0609799487418,258.003505161865)); -#21036=CARTESIAN_POINT('',(20.0050354003906,80.,257.800741644622)); -#21037=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487418,258.003505161865)); -#21038=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721861,258.002325148738)); -#21039=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910501,258.001152344888)); -#21040=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910501,257.99608127169)); -#21041=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820796,257.99193360338)); -#21042=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075655,257.984151491581)); -#21043=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261273,257.980513632533)); -#21044=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886528,257.964108207826)); -#21045=CARTESIAN_POINT('Ctrl Pts',(20.2168875565587,77.0966575252958,257.953553482874)); -#21046=CARTESIAN_POINT('Ctrl Pts',(20.2057883912253,77.1727019560716,257.914084334689)); -#21047=CARTESIAN_POINT('Ctrl Pts',(20.1955226872962,77.2452441002408,257.898736887034)); -#21048=CARTESIAN_POINT('Ctrl Pts',(20.1756280080631,77.3923038684897,257.870564980476)); -#21049=CARTESIAN_POINT('Ctrl Pts',(20.1659257986961,77.4673181690973,257.860452433618)); -#21050=CARTESIAN_POINT('Ctrl Pts',(20.110022647178,77.9176018640976,257.80915667875)); -#21051=CARTESIAN_POINT('Ctrl Pts',(20.0695226630301,78.3399918759577,257.803900115099)); -#21052=CARTESIAN_POINT('Ctrl Pts',(20.0170294641099,79.1876451075682,257.798336265433)); -#21053=CARTESIAN_POINT('Ctrl Pts',(20.0050357172752,79.6129197184178,257.800741617332)); -#21054=CARTESIAN_POINT('Ctrl Pts',(20.0050356358735,79.9999999999986,257.800741624342)); -#21055=CARTESIAN_POINT('',(20.2221607598731,110.,258.003505161865)); -#21056=CARTESIAN_POINT('',(20.0050354003906,110.,257.800741644622)); -#21057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,258.141396652997)); -#21058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,258.141396652997)); -#21059=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,258.13454070829)); -#21060=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,258.13454070829)); -#21061=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,258.126099819059)); -#21062=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,258.126099819059)); -#21063=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,258.101255166196)); -#21064=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,258.101255166196)); -#21065=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,258.085907791025)); -#21066=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,258.085907791025)); -#21067=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,258.046440258616)); -#21068=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,258.046440258616)); -#21069=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,258.035885813383)); -#21070=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,258.035885813383)); -#21071=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,258.019481178471)); -#21072=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,258.019481178471)); -#21073=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,258.015843400093)); -#21074=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,258.015843400093)); -#21075=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,258.009207189857)); -#21076=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,258.009207189857)); -#21077=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,258.006334202628)); -#21078=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,258.006334202628)); -#21079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,258.003505161865)); -#21080=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,258.003505161865)); -#21081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964185,258.141396652997)); -#21082=CARTESIAN_POINT('Ctrl Pts',(20.1793528173567,77.3622135611964,258.125766235395)); -#21083=CARTESIAN_POINT('Ctrl Pts',(20.1893083252613,77.2910895321652,258.110378743704)); -#21084=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683320399,258.094410761423)); -#21085=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272227,258.084408328727)); -#21086=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.138479630699,258.066941925002)); -#21087=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390659,258.063272992161)); -#21088=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.116184591208,258.056593523053)); -#21089=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688036,258.053192231537)); -#21090=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487366175,258.044508445503)); -#21091=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455567,258.038147394301)); -#21092=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385255846,258.026584326013)); -#21093=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386341449,258.022583862681)); -#21094=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137534,258.01604630301)); -#21095=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640194,258.013612161136)); -#21096=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809542,258.008847802661)); -#21097=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061238,258.006182544381)); -#21098=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487418,258.003505161865)); -#21099=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21100=CARTESIAN_POINT('',(20.0050354003906,80.,256.199258414995)); -#21101=CARTESIAN_POINT('',(20.0050354003906,110.,256.199258414995)); -#21102=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21103=CARTESIAN_POINT('Origin',(20.0221955414993,110.,256.000000029809)); -#21104=CARTESIAN_POINT('',(20.1636358803736,77.4862704964246,256.141396652997)); -#21105=CARTESIAN_POINT('Ctrl Pts',(20.0050356358741,79.9999999999986,256.199258435275)); -#21106=CARTESIAN_POINT('Ctrl Pts',(20.0050357172758,79.6129197184184,256.199258442285)); -#21107=CARTESIAN_POINT('Ctrl Pts',(20.0170294641104,79.1876451075698,256.201663794184)); -#21108=CARTESIAN_POINT('Ctrl Pts',(20.0695226630305,78.3399918759606,256.196099944518)); -#21109=CARTESIAN_POINT('Ctrl Pts',(20.1100226471783,77.9176018641011,256.190843380867)); -#21110=CARTESIAN_POINT('Ctrl Pts',(20.1594247119356,77.5196825401358,256.145512909598)); -#21111=CARTESIAN_POINT('Ctrl Pts',(20.1615032208892,77.5031040053832,256.143529971837)); -#21112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964246,256.141396652997)); -#21113=CARTESIAN_POINT('',(20.1636358803736,110.,256.141396652997)); -#21114=CARTESIAN_POINT('Origin',(20.0221955414993,110.,256.000000029809)); -#21115=CARTESIAN_POINT('',(20.2221607598731,77.0609799487471,256.003505161865)); -#21116=CARTESIAN_POINT('',(20.0050354003906,80.,255.800741644622)); -#21117=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487471,256.003505161865)); -#21118=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218664,256.002325148738)); -#21119=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910555,256.001152344888)); -#21120=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910555,255.99608127169)); -#21121=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582085,255.99193360338)); -#21122=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075709,255.984151491581)); -#21123=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261326,255.980513632533)); -#21124=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886581,255.964108207826)); -#21125=CARTESIAN_POINT('Ctrl Pts',(20.2168875565587,77.0966575253011,255.953553482874)); -#21126=CARTESIAN_POINT('Ctrl Pts',(20.2057883912254,77.1727019560767,255.914084334689)); -#21127=CARTESIAN_POINT('Ctrl Pts',(20.1955226872963,77.2452441002456,255.898736887034)); -#21128=CARTESIAN_POINT('Ctrl Pts',(20.1756280080633,77.3923038684942,255.870564980476)); -#21129=CARTESIAN_POINT('Ctrl Pts',(20.1659257986963,77.4673181691016,255.860452433618)); -#21130=CARTESIAN_POINT('Ctrl Pts',(20.1100226471784,77.9176018641012,255.809156678751)); -#21131=CARTESIAN_POINT('Ctrl Pts',(20.0695226630306,78.3399918759607,255.8039001151)); -#21132=CARTESIAN_POINT('Ctrl Pts',(20.0170294641106,79.1876451075699,255.798336265433)); -#21133=CARTESIAN_POINT('Ctrl Pts',(20.0050357172759,79.6129197184184,255.800741617332)); -#21134=CARTESIAN_POINT('Ctrl Pts',(20.0050356358743,79.9999999999986,255.800741624342)); -#21135=CARTESIAN_POINT('',(20.2221607598731,110.,256.003505161865)); -#21136=CARTESIAN_POINT('',(20.0050354003906,110.,255.800741644622)); -#21137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,256.141396652997)); -#21138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,256.141396652997)); -#21139=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,256.13454070829)); -#21140=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,256.13454070829)); -#21141=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,256.126099819059)); -#21142=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,256.126099819059)); -#21143=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,256.101255166196)); -#21144=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,256.101255166196)); -#21145=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,256.085907791025)); -#21146=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,256.085907791025)); -#21147=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,256.046440258616)); -#21148=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,256.046440258616)); -#21149=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,256.035885813383)); -#21150=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,256.035885813383)); -#21151=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,256.019481178471)); -#21152=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,256.019481178471)); -#21153=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,256.015843400093)); -#21154=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,256.015843400093)); -#21155=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,256.009207189857)); -#21156=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,256.009207189857)); -#21157=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,256.006334202628)); -#21158=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,256.006334202628)); -#21159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,256.003505161865)); -#21160=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,256.003505161865)); -#21161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964246,256.141396652997)); -#21162=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612044,256.125766235395)); -#21163=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895321726,256.110378743704)); -#21164=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320451,256.094410761422)); -#21165=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272283,256.084408328727)); -#21166=CARTESIAN_POINT('Ctrl Pts',(20.2108003003289,77.1384796307061,256.066941925003)); -#21167=CARTESIAN_POINT('Ctrl Pts',(20.2120150610223,77.130089939072,256.063272992161)); -#21168=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845912154,256.056593523054)); -#21169=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567688099,256.053192231538)); -#21170=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148736623,256.044508445503)); -#21171=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945562,256.038147394302)); -#21172=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385255895,256.026584326013)); -#21173=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.06913863415,256.02258386268)); -#21174=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137585,256.016046303009)); -#21175=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077640246,256.013612161136)); -#21176=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809594,256.008847802661)); -#21177=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061291,256.006182544381)); -#21178=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487471,256.003505161865)); -#21179=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21180=CARTESIAN_POINT('',(20.0050354003906,80.,254.199258414995)); -#21181=CARTESIAN_POINT('',(20.0050354003906,110.,254.199258414995)); -#21182=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21183=CARTESIAN_POINT('Origin',(20.0221955414993,110.,254.000000029809)); -#21184=CARTESIAN_POINT('',(20.1636358803736,77.4862704964308,254.141396652997)); -#21185=CARTESIAN_POINT('Ctrl Pts',(20.0050356358748,79.9999999999986,254.199258435275)); -#21186=CARTESIAN_POINT('Ctrl Pts',(20.0050357172765,79.6129197184189,254.199258442285)); -#21187=CARTESIAN_POINT('Ctrl Pts',(20.0170294641111,79.1876451075716,254.201663794184)); -#21188=CARTESIAN_POINT('Ctrl Pts',(20.069522663031,78.3399918759636,254.196099944518)); -#21189=CARTESIAN_POINT('Ctrl Pts',(20.1100226471787,77.9176018641047,254.190843380867)); -#21190=CARTESIAN_POINT('Ctrl Pts',(20.1594247119358,77.5196825401406,254.145512909598)); -#21191=CARTESIAN_POINT('Ctrl Pts',(20.1615032208893,77.5031040053887,254.143529971837)); -#21192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964308,254.141396652997)); -#21193=CARTESIAN_POINT('',(20.1636358803736,110.,254.141396652997)); -#21194=CARTESIAN_POINT('Origin',(20.0221955414993,110.,254.000000029809)); -#21195=CARTESIAN_POINT('',(20.2221607598731,77.0609799487525,254.003505161865)); -#21196=CARTESIAN_POINT('',(20.0050354003906,80.,253.800741644622)); -#21197=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487525,254.003505161865)); -#21198=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218717,254.002325148738)); -#21199=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910608,254.001152344888)); -#21200=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910608,253.99608127169)); -#21201=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820903,253.99193360338)); -#21202=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075762,253.984151491581)); -#21203=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261379,253.980513632533)); -#21204=CARTESIAN_POINT('Ctrl Pts',(20.2193999129395,77.0796056886633,253.964108207826)); -#21205=CARTESIAN_POINT('Ctrl Pts',(20.2168875565587,77.0966575253063,253.953553482874)); -#21206=CARTESIAN_POINT('Ctrl Pts',(20.2057883912254,77.1727019560817,253.914084334689)); -#21207=CARTESIAN_POINT('Ctrl Pts',(20.1955226872964,77.2452441002505,253.898736887034)); -#21208=CARTESIAN_POINT('Ctrl Pts',(20.1756280080635,77.3923038684988,253.870564980477)); -#21209=CARTESIAN_POINT('Ctrl Pts',(20.1659257986965,77.467318169106,253.860452433618)); -#21210=CARTESIAN_POINT('Ctrl Pts',(20.1100226471788,77.9176018641048,253.809156678751)); -#21211=CARTESIAN_POINT('Ctrl Pts',(20.0695226630311,78.3399918759637,253.8039001151)); -#21212=CARTESIAN_POINT('Ctrl Pts',(20.0170294641112,79.1876451075717,253.798336265433)); -#21213=CARTESIAN_POINT('Ctrl Pts',(20.0050357172766,79.6129197184189,253.800741617332)); -#21214=CARTESIAN_POINT('Ctrl Pts',(20.005035635875,79.9999999999986,253.800741624342)); -#21215=CARTESIAN_POINT('',(20.2221607598731,110.,254.003505161865)); -#21216=CARTESIAN_POINT('',(20.0050354003906,110.,253.800741644622)); -#21217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,254.141396652997)); -#21218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,254.141396652997)); -#21219=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,254.13454070829)); -#21220=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,254.13454070829)); -#21221=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,254.126099819059)); -#21222=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,254.126099819059)); -#21223=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,254.101255166196)); -#21224=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,254.101255166196)); -#21225=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,254.085907791026)); -#21226=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,254.085907791026)); -#21227=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,254.046440258616)); -#21228=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,254.046440258616)); -#21229=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,254.035885813383)); -#21230=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,254.035885813383)); -#21231=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,254.019481178471)); -#21232=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,254.019481178471)); -#21233=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,254.015843400093)); -#21234=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,254.015843400093)); -#21235=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,254.009207189857)); -#21236=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,254.009207189857)); -#21237=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,254.006334202628)); -#21238=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,254.006334202628)); -#21239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,254.003505161865)); -#21240=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,254.003505161865)); -#21241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964308,254.141396652997)); -#21242=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.36221356121,254.125766235395)); -#21243=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321781,254.110378743704)); -#21244=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683320511,254.094410761423)); -#21245=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272339,254.084408328727)); -#21246=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796307086,254.066941925002)); -#21247=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899390763,254.063272992161)); -#21248=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845912188,254.056593523053)); -#21249=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688145,254.053192231537)); -#21250=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366284,254.044508445503)); -#21251=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455674,254.038147394301)); -#21252=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385255942,254.026584326012)); -#21253=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341551,254.02258386268)); -#21254=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137641,254.01604630301)); -#21255=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640301,254.013612161136)); -#21256=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925809649,254.008847802661)); -#21257=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061345,254.006182544381)); -#21258=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487525,254.003505161865)); -#21259=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21260=CARTESIAN_POINT('',(20.0050354003906,80.,252.199258414995)); -#21261=CARTESIAN_POINT('',(20.0050354003906,110.,252.199258414995)); -#21262=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21263=CARTESIAN_POINT('Origin',(20.0221955414993,110.,252.000000029809)); -#21264=CARTESIAN_POINT('',(20.1636358803736,77.486270496437,252.141396652997)); -#21265=CARTESIAN_POINT('Ctrl Pts',(20.0050356358755,79.9999999999986,252.199258435275)); -#21266=CARTESIAN_POINT('Ctrl Pts',(20.0050357172772,79.6129197184195,252.199258442285)); -#21267=CARTESIAN_POINT('Ctrl Pts',(20.0170294641118,79.1876451075733,252.201663794184)); -#21268=CARTESIAN_POINT('Ctrl Pts',(20.0695226630315,78.3399918759666,252.196099944518)); -#21269=CARTESIAN_POINT('Ctrl Pts',(20.1100226471791,77.9176018641083,252.190843380866)); -#21270=CARTESIAN_POINT('Ctrl Pts',(20.159424711936,77.5196825401455,252.145512909597)); -#21271=CARTESIAN_POINT('Ctrl Pts',(20.1615032208894,77.5031040053942,252.143529971837)); -#21272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496437,252.141396652997)); -#21273=CARTESIAN_POINT('',(20.1636358803736,110.,252.141396652997)); -#21274=CARTESIAN_POINT('Origin',(20.0221955414993,110.,252.000000029809)); -#21275=CARTESIAN_POINT('',(20.2221607598731,77.0609799487579,252.003505161865)); -#21276=CARTESIAN_POINT('',(20.0050354003906,80.,251.800741644622)); -#21277=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487578,252.003505161865)); -#21278=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218771,252.002325148738)); -#21279=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910662,252.001152344888)); -#21280=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910662,251.99608127169)); -#21281=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185820956,251.99193360338)); -#21282=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075815,251.984151491581)); -#21283=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261433,251.980513632533)); -#21284=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886687,251.964108207826)); -#21285=CARTESIAN_POINT('Ctrl Pts',(20.2168875565587,77.0966575253116,251.953553482874)); -#21286=CARTESIAN_POINT('Ctrl Pts',(20.2057883912255,77.1727019560868,251.914084334689)); -#21287=CARTESIAN_POINT('Ctrl Pts',(20.1955226872965,77.2452441002554,251.898736887034)); -#21288=CARTESIAN_POINT('Ctrl Pts',(20.1756280080637,77.3923038685033,251.870564980477)); -#21289=CARTESIAN_POINT('Ctrl Pts',(20.1659257986968,77.4673181691103,251.860452433618)); -#21290=CARTESIAN_POINT('Ctrl Pts',(20.1100226471792,77.9176018641084,251.809156678751)); -#21291=CARTESIAN_POINT('Ctrl Pts',(20.0695226630317,78.3399918759667,251.8039001151)); -#21292=CARTESIAN_POINT('Ctrl Pts',(20.0170294641119,79.1876451075734,251.798336265433)); -#21293=CARTESIAN_POINT('Ctrl Pts',(20.0050357172774,79.6129197184195,251.800741617332)); -#21294=CARTESIAN_POINT('Ctrl Pts',(20.0050356358757,79.9999999999986,251.800741624342)); -#21295=CARTESIAN_POINT('',(20.2221607598731,110.,252.003505161865)); -#21296=CARTESIAN_POINT('',(20.0050354003906,110.,251.800741644622)); -#21297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,252.141396652997)); -#21298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,252.141396652997)); -#21299=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,252.13454070829)); -#21300=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,252.13454070829)); -#21301=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,252.126099819059)); -#21302=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,252.126099819059)); -#21303=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,252.101255166196)); -#21304=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,252.101255166196)); -#21305=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,252.085907791025)); -#21306=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,252.085907791025)); -#21307=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,252.046440258616)); -#21308=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,252.046440258616)); -#21309=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,252.035885813383)); -#21310=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,252.035885813383)); -#21311=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,252.019481178471)); -#21312=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,252.019481178471)); -#21313=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,252.015843400093)); -#21314=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,252.015843400093)); -#21315=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,252.009207189857)); -#21316=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,252.009207189857)); -#21317=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,252.006334202628)); -#21318=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,252.006334202628)); -#21319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,252.003505161865)); -#21320=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,252.003505161865)); -#21321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496437,252.141396652997)); -#21322=CARTESIAN_POINT('Ctrl Pts',(20.1793528173567,77.3622135612141,252.125766235395)); -#21323=CARTESIAN_POINT('Ctrl Pts',(20.1893083252613,77.2910895321825,252.110378743704)); -#21324=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332057,252.094410761423)); -#21325=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272395,252.084408328727)); -#21326=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796307167,252.066941925003)); -#21327=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390828,252.063272992161)); -#21328=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845912234,252.056593523053)); -#21329=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688198,252.053192231537)); -#21330=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366339,252.044508445503)); -#21331=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455729,252.038147394302)); -#21332=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256002,252.026584326013)); -#21333=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341607,252.02258386268)); -#21334=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137692,252.01604630301)); -#21335=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640353,252.013612161136)); -#21336=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809702,252.008847802661)); -#21337=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061398,252.006182544381)); -#21338=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487578,252.003505161865)); -#21339=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21340=CARTESIAN_POINT('',(20.0050354003906,80.,250.199258414995)); -#21341=CARTESIAN_POINT('',(20.0050354003906,110.,250.199258414995)); -#21342=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21343=CARTESIAN_POINT('Origin',(20.0221955414993,110.,250.000000029809)); -#21344=CARTESIAN_POINT('',(20.1636358803736,77.4862704964431,250.141396652997)); -#21345=CARTESIAN_POINT('Ctrl Pts',(20.0050356358763,79.9999999999986,250.199258435275)); -#21346=CARTESIAN_POINT('Ctrl Pts',(20.005035717278,79.6129197184201,250.199258442285)); -#21347=CARTESIAN_POINT('Ctrl Pts',(20.0170294641124,79.1876451075751,250.201663794184)); -#21348=CARTESIAN_POINT('Ctrl Pts',(20.069522663032,78.3399918759696,250.196099944517)); -#21349=CARTESIAN_POINT('Ctrl Pts',(20.1100226471795,77.917601864112,250.190843380866)); -#21350=CARTESIAN_POINT('Ctrl Pts',(20.1594247119361,77.5196825401503,250.145512909597)); -#21351=CARTESIAN_POINT('Ctrl Pts',(20.1615032208895,77.5031040053997,250.143529971837)); -#21352=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964431,250.141396652997)); -#21353=CARTESIAN_POINT('',(20.1636358803736,110.,250.141396652997)); -#21354=CARTESIAN_POINT('Origin',(20.0221955414993,110.,250.000000029809)); -#21355=CARTESIAN_POINT('',(20.2221607598731,77.0609799487632,250.003505161865)); -#21356=CARTESIAN_POINT('',(20.0050354003906,80.,249.800741644622)); -#21357=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487632,250.003505161865)); -#21358=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218824,250.002325148738)); -#21359=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910715,250.001152344888)); -#21360=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910715,249.99608127169)); -#21361=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582101,249.99193360338)); -#21362=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075869,249.984151491581)); -#21363=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261486,249.980513632533)); -#21364=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886739,249.964108207826)); -#21365=CARTESIAN_POINT('Ctrl Pts',(20.2168875565588,77.0966575253168,249.953553482874)); -#21366=CARTESIAN_POINT('Ctrl Pts',(20.2057883912256,77.1727019560918,249.914084334689)); -#21367=CARTESIAN_POINT('Ctrl Pts',(20.1955226872966,77.2452441002603,249.898736887035)); -#21368=CARTESIAN_POINT('Ctrl Pts',(20.1756280080639,77.3923038685078,249.870564980477)); -#21369=CARTESIAN_POINT('Ctrl Pts',(20.165925798697,77.4673181691146,249.860452433618)); -#21370=CARTESIAN_POINT('Ctrl Pts',(20.1100226471796,77.917601864112,249.809156678751)); -#21371=CARTESIAN_POINT('Ctrl Pts',(20.0695226630322,78.3399918759697,249.8039001151)); -#21372=CARTESIAN_POINT('Ctrl Pts',(20.0170294641126,79.1876451075752,249.798336265433)); -#21373=CARTESIAN_POINT('Ctrl Pts',(20.0050357172781,79.6129197184201,249.800741617332)); -#21374=CARTESIAN_POINT('Ctrl Pts',(20.0050356358764,79.9999999999986,249.800741624342)); -#21375=CARTESIAN_POINT('',(20.2221607598731,110.,250.003505161865)); -#21376=CARTESIAN_POINT('',(20.0050354003906,110.,249.800741644622)); -#21377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,250.141396652997)); -#21378=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,250.141396652997)); -#21379=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,250.13454070829)); -#21380=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,250.13454070829)); -#21381=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,250.126099819059)); -#21382=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,250.126099819059)); -#21383=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,250.101255166196)); -#21384=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,250.101255166196)); -#21385=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,250.085907791025)); -#21386=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,250.085907791025)); -#21387=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,250.046440258616)); -#21388=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,250.046440258616)); -#21389=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,250.035885813383)); -#21390=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,250.035885813383)); -#21391=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,250.019481178471)); -#21392=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,250.019481178471)); -#21393=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,250.015843400093)); -#21394=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,250.015843400093)); -#21395=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,250.009207189857)); -#21396=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,250.009207189857)); -#21397=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,250.006334202628)); -#21398=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,250.006334202628)); -#21399=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,250.003505161865)); -#21400=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,250.003505161865)); -#21401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964432,250.141396652997)); -#21402=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612219,250.125766235395)); -#21403=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321896,250.110378743704)); -#21404=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320624,250.094410761422)); -#21405=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127245,250.084408328727)); -#21406=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.138479630721,250.066941925002)); -#21407=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390878,250.063272992161)); -#21408=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845912305,250.056593523053)); -#21409=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688255,250.053192231537)); -#21410=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366394,250.044508445503)); -#21411=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455782,250.038147394302)); -#21412=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256054,250.026584326013)); -#21413=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341661,250.02258386268)); -#21414=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137747,250.01604630301)); -#21415=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640407,250.013612161136)); -#21416=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809755,250.00884780266)); -#21417=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061451,250.006182544381)); -#21418=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487632,250.003505161865)); -#21419=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21420=CARTESIAN_POINT('',(20.0050354003906,80.,248.199258414995)); -#21421=CARTESIAN_POINT('',(20.0050354003906,110.,248.199258414995)); -#21422=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21423=CARTESIAN_POINT('Origin',(20.0221955414993,110.,248.000000029809)); -#21424=CARTESIAN_POINT('',(20.1636358803736,77.4862704964493,248.141396652997)); -#21425=CARTESIAN_POINT('Ctrl Pts',(20.005035635877,79.9999999999986,248.199258435275)); -#21426=CARTESIAN_POINT('Ctrl Pts',(20.0050357172787,79.6129197184206,248.199258442285)); -#21427=CARTESIAN_POINT('Ctrl Pts',(20.0170294641131,79.1876451075768,248.201663794184)); -#21428=CARTESIAN_POINT('Ctrl Pts',(20.0695226630326,78.3399918759726,248.196099944517)); -#21429=CARTESIAN_POINT('Ctrl Pts',(20.1100226471799,77.9176018641155,248.190843380866)); -#21430=CARTESIAN_POINT('Ctrl Pts',(20.1594247119363,77.5196825401551,248.145512909597)); -#21431=CARTESIAN_POINT('Ctrl Pts',(20.1615032208896,77.5031040054052,248.143529971837)); -#21432=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964493,248.141396652997)); -#21433=CARTESIAN_POINT('',(20.1636358803736,110.,248.141396652997)); -#21434=CARTESIAN_POINT('Origin',(20.0221955414993,110.,248.000000029809)); -#21435=CARTESIAN_POINT('',(20.2221607598731,77.0609799487685,248.003505161865)); -#21436=CARTESIAN_POINT('',(20.0050354003906,80.,247.800741644622)); -#21437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487685,248.003505161865)); -#21438=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218878,248.002325148738)); -#21439=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910769,248.001152344888)); -#21440=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910769,247.99608127169)); -#21441=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821063,247.99193360338)); -#21442=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075922,247.984151491581)); -#21443=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261539,247.980513632533)); -#21444=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886792,247.964108207826)); -#21445=CARTESIAN_POINT('Ctrl Pts',(20.2168875565588,77.0966575253221,247.953553482874)); -#21446=CARTESIAN_POINT('Ctrl Pts',(20.2057883912256,77.1727019560969,247.91408433469)); -#21447=CARTESIAN_POINT('Ctrl Pts',(20.1955226872968,77.2452441002651,247.898736887035)); -#21448=CARTESIAN_POINT('Ctrl Pts',(20.1756280080641,77.3923038685123,247.870564980477)); -#21449=CARTESIAN_POINT('Ctrl Pts',(20.1659257986972,77.467318169119,247.860452433619)); -#21450=CARTESIAN_POINT('Ctrl Pts',(20.11002264718,77.9176018641156,247.809156678751)); -#21451=CARTESIAN_POINT('Ctrl Pts',(20.0695226630327,78.3399918759727,247.8039001151)); -#21452=CARTESIAN_POINT('Ctrl Pts',(20.0170294641133,79.1876451075769,247.798336265433)); -#21453=CARTESIAN_POINT('Ctrl Pts',(20.0050357172788,79.6129197184206,247.800741617332)); -#21454=CARTESIAN_POINT('Ctrl Pts',(20.0050356358771,79.9999999999986,247.800741624342)); -#21455=CARTESIAN_POINT('',(20.2221607598731,110.,248.003505161865)); -#21456=CARTESIAN_POINT('',(20.0050354003906,110.,247.800741644622)); -#21457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,248.141396652997)); -#21458=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,248.141396652997)); -#21459=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,248.13454070829)); -#21460=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,248.13454070829)); -#21461=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,248.126099819059)); -#21462=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,248.126099819059)); -#21463=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,248.101255166196)); -#21464=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,248.101255166196)); -#21465=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,248.085907791025)); -#21466=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,248.085907791025)); -#21467=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,248.046440258616)); -#21468=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,248.046440258616)); -#21469=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,248.035885813383)); -#21470=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,248.035885813383)); -#21471=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,248.019481178471)); -#21472=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,248.019481178471)); -#21473=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,248.015843400093)); -#21474=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,248.015843400093)); -#21475=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,248.009207189857)); -#21476=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,248.009207189857)); -#21477=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,248.006334202628)); -#21478=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,248.006334202628)); -#21479=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,248.003505161865)); -#21480=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,248.003505161865)); -#21481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964493,248.141396652997)); -#21482=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612277,248.125766235395)); -#21483=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895321954,248.110378743704)); -#21484=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683320682,248.094410761423)); -#21485=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272506,248.084408328727)); -#21486=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307268,248.066941925002)); -#21487=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899390934,248.063272992161)); -#21488=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845912339,248.056593523053)); -#21489=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688306,248.053192231537)); -#21490=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366449,248.044508445503)); -#21491=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455836,248.038147394302)); -#21492=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256108,248.026584326013)); -#21493=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341714,248.02258386268)); -#21494=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137802,248.01604630301)); -#21495=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640461,248.013612161136)); -#21496=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.061992580981,248.008847802661)); -#21497=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061505,248.006182544381)); -#21498=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487685,248.003505161865)); -#21499=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21500=CARTESIAN_POINT('',(20.0050354003906,80.,246.199258414995)); -#21501=CARTESIAN_POINT('',(20.0050354003906,110.,246.199258414995)); -#21502=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21503=CARTESIAN_POINT('Origin',(20.0221955414993,110.,246.000000029809)); -#21504=CARTESIAN_POINT('',(20.1636358803736,77.4862704964555,246.141396652997)); -#21505=CARTESIAN_POINT('Ctrl Pts',(20.0050356358777,79.9999999999986,246.199258435275)); -#21506=CARTESIAN_POINT('Ctrl Pts',(20.0050357172794,79.6129197184212,246.199258442285)); -#21507=CARTESIAN_POINT('Ctrl Pts',(20.0170294641138,79.1876451075786,246.201663794184)); -#21508=CARTESIAN_POINT('Ctrl Pts',(20.0695226630331,78.3399918759756,246.196099944517)); -#21509=CARTESIAN_POINT('Ctrl Pts',(20.1100226471803,77.9176018641191,246.190843380866)); -#21510=CARTESIAN_POINT('Ctrl Pts',(20.1594247119365,77.5196825401599,246.145512909597)); -#21511=CARTESIAN_POINT('Ctrl Pts',(20.1615032208896,77.5031040054107,246.143529971837)); -#21512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964555,246.141396652997)); -#21513=CARTESIAN_POINT('',(20.1636358803736,110.,246.141396652997)); -#21514=CARTESIAN_POINT('Origin',(20.0221955414993,110.,246.000000029809)); -#21515=CARTESIAN_POINT('',(20.2221607598731,77.0609799487739,246.003505161865)); -#21516=CARTESIAN_POINT('',(20.0050354003906,80.,245.800741644622)); -#21517=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487739,246.003505161865)); -#21518=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218931,246.002325148738)); -#21519=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910822,246.001152344888)); -#21520=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910822,245.99608127169)); -#21521=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821116,245.99193360338)); -#21522=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459075975,245.984151491581)); -#21523=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261593,245.980513632533)); -#21524=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886846,245.964108207826)); -#21525=CARTESIAN_POINT('Ctrl Pts',(20.2168875565588,77.0966575253273,245.953553482874)); -#21526=CARTESIAN_POINT('Ctrl Pts',(20.2057883912257,77.1727019561019,245.91408433469)); -#21527=CARTESIAN_POINT('Ctrl Pts',(20.1955226872969,77.24524410027,245.898736887035)); -#21528=CARTESIAN_POINT('Ctrl Pts',(20.1756280080643,77.3923038685168,245.870564980478)); -#21529=CARTESIAN_POINT('Ctrl Pts',(20.1659257986974,77.4673181691233,245.860452433619)); -#21530=CARTESIAN_POINT('Ctrl Pts',(20.1100226471804,77.9176018641192,245.809156678752)); -#21531=CARTESIAN_POINT('Ctrl Pts',(20.0695226630332,78.3399918759757,245.8039001151)); -#21532=CARTESIAN_POINT('Ctrl Pts',(20.0170294641139,79.1876451075787,245.798336265433)); -#21533=CARTESIAN_POINT('Ctrl Pts',(20.0050357172795,79.6129197184212,245.800741617332)); -#21534=CARTESIAN_POINT('Ctrl Pts',(20.0050356358778,79.9999999999986,245.800741624342)); -#21535=CARTESIAN_POINT('',(20.2221607598731,110.,246.003505161865)); -#21536=CARTESIAN_POINT('',(20.0050354003906,110.,245.800741644622)); -#21537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,246.141396652997)); -#21538=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,246.141396652997)); -#21539=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,246.13454070829)); -#21540=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,246.13454070829)); -#21541=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,246.126099819059)); -#21542=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,246.126099819059)); -#21543=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,246.101255166196)); -#21544=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,246.101255166196)); -#21545=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,246.085907791025)); -#21546=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,246.085907791025)); -#21547=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,246.046440258616)); -#21548=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,246.046440258616)); -#21549=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,246.035885813383)); -#21550=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,246.035885813383)); -#21551=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,246.019481178471)); -#21552=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,246.019481178471)); -#21553=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,246.015843400093)); -#21554=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,246.015843400093)); -#21555=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,246.009207189857)); -#21556=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,246.009207189857)); -#21557=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,246.006334202628)); -#21558=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,246.006334202628)); -#21559=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,246.003505161865)); -#21560=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,246.003505161865)); -#21561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964555,246.141396652997)); -#21562=CARTESIAN_POINT('Ctrl Pts',(20.1793528173566,77.3622135612324,246.125766235395)); -#21563=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895322,246.110378743704)); -#21564=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320733,246.094410761422)); -#21565=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127256,246.084408328727)); -#21566=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.138479630731,246.066941925002)); -#21567=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899390984,246.063272992161)); -#21568=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845912409,246.056593523053)); -#21569=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688362,246.053192231537)); -#21570=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366502,246.044508445503)); -#21571=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945589,246.038147394302)); -#21572=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256166,246.026584326013)); -#21573=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341769,246.02258386268)); -#21574=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023137854,246.01604630301)); -#21575=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640514,246.013612161136)); -#21576=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809862,246.00884780266)); -#21577=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061559,246.006182544381)); -#21578=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487739,246.003505161865)); -#21579=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21580=CARTESIAN_POINT('',(20.0050354003906,80.,244.199258414995)); -#21581=CARTESIAN_POINT('',(20.0050354003906,110.,244.199258414995)); -#21582=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21583=CARTESIAN_POINT('Origin',(20.0221955414993,110.,244.000000029809)); -#21584=CARTESIAN_POINT('',(20.1636358803736,77.4862704964617,244.141396652997)); -#21585=CARTESIAN_POINT('Ctrl Pts',(20.0050356358784,79.9999999999986,244.199258435275)); -#21586=CARTESIAN_POINT('Ctrl Pts',(20.0050357172801,79.6129197184218,244.199258442286)); -#21587=CARTESIAN_POINT('Ctrl Pts',(20.0170294641145,79.1876451075803,244.201663794184)); -#21588=CARTESIAN_POINT('Ctrl Pts',(20.0695226630336,78.3399918759786,244.196099944517)); -#21589=CARTESIAN_POINT('Ctrl Pts',(20.1100226471807,77.9176018641227,244.190843380866)); -#21590=CARTESIAN_POINT('Ctrl Pts',(20.1594247119367,77.5196825401647,244.145512909597)); -#21591=CARTESIAN_POINT('Ctrl Pts',(20.1615032208897,77.5031040054161,244.143529971837)); -#21592=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964617,244.141396652997)); -#21593=CARTESIAN_POINT('',(20.1636358803736,110.,244.141396652997)); -#21594=CARTESIAN_POINT('Origin',(20.0221955414993,110.,244.000000029809)); -#21595=CARTESIAN_POINT('',(20.2221607598731,77.0609799487792,244.003505161865)); -#21596=CARTESIAN_POINT('',(20.0050354003906,80.,243.800741644622)); -#21597=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487792,244.003505161865)); -#21598=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407218985,244.002325148738)); -#21599=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910876,244.001152344888)); -#21600=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910876,243.99608127169)); -#21601=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582117,243.99193360338)); -#21602=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076029,243.984151491581)); -#21603=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261646,243.980513632533)); -#21604=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886898,243.964108207826)); -#21605=CARTESIAN_POINT('Ctrl Pts',(20.2168875565588,77.0966575253326,243.953553482874)); -#21606=CARTESIAN_POINT('Ctrl Pts',(20.2057883912258,77.172701956107,243.91408433469)); -#21607=CARTESIAN_POINT('Ctrl Pts',(20.195522687297,77.2452441002749,243.898736887035)); -#21608=CARTESIAN_POINT('Ctrl Pts',(20.1756280080645,77.3923038685214,243.870564980478)); -#21609=CARTESIAN_POINT('Ctrl Pts',(20.1659257986977,77.4673181691277,243.860452433619)); -#21610=CARTESIAN_POINT('Ctrl Pts',(20.1100226471808,77.9176018641228,243.809156678752)); -#21611=CARTESIAN_POINT('Ctrl Pts',(20.0695226630338,78.3399918759787,243.8039001151)); -#21612=CARTESIAN_POINT('Ctrl Pts',(20.0170294641146,79.1876451075804,243.798336265433)); -#21613=CARTESIAN_POINT('Ctrl Pts',(20.0050357172803,79.6129197184218,243.800741617332)); -#21614=CARTESIAN_POINT('Ctrl Pts',(20.0050356358785,79.9999999999986,243.800741624342)); -#21615=CARTESIAN_POINT('',(20.2221607598731,110.,244.003505161865)); -#21616=CARTESIAN_POINT('',(20.0050354003906,110.,243.800741644622)); -#21617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,244.141396652997)); -#21618=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,244.141396652997)); -#21619=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,244.13454070829)); -#21620=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,244.13454070829)); -#21621=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,244.126099819059)); -#21622=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,244.126099819059)); -#21623=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,244.101255166196)); -#21624=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,244.101255166196)); -#21625=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,244.085907791026)); -#21626=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,244.085907791026)); -#21627=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,244.046440258616)); -#21628=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,244.046440258616)); -#21629=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,244.035885813383)); -#21630=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,244.035885813383)); -#21631=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,244.019481178471)); -#21632=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,244.019481178471)); -#21633=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,244.015843400093)); -#21634=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,244.015843400093)); -#21635=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,244.009207189857)); -#21636=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,244.009207189857)); -#21637=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,244.006334202628)); -#21638=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,244.006334202628)); -#21639=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,244.003505161865)); -#21640=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,244.003505161865)); -#21641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964617,244.141396652997)); -#21642=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612396,244.125766235395)); -#21643=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.291089532207,244.110378743704)); -#21644=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320793,244.094410761423)); -#21645=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272617,244.084408328727)); -#21646=CARTESIAN_POINT('Ctrl Pts',(20.2108003003289,77.1384796307391,244.066941925003)); -#21647=CARTESIAN_POINT('Ctrl Pts',(20.2120150610223,77.1300899391048,244.063272992161)); -#21648=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845912452,244.056593523053)); -#21649=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688415,244.053192231537)); -#21650=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366554,244.044508445503)); -#21651=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455944,244.038147394301)); -#21652=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385256203,244.026584326012)); -#21653=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341817,244.022583862679)); -#21654=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137913,244.01604630301)); -#21655=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640569,244.013612161136)); -#21656=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809916,244.008847802661)); -#21657=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061612,244.006182544381)); -#21658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487792,244.003505161865)); -#21659=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21660=CARTESIAN_POINT('',(20.0050354003906,80.,242.199258414995)); -#21661=CARTESIAN_POINT('',(20.0050354003906,110.,242.199258414995)); -#21662=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21663=CARTESIAN_POINT('Origin',(20.0221955414993,110.,242.000000029809)); -#21664=CARTESIAN_POINT('',(20.1636358803736,77.4862704964678,242.141396652997)); -#21665=CARTESIAN_POINT('Ctrl Pts',(20.0050356358791,79.9999999999986,242.199258435275)); -#21666=CARTESIAN_POINT('Ctrl Pts',(20.0050357172808,79.6129197184223,242.199258442286)); -#21667=CARTESIAN_POINT('Ctrl Pts',(20.0170294641151,79.1876451075821,242.201663794184)); -#21668=CARTESIAN_POINT('Ctrl Pts',(20.0695226630341,78.3399918759816,242.196099944517)); -#21669=CARTESIAN_POINT('Ctrl Pts',(20.1100226471811,77.9176018641264,242.190843380865)); -#21670=CARTESIAN_POINT('Ctrl Pts',(20.1594247119369,77.5196825401695,242.145512909597)); -#21671=CARTESIAN_POINT('Ctrl Pts',(20.1615032208898,77.5031040054216,242.143529971837)); -#21672=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964678,242.141396652997)); -#21673=CARTESIAN_POINT('',(20.1636358803736,110.,242.141396652997)); -#21674=CARTESIAN_POINT('Origin',(20.0221955414993,110.,242.000000029809)); -#21675=CARTESIAN_POINT('',(20.2221607598731,77.0609799487846,242.003505161865)); -#21676=CARTESIAN_POINT('',(20.0050354003906,80.,241.800741644622)); -#21677=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487846,242.003505161865)); -#21678=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219038,242.002325148738)); -#21679=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910929,242.001152344888)); -#21680=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910929,241.99608127169)); -#21681=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821224,241.99193360338)); -#21682=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076082,241.984151491581)); -#21683=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261699,241.980513632533)); -#21684=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056886951,241.964108207826)); -#21685=CARTESIAN_POINT('Ctrl Pts',(20.2168875565589,77.0966575253378,241.953553482874)); -#21686=CARTESIAN_POINT('Ctrl Pts',(20.2057883912258,77.1727019561121,241.91408433469)); -#21687=CARTESIAN_POINT('Ctrl Pts',(20.1955226872971,77.2452441002798,241.898736887035)); -#21688=CARTESIAN_POINT('Ctrl Pts',(20.1756280080647,77.3923038685259,241.870564980478)); -#21689=CARTESIAN_POINT('Ctrl Pts',(20.1659257986979,77.467318169132,241.860452433619)); -#21690=CARTESIAN_POINT('Ctrl Pts',(20.1100226471812,77.9176018641265,241.809156678752)); -#21691=CARTESIAN_POINT('Ctrl Pts',(20.0695226630343,78.3399918759817,241.8039001151)); -#21692=CARTESIAN_POINT('Ctrl Pts',(20.0170294641153,79.1876451075822,241.798336265433)); -#21693=CARTESIAN_POINT('Ctrl Pts',(20.005035717281,79.6129197184223,241.800741617332)); -#21694=CARTESIAN_POINT('Ctrl Pts',(20.0050356358792,79.9999999999986,241.800741624342)); -#21695=CARTESIAN_POINT('',(20.2221607598731,110.,242.003505161865)); -#21696=CARTESIAN_POINT('',(20.0050354003906,110.,241.800741644622)); -#21697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,242.141396652997)); -#21698=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,242.141396652997)); -#21699=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,242.13454070829)); -#21700=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,242.13454070829)); -#21701=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,242.126099819059)); -#21702=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,242.126099819059)); -#21703=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,242.101255166196)); -#21704=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,242.101255166196)); -#21705=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,242.085907791025)); -#21706=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,242.085907791025)); -#21707=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,242.046440258616)); -#21708=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,242.046440258616)); -#21709=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,242.035885813383)); -#21710=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,242.035885813383)); -#21711=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,242.019481178471)); -#21712=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,242.019481178471)); -#21713=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,242.015843400093)); -#21714=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,242.015843400093)); -#21715=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,242.009207189857)); -#21716=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,242.009207189857)); -#21717=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,242.006334202628)); -#21718=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,242.006334202628)); -#21719=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,242.003505161865)); -#21720=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,242.003505161865)); -#21721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964678,242.141396652997)); -#21722=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612455,242.125766235395)); -#21723=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895322127,242.110378743704)); -#21724=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332085,242.094410761422)); -#21725=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272672,242.084408328727)); -#21726=CARTESIAN_POINT('Ctrl Pts',(20.2108003003294,77.1384796307411,242.066941925001)); -#21727=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939109,242.06327299216)); -#21728=CARTESIAN_POINT('Ctrl Pts',(20.2140372036077,77.1161845912546,242.056593523055)); -#21729=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567688479,242.053192231538)); -#21730=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487366607,242.044508445502)); -#21731=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559455998,242.038147394301)); -#21732=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438525627,242.026584326013)); -#21733=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386341877,242.02258386268)); -#21734=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023137963,242.01604630301)); -#21735=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640621,242.013612161136)); -#21736=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925809969,242.008847802661)); -#21737=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061665,242.006182544381)); -#21738=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487846,242.003505161865)); -#21739=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21740=CARTESIAN_POINT('',(20.0050354003906,80.,240.199258414995)); -#21741=CARTESIAN_POINT('',(20.0050354003906,110.,240.199258414995)); -#21742=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21743=CARTESIAN_POINT('Origin',(20.0221955414993,110.,240.000000029809)); -#21744=CARTESIAN_POINT('',(20.1636358803736,77.486270496474,240.141396652997)); -#21745=CARTESIAN_POINT('Ctrl Pts',(20.0050356358798,79.9999999999986,240.199258435275)); -#21746=CARTESIAN_POINT('Ctrl Pts',(20.0050357172816,79.6129197184229,240.199258442286)); -#21747=CARTESIAN_POINT('Ctrl Pts',(20.0170294641158,79.1876451075838,240.201663794184)); -#21748=CARTESIAN_POINT('Ctrl Pts',(20.0695226630347,78.3399918759846,240.196099944517)); -#21749=CARTESIAN_POINT('Ctrl Pts',(20.1100226471815,77.91760186413,240.190843380865)); -#21750=CARTESIAN_POINT('Ctrl Pts',(20.1594247119371,77.5196825401743,240.145512909597)); -#21751=CARTESIAN_POINT('Ctrl Pts',(20.1615032208899,77.5031040054271,240.143529971837)); -#21752=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496474,240.141396652997)); -#21753=CARTESIAN_POINT('',(20.1636358803736,110.,240.141396652997)); -#21754=CARTESIAN_POINT('Origin',(20.0221955414993,110.,240.000000029809)); -#21755=CARTESIAN_POINT('',(20.2221607598731,77.0609799487899,240.003505161865)); -#21756=CARTESIAN_POINT('',(20.0050354003906,80.,239.800741644622)); -#21757=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487899,240.003505161865)); -#21758=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219091,240.002325148738)); -#21759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731910983,240.001152344888)); -#21760=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731910983,239.99608127169)); -#21761=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821277,239.99193360338)); -#21762=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076135,239.984151491581)); -#21763=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261752,239.980513632533)); -#21764=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056887004,239.964108207826)); -#21765=CARTESIAN_POINT('Ctrl Pts',(20.2168875565589,77.0966575253431,239.953553482875)); -#21766=CARTESIAN_POINT('Ctrl Pts',(20.2057883912259,77.1727019561171,239.91408433469)); -#21767=CARTESIAN_POINT('Ctrl Pts',(20.1955226872972,77.2452441002847,239.898736887036)); -#21768=CARTESIAN_POINT('Ctrl Pts',(20.1756280080648,77.3923038685305,239.870564980478)); -#21769=CARTESIAN_POINT('Ctrl Pts',(20.1659257986981,77.4673181691364,239.86045243362)); -#21770=CARTESIAN_POINT('Ctrl Pts',(20.1100226471816,77.9176018641301,239.809156678752)); -#21771=CARTESIAN_POINT('Ctrl Pts',(20.0695226630348,78.3399918759847,239.803900115101)); -#21772=CARTESIAN_POINT('Ctrl Pts',(20.017029464116,79.1876451075839,239.798336265433)); -#21773=CARTESIAN_POINT('Ctrl Pts',(20.0050357172817,79.6129197184229,239.800741617332)); -#21774=CARTESIAN_POINT('Ctrl Pts',(20.0050356358799,79.9999999999986,239.800741624342)); -#21775=CARTESIAN_POINT('',(20.2221607598731,110.,240.003505161865)); -#21776=CARTESIAN_POINT('',(20.0050354003906,110.,239.800741644622)); -#21777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,240.141396652997)); -#21778=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,240.141396652997)); -#21779=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,240.13454070829)); -#21780=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,240.13454070829)); -#21781=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,240.126099819059)); -#21782=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,240.126099819059)); -#21783=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,240.101255166196)); -#21784=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,240.101255166196)); -#21785=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,240.085907791025)); -#21786=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,240.085907791025)); -#21787=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,240.046440258616)); -#21788=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,240.046440258616)); -#21789=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,240.035885813383)); -#21790=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,240.035885813383)); -#21791=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,240.019481178471)); -#21792=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,240.019481178471)); -#21793=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,240.015843400093)); -#21794=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,240.015843400093)); -#21795=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,240.009207189857)); -#21796=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,240.009207189857)); -#21797=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,240.006334202628)); -#21798=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,240.006334202628)); -#21799=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,240.003505161865)); -#21800=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,240.003505161865)); -#21801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496474,240.141396652997)); -#21802=CARTESIAN_POINT('Ctrl Pts',(20.1793528173566,77.3622135612501,240.125766235395)); -#21803=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895322174,240.110378743704)); -#21804=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683320907,240.094410761423)); -#21805=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272728,240.084408328727)); -#21806=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307486,240.066941925002)); -#21807=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391152,240.063272992161)); -#21808=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845912576,240.056593523053)); -#21809=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567688529,240.053192231538)); -#21810=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366665,240.044508445503)); -#21811=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456052,240.038147394302)); -#21812=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256322,240.026584326013)); -#21813=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341929,240.02258386268)); -#21814=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138012,240.016046303009)); -#21815=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077640674,240.013612161136)); -#21816=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810024,240.008847802661)); -#21817=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061719,240.006182544381)); -#21818=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487899,240.003505161865)); -#21819=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21820=CARTESIAN_POINT('',(20.0050354003906,80.,238.199258414995)); -#21821=CARTESIAN_POINT('',(20.0050354003906,110.,238.199258414995)); -#21822=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21823=CARTESIAN_POINT('Origin',(20.0221955414993,110.,238.000000029809)); -#21824=CARTESIAN_POINT('',(20.1636358803736,77.4862704964802,238.141396652997)); -#21825=CARTESIAN_POINT('Ctrl Pts',(20.0050356358805,79.9999999999985,238.199258435276)); -#21826=CARTESIAN_POINT('Ctrl Pts',(20.0050357172823,79.6129197184235,238.199258442286)); -#21827=CARTESIAN_POINT('Ctrl Pts',(20.0170294641165,79.1876451075856,238.201663794184)); -#21828=CARTESIAN_POINT('Ctrl Pts',(20.0695226630352,78.3399918759876,238.196099944517)); -#21829=CARTESIAN_POINT('Ctrl Pts',(20.1100226471819,77.9176018641336,238.190843380865)); -#21830=CARTESIAN_POINT('Ctrl Pts',(20.1594247119372,77.5196825401792,238.145512909596)); -#21831=CARTESIAN_POINT('Ctrl Pts',(20.16150322089,77.5031040054326,238.143529971837)); -#21832=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964802,238.141396652997)); -#21833=CARTESIAN_POINT('',(20.1636358803736,110.,238.141396652997)); -#21834=CARTESIAN_POINT('Origin',(20.0221955414993,110.,238.000000029809)); -#21835=CARTESIAN_POINT('',(20.2221607598731,77.0609799487953,238.003505161865)); -#21836=CARTESIAN_POINT('',(20.0050354003906,80.,237.800741644622)); -#21837=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487953,238.003505161865)); -#21838=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219145,238.002325148738)); -#21839=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911036,238.001152344888)); -#21840=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911036,237.99608127169)); -#21841=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582133,237.99193360338)); -#21842=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076189,237.984151491581)); -#21843=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261806,237.980513632534)); -#21844=CARTESIAN_POINT('Ctrl Pts',(20.2193999129396,77.0796056887057,237.964108207827)); -#21845=CARTESIAN_POINT('Ctrl Pts',(20.2168875565589,77.0966575253483,237.953553482875)); -#21846=CARTESIAN_POINT('Ctrl Pts',(20.205788391226,77.1727019561222,237.914084334691)); -#21847=CARTESIAN_POINT('Ctrl Pts',(20.1955226872973,77.2452441002895,237.898736887036)); -#21848=CARTESIAN_POINT('Ctrl Pts',(20.175628008065,77.3923038685349,237.870564980479)); -#21849=CARTESIAN_POINT('Ctrl Pts',(20.1659257986984,77.4673181691407,237.86045243362)); -#21850=CARTESIAN_POINT('Ctrl Pts',(20.110022647182,77.9176018641337,237.809156678753)); -#21851=CARTESIAN_POINT('Ctrl Pts',(20.0695226630353,78.3399918759877,237.803900115101)); -#21852=CARTESIAN_POINT('Ctrl Pts',(20.0170294641166,79.1876451075857,237.798336265433)); -#21853=CARTESIAN_POINT('Ctrl Pts',(20.0050357172824,79.6129197184235,237.800741617332)); -#21854=CARTESIAN_POINT('Ctrl Pts',(20.0050356358807,79.9999999999986,237.800741624342)); -#21855=CARTESIAN_POINT('',(20.2221607598731,110.,238.003505161865)); -#21856=CARTESIAN_POINT('',(20.0050354003906,110.,237.800741644622)); -#21857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,238.141396652997)); -#21858=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,238.141396652997)); -#21859=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,238.13454070829)); -#21860=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,238.13454070829)); -#21861=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,238.126099819059)); -#21862=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,238.126099819059)); -#21863=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,238.101255166196)); -#21864=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,238.101255166196)); -#21865=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,238.085907791025)); -#21866=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,238.085907791025)); -#21867=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,238.046440258616)); -#21868=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,238.046440258616)); -#21869=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,238.035885813383)); -#21870=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,238.035885813383)); -#21871=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,238.019481178471)); -#21872=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,238.019481178471)); -#21873=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,238.015843400093)); -#21874=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,238.015843400093)); -#21875=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,238.009207189857)); -#21876=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,238.009207189857)); -#21877=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,238.006334202628)); -#21878=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,238.006334202628)); -#21879=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,238.003505161865)); -#21880=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,238.003505161865)); -#21881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964802,238.141396652997)); -#21882=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612577,238.125766235395)); -#21883=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322246,238.110378743704)); -#21884=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683320961,238.094410761422)); -#21885=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272783,238.084408328727)); -#21886=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796307533,238.066941925002)); -#21887=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391204,238.063272992161)); -#21888=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845912621,238.056593523053)); -#21889=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688579,238.053192231537)); -#21890=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366718,238.044508445503)); -#21891=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456106,238.038147394302)); -#21892=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256378,238.026584326013)); -#21893=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386341982,238.02258386268)); -#21894=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138068,238.01604630301)); -#21895=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640728,238.013612161136)); -#21896=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810076,238.008847802661)); -#21897=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061772,238.006182544381)); -#21898=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799487953,238.003505161865)); -#21899=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21900=CARTESIAN_POINT('',(20.0050354003906,80.,236.199258414995)); -#21901=CARTESIAN_POINT('',(20.0050354003906,110.,236.199258414995)); -#21902=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21903=CARTESIAN_POINT('Origin',(20.0221955414993,110.,236.000000029809)); -#21904=CARTESIAN_POINT('',(20.1636358803736,77.4862704964864,236.141396652997)); -#21905=CARTESIAN_POINT('Ctrl Pts',(20.0050356358812,79.9999999999986,236.199258435276)); -#21906=CARTESIAN_POINT('Ctrl Pts',(20.005035717283,79.6129197184241,236.199258442286)); -#21907=CARTESIAN_POINT('Ctrl Pts',(20.0170294641172,79.1876451075873,236.201663794184)); -#21908=CARTESIAN_POINT('Ctrl Pts',(20.0695226630357,78.3399918759905,236.196099944516)); -#21909=CARTESIAN_POINT('Ctrl Pts',(20.1100226471823,77.9176018641371,236.190843380865)); -#21910=CARTESIAN_POINT('Ctrl Pts',(20.1594247119374,77.5196825401839,236.145512909596)); -#21911=CARTESIAN_POINT('Ctrl Pts',(20.1615032208901,77.5031040054381,236.143529971836)); -#21912=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964864,236.141396652997)); -#21913=CARTESIAN_POINT('',(20.1636358803736,110.,236.141396652997)); -#21914=CARTESIAN_POINT('Origin',(20.0221955414993,110.,236.000000029809)); -#21915=CARTESIAN_POINT('',(20.2221607598731,77.0609799488006,236.003505161865)); -#21916=CARTESIAN_POINT('',(20.0050354003906,80.,235.800741644622)); -#21917=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488006,236.003505161865)); -#21918=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219198,236.002325148738)); -#21919=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191109,236.001152344888)); -#21920=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191109,235.99608127169)); -#21921=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821384,235.99193360338)); -#21922=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076242,235.984151491581)); -#21923=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261859,235.980513632534)); -#21924=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.079605688711,235.964108207827)); -#21925=CARTESIAN_POINT('Ctrl Pts',(20.2168875565589,77.0966575253536,235.953553482875)); -#21926=CARTESIAN_POINT('Ctrl Pts',(20.205788391226,77.1727019561273,235.914084334691)); -#21927=CARTESIAN_POINT('Ctrl Pts',(20.1955226872974,77.2452441002944,235.898736887036)); -#21928=CARTESIAN_POINT('Ctrl Pts',(20.1756280080652,77.3923038685395,235.870564980479)); -#21929=CARTESIAN_POINT('Ctrl Pts',(20.1659257986986,77.467318169145,235.86045243362)); -#21930=CARTESIAN_POINT('Ctrl Pts',(20.1100226471825,77.9176018641373,235.809156678753)); -#21931=CARTESIAN_POINT('Ctrl Pts',(20.0695226630359,78.3399918759906,235.803900115101)); -#21932=CARTESIAN_POINT('Ctrl Pts',(20.0170294641173,79.1876451075874,235.798336265433)); -#21933=CARTESIAN_POINT('Ctrl Pts',(20.0050357172832,79.6129197184241,235.800741617332)); -#21934=CARTESIAN_POINT('Ctrl Pts',(20.0050356358814,79.9999999999986,235.800741624342)); -#21935=CARTESIAN_POINT('',(20.2221607598731,110.,236.003505161865)); -#21936=CARTESIAN_POINT('',(20.0050354003906,110.,235.800741644622)); -#21937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,236.141396652997)); -#21938=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,236.141396652997)); -#21939=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,236.13454070829)); -#21940=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,236.13454070829)); -#21941=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,236.126099819059)); -#21942=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,236.126099819059)); -#21943=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,236.101255166196)); -#21944=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,236.101255166196)); -#21945=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,236.085907791025)); -#21946=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,236.085907791025)); -#21947=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,236.046440258616)); -#21948=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,236.046440258616)); -#21949=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,236.035885813383)); -#21950=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,236.035885813383)); -#21951=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,236.019481178471)); -#21952=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,236.019481178471)); -#21953=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,236.015843400093)); -#21954=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,236.015843400093)); -#21955=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,236.009207189857)); -#21956=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,236.009207189857)); -#21957=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,236.006334202628)); -#21958=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,236.006334202628)); -#21959=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,236.003505161865)); -#21960=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,236.003505161865)); -#21961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964864,236.141396652997)); -#21962=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135612639,236.125766235395)); -#21963=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322303,236.110378743704)); -#21964=CARTESIAN_POINT('Ctrl Pts',(20.1992429966312,77.2193683321009,236.094410761422)); -#21965=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191272835,236.084408328727)); -#21966=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307598,236.066941925002)); -#21967=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.130089939126,236.063272992161)); -#21968=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845912676,236.056593523053)); -#21969=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688631,236.053192231537)); -#21970=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487366768,236.044508445502)); -#21971=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559456154,236.038147394301)); -#21972=CARTESIAN_POINT('Ctrl Pts',(20.220461333018,77.0724385256407,236.02658432601)); -#21973=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386342025,236.022583862678)); -#21974=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138124,236.01604630301)); -#21975=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.063807764078,236.013612161136)); -#21976=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810127,236.00884780266)); -#21977=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061824,236.00618254438)); -#21978=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488005,236.003505161864)); -#21979=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#21980=CARTESIAN_POINT('',(20.0050354003906,80.,234.199258414995)); -#21981=CARTESIAN_POINT('',(20.0050354003906,110.,234.199258414995)); -#21982=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#21983=CARTESIAN_POINT('Origin',(20.0221955414993,110.,234.000000029809)); -#21984=CARTESIAN_POINT('',(20.1636358803736,77.4862704964925,234.141396652997)); -#21985=CARTESIAN_POINT('Ctrl Pts',(20.0050356358819,79.9999999999986,234.199258435276)); -#21986=CARTESIAN_POINT('Ctrl Pts',(20.0050357172837,79.6129197184246,234.199258442286)); -#21987=CARTESIAN_POINT('Ctrl Pts',(20.0170294641179,79.187645107589,234.201663794184)); -#21988=CARTESIAN_POINT('Ctrl Pts',(20.0695226630362,78.3399918759935,234.196099944516)); -#21989=CARTESIAN_POINT('Ctrl Pts',(20.1100226471827,77.9176018641407,234.190843380864)); -#21990=CARTESIAN_POINT('Ctrl Pts',(20.1594247119376,77.5196825401888,234.145512909596)); -#21991=CARTESIAN_POINT('Ctrl Pts',(20.1615032208902,77.5031040054436,234.143529971836)); -#21992=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964925,234.141396652997)); -#21993=CARTESIAN_POINT('',(20.1636358803736,110.,234.141396652997)); -#21994=CARTESIAN_POINT('Origin',(20.0221955414993,110.,234.000000029809)); -#21995=CARTESIAN_POINT('',(20.2221607598731,77.060979948806,234.003505161865)); -#21996=CARTESIAN_POINT('',(20.0050354003906,80.,233.800741644622)); -#21997=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948806,234.003505161865)); -#21998=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219252,234.002325148738)); -#21999=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911143,234.001152344888)); -#22000=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911143,233.99608127169)); -#22001=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821437,233.99193360338)); -#22002=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076295,233.984151491581)); -#22003=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261912,233.980513632534)); -#22004=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887163,233.964108207827)); -#22005=CARTESIAN_POINT('Ctrl Pts',(20.216887556559,77.0966575253588,233.953553482875)); -#22006=CARTESIAN_POINT('Ctrl Pts',(20.2057883912261,77.1727019561323,233.914084334691)); -#22007=CARTESIAN_POINT('Ctrl Pts',(20.1955226872975,77.2452441002993,233.898736887036)); -#22008=CARTESIAN_POINT('Ctrl Pts',(20.1756280080654,77.3923038685439,233.870564980479)); -#22009=CARTESIAN_POINT('Ctrl Pts',(20.1659257986988,77.4673181691493,233.86045243362)); -#22010=CARTESIAN_POINT('Ctrl Pts',(20.1100226471829,77.9176018641408,233.809156678753)); -#22011=CARTESIAN_POINT('Ctrl Pts',(20.0695226630364,78.3399918759936,233.803900115101)); -#22012=CARTESIAN_POINT('Ctrl Pts',(20.017029464118,79.1876451075892,233.798336265433)); -#22013=CARTESIAN_POINT('Ctrl Pts',(20.0050357172839,79.6129197184246,233.800741617331)); -#22014=CARTESIAN_POINT('Ctrl Pts',(20.0050356358821,79.9999999999986,233.800741624342)); -#22015=CARTESIAN_POINT('',(20.2221607598731,110.,234.003505161865)); -#22016=CARTESIAN_POINT('',(20.0050354003906,110.,233.800741644622)); -#22017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,234.141396652997)); -#22018=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,234.141396652997)); -#22019=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,234.13454070829)); -#22020=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,234.13454070829)); -#22021=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,234.126099819059)); -#22022=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,234.126099819059)); -#22023=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,234.101255166196)); -#22024=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,234.101255166196)); -#22025=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,234.085907791026)); -#22026=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,234.085907791026)); -#22027=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,234.046440258616)); -#22028=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,234.046440258616)); -#22029=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,234.035885813383)); -#22030=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,234.035885813383)); -#22031=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,234.019481178471)); -#22032=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,234.019481178471)); -#22033=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,234.015843400093)); -#22034=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,234.015843400093)); -#22035=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,234.009207189857)); -#22036=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,234.009207189857)); -#22037=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,234.006334202628)); -#22038=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,234.006334202628)); -#22039=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,234.003505161865)); -#22040=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,234.003505161865)); -#22041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964925,234.141396652997)); -#22042=CARTESIAN_POINT('Ctrl Pts',(20.1793528173566,77.3622135612674,234.125766235395)); -#22043=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895322345,234.110378743704)); -#22044=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321075,234.094410761423)); -#22045=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191272895,234.084408328727)); -#22046=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796307635,234.066941925002)); -#22047=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939131,234.063272992161)); -#22048=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.116184591273,234.056593523053)); -#22049=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688687,234.053192231537)); -#22050=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366829,234.044508445503)); -#22051=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456214,234.038147394302)); -#22052=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385256475,234.026584326012)); -#22053=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342086,234.022583862679)); -#22054=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138174,234.01604630301)); -#22055=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077640834,234.013612161136)); -#22056=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810184,234.008847802661)); -#22057=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061879,234.006182544381)); -#22058=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948806,234.003505161865)); -#22059=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22060=CARTESIAN_POINT('',(20.0050354003906,80.,232.199258414995)); -#22061=CARTESIAN_POINT('',(20.0050354003906,110.,232.199258414995)); -#22062=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22063=CARTESIAN_POINT('Origin',(20.0221955414993,110.,232.000000029809)); -#22064=CARTESIAN_POINT('',(20.1636358803736,77.4862704964987,232.141396652997)); -#22065=CARTESIAN_POINT('Ctrl Pts',(20.0050356358827,79.9999999999986,232.199258435276)); -#22066=CARTESIAN_POINT('Ctrl Pts',(20.0050357172844,79.6129197184252,232.199258442286)); -#22067=CARTESIAN_POINT('Ctrl Pts',(20.0170294641185,79.1876451075908,232.201663794184)); -#22068=CARTESIAN_POINT('Ctrl Pts',(20.0695226630368,78.3399918759965,232.196099944516)); -#22069=CARTESIAN_POINT('Ctrl Pts',(20.1100226471831,77.9176018641444,232.190843380864)); -#22070=CARTESIAN_POINT('Ctrl Pts',(20.1594247119378,77.5196825401936,232.145512909596)); -#22071=CARTESIAN_POINT('Ctrl Pts',(20.1615032208903,77.5031040054491,232.143529971836)); -#22072=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964987,232.141396652997)); -#22073=CARTESIAN_POINT('',(20.1636358803736,110.,232.141396652997)); -#22074=CARTESIAN_POINT('Origin',(20.0221955414993,110.,232.000000029809)); -#22075=CARTESIAN_POINT('',(20.2221607598731,77.0609799488113,232.003505161865)); -#22076=CARTESIAN_POINT('',(20.0050354003906,80.,231.800741644622)); -#22077=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488113,232.003505161865)); -#22078=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219305,232.002325148738)); -#22079=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911197,232.001152344888)); -#22080=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911197,231.99608127169)); -#22081=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582149,231.99193360338)); -#22082=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076348,231.984151491581)); -#22083=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195261965,231.980513632534)); -#22084=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887216,231.964108207827)); -#22085=CARTESIAN_POINT('Ctrl Pts',(20.216887556559,77.0966575253641,231.953553482875)); -#22086=CARTESIAN_POINT('Ctrl Pts',(20.2057883912262,77.1727019561374,231.914084334691)); -#22087=CARTESIAN_POINT('Ctrl Pts',(20.1955226872977,77.2452441003042,231.898736887036)); -#22088=CARTESIAN_POINT('Ctrl Pts',(20.1756280080656,77.3923038685485,231.870564980479)); -#22089=CARTESIAN_POINT('Ctrl Pts',(20.165925798699,77.4673181691537,231.860452433621)); -#22090=CARTESIAN_POINT('Ctrl Pts',(20.1100226471833,77.9176018641444,231.809156678753)); -#22091=CARTESIAN_POINT('Ctrl Pts',(20.0695226630369,78.3399918759966,231.803900115101)); -#22092=CARTESIAN_POINT('Ctrl Pts',(20.0170294641187,79.1876451075909,231.798336265433)); -#22093=CARTESIAN_POINT('Ctrl Pts',(20.0050357172846,79.6129197184252,231.800741617331)); -#22094=CARTESIAN_POINT('Ctrl Pts',(20.0050356358828,79.9999999999985,231.800741624342)); -#22095=CARTESIAN_POINT('',(20.2221607598731,110.,232.003505161865)); -#22096=CARTESIAN_POINT('',(20.0050354003906,110.,231.800741644622)); -#22097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,232.141396652997)); -#22098=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,232.141396652997)); -#22099=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,232.13454070829)); -#22100=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,232.13454070829)); -#22101=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,232.126099819059)); -#22102=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,232.126099819059)); -#22103=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,232.101255166196)); -#22104=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,232.101255166196)); -#22105=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,232.085907791025)); -#22106=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,232.085907791025)); -#22107=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,232.046440258616)); -#22108=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,232.046440258616)); -#22109=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,232.035885813383)); -#22110=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,232.035885813383)); -#22111=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,232.019481178471)); -#22112=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,232.019481178471)); -#22113=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,232.015843400093)); -#22114=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,232.015843400093)); -#22115=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,232.009207189857)); -#22116=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,232.009207189857)); -#22117=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,232.006334202628)); -#22118=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,232.006334202628)); -#22119=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,232.003505161865)); -#22120=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,232.003505161865)); -#22121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704964987,232.141396652997)); -#22122=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612751,232.125766235395)); -#22123=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895322416,232.110378743704)); -#22124=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321132,232.094410761423)); -#22125=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127295,232.084408328727)); -#22126=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796307698,232.066941925002)); -#22127=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391368,232.063272992161)); -#22128=CARTESIAN_POINT('Ctrl Pts',(20.2140372036084,77.1161845912773,232.056593523052)); -#22129=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567688738,232.053192231537)); -#22130=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366883,232.044508445503)); -#22131=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456267,232.038147394302)); -#22132=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385256544,232.026584326013)); -#22133=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342146,232.022583862681)); -#22134=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138228,232.01604630301)); -#22135=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640889,232.013612161136)); -#22136=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810237,232.008847802661)); -#22137=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061933,232.006182544381)); -#22138=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488113,232.003505161865)); -#22139=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22140=CARTESIAN_POINT('',(20.0050354003906,80.,230.199258414995)); -#22141=CARTESIAN_POINT('',(20.0050354003906,110.,230.199258414995)); -#22142=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22143=CARTESIAN_POINT('Origin',(20.0221955414993,110.,230.000000029809)); -#22144=CARTESIAN_POINT('',(20.1636358803736,77.4862704965049,230.141396652997)); -#22145=CARTESIAN_POINT('Ctrl Pts',(20.0050356358834,79.9999999999986,230.199258435276)); -#22146=CARTESIAN_POINT('Ctrl Pts',(20.0050357172852,79.6129197184258,230.199258442286)); -#22147=CARTESIAN_POINT('Ctrl Pts',(20.0170294641192,79.1876451075925,230.201663794184)); -#22148=CARTESIAN_POINT('Ctrl Pts',(20.0695226630373,78.3399918759995,230.196099944516)); -#22149=CARTESIAN_POINT('Ctrl Pts',(20.1100226471835,77.917601864148,230.190843380864)); -#22150=CARTESIAN_POINT('Ctrl Pts',(20.159424711938,77.5196825401984,230.145512909596)); -#22151=CARTESIAN_POINT('Ctrl Pts',(20.1615032208904,77.5031040054546,230.143529971836)); -#22152=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965049,230.141396652997)); -#22153=CARTESIAN_POINT('',(20.1636358803736,110.,230.141396652997)); -#22154=CARTESIAN_POINT('Origin',(20.0221955414993,110.,230.000000029809)); -#22155=CARTESIAN_POINT('',(20.2221607598731,77.0609799488167,230.003505161865)); -#22156=CARTESIAN_POINT('',(20.0050354003906,80.,229.800741644622)); -#22157=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488167,230.003505161865)); -#22158=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219359,230.002325148738)); -#22159=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191125,230.001152344888)); -#22160=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191125,229.99608127169)); -#22161=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821545,229.99193360338)); -#22162=CARTESIAN_POINT('Ctrl Pts',(20.2216015863908,77.0647459076403,229.984151491581)); -#22163=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262019,229.980513632534)); -#22164=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887269,229.964108207827)); -#22165=CARTESIAN_POINT('Ctrl Pts',(20.216887556559,77.0966575253693,229.953553482875)); -#22166=CARTESIAN_POINT('Ctrl Pts',(20.2057883912263,77.1727019561424,229.914084334691)); -#22167=CARTESIAN_POINT('Ctrl Pts',(20.1955226872978,77.2452441003091,229.898736887037)); -#22168=CARTESIAN_POINT('Ctrl Pts',(20.1756280080658,77.392303868553,229.870564980479)); -#22169=CARTESIAN_POINT('Ctrl Pts',(20.1659257986993,77.467318169158,229.860452433621)); -#22170=CARTESIAN_POINT('Ctrl Pts',(20.1100226471837,77.9176018641481,229.809156678753)); -#22171=CARTESIAN_POINT('Ctrl Pts',(20.0695226630374,78.3399918759996,229.803900115101)); -#22172=CARTESIAN_POINT('Ctrl Pts',(20.0170294641194,79.1876451075926,229.798336265433)); -#22173=CARTESIAN_POINT('Ctrl Pts',(20.0050357172853,79.6129197184257,229.800741617331)); -#22174=CARTESIAN_POINT('Ctrl Pts',(20.0050356358835,79.9999999999986,229.800741624342)); -#22175=CARTESIAN_POINT('',(20.2221607598731,110.,230.003505161865)); -#22176=CARTESIAN_POINT('',(20.0050354003906,110.,229.800741644622)); -#22177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,230.141396652997)); -#22178=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,230.141396652997)); -#22179=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,230.13454070829)); -#22180=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,230.13454070829)); -#22181=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,230.126099819059)); -#22182=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,230.126099819059)); -#22183=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,230.101255166196)); -#22184=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,230.101255166196)); -#22185=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,230.085907791025)); -#22186=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,230.085907791025)); -#22187=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,230.046440258616)); -#22188=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,230.046440258616)); -#22189=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,230.035885813383)); -#22190=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,230.035885813383)); -#22191=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,230.019481178471)); -#22192=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,230.019481178471)); -#22193=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,230.015843400093)); -#22194=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,230.015843400093)); -#22195=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,230.009207189857)); -#22196=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,230.009207189857)); -#22197=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,230.006334202628)); -#22198=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,230.006334202628)); -#22199=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,230.003505161865)); -#22200=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,230.003505161865)); -#22201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965049,230.141396652997)); -#22202=CARTESIAN_POINT('Ctrl Pts',(20.1793528173566,77.3622135612795,230.125766235395)); -#22203=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895322463,230.110378743704)); -#22204=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321189,230.094410761423)); -#22205=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273006,230.084408328727)); -#22206=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796307744,230.066941925002)); -#22207=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391419,230.063272992161)); -#22208=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.116184591284,230.056593523053)); -#22209=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688797,230.053192231537)); -#22210=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487366936,230.044508445503)); -#22211=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456322,230.038147394302)); -#22212=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256595,230.026584326013)); -#22213=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342198,230.02258386268)); -#22214=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138282,230.01604630301)); -#22215=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640942,230.013612161136)); -#22216=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581029,230.008847802661)); -#22217=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139061986,230.006182544381)); -#22218=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488167,230.003505161865)); -#22219=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22220=CARTESIAN_POINT('',(20.0050354003906,80.,228.199258414995)); -#22221=CARTESIAN_POINT('',(20.0050354003906,110.,228.199258414995)); -#22222=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22223=CARTESIAN_POINT('Origin',(20.0221955414993,110.,228.000000029809)); -#22224=CARTESIAN_POINT('',(20.1636358803736,77.4862704965111,228.141396652997)); -#22225=CARTESIAN_POINT('Ctrl Pts',(20.0050356358841,79.9999999999986,228.199258435276)); -#22226=CARTESIAN_POINT('Ctrl Pts',(20.0050357172859,79.6129197184263,228.199258442286)); -#22227=CARTESIAN_POINT('Ctrl Pts',(20.0170294641199,79.1876451075943,228.201663794184)); -#22228=CARTESIAN_POINT('Ctrl Pts',(20.0695226630378,78.3399918760025,228.196099944516)); -#22229=CARTESIAN_POINT('Ctrl Pts',(20.1100226471839,77.9176018641516,228.190843380864)); -#22230=CARTESIAN_POINT('Ctrl Pts',(20.1594247119381,77.5196825402032,228.145512909595)); -#22231=CARTESIAN_POINT('Ctrl Pts',(20.1615032208905,77.50310400546,228.143529971836)); -#22232=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965111,228.141396652997)); -#22233=CARTESIAN_POINT('',(20.1636358803736,110.,228.141396652997)); -#22234=CARTESIAN_POINT('Origin',(20.0221955414993,110.,228.000000029809)); -#22235=CARTESIAN_POINT('',(20.2221607598731,77.060979948822,228.003505161865)); -#22236=CARTESIAN_POINT('',(20.0050354003906,80.,227.800741644622)); -#22237=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948822,228.003505161865)); -#22238=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219412,228.002325148738)); -#22239=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911303,228.001152344888)); -#22240=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911303,227.99608127169)); -#22241=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821598,227.99193360338)); -#22242=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076456,227.984151491581)); -#22243=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262072,227.980513632534)); -#22244=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887322,227.964108207827)); -#22245=CARTESIAN_POINT('Ctrl Pts',(20.216887556559,77.0966575253746,227.953553482875)); -#22246=CARTESIAN_POINT('Ctrl Pts',(20.2057883912263,77.1727019561475,227.914084334691)); -#22247=CARTESIAN_POINT('Ctrl Pts',(20.1955226872979,77.245244100314,227.898736887037)); -#22248=CARTESIAN_POINT('Ctrl Pts',(20.175628008066,77.3923038685575,227.87056498048)); -#22249=CARTESIAN_POINT('Ctrl Pts',(20.1659257986995,77.4673181691624,227.860452433621)); -#22250=CARTESIAN_POINT('Ctrl Pts',(20.1100226471841,77.9176018641517,227.809156678754)); -#22251=CARTESIAN_POINT('Ctrl Pts',(20.0695226630379,78.3399918760025,227.803900115101)); -#22252=CARTESIAN_POINT('Ctrl Pts',(20.01702946412,79.1876451075944,227.798336265433)); -#22253=CARTESIAN_POINT('Ctrl Pts',(20.005035717286,79.6129197184263,227.800741617331)); -#22254=CARTESIAN_POINT('Ctrl Pts',(20.0050356358842,79.9999999999986,227.800741624341)); -#22255=CARTESIAN_POINT('',(20.2221607598731,110.,228.003505161865)); -#22256=CARTESIAN_POINT('',(20.0050354003906,110.,227.800741644622)); -#22257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,228.141396652997)); -#22258=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,228.141396652997)); -#22259=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,228.13454070829)); -#22260=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,228.13454070829)); -#22261=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,228.126099819059)); -#22262=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,228.126099819059)); -#22263=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,228.101255166196)); -#22264=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,228.101255166196)); -#22265=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,228.085907791025)); -#22266=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,228.085907791025)); -#22267=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,228.046440258616)); -#22268=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,228.046440258616)); -#22269=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,228.035885813383)); -#22270=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,228.035885813383)); -#22271=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,228.019481178471)); -#22272=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,228.019481178471)); -#22273=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,228.015843400093)); -#22274=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,228.015843400093)); -#22275=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,228.009207189857)); -#22276=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,228.009207189857)); -#22277=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,228.006334202628)); -#22278=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,228.006334202628)); -#22279=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,228.003505161865)); -#22280=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,228.003505161865)); -#22281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965111,228.141396652997)); -#22282=CARTESIAN_POINT('Ctrl Pts',(20.1793528173566,77.3622135612854,228.125766235395)); -#22283=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895322521,228.110378743704)); -#22284=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321243,228.094410761422)); -#22285=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273062,228.084408328727)); -#22286=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307813,228.066941925002)); -#22287=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.130089939148,228.063272992161)); -#22288=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845912891,228.056593523053)); -#22289=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688851,228.053192231537)); -#22290=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487366986,228.044508445503)); -#22291=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456375,228.038147394301)); -#22292=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256645,228.026584326013)); -#22293=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634225,228.02258386268)); -#22294=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138337,228.01604630301)); -#22295=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077640996,228.013612161136)); -#22296=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810344,228.008847802661)); -#22297=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906204,228.006182544381)); -#22298=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948822,228.003505161865)); -#22299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22300=CARTESIAN_POINT('',(20.0050354003906,80.,226.199258414995)); -#22301=CARTESIAN_POINT('',(20.0050354003906,110.,226.199258414995)); -#22302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,226.000000029809)); -#22304=CARTESIAN_POINT('',(20.1636358803736,77.4862704965172,226.141396652997)); -#22305=CARTESIAN_POINT('Ctrl Pts',(20.0050356358848,79.9999999999986,226.199258435276)); -#22306=CARTESIAN_POINT('Ctrl Pts',(20.0050357172866,79.6129197184269,226.199258442286)); -#22307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641206,79.1876451075961,226.201663794184)); -#22308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630383,78.3399918760055,226.196099944516)); -#22309=CARTESIAN_POINT('Ctrl Pts',(20.1100226471843,77.9176018641552,226.190843380864)); -#22310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119383,77.519682540208,226.145512909595)); -#22311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208906,77.5031040054655,226.143529971836)); -#22312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965172,226.141396652997)); -#22313=CARTESIAN_POINT('',(20.1636358803736,110.,226.141396652997)); -#22314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,226.000000029809)); -#22315=CARTESIAN_POINT('',(20.2221607598731,77.0609799488274,226.003505161865)); -#22316=CARTESIAN_POINT('',(20.0050354003906,80.,225.800741644622)); -#22317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488274,226.003505161865)); -#22318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219466,226.002325148738)); -#22319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911357,226.001152344888)); -#22320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911357,225.99608127169)); -#22321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821651,225.99193360338)); -#22322=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076509,225.984151491581)); -#22323=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262126,225.980513632534)); -#22324=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887375,225.964108207827)); -#22325=CARTESIAN_POINT('Ctrl Pts',(20.216887556559,77.0966575253798,225.953553482875)); -#22326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912264,77.1727019561526,225.914084334692)); -#22327=CARTESIAN_POINT('Ctrl Pts',(20.195522687298,77.2452441003189,225.898736887037)); -#22328=CARTESIAN_POINT('Ctrl Pts',(20.1756280080662,77.3923038685621,225.87056498048)); -#22329=CARTESIAN_POINT('Ctrl Pts',(20.1659257986997,77.4673181691667,225.860452433621)); -#22330=CARTESIAN_POINT('Ctrl Pts',(20.1100226471845,77.9176018641553,225.809156678754)); -#22331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630385,78.3399918760056,225.803900115102)); -#22332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641207,79.1876451075962,225.798336265433)); -#22333=CARTESIAN_POINT('Ctrl Pts',(20.0050357172868,79.6129197184269,225.800741617331)); -#22334=CARTESIAN_POINT('Ctrl Pts',(20.0050356358849,79.9999999999986,225.800741624341)); -#22335=CARTESIAN_POINT('',(20.2221607598731,110.,226.003505161865)); -#22336=CARTESIAN_POINT('',(20.0050354003906,110.,225.800741644622)); -#22337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,226.141396652997)); -#22338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,226.141396652997)); -#22339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,226.13454070829)); -#22340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,226.13454070829)); -#22341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,226.126099819059)); -#22342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,226.126099819059)); -#22343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,226.101255166196)); -#22344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,226.101255166196)); -#22345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,226.085907791025)); -#22346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,226.085907791025)); -#22347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,226.046440258616)); -#22348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,226.046440258616)); -#22349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,226.035885813383)); -#22350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,226.035885813383)); -#22351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,226.019481178471)); -#22352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,226.019481178471)); -#22353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,226.015843400093)); -#22354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,226.015843400093)); -#22355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,226.009207189857)); -#22356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,226.009207189857)); -#22357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,226.006334202628)); -#22358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,226.006334202628)); -#22359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,226.003505161865)); -#22360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,226.003505161865)); -#22361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965172,226.141396652997)); -#22362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135612934,226.125766235395)); -#22363=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322592,226.110378743704)); -#22364=CARTESIAN_POINT('Ctrl Pts',(20.1992429966312,77.2193683321292,226.094410761422)); -#22365=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273116,226.084408328727)); -#22366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307867,226.066941925002)); -#22367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391534,226.063272992161)); -#22368=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845912937,226.056593523053)); -#22369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567688902,226.053192231537)); -#22370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367043,226.044508445503)); -#22371=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456429,226.038147394302)); -#22372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.07243852567,226.026584326013)); -#22373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342304,226.02258386268)); -#22374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138387,226.016046303009)); -#22375=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641049,226.013612161136)); -#22376=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810398,226.008847802661)); -#22377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062093,226.006182544381)); -#22378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488274,226.003505161865)); -#22379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22380=CARTESIAN_POINT('',(20.0050354003906,80.,224.199258414995)); -#22381=CARTESIAN_POINT('',(20.0050354003906,110.,224.199258414995)); -#22382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,224.000000029809)); -#22384=CARTESIAN_POINT('',(20.1636358803736,77.4862704965234,224.141396652997)); -#22385=CARTESIAN_POINT('Ctrl Pts',(20.0050356358855,79.9999999999986,224.199258435276)); -#22386=CARTESIAN_POINT('Ctrl Pts',(20.0050357172873,79.6129197184275,224.199258442286)); -#22387=CARTESIAN_POINT('Ctrl Pts',(20.0170294641212,79.1876451075978,224.201663794184)); -#22388=CARTESIAN_POINT('Ctrl Pts',(20.0695226630388,78.3399918760085,224.196099944516)); -#22389=CARTESIAN_POINT('Ctrl Pts',(20.1100226471847,77.9176018641588,224.190843380863)); -#22390=CARTESIAN_POINT('Ctrl Pts',(20.1594247119385,77.5196825402129,224.145512909595)); -#22391=CARTESIAN_POINT('Ctrl Pts',(20.1615032208907,77.503104005471,224.143529971836)); -#22392=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965234,224.141396652997)); -#22393=CARTESIAN_POINT('',(20.1636358803736,110.,224.141396652997)); -#22394=CARTESIAN_POINT('Origin',(20.0221955414993,110.,224.000000029809)); -#22395=CARTESIAN_POINT('',(20.2221607598731,77.0609799488327,224.003505161865)); -#22396=CARTESIAN_POINT('',(20.0050354003906,80.,223.800741644622)); -#22397=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488327,224.003505161865)); -#22398=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219519,224.002325148738)); -#22399=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191141,224.001152344888)); -#22400=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191141,223.99608127169)); -#22401=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821705,223.99193360338)); -#22402=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076563,223.984151491581)); -#22403=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262179,223.980513632534)); -#22404=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887428,223.964108207827)); -#22405=CARTESIAN_POINT('Ctrl Pts',(20.2168875565591,77.0966575253851,223.953553482875)); -#22406=CARTESIAN_POINT('Ctrl Pts',(20.2057883912265,77.1727019561576,223.914084334692)); -#22407=CARTESIAN_POINT('Ctrl Pts',(20.1955226872981,77.2452441003237,223.898736887037)); -#22408=CARTESIAN_POINT('Ctrl Pts',(20.1756280080664,77.3923038685666,223.87056498048)); -#22409=CARTESIAN_POINT('Ctrl Pts',(20.1659257987,77.467318169171,223.860452433622)); -#22410=CARTESIAN_POINT('Ctrl Pts',(20.1100226471849,77.9176018641589,223.809156678754)); -#22411=CARTESIAN_POINT('Ctrl Pts',(20.069522663039,78.3399918760086,223.803900115102)); -#22412=CARTESIAN_POINT('Ctrl Pts',(20.0170294641214,79.1876451075979,223.798336265433)); -#22413=CARTESIAN_POINT('Ctrl Pts',(20.0050357172875,79.6129197184275,223.800741617331)); -#22414=CARTESIAN_POINT('Ctrl Pts',(20.0050356358856,79.9999999999986,223.800741624341)); -#22415=CARTESIAN_POINT('',(20.2221607598731,110.,224.003505161865)); -#22416=CARTESIAN_POINT('',(20.0050354003906,110.,223.800741644622)); -#22417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,224.141396652997)); -#22418=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,224.141396652997)); -#22419=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,224.13454070829)); -#22420=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,224.13454070829)); -#22421=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,224.126099819059)); -#22422=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,224.126099819059)); -#22423=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,224.101255166196)); -#22424=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,224.101255166196)); -#22425=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,224.085907791026)); -#22426=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,224.085907791026)); -#22427=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,224.046440258616)); -#22428=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,224.046440258616)); -#22429=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,224.035885813383)); -#22430=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,224.035885813383)); -#22431=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,224.019481178471)); -#22432=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,224.019481178471)); -#22433=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,224.015843400093)); -#22434=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,224.015843400093)); -#22435=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,224.009207189857)); -#22436=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,224.009207189857)); -#22437=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,224.006334202628)); -#22438=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,224.006334202628)); -#22439=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,224.003505161865)); -#22440=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,224.003505161865)); -#22441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965234,224.141396652997)); -#22442=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135612987,224.125766235395)); -#22443=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895322647,224.110378743704)); -#22444=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321361,224.094410761423)); -#22445=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273171,224.084408328727)); -#22446=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307921,224.066941925002)); -#22447=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391586,224.063272992161)); -#22448=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845912991,224.056593523053)); -#22449=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567688954,224.053192231537)); -#22450=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487367091,224.044508445502)); -#22451=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559456478,224.038147394301)); -#22452=CARTESIAN_POINT('Ctrl Pts',(20.220461333018,77.0724385256729,224.02658432601)); -#22453=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386342346,224.022583862678)); -#22454=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138444,224.01604630301)); -#22455=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641101,224.013612161136)); -#22456=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810446,224.008847802659)); -#22457=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062145,224.00618254438)); -#22458=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488326,224.003505161864)); -#22459=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22460=CARTESIAN_POINT('',(20.0050354003906,80.,222.199258414995)); -#22461=CARTESIAN_POINT('',(20.0050354003906,110.,222.199258414995)); -#22462=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22463=CARTESIAN_POINT('Origin',(20.0221955414993,110.,222.000000029809)); -#22464=CARTESIAN_POINT('',(20.1636358803736,77.4862704965296,222.141396652997)); -#22465=CARTESIAN_POINT('Ctrl Pts',(20.0050356358862,79.9999999999986,222.199258435276)); -#22466=CARTESIAN_POINT('Ctrl Pts',(20.0050357172881,79.612919718428,222.199258442286)); -#22467=CARTESIAN_POINT('Ctrl Pts',(20.0170294641219,79.1876451075996,222.201663794184)); -#22468=CARTESIAN_POINT('Ctrl Pts',(20.0695226630394,78.3399918760114,222.196099944515)); -#22469=CARTESIAN_POINT('Ctrl Pts',(20.1100226471851,77.9176018641624,222.190843380863)); -#22470=CARTESIAN_POINT('Ctrl Pts',(20.1594247119387,77.5196825402176,222.145512909595)); -#22471=CARTESIAN_POINT('Ctrl Pts',(20.1615032208908,77.5031040054765,222.143529971836)); -#22472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965296,222.141396652997)); -#22473=CARTESIAN_POINT('',(20.1636358803736,110.,222.141396652997)); -#22474=CARTESIAN_POINT('Origin',(20.0221955414993,110.,222.000000029809)); -#22475=CARTESIAN_POINT('',(20.2221607598731,77.0609799488381,222.003505161865)); -#22476=CARTESIAN_POINT('',(20.0050354003906,80.,221.800741644622)); -#22477=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948838,222.003505161865)); -#22478=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219572,222.002325148738)); -#22479=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911464,222.001152344888)); -#22480=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911464,221.99608127169)); -#22481=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821758,221.99193360338)); -#22482=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076616,221.984151491581)); -#22483=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262232,221.980513632534)); -#22484=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887481,221.964108207827)); -#22485=CARTESIAN_POINT('Ctrl Pts',(20.2168875565591,77.0966575253904,221.953553482875)); -#22486=CARTESIAN_POINT('Ctrl Pts',(20.2057883912265,77.1727019561627,221.914084334692)); -#22487=CARTESIAN_POINT('Ctrl Pts',(20.1955226872982,77.2452441003286,221.898736887037)); -#22488=CARTESIAN_POINT('Ctrl Pts',(20.1756280080666,77.392303868571,221.87056498048)); -#22489=CARTESIAN_POINT('Ctrl Pts',(20.1659257987002,77.4673181691753,221.860452433622)); -#22490=CARTESIAN_POINT('Ctrl Pts',(20.1100226471853,77.9176018641625,221.809156678754)); -#22491=CARTESIAN_POINT('Ctrl Pts',(20.0695226630395,78.3399918760115,221.803900115102)); -#22492=CARTESIAN_POINT('Ctrl Pts',(20.0170294641221,79.1876451075996,221.798336265433)); -#22493=CARTESIAN_POINT('Ctrl Pts',(20.0050357172882,79.612919718428,221.800741617331)); -#22494=CARTESIAN_POINT('Ctrl Pts',(20.0050356358864,79.9999999999986,221.800741624341)); -#22495=CARTESIAN_POINT('',(20.2221607598731,110.,222.003505161865)); -#22496=CARTESIAN_POINT('',(20.0050354003906,110.,221.800741644622)); -#22497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,222.141396652997)); -#22498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,222.141396652997)); -#22499=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,222.13454070829)); -#22500=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,222.13454070829)); -#22501=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,222.126099819059)); -#22502=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,222.126099819059)); -#22503=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,222.101255166196)); -#22504=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,222.101255166196)); -#22505=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,222.085907791025)); -#22506=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,222.085907791025)); -#22507=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,222.046440258616)); -#22508=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,222.046440258616)); -#22509=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,222.035885813383)); -#22510=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,222.035885813383)); -#22511=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,222.019481178471)); -#22512=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,222.019481178471)); -#22513=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,222.015843400093)); -#22514=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,222.015843400093)); -#22515=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,222.009207189857)); -#22516=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,222.009207189857)); -#22517=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,222.006334202628)); -#22518=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,222.006334202628)); -#22519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,222.003505161865)); -#22520=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,222.003505161865)); -#22521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965296,222.141396652997)); -#22522=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613046,222.125766235395)); -#22523=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322705,222.110378743704)); -#22524=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321412,222.094410761422)); -#22525=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273228,222.084408328727)); -#22526=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796307981,222.066941925002)); -#22527=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391644,222.063272992161)); -#22528=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845913073,222.056593523054)); -#22529=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567689018,222.053192231538)); -#22530=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487367148,222.044508445502)); -#22531=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456536,222.038147394301)); -#22532=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385256814,222.026584326013)); -#22533=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342415,222.022583862681)); -#22534=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138502,222.016046303011)); -#22535=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641158,222.013612161136)); -#22536=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810504,222.008847802661)); -#22537=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.06131390622,222.006182544381)); -#22538=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488381,222.003505161865)); -#22539=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22540=CARTESIAN_POINT('',(20.0050354003906,80.,220.199258414995)); -#22541=CARTESIAN_POINT('',(20.0050354003906,110.,220.199258414995)); -#22542=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22543=CARTESIAN_POINT('Origin',(20.0221955414993,110.,220.000000029809)); -#22544=CARTESIAN_POINT('',(20.1636358803736,77.4862704965358,220.141396652997)); -#22545=CARTESIAN_POINT('Ctrl Pts',(20.0050356358869,79.9999999999986,220.199258435276)); -#22546=CARTESIAN_POINT('Ctrl Pts',(20.0050357172888,79.6129197184286,220.199258442286)); -#22547=CARTESIAN_POINT('Ctrl Pts',(20.0170294641226,79.1876451076013,220.201663794184)); -#22548=CARTESIAN_POINT('Ctrl Pts',(20.0695226630399,78.3399918760144,220.196099944515)); -#22549=CARTESIAN_POINT('Ctrl Pts',(20.1100226471856,77.917601864166,220.190843380863)); -#22550=CARTESIAN_POINT('Ctrl Pts',(20.1594247119389,77.5196825402224,220.145512909595)); -#22551=CARTESIAN_POINT('Ctrl Pts',(20.1615032208908,77.503104005482,220.143529971836)); -#22552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965358,220.141396652997)); -#22553=CARTESIAN_POINT('',(20.1636358803736,110.,220.141396652997)); -#22554=CARTESIAN_POINT('Origin',(20.0221955414993,110.,220.000000029809)); -#22555=CARTESIAN_POINT('',(20.2221607598731,77.0609799488434,220.003505161865)); -#22556=CARTESIAN_POINT('',(20.0050354003906,80.,219.800741644622)); -#22557=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488434,220.003505161865)); -#22558=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219626,220.002325148738)); -#22559=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911517,220.001152344888)); -#22560=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911517,219.99608127169)); -#22561=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821811,219.99193360338)); -#22562=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076669,219.984151491581)); -#22563=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262286,219.980513632534)); -#22564=CARTESIAN_POINT('Ctrl Pts',(20.2193999129397,77.0796056887534,219.964108207827)); -#22565=CARTESIAN_POINT('Ctrl Pts',(20.2168875565591,77.0966575253956,219.953553482876)); -#22566=CARTESIAN_POINT('Ctrl Pts',(20.2057883912266,77.1727019561677,219.914084334692)); -#22567=CARTESIAN_POINT('Ctrl Pts',(20.1955226872983,77.2452441003335,219.898736887038)); -#22568=CARTESIAN_POINT('Ctrl Pts',(20.1756280080668,77.3923038685756,219.870564980481)); -#22569=CARTESIAN_POINT('Ctrl Pts',(20.1659257987004,77.4673181691797,219.860452433622)); -#22570=CARTESIAN_POINT('Ctrl Pts',(20.1100226471857,77.9176018641661,219.809156678754)); -#22571=CARTESIAN_POINT('Ctrl Pts',(20.06952266304,78.3399918760145,219.803900115102)); -#22572=CARTESIAN_POINT('Ctrl Pts',(20.0170294641227,79.1876451076014,219.798336265433)); -#22573=CARTESIAN_POINT('Ctrl Pts',(20.0050357172889,79.6129197184286,219.800741617331)); -#22574=CARTESIAN_POINT('Ctrl Pts',(20.0050356358871,79.9999999999986,219.800741624341)); -#22575=CARTESIAN_POINT('',(20.2221607598731,110.,220.003505161865)); -#22576=CARTESIAN_POINT('',(20.0050354003906,110.,219.800741644622)); -#22577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,220.141396652997)); -#22578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,220.141396652997)); -#22579=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,220.13454070829)); -#22580=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,220.13454070829)); -#22581=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,220.126099819059)); -#22582=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,220.126099819059)); -#22583=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,220.101255166196)); -#22584=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,220.101255166196)); -#22585=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,220.085907791025)); -#22586=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,220.085907791025)); -#22587=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,220.046440258616)); -#22588=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,220.046440258616)); -#22589=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,220.035885813383)); -#22590=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,220.035885813383)); -#22591=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,220.019481178471)); -#22592=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,220.019481178471)); -#22593=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,220.015843400093)); -#22594=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,220.015843400093)); -#22595=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,220.009207189857)); -#22596=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,220.009207189857)); -#22597=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,220.006334202628)); -#22598=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,220.006334202628)); -#22599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,220.003505161865)); -#22600=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,220.003505161865)); -#22601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965358,220.141396652997)); -#22602=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613108,220.125766235395)); -#22603=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322765,220.110378743704)); -#22604=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683321465,220.094410761422)); -#22605=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191273281,220.084408328727)); -#22606=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796308024,220.066941925002)); -#22607=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391693,220.063272992161)); -#22608=CARTESIAN_POINT('Ctrl Pts',(20.2140372036078,77.1161845913136,220.056593523054)); -#22609=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567689072,220.053192231538)); -#22610=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487367199,220.044508445502)); -#22611=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559456585,220.038147394301)); -#22612=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385256865,220.026584326013)); -#22613=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342466,220.022583862681)); -#22614=CARTESIAN_POINT('Ctrl Pts',(20.2215635271633,77.0650023138543,220.016046303008)); -#22615=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641206,220.013612161135)); -#22616=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810556,220.00884780266)); -#22617=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062252,220.00618254438)); -#22618=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488433,220.003505161864)); -#22619=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22620=CARTESIAN_POINT('',(20.0050354003906,80.,218.199258414995)); -#22621=CARTESIAN_POINT('',(20.0050354003906,110.,218.199258414995)); -#22622=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22623=CARTESIAN_POINT('Origin',(20.0221955414993,110.,218.000000029809)); -#22624=CARTESIAN_POINT('',(20.1636358803736,77.4862704965419,218.141396652997)); -#22625=CARTESIAN_POINT('Ctrl Pts',(20.0050356358876,79.9999999999986,218.199258435276)); -#22626=CARTESIAN_POINT('Ctrl Pts',(20.0050357172895,79.6129197184292,218.199258442286)); -#22627=CARTESIAN_POINT('Ctrl Pts',(20.0170294641233,79.187645107603,218.201663794184)); -#22628=CARTESIAN_POINT('Ctrl Pts',(20.0695226630404,78.3399918760174,218.196099944515)); -#22629=CARTESIAN_POINT('Ctrl Pts',(20.110022647186,77.9176018641696,218.190843380863)); -#22630=CARTESIAN_POINT('Ctrl Pts',(20.159424711939,77.5196825402273,218.145512909595)); -#22631=CARTESIAN_POINT('Ctrl Pts',(20.1615032208909,77.5031040054874,218.143529971836)); -#22632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965419,218.141396652997)); -#22633=CARTESIAN_POINT('',(20.1636358803736,110.,218.141396652997)); -#22634=CARTESIAN_POINT('Origin',(20.0221955414993,110.,218.000000029809)); -#22635=CARTESIAN_POINT('',(20.2221607598731,77.0609799488488,218.003505161865)); -#22636=CARTESIAN_POINT('',(20.0050354003906,80.,217.800741644622)); -#22637=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488488,218.003505161865)); -#22638=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721968,218.002325148738)); -#22639=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911571,218.001152344888)); -#22640=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911571,217.99608127169)); -#22641=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821865,217.99193360338)); -#22642=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076722,217.984151491581)); -#22643=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262339,217.980513632534)); -#22644=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887587,217.964108207827)); -#22645=CARTESIAN_POINT('Ctrl Pts',(20.2168875565591,77.0966575254009,217.953553482876)); -#22646=CARTESIAN_POINT('Ctrl Pts',(20.2057883912267,77.1727019561728,217.914084334692)); -#22647=CARTESIAN_POINT('Ctrl Pts',(20.1955226872984,77.2452441003384,217.898736887038)); -#22648=CARTESIAN_POINT('Ctrl Pts',(20.1756280080669,77.3923038685801,217.870564980481)); -#22649=CARTESIAN_POINT('Ctrl Pts',(20.1659257987007,77.467318169184,217.860452433622)); -#22650=CARTESIAN_POINT('Ctrl Pts',(20.1100226471861,77.9176018641697,217.809156678755)); -#22651=CARTESIAN_POINT('Ctrl Pts',(20.0695226630406,78.3399918760175,217.803900115102)); -#22652=CARTESIAN_POINT('Ctrl Pts',(20.0170294641234,79.1876451076031,217.798336265433)); -#22653=CARTESIAN_POINT('Ctrl Pts',(20.0050357172897,79.6129197184292,217.800741617331)); -#22654=CARTESIAN_POINT('Ctrl Pts',(20.0050356358878,79.9999999999986,217.800741624341)); -#22655=CARTESIAN_POINT('',(20.2221607598731,110.,218.003505161865)); -#22656=CARTESIAN_POINT('',(20.0050354003906,110.,217.800741644622)); -#22657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,218.141396652997)); -#22658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,218.141396652997)); -#22659=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,218.13454070829)); -#22660=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,218.13454070829)); -#22661=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,218.126099819059)); -#22662=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,218.126099819059)); -#22663=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,218.101255166196)); -#22664=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,218.101255166196)); -#22665=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,218.085907791025)); -#22666=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,218.085907791025)); -#22667=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,218.046440258616)); -#22668=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,218.046440258616)); -#22669=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,218.035885813383)); -#22670=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,218.035885813383)); -#22671=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,218.019481178471)); -#22672=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,218.019481178471)); -#22673=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,218.015843400093)); -#22674=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,218.015843400093)); -#22675=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,218.009207189857)); -#22676=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,218.009207189857)); -#22677=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,218.006334202628)); -#22678=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,218.006334202628)); -#22679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,218.003505161865)); -#22680=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,218.003505161865)); -#22681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965419,218.141396652997)); -#22682=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613166,218.125766235395)); -#22683=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322823,218.110378743704)); -#22684=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683321523,218.094410761422)); -#22685=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191273337,218.084408328727)); -#22686=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796308083,218.066941925002)); -#22687=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899391749,218.063272992161)); -#22688=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845913157,218.056593523053)); -#22689=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567689117,218.053192231537)); -#22690=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487367253,218.044508445502)); -#22691=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559456639,218.038147394301)); -#22692=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385256907,218.026584326012)); -#22693=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342513,218.022583862679)); -#22694=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.06500231386,218.016046303009)); -#22695=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.063807764126,218.013612161135)); -#22696=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810609,218.00884780266)); -#22697=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062307,218.00618254438)); -#22698=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488487,218.003505161864)); -#22699=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22700=CARTESIAN_POINT('',(20.0050354003906,80.,216.199258414995)); -#22701=CARTESIAN_POINT('',(20.0050354003906,110.,216.199258414995)); -#22702=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22703=CARTESIAN_POINT('Origin',(20.0221955414993,110.,216.000000029809)); -#22704=CARTESIAN_POINT('',(20.1636358803736,77.4862704965481,216.141396652997)); -#22705=CARTESIAN_POINT('Ctrl Pts',(20.0050356358884,79.9999999999986,216.199258435276)); -#22706=CARTESIAN_POINT('Ctrl Pts',(20.0050357172902,79.6129197184298,216.199258442286)); -#22707=CARTESIAN_POINT('Ctrl Pts',(20.0170294641239,79.1876451076048,216.201663794184)); -#22708=CARTESIAN_POINT('Ctrl Pts',(20.0695226630409,78.3399918760204,216.196099944515)); -#22709=CARTESIAN_POINT('Ctrl Pts',(20.1100226471864,77.9176018641732,216.190843380863)); -#22710=CARTESIAN_POINT('Ctrl Pts',(20.1594247119392,77.5196825402321,216.145512909594)); -#22711=CARTESIAN_POINT('Ctrl Pts',(20.161503220891,77.503104005493,216.143529971836)); -#22712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965481,216.141396652997)); -#22713=CARTESIAN_POINT('',(20.1636358803736,110.,216.141396652997)); -#22714=CARTESIAN_POINT('Origin',(20.0221955414993,110.,216.000000029809)); -#22715=CARTESIAN_POINT('',(20.2221607598731,77.0609799488541,216.003505161865)); -#22716=CARTESIAN_POINT('',(20.0050354003906,80.,215.800741644622)); -#22717=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488541,216.003505161865)); -#22718=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219733,216.002325148738)); -#22719=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911624,216.001152344888)); -#22720=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911624,215.99608127169)); -#22721=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821918,215.99193360338)); -#22722=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076775,215.984151491581)); -#22723=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262392,215.980513632534)); -#22724=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.079605688764,215.964108207827)); -#22725=CARTESIAN_POINT('Ctrl Pts',(20.2168875565592,77.0966575254061,215.953553482876)); -#22726=CARTESIAN_POINT('Ctrl Pts',(20.2057883912267,77.1727019561778,215.914084334692)); -#22727=CARTESIAN_POINT('Ctrl Pts',(20.1955226872985,77.2452441003433,215.898736887038)); -#22728=CARTESIAN_POINT('Ctrl Pts',(20.1756280080671,77.3923038685847,215.870564980481)); -#22729=CARTESIAN_POINT('Ctrl Pts',(20.1659257987009,77.4673181691884,215.860452433623)); -#22730=CARTESIAN_POINT('Ctrl Pts',(20.1100226471865,77.9176018641733,215.809156678755)); -#22731=CARTESIAN_POINT('Ctrl Pts',(20.0695226630411,78.3399918760205,215.803900115102)); -#22732=CARTESIAN_POINT('Ctrl Pts',(20.0170294641241,79.1876451076049,215.798336265433)); -#22733=CARTESIAN_POINT('Ctrl Pts',(20.0050357172904,79.6129197184297,215.800741617331)); -#22734=CARTESIAN_POINT('Ctrl Pts',(20.0050356358885,79.9999999999986,215.800741624341)); -#22735=CARTESIAN_POINT('',(20.2221607598731,110.,216.003505161865)); -#22736=CARTESIAN_POINT('',(20.0050354003906,110.,215.800741644622)); -#22737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,216.141396652997)); -#22738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,216.141396652997)); -#22739=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,216.13454070829)); -#22740=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,216.13454070829)); -#22741=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,216.126099819059)); -#22742=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,216.126099819059)); -#22743=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,216.101255166196)); -#22744=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,216.101255166196)); -#22745=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,216.085907791025)); -#22746=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,216.085907791025)); -#22747=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,216.046440258616)); -#22748=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,216.046440258616)); -#22749=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,216.035885813383)); -#22750=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,216.035885813383)); -#22751=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,216.019481178471)); -#22752=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,216.019481178471)); -#22753=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,216.015843400093)); -#22754=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,216.015843400093)); -#22755=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,216.009207189857)); -#22756=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,216.009207189857)); -#22757=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,216.006334202628)); -#22758=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,216.006334202628)); -#22759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,216.003505161865)); -#22760=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,216.003505161865)); -#22761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965481,216.141396652997)); -#22762=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613225,216.125766235395)); -#22763=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322878,216.110378743704)); -#22764=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683321579,216.094410761422)); -#22765=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273395,216.084408328727)); -#22766=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796308136,216.066941925002)); -#22767=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391805,216.063272992161)); -#22768=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845913224,216.056593523053)); -#22769=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689177,216.053192231537)); -#22770=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367313,216.044508445503)); -#22771=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456698,216.038147394302)); -#22772=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385256966,216.026584326013)); -#22773=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342572,216.02258386268)); -#22774=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138658,216.01604630301)); -#22775=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641317,216.013612161136)); -#22776=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810664,216.008847802661)); -#22777=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062361,216.006182544381)); -#22778=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488541,216.003505161865)); -#22779=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22780=CARTESIAN_POINT('',(20.0050354003906,80.,214.199258414995)); -#22781=CARTESIAN_POINT('',(20.0050354003906,110.,214.199258414995)); -#22782=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22783=CARTESIAN_POINT('Origin',(20.0221955414993,110.,214.000000029809)); -#22784=CARTESIAN_POINT('',(20.1636358803736,77.4862704965543,214.141396652997)); -#22785=CARTESIAN_POINT('Ctrl Pts',(20.0050356358891,79.9999999999986,214.199258435276)); -#22786=CARTESIAN_POINT('Ctrl Pts',(20.0050357172909,79.6129197184303,214.199258442287)); -#22787=CARTESIAN_POINT('Ctrl Pts',(20.0170294641246,79.1876451076065,214.201663794184)); -#22788=CARTESIAN_POINT('Ctrl Pts',(20.0695226630415,78.3399918760234,214.196099944515)); -#22789=CARTESIAN_POINT('Ctrl Pts',(20.1100226471868,77.9176018641768,214.190843380862)); -#22790=CARTESIAN_POINT('Ctrl Pts',(20.1594247119394,77.5196825402369,214.145512909594)); -#22791=CARTESIAN_POINT('Ctrl Pts',(20.1615032208911,77.5031040054984,214.143529971835)); -#22792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965543,214.141396652997)); -#22793=CARTESIAN_POINT('',(20.1636358803736,110.,214.141396652997)); -#22794=CARTESIAN_POINT('Origin',(20.0221955414993,110.,214.000000029809)); -#22795=CARTESIAN_POINT('',(20.2221607598731,77.0609799488594,214.003505161865)); -#22796=CARTESIAN_POINT('',(20.0050354003906,80.,213.800741644622)); -#22797=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488594,214.003505161865)); -#22798=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219786,214.002325148738)); -#22799=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911677,214.001152344888)); -#22800=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911678,213.99608127169)); -#22801=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185821972,213.99193360338)); -#22802=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076829,213.984151491581)); -#22803=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262446,213.980513632534)); -#22804=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887693,213.964108207828)); -#22805=CARTESIAN_POINT('Ctrl Pts',(20.2168875565592,77.0966575254114,213.953553482876)); -#22806=CARTESIAN_POINT('Ctrl Pts',(20.2057883912268,77.1727019561829,213.914084334693)); -#22807=CARTESIAN_POINT('Ctrl Pts',(20.1955226872986,77.2452441003481,213.898736887038)); -#22808=CARTESIAN_POINT('Ctrl Pts',(20.1756280080673,77.3923038685892,213.870564980481)); -#22809=CARTESIAN_POINT('Ctrl Pts',(20.1659257987011,77.4673181691927,213.860452433623)); -#22810=CARTESIAN_POINT('Ctrl Pts',(20.1100226471869,77.9176018641769,213.809156678755)); -#22811=CARTESIAN_POINT('Ctrl Pts',(20.0695226630416,78.3399918760235,213.803900115102)); -#22812=CARTESIAN_POINT('Ctrl Pts',(20.0170294641248,79.1876451076067,213.798336265433)); -#22813=CARTESIAN_POINT('Ctrl Pts',(20.0050357172911,79.6129197184303,213.800741617331)); -#22814=CARTESIAN_POINT('Ctrl Pts',(20.0050356358892,79.9999999999986,213.800741624341)); -#22815=CARTESIAN_POINT('',(20.2221607598731,110.,214.003505161865)); -#22816=CARTESIAN_POINT('',(20.0050354003906,110.,213.800741644622)); -#22817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,214.141396652997)); -#22818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,214.141396652997)); -#22819=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,214.13454070829)); -#22820=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,214.13454070829)); -#22821=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,214.126099819059)); -#22822=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,214.126099819059)); -#22823=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,214.101255166196)); -#22824=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,214.101255166196)); -#22825=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,214.085907791026)); -#22826=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,214.085907791026)); -#22827=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,214.046440258616)); -#22828=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,214.046440258616)); -#22829=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,214.035885813383)); -#22830=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,214.035885813383)); -#22831=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,214.019481178471)); -#22832=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,214.019481178471)); -#22833=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,214.015843400093)); -#22834=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,214.015843400093)); -#22835=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,214.009207189857)); -#22836=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,214.009207189857)); -#22837=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,214.006334202628)); -#22838=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,214.006334202628)); -#22839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,214.003505161865)); -#22840=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,214.003505161865)); -#22841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965543,214.141396652997)); -#22842=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613284,214.125766235395)); -#22843=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322936,214.110378743704)); -#22844=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321638,214.094410761423)); -#22845=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273451,214.084408328727)); -#22846=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479630819,214.066941925002)); -#22847=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939186,214.063272992161)); -#22848=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845913268,214.056593523053)); -#22849=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689229,214.053192231537)); -#22850=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367366,214.044508445503)); -#22851=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456752,214.038147394302)); -#22852=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257023,214.026584326013)); -#22853=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342627,214.02258386268)); -#22854=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138709,214.01604630301)); -#22855=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764137,214.013612161136)); -#22856=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810718,214.008847802661)); -#22857=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062414,214.006182544381)); -#22858=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488594,214.003505161865)); -#22859=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22860=CARTESIAN_POINT('',(20.0050354003906,80.,212.199258414995)); -#22861=CARTESIAN_POINT('',(20.0050354003906,110.,212.199258414995)); -#22862=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22863=CARTESIAN_POINT('Origin',(20.0221955414993,110.,212.000000029809)); -#22864=CARTESIAN_POINT('',(20.1636358803736,77.4862704965604,212.141396652997)); -#22865=CARTESIAN_POINT('Ctrl Pts',(20.0050356358898,79.9999999999986,212.199258435276)); -#22866=CARTESIAN_POINT('Ctrl Pts',(20.0050357172917,79.6129197184309,212.199258442287)); -#22867=CARTESIAN_POINT('Ctrl Pts',(20.0170294641253,79.1876451076083,212.201663794184)); -#22868=CARTESIAN_POINT('Ctrl Pts',(20.069522663042,78.3399918760264,212.196099944515)); -#22869=CARTESIAN_POINT('Ctrl Pts',(20.1100226471872,77.9176018641804,212.190843380862)); -#22870=CARTESIAN_POINT('Ctrl Pts',(20.1594247119396,77.5196825402417,212.145512909594)); -#22871=CARTESIAN_POINT('Ctrl Pts',(20.1615032208912,77.5031040055039,212.143529971835)); -#22872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965604,212.141396652997)); -#22873=CARTESIAN_POINT('',(20.1636358803736,110.,212.141396652997)); -#22874=CARTESIAN_POINT('Origin',(20.0221955414993,110.,212.000000029809)); -#22875=CARTESIAN_POINT('',(20.2221607598731,77.0609799488648,212.003505161865)); -#22876=CARTESIAN_POINT('',(20.0050354003906,80.,211.800741644622)); -#22877=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488648,212.003505161865)); -#22878=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840721984,212.002325148738)); -#22879=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911731,212.001152344888)); -#22880=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911731,211.99608127169)); -#22881=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822025,211.99193360338)); -#22882=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076883,211.984151491581)); -#22883=CARTESIAN_POINT('Ctrl Pts',(20.2212642923808,77.0670195262499,211.980513632534)); -#22884=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887746,211.964108207828)); -#22885=CARTESIAN_POINT('Ctrl Pts',(20.2168875565592,77.0966575254166,211.953553482876)); -#22886=CARTESIAN_POINT('Ctrl Pts',(20.2057883912269,77.172701956188,211.914084334693)); -#22887=CARTESIAN_POINT('Ctrl Pts',(20.1955226872988,77.245244100353,211.898736887038)); -#22888=CARTESIAN_POINT('Ctrl Pts',(20.1756280080675,77.3923038685937,211.870564980482)); -#22889=CARTESIAN_POINT('Ctrl Pts',(20.1659257987013,77.4673181691971,211.860452433623)); -#22890=CARTESIAN_POINT('Ctrl Pts',(20.1100226471873,77.9176018641806,211.809156678755)); -#22891=CARTESIAN_POINT('Ctrl Pts',(20.0695226630421,78.3399918760265,211.803900115103)); -#22892=CARTESIAN_POINT('Ctrl Pts',(20.0170294641254,79.1876451076084,211.798336265433)); -#22893=CARTESIAN_POINT('Ctrl Pts',(20.0050357172918,79.6129197184309,211.800741617331)); -#22894=CARTESIAN_POINT('Ctrl Pts',(20.0050356358899,79.9999999999986,211.800741624341)); -#22895=CARTESIAN_POINT('',(20.2221607598731,110.,212.003505161865)); -#22896=CARTESIAN_POINT('',(20.0050354003906,110.,211.800741644622)); -#22897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,212.141396652997)); -#22898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,212.141396652997)); -#22899=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,212.13454070829)); -#22900=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,212.13454070829)); -#22901=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,212.126099819059)); -#22902=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,212.126099819059)); -#22903=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,212.101255166196)); -#22904=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,212.101255166196)); -#22905=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,212.085907791025)); -#22906=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,212.085907791025)); -#22907=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,212.046440258616)); -#22908=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,212.046440258616)); -#22909=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,212.035885813383)); -#22910=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,212.035885813383)); -#22911=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,212.019481178471)); -#22912=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,212.019481178471)); -#22913=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,212.015843400093)); -#22914=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,212.015843400093)); -#22915=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,212.009207189857)); -#22916=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,212.009207189857)); -#22917=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,212.006334202628)); -#22918=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,212.006334202628)); -#22919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,212.003505161865)); -#22920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,212.003505161865)); -#22921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965604,212.141396652997)); -#22922=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613343,212.125766235395)); -#22923=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895322993,212.110378743704)); -#22924=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321694,212.094410761422)); -#22925=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273506,212.084408328727)); -#22926=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796308251,212.066941925002)); -#22927=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391916,212.063272992161)); -#22928=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913331,212.056593523053)); -#22929=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689286,212.053192231537)); -#22930=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367421,212.044508445503)); -#22931=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456806,212.038147394302)); -#22932=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385257082,212.026584326013)); -#22933=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342682,212.022583862681)); -#22934=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138764,212.01604630301)); -#22935=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641424,212.013612161136)); -#22936=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810773,212.008847802661)); -#22937=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062468,212.006182544381)); -#22938=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488648,212.003505161865)); -#22939=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#22940=CARTESIAN_POINT('',(20.0050354003906,80.,210.199258414995)); -#22941=CARTESIAN_POINT('',(20.0050354003906,110.,210.199258414995)); -#22942=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#22943=CARTESIAN_POINT('Origin',(20.0221955414993,110.,210.000000029809)); -#22944=CARTESIAN_POINT('',(20.1636358803736,77.4862704965666,210.141396652997)); -#22945=CARTESIAN_POINT('Ctrl Pts',(20.0050356358905,79.9999999999986,210.199258435276)); -#22946=CARTESIAN_POINT('Ctrl Pts',(20.0050357172924,79.6129197184315,210.199258442287)); -#22947=CARTESIAN_POINT('Ctrl Pts',(20.017029464126,79.18764510761,210.201663794184)); -#22948=CARTESIAN_POINT('Ctrl Pts',(20.0695226630425,78.3399918760294,210.196099944515)); -#22949=CARTESIAN_POINT('Ctrl Pts',(20.1100226471876,77.917601864184,210.190843380862)); -#22950=CARTESIAN_POINT('Ctrl Pts',(20.1594247119397,77.5196825402465,210.145512909594)); -#22951=CARTESIAN_POINT('Ctrl Pts',(20.1615032208913,77.5031040055094,210.143529971835)); -#22952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965666,210.141396652997)); -#22953=CARTESIAN_POINT('',(20.1636358803736,110.,210.141396652997)); -#22954=CARTESIAN_POINT('Origin',(20.0221955414993,110.,210.000000029809)); -#22955=CARTESIAN_POINT('',(20.2221607598731,77.0609799488701,210.003505161865)); -#22956=CARTESIAN_POINT('',(20.0050354003906,80.,209.800741644622)); -#22957=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488701,210.003505161865)); -#22958=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219893,210.002325148738)); -#22959=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911785,210.001152344888)); -#22960=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911785,209.99608127169)); -#22961=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822078,209.99193360338)); -#22962=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076936,209.984151491581)); -#22963=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262553,209.980513632534)); -#22964=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887799,209.964108207828)); -#22965=CARTESIAN_POINT('Ctrl Pts',(20.2168875565592,77.0966575254219,209.953553482876)); -#22966=CARTESIAN_POINT('Ctrl Pts',(20.2057883912269,77.172701956193,209.914084334693)); -#22967=CARTESIAN_POINT('Ctrl Pts',(20.1955226872989,77.2452441003579,209.898736887038)); -#22968=CARTESIAN_POINT('Ctrl Pts',(20.1756280080677,77.3923038685982,209.870564980482)); -#22969=CARTESIAN_POINT('Ctrl Pts',(20.1659257987016,77.4673181692014,209.860452433623)); -#22970=CARTESIAN_POINT('Ctrl Pts',(20.1100226471877,77.9176018641842,209.809156678755)); -#22971=CARTESIAN_POINT('Ctrl Pts',(20.0695226630426,78.3399918760295,209.803900115103)); -#22972=CARTESIAN_POINT('Ctrl Pts',(20.0170294641261,79.1876451076101,209.798336265433)); -#22973=CARTESIAN_POINT('Ctrl Pts',(20.0050357172925,79.6129197184315,209.800741617331)); -#22974=CARTESIAN_POINT('Ctrl Pts',(20.0050356358906,79.9999999999986,209.800741624341)); -#22975=CARTESIAN_POINT('',(20.2221607598731,110.,210.003505161865)); -#22976=CARTESIAN_POINT('',(20.0050354003906,110.,209.800741644622)); -#22977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,210.141396652997)); -#22978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,210.141396652997)); -#22979=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,210.13454070829)); -#22980=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,210.13454070829)); -#22981=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,210.126099819059)); -#22982=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,210.126099819059)); -#22983=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,210.101255166196)); -#22984=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,210.101255166196)); -#22985=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,210.085907791025)); -#22986=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,210.085907791025)); -#22987=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,210.046440258616)); -#22988=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,210.046440258616)); -#22989=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,210.035885813383)); -#22990=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,210.035885813383)); -#22991=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,210.019481178471)); -#22992=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,210.019481178471)); -#22993=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,210.015843400093)); -#22994=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,210.015843400093)); -#22995=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,210.009207189857)); -#22996=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,210.009207189857)); -#22997=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,210.006334202628)); -#22998=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,210.006334202628)); -#22999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,210.003505161865)); -#23000=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,210.003505161865)); -#23001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965666,210.141396652997)); -#23002=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135613404,210.125766235395)); -#23003=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323054,210.110378743704)); -#23004=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321751,210.094410761423)); -#23005=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273562,210.084408328727)); -#23006=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796308311,210.066941925002)); -#23007=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899391973,210.063272992161)); -#23008=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845913389,210.056593523053)); -#23009=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689341,210.053192231538)); -#23010=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487367471,210.044508445502)); -#23011=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945686,210.038147394301)); -#23012=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257131,210.026584326013)); -#23013=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342734,210.02258386268)); -#23014=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138815,210.016046303009)); -#23015=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641477,210.013612161136)); -#23016=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810826,210.008847802661)); -#23017=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062521,210.006182544381)); -#23018=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488701,210.003505161865)); -#23019=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23020=CARTESIAN_POINT('',(20.0050354003906,80.,208.199258414995)); -#23021=CARTESIAN_POINT('',(20.0050354003906,110.,208.199258414995)); -#23022=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23023=CARTESIAN_POINT('Origin',(20.0221955414993,110.,208.000000029809)); -#23024=CARTESIAN_POINT('',(20.1636358803736,77.4862704965728,208.141396652997)); -#23025=CARTESIAN_POINT('Ctrl Pts',(20.0050356358912,79.9999999999986,208.199258435276)); -#23026=CARTESIAN_POINT('Ctrl Pts',(20.0050357172931,79.612919718432,208.199258442287)); -#23027=CARTESIAN_POINT('Ctrl Pts',(20.0170294641267,79.1876451076118,208.201663794184)); -#23028=CARTESIAN_POINT('Ctrl Pts',(20.069522663043,78.3399918760324,208.196099944515)); -#23029=CARTESIAN_POINT('Ctrl Pts',(20.110022647188,77.9176018641877,208.190843380862)); -#23030=CARTESIAN_POINT('Ctrl Pts',(20.1594247119399,77.5196825402514,208.145512909594)); -#23031=CARTESIAN_POINT('Ctrl Pts',(20.1615032208914,77.5031040055149,208.143529971835)); -#23032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965728,208.141396652997)); -#23033=CARTESIAN_POINT('',(20.1636358803736,110.,208.141396652997)); -#23034=CARTESIAN_POINT('Origin',(20.0221955414993,110.,208.000000029809)); -#23035=CARTESIAN_POINT('',(20.2221607598731,77.0609799488755,208.003505161865)); -#23036=CARTESIAN_POINT('',(20.0050354003906,80.,207.800741644622)); -#23037=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488754,208.003505161865)); -#23038=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407219947,208.002325148738)); -#23039=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911838,208.001152344888)); -#23040=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911838,207.99608127169)); -#23041=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822132,207.99193360338)); -#23042=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459076989,207.984151491581)); -#23043=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262605,207.980513632534)); -#23044=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887852,207.964108207828)); -#23045=CARTESIAN_POINT('Ctrl Pts',(20.2168875565592,77.0966575254271,207.953553482876)); -#23046=CARTESIAN_POINT('Ctrl Pts',(20.205788391227,77.1727019561981,207.914084334693)); -#23047=CARTESIAN_POINT('Ctrl Pts',(20.195522687299,77.2452441003628,207.898736887039)); -#23048=CARTESIAN_POINT('Ctrl Pts',(20.1756280080679,77.3923038686027,207.870564980482)); -#23049=CARTESIAN_POINT('Ctrl Pts',(20.1659257987018,77.4673181692057,207.860452433624)); -#23050=CARTESIAN_POINT('Ctrl Pts',(20.1100226471881,77.9176018641877,207.809156678756)); -#23051=CARTESIAN_POINT('Ctrl Pts',(20.0695226630432,78.3399918760325,207.803900115103)); -#23052=CARTESIAN_POINT('Ctrl Pts',(20.0170294641268,79.1876451076119,207.798336265433)); -#23053=CARTESIAN_POINT('Ctrl Pts',(20.0050357172933,79.612919718432,207.800741617331)); -#23054=CARTESIAN_POINT('Ctrl Pts',(20.0050356358913,79.9999999999986,207.800741624341)); -#23055=CARTESIAN_POINT('',(20.2221607598731,110.,208.003505161865)); -#23056=CARTESIAN_POINT('',(20.0050354003906,110.,207.800741644622)); -#23057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,208.141396652997)); -#23058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,208.141396652997)); -#23059=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,208.13454070829)); -#23060=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,208.13454070829)); -#23061=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,208.126099819059)); -#23062=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,208.126099819059)); -#23063=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,208.101255166196)); -#23064=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,208.101255166196)); -#23065=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,208.085907791025)); -#23066=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,208.085907791025)); -#23067=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,208.046440258616)); -#23068=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,208.046440258616)); -#23069=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,208.035885813383)); -#23070=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,208.035885813383)); -#23071=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,208.019481178471)); -#23072=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,208.019481178471)); -#23073=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,208.015843400093)); -#23074=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,208.015843400093)); -#23075=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,208.009207189857)); -#23076=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,208.009207189857)); -#23077=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,208.006334202628)); -#23078=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,208.006334202628)); -#23079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,208.003505161865)); -#23080=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,208.003505161865)); -#23081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965728,208.141396652997)); -#23082=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613461,208.125766235395)); -#23083=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323109,208.110378743704)); -#23084=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321808,208.094410761423)); -#23085=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273618,208.084408328727)); -#23086=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796308352,208.066941925002)); -#23087=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392022,208.063272992161)); -#23088=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913439,208.056593523053)); -#23089=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689393,208.053192231537)); -#23090=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367528,208.044508445503)); -#23091=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456914,208.038147394302)); -#23092=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385257174,208.026584326012)); -#23093=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342783,208.022583862679)); -#23094=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023138872,208.01604630301)); -#23095=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641531,208.013612161136)); -#23096=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925810879,208.008847802661)); -#23097=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062574,208.006182544381)); -#23098=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488754,208.003505161865)); -#23099=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23100=CARTESIAN_POINT('',(20.0050354003906,80.,206.199258414995)); -#23101=CARTESIAN_POINT('',(20.0050354003906,110.,206.199258414995)); -#23102=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23103=CARTESIAN_POINT('Origin',(20.0221955414993,110.,206.000000029809)); -#23104=CARTESIAN_POINT('',(20.1636358803736,77.486270496579,206.141396652997)); -#23105=CARTESIAN_POINT('Ctrl Pts',(20.0050356358919,79.9999999999986,206.199258435277)); -#23106=CARTESIAN_POINT('Ctrl Pts',(20.0050357172938,79.6129197184326,206.199258442287)); -#23107=CARTESIAN_POINT('Ctrl Pts',(20.0170294641273,79.1876451076135,206.201663794184)); -#23108=CARTESIAN_POINT('Ctrl Pts',(20.0695226630435,78.3399918760354,206.196099944514)); -#23109=CARTESIAN_POINT('Ctrl Pts',(20.1100226471884,77.9176018641913,206.190843380861)); -#23110=CARTESIAN_POINT('Ctrl Pts',(20.1594247119401,77.5196825402562,206.145512909594)); -#23111=CARTESIAN_POINT('Ctrl Pts',(20.1615032208915,77.5031040055204,206.143529971835)); -#23112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496579,206.141396652997)); -#23113=CARTESIAN_POINT('',(20.1636358803736,110.,206.141396652997)); -#23114=CARTESIAN_POINT('Origin',(20.0221955414993,110.,206.000000029809)); -#23115=CARTESIAN_POINT('',(20.2221607598731,77.0609799488808,206.003505161865)); -#23116=CARTESIAN_POINT('',(20.0050354003906,80.,205.800741644622)); -#23117=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488808,206.003505161865)); -#23118=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220001,206.002325148738)); -#23119=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911891,206.001152344888)); -#23120=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911891,205.99608127169)); -#23121=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822185,205.99193360338)); -#23122=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077042,205.984151491581)); -#23123=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262659,205.980513632534)); -#23124=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887905,205.964108207828)); -#23125=CARTESIAN_POINT('Ctrl Pts',(20.2168875565593,77.0966575254324,205.953553482876)); -#23126=CARTESIAN_POINT('Ctrl Pts',(20.2057883912271,77.1727019562031,205.914084334693)); -#23127=CARTESIAN_POINT('Ctrl Pts',(20.1955226872991,77.2452441003676,205.898736887039)); -#23128=CARTESIAN_POINT('Ctrl Pts',(20.1756280080681,77.3923038686072,205.870564980482)); -#23129=CARTESIAN_POINT('Ctrl Pts',(20.165925798702,77.4673181692101,205.860452433624)); -#23130=CARTESIAN_POINT('Ctrl Pts',(20.1100226471885,77.9176018641913,205.809156678756)); -#23131=CARTESIAN_POINT('Ctrl Pts',(20.0695226630437,78.3399918760354,205.803900115103)); -#23132=CARTESIAN_POINT('Ctrl Pts',(20.0170294641275,79.1876451076136,205.798336265433)); -#23133=CARTESIAN_POINT('Ctrl Pts',(20.005035717294,79.6129197184326,205.800741617331)); -#23134=CARTESIAN_POINT('Ctrl Pts',(20.0050356358921,79.9999999999986,205.800741624341)); -#23135=CARTESIAN_POINT('',(20.2221607598731,110.,206.003505161865)); -#23136=CARTESIAN_POINT('',(20.0050354003906,110.,205.800741644622)); -#23137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,206.141396652997)); -#23138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,206.141396652997)); -#23139=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,206.13454070829)); -#23140=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,206.13454070829)); -#23141=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,206.126099819059)); -#23142=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,206.126099819059)); -#23143=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,206.101255166196)); -#23144=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,206.101255166196)); -#23145=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,206.085907791025)); -#23146=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,206.085907791025)); -#23147=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,206.046440258616)); -#23148=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,206.046440258616)); -#23149=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,206.035885813383)); -#23150=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,206.035885813383)); -#23151=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,206.019481178471)); -#23152=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,206.019481178471)); -#23153=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,206.015843400093)); -#23154=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,206.015843400093)); -#23155=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,206.009207189857)); -#23156=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,206.009207189857)); -#23157=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,206.006334202628)); -#23158=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,206.006334202628)); -#23159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,206.003505161865)); -#23160=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,206.003505161865)); -#23161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496579,206.141396652997)); -#23162=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.362213561354,206.125766235396)); -#23163=CARTESIAN_POINT('Ctrl Pts',(20.1893083252608,77.2910895323183,206.110378743705)); -#23164=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321862,206.094410761422)); -#23165=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273673,206.084408328727)); -#23166=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479630841,206.066941925002)); -#23167=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392078,206.063272992161)); -#23168=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913488,206.056593523053)); -#23169=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689446,206.053192231537)); -#23170=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367582,206.044508445503)); -#23171=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559456967,206.038147394302)); -#23172=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257234,206.026584326013)); -#23173=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634284,206.02258386268)); -#23174=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138923,206.016046303009)); -#23175=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641584,206.013612161136)); -#23176=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810933,206.008847802661)); -#23177=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062628,206.006182544381)); -#23178=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488808,206.003505161865)); -#23179=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23180=CARTESIAN_POINT('',(20.0050354003906,80.,204.199258414995)); -#23181=CARTESIAN_POINT('',(20.0050354003906,110.,204.199258414995)); -#23182=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23183=CARTESIAN_POINT('Origin',(20.0221955414993,110.,204.000000029809)); -#23184=CARTESIAN_POINT('',(20.1636358803736,77.4862704965851,204.141396652997)); -#23185=CARTESIAN_POINT('Ctrl Pts',(20.0050356358926,79.9999999999986,204.199258435277)); -#23186=CARTESIAN_POINT('Ctrl Pts',(20.0050357172946,79.6129197184332,204.199258442287)); -#23187=CARTESIAN_POINT('Ctrl Pts',(20.017029464128,79.1876451076153,204.201663794184)); -#23188=CARTESIAN_POINT('Ctrl Pts',(20.0695226630441,78.3399918760384,204.196099944514)); -#23189=CARTESIAN_POINT('Ctrl Pts',(20.1100226471888,77.9176018641949,204.190843380861)); -#23190=CARTESIAN_POINT('Ctrl Pts',(20.1594247119403,77.519682540261,204.145512909593)); -#23191=CARTESIAN_POINT('Ctrl Pts',(20.1615032208916,77.5031040055259,204.143529971835)); -#23192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965851,204.141396652997)); -#23193=CARTESIAN_POINT('',(20.1636358803736,110.,204.141396652997)); -#23194=CARTESIAN_POINT('Origin',(20.0221955414993,110.,204.000000029809)); -#23195=CARTESIAN_POINT('',(20.2221607598731,77.0609799488862,204.003505161865)); -#23196=CARTESIAN_POINT('',(20.0050354003906,80.,203.800741644622)); -#23197=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488862,204.003505161865)); -#23198=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220054,204.002325148738)); -#23199=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911945,204.001152344888)); -#23200=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911945,203.996081271691)); -#23201=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822238,203.99193360338)); -#23202=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077096,203.984151491581)); -#23203=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262712,203.980513632534)); -#23204=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056887958,203.964108207828)); -#23205=CARTESIAN_POINT('Ctrl Pts',(20.2168875565593,77.0966575254376,203.953553482876)); -#23206=CARTESIAN_POINT('Ctrl Pts',(20.2057883912271,77.1727019562082,203.914084334693)); -#23207=CARTESIAN_POINT('Ctrl Pts',(20.1955226872992,77.2452441003725,203.898736887039)); -#23208=CARTESIAN_POINT('Ctrl Pts',(20.1756280080683,77.3923038686117,203.870564980482)); -#23209=CARTESIAN_POINT('Ctrl Pts',(20.1659257987023,77.4673181692144,203.860452433624)); -#23210=CARTESIAN_POINT('Ctrl Pts',(20.1100226471889,77.9176018641949,203.809156678756)); -#23211=CARTESIAN_POINT('Ctrl Pts',(20.0695226630442,78.3399918760384,203.803900115103)); -#23212=CARTESIAN_POINT('Ctrl Pts',(20.0170294641282,79.1876451076154,203.798336265433)); -#23213=CARTESIAN_POINT('Ctrl Pts',(20.0050357172947,79.6129197184331,203.800741617331)); -#23214=CARTESIAN_POINT('Ctrl Pts',(20.0050356358928,79.9999999999985,203.800741624341)); -#23215=CARTESIAN_POINT('',(20.2221607598731,110.,204.003505161865)); -#23216=CARTESIAN_POINT('',(20.0050354003906,110.,203.800741644622)); -#23217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,204.141396652997)); -#23218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,204.141396652997)); -#23219=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,204.13454070829)); -#23220=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,204.13454070829)); -#23221=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,204.126099819059)); -#23222=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,204.126099819059)); -#23223=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,204.101255166196)); -#23224=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,204.101255166196)); -#23225=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,204.085907791026)); -#23226=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,204.085907791026)); -#23227=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,204.046440258616)); -#23228=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,204.046440258616)); -#23229=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,204.035885813383)); -#23230=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,204.035885813383)); -#23231=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,204.019481178471)); -#23232=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,204.019481178471)); -#23233=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,204.015843400093)); -#23234=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,204.015843400093)); -#23235=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,204.009207189857)); -#23236=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,204.009207189857)); -#23237=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,204.006334202628)); -#23238=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,204.006334202628)); -#23239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,204.003505161865)); -#23240=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,204.003505161865)); -#23241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965851,204.141396652997)); -#23242=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613579,204.125766235395)); -#23243=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323224,204.110378743704)); -#23244=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332192,204.094410761423)); -#23245=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273729,204.084408328727)); -#23246=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796308458,204.066941925002)); -#23247=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392131,204.063272992161)); -#23248=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845913551,204.056593523053)); -#23249=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689502,204.053192231537)); -#23250=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367639,204.044508445503)); -#23251=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457021,204.038147394302)); -#23252=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257288,204.026584326013)); -#23253=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386342893,204.02258386268)); -#23254=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023138977,204.01604630301)); -#23255=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641638,204.013612161136)); -#23256=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925810985,204.008847802661)); -#23257=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062682,204.006182544381)); -#23258=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488862,204.003505161865)); -#23259=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23260=CARTESIAN_POINT('',(20.0050354003906,80.,202.199258414995)); -#23261=CARTESIAN_POINT('',(20.0050354003906,110.,202.199258414995)); -#23262=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23263=CARTESIAN_POINT('Origin',(20.0221955414993,110.,202.000000029809)); -#23264=CARTESIAN_POINT('',(20.1636358803736,77.4862704965913,202.141396652997)); -#23265=CARTESIAN_POINT('Ctrl Pts',(20.0050356358933,79.9999999999986,202.199258435277)); -#23266=CARTESIAN_POINT('Ctrl Pts',(20.0050357172953,79.6129197184337,202.199258442287)); -#23267=CARTESIAN_POINT('Ctrl Pts',(20.0170294641287,79.187645107617,202.201663794184)); -#23268=CARTESIAN_POINT('Ctrl Pts',(20.0695226630446,78.3399918760414,202.196099944514)); -#23269=CARTESIAN_POINT('Ctrl Pts',(20.1100226471892,77.9176018641985,202.190843380861)); -#23270=CARTESIAN_POINT('Ctrl Pts',(20.1594247119405,77.5196825402658,202.145512909593)); -#23271=CARTESIAN_POINT('Ctrl Pts',(20.1615032208917,77.5031040055314,202.143529971835)); -#23272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965913,202.141396652997)); -#23273=CARTESIAN_POINT('',(20.1636358803736,110.,202.141396652997)); -#23274=CARTESIAN_POINT('Origin',(20.0221955414993,110.,202.000000029809)); -#23275=CARTESIAN_POINT('',(20.2221607598731,77.0609799488915,202.003505161865)); -#23276=CARTESIAN_POINT('',(20.0050354003906,80.,201.800741644622)); -#23277=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488915,202.003505161865)); -#23278=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220107,202.002325148738)); -#23279=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731911999,202.001152344888)); -#23280=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731911999,201.996081271691)); -#23281=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822292,201.99193360338)); -#23282=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077149,201.984151491581)); -#23283=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262766,201.980513632534)); -#23284=CARTESIAN_POINT('Ctrl Pts',(20.2193999129398,77.0796056888011,201.964108207828)); -#23285=CARTESIAN_POINT('Ctrl Pts',(20.2168875565593,77.0966575254429,201.953553482876)); -#23286=CARTESIAN_POINT('Ctrl Pts',(20.2057883912272,77.1727019562132,201.914084334694)); -#23287=CARTESIAN_POINT('Ctrl Pts',(20.1955226872993,77.2452441003774,201.898736887039)); -#23288=CARTESIAN_POINT('Ctrl Pts',(20.1756280080685,77.3923038686163,201.870564980483)); -#23289=CARTESIAN_POINT('Ctrl Pts',(20.1659257987025,77.4673181692187,201.860452433624)); -#23290=CARTESIAN_POINT('Ctrl Pts',(20.1100226471893,77.9176018641986,201.809156678756)); -#23291=CARTESIAN_POINT('Ctrl Pts',(20.0695226630447,78.3399918760414,201.803900115103)); -#23292=CARTESIAN_POINT('Ctrl Pts',(20.0170294641288,79.1876451076171,201.798336265433)); -#23293=CARTESIAN_POINT('Ctrl Pts',(20.0050357172954,79.6129197184337,201.80074161733)); -#23294=CARTESIAN_POINT('Ctrl Pts',(20.0050356358935,79.9999999999986,201.800741624341)); -#23295=CARTESIAN_POINT('',(20.2221607598731,110.,202.003505161865)); -#23296=CARTESIAN_POINT('',(20.0050354003906,110.,201.800741644622)); -#23297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,202.141396652997)); -#23298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,202.141396652997)); -#23299=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,202.13454070829)); -#23300=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,202.13454070829)); -#23301=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,202.126099819059)); -#23302=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,202.126099819059)); -#23303=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,202.101255166196)); -#23304=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,202.101255166196)); -#23305=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,202.085907791025)); -#23306=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,202.085907791025)); -#23307=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,202.046440258616)); -#23308=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,202.046440258616)); -#23309=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,202.035885813383)); -#23310=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,202.035885813383)); -#23311=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,202.019481178471)); -#23312=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,202.019481178471)); -#23313=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,202.015843400093)); -#23314=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,202.015843400093)); -#23315=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,202.009207189857)); -#23316=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,202.009207189857)); -#23317=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,202.006334202628)); -#23318=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,202.006334202628)); -#23319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,202.003505161865)); -#23320=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,202.003505161865)); -#23321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965913,202.141396652997)); -#23322=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613639,202.125766235395)); -#23323=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323282,202.110378743704)); -#23324=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683321977,202.094410761423)); -#23325=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273784,202.084408328727)); -#23326=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796308534,202.066941925003)); -#23327=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392193,202.063272992161)); -#23328=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913602,202.056593523053)); -#23329=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689557,202.053192231537)); -#23330=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367689,202.044508445503)); -#23331=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457075,202.038147394301)); -#23332=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385257352,202.026584326014)); -#23333=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386342951,202.022583862681)); -#23334=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023139035,202.01604630301)); -#23335=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641693,202.013612161136)); -#23336=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811039,202.008847802661)); -#23337=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062735,202.006182544381)); -#23338=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488915,202.003505161865)); -#23339=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23340=CARTESIAN_POINT('',(20.0050354003906,80.,200.199258414995)); -#23341=CARTESIAN_POINT('',(20.0050354003906,110.,200.199258414995)); -#23342=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23343=CARTESIAN_POINT('Origin',(20.0221955414993,110.,200.000000029809)); -#23344=CARTESIAN_POINT('',(20.1636358803736,77.4862704965975,200.141396652997)); -#23345=CARTESIAN_POINT('Ctrl Pts',(20.005035635894,79.9999999999986,200.199258435277)); -#23346=CARTESIAN_POINT('Ctrl Pts',(20.005035717296,79.6129197184343,200.199258442287)); -#23347=CARTESIAN_POINT('Ctrl Pts',(20.0170294641294,79.1876451076188,200.201663794184)); -#23348=CARTESIAN_POINT('Ctrl Pts',(20.0695226630451,78.3399918760444,200.196099944514)); -#23349=CARTESIAN_POINT('Ctrl Pts',(20.1100226471896,77.9176018642021,200.190843380861)); -#23350=CARTESIAN_POINT('Ctrl Pts',(20.1594247119406,77.5196825402706,200.145512909593)); -#23351=CARTESIAN_POINT('Ctrl Pts',(20.1615032208918,77.5031040055369,200.143529971835)); -#23352=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965975,200.141396652997)); -#23353=CARTESIAN_POINT('',(20.1636358803736,110.,200.141396652997)); -#23354=CARTESIAN_POINT('Origin',(20.0221955414993,110.,200.000000029809)); -#23355=CARTESIAN_POINT('',(20.2221607598731,77.0609799488969,200.003505161865)); -#23356=CARTESIAN_POINT('',(20.0050354003906,80.,199.800741644622)); -#23357=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488969,200.003505161865)); -#23358=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220161,200.002325148738)); -#23359=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912052,200.001152344888)); -#23360=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912052,199.996081271691)); -#23361=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822346,199.99193360338)); -#23362=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077203,199.984151491581)); -#23363=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262819,199.980513632534)); -#23364=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888064,199.964108207828)); -#23365=CARTESIAN_POINT('Ctrl Pts',(20.2168875565593,77.0966575254481,199.953553482876)); -#23366=CARTESIAN_POINT('Ctrl Pts',(20.2057883912273,77.1727019562183,199.914084334694)); -#23367=CARTESIAN_POINT('Ctrl Pts',(20.1955226872994,77.2452441003823,199.898736887039)); -#23368=CARTESIAN_POINT('Ctrl Pts',(20.1756280080687,77.3923038686208,199.870564980483)); -#23369=CARTESIAN_POINT('Ctrl Pts',(20.1659257987027,77.467318169223,199.860452433624)); -#23370=CARTESIAN_POINT('Ctrl Pts',(20.1100226471897,77.9176018642021,199.809156678757)); -#23371=CARTESIAN_POINT('Ctrl Pts',(20.0695226630452,78.3399918760444,199.803900115103)); -#23372=CARTESIAN_POINT('Ctrl Pts',(20.0170294641295,79.1876451076189,199.798336265433)); -#23373=CARTESIAN_POINT('Ctrl Pts',(20.0050357172962,79.6129197184343,199.80074161733)); -#23374=CARTESIAN_POINT('Ctrl Pts',(20.0050356358942,79.9999999999986,199.800741624341)); -#23375=CARTESIAN_POINT('',(20.2221607598731,110.,200.003505161865)); -#23376=CARTESIAN_POINT('',(20.0050354003906,110.,199.800741644622)); -#23377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,200.141396652997)); -#23378=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,200.141396652997)); -#23379=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,200.13454070829)); -#23380=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,200.13454070829)); -#23381=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,200.126099819059)); -#23382=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,200.126099819059)); -#23383=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,200.101255166196)); -#23384=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,200.101255166196)); -#23385=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,200.085907791025)); -#23386=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,200.085907791025)); -#23387=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,200.046440258616)); -#23388=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,200.046440258616)); -#23389=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,200.035885813383)); -#23390=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,200.035885813383)); -#23391=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,200.019481178471)); -#23392=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,200.019481178471)); -#23393=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,200.015843400093)); -#23394=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,200.015843400093)); -#23395=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,200.009207189857)); -#23396=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,200.009207189857)); -#23397=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,200.006334202628)); -#23398=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,200.006334202628)); -#23399=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,200.003505161865)); -#23400=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,200.003505161865)); -#23401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704965975,200.141396652997)); -#23402=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135613686,200.125766235395)); -#23403=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895323329,200.110378743704)); -#23404=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322024,200.094410761422)); -#23405=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191273836,200.084408328727)); -#23406=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796308588,200.066941925003)); -#23407=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392245,200.063272992161)); -#23408=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913651,200.056593523053)); -#23409=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689607,200.053192231537)); -#23410=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.094148736774,200.044508445502)); -#23411=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559457124,200.038147394301)); -#23412=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385257383,200.026584326011)); -#23413=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386342993,200.022583862679)); -#23414=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139085,200.01604630301)); -#23415=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641742,200.013612161135)); -#23416=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581109,200.00884780266)); -#23417=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062786,200.00618254438)); -#23418=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799488968,200.003505161864)); -#23419=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23420=CARTESIAN_POINT('',(20.0050354003906,80.,198.199258414995)); -#23421=CARTESIAN_POINT('',(20.0050354003906,110.,198.199258414995)); -#23422=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23423=CARTESIAN_POINT('Origin',(20.0221955414993,110.,198.000000029809)); -#23424=CARTESIAN_POINT('',(20.1636358803736,77.4862704966037,198.141396652997)); -#23425=CARTESIAN_POINT('Ctrl Pts',(20.0050356358948,79.9999999999986,198.199258435277)); -#23426=CARTESIAN_POINT('Ctrl Pts',(20.0050357172967,79.6129197184349,198.199258442287)); -#23427=CARTESIAN_POINT('Ctrl Pts',(20.01702946413,79.1876451076205,198.201663794184)); -#23428=CARTESIAN_POINT('Ctrl Pts',(20.0695226630456,78.3399918760473,198.196099944514)); -#23429=CARTESIAN_POINT('Ctrl Pts',(20.11002264719,77.9176018642057,198.190843380861)); -#23430=CARTESIAN_POINT('Ctrl Pts',(20.1594247119408,77.5196825402754,198.145512909593)); -#23431=CARTESIAN_POINT('Ctrl Pts',(20.1615032208919,77.5031040055423,198.143529971835)); -#23432=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966037,198.141396652997)); -#23433=CARTESIAN_POINT('',(20.1636358803736,110.,198.141396652997)); -#23434=CARTESIAN_POINT('Origin',(20.0221955414993,110.,198.000000029809)); -#23435=CARTESIAN_POINT('',(20.2221607598731,77.0609799489022,198.003505161865)); -#23436=CARTESIAN_POINT('',(20.0050354003906,80.,197.800741644622)); -#23437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489022,198.003505161865)); -#23438=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220214,198.002325148738)); -#23439=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912106,198.001152344888)); -#23440=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912106,197.996081271691)); -#23441=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822399,197.99193360338)); -#23442=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077256,197.984151491581)); -#23443=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262872,197.980513632534)); -#23444=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888117,197.964108207828)); -#23445=CARTESIAN_POINT('Ctrl Pts',(20.2168875565594,77.0966575254534,197.953553482877)); -#23446=CARTESIAN_POINT('Ctrl Pts',(20.2057883912274,77.1727019562234,197.914084334694)); -#23447=CARTESIAN_POINT('Ctrl Pts',(20.1955226872995,77.2452441003872,197.89873688704)); -#23448=CARTESIAN_POINT('Ctrl Pts',(20.1756280080689,77.3923038686253,197.870564980483)); -#23449=CARTESIAN_POINT('Ctrl Pts',(20.165925798703,77.4673181692274,197.860452433625)); -#23450=CARTESIAN_POINT('Ctrl Pts',(20.1100226471901,77.9176018642057,197.809156678757)); -#23451=CARTESIAN_POINT('Ctrl Pts',(20.0695226630458,78.3399918760474,197.803900115103)); -#23452=CARTESIAN_POINT('Ctrl Pts',(20.0170294641302,79.1876451076206,197.798336265433)); -#23453=CARTESIAN_POINT('Ctrl Pts',(20.0050357172969,79.6129197184349,197.80074161733)); -#23454=CARTESIAN_POINT('Ctrl Pts',(20.0050356358949,79.9999999999986,197.800741624341)); -#23455=CARTESIAN_POINT('',(20.2221607598731,110.,198.003505161865)); -#23456=CARTESIAN_POINT('',(20.0050354003906,110.,197.800741644622)); -#23457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,198.141396652997)); -#23458=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,198.141396652997)); -#23459=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,198.13454070829)); -#23460=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,198.13454070829)); -#23461=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,198.126099819059)); -#23462=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,198.126099819059)); -#23463=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,198.101255166196)); -#23464=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,198.101255166196)); -#23465=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,198.085907791025)); -#23466=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,198.085907791025)); -#23467=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,198.046440258616)); -#23468=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,198.046440258616)); -#23469=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,198.035885813383)); -#23470=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,198.035885813383)); -#23471=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,198.019481178471)); -#23472=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,198.019481178471)); -#23473=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,198.015843400093)); -#23474=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,198.015843400093)); -#23475=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,198.009207189857)); -#23476=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,198.009207189857)); -#23477=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,198.006334202628)); -#23478=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,198.006334202628)); -#23479=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,198.003505161865)); -#23480=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,198.003505161865)); -#23481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966037,198.141396652997)); -#23482=CARTESIAN_POINT('Ctrl Pts',(20.1793528173564,77.3622135613757,198.125766235395)); -#23483=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323398,198.110378743704)); -#23484=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322089,198.094410761423)); -#23485=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273896,198.084408328727)); -#23486=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479630863,198.066941925002)); -#23487=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392297,198.063272992161)); -#23488=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845913715,198.056593523053)); -#23489=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689667,198.053192231538)); -#23490=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367799,198.044508445503)); -#23491=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457183,198.038147394302)); -#23492=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257451,198.026584326013)); -#23493=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343054,198.02258386268)); -#23494=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139137,198.016046303009)); -#23495=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641798,198.013612161136)); -#23496=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925811147,198.008847802661)); -#23497=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062842,198.006182544381)); -#23498=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489022,198.003505161865)); -#23499=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23500=CARTESIAN_POINT('',(20.0050354003906,80.,196.199258414995)); -#23501=CARTESIAN_POINT('',(20.0050354003906,110.,196.199258414995)); -#23502=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23503=CARTESIAN_POINT('Origin',(20.0221955414993,110.,196.000000029809)); -#23504=CARTESIAN_POINT('',(20.1636358803736,77.4862704966098,196.141396652997)); -#23505=CARTESIAN_POINT('Ctrl Pts',(20.0050356358955,79.9999999999986,196.199258435277)); -#23506=CARTESIAN_POINT('Ctrl Pts',(20.0050357172975,79.6129197184354,196.199258442287)); -#23507=CARTESIAN_POINT('Ctrl Pts',(20.0170294641307,79.1876451076223,196.201663794184)); -#23508=CARTESIAN_POINT('Ctrl Pts',(20.0695226630462,78.3399918760503,196.196099944514)); -#23509=CARTESIAN_POINT('Ctrl Pts',(20.1100226471904,77.9176018642093,196.19084338086)); -#23510=CARTESIAN_POINT('Ctrl Pts',(20.159424711941,77.5196825402802,196.145512909593)); -#23511=CARTESIAN_POINT('Ctrl Pts',(20.161503220892,77.5031040055478,196.143529971835)); -#23512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966098,196.141396652997)); -#23513=CARTESIAN_POINT('',(20.1636358803736,110.,196.141396652997)); -#23514=CARTESIAN_POINT('Origin',(20.0221955414993,110.,196.000000029809)); -#23515=CARTESIAN_POINT('',(20.2221607598731,77.0609799489075,196.003505161865)); -#23516=CARTESIAN_POINT('',(20.0050354003906,80.,195.800741644622)); -#23517=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489075,196.003505161865)); -#23518=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220267,196.002325148738)); -#23519=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912159,196.001152344888)); -#23520=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912159,195.996081271691)); -#23521=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822452,195.99193360338)); -#23522=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077309,195.984151491582)); -#23523=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262925,195.980513632534)); -#23524=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.079605688817,195.964108207828)); -#23525=CARTESIAN_POINT('Ctrl Pts',(20.2168875565594,77.0966575254586,195.953553482877)); -#23526=CARTESIAN_POINT('Ctrl Pts',(20.2057883912274,77.1727019562284,195.914084334694)); -#23527=CARTESIAN_POINT('Ctrl Pts',(20.1955226872996,77.2452441003921,195.89873688704)); -#23528=CARTESIAN_POINT('Ctrl Pts',(20.1756280080691,77.3923038686298,195.870564980483)); -#23529=CARTESIAN_POINT('Ctrl Pts',(20.1659257987032,77.4673181692317,195.860452433625)); -#23530=CARTESIAN_POINT('Ctrl Pts',(20.1100226471905,77.9176018642094,195.809156678757)); -#23531=CARTESIAN_POINT('Ctrl Pts',(20.0695226630463,78.3399918760504,195.803900115104)); -#23532=CARTESIAN_POINT('Ctrl Pts',(20.0170294641309,79.1876451076224,195.798336265433)); -#23533=CARTESIAN_POINT('Ctrl Pts',(20.0050357172976,79.6129197184354,195.80074161733)); -#23534=CARTESIAN_POINT('Ctrl Pts',(20.0050356358956,79.9999999999986,195.800741624341)); -#23535=CARTESIAN_POINT('',(20.2221607598731,110.,196.003505161865)); -#23536=CARTESIAN_POINT('',(20.0050354003906,110.,195.800741644622)); -#23537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,196.141396652997)); -#23538=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,196.141396652997)); -#23539=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,196.13454070829)); -#23540=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,196.13454070829)); -#23541=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,196.126099819059)); -#23542=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,196.126099819059)); -#23543=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,196.101255166196)); -#23544=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,196.101255166196)); -#23545=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,196.085907791025)); -#23546=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,196.085907791025)); -#23547=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,196.046440258616)); -#23548=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,196.046440258616)); -#23549=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,196.035885813383)); -#23550=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,196.035885813383)); -#23551=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,196.019481178471)); -#23552=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,196.019481178471)); -#23553=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,196.015843400093)); -#23554=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,196.015843400093)); -#23555=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,196.009207189857)); -#23556=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,196.009207189857)); -#23557=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,196.006334202628)); -#23558=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,196.006334202628)); -#23559=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,196.003505161865)); -#23560=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,196.003505161865)); -#23561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966099,196.141396652997)); -#23562=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135613819,196.125766235396)); -#23563=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323459,196.110378743704)); -#23564=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322141,196.094410761422)); -#23565=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191273951,196.084408328727)); -#23566=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796308679,196.066941925002)); -#23567=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939235,196.063272992161)); -#23568=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.116184591378,196.056593523054)); -#23569=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567689724,196.053192231538)); -#23570=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367852,196.044508445503)); -#23571=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457237,196.038147394302)); -#23572=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257505,196.026584326013)); -#23573=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343108,196.02258386268)); -#23574=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139191,196.016046303009)); -#23575=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077641851,196.013612161136)); -#23576=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925811201,196.008847802661)); -#23577=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062895,196.006182544381)); -#23578=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489075,196.003505161865)); -#23579=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23580=CARTESIAN_POINT('',(20.0050354003906,80.,194.199258414995)); -#23581=CARTESIAN_POINT('',(20.0050354003906,110.,194.199258414995)); -#23582=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23583=CARTESIAN_POINT('Origin',(20.0221955414993,110.,194.000000029809)); -#23584=CARTESIAN_POINT('',(20.1636358803736,77.486270496616,194.141396652997)); -#23585=CARTESIAN_POINT('Ctrl Pts',(20.0050356358962,79.9999999999986,194.199258435277)); -#23586=CARTESIAN_POINT('Ctrl Pts',(20.0050357172982,79.612919718436,194.199258442287)); -#23587=CARTESIAN_POINT('Ctrl Pts',(20.0170294641314,79.187645107624,194.201663794184)); -#23588=CARTESIAN_POINT('Ctrl Pts',(20.0695226630467,78.3399918760533,194.196099944514)); -#23589=CARTESIAN_POINT('Ctrl Pts',(20.1100226471908,77.9176018642129,194.19084338086)); -#23590=CARTESIAN_POINT('Ctrl Pts',(20.1594247119412,77.519682540285,194.145512909593)); -#23591=CARTESIAN_POINT('Ctrl Pts',(20.161503220892,77.5031040055533,194.143529971835)); -#23592=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496616,194.141396652997)); -#23593=CARTESIAN_POINT('',(20.1636358803736,110.,194.141396652997)); -#23594=CARTESIAN_POINT('Origin',(20.0221955414993,110.,194.000000029809)); -#23595=CARTESIAN_POINT('',(20.2221607598731,77.0609799489129,194.003505161865)); -#23596=CARTESIAN_POINT('',(20.0050354003906,80.,193.800741644622)); -#23597=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489129,194.003505161865)); -#23598=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220321,194.002325148738)); -#23599=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912212,194.001152344888)); -#23600=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912212,193.996081271691)); -#23601=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822506,193.99193360338)); -#23602=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077363,193.984151491582)); -#23603=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195262979,193.980513632534)); -#23604=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888223,193.964108207828)); -#23605=CARTESIAN_POINT('Ctrl Pts',(20.2168875565594,77.0966575254639,193.953553482877)); -#23606=CARTESIAN_POINT('Ctrl Pts',(20.2057883912275,77.1727019562335,193.914084334694)); -#23607=CARTESIAN_POINT('Ctrl Pts',(20.1955226872997,77.2452441003969,193.89873688704)); -#23608=CARTESIAN_POINT('Ctrl Pts',(20.1756280080692,77.3923038686343,193.870564980484)); -#23609=CARTESIAN_POINT('Ctrl Pts',(20.1659257987034,77.4673181692361,193.860452433625)); -#23610=CARTESIAN_POINT('Ctrl Pts',(20.1100226471909,77.917601864213,193.809156678757)); -#23611=CARTESIAN_POINT('Ctrl Pts',(20.0695226630468,78.3399918760534,193.803900115104)); -#23612=CARTESIAN_POINT('Ctrl Pts',(20.0170294641315,79.1876451076241,193.798336265433)); -#23613=CARTESIAN_POINT('Ctrl Pts',(20.0050357172983,79.612919718436,193.80074161733)); -#23614=CARTESIAN_POINT('Ctrl Pts',(20.0050356358963,79.9999999999985,193.80074162434)); -#23615=CARTESIAN_POINT('',(20.2221607598731,110.,194.003505161865)); -#23616=CARTESIAN_POINT('',(20.0050354003906,110.,193.800741644622)); -#23617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,194.141396652997)); -#23618=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,194.141396652997)); -#23619=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,194.13454070829)); -#23620=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,194.13454070829)); -#23621=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,194.126099819059)); -#23622=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,194.126099819059)); -#23623=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,194.101255166196)); -#23624=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,194.101255166196)); -#23625=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,194.085907791026)); -#23626=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,194.085907791026)); -#23627=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,194.046440258616)); -#23628=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,194.046440258616)); -#23629=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,194.035885813383)); -#23630=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,194.035885813383)); -#23631=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,194.019481178471)); -#23632=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,194.019481178471)); -#23633=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,194.015843400093)); -#23634=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,194.015843400093)); -#23635=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,194.009207189857)); -#23636=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,194.009207189857)); -#23637=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,194.006334202628)); -#23638=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,194.006334202628)); -#23639=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,194.003505161865)); -#23640=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,194.003505161865)); -#23641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496616,194.141396652997)); -#23642=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135613876,194.125766235395)); -#23643=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323513,194.110378743704)); -#23644=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322205,194.094410761423)); -#23645=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274007,194.084408328728)); -#23646=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796308738,194.066941925002)); -#23647=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392406,194.063272992161)); -#23648=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845913821,194.056593523053)); -#23649=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689774,194.053192231537)); -#23650=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367906,194.044508445503)); -#23651=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457291,194.038147394302)); -#23652=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257559,194.026584326013)); -#23653=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343162,194.02258386268)); -#23654=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023139246,194.01604630301)); -#23655=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077641905,194.013612161136)); -#23656=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811252,194.008847802661)); -#23657=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139062949,194.006182544381)); -#23658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489129,194.003505161865)); -#23659=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23660=CARTESIAN_POINT('',(20.0050354003906,80.,192.199258414995)); -#23661=CARTESIAN_POINT('',(20.0050354003906,110.,192.199258414995)); -#23662=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23663=CARTESIAN_POINT('Origin',(20.0221955414993,110.,192.000000029809)); -#23664=CARTESIAN_POINT('',(20.1636358803736,77.4862704966222,192.141396652997)); -#23665=CARTESIAN_POINT('Ctrl Pts',(20.0050356358969,79.9999999999986,192.199258435277)); -#23666=CARTESIAN_POINT('Ctrl Pts',(20.0050357172989,79.6129197184366,192.199258442287)); -#23667=CARTESIAN_POINT('Ctrl Pts',(20.0170294641321,79.1876451076258,192.201663794184)); -#23668=CARTESIAN_POINT('Ctrl Pts',(20.0695226630472,78.3399918760563,192.196099944513)); -#23669=CARTESIAN_POINT('Ctrl Pts',(20.1100226471912,77.9176018642165,192.19084338086)); -#23670=CARTESIAN_POINT('Ctrl Pts',(20.1594247119414,77.5196825402898,192.145512909592)); -#23671=CARTESIAN_POINT('Ctrl Pts',(20.1615032208921,77.5031040055588,192.143529971834)); -#23672=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966222,192.141396652997)); -#23673=CARTESIAN_POINT('',(20.1636358803736,110.,192.141396652997)); -#23674=CARTESIAN_POINT('Origin',(20.0221955414993,110.,192.000000029809)); -#23675=CARTESIAN_POINT('',(20.2221607598731,77.0609799489182,192.003505161865)); -#23676=CARTESIAN_POINT('',(20.0050354003906,80.,191.800741644622)); -#23677=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489183,192.003505161865)); -#23678=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220375,192.002325148738)); -#23679=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912266,192.001152344888)); -#23680=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912266,191.996081271691)); -#23681=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822559,191.99193360338)); -#23682=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077416,191.984151491582)); -#23683=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263032,191.980513632534)); -#23684=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888276,191.964108207828)); -#23685=CARTESIAN_POINT('Ctrl Pts',(20.2168875565594,77.0966575254692,191.953553482877)); -#23686=CARTESIAN_POINT('Ctrl Pts',(20.2057883912276,77.1727019562386,191.914084334694)); -#23687=CARTESIAN_POINT('Ctrl Pts',(20.1955226872999,77.2452441004018,191.89873688704)); -#23688=CARTESIAN_POINT('Ctrl Pts',(20.1756280080694,77.3923038686389,191.870564980484)); -#23689=CARTESIAN_POINT('Ctrl Pts',(20.1659257987036,77.4673181692404,191.860452433625)); -#23690=CARTESIAN_POINT('Ctrl Pts',(20.1100226471913,77.9176018642166,191.809156678757)); -#23691=CARTESIAN_POINT('Ctrl Pts',(20.0695226630473,78.3399918760563,191.803900115104)); -#23692=CARTESIAN_POINT('Ctrl Pts',(20.0170294641322,79.1876451076259,191.798336265433)); -#23693=CARTESIAN_POINT('Ctrl Pts',(20.005035717299,79.6129197184366,191.80074161733)); -#23694=CARTESIAN_POINT('Ctrl Pts',(20.005035635897,79.9999999999986,191.80074162434)); -#23695=CARTESIAN_POINT('',(20.2221607598731,110.,192.003505161865)); -#23696=CARTESIAN_POINT('',(20.0050354003906,110.,191.800741644622)); -#23697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,192.141396652997)); -#23698=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,192.141396652997)); -#23699=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,192.13454070829)); -#23700=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,192.13454070829)); -#23701=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,192.126099819059)); -#23702=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,192.126099819059)); -#23703=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,192.101255166196)); -#23704=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,192.101255166196)); -#23705=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,192.085907791025)); -#23706=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,192.085907791025)); -#23707=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,192.046440258616)); -#23708=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,192.046440258616)); -#23709=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,192.035885813383)); -#23710=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,192.035885813383)); -#23711=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,192.019481178471)); -#23712=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,192.019481178471)); -#23713=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,192.015843400093)); -#23714=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,192.015843400093)); -#23715=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,192.009207189857)); -#23716=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,192.009207189857)); -#23717=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,192.006334202628)); -#23718=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,192.006334202628)); -#23719=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,192.003505161865)); -#23720=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,192.003505161865)); -#23721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966222,192.141396652997)); -#23722=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135613935,192.125766235395)); -#23723=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323571,192.110378743704)); -#23724=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322256,192.094410761422)); -#23725=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274062,192.084408328727)); -#23726=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.13847963088,192.066941925002)); -#23727=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392463,192.063272992161)); -#23728=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845913892,192.056593523054)); -#23729=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567689833,192.053192231538)); -#23730=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487367961,192.044508445503)); -#23731=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457345,192.038147394302)); -#23732=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385257618,192.026584326013)); -#23733=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343218,192.022583862681)); -#23734=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023139303,192.01604630301)); -#23735=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764196,192.013612161136)); -#23736=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811307,192.008847802661)); -#23737=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063002,192.006182544381)); -#23738=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489182,192.003505161865)); -#23739=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23740=CARTESIAN_POINT('',(20.0050354003906,80.,190.199258414995)); -#23741=CARTESIAN_POINT('',(20.0050354003906,110.,190.199258414995)); -#23742=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23743=CARTESIAN_POINT('Origin',(20.0221955414993,110.,190.000000029809)); -#23744=CARTESIAN_POINT('',(20.1636358803736,77.4862704966284,190.141396652997)); -#23745=CARTESIAN_POINT('Ctrl Pts',(20.0050356358976,79.9999999999986,190.199258435277)); -#23746=CARTESIAN_POINT('Ctrl Pts',(20.0050357172996,79.6129197184371,190.199258442287)); -#23747=CARTESIAN_POINT('Ctrl Pts',(20.0170294641327,79.1876451076275,190.201663794184)); -#23748=CARTESIAN_POINT('Ctrl Pts',(20.0695226630477,78.3399918760593,190.196099944513)); -#23749=CARTESIAN_POINT('Ctrl Pts',(20.1100226471916,77.9176018642201,190.19084338086)); -#23750=CARTESIAN_POINT('Ctrl Pts',(20.1594247119416,77.5196825402947,190.145512909592)); -#23751=CARTESIAN_POINT('Ctrl Pts',(20.1615032208922,77.5031040055643,190.143529971834)); -#23752=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966284,190.141396652997)); -#23753=CARTESIAN_POINT('',(20.1636358803736,110.,190.141396652997)); -#23754=CARTESIAN_POINT('Origin',(20.0221955414993,110.,190.000000029809)); -#23755=CARTESIAN_POINT('',(20.2221607598731,77.0609799489236,190.003505161865)); -#23756=CARTESIAN_POINT('',(20.0050354003906,80.,189.800741644622)); -#23757=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489236,190.003505161865)); -#23758=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220428,190.002325148738)); -#23759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912319,190.001152344888)); -#23760=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912319,189.996081271691)); -#23761=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822612,189.99193360338)); -#23762=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077469,189.984151491582)); -#23763=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263085,189.980513632534)); -#23764=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888329,189.964108207828)); -#23765=CARTESIAN_POINT('Ctrl Pts',(20.2168875565594,77.0966575254744,189.953553482877)); -#23766=CARTESIAN_POINT('Ctrl Pts',(20.2057883912276,77.1727019562436,189.914084334695)); -#23767=CARTESIAN_POINT('Ctrl Pts',(20.1955226873,77.2452441004067,189.89873688704)); -#23768=CARTESIAN_POINT('Ctrl Pts',(20.1756280080696,77.3923038686434,189.870564980484)); -#23769=CARTESIAN_POINT('Ctrl Pts',(20.1659257987039,77.4673181692447,189.860452433626)); -#23770=CARTESIAN_POINT('Ctrl Pts',(20.1100226471917,77.9176018642202,189.809156678758)); -#23771=CARTESIAN_POINT('Ctrl Pts',(20.0695226630479,78.3399918760594,189.803900115104)); -#23772=CARTESIAN_POINT('Ctrl Pts',(20.0170294641329,79.1876451076276,189.798336265433)); -#23773=CARTESIAN_POINT('Ctrl Pts',(20.0050357172998,79.6129197184371,189.80074161733)); -#23774=CARTESIAN_POINT('Ctrl Pts',(20.0050356358977,79.9999999999985,189.80074162434)); -#23775=CARTESIAN_POINT('',(20.2221607598731,110.,190.003505161865)); -#23776=CARTESIAN_POINT('',(20.0050354003906,110.,189.800741644622)); -#23777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,190.141396652997)); -#23778=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,190.141396652997)); -#23779=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,190.13454070829)); -#23780=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,190.13454070829)); -#23781=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,190.126099819059)); -#23782=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,190.126099819059)); -#23783=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,190.101255166196)); -#23784=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,190.101255166196)); -#23785=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,190.085907791025)); -#23786=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,190.085907791025)); -#23787=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,190.046440258616)); -#23788=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,190.046440258616)); -#23789=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,190.035885813383)); -#23790=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,190.035885813383)); -#23791=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,190.019481178471)); -#23792=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,190.019481178471)); -#23793=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,190.015843400093)); -#23794=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,190.015843400093)); -#23795=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,190.009207189857)); -#23796=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,190.009207189857)); -#23797=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,190.006334202628)); -#23798=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,190.006334202628)); -#23799=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,190.003505161865)); -#23800=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,190.003505161865)); -#23801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966284,190.141396652997)); -#23802=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135613997,190.125766235395)); -#23803=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323632,190.110378743704)); -#23804=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322309,190.094410761422)); -#23805=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274117,190.084408328727)); -#23806=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796308852,190.066941925002)); -#23807=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392517,190.063272992161)); -#23808=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845913922,190.056593523053)); -#23809=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689883,190.053192231537)); -#23810=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368018,190.044508445503)); -#23811=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457399,190.038147394302)); -#23812=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385257673,190.026584326014)); -#23813=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343272,190.022583862681)); -#23814=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139352,190.01604630301)); -#23815=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642012,190.013612161136)); -#23816=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581136,190.00884780266)); -#23817=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063056,190.006182544381)); -#23818=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489236,190.003505161865)); -#23819=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23820=CARTESIAN_POINT('',(20.0050354003906,80.,188.199258414995)); -#23821=CARTESIAN_POINT('',(20.0050354003906,110.,188.199258414995)); -#23822=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23823=CARTESIAN_POINT('Origin',(20.0221955414993,110.,188.000000029809)); -#23824=CARTESIAN_POINT('',(20.1636358803736,77.4862704966345,188.141396652997)); -#23825=CARTESIAN_POINT('Ctrl Pts',(20.0050356358983,79.9999999999986,188.199258435277)); -#23826=CARTESIAN_POINT('Ctrl Pts',(20.0050357173003,79.6129197184377,188.199258442287)); -#23827=CARTESIAN_POINT('Ctrl Pts',(20.0170294641334,79.1876451076293,188.201663794184)); -#23828=CARTESIAN_POINT('Ctrl Pts',(20.0695226630483,78.3399918760623,188.196099944513)); -#23829=CARTESIAN_POINT('Ctrl Pts',(20.110022647192,77.9176018642237,188.19084338086)); -#23830=CARTESIAN_POINT('Ctrl Pts',(20.1594247119417,77.5196825402995,188.145512909592)); -#23831=CARTESIAN_POINT('Ctrl Pts',(20.1615032208923,77.5031040055698,188.143529971834)); -#23832=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966345,188.141396652997)); -#23833=CARTESIAN_POINT('',(20.1636358803736,110.,188.141396652997)); -#23834=CARTESIAN_POINT('Origin',(20.0221955414993,110.,188.000000029809)); -#23835=CARTESIAN_POINT('',(20.2221607598731,77.0609799489289,188.003505161865)); -#23836=CARTESIAN_POINT('',(20.0050354003906,80.,187.800741644622)); -#23837=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489289,188.003505161865)); -#23838=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220482,188.002325148738)); -#23839=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912373,188.001152344888)); -#23840=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912373,187.996081271691)); -#23841=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822666,187.99193360338)); -#23842=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077522,187.984151491582)); -#23843=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263139,187.980513632534)); -#23844=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888382,187.964108207829)); -#23845=CARTESIAN_POINT('Ctrl Pts',(20.2168875565595,77.0966575254796,187.953553482877)); -#23846=CARTESIAN_POINT('Ctrl Pts',(20.2057883912277,77.1727019562486,187.914084334695)); -#23847=CARTESIAN_POINT('Ctrl Pts',(20.1955226873001,77.2452441004116,187.898736887041)); -#23848=CARTESIAN_POINT('Ctrl Pts',(20.1756280080698,77.3923038686479,187.870564980484)); -#23849=CARTESIAN_POINT('Ctrl Pts',(20.1659257987041,77.4673181692491,187.860452433626)); -#23850=CARTESIAN_POINT('Ctrl Pts',(20.1100226471921,77.9176018642238,187.809156678758)); -#23851=CARTESIAN_POINT('Ctrl Pts',(20.0695226630484,78.3399918760624,187.803900115104)); -#23852=CARTESIAN_POINT('Ctrl Pts',(20.0170294641336,79.1876451076294,187.798336265433)); -#23853=CARTESIAN_POINT('Ctrl Pts',(20.0050357173005,79.6129197184377,187.80074161733)); -#23854=CARTESIAN_POINT('Ctrl Pts',(20.0050356358985,79.9999999999986,187.80074162434)); -#23855=CARTESIAN_POINT('',(20.2221607598731,110.,188.003505161865)); -#23856=CARTESIAN_POINT('',(20.0050354003906,110.,187.800741644622)); -#23857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,188.141396652997)); -#23858=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,188.141396652997)); -#23859=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,188.13454070829)); -#23860=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,188.13454070829)); -#23861=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,188.126099819059)); -#23862=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,188.126099819059)); -#23863=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,188.101255166196)); -#23864=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,188.101255166196)); -#23865=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,188.085907791025)); -#23866=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,188.085907791025)); -#23867=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,188.046440258616)); -#23868=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,188.046440258616)); -#23869=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,188.035885813383)); -#23870=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,188.035885813383)); -#23871=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,188.019481178471)); -#23872=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,188.019481178471)); -#23873=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,188.015843400093)); -#23874=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,188.015843400093)); -#23875=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,188.009207189857)); -#23876=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,188.009207189857)); -#23877=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,188.006334202628)); -#23878=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,188.006334202628)); -#23879=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,188.003505161865)); -#23880=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,188.003505161865)); -#23881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966345,188.141396652997)); -#23882=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614054,188.125766235395)); -#23883=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323687,188.110378743704)); -#23884=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322369,188.094410761423)); -#23885=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274173,188.084408328727)); -#23886=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796308909,188.066941925002)); -#23887=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392572,188.063272992161)); -#23888=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914,188.056593523054)); -#23889=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567689941,188.053192231538)); -#23890=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368069,188.044508445503)); -#23891=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457452,188.038147394302)); -#23892=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438525772,188.026584326013)); -#23893=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343322,188.02258386268)); -#23894=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139405,188.01604630301)); -#23895=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077642065,188.013612161136)); -#23896=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811413,188.00884780266)); -#23897=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063109,188.006182544381)); -#23898=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489289,188.003505161865)); -#23899=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23900=CARTESIAN_POINT('',(20.0050354003906,80.,186.199258414995)); -#23901=CARTESIAN_POINT('',(20.0050354003906,110.,186.199258414995)); -#23902=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23903=CARTESIAN_POINT('Origin',(20.0221955414993,110.,186.000000029809)); -#23904=CARTESIAN_POINT('',(20.1636358803736,77.4862704966407,186.141396652997)); -#23905=CARTESIAN_POINT('Ctrl Pts',(20.005035635899,79.9999999999985,186.199258435277)); -#23906=CARTESIAN_POINT('Ctrl Pts',(20.0050357173011,79.6129197184383,186.199258442287)); -#23907=CARTESIAN_POINT('Ctrl Pts',(20.0170294641341,79.187645107631,186.201663794184)); -#23908=CARTESIAN_POINT('Ctrl Pts',(20.0695226630488,78.3399918760653,186.196099944513)); -#23909=CARTESIAN_POINT('Ctrl Pts',(20.1100226471924,77.9176018642273,186.190843380859)); -#23910=CARTESIAN_POINT('Ctrl Pts',(20.1594247119419,77.5196825403043,186.145512909592)); -#23911=CARTESIAN_POINT('Ctrl Pts',(20.1615032208924,77.5031040055752,186.143529971834)); -#23912=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966407,186.141396652997)); -#23913=CARTESIAN_POINT('',(20.1636358803736,110.,186.141396652997)); -#23914=CARTESIAN_POINT('Origin',(20.0221955414993,110.,186.000000029809)); -#23915=CARTESIAN_POINT('',(20.2221607598731,77.0609799489343,186.003505161865)); -#23916=CARTESIAN_POINT('',(20.0050354003906,80.,185.800741644622)); -#23917=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489343,186.003505161865)); -#23918=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220535,186.002325148738)); -#23919=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912426,186.001152344888)); -#23920=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912426,185.996081271691)); -#23921=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582272,185.99193360338)); -#23922=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077577,185.984151491582)); -#23923=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263192,185.980513632535)); -#23924=CARTESIAN_POINT('Ctrl Pts',(20.2193999129399,77.0796056888435,185.964108207829)); -#23925=CARTESIAN_POINT('Ctrl Pts',(20.2168875565595,77.0966575254849,185.953553482877)); -#23926=CARTESIAN_POINT('Ctrl Pts',(20.2057883912278,77.1727019562537,185.914084334695)); -#23927=CARTESIAN_POINT('Ctrl Pts',(20.1955226873002,77.2452441004165,185.898736887041)); -#23928=CARTESIAN_POINT('Ctrl Pts',(20.17562800807,77.3923038686524,185.870564980485)); -#23929=CARTESIAN_POINT('Ctrl Pts',(20.1659257987043,77.4673181692534,185.860452433626)); -#23930=CARTESIAN_POINT('Ctrl Pts',(20.1100226471926,77.9176018642274,185.809156678758)); -#23931=CARTESIAN_POINT('Ctrl Pts',(20.0695226630489,78.3399918760654,185.803900115104)); -#23932=CARTESIAN_POINT('Ctrl Pts',(20.0170294641342,79.1876451076311,185.798336265433)); -#23933=CARTESIAN_POINT('Ctrl Pts',(20.0050357173012,79.6129197184383,185.80074161733)); -#23934=CARTESIAN_POINT('Ctrl Pts',(20.0050356358992,79.9999999999986,185.80074162434)); -#23935=CARTESIAN_POINT('',(20.2221607598731,110.,186.003505161865)); -#23936=CARTESIAN_POINT('',(20.0050354003906,110.,185.800741644622)); -#23937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,186.141396652997)); -#23938=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,186.141396652997)); -#23939=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,186.13454070829)); -#23940=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,186.13454070829)); -#23941=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,186.126099819059)); -#23942=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,186.126099819059)); -#23943=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,186.101255166196)); -#23944=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,186.101255166196)); -#23945=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,186.085907791025)); -#23946=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,186.085907791025)); -#23947=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,186.046440258616)); -#23948=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,186.046440258616)); -#23949=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,186.035885813383)); -#23950=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,186.035885813383)); -#23951=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,186.019481178471)); -#23952=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,186.019481178471)); -#23953=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,186.015843400093)); -#23954=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,186.015843400093)); -#23955=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,186.009207189857)); -#23956=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,186.009207189857)); -#23957=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,186.006334202628)); -#23958=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,186.006334202628)); -#23959=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,186.003505161865)); -#23960=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,186.003505161865)); -#23961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966407,186.141396652997)); -#23962=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614115,186.125766235396)); -#23963=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323747,186.110378743704)); -#23964=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322426,186.094410761423)); -#23965=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274229,186.084408328728)); -#23966=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796308961,186.066941925002)); -#23967=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392626,186.063272992161)); -#23968=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.116184591404,186.056593523053)); -#23969=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567689993,186.053192231538)); -#23970=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368124,186.044508445503)); -#23971=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457507,186.038147394302)); -#23972=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257776,186.026584326013)); -#23973=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343377,186.02258386268)); -#23974=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.065002313946,186.01604630301)); -#23975=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764212,186.013612161136)); -#23976=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811467,186.008847802661)); -#23977=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063163,186.006182544381)); -#23978=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489343,186.003505161865)); -#23979=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#23980=CARTESIAN_POINT('',(20.0050354003906,80.,184.199258414995)); -#23981=CARTESIAN_POINT('',(20.0050354003906,110.,184.199258414995)); -#23982=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#23983=CARTESIAN_POINT('Origin',(20.0221955414993,110.,184.000000029809)); -#23984=CARTESIAN_POINT('',(20.1636358803736,77.4862704966469,184.141396652997)); -#23985=CARTESIAN_POINT('Ctrl Pts',(20.0050356358997,79.9999999999986,184.199258435277)); -#23986=CARTESIAN_POINT('Ctrl Pts',(20.0050357173018,79.6129197184389,184.199258442287)); -#23987=CARTESIAN_POINT('Ctrl Pts',(20.0170294641348,79.1876451076327,184.201663794184)); -#23988=CARTESIAN_POINT('Ctrl Pts',(20.0695226630493,78.3399918760682,184.196099944513)); -#23989=CARTESIAN_POINT('Ctrl Pts',(20.1100226471928,77.9176018642309,184.190843380859)); -#23990=CARTESIAN_POINT('Ctrl Pts',(20.1594247119421,77.5196825403091,184.145512909592)); -#23991=CARTESIAN_POINT('Ctrl Pts',(20.1615032208925,77.5031040055807,184.143529971834)); -#23992=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966469,184.141396652997)); -#23993=CARTESIAN_POINT('',(20.1636358803736,110.,184.141396652997)); -#23994=CARTESIAN_POINT('Origin',(20.0221955414993,110.,184.000000029809)); -#23995=CARTESIAN_POINT('',(20.2221607598731,77.0609799489396,184.003505161865)); -#23996=CARTESIAN_POINT('',(20.0050354003906,80.,183.800741644622)); -#23997=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489396,184.003505161865)); -#23998=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220588,184.002325148738)); -#23999=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191248,184.001152344888)); -#24000=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191248,183.996081271691)); -#24001=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822773,183.99193360338)); -#24002=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077629,183.984151491582)); -#24003=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263245,183.980513632535)); -#24004=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888487,183.964108207829)); -#24005=CARTESIAN_POINT('Ctrl Pts',(20.2168875565595,77.0966575254902,183.953553482877)); -#24006=CARTESIAN_POINT('Ctrl Pts',(20.2057883912278,77.1727019562588,183.914084334695)); -#24007=CARTESIAN_POINT('Ctrl Pts',(20.1955226873003,77.2452441004213,183.898736887041)); -#24008=CARTESIAN_POINT('Ctrl Pts',(20.1756280080702,77.392303868657,183.870564980485)); -#24009=CARTESIAN_POINT('Ctrl Pts',(20.1659257987046,77.4673181692578,183.860452433626)); -#24010=CARTESIAN_POINT('Ctrl Pts',(20.1100226471929,77.917601864231,183.809156678758)); -#24011=CARTESIAN_POINT('Ctrl Pts',(20.0695226630494,78.3399918760683,183.803900115104)); -#24012=CARTESIAN_POINT('Ctrl Pts',(20.0170294641349,79.1876451076328,183.798336265433)); -#24013=CARTESIAN_POINT('Ctrl Pts',(20.0050357173019,79.6129197184388,183.80074161733)); -#24014=CARTESIAN_POINT('Ctrl Pts',(20.0050356358999,79.9999999999986,183.80074162434)); -#24015=CARTESIAN_POINT('',(20.2221607598731,110.,184.003505161865)); -#24016=CARTESIAN_POINT('',(20.0050354003906,110.,183.800741644622)); -#24017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,184.141396652997)); -#24018=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,184.141396652997)); -#24019=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,184.13454070829)); -#24020=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,184.13454070829)); -#24021=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,184.126099819059)); -#24022=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,184.126099819059)); -#24023=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,184.101255166196)); -#24024=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,184.101255166196)); -#24025=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,184.085907791025)); -#24026=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,184.085907791025)); -#24027=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,184.046440258616)); -#24028=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,184.046440258616)); -#24029=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,184.035885813383)); -#24030=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,184.035885813383)); -#24031=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,184.019481178471)); -#24032=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,184.019481178471)); -#24033=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,184.015843400093)); -#24034=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,184.015843400093)); -#24035=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,184.009207189857)); -#24036=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,184.009207189857)); -#24037=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,184.006334202628)); -#24038=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,184.006334202628)); -#24039=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,184.003505161865)); -#24040=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,184.003505161865)); -#24041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966469,184.141396652997)); -#24042=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135614154,184.125766235395)); -#24043=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895323789,184.110378743704)); -#24044=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322478,184.094410761422)); -#24045=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274284,184.084408328727)); -#24046=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309016,184.066941925002)); -#24047=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392681,184.063272992161)); -#24048=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914111,184.056593523054)); -#24049=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769005,184.053192231538)); -#24050=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368177,184.044508445503)); -#24051=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945756,184.038147394301)); -#24052=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257828,184.026584326013)); -#24053=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343431,184.02258386268)); -#24054=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139512,184.016046303009)); -#24055=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642173,184.013612161136)); -#24056=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811521,184.008847802661)); -#24057=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063216,184.006182544381)); -#24058=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489396,184.003505161865)); -#24059=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24060=CARTESIAN_POINT('',(20.0050354003906,80.,182.199258414995)); -#24061=CARTESIAN_POINT('',(20.0050354003906,110.,182.199258414995)); -#24062=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24063=CARTESIAN_POINT('Origin',(20.0221955414993,110.,182.000000029809)); -#24064=CARTESIAN_POINT('',(20.1636358803736,77.4862704966531,182.141396652997)); -#24065=CARTESIAN_POINT('Ctrl Pts',(20.0050356359004,79.9999999999986,182.199258435277)); -#24066=CARTESIAN_POINT('Ctrl Pts',(20.0050357173025,79.6129197184394,182.199258442287)); -#24067=CARTESIAN_POINT('Ctrl Pts',(20.0170294641354,79.1876451076345,182.201663794184)); -#24068=CARTESIAN_POINT('Ctrl Pts',(20.0695226630498,78.3399918760712,182.196099944513)); -#24069=CARTESIAN_POINT('Ctrl Pts',(20.1100226471932,77.9176018642345,182.190843380859)); -#24070=CARTESIAN_POINT('Ctrl Pts',(20.1594247119423,77.5196825403139,182.145512909592)); -#24071=CARTESIAN_POINT('Ctrl Pts',(20.1615032208926,77.5031040055862,182.143529971834)); -#24072=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966531,182.141396652997)); -#24073=CARTESIAN_POINT('',(20.1636358803736,110.,182.141396652997)); -#24074=CARTESIAN_POINT('Origin',(20.0221955414993,110.,182.000000029809)); -#24075=CARTESIAN_POINT('',(20.2221607598731,77.060979948945,182.003505161865)); -#24076=CARTESIAN_POINT('',(20.0050354003906,80.,181.800741644622)); -#24077=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948945,182.003505161865)); -#24078=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220642,182.002325148738)); -#24079=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912533,182.001152344888)); -#24080=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912533,181.996081271691)); -#24081=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822826,181.99193360338)); -#24082=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077683,181.984151491582)); -#24083=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263298,181.980513632535)); -#24084=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.079605688854,181.964108207829)); -#24085=CARTESIAN_POINT('Ctrl Pts',(20.2168875565595,77.0966575254954,181.953553482877)); -#24086=CARTESIAN_POINT('Ctrl Pts',(20.2057883912279,77.1727019562639,181.914084334695)); -#24087=CARTESIAN_POINT('Ctrl Pts',(20.1955226873004,77.2452441004262,181.898736887041)); -#24088=CARTESIAN_POINT('Ctrl Pts',(20.1756280080704,77.3923038686615,181.870564980485)); -#24089=CARTESIAN_POINT('Ctrl Pts',(20.1659257987048,77.4673181692621,181.860452433627)); -#24090=CARTESIAN_POINT('Ctrl Pts',(20.1100226471934,77.9176018642347,181.809156678759)); -#24091=CARTESIAN_POINT('Ctrl Pts',(20.0695226630499,78.3399918760714,181.803900115105)); -#24092=CARTESIAN_POINT('Ctrl Pts',(20.0170294641356,79.1876451076346,181.798336265433)); -#24093=CARTESIAN_POINT('Ctrl Pts',(20.0050357173027,79.6129197184394,181.80074161733)); -#24094=CARTESIAN_POINT('Ctrl Pts',(20.0050356359006,79.9999999999986,181.80074162434)); -#24095=CARTESIAN_POINT('',(20.2221607598731,110.,182.003505161865)); -#24096=CARTESIAN_POINT('',(20.0050354003906,110.,181.800741644622)); -#24097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,182.141396652997)); -#24098=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,182.141396652997)); -#24099=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,182.13454070829)); -#24100=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,182.13454070829)); -#24101=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,182.126099819059)); -#24102=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,182.126099819059)); -#24103=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,182.101255166196)); -#24104=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,182.101255166196)); -#24105=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,182.085907791025)); -#24106=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,182.085907791025)); -#24107=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,182.046440258616)); -#24108=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,182.046440258616)); -#24109=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,182.035885813383)); -#24110=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,182.035885813383)); -#24111=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,182.019481178471)); -#24112=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,182.019481178471)); -#24113=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,182.015843400093)); -#24114=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,182.015843400093)); -#24115=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,182.009207189857)); -#24116=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,182.009207189857)); -#24117=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,182.006334202628)); -#24118=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,182.006334202628)); -#24119=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,182.003505161865)); -#24120=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,182.003505161865)); -#24121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966531,182.141396652997)); -#24122=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614232,182.125766235395)); -#24123=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895323861,182.110378743704)); -#24124=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322531,182.094410761422)); -#24125=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274339,182.084408328727)); -#24126=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796309074,182.066941925002)); -#24127=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392737,182.063272992161)); -#24128=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845914152,182.056593523053)); -#24129=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567690102,182.053192231538)); -#24130=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368232,182.044508445503)); -#24131=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457614,182.038147394302)); -#24132=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257877,182.026584326013)); -#24133=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343484,182.02258386268)); -#24134=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139565,182.016046303009)); -#24135=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642226,182.013612161136)); -#24136=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925811575,182.008847802661)); -#24137=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906327,182.006182544381)); -#24138=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489449,182.003505161865)); -#24139=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24140=CARTESIAN_POINT('',(20.0050354003906,80.,180.199258414995)); -#24141=CARTESIAN_POINT('',(20.0050354003906,110.,180.199258414995)); -#24142=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24143=CARTESIAN_POINT('Origin',(20.0221955414993,110.,180.000000029809)); -#24144=CARTESIAN_POINT('',(20.1636358803736,77.4862704966592,180.141396652997)); -#24145=CARTESIAN_POINT('Ctrl Pts',(20.0050356359012,79.9999999999986,180.199258435277)); -#24146=CARTESIAN_POINT('Ctrl Pts',(20.0050357173032,79.61291971844,180.199258442288)); -#24147=CARTESIAN_POINT('Ctrl Pts',(20.0170294641361,79.1876451076362,180.201663794184)); -#24148=CARTESIAN_POINT('Ctrl Pts',(20.0695226630503,78.3399918760742,180.196099944513)); -#24149=CARTESIAN_POINT('Ctrl Pts',(20.1100226471936,77.9176018642381,180.190843380859)); -#24150=CARTESIAN_POINT('Ctrl Pts',(20.1594247119425,77.5196825403187,180.145512909591)); -#24151=CARTESIAN_POINT('Ctrl Pts',(20.1615032208927,77.5031040055917,180.143529971834)); -#24152=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966592,180.141396652997)); -#24153=CARTESIAN_POINT('',(20.1636358803736,110.,180.141396652997)); -#24154=CARTESIAN_POINT('Origin',(20.0221955414993,110.,180.000000029809)); -#24155=CARTESIAN_POINT('',(20.2221607598731,77.0609799489503,180.003505161865)); -#24156=CARTESIAN_POINT('',(20.0050354003906,80.,179.800741644622)); -#24157=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489503,180.003505161865)); -#24158=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220695,180.002325148738)); -#24159=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912587,180.001152344888)); -#24160=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912586,179.996081271691)); -#24161=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582288,179.99193360338)); -#24162=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077736,179.984151491582)); -#24163=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263352,179.980513632535)); -#24164=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888594,179.964108207829)); -#24165=CARTESIAN_POINT('Ctrl Pts',(20.2168875565596,77.0966575255007,179.953553482877)); -#24166=CARTESIAN_POINT('Ctrl Pts',(20.205788391228,77.1727019562689,179.914084334696)); -#24167=CARTESIAN_POINT('Ctrl Pts',(20.1955226873005,77.2452441004311,179.898736887041)); -#24168=CARTESIAN_POINT('Ctrl Pts',(20.1756280080706,77.392303868666,179.870564980485)); -#24169=CARTESIAN_POINT('Ctrl Pts',(20.165925798705,77.4673181692664,179.860452433627)); -#24170=CARTESIAN_POINT('Ctrl Pts',(20.1100226471938,77.9176018642382,179.809156678759)); -#24171=CARTESIAN_POINT('Ctrl Pts',(20.0695226630505,78.3399918760743,179.803900115105)); -#24172=CARTESIAN_POINT('Ctrl Pts',(20.0170294641363,79.1876451076364,179.798336265433)); -#24173=CARTESIAN_POINT('Ctrl Pts',(20.0050357173034,79.61291971844,179.80074161733)); -#24174=CARTESIAN_POINT('Ctrl Pts',(20.0050356359013,79.9999999999986,179.80074162434)); -#24175=CARTESIAN_POINT('',(20.2221607598731,110.,180.003505161865)); -#24176=CARTESIAN_POINT('',(20.0050354003906,110.,179.800741644622)); -#24177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,180.141396652997)); -#24178=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,180.141396652997)); -#24179=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,180.13454070829)); -#24180=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,180.13454070829)); -#24181=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,180.126099819059)); -#24182=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,180.126099819059)); -#24183=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,180.101255166196)); -#24184=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,180.101255166196)); -#24185=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,180.085907791025)); -#24186=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,180.085907791025)); -#24187=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,180.046440258616)); -#24188=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,180.046440258616)); -#24189=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,180.035885813383)); -#24190=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,180.035885813383)); -#24191=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,180.019481178471)); -#24192=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,180.019481178471)); -#24193=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,180.015843400093)); -#24194=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,180.015843400093)); -#24195=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,180.009207189857)); -#24196=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,180.009207189857)); -#24197=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,180.006334202628)); -#24198=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,180.006334202628)); -#24199=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,180.003505161865)); -#24200=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,180.003505161865)); -#24201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704966975,180.141396653002)); -#24202=CARTESIAN_POINT('Ctrl Pts',(20.1793528173517,77.3622135614633,180.125766235401)); -#24203=CARTESIAN_POINT('Ctrl Pts',(20.1893083252554,77.2910895324327,180.110378743712)); -#24204=CARTESIAN_POINT('Ctrl Pts',(20.1992429966265,77.2193683322914,180.094410761431)); -#24205=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191274639,180.084408328736)); -#24206=CARTESIAN_POINT('Ctrl Pts',(20.2108003003267,77.1384796309297,180.066941925009)); -#24207=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899392937,180.063272992168)); -#24208=CARTESIAN_POINT('Ctrl Pts',(20.2140372036064,77.1161845914324,180.056593523059)); -#24209=CARTESIAN_POINT('Ctrl Pts',(20.2150186105611,77.109456769026,180.053192231543)); -#24210=CARTESIAN_POINT('Ctrl Pts',(20.2172592358231,77.0941487368357,180.044508445507)); -#24211=CARTESIAN_POINT('Ctrl Pts',(20.2186710078322,77.0845559457725,180.038147394306)); -#24212=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.072438525796,180.026584326016)); -#24213=CARTESIAN_POINT('Ctrl Pts',(20.2209502347815,77.0691386343558,180.022583862683)); -#24214=CARTESIAN_POINT('Ctrl Pts',(20.221563527163,77.0650023139632,180.016046303012)); -#24215=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077642287,180.013612161138)); -#24216=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.061992581163,180.008847802662)); -#24217=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063324,180.006182544381)); -#24218=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489503,180.003505161865)); -#24219=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24220=CARTESIAN_POINT('',(20.0050354003906,80.,178.199258414995)); -#24221=CARTESIAN_POINT('',(20.0050354003906,110.,178.199258414995)); -#24222=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24223=CARTESIAN_POINT('Origin',(20.0221955414993,110.,178.000000029809)); -#24224=CARTESIAN_POINT('',(20.1636358803736,77.4862704966654,178.141396652997)); -#24225=CARTESIAN_POINT('Ctrl Pts',(20.0050356359019,79.9999999999986,178.199258435277)); -#24226=CARTESIAN_POINT('Ctrl Pts',(20.005035717304,79.6129197184406,178.199258442288)); -#24227=CARTESIAN_POINT('Ctrl Pts',(20.0170294641368,79.187645107638,178.201663794184)); -#24228=CARTESIAN_POINT('Ctrl Pts',(20.0695226630509,78.3399918760772,178.196099944513)); -#24229=CARTESIAN_POINT('Ctrl Pts',(20.110022647194,77.9176018642417,178.190843380858)); -#24230=CARTESIAN_POINT('Ctrl Pts',(20.1594247119426,77.5196825403235,178.145512909591)); -#24231=CARTESIAN_POINT('Ctrl Pts',(20.1615032208928,77.5031040055972,178.143529971834)); -#24232=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966654,178.141396652997)); -#24233=CARTESIAN_POINT('',(20.1636358803736,110.,178.141396652997)); -#24234=CARTESIAN_POINT('Origin',(20.0221955414993,110.,178.000000029809)); -#24235=CARTESIAN_POINT('',(20.2221607598731,77.0609799489557,178.003505161865)); -#24236=CARTESIAN_POINT('',(20.0050354003906,80.,177.800741644622)); -#24237=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489557,178.003505161865)); -#24238=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220749,178.002325148738)); -#24239=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191264,178.001152344888)); -#24240=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191264,177.996081271691)); -#24241=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822933,177.99193360338)); -#24242=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077789,177.984151491582)); -#24243=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263405,177.980513632535)); -#24244=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888647,177.964108207829)); -#24245=CARTESIAN_POINT('Ctrl Pts',(20.2168875565596,77.0966575255059,177.953553482878)); -#24246=CARTESIAN_POINT('Ctrl Pts',(20.2057883912281,77.172701956274,177.914084334696)); -#24247=CARTESIAN_POINT('Ctrl Pts',(20.1955226873006,77.245244100436,177.898736887042)); -#24248=CARTESIAN_POINT('Ctrl Pts',(20.1756280080708,77.3923038686705,177.870564980485)); -#24249=CARTESIAN_POINT('Ctrl Pts',(20.1659257987053,77.4673181692708,177.860452433627)); -#24250=CARTESIAN_POINT('Ctrl Pts',(20.1100226471942,77.9176018642418,177.809156678759)); -#24251=CARTESIAN_POINT('Ctrl Pts',(20.069522663051,78.3399918760773,177.803900115105)); -#24252=CARTESIAN_POINT('Ctrl Pts',(20.0170294641369,79.1876451076381,177.798336265433)); -#24253=CARTESIAN_POINT('Ctrl Pts',(20.0050357173041,79.6129197184406,177.80074161733)); -#24254=CARTESIAN_POINT('Ctrl Pts',(20.005035635902,79.9999999999986,177.80074162434)); -#24255=CARTESIAN_POINT('',(20.2221607598731,110.,178.003505161865)); -#24256=CARTESIAN_POINT('',(20.0050354003906,110.,177.800741644622)); -#24257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,178.141396652997)); -#24258=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,178.141396652997)); -#24259=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,178.13454070829)); -#24260=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,178.13454070829)); -#24261=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,178.126099819059)); -#24262=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,178.126099819059)); -#24263=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,178.101255166196)); -#24264=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,178.101255166196)); -#24265=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,178.085907791025)); -#24266=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,178.085907791025)); -#24267=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,178.046440258616)); -#24268=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,178.046440258616)); -#24269=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,178.035885813383)); -#24270=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,178.035885813383)); -#24271=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,178.019481178471)); -#24272=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,178.019481178471)); -#24273=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,178.015843400093)); -#24274=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,178.015843400093)); -#24275=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,178.009207189857)); -#24276=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,178.009207189857)); -#24277=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,178.006334202628)); -#24278=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,178.006334202628)); -#24279=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,178.003505161865)); -#24280=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,178.003505161865)); -#24281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966654,178.141396652997)); -#24282=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135614332,178.125766235395)); -#24283=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895323963,178.110378743704)); -#24284=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322643,178.094410761422)); -#24285=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127445,178.084408328727)); -#24286=CARTESIAN_POINT('Ctrl Pts',(20.2108003003294,77.1384796309166,178.066941925002)); -#24287=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939284,178.063272992161)); -#24288=CARTESIAN_POINT('Ctrl Pts',(20.2140372036075,77.1161845914303,178.056593523055)); -#24289=CARTESIAN_POINT('Ctrl Pts',(20.2150186105625,77.1094567690221,178.053192231538)); -#24290=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368342,178.044508445503)); -#24291=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457722,178.038147394302)); -#24292=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385257985,178.026584326013)); -#24293=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343592,178.02258386268)); -#24294=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139673,178.016046303009)); -#24295=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642334,178.013612161136)); -#24296=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811681,178.008847802661)); -#24297=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063377,178.006182544381)); -#24298=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489557,178.003505161865)); -#24299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24300=CARTESIAN_POINT('',(20.0050354003906,80.,176.199258414995)); -#24301=CARTESIAN_POINT('',(20.0050354003906,110.,176.199258414995)); -#24302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,176.000000029809)); -#24304=CARTESIAN_POINT('',(20.1636358803736,77.4862704966716,176.141396652997)); -#24305=CARTESIAN_POINT('Ctrl Pts',(20.0050356359026,79.9999999999986,176.199258435277)); -#24306=CARTESIAN_POINT('Ctrl Pts',(20.0050357173047,79.6129197184412,176.199258442288)); -#24307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641375,79.1876451076398,176.201663794184)); -#24308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630514,78.3399918760802,176.196099944512)); -#24309=CARTESIAN_POINT('Ctrl Pts',(20.1100226471944,77.9176018642453,176.190843380858)); -#24310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119428,77.5196825403283,176.145512909591)); -#24311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208929,77.5031040056027,176.143529971834)); -#24312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966716,176.141396652997)); -#24313=CARTESIAN_POINT('',(20.1636358803736,110.,176.141396652997)); -#24314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,176.000000029809)); -#24315=CARTESIAN_POINT('',(20.2221607598731,77.060979948961,176.003505161865)); -#24316=CARTESIAN_POINT('',(20.0050354003906,80.,175.800741644622)); -#24317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948961,176.003505161865)); -#24318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220803,176.002325148738)); -#24319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912693,176.001152344888)); -#24320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912693,175.996081271691)); -#24321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185822986,175.99193360338)); -#24322=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077843,175.984151491582)); -#24323=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263459,175.980513632535)); -#24324=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888699,175.964108207829)); -#24325=CARTESIAN_POINT('Ctrl Pts',(20.2168875565596,77.0966575255112,175.953553482878)); -#24326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912281,77.172701956279,175.914084334696)); -#24327=CARTESIAN_POINT('Ctrl Pts',(20.1955226873007,77.2452441004409,175.898736887042)); -#24328=CARTESIAN_POINT('Ctrl Pts',(20.175628008071,77.3923038686751,175.870564980486)); -#24329=CARTESIAN_POINT('Ctrl Pts',(20.1659257987055,77.4673181692751,175.860452433627)); -#24330=CARTESIAN_POINT('Ctrl Pts',(20.1100226471946,77.9176018642455,175.809156678759)); -#24331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630515,78.3399918760803,175.803900115105)); -#24332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641376,79.1876451076399,175.798336265433)); -#24333=CARTESIAN_POINT('Ctrl Pts',(20.0050357173048,79.6129197184411,175.80074161733)); -#24334=CARTESIAN_POINT('Ctrl Pts',(20.0050356359027,79.9999999999986,175.80074162434)); -#24335=CARTESIAN_POINT('',(20.2221607598731,110.,176.003505161865)); -#24336=CARTESIAN_POINT('',(20.0050354003906,110.,175.800741644622)); -#24337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,176.141396652997)); -#24338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,176.141396652997)); -#24339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,176.13454070829)); -#24340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,176.13454070829)); -#24341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,176.126099819059)); -#24342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,176.126099819059)); -#24343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,176.101255166196)); -#24344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,176.101255166196)); -#24345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,176.085907791025)); -#24346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,176.085907791025)); -#24347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,176.046440258616)); -#24348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,176.046440258616)); -#24349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,176.035885813383)); -#24350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,176.035885813383)); -#24351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,176.019481178471)); -#24352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,176.019481178471)); -#24353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,176.015843400093)); -#24354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,176.015843400093)); -#24355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,176.009207189857)); -#24356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,176.009207189857)); -#24357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,176.006334202628)); -#24358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,176.006334202628)); -#24359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,176.003505161865)); -#24360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,176.003505161865)); -#24361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966716,176.141396652997)); -#24362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614409,176.125766235396)); -#24363=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324034,176.110378743704)); -#24364=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322701,176.094410761422)); -#24365=CARTESIAN_POINT('Ctrl Pts',(20.2045395527031,77.1819191274504,176.084408328727)); -#24366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796309239,176.066941925002)); -#24367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899392898,176.063272992161)); -#24368=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845914312,176.056593523053)); -#24369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.109456769026,176.053192231537)); -#24370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487368385,176.044508445502)); -#24371=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559457769,176.038147394301)); -#24372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258038,176.026584326012)); -#24373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343641,176.02258386268)); -#24374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139725,176.016046303009)); -#24375=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077642384,176.013612161135)); -#24376=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811734,176.00884780266)); -#24377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906343,176.00618254438)); -#24378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489609,176.003505161864)); -#24379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24380=CARTESIAN_POINT('',(20.0050354003906,80.,174.199258414995)); -#24381=CARTESIAN_POINT('',(20.0050354003906,110.,174.199258414995)); -#24382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,174.000000029809)); -#24384=CARTESIAN_POINT('',(20.1636358803736,77.4862704966777,174.141396652997)); -#24385=CARTESIAN_POINT('Ctrl Pts',(20.0050356359033,79.9999999999986,174.199258435277)); -#24386=CARTESIAN_POINT('Ctrl Pts',(20.0050357173054,79.6129197184417,174.199258442288)); -#24387=CARTESIAN_POINT('Ctrl Pts',(20.0170294641382,79.1876451076415,174.201663794184)); -#24388=CARTESIAN_POINT('Ctrl Pts',(20.0695226630519,78.3399918760832,174.196099944512)); -#24389=CARTESIAN_POINT('Ctrl Pts',(20.1100226471948,77.917601864249,174.190843380858)); -#24390=CARTESIAN_POINT('Ctrl Pts',(20.159424711943,77.5196825403332,174.145512909591)); -#24391=CARTESIAN_POINT('Ctrl Pts',(20.161503220893,77.5031040056082,174.143529971834)); -#24392=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966777,174.141396652997)); -#24393=CARTESIAN_POINT('',(20.1636358803736,110.,174.141396652997)); -#24394=CARTESIAN_POINT('Origin',(20.0221955414993,110.,174.000000029809)); -#24395=CARTESIAN_POINT('',(20.2221607598731,77.0609799489664,174.003505161865)); -#24396=CARTESIAN_POINT('',(20.0050354003906,80.,173.800741644622)); -#24397=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489664,174.003505161865)); -#24398=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220856,174.002325148738)); -#24399=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912747,174.001152344888)); -#24400=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912747,173.996081271691)); -#24401=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582304,173.99193360338)); -#24402=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459077895,173.984151491582)); -#24403=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263512,173.980513632535)); -#24404=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888752,173.964108207829)); -#24405=CARTESIAN_POINT('Ctrl Pts',(20.2168875565596,77.0966575255164,173.953553482878)); -#24406=CARTESIAN_POINT('Ctrl Pts',(20.2057883912282,77.1727019562841,173.914084334696)); -#24407=CARTESIAN_POINT('Ctrl Pts',(20.1955226873009,77.2452441004457,173.898736887042)); -#24408=CARTESIAN_POINT('Ctrl Pts',(20.1756280080712,77.3923038686796,173.870564980486)); -#24409=CARTESIAN_POINT('Ctrl Pts',(20.1659257987057,77.4673181692794,173.860452433628)); -#24410=CARTESIAN_POINT('Ctrl Pts',(20.110022647195,77.917601864249,173.809156678759)); -#24411=CARTESIAN_POINT('Ctrl Pts',(20.069522663052,78.3399918760833,173.803900115105)); -#24412=CARTESIAN_POINT('Ctrl Pts',(20.0170294641383,79.1876451076416,173.798336265433)); -#24413=CARTESIAN_POINT('Ctrl Pts',(20.0050357173055,79.6129197184417,173.80074161733)); -#24414=CARTESIAN_POINT('Ctrl Pts',(20.0050356359034,79.9999999999986,173.80074162434)); -#24415=CARTESIAN_POINT('',(20.2221607598731,110.,174.003505161865)); -#24416=CARTESIAN_POINT('',(20.0050354003906,110.,173.800741644622)); -#24417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,174.141396652997)); -#24418=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,174.141396652997)); -#24419=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,174.13454070829)); -#24420=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,174.13454070829)); -#24421=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,174.126099819059)); -#24422=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,174.126099819059)); -#24423=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,174.101255166196)); -#24424=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,174.101255166196)); -#24425=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,174.085907791025)); -#24426=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,174.085907791025)); -#24427=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,174.046440258616)); -#24428=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,174.046440258616)); -#24429=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,174.035885813383)); -#24430=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,174.035885813383)); -#24431=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,174.019481178471)); -#24432=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,174.019481178471)); -#24433=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,174.015843400093)); -#24434=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,174.015843400093)); -#24435=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,174.009207189857)); -#24436=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,174.009207189857)); -#24437=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,174.006334202628)); -#24438=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,174.006334202628)); -#24439=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,174.003505161865)); -#24440=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,174.003505161865)); -#24441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966777,174.141396652997)); -#24442=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135614449,174.125766235395)); -#24443=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895324078,174.110378743704)); -#24444=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.219368332276,174.094410761422)); -#24445=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274563,174.084408328727)); -#24446=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.13847963093,174.066941925003)); -#24447=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899392958,174.063272992161)); -#24448=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845914369,174.056593523053)); -#24449=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769032,174.053192231538)); -#24450=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148736845,174.044508445503)); -#24451=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945783,174.038147394302)); -#24452=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258096,174.026584326013)); -#24453=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343699,174.02258386268)); -#24454=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139779,174.016046303009)); -#24455=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764244,174.013612161136)); -#24456=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811788,174.008847802661)); -#24457=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063484,174.006182544381)); -#24458=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489664,174.003505161865)); -#24459=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24460=CARTESIAN_POINT('',(20.0050354003906,80.,172.199258414995)); -#24461=CARTESIAN_POINT('',(20.0050354003906,110.,172.199258414995)); -#24462=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24463=CARTESIAN_POINT('Origin',(20.0221955414993,110.,172.000000029809)); -#24464=CARTESIAN_POINT('',(20.1636358803736,77.4862704966839,172.141396652997)); -#24465=CARTESIAN_POINT('Ctrl Pts',(20.005035635904,79.9999999999986,172.199258435277)); -#24466=CARTESIAN_POINT('Ctrl Pts',(20.0050357173061,79.6129197184423,172.199258442288)); -#24467=CARTESIAN_POINT('Ctrl Pts',(20.0170294641388,79.1876451076432,172.201663794184)); -#24468=CARTESIAN_POINT('Ctrl Pts',(20.0695226630524,78.3399918760862,172.196099944512)); -#24469=CARTESIAN_POINT('Ctrl Pts',(20.1100226471952,77.9176018642526,172.190843380858)); -#24470=CARTESIAN_POINT('Ctrl Pts',(20.1594247119432,77.519682540338,172.145512909591)); -#24471=CARTESIAN_POINT('Ctrl Pts',(20.1615032208931,77.5031040056136,172.143529971834)); -#24472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966839,172.141396652997)); -#24473=CARTESIAN_POINT('',(20.1636358803736,110.,172.141396652997)); -#24474=CARTESIAN_POINT('Origin',(20.0221955414993,110.,172.000000029809)); -#24475=CARTESIAN_POINT('',(20.2221607598731,77.0609799489717,172.003505161865)); -#24476=CARTESIAN_POINT('',(20.0050354003906,80.,171.800741644622)); -#24477=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489717,172.003505161865)); -#24478=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220909,172.002325148738)); -#24479=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.06077319128,172.001152344888)); -#24480=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.06077319128,171.996081271691)); -#24481=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823094,171.99193360338)); -#24482=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.064745907795,171.984151491582)); -#24483=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263565,171.980513632535)); -#24484=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888805,171.964108207829)); -#24485=CARTESIAN_POINT('Ctrl Pts',(20.2168875565597,77.0966575255217,171.953553482878)); -#24486=CARTESIAN_POINT('Ctrl Pts',(20.2057883912283,77.1727019562891,171.914084334696)); -#24487=CARTESIAN_POINT('Ctrl Pts',(20.195522687301,77.2452441004506,171.898736887042)); -#24488=CARTESIAN_POINT('Ctrl Pts',(20.1756280080713,77.3923038686841,171.870564980486)); -#24489=CARTESIAN_POINT('Ctrl Pts',(20.1659257987059,77.4673181692838,171.860452433628)); -#24490=CARTESIAN_POINT('Ctrl Pts',(20.1100226471954,77.9176018642526,171.80915667876)); -#24491=CARTESIAN_POINT('Ctrl Pts',(20.0695226630526,78.3399918760863,171.803900115105)); -#24492=CARTESIAN_POINT('Ctrl Pts',(20.017029464139,79.1876451076433,171.798336265433)); -#24493=CARTESIAN_POINT('Ctrl Pts',(20.0050357173063,79.6129197184423,171.800741617329)); -#24494=CARTESIAN_POINT('Ctrl Pts',(20.0050356359042,79.9999999999986,171.80074162434)); -#24495=CARTESIAN_POINT('',(20.2221607598731,110.,172.003505161865)); -#24496=CARTESIAN_POINT('',(20.0050354003906,110.,171.800741644622)); -#24497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,172.141396652997)); -#24498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,172.141396652997)); -#24499=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,172.13454070829)); -#24500=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,172.13454070829)); -#24501=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,172.126099819059)); -#24502=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,172.126099819059)); -#24503=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,172.101255166196)); -#24504=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,172.101255166196)); -#24505=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,172.085907791025)); -#24506=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,172.085907791025)); -#24507=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,172.046440258616)); -#24508=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,172.046440258616)); -#24509=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,172.035885813383)); -#24510=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,172.035885813383)); -#24511=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,172.019481178471)); -#24512=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,172.019481178471)); -#24513=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,172.015843400093)); -#24514=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,172.015843400093)); -#24515=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,172.009207189857)); -#24516=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,172.009207189857)); -#24517=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,172.006334202628)); -#24518=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,172.006334202628)); -#24519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,172.003505161865)); -#24520=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,172.003505161865)); -#24521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.486270496722,172.141396653002)); -#24522=CARTESIAN_POINT('Ctrl Pts',(20.1793528173516,77.3622135614878,172.125766235401)); -#24523=CARTESIAN_POINT('Ctrl Pts',(20.1893083252557,77.2910895324532,172.110378743712)); -#24524=CARTESIAN_POINT('Ctrl Pts',(20.1992429966266,77.2193683323134,172.094410761431)); -#24525=CARTESIAN_POINT('Ctrl Pts',(20.2045395526996,77.1819191274857,172.084408328735)); -#24526=CARTESIAN_POINT('Ctrl Pts',(20.2108003003267,77.1384796309512,172.066941925009)); -#24527=CARTESIAN_POINT('Ctrl Pts',(20.2120150610204,77.1300899393151,172.063272992167)); -#24528=CARTESIAN_POINT('Ctrl Pts',(20.2140372036068,77.1161845914512,172.056593523058)); -#24529=CARTESIAN_POINT('Ctrl Pts',(20.2150186105613,77.1094567690465,172.053192231542)); -#24530=CARTESIAN_POINT('Ctrl Pts',(20.2172592358231,77.0941487368567,172.044508445507)); -#24531=CARTESIAN_POINT('Ctrl Pts',(20.2186710078322,77.0845559457934,172.038147394305)); -#24532=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385258173,172.026584326016)); -#24533=CARTESIAN_POINT('Ctrl Pts',(20.2209502347815,77.0691386343769,172.022583862682)); -#24534=CARTESIAN_POINT('Ctrl Pts',(20.221563527163,77.0650023139843,172.016046303011)); -#24535=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642498,172.013612161137)); -#24536=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811839,172.00884780266)); -#24537=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063536,172.00618254438)); -#24538=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489716,172.003505161864)); -#24539=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24540=CARTESIAN_POINT('',(20.0050354003906,80.,170.199258414995)); -#24541=CARTESIAN_POINT('',(20.0050354003906,110.,170.199258414995)); -#24542=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24543=CARTESIAN_POINT('Origin',(20.0221955414993,110.,170.000000029809)); -#24544=CARTESIAN_POINT('',(20.1636358803736,77.4862704966901,170.141396652997)); -#24545=CARTESIAN_POINT('Ctrl Pts',(20.0050356359047,79.9999999999986,170.199258435278)); -#24546=CARTESIAN_POINT('Ctrl Pts',(20.0050357173068,79.6129197184428,170.199258442288)); -#24547=CARTESIAN_POINT('Ctrl Pts',(20.0170294641395,79.187645107645,170.201663794184)); -#24548=CARTESIAN_POINT('Ctrl Pts',(20.0695226630529,78.3399918760892,170.196099944512)); -#24549=CARTESIAN_POINT('Ctrl Pts',(20.1100226471956,77.9176018642562,170.190843380858)); -#24550=CARTESIAN_POINT('Ctrl Pts',(20.1594247119434,77.5196825403428,170.14551290959)); -#24551=CARTESIAN_POINT('Ctrl Pts',(20.1615032208932,77.5031040056191,170.143529971833)); -#24552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966901,170.141396652997)); -#24553=CARTESIAN_POINT('',(20.1636358803736,110.,170.141396652997)); -#24554=CARTESIAN_POINT('Origin',(20.0221955414993,110.,170.000000029809)); -#24555=CARTESIAN_POINT('',(20.2221607598731,77.060979948977,170.003505161865)); -#24556=CARTESIAN_POINT('',(20.0050354003906,80.,169.800741644622)); -#24557=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948977,170.003505161865)); -#24558=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407220963,170.002325148738)); -#24559=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912854,170.001152344888)); -#24560=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912854,169.996081271691)); -#24561=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823148,169.99193360338)); -#24562=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078003,169.984151491582)); -#24563=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263618,169.980513632535)); -#24564=CARTESIAN_POINT('Ctrl Pts',(20.21939991294,77.0796056888858,169.964108207829)); -#24565=CARTESIAN_POINT('Ctrl Pts',(20.2168875565597,77.0966575255269,169.953553482878)); -#24566=CARTESIAN_POINT('Ctrl Pts',(20.2057883912283,77.1727019562942,169.914084334696)); -#24567=CARTESIAN_POINT('Ctrl Pts',(20.1955226873011,77.2452441004555,169.898736887042)); -#24568=CARTESIAN_POINT('Ctrl Pts',(20.1756280080715,77.3923038686886,169.870564980486)); -#24569=CARTESIAN_POINT('Ctrl Pts',(20.1659257987062,77.4673181692881,169.860452433628)); -#24570=CARTESIAN_POINT('Ctrl Pts',(20.1100226471958,77.9176018642562,169.80915667876)); -#24571=CARTESIAN_POINT('Ctrl Pts',(20.0695226630531,78.3399918760892,169.803900115105)); -#24572=CARTESIAN_POINT('Ctrl Pts',(20.0170294641397,79.1876451076451,169.798336265433)); -#24573=CARTESIAN_POINT('Ctrl Pts',(20.005035717307,79.6129197184428,169.800741617329)); -#24574=CARTESIAN_POINT('Ctrl Pts',(20.0050356359049,79.9999999999986,169.80074162434)); -#24575=CARTESIAN_POINT('',(20.2221607598731,110.,170.003505161865)); -#24576=CARTESIAN_POINT('',(20.0050354003906,110.,169.800741644622)); -#24577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,170.141396652997)); -#24578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,170.141396652997)); -#24579=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,170.13454070829)); -#24580=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,170.13454070829)); -#24581=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,170.126099819059)); -#24582=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,170.126099819059)); -#24583=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,170.101255166196)); -#24584=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,170.101255166196)); -#24585=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,170.085907791025)); -#24586=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,170.085907791025)); -#24587=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,170.046440258616)); -#24588=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,170.046440258616)); -#24589=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,170.035885813383)); -#24590=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,170.035885813383)); -#24591=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,170.019481178471)); -#24592=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,170.019481178471)); -#24593=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,170.015843400093)); -#24594=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,170.015843400093)); -#24595=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,170.009207189857)); -#24596=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,170.009207189857)); -#24597=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,170.006334202628)); -#24598=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,170.006334202628)); -#24599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,170.003505161865)); -#24600=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,170.003505161865)); -#24601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966901,170.141396652997)); -#24602=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614586,170.125766235395)); -#24603=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324207,170.110378743704)); -#24604=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322873,170.094410761422)); -#24605=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274674,170.084408328727)); -#24606=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309398,170.066941925002)); -#24607=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393063,170.063272992161)); -#24608=CARTESIAN_POINT('Ctrl Pts',(20.2140372036077,77.1161845914504,170.056593523055)); -#24609=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690434,170.053192231538)); -#24610=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368559,170.044508445503)); -#24611=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559457937,170.038147394302)); -#24612=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258199,170.026584326013)); -#24613=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386343806,170.02258386268)); -#24614=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139887,170.01604630301)); -#24615=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642547,170.013612161136)); -#24616=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811895,170.008847802661)); -#24617=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906359,170.006182544381)); -#24618=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979948977,170.003505161865)); -#24619=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24620=CARTESIAN_POINT('',(20.0050354003906,80.,168.199258414995)); -#24621=CARTESIAN_POINT('',(20.0050354003906,110.,168.199258414995)); -#24622=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24623=CARTESIAN_POINT('Origin',(20.0221955414993,110.,168.000000029809)); -#24624=CARTESIAN_POINT('',(20.1636358803736,77.4862704966963,168.141396652997)); -#24625=CARTESIAN_POINT('Ctrl Pts',(20.0050356359054,79.9999999999986,168.199258435278)); -#24626=CARTESIAN_POINT('Ctrl Pts',(20.0050357173076,79.6129197184434,168.199258442288)); -#24627=CARTESIAN_POINT('Ctrl Pts',(20.0170294641402,79.1876451076467,168.201663794184)); -#24628=CARTESIAN_POINT('Ctrl Pts',(20.0695226630535,78.3399918760922,168.196099944512)); -#24629=CARTESIAN_POINT('Ctrl Pts',(20.110022647196,77.9176018642598,168.190843380857)); -#24630=CARTESIAN_POINT('Ctrl Pts',(20.1594247119435,77.5196825403476,168.14551290959)); -#24631=CARTESIAN_POINT('Ctrl Pts',(20.1615032208932,77.5031040056246,168.143529971833)); -#24632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966963,168.141396652997)); -#24633=CARTESIAN_POINT('',(20.1636358803736,110.,168.141396652997)); -#24634=CARTESIAN_POINT('Origin',(20.0221955414993,110.,168.000000029809)); -#24635=CARTESIAN_POINT('',(20.2221607598731,77.0609799489824,168.003505161865)); -#24636=CARTESIAN_POINT('',(20.0050354003906,80.,167.800741644622)); -#24637=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489824,168.003505161865)); -#24638=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221016,168.002325148738)); -#24639=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912907,168.001152344888)); -#24640=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912907,167.996081271691)); -#24641=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823201,167.99193360338)); -#24642=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078056,167.984151491582)); -#24643=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263672,167.980513632535)); -#24644=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056888911,167.964108207829)); -#24645=CARTESIAN_POINT('Ctrl Pts',(20.2168875565597,77.0966575255322,167.953553482878)); -#24646=CARTESIAN_POINT('Ctrl Pts',(20.2057883912284,77.1727019562993,167.914084334697)); -#24647=CARTESIAN_POINT('Ctrl Pts',(20.1955226873012,77.2452441004604,167.898736887043)); -#24648=CARTESIAN_POINT('Ctrl Pts',(20.1756280080717,77.3923038686931,167.870564980487)); -#24649=CARTESIAN_POINT('Ctrl Pts',(20.1659257987064,77.4673181692924,167.860452433628)); -#24650=CARTESIAN_POINT('Ctrl Pts',(20.1100226471962,77.9176018642598,167.80915667876)); -#24651=CARTESIAN_POINT('Ctrl Pts',(20.0695226630536,78.3399918760922,167.803900115106)); -#24652=CARTESIAN_POINT('Ctrl Pts',(20.0170294641403,79.1876451076468,167.798336265433)); -#24653=CARTESIAN_POINT('Ctrl Pts',(20.0050357173077,79.6129197184434,167.800741617329)); -#24654=CARTESIAN_POINT('Ctrl Pts',(20.0050356359056,79.9999999999986,167.80074162434)); -#24655=CARTESIAN_POINT('',(20.2221607598731,110.,168.003505161865)); -#24656=CARTESIAN_POINT('',(20.0050354003906,110.,167.800741644622)); -#24657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,168.141396652997)); -#24658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,168.141396652997)); -#24659=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,168.13454070829)); -#24660=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,168.13454070829)); -#24661=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,168.126099819059)); -#24662=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,168.126099819059)); -#24663=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,168.101255166196)); -#24664=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,168.101255166196)); -#24665=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,168.085907791025)); -#24666=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,168.085907791025)); -#24667=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,168.046440258616)); -#24668=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,168.046440258616)); -#24669=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,168.035885813383)); -#24670=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,168.035885813383)); -#24671=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,168.019481178471)); -#24672=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,168.019481178471)); -#24673=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,168.015843400093)); -#24674=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,168.015843400093)); -#24675=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,168.009207189857)); -#24676=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,168.009207189857)); -#24677=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,168.006334202628)); -#24678=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,168.006334202628)); -#24679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,168.003505161865)); -#24680=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,168.003505161865)); -#24681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704966963,168.141396652997)); -#24682=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135614627,168.125766235395)); -#24683=CARTESIAN_POINT('Ctrl Pts',(20.1893083252612,77.2910895324251,168.110378743704)); -#24684=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683322929,168.094410761422)); -#24685=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274727,168.084408328727)); -#24686=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796309464,168.066941925002)); -#24687=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393119,168.063272992161)); -#24688=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914543,168.056593523054)); -#24689=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.109456769048,168.053192231538)); -#24690=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487368604,168.044508445502)); -#24691=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559457985,168.038147394301)); -#24692=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385258243,168.026584326012)); -#24693=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386343851,168.022583862679)); -#24694=CARTESIAN_POINT('Ctrl Pts',(20.2215635271633,77.0650023139934,168.016046303008)); -#24695=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077642597,168.013612161135)); -#24696=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925811946,168.00884780266)); -#24697=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063641,168.00618254438)); -#24698=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489823,168.003505161864)); -#24699=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24700=CARTESIAN_POINT('',(20.0050354003906,80.,166.199258414995)); -#24701=CARTESIAN_POINT('',(20.0050354003906,110.,166.199258414995)); -#24702=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24703=CARTESIAN_POINT('Origin',(20.0221955414993,110.,166.000000029809)); -#24704=CARTESIAN_POINT('',(20.1636358803736,77.4862704967025,166.141396652997)); -#24705=CARTESIAN_POINT('Ctrl Pts',(20.0050356359062,79.9999999999985,166.199258435278)); -#24706=CARTESIAN_POINT('Ctrl Pts',(20.0050357173083,79.6129197184439,166.199258442288)); -#24707=CARTESIAN_POINT('Ctrl Pts',(20.0170294641409,79.1876451076485,166.201663794184)); -#24708=CARTESIAN_POINT('Ctrl Pts',(20.069522663054,78.3399918760951,166.196099944512)); -#24709=CARTESIAN_POINT('Ctrl Pts',(20.1100226471964,77.9176018642633,166.190843380857)); -#24710=CARTESIAN_POINT('Ctrl Pts',(20.1594247119437,77.5196825403524,166.14551290959)); -#24711=CARTESIAN_POINT('Ctrl Pts',(20.1615032208933,77.5031040056301,166.143529971833)); -#24712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967025,166.141396652997)); -#24713=CARTESIAN_POINT('',(20.1636358803736,110.,166.141396652997)); -#24714=CARTESIAN_POINT('Origin',(20.0221955414993,110.,166.000000029809)); -#24715=CARTESIAN_POINT('',(20.2221607598731,77.0609799489878,166.003505161865)); -#24716=CARTESIAN_POINT('',(20.0050354003906,80.,165.800741644622)); -#24717=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489877,166.003505161865)); -#24718=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221069,166.002325148738)); -#24719=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731912961,166.001152344888)); -#24720=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731912961,165.996081271691)); -#24721=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823254,165.99193360338)); -#24722=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.064745907811,165.984151491582)); -#24723=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263725,165.980513632535)); -#24724=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056888964,165.964108207829)); -#24725=CARTESIAN_POINT('Ctrl Pts',(20.2168875565597,77.0966575255374,165.953553482878)); -#24726=CARTESIAN_POINT('Ctrl Pts',(20.2057883912285,77.1727019563043,165.914084334697)); -#24727=CARTESIAN_POINT('Ctrl Pts',(20.1955226873013,77.2452441004653,165.898736887043)); -#24728=CARTESIAN_POINT('Ctrl Pts',(20.1756280080719,77.3923038686976,165.870564980487)); -#24729=CARTESIAN_POINT('Ctrl Pts',(20.1659257987066,77.4673181692968,165.860452433629)); -#24730=CARTESIAN_POINT('Ctrl Pts',(20.1100226471966,77.9176018642635,165.80915667876)); -#24731=CARTESIAN_POINT('Ctrl Pts',(20.0695226630541,78.3399918760952,165.803900115106)); -#24732=CARTESIAN_POINT('Ctrl Pts',(20.017029464141,79.1876451076486,165.798336265433)); -#24733=CARTESIAN_POINT('Ctrl Pts',(20.0050357173084,79.612919718444,165.800741617329)); -#24734=CARTESIAN_POINT('Ctrl Pts',(20.0050356359063,79.9999999999986,165.80074162434)); -#24735=CARTESIAN_POINT('',(20.2221607598731,110.,166.003505161865)); -#24736=CARTESIAN_POINT('',(20.0050354003906,110.,165.800741644622)); -#24737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,166.141396652997)); -#24738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,166.141396652997)); -#24739=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,166.13454070829)); -#24740=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,166.13454070829)); -#24741=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,166.126099819059)); -#24742=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,166.126099819059)); -#24743=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,166.101255166196)); -#24744=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,166.101255166196)); -#24745=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,166.085907791025)); -#24746=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,166.085907791025)); -#24747=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,166.046440258616)); -#24748=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,166.046440258616)); -#24749=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,166.035885813383)); -#24750=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,166.035885813383)); -#24751=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,166.019481178471)); -#24752=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,166.019481178471)); -#24753=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,166.015843400093)); -#24754=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,166.015843400093)); -#24755=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,166.009207189857)); -#24756=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,166.009207189857)); -#24757=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,166.006334202628)); -#24758=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,166.006334202628)); -#24759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,166.003505161865)); -#24760=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,166.003505161865)); -#24761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967025,166.141396652997)); -#24762=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614705,166.125766235396)); -#24763=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324323,166.110378743704)); -#24764=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683322987,166.094410761422)); -#24765=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274785,166.084408328728)); -#24766=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796309497,166.066941925002)); -#24767=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393168,166.063272992161)); -#24768=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845914581,166.056593523053)); -#24769=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567690533,166.053192231537)); -#24770=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368664,166.044508445503)); -#24771=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458045,166.038147394302)); -#24772=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258311,166.026584326013)); -#24773=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343914,166.02258386268)); -#24774=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023139994,166.016046303009)); -#24775=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642654,166.013612161136)); -#24776=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812002,166.008847802661)); -#24777=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063697,166.006182544381)); -#24778=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489878,166.003505161865)); -#24779=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24780=CARTESIAN_POINT('',(20.0050354003906,80.,164.199258414995)); -#24781=CARTESIAN_POINT('',(20.0050354003906,110.,164.199258414995)); -#24782=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24783=CARTESIAN_POINT('Origin',(20.0221955414993,110.,164.000000029809)); -#24784=CARTESIAN_POINT('',(20.1636358803736,77.4862704967086,164.141396652997)); -#24785=CARTESIAN_POINT('Ctrl Pts',(20.0050356359069,79.9999999999986,164.199258435278)); -#24786=CARTESIAN_POINT('Ctrl Pts',(20.005035717309,79.6129197184445,164.199258442288)); -#24787=CARTESIAN_POINT('Ctrl Pts',(20.0170294641415,79.1876451076502,164.201663794184)); -#24788=CARTESIAN_POINT('Ctrl Pts',(20.0695226630545,78.3399918760981,164.196099944512)); -#24789=CARTESIAN_POINT('Ctrl Pts',(20.1100226471969,77.9176018642669,164.190843380857)); -#24790=CARTESIAN_POINT('Ctrl Pts',(20.1594247119439,77.5196825403572,164.14551290959)); -#24791=CARTESIAN_POINT('Ctrl Pts',(20.1615032208934,77.5031040056356,164.143529971833)); -#24792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967086,164.141396652997)); -#24793=CARTESIAN_POINT('',(20.1636358803736,110.,164.141396652997)); -#24794=CARTESIAN_POINT('Origin',(20.0221955414993,110.,164.000000029809)); -#24795=CARTESIAN_POINT('',(20.2221607598731,77.0609799489931,164.003505161865)); -#24796=CARTESIAN_POINT('',(20.0050354003906,80.,163.800741644622)); -#24797=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489931,164.003505161865)); -#24798=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221123,164.002325148738)); -#24799=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913014,164.001152344888)); -#24800=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913014,163.996081271691)); -#24801=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823308,163.99193360338)); -#24802=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078163,163.984151491582)); -#24803=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263778,163.980513632535)); -#24804=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889017,163.964108207829)); -#24805=CARTESIAN_POINT('Ctrl Pts',(20.2168875565597,77.0966575255427,163.953553482878)); -#24806=CARTESIAN_POINT('Ctrl Pts',(20.2057883912285,77.1727019563094,163.914084334697)); -#24807=CARTESIAN_POINT('Ctrl Pts',(20.1955226873014,77.2452441004702,163.898736887043)); -#24808=CARTESIAN_POINT('Ctrl Pts',(20.1756280080721,77.3923038687022,163.870564980487)); -#24809=CARTESIAN_POINT('Ctrl Pts',(20.1659257987069,77.4673181693011,163.860452433629)); -#24810=CARTESIAN_POINT('Ctrl Pts',(20.110022647197,77.9176018642671,163.80915667876)); -#24811=CARTESIAN_POINT('Ctrl Pts',(20.0695226630547,78.3399918760982,163.803900115106)); -#24812=CARTESIAN_POINT('Ctrl Pts',(20.0170294641417,79.1876451076503,163.798336265433)); -#24813=CARTESIAN_POINT('Ctrl Pts',(20.0050357173092,79.6129197184445,163.800741617329)); -#24814=CARTESIAN_POINT('Ctrl Pts',(20.005035635907,79.9999999999986,163.80074162434)); -#24815=CARTESIAN_POINT('',(20.2221607598731,110.,164.003505161865)); -#24816=CARTESIAN_POINT('',(20.0050354003906,110.,163.800741644622)); -#24817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,164.141396652997)); -#24818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,164.141396652997)); -#24819=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,164.13454070829)); -#24820=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,164.13454070829)); -#24821=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,164.126099819059)); -#24822=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,164.126099819059)); -#24823=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,164.101255166196)); -#24824=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,164.101255166196)); -#24825=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,164.085907791025)); -#24826=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,164.085907791025)); -#24827=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,164.046440258616)); -#24828=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,164.046440258616)); -#24829=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,164.035885813383)); -#24830=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,164.035885813383)); -#24831=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,164.019481178471)); -#24832=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,164.019481178471)); -#24833=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,164.015843400093)); -#24834=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,164.015843400093)); -#24835=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,164.009207189857)); -#24836=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,164.009207189857)); -#24837=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,164.006334202628)); -#24838=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,164.006334202628)); -#24839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,164.003505161865)); -#24840=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,164.003505161865)); -#24841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967086,164.141396652997)); -#24842=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614764,164.125766235395)); -#24843=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324381,164.110378743704)); -#24844=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323042,164.094410761422)); -#24845=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127484,164.084408328727)); -#24846=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309562,164.066941925002)); -#24847=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393227,164.063272992161)); -#24848=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845914648,164.056593523054)); -#24849=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690593,164.053192231538)); -#24850=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368719,164.044508445503)); -#24851=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458099,164.038147394302)); -#24852=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258364,164.026584326013)); -#24853=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386343967,164.02258386268)); -#24854=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140048,164.01604630301)); -#24855=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642708,164.013612161136)); -#24856=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812055,164.008847802661)); -#24857=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063751,164.006182544381)); -#24858=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489931,164.003505161865)); -#24859=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24860=CARTESIAN_POINT('',(20.0050354003906,80.,162.199258414995)); -#24861=CARTESIAN_POINT('',(20.0050354003906,110.,162.199258414995)); -#24862=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24863=CARTESIAN_POINT('Origin',(20.0221955414993,110.,162.000000029809)); -#24864=CARTESIAN_POINT('',(20.1636358803736,77.4862704967148,162.141396652997)); -#24865=CARTESIAN_POINT('Ctrl Pts',(20.0050356359076,79.9999999999986,162.199258435278)); -#24866=CARTESIAN_POINT('Ctrl Pts',(20.0050357173097,79.6129197184451,162.199258442288)); -#24867=CARTESIAN_POINT('Ctrl Pts',(20.0170294641422,79.187645107652,162.201663794184)); -#24868=CARTESIAN_POINT('Ctrl Pts',(20.069522663055,78.3399918761011,162.196099944511)); -#24869=CARTESIAN_POINT('Ctrl Pts',(20.1100226471973,77.9176018642706,162.190843380857)); -#24870=CARTESIAN_POINT('Ctrl Pts',(20.1594247119441,77.5196825403621,162.14551290959)); -#24871=CARTESIAN_POINT('Ctrl Pts',(20.1615032208935,77.5031040056411,162.143529971833)); -#24872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967148,162.141396652997)); -#24873=CARTESIAN_POINT('',(20.1636358803736,110.,162.141396652997)); -#24874=CARTESIAN_POINT('Origin',(20.0221955414993,110.,162.000000029809)); -#24875=CARTESIAN_POINT('',(20.2221607598731,77.0609799489984,162.003505161865)); -#24876=CARTESIAN_POINT('',(20.0050354003906,80.,161.800741644622)); -#24877=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489985,162.003505161865)); -#24878=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221177,162.002325148738)); -#24879=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913068,162.001152344888)); -#24880=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913068,161.996081271691)); -#24881=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823361,161.99193360338)); -#24882=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078217,161.984151491582)); -#24883=CARTESIAN_POINT('Ctrl Pts',(20.2212642923809,77.0670195263832,161.980513632535)); -#24884=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889071,161.964108207829)); -#24885=CARTESIAN_POINT('Ctrl Pts',(20.2168875565598,77.096657525548,161.953553482878)); -#24886=CARTESIAN_POINT('Ctrl Pts',(20.2057883912286,77.1727019563145,161.914084334697)); -#24887=CARTESIAN_POINT('Ctrl Pts',(20.1955226873015,77.245244100475,161.898736887043)); -#24888=CARTESIAN_POINT('Ctrl Pts',(20.1756280080723,77.3923038687067,161.870564980487)); -#24889=CARTESIAN_POINT('Ctrl Pts',(20.1659257987071,77.4673181693055,161.860452433629)); -#24890=CARTESIAN_POINT('Ctrl Pts',(20.1100226471974,77.9176018642707,161.809156678761)); -#24891=CARTESIAN_POINT('Ctrl Pts',(20.0695226630552,78.3399918761012,161.803900115106)); -#24892=CARTESIAN_POINT('Ctrl Pts',(20.0170294641424,79.1876451076521,161.798336265433)); -#24893=CARTESIAN_POINT('Ctrl Pts',(20.0050357173099,79.6129197184451,161.800741617329)); -#24894=CARTESIAN_POINT('Ctrl Pts',(20.0050356359077,79.9999999999986,161.800741624339)); -#24895=CARTESIAN_POINT('',(20.2221607598731,110.,162.003505161865)); -#24896=CARTESIAN_POINT('',(20.0050354003906,110.,161.800741644622)); -#24897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,162.141396652997)); -#24898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,162.141396652997)); -#24899=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,162.13454070829)); -#24900=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,162.13454070829)); -#24901=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,162.126099819059)); -#24902=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,162.126099819059)); -#24903=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,162.101255166196)); -#24904=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,162.101255166196)); -#24905=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,162.085907791025)); -#24906=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,162.085907791025)); -#24907=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,162.046440258616)); -#24908=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,162.046440258616)); -#24909=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,162.035885813383)); -#24910=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,162.035885813383)); -#24911=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,162.019481178471)); -#24912=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,162.019481178471)); -#24913=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,162.015843400093)); -#24914=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,162.015843400093)); -#24915=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,162.009207189857)); -#24916=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,162.009207189857)); -#24917=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,162.006334202628)); -#24918=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,162.006334202628)); -#24919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,162.003505161865)); -#24920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,162.003505161865)); -#24921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967148,162.141396652997)); -#24922=CARTESIAN_POINT('Ctrl Pts',(20.1793528173565,77.3622135614806,162.125766235395)); -#24923=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324425,162.110378743704)); -#24924=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323097,162.094410761422)); -#24925=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274896,162.084408328727)); -#24926=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309618,162.066941925002)); -#24927=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393282,162.063272992161)); -#24928=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914708,162.056593523054)); -#24929=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690648,162.053192231538)); -#24930=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368771,162.044508445503)); -#24931=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458153,162.038147394302)); -#24932=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258414,162.026584326013)); -#24933=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634402,162.02258386268)); -#24934=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140099,162.016046303009)); -#24935=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077642761,162.013612161136)); -#24936=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.061992581211,162.008847802661)); -#24937=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063805,162.006182544381)); -#24938=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799489984,162.003505161865)); -#24939=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#24940=CARTESIAN_POINT('',(20.0050354003906,80.,160.199258414995)); -#24941=CARTESIAN_POINT('',(20.0050354003906,110.,160.199258414995)); -#24942=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#24943=CARTESIAN_POINT('Origin',(20.0221955414993,110.,160.000000029809)); -#24944=CARTESIAN_POINT('',(20.1636358803736,77.4862704967209,160.141396652997)); -#24945=CARTESIAN_POINT('Ctrl Pts',(20.0050356359083,79.9999999999986,160.199258435278)); -#24946=CARTESIAN_POINT('Ctrl Pts',(20.0050357173105,79.6129197184457,160.199258442288)); -#24947=CARTESIAN_POINT('Ctrl Pts',(20.0170294641429,79.1876451076537,160.201663794184)); -#24948=CARTESIAN_POINT('Ctrl Pts',(20.0695226630556,78.3399918761041,160.196099944511)); -#24949=CARTESIAN_POINT('Ctrl Pts',(20.1100226471977,77.9176018642742,160.190843380856)); -#24950=CARTESIAN_POINT('Ctrl Pts',(20.1594247119443,77.5196825403668,160.14551290959)); -#24951=CARTESIAN_POINT('Ctrl Pts',(20.1615032208936,77.5031040056465,160.143529971833)); -#24952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967209,160.141396652997)); -#24953=CARTESIAN_POINT('',(20.1636358803736,110.,160.141396652997)); -#24954=CARTESIAN_POINT('Origin',(20.0221955414993,110.,160.000000029809)); -#24955=CARTESIAN_POINT('',(20.2221607598731,77.0609799490038,160.003505161865)); -#24956=CARTESIAN_POINT('',(20.0050354003906,80.,159.800741644622)); -#24957=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490038,160.003505161865)); -#24958=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722123,160.002325148738)); -#24959=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913121,160.001152344888)); -#24960=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913121,159.996081271691)); -#24961=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823414,159.99193360338)); -#24962=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.064745907827,159.984151491582)); -#24963=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195263885,159.980513632535)); -#24964=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889123,159.96410820783)); -#24965=CARTESIAN_POINT('Ctrl Pts',(20.2168875565598,77.0966575255532,159.953553482878)); -#24966=CARTESIAN_POINT('Ctrl Pts',(20.2057883912287,77.1727019563195,159.914084334697)); -#24967=CARTESIAN_POINT('Ctrl Pts',(20.1955226873016,77.2452441004799,159.898736887043)); -#24968=CARTESIAN_POINT('Ctrl Pts',(20.1756280080725,77.3923038687112,159.870564980488)); -#24969=CARTESIAN_POINT('Ctrl Pts',(20.1659257987073,77.4673181693098,159.860452433629)); -#24970=CARTESIAN_POINT('Ctrl Pts',(20.1100226471978,77.9176018642743,159.809156678761)); -#24971=CARTESIAN_POINT('Ctrl Pts',(20.0695226630557,78.3399918761042,159.803900115106)); -#24972=CARTESIAN_POINT('Ctrl Pts',(20.017029464143,79.1876451076538,159.798336265433)); -#24973=CARTESIAN_POINT('Ctrl Pts',(20.0050357173106,79.6129197184457,159.800741617329)); -#24974=CARTESIAN_POINT('Ctrl Pts',(20.0050356359084,79.9999999999986,159.800741624339)); -#24975=CARTESIAN_POINT('',(20.2221607598731,110.,160.003505161865)); -#24976=CARTESIAN_POINT('',(20.0050354003906,110.,159.800741644622)); -#24977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,160.141396652997)); -#24978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,160.141396652997)); -#24979=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,160.13454070829)); -#24980=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,160.13454070829)); -#24981=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,160.126099819059)); -#24982=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,160.126099819059)); -#24983=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,160.101255166196)); -#24984=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,160.101255166196)); -#24985=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,160.085907791025)); -#24986=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,160.085907791025)); -#24987=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,160.046440258616)); -#24988=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,160.046440258616)); -#24989=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,160.035885813383)); -#24990=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,160.035885813383)); -#24991=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,160.019481178471)); -#24992=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,160.019481178471)); -#24993=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,160.015843400093)); -#24994=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,160.015843400093)); -#24995=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,160.009207189857)); -#24996=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,160.009207189857)); -#24997=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,160.006334202628)); -#24998=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,160.006334202628)); -#24999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,160.003505161865)); -#25000=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,160.003505161865)); -#25001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967209,160.141396652997)); -#25002=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614881,160.125766235395)); -#25003=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324495,160.110378743704)); -#25004=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323156,160.094410761422)); -#25005=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191274952,160.084408328727)); -#25006=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796309676,160.066941925002)); -#25007=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393338,160.063272992161)); -#25008=CARTESIAN_POINT('Ctrl Pts',(20.2140372036077,77.1161845914775,160.056593523055)); -#25009=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690705,160.053192231538)); -#25010=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368828,160.044508445503)); -#25011=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458206,160.038147394302)); -#25012=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258468,160.026584326013)); -#25013=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344074,160.02258386268)); -#25014=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140153,160.016046303009)); -#25015=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077642815,160.013612161136)); -#25016=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812163,160.008847802661)); -#25017=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063858,160.006182544381)); -#25018=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490038,160.003505161865)); -#25019=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25020=CARTESIAN_POINT('',(20.0050354003906,80.,158.199258414995)); -#25021=CARTESIAN_POINT('',(20.0050354003906,110.,158.199258414995)); -#25022=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25023=CARTESIAN_POINT('Origin',(20.0221955414993,110.,158.000000029809)); -#25024=CARTESIAN_POINT('',(20.1636358803736,77.4862704967271,158.141396652997)); -#25025=CARTESIAN_POINT('Ctrl Pts',(20.005035635909,79.9999999999986,158.199258435278)); -#25026=CARTESIAN_POINT('Ctrl Pts',(20.0050357173112,79.6129197184462,158.199258442288)); -#25027=CARTESIAN_POINT('Ctrl Pts',(20.0170294641436,79.1876451076555,158.201663794184)); -#25028=CARTESIAN_POINT('Ctrl Pts',(20.0695226630561,78.3399918761071,158.196099944511)); -#25029=CARTESIAN_POINT('Ctrl Pts',(20.1100226471981,77.9176018642778,158.190843380856)); -#25030=CARTESIAN_POINT('Ctrl Pts',(20.1594247119444,77.5196825403717,158.145512909589)); -#25031=CARTESIAN_POINT('Ctrl Pts',(20.1615032208937,77.5031040056521,158.143529971833)); -#25032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967271,158.141396652997)); -#25033=CARTESIAN_POINT('',(20.1636358803736,110.,158.141396652997)); -#25034=CARTESIAN_POINT('Origin',(20.0221955414993,110.,158.000000029809)); -#25035=CARTESIAN_POINT('',(20.2221607598731,77.0609799490091,158.003505161865)); -#25036=CARTESIAN_POINT('',(20.0050354003906,80.,157.800741644622)); -#25037=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490091,158.003505161865)); -#25038=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221283,158.002325148738)); -#25039=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913175,158.001152344888)); -#25040=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913175,157.996081271691)); -#25041=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823468,157.99193360338)); -#25042=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078323,157.984151491582)); -#25043=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195263938,157.980513632535)); -#25044=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889176,157.96410820783)); -#25045=CARTESIAN_POINT('Ctrl Pts',(20.2168875565598,77.0966575255584,157.953553482879)); -#25046=CARTESIAN_POINT('Ctrl Pts',(20.2057883912287,77.1727019563245,157.914084334697)); -#25047=CARTESIAN_POINT('Ctrl Pts',(20.1955226873018,77.2452441004848,157.898736887044)); -#25048=CARTESIAN_POINT('Ctrl Pts',(20.1756280080727,77.3923038687157,157.870564980488)); -#25049=CARTESIAN_POINT('Ctrl Pts',(20.1659257987075,77.4673181693141,157.860452433629)); -#25050=CARTESIAN_POINT('Ctrl Pts',(20.1100226471982,77.9176018642779,157.809156678761)); -#25051=CARTESIAN_POINT('Ctrl Pts',(20.0695226630562,78.3399918761072,157.803900115106)); -#25052=CARTESIAN_POINT('Ctrl Pts',(20.0170294641437,79.1876451076556,157.798336265433)); -#25053=CARTESIAN_POINT('Ctrl Pts',(20.0050357173113,79.6129197184462,157.800741617329)); -#25054=CARTESIAN_POINT('Ctrl Pts',(20.0050356359091,79.9999999999986,157.800741624339)); -#25055=CARTESIAN_POINT('',(20.2221607598731,110.,158.003505161865)); -#25056=CARTESIAN_POINT('',(20.0050354003906,110.,157.800741644622)); -#25057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,158.141396652997)); -#25058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,158.141396652997)); -#25059=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,158.13454070829)); -#25060=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,158.13454070829)); -#25061=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,158.126099819059)); -#25062=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,158.126099819059)); -#25063=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,158.101255166196)); -#25064=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,158.101255166196)); -#25065=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,158.085907791025)); -#25066=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,158.085907791025)); -#25067=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,158.046440258616)); -#25068=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,158.046440258616)); -#25069=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,158.035885813383)); -#25070=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,158.035885813383)); -#25071=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,158.019481178471)); -#25072=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,158.019481178471)); -#25073=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,158.015843400093)); -#25074=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,158.015843400093)); -#25075=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,158.009207189857)); -#25076=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,158.009207189857)); -#25077=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,158.006334202628)); -#25078=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,158.006334202628)); -#25079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,158.003505161865)); -#25080=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,158.003505161865)); -#25081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967271,158.141396652997)); -#25082=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135614938,158.125766235395)); -#25083=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324544,158.110378743704)); -#25084=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323212,158.094410761422)); -#25085=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275007,158.084408328728)); -#25086=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796309717,158.066941925002)); -#25087=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393387,158.063272992161)); -#25088=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914815,158.056593523054)); -#25089=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690756,158.053192231538)); -#25090=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368881,158.044508445503)); -#25091=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458261,158.038147394302)); -#25092=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385258519,158.026584326012)); -#25093=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344126,158.02258386268)); -#25094=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023140211,158.01604630301)); -#25095=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642869,158.013612161136)); -#25096=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812215,158.008847802661)); -#25097=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063911,158.006182544381)); -#25098=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490091,158.003505161865)); -#25099=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25100=CARTESIAN_POINT('',(20.0050354003906,80.,156.199258414995)); -#25101=CARTESIAN_POINT('',(20.0050354003906,110.,156.199258414995)); -#25102=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25103=CARTESIAN_POINT('Origin',(20.0221955414993,110.,156.000000029809)); -#25104=CARTESIAN_POINT('',(20.1636358803736,77.4862704967333,156.141396652997)); -#25105=CARTESIAN_POINT('Ctrl Pts',(20.0050356359097,79.9999999999986,156.199258435278)); -#25106=CARTESIAN_POINT('Ctrl Pts',(20.0050357173119,79.6129197184468,156.199258442288)); -#25107=CARTESIAN_POINT('Ctrl Pts',(20.0170294641442,79.1876451076572,156.201663794184)); -#25108=CARTESIAN_POINT('Ctrl Pts',(20.0695226630566,78.3399918761101,156.196099944511)); -#25109=CARTESIAN_POINT('Ctrl Pts',(20.1100226471985,77.9176018642814,156.190843380856)); -#25110=CARTESIAN_POINT('Ctrl Pts',(20.1594247119446,77.5196825403765,156.145512909589)); -#25111=CARTESIAN_POINT('Ctrl Pts',(20.1615032208938,77.5031040056575,156.143529971833)); -#25112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967333,156.141396652997)); -#25113=CARTESIAN_POINT('',(20.1636358803736,110.,156.141396652997)); -#25114=CARTESIAN_POINT('Origin',(20.0221955414993,110.,156.000000029809)); -#25115=CARTESIAN_POINT('',(20.2221607598731,77.0609799490145,156.003505161865)); -#25116=CARTESIAN_POINT('',(20.0050354003906,80.,155.800741644622)); -#25117=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490145,156.003505161865)); -#25118=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221337,156.002325148738)); -#25119=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913228,156.001152344888)); -#25120=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913228,155.996081271691)); -#25121=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823522,155.991933603381)); -#25122=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078377,155.984151491582)); -#25123=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195263992,155.980513632535)); -#25124=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889229,155.96410820783)); -#25125=CARTESIAN_POINT('Ctrl Pts',(20.2168875565598,77.0966575255637,155.953553482879)); -#25126=CARTESIAN_POINT('Ctrl Pts',(20.2057883912288,77.1727019563296,155.914084334698)); -#25127=CARTESIAN_POINT('Ctrl Pts',(20.1955226873019,77.2452441004897,155.898736887044)); -#25128=CARTESIAN_POINT('Ctrl Pts',(20.1756280080729,77.3923038687202,155.870564980488)); -#25129=CARTESIAN_POINT('Ctrl Pts',(20.1659257987078,77.4673181693184,155.86045243363)); -#25130=CARTESIAN_POINT('Ctrl Pts',(20.1100226471986,77.9176018642815,155.809156678761)); -#25131=CARTESIAN_POINT('Ctrl Pts',(20.0695226630567,78.3399918761102,155.803900115106)); -#25132=CARTESIAN_POINT('Ctrl Pts',(20.0170294641444,79.1876451076573,155.798336265433)); -#25133=CARTESIAN_POINT('Ctrl Pts',(20.005035717312,79.6129197184468,155.800741617329)); -#25134=CARTESIAN_POINT('Ctrl Pts',(20.0050356359098,79.9999999999986,155.800741624339)); -#25135=CARTESIAN_POINT('',(20.2221607598731,110.,156.003505161865)); -#25136=CARTESIAN_POINT('',(20.0050354003906,110.,155.800741644622)); -#25137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,156.141396652997)); -#25138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,156.141396652997)); -#25139=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,156.13454070829)); -#25140=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,156.13454070829)); -#25141=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,156.126099819059)); -#25142=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,156.126099819059)); -#25143=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,156.101255166196)); -#25144=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,156.101255166196)); -#25145=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,156.085907791025)); -#25146=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,156.085907791025)); -#25147=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,156.046440258616)); -#25148=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,156.046440258616)); -#25149=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,156.035885813383)); -#25150=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,156.035885813383)); -#25151=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,156.019481178471)); -#25152=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,156.019481178471)); -#25153=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,156.015843400093)); -#25154=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,156.015843400093)); -#25155=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,156.009207189857)); -#25156=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,156.009207189857)); -#25157=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,156.006334202628)); -#25158=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,156.006334202628)); -#25159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,156.003505161865)); -#25160=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,156.003505161865)); -#25161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967333,156.141396652997)); -#25162=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135615003,156.125766235396)); -#25163=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324608,156.110378743704)); -#25164=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323266,156.094410761422)); -#25165=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275063,156.084408328727)); -#25166=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796309789,156.066941925002)); -#25167=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393449,156.063272992161)); -#25168=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914869,156.056593523054)); -#25169=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769081,156.053192231538)); -#25170=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487368933,156.044508445503)); -#25171=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458314,156.038147394302)); -#25172=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258575,156.026584326013)); -#25173=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634418,156.02258386268)); -#25174=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023140263,156.01604630301)); -#25175=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642922,156.013612161136)); -#25176=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812269,156.008847802661)); -#25177=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139063965,156.006182544381)); -#25178=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490145,156.003505161865)); -#25179=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25180=CARTESIAN_POINT('',(20.0050354003906,80.,154.199258414995)); -#25181=CARTESIAN_POINT('',(20.0050354003906,110.,154.199258414995)); -#25182=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25183=CARTESIAN_POINT('Origin',(20.0221955414993,110.,154.000000029809)); -#25184=CARTESIAN_POINT('',(20.1636358803736,77.4862704967395,154.141396652997)); -#25185=CARTESIAN_POINT('Ctrl Pts',(20.0050356359104,79.9999999999986,154.199258435278)); -#25186=CARTESIAN_POINT('Ctrl Pts',(20.0050357173126,79.6129197184474,154.199258442288)); -#25187=CARTESIAN_POINT('Ctrl Pts',(20.0170294641449,79.187645107659,154.201663794184)); -#25188=CARTESIAN_POINT('Ctrl Pts',(20.0695226630571,78.3399918761131,154.196099944511)); -#25189=CARTESIAN_POINT('Ctrl Pts',(20.1100226471989,77.917601864285,154.190843380856)); -#25190=CARTESIAN_POINT('Ctrl Pts',(20.1594247119448,77.5196825403813,154.145512909589)); -#25191=CARTESIAN_POINT('Ctrl Pts',(20.1615032208939,77.503104005663,154.143529971833)); -#25192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967395,154.141396652997)); -#25193=CARTESIAN_POINT('',(20.1636358803736,110.,154.141396652997)); -#25194=CARTESIAN_POINT('Origin',(20.0221955414993,110.,154.000000029809)); -#25195=CARTESIAN_POINT('',(20.2221607598731,77.0609799490198,154.003505161865)); -#25196=CARTESIAN_POINT('',(20.0050354003906,80.,153.800741644622)); -#25197=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490198,154.003505161865)); -#25198=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722139,154.002325148738)); -#25199=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913282,154.001152344888)); -#25200=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913282,153.996081271691)); -#25201=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823575,153.991933603381)); -#25202=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.064745907843,153.984151491582)); -#25203=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264045,153.980513632535)); -#25204=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889282,153.96410820783)); -#25205=CARTESIAN_POINT('Ctrl Pts',(20.2168875565599,77.096657525569,153.953553482879)); -#25206=CARTESIAN_POINT('Ctrl Pts',(20.2057883912289,77.1727019563347,153.914084334698)); -#25207=CARTESIAN_POINT('Ctrl Pts',(20.195522687302,77.2452441004946,153.898736887044)); -#25208=CARTESIAN_POINT('Ctrl Pts',(20.1756280080731,77.3923038687248,153.870564980488)); -#25209=CARTESIAN_POINT('Ctrl Pts',(20.165925798708,77.4673181693228,153.86045243363)); -#25210=CARTESIAN_POINT('Ctrl Pts',(20.110022647199,77.9176018642851,153.809156678762)); -#25211=CARTESIAN_POINT('Ctrl Pts',(20.0695226630573,78.3399918761132,153.803900115106)); -#25212=CARTESIAN_POINT('Ctrl Pts',(20.0170294641451,79.1876451076591,153.798336265433)); -#25213=CARTESIAN_POINT('Ctrl Pts',(20.0050357173128,79.6129197184474,153.800741617329)); -#25214=CARTESIAN_POINT('Ctrl Pts',(20.0050356359106,79.9999999999986,153.800741624339)); -#25215=CARTESIAN_POINT('',(20.2221607598731,110.,154.003505161865)); -#25216=CARTESIAN_POINT('',(20.0050354003906,110.,153.800741644622)); -#25217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,154.141396652997)); -#25218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,154.141396652997)); -#25219=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,154.13454070829)); -#25220=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,154.13454070829)); -#25221=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,154.126099819059)); -#25222=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,154.126099819059)); -#25223=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,154.101255166196)); -#25224=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,154.101255166196)); -#25225=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,154.085907791025)); -#25226=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,154.085907791025)); -#25227=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,154.046440258616)); -#25228=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,154.046440258616)); -#25229=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,154.035885813383)); -#25230=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,154.035885813383)); -#25231=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,154.019481178471)); -#25232=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,154.019481178471)); -#25233=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,154.015843400093)); -#25234=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,154.015843400093)); -#25235=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,154.009207189857)); -#25236=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,154.009207189857)); -#25237=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,154.006334202628)); -#25238=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,154.006334202628)); -#25239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,154.003505161865)); -#25240=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,154.003505161865)); -#25241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967395,154.141396652997)); -#25242=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615062,154.125766235396)); -#25243=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324665,154.110378743704)); -#25244=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323325,154.094410761422)); -#25245=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275119,154.084408328727)); -#25246=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309836,154.066941925002)); -#25247=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.13008993935,154.063272992161)); -#25248=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845914926,154.056593523054)); -#25249=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690865,154.053192231538)); -#25250=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487368992,154.044508445503)); -#25251=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458368,154.038147394302)); -#25252=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385258626,154.026584326012)); -#25253=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344234,154.02258386268)); -#25254=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140315,154.016046303009)); -#25255=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077642975,154.013612161136)); -#25256=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812323,154.008847802661)); -#25257=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064018,154.006182544381)); -#25258=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490198,154.003505161865)); -#25259=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25260=CARTESIAN_POINT('',(20.0050354003906,80.,152.199258414995)); -#25261=CARTESIAN_POINT('',(20.0050354003906,110.,152.199258414995)); -#25262=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25263=CARTESIAN_POINT('Origin',(20.0221955414993,110.,152.000000029809)); -#25264=CARTESIAN_POINT('',(20.1636358803736,77.4862704967457,152.141396652997)); -#25265=CARTESIAN_POINT('Ctrl Pts',(20.0050356359111,79.9999999999986,152.199258435278)); -#25266=CARTESIAN_POINT('Ctrl Pts',(20.0050357173134,79.612919718448,152.199258442288)); -#25267=CARTESIAN_POINT('Ctrl Pts',(20.0170294641456,79.1876451076607,152.201663794184)); -#25268=CARTESIAN_POINT('Ctrl Pts',(20.0695226630577,78.339991876116,152.196099944511)); -#25269=CARTESIAN_POINT('Ctrl Pts',(20.1100226471993,77.9176018642886,152.190843380856)); -#25270=CARTESIAN_POINT('Ctrl Pts',(20.159424711945,77.5196825403861,152.145512909589)); -#25271=CARTESIAN_POINT('Ctrl Pts',(20.161503220894,77.5031040056685,152.143529971833)); -#25272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967457,152.141396652997)); -#25273=CARTESIAN_POINT('',(20.1636358803736,110.,152.141396652997)); -#25274=CARTESIAN_POINT('Origin',(20.0221955414993,110.,152.000000029809)); -#25275=CARTESIAN_POINT('',(20.2221607598731,77.0609799490252,152.003505161865)); -#25276=CARTESIAN_POINT('',(20.0050354003906,80.,151.800741644622)); -#25277=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490252,152.003505161865)); -#25278=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221444,152.002325148738)); -#25279=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913335,152.001152344888)); -#25280=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913335,151.996081271691)); -#25281=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823628,151.991933603381)); -#25282=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078483,151.984151491582)); -#25283=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264098,151.980513632535)); -#25284=CARTESIAN_POINT('Ctrl Pts',(20.2193999129401,77.0796056889335,151.96410820783)); -#25285=CARTESIAN_POINT('Ctrl Pts',(20.2168875565599,77.0966575255742,151.953553482879)); -#25286=CARTESIAN_POINT('Ctrl Pts',(20.2057883912289,77.1727019563398,151.914084334698)); -#25287=CARTESIAN_POINT('Ctrl Pts',(20.1955226873021,77.2452441004994,151.898736887044)); -#25288=CARTESIAN_POINT('Ctrl Pts',(20.1756280080733,77.3923038687293,151.870564980488)); -#25289=CARTESIAN_POINT('Ctrl Pts',(20.1659257987082,77.4673181693271,151.86045243363)); -#25290=CARTESIAN_POINT('Ctrl Pts',(20.1100226471994,77.9176018642887,151.809156678762)); -#25291=CARTESIAN_POINT('Ctrl Pts',(20.0695226630578,78.3399918761162,151.803900115107)); -#25292=CARTESIAN_POINT('Ctrl Pts',(20.0170294641457,79.1876451076608,151.798336265433)); -#25293=CARTESIAN_POINT('Ctrl Pts',(20.0050357173135,79.612919718448,151.800741617329)); -#25294=CARTESIAN_POINT('Ctrl Pts',(20.0050356359113,79.9999999999986,151.800741624339)); -#25295=CARTESIAN_POINT('',(20.2221607598731,110.,152.003505161865)); -#25296=CARTESIAN_POINT('',(20.0050354003906,110.,151.800741644622)); -#25297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,152.141396652997)); -#25298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,152.141396652997)); -#25299=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,152.13454070829)); -#25300=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,152.13454070829)); -#25301=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,152.126099819059)); -#25302=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,152.126099819059)); -#25303=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,152.101255166196)); -#25304=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,152.101255166196)); -#25305=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,152.085907791025)); -#25306=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,152.085907791025)); -#25307=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,152.046440258616)); -#25308=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,152.046440258616)); -#25309=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,152.035885813383)); -#25310=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,152.035885813383)); -#25311=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,152.019481178471)); -#25312=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,152.019481178471)); -#25313=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,152.015843400093)); -#25314=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,152.015843400093)); -#25315=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,152.009207189857)); -#25316=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,152.009207189857)); -#25317=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,152.006334202628)); -#25318=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,152.006334202628)); -#25319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,152.003505161865)); -#25320=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,152.003505161865)); -#25321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967457,152.141396652997)); -#25322=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615113,152.125766235395)); -#25323=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324716,152.110378743704)); -#25324=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323382,152.094410761423)); -#25325=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275174,152.084408328727)); -#25326=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796309886,152.066941925002)); -#25327=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393553,152.063272992161)); -#25328=CARTESIAN_POINT('Ctrl Pts',(20.2140372036078,77.1161845914984,152.056593523054)); -#25329=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769092,152.053192231538)); -#25330=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369041,152.044508445503)); -#25331=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458422,152.038147394302)); -#25332=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258685,152.026584326013)); -#25333=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386344289,152.02258386268)); -#25334=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.065002314037,152.01604630301)); -#25335=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764303,152.013612161136)); -#25336=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812376,152.008847802661)); -#25337=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064072,152.006182544381)); -#25338=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490252,152.003505161865)); -#25339=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25340=CARTESIAN_POINT('',(20.0050354003906,80.,150.199258414995)); -#25341=CARTESIAN_POINT('',(20.0050354003906,110.,150.199258414995)); -#25342=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25343=CARTESIAN_POINT('Origin',(20.0221955414993,110.,150.000000029809)); -#25344=CARTESIAN_POINT('',(20.1636358803736,77.4862704967518,150.141396652997)); -#25345=CARTESIAN_POINT('Ctrl Pts',(20.0050356359118,79.9999999999986,150.199258435278)); -#25346=CARTESIAN_POINT('Ctrl Pts',(20.0050357173141,79.6129197184485,150.199258442288)); -#25347=CARTESIAN_POINT('Ctrl Pts',(20.0170294641463,79.1876451076625,150.201663794184)); -#25348=CARTESIAN_POINT('Ctrl Pts',(20.0695226630582,78.3399918761191,150.196099944511)); -#25349=CARTESIAN_POINT('Ctrl Pts',(20.1100226471997,77.9176018642922,150.190843380855)); -#25350=CARTESIAN_POINT('Ctrl Pts',(20.1594247119452,77.5196825403909,150.145512909589)); -#25351=CARTESIAN_POINT('Ctrl Pts',(20.1615032208941,77.503104005674,150.143529971832)); -#25352=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967518,150.141396652997)); -#25353=CARTESIAN_POINT('',(20.1636358803736,110.,150.141396652997)); -#25354=CARTESIAN_POINT('Origin',(20.0221955414993,110.,150.000000029809)); -#25355=CARTESIAN_POINT('',(20.2221607598731,77.0609799490305,150.003505161865)); -#25356=CARTESIAN_POINT('',(20.0050354003906,80.,149.800741644622)); -#25357=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490305,150.003505161865)); -#25358=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221497,150.002325148738)); -#25359=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913388,150.001152344888)); -#25360=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913388,149.996081271691)); -#25361=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823681,149.991933603381)); -#25362=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078536,149.984151491582)); -#25363=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264151,149.980513632535)); -#25364=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889388,149.96410820783)); -#25365=CARTESIAN_POINT('Ctrl Pts',(20.2168875565599,77.0966575255795,149.953553482879)); -#25366=CARTESIAN_POINT('Ctrl Pts',(20.205788391229,77.1727019563448,149.914084334698)); -#25367=CARTESIAN_POINT('Ctrl Pts',(20.1955226873022,77.2452441005043,149.898736887044)); -#25368=CARTESIAN_POINT('Ctrl Pts',(20.1756280080734,77.3923038687338,149.870564980489)); -#25369=CARTESIAN_POINT('Ctrl Pts',(20.1659257987085,77.4673181693315,149.86045243363)); -#25370=CARTESIAN_POINT('Ctrl Pts',(20.1100226471998,77.9176018642923,149.809156678762)); -#25371=CARTESIAN_POINT('Ctrl Pts',(20.0695226630583,78.3399918761191,149.803900115107)); -#25372=CARTESIAN_POINT('Ctrl Pts',(20.0170294641464,79.1876451076626,149.798336265433)); -#25373=CARTESIAN_POINT('Ctrl Pts',(20.0050357173142,79.6129197184485,149.800741617329)); -#25374=CARTESIAN_POINT('Ctrl Pts',(20.005035635912,79.9999999999986,149.800741624339)); -#25375=CARTESIAN_POINT('',(20.2221607598731,110.,150.003505161865)); -#25376=CARTESIAN_POINT('',(20.0050354003906,110.,149.800741644622)); -#25377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,150.141396652997)); -#25378=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,150.141396652997)); -#25379=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,150.13454070829)); -#25380=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,150.13454070829)); -#25381=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,150.126099819059)); -#25382=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,150.126099819059)); -#25383=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,150.101255166196)); -#25384=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,150.101255166196)); -#25385=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,150.085907791025)); -#25386=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,150.085907791025)); -#25387=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,150.046440258616)); -#25388=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,150.046440258616)); -#25389=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,150.035885813383)); -#25390=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,150.035885813383)); -#25391=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,150.019481178471)); -#25392=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,150.019481178471)); -#25393=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,150.015843400093)); -#25394=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,150.015843400093)); -#25395=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,150.009207189857)); -#25396=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,150.009207189857)); -#25397=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,150.006334202628)); -#25398=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,150.006334202628)); -#25399=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,150.003505161865)); -#25400=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,150.003505161865)); -#25401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967518,150.141396652997)); -#25402=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615173,150.125766235395)); -#25403=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324774,150.110378743704)); -#25404=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323435,150.094410761422)); -#25405=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275229,150.084408328727)); -#25406=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.138479630995,150.066941925002)); -#25407=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393611,150.063272992161)); -#25408=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915027,150.056593523054)); -#25409=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567690971,150.053192231538)); -#25410=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369095,150.044508445503)); -#25411=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458476,150.038147394302)); -#25412=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258737,150.026584326013)); -#25413=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344341,150.02258386268)); -#25414=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140423,150.01604630301)); -#25415=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643083,150.013612161136)); -#25416=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581243,150.008847802661)); -#25417=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064125,150.006182544381)); -#25418=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490305,150.003505161865)); -#25419=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25420=CARTESIAN_POINT('',(20.0050354003906,80.,148.199258414995)); -#25421=CARTESIAN_POINT('',(20.0050354003906,110.,148.199258414995)); -#25422=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25423=CARTESIAN_POINT('Origin',(20.0221955414993,110.,148.000000029809)); -#25424=CARTESIAN_POINT('',(20.1636358803736,77.486270496758,148.141396652997)); -#25425=CARTESIAN_POINT('Ctrl Pts',(20.0050356359126,79.9999999999986,148.199258435278)); -#25426=CARTESIAN_POINT('Ctrl Pts',(20.0050357173148,79.6129197184491,148.199258442289)); -#25427=CARTESIAN_POINT('Ctrl Pts',(20.017029464147,79.1876451076642,148.201663794184)); -#25428=CARTESIAN_POINT('Ctrl Pts',(20.0695226630587,78.339991876122,148.19609994451)); -#25429=CARTESIAN_POINT('Ctrl Pts',(20.1100226472001,77.9176018642958,148.190843380855)); -#25430=CARTESIAN_POINT('Ctrl Pts',(20.1594247119453,77.5196825403957,148.145512909589)); -#25431=CARTESIAN_POINT('Ctrl Pts',(20.1615032208942,77.5031040056795,148.143529971832)); -#25432=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496758,148.141396652997)); -#25433=CARTESIAN_POINT('',(20.1636358803736,110.,148.141396652997)); -#25434=CARTESIAN_POINT('Origin',(20.0221955414993,110.,148.000000029809)); -#25435=CARTESIAN_POINT('',(20.2221607598731,77.0609799490359,148.003505161865)); -#25436=CARTESIAN_POINT('',(20.0050354003906,80.,147.800741644622)); -#25437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490359,148.003505161865)); -#25438=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221551,148.002325148738)); -#25439=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913442,148.001152344888)); -#25440=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913442,147.996081271691)); -#25441=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823735,147.991933603381)); -#25442=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.064745907859,147.984151491582)); -#25443=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264205,147.980513632535)); -#25444=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889441,147.96410820783)); -#25445=CARTESIAN_POINT('Ctrl Pts',(20.2168875565599,77.0966575255847,147.953553482879)); -#25446=CARTESIAN_POINT('Ctrl Pts',(20.2057883912291,77.1727019563499,147.914084334698)); -#25447=CARTESIAN_POINT('Ctrl Pts',(20.1955226873023,77.2452441005092,147.898736887045)); -#25448=CARTESIAN_POINT('Ctrl Pts',(20.1756280080736,77.3923038687383,147.870564980489)); -#25449=CARTESIAN_POINT('Ctrl Pts',(20.1659257987087,77.4673181693358,147.860452433631)); -#25450=CARTESIAN_POINT('Ctrl Pts',(20.1100226472002,77.917601864296,147.809156678762)); -#25451=CARTESIAN_POINT('Ctrl Pts',(20.0695226630588,78.3399918761222,147.803900115107)); -#25452=CARTESIAN_POINT('Ctrl Pts',(20.0170294641471,79.1876451076643,147.798336265433)); -#25453=CARTESIAN_POINT('Ctrl Pts',(20.0050357173149,79.6129197184491,147.800741617329)); -#25454=CARTESIAN_POINT('Ctrl Pts',(20.0050356359127,79.9999999999986,147.800741624339)); -#25455=CARTESIAN_POINT('',(20.2221607598731,110.,148.003505161865)); -#25456=CARTESIAN_POINT('',(20.0050354003906,110.,147.800741644622)); -#25457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,148.141396652997)); -#25458=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,148.141396652997)); -#25459=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,148.13454070829)); -#25460=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,148.13454070829)); -#25461=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,148.126099819059)); -#25462=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,148.126099819059)); -#25463=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,148.101255166196)); -#25464=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,148.101255166196)); -#25465=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,148.085907791025)); -#25466=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,148.085907791025)); -#25467=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,148.046440258616)); -#25468=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,148.046440258616)); -#25469=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,148.035885813383)); -#25470=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,148.035885813383)); -#25471=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,148.019481178471)); -#25472=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,148.019481178471)); -#25473=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,148.015843400093)); -#25474=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,148.015843400093)); -#25475=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,148.009207189857)); -#25476=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,148.009207189857)); -#25477=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,148.006334202628)); -#25478=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,148.006334202628)); -#25479=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,148.003505161865)); -#25480=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,148.003505161865)); -#25481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496758,148.141396652997)); -#25482=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615231,148.125766235395)); -#25483=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324831,148.110378743704)); -#25484=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323492,148.094410761422)); -#25485=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275285,148.084408328727)); -#25486=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796310003,148.066941925002)); -#25487=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393665,148.063272992161)); -#25488=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915083,148.056593523054)); -#25489=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691026,148.053192231538)); -#25490=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369152,148.044508445503)); -#25491=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555945853,148.038147394302)); -#25492=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258795,148.026584326013)); -#25493=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386344397,148.02258386268)); -#25494=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140475,148.016046303009)); -#25495=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643136,148.013612161136)); -#25496=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812484,148.008847802661)); -#25497=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064179,148.006182544381)); -#25498=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490359,148.003505161865)); -#25499=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25500=CARTESIAN_POINT('',(20.0050354003906,80.,146.199258414995)); -#25501=CARTESIAN_POINT('',(20.0050354003906,110.,146.199258414995)); -#25502=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25503=CARTESIAN_POINT('Origin',(20.0221955414993,110.,146.000000029809)); -#25504=CARTESIAN_POINT('',(20.1636358803736,77.4862704967642,146.141396652997)); -#25505=CARTESIAN_POINT('Ctrl Pts',(20.0050356359133,79.9999999999986,146.199258435278)); -#25506=CARTESIAN_POINT('Ctrl Pts',(20.0050357173155,79.6129197184497,146.199258442289)); -#25507=CARTESIAN_POINT('Ctrl Pts',(20.0170294641476,79.187645107666,146.201663794184)); -#25508=CARTESIAN_POINT('Ctrl Pts',(20.0695226630592,78.339991876125,146.19609994451)); -#25509=CARTESIAN_POINT('Ctrl Pts',(20.1100226472005,77.9176018642994,146.190843380855)); -#25510=CARTESIAN_POINT('Ctrl Pts',(20.1594247119455,77.5196825404005,146.145512909588)); -#25511=CARTESIAN_POINT('Ctrl Pts',(20.1615032208943,77.5031040056849,146.143529971832)); -#25512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967642,146.141396652997)); -#25513=CARTESIAN_POINT('',(20.1636358803736,110.,146.141396652997)); -#25514=CARTESIAN_POINT('Origin',(20.0221955414993,110.,146.000000029809)); -#25515=CARTESIAN_POINT('',(20.2221607598731,77.0609799490412,146.003505161865)); -#25516=CARTESIAN_POINT('',(20.0050354003906,80.,145.800741644622)); -#25517=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490412,146.003505161865)); -#25518=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221604,146.002325148738)); -#25519=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913495,146.001152344888)); -#25520=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913495,145.996081271691)); -#25521=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823789,145.991933603381)); -#25522=CARTESIAN_POINT('Ctrl Pts',(20.2216015863909,77.0647459078643,145.984151491582)); -#25523=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264258,145.980513632535)); -#25524=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889494,145.96410820783)); -#25525=CARTESIAN_POINT('Ctrl Pts',(20.2168875565599,77.09665752559,145.953553482879)); -#25526=CARTESIAN_POINT('Ctrl Pts',(20.2057883912292,77.1727019563549,145.914084334698)); -#25527=CARTESIAN_POINT('Ctrl Pts',(20.1955226873024,77.2452441005141,145.898736887045)); -#25528=CARTESIAN_POINT('Ctrl Pts',(20.1756280080738,77.3923038687428,145.870564980489)); -#25529=CARTESIAN_POINT('Ctrl Pts',(20.1659257987089,77.4673181693402,145.860452433631)); -#25530=CARTESIAN_POINT('Ctrl Pts',(20.1100226472006,77.9176018642995,145.809156678762)); -#25531=CARTESIAN_POINT('Ctrl Pts',(20.0695226630594,78.3399918761251,145.803900115107)); -#25532=CARTESIAN_POINT('Ctrl Pts',(20.0170294641478,79.1876451076661,145.798336265433)); -#25533=CARTESIAN_POINT('Ctrl Pts',(20.0050357173157,79.6129197184497,145.800741617329)); -#25534=CARTESIAN_POINT('Ctrl Pts',(20.0050356359134,79.9999999999986,145.800741624339)); -#25535=CARTESIAN_POINT('',(20.2221607598731,110.,146.003505161865)); -#25536=CARTESIAN_POINT('',(20.0050354003906,110.,145.800741644622)); -#25537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,146.141396652997)); -#25538=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,146.141396652997)); -#25539=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,146.13454070829)); -#25540=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,146.13454070829)); -#25541=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,146.126099819059)); -#25542=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,146.126099819059)); -#25543=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,146.101255166196)); -#25544=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,146.101255166196)); -#25545=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,146.085907791025)); -#25546=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,146.085907791025)); -#25547=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,146.046440258616)); -#25548=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,146.046440258616)); -#25549=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,146.035885813383)); -#25550=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,146.035885813383)); -#25551=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,146.019481178471)); -#25552=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,146.019481178471)); -#25553=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,146.015843400093)); -#25554=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,146.015843400093)); -#25555=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,146.009207189857)); -#25556=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,146.009207189857)); -#25557=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,146.006334202628)); -#25558=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,146.006334202628)); -#25559=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,146.003505161865)); -#25560=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,146.003505161865)); -#25561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967642,146.141396652997)); -#25562=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135615297,146.125766235396)); -#25563=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895324896,146.110378743704)); -#25564=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323549,146.094410761422)); -#25565=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275338,146.084408328727)); -#25566=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796310059,146.066941925002)); -#25567=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393717,146.063272992161)); -#25568=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915137,146.056593523054)); -#25569=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567691077,146.053192231537)); -#25570=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487369196,146.044508445502)); -#25571=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559458578,146.038147394301)); -#25572=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385258841,146.026584326012)); -#25573=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344445,146.02258386268)); -#25574=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140528,146.016046303009)); -#25575=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077643187,146.013612161135)); -#25576=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812534,146.00884780266)); -#25577=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906423,146.00618254438)); -#25578=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490411,146.003505161864)); -#25579=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25580=CARTESIAN_POINT('',(20.0050354003906,80.,144.199258414995)); -#25581=CARTESIAN_POINT('',(20.0050354003906,110.,144.199258414995)); -#25582=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25583=CARTESIAN_POINT('Origin',(20.0221955414993,110.,144.000000029809)); -#25584=CARTESIAN_POINT('',(20.1636358803736,77.4862704967704,144.141396652997)); -#25585=CARTESIAN_POINT('Ctrl Pts',(20.005035635914,79.9999999999986,144.199258435278)); -#25586=CARTESIAN_POINT('Ctrl Pts',(20.0050357173162,79.6129197184502,144.199258442289)); -#25587=CARTESIAN_POINT('Ctrl Pts',(20.0170294641483,79.1876451076677,144.201663794184)); -#25588=CARTESIAN_POINT('Ctrl Pts',(20.0695226630597,78.339991876128,144.19609994451)); -#25589=CARTESIAN_POINT('Ctrl Pts',(20.1100226472009,77.917601864303,144.190843380855)); -#25590=CARTESIAN_POINT('Ctrl Pts',(20.1594247119457,77.5196825404054,144.145512909588)); -#25591=CARTESIAN_POINT('Ctrl Pts',(20.1615032208943,77.5031040056904,144.143529971832)); -#25592=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967704,144.141396652997)); -#25593=CARTESIAN_POINT('',(20.1636358803736,110.,144.141396652997)); -#25594=CARTESIAN_POINT('Origin',(20.0221955414993,110.,144.000000029809)); -#25595=CARTESIAN_POINT('',(20.2221607598731,77.0609799490466,144.003505161865)); -#25596=CARTESIAN_POINT('',(20.0050354003906,80.,143.800741644622)); -#25597=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490466,144.003505161865)); -#25598=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221658,144.002325148738)); -#25599=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913549,144.001152344888)); -#25600=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913549,143.996081271691)); -#25601=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823842,143.991933603381)); -#25602=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459078697,143.984151491582)); -#25603=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264311,143.980513632535)); -#25604=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889547,143.96410820783)); -#25605=CARTESIAN_POINT('Ctrl Pts',(20.21688755656,77.0966575255952,143.953553482879)); -#25606=CARTESIAN_POINT('Ctrl Pts',(20.2057883912292,77.17270195636,143.914084334699)); -#25607=CARTESIAN_POINT('Ctrl Pts',(20.1955226873025,77.245244100519,143.898736887045)); -#25608=CARTESIAN_POINT('Ctrl Pts',(20.175628008074,77.3923038687474,143.870564980489)); -#25609=CARTESIAN_POINT('Ctrl Pts',(20.1659257987092,77.4673181693445,143.860452433631)); -#25610=CARTESIAN_POINT('Ctrl Pts',(20.110022647201,77.9176018643032,143.809156678763)); -#25611=CARTESIAN_POINT('Ctrl Pts',(20.0695226630599,78.3399918761281,143.803900115107)); -#25612=CARTESIAN_POINT('Ctrl Pts',(20.0170294641485,79.1876451076678,143.798336265433)); -#25613=CARTESIAN_POINT('Ctrl Pts',(20.0050357173164,79.6129197184502,143.800741617329)); -#25614=CARTESIAN_POINT('Ctrl Pts',(20.0050356359141,79.9999999999986,143.800741624339)); -#25615=CARTESIAN_POINT('',(20.2221607598731,110.,144.003505161865)); -#25616=CARTESIAN_POINT('',(20.0050354003906,110.,143.800741644622)); -#25617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,144.141396652997)); -#25618=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,144.141396652997)); -#25619=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,144.13454070829)); -#25620=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,144.13454070829)); -#25621=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,144.126099819059)); -#25622=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,144.126099819059)); -#25623=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,144.101255166196)); -#25624=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,144.101255166196)); -#25625=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,144.085907791025)); -#25626=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,144.085907791025)); -#25627=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,144.046440258616)); -#25628=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,144.046440258616)); -#25629=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,144.035885813383)); -#25630=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,144.035885813383)); -#25631=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,144.019481178471)); -#25632=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,144.019481178471)); -#25633=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,144.015843400093)); -#25634=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,144.015843400093)); -#25635=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,144.009207189857)); -#25636=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,144.009207189857)); -#25637=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,144.006334202628)); -#25638=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,144.006334202628)); -#25639=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,144.003505161865)); -#25640=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,144.003505161865)); -#25641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967704,144.141396652997)); -#25642=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615351,144.125766235395)); -#25643=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895324947,144.110378743704)); -#25644=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323603,144.094410761422)); -#25645=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275396,144.084408328727)); -#25646=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479631011,144.066941925002)); -#25647=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393773,144.063272992161)); -#25648=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915188,144.056593523054)); -#25649=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691134,144.053192231538)); -#25650=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369258,144.044508445503)); -#25651=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458637,144.038147394302)); -#25652=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385258895,144.026584326012)); -#25653=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344502,144.02258386268)); -#25654=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023140584,144.01604630301)); -#25655=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643244,144.013612161136)); -#25656=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581259,144.008847802661)); -#25657=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064286,144.006182544381)); -#25658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490466,144.003505161865)); -#25659=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25660=CARTESIAN_POINT('',(20.0050354003906,80.,142.199258414995)); -#25661=CARTESIAN_POINT('',(20.0050354003906,110.,142.199258414995)); -#25662=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25663=CARTESIAN_POINT('Origin',(20.0221955414993,110.,142.000000029809)); -#25664=CARTESIAN_POINT('',(20.1636358803736,77.4862704967765,142.141396652997)); -#25665=CARTESIAN_POINT('Ctrl Pts',(20.0050356359147,79.9999999999986,142.199258435278)); -#25666=CARTESIAN_POINT('Ctrl Pts',(20.005035717317,79.6129197184508,142.199258442289)); -#25667=CARTESIAN_POINT('Ctrl Pts',(20.017029464149,79.1876451076695,142.201663794184)); -#25668=CARTESIAN_POINT('Ctrl Pts',(20.0695226630603,78.339991876131,142.19609994451)); -#25669=CARTESIAN_POINT('Ctrl Pts',(20.1100226472013,77.9176018643066,142.190843380855)); -#25670=CARTESIAN_POINT('Ctrl Pts',(20.1594247119459,77.5196825404102,142.145512909588)); -#25671=CARTESIAN_POINT('Ctrl Pts',(20.1615032208944,77.5031040056959,142.143529971832)); -#25672=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967765,142.141396652997)); -#25673=CARTESIAN_POINT('',(20.1636358803736,110.,142.141396652997)); -#25674=CARTESIAN_POINT('Origin',(20.0221955414993,110.,142.000000029809)); -#25675=CARTESIAN_POINT('',(20.2221607598731,77.0609799490519,142.003505161865)); -#25676=CARTESIAN_POINT('',(20.0050354003906,80.,141.800741644622)); -#25677=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490519,142.003505161865)); -#25678=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221711,142.002325148738)); -#25679=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913603,142.001152344888)); -#25680=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913603,141.996081271691)); -#25681=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823896,141.991933603381)); -#25682=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459078751,141.984151491582)); -#25683=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264365,141.980513632535)); -#25684=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.07960568896,141.96410820783)); -#25685=CARTESIAN_POINT('Ctrl Pts',(20.21688755656,77.0966575256005,141.953553482879)); -#25686=CARTESIAN_POINT('Ctrl Pts',(20.2057883912293,77.172701956365,141.914084334699)); -#25687=CARTESIAN_POINT('Ctrl Pts',(20.1955226873026,77.2452441005238,141.898736887045)); -#25688=CARTESIAN_POINT('Ctrl Pts',(20.1756280080742,77.3923038687519,141.87056498049)); -#25689=CARTESIAN_POINT('Ctrl Pts',(20.1659257987094,77.4673181693488,141.860452433631)); -#25690=CARTESIAN_POINT('Ctrl Pts',(20.1100226472014,77.9176018643067,141.809156678763)); -#25691=CARTESIAN_POINT('Ctrl Pts',(20.0695226630604,78.3399918761311,141.803900115107)); -#25692=CARTESIAN_POINT('Ctrl Pts',(20.0170294641491,79.1876451076696,141.798336265433)); -#25693=CARTESIAN_POINT('Ctrl Pts',(20.0050357173171,79.6129197184508,141.800741617329)); -#25694=CARTESIAN_POINT('Ctrl Pts',(20.0050356359148,79.9999999999986,141.800741624339)); -#25695=CARTESIAN_POINT('',(20.2221607598731,110.,142.003505161865)); -#25696=CARTESIAN_POINT('',(20.0050354003906,110.,141.800741644622)); -#25697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,142.141396652997)); -#25698=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,142.141396652997)); -#25699=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,142.13454070829)); -#25700=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,142.13454070829)); -#25701=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,142.126099819059)); -#25702=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,142.126099819059)); -#25703=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,142.101255166196)); -#25704=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,142.101255166196)); -#25705=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,142.085907791025)); -#25706=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,142.085907791025)); -#25707=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,142.046440258616)); -#25708=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,142.046440258616)); -#25709=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,142.035885813383)); -#25710=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,142.035885813383)); -#25711=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,142.019481178471)); -#25712=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,142.019481178471)); -#25713=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,142.015843400093)); -#25714=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,142.015843400093)); -#25715=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,142.009207189857)); -#25716=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,142.009207189857)); -#25717=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,142.006334202628)); -#25718=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,142.006334202628)); -#25719=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,142.003505161865)); -#25720=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,142.003505161865)); -#25721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967765,142.141396652997)); -#25722=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615408,142.125766235395)); -#25723=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325003,142.110378743704)); -#25724=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323664,142.094410761423)); -#25725=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275452,142.084408328728)); -#25726=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310155,142.066941925002)); -#25727=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393824,142.063272992161)); -#25728=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915248,142.056593523054)); -#25729=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691189,142.053192231538)); -#25730=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369311,142.044508445503)); -#25731=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458691,142.038147394302)); -#25732=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385258951,142.026584326013)); -#25733=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344555,142.02258386268)); -#25734=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140636,142.01604630301)); -#25735=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643297,142.013612161136)); -#25736=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812644,142.008847802661)); -#25737=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064339,142.006182544381)); -#25738=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490519,142.003505161865)); -#25739=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25740=CARTESIAN_POINT('',(20.0050354003906,80.,140.199258414995)); -#25741=CARTESIAN_POINT('',(20.0050354003906,110.,140.199258414995)); -#25742=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25743=CARTESIAN_POINT('Origin',(20.0221955414993,110.,140.000000029809)); -#25744=CARTESIAN_POINT('',(20.1636358803736,77.4862704967827,140.141396652997)); -#25745=CARTESIAN_POINT('Ctrl Pts',(20.0050356359154,79.9999999999986,140.199258435279)); -#25746=CARTESIAN_POINT('Ctrl Pts',(20.0050357173177,79.6129197184514,140.199258442289)); -#25747=CARTESIAN_POINT('Ctrl Pts',(20.0170294641497,79.1876451076712,140.201663794184)); -#25748=CARTESIAN_POINT('Ctrl Pts',(20.0695226630608,78.339991876134,140.19609994451)); -#25749=CARTESIAN_POINT('Ctrl Pts',(20.1100226472017,77.9176018643103,140.190843380854)); -#25750=CARTESIAN_POINT('Ctrl Pts',(20.1594247119461,77.519682540415,140.145512909588)); -#25751=CARTESIAN_POINT('Ctrl Pts',(20.1615032208945,77.5031040057014,140.143529971832)); -#25752=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967827,140.141396652997)); -#25753=CARTESIAN_POINT('',(20.1636358803736,110.,140.141396652997)); -#25754=CARTESIAN_POINT('Origin',(20.0221955414993,110.,140.000000029809)); -#25755=CARTESIAN_POINT('',(20.2221607598731,77.0609799490572,140.003505161865)); -#25756=CARTESIAN_POINT('',(20.0050354003906,80.,139.800741644622)); -#25757=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490572,140.003505161865)); -#25758=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221764,140.002325148738)); -#25759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913656,140.001152344888)); -#25760=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913656,139.996081271691)); -#25761=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185823949,139.991933603381)); -#25762=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459078804,139.984151491582)); -#25763=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264418,139.980513632535)); -#25764=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889653,139.96410820783)); -#25765=CARTESIAN_POINT('Ctrl Pts',(20.21688755656,77.0966575256057,139.953553482879)); -#25766=CARTESIAN_POINT('Ctrl Pts',(20.2057883912294,77.1727019563701,139.914084334699)); -#25767=CARTESIAN_POINT('Ctrl Pts',(20.1955226873027,77.2452441005288,139.898736887045)); -#25768=CARTESIAN_POINT('Ctrl Pts',(20.1756280080744,77.3923038687564,139.87056498049)); -#25769=CARTESIAN_POINT('Ctrl Pts',(20.1659257987096,77.4673181693532,139.860452433632)); -#25770=CARTESIAN_POINT('Ctrl Pts',(20.1100226472018,77.9176018643104,139.809156678763)); -#25771=CARTESIAN_POINT('Ctrl Pts',(20.0695226630609,78.3399918761341,139.803900115107)); -#25772=CARTESIAN_POINT('Ctrl Pts',(20.0170294641498,79.1876451076713,139.798336265433)); -#25773=CARTESIAN_POINT('Ctrl Pts',(20.0050357173178,79.6129197184514,139.800741617329)); -#25774=CARTESIAN_POINT('Ctrl Pts',(20.0050356359155,79.9999999999986,139.800741624339)); -#25775=CARTESIAN_POINT('',(20.2221607598731,110.,140.003505161865)); -#25776=CARTESIAN_POINT('',(20.0050354003906,110.,139.800741644622)); -#25777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,140.141396652997)); -#25778=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,140.141396652997)); -#25779=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,140.13454070829)); -#25780=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,140.13454070829)); -#25781=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,140.126099819059)); -#25782=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,140.126099819059)); -#25783=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,140.101255166196)); -#25784=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,140.101255166196)); -#25785=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,140.085907791025)); -#25786=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,140.085907791025)); -#25787=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,140.046440258616)); -#25788=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,140.046440258616)); -#25789=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,140.035885813383)); -#25790=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,140.035885813383)); -#25791=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,140.019481178471)); -#25792=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,140.019481178471)); -#25793=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,140.015843400093)); -#25794=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,140.015843400093)); -#25795=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,140.009207189857)); -#25796=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,140.009207189857)); -#25797=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,140.006334202628)); -#25798=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,140.006334202628)); -#25799=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,140.003505161865)); -#25800=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,140.003505161865)); -#25801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967827,140.141396652997)); -#25802=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615469,140.125766235395)); -#25803=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325063,140.110378743704)); -#25804=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323718,140.094410761422)); -#25805=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275508,140.084408328727)); -#25806=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310214,140.066941925002)); -#25807=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393881,140.063272992161)); -#25808=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915299,140.056593523054)); -#25809=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691243,140.053192231538)); -#25810=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369368,140.044508445503)); -#25811=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458745,140.038147394302)); -#25812=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385259003,140.026584326012)); -#25813=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344609,140.02258386268)); -#25814=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.065002314069,140.01604630301)); -#25815=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764335,140.013612161136)); -#25816=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812698,140.008847802661)); -#25817=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064393,140.006182544381)); -#25818=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490572,140.003505161865)); -#25819=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25820=CARTESIAN_POINT('',(20.0050354003906,80.,138.199258414995)); -#25821=CARTESIAN_POINT('',(20.0050354003906,110.,138.199258414995)); -#25822=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25823=CARTESIAN_POINT('Origin',(20.0221955414993,110.,138.000000029809)); -#25824=CARTESIAN_POINT('',(20.1636358803736,77.4862704967889,138.141396652997)); -#25825=CARTESIAN_POINT('Ctrl Pts',(20.0050356359161,79.9999999999985,138.199258435279)); -#25826=CARTESIAN_POINT('Ctrl Pts',(20.0050357173184,79.6129197184519,138.199258442289)); -#25827=CARTESIAN_POINT('Ctrl Pts',(20.0170294641503,79.187645107673,138.201663794184)); -#25828=CARTESIAN_POINT('Ctrl Pts',(20.0695226630613,78.339991876137,138.19609994451)); -#25829=CARTESIAN_POINT('Ctrl Pts',(20.1100226472021,77.9176018643139,138.190843380854)); -#25830=CARTESIAN_POINT('Ctrl Pts',(20.1594247119462,77.5196825404198,138.145512909588)); -#25831=CARTESIAN_POINT('Ctrl Pts',(20.1615032208946,77.5031040057069,138.143529971832)); -#25832=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967889,138.141396652997)); -#25833=CARTESIAN_POINT('',(20.1636358803736,110.,138.141396652997)); -#25834=CARTESIAN_POINT('Origin',(20.0221955414993,110.,138.000000029809)); -#25835=CARTESIAN_POINT('',(20.2221607598731,77.0609799490626,138.003505161865)); -#25836=CARTESIAN_POINT('',(20.0050354003906,80.,137.800741644622)); -#25837=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490626,138.003505161865)); -#25838=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221818,138.002325148738)); -#25839=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913709,138.001152344888)); -#25840=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913709,137.996081271691)); -#25841=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824002,137.991933603381)); -#25842=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459078857,137.984151491582)); -#25843=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264471,137.980513632536)); -#25844=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889706,137.96410820783)); -#25845=CARTESIAN_POINT('Ctrl Pts',(20.21688755656,77.096657525611,137.95355348288)); -#25846=CARTESIAN_POINT('Ctrl Pts',(20.2057883912294,77.1727019563751,137.914084334699)); -#25847=CARTESIAN_POINT('Ctrl Pts',(20.1955226873029,77.2452441005336,137.898736887046)); -#25848=CARTESIAN_POINT('Ctrl Pts',(20.1756280080746,77.3923038687609,137.87056498049)); -#25849=CARTESIAN_POINT('Ctrl Pts',(20.1659257987098,77.4673181693575,137.860452433632)); -#25850=CARTESIAN_POINT('Ctrl Pts',(20.1100226472022,77.9176018643139,137.809156678763)); -#25851=CARTESIAN_POINT('Ctrl Pts',(20.0695226630614,78.3399918761371,137.803900115108)); -#25852=CARTESIAN_POINT('Ctrl Pts',(20.0170294641505,79.1876451076731,137.798336265433)); -#25853=CARTESIAN_POINT('Ctrl Pts',(20.0050357173186,79.6129197184519,137.800741617328)); -#25854=CARTESIAN_POINT('Ctrl Pts',(20.0050356359163,79.9999999999986,137.800741624339)); -#25855=CARTESIAN_POINT('',(20.2221607598731,110.,138.003505161865)); -#25856=CARTESIAN_POINT('',(20.0050354003906,110.,137.800741644622)); -#25857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,138.141396652997)); -#25858=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,138.141396652997)); -#25859=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,138.13454070829)); -#25860=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,138.13454070829)); -#25861=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,138.126099819059)); -#25862=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,138.126099819059)); -#25863=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,138.101255166196)); -#25864=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,138.101255166196)); -#25865=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,138.085907791025)); -#25866=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,138.085907791025)); -#25867=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,138.046440258616)); -#25868=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,138.046440258616)); -#25869=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,138.035885813383)); -#25870=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,138.035885813383)); -#25871=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,138.019481178471)); -#25872=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,138.019481178471)); -#25873=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,138.015843400093)); -#25874=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,138.015843400093)); -#25875=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,138.009207189857)); -#25876=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,138.009207189857)); -#25877=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,138.006334202628)); -#25878=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,138.006334202628)); -#25879=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,138.003505161865)); -#25880=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,138.003505161865)); -#25881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704967889,138.141396652997)); -#25882=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615528,138.125766235395)); -#25883=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.291089532512,138.110378743704)); -#25884=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683323776,138.094410761423)); -#25885=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275561,138.084408328727)); -#25886=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310268,138.066941925002)); -#25887=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899393932,138.063272992161)); -#25888=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915355,138.056593523054)); -#25889=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567691295,138.053192231537)); -#25890=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369417,138.044508445502)); -#25891=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559458794,138.038147394301)); -#25892=CARTESIAN_POINT('Ctrl Pts',(20.2204613330178,77.0724385259048,138.026584326012)); -#25893=CARTESIAN_POINT('Ctrl Pts',(20.2209502347819,77.0691386344655,138.022583862679)); -#25894=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023140745,138.01604630301)); -#25895=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077643401,138.013612161135)); -#25896=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812748,138.00884780266)); -#25897=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064444,138.00618254438)); -#25898=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490625,138.003505161864)); -#25899=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25900=CARTESIAN_POINT('',(20.0050354003906,80.,136.199258414995)); -#25901=CARTESIAN_POINT('',(20.0050354003906,110.,136.199258414995)); -#25902=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25903=CARTESIAN_POINT('Origin',(20.0221955414993,110.,136.000000029809)); -#25904=CARTESIAN_POINT('',(20.1636358803736,77.486270496795,136.141396652997)); -#25905=CARTESIAN_POINT('Ctrl Pts',(20.0050356359168,79.9999999999986,136.199258435279)); -#25906=CARTESIAN_POINT('Ctrl Pts',(20.0050357173191,79.6129197184525,136.199258442289)); -#25907=CARTESIAN_POINT('Ctrl Pts',(20.017029464151,79.1876451076747,136.201663794184)); -#25908=CARTESIAN_POINT('Ctrl Pts',(20.0695226630618,78.33999187614,136.19609994451)); -#25909=CARTESIAN_POINT('Ctrl Pts',(20.1100226472025,77.9176018643175,136.190843380854)); -#25910=CARTESIAN_POINT('Ctrl Pts',(20.1594247119464,77.5196825404246,136.145512909588)); -#25911=CARTESIAN_POINT('Ctrl Pts',(20.1615032208947,77.5031040057124,136.143529971832)); -#25912=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496795,136.141396652997)); -#25913=CARTESIAN_POINT('',(20.1636358803736,110.,136.141396652997)); -#25914=CARTESIAN_POINT('Origin',(20.0221955414993,110.,136.000000029809)); -#25915=CARTESIAN_POINT('',(20.2221607598731,77.060979949068,136.003505161865)); -#25916=CARTESIAN_POINT('',(20.0050354003906,80.,135.800741644622)); -#25917=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949068,136.003505161865)); -#25918=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221872,136.002325148738)); -#25919=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913763,136.001152344888)); -#25920=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913763,135.996081271691)); -#25921=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824055,135.991933603381)); -#25922=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.064745907891,135.984151491582)); -#25923=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264525,135.980513632536)); -#25924=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889759,135.964108207831)); -#25925=CARTESIAN_POINT('Ctrl Pts',(20.2168875565601,77.0966575256162,135.95355348288)); -#25926=CARTESIAN_POINT('Ctrl Pts',(20.2057883912295,77.1727019563802,135.914084334699)); -#25927=CARTESIAN_POINT('Ctrl Pts',(20.195522687303,77.2452441005385,135.898736887046)); -#25928=CARTESIAN_POINT('Ctrl Pts',(20.1756280080748,77.3923038687654,135.87056498049)); -#25929=CARTESIAN_POINT('Ctrl Pts',(20.1659257987101,77.4673181693618,135.860452433632)); -#25930=CARTESIAN_POINT('Ctrl Pts',(20.1100226472026,77.9176018643175,135.809156678763)); -#25931=CARTESIAN_POINT('Ctrl Pts',(20.069522663062,78.3399918761401,135.803900115108)); -#25932=CARTESIAN_POINT('Ctrl Pts',(20.0170294641512,79.1876451076748,135.798336265433)); -#25933=CARTESIAN_POINT('Ctrl Pts',(20.0050357173193,79.6129197184525,135.800741617328)); -#25934=CARTESIAN_POINT('Ctrl Pts',(20.005035635917,79.9999999999986,135.800741624339)); -#25935=CARTESIAN_POINT('',(20.2221607598731,110.,136.003505161865)); -#25936=CARTESIAN_POINT('',(20.0050354003906,110.,135.800741644622)); -#25937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,136.141396652997)); -#25938=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,136.141396652997)); -#25939=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,136.13454070829)); -#25940=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,136.13454070829)); -#25941=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,136.126099819059)); -#25942=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,136.126099819059)); -#25943=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,136.101255166196)); -#25944=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,136.101255166196)); -#25945=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,136.085907791025)); -#25946=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,136.085907791025)); -#25947=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,136.046440258616)); -#25948=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,136.046440258616)); -#25949=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,136.035885813383)); -#25950=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,136.035885813383)); -#25951=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,136.019481178471)); -#25952=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,136.019481178471)); -#25953=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,136.015843400093)); -#25954=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,136.015843400093)); -#25955=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,136.009207189857)); -#25956=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,136.009207189857)); -#25957=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,136.006334202628)); -#25958=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,136.006334202628)); -#25959=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,136.003505161865)); -#25960=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,136.003505161865)); -#25961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496795,136.141396652997)); -#25962=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615587,136.125766235396)); -#25963=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325178,136.110378743704)); -#25964=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332383,136.094410761422)); -#25965=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275619,136.084408328727)); -#25966=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796310329,136.066941925002)); -#25967=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899393992,136.063272992161)); -#25968=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915409,136.056593523054)); -#25969=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691352,136.053192231538)); -#25970=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369477,136.044508445503)); -#25971=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458853,136.038147394302)); -#25972=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259113,136.026584326013)); -#25973=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386344718,136.02258386268)); -#25974=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023140799,136.01604630301)); -#25975=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643458,136.013612161136)); -#25976=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812804,136.008847802661)); -#25977=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.06131390645,136.006182544381)); -#25978=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949068,136.003505161865)); -#25979=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#25980=CARTESIAN_POINT('',(20.0050354003906,80.,134.199258414995)); -#25981=CARTESIAN_POINT('',(20.0050354003906,110.,134.199258414995)); -#25982=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#25983=CARTESIAN_POINT('Origin',(20.0221955414993,110.,134.000000029809)); -#25984=CARTESIAN_POINT('',(20.1636358803736,77.4862704968012,134.141396652997)); -#25985=CARTESIAN_POINT('Ctrl Pts',(20.0050356359175,79.9999999999986,134.199258435279)); -#25986=CARTESIAN_POINT('Ctrl Pts',(20.0050357173199,79.6129197184531,134.199258442289)); -#25987=CARTESIAN_POINT('Ctrl Pts',(20.0170294641517,79.1876451076765,134.201663794184)); -#25988=CARTESIAN_POINT('Ctrl Pts',(20.0695226630624,78.339991876143,134.19609994451)); -#25989=CARTESIAN_POINT('Ctrl Pts',(20.1100226472029,77.9176018643211,134.190843380854)); -#25990=CARTESIAN_POINT('Ctrl Pts',(20.1594247119466,77.5196825404294,134.145512909587)); -#25991=CARTESIAN_POINT('Ctrl Pts',(20.1615032208948,77.5031040057179,134.143529971832)); -#25992=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968012,134.141396652997)); -#25993=CARTESIAN_POINT('',(20.1636358803736,110.,134.141396652997)); -#25994=CARTESIAN_POINT('Origin',(20.0221955414993,110.,134.000000029809)); -#25995=CARTESIAN_POINT('',(20.2221607598731,77.0609799490733,134.003505161865)); -#25996=CARTESIAN_POINT('',(20.0050354003906,80.,133.800741644622)); -#25997=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490733,134.003505161865)); -#25998=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221925,134.002325148738)); -#25999=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913816,134.001152344888)); -#26000=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731913816,133.996081271691)); -#26001=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824109,133.991933603381)); -#26002=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459078963,133.984151491583)); -#26003=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264578,133.980513632536)); -#26004=CARTESIAN_POINT('Ctrl Pts',(20.2193999129402,77.0796056889812,133.964108207831)); -#26005=CARTESIAN_POINT('Ctrl Pts',(20.2168875565601,77.0966575256215,133.95355348288)); -#26006=CARTESIAN_POINT('Ctrl Pts',(20.2057883912296,77.1727019563853,133.9140843347)); -#26007=CARTESIAN_POINT('Ctrl Pts',(20.1955226873031,77.2452441005434,133.898736887046)); -#26008=CARTESIAN_POINT('Ctrl Pts',(20.175628008075,77.3923038687699,133.870564980491)); -#26009=CARTESIAN_POINT('Ctrl Pts',(20.1659257987103,77.4673181693662,133.860452433632)); -#26010=CARTESIAN_POINT('Ctrl Pts',(20.110022647203,77.9176018643211,133.809156678764)); -#26011=CARTESIAN_POINT('Ctrl Pts',(20.0695226630625,78.339991876143,133.803900115108)); -#26012=CARTESIAN_POINT('Ctrl Pts',(20.0170294641518,79.1876451076765,133.798336265433)); -#26013=CARTESIAN_POINT('Ctrl Pts',(20.00503571732,79.6129197184531,133.800741617328)); -#26014=CARTESIAN_POINT('Ctrl Pts',(20.0050356359177,79.9999999999985,133.800741624339)); -#26015=CARTESIAN_POINT('',(20.2221607598731,110.,134.003505161865)); -#26016=CARTESIAN_POINT('',(20.0050354003906,110.,133.800741644622)); -#26017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,134.141396652997)); -#26018=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,134.141396652997)); -#26019=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,134.13454070829)); -#26020=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,134.13454070829)); -#26021=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,134.126099819059)); -#26022=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,134.126099819059)); -#26023=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,134.101255166196)); -#26024=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,134.101255166196)); -#26025=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,134.085907791025)); -#26026=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,134.085907791025)); -#26027=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,134.046440258616)); -#26028=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,134.046440258616)); -#26029=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,134.035885813383)); -#26030=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,134.035885813383)); -#26031=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,134.019481178471)); -#26032=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,134.019481178471)); -#26033=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,134.015843400093)); -#26034=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,134.015843400093)); -#26035=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,134.009207189857)); -#26036=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,134.009207189857)); -#26037=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,134.006334202628)); -#26038=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,134.006334202628)); -#26039=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,134.003505161865)); -#26040=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,134.003505161865)); -#26041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968012,134.141396652997)); -#26042=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615647,134.125766235396)); -#26043=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325236,134.110378743704)); -#26044=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323885,134.094410761422)); -#26045=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275674,134.084408328727)); -#26046=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796310383,134.066941925002)); -#26047=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394046,134.063272992161)); -#26048=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.116184591545,134.056593523053)); -#26049=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567691402,134.053192231537)); -#26050=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369529,134.044508445503)); -#26051=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559458907,134.038147394302)); -#26052=CARTESIAN_POINT('Ctrl Pts',(20.2204613330175,77.0724385259173,134.026584326013)); -#26053=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386344774,134.022583862681)); -#26054=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023140851,134.01604630301)); -#26055=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643511,134.013612161136)); -#26056=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812858,134.008847802661)); -#26057=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064553,134.006182544381)); -#26058=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490733,134.003505161865)); -#26059=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26060=CARTESIAN_POINT('',(20.0050354003906,80.,132.199258414995)); -#26061=CARTESIAN_POINT('',(20.0050354003906,110.,132.199258414995)); -#26062=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26063=CARTESIAN_POINT('Origin',(20.0221955414993,110.,132.000000029809)); -#26064=CARTESIAN_POINT('',(20.1636358803736,77.4862704968074,132.141396652997)); -#26065=CARTESIAN_POINT('Ctrl Pts',(20.0050356359182,79.9999999999986,132.199258435279)); -#26066=CARTESIAN_POINT('Ctrl Pts',(20.0050357173206,79.6129197184537,132.199258442289)); -#26067=CARTESIAN_POINT('Ctrl Pts',(20.0170294641524,79.1876451076782,132.201663794184)); -#26068=CARTESIAN_POINT('Ctrl Pts',(20.0695226630629,78.339991876146,132.196099944509)); -#26069=CARTESIAN_POINT('Ctrl Pts',(20.1100226472033,77.9176018643247,132.190843380853)); -#26070=CARTESIAN_POINT('Ctrl Pts',(20.1594247119468,77.5196825404342,132.145512909587)); -#26071=CARTESIAN_POINT('Ctrl Pts',(20.1615032208949,77.5031040057233,132.143529971832)); -#26072=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968074,132.141396652997)); -#26073=CARTESIAN_POINT('',(20.1636358803736,110.,132.141396652997)); -#26074=CARTESIAN_POINT('Origin',(20.0221955414993,110.,132.000000029809)); -#26075=CARTESIAN_POINT('',(20.2221607598731,77.0609799490787,132.003505161865)); -#26076=CARTESIAN_POINT('',(20.0050354003906,80.,131.800741644622)); -#26077=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490787,132.003505161865)); -#26078=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407221979,132.002325148738)); -#26079=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191387,132.001152344888)); -#26080=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191387,131.996081271691)); -#26081=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824162,131.991933603381)); -#26082=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079016,131.984151491583)); -#26083=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264631,131.980513632536)); -#26084=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056889865,131.964108207831)); -#26085=CARTESIAN_POINT('Ctrl Pts',(20.2168875565601,77.0966575256267,131.95355348288)); -#26086=CARTESIAN_POINT('Ctrl Pts',(20.2057883912296,77.1727019563903,131.9140843347)); -#26087=CARTESIAN_POINT('Ctrl Pts',(20.1955226873032,77.2452441005482,131.898736887046)); -#26088=CARTESIAN_POINT('Ctrl Pts',(20.1756280080752,77.3923038687745,131.870564980491)); -#26089=CARTESIAN_POINT('Ctrl Pts',(20.1659257987105,77.4673181693705,131.860452433633)); -#26090=CARTESIAN_POINT('Ctrl Pts',(20.1100226472034,77.9176018643248,131.809156678764)); -#26091=CARTESIAN_POINT('Ctrl Pts',(20.069522663063,78.339991876146,131.803900115108)); -#26092=CARTESIAN_POINT('Ctrl Pts',(20.0170294641525,79.1876451076783,131.798336265433)); -#26093=CARTESIAN_POINT('Ctrl Pts',(20.0050357173207,79.6129197184536,131.800741617328)); -#26094=CARTESIAN_POINT('Ctrl Pts',(20.0050356359184,79.9999999999986,131.800741624339)); -#26095=CARTESIAN_POINT('',(20.2221607598731,110.,132.003505161865)); -#26096=CARTESIAN_POINT('',(20.0050354003906,110.,131.800741644622)); -#26097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,132.141396652997)); -#26098=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,132.141396652997)); -#26099=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,132.13454070829)); -#26100=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,132.13454070829)); -#26101=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,132.126099819059)); -#26102=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,132.126099819059)); -#26103=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,132.101255166196)); -#26104=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,132.101255166196)); -#26105=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,132.085907791025)); -#26106=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,132.085907791025)); -#26107=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,132.046440258616)); -#26108=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,132.046440258616)); -#26109=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,132.035885813383)); -#26110=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,132.035885813383)); -#26111=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,132.019481178471)); -#26112=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,132.019481178471)); -#26113=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,132.015843400093)); -#26114=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,132.015843400093)); -#26115=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,132.009207189857)); -#26116=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,132.009207189857)); -#26117=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,132.006334202628)); -#26118=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,132.006334202628)); -#26119=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,132.003505161865)); -#26120=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,132.003505161865)); -#26121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704968459,132.141396653002)); -#26122=CARTESIAN_POINT('Ctrl Pts',(20.1793528173515,77.3622135616063,132.125766235401)); -#26123=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895325702,132.110378743712)); -#26124=CARTESIAN_POINT('Ctrl Pts',(20.1992429966265,77.2193683324265,132.094410761431)); -#26125=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191275975,132.084408328736)); -#26126=CARTESIAN_POINT('Ctrl Pts',(20.2108003003267,77.1384796310612,132.066941925009)); -#26127=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.130089939425,132.063272992168)); -#26128=CARTESIAN_POINT('Ctrl Pts',(20.2140372036063,77.1161845915631,132.056593523059)); -#26129=CARTESIAN_POINT('Ctrl Pts',(20.2150186105611,77.1094567691564,132.053192231543)); -#26130=CARTESIAN_POINT('Ctrl Pts',(20.217259235823,77.0941487369658,132.044508445508)); -#26131=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559459018,132.038147394306)); -#26132=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385259252,132.026584326016)); -#26133=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386344846,132.022583862683)); -#26134=CARTESIAN_POINT('Ctrl Pts',(20.2215635271629,77.0650023140919,132.016046303012)); -#26135=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077643573,132.013612161138)); -#26136=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925812914,132.008847802662)); -#26137=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064607,132.006182544381)); -#26138=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490786,132.003505161865)); -#26139=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26140=CARTESIAN_POINT('',(20.0050354003906,80.,130.199258414995)); -#26141=CARTESIAN_POINT('',(20.0050354003906,110.,130.199258414995)); -#26142=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26143=CARTESIAN_POINT('Origin',(20.0221955414993,110.,130.000000029809)); -#26144=CARTESIAN_POINT('',(20.1636358803736,77.4862704968136,130.141396652997)); -#26145=CARTESIAN_POINT('Ctrl Pts',(20.005035635919,79.9999999999986,130.199258435279)); -#26146=CARTESIAN_POINT('Ctrl Pts',(20.0050357173213,79.6129197184542,130.199258442289)); -#26147=CARTESIAN_POINT('Ctrl Pts',(20.017029464153,79.18764510768,130.201663794184)); -#26148=CARTESIAN_POINT('Ctrl Pts',(20.0695226630634,78.3399918761489,130.196099944509)); -#26149=CARTESIAN_POINT('Ctrl Pts',(20.1100226472037,77.9176018643283,130.190843380853)); -#26150=CARTESIAN_POINT('Ctrl Pts',(20.159424711947,77.519682540439,130.145512909587)); -#26151=CARTESIAN_POINT('Ctrl Pts',(20.161503220895,77.5031040057288,130.143529971832)); -#26152=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968136,130.141396652997)); -#26153=CARTESIAN_POINT('',(20.1636358803736,110.,130.141396652997)); -#26154=CARTESIAN_POINT('Origin',(20.0221955414993,110.,130.000000029809)); -#26155=CARTESIAN_POINT('',(20.2221607598731,77.060979949084,130.003505161865)); -#26156=CARTESIAN_POINT('',(20.0050354003906,80.,129.800741644622)); -#26157=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949084,130.003505161865)); -#26158=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222032,130.002325148738)); -#26159=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913923,130.001152344888)); -#26160=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913923,129.996081271691)); -#26161=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824216,129.991933603381)); -#26162=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079071,129.984151491583)); -#26163=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264684,129.980513632536)); -#26164=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056889918,129.964108207831)); -#26165=CARTESIAN_POINT('Ctrl Pts',(20.2168875565601,77.096657525632,129.95355348288)); -#26166=CARTESIAN_POINT('Ctrl Pts',(20.2057883912297,77.1727019563954,129.9140843347)); -#26167=CARTESIAN_POINT('Ctrl Pts',(20.1955226873033,77.2452441005531,129.898736887046)); -#26168=CARTESIAN_POINT('Ctrl Pts',(20.1756280080754,77.392303868779,129.870564980491)); -#26169=CARTESIAN_POINT('Ctrl Pts',(20.1659257987108,77.4673181693748,129.860452433633)); -#26170=CARTESIAN_POINT('Ctrl Pts',(20.1100226472038,77.9176018643284,129.809156678764)); -#26171=CARTESIAN_POINT('Ctrl Pts',(20.0695226630635,78.339991876149,129.803900115108)); -#26172=CARTESIAN_POINT('Ctrl Pts',(20.0170294641532,79.1876451076801,129.798336265433)); -#26173=CARTESIAN_POINT('Ctrl Pts',(20.0050357173214,79.6129197184542,129.800741617328)); -#26174=CARTESIAN_POINT('Ctrl Pts',(20.0050356359191,79.9999999999986,129.800741624338)); -#26175=CARTESIAN_POINT('',(20.2221607598731,110.,130.003505161865)); -#26176=CARTESIAN_POINT('',(20.0050354003906,110.,129.800741644622)); -#26177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,130.141396652997)); -#26178=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,130.141396652997)); -#26179=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,130.13454070829)); -#26180=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,130.13454070829)); -#26181=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,130.126099819059)); -#26182=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,130.126099819059)); -#26183=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,130.101255166196)); -#26184=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,130.101255166196)); -#26185=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,130.085907791025)); -#26186=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,130.085907791025)); -#26187=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,130.046440258616)); -#26188=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,130.046440258616)); -#26189=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,130.035885813383)); -#26190=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,130.035885813383)); -#26191=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,130.019481178471)); -#26192=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,130.019481178471)); -#26193=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,130.015843400093)); -#26194=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,130.015843400093)); -#26195=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,130.009207189857)); -#26196=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,130.009207189857)); -#26197=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,130.006334202628)); -#26198=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,130.006334202628)); -#26199=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,130.003505161865)); -#26200=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,130.003505161865)); -#26201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968136,130.141396652997)); -#26202=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615764,130.125766235395)); -#26203=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325351,130.110378743704)); -#26204=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683323998,130.094410761422)); -#26205=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275786,130.084408328727)); -#26206=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796310501,130.066941925002)); -#26207=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394159,130.063272992161)); -#26208=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.116184591557,130.056593523054)); -#26209=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691514,130.053192231538)); -#26210=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369636,130.044508445503)); -#26211=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459015,130.038147394302)); -#26212=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259274,130.026584326013)); -#26213=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344878,130.02258386268)); -#26214=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.065002314096,130.01604630301)); -#26215=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643618,130.013612161136)); -#26216=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925812963,130.00884780266)); -#26217=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906466,130.006182544381)); -#26218=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949084,130.003505161865)); -#26219=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26220=CARTESIAN_POINT('',(20.0050354003906,80.,128.199258414995)); -#26221=CARTESIAN_POINT('',(20.0050354003906,110.,128.199258414995)); -#26222=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26223=CARTESIAN_POINT('Origin',(20.0221955414993,110.,128.000000029809)); -#26224=CARTESIAN_POINT('',(20.1636358803736,77.4862704968197,128.141396652997)); -#26225=CARTESIAN_POINT('Ctrl Pts',(20.0050356359197,79.9999999999986,128.199258435279)); -#26226=CARTESIAN_POINT('Ctrl Pts',(20.005035717322,79.6129197184548,128.199258442289)); -#26227=CARTESIAN_POINT('Ctrl Pts',(20.0170294641537,79.1876451076817,128.201663794184)); -#26228=CARTESIAN_POINT('Ctrl Pts',(20.0695226630639,78.3399918761519,128.196099944509)); -#26229=CARTESIAN_POINT('Ctrl Pts',(20.1100226472041,77.9176018643319,128.190843380853)); -#26230=CARTESIAN_POINT('Ctrl Pts',(20.1594247119471,77.5196825404439,128.145512909587)); -#26231=CARTESIAN_POINT('Ctrl Pts',(20.1615032208951,77.5031040057343,128.143529971832)); -#26232=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968197,128.141396652997)); -#26233=CARTESIAN_POINT('',(20.1636358803736,110.,128.141396652997)); -#26234=CARTESIAN_POINT('Origin',(20.0221955414993,110.,128.000000029809)); -#26235=CARTESIAN_POINT('',(20.2221607598731,77.0609799490893,128.003505161865)); -#26236=CARTESIAN_POINT('',(20.0050354003906,80.,127.800741644622)); -#26237=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490893,128.003505161865)); -#26238=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222085,128.002325148738)); -#26239=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913977,128.001152344888)); -#26240=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731913977,127.996081271691)); -#26241=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824269,127.991933603381)); -#26242=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079124,127.984151491583)); -#26243=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264738,127.980513632536)); -#26244=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056889971,127.964108207831)); -#26245=CARTESIAN_POINT('Ctrl Pts',(20.2168875565602,77.0966575256372,127.95355348288)); -#26246=CARTESIAN_POINT('Ctrl Pts',(20.2057883912298,77.1727019564005,127.9140843347)); -#26247=CARTESIAN_POINT('Ctrl Pts',(20.1955226873034,77.245244100558,127.898736887047)); -#26248=CARTESIAN_POINT('Ctrl Pts',(20.1756280080756,77.3923038687835,127.870564980491)); -#26249=CARTESIAN_POINT('Ctrl Pts',(20.165925798711,77.4673181693792,127.860452433633)); -#26250=CARTESIAN_POINT('Ctrl Pts',(20.1100226472043,77.917601864332,127.809156678764)); -#26251=CARTESIAN_POINT('Ctrl Pts',(20.0695226630641,78.339991876152,127.803900115108)); -#26252=CARTESIAN_POINT('Ctrl Pts',(20.0170294641539,79.1876451076818,127.798336265433)); -#26253=CARTESIAN_POINT('Ctrl Pts',(20.0050357173222,79.6129197184548,127.800741617328)); -#26254=CARTESIAN_POINT('Ctrl Pts',(20.0050356359198,79.9999999999986,127.800741624338)); -#26255=CARTESIAN_POINT('',(20.2221607598731,110.,128.003505161865)); -#26256=CARTESIAN_POINT('',(20.0050354003906,110.,127.800741644622)); -#26257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,128.141396652997)); -#26258=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,128.141396652997)); -#26259=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,128.13454070829)); -#26260=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,128.13454070829)); -#26261=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,128.126099819059)); -#26262=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,128.126099819059)); -#26263=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,128.101255166196)); -#26264=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,128.101255166196)); -#26265=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,128.085907791025)); -#26266=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,128.085907791025)); -#26267=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,128.046440258616)); -#26268=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,128.046440258616)); -#26269=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,128.035885813383)); -#26270=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,128.035885813383)); -#26271=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,128.019481178471)); -#26272=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,128.019481178471)); -#26273=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,128.015843400093)); -#26274=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,128.015843400093)); -#26275=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,128.009207189857)); -#26276=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,128.009207189857)); -#26277=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,128.006334202628)); -#26278=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,128.006334202628)); -#26279=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,128.003505161865)); -#26280=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,128.003505161865)); -#26281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968197,128.141396652997)); -#26282=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135615834,128.125766235396)); -#26283=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325417,128.110378743704)); -#26284=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324057,128.094410761423)); -#26285=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275841,128.084408328728)); -#26286=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310538,128.066941925002)); -#26287=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394207,128.063272992161)); -#26288=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845915635,128.056593523054)); -#26289=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769157,128.053192231538)); -#26290=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148736969,128.044508445503)); -#26291=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459068,128.038147394302)); -#26292=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259325,128.026584326013)); -#26293=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386344931,128.02258386268)); -#26294=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141012,128.01604630301)); -#26295=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643672,128.013612161136)); -#26296=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813018,128.008847802661)); -#26297=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064713,128.006182544381)); -#26298=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490893,128.003505161865)); -#26299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26300=CARTESIAN_POINT('',(20.0050354003906,80.,126.199258414995)); -#26301=CARTESIAN_POINT('',(20.0050354003906,110.,126.199258414995)); -#26302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,126.000000029809)); -#26304=CARTESIAN_POINT('',(20.1636358803736,77.4862704968259,126.141396652997)); -#26305=CARTESIAN_POINT('Ctrl Pts',(20.0050356359204,79.9999999999986,126.199258435279)); -#26306=CARTESIAN_POINT('Ctrl Pts',(20.0050357173227,79.6129197184554,126.199258442289)); -#26307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641544,79.1876451076835,126.201663794184)); -#26308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630644,78.3399918761549,126.196099944509)); -#26309=CARTESIAN_POINT('Ctrl Pts',(20.1100226472045,77.9176018643355,126.190843380853)); -#26310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119473,77.5196825404487,126.145512909587)); -#26311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208952,77.5031040057398,126.143529971831)); -#26312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968259,126.141396652997)); -#26313=CARTESIAN_POINT('',(20.1636358803736,110.,126.141396652997)); -#26314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,126.000000029809)); -#26315=CARTESIAN_POINT('',(20.2221607598731,77.0609799490947,126.003505161865)); -#26316=CARTESIAN_POINT('',(20.0050354003906,80.,125.800741644622)); -#26317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490947,126.003505161865)); -#26318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222139,126.002325148738)); -#26319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191403,126.001152344888)); -#26320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191403,125.996081271691)); -#26321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824323,125.991933603381)); -#26322=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079177,125.984151491583)); -#26323=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264791,125.980513632536)); -#26324=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056890024,125.964108207831)); -#26325=CARTESIAN_POINT('Ctrl Pts',(20.2168875565602,77.0966575256425,125.95355348288)); -#26326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912298,77.1727019564055,125.9140843347)); -#26327=CARTESIAN_POINT('Ctrl Pts',(20.1955226873035,77.2452441005629,125.898736887047)); -#26328=CARTESIAN_POINT('Ctrl Pts',(20.1756280080757,77.392303868788,125.870564980491)); -#26329=CARTESIAN_POINT('Ctrl Pts',(20.1659257987112,77.4673181693835,125.860452433633)); -#26330=CARTESIAN_POINT('Ctrl Pts',(20.1100226472047,77.9176018643356,125.809156678765)); -#26331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630646,78.339991876155,125.803900115108)); -#26332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641545,79.1876451076836,125.798336265433)); -#26333=CARTESIAN_POINT('Ctrl Pts',(20.0050357173229,79.6129197184553,125.800741617328)); -#26334=CARTESIAN_POINT('Ctrl Pts',(20.0050356359205,79.9999999999986,125.800741624338)); -#26335=CARTESIAN_POINT('',(20.2221607598731,110.,126.003505161865)); -#26336=CARTESIAN_POINT('',(20.0050354003906,110.,125.800741644622)); -#26337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,126.141396652997)); -#26338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,126.141396652997)); -#26339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,126.13454070829)); -#26340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,126.13454070829)); -#26341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,126.126099819059)); -#26342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,126.126099819059)); -#26343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,126.101255166196)); -#26344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,126.101255166196)); -#26345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,126.085907791025)); -#26346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,126.085907791025)); -#26347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,126.046440258616)); -#26348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,126.046440258616)); -#26349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,126.035885813383)); -#26350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,126.035885813383)); -#26351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,126.019481178471)); -#26352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,126.019481178471)); -#26353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,126.015843400093)); -#26354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,126.015843400093)); -#26355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,126.009207189857)); -#26356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,126.009207189857)); -#26357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,126.006334202628)); -#26358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,126.006334202628)); -#26359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,126.003505161865)); -#26360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,126.003505161865)); -#26361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968259,126.141396652997)); -#26362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135615882,126.125766235396)); -#26363=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325467,126.110378743704)); -#26364=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324113,126.094410761423)); -#26365=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275897,126.084408328728)); -#26366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796310604,126.066941925002)); -#26367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394266,126.063272992161)); -#26368=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.116184591568,126.056593523054)); -#26369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691623,126.053192231538)); -#26370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369747,126.044508445503)); -#26371=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459123,126.038147394302)); -#26372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259384,126.026584326013)); -#26373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386344987,126.022583862681)); -#26374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141066,126.01604630301)); -#26375=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643725,126.013612161136)); -#26376=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813071,126.008847802661)); -#26377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064767,126.006182544381)); -#26378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490947,126.003505161865)); -#26379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26380=CARTESIAN_POINT('',(20.0050354003906,80.,124.199258414995)); -#26381=CARTESIAN_POINT('',(20.0050354003906,110.,124.199258414995)); -#26382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,124.000000029809)); -#26384=CARTESIAN_POINT('',(20.1636358803736,77.4862704968321,124.141396652997)); -#26385=CARTESIAN_POINT('Ctrl Pts',(20.0050356359211,79.9999999999986,124.199258435279)); -#26386=CARTESIAN_POINT('Ctrl Pts',(20.0050357173235,79.6129197184559,124.199258442289)); -#26387=CARTESIAN_POINT('Ctrl Pts',(20.0170294641551,79.1876451076852,124.201663794184)); -#26388=CARTESIAN_POINT('Ctrl Pts',(20.069522663065,78.3399918761579,124.196099944509)); -#26389=CARTESIAN_POINT('Ctrl Pts',(20.1100226472049,77.9176018643391,124.190843380853)); -#26390=CARTESIAN_POINT('Ctrl Pts',(20.1594247119475,77.5196825404535,124.145512909587)); -#26391=CARTESIAN_POINT('Ctrl Pts',(20.1615032208953,77.5031040057453,124.143529971831)); -#26392=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968321,124.141396652997)); -#26393=CARTESIAN_POINT('',(20.1636358803736,110.,124.141396652997)); -#26394=CARTESIAN_POINT('Origin',(20.0221955414993,110.,124.000000029809)); -#26395=CARTESIAN_POINT('',(20.2221607598731,77.0609799491,124.003505161865)); -#26396=CARTESIAN_POINT('',(20.0050354003906,80.,123.800741644622)); -#26397=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491,124.003505161865)); -#26398=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222192,124.002325148738)); -#26399=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914083,124.001152344888)); -#26400=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914083,123.996081271691)); -#26401=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824376,123.991933603381)); -#26402=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.064745907923,123.984151491583)); -#26403=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264845,123.980513632536)); -#26404=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056890077,123.964108207831)); -#26405=CARTESIAN_POINT('Ctrl Pts',(20.2168875565602,77.0966575256477,123.95355348288)); -#26406=CARTESIAN_POINT('Ctrl Pts',(20.2057883912299,77.1727019564106,123.9140843347)); -#26407=CARTESIAN_POINT('Ctrl Pts',(20.1955226873036,77.2452441005678,123.898736887047)); -#26408=CARTESIAN_POINT('Ctrl Pts',(20.1756280080759,77.3923038687926,123.870564980492)); -#26409=CARTESIAN_POINT('Ctrl Pts',(20.1659257987114,77.4673181693878,123.860452433634)); -#26410=CARTESIAN_POINT('Ctrl Pts',(20.1100226472051,77.9176018643392,123.809156678765)); -#26411=CARTESIAN_POINT('Ctrl Pts',(20.0695226630651,78.339991876158,123.803900115108)); -#26412=CARTESIAN_POINT('Ctrl Pts',(20.0170294641552,79.1876451076853,123.798336265433)); -#26413=CARTESIAN_POINT('Ctrl Pts',(20.0050357173236,79.6129197184559,123.800741617328)); -#26414=CARTESIAN_POINT('Ctrl Pts',(20.0050356359212,79.9999999999985,123.800741624338)); -#26415=CARTESIAN_POINT('',(20.2221607598731,110.,124.003505161865)); -#26416=CARTESIAN_POINT('',(20.0050354003906,110.,123.800741644622)); -#26417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,124.141396652997)); -#26418=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,124.141396652997)); -#26419=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,124.13454070829)); -#26420=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,124.13454070829)); -#26421=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,124.126099819059)); -#26422=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,124.126099819059)); -#26423=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,124.101255166196)); -#26424=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,124.101255166196)); -#26425=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,124.085907791025)); -#26426=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,124.085907791025)); -#26427=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,124.046440258616)); -#26428=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,124.046440258616)); -#26429=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,124.035885813383)); -#26430=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,124.035885813383)); -#26431=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,124.019481178471)); -#26432=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,124.019481178471)); -#26433=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,124.015843400093)); -#26434=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,124.015843400093)); -#26435=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,124.009207189857)); -#26436=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,124.009207189857)); -#26437=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,124.006334202628)); -#26438=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,124.006334202628)); -#26439=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,124.003505161865)); -#26440=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,124.003505161865)); -#26441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968321,124.141396652997)); -#26442=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135615954,124.125766235396)); -#26443=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325531,124.110378743704)); -#26444=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324165,124.094410761422)); -#26445=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191275949,124.084408328727)); -#26446=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796310656,124.066941925002)); -#26447=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394316,124.063272992161)); -#26448=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845915711,124.056593523053)); -#26449=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567691667,124.053192231537)); -#26450=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.094148736979,124.044508445502)); -#26451=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.084555945917,124.038147394301)); -#26452=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385259433,124.026584326012)); -#26453=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345034,124.02258386268)); -#26454=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141121,124.01604630301)); -#26455=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077643776,124.013612161135)); -#26456=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813119,124.008847802659)); -#26457=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064818,124.00618254438)); -#26458=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799490998,124.003505161864)); -#26459=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26460=CARTESIAN_POINT('',(20.0050354003906,80.,122.199258414995)); -#26461=CARTESIAN_POINT('',(20.0050354003906,110.,122.199258414995)); -#26462=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26463=CARTESIAN_POINT('Origin',(20.0221955414993,110.,122.000000029809)); -#26464=CARTESIAN_POINT('',(20.1636358803736,77.4862704968383,122.141396652997)); -#26465=CARTESIAN_POINT('Ctrl Pts',(20.0050356359218,79.9999999999986,122.199258435279)); -#26466=CARTESIAN_POINT('Ctrl Pts',(20.0050357173242,79.6129197184565,122.199258442289)); -#26467=CARTESIAN_POINT('Ctrl Pts',(20.0170294641557,79.1876451076869,122.201663794184)); -#26468=CARTESIAN_POINT('Ctrl Pts',(20.0695226630655,78.3399918761609,122.196099944509)); -#26469=CARTESIAN_POINT('Ctrl Pts',(20.1100226472053,77.9176018643427,122.190843380852)); -#26470=CARTESIAN_POINT('Ctrl Pts',(20.1594247119477,77.5196825404583,122.145512909586)); -#26471=CARTESIAN_POINT('Ctrl Pts',(20.1615032208954,77.5031040057508,122.143529971831)); -#26472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968383,122.141396652997)); -#26473=CARTESIAN_POINT('',(20.1636358803736,110.,122.141396652997)); -#26474=CARTESIAN_POINT('Origin',(20.0221955414993,110.,122.000000029809)); -#26475=CARTESIAN_POINT('',(20.2221607598731,77.0609799491054,122.003505161865)); -#26476=CARTESIAN_POINT('',(20.0050354003906,80.,121.800741644622)); -#26477=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491054,122.003505161865)); -#26478=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222246,122.002325148738)); -#26479=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914137,122.001152344888)); -#26480=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914137,121.996081271691)); -#26481=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582443,121.991933603381)); -#26482=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079284,121.984151491583)); -#26483=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264898,121.980513632536)); -#26484=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.079605689013,121.964108207831)); -#26485=CARTESIAN_POINT('Ctrl Pts',(20.2168875565602,77.096657525653,121.95355348288)); -#26486=CARTESIAN_POINT('Ctrl Pts',(20.20578839123,77.1727019564156,121.914084334701)); -#26487=CARTESIAN_POINT('Ctrl Pts',(20.1955226873037,77.2452441005726,121.898736887047)); -#26488=CARTESIAN_POINT('Ctrl Pts',(20.1756280080761,77.3923038687971,121.870564980492)); -#26489=CARTESIAN_POINT('Ctrl Pts',(20.1659257987117,77.4673181693922,121.860452433634)); -#26490=CARTESIAN_POINT('Ctrl Pts',(20.1100226472055,77.9176018643428,121.809156678765)); -#26491=CARTESIAN_POINT('Ctrl Pts',(20.0695226630656,78.339991876161,121.803900115109)); -#26492=CARTESIAN_POINT('Ctrl Pts',(20.0170294641559,79.187645107687,121.798336265433)); -#26493=CARTESIAN_POINT('Ctrl Pts',(20.0050357173243,79.6129197184565,121.800741617328)); -#26494=CARTESIAN_POINT('Ctrl Pts',(20.005035635922,79.9999999999986,121.800741624338)); -#26495=CARTESIAN_POINT('',(20.2221607598731,110.,122.003505161865)); -#26496=CARTESIAN_POINT('',(20.0050354003906,110.,121.800741644622)); -#26497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,122.141396652997)); -#26498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,122.141396652997)); -#26499=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,122.13454070829)); -#26500=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,122.13454070829)); -#26501=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,122.126099819059)); -#26502=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,122.126099819059)); -#26503=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,122.101255166196)); -#26504=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,122.101255166196)); -#26505=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,122.085907791025)); -#26506=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,122.085907791025)); -#26507=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,122.046440258616)); -#26508=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,122.046440258616)); -#26509=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,122.035885813383)); -#26510=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,122.035885813383)); -#26511=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,122.019481178471)); -#26512=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,122.019481178471)); -#26513=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,122.015843400093)); -#26514=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,122.015843400093)); -#26515=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,122.009207189857)); -#26516=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,122.009207189857)); -#26517=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,122.006334202628)); -#26518=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,122.006334202628)); -#26519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,122.003505161865)); -#26520=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,122.003505161865)); -#26521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968383,122.141396652997)); -#26522=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.362213561601,122.125766235396)); -#26523=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325589,122.110378743704)); -#26524=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324223,122.094410761422)); -#26525=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276006,122.084408328727)); -#26526=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.138479631072,122.066941925002)); -#26527=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394375,122.063272992161)); -#26528=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845915772,122.056593523053)); -#26529=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.1094567691722,122.053192231537)); -#26530=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487369843,122.044508445502)); -#26531=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559459224,122.038147394301)); -#26532=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385259485,122.026584326012)); -#26533=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345088,122.02258386268)); -#26534=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141169,122.016046303009)); -#26535=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077643829,122.013612161135)); -#26536=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813174,122.008847802659)); -#26537=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064873,122.00618254438)); -#26538=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491053,122.003505161864)); -#26539=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26540=CARTESIAN_POINT('',(20.0050354003906,80.,120.199258414995)); -#26541=CARTESIAN_POINT('',(20.0050354003906,110.,120.199258414995)); -#26542=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26543=CARTESIAN_POINT('Origin',(20.0221955414993,110.,120.000000029809)); -#26544=CARTESIAN_POINT('',(20.1636358803736,77.4862704968444,120.141396652997)); -#26545=CARTESIAN_POINT('Ctrl Pts',(20.0050356359225,79.9999999999986,120.199258435279)); -#26546=CARTESIAN_POINT('Ctrl Pts',(20.0050357173249,79.6129197184571,120.199258442289)); -#26547=CARTESIAN_POINT('Ctrl Pts',(20.0170294641564,79.1876451076887,120.201663794184)); -#26548=CARTESIAN_POINT('Ctrl Pts',(20.069522663066,78.3399918761639,120.196099944509)); -#26549=CARTESIAN_POINT('Ctrl Pts',(20.1100226472057,77.9176018643463,120.190843380852)); -#26550=CARTESIAN_POINT('Ctrl Pts',(20.1594247119479,77.5196825404632,120.145512909586)); -#26551=CARTESIAN_POINT('Ctrl Pts',(20.1615032208954,77.5031040057563,120.143529971831)); -#26552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968444,120.141396652997)); -#26553=CARTESIAN_POINT('',(20.1636358803736,110.,120.141396652997)); -#26554=CARTESIAN_POINT('Origin',(20.0221955414993,110.,120.000000029809)); -#26555=CARTESIAN_POINT('',(20.2221607598731,77.0609799491107,120.003505161865)); -#26556=CARTESIAN_POINT('',(20.0050354003906,80.,119.800741644622)); -#26557=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491107,120.003505161865)); -#26558=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222299,120.002325148738)); -#26559=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191419,120.001152344888)); -#26560=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191419,119.996081271691)); -#26561=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824483,119.991933603381)); -#26562=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079337,119.984151491583)); -#26563=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195264951,119.980513632536)); -#26564=CARTESIAN_POINT('Ctrl Pts',(20.2193999129403,77.0796056890183,119.964108207831)); -#26565=CARTESIAN_POINT('Ctrl Pts',(20.2168875565602,77.0966575256582,119.95355348288)); -#26566=CARTESIAN_POINT('Ctrl Pts',(20.2057883912301,77.1727019564207,119.914084334701)); -#26567=CARTESIAN_POINT('Ctrl Pts',(20.1955226873038,77.2452441005776,119.898736887047)); -#26568=CARTESIAN_POINT('Ctrl Pts',(20.1756280080763,77.3923038688016,119.870564980492)); -#26569=CARTESIAN_POINT('Ctrl Pts',(20.1659257987119,77.4673181693965,119.860452433634)); -#26570=CARTESIAN_POINT('Ctrl Pts',(20.1100226472059,77.9176018643464,119.809156678765)); -#26571=CARTESIAN_POINT('Ctrl Pts',(20.0695226630662,78.339991876164,119.803900115109)); -#26572=CARTESIAN_POINT('Ctrl Pts',(20.0170294641566,79.1876451076888,119.798336265433)); -#26573=CARTESIAN_POINT('Ctrl Pts',(20.0050357173251,79.6129197184571,119.800741617328)); -#26574=CARTESIAN_POINT('Ctrl Pts',(20.0050356359227,79.9999999999986,119.800741624338)); -#26575=CARTESIAN_POINT('',(20.2221607598731,110.,120.003505161865)); -#26576=CARTESIAN_POINT('',(20.0050354003906,110.,119.800741644622)); -#26577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,120.141396652997)); -#26578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,120.141396652997)); -#26579=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,120.13454070829)); -#26580=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,120.13454070829)); -#26581=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,120.126099819059)); -#26582=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,120.126099819059)); -#26583=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,120.101255166196)); -#26584=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,120.101255166196)); -#26585=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,120.085907791025)); -#26586=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,120.085907791025)); -#26587=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,120.046440258616)); -#26588=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,120.046440258616)); -#26589=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,120.035885813383)); -#26590=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,120.035885813383)); -#26591=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,120.019481178471)); -#26592=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,120.019481178471)); -#26593=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,120.015843400093)); -#26594=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,120.015843400093)); -#26595=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,120.009207189857)); -#26596=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,120.009207189857)); -#26597=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,120.006334202628)); -#26598=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,120.006334202628)); -#26599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,120.003505161865)); -#26600=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,120.003505161865)); -#26601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968444,120.141396652997)); -#26602=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135616062,120.125766235396)); -#26603=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.291089532564,120.110378743704)); -#26604=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324278,120.094410761422)); -#26605=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276063,120.084408328727)); -#26606=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.138479631077,120.066941925002)); -#26607=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.130089939443,120.063272992161)); -#26608=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915846,120.056593523054)); -#26609=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691787,120.053192231538)); -#26610=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148736991,120.044508445503)); -#26611=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459284,120.038147394302)); -#26612=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259542,120.026584326013)); -#26613=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345145,120.02258386268)); -#26614=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141224,120.016046303009)); -#26615=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077643885,120.013612161136)); -#26616=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925813233,120.008847802661)); -#26617=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064927,120.006182544381)); -#26618=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491107,120.003505161865)); -#26619=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26620=CARTESIAN_POINT('',(20.0050354003906,80.,118.199258414995)); -#26621=CARTESIAN_POINT('',(20.0050354003906,110.,118.199258414995)); -#26622=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26623=CARTESIAN_POINT('Origin',(20.0221955414993,110.,118.000000029809)); -#26624=CARTESIAN_POINT('',(20.1636358803736,77.4862704968506,118.141396652997)); -#26625=CARTESIAN_POINT('Ctrl Pts',(20.0050356359232,79.9999999999986,118.199258435279)); -#26626=CARTESIAN_POINT('Ctrl Pts',(20.0050357173256,79.6129197184576,118.199258442289)); -#26627=CARTESIAN_POINT('Ctrl Pts',(20.0170294641571,79.1876451076904,118.201663794184)); -#26628=CARTESIAN_POINT('Ctrl Pts',(20.0695226630665,78.3399918761669,118.196099944508)); -#26629=CARTESIAN_POINT('Ctrl Pts',(20.1100226472061,77.9176018643499,118.190843380852)); -#26630=CARTESIAN_POINT('Ctrl Pts',(20.159424711948,77.5196825404679,118.145512909586)); -#26631=CARTESIAN_POINT('Ctrl Pts',(20.1615032208955,77.5031040057617,118.143529971831)); -#26632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968506,118.141396652997)); -#26633=CARTESIAN_POINT('',(20.1636358803736,110.,118.141396652997)); -#26634=CARTESIAN_POINT('Origin',(20.0221955414993,110.,118.000000029809)); -#26635=CARTESIAN_POINT('',(20.2221607598731,77.0609799491161,118.003505161865)); -#26636=CARTESIAN_POINT('',(20.0050354003906,80.,117.800741644622)); -#26637=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491161,118.003505161865)); -#26638=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222353,118.002325148738)); -#26639=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914244,118.001152344888)); -#26640=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914244,117.996081271691)); -#26641=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824536,117.991933603381)); -#26642=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.064745907939,117.984151491583)); -#26643=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265004,117.980513632536)); -#26644=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890236,117.964108207831)); -#26645=CARTESIAN_POINT('Ctrl Pts',(20.2168875565603,77.0966575256635,117.95355348288)); -#26646=CARTESIAN_POINT('Ctrl Pts',(20.2057883912301,77.1727019564258,117.914084334701)); -#26647=CARTESIAN_POINT('Ctrl Pts',(20.195522687304,77.2452441005824,117.898736887048)); -#26648=CARTESIAN_POINT('Ctrl Pts',(20.1756280080765,77.3923038688061,117.870564980492)); -#26649=CARTESIAN_POINT('Ctrl Pts',(20.1659257987121,77.4673181694009,117.860452433634)); -#26650=CARTESIAN_POINT('Ctrl Pts',(20.1100226472063,77.91760186435,117.809156678765)); -#26651=CARTESIAN_POINT('Ctrl Pts',(20.0695226630667,78.339991876167,117.803900115109)); -#26652=CARTESIAN_POINT('Ctrl Pts',(20.0170294641572,79.1876451076906,117.798336265433)); -#26653=CARTESIAN_POINT('Ctrl Pts',(20.0050357173258,79.6129197184576,117.800741617328)); -#26654=CARTESIAN_POINT('Ctrl Pts',(20.0050356359234,79.9999999999986,117.800741624338)); -#26655=CARTESIAN_POINT('',(20.2221607598731,110.,118.003505161865)); -#26656=CARTESIAN_POINT('',(20.0050354003906,110.,117.800741644622)); -#26657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,118.141396652997)); -#26658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,118.141396652997)); -#26659=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,118.13454070829)); -#26660=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,118.13454070829)); -#26661=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,118.126099819059)); -#26662=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,118.126099819059)); -#26663=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,118.101255166196)); -#26664=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,118.101255166196)); -#26665=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,118.085907791025)); -#26666=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,118.085907791025)); -#26667=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,118.046440258616)); -#26668=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,118.046440258616)); -#26669=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,118.035885813383)); -#26670=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,118.035885813383)); -#26671=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,118.019481178471)); -#26672=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,118.019481178471)); -#26673=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,118.015843400093)); -#26674=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,118.015843400093)); -#26675=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,118.009207189857)); -#26676=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,118.009207189857)); -#26677=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,118.006334202628)); -#26678=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,118.006334202628)); -#26679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,118.003505161865)); -#26680=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,118.003505161865)); -#26681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968506,118.141396652997)); -#26682=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135616128,118.125766235396)); -#26683=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325704,118.110378743704)); -#26684=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324339,118.094410761423)); -#26685=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276119,118.084408328728)); -#26686=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310814,118.066941925002)); -#26687=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394481,118.063272992161)); -#26688=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915898,118.056593523054)); -#26689=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769184,118.053192231538)); -#26690=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487369964,118.044508445503)); -#26691=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459338,118.038147394302)); -#26692=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259597,118.026584326013)); -#26693=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.06913863452,118.02258386268)); -#26694=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141278,118.016046303009)); -#26695=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643939,118.013612161136)); -#26696=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813285,118.00884780266)); -#26697=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139064981,118.006182544381)); -#26698=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491161,118.003505161865)); -#26699=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26700=CARTESIAN_POINT('',(20.0050354003906,80.,116.199258414995)); -#26701=CARTESIAN_POINT('',(20.0050354003906,110.,116.199258414995)); -#26702=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26703=CARTESIAN_POINT('Origin',(20.0221955414993,110.,116.000000029809)); -#26704=CARTESIAN_POINT('',(20.1636358803736,77.4862704968568,116.141396652997)); -#26705=CARTESIAN_POINT('Ctrl Pts',(20.0050356359239,79.9999999999986,116.199258435279)); -#26706=CARTESIAN_POINT('Ctrl Pts',(20.0050357173264,79.6129197184582,116.19925844229)); -#26707=CARTESIAN_POINT('Ctrl Pts',(20.0170294641578,79.1876451076922,116.201663794184)); -#26708=CARTESIAN_POINT('Ctrl Pts',(20.0695226630671,78.3399918761698,116.196099944508)); -#26709=CARTESIAN_POINT('Ctrl Pts',(20.1100226472065,77.9176018643535,116.190843380852)); -#26710=CARTESIAN_POINT('Ctrl Pts',(20.1594247119482,77.5196825404727,116.145512909586)); -#26711=CARTESIAN_POINT('Ctrl Pts',(20.1615032208956,77.5031040057672,116.143529971831)); -#26712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968568,116.141396652997)); -#26713=CARTESIAN_POINT('',(20.1636358803736,110.,116.141396652997)); -#26714=CARTESIAN_POINT('Origin',(20.0221955414993,110.,116.000000029809)); -#26715=CARTESIAN_POINT('',(20.2221607598731,77.0609799491214,116.003505161865)); -#26716=CARTESIAN_POINT('',(20.0050354003906,80.,115.800741644622)); -#26717=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491214,116.003505161865)); -#26718=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222406,116.002325148738)); -#26719=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914297,116.001152344888)); -#26720=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914297,115.996081271691)); -#26721=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582459,115.991933603381)); -#26722=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079444,115.984151491583)); -#26723=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265057,115.980513632536)); -#26724=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890289,115.964108207831)); -#26725=CARTESIAN_POINT('Ctrl Pts',(20.2168875565603,77.0966575256687,115.953553482881)); -#26726=CARTESIAN_POINT('Ctrl Pts',(20.2057883912302,77.1727019564308,115.914084334701)); -#26727=CARTESIAN_POINT('Ctrl Pts',(20.1955226873041,77.2452441005873,115.898736887048)); -#26728=CARTESIAN_POINT('Ctrl Pts',(20.1756280080767,77.3923038688106,115.870564980493)); -#26729=CARTESIAN_POINT('Ctrl Pts',(20.1659257987124,77.4673181694052,115.860452433634)); -#26730=CARTESIAN_POINT('Ctrl Pts',(20.1100226472067,77.9176018643536,115.809156678766)); -#26731=CARTESIAN_POINT('Ctrl Pts',(20.0695226630672,78.33999187617,115.803900115109)); -#26732=CARTESIAN_POINT('Ctrl Pts',(20.0170294641579,79.1876451076923,115.798336265433)); -#26733=CARTESIAN_POINT('Ctrl Pts',(20.0050357173265,79.6129197184582,115.800741617328)); -#26734=CARTESIAN_POINT('Ctrl Pts',(20.0050356359241,79.9999999999986,115.800741624338)); -#26735=CARTESIAN_POINT('',(20.2221607598731,110.,116.003505161865)); -#26736=CARTESIAN_POINT('',(20.0050354003906,110.,115.800741644622)); -#26737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,116.141396652997)); -#26738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,116.141396652997)); -#26739=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,116.13454070829)); -#26740=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,116.13454070829)); -#26741=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,116.126099819059)); -#26742=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,116.126099819059)); -#26743=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,116.101255166196)); -#26744=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,116.101255166196)); -#26745=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,116.085907791025)); -#26746=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,116.085907791025)); -#26747=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,116.046440258616)); -#26748=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,116.046440258616)); -#26749=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,116.035885813383)); -#26750=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,116.035885813383)); -#26751=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,116.019481178471)); -#26752=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,116.019481178471)); -#26753=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,116.015843400093)); -#26754=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,116.015843400093)); -#26755=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,116.009207189857)); -#26756=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,116.009207189857)); -#26757=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,116.006334202628)); -#26758=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,116.006334202628)); -#26759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,116.003505161865)); -#26760=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,116.003505161865)); -#26761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968568,116.141396652997)); -#26762=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.362213561619,116.125766235396)); -#26763=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325762,116.110378743704)); -#26764=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324394,116.094410761423)); -#26765=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276175,116.084408328728)); -#26766=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796310872,116.066941925002)); -#26767=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394536,116.063272992161)); -#26768=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845915953,116.056593523054)); -#26769=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691895,116.053192231538)); -#26770=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370016,116.044508445503)); -#26771=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459392,116.038147394302)); -#26772=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259649,116.026584326013)); -#26773=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386345254,116.02258386268)); -#26774=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141335,116.01604630301)); -#26775=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077643993,116.013612161136)); -#26776=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813339,116.008847802661)); -#26777=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065034,116.006182544381)); -#26778=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491214,116.003505161865)); -#26779=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26780=CARTESIAN_POINT('',(20.0050354003906,80.,114.199258414995)); -#26781=CARTESIAN_POINT('',(20.0050354003906,110.,114.199258414995)); -#26782=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26783=CARTESIAN_POINT('Origin',(20.0221955414993,110.,114.000000029809)); -#26784=CARTESIAN_POINT('',(20.1636358803736,77.4862704968629,114.141396652997)); -#26785=CARTESIAN_POINT('Ctrl Pts',(20.0050356359246,79.9999999999986,114.199258435279)); -#26786=CARTESIAN_POINT('Ctrl Pts',(20.0050357173271,79.6129197184588,114.19925844229)); -#26787=CARTESIAN_POINT('Ctrl Pts',(20.0170294641585,79.1876451076939,114.201663794184)); -#26788=CARTESIAN_POINT('Ctrl Pts',(20.0695226630676,78.3399918761728,114.196099944508)); -#26789=CARTESIAN_POINT('Ctrl Pts',(20.1100226472069,77.9176018643571,114.190843380852)); -#26790=CARTESIAN_POINT('Ctrl Pts',(20.1594247119484,77.5196825404776,114.145512909586)); -#26791=CARTESIAN_POINT('Ctrl Pts',(20.1615032208957,77.5031040057727,114.143529971831)); -#26792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968629,114.141396652997)); -#26793=CARTESIAN_POINT('',(20.1636358803736,110.,114.141396652997)); -#26794=CARTESIAN_POINT('Origin',(20.0221955414993,110.,114.000000029809)); -#26795=CARTESIAN_POINT('',(20.2221607598731,77.0609799491268,114.003505161865)); -#26796=CARTESIAN_POINT('',(20.0050354003906,80.,113.800741644622)); -#26797=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491268,114.003505161865)); -#26798=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722246,114.002325148738)); -#26799=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914351,114.001152344888)); -#26800=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914351,113.996081271691)); -#26801=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824643,113.991933603381)); -#26802=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079497,113.984151491583)); -#26803=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265111,113.980513632536)); -#26804=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890342,113.964108207831)); -#26805=CARTESIAN_POINT('Ctrl Pts',(20.2168875565603,77.096657525674,113.953553482881)); -#26806=CARTESIAN_POINT('Ctrl Pts',(20.2057883912303,77.1727019564359,113.914084334701)); -#26807=CARTESIAN_POINT('Ctrl Pts',(20.1955226873042,77.2452441005922,113.898736887048)); -#26808=CARTESIAN_POINT('Ctrl Pts',(20.1756280080769,77.3923038688152,113.870564980493)); -#26809=CARTESIAN_POINT('Ctrl Pts',(20.1659257987126,77.4673181694095,113.860452433635)); -#26810=CARTESIAN_POINT('Ctrl Pts',(20.1100226472071,77.9176018643572,113.809156678766)); -#26811=CARTESIAN_POINT('Ctrl Pts',(20.0695226630677,78.339991876173,113.803900115109)); -#26812=CARTESIAN_POINT('Ctrl Pts',(20.0170294641586,79.1876451076941,113.798336265433)); -#26813=CARTESIAN_POINT('Ctrl Pts',(20.0050357173272,79.6129197184588,113.800741617328)); -#26814=CARTESIAN_POINT('Ctrl Pts',(20.0050356359248,79.9999999999986,113.800741624338)); -#26815=CARTESIAN_POINT('',(20.2221607598731,110.,114.003505161865)); -#26816=CARTESIAN_POINT('',(20.0050354003906,110.,113.800741644622)); -#26817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,114.141396652997)); -#26818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,114.141396652997)); -#26819=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,114.13454070829)); -#26820=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,114.13454070829)); -#26821=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,114.126099819059)); -#26822=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,114.126099819059)); -#26823=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,114.101255166196)); -#26824=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,114.101255166196)); -#26825=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,114.085907791025)); -#26826=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,114.085907791025)); -#26827=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,114.046440258616)); -#26828=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,114.046440258616)); -#26829=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,114.035885813383)); -#26830=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,114.035885813383)); -#26831=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,114.019481178471)); -#26832=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,114.019481178471)); -#26833=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,114.015843400093)); -#26834=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,114.015843400093)); -#26835=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,114.009207189857)); -#26836=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,114.009207189857)); -#26837=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,114.006334202628)); -#26838=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,114.006334202628)); -#26839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,114.003505161865)); -#26840=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,114.003505161865)); -#26841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496863,114.141396652997)); -#26842=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135616239,114.125766235396)); -#26843=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325813,114.110378743704)); -#26844=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324448,114.094410761422)); -#26845=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127623,114.084408328727)); -#26846=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479631093,114.066941925002)); -#26847=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394592,114.063272992161)); -#26848=CARTESIAN_POINT('Ctrl Pts',(20.2140372036078,77.116184591602,114.056593523054)); -#26849=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567691952,114.053192231538)); -#26850=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370067,114.044508445503)); -#26851=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459445,114.038147394302)); -#26852=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259701,114.026584326013)); -#26853=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345307,114.02258386268)); -#26854=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141385,114.016046303009)); -#26855=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644046,114.013612161136)); -#26856=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925813393,114.008847802661)); -#26857=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065088,114.006182544381)); -#26858=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491268,114.003505161865)); -#26859=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26860=CARTESIAN_POINT('',(20.0050354003906,80.,112.199258414995)); -#26861=CARTESIAN_POINT('',(20.0050354003906,110.,112.199258414995)); -#26862=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26863=CARTESIAN_POINT('Origin',(20.0221955414993,110.,112.000000029809)); -#26864=CARTESIAN_POINT('',(20.1636358803736,77.4862704968691,112.141396652997)); -#26865=CARTESIAN_POINT('Ctrl Pts',(20.0050356359254,79.9999999999986,112.199258435279)); -#26866=CARTESIAN_POINT('Ctrl Pts',(20.0050357173278,79.6129197184594,112.19925844229)); -#26867=CARTESIAN_POINT('Ctrl Pts',(20.0170294641591,79.1876451076957,112.201663794184)); -#26868=CARTESIAN_POINT('Ctrl Pts',(20.0695226630681,78.3399918761759,112.196099944508)); -#26869=CARTESIAN_POINT('Ctrl Pts',(20.1100226472073,77.9176018643608,112.190843380851)); -#26870=CARTESIAN_POINT('Ctrl Pts',(20.1594247119486,77.5196825404824,112.145512909586)); -#26871=CARTESIAN_POINT('Ctrl Pts',(20.1615032208958,77.5031040057782,112.143529971831)); -#26872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968691,112.141396652997)); -#26873=CARTESIAN_POINT('',(20.1636358803736,110.,112.141396652997)); -#26874=CARTESIAN_POINT('Origin',(20.0221955414993,110.,112.000000029809)); -#26875=CARTESIAN_POINT('',(20.2221607598731,77.0609799491321,112.003505161865)); -#26876=CARTESIAN_POINT('',(20.0050354003906,80.,111.800741644622)); -#26877=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491321,112.003505161865)); -#26878=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222513,112.002325148738)); -#26879=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914404,112.001152344888)); -#26880=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914404,111.996081271691)); -#26881=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824697,111.991933603381)); -#26882=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.064745907955,111.984151491583)); -#26883=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265164,111.980513632536)); -#26884=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890395,111.964108207831)); -#26885=CARTESIAN_POINT('Ctrl Pts',(20.2168875565603,77.0966575256793,111.953553482881)); -#26886=CARTESIAN_POINT('Ctrl Pts',(20.2057883912303,77.172701956441,111.914084334701)); -#26887=CARTESIAN_POINT('Ctrl Pts',(20.1955226873043,77.2452441005971,111.898736887048)); -#26888=CARTESIAN_POINT('Ctrl Pts',(20.1756280080771,77.3923038688197,111.870564980493)); -#26889=CARTESIAN_POINT('Ctrl Pts',(20.1659257987128,77.4673181694139,111.860452433635)); -#26890=CARTESIAN_POINT('Ctrl Pts',(20.1100226472075,77.9176018643608,111.809156678766)); -#26891=CARTESIAN_POINT('Ctrl Pts',(20.0695226630682,78.3399918761759,111.803900115109)); -#26892=CARTESIAN_POINT('Ctrl Pts',(20.0170294641593,79.1876451076958,111.798336265433)); -#26893=CARTESIAN_POINT('Ctrl Pts',(20.0050357173279,79.6129197184593,111.800741617328)); -#26894=CARTESIAN_POINT('Ctrl Pts',(20.0050356359255,79.9999999999986,111.800741624338)); -#26895=CARTESIAN_POINT('',(20.2221607598731,110.,112.003505161865)); -#26896=CARTESIAN_POINT('',(20.0050354003906,110.,111.800741644622)); -#26897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,112.141396652997)); -#26898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,112.141396652997)); -#26899=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,112.13454070829)); -#26900=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,112.13454070829)); -#26901=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,112.126099819059)); -#26902=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,112.126099819059)); -#26903=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,112.101255166196)); -#26904=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,112.101255166196)); -#26905=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,112.085907791025)); -#26906=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,112.085907791025)); -#26907=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,112.046440258616)); -#26908=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,112.046440258616)); -#26909=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,112.035885813383)); -#26910=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,112.035885813383)); -#26911=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,112.019481178471)); -#26912=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,112.019481178471)); -#26913=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,112.015843400093)); -#26914=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,112.015843400093)); -#26915=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,112.009207189857)); -#26916=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,112.009207189857)); -#26917=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,112.006334202628)); -#26918=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,112.006334202628)); -#26919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,112.003505161865)); -#26920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,112.003505161865)); -#26921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968691,112.141396652997)); -#26922=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135616297,112.125766235396)); -#26923=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895325871,112.110378743704)); -#26924=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324507,112.094410761423)); -#26925=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276286,112.084408328728)); -#26926=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796310985,112.066941925002)); -#26927=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394647,112.063272992161)); -#26928=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916065,112.056593523054)); -#26929=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692004,112.053192231538)); -#26930=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370125,112.044508445503)); -#26931=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.08455594595,112.038147394302)); -#26932=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385259754,112.026584326012)); -#26933=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345359,112.02258386268)); -#26934=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141442,112.01604630301)); -#26935=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.06380776441,112.013612161136)); -#26936=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925813446,112.008847802661)); -#26937=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065141,112.006182544381)); -#26938=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491321,112.003505161865)); -#26939=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#26940=CARTESIAN_POINT('',(20.0050354003906,80.,110.199258414995)); -#26941=CARTESIAN_POINT('',(20.0050354003906,110.,110.199258414995)); -#26942=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#26943=CARTESIAN_POINT('Origin',(20.0221955414993,110.,110.000000029809)); -#26944=CARTESIAN_POINT('',(20.1636358803736,77.4862704968753,110.141396652997)); -#26945=CARTESIAN_POINT('Ctrl Pts',(20.0050356359261,79.9999999999986,110.199258435279)); -#26946=CARTESIAN_POINT('Ctrl Pts',(20.0050357173285,79.6129197184599,110.19925844229)); -#26947=CARTESIAN_POINT('Ctrl Pts',(20.0170294641598,79.1876451076974,110.201663794184)); -#26948=CARTESIAN_POINT('Ctrl Pts',(20.0695226630686,78.3399918761788,110.196099944508)); -#26949=CARTESIAN_POINT('Ctrl Pts',(20.1100226472077,77.9176018643643,110.190843380851)); -#26950=CARTESIAN_POINT('Ctrl Pts',(20.1594247119488,77.5196825404872,110.145512909585)); -#26951=CARTESIAN_POINT('Ctrl Pts',(20.1615032208959,77.5031040057837,110.143529971831)); -#26952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968753,110.141396652997)); -#26953=CARTESIAN_POINT('',(20.1636358803736,110.,110.141396652997)); -#26954=CARTESIAN_POINT('Origin',(20.0221955414993,110.,110.000000029809)); -#26955=CARTESIAN_POINT('',(20.2221607598731,77.0609799491375,110.003505161865)); -#26956=CARTESIAN_POINT('',(20.0050354003906,80.,109.800741644622)); -#26957=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491374,110.003505161865)); -#26958=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222566,110.002325148738)); -#26959=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914458,110.001152344888)); -#26960=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914458,109.996081271691)); -#26961=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582475,109.991933603381)); -#26962=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079604,109.984151491583)); -#26963=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265218,109.980513632536)); -#26964=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890448,109.964108207832)); -#26965=CARTESIAN_POINT('Ctrl Pts',(20.2168875565604,77.0966575256845,109.953553482881)); -#26966=CARTESIAN_POINT('Ctrl Pts',(20.2057883912304,77.172701956446,109.914084334702)); -#26967=CARTESIAN_POINT('Ctrl Pts',(20.1955226873044,77.245244100602,109.898736887048)); -#26968=CARTESIAN_POINT('Ctrl Pts',(20.1756280080773,77.3923038688242,109.870564980493)); -#26969=CARTESIAN_POINT('Ctrl Pts',(20.1659257987131,77.4673181694182,109.860452433635)); -#26970=CARTESIAN_POINT('Ctrl Pts',(20.1100226472079,77.9176018643644,109.809156678766)); -#26971=CARTESIAN_POINT('Ctrl Pts',(20.0695226630688,78.3399918761789,109.803900115109)); -#26972=CARTESIAN_POINT('Ctrl Pts',(20.0170294641599,79.1876451076975,109.798336265433)); -#26973=CARTESIAN_POINT('Ctrl Pts',(20.0050357173287,79.6129197184599,109.800741617328)); -#26974=CARTESIAN_POINT('Ctrl Pts',(20.0050356359262,79.9999999999986,109.800741624338)); -#26975=CARTESIAN_POINT('',(20.2221607598731,110.,110.003505161865)); -#26976=CARTESIAN_POINT('',(20.0050354003906,110.,109.800741644622)); -#26977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,110.141396652997)); -#26978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,110.141396652997)); -#26979=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,110.13454070829)); -#26980=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,110.13454070829)); -#26981=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,110.126099819059)); -#26982=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,110.126099819059)); -#26983=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,110.101255166196)); -#26984=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,110.101255166196)); -#26985=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,110.085907791025)); -#26986=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,110.085907791025)); -#26987=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,110.046440258616)); -#26988=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,110.046440258616)); -#26989=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,110.035885813383)); -#26990=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,110.035885813383)); -#26991=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,110.019481178471)); -#26992=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,110.019481178471)); -#26993=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,110.015843400093)); -#26994=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,110.015843400093)); -#26995=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,110.009207189857)); -#26996=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,110.009207189857)); -#26997=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,110.006334202628)); -#26998=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,110.006334202628)); -#26999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,110.003505161865)); -#27000=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,110.003505161865)); -#27001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704969138,110.141396653002)); -#27002=CARTESIAN_POINT('Ctrl Pts',(20.1793528173515,77.3622135616717,110.125766235401)); -#27003=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895326338,110.110378743712)); -#27004=CARTESIAN_POINT('Ctrl Pts',(20.1992429966265,77.2193683324887,110.094410761431)); -#27005=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191276586,110.084408328736)); -#27006=CARTESIAN_POINT('Ctrl Pts',(20.2108003003267,77.1384796311209,110.066941925009)); -#27007=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899394848,110.063272992167)); -#27008=CARTESIAN_POINT('Ctrl Pts',(20.2140372036066,77.1161845916209,110.056593523058)); -#27009=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.1094567692156,110.053192231543)); -#27010=CARTESIAN_POINT('Ctrl Pts',(20.217259235823,77.0941487370253,110.044508445508)); -#27011=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559459611,110.038147394306)); -#27012=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385259842,110.026584326016)); -#27013=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386345434,110.022583862683)); -#27014=CARTESIAN_POINT('Ctrl Pts',(20.2215635271629,77.065002314151,110.016046303013)); -#27015=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077644161,110.013612161138)); -#27016=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.06199258135,110.008847802661)); -#27017=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065195,110.006182544381)); -#27018=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491375,110.003505161865)); -#27019=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27020=CARTESIAN_POINT('',(20.0050354003906,80.,108.199258414995)); -#27021=CARTESIAN_POINT('',(20.0050354003906,110.,108.199258414995)); -#27022=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27023=CARTESIAN_POINT('Origin',(20.0221955414993,110.,108.000000029809)); -#27024=CARTESIAN_POINT('',(20.1636358803736,77.4862704968815,108.141396652997)); -#27025=CARTESIAN_POINT('Ctrl Pts',(20.0050356359268,79.9999999999986,108.199258435279)); -#27026=CARTESIAN_POINT('Ctrl Pts',(20.0050357173292,79.6129197184605,108.19925844229)); -#27027=CARTESIAN_POINT('Ctrl Pts',(20.0170294641605,79.1876451076992,108.201663794185)); -#27028=CARTESIAN_POINT('Ctrl Pts',(20.0695226630691,78.3399918761818,108.196099944508)); -#27029=CARTESIAN_POINT('Ctrl Pts',(20.1100226472081,77.917601864368,108.190843380851)); -#27030=CARTESIAN_POINT('Ctrl Pts',(20.1594247119489,77.519682540492,108.145512909585)); -#27031=CARTESIAN_POINT('Ctrl Pts',(20.161503220896,77.5031040057892,108.143529971831)); -#27032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968815,108.141396652997)); -#27033=CARTESIAN_POINT('',(20.1636358803736,110.,108.141396652997)); -#27034=CARTESIAN_POINT('Origin',(20.0221955414993,110.,108.000000029809)); -#27035=CARTESIAN_POINT('',(20.2221607598731,77.0609799491428,108.003505161865)); -#27036=CARTESIAN_POINT('',(20.0050354003906,80.,107.800741644622)); -#27037=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491428,108.003505161865)); -#27038=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722262,108.002325148738)); -#27039=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914511,108.001152344888)); -#27040=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914511,107.996081271691)); -#27041=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824804,107.991933603381)); -#27042=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079657,107.984151491583)); -#27043=CARTESIAN_POINT('Ctrl Pts',(20.221264292381,77.0670195265271,107.980513632536)); -#27044=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890501,107.964108207832)); -#27045=CARTESIAN_POINT('Ctrl Pts',(20.2168875565604,77.0966575256897,107.953553482881)); -#27046=CARTESIAN_POINT('Ctrl Pts',(20.2057883912305,77.172701956451,107.914084334702)); -#27047=CARTESIAN_POINT('Ctrl Pts',(20.1955226873045,77.2452441006068,107.898736887048)); -#27048=CARTESIAN_POINT('Ctrl Pts',(20.1756280080775,77.3923038688287,107.870564980494)); -#27049=CARTESIAN_POINT('Ctrl Pts',(20.1659257987133,77.4673181694225,107.860452433635)); -#27050=CARTESIAN_POINT('Ctrl Pts',(20.1100226472083,77.917601864368,107.809156678766)); -#27051=CARTESIAN_POINT('Ctrl Pts',(20.0695226630693,78.3399918761819,107.80390011511)); -#27052=CARTESIAN_POINT('Ctrl Pts',(20.0170294641606,79.1876451076993,107.798336265433)); -#27053=CARTESIAN_POINT('Ctrl Pts',(20.0050357173294,79.6129197184605,107.800741617328)); -#27054=CARTESIAN_POINT('Ctrl Pts',(20.0050356359269,79.9999999999986,107.800741624338)); -#27055=CARTESIAN_POINT('',(20.2221607598731,110.,108.003505161865)); -#27056=CARTESIAN_POINT('',(20.0050354003906,110.,107.800741644622)); -#27057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,108.141396652997)); -#27058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,108.141396652997)); -#27059=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,108.13454070829)); -#27060=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,108.13454070829)); -#27061=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,108.126099819059)); -#27062=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,108.126099819059)); -#27063=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,108.101255166196)); -#27064=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,108.101255166196)); -#27065=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,108.085907791025)); -#27066=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,108.085907791025)); -#27067=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,108.046440258616)); -#27068=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,108.046440258616)); -#27069=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,108.035885813383)); -#27070=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,108.035885813383)); -#27071=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,108.019481178471)); -#27072=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,108.019481178471)); -#27073=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,108.015843400093)); -#27074=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,108.015843400093)); -#27075=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,108.009207189857)); -#27076=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,108.009207189857)); -#27077=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,108.006334202628)); -#27078=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,108.006334202628)); -#27079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,108.003505161865)); -#27080=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,108.003505161865)); -#27081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968815,108.141396652997)); -#27082=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616425,108.125766235396)); -#27083=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895325993,108.110378743704)); -#27084=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324616,108.094410761422)); -#27085=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276397,108.084408328727)); -#27086=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311096,108.066941925002)); -#27087=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394757,108.063272992161)); -#27088=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916172,108.056593523054)); -#27089=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692112,108.053192231538)); -#27090=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370232,108.044508445503)); -#27091=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459607,108.038147394302)); -#27092=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385259861,108.026584326012)); -#27093=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345466,108.02258386268)); -#27094=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141547,108.01604630301)); -#27095=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644206,108.013612161136)); -#27096=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813552,108.008847802661)); -#27097=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065248,108.006182544381)); -#27098=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491428,108.003505161865)); -#27099=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27100=CARTESIAN_POINT('',(20.0050354003906,80.,106.199258414995)); -#27101=CARTESIAN_POINT('',(20.0050354003906,110.,106.199258414995)); -#27102=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27103=CARTESIAN_POINT('Origin',(20.0221955414993,110.,106.000000029809)); -#27104=CARTESIAN_POINT('',(20.1636358803736,77.4862704968876,106.141396652997)); -#27105=CARTESIAN_POINT('Ctrl Pts',(20.0050356359275,79.9999999999986,106.19925843528)); -#27106=CARTESIAN_POINT('Ctrl Pts',(20.00503571733,79.6129197184611,106.19925844229)); -#27107=CARTESIAN_POINT('Ctrl Pts',(20.0170294641612,79.1876451077009,106.201663794185)); -#27108=CARTESIAN_POINT('Ctrl Pts',(20.0695226630697,78.3399918761848,106.196099944508)); -#27109=CARTESIAN_POINT('Ctrl Pts',(20.1100226472086,77.9176018643716,106.190843380851)); -#27110=CARTESIAN_POINT('Ctrl Pts',(20.1594247119491,77.5196825404968,106.145512909585)); -#27111=CARTESIAN_POINT('Ctrl Pts',(20.1615032208961,77.5031040057947,106.14352997183)); -#27112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968876,106.141396652997)); -#27113=CARTESIAN_POINT('',(20.1636358803736,110.,106.141396652997)); -#27114=CARTESIAN_POINT('Origin',(20.0221955414993,110.,106.000000029809)); -#27115=CARTESIAN_POINT('',(20.2221607598731,77.0609799491481,106.003505161865)); -#27116=CARTESIAN_POINT('',(20.0050354003906,80.,105.800741644622)); -#27117=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491482,106.003505161865)); -#27118=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222674,106.002325148738)); -#27119=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914565,106.001152344888)); -#27120=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914564,105.996081271691)); -#27121=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824857,105.991933603381)); -#27122=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.064745907971,105.984151491583)); -#27123=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265324,105.980513632536)); -#27124=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890553,105.964108207832)); -#27125=CARTESIAN_POINT('Ctrl Pts',(20.2168875565604,77.096657525695,105.953553482881)); -#27126=CARTESIAN_POINT('Ctrl Pts',(20.2057883912305,77.1727019564561,105.914084334702)); -#27127=CARTESIAN_POINT('Ctrl Pts',(20.1955226873046,77.2452441006117,105.898736887049)); -#27128=CARTESIAN_POINT('Ctrl Pts',(20.1756280080776,77.3923038688332,105.870564980494)); -#27129=CARTESIAN_POINT('Ctrl Pts',(20.1659257987135,77.4673181694269,105.860452433636)); -#27130=CARTESIAN_POINT('Ctrl Pts',(20.1100226472087,77.9176018643716,105.809156678767)); -#27131=CARTESIAN_POINT('Ctrl Pts',(20.0695226630698,78.3399918761849,105.80390011511)); -#27132=CARTESIAN_POINT('Ctrl Pts',(20.0170294641613,79.187645107701,105.798336265433)); -#27133=CARTESIAN_POINT('Ctrl Pts',(20.0050357173301,79.6129197184611,105.800741617327)); -#27134=CARTESIAN_POINT('Ctrl Pts',(20.0050356359276,79.9999999999986,105.800741624338)); -#27135=CARTESIAN_POINT('',(20.2221607598731,110.,106.003505161865)); -#27136=CARTESIAN_POINT('',(20.0050354003906,110.,105.800741644622)); -#27137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,106.141396652997)); -#27138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,106.141396652997)); -#27139=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,106.13454070829)); -#27140=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,106.13454070829)); -#27141=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,106.126099819059)); -#27142=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,106.126099819059)); -#27143=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,106.101255166196)); -#27144=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,106.101255166196)); -#27145=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,106.085907791025)); -#27146=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,106.085907791025)); -#27147=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,106.046440258616)); -#27148=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,106.046440258616)); -#27149=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,106.035885813383)); -#27150=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,106.035885813383)); -#27151=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,106.019481178471)); -#27152=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,106.019481178471)); -#27153=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,106.015843400093)); -#27154=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,106.015843400093)); -#27155=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,106.009207189857)); -#27156=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,106.009207189857)); -#27157=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,106.006334202628)); -#27158=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,106.006334202628)); -#27159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,106.003505161865)); -#27160=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,106.003505161865)); -#27161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968876,106.141396652997)); -#27162=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135616475,106.125766235396)); -#27163=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895326044,106.110378743704)); -#27164=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324676,106.094410761423)); -#27165=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276453,106.084408328728)); -#27166=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311151,106.066941925002)); -#27167=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394812,106.063272992161)); -#27168=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845916212,106.056593523053)); -#27169=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567692162,106.053192231537)); -#27170=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370287,106.044508445503)); -#27171=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459661,106.038147394302)); -#27172=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259919,106.026584326013)); -#27173=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386345522,106.02258386268)); -#27174=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.06500231416,106.016046303009)); -#27175=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764426,106.013612161136)); -#27176=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925813607,106.008847802661)); -#27177=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065302,106.006182544381)); -#27178=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491481,106.003505161865)); -#27179=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27180=CARTESIAN_POINT('',(20.0050354003906,80.,104.199258414995)); -#27181=CARTESIAN_POINT('',(20.0050354003906,110.,104.199258414995)); -#27182=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27183=CARTESIAN_POINT('Origin',(20.0221955414993,110.,104.000000029809)); -#27184=CARTESIAN_POINT('',(20.1636358803736,77.4862704968938,104.141396652997)); -#27185=CARTESIAN_POINT('Ctrl Pts',(20.0050356359282,79.9999999999986,104.19925843528)); -#27186=CARTESIAN_POINT('Ctrl Pts',(20.0050357173307,79.6129197184616,104.19925844229)); -#27187=CARTESIAN_POINT('Ctrl Pts',(20.0170294641618,79.1876451077027,104.201663794185)); -#27188=CARTESIAN_POINT('Ctrl Pts',(20.0695226630702,78.3399918761878,104.196099944508)); -#27189=CARTESIAN_POINT('Ctrl Pts',(20.110022647209,77.9176018643751,104.19084338085)); -#27190=CARTESIAN_POINT('Ctrl Pts',(20.1594247119493,77.5196825405016,104.145512909585)); -#27191=CARTESIAN_POINT('Ctrl Pts',(20.1615032208962,77.5031040058001,104.14352997183)); -#27192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968938,104.141396652997)); -#27193=CARTESIAN_POINT('',(20.1636358803736,110.,104.141396652997)); -#27194=CARTESIAN_POINT('Origin',(20.0221955414993,110.,104.000000029809)); -#27195=CARTESIAN_POINT('',(20.2221607598731,77.0609799491535,104.003505161865)); -#27196=CARTESIAN_POINT('',(20.0050354003906,80.,103.800741644622)); -#27197=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491535,104.003505161865)); -#27198=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222727,104.002325148738)); -#27199=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914618,104.001152344888)); -#27200=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914618,103.996081271691)); -#27201=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824911,103.991933603381)); -#27202=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079764,103.984151491583)); -#27203=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265377,103.980513632536)); -#27204=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.0796056890607,103.964108207832)); -#27205=CARTESIAN_POINT('Ctrl Pts',(20.2168875565604,77.0966575257003,103.953553482881)); -#27206=CARTESIAN_POINT('Ctrl Pts',(20.2057883912306,77.1727019564612,103.914084334702)); -#27207=CARTESIAN_POINT('Ctrl Pts',(20.1955226873047,77.2452441006166,103.898736887049)); -#27208=CARTESIAN_POINT('Ctrl Pts',(20.1756280080778,77.3923038688378,103.870564980494)); -#27209=CARTESIAN_POINT('Ctrl Pts',(20.1659257987138,77.4673181694312,103.860452433636)); -#27210=CARTESIAN_POINT('Ctrl Pts',(20.1100226472091,77.9176018643753,103.809156678767)); -#27211=CARTESIAN_POINT('Ctrl Pts',(20.0695226630703,78.3399918761879,103.80390011511)); -#27212=CARTESIAN_POINT('Ctrl Pts',(20.017029464162,79.1876451077028,103.798336265433)); -#27213=CARTESIAN_POINT('Ctrl Pts',(20.0050357173308,79.6129197184616,103.800741617327)); -#27214=CARTESIAN_POINT('Ctrl Pts',(20.0050356359284,79.9999999999986,103.800741624338)); -#27215=CARTESIAN_POINT('',(20.2221607598731,110.,104.003505161865)); -#27216=CARTESIAN_POINT('',(20.0050354003906,110.,103.800741644622)); -#27217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,104.141396652997)); -#27218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,104.141396652997)); -#27219=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,104.13454070829)); -#27220=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,104.13454070829)); -#27221=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,104.126099819059)); -#27222=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,104.126099819059)); -#27223=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,104.101255166196)); -#27224=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,104.101255166196)); -#27225=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,104.085907791025)); -#27226=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,104.085907791025)); -#27227=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,104.046440258616)); -#27228=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,104.046440258616)); -#27229=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,104.035885813383)); -#27230=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,104.035885813383)); -#27231=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,104.019481178471)); -#27232=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,104.019481178471)); -#27233=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,104.015843400093)); -#27234=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,104.015843400093)); -#27235=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,104.009207189857)); -#27236=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,104.009207189857)); -#27237=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,104.006334202628)); -#27238=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,104.006334202628)); -#27239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,104.003505161865)); -#27240=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,104.003505161865)); -#27241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704968938,104.141396652997)); -#27242=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135616535,104.125766235396)); -#27243=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895326102,104.110378743704)); -#27244=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324731,104.094410761423)); -#27245=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276508,104.084408328728)); -#27246=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.13847963112,104.066941925002)); -#27247=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899394864,104.063272992161)); -#27248=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916277,104.056593523054)); -#27249=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769222,104.053192231538)); -#27250=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148737034,104.044508445503)); -#27251=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459715,104.038147394302)); -#27252=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385259974,104.026584326013)); -#27253=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386345576,104.02258386268)); -#27254=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141653,104.016046303009)); -#27255=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644313,104.013612161136)); -#27256=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581366,104.008847802661)); -#27257=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065355,104.006182544381)); -#27258=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491535,104.003505161865)); -#27259=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27260=CARTESIAN_POINT('',(20.0050354003906,80.,102.199258414995)); -#27261=CARTESIAN_POINT('',(20.0050354003906,110.,102.199258414995)); -#27262=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27263=CARTESIAN_POINT('Origin',(20.0221955414993,110.,102.000000029809)); -#27264=CARTESIAN_POINT('',(20.1636358803736,77.4862704969,102.141396652997)); -#27265=CARTESIAN_POINT('Ctrl Pts',(20.0050356359289,79.9999999999986,102.19925843528)); -#27266=CARTESIAN_POINT('Ctrl Pts',(20.0050357173314,79.6129197184622,102.19925844229)); -#27267=CARTESIAN_POINT('Ctrl Pts',(20.0170294641625,79.1876451077044,102.201663794185)); -#27268=CARTESIAN_POINT('Ctrl Pts',(20.0695226630707,78.3399918761908,102.196099944507)); -#27269=CARTESIAN_POINT('Ctrl Pts',(20.1100226472094,77.9176018643788,102.19084338085)); -#27270=CARTESIAN_POINT('Ctrl Pts',(20.1594247119495,77.5196825405064,102.145512909585)); -#27271=CARTESIAN_POINT('Ctrl Pts',(20.1615032208963,77.5031040058056,102.14352997183)); -#27272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969,102.141396652997)); -#27273=CARTESIAN_POINT('',(20.1636358803736,110.,102.141396652997)); -#27274=CARTESIAN_POINT('Origin',(20.0221955414993,110.,102.000000029809)); -#27275=CARTESIAN_POINT('',(20.2221607598731,77.0609799491588,102.003505161865)); -#27276=CARTESIAN_POINT('',(20.0050354003906,80.,101.800741644622)); -#27277=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491588,102.003505161865)); -#27278=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722278,102.002325148738)); -#27279=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914671,102.001152344888)); -#27280=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914671,101.996081271691)); -#27281=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185824965,101.991933603381)); -#27282=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079818,101.984151491583)); -#27283=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265431,101.980513632536)); -#27284=CARTESIAN_POINT('Ctrl Pts',(20.2193999129404,77.079605689066,101.964108207832)); -#27285=CARTESIAN_POINT('Ctrl Pts',(20.2168875565604,77.0966575257055,101.953553482881)); -#27286=CARTESIAN_POINT('Ctrl Pts',(20.2057883912307,77.1727019564662,101.914084334702)); -#27287=CARTESIAN_POINT('Ctrl Pts',(20.1955226873049,77.2452441006215,101.898736887049)); -#27288=CARTESIAN_POINT('Ctrl Pts',(20.175628008078,77.3923038688423,101.870564980494)); -#27289=CARTESIAN_POINT('Ctrl Pts',(20.165925798714,77.4673181694355,101.860452433636)); -#27290=CARTESIAN_POINT('Ctrl Pts',(20.1100226472095,77.9176018643788,101.809156678767)); -#27291=CARTESIAN_POINT('Ctrl Pts',(20.0695226630709,78.3399918761909,101.80390011511)); -#27292=CARTESIAN_POINT('Ctrl Pts',(20.0170294641627,79.1876451077045,101.798336265433)); -#27293=CARTESIAN_POINT('Ctrl Pts',(20.0050357173316,79.6129197184622,101.800741617327)); -#27294=CARTESIAN_POINT('Ctrl Pts',(20.0050356359291,79.9999999999986,101.800741624338)); -#27295=CARTESIAN_POINT('',(20.2221607598731,110.,102.003505161865)); -#27296=CARTESIAN_POINT('',(20.0050354003906,110.,101.800741644622)); -#27297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,102.141396652997)); -#27298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,102.141396652997)); -#27299=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,102.13454070829)); -#27300=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,102.13454070829)); -#27301=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,102.126099819059)); -#27302=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,102.126099819059)); -#27303=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,102.101255166196)); -#27304=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,102.101255166196)); -#27305=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,102.085907791025)); -#27306=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,102.085907791025)); -#27307=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,102.046440258616)); -#27308=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,102.046440258616)); -#27309=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,102.035885813383)); -#27310=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,102.035885813383)); -#27311=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,102.019481178471)); -#27312=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,102.019481178471)); -#27313=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,102.015843400093)); -#27314=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,102.015843400093)); -#27315=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,102.009207189857)); -#27316=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,102.009207189857)); -#27317=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,102.006334202628)); -#27318=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,102.006334202628)); -#27319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,102.003505161865)); -#27320=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,102.003505161865)); -#27321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969,102.141396652997)); -#27322=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616603,102.125766235396)); -#27323=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326167,102.110378743704)); -#27324=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324786,102.094410761422)); -#27325=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276563,102.084408328727)); -#27326=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311261,102.066941925002)); -#27327=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394921,102.063272992161)); -#27328=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916335,102.056593523054)); -#27329=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692275,102.053192231538)); -#27330=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370395,102.044508445503)); -#27331=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459769,102.038147394302)); -#27332=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260027,102.026584326013)); -#27333=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386345629,102.02258386268)); -#27334=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.065002314171,102.01604630301)); -#27335=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644368,102.013612161136)); -#27336=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813713,102.008847802661)); -#27337=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065408,102.006182544381)); -#27338=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491588,102.003505161865)); -#27339=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27340=CARTESIAN_POINT('',(20.0050354003906,80.,100.199258414995)); -#27341=CARTESIAN_POINT('',(20.0050354003906,110.,100.199258414995)); -#27342=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27343=CARTESIAN_POINT('Origin',(20.0221955414993,110.,100.000000029809)); -#27344=CARTESIAN_POINT('',(20.1636358803736,77.4862704969062,100.141396652997)); -#27345=CARTESIAN_POINT('Ctrl Pts',(20.0050356359296,79.9999999999986,100.19925843528)); -#27346=CARTESIAN_POINT('Ctrl Pts',(20.0050357173321,79.6129197184627,100.19925844229)); -#27347=CARTESIAN_POINT('Ctrl Pts',(20.0170294641632,79.1876451077062,100.201663794185)); -#27348=CARTESIAN_POINT('Ctrl Pts',(20.0695226630712,78.3399918761938,100.196099944507)); -#27349=CARTESIAN_POINT('Ctrl Pts',(20.1100226472098,77.9176018643824,100.19084338085)); -#27350=CARTESIAN_POINT('Ctrl Pts',(20.1594247119497,77.5196825405113,100.145512909584)); -#27351=CARTESIAN_POINT('Ctrl Pts',(20.1615032208964,77.5031040058111,100.14352997183)); -#27352=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969062,100.141396652997)); -#27353=CARTESIAN_POINT('',(20.1636358803736,110.,100.141396652997)); -#27354=CARTESIAN_POINT('Origin',(20.0221955414993,110.,100.000000029809)); -#27355=CARTESIAN_POINT('',(20.2221607598731,77.0609799491642,100.003505161865)); -#27356=CARTESIAN_POINT('',(20.0050354003906,80.,99.8007416446221)); -#27357=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491642,100.003505161865)); -#27358=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222834,100.002325148738)); -#27359=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914725,100.001152344888)); -#27360=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914725,99.9960812716909)); -#27361=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825018,99.991933603381)); -#27362=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079871,99.9841514915831)); -#27363=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265484,99.9805136325363)); -#27364=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890713,99.9641082078319)); -#27365=CARTESIAN_POINT('Ctrl Pts',(20.2168875565605,77.0966575257108,99.9535534828814)); -#27366=CARTESIAN_POINT('Ctrl Pts',(20.2057883912307,77.1727019564713,99.9140843347025)); -#27367=CARTESIAN_POINT('Ctrl Pts',(20.195522687305,77.2452441006264,99.8987368870493)); -#27368=CARTESIAN_POINT('Ctrl Pts',(20.1756280080782,77.3923038688468,99.8705649804945)); -#27369=CARTESIAN_POINT('Ctrl Pts',(20.1659257987142,77.4673181694399,99.8604524336364)); -#27370=CARTESIAN_POINT('Ctrl Pts',(20.1100226472099,77.9176018643824,99.8091566787673)); -#27371=CARTESIAN_POINT('Ctrl Pts',(20.0695226630714,78.3399918761938,99.8039001151101)); -#27372=CARTESIAN_POINT('Ctrl Pts',(20.0170294641633,79.1876451077063,99.7983362654328)); -#27373=CARTESIAN_POINT('Ctrl Pts',(20.0050357173323,79.6129197184628,99.8007416173273)); -#27374=CARTESIAN_POINT('Ctrl Pts',(20.0050356359298,79.9999999999986,99.8007416243376)); -#27375=CARTESIAN_POINT('',(20.2221607598731,110.,100.003505161865)); -#27376=CARTESIAN_POINT('',(20.0050354003906,110.,99.8007416446221)); -#27377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,100.141396652997)); -#27378=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,100.141396652997)); -#27379=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,100.13454070829)); -#27380=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,100.13454070829)); -#27381=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,100.126099819059)); -#27382=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,100.126099819059)); -#27383=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,100.101255166196)); -#27384=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,100.101255166196)); -#27385=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,100.085907791025)); -#27386=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,100.085907791025)); -#27387=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,100.046440258616)); -#27388=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,100.046440258616)); -#27389=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,100.035885813383)); -#27390=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,100.035885813383)); -#27391=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,100.019481178471)); -#27392=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,100.019481178471)); -#27393=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,100.015843400093)); -#27394=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,100.015843400093)); -#27395=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,100.009207189857)); -#27396=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,100.009207189857)); -#27397=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,100.006334202628)); -#27398=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,100.006334202628)); -#27399=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,100.003505161865)); -#27400=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,100.003505161865)); -#27401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969062,100.141396652997)); -#27402=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616661,100.125766235396)); -#27403=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326224,100.110378743704)); -#27404=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683324842,100.094410761422)); -#27405=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276619,100.084408328727)); -#27406=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311316,100.066941925002)); -#27407=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899394976,100.063272992161)); -#27408=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845916398,100.056593523054)); -#27409=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692331,100.053192231538)); -#27410=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370446,100.044508445503)); -#27411=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459822,100.038147394302)); -#27412=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260077,100.026584326013)); -#27413=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345681,100.02258386268)); -#27414=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023141763,100.01604630301)); -#27415=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644421,100.013612161136)); -#27416=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813766,100.00884780266)); -#27417=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065462,100.006182544381)); -#27418=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491642,100.003505161865)); -#27419=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27420=CARTESIAN_POINT('',(20.0050354003906,80.,98.1992584149952)); -#27421=CARTESIAN_POINT('',(20.0050354003906,110.,98.1992584149952)); -#27422=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27423=CARTESIAN_POINT('Origin',(20.0221955414993,110.,98.0000000298087)); -#27424=CARTESIAN_POINT('',(20.1636358803736,77.4862704969123,98.1413966529973)); -#27425=CARTESIAN_POINT('Ctrl Pts',(20.0050356359303,79.9999999999986,98.1992584352798)); -#27426=CARTESIAN_POINT('Ctrl Pts',(20.0050357173329,79.6129197184633,98.1992584422901)); -#27427=CARTESIAN_POINT('Ctrl Pts',(20.0170294641639,79.1876451077079,98.2016637941846)); -#27428=CARTESIAN_POINT('Ctrl Pts',(20.0695226630717,78.3399918761968,98.1960999445071)); -#27429=CARTESIAN_POINT('Ctrl Pts',(20.1100226472102,77.917601864386,98.1908433808499)); -#27430=CARTESIAN_POINT('Ctrl Pts',(20.1594247119498,77.5196825405161,98.1455129095843)); -#27431=CARTESIAN_POINT('Ctrl Pts',(20.1615032208965,77.5031040058166,98.1435299718301)); -#27432=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969123,98.1413966529973)); -#27433=CARTESIAN_POINT('',(20.1636358803736,110.,98.1413966529973)); -#27434=CARTESIAN_POINT('Origin',(20.0221955414993,110.,98.0000000298087)); -#27435=CARTESIAN_POINT('',(20.2221607598731,77.0609799491695,98.0035051618649)); -#27436=CARTESIAN_POINT('',(20.0050354003906,80.,97.8007416446221)); -#27437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491695,98.0035051618649)); -#27438=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222887,98.0023251487381)); -#27439=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914778,98.0011523448883)); -#27440=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914778,97.9960812716909)); -#27441=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825071,97.991933603381)); -#27442=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079924,97.9841514915831)); -#27443=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265537,97.9805136325363)); -#27444=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890765,97.964108207832)); -#27445=CARTESIAN_POINT('Ctrl Pts',(20.2168875565605,77.096657525716,97.9535534828815)); -#27446=CARTESIAN_POINT('Ctrl Pts',(20.2057883912308,77.1727019564764,97.9140843347027)); -#27447=CARTESIAN_POINT('Ctrl Pts',(20.1955226873051,77.2452441006312,97.8987368870495)); -#27448=CARTESIAN_POINT('Ctrl Pts',(20.1756280080784,77.3923038688513,97.8705649804947)); -#27449=CARTESIAN_POINT('Ctrl Pts',(20.1659257987144,77.4673181694442,97.8604524336367)); -#27450=CARTESIAN_POINT('Ctrl Pts',(20.1100226472103,77.9176018643861,97.8091566787675)); -#27451=CARTESIAN_POINT('Ctrl Pts',(20.0695226630719,78.3399918761968,97.8039001151103)); -#27452=CARTESIAN_POINT('Ctrl Pts',(20.017029464164,79.187645107708,97.7983362654328)); -#27453=CARTESIAN_POINT('Ctrl Pts',(20.005035717333,79.6129197184633,97.8007416173272)); -#27454=CARTESIAN_POINT('Ctrl Pts',(20.0050356359305,79.9999999999986,97.8007416243375)); -#27455=CARTESIAN_POINT('',(20.2221607598731,110.,98.0035051618649)); -#27456=CARTESIAN_POINT('',(20.0050354003906,110.,97.8007416446221)); -#27457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,98.1413966529973)); -#27458=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,98.1413966529973)); -#27459=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,98.1345407082899)); -#27460=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,98.1345407082899)); -#27461=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,98.1260998190594)); -#27462=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,98.1260998190594)); -#27463=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,98.1012551661958)); -#27464=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,98.1012551661958)); -#27465=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,98.0859077910255)); -#27466=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,98.0859077910255)); -#27467=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,98.0464402586162)); -#27468=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,98.0464402586162)); -#27469=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,98.0358858133832)); -#27470=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,98.0358858133832)); -#27471=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,98.0194811784706)); -#27472=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,98.0194811784706)); -#27473=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,98.0158434000928)); -#27474=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,98.0158434000928)); -#27475=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,98.0092071898567)); -#27476=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,98.0092071898567)); -#27477=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,98.0063342026285)); -#27478=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,98.0063342026285)); -#27479=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,98.0035051618649)); -#27480=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,98.0035051618649)); -#27481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969123,98.1413966529973)); -#27482=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616721,98.1257662353957)); -#27483=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326282,98.1103787437044)); -#27484=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683324896,98.0944107614224)); -#27485=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276672,98.0844083287274)); -#27486=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796311379,98.0669419250024)); -#27487=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395031,98.0632729921609)); -#27488=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845916431,98.0565935230531)); -#27489=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567692377,98.0531922315373)); -#27490=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487370497,98.0445084455024)); -#27491=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559459871,98.0381473943012)); -#27492=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.072438526013,98.0265843260124)); -#27493=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345731,98.0225838626797)); -#27494=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141809,98.0160463030086)); -#27495=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.063807764447,98.0136121611349)); -#27496=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813819,98.0088478026602)); -#27497=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065513,98.0061825443803)); -#27498=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491694,98.0035051618641)); -#27499=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27500=CARTESIAN_POINT('',(20.0050354003906,80.,96.1992584149952)); -#27501=CARTESIAN_POINT('',(20.0050354003906,110.,96.1992584149952)); -#27502=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27503=CARTESIAN_POINT('Origin',(20.0221955414993,110.,96.0000000298086)); -#27504=CARTESIAN_POINT('',(20.1636358803736,77.4862704969185,96.1413966529973)); -#27505=CARTESIAN_POINT('Ctrl Pts',(20.0050356359311,79.9999999999986,96.1992584352798)); -#27506=CARTESIAN_POINT('Ctrl Pts',(20.0050357173336,79.6129197184639,96.1992584422901)); -#27507=CARTESIAN_POINT('Ctrl Pts',(20.0170294641645,79.1876451077097,96.2016637941846)); -#27508=CARTESIAN_POINT('Ctrl Pts',(20.0695226630723,78.3399918761998,96.196099944507)); -#27509=CARTESIAN_POINT('Ctrl Pts',(20.1100226472106,77.9176018643896,96.1908433808496)); -#27510=CARTESIAN_POINT('Ctrl Pts',(20.15942471195,77.5196825405209,96.1455129095841)); -#27511=CARTESIAN_POINT('Ctrl Pts',(20.1615032208965,77.5031040058221,96.14352997183)); -#27512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969185,96.1413966529973)); -#27513=CARTESIAN_POINT('',(20.1636358803736,110.,96.1413966529973)); -#27514=CARTESIAN_POINT('Origin',(20.0221955414993,110.,96.0000000298086)); -#27515=CARTESIAN_POINT('',(20.2221607598731,77.0609799491749,96.0035051618649)); -#27516=CARTESIAN_POINT('',(20.0050354003906,80.,95.8007416446221)); -#27517=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491749,96.0035051618649)); -#27518=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722294,96.0023251487381)); -#27519=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914832,96.0011523448883)); -#27520=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914832,95.9960812716909)); -#27521=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825125,95.991933603381)); -#27522=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459079978,95.9841514915831)); -#27523=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265591,95.9805136325363)); -#27524=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890819,95.964108207832)); -#27525=CARTESIAN_POINT('Ctrl Pts',(20.2168875565605,77.0966575257213,95.9535534828816)); -#27526=CARTESIAN_POINT('Ctrl Pts',(20.2057883912309,77.1727019564814,95.9140843347029)); -#27527=CARTESIAN_POINT('Ctrl Pts',(20.1955226873052,77.2452441006361,95.8987368870497)); -#27528=CARTESIAN_POINT('Ctrl Pts',(20.1756280080786,77.3923038688558,95.8705649804949)); -#27529=CARTESIAN_POINT('Ctrl Pts',(20.1659257987147,77.4673181694486,95.8604524336369)); -#27530=CARTESIAN_POINT('Ctrl Pts',(20.1100226472107,77.9176018643897,95.8091566787677)); -#27531=CARTESIAN_POINT('Ctrl Pts',(20.0695226630724,78.3399918761999,95.8039001151104)); -#27532=CARTESIAN_POINT('Ctrl Pts',(20.0170294641647,79.1876451077098,95.7983362654327)); -#27533=CARTESIAN_POINT('Ctrl Pts',(20.0050357173337,79.6129197184639,95.8007416173272)); -#27534=CARTESIAN_POINT('Ctrl Pts',(20.0050356359312,79.9999999999986,95.8007416243374)); -#27535=CARTESIAN_POINT('',(20.2221607598731,110.,96.0035051618649)); -#27536=CARTESIAN_POINT('',(20.0050354003906,110.,95.8007416446221)); -#27537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,96.1413966529973)); -#27538=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,96.1413966529973)); -#27539=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,96.1345407082899)); -#27540=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,96.1345407082899)); -#27541=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,96.1260998190594)); -#27542=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,96.1260998190594)); -#27543=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,96.1012551661958)); -#27544=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,96.1012551661958)); -#27545=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,96.0859077910254)); -#27546=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,96.0859077910254)); -#27547=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,96.0464402586162)); -#27548=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,96.0464402586162)); -#27549=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,96.0358858133832)); -#27550=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,96.0358858133832)); -#27551=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,96.0194811784706)); -#27552=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,96.0194811784706)); -#27553=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,96.0158434000927)); -#27554=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,96.0158434000927)); -#27555=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,96.0092071898567)); -#27556=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,96.0092071898567)); -#27557=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,96.0063342026285)); -#27558=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,96.0063342026285)); -#27559=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,96.0035051618649)); -#27560=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,96.0035051618649)); -#27561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704969571,96.1413966530021)); -#27562=CARTESIAN_POINT('Ctrl Pts',(20.1793528173514,77.3622135617132,96.1257662354014)); -#27563=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895326742,96.1103787437122)); -#27564=CARTESIAN_POINT('Ctrl Pts',(20.1992429966265,77.2193683325282,96.0944107614309)); -#27565=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191276976,96.0844083287357)); -#27566=CARTESIAN_POINT('Ctrl Pts',(20.2108003003266,77.1384796311601,96.0669419250095)); -#27567=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899395234,96.0632729921677)); -#27568=CARTESIAN_POINT('Ctrl Pts',(20.2140372036067,77.1161845916585,96.0565935230582)); -#27569=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.1094567692535,96.0531922315427)); -#27570=CARTESIAN_POINT('Ctrl Pts',(20.2172592358229,77.0941487370634,96.0445084455078)); -#27571=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559459988,96.0381473943062)); -#27572=CARTESIAN_POINT('Ctrl Pts',(20.2204613330171,77.0724385260221,96.0265843260166)); -#27573=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386345811,96.0225838626833)); -#27574=CARTESIAN_POINT('Ctrl Pts',(20.221563527163,77.0650023141876,96.0160463030112)); -#27575=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644534,96.0136121611373)); -#27576=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925813878,96.0088478026619)); -#27577=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906557,96.0061825443816)); -#27578=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491749,96.0035051618649)); -#27579=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27580=CARTESIAN_POINT('',(20.0050354003906,80.,94.1992584149952)); -#27581=CARTESIAN_POINT('',(20.0050354003906,110.,94.1992584149952)); -#27582=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27583=CARTESIAN_POINT('Origin',(20.0221955414993,110.,94.0000000298087)); -#27584=CARTESIAN_POINT('',(20.1636358803736,77.4862704969247,94.1413966529973)); -#27585=CARTESIAN_POINT('Ctrl Pts',(20.0050356359318,79.9999999999986,94.1992584352799)); -#27586=CARTESIAN_POINT('Ctrl Pts',(20.0050357173343,79.6129197184645,94.1992584422902)); -#27587=CARTESIAN_POINT('Ctrl Pts',(20.0170294641652,79.1876451077114,94.2016637941846)); -#27588=CARTESIAN_POINT('Ctrl Pts',(20.0695226630728,78.3399918762027,94.1960999445068)); -#27589=CARTESIAN_POINT('Ctrl Pts',(20.110022647211,77.9176018643932,94.1908433808494)); -#27590=CARTESIAN_POINT('Ctrl Pts',(20.1594247119502,77.5196825405257,94.145512909584)); -#27591=CARTESIAN_POINT('Ctrl Pts',(20.1615032208966,77.5031040058276,94.1435299718299)); -#27592=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969247,94.1413966529973)); -#27593=CARTESIAN_POINT('',(20.1636358803736,110.,94.1413966529973)); -#27594=CARTESIAN_POINT('Origin',(20.0221955414993,110.,94.0000000298087)); -#27595=CARTESIAN_POINT('',(20.2221607598731,77.0609799491802,94.0035051618649)); -#27596=CARTESIAN_POINT('',(20.0050354003906,80.,93.8007416446221)); -#27597=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491802,94.0035051618649)); -#27598=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407222994,94.0023251487381)); -#27599=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914885,94.0011523448883)); -#27600=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914885,93.996081271691)); -#27601=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825178,93.991933603381)); -#27602=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080031,93.9841514915832)); -#27603=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265644,93.9805136325364)); -#27604=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890871,93.9641082078321)); -#27605=CARTESIAN_POINT('Ctrl Pts',(20.2168875565605,77.0966575257265,93.9535534828817)); -#27606=CARTESIAN_POINT('Ctrl Pts',(20.205788391231,77.1727019564864,93.914084334703)); -#27607=CARTESIAN_POINT('Ctrl Pts',(20.1955226873053,77.245244100641,93.8987368870499)); -#27608=CARTESIAN_POINT('Ctrl Pts',(20.1756280080788,77.3923038688603,93.8705649804952)); -#27609=CARTESIAN_POINT('Ctrl Pts',(20.1659257987149,77.4673181694529,93.8604524336371)); -#27610=CARTESIAN_POINT('Ctrl Pts',(20.1100226472111,77.9176018643933,93.8091566787679)); -#27611=CARTESIAN_POINT('Ctrl Pts',(20.0695226630729,78.3399918762028,93.8039001151105)); -#27612=CARTESIAN_POINT('Ctrl Pts',(20.0170294641654,79.1876451077115,93.7983362654327)); -#27613=CARTESIAN_POINT('Ctrl Pts',(20.0050357173345,79.6129197184645,93.8007416173271)); -#27614=CARTESIAN_POINT('Ctrl Pts',(20.0050356359319,79.9999999999986,93.8007416243374)); -#27615=CARTESIAN_POINT('',(20.2221607598731,110.,94.0035051618649)); -#27616=CARTESIAN_POINT('',(20.0050354003906,110.,93.8007416446221)); -#27617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,94.1413966529973)); -#27618=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,94.1413966529973)); -#27619=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,94.1345407082899)); -#27620=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,94.1345407082899)); -#27621=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,94.1260998190594)); -#27622=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,94.1260998190594)); -#27623=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,94.1012551661958)); -#27624=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,94.1012551661958)); -#27625=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,94.0859077910255)); -#27626=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,94.0859077910255)); -#27627=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,94.0464402586162)); -#27628=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,94.0464402586162)); -#27629=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,94.0358858133832)); -#27630=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,94.0358858133832)); -#27631=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,94.0194811784706)); -#27632=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,94.0194811784706)); -#27633=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,94.0158434000928)); -#27634=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,94.0158434000928)); -#27635=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,94.0092071898567)); -#27636=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,94.0092071898567)); -#27637=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,94.0063342026285)); -#27638=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,94.0063342026285)); -#27639=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,94.0035051618649)); -#27640=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,94.0035051618649)); -#27641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969247,94.1413966529973)); -#27642=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616841,94.1257662353957)); -#27643=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326397,94.1103787437044)); -#27644=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325011,94.0944107614225)); -#27645=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276786,94.0844083287275)); -#27646=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311477,94.066941925002)); -#27647=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395139,94.0632729921607)); -#27648=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.116184591655,94.0565935230536)); -#27649=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692491,94.0531922315376)); -#27650=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370609,94.0445084455027)); -#27651=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559459984,94.0381473943016)); -#27652=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260238,94.0265843260126)); -#27653=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345842,94.0225838626801)); -#27654=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141922,94.0160463030096)); -#27655=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644581,94.0136121611358)); -#27656=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813927,94.0088478026606)); -#27657=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065622,94.0061825443809)); -#27658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491802,94.0035051618649)); -#27659=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27660=CARTESIAN_POINT('',(20.0050354003906,80.,92.1992584149952)); -#27661=CARTESIAN_POINT('',(20.0050354003906,110.,92.1992584149952)); -#27662=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27663=CARTESIAN_POINT('Origin',(20.0221955414993,110.,92.0000000298086)); -#27664=CARTESIAN_POINT('',(20.1636358803736,77.4862704969309,92.1413966529973)); -#27665=CARTESIAN_POINT('Ctrl Pts',(20.0050356359325,79.9999999999986,92.19925843528)); -#27666=CARTESIAN_POINT('Ctrl Pts',(20.005035717335,79.612919718465,92.1992584422902)); -#27667=CARTESIAN_POINT('Ctrl Pts',(20.0170294641659,79.1876451077132,92.2016637941846)); -#27668=CARTESIAN_POINT('Ctrl Pts',(20.0695226630733,78.3399918762057,92.1960999445067)); -#27669=CARTESIAN_POINT('Ctrl Pts',(20.1100226472114,77.9176018643968,92.1908433808492)); -#27670=CARTESIAN_POINT('Ctrl Pts',(20.1594247119504,77.5196825405305,92.1455129095838)); -#27671=CARTESIAN_POINT('Ctrl Pts',(20.1615032208967,77.503104005833,92.1435299718298)); -#27672=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969309,92.1413966529973)); -#27673=CARTESIAN_POINT('',(20.1636358803736,110.,92.1413966529973)); -#27674=CARTESIAN_POINT('Origin',(20.0221955414993,110.,92.0000000298086)); -#27675=CARTESIAN_POINT('',(20.2221607598731,77.0609799491856,92.0035051618649)); -#27676=CARTESIAN_POINT('',(20.0050354003906,80.,91.8007416446221)); -#27677=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491856,92.0035051618649)); -#27678=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223048,92.0023251487381)); -#27679=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914939,92.0011523448883)); -#27680=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914939,91.996081271691)); -#27681=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825231,91.9919336033811)); -#27682=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080084,91.9841514915832)); -#27683=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265697,91.9805136325364)); -#27684=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890924,91.9641082078322)); -#27685=CARTESIAN_POINT('Ctrl Pts',(20.2168875565606,77.0966575257318,91.9535534828818)); -#27686=CARTESIAN_POINT('Ctrl Pts',(20.205788391231,77.1727019564915,91.9140843347032)); -#27687=CARTESIAN_POINT('Ctrl Pts',(20.1955226873054,77.2452441006459,91.89873688705)); -#27688=CARTESIAN_POINT('Ctrl Pts',(20.175628008079,77.3923038688648,91.8705649804954)); -#27689=CARTESIAN_POINT('Ctrl Pts',(20.1659257987151,77.4673181694572,91.8604524336374)); -#27690=CARTESIAN_POINT('Ctrl Pts',(20.1100226472115,77.9176018643969,91.8091566787682)); -#27691=CARTESIAN_POINT('Ctrl Pts',(20.0695226630735,78.3399918762058,91.8039001151107)); -#27692=CARTESIAN_POINT('Ctrl Pts',(20.017029464166,79.1876451077133,91.7983362654327)); -#27693=CARTESIAN_POINT('Ctrl Pts',(20.0050357173352,79.612919718465,91.800741617327)); -#27694=CARTESIAN_POINT('Ctrl Pts',(20.0050356359326,79.9999999999986,91.8007416243373)); -#27695=CARTESIAN_POINT('',(20.2221607598731,110.,92.0035051618649)); -#27696=CARTESIAN_POINT('',(20.0050354003906,110.,91.8007416446221)); -#27697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,92.1413966529973)); -#27698=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,92.1413966529973)); -#27699=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,92.1345407082899)); -#27700=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,92.1345407082899)); -#27701=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,92.1260998190594)); -#27702=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,92.1260998190594)); -#27703=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,92.1012551661958)); -#27704=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,92.1012551661958)); -#27705=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,92.0859077910254)); -#27706=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,92.0859077910254)); -#27707=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,92.0464402586161)); -#27708=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,92.0464402586161)); -#27709=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,92.0358858133832)); -#27710=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,92.0358858133832)); -#27711=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,92.0194811784705)); -#27712=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,92.0194811784705)); -#27713=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,92.0158434000927)); -#27714=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,92.0158434000927)); -#27715=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,92.0092071898567)); -#27716=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,92.0092071898567)); -#27717=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,92.0063342026285)); -#27718=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,92.0063342026285)); -#27719=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,92.0035051618649)); -#27720=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,92.0035051618649)); -#27721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969309,92.1413966529973)); -#27722=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135616898,92.1257662353957)); -#27723=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326455,92.1103787437044)); -#27724=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332507,92.0944107614226)); -#27725=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276842,92.0844083287275)); -#27726=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479631153,92.0669419250019)); -#27727=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395193,92.0632729921607)); -#27728=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.116184591661,92.0565935230539)); -#27729=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692548,92.0531922315377)); -#27730=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370665,92.0445084455028)); -#27731=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460039,92.0381473943016)); -#27732=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260295,92.0265843260129)); -#27733=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386345897,92.0225838626803)); -#27734=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023141975,92.0160463030095)); -#27735=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644635,92.0136121611358)); -#27736=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925813981,92.0088478026606)); -#27737=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065676,92.0061825443809)); -#27738=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491856,92.0035051618649)); -#27739=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27740=CARTESIAN_POINT('',(20.0050354003906,80.,90.1992584149952)); -#27741=CARTESIAN_POINT('',(20.0050354003906,110.,90.1992584149952)); -#27742=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27743=CARTESIAN_POINT('Origin',(20.0221955414993,110.,90.0000000298087)); -#27744=CARTESIAN_POINT('',(20.1636358803736,77.486270496937,90.1413966529973)); -#27745=CARTESIAN_POINT('Ctrl Pts',(20.0050356359332,79.9999999999986,90.19925843528)); -#27746=CARTESIAN_POINT('Ctrl Pts',(20.0050357173357,79.6129197184656,90.1992584422903)); -#27747=CARTESIAN_POINT('Ctrl Pts',(20.0170294641666,79.1876451077149,90.2016637941846)); -#27748=CARTESIAN_POINT('Ctrl Pts',(20.0695226630738,78.3399918762087,90.1960999445066)); -#27749=CARTESIAN_POINT('Ctrl Pts',(20.1100226472118,77.9176018644004,90.190843380849)); -#27750=CARTESIAN_POINT('Ctrl Pts',(20.1594247119506,77.5196825405353,90.1455129095836)); -#27751=CARTESIAN_POINT('Ctrl Pts',(20.1615032208968,77.5031040058385,90.1435299718298)); -#27752=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496937,90.1413966529973)); -#27753=CARTESIAN_POINT('',(20.1636358803736,110.,90.1413966529973)); -#27754=CARTESIAN_POINT('Origin',(20.0221955414993,110.,90.0000000298087)); -#27755=CARTESIAN_POINT('',(20.2221607598731,77.0609799491909,90.0035051618649)); -#27756=CARTESIAN_POINT('',(20.0050354003906,80.,89.8007416446221)); -#27757=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491909,90.0035051618649)); -#27758=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223101,90.0023251487381)); -#27759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731914992,90.0011523448883)); -#27760=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731914992,89.996081271691)); -#27761=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825285,89.991933603381)); -#27762=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080138,89.9841514915832)); -#27763=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265751,89.9805136325364)); -#27764=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056890978,89.9641082078323)); -#27765=CARTESIAN_POINT('Ctrl Pts',(20.2168875565606,77.0966575257371,89.9535534828819)); -#27766=CARTESIAN_POINT('Ctrl Pts',(20.2057883912311,77.1727019564966,89.9140843347034)); -#27767=CARTESIAN_POINT('Ctrl Pts',(20.1955226873055,77.2452441006508,89.8987368870502)); -#27768=CARTESIAN_POINT('Ctrl Pts',(20.1756280080792,77.3923038688694,89.8705649804957)); -#27769=CARTESIAN_POINT('Ctrl Pts',(20.1659257987154,77.4673181694615,89.8604524336376)); -#27770=CARTESIAN_POINT('Ctrl Pts',(20.1100226472119,77.9176018644005,89.8091566787684)); -#27771=CARTESIAN_POINT('Ctrl Pts',(20.069522663074,78.3399918762088,89.8039001151108)); -#27772=CARTESIAN_POINT('Ctrl Pts',(20.0170294641667,79.187645107715,89.7983362654327)); -#27773=CARTESIAN_POINT('Ctrl Pts',(20.0050357173359,79.6129197184656,89.8007416173269)); -#27774=CARTESIAN_POINT('Ctrl Pts',(20.0050356359333,79.9999999999986,89.8007416243372)); -#27775=CARTESIAN_POINT('',(20.2221607598731,110.,90.0035051618649)); -#27776=CARTESIAN_POINT('',(20.0050354003906,110.,89.8007416446221)); -#27777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,90.1413966529973)); -#27778=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,90.1413966529973)); -#27779=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,90.1345407082899)); -#27780=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,90.1345407082899)); -#27781=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,90.1260998190594)); -#27782=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,90.1260998190594)); -#27783=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,90.1012551661958)); -#27784=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,90.1012551661958)); -#27785=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,90.0859077910255)); -#27786=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,90.0859077910255)); -#27787=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,90.0464402586162)); -#27788=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,90.0464402586162)); -#27789=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,90.0358858133832)); -#27790=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,90.0358858133832)); -#27791=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,90.0194811784706)); -#27792=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,90.0194811784706)); -#27793=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,90.0158434000927)); -#27794=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,90.0158434000927)); -#27795=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,90.0092071898567)); -#27796=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,90.0092071898567)); -#27797=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,90.0063342026285)); -#27798=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,90.0063342026285)); -#27799=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,90.0035051618649)); -#27800=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,90.0035051618649)); -#27801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270496937,90.1413966529973)); -#27802=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135616948,90.1257662353956)); -#27803=CARTESIAN_POINT('Ctrl Pts',(20.1893083252611,77.2910895326506,90.1103787437042)); -#27804=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325125,90.0944107614225)); -#27805=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276898,90.0844083287275)); -#27806=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796311594,90.0669419250022)); -#27807=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.130089939525,90.0632729921609)); -#27808=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845916653,90.0565935230534)); -#27809=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567692599,90.0531922315375)); -#27810=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487370721,90.0445084455029)); -#27811=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460092,90.0381473943017)); -#27812=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260345,90.0265843260126)); -#27813=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386345949,90.0225838626801)); -#27814=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142028,90.0160463030095)); -#27815=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644688,90.0136121611359)); -#27816=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814034,90.0088478026606)); -#27817=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065729,90.0061825443809)); -#27818=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491909,90.0035051618649)); -#27819=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27820=CARTESIAN_POINT('',(20.0050354003906,80.,88.1992584149952)); -#27821=CARTESIAN_POINT('',(20.0050354003906,110.,88.1992584149952)); -#27822=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27823=CARTESIAN_POINT('Origin',(20.0221955414993,110.,88.0000000298086)); -#27824=CARTESIAN_POINT('',(20.1636358803736,77.4862704969432,88.1413966529973)); -#27825=CARTESIAN_POINT('Ctrl Pts',(20.0050356359339,79.9999999999986,88.1992584352801)); -#27826=CARTESIAN_POINT('Ctrl Pts',(20.0050357173365,79.6129197184662,88.1992584422904)); -#27827=CARTESIAN_POINT('Ctrl Pts',(20.0170294641672,79.1876451077166,88.2016637941846)); -#27828=CARTESIAN_POINT('Ctrl Pts',(20.0695226630744,78.3399918762117,88.1960999445064)); -#27829=CARTESIAN_POINT('Ctrl Pts',(20.1100226472122,77.917601864404,88.1908433808488)); -#27830=CARTESIAN_POINT('Ctrl Pts',(20.1594247119507,77.5196825405401,88.1455129095834)); -#27831=CARTESIAN_POINT('Ctrl Pts',(20.1615032208969,77.503104005844,88.1435299718297)); -#27832=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969432,88.1413966529973)); -#27833=CARTESIAN_POINT('',(20.1636358803736,110.,88.1413966529973)); -#27834=CARTESIAN_POINT('Origin',(20.0221955414993,110.,88.0000000298086)); -#27835=CARTESIAN_POINT('',(20.2221607598731,77.0609799491963,88.0035051618649)); -#27836=CARTESIAN_POINT('',(20.0050354003906,80.,87.8007416446221)); -#27837=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491963,88.0035051618649)); -#27838=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223155,88.0023251487381)); -#27839=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915046,88.0011523448883)); -#27840=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915046,87.996081271691)); -#27841=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825338,87.9919336033811)); -#27842=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080191,87.9841514915832)); -#27843=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265804,87.9805136325365)); -#27844=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.079605689103,87.9641082078323)); -#27845=CARTESIAN_POINT('Ctrl Pts',(20.2168875565606,77.0966575257423,87.953553482882)); -#27846=CARTESIAN_POINT('Ctrl Pts',(20.2057883912312,77.1727019565016,87.9140843347035)); -#27847=CARTESIAN_POINT('Ctrl Pts',(20.1955226873056,77.2452441006556,87.8987368870504)); -#27848=CARTESIAN_POINT('Ctrl Pts',(20.1756280080794,77.3923038688739,87.8705649804959)); -#27849=CARTESIAN_POINT('Ctrl Pts',(20.1659257987156,77.4673181694659,87.8604524336378)); -#27850=CARTESIAN_POINT('Ctrl Pts',(20.1100226472123,77.9176018644041,87.8091566787686)); -#27851=CARTESIAN_POINT('Ctrl Pts',(20.0695226630745,78.3399918762118,87.8039001151109)); -#27852=CARTESIAN_POINT('Ctrl Pts',(20.0170294641674,79.1876451077168,87.7983362654327)); -#27853=CARTESIAN_POINT('Ctrl Pts',(20.0050357173366,79.6129197184662,87.8007416173269)); -#27854=CARTESIAN_POINT('Ctrl Pts',(20.005035635934,79.9999999999986,87.8007416243372)); -#27855=CARTESIAN_POINT('',(20.2221607598731,110.,88.0035051618649)); -#27856=CARTESIAN_POINT('',(20.0050354003906,110.,87.8007416446221)); -#27857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,88.1413966529973)); -#27858=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,88.1413966529973)); -#27859=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,88.1345407082899)); -#27860=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,88.1345407082899)); -#27861=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,88.1260998190594)); -#27862=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,88.1260998190594)); -#27863=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,88.1012551661958)); -#27864=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,88.1012551661958)); -#27865=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,88.0859077910254)); -#27866=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,88.0859077910254)); -#27867=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,88.0464402586161)); -#27868=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,88.0464402586161)); -#27869=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,88.0358858133832)); -#27870=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,88.0358858133832)); -#27871=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,88.0194811784705)); -#27872=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,88.0194811784705)); -#27873=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,88.0158434000927)); -#27874=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,88.0158434000927)); -#27875=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,88.0092071898567)); -#27876=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,88.0092071898567)); -#27877=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,88.0063342026284)); -#27878=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,88.0063342026284)); -#27879=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,88.0035051618649)); -#27880=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,88.0035051618649)); -#27881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969432,88.1413966529973)); -#27882=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135617019,88.1257662353957)); -#27883=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326571,88.1103787437044)); -#27884=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325181,88.0944107614225)); -#27885=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191276953,88.0844083287275)); -#27886=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796311634,88.0669419250017)); -#27887=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.13008993953,88.0632729921606)); -#27888=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845916723,88.056593523054)); -#27889=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692657,88.0531922315378)); -#27890=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370771,88.0445084455027)); -#27891=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460146,88.0381473943016)); -#27892=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260402,88.0265843260128)); -#27893=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346004,88.0225838626803)); -#27894=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142083,88.0160463030096)); -#27895=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644742,88.0136121611358)); -#27896=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814087,88.0088478026605)); -#27897=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065783,88.0061825443809)); -#27898=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799491963,88.0035051618649)); -#27899=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27900=CARTESIAN_POINT('',(20.0050354003906,80.,86.1992584149952)); -#27901=CARTESIAN_POINT('',(20.0050354003906,110.,86.1992584149952)); -#27902=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27903=CARTESIAN_POINT('Origin',(20.0221955414993,110.,86.0000000298086)); -#27904=CARTESIAN_POINT('',(20.1636358803736,77.4862704969494,86.1413966529973)); -#27905=CARTESIAN_POINT('Ctrl Pts',(20.0050356359346,79.9999999999986,86.1992584352801)); -#27906=CARTESIAN_POINT('Ctrl Pts',(20.0050357173372,79.6129197184667,86.1992584422904)); -#27907=CARTESIAN_POINT('Ctrl Pts',(20.0170294641679,79.1876451077184,86.2016637941846)); -#27908=CARTESIAN_POINT('Ctrl Pts',(20.0695226630749,78.3399918762147,86.1960999445063)); -#27909=CARTESIAN_POINT('Ctrl Pts',(20.1100226472126,77.9176018644076,86.1908433808485)); -#27910=CARTESIAN_POINT('Ctrl Pts',(20.1594247119509,77.5196825405449,86.1455129095833)); -#27911=CARTESIAN_POINT('Ctrl Pts',(20.161503220897,77.5031040058495,86.1435299718296)); -#27912=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969494,86.1413966529973)); -#27913=CARTESIAN_POINT('',(20.1636358803736,110.,86.1413966529973)); -#27914=CARTESIAN_POINT('Origin',(20.0221955414993,110.,86.0000000298086)); -#27915=CARTESIAN_POINT('',(20.2221607598731,77.0609799492016,86.0035051618649)); -#27916=CARTESIAN_POINT('',(20.0050354003906,80.,85.8007416446221)); -#27917=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492016,86.0035051618649)); -#27918=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223208,86.0023251487381)); -#27919=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915099,86.0011523448883)); -#27920=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915099,85.996081271691)); -#27921=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825392,85.9919336033811)); -#27922=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080245,85.9841514915833)); -#27923=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265857,85.9805136325365)); -#27924=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056891083,85.9641082078324)); -#27925=CARTESIAN_POINT('Ctrl Pts',(20.2168875565606,77.0966575257476,85.9535534828821)); -#27926=CARTESIAN_POINT('Ctrl Pts',(20.2057883912312,77.1727019565067,85.9140843347037)); -#27927=CARTESIAN_POINT('Ctrl Pts',(20.1955226873057,77.2452441006605,85.8987368870506)); -#27928=CARTESIAN_POINT('Ctrl Pts',(20.1756280080796,77.3923038688784,85.8705649804961)); -#27929=CARTESIAN_POINT('Ctrl Pts',(20.1659257987158,77.4673181694702,85.8604524336381)); -#27930=CARTESIAN_POINT('Ctrl Pts',(20.1100226472127,77.9176018644077,85.8091566787688)); -#27931=CARTESIAN_POINT('Ctrl Pts',(20.069522663075,78.3399918762148,85.8039001151111)); -#27932=CARTESIAN_POINT('Ctrl Pts',(20.0170294641681,79.1876451077185,85.7983362654327)); -#27933=CARTESIAN_POINT('Ctrl Pts',(20.0050357173373,79.6129197184667,85.8007416173268)); -#27934=CARTESIAN_POINT('Ctrl Pts',(20.0050356359348,79.9999999999986,85.8007416243371)); -#27935=CARTESIAN_POINT('',(20.2221607598731,110.,86.0035051618649)); -#27936=CARTESIAN_POINT('',(20.0050354003906,110.,85.8007416446221)); -#27937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,86.1413966529973)); -#27938=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,86.1413966529973)); -#27939=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,86.1345407082899)); -#27940=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,86.1345407082899)); -#27941=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,86.1260998190594)); -#27942=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,86.1260998190594)); -#27943=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,86.1012551661958)); -#27944=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,86.1012551661958)); -#27945=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,86.0859077910254)); -#27946=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,86.0859077910254)); -#27947=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,86.0464402586162)); -#27948=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,86.0464402586162)); -#27949=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,86.0358858133832)); -#27950=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,86.0358858133832)); -#27951=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,86.0194811784706)); -#27952=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,86.0194811784706)); -#27953=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,86.0158434000927)); -#27954=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,86.0158434000927)); -#27955=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,86.0092071898567)); -#27956=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,86.0092071898567)); -#27957=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,86.0063342026285)); -#27958=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,86.0063342026285)); -#27959=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,86.0035051618649)); -#27960=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,86.0035051618649)); -#27961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969494,86.1413966529973)); -#27962=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617069,86.1257662353956)); -#27963=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326622,86.1103787437043)); -#27964=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325236,86.0944107614225)); -#27965=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277008,86.0844083287275)); -#27966=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311694,86.0669419250019)); -#27967=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395356,86.0632729921607)); -#27968=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845916764,86.0565935230534)); -#27969=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567692707,86.0531922315375)); -#27970=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370825,86.0445084455027)); -#27971=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.08455594602,86.0381473943016)); -#27972=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260455,86.0265843260128)); -#27973=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346058,86.0225838626803)); -#27974=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142138,86.0160463030098)); -#27975=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644796,86.013612161136)); -#27976=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814141,86.0088478026606)); -#27977=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065836,86.0061825443809)); -#27978=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492016,86.0035051618649)); -#27979=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#27980=CARTESIAN_POINT('',(20.0050354003906,80.,84.1992584149952)); -#27981=CARTESIAN_POINT('',(20.0050354003906,110.,84.1992584149952)); -#27982=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#27983=CARTESIAN_POINT('Origin',(20.0221955414993,110.,84.0000000298087)); -#27984=CARTESIAN_POINT('',(20.1636358803736,77.4862704969556,84.1413966529973)); -#27985=CARTESIAN_POINT('Ctrl Pts',(20.0050356359353,79.9999999999986,84.1992584352802)); -#27986=CARTESIAN_POINT('Ctrl Pts',(20.0050357173379,79.6129197184673,84.1992584422905)); -#27987=CARTESIAN_POINT('Ctrl Pts',(20.0170294641686,79.1876451077202,84.2016637941846)); -#27988=CARTESIAN_POINT('Ctrl Pts',(20.0695226630754,78.3399918762177,84.1960999445062)); -#27989=CARTESIAN_POINT('Ctrl Pts',(20.110022647213,77.9176018644112,84.1908433808483)); -#27990=CARTESIAN_POINT('Ctrl Pts',(20.1594247119511,77.5196825405498,84.1455129095831)); -#27991=CARTESIAN_POINT('Ctrl Pts',(20.1615032208971,77.503104005855,84.1435299718295)); -#27992=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969556,84.1413966529973)); -#27993=CARTESIAN_POINT('',(20.1636358803736,110.,84.1413966529973)); -#27994=CARTESIAN_POINT('Origin',(20.0221955414993,110.,84.0000000298087)); -#27995=CARTESIAN_POINT('',(20.2221607598731,77.060979949207,84.0035051618649)); -#27996=CARTESIAN_POINT('',(20.0050354003906,80.,83.8007416446221)); -#27997=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949207,84.0035051618649)); -#27998=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223261,84.0023251487381)); -#27999=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915153,84.0011523448883)); -#28000=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915153,83.996081271691)); -#28001=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825445,83.9919336033811)); -#28002=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080298,83.9841514915833)); -#28003=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.067019526591,83.9805136325366)); -#28004=CARTESIAN_POINT('Ctrl Pts',(20.2193999129405,77.0796056891136,83.9641082078325)); -#28005=CARTESIAN_POINT('Ctrl Pts',(20.2168875565606,77.0966575257528,83.9535534828822)); -#28006=CARTESIAN_POINT('Ctrl Pts',(20.2057883912313,77.1727019565118,83.9140843347039)); -#28007=CARTESIAN_POINT('Ctrl Pts',(20.1955226873058,77.2452441006654,83.8987368870508)); -#28008=CARTESIAN_POINT('Ctrl Pts',(20.1756280080798,77.3923038688829,83.8705649804963)); -#28009=CARTESIAN_POINT('Ctrl Pts',(20.165925798716,77.4673181694746,83.8604524336384)); -#28010=CARTESIAN_POINT('Ctrl Pts',(20.1100226472131,77.9176018644113,83.809156678769)); -#28011=CARTESIAN_POINT('Ctrl Pts',(20.0695226630756,78.3399918762178,83.8039001151112)); -#28012=CARTESIAN_POINT('Ctrl Pts',(20.0170294641687,79.1876451077203,83.7983362654327)); -#28013=CARTESIAN_POINT('Ctrl Pts',(20.0050357173381,79.6129197184673,83.8007416173268)); -#28014=CARTESIAN_POINT('Ctrl Pts',(20.0050356359355,79.9999999999986,83.8007416243371)); -#28015=CARTESIAN_POINT('',(20.2221607598731,110.,84.0035051618649)); -#28016=CARTESIAN_POINT('',(20.0050354003906,110.,83.8007416446221)); -#28017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,84.1413966529973)); -#28018=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,84.1413966529973)); -#28019=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,84.1345407082899)); -#28020=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,84.1345407082899)); -#28021=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,84.1260998190594)); -#28022=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,84.1260998190594)); -#28023=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,84.1012551661958)); -#28024=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,84.1012551661958)); -#28025=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,84.0859077910255)); -#28026=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,84.0859077910255)); -#28027=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,84.0464402586162)); -#28028=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,84.0464402586162)); -#28029=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,84.0358858133832)); -#28030=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,84.0358858133832)); -#28031=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,84.0194811784706)); -#28032=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,84.0194811784706)); -#28033=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,84.0158434000928)); -#28034=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,84.0158434000928)); -#28035=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,84.0092071898567)); -#28036=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,84.0092071898567)); -#28037=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,84.0063342026285)); -#28038=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,84.0063342026285)); -#28039=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,84.0035051618649)); -#28040=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,84.0035051618649)); -#28041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969556,84.1413966529973)); -#28042=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135617135,84.1257662353957)); -#28043=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895326686,84.1103787437044)); -#28044=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325294,84.0944107614225)); -#28045=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277064,84.0844083287275)); -#28046=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796311751,84.066941925002)); -#28047=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395412,84.0632729921607)); -#28048=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916824,84.0565935230537)); -#28049=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692764,84.0531922315377)); -#28050=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370882,84.0445084455029)); -#28051=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460254,84.0381473943017)); -#28052=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260509,84.0265843260128)); -#28053=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346111,84.0225838626803)); -#28054=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.065002314219,84.0160463030096)); -#28055=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644849,84.0136121611358)); -#28056=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814194,84.0088478026606)); -#28057=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906589,84.0061825443809)); -#28058=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949207,84.0035051618649)); -#28059=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28060=CARTESIAN_POINT('',(20.0050354003906,80.,82.1992584149952)); -#28061=CARTESIAN_POINT('',(20.0050354003906,110.,82.1992584149952)); -#28062=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28063=CARTESIAN_POINT('Origin',(20.0221955414993,110.,82.0000000298086)); -#28064=CARTESIAN_POINT('',(20.1636358803736,77.4862704969618,82.1413966529973)); -#28065=CARTESIAN_POINT('Ctrl Pts',(20.005035635936,79.9999999999986,82.1992584352803)); -#28066=CARTESIAN_POINT('Ctrl Pts',(20.0050357173386,79.6129197184679,82.1992584422906)); -#28067=CARTESIAN_POINT('Ctrl Pts',(20.0170294641693,79.1876451077219,82.2016637941846)); -#28068=CARTESIAN_POINT('Ctrl Pts',(20.0695226630759,78.3399918762207,82.196099944506)); -#28069=CARTESIAN_POINT('Ctrl Pts',(20.1100226472134,77.9176018644148,82.1908433808481)); -#28070=CARTESIAN_POINT('Ctrl Pts',(20.1594247119513,77.5196825405546,82.1455129095829)); -#28071=CARTESIAN_POINT('Ctrl Pts',(20.1615032208972,77.5031040058605,82.1435299718294)); -#28072=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969618,82.1413966529973)); -#28073=CARTESIAN_POINT('',(20.1636358803736,110.,82.1413966529973)); -#28074=CARTESIAN_POINT('Origin',(20.0221955414993,110.,82.0000000298086)); -#28075=CARTESIAN_POINT('',(20.2221607598731,77.0609799492123,82.0035051618649)); -#28076=CARTESIAN_POINT('',(20.0050354003906,80.,81.8007416446221)); -#28077=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492123,82.0035051618649)); -#28078=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223315,82.0023251487381)); -#28079=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915206,82.0011523448883)); -#28080=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915206,81.996081271691)); -#28081=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825498,81.9919336033811)); -#28082=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080351,81.9841514915833)); -#28083=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195265964,81.9805136325366)); -#28084=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891189,81.9641082078326)); -#28085=CARTESIAN_POINT('Ctrl Pts',(20.2168875565607,77.0966575257581,81.9535534828822)); -#28086=CARTESIAN_POINT('Ctrl Pts',(20.2057883912314,77.1727019565168,81.9140843347041)); -#28087=CARTESIAN_POINT('Ctrl Pts',(20.195522687306,77.2452441006703,81.898736887051)); -#28088=CARTESIAN_POINT('Ctrl Pts',(20.1756280080799,77.3923038688875,81.8705649804966)); -#28089=CARTESIAN_POINT('Ctrl Pts',(20.1659257987163,77.4673181694789,81.8604524336386)); -#28090=CARTESIAN_POINT('Ctrl Pts',(20.1100226472135,77.9176018644149,81.8091566787692)); -#28091=CARTESIAN_POINT('Ctrl Pts',(20.0695226630761,78.3399918762208,81.8039001151113)); -#28092=CARTESIAN_POINT('Ctrl Pts',(20.0170294641694,79.187645107722,81.7983362654327)); -#28093=CARTESIAN_POINT('Ctrl Pts',(20.0050357173388,79.6129197184679,81.8007416173267)); -#28094=CARTESIAN_POINT('Ctrl Pts',(20.0050356359362,79.9999999999986,81.800741624337)); -#28095=CARTESIAN_POINT('',(20.2221607598731,110.,82.0035051618649)); -#28096=CARTESIAN_POINT('',(20.0050354003906,110.,81.8007416446221)); -#28097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,82.1413966529973)); -#28098=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,82.1413966529973)); -#28099=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,82.1345407082899)); -#28100=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,82.1345407082899)); -#28101=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,82.1260998190594)); -#28102=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,82.1260998190594)); -#28103=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,82.1012551661958)); -#28104=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,82.1012551661958)); -#28105=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,82.0859077910254)); -#28106=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,82.0859077910254)); -#28107=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,82.0464402586161)); -#28108=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,82.0464402586161)); -#28109=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,82.0358858133832)); -#28110=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,82.0358858133832)); -#28111=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,82.0194811784705)); -#28112=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,82.0194811784705)); -#28113=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,82.0158434000927)); -#28114=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,82.0158434000927)); -#28115=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,82.0092071898567)); -#28116=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,82.0092071898567)); -#28117=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,82.0063342026285)); -#28118=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,82.0063342026285)); -#28119=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,82.0035051618649)); -#28120=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,82.0035051618649)); -#28121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969618,82.1413966529973)); -#28122=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135617195,82.1257662353957)); -#28123=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895326744,82.1103787437044)); -#28124=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325353,82.0944107614226)); -#28125=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127712,82.0844083287275)); -#28126=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796311799,82.0669419250017)); -#28127=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395464,82.0632729921606)); -#28128=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916881,82.0565935230538)); -#28129=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692818,82.0531922315377)); -#28130=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487370935,82.0445084455028)); -#28131=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460307,82.0381473943016)); -#28132=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438526056,82.0265843260127)); -#28133=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346165,82.0225838626802)); -#28134=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142244,82.0160463030096)); -#28135=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077644902,82.0136121611358)); -#28136=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814247,82.0088478026605)); -#28137=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065943,82.0061825443809)); -#28138=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492123,82.0035051618649)); -#28139=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28140=CARTESIAN_POINT('',(20.0050354003906,80.,80.1992584149952)); -#28141=CARTESIAN_POINT('',(20.0050354003906,110.,80.1992584149952)); -#28142=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28143=CARTESIAN_POINT('Origin',(20.0221955414993,110.,80.0000000298087)); -#28144=CARTESIAN_POINT('',(20.1636358803736,77.4862704969679,80.1413966529973)); -#28145=CARTESIAN_POINT('Ctrl Pts',(20.0050356359368,79.9999999999986,80.1992584352803)); -#28146=CARTESIAN_POINT('Ctrl Pts',(20.0050357173394,79.6129197184684,80.1992584422906)); -#28147=CARTESIAN_POINT('Ctrl Pts',(20.01702946417,79.1876451077237,80.2016637941846)); -#28148=CARTESIAN_POINT('Ctrl Pts',(20.0695226630765,78.3399918762237,80.1960999445059)); -#28149=CARTESIAN_POINT('Ctrl Pts',(20.1100226472138,77.9176018644184,80.1908433808479)); -#28150=CARTESIAN_POINT('Ctrl Pts',(20.1594247119515,77.5196825405594,80.1455129095827)); -#28151=CARTESIAN_POINT('Ctrl Pts',(20.1615032208973,77.503104005866,80.1435299718293)); -#28152=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969679,80.1413966529973)); -#28153=CARTESIAN_POINT('',(20.1636358803736,110.,80.1413966529973)); -#28154=CARTESIAN_POINT('Origin',(20.0221955414993,110.,80.0000000298087)); -#28155=CARTESIAN_POINT('',(20.2221607598731,77.0609799492177,80.0035051618649)); -#28156=CARTESIAN_POINT('',(20.0050354003906,80.,79.8007416446221)); -#28157=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492176,80.0035051618649)); -#28158=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223368,80.0023251487381)); -#28159=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191526,80.0011523448883)); -#28160=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191526,79.996081271691)); -#28161=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825552,79.9919336033811)); -#28162=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080404,79.9841514915834)); -#28163=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266017,79.9805136325367)); -#28164=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891243,79.9641082078327)); -#28165=CARTESIAN_POINT('Ctrl Pts',(20.2168875565607,77.0966575257633,79.9535534828823)); -#28166=CARTESIAN_POINT('Ctrl Pts',(20.2057883912314,77.1727019565219,79.9140843347043)); -#28167=CARTESIAN_POINT('Ctrl Pts',(20.1955226873061,77.2452441006752,79.8987368870512)); -#28168=CARTESIAN_POINT('Ctrl Pts',(20.1756280080801,77.392303868892,79.8705649804968)); -#28169=CARTESIAN_POINT('Ctrl Pts',(20.1659257987165,77.4673181694832,79.8604524336388)); -#28170=CARTESIAN_POINT('Ctrl Pts',(20.1100226472139,77.9176018644185,79.8091566787694)); -#28171=CARTESIAN_POINT('Ctrl Pts',(20.0695226630766,78.3399918762237,79.8039001151115)); -#28172=CARTESIAN_POINT('Ctrl Pts',(20.0170294641701,79.1876451077237,79.7983362654327)); -#28173=CARTESIAN_POINT('Ctrl Pts',(20.0050357173395,79.6129197184684,79.8007416173267)); -#28174=CARTESIAN_POINT('Ctrl Pts',(20.0050356359369,79.9999999999986,79.800741624337)); -#28175=CARTESIAN_POINT('',(20.2221607598731,110.,80.0035051618649)); -#28176=CARTESIAN_POINT('',(20.0050354003906,110.,79.8007416446221)); -#28177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,80.1413966529973)); -#28178=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,80.1413966529973)); -#28179=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,80.1345407082899)); -#28180=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,80.1345407082899)); -#28181=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,80.1260998190594)); -#28182=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,80.1260998190594)); -#28183=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,80.1012551661958)); -#28184=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,80.1012551661958)); -#28185=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,80.0859077910255)); -#28186=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,80.0859077910255)); -#28187=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,80.0464402586162)); -#28188=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,80.0464402586162)); -#28189=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,80.0358858133832)); -#28190=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,80.0358858133832)); -#28191=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,80.0194811784706)); -#28192=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,80.0194811784706)); -#28193=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,80.0158434000927)); -#28194=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,80.0158434000927)); -#28195=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,80.0092071898567)); -#28196=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,80.0092071898567)); -#28197=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,80.0063342026285)); -#28198=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,80.0063342026285)); -#28199=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,80.0035051618649)); -#28200=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,80.0035051618649)); -#28201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969679,80.1413966529973)); -#28202=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617245,80.1257662353956)); -#28203=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326795,80.1103787437043)); -#28204=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683325402,80.0944107614224)); -#28205=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277173,80.0844083287274)); -#28206=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796311877,80.0669419250026)); -#28207=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395525,80.063272992161)); -#28208=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845916927,80.0565935230534)); -#28209=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567692866,80.0531922315374)); -#28210=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487370977,80.0445084455021)); -#28211=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559460356,80.0381473943011)); -#28212=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385260611,80.0265843260122)); -#28213=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386346213,80.0225838626795)); -#28214=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142297,80.0160463030095)); -#28215=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077644953,80.0136121611354)); -#28216=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814296,80.0088478026592)); -#28217=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139065994,80.0061825443799)); -#28218=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492175,80.0035051618641)); -#28219=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28220=CARTESIAN_POINT('',(20.0050354003906,80.,78.1992584149952)); -#28221=CARTESIAN_POINT('',(20.0050354003906,110.,78.1992584149952)); -#28222=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28223=CARTESIAN_POINT('Origin',(20.0221955414993,110.,78.0000000298086)); -#28224=CARTESIAN_POINT('',(20.1636358803736,77.4862704969741,78.1413966529973)); -#28225=CARTESIAN_POINT('Ctrl Pts',(20.0050356359375,79.9999999999986,78.1992584352804)); -#28226=CARTESIAN_POINT('Ctrl Pts',(20.0050357173401,79.612919718469,78.1992584422907)); -#28227=CARTESIAN_POINT('Ctrl Pts',(20.0170294641706,79.1876451077254,78.2016637941846)); -#28228=CARTESIAN_POINT('Ctrl Pts',(20.069522663077,78.3399918762267,78.1960999445057)); -#28229=CARTESIAN_POINT('Ctrl Pts',(20.1100226472142,77.917601864422,78.1908433808477)); -#28230=CARTESIAN_POINT('Ctrl Pts',(20.1594247119516,77.5196825405642,78.1455129095826)); -#28231=CARTESIAN_POINT('Ctrl Pts',(20.1615032208974,77.5031040058714,78.1435299718292)); -#28232=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969741,78.1413966529973)); -#28233=CARTESIAN_POINT('',(20.1636358803736,110.,78.1413966529973)); -#28234=CARTESIAN_POINT('Origin',(20.0221955414993,110.,78.0000000298086)); -#28235=CARTESIAN_POINT('',(20.2221607598731,77.060979949223,78.0035051618649)); -#28236=CARTESIAN_POINT('',(20.0050354003906,80.,77.8007416446221)); -#28237=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949223,78.0035051618649)); -#28238=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223422,78.0023251487381)); -#28239=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915313,78.0011523448883)); -#28240=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915313,77.996081271691)); -#28241=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825605,77.9919336033812)); -#28242=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080458,77.9841514915834)); -#28243=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.067019526607,77.9805136325367)); -#28244=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891295,77.9641082078327)); -#28245=CARTESIAN_POINT('Ctrl Pts',(20.2168875565607,77.0966575257686,77.9535534828825)); -#28246=CARTESIAN_POINT('Ctrl Pts',(20.2057883912315,77.1727019565269,77.9140843347044)); -#28247=CARTESIAN_POINT('Ctrl Pts',(20.1955226873062,77.24524410068,77.8987368870514)); -#28248=CARTESIAN_POINT('Ctrl Pts',(20.1756280080803,77.3923038688965,77.870564980497)); -#28249=CARTESIAN_POINT('Ctrl Pts',(20.1659257987167,77.4673181694875,77.860452433639)); -#28250=CARTESIAN_POINT('Ctrl Pts',(20.1100226472143,77.9176018644221,77.8091566787697)); -#28251=CARTESIAN_POINT('Ctrl Pts',(20.0695226630771,78.3399918762267,77.8039001151116)); -#28252=CARTESIAN_POINT('Ctrl Pts',(20.0170294641708,79.1876451077255,77.7983362654327)); -#28253=CARTESIAN_POINT('Ctrl Pts',(20.0050357173402,79.612919718469,77.8007416173266)); -#28254=CARTESIAN_POINT('Ctrl Pts',(20.0050356359376,79.9999999999986,77.8007416243369)); -#28255=CARTESIAN_POINT('',(20.2221607598731,110.,78.0035051618649)); -#28256=CARTESIAN_POINT('',(20.0050354003906,110.,77.8007416446221)); -#28257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,78.1413966529973)); -#28258=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,78.1413966529973)); -#28259=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,78.1345407082899)); -#28260=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,78.1345407082899)); -#28261=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,78.1260998190594)); -#28262=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,78.1260998190594)); -#28263=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,78.1012551661958)); -#28264=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,78.1012551661958)); -#28265=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,78.0859077910255)); -#28266=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,78.0859077910255)); -#28267=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,78.0464402586162)); -#28268=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,78.0464402586162)); -#28269=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,78.0358858133832)); -#28270=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,78.0358858133832)); -#28271=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,78.0194811784706)); -#28272=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,78.0194811784706)); -#28273=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,78.0158434000928)); -#28274=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,78.0158434000928)); -#28275=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,78.0092071898567)); -#28276=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,78.0092071898567)); -#28277=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,78.0063342026284)); -#28278=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,78.0063342026284)); -#28279=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,78.0035051618649)); -#28280=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,78.0035051618649)); -#28281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969741,78.1413966529973)); -#28282=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617301,78.1257662353955)); -#28283=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326855,78.1103787437043)); -#28284=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.219368332546,78.0944107614225)); -#28285=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277231,78.0844083287275)); -#28286=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.138479631192,78.0669419250021)); -#28287=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395578,78.0632729921608)); -#28288=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845916985,78.0565935230536)); -#28289=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567692926,78.0531922315376)); -#28290=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371043,78.0445084455028)); -#28291=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460415,78.0381473943016)); -#28292=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438526067,78.0265843260128)); -#28293=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346272,78.0225838626802)); -#28294=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.065002314235,78.0160463030095)); -#28295=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645009,78.0136121611358)); -#28296=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925814356,78.0088478026608)); -#28297=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906605,78.006182544381)); -#28298=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949223,78.0035051618649)); -#28299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28300=CARTESIAN_POINT('',(20.0050354003906,80.,76.1992584149952)); -#28301=CARTESIAN_POINT('',(20.0050354003906,110.,76.1992584149952)); -#28302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,76.0000000298086)); -#28304=CARTESIAN_POINT('',(20.1636358803736,77.4862704969802,76.1413966529973)); -#28305=CARTESIAN_POINT('Ctrl Pts',(20.0050356359382,79.9999999999986,76.1992584352805)); -#28306=CARTESIAN_POINT('Ctrl Pts',(20.0050357173408,79.6129197184696,76.1992584422908)); -#28307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641713,79.1876451077271,76.2016637941847)); -#28308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630775,78.3399918762296,76.1960999445056)); -#28309=CARTESIAN_POINT('Ctrl Pts',(20.1100226472146,77.9176018644256,76.1908433808475)); -#28310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119518,77.519682540569,76.1455129095824)); -#28311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208975,77.5031040058769,76.1435299718291)); -#28312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969802,76.1413966529973)); -#28313=CARTESIAN_POINT('',(20.1636358803736,110.,76.1413966529973)); -#28314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,76.0000000298086)); -#28315=CARTESIAN_POINT('',(20.2221607598731,77.0609799492284,76.0035051618649)); -#28316=CARTESIAN_POINT('',(20.0050354003906,80.,75.8007416446221)); -#28317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492284,76.0035051618649)); -#28318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223476,76.0023251487381)); -#28319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915367,76.0011523448883)); -#28320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915367,75.996081271691)); -#28321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825658,75.9919336033811)); -#28322=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080511,75.9841514915834)); -#28323=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266124,75.9805136325367)); -#28324=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891348,75.9641082078328)); -#28325=CARTESIAN_POINT('Ctrl Pts',(20.2168875565607,77.0966575257738,75.9535534828825)); -#28326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912316,77.172701956532,75.9140843347046)); -#28327=CARTESIAN_POINT('Ctrl Pts',(20.1955226873063,77.2452441006849,75.8987368870516)); -#28328=CARTESIAN_POINT('Ctrl Pts',(20.1756280080805,77.392303868901,75.8705649804973)); -#28329=CARTESIAN_POINT('Ctrl Pts',(20.165925798717,77.4673181694919,75.8604524336393)); -#28330=CARTESIAN_POINT('Ctrl Pts',(20.1100226472147,77.9176018644257,75.8091566787699)); -#28331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630776,78.3399918762297,75.8039001151117)); -#28332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641715,79.1876451077273,75.7983362654327)); -#28333=CARTESIAN_POINT('Ctrl Pts',(20.005035717341,79.6129197184696,75.8007416173265)); -#28334=CARTESIAN_POINT('Ctrl Pts',(20.0050356359383,79.9999999999986,75.8007416243368)); -#28335=CARTESIAN_POINT('',(20.2221607598731,110.,76.0035051618649)); -#28336=CARTESIAN_POINT('',(20.0050354003906,110.,75.8007416446221)); -#28337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,76.1413966529973)); -#28338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,76.1413966529973)); -#28339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,76.1345407082899)); -#28340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,76.1345407082899)); -#28341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,76.1260998190594)); -#28342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,76.1260998190594)); -#28343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,76.1012551661957)); -#28344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,76.1012551661957)); -#28345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,76.0859077910255)); -#28346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,76.0859077910255)); -#28347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,76.0464402586162)); -#28348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,76.0464402586162)); -#28349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,76.0358858133832)); -#28350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,76.0358858133832)); -#28351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,76.0194811784706)); -#28352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,76.0194811784706)); -#28353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,76.0158434000928)); -#28354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,76.0158434000928)); -#28355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,76.0092071898567)); -#28356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,76.0092071898567)); -#28357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,76.0063342026284)); -#28358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,76.0063342026284)); -#28359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,76.0035051618649)); -#28360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,76.0035051618649)); -#28361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969802,76.1413966529973)); -#28362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173563,77.3622135617357,76.1257662353955)); -#28363=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326912,76.1103787437043)); -#28364=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325518,76.0944107614225)); -#28365=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277284,76.0844083287275)); -#28366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003289,77.138479631199,76.0669419250027)); -#28367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395635,76.0632729921611)); -#28368=CARTESIAN_POINT('Ctrl Pts',(20.2140372036083,77.1161845917017,76.0565935230526)); -#28369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105628,77.109456769297,76.0531922315371)); -#28370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487371087,76.0445084455022)); -#28371=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559460464,76.0381473943011)); -#28372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385260721,76.0265843260124)); -#28373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386346321,76.0225838626797)); -#28374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142401,76.0160463030092)); -#28375=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.063807764506,76.0136121611354)); -#28376=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814405,76.0088478026596)); -#28377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066102,76.0061825443801)); -#28378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492283,76.003505161864)); -#28379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28380=CARTESIAN_POINT('',(20.0050354003906,80.,74.1992584149952)); -#28381=CARTESIAN_POINT('',(20.0050354003906,110.,74.1992584149952)); -#28382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,74.0000000298086)); -#28384=CARTESIAN_POINT('',(20.1636358803736,77.4862704969864,74.1413966529973)); -#28385=CARTESIAN_POINT('Ctrl Pts',(20.0050356359389,79.9999999999986,74.1992584352805)); -#28386=CARTESIAN_POINT('Ctrl Pts',(20.0050357173415,79.6129197184701,74.1992584422908)); -#28387=CARTESIAN_POINT('Ctrl Pts',(20.017029464172,79.1876451077289,74.2016637941847)); -#28388=CARTESIAN_POINT('Ctrl Pts',(20.069522663078,78.3399918762326,74.1960999445055)); -#28389=CARTESIAN_POINT('Ctrl Pts',(20.110022647215,77.9176018644292,74.1908433808473)); -#28390=CARTESIAN_POINT('Ctrl Pts',(20.159424711952,77.5196825405738,74.1455129095822)); -#28391=CARTESIAN_POINT('Ctrl Pts',(20.1615032208976,77.5031040058824,74.143529971829)); -#28392=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969864,74.1413966529973)); -#28393=CARTESIAN_POINT('',(20.1636358803736,110.,74.1413966529973)); -#28394=CARTESIAN_POINT('Origin',(20.0221955414993,110.,74.0000000298086)); -#28395=CARTESIAN_POINT('',(20.2221607598731,77.0609799492337,74.0035051618649)); -#28396=CARTESIAN_POINT('',(20.0050354003906,80.,73.8007416446221)); -#28397=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492337,74.0035051618649)); -#28398=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223529,74.0023251487381)); -#28399=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191542,74.0011523448883)); -#28400=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191542,73.996081271691)); -#28401=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825712,73.9919336033812)); -#28402=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080564,73.9841514915835)); -#28403=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266177,73.9805136325368)); -#28404=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891401,73.9641082078329)); -#28405=CARTESIAN_POINT('Ctrl Pts',(20.2168875565608,77.0966575257791,73.9535534828826)); -#28406=CARTESIAN_POINT('Ctrl Pts',(20.2057883912316,77.1727019565371,73.9140843347048)); -#28407=CARTESIAN_POINT('Ctrl Pts',(20.1955226873064,77.2452441006898,73.8987368870518)); -#28408=CARTESIAN_POINT('Ctrl Pts',(20.1756280080807,77.3923038689056,73.8705649804975)); -#28409=CARTESIAN_POINT('Ctrl Pts',(20.1659257987172,77.4673181694963,73.8604524336395)); -#28410=CARTESIAN_POINT('Ctrl Pts',(20.1100226472152,77.9176018644293,73.8091566787701)); -#28411=CARTESIAN_POINT('Ctrl Pts',(20.0695226630782,78.3399918762327,73.8039001151119)); -#28412=CARTESIAN_POINT('Ctrl Pts',(20.0170294641721,79.187645107729,73.7983362654327)); -#28413=CARTESIAN_POINT('Ctrl Pts',(20.0050357173417,79.6129197184702,73.8007416173265)); -#28414=CARTESIAN_POINT('Ctrl Pts',(20.005035635939,79.9999999999986,73.8007416243368)); -#28415=CARTESIAN_POINT('',(20.2221607598731,110.,74.0035051618649)); -#28416=CARTESIAN_POINT('',(20.0050354003906,110.,73.8007416446221)); -#28417=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,74.1413966529973)); -#28418=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,74.1413966529973)); -#28419=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,74.1345407082899)); -#28420=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,74.1345407082899)); -#28421=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,74.1260998190594)); -#28422=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,74.1260998190594)); -#28423=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,74.1012551661957)); -#28424=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,74.1012551661957)); -#28425=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,74.0859077910255)); -#28426=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,74.0859077910255)); -#28427=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,74.0464402586162)); -#28428=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,74.0464402586162)); -#28429=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,74.0358858133831)); -#28430=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,74.0358858133831)); -#28431=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,74.0194811784705)); -#28432=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,74.0194811784705)); -#28433=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,74.0158434000928)); -#28434=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,74.0158434000928)); -#28435=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,74.0092071898567)); -#28436=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,74.0092071898567)); -#28437=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,74.0063342026284)); -#28438=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,74.0063342026284)); -#28439=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,74.0035051618649)); -#28440=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,74.0035051618649)); -#28441=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969864,74.1413966529973)); -#28442=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617423,74.1257662353956)); -#28443=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895326974,74.1103787437044)); -#28444=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325579,74.0944107614226)); -#28445=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277342,74.0844083287275)); -#28446=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796312022,74.0669419250019)); -#28447=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395684,74.0632729921607)); -#28448=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845917091,74.0565935230534)); -#28449=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693033,74.0531922315375)); -#28450=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148737115,74.0445084455028)); -#28451=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460523,74.0381473943016)); -#28452=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260777,74.0265843260128)); -#28453=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346379,74.0225838626802)); -#28454=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142459,74.0160463030099)); -#28455=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645117,74.013612161136)); -#28456=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814461,74.0088478026605)); -#28457=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066157,74.0061825443809)); -#28458=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492337,74.0035051618649)); -#28459=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28460=CARTESIAN_POINT('',(20.0050354003906,80.,72.1992584149952)); -#28461=CARTESIAN_POINT('',(20.0050354003906,110.,72.1992584149952)); -#28462=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28463=CARTESIAN_POINT('Origin',(20.0221955414993,110.,72.0000000298086)); -#28464=CARTESIAN_POINT('',(20.1636358803736,77.4862704969926,72.1413966529973)); -#28465=CARTESIAN_POINT('Ctrl Pts',(20.0050356359396,79.9999999999986,72.1992584352806)); -#28466=CARTESIAN_POINT('Ctrl Pts',(20.0050357173423,79.6129197184707,72.1992584422909)); -#28467=CARTESIAN_POINT('Ctrl Pts',(20.0170294641727,79.1876451077306,72.2016637941847)); -#28468=CARTESIAN_POINT('Ctrl Pts',(20.0695226630786,78.3399918762356,72.1960999445053)); -#28469=CARTESIAN_POINT('Ctrl Pts',(20.1100226472154,77.9176018644329,72.190843380847)); -#28470=CARTESIAN_POINT('Ctrl Pts',(20.1594247119522,77.5196825405787,72.1455129095821)); -#28471=CARTESIAN_POINT('Ctrl Pts',(20.1615032208977,77.5031040058879,72.1435299718289)); -#28472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969926,72.1413966529973)); -#28473=CARTESIAN_POINT('',(20.1636358803736,110.,72.1413966529973)); -#28474=CARTESIAN_POINT('Origin',(20.0221955414993,110.,72.0000000298086)); -#28475=CARTESIAN_POINT('',(20.2221607598731,77.060979949239,72.0035051618649)); -#28476=CARTESIAN_POINT('',(20.0050354003906,80.,71.8007416446221)); -#28477=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949239,72.0035051618649)); -#28478=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223582,72.0023251487381)); -#28479=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915473,72.0011523448883)); -#28480=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915473,71.996081271691)); -#28481=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825766,71.9919336033812)); -#28482=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080618,71.9841514915835)); -#28483=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.067019526623,71.9805136325368)); -#28484=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891454,71.964108207833)); -#28485=CARTESIAN_POINT('Ctrl Pts',(20.2168875565608,77.0966575257843,71.9535534828828)); -#28486=CARTESIAN_POINT('Ctrl Pts',(20.2057883912317,77.1727019565421,71.914084334705)); -#28487=CARTESIAN_POINT('Ctrl Pts',(20.1955226873065,77.2452441006947,71.898736887052)); -#28488=CARTESIAN_POINT('Ctrl Pts',(20.1756280080809,77.3923038689101,71.8705649804977)); -#28489=CARTESIAN_POINT('Ctrl Pts',(20.1659257987174,77.4673181695006,71.8604524336398)); -#28490=CARTESIAN_POINT('Ctrl Pts',(20.1100226472156,77.9176018644329,71.8091566787703)); -#28491=CARTESIAN_POINT('Ctrl Pts',(20.0695226630787,78.3399918762357,71.803900115112)); -#28492=CARTESIAN_POINT('Ctrl Pts',(20.0170294641728,79.1876451077307,71.7983362654326)); -#28493=CARTESIAN_POINT('Ctrl Pts',(20.0050357173424,79.6129197184707,71.8007416173264)); -#28494=CARTESIAN_POINT('Ctrl Pts',(20.0050356359397,79.9999999999986,71.8007416243367)); -#28495=CARTESIAN_POINT('',(20.2221607598731,110.,72.0035051618649)); -#28496=CARTESIAN_POINT('',(20.0050354003906,110.,71.8007416446221)); -#28497=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,72.1413966529973)); -#28498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,72.1413966529973)); -#28499=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,72.1345407082899)); -#28500=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,72.1345407082899)); -#28501=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,72.1260998190594)); -#28502=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,72.1260998190594)); -#28503=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,72.1012551661957)); -#28504=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,72.1012551661957)); -#28505=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,72.0859077910255)); -#28506=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,72.0859077910255)); -#28507=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,72.0464402586161)); -#28508=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,72.0464402586161)); -#28509=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,72.0358858133832)); -#28510=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,72.0358858133832)); -#28511=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,72.0194811784705)); -#28512=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,72.0194811784705)); -#28513=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,72.0158434000927)); -#28514=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,72.0158434000927)); -#28515=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,72.0092071898567)); -#28516=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,72.0092071898567)); -#28517=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,72.0063342026284)); -#28518=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,72.0063342026284)); -#28519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,72.0035051618649)); -#28520=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,72.0035051618649)); -#28521=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969926,72.1413966529973)); -#28522=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617482,72.1257662353956)); -#28523=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327032,72.1103787437044)); -#28524=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325631,72.0944107614225)); -#28525=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277398,72.0844083287275)); -#28526=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312083,72.0669419250021)); -#28527=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395741,72.0632729921608)); -#28528=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845917158,72.056593523054)); -#28529=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693091,72.0531922315378)); -#28530=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371204,72.0445084455028)); -#28531=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460577,72.0381473943016)); -#28532=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260831,72.0265843260129)); -#28533=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346433,72.0225838626803)); -#28534=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142512,72.0160463030098)); -#28535=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764517,72.013612161136)); -#28536=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814514,72.0088478026604)); -#28537=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066211,72.0061825443808)); -#28538=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949239,72.0035051618649)); -#28539=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28540=CARTESIAN_POINT('',(20.0050354003906,80.,70.1992584149952)); -#28541=CARTESIAN_POINT('',(20.0050354003906,110.,70.1992584149952)); -#28542=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28543=CARTESIAN_POINT('Origin',(20.0221955414993,110.,70.0000000298087)); -#28544=CARTESIAN_POINT('',(20.1636358803736,77.4862704969988,70.1413966529973)); -#28545=CARTESIAN_POINT('Ctrl Pts',(20.0050356359403,79.9999999999986,70.1992584352806)); -#28546=CARTESIAN_POINT('Ctrl Pts',(20.005035717343,79.6129197184713,70.1992584422909)); -#28547=CARTESIAN_POINT('Ctrl Pts',(20.0170294641733,79.1876451077324,70.2016637941847)); -#28548=CARTESIAN_POINT('Ctrl Pts',(20.0695226630791,78.3399918762386,70.1960999445052)); -#28549=CARTESIAN_POINT('Ctrl Pts',(20.1100226472158,77.9176018644365,70.1908433808468)); -#28550=CARTESIAN_POINT('Ctrl Pts',(20.1594247119524,77.5196825405835,70.1455129095819)); -#28551=CARTESIAN_POINT('Ctrl Pts',(20.1615032208977,77.5031040058934,70.1435299718288)); -#28552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969988,70.1413966529973)); -#28553=CARTESIAN_POINT('',(20.1636358803736,110.,70.1413966529973)); -#28554=CARTESIAN_POINT('Origin',(20.0221955414993,110.,70.0000000298087)); -#28555=CARTESIAN_POINT('',(20.2221607598731,77.0609799492444,70.0035051618649)); -#28556=CARTESIAN_POINT('',(20.0050354003906,80.,69.8007416446221)); -#28557=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492444,70.0035051618649)); -#28558=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223636,70.0023251487381)); -#28559=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915527,70.0011523448883)); -#28560=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915527,69.9960812716911)); -#28561=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825819,69.9919336033812)); -#28562=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080671,69.9841514915836)); -#28563=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266284,69.9805136325369)); -#28564=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.0796056891507,69.964108207833)); -#28565=CARTESIAN_POINT('Ctrl Pts',(20.2168875565608,77.0966575257896,69.9535534828828)); -#28566=CARTESIAN_POINT('Ctrl Pts',(20.2057883912318,77.1727019565472,69.9140843347051)); -#28567=CARTESIAN_POINT('Ctrl Pts',(20.1955226873066,77.2452441006996,69.8987368870522)); -#28568=CARTESIAN_POINT('Ctrl Pts',(20.1756280080811,77.3923038689146,69.870564980498)); -#28569=CARTESIAN_POINT('Ctrl Pts',(20.1659257987177,77.4673181695049,69.86045243364)); -#28570=CARTESIAN_POINT('Ctrl Pts',(20.110022647216,77.9176018644365,69.8091566787705)); -#28571=CARTESIAN_POINT('Ctrl Pts',(20.0695226630792,78.3399918762387,69.8039001151121)); -#28572=CARTESIAN_POINT('Ctrl Pts',(20.0170294641735,79.1876451077325,69.7983362654326)); -#28573=CARTESIAN_POINT('Ctrl Pts',(20.0050357173431,79.6129197184713,69.8007416173264)); -#28574=CARTESIAN_POINT('Ctrl Pts',(20.0050356359405,79.9999999999986,69.8007416243367)); -#28575=CARTESIAN_POINT('',(20.2221607598731,110.,70.0035051618649)); -#28576=CARTESIAN_POINT('',(20.0050354003906,110.,69.8007416446221)); -#28577=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,70.1413966529973)); -#28578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,70.1413966529973)); -#28579=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,70.1345407082899)); -#28580=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,70.1345407082899)); -#28581=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,70.1260998190594)); -#28582=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,70.1260998190594)); -#28583=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,70.1012551661958)); -#28584=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,70.1012551661958)); -#28585=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,70.0859077910255)); -#28586=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,70.0859077910255)); -#28587=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,70.0464402586162)); -#28588=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,70.0464402586162)); -#28589=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,70.0358858133832)); -#28590=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,70.0358858133832)); -#28591=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,70.0194811784706)); -#28592=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,70.0194811784706)); -#28593=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,70.0158434000928)); -#28594=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,70.0158434000928)); -#28595=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,70.0092071898567)); -#28596=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,70.0092071898567)); -#28597=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,70.0063342026285)); -#28598=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,70.0063342026285)); -#28599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,70.0035051618649)); -#28600=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,70.0035051618649)); -#28601=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704969988,70.1413966529973)); -#28602=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617538,70.1257662353956)); -#28603=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895327087,70.1103787437044)); -#28604=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325687,70.0944107614225)); -#28605=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277453,70.0844083287275)); -#28606=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312133,70.0669419250019)); -#28607=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395794,70.0632729921607)); -#28608=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845917202,70.0565935230536)); -#28609=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693143,70.0531922315376)); -#28610=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487371262,70.044508445503)); -#28611=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460631,70.0381473943017)); -#28612=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260883,70.0265843260128)); -#28613=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346486,70.0225838626803)); -#28614=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142564,70.0160463030095)); -#28615=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645223,70.0136121611358)); -#28616=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814569,70.0088478026607)); -#28617=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066264,70.006182544381)); -#28618=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492444,70.0035051618649)); -#28619=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28620=CARTESIAN_POINT('',(20.0050354003906,80.,68.1992584149952)); -#28621=CARTESIAN_POINT('',(20.0050354003906,110.,68.1992584149952)); -#28622=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28623=CARTESIAN_POINT('Origin',(20.0221955414993,110.,68.0000000298086)); -#28624=CARTESIAN_POINT('',(20.1636358803736,77.486270497005,68.1413966529973)); -#28625=CARTESIAN_POINT('Ctrl Pts',(20.005035635941,79.9999999999986,68.1992584352807)); -#28626=CARTESIAN_POINT('Ctrl Pts',(20.0050357173437,79.6129197184719,68.199258442291)); -#28627=CARTESIAN_POINT('Ctrl Pts',(20.017029464174,79.1876451077342,68.2016637941847)); -#28628=CARTESIAN_POINT('Ctrl Pts',(20.0695226630796,78.3399918762416,68.1960999445051)); -#28629=CARTESIAN_POINT('Ctrl Pts',(20.1100226472162,77.9176018644401,68.1908433808466)); -#28630=CARTESIAN_POINT('Ctrl Pts',(20.1594247119525,77.5196825405883,68.1455129095817)); -#28631=CARTESIAN_POINT('Ctrl Pts',(20.1615032208978,77.5031040058989,68.1435299718287)); -#28632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497005,68.1413966529973)); -#28633=CARTESIAN_POINT('',(20.1636358803736,110.,68.1413966529973)); -#28634=CARTESIAN_POINT('Origin',(20.0221955414993,110.,68.0000000298086)); -#28635=CARTESIAN_POINT('',(20.2221607598731,77.0609799492497,68.0035051618649)); -#28636=CARTESIAN_POINT('',(20.0050354003906,80.,67.8007416446221)); -#28637=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492497,68.0035051618649)); -#28638=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223689,68.0023251487381)); -#28639=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191558,68.0011523448883)); -#28640=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191558,67.9960812716911)); -#28641=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825873,67.9919336033812)); -#28642=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080725,67.9841514915836)); -#28643=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266337,67.9805136325369)); -#28644=CARTESIAN_POINT('Ctrl Pts',(20.2193999129406,77.079605689156,67.9641082078331)); -#28645=CARTESIAN_POINT('Ctrl Pts',(20.2168875565608,77.0966575257948,67.953553482883)); -#28646=CARTESIAN_POINT('Ctrl Pts',(20.2057883912319,77.1727019565522,67.9140843347053)); -#28647=CARTESIAN_POINT('Ctrl Pts',(20.1955226873067,77.2452441007044,67.8987368870524)); -#28648=CARTESIAN_POINT('Ctrl Pts',(20.1756280080813,77.3923038689191,67.8705649804982)); -#28649=CARTESIAN_POINT('Ctrl Pts',(20.1659257987179,77.4673181695093,67.8604524336402)); -#28650=CARTESIAN_POINT('Ctrl Pts',(20.1100226472164,77.9176018644402,67.8091566787707)); -#28651=CARTESIAN_POINT('Ctrl Pts',(20.0695226630797,78.3399918762417,67.8039001151123)); -#28652=CARTESIAN_POINT('Ctrl Pts',(20.0170294641742,79.1876451077343,67.7983362654326)); -#28653=CARTESIAN_POINT('Ctrl Pts',(20.0050357173438,79.6129197184719,67.8007416173263)); -#28654=CARTESIAN_POINT('Ctrl Pts',(20.0050356359412,79.9999999999986,67.8007416243366)); -#28655=CARTESIAN_POINT('',(20.2221607598731,110.,68.0035051618649)); -#28656=CARTESIAN_POINT('',(20.0050354003906,110.,67.8007416446221)); -#28657=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,68.1413966529973)); -#28658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,68.1413966529973)); -#28659=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,68.1345407082899)); -#28660=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,68.1345407082899)); -#28661=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,68.1260998190594)); -#28662=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,68.1260998190594)); -#28663=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,68.1012551661958)); -#28664=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,68.1012551661958)); -#28665=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,68.0859077910255)); -#28666=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,68.0859077910255)); -#28667=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,68.0464402586162)); -#28668=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,68.0464402586162)); -#28669=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,68.0358858133832)); -#28670=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,68.0358858133832)); -#28671=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,68.0194811784706)); -#28672=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,68.0194811784706)); -#28673=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,68.0158434000928)); -#28674=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,68.0158434000928)); -#28675=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,68.0092071898567)); -#28676=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,68.0092071898567)); -#28677=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,68.0063342026284)); -#28678=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,68.0063342026284)); -#28679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,68.0035051618649)); -#28680=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,68.0035051618649)); -#28681=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497005,68.1413966529973)); -#28682=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617603,68.1257662353956)); -#28683=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327148,68.1103787437044)); -#28684=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325742,68.0944107614225)); -#28685=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277506,68.0844083287275)); -#28686=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796312195,68.0669419250021)); -#28687=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899395848,68.0632729921607)); -#28688=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845917252,68.0565935230534)); -#28689=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693192,68.0531922315373)); -#28690=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487371304,68.0445084455022)); -#28691=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559460679,68.0381473943012)); -#28692=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385260932,68.0265843260121)); -#28693=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386346533,68.0225838626794)); -#28694=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142615,68.0160463030091)); -#28695=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077645274,68.0136121611352)); -#28696=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581462,68.0088478026597)); -#28697=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066317,68.0061825443801)); -#28698=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492497,68.003505161864)); -#28699=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28700=CARTESIAN_POINT('',(20.0050354003906,80.,66.1992584149952)); -#28701=CARTESIAN_POINT('',(20.0050354003906,110.,66.1992584149952)); -#28702=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28703=CARTESIAN_POINT('Origin',(20.0221955414993,110.,66.0000000298086)); -#28704=CARTESIAN_POINT('',(20.1636358803736,77.4862704970111,66.1413966529973)); -#28705=CARTESIAN_POINT('Ctrl Pts',(20.0050356359417,79.9999999999986,66.1992584352808)); -#28706=CARTESIAN_POINT('Ctrl Pts',(20.0050357173444,79.6129197184724,66.1992584422911)); -#28707=CARTESIAN_POINT('Ctrl Pts',(20.0170294641747,79.1876451077359,66.2016637941847)); -#28708=CARTESIAN_POINT('Ctrl Pts',(20.0695226630801,78.3399918762446,66.1960999445049)); -#28709=CARTESIAN_POINT('Ctrl Pts',(20.1100226472166,77.9176018644437,66.1908433808464)); -#28710=CARTESIAN_POINT('Ctrl Pts',(20.1594247119527,77.5196825405931,66.1455129095815)); -#28711=CARTESIAN_POINT('Ctrl Pts',(20.1615032208979,77.5031040059044,66.1435299718286)); -#28712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970111,66.1413966529973)); -#28713=CARTESIAN_POINT('',(20.1636358803736,110.,66.1413966529973)); -#28714=CARTESIAN_POINT('Origin',(20.0221955414993,110.,66.0000000298086)); -#28715=CARTESIAN_POINT('',(20.2221607598731,77.0609799492551,66.0035051618649)); -#28716=CARTESIAN_POINT('',(20.0050354003906,80.,65.8007416446221)); -#28717=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949255,66.0035051618649)); -#28718=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223743,66.0023251487381)); -#28719=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915634,66.0011523448883)); -#28720=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915634,65.9960812716911)); -#28721=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185825926,65.9919336033813)); -#28722=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080778,65.9841514915836)); -#28723=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266391,65.9805136325369)); -#28724=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891613,65.9641082078332)); -#28725=CARTESIAN_POINT('Ctrl Pts',(20.2168875565609,77.0966575258001,65.953553482883)); -#28726=CARTESIAN_POINT('Ctrl Pts',(20.2057883912319,77.1727019565573,65.9140843347055)); -#28727=CARTESIAN_POINT('Ctrl Pts',(20.1955226873069,77.2452441007093,65.8987368870526)); -#28728=CARTESIAN_POINT('Ctrl Pts',(20.1756280080815,77.3923038689236,65.8705649804984)); -#28729=CARTESIAN_POINT('Ctrl Pts',(20.1659257987181,77.4673181695136,65.8604524336405)); -#28730=CARTESIAN_POINT('Ctrl Pts',(20.1100226472168,77.9176018644438,65.8091566787709)); -#28731=CARTESIAN_POINT('Ctrl Pts',(20.0695226630803,78.3399918762447,65.8039001151124)); -#28732=CARTESIAN_POINT('Ctrl Pts',(20.0170294641748,79.187645107736,65.7983362654326)); -#28733=CARTESIAN_POINT('Ctrl Pts',(20.0050357173446,79.6129197184724,65.8007416173262)); -#28734=CARTESIAN_POINT('Ctrl Pts',(20.0050356359419,79.9999999999986,65.8007416243365)); -#28735=CARTESIAN_POINT('',(20.2221607598731,110.,66.0035051618649)); -#28736=CARTESIAN_POINT('',(20.0050354003906,110.,65.8007416446221)); -#28737=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,66.1413966529973)); -#28738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,66.1413966529973)); -#28739=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,66.1345407082899)); -#28740=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,66.1345407082899)); -#28741=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,66.1260998190594)); -#28742=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,66.1260998190594)); -#28743=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,66.1012551661957)); -#28744=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,66.1012551661957)); -#28745=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,66.0859077910255)); -#28746=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,66.0859077910255)); -#28747=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,66.0464402586162)); -#28748=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,66.0464402586162)); -#28749=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,66.0358858133832)); -#28750=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,66.0358858133832)); -#28751=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,66.0194811784706)); -#28752=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,66.0194811784706)); -#28753=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,66.0158434000928)); -#28754=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,66.0158434000928)); -#28755=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,66.0092071898567)); -#28756=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,66.0092071898567)); -#28757=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,66.0063342026284)); -#28758=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,66.0063342026284)); -#28759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,66.0035051618649)); -#28760=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,66.0035051618649)); -#28761=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970111,66.1413966529973)); -#28762=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135617665,66.1257662353957)); -#28763=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327208,66.1103787437045)); -#28764=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.21936833258,66.0944107614225)); -#28765=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277564,66.0844083287275)); -#28766=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312248,66.0669419250021)); -#28767=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899395905,66.0632729921608)); -#28768=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845917312,66.0565935230536)); -#28769=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693251,66.0531922315376)); -#28770=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371364,66.0445084455027)); -#28771=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460738,66.0381473943016)); -#28772=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385260994,66.026584326013)); -#28773=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346595,66.0225838626804)); -#28774=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142674,66.0160463030099)); -#28775=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645331,66.013612161136)); -#28776=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814675,66.0088478026604)); -#28777=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066371,66.0061825443808)); -#28778=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492551,66.0035051618649)); -#28779=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28780=CARTESIAN_POINT('',(20.0050354003906,80.,64.1992584149952)); -#28781=CARTESIAN_POINT('',(20.0050354003906,110.,64.1992584149952)); -#28782=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28783=CARTESIAN_POINT('Origin',(20.0221955414993,110.,64.0000000298086)); -#28784=CARTESIAN_POINT('',(20.1636358803736,77.4862704970173,64.1413966529973)); -#28785=CARTESIAN_POINT('Ctrl Pts',(20.0050356359424,79.9999999999986,64.1992584352808)); -#28786=CARTESIAN_POINT('Ctrl Pts',(20.0050357173451,79.612919718473,64.1992584422911)); -#28787=CARTESIAN_POINT('Ctrl Pts',(20.0170294641754,79.1876451077376,64.2016637941847)); -#28788=CARTESIAN_POINT('Ctrl Pts',(20.0695226630806,78.3399918762476,64.1960999445048)); -#28789=CARTESIAN_POINT('Ctrl Pts',(20.110022647217,77.9176018644473,64.1908433808462)); -#28790=CARTESIAN_POINT('Ctrl Pts',(20.1594247119529,77.5196825405979,64.1455129095814)); -#28791=CARTESIAN_POINT('Ctrl Pts',(20.161503220898,77.5031040059099,64.1435299718286)); -#28792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970173,64.1413966529973)); -#28793=CARTESIAN_POINT('',(20.1636358803736,110.,64.1413966529973)); -#28794=CARTESIAN_POINT('Origin',(20.0221955414993,110.,64.0000000298086)); -#28795=CARTESIAN_POINT('',(20.2221607598731,77.0609799492604,64.0035051618649)); -#28796=CARTESIAN_POINT('',(20.0050354003906,80.,63.8007416446221)); -#28797=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492604,64.0035051618649)); -#28798=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223796,64.0023251487381)); -#28799=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915687,64.0011523448883)); -#28800=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915687,63.9960812716911)); -#28801=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582598,63.9919336033813)); -#28802=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080831,63.9841514915837)); -#28803=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266444,63.980513632537)); -#28804=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891666,63.9641082078332)); -#28805=CARTESIAN_POINT('Ctrl Pts',(20.2168875565609,77.0966575258054,63.9535534828831)); -#28806=CARTESIAN_POINT('Ctrl Pts',(20.205788391232,77.1727019565624,63.9140843347056)); -#28807=CARTESIAN_POINT('Ctrl Pts',(20.195522687307,77.2452441007142,63.8987368870528)); -#28808=CARTESIAN_POINT('Ctrl Pts',(20.1756280080817,77.3923038689282,63.8705649804986)); -#28809=CARTESIAN_POINT('Ctrl Pts',(20.1659257987183,77.4673181695179,63.8604524336407)); -#28810=CARTESIAN_POINT('Ctrl Pts',(20.1100226472172,77.9176018644474,63.8091566787712)); -#28811=CARTESIAN_POINT('Ctrl Pts',(20.0695226630808,78.3399918762477,63.8039001151126)); -#28812=CARTESIAN_POINT('Ctrl Pts',(20.0170294641755,79.1876451077377,63.7983362654326)); -#28813=CARTESIAN_POINT('Ctrl Pts',(20.0050357173453,79.612919718473,63.8007416173262)); -#28814=CARTESIAN_POINT('Ctrl Pts',(20.0050356359426,79.9999999999986,63.8007416243365)); -#28815=CARTESIAN_POINT('',(20.2221607598731,110.,64.0035051618649)); -#28816=CARTESIAN_POINT('',(20.0050354003906,110.,63.8007416446221)); -#28817=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,64.1413966529973)); -#28818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,64.1413966529973)); -#28819=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,64.1345407082899)); -#28820=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,64.1345407082899)); -#28821=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,64.1260998190594)); -#28822=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,64.1260998190594)); -#28823=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,64.1012551661957)); -#28824=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,64.1012551661957)); -#28825=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,64.0859077910255)); -#28826=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,64.0859077910255)); -#28827=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,64.0464402586162)); -#28828=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,64.0464402586162)); -#28829=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,64.0358858133831)); -#28830=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,64.0358858133831)); -#28831=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,64.0194811784705)); -#28832=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,64.0194811784705)); -#28833=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,64.0158434000928)); -#28834=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,64.0158434000928)); -#28835=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,64.0092071898567)); -#28836=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,64.0092071898567)); -#28837=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,64.0063342026284)); -#28838=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,64.0063342026284)); -#28839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,64.0035051618649)); -#28840=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,64.0035051618649)); -#28841=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970173,64.1413966529973)); -#28842=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617716,64.1257662353956)); -#28843=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895327259,64.1103787437043)); -#28844=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683325855,64.0944107614225)); -#28845=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127762,64.0844083287275)); -#28846=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312303,64.0669419250021)); -#28847=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.130089939596,64.0632729921608)); -#28848=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845917363,64.0565935230534)); -#28849=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693304,64.0531922315375)); -#28850=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371421,64.0445084455028)); -#28851=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460792,64.0381473943016)); -#28852=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261044,64.0265843260127)); -#28853=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346647,64.0225838626802)); -#28854=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142724,64.0160463030094)); -#28855=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645384,64.0136121611358)); -#28856=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.061992581473,64.0088478026609)); -#28857=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066425,64.0061825443811)); -#28858=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492604,64.0035051618649)); -#28859=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28860=CARTESIAN_POINT('',(20.0050354003906,80.,62.1992584149952)); -#28861=CARTESIAN_POINT('',(20.0050354003906,110.,62.1992584149952)); -#28862=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28863=CARTESIAN_POINT('Origin',(20.0221955414993,110.,62.0000000298086)); -#28864=CARTESIAN_POINT('',(20.1636358803736,77.4862704970235,62.1413966529973)); -#28865=CARTESIAN_POINT('Ctrl Pts',(20.0050356359432,79.9999999999986,62.1992584352809)); -#28866=CARTESIAN_POINT('Ctrl Pts',(20.0050357173459,79.6129197184736,62.1992584422912)); -#28867=CARTESIAN_POINT('Ctrl Pts',(20.017029464176,79.1876451077394,62.2016637941847)); -#28868=CARTESIAN_POINT('Ctrl Pts',(20.0695226630812,78.3399918762506,62.1960999445046)); -#28869=CARTESIAN_POINT('Ctrl Pts',(20.1100226472174,77.9176018644509,62.190843380846)); -#28870=CARTESIAN_POINT('Ctrl Pts',(20.1594247119531,77.5196825406027,62.1455129095812)); -#28871=CARTESIAN_POINT('Ctrl Pts',(20.1615032208981,77.5031040059153,62.1435299718285)); -#28872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970235,62.1413966529973)); -#28873=CARTESIAN_POINT('',(20.1636358803736,110.,62.1413966529973)); -#28874=CARTESIAN_POINT('Origin',(20.0221955414993,110.,62.0000000298086)); -#28875=CARTESIAN_POINT('',(20.2221607598731,77.0609799492658,62.0035051618649)); -#28876=CARTESIAN_POINT('',(20.0050354003906,80.,61.8007416446221)); -#28877=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492658,62.0035051618649)); -#28878=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722385,62.0023251487381)); -#28879=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915741,62.0011523448883)); -#28880=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915741,61.9960812716911)); -#28881=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826033,61.9919336033813)); -#28882=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459080885,61.9841514915837)); -#28883=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266497,61.980513632537)); -#28884=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891719,61.9641082078333)); -#28885=CARTESIAN_POINT('Ctrl Pts',(20.2168875565609,77.0966575258106,61.9535534828832)); -#28886=CARTESIAN_POINT('Ctrl Pts',(20.2057883912321,77.1727019565674,61.9140843347058)); -#28887=CARTESIAN_POINT('Ctrl Pts',(20.1955226873071,77.2452441007191,61.898736887053)); -#28888=CARTESIAN_POINT('Ctrl Pts',(20.1756280080819,77.3923038689326,61.8705649804989)); -#28889=CARTESIAN_POINT('Ctrl Pts',(20.1659257987186,77.4673181695222,61.860452433641)); -#28890=CARTESIAN_POINT('Ctrl Pts',(20.1100226472176,77.9176018644509,61.8091566787714)); -#28891=CARTESIAN_POINT('Ctrl Pts',(20.0695226630813,78.3399918762506,61.8039001151127)); -#28892=CARTESIAN_POINT('Ctrl Pts',(20.0170294641762,79.1876451077395,61.7983362654326)); -#28893=CARTESIAN_POINT('Ctrl Pts',(20.005035717346,79.6129197184736,61.8007416173261)); -#28894=CARTESIAN_POINT('Ctrl Pts',(20.0050356359433,79.9999999999986,61.8007416243364)); -#28895=CARTESIAN_POINT('',(20.2221607598731,110.,62.0035051618649)); -#28896=CARTESIAN_POINT('',(20.0050354003906,110.,61.8007416446221)); -#28897=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,62.1413966529973)); -#28898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,62.1413966529973)); -#28899=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,62.1345407082899)); -#28900=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,62.1345407082899)); -#28901=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,62.1260998190594)); -#28902=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,62.1260998190594)); -#28903=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,62.1012551661957)); -#28904=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,62.1012551661957)); -#28905=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,62.0859077910255)); -#28906=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,62.0859077910255)); -#28907=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,62.0464402586162)); -#28908=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,62.0464402586162)); -#28909=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,62.0358858133832)); -#28910=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,62.0358858133832)); -#28911=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,62.0194811784705)); -#28912=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,62.0194811784705)); -#28913=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,62.0158434000928)); -#28914=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,62.0158434000928)); -#28915=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,62.0092071898567)); -#28916=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,62.0092071898567)); -#28917=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,62.0063342026284)); -#28918=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,62.0063342026284)); -#28919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,62.0035051618649)); -#28920=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,62.0035051618649)); -#28921=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.486270497062,62.1413966530021)); -#28922=CARTESIAN_POINT('Ctrl Pts',(20.1793528173515,77.3622135618127,62.1257662354013)); -#28923=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895327721,62.1103787437122)); -#28924=CARTESIAN_POINT('Ctrl Pts',(20.1992429966264,77.219368332624,62.094410761431)); -#28925=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191277919,62.0844083287357)); -#28926=CARTESIAN_POINT('Ctrl Pts',(20.2108003003269,77.1384796312513,62.0669419250088)); -#28927=CARTESIAN_POINT('Ctrl Pts',(20.2120150610204,77.1300899396153,62.0632729921671)); -#28928=CARTESIAN_POINT('Ctrl Pts',(20.2140372036065,77.1161845917526,62.0565935230589)); -#28929=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.1094567693458,62.0531922315427)); -#28930=CARTESIAN_POINT('Ctrl Pts',(20.217259235823,77.0941487371547,62.0445084455075)); -#28931=CARTESIAN_POINT('Ctrl Pts',(20.2186710078322,77.0845559460899,62.0381473943058)); -#28932=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385261127,62.0265843260159)); -#28933=CARTESIAN_POINT('Ctrl Pts',(20.2209502347815,77.0691386346718,62.0225838626828)); -#28934=CARTESIAN_POINT('Ctrl Pts',(20.221563527163,77.0650023142787,62.0160463030112)); -#28935=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645442,62.0136121611369)); -#28936=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814783,62.0088478026607)); -#28937=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066478,62.0061825443807)); -#28938=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492657,62.0035051618641)); -#28939=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#28940=CARTESIAN_POINT('',(20.0050354003906,80.,60.1992584149952)); -#28941=CARTESIAN_POINT('',(20.0050354003906,110.,60.1992584149952)); -#28942=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#28943=CARTESIAN_POINT('Origin',(20.0221955414993,110.,60.0000000298087)); -#28944=CARTESIAN_POINT('',(20.1636358803736,77.4862704970297,60.1413966529973)); -#28945=CARTESIAN_POINT('Ctrl Pts',(20.0050356359439,79.9999999999986,60.199258435281)); -#28946=CARTESIAN_POINT('Ctrl Pts',(20.0050357173466,79.6129197184741,60.1992584422913)); -#28947=CARTESIAN_POINT('Ctrl Pts',(20.0170294641767,79.1876451077411,60.2016637941847)); -#28948=CARTESIAN_POINT('Ctrl Pts',(20.0695226630817,78.3399918762535,60.1960999445045)); -#28949=CARTESIAN_POINT('Ctrl Pts',(20.1100226472178,77.9176018644545,60.1908433808458)); -#28950=CARTESIAN_POINT('Ctrl Pts',(20.1594247119533,77.5196825406075,60.145512909581)); -#28951=CARTESIAN_POINT('Ctrl Pts',(20.1615032208982,77.5031040059208,60.1435299718284)); -#28952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970297,60.1413966529973)); -#28953=CARTESIAN_POINT('',(20.1636358803736,110.,60.1413966529973)); -#28954=CARTESIAN_POINT('Origin',(20.0221955414993,110.,60.0000000298087)); -#28955=CARTESIAN_POINT('',(20.2221607598731,77.0609799492711,60.0035051618649)); -#28956=CARTESIAN_POINT('',(20.0050354003906,80.,59.8007416446221)); -#28957=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492711,60.0035051618649)); -#28958=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223903,60.0023251487381)); -#28959=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915794,60.0011523448883)); -#28960=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915794,59.9960812716911)); -#28961=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826086,59.9919336033813)); -#28962=CARTESIAN_POINT('Ctrl Pts',(20.221601586391,77.0647459080938,59.9841514915837)); -#28963=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.067019526655,59.9805136325371)); -#28964=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891772,59.9641082078334)); -#28965=CARTESIAN_POINT('Ctrl Pts',(20.2168875565609,77.0966575258159,59.9535534828833)); -#28966=CARTESIAN_POINT('Ctrl Pts',(20.2057883912321,77.1727019565725,59.914084334706)); -#28967=CARTESIAN_POINT('Ctrl Pts',(20.1955226873072,77.245244100724,59.8987368870532)); -#28968=CARTESIAN_POINT('Ctrl Pts',(20.1756280080821,77.3923038689372,59.8705649804991)); -#28969=CARTESIAN_POINT('Ctrl Pts',(20.1659257987188,77.4673181695266,59.8604524336412)); -#28970=CARTESIAN_POINT('Ctrl Pts',(20.110022647218,77.9176018644546,59.8091566787716)); -#28971=CARTESIAN_POINT('Ctrl Pts',(20.0695226630818,78.3399918762536,59.8039001151128)); -#28972=CARTESIAN_POINT('Ctrl Pts',(20.0170294641769,79.1876451077412,59.7983362654326)); -#28973=CARTESIAN_POINT('Ctrl Pts',(20.0050357173467,79.6129197184741,59.800741617326)); -#28974=CARTESIAN_POINT('Ctrl Pts',(20.005035635944,79.9999999999986,59.8007416243363)); -#28975=CARTESIAN_POINT('',(20.2221607598731,110.,60.0035051618649)); -#28976=CARTESIAN_POINT('',(20.0050354003906,110.,59.8007416446221)); -#28977=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,60.1413966529973)); -#28978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,60.1413966529973)); -#28979=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,60.1345407082899)); -#28980=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,60.1345407082899)); -#28981=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,60.1260998190594)); -#28982=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,60.1260998190594)); -#28983=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,60.1012551661957)); -#28984=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,60.1012551661957)); -#28985=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,60.0859077910255)); -#28986=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,60.0859077910255)); -#28987=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,60.0464402586162)); -#28988=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,60.0464402586162)); -#28989=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,60.0358858133832)); -#28990=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,60.0358858133832)); -#28991=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,60.0194811784706)); -#28992=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,60.0194811784706)); -#28993=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,60.0158434000928)); -#28994=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,60.0158434000928)); -#28995=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,60.0092071898567)); -#28996=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,60.0092071898567)); -#28997=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,60.0063342026284)); -#28998=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,60.0063342026284)); -#28999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,60.0035051618649)); -#29000=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,60.0035051618649)); -#29001=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970297,60.1413966529973)); -#29002=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135617839,60.1257662353956)); -#29003=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327379,60.1103787437045)); -#29004=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332597,60.0944107614226)); -#29005=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277731,60.0844083287275)); -#29006=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312413,60.0669419250021)); -#29007=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396069,60.0632729921608)); -#29008=CARTESIAN_POINT('Ctrl Pts',(20.2140372036082,77.1161845917466,60.0565935230532)); -#29009=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693412,60.0531922315374)); -#29010=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371528,60.0445084455028)); -#29011=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.08455594609,60.0381473943016)); -#29012=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261154,60.026584326013)); -#29013=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346755,60.0225838626803)); -#29014=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023142831,60.0160463030094)); -#29015=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645491,60.0136121611358)); -#29016=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925814837,60.0088478026608)); -#29017=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066532,60.006182544381)); -#29018=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492711,60.0035051618649)); -#29019=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29020=CARTESIAN_POINT('',(20.0050354003906,80.,58.1992584149952)); -#29021=CARTESIAN_POINT('',(20.0050354003906,110.,58.1992584149952)); -#29022=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29023=CARTESIAN_POINT('Origin',(20.0221955414993,110.,58.0000000298087)); -#29024=CARTESIAN_POINT('',(20.1636358803736,77.4862704970358,58.1413966529973)); -#29025=CARTESIAN_POINT('Ctrl Pts',(20.0050356359446,79.9999999999986,58.199258435281)); -#29026=CARTESIAN_POINT('Ctrl Pts',(20.0050357173473,79.6129197184747,58.1992584422913)); -#29027=CARTESIAN_POINT('Ctrl Pts',(20.0170294641774,79.1876451077429,58.2016637941847)); -#29028=CARTESIAN_POINT('Ctrl Pts',(20.0695226630822,78.3399918762566,58.1960999445044)); -#29029=CARTESIAN_POINT('Ctrl Pts',(20.1100226472182,77.9176018644581,58.1908433808455)); -#29030=CARTESIAN_POINT('Ctrl Pts',(20.1594247119534,77.5196825406124,58.1455129095808)); -#29031=CARTESIAN_POINT('Ctrl Pts',(20.1615032208983,77.5031040059263,58.1435299718283)); -#29032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970358,58.1413966529973)); -#29033=CARTESIAN_POINT('',(20.1636358803736,110.,58.1413966529973)); -#29034=CARTESIAN_POINT('Origin',(20.0221955414993,110.,58.0000000298087)); -#29035=CARTESIAN_POINT('',(20.2221607598731,77.0609799492764,58.0035051618649)); -#29036=CARTESIAN_POINT('',(20.0050354003906,80.,57.8007416446221)); -#29037=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492764,58.0035051618649)); -#29038=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407223957,58.0023251487381)); -#29039=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915847,58.0011523448883)); -#29040=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915847,57.9960812716911)); -#29041=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582614,57.9919336033813)); -#29042=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459080992,57.9841514915838)); -#29043=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266604,57.9805136325371)); -#29044=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891825,57.9641082078335)); -#29045=CARTESIAN_POINT('Ctrl Pts',(20.2168875565609,77.0966575258211,57.9535534828834)); -#29046=CARTESIAN_POINT('Ctrl Pts',(20.2057883912322,77.1727019565776,57.9140843347062)); -#29047=CARTESIAN_POINT('Ctrl Pts',(20.1955226873073,77.2452441007289,57.8987368870534)); -#29048=CARTESIAN_POINT('Ctrl Pts',(20.1756280080822,77.3923038689417,57.8705649804994)); -#29049=CARTESIAN_POINT('Ctrl Pts',(20.165925798719,77.4673181695309,57.8604524336414)); -#29050=CARTESIAN_POINT('Ctrl Pts',(20.1100226472184,77.9176018644582,57.8091566787718)); -#29051=CARTESIAN_POINT('Ctrl Pts',(20.0695226630823,78.3399918762566,57.803900115113)); -#29052=CARTESIAN_POINT('Ctrl Pts',(20.0170294641775,79.187645107743,57.7983362654326)); -#29053=CARTESIAN_POINT('Ctrl Pts',(20.0050357173475,79.6129197184747,57.800741617326)); -#29054=CARTESIAN_POINT('Ctrl Pts',(20.0050356359447,79.9999999999986,57.8007416243363)); -#29055=CARTESIAN_POINT('',(20.2221607598731,110.,58.0035051618649)); -#29056=CARTESIAN_POINT('',(20.0050354003906,110.,57.8007416446221)); -#29057=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,58.1413966529973)); -#29058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,58.1413966529973)); -#29059=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,58.1345407082899)); -#29060=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,58.1345407082899)); -#29061=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,58.1260998190594)); -#29062=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,58.1260998190594)); -#29063=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,58.1012551661957)); -#29064=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,58.1012551661957)); -#29065=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,58.0859077910255)); -#29066=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,58.0859077910255)); -#29067=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,58.0464402586162)); -#29068=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,58.0464402586162)); -#29069=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,58.0358858133832)); -#29070=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,58.0358858133832)); -#29071=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,58.0194811784705)); -#29072=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,58.0194811784705)); -#29073=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,58.0158434000928)); -#29074=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,58.0158434000928)); -#29075=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,58.0092071898567)); -#29076=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,58.0092071898567)); -#29077=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,58.0063342026284)); -#29078=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,58.0063342026284)); -#29079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,58.0035051618649)); -#29080=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,58.0035051618649)); -#29081=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970358,58.1413966529973)); -#29082=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135617902,58.1257662353957)); -#29083=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.291089532744,58.1103787437046)); -#29084=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326025,58.0944107614225)); -#29085=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277787,58.0844083287275)); -#29086=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312467,58.0669419250021)); -#29087=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396124,58.0632729921608)); -#29088=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845917533,58.0565935230538)); -#29089=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.109456769347,58.0531922315377)); -#29090=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371583,58.0445084455028)); -#29091=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559460954,58.0381473943016)); -#29092=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261207,58.0265843260129)); -#29093=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346808,58.0225838626803)); -#29094=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142887,58.0160463030099)); -#29095=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645545,58.013612161136)); -#29096=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814889,58.0088478026605)); -#29097=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066585,58.0061825443809)); -#29098=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492764,58.0035051618649)); -#29099=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29100=CARTESIAN_POINT('',(20.0050354003906,80.,56.1992584149952)); -#29101=CARTESIAN_POINT('',(20.0050354003906,110.,56.1992584149952)); -#29102=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29103=CARTESIAN_POINT('Origin',(20.0221955414993,110.,56.0000000298086)); -#29104=CARTESIAN_POINT('',(20.1636358803736,77.486270497042,56.1413966529973)); -#29105=CARTESIAN_POINT('Ctrl Pts',(20.0050356359453,79.9999999999986,56.1992584352811)); -#29106=CARTESIAN_POINT('Ctrl Pts',(20.005035717348,79.6129197184753,56.1992584422914)); -#29107=CARTESIAN_POINT('Ctrl Pts',(20.0170294641781,79.1876451077447,56.2016637941847)); -#29108=CARTESIAN_POINT('Ctrl Pts',(20.0695226630827,78.3399918762596,56.1960999445042)); -#29109=CARTESIAN_POINT('Ctrl Pts',(20.1100226472186,77.9176018644617,56.1908433808453)); -#29110=CARTESIAN_POINT('Ctrl Pts',(20.1594247119536,77.5196825406172,56.1455129095807)); -#29111=CARTESIAN_POINT('Ctrl Pts',(20.1615032208984,77.5031040059318,56.1435299718282)); -#29112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497042,56.1413966529973)); -#29113=CARTESIAN_POINT('',(20.1636358803736,110.,56.1413966529973)); -#29114=CARTESIAN_POINT('Origin',(20.0221955414993,110.,56.0000000298086)); -#29115=CARTESIAN_POINT('',(20.2221607598731,77.0609799492818,56.0035051618649)); -#29116=CARTESIAN_POINT('',(20.0050354003906,80.,55.8007416446221)); -#29117=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492818,56.0035051618649)); -#29118=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.060840722401,56.0023251487381)); -#29119=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915901,56.0011523448883)); -#29120=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915901,55.9960812716911)); -#29121=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826193,55.9919336033813)); -#29122=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081045,55.9841514915838)); -#29123=CARTESIAN_POINT('Ctrl Pts',(20.2212642923811,77.0670195266657,55.9805136325372)); -#29124=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891878,55.9641082078336)); -#29125=CARTESIAN_POINT('Ctrl Pts',(20.216887556561,77.0966575258264,55.9535534828835)); -#29126=CARTESIAN_POINT('Ctrl Pts',(20.2057883912323,77.1727019565826,55.9140843347063)); -#29127=CARTESIAN_POINT('Ctrl Pts',(20.1955226873074,77.2452441007338,55.8987368870536)); -#29128=CARTESIAN_POINT('Ctrl Pts',(20.1756280080824,77.3923038689462,55.8705649804996)); -#29129=CARTESIAN_POINT('Ctrl Pts',(20.1659257987193,77.4673181695353,55.8604524336417)); -#29130=CARTESIAN_POINT('Ctrl Pts',(20.1100226472188,77.9176018644618,55.809156678772)); -#29131=CARTESIAN_POINT('Ctrl Pts',(20.0695226630829,78.3399918762596,55.8039001151131)); -#29132=CARTESIAN_POINT('Ctrl Pts',(20.0170294641782,79.1876451077448,55.7983362654326)); -#29133=CARTESIAN_POINT('Ctrl Pts',(20.0050357173482,79.6129197184753,55.8007416173259)); -#29134=CARTESIAN_POINT('Ctrl Pts',(20.0050356359454,79.9999999999986,55.8007416243362)); -#29135=CARTESIAN_POINT('',(20.2221607598731,110.,56.0035051618649)); -#29136=CARTESIAN_POINT('',(20.0050354003906,110.,55.8007416446221)); -#29137=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,56.1413966529973)); -#29138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,56.1413966529973)); -#29139=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,56.1345407082899)); -#29140=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,56.1345407082899)); -#29141=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,56.1260998190594)); -#29142=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,56.1260998190594)); -#29143=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,56.1012551661957)); -#29144=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,56.1012551661957)); -#29145=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,56.0859077910255)); -#29146=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,56.0859077910255)); -#29147=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,56.0464402586162)); -#29148=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,56.0464402586162)); -#29149=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,56.0358858133832)); -#29150=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,56.0358858133832)); -#29151=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,56.0194811784705)); -#29152=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,56.0194811784705)); -#29153=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,56.0158434000928)); -#29154=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,56.0158434000928)); -#29155=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,56.0092071898567)); -#29156=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,56.0092071898567)); -#29157=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,56.0063342026284)); -#29158=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,56.0063342026284)); -#29159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,56.0035051618649)); -#29160=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,56.0035051618649)); -#29161=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704970805,56.1413966530021)); -#29162=CARTESIAN_POINT('Ctrl Pts',(20.1793528173517,77.3622135618289,56.1257662354012)); -#29163=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895327893,56.1103787437122)); -#29164=CARTESIAN_POINT('Ctrl Pts',(20.1992429966265,77.2193683326404,56.0944107614309)); -#29165=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191278085,56.0844083287356)); -#29166=CARTESIAN_POINT('Ctrl Pts',(20.2108003003268,77.1384796312687,56.0669419250091)); -#29167=CARTESIAN_POINT('Ctrl Pts',(20.2120150610204,77.1300899396321,56.0632729921673)); -#29168=CARTESIAN_POINT('Ctrl Pts',(20.2140372036065,77.1161845917687,56.0565935230588)); -#29169=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.109456769362,56.0531922315427)); -#29170=CARTESIAN_POINT('Ctrl Pts',(20.217259235823,77.0941487371707,56.0445084455073)); -#29171=CARTESIAN_POINT('Ctrl Pts',(20.2186710078322,77.084555946106,56.0381473943057)); -#29172=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385261288,56.0265843260159)); -#29173=CARTESIAN_POINT('Ctrl Pts',(20.2209502347815,77.0691386346879,56.0225838626828)); -#29174=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142946,56.0160463030109)); -#29175=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645602,56.0136121611367)); -#29176=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814944,56.0088478026609)); -#29177=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066637,56.0061825443807)); -#29178=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492816,56.0035051618641)); -#29179=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29180=CARTESIAN_POINT('',(20.0050354003906,80.,54.1992584149952)); -#29181=CARTESIAN_POINT('',(20.0050354003906,110.,54.1992584149952)); -#29182=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29183=CARTESIAN_POINT('Origin',(20.0221955414993,110.,54.0000000298086)); -#29184=CARTESIAN_POINT('',(20.1636358803736,77.4862704970482,54.1413966529973)); -#29185=CARTESIAN_POINT('Ctrl Pts',(20.005035635946,79.9999999999985,54.1992584352811)); -#29186=CARTESIAN_POINT('Ctrl Pts',(20.0050357173488,79.6129197184758,54.1992584422914)); -#29187=CARTESIAN_POINT('Ctrl Pts',(20.0170294641787,79.1876451077464,54.2016637941847)); -#29188=CARTESIAN_POINT('Ctrl Pts',(20.0695226630832,78.3399918762625,54.1960999445041)); -#29189=CARTESIAN_POINT('Ctrl Pts',(20.110022647219,77.9176018644653,54.1908433808451)); -#29190=CARTESIAN_POINT('Ctrl Pts',(20.1594247119538,77.519682540622,54.1455129095805)); -#29191=CARTESIAN_POINT('Ctrl Pts',(20.1615032208985,77.5031040059373,54.1435299718281)); -#29192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970482,54.1413966529973)); -#29193=CARTESIAN_POINT('',(20.1636358803736,110.,54.1413966529973)); -#29194=CARTESIAN_POINT('Origin',(20.0221955414993,110.,54.0000000298086)); -#29195=CARTESIAN_POINT('',(20.2221607598731,77.0609799492871,54.0035051618649)); -#29196=CARTESIAN_POINT('',(20.0050354003906,80.,53.8007416446221)); -#29197=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492871,54.0035051618649)); -#29198=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224064,54.0023251487381)); -#29199=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731915955,54.0011523448883)); -#29200=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731915955,53.9960812716911)); -#29201=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826247,53.9919336033814)); -#29202=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081098,53.9841514915838)); -#29203=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526671,53.9805136325372)); -#29204=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891931,53.9641082078336)); -#29205=CARTESIAN_POINT('Ctrl Pts',(20.216887556561,77.0966575258316,53.9535534828836)); -#29206=CARTESIAN_POINT('Ctrl Pts',(20.2057883912323,77.1727019565877,53.9140843347065)); -#29207=CARTESIAN_POINT('Ctrl Pts',(20.1955226873075,77.2452441007386,53.8987368870538)); -#29208=CARTESIAN_POINT('Ctrl Pts',(20.1756280080826,77.3923038689508,53.8705649804998)); -#29209=CARTESIAN_POINT('Ctrl Pts',(20.1659257987195,77.4673181695397,53.8604524336419)); -#29210=CARTESIAN_POINT('Ctrl Pts',(20.1100226472192,77.9176018644654,53.8091566787722)); -#29211=CARTESIAN_POINT('Ctrl Pts',(20.0695226630834,78.3399918762626,53.8039001151132)); -#29212=CARTESIAN_POINT('Ctrl Pts',(20.0170294641789,79.1876451077465,53.7983362654326)); -#29213=CARTESIAN_POINT('Ctrl Pts',(20.0050357173489,79.6129197184759,53.8007416173258)); -#29214=CARTESIAN_POINT('Ctrl Pts',(20.0050356359461,79.9999999999986,53.8007416243362)); -#29215=CARTESIAN_POINT('',(20.2221607598731,110.,54.0035051618649)); -#29216=CARTESIAN_POINT('',(20.0050354003906,110.,53.8007416446221)); -#29217=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,54.1413966529973)); -#29218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,54.1413966529973)); -#29219=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,54.1345407082899)); -#29220=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,54.1345407082899)); -#29221=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,54.1260998190594)); -#29222=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,54.1260998190594)); -#29223=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,54.1012551661957)); -#29224=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,54.1012551661957)); -#29225=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,54.0859077910255)); -#29226=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,54.0859077910255)); -#29227=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,54.0464402586162)); -#29228=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,54.0464402586162)); -#29229=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,54.0358858133832)); -#29230=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,54.0358858133832)); -#29231=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,54.0194811784705)); -#29232=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,54.0194811784705)); -#29233=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,54.0158434000928)); -#29234=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,54.0158434000928)); -#29235=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,54.0092071898567)); -#29236=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,54.0092071898567)); -#29237=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,54.0063342026284)); -#29238=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,54.0063342026284)); -#29239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,54.0035051618649)); -#29240=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,54.0035051618649)); -#29241=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970482,54.1413966529973)); -#29242=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618016,54.1257662353956)); -#29243=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327552,54.1103787437044)); -#29244=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332614,54.0944107614226)); -#29245=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277898,54.0844083287276)); -#29246=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.138479631257,54.0669419250019)); -#29247=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939623,54.0632729921607)); -#29248=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845917641,54.0565935230537)); -#29249=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693578,54.0531922315377)); -#29250=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487371694,54.0445084455029)); -#29251=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461062,54.0381473943017)); -#29252=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261312,54.0265843260127)); -#29253=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346915,54.0225838626802)); -#29254=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023142993,54.0160463030097)); -#29255=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645652,54.0136121611359)); -#29256=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925814997,54.0088478026607)); -#29257=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066692,54.006182544381)); -#29258=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492871,54.0035051618649)); -#29259=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29260=CARTESIAN_POINT('',(20.0050354003906,80.,52.1992584149952)); -#29261=CARTESIAN_POINT('',(20.0050354003906,110.,52.1992584149952)); -#29262=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29263=CARTESIAN_POINT('Origin',(20.0221955414993,110.,52.0000000298086)); -#29264=CARTESIAN_POINT('',(20.1636358803736,77.4862704970543,52.1413966529973)); -#29265=CARTESIAN_POINT('Ctrl Pts',(20.0050356359467,79.9999999999986,52.1992584352812)); -#29266=CARTESIAN_POINT('Ctrl Pts',(20.0050357173495,79.6129197184764,52.1992584422915)); -#29267=CARTESIAN_POINT('Ctrl Pts',(20.0170294641794,79.1876451077481,52.2016637941847)); -#29268=CARTESIAN_POINT('Ctrl Pts',(20.0695226630838,78.3399918762655,52.196099944504)); -#29269=CARTESIAN_POINT('Ctrl Pts',(20.1100226472195,77.9176018644689,52.1908433808449)); -#29270=CARTESIAN_POINT('Ctrl Pts',(20.159424711954,77.5196825406268,52.1455129095803)); -#29271=CARTESIAN_POINT('Ctrl Pts',(20.1615032208986,77.5031040059428,52.143529971828)); -#29272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970543,52.1413966529973)); -#29273=CARTESIAN_POINT('',(20.1636358803736,110.,52.1413966529973)); -#29274=CARTESIAN_POINT('Origin',(20.0221955414993,110.,52.0000000298086)); -#29275=CARTESIAN_POINT('',(20.2221607598731,77.0609799492925,52.0035051618649)); -#29276=CARTESIAN_POINT('',(20.0050354003906,80.,51.8007416446221)); -#29277=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492925,52.0035051618649)); -#29278=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224117,52.0023251487381)); -#29279=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916008,52.0011523448883)); -#29280=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916008,51.9960812716911)); -#29281=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.06161858263,51.9919336033814)); -#29282=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081152,51.9841514915838)); -#29283=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195266764,51.9805136325372)); -#29284=CARTESIAN_POINT('Ctrl Pts',(20.2193999129407,77.0796056891984,51.9641082078337)); -#29285=CARTESIAN_POINT('Ctrl Pts',(20.216887556561,77.0966575258368,51.9535534828837)); -#29286=CARTESIAN_POINT('Ctrl Pts',(20.2057883912324,77.1727019565927,51.9140843347067)); -#29287=CARTESIAN_POINT('Ctrl Pts',(20.1955226873076,77.2452441007435,51.898736887054)); -#29288=CARTESIAN_POINT('Ctrl Pts',(20.1756280080828,77.3923038689553,51.8705649805)); -#29289=CARTESIAN_POINT('Ctrl Pts',(20.1659257987197,77.4673181695439,51.8604524336421)); -#29290=CARTESIAN_POINT('Ctrl Pts',(20.1100226472196,77.917601864469,51.8091566787725)); -#29291=CARTESIAN_POINT('Ctrl Pts',(20.0695226630839,78.3399918762656,51.8039001151134)); -#29292=CARTESIAN_POINT('Ctrl Pts',(20.0170294641796,79.1876451077482,51.7983362654326)); -#29293=CARTESIAN_POINT('Ctrl Pts',(20.0050357173496,79.6129197184764,51.8007416173258)); -#29294=CARTESIAN_POINT('Ctrl Pts',(20.0050356359469,79.9999999999986,51.8007416243361)); -#29295=CARTESIAN_POINT('',(20.2221607598731,110.,52.0035051618649)); -#29296=CARTESIAN_POINT('',(20.0050354003906,110.,51.8007416446221)); -#29297=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,52.1413966529973)); -#29298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,52.1413966529973)); -#29299=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,52.1345407082899)); -#29300=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,52.1345407082899)); -#29301=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,52.1260998190594)); -#29302=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,52.1260998190594)); -#29303=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,52.1012551661957)); -#29304=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,52.1012551661957)); -#29305=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,52.0859077910255)); -#29306=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,52.0859077910255)); -#29307=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,52.0464402586162)); -#29308=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,52.0464402586162)); -#29309=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,52.0358858133832)); -#29310=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,52.0358858133832)); -#29311=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,52.0194811784705)); -#29312=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,52.0194811784705)); -#29313=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,52.0158434000928)); -#29314=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,52.0158434000928)); -#29315=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,52.0092071898567)); -#29316=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,52.0092071898567)); -#29317=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,52.0063342026284)); -#29318=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,52.0063342026284)); -#29319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,52.0035051618649)); -#29320=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,52.0035051618649)); -#29321=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970543,52.1413966529973)); -#29322=CARTESIAN_POINT('Ctrl Pts',(20.1793528173562,77.3622135618071,52.1257662353956)); -#29323=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895327606,52.1103787437044)); -#29324=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326193,52.0944107614225)); -#29325=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191277954,52.0844083287275)); -#29326=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796312635,52.0669419250022)); -#29327=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396289,52.0632729921609)); -#29328=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.116184591769,52.0565935230535)); -#29329=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693631,52.0531922315376)); -#29330=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487371747,52.0445084455029)); -#29331=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461116,52.0381473943017)); -#29332=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261367,52.0265843260128)); -#29333=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386346969,52.0225838626803)); -#29334=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143047,52.0160463030096)); -#29335=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645705,52.0136121611359)); -#29336=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581505,52.0088478026607)); -#29337=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066745,52.0061825443809)); -#29338=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492925,52.0035051618649)); -#29339=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29340=CARTESIAN_POINT('',(20.0050354003906,80.,50.1992584149952)); -#29341=CARTESIAN_POINT('',(20.0050354003906,110.,50.1992584149952)); -#29342=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29343=CARTESIAN_POINT('Origin',(20.0221955414993,110.,50.0000000298087)); -#29344=CARTESIAN_POINT('',(20.1636358803736,77.4862704970605,50.1413966529973)); -#29345=CARTESIAN_POINT('Ctrl Pts',(20.0050356359474,79.9999999999986,50.1992584352813)); -#29346=CARTESIAN_POINT('Ctrl Pts',(20.0050357173502,79.612919718477,50.1992584422916)); -#29347=CARTESIAN_POINT('Ctrl Pts',(20.0170294641801,79.1876451077499,50.2016637941848)); -#29348=CARTESIAN_POINT('Ctrl Pts',(20.0695226630843,78.3399918762685,50.1960999445038)); -#29349=CARTESIAN_POINT('Ctrl Pts',(20.1100226472199,77.9176018644725,50.1908433808447)); -#29350=CARTESIAN_POINT('Ctrl Pts',(20.1594247119542,77.5196825406316,50.1455129095802)); -#29351=CARTESIAN_POINT('Ctrl Pts',(20.1615032208987,77.5031040059483,50.1435299718279)); -#29352=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970605,50.1413966529973)); -#29353=CARTESIAN_POINT('',(20.1636358803736,110.,50.1413966529973)); -#29354=CARTESIAN_POINT('Origin',(20.0221955414993,110.,50.0000000298087)); -#29355=CARTESIAN_POINT('',(20.2221607598731,77.0609799492978,50.0035051618649)); -#29356=CARTESIAN_POINT('',(20.0050354003906,80.,49.8007416446221)); -#29357=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492979,50.0035051618649)); -#29358=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224171,50.0023251487381)); -#29359=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916061,50.0011523448883)); -#29360=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916061,49.9960812716911)); -#29361=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826354,49.9919336033814)); -#29362=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081205,49.9841514915839)); -#29363=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195266817,49.9805136325373)); -#29364=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892037,49.9641082078338)); -#29365=CARTESIAN_POINT('Ctrl Pts',(20.216887556561,77.0966575258421,49.9535534828838)); -#29366=CARTESIAN_POINT('Ctrl Pts',(20.2057883912325,77.1727019565978,49.9140843347069)); -#29367=CARTESIAN_POINT('Ctrl Pts',(20.1955226873077,77.2452441007484,49.8987368870542)); -#29368=CARTESIAN_POINT('Ctrl Pts',(20.175628008083,77.3923038689598,49.8705649805003)); -#29369=CARTESIAN_POINT('Ctrl Pts',(20.16592579872,77.4673181695483,49.8604524336424)); -#29370=CARTESIAN_POINT('Ctrl Pts',(20.11002264722,77.9176018644726,49.8091566787727)); -#29371=CARTESIAN_POINT('Ctrl Pts',(20.0695226630844,78.3399918762686,49.8039001151135)); -#29372=CARTESIAN_POINT('Ctrl Pts',(20.0170294641802,79.18764510775,49.7983362654326)); -#29373=CARTESIAN_POINT('Ctrl Pts',(20.0050357173503,79.612919718477,49.8007416173257)); -#29374=CARTESIAN_POINT('Ctrl Pts',(20.0050356359476,79.9999999999986,49.800741624336)); -#29375=CARTESIAN_POINT('',(20.2221607598731,110.,50.0035051618649)); -#29376=CARTESIAN_POINT('',(20.0050354003906,110.,49.8007416446221)); -#29377=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,50.1413966529973)); -#29378=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,50.1413966529973)); -#29379=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,50.1345407082899)); -#29380=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,50.1345407082899)); -#29381=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,50.1260998190594)); -#29382=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,50.1260998190594)); -#29383=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,50.1012551661957)); -#29384=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,50.1012551661957)); -#29385=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,50.0859077910255)); -#29386=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,50.0859077910255)); -#29387=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,50.0464402586162)); -#29388=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,50.0464402586162)); -#29389=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,50.0358858133832)); -#29390=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,50.0358858133832)); -#29391=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,50.0194811784706)); -#29392=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,50.0194811784706)); -#29393=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,50.0158434000928)); -#29394=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,50.0158434000928)); -#29395=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,50.0092071898567)); -#29396=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,50.0092071898567)); -#29397=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,50.0063342026284)); -#29398=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,50.0063342026284)); -#29399=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,50.0035051618649)); -#29400=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,50.0035051618649)); -#29401=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970605,50.1413966529973)); -#29402=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618133,50.1257662353956)); -#29403=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327667,50.1103787437045)); -#29404=CARTESIAN_POINT('Ctrl Pts',(20.1992429966311,77.2193683326248,50.0944107614225)); -#29405=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278007,50.0844083287275)); -#29406=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796312694,50.0669419250024)); -#29407=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396342,50.0632729921609)); -#29408=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.116184591774,50.0565935230533)); -#29409=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.109456769368,50.0531922315373)); -#29410=CARTESIAN_POINT('Ctrl Pts',(20.2172592358242,77.0941487371787,50.0445084455021)); -#29411=CARTESIAN_POINT('Ctrl Pts',(20.2186710078331,77.0845559461164,50.0381473943011)); -#29412=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385261414,50.026584326012)); -#29413=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386347017,50.0225838626794)); -#29414=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143099,50.0160463030094)); -#29415=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077645756,50.0136121611353)); -#29416=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815101,50.0088478026597)); -#29417=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066797,50.0061825443801)); -#29418=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799492978,50.003505161864)); -#29419=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29420=CARTESIAN_POINT('',(20.0050354003906,80.,48.1992584149952)); -#29421=CARTESIAN_POINT('',(20.0050354003906,110.,48.1992584149952)); -#29422=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29423=CARTESIAN_POINT('Origin',(20.0221955414993,110.,48.0000000298087)); -#29424=CARTESIAN_POINT('',(20.1636358803736,77.4862704970667,48.1413966529973)); -#29425=CARTESIAN_POINT('Ctrl Pts',(20.0050356359481,79.9999999999986,48.1992584352813)); -#29426=CARTESIAN_POINT('Ctrl Pts',(20.0050357173509,79.6129197184776,48.1992584422916)); -#29427=CARTESIAN_POINT('Ctrl Pts',(20.0170294641808,79.1876451077516,48.2016637941848)); -#29428=CARTESIAN_POINT('Ctrl Pts',(20.0695226630848,78.3399918762715,48.1960999445037)); -#29429=CARTESIAN_POINT('Ctrl Pts',(20.1100226472203,77.9176018644761,48.1908433808445)); -#29430=CARTESIAN_POINT('Ctrl Pts',(20.1594247119543,77.5196825406364,48.14551290958)); -#29431=CARTESIAN_POINT('Ctrl Pts',(20.1615032208988,77.5031040059537,48.1435299718278)); -#29432=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970667,48.1413966529973)); -#29433=CARTESIAN_POINT('',(20.1636358803736,110.,48.1413966529973)); -#29434=CARTESIAN_POINT('Origin',(20.0221955414993,110.,48.0000000298087)); -#29435=CARTESIAN_POINT('',(20.2221607598731,77.0609799493032,48.0035051618649)); -#29436=CARTESIAN_POINT('',(20.0050354003906,80.,47.8007416446221)); -#29437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493032,48.0035051618649)); -#29438=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224224,48.0023251487381)); -#29439=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916115,48.0011523448883)); -#29440=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916115,47.9960812716911)); -#29441=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826407,47.9919336033814)); -#29442=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081258,47.9841514915839)); -#29443=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526687,47.9805136325373)); -#29444=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.079605689209,47.9641082078339)); -#29445=CARTESIAN_POINT('Ctrl Pts',(20.2168875565611,77.0966575258473,47.9535534828839)); -#29446=CARTESIAN_POINT('Ctrl Pts',(20.2057883912325,77.1727019566028,47.914084334707)); -#29447=CARTESIAN_POINT('Ctrl Pts',(20.1955226873078,77.2452441007533,47.8987368870544)); -#29448=CARTESIAN_POINT('Ctrl Pts',(20.1756280080832,77.3923038689643,47.8705649805005)); -#29449=CARTESIAN_POINT('Ctrl Pts',(20.1659257987202,77.4673181695526,47.8604524336426)); -#29450=CARTESIAN_POINT('Ctrl Pts',(20.1100226472204,77.9176018644762,47.8091566787729)); -#29451=CARTESIAN_POINT('Ctrl Pts',(20.069522663085,78.3399918762716,47.8039001151136)); -#29452=CARTESIAN_POINT('Ctrl Pts',(20.0170294641809,79.1876451077517,47.7983362654325)); -#29453=CARTESIAN_POINT('Ctrl Pts',(20.0050357173511,79.6129197184776,47.8007416173257)); -#29454=CARTESIAN_POINT('Ctrl Pts',(20.0050356359483,79.9999999999986,47.800741624336)); -#29455=CARTESIAN_POINT('',(20.2221607598731,110.,48.0035051618649)); -#29456=CARTESIAN_POINT('',(20.0050354003906,110.,47.8007416446221)); -#29457=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,48.1413966529973)); -#29458=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,48.1413966529973)); -#29459=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,48.1345407082899)); -#29460=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,48.1345407082899)); -#29461=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,48.1260998190594)); -#29462=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,48.1260998190594)); -#29463=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,48.1012551661957)); -#29464=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,48.1012551661957)); -#29465=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,48.0859077910255)); -#29466=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,48.0859077910255)); -#29467=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,48.0464402586162)); -#29468=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,48.0464402586162)); -#29469=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,48.0358858133832)); -#29470=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,48.0358858133832)); -#29471=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,48.0194811784705)); -#29472=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,48.0194811784705)); -#29473=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,48.0158434000928)); -#29474=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,48.0158434000928)); -#29475=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,48.0092071898567)); -#29476=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,48.0092071898567)); -#29477=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,48.0063342026284)); -#29478=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,48.0063342026284)); -#29479=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,48.0035051618649)); -#29480=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,48.0035051618649)); -#29481=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970667,48.1413966529973)); -#29482=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618192,48.1257662353956)); -#29483=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327724,48.1103787437045)); -#29484=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326305,48.0944107614225)); -#29485=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278062,48.0844083287275)); -#29486=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796312743,48.0669419250022)); -#29487=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899396395,48.0632729921608)); -#29488=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845917797,48.0565935230534)); -#29489=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693735,48.0531922315374)); -#29490=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371849,48.0445084455025)); -#29491=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461218,48.0381473943012)); -#29492=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.072438526147,48.0265843260124)); -#29493=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.0691386347072,48.0225838626797)); -#29494=CARTESIAN_POINT('Ctrl Pts',(20.2215635271633,77.0650023143145,48.0160463030082)); -#29495=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077645808,48.0136121611348)); -#29496=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815156,48.0088478026599)); -#29497=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906685,48.0061825443802)); -#29498=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493031,48.003505161864)); -#29499=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29500=CARTESIAN_POINT('',(20.0050354003906,80.,46.1992584149952)); -#29501=CARTESIAN_POINT('',(20.0050354003906,110.,46.1992584149952)); -#29502=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29503=CARTESIAN_POINT('Origin',(20.0221955414993,110.,46.0000000298086)); -#29504=CARTESIAN_POINT('',(20.1636358803736,77.4862704970729,46.1413966529973)); -#29505=CARTESIAN_POINT('Ctrl Pts',(20.0050356359489,79.9999999999986,46.1992584352814)); -#29506=CARTESIAN_POINT('Ctrl Pts',(20.0050357173517,79.6129197184781,46.1992584422917)); -#29507=CARTESIAN_POINT('Ctrl Pts',(20.0170294641815,79.1876451077534,46.2016637941848)); -#29508=CARTESIAN_POINT('Ctrl Pts',(20.0695226630853,78.3399918762745,46.1960999445036)); -#29509=CARTESIAN_POINT('Ctrl Pts',(20.1100226472207,77.9176018644797,46.1908433808443)); -#29510=CARTESIAN_POINT('Ctrl Pts',(20.1594247119545,77.5196825406412,46.1455129095798)); -#29511=CARTESIAN_POINT('Ctrl Pts',(20.1615032208989,77.5031040059592,46.1435299718277)); -#29512=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970729,46.1413966529973)); -#29513=CARTESIAN_POINT('',(20.1636358803736,110.,46.1413966529973)); -#29514=CARTESIAN_POINT('Origin',(20.0221955414993,110.,46.0000000298086)); -#29515=CARTESIAN_POINT('',(20.2221607598731,77.0609799493085,46.0035051618649)); -#29516=CARTESIAN_POINT('',(20.0050354003906,80.,45.8007416446221)); -#29517=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493085,46.0035051618649)); -#29518=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224278,46.0023251487381)); -#29519=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916168,46.0011523448883)); -#29520=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916168,45.9960812716911)); -#29521=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.061618582646,45.9919336033814)); -#29522=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081311,45.9841514915839)); -#29523=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195266924,45.9805136325373)); -#29524=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892143,45.964108207834)); -#29525=CARTESIAN_POINT('Ctrl Pts',(20.2168875565611,77.0966575258526,45.953553482884)); -#29526=CARTESIAN_POINT('Ctrl Pts',(20.2057883912326,77.1727019566079,45.9140843347072)); -#29527=CARTESIAN_POINT('Ctrl Pts',(20.195522687308,77.2452441007582,45.8987368870546)); -#29528=CARTESIAN_POINT('Ctrl Pts',(20.1756280080834,77.3923038689688,45.8705649805007)); -#29529=CARTESIAN_POINT('Ctrl Pts',(20.1659257987204,77.467318169557,45.8604524336429)); -#29530=CARTESIAN_POINT('Ctrl Pts',(20.1100226472208,77.9176018644798,45.8091566787731)); -#29531=CARTESIAN_POINT('Ctrl Pts',(20.0695226630855,78.3399918762746,45.8039001151138)); -#29532=CARTESIAN_POINT('Ctrl Pts',(20.0170294641816,79.1876451077535,45.7983362654325)); -#29533=CARTESIAN_POINT('Ctrl Pts',(20.0050357173518,79.6129197184781,45.8007416173256)); -#29534=CARTESIAN_POINT('Ctrl Pts',(20.005035635949,79.9999999999986,45.8007416243359)); -#29535=CARTESIAN_POINT('',(20.2221607598731,110.,46.0035051618649)); -#29536=CARTESIAN_POINT('',(20.0050354003906,110.,45.8007416446221)); -#29537=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,46.1413966529973)); -#29538=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,46.1413966529973)); -#29539=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,46.1345407082899)); -#29540=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,46.1345407082899)); -#29541=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,46.1260998190594)); -#29542=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,46.1260998190594)); -#29543=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,46.1012551661957)); -#29544=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,46.1012551661957)); -#29545=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,46.0859077910255)); -#29546=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,46.0859077910255)); -#29547=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,46.0464402586162)); -#29548=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,46.0464402586162)); -#29549=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,46.0358858133832)); -#29550=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,46.0358858133832)); -#29551=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,46.0194811784705)); -#29552=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,46.0194811784705)); -#29553=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,46.0158434000928)); -#29554=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,46.0158434000928)); -#29555=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,46.0092071898567)); -#29556=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,46.0092071898567)); -#29557=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,46.0063342026284)); -#29558=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,46.0063342026284)); -#29559=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,46.0035051618649)); -#29560=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,46.0035051618649)); -#29561=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970729,46.1413966529973)); -#29562=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618253,46.1257662353956)); -#29563=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327782,46.1103787437045)); -#29564=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326363,46.0944107614225)); -#29565=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127812,46.0844083287275)); -#29566=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796312789,46.0669419250018)); -#29567=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899396449,46.0632729921607)); -#29568=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845917861,46.0565935230539)); -#29569=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693795,46.0531922315377)); -#29570=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371907,46.0445084455028)); -#29571=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461277,46.0381473943016)); -#29572=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261528,46.0265843260128)); -#29573=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.069138634713,46.0225838626803)); -#29574=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143209,46.0160463030099)); -#29575=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645866,46.013612161136)); -#29576=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.061992581521,46.0088478026604)); -#29577=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066906,46.0061825443808)); -#29578=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493085,46.0035051618649)); -#29579=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29580=CARTESIAN_POINT('',(20.0050354003906,80.,44.1992584149952)); -#29581=CARTESIAN_POINT('',(20.0050354003906,110.,44.1992584149952)); -#29582=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29583=CARTESIAN_POINT('Origin',(20.0221955414993,110.,44.0000000298086)); -#29584=CARTESIAN_POINT('',(20.1636358803736,77.486270497079,44.1413966529973)); -#29585=CARTESIAN_POINT('Ctrl Pts',(20.0050356359496,79.9999999999986,44.1992584352814)); -#29586=CARTESIAN_POINT('Ctrl Pts',(20.0050357173524,79.6129197184787,44.1992584422917)); -#29587=CARTESIAN_POINT('Ctrl Pts',(20.0170294641821,79.1876451077551,44.2016637941848)); -#29588=CARTESIAN_POINT('Ctrl Pts',(20.0695226630859,78.3399918762775,44.1960999445034)); -#29589=CARTESIAN_POINT('Ctrl Pts',(20.1100226472211,77.9176018644833,44.190843380844)); -#29590=CARTESIAN_POINT('Ctrl Pts',(20.1594247119547,77.519682540646,44.1455129095797)); -#29591=CARTESIAN_POINT('Ctrl Pts',(20.1615032208989,77.5031040059647,44.1435299718276)); -#29592=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497079,44.1413966529973)); -#29593=CARTESIAN_POINT('',(20.1636358803736,110.,44.1413966529973)); -#29594=CARTESIAN_POINT('Origin',(20.0221955414993,110.,44.0000000298086)); -#29595=CARTESIAN_POINT('',(20.2221607598731,77.0609799493139,44.0035051618649)); -#29596=CARTESIAN_POINT('',(20.0050354003906,80.,43.8007416446221)); -#29597=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493139,44.0035051618649)); -#29598=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224331,44.0023251487381)); -#29599=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916222,44.0011523448883)); -#29600=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916222,43.9960812716912)); -#29601=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826514,43.9919336033815)); -#29602=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081365,43.984151491584)); -#29603=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195266977,43.9805136325374)); -#29604=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892196,43.964108207834)); -#29605=CARTESIAN_POINT('Ctrl Pts',(20.2168875565611,77.0966575258579,43.9535534828841)); -#29606=CARTESIAN_POINT('Ctrl Pts',(20.2057883912327,77.172701956613,43.9140843347074)); -#29607=CARTESIAN_POINT('Ctrl Pts',(20.1955226873081,77.245244100763,43.8987368870547)); -#29608=CARTESIAN_POINT('Ctrl Pts',(20.1756280080836,77.3923038689734,43.870564980501)); -#29609=CARTESIAN_POINT('Ctrl Pts',(20.1659257987206,77.4673181695613,43.8604524336431)); -#29610=CARTESIAN_POINT('Ctrl Pts',(20.1100226472212,77.9176018644834,43.8091566787733)); -#29611=CARTESIAN_POINT('Ctrl Pts',(20.069522663086,78.3399918762776,43.8039001151139)); -#29612=CARTESIAN_POINT('Ctrl Pts',(20.0170294641823,79.1876451077552,43.7983362654325)); -#29613=CARTESIAN_POINT('Ctrl Pts',(20.0050357173525,79.6129197184787,43.8007416173255)); -#29614=CARTESIAN_POINT('Ctrl Pts',(20.0050356359497,79.9999999999986,43.8007416243359)); -#29615=CARTESIAN_POINT('',(20.2221607598731,110.,44.0035051618649)); -#29616=CARTESIAN_POINT('',(20.0050354003906,110.,43.8007416446221)); -#29617=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,44.1413966529973)); -#29618=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,44.1413966529973)); -#29619=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,44.1345407082899)); -#29620=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,44.1345407082899)); -#29621=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,44.1260998190594)); -#29622=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,44.1260998190594)); -#29623=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,44.1012551661957)); -#29624=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,44.1012551661957)); -#29625=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,44.0859077910255)); -#29626=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,44.0859077910255)); -#29627=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,44.0464402586162)); -#29628=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,44.0464402586162)); -#29629=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,44.0358858133832)); -#29630=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,44.0358858133832)); -#29631=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,44.0194811784705)); -#29632=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,44.0194811784705)); -#29633=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,44.0158434000928)); -#29634=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,44.0158434000928)); -#29635=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,44.0092071898567)); -#29636=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,44.0092071898567)); -#29637=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,44.0063342026284)); -#29638=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,44.0063342026284)); -#29639=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,44.0035051618649)); -#29640=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,44.0035051618649)); -#29641=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497079,44.1413966529973)); -#29642=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618312,44.1257662353956)); -#29643=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.291089532784,44.1103787437045)); -#29644=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326419,44.0944107614225)); -#29645=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278176,44.0844083287275)); -#29646=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796312856,44.0669419250023)); -#29647=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396508,44.0632729921609)); -#29648=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.116184591791,44.0565935230536)); -#29649=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693849,44.0531922315376)); -#29650=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487371962,44.0445084455028)); -#29651=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461331,44.0381473943016)); -#29652=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261581,44.0265843260127)); -#29653=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347183,44.0225838626802)); -#29654=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143262,44.0160463030099)); -#29655=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764592,44.013612161136)); -#29656=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815264,44.0088478026606)); -#29657=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139066959,44.0061825443809)); -#29658=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493139,44.0035051618649)); -#29659=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29660=CARTESIAN_POINT('',(20.0050354003906,80.,42.1992584149952)); -#29661=CARTESIAN_POINT('',(20.0050354003906,110.,42.1992584149952)); -#29662=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29663=CARTESIAN_POINT('Origin',(20.0221955414993,110.,42.0000000298086)); -#29664=CARTESIAN_POINT('',(20.1636358803736,77.4862704970852,42.1413966529973)); -#29665=CARTESIAN_POINT('Ctrl Pts',(20.0050356359503,79.9999999999986,42.1992584352815)); -#29666=CARTESIAN_POINT('Ctrl Pts',(20.0050357173531,79.6129197184793,42.1992584422918)); -#29667=CARTESIAN_POINT('Ctrl Pts',(20.0170294641828,79.1876451077569,42.2016637941848)); -#29668=CARTESIAN_POINT('Ctrl Pts',(20.0695226630864,78.3399918762805,42.1960999445033)); -#29669=CARTESIAN_POINT('Ctrl Pts',(20.1100226472215,77.9176018644869,42.1908433808438)); -#29670=CARTESIAN_POINT('Ctrl Pts',(20.1594247119549,77.5196825406508,42.1455129095795)); -#29671=CARTESIAN_POINT('Ctrl Pts',(20.161503220899,77.5031040059702,42.1435299718275)); -#29672=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970852,42.1413966529973)); -#29673=CARTESIAN_POINT('',(20.1636358803736,110.,42.1413966529973)); -#29674=CARTESIAN_POINT('Origin',(20.0221955414993,110.,42.0000000298086)); -#29675=CARTESIAN_POINT('',(20.2221607598731,77.0609799493192,42.0035051618649)); -#29676=CARTESIAN_POINT('',(20.0050354003906,80.,41.8007416446221)); -#29677=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493192,42.0035051618649)); -#29678=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224384,42.0023251487381)); -#29679=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916276,42.0011523448883)); -#29680=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916276,41.9960812716912)); -#29681=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826568,41.9919336033815)); -#29682=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081419,41.984151491584)); -#29683=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526703,41.9805136325374)); -#29684=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892249,41.9641082078341)); -#29685=CARTESIAN_POINT('Ctrl Pts',(20.2168875565611,77.0966575258632,41.9535534828842)); -#29686=CARTESIAN_POINT('Ctrl Pts',(20.2057883912327,77.1727019566181,41.9140843347076)); -#29687=CARTESIAN_POINT('Ctrl Pts',(20.1955226873082,77.2452441007679,41.8987368870549)); -#29688=CARTESIAN_POINT('Ctrl Pts',(20.1756280080838,77.3923038689779,41.8705649805012)); -#29689=CARTESIAN_POINT('Ctrl Pts',(20.1659257987209,77.4673181695657,41.8604524336433)); -#29690=CARTESIAN_POINT('Ctrl Pts',(20.1100226472216,77.9176018644871,41.8091566787735)); -#29691=CARTESIAN_POINT('Ctrl Pts',(20.0695226630865,78.3399918762806,41.803900115114)); -#29692=CARTESIAN_POINT('Ctrl Pts',(20.017029464183,79.187645107757,41.7983362654325)); -#29693=CARTESIAN_POINT('Ctrl Pts',(20.0050357173532,79.6129197184793,41.8007416173255)); -#29694=CARTESIAN_POINT('Ctrl Pts',(20.0050356359504,79.9999999999986,41.8007416243358)); -#29695=CARTESIAN_POINT('',(20.2221607598731,110.,42.0035051618649)); -#29696=CARTESIAN_POINT('',(20.0050354003906,110.,41.8007416446221)); -#29697=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,42.1413966529973)); -#29698=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,42.1413966529973)); -#29699=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,42.1345407082899)); -#29700=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,42.1345407082899)); -#29701=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,42.1260998190594)); -#29702=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,42.1260998190594)); -#29703=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,42.1012551661957)); -#29704=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,42.1012551661957)); -#29705=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,42.0859077910255)); -#29706=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,42.0859077910255)); -#29707=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,42.0464402586162)); -#29708=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,42.0464402586162)); -#29709=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,42.0358858133832)); -#29710=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,42.0358858133832)); -#29711=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,42.0194811784705)); -#29712=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,42.0194811784705)); -#29713=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,42.0158434000928)); -#29714=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,42.0158434000928)); -#29715=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,42.0092071898567)); -#29716=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,42.0092071898567)); -#29717=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,42.0063342026284)); -#29718=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,42.0063342026284)); -#29719=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,42.0035051618649)); -#29720=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,42.0035051618649)); -#29721=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970852,42.1413966529973)); -#29722=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618375,42.1257662353957)); -#29723=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327901,42.1103787437046)); -#29724=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326475,42.0944107614225)); -#29725=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278231,42.0844083287275)); -#29726=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312904,42.066941925002)); -#29727=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.130089939656,42.0632729921608)); -#29728=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845917964,42.0565935230536)); -#29729=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567693903,42.0531922315376)); -#29730=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372016,42.0445084455029)); -#29731=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461385,42.0381473943016)); -#29732=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261636,42.0265843260129)); -#29733=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347237,42.0225838626803)); -#29734=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143314,42.0160463030097)); -#29735=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077645973,42.0136121611359)); -#29736=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925815318,42.0088478026607)); -#29737=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067013,42.006182544381)); -#29738=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493192,42.0035051618649)); -#29739=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29740=CARTESIAN_POINT('',(20.0050354003906,80.,40.1992584149952)); -#29741=CARTESIAN_POINT('',(20.0050354003906,110.,40.1992584149952)); -#29742=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29743=CARTESIAN_POINT('Origin',(20.0221955414993,110.,40.0000000298087)); -#29744=CARTESIAN_POINT('',(20.1636358803736,77.4862704970914,40.1413966529973)); -#29745=CARTESIAN_POINT('Ctrl Pts',(20.005035635951,79.9999999999986,40.1992584352816)); -#29746=CARTESIAN_POINT('Ctrl Pts',(20.0050357173538,79.6129197184798,40.1992584422919)); -#29747=CARTESIAN_POINT('Ctrl Pts',(20.0170294641835,79.1876451077586,40.2016637941848)); -#29748=CARTESIAN_POINT('Ctrl Pts',(20.0695226630869,78.3399918762834,40.1960999445032)); -#29749=CARTESIAN_POINT('Ctrl Pts',(20.1100226472219,77.9176018644905,40.1908433808436)); -#29750=CARTESIAN_POINT('Ctrl Pts',(20.1594247119551,77.5196825406557,40.1455129095793)); -#29751=CARTESIAN_POINT('Ctrl Pts',(20.1615032208991,77.5031040059757,40.1435299718274)); -#29752=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970914,40.1413966529973)); -#29753=CARTESIAN_POINT('',(20.1636358803736,110.,40.1413966529973)); -#29754=CARTESIAN_POINT('Origin',(20.0221955414993,110.,40.0000000298087)); -#29755=CARTESIAN_POINT('',(20.2221607598731,77.0609799493246,40.0035051618649)); -#29756=CARTESIAN_POINT('',(20.0050354003906,80.,39.8007416446221)); -#29757=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493246,40.0035051618649)); -#29758=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224438,40.0023251487381)); -#29759=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916329,40.0011523448883)); -#29760=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916329,39.9960812716912)); -#29761=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826621,39.9919336033815)); -#29762=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081472,39.9841514915841)); -#29763=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267083,39.9805136325375)); -#29764=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892302,39.9641082078342)); -#29765=CARTESIAN_POINT('Ctrl Pts',(20.2168875565611,77.0966575258684,39.9535534828843)); -#29766=CARTESIAN_POINT('Ctrl Pts',(20.2057883912328,77.1727019566231,39.9140843347077)); -#29767=CARTESIAN_POINT('Ctrl Pts',(20.1955226873083,77.2452441007728,39.8987368870551)); -#29768=CARTESIAN_POINT('Ctrl Pts',(20.175628008084,77.3923038689824,39.8705649805014)); -#29769=CARTESIAN_POINT('Ctrl Pts',(20.1659257987211,77.46731816957,39.8604524336436)); -#29770=CARTESIAN_POINT('Ctrl Pts',(20.110022647222,77.9176018644906,39.8091566787737)); -#29771=CARTESIAN_POINT('Ctrl Pts',(20.069522663087,78.3399918762835,39.8039001151142)); -#29772=CARTESIAN_POINT('Ctrl Pts',(20.0170294641836,79.1876451077587,39.7983362654325)); -#29773=CARTESIAN_POINT('Ctrl Pts',(20.005035717354,79.6129197184798,39.8007416173254)); -#29774=CARTESIAN_POINT('Ctrl Pts',(20.0050356359511,79.9999999999986,39.8007416243357)); -#29775=CARTESIAN_POINT('',(20.2221607598731,110.,40.0035051618649)); -#29776=CARTESIAN_POINT('',(20.0050354003906,110.,39.8007416446221)); -#29777=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,40.1413966529973)); -#29778=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,40.1413966529973)); -#29779=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,40.1345407082899)); -#29780=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,40.1345407082899)); -#29781=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,40.1260998190594)); -#29782=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,40.1260998190594)); -#29783=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,40.1012551661957)); -#29784=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,40.1012551661957)); -#29785=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,40.0859077910255)); -#29786=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,40.0859077910255)); -#29787=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,40.0464402586162)); -#29788=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,40.0464402586162)); -#29789=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,40.0358858133832)); -#29790=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,40.0358858133832)); -#29791=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,40.0194811784705)); -#29792=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,40.0194811784705)); -#29793=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,40.0158434000927)); -#29794=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,40.0158434000927)); -#29795=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,40.0092071898567)); -#29796=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,40.0092071898567)); -#29797=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,40.0063342026284)); -#29798=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,40.0063342026284)); -#29799=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,40.0035051618649)); -#29800=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,40.0035051618649)); -#29801=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970914,40.1413966529973)); -#29802=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.362213561843,40.1257662353957)); -#29803=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895327955,40.1103787437044)); -#29804=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326535,40.0944107614226)); -#29805=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278288,40.0844083287276)); -#29806=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796312959,40.0669419250021)); -#29807=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396615,40.0632729921608)); -#29808=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845918016,40.0565935230535)); -#29809=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567693956,40.0531922315376)); -#29810=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148737207,40.0445084455029)); -#29811=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461439,40.0381473943017)); -#29812=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438526169,40.0265843260129)); -#29813=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347291,40.0225838626804)); -#29814=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143368,40.0160463030097)); -#29815=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646026,40.0136121611359)); -#29816=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815371,40.0088478026606)); -#29817=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067066,40.006182544381)); -#29818=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493246,40.0035051618649)); -#29819=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29820=CARTESIAN_POINT('',(20.0050354003906,80.,38.1992584149952)); -#29821=CARTESIAN_POINT('',(20.0050354003906,110.,38.1992584149952)); -#29822=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29823=CARTESIAN_POINT('Origin',(20.0221955414993,110.,38.0000000298086)); -#29824=CARTESIAN_POINT('',(20.1636358803736,77.4862704970976,38.1413966529973)); -#29825=CARTESIAN_POINT('Ctrl Pts',(20.0050356359517,79.9999999999986,38.1992584352816)); -#29826=CARTESIAN_POINT('Ctrl Pts',(20.0050357173545,79.6129197184804,38.1992584422919)); -#29827=CARTESIAN_POINT('Ctrl Pts',(20.0170294641842,79.1876451077603,38.2016637941848)); -#29828=CARTESIAN_POINT('Ctrl Pts',(20.0695226630874,78.3399918762864,38.196099944503)); -#29829=CARTESIAN_POINT('Ctrl Pts',(20.1100226472223,77.9176018644941,38.1908433808434)); -#29830=CARTESIAN_POINT('Ctrl Pts',(20.1594247119552,77.5196825406604,38.1455129095791)); -#29831=CARTESIAN_POINT('Ctrl Pts',(20.1615032208992,77.5031040059812,38.1435299718273)); -#29832=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970976,38.1413966529973)); -#29833=CARTESIAN_POINT('',(20.1636358803736,110.,38.1413966529973)); -#29834=CARTESIAN_POINT('Origin',(20.0221955414993,110.,38.0000000298086)); -#29835=CARTESIAN_POINT('',(20.2221607598731,77.0609799493299,38.0035051618649)); -#29836=CARTESIAN_POINT('',(20.0050354003906,80.,37.8007416446221)); -#29837=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493299,38.0035051618649)); -#29838=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224491,38.0023251487381)); -#29839=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916382,38.0011523448883)); -#29840=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916382,37.9960812716912)); -#29841=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826674,37.9919336033815)); -#29842=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081525,37.9841514915841)); -#29843=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267137,37.9805136325375)); -#29844=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892355,37.9641082078343)); -#29845=CARTESIAN_POINT('Ctrl Pts',(20.2168875565612,77.0966575258736,37.9535534828844)); -#29846=CARTESIAN_POINT('Ctrl Pts',(20.2057883912329,77.1727019566281,37.9140843347079)); -#29847=CARTESIAN_POINT('Ctrl Pts',(20.1955226873084,77.2452441007777,37.8987368870553)); -#29848=CARTESIAN_POINT('Ctrl Pts',(20.1756280080842,77.3923038689869,37.8705649805017)); -#29849=CARTESIAN_POINT('Ctrl Pts',(20.1659257987213,77.4673181695743,37.8604524336438)); -#29850=CARTESIAN_POINT('Ctrl Pts',(20.1100226472224,77.9176018644942,37.809156678774)); -#29851=CARTESIAN_POINT('Ctrl Pts',(20.0695226630876,78.3399918762865,37.8039001151143)); -#29852=CARTESIAN_POINT('Ctrl Pts',(20.0170294641843,79.1876451077605,37.7983362654325)); -#29853=CARTESIAN_POINT('Ctrl Pts',(20.0050357173547,79.6129197184804,37.8007416173254)); -#29854=CARTESIAN_POINT('Ctrl Pts',(20.0050356359518,79.9999999999986,37.8007416243357)); -#29855=CARTESIAN_POINT('',(20.2221607598731,110.,38.0035051618649)); -#29856=CARTESIAN_POINT('',(20.0050354003906,110.,37.8007416446221)); -#29857=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,38.1413966529973)); -#29858=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,38.1413966529973)); -#29859=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,38.1345407082899)); -#29860=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,38.1345407082899)); -#29861=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,38.1260998190594)); -#29862=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,38.1260998190594)); -#29863=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,38.1012551661957)); -#29864=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,38.1012551661957)); -#29865=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,38.0859077910255)); -#29866=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,38.0859077910255)); -#29867=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,38.0464402586162)); -#29868=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,38.0464402586162)); -#29869=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,38.0358858133832)); -#29870=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,38.0358858133832)); -#29871=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,38.0194811784705)); -#29872=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,38.0194811784705)); -#29873=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,38.0158434000927)); -#29874=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,38.0158434000927)); -#29875=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,38.0092071898567)); -#29876=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,38.0092071898567)); -#29877=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,38.0063342026284)); -#29878=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,38.0063342026284)); -#29879=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,38.0035051618649)); -#29880=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,38.0035051618649)); -#29881=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704970976,38.1413966529973)); -#29882=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618491,38.1257662353957)); -#29883=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895328011,38.1103787437044)); -#29884=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.219368332659,38.0944107614226)); -#29885=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278343,38.0844083287276)); -#29886=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796313012,38.066941925002)); -#29887=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899396669,38.0632729921608)); -#29888=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918076,38.0565935230537)); -#29889=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694012,38.0531922315377)); -#29890=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372122,38.0445084455027)); -#29891=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461493,38.0381473943016)); -#29892=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261745,38.026584326013)); -#29893=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347345,38.0225838626804)); -#29894=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143422,38.0160463030097)); -#29895=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764608,38.0136121611359)); -#29896=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815424,38.0088478026605)); -#29897=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906712,38.0061825443809)); -#29898=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493299,38.0035051618649)); -#29899=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29900=CARTESIAN_POINT('',(20.0050354003906,80.,36.1992584149952)); -#29901=CARTESIAN_POINT('',(20.0050354003906,110.,36.1992584149952)); -#29902=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29903=CARTESIAN_POINT('Origin',(20.0221955414993,110.,36.0000000298086)); -#29904=CARTESIAN_POINT('',(20.1636358803736,77.4862704971037,36.1413966529973)); -#29905=CARTESIAN_POINT('Ctrl Pts',(20.0050356359524,79.9999999999986,36.1992584352817)); -#29906=CARTESIAN_POINT('Ctrl Pts',(20.0050357173553,79.612919718481,36.199258442292)); -#29907=CARTESIAN_POINT('Ctrl Pts',(20.0170294641848,79.1876451077621,36.2016637941848)); -#29908=CARTESIAN_POINT('Ctrl Pts',(20.069522663088,78.3399918762894,36.1960999445029)); -#29909=CARTESIAN_POINT('Ctrl Pts',(20.1100226472227,77.9176018644978,36.1908433808432)); -#29910=CARTESIAN_POINT('Ctrl Pts',(20.1594247119554,77.5196825406653,36.145512909579)); -#29911=CARTESIAN_POINT('Ctrl Pts',(20.1615032208993,77.5031040059867,36.1435299718273)); -#29912=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971037,36.1413966529973)); -#29913=CARTESIAN_POINT('',(20.1636358803736,110.,36.1413966529973)); -#29914=CARTESIAN_POINT('Origin',(20.0221955414993,110.,36.0000000298086)); -#29915=CARTESIAN_POINT('',(20.2221607598731,77.0609799493353,36.0035051618649)); -#29916=CARTESIAN_POINT('',(20.0050354003906,80.,35.8007416446221)); -#29917=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493353,36.0035051618649)); -#29918=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224545,36.0023251487381)); -#29919=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916436,36.0011523448883)); -#29920=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916436,35.9960812716912)); -#29921=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826728,35.9919336033815)); -#29922=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081578,35.9841514915841)); -#29923=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526719,35.9805136325376)); -#29924=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892408,35.9641082078343)); -#29925=CARTESIAN_POINT('Ctrl Pts',(20.2168875565612,77.0966575258789,35.9535534828845)); -#29926=CARTESIAN_POINT('Ctrl Pts',(20.205788391233,77.1727019566332,35.9140843347081)); -#29927=CARTESIAN_POINT('Ctrl Pts',(20.1955226873085,77.2452441007826,35.8987368870555)); -#29928=CARTESIAN_POINT('Ctrl Pts',(20.1756280080843,77.3923038689914,35.8705649805019)); -#29929=CARTESIAN_POINT('Ctrl Pts',(20.1659257987216,77.4673181695786,35.8604524336441)); -#29930=CARTESIAN_POINT('Ctrl Pts',(20.1100226472228,77.9176018644978,35.8091566787742)); -#29931=CARTESIAN_POINT('Ctrl Pts',(20.0695226630881,78.3399918762895,35.8039001151144)); -#29932=CARTESIAN_POINT('Ctrl Pts',(20.017029464185,79.1876451077622,35.7983362654325)); -#29933=CARTESIAN_POINT('Ctrl Pts',(20.0050357173554,79.612919718481,35.8007416173253)); -#29934=CARTESIAN_POINT('Ctrl Pts',(20.0050356359526,79.9999999999986,35.8007416243356)); -#29935=CARTESIAN_POINT('',(20.2221607598731,110.,36.0035051618649)); -#29936=CARTESIAN_POINT('',(20.0050354003906,110.,35.8007416446221)); -#29937=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,36.1413966529973)); -#29938=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,36.1413966529973)); -#29939=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,36.1345407082899)); -#29940=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,36.1345407082899)); -#29941=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,36.1260998190594)); -#29942=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,36.1260998190594)); -#29943=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,36.1012551661957)); -#29944=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,36.1012551661957)); -#29945=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,36.0859077910255)); -#29946=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,36.0859077910255)); -#29947=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,36.0464402586162)); -#29948=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,36.0464402586162)); -#29949=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,36.0358858133832)); -#29950=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,36.0358858133832)); -#29951=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,36.0194811784705)); -#29952=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,36.0194811784705)); -#29953=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,36.0158434000928)); -#29954=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,36.0158434000928)); -#29955=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,36.0092071898567)); -#29956=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,36.0092071898567)); -#29957=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,36.0063342026284)); -#29958=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,36.0063342026284)); -#29959=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,36.0035051618649)); -#29960=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,36.0035051618649)); -#29961=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971037,36.1413966529973)); -#29962=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618551,36.1257662353957)); -#29963=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.291089532807,36.1103787437044)); -#29964=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326645,36.0944107614225)); -#29965=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278398,36.0844083287275)); -#29966=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796313069,36.0669419250021)); -#29967=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396724,36.0632729921608)); -#29968=CARTESIAN_POINT('Ctrl Pts',(20.2140372036079,77.1161845918134,36.0565935230539)); -#29969=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694067,36.0531922315377)); -#29970=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372176,36.0445084455027)); -#29971=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461546,36.0381473943016)); -#29972=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261799,36.026584326013)); -#29973=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347398,36.0225838626804)); -#29974=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143473,36.0160463030094)); -#29975=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646133,36.0136121611357)); -#29976=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925815479,36.0088478026608)); -#29977=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067173,36.0061825443811)); -#29978=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493353,36.0035051618649)); -#29979=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#29980=CARTESIAN_POINT('',(20.0050354003906,80.,34.1992584149952)); -#29981=CARTESIAN_POINT('',(20.0050354003906,110.,34.1992584149952)); -#29982=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#29983=CARTESIAN_POINT('Origin',(20.0221955414993,110.,34.0000000298086)); -#29984=CARTESIAN_POINT('',(20.1636358803736,77.4862704971099,34.1413966529973)); -#29985=CARTESIAN_POINT('Ctrl Pts',(20.0050356359531,79.9999999999986,34.1992584352817)); -#29986=CARTESIAN_POINT('Ctrl Pts',(20.005035717356,79.6129197184815,34.1992584422921)); -#29987=CARTESIAN_POINT('Ctrl Pts',(20.0170294641855,79.1876451077639,34.2016637941848)); -#29988=CARTESIAN_POINT('Ctrl Pts',(20.0695226630885,78.3399918762924,34.1960999445028)); -#29989=CARTESIAN_POINT('Ctrl Pts',(20.1100226472231,77.9176018645013,34.190843380843)); -#29990=CARTESIAN_POINT('Ctrl Pts',(20.1594247119556,77.5196825406701,34.1455129095788)); -#29991=CARTESIAN_POINT('Ctrl Pts',(20.1615032208994,77.5031040059921,34.1435299718272)); -#29992=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971099,34.1413966529973)); -#29993=CARTESIAN_POINT('',(20.1636358803736,110.,34.1413966529973)); -#29994=CARTESIAN_POINT('Origin',(20.0221955414993,110.,34.0000000298086)); -#29995=CARTESIAN_POINT('',(20.2221607598731,77.0609799493406,34.0035051618649)); -#29996=CARTESIAN_POINT('',(20.0050354003906,80.,33.8007416446221)); -#29997=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493406,34.0035051618649)); -#29998=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224598,34.0023251487381)); -#29999=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916489,34.0011523448883)); -#30000=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916489,33.9960812716912)); -#30001=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826781,33.9919336033815)); -#30002=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081632,33.9841514915841)); -#30003=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267243,33.9805136325376)); -#30004=CARTESIAN_POINT('Ctrl Pts',(20.2193999129408,77.0796056892461,33.9641082078344)); -#30005=CARTESIAN_POINT('Ctrl Pts',(20.2168875565612,77.0966575258841,33.9535534828846)); -#30006=CARTESIAN_POINT('Ctrl Pts',(20.205788391233,77.1727019566382,33.9140843347083)); -#30007=CARTESIAN_POINT('Ctrl Pts',(20.1955226873086,77.2452441007874,33.8987368870557)); -#30008=CARTESIAN_POINT('Ctrl Pts',(20.1756280080845,77.3923038689959,33.8705649805021)); -#30009=CARTESIAN_POINT('Ctrl Pts',(20.1659257987218,77.4673181695829,33.8604524336443)); -#30010=CARTESIAN_POINT('Ctrl Pts',(20.1100226472232,77.9176018645014,33.8091566787744)); -#30011=CARTESIAN_POINT('Ctrl Pts',(20.0695226630886,78.3399918762925,33.8039001151146)); -#30012=CARTESIAN_POINT('Ctrl Pts',(20.0170294641857,79.187645107764,33.7983362654325)); -#30013=CARTESIAN_POINT('Ctrl Pts',(20.0050357173561,79.6129197184815,33.8007416173252)); -#30014=CARTESIAN_POINT('Ctrl Pts',(20.0050356359533,79.9999999999986,33.8007416243355)); -#30015=CARTESIAN_POINT('',(20.2221607598731,110.,34.0035051618649)); -#30016=CARTESIAN_POINT('',(20.0050354003906,110.,33.8007416446221)); -#30017=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,34.1413966529973)); -#30018=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,34.1413966529973)); -#30019=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,34.1345407082899)); -#30020=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,34.1345407082899)); -#30021=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,34.1260998190594)); -#30022=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,34.1260998190594)); -#30023=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,34.1012551661957)); -#30024=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,34.1012551661957)); -#30025=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,34.0859077910255)); -#30026=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,34.0859077910255)); -#30027=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,34.0464402586162)); -#30028=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,34.0464402586162)); -#30029=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,34.0358858133832)); -#30030=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,34.0358858133832)); -#30031=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,34.0194811784705)); -#30032=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,34.0194811784705)); -#30033=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,34.0158434000927)); -#30034=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,34.0158434000927)); -#30035=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,34.0092071898567)); -#30036=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,34.0092071898567)); -#30037=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,34.0063342026284)); -#30038=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,34.0063342026284)); -#30039=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,34.0035051618649)); -#30040=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,34.0035051618649)); -#30041=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971099,34.1413966529973)); -#30042=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.362213561861,34.1257662353957)); -#30043=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328127,34.1103787437044)); -#30044=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326701,34.0944107614226)); -#30045=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278454,34.0844083287275)); -#30046=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796313123,34.066941925002)); -#30047=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899396779,34.0632729921608)); -#30048=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845918179,34.0565935230535)); -#30049=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694119,34.0531922315376)); -#30050=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372233,34.0445084455029)); -#30051=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461601,34.0381473943017)); -#30052=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261852,34.026584326013)); -#30053=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347452,34.0225838626804)); -#30054=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143527,34.0160463030095)); -#30055=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646186,34.0136121611358)); -#30056=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815531,34.0088478026605)); -#30057=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067227,34.0061825443809)); -#30058=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493406,34.0035051618649)); -#30059=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30060=CARTESIAN_POINT('',(20.0050354003906,80.,32.1992584149952)); -#30061=CARTESIAN_POINT('',(20.0050354003906,110.,32.1992584149952)); -#30062=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30063=CARTESIAN_POINT('Origin',(20.0221955414993,110.,32.0000000298086)); -#30064=CARTESIAN_POINT('',(20.1636358803736,77.4862704971161,32.1413966529973)); -#30065=CARTESIAN_POINT('Ctrl Pts',(20.0050356359538,79.9999999999986,32.1992584352818)); -#30066=CARTESIAN_POINT('Ctrl Pts',(20.0050357173567,79.6129197184821,32.1992584422921)); -#30067=CARTESIAN_POINT('Ctrl Pts',(20.0170294641862,79.1876451077656,32.2016637941848)); -#30068=CARTESIAN_POINT('Ctrl Pts',(20.069522663089,78.3399918762954,32.1960999445026)); -#30069=CARTESIAN_POINT('Ctrl Pts',(20.1100226472235,77.917601864505,32.1908433808428)); -#30070=CARTESIAN_POINT('Ctrl Pts',(20.1594247119558,77.5196825406749,32.1455129095786)); -#30071=CARTESIAN_POINT('Ctrl Pts',(20.1615032208995,77.5031040059976,32.1435299718271)); -#30072=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971161,32.1413966529973)); -#30073=CARTESIAN_POINT('',(20.1636358803736,110.,32.1413966529973)); -#30074=CARTESIAN_POINT('Origin',(20.0221955414993,110.,32.0000000298086)); -#30075=CARTESIAN_POINT('',(20.2221607598731,77.060979949346,32.0035051618649)); -#30076=CARTESIAN_POINT('',(20.0050354003906,80.,31.8007416446221)); -#30077=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949346,32.0035051618649)); -#30078=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224652,32.0023251487381)); -#30079=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916542,32.0011523448883)); -#30080=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916543,31.9960812716912)); -#30081=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826834,31.9919336033816)); -#30082=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081685,31.9841514915842)); -#30083=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267297,31.9805136325376)); -#30084=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892514,31.9641082078345)); -#30085=CARTESIAN_POINT('Ctrl Pts',(20.2168875565612,77.0966575258894,31.9535534828847)); -#30086=CARTESIAN_POINT('Ctrl Pts',(20.2057883912331,77.1727019566433,31.9140843347084)); -#30087=CARTESIAN_POINT('Ctrl Pts',(20.1955226873087,77.2452441007923,31.8987368870559)); -#30088=CARTESIAN_POINT('Ctrl Pts',(20.1756280080847,77.3923038690005,31.8705649805024)); -#30089=CARTESIAN_POINT('Ctrl Pts',(20.165925798722,77.4673181695873,31.8604524336445)); -#30090=CARTESIAN_POINT('Ctrl Pts',(20.1100226472236,77.917601864505,31.8091566787746)); -#30091=CARTESIAN_POINT('Ctrl Pts',(20.0695226630891,78.3399918762955,31.8039001151147)); -#30092=CARTESIAN_POINT('Ctrl Pts',(20.0170294641863,79.1876451077657,31.7983362654325)); -#30093=CARTESIAN_POINT('Ctrl Pts',(20.0050357173568,79.6129197184821,31.8007416173252)); -#30094=CARTESIAN_POINT('Ctrl Pts',(20.005035635954,79.9999999999986,31.8007416243355)); -#30095=CARTESIAN_POINT('',(20.2221607598731,110.,32.0035051618649)); -#30096=CARTESIAN_POINT('',(20.0050354003906,110.,31.8007416446221)); -#30097=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,32.1413966529973)); -#30098=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,32.1413966529973)); -#30099=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,32.1345407082899)); -#30100=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,32.1345407082899)); -#30101=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,32.1260998190594)); -#30102=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,32.1260998190594)); -#30103=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,32.1012551661957)); -#30104=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,32.1012551661957)); -#30105=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,32.0859077910255)); -#30106=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,32.0859077910255)); -#30107=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,32.0464402586162)); -#30108=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,32.0464402586162)); -#30109=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,32.0358858133832)); -#30110=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,32.0358858133832)); -#30111=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,32.0194811784705)); -#30112=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,32.0194811784705)); -#30113=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,32.0158434000927)); -#30114=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,32.0158434000927)); -#30115=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,32.0092071898567)); -#30116=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,32.0092071898567)); -#30117=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,32.0063342026284)); -#30118=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,32.0063342026284)); -#30119=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,32.0035051618649)); -#30120=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,32.0035051618649)); -#30121=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971161,32.1413966529973)); -#30122=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618671,32.1257662353957)); -#30123=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328187,32.1103787437045)); -#30124=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326758,32.0944107614225)); -#30125=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127851,32.0844083287275)); -#30126=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313181,32.0669419250022)); -#30127=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396835,32.0632729921609)); -#30128=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918237,32.0565935230536)); -#30129=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694174,32.0531922315376)); -#30130=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372286,32.0445084455028)); -#30131=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461654,32.0381473943016)); -#30132=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385261905,32.0265843260129)); -#30133=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347505,32.0225838626804)); -#30134=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143581,32.0160463030095)); -#30135=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.063807764624,32.0136121611358)); -#30136=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815585,32.0088478026606)); -#30137=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906728,32.0061825443809)); -#30138=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949346,32.0035051618649)); -#30139=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30140=CARTESIAN_POINT('',(20.0050354003906,80.,30.1992584149952)); -#30141=CARTESIAN_POINT('',(20.0050354003906,110.,30.1992584149952)); -#30142=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30143=CARTESIAN_POINT('Origin',(20.0221955414993,110.,30.0000000298086)); -#30144=CARTESIAN_POINT('',(20.1636358803736,77.4862704971222,30.1413966529973)); -#30145=CARTESIAN_POINT('Ctrl Pts',(20.0050356359545,79.9999999999986,30.1992584352819)); -#30146=CARTESIAN_POINT('Ctrl Pts',(20.0050357173574,79.6129197184827,30.1992584422922)); -#30147=CARTESIAN_POINT('Ctrl Pts',(20.0170294641869,79.1876451077674,30.2016637941848)); -#30148=CARTESIAN_POINT('Ctrl Pts',(20.0695226630895,78.3399918762984,30.1960999445025)); -#30149=CARTESIAN_POINT('Ctrl Pts',(20.1100226472239,77.9176018645086,30.1908433808426)); -#30150=CARTESIAN_POINT('Ctrl Pts',(20.159424711956,77.5196825406797,30.1455129095784)); -#30151=CARTESIAN_POINT('Ctrl Pts',(20.1615032208996,77.5031040060031,30.143529971827)); -#30152=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971222,30.1413966529973)); -#30153=CARTESIAN_POINT('',(20.1636358803736,110.,30.1413966529973)); -#30154=CARTESIAN_POINT('Origin',(20.0221955414993,110.,30.0000000298086)); -#30155=CARTESIAN_POINT('',(20.2221607598731,77.0609799493513,30.0035051618649)); -#30156=CARTESIAN_POINT('',(20.0050354003906,80.,29.8007416446221)); -#30157=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493513,30.0035051618649)); -#30158=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224705,30.0023251487381)); -#30159=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916596,30.0011523448883)); -#30160=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916596,29.9960812716912)); -#30161=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826888,29.9919336033816)); -#30162=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081738,29.9841514915842)); -#30163=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526735,29.9805136325377)); -#30164=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892567,29.9641082078346)); -#30165=CARTESIAN_POINT('Ctrl Pts',(20.2168875565613,77.0966575258947,29.9535534828848)); -#30166=CARTESIAN_POINT('Ctrl Pts',(20.2057883912332,77.1727019566484,29.9140843347086)); -#30167=CARTESIAN_POINT('Ctrl Pts',(20.1955226873088,77.2452441007972,29.8987368870561)); -#30168=CARTESIAN_POINT('Ctrl Pts',(20.1756280080849,77.392303869005,29.8705649805026)); -#30169=CARTESIAN_POINT('Ctrl Pts',(20.1659257987222,77.4673181695916,29.8604524336448)); -#30170=CARTESIAN_POINT('Ctrl Pts',(20.110022647224,77.9176018645087,29.8091566787748)); -#30171=CARTESIAN_POINT('Ctrl Pts',(20.0695226630897,78.3399918762985,29.8039001151148)); -#30172=CARTESIAN_POINT('Ctrl Pts',(20.017029464187,79.1876451077675,29.7983362654325)); -#30173=CARTESIAN_POINT('Ctrl Pts',(20.0050357173576,79.6129197184827,29.8007416173251)); -#30174=CARTESIAN_POINT('Ctrl Pts',(20.0050356359547,79.9999999999986,29.8007416243354)); -#30175=CARTESIAN_POINT('',(20.2221607598731,110.,30.0035051618649)); -#30176=CARTESIAN_POINT('',(20.0050354003906,110.,29.8007416446221)); -#30177=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,30.1413966529973)); -#30178=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,30.1413966529973)); -#30179=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,30.1345407082899)); -#30180=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,30.1345407082899)); -#30181=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,30.1260998190594)); -#30182=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,30.1260998190594)); -#30183=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,30.1012551661957)); -#30184=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,30.1012551661957)); -#30185=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,30.0859077910255)); -#30186=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,30.0859077910255)); -#30187=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,30.0464402586162)); -#30188=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,30.0464402586162)); -#30189=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,30.0358858133832)); -#30190=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,30.0358858133832)); -#30191=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,30.0194811784705)); -#30192=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,30.0194811784705)); -#30193=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,30.0158434000928)); -#30194=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,30.0158434000928)); -#30195=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,30.0092071898567)); -#30196=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,30.0092071898567)); -#30197=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,30.0063342026284)); -#30198=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,30.0063342026284)); -#30199=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,30.0035051618649)); -#30200=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,30.0035051618649)); -#30201=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704971608,30.1413966530022)); -#30202=CARTESIAN_POINT('Ctrl Pts',(20.1793528173515,77.3622135619073,30.1257662354014)); -#30203=CARTESIAN_POINT('Ctrl Pts',(20.1893083252555,77.2910895328643,30.1103787437122)); -#30204=CARTESIAN_POINT('Ctrl Pts',(20.1992429966264,77.2193683327138,30.094410761431)); -#30205=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.181919127881,30.0844083287357)); -#30206=CARTESIAN_POINT('Ctrl Pts',(20.2108003003266,77.138479631341,30.0669419250096)); -#30207=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899397038,30.0632729921677)); -#30208=CARTESIAN_POINT('Ctrl Pts',(20.2140372036065,77.1161845918398,30.056593523059)); -#30209=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.109456769433,30.053192231543)); -#30210=CARTESIAN_POINT('Ctrl Pts',(20.217259235823,77.0941487372414,30.0445084455077)); -#30211=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559461766,30.0381473943061)); -#30212=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385261988,30.0265843260162)); -#30213=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386347579,30.0225838626831)); -#30214=CARTESIAN_POINT('Ctrl Pts',(20.2215635271629,77.0650023143649,30.0160463030121)); -#30215=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077646302,30.0136121611378)); -#30216=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925815641,30.0088478026616)); -#30217=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067334,30.0061825443814)); -#30218=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493513,30.0035051618649)); -#30219=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30220=CARTESIAN_POINT('',(20.0050354003906,80.,28.1992584149952)); -#30221=CARTESIAN_POINT('',(20.0050354003906,110.,28.1992584149952)); -#30222=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30223=CARTESIAN_POINT('Origin',(20.0221955414993,110.,28.0000000298086)); -#30224=CARTESIAN_POINT('',(20.1636358803736,77.4862704971284,28.1413966529973)); -#30225=CARTESIAN_POINT('Ctrl Pts',(20.0050356359553,79.9999999999986,28.1992584352819)); -#30226=CARTESIAN_POINT('Ctrl Pts',(20.0050357173581,79.6129197184833,28.1992584422922)); -#30227=CARTESIAN_POINT('Ctrl Pts',(20.0170294641875,79.1876451077691,28.2016637941848)); -#30228=CARTESIAN_POINT('Ctrl Pts',(20.06952266309,78.3399918763014,28.1960999445024)); -#30229=CARTESIAN_POINT('Ctrl Pts',(20.1100226472243,77.9176018645122,28.1908433808423)); -#30230=CARTESIAN_POINT('Ctrl Pts',(20.1594247119561,77.5196825406845,28.1455129095783)); -#30231=CARTESIAN_POINT('Ctrl Pts',(20.1615032208997,77.5031040060086,28.1435299718269)); -#30232=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971284,28.1413966529973)); -#30233=CARTESIAN_POINT('',(20.1636358803736,110.,28.1413966529973)); -#30234=CARTESIAN_POINT('Origin',(20.0221955414993,110.,28.0000000298086)); -#30235=CARTESIAN_POINT('',(20.2221607598731,77.0609799493566,28.0035051618649)); -#30236=CARTESIAN_POINT('',(20.0050354003906,80.,27.8007416446221)); -#30237=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493566,28.0035051618649)); -#30238=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224758,28.0023251487381)); -#30239=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191665,28.0011523448883)); -#30240=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191665,27.9960812716912)); -#30241=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826941,27.9919336033816)); -#30242=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081792,27.9841514915843)); -#30243=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267403,27.9805136325377)); -#30244=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.079605689262,27.9641082078346)); -#30245=CARTESIAN_POINT('Ctrl Pts',(20.2168875565613,77.0966575258999,27.9535534828849)); -#30246=CARTESIAN_POINT('Ctrl Pts',(20.2057883912332,77.1727019566535,27.9140843347088)); -#30247=CARTESIAN_POINT('Ctrl Pts',(20.195522687309,77.2452441008021,27.8987368870563)); -#30248=CARTESIAN_POINT('Ctrl Pts',(20.1756280080851,77.3923038690095,27.8705649805028)); -#30249=CARTESIAN_POINT('Ctrl Pts',(20.1659257987225,77.467318169596,27.860452433645)); -#30250=CARTESIAN_POINT('Ctrl Pts',(20.1100226472244,77.9176018645123,27.809156678775)); -#30251=CARTESIAN_POINT('Ctrl Pts',(20.0695226630902,78.3399918763015,27.803900115115)); -#30252=CARTESIAN_POINT('Ctrl Pts',(20.0170294641877,79.1876451077692,27.7983362654325)); -#30253=CARTESIAN_POINT('Ctrl Pts',(20.0050357173583,79.6129197184832,27.800741617325)); -#30254=CARTESIAN_POINT('Ctrl Pts',(20.0050356359554,79.9999999999986,27.8007416243354)); -#30255=CARTESIAN_POINT('',(20.2221607598731,110.,28.0035051618649)); -#30256=CARTESIAN_POINT('',(20.0050354003906,110.,27.8007416446221)); -#30257=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,28.1413966529973)); -#30258=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,28.1413966529973)); -#30259=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,28.1345407082899)); -#30260=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,28.1345407082899)); -#30261=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,28.1260998190594)); -#30262=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,28.1260998190594)); -#30263=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,28.1012551661957)); -#30264=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,28.1012551661957)); -#30265=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,28.0859077910255)); -#30266=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,28.0859077910255)); -#30267=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,28.0464402586162)); -#30268=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,28.0464402586162)); -#30269=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,28.0358858133832)); -#30270=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,28.0358858133832)); -#30271=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,28.0194811784705)); -#30272=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,28.0194811784705)); -#30273=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,28.0158434000927)); -#30274=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,28.0158434000927)); -#30275=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,28.0092071898567)); -#30276=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,28.0092071898567)); -#30277=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,28.0063342026284)); -#30278=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,28.0063342026284)); -#30279=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,28.0035051618649)); -#30280=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,28.0035051618649)); -#30281=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971284,28.1413966529973)); -#30282=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618785,28.1257662353957)); -#30283=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895328298,28.1103787437044)); -#30284=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326869,28.0944107614225)); -#30285=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278621,28.0844083287276)); -#30286=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313291,28.0669419250022)); -#30287=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899396944,28.0632729921609)); -#30288=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918347,28.0565935230537)); -#30289=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694283,28.0531922315376)); -#30290=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487372395,28.0445084455029)); -#30291=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461762,28.0381473943017)); -#30292=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.072438526201,28.0265843260127)); -#30293=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347612,28.0225838626802)); -#30294=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143688,28.0160463030096)); -#30295=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646347,28.0136121611358)); -#30296=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925815693,28.0088478026607)); -#30297=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067387,28.006182544381)); -#30298=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493566,28.0035051618649)); -#30299=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30300=CARTESIAN_POINT('',(20.0050354003906,80.,26.1992584149952)); -#30301=CARTESIAN_POINT('',(20.0050354003906,110.,26.1992584149952)); -#30302=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30303=CARTESIAN_POINT('Origin',(20.0221955414993,110.,26.0000000298086)); -#30304=CARTESIAN_POINT('',(20.1636358803736,77.4862704971346,26.1413966529973)); -#30305=CARTESIAN_POINT('Ctrl Pts',(20.005035635956,79.9999999999986,26.199258435282)); -#30306=CARTESIAN_POINT('Ctrl Pts',(20.0050357173589,79.6129197184838,26.1992584422923)); -#30307=CARTESIAN_POINT('Ctrl Pts',(20.0170294641882,79.1876451077708,26.2016637941848)); -#30308=CARTESIAN_POINT('Ctrl Pts',(20.0695226630906,78.3399918763044,26.1960999445022)); -#30309=CARTESIAN_POINT('Ctrl Pts',(20.1100226472247,77.9176018645158,26.1908433808421)); -#30310=CARTESIAN_POINT('Ctrl Pts',(20.1594247119563,77.5196825406893,26.1455129095781)); -#30311=CARTESIAN_POINT('Ctrl Pts',(20.1615032208998,77.5031040060141,26.1435299718268)); -#30312=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971346,26.1413966529973)); -#30313=CARTESIAN_POINT('',(20.1636358803736,110.,26.1413966529973)); -#30314=CARTESIAN_POINT('Origin',(20.0221955414993,110.,26.0000000298086)); -#30315=CARTESIAN_POINT('',(20.2221607598731,77.060979949362,26.0035051618649)); -#30316=CARTESIAN_POINT('',(20.0050354003906,80.,25.8007416446221)); -#30317=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949362,26.0035051618649)); -#30318=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224812,26.0023251487381)); -#30319=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916703,26.0011523448883)); -#30320=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916703,25.9960812716912)); -#30321=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185826995,25.9919336033816)); -#30322=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081845,25.9841514915843)); -#30323=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267457,25.9805136325377)); -#30324=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892673,25.9641082078347)); -#30325=CARTESIAN_POINT('Ctrl Pts',(20.2168875565613,77.0966575259052,25.953553482885)); -#30326=CARTESIAN_POINT('Ctrl Pts',(20.2057883912333,77.1727019566585,25.914084334709)); -#30327=CARTESIAN_POINT('Ctrl Pts',(20.1955226873091,77.245244100807,25.8987368870565)); -#30328=CARTESIAN_POINT('Ctrl Pts',(20.1756280080853,77.392303869014,25.8705649805031)); -#30329=CARTESIAN_POINT('Ctrl Pts',(20.1659257987227,77.4673181696003,25.8604524336452)); -#30330=CARTESIAN_POINT('Ctrl Pts',(20.1100226472248,77.9176018645159,25.8091566787752)); -#30331=CARTESIAN_POINT('Ctrl Pts',(20.0695226630907,78.3399918763045,25.8039001151151)); -#30332=CARTESIAN_POINT('Ctrl Pts',(20.0170294641884,79.187645107771,25.7983362654324)); -#30333=CARTESIAN_POINT('Ctrl Pts',(20.005035717359,79.6129197184838,25.800741617325)); -#30334=CARTESIAN_POINT('Ctrl Pts',(20.0050356359561,79.9999999999986,25.8007416243353)); -#30335=CARTESIAN_POINT('',(20.2221607598731,110.,26.0035051618649)); -#30336=CARTESIAN_POINT('',(20.0050354003906,110.,25.8007416446221)); -#30337=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,26.1413966529973)); -#30338=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,26.1413966529973)); -#30339=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,26.1345407082899)); -#30340=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,26.1345407082899)); -#30341=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,26.1260998190594)); -#30342=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,26.1260998190594)); -#30343=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,26.1012551661957)); -#30344=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,26.1012551661957)); -#30345=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,26.0859077910255)); -#30346=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,26.0859077910255)); -#30347=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,26.0464402586162)); -#30348=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,26.0464402586162)); -#30349=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,26.0358858133832)); -#30350=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,26.0358858133832)); -#30351=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,26.0194811784705)); -#30352=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,26.0194811784705)); -#30353=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,26.0158434000928)); -#30354=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,26.0158434000928)); -#30355=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,26.0092071898567)); -#30356=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,26.0092071898567)); -#30357=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,26.0063342026284)); -#30358=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,26.0063342026284)); -#30359=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,26.0035051618649)); -#30360=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,26.0035051618649)); -#30361=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971346,26.1413966529973)); -#30362=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618845,26.1257662353957)); -#30363=CARTESIAN_POINT('Ctrl Pts',(20.189308325261,77.2910895328356,26.1103787437044)); -#30364=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326925,26.0944107614225)); -#30365=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278674,26.0844083287275)); -#30366=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.1384796313336,26.0669419250018)); -#30367=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899396993,26.0632729921606)); -#30368=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845918395,26.0565935230533)); -#30369=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694332,26.0531922315373)); -#30370=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372446,26.0445084455027)); -#30371=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461811,26.0381473943013)); -#30372=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385262055,26.0265843260119)); -#30373=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634766,26.0225838626794)); -#30374=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143743,26.0160463030096)); -#30375=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077646398,26.0136121611356)); -#30376=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815742,26.0088478026596)); -#30377=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067438,26.0061825443799)); -#30378=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493619,26.0035051618641)); -#30379=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30380=CARTESIAN_POINT('',(20.0050354003906,80.,24.1992584149952)); -#30381=CARTESIAN_POINT('',(20.0050354003906,110.,24.1992584149952)); -#30382=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30383=CARTESIAN_POINT('Origin',(20.0221955414993,110.,24.0000000298086)); -#30384=CARTESIAN_POINT('',(20.1636358803736,77.4862704971408,24.1413966529973)); -#30385=CARTESIAN_POINT('',(20.1636358803736,110.,24.1413966529973)); -#30386=CARTESIAN_POINT('Ctrl Pts',(20.0050356359567,79.9999999999986,24.199258435282)); -#30387=CARTESIAN_POINT('Ctrl Pts',(20.0050357173596,79.6129197184844,24.1992584422924)); -#30388=CARTESIAN_POINT('Ctrl Pts',(20.0170294641889,79.1876451077726,24.2016637941849)); -#30389=CARTESIAN_POINT('Ctrl Pts',(20.0695226630911,78.3399918763073,24.1960999445021)); -#30390=CARTESIAN_POINT('Ctrl Pts',(20.1100226472251,77.9176018645194,24.1908433808419)); -#30391=CARTESIAN_POINT('Ctrl Pts',(20.1594247119565,77.5196825406941,24.1455129095779)); -#30392=CARTESIAN_POINT('Ctrl Pts',(20.1615032208999,77.5031040060196,24.1435299718267)); -#30393=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971408,24.1413966529973)); -#30394=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,24.1413966529973)); -#30395=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,24.1413966529973)); -#30396=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,24.1345407082899)); -#30397=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,24.1345407082899)); -#30398=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,24.1260998190594)); -#30399=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,24.1260998190594)); -#30400=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,24.1012551661957)); -#30401=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,24.1012551661957)); -#30402=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,24.0859077910255)); -#30403=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,24.0859077910255)); -#30404=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,24.0464402586162)); -#30405=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,24.0464402586162)); -#30406=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,24.0358858133832)); -#30407=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,24.0358858133832)); -#30408=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,24.0194811784705)); -#30409=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,24.0194811784705)); -#30410=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,24.0158434000928)); -#30411=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,24.0158434000928)); -#30412=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,24.0092071898567)); -#30413=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,24.0092071898567)); -#30414=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,24.0063342026284)); -#30415=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,24.0063342026284)); -#30416=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,24.0035051618649)); -#30417=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,24.0035051618649)); -#30418=CARTESIAN_POINT('',(20.2221607598731,77.0609799493674,24.0035051618649)); -#30419=CARTESIAN_POINT('',(20.2221607598731,110.,24.0035051618649)); -#30420=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971408,24.1413966529973)); -#30421=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618906,24.1257662353957)); -#30422=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328416,24.1103787437045)); -#30423=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683326982,24.0944107614225)); -#30424=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278732,24.0844083287276)); -#30425=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313403,24.0669419250023)); -#30426=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397054,24.0632729921609)); -#30427=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918453,24.0565935230536)); -#30428=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694391,24.0531922315376)); -#30429=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487372504,24.0445084455029)); -#30430=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.084555946187,24.0381473943017)); -#30431=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262116,24.0265843260126)); -#30432=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347719,24.0225838626802)); -#30433=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143797,24.0160463030098)); -#30434=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646455,24.013612161136)); -#30435=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815799,24.0088478026606)); -#30436=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067494,24.0061825443809)); -#30437=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493674,24.0035051618649)); -#30438=CARTESIAN_POINT('Origin',(20.0221955414993,110.,24.0000000298086)); -#30439=CARTESIAN_POINT('',(20.0050354003906,80.,23.8007416446221)); -#30440=CARTESIAN_POINT('',(20.0050354003906,110.,23.8007416446221)); -#30441=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493673,24.0035051618649)); -#30442=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224865,24.0023251487381)); -#30443=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916756,24.0011523448883)); -#30444=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916756,23.9960812716912)); -#30445=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827048,23.9919336033816)); -#30446=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081898,23.9841514915843)); -#30447=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526751,23.9805136325378)); -#30448=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892726,23.9641082078348)); -#30449=CARTESIAN_POINT('Ctrl Pts',(20.2168875565613,77.0966575259104,23.9535534828851)); -#30450=CARTESIAN_POINT('Ctrl Pts',(20.2057883912334,77.1727019566635,23.9140843347091)); -#30451=CARTESIAN_POINT('Ctrl Pts',(20.1955226873092,77.2452441008118,23.8987368870567)); -#30452=CARTESIAN_POINT('Ctrl Pts',(20.1756280080855,77.3923038690185,23.8705649805033)); -#30453=CARTESIAN_POINT('Ctrl Pts',(20.1659257987229,77.4673181696047,23.8604524336455)); -#30454=CARTESIAN_POINT('Ctrl Pts',(20.1100226472252,77.9176018645195,23.8091566787755)); -#30455=CARTESIAN_POINT('Ctrl Pts',(20.0695226630912,78.3399918763075,23.8039001151153)); -#30456=CARTESIAN_POINT('Ctrl Pts',(20.0170294641891,79.1876451077727,23.7983362654324)); -#30457=CARTESIAN_POINT('Ctrl Pts',(20.0050357173597,79.6129197184844,23.8007416173249)); -#30458=CARTESIAN_POINT('Ctrl Pts',(20.0050356359568,79.9999999999986,23.8007416243352)); -#30459=CARTESIAN_POINT('Origin',(20.0221955414993,110.,22.0000000298086)); -#30460=CARTESIAN_POINT('',(20.1636358803736,77.4862704971469,22.1413966529973)); -#30461=CARTESIAN_POINT('',(20.1636358803736,110.,22.1413966529973)); -#30462=CARTESIAN_POINT('',(20.0050354003906,80.,22.1992584149952)); -#30463=CARTESIAN_POINT('Ctrl Pts',(20.0050356359574,79.9999999999986,22.1992584352821)); -#30464=CARTESIAN_POINT('Ctrl Pts',(20.0050357173603,79.6129197184849,22.1992584422924)); -#30465=CARTESIAN_POINT('Ctrl Pts',(20.0170294641896,79.1876451077743,22.2016637941849)); -#30466=CARTESIAN_POINT('Ctrl Pts',(20.0695226630916,78.3399918763103,22.1960999445019)); -#30467=CARTESIAN_POINT('Ctrl Pts',(20.1100226472255,77.917601864523,22.1908433808417)); -#30468=CARTESIAN_POINT('Ctrl Pts',(20.1594247119567,77.519682540699,22.1455129095778)); -#30469=CARTESIAN_POINT('Ctrl Pts',(20.1615032209,77.503104006025,22.1435299718266)); -#30470=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971469,22.1413966529973)); -#30471=CARTESIAN_POINT('',(20.0050354003906,110.,22.1992584149952)); -#30472=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,22.1413966529973)); -#30473=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,22.1413966529973)); -#30474=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,22.1345407082899)); -#30475=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,22.1345407082899)); -#30476=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,22.1260998190594)); -#30477=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,22.1260998190594)); -#30478=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,22.1012551661957)); -#30479=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,22.1012551661957)); -#30480=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,22.0859077910255)); -#30481=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,22.0859077910255)); -#30482=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,22.0464402586162)); -#30483=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,22.0464402586162)); -#30484=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,22.0358858133832)); -#30485=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,22.0358858133832)); -#30486=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,22.0194811784705)); -#30487=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,22.0194811784705)); -#30488=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,22.0158434000927)); -#30489=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,22.0158434000927)); -#30490=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,22.0092071898567)); -#30491=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,22.0092071898567)); -#30492=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,22.0063342026284)); -#30493=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,22.0063342026284)); -#30494=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,22.0035051618649)); -#30495=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,22.0035051618649)); -#30496=CARTESIAN_POINT('',(20.2221607598731,77.0609799493727,22.0035051618649)); -#30497=CARTESIAN_POINT('',(20.2221607598731,110.,22.0035051618649)); -#30498=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971469,22.1413966529973)); -#30499=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135618965,22.1257662353957)); -#30500=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328474,22.1103787437045)); -#30501=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327036,22.0944107614225)); -#30502=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278788,22.0844083287275)); -#30503=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313457,22.0669419250022)); -#30504=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397109,22.0632729921609)); -#30505=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918511,22.0565935230537)); -#30506=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694446,22.0531922315376)); -#30507=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372555,22.0445084455028)); -#30508=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461924,22.0381473943016)); -#30509=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262174,22.026584326013)); -#30510=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347773,22.0225838626804)); -#30511=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023143849,22.0160463030096)); -#30512=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646508,22.0136121611359)); -#30513=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815852,22.0088478026606)); -#30514=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067547,22.0061825443809)); -#30515=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493727,22.0035051618649)); -#30516=CARTESIAN_POINT('Origin',(20.0221955414993,110.,22.0000000298086)); -#30517=CARTESIAN_POINT('',(20.0050354003906,80.,21.8007416446221)); -#30518=CARTESIAN_POINT('',(20.0050354003906,110.,21.8007416446221)); -#30519=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493727,22.0035051618649)); -#30520=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224919,22.0023251487381)); -#30521=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191681,22.0011523448883)); -#30522=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191681,21.9960812716912)); -#30523=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827101,21.9919336033816)); -#30524=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459081951,21.9841514915843)); -#30525=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267563,21.9805136325378)); -#30526=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892779,21.9641082078349)); -#30527=CARTESIAN_POINT('Ctrl Pts',(20.2168875565613,77.0966575259157,21.9535534828852)); -#30528=CARTESIAN_POINT('Ctrl Pts',(20.2057883912334,77.1727019566686,21.9140843347093)); -#30529=CARTESIAN_POINT('Ctrl Pts',(20.1955226873093,77.2452441008167,21.8987368870569)); -#30530=CARTESIAN_POINT('Ctrl Pts',(20.1756280080857,77.3923038690231,21.8705649805035)); -#30531=CARTESIAN_POINT('Ctrl Pts',(20.1659257987232,77.467318169609,21.8604524336457)); -#30532=CARTESIAN_POINT('Ctrl Pts',(20.1100226472256,77.9176018645231,21.8091566787757)); -#30533=CARTESIAN_POINT('Ctrl Pts',(20.0695226630918,78.3399918763104,21.8039001151154)); -#30534=CARTESIAN_POINT('Ctrl Pts',(20.0170294641897,79.1876451077744,21.7983362654324)); -#30535=CARTESIAN_POINT('Ctrl Pts',(20.0050357173605,79.6129197184849,21.8007416173249)); -#30536=CARTESIAN_POINT('Ctrl Pts',(20.0050356359575,79.9999999999985,21.8007416243352)); -#30537=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30538=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30539=CARTESIAN_POINT('Origin',(20.0221955414993,110.,20.0000000298086)); -#30540=CARTESIAN_POINT('',(20.1636358803736,77.4862704971531,20.1413966529973)); -#30541=CARTESIAN_POINT('',(20.1636358803736,110.,20.1413966529973)); -#30542=CARTESIAN_POINT('',(20.0050354003906,80.,20.1992584149952)); -#30543=CARTESIAN_POINT('Ctrl Pts',(20.0050356359581,79.9999999999986,20.1992584352822)); -#30544=CARTESIAN_POINT('Ctrl Pts',(20.005035717361,79.6129197184855,20.1992584422925)); -#30545=CARTESIAN_POINT('Ctrl Pts',(20.0170294641902,79.1876451077761,20.2016637941849)); -#30546=CARTESIAN_POINT('Ctrl Pts',(20.0695226630921,78.3399918763133,20.1960999445018)); -#30547=CARTESIAN_POINT('Ctrl Pts',(20.1100226472259,77.9176018645266,20.1908433808415)); -#30548=CARTESIAN_POINT('Ctrl Pts',(20.1594247119569,77.5196825407038,20.1455129095776)); -#30549=CARTESIAN_POINT('Ctrl Pts',(20.1615032209001,77.5031040060305,20.1435299718265)); -#30550=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971531,20.1413966529973)); -#30551=CARTESIAN_POINT('',(20.0050354003906,110.,20.1992584149952)); -#30552=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,20.1413966529973)); -#30553=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,20.1413966529973)); -#30554=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,20.1345407082899)); -#30555=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,20.1345407082899)); -#30556=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,20.1260998190594)); -#30557=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,20.1260998190594)); -#30558=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,20.1012551661957)); -#30559=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,20.1012551661957)); -#30560=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,20.0859077910255)); -#30561=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,20.0859077910255)); -#30562=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,20.0464402586162)); -#30563=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,20.0464402586162)); -#30564=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,20.0358858133832)); -#30565=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,20.0358858133832)); -#30566=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,20.0194811784705)); -#30567=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,20.0194811784705)); -#30568=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,20.0158434000928)); -#30569=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,20.0158434000928)); -#30570=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,20.0092071898567)); -#30571=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,20.0092071898567)); -#30572=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,20.0063342026284)); -#30573=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,20.0063342026284)); -#30574=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,20.0035051618649)); -#30575=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,20.0035051618649)); -#30576=CARTESIAN_POINT('',(20.2221607598731,77.0609799493781,20.0035051618649)); -#30577=CARTESIAN_POINT('',(20.2221607598731,110.,20.0035051618649)); -#30578=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971531,20.1413966529973)); -#30579=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619023,20.1257662353957)); -#30580=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328532,20.1103787437045)); -#30581=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327092,20.0944107614225)); -#30582=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127884,20.0844083287275)); -#30583=CARTESIAN_POINT('Ctrl Pts',(20.2108003003293,77.13847963135,20.0669419250018)); -#30584=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899397156,20.0632729921605)); -#30585=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918565,20.0565935230537)); -#30586=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694497,20.0531922315375)); -#30587=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372606,20.0445084455026)); -#30588=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559461972,20.0381473943013)); -#30589=CARTESIAN_POINT('Ctrl Pts',(20.2204613330177,77.0724385262217,20.0265843260119)); -#30590=CARTESIAN_POINT('Ctrl Pts',(20.2209502347818,77.069138634782,20.0225838626795)); -#30591=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143902,20.0160463030095)); -#30592=CARTESIAN_POINT('Ctrl Pts',(20.221740835951,77.0638077646559,20.0136121611355)); -#30593=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815903,20.0088478026598)); -#30594=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067599,20.00618254438)); -#30595=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.060979949378,20.0035051618641)); -#30596=CARTESIAN_POINT('Origin',(20.0221955414993,110.,20.0000000298086)); -#30597=CARTESIAN_POINT('',(20.0050354003906,80.,19.8007416446221)); -#30598=CARTESIAN_POINT('',(20.0050354003906,110.,19.8007416446221)); -#30599=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493781,20.0035051618649)); -#30600=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407224972,20.0023251487381)); -#30601=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916863,20.0011523448883)); -#30602=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731916863,19.9960812716913)); -#30603=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827155,19.9919336033816)); -#30604=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082005,19.9841514915844)); -#30605=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267617,19.9805136325379)); -#30606=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892832,19.964108207835)); -#30607=CARTESIAN_POINT('Ctrl Pts',(20.2168875565614,77.0966575259209,19.9535534828853)); -#30608=CARTESIAN_POINT('Ctrl Pts',(20.2057883912335,77.1727019566737,19.9140843347095)); -#30609=CARTESIAN_POINT('Ctrl Pts',(20.1955226873094,77.2452441008216,19.8987368870571)); -#30610=CARTESIAN_POINT('Ctrl Pts',(20.1756280080859,77.3923038690276,19.8705649805037)); -#30611=CARTESIAN_POINT('Ctrl Pts',(20.1659257987234,77.4673181696133,19.860452433646)); -#30612=CARTESIAN_POINT('Ctrl Pts',(20.110022647226,77.9176018645267,19.8091566787759)); -#30613=CARTESIAN_POINT('Ctrl Pts',(20.0695226630923,78.3399918763134,19.8039001151155)); -#30614=CARTESIAN_POINT('Ctrl Pts',(20.0170294641904,79.1876451077762,19.7983362654324)); -#30615=CARTESIAN_POINT('Ctrl Pts',(20.0050357173612,79.6129197184855,19.8007416173248)); -#30616=CARTESIAN_POINT('Ctrl Pts',(20.0050356359583,79.9999999999986,19.8007416243351)); -#30617=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30618=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30619=CARTESIAN_POINT('Origin',(20.0221955414993,110.,18.0000000298086)); -#30620=CARTESIAN_POINT('',(20.1636358803736,77.4862704971593,18.1413966529973)); -#30621=CARTESIAN_POINT('',(20.1636358803736,110.,18.1413966529973)); -#30622=CARTESIAN_POINT('',(20.0050354003906,80.,18.1992584149952)); -#30623=CARTESIAN_POINT('Ctrl Pts',(20.0050356359588,79.9999999999985,18.1992584352822)); -#30624=CARTESIAN_POINT('Ctrl Pts',(20.0050357173618,79.6129197184861,18.1992584422926)); -#30625=CARTESIAN_POINT('Ctrl Pts',(20.0170294641909,79.1876451077778,18.2016637941849)); -#30626=CARTESIAN_POINT('Ctrl Pts',(20.0695226630927,78.3399918763163,18.1960999445017)); -#30627=CARTESIAN_POINT('Ctrl Pts',(20.1100226472263,77.9176018645302,18.1908433808413)); -#30628=CARTESIAN_POINT('Ctrl Pts',(20.159424711957,77.5196825407086,18.1455129095774)); -#30629=CARTESIAN_POINT('Ctrl Pts',(20.1615032209001,77.503104006036,18.1435299718264)); -#30630=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971593,18.1413966529973)); -#30631=CARTESIAN_POINT('',(20.0050354003906,110.,18.1992584149952)); -#30632=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,18.1413966529973)); -#30633=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,18.1413966529973)); -#30634=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,18.1345407082899)); -#30635=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,18.1345407082899)); -#30636=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,18.1260998190594)); -#30637=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,18.1260998190594)); -#30638=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,18.1012551661957)); -#30639=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,18.1012551661957)); -#30640=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,18.0859077910255)); -#30641=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,18.0859077910255)); -#30642=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,18.0464402586162)); -#30643=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,18.0464402586162)); -#30644=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,18.0358858133832)); -#30645=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,18.0358858133832)); -#30646=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,18.0194811784705)); -#30647=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,18.0194811784705)); -#30648=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,18.0158434000928)); -#30649=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,18.0158434000928)); -#30650=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,18.0092071898567)); -#30651=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,18.0092071898567)); -#30652=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,18.0063342026284)); -#30653=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,18.0063342026284)); -#30654=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,18.0035051618649)); -#30655=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,18.0035051618649)); -#30656=CARTESIAN_POINT('',(20.2221607598731,77.0609799493834,18.0035051618649)); -#30657=CARTESIAN_POINT('',(20.2221607598731,110.,18.0035051618649)); -#30658=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971593,18.1413966529973)); -#30659=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619081,18.1257662353957)); -#30660=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328589,18.1103787437045)); -#30661=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327151,18.0944107614225)); -#30662=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278899,18.0844083287276)); -#30663=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313568,18.0669419250023)); -#30664=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397219,18.0632729921609)); -#30665=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918618,18.0565935230536)); -#30666=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694554,18.0531922315376)); -#30667=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372665,18.0445084455029)); -#30668=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462032,18.0381473943017)); -#30669=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262281,18.026584326013)); -#30670=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.069138634788,18.0225838626804)); -#30671=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023143955,18.0160463030094)); -#30672=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646614,18.0136121611358)); -#30673=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925815959,18.0088478026604)); -#30674=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067654,18.0061825443809)); -#30675=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493834,18.0035051618649)); -#30676=CARTESIAN_POINT('Origin',(20.0221955414993,110.,18.0000000298086)); -#30677=CARTESIAN_POINT('',(20.0050354003906,80.,17.8007416446221)); -#30678=CARTESIAN_POINT('',(20.0050354003906,110.,17.8007416446221)); -#30679=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493834,18.0035051618649)); -#30680=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225026,18.0023251487381)); -#30681=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916917,18.0011523448883)); -#30682=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731916917,17.9960812716913)); -#30683=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827208,17.9919336033817)); -#30684=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082058,17.9841514915844)); -#30685=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526767,17.9805136325379)); -#30686=CARTESIAN_POINT('Ctrl Pts',(20.2193999129409,77.0796056892885,17.964108207835)); -#30687=CARTESIAN_POINT('Ctrl Pts',(20.2168875565614,77.0966575259262,17.9535534828854)); -#30688=CARTESIAN_POINT('Ctrl Pts',(20.2057883912336,77.1727019566788,17.9140843347097)); -#30689=CARTESIAN_POINT('Ctrl Pts',(20.1955226873095,77.2452441008265,17.8987368870573)); -#30690=CARTESIAN_POINT('Ctrl Pts',(20.1756280080861,77.3923038690321,17.870564980504)); -#30691=CARTESIAN_POINT('Ctrl Pts',(20.1659257987236,77.4673181696177,17.8604524336462)); -#30692=CARTESIAN_POINT('Ctrl Pts',(20.1100226472265,77.9176018645303,17.8091566787761)); -#30693=CARTESIAN_POINT('Ctrl Pts',(20.0695226630928,78.3399918763164,17.8039001151157)); -#30694=CARTESIAN_POINT('Ctrl Pts',(20.0170294641911,79.1876451077779,17.7983362654324)); -#30695=CARTESIAN_POINT('Ctrl Pts',(20.0050357173619,79.6129197184861,17.8007416173247)); -#30696=CARTESIAN_POINT('Ctrl Pts',(20.005035635959,79.9999999999986,17.8007416243351)); -#30697=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30698=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30699=CARTESIAN_POINT('Origin',(20.0221955414993,110.,16.0000000298086)); -#30700=CARTESIAN_POINT('',(20.1636358803736,77.4862704971655,16.1413966529973)); -#30701=CARTESIAN_POINT('',(20.1636358803736,110.,16.1413966529973)); -#30702=CARTESIAN_POINT('',(20.0050354003906,80.,16.1992584149952)); -#30703=CARTESIAN_POINT('Ctrl Pts',(20.0050356359595,79.9999999999986,16.1992584352823)); -#30704=CARTESIAN_POINT('Ctrl Pts',(20.0050357173625,79.6129197184867,16.1992584422926)); -#30705=CARTESIAN_POINT('Ctrl Pts',(20.0170294641916,79.1876451077796,16.2016637941849)); -#30706=CARTESIAN_POINT('Ctrl Pts',(20.0695226630932,78.3399918763193,16.1960999445015)); -#30707=CARTESIAN_POINT('Ctrl Pts',(20.1100226472267,77.9176018645338,16.1908433808411)); -#30708=CARTESIAN_POINT('Ctrl Pts',(20.1594247119572,77.5196825407134,16.1455129095772)); -#30709=CARTESIAN_POINT('Ctrl Pts',(20.1615032209002,77.5031040060415,16.1435299718263)); -#30710=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971655,16.1413966529973)); -#30711=CARTESIAN_POINT('',(20.0050354003906,110.,16.1992584149952)); -#30712=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,16.1413966529973)); -#30713=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,16.1413966529973)); -#30714=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,16.1345407082899)); -#30715=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,16.1345407082899)); -#30716=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,16.1260998190594)); -#30717=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,16.1260998190594)); -#30718=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,16.1012551661957)); -#30719=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,16.1012551661957)); -#30720=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,16.0859077910255)); -#30721=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,16.0859077910255)); -#30722=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,16.0464402586162)); -#30723=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,16.0464402586162)); -#30724=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,16.0358858133832)); -#30725=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,16.0358858133832)); -#30726=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,16.0194811784705)); -#30727=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,16.0194811784705)); -#30728=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,16.0158434000928)); -#30729=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,16.0158434000928)); -#30730=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,16.0092071898567)); -#30731=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,16.0092071898567)); -#30732=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,16.0063342026284)); -#30733=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,16.0063342026284)); -#30734=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,16.0035051618649)); -#30735=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,16.0035051618649)); -#30736=CARTESIAN_POINT('',(20.2221607598731,77.0609799493887,16.0035051618649)); -#30737=CARTESIAN_POINT('',(20.2221607598731,110.,16.0035051618649)); -#30738=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971655,16.1413966529973)); -#30739=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.362213561914,16.1257662353957)); -#30740=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328647,16.1103787437045)); -#30741=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327206,16.0944107614225)); -#30742=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191278954,16.0844083287276)); -#30743=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796313627,16.0669419250025)); -#30744=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397275,16.063272992161)); -#30745=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845918669,16.0565935230535)); -#30746=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694608,16.0531922315376)); -#30747=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372718,16.0445084455028)); -#30748=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462085,16.0381473943017)); -#30749=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262333,16.0265843260129)); -#30750=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347934,16.0225838626803)); -#30751=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023144012,16.0160463030099)); -#30752=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646669,16.013612161136)); -#30753=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925816012,16.0088478026604)); -#30754=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067708,16.0061825443808)); -#30755=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493887,16.0035051618649)); -#30756=CARTESIAN_POINT('Origin',(20.0221955414993,110.,16.0000000298086)); -#30757=CARTESIAN_POINT('',(20.0050354003906,80.,15.8007416446221)); -#30758=CARTESIAN_POINT('',(20.0050354003906,110.,15.8007416446221)); -#30759=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493887,16.0035051618649)); -#30760=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225079,16.0023251487381)); -#30761=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.060773191697,16.0011523448883)); -#30762=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.060773191697,15.9960812716913)); -#30763=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827262,15.9919336033817)); -#30764=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082112,15.9841514915845)); -#30765=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267723,15.9805136325379)); -#30766=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056892938,15.9641082078351)); -#30767=CARTESIAN_POINT('Ctrl Pts',(20.2168875565614,77.0966575259314,15.9535534828855)); -#30768=CARTESIAN_POINT('Ctrl Pts',(20.2057883912336,77.1727019566838,15.9140843347098)); -#30769=CARTESIAN_POINT('Ctrl Pts',(20.1955226873096,77.2452441008314,15.8987368870575)); -#30770=CARTESIAN_POINT('Ctrl Pts',(20.1756280080863,77.3923038690366,15.8705649805042)); -#30771=CARTESIAN_POINT('Ctrl Pts',(20.1659257987239,77.467318169622,15.8604524336464)); -#30772=CARTESIAN_POINT('Ctrl Pts',(20.1100226472269,77.9176018645339,15.8091566787763)); -#30773=CARTESIAN_POINT('Ctrl Pts',(20.0695226630933,78.3399918763194,15.8039001151158)); -#30774=CARTESIAN_POINT('Ctrl Pts',(20.0170294641917,79.1876451077797,15.7983362654324)); -#30775=CARTESIAN_POINT('Ctrl Pts',(20.0050357173626,79.6129197184867,15.8007416173247)); -#30776=CARTESIAN_POINT('Ctrl Pts',(20.0050356359597,79.9999999999986,15.800741624335)); -#30777=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30778=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30779=CARTESIAN_POINT('Origin',(20.0221955414993,110.,14.0000000298086)); -#30780=CARTESIAN_POINT('',(20.1636358803736,77.4862704971716,14.1413966529973)); -#30781=CARTESIAN_POINT('',(20.1636358803736,110.,14.1413966529973)); -#30782=CARTESIAN_POINT('',(20.0050354003906,80.,14.1992584149952)); -#30783=CARTESIAN_POINT('Ctrl Pts',(20.0050356359602,79.9999999999986,14.1992584352824)); -#30784=CARTESIAN_POINT('Ctrl Pts',(20.0050357173632,79.6129197184872,14.1992584422927)); -#30785=CARTESIAN_POINT('Ctrl Pts',(20.0170294641923,79.1876451077813,14.2016637941849)); -#30786=CARTESIAN_POINT('Ctrl Pts',(20.0695226630937,78.3399918763223,14.1960999445014)); -#30787=CARTESIAN_POINT('Ctrl Pts',(20.1100226472271,77.9176018645374,14.1908433808408)); -#30788=CARTESIAN_POINT('Ctrl Pts',(20.1594247119574,77.5196825407182,14.1455129095771)); -#30789=CARTESIAN_POINT('Ctrl Pts',(20.1615032209003,77.503104006047,14.1435299718262)); -#30790=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971716,14.1413966529973)); -#30791=CARTESIAN_POINT('',(20.0050354003906,110.,14.1992584149952)); -#30792=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,14.1413966529973)); -#30793=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,14.1413966529973)); -#30794=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,14.1345407082899)); -#30795=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,14.1345407082899)); -#30796=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,14.1260998190594)); -#30797=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,14.1260998190594)); -#30798=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,14.1012551661957)); -#30799=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,14.1012551661957)); -#30800=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,14.0859077910255)); -#30801=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,14.0859077910255)); -#30802=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,14.0464402586162)); -#30803=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,14.0464402586162)); -#30804=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,14.0358858133832)); -#30805=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,14.0358858133832)); -#30806=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,14.0194811784705)); -#30807=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,14.0194811784705)); -#30808=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,14.0158434000928)); -#30809=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,14.0158434000928)); -#30810=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,14.0092071898567)); -#30811=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,14.0092071898567)); -#30812=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,14.0063342026284)); -#30813=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,14.0063342026284)); -#30814=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,14.0035051618649)); -#30815=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,14.0035051618649)); -#30816=CARTESIAN_POINT('',(20.2221607598731,77.0609799493941,14.0035051618649)); -#30817=CARTESIAN_POINT('',(20.2221607598731,110.,14.0035051618649)); -#30818=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971716,14.1413966529973)); -#30819=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619199,14.1257662353957)); -#30820=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328704,14.1103787437045)); -#30821=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327262,14.0944107614225)); -#30822=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.181919127901,14.0844083287276)); -#30823=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313679,14.0669419250023)); -#30824=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397328,14.0632729921609)); -#30825=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918725,14.0565935230536)); -#30826=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694663,14.0531922315376)); -#30827=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372772,14.0445084455028)); -#30828=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462139,14.0381473943017)); -#30829=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262389,14.026584326013)); -#30830=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386347988,14.0225838626804)); -#30831=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023144063,14.0160463030096)); -#30832=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646722,14.0136121611359)); -#30833=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925816066,14.0088478026607)); -#30834=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067761,14.006182544381)); -#30835=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493941,14.0035051618649)); -#30836=CARTESIAN_POINT('Origin',(20.0221955414993,110.,14.0000000298086)); -#30837=CARTESIAN_POINT('',(20.0050354003906,80.,13.8007416446221)); -#30838=CARTESIAN_POINT('',(20.0050354003906,110.,13.8007416446221)); -#30839=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493941,14.0035051618649)); -#30840=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225133,14.0023251487381)); -#30841=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917024,14.0011523448883)); -#30842=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731917024,13.9960812716913)); -#30843=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827315,13.9919336033817)); -#30844=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082165,13.9841514915845)); -#30845=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267776,13.980513632538)); -#30846=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056892991,13.9641082078352)); -#30847=CARTESIAN_POINT('Ctrl Pts',(20.2168875565614,77.0966575259367,13.9535534828856)); -#30848=CARTESIAN_POINT('Ctrl Pts',(20.2057883912337,77.1727019566889,13.91408433471)); -#30849=CARTESIAN_POINT('Ctrl Pts',(20.1955226873097,77.2452441008363,13.8987368870577)); -#30850=CARTESIAN_POINT('Ctrl Pts',(20.1756280080864,77.3923038690411,13.8705649805044)); -#30851=CARTESIAN_POINT('Ctrl Pts',(20.1659257987241,77.4673181696263,13.8604524336467)); -#30852=CARTESIAN_POINT('Ctrl Pts',(20.1100226472273,77.9176018645375,13.8091566787765)); -#30853=CARTESIAN_POINT('Ctrl Pts',(20.0695226630938,78.3399918763224,13.8039001151159)); -#30854=CARTESIAN_POINT('Ctrl Pts',(20.0170294641924,79.1876451077814,13.7983362654324)); -#30855=CARTESIAN_POINT('Ctrl Pts',(20.0050357173633,79.6129197184872,13.8007416173246)); -#30856=CARTESIAN_POINT('Ctrl Pts',(20.0050356359604,79.9999999999986,13.8007416243349)); -#30857=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30858=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30859=CARTESIAN_POINT('Origin',(20.0221955414993,110.,12.0000000298086)); -#30860=CARTESIAN_POINT('',(20.1636358803736,77.4862704971778,12.1413966529973)); -#30861=CARTESIAN_POINT('',(20.1636358803736,110.,12.1413966529973)); -#30862=CARTESIAN_POINT('',(20.0050354003906,80.,12.1992584149952)); -#30863=CARTESIAN_POINT('Ctrl Pts',(20.005035635961,79.9999999999986,12.1992584352824)); -#30864=CARTESIAN_POINT('Ctrl Pts',(20.0050357173639,79.6129197184878,12.1992584422927)); -#30865=CARTESIAN_POINT('Ctrl Pts',(20.017029464193,79.1876451077831,12.2016637941849)); -#30866=CARTESIAN_POINT('Ctrl Pts',(20.0695226630942,78.3399918763253,12.1960999445013)); -#30867=CARTESIAN_POINT('Ctrl Pts',(20.1100226472275,77.917601864541,12.1908433808406)); -#30868=CARTESIAN_POINT('Ctrl Pts',(20.1594247119576,77.519682540723,12.1455129095769)); -#30869=CARTESIAN_POINT('Ctrl Pts',(20.1615032209004,77.5031040060525,12.1435299718262)); -#30870=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971778,12.1413966529973)); -#30871=CARTESIAN_POINT('',(20.0050354003906,110.,12.1992584149952)); -#30872=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,12.1413966529973)); -#30873=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,12.1413966529973)); -#30874=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,12.1345407082899)); -#30875=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,12.1345407082899)); -#30876=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,12.1260998190594)); -#30877=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,12.1260998190594)); -#30878=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,12.1012551661957)); -#30879=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,12.1012551661957)); -#30880=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,12.0859077910255)); -#30881=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,12.0859077910255)); -#30882=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,12.0464402586162)); -#30883=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,12.0464402586162)); -#30884=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,12.0358858133832)); -#30885=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,12.0358858133832)); -#30886=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,12.0194811784705)); -#30887=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,12.0194811784705)); -#30888=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,12.0158434000928)); -#30889=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,12.0158434000928)); -#30890=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,12.0092071898567)); -#30891=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,12.0092071898567)); -#30892=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,12.0063342026284)); -#30893=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,12.0063342026284)); -#30894=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,12.0035051618649)); -#30895=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,12.0035051618649)); -#30896=CARTESIAN_POINT('',(20.2221607598731,77.0609799493994,12.0035051618649)); -#30897=CARTESIAN_POINT('',(20.2221607598731,110.,12.0035051618649)); -#30898=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704972163,12.1413966530021)); -#30899=CARTESIAN_POINT('Ctrl Pts',(20.1793528173515,77.3622135619604,12.1257662354014)); -#30900=CARTESIAN_POINT('Ctrl Pts',(20.1893083252554,77.2910895329164,12.1103787437123)); -#30901=CARTESIAN_POINT('Ctrl Pts',(20.1992429966264,77.2193683327645,12.094410761431)); -#30902=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191279311,12.0844083287357)); -#30903=CARTESIAN_POINT('Ctrl Pts',(20.2108003003268,77.1384796313891,12.0669419250091)); -#30904=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899397525,12.0632729921674)); -#30905=CARTESIAN_POINT('Ctrl Pts',(20.2140372036064,77.1161845918893,12.0565935230593)); -#30906=CARTESIAN_POINT('Ctrl Pts',(20.2150186105611,77.109456769482,12.053192231543)); -#30907=CARTESIAN_POINT('Ctrl Pts',(20.2172592358229,77.0941487372903,12.0445084455078)); -#30908=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559462251,12.0381473943062)); -#30909=CARTESIAN_POINT('Ctrl Pts',(20.2204613330171,77.0724385262472,12.0265843260163)); -#30910=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386348062,12.0225838626831)); -#30911=CARTESIAN_POINT('Ctrl Pts',(20.221563527163,77.0650023144129,12.0160463030118)); -#30912=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077646783,12.0136121611377)); -#30913=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925816125,12.0088478026621)); -#30914=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067815,12.0061825443817)); -#30915=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493994,12.0035051618649)); -#30916=CARTESIAN_POINT('Origin',(20.0221955414993,110.,12.0000000298086)); -#30917=CARTESIAN_POINT('',(20.0050354003906,80.,11.8007416446221)); -#30918=CARTESIAN_POINT('',(20.0050354003906,110.,11.8007416446221)); -#30919=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799493994,12.0035051618649)); -#30920=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225186,12.0023251487381)); -#30921=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917077,12.0011523448883)); -#30922=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731917077,11.9960812716913)); -#30923=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827369,11.9919336033817)); -#30924=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082219,11.9841514915845)); -#30925=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526783,11.980513632538)); -#30926=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893043,11.9641082078353)); -#30927=CARTESIAN_POINT('Ctrl Pts',(20.2168875565615,77.0966575259419,11.9535534828857)); -#30928=CARTESIAN_POINT('Ctrl Pts',(20.2057883912338,77.1727019566939,11.9140843347102)); -#30929=CARTESIAN_POINT('Ctrl Pts',(20.1955226873098,77.2452441008411,11.8987368870579)); -#30930=CARTESIAN_POINT('Ctrl Pts',(20.1756280080866,77.3923038690456,11.8705649805047)); -#30931=CARTESIAN_POINT('Ctrl Pts',(20.1659257987243,77.4673181696307,11.8604524336469)); -#30932=CARTESIAN_POINT('Ctrl Pts',(20.1100226472277,77.9176018645411,11.8091566787767)); -#30933=CARTESIAN_POINT('Ctrl Pts',(20.0695226630944,78.3399918763254,11.8039001151161)); -#30934=CARTESIAN_POINT('Ctrl Pts',(20.0170294641931,79.1876451077832,11.7983362654324)); -#30935=CARTESIAN_POINT('Ctrl Pts',(20.0050357173641,79.6129197184878,11.8007416173245)); -#30936=CARTESIAN_POINT('Ctrl Pts',(20.0050356359611,79.9999999999986,11.8007416243349)); -#30937=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#30938=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#30939=CARTESIAN_POINT('Origin',(20.0221955414993,110.,10.0000000298086)); -#30940=CARTESIAN_POINT('',(20.1636358803736,77.486270497184,10.1413966529973)); -#30941=CARTESIAN_POINT('',(20.1636358803736,110.,10.1413966529973)); -#30942=CARTESIAN_POINT('',(20.0050354003906,80.,10.1992584149952)); -#30943=CARTESIAN_POINT('Ctrl Pts',(20.0050356359617,79.9999999999986,10.1992584352825)); -#30944=CARTESIAN_POINT('Ctrl Pts',(20.0050357173647,79.6129197184884,10.1992584422928)); -#30945=CARTESIAN_POINT('Ctrl Pts',(20.0170294641936,79.1876451077848,10.2016637941849)); -#30946=CARTESIAN_POINT('Ctrl Pts',(20.0695226630948,78.3399918763283,10.1960999445011)); -#30947=CARTESIAN_POINT('Ctrl Pts',(20.1100226472279,77.9176018645446,10.1908433808404)); -#30948=CARTESIAN_POINT('Ctrl Pts',(20.1594247119578,77.5196825407278,10.1455129095767)); -#30949=CARTESIAN_POINT('Ctrl Pts',(20.1615032209005,77.503104006058,10.1435299718261)); -#30950=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497184,10.1413966529973)); -#30951=CARTESIAN_POINT('',(20.0050354003906,110.,10.1992584149952)); -#30952=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,10.1413966529973)); -#30953=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,10.1413966529973)); -#30954=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,10.1345407082899)); -#30955=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,10.1345407082899)); -#30956=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,10.1260998190594)); -#30957=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,10.1260998190594)); -#30958=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,10.1012551661957)); -#30959=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,10.1012551661957)); -#30960=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,10.0859077910255)); -#30961=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,10.0859077910255)); -#30962=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,10.0464402586162)); -#30963=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,10.0464402586162)); -#30964=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,10.0358858133832)); -#30965=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,10.0358858133832)); -#30966=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,10.0194811784705)); -#30967=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,10.0194811784705)); -#30968=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,10.0158434000928)); -#30969=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,10.0158434000928)); -#30970=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,10.0092071898567)); -#30971=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,10.0092071898567)); -#30972=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,10.0063342026284)); -#30973=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,10.0063342026284)); -#30974=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,10.0035051618649)); -#30975=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,10.0035051618649)); -#30976=CARTESIAN_POINT('',(20.2221607598731,77.0609799494048,10.0035051618649)); -#30977=CARTESIAN_POINT('',(20.2221607598731,110.,10.0035051618649)); -#30978=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.486270497184,10.1413966529973)); -#30979=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619318,10.1257662353957)); -#30980=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.291089532882,10.1103787437045)); -#30981=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327377,10.0944107614226)); -#30982=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191279121,10.0844083287276)); -#30983=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313785,10.0669419250022)); -#30984=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397436,10.0632729921609)); -#30985=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918833,10.0565935230535)); -#30986=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694771,10.0531922315376)); -#30987=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.094148737288,10.0445084455028)); -#30988=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462247,10.0381473943016)); -#30989=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262496,10.026584326013)); -#30990=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386348095,10.0225838626804)); -#30991=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023144171,10.0160463030097)); -#30992=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646829,10.0136121611359)); -#30993=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925816173,10.0088478026606)); -#30994=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067868,10.0061825443809)); -#30995=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494048,10.0035051618649)); -#30996=CARTESIAN_POINT('Origin',(20.0221955414993,110.,10.0000000298086)); -#30997=CARTESIAN_POINT('',(20.0050354003906,80.,9.80074164462207)); -#30998=CARTESIAN_POINT('',(20.0050354003906,110.,9.80074164462207)); -#30999=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494048,10.0035051618649)); -#31000=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225239,10.0023251487381)); -#31001=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917131,10.0011523448883)); -#31002=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731917131,9.9960812716913)); -#31003=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827423,9.99193360338175)); -#31004=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082272,9.98415149158456)); -#31005=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267883,9.98051363253807)); -#31006=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893096,9.96410820783533)); -#31007=CARTESIAN_POINT('Ctrl Pts',(20.2168875565615,77.0966575259472,9.95355348288576)); -#31008=CARTESIAN_POINT('Ctrl Pts',(20.2057883912338,77.172701956699,9.91408433471036)); -#31009=CARTESIAN_POINT('Ctrl Pts',(20.1955226873099,77.245244100846,9.89873688705808)); -#31010=CARTESIAN_POINT('Ctrl Pts',(20.1756280080868,77.3923038690502,9.8705649805049)); -#31011=CARTESIAN_POINT('Ctrl Pts',(20.1659257987245,77.467318169635,9.86045243364716)); -#31012=CARTESIAN_POINT('Ctrl Pts',(20.1100226472281,77.9176018645447,9.80915667877696)); -#31013=CARTESIAN_POINT('Ctrl Pts',(20.0695226630949,78.3399918763284,9.8039001151162)); -#31014=CARTESIAN_POINT('Ctrl Pts',(20.0170294641938,79.1876451077849,9.79833626543238)); -#31015=CARTESIAN_POINT('Ctrl Pts',(20.0050357173648,79.6129197184884,9.80074161732448)); -#31016=CARTESIAN_POINT('Ctrl Pts',(20.0050356359618,79.9999999999986,9.80074162433481)); -#31017=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31018=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31019=CARTESIAN_POINT('Origin',(20.0221955414993,110.,8.00000002980865)); -#31020=CARTESIAN_POINT('',(20.1636358803736,77.4862704971902,8.14139665299727)); -#31021=CARTESIAN_POINT('',(20.1636358803736,110.,8.14139665299727)); -#31022=CARTESIAN_POINT('',(20.0050354003906,80.,8.19925841499523)); -#31023=CARTESIAN_POINT('Ctrl Pts',(20.0050356359624,79.9999999999986,8.19925843528254)); -#31024=CARTESIAN_POINT('Ctrl Pts',(20.0050357173654,79.6129197184889,8.19925844229287)); -#31025=CARTESIAN_POINT('Ctrl Pts',(20.0170294641943,79.1876451077866,8.20166379418492)); -#31026=CARTESIAN_POINT('Ctrl Pts',(20.0695226630953,78.3399918763313,8.196099944501)); -#31027=CARTESIAN_POINT('Ctrl Pts',(20.1100226472283,77.9176018645482,8.19084338084019)); -#31028=CARTESIAN_POINT('Ctrl Pts',(20.1594247119579,77.5196825407327,8.14551290957656)); -#31029=CARTESIAN_POINT('Ctrl Pts',(20.1615032209006,77.5031040060635,8.14352997182597)); -#31030=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971902,8.14139665299727)); -#31031=CARTESIAN_POINT('',(20.0050354003906,110.,8.19925841499523)); -#31032=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,8.14139665299727)); -#31033=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,8.14139665299727)); -#31034=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,8.13454070828989)); -#31035=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,8.13454070828989)); -#31036=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,8.12609981905942)); -#31037=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,8.12609981905942)); -#31038=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,8.10125516619575)); -#31039=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,8.10125516619575)); -#31040=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,8.08590779102546)); -#31041=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,8.08590779102546)); -#31042=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,8.04644025861615)); -#31043=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,8.04644025861615)); -#31044=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,8.03588581338316)); -#31045=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,8.03588581338316)); -#31046=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,8.01948117847054)); -#31047=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,8.01948117847054)); -#31048=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,8.01584340009275)); -#31049=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,8.01584340009275)); -#31050=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,8.00920718985673)); -#31051=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,8.00920718985673)); -#31052=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,8.00633420262844)); -#31053=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,8.00633420262844)); -#31054=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,8.00350516186487)); -#31055=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,8.00350516186487)); -#31056=CARTESIAN_POINT('',(20.2221607598731,77.0609799494101,8.00350516186487)); -#31057=CARTESIAN_POINT('',(20.2221607598731,110.,8.00350516186487)); -#31058=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971902,8.14139665299727)); -#31059=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619377,8.12576623539572)); -#31060=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328877,8.11037874370447)); -#31061=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327433,8.09441076142256)); -#31062=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191279177,8.08440832872758)); -#31063=CARTESIAN_POINT('Ctrl Pts',(20.2108003003292,77.1384796313835,8.06694192500203)); -#31064=CARTESIAN_POINT('Ctrl Pts',(20.2120150610225,77.1300899397489,8.06327299216079)); -#31065=CARTESIAN_POINT('Ctrl Pts',(20.214037203608,77.1161845918894,8.05659352305382)); -#31066=CARTESIAN_POINT('Ctrl Pts',(20.2150186105626,77.1094567694827,8.05319223153767)); -#31067=CARTESIAN_POINT('Ctrl Pts',(20.2172592358241,77.0941487372933,8.04450844550275)); -#31068=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462301,8.03814739430163)); -#31069=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262549,8.02658432601295)); -#31070=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386348149,8.02258386268039)); -#31071=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023144225,8.01604630300978)); -#31072=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646882,8.01361216113594)); -#31073=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925816227,8.00884780266065)); -#31074=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067922,8.00618254438096)); -#31075=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494101,8.00350516186487)); -#31076=CARTESIAN_POINT('Origin',(20.0221955414993,110.,8.00000002980865)); -#31077=CARTESIAN_POINT('',(20.0050354003906,80.,7.80074164462207)); -#31078=CARTESIAN_POINT('',(20.0050354003906,110.,7.80074164462207)); -#31079=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494102,8.00350516186486)); -#31080=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225294,8.00232514873808)); -#31081=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917184,8.00115234488831)); -#31082=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731917184,7.99608127169131)); -#31083=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827476,7.99193360338177)); -#31084=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082326,7.98415149158459)); -#31085=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195267936,7.98051363253811)); -#31086=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893149,7.96410820783541)); -#31087=CARTESIAN_POINT('Ctrl Pts',(20.2168875565615,77.0966575259524,7.95355348288586)); -#31088=CARTESIAN_POINT('Ctrl Pts',(20.2057883912339,77.1727019567041,7.91408433471053)); -#31089=CARTESIAN_POINT('Ctrl Pts',(20.1955226873101,77.2452441008509,7.89873688705828)); -#31090=CARTESIAN_POINT('Ctrl Pts',(20.175628008087,77.3923038690547,7.87056498050513)); -#31091=CARTESIAN_POINT('Ctrl Pts',(20.1659257987248,77.4673181696393,7.8604524336474)); -#31092=CARTESIAN_POINT('Ctrl Pts',(20.1100226472285,77.9176018645483,7.80915667877717)); -#31093=CARTESIAN_POINT('Ctrl Pts',(20.0695226630954,78.3399918763314,7.80390011511634)); -#31094=CARTESIAN_POINT('Ctrl Pts',(20.0170294641945,79.1876451077867,7.79833626543237)); -#31095=CARTESIAN_POINT('Ctrl Pts',(20.0050357173655,79.6129197184889,7.80074161732442)); -#31096=CARTESIAN_POINT('Ctrl Pts',(20.0050356359625,79.9999999999986,7.80074162433475)); -#31097=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31098=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31099=CARTESIAN_POINT('Origin',(20.0221955414993,110.,6.00000002980865)); -#31100=CARTESIAN_POINT('',(20.1636358803736,77.4862704971963,6.14139665299727)); -#31101=CARTESIAN_POINT('',(20.1636358803736,110.,6.14139665299727)); -#31102=CARTESIAN_POINT('',(20.0050354003906,80.,6.19925841499523)); -#31103=CARTESIAN_POINT('Ctrl Pts',(20.0050356359631,79.9999999999986,6.1992584352826)); -#31104=CARTESIAN_POINT('Ctrl Pts',(20.0050357173661,79.6129197184895,6.19925844229293)); -#31105=CARTESIAN_POINT('Ctrl Pts',(20.017029464195,79.1876451077883,6.20166379418493)); -#31106=CARTESIAN_POINT('Ctrl Pts',(20.0695226630958,78.3399918763343,6.19609994450086)); -#31107=CARTESIAN_POINT('Ctrl Pts',(20.1100226472287,77.9176018645518,6.19084338083998)); -#31108=CARTESIAN_POINT('Ctrl Pts',(20.1594247119581,77.5196825407375,6.14551290957638)); -#31109=CARTESIAN_POINT('Ctrl Pts',(20.1615032209007,77.5031040060689,6.14352997182588)); -#31110=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971963,6.14139665299727)); -#31111=CARTESIAN_POINT('',(20.0050354003906,110.,6.19925841499523)); -#31112=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,6.14139665299727)); -#31113=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,6.14139665299727)); -#31114=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,6.13454070828989)); -#31115=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,6.13454070828989)); -#31116=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,6.12609981905942)); -#31117=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,6.12609981905942)); -#31118=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,6.10125516619575)); -#31119=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,6.10125516619575)); -#31120=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,6.08590779102546)); -#31121=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,6.08590779102546)); -#31122=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,6.04644025861615)); -#31123=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,6.04644025861615)); -#31124=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,6.03588581338316)); -#31125=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,6.03588581338316)); -#31126=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,6.01948117847054)); -#31127=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,6.01948117847054)); -#31128=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,6.01584340009275)); -#31129=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,6.01584340009275)); -#31130=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,6.00920718985673)); -#31131=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,6.00920718985673)); -#31132=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,6.00633420262844)); -#31133=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,6.00633420262844)); -#31134=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,6.00350516186487)); -#31135=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,6.00350516186487)); -#31136=CARTESIAN_POINT('',(20.2221607598731,77.0609799494155,6.00350516186487)); -#31137=CARTESIAN_POINT('',(20.2221607598731,110.,6.00350516186487)); -#31138=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704971963,6.14139665299727)); -#31139=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619436,6.12576623539573)); -#31140=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895328935,6.11037874370446)); -#31141=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.2193683327488,6.09441076142255)); -#31142=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191279232,6.08440832872757)); -#31143=CARTESIAN_POINT('Ctrl Pts',(20.2108003003291,77.1384796313897,6.06694192500233)); -#31144=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397547,6.06327299216094)); -#31145=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845918937,6.05659352305328)); -#31146=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694878,6.05319223153749)); -#31147=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.094148737299,6.04450844550289)); -#31148=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462355,6.03814739430168)); -#31149=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262603,6.02658432601296)); -#31150=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386348202,6.0225838626804)); -#31151=CARTESIAN_POINT('Ctrl Pts',(20.2215635271632,77.0650023144277,6.01604630300954)); -#31152=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077646936,6.01361216113581)); -#31153=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925816281,6.00884780266081)); -#31154=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139067975,6.00618254438104)); -#31155=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494155,6.00350516186487)); -#31156=CARTESIAN_POINT('Origin',(20.0221955414993,110.,6.00000002980865)); -#31157=CARTESIAN_POINT('',(20.0050354003906,80.,5.80074164462207)); -#31158=CARTESIAN_POINT('',(20.0050354003906,110.,5.80074164462207)); -#31159=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494155,6.00350516186487)); -#31160=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225347,6.00232514873808)); -#31161=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917238,6.00115234488831)); -#31162=CARTESIAN_POINT('Ctrl Pts',(20.2221914777331,77.0607731917238,5.99608127169131)); -#31163=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827529,5.99193360338176)); -#31164=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082379,5.98415149158459)); -#31165=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.067019526799,5.98051363253814)); -#31166=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893203,5.96410820783549)); -#31167=CARTESIAN_POINT('Ctrl Pts',(20.2168875565615,77.0966575259577,5.95355348288595)); -#31168=CARTESIAN_POINT('Ctrl Pts',(20.205788391234,77.1727019567091,5.91408433471071)); -#31169=CARTESIAN_POINT('Ctrl Pts',(20.1955226873102,77.2452441008558,5.89873688705848)); -#31170=CARTESIAN_POINT('Ctrl Pts',(20.1756280080872,77.3923038690592,5.87056498050537)); -#31171=CARTESIAN_POINT('Ctrl Pts',(20.165925798725,77.4673181696436,5.86045243364764)); -#31172=CARTESIAN_POINT('Ctrl Pts',(20.1100226472289,77.9176018645519,5.80915667877738)); -#31173=CARTESIAN_POINT('Ctrl Pts',(20.0695226630959,78.3399918763343,5.80390011511647)); -#31174=CARTESIAN_POINT('Ctrl Pts',(20.0170294641951,79.1876451077884,5.79833626543236)); -#31175=CARTESIAN_POINT('Ctrl Pts',(20.0050357173662,79.6129197184895,5.80074161732436)); -#31176=CARTESIAN_POINT('Ctrl Pts',(20.0050356359632,79.9999999999986,5.80074162433469)); -#31177=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31178=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31179=CARTESIAN_POINT('Origin',(20.0221955414993,110.,4.00000002980865)); -#31180=CARTESIAN_POINT('',(20.1636358803736,77.4862704972025,4.14139665299727)); -#31181=CARTESIAN_POINT('',(20.1636358803736,110.,4.14139665299727)); -#31182=CARTESIAN_POINT('',(20.0050354003906,80.,4.19925841499522)); -#31183=CARTESIAN_POINT('Ctrl Pts',(20.0050356359638,79.9999999999986,4.19925843528266)); -#31184=CARTESIAN_POINT('Ctrl Pts',(20.0050357173668,79.6129197184901,4.19925844229299)); -#31185=CARTESIAN_POINT('Ctrl Pts',(20.0170294641957,79.1876451077901,4.20166379418494)); -#31186=CARTESIAN_POINT('Ctrl Pts',(20.0695226630963,78.3399918763372,4.19609994450072)); -#31187=CARTESIAN_POINT('Ctrl Pts',(20.1100226472291,77.9176018645555,4.19084338083976)); -#31188=CARTESIAN_POINT('Ctrl Pts',(20.1594247119583,77.5196825407423,4.14551290957621)); -#31189=CARTESIAN_POINT('Ctrl Pts',(20.1615032209008,77.5031040060744,4.14352997182579)); -#31190=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704972025,4.14139665299727)); -#31191=CARTESIAN_POINT('',(20.0050354003906,110.,4.19925841499522)); -#31192=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,4.14139665299727)); -#31193=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,4.14139665299727)); -#31194=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,4.13454070828989)); -#31195=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,4.13454070828989)); -#31196=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,4.12609981905942)); -#31197=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,4.12609981905942)); -#31198=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,4.10125516619575)); -#31199=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,4.10125516619575)); -#31200=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,4.08590779102546)); -#31201=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,4.08590779102546)); -#31202=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,4.04644025861615)); -#31203=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,4.04644025861615)); -#31204=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,4.03588581338316)); -#31205=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,4.03588581338316)); -#31206=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,4.01948117847054)); -#31207=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,4.01948117847054)); -#31208=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,4.01584340009275)); -#31209=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,4.01584340009275)); -#31210=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,4.00920718985673)); -#31211=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,4.00920718985673)); -#31212=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,4.00633420262844)); -#31213=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,4.00633420262844)); -#31214=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,4.00350516186487)); -#31215=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,4.00350516186487)); -#31216=CARTESIAN_POINT('',(20.2221607598731,77.0609799494208,4.00350516186487)); -#31217=CARTESIAN_POINT('',(20.2221607598731,110.,4.00350516186487)); -#31218=CARTESIAN_POINT('Ctrl Pts',(20.1636358803687,77.4862704972411,4.14139665300215)); -#31219=CARTESIAN_POINT('Ctrl Pts',(20.1793528173514,77.3622135619845,4.12576623540151)); -#31220=CARTESIAN_POINT('Ctrl Pts',(20.1893083252554,77.2910895329397,4.11037874371232)); -#31221=CARTESIAN_POINT('Ctrl Pts',(20.1992429966264,77.2193683327869,4.09441076143096)); -#31222=CARTESIAN_POINT('Ctrl Pts',(20.2045395526995,77.1819191279533,4.08440832873574)); -#31223=CARTESIAN_POINT('Ctrl Pts',(20.2108003003267,77.1384796314115,4.06694192500928)); -#31224=CARTESIAN_POINT('Ctrl Pts',(20.2120150610203,77.1300899397745,4.06327299216751)); -#31225=CARTESIAN_POINT('Ctrl Pts',(20.2140372036064,77.1161845919106,4.05659352305905)); -#31226=CARTESIAN_POINT('Ctrl Pts',(20.2150186105612,77.1094567695036,4.05319223154297)); -#31227=CARTESIAN_POINT('Ctrl Pts',(20.2172592358229,77.094148737312,4.04450844550789)); -#31228=CARTESIAN_POINT('Ctrl Pts',(20.2186710078321,77.0845559462466,4.0381473943062)); -#31229=CARTESIAN_POINT('Ctrl Pts',(20.2204613330172,77.0724385262683,4.02658432601599)); -#31230=CARTESIAN_POINT('Ctrl Pts',(20.2209502347814,77.0691386348276,4.02258386268299)); -#31231=CARTESIAN_POINT('Ctrl Pts',(20.2215635271629,77.0650023144345,4.01604630301211)); -#31232=CARTESIAN_POINT('Ctrl Pts',(20.2217408359508,77.0638077646998,4.01361216113783)); -#31233=CARTESIAN_POINT('Ctrl Pts',(20.222010321795,77.0619925816337,4.0088478026617)); -#31234=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.061313906803,4.00618254438149)); -#31235=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494208,4.00350516186487)); -#31236=CARTESIAN_POINT('Origin',(20.0221955414993,110.,4.00000002980865)); -#31237=CARTESIAN_POINT('',(20.0050354003906,80.,3.80074164462207)); -#31238=CARTESIAN_POINT('',(20.0050354003906,110.,3.80074164462207)); -#31239=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494208,4.00350516186487)); -#31240=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.06084072254,4.00232514873808)); -#31241=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917291,4.00115234488831)); -#31242=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917291,3.99608127169132)); -#31243=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827583,3.99193360338179)); -#31244=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082432,3.98415149158464)); -#31245=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195268043,3.98051363253818)); -#31246=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893255,3.96410820783557)); -#31247=CARTESIAN_POINT('Ctrl Pts',(20.2168875565615,77.0966575259629,3.95355348288605)); -#31248=CARTESIAN_POINT('Ctrl Pts',(20.2057883912341,77.1727019567142,3.91408433471088)); -#31249=CARTESIAN_POINT('Ctrl Pts',(20.1955226873103,77.2452441008606,3.89873688705868)); -#31250=CARTESIAN_POINT('Ctrl Pts',(20.1756280080874,77.3923038690637,3.87056498050561)); -#31251=CARTESIAN_POINT('Ctrl Pts',(20.1659257987252,77.467318169648,3.86045243364787)); -#31252=CARTESIAN_POINT('Ctrl Pts',(20.1100226472293,77.9176018645555,3.8091566787776)); -#31253=CARTESIAN_POINT('Ctrl Pts',(20.0695226630965,78.3399918763373,3.8039001151166)); -#31254=CARTESIAN_POINT('Ctrl Pts',(20.0170294641958,79.1876451077902,3.79833626543235)); -#31255=CARTESIAN_POINT('Ctrl Pts',(20.005035717367,79.6129197184901,3.80074161732429)); -#31256=CARTESIAN_POINT('Ctrl Pts',(20.0050356359639,79.9999999999986,3.80074162433463)); -#31257=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31258=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31259=CARTESIAN_POINT('Origin',(20.0221955414993,110.,2.00000002980865)); -#31260=CARTESIAN_POINT('',(20.1636358803736,77.4862704972087,2.14139665299727)); -#31261=CARTESIAN_POINT('',(20.1636358803736,110.,2.14139665299727)); -#31262=CARTESIAN_POINT('',(20.0050354003906,80.,2.19925841499522)); -#31263=CARTESIAN_POINT('Ctrl Pts',(20.0050356359645,79.9999999999986,2.19925843528272)); -#31264=CARTESIAN_POINT('Ctrl Pts',(20.0050357173675,79.6129197184906,2.19925844229305)); -#31265=CARTESIAN_POINT('Ctrl Pts',(20.0170294641963,79.1876451077918,2.20166379418495)); -#31266=CARTESIAN_POINT('Ctrl Pts',(20.0695226630968,78.3399918763402,2.19609994450059)); -#31267=CARTESIAN_POINT('Ctrl Pts',(20.1100226472295,77.9176018645591,2.19084338083954)); -#31268=CARTESIAN_POINT('Ctrl Pts',(20.1594247119585,77.5196825407471,2.14551290957604)); -#31269=CARTESIAN_POINT('Ctrl Pts',(20.1615032209009,77.5031040060799,2.1435299718257)); -#31270=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704972087,2.14139665299728)); -#31271=CARTESIAN_POINT('',(20.0050354003906,110.,2.19925841499522)); -#31272=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,49.,2.14139665299727)); -#31273=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,171.,2.14139665299727)); -#31274=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,49.,2.13454070828989)); -#31275=CARTESIAN_POINT('Ctrl Pts',(20.1705297749366,171.,2.13454070828989)); -#31276=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,49.,2.12609981905942)); -#31277=CARTESIAN_POINT('Ctrl Pts',(20.1779835342981,171.,2.12609981905942)); -#31278=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,49.,2.10125516619575)); -#31279=CARTESIAN_POINT('Ctrl Pts',(20.1955263005959,171.,2.10125516619575)); -#31280=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,49.,2.08590779102546)); -#31281=CARTESIAN_POINT('Ctrl Pts',(20.2057906352018,171.,2.08590779102546)); -#31282=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,49.,2.04644025861615)); -#31283=CARTESIAN_POINT('Ctrl Pts',(20.2168882868133,171.,2.04644025861615)); -#31284=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,49.,2.03588581338316)); -#31285=CARTESIAN_POINT('Ctrl Pts',(20.2194003202353,171.,2.03588581338316)); -#31286=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,49.,2.01948117847054)); -#31287=CARTESIAN_POINT('Ctrl Pts',(20.2212644649776,171.,2.01948117847054)); -#31288=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,49.,2.01584340009275)); -#31289=CARTESIAN_POINT('Ctrl Pts',(20.2216017250228,171.,2.01584340009275)); -#31290=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,49.,2.00920718985673)); -#31291=CARTESIAN_POINT('Ctrl Pts',(20.2219975714731,171.,2.00920718985673)); -#31292=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,49.,2.00633420262844)); -#31293=CARTESIAN_POINT('Ctrl Pts',(20.2221083354695,171.,2.00633420262844)); -#31294=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,49.,2.00350516186487)); -#31295=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,171.,2.00350516186487)); -#31296=CARTESIAN_POINT('',(20.2221607598731,77.0609799494262,2.00350516186487)); -#31297=CARTESIAN_POINT('',(20.2221607598731,110.,2.00350516186487)); -#31298=CARTESIAN_POINT('Ctrl Pts',(20.1636358803736,77.4862704972087,2.14139665299727)); -#31299=CARTESIAN_POINT('Ctrl Pts',(20.1793528173561,77.3622135619555,2.12576623539573)); -#31300=CARTESIAN_POINT('Ctrl Pts',(20.1893083252609,77.2910895329051,2.11037874370448)); -#31301=CARTESIAN_POINT('Ctrl Pts',(20.199242996631,77.21936833276,2.09441076142253)); -#31302=CARTESIAN_POINT('Ctrl Pts',(20.204539552703,77.1819191279344,2.08440832872756)); -#31303=CARTESIAN_POINT('Ctrl Pts',(20.210800300329,77.1384796314012,2.06694192500249)); -#31304=CARTESIAN_POINT('Ctrl Pts',(20.2120150610224,77.1300899397658,2.06327299216103)); -#31305=CARTESIAN_POINT('Ctrl Pts',(20.2140372036081,77.1161845919047,2.05659352305333)); -#31306=CARTESIAN_POINT('Ctrl Pts',(20.2150186105627,77.1094567694987,2.0531922315375)); -#31307=CARTESIAN_POINT('Ctrl Pts',(20.217259235824,77.0941487373098,2.04450844550294)); -#31308=CARTESIAN_POINT('Ctrl Pts',(20.218671007833,77.0845559462463,2.0381473943017)); -#31309=CARTESIAN_POINT('Ctrl Pts',(20.2204613330176,77.0724385262708,2.02658432601281)); -#31310=CARTESIAN_POINT('Ctrl Pts',(20.2209502347817,77.0691386348309,2.02258386268031)); -#31311=CARTESIAN_POINT('Ctrl Pts',(20.2215635271631,77.0650023144387,2.01604630300997)); -#31312=CARTESIAN_POINT('Ctrl Pts',(20.2217408359509,77.0638077647043,2.01361216113604)); -#31313=CARTESIAN_POINT('Ctrl Pts',(20.2220103217951,77.0619925816386,2.00884780266038)); -#31314=CARTESIAN_POINT('Ctrl Pts',(20.222111145819,77.0613139068082,2.00618254438082)); -#31315=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494262,2.00350516186487)); -#31316=CARTESIAN_POINT('Origin',(20.0221955414993,110.,2.00000002980865)); -#31317=CARTESIAN_POINT('',(20.0050354003906,80.,1.80074164462207)); -#31318=CARTESIAN_POINT('',(20.0050354003906,110.,1.80074164462207)); -#31319=CARTESIAN_POINT('Ctrl Pts',(20.2221607598731,77.0609799494262,2.00350516186487)); -#31320=CARTESIAN_POINT('Ctrl Pts',(20.2221814439794,77.0608407225454,2.00232514873808)); -#31321=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917345,2.00115234488831)); -#31322=CARTESIAN_POINT('Ctrl Pts',(20.222191477733,77.0607731917345,1.99608127169133)); -#31323=CARTESIAN_POINT('Ctrl Pts',(20.2220658192265,77.0616185827637,1.99193360338183)); -#31324=CARTESIAN_POINT('Ctrl Pts',(20.2216015863911,77.0647459082486,1.98415149158469)); -#31325=CARTESIAN_POINT('Ctrl Pts',(20.2212642923812,77.0670195268096,1.98051363253822)); -#31326=CARTESIAN_POINT('Ctrl Pts',(20.219399912941,77.0796056893308,1.96410820783564)); -#31327=CARTESIAN_POINT('Ctrl Pts',(20.2168875565616,77.0966575259682,1.95355348288615)); -#31328=CARTESIAN_POINT('Ctrl Pts',(20.2057883912341,77.1727019567192,1.91408433471105)); -#31329=CARTESIAN_POINT('Ctrl Pts',(20.1955226873104,77.2452441008656,1.89873688705887)); -#31330=CARTESIAN_POINT('Ctrl Pts',(20.1756280080876,77.3923038690683,1.87056498050583)); -#31331=CARTESIAN_POINT('Ctrl Pts',(20.1659257987255,77.4673181696524,1.86045243364811)); -#31332=CARTESIAN_POINT('Ctrl Pts',(20.1100226472297,77.9176018645592,1.80915667877782)); -#31333=CARTESIAN_POINT('Ctrl Pts',(20.069522663097,78.3399918763403,1.80390011511674)); -#31334=CARTESIAN_POINT('Ctrl Pts',(20.0170294641965,79.187645107792,1.79833626543235)); -#31335=CARTESIAN_POINT('Ctrl Pts',(20.0050357173677,79.6129197184907,1.80074161732423)); -#31336=CARTESIAN_POINT('Ctrl Pts',(20.0050356359647,79.9999999999986,1.80074162433457)); -#31337=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31338=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31339=CARTESIAN_POINT('Origin',(111.066488952472,110.000003267979,280.)); -#31340=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999999985)); -#31341=CARTESIAN_POINT('Origin',(40.0050401122202,80.0000042060025,279.999999999966)); -#31342=CARTESIAN_POINT('',(190.005035400391,60.,280.)); -#31343=CARTESIAN_POINT('',(113.035762176431,60.,280.)); -#31344=CARTESIAN_POINT('',(190.005035400391,80.,280.)); -#31345=CARTESIAN_POINT('Origin',(190.005035400391,70.,280.000000000011)); -#31346=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); -#31347=CARTESIAN_POINT('',(115.535762176431,80.,280.)); -#31348=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); -#31349=CARTESIAN_POINT('Origin',(50.0050354003906,90.,280.)); -#31350=CARTESIAN_POINT('',(190.005035400391,100.,280.)); -#31351=CARTESIAN_POINT('',(115.535762176431,100.,280.)); -#31352=CARTESIAN_POINT('',(190.005035400391,120.,280.)); -#31353=CARTESIAN_POINT('Origin',(190.005035400391,110.,280.000000000004)); -#31354=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); -#31355=CARTESIAN_POINT('',(115.535762176431,120.,280.)); -#31356=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); -#31357=CARTESIAN_POINT('Origin',(50.0050354003906,130.,280.)); -#31358=CARTESIAN_POINT('',(190.005035400391,140.,280.)); -#31359=CARTESIAN_POINT('',(115.535762176431,140.,280.)); -#31360=CARTESIAN_POINT('',(190.005035400391,160.,280.)); -#31361=CARTESIAN_POINT('Origin',(190.005035400391,150.,280.)); -#31362=CARTESIAN_POINT('',(113.035762176431,160.,280.)); -#31363=CARTESIAN_POINT('Origin',(190.005035400391,70.,8.24753682852735E-20)); -#31364=CARTESIAN_POINT('',(190.005035400391,80.,0.)); -#31365=CARTESIAN_POINT('',(190.005035400391,60.,0.)); -#31366=CARTESIAN_POINT('Origin',(190.005035400391,70.,1.13455578052939E-11)); -#31367=CARTESIAN_POINT('',(190.005035400391,80.,8.24753682852735E-20)); -#31368=CARTESIAN_POINT('',(190.005035400391,60.,8.24753682852735E-20)); -#31369=CARTESIAN_POINT('Origin',(190.005035400391,110.,-4.17517633957602E-20)); -#31370=CARTESIAN_POINT('',(190.005035400391,120.,0.)); -#31371=CARTESIAN_POINT('',(190.005035400391,100.,0.)); -#31372=CARTESIAN_POINT('Origin',(190.005035400391,110.,4.37383829948542E-12)); -#31373=CARTESIAN_POINT('',(190.005035400391,120.,-4.17517633957602E-20)); -#31374=CARTESIAN_POINT('',(190.005035400391,100.,-4.17517633957602E-20)); -#31375=CARTESIAN_POINT('Origin',(190.005035400391,150.,-8.51291164271129E-21)); -#31376=CARTESIAN_POINT('',(190.005035400391,160.,0.)); -#31377=CARTESIAN_POINT('',(190.005035400391,140.,0.)); -#31378=CARTESIAN_POINT('Origin',(190.005035400391,150.,1.84841130106772E-13)); -#31379=CARTESIAN_POINT('',(190.005035400391,160.,-8.51291164271129E-21)); -#31380=CARTESIAN_POINT('',(190.005035400391,140.,-8.51291164271129E-21)); -#31381=CARTESIAN_POINT('Origin',(50.0050354003906,130.,26.0000014305115)); -#31382=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); -#31383=CARTESIAN_POINT('',(50.0050354003906,140.,26.0000014305115)); -#31384=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); -#31385=CARTESIAN_POINT('',(50.0050354003906,120.,26.0000014305115)); -#31386=CARTESIAN_POINT('Origin',(50.0050354003906,130.,0.)); -#31387=CARTESIAN_POINT('Origin',(50.0050354003906,90.,26.0000014305115)); -#31388=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); -#31389=CARTESIAN_POINT('',(50.0050354003906,100.,26.0000014305115)); -#31390=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); -#31391=CARTESIAN_POINT('',(50.0050354003906,80.,26.0000014305115)); -#31392=CARTESIAN_POINT('Origin',(50.0050354003906,90.,0.)); -#31393=CARTESIAN_POINT('Origin',(40.0050401122118,80.0000042059959,23.7892508506775)); -#31394=CARTESIAN_POINT('',(20.0050354789155,80.,-1.4943093059235E-11)); -#31395=CARTESIAN_POINT('',(20.0050354003906,80.,11.0000002384186)); -#31396=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); -#31397=CARTESIAN_POINT('Origin',(40.0050401122202,80.0000042060025,-3.36219940777482E-11)); -#31398=CARTESIAN_POINT('',(40.0050354003906,60.,13.0000007152557)); -#31399=CARTESIAN_POINT('Origin',(115.005035400391,160.,13.0000007152557)); -#31400=CARTESIAN_POINT('',(113.035762176431,160.,0.)); -#31401=CARTESIAN_POINT('Origin',(120.005035400391,80.,13.0000007152557)); -#31402=CARTESIAN_POINT('',(115.535762176431,80.,0.)); -#31403=CARTESIAN_POINT('Origin',(120.005035400391,120.,13.0000007152557)); -#31404=CARTESIAN_POINT('',(115.535762176431,120.,0.)); -#31405=CARTESIAN_POINT('Origin',(115.005035400391,60.,13.0000007152557)); -#31406=CARTESIAN_POINT('',(113.035762176431,60.,0.)); -#31407=CARTESIAN_POINT('Origin',(120.005035400391,140.,13.0000007152557)); -#31408=CARTESIAN_POINT('',(115.535762176431,140.,0.)); -#31409=CARTESIAN_POINT('Origin',(120.005035400391,100.,13.0000007152557)); -#31410=CARTESIAN_POINT('',(115.535762176431,100.,0.)); -#31411=CARTESIAN_POINT('Origin',(111.066488952472,110.000003267979,0.)); -#31412=CARTESIAN_POINT('',(20.0050354003906,110.000001633989,0.)); -#31413=CARTESIAN_POINT('Origin',(20.0050354003906,110.,11.0000002384186)); -#31414=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#31418, -'DISTANCE_ACCURACY_VALUE', -'Maximum model space distance between geometric entities at asserted c -onnectivities'); -#31415=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#31418, -'DISTANCE_ACCURACY_VALUE', -'Maximum model space distance between geometric entities at asserted c -onnectivities'); -#31416=( -GEOMETRIC_REPRESENTATION_CONTEXT(3) -GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#31414)) -GLOBAL_UNIT_ASSIGNED_CONTEXT((#31418,#31420,#31421)) -REPRESENTATION_CONTEXT('','3D') +#5193=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14582,#14583,#14584,#14585,#14586),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-40.,-20.,0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') ); -#31417=( -GEOMETRIC_REPRESENTATION_CONTEXT(3) -GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#31415)) -GLOBAL_UNIT_ASSIGNED_CONTEXT((#31418,#31420,#31421)) -REPRESENTATION_CONTEXT('','3D') +#5194=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14587,#14588,#14589,#14590,#14591),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-40.,-20.,0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') ); -#31418=( +#5195=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14592,#14593,#14594,#14595,#14596),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-40.,-20.,0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') +); +#5196=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14597,#14598,#14599,#14600,#14601),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-39.9999999999999,-19.9999999999999, +0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186549,1.,0.707106781186549,1.)) +REPRESENTATION_ITEM('') +); +#5197=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14602,#14603,#14604,#14605,#14606),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,20.,39.9999999999999), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') +); +#5198=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14607,#14608,#14609,#14610,#14611),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-39.9999999999999,-20.,0.), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') +); +#5199=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14612,#14613,#14614,#14615,#14616),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,20.,39.9999999999999), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') +); +#5200=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14617,#14618,#14619,#14620,#14621),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-39.9999999999999,-20.,0.), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) +REPRESENTATION_ITEM('') +); +#5201=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14622,#14623,#14624,#14625,#14626),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,20.0000000000001,40.0000000000002), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106781186546,1.,0.707106781186546,1.)) +REPRESENTATION_ITEM('') +); +#5202=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14627,#14628,#14629,#14630,#14631),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,16.5685438768167,33.1370877536334), + .UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.923879359291322,1.,0.923879359291322,1.)) +REPRESENTATION_ITEM('') +); +#5203=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14634,#14635,#14636,#14637,#14638),.UNSPECIFIED.,.F., + .F.) +B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-33.1370877536334,-16.5685438768167, +0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.923879359291322,1.,0.923879359291322,1.)) +REPRESENTATION_ITEM('') +); +#5204=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14647,#14648,#14649),.UNSPECIFIED.,.F.,.F.) +B_SPLINE_CURVE_WITH_KNOTS((3,3),(0.,39.9999911168506),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106938424302,1.)) +REPRESENTATION_ITEM('') +); +#5205=( +BOUNDED_CURVE() +B_SPLINE_CURVE(2,(#14650,#14651,#14652),.UNSPECIFIED.,.F.,.F.) +B_SPLINE_CURVE_WITH_KNOTS((3,3),(0.,39.9999911168506),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,0.707106938424302,1.)) +REPRESENTATION_ITEM('') +); +#5206=( +BOUNDED_CURVE() +B_SPLINE_CURVE(1,(#14653,#14654),.UNSPECIFIED.,.F.,.F.) +B_SPLINE_CURVE_WITH_KNOTS((2,2),(-279.999999703748,0.),.UNSPECIFIED.) +CURVE() +GEOMETRIC_REPRESENTATION_ITEM() +RATIONAL_B_SPLINE_CURVE((1.,1.)) +REPRESENTATION_ITEM('') +); +#5207=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9479,#9480),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5208=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9481,#9482,#9483,#9484,#9485,#9486, +#9487,#9488,#9489,#9490,#9491,#9492),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701764194,2.12686649738773,2.48122740896586,2.65840007602398, +2.83557795404768),.UNSPECIFIED.); +#5209=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9493,#9494,#9495,#9496,#9497,#9498, +#9499,#9500,#9501,#9502,#9503,#9504),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283266,2.12684260180219,2.48119953399876,2.65837021156796, +2.83554609994234),.UNSPECIFIED.); +#5210=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9505,#9506,#9507,#9508,#9509,#9510, +#9511,#9512,#9513,#9514,#9515,#9516),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.17716155369851,0.354328321614711,0.708687859407584,1.41747459006675, +2.83554609994236),.UNSPECIFIED.); +#5211=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9517,#9518,#9519,#9520,#9521,#9522, +#9523,#9524,#9525,#9526,#9527,#9528),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553697127,0.354328321611859,0.708687859417826,1.41747459007569, +2.83554609994236),.UNSPECIFIED.); +#5212=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9529,#9530,#9531,#9532,#9533,#9534, +#9535,#9536,#9537,#9538,#9539,#9540),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701764433,2.12686649739285,2.48122740896528,2.65840007602372, +2.83557795404768),.UNSPECIFIED.); +#5213=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9541,#9542,#9543,#9544,#9545,#9546, +#9547,#9548,#9549,#9550,#9551,#9552),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108282996,2.12684260179955,2.48119953399906,2.65837021156807, +2.83554609994234),.UNSPECIFIED.); +#5214=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9553,#9554,#9555,#9556,#9557,#9558, +#9559,#9560,#9561,#9562,#9563,#9564),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177163542906447,0.354332300191254,0.708695817444699,1.41749050904138, +2.83557795404768),.UNSPECIFIED.); +#5215=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9565,#9566),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5216=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9567,#9568,#9569,#9570,#9571,#9572, +#9573,#9574,#9575,#9576,#9577,#9578),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553697393,0.354328321612305,0.708687859421021,1.41747459007388, +2.83554609994236),.UNSPECIFIED.); +#5217=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9579,#9580,#9581,#9582,#9583,#9584, +#9585,#9586,#9587,#9588,#9589,#9590),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701763921,2.12686649738415,2.48122740896661,2.65840007602443, +2.83557795404769),.UNSPECIFIED.); +#5218=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9591,#9592,#9593,#9594,#9595,#9596, +#9597,#9598,#9599,#9600,#9601,#9602),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.4180610828144,2.12684260177518,2.48119953400333,2.6583702115701,2.83554609994232), + .UNSPECIFIED.); +#5219=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9603,#9604),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5220=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9605,#9606,#9607,#9608,#9609,#9610, +#9611,#9612,#9613,#9614,#9615,#9616),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553698529,0.354328321614663,0.708687859417723,1.41747459006755, +2.83554609994238),.UNSPECIFIED.); +#5221=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9617,#9618,#9619,#9620,#9621,#9622, +#9623,#9624,#9625,#9626,#9627,#9628),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108282676,2.12684260180434,2.48119953399953,2.65837021156824, +2.8355460999424),.UNSPECIFIED.); +#5222=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9629,#9630,#9631,#9632,#9633,#9634, +#9635,#9636,#9637,#9638,#9639,#9640),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177163542905502,0.354332300189322,0.708695817455461,1.41749050905115, +2.83557795404768),.UNSPECIFIED.); +#5223=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9641,#9642),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5224=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9643,#9644,#9645,#9646,#9647,#9648, +#9649,#9650,#9651,#9652,#9653,#9654),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.17716155369833,0.354328321614094,0.708687859397395,1.41747459005943, +2.83554609994236),.UNSPECIFIED.); +#5225=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9655,#9656,#9657,#9658,#9659,#9660, +#9661,#9662,#9663,#9664,#9665,#9666),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701763824,2.12686649738305,2.48122740896701,2.65840007602462, +2.83557795404775),.UNSPECIFIED.); +#5226=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9667,#9668,#9669,#9670,#9671,#9672, +#9673,#9674,#9675,#9676,#9677,#9678),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283749,2.12684260181028,2.48119953399769,2.65837021156729, +2.83554609994234),.UNSPECIFIED.); +#5227=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9679,#9680,#9681,#9682,#9683,#9684, +#9685,#9686,#9687,#9688,#9689,#9690),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177163542906118,0.354332300190553,0.708695817455919,1.4174905090447, +2.83557795404775),.UNSPECIFIED.); +#5228=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9691,#9692),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5229=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9693,#9694,#9695,#9696,#9697,#9698, +#9699,#9700,#9701,#9702,#9703,#9704),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553698312,0.354328321614229,0.708687859410884,1.41747459007018, +2.83554609994239),.UNSPECIFIED.); +#5230=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9705,#9706,#9707,#9708,#9709,#9710, +#9711,#9712,#9713,#9714,#9715,#9716),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701763742,2.12686649738354,2.4812274089665,2.65840007602434, +2.8355779540477),.UNSPECIFIED.); +#5231=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9717,#9718,#9719,#9720,#9721,#9722, +#9723,#9724,#9725,#9726,#9727,#9728),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283005,2.12684260180337,2.48119953399744,2.65837021156719, +2.83554609994237),.UNSPECIFIED.); +#5232=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9729,#9730),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5233=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9731,#9732,#9733,#9734,#9735,#9736, +#9737,#9738,#9739,#9740,#9741,#9742),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553698986,0.354328321615577,0.708687859401384,1.41747459006937, +2.83554609994241),.UNSPECIFIED.); +#5234=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9743,#9744,#9745,#9746,#9747,#9748, +#9749,#9750,#9751,#9752,#9753,#9754),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701765225,2.12686649740326,2.48122740896364,2.65840007602295, +2.83557795404775),.UNSPECIFIED.); +#5235=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9755,#9756,#9757,#9758,#9759,#9760, +#9761,#9762,#9763,#9764,#9765,#9766),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283824,2.12684260180889,2.48119953399702,2.65837021156703, +2.8355460999424),.UNSPECIFIED.); +#5236=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9767,#9768,#9769,#9770,#9771,#9772, +#9773,#9774,#9775,#9776,#9777,#9778),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177163542905579,0.354332300189562,0.708695817454278,1.41749050904786, +2.83557795404774),.UNSPECIFIED.); +#5237=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9779,#9780),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5238=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9781,#9782,#9783,#9784,#9785,#9786, +#9787,#9788,#9789,#9790,#9791,#9792),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553699047,0.3543283216157,0.708687859400181,1.41747459006254, +2.83554609994242),.UNSPECIFIED.); +#5239=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9793,#9794,#9795,#9796,#9797,#9798, +#9799,#9800,#9801,#9802,#9803,#9804),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283686,2.12684260180878,2.48119953399777,2.65837021156735, +2.83554609994237),.UNSPECIFIED.); +#5240=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9805,#9806),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5241=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9807,#9808,#9809,#9810,#9811,#9812, +#9813,#9814,#9815,#9816,#9817,#9818),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553697498,0.354328321612515,0.70868785941445,1.41747459007329, +2.83554609994236),.UNSPECIFIED.); +#5242=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9819,#9820,#9821,#9822,#9823,#9824, +#9825,#9826,#9827,#9828,#9829,#9830),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701764202,2.12686649738872,2.48122740896596,2.65840007602411, +2.8355779540477),.UNSPECIFIED.); +#5243=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9831,#9832,#9833,#9834,#9835,#9836, +#9837,#9838,#9839,#9840,#9841,#9842),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108284517,2.12684260182211,2.48119953399486,2.65837021156588, +2.83554609994234),.UNSPECIFIED.); +#5244=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9843,#9844),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5245=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9845,#9846,#9847,#9848,#9849,#9850, +#9851,#9852,#9853,#9854,#9855,#9856),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553698129,0.354328321613778,0.708687859410237,1.41747459006897, +2.83554609994236),.UNSPECIFIED.); +#5246=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9857,#9858,#9859,#9860,#9861,#9862, +#9863,#9864,#9865,#9866,#9867,#9868),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701764722,2.12686649739069,2.48122740896527,2.65840007602373, +2.83557795404772),.UNSPECIFIED.); +#5247=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9869,#9870,#9871,#9872,#9873,#9874, +#9875,#9876,#9877,#9878,#9879,#9880),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108282409,2.1268426017958,2.48119953400128,2.65837021156914, +2.83554609994234),.UNSPECIFIED.); +#5248=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9881,#9882),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5249=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9883,#9884,#9885,#9886,#9887,#9888, +#9889,#9890,#9891,#9892,#9893,#9894),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553699193,0.354328321615906,0.708687859400165,1.41747459006523, +2.83554609994238),.UNSPECIFIED.); +#5250=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9895,#9896,#9897,#9898,#9899,#9900, +#9901,#9902,#9903,#9904,#9905,#9906),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701763983,2.1268664973848,2.48122740896764,2.65840007602486, +2.83557795404769),.UNSPECIFIED.); +#5251=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9907,#9908,#9909,#9910,#9911,#9912, +#9913,#9914,#9915,#9916,#9917,#9918),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108282846,2.12684260179335,2.48119953399961,2.65837021156827, +2.83554609994237),.UNSPECIFIED.); +#5252=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9919,#9920),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5253=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9921,#9922,#9923,#9924,#9925,#9926, +#9927,#9928,#9929,#9930,#9931,#9932),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553698217,0.35432832161387,0.708687859402659,1.41747459007235, +2.83554609994235),.UNSPECIFIED.); +#5254=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9933,#9934,#9935,#9936,#9937,#9938, +#9939,#9940,#9941,#9942,#9943,#9944),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108283476,2.1268426018061,2.48119953399791,2.65837021156741, +2.83554609994235),.UNSPECIFIED.); +#5255=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9945,#9946),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5256=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9947,#9948,#9949,#9950,#9951,#9952, +#9953,#9954,#9955,#9956,#9957,#9958),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.177161553697899,0.354328321613318,0.708687859412303,1.41747459007336, +2.83554609994239),.UNSPECIFIED.); +#5257=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9959,#9960,#9961,#9962,#9963,#9964, +#9965,#9966,#9967,#9968,#9969,#9970),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41807701764276,2.1268664973869,2.48122740896523,2.65840007602371, +2.83557795404772),.UNSPECIFIED.); +#5258=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9971,#9972,#9973,#9974,#9975,#9976, +#9977,#9978,#9979,#9980,#9981,#9982),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,1.41806108282642,2.1268426017975,2.48119953400138,2.6583702115692,2.83554609994237), + .UNSPECIFIED.); +#5259=B_SPLINE_CURVE_WITH_KNOTS('',1,(#9983,#9984),.UNSPECIFIED.,.F.,.F., +(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5260=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9985,#9986,#9987,#9988,#9989,#9990, +#9991,#9992,#9993,#9994,#9995,#9996),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,4), +(0.,0.17716155369884,0.354328321615286,0.708687859406344,1.41747459006768, +2.83554609994242),.UNSPECIFIED.); +#5261=B_SPLINE_CURVE_WITH_KNOTS('',3,(#9997,#9998,#9999,#10000,#10001,#10002, +#10003,#10004,#10005,#10006,#10007,#10008),.UNSPECIFIED.,.F.,.F.,(4,2,2, +2,2,4),(0.,1.41807701765051,2.12686649739911,2.48122740896468,2.65840007602344, +2.83557795404772),.UNSPECIFIED.); +#5262=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10009,#10010,#10011,#10012,#10013, +#10014,#10015,#10016,#10017,#10018,#10019,#10020),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282988,2.12684260180718,2.48119953400005,2.65837021156851, +2.8355460999424),.UNSPECIFIED.); +#5263=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10021,#10022),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5264=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10023,#10024,#10025,#10026,#10027, +#10028,#10029,#10030,#10031,#10032,#10033,#10034),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698548,0.354328321614616,0.708687859409952, +1.41747459007045,2.83554609994241),.UNSPECIFIED.); +#5265=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10035,#10036,#10037,#10038,#10039, +#10040,#10041,#10042,#10043,#10044,#10045,#10046),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764295,2.12686649737773,2.48122740896663,2.65840007602443, +2.83557795404771),.UNSPECIFIED.); +#5266=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10047,#10048,#10049,#10050,#10051, +#10052,#10053,#10054,#10055,#10056,#10057,#10058),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283601,2.126842601809,2.48119953399728,2.6583702115671, +2.83554609994237),.UNSPECIFIED.); +#5267=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10059,#10060),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5268=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10061,#10062,#10063,#10064,#10065, +#10066,#10067,#10068,#10069,#10070,#10071,#10072),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155370006,0.354328321617641,0.708687859390245, +1.41747459005599,2.83554609994239),.UNSPECIFIED.); +#5269=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10073,#10074,#10075,#10076,#10077, +#10078,#10079,#10080,#10081,#10082,#10083,#10084),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763736,2.12686649738689,2.48122740896701,2.6584000760246, +2.83557795404768),.UNSPECIFIED.); +#5270=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10085,#10086,#10087,#10088,#10089, +#10090,#10091,#10092,#10093,#10094,#10095,#10096),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283188,2.12684260180578,2.48119953399963,2.65837021156828, +2.83554609994237),.UNSPECIFIED.); +#5271=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10097,#10098,#10099,#10100,#10101, +#10102,#10103,#10104,#10105,#10106,#10107,#10108),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907189,0.354332300192781,0.708695817434831, +1.41749050903476,2.8355779540477),.UNSPECIFIED.); +#5272=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10109,#10110),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5273=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10111,#10112,#10113,#10114,#10115, +#10116,#10117,#10118,#10119,#10120,#10121,#10122),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697256,0.35432832161203,0.708687859419278, +1.41747459007799,2.83554609994241),.UNSPECIFIED.); +#5274=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10123,#10124,#10125,#10126,#10127, +#10128,#10129,#10130,#10131,#10132,#10133,#10134),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763495,2.12686649737893,2.48122740896742,2.65840007602484, +2.83557795404775),.UNSPECIFIED.); +#5275=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10135,#10136,#10137,#10138,#10139, +#10140,#10141,#10142,#10143,#10144,#10145,#10146),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108284628,2.1268426018206,2.48119953399691,2.65837021156694, +2.8355460999424),.UNSPECIFIED.); +#5276=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10147,#10148),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5277=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10149,#10150,#10151,#10152,#10153, +#10154,#10155,#10156,#10157,#10158,#10159,#10160),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699245,0.354328321616095,0.708687859403871, +1.41747459006129,2.83554609994242),.UNSPECIFIED.); +#5278=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10161,#10162,#10163,#10164,#10165, +#10166,#10167,#10168,#10169,#10170,#10171,#10172),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701765315,2.12686649740368,2.48122740896337,2.65840007602277, +2.83557795404769),.UNSPECIFIED.); +#5279=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10173,#10174,#10175,#10176,#10177, +#10178,#10179,#10180,#10181,#10182,#10183,#10184),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283542,2.12684260180714,2.48119953399854,2.65837021156775, +2.8355460999424),.UNSPECIFIED.); +#5280=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10185,#10186),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5281=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10187,#10188,#10189,#10190,#10191, +#10192,#10193,#10194,#10195,#10196,#10197,#10198),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369772,0.354328321612961,0.70868785940596,1.41747459007186, +2.83554609994235),.UNSPECIFIED.); +#5282=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10199,#10200,#10201,#10202,#10203, +#10204,#10205,#10206,#10207,#10208,#10209,#10210),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283351,2.12684260180475,2.4811995339986,2.65837021156779, +2.83554609994235),.UNSPECIFIED.); +#5283=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10211,#10212),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5284=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10213,#10214,#10215,#10216,#10217, +#10218,#10219,#10220,#10221,#10222,#10223,#10224),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698139,0.354328321613799,0.708687859408234, +1.4174745900689,2.83554609994236),.UNSPECIFIED.); +#5285=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10225,#10226,#10227,#10228,#10229, +#10230,#10231,#10232,#10233,#10234,#10235,#10236),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176382,2.12686649738398,2.48122740896705,2.65840007602462, +2.83557795404772),.UNSPECIFIED.); +#5286=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10237,#10238,#10239,#10240,#10241, +#10242,#10243,#10244,#10245,#10246,#10247,#10248),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282842,2.12684260179994,2.4811995339996,2.65837021156825, +2.83554609994234),.UNSPECIFIED.); +#5287=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10249,#10250),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5288=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10251,#10252,#10253,#10254,#10255, +#10256,#10257,#10258,#10259,#10260,#10261,#10262),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699063,0.354328321615647,0.708687859406898, +1.41747459006896,2.83554609994241),.UNSPECIFIED.); +#5289=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10263,#10264,#10265,#10266,#10267, +#10268,#10269,#10270,#10271,#10272,#10273,#10274),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283885,2.12684260180856,2.48119953399681,2.65837021156689, +2.8355460999424),.UNSPECIFIED.); +#5290=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10275,#10276),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5291=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10277,#10278,#10279,#10280,#10281, +#10282,#10283,#10284,#10285,#10286,#10287,#10288),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698334,0.354328321614273,0.708687859407135, +1.41747459006824,2.83554609994242),.UNSPECIFIED.); +#5292=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10289,#10290,#10291,#10292,#10293, +#10294,#10295,#10296,#10297,#10298,#10299,#10300),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764087,2.12686649738781,2.48122740896748,2.65840007602484, +2.83557795404772),.UNSPECIFIED.); +#5293=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10301,#10302,#10303,#10304,#10305, +#10306,#10307,#10308,#10309,#10310,#10311,#10312),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283649,2.12684260180852,2.48119953399804,2.6583702115675, +2.8355460999424),.UNSPECIFIED.); +#5294=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10313,#10314),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5295=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10315,#10316,#10317,#10318,#10319, +#10320,#10321,#10322,#10323,#10324,#10325,#10326),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698789,0.354328321615184,0.7086878594029,1.41747459006327, +2.83554609994242),.UNSPECIFIED.); +#5296=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10327,#10328,#10329,#10330,#10331, +#10332,#10333,#10334,#10335,#10336,#10337,#10338),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764229,2.12686649738955,2.48122740896631,2.65840007602428, +2.83557795404773),.UNSPECIFIED.); +#5297=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10339,#10340,#10341,#10342,#10343, +#10344,#10345,#10346,#10347,#10348,#10349,#10350),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282983,2.1268426017952,2.48119953399888,2.65837021156796, +2.8355460999424),.UNSPECIFIED.); +#5298=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10351,#10352),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5299=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10353,#10354,#10355,#10356,#10357, +#10358,#10359,#10360,#10361,#10362,#10363,#10364),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698935,0.354328321615306,0.708687859401951, +1.41747459006581,2.83554609994236),.UNSPECIFIED.); +#5300=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10365,#10366,#10367,#10368,#10369, +#10370,#10371,#10372,#10373,#10374,#10375,#10376),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176436,2.12686649739059,2.48122740896657,2.65840007602441, +2.83557795404778),.UNSPECIFIED.); +#5301=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10377,#10378,#10379,#10380,#10381, +#10382,#10383,#10384,#10385,#10386,#10387,#10388),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282795,2.12684260179735,2.48119953400035,2.65837021156867, +2.83554609994234),.UNSPECIFIED.); +#5302=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10389,#10390),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5303=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10391,#10392,#10393,#10394,#10395, +#10396,#10397,#10398,#10399,#10400,#10401,#10402),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698295,0.354328321614111,0.708687859400925, +1.41747459006888,2.83554609994239),.UNSPECIFIED.); +#5304=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10403,#10404,#10405,#10406,#10407, +#10408,#10409,#10410,#10411,#10412,#10413,#10414),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176371,2.12686649738364,2.48122740896692,2.6584000760246, +2.83557795404776),.UNSPECIFIED.); +#5305=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10415,#10416,#10417,#10418,#10419, +#10420,#10421,#10422,#10423,#10424,#10425,#10426),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283345,2.12684260180272,2.48119953399909,2.65837021156805, +2.83554609994237),.UNSPECIFIED.); +#5306=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10427,#10428),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5307=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10429,#10430,#10431,#10432,#10433, +#10434,#10435,#10436,#10437,#10438,#10439,#10440),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697863,0.35432832161316,0.70868785941412,1.41747459007503, +2.83554609994239),.UNSPECIFIED.); +#5308=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10441,#10442,#10443,#10444,#10445, +#10446,#10447,#10448,#10449,#10450,#10451,#10452),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764496,2.12686649739261,2.48122740896488,2.65840007602354, +2.83557795404772),.UNSPECIFIED.); +#5309=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10453,#10454,#10455,#10456,#10457, +#10458,#10459,#10460,#10461,#10462,#10463,#10464),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283643,2.12684260180689,2.48119953399796,2.65837021156752, +2.83554609994234),.UNSPECIFIED.); +#5310=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10465,#10466),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5311=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10467,#10468,#10469,#10470,#10471, +#10472,#10473,#10474,#10475,#10476,#10477,#10478),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699257,0.354328321616121,0.708687859399231, +1.41747459006115,2.83554609994245),.UNSPECIFIED.); +#5312=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10479,#10480,#10481,#10482,#10483, +#10484,#10485,#10486,#10487,#10488,#10489,#10490),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176357,2.12686649738275,2.48122740896668,2.65840007602442, +2.83557795404769),.UNSPECIFIED.); +#5313=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10491,#10492,#10493,#10494,#10495, +#10496,#10497,#10498,#10499,#10500,#10501,#10502),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283359,2.12684260180238,2.48119953399803,2.6583702115675, +2.83554609994239),.UNSPECIFIED.); +#5314=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10503,#10504),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5315=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10505,#10506,#10507,#10508,#10509, +#10510,#10511,#10512,#10513,#10514,#10515,#10516),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698617,0.354328321614925,0.708687859399824, +1.41747459006378,2.83554609994239),.UNSPECIFIED.); +#5316=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10517,#10518,#10519,#10520,#10521, +#10522,#10523,#10524,#10525,#10526,#10527,#10528),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764882,2.12686649740072,2.4812274089642,2.65840007602318, +2.83557795404773),.UNSPECIFIED.); +#5317=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10529,#10530,#10531,#10532,#10533, +#10534,#10535,#10536,#10537,#10538,#10539,#10540),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828293,2.12684260180096,2.4811995339995,2.65837021156823, +2.8355460999424),.UNSPECIFIED.); +#5318=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10541,#10542),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5319=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10543,#10544,#10545,#10546,#10547, +#10548,#10549,#10550,#10551,#10552,#10553,#10554),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698434,0.354328321614389,0.708687859417601, +1.41747459007063,2.83554609994239),.UNSPECIFIED.); +#5320=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10555,#10556,#10557,#10558,#10559, +#10560,#10561,#10562,#10563,#10564,#10565,#10566),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.418077017644,2.12686649739261,2.48122740896595,2.65840007602409, +2.83557795404775),.UNSPECIFIED.); +#5321=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10567,#10568,#10569,#10570,#10571, +#10572,#10573,#10574,#10575,#10576,#10577,#10578),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282201,2.1268426017938,2.481199534002,2.65837021156951, +2.83554609994237),.UNSPECIFIED.); +#5322=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10579,#10580),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5323=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10581,#10582,#10583,#10584,#10585, +#10586,#10587,#10588,#10589,#10590,#10591,#10592),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698953,0.354328321615426,0.708687859402703, +1.4174745900622,2.83554609994241),.UNSPECIFIED.); +#5324=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10593,#10594,#10595,#10596,#10597, +#10598,#10599,#10600,#10601,#10602,#10603,#10604),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764199,2.12686649738747,2.48122740896558,2.65840007602391, +2.83557795404772),.UNSPECIFIED.); +#5325=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10605,#10606,#10607,#10608,#10609, +#10610,#10611,#10612,#10613,#10614,#10615,#10616),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283315,2.12684260180438,2.48119953399844,2.6583702115677, +2.8355460999424),.UNSPECIFIED.); +#5326=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10617,#10618),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5327=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10619,#10620,#10621,#10622,#10623, +#10624,#10625,#10626,#10627,#10628,#10629,#10630),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698898,0.354328321615401,0.708687859400349, +1.4174745900668,2.83554609994242),.UNSPECIFIED.); +#5328=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10631,#10632,#10633,#10634,#10635, +#10636,#10637,#10638,#10639,#10640,#10641,#10642),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763813,2.12686649737948,2.48122740896656,2.6584000760244, +2.83557795404769),.UNSPECIFIED.); +#5329=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10643,#10644,#10645,#10646,#10647, +#10648,#10649,#10650,#10651,#10652,#10653,#10654),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283533,2.12684260179959,2.48119953399956,2.65837021156832, +2.83554609994243),.UNSPECIFIED.); +#5330=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10655,#10656),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5331=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10657,#10658,#10659,#10660,#10661, +#10662,#10663,#10664,#10665,#10666,#10667,#10668),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698539,0.354328321614685,0.708687859404716, +1.41747459006477,2.83554609994242),.UNSPECIFIED.); +#5332=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10669,#10670,#10671,#10672,#10673, +#10674,#10675,#10676,#10677,#10678,#10679,#10680),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764174,2.12686649739336,2.48122740896631,2.65840007602424, +2.83557795404774),.UNSPECIFIED.); +#5333=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10681,#10682,#10683,#10684,#10685, +#10686,#10687,#10688,#10689,#10690,#10691,#10692),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828351,2.12684260180109,2.48119953399841,2.65837021156773, +2.8355460999424),.UNSPECIFIED.); +#5334=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10693,#10694),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5335=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10695,#10696,#10697,#10698,#10699, +#10700,#10701,#10702,#10703,#10704,#10705,#10706),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699317,0.354328321616239,0.708687859406887, +1.41747459006322,2.83554609994236),.UNSPECIFIED.); +#5336=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10707,#10708,#10709,#10710,#10711, +#10712,#10713,#10714,#10715,#10716,#10717,#10718),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764174,2.12686649738841,2.48122740896589,2.65840007602401, +2.83557795404771),.UNSPECIFIED.); +#5337=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10719,#10720,#10721,#10722,#10723, +#10724,#10725,#10726,#10727,#10728,#10729,#10730),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283932,2.12684260181487,2.48119953399764,2.65837021156723, +2.83554609994234),.UNSPECIFIED.); +#5338=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10731,#10732),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5339=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10733,#10734,#10735,#10736,#10737, +#10738,#10739,#10740,#10741,#10742,#10743,#10744),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697976,0.354328321613473,0.708687859409204, +1.41747459006947,2.83554609994241),.UNSPECIFIED.); +#5340=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10745,#10746,#10747,#10748,#10749, +#10750,#10751,#10752,#10753,#10754,#10755,#10756),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283019,2.12684260180092,2.48119953399891,2.65837021156796, +2.83554609994245),.UNSPECIFIED.); +#5341=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10757,#10758),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5342=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10759,#10760,#10761,#10762,#10763, +#10764,#10765,#10766,#10767,#10768,#10769,#10770),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698658,0.354328321614922,0.708687859405535, +1.41747459006871,2.83554609994241),.UNSPECIFIED.); +#5343=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10771,#10772,#10773,#10774,#10775, +#10776,#10777,#10778,#10779,#10780,#10781,#10782),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764081,2.12686649739003,2.48122740896694,2.65840007602454, +2.83557795404766),.UNSPECIFIED.); +#5344=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10783,#10784,#10785,#10786,#10787, +#10788,#10789,#10790,#10791,#10792,#10793,#10794),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282755,2.12684260179791,2.48119953400015,2.6583702115686, +2.8355460999424),.UNSPECIFIED.); +#5345=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10795,#10796),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5346=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10797,#10798,#10799,#10800,#10801, +#10802,#10803,#10804,#10805,#10806,#10807,#10808),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698931,0.354328321615468,0.708687859399631, +1.41747459006382,2.83554609994239),.UNSPECIFIED.); +#5347=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10809,#10810,#10811,#10812,#10813, +#10814,#10815,#10816,#10817,#10818,#10819,#10820),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282986,2.12684260179922,2.48119953399895,2.65837021156799, +2.83554609994237),.UNSPECIFIED.); +#5348=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10821,#10822),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5349=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10823,#10824,#10825,#10826,#10827, +#10828,#10829,#10830,#10831,#10832,#10833,#10834),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699185,0.35432832161589,0.708687859397404, +1.41747459005894,2.83554609994239),.UNSPECIFIED.); +#5350=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10835,#10836,#10837,#10838,#10839, +#10840,#10841,#10842,#10843,#10844,#10845,#10846),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764166,2.12686649738936,2.48122740896637,2.6584000760243, +2.83557795404772),.UNSPECIFIED.); +#5351=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10847,#10848,#10849,#10850,#10851, +#10852,#10853,#10854,#10855,#10856,#10857,#10858),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283224,2.12684260180438,2.48119953399906,2.65837021156803, +2.83554609994236),.UNSPECIFIED.); +#5352=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10859,#10860),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5353=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10861,#10862,#10863,#10864,#10865, +#10866,#10867,#10868,#10869,#10870,#10871,#10872),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698428,0.354328321614462,0.708687859407684, +1.41747459006712,2.83554609994242),.UNSPECIFIED.); +#5354=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10873,#10874,#10875,#10876,#10877, +#10878,#10879,#10880,#10881,#10882,#10883,#10884),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763607,2.12686649738159,2.48122740896625,2.6584000760242, +2.83557795404773),.UNSPECIFIED.); +#5355=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10885,#10886,#10887,#10888,#10889, +#10890,#10891,#10892,#10893,#10894,#10895,#10896),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283157,2.12684260180269,2.48119953399887,2.65837021156796, +2.8355460999424),.UNSPECIFIED.); +#5356=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10897,#10898),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5357=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10899,#10900,#10901,#10902,#10903, +#10904,#10905,#10906,#10907,#10908,#10909,#10910),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369948,0.354328321616566,0.708687859401656, +1.41747459006241,2.83554609994241),.UNSPECIFIED.); +#5358=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10911,#10912,#10913,#10914,#10915, +#10916,#10917,#10918,#10919,#10920,#10921,#10922),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764338,2.12686649738942,2.48122740896607,2.65840007602412, +2.83557795404773),.UNSPECIFIED.); +#5359=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10923,#10924,#10925,#10926,#10927, +#10928,#10929,#10930,#10931,#10932,#10933,#10934),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283446,2.12684260179932,2.48119953399864,2.65837021156784, +2.8355460999424),.UNSPECIFIED.); +#5360=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10935,#10936),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5361=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10937,#10938,#10939,#10940,#10941, +#10942,#10943,#10944,#10945,#10946,#10947,#10948),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699039,0.354328321615597,0.708687859399548, +1.41747459006485,2.83554609994238),.UNSPECIFIED.); +#5362=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10949,#10950,#10951,#10952,#10953, +#10954,#10955,#10956,#10957,#10958,#10959,#10960),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764108,2.12686649738831,2.48122740896563,2.65840007602392, +2.8355779540477),.UNSPECIFIED.); +#5363=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10961,#10962,#10963,#10964,#10965, +#10966,#10967,#10968,#10969,#10970,#10971,#10972),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283506,2.12684260180686,2.48119953399745,2.65837021156727, +2.83554609994237),.UNSPECIFIED.); +#5364=B_SPLINE_CURVE_WITH_KNOTS('',1,(#10973,#10974),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5365=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10975,#10976,#10977,#10978,#10979, +#10980,#10981,#10982,#10983,#10984,#10985,#10986),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698448,0.354328321614501,0.708687859406397, +1.41747459006761,2.83554609994236),.UNSPECIFIED.); +#5366=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10987,#10988,#10989,#10990,#10991, +#10992,#10993,#10994,#10995,#10996,#10997,#10998),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764269,2.12686649738957,2.48122740896609,2.65840007602418, +2.83557795404775),.UNSPECIFIED.); +#5367=B_SPLINE_CURVE_WITH_KNOTS('',3,(#10999,#11000,#11001,#11002,#11003, +#11004,#11005,#11006,#11007,#11008,#11009,#11010),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283099,2.12684260179981,2.48119953399847,2.65837021156773, +2.83554609994234),.UNSPECIFIED.); +#5368=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11011,#11012),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5369=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11013,#11014,#11015,#11016,#11017, +#11018,#11019,#11020,#11021,#11022,#11023,#11024),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698011,0.354328321613627,0.708687859412069, +1.4174745900728,2.83554609994239),.UNSPECIFIED.); +#5370=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11025,#11026,#11027,#11028,#11029, +#11030,#11031,#11032,#11033,#11034,#11035,#11036),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764121,2.12686649739029,2.48122740896613,2.65840007602418, +2.83557795404772),.UNSPECIFIED.); +#5371=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11037,#11038,#11039,#11040,#11041, +#11042,#11043,#11044,#11045,#11046,#11047,#11048),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283376,2.12684260180538,2.48119953399878,2.65837021156784, +2.83554609994234),.UNSPECIFIED.); +#5372=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11049,#11050),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5373=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11051,#11052,#11053,#11054,#11055, +#11056,#11057,#11058,#11059,#11060,#11061,#11062),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698725,0.35432832161497,0.708687859405032, +1.41747459006531,2.83554609994239),.UNSPECIFIED.); +#5374=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11063,#11064,#11065,#11066,#11067, +#11068,#11069,#11070,#11071,#11072,#11073,#11074),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283019,2.12684260180011,2.48119953399902,2.65837021156802, +2.83554609994237),.UNSPECIFIED.); +#5375=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11075,#11076),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5376=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11077,#11078,#11079,#11080,#11081, +#11082,#11083,#11084,#11085,#11086,#11087,#11088),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699379,0.354328321616363,0.708687859398351, +1.41747459006195,2.83554609994241),.UNSPECIFIED.); +#5377=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11089,#11090,#11091,#11092,#11093, +#11094,#11095,#11096,#11097,#11098,#11099,#11100),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764495,2.12686649739084,2.4812274089652,2.65840007602366, +2.83557795404773),.UNSPECIFIED.); +#5378=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11101,#11102,#11103,#11104,#11105, +#11106,#11107,#11108,#11109,#11110,#11111,#11112),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283115,2.12684260180137,2.48119953399889,2.65837021156797, +2.8355460999424),.UNSPECIFIED.); +#5379=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11113,#11114),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5380=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11115,#11116,#11117,#11118,#11119, +#11120,#11121,#11122,#11123,#11124,#11125,#11126),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698995,0.354328321615426,0.708687859407223, +1.4174745900679,2.83554609994236),.UNSPECIFIED.); +#5381=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11127,#11128,#11129,#11130,#11131, +#11132,#11133,#11134,#11135,#11136,#11137,#11138),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764578,2.12686649739198,2.48122740896569,2.65840007602393, +2.83557795404769),.UNSPECIFIED.); +#5382=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11139,#11140,#11141,#11142,#11143, +#11144,#11145,#11146,#11147,#11148,#11149,#11150),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828422,2.12684260180806,2.48119953399674,2.65837021156685, +2.83554609994231),.UNSPECIFIED.); +#5383=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11151,#11152,#11153,#11154,#11155, +#11156,#11157,#11158,#11159,#11160,#11161,#11162),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906407,0.354332300191174,0.708695817442154, +1.41749050904274,2.83557795404769),.UNSPECIFIED.); +#5384=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11163,#11164),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5385=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11165,#11166,#11167,#11168,#11169, +#11170,#11171,#11172,#11173,#11174,#11175,#11176),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697931,0.354328321613468,0.708687859415503, +1.41747459007463,2.83554609994239),.UNSPECIFIED.); +#5386=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11177,#11178,#11179,#11180,#11181, +#11182,#11183,#11184,#11185,#11186,#11187,#11188),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764067,2.12686649738367,2.48122740896662,2.65840007602441, +2.83557795404772),.UNSPECIFIED.); +#5387=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11189,#11190,#11191,#11192,#11193, +#11194,#11195,#11196,#11197,#11198,#11199,#11200),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283015,2.12684260180009,2.48119953399896,2.65837021156799, +2.83554609994237),.UNSPECIFIED.); +#5388=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11201,#11202),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5389=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11203,#11204,#11205,#11206,#11207, +#11208,#11209,#11210,#11211,#11212,#11213,#11214),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699094,0.354328321615623,0.708687859399088, +1.41747459006231,2.83554609994236),.UNSPECIFIED.); +#5390=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11215,#11216,#11217,#11218,#11219, +#11220,#11221,#11222,#11223,#11224,#11225,#11226),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283258,2.12684260180099,2.48119953399765,2.65837021156732, +2.83554609994234),.UNSPECIFIED.); +#5391=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11227,#11228),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5392=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11229,#11230,#11231,#11232,#11233, +#11234,#11235,#11236,#11237,#11238,#11239,#11240),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698823,0.354328321615167,0.708687859406194, +1.41747459007003,2.83554609994238),.UNSPECIFIED.); +#5393=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11241,#11242,#11243,#11244,#11245, +#11246,#11247,#11248,#11249,#11250,#11251,#11252),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764037,2.12686649738965,2.48122740896675,2.65840007602448, +2.83557795404768),.UNSPECIFIED.); +#5394=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11253,#11254,#11255,#11256,#11257, +#11258,#11259,#11260,#11261,#11262,#11263,#11264),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283615,2.12684260180566,2.48119953399629,2.65837021156661, +2.83554609994237),.UNSPECIFIED.); +#5395=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11265,#11266,#11267,#11268,#11269, +#11270,#11271,#11272,#11273,#11274,#11275,#11276),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906797,0.354332300191999,0.708695817446533, +1.41749050904113,2.83557795404775),.UNSPECIFIED.); +#5396=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11277,#11278),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5397=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11279,#11280,#11281,#11282,#11283, +#11284,#11285,#11286,#11287,#11288,#11289,#11290),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698042,0.354328321613519,0.70868785941808, +1.41747459007663,2.83554609994244),.UNSPECIFIED.); +#5398=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11291,#11292,#11293,#11294,#11295, +#11296,#11297,#11298,#11299,#11300,#11301,#11302),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764336,2.12686649738939,2.48122740896633,2.65840007602427, +2.83557795404773),.UNSPECIFIED.); +#5399=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11303,#11304,#11305,#11306,#11307, +#11308,#11309,#11310,#11311,#11312,#11313,#11314),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283686,2.12684260180955,2.48119953399777,2.65837021156739, +2.83554609994237),.UNSPECIFIED.); +#5400=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11315,#11316),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5401=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11317,#11318,#11319,#11320,#11321, +#11322,#11323,#11324,#11325,#11326,#11327,#11328),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699395,0.35432832161648,0.708687859398669, +1.41747459006062,2.83554609994242),.UNSPECIFIED.); +#5402=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11329,#11330,#11331,#11332,#11333, +#11334,#11335,#11336,#11337,#11338,#11339,#11340),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828372,2.12684260180231,2.48119953399796,2.65837021156746, +2.8355460999424),.UNSPECIFIED.); +#5403=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11341,#11342),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5404=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11343,#11344,#11345,#11346,#11347, +#11348,#11349,#11350,#11351,#11352,#11353,#11354),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698586,0.354328321614778,0.708687859403623, +1.41747459006523,2.83554609994239),.UNSPECIFIED.); +#5405=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11355,#11356,#11357,#11358,#11359, +#11360,#11361,#11362,#11363,#11364,#11365,#11366),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764546,2.12686649738729,2.48122740896581,2.65840007602402, +2.83557795404772),.UNSPECIFIED.); +#5406=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11367,#11368,#11369,#11370,#11371, +#11372,#11373,#11374,#11375,#11376,#11377,#11378),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283885,2.12684260180474,2.4811995339972,2.65837021156706, +2.83554609994237),.UNSPECIFIED.); +#5407=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11379,#11380),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5408=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11381,#11382,#11383,#11384,#11385, +#11386,#11387,#11388,#11389,#11390,#11391,#11392),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699132,0.354328321615869,0.70868785940538, +1.41747459006166,2.83554609994239),.UNSPECIFIED.); +#5409=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11393,#11394,#11395,#11396,#11397, +#11398,#11399,#11400,#11401,#11402,#11403,#11404),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282957,2.12684260180544,2.48119953399899,2.658370211568, +2.83554609994237),.UNSPECIFIED.); +#5410=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11405,#11406),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5411=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11407,#11408,#11409,#11410,#11411, +#11412,#11413,#11414,#11415,#11416,#11417,#11418),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369878,0.354328321615251,0.708687859397235, +1.41747459006356,2.83554609994236),.UNSPECIFIED.); +#5412=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11419,#11420,#11421,#11422,#11423, +#11424,#11425,#11426,#11427,#11428,#11429,#11430),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283073,2.12684260180148,2.48119953399896,2.65837021156793, +2.83554609994234),.UNSPECIFIED.); +#5413=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11431,#11432),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5414=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11433,#11434,#11435,#11436,#11437, +#11438,#11439,#11440,#11441,#11442,#11443,#11444),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698408,0.354328321614337,0.708687859410076, +1.41747459006866,2.83554609994242),.UNSPECIFIED.); +#5415=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11445,#11446,#11447,#11448,#11449, +#11450,#11451,#11452,#11453,#11454,#11455,#11456),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283758,2.1268426018028,2.48119953399794,2.65837021156749, +2.8355460999424),.UNSPECIFIED.); +#5416=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11457,#11458),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5417=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11459,#11460,#11461,#11462,#11463, +#11464,#11465,#11466,#11467,#11468,#11469,#11470),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697758,0.354328321613036,0.708687859416261, +1.41747459007376,2.83554609994236),.UNSPECIFIED.); +#5418=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11471,#11472,#11473,#11474,#11475, +#11476,#11477,#11478,#11479,#11480,#11481,#11482),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176418,2.12686649739122,2.48122740896702,2.65840007602464, +2.83557795404775),.UNSPECIFIED.); +#5419=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11483,#11484,#11485,#11486,#11487, +#11488,#11489,#11490,#11491,#11492,#11493,#11494),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282988,2.12684260179883,2.48119953399994,2.65837021156847, +2.83554609994234),.UNSPECIFIED.); +#5420=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11495,#11496),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5421=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11497,#11498,#11499,#11500,#11501, +#11502,#11503,#11504,#11505,#11506,#11507,#11508),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699176,0.354328321616043,0.708687859395237, +1.41747459006016,2.83554609994242),.UNSPECIFIED.); +#5422=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11509,#11510,#11511,#11512,#11513, +#11514,#11515,#11516,#11517,#11518,#11519,#11520),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763995,2.12686649738478,2.48122740896678,2.6584000760245, +2.83557795404771),.UNSPECIFIED.); +#5423=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11521,#11522,#11523,#11524,#11525, +#11526,#11527,#11528,#11529,#11530,#11531,#11532),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283085,2.12684260179909,2.48119953399873,2.65837021156789, +2.8355460999424),.UNSPECIFIED.); +#5424=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11533,#11534),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5425=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11535,#11536,#11537,#11538,#11539, +#11540,#11541,#11542,#11543,#11544,#11545,#11546),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697989,0.354328321613413,0.708687859412152, +1.41747459007246,2.83554609994239),.UNSPECIFIED.); +#5426=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11547,#11548,#11549,#11550,#11551, +#11552,#11553,#11554,#11555,#11556,#11557,#11558),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176413,2.12686649738836,2.48122740896541,2.65840007602377, +2.83557795404769),.UNSPECIFIED.); +#5427=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11559,#11560,#11561,#11562,#11563, +#11564,#11565,#11566,#11567,#11568,#11569,#11570),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283516,2.12684260180319,2.48119953399791,2.65837021156746, +2.83554609994237),.UNSPECIFIED.); +#5428=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11571,#11572),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5429=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11573,#11574,#11575,#11576,#11577, +#11578,#11579,#11580,#11581,#11582,#11583,#11584),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697898,0.3543283216134,0.708687859409909,1.41747459007113, +2.83554609994239),.UNSPECIFIED.); +#5430=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11585,#11586,#11587,#11588,#11589, +#11590,#11591,#11592,#11593,#11594,#11595,#11596),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764178,2.12686649739064,2.48122740896545,2.65840007602384, +2.83557795404771),.UNSPECIFIED.); +#5431=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11597,#11598,#11599,#11600,#11601, +#11602,#11603,#11604,#11605,#11606,#11607,#11608),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283503,2.1268426018033,2.48119953399822,2.65837021156762, +2.83554609994237),.UNSPECIFIED.); +#5432=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11609,#11610),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5433=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11611,#11612,#11613,#11614,#11615, +#11616,#11617,#11618,#11619,#11620,#11621,#11622),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697305,0.354328321612301,0.708687859409756, +1.41747459007048,2.83554609994236),.UNSPECIFIED.); +#5434=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11623,#11624,#11625,#11626,#11627, +#11628,#11629,#11630,#11631,#11632,#11633,#11634),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283241,2.12684260180236,2.48119953399876,2.65837021156787, +2.83554609994234),.UNSPECIFIED.); +#5435=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11635,#11636,#11637,#11638,#11639, +#11640,#11641,#11642,#11643,#11644,#11645,#11646),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290578,0.354332300189835,0.708695817452695, +1.41749050904802,2.83557795404771),.UNSPECIFIED.); +#5436=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11647,#11648),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5437=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11649,#11650,#11651,#11652,#11653, +#11654,#11655,#11656,#11657,#11658,#11659,#11660),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699007,0.354328321615534,0.708687859402068, +1.41747459006648,2.83554609994239),.UNSPECIFIED.); +#5438=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11661,#11662,#11663,#11664,#11665, +#11666,#11667,#11668,#11669,#11670,#11671,#11672),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282353,2.12684260179003,2.48119953400123,2.65837021156908, +2.83554609994237),.UNSPECIFIED.); +#5439=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11673,#11674),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5440=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11675,#11676,#11677,#11678,#11679, +#11680,#11681,#11682,#11683,#11684,#11685,#11686),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698436,0.354328321614393,0.708687859404987, +1.4174745900671,2.83554609994236),.UNSPECIFIED.); +#5441=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11687,#11688,#11689,#11690,#11691, +#11692,#11693,#11694,#11695,#11696,#11697,#11698),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283685,2.12684260180633,2.48119953399862,2.6583702115678, +2.83554609994234),.UNSPECIFIED.); +#5442=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11699,#11700),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5443=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11701,#11702,#11703,#11704,#11705, +#11706,#11707,#11708,#11709,#11710,#11711,#11712),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697347,0.354328321612298,0.708687859413845, +1.41747459007294,2.83554609994242),.UNSPECIFIED.); +#5444=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11713,#11714,#11715,#11716,#11717, +#11718,#11719,#11720,#11721,#11722,#11723,#11724),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764258,2.12686649738777,2.48122740896576,2.65840007602398, +2.83557795404769),.UNSPECIFIED.); +#5445=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11725,#11726,#11727,#11728,#11729, +#11730,#11731,#11732,#11733,#11734,#11735,#11736),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283154,2.12684260180008,2.48119953399944,2.65837021156824, +2.8355460999424),.UNSPECIFIED.); +#5446=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11737,#11738),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5447=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11739,#11740,#11741,#11742,#11743, +#11744,#11745,#11746,#11747,#11748,#11749,#11750),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369879,0.354328321615015,0.708687859408192, +1.4174745900654,2.83554609994241),.UNSPECIFIED.); +#5448=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11751,#11752,#11753,#11754,#11755, +#11756,#11757,#11758,#11759,#11760,#11761,#11762),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764396,2.12686649738965,2.48122740896633,2.65840007602428, +2.83557795404772),.UNSPECIFIED.); +#5449=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11763,#11764,#11765,#11766,#11767, +#11768,#11769,#11770,#11771,#11772,#11773,#11774),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282925,2.12684260180646,2.48119953399915,2.65837021156798, +2.83554609994242),.UNSPECIFIED.); +#5450=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11775,#11776),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5451=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11777,#11778,#11779,#11780,#11781, +#11782,#11783,#11784,#11785,#11786,#11787,#11788),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697284,0.354328321612259,0.708687859416071, +1.41747459007338,2.83554609994236),.UNSPECIFIED.); +#5452=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11789,#11790,#11791,#11792,#11793, +#11794,#11795,#11796,#11797,#11798,#11799,#11800),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764157,2.12686649738815,2.48122740896558,2.65840007602389, +2.83557795404769),.UNSPECIFIED.); +#5453=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11801,#11802,#11803,#11804,#11805, +#11806,#11807,#11808,#11809,#11810,#11811,#11812),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282798,2.12684260180155,2.48119953399943,2.65837021156817, +2.83554609994234),.UNSPECIFIED.); +#5454=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11813,#11814,#11815,#11816,#11817, +#11818,#11819,#11820,#11821,#11822,#11823,#11824),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906178,0.354332300190632,0.70869581745028, +1.4174905090461,2.83557795404768),.UNSPECIFIED.); +#5455=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11825,#11826),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5456=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11827,#11828,#11829,#11830,#11831, +#11832,#11833,#11834,#11835,#11836,#11837,#11838),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698348,0.354328321614302,0.708687859400114, +1.4174745900665,2.83554609994242),.UNSPECIFIED.); +#5457=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11839,#11840,#11841,#11842,#11843, +#11844,#11845,#11846,#11847,#11848,#11849,#11850),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282739,2.1268426017933,2.48119953399993,2.65837021156853, +2.8355460999424),.UNSPECIFIED.); +#5458=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11851,#11852),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5459=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11853,#11854,#11855,#11856,#11857, +#11858,#11859,#11860,#11861,#11862,#11863,#11864),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698397,0.3543283216144,0.708687859407219,1.41747459006806, +2.83554609994242),.UNSPECIFIED.); +#5460=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11865,#11866,#11867,#11868,#11869, +#11870,#11871,#11872,#11873,#11874,#11875,#11876),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283498,2.12684260180339,2.48119953399821,2.65837021156756, +2.83554609994243),.UNSPECIFIED.); +#5461=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11877,#11878),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5462=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11879,#11880,#11881,#11882,#11883, +#11884,#11885,#11886,#11887,#11888,#11889,#11890),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698281,0.354328321614083,0.708687859409484, +1.41747459006952,2.83554609994241),.UNSPECIFIED.); +#5463=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11891,#11892,#11893,#11894,#11895, +#11896,#11897,#11898,#11899,#11900,#11901,#11902),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764159,2.12686649738573,2.48122740896627,2.65840007602425, +2.83557795404768),.UNSPECIFIED.); +#5464=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11903,#11904,#11905,#11906,#11907, +#11908,#11909,#11910,#11911,#11912,#11913,#11914),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283187,2.12684260180357,2.48119953399927,2.65837021156816, +2.8355460999424),.UNSPECIFIED.); +#5465=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11915,#11916),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5466=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11917,#11918,#11919,#11920,#11921, +#11922,#11923,#11924,#11925,#11926,#11927,#11928),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369861,0.354328321614741,0.708687859407475, +1.41747459006593,2.83554609994236),.UNSPECIFIED.); +#5467=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11929,#11930,#11931,#11932,#11933, +#11934,#11935,#11936,#11937,#11938,#11939,#11940),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764053,2.12686649738642,2.48122740896665,2.65840007602445, +2.83557795404772),.UNSPECIFIED.); +#5468=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11941,#11942,#11943,#11944,#11945, +#11946,#11947,#11948,#11949,#11950,#11951,#11952),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283142,2.12684260180101,2.48119953399911,2.65837021156801, +2.83554609994234),.UNSPECIFIED.); +#5469=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11953,#11954,#11955,#11956,#11957, +#11958,#11959,#11960,#11961,#11962,#11963,#11964),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906312,0.354332300190984,0.708695817447574, +1.41749050904402,2.83557795404774),.UNSPECIFIED.); +#5470=B_SPLINE_CURVE_WITH_KNOTS('',1,(#11965,#11966),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5471=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11967,#11968,#11969,#11970,#11971, +#11972,#11973,#11974,#11975,#11976,#11977,#11978),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369869,0.354328321614901,0.708687859408135, +1.4174745900681,2.83554609994242),.UNSPECIFIED.); +#5472=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11979,#11980,#11981,#11982,#11983, +#11984,#11985,#11986,#11987,#11988,#11989,#11990),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763974,2.12686649738528,2.48122740896672,2.65840007602446, +2.83557795404772),.UNSPECIFIED.); +#5473=B_SPLINE_CURVE_WITH_KNOTS('',3,(#11991,#11992,#11993,#11994,#11995, +#11996,#11997,#11998,#11999,#12000,#12001,#12002),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283453,2.12684260180515,2.48119953399836,2.6583702115677, +2.8355460999424),.UNSPECIFIED.); +#5474=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12003,#12004),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5475=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12005,#12006,#12007,#12008,#12009, +#12010,#12011,#12012,#12013,#12014,#12015,#12016),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698456,0.354328321614433,0.708687859405493, +1.4174745900682,2.83554609994242),.UNSPECIFIED.); +#5476=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12017,#12018,#12019,#12020,#12021, +#12022,#12023,#12024,#12025,#12026,#12027,#12028),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764207,2.12686649738762,2.48122740896615,2.65840007602413, +2.83557795404768),.UNSPECIFIED.); +#5477=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12029,#12030,#12031,#12032,#12033, +#12034,#12035,#12036,#12037,#12038,#12039,#12040),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283068,2.12684260180024,2.48119953399922,2.65837021156814, +2.8355460999424),.UNSPECIFIED.); +#5478=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12041,#12042),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5479=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12043,#12044,#12045,#12046,#12047, +#12048,#12049,#12050,#12051,#12052,#12053,#12054),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698565,0.354328321614651,0.708687859406611, +1.41747459006693,2.83554609994239),.UNSPECIFIED.); +#5480=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12055,#12056,#12057,#12058,#12059, +#12060,#12061,#12062,#12063,#12064,#12065,#12066),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764198,2.12686649738712,2.48122740896629,2.65840007602426, +2.83557795404771),.UNSPECIFIED.); +#5481=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12067,#12068,#12069,#12070,#12071, +#12072,#12073,#12074,#12075,#12076,#12077,#12078),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282927,2.12684260180092,2.48119953399992,2.65837021156845, +2.83554609994243),.UNSPECIFIED.); +#5482=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12079,#12080),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5483=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12081,#12082,#12083,#12084,#12085, +#12086,#12087,#12088,#12089,#12090,#12091,#12092),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698629,0.354328321614779,0.708687859406782, +1.41747459006659,2.83554609994239),.UNSPECIFIED.); +#5484=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12093,#12094,#12095,#12096,#12097, +#12098,#12099,#12100,#12101,#12102,#12103,#12104),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764079,2.12686649738719,2.48122740896646,2.65840007602433, +2.83557795404772),.UNSPECIFIED.); +#5485=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12105,#12106,#12107,#12108,#12109, +#12110,#12111,#12112,#12113,#12114,#12115,#12116),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828298,2.12684260179883,2.48119953399913,2.65837021156802, +2.83554609994242),.UNSPECIFIED.); +#5486=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12117,#12118),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5487=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12119,#12120,#12121,#12122,#12123, +#12124,#12125,#12126,#12127,#12128,#12129,#12130),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698413,0.354328321614346,0.708687859410607, +1.41747459007023,2.83554609994239),.UNSPECIFIED.); +#5488=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12131,#12132,#12133,#12134,#12135, +#12136,#12137,#12138,#12139,#12140,#12141,#12142),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764107,2.12686649738693,2.48122740896648,2.65840007602436, +2.83557795404776),.UNSPECIFIED.); +#5489=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12143,#12144,#12145,#12146,#12147, +#12148,#12149,#12150,#12151,#12152,#12153,#12154),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283374,2.12684260180611,2.48119953399882,2.65837021156788, +2.83554609994237),.UNSPECIFIED.); +#5490=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12155,#12156),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5491=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12157,#12158,#12159,#12160,#12161, +#12162,#12163,#12164,#12165,#12166,#12167,#12168),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698389,0.354328321614468,0.708687859408805, +1.4174745900685,2.83554609994244),.UNSPECIFIED.); +#5492=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12169,#12170,#12171,#12172,#12173, +#12174,#12175,#12176,#12177,#12178,#12179,#12180),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764068,2.12686649738453,2.48122740896638,2.65840007602428, +2.83557795404766),.UNSPECIFIED.); +#5493=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12181,#12182,#12183,#12184,#12185, +#12186,#12187,#12188,#12189,#12190,#12191,#12192),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283364,2.12684260180515,2.48119953399858,2.65837021156783, +2.83554609994243),.UNSPECIFIED.); +#5494=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12193,#12194),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5495=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12195,#12196,#12197,#12198,#12199, +#12200,#12201,#12202,#12203,#12204,#12205,#12206),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698591,0.354328321614788,0.708687859407398, +1.4174745900662,2.83554609994239),.UNSPECIFIED.); +#5496=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12207,#12208,#12209,#12210,#12211, +#12212,#12213,#12214,#12215,#12216,#12217,#12218),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283438,2.12684260180313,2.48119953399812,2.65837021156747, +2.83554609994234),.UNSPECIFIED.); +#5497=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12219,#12220),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5498=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12221,#12222,#12223,#12224,#12225, +#12226,#12227,#12228,#12229,#12230,#12231,#12232),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698578,0.354328321614676,0.708687859405723, +1.41747459006729,2.83554609994242),.UNSPECIFIED.); +#5499=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12233,#12234,#12235,#12236,#12237, +#12238,#12239,#12240,#12241,#12242,#12243,#12244),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283355,2.12684260180249,2.48119953399851,2.65837021156774, +2.8355460999424),.UNSPECIFIED.); +#5500=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12245,#12246),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5501=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12247,#12248,#12249,#12250,#12251, +#12252,#12253,#12254,#12255,#12256,#12257,#12258),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698663,0.354328321614931,0.708687859408622, +1.41747459006728,2.83554609994241),.UNSPECIFIED.); +#5502=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12259,#12260,#12261,#12262,#12263, +#12264,#12265,#12266,#12267,#12268,#12269,#12270),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282858,2.12684260179876,2.48119953399981,2.65837021156843, +2.8355460999424),.UNSPECIFIED.); +#5503=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12271,#12272),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5504=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12273,#12274,#12275,#12276,#12277, +#12278,#12279,#12280,#12281,#12282,#12283,#12284),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369897,0.354328321615375,0.708687859403967, +1.41747459006421,2.83554609994242),.UNSPECIFIED.); +#5505=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12285,#12286,#12287,#12288,#12289, +#12290,#12291,#12292,#12293,#12294,#12295,#12296),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283318,2.12684260180353,2.48119953399855,2.65837021156774, +2.83554609994237),.UNSPECIFIED.); +#5506=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12297,#12298,#12299,#12300,#12301, +#12302,#12303,#12304,#12305,#12306,#12307,#12308),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906667,0.354332300191654,0.708695817445374, +1.41749050904325,2.83557795404778),.UNSPECIFIED.); +#5507=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12309,#12310),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5508=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12311,#12312,#12313,#12314,#12315, +#12316,#12317,#12318,#12319,#12320,#12321,#12322),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698884,0.354328321615288,0.708687859404815, +1.41747459006531,2.83554609994239),.UNSPECIFIED.); +#5509=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12323,#12324,#12325,#12326,#12327, +#12328,#12329,#12330,#12331,#12332,#12333,#12334),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283374,2.12684260180377,2.48119953399863,2.65837021156782, +2.83554609994237),.UNSPECIFIED.); +#5510=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12335,#12336),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5511=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12337,#12338,#12339,#12340,#12341, +#12342,#12343,#12344,#12345,#12346,#12347,#12348),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698483,0.354328321614572,0.708687859408329, +1.41747459006883,2.83554609994242),.UNSPECIFIED.); +#5512=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12349,#12350,#12351,#12352,#12353, +#12354,#12355,#12356,#12357,#12358,#12359,#12360),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176404,2.12686649738598,2.48122740896643,2.65840007602429, +2.83557795404772),.UNSPECIFIED.); +#5513=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12361,#12362,#12363,#12364,#12365, +#12366,#12367,#12368,#12369,#12370,#12371,#12372),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283183,2.1268426018027,2.48119953399866,2.65837021156785, +2.8355460999424),.UNSPECIFIED.); +#5514=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12373,#12374),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5515=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12375,#12376,#12377,#12378,#12379, +#12380,#12381,#12382,#12383,#12384,#12385,#12386),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698737,0.354328321614994,0.708687859407299, +1.41747459006669,2.83554609994233),.UNSPECIFIED.); +#5516=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12387,#12388,#12389,#12390,#12391, +#12392,#12393,#12394,#12395,#12396,#12397,#12398),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764293,2.12686649738846,2.48122740896579,2.65840007602402, +2.83557795404772),.UNSPECIFIED.); +#5517=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12399,#12400,#12401,#12402,#12403, +#12404,#12405,#12406,#12407,#12408,#12409,#12410),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283659,2.12684260180435,2.48119953399783,2.65837021156744, +2.8355460999424),.UNSPECIFIED.); +#5518=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12411,#12412),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5519=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12413,#12414,#12415,#12416,#12417, +#12418,#12419,#12420,#12421,#12422,#12423,#12424),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698045,0.354328321613696,0.708687859410928, +1.41747459006993,2.83554609994239),.UNSPECIFIED.); +#5520=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12425,#12426,#12427,#12428,#12429, +#12430,#12431,#12432,#12433,#12434,#12435,#12436),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283041,2.12684260179834,2.48119953399882,2.65837021156787, +2.83554609994237),.UNSPECIFIED.); +#5521=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12437,#12438),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5522=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12439,#12440,#12441,#12442,#12443, +#12444,#12445,#12446,#12447,#12448,#12449,#12450),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698219,0.354328321614129,0.708687859411452, +1.4174745900691,2.83554609994236),.UNSPECIFIED.); +#5523=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12451,#12452,#12453,#12454,#12455, +#12456,#12457,#12458,#12459,#12460,#12461,#12462),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764359,2.12686649739104,2.48122740896558,2.65840007602389, +2.83557795404769),.UNSPECIFIED.); +#5524=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12463,#12464,#12465,#12466,#12467, +#12468,#12469,#12470,#12471,#12472,#12473,#12474),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283193,2.12684260180161,2.48119953399933,2.65837021156816, +2.83554609994234),.UNSPECIFIED.); +#5525=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12475,#12476),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5526=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12477,#12478,#12479,#12480,#12481, +#12482,#12483,#12484,#12485,#12486,#12487,#12488),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698305,0.354328321614215,0.708687859409152, +1.417474590068,2.83554609994239),.UNSPECIFIED.); +#5527=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12489,#12490,#12491,#12492,#12493, +#12494,#12495,#12496,#12497,#12498,#12499,#12500),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283752,2.12684260180651,2.48119953399761,2.65837021156732, +2.83554609994237),.UNSPECIFIED.); +#5528=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12501,#12502),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5529=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12503,#12504,#12505,#12506,#12507, +#12508,#12509,#12510,#12511,#12512,#12513,#12514),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698551,0.354328321614623,0.708687859406301, +1.41747459006759,2.83554609994242),.UNSPECIFIED.); +#5530=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12515,#12516,#12517,#12518,#12519, +#12520,#12521,#12522,#12523,#12524,#12525,#12526),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764115,2.12686649738633,2.48122740896665,2.65840007602444, +2.83557795404772),.UNSPECIFIED.); +#5531=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12527,#12528,#12529,#12530,#12531, +#12532,#12533,#12534,#12535,#12536,#12537,#12538),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283872,2.1268426018076,2.48119953399787,2.65837021156742, +2.8355460999424),.UNSPECIFIED.); +#5532=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12539,#12540),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5533=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12541,#12542,#12543,#12544,#12545, +#12546,#12547,#12548,#12549,#12550,#12551,#12552),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698107,0.354328321613905,0.708687859411771, +1.41747459006956,2.83554609994236),.UNSPECIFIED.); +#5534=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12553,#12554,#12555,#12556,#12557, +#12558,#12559,#12560,#12561,#12562,#12563,#12564),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283148,2.12684260179862,2.48119953399823,2.65837021156766, +2.83554609994237),.UNSPECIFIED.); +#5535=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12565,#12566),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5536=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12567,#12568,#12569,#12570,#12571, +#12572,#12573,#12574,#12575,#12576,#12577,#12578),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699125,0.354328321615855,0.708687859404584, +1.41747459006442,2.83554609994241),.UNSPECIFIED.); +#5537=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12579,#12580,#12581,#12582,#12583, +#12584,#12585,#12586,#12587,#12588,#12589,#12590),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764215,2.12686649738838,2.48122740896602,2.65840007602412, +2.83557795404775),.UNSPECIFIED.); +#5538=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12591,#12592,#12593,#12594,#12595, +#12596,#12597,#12598,#12599,#12600,#12601,#12602),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283787,2.12684260180529,2.48119953399749,2.65837021156727, +2.8355460999424),.UNSPECIFIED.); +#5539=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12603,#12604),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5540=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12605,#12606,#12607,#12608,#12609, +#12610,#12611,#12612,#12613,#12614,#12615,#12616),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698365,0.354328321614422,0.708687859408372, +1.41747459006917,2.83554609994241),.UNSPECIFIED.); +#5541=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12617,#12618,#12619,#12620,#12621, +#12622,#12623,#12624,#12625,#12626,#12627,#12628),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282897,2.12684260179874,2.48119953399899,2.65837021156797, +2.8355460999424),.UNSPECIFIED.); +#5542=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12629,#12630),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5543=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12631,#12632,#12633,#12634,#12635, +#12636,#12637,#12638,#12639,#12640,#12641,#12642),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698557,0.354328321614549,0.708687859407772, +1.41747459006823,2.83554609994241),.UNSPECIFIED.); +#5544=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12643,#12644,#12645,#12646,#12647, +#12648,#12649,#12650,#12651,#12652,#12653,#12654),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176434,2.12686649738782,2.48122740896539,2.65840007602381, +2.83557795404772),.UNSPECIFIED.); +#5545=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12655,#12656,#12657,#12658,#12659, +#12660,#12661,#12662,#12663,#12664,#12665,#12666),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283257,2.12684260179994,2.48119953399878,2.65837021156791, +2.8355460999424),.UNSPECIFIED.); +#5546=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12667,#12668),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5547=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12669,#12670,#12671,#12672,#12673, +#12674,#12675,#12676,#12677,#12678,#12679,#12680),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698645,0.354328321614981,0.708687859406845, +1.4174745900668,2.83554609994239),.UNSPECIFIED.); +#5548=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12681,#12682,#12683,#12684,#12685, +#12686,#12687,#12688,#12689,#12690,#12691,#12692),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176407,2.12686649738503,2.48122740896625,2.65840007602428, +2.83557795404775),.UNSPECIFIED.); +#5549=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12693,#12694,#12695,#12696,#12697, +#12698,#12699,#12700,#12701,#12702,#12703,#12704),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283039,2.1268426017993,2.48119953399915,2.65837021156807, +2.83554609994234),.UNSPECIFIED.); +#5550=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12705,#12706),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5551=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12707,#12708,#12709,#12710,#12711, +#12712,#12713,#12714,#12715,#12716,#12717,#12718),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697882,0.354328321613369,0.708687859412235, +1.41747459007194,2.83554609994239),.UNSPECIFIED.); +#5552=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12719,#12720,#12721,#12722,#12723, +#12724,#12725,#12726,#12727,#12728,#12729,#12730),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764046,2.12686649738577,2.48122740896661,2.65840007602441, +2.83557795404769),.UNSPECIFIED.); +#5553=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12731,#12732,#12733,#12734,#12735, +#12736,#12737,#12738,#12739,#12740,#12741,#12742),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828325,2.12684260180285,2.48119953399889,2.65837021156791, +2.83554609994237),.UNSPECIFIED.); +#5554=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12743,#12744),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5555=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12745,#12746,#12747,#12748,#12749, +#12750,#12751,#12752,#12753,#12754,#12755,#12756),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698032,0.354328321613584,0.708687859413178, +1.41747459007161,2.83554609994242),.UNSPECIFIED.); +#5556=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12757,#12758,#12759,#12760,#12761, +#12762,#12763,#12764,#12765,#12766,#12767,#12768),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764343,2.12686649739,2.48122740896581,2.65840007602404, +2.8355779540477),.UNSPECIFIED.); +#5557=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12769,#12770,#12771,#12772,#12773, +#12774,#12775,#12776,#12777,#12778,#12779,#12780),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283186,2.12684260180261,2.48119953399903,2.65837021156807, +2.83554609994237),.UNSPECIFIED.); +#5558=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12781,#12782),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5559=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12783,#12784,#12785,#12786,#12787, +#12788,#12789,#12790,#12791,#12792,#12793,#12794),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698651,0.354328321614823,0.708687859407893, +1.41747459006805,2.83554609994239),.UNSPECIFIED.); +#5560=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12795,#12796,#12797,#12798,#12799, +#12800,#12801,#12802,#12803,#12804,#12805,#12806),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764194,2.12686649738712,2.48122740896623,2.6584000760242, +2.83557795404771),.UNSPECIFIED.); +#5561=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12807,#12808,#12809,#12810,#12811, +#12812,#12813,#12814,#12815,#12816,#12817,#12818),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283528,2.12684260180735,2.48119953399829,2.65837021156765, +2.83554609994237),.UNSPECIFIED.); +#5562=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12819,#12820),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5563=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12821,#12822,#12823,#12824,#12825, +#12826,#12827,#12828,#12829,#12830,#12831,#12832),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698695,0.354328321614995,0.708687859407812, +1.41747459006643,2.83554609994242),.UNSPECIFIED.); +#5564=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12833,#12834,#12835,#12836,#12837, +#12838,#12839,#12840,#12841,#12842,#12843,#12844),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764043,2.12686649738492,2.48122740896654,2.65840007602439, +2.83557795404772),.UNSPECIFIED.); +#5565=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12845,#12846,#12847,#12848,#12849, +#12850,#12851,#12852,#12853,#12854,#12855,#12856),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283568,2.12684260180701,2.48119953399852,2.65837021156774, +2.8355460999424),.UNSPECIFIED.); +#5566=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12857,#12858,#12859,#12860,#12861, +#12862,#12863,#12864,#12865,#12866,#12867,#12868),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906401,0.354332300191162,0.708695817446479, +1.41749050904353,2.83557795404771),.UNSPECIFIED.); +#5567=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12869,#12870),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5568=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12871,#12872,#12873,#12874,#12875, +#12876,#12877,#12878,#12879,#12880,#12881,#12882),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698068,0.354328321613828,0.708687859413409, +1.41747459007079,2.83554609994242),.UNSPECIFIED.); +#5569=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12883,#12884,#12885,#12886,#12887, +#12888,#12889,#12890,#12891,#12892,#12893,#12894),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763992,2.12686649738565,2.4812274089664,2.65840007602431, +2.83557795404769),.UNSPECIFIED.); +#5570=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12895,#12896,#12897,#12898,#12899, +#12900,#12901,#12902,#12903,#12904,#12905,#12906),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282823,2.12684260179944,2.48119953400027,2.65837021156866, +2.8355460999424),.UNSPECIFIED.); +#5571=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12907,#12908),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5572=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12909,#12910,#12911,#12912,#12913, +#12914,#12915,#12916,#12917,#12918,#12919,#12920),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698176,0.354328321613871,0.708687859410085, +1.41747459007106,2.83554609994242),.UNSPECIFIED.); +#5573=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12921,#12922,#12923,#12924,#12925, +#12926,#12927,#12928,#12929,#12930,#12931,#12932),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763952,2.12686649738591,2.48122740896645,2.65840007602434, +2.83557795404775),.UNSPECIFIED.); +#5574=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12933,#12934,#12935,#12936,#12937, +#12938,#12939,#12940,#12941,#12942,#12943,#12944),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283285,2.12684260180319,2.48119953399868,2.65837021156785, +2.83554609994237),.UNSPECIFIED.); +#5575=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12945,#12946),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5576=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12947,#12948,#12949,#12950,#12951, +#12952,#12953,#12954,#12955,#12956,#12957,#12958),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698856,0.354328321615232,0.708687859408542, +1.4174745900661,2.83554609994236),.UNSPECIFIED.); +#5577=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12959,#12960,#12961,#12962,#12963, +#12964,#12965,#12966,#12967,#12968,#12969,#12970),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764244,2.12686649738835,2.48122740896613,2.65840007602419, +2.83557795404773),.UNSPECIFIED.); +#5578=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12971,#12972,#12973,#12974,#12975, +#12976,#12977,#12978,#12979,#12980,#12981,#12982),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283227,2.12684260180221,2.48119953399886,2.65837021156792, +2.83554609994234),.UNSPECIFIED.); +#5579=B_SPLINE_CURVE_WITH_KNOTS('',1,(#12983,#12984),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5580=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12985,#12986,#12987,#12988,#12989, +#12990,#12991,#12992,#12993,#12994,#12995,#12996),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698621,0.354328321614763,0.708687859406324, +1.41747459006516,2.83554609994236),.UNSPECIFIED.); +#5581=B_SPLINE_CURVE_WITH_KNOTS('',3,(#12997,#12998,#12999,#13000,#13001, +#13002,#13003,#13004,#13005,#13006,#13007,#13008),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283395,2.12684260180223,2.4811995339993,2.65837021156819, +2.83554609994234),.UNSPECIFIED.); +#5582=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13009,#13010),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5583=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13011,#13012,#13013,#13014,#13015, +#13016,#13017,#13018,#13019,#13020,#13021,#13022),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698609,0.354328321614738,0.708687859404056, +1.41747459006559,2.83554609994242),.UNSPECIFIED.); +#5584=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13023,#13024,#13025,#13026,#13027, +#13028,#13029,#13030,#13031,#13032,#13033,#13034),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764287,2.12686649738892,2.48122740896597,2.65840007602405, +2.83557795404769),.UNSPECIFIED.); +#5585=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13035,#13036,#13037,#13038,#13039, +#13040,#13041,#13042,#13043,#13044,#13045,#13046),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283856,2.12684260181297,2.48119953399721,2.65837021156707, +2.83554609994237),.UNSPECIFIED.); +#5586=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13047,#13048),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5587=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13049,#13050,#13051,#13052,#13053, +#13054,#13055,#13056,#13057,#13058,#13059,#13060),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698866,0.354328321615168,0.708687859402357, +1.41747459006364,2.83554609994239),.UNSPECIFIED.); +#5588=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13061,#13062,#13063,#13064,#13065, +#13066,#13067,#13068,#13069,#13070,#13071,#13072),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283017,2.12684260180303,2.4811995339991,2.65837021156804, +2.83554609994234),.UNSPECIFIED.); +#5589=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13073,#13074),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5590=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13075,#13076,#13077,#13078,#13079, +#13080,#13081,#13082,#13083,#13084,#13085,#13086),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698276,0.354328321614072,0.708687859413299, +1.41747459006912,2.83554609994242),.UNSPECIFIED.); +#5591=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13087,#13088,#13089,#13090,#13091, +#13092,#13093,#13094,#13095,#13096,#13097,#13098),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764266,2.12686649739221,2.48122740896605,2.65840007602414, +2.83557795404772),.UNSPECIFIED.); +#5592=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13099,#13100,#13101,#13102,#13103, +#13104,#13105,#13106,#13107,#13108,#13109,#13110),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283078,2.12684260179606,2.4811995339994,2.65837021156822, +2.8355460999424),.UNSPECIFIED.); +#5593=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13111,#13112),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5594=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13113,#13114,#13115,#13116,#13117, +#13118,#13119,#13120,#13121,#13122,#13123,#13124),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698773,0.354328321615152,0.708687859409488, +1.41747459006637,2.83554609994239),.UNSPECIFIED.); +#5595=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13125,#13126,#13127,#13128,#13129, +#13130,#13131,#13132,#13133,#13134,#13135,#13136),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764396,2.12686649739149,2.48122740896592,2.65840007602409, +2.83557795404775),.UNSPECIFIED.); +#5596=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13137,#13138,#13139,#13140,#13141, +#13142,#13143,#13144,#13145,#13146,#13147,#13148),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283333,2.12684260179831,2.48119953399884,2.65837021156793, +2.83554609994237),.UNSPECIFIED.); +#5597=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13149,#13150),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5598=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13151,#13152,#13153,#13154,#13155, +#13156,#13157,#13158,#13159,#13160,#13161,#13162),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698319,0.354328321614157,0.708687859410656, +1.41747459006913,2.83554609994242),.UNSPECIFIED.); +#5599=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13163,#13164,#13165,#13166,#13167, +#13168,#13169,#13170,#13171,#13172,#13173,#13174),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764336,2.12686649739151,2.48122740896593,2.6584000760241, +2.83557795404775),.UNSPECIFIED.); +#5600=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13175,#13176,#13177,#13178,#13179, +#13180,#13181,#13182,#13183,#13184,#13185,#13186),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108281967,2.12684260179072,2.4811995340015,2.65837021156919, +2.8355460999424),.UNSPECIFIED.); +#5601=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13187,#13188),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5602=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13189,#13190,#13191,#13192,#13193, +#13194,#13195,#13196,#13197,#13198,#13199,#13200),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699386,0.354328321616292,0.708687859402047, +1.41747459006285,2.83554609994236),.UNSPECIFIED.); +#5603=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13201,#13202,#13203,#13204,#13205, +#13206,#13207,#13208,#13209,#13210,#13211,#13212),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763845,2.12686649738568,2.48122740896639,2.65840007602431, +2.83557795404772),.UNSPECIFIED.); +#5604=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13213,#13214,#13215,#13216,#13217, +#13218,#13219,#13220,#13221,#13222,#13223,#13224),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283483,2.1268426018072,2.48119953399909,2.65837021156804, +2.83554609994234),.UNSPECIFIED.); +#5605=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13225,#13226),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5606=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13227,#13228,#13229,#13230,#13231, +#13232,#13233,#13234,#13235,#13236,#13237,#13238),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698641,0.354328321614801,0.708687859411688, +1.41747459006701,2.83554609994241),.UNSPECIFIED.); +#5607=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13239,#13240,#13241,#13242,#13243, +#13244,#13245,#13246,#13247,#13248,#13249,#13250),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763625,2.12686649738164,2.48122740896712,2.65840007602463, +2.83557795404768),.UNSPECIFIED.); +#5608=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13251,#13252,#13253,#13254,#13255, +#13256,#13257,#13258,#13259,#13260,#13261,#13262),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283516,2.12684260180607,2.48119953399894,2.65837021156799, +2.8355460999424),.UNSPECIFIED.); +#5609=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13263,#13264),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5610=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13265,#13266,#13267,#13268,#13269, +#13270,#13271,#13272,#13273,#13274,#13275,#13276),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698513,0.354328321614716,0.708687859407596, +1.4174745900654,2.83554609994242),.UNSPECIFIED.); +#5611=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13277,#13278,#13279,#13280,#13281, +#13282,#13283,#13284,#13285,#13286,#13287,#13288),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764203,2.12686649738749,2.48122740896606,2.65840007602415, +2.83557795404772),.UNSPECIFIED.); +#5612=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13289,#13290,#13291,#13292,#13293, +#13294,#13295,#13296,#13297,#13298,#13299,#13300),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283367,2.12684260180528,2.48119953399846,2.65837021156779, +2.8355460999424),.UNSPECIFIED.); +#5613=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13301,#13302),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5614=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13303,#13304,#13305,#13306,#13307, +#13308,#13309,#13310,#13311,#13312,#13313,#13314),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699241,0.35432832161609,0.70868785940258,1.41747459006178, +2.83554609994236),.UNSPECIFIED.); +#5615=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13315,#13316,#13317,#13318,#13319, +#13320,#13321,#13322,#13323,#13324,#13325,#13326),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283877,2.12684260180758,2.48119953399748,2.65837021156726, +2.83554609994231),.UNSPECIFIED.); +#5616=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13327,#13328),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5617=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13329,#13330,#13331,#13332,#13333, +#13334,#13335,#13336,#13337,#13338,#13339,#13340),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697464,0.354328321612533,0.708687859412951, +1.41747459007533,2.83554609994239),.UNSPECIFIED.); +#5618=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13341,#13342,#13343,#13344,#13345, +#13346,#13347,#13348,#13349,#13350,#13351,#13352),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283109,2.12684260180201,2.48119953399924,2.65837021156809, +2.83554609994237),.UNSPECIFIED.); +#5619=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13353,#13354,#13355,#13356,#13357, +#13358,#13359,#13360,#13361,#13362,#13363,#13364),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906979,0.354332300192318,0.708695817444526, +1.41749050903908,2.83557795404777),.UNSPECIFIED.); +#5620=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13365,#13366),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5621=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13367,#13368,#13369,#13370,#13371, +#13372,#13373,#13374,#13375,#13376,#13377,#13378),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369819,0.3543283216139,0.708687859413724,1.41747459007151, +2.83554609994239),.UNSPECIFIED.); +#5622=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13379,#13380,#13381,#13382,#13383, +#13384,#13385,#13386,#13387,#13388,#13389,#13390),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283232,2.12684260180116,2.4811995339982,2.6583702115676, +2.83554609994234),.UNSPECIFIED.); +#5623=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13391,#13392,#13393,#13394,#13395, +#13396,#13397,#13398,#13399,#13400,#13401,#13402),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906594,0.354332300191548,0.708695817450492, +1.41749050904387,2.83557795404773),.UNSPECIFIED.); +#5624=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13403,#13404),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5625=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13405,#13406,#13407,#13408,#13409, +#13410,#13411,#13412,#13413,#13414,#13415,#13416),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698713,0.35432832161503,0.708687859402082, +1.41747459006471,2.83554609994239),.UNSPECIFIED.); +#5626=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13417,#13418,#13419,#13420,#13421, +#13422,#13423,#13424,#13425,#13426,#13427,#13428),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764243,2.12686649738891,2.48122740896623,2.65840007602426, +2.83557795404772),.UNSPECIFIED.); +#5627=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13429,#13430,#13431,#13432,#13433, +#13434,#13435,#13436,#13437,#13438,#13439,#13440),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283005,2.12684260179926,2.48119953399926,2.65837021156808, +2.83554609994234),.UNSPECIFIED.); +#5628=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13441,#13442),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5629=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13443,#13444,#13445,#13446,#13447, +#13448,#13449,#13450,#13451,#13452,#13453,#13454),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369771,0.354328321612855,0.708687859415812, +1.41747459007491,2.83554609994241),.UNSPECIFIED.); +#5630=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13455,#13456,#13457,#13458,#13459, +#13460,#13461,#13462,#13463,#13464,#13465,#13466),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764033,2.12686649738688,2.4812274089669,2.65840007602455, +2.83557795404768),.UNSPECIFIED.); +#5631=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13467,#13468,#13469,#13470,#13471, +#13472,#13473,#13474,#13475,#13476,#13477,#13478),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283724,2.12684260180794,2.48119953399742,2.65837021156724, +2.83554609994243),.UNSPECIFIED.); +#5632=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13479,#13480,#13481,#13482,#13483, +#13484,#13485,#13486,#13487,#13488,#13489,#13490),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906881,0.354332300192124,0.708695817442817, +1.41749050903664,2.83557795404769),.UNSPECIFIED.); +#5633=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13491,#13492),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5634=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13493,#13494,#13495,#13496,#13497, +#13498,#13499,#13500,#13501,#13502,#13503,#13504),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698634,0.354328321614704,0.708687859405865, +1.41747459006664,2.83554609994239),.UNSPECIFIED.); +#5635=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13505,#13506,#13507,#13508,#13509, +#13510,#13511,#13512,#13513,#13514,#13515,#13516),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764222,2.126866497386,2.48122740896558,2.65840007602394, +2.83557795404775),.UNSPECIFIED.); +#5636=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13517,#13518,#13519,#13520,#13521, +#13522,#13523,#13524,#13525,#13526,#13527,#13528),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283671,2.12684260180397,2.48119953399771,2.65837021156732, +2.83554609994237),.UNSPECIFIED.); +#5637=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13529,#13530),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5638=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13531,#13532,#13533,#13534,#13535, +#13536,#13537,#13538,#13539,#13540,#13541,#13542),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697617,0.354328321612754,0.708687859416633, +1.41747459007467,2.83554609994239),.UNSPECIFIED.); +#5639=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13543,#13544,#13545,#13546,#13547, +#13548,#13549,#13550,#13551,#13552,#13553,#13554),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283303,2.12684260180681,2.48119953399835,2.65837021156762, +2.83554609994234),.UNSPECIFIED.); +#5640=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13555,#13556),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5641=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13557,#13558,#13559,#13560,#13561, +#13562,#13563,#13564,#13565,#13566,#13567,#13568),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698624,0.354328321614684,0.708687859406165, +1.41747459006741,2.83554609994239),.UNSPECIFIED.); +#5642=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13569,#13570,#13571,#13572,#13573, +#13574,#13575,#13576,#13577,#13578,#13579,#13580),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763903,2.12686649738457,2.48122740896707,2.65840007602465, +2.83557795404772),.UNSPECIFIED.); +#5643=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13581,#13582,#13583,#13584,#13585, +#13586,#13587,#13588,#13589,#13590,#13591,#13592),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283426,2.1268426018039,2.48119953399843,2.65837021156773, +2.83554609994237),.UNSPECIFIED.); +#5644=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13593,#13594),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5645=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13595,#13596,#13597,#13598,#13599, +#13600,#13601,#13602,#13603,#13604,#13605,#13606),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698594,0.354328321614792,0.70868785940536, +1.41747459006699,2.83554609994241),.UNSPECIFIED.); +#5646=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13607,#13608,#13609,#13610,#13611, +#13612,#13613,#13614,#13615,#13616,#13617,#13618),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282947,2.12684260180087,2.48119953399911,2.65837021156812, +2.83554609994239),.UNSPECIFIED.); +#5647=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13619,#13620),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5648=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13621,#13622,#13623,#13624,#13625, +#13626,#13627,#13628,#13629,#13630,#13631,#13632),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698843,0.354328321615291,0.70868785940397, +1.4174745900655,2.83554609994242),.UNSPECIFIED.); +#5649=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13633,#13634,#13635,#13636,#13637, +#13638,#13639,#13640,#13641,#13642,#13643,#13644),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283153,2.12684260180097,2.48119953399873,2.65837021156789, +2.8355460999424),.UNSPECIFIED.); +#5650=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13645,#13646),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5651=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13647,#13648,#13649,#13650,#13651, +#13652,#13653,#13654,#13655,#13656,#13657,#13658),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697965,0.354328321613706,0.708687859410607, +1.41747459006946,2.83554609994239),.UNSPECIFIED.); +#5652=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13659,#13660,#13661,#13662,#13663, +#13664,#13665,#13666,#13667,#13668,#13669,#13670),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176458,2.12686649738893,2.48122740896513,2.65840007602368, +2.83557795404772),.UNSPECIFIED.); +#5653=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13671,#13672,#13673,#13674,#13675, +#13676,#13677,#13678,#13679,#13680,#13681,#13682),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828342,2.12684260180274,2.4811995339984,2.65837021156761, +2.83554609994234),.UNSPECIFIED.); +#5654=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13683,#13684),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5655=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13685,#13686,#13687,#13688,#13689, +#13690,#13691,#13692,#13693,#13694,#13695,#13696),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699186,0.354328321615893,0.708687859403469, +1.41747459006228,2.83554609994241),.UNSPECIFIED.); +#5656=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13697,#13698,#13699,#13700,#13701, +#13702,#13703,#13704,#13705,#13706,#13707,#13708),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283325,2.12684260180119,2.48119953399923,2.65837021156814, +2.8355460999424),.UNSPECIFIED.); +#5657=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13709,#13710),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5658=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13711,#13712,#13713,#13714,#13715, +#13716,#13717,#13718,#13719,#13720,#13721,#13722),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553699069,0.354328321615744,0.708687859404705, +1.41747459006253,2.83554609994241),.UNSPECIFIED.); +#5659=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13723,#13724,#13725,#13726,#13727, +#13728,#13729,#13730,#13731,#13732,#13733,#13734),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763818,2.12686649738303,2.48122740896694,2.65840007602459, +2.83557795404772),.UNSPECIFIED.); +#5660=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13735,#13736,#13737,#13738,#13739, +#13740,#13741,#13742,#13743,#13744,#13745,#13746),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283154,2.1268426017985,2.48119953399891,2.65837021156798, +2.8355460999424),.UNSPECIFIED.); +#5661=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13747,#13748),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5662=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13749,#13750,#13751,#13752,#13753, +#13754,#13755,#13756,#13757,#13758,#13759,#13760),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698312,0.354328321614058,0.708687859411397, +1.41747459007027,2.83554609994239),.UNSPECIFIED.); +#5663=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13761,#13762,#13763,#13764,#13765, +#13766,#13767,#13768,#13769,#13770,#13771,#13772),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283157,2.12684260179875,2.48119953399962,2.65837021156828, +2.83554609994237),.UNSPECIFIED.); +#5664=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13773,#13774),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5665=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13775,#13776,#13777,#13778,#13779, +#13780,#13781,#13782,#13783,#13784,#13785,#13786),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369837,0.35432832161426,0.708687859408645,1.41747459006946, +2.83554609994238),.UNSPECIFIED.); +#5666=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13787,#13788,#13789,#13790,#13791, +#13792,#13793,#13794,#13795,#13796,#13797,#13798),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764319,2.12686649738902,2.48122740896623,2.65840007602422, +2.83557795404773),.UNSPECIFIED.); +#5667=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13799,#13800,#13801,#13802,#13803, +#13804,#13805,#13806,#13807,#13808,#13809,#13810),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283067,2.12684260180005,2.48119953399903,2.65837021156802, +2.83554609994237),.UNSPECIFIED.); +#5668=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13811,#13812),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5669=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13813,#13814,#13815,#13816,#13817, +#13818,#13819,#13820,#13821,#13822,#13823,#13824),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697986,0.354328321613663,0.708687859415893, +1.41747459007208,2.83554609994236),.UNSPECIFIED.); +#5670=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13825,#13826,#13827,#13828,#13829, +#13830,#13831,#13832,#13833,#13834,#13835,#13836),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764306,2.12686649738892,2.48122740896637,2.6584000760243, +2.83557795404772),.UNSPECIFIED.); +#5671=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13837,#13838,#13839,#13840,#13841, +#13842,#13843,#13844,#13845,#13846,#13847,#13848),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283141,2.12684260179847,2.48119953399859,2.65837021156769, +2.83554609994231),.UNSPECIFIED.); +#5672=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13849,#13850),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5673=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13851,#13852,#13853,#13854,#13855, +#13856,#13857,#13858,#13859,#13860,#13861,#13862),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698487,0.354328321614749,0.708687859405017, +1.4174745900664,2.83554609994242),.UNSPECIFIED.); +#5674=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13863,#13864,#13865,#13866,#13867, +#13868,#13869,#13870,#13871,#13872,#13873,#13874),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283558,2.12684260180784,2.48119953399768,2.65837021156735, +2.83554609994237),.UNSPECIFIED.); +#5675=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13875,#13876),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5676=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13877,#13878,#13879,#13880,#13881, +#13882,#13883,#13884,#13885,#13886,#13887,#13888),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698486,0.354328321614492,0.708687859407148, +1.41747459006775,2.83554609994239),.UNSPECIFIED.); +#5677=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13889,#13890,#13891,#13892,#13893, +#13894,#13895,#13896,#13897,#13898,#13899,#13900),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764173,2.12686649738815,2.48122740896581,2.65840007602402, +2.83557795404772),.UNSPECIFIED.); +#5678=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13901,#13902,#13903,#13904,#13905, +#13906,#13907,#13908,#13909,#13910,#13911,#13912),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283119,2.12684260180186,2.48119953399927,2.65837021156811, +2.8355460999424),.UNSPECIFIED.); +#5679=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13913,#13914),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5680=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13915,#13916,#13917,#13918,#13919, +#13920,#13921,#13922,#13923,#13924,#13925,#13926),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698896,0.354328321615396,0.708687859403583, +1.41747459006455,2.83554609994242),.UNSPECIFIED.); +#5681=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13927,#13928,#13929,#13930,#13931, +#13932,#13933,#13934,#13935,#13936,#13937,#13938),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764305,2.12686649739063,2.48122740896622,2.65840007602423, +2.83557795404772),.UNSPECIFIED.); +#5682=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13939,#13940,#13941,#13942,#13943, +#13944,#13945,#13946,#13947,#13948,#13949,#13950),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283269,2.12684260180265,2.48119953399838,2.65837021156771, +2.8355460999424),.UNSPECIFIED.); +#5683=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13951,#13952),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5684=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13953,#13954,#13955,#13956,#13957, +#13958,#13959,#13960,#13961,#13962,#13963,#13964),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716155369826,0.354328321614125,0.708687859408375, +1.41747459006756,2.83554609994236),.UNSPECIFIED.); +#5685=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13965,#13966,#13967,#13968,#13969, +#13970,#13971,#13972,#13973,#13974,#13975,#13976),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764164,2.12686649738654,2.4812274089663,2.65840007602424, +2.83557795404771),.UNSPECIFIED.); +#5686=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13977,#13978,#13979,#13980,#13981, +#13982,#13983,#13984,#13985,#13986,#13987,#13988),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283156,2.12684260179715,2.48119953399902,2.65837021156796, +2.83554609994234),.UNSPECIFIED.); +#5687=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13989,#13990),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5688=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13991,#13992,#13993,#13994,#13995, +#13996,#13997,#13998,#13999,#14000,#14001,#14002),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698545,0.354328321614696,0.708687859406362, +1.41747459006669,2.83554609994242),.UNSPECIFIED.); +#5689=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14003,#14004,#14005,#14006,#14007, +#14008,#14009,#14010,#14011,#14012,#14013,#14014),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764193,2.12686649738801,2.48122740896632,2.65840007602429, +2.83557795404773),.UNSPECIFIED.); +#5690=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14015,#14016,#14017,#14018,#14019, +#14020,#14021,#14022,#14023,#14024,#14025,#14026),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282964,2.12684260180134,2.48119953399973,2.65837021156843, +2.8355460999424),.UNSPECIFIED.); +#5691=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14027,#14028),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5692=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14029,#14030,#14031,#14032,#14033, +#14034,#14035,#14036,#14037,#14038,#14039,#14040),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698288,0.354328321614096,0.708687859403713, +1.41747459006891,2.83554609994236),.UNSPECIFIED.); +#5693=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14041,#14042,#14043,#14044,#14045, +#14046,#14047,#14048,#14049,#14050,#14051,#14052),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283215,2.12684260180206,2.4811995339981,2.65837021156754, +2.83554609994234),.UNSPECIFIED.); +#5694=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14053,#14054,#14055,#14056,#14057, +#14058,#14059,#14060,#14061,#14062,#14063,#14064),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906313,0.354332300190987,0.708695817447451, +1.41749050904398,2.83557795404771),.UNSPECIFIED.); +#5695=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14065,#14066),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5696=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14067,#14068,#14069,#14070,#14071, +#14072,#14073,#14074,#14075,#14076,#14077,#14078),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553697911,0.354328321613428,0.708687859413206, +1.41747459007184,2.83554609994236),.UNSPECIFIED.); +#5697=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14079,#14080,#14081,#14082,#14083, +#14084,#14085,#14086,#14087,#14088,#14089,#14090),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764077,2.12686649738632,2.4812274089665,2.65840007602438, +2.83557795404769),.UNSPECIFIED.); +#5698=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14091,#14092,#14093,#14094,#14095, +#14096,#14097,#14098,#14099,#14100,#14101,#14102),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283272,2.12684260180172,2.48119953399875,2.65837021156788, +2.83554609994237),.UNSPECIFIED.); +#5699=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14103,#14104),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5700=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14105,#14106,#14107,#14108,#14109, +#14110,#14111,#14112,#14113,#14114,#14115,#14116),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698743,0.35432832161492,0.70868785940681,1.41747459006725, +2.83554609994241),.UNSPECIFIED.); +#5701=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14117,#14118,#14119,#14120,#14121, +#14122,#14123,#14124,#14125,#14126,#14127,#14128),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283303,2.12684260180274,2.48119953399894,2.65837021156799, +2.8355460999424),.UNSPECIFIED.); +#5702=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14129,#14130,#14131,#14132,#14133, +#14134,#14135,#14136,#14137,#14138,#14139,#14140),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906631,0.354332300191624,0.708695817445144, +1.41749050904104,2.83557795404769),.UNSPECIFIED.); +#5703=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14141,#14142),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5704=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14143,#14144,#14145,#14146,#14147, +#14148,#14149,#14150,#14151,#14152,#14153,#14154),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698733,0.354328321614986,0.708687859405407, +1.41747459006572,2.83554609994236),.UNSPECIFIED.); +#5705=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14155,#14156,#14157,#14158,#14159, +#14160,#14161,#14162,#14163,#14164,#14165,#14166),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764068,2.12686649738643,2.48122740896679,2.65840007602449, +2.83557795404772),.UNSPECIFIED.); +#5706=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14167,#14168,#14169,#14170,#14171, +#14172,#14173,#14174,#14175,#14176,#14177,#14178),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.418061082831,2.12684260179935,2.48119953399909,2.65837021156804, +2.83554609994234),.UNSPECIFIED.); +#5707=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14179,#14180),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5708=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14181,#14182,#14183,#14184,#14185, +#14186,#14187,#14188,#14189,#14190,#14191,#14192),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698688,0.354328321614982,0.708687859404801, +1.41747459006528,2.83554609994242),.UNSPECIFIED.); +#5709=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14193,#14194,#14195,#14196,#14197, +#14198,#14199,#14200,#14201,#14202,#14203,#14204),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764128,2.12686649738838,2.48122740896603,2.65840007602413, +2.83557795404772),.UNSPECIFIED.); +#5710=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14205,#14206,#14207,#14208,#14209, +#14210,#14211,#14212,#14213,#14214,#14215,#14216),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283115,2.12684260179996,2.48119953399921,2.65837021156813, +2.8355460999424),.UNSPECIFIED.); +#5711=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14217,#14218),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5712=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14219,#14220,#14221,#14222,#14223, +#14224,#14225,#14226,#14227,#14228,#14229,#14230),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698338,0.354328321614281,0.708687859406896, +1.41747459006673,2.83554609994242),.UNSPECIFIED.); +#5713=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14231,#14232,#14233,#14234,#14235, +#14236,#14237,#14238,#14239,#14240,#14241,#14242),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283294,2.12684260180381,2.48119953399841,2.65837021156768, +2.8355460999424),.UNSPECIFIED.); +#5714=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14243,#14244),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5715=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14245,#14246,#14247,#14248,#14249, +#14250,#14251,#14252,#14253,#14254,#14255,#14256),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698705,0.354328321614929,0.708687859404524, +1.41747459006541,2.83554609994241),.UNSPECIFIED.); +#5716=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14257,#14258,#14259,#14260,#14261, +#14262,#14263,#14264,#14265,#14266,#14267,#14268),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764125,2.1268664973872,2.48122740896655,2.65840007602436, +2.83557795404775),.UNSPECIFIED.); +#5717=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14269,#14270,#14271,#14272,#14273, +#14274,#14275,#14276,#14277,#14278,#14279,#14280),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180610828311,2.12684260180148,2.48119953399903,2.658370211568, +2.8355460999424),.UNSPECIFIED.); +#5718=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14281,#14282,#14283,#14284,#14285, +#14286,#14287,#14288,#14289,#14290,#14291,#14292),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906266,0.35433230019085,0.708695817447562, +1.41749050904348,2.83557795404774),.UNSPECIFIED.); +#5719=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14293,#14294),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5720=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14295,#14296,#14297,#14298,#14299, +#14300,#14301,#14302,#14303,#14304,#14305,#14306),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698383,0.354328321614286,0.708687859407673, +1.41747459006778,2.83554609994244),.UNSPECIFIED.); +#5721=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14307,#14308,#14309,#14310,#14311, +#14312,#14313,#14314,#14315,#14316,#14317,#14318),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764146,2.12686649738673,2.48122740896611,2.65840007602414, +2.83557795404769),.UNSPECIFIED.); +#5722=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14319,#14320,#14321,#14322,#14323, +#14324,#14325,#14326,#14327,#14328,#14329,#14330),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283195,2.12684260180044,2.48119953399922,2.65837021156812, +2.83554609994237),.UNSPECIFIED.); +#5723=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14331,#14332,#14333,#14334,#14335, +#14336,#14337,#14338,#14339,#14340,#14341,#14342),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906492,0.354332300191261,0.70869581744659, +1.41749050904337,2.83557795404774),.UNSPECIFIED.); +#5724=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14343,#14344),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5725=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14345,#14346,#14347,#14348,#14349, +#14350,#14351,#14352,#14353,#14354,#14355,#14356),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698643,0.354328321614891,0.708687859408287, +1.41747459006644,2.83554609994236),.UNSPECIFIED.); +#5726=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14357,#14358,#14359,#14360,#14361, +#14362,#14363,#14364,#14365,#14366,#14367,#14368),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764287,2.12686649738901,2.48122740896593,2.65840007602403, +2.83557795404769),.UNSPECIFIED.); +#5727=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14369,#14370,#14371,#14372,#14373, +#14374,#14375,#14376,#14377,#14378,#14379,#14380),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283133,2.1268426018022,2.48119953399898,2.65837021156799, +2.83554609994234),.UNSPECIFIED.); +#5728=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14381,#14382,#14383,#14384,#14385, +#14386,#14387,#14388,#14389,#14390,#14391,#14392),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906151,0.35433230019062,0.708695817447486, +1.41749050904422,2.83557795404777),.UNSPECIFIED.); +#5729=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14393,#14394),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5730=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14395,#14396,#14397,#14398,#14399, +#14400,#14401,#14402,#14403,#14404,#14405,#14406),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698627,0.35432832161486,0.708687859407541, +1.41747459006649,2.83554609994236),.UNSPECIFIED.); +#5731=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14407,#14408,#14409,#14410,#14411, +#14412,#14413,#14414,#14415,#14416,#14417,#14418),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764172,2.12686649738744,2.48122740896607,2.65840007602417, +2.83557795404775),.UNSPECIFIED.); +#5732=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14419,#14420,#14421,#14422,#14423, +#14424,#14425,#14426,#14427,#14428,#14429,#14430),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283326,2.12684260180278,2.48119953399872,2.65837021156781, +2.83554609994234),.UNSPECIFIED.); +#5733=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14431,#14432),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5734=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14433,#14434,#14435,#14436,#14437, +#14438,#14439,#14440,#14441,#14442,#14443,#14444),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698548,0.354328321614532,0.708687859407567, +1.41747459006791,2.83554609994236),.UNSPECIFIED.); +#5735=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14445,#14446,#14447,#14448,#14449, +#14450,#14451,#14452,#14453,#14454,#14455,#14456),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764108,2.12686649738671,2.48122740896624,2.65840007602423, +2.83557795404771),.UNSPECIFIED.); +#5736=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14457,#14458,#14459,#14460,#14461, +#14462,#14463,#14464,#14465,#14466,#14467,#14468),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108283078,2.12684260180035,2.48119953399899,2.65837021156795, +2.83554609994234),.UNSPECIFIED.); +#5737=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14469,#14470,#14471,#14472,#14473, +#14474,#14475,#14476,#14477,#14478,#14479,#14480),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906128,0.354332300190576,0.708695817448803, +1.41749050904515,2.83557795404774),.UNSPECIFIED.); +#5738=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14481,#14482),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910959,139.427627163886),.UNSPECIFIED.); +#5739=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14483,#14484,#14485,#14486,#14487, +#14488,#14489,#14490,#14491,#14492,#14493,#14494),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177161553698438,0.35432832161431,0.708687859407637, +1.41747459006745,2.83554609994239),.UNSPECIFIED.); +#5740=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14495,#14496,#14497,#14498,#14499, +#14500,#14501,#14502,#14503,#14504,#14505,#14506),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764108,2.12686649738654,2.48122740896636,2.65840007602427, +2.83557795404775),.UNSPECIFIED.); +#5741=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14507,#14508,#14509,#14510,#14511, +#14512,#14513,#14514,#14515,#14516,#14517,#14518),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41806108282964,2.12684260179915,2.48119953399969,2.65837021156835, +2.83554609994237),.UNSPECIFIED.); +#5742=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14519,#14520,#14521,#14522,#14523, +#14524,#14525,#14526,#14527,#14528,#14529,#14530),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906392,0.35433230019106,0.708695817447171, +1.41749050904389,2.83557795404775),.UNSPECIFIED.); +#5743=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14531,#14532),.UNSPECIFIED.,.F., + .F.,(2,2),(73.7952687910958,139.427627163886),.UNSPECIFIED.); +#5744=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14533,#14534),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,149.999999999996),.UNSPECIFIED.); +#5745=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14535,#14536),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5746=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14537,#14538),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5747=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14539,#14540),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5748=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14541,#14542),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5749=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14543,#14544),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,150.),.UNSPECIFIED.); +#5750=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14545,#14546),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5751=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14547,#14548),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5752=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14549,#14550),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5753=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14551,#14552),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5754=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14553,#14554),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5755=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14555,#14556),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5756=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14557,#14558),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5757=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14559,#14560),.UNSPECIFIED.,.F., + .F.,(2,2),(-150.,0.),.UNSPECIFIED.); +#5758=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14561,#14562),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5759=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14563,#14564),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5760=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14565,#14566),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5761=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14567,#14568),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5762=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14569,#14570),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,140.),.UNSPECIFIED.); +#5763=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14571,#14572),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5764=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14573,#14574),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,280.),.UNSPECIFIED.); +#5765=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14575,#14576),.UNSPECIFIED.,.F., + .F.,(2,2),(-149.999999999996,0.),.UNSPECIFIED.); +#5766=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14632,#14633),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,279.999999703748),.UNSPECIFIED.); +#5767=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14639,#14640),.UNSPECIFIED.,.F., + .F.,(2,2),(-279.999999703748,-278.199259440288),.UNSPECIFIED.); +#5768=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14641,#14642),.UNSPECIFIED.,.F., + .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); +#5769=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14643,#14644),.UNSPECIFIED.,.F., + .F.,(2,2),(0.,1.80073298190272),.UNSPECIFIED.); +#5770=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14645,#14646),.UNSPECIFIED.,.F., + .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); +#5771=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14655,#14656,#14657,#14658), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5772=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14659,#14660,#14661,#14662), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5773=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14663,#14664,#14665,#14666), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5774=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14667,#14668,#14669,#14670), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5775=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14671,#14672,#14673,#14674), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5776=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14675,#14676,#14677,#14678), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5777=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14679,#14680,#14681,#14682), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5778=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14683,#14684,#14685,#14686), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5779=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14687,#14688,#14689,#14690), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5780=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14691,#14692,#14693,#14694), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5781=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14695,#14696,#14697,#14698), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5782=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14699,#14700,#14701,#14702), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5783=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14703,#14704,#14705,#14706), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5784=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14707,#14708,#14709,#14710), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5785=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14711,#14712,#14713,#14714), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5786=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14715,#14716,#14717,#14718), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5787=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14719,#14720,#14721,#14722), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5788=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14723,#14724,#14725,#14726), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5789=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14727,#14728,#14729,#14730), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5790=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14731,#14732,#14733,#14734), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5791=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14735,#14736,#14737,#14738), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5792=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14739,#14740,#14741,#14742), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5793=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14743,#14744,#14745,#14746), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5794=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14747,#14748,#14749,#14750), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5795=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14751,#14752,#14753,#14754), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5796=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14755,#14756,#14757,#14758), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5797=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14759,#14760,#14761,#14762), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5798=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14763,#14764,#14765,#14766), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5799=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14767,#14768,#14769,#14770), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5800=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14771,#14772,#14773,#14774), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5801=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14775,#14776,#14777,#14778), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5802=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14779,#14780,#14781,#14782), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5803=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14783,#14784,#14785,#14786), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5804=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14787,#14788,#14789,#14790), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5805=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14791,#14792,#14793,#14794), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5806=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14795,#14796,#14797,#14798), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5807=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14799,#14800,#14801,#14802), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5808=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14803,#14804,#14805,#14806), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5809=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14807,#14808,#14809,#14810), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5810=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14811,#14812,#14813,#14814), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5811=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14815,#14816,#14817,#14818), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5812=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14819,#14820,#14821,#14822), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5813=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14823,#14824,#14825,#14826), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5814=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14827,#14828,#14829,#14830), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5815=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14831,#14832,#14833,#14834), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5816=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14835,#14836,#14837,#14838), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5817=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14839,#14840,#14841,#14842), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5818=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14843,#14844,#14845,#14846), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5819=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14847,#14848,#14849,#14850), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5820=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14851,#14852,#14853,#14854), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5821=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14855,#14856,#14857,#14858), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5822=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14859,#14860,#14861,#14862), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5823=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14863,#14864,#14865,#14866), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5824=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14867,#14868,#14869,#14870), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5825=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14871,#14872,#14873,#14874), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5826=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14875,#14876,#14877,#14878), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5827=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14879,#14880,#14881,#14882), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5828=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14883,#14884,#14885,#14886), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5829=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14887,#14888,#14889,#14890), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5830=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14891,#14892,#14893,#14894), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5831=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14895,#14896,#14897,#14898), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5832=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14899,#14900,#14901,#14902), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5833=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14903,#14904,#14905,#14906), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5834=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14907,#14908,#14909,#14910), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5835=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14911,#14912,#14913,#14914), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5836=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14915,#14916,#14917,#14918), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5837=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14919,#14920,#14921,#14922), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5838=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14923,#14924,#14925,#14926), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5839=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14927,#14928,#14929,#14930), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5840=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14931,#14932,#14933,#14934), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5841=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14935,#14936,#14937,#14938), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5842=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14939,#14940,#14941,#14942), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5843=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14943,#14944,#14945,#14946), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5844=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14947,#14948,#14949,#14950), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5845=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14951,#14952,#14953,#14954), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5846=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14955,#14956,#14957,#14958), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5847=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14959,#14960,#14961,#14962), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5848=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14963,#14964,#14965,#14966), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5849=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14967,#14968,#14969,#14970), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5850=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14971,#14972,#14973,#14974), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5851=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14975,#14976,#14977,#14978), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5852=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14979,#14980,#14981,#14982), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5853=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14983,#14984,#14985,#14986), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5854=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14987,#14988,#14989,#14990), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5855=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14991,#14992,#14993,#14994), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5856=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14995,#14996,#14997,#14998), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5857=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14999,#15000,#15001,#15002), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5858=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15003,#15004,#15005,#15006), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5859=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15007,#15008,#15009,#15010), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5860=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15011,#15012,#15013,#15014), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5861=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15015,#15016,#15017,#15018), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5862=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15019,#15020,#15021,#15022), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5863=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15023,#15024,#15025,#15026), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5864=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15027,#15028,#15029,#15030), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5865=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15031,#15032,#15033,#15034), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5866=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15035,#15036,#15037,#15038), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5867=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15039,#15040,#15041,#15042), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5868=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15043,#15044,#15045,#15046), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5869=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15047,#15048,#15049,#15050), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5870=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15051,#15052,#15053,#15054), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5871=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15055,#15056,#15057,#15058), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5872=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15059,#15060,#15061,#15062), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5873=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15063,#15064,#15065,#15066), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5874=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15067,#15068,#15069,#15070), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5875=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15071,#15072,#15073,#15074), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5876=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15075,#15076,#15077,#15078), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5877=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15079,#15080,#15081,#15082), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5878=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15083,#15084,#15085,#15086), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5879=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15087,#15088,#15089,#15090), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5880=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15091,#15092,#15093,#15094), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5881=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15095,#15096,#15097,#15098), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5882=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15099,#15100,#15101,#15102), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5883=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15103,#15104,#15105,#15106), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5884=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15107,#15108,#15109,#15110), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5885=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15111,#15112,#15113,#15114), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5886=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15115,#15116,#15117,#15118), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5887=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15119,#15120,#15121,#15122), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5888=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15123,#15124,#15125,#15126), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5889=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15127,#15128,#15129,#15130), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5890=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15131,#15132,#15133,#15134), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5891=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15135,#15136,#15137,#15138), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5892=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15139,#15140,#15141,#15142), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5893=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15143,#15144,#15145,#15146), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5894=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15147,#15148,#15149,#15150), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5895=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15151,#15152,#15153,#15154), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5896=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15155,#15156,#15157,#15158), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5897=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15159,#15160,#15161,#15162), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5898=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15163,#15164,#15165,#15166), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5899=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15167,#15168,#15169,#15170), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5900=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15171,#15172,#15173,#15174), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5901=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15175,#15176,#15177,#15178), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5902=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15179,#15180,#15181,#15182), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5903=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15183,#15184,#15185,#15186), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5904=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15187,#15188,#15189,#15190), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5905=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15191,#15192,#15193,#15194), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5906=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15195,#15196,#15197,#15198), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5907=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15199,#15200,#15201,#15202), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5908=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15203,#15204,#15205,#15206), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5909=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15207,#15208,#15209,#15210), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5910=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15211,#15212,#15213,#15214), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5911=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15215,#15216,#15217,#15218), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5912=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15219,#15220,#15221,#15222), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5913=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15223,#15224,#15225,#15226), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5914=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15227,#15228,#15229,#15230), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5915=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15231,#15232,#15233,#15234), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5916=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15235,#15236,#15237,#15238), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5917=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15239,#15240,#15241,#15242), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5918=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15243,#15244,#15245,#15246), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5919=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15247,#15248,#15249,#15250), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5920=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15251,#15252,#15253,#15254), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5921=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15255,#15256,#15257,#15258), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5922=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15259,#15260,#15261,#15262), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5923=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15263,#15264,#15265,#15266), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5924=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15267,#15268,#15269,#15270), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5925=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15271,#15272,#15273,#15274), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5926=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15275,#15276,#15277,#15278), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5927=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15279,#15280,#15281,#15282), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5928=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15283,#15284,#15285,#15286), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5929=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15287,#15288,#15289,#15290), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5930=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15291,#15292,#15293,#15294), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5931=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15295,#15296,#15297,#15298), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5932=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15299,#15300,#15301,#15302), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5933=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15303,#15304,#15305,#15306), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5934=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15307,#15308,#15309,#15310), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5935=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15311,#15312,#15313,#15314), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5936=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15315,#15316,#15317,#15318), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5937=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15319,#15320,#15321,#15322), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5938=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15323,#15324,#15325,#15326), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5939=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15327,#15328,#15329,#15330), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5940=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15331,#15332,#15333,#15334), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5941=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15335,#15336,#15337,#15338), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5942=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15339,#15340,#15341,#15342), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5943=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15343,#15344,#15345,#15346), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5944=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15347,#15348,#15349,#15350), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5945=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15351,#15352,#15353,#15354), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5946=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15355,#15356,#15357,#15358), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5947=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15359,#15360,#15361,#15362), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5948=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15363,#15364,#15365,#15366), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5949=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15367,#15368,#15369,#15370), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5950=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15371,#15372,#15373,#15374), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5951=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15375,#15376,#15377,#15378), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5952=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15379,#15380,#15381,#15382), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5953=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15383,#15384,#15385,#15386), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5954=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15387,#15388,#15389,#15390), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5955=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15391,#15392,#15393,#15394), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5956=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15395,#15396,#15397,#15398), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5957=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15399,#15400,#15401,#15402), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5958=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15403,#15404,#15405,#15406), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5959=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15407,#15408,#15409,#15410), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5960=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15411,#15412,#15413,#15414), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5961=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15415,#15416,#15417,#15418), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5962=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15419,#15420,#15421,#15422), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5963=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15423,#15424,#15425,#15426), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5964=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15427,#15428,#15429,#15430), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5965=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15431,#15432,#15433,#15434), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5966=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15435,#15436,#15437,#15438), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5967=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15439,#15440,#15441,#15442), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5968=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15443,#15444,#15445,#15446), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5969=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15447,#15448,#15449,#15450), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5970=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15451,#15452,#15453,#15454), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5971=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15455,#15456,#15457,#15458), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5972=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15459,#15460,#15461,#15462), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5973=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15463,#15464,#15465,#15466), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5974=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15467,#15468,#15469,#15470), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5975=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15471,#15472,#15473,#15474), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5976=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15475,#15476,#15477,#15478), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5977=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15479,#15480,#15481,#15482), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5978=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15483,#15484,#15485,#15486), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5979=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15487,#15488,#15489,#15490), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5980=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15491,#15492,#15493,#15494), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5981=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15495,#15496,#15497,#15498), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5982=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15499,#15500,#15501,#15502), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5983=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15503,#15504,#15505,#15506), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5984=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15507,#15508,#15509,#15510), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5985=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15511,#15512,#15513,#15514), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5986=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15515,#15516,#15517,#15518), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5987=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15519,#15520,#15521,#15522), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5988=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15523,#15524,#15525,#15526), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5989=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15527,#15528,#15529,#15530), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5990=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15531,#15532,#15533,#15534), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5991=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15535,#15536,#15537,#15538), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5992=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15539,#15540,#15541,#15542), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5993=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15543,#15544,#15545,#15546), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5994=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15547,#15548,#15549,#15550), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5995=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15551,#15552,#15553,#15554), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5996=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15555,#15556,#15557,#15558), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#5997=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15559,#15560,#15561,#15562), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5998=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15563,#15564,#15565,#15566), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#5999=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15567,#15568,#15569,#15570), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6000=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15571,#15572,#15573,#15574), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6001=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15575,#15576,#15577,#15578), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6002=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15579,#15580,#15581,#15582), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6003=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15583,#15584,#15585,#15586), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6004=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15587,#15588,#15589,#15590), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6005=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15591,#15592,#15593,#15594), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6006=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15595,#15596,#15597,#15598), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6007=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15599,#15600,#15601,#15602), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6008=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15603,#15604,#15605,#15606), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6009=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15607,#15608,#15609,#15610), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6010=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15611,#15612,#15613,#15614), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6011=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15615,#15616,#15617,#15618), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6012=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15619,#15620,#15621,#15622), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6013=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15623,#15624,#15625,#15626), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6014=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15627,#15628,#15629,#15630), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6015=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15631,#15632,#15633,#15634), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6016=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15635,#15636,#15637,#15638), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6017=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15639,#15640,#15641,#15642), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6018=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15643,#15644,#15645,#15646), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6019=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15647,#15648,#15649,#15650), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6020=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15651,#15652,#15653,#15654), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6021=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15655,#15656,#15657,#15658), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6022=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15659,#15660,#15661,#15662), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6023=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15663,#15664,#15665,#15666), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6024=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15667,#15668,#15669,#15670), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6025=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15671,#15672,#15673,#15674), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6026=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15675,#15676,#15677,#15678), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6027=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15679,#15680,#15681,#15682), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6028=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15683,#15684,#15685,#15686), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6029=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15687,#15688,#15689,#15690), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6030=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15691,#15692,#15693,#15694), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6031=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15695,#15696,#15697,#15698), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6032=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15699,#15700,#15701,#15702), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6033=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15703,#15704,#15705,#15706), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6034=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15707,#15708,#15709,#15710), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6035=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15711,#15712,#15713,#15714), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6036=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15715,#15716,#15717,#15718), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6037=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15719,#15720,#15721,#15722), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6038=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15723,#15724,#15725,#15726), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6039=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15727,#15728,#15729,#15730), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6040=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15731,#15732,#15733,#15734), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6041=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15735,#15736,#15737,#15738), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6042=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15739,#15740,#15741,#15742), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6043=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15743,#15744,#15745,#15746), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6044=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15747,#15748,#15749,#15750), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6045=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15751,#15752,#15753,#15754), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6046=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15755,#15756,#15757,#15758), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6047=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15759,#15760,#15761,#15762), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.999999999998),.UNSPECIFIED.); +#6048=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15763,#15764,#15765,#15766), + .UNSPECIFIED.,.F.,.F.,(4,4),(0.,59.9999999999979),.UNSPECIFIED.); +#6049=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15767,#15768,#15769,#15770,#15771, +#15772,#15773,#15774,#15775,#15776,#15777,#15778),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906432,0.354332300191226,0.70869581744729, +1.41749050904298,2.83557795404768),.UNSPECIFIED.); +#6050=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15779,#15780,#15781,#15782,#15783, +#15784,#15785,#15786,#15787,#15788,#15789,#15790),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906599,0.354332300191516,0.708695817446676, +1.41749050904248,2.83557795404775),.UNSPECIFIED.); +#6051=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15791,#15792,#15793,#15794,#15795, +#15796,#15797,#15798,#15799,#15800,#15801,#15802),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906539,0.354332300191396,0.708695817448056, +1.41749050904268,2.83557795404777),.UNSPECIFIED.); +#6052=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15803,#15804,#15805,#15806,#15807, +#15808,#15809,#15810,#15811,#15812,#15813,#15814),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764138,2.12686649738668,2.48122740896645,2.65840007602437, +2.83557795404778),.UNSPECIFIED.); +#6053=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15815,#15816,#15817,#15818,#15819, +#15820,#15821,#15822,#15823,#15824,#15825,#15826),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906412,0.354332300191142,0.708695817447377, +1.41749050904362,2.83557795404777),.UNSPECIFIED.); +#6054=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15827,#15828,#15829,#15830,#15831, +#15832,#15833,#15834,#15835,#15836,#15837,#15838),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906432,0.354332300191184,0.708695817447632, +1.41749050904336,2.83557795404772),.UNSPECIFIED.); +#6055=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15839,#15840,#15841,#15842,#15843, +#15844,#15845,#15846,#15847,#15848,#15849,#15850),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764397,2.12686649738951,2.48122740896571,2.65840007602397, +2.83557795404771),.UNSPECIFIED.); +#6056=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15851,#15852,#15853,#15854,#15855, +#15856,#15857,#15858,#15859,#15860,#15861,#15862),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905763,0.354332300189887,0.708695817452031, +1.41749050904784,2.83557795404769),.UNSPECIFIED.); +#6057=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15863,#15864,#15865,#15866,#15867, +#15868,#15869,#15870,#15871,#15872,#15873,#15874),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763997,2.12686649738587,2.48122740896721,2.65840007602468, +2.83557795404772),.UNSPECIFIED.); +#6058=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15875,#15876,#15877,#15878,#15879, +#15880,#15881,#15882,#15883,#15884,#15885,#15886),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906142,0.35433230019073,0.708695817444761, +1.4174905090436,2.83557795404774),.UNSPECIFIED.); +#6059=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15887,#15888,#15889,#15890,#15891, +#15892,#15893,#15894,#15895,#15896,#15897,#15898),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906485,0.354332300191246,0.708695817448651, +1.4174905090454,2.83557795404772),.UNSPECIFIED.); +#6060=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15899,#15900,#15901,#15902,#15903, +#15904,#15905,#15906,#15907,#15908,#15909,#15910),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290711,0.354332300192537,0.708695817437546, +1.41749050903789,2.83557795404774),.UNSPECIFIED.); +#6061=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15911,#15912,#15913,#15914,#15915, +#15916,#15917,#15918,#15919,#15920,#15921,#15922),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906437,0.354332300191193,0.708695817447223, +1.41749050904314,2.83557795404775),.UNSPECIFIED.); +#6062=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15923,#15924,#15925,#15926,#15927, +#15928,#15929,#15930,#15931,#15932,#15933,#15934),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906334,0.354332300190944,0.708695817446936, +1.41749050904423,2.83557795404774),.UNSPECIFIED.); +#6063=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15935,#15936,#15937,#15938,#15939, +#15940,#15941,#15942,#15943,#15944,#15945,#15946),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764303,2.1268664973893,2.48122740896641,2.65840007602428, +2.83557795404772),.UNSPECIFIED.); +#6064=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15947,#15948,#15949,#15950,#15951, +#15952,#15953,#15954,#15955,#15956,#15957,#15958),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905764,0.354332300189888,0.708695817452802, +1.41749050904845,2.83557795404774),.UNSPECIFIED.); +#6065=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15959,#15960,#15961,#15962,#15963, +#15964,#15965,#15966,#15967,#15968,#15969,#15970),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906495,0.354332300191352,0.708695817447284, +1.4174905090425,2.83557795404775),.UNSPECIFIED.); +#6066=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15971,#15972,#15973,#15974,#15975, +#15976,#15977,#15978,#15979,#15980,#15981,#15982),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906455,0.354332300191228,0.708695817451047, +1.41749050904507,2.83557795404777),.UNSPECIFIED.); +#6067=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15983,#15984,#15985,#15986,#15987, +#15988,#15989,#15990,#15991,#15992,#15993,#15994),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764274,2.12686649738706,2.48122740896603,2.65840007602414, +2.83557795404772),.UNSPECIFIED.); +#6068=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15995,#15996,#15997,#15998,#15999, +#16000,#16001,#16002,#16003,#16004,#16005,#16006),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906029,0.354332300190462,0.708695817448319, +1.41749050904678,2.83557795404774),.UNSPECIFIED.); +#6069=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16007,#16008,#16009,#16010,#16011, +#16012,#16013,#16014,#16015,#16016,#16017,#16018),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906529,0.354332300191462,0.708695817446353, +1.41749050904397,2.83557795404776),.UNSPECIFIED.); +#6070=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16019,#16020,#16021,#16022,#16023, +#16024,#16025,#16026,#16027,#16028,#16029,#16030),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763544,2.12686649737983,2.48122740896772,2.65840007602497, +2.83557795404775),.UNSPECIFIED.); +#6071=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16031,#16032,#16033,#16034,#16035, +#16036,#16037,#16038,#16039,#16040,#16041,#16042),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906745,0.35433230019185,0.708695817444231, +1.41749050904164,2.83557795404774),.UNSPECIFIED.); +#6072=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16043,#16044,#16045,#16046,#16047, +#16048,#16049,#16050,#16051,#16052,#16053,#16054),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906961,0.354332300192241,0.708695817444969, +1.41749050903924,2.83557795404774),.UNSPECIFIED.); +#6073=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16055,#16056,#16057,#16058,#16059, +#16060,#16061,#16062,#16063,#16064,#16065,#16066),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764121,2.12686649738905,2.48122740896645,2.65840007602432, +2.83557795404772),.UNSPECIFIED.); +#6074=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16067,#16068,#16069,#16070,#16071, +#16072,#16073,#16074,#16075,#16076,#16077,#16078),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906007,0.354332300190333,0.708695817447551, +1.4174905090461,2.83557795404774),.UNSPECIFIED.); +#6075=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16079,#16080,#16081,#16082,#16083, +#16084,#16085,#16086,#16087,#16088,#16089,#16090),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763876,2.12686649738334,2.48122740896703,2.65840007602461, +2.83557795404772),.UNSPECIFIED.); +#6076=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16091,#16092,#16093,#16094,#16095, +#16096,#16097,#16098,#16099,#16100,#16101,#16102),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906235,0.35433230019083,0.708695817447906, +1.41749050904472,2.83557795404774),.UNSPECIFIED.); +#6077=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16103,#16104,#16105,#16106,#16107, +#16108,#16109,#16110,#16111,#16112,#16113,#16114),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906047,0.35433230019037,0.708695817451165, +1.41749050904633,2.83557795404775),.UNSPECIFIED.); +#6078=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16115,#16116,#16117,#16118,#16119, +#16120,#16121,#16122,#16123,#16124,#16125,#16126),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763463,2.12686649738287,2.48122740896815,2.65840007602517, +2.83557795404775),.UNSPECIFIED.); +#6079=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16127,#16128,#16129,#16130,#16131, +#16132,#16133,#16134,#16135,#16136,#16137,#16138),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290613,0.354332300190578,0.708695817451709, +1.41749050904626,2.83557795404775),.UNSPECIFIED.); +#6080=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16139,#16140,#16141,#16142,#16143, +#16144,#16145,#16146,#16147,#16148,#16149,#16150),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906546,0.354332300191452,0.708695817443991, +1.41749050904095,2.83557795404768),.UNSPECIFIED.); +#6081=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16151,#16152,#16153,#16154,#16155, +#16156,#16157,#16158,#16159,#16160,#16161,#16162),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763792,2.12686649738305,2.48122740896691,2.65840007602453, +2.83557795404768),.UNSPECIFIED.); +#6082=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16163,#16164,#16165,#16166,#16167, +#16168,#16169,#16170,#16171,#16172,#16173,#16174),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764028,2.1268664973856,2.4812274089661,2.65840007602415, +2.83557795404769),.UNSPECIFIED.); +#6083=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16175,#16176,#16177,#16178,#16179, +#16180,#16181,#16182,#16183,#16184,#16185,#16186),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906317,0.354332300190995,0.708695817448277, +1.41749050904273,2.83557795404771),.UNSPECIFIED.); +#6084=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16187,#16188,#16189,#16190,#16191, +#16192,#16193,#16194,#16195,#16196,#16197,#16198),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763981,2.12686649738693,2.48122740896669,2.65840007602443, +2.8355779540477),.UNSPECIFIED.); +#6085=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16199,#16200,#16201,#16202,#16203, +#16204,#16205,#16206,#16207,#16208,#16209,#16210),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906375,0.354332300191111,0.708695817446207, +1.41749050904312,2.83557795404774),.UNSPECIFIED.); +#6086=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16211,#16212,#16213,#16214,#16215, +#16216,#16217,#16218,#16219,#16220,#16221,#16222),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906916,0.354332300192108,0.708695817439333, +1.41749050903821,2.83557795404775),.UNSPECIFIED.); +#6087=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16223,#16224,#16225,#16226,#16227, +#16228,#16229,#16230,#16231,#16232,#16233,#16234),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906098,0.354332300190556,0.70869581744642, +1.41749050904333,2.83557795404774),.UNSPECIFIED.); +#6088=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16235,#16236,#16237,#16238,#16239, +#16240,#16241,#16242,#16243,#16244,#16245,#16246),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907126,0.354332300192613,0.708695817438977, +1.41749050903682,2.83557795404777),.UNSPECIFIED.); +#6089=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16247,#16248,#16249,#16250,#16251, +#16252,#16253,#16254,#16255,#16256,#16257,#16258),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906319,0.354332300190914,0.708695817447519, +1.41749050904361,2.83557795404774),.UNSPECIFIED.); +#6090=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16259,#16260,#16261,#16262,#16263, +#16264,#16265,#16266,#16267,#16268,#16269,#16270),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906641,0.354332300191686,0.708695817442239, +1.41749050904031,2.83557795404774),.UNSPECIFIED.); +#6091=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16271,#16272,#16273,#16274,#16275, +#16276,#16277,#16278,#16279,#16280,#16281,#16282),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907065,0.354332300192449,0.708695817444107, +1.41749050904025,2.83557795404771),.UNSPECIFIED.); +#6092=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16283,#16284,#16285,#16286,#16287, +#16288,#16289,#16290,#16291,#16292,#16293,#16294),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764283,2.12686649739073,2.48122740896521,2.65840007602368, +2.83557795404766),.UNSPECIFIED.); +#6093=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16295,#16296,#16297,#16298,#16299, +#16300,#16301,#16302,#16303,#16304,#16305,#16306),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906559,0.354332300191436,0.708695817446261, +1.41749050903998,2.8355779540477),.UNSPECIFIED.); +#6094=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16307,#16308,#16309,#16310,#16311, +#16312,#16313,#16314,#16315,#16316,#16317,#16318),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907584,0.354332300193487,0.708695817437868, +1.41749050903294,2.83557795404774),.UNSPECIFIED.); +#6095=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16319,#16320,#16321,#16322,#16323, +#16324,#16325,#16326,#16327,#16328,#16329,#16330),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764035,2.12686649738708,2.48122740896677,2.65840007602444, +2.83557795404772),.UNSPECIFIED.); +#6096=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16331,#16332,#16333,#16334,#16335, +#16336,#16337,#16338,#16339,#16340,#16341,#16342),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906284,0.354332300190844,0.7086958174484,1.41749050904503, +2.83557795404771),.UNSPECIFIED.); +#6097=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16343,#16344,#16345,#16346,#16347, +#16348,#16349,#16350,#16351,#16352,#16353,#16354),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906901,0.35433230019212,0.708695817443448, +1.41749050903982,2.83557795404774),.UNSPECIFIED.); +#6098=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16355,#16356,#16357,#16358,#16359, +#16360,#16361,#16362,#16363,#16364,#16365,#16366),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906503,0.35433230019141,0.708695817446249, +1.41749050904235,2.83557795404771),.UNSPECIFIED.); +#6099=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16367,#16368,#16369,#16370,#16371, +#16372,#16373,#16374,#16375,#16376,#16377,#16378),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906509,0.354332300191337,0.708695817446231, +1.41749050904321,2.83557795404771),.UNSPECIFIED.); +#6100=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16379,#16380,#16381,#16382,#16383, +#16384,#16385,#16386,#16387,#16388,#16389,#16390),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290616,0.354332300190682,0.7086958174494,1.41749050904536, +2.83557795404778),.UNSPECIFIED.); +#6101=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16391,#16392,#16393,#16394,#16395, +#16396,#16397,#16398,#16399,#16400,#16401,#16402),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906372,0.354332300191063,0.708695817446964, +1.41749050904305,2.83557795404774),.UNSPECIFIED.); +#6102=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16403,#16404,#16405,#16406,#16407, +#16408,#16409,#16410,#16411,#16412,#16413,#16414),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906655,0.354332300191672,0.708695817445964, +1.41749050904217,2.83557795404776),.UNSPECIFIED.); +#6103=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16415,#16416,#16417,#16418,#16419, +#16420,#16421,#16422,#16423,#16424,#16425,#16426),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906344,0.354332300191006,0.708695817450303, +1.41749050904426,2.83557795404774),.UNSPECIFIED.); +#6104=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16427,#16428,#16429,#16430,#16431, +#16432,#16433,#16434,#16435,#16436,#16437,#16438),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906865,0.354332300192048,0.708695817444496, +1.41749050903893,2.83557795404772),.UNSPECIFIED.); +#6105=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16439,#16440,#16441,#16442,#16443, +#16444,#16445,#16446,#16447,#16448,#16449,#16450),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764234,2.1268664973901,2.48122740896624,2.65840007602421, +2.83557795404775),.UNSPECIFIED.); +#6106=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16451,#16452,#16453,#16454,#16455, +#16456,#16457,#16458,#16459,#16460,#16461,#16462),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906751,0.354332300191821,0.708695817444895, +1.4174905090399,2.83557795404774),.UNSPECIFIED.); +#6107=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16463,#16464,#16465,#16466,#16467, +#16468,#16469,#16470,#16471,#16472,#16473,#16474),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906447,0.354332300191212,0.708695817445171, +1.4174905090425,2.83557795404774),.UNSPECIFIED.); +#6108=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16475,#16476,#16477,#16478,#16479, +#16480,#16481,#16482,#16483,#16484,#16485,#16486),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763785,2.12686649738122,2.48122740896739,2.6584000760248, +2.83557795404769),.UNSPECIFIED.); +#6109=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16487,#16488,#16489,#16490,#16491, +#16492,#16493,#16494,#16495,#16496,#16497,#16498),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906082,0.354332300190482,0.708695817452325, +1.41749050904613,2.83557795404774),.UNSPECIFIED.); +#6110=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16499,#16500,#16501,#16502,#16503, +#16504,#16505,#16506,#16507,#16508,#16509,#16510),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906538,0.354332300191437,0.708695817447625, +1.4174905090428,2.83557795404771),.UNSPECIFIED.); +#6111=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16511,#16512,#16513,#16514,#16515, +#16516,#16517,#16518,#16519,#16520,#16521,#16522),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764292,2.12686649738686,2.48122740896609,2.65840007602413, +2.83557795404769),.UNSPECIFIED.); +#6112=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16523,#16524,#16525,#16526,#16527, +#16528,#16529,#16530,#16531,#16532,#16533,#16534),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906149,0.354332300190659,0.708695817451443, +1.41749050904547,2.83557795404771),.UNSPECIFIED.); +#6113=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16535,#16536,#16537,#16538,#16539, +#16540,#16541,#16542,#16543,#16544,#16545,#16546),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906407,0.35433230019109,0.708695817447016, +1.41749050904316,2.83557795404774),.UNSPECIFIED.); +#6114=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16547,#16548,#16549,#16550,#16551, +#16552,#16553,#16554,#16555,#16556,#16557,#16558),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764169,2.12686649738369,2.48122740896628,2.65840007602421, +2.83557795404766),.UNSPECIFIED.); +#6115=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16559,#16560,#16561,#16562,#16563, +#16564,#16565,#16566,#16567,#16568,#16569,#16570),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906704,0.35433230019177,0.708695817446928, +1.41749050904136,2.83557795404775),.UNSPECIFIED.); +#6116=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16571,#16572,#16573,#16574,#16575, +#16576,#16577,#16578,#16579,#16580,#16581,#16582),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906977,0.354332300192189,0.708695817442392, +1.41749050904062,2.83557795404774),.UNSPECIFIED.); +#6117=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16583,#16584,#16585,#16586,#16587, +#16588,#16589,#16590,#16591,#16592,#16593,#16594),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906352,0.354332300190938,0.708695817448759, +1.41749050904519,2.83557795404782),.UNSPECIFIED.); +#6118=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16595,#16596,#16597,#16598,#16599, +#16600,#16601,#16602,#16603,#16604,#16605,#16606),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764069,2.12686649738512,2.48122740896644,2.65840007602432, +2.83557795404777),.UNSPECIFIED.); +#6119=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16607,#16608,#16609,#16610,#16611, +#16612,#16613,#16614,#16615,#16616,#16617,#16618),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176435,2.12686649738996,2.48122740896554,2.65840007602387, +2.83557795404776),.UNSPECIFIED.); +#6120=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16619,#16620,#16621,#16622,#16623, +#16624,#16625,#16626,#16627,#16628,#16629,#16630),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906611,0.35433230019154,0.708695817444464, +1.41749050904177,2.83557795404769),.UNSPECIFIED.); +#6121=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16631,#16632,#16633,#16634,#16635, +#16636,#16637,#16638,#16639,#16640,#16641,#16642),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763991,2.12686649738505,2.48122740896675,2.65840007602443, +2.83557795404768),.UNSPECIFIED.); +#6122=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16643,#16644,#16645,#16646,#16647, +#16648,#16649,#16650,#16651,#16652,#16653,#16654),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906477,0.354332300191358,0.708695817445763, +1.41749050904155,2.83557795404774),.UNSPECIFIED.); +#6123=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16655,#16656,#16657,#16658,#16659, +#16660,#16661,#16662,#16663,#16664,#16665,#16666),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763991,2.12686649738694,2.48122740896698,2.65840007602459, +2.83557795404772),.UNSPECIFIED.); +#6124=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16667,#16668,#16669,#16670,#16671, +#16672,#16673,#16674,#16675,#16676,#16677,#16678),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906074,0.354332300190551,0.708695817451058, +1.41749050904573,2.83557795404771),.UNSPECIFIED.); +#6125=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16679,#16680,#16681,#16682,#16683, +#16684,#16685,#16686,#16687,#16688,#16689,#16690),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763919,2.12686649738337,2.48122740896701,2.65840007602457, +2.83557795404769),.UNSPECIFIED.); +#6126=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16691,#16692,#16693,#16694,#16695, +#16696,#16697,#16698,#16699,#16700,#16701,#16702),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906549,0.354332300191418,0.708695817445626, +1.41749050904281,2.83557795404768),.UNSPECIFIED.); +#6127=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16703,#16704,#16705,#16706,#16707, +#16708,#16709,#16710,#16711,#16712,#16713,#16714),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906665,0.354332300191734,0.708695817446259, +1.41749050904203,2.83557795404775),.UNSPECIFIED.); +#6128=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16715,#16716,#16717,#16718,#16719, +#16720,#16721,#16722,#16723,#16724,#16725,#16726),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906402,0.354332300191079,0.708695817446868, +1.41749050904367,2.83557795404774),.UNSPECIFIED.); +#6129=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16727,#16728,#16729,#16730,#16731, +#16732,#16733,#16734,#16735,#16736,#16737,#16738),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906489,0.354332300191381,0.708695817444955, +1.41749050904335,2.83557795404772),.UNSPECIFIED.); +#6130=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16739,#16740,#16741,#16742,#16743, +#16744,#16745,#16746,#16747,#16748,#16749,#16750),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906332,0.354332300191026,0.708695817446761, +1.41749050904359,2.83557795404769),.UNSPECIFIED.); +#6131=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16751,#16752,#16753,#16754,#16755, +#16756,#16757,#16758,#16759,#16760,#16761,#16762),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906031,0.354332300190425,0.70869581744978, +1.4174905090454,2.83557795404772),.UNSPECIFIED.); +#6132=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16763,#16764,#16765,#16766,#16767, +#16768,#16769,#16770,#16771,#16772,#16773,#16774),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906538,0.354332300191309,0.70869581744737, +1.41749050904297,2.83557795404771),.UNSPECIFIED.); +#6133=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16775,#16776,#16777,#16778,#16779, +#16780,#16781,#16782,#16783,#16784,#16785,#16786),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906424,0.354332300191168,0.708695817446192, +1.41749050904326,2.83557795404777),.UNSPECIFIED.); +#6134=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16787,#16788,#16789,#16790,#16791, +#16792,#16793,#16794,#16795,#16796,#16797,#16798),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764265,2.12686649738782,2.48122740896604,2.65840007602411, +2.83557795404771),.UNSPECIFIED.); +#6135=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16799,#16800,#16801,#16802,#16803, +#16804,#16805,#16806,#16807,#16808,#16809,#16810),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906347,0.354332300191012,0.708695817443665, +1.41749050904282,2.83557795404774),.UNSPECIFIED.); +#6136=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16811,#16812,#16813,#16814,#16815, +#16816,#16817,#16818,#16819,#16820,#16821,#16822),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.418077017643,2.12686649738701,2.4812274089658,2.65840007602398, +2.83557795404773),.UNSPECIFIED.); +#6137=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16823,#16824,#16825,#16826,#16827, +#16828,#16829,#16830,#16831,#16832,#16833,#16834),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290699,0.354332300192298,0.708695817440864, +1.41749050904098,2.83557795404776),.UNSPECIFIED.); +#6138=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16835,#16836,#16837,#16838,#16839, +#16840,#16841,#16842,#16843,#16844,#16845,#16846),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906149,0.354332300190658,0.708695817444107, +1.41749050904618,2.83557795404774),.UNSPECIFIED.); +#6139=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16847,#16848,#16849,#16850,#16851, +#16852,#16853,#16854,#16855,#16856,#16857,#16858),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906235,0.354332300190832,0.708695817442195, +1.41749050904035,2.8355779540477),.UNSPECIFIED.); +#6140=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16859,#16860,#16861,#16862,#16863, +#16864,#16865,#16866,#16867,#16868,#16869,#16870),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764955,2.12686649739978,2.48122740896418,2.65840007602319, +2.83557795404772),.UNSPECIFIED.); +#6141=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16871,#16872,#16873,#16874,#16875, +#16876,#16877,#16878,#16879,#16880,#16881,#16882),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906918,0.354332300192198,0.70869581743593, +1.41749050903966,2.83557795404775),.UNSPECIFIED.); +#6142=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16883,#16884,#16885,#16886,#16887, +#16888,#16889,#16890,#16891,#16892,#16893,#16894),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763975,2.12686649738092,2.48122740896663,2.65840007602442, +2.8355779540477),.UNSPECIFIED.); +#6143=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16895,#16896,#16897,#16898,#16899, +#16900,#16901,#16902,#16903,#16904,#16905,#16906),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764634,2.12686649739394,2.48122740896569,2.65840007602396, +2.83557795404771),.UNSPECIFIED.); +#6144=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16907,#16908,#16909,#16910,#16911, +#16912,#16913,#16914,#16915,#16916,#16917,#16918),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906008,0.354332300190378,0.708695817443078, +1.41749050904395,2.83557795404774),.UNSPECIFIED.); +#6145=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16919,#16920,#16921,#16922,#16923, +#16924,#16925,#16926,#16927,#16928,#16929,#16930),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906584,0.354332300191487,0.708695817442438, +1.41749050904199,2.83557795404774),.UNSPECIFIED.); +#6146=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16931,#16932,#16933,#16934,#16935, +#16936,#16937,#16938,#16939,#16940,#16941,#16942),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905622,0.354332300189605,0.708695817454838, +1.41749050904859,2.83557795404775),.UNSPECIFIED.); +#6147=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16943,#16944,#16945,#16946,#16947, +#16948,#16949,#16950,#16951,#16952,#16953,#16954),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907484,0.354332300193286,0.708695817443989, +1.41749050903647,2.83557795404778),.UNSPECIFIED.); +#6148=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16955,#16956,#16957,#16958,#16959, +#16960,#16961,#16962,#16963,#16964,#16965,#16966),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905836,0.354332300189991,0.708695817459192, +1.41749050904982,2.8355779540478),.UNSPECIFIED.); +#6149=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16967,#16968,#16969,#16970,#16971, +#16972,#16973,#16974,#16975,#16976,#16977,#16978),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764181,2.12686649738846,2.48122740896637,2.65840007602434, +2.83557795404775),.UNSPECIFIED.); +#6150=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16979,#16980,#16981,#16982,#16983, +#16984,#16985,#16986,#16987,#16988,#16989,#16990),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906344,0.354332300191048,0.708695817441177, +1.41749050904075,2.83557795404774),.UNSPECIFIED.); +#6151=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16991,#16992,#16993,#16994,#16995, +#16996,#16997,#16998,#16999,#17000,#17001,#17002),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764061,2.12686649738642,2.48122740896631,2.65840007602429, +2.83557795404772),.UNSPECIFIED.); +#6152=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17003,#17004,#17005,#17006,#17007, +#17008,#17009,#17010,#17011,#17012,#17013,#17014),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906819,0.354332300192041,0.708695817443334, +1.41749050904024,2.83557795404772),.UNSPECIFIED.); +#6153=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17015,#17016,#17017,#17018,#17019, +#17020,#17021,#17022,#17023,#17024,#17025,#17026),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764217,2.12686649738751,2.48122740896524,2.65840007602366, +2.83557795404765),.UNSPECIFIED.); +#6154=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17027,#17028,#17029,#17030,#17031, +#17032,#17033,#17034,#17035,#17036,#17037,#17038),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907159,0.354332300192638,0.70869581744069, +1.41749050904042,2.83557795404776),.UNSPECIFIED.); +#6155=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17039,#17040,#17041,#17042,#17043, +#17044,#17045,#17046,#17047,#17048,#17049,#17050),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907996,0.354332300194352,0.708695817439344, +1.41749050903141,2.83557795404774),.UNSPECIFIED.); +#6156=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17051,#17052,#17053,#17054,#17055, +#17056,#17057,#17058,#17059,#17060,#17061,#17062),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763701,2.12686649738119,2.48122740896673,2.65840007602447, +2.83557795404769),.UNSPECIFIED.); +#6157=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17063,#17064,#17065,#17066,#17067, +#17068,#17069,#17070,#17071,#17072,#17073,#17074),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906621,0.35433230019156,0.708695817445188, +1.41749050904065,2.83557795404774),.UNSPECIFIED.); +#6158=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17075,#17076,#17077,#17078,#17079, +#17080,#17081,#17082,#17083,#17084,#17085,#17086),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905527,0.354332300189329,0.708695817447805, +1.41749050905067,2.83557795404774),.UNSPECIFIED.); +#6159=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17087,#17088,#17089,#17090,#17091, +#17092,#17093,#17094,#17095,#17096,#17097,#17098),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764248,2.12686649738869,2.48122740896607,2.65840007602414, +2.83557795404773),.UNSPECIFIED.); +#6160=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17099,#17100,#17101,#17102,#17103, +#17104,#17105,#17106,#17107,#17108,#17109,#17110),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906406,0.354332300191131,0.70869581744369, +1.41749050904287,2.83557795404775),.UNSPECIFIED.); +#6161=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17111,#17112,#17113,#17114,#17115, +#17116,#17117,#17118,#17119,#17120,#17121,#17122),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905332,0.354332300189109,0.708695817458452, +1.41749050905099,2.83557795404775),.UNSPECIFIED.); +#6162=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17123,#17124,#17125,#17126,#17127, +#17128,#17129,#17130,#17131,#17132,#17133,#17134),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906552,0.354332300191381,0.708695817444827, +1.41749050904553,2.83557795404775),.UNSPECIFIED.); +#6163=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17135,#17136,#17137,#17138,#17139, +#17140,#17141,#17142,#17143,#17144,#17145,#17146),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764034,2.12686649738944,2.4812274089666,2.65840007602439, +2.83557795404771),.UNSPECIFIED.); +#6164=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17147,#17148,#17149,#17150,#17151, +#17152,#17153,#17154,#17155,#17156,#17157,#17158),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906283,0.354332300190971,0.708695817444477, +1.41749050904205,2.83557795404774),.UNSPECIFIED.); +#6165=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17159,#17160,#17161,#17162,#17163, +#17164,#17165,#17166,#17167,#17168,#17169,#17170),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905885,0.35433230019013,0.708695817448639, +1.41749050904755,2.83557795404773),.UNSPECIFIED.); +#6166=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17171,#17172,#17173,#17174,#17175, +#17176,#17177,#17178,#17179,#17180,#17181,#17182),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907022,0.354332300192363,0.708695817445215, +1.41749050903934,2.83557795404774),.UNSPECIFIED.); +#6167=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17183,#17184,#17185,#17186,#17187, +#17188,#17189,#17190,#17191,#17192,#17193,#17194),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906123,0.354332300190607,0.708695817452363, +1.4174905090454,2.83557795404771),.UNSPECIFIED.); +#6168=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17195,#17196,#17197,#17198,#17199, +#17200,#17201,#17202,#17203,#17204,#17205,#17206),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905669,0.354332300189656,0.708695817451868, +1.41749050905008,2.83557795404778),.UNSPECIFIED.); +#6169=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17207,#17208,#17209,#17210,#17211, +#17212,#17213,#17214,#17215,#17216,#17217,#17218),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906549,0.354332300191416,0.708695817446476, +1.41749050904246,2.83557795404777),.UNSPECIFIED.); +#6170=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17219,#17220,#17221,#17222,#17223, +#17224,#17225,#17226,#17227,#17228,#17229,#17230),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907723,0.354332300193765,0.708695817438296, +1.41749050903487,2.83557795404772),.UNSPECIFIED.); +#6171=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17231,#17232,#17233,#17234,#17235, +#17236,#17237,#17238,#17239,#17240,#17241,#17242),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764294,2.12686649738918,2.48122740896651,2.65840007602437, +2.83557795404771),.UNSPECIFIED.); +#6172=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17243,#17244,#17245,#17246,#17247, +#17248,#17249,#17250,#17251,#17252,#17253,#17254),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.17716354290732,0.354332300193001,0.708695817437833, +1.41749050903765,2.83557795404771),.UNSPECIFIED.); +#6173=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17255,#17256,#17257,#17258,#17259, +#17260,#17261,#17262,#17263,#17264,#17265,#17266),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906652,0.354332300191666,0.708695817444461, +1.41749050904095,2.83557795404769),.UNSPECIFIED.); +#6174=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17267,#17268,#17269,#17270,#17271, +#17272,#17273,#17274,#17275,#17276,#17277,#17278),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764262,2.12686649738871,2.48122740896605,2.65840007602412, +2.83557795404768),.UNSPECIFIED.); +#6175=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17279,#17280,#17281,#17282,#17283, +#17284,#17285,#17286,#17287,#17288,#17289,#17290),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905467,0.354332300189167,0.708695817455197, +1.41749050905135,2.83557795404774),.UNSPECIFIED.); +#6176=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17291,#17292,#17293,#17294,#17295, +#17296,#17297,#17298,#17299,#17300,#17301,#17302),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906134,0.354332300190629,0.708695817443964, +1.41749050904491,2.83557795404774),.UNSPECIFIED.); +#6177=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17303,#17304,#17305,#17306,#17307, +#17308,#17309,#17310,#17311,#17312,#17313,#17314),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906042,0.354332300190403,0.708695817453191, +1.41749050904628,2.83557795404767),.UNSPECIFIED.); +#6178=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17315,#17316,#17317,#17318,#17319, +#17320,#17321,#17322,#17323,#17324,#17325,#17326),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905655,0.354332300189671,0.70869581745561, +1.41749050904877,2.83557795404777),.UNSPECIFIED.); +#6179=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17327,#17328,#17329,#17330,#17331, +#17332,#17333,#17334,#17335,#17336,#17337,#17338),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906106,0.354332300190444,0.708695817450973, +1.41749050904556,2.83557795404771),.UNSPECIFIED.); +#6180=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17339,#17340,#17341,#17342,#17343, +#17344,#17345,#17346,#17347,#17348,#17349,#17350),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906455,0.354332300191228,0.708695817448489, +1.41749050904209,2.83557795404776),.UNSPECIFIED.); +#6181=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17351,#17352,#17353,#17354,#17355, +#17356,#17357,#17358,#17359,#17360,#17361,#17362),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905868,0.35433230019014,0.708695817454842, +1.4174905090454,2.83557795404771),.UNSPECIFIED.); +#6182=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17363,#17364,#17365,#17366,#17367, +#17368,#17369,#17370,#17371,#17372,#17373,#17374),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906335,0.354332300190988,0.70869581744498, +1.41749050904404,2.83557795404777),.UNSPECIFIED.); +#6183=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17375,#17376,#17377,#17378,#17379, +#17380,#17381,#17382,#17383,#17384,#17385,#17386),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905824,0.354332300189967,0.708695817453811, +1.41749050904769,2.83557795404778),.UNSPECIFIED.); +#6184=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17387,#17388,#17389,#17390,#17391, +#17392,#17393,#17394,#17395,#17396,#17397,#17398),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906849,0.354332300192016,0.708695817443325, +1.41749050903963,2.83557795404778),.UNSPECIFIED.); +#6185=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17399,#17400,#17401,#17402,#17403, +#17404,#17405,#17406,#17407,#17408,#17409,#17410),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906965,0.354332300192206,0.70869581744584, +1.41749050904043,2.83557795404777),.UNSPECIFIED.); +#6186=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17411,#17412,#17413,#17414,#17415, +#17416,#17417,#17418,#17419,#17420,#17421,#17422),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906737,0.354332300191792,0.708695817445351, +1.41749050904,2.83557795404774),.UNSPECIFIED.); +#6187=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17423,#17424,#17425,#17426,#17427, +#17428,#17429,#17430,#17431,#17432,#17433,#17434),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906933,0.354332300192184,0.708695817446562, +1.41749050904212,2.83557795404776),.UNSPECIFIED.); +#6188=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17435,#17436,#17437,#17438,#17439, +#17440,#17441,#17442,#17443,#17444,#17445,#17446),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701765189,2.1268664974016,2.48122740896348,2.65840007602284, +2.83557795404773),.UNSPECIFIED.); +#6189=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17447,#17448,#17449,#17450,#17451, +#17452,#17453,#17454,#17455,#17456,#17457,#17458),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906003,0.354332300190366,0.708695817450219, +1.41749050904529,2.83557795404774),.UNSPECIFIED.); +#6190=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17459,#17460,#17461,#17462,#17463, +#17464,#17465,#17466,#17467,#17468,#17469,#17470),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907989,0.354332300194295,0.708695817436797, +1.4174905090326,2.83557795404777),.UNSPECIFIED.); +#6191=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17471,#17472,#17473,#17474,#17475, +#17476,#17477,#17478,#17479,#17480,#17481,#17482),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701764312,2.12686649739041,2.48122740896545,2.65840007602382, +2.83557795404772),.UNSPECIFIED.); +#6192=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17483,#17484,#17485,#17486,#17487, +#17488,#17489,#17490,#17491,#17492,#17493,#17494),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905947,0.354332300190254,0.708695817449183, +1.41749050904903,2.83557795404773),.UNSPECIFIED.); +#6193=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17495,#17496,#17497,#17498,#17499, +#17500,#17501,#17502,#17503,#17504,#17505,#17506),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906586,0.354332300191533,0.708695817445941, +1.41749050904241,2.83557795404769),.UNSPECIFIED.); +#6194=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17507,#17508,#17509,#17510,#17511, +#17512,#17513,#17514,#17515,#17516,#17517,#17518),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905668,0.35433230018961,0.708695817453182, +1.41749050904989,2.83557795404772),.UNSPECIFIED.); +#6195=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17519,#17520,#17521,#17522,#17523, +#17524,#17525,#17526,#17527,#17528,#17529,#17530),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906711,0.354332300191698,0.70869581745228, +1.41749050904369,2.83557795404775),.UNSPECIFIED.); +#6196=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17531,#17532,#17533,#17534,#17535, +#17536,#17537,#17538,#17539,#17540,#17541,#17542),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907344,0.354332300192963,0.708695817442578, +1.41749050903561,2.83557795404774),.UNSPECIFIED.); +#6197=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17543,#17544,#17545,#17546,#17547, +#17548,#17549,#17550,#17551,#17552,#17553,#17554),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905937,0.354332300190278,0.708695817449743, +1.41749050904443,2.83557795404771),.UNSPECIFIED.); +#6198=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17555,#17556,#17557,#17558,#17559, +#17560,#17561,#17562,#17563,#17564,#17565,#17566),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763529,2.12686649737746,2.48122740896747,2.6584000760248, +2.83557795404769),.UNSPECIFIED.); +#6199=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17567,#17568,#17569,#17570,#17571, +#17572,#17573,#17574,#17575,#17576,#17577,#17578),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542906376,0.354332300191199,0.708695817444294, +1.41749050904131,2.83557795404771),.UNSPECIFIED.); +#6200=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17579,#17580,#17581,#17582,#17583, +#17584,#17585,#17586,#17587,#17588,#17589,#17590),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905622,0.354332300189605,0.708695817456286, +1.41749050904918,2.83557795404777),.UNSPECIFIED.); +#6201=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17591,#17592,#17593,#17594,#17595, +#17596,#17597,#17598,#17599,#17600,#17601,#17602),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542905799,0.354332300189873,0.708695817460827, +1.41749050904741,2.83557795404774),.UNSPECIFIED.); +#6202=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17603,#17604,#17605,#17606,#17607, +#17608,#17609,#17610,#17611,#17612,#17613,#17614),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542908653,0.354332300195667,0.70869581742103, +1.41749050902942,2.83557795404767),.UNSPECIFIED.); +#6203=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17615,#17616,#17617,#17618,#17619, +#17620,#17621,#17622,#17623,#17624,#17625,#17626),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.4180770176372,2.1268664973828,2.48122740896622,2.65840007602417, +2.83557795404773),.UNSPECIFIED.); +#6204=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17627,#17628,#17629,#17630,#17631, +#17632,#17633,#17634,#17635,#17636,#17637,#17638),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542907018,0.354332300192311,0.708695817441695, +1.41749050903994,2.83557795404775),.UNSPECIFIED.); +#6205=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17639,#17640,#17641,#17642,#17643, +#17644,#17645,#17646,#17647,#17648,#17649,#17650),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,1.41807701763323,2.12686649738435,2.4812274089674,2.65840007602483, +2.83557795404775),.UNSPECIFIED.); +#6206=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17651,#17652,#17653,#17654,#17655, +#17656,#17657,#17658,#17659,#17660,#17661,#17662),.UNSPECIFIED.,.F.,.F., +(4,2,2,2,2,4),(0.,0.177163542904685,0.354332300187774,0.708695817458934, +1.4174905090552,2.83557795404775),.UNSPECIFIED.); +#6207=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17663,#17664),.UNSPECIFIED.,.F., + .F.,(2,2),(-1.80074052494313,0.),.UNSPECIFIED.); +#6208=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17665,#17666),.UNSPECIFIED.,.F., + .F.,(2,2),(-3.80074052423687,-2.19925954199102),.UNSPECIFIED.); +#6209=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17667,#17668),.UNSPECIFIED.,.F., + .F.,(2,2),(-5.8007405235324,-4.19925954128472),.UNSPECIFIED.); +#6210=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17669,#17670),.UNSPECIFIED.,.F., + .F.,(2,2),(-7.80074052282617,-6.19925954058029),.UNSPECIFIED.); +#6211=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17671,#17672),.UNSPECIFIED.,.F., + .F.,(2,2),(-9.8007405221217,-8.19925953987405),.UNSPECIFIED.); +#6212=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17673,#17674),.UNSPECIFIED.,.F., + .F.,(2,2),(-11.8007405214154,-10.1992595391696),.UNSPECIFIED.); +#6213=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17675,#17676),.UNSPECIFIED.,.F., + .F.,(2,2),(-13.800740520711,-12.1992595384633),.UNSPECIFIED.); +#6214=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17677,#17678),.UNSPECIFIED.,.F., + .F.,(2,2),(-15.8007405200047,-14.1992595377589),.UNSPECIFIED.); +#6215=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17679,#17680),.UNSPECIFIED.,.F., + .F.,(2,2),(-17.8007405193002,-16.1992595370526),.UNSPECIFIED.); +#6216=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17681,#17682),.UNSPECIFIED.,.F., + .F.,(2,2),(-19.800740518594,-18.1992595363481),.UNSPECIFIED.); +#6217=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17683,#17684),.UNSPECIFIED.,.F., + .F.,(2,2),(-21.8007405178895,-20.1992595356418),.UNSPECIFIED.); +#6218=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17685,#17686),.UNSPECIFIED.,.F., + .F.,(2,2),(-23.8007405128198,-22.1992595349374),.UNSPECIFIED.); +#6219=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17687,#17688),.UNSPECIFIED.,.F., + .F.,(2,2),(-25.8007405121153,-24.1992595298677),.UNSPECIFIED.); +#6220=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17689,#17690),.UNSPECIFIED.,.F., + .F.,(2,2),(-27.8007405114091,-26.1992595291632),.UNSPECIFIED.); +#6221=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17691,#17692),.UNSPECIFIED.,.F., + .F.,(2,2),(-29.8007405107046,-28.1992595284569),.UNSPECIFIED.); +#6222=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17693,#17694),.UNSPECIFIED.,.F., + .F.,(2,2),(-31.8007405099983,-30.1992595277525),.UNSPECIFIED.); +#6223=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17695,#17696),.UNSPECIFIED.,.F., + .F.,(2,2),(-33.8007405092939,-32.1992595270462),.UNSPECIFIED.); +#6224=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17697,#17698),.UNSPECIFIED.,.F., + .F.,(2,2),(-35.8007405085876,-34.1992595263418),.UNSPECIFIED.); +#6225=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17699,#17700),.UNSPECIFIED.,.F., + .F.,(2,2),(-37.8007405078832,-36.1992595256355),.UNSPECIFIED.); +#6226=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17701,#17702),.UNSPECIFIED.,.F., + .F.,(2,2),(-39.8007405071769,-38.1992595249311),.UNSPECIFIED.); +#6227=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17703,#17704),.UNSPECIFIED.,.F., + .F.,(2,2),(-41.8007405064724,-40.1992595242248),.UNSPECIFIED.); +#6228=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17705,#17706),.UNSPECIFIED.,.F., + .F.,(2,2),(-43.8007405057662,-42.1992595235203),.UNSPECIFIED.); +#6229=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17707,#17708),.UNSPECIFIED.,.F., + .F.,(2,2),(-45.8007405050617,-44.1992595228141),.UNSPECIFIED.); +#6230=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17709,#17710),.UNSPECIFIED.,.F., + .F.,(2,2),(-47.8007405043555,-46.1992595221096),.UNSPECIFIED.); +#6231=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17711,#17712),.UNSPECIFIED.,.F., + .F.,(2,2),(-49.800740503651,-48.1992595214034),.UNSPECIFIED.); +#6232=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17713,#17714),.UNSPECIFIED.,.F., + .F.,(2,2),(-51.8007405029447,-50.1992595206989),.UNSPECIFIED.); +#6233=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17715,#17716),.UNSPECIFIED.,.F., + .F.,(2,2),(-53.8007405022403,-52.1992595199926),.UNSPECIFIED.); +#6234=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17717,#17718),.UNSPECIFIED.,.F., + .F.,(2,2),(-55.800740501534,-54.1992595192881),.UNSPECIFIED.); +#6235=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17719,#17720),.UNSPECIFIED.,.F., + .F.,(2,2),(-57.8007405008295,-56.1992595185818),.UNSPECIFIED.); +#6236=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17721,#17722),.UNSPECIFIED.,.F., + .F.,(2,2),(-59.8007405001233,-58.1992595178774),.UNSPECIFIED.); +#6237=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17723,#17724),.UNSPECIFIED.,.F., + .F.,(2,2),(-61.8007404994188,-60.1992595171711),.UNSPECIFIED.); +#6238=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17725,#17726),.UNSPECIFIED.,.F., + .F.,(2,2),(-63.8007404987125,-62.1992595164667),.UNSPECIFIED.); +#6239=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17727,#17728),.UNSPECIFIED.,.F., + .F.,(2,2),(-65.8007404980081,-64.1992595157604),.UNSPECIFIED.); +#6240=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17729,#17730),.UNSPECIFIED.,.F., + .F.,(2,2),(-67.8007404973018,-66.1992595150559),.UNSPECIFIED.); +#6241=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17731,#17732),.UNSPECIFIED.,.F., + .F.,(2,2),(-69.8007404965973,-68.1992595143497),.UNSPECIFIED.); +#6242=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17733,#17734),.UNSPECIFIED.,.F., + .F.,(2,2),(-71.8007404958911,-70.1992595136452),.UNSPECIFIED.); +#6243=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17735,#17736),.UNSPECIFIED.,.F., + .F.,(2,2),(-73.8007404951866,-72.1992595129389),.UNSPECIFIED.); +#6244=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17737,#17738),.UNSPECIFIED.,.F., + .F.,(2,2),(-75.8007404944803,-74.1992595122345),.UNSPECIFIED.); +#6245=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17739,#17740),.UNSPECIFIED.,.F., + .F.,(2,2),(-77.8007404937759,-76.1992595115282),.UNSPECIFIED.); +#6246=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17741,#17742),.UNSPECIFIED.,.F., + .F.,(2,2),(-79.8007404930696,-78.1992595108238),.UNSPECIFIED.); +#6247=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17743,#17744),.UNSPECIFIED.,.F., + .F.,(2,2),(-81.8007404923652,-80.1992595101175),.UNSPECIFIED.); +#6248=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17745,#17746),.UNSPECIFIED.,.F., + .F.,(2,2),(-83.8007404916589,-82.1992595094131),.UNSPECIFIED.); +#6249=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17747,#17748),.UNSPECIFIED.,.F., + .F.,(2,2),(-85.8007404909545,-84.1992595087068),.UNSPECIFIED.); +#6250=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17749,#17750),.UNSPECIFIED.,.F., + .F.,(2,2),(-87.8007404902483,-86.1992595080023),.UNSPECIFIED.); +#6251=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17751,#17752),.UNSPECIFIED.,.F., + .F.,(2,2),(-89.8007404895438,-88.1992595072961),.UNSPECIFIED.); +#6252=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17753,#17754),.UNSPECIFIED.,.F., + .F.,(2,2),(-91.8007404888375,-90.1992595065917),.UNSPECIFIED.); +#6253=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17755,#17756),.UNSPECIFIED.,.F., + .F.,(2,2),(-93.8007404881331,-92.1992595058854),.UNSPECIFIED.); +#6254=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17757,#17758),.UNSPECIFIED.,.F., + .F.,(2,2),(-95.8007404874268,-94.1992595051809),.UNSPECIFIED.); +#6255=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17759,#17760),.UNSPECIFIED.,.F., + .F.,(2,2),(-97.8007404867223,-96.1992595044747),.UNSPECIFIED.); +#6256=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17761,#17762),.UNSPECIFIED.,.F., + .F.,(2,2),(-99.8007404860161,-98.1992595037702),.UNSPECIFIED.); +#6257=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17763,#17764),.UNSPECIFIED.,.F., + .F.,(2,2),(-101.800740485312,-100.199259503064),.UNSPECIFIED.); +#6258=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17765,#17766),.UNSPECIFIED.,.F., + .F.,(2,2),(-103.800740484605,-102.19925950236),.UNSPECIFIED.); +#6259=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17767,#17768),.UNSPECIFIED.,.F., + .F.,(2,2),(-105.800740483901,-104.199259501653),.UNSPECIFIED.); +#6260=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17769,#17770),.UNSPECIFIED.,.F., + .F.,(2,2),(-107.800740483195,-106.199259500949),.UNSPECIFIED.); +#6261=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17771,#17772),.UNSPECIFIED.,.F., + .F.,(2,2),(-109.80074048249,-108.199259500242),.UNSPECIFIED.); +#6262=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17773,#17774),.UNSPECIFIED.,.F., + .F.,(2,2),(-111.800740481784,-110.199259499538),.UNSPECIFIED.); +#6263=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17775,#17776),.UNSPECIFIED.,.F., + .F.,(2,2),(-113.800740481079,-112.199259498832),.UNSPECIFIED.); +#6264=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17777,#17778),.UNSPECIFIED.,.F., + .F.,(2,2),(-115.800740480373,-114.199259498127),.UNSPECIFIED.); +#6265=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17779,#17780),.UNSPECIFIED.,.F., + .F.,(2,2),(-117.800740479669,-116.199259497421),.UNSPECIFIED.); +#6266=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17781,#17782),.UNSPECIFIED.,.F., + .F.,(2,2),(-119.800740478962,-118.199259496717),.UNSPECIFIED.); +#6267=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17783,#17784),.UNSPECIFIED.,.F., + .F.,(2,2),(-121.800740478258,-120.19925949601),.UNSPECIFIED.); +#6268=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17785,#17786),.UNSPECIFIED.,.F., + .F.,(2,2),(-123.800740477552,-122.199259495306),.UNSPECIFIED.); +#6269=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17787,#17788),.UNSPECIFIED.,.F., + .F.,(2,2),(-125.800740476847,-124.1992594946),.UNSPECIFIED.); +#6270=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17789,#17790),.UNSPECIFIED.,.F., + .F.,(2,2),(-127.800740476141,-126.199259493895),.UNSPECIFIED.); +#6271=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17791,#17792),.UNSPECIFIED.,.F., + .F.,(2,2),(-129.800740475436,-128.199259493189),.UNSPECIFIED.); +#6272=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17793,#17794),.UNSPECIFIED.,.F., + .F.,(2,2),(-131.80074047473,-130.199259492484),.UNSPECIFIED.); +#6273=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17795,#17796),.UNSPECIFIED.,.F., + .F.,(2,2),(-133.800740474026,-132.199259491778),.UNSPECIFIED.); +#6274=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17797,#17798),.UNSPECIFIED.,.F., + .F.,(2,2),(-135.80074047332,-134.199259491074),.UNSPECIFIED.); +#6275=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17799,#17800),.UNSPECIFIED.,.F., + .F.,(2,2),(-137.800740472615,-136.199259490367),.UNSPECIFIED.); +#6276=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17801,#17802),.UNSPECIFIED.,.F., + .F.,(2,2),(-139.800740471909,-138.199259489663),.UNSPECIFIED.); +#6277=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17803,#17804),.UNSPECIFIED.,.F., + .F.,(2,2),(-141.800740471204,-140.199259488957),.UNSPECIFIED.); +#6278=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17805,#17806),.UNSPECIFIED.,.F., + .F.,(2,2),(-143.800740470498,-142.199259488252),.UNSPECIFIED.); +#6279=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17807,#17808),.UNSPECIFIED.,.F., + .F.,(2,2),(-145.800740469794,-144.199259487546),.UNSPECIFIED.); +#6280=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17809,#17810),.UNSPECIFIED.,.F., + .F.,(2,2),(-147.800740469087,-146.199259486841),.UNSPECIFIED.); +#6281=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17811,#17812),.UNSPECIFIED.,.F., + .F.,(2,2),(-149.800740468383,-148.199259486135),.UNSPECIFIED.); +#6282=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17813,#17814),.UNSPECIFIED.,.F., + .F.,(2,2),(-151.800740467677,-150.199259485431),.UNSPECIFIED.); +#6283=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17815,#17816),.UNSPECIFIED.,.F., + .F.,(2,2),(-153.800740466972,-152.199259484725),.UNSPECIFIED.); +#6284=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17817,#17818),.UNSPECIFIED.,.F., + .F.,(2,2),(-155.800740466266,-154.19925948402),.UNSPECIFIED.); +#6285=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17819,#17820),.UNSPECIFIED.,.F., + .F.,(2,2),(-157.800740465562,-156.199259483314),.UNSPECIFIED.); +#6286=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17821,#17822),.UNSPECIFIED.,.F., + .F.,(2,2),(-159.800740464855,-158.199259482609),.UNSPECIFIED.); +#6287=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17823,#17824),.UNSPECIFIED.,.F., + .F.,(2,2),(-161.800740464151,-160.199259481903),.UNSPECIFIED.); +#6288=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17825,#17826),.UNSPECIFIED.,.F., + .F.,(2,2),(-163.800740463445,-162.199259481199),.UNSPECIFIED.); +#6289=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17827,#17828),.UNSPECIFIED.,.F., + .F.,(2,2),(-165.80074046274,-164.199259480492),.UNSPECIFIED.); +#6290=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17829,#17830),.UNSPECIFIED.,.F., + .F.,(2,2),(-167.800740462034,-166.199259479788),.UNSPECIFIED.); +#6291=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17831,#17832),.UNSPECIFIED.,.F., + .F.,(2,2),(-169.800740461329,-168.199259479082),.UNSPECIFIED.); +#6292=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17833,#17834),.UNSPECIFIED.,.F., + .F.,(2,2),(-171.800740460623,-170.199259478377),.UNSPECIFIED.); +#6293=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17835,#17836),.UNSPECIFIED.,.F., + .F.,(2,2),(-173.800740459919,-172.199259477671),.UNSPECIFIED.); +#6294=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17837,#17838),.UNSPECIFIED.,.F., + .F.,(2,2),(-175.800740459212,-174.199259476967),.UNSPECIFIED.); +#6295=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17839,#17840),.UNSPECIFIED.,.F., + .F.,(2,2),(-177.800740458508,-176.19925947626),.UNSPECIFIED.); +#6296=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17841,#17842),.UNSPECIFIED.,.F., + .F.,(2,2),(-179.800740457802,-178.199259475556),.UNSPECIFIED.); +#6297=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17843,#17844),.UNSPECIFIED.,.F., + .F.,(2,2),(-181.800740457097,-180.19925947485),.UNSPECIFIED.); +#6298=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17845,#17846),.UNSPECIFIED.,.F., + .F.,(2,2),(-183.800740456391,-182.199259474145),.UNSPECIFIED.); +#6299=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17847,#17848),.UNSPECIFIED.,.F., + .F.,(2,2),(-185.800740455686,-184.199259473439),.UNSPECIFIED.); +#6300=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17849,#17850),.UNSPECIFIED.,.F., + .F.,(2,2),(-187.80074045498,-186.199259472734),.UNSPECIFIED.); +#6301=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17851,#17852),.UNSPECIFIED.,.F., + .F.,(2,2),(-189.800740454276,-188.199259472028),.UNSPECIFIED.); +#6302=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17853,#17854),.UNSPECIFIED.,.F., + .F.,(2,2),(-191.800740453569,-190.199259471324),.UNSPECIFIED.); +#6303=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17855,#17856),.UNSPECIFIED.,.F., + .F.,(2,2),(-193.800740452865,-192.199259470617),.UNSPECIFIED.); +#6304=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17857,#17858),.UNSPECIFIED.,.F., + .F.,(2,2),(-195.800740452159,-194.199259469913),.UNSPECIFIED.); +#6305=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17859,#17860),.UNSPECIFIED.,.F., + .F.,(2,2),(-197.800740451454,-196.199259469207),.UNSPECIFIED.); +#6306=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17861,#17862),.UNSPECIFIED.,.F., + .F.,(2,2),(-199.800740450748,-198.199259468502),.UNSPECIFIED.); +#6307=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17863,#17864),.UNSPECIFIED.,.F., + .F.,(2,2),(-201.800740450044,-200.199259467796),.UNSPECIFIED.); +#6308=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17865,#17866),.UNSPECIFIED.,.F., + .F.,(2,2),(-203.800740449337,-202.199259467091),.UNSPECIFIED.); +#6309=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17867,#17868),.UNSPECIFIED.,.F., + .F.,(2,2),(-205.800740448633,-204.199259466385),.UNSPECIFIED.); +#6310=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17869,#17870),.UNSPECIFIED.,.F., + .F.,(2,2),(-207.800740447927,-206.199259465681),.UNSPECIFIED.); +#6311=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17871,#17872),.UNSPECIFIED.,.F., + .F.,(2,2),(-209.800740447222,-208.199259464974),.UNSPECIFIED.); +#6312=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17873,#17874),.UNSPECIFIED.,.F., + .F.,(2,2),(-211.800740446516,-210.19925946427),.UNSPECIFIED.); +#6313=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17875,#17876),.UNSPECIFIED.,.F., + .F.,(2,2),(-213.800740445811,-212.199259463564),.UNSPECIFIED.); +#6314=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17877,#17878),.UNSPECIFIED.,.F., + .F.,(2,2),(-215.800740445105,-214.199259462859),.UNSPECIFIED.); +#6315=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17879,#17880),.UNSPECIFIED.,.F., + .F.,(2,2),(-217.800740444401,-216.199259462153),.UNSPECIFIED.); +#6316=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17881,#17882),.UNSPECIFIED.,.F., + .F.,(2,2),(-219.800740443694,-218.199259461449),.UNSPECIFIED.); +#6317=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17883,#17884),.UNSPECIFIED.,.F., + .F.,(2,2),(-221.80074044299,-220.199259460742),.UNSPECIFIED.); +#6318=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17885,#17886),.UNSPECIFIED.,.F., + .F.,(2,2),(-223.800740442284,-222.199259460038),.UNSPECIFIED.); +#6319=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17887,#17888),.UNSPECIFIED.,.F., + .F.,(2,2),(-225.800740441579,-224.199259459332),.UNSPECIFIED.); +#6320=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17889,#17890),.UNSPECIFIED.,.F., + .F.,(2,2),(-227.800740440873,-226.199259458627),.UNSPECIFIED.); +#6321=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17891,#17892),.UNSPECIFIED.,.F., + .F.,(2,2),(-229.800740440169,-228.199259457921),.UNSPECIFIED.); +#6322=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17893,#17894),.UNSPECIFIED.,.F., + .F.,(2,2),(-231.800740439462,-230.199259457216),.UNSPECIFIED.); +#6323=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17895,#17896),.UNSPECIFIED.,.F., + .F.,(2,2),(-233.800740438758,-232.19925945651),.UNSPECIFIED.); +#6324=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17897,#17898),.UNSPECIFIED.,.F., + .F.,(2,2),(-235.800740438052,-234.199259455806),.UNSPECIFIED.); +#6325=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17899,#17900),.UNSPECIFIED.,.F., + .F.,(2,2),(-237.800740437347,-236.199259455099),.UNSPECIFIED.); +#6326=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17901,#17902),.UNSPECIFIED.,.F., + .F.,(2,2),(-239.800740436641,-238.199259454395),.UNSPECIFIED.); +#6327=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17903,#17904),.UNSPECIFIED.,.F., + .F.,(2,2),(-241.800740435936,-240.199259453689),.UNSPECIFIED.); +#6328=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17905,#17906),.UNSPECIFIED.,.F., + .F.,(2,2),(-243.80074043523,-242.199259452984),.UNSPECIFIED.); +#6329=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17907,#17908),.UNSPECIFIED.,.F., + .F.,(2,2),(-245.800740434526,-244.199259452278),.UNSPECIFIED.); +#6330=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17909,#17910),.UNSPECIFIED.,.F., + .F.,(2,2),(-247.800740433819,-246.199259451574),.UNSPECIFIED.); +#6331=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17911,#17912),.UNSPECIFIED.,.F., + .F.,(2,2),(-249.800740433115,-248.199259450867),.UNSPECIFIED.); +#6332=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17913,#17914),.UNSPECIFIED.,.F., + .F.,(2,2),(-251.800740432409,-250.199259450163),.UNSPECIFIED.); +#6333=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17915,#17916),.UNSPECIFIED.,.F., + .F.,(2,2),(-253.800740431704,-252.199259449456),.UNSPECIFIED.); +#6334=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17917,#17918),.UNSPECIFIED.,.F., + .F.,(2,2),(-255.800740430998,-254.199259448752),.UNSPECIFIED.); +#6335=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17919,#17920),.UNSPECIFIED.,.F., + .F.,(2,2),(-257.800740430293,-256.199259448046),.UNSPECIFIED.); +#6336=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17921,#17922),.UNSPECIFIED.,.F., + .F.,(2,2),(-259.800740429587,-258.199259447341),.UNSPECIFIED.); +#6337=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17923,#17924),.UNSPECIFIED.,.F., + .F.,(2,2),(-261.800740428883,-260.199259446635),.UNSPECIFIED.); +#6338=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17925,#17926),.UNSPECIFIED.,.F., + .F.,(2,2),(-263.800740428176,-262.199259445931),.UNSPECIFIED.); +#6339=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17927,#17928),.UNSPECIFIED.,.F., + .F.,(2,2),(-265.800740427472,-264.199259445224),.UNSPECIFIED.); +#6340=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17929,#17930),.UNSPECIFIED.,.F., + .F.,(2,2),(-267.800740426766,-266.19925944452),.UNSPECIFIED.); +#6341=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17931,#17932),.UNSPECIFIED.,.F., + .F.,(2,2),(-269.800740426061,-268.199259443814),.UNSPECIFIED.); +#6342=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17933,#17934),.UNSPECIFIED.,.F., + .F.,(2,2),(-271.800740425355,-270.199259443109),.UNSPECIFIED.); +#6343=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17935,#17936),.UNSPECIFIED.,.F., + .F.,(2,2),(-273.800740424651,-272.199259442403),.UNSPECIFIED.); +#6344=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17937,#17938),.UNSPECIFIED.,.F., + .F.,(2,2),(-275.800740423944,-274.199259441698),.UNSPECIFIED.); +#6345=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17939,#17940),.UNSPECIFIED.,.F., + .F.,(2,2),(-277.80074042324,-276.199259440992),.UNSPECIFIED.); +#6346=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17941,#17942),.UNSPECIFIED.,.F., + .F.,(2,2),(278.199266983348,279.999999703748),.UNSPECIFIED.); +#6347=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17943,#17944),.UNSPECIFIED.,.F., + .F.,(2,2),(276.199266984053,277.800732880199),.UNSPECIFIED.); +#6348=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17945,#17946),.UNSPECIFIED.,.F., + .F.,(2,2),(274.199266984759,275.800732880904),.UNSPECIFIED.); +#6349=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17947,#17948),.UNSPECIFIED.,.F., + .F.,(2,2),(272.199266985463,273.80073288161),.UNSPECIFIED.); +#6350=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17949,#17950),.UNSPECIFIED.,.F., + .F.,(2,2),(270.19926698617,271.800732882315),.UNSPECIFIED.); +#6351=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17951,#17952),.UNSPECIFIED.,.F., + .F.,(2,2),(268.199266986874,269.800732883021),.UNSPECIFIED.); +#6352=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17953,#17954),.UNSPECIFIED.,.F., + .F.,(2,2),(266.19926698758,267.800732883725),.UNSPECIFIED.); +#6353=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17955,#17956),.UNSPECIFIED.,.F., + .F.,(2,2),(264.199266988285,265.800732884432),.UNSPECIFIED.); +#6354=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17957,#17958),.UNSPECIFIED.,.F., + .F.,(2,2),(262.199266988991,263.800732885136),.UNSPECIFIED.); +#6355=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17959,#17960),.UNSPECIFIED.,.F., + .F.,(2,2),(260.199266989695,261.800732885842),.UNSPECIFIED.); +#6356=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17961,#17962),.UNSPECIFIED.,.F., + .F.,(2,2),(258.199266990402,259.800732886547),.UNSPECIFIED.); +#6357=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17963,#17964),.UNSPECIFIED.,.F., + .F.,(2,2),(256.199266991106,257.800732887253),.UNSPECIFIED.); +#6358=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17965,#17966),.UNSPECIFIED.,.F., + .F.,(2,2),(254.199266991812,255.800732887957),.UNSPECIFIED.); +#6359=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17967,#17968),.UNSPECIFIED.,.F., + .F.,(2,2),(252.199266992517,253.800732888664),.UNSPECIFIED.); +#6360=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17969,#17970),.UNSPECIFIED.,.F., + .F.,(2,2),(250.199266993223,251.800732889368),.UNSPECIFIED.); +#6361=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17971,#17972),.UNSPECIFIED.,.F., + .F.,(2,2),(248.199266993928,249.800732890075),.UNSPECIFIED.); +#6362=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17973,#17974),.UNSPECIFIED.,.F., + .F.,(2,2),(246.199266994634,247.800732890779),.UNSPECIFIED.); +#6363=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17975,#17976),.UNSPECIFIED.,.F., + .F.,(2,2),(244.199266995338,245.800732891485),.UNSPECIFIED.); +#6364=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17977,#17978),.UNSPECIFIED.,.F., + .F.,(2,2),(242.199266996045,243.80073289219),.UNSPECIFIED.); +#6365=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17979,#17980),.UNSPECIFIED.,.F., + .F.,(2,2),(240.199266996749,241.800732892896),.UNSPECIFIED.); +#6366=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17981,#17982),.UNSPECIFIED.,.F., + .F.,(2,2),(238.199266997455,239.8007328936),.UNSPECIFIED.); +#6367=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17983,#17984),.UNSPECIFIED.,.F., + .F.,(2,2),(236.19926699816,237.800732894307),.UNSPECIFIED.); +#6368=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17985,#17986),.UNSPECIFIED.,.F., + .F.,(2,2),(234.199266998866,235.800732895011),.UNSPECIFIED.); +#6369=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17987,#17988),.UNSPECIFIED.,.F., + .F.,(2,2),(232.199266999571,233.800732895717),.UNSPECIFIED.); +#6370=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17989,#17990),.UNSPECIFIED.,.F., + .F.,(2,2),(230.199267000277,231.800732896422),.UNSPECIFIED.); +#6371=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17991,#17992),.UNSPECIFIED.,.F., + .F.,(2,2),(228.199267000981,229.800732897128),.UNSPECIFIED.); +#6372=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17993,#17994),.UNSPECIFIED.,.F., + .F.,(2,2),(226.199267001688,227.800732897833),.UNSPECIFIED.); +#6373=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17995,#17996),.UNSPECIFIED.,.F., + .F.,(2,2),(224.199267002392,225.800732898539),.UNSPECIFIED.); +#6374=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17997,#17998),.UNSPECIFIED.,.F., + .F.,(2,2),(222.199267003098,223.800732899243),.UNSPECIFIED.); +#6375=B_SPLINE_CURVE_WITH_KNOTS('',1,(#17999,#18000),.UNSPECIFIED.,.F., + .F.,(2,2),(220.199267003803,221.80073289995),.UNSPECIFIED.); +#6376=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18001,#18002),.UNSPECIFIED.,.F., + .F.,(2,2),(218.199267004509,219.800732900654),.UNSPECIFIED.); +#6377=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18003,#18004),.UNSPECIFIED.,.F., + .F.,(2,2),(216.199267005213,217.80073290136),.UNSPECIFIED.); +#6378=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18005,#18006),.UNSPECIFIED.,.F., + .F.,(2,2),(214.19926700592,215.800732902065),.UNSPECIFIED.); +#6379=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18007,#18008),.UNSPECIFIED.,.F., + .F.,(2,2),(212.199267006624,213.800732902771),.UNSPECIFIED.); +#6380=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18009,#18010),.UNSPECIFIED.,.F., + .F.,(2,2),(210.19926700733,211.800732903475),.UNSPECIFIED.); +#6381=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18011,#18012),.UNSPECIFIED.,.F., + .F.,(2,2),(208.199267008035,209.800732904182),.UNSPECIFIED.); +#6382=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18013,#18014),.UNSPECIFIED.,.F., + .F.,(2,2),(206.199267008741,207.800732904886),.UNSPECIFIED.); +#6383=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18015,#18016),.UNSPECIFIED.,.F., + .F.,(2,2),(204.199267009445,205.800732905592),.UNSPECIFIED.); +#6384=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18017,#18018),.UNSPECIFIED.,.F., + .F.,(2,2),(202.199267010152,203.800732906297),.UNSPECIFIED.); +#6385=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18019,#18020),.UNSPECIFIED.,.F., + .F.,(2,2),(200.199267010856,201.800732907003),.UNSPECIFIED.); +#6386=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18021,#18022),.UNSPECIFIED.,.F., + .F.,(2,2),(198.199267011563,199.800732907708),.UNSPECIFIED.); +#6387=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18023,#18024),.UNSPECIFIED.,.F., + .F.,(2,2),(196.199267012267,197.800732908414),.UNSPECIFIED.); +#6388=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18025,#18026),.UNSPECIFIED.,.F., + .F.,(2,2),(194.199267012973,195.800732909118),.UNSPECIFIED.); +#6389=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18027,#18028),.UNSPECIFIED.,.F., + .F.,(2,2),(192.199267013678,193.800732909825),.UNSPECIFIED.); +#6390=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18029,#18030),.UNSPECIFIED.,.F., + .F.,(2,2),(190.199267014384,191.800732910529),.UNSPECIFIED.); +#6391=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18031,#18032),.UNSPECIFIED.,.F., + .F.,(2,2),(188.199267015088,189.800732911235),.UNSPECIFIED.); +#6392=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18033,#18034),.UNSPECIFIED.,.F., + .F.,(2,2),(186.199267015795,187.80073291194),.UNSPECIFIED.); +#6393=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18035,#18036),.UNSPECIFIED.,.F., + .F.,(2,2),(184.199267016499,185.800732912646),.UNSPECIFIED.); +#6394=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18037,#18038),.UNSPECIFIED.,.F., + .F.,(2,2),(182.199267017205,183.80073291335),.UNSPECIFIED.); +#6395=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18039,#18040),.UNSPECIFIED.,.F., + .F.,(2,2),(180.19926701791,181.800732914057),.UNSPECIFIED.); +#6396=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18041,#18042),.UNSPECIFIED.,.F., + .F.,(2,2),(178.199267018616,179.800732914761),.UNSPECIFIED.); +#6397=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18043,#18044),.UNSPECIFIED.,.F., + .F.,(2,2),(176.199267019321,177.800732915468),.UNSPECIFIED.); +#6398=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18045,#18046),.UNSPECIFIED.,.F., + .F.,(2,2),(174.199267020027,175.800732916172),.UNSPECIFIED.); +#6399=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18047,#18048),.UNSPECIFIED.,.F., + .F.,(2,2),(172.199267020731,173.800732916878),.UNSPECIFIED.); +#6400=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18049,#18050),.UNSPECIFIED.,.F., + .F.,(2,2),(170.199267021438,171.800732917583),.UNSPECIFIED.); +#6401=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18051,#18052),.UNSPECIFIED.,.F., + .F.,(2,2),(168.199267022142,169.800732918289),.UNSPECIFIED.); +#6402=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18053,#18054),.UNSPECIFIED.,.F., + .F.,(2,2),(166.199267022848,167.800732918993),.UNSPECIFIED.); +#6403=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18055,#18056),.UNSPECIFIED.,.F., + .F.,(2,2),(164.199267023553,165.8007329197),.UNSPECIFIED.); +#6404=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18057,#18058),.UNSPECIFIED.,.F., + .F.,(2,2),(162.199267024259,163.800732920404),.UNSPECIFIED.); +#6405=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18059,#18060),.UNSPECIFIED.,.F., + .F.,(2,2),(160.199267024963,161.80073292111),.UNSPECIFIED.); +#6406=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18061,#18062),.UNSPECIFIED.,.F., + .F.,(2,2),(158.19926702567,159.800732921815),.UNSPECIFIED.); +#6407=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18063,#18064),.UNSPECIFIED.,.F., + .F.,(2,2),(156.199267026374,157.800732922521),.UNSPECIFIED.); +#6408=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18065,#18066),.UNSPECIFIED.,.F., + .F.,(2,2),(154.199267027081,155.800732923226),.UNSPECIFIED.); +#6409=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18067,#18068),.UNSPECIFIED.,.F., + .F.,(2,2),(152.199267027785,153.800732923932),.UNSPECIFIED.); +#6410=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18069,#18070),.UNSPECIFIED.,.F., + .F.,(2,2),(150.199267028491,151.800732924636),.UNSPECIFIED.); +#6411=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18071,#18072),.UNSPECIFIED.,.F., + .F.,(2,2),(148.199267029196,149.800732925343),.UNSPECIFIED.); +#6412=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18073,#18074),.UNSPECIFIED.,.F., + .F.,(2,2),(146.199267029902,147.800732926047),.UNSPECIFIED.); +#6413=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18075,#18076),.UNSPECIFIED.,.F., + .F.,(2,2),(144.199267030606,145.800732926753),.UNSPECIFIED.); +#6414=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18077,#18078),.UNSPECIFIED.,.F., + .F.,(2,2),(142.199267031313,143.800732927458),.UNSPECIFIED.); +#6415=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18079,#18080),.UNSPECIFIED.,.F., + .F.,(2,2),(140.199267032017,141.800732928164),.UNSPECIFIED.); +#6416=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18081,#18082),.UNSPECIFIED.,.F., + .F.,(2,2),(138.199267032723,139.800732928868),.UNSPECIFIED.); +#6417=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18083,#18084),.UNSPECIFIED.,.F., + .F.,(2,2),(136.199267033428,137.800732929575),.UNSPECIFIED.); +#6418=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18085,#18086),.UNSPECIFIED.,.F., + .F.,(2,2),(134.199267034134,135.800732930279),.UNSPECIFIED.); +#6419=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18087,#18088),.UNSPECIFIED.,.F., + .F.,(2,2),(132.199267034839,133.800732930985),.UNSPECIFIED.); +#6420=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18089,#18090),.UNSPECIFIED.,.F., + .F.,(2,2),(130.199267035545,131.80073293169),.UNSPECIFIED.); +#6421=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18091,#18092),.UNSPECIFIED.,.F., + .F.,(2,2),(128.199267036249,129.800732932396),.UNSPECIFIED.); +#6422=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18093,#18094),.UNSPECIFIED.,.F., + .F.,(2,2),(126.199267036956,127.800732933101),.UNSPECIFIED.); +#6423=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18095,#18096),.UNSPECIFIED.,.F., + .F.,(2,2),(124.19926703766,125.800732933807),.UNSPECIFIED.); +#6424=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18097,#18098),.UNSPECIFIED.,.F., + .F.,(2,2),(122.199267038366,123.800732934511),.UNSPECIFIED.); +#6425=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18099,#18100),.UNSPECIFIED.,.F., + .F.,(2,2),(120.199267039071,121.800732935218),.UNSPECIFIED.); +#6426=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18101,#18102),.UNSPECIFIED.,.F., + .F.,(2,2),(118.199267039777,119.800732935922),.UNSPECIFIED.); +#6427=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18103,#18104),.UNSPECIFIED.,.F., + .F.,(2,2),(116.199267040481,117.800732936628),.UNSPECIFIED.); +#6428=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18105,#18106),.UNSPECIFIED.,.F., + .F.,(2,2),(114.199267041188,115.800732937333),.UNSPECIFIED.); +#6429=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18107,#18108),.UNSPECIFIED.,.F., + .F.,(2,2),(112.199267041892,113.800732938039),.UNSPECIFIED.); +#6430=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18109,#18110),.UNSPECIFIED.,.F., + .F.,(2,2),(110.199267042598,111.800732938744),.UNSPECIFIED.); +#6431=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18111,#18112),.UNSPECIFIED.,.F., + .F.,(2,2),(108.199267043303,109.80073293945),.UNSPECIFIED.); +#6432=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18113,#18114),.UNSPECIFIED.,.F., + .F.,(2,2),(106.199267044009,107.800732940154),.UNSPECIFIED.); +#6433=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18115,#18116),.UNSPECIFIED.,.F., + .F.,(2,2),(104.199267044714,105.80073294086),.UNSPECIFIED.); +#6434=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18117,#18118),.UNSPECIFIED.,.F., + .F.,(2,2),(102.19926704542,103.800732941565),.UNSPECIFIED.); +#6435=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18119,#18120),.UNSPECIFIED.,.F., + .F.,(2,2),(100.199267046124,101.800732942271),.UNSPECIFIED.); +#6436=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18121,#18122),.UNSPECIFIED.,.F., + .F.,(2,2),(98.1992670468306,99.8007329429757),.UNSPECIFIED.); +#6437=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18123,#18124),.UNSPECIFIED.,.F., + .F.,(2,2),(96.199267047535,97.8007329436819),.UNSPECIFIED.); +#6438=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18125,#18126),.UNSPECIFIED.,.F., + .F.,(2,2),(94.1992670482413,95.8007329443864),.UNSPECIFIED.); +#6439=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18127,#18128),.UNSPECIFIED.,.F., + .F.,(2,2),(92.1992670489458,93.8007329450926),.UNSPECIFIED.); +#6440=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18129,#18130),.UNSPECIFIED.,.F., + .F.,(2,2),(90.1992670496521,91.8007329457971),.UNSPECIFIED.); +#6441=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18131,#18132),.UNSPECIFIED.,.F., + .F.,(2,2),(88.1992670503565,89.8007329465034),.UNSPECIFIED.); +#6442=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18133,#18134),.UNSPECIFIED.,.F., + .F.,(2,2),(86.1992670510627,87.8007329472078),.UNSPECIFIED.); +#6443=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18135,#18136),.UNSPECIFIED.,.F., + .F.,(2,2),(84.1992670517672,85.800732947914),.UNSPECIFIED.); +#6444=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18137,#18138),.UNSPECIFIED.,.F., + .F.,(2,2),(82.1992670524734,83.8007329486185),.UNSPECIFIED.); +#6445=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18139,#18140),.UNSPECIFIED.,.F., + .F.,(2,2),(80.1992670531779,81.8007329493248),.UNSPECIFIED.); +#6446=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18141,#18142),.UNSPECIFIED.,.F., + .F.,(2,2),(78.1992670538841,79.8007329500292),.UNSPECIFIED.); +#6447=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18143,#18144),.UNSPECIFIED.,.F., + .F.,(2,2),(76.1992670545886,77.8007329507355),.UNSPECIFIED.); +#6448=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18145,#18146),.UNSPECIFIED.,.F., + .F.,(2,2),(74.1992670552949,75.8007329514399),.UNSPECIFIED.); +#6449=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18147,#18148),.UNSPECIFIED.,.F., + .F.,(2,2),(72.1992670559993,73.8007329521462),.UNSPECIFIED.); +#6450=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18149,#18150),.UNSPECIFIED.,.F., + .F.,(2,2),(70.1992670567056,71.8007329528507),.UNSPECIFIED.); +#6451=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18151,#18152),.UNSPECIFIED.,.F., + .F.,(2,2),(68.19926705741,69.8007329535569),.UNSPECIFIED.); +#6452=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18153,#18154),.UNSPECIFIED.,.F., + .F.,(2,2),(66.1992670581163,67.8007329542614),.UNSPECIFIED.); +#6453=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18155,#18156),.UNSPECIFIED.,.F., + .F.,(2,2),(64.1992670588208,65.8007329549677),.UNSPECIFIED.); +#6454=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18157,#18158),.UNSPECIFIED.,.F., + .F.,(2,2),(62.199267059527,63.8007329556721),.UNSPECIFIED.); +#6455=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18159,#18160),.UNSPECIFIED.,.F., + .F.,(2,2),(60.1992670602315,61.8007329563784),.UNSPECIFIED.); +#6456=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18161,#18162),.UNSPECIFIED.,.F., + .F.,(2,2),(58.1992670609377,59.8007329570828),.UNSPECIFIED.); +#6457=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18163,#18164),.UNSPECIFIED.,.F., + .F.,(2,2),(56.1992670616422,57.8007329577891),.UNSPECIFIED.); +#6458=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18165,#18166),.UNSPECIFIED.,.F., + .F.,(2,2),(54.1992670623485,55.8007329584935),.UNSPECIFIED.); +#6459=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18167,#18168),.UNSPECIFIED.,.F., + .F.,(2,2),(52.199267063053,53.8007329591999),.UNSPECIFIED.); +#6460=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18169,#18170),.UNSPECIFIED.,.F., + .F.,(2,2),(50.1992670637593,51.8007329599043),.UNSPECIFIED.); +#6461=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18171,#18172),.UNSPECIFIED.,.F., + .F.,(2,2),(48.1992670644637,49.8007329606106),.UNSPECIFIED.); +#6462=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18173,#18174),.UNSPECIFIED.,.F., + .F.,(2,2),(46.19926706517,47.800732961315),.UNSPECIFIED.); +#6463=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18175,#18176),.UNSPECIFIED.,.F., + .F.,(2,2),(44.1992670658744,45.8007329620213),.UNSPECIFIED.); +#6464=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18177,#18178),.UNSPECIFIED.,.F., + .F.,(2,2),(42.1992670665807,43.8007329627258),.UNSPECIFIED.); +#6465=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18179,#18180),.UNSPECIFIED.,.F., + .F.,(2,2),(40.1992670672851,41.800732963432),.UNSPECIFIED.); +#6466=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18181,#18182),.UNSPECIFIED.,.F., + .F.,(2,2),(38.1992670679914,39.8007329641365),.UNSPECIFIED.); +#6467=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18183,#18184),.UNSPECIFIED.,.F., + .F.,(2,2),(36.1992670686959,37.8007329648428),.UNSPECIFIED.); +#6468=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18185,#18186),.UNSPECIFIED.,.F., + .F.,(2,2),(34.1992670694021,35.8007329655472),.UNSPECIFIED.); +#6469=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18187,#18188),.UNSPECIFIED.,.F., + .F.,(2,2),(32.1992670701066,33.8007329662535),.UNSPECIFIED.); +#6470=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18189,#18190),.UNSPECIFIED.,.F., + .F.,(2,2),(30.1992670708129,31.8007329669579),.UNSPECIFIED.); +#6471=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18191,#18192),.UNSPECIFIED.,.F., + .F.,(2,2),(28.1992670715173,29.8007329676642),.UNSPECIFIED.); +#6472=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18193,#18194),.UNSPECIFIED.,.F., + .F.,(2,2),(26.1992670722236,27.8007329683687),.UNSPECIFIED.); +#6473=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18195,#18196),.UNSPECIFIED.,.F., + .F.,(2,2),(24.199267072928,25.8007329690749),.UNSPECIFIED.); +#6474=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18197,#18198),.UNSPECIFIED.,.F., + .F.,(2,2),(22.1992670779978,23.8007329697794),.UNSPECIFIED.); +#6475=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18199,#18200),.UNSPECIFIED.,.F., + .F.,(2,2),(20.1992670787022,21.8007329748491),.UNSPECIFIED.); +#6476=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18201,#18202),.UNSPECIFIED.,.F., + .F.,(2,2),(18.1992670794085,19.8007329755536),.UNSPECIFIED.); +#6477=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18203,#18204),.UNSPECIFIED.,.F., + .F.,(2,2),(16.1992670801129,17.8007329762598),.UNSPECIFIED.); +#6478=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18205,#18206),.UNSPECIFIED.,.F., + .F.,(2,2),(14.1992670808192,15.8007329769643),.UNSPECIFIED.); +#6479=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18207,#18208),.UNSPECIFIED.,.F., + .F.,(2,2),(12.1992670815237,13.8007329776706),.UNSPECIFIED.); +#6480=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18209,#18210),.UNSPECIFIED.,.F., + .F.,(2,2),(10.1992670822299,11.800732978375),.UNSPECIFIED.); +#6481=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18211,#18212),.UNSPECIFIED.,.F., + .F.,(2,2),(8.19926708293438,9.80073297908127),.UNSPECIFIED.); +#6482=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18213,#18214),.UNSPECIFIED.,.F., + .F.,(2,2),(6.19926708364065,7.80073297978572),.UNSPECIFIED.); +#6483=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18215,#18216),.UNSPECIFIED.,.F., + .F.,(2,2),(4.1992670843451,5.80073298049199),.UNSPECIFIED.); +#6484=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18217,#18218),.UNSPECIFIED.,.F., + .F.,(2,2),(2.19926708505137,3.80073298119645),.UNSPECIFIED.); +#6485=VERTEX_POINT('',#8617); +#6486=VERTEX_POINT('',#8618); +#6487=VERTEX_POINT('',#8619); +#6488=VERTEX_POINT('',#8620); +#6489=VERTEX_POINT('',#8621); +#6490=VERTEX_POINT('',#8622); +#6491=VERTEX_POINT('',#8623); +#6492=VERTEX_POINT('',#8624); +#6493=VERTEX_POINT('',#8625); +#6494=VERTEX_POINT('',#8626); +#6495=VERTEX_POINT('',#8627); +#6496=VERTEX_POINT('',#8628); +#6497=VERTEX_POINT('',#8629); +#6498=VERTEX_POINT('',#8630); +#6499=VERTEX_POINT('',#8631); +#6500=VERTEX_POINT('',#8632); +#6501=VERTEX_POINT('',#8633); +#6502=VERTEX_POINT('',#8634); +#6503=VERTEX_POINT('',#8635); +#6504=VERTEX_POINT('',#8636); +#6505=VERTEX_POINT('',#8637); +#6506=VERTEX_POINT('',#8638); +#6507=VERTEX_POINT('',#8639); +#6508=VERTEX_POINT('',#8640); +#6509=VERTEX_POINT('',#8641); +#6510=VERTEX_POINT('',#8642); +#6511=VERTEX_POINT('',#8643); +#6512=VERTEX_POINT('',#8644); +#6513=VERTEX_POINT('',#8645); +#6514=VERTEX_POINT('',#8646); +#6515=VERTEX_POINT('',#8647); +#6516=VERTEX_POINT('',#8648); +#6517=VERTEX_POINT('',#8649); +#6518=VERTEX_POINT('',#8650); +#6519=VERTEX_POINT('',#8651); +#6520=VERTEX_POINT('',#8652); +#6521=VERTEX_POINT('',#8653); +#6522=VERTEX_POINT('',#8654); +#6523=VERTEX_POINT('',#8655); +#6524=VERTEX_POINT('',#8656); +#6525=VERTEX_POINT('',#8657); +#6526=VERTEX_POINT('',#8658); +#6527=VERTEX_POINT('',#8659); +#6528=VERTEX_POINT('',#8660); +#6529=VERTEX_POINT('',#8661); +#6530=VERTEX_POINT('',#8662); +#6531=VERTEX_POINT('',#8663); +#6532=VERTEX_POINT('',#8664); +#6533=VERTEX_POINT('',#8665); +#6534=VERTEX_POINT('',#8666); +#6535=VERTEX_POINT('',#8667); +#6536=VERTEX_POINT('',#8668); +#6537=VERTEX_POINT('',#8669); +#6538=VERTEX_POINT('',#8670); +#6539=VERTEX_POINT('',#8671); +#6540=VERTEX_POINT('',#8672); +#6541=VERTEX_POINT('',#8673); +#6542=VERTEX_POINT('',#8674); +#6543=VERTEX_POINT('',#8675); +#6544=VERTEX_POINT('',#8676); +#6545=VERTEX_POINT('',#8677); +#6546=VERTEX_POINT('',#8678); +#6547=VERTEX_POINT('',#8679); +#6548=VERTEX_POINT('',#8680); +#6549=VERTEX_POINT('',#8681); +#6550=VERTEX_POINT('',#8682); +#6551=VERTEX_POINT('',#8683); +#6552=VERTEX_POINT('',#8684); +#6553=VERTEX_POINT('',#8685); +#6554=VERTEX_POINT('',#8686); +#6555=VERTEX_POINT('',#8687); +#6556=VERTEX_POINT('',#8688); +#6557=VERTEX_POINT('',#8689); +#6558=VERTEX_POINT('',#8690); +#6559=VERTEX_POINT('',#8691); +#6560=VERTEX_POINT('',#8692); +#6561=VERTEX_POINT('',#8693); +#6562=VERTEX_POINT('',#8694); +#6563=VERTEX_POINT('',#8695); +#6564=VERTEX_POINT('',#8696); +#6565=VERTEX_POINT('',#8697); +#6566=VERTEX_POINT('',#8698); +#6567=VERTEX_POINT('',#8699); +#6568=VERTEX_POINT('',#8700); +#6569=VERTEX_POINT('',#8701); +#6570=VERTEX_POINT('',#8702); +#6571=VERTEX_POINT('',#8703); +#6572=VERTEX_POINT('',#8704); +#6573=VERTEX_POINT('',#8705); +#6574=VERTEX_POINT('',#8706); +#6575=VERTEX_POINT('',#8707); +#6576=VERTEX_POINT('',#8708); +#6577=VERTEX_POINT('',#8709); +#6578=VERTEX_POINT('',#8710); +#6579=VERTEX_POINT('',#8711); +#6580=VERTEX_POINT('',#8712); +#6581=VERTEX_POINT('',#8713); +#6582=VERTEX_POINT('',#8714); +#6583=VERTEX_POINT('',#8715); +#6584=VERTEX_POINT('',#8716); +#6585=VERTEX_POINT('',#8717); +#6586=VERTEX_POINT('',#8718); +#6587=VERTEX_POINT('',#8719); +#6588=VERTEX_POINT('',#8720); +#6589=VERTEX_POINT('',#8721); +#6590=VERTEX_POINT('',#8722); +#6591=VERTEX_POINT('',#8723); +#6592=VERTEX_POINT('',#8724); +#6593=VERTEX_POINT('',#8725); +#6594=VERTEX_POINT('',#8726); +#6595=VERTEX_POINT('',#8727); +#6596=VERTEX_POINT('',#8728); +#6597=VERTEX_POINT('',#8729); +#6598=VERTEX_POINT('',#8730); +#6599=VERTEX_POINT('',#8731); +#6600=VERTEX_POINT('',#8732); +#6601=VERTEX_POINT('',#8733); +#6602=VERTEX_POINT('',#8734); +#6603=VERTEX_POINT('',#8735); +#6604=VERTEX_POINT('',#8736); +#6605=VERTEX_POINT('',#8737); +#6606=VERTEX_POINT('',#8738); +#6607=VERTEX_POINT('',#8739); +#6608=VERTEX_POINT('',#8740); +#6609=VERTEX_POINT('',#8741); +#6610=VERTEX_POINT('',#8742); +#6611=VERTEX_POINT('',#8743); +#6612=VERTEX_POINT('',#8744); +#6613=VERTEX_POINT('',#8745); +#6614=VERTEX_POINT('',#8746); +#6615=VERTEX_POINT('',#8747); +#6616=VERTEX_POINT('',#8748); +#6617=VERTEX_POINT('',#8749); +#6618=VERTEX_POINT('',#8750); +#6619=VERTEX_POINT('',#8751); +#6620=VERTEX_POINT('',#8752); +#6621=VERTEX_POINT('',#8753); +#6622=VERTEX_POINT('',#8754); +#6623=VERTEX_POINT('',#8755); +#6624=VERTEX_POINT('',#8756); +#6625=VERTEX_POINT('',#8757); +#6626=VERTEX_POINT('',#8758); +#6627=VERTEX_POINT('',#8759); +#6628=VERTEX_POINT('',#8760); +#6629=VERTEX_POINT('',#8761); +#6630=VERTEX_POINT('',#8762); +#6631=VERTEX_POINT('',#8763); +#6632=VERTEX_POINT('',#8764); +#6633=VERTEX_POINT('',#8765); +#6634=VERTEX_POINT('',#8766); +#6635=VERTEX_POINT('',#8767); +#6636=VERTEX_POINT('',#8768); +#6637=VERTEX_POINT('',#8769); +#6638=VERTEX_POINT('',#8770); +#6639=VERTEX_POINT('',#8771); +#6640=VERTEX_POINT('',#8772); +#6641=VERTEX_POINT('',#8773); +#6642=VERTEX_POINT('',#8774); +#6643=VERTEX_POINT('',#8775); +#6644=VERTEX_POINT('',#8776); +#6645=VERTEX_POINT('',#8777); +#6646=VERTEX_POINT('',#8778); +#6647=VERTEX_POINT('',#8779); +#6648=VERTEX_POINT('',#8780); +#6649=VERTEX_POINT('',#8781); +#6650=VERTEX_POINT('',#8782); +#6651=VERTEX_POINT('',#8783); +#6652=VERTEX_POINT('',#8784); +#6653=VERTEX_POINT('',#8785); +#6654=VERTEX_POINT('',#8786); +#6655=VERTEX_POINT('',#8787); +#6656=VERTEX_POINT('',#8788); +#6657=VERTEX_POINT('',#8789); +#6658=VERTEX_POINT('',#8790); +#6659=VERTEX_POINT('',#8791); +#6660=VERTEX_POINT('',#8792); +#6661=VERTEX_POINT('',#8793); +#6662=VERTEX_POINT('',#8794); +#6663=VERTEX_POINT('',#8795); +#6664=VERTEX_POINT('',#8796); +#6665=VERTEX_POINT('',#8797); +#6666=VERTEX_POINT('',#8798); +#6667=VERTEX_POINT('',#8799); +#6668=VERTEX_POINT('',#8800); +#6669=VERTEX_POINT('',#8801); +#6670=VERTEX_POINT('',#8802); +#6671=VERTEX_POINT('',#8803); +#6672=VERTEX_POINT('',#8804); +#6673=VERTEX_POINT('',#8805); +#6674=VERTEX_POINT('',#8806); +#6675=VERTEX_POINT('',#8807); +#6676=VERTEX_POINT('',#8808); +#6677=VERTEX_POINT('',#8809); +#6678=VERTEX_POINT('',#8810); +#6679=VERTEX_POINT('',#8811); +#6680=VERTEX_POINT('',#8812); +#6681=VERTEX_POINT('',#8813); +#6682=VERTEX_POINT('',#8814); +#6683=VERTEX_POINT('',#8815); +#6684=VERTEX_POINT('',#8816); +#6685=VERTEX_POINT('',#8817); +#6686=VERTEX_POINT('',#8818); +#6687=VERTEX_POINT('',#8819); +#6688=VERTEX_POINT('',#8820); +#6689=VERTEX_POINT('',#8821); +#6690=VERTEX_POINT('',#8822); +#6691=VERTEX_POINT('',#8823); +#6692=VERTEX_POINT('',#8824); +#6693=VERTEX_POINT('',#8825); +#6694=VERTEX_POINT('',#8826); +#6695=VERTEX_POINT('',#8827); +#6696=VERTEX_POINT('',#8828); +#6697=VERTEX_POINT('',#8829); +#6698=VERTEX_POINT('',#8830); +#6699=VERTEX_POINT('',#8831); +#6700=VERTEX_POINT('',#8832); +#6701=VERTEX_POINT('',#8833); +#6702=VERTEX_POINT('',#8834); +#6703=VERTEX_POINT('',#8835); +#6704=VERTEX_POINT('',#8836); +#6705=VERTEX_POINT('',#8837); +#6706=VERTEX_POINT('',#8838); +#6707=VERTEX_POINT('',#8839); +#6708=VERTEX_POINT('',#8840); +#6709=VERTEX_POINT('',#8841); +#6710=VERTEX_POINT('',#8842); +#6711=VERTEX_POINT('',#8843); +#6712=VERTEX_POINT('',#8844); +#6713=VERTEX_POINT('',#8845); +#6714=VERTEX_POINT('',#8846); +#6715=VERTEX_POINT('',#8847); +#6716=VERTEX_POINT('',#8848); +#6717=VERTEX_POINT('',#8849); +#6718=VERTEX_POINT('',#8850); +#6719=VERTEX_POINT('',#8851); +#6720=VERTEX_POINT('',#8852); +#6721=VERTEX_POINT('',#8853); +#6722=VERTEX_POINT('',#8854); +#6723=VERTEX_POINT('',#8855); +#6724=VERTEX_POINT('',#8856); +#6725=VERTEX_POINT('',#8857); +#6726=VERTEX_POINT('',#8858); +#6727=VERTEX_POINT('',#8859); +#6728=VERTEX_POINT('',#8860); +#6729=VERTEX_POINT('',#8861); +#6730=VERTEX_POINT('',#8862); +#6731=VERTEX_POINT('',#8863); +#6732=VERTEX_POINT('',#8864); +#6733=VERTEX_POINT('',#8865); +#6734=VERTEX_POINT('',#8866); +#6735=VERTEX_POINT('',#8867); +#6736=VERTEX_POINT('',#8868); +#6737=VERTEX_POINT('',#8869); +#6738=VERTEX_POINT('',#8870); +#6739=VERTEX_POINT('',#8871); +#6740=VERTEX_POINT('',#8872); +#6741=VERTEX_POINT('',#8873); +#6742=VERTEX_POINT('',#8874); +#6743=VERTEX_POINT('',#8875); +#6744=VERTEX_POINT('',#8876); +#6745=VERTEX_POINT('',#8877); +#6746=VERTEX_POINT('',#8878); +#6747=VERTEX_POINT('',#8879); +#6748=VERTEX_POINT('',#8880); +#6749=VERTEX_POINT('',#8881); +#6750=VERTEX_POINT('',#8882); +#6751=VERTEX_POINT('',#8883); +#6752=VERTEX_POINT('',#8884); +#6753=VERTEX_POINT('',#8885); +#6754=VERTEX_POINT('',#8886); +#6755=VERTEX_POINT('',#8887); +#6756=VERTEX_POINT('',#8888); +#6757=VERTEX_POINT('',#8889); +#6758=VERTEX_POINT('',#8890); +#6759=VERTEX_POINT('',#8891); +#6760=VERTEX_POINT('',#8892); +#6761=VERTEX_POINT('',#8893); +#6762=VERTEX_POINT('',#8894); +#6763=VERTEX_POINT('',#8895); +#6764=VERTEX_POINT('',#8896); +#6765=VERTEX_POINT('',#8897); +#6766=VERTEX_POINT('',#8898); +#6767=VERTEX_POINT('',#8899); +#6768=VERTEX_POINT('',#8900); +#6769=VERTEX_POINT('',#8901); +#6770=VERTEX_POINT('',#8902); +#6771=VERTEX_POINT('',#8903); +#6772=VERTEX_POINT('',#8904); +#6773=VERTEX_POINT('',#8905); +#6774=VERTEX_POINT('',#8906); +#6775=VERTEX_POINT('',#8907); +#6776=VERTEX_POINT('',#8908); +#6777=VERTEX_POINT('',#8909); +#6778=VERTEX_POINT('',#8910); +#6779=VERTEX_POINT('',#8911); +#6780=VERTEX_POINT('',#8912); +#6781=VERTEX_POINT('',#8913); +#6782=VERTEX_POINT('',#8914); +#6783=VERTEX_POINT('',#8915); +#6784=VERTEX_POINT('',#8916); +#6785=VERTEX_POINT('',#8917); +#6786=VERTEX_POINT('',#8918); +#6787=VERTEX_POINT('',#8919); +#6788=VERTEX_POINT('',#8920); +#6789=VERTEX_POINT('',#8921); +#6790=VERTEX_POINT('',#8922); +#6791=VERTEX_POINT('',#8923); +#6792=VERTEX_POINT('',#8924); +#6793=VERTEX_POINT('',#8925); +#6794=VERTEX_POINT('',#8926); +#6795=VERTEX_POINT('',#8927); +#6796=VERTEX_POINT('',#8928); +#6797=VERTEX_POINT('',#8929); +#6798=VERTEX_POINT('',#8930); +#6799=VERTEX_POINT('',#8931); +#6800=VERTEX_POINT('',#8932); +#6801=VERTEX_POINT('',#8933); +#6802=VERTEX_POINT('',#8934); +#6803=VERTEX_POINT('',#8935); +#6804=VERTEX_POINT('',#8936); +#6805=VERTEX_POINT('',#8937); +#6806=VERTEX_POINT('',#8938); +#6807=VERTEX_POINT('',#8939); +#6808=VERTEX_POINT('',#8940); +#6809=VERTEX_POINT('',#8941); +#6810=VERTEX_POINT('',#8942); +#6811=VERTEX_POINT('',#8943); +#6812=VERTEX_POINT('',#8944); +#6813=VERTEX_POINT('',#8945); +#6814=VERTEX_POINT('',#8946); +#6815=VERTEX_POINT('',#8947); +#6816=VERTEX_POINT('',#8948); +#6817=VERTEX_POINT('',#8949); +#6818=VERTEX_POINT('',#8950); +#6819=VERTEX_POINT('',#8951); +#6820=VERTEX_POINT('',#8952); +#6821=VERTEX_POINT('',#8953); +#6822=VERTEX_POINT('',#8954); +#6823=VERTEX_POINT('',#8955); +#6824=VERTEX_POINT('',#8956); +#6825=VERTEX_POINT('',#8957); +#6826=VERTEX_POINT('',#8958); +#6827=VERTEX_POINT('',#8959); +#6828=VERTEX_POINT('',#8960); +#6829=VERTEX_POINT('',#8961); +#6830=VERTEX_POINT('',#8962); +#6831=VERTEX_POINT('',#8963); +#6832=VERTEX_POINT('',#8964); +#6833=VERTEX_POINT('',#8965); +#6834=VERTEX_POINT('',#8966); +#6835=VERTEX_POINT('',#8967); +#6836=VERTEX_POINT('',#8968); +#6837=VERTEX_POINT('',#8969); +#6838=VERTEX_POINT('',#8970); +#6839=VERTEX_POINT('',#8971); +#6840=VERTEX_POINT('',#8972); +#6841=VERTEX_POINT('',#8973); +#6842=VERTEX_POINT('',#8974); +#6843=VERTEX_POINT('',#8975); +#6844=VERTEX_POINT('',#8976); +#6845=VERTEX_POINT('',#8977); +#6846=VERTEX_POINT('',#8978); +#6847=VERTEX_POINT('',#8979); +#6848=VERTEX_POINT('',#8980); +#6849=VERTEX_POINT('',#8981); +#6850=VERTEX_POINT('',#8982); +#6851=VERTEX_POINT('',#8983); +#6852=VERTEX_POINT('',#8984); +#6853=VERTEX_POINT('',#8985); +#6854=VERTEX_POINT('',#8986); +#6855=VERTEX_POINT('',#8987); +#6856=VERTEX_POINT('',#8988); +#6857=VERTEX_POINT('',#8989); +#6858=VERTEX_POINT('',#8990); +#6859=VERTEX_POINT('',#8991); +#6860=VERTEX_POINT('',#8992); +#6861=VERTEX_POINT('',#8993); +#6862=VERTEX_POINT('',#8994); +#6863=VERTEX_POINT('',#8995); +#6864=VERTEX_POINT('',#8996); +#6865=VERTEX_POINT('',#8997); +#6866=VERTEX_POINT('',#8998); +#6867=VERTEX_POINT('',#8999); +#6868=VERTEX_POINT('',#9000); +#6869=VERTEX_POINT('',#9001); +#6870=VERTEX_POINT('',#9002); +#6871=VERTEX_POINT('',#9003); +#6872=VERTEX_POINT('',#9004); +#6873=VERTEX_POINT('',#9005); +#6874=VERTEX_POINT('',#9006); +#6875=VERTEX_POINT('',#9007); +#6876=VERTEX_POINT('',#9008); +#6877=VERTEX_POINT('',#9009); +#6878=VERTEX_POINT('',#9010); +#6879=VERTEX_POINT('',#9011); +#6880=VERTEX_POINT('',#9012); +#6881=VERTEX_POINT('',#9013); +#6882=VERTEX_POINT('',#9014); +#6883=VERTEX_POINT('',#9015); +#6884=VERTEX_POINT('',#9016); +#6885=VERTEX_POINT('',#9017); +#6886=VERTEX_POINT('',#9018); +#6887=VERTEX_POINT('',#9019); +#6888=VERTEX_POINT('',#9020); +#6889=VERTEX_POINT('',#9021); +#6890=VERTEX_POINT('',#9022); +#6891=VERTEX_POINT('',#9023); +#6892=VERTEX_POINT('',#9024); +#6893=VERTEX_POINT('',#9025); +#6894=VERTEX_POINT('',#9026); +#6895=VERTEX_POINT('',#9027); +#6896=VERTEX_POINT('',#9028); +#6897=VERTEX_POINT('',#9029); +#6898=VERTEX_POINT('',#9030); +#6899=VERTEX_POINT('',#9031); +#6900=VERTEX_POINT('',#9032); +#6901=VERTEX_POINT('',#9033); +#6902=VERTEX_POINT('',#9034); +#6903=VERTEX_POINT('',#9035); +#6904=VERTEX_POINT('',#9036); +#6905=VERTEX_POINT('',#9037); +#6906=VERTEX_POINT('',#9038); +#6907=VERTEX_POINT('',#9039); +#6908=VERTEX_POINT('',#9040); +#6909=VERTEX_POINT('',#9041); +#6910=VERTEX_POINT('',#9042); +#6911=VERTEX_POINT('',#9043); +#6912=VERTEX_POINT('',#9044); +#6913=VERTEX_POINT('',#9045); +#6914=VERTEX_POINT('',#9046); +#6915=VERTEX_POINT('',#9047); +#6916=VERTEX_POINT('',#9048); +#6917=VERTEX_POINT('',#9049); +#6918=VERTEX_POINT('',#9050); +#6919=VERTEX_POINT('',#9051); +#6920=VERTEX_POINT('',#9052); +#6921=VERTEX_POINT('',#9053); +#6922=VERTEX_POINT('',#9054); +#6923=VERTEX_POINT('',#9055); +#6924=VERTEX_POINT('',#9056); +#6925=VERTEX_POINT('',#9057); +#6926=VERTEX_POINT('',#9058); +#6927=VERTEX_POINT('',#9059); +#6928=VERTEX_POINT('',#9060); +#6929=VERTEX_POINT('',#9061); +#6930=VERTEX_POINT('',#9062); +#6931=VERTEX_POINT('',#9063); +#6932=VERTEX_POINT('',#9064); +#6933=VERTEX_POINT('',#9065); +#6934=VERTEX_POINT('',#9066); +#6935=VERTEX_POINT('',#9067); +#6936=VERTEX_POINT('',#9068); +#6937=VERTEX_POINT('',#9069); +#6938=VERTEX_POINT('',#9070); +#6939=VERTEX_POINT('',#9071); +#6940=VERTEX_POINT('',#9072); +#6941=VERTEX_POINT('',#9073); +#6942=VERTEX_POINT('',#9074); +#6943=VERTEX_POINT('',#9075); +#6944=VERTEX_POINT('',#9076); +#6945=VERTEX_POINT('',#9077); +#6946=VERTEX_POINT('',#9078); +#6947=VERTEX_POINT('',#9079); +#6948=VERTEX_POINT('',#9080); +#6949=VERTEX_POINT('',#9081); +#6950=VERTEX_POINT('',#9082); +#6951=VERTEX_POINT('',#9083); +#6952=VERTEX_POINT('',#9084); +#6953=VERTEX_POINT('',#9085); +#6954=VERTEX_POINT('',#9086); +#6955=VERTEX_POINT('',#9087); +#6956=VERTEX_POINT('',#9088); +#6957=VERTEX_POINT('',#9089); +#6958=VERTEX_POINT('',#9090); +#6959=VERTEX_POINT('',#9091); +#6960=VERTEX_POINT('',#9092); +#6961=VERTEX_POINT('',#9093); +#6962=VERTEX_POINT('',#9094); +#6963=VERTEX_POINT('',#9095); +#6964=VERTEX_POINT('',#9096); +#6965=VERTEX_POINT('',#9097); +#6966=VERTEX_POINT('',#9098); +#6967=VERTEX_POINT('',#9099); +#6968=VERTEX_POINT('',#9100); +#6969=VERTEX_POINT('',#9101); +#6970=VERTEX_POINT('',#9102); +#6971=VERTEX_POINT('',#9103); +#6972=VERTEX_POINT('',#9104); +#6973=VERTEX_POINT('',#9105); +#6974=VERTEX_POINT('',#9106); +#6975=VERTEX_POINT('',#9107); +#6976=VERTEX_POINT('',#9108); +#6977=VERTEX_POINT('',#9109); +#6978=VERTEX_POINT('',#9110); +#6979=VERTEX_POINT('',#9111); +#6980=VERTEX_POINT('',#9112); +#6981=VERTEX_POINT('',#9113); +#6982=VERTEX_POINT('',#9114); +#6983=VERTEX_POINT('',#9115); +#6984=VERTEX_POINT('',#9116); +#6985=VERTEX_POINT('',#9117); +#6986=VERTEX_POINT('',#9118); +#6987=VERTEX_POINT('',#9119); +#6988=VERTEX_POINT('',#9120); +#6989=VERTEX_POINT('',#9121); +#6990=VERTEX_POINT('',#9122); +#6991=VERTEX_POINT('',#9123); +#6992=VERTEX_POINT('',#9124); +#6993=VERTEX_POINT('',#9125); +#6994=VERTEX_POINT('',#9126); +#6995=VERTEX_POINT('',#9127); +#6996=VERTEX_POINT('',#9128); +#6997=VERTEX_POINT('',#9129); +#6998=VERTEX_POINT('',#9130); +#6999=VERTEX_POINT('',#9131); +#7000=VERTEX_POINT('',#9132); +#7001=VERTEX_POINT('',#9133); +#7002=VERTEX_POINT('',#9134); +#7003=VERTEX_POINT('',#9135); +#7004=VERTEX_POINT('',#9136); +#7005=VERTEX_POINT('',#9137); +#7006=VERTEX_POINT('',#9138); +#7007=VERTEX_POINT('',#9139); +#7008=VERTEX_POINT('',#9140); +#7009=VERTEX_POINT('',#9141); +#7010=VERTEX_POINT('',#9142); +#7011=VERTEX_POINT('',#9143); +#7012=VERTEX_POINT('',#9144); +#7013=VERTEX_POINT('',#9145); +#7014=VERTEX_POINT('',#9146); +#7015=VERTEX_POINT('',#9147); +#7016=VERTEX_POINT('',#9148); +#7017=VERTEX_POINT('',#9149); +#7018=VERTEX_POINT('',#9150); +#7019=VERTEX_POINT('',#9151); +#7020=VERTEX_POINT('',#9152); +#7021=VERTEX_POINT('',#9153); +#7022=VERTEX_POINT('',#9154); +#7023=VERTEX_POINT('',#9155); +#7024=VERTEX_POINT('',#9156); +#7025=VERTEX_POINT('',#9157); +#7026=VERTEX_POINT('',#9158); +#7027=VERTEX_POINT('',#9159); +#7028=VERTEX_POINT('',#9160); +#7029=VERTEX_POINT('',#9161); +#7030=VERTEX_POINT('',#9162); +#7031=VERTEX_POINT('',#9163); +#7032=VERTEX_POINT('',#9164); +#7033=VERTEX_POINT('',#9165); +#7034=VERTEX_POINT('',#9166); +#7035=VERTEX_POINT('',#9167); +#7036=VERTEX_POINT('',#9168); +#7037=VERTEX_POINT('',#9169); +#7038=VERTEX_POINT('',#9170); +#7039=VERTEX_POINT('',#9171); +#7040=VERTEX_POINT('',#9172); +#7041=VERTEX_POINT('',#9173); +#7042=VERTEX_POINT('',#9174); +#7043=VERTEX_POINT('',#9175); +#7044=VERTEX_POINT('',#9176); +#7045=VERTEX_POINT('',#9177); +#7046=VERTEX_POINT('',#9178); +#7047=VERTEX_POINT('',#9179); +#7048=VERTEX_POINT('',#9180); +#7049=VERTEX_POINT('',#9181); +#7050=VERTEX_POINT('',#9182); +#7051=VERTEX_POINT('',#9183); +#7052=VERTEX_POINT('',#9184); +#7053=VERTEX_POINT('',#9185); +#7054=VERTEX_POINT('',#9186); +#7055=VERTEX_POINT('',#9187); +#7056=VERTEX_POINT('',#9188); +#7057=VERTEX_POINT('',#9189); +#7058=VERTEX_POINT('',#9190); +#7059=VERTEX_POINT('',#9191); +#7060=VERTEX_POINT('',#9192); +#7061=VERTEX_POINT('',#9193); +#7062=VERTEX_POINT('',#9194); +#7063=VERTEX_POINT('',#9195); +#7064=VERTEX_POINT('',#9196); +#7065=VERTEX_POINT('',#9197); +#7066=VERTEX_POINT('',#9198); +#7067=VERTEX_POINT('',#9199); +#7068=VERTEX_POINT('',#9200); +#7069=VERTEX_POINT('',#9201); +#7070=VERTEX_POINT('',#9202); +#7071=VERTEX_POINT('',#9203); +#7072=VERTEX_POINT('',#9204); +#7073=VERTEX_POINT('',#9205); +#7074=VERTEX_POINT('',#9206); +#7075=VERTEX_POINT('',#9207); +#7076=VERTEX_POINT('',#9208); +#7077=VERTEX_POINT('',#9209); +#7078=VERTEX_POINT('',#9210); +#7079=VERTEX_POINT('',#9211); +#7080=VERTEX_POINT('',#9212); +#7081=VERTEX_POINT('',#9213); +#7082=VERTEX_POINT('',#9214); +#7083=VERTEX_POINT('',#9215); +#7084=VERTEX_POINT('',#9216); +#7085=VERTEX_POINT('',#9217); +#7086=VERTEX_POINT('',#9218); +#7087=VERTEX_POINT('',#9219); +#7088=VERTEX_POINT('',#9220); +#7089=VERTEX_POINT('',#9221); +#7090=VERTEX_POINT('',#9222); +#7091=VERTEX_POINT('',#9223); +#7092=VERTEX_POINT('',#9224); +#7093=VERTEX_POINT('',#9225); +#7094=VERTEX_POINT('',#9226); +#7095=VERTEX_POINT('',#9227); +#7096=VERTEX_POINT('',#9228); +#7097=VERTEX_POINT('',#9229); +#7098=VERTEX_POINT('',#9230); +#7099=VERTEX_POINT('',#9231); +#7100=VERTEX_POINT('',#9232); +#7101=VERTEX_POINT('',#9233); +#7102=VERTEX_POINT('',#9234); +#7103=VERTEX_POINT('',#9235); +#7104=VERTEX_POINT('',#9236); +#7105=VERTEX_POINT('',#9237); +#7106=VERTEX_POINT('',#9238); +#7107=VERTEX_POINT('',#9239); +#7108=VERTEX_POINT('',#9240); +#7109=VERTEX_POINT('',#9241); +#7110=VERTEX_POINT('',#9242); +#7111=VERTEX_POINT('',#9243); +#7112=VERTEX_POINT('',#9244); +#7113=VERTEX_POINT('',#9245); +#7114=VERTEX_POINT('',#9246); +#7115=VERTEX_POINT('',#9247); +#7116=VERTEX_POINT('',#9248); +#7117=VERTEX_POINT('',#9249); +#7118=VERTEX_POINT('',#9250); +#7119=VERTEX_POINT('',#9251); +#7120=VERTEX_POINT('',#9252); +#7121=VERTEX_POINT('',#9253); +#7122=VERTEX_POINT('',#9254); +#7123=VERTEX_POINT('',#9255); +#7124=VERTEX_POINT('',#9256); +#7125=VERTEX_POINT('',#9257); +#7126=VERTEX_POINT('',#9258); +#7127=VERTEX_POINT('',#9259); +#7128=VERTEX_POINT('',#9260); +#7129=VERTEX_POINT('',#9261); +#7130=VERTEX_POINT('',#9262); +#7131=VERTEX_POINT('',#9263); +#7132=VERTEX_POINT('',#9264); +#7133=VERTEX_POINT('',#9265); +#7134=VERTEX_POINT('',#9266); +#7135=VERTEX_POINT('',#9267); +#7136=VERTEX_POINT('',#9268); +#7137=VERTEX_POINT('',#9269); +#7138=VERTEX_POINT('',#9270); +#7139=VERTEX_POINT('',#9271); +#7140=VERTEX_POINT('',#9272); +#7141=VERTEX_POINT('',#9273); +#7142=VERTEX_POINT('',#9274); +#7143=VERTEX_POINT('',#9275); +#7144=VERTEX_POINT('',#9276); +#7145=VERTEX_POINT('',#9277); +#7146=VERTEX_POINT('',#9278); +#7147=VERTEX_POINT('',#9279); +#7148=VERTEX_POINT('',#9280); +#7149=VERTEX_POINT('',#9281); +#7150=VERTEX_POINT('',#9282); +#7151=VERTEX_POINT('',#9283); +#7152=VERTEX_POINT('',#9284); +#7153=VERTEX_POINT('',#9285); +#7154=VERTEX_POINT('',#9286); +#7155=VERTEX_POINT('',#9287); +#7156=VERTEX_POINT('',#9288); +#7157=VERTEX_POINT('',#9289); +#7158=VERTEX_POINT('',#9290); +#7159=VERTEX_POINT('',#9291); +#7160=VERTEX_POINT('',#9292); +#7161=VERTEX_POINT('',#9293); +#7162=VERTEX_POINT('',#9294); +#7163=VERTEX_POINT('',#9295); +#7164=VERTEX_POINT('',#9296); +#7165=VERTEX_POINT('',#9297); +#7166=VERTEX_POINT('',#9298); +#7167=VERTEX_POINT('',#9299); +#7168=VERTEX_POINT('',#9300); +#7169=VERTEX_POINT('',#9301); +#7170=VERTEX_POINT('',#9302); +#7171=VERTEX_POINT('',#9303); +#7172=VERTEX_POINT('',#9304); +#7173=VERTEX_POINT('',#9305); +#7174=VERTEX_POINT('',#9306); +#7175=VERTEX_POINT('',#9307); +#7176=VERTEX_POINT('',#9308); +#7177=VERTEX_POINT('',#9309); +#7178=VERTEX_POINT('',#9310); +#7179=VERTEX_POINT('',#9311); +#7180=VERTEX_POINT('',#9312); +#7181=VERTEX_POINT('',#9313); +#7182=VERTEX_POINT('',#9314); +#7183=VERTEX_POINT('',#9315); +#7184=VERTEX_POINT('',#9316); +#7185=VERTEX_POINT('',#9317); +#7186=VERTEX_POINT('',#9318); +#7187=VERTEX_POINT('',#9319); +#7188=VERTEX_POINT('',#9320); +#7189=VERTEX_POINT('',#9321); +#7190=VERTEX_POINT('',#9322); +#7191=VERTEX_POINT('',#9323); +#7192=VERTEX_POINT('',#9324); +#7193=VERTEX_POINT('',#9325); +#7194=VERTEX_POINT('',#9326); +#7195=VERTEX_POINT('',#9327); +#7196=VERTEX_POINT('',#9328); +#7197=VERTEX_POINT('',#9329); +#7198=VERTEX_POINT('',#9330); +#7199=VERTEX_POINT('',#9331); +#7200=VERTEX_POINT('',#9332); +#7201=VERTEX_POINT('',#9333); +#7202=VERTEX_POINT('',#9334); +#7203=VERTEX_POINT('',#9335); +#7204=VERTEX_POINT('',#9336); +#7205=VERTEX_POINT('',#9337); +#7206=VERTEX_POINT('',#9338); +#7207=VERTEX_POINT('',#9339); +#7208=VERTEX_POINT('',#9340); +#7209=VERTEX_POINT('',#9341); +#7210=VERTEX_POINT('',#9342); +#7211=VERTEX_POINT('',#9343); +#7212=VERTEX_POINT('',#9344); +#7213=VERTEX_POINT('',#9345); +#7214=VERTEX_POINT('',#9346); +#7215=VERTEX_POINT('',#9347); +#7216=VERTEX_POINT('',#9348); +#7217=VERTEX_POINT('',#9349); +#7218=VERTEX_POINT('',#9350); +#7219=VERTEX_POINT('',#9351); +#7220=VERTEX_POINT('',#9352); +#7221=VERTEX_POINT('',#9353); +#7222=VERTEX_POINT('',#9354); +#7223=VERTEX_POINT('',#9355); +#7224=VERTEX_POINT('',#9356); +#7225=VERTEX_POINT('',#9357); +#7226=VERTEX_POINT('',#9358); +#7227=VERTEX_POINT('',#9359); +#7228=VERTEX_POINT('',#9360); +#7229=VERTEX_POINT('',#9361); +#7230=VERTEX_POINT('',#9362); +#7231=VERTEX_POINT('',#9363); +#7232=VERTEX_POINT('',#9364); +#7233=VERTEX_POINT('',#9365); +#7234=VERTEX_POINT('',#9366); +#7235=VERTEX_POINT('',#9367); +#7236=VERTEX_POINT('',#9368); +#7237=VERTEX_POINT('',#9369); +#7238=VERTEX_POINT('',#9370); +#7239=VERTEX_POINT('',#9371); +#7240=VERTEX_POINT('',#9372); +#7241=VERTEX_POINT('',#9373); +#7242=VERTEX_POINT('',#9374); +#7243=VERTEX_POINT('',#9375); +#7244=VERTEX_POINT('',#9376); +#7245=VERTEX_POINT('',#9377); +#7246=VERTEX_POINT('',#9378); +#7247=VERTEX_POINT('',#9379); +#7248=VERTEX_POINT('',#9380); +#7249=VERTEX_POINT('',#9381); +#7250=VERTEX_POINT('',#9382); +#7251=VERTEX_POINT('',#9383); +#7252=VERTEX_POINT('',#9384); +#7253=VERTEX_POINT('',#9385); +#7254=VERTEX_POINT('',#9386); +#7255=VERTEX_POINT('',#9387); +#7256=VERTEX_POINT('',#9388); +#7257=VERTEX_POINT('',#9389); +#7258=VERTEX_POINT('',#9390); +#7259=VERTEX_POINT('',#9391); +#7260=VERTEX_POINT('',#9392); +#7261=VERTEX_POINT('',#9393); +#7262=VERTEX_POINT('',#9394); +#7263=VERTEX_POINT('',#9395); +#7264=VERTEX_POINT('',#9396); +#7265=VERTEX_POINT('',#9397); +#7266=VERTEX_POINT('',#9398); +#7267=VERTEX_POINT('',#9399); +#7268=VERTEX_POINT('',#9400); +#7269=VERTEX_POINT('',#9401); +#7270=VERTEX_POINT('',#9402); +#7271=VERTEX_POINT('',#9403); +#7272=VERTEX_POINT('',#9404); +#7273=VERTEX_POINT('',#9405); +#7274=VERTEX_POINT('',#9406); +#7275=VERTEX_POINT('',#9407); +#7276=VERTEX_POINT('',#9408); +#7277=VERTEX_POINT('',#9409); +#7278=VERTEX_POINT('',#9410); +#7279=VERTEX_POINT('',#9411); +#7280=VERTEX_POINT('',#9412); +#7281=VERTEX_POINT('',#9413); +#7282=VERTEX_POINT('',#9414); +#7283=VERTEX_POINT('',#9415); +#7284=VERTEX_POINT('',#9416); +#7285=VERTEX_POINT('',#9417); +#7286=VERTEX_POINT('',#9418); +#7287=VERTEX_POINT('',#9419); +#7288=VERTEX_POINT('',#9420); +#7289=VERTEX_POINT('',#9421); +#7290=VERTEX_POINT('',#9422); +#7291=VERTEX_POINT('',#9423); +#7292=VERTEX_POINT('',#9424); +#7293=VERTEX_POINT('',#9425); +#7294=VERTEX_POINT('',#9426); +#7295=VERTEX_POINT('',#9427); +#7296=VERTEX_POINT('',#9428); +#7297=VERTEX_POINT('',#9429); +#7298=VERTEX_POINT('',#9430); +#7299=VERTEX_POINT('',#9431); +#7300=VERTEX_POINT('',#9432); +#7301=VERTEX_POINT('',#9433); +#7302=VERTEX_POINT('',#9434); +#7303=VERTEX_POINT('',#9435); +#7304=VERTEX_POINT('',#9436); +#7305=VERTEX_POINT('',#9437); +#7306=VERTEX_POINT('',#9438); +#7307=VERTEX_POINT('',#9439); +#7308=VERTEX_POINT('',#9440); +#7309=VERTEX_POINT('',#9441); +#7310=VERTEX_POINT('',#9442); +#7311=VERTEX_POINT('',#9443); +#7312=VERTEX_POINT('',#9444); +#7313=VERTEX_POINT('',#9445); +#7314=VERTEX_POINT('',#9446); +#7315=VERTEX_POINT('',#9447); +#7316=VERTEX_POINT('',#9448); +#7317=VERTEX_POINT('',#9449); +#7318=VERTEX_POINT('',#9450); +#7319=VERTEX_POINT('',#9451); +#7320=VERTEX_POINT('',#9452); +#7321=VERTEX_POINT('',#9453); +#7322=VERTEX_POINT('',#9454); +#7323=VERTEX_POINT('',#9455); +#7324=VERTEX_POINT('',#9456); +#7325=VERTEX_POINT('',#9457); +#7326=VERTEX_POINT('',#9458); +#7327=VERTEX_POINT('',#9459); +#7328=VERTEX_POINT('',#9460); +#7329=VERTEX_POINT('',#9461); +#7330=VERTEX_POINT('',#9462); +#7331=VERTEX_POINT('',#9463); +#7332=VERTEX_POINT('',#9464); +#7333=VERTEX_POINT('',#9465); +#7334=VERTEX_POINT('',#9466); +#7335=VERTEX_POINT('',#9467); +#7336=VERTEX_POINT('',#9468); +#7337=VERTEX_POINT('',#9469); +#7338=VERTEX_POINT('',#9470); +#7339=VERTEX_POINT('',#9471); +#7340=VERTEX_POINT('',#9472); +#7341=VERTEX_POINT('',#9473); +#7342=VERTEX_POINT('',#9474); +#7343=VERTEX_POINT('',#9475); +#7344=VERTEX_POINT('',#9476); +#7345=VERTEX_POINT('',#9477); +#7346=VERTEX_POINT('',#9478); +#7347=CYLINDRICAL_SURFACE('',#8008,20.0000044531369); +#7348=CYLINDRICAL_SURFACE('',#8016,9.99999999999998); +#7349=CYLINDRICAL_SURFACE('',#8017,10.); +#7350=CYLINDRICAL_SURFACE('',#8018,9.99999999999997); +#7351=CYLINDRICAL_SURFACE('',#8019,10.); +#7352=CYLINDRICAL_SURFACE('',#8020,9.9999999999952); +#7353=CYLINDRICAL_SURFACE('',#8022,19.9999760626313); +#7354=PLANE('',#7729); +#7355=PLANE('',#7730); +#7356=PLANE('',#7731); +#7357=PLANE('',#7732); +#7358=PLANE('',#7733); +#7359=PLANE('',#7734); +#7360=PLANE('',#7735); +#7361=PLANE('',#7736); +#7362=PLANE('',#7737); +#7363=PLANE('',#7738); +#7364=PLANE('',#7739); +#7365=PLANE('',#7740); +#7366=PLANE('',#7741); +#7367=PLANE('',#7742); +#7368=PLANE('',#7743); +#7369=PLANE('',#7744); +#7370=PLANE('',#7745); +#7371=PLANE('',#7746); +#7372=PLANE('',#7747); +#7373=PLANE('',#7748); +#7374=PLANE('',#7749); +#7375=PLANE('',#7750); +#7376=PLANE('',#7751); +#7377=PLANE('',#7752); +#7378=PLANE('',#7753); +#7379=PLANE('',#7754); +#7380=PLANE('',#7755); +#7381=PLANE('',#7756); +#7382=PLANE('',#7757); +#7383=PLANE('',#7758); +#7384=PLANE('',#7759); +#7385=PLANE('',#7760); +#7386=PLANE('',#7761); +#7387=PLANE('',#7762); +#7388=PLANE('',#7763); +#7389=PLANE('',#7764); +#7390=PLANE('',#7765); +#7391=PLANE('',#7766); +#7392=PLANE('',#7767); +#7393=PLANE('',#7768); +#7394=PLANE('',#7769); +#7395=PLANE('',#7770); +#7396=PLANE('',#7771); +#7397=PLANE('',#7772); +#7398=PLANE('',#7773); +#7399=PLANE('',#7774); +#7400=PLANE('',#7775); +#7401=PLANE('',#7776); +#7402=PLANE('',#7777); +#7403=PLANE('',#7778); +#7404=PLANE('',#7779); +#7405=PLANE('',#7780); +#7406=PLANE('',#7781); +#7407=PLANE('',#7782); +#7408=PLANE('',#7783); +#7409=PLANE('',#7784); +#7410=PLANE('',#7785); +#7411=PLANE('',#7786); +#7412=PLANE('',#7787); +#7413=PLANE('',#7788); +#7414=PLANE('',#7789); +#7415=PLANE('',#7790); +#7416=PLANE('',#7791); +#7417=PLANE('',#7792); +#7418=PLANE('',#7793); +#7419=PLANE('',#7794); +#7420=PLANE('',#7795); +#7421=PLANE('',#7796); +#7422=PLANE('',#7797); +#7423=PLANE('',#7798); +#7424=PLANE('',#7799); +#7425=PLANE('',#7800); +#7426=PLANE('',#7801); +#7427=PLANE('',#7802); +#7428=PLANE('',#7803); +#7429=PLANE('',#7804); +#7430=PLANE('',#7805); +#7431=PLANE('',#7806); +#7432=PLANE('',#7807); +#7433=PLANE('',#7808); +#7434=PLANE('',#7809); +#7435=PLANE('',#7810); +#7436=PLANE('',#7811); +#7437=PLANE('',#7812); +#7438=PLANE('',#7813); +#7439=PLANE('',#7814); +#7440=PLANE('',#7815); +#7441=PLANE('',#7816); +#7442=PLANE('',#7817); +#7443=PLANE('',#7818); +#7444=PLANE('',#7819); +#7445=PLANE('',#7820); +#7446=PLANE('',#7821); +#7447=PLANE('',#7822); +#7448=PLANE('',#7823); +#7449=PLANE('',#7824); +#7450=PLANE('',#7825); +#7451=PLANE('',#7826); +#7452=PLANE('',#7827); +#7453=PLANE('',#7828); +#7454=PLANE('',#7829); +#7455=PLANE('',#7830); +#7456=PLANE('',#7831); +#7457=PLANE('',#7832); +#7458=PLANE('',#7833); +#7459=PLANE('',#7834); +#7460=PLANE('',#7835); +#7461=PLANE('',#7836); +#7462=PLANE('',#7837); +#7463=PLANE('',#7838); +#7464=PLANE('',#7839); +#7465=PLANE('',#7840); +#7466=PLANE('',#7841); +#7467=PLANE('',#7842); +#7468=PLANE('',#7843); +#7469=PLANE('',#7844); +#7470=PLANE('',#7845); +#7471=PLANE('',#7846); +#7472=PLANE('',#7847); +#7473=PLANE('',#7848); +#7474=PLANE('',#7849); +#7475=PLANE('',#7850); +#7476=PLANE('',#7851); +#7477=PLANE('',#7852); +#7478=PLANE('',#7853); +#7479=PLANE('',#7854); +#7480=PLANE('',#7855); +#7481=PLANE('',#7856); +#7482=PLANE('',#7857); +#7483=PLANE('',#7858); +#7484=PLANE('',#7859); +#7485=PLANE('',#7860); +#7486=PLANE('',#7861); +#7487=PLANE('',#7862); +#7488=PLANE('',#7863); +#7489=PLANE('',#7864); +#7490=PLANE('',#7865); +#7491=PLANE('',#7866); +#7492=PLANE('',#7867); +#7493=PLANE('',#7868); +#7494=PLANE('',#7869); +#7495=PLANE('',#7870); +#7496=PLANE('',#7871); +#7497=PLANE('',#7872); +#7498=PLANE('',#7873); +#7499=PLANE('',#7874); +#7500=PLANE('',#7875); +#7501=PLANE('',#7876); +#7502=PLANE('',#7877); +#7503=PLANE('',#7878); +#7504=PLANE('',#7879); +#7505=PLANE('',#7880); +#7506=PLANE('',#7881); +#7507=PLANE('',#7882); +#7508=PLANE('',#7883); +#7509=PLANE('',#7884); +#7510=PLANE('',#7885); +#7511=PLANE('',#7886); +#7512=PLANE('',#7887); +#7513=PLANE('',#7888); +#7514=PLANE('',#7889); +#7515=PLANE('',#7890); +#7516=PLANE('',#7891); +#7517=PLANE('',#7892); +#7518=PLANE('',#7893); +#7519=PLANE('',#7894); +#7520=PLANE('',#7895); +#7521=PLANE('',#7896); +#7522=PLANE('',#7897); +#7523=PLANE('',#7898); +#7524=PLANE('',#7899); +#7525=PLANE('',#7900); +#7526=PLANE('',#7901); +#7527=PLANE('',#7902); +#7528=PLANE('',#7903); +#7529=PLANE('',#7904); +#7530=PLANE('',#7905); +#7531=PLANE('',#7906); +#7532=PLANE('',#7907); +#7533=PLANE('',#7908); +#7534=PLANE('',#7909); +#7535=PLANE('',#7910); +#7536=PLANE('',#7911); +#7537=PLANE('',#7912); +#7538=PLANE('',#7913); +#7539=PLANE('',#7914); +#7540=PLANE('',#7915); +#7541=PLANE('',#7916); +#7542=PLANE('',#7917); +#7543=PLANE('',#7918); +#7544=PLANE('',#7919); +#7545=PLANE('',#7920); +#7546=PLANE('',#7921); +#7547=PLANE('',#7922); +#7548=PLANE('',#7923); +#7549=PLANE('',#7924); +#7550=PLANE('',#7925); +#7551=PLANE('',#7926); +#7552=PLANE('',#7927); +#7553=PLANE('',#7928); +#7554=PLANE('',#7929); +#7555=PLANE('',#7930); +#7556=PLANE('',#7931); +#7557=PLANE('',#7932); +#7558=PLANE('',#7933); +#7559=PLANE('',#7934); +#7560=PLANE('',#7935); +#7561=PLANE('',#7936); +#7562=PLANE('',#7937); +#7563=PLANE('',#7938); +#7564=PLANE('',#7939); +#7565=PLANE('',#7940); +#7566=PLANE('',#7941); +#7567=PLANE('',#7942); +#7568=PLANE('',#7943); +#7569=PLANE('',#7944); +#7570=PLANE('',#7945); +#7571=PLANE('',#7946); +#7572=PLANE('',#7947); +#7573=PLANE('',#7948); +#7574=PLANE('',#7949); +#7575=PLANE('',#7950); +#7576=PLANE('',#7951); +#7577=PLANE('',#7952); +#7578=PLANE('',#7953); +#7579=PLANE('',#7954); +#7580=PLANE('',#7955); +#7581=PLANE('',#7956); +#7582=PLANE('',#7957); +#7583=PLANE('',#7958); +#7584=PLANE('',#7959); +#7585=PLANE('',#7960); +#7586=PLANE('',#7961); +#7587=PLANE('',#7962); +#7588=PLANE('',#7963); +#7589=PLANE('',#7964); +#7590=PLANE('',#7965); +#7591=PLANE('',#7966); +#7592=PLANE('',#7967); +#7593=PLANE('',#7968); +#7594=PLANE('',#7969); +#7595=PLANE('',#7970); +#7596=PLANE('',#7971); +#7597=PLANE('',#7972); +#7598=PLANE('',#7973); +#7599=PLANE('',#7974); +#7600=PLANE('',#7975); +#7601=PLANE('',#7976); +#7602=PLANE('',#7977); +#7603=PLANE('',#7978); +#7604=PLANE('',#7979); +#7605=PLANE('',#7980); +#7606=PLANE('',#7981); +#7607=PLANE('',#7982); +#7608=PLANE('',#7983); +#7609=PLANE('',#7984); +#7610=PLANE('',#7985); +#7611=PLANE('',#7986); +#7612=PLANE('',#7987); +#7613=PLANE('',#7988); +#7614=PLANE('',#7989); +#7615=PLANE('',#7990); +#7616=PLANE('',#7991); +#7617=PLANE('',#7992); +#7618=PLANE('',#7993); +#7619=PLANE('',#7994); +#7620=PLANE('',#7995); +#7621=PLANE('',#7996); +#7622=PLANE('',#7997); +#7623=PLANE('',#7998); +#7624=PLANE('',#7999); +#7625=PLANE('',#8000); +#7626=PLANE('',#8001); +#7627=PLANE('',#8002); +#7628=PLANE('',#8003); +#7629=PLANE('',#8004); +#7630=PLANE('',#8005); +#7631=PLANE('',#8006); +#7632=PLANE('',#8007); +#7633=PLANE('',#8009); +#7634=PLANE('',#8010); +#7635=PLANE('',#8011); +#7636=PLANE('',#8012); +#7637=PLANE('',#8013); +#7638=PLANE('',#8014); +#7639=PLANE('',#8015); +#7640=PLANE('',#8021); +#7641=SHAPE_DEFINITION_REPRESENTATION(#7642,#7727); +#7642=PRODUCT_DEFINITION_SHAPE('Document','',#7644); +#7643=PRODUCT_DEFINITION_CONTEXT('3D Mechanical Parts',#7716,'design'); +#7644=PRODUCT_DEFINITION('A','First version',#7686,#7643); +#7645=DATE_TIME_ROLE('classification_date'); +#7646=DATE_TIME_ROLE('creation_date'); +#7647=APPLIED_DATE_AND_TIME_ASSIGNMENT(#7671,#7645,(#7650)); +#7648=APPLIED_DATE_AND_TIME_ASSIGNMENT(#7673,#7646,(#7644)); +#7649=SECURITY_CLASSIFICATION_LEVEL('unclassified'); +#7650=SECURITY_CLASSIFICATION('A','Security for version',#7649); +#7651=APPLIED_SECURITY_CLASSIFICATION_ASSIGNMENT(#7650,(#7686)); +#7652=APPROVAL_ROLE('Version approval'); +#7653=APPROVAL_ROLE('Version Security approval'); +#7654=APPROVAL_ROLE('Definition approval'); +#7655=APPROVAL_PERSON_ORGANIZATION(#7704,#7680,#7652); +#7656=APPROVAL_PERSON_ORGANIZATION(#7705,#7681,#7653); +#7657=APPROVAL_PERSON_ORGANIZATION(#7708,#7682,#7654); +#7658=COORDINATED_UNIVERSAL_TIME_OFFSET(5,0,.BEHIND.); +#7659=LOCAL_TIME(0,0,0.,#7658); +#7660=LOCAL_TIME(0,0,0.,#7658); +#7661=LOCAL_TIME(0,0,0.,#7658); +#7662=LOCAL_TIME(0,0,0.,#7658); +#7663=LOCAL_TIME(0,0,0.,#7658); +#7664=CALENDAR_DATE(1999,1,1); +#7665=CALENDAR_DATE(1999,1,1); +#7666=CALENDAR_DATE(1999,1,1); +#7667=CALENDAR_DATE(1999,1,1); +#7668=CALENDAR_DATE(1999,1,1); +#7669=DATE_AND_TIME(#7664,#7659); +#7670=DATE_AND_TIME(#7665,#7660); +#7671=DATE_AND_TIME(#7666,#7661); +#7672=DATE_AND_TIME(#7667,#7662); +#7673=DATE_AND_TIME(#7668,#7663); +#7674=APPROVAL_DATE_TIME(#7669,#7680); +#7675=APPROVAL_DATE_TIME(#7670,#7681); +#7676=APPROVAL_DATE_TIME(#7672,#7682); +#7677=APPROVAL_STATUS('not_yet_approved'); +#7678=APPROVAL_STATUS('not_yet_approved'); +#7679=APPROVAL_STATUS('approved'); +#7680=APPROVAL(#7677,'Version approval'); +#7681=APPROVAL(#7678,'Version Security approval'); +#7682=APPROVAL(#7679,'Definition approval'); +#7683=APPLIED_APPROVAL_ASSIGNMENT(#7680,(#7686)); +#7684=APPLIED_APPROVAL_ASSIGNMENT(#7681,(#7650)); +#7685=APPLIED_APPROVAL_ASSIGNMENT(#7682,(#7644)); +#7686=PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE('A', +'First version',#7718,.MADE.); +#7687=PERSON_AND_ORGANIZATION_ROLE('design_owner'); +#7688=PERSON_AND_ORGANIZATION_ROLE('creator'); +#7689=PERSON_AND_ORGANIZATION_ROLE('design_supplier'); +#7690=PERSON_AND_ORGANIZATION_ROLE('classification_officer'); +#7691=PERSON_AND_ORGANIZATION_ROLE('creator'); +#7692=ORGANIZATION('STI','lab','lab'); +#7693=ORGANIZATION('STI','unknown','unknown'); +#7694=ORGANIZATION('STI','unknown','unknown'); +#7695=ORGANIZATION('STI','unknown','unknown'); +#7696=ORGANIZATION('STI','unknown','unknown'); +#7697=ORGANIZATION('STI','unknown','unknown'); +#7698=ORGANIZATION('STI','unknown','unknown'); +#7699=PERSON('1','Box','vc60',$,$,$); +#7700=PERSON('2','last','first',$,$,$); +#7701=PERSON('3','President','Mr.',$,$,$); +#7702=PERSON_AND_ORGANIZATION(#7699,#7692); +#7703=PERSON_AND_ORGANIZATION(#7700,#7693); +#7704=PERSON_AND_ORGANIZATION(#7701,#7694); +#7705=PERSON_AND_ORGANIZATION(#7701,#7695); +#7706=PERSON_AND_ORGANIZATION(#7701,#7696); +#7707=PERSON_AND_ORGANIZATION(#7700,#7697); +#7708=PERSON_AND_ORGANIZATION(#7701,#7698); +#7709=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#7702,#7687,(#7718)); +#7710=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#7703,#7688,(#7686)); +#7711=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#7703,#7689,(#7686)); +#7712=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#7706,#7690,(#7650)); +#7713=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#7707,#7691,(#7644)); +#7714=PRODUCT_RELATED_PRODUCT_CATEGORY('detail','detail',(#7718)); +#7715=APPLICATION_PROTOCOL_DEFINITION('International Standard', +'config_control_design',1994,#7716); +#7716=APPLICATION_CONTEXT( +'configuration controlled 3d designs of mechanical parts and assemblie +s'); +#7717=PRODUCT_CONTEXT('3D Mechanical Parts',#7716,'mechanical'); +#7718=PRODUCT('Document','Document','',(#7717)); +#7719=( LENGTH_UNIT() NAMED_UNIT(*) SI_UNIT(.MILLI.,.METRE.) ); -#31419=( -LENGTH_UNIT() -NAMED_UNIT(*) -SI_UNIT($,.METRE.) -); -#31420=( +#7720=( NAMED_UNIT(*) PLANE_ANGLE_UNIT() SI_UNIT($,.RADIAN.) ); -#31421=( +#7721=DIMENSIONAL_EXPONENTS(0.,0.,0.,0.,0.,0.,0.); +#7722=PLANE_ANGLE_MEASURE_WITH_UNIT(PLANE_ANGLE_MEASURE(0.01745329252), +#7720); +#7723=( +CONVERSION_BASED_UNIT('DEGREES',#7722) +NAMED_UNIT(#7721) +PLANE_ANGLE_UNIT() +); +#7724=( NAMED_UNIT(*) SI_UNIT($,.STERADIAN.) SOLID_ANGLE_UNIT() ); -#31422=SHAPE_DEFINITION_REPRESENTATION(#31423,#31424); -#31423=PRODUCT_DEFINITION_SHAPE('',$,#31426); -#31424=SHAPE_REPRESENTATION('',(#11272),#31416); -#31425=PRODUCT_DEFINITION_CONTEXT('part definition',#31430,'design'); -#31426=PRODUCT_DEFINITION('volumetric_speed_test', -'volumetric_speed_test v2',#31427,#31425); -#31427=PRODUCT_DEFINITION_FORMATION('',$,#31432); -#31428=PRODUCT_RELATED_PRODUCT_CATEGORY('volumetric_speed_test v2', -'volumetric_speed_test v2',(#31432)); -#31429=APPLICATION_PROTOCOL_DEFINITION('international standard', -'automotive_design',2009,#31430); -#31430=APPLICATION_CONTEXT( -'Core Data for Automotive Mechanical Design Process'); -#31431=PRODUCT_CONTEXT('part definition',#31430,'mechanical'); -#31432=PRODUCT('volumetric_speed_test','volumetric_speed_test v2',$,(#31431)); -#31433=PRESENTATION_STYLE_ASSIGNMENT((#31434)); -#31434=SURFACE_STYLE_USAGE(.BOTH.,#31435); -#31435=SURFACE_SIDE_STYLE('',(#31436)); -#31436=SURFACE_STYLE_FILL_AREA(#31437); -#31437=FILL_AREA_STYLE('ABS (White)',(#31438)); -#31438=FILL_AREA_STYLE_COLOUR('ABS (White)',#31439); -#31439=COLOUR_RGB('ABS (White)',0.964705882352941,0.964705882352941,0.952941176470588); +#7725=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#7719, +'DISTANCE_ACCURACY_VALUE', +'Maximum model space distance between geometric entities at asserted c +onnectivities'); +#7726=( +GEOMETRIC_REPRESENTATION_CONTEXT(3) +GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#7725)) +GLOBAL_UNIT_ASSIGNED_CONTEXT((#7724,#7723,#7719)) +REPRESENTATION_CONTEXT('ID1','3D') +); +#7727=SHAPE_REPRESENTATION('Document',(#7728,#8023),#7726); +#7728=AXIS2_PLACEMENT_3D('',#8322,#8024,#8025); +#7729=AXIS2_PLACEMENT_3D('',#8323,#8026,$); +#7730=AXIS2_PLACEMENT_3D('',#8324,#8027,$); +#7731=AXIS2_PLACEMENT_3D('',#8325,#8028,$); +#7732=AXIS2_PLACEMENT_3D('',#8326,#8029,$); +#7733=AXIS2_PLACEMENT_3D('',#8327,#8030,$); +#7734=AXIS2_PLACEMENT_3D('',#8328,#8031,$); +#7735=AXIS2_PLACEMENT_3D('',#8329,#8032,$); +#7736=AXIS2_PLACEMENT_3D('',#8330,#8033,$); +#7737=AXIS2_PLACEMENT_3D('',#8331,#8034,$); +#7738=AXIS2_PLACEMENT_3D('',#8332,#8035,$); +#7739=AXIS2_PLACEMENT_3D('',#8333,#8036,$); +#7740=AXIS2_PLACEMENT_3D('',#8334,#8037,$); +#7741=AXIS2_PLACEMENT_3D('',#8335,#8038,$); +#7742=AXIS2_PLACEMENT_3D('',#8336,#8039,$); +#7743=AXIS2_PLACEMENT_3D('',#8337,#8040,$); +#7744=AXIS2_PLACEMENT_3D('',#8338,#8041,$); +#7745=AXIS2_PLACEMENT_3D('',#8339,#8042,$); +#7746=AXIS2_PLACEMENT_3D('',#8340,#8043,$); +#7747=AXIS2_PLACEMENT_3D('',#8341,#8044,$); +#7748=AXIS2_PLACEMENT_3D('',#8342,#8045,$); +#7749=AXIS2_PLACEMENT_3D('',#8343,#8046,$); +#7750=AXIS2_PLACEMENT_3D('',#8344,#8047,$); +#7751=AXIS2_PLACEMENT_3D('',#8345,#8048,$); +#7752=AXIS2_PLACEMENT_3D('',#8346,#8049,$); +#7753=AXIS2_PLACEMENT_3D('',#8347,#8050,$); +#7754=AXIS2_PLACEMENT_3D('',#8348,#8051,$); +#7755=AXIS2_PLACEMENT_3D('',#8349,#8052,$); +#7756=AXIS2_PLACEMENT_3D('',#8350,#8053,$); +#7757=AXIS2_PLACEMENT_3D('',#8351,#8054,$); +#7758=AXIS2_PLACEMENT_3D('',#8352,#8055,$); +#7759=AXIS2_PLACEMENT_3D('',#8353,#8056,$); +#7760=AXIS2_PLACEMENT_3D('',#8354,#8057,$); +#7761=AXIS2_PLACEMENT_3D('',#8355,#8058,$); +#7762=AXIS2_PLACEMENT_3D('',#8356,#8059,$); +#7763=AXIS2_PLACEMENT_3D('',#8357,#8060,$); +#7764=AXIS2_PLACEMENT_3D('',#8358,#8061,$); +#7765=AXIS2_PLACEMENT_3D('',#8359,#8062,$); +#7766=AXIS2_PLACEMENT_3D('',#8360,#8063,$); +#7767=AXIS2_PLACEMENT_3D('',#8361,#8064,$); +#7768=AXIS2_PLACEMENT_3D('',#8362,#8065,$); +#7769=AXIS2_PLACEMENT_3D('',#8363,#8066,$); +#7770=AXIS2_PLACEMENT_3D('',#8364,#8067,$); +#7771=AXIS2_PLACEMENT_3D('',#8365,#8068,$); +#7772=AXIS2_PLACEMENT_3D('',#8366,#8069,$); +#7773=AXIS2_PLACEMENT_3D('',#8367,#8070,$); +#7774=AXIS2_PLACEMENT_3D('',#8368,#8071,$); +#7775=AXIS2_PLACEMENT_3D('',#8369,#8072,$); +#7776=AXIS2_PLACEMENT_3D('',#8370,#8073,$); +#7777=AXIS2_PLACEMENT_3D('',#8371,#8074,$); +#7778=AXIS2_PLACEMENT_3D('',#8372,#8075,$); +#7779=AXIS2_PLACEMENT_3D('',#8373,#8076,$); +#7780=AXIS2_PLACEMENT_3D('',#8374,#8077,$); +#7781=AXIS2_PLACEMENT_3D('',#8375,#8078,$); +#7782=AXIS2_PLACEMENT_3D('',#8376,#8079,$); +#7783=AXIS2_PLACEMENT_3D('',#8377,#8080,$); +#7784=AXIS2_PLACEMENT_3D('',#8378,#8081,$); +#7785=AXIS2_PLACEMENT_3D('',#8379,#8082,$); +#7786=AXIS2_PLACEMENT_3D('',#8380,#8083,$); +#7787=AXIS2_PLACEMENT_3D('',#8381,#8084,$); +#7788=AXIS2_PLACEMENT_3D('',#8382,#8085,$); +#7789=AXIS2_PLACEMENT_3D('',#8383,#8086,$); +#7790=AXIS2_PLACEMENT_3D('',#8384,#8087,$); +#7791=AXIS2_PLACEMENT_3D('',#8385,#8088,$); +#7792=AXIS2_PLACEMENT_3D('',#8386,#8089,$); +#7793=AXIS2_PLACEMENT_3D('',#8387,#8090,$); +#7794=AXIS2_PLACEMENT_3D('',#8388,#8091,$); +#7795=AXIS2_PLACEMENT_3D('',#8389,#8092,$); +#7796=AXIS2_PLACEMENT_3D('',#8390,#8093,$); +#7797=AXIS2_PLACEMENT_3D('',#8391,#8094,$); +#7798=AXIS2_PLACEMENT_3D('',#8392,#8095,$); +#7799=AXIS2_PLACEMENT_3D('',#8393,#8096,$); +#7800=AXIS2_PLACEMENT_3D('',#8394,#8097,$); +#7801=AXIS2_PLACEMENT_3D('',#8395,#8098,$); +#7802=AXIS2_PLACEMENT_3D('',#8396,#8099,$); +#7803=AXIS2_PLACEMENT_3D('',#8397,#8100,$); +#7804=AXIS2_PLACEMENT_3D('',#8398,#8101,$); +#7805=AXIS2_PLACEMENT_3D('',#8399,#8102,$); +#7806=AXIS2_PLACEMENT_3D('',#8400,#8103,$); +#7807=AXIS2_PLACEMENT_3D('',#8401,#8104,$); +#7808=AXIS2_PLACEMENT_3D('',#8402,#8105,$); +#7809=AXIS2_PLACEMENT_3D('',#8403,#8106,$); +#7810=AXIS2_PLACEMENT_3D('',#8404,#8107,$); +#7811=AXIS2_PLACEMENT_3D('',#8405,#8108,$); +#7812=AXIS2_PLACEMENT_3D('',#8406,#8109,$); +#7813=AXIS2_PLACEMENT_3D('',#8407,#8110,$); +#7814=AXIS2_PLACEMENT_3D('',#8408,#8111,$); +#7815=AXIS2_PLACEMENT_3D('',#8409,#8112,$); +#7816=AXIS2_PLACEMENT_3D('',#8410,#8113,$); +#7817=AXIS2_PLACEMENT_3D('',#8411,#8114,$); +#7818=AXIS2_PLACEMENT_3D('',#8412,#8115,$); +#7819=AXIS2_PLACEMENT_3D('',#8413,#8116,$); +#7820=AXIS2_PLACEMENT_3D('',#8414,#8117,$); +#7821=AXIS2_PLACEMENT_3D('',#8415,#8118,$); +#7822=AXIS2_PLACEMENT_3D('',#8416,#8119,$); +#7823=AXIS2_PLACEMENT_3D('',#8417,#8120,$); +#7824=AXIS2_PLACEMENT_3D('',#8418,#8121,$); +#7825=AXIS2_PLACEMENT_3D('',#8419,#8122,$); +#7826=AXIS2_PLACEMENT_3D('',#8420,#8123,$); +#7827=AXIS2_PLACEMENT_3D('',#8421,#8124,$); +#7828=AXIS2_PLACEMENT_3D('',#8422,#8125,$); +#7829=AXIS2_PLACEMENT_3D('',#8423,#8126,$); +#7830=AXIS2_PLACEMENT_3D('',#8424,#8127,$); +#7831=AXIS2_PLACEMENT_3D('',#8425,#8128,$); +#7832=AXIS2_PLACEMENT_3D('',#8426,#8129,$); +#7833=AXIS2_PLACEMENT_3D('',#8427,#8130,$); +#7834=AXIS2_PLACEMENT_3D('',#8428,#8131,$); +#7835=AXIS2_PLACEMENT_3D('',#8429,#8132,$); +#7836=AXIS2_PLACEMENT_3D('',#8430,#8133,$); +#7837=AXIS2_PLACEMENT_3D('',#8431,#8134,$); +#7838=AXIS2_PLACEMENT_3D('',#8432,#8135,$); +#7839=AXIS2_PLACEMENT_3D('',#8433,#8136,$); +#7840=AXIS2_PLACEMENT_3D('',#8434,#8137,$); +#7841=AXIS2_PLACEMENT_3D('',#8435,#8138,$); +#7842=AXIS2_PLACEMENT_3D('',#8436,#8139,$); +#7843=AXIS2_PLACEMENT_3D('',#8437,#8140,$); +#7844=AXIS2_PLACEMENT_3D('',#8438,#8141,$); +#7845=AXIS2_PLACEMENT_3D('',#8439,#8142,$); +#7846=AXIS2_PLACEMENT_3D('',#8440,#8143,$); +#7847=AXIS2_PLACEMENT_3D('',#8441,#8144,$); +#7848=AXIS2_PLACEMENT_3D('',#8442,#8145,$); +#7849=AXIS2_PLACEMENT_3D('',#8443,#8146,$); +#7850=AXIS2_PLACEMENT_3D('',#8444,#8147,$); +#7851=AXIS2_PLACEMENT_3D('',#8445,#8148,$); +#7852=AXIS2_PLACEMENT_3D('',#8446,#8149,$); +#7853=AXIS2_PLACEMENT_3D('',#8447,#8150,$); +#7854=AXIS2_PLACEMENT_3D('',#8448,#8151,$); +#7855=AXIS2_PLACEMENT_3D('',#8449,#8152,$); +#7856=AXIS2_PLACEMENT_3D('',#8450,#8153,$); +#7857=AXIS2_PLACEMENT_3D('',#8451,#8154,$); +#7858=AXIS2_PLACEMENT_3D('',#8452,#8155,$); +#7859=AXIS2_PLACEMENT_3D('',#8453,#8156,$); +#7860=AXIS2_PLACEMENT_3D('',#8454,#8157,$); +#7861=AXIS2_PLACEMENT_3D('',#8455,#8158,$); +#7862=AXIS2_PLACEMENT_3D('',#8456,#8159,$); +#7863=AXIS2_PLACEMENT_3D('',#8457,#8160,$); +#7864=AXIS2_PLACEMENT_3D('',#8458,#8161,$); +#7865=AXIS2_PLACEMENT_3D('',#8459,#8162,$); +#7866=AXIS2_PLACEMENT_3D('',#8460,#8163,$); +#7867=AXIS2_PLACEMENT_3D('',#8461,#8164,$); +#7868=AXIS2_PLACEMENT_3D('',#8462,#8165,$); +#7869=AXIS2_PLACEMENT_3D('',#8463,#8166,$); +#7870=AXIS2_PLACEMENT_3D('',#8464,#8167,$); +#7871=AXIS2_PLACEMENT_3D('',#8465,#8168,$); +#7872=AXIS2_PLACEMENT_3D('',#8466,#8169,$); +#7873=AXIS2_PLACEMENT_3D('',#8467,#8170,$); +#7874=AXIS2_PLACEMENT_3D('',#8468,#8171,$); +#7875=AXIS2_PLACEMENT_3D('',#8469,#8172,$); +#7876=AXIS2_PLACEMENT_3D('',#8470,#8173,$); +#7877=AXIS2_PLACEMENT_3D('',#8471,#8174,$); +#7878=AXIS2_PLACEMENT_3D('',#8472,#8175,$); +#7879=AXIS2_PLACEMENT_3D('',#8473,#8176,$); +#7880=AXIS2_PLACEMENT_3D('',#8474,#8177,$); +#7881=AXIS2_PLACEMENT_3D('',#8475,#8178,$); +#7882=AXIS2_PLACEMENT_3D('',#8476,#8179,$); +#7883=AXIS2_PLACEMENT_3D('',#8477,#8180,$); +#7884=AXIS2_PLACEMENT_3D('',#8478,#8181,$); +#7885=AXIS2_PLACEMENT_3D('',#8479,#8182,$); +#7886=AXIS2_PLACEMENT_3D('',#8480,#8183,$); +#7887=AXIS2_PLACEMENT_3D('',#8481,#8184,$); +#7888=AXIS2_PLACEMENT_3D('',#8482,#8185,$); +#7889=AXIS2_PLACEMENT_3D('',#8483,#8186,$); +#7890=AXIS2_PLACEMENT_3D('',#8484,#8187,$); +#7891=AXIS2_PLACEMENT_3D('',#8485,#8188,$); +#7892=AXIS2_PLACEMENT_3D('',#8486,#8189,$); +#7893=AXIS2_PLACEMENT_3D('',#8487,#8190,$); +#7894=AXIS2_PLACEMENT_3D('',#8488,#8191,$); +#7895=AXIS2_PLACEMENT_3D('',#8489,#8192,$); +#7896=AXIS2_PLACEMENT_3D('',#8490,#8193,$); +#7897=AXIS2_PLACEMENT_3D('',#8491,#8194,$); +#7898=AXIS2_PLACEMENT_3D('',#8492,#8195,$); +#7899=AXIS2_PLACEMENT_3D('',#8493,#8196,$); +#7900=AXIS2_PLACEMENT_3D('',#8494,#8197,$); +#7901=AXIS2_PLACEMENT_3D('',#8495,#8198,$); +#7902=AXIS2_PLACEMENT_3D('',#8496,#8199,$); +#7903=AXIS2_PLACEMENT_3D('',#8497,#8200,$); +#7904=AXIS2_PLACEMENT_3D('',#8498,#8201,$); +#7905=AXIS2_PLACEMENT_3D('',#8499,#8202,$); +#7906=AXIS2_PLACEMENT_3D('',#8500,#8203,$); +#7907=AXIS2_PLACEMENT_3D('',#8501,#8204,$); +#7908=AXIS2_PLACEMENT_3D('',#8502,#8205,$); +#7909=AXIS2_PLACEMENT_3D('',#8503,#8206,$); +#7910=AXIS2_PLACEMENT_3D('',#8504,#8207,$); +#7911=AXIS2_PLACEMENT_3D('',#8505,#8208,$); +#7912=AXIS2_PLACEMENT_3D('',#8506,#8209,$); +#7913=AXIS2_PLACEMENT_3D('',#8507,#8210,$); +#7914=AXIS2_PLACEMENT_3D('',#8508,#8211,$); +#7915=AXIS2_PLACEMENT_3D('',#8509,#8212,$); +#7916=AXIS2_PLACEMENT_3D('',#8510,#8213,$); +#7917=AXIS2_PLACEMENT_3D('',#8511,#8214,$); +#7918=AXIS2_PLACEMENT_3D('',#8512,#8215,$); +#7919=AXIS2_PLACEMENT_3D('',#8513,#8216,$); +#7920=AXIS2_PLACEMENT_3D('',#8514,#8217,$); +#7921=AXIS2_PLACEMENT_3D('',#8515,#8218,$); +#7922=AXIS2_PLACEMENT_3D('',#8516,#8219,$); +#7923=AXIS2_PLACEMENT_3D('',#8517,#8220,$); +#7924=AXIS2_PLACEMENT_3D('',#8518,#8221,$); +#7925=AXIS2_PLACEMENT_3D('',#8519,#8222,$); +#7926=AXIS2_PLACEMENT_3D('',#8520,#8223,$); +#7927=AXIS2_PLACEMENT_3D('',#8521,#8224,$); +#7928=AXIS2_PLACEMENT_3D('',#8522,#8225,$); +#7929=AXIS2_PLACEMENT_3D('',#8523,#8226,$); +#7930=AXIS2_PLACEMENT_3D('',#8524,#8227,$); +#7931=AXIS2_PLACEMENT_3D('',#8525,#8228,$); +#7932=AXIS2_PLACEMENT_3D('',#8526,#8229,$); +#7933=AXIS2_PLACEMENT_3D('',#8527,#8230,$); +#7934=AXIS2_PLACEMENT_3D('',#8528,#8231,$); +#7935=AXIS2_PLACEMENT_3D('',#8529,#8232,$); +#7936=AXIS2_PLACEMENT_3D('',#8530,#8233,$); +#7937=AXIS2_PLACEMENT_3D('',#8531,#8234,$); +#7938=AXIS2_PLACEMENT_3D('',#8532,#8235,$); +#7939=AXIS2_PLACEMENT_3D('',#8533,#8236,$); +#7940=AXIS2_PLACEMENT_3D('',#8534,#8237,$); +#7941=AXIS2_PLACEMENT_3D('',#8535,#8238,$); +#7942=AXIS2_PLACEMENT_3D('',#8536,#8239,$); +#7943=AXIS2_PLACEMENT_3D('',#8537,#8240,$); +#7944=AXIS2_PLACEMENT_3D('',#8538,#8241,$); +#7945=AXIS2_PLACEMENT_3D('',#8539,#8242,$); +#7946=AXIS2_PLACEMENT_3D('',#8540,#8243,$); +#7947=AXIS2_PLACEMENT_3D('',#8541,#8244,$); +#7948=AXIS2_PLACEMENT_3D('',#8542,#8245,$); +#7949=AXIS2_PLACEMENT_3D('',#8543,#8246,$); +#7950=AXIS2_PLACEMENT_3D('',#8544,#8247,$); +#7951=AXIS2_PLACEMENT_3D('',#8545,#8248,$); +#7952=AXIS2_PLACEMENT_3D('',#8546,#8249,$); +#7953=AXIS2_PLACEMENT_3D('',#8547,#8250,$); +#7954=AXIS2_PLACEMENT_3D('',#8548,#8251,$); +#7955=AXIS2_PLACEMENT_3D('',#8549,#8252,$); +#7956=AXIS2_PLACEMENT_3D('',#8550,#8253,$); +#7957=AXIS2_PLACEMENT_3D('',#8551,#8254,$); +#7958=AXIS2_PLACEMENT_3D('',#8552,#8255,$); +#7959=AXIS2_PLACEMENT_3D('',#8553,#8256,$); +#7960=AXIS2_PLACEMENT_3D('',#8554,#8257,$); +#7961=AXIS2_PLACEMENT_3D('',#8555,#8258,$); +#7962=AXIS2_PLACEMENT_3D('',#8556,#8259,$); +#7963=AXIS2_PLACEMENT_3D('',#8557,#8260,$); +#7964=AXIS2_PLACEMENT_3D('',#8558,#8261,$); +#7965=AXIS2_PLACEMENT_3D('',#8559,#8262,$); +#7966=AXIS2_PLACEMENT_3D('',#8560,#8263,$); +#7967=AXIS2_PLACEMENT_3D('',#8561,#8264,$); +#7968=AXIS2_PLACEMENT_3D('',#8562,#8265,$); +#7969=AXIS2_PLACEMENT_3D('',#8563,#8266,$); +#7970=AXIS2_PLACEMENT_3D('',#8564,#8267,$); +#7971=AXIS2_PLACEMENT_3D('',#8565,#8268,$); +#7972=AXIS2_PLACEMENT_3D('',#8566,#8269,$); +#7973=AXIS2_PLACEMENT_3D('',#8567,#8270,$); +#7974=AXIS2_PLACEMENT_3D('',#8568,#8271,$); +#7975=AXIS2_PLACEMENT_3D('',#8569,#8272,$); +#7976=AXIS2_PLACEMENT_3D('',#8570,#8273,$); +#7977=AXIS2_PLACEMENT_3D('',#8571,#8274,$); +#7978=AXIS2_PLACEMENT_3D('',#8572,#8275,$); +#7979=AXIS2_PLACEMENT_3D('',#8573,#8276,$); +#7980=AXIS2_PLACEMENT_3D('',#8574,#8277,$); +#7981=AXIS2_PLACEMENT_3D('',#8575,#8278,$); +#7982=AXIS2_PLACEMENT_3D('',#8576,#8279,$); +#7983=AXIS2_PLACEMENT_3D('',#8577,#8280,$); +#7984=AXIS2_PLACEMENT_3D('',#8578,#8281,$); +#7985=AXIS2_PLACEMENT_3D('',#8579,#8282,$); +#7986=AXIS2_PLACEMENT_3D('',#8580,#8283,$); +#7987=AXIS2_PLACEMENT_3D('',#8581,#8284,$); +#7988=AXIS2_PLACEMENT_3D('',#8582,#8285,$); +#7989=AXIS2_PLACEMENT_3D('',#8583,#8286,$); +#7990=AXIS2_PLACEMENT_3D('',#8584,#8287,$); +#7991=AXIS2_PLACEMENT_3D('',#8585,#8288,$); +#7992=AXIS2_PLACEMENT_3D('',#8586,#8289,$); +#7993=AXIS2_PLACEMENT_3D('',#8587,#8290,$); +#7994=AXIS2_PLACEMENT_3D('',#8588,#8291,$); +#7995=AXIS2_PLACEMENT_3D('',#8589,#8292,$); +#7996=AXIS2_PLACEMENT_3D('',#8590,#8293,$); +#7997=AXIS2_PLACEMENT_3D('',#8591,#8294,$); +#7998=AXIS2_PLACEMENT_3D('',#8592,#8295,$); +#7999=AXIS2_PLACEMENT_3D('',#8593,#8296,$); +#8000=AXIS2_PLACEMENT_3D('',#8594,#8297,$); +#8001=AXIS2_PLACEMENT_3D('',#8595,#8298,$); +#8002=AXIS2_PLACEMENT_3D('',#8596,#8299,$); +#8003=AXIS2_PLACEMENT_3D('',#8597,#8300,$); +#8004=AXIS2_PLACEMENT_3D('',#8598,#8301,$); +#8005=AXIS2_PLACEMENT_3D('',#8599,#8302,$); +#8006=AXIS2_PLACEMENT_3D('',#8600,#8303,$); +#8007=AXIS2_PLACEMENT_3D('',#8601,#8304,$); +#8008=AXIS2_PLACEMENT_3D('',#8602,#8305,$); +#8009=AXIS2_PLACEMENT_3D('',#8603,#8306,$); +#8010=AXIS2_PLACEMENT_3D('',#8604,#8307,$); +#8011=AXIS2_PLACEMENT_3D('',#8605,#8308,$); +#8012=AXIS2_PLACEMENT_3D('',#8606,#8309,$); +#8013=AXIS2_PLACEMENT_3D('',#8607,#8310,$); +#8014=AXIS2_PLACEMENT_3D('',#8608,#8311,$); +#8015=AXIS2_PLACEMENT_3D('',#8609,#8312,$); +#8016=AXIS2_PLACEMENT_3D('',#8610,#8313,$); +#8017=AXIS2_PLACEMENT_3D('',#8611,#8314,$); +#8018=AXIS2_PLACEMENT_3D('',#8612,#8315,$); +#8019=AXIS2_PLACEMENT_3D('',#8613,#8316,$); +#8020=AXIS2_PLACEMENT_3D('',#8614,#8317,$); +#8021=AXIS2_PLACEMENT_3D('',#8615,#8318,$); +#8022=AXIS2_PLACEMENT_3D('',#8616,#8319,$); +#8023=AXIS2_PLACEMENT_3D('',#18219,#8320,#8321); +#8024=DIRECTION('',(0.,0.,1.)); +#8025=DIRECTION('',(1.,0.,0.)); +#8026=DIRECTION('',(-0.707106781186535,-2.08527904668943E-17,-0.70710678118656)); +#8027=DIRECTION('',(-0.707106781186535,2.06994611252259E-17,0.70710678118656)); +#8028=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8029=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8030=DIRECTION('',(-0.70710678118653,-8.34111618675774E-17,-0.707106781186565)); +#8031=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,0.707106781186551)); +#8032=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8033=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,0.707106781186551)); +#8034=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8035=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8036=DIRECTION('',(-0.707106781186544,-8.34111618675759E-17,-0.707106781186551)); +#8037=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8038=DIRECTION('',(-0.707106781186544,0.,0.707106781186551)); +#8039=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8040=DIRECTION('',(-0.707106781186544,0.,0.707106781186551)); +#8041=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8042=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,-0.707106781186551)); +#8043=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8044=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8045=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8046=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8047=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8048=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8049=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8050=DIRECTION('',(-0.70710678118653,-8.34111618675774E-17,-0.707106781186565)); +#8051=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8052=DIRECTION('',(-0.707106781186544,0.,0.707106781186551)); +#8053=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8054=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,-0.707106781186551)); +#8055=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8056=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,-0.707106781186551)); +#8057=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8058=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8059=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8060=DIRECTION('',(-0.707106781186544,3.43457725337078E-17,-0.707106781186551)); +#8061=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8062=DIRECTION('',(-0.707106781186544,0.,0.707106781186551)); +#8063=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8064=DIRECTION('',(-0.707106781186544,0.,0.707106781186551)); +#8065=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8066=DIRECTION('',(-0.707106781186544,-4.41588504004814E-17,-0.707106781186551)); +#8067=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8068=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8069=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8070=DIRECTION('',(-0.70710678118653,3.43457725337087E-17,-0.707106781186565)); +#8071=DIRECTION('',(-0.707106781186544,-4.41588504004814E-17,0.707106781186551)); +#8072=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8073=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,0.707106781186551)); +#8074=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8075=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8076=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8077=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8078=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8079=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8080=DIRECTION('',(-0.70710678118653,3.43457725337087E-17,-0.707106781186565)); +#8081=DIRECTION('',(-0.70710678118653,-4.4158850400482E-17,0.707106781186565)); +#8082=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8083=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8084=DIRECTION('',(-0.70710678118653,-4.4158850400482E-17,-0.707106781186565)); +#8085=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,0.707106781186551)); +#8086=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8087=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8088=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8089=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8090=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8091=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8092=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8093=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8094=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8095=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8096=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8097=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8098=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8099=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8100=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8101=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8102=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8103=DIRECTION('',(-0.707106781186537,3.43457725337082E-17,0.707106781186558)); +#8104=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8105=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8106=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8107=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8108=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8109=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8110=DIRECTION('',(-0.70710678118653,3.43457725337087E-17,-0.707106781186565)); +#8111=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8112=DIRECTION('',(-0.707106781186537,-4.41588504004817E-17,-0.707106781186558)); +#8113=DIRECTION('',(-0.70710678118653,3.43457725337087E-17,0.707106781186565)); +#8114=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8115=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8116=DIRECTION('',(-0.707106781186537,3.43457725337082E-17,-0.707106781186558)); +#8117=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8118=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8119=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8120=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8121=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8122=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8123=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8124=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8125=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8126=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8127=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8128=DIRECTION('',(-0.70710678118653,-4.4158850400482E-17,-0.707106781186565)); +#8129=DIRECTION('',(-0.707106781186544,-4.90653893338677E-18,0.707106781186551)); +#8130=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8131=DIRECTION('',(-0.707106781186544,0.,-0.707106781186551)); +#8132=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8133=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8134=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8135=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8136=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8137=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8138=DIRECTION('',(-0.70710678118653,3.43457725337087E-17,-0.707106781186565)); +#8139=DIRECTION('',(-0.707106781186544,-4.41588504004814E-17,0.707106781186551)); +#8140=DIRECTION('',(-0.707106781186537,-4.41588504004817E-17,-0.707106781186558)); +#8141=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8142=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8143=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8144=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8145=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8146=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8147=DIRECTION('',(-0.707106781186537,3.43457725337082E-17,0.707106781186558)); +#8148=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8149=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8150=DIRECTION('',(-0.707106781186537,-4.41588504004817E-17,-0.707106781186558)); +#8151=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8152=DIRECTION('',(-0.707106781186537,3.43457725337082E-17,-0.707106781186558)); +#8153=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8154=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8155=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8156=DIRECTION('',(-0.707106781186535,1.72563323017096E-31,-0.70710678118656)); +#8157=DIRECTION('',(-0.707106781186535,-4.90653893338671E-18,0.70710678118656)); +#8158=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8159=DIRECTION('',(-0.707106781186535,0.,-0.70710678118656)); +#8160=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8161=DIRECTION('',(-0.707106781186535,0.,-0.70710678118656)); +#8162=DIRECTION('',(-0.707106781186535,1.72563323017096E-31,-0.70710678118656)); +#8163=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,0.707106781186562)); +#8164=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8165=DIRECTION('',(-0.707106781186535,0.,-0.70710678118656)); +#8166=DIRECTION('',(-0.707106781186535,4.90653893338706E-18,-0.70710678118656)); +#8167=DIRECTION('',(-0.707106781186535,4.90653893338706E-18,0.70710678118656)); +#8168=DIRECTION('',(-0.707106781186535,-1.47196168001605E-17,-0.70710678118656)); +#8169=DIRECTION('',(-0.707106781186535,-1.47196168001605E-17,0.70710678118656)); +#8170=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8171=DIRECTION('',(-0.707106781186535,0.,-0.70710678118656)); +#8172=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8173=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8174=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8175=DIRECTION('',(-0.707106781186533,-1.47196168001605E-17,0.707106781186562)); +#8176=DIRECTION('',(-0.707106781186535,-4.90653893338671E-18,-0.70710678118656)); +#8177=DIRECTION('',(-0.707106781186535,4.90653893338706E-18,0.70710678118656)); +#8178=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8179=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8180=DIRECTION('',(-0.707106781186535,-1.47196168001605E-17,-0.70710678118656)); +#8181=DIRECTION('',(-0.707106781186535,-1.47196168001605E-17,0.70710678118656)); +#8182=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8183=DIRECTION('',(-0.707106781186535,0.,-0.70710678118656)); +#8184=DIRECTION('',(-0.707106781186535,0.,0.70710678118656)); +#8185=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8186=DIRECTION('',(-0.707106781186535,-4.90653893338671E-18,-0.70710678118656)); +#8187=DIRECTION('',(-0.707106781186535,4.90653893338706E-18,0.70710678118656)); +#8188=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8189=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8190=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,-0.707106781186562)); +#8191=DIRECTION('',(-0.707106781186537,1.47196168001608E-17,0.707106781186558)); +#8192=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8193=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,0.707106781186562)); +#8194=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8195=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8196=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8197=DIRECTION('',(-0.707106781186533,1.47196168001609E-17,0.707106781186562)); +#8198=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8199=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8200=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8201=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8202=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,-0.707106781186562)); +#8203=DIRECTION('',(-0.707106781186537,-2.45326946669342E-17,0.707106781186558)); +#8204=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,-0.707106781186562)); +#8205=DIRECTION('',(-0.707106781186537,4.90653893338702E-18,0.707106781186558)); +#8206=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8207=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8208=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8209=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8210=DIRECTION('',(-0.707106781186537,-2.45326946669342E-17,-0.707106781186558)); +#8211=DIRECTION('',(-0.707106781186533,-1.47196168001605E-17,0.707106781186562)); +#8212=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8213=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8214=DIRECTION('',(-0.707106781186533,1.47196168001609E-17,-0.707106781186562)); +#8215=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,0.707106781186562)); +#8216=DIRECTION('',(-0.707106781186533,-4.9065389333867E-18,-0.707106781186562)); +#8217=DIRECTION('',(-0.707106781186537,-2.45326946669342E-17,0.707106781186558)); +#8218=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8219=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8220=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8221=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8222=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8223=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8224=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8225=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8226=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8227=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8228=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8229=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8230=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8231=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8232=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8233=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8234=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8235=DIRECTION('',(-0.707106781186537,3.43457725337082E-17,0.707106781186558)); +#8236=DIRECTION('',(-0.707106781186537,1.47196168001608E-17,-0.707106781186558)); +#8237=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8238=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8239=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8240=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8241=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8242=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8243=DIRECTION('',(-0.707106781186537,-4.41588504004817E-17,0.707106781186558)); +#8244=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8245=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8246=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,-0.707106781186565)); +#8247=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8248=DIRECTION('',(-0.707106781186537,-4.41588504004817E-17,-0.707106781186558)); +#8249=DIRECTION('',(-0.70710678118653,-4.90653893338667E-18,0.707106781186565)); +#8250=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8251=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8252=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8253=DIRECTION('',(-0.707106781186533,-2.45326946669343E-17,0.707106781186562)); +#8254=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8255=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8256=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8257=DIRECTION('',(-0.707106781186533,0.,-0.707106781186562)); +#8258=DIRECTION('',(-0.707106781186533,1.47196168001609E-17,-0.707106781186562)); +#8259=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8260=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8261=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8262=DIRECTION('',(-0.707106781186533,-2.45326946669343E-17,-0.707106781186562)); +#8263=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8264=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,-0.707106781186558)); +#8265=DIRECTION('',(-0.707106781186533,1.47196168001609E-17,0.707106781186562)); +#8266=DIRECTION('',(-0.707106781186533,0.,0.707106781186562)); +#8267=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8268=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8269=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8270=DIRECTION('',(-0.707106781186537,1.47196168001608E-17,-0.707106781186558)); +#8271=DIRECTION('',(-0.707106781186537,-2.45326946669342E-17,0.707106781186558)); +#8272=DIRECTION('',(-0.707106781186537,-2.45326946669342E-17,-0.707106781186558)); +#8273=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8274=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8275=DIRECTION('',(-0.70710678118653,0.,-0.707106781186565)); +#8276=DIRECTION('',(-0.70710678118653,1.4719616800161E-17,-0.707106781186565)); +#8277=DIRECTION('',(-0.707106781186537,-4.90653893338672E-18,0.707106781186558)); +#8278=DIRECTION('',(-0.707106781186537,0.,0.707106781186558)); +#8279=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8280=DIRECTION('',(-0.70710678118653,0.,0.707106781186565)); +#8281=DIRECTION('',(-0.707106781186537,0.,-0.707106781186558)); +#8282=DIRECTION('',(-0.70710678118653,1.4719616800161E-17,-0.707106781186565)); +#8283=DIRECTION('',(-0.707106781186537,1.47196168001608E-17,0.707106781186558)); +#8284=DIRECTION('',(-0.707106781186535,1.96261557335475E-17,0.70710678118656)); +#8285=DIRECTION('',(-0.707106781186535,-2.45326946669344E-17,-0.70710678118656)); +#8286=DIRECTION('',(-0.707106781186535,-2.45326946669342E-17,-0.70710678118656)); +#8287=DIRECTION('',(-0.707106781186535,1.47196168001608E-17,0.70710678118656)); +#8288=DIRECTION('',(-0.707106781186535,-2.94392336003211E-17,-0.70710678118656)); +#8289=DIRECTION('',(-0.707106781186535,2.45326946669346E-17,0.70710678118656)); +#8290=DIRECTION('',(-0.707106781186534,1.96261557335476E-17,0.707106781186561)); +#8291=DIRECTION('',(-0.707106781186535,-1.96261557335475E-17,-0.70710678118656)); +#8292=DIRECTION('',(-0.707106781186535,-2.45326946669342E-17,-0.70710678118656)); +#8293=DIRECTION('',(-0.707106781186535,1.71728862668543E-17,0.70710678118656)); +#8294=DIRECTION('',(-0.707106781186535,1.96261557335475E-17,0.70710678118656)); +#8295=DIRECTION('',(-0.707106781186535,-1.96261557335475E-17,-0.70710678118656)); +#8296=DIRECTION('',(-0.707106781186535,2.2079425200241E-17,0.70710678118656)); +#8297=DIRECTION('',(-0.707106781186535,-1.96261557335475E-17,-0.70710678118656)); +#8298=DIRECTION('',(-0.707106781186535,-2.45326946669342E-17,-0.70710678118656)); +#8299=DIRECTION('',(-0.707106781186535,1.71728862668543E-17,0.70710678118656)); +#8300=DIRECTION('',(-0.707106781186535,2.08527904668943E-17,0.70710678118656)); +#8301=DIRECTION('',(-0.707106781186535,-2.08527904668943E-17,-0.70710678118656)); +#8302=DIRECTION('',(-0.707106781186535,-2.45326946669342E-17,-0.70710678118656)); +#8303=DIRECTION('',(-0.707106781186535,1.59462515335075E-17,0.70710678118656)); +#8304=DIRECTION('',(-0.999999999999992,1.25717506571643E-7,0.)); +#8305=DIRECTION('',(0.,0.,-1.)); +#8306=DIRECTION('',(0.,0.,-1.)); +#8307=DIRECTION('',(0.,-1.,0.)); +#8308=DIRECTION('',(0.,-1.,0.)); +#8309=DIRECTION('',(0.,-1.,0.)); +#8310=DIRECTION('',(0.,1.,0.)); +#8311=DIRECTION('',(0.,1.,0.)); +#8312=DIRECTION('',(0.,1.,0.)); +#8313=DIRECTION('',(0.,0.,-1.)); +#8314=DIRECTION('',(0.,0.,-1.)); +#8315=DIRECTION('',(0.,0.,-1.)); +#8316=DIRECTION('',(5.6843418860808E-14,0.,-1.)); +#8317=DIRECTION('',(1.1368683772167E-13,0.,-1.)); +#8318=DIRECTION('',(0.,0.,1.)); +#8319=DIRECTION('',(-7.1525474358478E-8,7.15254615555206E-8,-0.999999999999995)); +#8320=DIRECTION('',(0.,0.,1.)); +#8321=DIRECTION('',(1.,0.,0.)); +#8322=CARTESIAN_POINT('',(0.,0.,0.)); +#8323=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,3.11594286635863)); +#8324=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,2.00000003417244)); +#8325=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,278.000000029809)); +#8326=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,279.115942861995)); +#8327=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,276.000000029808)); +#8328=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,274.884057197622)); +#8329=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,272.000000029808)); +#8330=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,270.884057197622)); +#8331=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,274.000000029809)); +#8332=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,275.115942861995)); +#8333=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,264.000000029808)); +#8334=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,262.884057197622)); +#8335=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,266.000000029809)); +#8336=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,267.115942861995)); +#8337=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,270.000000029809)); +#8338=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,271.115942861995)); +#8339=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,268.000000029808)); +#8340=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,266.884057197622)); +#8341=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,248.000000029808)); +#8342=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,246.884057197622)); +#8343=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,250.000000029809)); +#8344=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,251.115942861995)); +#8345=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,254.000000029809)); +#8346=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,255.115942861995)); +#8347=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,252.000000029808)); +#8348=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,250.884057197622)); +#8349=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,262.000000029809)); +#8350=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,263.115942861995)); +#8351=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,260.000000029808)); +#8352=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,258.884057197622)); +#8353=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,256.000000029808)); +#8354=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,254.884057197622)); +#8355=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,258.000000029809)); +#8356=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,259.115942861995)); +#8357=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,216.000000029808)); +#8358=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,214.884057197622)); +#8359=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,218.000000029809)); +#8360=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,219.115942861995)); +#8361=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,222.000000029809)); +#8362=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,223.115942861995)); +#8363=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,220.000000029808)); +#8364=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,218.884057197622)); +#8365=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,230.000000029809)); +#8366=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,231.115942861995)); +#8367=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,228.000000029808)); +#8368=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,226.884057197622)); +#8369=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,224.000000029808)); +#8370=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,222.884057197622)); +#8371=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,226.000000029809)); +#8372=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,227.115942861995)); +#8373=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,246.000000029809)); +#8374=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,247.115942861995)); +#8375=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,244.000000029808)); +#8376=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,242.884057197622)); +#8377=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,240.000000029808)); +#8378=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,238.884057197622)); +#8379=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,242.000000029809)); +#8380=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,243.115942861995)); +#8381=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,232.000000029808)); +#8382=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,230.884057197622)); +#8383=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,234.000000029809)); +#8384=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,235.115942861995)); +#8385=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,238.000000029809)); +#8386=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,239.115942861995)); +#8387=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,236.000000029808)); +#8388=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,234.884057197622)); +#8389=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,152.000000029808)); +#8390=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,150.884057197622)); +#8391=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,154.000000029809)); +#8392=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,155.115942861995)); +#8393=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,158.000000029809)); +#8394=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,159.115942861995)); +#8395=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,156.000000029808)); +#8396=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,154.884057197622)); +#8397=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,166.000000029809)); +#8398=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,167.115942861995)); +#8399=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,164.000000029808)); +#8400=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,162.884057197622)); +#8401=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,160.000000029808)); +#8402=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,158.884057197622)); +#8403=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,162.000000029809)); +#8404=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,163.115942861995)); +#8405=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,182.000000029809)); +#8406=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,183.115942861995)); +#8407=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,180.000000029808)); +#8408=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,178.884057197622)); +#8409=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,176.000000029808)); +#8410=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,174.884057197622)); +#8411=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,178.000000029809)); +#8412=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,179.115942861995)); +#8413=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,168.000000029808)); +#8414=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,166.884057197622)); +#8415=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,170.000000029809)); +#8416=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,171.115942861995)); +#8417=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,174.000000029809)); +#8418=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,175.115942861995)); +#8419=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,172.000000029808)); +#8420=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,170.884057197622)); +#8421=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,214.000000029809)); +#8422=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,215.115942861995)); +#8423=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,212.000000029808)); +#8424=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,210.884057197622)); +#8425=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,208.000000029808)); +#8426=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,206.884057197622)); +#8427=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,210.000000029809)); +#8428=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,211.115942861995)); +#8429=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,200.000000029808)); +#8430=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,198.884057197622)); +#8431=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,202.000000029809)); +#8432=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,203.115942861995)); +#8433=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,206.000000029809)); +#8434=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,207.115942861995)); +#8435=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,204.000000029808)); +#8436=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,202.884057197622)); +#8437=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,184.000000029808)); +#8438=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,182.884057197622)); +#8439=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,186.000000029809)); +#8440=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,187.115942861995)); +#8441=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,190.000000029809)); +#8442=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,191.115942861995)); +#8443=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,188.000000029808)); +#8444=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,186.884057197622)); +#8445=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,198.000000029809)); +#8446=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,199.115942861995)); +#8447=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,196.000000029808)); +#8448=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,194.884057197622)); +#8449=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,192.000000029808)); +#8450=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,190.884057197622)); +#8451=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,194.000000029809)); +#8452=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,195.115942861995)); +#8453=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,24.0000000298081)); +#8454=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,22.8840571976219)); +#8455=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,26.000000029809)); +#8456=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,27.1159428619952)); +#8457=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,30.000000029809)); +#8458=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,31.1159428619952)); +#8459=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,28.0000000298081)); +#8460=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,26.8840571976219)); +#8461=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,38.000000029809)); +#8462=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,39.1159428619952)); +#8463=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,36.0000000298081)); +#8464=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,34.8840571976219)); +#8465=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,32.0000000298081)); +#8466=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,30.8840571976219)); +#8467=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,34.000000029809)); +#8468=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,35.1159428619952)); +#8469=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,54.000000029809)); +#8470=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,55.1159428619952)); +#8471=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,52.0000000298081)); +#8472=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,50.8840571976219)); +#8473=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,48.0000000298081)); +#8474=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,46.8840571976219)); +#8475=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,50.000000029809)); +#8476=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,51.1159428619952)); +#8477=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,40.0000000298081)); +#8478=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,38.8840571976219)); +#8479=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,42.000000029809)); +#8480=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,43.1159428619952)); +#8481=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,46.000000029809)); +#8482=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,47.1159428619952)); +#8483=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,44.0000000298081)); +#8484=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,42.8840571976219)); +#8485=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,86.0000000298089)); +#8486=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,87.1159428619951)); +#8487=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,84.000000029808)); +#8488=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,82.8840571976218)); +#8489=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,80.000000029808)); +#8490=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,78.8840571976218)); +#8491=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,82.0000000298089)); +#8492=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,83.1159428619951)); +#8493=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,72.000000029808)); +#8494=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,70.8840571976218)); +#8495=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,74.0000000298089)); +#8496=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,75.1159428619951)); +#8497=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,78.0000000298089)); +#8498=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,79.1159428619951)); +#8499=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,76.000000029808)); +#8500=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,74.8840571976218)); +#8501=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,56.000000029808)); +#8502=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,54.8840571976218)); +#8503=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,58.0000000298089)); +#8504=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,59.1159428619951)); +#8505=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,62.0000000298089)); +#8506=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,63.1159428619951)); +#8507=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,60.000000029808)); +#8508=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,58.8840571976218)); +#8509=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,70.0000000298089)); +#8510=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,71.1159428619951)); +#8511=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,68.000000029808)); +#8512=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,66.8840571976218)); +#8513=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,64.000000029808)); +#8514=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,62.8840571976218)); +#8515=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,66.0000000298089)); +#8516=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,67.1159428619951)); +#8517=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,150.000000029809)); +#8518=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,151.115942861995)); +#8519=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,148.000000029808)); +#8520=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,146.884057197622)); +#8521=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,144.000000029808)); +#8522=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,142.884057197622)); +#8523=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,146.000000029809)); +#8524=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,147.115942861995)); +#8525=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,136.000000029808)); +#8526=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,134.884057197622)); +#8527=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,138.000000029809)); +#8528=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,139.115942861995)); +#8529=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,142.000000029809)); +#8530=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,143.115942861995)); +#8531=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,140.000000029808)); +#8532=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,138.884057197622)); +#8533=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,120.000000029808)); +#8534=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,118.884057197622)); +#8535=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,122.000000029809)); +#8536=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,123.115942861995)); +#8537=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,126.000000029809)); +#8538=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,127.115942861995)); +#8539=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,124.000000029808)); +#8540=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,122.884057197622)); +#8541=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,134.000000029809)); +#8542=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,135.115942861995)); +#8543=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,132.000000029808)); +#8544=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,130.884057197622)); +#8545=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,128.000000029808)); +#8546=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,126.884057197622)); +#8547=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,130.000000029809)); +#8548=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,131.115942861995)); +#8549=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,88.0000000298081)); +#8550=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,86.8840571976219)); +#8551=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,90.000000029809)); +#8552=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,91.1159428619952)); +#8553=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,94.000000029809)); +#8554=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,95.1159428619952)); +#8555=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,92.0000000298081)); +#8556=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,90.8840571976219)); +#8557=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,102.000000029809)); +#8558=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,103.115942861995)); +#8559=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,100.000000029808)); +#8560=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,98.8840571976219)); +#8561=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,96.0000000298081)); +#8562=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,94.8840571976219)); +#8563=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,98.000000029809)); +#8564=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,99.1159428619952)); +#8565=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,118.000000029809)); +#8566=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,119.115942861995)); +#8567=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,116.000000029808)); +#8568=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,114.884057197622)); +#8569=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,112.000000029808)); +#8570=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,110.884057197622)); +#8571=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,114.000000029809)); +#8572=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,115.115942861995)); +#8573=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,104.000000029808)); +#8574=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,102.884057197622)); +#8575=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,106.000000029809)); +#8576=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,107.115942861995)); +#8577=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,110.000000029809)); +#8578=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,111.115942861995)); +#8579=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,108.000000029808)); +#8580=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,106.884057197622)); +#8581=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,22.0000000341724)); +#8582=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,23.1159428663586)); +#8583=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,20.0000000341715)); +#8584=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,18.8840572019853)); +#8585=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,16.0000000341715)); +#8586=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,14.8840572019853)); +#8587=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,18.0000000341724)); +#8588=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,19.1159428663586)); +#8589=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,8.00000003417153)); +#8590=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,6.88405720198534)); +#8591=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,10.0000000341724)); +#8592=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,11.1159428663586)); +#8593=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,14.0000000341724)); +#8594=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,15.1159428663586)); +#8595=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,12.0000000341715)); +#8596=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,10.8840572019853)); +#8597=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,6.00000003417244)); +#8598=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,7.11594286635863)); +#8599=CARTESIAN_POINT('',(20.2043025305601,216.61143258463,4.00000003417153)); +#8600=CARTESIAN_POINT('',(19.0883596983739,216.61143258463,2.88405720198534)); +#8601=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.34113549981931E-21)); +#8602=CARTESIAN_POINT('',(40.0050399320519,80.0000043630523,139.999999851859)); +#8603=CARTESIAN_POINT('',(218.125035462345,49.879999629244,0.)); +#8604=CARTESIAN_POINT('',(35.8850354003906,100.,308.12)); +#8605=CARTESIAN_POINT('',(35.8850354003906,140.,308.12)); +#8606=CARTESIAN_POINT('',(24.8850354003906,60.,308.120000000002)); +#8607=CARTESIAN_POINT('',(35.8850354003906,120.,-28.12)); +#8608=CARTESIAN_POINT('',(35.8850354003906,80.,-28.12)); +#8609=CARTESIAN_POINT('',(24.8850354003916,160.,-28.12)); +#8610=CARTESIAN_POINT('',(50.0050354003906,90.,140.)); +#8611=CARTESIAN_POINT('',(50.0050354003906,130.,140.)); +#8612=CARTESIAN_POINT('',(190.00503540039,150.,140.)); +#8613=CARTESIAN_POINT('',(190.005035400383,110.,140.)); +#8614=CARTESIAN_POINT('',(190.005035400364,69.9999999999982,139.999999999999)); +#8615=CARTESIAN_POINT('',(1.88503471890185,49.879999629244,280.)); +#8616=CARTESIAN_POINT('',(40.0050190845873,140.000019895772,139.999998421368)); +#8617=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,2.19925954276665)); +#8618=CARTESIAN_POINT('',(20.0050354789155,80.,2.19926708581704)); +#8619=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,2.00000003417244)); +#8620=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,2.00000003417244)); +#8621=CARTESIAN_POINT('',(20.0050354789155,80.,1.80073298252784)); +#8622=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.80074052557823)); +#8623=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199259538403)); +#8624=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,278.000000029809)); +#8625=CARTESIAN_POINT('',(20.0050354789155,80.,278.199267081454)); +#8626=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,278.000000029809)); +#8627=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800740521215)); +#8628=CARTESIAN_POINT('',(20.0050354789155,80.,277.800732978164)); +#8629=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800740521214)); +#8630=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,276.000000029808)); +#8631=CARTESIAN_POINT('',(20.0050354789155,80.,275.800732978163)); +#8632=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,276.000000029808)); +#8633=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199259538402)); +#8634=CARTESIAN_POINT('',(20.0050354789155,80.,276.199267081453)); +#8635=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800740521214)); +#8636=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,272.000000029808)); +#8637=CARTESIAN_POINT('',(20.0050354789155,80.,271.800732978163)); +#8638=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,272.000000029808)); +#8639=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199259538402)); +#8640=CARTESIAN_POINT('',(20.0050354789155,80.,272.199267081453)); +#8641=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199259538403)); +#8642=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,274.000000029809)); +#8643=CARTESIAN_POINT('',(20.0050354789155,80.,274.199267081454)); +#8644=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,274.000000029809)); +#8645=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800740521215)); +#8646=CARTESIAN_POINT('',(20.0050354789155,80.,273.800732978164)); +#8647=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800740521214)); +#8648=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,264.000000029808)); +#8649=CARTESIAN_POINT('',(20.0050354789155,80.,263.800732978163)); +#8650=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,264.000000029808)); +#8651=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199259538402)); +#8652=CARTESIAN_POINT('',(20.0050354789155,80.,264.199267081453)); +#8653=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199259538403)); +#8654=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,266.000000029809)); +#8655=CARTESIAN_POINT('',(20.0050354789155,80.,266.199267081454)); +#8656=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,266.000000029809)); +#8657=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800740521215)); +#8658=CARTESIAN_POINT('',(20.0050354789155,80.,265.800732978164)); +#8659=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199259538403)); +#8660=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,270.000000029809)); +#8661=CARTESIAN_POINT('',(20.0050354789155,80.,270.199267081454)); +#8662=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,270.000000029809)); +#8663=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800740521215)); +#8664=CARTESIAN_POINT('',(20.0050354789155,80.,269.800732978164)); +#8665=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800740521214)); +#8666=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,268.000000029808)); +#8667=CARTESIAN_POINT('',(20.0050354789155,80.,267.800732978163)); +#8668=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,268.000000029808)); +#8669=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199259538402)); +#8670=CARTESIAN_POINT('',(20.0050354789155,80.,268.199267081453)); +#8671=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800740521214)); +#8672=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,248.000000029808)); +#8673=CARTESIAN_POINT('',(20.0050354789155,80.,247.800732978163)); +#8674=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,248.000000029808)); +#8675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199259538402)); +#8676=CARTESIAN_POINT('',(20.0050354789155,80.,248.199267081453)); +#8677=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199259538403)); +#8678=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,250.000000029809)); +#8679=CARTESIAN_POINT('',(20.0050354789155,80.,250.199267081454)); +#8680=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,250.000000029809)); +#8681=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800740521215)); +#8682=CARTESIAN_POINT('',(20.0050354789155,80.,249.800732978164)); +#8683=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199259538403)); +#8684=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,254.000000029809)); +#8685=CARTESIAN_POINT('',(20.0050354789155,80.,254.199267081454)); +#8686=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,254.000000029809)); +#8687=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800740521215)); +#8688=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,253.800732978164)); +#8689=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800740521214)); +#8690=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,252.000000029808)); +#8691=CARTESIAN_POINT('',(20.0050354789155,80.,251.800732978163)); +#8692=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,252.000000029808)); +#8693=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199259538402)); +#8694=CARTESIAN_POINT('',(20.0050354789155,80.,252.199267081453)); +#8695=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199259538403)); +#8696=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,262.000000029809)); +#8697=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,262.199267081454)); +#8698=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,262.000000029809)); +#8699=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800740521215)); +#8700=CARTESIAN_POINT('',(20.0050354789155,80.,261.800732978164)); +#8701=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800740521214)); +#8702=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,260.000000029808)); +#8703=CARTESIAN_POINT('',(20.0050354789155,80.,259.800732978163)); +#8704=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,260.000000029808)); +#8705=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199259538402)); +#8706=CARTESIAN_POINT('',(20.0050354789155,80.,260.199267081453)); +#8707=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800740521214)); +#8708=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,256.000000029808)); +#8709=CARTESIAN_POINT('',(20.0050354789155,80.,255.800732978163)); +#8710=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,256.000000029808)); +#8711=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199259538402)); +#8712=CARTESIAN_POINT('',(20.0050354789155,80.,256.199267081453)); +#8713=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199259538403)); +#8714=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,258.000000029809)); +#8715=CARTESIAN_POINT('',(20.0050354789155,80.,258.199267081454)); +#8716=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,258.000000029809)); +#8717=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800740521215)); +#8718=CARTESIAN_POINT('',(20.0050354789155,80.,257.800732978164)); +#8719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800740521214)); +#8720=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,216.000000029808)); +#8721=CARTESIAN_POINT('',(20.0050354789155,80.,215.800732978164)); +#8722=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,216.000000029808)); +#8723=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199259538402)); +#8724=CARTESIAN_POINT('',(20.0050354789155,80.,216.199267081453)); +#8725=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199259538403)); +#8726=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,218.000000029809)); +#8727=CARTESIAN_POINT('',(20.0050354789155,80.,218.199267081454)); +#8728=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,218.000000029809)); +#8729=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800740521215)); +#8730=CARTESIAN_POINT('',(20.0050354789155,80.,217.800732978164)); +#8731=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199259538403)); +#8732=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,222.000000029809)); +#8733=CARTESIAN_POINT('',(20.0050354789155,80.,222.199267081454)); +#8734=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,222.000000029809)); +#8735=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800740521215)); +#8736=CARTESIAN_POINT('',(20.0050354789155,80.,221.800732978164)); +#8737=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800740521214)); +#8738=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,220.000000029808)); +#8739=CARTESIAN_POINT('',(20.0050354789155,80.,219.800732978164)); +#8740=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,220.000000029808)); +#8741=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199259538402)); +#8742=CARTESIAN_POINT('',(20.0050354789155,80.,220.199267081453)); +#8743=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199259538403)); +#8744=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,230.000000029809)); +#8745=CARTESIAN_POINT('',(20.0050354789155,80.,230.199267081454)); +#8746=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,230.000000029809)); +#8747=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800740521215)); +#8748=CARTESIAN_POINT('',(20.0050354789155,80.,229.800732978164)); +#8749=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800740521214)); +#8750=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,228.000000029808)); +#8751=CARTESIAN_POINT('',(20.0050354789155,80.,227.800732978163)); +#8752=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,228.000000029808)); +#8753=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199259538402)); +#8754=CARTESIAN_POINT('',(20.0050354789155,80.,228.199267081453)); +#8755=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800740521214)); +#8756=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,224.000000029808)); +#8757=CARTESIAN_POINT('',(20.0050354789155,80.,223.800732978163)); +#8758=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,224.000000029808)); +#8759=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199259538402)); +#8760=CARTESIAN_POINT('',(20.0050354789155,80.,224.199267081453)); +#8761=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199259538403)); +#8762=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,226.000000029809)); +#8763=CARTESIAN_POINT('',(20.0050354789155,80.,226.199267081454)); +#8764=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,226.000000029809)); +#8765=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800740521215)); +#8766=CARTESIAN_POINT('',(20.0050354789155,80.,225.800732978164)); +#8767=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199259538403)); +#8768=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,246.000000029809)); +#8769=CARTESIAN_POINT('',(20.0050354789155,80.,246.199267081454)); +#8770=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,246.000000029809)); +#8771=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800740521215)); +#8772=CARTESIAN_POINT('',(20.0050354789155,80.,245.800732978164)); +#8773=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800740521214)); +#8774=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,244.000000029808)); +#8775=CARTESIAN_POINT('',(20.0050354789155,80.,243.800732978163)); +#8776=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,244.000000029808)); +#8777=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199259538402)); +#8778=CARTESIAN_POINT('',(20.0050354789155,80.,244.199267081453)); +#8779=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800740521214)); +#8780=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,240.000000029808)); +#8781=CARTESIAN_POINT('',(20.0050354789155,80.,239.800732978163)); +#8782=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,240.000000029808)); +#8783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199259538402)); +#8784=CARTESIAN_POINT('',(20.0050354789155,80.,240.199267081453)); +#8785=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199259538403)); +#8786=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,242.000000029809)); +#8787=CARTESIAN_POINT('',(20.0050354789155,80.,242.199267081454)); +#8788=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,242.000000029809)); +#8789=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800740521215)); +#8790=CARTESIAN_POINT('',(20.0050354789155,80.,241.800732978164)); +#8791=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800740521214)); +#8792=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,232.000000029808)); +#8793=CARTESIAN_POINT('',(20.0050354789155,80.,231.800732978163)); +#8794=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,232.000000029808)); +#8795=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199259538402)); +#8796=CARTESIAN_POINT('',(20.0050354789155,80.,232.199267081453)); +#8797=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199259538403)); +#8798=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,234.000000029809)); +#8799=CARTESIAN_POINT('',(20.0050354789155,80.,234.199267081454)); +#8800=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,234.000000029809)); +#8801=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800740521215)); +#8802=CARTESIAN_POINT('',(20.0050354789155,80.,233.800732978164)); +#8803=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199259538403)); +#8804=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,238.000000029809)); +#8805=CARTESIAN_POINT('',(20.0050354789155,80.,238.199267081454)); +#8806=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,238.000000029809)); +#8807=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800740521215)); +#8808=CARTESIAN_POINT('',(20.0050354789155,80.,237.800732978164)); +#8809=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800740521214)); +#8810=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,236.000000029808)); +#8811=CARTESIAN_POINT('',(20.0050354789155,80.,235.800732978163)); +#8812=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,236.000000029808)); +#8813=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199259538402)); +#8814=CARTESIAN_POINT('',(20.0050354789155,80.,236.199267081453)); +#8815=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800740521214)); +#8816=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,152.000000029808)); +#8817=CARTESIAN_POINT('',(20.0050354789155,80.,151.800732978163)); +#8818=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,152.000000029808)); +#8819=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199259538402)); +#8820=CARTESIAN_POINT('',(20.0050354789155,80.,152.199267081453)); +#8821=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199259538403)); +#8822=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,154.000000029809)); +#8823=CARTESIAN_POINT('',(20.0050354789155,80.,154.199267081454)); +#8824=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,154.000000029809)); +#8825=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800740521215)); +#8826=CARTESIAN_POINT('',(20.0050354789155,80.,153.800732978164)); +#8827=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199259538403)); +#8828=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,158.000000029809)); +#8829=CARTESIAN_POINT('',(20.0050354789155,80.,158.199267081454)); +#8830=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,158.000000029809)); +#8831=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800740521215)); +#8832=CARTESIAN_POINT('',(20.0050354789155,80.,157.800732978164)); +#8833=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800740521214)); +#8834=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,156.000000029808)); +#8835=CARTESIAN_POINT('',(20.0050354789155,80.,155.800732978163)); +#8836=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,156.000000029808)); +#8837=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199259538402)); +#8838=CARTESIAN_POINT('',(20.0050354789155,80.,156.199267081453)); +#8839=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199259538403)); +#8840=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,166.000000029809)); +#8841=CARTESIAN_POINT('',(20.0050354789155,80.,166.199267081454)); +#8842=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,166.000000029809)); +#8843=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800740521215)); +#8844=CARTESIAN_POINT('',(20.0050354789155,80.,165.800732978164)); +#8845=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800740521214)); +#8846=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,164.000000029808)); +#8847=CARTESIAN_POINT('',(20.0050354789155,80.,163.800732978163)); +#8848=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,164.000000029808)); +#8849=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199259538402)); +#8850=CARTESIAN_POINT('',(20.0050354789155,80.,164.199267081453)); +#8851=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800740521214)); +#8852=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,160.000000029808)); +#8853=CARTESIAN_POINT('',(20.0050354789155,80.,159.800732978163)); +#8854=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,160.000000029808)); +#8855=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199259538402)); +#8856=CARTESIAN_POINT('',(20.0050354789155,80.,160.199267081453)); +#8857=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199259538403)); +#8858=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,162.000000029809)); +#8859=CARTESIAN_POINT('',(20.0050354789155,80.,162.199267081454)); +#8860=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,162.000000029809)); +#8861=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800740521215)); +#8862=CARTESIAN_POINT('',(20.0050354789155,80.,161.800732978164)); +#8863=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199259538403)); +#8864=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,182.000000029809)); +#8865=CARTESIAN_POINT('',(20.0050354789155,80.,182.199267081454)); +#8866=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,182.000000029809)); +#8867=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800740521215)); +#8868=CARTESIAN_POINT('',(20.0050354789155,80.,181.800732978164)); +#8869=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800740521214)); +#8870=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,180.000000029808)); +#8871=CARTESIAN_POINT('',(20.0050354789155,80.,179.800732978163)); +#8872=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,180.000000029808)); +#8873=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199259538402)); +#8874=CARTESIAN_POINT('',(20.0050354789155,80.,180.199267081453)); +#8875=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800740521214)); +#8876=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,176.000000029808)); +#8877=CARTESIAN_POINT('',(20.0050354789155,80.,175.800732978163)); +#8878=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,176.000000029808)); +#8879=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199259538402)); +#8880=CARTESIAN_POINT('',(20.0050354789155,80.,176.199267081453)); +#8881=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199259538403)); +#8882=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,178.000000029809)); +#8883=CARTESIAN_POINT('',(20.0050354789155,80.,178.199267081454)); +#8884=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,178.000000029809)); +#8885=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800740521215)); +#8886=CARTESIAN_POINT('',(20.0050354789155,80.,177.800732978164)); +#8887=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800740521214)); +#8888=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,168.000000029808)); +#8889=CARTESIAN_POINT('',(20.0050354789155,80.,167.800732978163)); +#8890=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,168.000000029808)); +#8891=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199259538402)); +#8892=CARTESIAN_POINT('',(20.0050354789155,80.,168.199267081453)); +#8893=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199259538403)); +#8894=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,170.000000029809)); +#8895=CARTESIAN_POINT('',(20.0050354789155,80.,170.199267081454)); +#8896=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,170.000000029809)); +#8897=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800740521215)); +#8898=CARTESIAN_POINT('',(20.0050354789155,80.,169.800732978164)); +#8899=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199259538403)); +#8900=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,174.000000029809)); +#8901=CARTESIAN_POINT('',(20.0050354789155,80.,174.199267081454)); +#8902=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,174.000000029809)); +#8903=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800740521215)); +#8904=CARTESIAN_POINT('',(20.0050354789155,80.,173.800732978164)); +#8905=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800740521214)); +#8906=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,172.000000029808)); +#8907=CARTESIAN_POINT('',(20.0050354789155,80.,171.800732978163)); +#8908=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,172.000000029808)); +#8909=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199259538402)); +#8910=CARTESIAN_POINT('',(20.0050354789155,80.,172.199267081453)); +#8911=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199259538403)); +#8912=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,214.000000029809)); +#8913=CARTESIAN_POINT('',(20.0050354789155,80.,214.199267081454)); +#8914=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,214.000000029809)); +#8915=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800740521215)); +#8916=CARTESIAN_POINT('',(20.0050354789155,80.,213.800732978164)); +#8917=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800740521214)); +#8918=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,212.000000029808)); +#8919=CARTESIAN_POINT('',(20.0050354789155,80.,211.800732978163)); +#8920=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,212.000000029808)); +#8921=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199259538402)); +#8922=CARTESIAN_POINT('',(20.0050354789155,80.,212.199267081453)); +#8923=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800740521214)); +#8924=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,208.000000029808)); +#8925=CARTESIAN_POINT('',(20.0050354789155,80.,207.800732978163)); +#8926=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,208.000000029808)); +#8927=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199259538402)); +#8928=CARTESIAN_POINT('',(20.0050354789155,80.,208.199267081453)); +#8929=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199259538403)); +#8930=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,210.000000029809)); +#8931=CARTESIAN_POINT('',(20.0050354789155,80.,210.199267081454)); +#8932=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,210.000000029809)); +#8933=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800740521215)); +#8934=CARTESIAN_POINT('',(20.0050354789155,80.,209.800732978164)); +#8935=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800740521214)); +#8936=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,200.000000029808)); +#8937=CARTESIAN_POINT('',(20.0050354789155,80.,199.800732978163)); +#8938=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,200.000000029808)); +#8939=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199259538402)); +#8940=CARTESIAN_POINT('',(20.0050354789155,80.,200.199267081453)); +#8941=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199259538403)); +#8942=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,202.000000029809)); +#8943=CARTESIAN_POINT('',(20.0050354789155,80.,202.199267081454)); +#8944=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,202.000000029809)); +#8945=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800740521215)); +#8946=CARTESIAN_POINT('',(20.0050354789155,80.,201.800732978164)); +#8947=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199259538403)); +#8948=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,206.000000029809)); +#8949=CARTESIAN_POINT('',(20.0050354789155,80.,206.199267081454)); +#8950=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,206.000000029809)); +#8951=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800740521215)); +#8952=CARTESIAN_POINT('',(20.0050354789155,80.,205.800732978164)); +#8953=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800740521214)); +#8954=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,204.000000029808)); +#8955=CARTESIAN_POINT('',(20.0050354789155,80.,203.800732978163)); +#8956=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,204.000000029808)); +#8957=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199259538402)); +#8958=CARTESIAN_POINT('',(20.0050354789155,80.,204.199267081453)); +#8959=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800740521214)); +#8960=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,184.000000029808)); +#8961=CARTESIAN_POINT('',(20.0050354789155,80.,183.800732978163)); +#8962=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,184.000000029808)); +#8963=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199259538402)); +#8964=CARTESIAN_POINT('',(20.0050354789155,80.,184.199267081453)); +#8965=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199259538403)); +#8966=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,186.000000029809)); +#8967=CARTESIAN_POINT('',(20.0050354789155,80.,186.199267081454)); +#8968=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,186.000000029809)); +#8969=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800740521215)); +#8970=CARTESIAN_POINT('',(20.0050354789155,80.,185.800732978164)); +#8971=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199259538403)); +#8972=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,190.000000029809)); +#8973=CARTESIAN_POINT('',(20.0050354789155,80.,190.199267081454)); +#8974=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,190.000000029809)); +#8975=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800740521215)); +#8976=CARTESIAN_POINT('',(20.0050354789155,80.,189.800732978164)); +#8977=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800740521214)); +#8978=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,188.000000029808)); +#8979=CARTESIAN_POINT('',(20.0050354789155,80.,187.800732978163)); +#8980=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,188.000000029808)); +#8981=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199259538402)); +#8982=CARTESIAN_POINT('',(20.0050354789155,80.,188.199267081453)); +#8983=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199259538403)); +#8984=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,198.000000029809)); +#8985=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,198.199267081454)); +#8986=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,198.000000029809)); +#8987=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800740521215)); +#8988=CARTESIAN_POINT('',(20.0050354789155,80.,197.800732978164)); +#8989=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800740521214)); +#8990=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,196.000000029808)); +#8991=CARTESIAN_POINT('',(20.0050354789155,80.,195.800732978163)); +#8992=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,196.000000029808)); +#8993=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199259538402)); +#8994=CARTESIAN_POINT('',(20.0050354789155,80.,196.199267081453)); +#8995=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800740521214)); +#8996=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,192.000000029808)); +#8997=CARTESIAN_POINT('',(20.0050354789155,80.,191.800732978163)); +#8998=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,192.000000029808)); +#8999=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199259538402)); +#9000=CARTESIAN_POINT('',(20.0050354789155,80.,192.199267081453)); +#9001=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199259538403)); +#9002=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,194.000000029809)); +#9003=CARTESIAN_POINT('',(20.0050354789155,80.,194.199267081454)); +#9004=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,194.000000029809)); +#9005=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800740521215)); +#9006=CARTESIAN_POINT('',(20.0050354789155,80.,193.800732978164)); +#9007=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,23.8007405212139)); +#9008=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,24.0000000298081)); +#9009=CARTESIAN_POINT('',(20.0050354789155,80.,23.8007329781635)); +#9010=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,24.0000000298081)); +#9011=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,24.1992595384023)); +#9012=CARTESIAN_POINT('',(20.0050354789155,80.,24.1992670814527)); +#9013=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,26.1992595384032)); +#9014=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,26.000000029809)); +#9015=CARTESIAN_POINT('',(20.0050354789155,80.,26.1992670814536)); +#9016=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,26.000000029809)); +#9017=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,25.8007405212148)); +#9018=CARTESIAN_POINT('',(20.0050354789155,80.,25.8007329781644)); +#9019=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,30.1992595384032)); +#9020=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,30.000000029809)); +#9021=CARTESIAN_POINT('',(20.0050354789155,80.,30.1992670814536)); +#9022=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,30.000000029809)); +#9023=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,29.8007405212148)); +#9024=CARTESIAN_POINT('',(20.0050354789155,80.,29.8007329781644)); +#9025=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,27.8007405212139)); +#9026=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,28.0000000298081)); +#9027=CARTESIAN_POINT('',(20.0050354789155,80.,27.8007329781635)); +#9028=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,28.0000000298081)); +#9029=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,28.1992595384023)); +#9030=CARTESIAN_POINT('',(20.0050354789155,80.,28.1992670814527)); +#9031=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,38.1992595384032)); +#9032=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,38.000000029809)); +#9033=CARTESIAN_POINT('',(20.0050354789155,80.,38.1992670814536)); +#9034=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,38.000000029809)); +#9035=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,37.8007405212148)); +#9036=CARTESIAN_POINT('',(20.0050354789155,80.,37.8007329781644)); +#9037=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,35.8007405212139)); +#9038=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,36.0000000298081)); +#9039=CARTESIAN_POINT('',(20.0050354789155,80.,35.8007329781635)); +#9040=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,36.0000000298081)); +#9041=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,36.1992595384023)); +#9042=CARTESIAN_POINT('',(20.0050354789155,80.,36.1992670814527)); +#9043=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,31.8007405212138)); +#9044=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,32.0000000298081)); +#9045=CARTESIAN_POINT('',(20.0050354789155,80.,31.8007329781635)); +#9046=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,32.0000000298081)); +#9047=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,32.1992595384023)); +#9048=CARTESIAN_POINT('',(20.0050354789155,80.,32.1992670814527)); +#9049=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,34.1992595384032)); +#9050=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,34.000000029809)); +#9051=CARTESIAN_POINT('',(20.0050354789155,80.,34.1992670814536)); +#9052=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,34.000000029809)); +#9053=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,33.8007405212148)); +#9054=CARTESIAN_POINT('',(20.0050354789155,80.,33.8007329781644)); +#9055=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,54.1992595384032)); +#9056=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,54.000000029809)); +#9057=CARTESIAN_POINT('',(20.0050354789155,80.,54.1992670814536)); +#9058=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,54.000000029809)); +#9059=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,53.8007405212148)); +#9060=CARTESIAN_POINT('',(20.0050354789155,80.,53.8007329781644)); +#9061=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,51.8007405212139)); +#9062=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,52.0000000298081)); +#9063=CARTESIAN_POINT('',(20.0050354789155,80.,51.8007329781635)); +#9064=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,52.0000000298081)); +#9065=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,52.1992595384023)); +#9066=CARTESIAN_POINT('',(20.0050354789155,80.,52.1992670814527)); +#9067=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,47.8007405212139)); +#9068=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,48.0000000298081)); +#9069=CARTESIAN_POINT('',(20.0050354789155,80.,47.8007329781635)); +#9070=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,48.0000000298081)); +#9071=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,48.1992595384023)); +#9072=CARTESIAN_POINT('',(20.0050354789155,80.,48.1992670814527)); +#9073=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,50.1992595384032)); +#9074=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,50.000000029809)); +#9075=CARTESIAN_POINT('',(20.0050354789155,80.,50.1992670814536)); +#9076=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,50.000000029809)); +#9077=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,49.8007405212148)); +#9078=CARTESIAN_POINT('',(20.0050354789155,80.,49.8007329781644)); +#9079=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,39.8007405212139)); +#9080=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,40.0000000298081)); +#9081=CARTESIAN_POINT('',(20.0050354789155,80.,39.8007329781635)); +#9082=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,40.0000000298081)); +#9083=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,40.1992595384023)); +#9084=CARTESIAN_POINT('',(20.0050354789155,80.,40.1992670814527)); +#9085=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,42.1992595384032)); +#9086=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,42.000000029809)); +#9087=CARTESIAN_POINT('',(20.0050354789155,80.,42.1992670814536)); +#9088=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,42.000000029809)); +#9089=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,41.8007405212148)); +#9090=CARTESIAN_POINT('',(20.0050354789155,80.,41.8007329781644)); +#9091=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,46.1992595384032)); +#9092=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,46.000000029809)); +#9093=CARTESIAN_POINT('',(20.0050354789155,80.,46.1992670814536)); +#9094=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,46.000000029809)); +#9095=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,45.8007405212148)); +#9096=CARTESIAN_POINT('',(20.0050354789155,80.,45.8007329781644)); +#9097=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,43.8007405212139)); +#9098=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,44.0000000298081)); +#9099=CARTESIAN_POINT('',(20.0050354789155,80.,43.8007329781635)); +#9100=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,44.0000000298081)); +#9101=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,44.1992595384023)); +#9102=CARTESIAN_POINT('',(20.0050354789155,80.,44.1992670814527)); +#9103=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992595384032)); +#9104=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,86.0000000298089)); +#9105=CARTESIAN_POINT('',(20.0050354789155,80.,86.1992670814535)); +#9106=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,86.0000000298089)); +#9107=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007405212147)); +#9108=CARTESIAN_POINT('',(20.0050354789155,80.,85.8007329781643)); +#9109=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007405212138)); +#9110=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,84.000000029808)); +#9111=CARTESIAN_POINT('',(20.0050354789155,80.,83.8007329781634)); +#9112=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,84.000000029808)); +#9113=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992595384022)); +#9114=CARTESIAN_POINT('',(20.0050354789155,80.,84.1992670814526)); +#9115=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007405212138)); +#9116=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,80.000000029808)); +#9117=CARTESIAN_POINT('',(20.0050354789155,80.,79.8007329781634)); +#9118=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,80.000000029808)); +#9119=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992595384022)); +#9120=CARTESIAN_POINT('',(20.0050354789155,80.,80.1992670814526)); +#9121=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992595384031)); +#9122=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,82.0000000298089)); +#9123=CARTESIAN_POINT('',(20.0050354789155,80.,82.1992670814535)); +#9124=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,82.0000000298089)); +#9125=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007405212147)); +#9126=CARTESIAN_POINT('',(20.0050354789155,80.,81.8007329781643)); +#9127=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,71.8007405212138)); +#9128=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,72.000000029808)); +#9129=CARTESIAN_POINT('',(20.0050354789155,80.,71.8007329781634)); +#9130=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,72.000000029808)); +#9131=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,72.1992595384022)); +#9132=CARTESIAN_POINT('',(20.0050354789155,80.,72.1992670814526)); +#9133=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,74.1992595384031)); +#9134=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,74.0000000298089)); +#9135=CARTESIAN_POINT('',(20.0050354789155,80.,74.1992670814535)); +#9136=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,74.0000000298089)); +#9137=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,73.8007405212147)); +#9138=CARTESIAN_POINT('',(20.0050354789155,80.,73.8007329781643)); +#9139=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,78.1992595384031)); +#9140=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,78.0000000298089)); +#9141=CARTESIAN_POINT('',(20.0050354789155,80.,78.1992670814535)); +#9142=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,78.0000000298089)); +#9143=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,77.8007405212147)); +#9144=CARTESIAN_POINT('',(20.0050354789155,80.,77.8007329781643)); +#9145=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,75.8007405212138)); +#9146=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,76.000000029808)); +#9147=CARTESIAN_POINT('',(20.0050354789155,80.,75.8007329781634)); +#9148=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,76.000000029808)); +#9149=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,76.1992595384022)); +#9150=CARTESIAN_POINT('',(20.0050354789155,80.,76.1992670814526)); +#9151=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,55.8007405212138)); +#9152=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,56.000000029808)); +#9153=CARTESIAN_POINT('',(20.0050354789155,80.,55.8007329781634)); +#9154=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,56.000000029808)); +#9155=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,56.1992595384022)); +#9156=CARTESIAN_POINT('',(20.0050354789155,80.,56.1992670814526)); +#9157=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,58.1992595384031)); +#9158=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,58.0000000298089)); +#9159=CARTESIAN_POINT('',(20.0050354789155,80.,58.1992670814535)); +#9160=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,58.0000000298089)); +#9161=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,57.8007405212147)); +#9162=CARTESIAN_POINT('',(20.0050354789155,80.,57.8007329781643)); +#9163=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,62.1992595384031)); +#9164=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,62.0000000298089)); +#9165=CARTESIAN_POINT('',(20.0050354789155,80.,62.1992670814535)); +#9166=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,62.0000000298089)); +#9167=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,61.8007405212147)); +#9168=CARTESIAN_POINT('',(20.0050354789155,80.,61.8007329781643)); +#9169=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,59.8007405212138)); +#9170=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,60.000000029808)); +#9171=CARTESIAN_POINT('',(20.0050354789155,80.,59.8007329781634)); +#9172=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,60.000000029808)); +#9173=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,60.1992595384023)); +#9174=CARTESIAN_POINT('',(20.0050354789155,80.,60.1992670814526)); +#9175=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,70.1992595384031)); +#9176=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,70.0000000298089)); +#9177=CARTESIAN_POINT('',(20.0050354789155,80.,70.1992670814535)); +#9178=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,70.0000000298089)); +#9179=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,69.8007405212147)); +#9180=CARTESIAN_POINT('',(20.0050354789155,80.,69.8007329781643)); +#9181=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,67.8007405212138)); +#9182=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,68.000000029808)); +#9183=CARTESIAN_POINT('',(20.0050354789155,80.,67.8007329781634)); +#9184=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,68.000000029808)); +#9185=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,68.1992595384022)); +#9186=CARTESIAN_POINT('',(20.0050354789155,80.,68.1992670814526)); +#9187=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,63.8007405212138)); +#9188=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,64.000000029808)); +#9189=CARTESIAN_POINT('',(20.0050354789155,80.,63.8007329781634)); +#9190=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,64.000000029808)); +#9191=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,64.1992595384022)); +#9192=CARTESIAN_POINT('',(20.0050354789155,80.,64.1992670814526)); +#9193=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,66.1992595384031)); +#9194=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,66.0000000298089)); +#9195=CARTESIAN_POINT('',(20.0050354789155,80.,66.1992670814535)); +#9196=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,66.0000000298089)); +#9197=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,65.8007405212147)); +#9198=CARTESIAN_POINT('',(20.0050354789155,80.,65.8007329781643)); +#9199=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199259538403)); +#9200=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,150.000000029809)); +#9201=CARTESIAN_POINT('',(20.0050354789155,80.,150.199267081454)); +#9202=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,150.000000029809)); +#9203=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800740521215)); +#9204=CARTESIAN_POINT('',(20.0050354789155,80.,149.800732978164)); +#9205=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800740521214)); +#9206=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,148.000000029808)); +#9207=CARTESIAN_POINT('',(20.0050354789155,80.,147.800732978163)); +#9208=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,148.000000029808)); +#9209=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199259538402)); +#9210=CARTESIAN_POINT('',(20.0050354789155,80.,148.199267081453)); +#9211=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800740521214)); +#9212=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,144.000000029808)); +#9213=CARTESIAN_POINT('',(20.0050354789155,80.,143.800732978163)); +#9214=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,144.000000029808)); +#9215=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199259538402)); +#9216=CARTESIAN_POINT('',(20.0050354789155,80.,144.199267081453)); +#9217=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199259538403)); +#9218=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,146.000000029809)); +#9219=CARTESIAN_POINT('',(20.0050354789155,80.,146.199267081454)); +#9220=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,146.000000029809)); +#9221=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800740521215)); +#9222=CARTESIAN_POINT('',(20.0050354789155,80.,145.800732978164)); +#9223=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800740521214)); +#9224=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,136.000000029808)); +#9225=CARTESIAN_POINT('',(20.0050354789155,80.,135.800732978163)); +#9226=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,136.000000029808)); +#9227=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199259538402)); +#9228=CARTESIAN_POINT('',(20.0050354789155,80.,136.199267081453)); +#9229=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199259538403)); +#9230=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,138.000000029809)); +#9231=CARTESIAN_POINT('',(20.0050354789155,80.,138.199267081454)); +#9232=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,138.000000029809)); +#9233=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800740521215)); +#9234=CARTESIAN_POINT('',(20.0050354789155,80.,137.800732978164)); +#9235=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199259538403)); +#9236=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,142.000000029809)); +#9237=CARTESIAN_POINT('',(20.0050354789155,80.,142.199267081454)); +#9238=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,142.000000029809)); +#9239=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800740521215)); +#9240=CARTESIAN_POINT('',(20.0050354789155,80.,141.800732978164)); +#9241=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800740521214)); +#9242=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,140.000000029808)); +#9243=CARTESIAN_POINT('',(20.0050354789155,80.,139.800732978163)); +#9244=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,140.000000029808)); +#9245=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199259538402)); +#9246=CARTESIAN_POINT('',(20.0050354789155,80.,140.199267081453)); +#9247=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800740521214)); +#9248=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,120.000000029808)); +#9249=CARTESIAN_POINT('',(20.0050354789155,80.,119.800732978163)); +#9250=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,120.000000029808)); +#9251=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199259538402)); +#9252=CARTESIAN_POINT('',(20.0050354789155,80.,120.199267081453)); +#9253=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199259538403)); +#9254=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,122.000000029809)); +#9255=CARTESIAN_POINT('',(20.0050354789155,80.,122.199267081454)); +#9256=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,122.000000029809)); +#9257=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800740521215)); +#9258=CARTESIAN_POINT('',(20.0050354789155,80.,121.800732978164)); +#9259=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199259538403)); +#9260=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,126.000000029809)); +#9261=CARTESIAN_POINT('',(20.0050354789155,80.,126.199267081454)); +#9262=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,126.000000029809)); +#9263=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800740521215)); +#9264=CARTESIAN_POINT('',(20.0050354789155,80.,125.800732978164)); +#9265=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800740521214)); +#9266=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,124.000000029808)); +#9267=CARTESIAN_POINT('',(20.0050354789155,80.,123.800732978163)); +#9268=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,124.000000029808)); +#9269=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199259538402)); +#9270=CARTESIAN_POINT('',(20.0050354789155,80.,124.199267081453)); +#9271=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199259538403)); +#9272=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,134.000000029809)); +#9273=CARTESIAN_POINT('',(20.0050354789155,80.,134.199267081454)); +#9274=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,134.000000029809)); +#9275=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800740521215)); +#9276=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,133.800732978164)); +#9277=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800740521214)); +#9278=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,132.000000029808)); +#9279=CARTESIAN_POINT('',(20.0050354789155,80.,131.800732978163)); +#9280=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,132.000000029808)); +#9281=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199259538402)); +#9282=CARTESIAN_POINT('',(20.0050354789155,80.,132.199267081453)); +#9283=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800740521214)); +#9284=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,128.000000029808)); +#9285=CARTESIAN_POINT('',(20.0050354789155,80.,127.800732978163)); +#9286=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,128.000000029808)); +#9287=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199259538402)); +#9288=CARTESIAN_POINT('',(20.0050354789155,80.,128.199267081453)); +#9289=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199259538403)); +#9290=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,130.000000029809)); +#9291=CARTESIAN_POINT('',(20.0050354789155,80.,130.199267081454)); +#9292=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,130.000000029809)); +#9293=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800740521215)); +#9294=CARTESIAN_POINT('',(20.0050354789155,80.,129.800732978164)); +#9295=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007405212139)); +#9296=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,88.0000000298081)); +#9297=CARTESIAN_POINT('',(20.0050354789155,80.,87.8007329781635)); +#9298=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,88.0000000298081)); +#9299=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992595384023)); +#9300=CARTESIAN_POINT('',(20.0050354789155,80.,88.1992670814527)); +#9301=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992595384032)); +#9302=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,90.000000029809)); +#9303=CARTESIAN_POINT('',(20.0050354789155,80.,90.1992670814536)); +#9304=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,90.000000029809)); +#9305=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007405212148)); +#9306=CARTESIAN_POINT('',(20.0050354789155,80.,89.8007329781644)); +#9307=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992595384032)); +#9308=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,94.000000029809)); +#9309=CARTESIAN_POINT('',(20.0050354789155,80.,94.1992670814536)); +#9310=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,94.000000029809)); +#9311=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007405212148)); +#9312=CARTESIAN_POINT('',(20.0050354789155,80.,93.8007329781644)); +#9313=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007405212139)); +#9314=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,92.0000000298081)); +#9315=CARTESIAN_POINT('',(20.0050354789155,80.,91.8007329781635)); +#9316=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,92.0000000298081)); +#9317=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992595384023)); +#9318=CARTESIAN_POINT('',(20.0050354789155,80.,92.1992670814527)); +#9319=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199259538403)); +#9320=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,102.000000029809)); +#9321=CARTESIAN_POINT('',(20.0050354789155,80.,102.199267081454)); +#9322=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,102.000000029809)); +#9323=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800740521215)); +#9324=CARTESIAN_POINT('',(20.0050354789155,80.,101.800732978164)); +#9325=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007405212139)); +#9326=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,100.000000029808)); +#9327=CARTESIAN_POINT('',(20.0050354789155,80.,99.8007329781635)); +#9328=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,100.000000029808)); +#9329=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199259538402)); +#9330=CARTESIAN_POINT('',(20.0050354789155,80.,100.199267081453)); +#9331=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007405212139)); +#9332=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,96.0000000298081)); +#9333=CARTESIAN_POINT('',(20.0050354789155,80.,95.8007329781635)); +#9334=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,96.0000000298081)); +#9335=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992595384023)); +#9336=CARTESIAN_POINT('',(20.0050354789155,80.,96.1992670814527)); +#9337=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992595384032)); +#9338=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,98.000000029809)); +#9339=CARTESIAN_POINT('',(20.0050354789155,80.,98.1992670814536)); +#9340=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,98.000000029809)); +#9341=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007405212148)); +#9342=CARTESIAN_POINT('',(20.0050354789155,80.,97.8007329781644)); +#9343=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199259538403)); +#9344=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,118.000000029809)); +#9345=CARTESIAN_POINT('',(20.0050354789155,80.,118.199267081454)); +#9346=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,118.000000029809)); +#9347=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800740521215)); +#9348=CARTESIAN_POINT('',(20.0050354789155,80.,117.800732978164)); +#9349=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800740521214)); +#9350=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,116.000000029808)); +#9351=CARTESIAN_POINT('',(20.0050354789155,80.,115.800732978163)); +#9352=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,116.000000029808)); +#9353=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199259538402)); +#9354=CARTESIAN_POINT('',(20.0050354789155,80.,116.199267081453)); +#9355=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800740521214)); +#9356=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,112.000000029808)); +#9357=CARTESIAN_POINT('',(20.0050354789155,80.,111.800732978163)); +#9358=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,112.000000029808)); +#9359=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199259538402)); +#9360=CARTESIAN_POINT('',(20.0050354789155,80.,112.199267081453)); +#9361=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199259538403)); +#9362=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,114.000000029809)); +#9363=CARTESIAN_POINT('',(20.0050354789155,80.,114.199267081454)); +#9364=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,114.000000029809)); +#9365=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800740521215)); +#9366=CARTESIAN_POINT('',(20.0050354789155,80.,113.800732978164)); +#9367=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800740521214)); +#9368=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,104.000000029808)); +#9369=CARTESIAN_POINT('',(20.0050354789155,80.,103.800732978163)); +#9370=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,104.000000029808)); +#9371=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199259538402)); +#9372=CARTESIAN_POINT('',(20.0050354789155,80.,104.199267081453)); +#9373=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199259538403)); +#9374=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,106.000000029809)); +#9375=CARTESIAN_POINT('',(20.0050354789155,80.,106.199267081454)); +#9376=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,106.000000029809)); +#9377=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800740521215)); +#9378=CARTESIAN_POINT('',(20.0050354789155,80.,105.800732978164)); +#9379=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199259538403)); +#9380=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,110.000000029809)); +#9381=CARTESIAN_POINT('',(20.0050354789155,80.,110.199267081454)); +#9382=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,110.000000029809)); +#9383=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800740521215)); +#9384=CARTESIAN_POINT('',(20.0050354789155,80.,109.800732978164)); +#9385=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800740521214)); +#9386=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,108.000000029808)); +#9387=CARTESIAN_POINT('',(20.0050354789155,80.,107.800732978163)); +#9388=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,108.000000029808)); +#9389=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199259538402)); +#9390=CARTESIAN_POINT('',(20.0050354789155,80.,108.199267081453)); +#9391=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,22.1992595427667)); +#9392=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,22.0000000341724)); +#9393=CARTESIAN_POINT('',(20.0050354789155,80.,22.1992670858171)); +#9394=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,22.0000000341724)); +#9395=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,21.8007405255782)); +#9396=CARTESIAN_POINT('',(20.0050354789155,80.,21.8007329825278)); +#9397=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,19.8007405255773)); +#9398=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,20.0000000341715)); +#9399=CARTESIAN_POINT('',(20.0050354789155,80.,19.8007329825269)); +#9400=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,20.0000000341715)); +#9401=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,20.1992595427657)); +#9402=CARTESIAN_POINT('',(20.0050354789155,80.,20.1992670858161)); +#9403=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,15.8007405255773)); +#9404=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,16.0000000341715)); +#9405=CARTESIAN_POINT('',(20.0050354789155,80.,15.8007329825269)); +#9406=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,16.0000000341715)); +#9407=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,16.1992595427657)); +#9408=CARTESIAN_POINT('',(20.0050354789155,80.,16.1992670858161)); +#9409=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,18.1992595427666)); +#9410=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,18.0000000341725)); +#9411=CARTESIAN_POINT('',(20.0050354789155,80.,18.199267085817)); +#9412=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,18.0000000341724)); +#9413=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,17.8007405255782)); +#9414=CARTESIAN_POINT('',(20.0050354789155,80.,17.8007329825278)); +#9415=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,7.80074052557733)); +#9416=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,8.00000003417153)); +#9417=CARTESIAN_POINT('',(20.0050354789155,80.,7.80073298252693)); +#9418=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,8.00000003417153)); +#9419=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,8.19925954276576)); +#9420=CARTESIAN_POINT('',(20.0050354789155,80.,8.19926708581614)); +#9421=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,10.1992595427667)); +#9422=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,10.0000000341724)); +#9423=CARTESIAN_POINT('',(20.0050354789155,80.,10.199267085817)); +#9424=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,10.0000000341724)); +#9425=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,9.80074052557823)); +#9426=CARTESIAN_POINT('',(20.0050354789155,80.,9.80073298252784)); +#9427=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,14.1992595427667)); +#9428=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,14.0000000341724)); +#9429=CARTESIAN_POINT('',(20.0050354789155,80.,14.199267085817)); +#9430=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,14.0000000341724)); +#9431=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,13.8007405255782)); +#9432=CARTESIAN_POINT('',(20.0050354789155,80.,13.8007329825278)); +#9433=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,11.8007405255773)); +#9434=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,12.0000000341715)); +#9435=CARTESIAN_POINT('',(20.0050354789155,80.,11.8007329825269)); +#9436=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,12.0000000341715)); +#9437=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,12.1992595427658)); +#9438=CARTESIAN_POINT('',(20.0050354789155,80.,12.1992670858161)); +#9439=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,6.19925954276663)); +#9440=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,6.00000003417244)); +#9441=CARTESIAN_POINT('',(20.0050354789155,80.,6.19926708581705)); +#9442=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,6.00000003417244)); +#9443=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,5.80074052557822)); +#9444=CARTESIAN_POINT('',(20.0050354789155,80.,5.80073298252784)); +#9445=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.80074052557732)); +#9446=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,4.00000003417153)); +#9447=CARTESIAN_POINT('',(20.0050354789155,80.,3.80073298252693)); +#9448=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,4.00000003417153)); +#9449=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,4.19925954276573)); +#9450=CARTESIAN_POINT('',(20.0050354789155,80.,4.19926708581613)); +#9451=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.34113549981931E-21)); +#9452=CARTESIAN_POINT('',(20.0050354789155,80.,-9.96198494022179E-12)); +#9453=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); +#9454=CARTESIAN_POINT('',(190.005035400391,160.,0.)); +#9455=CARTESIAN_POINT('',(190.005035400391,140.,0.)); +#9456=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); +#9457=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); +#9458=CARTESIAN_POINT('',(190.005035400391,120.,0.)); +#9459=CARTESIAN_POINT('',(190.005035400391,100.,0.)); +#9460=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); +#9461=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); +#9462=CARTESIAN_POINT('',(190.005035400391,80.,0.)); +#9463=CARTESIAN_POINT('',(190.005035400391,60.,0.)); +#9464=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); +#9465=CARTESIAN_POINT('',(190.005035400391,100.,280.)); +#9466=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); +#9467=CARTESIAN_POINT('',(190.005035400391,140.,280.)); +#9468=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); +#9469=CARTESIAN_POINT('',(190.005035400391,60.,280.)); +#9470=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999901234)); +#9471=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); +#9472=CARTESIAN_POINT('',(190.005035400391,120.,280.)); +#9473=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); +#9474=CARTESIAN_POINT('',(190.005035400391,80.,280.)); +#9475=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,279.999999901249)); +#9476=CARTESIAN_POINT('',(190.005035400391,160.,280.)); +#9477=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999802489)); +#9478=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,279.999999802499)); +#9479=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,2.00000003417244)); +#9480=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,2.00000003417244)); +#9481=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,2.00000003417244)); +#9482=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,2.06591166895768)); +#9483=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,2.11577728086286)); +#9484=CARTESIAN_POINT('',(20.0384855105404,78.8199915079573,2.16581705419257)); +#9485=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,2.17835176748143)); +#9486=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,2.19089754223653)); +#9487=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,2.1940355343506)); +#9488=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,2.19717421102459)); +#9489=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,2.19795903097685)); +#9490=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,2.19900542859367)); +#9491=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,2.19926707293322)); +#9492=CARTESIAN_POINT('',(20.0050354789155,80.,2.19926708581704)); +#9493=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,2.00000003417244)); +#9494=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,1.93409031148945)); +#9495=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,1.88422630003114)); +#9496=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,1.83418842502661)); +#9497=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,1.82165425970456)); +#9498=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,1.80910917719327)); +#9499=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,1.80597139411523)); +#9500=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,1.80283299820975)); +#9501=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,1.80204826638184)); +#9502=CARTESIAN_POINT('',(20.005304530409,140.118121765627,1.80100203402139)); +#9503=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,1.80074046682779)); +#9504=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.80074052557823)); +#9505=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,2.19925954276665)); +#9506=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,2.19925960151882)); +#9507=CARTESIAN_POINT('',(20.005304545805,140.118123503666,2.19899801892757)); +#9508=CARTESIAN_POINT('',(20.006350778155,140.236232235784,2.19795178657758)); +#9509=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,2.19716703935887)); +#9510=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,2.19402867422966)); +#9511=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,2.19089089115161)); +#9512=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,2.17834580864032)); +#9513=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,2.16581164331826)); +#9514=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,2.11577376831371)); +#9515=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,2.06590975685548)); +#9516=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,2.00000003417244)); +#9517=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199259538403)); +#9518=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,278.199259597155)); +#9519=CARTESIAN_POINT('',(20.005304545805,140.118123503666,278.198998014564)); +#9520=CARTESIAN_POINT('',(20.006350778155,140.236232235784,278.197951782214)); +#9521=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,278.197167034995)); +#9522=CARTESIAN_POINT('',(20.010273890503,140.472414064888,278.194028669866)); +#9523=CARTESIAN_POINT('',(20.0134116735807,140.590453332209,278.190890886788)); +#9524=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,278.178345804277)); +#9525=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,278.165811638955)); +#9526=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,278.11577376395)); +#9527=CARTESIAN_POINT('',(20.138392807877,142.352742965486,278.065909752492)); +#9528=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,278.000000029809)); +#9529=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,278.000000029809)); +#9530=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,278.065911664594)); +#9531=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,278.115777276499)); +#9532=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,278.165817049829)); +#9533=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,278.178351763118)); +#9534=CARTESIAN_POINT('',(20.0134050224963,79.4095400602651,278.190897537873)); +#9535=CARTESIAN_POINT('',(20.0102670303819,79.5275806440154,278.194035529987)); +#9536=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,278.197174206661)); +#9537=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,278.197959026613)); +#9538=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,278.19900542423)); +#9539=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,278.19926706857)); +#9540=CARTESIAN_POINT('',(20.0050354789155,80.,278.199267081454)); +#9541=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,278.000000029809)); +#9542=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,277.934090307126)); +#9543=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,277.884226295668)); +#9544=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,277.834188420663)); +#9545=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,277.821654255341)); +#9546=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,277.80910917283)); +#9547=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,277.805971389752)); +#9548=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,277.802832993846)); +#9549=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,277.802048262018)); +#9550=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,277.801002029658)); +#9551=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,277.800740462464)); +#9552=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800740521215)); +#9553=CARTESIAN_POINT('',(20.0050354789155,80.,277.800732978164)); +#9554=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,277.800732991049)); +#9555=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,277.800994650786)); +#9556=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,277.802041048393)); +#9557=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,277.802825883736)); +#9558=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,277.805964529631)); +#9559=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,277.809102521745)); +#9560=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,277.8216482965)); +#9561=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,277.834183009789)); +#9562=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,277.884222783119)); +#9563=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,277.934088395024)); +#9564=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,278.000000029809)); +#9565=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,278.000000029809)); +#9566=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,278.000000029809)); +#9567=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800740521214)); +#9568=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,275.800740462462)); +#9569=CARTESIAN_POINT('',(20.005304545805,140.118123503666,275.801002045053)); +#9570=CARTESIAN_POINT('',(20.006350778155,140.236232235784,275.802048277403)); +#9571=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,275.802833024622)); +#9572=CARTESIAN_POINT('',(20.010273890503,140.472414064889,275.805971389751)); +#9573=CARTESIAN_POINT('',(20.0134116735807,140.590453332208,275.809109172829)); +#9574=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,275.82165425534)); +#9575=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,275.834188420662)); +#9576=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,275.884226295667)); +#9577=CARTESIAN_POINT('',(20.138392807877,142.352742965486,275.934090307125)); +#9578=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,276.000000029808)); +#9579=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,276.000000029808)); +#9580=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,275.934088395023)); +#9581=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,275.884222783118)); +#9582=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,275.834183009788)); +#9583=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,275.821648296499)); +#9584=CARTESIAN_POINT('',(20.0134050224962,79.4095400602689,275.809102521744)); +#9585=CARTESIAN_POINT('',(20.010267030382,79.5275806440115,275.80596452963)); +#9586=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,275.802825852956)); +#9587=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,275.802041033004)); +#9588=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,275.800994635387)); +#9589=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,275.800732991047)); +#9590=CARTESIAN_POINT('',(20.0050354789155,80.,275.800732978163)); +#9591=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,276.000000029808)); +#9592=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,276.065909752491)); +#9593=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,276.115773763949)); +#9594=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,276.165811638954)); +#9595=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,276.178345804276)); +#9596=CARTESIAN_POINT('',(20.0134116735805,140.590453332202,276.190890886788)); +#9597=CARTESIAN_POINT('',(20.0102738905031,140.472414064895,276.194028669865)); +#9598=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,276.197167065771)); +#9599=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,276.197951797599)); +#9600=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,276.198998029959)); +#9601=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,276.199259597153)); +#9602=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199259538402)); +#9603=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,276.000000029808)); +#9604=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,276.000000029808)); +#9605=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800740521214)); +#9606=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,271.800740462462)); +#9607=CARTESIAN_POINT('',(20.005304545805,140.118123503666,271.801002045053)); +#9608=CARTESIAN_POINT('',(20.006350778155,140.236232235784,271.802048277403)); +#9609=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,271.802833024622)); +#9610=CARTESIAN_POINT('',(20.010273890503,140.472414064886,271.805971389751)); +#9611=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,271.809109172829)); +#9612=CARTESIAN_POINT('',(20.0259567560921,140.944406296881,271.82165425534)); +#9613=CARTESIAN_POINT('',(20.0384909214145,141.179995345497,271.834188420662)); +#9614=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,271.884226295667)); +#9615=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,271.934090307125)); +#9616=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,272.000000029808)); +#9617=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,272.000000029808)); +#9618=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,272.065909752491)); +#9619=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,272.115773763949)); +#9620=CARTESIAN_POINT('',(20.038490921414,141.179995345491,272.165811638954)); +#9621=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,272.178345804276)); +#9622=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,272.190890886787)); +#9623=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,272.194028669865)); +#9624=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,272.197167065771)); +#9625=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,272.197951797599)); +#9626=CARTESIAN_POINT('',(20.005304530409,140.118121765627,272.198998029959)); +#9627=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,272.199259597153)); +#9628=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199259538402)); +#9629=CARTESIAN_POINT('',(20.0050354789155,80.,272.199267081453)); +#9630=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,272.199267068568)); +#9631=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,272.199005408831)); +#9632=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,272.197959011224)); +#9633=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,272.19717417588)); +#9634=CARTESIAN_POINT('',(20.010267030382,79.5275806440086,272.194035529986)); +#9635=CARTESIAN_POINT('',(20.0134050224961,79.4095400602718,272.190897537872)); +#9636=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,272.178351763117)); +#9637=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,272.165817049828)); +#9638=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,272.115777276498)); +#9639=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,272.065911664593)); +#9640=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,272.000000029808)); +#9641=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,272.000000029808)); +#9642=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,272.000000029808)); +#9643=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199259538403)); +#9644=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,274.199259597155)); +#9645=CARTESIAN_POINT('',(20.005304545805,140.118123503666,274.198998014564)); +#9646=CARTESIAN_POINT('',(20.006350778155,140.236232235784,274.197951782214)); +#9647=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,274.197167034995)); +#9648=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,274.194028669866)); +#9649=CARTESIAN_POINT('',(20.013411673581,140.590453332217,274.190890886788)); +#9650=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,274.178345804277)); +#9651=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,274.165811638955)); +#9652=CARTESIAN_POINT('',(20.0885287964191,141.885437368678,274.11577376395)); +#9653=CARTESIAN_POINT('',(20.1383928078766,142.352742965483,274.065909752492)); +#9654=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,274.000000029809)); +#9655=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,274.000000029809)); +#9656=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,274.065911664594)); +#9657=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,274.115777276499)); +#9658=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,274.165817049829)); +#9659=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,274.178351763118)); +#9660=CARTESIAN_POINT('',(20.0134050224961,79.4095400602696,274.190897537873)); +#9661=CARTESIAN_POINT('',(20.010267030382,79.527580644011,274.194035529987)); +#9662=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,274.197174206661)); +#9663=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,274.197959026613)); +#9664=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,274.19900542423)); +#9665=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,274.19926706857)); +#9666=CARTESIAN_POINT('',(20.0050354789155,80.,274.199267081454)); +#9667=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,274.000000029809)); +#9668=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,273.934090307126)); +#9669=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,273.884226295668)); +#9670=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,273.834188420663)); +#9671=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,273.821654255341)); +#9672=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,273.80910917283)); +#9673=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,273.805971389752)); +#9674=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,273.802832993846)); +#9675=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,273.802048262018)); +#9676=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,273.801002029658)); +#9677=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,273.800740462464)); +#9678=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800740521215)); +#9679=CARTESIAN_POINT('',(20.0050354789155,80.,273.800732978164)); +#9680=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,273.800732991049)); +#9681=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,273.800994650786)); +#9682=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,273.802041048393)); +#9683=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,273.802825883736)); +#9684=CARTESIAN_POINT('',(20.010267030382,79.5275806440093,273.805964529631)); +#9685=CARTESIAN_POINT('',(20.0134050224961,79.4095400602712,273.809102521745)); +#9686=CARTESIAN_POINT('',(20.0259507972513,79.0555831592395,273.8216482965)); +#9687=CARTESIAN_POINT('',(20.0384855105405,78.8199915079554,273.834183009789)); +#9688=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,273.884222783119)); +#9689=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,273.934088395024)); +#9690=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,274.000000029809)); +#9691=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,274.000000029809)); +#9692=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,274.000000029809)); +#9693=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800740521214)); +#9694=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,263.800740462462)); +#9695=CARTESIAN_POINT('',(20.005304545805,140.118123503666,263.801002045053)); +#9696=CARTESIAN_POINT('',(20.006350778155,140.236232235784,263.802048277403)); +#9697=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,263.802833024622)); +#9698=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,263.805971389751)); +#9699=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,263.809109172829)); +#9700=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,263.82165425534)); +#9701=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,263.834188420662)); +#9702=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,263.884226295667)); +#9703=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,263.934090307125)); +#9704=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,264.000000029808)); +#9705=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,264.000000029808)); +#9706=CARTESIAN_POINT('',(20.138390895775,77.6472311228406,263.934088395023)); +#9707=CARTESIAN_POINT('',(20.08852528387,78.1145417482057,263.884222783118)); +#9708=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,263.834183009788)); +#9709=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,263.821648296499)); +#9710=CARTESIAN_POINT('',(20.0134050224962,79.4095400602691,263.809102521744)); +#9711=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,263.80596452963)); +#9712=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,263.802825852956)); +#9713=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,263.802041033004)); +#9714=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,263.800994635387)); +#9715=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,263.800732991047)); +#9716=CARTESIAN_POINT('',(20.0050354789155,80.,263.800732978163)); +#9717=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,264.000000029808)); +#9718=CARTESIAN_POINT('',(20.1383928078775,142.352742965489,264.065909752491)); +#9719=CARTESIAN_POINT('',(20.0885287964186,141.885437368671,264.11577376395)); +#9720=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,264.165811638954)); +#9721=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,264.178345804276)); +#9722=CARTESIAN_POINT('',(20.013411673581,140.590453332215,264.190890886787)); +#9723=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,264.194028669865)); +#9724=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,264.197167065771)); +#9725=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,264.197951797599)); +#9726=CARTESIAN_POINT('',(20.005304530409,140.118121765627,264.198998029959)); +#9727=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,264.199259597153)); +#9728=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199259538402)); +#9729=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,264.000000029808)); +#9730=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,264.000000029808)); +#9731=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199259538403)); +#9732=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,266.199259597155)); +#9733=CARTESIAN_POINT('',(20.005304545805,140.118123503666,266.198998014564)); +#9734=CARTESIAN_POINT('',(20.006350778155,140.236232235784,266.197951782214)); +#9735=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,266.197167034995)); +#9736=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,266.194028669866)); +#9737=CARTESIAN_POINT('',(20.013411673581,140.590453332217,266.190890886788)); +#9738=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,266.178345804277)); +#9739=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,266.165811638955)); +#9740=CARTESIAN_POINT('',(20.0885287964187,141.885437368672,266.11577376395)); +#9741=CARTESIAN_POINT('',(20.1383928078774,142.352742965488,266.065909752492)); +#9742=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,266.000000029809)); +#9743=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,266.000000029809)); +#9744=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,266.065911664594)); +#9745=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,266.115777276499)); +#9746=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,266.165817049829)); +#9747=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,266.178351763118)); +#9748=CARTESIAN_POINT('',(20.0134050224965,79.4095400602606,266.190897537873)); +#9749=CARTESIAN_POINT('',(20.0102670303818,79.52758064402,266.194035529987)); +#9750=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,266.197174206661)); +#9751=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,266.197959026613)); +#9752=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,266.19900542423)); +#9753=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,266.19926706857)); +#9754=CARTESIAN_POINT('',(20.0050354789155,80.,266.199267081454)); +#9755=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,266.000000029809)); +#9756=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,265.934090307126)); +#9757=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,265.884226295668)); +#9758=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,265.834188420663)); +#9759=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,265.821654255341)); +#9760=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,265.80910917283)); +#9761=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,265.805971389752)); +#9762=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,265.802832993846)); +#9763=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,265.802048262018)); +#9764=CARTESIAN_POINT('',(20.005304530409,140.118121765627,265.801002029658)); +#9765=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,265.800740462464)); +#9766=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800740521215)); +#9767=CARTESIAN_POINT('',(20.0050354789155,80.,265.800732978164)); +#9768=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,265.800732991049)); +#9769=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,265.800994650786)); +#9770=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,265.802041048393)); +#9771=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,265.802825883736)); +#9772=CARTESIAN_POINT('',(20.010267030382,79.5275806440092,265.805964529631)); +#9773=CARTESIAN_POINT('',(20.0134050224961,79.4095400602712,265.809102521745)); +#9774=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,265.8216482965)); +#9775=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,265.834183009789)); +#9776=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,265.884222783119)); +#9777=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,265.934088395024)); +#9778=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,266.000000029809)); +#9779=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,266.000000029809)); +#9780=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,266.000000029809)); +#9781=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199259538403)); +#9782=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,270.199259597155)); +#9783=CARTESIAN_POINT('',(20.005304545805,140.118123503666,270.198998014564)); +#9784=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,270.197951782214)); +#9785=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,270.197167034995)); +#9786=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,270.194028669866)); +#9787=CARTESIAN_POINT('',(20.013411673581,140.590453332217,270.190890886788)); +#9788=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,270.178345804277)); +#9789=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,270.165811638955)); +#9790=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,270.11577376395)); +#9791=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,270.065909752492)); +#9792=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,270.000000029809)); +#9793=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,270.000000029809)); +#9794=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,269.934090307126)); +#9795=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,269.884226295668)); +#9796=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,269.834188420663)); +#9797=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,269.821654255341)); +#9798=CARTESIAN_POINT('',(20.013411673581,140.590453332217,269.80910917283)); +#9799=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,269.805971389752)); +#9800=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,269.802832993846)); +#9801=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,269.802048262018)); +#9802=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,269.801002029658)); +#9803=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,269.800740462464)); +#9804=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800740521215)); +#9805=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,270.000000029809)); +#9806=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,270.000000029809)); +#9807=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800740521214)); +#9808=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,267.800740462462)); +#9809=CARTESIAN_POINT('',(20.005304545805,140.118123503666,267.801002045053)); +#9810=CARTESIAN_POINT('',(20.006350778155,140.236232235784,267.802048277403)); +#9811=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,267.802833024622)); +#9812=CARTESIAN_POINT('',(20.010273890503,140.472414064886,267.805971389751)); +#9813=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,267.809109172829)); +#9814=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,267.82165425534)); +#9815=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,267.834188420662)); +#9816=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,267.884226295667)); +#9817=CARTESIAN_POINT('',(20.138392807877,142.352742965486,267.934090307125)); +#9818=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,268.000000029808)); +#9819=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,268.000000029808)); +#9820=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,267.934088395023)); +#9821=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,267.884222783118)); +#9822=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,267.834183009788)); +#9823=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,267.821648296499)); +#9824=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,267.809102521744)); +#9825=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,267.80596452963)); +#9826=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,267.802825852956)); +#9827=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,267.802041033004)); +#9828=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,267.800994635387)); +#9829=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,267.800732991047)); +#9830=CARTESIAN_POINT('',(20.0050354789155,80.,267.800732978163)); +#9831=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,268.000000029808)); +#9832=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,268.065909752491)); +#9833=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,268.115773763949)); +#9834=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,268.165811638954)); +#9835=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,268.178345804276)); +#9836=CARTESIAN_POINT('',(20.0134116735813,140.590453332223,268.190890886787)); +#9837=CARTESIAN_POINT('',(20.0102738905027,140.472414064873,268.194028669865)); +#9838=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,268.197167065771)); +#9839=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,268.197951797599)); +#9840=CARTESIAN_POINT('',(20.005304530409,140.118121765627,268.198998029959)); +#9841=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,268.199259597153)); +#9842=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199259538402)); +#9843=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,268.000000029808)); +#9844=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,268.000000029808)); +#9845=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800740521214)); +#9846=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,247.800740462462)); +#9847=CARTESIAN_POINT('',(20.005304545805,140.118123503666,247.801002045053)); +#9848=CARTESIAN_POINT('',(20.006350778155,140.236232235784,247.802048277403)); +#9849=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,247.802833024622)); +#9850=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,247.805971389751)); +#9851=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,247.809109172829)); +#9852=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,247.82165425534)); +#9853=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,247.834188420662)); +#9854=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,247.884226295667)); +#9855=CARTESIAN_POINT('',(20.138392807877,142.352742965486,247.934090307125)); +#9856=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,248.000000029808)); +#9857=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,248.000000029808)); +#9858=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,247.934088395023)); +#9859=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,247.884222783118)); +#9860=CARTESIAN_POINT('',(20.0384855105404,78.819991507956,247.834183009788)); +#9861=CARTESIAN_POINT('',(20.0259507972513,79.0555831592389,247.821648296499)); +#9862=CARTESIAN_POINT('',(20.0134050224963,79.4095400602658,247.809102521744)); +#9863=CARTESIAN_POINT('',(20.0102670303819,79.5275806440147,247.80596452963)); +#9864=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,247.802825852956)); +#9865=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,247.802041033004)); +#9866=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,247.800994635387)); +#9867=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,247.800732991047)); +#9868=CARTESIAN_POINT('',(20.0050354789155,80.,247.800732978163)); +#9869=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,248.000000029808)); +#9870=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,248.065909752491)); +#9871=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,248.115773763949)); +#9872=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,248.165811638954)); +#9873=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,248.178345804276)); +#9874=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,248.190890886787)); +#9875=CARTESIAN_POINT('',(20.010273890503,140.472414064887,248.194028669865)); +#9876=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,248.197167065771)); +#9877=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,248.197951797599)); +#9878=CARTESIAN_POINT('',(20.005304530409,140.118121765627,248.198998029959)); +#9879=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,248.199259597153)); +#9880=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199259538402)); +#9881=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,248.000000029808)); +#9882=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,248.000000029808)); +#9883=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199259538403)); +#9884=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,250.199259597155)); +#9885=CARTESIAN_POINT('',(20.005304545805,140.118123503666,250.198998014564)); +#9886=CARTESIAN_POINT('',(20.006350778155,140.236232235784,250.197951782214)); +#9887=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,250.197167034995)); +#9888=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,250.194028669866)); +#9889=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,250.190890886788)); +#9890=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,250.178345804277)); +#9891=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,250.165811638955)); +#9892=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,250.11577376395)); +#9893=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,250.065909752492)); +#9894=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,250.000000029809)); +#9895=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,250.000000029809)); +#9896=CARTESIAN_POINT('',(20.1383908957747,77.6472311228429,250.065911664594)); +#9897=CARTESIAN_POINT('',(20.0885252838702,78.1145417482035,250.115777276499)); +#9898=CARTESIAN_POINT('',(20.0384855105403,78.8199915079581,250.165817049829)); +#9899=CARTESIAN_POINT('',(20.0259507972513,79.0555831592367,250.178351763118)); +#9900=CARTESIAN_POINT('',(20.0134050224961,79.4095400602694,250.190897537873)); +#9901=CARTESIAN_POINT('',(20.010267030382,79.5275806440111,250.194035529987)); +#9902=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,250.197174206661)); +#9903=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,250.197959026613)); +#9904=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,250.19900542423)); +#9905=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,250.19926706857)); +#9906=CARTESIAN_POINT('',(20.0050354789155,80.,250.199267081454)); +#9907=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,250.000000029809)); +#9908=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,249.934090307126)); +#9909=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,249.884226295668)); +#9910=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,249.834188420663)); +#9911=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,249.821654255341)); +#9912=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,249.80910917283)); +#9913=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,249.805971389752)); +#9914=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,249.802832993846)); +#9915=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,249.802048262018)); +#9916=CARTESIAN_POINT('',(20.005304530409,140.118121765627,249.801002029658)); +#9917=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,249.800740462464)); +#9918=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800740521215)); +#9919=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,250.000000029809)); +#9920=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,250.000000029809)); +#9921=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199259538403)); +#9922=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,254.199259597155)); +#9923=CARTESIAN_POINT('',(20.005304545805,140.118123503666,254.198998014564)); +#9924=CARTESIAN_POINT('',(20.006350778155,140.236232235784,254.197951782214)); +#9925=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,254.197167034995)); +#9926=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,254.194028669866)); +#9927=CARTESIAN_POINT('',(20.013411673581,140.590453332215,254.190890886788)); +#9928=CARTESIAN_POINT('',(20.0259567560924,140.944406296888,254.178345804277)); +#9929=CARTESIAN_POINT('',(20.038490921414,141.17999534549,254.165811638955)); +#9930=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,254.11577376395)); +#9931=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,254.065909752492)); +#9932=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,254.000000029809)); +#9933=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,254.000000029809)); +#9934=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,253.934090307126)); +#9935=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,253.884226295668)); +#9936=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,253.834188420663)); +#9937=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,253.821654255341)); +#9938=CARTESIAN_POINT('',(20.013411673581,140.590453332216,253.80910917283)); +#9939=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,253.805971389752)); +#9940=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,253.802832993846)); +#9941=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,253.802048262018)); +#9942=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,253.801002029658)); +#9943=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,253.800740462464)); +#9944=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800740521215)); +#9945=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,254.000000029809)); +#9946=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,254.000000029809)); +#9947=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800740521214)); +#9948=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,251.800740462462)); +#9949=CARTESIAN_POINT('',(20.005304545805,140.118123503666,251.801002045053)); +#9950=CARTESIAN_POINT('',(20.006350778155,140.236232235784,251.802048277403)); +#9951=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,251.802833024622)); +#9952=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,251.805971389751)); +#9953=CARTESIAN_POINT('',(20.0134116735809,140.590453332211,251.809109172829)); +#9954=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,251.82165425534)); +#9955=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,251.834188420662)); +#9956=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,251.884226295667)); +#9957=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,251.934090307125)); +#9958=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,252.000000029808)); +#9959=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,252.000000029808)); +#9960=CARTESIAN_POINT('',(20.138390895775,77.6472311228407,251.934088395023)); +#9961=CARTESIAN_POINT('',(20.08852528387,78.1145417482057,251.884222783118)); +#9962=CARTESIAN_POINT('',(20.0384855105404,78.8199915079563,251.834183009788)); +#9963=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,251.821648296499)); +#9964=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,251.809102521744)); +#9965=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,251.80596452963)); +#9966=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,251.802825852956)); +#9967=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,251.802041033004)); +#9968=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,251.800994635387)); +#9969=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,251.800732991047)); +#9970=CARTESIAN_POINT('',(20.0050354789155,80.,251.800732978163)); +#9971=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,252.000000029808)); +#9972=CARTESIAN_POINT('',(20.1383928078769,142.352742965485,252.065909752491)); +#9973=CARTESIAN_POINT('',(20.0885287964189,141.885437368676,252.115773763949)); +#9974=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,252.165811638954)); +#9975=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,252.178345804276)); +#9976=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,252.190890886787)); +#9977=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,252.194028669865)); +#9978=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,252.197167065771)); +#9979=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,252.197951797599)); +#9980=CARTESIAN_POINT('',(20.005304530409,140.118121765627,252.198998029959)); +#9981=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,252.199259597153)); +#9982=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199259538402)); +#9983=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,252.000000029808)); +#9984=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,252.000000029808)); +#9985=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199259538403)); +#9986=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,262.199259597155)); +#9987=CARTESIAN_POINT('',(20.005304545805,140.118123503666,262.198998014564)); +#9988=CARTESIAN_POINT('',(20.006350778155,140.236232235784,262.197951782214)); +#9989=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,262.197167034995)); +#9990=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,262.194028669866)); +#9991=CARTESIAN_POINT('',(20.013411673581,140.590453332215,262.190890886788)); +#9992=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,262.178345804277)); +#9993=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,262.165811638955)); +#9994=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,262.11577376395)); +#9995=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,262.065909752492)); +#9996=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,262.000000029809)); +#9997=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,262.000000029809)); +#9998=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,262.065911664594)); +#9999=CARTESIAN_POINT('',(20.0885252838701,78.1145417482041,262.115777276499)); +#10000=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,262.165817049829)); +#10001=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,262.178351763118)); +#10002=CARTESIAN_POINT('',(20.0134050224964,79.4095400602626,262.190897537873)); +#10003=CARTESIAN_POINT('',(20.0102670303819,79.5275806440178,262.194035529987)); +#10004=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,262.197174206661)); +#10005=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,262.197959026613)); +#10006=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,262.19900542423)); +#10007=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,262.19926706857)); +#10008=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,262.199267081454)); +#10009=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,262.000000029809)); +#10010=CARTESIAN_POINT('',(20.138392807877,142.352742965486,261.934090307126)); +#10011=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,261.884226295668)); +#10012=CARTESIAN_POINT('',(20.038490921414,141.17999534549,261.834188420663)); +#10013=CARTESIAN_POINT('',(20.0259567560924,140.944406296888,261.821654255341)); +#10014=CARTESIAN_POINT('',(20.013411673581,140.590453332215,261.80910917283)); +#10015=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,261.805971389752)); +#10016=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,261.802832993846)); +#10017=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,261.802048262018)); +#10018=CARTESIAN_POINT('',(20.005304530409,140.118121765627,261.801002029658)); +#10019=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,261.800740462464)); +#10020=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800740521215)); +#10021=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,262.000000029809)); +#10022=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,262.000000029809)); +#10023=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800740521214)); +#10024=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,259.800740462462)); +#10025=CARTESIAN_POINT('',(20.005304545805,140.118123503666,259.801002045053)); +#10026=CARTESIAN_POINT('',(20.006350778155,140.236232235784,259.802048277403)); +#10027=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,259.802833024622)); +#10028=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,259.805971389751)); +#10029=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,259.809109172829)); +#10030=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,259.82165425534)); +#10031=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,259.834188420662)); +#10032=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,259.884226295667)); +#10033=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,259.934090307125)); +#10034=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,260.000000029808)); +#10035=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,260.000000029808)); +#10036=CARTESIAN_POINT('',(20.1383908957747,77.6472311228424,259.934088395023)); +#10037=CARTESIAN_POINT('',(20.0885252838701,78.1145417482039,259.884222783118)); +#10038=CARTESIAN_POINT('',(20.0384855105406,78.819991507954,259.834183009788)); +#10039=CARTESIAN_POINT('',(20.0259507972512,79.0555831592409,259.821648296499)); +#10040=CARTESIAN_POINT('',(20.0134050224961,79.409540060271,259.809102521744)); +#10041=CARTESIAN_POINT('',(20.010267030382,79.5275806440094,259.80596452963)); +#10042=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,259.802825852956)); +#10043=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,259.802041033004)); +#10044=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,259.800994635387)); +#10045=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,259.800732991047)); +#10046=CARTESIAN_POINT('',(20.0050354789155,80.,259.800732978163)); +#10047=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,260.000000029808)); +#10048=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,260.065909752491)); +#10049=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,260.115773763949)); +#10050=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,260.165811638954)); +#10051=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,260.178345804276)); +#10052=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,260.190890886787)); +#10053=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,260.194028669865)); +#10054=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,260.197167065771)); +#10055=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,260.197951797599)); +#10056=CARTESIAN_POINT('',(20.005304530409,140.118121765627,260.198998029959)); +#10057=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,260.199259597153)); +#10058=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199259538402)); +#10059=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,260.000000029808)); +#10060=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,260.000000029808)); +#10061=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800740521214)); +#10062=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,255.800740462462)); +#10063=CARTESIAN_POINT('',(20.005304545805,140.118123503666,255.801002045053)); +#10064=CARTESIAN_POINT('',(20.006350778155,140.236232235784,255.802048277403)); +#10065=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,255.802833024622)); +#10066=CARTESIAN_POINT('',(20.0102738905027,140.472414064875,255.805971389751)); +#10067=CARTESIAN_POINT('',(20.0134116735812,140.590453332222,255.809109172829)); +#10068=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,255.82165425534)); +#10069=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,255.834188420662)); +#10070=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,255.884226295667)); +#10071=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,255.934090307125)); +#10072=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,256.000000029808)); +#10073=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,256.000000029808)); +#10074=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,255.934088395023)); +#10075=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,255.884222783118)); +#10076=CARTESIAN_POINT('',(20.0384855105402,78.8199915079592,255.834183009788)); +#10077=CARTESIAN_POINT('',(20.0259507972514,79.0555831592357,255.821648296499)); +#10078=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,255.809102521744)); +#10079=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,255.80596452963)); +#10080=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,255.802825852956)); +#10081=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,255.802041033004)); +#10082=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,255.800994635387)); +#10083=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,255.800732991047)); +#10084=CARTESIAN_POINT('',(20.0050354789155,80.,255.800732978163)); +#10085=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,256.000000029808)); +#10086=CARTESIAN_POINT('',(20.1383928078769,142.352742965485,256.065909752491)); +#10087=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,256.115773763949)); +#10088=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,256.165811638954)); +#10089=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,256.178345804276)); +#10090=CARTESIAN_POINT('',(20.013411673581,140.590453332215,256.190890886787)); +#10091=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,256.194028669865)); +#10092=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,256.197167065771)); +#10093=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,256.197951797599)); +#10094=CARTESIAN_POINT('',(20.005304530409,140.118121765627,256.198998029959)); +#10095=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,256.199259597153)); +#10096=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199259538402)); +#10097=CARTESIAN_POINT('',(20.0050354789155,80.,256.199267081453)); +#10098=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,256.199267068568)); +#10099=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,256.199005408831)); +#10100=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,256.197959011224)); +#10101=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,256.197174175881)); +#10102=CARTESIAN_POINT('',(20.0102670303819,79.5275806440179,256.194035529986)); +#10103=CARTESIAN_POINT('',(20.0134050224964,79.4095400602626,256.190897537872)); +#10104=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,256.178351763117)); +#10105=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,256.165817049828)); +#10106=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,256.115777276498)); +#10107=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,256.065911664593)); +#10108=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,256.000000029808)); +#10109=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,256.000000029808)); +#10110=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,256.000000029808)); +#10111=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199259538403)); +#10112=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,258.199259597155)); +#10113=CARTESIAN_POINT('',(20.005304545805,140.118123503666,258.198998014564)); +#10114=CARTESIAN_POINT('',(20.006350778155,140.236232235784,258.197951782214)); +#10115=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,258.197167034995)); +#10116=CARTESIAN_POINT('',(20.010273890503,140.472414064888,258.194028669866)); +#10117=CARTESIAN_POINT('',(20.0134116735807,140.590453332208,258.190890886788)); +#10118=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,258.178345804277)); +#10119=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,258.165811638955)); +#10120=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,258.11577376395)); +#10121=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,258.065909752492)); +#10122=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,258.000000029809)); +#10123=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,258.000000029809)); +#10124=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,258.065911664594)); +#10125=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,258.115777276499)); +#10126=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,258.165817049829)); +#10127=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,258.178351763118)); +#10128=CARTESIAN_POINT('',(20.0134050224961,79.4095400602712,258.190897537873)); +#10129=CARTESIAN_POINT('',(20.010267030382,79.5275806440093,258.194035529987)); +#10130=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,258.197174206661)); +#10131=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,258.197959026613)); +#10132=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,258.19900542423)); +#10133=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,258.19926706857)); +#10134=CARTESIAN_POINT('',(20.0050354789155,80.,258.199267081454)); +#10135=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,258.000000029809)); +#10136=CARTESIAN_POINT('',(20.1383928078769,142.352742965485,257.934090307126)); +#10137=CARTESIAN_POINT('',(20.0885287964189,141.885437368676,257.884226295668)); +#10138=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,257.834188420663)); +#10139=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,257.821654255341)); +#10140=CARTESIAN_POINT('',(20.0134116735812,140.590453332221,257.80910917283)); +#10141=CARTESIAN_POINT('',(20.0102738905028,140.472414064875,257.805971389752)); +#10142=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,257.802832993846)); +#10143=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,257.802048262018)); +#10144=CARTESIAN_POINT('',(20.005304530409,140.118121765627,257.801002029658)); +#10145=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,257.800740462464)); +#10146=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800740521215)); +#10147=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,258.000000029809)); +#10148=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,258.000000029809)); +#10149=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800740521214)); +#10150=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,215.800740462462)); +#10151=CARTESIAN_POINT('',(20.005304545805,140.118123503666,215.801002045053)); +#10152=CARTESIAN_POINT('',(20.006350778155,140.236232235784,215.802048277403)); +#10153=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,215.802833024622)); +#10154=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,215.805971389751)); +#10155=CARTESIAN_POINT('',(20.013411673581,140.590453332216,215.809109172829)); +#10156=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,215.82165425534)); +#10157=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,215.834188420662)); +#10158=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,215.884226295667)); +#10159=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,215.934090307125)); +#10160=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,216.000000029808)); +#10161=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,216.000000029808)); +#10162=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,215.934088395023)); +#10163=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,215.884222783118)); +#10164=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,215.834183009788)); +#10165=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,215.821648296499)); +#10166=CARTESIAN_POINT('',(20.0134050224965,79.4095400602603,215.809102521744)); +#10167=CARTESIAN_POINT('',(20.0102670303818,79.5275806440202,215.80596452963)); +#10168=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,215.802825852956)); +#10169=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,215.802041033004)); +#10170=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,215.800994635387)); +#10171=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,215.800732991047)); +#10172=CARTESIAN_POINT('',(20.0050354789155,80.,215.800732978164)); +#10173=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,216.000000029808)); +#10174=CARTESIAN_POINT('',(20.138392807877,142.352742965486,216.065909752491)); +#10175=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,216.115773763949)); +#10176=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,216.165811638954)); +#10177=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,216.178345804276)); +#10178=CARTESIAN_POINT('',(20.013411673581,140.590453332216,216.190890886787)); +#10179=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,216.194028669865)); +#10180=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,216.197167065771)); +#10181=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,216.197951797599)); +#10182=CARTESIAN_POINT('',(20.005304530409,140.118121765627,216.198998029959)); +#10183=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,216.199259597153)); +#10184=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199259538402)); +#10185=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,216.000000029808)); +#10186=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,216.000000029808)); +#10187=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199259538403)); +#10188=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,218.199259597155)); +#10189=CARTESIAN_POINT('',(20.005304545805,140.118123503666,218.198998014564)); +#10190=CARTESIAN_POINT('',(20.006350778155,140.236232235784,218.197951782214)); +#10191=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,218.197167034995)); +#10192=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,218.194028669866)); +#10193=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,218.190890886788)); +#10194=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,218.178345804277)); +#10195=CARTESIAN_POINT('',(20.0384909214141,141.179995345491,218.165811638955)); +#10196=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,218.11577376395)); +#10197=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,218.065909752492)); +#10198=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,218.000000029809)); +#10199=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,218.000000029809)); +#10200=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,217.934090307126)); +#10201=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,217.884226295668)); +#10202=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,217.834188420663)); +#10203=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,217.821654255341)); +#10204=CARTESIAN_POINT('',(20.013411673581,140.590453332215,217.80910917283)); +#10205=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,217.805971389752)); +#10206=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,217.802832993846)); +#10207=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,217.802048262018)); +#10208=CARTESIAN_POINT('',(20.005304530409,140.118121765627,217.801002029658)); +#10209=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,217.800740462464)); +#10210=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800740521215)); +#10211=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,218.000000029809)); +#10212=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,218.000000029809)); +#10213=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199259538403)); +#10214=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,222.199259597155)); +#10215=CARTESIAN_POINT('',(20.005304545805,140.118123503666,222.198998014564)); +#10216=CARTESIAN_POINT('',(20.006350778155,140.236232235784,222.197951782214)); +#10217=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,222.197167034995)); +#10218=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,222.194028669866)); +#10219=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,222.190890886788)); +#10220=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,222.178345804277)); +#10221=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,222.165811638955)); +#10222=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,222.11577376395)); +#10223=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,222.065909752492)); +#10224=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,222.000000029809)); +#10225=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,222.000000029809)); +#10226=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,222.065911664594)); +#10227=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,222.115777276499)); +#10228=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,222.165817049829)); +#10229=CARTESIAN_POINT('',(20.0259507972513,79.0555831592368,222.178351763118)); +#10230=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,222.190897537873)); +#10231=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,222.194035529987)); +#10232=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,222.197174206661)); +#10233=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,222.197959026613)); +#10234=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,222.19900542423)); +#10235=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,222.19926706857)); +#10236=CARTESIAN_POINT('',(20.0050354789155,80.,222.199267081454)); +#10237=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,222.000000029809)); +#10238=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,221.934090307126)); +#10239=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,221.884226295668)); +#10240=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,221.834188420663)); +#10241=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,221.821654255341)); +#10242=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,221.80910917283)); +#10243=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,221.805971389752)); +#10244=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,221.802832993846)); +#10245=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,221.802048262018)); +#10246=CARTESIAN_POINT('',(20.005304530409,140.118121765627,221.801002029658)); +#10247=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,221.800740462464)); +#10248=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800740521215)); +#10249=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,222.000000029809)); +#10250=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,222.000000029809)); +#10251=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800740521214)); +#10252=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,219.800740462462)); +#10253=CARTESIAN_POINT('',(20.005304545805,140.118123503666,219.801002045053)); +#10254=CARTESIAN_POINT('',(20.006350778155,140.236232235784,219.802048277403)); +#10255=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,219.802833024622)); +#10256=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,219.805971389751)); +#10257=CARTESIAN_POINT('',(20.013411673581,140.590453332215,219.809109172829)); +#10258=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,219.82165425534)); +#10259=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,219.834188420662)); +#10260=CARTESIAN_POINT('',(20.0885287964187,141.885437368672,219.884226295667)); +#10261=CARTESIAN_POINT('',(20.1383928078774,142.352742965489,219.934090307125)); +#10262=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,220.000000029808)); +#10263=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,220.000000029808)); +#10264=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,220.065909752491)); +#10265=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,220.115773763949)); +#10266=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,220.165811638954)); +#10267=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,220.178345804276)); +#10268=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,220.190890886787)); +#10269=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,220.194028669865)); +#10270=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,220.197167065771)); +#10271=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,220.197951797599)); +#10272=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,220.198998029959)); +#10273=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,220.199259597153)); +#10274=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199259538402)); +#10275=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,220.000000029808)); +#10276=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,220.000000029808)); +#10277=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199259538403)); +#10278=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,230.199259597155)); +#10279=CARTESIAN_POINT('',(20.005304545805,140.118123503666,230.198998014564)); +#10280=CARTESIAN_POINT('',(20.006350778155,140.236232235784,230.197951782214)); +#10281=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,230.197167034995)); +#10282=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,230.194028669866)); +#10283=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,230.190890886788)); +#10284=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,230.178345804277)); +#10285=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,230.165811638955)); +#10286=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,230.11577376395)); +#10287=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,230.065909752492)); +#10288=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,230.000000029809)); +#10289=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,230.000000029809)); +#10290=CARTESIAN_POINT('',(20.1383908957747,77.6472311228427,230.065911664594)); +#10291=CARTESIAN_POINT('',(20.0885252838702,78.1145417482037,230.115777276499)); +#10292=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,230.165817049829)); +#10293=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,230.178351763118)); +#10294=CARTESIAN_POINT('',(20.0134050224962,79.4095400602682,230.190897537873)); +#10295=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,230.194035529987)); +#10296=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,230.197174206661)); +#10297=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,230.197959026613)); +#10298=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,230.19900542423)); +#10299=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,230.19926706857)); +#10300=CARTESIAN_POINT('',(20.0050354789155,80.,230.199267081454)); +#10301=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,230.000000029809)); +#10302=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,229.934090307126)); +#10303=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,229.884226295668)); +#10304=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,229.834188420663)); +#10305=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,229.821654255341)); +#10306=CARTESIAN_POINT('',(20.013411673581,140.590453332217,229.80910917283)); +#10307=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,229.805971389752)); +#10308=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,229.802832993846)); +#10309=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,229.802048262018)); +#10310=CARTESIAN_POINT('',(20.005304530409,140.118121765627,229.801002029658)); +#10311=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,229.800740462464)); +#10312=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800740521215)); +#10313=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,230.000000029809)); +#10314=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,230.000000029809)); +#10315=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800740521214)); +#10316=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,227.800740462462)); +#10317=CARTESIAN_POINT('',(20.005304545805,140.118123503666,227.801002045053)); +#10318=CARTESIAN_POINT('',(20.006350778155,140.236232235784,227.802048277403)); +#10319=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,227.802833024622)); +#10320=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,227.805971389751)); +#10321=CARTESIAN_POINT('',(20.013411673581,140.590453332216,227.809109172829)); +#10322=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,227.82165425534)); +#10323=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,227.834188420662)); +#10324=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,227.884226295667)); +#10325=CARTESIAN_POINT('',(20.138392807877,142.352742965486,227.934090307125)); +#10326=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,228.000000029808)); +#10327=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,228.000000029808)); +#10328=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,227.934088395023)); +#10329=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,227.884222783118)); +#10330=CARTESIAN_POINT('',(20.0384855105403,78.8199915079579,227.834183009788)); +#10331=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,227.821648296499)); +#10332=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,227.809102521744)); +#10333=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,227.80596452963)); +#10334=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,227.802825852956)); +#10335=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,227.802041033004)); +#10336=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,227.800994635387)); +#10337=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,227.800732991047)); +#10338=CARTESIAN_POINT('',(20.0050354789155,80.,227.800732978163)); +#10339=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,228.000000029808)); +#10340=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,228.065909752491)); +#10341=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,228.115773763949)); +#10342=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,228.165811638954)); +#10343=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,228.178345804276)); +#10344=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,228.190890886787)); +#10345=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,228.194028669865)); +#10346=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,228.197167065771)); +#10347=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,228.197951797599)); +#10348=CARTESIAN_POINT('',(20.005304530409,140.118121765627,228.198998029959)); +#10349=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,228.199259597153)); +#10350=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199259538402)); +#10351=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,228.000000029808)); +#10352=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,228.000000029808)); +#10353=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800740521214)); +#10354=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,223.800740462462)); +#10355=CARTESIAN_POINT('',(20.005304545805,140.118123503666,223.801002045053)); +#10356=CARTESIAN_POINT('',(20.006350778155,140.236232235784,223.802048277403)); +#10357=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,223.802833024622)); +#10358=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,223.805971389751)); +#10359=CARTESIAN_POINT('',(20.013411673581,140.590453332216,223.809109172829)); +#10360=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,223.82165425534)); +#10361=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,223.834188420662)); +#10362=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,223.884226295667)); +#10363=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,223.934090307125)); +#10364=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,224.000000029808)); +#10365=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,224.000000029808)); +#10366=CARTESIAN_POINT('',(20.1383908957747,77.6472311228425,223.934088395023)); +#10367=CARTESIAN_POINT('',(20.0885252838702,78.1145417482038,223.884222783118)); +#10368=CARTESIAN_POINT('',(20.0384855105403,78.8199915079581,223.834183009788)); +#10369=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,223.821648296499)); +#10370=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,223.809102521744)); +#10371=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,223.80596452963)); +#10372=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,223.802825852956)); +#10373=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,223.802041033004)); +#10374=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,223.800994635387)); +#10375=CARTESIAN_POINT('',(20.0050354917993,79.9409412060493,223.800732991047)); +#10376=CARTESIAN_POINT('',(20.0050354789155,80.,223.800732978163)); +#10377=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,224.000000029808)); +#10378=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,224.065909752491)); +#10379=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,224.115773763949)); +#10380=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,224.165811638954)); +#10381=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,224.178345804276)); +#10382=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,224.190890886787)); +#10383=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,224.194028669865)); +#10384=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,224.197167065771)); +#10385=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,224.197951797599)); +#10386=CARTESIAN_POINT('',(20.005304530409,140.118121765627,224.198998029959)); +#10387=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,224.199259597153)); +#10388=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199259538402)); +#10389=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,224.000000029808)); +#10390=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,224.000000029808)); +#10391=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199259538403)); +#10392=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,226.199259597155)); +#10393=CARTESIAN_POINT('',(20.005304545805,140.118123503666,226.198998014564)); +#10394=CARTESIAN_POINT('',(20.006350778155,140.236232235784,226.197951782214)); +#10395=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,226.197167034995)); +#10396=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,226.194028669866)); +#10397=CARTESIAN_POINT('',(20.013411673581,140.590453332216,226.190890886788)); +#10398=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,226.178345804277)); +#10399=CARTESIAN_POINT('',(20.0384909214141,141.179995345491,226.165811638955)); +#10400=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,226.11577376395)); +#10401=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,226.065909752492)); +#10402=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,226.000000029809)); +#10403=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,226.000000029809)); +#10404=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,226.065911664594)); +#10405=CARTESIAN_POINT('',(20.0885252838701,78.1145417482054,226.115777276499)); +#10406=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,226.165817049829)); +#10407=CARTESIAN_POINT('',(20.0259507972513,79.0555831592367,226.178351763118)); +#10408=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,226.190897537873)); +#10409=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,226.194035529987)); +#10410=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,226.197174206661)); +#10411=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,226.197959026613)); +#10412=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,226.19900542423)); +#10413=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,226.19926706857)); +#10414=CARTESIAN_POINT('',(20.0050354789155,80.,226.199267081454)); +#10415=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,226.000000029809)); +#10416=CARTESIAN_POINT('',(20.138392807877,142.352742965486,225.934090307126)); +#10417=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,225.884226295668)); +#10418=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,225.834188420663)); +#10419=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,225.821654255341)); +#10420=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,225.80910917283)); +#10421=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,225.805971389752)); +#10422=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,225.802832993846)); +#10423=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,225.802048262018)); +#10424=CARTESIAN_POINT('',(20.005304530409,140.118121765627,225.801002029658)); +#10425=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,225.800740462464)); +#10426=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800740521215)); +#10427=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,226.000000029809)); +#10428=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,226.000000029809)); +#10429=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199259538403)); +#10430=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,246.199259597155)); +#10431=CARTESIAN_POINT('',(20.005304545805,140.118123503666,246.198998014564)); +#10432=CARTESIAN_POINT('',(20.006350778155,140.236232235784,246.197951782214)); +#10433=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,246.197167034995)); +#10434=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,246.194028669866)); +#10435=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,246.190890886788)); +#10436=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,246.178345804277)); +#10437=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,246.165811638955)); +#10438=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,246.11577376395)); +#10439=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,246.065909752492)); +#10440=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,246.000000029809)); +#10441=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,246.000000029809)); +#10442=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,246.065911664594)); +#10443=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,246.115777276499)); +#10444=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,246.165817049829)); +#10445=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,246.178351763118)); +#10446=CARTESIAN_POINT('',(20.0134050224963,79.409540060265,246.190897537873)); +#10447=CARTESIAN_POINT('',(20.0102670303819,79.5275806440155,246.194035529987)); +#10448=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,246.197174206661)); +#10449=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,246.197959026613)); +#10450=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,246.19900542423)); +#10451=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,246.19926706857)); +#10452=CARTESIAN_POINT('',(20.0050354789155,80.,246.199267081454)); +#10453=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,246.000000029809)); +#10454=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,245.934090307126)); +#10455=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,245.884226295668)); +#10456=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,245.834188420663)); +#10457=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,245.821654255341)); +#10458=CARTESIAN_POINT('',(20.013411673581,140.590453332216,245.80910917283)); +#10459=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,245.805971389752)); +#10460=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,245.802832993846)); +#10461=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,245.802048262018)); +#10462=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,245.801002029658)); +#10463=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,245.800740462464)); +#10464=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800740521215)); +#10465=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,246.000000029809)); +#10466=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,246.000000029809)); +#10467=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800740521214)); +#10468=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,243.800740462462)); +#10469=CARTESIAN_POINT('',(20.005304545805,140.118123503666,243.801002045053)); +#10470=CARTESIAN_POINT('',(20.006350778155,140.236232235784,243.802048277403)); +#10471=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,243.802833024622)); +#10472=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,243.805971389751)); +#10473=CARTESIAN_POINT('',(20.0134116735811,140.590453332218,243.809109172829)); +#10474=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,243.82165425534)); +#10475=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,243.834188420662)); +#10476=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,243.884226295667)); +#10477=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,243.934090307125)); +#10478=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,244.000000029808)); +#10479=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,244.000000029808)); +#10480=CARTESIAN_POINT('',(20.138390895775,77.6472311228402,243.934088395023)); +#10481=CARTESIAN_POINT('',(20.08852528387,78.1145417482062,243.884222783118)); +#10482=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,243.834183009788)); +#10483=CARTESIAN_POINT('',(20.0259507972513,79.0555831592367,243.821648296499)); +#10484=CARTESIAN_POINT('',(20.0134050224961,79.4095400602695,243.809102521744)); +#10485=CARTESIAN_POINT('',(20.010267030382,79.5275806440111,243.80596452963)); +#10486=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,243.802825852956)); +#10487=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,243.802041033004)); +#10488=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,243.800994635387)); +#10489=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,243.800732991047)); +#10490=CARTESIAN_POINT('',(20.0050354789155,80.,243.800732978163)); +#10491=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,244.000000029808)); +#10492=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,244.065909752491)); +#10493=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,244.11577376395)); +#10494=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,244.165811638954)); +#10495=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,244.178345804276)); +#10496=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,244.190890886787)); +#10497=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,244.194028669865)); +#10498=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,244.197167065771)); +#10499=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,244.197951797599)); +#10500=CARTESIAN_POINT('',(20.005304530409,140.118121765627,244.198998029959)); +#10501=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,244.199259597153)); +#10502=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199259538402)); +#10503=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,244.000000029808)); +#10504=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,244.000000029808)); +#10505=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800740521214)); +#10506=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,239.800740462462)); +#10507=CARTESIAN_POINT('',(20.005304545805,140.118123503666,239.801002045053)); +#10508=CARTESIAN_POINT('',(20.006350778155,140.236232235784,239.802048277403)); +#10509=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,239.802833024622)); +#10510=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,239.805971389751)); +#10511=CARTESIAN_POINT('',(20.013411673581,140.590453332217,239.809109172829)); +#10512=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,239.82165425534)); +#10513=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,239.834188420662)); +#10514=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,239.884226295667)); +#10515=CARTESIAN_POINT('',(20.138392807877,142.352742965486,239.934090307125)); +#10516=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,240.000000029808)); +#10517=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,240.000000029808)); +#10518=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,239.934088395023)); +#10519=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,239.884222783118)); +#10520=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,239.834183009788)); +#10521=CARTESIAN_POINT('',(20.0259507972514,79.0555831592366,239.821648296499)); +#10522=CARTESIAN_POINT('',(20.0134050224964,79.4095400602618,239.809102521744)); +#10523=CARTESIAN_POINT('',(20.0102670303819,79.5275806440187,239.80596452963)); +#10524=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,239.802825852956)); +#10525=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,239.802041033004)); +#10526=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,239.800994635387)); +#10527=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,239.800732991047)); +#10528=CARTESIAN_POINT('',(20.0050354789155,80.,239.800732978163)); +#10529=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,240.000000029808)); +#10530=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,240.065909752491)); +#10531=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,240.115773763949)); +#10532=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,240.165811638954)); +#10533=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,240.178345804276)); +#10534=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,240.190890886787)); +#10535=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,240.194028669865)); +#10536=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,240.197167065771)); +#10537=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,240.197951797599)); +#10538=CARTESIAN_POINT('',(20.005304530409,140.118121765627,240.198998029959)); +#10539=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,240.199259597153)); +#10540=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199259538402)); +#10541=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,240.000000029808)); +#10542=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,240.000000029808)); +#10543=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199259538403)); +#10544=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,242.199259597155)); +#10545=CARTESIAN_POINT('',(20.005304545805,140.118123503666,242.198998014564)); +#10546=CARTESIAN_POINT('',(20.006350778155,140.236232235784,242.197951782214)); +#10547=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,242.197167034995)); +#10548=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,242.194028669866)); +#10549=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,242.190890886788)); +#10550=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,242.178345804277)); +#10551=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,242.165811638955)); +#10552=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,242.11577376395)); +#10553=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,242.065909752492)); +#10554=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,242.000000029809)); +#10555=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,242.000000029809)); +#10556=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,242.065911664594)); +#10557=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,242.115777276499)); +#10558=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,242.165817049829)); +#10559=CARTESIAN_POINT('',(20.0259507972513,79.0555831592367,242.178351763118)); +#10560=CARTESIAN_POINT('',(20.0134050224963,79.4095400602657,242.190897537873)); +#10561=CARTESIAN_POINT('',(20.0102670303819,79.5275806440149,242.194035529987)); +#10562=CARTESIAN_POINT('',(20.0071283537079,79.7047118264418,242.197174206661)); +#10563=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,242.197959026613)); +#10564=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,242.19900542423)); +#10565=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,242.19926706857)); +#10566=CARTESIAN_POINT('',(20.0050354789155,80.,242.199267081454)); +#10567=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,242.000000029809)); +#10568=CARTESIAN_POINT('',(20.138392807877,142.352742965486,241.934090307126)); +#10569=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,241.884226295668)); +#10570=CARTESIAN_POINT('',(20.0384909214141,141.179995345491,241.834188420663)); +#10571=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,241.821654255341)); +#10572=CARTESIAN_POINT('',(20.0134116735808,140.590453332209,241.80910917283)); +#10573=CARTESIAN_POINT('',(20.010273890503,140.472414064888,241.805971389752)); +#10574=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,241.802832993846)); +#10575=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,241.802048262018)); +#10576=CARTESIAN_POINT('',(20.005304530409,140.118121765627,241.801002029658)); +#10577=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,241.800740462464)); +#10578=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800740521215)); +#10579=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,242.000000029809)); +#10580=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,242.000000029809)); +#10581=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800740521214)); +#10582=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,231.800740462462)); +#10583=CARTESIAN_POINT('',(20.005304545805,140.118123503666,231.801002045053)); +#10584=CARTESIAN_POINT('',(20.006350778155,140.236232235784,231.802048277403)); +#10585=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,231.802833024622)); +#10586=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,231.805971389751)); +#10587=CARTESIAN_POINT('',(20.013411673581,140.590453332216,231.809109172829)); +#10588=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,231.82165425534)); +#10589=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,231.834188420662)); +#10590=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,231.884226295667)); +#10591=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,231.934090307125)); +#10592=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,232.000000029808)); +#10593=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,232.000000029808)); +#10594=CARTESIAN_POINT('',(20.138390895775,77.6472311228408,231.934088395023)); +#10595=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,231.884222783118)); +#10596=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,231.834183009788)); +#10597=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,231.821648296499)); +#10598=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,231.809102521744)); +#10599=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,231.80596452963)); +#10600=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,231.802825852956)); +#10601=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,231.802041033004)); +#10602=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,231.800994635387)); +#10603=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,231.800732991047)); +#10604=CARTESIAN_POINT('',(20.0050354789155,80.,231.800732978163)); +#10605=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,232.000000029808)); +#10606=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,232.065909752491)); +#10607=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,232.115773763949)); +#10608=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,232.165811638954)); +#10609=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,232.178345804276)); +#10610=CARTESIAN_POINT('',(20.013411673581,140.590453332215,232.190890886787)); +#10611=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,232.194028669865)); +#10612=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,232.197167065771)); +#10613=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,232.197951797599)); +#10614=CARTESIAN_POINT('',(20.005304530409,140.118121765627,232.198998029959)); +#10615=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,232.199259597153)); +#10616=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199259538402)); +#10617=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,232.000000029808)); +#10618=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,232.000000029808)); +#10619=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199259538403)); +#10620=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,234.199259597155)); +#10621=CARTESIAN_POINT('',(20.005304545805,140.118123503666,234.198998014564)); +#10622=CARTESIAN_POINT('',(20.006350778155,140.236232235784,234.197951782214)); +#10623=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,234.197167034995)); +#10624=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,234.194028669866)); +#10625=CARTESIAN_POINT('',(20.013411673581,140.590453332217,234.190890886788)); +#10626=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,234.178345804277)); +#10627=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,234.165811638955)); +#10628=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,234.11577376395)); +#10629=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,234.065909752492)); +#10630=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,234.000000029809)); +#10631=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,234.000000029809)); +#10632=CARTESIAN_POINT('',(20.138390895775,77.6472311228407,234.065911664594)); +#10633=CARTESIAN_POINT('',(20.08852528387,78.1145417482057,234.115777276499)); +#10634=CARTESIAN_POINT('',(20.0384855105404,78.8199915079561,234.165817049829)); +#10635=CARTESIAN_POINT('',(20.0259507972513,79.0555831592387,234.178351763118)); +#10636=CARTESIAN_POINT('',(20.0134050224961,79.4095400602705,234.190897537873)); +#10637=CARTESIAN_POINT('',(20.010267030382,79.52758064401,234.194035529987)); +#10638=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,234.197174206661)); +#10639=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,234.197959026613)); +#10640=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,234.19900542423)); +#10641=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,234.19926706857)); +#10642=CARTESIAN_POINT('',(20.0050354789155,80.,234.199267081454)); +#10643=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,234.000000029809)); +#10644=CARTESIAN_POINT('',(20.1383928078769,142.352742965485,233.934090307126)); +#10645=CARTESIAN_POINT('',(20.0885287964189,141.885437368676,233.884226295668)); +#10646=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,233.834188420663)); +#10647=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,233.821654255341)); +#10648=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,233.80910917283)); +#10649=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,233.805971389752)); +#10650=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,233.802832993846)); +#10651=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,233.802048262018)); +#10652=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,233.801002029658)); +#10653=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,233.800740462464)); +#10654=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800740521215)); +#10655=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,234.000000029809)); +#10656=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,234.000000029809)); +#10657=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199259538403)); +#10658=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,238.199259597155)); +#10659=CARTESIAN_POINT('',(20.005304545805,140.118123503666,238.198998014564)); +#10660=CARTESIAN_POINT('',(20.006350778155,140.236232235784,238.197951782214)); +#10661=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,238.197167034995)); +#10662=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,238.194028669866)); +#10663=CARTESIAN_POINT('',(20.013411673581,140.590453332215,238.190890886788)); +#10664=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,238.178345804277)); +#10665=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,238.165811638955)); +#10666=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,238.11577376395)); +#10667=CARTESIAN_POINT('',(20.138392807877,142.352742965486,238.065909752492)); +#10668=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,238.000000029809)); +#10669=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,238.000000029809)); +#10670=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,238.065911664594)); +#10671=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,238.115777276499)); +#10672=CARTESIAN_POINT('',(20.0384855105402,78.8199915079595,238.165817049829)); +#10673=CARTESIAN_POINT('',(20.0259507972514,79.0555831592355,238.178351763118)); +#10674=CARTESIAN_POINT('',(20.0134050224963,79.4095400602657,238.190897537873)); +#10675=CARTESIAN_POINT('',(20.0102670303819,79.5275806440148,238.194035529987)); +#10676=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,238.197174206661)); +#10677=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,238.197959026613)); +#10678=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,238.19900542423)); +#10679=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,238.19926706857)); +#10680=CARTESIAN_POINT('',(20.0050354789155,80.,238.199267081454)); +#10681=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,238.000000029809)); +#10682=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,237.934090307126)); +#10683=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,237.884226295668)); +#10684=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,237.834188420663)); +#10685=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,237.821654255341)); +#10686=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,237.80910917283)); +#10687=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,237.805971389752)); +#10688=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,237.802832993846)); +#10689=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,237.802048262018)); +#10690=CARTESIAN_POINT('',(20.005304530409,140.118121765627,237.801002029658)); +#10691=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,237.800740462464)); +#10692=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800740521215)); +#10693=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,238.000000029809)); +#10694=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,238.000000029809)); +#10695=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800740521214)); +#10696=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,235.800740462462)); +#10697=CARTESIAN_POINT('',(20.005304545805,140.118123503666,235.801002045053)); +#10698=CARTESIAN_POINT('',(20.006350778155,140.236232235784,235.802048277403)); +#10699=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,235.802833024622)); +#10700=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,235.805971389751)); +#10701=CARTESIAN_POINT('',(20.013411673581,140.590453332215,235.809109172829)); +#10702=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,235.82165425534)); +#10703=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,235.834188420662)); +#10704=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,235.884226295667)); +#10705=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,235.934090307125)); +#10706=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,236.000000029808)); +#10707=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,236.000000029808)); +#10708=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,235.934088395023)); +#10709=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,235.884222783118)); +#10710=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,235.834183009788)); +#10711=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,235.821648296499)); +#10712=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,235.809102521744)); +#10713=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,235.80596452963)); +#10714=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,235.802825852956)); +#10715=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,235.802041033004)); +#10716=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,235.800994635387)); +#10717=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,235.800732991047)); +#10718=CARTESIAN_POINT('',(20.0050354789155,80.,235.800732978163)); +#10719=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,236.000000029808)); +#10720=CARTESIAN_POINT('',(20.138392807877,142.352742965486,236.065909752491)); +#10721=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,236.115773763949)); +#10722=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,236.165811638954)); +#10723=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,236.178345804276)); +#10724=CARTESIAN_POINT('',(20.0134116735811,140.590453332219,236.190890886787)); +#10725=CARTESIAN_POINT('',(20.0102738905028,140.472414064878,236.194028669865)); +#10726=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,236.197167065771)); +#10727=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,236.197951797599)); +#10728=CARTESIAN_POINT('',(20.005304530409,140.118121765627,236.198998029959)); +#10729=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,236.199259597153)); +#10730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199259538402)); +#10731=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,236.000000029808)); +#10732=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,236.000000029808)); +#10733=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800740521214)); +#10734=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,151.800740462462)); +#10735=CARTESIAN_POINT('',(20.005304545805,140.118123503666,151.801002045053)); +#10736=CARTESIAN_POINT('',(20.006350778155,140.236232235784,151.802048277403)); +#10737=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,151.802833024622)); +#10738=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,151.805971389751)); +#10739=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,151.809109172829)); +#10740=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,151.82165425534)); +#10741=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,151.834188420662)); +#10742=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,151.884226295667)); +#10743=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,151.934090307125)); +#10744=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,152.000000029808)); +#10745=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,152.000000029808)); +#10746=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,152.065909752491)); +#10747=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,152.115773763949)); +#10748=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,152.165811638954)); +#10749=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,152.178345804276)); +#10750=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,152.190890886787)); +#10751=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,152.194028669865)); +#10752=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,152.197167065771)); +#10753=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,152.197951797599)); +#10754=CARTESIAN_POINT('',(20.005304530409,140.118121765627,152.198998029959)); +#10755=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,152.199259597153)); +#10756=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199259538402)); +#10757=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,152.000000029808)); +#10758=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,152.000000029808)); +#10759=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199259538403)); +#10760=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,154.199259597155)); +#10761=CARTESIAN_POINT('',(20.005304545805,140.118123503666,154.198998014564)); +#10762=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,154.197951782214)); +#10763=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,154.197167034995)); +#10764=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,154.194028669866)); +#10765=CARTESIAN_POINT('',(20.013411673581,140.590453332215,154.190890886788)); +#10766=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,154.178345804277)); +#10767=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,154.165811638955)); +#10768=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,154.11577376395)); +#10769=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,154.065909752492)); +#10770=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,154.000000029809)); +#10771=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,154.000000029809)); +#10772=CARTESIAN_POINT('',(20.1383908957748,77.6472311228422,154.065911664594)); +#10773=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,154.115777276499)); +#10774=CARTESIAN_POINT('',(20.0384855105402,78.819991507959,154.165817049829)); +#10775=CARTESIAN_POINT('',(20.0259507972514,79.0555831592358,154.178351763118)); +#10776=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,154.190897537873)); +#10777=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,154.194035529987)); +#10778=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,154.197174206661)); +#10779=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,154.197959026613)); +#10780=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,154.19900542423)); +#10781=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,154.19926706857)); +#10782=CARTESIAN_POINT('',(20.0050354789155,80.,154.199267081454)); +#10783=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,154.000000029809)); +#10784=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,153.934090307126)); +#10785=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,153.884226295668)); +#10786=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,153.834188420663)); +#10787=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,153.821654255341)); +#10788=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,153.80910917283)); +#10789=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,153.805971389752)); +#10790=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,153.802832993846)); +#10791=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,153.802048262018)); +#10792=CARTESIAN_POINT('',(20.005304530409,140.118121765627,153.801002029658)); +#10793=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,153.800740462464)); +#10794=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800740521215)); +#10795=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,154.000000029809)); +#10796=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,154.000000029809)); +#10797=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199259538403)); +#10798=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,158.199259597155)); +#10799=CARTESIAN_POINT('',(20.005304545805,140.118123503666,158.198998014564)); +#10800=CARTESIAN_POINT('',(20.006350778155,140.236232235784,158.197951782214)); +#10801=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,158.197167034995)); +#10802=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,158.194028669866)); +#10803=CARTESIAN_POINT('',(20.013411673581,140.590453332217,158.190890886788)); +#10804=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,158.178345804277)); +#10805=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,158.165811638955)); +#10806=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,158.11577376395)); +#10807=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,158.065909752492)); +#10808=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,158.000000029809)); +#10809=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,158.000000029809)); +#10810=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,157.934090307126)); +#10811=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,157.884226295668)); +#10812=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,157.834188420663)); +#10813=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,157.821654255341)); +#10814=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,157.80910917283)); +#10815=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,157.805971389752)); +#10816=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,157.802832993846)); +#10817=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,157.802048262018)); +#10818=CARTESIAN_POINT('',(20.005304530409,140.118121765627,157.801002029658)); +#10819=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,157.800740462464)); +#10820=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800740521215)); +#10821=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,158.000000029809)); +#10822=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,158.000000029809)); +#10823=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800740521214)); +#10824=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,155.800740462462)); +#10825=CARTESIAN_POINT('',(20.005304545805,140.118123503666,155.801002045053)); +#10826=CARTESIAN_POINT('',(20.006350778155,140.236232235784,155.802048277403)); +#10827=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,155.802833024622)); +#10828=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,155.805971389751)); +#10829=CARTESIAN_POINT('',(20.0134116735811,140.590453332218,155.809109172829)); +#10830=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,155.82165425534)); +#10831=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,155.834188420662)); +#10832=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,155.884226295667)); +#10833=CARTESIAN_POINT('',(20.138392807877,142.352742965486,155.934090307125)); +#10834=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,156.000000029808)); +#10835=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,156.000000029808)); +#10836=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,155.934088395023)); +#10837=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,155.884222783118)); +#10838=CARTESIAN_POINT('',(20.0384855105403,78.8199915079581,155.834183009788)); +#10839=CARTESIAN_POINT('',(20.0259507972513,79.0555831592367,155.821648296499)); +#10840=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,155.809102521744)); +#10841=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,155.80596452963)); +#10842=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,155.802825852956)); +#10843=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,155.802041033004)); +#10844=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,155.800994635387)); +#10845=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,155.800732991047)); +#10846=CARTESIAN_POINT('',(20.0050354789155,80.,155.800732978163)); +#10847=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,156.000000029808)); +#10848=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,156.065909752491)); +#10849=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,156.115773763949)); +#10850=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,156.165811638954)); +#10851=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,156.178345804276)); +#10852=CARTESIAN_POINT('',(20.013411673581,140.590453332215,156.190890886787)); +#10853=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,156.194028669865)); +#10854=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,156.197167065771)); +#10855=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,156.197951797599)); +#10856=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,156.198998029959)); +#10857=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,156.199259597153)); +#10858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199259538402)); +#10859=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,156.000000029808)); +#10860=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,156.000000029808)); +#10861=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199259538403)); +#10862=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,166.199259597155)); +#10863=CARTESIAN_POINT('',(20.005304545805,140.118123503666,166.198998014564)); +#10864=CARTESIAN_POINT('',(20.006350778155,140.236232235784,166.197951782214)); +#10865=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,166.197167034995)); +#10866=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,166.194028669866)); +#10867=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,166.190890886788)); +#10868=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,166.178345804277)); +#10869=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,166.165811638955)); +#10870=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,166.11577376395)); +#10871=CARTESIAN_POINT('',(20.138392807877,142.352742965486,166.065909752492)); +#10872=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,166.000000029809)); +#10873=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,166.000000029809)); +#10874=CARTESIAN_POINT('',(20.1383908957751,77.64723112284,166.065911664594)); +#10875=CARTESIAN_POINT('',(20.08852528387,78.1145417482063,166.115777276499)); +#10876=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,166.165817049829)); +#10877=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,166.178351763118)); +#10878=CARTESIAN_POINT('',(20.0134050224961,79.4095400602696,166.190897537873)); +#10879=CARTESIAN_POINT('',(20.010267030382,79.5275806440109,166.194035529987)); +#10880=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,166.197174206661)); +#10881=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,166.197959026613)); +#10882=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,166.19900542423)); +#10883=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,166.19926706857)); +#10884=CARTESIAN_POINT('',(20.0050354789155,80.,166.199267081454)); +#10885=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,166.000000029809)); +#10886=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,165.934090307126)); +#10887=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,165.884226295668)); +#10888=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,165.834188420663)); +#10889=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,165.821654255341)); +#10890=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,165.80910917283)); +#10891=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,165.805971389752)); +#10892=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,165.802832993846)); +#10893=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,165.802048262018)); +#10894=CARTESIAN_POINT('',(20.005304530409,140.118121765627,165.801002029658)); +#10895=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,165.800740462464)); +#10896=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800740521215)); +#10897=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,166.000000029809)); +#10898=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,166.000000029809)); +#10899=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800740521214)); +#10900=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,163.800740462462)); +#10901=CARTESIAN_POINT('',(20.005304545805,140.118123503666,163.801002045053)); +#10902=CARTESIAN_POINT('',(20.006350778155,140.236232235784,163.802048277403)); +#10903=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,163.802833024622)); +#10904=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,163.805971389751)); +#10905=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,163.809109172829)); +#10906=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,163.82165425534)); +#10907=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,163.834188420662)); +#10908=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,163.884226295667)); +#10909=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,163.934090307125)); +#10910=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,164.000000029808)); +#10911=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,164.000000029808)); +#10912=CARTESIAN_POINT('',(20.1383908957748,77.6472311228418,163.934088395023)); +#10913=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,163.884222783118)); +#10914=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,163.834183009788)); +#10915=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,163.821648296499)); +#10916=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,163.809102521744)); +#10917=CARTESIAN_POINT('',(20.0102670303819,79.5275806440137,163.80596452963)); +#10918=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,163.802825852956)); +#10919=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,163.802041033004)); +#10920=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,163.800994635387)); +#10921=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,163.800732991047)); +#10922=CARTESIAN_POINT('',(20.0050354789155,80.,163.800732978163)); +#10923=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,164.000000029808)); +#10924=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,164.065909752491)); +#10925=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,164.115773763949)); +#10926=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,164.165811638954)); +#10927=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,164.178345804276)); +#10928=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,164.190890886787)); +#10929=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,164.194028669865)); +#10930=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,164.197167065771)); +#10931=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,164.197951797599)); +#10932=CARTESIAN_POINT('',(20.005304530409,140.118121765627,164.198998029959)); +#10933=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,164.199259597153)); +#10934=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199259538402)); +#10935=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,164.000000029808)); +#10936=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,164.000000029808)); +#10937=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800740521214)); +#10938=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,159.800740462462)); +#10939=CARTESIAN_POINT('',(20.005304545805,140.118123503666,159.801002045053)); +#10940=CARTESIAN_POINT('',(20.006350778155,140.236232235784,159.802048277403)); +#10941=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,159.802833024622)); +#10942=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,159.805971389751)); +#10943=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,159.809109172829)); +#10944=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,159.82165425534)); +#10945=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,159.834188420662)); +#10946=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,159.884226295667)); +#10947=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,159.934090307125)); +#10948=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,160.000000029808)); +#10949=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,160.000000029808)); +#10950=CARTESIAN_POINT('',(20.138390895775,77.6472311228406,159.934088395023)); +#10951=CARTESIAN_POINT('',(20.08852528387,78.1145417482058,159.884222783118)); +#10952=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,159.834183009788)); +#10953=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,159.821648296499)); +#10954=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,159.809102521744)); +#10955=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,159.80596452963)); +#10956=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,159.802825852956)); +#10957=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,159.802041033004)); +#10958=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,159.800994635387)); +#10959=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,159.800732991047)); +#10960=CARTESIAN_POINT('',(20.0050354789155,80.,159.800732978163)); +#10961=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,160.000000029808)); +#10962=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,160.065909752491)); +#10963=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,160.115773763949)); +#10964=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,160.165811638954)); +#10965=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,160.178345804276)); +#10966=CARTESIAN_POINT('',(20.013411673581,140.590453332216,160.190890886787)); +#10967=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,160.194028669865)); +#10968=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,160.197167065771)); +#10969=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,160.197951797599)); +#10970=CARTESIAN_POINT('',(20.005304530409,140.118121765627,160.198998029959)); +#10971=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,160.199259597153)); +#10972=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199259538402)); +#10973=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,160.000000029808)); +#10974=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,160.000000029808)); +#10975=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199259538403)); +#10976=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,162.199259597155)); +#10977=CARTESIAN_POINT('',(20.005304545805,140.118123503666,162.198998014564)); +#10978=CARTESIAN_POINT('',(20.006350778155,140.236232235784,162.197951782214)); +#10979=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,162.197167034995)); +#10980=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,162.194028669866)); +#10981=CARTESIAN_POINT('',(20.013411673581,140.590453332214,162.190890886788)); +#10982=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,162.178345804277)); +#10983=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,162.165811638955)); +#10984=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,162.11577376395)); +#10985=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,162.065909752492)); +#10986=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,162.000000029809)); +#10987=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,162.000000029809)); +#10988=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,162.065911664594)); +#10989=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,162.115777276499)); +#10990=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,162.165817049829)); +#10991=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,162.178351763118)); +#10992=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,162.190897537873)); +#10993=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,162.194035529987)); +#10994=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,162.197174206661)); +#10995=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,162.197959026613)); +#10996=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,162.19900542423)); +#10997=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,162.19926706857)); +#10998=CARTESIAN_POINT('',(20.0050354789155,80.,162.199267081454)); +#10999=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,162.000000029809)); +#11000=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,161.934090307126)); +#11001=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,161.884226295668)); +#11002=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,161.834188420663)); +#11003=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,161.821654255341)); +#11004=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,161.80910917283)); +#11005=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,161.805971389752)); +#11006=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,161.802832993846)); +#11007=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,161.802048262018)); +#11008=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,161.801002029658)); +#11009=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,161.800740462464)); +#11010=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800740521215)); +#11011=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,162.000000029809)); +#11012=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,162.000000029809)); +#11013=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199259538403)); +#11014=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,182.199259597155)); +#11015=CARTESIAN_POINT('',(20.005304545805,140.118123503666,182.198998014564)); +#11016=CARTESIAN_POINT('',(20.006350778155,140.236232235784,182.197951782214)); +#11017=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,182.197167034995)); +#11018=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,182.194028669866)); +#11019=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,182.190890886788)); +#11020=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,182.178345804277)); +#11021=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,182.165811638955)); +#11022=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,182.11577376395)); +#11023=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,182.065909752492)); +#11024=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,182.000000029809)); +#11025=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,182.000000029809)); +#11026=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,182.065911664594)); +#11027=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,182.115777276499)); +#11028=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,182.165817049829)); +#11029=CARTESIAN_POINT('',(20.0259507972514,79.0555831592364,182.178351763118)); +#11030=CARTESIAN_POINT('',(20.0134050224962,79.4095400602666,182.190897537873)); +#11031=CARTESIAN_POINT('',(20.0102670303819,79.5275806440139,182.194035529987)); +#11032=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,182.197174206661)); +#11033=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,182.197959026613)); +#11034=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,182.19900542423)); +#11035=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,182.19926706857)); +#11036=CARTESIAN_POINT('',(20.0050354789155,80.,182.199267081454)); +#11037=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,182.000000029809)); +#11038=CARTESIAN_POINT('',(20.138392807877,142.352742965486,181.934090307126)); +#11039=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,181.884226295668)); +#11040=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,181.834188420663)); +#11041=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,181.821654255341)); +#11042=CARTESIAN_POINT('',(20.013411673581,140.590453332215,181.80910917283)); +#11043=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,181.805971389752)); +#11044=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,181.802832993846)); +#11045=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,181.802048262018)); +#11046=CARTESIAN_POINT('',(20.005304530409,140.118121765627,181.801002029658)); +#11047=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,181.800740462464)); +#11048=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800740521215)); +#11049=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,182.000000029809)); +#11050=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,182.000000029809)); +#11051=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800740521214)); +#11052=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,179.800740462462)); +#11053=CARTESIAN_POINT('',(20.005304545805,140.118123503666,179.801002045053)); +#11054=CARTESIAN_POINT('',(20.006350778155,140.236232235784,179.802048277403)); +#11055=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,179.802833024622)); +#11056=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,179.805971389751)); +#11057=CARTESIAN_POINT('',(20.013411673581,140.590453332215,179.809109172829)); +#11058=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,179.82165425534)); +#11059=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,179.834188420662)); +#11060=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,179.884226295667)); +#11061=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,179.934090307125)); +#11062=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,180.000000029808)); +#11063=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,180.000000029808)); +#11064=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,180.065909752491)); +#11065=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,180.115773763949)); +#11066=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,180.165811638954)); +#11067=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,180.178345804276)); +#11068=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,180.190890886787)); +#11069=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,180.194028669865)); +#11070=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,180.197167065771)); +#11071=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,180.197951797599)); +#11072=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,180.198998029959)); +#11073=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,180.199259597153)); +#11074=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199259538402)); +#11075=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,180.000000029808)); +#11076=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,180.000000029808)); +#11077=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800740521214)); +#11078=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,175.800740462462)); +#11079=CARTESIAN_POINT('',(20.005304545805,140.118123503666,175.801002045053)); +#11080=CARTESIAN_POINT('',(20.006350778155,140.236232235784,175.802048277403)); +#11081=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,175.802833024622)); +#11082=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,175.805971389751)); +#11083=CARTESIAN_POINT('',(20.0134116735811,140.590453332218,175.809109172829)); +#11084=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,175.82165425534)); +#11085=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,175.834188420662)); +#11086=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,175.884226295667)); +#11087=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,175.934090307125)); +#11088=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,176.000000029808)); +#11089=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,176.000000029808)); +#11090=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,175.934088395023)); +#11091=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,175.884222783118)); +#11092=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,175.834183009788)); +#11093=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,175.821648296499)); +#11094=CARTESIAN_POINT('',(20.0134050224963,79.4095400602658,175.809102521744)); +#11095=CARTESIAN_POINT('',(20.0102670303819,79.5275806440147,175.80596452963)); +#11096=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,175.802825852956)); +#11097=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,175.802041033004)); +#11098=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,175.800994635387)); +#11099=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,175.800732991047)); +#11100=CARTESIAN_POINT('',(20.0050354789155,80.,175.800732978163)); +#11101=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,176.000000029808)); +#11102=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,176.065909752491)); +#11103=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,176.115773763949)); +#11104=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,176.165811638954)); +#11105=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,176.178345804276)); +#11106=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,176.190890886787)); +#11107=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,176.194028669865)); +#11108=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,176.197167065771)); +#11109=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,176.197951797599)); +#11110=CARTESIAN_POINT('',(20.005304530409,140.118121765627,176.198998029959)); +#11111=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,176.199259597153)); +#11112=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199259538402)); +#11113=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,176.000000029808)); +#11114=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,176.000000029808)); +#11115=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199259538403)); +#11116=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,178.199259597155)); +#11117=CARTESIAN_POINT('',(20.005304545805,140.118123503666,178.198998014564)); +#11118=CARTESIAN_POINT('',(20.006350778155,140.236232235784,178.197951782214)); +#11119=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,178.197167034995)); +#11120=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,178.194028669866)); +#11121=CARTESIAN_POINT('',(20.013411673581,140.590453332215,178.190890886788)); +#11122=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,178.178345804277)); +#11123=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,178.165811638955)); +#11124=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,178.11577376395)); +#11125=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,178.065909752492)); +#11126=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,178.000000029809)); +#11127=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,178.000000029809)); +#11128=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,178.065911664594)); +#11129=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,178.115777276499)); +#11130=CARTESIAN_POINT('',(20.0384855105403,78.8199915079572,178.165817049829)); +#11131=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,178.178351763118)); +#11132=CARTESIAN_POINT('',(20.0134050224963,79.4095400602657,178.190897537873)); +#11133=CARTESIAN_POINT('',(20.0102670303819,79.5275806440148,178.194035529987)); +#11134=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,178.197174206661)); +#11135=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,178.197959026613)); +#11136=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,178.19900542423)); +#11137=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,178.19926706857)); +#11138=CARTESIAN_POINT('',(20.0050354789155,80.,178.199267081454)); +#11139=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,178.000000029809)); +#11140=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,177.934090307126)); +#11141=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,177.884226295668)); +#11142=CARTESIAN_POINT('',(20.0384909214145,141.179995345497,177.834188420663)); +#11143=CARTESIAN_POINT('',(20.0259567560921,140.944406296882,177.821654255341)); +#11144=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,177.80910917283)); +#11145=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,177.805971389752)); +#11146=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,177.802832993846)); +#11147=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,177.802048262018)); +#11148=CARTESIAN_POINT('',(20.005304530409,140.118121765627,177.801002029658)); +#11149=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,177.800740462464)); +#11150=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800740521215)); +#11151=CARTESIAN_POINT('',(20.0050354789155,80.,177.800732978164)); +#11152=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,177.800732991049)); +#11153=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,177.800994650786)); +#11154=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,177.802041048393)); +#11155=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,177.802825883736)); +#11156=CARTESIAN_POINT('',(20.0102670303819,79.5275806440143,177.805964529631)); +#11157=CARTESIAN_POINT('',(20.0134050224963,79.4095400602662,177.809102521745)); +#11158=CARTESIAN_POINT('',(20.0259507972514,79.055583159236,177.8216482965)); +#11159=CARTESIAN_POINT('',(20.0384855105402,78.8199915079589,177.834183009789)); +#11160=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,177.884222783119)); +#11161=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,177.934088395024)); +#11162=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,178.000000029809)); +#11163=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,178.000000029809)); +#11164=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,178.000000029809)); +#11165=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800740521214)); +#11166=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,167.800740462462)); +#11167=CARTESIAN_POINT('',(20.005304545805,140.118123503666,167.801002045053)); +#11168=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,167.802048277403)); +#11169=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,167.802833024622)); +#11170=CARTESIAN_POINT('',(20.010273890503,140.472414064886,167.805971389751)); +#11171=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,167.809109172829)); +#11172=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,167.82165425534)); +#11173=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,167.834188420662)); +#11174=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,167.884226295667)); +#11175=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,167.934090307125)); +#11176=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,168.000000029808)); +#11177=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,168.000000029808)); +#11178=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,167.934088395023)); +#11179=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,167.884222783118)); +#11180=CARTESIAN_POINT('',(20.0384855105404,78.8199915079567,167.834183009788)); +#11181=CARTESIAN_POINT('',(20.0259507972513,79.0555831592382,167.821648296499)); +#11182=CARTESIAN_POINT('',(20.0134050224961,79.4095400602691,167.809102521744)); +#11183=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,167.80596452963)); +#11184=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,167.802825852956)); +#11185=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,167.802041033004)); +#11186=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,167.800994635387)); +#11187=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,167.800732991047)); +#11188=CARTESIAN_POINT('',(20.0050354789155,80.,167.800732978163)); +#11189=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,168.000000029808)); +#11190=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,168.065909752491)); +#11191=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,168.115773763949)); +#11192=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,168.165811638954)); +#11193=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,168.178345804276)); +#11194=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,168.190890886787)); +#11195=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,168.194028669865)); +#11196=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,168.197167065771)); +#11197=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,168.197951797599)); +#11198=CARTESIAN_POINT('',(20.005304530409,140.118121765627,168.198998029959)); +#11199=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,168.199259597153)); +#11200=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199259538402)); +#11201=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,168.000000029808)); +#11202=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,168.000000029808)); +#11203=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199259538403)); +#11204=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,170.199259597155)); +#11205=CARTESIAN_POINT('',(20.005304545805,140.118123503666,170.198998014564)); +#11206=CARTESIAN_POINT('',(20.006350778155,140.236232235784,170.197951782214)); +#11207=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,170.197167034995)); +#11208=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,170.194028669866)); +#11209=CARTESIAN_POINT('',(20.0134116735811,140.590453332217,170.190890886788)); +#11210=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,170.178345804277)); +#11211=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,170.165811638955)); +#11212=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,170.11577376395)); +#11213=CARTESIAN_POINT('',(20.138392807877,142.352742965486,170.065909752492)); +#11214=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,170.000000029809)); +#11215=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,170.000000029809)); +#11216=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,169.934090307126)); +#11217=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,169.884226295668)); +#11218=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,169.834188420663)); +#11219=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,169.821654255341)); +#11220=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,169.80910917283)); +#11221=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,169.805971389752)); +#11222=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,169.802832993846)); +#11223=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,169.802048262018)); +#11224=CARTESIAN_POINT('',(20.005304530409,140.118121765627,169.801002029658)); +#11225=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,169.800740462464)); +#11226=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800740521215)); +#11227=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,170.000000029809)); +#11228=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,170.000000029809)); +#11229=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199259538403)); +#11230=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,174.199259597155)); +#11231=CARTESIAN_POINT('',(20.005304545805,140.118123503666,174.198998014564)); +#11232=CARTESIAN_POINT('',(20.006350778155,140.236232235784,174.197951782214)); +#11233=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,174.197167034995)); +#11234=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,174.194028669866)); +#11235=CARTESIAN_POINT('',(20.013411673581,140.590453332215,174.190890886788)); +#11236=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,174.178345804277)); +#11237=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,174.165811638955)); +#11238=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,174.11577376395)); +#11239=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,174.065909752492)); +#11240=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,174.000000029809)); +#11241=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,174.000000029809)); +#11242=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,174.065911664594)); +#11243=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,174.115777276499)); +#11244=CARTESIAN_POINT('',(20.0384855105402,78.819991507959,174.165817049829)); +#11245=CARTESIAN_POINT('',(20.0259507972514,79.0555831592359,174.178351763118)); +#11246=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,174.190897537873)); +#11247=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,174.194035529987)); +#11248=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,174.197174206661)); +#11249=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,174.197959026613)); +#11250=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,174.19900542423)); +#11251=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,174.19926706857)); +#11252=CARTESIAN_POINT('',(20.0050354789155,80.,174.199267081454)); +#11253=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,174.000000029809)); +#11254=CARTESIAN_POINT('',(20.1383928078774,142.352742965488,173.934090307126)); +#11255=CARTESIAN_POINT('',(20.0885287964187,141.885437368672,173.884226295668)); +#11256=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,173.834188420663)); +#11257=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,173.821654255341)); +#11258=CARTESIAN_POINT('',(20.013411673581,140.590453332217,173.80910917283)); +#11259=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,173.805971389752)); +#11260=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,173.802832993846)); +#11261=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,173.802048262018)); +#11262=CARTESIAN_POINT('',(20.005304530409,140.118121765627,173.801002029658)); +#11263=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,173.800740462464)); +#11264=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800740521215)); +#11265=CARTESIAN_POINT('',(20.0050354789155,80.,173.800732978164)); +#11266=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,173.800732991049)); +#11267=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,173.800994650786)); +#11268=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,173.802041048393)); +#11269=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,173.802825883736)); +#11270=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,173.805964529631)); +#11271=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,173.809102521745)); +#11272=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,173.8216482965)); +#11273=CARTESIAN_POINT('',(20.0384855105404,78.8199915079563,173.834183009789)); +#11274=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,173.884222783119)); +#11275=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,173.934088395024)); +#11276=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,174.000000029809)); +#11277=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,174.000000029809)); +#11278=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,174.000000029809)); +#11279=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800740521214)); +#11280=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,171.800740462462)); +#11281=CARTESIAN_POINT('',(20.005304545805,140.118123503666,171.801002045053)); +#11282=CARTESIAN_POINT('',(20.006350778155,140.236232235784,171.802048277403)); +#11283=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,171.802833024622)); +#11284=CARTESIAN_POINT('',(20.010273890503,140.472414064887,171.805971389751)); +#11285=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,171.809109172829)); +#11286=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,171.82165425534)); +#11287=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,171.834188420662)); +#11288=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,171.884226295667)); +#11289=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,171.934090307125)); +#11290=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,172.000000029808)); +#11291=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,172.000000029808)); +#11292=CARTESIAN_POINT('',(20.1383908957747,77.6472311228422,171.934088395023)); +#11293=CARTESIAN_POINT('',(20.0885252838701,78.114541748204,171.884222783118)); +#11294=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,171.834183009788)); +#11295=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,171.821648296499)); +#11296=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,171.809102521744)); +#11297=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,171.80596452963)); +#11298=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,171.802825852956)); +#11299=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,171.802041033004)); +#11300=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,171.800994635387)); +#11301=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,171.800732991047)); +#11302=CARTESIAN_POINT('',(20.0050354789155,80.,171.800732978163)); +#11303=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,172.000000029808)); +#11304=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,172.065909752491)); +#11305=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,172.115773763949)); +#11306=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,172.165811638954)); +#11307=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,172.178345804276)); +#11308=CARTESIAN_POINT('',(20.013411673581,140.590453332217,172.190890886787)); +#11309=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,172.194028669865)); +#11310=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,172.197167065771)); +#11311=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,172.197951797599)); +#11312=CARTESIAN_POINT('',(20.005304530409,140.118121765627,172.198998029959)); +#11313=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,172.199259597153)); +#11314=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199259538402)); +#11315=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,172.000000029808)); +#11316=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,172.000000029808)); +#11317=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199259538403)); +#11318=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,214.199259597155)); +#11319=CARTESIAN_POINT('',(20.005304545805,140.118123503666,214.198998014564)); +#11320=CARTESIAN_POINT('',(20.006350778155,140.236232235784,214.197951782214)); +#11321=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,214.197167034995)); +#11322=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,214.194028669866)); +#11323=CARTESIAN_POINT('',(20.0134116735811,140.590453332218,214.190890886788)); +#11324=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,214.178345804277)); +#11325=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,214.165811638955)); +#11326=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,214.11577376395)); +#11327=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,214.065909752492)); +#11328=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,214.000000029809)); +#11329=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,214.000000029809)); +#11330=CARTESIAN_POINT('',(20.138392807877,142.352742965486,213.934090307126)); +#11331=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,213.884226295668)); +#11332=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,213.834188420663)); +#11333=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,213.821654255341)); +#11334=CARTESIAN_POINT('',(20.013411673581,140.590453332215,213.80910917283)); +#11335=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,213.805971389752)); +#11336=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,213.802832993846)); +#11337=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,213.802048262018)); +#11338=CARTESIAN_POINT('',(20.005304530409,140.118121765627,213.801002029658)); +#11339=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,213.800740462464)); +#11340=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800740521215)); +#11341=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,214.000000029809)); +#11342=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,214.000000029809)); +#11343=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800740521214)); +#11344=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,211.800740462462)); +#11345=CARTESIAN_POINT('',(20.005304545805,140.118123503666,211.801002045053)); +#11346=CARTESIAN_POINT('',(20.006350778155,140.236232235784,211.802048277403)); +#11347=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,211.802833024622)); +#11348=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,211.805971389751)); +#11349=CARTESIAN_POINT('',(20.013411673581,140.590453332215,211.809109172829)); +#11350=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,211.82165425534)); +#11351=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,211.834188420662)); +#11352=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,211.884226295667)); +#11353=CARTESIAN_POINT('',(20.138392807877,142.352742965486,211.934090307125)); +#11354=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,212.000000029808)); +#11355=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,212.000000029808)); +#11356=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,211.934088395023)); +#11357=CARTESIAN_POINT('',(20.0885252838701,78.1145417482043,211.884222783118)); +#11358=CARTESIAN_POINT('',(20.0384855105405,78.8199915079557,211.834183009788)); +#11359=CARTESIAN_POINT('',(20.0259507972513,79.0555831592391,211.821648296499)); +#11360=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,211.809102521744)); +#11361=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,211.80596452963)); +#11362=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,211.802825852956)); +#11363=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,211.802041033004)); +#11364=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,211.800994635387)); +#11365=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,211.800732991047)); +#11366=CARTESIAN_POINT('',(20.0050354789155,80.,211.800732978163)); +#11367=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,212.000000029808)); +#11368=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,212.065909752491)); +#11369=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,212.115773763949)); +#11370=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,212.165811638954)); +#11371=CARTESIAN_POINT('',(20.0259567560921,140.944406296882,212.178345804276)); +#11372=CARTESIAN_POINT('',(20.013411673581,140.590453332216,212.190890886787)); +#11373=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,212.194028669865)); +#11374=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,212.197167065771)); +#11375=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,212.197951797599)); +#11376=CARTESIAN_POINT('',(20.005304530409,140.118121765627,212.198998029959)); +#11377=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,212.199259597153)); +#11378=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199259538402)); +#11379=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,212.000000029808)); +#11380=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,212.000000029808)); +#11381=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800740521214)); +#11382=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,207.800740462462)); +#11383=CARTESIAN_POINT('',(20.005304545805,140.118123503666,207.801002045053)); +#11384=CARTESIAN_POINT('',(20.006350778155,140.236232235784,207.802048277403)); +#11385=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,207.802833024622)); +#11386=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,207.805971389751)); +#11387=CARTESIAN_POINT('',(20.013411673581,140.590453332215,207.809109172829)); +#11388=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,207.82165425534)); +#11389=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,207.834188420662)); +#11390=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,207.884226295667)); +#11391=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,207.934090307125)); +#11392=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,208.000000029808)); +#11393=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,208.000000029808)); +#11394=CARTESIAN_POINT('',(20.1383928078773,142.352742965488,208.065909752491)); +#11395=CARTESIAN_POINT('',(20.0885287964187,141.885437368673,208.115773763949)); +#11396=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,208.165811638954)); +#11397=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,208.178345804276)); +#11398=CARTESIAN_POINT('',(20.013411673581,140.590453332215,208.190890886787)); +#11399=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,208.194028669865)); +#11400=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,208.197167065771)); +#11401=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,208.197951797599)); +#11402=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,208.198998029959)); +#11403=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,208.199259597153)); +#11404=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199259538402)); +#11405=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,208.000000029808)); +#11406=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,208.000000029808)); +#11407=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199259538403)); +#11408=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,210.199259597155)); +#11409=CARTESIAN_POINT('',(20.005304545805,140.118123503666,210.198998014564)); +#11410=CARTESIAN_POINT('',(20.006350778155,140.236232235784,210.197951782214)); +#11411=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,210.197167034995)); +#11412=CARTESIAN_POINT('',(20.0102738905028,140.472414064879,210.194028669866)); +#11413=CARTESIAN_POINT('',(20.0134116735811,140.590453332218,210.190890886788)); +#11414=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,210.178345804277)); +#11415=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,210.165811638955)); +#11416=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,210.11577376395)); +#11417=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,210.065909752492)); +#11418=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,210.000000029809)); +#11419=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,210.000000029809)); +#11420=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,209.934090307126)); +#11421=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,209.884226295668)); +#11422=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,209.834188420663)); +#11423=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,209.821654255341)); +#11424=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,209.80910917283)); +#11425=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,209.805971389752)); +#11426=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,209.802832993846)); +#11427=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,209.802048262018)); +#11428=CARTESIAN_POINT('',(20.005304530409,140.118121765627,209.801002029658)); +#11429=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,209.800740462464)); +#11430=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800740521215)); +#11431=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,210.000000029809)); +#11432=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,210.000000029809)); +#11433=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800740521214)); +#11434=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,199.800740462462)); +#11435=CARTESIAN_POINT('',(20.005304545805,140.118123503666,199.801002045053)); +#11436=CARTESIAN_POINT('',(20.006350778155,140.236232235784,199.802048277403)); +#11437=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,199.802833024622)); +#11438=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,199.805971389751)); +#11439=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,199.809109172829)); +#11440=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,199.82165425534)); +#11441=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,199.834188420662)); +#11442=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,199.884226295667)); +#11443=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,199.934090307125)); +#11444=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,200.000000029808)); +#11445=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,200.000000029808)); +#11446=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,200.065909752491)); +#11447=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,200.115773763949)); +#11448=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,200.165811638954)); +#11449=CARTESIAN_POINT('',(20.0259567560922,140.944406296882,200.178345804276)); +#11450=CARTESIAN_POINT('',(20.013411673581,140.590453332215,200.190890886787)); +#11451=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,200.194028669865)); +#11452=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,200.197167065771)); +#11453=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,200.197951797599)); +#11454=CARTESIAN_POINT('',(20.005304530409,140.118121765627,200.198998029959)); +#11455=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,200.199259597153)); +#11456=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199259538402)); +#11457=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,200.000000029808)); +#11458=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,200.000000029808)); +#11459=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199259538403)); +#11460=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,202.199259597155)); +#11461=CARTESIAN_POINT('',(20.005304545805,140.118123503666,202.198998014564)); +#11462=CARTESIAN_POINT('',(20.006350778155,140.236232235784,202.197951782214)); +#11463=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,202.197167034995)); +#11464=CARTESIAN_POINT('',(20.010273890503,140.472414064887,202.194028669866)); +#11465=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,202.190890886788)); +#11466=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,202.178345804277)); +#11467=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,202.165811638955)); +#11468=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,202.11577376395)); +#11469=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,202.065909752492)); +#11470=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,202.000000029809)); +#11471=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,202.000000029809)); +#11472=CARTESIAN_POINT('',(20.1383908957747,77.6472311228426,202.065911664594)); +#11473=CARTESIAN_POINT('',(20.0885252838702,78.1145417482038,202.115777276499)); +#11474=CARTESIAN_POINT('',(20.0384855105402,78.8199915079591,202.165817049829)); +#11475=CARTESIAN_POINT('',(20.0259507972514,79.0555831592357,202.178351763118)); +#11476=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,202.190897537873)); +#11477=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,202.194035529987)); +#11478=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,202.197174206661)); +#11479=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,202.197959026613)); +#11480=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,202.19900542423)); +#11481=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,202.19926706857)); +#11482=CARTESIAN_POINT('',(20.0050354789155,80.,202.199267081454)); +#11483=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,202.000000029809)); +#11484=CARTESIAN_POINT('',(20.138392807877,142.352742965486,201.934090307126)); +#11485=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,201.884226295668)); +#11486=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,201.834188420663)); +#11487=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,201.821654255341)); +#11488=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,201.80910917283)); +#11489=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,201.805971389752)); +#11490=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,201.802832993846)); +#11491=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,201.802048262018)); +#11492=CARTESIAN_POINT('',(20.005304530409,140.118121765627,201.801002029658)); +#11493=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,201.800740462464)); +#11494=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800740521215)); +#11495=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,202.000000029809)); +#11496=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,202.000000029809)); +#11497=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199259538403)); +#11498=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,206.199259597155)); +#11499=CARTESIAN_POINT('',(20.005304545805,140.118123503666,206.198998014564)); +#11500=CARTESIAN_POINT('',(20.006350778155,140.236232235784,206.197951782214)); +#11501=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,206.197167034995)); +#11502=CARTESIAN_POINT('',(20.0102738905028,140.472414064878,206.194028669866)); +#11503=CARTESIAN_POINT('',(20.0134116735811,140.590453332219,206.190890886788)); +#11504=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,206.178345804277)); +#11505=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,206.165811638955)); +#11506=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,206.11577376395)); +#11507=CARTESIAN_POINT('',(20.138392807877,142.352742965486,206.065909752492)); +#11508=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,206.000000029809)); +#11509=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,206.000000029809)); +#11510=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,206.065911664594)); +#11511=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,206.115777276499)); +#11512=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,206.165817049829)); +#11513=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,206.178351763118)); +#11514=CARTESIAN_POINT('',(20.0134050224962,79.4095400602689,206.190897537873)); +#11515=CARTESIAN_POINT('',(20.010267030382,79.5275806440116,206.194035529987)); +#11516=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,206.197174206661)); +#11517=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,206.197959026613)); +#11518=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,206.19900542423)); +#11519=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,206.19926706857)); +#11520=CARTESIAN_POINT('',(20.0050354789155,80.,206.199267081454)); +#11521=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,206.000000029809)); +#11522=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,205.934090307126)); +#11523=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,205.884226295668)); +#11524=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,205.834188420663)); +#11525=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,205.821654255341)); +#11526=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,205.80910917283)); +#11527=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,205.805971389752)); +#11528=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,205.802832993846)); +#11529=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,205.802048262018)); +#11530=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,205.801002029658)); +#11531=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,205.800740462464)); +#11532=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800740521215)); +#11533=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,206.000000029809)); +#11534=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,206.000000029809)); +#11535=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800740521214)); +#11536=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,203.800740462462)); +#11537=CARTESIAN_POINT('',(20.005304545805,140.118123503666,203.801002045053)); +#11538=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,203.802048277403)); +#11539=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,203.802833024622)); +#11540=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,203.805971389751)); +#11541=CARTESIAN_POINT('',(20.0134116735809,140.590453332211,203.809109172829)); +#11542=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,203.82165425534)); +#11543=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,203.834188420662)); +#11544=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,203.884226295667)); +#11545=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,203.934090307125)); +#11546=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,204.000000029808)); +#11547=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,204.000000029808)); +#11548=CARTESIAN_POINT('',(20.138390895775,77.6472311228405,203.934088395023)); +#11549=CARTESIAN_POINT('',(20.08852528387,78.114541748206,203.884222783118)); +#11550=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,203.834183009788)); +#11551=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,203.821648296499)); +#11552=CARTESIAN_POINT('',(20.0134050224962,79.4095400602667,203.809102521744)); +#11553=CARTESIAN_POINT('',(20.0102670303819,79.5275806440137,203.80596452963)); +#11554=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,203.802825852956)); +#11555=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,203.802041033004)); +#11556=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,203.800994635387)); +#11557=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,203.800732991047)); +#11558=CARTESIAN_POINT('',(20.0050354789155,80.,203.800732978163)); +#11559=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,204.000000029808)); +#11560=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,204.065909752491)); +#11561=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,204.115773763949)); +#11562=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,204.165811638954)); +#11563=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,204.178345804276)); +#11564=CARTESIAN_POINT('',(20.013411673581,140.590453332215,204.190890886787)); +#11565=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,204.194028669865)); +#11566=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,204.197167065771)); +#11567=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,204.197951797599)); +#11568=CARTESIAN_POINT('',(20.005304530409,140.118121765627,204.198998029959)); +#11569=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,204.199259597153)); +#11570=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199259538402)); +#11571=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,204.000000029808)); +#11572=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,204.000000029808)); +#11573=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800740521214)); +#11574=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,183.800740462462)); +#11575=CARTESIAN_POINT('',(20.005304545805,140.118123503666,183.801002045053)); +#11576=CARTESIAN_POINT('',(20.006350778155,140.236232235784,183.802048277403)); +#11577=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,183.802833024622)); +#11578=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,183.805971389751)); +#11579=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,183.809109172829)); +#11580=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,183.82165425534)); +#11581=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,183.834188420662)); +#11582=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,183.884226295667)); +#11583=CARTESIAN_POINT('',(20.138392807877,142.352742965486,183.934090307125)); +#11584=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,184.000000029808)); +#11585=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,184.000000029808)); +#11586=CARTESIAN_POINT('',(20.138390895775,77.6472311228404,183.934088395023)); +#11587=CARTESIAN_POINT('',(20.08852528387,78.114541748206,183.884222783118)); +#11588=CARTESIAN_POINT('',(20.0384855105403,78.8199915079579,183.834183009788)); +#11589=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,183.821648296499)); +#11590=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,183.809102521744)); +#11591=CARTESIAN_POINT('',(20.0102670303819,79.5275806440145,183.80596452963)); +#11592=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,183.802825852956)); +#11593=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,183.802041033004)); +#11594=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,183.800994635387)); +#11595=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,183.800732991047)); +#11596=CARTESIAN_POINT('',(20.0050354789155,80.,183.800732978163)); +#11597=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,184.000000029808)); +#11598=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,184.065909752491)); +#11599=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,184.115773763949)); +#11600=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,184.165811638954)); +#11601=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,184.178345804276)); +#11602=CARTESIAN_POINT('',(20.013411673581,140.590453332215,184.190890886787)); +#11603=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,184.194028669865)); +#11604=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,184.197167065771)); +#11605=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,184.197951797599)); +#11606=CARTESIAN_POINT('',(20.005304530409,140.118121765627,184.198998029959)); +#11607=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,184.199259597153)); +#11608=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199259538402)); +#11609=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,184.000000029808)); +#11610=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,184.000000029808)); +#11611=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199259538403)); +#11612=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,186.199259597155)); +#11613=CARTESIAN_POINT('',(20.005304545805,140.118123503666,186.198998014564)); +#11614=CARTESIAN_POINT('',(20.006350778155,140.236232235784,186.197951782214)); +#11615=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,186.197167034995)); +#11616=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,186.194028669866)); +#11617=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,186.190890886788)); +#11618=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,186.178345804277)); +#11619=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,186.165811638955)); +#11620=CARTESIAN_POINT('',(20.0885287964189,141.885437368676,186.11577376395)); +#11621=CARTESIAN_POINT('',(20.1383928078769,142.352742965485,186.065909752492)); +#11622=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,186.000000029809)); +#11623=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,186.000000029809)); +#11624=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,185.934090307126)); +#11625=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,185.884226295668)); +#11626=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,185.834188420663)); +#11627=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,185.821654255341)); +#11628=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,185.80910917283)); +#11629=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,185.805971389752)); +#11630=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,185.802832993846)); +#11631=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,185.802048262018)); +#11632=CARTESIAN_POINT('',(20.005304530409,140.118121765627,185.801002029658)); +#11633=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,185.800740462464)); +#11634=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800740521215)); +#11635=CARTESIAN_POINT('',(20.0050354789155,80.,185.800732978164)); +#11636=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,185.800732991049)); +#11637=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,185.800994650786)); +#11638=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,185.802041048393)); +#11639=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,185.802825883736)); +#11640=CARTESIAN_POINT('',(20.010267030382,79.5275806440099,185.805964529631)); +#11641=CARTESIAN_POINT('',(20.0134050224961,79.4095400602705,185.809102521745)); +#11642=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,185.8216482965)); +#11643=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,185.834183009789)); +#11644=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,185.884222783119)); +#11645=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,185.934088395024)); +#11646=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,186.000000029809)); +#11647=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,186.000000029809)); +#11648=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,186.000000029809)); +#11649=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199259538403)); +#11650=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,190.199259597155)); +#11651=CARTESIAN_POINT('',(20.005304545805,140.118123503666,190.198998014564)); +#11652=CARTESIAN_POINT('',(20.006350778155,140.236232235784,190.197951782214)); +#11653=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,190.197167034995)); +#11654=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,190.194028669866)); +#11655=CARTESIAN_POINT('',(20.013411673581,140.590453332216,190.190890886788)); +#11656=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,190.178345804277)); +#11657=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,190.165811638955)); +#11658=CARTESIAN_POINT('',(20.0885287964188,141.885437368673,190.11577376395)); +#11659=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,190.065909752492)); +#11660=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,190.000000029809)); +#11661=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,190.000000029809)); +#11662=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,189.934090307126)); +#11663=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,189.884226295668)); +#11664=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,189.834188420663)); +#11665=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,189.821654255341)); +#11666=CARTESIAN_POINT('',(20.0134116735807,140.590453332208,189.80910917283)); +#11667=CARTESIAN_POINT('',(20.010273890503,140.472414064888,189.805971389752)); +#11668=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,189.802832993846)); +#11669=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,189.802048262018)); +#11670=CARTESIAN_POINT('',(20.005304530409,140.118121765627,189.801002029658)); +#11671=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,189.800740462464)); +#11672=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800740521215)); +#11673=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,190.000000029809)); +#11674=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,190.000000029809)); +#11675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800740521214)); +#11676=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,187.800740462462)); +#11677=CARTESIAN_POINT('',(20.005304545805,140.118123503666,187.801002045053)); +#11678=CARTESIAN_POINT('',(20.006350778155,140.236232235784,187.802048277403)); +#11679=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,187.802833024622)); +#11680=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,187.805971389751)); +#11681=CARTESIAN_POINT('',(20.013411673581,140.590453332215,187.809109172829)); +#11682=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,187.82165425534)); +#11683=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,187.834188420662)); +#11684=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,187.884226295667)); +#11685=CARTESIAN_POINT('',(20.138392807877,142.352742965486,187.934090307125)); +#11686=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,188.000000029808)); +#11687=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,188.000000029808)); +#11688=CARTESIAN_POINT('',(20.138392807877,142.352742965486,188.065909752491)); +#11689=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,188.115773763949)); +#11690=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,188.165811638954)); +#11691=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,188.178345804276)); +#11692=CARTESIAN_POINT('',(20.013411673581,140.590453332216,188.190890886787)); +#11693=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,188.194028669865)); +#11694=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,188.197167065771)); +#11695=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,188.197951797599)); +#11696=CARTESIAN_POINT('',(20.005304530409,140.118121765627,188.198998029959)); +#11697=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,188.199259597153)); +#11698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199259538402)); +#11699=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,188.000000029808)); +#11700=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,188.000000029808)); +#11701=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199259538403)); +#11702=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,198.199259597155)); +#11703=CARTESIAN_POINT('',(20.005304545805,140.118123503666,198.198998014564)); +#11704=CARTESIAN_POINT('',(20.006350778155,140.236232235784,198.197951782214)); +#11705=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,198.197167034995)); +#11706=CARTESIAN_POINT('',(20.010273890503,140.472414064886,198.194028669866)); +#11707=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,198.190890886788)); +#11708=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,198.178345804277)); +#11709=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,198.165811638955)); +#11710=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,198.11577376395)); +#11711=CARTESIAN_POINT('',(20.138392807877,142.352742965486,198.065909752492)); +#11712=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,198.000000029809)); +#11713=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,198.000000029809)); +#11714=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,198.065911664594)); +#11715=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,198.115777276499)); +#11716=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,198.165817049829)); +#11717=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,198.178351763118)); +#11718=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,198.190897537873)); +#11719=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,198.194035529987)); +#11720=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,198.197174206661)); +#11721=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,198.197959026613)); +#11722=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,198.19900542423)); +#11723=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,198.19926706857)); +#11724=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,198.199267081454)); +#11725=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,198.000000029809)); +#11726=CARTESIAN_POINT('',(20.138392807877,142.352742965486,197.934090307126)); +#11727=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,197.884226295668)); +#11728=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,197.834188420663)); +#11729=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,197.821654255341)); +#11730=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,197.80910917283)); +#11731=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,197.805971389752)); +#11732=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,197.802832993846)); +#11733=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,197.802048262018)); +#11734=CARTESIAN_POINT('',(20.005304530409,140.118121765627,197.801002029658)); +#11735=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,197.800740462464)); +#11736=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800740521215)); +#11737=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,198.000000029809)); +#11738=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,198.000000029809)); +#11739=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800740521214)); +#11740=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,195.800740462462)); +#11741=CARTESIAN_POINT('',(20.005304545805,140.118123503666,195.801002045053)); +#11742=CARTESIAN_POINT('',(20.006350778155,140.236232235784,195.802048277403)); +#11743=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,195.802833024622)); +#11744=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,195.805971389751)); +#11745=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,195.809109172829)); +#11746=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,195.82165425534)); +#11747=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,195.834188420662)); +#11748=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,195.884226295667)); +#11749=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,195.934090307125)); +#11750=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,196.000000029808)); +#11751=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,196.000000029808)); +#11752=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,195.934088395023)); +#11753=CARTESIAN_POINT('',(20.0885252838701,78.114541748204,195.884222783118)); +#11754=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,195.834183009788)); +#11755=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,195.821648296499)); +#11756=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,195.809102521744)); +#11757=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,195.80596452963)); +#11758=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,195.802825852956)); +#11759=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,195.802041033004)); +#11760=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,195.800994635387)); +#11761=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,195.800732991047)); +#11762=CARTESIAN_POINT('',(20.0050354789155,80.,195.800732978163)); +#11763=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,196.000000029808)); +#11764=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,196.065909752491)); +#11765=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,196.115773763949)); +#11766=CARTESIAN_POINT('',(20.0384909214141,141.179995345491,196.165811638954)); +#11767=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,196.178345804276)); +#11768=CARTESIAN_POINT('',(20.013411673581,140.590453332215,196.190890886787)); +#11769=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,196.194028669865)); +#11770=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,196.197167065771)); +#11771=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,196.197951797599)); +#11772=CARTESIAN_POINT('',(20.005304530409,140.118121765627,196.198998029959)); +#11773=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,196.199259597153)); +#11774=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199259538402)); +#11775=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,196.000000029808)); +#11776=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,196.000000029808)); +#11777=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800740521214)); +#11778=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,191.800740462462)); +#11779=CARTESIAN_POINT('',(20.005304545805,140.118123503666,191.801002045053)); +#11780=CARTESIAN_POINT('',(20.006350778155,140.236232235784,191.802048277403)); +#11781=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,191.802833024622)); +#11782=CARTESIAN_POINT('',(20.010273890503,140.472414064887,191.805971389751)); +#11783=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,191.809109172829)); +#11784=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,191.82165425534)); +#11785=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,191.834188420662)); +#11786=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,191.884226295667)); +#11787=CARTESIAN_POINT('',(20.138392807877,142.352742965486,191.934090307125)); +#11788=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,192.000000029808)); +#11789=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,192.000000029808)); +#11790=CARTESIAN_POINT('',(20.138390895775,77.6472311228407,191.934088395023)); +#11791=CARTESIAN_POINT('',(20.08852528387,78.1145417482058,191.884222783118)); +#11792=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,191.834183009788)); +#11793=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,191.821648296499)); +#11794=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,191.809102521744)); +#11795=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,191.80596452963)); +#11796=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,191.802825852956)); +#11797=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,191.802041033004)); +#11798=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,191.800994635387)); +#11799=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,191.800732991047)); +#11800=CARTESIAN_POINT('',(20.0050354789155,80.,191.800732978163)); +#11801=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,192.000000029808)); +#11802=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,192.065909752491)); +#11803=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,192.115773763949)); +#11804=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,192.165811638954)); +#11805=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,192.178345804276)); +#11806=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,192.190890886787)); +#11807=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,192.194028669865)); +#11808=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,192.197167065771)); +#11809=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,192.197951797599)); +#11810=CARTESIAN_POINT('',(20.005304530409,140.118121765627,192.198998029959)); +#11811=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,192.199259597153)); +#11812=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199259538402)); +#11813=CARTESIAN_POINT('',(20.0050354789155,80.,192.199267081453)); +#11814=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,192.199267068568)); +#11815=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,192.199005408831)); +#11816=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,192.197959011224)); +#11817=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,192.197174175881)); +#11818=CARTESIAN_POINT('',(20.010267030382,79.5275806440113,192.194035529986)); +#11819=CARTESIAN_POINT('',(20.0134050224961,79.4095400602692,192.190897537872)); +#11820=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,192.178351763117)); +#11821=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,192.165817049828)); +#11822=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,192.115777276498)); +#11823=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,192.065911664593)); +#11824=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,192.000000029808)); +#11825=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,192.000000029808)); +#11826=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,192.000000029808)); +#11827=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199259538403)); +#11828=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,194.199259597155)); +#11829=CARTESIAN_POINT('',(20.005304545805,140.118123503666,194.198998014564)); +#11830=CARTESIAN_POINT('',(20.006350778155,140.236232235784,194.197951782214)); +#11831=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,194.197167034995)); +#11832=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,194.194028669866)); +#11833=CARTESIAN_POINT('',(20.013411673581,140.590453332216,194.190890886788)); +#11834=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,194.178345804277)); +#11835=CARTESIAN_POINT('',(20.0384909214141,141.179995345491,194.165811638955)); +#11836=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,194.11577376395)); +#11837=CARTESIAN_POINT('',(20.138392807877,142.352742965486,194.065909752492)); +#11838=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,194.000000029809)); +#11839=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,194.000000029809)); +#11840=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,193.934090307126)); +#11841=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,193.884226295668)); +#11842=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,193.834188420663)); +#11843=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,193.821654255341)); +#11844=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,193.80910917283)); +#11845=CARTESIAN_POINT('',(20.010273890503,140.472414064887,193.805971389752)); +#11846=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,193.802832993846)); +#11847=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,193.802048262018)); +#11848=CARTESIAN_POINT('',(20.005304530409,140.118121765627,193.801002029658)); +#11849=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,193.800740462464)); +#11850=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800740521215)); +#11851=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,194.000000029809)); +#11852=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,194.000000029809)); +#11853=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,23.8007405212139)); +#11854=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,23.8007404624617)); +#11855=CARTESIAN_POINT('',(20.005304545805,140.118123503666,23.8010020450529)); +#11856=CARTESIAN_POINT('',(20.006350778155,140.236232235784,23.8020482774029)); +#11857=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,23.8028330246216)); +#11858=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,23.8059713897508)); +#11859=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,23.8091091728289)); +#11860=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,23.8216542553402)); +#11861=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,23.8341884206622)); +#11862=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,23.8842262956668)); +#11863=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,23.9340903071251)); +#11864=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,24.0000000298081)); +#11865=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,24.0000000298081)); +#11866=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,24.0659097524911)); +#11867=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,24.1157737639494)); +#11868=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,24.1658116389539)); +#11869=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,24.178345804276)); +#11870=CARTESIAN_POINT('',(20.013411673581,140.590453332215,24.1908908867872)); +#11871=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,24.1940286698653)); +#11872=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,24.1971670657708)); +#11873=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,24.1979517975987)); +#11874=CARTESIAN_POINT('',(20.005304530409,140.118121765627,24.1989980299591)); +#11875=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,24.1992595971527)); +#11876=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,24.1992595384023)); +#11877=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,24.0000000298081)); +#11878=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,24.0000000298081)); +#11879=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,26.1992595384032)); +#11880=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,26.1992595971553)); +#11881=CARTESIAN_POINT('',(20.005304545805,140.118123503666,26.1989980145641)); +#11882=CARTESIAN_POINT('',(20.006350778155,140.236232235784,26.1979517822141)); +#11883=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,26.1971670349954)); +#11884=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,26.1940286698662)); +#11885=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,26.1908908867882)); +#11886=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,26.1783458042768)); +#11887=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,26.1658116389548)); +#11888=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,26.1157737639503)); +#11889=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,26.0659097524919)); +#11890=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,26.000000029809)); +#11891=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,26.000000029809)); +#11892=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,26.0659116645942)); +#11893=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,26.1157772764994)); +#11894=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,26.1658170498291)); +#11895=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,26.178351763118)); +#11896=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,26.1908975378731)); +#11897=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,26.1940355299871)); +#11898=CARTESIAN_POINT('',(20.007128353708,79.7047118264416,26.1971742066611)); +#11899=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,26.1979590266134)); +#11900=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,26.1990054242302)); +#11901=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,26.1992670685698)); +#11902=CARTESIAN_POINT('',(20.0050354789155,80.,26.1992670814536)); +#11903=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,26.000000029809)); +#11904=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,25.934090307126)); +#11905=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,25.8842262956677)); +#11906=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,25.8341884206631)); +#11907=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,25.8216542553411)); +#11908=CARTESIAN_POINT('',(20.013411673581,140.590453332214,25.8091091728298)); +#11909=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,25.8059713897518)); +#11910=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,25.8028329938463)); +#11911=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,25.8020482620184)); +#11912=CARTESIAN_POINT('',(20.005304530409,140.118121765627,25.8010020296579)); +#11913=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,25.8007404624643)); +#11914=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,25.8007405212148)); +#11915=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,26.000000029809)); +#11916=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,26.000000029809)); +#11917=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,30.1992595384032)); +#11918=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,30.1992595971553)); +#11919=CARTESIAN_POINT('',(20.005304545805,140.118123503666,30.1989980145641)); +#11920=CARTESIAN_POINT('',(20.006350778155,140.236232235784,30.1979517822141)); +#11921=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,30.1971670349954)); +#11922=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,30.1940286698662)); +#11923=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,30.1908908867881)); +#11924=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,30.1783458042769)); +#11925=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,30.1658116389548)); +#11926=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,30.1157737639503)); +#11927=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,30.065909752492)); +#11928=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,30.000000029809)); +#11929=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,30.000000029809)); +#11930=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,30.0659116645942)); +#11931=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,30.1157772764994)); +#11932=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,30.1658170498291)); +#11933=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,30.1783517631179)); +#11934=CARTESIAN_POINT('',(20.0134050224962,79.4095400602682,30.1908975378731)); +#11935=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,30.1940355299871)); +#11936=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,30.1971742066611)); +#11937=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,30.1979590266134)); +#11938=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,30.1990054242302)); +#11939=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,30.1992670685697)); +#11940=CARTESIAN_POINT('',(20.0050354789155,80.,30.1992670814536)); +#11941=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,30.000000029809)); +#11942=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,29.934090307126)); +#11943=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,29.8842262956677)); +#11944=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,29.8341884206631)); +#11945=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,29.8216542553411)); +#11946=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,29.8091091728298)); +#11947=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,29.8059713897518)); +#11948=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,29.8028329938463)); +#11949=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,29.8020482620184)); +#11950=CARTESIAN_POINT('',(20.005304530409,140.118121765627,29.8010020296579)); +#11951=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,29.8007404624643)); +#11952=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,29.8007405212148)); +#11953=CARTESIAN_POINT('',(20.0050354789155,80.,29.8007329781644)); +#11954=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,29.8007329910486)); +#11955=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,29.8009946507864)); +#11956=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,29.8020410483928)); +#11957=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,29.8028258837365)); +#11958=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,29.8059645296308)); +#11959=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,29.8091025217449)); +#11960=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,29.8216482965)); +#11961=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,29.8341830097888)); +#11962=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,29.8842227831186)); +#11963=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,29.9340883950237)); +#11964=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,30.000000029809)); +#11965=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,30.000000029809)); +#11966=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,30.000000029809)); +#11967=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,27.8007405212139)); +#11968=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,27.8007404624617)); +#11969=CARTESIAN_POINT('',(20.005304545805,140.118123503666,27.8010020450529)); +#11970=CARTESIAN_POINT('',(20.006350778155,140.236232235784,27.8020482774029)); +#11971=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,27.8028330246216)); +#11972=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,27.8059713897509)); +#11973=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,27.8091091728289)); +#11974=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,27.8216542553402)); +#11975=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,27.8341884206622)); +#11976=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,27.8842262956667)); +#11977=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,27.9340903071251)); +#11978=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,28.0000000298081)); +#11979=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,28.0000000298081)); +#11980=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,27.9340883950228)); +#11981=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,27.8842227831177)); +#11982=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,27.8341830097879)); +#11983=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,27.8216482964991)); +#11984=CARTESIAN_POINT('',(20.0134050224962,79.4095400602686,27.8091025217439)); +#11985=CARTESIAN_POINT('',(20.010267030382,79.5275806440119,27.8059645296299)); +#11986=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,27.8028258529559)); +#11987=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,27.8020410330037)); +#11988=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,27.8009946353868)); +#11989=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,27.8007329910473)); +#11990=CARTESIAN_POINT('',(20.0050354789155,80.,27.8007329781635)); +#11991=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,28.0000000298081)); +#11992=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,28.0659097524911)); +#11993=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,28.1157737639493)); +#11994=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,28.1658116389539)); +#11995=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,28.1783458042759)); +#11996=CARTESIAN_POINT('',(20.013411673581,140.590453332215,28.1908908867872)); +#11997=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,28.1940286698653)); +#11998=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,28.1971670657708)); +#11999=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,28.1979517975987)); +#12000=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,28.1989980299591)); +#12001=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,28.1992595971527)); +#12002=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,28.1992595384023)); +#12003=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,28.0000000298081)); +#12004=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,28.0000000298081)); +#12005=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,38.1992595384032)); +#12006=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,38.1992595971553)); +#12007=CARTESIAN_POINT('',(20.005304545805,140.118123503666,38.1989980145641)); +#12008=CARTESIAN_POINT('',(20.006350778155,140.236232235784,38.1979517822141)); +#12009=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,38.1971670349954)); +#12010=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,38.1940286698662)); +#12011=CARTESIAN_POINT('',(20.013411673581,140.590453332215,38.1908908867881)); +#12012=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,38.1783458042768)); +#12013=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,38.1658116389549)); +#12014=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,38.1157737639503)); +#12015=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,38.065909752492)); +#12016=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,38.000000029809)); +#12017=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,38.000000029809)); +#12018=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,38.0659116645942)); +#12019=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,38.1157772764994)); +#12020=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,38.1658170498291)); +#12021=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,38.178351763118)); +#12022=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,38.1908975378731)); +#12023=CARTESIAN_POINT('',(20.010267030382,79.527580644013,38.1940355299871)); +#12024=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,38.1971742066611)); +#12025=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,38.1979590266134)); +#12026=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,38.1990054242302)); +#12027=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,38.1992670685698)); +#12028=CARTESIAN_POINT('',(20.0050354789155,80.,38.1992670814536)); +#12029=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,38.000000029809)); +#12030=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,37.934090307126)); +#12031=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,37.8842262956677)); +#12032=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,37.8341884206631)); +#12033=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,37.8216542553411)); +#12034=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,37.8091091728298)); +#12035=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,37.8059713897518)); +#12036=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,37.8028329938463)); +#12037=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,37.8020482620184)); +#12038=CARTESIAN_POINT('',(20.005304530409,140.118121765627,37.8010020296579)); +#12039=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,37.8007404624643)); +#12040=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,37.8007405212148)); +#12041=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,38.000000029809)); +#12042=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,38.000000029809)); +#12043=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,35.8007405212139)); +#12044=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,35.8007404624617)); +#12045=CARTESIAN_POINT('',(20.005304545805,140.118123503666,35.8010020450529)); +#12046=CARTESIAN_POINT('',(20.006350778155,140.236232235784,35.8020482774029)); +#12047=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,35.8028330246216)); +#12048=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,35.8059713897509)); +#12049=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,35.8091091728289)); +#12050=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,35.8216542553402)); +#12051=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,35.8341884206622)); +#12052=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,35.8842262956668)); +#12053=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,35.9340903071251)); +#12054=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,36.0000000298081)); +#12055=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,36.0000000298081)); +#12056=CARTESIAN_POINT('',(20.1383908957748,77.6472311228418,35.9340883950228)); +#12057=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,35.8842227831177)); +#12058=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,35.8341830097879)); +#12059=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,35.8216482964991)); +#12060=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,35.809102521744)); +#12061=CARTESIAN_POINT('',(20.0102670303819,79.5275806440128,35.8059645296299)); +#12062=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,35.8028258529559)); +#12063=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,35.8020410330037)); +#12064=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,35.8009946353868)); +#12065=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,35.8007329910473)); +#12066=CARTESIAN_POINT('',(20.0050354789155,80.,35.8007329781635)); +#12067=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,36.0000000298081)); +#12068=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,36.0659097524911)); +#12069=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,36.1157737639494)); +#12070=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,36.165811638954)); +#12071=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,36.1783458042759)); +#12072=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,36.1908908867873)); +#12073=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,36.1940286698653)); +#12074=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,36.1971670657707)); +#12075=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,36.1979517975987)); +#12076=CARTESIAN_POINT('',(20.005304530409,140.118121765627,36.1989980299591)); +#12077=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,36.1992595971527)); +#12078=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,36.1992595384023)); +#12079=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,36.0000000298081)); +#12080=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,36.0000000298081)); +#12081=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,31.8007405212138)); +#12082=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,31.8007404624617)); +#12083=CARTESIAN_POINT('',(20.005304545805,140.118123503666,31.8010020450529)); +#12084=CARTESIAN_POINT('',(20.006350778155,140.236232235784,31.8020482774029)); +#12085=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,31.8028330246216)); +#12086=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,31.8059713897508)); +#12087=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,31.8091091728289)); +#12088=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,31.8216542553402)); +#12089=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,31.8341884206622)); +#12090=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,31.8842262956668)); +#12091=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,31.9340903071251)); +#12092=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,32.0000000298081)); +#12093=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,32.0000000298081)); +#12094=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,31.9340883950228)); +#12095=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,31.8842227831177)); +#12096=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,31.8341830097879)); +#12097=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,31.8216482964991)); +#12098=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,31.809102521744)); +#12099=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,31.8059645296299)); +#12100=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,31.8028258529559)); +#12101=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,31.8020410330037)); +#12102=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,31.8009946353868)); +#12103=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,31.8007329910473)); +#12104=CARTESIAN_POINT('',(20.0050354789155,80.,31.8007329781635)); +#12105=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,32.0000000298081)); +#12106=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,32.065909752491)); +#12107=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,32.1157737639494)); +#12108=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,32.1658116389539)); +#12109=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,32.1783458042759)); +#12110=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,32.1908908867873)); +#12111=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,32.1940286698653)); +#12112=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,32.1971670657708)); +#12113=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,32.1979517975987)); +#12114=CARTESIAN_POINT('',(20.005304530409,140.118121765627,32.1989980299591)); +#12115=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,32.1992595971527)); +#12116=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,32.1992595384023)); +#12117=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,32.0000000298081)); +#12118=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,32.0000000298081)); +#12119=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,34.1992595384032)); +#12120=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,34.1992595971553)); +#12121=CARTESIAN_POINT('',(20.005304545805,140.118123503666,34.1989980145641)); +#12122=CARTESIAN_POINT('',(20.006350778155,140.236232235784,34.1979517822141)); +#12123=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,34.1971670349954)); +#12124=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,34.1940286698661)); +#12125=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,34.1908908867882)); +#12126=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,34.1783458042768)); +#12127=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,34.1658116389548)); +#12128=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,34.1157737639503)); +#12129=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,34.0659097524919)); +#12130=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,34.000000029809)); +#12131=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,34.000000029809)); +#12132=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,34.0659116645943)); +#12133=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,34.1157772764994)); +#12134=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,34.1658170498291)); +#12135=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,34.178351763118)); +#12136=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,34.1908975378731)); +#12137=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,34.1940355299871)); +#12138=CARTESIAN_POINT('',(20.007128353708,79.7047118264418,34.1971742066611)); +#12139=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,34.1979590266134)); +#12140=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,34.1990054242302)); +#12141=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,34.1992670685697)); +#12142=CARTESIAN_POINT('',(20.0050354789155,80.,34.1992670814536)); +#12143=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,34.000000029809)); +#12144=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,33.9340903071259)); +#12145=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,33.8842262956677)); +#12146=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,33.8341884206631)); +#12147=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,33.8216542553411)); +#12148=CARTESIAN_POINT('',(20.013411673581,140.590453332215,33.8091091728299)); +#12149=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,33.8059713897517)); +#12150=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,33.8028329938463)); +#12151=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,33.8020482620184)); +#12152=CARTESIAN_POINT('',(20.005304530409,140.118121765627,33.8010020296579)); +#12153=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,33.8007404624643)); +#12154=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,33.8007405212148)); +#12155=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,34.000000029809)); +#12156=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,34.000000029809)); +#12157=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,54.1992595384032)); +#12158=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,54.1992595971554)); +#12159=CARTESIAN_POINT('',(20.005304545805,140.118123503666,54.1989980145641)); +#12160=CARTESIAN_POINT('',(20.006350778155,140.236232235784,54.1979517822141)); +#12161=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,54.1971670349954)); +#12162=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,54.1940286698662)); +#12163=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,54.1908908867882)); +#12164=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,54.1783458042768)); +#12165=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,54.1658116389548)); +#12166=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,54.1157737639503)); +#12167=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,54.065909752492)); +#12168=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,54.000000029809)); +#12169=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,54.000000029809)); +#12170=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,54.0659116645942)); +#12171=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,54.1157772764994)); +#12172=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,54.1658170498291)); +#12173=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,54.178351763118)); +#12174=CARTESIAN_POINT('',(20.0134050224962,79.4095400602687,54.1908975378731)); +#12175=CARTESIAN_POINT('',(20.010267030382,79.5275806440118,54.1940355299871)); +#12176=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,54.1971742066611)); +#12177=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,54.1979590266134)); +#12178=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,54.1990054242302)); +#12179=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,54.1992670685697)); +#12180=CARTESIAN_POINT('',(20.0050354789155,80.,54.1992670814536)); +#12181=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,54.000000029809)); +#12182=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,53.934090307126)); +#12183=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,53.8842262956677)); +#12184=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,53.8341884206631)); +#12185=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,53.8216542553411)); +#12186=CARTESIAN_POINT('',(20.013411673581,140.590453332215,53.8091091728298)); +#12187=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,53.8059713897517)); +#12188=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,53.8028329938463)); +#12189=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,53.8020482620184)); +#12190=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,53.8010020296579)); +#12191=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,53.8007404624643)); +#12192=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,53.8007405212148)); +#12193=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,54.000000029809)); +#12194=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,54.000000029809)); +#12195=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,51.8007405212139)); +#12196=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,51.8007404624617)); +#12197=CARTESIAN_POINT('',(20.005304545805,140.118123503666,51.8010020450529)); +#12198=CARTESIAN_POINT('',(20.006350778155,140.236232235784,51.8020482774029)); +#12199=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,51.8028330246216)); +#12200=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,51.8059713897509)); +#12201=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,51.8091091728289)); +#12202=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,51.8216542553402)); +#12203=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,51.8341884206622)); +#12204=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,51.8842262956668)); +#12205=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,51.934090307125)); +#12206=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,52.0000000298081)); +#12207=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,52.0000000298081)); +#12208=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,52.0659097524911)); +#12209=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,52.1157737639494)); +#12210=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,52.1658116389538)); +#12211=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,52.1783458042759)); +#12212=CARTESIAN_POINT('',(20.013411673581,140.590453332215,52.1908908867872)); +#12213=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,52.1940286698653)); +#12214=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,52.1971670657708)); +#12215=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,52.1979517975987)); +#12216=CARTESIAN_POINT('',(20.005304530409,140.118121765627,52.1989980299591)); +#12217=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,52.1992595971527)); +#12218=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,52.1992595384023)); +#12219=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,52.0000000298081)); +#12220=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,52.0000000298081)); +#12221=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,47.8007405212139)); +#12222=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,47.8007404624617)); +#12223=CARTESIAN_POINT('',(20.005304545805,140.118123503666,47.8010020450529)); +#12224=CARTESIAN_POINT('',(20.006350778155,140.236232235784,47.8020482774029)); +#12225=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,47.8028330246216)); +#12226=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,47.8059713897508)); +#12227=CARTESIAN_POINT('',(20.013411673581,140.590453332215,47.8091091728289)); +#12228=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,47.8216542553402)); +#12229=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,47.8341884206622)); +#12230=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,47.8842262956667)); +#12231=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,47.9340903071251)); +#12232=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,48.0000000298081)); +#12233=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,48.0000000298081)); +#12234=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,48.065909752491)); +#12235=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,48.1157737639494)); +#12236=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,48.1658116389539)); +#12237=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,48.178345804276)); +#12238=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,48.1908908867872)); +#12239=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,48.1940286698653)); +#12240=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,48.1971670657708)); +#12241=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,48.1979517975987)); +#12242=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,48.1989980299591)); +#12243=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,48.1992595971527)); +#12244=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,48.1992595384023)); +#12245=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,48.0000000298081)); +#12246=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,48.0000000298081)); +#12247=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,50.1992595384032)); +#12248=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,50.1992595971553)); +#12249=CARTESIAN_POINT('',(20.005304545805,140.118123503666,50.1989980145641)); +#12250=CARTESIAN_POINT('',(20.006350778155,140.236232235784,50.1979517822141)); +#12251=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,50.1971670349954)); +#12252=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,50.1940286698662)); +#12253=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,50.1908908867881)); +#12254=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,50.1783458042769)); +#12255=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,50.1658116389548)); +#12256=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,50.1157737639503)); +#12257=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,50.0659097524919)); +#12258=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,50.000000029809)); +#12259=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,50.000000029809)); +#12260=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,49.934090307126)); +#12261=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,49.8842262956677)); +#12262=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,49.8341884206631)); +#12263=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,49.8216542553411)); +#12264=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,49.8091091728297)); +#12265=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,49.8059713897518)); +#12266=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,49.8028329938463)); +#12267=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,49.8020482620184)); +#12268=CARTESIAN_POINT('',(20.005304530409,140.118121765627,49.8010020296579)); +#12269=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,49.8007404624643)); +#12270=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,49.8007405212148)); +#12271=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,50.000000029809)); +#12272=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,50.000000029809)); +#12273=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,39.8007405212139)); +#12274=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,39.8007404624617)); +#12275=CARTESIAN_POINT('',(20.005304545805,140.118123503666,39.8010020450529)); +#12276=CARTESIAN_POINT('',(20.006350778155,140.236232235784,39.8020482774029)); +#12277=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,39.8028330246216)); +#12278=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,39.8059713897508)); +#12279=CARTESIAN_POINT('',(20.013411673581,140.590453332216,39.8091091728289)); +#12280=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,39.8216542553402)); +#12281=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,39.8341884206623)); +#12282=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,39.8842262956668)); +#12283=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,39.9340903071251)); +#12284=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,40.0000000298081)); +#12285=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,40.0000000298081)); +#12286=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,40.065909752491)); +#12287=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,40.1157737639494)); +#12288=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,40.1658116389539)); +#12289=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,40.1783458042759)); +#12290=CARTESIAN_POINT('',(20.013411673581,140.590453332215,40.1908908867872)); +#12291=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,40.1940286698653)); +#12292=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,40.1971670657708)); +#12293=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,40.1979517975987)); +#12294=CARTESIAN_POINT('',(20.005304530409,140.118121765627,40.1989980299591)); +#12295=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,40.1992595971527)); +#12296=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,40.1992595384023)); +#12297=CARTESIAN_POINT('',(20.0050354789155,80.,40.1992670814527)); +#12298=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,40.1992670685685)); +#12299=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,40.1990054088306)); +#12300=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,40.1979590112243)); +#12301=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,40.1971741758806)); +#12302=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,40.1940355299862)); +#12303=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,40.1908975378721)); +#12304=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,40.178351763117)); +#12305=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,40.1658170498282)); +#12306=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,40.1157772764985)); +#12307=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,40.0659116645933)); +#12308=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,40.0000000298081)); +#12309=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,40.0000000298081)); +#12310=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,40.0000000298081)); +#12311=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,42.1992595384032)); +#12312=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,42.1992595971554)); +#12313=CARTESIAN_POINT('',(20.005304545805,140.118123503666,42.1989980145641)); +#12314=CARTESIAN_POINT('',(20.006350778155,140.236232235784,42.1979517822141)); +#12315=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,42.1971670349954)); +#12316=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,42.1940286698662)); +#12317=CARTESIAN_POINT('',(20.013411673581,140.590453332215,42.1908908867881)); +#12318=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,42.1783458042769)); +#12319=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,42.1658116389548)); +#12320=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,42.1157737639503)); +#12321=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,42.065909752492)); +#12322=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,42.000000029809)); +#12323=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,42.000000029809)); +#12324=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,41.934090307126)); +#12325=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,41.8842262956677)); +#12326=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,41.8341884206631)); +#12327=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,41.8216542553411)); +#12328=CARTESIAN_POINT('',(20.013411673581,140.590453332215,41.8091091728298)); +#12329=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,41.8059713897517)); +#12330=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,41.8028329938463)); +#12331=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,41.8020482620184)); +#12332=CARTESIAN_POINT('',(20.005304530409,140.118121765627,41.8010020296579)); +#12333=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,41.8007404624643)); +#12334=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,41.8007405212148)); +#12335=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,42.000000029809)); +#12336=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,42.000000029809)); +#12337=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,46.1992595384032)); +#12338=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,46.1992595971554)); +#12339=CARTESIAN_POINT('',(20.005304545805,140.118123503666,46.1989980145641)); +#12340=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,46.1979517822141)); +#12341=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,46.1971670349954)); +#12342=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,46.1940286698662)); +#12343=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,46.1908908867882)); +#12344=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,46.1783458042768)); +#12345=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,46.1658116389548)); +#12346=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,46.1157737639503)); +#12347=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,46.0659097524919)); +#12348=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,46.000000029809)); +#12349=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,46.000000029809)); +#12350=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,46.0659116645942)); +#12351=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,46.1157772764994)); +#12352=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,46.1658170498291)); +#12353=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,46.1783517631179)); +#12354=CARTESIAN_POINT('',(20.0134050224962,79.4095400602682,46.1908975378731)); +#12355=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,46.1940355299871)); +#12356=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,46.1971742066611)); +#12357=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,46.1979590266134)); +#12358=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,46.1990054242302)); +#12359=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,46.1992670685697)); +#12360=CARTESIAN_POINT('',(20.0050354789155,80.,46.1992670814536)); +#12361=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,46.000000029809)); +#12362=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,45.9340903071261)); +#12363=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,45.8842262956676)); +#12364=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,45.8341884206631)); +#12365=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,45.8216542553411)); +#12366=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,45.8091091728298)); +#12367=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,45.8059713897518)); +#12368=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,45.8028329938463)); +#12369=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,45.8020482620184)); +#12370=CARTESIAN_POINT('',(20.005304530409,140.118121765627,45.8010020296579)); +#12371=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,45.8007404624643)); +#12372=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,45.8007405212148)); +#12373=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,46.000000029809)); +#12374=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,46.000000029809)); +#12375=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,43.8007405212139)); +#12376=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,43.8007404624617)); +#12377=CARTESIAN_POINT('',(20.005304545805,140.118123503666,43.8010020450529)); +#12378=CARTESIAN_POINT('',(20.006350778155,140.236232235784,43.8020482774029)); +#12379=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,43.8028330246216)); +#12380=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,43.8059713897509)); +#12381=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,43.8091091728289)); +#12382=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,43.8216542553402)); +#12383=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,43.8341884206622)); +#12384=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,43.8842262956668)); +#12385=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,43.9340903071251)); +#12386=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,44.0000000298081)); +#12387=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,44.0000000298081)); +#12388=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,43.9340883950228)); +#12389=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,43.8842227831177)); +#12390=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,43.8341830097879)); +#12391=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,43.8216482964991)); +#12392=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,43.809102521744)); +#12393=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,43.8059645296299)); +#12394=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,43.8028258529559)); +#12395=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,43.8020410330037)); +#12396=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,43.8009946353868)); +#12397=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,43.8007329910473)); +#12398=CARTESIAN_POINT('',(20.0050354789155,80.,43.8007329781635)); +#12399=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,44.0000000298081)); +#12400=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,44.0659097524911)); +#12401=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,44.1157737639494)); +#12402=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,44.1658116389538)); +#12403=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,44.178345804276)); +#12404=CARTESIAN_POINT('',(20.013411673581,140.590453332215,44.1908908867872)); +#12405=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,44.1940286698653)); +#12406=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,44.1971670657708)); +#12407=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,44.1979517975987)); +#12408=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,44.1989980299591)); +#12409=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,44.1992595971527)); +#12410=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,44.1992595384023)); +#12411=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,44.0000000298081)); +#12412=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,44.0000000298081)); +#12413=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992595384032)); +#12414=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,86.1992595971553)); +#12415=CARTESIAN_POINT('',(20.005304545805,140.118123503666,86.1989980145641)); +#12416=CARTESIAN_POINT('',(20.006350778155,140.236232235784,86.1979517822141)); +#12417=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,86.1971670349953)); +#12418=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,86.1940286698661)); +#12419=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,86.1908908867882)); +#12420=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,86.1783458042768)); +#12421=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,86.1658116389548)); +#12422=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,86.1157737639502)); +#12423=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,86.0659097524919)); +#12424=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,86.0000000298089)); +#12425=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,86.0000000298089)); +#12426=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,85.9340903071259)); +#12427=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,85.8842262956676)); +#12428=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,85.8341884206631)); +#12429=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,85.821654255341)); +#12430=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,85.8091091728297)); +#12431=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,85.8059713897517)); +#12432=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,85.8028329938462)); +#12433=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,85.8020482620183)); +#12434=CARTESIAN_POINT('',(20.005304530409,140.118121765627,85.8010020296579)); +#12435=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,85.8007404624643)); +#12436=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007405212147)); +#12437=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,86.0000000298089)); +#12438=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,86.0000000298089)); +#12439=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007405212138)); +#12440=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,83.8007404624616)); +#12441=CARTESIAN_POINT('',(20.005304545805,140.118123503666,83.8010020450529)); +#12442=CARTESIAN_POINT('',(20.006350778155,140.236232235784,83.8020482774029)); +#12443=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,83.8028330246216)); +#12444=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,83.8059713897508)); +#12445=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,83.8091091728288)); +#12446=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,83.8216542553401)); +#12447=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,83.8341884206622)); +#12448=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,83.8842262956667)); +#12449=CARTESIAN_POINT('',(20.138392807877,142.352742965486,83.9340903071249)); +#12450=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,84.000000029808)); +#12451=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,84.000000029808)); +#12452=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,83.9340883950228)); +#12453=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,83.8842227831176)); +#12454=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,83.8341830097879)); +#12455=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,83.821648296499)); +#12456=CARTESIAN_POINT('',(20.0134050224963,79.4095400602659,83.809102521744)); +#12457=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,83.8059645296298)); +#12458=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,83.8028258529558)); +#12459=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,83.8020410330036)); +#12460=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,83.8009946353868)); +#12461=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,83.8007329910472)); +#12462=CARTESIAN_POINT('',(20.0050354789155,80.,83.8007329781634)); +#12463=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,84.000000029808)); +#12464=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,84.065909752491)); +#12465=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,84.1157737639493)); +#12466=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,84.1658116389539)); +#12467=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,84.1783458042759)); +#12468=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,84.1908908867872)); +#12469=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,84.1940286698652)); +#12470=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,84.1971670657707)); +#12471=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,84.1979517975986)); +#12472=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,84.198998029959)); +#12473=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,84.1992595971526)); +#12474=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992595384022)); +#12475=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,84.000000029808)); +#12476=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,84.000000029808)); +#12477=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007405212138)); +#12478=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,79.8007404624616)); +#12479=CARTESIAN_POINT('',(20.005304545805,140.118123503666,79.8010020450529)); +#12480=CARTESIAN_POINT('',(20.006350778155,140.236232235784,79.8020482774029)); +#12481=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,79.8028330246216)); +#12482=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,79.8059713897508)); +#12483=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,79.8091091728288)); +#12484=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,79.8216542553401)); +#12485=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,79.8341884206622)); +#12486=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,79.8842262956667)); +#12487=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,79.934090307125)); +#12488=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,80.000000029808)); +#12489=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,80.000000029808)); +#12490=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,80.065909752491)); +#12491=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,80.1157737639493)); +#12492=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,80.1658116389538)); +#12493=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,80.1783458042759)); +#12494=CARTESIAN_POINT('',(20.013411673581,140.590453332216,80.1908908867871)); +#12495=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,80.1940286698653)); +#12496=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,80.1971670657707)); +#12497=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,80.1979517975986)); +#12498=CARTESIAN_POINT('',(20.005304530409,140.118121765627,80.1989980299591)); +#12499=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,80.1992595971527)); +#12500=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992595384022)); +#12501=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,80.000000029808)); +#12502=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,80.000000029808)); +#12503=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992595384031)); +#12504=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,82.1992595971553)); +#12505=CARTESIAN_POINT('',(20.005304545805,140.118123503666,82.1989980145641)); +#12506=CARTESIAN_POINT('',(20.006350778155,140.236232235784,82.1979517822141)); +#12507=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,82.1971670349953)); +#12508=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,82.1940286698661)); +#12509=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,82.1908908867881)); +#12510=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,82.1783458042768)); +#12511=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,82.1658116389548)); +#12512=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,82.1157737639502)); +#12513=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,82.0659097524919)); +#12514=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,82.0000000298089)); +#12515=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,82.0000000298089)); +#12516=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,82.0659116645942)); +#12517=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,82.1157772764993)); +#12518=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,82.1658170498291)); +#12519=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,82.1783517631179)); +#12520=CARTESIAN_POINT('',(20.0134050224962,79.4095400602682,82.190897537873)); +#12521=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,82.1940355299871)); +#12522=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,82.1971742066611)); +#12523=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,82.1979590266133)); +#12524=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,82.1990054242302)); +#12525=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,82.1992670685697)); +#12526=CARTESIAN_POINT('',(20.0050354789155,80.,82.1992670814535)); +#12527=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,82.0000000298089)); +#12528=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,81.9340903071259)); +#12529=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,81.8842262956677)); +#12530=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,81.8341884206632)); +#12531=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,81.821654255341)); +#12532=CARTESIAN_POINT('',(20.013411673581,140.590453332216,81.8091091728298)); +#12533=CARTESIAN_POINT('',(20.0102738905029,140.47241406488,81.8059713897516)); +#12534=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,81.8028329938462)); +#12535=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,81.8020482620183)); +#12536=CARTESIAN_POINT('',(20.005304530409,140.118121765627,81.8010020296579)); +#12537=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,81.8007404624643)); +#12538=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007405212147)); +#12539=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,82.0000000298089)); +#12540=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,82.0000000298089)); +#12541=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,71.8007405212138)); +#12542=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,71.8007404624616)); +#12543=CARTESIAN_POINT('',(20.005304545805,140.118123503666,71.8010020450529)); +#12544=CARTESIAN_POINT('',(20.006350778155,140.236232235784,71.8020482774029)); +#12545=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,71.8028330246216)); +#12546=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,71.8059713897508)); +#12547=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,71.8091091728288)); +#12548=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,71.8216542553401)); +#12549=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,71.8341884206622)); +#12550=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,71.8842262956667)); +#12551=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,71.934090307125)); +#12552=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,72.000000029808)); +#12553=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,72.000000029808)); +#12554=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,72.0659097524909)); +#12555=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,72.1157737639494)); +#12556=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,72.1658116389538)); +#12557=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,72.1783458042759)); +#12558=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,72.1908908867872)); +#12559=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,72.1940286698652)); +#12560=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,72.1971670657707)); +#12561=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,72.1979517975986)); +#12562=CARTESIAN_POINT('',(20.005304530409,140.118121765627,72.1989980299591)); +#12563=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,72.1992595971527)); +#12564=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,72.1992595384022)); +#12565=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,72.000000029808)); +#12566=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,72.000000029808)); +#12567=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,74.1992595384031)); +#12568=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,74.1992595971553)); +#12569=CARTESIAN_POINT('',(20.005304545805,140.118123503666,74.198998014564)); +#12570=CARTESIAN_POINT('',(20.006350778155,140.236232235784,74.1979517822141)); +#12571=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,74.1971670349953)); +#12572=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,74.1940286698661)); +#12573=CARTESIAN_POINT('',(20.013411673581,140.590453332216,74.190890886788)); +#12574=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,74.1783458042768)); +#12575=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,74.1658116389547)); +#12576=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,74.1157737639502)); +#12577=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,74.0659097524919)); +#12578=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,74.0000000298089)); +#12579=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,74.0000000298089)); +#12580=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,74.0659116645942)); +#12581=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,74.1157772764993)); +#12582=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,74.1658170498291)); +#12583=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,74.1783517631179)); +#12584=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,74.190897537873)); +#12585=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,74.1940355299871)); +#12586=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,74.1971742066611)); +#12587=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,74.1979590266133)); +#12588=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,74.1990054242302)); +#12589=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,74.1992670685697)); +#12590=CARTESIAN_POINT('',(20.0050354789155,80.,74.1992670814535)); +#12591=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,74.0000000298089)); +#12592=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,73.934090307126)); +#12593=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,73.8842262956676)); +#12594=CARTESIAN_POINT('',(20.0384909214144,141.179995345496,73.8341884206632)); +#12595=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,73.821654255341)); +#12596=CARTESIAN_POINT('',(20.013411673581,140.590453332216,73.8091091728298)); +#12597=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,73.8059713897517)); +#12598=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,73.8028329938462)); +#12599=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,73.8020482620183)); +#12600=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,73.8010020296579)); +#12601=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,73.8007404624643)); +#12602=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,73.8007405212147)); +#12603=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,74.0000000298089)); +#12604=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,74.0000000298089)); +#12605=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,78.1992595384031)); +#12606=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,78.1992595971553)); +#12607=CARTESIAN_POINT('',(20.005304545805,140.118123503666,78.198998014564)); +#12608=CARTESIAN_POINT('',(20.006350778155,140.236232235784,78.1979517822141)); +#12609=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,78.1971670349953)); +#12610=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,78.1940286698661)); +#12611=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,78.1908908867881)); +#12612=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,78.1783458042768)); +#12613=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,78.1658116389548)); +#12614=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,78.1157737639502)); +#12615=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,78.0659097524919)); +#12616=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,78.0000000298089)); +#12617=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,78.0000000298089)); +#12618=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,77.934090307126)); +#12619=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,77.8842262956675)); +#12620=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,77.834188420663)); +#12621=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,77.8216542553411)); +#12622=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,77.8091091728297)); +#12623=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,77.8059713897517)); +#12624=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,77.8028329938462)); +#12625=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,77.8020482620183)); +#12626=CARTESIAN_POINT('',(20.005304530409,140.118121765627,77.8010020296579)); +#12627=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,77.8007404624643)); +#12628=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,77.8007405212147)); +#12629=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,78.0000000298089)); +#12630=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,78.0000000298089)); +#12631=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,75.8007405212138)); +#12632=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,75.8007404624616)); +#12633=CARTESIAN_POINT('',(20.005304545805,140.118123503666,75.8010020450529)); +#12634=CARTESIAN_POINT('',(20.006350778155,140.236232235784,75.8020482774029)); +#12635=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,75.8028330246216)); +#12636=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,75.8059713897508)); +#12637=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,75.8091091728288)); +#12638=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,75.8216542553401)); +#12639=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,75.8341884206622)); +#12640=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,75.8842262956667)); +#12641=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,75.934090307125)); +#12642=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,76.000000029808)); +#12643=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,76.000000029808)); +#12644=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,75.9340883950228)); +#12645=CARTESIAN_POINT('',(20.08852528387,78.1145417482053,75.8842227831176)); +#12646=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,75.8341830097879)); +#12647=CARTESIAN_POINT('',(20.0259507972513,79.0555831592384,75.821648296499)); +#12648=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,75.8091025217439)); +#12649=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,75.8059645296298)); +#12650=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,75.8028258529559)); +#12651=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,75.8020410330036)); +#12652=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,75.8009946353868)); +#12653=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,75.8007329910472)); +#12654=CARTESIAN_POINT('',(20.0050354789155,80.,75.8007329781634)); +#12655=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,76.000000029808)); +#12656=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,76.065909752491)); +#12657=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,76.1157737639493)); +#12658=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,76.1658116389538)); +#12659=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,76.1783458042759)); +#12660=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,76.1908908867872)); +#12661=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,76.1940286698652)); +#12662=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,76.1971670657707)); +#12663=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,76.1979517975986)); +#12664=CARTESIAN_POINT('',(20.005304530409,140.118121765627,76.198998029959)); +#12665=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,76.1992595971526)); +#12666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,76.1992595384022)); +#12667=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,76.000000029808)); +#12668=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,76.000000029808)); +#12669=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,55.8007405212138)); +#12670=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,55.8007404624616)); +#12671=CARTESIAN_POINT('',(20.005304545805,140.118123503666,55.8010020450529)); +#12672=CARTESIAN_POINT('',(20.006350778155,140.236232235784,55.8020482774029)); +#12673=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,55.8028330246216)); +#12674=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,55.8059713897508)); +#12675=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,55.8091091728288)); +#12676=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,55.8216542553401)); +#12677=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,55.8341884206622)); +#12678=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,55.8842262956667)); +#12679=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,55.934090307125)); +#12680=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,56.000000029808)); +#12681=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,56.000000029808)); +#12682=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,55.9340883950228)); +#12683=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,55.8842227831176)); +#12684=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,55.8341830097879)); +#12685=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,55.821648296499)); +#12686=CARTESIAN_POINT('',(20.0134050224962,79.4095400602684,55.8091025217439)); +#12687=CARTESIAN_POINT('',(20.010267030382,79.5275806440121,55.8059645296299)); +#12688=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,55.8028258529559)); +#12689=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,55.8020410330036)); +#12690=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,55.8009946353868)); +#12691=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,55.8007329910472)); +#12692=CARTESIAN_POINT('',(20.0050354789155,80.,55.8007329781634)); +#12693=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,56.000000029808)); +#12694=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,56.065909752491)); +#12695=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,56.1157737639493)); +#12696=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,56.1658116389538)); +#12697=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,56.1783458042759)); +#12698=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,56.1908908867872)); +#12699=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,56.1940286698652)); +#12700=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,56.1971670657707)); +#12701=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,56.1979517975986)); +#12702=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,56.1989980299591)); +#12703=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,56.1992595971527)); +#12704=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,56.1992595384022)); +#12705=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,56.000000029808)); +#12706=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,56.000000029808)); +#12707=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,58.1992595384031)); +#12708=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,58.1992595971553)); +#12709=CARTESIAN_POINT('',(20.005304545805,140.118123503666,58.1989980145641)); +#12710=CARTESIAN_POINT('',(20.006350778155,140.236232235784,58.1979517822141)); +#12711=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,58.1971670349953)); +#12712=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,58.1940286698661)); +#12713=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,58.1908908867882)); +#12714=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,58.1783458042768)); +#12715=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,58.1658116389548)); +#12716=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,58.1157737639502)); +#12717=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,58.0659097524919)); +#12718=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,58.0000000298089)); +#12719=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,58.0000000298089)); +#12720=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,58.0659116645942)); +#12721=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,58.1157772764993)); +#12722=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,58.1658170498291)); +#12723=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,58.1783517631179)); +#12724=CARTESIAN_POINT('',(20.0134050224962,79.4095400602684,58.190897537873)); +#12725=CARTESIAN_POINT('',(20.010267030382,79.5275806440121,58.1940355299871)); +#12726=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,58.1971742066611)); +#12727=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,58.1979590266133)); +#12728=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,58.1990054242302)); +#12729=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,58.1992670685697)); +#12730=CARTESIAN_POINT('',(20.0050354789155,80.,58.1992670814535)); +#12731=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,58.0000000298089)); +#12732=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,57.9340903071259)); +#12733=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,57.8842262956676)); +#12734=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,57.8341884206631)); +#12735=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,57.8216542553411)); +#12736=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,57.8091091728297)); +#12737=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,57.8059713897517)); +#12738=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,57.8028329938462)); +#12739=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,57.8020482620183)); +#12740=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,57.8010020296579)); +#12741=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,57.8007404624643)); +#12742=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,57.8007405212147)); +#12743=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,58.0000000298089)); +#12744=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,58.0000000298089)); +#12745=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,62.1992595384031)); +#12746=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,62.1992595971553)); +#12747=CARTESIAN_POINT('',(20.005304545805,140.118123503666,62.1989980145641)); +#12748=CARTESIAN_POINT('',(20.006350778155,140.236232235784,62.1979517822141)); +#12749=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,62.1971670349953)); +#12750=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,62.1940286698661)); +#12751=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,62.1908908867882)); +#12752=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,62.1783458042768)); +#12753=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,62.1658116389548)); +#12754=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,62.1157737639502)); +#12755=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,62.0659097524919)); +#12756=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,62.0000000298089)); +#12757=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,62.0000000298089)); +#12758=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,62.0659116645942)); +#12759=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,62.1157772764993)); +#12760=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,62.165817049829)); +#12761=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,62.1783517631179)); +#12762=CARTESIAN_POINT('',(20.0134050224962,79.4095400602664,62.190897537873)); +#12763=CARTESIAN_POINT('',(20.0102670303819,79.527580644014,62.1940355299871)); +#12764=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,62.1971742066611)); +#12765=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,62.1979590266133)); +#12766=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,62.1990054242302)); +#12767=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,62.1992670685697)); +#12768=CARTESIAN_POINT('',(20.0050354789155,80.,62.1992670814535)); +#12769=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,62.0000000298089)); +#12770=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,61.934090307126)); +#12771=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,61.8842262956676)); +#12772=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,61.8341884206631)); +#12773=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,61.8216542553411)); +#12774=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,61.8091091728298)); +#12775=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,61.8059713897517)); +#12776=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,61.8028329938462)); +#12777=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,61.8020482620183)); +#12778=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,61.8010020296579)); +#12779=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,61.8007404624643)); +#12780=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,61.8007405212147)); +#12781=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,62.0000000298089)); +#12782=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,62.0000000298089)); +#12783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,59.8007405212138)); +#12784=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,59.8007404624616)); +#12785=CARTESIAN_POINT('',(20.005304545805,140.118123503666,59.8010020450529)); +#12786=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,59.8020482774029)); +#12787=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,59.8028330246216)); +#12788=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,59.8059713897508)); +#12789=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,59.8091091728288)); +#12790=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,59.8216542553401)); +#12791=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,59.8341884206622)); +#12792=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,59.8842262956667)); +#12793=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,59.934090307125)); +#12794=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,60.000000029808)); +#12795=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,60.000000029808)); +#12796=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,59.9340883950227)); +#12797=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,59.8842227831176)); +#12798=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,59.8341830097879)); +#12799=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,59.821648296499)); +#12800=CARTESIAN_POINT('',(20.0134050224962,79.4095400602677,59.8091025217439)); +#12801=CARTESIAN_POINT('',(20.010267030382,79.5275806440128,59.8059645296299)); +#12802=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,59.8028258529559)); +#12803=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,59.8020410330036)); +#12804=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,59.8009946353868)); +#12805=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,59.8007329910472)); +#12806=CARTESIAN_POINT('',(20.0050354789155,80.,59.8007329781634)); +#12807=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,60.000000029808)); +#12808=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,60.065909752491)); +#12809=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,60.1157737639493)); +#12810=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,60.1658116389539)); +#12811=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,60.1783458042759)); +#12812=CARTESIAN_POINT('',(20.013411673581,140.590453332216,60.1908908867871)); +#12813=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,60.1940286698653)); +#12814=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,60.1971670657707)); +#12815=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,60.1979517975986)); +#12816=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,60.1989980299591)); +#12817=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,60.1992595971527)); +#12818=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,60.1992595384023)); +#12819=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,60.000000029808)); +#12820=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,60.000000029808)); +#12821=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,70.1992595384031)); +#12822=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,70.1992595971553)); +#12823=CARTESIAN_POINT('',(20.005304545805,140.118123503666,70.198998014564)); +#12824=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,70.1979517822141)); +#12825=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,70.1971670349953)); +#12826=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,70.1940286698661)); +#12827=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,70.1908908867881)); +#12828=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,70.1783458042768)); +#12829=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,70.1658116389547)); +#12830=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,70.1157737639502)); +#12831=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,70.0659097524919)); +#12832=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,70.0000000298089)); +#12833=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,70.0000000298089)); +#12834=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,70.0659116645942)); +#12835=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,70.1157772764993)); +#12836=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,70.165817049829)); +#12837=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,70.1783517631179)); +#12838=CARTESIAN_POINT('',(20.0134050224962,79.4095400602687,70.1908975378731)); +#12839=CARTESIAN_POINT('',(20.010267030382,79.5275806440118,70.194035529987)); +#12840=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,70.1971742066611)); +#12841=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,70.1979590266133)); +#12842=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,70.1990054242301)); +#12843=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,70.1992670685697)); +#12844=CARTESIAN_POINT('',(20.0050354789155,80.,70.1992670814535)); +#12845=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,70.0000000298089)); +#12846=CARTESIAN_POINT('',(20.138392807877,142.352742965486,69.9340903071258)); +#12847=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,69.8842262956677)); +#12848=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,69.8341884206631)); +#12849=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,69.821654255341)); +#12850=CARTESIAN_POINT('',(20.013411673581,140.590453332216,69.8091091728298)); +#12851=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,69.8059713897517)); +#12852=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,69.8028329938462)); +#12853=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,69.8020482620183)); +#12854=CARTESIAN_POINT('',(20.005304530409,140.118121765627,69.8010020296579)); +#12855=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,69.8007404624643)); +#12856=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,69.8007405212147)); +#12857=CARTESIAN_POINT('',(20.0050354789155,80.,69.8007329781643)); +#12858=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,69.8007329910485)); +#12859=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,69.8009946507863)); +#12860=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,69.8020410483927)); +#12861=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,69.8028258837364)); +#12862=CARTESIAN_POINT('',(20.010267030382,79.5275806440129,69.8059645296308)); +#12863=CARTESIAN_POINT('',(20.0134050224962,79.4095400602676,69.8091025217448)); +#12864=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,69.8216482964999)); +#12865=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,69.8341830097888)); +#12866=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,69.8842227831185)); +#12867=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,69.9340883950237)); +#12868=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,70.0000000298089)); +#12869=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,70.0000000298089)); +#12870=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,70.0000000298089)); +#12871=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,67.8007405212138)); +#12872=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,67.8007404624616)); +#12873=CARTESIAN_POINT('',(20.005304545805,140.118123503666,67.8010020450529)); +#12874=CARTESIAN_POINT('',(20.006350778155,140.236232235784,67.8020482774028)); +#12875=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,67.8028330246216)); +#12876=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,67.8059713897508)); +#12877=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,67.8091091728288)); +#12878=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,67.8216542553401)); +#12879=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,67.8341884206622)); +#12880=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,67.8842262956667)); +#12881=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,67.934090307125)); +#12882=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,68.000000029808)); +#12883=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,68.000000029808)); +#12884=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,67.9340883950228)); +#12885=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,67.8842227831176)); +#12886=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,67.8341830097879)); +#12887=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,67.821648296499)); +#12888=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,67.8091025217439)); +#12889=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,67.8059645296299)); +#12890=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,67.8028258529559)); +#12891=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,67.8020410330036)); +#12892=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,67.8009946353868)); +#12893=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,67.8007329910472)); +#12894=CARTESIAN_POINT('',(20.0050354789155,80.,67.8007329781634)); +#12895=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,68.000000029808)); +#12896=CARTESIAN_POINT('',(20.138392807877,142.352742965486,68.0659097524911)); +#12897=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,68.1157737639492)); +#12898=CARTESIAN_POINT('',(20.0384909214142,141.179995345492,68.1658116389539)); +#12899=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,68.1783458042758)); +#12900=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,68.1908908867872)); +#12901=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,68.1940286698652)); +#12902=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,68.1971670657707)); +#12903=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,68.1979517975986)); +#12904=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,68.1989980299591)); +#12905=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,68.1992595971526)); +#12906=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,68.1992595384022)); +#12907=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,68.000000029808)); +#12908=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,68.000000029808)); +#12909=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,63.8007405212138)); +#12910=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,63.8007404624616)); +#12911=CARTESIAN_POINT('',(20.005304545805,140.118123503666,63.8010020450529)); +#12912=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,63.8020482774029)); +#12913=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,63.8028330246216)); +#12914=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,63.8059713897508)); +#12915=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,63.8091091728288)); +#12916=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,63.8216542553402)); +#12917=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,63.8341884206621)); +#12918=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,63.8842262956667)); +#12919=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,63.934090307125)); +#12920=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,64.000000029808)); +#12921=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,64.000000029808)); +#12922=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,63.9340883950228)); +#12923=CARTESIAN_POINT('',(20.08852528387,78.1145417482053,63.8842227831176)); +#12924=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,63.8341830097878)); +#12925=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,63.821648296499)); +#12926=CARTESIAN_POINT('',(20.0134050224962,79.4095400602682,63.8091025217439)); +#12927=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,63.8059645296299)); +#12928=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,63.8028258529558)); +#12929=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,63.8020410330036)); +#12930=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,63.8009946353868)); +#12931=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,63.8007329910472)); +#12932=CARTESIAN_POINT('',(20.0050354789155,80.,63.8007329781634)); +#12933=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,64.000000029808)); +#12934=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,64.065909752491)); +#12935=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,64.1157737639493)); +#12936=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,64.1658116389539)); +#12937=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,64.1783458042759)); +#12938=CARTESIAN_POINT('',(20.013411673581,140.590453332214,64.1908908867872)); +#12939=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,64.1940286698652)); +#12940=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,64.1971670657707)); +#12941=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,64.1979517975986)); +#12942=CARTESIAN_POINT('',(20.005304530409,140.118121765627,64.1989980299591)); +#12943=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,64.1992595971527)); +#12944=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,64.1992595384022)); +#12945=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,64.000000029808)); +#12946=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,64.000000029808)); +#12947=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,66.1992595384031)); +#12948=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,66.1992595971553)); +#12949=CARTESIAN_POINT('',(20.005304545805,140.118123503666,66.1989980145641)); +#12950=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,66.1979517822141)); +#12951=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,66.1971670349954)); +#12952=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,66.1940286698662)); +#12953=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,66.1908908867881)); +#12954=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,66.1783458042768)); +#12955=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,66.1658116389547)); +#12956=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,66.1157737639502)); +#12957=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,66.0659097524919)); +#12958=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,66.0000000298089)); +#12959=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,66.0000000298089)); +#12960=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,66.0659116645942)); +#12961=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,66.1157772764993)); +#12962=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,66.1658170498291)); +#12963=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,66.1783517631179)); +#12964=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,66.190897537873)); +#12965=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,66.1940355299871)); +#12966=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,66.1971742066611)); +#12967=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,66.1979590266133)); +#12968=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,66.1990054242302)); +#12969=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,66.1992670685697)); +#12970=CARTESIAN_POINT('',(20.0050354789155,80.,66.1992670814535)); +#12971=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,66.0000000298089)); +#12972=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,65.9340903071259)); +#12973=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,65.8842262956676)); +#12974=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,65.8341884206631)); +#12975=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,65.8216542553411)); +#12976=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,65.8091091728297)); +#12977=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,65.8059713897517)); +#12978=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,65.8028329938462)); +#12979=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,65.8020482620183)); +#12980=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,65.8010020296579)); +#12981=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,65.8007404624643)); +#12982=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,65.8007405212147)); +#12983=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,66.0000000298089)); +#12984=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,66.0000000298089)); +#12985=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199259538403)); +#12986=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,150.199259597155)); +#12987=CARTESIAN_POINT('',(20.005304545805,140.118123503666,150.198998014564)); +#12988=CARTESIAN_POINT('',(20.006350778155,140.236232235784,150.197951782214)); +#12989=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,150.197167034995)); +#12990=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,150.194028669866)); +#12991=CARTESIAN_POINT('',(20.013411673581,140.590453332214,150.190890886788)); +#12992=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,150.178345804277)); +#12993=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,150.165811638955)); +#12994=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,150.11577376395)); +#12995=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,150.065909752492)); +#12996=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,150.000000029809)); +#12997=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,150.000000029809)); +#12998=CARTESIAN_POINT('',(20.138392807877,142.352742965486,149.934090307126)); +#12999=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,149.884226295668)); +#13000=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,149.834188420663)); +#13001=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,149.821654255341)); +#13002=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,149.80910917283)); +#13003=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,149.805971389752)); +#13004=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,149.802832993846)); +#13005=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,149.802048262018)); +#13006=CARTESIAN_POINT('',(20.005304530409,140.118121765627,149.801002029658)); +#13007=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,149.800740462464)); +#13008=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800740521215)); +#13009=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,150.000000029809)); +#13010=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,150.000000029809)); +#13011=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800740521214)); +#13012=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,147.800740462462)); +#13013=CARTESIAN_POINT('',(20.005304545805,140.118123503666,147.801002045053)); +#13014=CARTESIAN_POINT('',(20.006350778155,140.236232235784,147.802048277403)); +#13015=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,147.802833024622)); +#13016=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,147.805971389751)); +#13017=CARTESIAN_POINT('',(20.013411673581,140.590453332215,147.809109172829)); +#13018=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,147.82165425534)); +#13019=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,147.834188420662)); +#13020=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,147.884226295667)); +#13021=CARTESIAN_POINT('',(20.138392807877,142.352742965486,147.934090307125)); +#13022=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,148.000000029808)); +#13023=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,148.000000029808)); +#13024=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,147.934088395023)); +#13025=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,147.884222783118)); +#13026=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,147.834183009788)); +#13027=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,147.821648296499)); +#13028=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,147.809102521744)); +#13029=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,147.80596452963)); +#13030=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,147.802825852956)); +#13031=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,147.802041033004)); +#13032=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,147.800994635387)); +#13033=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,147.800732991047)); +#13034=CARTESIAN_POINT('',(20.0050354789155,80.,147.800732978163)); +#13035=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,148.000000029808)); +#13036=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,148.065909752491)); +#13037=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,148.115773763949)); +#13038=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,148.165811638954)); +#13039=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,148.178345804276)); +#13040=CARTESIAN_POINT('',(20.0134116735811,140.590453332219,148.190890886787)); +#13041=CARTESIAN_POINT('',(20.0102738905028,140.472414064878,148.194028669865)); +#13042=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,148.197167065771)); +#13043=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,148.197951797599)); +#13044=CARTESIAN_POINT('',(20.005304530409,140.118121765627,148.198998029959)); +#13045=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,148.199259597153)); +#13046=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199259538402)); +#13047=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,148.000000029808)); +#13048=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,148.000000029808)); +#13049=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800740521214)); +#13050=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,143.800740462462)); +#13051=CARTESIAN_POINT('',(20.005304545805,140.118123503666,143.801002045053)); +#13052=CARTESIAN_POINT('',(20.006350778155,140.236232235784,143.802048277403)); +#13053=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,143.802833024622)); +#13054=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,143.805971389751)); +#13055=CARTESIAN_POINT('',(20.013411673581,140.590453332216,143.809109172829)); +#13056=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,143.82165425534)); +#13057=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,143.834188420662)); +#13058=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,143.884226295667)); +#13059=CARTESIAN_POINT('',(20.138392807877,142.352742965486,143.934090307125)); +#13060=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,144.000000029808)); +#13061=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,144.000000029808)); +#13062=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,144.065909752491)); +#13063=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,144.115773763949)); +#13064=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,144.165811638954)); +#13065=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,144.178345804276)); +#13066=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,144.190890886787)); +#13067=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,144.194028669865)); +#13068=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,144.197167065771)); +#13069=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,144.197951797599)); +#13070=CARTESIAN_POINT('',(20.005304530409,140.118121765627,144.198998029959)); +#13071=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,144.199259597153)); +#13072=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199259538402)); +#13073=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,144.000000029808)); +#13074=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,144.000000029808)); +#13075=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199259538403)); +#13076=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,146.199259597155)); +#13077=CARTESIAN_POINT('',(20.005304545805,140.118123503666,146.198998014564)); +#13078=CARTESIAN_POINT('',(20.006350778155,140.236232235784,146.197951782214)); +#13079=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,146.197167034995)); +#13080=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,146.194028669866)); +#13081=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,146.190890886788)); +#13082=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,146.178345804277)); +#13083=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,146.165811638955)); +#13084=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,146.11577376395)); +#13085=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,146.065909752492)); +#13086=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,146.000000029809)); +#13087=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,146.000000029809)); +#13088=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,146.065911664594)); +#13089=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,146.115777276499)); +#13090=CARTESIAN_POINT('',(20.0384855105403,78.8199915079586,146.165817049829)); +#13091=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,146.178351763118)); +#13092=CARTESIAN_POINT('',(20.0134050224963,79.4095400602659,146.190897537873)); +#13093=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,146.194035529987)); +#13094=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,146.197174206661)); +#13095=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,146.197959026613)); +#13096=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,146.19900542423)); +#13097=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,146.19926706857)); +#13098=CARTESIAN_POINT('',(20.0050354789155,80.,146.199267081454)); +#13099=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,146.000000029809)); +#13100=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,145.934090307126)); +#13101=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,145.884226295668)); +#13102=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,145.834188420663)); +#13103=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,145.821654255341)); +#13104=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,145.80910917283)); +#13105=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,145.805971389752)); +#13106=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,145.802832993846)); +#13107=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,145.802048262018)); +#13108=CARTESIAN_POINT('',(20.005304530409,140.118121765627,145.801002029658)); +#13109=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,145.800740462464)); +#13110=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800740521215)); +#13111=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,146.000000029809)); +#13112=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,146.000000029809)); +#13113=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800740521214)); +#13114=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,135.800740462462)); +#13115=CARTESIAN_POINT('',(20.005304545805,140.118123503666,135.801002045053)); +#13116=CARTESIAN_POINT('',(20.006350778155,140.236232235784,135.802048277403)); +#13117=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,135.802833024622)); +#13118=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,135.805971389751)); +#13119=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,135.809109172829)); +#13120=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,135.82165425534)); +#13121=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,135.834188420662)); +#13122=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,135.884226295667)); +#13123=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,135.934090307125)); +#13124=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,136.000000029808)); +#13125=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,136.000000029808)); +#13126=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,135.934088395023)); +#13127=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,135.884222783118)); +#13128=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,135.834183009788)); +#13129=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,135.821648296499)); +#13130=CARTESIAN_POINT('',(20.0134050224963,79.4095400602661,135.809102521744)); +#13131=CARTESIAN_POINT('',(20.0102670303819,79.5275806440145,135.80596452963)); +#13132=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,135.802825852956)); +#13133=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,135.802041033004)); +#13134=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,135.800994635387)); +#13135=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,135.800732991047)); +#13136=CARTESIAN_POINT('',(20.0050354789155,80.,135.800732978163)); +#13137=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,136.000000029808)); +#13138=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,136.065909752491)); +#13139=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,136.115773763949)); +#13140=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,136.165811638954)); +#13141=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,136.178345804276)); +#13142=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,136.190890886787)); +#13143=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,136.194028669865)); +#13144=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,136.197167065771)); +#13145=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,136.197951797599)); +#13146=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,136.198998029959)); +#13147=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,136.199259597153)); +#13148=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199259538402)); +#13149=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,136.000000029808)); +#13150=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,136.000000029808)); +#13151=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199259538403)); +#13152=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,138.199259597155)); +#13153=CARTESIAN_POINT('',(20.005304545805,140.118123503666,138.198998014564)); +#13154=CARTESIAN_POINT('',(20.006350778155,140.236232235784,138.197951782214)); +#13155=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,138.197167034995)); +#13156=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,138.194028669866)); +#13157=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,138.190890886788)); +#13158=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,138.178345804277)); +#13159=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,138.165811638955)); +#13160=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,138.11577376395)); +#13161=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,138.065909752492)); +#13162=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,138.000000029809)); +#13163=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,138.000000029809)); +#13164=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,138.065911664594)); +#13165=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,138.115777276499)); +#13166=CARTESIAN_POINT('',(20.0384855105403,78.8199915079579,138.165817049829)); +#13167=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,138.178351763118)); +#13168=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,138.190897537873)); +#13169=CARTESIAN_POINT('',(20.0102670303819,79.5275806440145,138.194035529987)); +#13170=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,138.197174206661)); +#13171=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,138.197959026613)); +#13172=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,138.19900542423)); +#13173=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,138.19926706857)); +#13174=CARTESIAN_POINT('',(20.0050354789155,80.,138.199267081454)); +#13175=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,138.000000029809)); +#13176=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,137.934090307126)); +#13177=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,137.884226295668)); +#13178=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,137.834188420663)); +#13179=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,137.821654255341)); +#13180=CARTESIAN_POINT('',(20.0134116735807,140.590453332208,137.80910917283)); +#13181=CARTESIAN_POINT('',(20.010273890503,140.472414064888,137.805971389752)); +#13182=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,137.802832993846)); +#13183=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,137.802048262018)); +#13184=CARTESIAN_POINT('',(20.005304530409,140.118121765627,137.801002029658)); +#13185=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,137.800740462464)); +#13186=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800740521215)); +#13187=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,138.000000029809)); +#13188=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,138.000000029809)); +#13189=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199259538403)); +#13190=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,142.199259597155)); +#13191=CARTESIAN_POINT('',(20.005304545805,140.118123503666,142.198998014564)); +#13192=CARTESIAN_POINT('',(20.006350778155,140.236232235784,142.197951782214)); +#13193=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,142.197167034995)); +#13194=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,142.194028669866)); +#13195=CARTESIAN_POINT('',(20.013411673581,140.590453332217,142.190890886788)); +#13196=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,142.178345804277)); +#13197=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,142.165811638955)); +#13198=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,142.11577376395)); +#13199=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,142.065909752492)); +#13200=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,142.000000029809)); +#13201=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,142.000000029809)); +#13202=CARTESIAN_POINT('',(20.138390895775,77.6472311228405,142.065911664594)); +#13203=CARTESIAN_POINT('',(20.08852528387,78.1145417482058,142.115777276499)); +#13204=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,142.165817049829)); +#13205=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,142.178351763118)); +#13206=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,142.190897537873)); +#13207=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,142.194035529987)); +#13208=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,142.197174206661)); +#13209=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,142.197959026613)); +#13210=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,142.19900542423)); +#13211=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,142.19926706857)); +#13212=CARTESIAN_POINT('',(20.0050354789155,80.,142.199267081454)); +#13213=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,142.000000029809)); +#13214=CARTESIAN_POINT('',(20.138392807877,142.352742965486,141.934090307126)); +#13215=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,141.884226295668)); +#13216=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,141.834188420663)); +#13217=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,141.821654255341)); +#13218=CARTESIAN_POINT('',(20.013411673581,140.590453332216,141.80910917283)); +#13219=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,141.805971389752)); +#13220=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,141.802832993846)); +#13221=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,141.802048262018)); +#13222=CARTESIAN_POINT('',(20.005304530409,140.118121765627,141.801002029658)); +#13223=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,141.800740462464)); +#13224=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800740521215)); +#13225=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,142.000000029809)); +#13226=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,142.000000029809)); +#13227=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800740521214)); +#13228=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,139.800740462462)); +#13229=CARTESIAN_POINT('',(20.005304545805,140.118123503666,139.801002045053)); +#13230=CARTESIAN_POINT('',(20.006350778155,140.236232235784,139.802048277403)); +#13231=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,139.802833024622)); +#13232=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,139.805971389751)); +#13233=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,139.809109172829)); +#13234=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,139.82165425534)); +#13235=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,139.834188420662)); +#13236=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,139.884226295667)); +#13237=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,139.934090307125)); +#13238=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,140.000000029808)); +#13239=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,140.000000029808)); +#13240=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,139.934088395023)); +#13241=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,139.884222783118)); +#13242=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,139.834183009788)); +#13243=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,139.821648296499)); +#13244=CARTESIAN_POINT('',(20.0134050224961,79.4095400602701,139.809102521744)); +#13245=CARTESIAN_POINT('',(20.010267030382,79.5275806440104,139.80596452963)); +#13246=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,139.802825852956)); +#13247=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,139.802041033004)); +#13248=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,139.800994635387)); +#13249=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,139.800732991047)); +#13250=CARTESIAN_POINT('',(20.0050354789155,80.,139.800732978163)); +#13251=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,140.000000029808)); +#13252=CARTESIAN_POINT('',(20.138392807877,142.352742965486,140.065909752491)); +#13253=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,140.115773763949)); +#13254=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,140.165811638954)); +#13255=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,140.178345804276)); +#13256=CARTESIAN_POINT('',(20.013411673581,140.590453332215,140.190890886787)); +#13257=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,140.194028669865)); +#13258=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,140.197167065771)); +#13259=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,140.197951797599)); +#13260=CARTESIAN_POINT('',(20.005304530409,140.118121765627,140.198998029959)); +#13261=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,140.199259597153)); +#13262=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199259538402)); +#13263=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,140.000000029808)); +#13264=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,140.000000029808)); +#13265=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800740521214)); +#13266=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,119.800740462462)); +#13267=CARTESIAN_POINT('',(20.005304545805,140.118123503666,119.801002045053)); +#13268=CARTESIAN_POINT('',(20.006350778155,140.236232235784,119.802048277403)); +#13269=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,119.802833024622)); +#13270=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,119.805971389751)); +#13271=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,119.809109172829)); +#13272=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,119.82165425534)); +#13273=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,119.834188420662)); +#13274=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,119.884226295667)); +#13275=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,119.934090307125)); +#13276=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,120.000000029808)); +#13277=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,120.000000029808)); +#13278=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,119.934088395023)); +#13279=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,119.884222783118)); +#13280=CARTESIAN_POINT('',(20.0384855105404,78.8199915079573,119.834183009788)); +#13281=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,119.821648296499)); +#13282=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,119.809102521744)); +#13283=CARTESIAN_POINT('',(20.0102670303819,79.5275806440131,119.80596452963)); +#13284=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,119.802825852956)); +#13285=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,119.802041033004)); +#13286=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,119.800994635387)); +#13287=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,119.800732991047)); +#13288=CARTESIAN_POINT('',(20.0050354789155,80.,119.800732978163)); +#13289=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,120.000000029808)); +#13290=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,120.065909752491)); +#13291=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,120.115773763949)); +#13292=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,120.165811638954)); +#13293=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,120.178345804276)); +#13294=CARTESIAN_POINT('',(20.013411673581,140.590453332215,120.190890886787)); +#13295=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,120.194028669865)); +#13296=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,120.197167065771)); +#13297=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,120.197951797599)); +#13298=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,120.198998029959)); +#13299=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,120.199259597153)); +#13300=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199259538402)); +#13301=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,120.000000029808)); +#13302=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,120.000000029808)); +#13303=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199259538403)); +#13304=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,122.199259597155)); +#13305=CARTESIAN_POINT('',(20.005304545805,140.118123503666,122.198998014564)); +#13306=CARTESIAN_POINT('',(20.006350778155,140.236232235784,122.197951782214)); +#13307=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,122.197167034995)); +#13308=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,122.194028669866)); +#13309=CARTESIAN_POINT('',(20.013411673581,140.590453332216,122.190890886788)); +#13310=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,122.178345804277)); +#13311=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,122.165811638955)); +#13312=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,122.11577376395)); +#13313=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,122.065909752492)); +#13314=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,122.000000029809)); +#13315=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,122.000000029809)); +#13316=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,121.934090307126)); +#13317=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,121.884226295668)); +#13318=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,121.834188420663)); +#13319=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,121.821654255341)); +#13320=CARTESIAN_POINT('',(20.013411673581,140.590453332217,121.80910917283)); +#13321=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,121.805971389752)); +#13322=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,121.802832993846)); +#13323=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,121.802048262018)); +#13324=CARTESIAN_POINT('',(20.005304530409,140.118121765627,121.801002029658)); +#13325=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,121.800740462464)); +#13326=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800740521215)); +#13327=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,122.000000029809)); +#13328=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,122.000000029809)); +#13329=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199259538403)); +#13330=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,126.199259597155)); +#13331=CARTESIAN_POINT('',(20.005304545805,140.118123503666,126.198998014564)); +#13332=CARTESIAN_POINT('',(20.006350778155,140.236232235784,126.197951782214)); +#13333=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,126.197167034995)); +#13334=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,126.194028669866)); +#13335=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,126.190890886788)); +#13336=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,126.178345804277)); +#13337=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,126.165811638955)); +#13338=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,126.11577376395)); +#13339=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,126.065909752492)); +#13340=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,126.000000029809)); +#13341=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,126.000000029809)); +#13342=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,125.934090307126)); +#13343=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,125.884226295668)); +#13344=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,125.834188420663)); +#13345=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,125.821654255341)); +#13346=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,125.80910917283)); +#13347=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,125.805971389752)); +#13348=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,125.802832993846)); +#13349=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,125.802048262018)); +#13350=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,125.801002029658)); +#13351=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,125.800740462464)); +#13352=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800740521215)); +#13353=CARTESIAN_POINT('',(20.0050354789155,80.,125.800732978164)); +#13354=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,125.800732991049)); +#13355=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,125.800994650786)); +#13356=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,125.802041048393)); +#13357=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,125.802825883736)); +#13358=CARTESIAN_POINT('',(20.0102670303819,79.5275806440143,125.805964529631)); +#13359=CARTESIAN_POINT('',(20.0134050224963,79.4095400602662,125.809102521745)); +#13360=CARTESIAN_POINT('',(20.0259507972513,79.0555831592387,125.8216482965)); +#13361=CARTESIAN_POINT('',(20.0384855105404,78.8199915079562,125.834183009789)); +#13362=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,125.884222783118)); +#13363=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,125.934088395024)); +#13364=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,126.000000029809)); +#13365=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,126.000000029809)); +#13366=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,126.000000029809)); +#13367=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800740521214)); +#13368=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,123.800740462462)); +#13369=CARTESIAN_POINT('',(20.005304545805,140.118123503666,123.801002045053)); +#13370=CARTESIAN_POINT('',(20.006350778155,140.236232235784,123.802048277403)); +#13371=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,123.802833024622)); +#13372=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,123.805971389751)); +#13373=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,123.809109172829)); +#13374=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,123.82165425534)); +#13375=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,123.834188420662)); +#13376=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,123.884226295667)); +#13377=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,123.934090307125)); +#13378=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,124.000000029808)); +#13379=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,124.000000029808)); +#13380=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,124.065909752491)); +#13381=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,124.115773763949)); +#13382=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,124.165811638954)); +#13383=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,124.178345804276)); +#13384=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,124.190890886787)); +#13385=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,124.194028669865)); +#13386=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,124.197167065771)); +#13387=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,124.197951797599)); +#13388=CARTESIAN_POINT('',(20.005304530409,140.118121765627,124.198998029959)); +#13389=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,124.199259597153)); +#13390=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199259538402)); +#13391=CARTESIAN_POINT('',(20.0050354789155,80.,124.199267081453)); +#13392=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,124.199267068568)); +#13393=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,124.199005408831)); +#13394=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,124.197959011224)); +#13395=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,124.197174175881)); +#13396=CARTESIAN_POINT('',(20.010267030382,79.5275806440118,124.194035529986)); +#13397=CARTESIAN_POINT('',(20.0134050224962,79.4095400602687,124.190897537872)); +#13398=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,124.178351763117)); +#13399=CARTESIAN_POINT('',(20.0384855105404,78.8199915079562,124.165817049828)); +#13400=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,124.115777276498)); +#13401=CARTESIAN_POINT('',(20.138390895775,77.6472311228407,124.065911664593)); +#13402=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,124.000000029808)); +#13403=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,124.000000029808)); +#13404=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,124.000000029808)); +#13405=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199259538403)); +#13406=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,134.199259597155)); +#13407=CARTESIAN_POINT('',(20.005304545805,140.118123503666,134.198998014564)); +#13408=CARTESIAN_POINT('',(20.006350778155,140.236232235784,134.197951782214)); +#13409=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,134.197167034995)); +#13410=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,134.194028669866)); +#13411=CARTESIAN_POINT('',(20.013411673581,140.590453332216,134.190890886788)); +#13412=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,134.178345804277)); +#13413=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,134.165811638955)); +#13414=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,134.11577376395)); +#13415=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,134.065909752492)); +#13416=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,134.000000029809)); +#13417=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,134.000000029809)); +#13418=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,134.065911664594)); +#13419=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,134.115777276499)); +#13420=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,134.165817049829)); +#13421=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,134.178351763118)); +#13422=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,134.190897537873)); +#13423=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,134.194035529987)); +#13424=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,134.197174206661)); +#13425=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,134.197959026613)); +#13426=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,134.19900542423)); +#13427=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,134.19926706857)); +#13428=CARTESIAN_POINT('',(20.0050354789155,80.,134.199267081454)); +#13429=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,134.000000029809)); +#13430=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,133.934090307126)); +#13431=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,133.884226295668)); +#13432=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,133.834188420663)); +#13433=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,133.821654255341)); +#13434=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,133.80910917283)); +#13435=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,133.805971389752)); +#13436=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,133.802832993846)); +#13437=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,133.802048262018)); +#13438=CARTESIAN_POINT('',(20.005304530409,140.118121765627,133.801002029658)); +#13439=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,133.800740462464)); +#13440=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800740521215)); +#13441=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,134.000000029809)); +#13442=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,134.000000029809)); +#13443=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800740521214)); +#13444=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,131.800740462462)); +#13445=CARTESIAN_POINT('',(20.005304545805,140.118123503666,131.801002045053)); +#13446=CARTESIAN_POINT('',(20.006350778155,140.236232235784,131.802048277403)); +#13447=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,131.802833024622)); +#13448=CARTESIAN_POINT('',(20.010273890503,140.472414064887,131.805971389751)); +#13449=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,131.809109172829)); +#13450=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,131.82165425534)); +#13451=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,131.834188420662)); +#13452=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,131.884226295667)); +#13453=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,131.934090307125)); +#13454=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,132.000000029808)); +#13455=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,132.000000029808)); +#13456=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,131.934088395023)); +#13457=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,131.884222783118)); +#13458=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,131.834183009788)); +#13459=CARTESIAN_POINT('',(20.0259507972514,79.0555831592367,131.821648296499)); +#13460=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,131.809102521744)); +#13461=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,131.80596452963)); +#13462=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,131.802825852956)); +#13463=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,131.802041033004)); +#13464=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,131.800994635387)); +#13465=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,131.800732991047)); +#13466=CARTESIAN_POINT('',(20.0050354789155,80.,131.800732978163)); +#13467=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,132.000000029808)); +#13468=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,132.065909752491)); +#13469=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,132.115773763949)); +#13470=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,132.165811638954)); +#13471=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,132.178345804276)); +#13472=CARTESIAN_POINT('',(20.013411673581,140.590453332217,132.190890886787)); +#13473=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,132.194028669865)); +#13474=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,132.197167065771)); +#13475=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,132.197951797599)); +#13476=CARTESIAN_POINT('',(20.005304530409,140.118121765627,132.198998029959)); +#13477=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,132.199259597153)); +#13478=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199259538402)); +#13479=CARTESIAN_POINT('',(20.0050354789155,80.,132.199267081453)); +#13480=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,132.199267068568)); +#13481=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,132.199005408831)); +#13482=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,132.197959011224)); +#13483=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,132.197174175881)); +#13484=CARTESIAN_POINT('',(20.0102670303819,79.5275806440148,132.194035529986)); +#13485=CARTESIAN_POINT('',(20.0134050224963,79.4095400602657,132.190897537872)); +#13486=CARTESIAN_POINT('',(20.0259507972513,79.0555831592389,132.178351763117)); +#13487=CARTESIAN_POINT('',(20.0384855105404,78.8199915079559,132.165817049828)); +#13488=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,132.115777276498)); +#13489=CARTESIAN_POINT('',(20.1383908957748,77.6472311228422,132.065911664593)); +#13490=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,132.000000029808)); +#13491=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,132.000000029808)); +#13492=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,132.000000029808)); +#13493=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800740521214)); +#13494=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,127.800740462462)); +#13495=CARTESIAN_POINT('',(20.005304545805,140.118123503666,127.801002045053)); +#13496=CARTESIAN_POINT('',(20.006350778155,140.236232235784,127.802048277403)); +#13497=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,127.802833024622)); +#13498=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,127.805971389751)); +#13499=CARTESIAN_POINT('',(20.013411673581,140.590453332215,127.809109172829)); +#13500=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,127.82165425534)); +#13501=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,127.834188420662)); +#13502=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,127.884226295667)); +#13503=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,127.934090307125)); +#13504=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,128.000000029808)); +#13505=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,128.000000029808)); +#13506=CARTESIAN_POINT('',(20.1383908957749,77.6472311228408,127.934088395023)); +#13507=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,127.884222783118)); +#13508=CARTESIAN_POINT('',(20.0384855105404,78.8199915079563,127.834183009788)); +#13509=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,127.821648296499)); +#13510=CARTESIAN_POINT('',(20.0134050224962,79.4095400602676,127.809102521744)); +#13511=CARTESIAN_POINT('',(20.010267030382,79.5275806440129,127.80596452963)); +#13512=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,127.802825852956)); +#13513=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,127.802041033004)); +#13514=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,127.800994635387)); +#13515=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,127.800732991047)); +#13516=CARTESIAN_POINT('',(20.0050354789155,80.,127.800732978163)); +#13517=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,128.000000029808)); +#13518=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,128.065909752491)); +#13519=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,128.115773763949)); +#13520=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,128.165811638954)); +#13521=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,128.178345804276)); +#13522=CARTESIAN_POINT('',(20.013411673581,140.590453332215,128.190890886787)); +#13523=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,128.194028669865)); +#13524=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,128.197167065771)); +#13525=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,128.197951797599)); +#13526=CARTESIAN_POINT('',(20.005304530409,140.118121765627,128.198998029959)); +#13527=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,128.199259597153)); +#13528=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199259538402)); +#13529=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,128.000000029808)); +#13530=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,128.000000029808)); +#13531=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199259538403)); +#13532=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,130.199259597155)); +#13533=CARTESIAN_POINT('',(20.005304545805,140.118123503666,130.198998014564)); +#13534=CARTESIAN_POINT('',(20.006350778155,140.236232235784,130.197951782214)); +#13535=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,130.197167034995)); +#13536=CARTESIAN_POINT('',(20.010273890503,140.472414064887,130.194028669866)); +#13537=CARTESIAN_POINT('',(20.0134116735808,140.59045333221,130.190890886788)); +#13538=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,130.178345804277)); +#13539=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,130.165811638955)); +#13540=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,130.11577376395)); +#13541=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,130.065909752492)); +#13542=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,130.000000029809)); +#13543=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,130.000000029809)); +#13544=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,129.934090307126)); +#13545=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,129.884226295668)); +#13546=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,129.834188420663)); +#13547=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,129.821654255341)); +#13548=CARTESIAN_POINT('',(20.013411673581,140.590453332216,129.80910917283)); +#13549=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,129.805971389752)); +#13550=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,129.802832993846)); +#13551=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,129.802048262018)); +#13552=CARTESIAN_POINT('',(20.005304530409,140.118121765627,129.801002029658)); +#13553=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,129.800740462464)); +#13554=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800740521215)); +#13555=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,130.000000029809)); +#13556=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,130.000000029809)); +#13557=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007405212139)); +#13558=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,87.8007404624617)); +#13559=CARTESIAN_POINT('',(20.005304545805,140.118123503666,87.801002045053)); +#13560=CARTESIAN_POINT('',(20.006350778155,140.236232235784,87.8020482774029)); +#13561=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,87.8028330246216)); +#13562=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,87.8059713897509)); +#13563=CARTESIAN_POINT('',(20.013411673581,140.590453332214,87.8091091728289)); +#13564=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,87.8216542553402)); +#13565=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,87.8341884206622)); +#13566=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,87.8842262956668)); +#13567=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,87.9340903071251)); +#13568=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,88.0000000298081)); +#13569=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,88.0000000298081)); +#13570=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,87.9340883950228)); +#13571=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,87.8842227831177)); +#13572=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,87.8341830097879)); +#13573=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,87.8216482964991)); +#13574=CARTESIAN_POINT('',(20.0134050224962,79.4095400602691,87.8091025217439)); +#13575=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,87.8059645296299)); +#13576=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,87.8028258529559)); +#13577=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,87.8020410330036)); +#13578=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,87.8009946353868)); +#13579=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,87.8007329910473)); +#13580=CARTESIAN_POINT('',(20.0050354789155,80.,87.8007329781635)); +#13581=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,88.0000000298081)); +#13582=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,88.0659097524911)); +#13583=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,88.1157737639493)); +#13584=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,88.1658116389539)); +#13585=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,88.1783458042759)); +#13586=CARTESIAN_POINT('',(20.013411673581,140.590453332215,88.1908908867872)); +#13587=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,88.1940286698653)); +#13588=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,88.1971670657708)); +#13589=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,88.1979517975987)); +#13590=CARTESIAN_POINT('',(20.005304530409,140.118121765627,88.1989980299591)); +#13591=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,88.1992595971527)); +#13592=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992595384023)); +#13593=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,88.0000000298081)); +#13594=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,88.0000000298081)); +#13595=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992595384032)); +#13596=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,90.1992595971554)); +#13597=CARTESIAN_POINT('',(20.005304545805,140.118123503666,90.1989980145641)); +#13598=CARTESIAN_POINT('',(20.006350778155,140.236232235784,90.1979517822141)); +#13599=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,90.1971670349954)); +#13600=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,90.1940286698662)); +#13601=CARTESIAN_POINT('',(20.013411673581,140.590453332215,90.1908908867881)); +#13602=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,90.1783458042768)); +#13603=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,90.1658116389548)); +#13604=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,90.1157737639503)); +#13605=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,90.0659097524919)); +#13606=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,90.000000029809)); +#13607=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,90.000000029809)); +#13608=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,89.9340903071261)); +#13609=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,89.8842262956676)); +#13610=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,89.8341884206631)); +#13611=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,89.8216542553412)); +#13612=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,89.8091091728298)); +#13613=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,89.8059713897518)); +#13614=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,89.8028329938463)); +#13615=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,89.8020482620184)); +#13616=CARTESIAN_POINT('',(20.005304530409,140.118121765627,89.8010020296579)); +#13617=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,89.8007404624644)); +#13618=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007405212148)); +#13619=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,90.000000029809)); +#13620=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,90.000000029809)); +#13621=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992595384032)); +#13622=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,94.1992595971553)); +#13623=CARTESIAN_POINT('',(20.005304545805,140.118123503666,94.1989980145641)); +#13624=CARTESIAN_POINT('',(20.006350778155,140.236232235784,94.1979517822141)); +#13625=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,94.1971670349954)); +#13626=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,94.1940286698662)); +#13627=CARTESIAN_POINT('',(20.013411673581,140.590453332216,94.1908908867881)); +#13628=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,94.1783458042768)); +#13629=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,94.1658116389548)); +#13630=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,94.1157737639503)); +#13631=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,94.065909752492)); +#13632=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,94.000000029809)); +#13633=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,94.000000029809)); +#13634=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,93.934090307126)); +#13635=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,93.8842262956676)); +#13636=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,93.8341884206631)); +#13637=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,93.8216542553411)); +#13638=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,93.8091091728298)); +#13639=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,93.8059713897517)); +#13640=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,93.8028329938463)); +#13641=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,93.8020482620184)); +#13642=CARTESIAN_POINT('',(20.005304530409,140.118121765627,93.8010020296579)); +#13643=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,93.8007404624643)); +#13644=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007405212148)); +#13645=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,94.000000029809)); +#13646=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,94.000000029809)); +#13647=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007405212139)); +#13648=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,91.8007404624617)); +#13649=CARTESIAN_POINT('',(20.005304545805,140.118123503666,91.8010020450529)); +#13650=CARTESIAN_POINT('',(20.006350778155,140.236232235784,91.8020482774029)); +#13651=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,91.8028330246217)); +#13652=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,91.8059713897509)); +#13653=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,91.8091091728288)); +#13654=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,91.8216542553402)); +#13655=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,91.8341884206622)); +#13656=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,91.8842262956668)); +#13657=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,91.9340903071251)); +#13658=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,92.0000000298081)); +#13659=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,92.0000000298081)); +#13660=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,91.9340883950228)); +#13661=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,91.8842227831177)); +#13662=CARTESIAN_POINT('',(20.0384855105405,78.8199915079558,91.834183009788)); +#13663=CARTESIAN_POINT('',(20.0259507972513,79.0555831592391,91.821648296499)); +#13664=CARTESIAN_POINT('',(20.0134050224962,79.4095400602664,91.809102521744)); +#13665=CARTESIAN_POINT('',(20.0102670303819,79.5275806440142,91.8059645296299)); +#13666=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,91.8028258529559)); +#13667=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,91.8020410330036)); +#13668=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,91.8009946353868)); +#13669=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,91.8007329910473)); +#13670=CARTESIAN_POINT('',(20.0050354789155,80.,91.8007329781635)); +#13671=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,92.0000000298081)); +#13672=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,92.0659097524911)); +#13673=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,92.1157737639494)); +#13674=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,92.1658116389539)); +#13675=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,92.178345804276)); +#13676=CARTESIAN_POINT('',(20.013411673581,140.590453332214,92.1908908867872)); +#13677=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,92.1940286698653)); +#13678=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,92.1971670657708)); +#13679=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,92.1979517975987)); +#13680=CARTESIAN_POINT('',(20.005304530409,140.118121765627,92.1989980299591)); +#13681=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,92.1992595971527)); +#13682=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992595384023)); +#13683=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,92.0000000298081)); +#13684=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,92.0000000298081)); +#13685=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199259538403)); +#13686=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,102.199259597155)); +#13687=CARTESIAN_POINT('',(20.005304545805,140.118123503666,102.198998014564)); +#13688=CARTESIAN_POINT('',(20.006350778155,140.236232235784,102.197951782214)); +#13689=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,102.197167034995)); +#13690=CARTESIAN_POINT('',(20.0102738905028,140.472414064881,102.194028669866)); +#13691=CARTESIAN_POINT('',(20.013411673581,140.590453332216,102.190890886788)); +#13692=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,102.178345804277)); +#13693=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,102.165811638955)); +#13694=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,102.11577376395)); +#13695=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,102.065909752492)); +#13696=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,102.000000029809)); +#13697=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,102.000000029809)); +#13698=CARTESIAN_POINT('',(20.138392807877,142.352742965486,101.934090307126)); +#13699=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,101.884226295668)); +#13700=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,101.834188420663)); +#13701=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,101.821654255341)); +#13702=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,101.80910917283)); +#13703=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,101.805971389752)); +#13704=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,101.802832993846)); +#13705=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,101.802048262018)); +#13706=CARTESIAN_POINT('',(20.005304530409,140.118121765627,101.801002029658)); +#13707=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,101.800740462464)); +#13708=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800740521215)); +#13709=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,102.000000029809)); +#13710=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,102.000000029809)); +#13711=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007405212139)); +#13712=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,99.8007404624617)); +#13713=CARTESIAN_POINT('',(20.005304545805,140.118123503666,99.8010020450529)); +#13714=CARTESIAN_POINT('',(20.006350778155,140.236232235784,99.8020482774029)); +#13715=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,99.8028330246216)); +#13716=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,99.8059713897508)); +#13717=CARTESIAN_POINT('',(20.013411673581,140.590453332216,99.809109172829)); +#13718=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,99.8216542553401)); +#13719=CARTESIAN_POINT('',(20.0384909214144,141.179995345495,99.8341884206623)); +#13720=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,99.8842262956667)); +#13721=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,99.9340903071251)); +#13722=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,100.000000029808)); +#13723=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,100.000000029808)); +#13724=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,99.9340883950229)); +#13725=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,99.8842227831176)); +#13726=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,99.8341830097879)); +#13727=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,99.8216482964991)); +#13728=CARTESIAN_POINT('',(20.0134050224961,79.4095400602695,99.8091025217439)); +#13729=CARTESIAN_POINT('',(20.010267030382,79.527580644011,99.8059645296299)); +#13730=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,99.8028258529559)); +#13731=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,99.8020410330037)); +#13732=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,99.8009946353868)); +#13733=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,99.8007329910473)); +#13734=CARTESIAN_POINT('',(20.0050354789155,80.,99.8007329781635)); +#13735=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,100.000000029808)); +#13736=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,100.065909752491)); +#13737=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,100.115773763949)); +#13738=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,100.165811638954)); +#13739=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,100.178345804276)); +#13740=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,100.190890886787)); +#13741=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,100.194028669865)); +#13742=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,100.197167065771)); +#13743=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,100.197951797599)); +#13744=CARTESIAN_POINT('',(20.005304530409,140.118121765627,100.198998029959)); +#13745=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,100.199259597153)); +#13746=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199259538402)); +#13747=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,100.000000029808)); +#13748=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,100.000000029808)); +#13749=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007405212139)); +#13750=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,95.8007404624617)); +#13751=CARTESIAN_POINT('',(20.005304545805,140.118123503666,95.801002045053)); +#13752=CARTESIAN_POINT('',(20.006350778155,140.236232235784,95.8020482774029)); +#13753=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,95.8028330246217)); +#13754=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,95.8059713897509)); +#13755=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,95.8091091728289)); +#13756=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,95.8216542553402)); +#13757=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,95.8341884206622)); +#13758=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,95.8842262956668)); +#13759=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,95.934090307125)); +#13760=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,96.0000000298081)); +#13761=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,96.0000000298081)); +#13762=CARTESIAN_POINT('',(20.138392807877,142.352742965486,96.0659097524912)); +#13763=CARTESIAN_POINT('',(20.0885287964189,141.885437368675,96.1157737639493)); +#13764=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,96.1658116389539)); +#13765=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,96.1783458042759)); +#13766=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,96.1908908867873)); +#13767=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,96.1940286698652)); +#13768=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,96.1971670657708)); +#13769=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,96.1979517975986)); +#13770=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,96.1989980299591)); +#13771=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,96.1992595971527)); +#13772=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992595384023)); +#13773=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,96.0000000298081)); +#13774=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,96.0000000298081)); +#13775=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992595384032)); +#13776=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,98.1992595971553)); +#13777=CARTESIAN_POINT('',(20.005304545805,140.118123503666,98.1989980145641)); +#13778=CARTESIAN_POINT('',(20.006350778155,140.236232235784,98.1979517822141)); +#13779=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,98.1971670349954)); +#13780=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,98.1940286698662)); +#13781=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,98.1908908867882)); +#13782=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,98.1783458042768)); +#13783=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,98.1658116389548)); +#13784=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,98.1157737639502)); +#13785=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,98.065909752492)); +#13786=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,98.000000029809)); +#13787=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,98.000000029809)); +#13788=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,98.0659116645943)); +#13789=CARTESIAN_POINT('',(20.0885252838701,78.1145417482043,98.1157772764993)); +#13790=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,98.1658170498291)); +#13791=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,98.178351763118)); +#13792=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,98.1908975378731)); +#13793=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,98.1940355299871)); +#13794=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,98.1971742066611)); +#13795=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,98.1979590266134)); +#13796=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,98.1990054242302)); +#13797=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,98.1992670685697)); +#13798=CARTESIAN_POINT('',(20.0050354789155,80.,98.1992670814536)); +#13799=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,98.000000029809)); +#13800=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,97.934090307126)); +#13801=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,97.8842262956677)); +#13802=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,97.8341884206631)); +#13803=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,97.8216542553411)); +#13804=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,97.8091091728298)); +#13805=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,97.8059713897518)); +#13806=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,97.8028329938463)); +#13807=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,97.8020482620184)); +#13808=CARTESIAN_POINT('',(20.005304530409,140.118121765627,97.8010020296579)); +#13809=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,97.8007404624643)); +#13810=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007405212148)); +#13811=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,98.000000029809)); +#13812=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,98.000000029809)); +#13813=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199259538403)); +#13814=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,118.199259597155)); +#13815=CARTESIAN_POINT('',(20.005304545805,140.118123503666,118.198998014564)); +#13816=CARTESIAN_POINT('',(20.006350778155,140.236232235784,118.197951782214)); +#13817=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,118.197167034995)); +#13818=CARTESIAN_POINT('',(20.0102738905029,140.472414064886,118.194028669866)); +#13819=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,118.190890886788)); +#13820=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,118.178345804277)); +#13821=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,118.165811638955)); +#13822=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,118.11577376395)); +#13823=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,118.065909752492)); +#13824=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,118.000000029809)); +#13825=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,118.000000029809)); +#13826=CARTESIAN_POINT('',(20.1383908957748,77.6472311228421,118.065911664594)); +#13827=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,118.115777276499)); +#13828=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,118.165817049829)); +#13829=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,118.178351763118)); +#13830=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,118.190897537873)); +#13831=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,118.194035529987)); +#13832=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,118.197174206661)); +#13833=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,118.197959026613)); +#13834=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,118.19900542423)); +#13835=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,118.19926706857)); +#13836=CARTESIAN_POINT('',(20.0050354789155,80.,118.199267081454)); +#13837=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,118.000000029809)); +#13838=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,117.934090307126)); +#13839=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,117.884226295668)); +#13840=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,117.834188420663)); +#13841=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,117.821654255341)); +#13842=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,117.80910917283)); +#13843=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,117.805971389752)); +#13844=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,117.802832993846)); +#13845=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,117.802048262018)); +#13846=CARTESIAN_POINT('',(20.005304530409,140.118121765627,117.801002029658)); +#13847=CARTESIAN_POINT('',(20.0050429632155,140.059058130775,117.800740462464)); +#13848=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800740521215)); +#13849=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,118.000000029809)); +#13850=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,118.000000029809)); +#13851=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800740521214)); +#13852=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,115.800740462462)); +#13853=CARTESIAN_POINT('',(20.005304545805,140.118123503666,115.801002045053)); +#13854=CARTESIAN_POINT('',(20.006350778155,140.236232235784,115.802048277403)); +#13855=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,115.802833024622)); +#13856=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,115.805971389751)); +#13857=CARTESIAN_POINT('',(20.013411673581,140.590453332215,115.809109172829)); +#13858=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,115.82165425534)); +#13859=CARTESIAN_POINT('',(20.0384909214142,141.179995345494,115.834188420662)); +#13860=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,115.884226295667)); +#13861=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,115.934090307125)); +#13862=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,116.000000029808)); +#13863=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,116.000000029808)); +#13864=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,116.065909752491)); +#13865=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,116.115773763949)); +#13866=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,116.165811638954)); +#13867=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,116.178345804276)); +#13868=CARTESIAN_POINT('',(20.013411673581,140.590453332217,116.190890886787)); +#13869=CARTESIAN_POINT('',(20.0102738905028,140.47241406488,116.194028669865)); +#13870=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,116.197167065771)); +#13871=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,116.197951797599)); +#13872=CARTESIAN_POINT('',(20.005304530409,140.118121765627,116.198998029959)); +#13873=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,116.199259597153)); +#13874=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199259538402)); +#13875=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,116.000000029808)); +#13876=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,116.000000029808)); +#13877=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800740521214)); +#13878=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,111.800740462462)); +#13879=CARTESIAN_POINT('',(20.005304545805,140.118123503666,111.801002045053)); +#13880=CARTESIAN_POINT('',(20.006350778155,140.236232235784,111.802048277403)); +#13881=CARTESIAN_POINT('',(20.0071355253737,140.295286599939,111.802833024622)); +#13882=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,111.805971389751)); +#13883=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,111.809109172829)); +#13884=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,111.82165425534)); +#13885=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,111.834188420662)); +#13886=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,111.884226295667)); +#13887=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,111.934090307125)); +#13888=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,112.000000029808)); +#13889=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,112.000000029808)); +#13890=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,111.934088395023)); +#13891=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,111.884222783118)); +#13892=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,111.834183009788)); +#13893=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,111.821648296499)); +#13894=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,111.809102521744)); +#13895=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,111.80596452963)); +#13896=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,111.802825852956)); +#13897=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,111.802041033004)); +#13898=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,111.800994635387)); +#13899=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,111.800732991047)); +#13900=CARTESIAN_POINT('',(20.0050354789155,80.,111.800732978163)); +#13901=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,112.000000029808)); +#13902=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,112.065909752491)); +#13903=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,112.115773763949)); +#13904=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,112.165811638954)); +#13905=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,112.178345804276)); +#13906=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,112.190890886787)); +#13907=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,112.194028669865)); +#13908=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,112.197167065771)); +#13909=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,112.197951797599)); +#13910=CARTESIAN_POINT('',(20.005304530409,140.118121765627,112.198998029959)); +#13911=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,112.199259597153)); +#13912=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199259538402)); +#13913=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,112.000000029808)); +#13914=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,112.000000029808)); +#13915=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199259538403)); +#13916=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,114.199259597155)); +#13917=CARTESIAN_POINT('',(20.005304545805,140.118123503666,114.198998014564)); +#13918=CARTESIAN_POINT('',(20.006350778155,140.236232235784,114.197951782214)); +#13919=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,114.197167034995)); +#13920=CARTESIAN_POINT('',(20.0102738905029,140.472414064881,114.194028669866)); +#13921=CARTESIAN_POINT('',(20.013411673581,140.590453332216,114.190890886788)); +#13922=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,114.178345804277)); +#13923=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,114.165811638955)); +#13924=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,114.11577376395)); +#13925=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,114.065909752492)); +#13926=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,114.000000029809)); +#13927=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,114.000000029809)); +#13928=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,114.065911664594)); +#13929=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,114.115777276499)); +#13930=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,114.165817049829)); +#13931=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,114.178351763118)); +#13932=CARTESIAN_POINT('',(20.0134050224962,79.4095400602665,114.190897537873)); +#13933=CARTESIAN_POINT('',(20.0102670303819,79.527580644014,114.194035529987)); +#13934=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,114.197174206661)); +#13935=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,114.197959026613)); +#13936=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,114.19900542423)); +#13937=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,114.19926706857)); +#13938=CARTESIAN_POINT('',(20.0050354789155,80.,114.199267081454)); +#13939=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,114.000000029809)); +#13940=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,113.934090307126)); +#13941=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,113.884226295668)); +#13942=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,113.834188420663)); +#13943=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,113.821654255341)); +#13944=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,113.80910917283)); +#13945=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,113.805971389752)); +#13946=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,113.802832993846)); +#13947=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,113.802048262018)); +#13948=CARTESIAN_POINT('',(20.005304530409,140.118121765627,113.801002029658)); +#13949=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,113.800740462464)); +#13950=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800740521215)); +#13951=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,114.000000029809)); +#13952=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,114.000000029809)); +#13953=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800740521214)); +#13954=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,103.800740462462)); +#13955=CARTESIAN_POINT('',(20.005304545805,140.118123503666,103.801002045053)); +#13956=CARTESIAN_POINT('',(20.006350778155,140.236232235784,103.802048277403)); +#13957=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,103.802833024622)); +#13958=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,103.805971389751)); +#13959=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,103.809109172829)); +#13960=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,103.82165425534)); +#13961=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,103.834188420662)); +#13962=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,103.884226295667)); +#13963=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,103.934090307125)); +#13964=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,104.000000029808)); +#13965=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,104.000000029808)); +#13966=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,103.934088395023)); +#13967=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,103.884222783118)); +#13968=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,103.834183009788)); +#13969=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,103.821648296499)); +#13970=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,103.809102521744)); +#13971=CARTESIAN_POINT('',(20.010267030382,79.5275806440125,103.80596452963)); +#13972=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,103.802825852956)); +#13973=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,103.802041033004)); +#13974=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,103.800994635387)); +#13975=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,103.800732991047)); +#13976=CARTESIAN_POINT('',(20.0050354789155,80.,103.800732978163)); +#13977=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,104.000000029808)); +#13978=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,104.065909752491)); +#13979=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,104.115773763949)); +#13980=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,104.165811638954)); +#13981=CARTESIAN_POINT('',(20.0259567560922,140.944406296883,104.178345804276)); +#13982=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,104.190890886787)); +#13983=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,104.194028669865)); +#13984=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,104.197167065771)); +#13985=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,104.197951797599)); +#13986=CARTESIAN_POINT('',(20.005304530409,140.118121765627,104.198998029959)); +#13987=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,104.199259597153)); +#13988=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199259538402)); +#13989=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,104.000000029808)); +#13990=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,104.000000029808)); +#13991=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199259538403)); +#13992=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,106.199259597155)); +#13993=CARTESIAN_POINT('',(20.005304545805,140.118123503666,106.198998014564)); +#13994=CARTESIAN_POINT('',(20.006350778155,140.236232235784,106.197951782214)); +#13995=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,106.197167034995)); +#13996=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,106.194028669866)); +#13997=CARTESIAN_POINT('',(20.013411673581,140.590453332214,106.190890886788)); +#13998=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,106.178345804277)); +#13999=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,106.165811638955)); +#14000=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,106.11577376395)); +#14001=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,106.065909752492)); +#14002=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,106.000000029809)); +#14003=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,106.000000029809)); +#14004=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,106.065911664594)); +#14005=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,106.115777276499)); +#14006=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,106.165817049829)); +#14007=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,106.178351763118)); +#14008=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,106.190897537873)); +#14009=CARTESIAN_POINT('',(20.0102670303819,79.527580644013,106.194035529987)); +#14010=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,106.197174206661)); +#14011=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,106.197959026613)); +#14012=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,106.19900542423)); +#14013=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,106.19926706857)); +#14014=CARTESIAN_POINT('',(20.0050354789155,80.,106.199267081454)); +#14015=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,106.000000029809)); +#14016=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,105.934090307126)); +#14017=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,105.884226295668)); +#14018=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,105.834188420663)); +#14019=CARTESIAN_POINT('',(20.0259567560923,140.944406296886,105.821654255341)); +#14020=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,105.80910917283)); +#14021=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,105.805971389752)); +#14022=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,105.802832993846)); +#14023=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,105.802048262018)); +#14024=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,105.801002029658)); +#14025=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,105.800740462464)); +#14026=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800740521215)); +#14027=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,106.000000029809)); +#14028=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,106.000000029809)); +#14029=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199259538403)); +#14030=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,110.199259597155)); +#14031=CARTESIAN_POINT('',(20.005304545805,140.118123503666,110.198998014564)); +#14032=CARTESIAN_POINT('',(20.006350778155,140.236232235784,110.197951782214)); +#14033=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,110.197167034995)); +#14034=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,110.194028669866)); +#14035=CARTESIAN_POINT('',(20.013411673581,140.590453332215,110.190890886788)); +#14036=CARTESIAN_POINT('',(20.0259567560923,140.944406296887,110.178345804277)); +#14037=CARTESIAN_POINT('',(20.0384909214141,141.179995345492,110.165811638955)); +#14038=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,110.11577376395)); +#14039=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,110.065909752492)); +#14040=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,110.000000029809)); +#14041=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,110.000000029809)); +#14042=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,109.934090307126)); +#14043=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,109.884226295668)); +#14044=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,109.834188420663)); +#14045=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,109.821654255341)); +#14046=CARTESIAN_POINT('',(20.013411673581,140.590453332214,109.80910917283)); +#14047=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,109.805971389752)); +#14048=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,109.802832993846)); +#14049=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,109.802048262018)); +#14050=CARTESIAN_POINT('',(20.005304530409,140.118121765627,109.801002029658)); +#14051=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,109.800740462464)); +#14052=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800740521215)); +#14053=CARTESIAN_POINT('',(20.0050354789155,80.,109.800732978164)); +#14054=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,109.800732991049)); +#14055=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,109.800994650786)); +#14056=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,109.802041048393)); +#14057=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,109.802825883736)); +#14058=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,109.805964529631)); +#14059=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,109.809102521745)); +#14060=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,109.8216482965)); +#14061=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,109.834183009789)); +#14062=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,109.884222783119)); +#14063=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,109.934088395024)); +#14064=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,110.000000029809)); +#14065=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,110.000000029809)); +#14066=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,110.000000029809)); +#14067=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800740521214)); +#14068=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,107.800740462462)); +#14069=CARTESIAN_POINT('',(20.005304545805,140.118123503666,107.801002045053)); +#14070=CARTESIAN_POINT('',(20.006350778155,140.236232235784,107.802048277403)); +#14071=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,107.802833024622)); +#14072=CARTESIAN_POINT('',(20.0102738905029,140.472414064885,107.805971389751)); +#14073=CARTESIAN_POINT('',(20.0134116735808,140.590453332211,107.809109172829)); +#14074=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,107.82165425534)); +#14075=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,107.834188420662)); +#14076=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,107.884226295667)); +#14077=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,107.934090307125)); +#14078=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,108.000000029808)); +#14079=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,108.000000029808)); +#14080=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,107.934088395023)); +#14081=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,107.884222783118)); +#14082=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,107.834183009788)); +#14083=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,107.821648296499)); +#14084=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,107.809102521744)); +#14085=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,107.80596452963)); +#14086=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,107.802825852956)); +#14087=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,107.802041033004)); +#14088=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,107.800994635387)); +#14089=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,107.800732991047)); +#14090=CARTESIAN_POINT('',(20.0050354789155,80.,107.800732978163)); +#14091=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,108.000000029808)); +#14092=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,108.065909752491)); +#14093=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,108.115773763949)); +#14094=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,108.165811638954)); +#14095=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,108.178345804276)); +#14096=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,108.190890886787)); +#14097=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,108.194028669865)); +#14098=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,108.197167065771)); +#14099=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,108.197951797599)); +#14100=CARTESIAN_POINT('',(20.005304530409,140.118121765627,108.198998029959)); +#14101=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,108.199259597153)); +#14102=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199259538402)); +#14103=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,108.000000029808)); +#14104=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,108.000000029808)); +#14105=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,22.1992595427667)); +#14106=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,22.1992596015188)); +#14107=CARTESIAN_POINT('',(20.005304545805,140.118123503666,22.1989980189276)); +#14108=CARTESIAN_POINT('',(20.006350778155,140.236232235784,22.1979517865776)); +#14109=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,22.1971670393589)); +#14110=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,22.1940286742297)); +#14111=CARTESIAN_POINT('',(20.013411673581,140.590453332214,22.1908908911516)); +#14112=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,22.1783458086403)); +#14113=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,22.1658116433183)); +#14114=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,22.1157737683138)); +#14115=CARTESIAN_POINT('',(20.1383928078772,142.352742965487,22.0659097568554)); +#14116=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,22.0000000341724)); +#14117=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,22.0000000341724)); +#14118=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,21.9340903114894)); +#14119=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,21.8842263000312)); +#14120=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,21.8341884250266)); +#14121=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,21.8216542597046)); +#14122=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,21.8091091771933)); +#14123=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,21.8059713941152)); +#14124=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,21.8028329982097)); +#14125=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,21.8020482663818)); +#14126=CARTESIAN_POINT('',(20.005304530409,140.118121765627,21.8010020340214)); +#14127=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,21.8007404668278)); +#14128=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,21.8007405255782)); +#14129=CARTESIAN_POINT('',(20.0050354789155,80.,21.8007329825278)); +#14130=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,21.800732995412)); +#14131=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,21.8009946551499)); +#14132=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,21.8020410527562)); +#14133=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,21.8028258880999)); +#14134=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,21.8059645339943)); +#14135=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,21.8091025261084)); +#14136=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,21.8216483008634)); +#14137=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,21.8341830141523)); +#14138=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,21.884222787482)); +#14139=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,21.9340883993872)); +#14140=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,22.0000000341724)); +#14141=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,22.0000000341724)); +#14142=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,22.0000000341724)); +#14143=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,19.8007405255773)); +#14144=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,19.8007404668252)); +#14145=CARTESIAN_POINT('',(20.005304545805,140.118123503666,19.8010020494164)); +#14146=CARTESIAN_POINT('',(20.006350778155,140.236232235784,19.8020482817664)); +#14147=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,19.8028330289851)); +#14148=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,19.8059713941143)); +#14149=CARTESIAN_POINT('',(20.013411673581,140.590453332215,19.8091091771924)); +#14150=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,19.8216542597037)); +#14151=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,19.8341884250257)); +#14152=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,19.8842263000303)); +#14153=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,19.9340903114885)); +#14154=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,20.0000000341715)); +#14155=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,20.0000000341715)); +#14156=CARTESIAN_POINT('',(20.1383908957748,77.6472311228418,19.9340883993862)); +#14157=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,19.8842227874812)); +#14158=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,19.8341830141514)); +#14159=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,19.8216483008626)); +#14160=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,19.8091025261074)); +#14161=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,19.8059645339934)); +#14162=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,19.8028258573194)); +#14163=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,19.8020410373671)); +#14164=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,19.8009946397503)); +#14165=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,19.8007329954108)); +#14166=CARTESIAN_POINT('',(20.0050354789155,80.,19.8007329825269)); +#14167=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,20.0000000341715)); +#14168=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,20.0659097568545)); +#14169=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,20.1157737683128)); +#14170=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,20.1658116433174)); +#14171=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,20.1783458086394)); +#14172=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,20.1908908911507)); +#14173=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,20.1940286742287)); +#14174=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,20.1971670701342)); +#14175=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,20.1979518019621)); +#14176=CARTESIAN_POINT('',(20.005304530409,140.118121765627,20.1989980343226)); +#14177=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,20.1992596015162)); +#14178=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,20.1992595427657)); +#14179=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,20.0000000341715)); +#14180=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,20.0000000341715)); +#14181=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,15.8007405255773)); +#14182=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,15.8007404668252)); +#14183=CARTESIAN_POINT('',(20.005304545805,140.118123503666,15.8010020494164)); +#14184=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,15.8020482817664)); +#14185=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,15.8028330289851)); +#14186=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,15.8059713941143)); +#14187=CARTESIAN_POINT('',(20.013411673581,140.590453332215,15.8091091771924)); +#14188=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,15.8216542597037)); +#14189=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,15.8341884250257)); +#14190=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,15.8842263000302)); +#14191=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,15.9340903114885)); +#14192=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,16.0000000341715)); +#14193=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,16.0000000341715)); +#14194=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,15.9340883993863)); +#14195=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,15.8842227874811)); +#14196=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,15.8341830141514)); +#14197=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,15.8216483008626)); +#14198=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,15.8091025261074)); +#14199=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,15.8059645339934)); +#14200=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,15.8028258573194)); +#14201=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,15.8020410373671)); +#14202=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,15.8009946397503)); +#14203=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,15.8007329954108)); +#14204=CARTESIAN_POINT('',(20.0050354789155,80.,15.8007329825269)); +#14205=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,16.0000000341715)); +#14206=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,16.0659097568545)); +#14207=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,16.1157737683128)); +#14208=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,16.1658116433174)); +#14209=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,16.1783458086394)); +#14210=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,16.1908908911507)); +#14211=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,16.1940286742287)); +#14212=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,16.1971670701342)); +#14213=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,16.1979518019621)); +#14214=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,16.1989980343226)); +#14215=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,16.1992596015162)); +#14216=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,16.1992595427657)); +#14217=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,16.0000000341715)); +#14218=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,16.0000000341715)); +#14219=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,18.1992595427666)); +#14220=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,18.1992596015188)); +#14221=CARTESIAN_POINT('',(20.005304545805,140.118123503666,18.1989980189276)); +#14222=CARTESIAN_POINT('',(20.006350778155,140.236232235784,18.1979517865776)); +#14223=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,18.1971670393589)); +#14224=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,18.1940286742297)); +#14225=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,18.1908908911516)); +#14226=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,18.1783458086403)); +#14227=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,18.1658116433183)); +#14228=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,18.1157737683137)); +#14229=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,18.0659097568554)); +#14230=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,18.0000000341725)); +#14231=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,18.0000000341725)); +#14232=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,17.9340903114895)); +#14233=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,17.8842263000311)); +#14234=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,17.8341884250266)); +#14235=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,17.8216542597046)); +#14236=CARTESIAN_POINT('',(20.013411673581,140.590453332215,17.8091091771933)); +#14237=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,17.8059713941152)); +#14238=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,17.8028329982097)); +#14239=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,17.8020482663818)); +#14240=CARTESIAN_POINT('',(20.005304530409,140.118121765627,17.8010020340214)); +#14241=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,17.8007404668278)); +#14242=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,17.8007405255782)); +#14243=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,18.0000000341725)); +#14244=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,18.0000000341724)); +#14245=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,7.80074052557733)); +#14246=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,7.80074046682516)); +#14247=CARTESIAN_POINT('',(20.005304545805,140.118123503666,7.8010020494164)); +#14248=CARTESIAN_POINT('',(20.006350778155,140.236232235784,7.80204828176639)); +#14249=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,7.8028330289851)); +#14250=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,7.80597139411429)); +#14251=CARTESIAN_POINT('',(20.013411673581,140.590453332215,7.8091091771924)); +#14252=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,7.82165425970366)); +#14253=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,7.8341884250257)); +#14254=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,7.88422630003023)); +#14255=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,7.93409031148856)); +#14256=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,8.00000003417153)); +#14257=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,8.00000003417153)); +#14258=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,7.93408839938625)); +#14259=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,7.88422278748115)); +#14260=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,7.83418301415138)); +#14261=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,7.82164830086255)); +#14262=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,7.80910252610741)); +#14263=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,7.80596453399338)); +#14264=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,7.80282585731938)); +#14265=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,7.80204103736713)); +#14266=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,7.8009946397503)); +#14267=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,7.80073299541075)); +#14268=CARTESIAN_POINT('',(20.0050354789155,80.,7.80073298252693)); +#14269=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,8.00000003417153)); +#14270=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,8.06590975685451)); +#14271=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,8.11577376831284)); +#14272=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,8.1658116433174)); +#14273=CARTESIAN_POINT('',(20.0259567560922,140.944406296885,8.17834580863938)); +#14274=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,8.19089089115071)); +#14275=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,8.19402867422873)); +#14276=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,8.19716707013422)); +#14277=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,8.19795180196213)); +#14278=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,8.19899803432258)); +#14279=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,8.19925960151618)); +#14280=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,8.19925954276576)); +#14281=CARTESIAN_POINT('',(20.0050354789155,80.,8.19926708581614)); +#14282=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,8.19926707293193)); +#14283=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,8.1990054131941)); +#14284=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,8.19795901558775)); +#14285=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,8.19717418024406)); +#14286=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,8.19403553434968)); +#14287=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,8.19089754223565)); +#14288=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,8.17835176748051)); +#14289=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,8.16581705419167)); +#14290=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,8.11577728086193)); +#14291=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,8.0659116689568)); +#14292=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,8.00000003417153)); +#14293=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,8.00000003417153)); +#14294=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,8.00000003417153)); +#14295=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,10.1992595427667)); +#14296=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,10.1992596015188)); +#14297=CARTESIAN_POINT('',(20.005304545805,140.118123503666,10.1989980189276)); +#14298=CARTESIAN_POINT('',(20.0063507781549,140.236232235784,10.1979517865776)); +#14299=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,10.1971670393589)); +#14300=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,10.1940286742297)); +#14301=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,10.1908908911516)); +#14302=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,10.1783458086403)); +#14303=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,10.1658116433183)); +#14304=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,10.1157737683137)); +#14305=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,10.0659097568554)); +#14306=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,10.0000000341724)); +#14307=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,10.0000000341724)); +#14308=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,10.0659116689577)); +#14309=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,10.1157772808629)); +#14310=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,10.1658170541926)); +#14311=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,10.1783517674814)); +#14312=CARTESIAN_POINT('',(20.0134050224962,79.4095400602677,10.1908975422366)); +#14313=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,10.1940355343506)); +#14314=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,10.1971742110246)); +#14315=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,10.1979590309768)); +#14316=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,10.1990054285937)); +#14317=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,10.1992670729332)); +#14318=CARTESIAN_POINT('',(20.0050354789155,80.,10.199267085817)); +#14319=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,10.0000000341724)); +#14320=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,9.93409031148943)); +#14321=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,9.88422630003116)); +#14322=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,9.83418842502661)); +#14323=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,9.82165425970456)); +#14324=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,9.80910917719324)); +#14325=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,9.80597139411524)); +#14326=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,9.80283299820975)); +#14327=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,9.80204826638183)); +#14328=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,9.80100203402138)); +#14329=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,9.8007404668278)); +#14330=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,9.80074052557823)); +#14331=CARTESIAN_POINT('',(20.0050354789155,80.,9.80073298252784)); +#14332=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,9.80073299541204)); +#14333=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,9.80099465514988)); +#14334=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,9.80204105275623)); +#14335=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,9.80282588809992)); +#14336=CARTESIAN_POINT('',(20.0102670303819,79.5275806440129,9.80596453399429)); +#14337=CARTESIAN_POINT('',(20.0134050224962,79.4095400602676,9.80910252610834)); +#14338=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,9.82164830086347)); +#14339=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,9.83418301415228)); +#14340=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,9.88422278748203)); +#14341=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,9.93408839938719)); +#14342=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,10.0000000341724)); +#14343=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,10.0000000341724)); +#14344=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,10.0000000341724)); +#14345=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,14.1992595427667)); +#14346=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,14.1992596015188)); +#14347=CARTESIAN_POINT('',(20.005304545805,140.118123503666,14.1989980189276)); +#14348=CARTESIAN_POINT('',(20.006350778155,140.236232235784,14.1979517865776)); +#14349=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,14.1971670393589)); +#14350=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,14.1940286742296)); +#14351=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,14.1908908911516)); +#14352=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,14.1783458086403)); +#14353=CARTESIAN_POINT('',(20.0384909214143,141.179995345495,14.1658116433182)); +#14354=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,14.1157737683137)); +#14355=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,14.0659097568554)); +#14356=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,14.0000000341724)); +#14357=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,14.0000000341724)); +#14358=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,14.0659116689577)); +#14359=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,14.1157772808628)); +#14360=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,14.1658170541926)); +#14361=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,14.1783517674814)); +#14362=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,14.1908975422365)); +#14363=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,14.1940355343506)); +#14364=CARTESIAN_POINT('',(20.007128353708,79.7047118264416,14.1971742110246)); +#14365=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,14.1979590309768)); +#14366=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,14.1990054285937)); +#14367=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,14.1992670729332)); +#14368=CARTESIAN_POINT('',(20.0050354789155,80.,14.199267085817)); +#14369=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,14.0000000341724)); +#14370=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,13.9340903114895)); +#14371=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,13.8842263000311)); +#14372=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,13.8341884250266)); +#14373=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,13.8216542597046)); +#14374=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,13.8091091771933)); +#14375=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,13.8059713941152)); +#14376=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,13.8028329982097)); +#14377=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,13.8020482663818)); +#14378=CARTESIAN_POINT('',(20.0053045304091,140.118121765627,13.8010020340214)); +#14379=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,13.8007404668278)); +#14380=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,13.8007405255782)); +#14381=CARTESIAN_POINT('',(20.0050354789155,80.,13.8007329825278)); +#14382=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,13.800732995412)); +#14383=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,13.8009946551499)); +#14384=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,13.8020410527562)); +#14385=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,13.8028258880999)); +#14386=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,13.8059645339943)); +#14387=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,13.8091025261083)); +#14388=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,13.8216483008635)); +#14389=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,13.8341830141523)); +#14390=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,13.884222787482)); +#14391=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,13.9340883993872)); +#14392=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,14.0000000341724)); +#14393=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,14.0000000341724)); +#14394=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,14.0000000341724)); +#14395=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,11.8007405255773)); +#14396=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,11.8007404668252)); +#14397=CARTESIAN_POINT('',(20.005304545805,140.118123503666,11.8010020494164)); +#14398=CARTESIAN_POINT('',(20.006350778155,140.236232235784,11.8020482817664)); +#14399=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,11.8028330289851)); +#14400=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,11.8059713941143)); +#14401=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,11.8091091771924)); +#14402=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,11.8216542597036)); +#14403=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,11.8341884250257)); +#14404=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,11.8842263000302)); +#14405=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,11.9340903114885)); +#14406=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,12.0000000341715)); +#14407=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,12.0000000341715)); +#14408=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,11.9340883993863)); +#14409=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,11.8842227874811)); +#14410=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,11.8341830141514)); +#14411=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,11.8216483008625)); +#14412=CARTESIAN_POINT('',(20.0134050224962,79.4095400602674,11.8091025261074)); +#14413=CARTESIAN_POINT('',(20.0102670303819,79.5275806440131,11.8059645339934)); +#14414=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,11.8028258573194)); +#14415=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,11.8020410373671)); +#14416=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,11.8009946397503)); +#14417=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,11.8007329954108)); +#14418=CARTESIAN_POINT('',(20.0050354789155,80.,11.8007329825269)); +#14419=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,12.0000000341715)); +#14420=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,12.0659097568545)); +#14421=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,12.1157737683128)); +#14422=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,12.1658116433174)); +#14423=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,12.1783458086394)); +#14424=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,12.1908908911507)); +#14425=CARTESIAN_POINT('',(20.0102738905029,140.472414064882,12.1940286742287)); +#14426=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,12.1971670701342)); +#14427=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,12.1979518019621)); +#14428=CARTESIAN_POINT('',(20.005304530409,140.118121765627,12.1989980343226)); +#14429=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,12.1992596015162)); +#14430=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,12.1992595427658)); +#14431=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,12.0000000341715)); +#14432=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,12.0000000341715)); +#14433=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,6.19925954276663)); +#14434=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,6.19925960151881)); +#14435=CARTESIAN_POINT('',(20.005304545805,140.118123503666,6.19899801892757)); +#14436=CARTESIAN_POINT('',(20.006350778155,140.236232235784,6.19795178657759)); +#14437=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,6.19716703935887)); +#14438=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,6.19402867422965)); +#14439=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,6.19089089115161)); +#14440=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,6.1783458086403)); +#14441=CARTESIAN_POINT('',(20.0384909214143,141.179995345493,6.16581164331831)); +#14442=CARTESIAN_POINT('',(20.0885287964188,141.885437368675,6.11577376831372)); +#14443=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,6.06590975685546)); +#14444=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,6.00000003417244)); +#14445=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,6.00000003417244)); +#14446=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,6.06591166895767)); +#14447=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,6.11577728086287)); +#14448=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,6.16581705419258)); +#14449=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,6.17835176748143)); +#14450=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,6.19089754223655)); +#14451=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,6.19403553435059)); +#14452=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,6.19717421102459)); +#14453=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,6.19795903097684)); +#14454=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,6.19900542859366)); +#14455=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,6.19926707293322)); +#14456=CARTESIAN_POINT('',(20.0050354789155,80.,6.19926708581705)); +#14457=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,6.00000003417244)); +#14458=CARTESIAN_POINT('',(20.1383928078771,142.352742965487,5.93409031148945)); +#14459=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,5.88422630003114)); +#14460=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,5.83418842502659)); +#14461=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,5.82165425970458)); +#14462=CARTESIAN_POINT('',(20.0134116735809,140.590453332213,5.80910917719324)); +#14463=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,5.80597139411524)); +#14464=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,5.80283299820975)); +#14465=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,5.80204826638183)); +#14466=CARTESIAN_POINT('',(20.005304530409,140.118121765627,5.80100203402138)); +#14467=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,5.80074046682779)); +#14468=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,5.80074052557822)); +#14469=CARTESIAN_POINT('',(20.0050354789155,80.,5.80073298252784)); +#14470=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,5.80073299541204)); +#14471=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,5.80099465514987)); +#14472=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,5.80204105275622)); +#14473=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,5.80282588809992)); +#14474=CARTESIAN_POINT('',(20.010267030382,79.5275806440117,5.80596453399431)); +#14475=CARTESIAN_POINT('',(20.0134050224962,79.4095400602688,5.8091025261083)); +#14476=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,5.82164830086348)); +#14477=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,5.83418301415227)); +#14478=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,5.88422278748204)); +#14479=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,5.93408839938718)); +#14480=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,6.00000003417244)); +#14481=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,6.00000003417244)); +#14482=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,6.00000003417244)); +#14483=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.80074052557732)); +#14484=CARTESIAN_POINT('',(20.0050429632137,140.059059868768,3.80074046682516)); +#14485=CARTESIAN_POINT('',(20.005304545805,140.118123503666,3.8010020494164)); +#14486=CARTESIAN_POINT('',(20.006350778155,140.236232235784,3.80204828176639)); +#14487=CARTESIAN_POINT('',(20.0071355253737,140.295286599938,3.8028330289851)); +#14488=CARTESIAN_POINT('',(20.0102738905029,140.472414064883,3.80597139411432)); +#14489=CARTESIAN_POINT('',(20.0134116735809,140.590453332214,3.80910917719235)); +#14490=CARTESIAN_POINT('',(20.0259567560922,140.944406296884,3.82165425970366)); +#14491=CARTESIAN_POINT('',(20.0384909214143,141.179995345494,3.83418842502569)); +#14492=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,3.88422630003024)); +#14493=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,3.93409031148853)); +#14494=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,4.00000003417153)); +#14495=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,4.00000003417153)); +#14496=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,3.93408839938627)); +#14497=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,3.88422278748113)); +#14498=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,3.83418301415139)); +#14499=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,3.82164830086255)); +#14500=CARTESIAN_POINT('',(20.0134050224962,79.409540060268,3.80910252610742)); +#14501=CARTESIAN_POINT('',(20.010267030382,79.5275806440125,3.80596453399339)); +#14502=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,3.80282585731939)); +#14503=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,3.80204103736713)); +#14504=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,3.80099463975031)); +#14505=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,3.80073299541076)); +#14506=CARTESIAN_POINT('',(20.0050354789155,80.,3.80073298252693)); +#14507=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,4.00000003417153)); +#14508=CARTESIAN_POINT('',(20.1383928078771,142.352742965486,4.06590975685454)); +#14509=CARTESIAN_POINT('',(20.0885287964188,141.885437368674,4.11577376831282)); +#14510=CARTESIAN_POINT('',(20.0384909214142,141.179995345493,4.1658116433174)); +#14511=CARTESIAN_POINT('',(20.0259567560923,140.944406296885,4.17834580863938)); +#14512=CARTESIAN_POINT('',(20.0134116735809,140.590453332212,4.19089089115075)); +#14513=CARTESIAN_POINT('',(20.0102738905029,140.472414064884,4.19402867422872)); +#14514=CARTESIAN_POINT('',(20.0071354945974,140.295284862944,4.19716707013422)); +#14515=CARTESIAN_POINT('',(20.0063507627695,140.236230498926,4.19795180196213)); +#14516=CARTESIAN_POINT('',(20.005304530409,140.118121765627,4.19899803432259)); +#14517=CARTESIAN_POINT('',(20.0050429632155,140.059058130774,4.19925960151618)); +#14518=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,4.19925954276573)); +#14519=CARTESIAN_POINT('',(20.0050354789155,80.,4.19926708581613)); +#14520=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,4.19926707293193)); +#14521=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,4.1990054131941)); +#14522=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,4.19795901558774)); +#14523=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,4.19717418024406)); +#14524=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,4.19403553434968)); +#14525=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,4.19089754223564)); +#14526=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,4.1783517674805)); +#14527=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,4.16581705419169)); +#14528=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,4.11577728086193)); +#14529=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,4.06591166895678)); +#14530=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,4.00000003417153)); +#14531=CARTESIAN_POINT('',(20.2043025305601,142.816163793534,4.00000003417153)); +#14532=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,4.00000003417153)); +#14533=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); +#14534=CARTESIAN_POINT('',(190.005035400391,160.,0.)); +#14535=CARTESIAN_POINT('',(190.005035400391,140.,0.)); +#14536=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); +#14537=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); +#14538=CARTESIAN_POINT('',(190.005035400391,120.,0.)); +#14539=CARTESIAN_POINT('',(190.005035400391,100.,0.)); +#14540=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); +#14541=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); +#14542=CARTESIAN_POINT('',(190.005035400391,80.,0.)); +#14543=CARTESIAN_POINT('',(190.005035400391,60.,0.)); +#14544=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); +#14545=CARTESIAN_POINT('',(190.005035400391,100.,0.)); +#14546=CARTESIAN_POINT('',(190.005035400391,100.,280.)); +#14547=CARTESIAN_POINT('',(190.005035400391,100.,280.)); +#14548=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); +#14549=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); +#14550=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); +#14551=CARTESIAN_POINT('',(190.005035400391,140.,0.)); +#14552=CARTESIAN_POINT('',(190.005035400391,140.,280.)); +#14553=CARTESIAN_POINT('',(190.005035400391,140.,280.)); +#14554=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); +#14555=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); +#14556=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); +#14557=CARTESIAN_POINT('',(190.005035400391,60.,0.)); +#14558=CARTESIAN_POINT('',(190.005035400391,60.,280.)); +#14559=CARTESIAN_POINT('',(190.005035400391,60.,280.)); +#14560=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999901234)); +#14561=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); +#14562=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); +#14563=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); +#14564=CARTESIAN_POINT('',(190.005035400391,120.,280.)); +#14565=CARTESIAN_POINT('',(190.005035400391,120.,280.)); +#14566=CARTESIAN_POINT('',(190.005035400391,120.,0.)); +#14567=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); +#14568=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); +#14569=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); +#14570=CARTESIAN_POINT('',(190.005035400391,80.,280.)); +#14571=CARTESIAN_POINT('',(190.005035400391,80.,280.)); +#14572=CARTESIAN_POINT('',(190.005035400391,80.,0.)); +#14573=CARTESIAN_POINT('',(190.005035400391,160.,280.)); +#14574=CARTESIAN_POINT('',(190.005035400391,160.,0.)); +#14575=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,279.999999901249)); +#14576=CARTESIAN_POINT('',(190.005035400391,160.,280.)); +#14577=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); +#14578=CARTESIAN_POINT('',(40.0050354003906,80.,280.)); +#14579=CARTESIAN_POINT('',(40.0050354003906,90.,280.)); +#14580=CARTESIAN_POINT('',(40.0050354003906,100.,280.)); +#14581=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); +#14582=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); +#14583=CARTESIAN_POINT('',(40.0050354003906,100.,0.)); +#14584=CARTESIAN_POINT('',(40.0050354003906,90.,0.)); +#14585=CARTESIAN_POINT('',(40.0050354003906,80.,0.)); +#14586=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); +#14587=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); +#14588=CARTESIAN_POINT('',(40.0050354003906,120.,280.)); +#14589=CARTESIAN_POINT('',(40.0050354003906,130.,280.)); +#14590=CARTESIAN_POINT('',(40.0050354003906,140.,280.)); +#14591=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); +#14592=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); +#14593=CARTESIAN_POINT('',(40.0050354003906,140.,0.)); +#14594=CARTESIAN_POINT('',(40.0050354003906,130.,0.)); +#14595=CARTESIAN_POINT('',(40.0050354003906,120.,0.)); +#14596=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); +#14597=CARTESIAN_POINT('',(190.005035400391,160.,0.)); +#14598=CARTESIAN_POINT('',(200.005035400391,160.,0.)); +#14599=CARTESIAN_POINT('',(200.005035400391,150.,0.)); +#14600=CARTESIAN_POINT('',(200.005035400391,140.,0.)); +#14601=CARTESIAN_POINT('',(190.005035400391,140.,0.)); +#14602=CARTESIAN_POINT('',(190.005035400391,160.,280.)); +#14603=CARTESIAN_POINT('',(200.005035400391,160.,280.)); +#14604=CARTESIAN_POINT('',(200.005035400391,150.,280.)); +#14605=CARTESIAN_POINT('',(200.005035400391,140.,280.)); +#14606=CARTESIAN_POINT('',(190.005035400391,140.,280.)); +#14607=CARTESIAN_POINT('',(190.005035400391,120.,0.)); +#14608=CARTESIAN_POINT('',(200.005035400391,120.,0.)); +#14609=CARTESIAN_POINT('',(200.005035400391,110.,0.)); +#14610=CARTESIAN_POINT('',(200.005035400391,100.,0.)); +#14611=CARTESIAN_POINT('',(190.005035400391,100.,0.)); +#14612=CARTESIAN_POINT('',(190.005035400391,120.,280.)); +#14613=CARTESIAN_POINT('',(200.005035400391,120.,280.)); +#14614=CARTESIAN_POINT('',(200.005035400391,110.,280.)); +#14615=CARTESIAN_POINT('',(200.005035400391,100.,280.)); +#14616=CARTESIAN_POINT('',(190.005035400391,100.,280.)); +#14617=CARTESIAN_POINT('',(190.005035400391,80.,0.)); +#14618=CARTESIAN_POINT('',(200.005035400391,80.,0.)); +#14619=CARTESIAN_POINT('',(200.005035400391,70.,0.)); +#14620=CARTESIAN_POINT('',(200.005035400391,60.,0.)); +#14621=CARTESIAN_POINT('',(190.005035400391,60.,0.)); +#14622=CARTESIAN_POINT('',(190.005035400391,80.,280.)); +#14623=CARTESIAN_POINT('',(200.005035400391,80.,280.)); +#14624=CARTESIAN_POINT('',(200.005035400391,70.,280.)); +#14625=CARTESIAN_POINT('',(200.005035400391,59.9999999999999,280.)); +#14626=CARTESIAN_POINT('',(190.005035400391,60.,280.)); +#14627=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.34113549981931E-21)); +#14628=CARTESIAN_POINT('',(20.0050347808554,148.284271938401,5.92536939318814E-7)); +#14629=CARTESIAN_POINT('',(25.8628991214225,154.142137327518,5.92536939318813E-7)); +#14630=CARTESIAN_POINT('',(31.7207634619897,160.000002716635,5.92536939318813E-7)); +#14631=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); +#14632=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,0.)); +#14633=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,279.999999901249)); +#14634=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,279.999999901249)); +#14635=CARTESIAN_POINT('',(31.7207634619897,160.000002716635,280.000000473335)); +#14636=CARTESIAN_POINT('',(25.8628991214225,154.142137327518,280.000000444411)); +#14637=CARTESIAN_POINT('',(20.0050347808554,148.284271938401,280.000000415488)); +#14638=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,279.999999802499)); +#14639=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,279.999999802499)); +#14640=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199259538403)); +#14641=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.34113549981931E-21)); +#14642=CARTESIAN_POINT('',(20.0050354789155,80.,-9.96198494022179E-12)); +#14643=CARTESIAN_POINT('',(20.0050354789155,80.,-9.96198494022179E-12)); +#14644=CARTESIAN_POINT('',(20.0050354789155,80.,1.80073298252784)); +#14645=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,279.999999802499)); +#14646=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999802489)); +#14647=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); +#14648=CARTESIAN_POINT('',(20.0050398419658,60.0000044415752,-1.24524233514966E-11)); +#14649=CARTESIAN_POINT('',(20.0050354789155,80.,-9.96198494022179E-12)); +#14650=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999901234)); +#14651=CARTESIAN_POINT('',(20.0050398419658,60.0000044415752,279.999999851862)); +#14652=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999802489)); +#14653=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999901234)); +#14654=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); +#14655=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,2.19925954276665)); +#14656=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,2.19926205711678)); +#14657=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,2.19926457146691)); +#14658=CARTESIAN_POINT('',(20.0050354789155,80.,2.19926708581704)); +#14659=CARTESIAN_POINT('',(20.0050354789155,80.,1.80073298252784)); +#14660=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,1.80073549687797)); +#14661=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,1.8007380112281)); +#14662=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.80074052557823)); +#14663=CARTESIAN_POINT('',(20.0050354789155,80.,4.19926708581613)); +#14664=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,4.199264571466)); +#14665=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,4.19926205711587)); +#14666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,4.19925954276573)); +#14667=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.80074052557732)); +#14668=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,3.80073801122719)); +#14669=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,3.80073549687706)); +#14670=CARTESIAN_POINT('',(20.0050354789155,80.,3.80073298252693)); +#14671=CARTESIAN_POINT('',(20.0050354789155,80.,5.80073298252784)); +#14672=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,5.80073549687797)); +#14673=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,5.8007380112281)); +#14674=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,5.80074052557822)); +#14675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,6.19925954276663)); +#14676=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,6.19926205711678)); +#14677=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,6.19926457146691)); +#14678=CARTESIAN_POINT('',(20.0050354789155,80.,6.19926708581705)); +#14679=CARTESIAN_POINT('',(20.0050354789155,80.,12.1992670858161)); +#14680=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,12.199264571466)); +#14681=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,12.1992620571159)); +#14682=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,12.1992595427658)); +#14683=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,11.8007405255773)); +#14684=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,11.8007380112272)); +#14685=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,11.8007354968771)); +#14686=CARTESIAN_POINT('',(20.0050354789155,80.,11.8007329825269)); +#14687=CARTESIAN_POINT('',(20.0050354789155,80.,13.8007329825278)); +#14688=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,13.800735496878)); +#14689=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,13.8007380112281)); +#14690=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,13.8007405255782)); +#14691=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,14.1992595427667)); +#14692=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,14.1992620571168)); +#14693=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,14.1992645714669)); +#14694=CARTESIAN_POINT('',(20.0050354789155,80.,14.199267085817)); +#14695=CARTESIAN_POINT('',(20.0050354789155,80.,9.80073298252784)); +#14696=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,9.80073549687797)); +#14697=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,9.8007380112281)); +#14698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,9.80074052557823)); +#14699=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,10.1992595427667)); +#14700=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,10.1992620571168)); +#14701=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,10.1992645714669)); +#14702=CARTESIAN_POINT('',(20.0050354789155,80.,10.199267085817)); +#14703=CARTESIAN_POINT('',(20.0050354789155,80.,8.19926708581614)); +#14704=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,8.199264571466)); +#14705=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,8.19926205711587)); +#14706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,8.19925954276576)); +#14707=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,7.80074052557733)); +#14708=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,7.80073801122719)); +#14709=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,7.80073549687706)); +#14710=CARTESIAN_POINT('',(20.0050354789155,80.,7.80073298252693)); +#14711=CARTESIAN_POINT('',(20.0050354789155,80.,17.8007329825278)); +#14712=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,17.800735496878)); +#14713=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,17.8007380112281)); +#14714=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,17.8007405255782)); +#14715=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,18.1992595427666)); +#14716=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,18.1992620571168)); +#14717=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,18.1992645714669)); +#14718=CARTESIAN_POINT('',(20.0050354789155,80.,18.199267085817)); +#14719=CARTESIAN_POINT('',(20.0050354789155,80.,16.1992670858161)); +#14720=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,16.199264571466)); +#14721=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,16.1992620571159)); +#14722=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,16.1992595427657)); +#14723=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,15.8007405255773)); +#14724=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,15.8007380112272)); +#14725=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,15.8007354968771)); +#14726=CARTESIAN_POINT('',(20.0050354789155,80.,15.8007329825269)); +#14727=CARTESIAN_POINT('',(20.0050354789155,80.,20.1992670858161)); +#14728=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,20.199264571466)); +#14729=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,20.1992620571159)); +#14730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,20.1992595427657)); +#14731=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,19.8007405255773)); +#14732=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,19.8007380112272)); +#14733=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,19.8007354968771)); +#14734=CARTESIAN_POINT('',(20.0050354789155,80.,19.8007329825269)); +#14735=CARTESIAN_POINT('',(20.0050354789155,80.,21.8007329825278)); +#14736=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,21.800735496878)); +#14737=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,21.8007380112281)); +#14738=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,21.8007405255782)); +#14739=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,22.1992595427667)); +#14740=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,22.1992620571168)); +#14741=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,22.1992645714669)); +#14742=CARTESIAN_POINT('',(20.0050354789155,80.,22.1992670858171)); +#14743=CARTESIAN_POINT('',(20.0050354789155,80.,108.199267081453)); +#14744=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,108.199264567103)); +#14745=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,108.199262052752)); +#14746=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199259538402)); +#14747=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800740521214)); +#14748=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,107.800738006864)); +#14749=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,107.800735492514)); +#14750=CARTESIAN_POINT('',(20.0050354789155,80.,107.800732978163)); +#14751=CARTESIAN_POINT('',(20.0050354789155,80.,109.800732978164)); +#14752=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,109.800735492515)); +#14753=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,109.800738006865)); +#14754=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800740521215)); +#14755=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199259538403)); +#14756=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,110.199262052753)); +#14757=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,110.199264567103)); +#14758=CARTESIAN_POINT('',(20.0050354789155,80.,110.199267081454)); +#14759=CARTESIAN_POINT('',(20.0050354789155,80.,105.800732978164)); +#14760=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,105.800735492515)); +#14761=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,105.800738006865)); +#14762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800740521215)); +#14763=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199259538403)); +#14764=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,106.199262052753)); +#14765=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,106.199264567103)); +#14766=CARTESIAN_POINT('',(20.0050354789155,80.,106.199267081454)); +#14767=CARTESIAN_POINT('',(20.0050354789155,80.,104.199267081453)); +#14768=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,104.199264567103)); +#14769=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,104.199262052752)); +#14770=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199259538402)); +#14771=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800740521214)); +#14772=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,103.800738006864)); +#14773=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,103.800735492514)); +#14774=CARTESIAN_POINT('',(20.0050354789155,80.,103.800732978163)); +#14775=CARTESIAN_POINT('',(20.0050354789155,80.,113.800732978164)); +#14776=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,113.800735492515)); +#14777=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,113.800738006865)); +#14778=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800740521215)); +#14779=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199259538403)); +#14780=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,114.199262052753)); +#14781=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,114.199264567103)); +#14782=CARTESIAN_POINT('',(20.0050354789155,80.,114.199267081454)); +#14783=CARTESIAN_POINT('',(20.0050354789155,80.,112.199267081453)); +#14784=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,112.199264567103)); +#14785=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,112.199262052752)); +#14786=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199259538402)); +#14787=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800740521214)); +#14788=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,111.800738006864)); +#14789=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,111.800735492514)); +#14790=CARTESIAN_POINT('',(20.0050354789155,80.,111.800732978163)); +#14791=CARTESIAN_POINT('',(20.0050354789155,80.,116.199267081453)); +#14792=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,116.199264567103)); +#14793=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,116.199262052752)); +#14794=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199259538402)); +#14795=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800740521214)); +#14796=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,115.800738006864)); +#14797=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,115.800735492514)); +#14798=CARTESIAN_POINT('',(20.0050354789155,80.,115.800732978163)); +#14799=CARTESIAN_POINT('',(20.0050354789155,80.,117.800732978164)); +#14800=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,117.800735492515)); +#14801=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,117.800738006865)); +#14802=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800740521215)); +#14803=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199259538403)); +#14804=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,118.199262052753)); +#14805=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,118.199264567103)); +#14806=CARTESIAN_POINT('',(20.0050354789155,80.,118.199267081454)); +#14807=CARTESIAN_POINT('',(20.0050354789155,80.,97.8007329781644)); +#14808=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,97.8007354925145)); +#14809=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,97.8007380068646)); +#14810=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007405212148)); +#14811=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992595384032)); +#14812=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,98.1992620527533)); +#14813=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,98.1992645671034)); +#14814=CARTESIAN_POINT('',(20.0050354789155,80.,98.1992670814536)); +#14815=CARTESIAN_POINT('',(20.0050354789155,80.,96.1992670814527)); +#14816=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,96.1992645671025)); +#14817=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,96.1992620527524)); +#14818=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992595384023)); +#14819=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007405212139)); +#14820=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,95.8007380068637)); +#14821=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,95.8007354925136)); +#14822=CARTESIAN_POINT('',(20.0050354789155,80.,95.8007329781635)); +#14823=CARTESIAN_POINT('',(20.0050354789155,80.,100.199267081453)); +#14824=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,100.199264567103)); +#14825=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,100.199262052752)); +#14826=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199259538402)); +#14827=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007405212139)); +#14828=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,99.8007380068637)); +#14829=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,99.8007354925136)); +#14830=CARTESIAN_POINT('',(20.0050354789155,80.,99.8007329781635)); +#14831=CARTESIAN_POINT('',(20.0050354789155,80.,101.800732978164)); +#14832=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,101.800735492515)); +#14833=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,101.800738006865)); +#14834=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800740521215)); +#14835=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199259538403)); +#14836=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,102.199262052753)); +#14837=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,102.199264567103)); +#14838=CARTESIAN_POINT('',(20.0050354789155,80.,102.199267081454)); +#14839=CARTESIAN_POINT('',(20.0050354789155,80.,92.1992670814527)); +#14840=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,92.1992645671025)); +#14841=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,92.1992620527524)); +#14842=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992595384023)); +#14843=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007405212139)); +#14844=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,91.8007380068637)); +#14845=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,91.8007354925136)); +#14846=CARTESIAN_POINT('',(20.0050354789155,80.,91.8007329781635)); +#14847=CARTESIAN_POINT('',(20.0050354789155,80.,93.8007329781644)); +#14848=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,93.8007354925145)); +#14849=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,93.8007380068646)); +#14850=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007405212148)); +#14851=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992595384032)); +#14852=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,94.1992620527533)); +#14853=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,94.1992645671034)); +#14854=CARTESIAN_POINT('',(20.0050354789155,80.,94.1992670814536)); +#14855=CARTESIAN_POINT('',(20.0050354789155,80.,89.8007329781644)); +#14856=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,89.8007354925145)); +#14857=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,89.8007380068647)); +#14858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007405212148)); +#14859=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992595384032)); +#14860=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,90.1992620527533)); +#14861=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,90.1992645671034)); +#14862=CARTESIAN_POINT('',(20.0050354789155,80.,90.1992670814536)); +#14863=CARTESIAN_POINT('',(20.0050354789155,80.,88.1992670814527)); +#14864=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,88.1992645671025)); +#14865=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,88.1992620527524)); +#14866=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992595384023)); +#14867=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007405212139)); +#14868=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,87.8007380068637)); +#14869=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,87.8007354925136)); +#14870=CARTESIAN_POINT('',(20.0050354789155,80.,87.8007329781635)); +#14871=CARTESIAN_POINT('',(20.0050354789155,80.,129.800732978164)); +#14872=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,129.800735492514)); +#14873=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,129.800738006865)); +#14874=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800740521215)); +#14875=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199259538403)); +#14876=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,130.199262052753)); +#14877=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,130.199264567103)); +#14878=CARTESIAN_POINT('',(20.0050354789155,80.,130.199267081454)); +#14879=CARTESIAN_POINT('',(20.0050354789155,80.,128.199267081453)); +#14880=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,128.199264567102)); +#14881=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,128.199262052752)); +#14882=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199259538402)); +#14883=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800740521214)); +#14884=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,127.800738006864)); +#14885=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,127.800735492514)); +#14886=CARTESIAN_POINT('',(20.0050354789155,80.,127.800732978163)); +#14887=CARTESIAN_POINT('',(20.0050354789155,80.,132.199267081453)); +#14888=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,132.199264567102)); +#14889=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,132.199262052752)); +#14890=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199259538402)); +#14891=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800740521214)); +#14892=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,131.800738006864)); +#14893=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,131.800735492514)); +#14894=CARTESIAN_POINT('',(20.0050354789155,80.,131.800732978163)); +#14895=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,133.800732978164)); +#14896=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,133.800735492514)); +#14897=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,133.800738006865)); +#14898=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800740521215)); +#14899=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199259538403)); +#14900=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,134.199262052753)); +#14901=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,134.199264567103)); +#14902=CARTESIAN_POINT('',(20.0050354789155,80.,134.199267081454)); +#14903=CARTESIAN_POINT('',(20.0050354789155,80.,124.199267081453)); +#14904=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,124.199264567102)); +#14905=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,124.199262052752)); +#14906=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199259538402)); +#14907=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800740521214)); +#14908=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,123.800738006864)); +#14909=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,123.800735492514)); +#14910=CARTESIAN_POINT('',(20.0050354789155,80.,123.800732978163)); +#14911=CARTESIAN_POINT('',(20.0050354789155,80.,125.800732978164)); +#14912=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,125.800735492514)); +#14913=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,125.800738006865)); +#14914=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800740521215)); +#14915=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199259538403)); +#14916=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,126.199262052753)); +#14917=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,126.199264567103)); +#14918=CARTESIAN_POINT('',(20.0050354789155,80.,126.199267081454)); +#14919=CARTESIAN_POINT('',(20.0050354789155,80.,121.800732978164)); +#14920=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,121.800735492514)); +#14921=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,121.800738006865)); +#14922=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800740521215)); +#14923=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199259538403)); +#14924=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,122.199262052753)); +#14925=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,122.199264567103)); +#14926=CARTESIAN_POINT('',(20.0050354789155,80.,122.199267081454)); +#14927=CARTESIAN_POINT('',(20.0050354789155,80.,120.199267081453)); +#14928=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,120.199264567103)); +#14929=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,120.199262052752)); +#14930=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199259538402)); +#14931=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800740521214)); +#14932=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,119.800738006864)); +#14933=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,119.800735492514)); +#14934=CARTESIAN_POINT('',(20.0050354789155,80.,119.800732978163)); +#14935=CARTESIAN_POINT('',(20.0050354789155,80.,140.199267081453)); +#14936=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,140.199264567102)); +#14937=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,140.199262052752)); +#14938=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199259538402)); +#14939=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800740521214)); +#14940=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,139.800738006864)); +#14941=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,139.800735492514)); +#14942=CARTESIAN_POINT('',(20.0050354789155,80.,139.800732978163)); +#14943=CARTESIAN_POINT('',(20.0050354789155,80.,141.800732978164)); +#14944=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,141.800735492514)); +#14945=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,141.800738006865)); +#14946=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800740521215)); +#14947=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199259538403)); +#14948=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,142.199262052753)); +#14949=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,142.199264567103)); +#14950=CARTESIAN_POINT('',(20.0050354789155,80.,142.199267081454)); +#14951=CARTESIAN_POINT('',(20.0050354789155,80.,137.800732978164)); +#14952=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,137.800735492514)); +#14953=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,137.800738006865)); +#14954=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800740521215)); +#14955=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199259538403)); +#14956=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,138.199262052753)); +#14957=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,138.199264567103)); +#14958=CARTESIAN_POINT('',(20.0050354789155,80.,138.199267081454)); +#14959=CARTESIAN_POINT('',(20.0050354789155,80.,136.199267081453)); +#14960=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,136.199264567102)); +#14961=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,136.199262052752)); +#14962=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199259538402)); +#14963=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800740521214)); +#14964=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,135.800738006864)); +#14965=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,135.800735492514)); +#14966=CARTESIAN_POINT('',(20.0050354789155,80.,135.800732978163)); +#14967=CARTESIAN_POINT('',(20.0050354789155,80.,145.800732978164)); +#14968=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,145.800735492514)); +#14969=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,145.800738006865)); +#14970=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800740521215)); +#14971=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199259538403)); +#14972=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,146.199262052753)); +#14973=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,146.199264567103)); +#14974=CARTESIAN_POINT('',(20.0050354789155,80.,146.199267081454)); +#14975=CARTESIAN_POINT('',(20.0050354789155,80.,144.199267081453)); +#14976=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,144.199264567102)); +#14977=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,144.199262052752)); +#14978=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199259538402)); +#14979=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800740521214)); +#14980=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,143.800738006864)); +#14981=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,143.800735492514)); +#14982=CARTESIAN_POINT('',(20.0050354789155,80.,143.800732978163)); +#14983=CARTESIAN_POINT('',(20.0050354789155,80.,148.199267081453)); +#14984=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,148.199264567102)); +#14985=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,148.199262052752)); +#14986=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199259538402)); +#14987=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800740521214)); +#14988=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,147.800738006864)); +#14989=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,147.800735492514)); +#14990=CARTESIAN_POINT('',(20.0050354789155,80.,147.800732978163)); +#14991=CARTESIAN_POINT('',(20.0050354789155,80.,149.800732978164)); +#14992=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,149.800735492514)); +#14993=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,149.800738006865)); +#14994=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800740521215)); +#14995=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199259538403)); +#14996=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,150.199262052753)); +#14997=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,150.199264567103)); +#14998=CARTESIAN_POINT('',(20.0050354789155,80.,150.199267081454)); +#14999=CARTESIAN_POINT('',(20.0050354789155,80.,65.8007329781643)); +#15000=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,65.8007354925144)); +#15001=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,65.8007380068646)); +#15002=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,65.8007405212147)); +#15003=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,66.1992595384031)); +#15004=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,66.1992620527533)); +#15005=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,66.1992645671034)); +#15006=CARTESIAN_POINT('',(20.0050354789155,80.,66.1992670814535)); +#15007=CARTESIAN_POINT('',(20.0050354789155,80.,64.1992670814526)); +#15008=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,64.1992645671025)); +#15009=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,64.1992620527524)); +#15010=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,64.1992595384022)); +#15011=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,63.8007405212138)); +#15012=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,63.8007380068637)); +#15013=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,63.8007354925135)); +#15014=CARTESIAN_POINT('',(20.0050354789155,80.,63.8007329781634)); +#15015=CARTESIAN_POINT('',(20.0050354789155,80.,68.1992670814526)); +#15016=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,68.1992645671025)); +#15017=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,68.1992620527523)); +#15018=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,68.1992595384022)); +#15019=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,67.8007405212138)); +#15020=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,67.8007380068637)); +#15021=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,67.8007354925135)); +#15022=CARTESIAN_POINT('',(20.0050354789155,80.,67.8007329781634)); +#15023=CARTESIAN_POINT('',(20.0050354789155,80.,69.8007329781643)); +#15024=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,69.8007354925144)); +#15025=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,69.8007380068646)); +#15026=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,69.8007405212147)); +#15027=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,70.1992595384031)); +#15028=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,70.1992620527533)); +#15029=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,70.1992645671034)); +#15030=CARTESIAN_POINT('',(20.0050354789155,80.,70.1992670814535)); +#15031=CARTESIAN_POINT('',(20.0050354789155,80.,60.1992670814526)); +#15032=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,60.1992645671025)); +#15033=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,60.1992620527524)); +#15034=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,60.1992595384023)); +#15035=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,59.8007405212138)); +#15036=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,59.8007380068637)); +#15037=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,59.8007354925135)); +#15038=CARTESIAN_POINT('',(20.0050354789155,80.,59.8007329781634)); +#15039=CARTESIAN_POINT('',(20.0050354789155,80.,61.8007329781643)); +#15040=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,61.8007354925144)); +#15041=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,61.8007380068646)); +#15042=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,61.8007405212147)); +#15043=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,62.1992595384031)); +#15044=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,62.1992620527533)); +#15045=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,62.1992645671034)); +#15046=CARTESIAN_POINT('',(20.0050354789155,80.,62.1992670814535)); +#15047=CARTESIAN_POINT('',(20.0050354789155,80.,57.8007329781643)); +#15048=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,57.8007354925144)); +#15049=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,57.8007380068646)); +#15050=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,57.8007405212147)); +#15051=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,58.1992595384031)); +#15052=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,58.1992620527533)); +#15053=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,58.1992645671034)); +#15054=CARTESIAN_POINT('',(20.0050354789155,80.,58.1992670814535)); +#15055=CARTESIAN_POINT('',(20.0050354789155,80.,56.1992670814526)); +#15056=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,56.1992645671025)); +#15057=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,56.1992620527524)); +#15058=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,56.1992595384022)); +#15059=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,55.8007405212138)); +#15060=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,55.8007380068637)); +#15061=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,55.8007354925135)); +#15062=CARTESIAN_POINT('',(20.0050354789155,80.,55.8007329781634)); +#15063=CARTESIAN_POINT('',(20.0050354789155,80.,76.1992670814526)); +#15064=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,76.1992645671025)); +#15065=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,76.1992620527523)); +#15066=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,76.1992595384022)); +#15067=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,75.8007405212138)); +#15068=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,75.8007380068637)); +#15069=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,75.8007354925135)); +#15070=CARTESIAN_POINT('',(20.0050354789155,80.,75.8007329781634)); +#15071=CARTESIAN_POINT('',(20.0050354789155,80.,77.8007329781643)); +#15072=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,77.8007354925144)); +#15073=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,77.8007380068646)); +#15074=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,77.8007405212147)); +#15075=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,78.1992595384031)); +#15076=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,78.1992620527533)); +#15077=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,78.1992645671034)); +#15078=CARTESIAN_POINT('',(20.0050354789155,80.,78.1992670814535)); +#15079=CARTESIAN_POINT('',(20.0050354789155,80.,73.8007329781643)); +#15080=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,73.8007354925144)); +#15081=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,73.8007380068646)); +#15082=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,73.8007405212147)); +#15083=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,74.1992595384031)); +#15084=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,74.1992620527533)); +#15085=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,74.1992645671034)); +#15086=CARTESIAN_POINT('',(20.0050354789155,80.,74.1992670814535)); +#15087=CARTESIAN_POINT('',(20.0050354789155,80.,72.1992670814526)); +#15088=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,72.1992645671025)); +#15089=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,72.1992620527524)); +#15090=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,72.1992595384022)); +#15091=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,71.8007405212138)); +#15092=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,71.8007380068637)); +#15093=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,71.8007354925135)); +#15094=CARTESIAN_POINT('',(20.0050354789155,80.,71.8007329781634)); +#15095=CARTESIAN_POINT('',(20.0050354789155,80.,81.8007329781643)); +#15096=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,81.8007354925144)); +#15097=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,81.8007380068646)); +#15098=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007405212147)); +#15099=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992595384031)); +#15100=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,82.1992620527533)); +#15101=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,82.1992645671034)); +#15102=CARTESIAN_POINT('',(20.0050354789155,80.,82.1992670814535)); +#15103=CARTESIAN_POINT('',(20.0050354789155,80.,80.1992670814526)); +#15104=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,80.1992645671025)); +#15105=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,80.1992620527524)); +#15106=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992595384022)); +#15107=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007405212138)); +#15108=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,79.8007380068637)); +#15109=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,79.8007354925135)); +#15110=CARTESIAN_POINT('',(20.0050354789155,80.,79.8007329781634)); +#15111=CARTESIAN_POINT('',(20.0050354789155,80.,84.1992670814526)); +#15112=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,84.1992645671025)); +#15113=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,84.1992620527523)); +#15114=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992595384022)); +#15115=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007405212138)); +#15116=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,83.8007380068637)); +#15117=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,83.8007354925135)); +#15118=CARTESIAN_POINT('',(20.0050354789155,80.,83.8007329781634)); +#15119=CARTESIAN_POINT('',(20.0050354789155,80.,85.8007329781643)); +#15120=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,85.8007354925144)); +#15121=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,85.8007380068646)); +#15122=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007405212147)); +#15123=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992595384032)); +#15124=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,86.1992620527533)); +#15125=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,86.1992645671034)); +#15126=CARTESIAN_POINT('',(20.0050354789155,80.,86.1992670814535)); +#15127=CARTESIAN_POINT('',(20.0050354789155,80.,44.1992670814527)); +#15128=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,44.1992645671025)); +#15129=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,44.1992620527524)); +#15130=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,44.1992595384023)); +#15131=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,43.8007405212139)); +#15132=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,43.8007380068637)); +#15133=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,43.8007354925136)); +#15134=CARTESIAN_POINT('',(20.0050354789155,80.,43.8007329781635)); +#15135=CARTESIAN_POINT('',(20.0050354789155,80.,45.8007329781644)); +#15136=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,45.8007354925145)); +#15137=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,45.8007380068646)); +#15138=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,45.8007405212148)); +#15139=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,46.1992595384032)); +#15140=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,46.1992620527533)); +#15141=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,46.1992645671034)); +#15142=CARTESIAN_POINT('',(20.0050354789155,80.,46.1992670814536)); +#15143=CARTESIAN_POINT('',(20.0050354789155,80.,41.8007329781644)); +#15144=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,41.8007354925145)); +#15145=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,41.8007380068646)); +#15146=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,41.8007405212148)); +#15147=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,42.1992595384032)); +#15148=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,42.1992620527533)); +#15149=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,42.1992645671034)); +#15150=CARTESIAN_POINT('',(20.0050354789155,80.,42.1992670814536)); +#15151=CARTESIAN_POINT('',(20.0050354789155,80.,40.1992670814527)); +#15152=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,40.1992645671026)); +#15153=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,40.1992620527524)); +#15154=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,40.1992595384023)); +#15155=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,39.8007405212139)); +#15156=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,39.8007380068637)); +#15157=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,39.8007354925136)); +#15158=CARTESIAN_POINT('',(20.0050354789155,80.,39.8007329781635)); +#15159=CARTESIAN_POINT('',(20.0050354789155,80.,49.8007329781644)); +#15160=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,49.8007354925145)); +#15161=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,49.8007380068646)); +#15162=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,49.8007405212148)); +#15163=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,50.1992595384032)); +#15164=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,50.1992620527533)); +#15165=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,50.1992645671034)); +#15166=CARTESIAN_POINT('',(20.0050354789155,80.,50.1992670814536)); +#15167=CARTESIAN_POINT('',(20.0050354789155,80.,48.1992670814527)); +#15168=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,48.1992645671026)); +#15169=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,48.1992620527524)); +#15170=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,48.1992595384023)); +#15171=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,47.8007405212139)); +#15172=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,47.8007380068637)); +#15173=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,47.8007354925136)); +#15174=CARTESIAN_POINT('',(20.0050354789155,80.,47.8007329781635)); +#15175=CARTESIAN_POINT('',(20.0050354789155,80.,52.1992670814527)); +#15176=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,52.1992645671025)); +#15177=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,52.1992620527524)); +#15178=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,52.1992595384023)); +#15179=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,51.8007405212139)); +#15180=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,51.8007380068637)); +#15181=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,51.8007354925136)); +#15182=CARTESIAN_POINT('',(20.0050354789155,80.,51.8007329781635)); +#15183=CARTESIAN_POINT('',(20.0050354789155,80.,53.8007329781644)); +#15184=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,53.8007354925145)); +#15185=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,53.8007380068646)); +#15186=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,53.8007405212148)); +#15187=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,54.1992595384032)); +#15188=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,54.1992620527533)); +#15189=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,54.1992645671034)); +#15190=CARTESIAN_POINT('',(20.0050354789155,80.,54.1992670814536)); +#15191=CARTESIAN_POINT('',(20.0050354789155,80.,33.8007329781644)); +#15192=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,33.8007354925145)); +#15193=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,33.8007380068646)); +#15194=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,33.8007405212148)); +#15195=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,34.1992595384032)); +#15196=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,34.1992620527533)); +#15197=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,34.1992645671035)); +#15198=CARTESIAN_POINT('',(20.0050354789155,80.,34.1992670814536)); +#15199=CARTESIAN_POINT('',(20.0050354789155,80.,32.1992670814527)); +#15200=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,32.1992645671025)); +#15201=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,32.1992620527524)); +#15202=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,32.1992595384023)); +#15203=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,31.8007405212138)); +#15204=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,31.8007380068637)); +#15205=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,31.8007354925136)); +#15206=CARTESIAN_POINT('',(20.0050354789155,80.,31.8007329781635)); +#15207=CARTESIAN_POINT('',(20.0050354789155,80.,36.1992670814527)); +#15208=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,36.1992645671025)); +#15209=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,36.1992620527524)); +#15210=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,36.1992595384023)); +#15211=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,35.8007405212139)); +#15212=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,35.8007380068637)); +#15213=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,35.8007354925136)); +#15214=CARTESIAN_POINT('',(20.0050354789155,80.,35.8007329781635)); +#15215=CARTESIAN_POINT('',(20.0050354789155,80.,37.8007329781644)); +#15216=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,37.8007354925145)); +#15217=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,37.8007380068646)); +#15218=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,37.8007405212148)); +#15219=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,38.1992595384032)); +#15220=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,38.1992620527533)); +#15221=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,38.1992645671035)); +#15222=CARTESIAN_POINT('',(20.0050354789155,80.,38.1992670814536)); +#15223=CARTESIAN_POINT('',(20.0050354789155,80.,28.1992670814527)); +#15224=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,28.1992645671025)); +#15225=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,28.1992620527524)); +#15226=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,28.1992595384023)); +#15227=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,27.8007405212139)); +#15228=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,27.8007380068637)); +#15229=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,27.8007354925136)); +#15230=CARTESIAN_POINT('',(20.0050354789155,80.,27.8007329781635)); +#15231=CARTESIAN_POINT('',(20.0050354789155,80.,29.8007329781644)); +#15232=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,29.8007354925145)); +#15233=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,29.8007380068646)); +#15234=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,29.8007405212148)); +#15235=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,30.1992595384032)); +#15236=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,30.1992620527533)); +#15237=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,30.1992645671034)); +#15238=CARTESIAN_POINT('',(20.0050354789155,80.,30.1992670814536)); +#15239=CARTESIAN_POINT('',(20.0050354789155,80.,25.8007329781644)); +#15240=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,25.8007354925145)); +#15241=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,25.8007380068646)); +#15242=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,25.8007405212148)); +#15243=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,26.1992595384032)); +#15244=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,26.1992620527533)); +#15245=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,26.1992645671034)); +#15246=CARTESIAN_POINT('',(20.0050354789155,80.,26.1992670814536)); +#15247=CARTESIAN_POINT('',(20.0050354789155,80.,24.1992670814527)); +#15248=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,24.1992645671025)); +#15249=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,24.1992620527524)); +#15250=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,24.1992595384023)); +#15251=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,23.8007405212139)); +#15252=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,23.8007380068637)); +#15253=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,23.8007354925136)); +#15254=CARTESIAN_POINT('',(20.0050354789155,80.,23.8007329781635)); +#15255=CARTESIAN_POINT('',(20.0050354789155,80.,193.800732978164)); +#15256=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,193.800735492514)); +#15257=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,193.800738006865)); +#15258=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800740521215)); +#15259=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199259538403)); +#15260=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,194.199262052753)); +#15261=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,194.199264567103)); +#15262=CARTESIAN_POINT('',(20.0050354789155,80.,194.199267081454)); +#15263=CARTESIAN_POINT('',(20.0050354789155,80.,192.199267081453)); +#15264=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,192.199264567102)); +#15265=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,192.199262052752)); +#15266=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199259538402)); +#15267=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800740521214)); +#15268=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,191.800738006864)); +#15269=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,191.800735492514)); +#15270=CARTESIAN_POINT('',(20.0050354789155,80.,191.800732978163)); +#15271=CARTESIAN_POINT('',(20.0050354789155,80.,196.199267081453)); +#15272=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,196.199264567102)); +#15273=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,196.199262052752)); +#15274=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199259538402)); +#15275=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800740521214)); +#15276=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,195.800738006864)); +#15277=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,195.800735492514)); +#15278=CARTESIAN_POINT('',(20.0050354789155,80.,195.800732978163)); +#15279=CARTESIAN_POINT('',(20.0050354789155,80.,197.800732978164)); +#15280=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,197.800735492514)); +#15281=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,197.800738006865)); +#15282=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800740521215)); +#15283=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199259538403)); +#15284=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,198.199262052753)); +#15285=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,198.199264567103)); +#15286=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,198.199267081454)); +#15287=CARTESIAN_POINT('',(20.0050354789155,80.,188.199267081453)); +#15288=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,188.199264567102)); +#15289=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,188.199262052752)); +#15290=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199259538402)); +#15291=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800740521214)); +#15292=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,187.800738006864)); +#15293=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,187.800735492514)); +#15294=CARTESIAN_POINT('',(20.0050354789155,80.,187.800732978163)); +#15295=CARTESIAN_POINT('',(20.0050354789155,80.,189.800732978164)); +#15296=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,189.800735492514)); +#15297=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,189.800738006865)); +#15298=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800740521215)); +#15299=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199259538403)); +#15300=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,190.199262052753)); +#15301=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,190.199264567103)); +#15302=CARTESIAN_POINT('',(20.0050354789155,80.,190.199267081454)); +#15303=CARTESIAN_POINT('',(20.0050354789155,80.,185.800732978164)); +#15304=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,185.800735492514)); +#15305=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,185.800738006865)); +#15306=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800740521215)); +#15307=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199259538403)); +#15308=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,186.199262052753)); +#15309=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,186.199264567103)); +#15310=CARTESIAN_POINT('',(20.0050354789155,80.,186.199267081454)); +#15311=CARTESIAN_POINT('',(20.0050354789155,80.,184.199267081453)); +#15312=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,184.199264567102)); +#15313=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,184.199262052752)); +#15314=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199259538402)); +#15315=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800740521214)); +#15316=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,183.800738006864)); +#15317=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,183.800735492514)); +#15318=CARTESIAN_POINT('',(20.0050354789155,80.,183.800732978163)); +#15319=CARTESIAN_POINT('',(20.0050354789155,80.,204.199267081453)); +#15320=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,204.199264567102)); +#15321=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,204.199262052752)); +#15322=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199259538402)); +#15323=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800740521214)); +#15324=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,203.800738006864)); +#15325=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,203.800735492514)); +#15326=CARTESIAN_POINT('',(20.0050354789155,80.,203.800732978163)); +#15327=CARTESIAN_POINT('',(20.0050354789155,80.,205.800732978164)); +#15328=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,205.800735492514)); +#15329=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,205.800738006865)); +#15330=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800740521215)); +#15331=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199259538403)); +#15332=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,206.199262052753)); +#15333=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,206.199264567103)); +#15334=CARTESIAN_POINT('',(20.0050354789155,80.,206.199267081454)); +#15335=CARTESIAN_POINT('',(20.0050354789155,80.,201.800732978164)); +#15336=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,201.800735492514)); +#15337=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,201.800738006865)); +#15338=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800740521215)); +#15339=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199259538403)); +#15340=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,202.199262052753)); +#15341=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,202.199264567103)); +#15342=CARTESIAN_POINT('',(20.0050354789155,80.,202.199267081454)); +#15343=CARTESIAN_POINT('',(20.0050354789155,80.,200.199267081453)); +#15344=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,200.199264567102)); +#15345=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,200.199262052752)); +#15346=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199259538402)); +#15347=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800740521214)); +#15348=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,199.800738006864)); +#15349=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,199.800735492514)); +#15350=CARTESIAN_POINT('',(20.0050354789155,80.,199.800732978163)); +#15351=CARTESIAN_POINT('',(20.0050354789155,80.,209.800732978164)); +#15352=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,209.800735492514)); +#15353=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,209.800738006865)); +#15354=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800740521215)); +#15355=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199259538403)); +#15356=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,210.199262052753)); +#15357=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,210.199264567103)); +#15358=CARTESIAN_POINT('',(20.0050354789155,80.,210.199267081454)); +#15359=CARTESIAN_POINT('',(20.0050354789155,80.,208.199267081453)); +#15360=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,208.199264567102)); +#15361=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,208.199262052752)); +#15362=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199259538402)); +#15363=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800740521214)); +#15364=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,207.800738006864)); +#15365=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,207.800735492514)); +#15366=CARTESIAN_POINT('',(20.0050354789155,80.,207.800732978163)); +#15367=CARTESIAN_POINT('',(20.0050354789155,80.,212.199267081453)); +#15368=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,212.199264567102)); +#15369=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,212.199262052752)); +#15370=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199259538402)); +#15371=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800740521214)); +#15372=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,211.800738006864)); +#15373=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,211.800735492514)); +#15374=CARTESIAN_POINT('',(20.0050354789155,80.,211.800732978163)); +#15375=CARTESIAN_POINT('',(20.0050354789155,80.,213.800732978164)); +#15376=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,213.800735492514)); +#15377=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,213.800738006865)); +#15378=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800740521215)); +#15379=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199259538403)); +#15380=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,214.199262052753)); +#15381=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,214.199264567103)); +#15382=CARTESIAN_POINT('',(20.0050354789155,80.,214.199267081454)); +#15383=CARTESIAN_POINT('',(20.0050354789155,80.,172.199267081453)); +#15384=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,172.199264567103)); +#15385=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,172.199262052752)); +#15386=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199259538402)); +#15387=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800740521214)); +#15388=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,171.800738006864)); +#15389=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,171.800735492514)); +#15390=CARTESIAN_POINT('',(20.0050354789155,80.,171.800732978163)); +#15391=CARTESIAN_POINT('',(20.0050354789155,80.,173.800732978164)); +#15392=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,173.800735492515)); +#15393=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,173.800738006865)); +#15394=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800740521215)); +#15395=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199259538403)); +#15396=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,174.199262052753)); +#15397=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,174.199264567103)); +#15398=CARTESIAN_POINT('',(20.0050354789155,80.,174.199267081454)); +#15399=CARTESIAN_POINT('',(20.0050354789155,80.,169.800732978164)); +#15400=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,169.800735492515)); +#15401=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,169.800738006865)); +#15402=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800740521215)); +#15403=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199259538403)); +#15404=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,170.199262052753)); +#15405=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,170.199264567103)); +#15406=CARTESIAN_POINT('',(20.0050354789155,80.,170.199267081454)); +#15407=CARTESIAN_POINT('',(20.0050354789155,80.,168.199267081453)); +#15408=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,168.199264567103)); +#15409=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,168.199262052752)); +#15410=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199259538402)); +#15411=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800740521214)); +#15412=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,167.800738006864)); +#15413=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,167.800735492514)); +#15414=CARTESIAN_POINT('',(20.0050354789155,80.,167.800732978163)); +#15415=CARTESIAN_POINT('',(20.0050354789155,80.,177.800732978164)); +#15416=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,177.800735492515)); +#15417=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,177.800738006865)); +#15418=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800740521215)); +#15419=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199259538403)); +#15420=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,178.199262052753)); +#15421=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,178.199264567103)); +#15422=CARTESIAN_POINT('',(20.0050354789155,80.,178.199267081454)); +#15423=CARTESIAN_POINT('',(20.0050354789155,80.,176.199267081453)); +#15424=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,176.199264567103)); +#15425=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,176.199262052752)); +#15426=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199259538402)); +#15427=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800740521214)); +#15428=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,175.800738006864)); +#15429=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,175.800735492514)); +#15430=CARTESIAN_POINT('',(20.0050354789155,80.,175.800732978163)); +#15431=CARTESIAN_POINT('',(20.0050354789155,80.,180.199267081453)); +#15432=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,180.199264567103)); +#15433=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,180.199262052752)); +#15434=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199259538402)); +#15435=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800740521214)); +#15436=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,179.800738006864)); +#15437=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,179.800735492514)); +#15438=CARTESIAN_POINT('',(20.0050354789155,80.,179.800732978163)); +#15439=CARTESIAN_POINT('',(20.0050354789155,80.,181.800732978164)); +#15440=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,181.800735492515)); +#15441=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,181.800738006865)); +#15442=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800740521215)); +#15443=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199259538403)); +#15444=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,182.199262052753)); +#15445=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,182.199264567103)); +#15446=CARTESIAN_POINT('',(20.0050354789155,80.,182.199267081454)); +#15447=CARTESIAN_POINT('',(20.0050354789155,80.,161.800732978164)); +#15448=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,161.800735492515)); +#15449=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,161.800738006865)); +#15450=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800740521215)); +#15451=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199259538403)); +#15452=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,162.199262052753)); +#15453=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,162.199264567103)); +#15454=CARTESIAN_POINT('',(20.0050354789155,80.,162.199267081454)); +#15455=CARTESIAN_POINT('',(20.0050354789155,80.,160.199267081453)); +#15456=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,160.199264567103)); +#15457=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,160.199262052752)); +#15458=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199259538402)); +#15459=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800740521214)); +#15460=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,159.800738006864)); +#15461=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,159.800735492514)); +#15462=CARTESIAN_POINT('',(20.0050354789155,80.,159.800732978163)); +#15463=CARTESIAN_POINT('',(20.0050354789155,80.,164.199267081453)); +#15464=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,164.199264567103)); +#15465=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,164.199262052752)); +#15466=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199259538402)); +#15467=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800740521214)); +#15468=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,163.800738006864)); +#15469=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,163.800735492514)); +#15470=CARTESIAN_POINT('',(20.0050354789155,80.,163.800732978163)); +#15471=CARTESIAN_POINT('',(20.0050354789155,80.,165.800732978164)); +#15472=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,165.800735492515)); +#15473=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,165.800738006865)); +#15474=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800740521215)); +#15475=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199259538403)); +#15476=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,166.199262052753)); +#15477=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,166.199264567103)); +#15478=CARTESIAN_POINT('',(20.0050354789155,80.,166.199267081454)); +#15479=CARTESIAN_POINT('',(20.0050354789155,80.,156.199267081453)); +#15480=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,156.199264567103)); +#15481=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,156.199262052752)); +#15482=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199259538402)); +#15483=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800740521214)); +#15484=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,155.800738006864)); +#15485=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,155.800735492514)); +#15486=CARTESIAN_POINT('',(20.0050354789155,80.,155.800732978163)); +#15487=CARTESIAN_POINT('',(20.0050354789155,80.,157.800732978164)); +#15488=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,157.800735492515)); +#15489=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,157.800738006865)); +#15490=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800740521215)); +#15491=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199259538403)); +#15492=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,158.199262052753)); +#15493=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,158.199264567103)); +#15494=CARTESIAN_POINT('',(20.0050354789155,80.,158.199267081454)); +#15495=CARTESIAN_POINT('',(20.0050354789155,80.,153.800732978164)); +#15496=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,153.800735492515)); +#15497=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,153.800738006865)); +#15498=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800740521215)); +#15499=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199259538403)); +#15500=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,154.199262052753)); +#15501=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,154.199264567103)); +#15502=CARTESIAN_POINT('',(20.0050354789155,80.,154.199267081454)); +#15503=CARTESIAN_POINT('',(20.0050354789155,80.,152.199267081453)); +#15504=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,152.199264567103)); +#15505=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,152.199262052752)); +#15506=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199259538402)); +#15507=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800740521214)); +#15508=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,151.800738006864)); +#15509=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,151.800735492514)); +#15510=CARTESIAN_POINT('',(20.0050354789155,80.,151.800732978163)); +#15511=CARTESIAN_POINT('',(20.0050354789155,80.,236.199267081453)); +#15512=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,236.199264567103)); +#15513=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,236.199262052752)); +#15514=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199259538402)); +#15515=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800740521214)); +#15516=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,235.800738006864)); +#15517=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,235.800735492514)); +#15518=CARTESIAN_POINT('',(20.0050354789155,80.,235.800732978163)); +#15519=CARTESIAN_POINT('',(20.0050354789155,80.,237.800732978164)); +#15520=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,237.800735492515)); +#15521=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,237.800738006865)); +#15522=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800740521215)); +#15523=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199259538403)); +#15524=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,238.199262052753)); +#15525=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,238.199264567103)); +#15526=CARTESIAN_POINT('',(20.0050354789155,80.,238.199267081454)); +#15527=CARTESIAN_POINT('',(20.0050354789155,80.,233.800732978164)); +#15528=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,233.800735492515)); +#15529=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,233.800738006865)); +#15530=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800740521215)); +#15531=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199259538403)); +#15532=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,234.199262052753)); +#15533=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,234.199264567103)); +#15534=CARTESIAN_POINT('',(20.0050354789155,80.,234.199267081454)); +#15535=CARTESIAN_POINT('',(20.0050354789155,80.,232.199267081453)); +#15536=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,232.199264567103)); +#15537=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,232.199262052752)); +#15538=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199259538402)); +#15539=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800740521214)); +#15540=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,231.800738006864)); +#15541=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,231.800735492514)); +#15542=CARTESIAN_POINT('',(20.0050354789155,80.,231.800732978163)); +#15543=CARTESIAN_POINT('',(20.0050354789155,80.,241.800732978164)); +#15544=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,241.800735492515)); +#15545=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,241.800738006865)); +#15546=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800740521215)); +#15547=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199259538403)); +#15548=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,242.199262052753)); +#15549=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,242.199264567103)); +#15550=CARTESIAN_POINT('',(20.0050354789155,80.,242.199267081454)); +#15551=CARTESIAN_POINT('',(20.0050354789155,80.,240.199267081453)); +#15552=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,240.199264567103)); +#15553=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,240.199262052752)); +#15554=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199259538402)); +#15555=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800740521214)); +#15556=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,239.800738006864)); +#15557=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,239.800735492514)); +#15558=CARTESIAN_POINT('',(20.0050354789155,80.,239.800732978163)); +#15559=CARTESIAN_POINT('',(20.0050354789155,80.,244.199267081453)); +#15560=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,244.199264567103)); +#15561=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,244.199262052752)); +#15562=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199259538402)); +#15563=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800740521214)); +#15564=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,243.800738006864)); +#15565=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,243.800735492514)); +#15566=CARTESIAN_POINT('',(20.0050354789155,80.,243.800732978163)); +#15567=CARTESIAN_POINT('',(20.0050354789155,80.,245.800732978164)); +#15568=CARTESIAN_POINT('',(20.0050379932656,99.9999999999991,245.800735492514)); +#15569=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,245.800738006865)); +#15570=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800740521215)); +#15571=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199259538403)); +#15572=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,246.199262052753)); +#15573=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,246.199264567103)); +#15574=CARTESIAN_POINT('',(20.0050354789155,80.,246.199267081454)); +#15575=CARTESIAN_POINT('',(20.0050354789155,80.,225.800732978164)); +#15576=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,225.800735492515)); +#15577=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,225.800738006865)); +#15578=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800740521215)); +#15579=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199259538403)); +#15580=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,226.199262052753)); +#15581=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,226.199264567103)); +#15582=CARTESIAN_POINT('',(20.0050354789155,80.,226.199267081454)); +#15583=CARTESIAN_POINT('',(20.0050354789155,80.,224.199267081453)); +#15584=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,224.199264567103)); +#15585=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,224.199262052752)); +#15586=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199259538402)); +#15587=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800740521214)); +#15588=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,223.800738006864)); +#15589=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,223.800735492514)); +#15590=CARTESIAN_POINT('',(20.0050354789155,80.,223.800732978163)); +#15591=CARTESIAN_POINT('',(20.0050354789155,80.,228.199267081453)); +#15592=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,228.199264567103)); +#15593=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,228.199262052752)); +#15594=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199259538402)); +#15595=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800740521214)); +#15596=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,227.800738006864)); +#15597=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,227.800735492514)); +#15598=CARTESIAN_POINT('',(20.0050354789155,80.,227.800732978163)); +#15599=CARTESIAN_POINT('',(20.0050354789155,80.,229.800732978164)); +#15600=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,229.800735492515)); +#15601=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,229.800738006865)); +#15602=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800740521215)); +#15603=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199259538403)); +#15604=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,230.199262052753)); +#15605=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,230.199264567103)); +#15606=CARTESIAN_POINT('',(20.0050354789155,80.,230.199267081454)); +#15607=CARTESIAN_POINT('',(20.0050354789155,80.,220.199267081453)); +#15608=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,220.199264567103)); +#15609=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,220.199262052752)); +#15610=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199259538402)); +#15611=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800740521214)); +#15612=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,219.800738006864)); +#15613=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,219.800735492514)); +#15614=CARTESIAN_POINT('',(20.0050354789155,80.,219.800732978164)); +#15615=CARTESIAN_POINT('',(20.0050354789155,80.,221.800732978164)); +#15616=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,221.800735492514)); +#15617=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,221.800738006865)); +#15618=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800740521215)); +#15619=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199259538403)); +#15620=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,222.199262052753)); +#15621=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,222.199264567103)); +#15622=CARTESIAN_POINT('',(20.0050354789155,80.,222.199267081454)); +#15623=CARTESIAN_POINT('',(20.0050354789155,80.,217.800732978164)); +#15624=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,217.800735492514)); +#15625=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,217.800738006865)); +#15626=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800740521215)); +#15627=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199259538403)); +#15628=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,218.199262052753)); +#15629=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,218.199264567103)); +#15630=CARTESIAN_POINT('',(20.0050354789155,80.,218.199267081454)); +#15631=CARTESIAN_POINT('',(20.0050354789155,80.,216.199267081453)); +#15632=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,216.199264567103)); +#15633=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,216.199262052752)); +#15634=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199259538402)); +#15635=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800740521214)); +#15636=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,215.800738006864)); +#15637=CARTESIAN_POINT('',(20.0050379932656,99.9999999999991,215.800735492514)); +#15638=CARTESIAN_POINT('',(20.0050354789155,80.,215.800732978164)); +#15639=CARTESIAN_POINT('',(20.0050354789155,80.,257.800732978164)); +#15640=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,257.800735492514)); +#15641=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,257.800738006865)); +#15642=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800740521215)); +#15643=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199259538403)); +#15644=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,258.199262052753)); +#15645=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,258.199264567103)); +#15646=CARTESIAN_POINT('',(20.0050354789155,80.,258.199267081454)); +#15647=CARTESIAN_POINT('',(20.0050354789155,80.,256.199267081453)); +#15648=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,256.199264567102)); +#15649=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,256.199262052752)); +#15650=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199259538402)); +#15651=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800740521214)); +#15652=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,255.800738006864)); +#15653=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,255.800735492514)); +#15654=CARTESIAN_POINT('',(20.0050354789155,80.,255.800732978163)); +#15655=CARTESIAN_POINT('',(20.0050354789155,80.,260.199267081453)); +#15656=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,260.199264567102)); +#15657=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,260.199262052752)); +#15658=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199259538402)); +#15659=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800740521214)); +#15660=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,259.800738006864)); +#15661=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,259.800735492514)); +#15662=CARTESIAN_POINT('',(20.0050354789155,80.,259.800732978163)); +#15663=CARTESIAN_POINT('',(20.0050354789155,80.,261.800732978164)); +#15664=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,261.800735492514)); +#15665=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,261.800738006865)); +#15666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800740521215)); +#15667=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199259538403)); +#15668=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,262.199262052753)); +#15669=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,262.199264567103)); +#15670=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,262.199267081454)); +#15671=CARTESIAN_POINT('',(20.0050354789155,80.,252.199267081453)); +#15672=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,252.199264567102)); +#15673=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,252.199262052752)); +#15674=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199259538402)); +#15675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800740521214)); +#15676=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,251.800738006864)); +#15677=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,251.800735492514)); +#15678=CARTESIAN_POINT('',(20.0050354789155,80.,251.800732978163)); +#15679=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,253.800732978164)); +#15680=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,253.800735492514)); +#15681=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,253.800738006865)); +#15682=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800740521215)); +#15683=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199259538403)); +#15684=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,254.199262052753)); +#15685=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,254.199264567103)); +#15686=CARTESIAN_POINT('',(20.0050354789155,80.,254.199267081454)); +#15687=CARTESIAN_POINT('',(20.0050354789155,80.,249.800732978164)); +#15688=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,249.800735492514)); +#15689=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,249.800738006865)); +#15690=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800740521215)); +#15691=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199259538403)); +#15692=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,250.199262052753)); +#15693=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,250.199264567103)); +#15694=CARTESIAN_POINT('',(20.0050354789155,80.,250.199267081454)); +#15695=CARTESIAN_POINT('',(20.0050354789155,80.,248.199267081453)); +#15696=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,248.199264567102)); +#15697=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,248.199262052752)); +#15698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199259538402)); +#15699=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800740521214)); +#15700=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,247.800738006864)); +#15701=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,247.800735492514)); +#15702=CARTESIAN_POINT('',(20.0050354789155,80.,247.800732978163)); +#15703=CARTESIAN_POINT('',(20.0050354789155,80.,268.199267081453)); +#15704=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,268.199264567102)); +#15705=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,268.199262052752)); +#15706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199259538402)); +#15707=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800740521214)); +#15708=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,267.800738006864)); +#15709=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,267.800735492514)); +#15710=CARTESIAN_POINT('',(20.0050354789155,80.,267.800732978163)); +#15711=CARTESIAN_POINT('',(20.0050354789155,80.,269.800732978164)); +#15712=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,269.800735492514)); +#15713=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,269.800738006865)); +#15714=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800740521215)); +#15715=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199259538403)); +#15716=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,270.199262052753)); +#15717=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,270.199264567103)); +#15718=CARTESIAN_POINT('',(20.0050354789155,80.,270.199267081454)); +#15719=CARTESIAN_POINT('',(20.0050354789155,80.,265.800732978164)); +#15720=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,265.800735492514)); +#15721=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,265.800738006865)); +#15722=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800740521215)); +#15723=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199259538403)); +#15724=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,266.199262052753)); +#15725=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,266.199264567103)); +#15726=CARTESIAN_POINT('',(20.0050354789155,80.,266.199267081454)); +#15727=CARTESIAN_POINT('',(20.0050354789155,80.,264.199267081453)); +#15728=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,264.199264567102)); +#15729=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,264.199262052752)); +#15730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199259538402)); +#15731=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800740521214)); +#15732=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,263.800738006864)); +#15733=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,263.800735492514)); +#15734=CARTESIAN_POINT('',(20.0050354789155,80.,263.800732978163)); +#15735=CARTESIAN_POINT('',(20.0050354789155,80.,273.800732978164)); +#15736=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,273.800735492514)); +#15737=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,273.800738006865)); +#15738=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800740521215)); +#15739=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199259538403)); +#15740=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,274.199262052753)); +#15741=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,274.199264567103)); +#15742=CARTESIAN_POINT('',(20.0050354789155,80.,274.199267081454)); +#15743=CARTESIAN_POINT('',(20.0050354789155,80.,272.199267081453)); +#15744=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,272.199264567102)); +#15745=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,272.199262052752)); +#15746=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199259538402)); +#15747=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800740521214)); +#15748=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,271.800738006864)); +#15749=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,271.800735492514)); +#15750=CARTESIAN_POINT('',(20.0050354789155,80.,271.800732978163)); +#15751=CARTESIAN_POINT('',(20.0050354789155,80.,276.199267081453)); +#15752=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,276.199264567102)); +#15753=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,276.199262052752)); +#15754=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199259538402)); +#15755=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800740521214)); +#15756=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,275.800738006864)); +#15757=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,275.800735492514)); +#15758=CARTESIAN_POINT('',(20.0050354789155,80.,275.800732978163)); +#15759=CARTESIAN_POINT('',(20.0050354789155,80.,277.800732978164)); +#15760=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,277.800735492514)); +#15761=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,277.800738006865)); +#15762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800740521215)); +#15763=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199259538403)); +#15764=CARTESIAN_POINT('',(20.0050405076158,119.999999999998,278.199262052753)); +#15765=CARTESIAN_POINT('',(20.0050379932656,99.999999999999,278.199264567103)); +#15766=CARTESIAN_POINT('',(20.0050354789155,80.,278.199267081454)); +#15767=CARTESIAN_POINT('',(20.0050354789155,80.,1.80073298252784)); +#15768=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,1.80073299541204)); +#15769=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,1.80099465514987)); +#15770=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,1.80204105275623)); +#15771=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,1.80282588809991)); +#15772=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,1.80596453399429)); +#15773=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,1.80910252610834)); +#15774=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,1.82164830086346)); +#15775=CARTESIAN_POINT('',(20.0384855105403,78.8199915079572,1.83418301415231)); +#15776=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,1.88422278748202)); +#15777=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,1.9340883993872)); +#15778=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,2.00000003417244)); +#15779=CARTESIAN_POINT('',(20.0050354789155,80.,12.1992670858161)); +#15780=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,12.1992670729319)); +#15781=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,12.1990054131941)); +#15782=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,12.1979590155877)); +#15783=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,12.1971741802441)); +#15784=CARTESIAN_POINT('',(20.010267030382,79.5275806440131,12.1940355343497)); +#15785=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,12.1908975422356)); +#15786=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,12.1783517674805)); +#15787=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,12.1658170541917)); +#15788=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,12.115777280862)); +#15789=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,12.0659116689568)); +#15790=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,12.0000000341715)); +#15791=CARTESIAN_POINT('',(20.0050354789155,80.,17.8007329825278)); +#15792=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,17.800732995412)); +#15793=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,17.8009946551499)); +#15794=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,17.8020410527562)); +#15795=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,17.8028258880999)); +#15796=CARTESIAN_POINT('',(20.010267030382,79.5275806440125,17.8059645339943)); +#15797=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,17.8091025261083)); +#15798=CARTESIAN_POINT('',(20.0259507972513,79.0555831592381,17.8216483008634)); +#15799=CARTESIAN_POINT('',(20.0384855105404,78.8199915079568,17.8341830141523)); +#15800=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,17.884222787482)); +#15801=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,17.9340883993872)); +#15802=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,18.0000000341724)); +#15803=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,18.0000000341724)); +#15804=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,18.0659116689577)); +#15805=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,18.1157772808628)); +#15806=CARTESIAN_POINT('',(20.0384855105403,78.8199915079573,18.1658170541926)); +#15807=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,18.1783517674814)); +#15808=CARTESIAN_POINT('',(20.0134050224962,79.409540060268,18.1908975422366)); +#15809=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,18.1940355343506)); +#15810=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,18.1971742110246)); +#15811=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,18.1979590309768)); +#15812=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,18.1990054285937)); +#15813=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,18.1992670729332)); +#15814=CARTESIAN_POINT('',(20.0050354789155,80.,18.199267085817)); +#15815=CARTESIAN_POINT('',(20.0050354789155,80.,16.1992670858161)); +#15816=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,16.1992670729319)); +#15817=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,16.1990054131941)); +#15818=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,16.1979590155877)); +#15819=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,16.1971741802441)); +#15820=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,16.1940355343497)); +#15821=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,16.1908975422356)); +#15822=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,16.1783517674805)); +#15823=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,16.1658170541917)); +#15824=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,16.1157772808619)); +#15825=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,16.0659116689568)); +#15826=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,16.0000000341715)); +#15827=CARTESIAN_POINT('',(20.0050354789155,80.,20.1992670858161)); +#15828=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,20.1992670729319)); +#15829=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,20.1990054131941)); +#15830=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,20.1979590155877)); +#15831=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,20.1971741802441)); +#15832=CARTESIAN_POINT('',(20.010267030382,79.5275806440125,20.1940355343497)); +#15833=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,20.1908975422356)); +#15834=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,20.1783517674805)); +#15835=CARTESIAN_POINT('',(20.0384855105403,78.8199915079572,20.1658170541917)); +#15836=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,20.1157772808619)); +#15837=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,20.0659116689568)); +#15838=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,20.0000000341715)); +#15839=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,22.0000000341724)); +#15840=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,22.0659116689577)); +#15841=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,22.1157772808629)); +#15842=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,22.1658170541926)); +#15843=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,22.1783517674814)); +#15844=CARTESIAN_POINT('',(20.0134050224962,79.4095400602665,22.1908975422365)); +#15845=CARTESIAN_POINT('',(20.0102670303819,79.527580644014,22.1940355343506)); +#15846=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,22.1971742110246)); +#15847=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,22.1979590309769)); +#15848=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,22.1990054285937)); +#15849=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,22.1992670729332)); +#15850=CARTESIAN_POINT('',(20.0050354789155,80.,22.1992670858171)); +#15851=CARTESIAN_POINT('',(20.0050354789155,80.,108.199267081453)); +#15852=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,108.199267068568)); +#15853=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,108.199005408831)); +#15854=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,108.197959011224)); +#15855=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,108.197174175881)); +#15856=CARTESIAN_POINT('',(20.010267030382,79.5275806440102,108.194035529986)); +#15857=CARTESIAN_POINT('',(20.0134050224961,79.4095400602703,108.190897537872)); +#15858=CARTESIAN_POINT('',(20.0259507972513,79.0555831592368,108.178351763117)); +#15859=CARTESIAN_POINT('',(20.0384855105403,78.8199915079581,108.165817049828)); +#15860=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,108.115777276498)); +#15861=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,108.065911664593)); +#15862=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,108.000000029808)); +#15863=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,110.000000029809)); +#15864=CARTESIAN_POINT('',(20.1383908957747,77.6472311228426,110.065911664594)); +#15865=CARTESIAN_POINT('',(20.0885252838702,78.1145417482038,110.115777276499)); +#15866=CARTESIAN_POINT('',(20.0384855105403,78.8199915079583,110.165817049829)); +#15867=CARTESIAN_POINT('',(20.0259507972514,79.0555831592366,110.178351763118)); +#15868=CARTESIAN_POINT('',(20.0134050224962,79.4095400602688,110.190897537873)); +#15869=CARTESIAN_POINT('',(20.010267030382,79.5275806440117,110.194035529987)); +#15870=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,110.197174206661)); +#15871=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,110.197959026613)); +#15872=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,110.19900542423)); +#15873=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,110.19926706857)); +#15874=CARTESIAN_POINT('',(20.0050354789155,80.,110.199267081454)); +#15875=CARTESIAN_POINT('',(20.0050354789155,80.,105.800732978164)); +#15876=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,105.800732991049)); +#15877=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,105.800994650786)); +#15878=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,105.802041048393)); +#15879=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,105.802825883736)); +#15880=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,105.805964529631)); +#15881=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,105.809102521745)); +#15882=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,105.8216482965)); +#15883=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,105.834183009789)); +#15884=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,105.884222783119)); +#15885=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,105.934088395024)); +#15886=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,106.000000029809)); +#15887=CARTESIAN_POINT('',(20.0050354789155,80.,104.199267081453)); +#15888=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,104.199267068568)); +#15889=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,104.199005408831)); +#15890=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,104.197959011224)); +#15891=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,104.197174175881)); +#15892=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,104.194035529986)); +#15893=CARTESIAN_POINT('',(20.0134050224962,79.4095400602684,104.190897537872)); +#15894=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,104.178351763117)); +#15895=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,104.165817049828)); +#15896=CARTESIAN_POINT('',(20.08852528387,78.1145417482053,104.115777276499)); +#15897=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,104.065911664593)); +#15898=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,104.000000029808)); +#15899=CARTESIAN_POINT('',(20.0050354789155,80.,113.800732978164)); +#15900=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,113.800732991049)); +#15901=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,113.800994650786)); +#15902=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,113.802041048393)); +#15903=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,113.802825883736)); +#15904=CARTESIAN_POINT('',(20.0102670303819,79.5275806440168,113.805964529631)); +#15905=CARTESIAN_POINT('',(20.0134050224963,79.4095400602638,113.809102521745)); +#15906=CARTESIAN_POINT('',(20.0259507972513,79.0555831592368,113.8216482965)); +#15907=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,113.834183009789)); +#15908=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,113.884222783119)); +#15909=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,113.934088395024)); +#15910=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,114.000000029809)); +#15911=CARTESIAN_POINT('',(20.0050354789155,80.,112.199267081453)); +#15912=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,112.199267068568)); +#15913=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,112.199005408831)); +#15914=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,112.197959011224)); +#15915=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,112.197174175881)); +#15916=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,112.194035529986)); +#15917=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,112.190897537872)); +#15918=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,112.178351763117)); +#15919=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,112.165817049828)); +#15920=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,112.115777276498)); +#15921=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,112.065911664593)); +#15922=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,112.000000029808)); +#15923=CARTESIAN_POINT('',(20.0050354789155,80.,116.199267081453)); +#15924=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,116.199267068568)); +#15925=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,116.199005408831)); +#15926=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,116.197959011224)); +#15927=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,116.197174175881)); +#15928=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,116.194035529986)); +#15929=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,116.190897537872)); +#15930=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,116.178351763117)); +#15931=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,116.165817049828)); +#15932=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,116.115777276498)); +#15933=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,116.065911664593)); +#15934=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,116.000000029808)); +#15935=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,116.000000029808)); +#15936=CARTESIAN_POINT('',(20.1383908957748,77.6472311228422,115.934088395023)); +#15937=CARTESIAN_POINT('',(20.0885252838701,78.1145417482041,115.884222783118)); +#15938=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,115.834183009788)); +#15939=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,115.821648296499)); +#15940=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,115.809102521744)); +#15941=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,115.80596452963)); +#15942=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,115.802825852956)); +#15943=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,115.802041033004)); +#15944=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,115.800994635387)); +#15945=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,115.800732991047)); +#15946=CARTESIAN_POINT('',(20.0050354789155,80.,115.800732978163)); +#15947=CARTESIAN_POINT('',(20.0050354789155,80.,117.800732978164)); +#15948=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,117.800732991049)); +#15949=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,117.800994650786)); +#15950=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,117.802041048393)); +#15951=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,117.802825883736)); +#15952=CARTESIAN_POINT('',(20.010267030382,79.5275806440099,117.805964529631)); +#15953=CARTESIAN_POINT('',(20.0134050224961,79.4095400602705,117.809102521745)); +#15954=CARTESIAN_POINT('',(20.0259507972513,79.0555831592368,117.8216482965)); +#15955=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,117.834183009789)); +#15956=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,117.884222783119)); +#15957=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,117.934088395024)); +#15958=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,118.000000029809)); +#15959=CARTESIAN_POINT('',(20.0050354789155,80.,97.8007329781644)); +#15960=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,97.8007329910486)); +#15961=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,97.8009946507864)); +#15962=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,97.8020410483928)); +#15963=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,97.8028258837364)); +#15964=CARTESIAN_POINT('',(20.0102670303819,79.5275806440127,97.8059645296308)); +#15965=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,97.8091025217449)); +#15966=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,97.8216482965)); +#15967=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,97.8341830097889)); +#15968=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,97.8842227831186)); +#15969=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,97.9340883950237)); +#15970=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,98.000000029809)); +#15971=CARTESIAN_POINT('',(20.0050354789155,80.,96.1992670814527)); +#15972=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,96.1992670685685)); +#15973=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,96.1990054088306)); +#15974=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,96.1979590112243)); +#15975=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,96.1971741758806)); +#15976=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,96.1940355299862)); +#15977=CARTESIAN_POINT('',(20.0134050224961,79.4095400602691,96.1908975378722)); +#15978=CARTESIAN_POINT('',(20.0259507972513,79.0555831592382,96.1783517631171)); +#15979=CARTESIAN_POINT('',(20.0384855105404,78.8199915079567,96.1658170498282)); +#15980=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,96.1157772764985)); +#15981=CARTESIAN_POINT('',(20.138390895775,77.6472311228408,96.0659116645932)); +#15982=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,96.0000000298081)); +#15983=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,96.0000000298081)); +#15984=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,95.9340883950228)); +#15985=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,95.8842227831177)); +#15986=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,95.834183009788)); +#15987=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,95.8216482964991)); +#15988=CARTESIAN_POINT('',(20.0134050224962,79.4095400602676,95.809102521744)); +#15989=CARTESIAN_POINT('',(20.010267030382,79.5275806440129,95.8059645296299)); +#15990=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,95.8028258529559)); +#15991=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,95.8020410330037)); +#15992=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,95.8009946353869)); +#15993=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,95.8007329910473)); +#15994=CARTESIAN_POINT('',(20.0050354789155,80.,95.8007329781635)); +#15995=CARTESIAN_POINT('',(20.0050354789155,80.,100.199267081453)); +#15996=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,100.199267068568)); +#15997=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,100.199005408831)); +#15998=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,100.197959011224)); +#15999=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,100.197174175881)); +#16000=CARTESIAN_POINT('',(20.010267030382,79.5275806440118,100.194035529986)); +#16001=CARTESIAN_POINT('',(20.0134050224962,79.4095400602687,100.190897537872)); +#16002=CARTESIAN_POINT('',(20.0259507972514,79.0555831592361,100.178351763117)); +#16003=CARTESIAN_POINT('',(20.0384855105402,78.8199915079587,100.165817049828)); +#16004=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,100.115777276498)); +#16005=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,100.065911664593)); +#16006=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,100.000000029808)); +#16007=CARTESIAN_POINT('',(20.0050354789155,80.,101.800732978164)); +#16008=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,101.800732991049)); +#16009=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,101.800994650786)); +#16010=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,101.802041048393)); +#16011=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,101.802825883736)); +#16012=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,101.805964529631)); +#16013=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,101.809102521745)); +#16014=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,101.8216482965)); +#16015=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,101.834183009789)); +#16016=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,101.884222783119)); +#16017=CARTESIAN_POINT('',(20.1383908957749,77.6472311228408,101.934088395024)); +#16018=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,102.000000029809)); +#16019=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,102.000000029809)); +#16020=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,102.065911664594)); +#16021=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,102.115777276499)); +#16022=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,102.165817049829)); +#16023=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,102.178351763118)); +#16024=CARTESIAN_POINT('',(20.0134050224961,79.4095400602711,102.190897537873)); +#16025=CARTESIAN_POINT('',(20.010267030382,79.5275806440094,102.194035529987)); +#16026=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,102.197174206661)); +#16027=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,102.197959026613)); +#16028=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,102.19900542423)); +#16029=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,102.19926706857)); +#16030=CARTESIAN_POINT('',(20.0050354789155,80.,102.199267081454)); +#16031=CARTESIAN_POINT('',(20.0050354789155,80.,92.1992670814527)); +#16032=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,92.1992670685685)); +#16033=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,92.1990054088306)); +#16034=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,92.1979590112243)); +#16035=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,92.1971741758806)); +#16036=CARTESIAN_POINT('',(20.0102670303819,79.5275806440141,92.1940355299863)); +#16037=CARTESIAN_POINT('',(20.0134050224962,79.4095400602665,92.1908975378721)); +#16038=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,92.178351763117)); +#16039=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,92.1658170498282)); +#16040=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,92.1157772764985)); +#16041=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,92.0659116645933)); +#16042=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,92.0000000298081)); +#16043=CARTESIAN_POINT('',(20.0050354789155,80.,93.8007329781644)); +#16044=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,93.8007329910486)); +#16045=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,93.8009946507864)); +#16046=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,93.8020410483928)); +#16047=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,93.8028258837364)); +#16048=CARTESIAN_POINT('',(20.0102670303819,79.5275806440142,93.8059645296308)); +#16049=CARTESIAN_POINT('',(20.0134050224963,79.4095400602664,93.8091025217449)); +#16050=CARTESIAN_POINT('',(20.0259507972513,79.0555831592388,93.8216482964999)); +#16051=CARTESIAN_POINT('',(20.0384855105404,78.8199915079561,93.8341830097889)); +#16052=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,93.8842227831186)); +#16053=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,93.9340883950237)); +#16054=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,94.000000029809)); +#16055=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,94.000000029809)); +#16056=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,94.0659116645943)); +#16057=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,94.1157772764994)); +#16058=CARTESIAN_POINT('',(20.0384855105403,78.8199915079584,94.1658170498292)); +#16059=CARTESIAN_POINT('',(20.0259507972514,79.0555831592365,94.1783517631179)); +#16060=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,94.1908975378731)); +#16061=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,94.1940355299871)); +#16062=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,94.1971742066611)); +#16063=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,94.1979590266134)); +#16064=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,94.1990054242302)); +#16065=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,94.1992670685697)); +#16066=CARTESIAN_POINT('',(20.0050354789155,80.,94.1992670814536)); +#16067=CARTESIAN_POINT('',(20.0050354789155,80.,89.8007329781644)); +#16068=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,89.8007329910486)); +#16069=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,89.8009946507864)); +#16070=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,89.8020410483928)); +#16071=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,89.8028258837364)); +#16072=CARTESIAN_POINT('',(20.010267030382,79.5275806440119,89.8059645296308)); +#16073=CARTESIAN_POINT('',(20.0134050224962,79.4095400602686,89.8091025217448)); +#16074=CARTESIAN_POINT('',(20.0259507972514,79.0555831592361,89.8216482965)); +#16075=CARTESIAN_POINT('',(20.0384855105402,78.8199915079588,89.8341830097887)); +#16076=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,89.8842227831186)); +#16077=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,89.9340883950237)); +#16078=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,90.000000029809)); +#16079=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,90.000000029809)); +#16080=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,90.0659116645942)); +#16081=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,90.1157772764994)); +#16082=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,90.1658170498291)); +#16083=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,90.178351763118)); +#16084=CARTESIAN_POINT('',(20.0134050224961,79.4095400602694,90.1908975378731)); +#16085=CARTESIAN_POINT('',(20.010267030382,79.5275806440111,90.1940355299871)); +#16086=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,90.1971742066611)); +#16087=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,90.1979590266134)); +#16088=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,90.1990054242302)); +#16089=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,90.1992670685697)); +#16090=CARTESIAN_POINT('',(20.0050354789155,80.,90.1992670814536)); +#16091=CARTESIAN_POINT('',(20.0050354789155,80.,88.1992670814527)); +#16092=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,88.1992670685685)); +#16093=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,88.1990054088306)); +#16094=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,88.1979590112243)); +#16095=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,88.1971741758806)); +#16096=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,88.1940355299862)); +#16097=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,88.1908975378722)); +#16098=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,88.178351763117)); +#16099=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,88.1658170498282)); +#16100=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,88.1157772764985)); +#16101=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,88.0659116645933)); +#16102=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,88.0000000298081)); +#16103=CARTESIAN_POINT('',(20.0050354789155,80.,129.800732978164)); +#16104=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,129.800732991049)); +#16105=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,129.800994650786)); +#16106=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,129.802041048393)); +#16107=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,129.802825883736)); +#16108=CARTESIAN_POINT('',(20.010267030382,79.5275806440108,129.805964529631)); +#16109=CARTESIAN_POINT('',(20.0134050224961,79.4095400602697,129.809102521745)); +#16110=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,129.8216482965)); +#16111=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,129.834183009789)); +#16112=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,129.884222783119)); +#16113=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,129.934088395024)); +#16114=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,130.000000029809)); +#16115=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,130.000000029809)); +#16116=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,130.065911664594)); +#16117=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,130.115777276499)); +#16118=CARTESIAN_POINT('',(20.0384855105402,78.8199915079596,130.165817049829)); +#16119=CARTESIAN_POINT('',(20.0259507972514,79.0555831592353,130.178351763118)); +#16120=CARTESIAN_POINT('',(20.0134050224961,79.4095400602704,130.190897537873)); +#16121=CARTESIAN_POINT('',(20.010267030382,79.5275806440101,130.194035529987)); +#16122=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,130.197174206661)); +#16123=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,130.197959026613)); +#16124=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,130.19900542423)); +#16125=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,130.19926706857)); +#16126=CARTESIAN_POINT('',(20.0050354789155,80.,130.199267081454)); +#16127=CARTESIAN_POINT('',(20.0050354789155,80.,128.199267081453)); +#16128=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,128.199267068568)); +#16129=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,128.199005408831)); +#16130=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,128.197959011224)); +#16131=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,128.197174175881)); +#16132=CARTESIAN_POINT('',(20.010267030382,79.5275806440108,128.194035529986)); +#16133=CARTESIAN_POINT('',(20.0134050224961,79.4095400602698,128.190897537872)); +#16134=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,128.178351763117)); +#16135=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,128.165817049828)); +#16136=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,128.115777276498)); +#16137=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,128.065911664593)); +#16138=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,128.000000029808)); +#16139=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,133.800732978164)); +#16140=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,133.800732991049)); +#16141=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,133.800994650786)); +#16142=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,133.802041048393)); +#16143=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,133.802825883736)); +#16144=CARTESIAN_POINT('',(20.0102670303819,79.5275806440139,133.805964529631)); +#16145=CARTESIAN_POINT('',(20.0134050224962,79.4095400602666,133.809102521745)); +#16146=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,133.8216482965)); +#16147=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,133.834183009789)); +#16148=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,133.884222783119)); +#16149=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,133.934088395024)); +#16150=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,134.000000029809)); +#16151=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,124.000000029808)); +#16152=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,123.934088395023)); +#16153=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,123.884222783118)); +#16154=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,123.834183009788)); +#16155=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,123.821648296499)); +#16156=CARTESIAN_POINT('',(20.0134050224961,79.4095400602694,123.809102521744)); +#16157=CARTESIAN_POINT('',(20.010267030382,79.527580644011,123.80596452963)); +#16158=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,123.802825852956)); +#16159=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,123.802041033004)); +#16160=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,123.800994635387)); +#16161=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,123.800732991047)); +#16162=CARTESIAN_POINT('',(20.0050354789155,80.,123.800732978163)); +#16163=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,126.000000029809)); +#16164=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,126.065911664594)); +#16165=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,126.115777276499)); +#16166=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,126.165817049829)); +#16167=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,126.178351763118)); +#16168=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,126.190897537873)); +#16169=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,126.194035529987)); +#16170=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,126.197174206661)); +#16171=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,126.197959026613)); +#16172=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,126.19900542423)); +#16173=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,126.19926706857)); +#16174=CARTESIAN_POINT('',(20.0050354789155,80.,126.199267081454)); +#16175=CARTESIAN_POINT('',(20.0050354789155,80.,121.800732978164)); +#16176=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,121.800732991049)); +#16177=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,121.800994650786)); +#16178=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,121.802041048393)); +#16179=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,121.802825883736)); +#16180=CARTESIAN_POINT('',(20.010267030382,79.5275806440122,121.805964529631)); +#16181=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,121.809102521745)); +#16182=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,121.8216482965)); +#16183=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,121.834183009789)); +#16184=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,121.884222783119)); +#16185=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,121.934088395024)); +#16186=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,122.000000029809)); +#16187=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,122.000000029809)); +#16188=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,122.065911664594)); +#16189=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,122.115777276499)); +#16190=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,122.165817049829)); +#16191=CARTESIAN_POINT('',(20.0259507972514,79.0555831592367,122.178351763118)); +#16192=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,122.190897537873)); +#16193=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,122.194035529987)); +#16194=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,122.197174206661)); +#16195=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,122.197959026613)); +#16196=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,122.19900542423)); +#16197=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,122.19926706857)); +#16198=CARTESIAN_POINT('',(20.0050354789155,80.,122.199267081454)); +#16199=CARTESIAN_POINT('',(20.0050354789155,80.,120.199267081453)); +#16200=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,120.199267068568)); +#16201=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,120.199005408831)); +#16202=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,120.197959011224)); +#16203=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,120.197174175881)); +#16204=CARTESIAN_POINT('',(20.010267030382,79.5275806440129,120.194035529986)); +#16205=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,120.190897537872)); +#16206=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,120.178351763117)); +#16207=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,120.165817049828)); +#16208=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,120.115777276498)); +#16209=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,120.065911664593)); +#16210=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,120.000000029808)); +#16211=CARTESIAN_POINT('',(20.0050354789155,80.,140.199267081453)); +#16212=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,140.199267068568)); +#16213=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,140.199005408831)); +#16214=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,140.197959011224)); +#16215=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,140.197174175881)); +#16216=CARTESIAN_POINT('',(20.0102670303819,79.5275806440159,140.194035529986)); +#16217=CARTESIAN_POINT('',(20.0134050224963,79.4095400602646,140.190897537872)); +#16218=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,140.178351763117)); +#16219=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,140.165817049828)); +#16220=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,140.115777276498)); +#16221=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,140.065911664593)); +#16222=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,140.000000029808)); +#16223=CARTESIAN_POINT('',(20.0050354789155,80.,141.800732978164)); +#16224=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,141.800732991049)); +#16225=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,141.800994650786)); +#16226=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,141.802041048393)); +#16227=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,141.802825883736)); +#16228=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,141.805964529631)); +#16229=CARTESIAN_POINT('',(20.0134050224962,79.409540060268,141.809102521745)); +#16230=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,141.8216482965)); +#16231=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,141.834183009789)); +#16232=CARTESIAN_POINT('',(20.0885252838701,78.1145417482043,141.884222783119)); +#16233=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,141.934088395024)); +#16234=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,142.000000029809)); +#16235=CARTESIAN_POINT('',(20.0050354789155,80.,137.800732978164)); +#16236=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,137.800732991049)); +#16237=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,137.800994650786)); +#16238=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,137.802041048393)); +#16239=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,137.802825883736)); +#16240=CARTESIAN_POINT('',(20.0102670303819,79.5275806440164,137.805964529631)); +#16241=CARTESIAN_POINT('',(20.0134050224963,79.4095400602641,137.809102521745)); +#16242=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,137.8216482965)); +#16243=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,137.834183009789)); +#16244=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,137.884222783119)); +#16245=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,137.934088395024)); +#16246=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,138.000000029809)); +#16247=CARTESIAN_POINT('',(20.0050354789155,80.,136.199267081453)); +#16248=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,136.199267068568)); +#16249=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,136.199005408831)); +#16250=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,136.197959011224)); +#16251=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,136.197174175881)); +#16252=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,136.194035529986)); +#16253=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,136.190897537872)); +#16254=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,136.178351763117)); +#16255=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,136.165817049828)); +#16256=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,136.115777276498)); +#16257=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,136.065911664593)); +#16258=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,136.000000029808)); +#16259=CARTESIAN_POINT('',(20.0050354789155,80.,145.800732978164)); +#16260=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,145.800732991049)); +#16261=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,145.800994650786)); +#16262=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,145.802041048393)); +#16263=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,145.802825883736)); +#16264=CARTESIAN_POINT('',(20.0102670303819,79.5275806440147,145.805964529631)); +#16265=CARTESIAN_POINT('',(20.0134050224963,79.4095400602659,145.809102521745)); +#16266=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,145.8216482965)); +#16267=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,145.834183009789)); +#16268=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,145.884222783119)); +#16269=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,145.934088395024)); +#16270=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,146.000000029809)); +#16271=CARTESIAN_POINT('',(20.0050354789155,80.,144.199267081453)); +#16272=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,144.199267068568)); +#16273=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,144.199005408831)); +#16274=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,144.197959011224)); +#16275=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,144.197174175881)); +#16276=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,144.194035529986)); +#16277=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,144.190897537872)); +#16278=CARTESIAN_POINT('',(20.0259507972513,79.0555831592384,144.178351763117)); +#16279=CARTESIAN_POINT('',(20.0384855105404,78.8199915079565,144.165817049828)); +#16280=CARTESIAN_POINT('',(20.08852528387,78.1145417482058,144.115777276498)); +#16281=CARTESIAN_POINT('',(20.138390895775,77.6472311228406,144.065911664593)); +#16282=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,144.000000029808)); +#16283=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,144.000000029808)); +#16284=CARTESIAN_POINT('',(20.138390895775,77.6472311228408,143.934088395023)); +#16285=CARTESIAN_POINT('',(20.08852528387,78.1145417482057,143.884222783118)); +#16286=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,143.834183009788)); +#16287=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,143.821648296499)); +#16288=CARTESIAN_POINT('',(20.0134050224963,79.4095400602658,143.809102521744)); +#16289=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,143.80596452963)); +#16290=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,143.802825852956)); +#16291=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,143.802041033004)); +#16292=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,143.800994635387)); +#16293=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,143.800732991047)); +#16294=CARTESIAN_POINT('',(20.0050354789155,80.,143.800732978163)); +#16295=CARTESIAN_POINT('',(20.0050354789155,80.,148.199267081453)); +#16296=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,148.199267068568)); +#16297=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,148.199005408831)); +#16298=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,148.197959011224)); +#16299=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,148.197174175881)); +#16300=CARTESIAN_POINT('',(20.010267030382,79.5275806440131,148.194035529986)); +#16301=CARTESIAN_POINT('',(20.0134050224962,79.4095400602674,148.190897537872)); +#16302=CARTESIAN_POINT('',(20.0259507972513,79.0555831592384,148.178351763117)); +#16303=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,148.165817049828)); +#16304=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,148.115777276498)); +#16305=CARTESIAN_POINT('',(20.1383908957748,77.6472311228422,148.065911664593)); +#16306=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,148.000000029808)); +#16307=CARTESIAN_POINT('',(20.0050354789155,80.,149.800732978164)); +#16308=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,149.800732991049)); +#16309=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,149.800994650786)); +#16310=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,149.802041048393)); +#16311=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,149.802825883736)); +#16312=CARTESIAN_POINT('',(20.0102670303819,79.5275806440173,149.805964529631)); +#16313=CARTESIAN_POINT('',(20.0134050224964,79.4095400602633,149.809102521745)); +#16314=CARTESIAN_POINT('',(20.0259507972513,79.0555831592392,149.8216482965)); +#16315=CARTESIAN_POINT('',(20.0384855105405,78.8199915079557,149.834183009789)); +#16316=CARTESIAN_POINT('',(20.0885252838701,78.1145417482043,149.884222783119)); +#16317=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,149.934088395024)); +#16318=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,150.000000029809)); +#16319=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,150.000000029809)); +#16320=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,150.065911664594)); +#16321=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,150.115777276499)); +#16322=CARTESIAN_POINT('',(20.0384855105403,78.8199915079582,150.165817049829)); +#16323=CARTESIAN_POINT('',(20.0259507972514,79.0555831592367,150.178351763118)); +#16324=CARTESIAN_POINT('',(20.0134050224962,79.4095400602681,150.190897537873)); +#16325=CARTESIAN_POINT('',(20.010267030382,79.5275806440124,150.194035529987)); +#16326=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,150.197174206661)); +#16327=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,150.197959026613)); +#16328=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,150.19900542423)); +#16329=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,150.19926706857)); +#16330=CARTESIAN_POINT('',(20.0050354789155,80.,150.199267081454)); +#16331=CARTESIAN_POINT('',(20.0050354789155,80.,65.8007329781643)); +#16332=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,65.8007329910485)); +#16333=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,65.8009946507864)); +#16334=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,65.8020410483927)); +#16335=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,65.8028258837364)); +#16336=CARTESIAN_POINT('',(20.010267030382,79.527580644012,65.8059645296308)); +#16337=CARTESIAN_POINT('',(20.0134050224962,79.4095400602684,65.8091025217448)); +#16338=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,65.8216482964999)); +#16339=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,65.8341830097888)); +#16340=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,65.8842227831185)); +#16341=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,65.9340883950237)); +#16342=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,66.0000000298089)); +#16343=CARTESIAN_POINT('',(20.0050354789155,80.,64.1992670814526)); +#16344=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,64.1992670685684)); +#16345=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,64.1990054088306)); +#16346=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,64.1979590112242)); +#16347=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,64.1971741758805)); +#16348=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,64.1940355299862)); +#16349=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,64.1908975378721)); +#16350=CARTESIAN_POINT('',(20.0259507972513,79.0555831592381,64.178351763117)); +#16351=CARTESIAN_POINT('',(20.0384855105404,78.8199915079568,64.1658170498281)); +#16352=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,64.1157772764984)); +#16353=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,64.0659116645932)); +#16354=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,64.000000029808)); +#16355=CARTESIAN_POINT('',(20.0050354789155,80.,68.1992670814526)); +#16356=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,68.1992670685684)); +#16357=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,68.1990054088306)); +#16358=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,68.1979590112243)); +#16359=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,68.1971741758805)); +#16360=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,68.1940355299862)); +#16361=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,68.1908975378721)); +#16362=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,68.178351763117)); +#16363=CARTESIAN_POINT('',(20.0384855105403,78.8199915079572,68.1658170498281)); +#16364=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,68.1157772764984)); +#16365=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,68.0659116645932)); +#16366=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,68.000000029808)); +#16367=CARTESIAN_POINT('',(20.0050354789155,80.,60.1992670814526)); +#16368=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,60.1992670685684)); +#16369=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,60.1990054088306)); +#16370=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,60.1979590112242)); +#16371=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,60.1971741758805)); +#16372=CARTESIAN_POINT('',(20.010267030382,79.5275806440131,60.1940355299862)); +#16373=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,60.1908975378721)); +#16374=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,60.178351763117)); +#16375=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,60.1658170498282)); +#16376=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,60.1157772764984)); +#16377=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,60.0659116645932)); +#16378=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,60.000000029808)); +#16379=CARTESIAN_POINT('',(20.0050354789155,80.,61.8007329781643)); +#16380=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,61.8007329910485)); +#16381=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,61.8009946507864)); +#16382=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,61.8020410483927)); +#16383=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,61.8028258837364)); +#16384=CARTESIAN_POINT('',(20.010267030382,79.5275806440117,61.8059645296308)); +#16385=CARTESIAN_POINT('',(20.0134050224962,79.4095400602689,61.8091025217448)); +#16386=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,61.8216482964999)); +#16387=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,61.8341830097888)); +#16388=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,61.8842227831185)); +#16389=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,61.9340883950237)); +#16390=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,62.0000000298089)); +#16391=CARTESIAN_POINT('',(20.0050354789155,80.,57.8007329781643)); +#16392=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,57.8007329910485)); +#16393=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,57.8009946507864)); +#16394=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,57.8020410483927)); +#16395=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,57.8028258837364)); +#16396=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,57.8059645296308)); +#16397=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,57.8091025217448)); +#16398=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,57.8216482964999)); +#16399=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,57.8341830097888)); +#16400=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,57.8842227831185)); +#16401=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,57.9340883950236)); +#16402=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,58.0000000298089)); +#16403=CARTESIAN_POINT('',(20.0050354789155,80.,56.1992670814526)); +#16404=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,56.1992670685684)); +#16405=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,56.1990054088306)); +#16406=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,56.1979590112242)); +#16407=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,56.1971741758805)); +#16408=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,56.1940355299862)); +#16409=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,56.1908975378721)); +#16410=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,56.178351763117)); +#16411=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,56.1658170498281)); +#16412=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,56.1157772764984)); +#16413=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,56.0659116645932)); +#16414=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,56.000000029808)); +#16415=CARTESIAN_POINT('',(20.0050354789155,80.,76.1992670814526)); +#16416=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,76.1992670685684)); +#16417=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,76.1990054088306)); +#16418=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,76.1979590112242)); +#16419=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,76.1971741758805)); +#16420=CARTESIAN_POINT('',(20.010267030382,79.5275806440115,76.1940355299861)); +#16421=CARTESIAN_POINT('',(20.0134050224962,79.409540060269,76.1908975378722)); +#16422=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,76.178351763117)); +#16423=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,76.1658170498281)); +#16424=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,76.1157772764984)); +#16425=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,76.0659116645933)); +#16426=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,76.000000029808)); +#16427=CARTESIAN_POINT('',(20.0050354789155,80.,77.8007329781643)); +#16428=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,77.8007329910485)); +#16429=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,77.8009946507864)); +#16430=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,77.8020410483927)); +#16431=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,77.8028258837364)); +#16432=CARTESIAN_POINT('',(20.0102670303819,79.5275806440141,77.8059645296307)); +#16433=CARTESIAN_POINT('',(20.0134050224962,79.4095400602664,77.8091025217448)); +#16434=CARTESIAN_POINT('',(20.0259507972513,79.0555831592385,77.8216482964999)); +#16435=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,77.8341830097889)); +#16436=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,77.8842227831186)); +#16437=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,77.9340883950236)); +#16438=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,78.0000000298089)); +#16439=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,78.0000000298089)); +#16440=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,78.0659116645942)); +#16441=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,78.1157772764993)); +#16442=CARTESIAN_POINT('',(20.0384855105403,78.8199915079581,78.1658170498291)); +#16443=CARTESIAN_POINT('',(20.0259507972513,79.0555831592368,78.1783517631179)); +#16444=CARTESIAN_POINT('',(20.0134050224962,79.4095400602667,78.190897537873)); +#16445=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,78.1940355299871)); +#16446=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,78.1971742066611)); +#16447=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,78.1979590266133)); +#16448=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,78.1990054242302)); +#16449=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,78.1992670685697)); +#16450=CARTESIAN_POINT('',(20.0050354789155,80.,78.1992670814535)); +#16451=CARTESIAN_POINT('',(20.0050354789155,80.,73.8007329781643)); +#16452=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,73.8007329910485)); +#16453=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,73.8009946507863)); +#16454=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,73.8020410483927)); +#16455=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,73.8028258837364)); +#16456=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,73.8059645296308)); +#16457=CARTESIAN_POINT('',(20.0134050224962,79.4095400602666,73.8091025217448)); +#16458=CARTESIAN_POINT('',(20.0259507972513,79.0555831592382,73.8216482964999)); +#16459=CARTESIAN_POINT('',(20.0384855105404,78.8199915079566,73.8341830097888)); +#16460=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,73.8842227831185)); +#16461=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,73.9340883950236)); +#16462=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,74.0000000298089)); +#16463=CARTESIAN_POINT('',(20.0050354789155,80.,72.1992670814526)); +#16464=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,72.1992670685684)); +#16465=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,72.1990054088306)); +#16466=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,72.1979590112242)); +#16467=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,72.1971741758805)); +#16468=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,72.1940355299862)); +#16469=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,72.1908975378721)); +#16470=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,72.178351763117)); +#16471=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,72.1658170498282)); +#16472=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,72.1157772764984)); +#16473=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,72.0659116645933)); +#16474=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,72.000000029808)); +#16475=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,72.000000029808)); +#16476=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,71.9340883950227)); +#16477=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,71.8842227831176)); +#16478=CARTESIAN_POINT('',(20.0384855105404,78.8199915079573,71.8341830097879)); +#16479=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,71.821648296499)); +#16480=CARTESIAN_POINT('',(20.0134050224961,79.4095400602704,71.8091025217438)); +#16481=CARTESIAN_POINT('',(20.010267030382,79.5275806440101,71.8059645296299)); +#16482=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,71.8028258529559)); +#16483=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,71.8020410330036)); +#16484=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,71.8009946353868)); +#16485=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,71.8007329910472)); +#16486=CARTESIAN_POINT('',(20.0050354789155,80.,71.8007329781634)); +#16487=CARTESIAN_POINT('',(20.0050354789155,80.,81.8007329781643)); +#16488=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,81.8007329910485)); +#16489=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,81.8009946507864)); +#16490=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,81.8020410483927)); +#16491=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,81.8028258837364)); +#16492=CARTESIAN_POINT('',(20.010267030382,79.5275806440105,81.8059645296308)); +#16493=CARTESIAN_POINT('',(20.0134050224961,79.40954006027,81.8091025217447)); +#16494=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,81.8216482964999)); +#16495=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,81.8341830097888)); +#16496=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,81.8842227831185)); +#16497=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,81.9340883950237)); +#16498=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,82.0000000298089)); +#16499=CARTESIAN_POINT('',(20.0050354789155,80.,80.1992670814526)); +#16500=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,80.1992670685684)); +#16501=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,80.1990054088306)); +#16502=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,80.1979590112242)); +#16503=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,80.1971741758806)); +#16504=CARTESIAN_POINT('',(20.0102670303819,79.5275806440127,80.1940355299862)); +#16505=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,80.1908975378721)); +#16506=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,80.178351763117)); +#16507=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,80.1658170498281)); +#16508=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,80.1157772764984)); +#16509=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,80.0659116645932)); +#16510=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,80.000000029808)); +#16511=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,80.000000029808)); +#16512=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,79.9340883950227)); +#16513=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,79.8842227831176)); +#16514=CARTESIAN_POINT('',(20.0384855105404,78.8199915079567,79.8341830097879)); +#16515=CARTESIAN_POINT('',(20.0259507972513,79.0555831592382,79.821648296499)); +#16516=CARTESIAN_POINT('',(20.0134050224962,79.4095400602677,79.8091025217439)); +#16517=CARTESIAN_POINT('',(20.0102670303819,79.5275806440128,79.8059645296299)); +#16518=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,79.8028258529559)); +#16519=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,79.8020410330036)); +#16520=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,79.8009946353868)); +#16521=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,79.8007329910472)); +#16522=CARTESIAN_POINT('',(20.0050354789155,80.,79.8007329781634)); +#16523=CARTESIAN_POINT('',(20.0050354789155,80.,84.1992670814526)); +#16524=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,84.1992670685684)); +#16525=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,84.1990054088306)); +#16526=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,84.1979590112243)); +#16527=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,84.1971741758805)); +#16528=CARTESIAN_POINT('',(20.010267030382,79.5275806440109,84.1940355299861)); +#16529=CARTESIAN_POINT('',(20.0134050224961,79.4095400602696,84.1908975378722)); +#16530=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,84.178351763117)); +#16531=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,84.1658170498281)); +#16532=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,84.1157772764984)); +#16533=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,84.0659116645932)); +#16534=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,84.000000029808)); +#16535=CARTESIAN_POINT('',(20.0050354789155,80.,85.8007329781643)); +#16536=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,85.8007329910485)); +#16537=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,85.8009946507864)); +#16538=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,85.8020410483927)); +#16539=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,85.8028258837364)); +#16540=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,85.8059645296308)); +#16541=CARTESIAN_POINT('',(20.0134050224962,79.4095400602679,85.8091025217448)); +#16542=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,85.8216482965)); +#16543=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,85.8341830097887)); +#16544=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,85.8842227831185)); +#16545=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,85.9340883950236)); +#16546=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,86.0000000298089)); +#16547=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,86.0000000298089)); +#16548=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,86.0659116645942)); +#16549=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,86.1157772764993)); +#16550=CARTESIAN_POINT('',(20.0384855105404,78.8199915079562,86.165817049829)); +#16551=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,86.178351763118)); +#16552=CARTESIAN_POINT('',(20.0134050224962,79.4095400602688,86.1908975378731)); +#16553=CARTESIAN_POINT('',(20.010267030382,79.5275806440116,86.194035529987)); +#16554=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,86.1971742066611)); +#16555=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,86.1979590266133)); +#16556=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,86.1990054242302)); +#16557=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,86.1992670685697)); +#16558=CARTESIAN_POINT('',(20.0050354789155,80.,86.1992670814535)); +#16559=CARTESIAN_POINT('',(20.0050354789155,80.,44.1992670814527)); +#16560=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,44.1992670685685)); +#16561=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,44.1990054088306)); +#16562=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,44.1979590112243)); +#16563=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,44.1971741758806)); +#16564=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,44.1940355299862)); +#16565=CARTESIAN_POINT('',(20.0134050224962,79.4095400602674,44.1908975378722)); +#16566=CARTESIAN_POINT('',(20.0259507972513,79.0555831592385,44.1783517631171)); +#16567=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,44.1658170498281)); +#16568=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,44.1157772764985)); +#16569=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,44.0659116645933)); +#16570=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,44.0000000298081)); +#16571=CARTESIAN_POINT('',(20.0050354789155,80.,45.8007329781644)); +#16572=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,45.8007329910486)); +#16573=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,45.8009946507864)); +#16574=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,45.8020410483928)); +#16575=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,45.8028258837365)); +#16576=CARTESIAN_POINT('',(20.0102670303819,79.5275806440149,45.8059645296308)); +#16577=CARTESIAN_POINT('',(20.0134050224963,79.4095400602657,45.8091025217449)); +#16578=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,45.8216482965)); +#16579=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,45.8341830097888)); +#16580=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,45.8842227831186)); +#16581=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,45.9340883950237)); +#16582=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,46.000000029809)); +#16583=CARTESIAN_POINT('',(20.0050354789155,80.,41.8007329781644)); +#16584=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,41.8007329910486)); +#16585=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,41.8009946507864)); +#16586=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,41.8020410483928)); +#16587=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,41.8028258837364)); +#16588=CARTESIAN_POINT('',(20.010267030382,79.5275806440119,41.8059645296308)); +#16589=CARTESIAN_POINT('',(20.0134050224962,79.4095400602686,41.8091025217448)); +#16590=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,41.8216482965)); +#16591=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,41.8341830097888)); +#16592=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,41.8842227831186)); +#16593=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,41.9340883950238)); +#16594=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,42.000000029809)); +#16595=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,42.000000029809)); +#16596=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,42.0659116645942)); +#16597=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,42.1157772764994)); +#16598=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,42.1658170498291)); +#16599=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,42.178351763118)); +#16600=CARTESIAN_POINT('',(20.0134050224962,79.4095400602685,42.1908975378731)); +#16601=CARTESIAN_POINT('',(20.010267030382,79.527580644012,42.1940355299871)); +#16602=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,42.1971742066611)); +#16603=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,42.1979590266134)); +#16604=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,42.1990054242302)); +#16605=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,42.1992670685698)); +#16606=CARTESIAN_POINT('',(20.0050354789155,80.,42.1992670814536)); +#16607=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,40.0000000298081)); +#16608=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,39.9340883950229)); +#16609=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,39.8842227831176)); +#16610=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,39.8341830097879)); +#16611=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,39.8216482964991)); +#16612=CARTESIAN_POINT('',(20.0134050224962,79.4095400602663,39.809102521744)); +#16613=CARTESIAN_POINT('',(20.0102670303819,79.5275806440142,39.8059645296299)); +#16614=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,39.8028258529559)); +#16615=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,39.8020410330037)); +#16616=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,39.8009946353868)); +#16617=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,39.8007329910473)); +#16618=CARTESIAN_POINT('',(20.0050354789155,80.,39.8007329781635)); +#16619=CARTESIAN_POINT('',(20.0050354789155,80.,49.8007329781644)); +#16620=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,49.8007329910486)); +#16621=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,49.8009946507864)); +#16622=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,49.8020410483928)); +#16623=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,49.8028258837365)); +#16624=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,49.8059645296308)); +#16625=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,49.8091025217449)); +#16626=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,49.8216482965)); +#16627=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,49.8341830097888)); +#16628=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,49.8842227831186)); +#16629=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,49.9340883950237)); +#16630=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,50.000000029809)); +#16631=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,50.000000029809)); +#16632=CARTESIAN_POINT('',(20.1383908957748,77.6472311228418,50.0659116645943)); +#16633=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,50.1157772764994)); +#16634=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,50.1658170498291)); +#16635=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,50.178351763118)); +#16636=CARTESIAN_POINT('',(20.0134050224962,79.4095400602688,50.1908975378731)); +#16637=CARTESIAN_POINT('',(20.010267030382,79.5275806440117,50.1940355299871)); +#16638=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,50.1971742066611)); +#16639=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,50.1979590266134)); +#16640=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,50.1990054242302)); +#16641=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,50.1992670685698)); +#16642=CARTESIAN_POINT('',(20.0050354789155,80.,50.1992670814536)); +#16643=CARTESIAN_POINT('',(20.0050354789155,80.,48.1992670814527)); +#16644=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,48.1992670685685)); +#16645=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,48.1990054088306)); +#16646=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,48.1979590112243)); +#16647=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,48.1971741758806)); +#16648=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,48.1940355299862)); +#16649=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,48.1908975378722)); +#16650=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,48.1783517631171)); +#16651=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,48.1658170498282)); +#16652=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,48.1157772764985)); +#16653=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,48.0659116645933)); +#16654=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,48.0000000298081)); +#16655=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,48.0000000298081)); +#16656=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,47.9340883950227)); +#16657=CARTESIAN_POINT('',(20.0885252838701,78.1145417482045,47.8842227831177)); +#16658=CARTESIAN_POINT('',(20.0384855105403,78.8199915079583,47.8341830097879)); +#16659=CARTESIAN_POINT('',(20.0259507972514,79.0555831592365,47.8216482964991)); +#16660=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,47.8091025217439)); +#16661=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,47.8059645296299)); +#16662=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,47.8028258529559)); +#16663=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,47.8020410330037)); +#16664=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,47.8009946353868)); +#16665=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,47.8007329910473)); +#16666=CARTESIAN_POINT('',(20.0050354789155,80.,47.8007329781635)); +#16667=CARTESIAN_POINT('',(20.0050354789155,80.,52.1992670814527)); +#16668=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,52.1992670685685)); +#16669=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,52.1990054088306)); +#16670=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,52.1979590112243)); +#16671=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,52.1971741758806)); +#16672=CARTESIAN_POINT('',(20.010267030382,79.5275806440109,52.1940355299862)); +#16673=CARTESIAN_POINT('',(20.0134050224961,79.4095400602696,52.1908975378722)); +#16674=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,52.178351763117)); +#16675=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,52.1658170498282)); +#16676=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,52.1157772764985)); +#16677=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,52.0659116645933)); +#16678=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,52.0000000298081)); +#16679=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,52.0000000298081)); +#16680=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,51.9340883950228)); +#16681=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,51.8842227831177)); +#16682=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,51.8341830097879)); +#16683=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,51.8216482964991)); +#16684=CARTESIAN_POINT('',(20.0134050224961,79.4095400602694,51.8091025217439)); +#16685=CARTESIAN_POINT('',(20.010267030382,79.527580644011,51.8059645296299)); +#16686=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,51.8028258529559)); +#16687=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,51.8020410330037)); +#16688=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,51.8009946353868)); +#16689=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,51.8007329910473)); +#16690=CARTESIAN_POINT('',(20.0050354789155,80.,51.8007329781635)); +#16691=CARTESIAN_POINT('',(20.0050354789155,80.,53.8007329781644)); +#16692=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,53.8007329910486)); +#16693=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,53.8009946507864)); +#16694=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,53.8020410483928)); +#16695=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,53.8028258837364)); +#16696=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,53.8059645296308)); +#16697=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,53.8091025217449)); +#16698=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,53.8216482965)); +#16699=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,53.8341830097888)); +#16700=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,53.8842227831185)); +#16701=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,53.9340883950237)); +#16702=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,54.000000029809)); +#16703=CARTESIAN_POINT('',(20.0050354789155,80.,33.8007329781644)); +#16704=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,33.8007329910486)); +#16705=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,33.8009946507864)); +#16706=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,33.8020410483928)); +#16707=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,33.8028258837365)); +#16708=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,33.8059645296308)); +#16709=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,33.8091025217449)); +#16710=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,33.8216482965)); +#16711=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,33.8341830097889)); +#16712=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,33.8842227831185)); +#16713=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,33.9340883950238)); +#16714=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,34.000000029809)); +#16715=CARTESIAN_POINT('',(20.0050354789155,80.,32.1992670814527)); +#16716=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,32.1992670685685)); +#16717=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,32.1990054088306)); +#16718=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,32.1979590112243)); +#16719=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,32.1971741758806)); +#16720=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,32.1940355299862)); +#16721=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,32.1908975378722)); +#16722=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,32.178351763117)); +#16723=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,32.1658170498282)); +#16724=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,32.1157772764985)); +#16725=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,32.0659116645933)); +#16726=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,32.0000000298081)); +#16727=CARTESIAN_POINT('',(20.0050354789155,80.,36.1992670814527)); +#16728=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,36.1992670685685)); +#16729=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,36.1990054088306)); +#16730=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,36.1979590112243)); +#16731=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,36.1971741758806)); +#16732=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,36.1940355299862)); +#16733=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,36.1908975378721)); +#16734=CARTESIAN_POINT('',(20.0259507972513,79.055583159237,36.178351763117)); +#16735=CARTESIAN_POINT('',(20.0384855105403,78.8199915079579,36.1658170498283)); +#16736=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,36.1157772764985)); +#16737=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,36.0659116645932)); +#16738=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,36.0000000298081)); +#16739=CARTESIAN_POINT('',(20.0050354789155,80.,37.8007329781644)); +#16740=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,37.8007329910486)); +#16741=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,37.8009946507864)); +#16742=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,37.8020410483928)); +#16743=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,37.8028258837364)); +#16744=CARTESIAN_POINT('',(20.010267030382,79.5275806440127,37.8059645296308)); +#16745=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,37.8091025217449)); +#16746=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,37.8216482965)); +#16747=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,37.8341830097888)); +#16748=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,37.8842227831186)); +#16749=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,37.9340883950237)); +#16750=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,38.000000029809)); +#16751=CARTESIAN_POINT('',(20.0050354789155,80.,28.1992670814527)); +#16752=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,28.1992670685685)); +#16753=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,28.1990054088306)); +#16754=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,28.1979590112243)); +#16755=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,28.1971741758806)); +#16756=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,28.1940355299862)); +#16757=CARTESIAN_POINT('',(20.0134050224962,79.4095400602692,28.1908975378722)); +#16758=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,28.178351763117)); +#16759=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,28.1658170498282)); +#16760=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,28.1157772764985)); +#16761=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,28.0659116645933)); +#16762=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,28.0000000298081)); +#16763=CARTESIAN_POINT('',(20.0050354789155,80.,25.8007329781644)); +#16764=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,25.8007329910486)); +#16765=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,25.8009946507864)); +#16766=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,25.8020410483928)); +#16767=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,25.8028258837364)); +#16768=CARTESIAN_POINT('',(20.010267030382,79.5275806440126,25.8059645296308)); +#16769=CARTESIAN_POINT('',(20.0134050224962,79.4095400602678,25.8091025217449)); +#16770=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,25.8216482965)); +#16771=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,25.8341830097888)); +#16772=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,25.8842227831186)); +#16773=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,25.9340883950237)); +#16774=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,26.000000029809)); +#16775=CARTESIAN_POINT('',(20.0050354789155,80.,24.1992670814527)); +#16776=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,24.1992670685685)); +#16777=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,24.1990054088306)); +#16778=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,24.1979590112243)); +#16779=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,24.1971741758806)); +#16780=CARTESIAN_POINT('',(20.010267030382,79.527580644013,24.1940355299862)); +#16781=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,24.1908975378722)); +#16782=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,24.178351763117)); +#16783=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,24.1658170498282)); +#16784=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,24.1157772764985)); +#16785=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,24.0659116645933)); +#16786=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,24.0000000298081)); +#16787=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,24.0000000298081)); +#16788=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,23.9340883950228)); +#16789=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,23.8842227831177)); +#16790=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,23.8341830097879)); +#16791=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,23.8216482964991)); +#16792=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,23.809102521744)); +#16793=CARTESIAN_POINT('',(20.0102670303819,79.5275806440131,23.8059645296299)); +#16794=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,23.8028258529559)); +#16795=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,23.8020410330037)); +#16796=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,23.8009946353868)); +#16797=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,23.8007329910473)); +#16798=CARTESIAN_POINT('',(20.0050354789155,80.,23.8007329781635)); +#16799=CARTESIAN_POINT('',(20.0050354789155,80.,193.800732978164)); +#16800=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,193.800732991049)); +#16801=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,193.800994650786)); +#16802=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,193.802041048393)); +#16803=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,193.802825883736)); +#16804=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,193.805964529631)); +#16805=CARTESIAN_POINT('',(20.0134050224962,79.4095400602667,193.809102521745)); +#16806=CARTESIAN_POINT('',(20.0259507972514,79.0555831592364,193.8216482965)); +#16807=CARTESIAN_POINT('',(20.0384855105403,78.8199915079584,193.834183009789)); +#16808=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,193.884222783119)); +#16809=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,193.934088395024)); +#16810=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,194.000000029809)); +#16811=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,194.000000029809)); +#16812=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,194.065911664594)); +#16813=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,194.115777276499)); +#16814=CARTESIAN_POINT('',(20.0384855105404,78.8199915079565,194.165817049829)); +#16815=CARTESIAN_POINT('',(20.0259507972513,79.0555831592383,194.178351763118)); +#16816=CARTESIAN_POINT('',(20.0134050224962,79.4095400602675,194.190897537873)); +#16817=CARTESIAN_POINT('',(20.010267030382,79.5275806440131,194.194035529987)); +#16818=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,194.197174206661)); +#16819=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,194.197959026613)); +#16820=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,194.19900542423)); +#16821=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,194.19926706857)); +#16822=CARTESIAN_POINT('',(20.0050354789155,80.,194.199267081454)); +#16823=CARTESIAN_POINT('',(20.0050354789155,80.,196.199267081453)); +#16824=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,196.199267068568)); +#16825=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,196.199005408831)); +#16826=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,196.197959011224)); +#16827=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,196.197174175881)); +#16828=CARTESIAN_POINT('',(20.0102670303819,79.5275806440155,196.194035529986)); +#16829=CARTESIAN_POINT('',(20.0134050224963,79.409540060265,196.190897537872)); +#16830=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,196.178351763117)); +#16831=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,196.165817049828)); +#16832=CARTESIAN_POINT('',(20.08852528387,78.1145417482057,196.115777276498)); +#16833=CARTESIAN_POINT('',(20.138390895775,77.6472311228407,196.065911664593)); +#16834=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,196.000000029808)); +#16835=CARTESIAN_POINT('',(20.0050354789155,80.,197.800732978164)); +#16836=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,197.800732991049)); +#16837=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,197.800994650786)); +#16838=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,197.802041048393)); +#16839=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,197.802825883736)); +#16840=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,197.805964529631)); +#16841=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,197.809102521745)); +#16842=CARTESIAN_POINT('',(20.0259507972514,79.0555831592351,197.8216482965)); +#16843=CARTESIAN_POINT('',(20.0384855105402,78.8199915079597,197.834183009789)); +#16844=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,197.884222783119)); +#16845=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,197.934088395024)); +#16846=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,198.000000029809)); +#16847=CARTESIAN_POINT('',(20.0050354789155,80.,188.199267081453)); +#16848=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,188.199267068568)); +#16849=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,188.199005408831)); +#16850=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,188.197959011224)); +#16851=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,188.197174175881)); +#16852=CARTESIAN_POINT('',(20.0102670303819,79.5275806440141,188.194035529986)); +#16853=CARTESIAN_POINT('',(20.0134050224962,79.4095400602664,188.190897537872)); +#16854=CARTESIAN_POINT('',(20.0259507972514,79.0555831592366,188.178351763117)); +#16855=CARTESIAN_POINT('',(20.0384855105403,78.8199915079583,188.165817049828)); +#16856=CARTESIAN_POINT('',(20.0885252838702,78.1145417482037,188.115777276498)); +#16857=CARTESIAN_POINT('',(20.1383908957747,77.6472311228427,188.065911664593)); +#16858=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,188.000000029808)); +#16859=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,188.000000029808)); +#16860=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,187.934088395023)); +#16861=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,187.884222783118)); +#16862=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,187.834183009788)); +#16863=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,187.821648296499)); +#16864=CARTESIAN_POINT('',(20.0134050224964,79.4095400602622,187.809102521744)); +#16865=CARTESIAN_POINT('',(20.0102670303818,79.5275806440185,187.80596452963)); +#16866=CARTESIAN_POINT('',(20.007128353708,79.7047118264418,187.802825852956)); +#16867=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,187.802041033004)); +#16868=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,187.800994635387)); +#16869=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,187.800732991047)); +#16870=CARTESIAN_POINT('',(20.0050354789155,80.,187.800732978163)); +#16871=CARTESIAN_POINT('',(20.0050354789155,80.,189.800732978164)); +#16872=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,189.800732991049)); +#16873=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,189.800994650786)); +#16874=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,189.802041048393)); +#16875=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,189.802825883736)); +#16876=CARTESIAN_POINT('',(20.0102670303819,79.5275806440171,189.805964529631)); +#16877=CARTESIAN_POINT('',(20.0134050224964,79.4095400602634,189.809102521745)); +#16878=CARTESIAN_POINT('',(20.0259507972514,79.0555831592355,189.8216482965)); +#16879=CARTESIAN_POINT('',(20.0384855105402,78.8199915079593,189.834183009789)); +#16880=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,189.884222783119)); +#16881=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,189.934088395024)); +#16882=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,190.000000029809)); +#16883=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,190.000000029809)); +#16884=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,190.065911664594)); +#16885=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,190.115777276499)); +#16886=CARTESIAN_POINT('',(20.0384855105404,78.8199915079563,190.165817049829)); +#16887=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,190.178351763118)); +#16888=CARTESIAN_POINT('',(20.0134050224961,79.4095400602701,190.190897537873)); +#16889=CARTESIAN_POINT('',(20.010267030382,79.5275806440105,190.194035529987)); +#16890=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,190.197174206661)); +#16891=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,190.197959026613)); +#16892=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,190.19900542423)); +#16893=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,190.19926706857)); +#16894=CARTESIAN_POINT('',(20.0050354789155,80.,190.199267081454)); +#16895=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,186.000000029809)); +#16896=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,186.065911664594)); +#16897=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,186.115777276499)); +#16898=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,186.165817049829)); +#16899=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,186.178351763118)); +#16900=CARTESIAN_POINT('',(20.0134050224963,79.4095400602651,186.190897537873)); +#16901=CARTESIAN_POINT('',(20.0102670303819,79.5275806440155,186.194035529987)); +#16902=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,186.197174206661)); +#16903=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,186.197959026613)); +#16904=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,186.19900542423)); +#16905=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,186.19926706857)); +#16906=CARTESIAN_POINT('',(20.0050354789155,80.,186.199267081454)); +#16907=CARTESIAN_POINT('',(20.0050354789155,80.,184.199267081453)); +#16908=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,184.199267068568)); +#16909=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,184.199005408831)); +#16910=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,184.197959011224)); +#16911=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,184.197174175881)); +#16912=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,184.194035529986)); +#16913=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,184.190897537872)); +#16914=CARTESIAN_POINT('',(20.0259507972514,79.0555831592354,184.178351763117)); +#16915=CARTESIAN_POINT('',(20.0384855105402,78.8199915079595,184.165817049828)); +#16916=CARTESIAN_POINT('',(20.0885252838701,78.1145417482041,184.115777276498)); +#16917=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,184.065911664593)); +#16918=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,184.000000029808)); +#16919=CARTESIAN_POINT('',(20.0050354789155,80.,204.199267081453)); +#16920=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,204.199267068568)); +#16921=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,204.199005408831)); +#16922=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,204.197959011224)); +#16923=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,204.197174175881)); +#16924=CARTESIAN_POINT('',(20.0102670303819,79.5275806440145,204.194035529986)); +#16925=CARTESIAN_POINT('',(20.0134050224963,79.4095400602661,204.190897537872)); +#16926=CARTESIAN_POINT('',(20.0259507972514,79.0555831592366,204.178351763117)); +#16927=CARTESIAN_POINT('',(20.0384855105403,78.8199915079584,204.165817049828)); +#16928=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,204.115777276498)); +#16929=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,204.065911664593)); +#16930=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,204.000000029808)); +#16931=CARTESIAN_POINT('',(20.0050354789155,80.,205.800732978164)); +#16932=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,205.800732991049)); +#16933=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,205.800994650786)); +#16934=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,205.802041048393)); +#16935=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,205.802825883736)); +#16936=CARTESIAN_POINT('',(20.010267030382,79.5275806440091,205.805964529631)); +#16937=CARTESIAN_POINT('',(20.0134050224961,79.4095400602714,205.809102521745)); +#16938=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,205.8216482965)); +#16939=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,205.834183009789)); +#16940=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,205.884222783119)); +#16941=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,205.934088395024)); +#16942=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,206.000000029809)); +#16943=CARTESIAN_POINT('',(20.0050354789155,80.,201.800732978164)); +#16944=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,201.800732991049)); +#16945=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,201.800994650786)); +#16946=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,201.802041048393)); +#16947=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,201.802825883736)); +#16948=CARTESIAN_POINT('',(20.0102670303819,79.5275806440151,201.805964529631)); +#16949=CARTESIAN_POINT('',(20.0134050224963,79.4095400602654,201.809102521745)); +#16950=CARTESIAN_POINT('',(20.0259507972512,79.05558315924,201.8216482965)); +#16951=CARTESIAN_POINT('',(20.0384855105405,78.819991507955,201.834183009789)); +#16952=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,201.884222783118)); +#16953=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,201.934088395024)); +#16954=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,202.000000029809)); +#16955=CARTESIAN_POINT('',(20.0050354789155,80.,200.199267081453)); +#16956=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,200.199267068568)); +#16957=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,200.199005408831)); +#16958=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,200.197959011224)); +#16959=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,200.197174175881)); +#16960=CARTESIAN_POINT('',(20.010267030382,79.5275806440079,200.194035529986)); +#16961=CARTESIAN_POINT('',(20.013405022496,79.4095400602726,200.190897537872)); +#16962=CARTESIAN_POINT('',(20.0259507972513,79.0555831592385,200.178351763117)); +#16963=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,200.165817049828)); +#16964=CARTESIAN_POINT('',(20.08852528387,78.1145417482055,200.115777276499)); +#16965=CARTESIAN_POINT('',(20.1383908957749,77.6472311228408,200.065911664593)); +#16966=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,200.000000029808)); +#16967=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,200.000000029808)); +#16968=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,199.934088395023)); +#16969=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,199.884222783118)); +#16970=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,199.834183009788)); +#16971=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,199.821648296499)); +#16972=CARTESIAN_POINT('',(20.0134050224962,79.4095400602673,199.809102521744)); +#16973=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,199.80596452963)); +#16974=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,199.802825852956)); +#16975=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,199.802041033004)); +#16976=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,199.800994635387)); +#16977=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,199.800732991047)); +#16978=CARTESIAN_POINT('',(20.0050354789155,80.,199.800732978163)); +#16979=CARTESIAN_POINT('',(20.0050354789155,80.,209.800732978164)); +#16980=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,209.800732991049)); +#16981=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,209.800994650786)); +#16982=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,209.802041048393)); +#16983=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,209.802825883736)); +#16984=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,209.805964529631)); +#16985=CARTESIAN_POINT('',(20.0134050224963,79.4095400602659,209.809102521745)); +#16986=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,209.8216482965)); +#16987=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,209.834183009789)); +#16988=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,209.884222783119)); +#16989=CARTESIAN_POINT('',(20.1383908957748,77.6472311228421,209.934088395024)); +#16990=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,210.000000029809)); +#16991=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,210.000000029809)); +#16992=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,210.065911664594)); +#16993=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,210.115777276499)); +#16994=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,210.165817049829)); +#16995=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,210.178351763118)); +#16996=CARTESIAN_POINT('',(20.0134050224962,79.409540060268,210.190897537873)); +#16997=CARTESIAN_POINT('',(20.010267030382,79.5275806440125,210.194035529987)); +#16998=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,210.197174206661)); +#16999=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,210.197959026613)); +#17000=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,210.19900542423)); +#17001=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,210.19926706857)); +#17002=CARTESIAN_POINT('',(20.0050354789155,80.,210.199267081454)); +#17003=CARTESIAN_POINT('',(20.0050354789155,80.,208.199267081453)); +#17004=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,208.199267068568)); +#17005=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,208.199005408831)); +#17006=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,208.197959011224)); +#17007=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,208.197174175881)); +#17008=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,208.194035529986)); +#17009=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,208.190897537872)); +#17010=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,208.178351763117)); +#17011=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,208.165817049828)); +#17012=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,208.115777276498)); +#17013=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,208.065911664593)); +#17014=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,208.000000029808)); +#17015=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,208.000000029808)); +#17016=CARTESIAN_POINT('',(20.138390895775,77.6472311228405,207.934088395023)); +#17017=CARTESIAN_POINT('',(20.08852528387,78.114541748206,207.884222783118)); +#17018=CARTESIAN_POINT('',(20.0384855105404,78.8199915079567,207.834183009788)); +#17019=CARTESIAN_POINT('',(20.0259507972513,79.0555831592382,207.821648296499)); +#17020=CARTESIAN_POINT('',(20.0134050224962,79.4095400602669,207.809102521744)); +#17021=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,207.80596452963)); +#17022=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,207.802825852956)); +#17023=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,207.802041033004)); +#17024=CARTESIAN_POINT('',(20.0052971361389,79.8818769084884,207.800994635387)); +#17025=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,207.800732991047)); +#17026=CARTESIAN_POINT('',(20.0050354789155,80.,207.800732978163)); +#17027=CARTESIAN_POINT('',(20.0050354789155,80.,212.199267081453)); +#17028=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,212.199267068568)); +#17029=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,212.199005408831)); +#17030=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,212.197959011224)); +#17031=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,212.197174175881)); +#17032=CARTESIAN_POINT('',(20.0102670303819,79.5275806440158,212.194035529986)); +#17033=CARTESIAN_POINT('',(20.0134050224963,79.4095400602648,212.190897537872)); +#17034=CARTESIAN_POINT('',(20.0259507972513,79.0555831592372,212.178351763117)); +#17035=CARTESIAN_POINT('',(20.0384855105403,78.8199915079577,212.165817049828)); +#17036=CARTESIAN_POINT('',(20.08852528387,78.1145417482059,212.115777276498)); +#17037=CARTESIAN_POINT('',(20.138390895775,77.6472311228405,212.065911664593)); +#17038=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,212.000000029808)); +#17039=CARTESIAN_POINT('',(20.0050354789155,80.,213.800732978164)); +#17040=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,213.800732991049)); +#17041=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,213.800994650786)); +#17042=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,213.802041048393)); +#17043=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,213.802825883736)); +#17044=CARTESIAN_POINT('',(20.0102670303819,79.5275806440174,213.805964529631)); +#17045=CARTESIAN_POINT('',(20.0134050224964,79.4095400602632,213.809102521745)); +#17046=CARTESIAN_POINT('',(20.0259507972512,79.0555831592409,213.8216482965)); +#17047=CARTESIAN_POINT('',(20.0384855105406,78.8199915079541,213.834183009789)); +#17048=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,213.884222783118)); +#17049=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,213.934088395024)); +#17050=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,214.000000029809)); +#17051=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,214.000000029809)); +#17052=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,214.065911664594)); +#17053=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,214.115777276499)); +#17054=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,214.165817049829)); +#17055=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,214.178351763118)); +#17056=CARTESIAN_POINT('',(20.0134050224961,79.4095400602701,214.190897537873)); +#17057=CARTESIAN_POINT('',(20.010267030382,79.5275806440105,214.194035529987)); +#17058=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,214.197174206661)); +#17059=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,214.197959026613)); +#17060=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,214.19900542423)); +#17061=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,214.19926706857)); +#17062=CARTESIAN_POINT('',(20.0050354789155,80.,214.199267081454)); +#17063=CARTESIAN_POINT('',(20.0050354789155,80.,172.199267081453)); +#17064=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,172.199267068568)); +#17065=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,172.199005408831)); +#17066=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,172.197959011224)); +#17067=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,172.197174175881)); +#17068=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,172.194035529986)); +#17069=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,172.190897537872)); +#17070=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,172.178351763117)); +#17071=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,172.165817049828)); +#17072=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,172.115777276498)); +#17073=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,172.065911664593)); +#17074=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,172.000000029808)); +#17075=CARTESIAN_POINT('',(20.0050354789155,80.,169.800732978164)); +#17076=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,169.800732991049)); +#17077=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,169.800994650786)); +#17078=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,169.802041048393)); +#17079=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,169.802825883736)); +#17080=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,169.805964529631)); +#17081=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,169.809102521745)); +#17082=CARTESIAN_POINT('',(20.0259507972514,79.055583159234,169.8216482965)); +#17083=CARTESIAN_POINT('',(20.0384855105401,78.8199915079609,169.834183009789)); +#17084=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,169.884222783119)); +#17085=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,169.934088395024)); +#17086=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,170.000000029809)); +#17087=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,170.000000029809)); +#17088=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,170.065911664594)); +#17089=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,170.115777276499)); +#17090=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,170.165817049829)); +#17091=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,170.178351763118)); +#17092=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,170.190897537873)); +#17093=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,170.194035529987)); +#17094=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,170.197174206661)); +#17095=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,170.197959026613)); +#17096=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,170.19900542423)); +#17097=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,170.19926706857)); +#17098=CARTESIAN_POINT('',(20.0050354789155,80.,170.199267081454)); +#17099=CARTESIAN_POINT('',(20.0050354789155,80.,168.199267081453)); +#17100=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,168.199267068568)); +#17101=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,168.199005408831)); +#17102=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,168.197959011224)); +#17103=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,168.197174175881)); +#17104=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,168.194035529986)); +#17105=CARTESIAN_POINT('',(20.0134050224962,79.4095400602667,168.190897537872)); +#17106=CARTESIAN_POINT('',(20.0259507972514,79.0555831592364,168.178351763117)); +#17107=CARTESIAN_POINT('',(20.0384855105403,78.8199915079584,168.165817049828)); +#17108=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,168.115777276498)); +#17109=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,168.065911664593)); +#17110=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,168.000000029808)); +#17111=CARTESIAN_POINT('',(20.0050354789155,80.,176.199267081453)); +#17112=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,176.199267068568)); +#17113=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,176.199005408831)); +#17114=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,176.197959011224)); +#17115=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,176.197174175881)); +#17116=CARTESIAN_POINT('',(20.010267030382,79.5275806440076,176.194035529986)); +#17117=CARTESIAN_POINT('',(20.013405022496,79.4095400602729,176.190897537872)); +#17118=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,176.178351763117)); +#17119=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,176.165817049828)); +#17120=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,176.115777276499)); +#17121=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,176.065911664593)); +#17122=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,176.000000029808)); +#17123=CARTESIAN_POINT('',(20.0050354789155,80.,180.199267081453)); +#17124=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,180.199267068568)); +#17125=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,180.199005408831)); +#17126=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,180.197959011224)); +#17127=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,180.197174175881)); +#17128=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,180.194035529986)); +#17129=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,180.190897537872)); +#17130=CARTESIAN_POINT('',(20.0259507972514,79.0555831592361,180.178351763117)); +#17131=CARTESIAN_POINT('',(20.0384855105402,78.8199915079588,180.165817049828)); +#17132=CARTESIAN_POINT('',(20.08852528387,78.1145417482059,180.115777276499)); +#17133=CARTESIAN_POINT('',(20.138390895775,77.6472311228405,180.065911664593)); +#17134=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,180.000000029808)); +#17135=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,180.000000029808)); +#17136=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,179.934088395023)); +#17137=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,179.884222783118)); +#17138=CARTESIAN_POINT('',(20.0384855105402,78.8199915079588,179.834183009788)); +#17139=CARTESIAN_POINT('',(20.0259507972514,79.0555831592361,179.821648296499)); +#17140=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,179.809102521744)); +#17141=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,179.80596452963)); +#17142=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,179.802825852956)); +#17143=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,179.802041033004)); +#17144=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,179.800994635387)); +#17145=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,179.800732991047)); +#17146=CARTESIAN_POINT('',(20.0050354789155,80.,179.800732978163)); +#17147=CARTESIAN_POINT('',(20.0050354789155,80.,181.800732978164)); +#17148=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,181.800732991049)); +#17149=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,181.800994650786)); +#17150=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,181.802041048393)); +#17151=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,181.802825883736)); +#17152=CARTESIAN_POINT('',(20.0102670303819,79.5275806440135,181.805964529631)); +#17153=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,181.809102521745)); +#17154=CARTESIAN_POINT('',(20.0259507972513,79.0555831592369,181.8216482965)); +#17155=CARTESIAN_POINT('',(20.0384855105403,78.819991507958,181.834183009789)); +#17156=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,181.884222783119)); +#17157=CARTESIAN_POINT('',(20.1383908957748,77.6472311228419,181.934088395024)); +#17158=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,182.000000029809)); +#17159=CARTESIAN_POINT('',(20.0050354789155,80.,161.800732978164)); +#17160=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,161.800732991049)); +#17161=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,161.800994650786)); +#17162=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,161.802041048393)); +#17163=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,161.802825883736)); +#17164=CARTESIAN_POINT('',(20.010267030382,79.5275806440115,161.805964529631)); +#17165=CARTESIAN_POINT('',(20.0134050224962,79.4095400602691,161.809102521745)); +#17166=CARTESIAN_POINT('',(20.0259507972514,79.0555831592358,161.8216482965)); +#17167=CARTESIAN_POINT('',(20.0384855105402,78.8199915079591,161.834183009789)); +#17168=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,161.884222783119)); +#17169=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,161.934088395024)); +#17170=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,162.000000029809)); +#17171=CARTESIAN_POINT('',(20.0050354789155,80.,160.199267081453)); +#17172=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,160.199267068568)); +#17173=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,160.199005408831)); +#17174=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,160.197959011224)); +#17175=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,160.197174175881)); +#17176=CARTESIAN_POINT('',(20.0102670303819,79.5275806440142,160.194035529986)); +#17177=CARTESIAN_POINT('',(20.0134050224963,79.4095400602664,160.190897537872)); +#17178=CARTESIAN_POINT('',(20.0259507972513,79.055583159239,160.178351763117)); +#17179=CARTESIAN_POINT('',(20.0384855105404,78.8199915079559,160.165817049828)); +#17180=CARTESIAN_POINT('',(20.08852528387,78.1145417482054,160.115777276499)); +#17181=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,160.065911664593)); +#17182=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,160.000000029808)); +#17183=CARTESIAN_POINT('',(20.0050354789155,80.,164.199267081453)); +#17184=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,164.199267068568)); +#17185=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,164.199005408831)); +#17186=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,164.197959011224)); +#17187=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,164.197174175881)); +#17188=CARTESIAN_POINT('',(20.010267030382,79.5275806440105,164.194035529986)); +#17189=CARTESIAN_POINT('',(20.0134050224961,79.4095400602699,164.190897537872)); +#17190=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,164.178351763117)); +#17191=CARTESIAN_POINT('',(20.0384855105404,78.8199915079567,164.165817049828)); +#17192=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,164.115777276498)); +#17193=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,164.065911664593)); +#17194=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,164.000000029808)); +#17195=CARTESIAN_POINT('',(20.0050354789155,80.,165.800732978164)); +#17196=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,165.800732991049)); +#17197=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,165.800994650786)); +#17198=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,165.802041048393)); +#17199=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,165.802825883736)); +#17200=CARTESIAN_POINT('',(20.010267030382,79.5275806440101,165.805964529631)); +#17201=CARTESIAN_POINT('',(20.0134050224961,79.4095400602704,165.809102521745)); +#17202=CARTESIAN_POINT('',(20.0259507972514,79.0555831592358,165.8216482965)); +#17203=CARTESIAN_POINT('',(20.0384855105402,78.8199915079591,165.834183009789)); +#17204=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,165.884222783119)); +#17205=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,165.934088395024)); +#17206=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,166.000000029809)); +#17207=CARTESIAN_POINT('',(20.0050354789155,80.,156.199267081453)); +#17208=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,156.199267068568)); +#17209=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,156.199005408831)); +#17210=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,156.197959011224)); +#17211=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,156.197174175881)); +#17212=CARTESIAN_POINT('',(20.0102670303819,79.5275806440131,156.194035529986)); +#17213=CARTESIAN_POINT('',(20.0134050224962,79.4095400602674,156.190897537872)); +#17214=CARTESIAN_POINT('',(20.0259507972513,79.0555831592377,156.178351763117)); +#17215=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,156.165817049828)); +#17216=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,156.115777276499)); +#17217=CARTESIAN_POINT('',(20.1383908957749,77.6472311228413,156.065911664593)); +#17218=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,156.000000029808)); +#17219=CARTESIAN_POINT('',(20.0050354789155,80.,157.800732978164)); +#17220=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,157.800732991049)); +#17221=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,157.800994650786)); +#17222=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,157.802041048393)); +#17223=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,157.802825883736)); +#17224=CARTESIAN_POINT('',(20.0102670303819,79.5275806440173,157.805964529631)); +#17225=CARTESIAN_POINT('',(20.0134050224964,79.4095400602632,157.809102521745)); +#17226=CARTESIAN_POINT('',(20.0259507972513,79.0555831592389,157.8216482965)); +#17227=CARTESIAN_POINT('',(20.0384855105404,78.8199915079559,157.834183009789)); +#17228=CARTESIAN_POINT('',(20.08852528387,78.1145417482053,157.884222783119)); +#17229=CARTESIAN_POINT('',(20.1383908957749,77.647231122841,157.934088395024)); +#17230=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,158.000000029809)); +#17231=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,158.000000029809)); +#17232=CARTESIAN_POINT('',(20.1383908957747,77.6472311228423,158.065911664594)); +#17233=CARTESIAN_POINT('',(20.0885252838701,78.1145417482041,158.115777276499)); +#17234=CARTESIAN_POINT('',(20.0384855105403,78.8199915079578,158.165817049829)); +#17235=CARTESIAN_POINT('',(20.0259507972513,79.0555831592371,158.178351763118)); +#17236=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,158.190897537873)); +#17237=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,158.194035529987)); +#17238=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,158.197174206661)); +#17239=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,158.197959026613)); +#17240=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,158.19900542423)); +#17241=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,158.19926706857)); +#17242=CARTESIAN_POINT('',(20.0050354789155,80.,158.199267081454)); +#17243=CARTESIAN_POINT('',(20.0050354789155,80.,153.800732978164)); +#17244=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,153.800732991049)); +#17245=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,153.800994650786)); +#17246=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,153.802041048393)); +#17247=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,153.802825883736)); +#17248=CARTESIAN_POINT('',(20.0102670303819,79.527580644017,153.805964529631)); +#17249=CARTESIAN_POINT('',(20.0134050224964,79.4095400602636,153.809102521745)); +#17250=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,153.8216482965)); +#17251=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,153.834183009789)); +#17252=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,153.884222783119)); +#17253=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,153.934088395024)); +#17254=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,154.000000029809)); +#17255=CARTESIAN_POINT('',(20.0050354789155,80.,152.199267081453)); +#17256=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,152.199267068568)); +#17257=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,152.199005408831)); +#17258=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,152.197959011224)); +#17259=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,152.197174175881)); +#17260=CARTESIAN_POINT('',(20.0102670303819,79.5275806440139,152.194035529986)); +#17261=CARTESIAN_POINT('',(20.0134050224962,79.4095400602666,152.190897537872)); +#17262=CARTESIAN_POINT('',(20.0259507972513,79.0555831592378,152.178351763117)); +#17263=CARTESIAN_POINT('',(20.0384855105404,78.8199915079571,152.165817049828)); +#17264=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,152.115777276499)); +#17265=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,152.065911664593)); +#17266=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,152.000000029808)); +#17267=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,152.000000029808)); +#17268=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,151.934088395023)); +#17269=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,151.884222783118)); +#17270=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,151.834183009788)); +#17271=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,151.821648296499)); +#17272=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,151.809102521744)); +#17273=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,151.80596452963)); +#17274=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,151.802825852956)); +#17275=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,151.802041033004)); +#17276=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,151.800994635387)); +#17277=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,151.800732991047)); +#17278=CARTESIAN_POINT('',(20.0050354789155,80.,151.800732978163)); +#17279=CARTESIAN_POINT('',(20.0050354789155,80.,236.199267081453)); +#17280=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,236.199267068569)); +#17281=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,236.199005408831)); +#17282=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,236.197959011224)); +#17283=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,236.197174175881)); +#17284=CARTESIAN_POINT('',(20.010267030382,79.5275806440087,236.194035529986)); +#17285=CARTESIAN_POINT('',(20.0134050224961,79.4095400602719,236.190897537872)); +#17286=CARTESIAN_POINT('',(20.0259507972514,79.055583159236,236.178351763117)); +#17287=CARTESIAN_POINT('',(20.0384855105402,78.8199915079589,236.165817049828)); +#17288=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,236.115777276498)); +#17289=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,236.065911664593)); +#17290=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,236.000000029808)); +#17291=CARTESIAN_POINT('',(20.0050354789155,80.,237.800732978164)); +#17292=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,237.800732991049)); +#17293=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,237.800994650786)); +#17294=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,237.802041048393)); +#17295=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,237.802825883736)); +#17296=CARTESIAN_POINT('',(20.0102670303819,79.5275806440134,237.805964529631)); +#17297=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,237.809102521745)); +#17298=CARTESIAN_POINT('',(20.0259507972514,79.0555831592355,237.8216482965)); +#17299=CARTESIAN_POINT('',(20.0384855105402,78.8199915079593,237.834183009789)); +#17300=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,237.884222783119)); +#17301=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,237.934088395024)); +#17302=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,238.000000029809)); +#17303=CARTESIAN_POINT('',(20.0050354789155,80.,233.800732978164)); +#17304=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,233.800732991049)); +#17305=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,233.800994650786)); +#17306=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,233.802041048393)); +#17307=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,233.802825883736)); +#17308=CARTESIAN_POINT('',(20.010267030382,79.5275806440101,233.805964529631)); +#17309=CARTESIAN_POINT('',(20.0134050224961,79.4095400602703,233.809102521745)); +#17310=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,233.8216482965)); +#17311=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,233.834183009789)); +#17312=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,233.884222783119)); +#17313=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,233.934088395024)); +#17314=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,234.000000029809)); +#17315=CARTESIAN_POINT('',(20.0050354789155,80.,232.199267081453)); +#17316=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,232.199267068568)); +#17317=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,232.199005408831)); +#17318=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,232.197959011224)); +#17319=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,232.197174175881)); +#17320=CARTESIAN_POINT('',(20.010267030382,79.5275806440089,232.194035529986)); +#17321=CARTESIAN_POINT('',(20.0134050224961,79.4095400602717,232.190897537872)); +#17322=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,232.178351763117)); +#17323=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,232.165817049828)); +#17324=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,232.115777276498)); +#17325=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,232.065911664593)); +#17326=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,232.000000029808)); +#17327=CARTESIAN_POINT('',(20.0050354789155,80.,241.800732978164)); +#17328=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,241.800732991049)); +#17329=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,241.800994650786)); +#17330=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,241.802041048393)); +#17331=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,241.802825883736)); +#17332=CARTESIAN_POINT('',(20.010267030382,79.5275806440109,241.805964529631)); +#17333=CARTESIAN_POINT('',(20.0134050224961,79.4095400602696,241.809102521745)); +#17334=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,241.8216482965)); +#17335=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,241.834183009789)); +#17336=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,241.884222783119)); +#17337=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,241.934088395024)); +#17338=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,242.000000029809)); +#17339=CARTESIAN_POINT('',(20.0050354789155,80.,240.199267081453)); +#17340=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,240.199267068568)); +#17341=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,240.199005408831)); +#17342=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,240.197959011224)); +#17343=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,240.197174175881)); +#17344=CARTESIAN_POINT('',(20.010267030382,79.5275806440123,240.194035529986)); +#17345=CARTESIAN_POINT('',(20.0134050224962,79.4095400602683,240.190897537872)); +#17346=CARTESIAN_POINT('',(20.0259507972513,79.0555831592384,240.178351763117)); +#17347=CARTESIAN_POINT('',(20.0384855105404,78.8199915079565,240.165817049828)); +#17348=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,240.115777276498)); +#17349=CARTESIAN_POINT('',(20.1383908957748,77.6472311228416,240.065911664593)); +#17350=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,240.000000029808)); +#17351=CARTESIAN_POINT('',(20.0050354789155,80.,244.199267081453)); +#17352=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,244.199267068568)); +#17353=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,244.199005408831)); +#17354=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,244.197959011224)); +#17355=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,244.197174175881)); +#17356=CARTESIAN_POINT('',(20.010267030382,79.5275806440094,244.194035529986)); +#17357=CARTESIAN_POINT('',(20.0134050224961,79.4095400602711,244.190897537872)); +#17358=CARTESIAN_POINT('',(20.0259507972513,79.0555831592387,244.178351763117)); +#17359=CARTESIAN_POINT('',(20.0384855105404,78.8199915079562,244.165817049828)); +#17360=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,244.115777276498)); +#17361=CARTESIAN_POINT('',(20.1383908957748,77.6472311228421,244.065911664593)); +#17362=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,244.000000029808)); +#17363=CARTESIAN_POINT('',(20.0050354789155,80.,245.800732978164)); +#17364=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,245.800732991049)); +#17365=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,245.800994650786)); +#17366=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,245.802041048393)); +#17367=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,245.802825883736)); +#17368=CARTESIAN_POINT('',(20.0102670303819,79.5275806440132,245.805964529631)); +#17369=CARTESIAN_POINT('',(20.0134050224962,79.4095400602672,245.809102521745)); +#17370=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,245.8216482965)); +#17371=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,245.834183009789)); +#17372=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,245.884222783119)); +#17373=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,245.934088395024)); +#17374=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,246.000000029809)); +#17375=CARTESIAN_POINT('',(20.0050354789155,80.,225.800732978164)); +#17376=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,225.800732991049)); +#17377=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,225.800994650786)); +#17378=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,225.802041048393)); +#17379=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,225.802825883736)); +#17380=CARTESIAN_POINT('',(20.010267030382,79.5275806440096,225.805964529631)); +#17381=CARTESIAN_POINT('',(20.0134050224961,79.4095400602708,225.809102521745)); +#17382=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,225.8216482965)); +#17383=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,225.834183009789)); +#17384=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,225.884222783119)); +#17385=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,225.934088395024)); +#17386=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,226.000000029809)); +#17387=CARTESIAN_POINT('',(20.0050354789155,80.,224.199267081453)); +#17388=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,224.199267068568)); +#17389=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,224.199005408831)); +#17390=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,224.197959011224)); +#17391=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,224.197174175881)); +#17392=CARTESIAN_POINT('',(20.0102670303819,79.5275806440146,224.194035529986)); +#17393=CARTESIAN_POINT('',(20.0134050224963,79.409540060266,224.190897537872)); +#17394=CARTESIAN_POINT('',(20.0259507972513,79.055583159238,224.178351763117)); +#17395=CARTESIAN_POINT('',(20.0384855105404,78.8199915079569,224.165817049828)); +#17396=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,224.115777276498)); +#17397=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,224.065911664593)); +#17398=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,224.000000029808)); +#17399=CARTESIAN_POINT('',(20.0050354789155,80.,228.199267081453)); +#17400=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,228.199267068568)); +#17401=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,228.199005408831)); +#17402=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,228.197959011224)); +#17403=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,228.197174175881)); +#17404=CARTESIAN_POINT('',(20.0102670303819,79.5275806440138,228.194035529986)); +#17405=CARTESIAN_POINT('',(20.0134050224962,79.4095400602667,228.190897537872)); +#17406=CARTESIAN_POINT('',(20.0259507972513,79.0555831592386,228.178351763117)); +#17407=CARTESIAN_POINT('',(20.0384855105404,78.8199915079563,228.165817049828)); +#17408=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,228.115777276499)); +#17409=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,228.065911664593)); +#17410=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,228.000000029808)); +#17411=CARTESIAN_POINT('',(20.0050354789155,80.,229.800732978164)); +#17412=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,229.800732991049)); +#17413=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,229.800994650786)); +#17414=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,229.802041048393)); +#17415=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,229.802825883736)); +#17416=CARTESIAN_POINT('',(20.0102670303819,79.5275806440137,229.805964529631)); +#17417=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,229.809102521745)); +#17418=CARTESIAN_POINT('',(20.0259507972513,79.0555831592384,229.8216482965)); +#17419=CARTESIAN_POINT('',(20.0384855105404,78.8199915079564,229.834183009789)); +#17420=CARTESIAN_POINT('',(20.0885252838701,78.1145417482048,229.884222783119)); +#17421=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,229.934088395024)); +#17422=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,230.000000029809)); +#17423=CARTESIAN_POINT('',(20.0050354789155,80.,220.199267081453)); +#17424=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,220.199267068568)); +#17425=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,220.199005408831)); +#17426=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,220.197959011224)); +#17427=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,220.197174175881)); +#17428=CARTESIAN_POINT('',(20.0102670303819,79.5275806440136,220.194035529986)); +#17429=CARTESIAN_POINT('',(20.0134050224962,79.409540060267,220.190897537872)); +#17430=CARTESIAN_POINT('',(20.0259507972513,79.0555831592383,220.178351763117)); +#17431=CARTESIAN_POINT('',(20.0384855105404,78.8199915079565,220.165817049828)); +#17432=CARTESIAN_POINT('',(20.08852528387,78.114541748206,220.115777276499)); +#17433=CARTESIAN_POINT('',(20.138390895775,77.6472311228404,220.065911664593)); +#17434=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,220.000000029808)); +#17435=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,220.000000029808)); +#17436=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,219.934088395023)); +#17437=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,219.884222783118)); +#17438=CARTESIAN_POINT('',(20.0384855105404,78.819991507957,219.834183009788)); +#17439=CARTESIAN_POINT('',(20.0259507972513,79.0555831592379,219.821648296499)); +#17440=CARTESIAN_POINT('',(20.0134050224964,79.4095400602611,219.809102521744)); +#17441=CARTESIAN_POINT('',(20.0102670303818,79.5275806440195,219.80596452963)); +#17442=CARTESIAN_POINT('',(20.0071283537079,79.7047118264417,219.802825852956)); +#17443=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,219.802041033004)); +#17444=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,219.800994635387)); +#17445=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,219.800732991047)); +#17446=CARTESIAN_POINT('',(20.0050354789155,80.,219.800732978164)); +#17447=CARTESIAN_POINT('',(20.0050354789155,80.,221.800732978164)); +#17448=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,221.800732991049)); +#17449=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,221.800994650786)); +#17450=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,221.802041048393)); +#17451=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,221.802825883736)); +#17452=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,221.805964529631)); +#17453=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,221.809102521745)); +#17454=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,221.8216482965)); +#17455=CARTESIAN_POINT('',(20.0384855105403,78.8199915079574,221.834183009789)); +#17456=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,221.884222783119)); +#17457=CARTESIAN_POINT('',(20.1383908957748,77.6472311228415,221.934088395024)); +#17458=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,222.000000029809)); +#17459=CARTESIAN_POINT('',(20.0050354789155,80.,217.800732978164)); +#17460=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,217.800732991049)); +#17461=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,217.800994650786)); +#17462=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,217.802041048393)); +#17463=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,217.802825883736)); +#17464=CARTESIAN_POINT('',(20.0102670303819,79.5275806440182,217.805964529631)); +#17465=CARTESIAN_POINT('',(20.0134050224964,79.4095400602624,217.809102521745)); +#17466=CARTESIAN_POINT('',(20.0259507972512,79.0555831592396,217.8216482965)); +#17467=CARTESIAN_POINT('',(20.0384855105405,78.8199915079554,217.834183009789)); +#17468=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,217.884222783119)); +#17469=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,217.934088395024)); +#17470=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,218.000000029809)); +#17471=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,218.000000029809)); +#17472=CARTESIAN_POINT('',(20.1383908957749,77.6472311228411,218.065911664594)); +#17473=CARTESIAN_POINT('',(20.0885252838701,78.1145417482053,218.115777276499)); +#17474=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,218.165817049829)); +#17475=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,218.178351763118)); +#17476=CARTESIAN_POINT('',(20.0134050224963,79.4095400602661,218.190897537873)); +#17477=CARTESIAN_POINT('',(20.0102670303819,79.5275806440144,218.194035529987)); +#17478=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,218.197174206661)); +#17479=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,218.197959026613)); +#17480=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,218.19900542423)); +#17481=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,218.19926706857)); +#17482=CARTESIAN_POINT('',(20.0050354789155,80.,218.199267081454)); +#17483=CARTESIAN_POINT('',(20.0050354789155,80.,216.199267081453)); +#17484=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,216.199267068568)); +#17485=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,216.199005408831)); +#17486=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,216.197959011224)); +#17487=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,216.197174175881)); +#17488=CARTESIAN_POINT('',(20.010267030382,79.5275806440114,216.194035529986)); +#17489=CARTESIAN_POINT('',(20.0134050224961,79.4095400602691,216.190897537872)); +#17490=CARTESIAN_POINT('',(20.0259507972514,79.0555831592356,216.178351763117)); +#17491=CARTESIAN_POINT('',(20.0384855105402,78.8199915079593,216.165817049828)); +#17492=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,216.115777276498)); +#17493=CARTESIAN_POINT('',(20.1383908957749,77.6472311228409,216.065911664593)); +#17494=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,216.000000029808)); +#17495=CARTESIAN_POINT('',(20.0050354789155,80.,257.800732978164)); +#17496=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,257.800732991049)); +#17497=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,257.800994650786)); +#17498=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,257.802041048393)); +#17499=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,257.802825883736)); +#17500=CARTESIAN_POINT('',(20.0102670303819,79.5275806440133,257.805964529631)); +#17501=CARTESIAN_POINT('',(20.0134050224962,79.4095400602671,257.809102521745)); +#17502=CARTESIAN_POINT('',(20.0259507972513,79.0555831592375,257.8216482965)); +#17503=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,257.834183009789)); +#17504=CARTESIAN_POINT('',(20.0885252838701,78.1145417482052,257.884222783119)); +#17505=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,257.934088395024)); +#17506=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,258.000000029809)); +#17507=CARTESIAN_POINT('',(20.0050354789155,80.,260.199267081453)); +#17508=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,260.199267068568)); +#17509=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,260.199005408831)); +#17510=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,260.197959011224)); +#17511=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,260.19717417588)); +#17512=CARTESIAN_POINT('',(20.010267030382,79.5275806440096,260.194035529986)); +#17513=CARTESIAN_POINT('',(20.0134050224961,79.4095400602709,260.190897537872)); +#17514=CARTESIAN_POINT('',(20.0259507972514,79.0555831592362,260.178351763117)); +#17515=CARTESIAN_POINT('',(20.0384855105403,78.8199915079587,260.165817049828)); +#17516=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,260.115777276498)); +#17517=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,260.065911664593)); +#17518=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,260.000000029808)); +#17519=CARTESIAN_POINT('',(20.0050354789155,80.,261.800732978164)); +#17520=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,261.800732991049)); +#17521=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,261.800994650786)); +#17522=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,261.802041048393)); +#17523=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,261.802825883736)); +#17524=CARTESIAN_POINT('',(20.010267030382,79.5275806440113,261.805964529631)); +#17525=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,261.809102521745)); +#17526=CARTESIAN_POINT('',(20.0259507972513,79.0555831592393,261.8216482965)); +#17527=CARTESIAN_POINT('',(20.0384855105405,78.8199915079556,261.834183009789)); +#17528=CARTESIAN_POINT('',(20.08852528387,78.1145417482056,261.884222783118)); +#17529=CARTESIAN_POINT('',(20.138390895775,77.6472311228408,261.934088395024)); +#17530=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,262.000000029809)); +#17531=CARTESIAN_POINT('',(20.0050354789155,80.,252.199267081453)); +#17532=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,252.199267068568)); +#17533=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,252.199005408831)); +#17534=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,252.197959011224)); +#17535=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,252.197174175881)); +#17536=CARTESIAN_POINT('',(20.0102670303819,79.5275806440154,252.194035529986)); +#17537=CARTESIAN_POINT('',(20.0134050224963,79.4095400602651,252.190897537872)); +#17538=CARTESIAN_POINT('',(20.0259507972512,79.0555831592398,252.178351763117)); +#17539=CARTESIAN_POINT('',(20.0384855105405,78.8199915079552,252.165817049828)); +#17540=CARTESIAN_POINT('',(20.0885252838701,78.1145417482049,252.115777276498)); +#17541=CARTESIAN_POINT('',(20.1383908957749,77.6472311228415,252.065911664593)); +#17542=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,252.000000029808)); +#17543=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,253.800732978164)); +#17544=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,253.800732991049)); +#17545=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,253.800994650786)); +#17546=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,253.802041048393)); +#17547=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,253.802825883736)); +#17548=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,253.805964529631)); +#17549=CARTESIAN_POINT('',(20.0134050224961,79.4095400602693,253.809102521745)); +#17550=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,253.8216482965)); +#17551=CARTESIAN_POINT('',(20.0384855105403,78.8199915079576,253.834183009789)); +#17552=CARTESIAN_POINT('',(20.0885252838701,78.1145417482042,253.884222783119)); +#17553=CARTESIAN_POINT('',(20.1383908957747,77.6472311228422,253.934088395024)); +#17554=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,254.000000029809)); +#17555=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,254.000000029809)); +#17556=CARTESIAN_POINT('',(20.1383908957749,77.6472311228414,254.065911664594)); +#17557=CARTESIAN_POINT('',(20.0885252838701,78.114541748205,254.115777276499)); +#17558=CARTESIAN_POINT('',(20.0384855105404,78.8199915079572,254.165817049829)); +#17559=CARTESIAN_POINT('',(20.0259507972513,79.0555831592376,254.178351763118)); +#17560=CARTESIAN_POINT('',(20.0134050224961,79.4095400602718,254.190897537873)); +#17561=CARTESIAN_POINT('',(20.010267030382,79.5275806440087,254.194035529987)); +#17562=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,254.197174206661)); +#17563=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,254.197959026613)); +#17564=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,254.19900542423)); +#17565=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,254.19926706857)); +#17566=CARTESIAN_POINT('',(20.0050354789155,80.,254.199267081454)); +#17567=CARTESIAN_POINT('',(20.0050354789155,80.,249.800732978164)); +#17568=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,249.800732991049)); +#17569=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,249.800994650786)); +#17570=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,249.802041048393)); +#17571=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,249.802825883736)); +#17572=CARTESIAN_POINT('',(20.0102670303819,79.5275806440137,249.805964529631)); +#17573=CARTESIAN_POINT('',(20.0134050224962,79.4095400602668,249.809102521745)); +#17574=CARTESIAN_POINT('',(20.0259507972513,79.0555831592373,249.8216482965)); +#17575=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,249.834183009789)); +#17576=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,249.884222783119)); +#17577=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,249.934088395024)); +#17578=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,250.000000029809)); +#17579=CARTESIAN_POINT('',(20.0050354789155,80.,248.199267081453)); +#17580=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,248.199267068568)); +#17581=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,248.199005408831)); +#17582=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,248.197959011224)); +#17583=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,248.197174175881)); +#17584=CARTESIAN_POINT('',(20.010267030382,79.5275806440086,248.194035529986)); +#17585=CARTESIAN_POINT('',(20.0134050224961,79.409540060272,248.190897537872)); +#17586=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,248.178351763117)); +#17587=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,248.165817049828)); +#17588=CARTESIAN_POINT('',(20.0885252838701,78.1145417482047,248.115777276498)); +#17589=CARTESIAN_POINT('',(20.1383908957748,77.6472311228417,248.065911664593)); +#17590=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,248.000000029808)); +#17591=CARTESIAN_POINT('',(20.0050354789155,80.,268.199267081453)); +#17592=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,268.199267068568)); +#17593=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,268.199005408831)); +#17594=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,268.197959011224)); +#17595=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,268.19717417588)); +#17596=CARTESIAN_POINT('',(20.0102670303821,79.5275806440073,268.194035529986)); +#17597=CARTESIAN_POINT('',(20.013405022496,79.4095400602733,268.190897537872)); +#17598=CARTESIAN_POINT('',(20.0259507972512,79.0555831592397,268.178351763117)); +#17599=CARTESIAN_POINT('',(20.0384855105405,78.8199915079552,268.165817049828)); +#17600=CARTESIAN_POINT('',(20.0885252838701,78.1145417482044,268.115777276498)); +#17601=CARTESIAN_POINT('',(20.1383908957748,77.647231122842,268.065911664593)); +#17602=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,268.000000029808)); +#17603=CARTESIAN_POINT('',(20.0050354789155,80.,269.800732978164)); +#17604=CARTESIAN_POINT('',(20.0050354917997,79.9409394680017,269.800732991049)); +#17605=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,269.800994650786)); +#17606=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,269.802041048393)); +#17607=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,269.802825883736)); +#17608=CARTESIAN_POINT('',(20.0102670303817,79.5275806440244,269.805964529631)); +#17609=CARTESIAN_POINT('',(20.0134050224966,79.4095400602561,269.809102521745)); +#17610=CARTESIAN_POINT('',(20.0259507972514,79.0555831592363,269.8216482965)); +#17611=CARTESIAN_POINT('',(20.0384855105403,78.8199915079585,269.834183009789)); +#17612=CARTESIAN_POINT('',(20.08852528387,78.1145417482063,269.884222783118)); +#17613=CARTESIAN_POINT('',(20.138390895775,77.6472311228401,269.934088395024)); +#17614=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,270.000000029809)); +#17615=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,270.000000029809)); +#17616=CARTESIAN_POINT('',(20.138390895775,77.6472311228403,270.065911664594)); +#17617=CARTESIAN_POINT('',(20.08852528387,78.1145417482061,270.115777276499)); +#17618=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,270.165817049829)); +#17619=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,270.178351763118)); +#17620=CARTESIAN_POINT('',(20.0134050224961,79.4095400602692,270.190897537873)); +#17621=CARTESIAN_POINT('',(20.010267030382,79.5275806440113,270.194035529987)); +#17622=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,270.197174206661)); +#17623=CARTESIAN_POINT('',(20.0063435337557,79.763766851613,270.197959026613)); +#17624=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,270.19900542423)); +#17625=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,270.19926706857)); +#17626=CARTESIAN_POINT('',(20.0050354789155,80.,270.199267081454)); +#17627=CARTESIAN_POINT('',(20.0050354789155,80.,264.199267081453)); +#17628=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,264.199267068568)); +#17629=CARTESIAN_POINT('',(20.0052971515375,79.8818751703955,264.199005408831)); +#17630=CARTESIAN_POINT('',(20.0063435491439,79.7637651147016,264.197959011224)); +#17631=CARTESIAN_POINT('',(20.0071283844876,79.7047100893941,264.19717417588)); +#17632=CARTESIAN_POINT('',(20.0102670303819,79.5275806440152,264.194035529986)); +#17633=CARTESIAN_POINT('',(20.0134050224963,79.4095400602653,264.190897537872)); +#17634=CARTESIAN_POINT('',(20.0259507972513,79.0555831592374,264.178351763117)); +#17635=CARTESIAN_POINT('',(20.0384855105403,78.8199915079575,264.165817049828)); +#17636=CARTESIAN_POINT('',(20.0885252838701,78.1145417482051,264.115777276498)); +#17637=CARTESIAN_POINT('',(20.1383908957749,77.6472311228412,264.065911664593)); +#17638=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,264.000000029808)); +#17639=CARTESIAN_POINT('',(20.2043025305601,77.1838054207439,272.000000029808)); +#17640=CARTESIAN_POINT('',(20.138390895775,77.6472311228401,271.934088395023)); +#17641=CARTESIAN_POINT('',(20.08852528387,78.1145417482063,271.884222783117)); +#17642=CARTESIAN_POINT('',(20.0384855105402,78.8199915079599,271.834183009788)); +#17643=CARTESIAN_POINT('',(20.0259507972514,79.055583159235,271.821648296499)); +#17644=CARTESIAN_POINT('',(20.0134050224961,79.4095400602694,271.809102521744)); +#17645=CARTESIAN_POINT('',(20.010267030382,79.5275806440112,271.80596452963)); +#17646=CARTESIAN_POINT('',(20.007128353708,79.7047118264417,271.802825852956)); +#17647=CARTESIAN_POINT('',(20.0063435337557,79.7637668516131,271.802041033004)); +#17648=CARTESIAN_POINT('',(20.0052971361389,79.8818769084885,271.800994635387)); +#17649=CARTESIAN_POINT('',(20.0050354917993,79.9409412060492,271.800732991047)); +#17650=CARTESIAN_POINT('',(20.0050354789155,80.,271.800732978163)); +#17651=CARTESIAN_POINT('',(20.0050354789155,80.,276.199267081453)); +#17652=CARTESIAN_POINT('',(20.0050354917997,79.9409394680018,276.199267068568)); +#17653=CARTESIAN_POINT('',(20.0052971515375,79.8818751703956,276.199005408831)); +#17654=CARTESIAN_POINT('',(20.0063435491439,79.7637651147017,276.197959011224)); +#17655=CARTESIAN_POINT('',(20.0071283844876,79.7047100893942,276.19717417588)); +#17656=CARTESIAN_POINT('',(20.0102670303821,79.5275806440065,276.194035529986)); +#17657=CARTESIAN_POINT('',(20.013405022496,79.409540060274,276.190897537872)); +#17658=CARTESIAN_POINT('',(20.0259507972514,79.0555831592353,276.178351763117)); +#17659=CARTESIAN_POINT('',(20.0384855105402,78.8199915079596,276.165817049828)); +#17660=CARTESIAN_POINT('',(20.0885252838701,78.1145417482046,276.115777276498)); +#17661=CARTESIAN_POINT('',(20.1383908957748,77.6472311228418,276.065911664593)); +#17662=CARTESIAN_POINT('',(20.2043025305601,77.1838054207438,276.000000029808)); +#17663=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.80074052557823)); +#17664=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.34113549981931E-21)); +#17665=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.80074052557732)); +#17666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,2.19925954276665)); +#17667=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,5.80074052557822)); +#17668=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,4.19925954276573)); +#17669=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,7.80074052557733)); +#17670=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,6.19925954276663)); +#17671=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,9.80074052557823)); +#17672=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,8.19925954276576)); +#17673=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,11.8007405255773)); +#17674=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,10.1992595427667)); +#17675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,13.8007405255782)); +#17676=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,12.1992595427658)); +#17677=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,15.8007405255773)); +#17678=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,14.1992595427667)); +#17679=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,17.8007405255782)); +#17680=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,16.1992595427657)); +#17681=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,19.8007405255773)); +#17682=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,18.1992595427666)); +#17683=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,21.8007405255782)); +#17684=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,20.1992595427657)); +#17685=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,23.8007405212139)); +#17686=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,22.1992595427667)); +#17687=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,25.8007405212148)); +#17688=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,24.1992595384023)); +#17689=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,27.8007405212139)); +#17690=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,26.1992595384032)); +#17691=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,29.8007405212148)); +#17692=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,28.1992595384023)); +#17693=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,31.8007405212138)); +#17694=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,30.1992595384032)); +#17695=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,33.8007405212148)); +#17696=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,32.1992595384023)); +#17697=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,35.8007405212139)); +#17698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,34.1992595384032)); +#17699=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,37.8007405212148)); +#17700=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,36.1992595384023)); +#17701=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,39.8007405212139)); +#17702=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,38.1992595384032)); +#17703=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,41.8007405212148)); +#17704=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,40.1992595384023)); +#17705=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,43.8007405212139)); +#17706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,42.1992595384032)); +#17707=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,45.8007405212148)); +#17708=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,44.1992595384023)); +#17709=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,47.8007405212139)); +#17710=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,46.1992595384032)); +#17711=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,49.8007405212148)); +#17712=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,48.1992595384023)); +#17713=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,51.8007405212139)); +#17714=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,50.1992595384032)); +#17715=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,53.8007405212148)); +#17716=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,52.1992595384023)); +#17717=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,55.8007405212138)); +#17718=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,54.1992595384032)); +#17719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,57.8007405212147)); +#17720=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,56.1992595384022)); +#17721=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,59.8007405212138)); +#17722=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,58.1992595384031)); +#17723=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,61.8007405212147)); +#17724=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,60.1992595384023)); +#17725=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,63.8007405212138)); +#17726=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,62.1992595384031)); +#17727=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,65.8007405212147)); +#17728=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,64.1992595384022)); +#17729=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,67.8007405212138)); +#17730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,66.1992595384031)); +#17731=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,69.8007405212147)); +#17732=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,68.1992595384022)); +#17733=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,71.8007405212138)); +#17734=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,70.1992595384031)); +#17735=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,73.8007405212147)); +#17736=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,72.1992595384022)); +#17737=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,75.8007405212138)); +#17738=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,74.1992595384031)); +#17739=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,77.8007405212147)); +#17740=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,76.1992595384022)); +#17741=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007405212138)); +#17742=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,78.1992595384031)); +#17743=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007405212147)); +#17744=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992595384022)); +#17745=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007405212138)); +#17746=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992595384031)); +#17747=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007405212147)); +#17748=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992595384022)); +#17749=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007405212139)); +#17750=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992595384032)); +#17751=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007405212148)); +#17752=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992595384023)); +#17753=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007405212139)); +#17754=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992595384032)); +#17755=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007405212148)); +#17756=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992595384023)); +#17757=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007405212139)); +#17758=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992595384032)); +#17759=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007405212148)); +#17760=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992595384023)); +#17761=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007405212139)); +#17762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992595384032)); +#17763=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800740521215)); +#17764=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199259538402)); +#17765=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800740521214)); +#17766=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199259538403)); +#17767=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800740521215)); +#17768=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199259538402)); +#17769=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800740521214)); +#17770=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199259538403)); +#17771=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800740521215)); +#17772=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199259538402)); +#17773=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800740521214)); +#17774=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199259538403)); +#17775=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800740521215)); +#17776=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199259538402)); +#17777=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800740521214)); +#17778=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199259538403)); +#17779=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800740521215)); +#17780=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199259538402)); +#17781=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800740521214)); +#17782=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199259538403)); +#17783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800740521215)); +#17784=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199259538402)); +#17785=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800740521214)); +#17786=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199259538403)); +#17787=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800740521215)); +#17788=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199259538402)); +#17789=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800740521214)); +#17790=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199259538403)); +#17791=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800740521215)); +#17792=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199259538402)); +#17793=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800740521214)); +#17794=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199259538403)); +#17795=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800740521215)); +#17796=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199259538402)); +#17797=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800740521214)); +#17798=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199259538403)); +#17799=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800740521215)); +#17800=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199259538402)); +#17801=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800740521214)); +#17802=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199259538403)); +#17803=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800740521215)); +#17804=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199259538402)); +#17805=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800740521214)); +#17806=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199259538403)); +#17807=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800740521215)); +#17808=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199259538402)); +#17809=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800740521214)); +#17810=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199259538403)); +#17811=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800740521215)); +#17812=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199259538402)); +#17813=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800740521214)); +#17814=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199259538403)); +#17815=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800740521215)); +#17816=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199259538402)); +#17817=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800740521214)); +#17818=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199259538403)); +#17819=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800740521215)); +#17820=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199259538402)); +#17821=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800740521214)); +#17822=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199259538403)); +#17823=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800740521215)); +#17824=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199259538402)); +#17825=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800740521214)); +#17826=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199259538403)); +#17827=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800740521215)); +#17828=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199259538402)); +#17829=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800740521214)); +#17830=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199259538403)); +#17831=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800740521215)); +#17832=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199259538402)); +#17833=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800740521214)); +#17834=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199259538403)); +#17835=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800740521215)); +#17836=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199259538402)); +#17837=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800740521214)); +#17838=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199259538403)); +#17839=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800740521215)); +#17840=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199259538402)); +#17841=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800740521214)); +#17842=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199259538403)); +#17843=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800740521215)); +#17844=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199259538402)); +#17845=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800740521214)); +#17846=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199259538403)); +#17847=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800740521215)); +#17848=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199259538402)); +#17849=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800740521214)); +#17850=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199259538403)); +#17851=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800740521215)); +#17852=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199259538402)); +#17853=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800740521214)); +#17854=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199259538403)); +#17855=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800740521215)); +#17856=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199259538402)); +#17857=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800740521214)); +#17858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199259538403)); +#17859=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800740521215)); +#17860=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199259538402)); +#17861=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800740521214)); +#17862=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199259538403)); +#17863=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800740521215)); +#17864=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199259538402)); +#17865=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800740521214)); +#17866=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199259538403)); +#17867=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800740521215)); +#17868=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199259538402)); +#17869=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800740521214)); +#17870=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199259538403)); +#17871=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800740521215)); +#17872=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199259538402)); +#17873=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800740521214)); +#17874=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199259538403)); +#17875=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800740521215)); +#17876=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199259538402)); +#17877=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800740521214)); +#17878=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199259538403)); +#17879=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800740521215)); +#17880=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199259538402)); +#17881=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800740521214)); +#17882=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199259538403)); +#17883=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800740521215)); +#17884=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199259538402)); +#17885=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800740521214)); +#17886=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199259538403)); +#17887=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800740521215)); +#17888=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199259538402)); +#17889=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800740521214)); +#17890=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199259538403)); +#17891=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800740521215)); +#17892=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199259538402)); +#17893=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800740521214)); +#17894=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199259538403)); +#17895=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800740521215)); +#17896=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199259538402)); +#17897=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800740521214)); +#17898=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199259538403)); +#17899=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800740521215)); +#17900=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199259538402)); +#17901=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800740521214)); +#17902=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199259538403)); +#17903=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800740521215)); +#17904=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199259538402)); +#17905=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800740521214)); +#17906=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199259538403)); +#17907=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800740521215)); +#17908=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199259538402)); +#17909=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800740521214)); +#17910=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199259538403)); +#17911=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800740521215)); +#17912=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199259538402)); +#17913=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800740521214)); +#17914=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199259538403)); +#17915=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800740521215)); +#17916=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199259538402)); +#17917=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800740521214)); +#17918=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199259538403)); +#17919=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800740521215)); +#17920=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199259538402)); +#17921=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800740521214)); +#17922=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199259538403)); +#17923=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800740521215)); +#17924=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199259538402)); +#17925=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800740521214)); +#17926=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199259538403)); +#17927=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800740521215)); +#17928=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199259538402)); +#17929=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800740521214)); +#17930=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199259538403)); +#17931=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800740521215)); +#17932=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199259538402)); +#17933=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800740521214)); +#17934=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199259538403)); +#17935=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800740521215)); +#17936=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199259538402)); +#17937=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800740521214)); +#17938=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199259538403)); +#17939=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800740521215)); +#17940=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199259538402)); +#17941=CARTESIAN_POINT('',(20.0050354789155,80.,278.199267081454)); +#17942=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999802489)); +#17943=CARTESIAN_POINT('',(20.0050354789155,80.,276.199267081453)); +#17944=CARTESIAN_POINT('',(20.0050354789155,80.,277.800732978164)); +#17945=CARTESIAN_POINT('',(20.0050354789155,80.,274.199267081454)); +#17946=CARTESIAN_POINT('',(20.0050354789155,80.,275.800732978163)); +#17947=CARTESIAN_POINT('',(20.0050354789155,80.,272.199267081453)); +#17948=CARTESIAN_POINT('',(20.0050354789155,80.,273.800732978164)); +#17949=CARTESIAN_POINT('',(20.0050354789155,80.,270.199267081454)); +#17950=CARTESIAN_POINT('',(20.0050354789155,80.,271.800732978163)); +#17951=CARTESIAN_POINT('',(20.0050354789155,80.,268.199267081453)); +#17952=CARTESIAN_POINT('',(20.0050354789155,80.,269.800732978164)); +#17953=CARTESIAN_POINT('',(20.0050354789155,80.,266.199267081454)); +#17954=CARTESIAN_POINT('',(20.0050354789155,80.,267.800732978163)); +#17955=CARTESIAN_POINT('',(20.0050354789155,80.,264.199267081453)); +#17956=CARTESIAN_POINT('',(20.0050354789155,80.,265.800732978164)); +#17957=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,262.199267081454)); +#17958=CARTESIAN_POINT('',(20.0050354789155,80.,263.800732978163)); +#17959=CARTESIAN_POINT('',(20.0050354789155,80.,260.199267081453)); +#17960=CARTESIAN_POINT('',(20.0050354789155,80.,261.800732978164)); +#17961=CARTESIAN_POINT('',(20.0050354789155,80.,258.199267081454)); +#17962=CARTESIAN_POINT('',(20.0050354789155,80.,259.800732978163)); +#17963=CARTESIAN_POINT('',(20.0050354789155,80.,256.199267081453)); +#17964=CARTESIAN_POINT('',(20.0050354789155,80.,257.800732978164)); +#17965=CARTESIAN_POINT('',(20.0050354789155,80.,254.199267081454)); +#17966=CARTESIAN_POINT('',(20.0050354789155,80.,255.800732978163)); +#17967=CARTESIAN_POINT('',(20.0050354789155,80.,252.199267081453)); +#17968=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,253.800732978164)); +#17969=CARTESIAN_POINT('',(20.0050354789155,80.,250.199267081454)); +#17970=CARTESIAN_POINT('',(20.0050354789155,80.,251.800732978163)); +#17971=CARTESIAN_POINT('',(20.0050354789155,80.,248.199267081453)); +#17972=CARTESIAN_POINT('',(20.0050354789155,80.,249.800732978164)); +#17973=CARTESIAN_POINT('',(20.0050354789155,80.,246.199267081454)); +#17974=CARTESIAN_POINT('',(20.0050354789155,80.,247.800732978163)); +#17975=CARTESIAN_POINT('',(20.0050354789155,80.,244.199267081453)); +#17976=CARTESIAN_POINT('',(20.0050354789155,80.,245.800732978164)); +#17977=CARTESIAN_POINT('',(20.0050354789155,80.,242.199267081454)); +#17978=CARTESIAN_POINT('',(20.0050354789155,80.,243.800732978163)); +#17979=CARTESIAN_POINT('',(20.0050354789155,80.,240.199267081453)); +#17980=CARTESIAN_POINT('',(20.0050354789155,80.,241.800732978164)); +#17981=CARTESIAN_POINT('',(20.0050354789155,80.,238.199267081454)); +#17982=CARTESIAN_POINT('',(20.0050354789155,80.,239.800732978163)); +#17983=CARTESIAN_POINT('',(20.0050354789155,80.,236.199267081453)); +#17984=CARTESIAN_POINT('',(20.0050354789155,80.,237.800732978164)); +#17985=CARTESIAN_POINT('',(20.0050354789155,80.,234.199267081454)); +#17986=CARTESIAN_POINT('',(20.0050354789155,80.,235.800732978163)); +#17987=CARTESIAN_POINT('',(20.0050354789155,80.,232.199267081453)); +#17988=CARTESIAN_POINT('',(20.0050354789155,80.,233.800732978164)); +#17989=CARTESIAN_POINT('',(20.0050354789155,80.,230.199267081454)); +#17990=CARTESIAN_POINT('',(20.0050354789155,80.,231.800732978163)); +#17991=CARTESIAN_POINT('',(20.0050354789155,80.,228.199267081453)); +#17992=CARTESIAN_POINT('',(20.0050354789155,80.,229.800732978164)); +#17993=CARTESIAN_POINT('',(20.0050354789155,80.,226.199267081454)); +#17994=CARTESIAN_POINT('',(20.0050354789155,80.,227.800732978163)); +#17995=CARTESIAN_POINT('',(20.0050354789155,80.,224.199267081453)); +#17996=CARTESIAN_POINT('',(20.0050354789155,80.,225.800732978164)); +#17997=CARTESIAN_POINT('',(20.0050354789155,80.,222.199267081454)); +#17998=CARTESIAN_POINT('',(20.0050354789155,80.,223.800732978163)); +#17999=CARTESIAN_POINT('',(20.0050354789155,80.,220.199267081453)); +#18000=CARTESIAN_POINT('',(20.0050354789155,80.,221.800732978164)); +#18001=CARTESIAN_POINT('',(20.0050354789155,80.,218.199267081454)); +#18002=CARTESIAN_POINT('',(20.0050354789155,80.,219.800732978164)); +#18003=CARTESIAN_POINT('',(20.0050354789155,80.,216.199267081453)); +#18004=CARTESIAN_POINT('',(20.0050354789155,80.,217.800732978164)); +#18005=CARTESIAN_POINT('',(20.0050354789155,80.,214.199267081454)); +#18006=CARTESIAN_POINT('',(20.0050354789155,80.,215.800732978164)); +#18007=CARTESIAN_POINT('',(20.0050354789155,80.,212.199267081453)); +#18008=CARTESIAN_POINT('',(20.0050354789155,80.,213.800732978164)); +#18009=CARTESIAN_POINT('',(20.0050354789155,80.,210.199267081454)); +#18010=CARTESIAN_POINT('',(20.0050354789155,80.,211.800732978163)); +#18011=CARTESIAN_POINT('',(20.0050354789155,80.,208.199267081453)); +#18012=CARTESIAN_POINT('',(20.0050354789155,80.,209.800732978164)); +#18013=CARTESIAN_POINT('',(20.0050354789155,80.,206.199267081454)); +#18014=CARTESIAN_POINT('',(20.0050354789155,80.,207.800732978163)); +#18015=CARTESIAN_POINT('',(20.0050354789155,80.,204.199267081453)); +#18016=CARTESIAN_POINT('',(20.0050354789155,80.,205.800732978164)); +#18017=CARTESIAN_POINT('',(20.0050354789155,80.,202.199267081454)); +#18018=CARTESIAN_POINT('',(20.0050354789155,80.,203.800732978163)); +#18019=CARTESIAN_POINT('',(20.0050354789155,80.,200.199267081453)); +#18020=CARTESIAN_POINT('',(20.0050354789155,80.,201.800732978164)); +#18021=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,198.199267081454)); +#18022=CARTESIAN_POINT('',(20.0050354789155,80.,199.800732978163)); +#18023=CARTESIAN_POINT('',(20.0050354789155,80.,196.199267081453)); +#18024=CARTESIAN_POINT('',(20.0050354789155,80.,197.800732978164)); +#18025=CARTESIAN_POINT('',(20.0050354789155,80.,194.199267081454)); +#18026=CARTESIAN_POINT('',(20.0050354789155,80.,195.800732978163)); +#18027=CARTESIAN_POINT('',(20.0050354789155,80.,192.199267081453)); +#18028=CARTESIAN_POINT('',(20.0050354789155,80.,193.800732978164)); +#18029=CARTESIAN_POINT('',(20.0050354789155,80.,190.199267081454)); +#18030=CARTESIAN_POINT('',(20.0050354789155,80.,191.800732978163)); +#18031=CARTESIAN_POINT('',(20.0050354789155,80.,188.199267081453)); +#18032=CARTESIAN_POINT('',(20.0050354789155,80.,189.800732978164)); +#18033=CARTESIAN_POINT('',(20.0050354789155,80.,186.199267081454)); +#18034=CARTESIAN_POINT('',(20.0050354789155,80.,187.800732978163)); +#18035=CARTESIAN_POINT('',(20.0050354789155,80.,184.199267081453)); +#18036=CARTESIAN_POINT('',(20.0050354789155,80.,185.800732978164)); +#18037=CARTESIAN_POINT('',(20.0050354789155,80.,182.199267081454)); +#18038=CARTESIAN_POINT('',(20.0050354789155,80.,183.800732978163)); +#18039=CARTESIAN_POINT('',(20.0050354789155,80.,180.199267081453)); +#18040=CARTESIAN_POINT('',(20.0050354789155,80.,181.800732978164)); +#18041=CARTESIAN_POINT('',(20.0050354789155,80.,178.199267081454)); +#18042=CARTESIAN_POINT('',(20.0050354789155,80.,179.800732978163)); +#18043=CARTESIAN_POINT('',(20.0050354789155,80.,176.199267081453)); +#18044=CARTESIAN_POINT('',(20.0050354789155,80.,177.800732978164)); +#18045=CARTESIAN_POINT('',(20.0050354789155,80.,174.199267081454)); +#18046=CARTESIAN_POINT('',(20.0050354789155,80.,175.800732978163)); +#18047=CARTESIAN_POINT('',(20.0050354789155,80.,172.199267081453)); +#18048=CARTESIAN_POINT('',(20.0050354789155,80.,173.800732978164)); +#18049=CARTESIAN_POINT('',(20.0050354789155,80.,170.199267081454)); +#18050=CARTESIAN_POINT('',(20.0050354789155,80.,171.800732978163)); +#18051=CARTESIAN_POINT('',(20.0050354789155,80.,168.199267081453)); +#18052=CARTESIAN_POINT('',(20.0050354789155,80.,169.800732978164)); +#18053=CARTESIAN_POINT('',(20.0050354789155,80.,166.199267081454)); +#18054=CARTESIAN_POINT('',(20.0050354789155,80.,167.800732978163)); +#18055=CARTESIAN_POINT('',(20.0050354789155,80.,164.199267081453)); +#18056=CARTESIAN_POINT('',(20.0050354789155,80.,165.800732978164)); +#18057=CARTESIAN_POINT('',(20.0050354789155,80.,162.199267081454)); +#18058=CARTESIAN_POINT('',(20.0050354789155,80.,163.800732978163)); +#18059=CARTESIAN_POINT('',(20.0050354789155,80.,160.199267081453)); +#18060=CARTESIAN_POINT('',(20.0050354789155,80.,161.800732978164)); +#18061=CARTESIAN_POINT('',(20.0050354789155,80.,158.199267081454)); +#18062=CARTESIAN_POINT('',(20.0050354789155,80.,159.800732978163)); +#18063=CARTESIAN_POINT('',(20.0050354789155,80.,156.199267081453)); +#18064=CARTESIAN_POINT('',(20.0050354789155,80.,157.800732978164)); +#18065=CARTESIAN_POINT('',(20.0050354789155,80.,154.199267081454)); +#18066=CARTESIAN_POINT('',(20.0050354789155,80.,155.800732978163)); +#18067=CARTESIAN_POINT('',(20.0050354789155,80.,152.199267081453)); +#18068=CARTESIAN_POINT('',(20.0050354789155,80.,153.800732978164)); +#18069=CARTESIAN_POINT('',(20.0050354789155,80.,150.199267081454)); +#18070=CARTESIAN_POINT('',(20.0050354789155,80.,151.800732978163)); +#18071=CARTESIAN_POINT('',(20.0050354789155,80.,148.199267081453)); +#18072=CARTESIAN_POINT('',(20.0050354789155,80.,149.800732978164)); +#18073=CARTESIAN_POINT('',(20.0050354789155,80.,146.199267081454)); +#18074=CARTESIAN_POINT('',(20.0050354789155,80.,147.800732978163)); +#18075=CARTESIAN_POINT('',(20.0050354789155,80.,144.199267081453)); +#18076=CARTESIAN_POINT('',(20.0050354789155,80.,145.800732978164)); +#18077=CARTESIAN_POINT('',(20.0050354789155,80.,142.199267081454)); +#18078=CARTESIAN_POINT('',(20.0050354789155,80.,143.800732978163)); +#18079=CARTESIAN_POINT('',(20.0050354789155,80.,140.199267081453)); +#18080=CARTESIAN_POINT('',(20.0050354789155,80.,141.800732978164)); +#18081=CARTESIAN_POINT('',(20.0050354789155,80.,138.199267081454)); +#18082=CARTESIAN_POINT('',(20.0050354789155,80.,139.800732978163)); +#18083=CARTESIAN_POINT('',(20.0050354789155,80.,136.199267081453)); +#18084=CARTESIAN_POINT('',(20.0050354789155,80.,137.800732978164)); +#18085=CARTESIAN_POINT('',(20.0050354789155,80.,134.199267081454)); +#18086=CARTESIAN_POINT('',(20.0050354789155,80.,135.800732978163)); +#18087=CARTESIAN_POINT('',(20.0050354789155,80.,132.199267081453)); +#18088=CARTESIAN_POINT('',(20.0050354789155,80.0000000000001,133.800732978164)); +#18089=CARTESIAN_POINT('',(20.0050354789155,80.,130.199267081454)); +#18090=CARTESIAN_POINT('',(20.0050354789155,80.,131.800732978163)); +#18091=CARTESIAN_POINT('',(20.0050354789155,80.,128.199267081453)); +#18092=CARTESIAN_POINT('',(20.0050354789155,80.,129.800732978164)); +#18093=CARTESIAN_POINT('',(20.0050354789155,80.,126.199267081454)); +#18094=CARTESIAN_POINT('',(20.0050354789155,80.,127.800732978163)); +#18095=CARTESIAN_POINT('',(20.0050354789155,80.,124.199267081453)); +#18096=CARTESIAN_POINT('',(20.0050354789155,80.,125.800732978164)); +#18097=CARTESIAN_POINT('',(20.0050354789155,80.,122.199267081454)); +#18098=CARTESIAN_POINT('',(20.0050354789155,80.,123.800732978163)); +#18099=CARTESIAN_POINT('',(20.0050354789155,80.,120.199267081453)); +#18100=CARTESIAN_POINT('',(20.0050354789155,80.,121.800732978164)); +#18101=CARTESIAN_POINT('',(20.0050354789155,80.,118.199267081454)); +#18102=CARTESIAN_POINT('',(20.0050354789155,80.,119.800732978163)); +#18103=CARTESIAN_POINT('',(20.0050354789155,80.,116.199267081453)); +#18104=CARTESIAN_POINT('',(20.0050354789155,80.,117.800732978164)); +#18105=CARTESIAN_POINT('',(20.0050354789155,80.,114.199267081454)); +#18106=CARTESIAN_POINT('',(20.0050354789155,80.,115.800732978163)); +#18107=CARTESIAN_POINT('',(20.0050354789155,80.,112.199267081453)); +#18108=CARTESIAN_POINT('',(20.0050354789155,80.,113.800732978164)); +#18109=CARTESIAN_POINT('',(20.0050354789155,80.,110.199267081454)); +#18110=CARTESIAN_POINT('',(20.0050354789155,80.,111.800732978163)); +#18111=CARTESIAN_POINT('',(20.0050354789155,80.,108.199267081453)); +#18112=CARTESIAN_POINT('',(20.0050354789155,80.,109.800732978164)); +#18113=CARTESIAN_POINT('',(20.0050354789155,80.,106.199267081454)); +#18114=CARTESIAN_POINT('',(20.0050354789155,80.,107.800732978163)); +#18115=CARTESIAN_POINT('',(20.0050354789155,80.,104.199267081453)); +#18116=CARTESIAN_POINT('',(20.0050354789155,80.,105.800732978164)); +#18117=CARTESIAN_POINT('',(20.0050354789155,80.,102.199267081454)); +#18118=CARTESIAN_POINT('',(20.0050354789155,80.,103.800732978163)); +#18119=CARTESIAN_POINT('',(20.0050354789155,80.,100.199267081453)); +#18120=CARTESIAN_POINT('',(20.0050354789155,80.,101.800732978164)); +#18121=CARTESIAN_POINT('',(20.0050354789155,80.,98.1992670814536)); +#18122=CARTESIAN_POINT('',(20.0050354789155,80.,99.8007329781635)); +#18123=CARTESIAN_POINT('',(20.0050354789155,80.,96.1992670814527)); +#18124=CARTESIAN_POINT('',(20.0050354789155,80.,97.8007329781644)); +#18125=CARTESIAN_POINT('',(20.0050354789155,80.,94.1992670814536)); +#18126=CARTESIAN_POINT('',(20.0050354789155,80.,95.8007329781635)); +#18127=CARTESIAN_POINT('',(20.0050354789155,80.,92.1992670814527)); +#18128=CARTESIAN_POINT('',(20.0050354789155,80.,93.8007329781644)); +#18129=CARTESIAN_POINT('',(20.0050354789155,80.,90.1992670814536)); +#18130=CARTESIAN_POINT('',(20.0050354789155,80.,91.8007329781635)); +#18131=CARTESIAN_POINT('',(20.0050354789155,80.,88.1992670814527)); +#18132=CARTESIAN_POINT('',(20.0050354789155,80.,89.8007329781644)); +#18133=CARTESIAN_POINT('',(20.0050354789155,80.,86.1992670814535)); +#18134=CARTESIAN_POINT('',(20.0050354789155,80.,87.8007329781635)); +#18135=CARTESIAN_POINT('',(20.0050354789155,80.,84.1992670814526)); +#18136=CARTESIAN_POINT('',(20.0050354789155,80.,85.8007329781643)); +#18137=CARTESIAN_POINT('',(20.0050354789155,80.,82.1992670814535)); +#18138=CARTESIAN_POINT('',(20.0050354789155,80.,83.8007329781634)); +#18139=CARTESIAN_POINT('',(20.0050354789155,80.,80.1992670814526)); +#18140=CARTESIAN_POINT('',(20.0050354789155,80.,81.8007329781643)); +#18141=CARTESIAN_POINT('',(20.0050354789155,80.,78.1992670814535)); +#18142=CARTESIAN_POINT('',(20.0050354789155,80.,79.8007329781634)); +#18143=CARTESIAN_POINT('',(20.0050354789155,80.,76.1992670814526)); +#18144=CARTESIAN_POINT('',(20.0050354789155,80.,77.8007329781643)); +#18145=CARTESIAN_POINT('',(20.0050354789155,80.,74.1992670814535)); +#18146=CARTESIAN_POINT('',(20.0050354789155,80.,75.8007329781634)); +#18147=CARTESIAN_POINT('',(20.0050354789155,80.,72.1992670814526)); +#18148=CARTESIAN_POINT('',(20.0050354789155,80.,73.8007329781643)); +#18149=CARTESIAN_POINT('',(20.0050354789155,80.,70.1992670814535)); +#18150=CARTESIAN_POINT('',(20.0050354789155,80.,71.8007329781634)); +#18151=CARTESIAN_POINT('',(20.0050354789155,80.,68.1992670814526)); +#18152=CARTESIAN_POINT('',(20.0050354789155,80.,69.8007329781643)); +#18153=CARTESIAN_POINT('',(20.0050354789155,80.,66.1992670814535)); +#18154=CARTESIAN_POINT('',(20.0050354789155,80.,67.8007329781634)); +#18155=CARTESIAN_POINT('',(20.0050354789155,80.,64.1992670814526)); +#18156=CARTESIAN_POINT('',(20.0050354789155,80.,65.8007329781643)); +#18157=CARTESIAN_POINT('',(20.0050354789155,80.,62.1992670814535)); +#18158=CARTESIAN_POINT('',(20.0050354789155,80.,63.8007329781634)); +#18159=CARTESIAN_POINT('',(20.0050354789155,80.,60.1992670814526)); +#18160=CARTESIAN_POINT('',(20.0050354789155,80.,61.8007329781643)); +#18161=CARTESIAN_POINT('',(20.0050354789155,80.,58.1992670814535)); +#18162=CARTESIAN_POINT('',(20.0050354789155,80.,59.8007329781634)); +#18163=CARTESIAN_POINT('',(20.0050354789155,80.,56.1992670814526)); +#18164=CARTESIAN_POINT('',(20.0050354789155,80.,57.8007329781643)); +#18165=CARTESIAN_POINT('',(20.0050354789155,80.,54.1992670814536)); +#18166=CARTESIAN_POINT('',(20.0050354789155,80.,55.8007329781634)); +#18167=CARTESIAN_POINT('',(20.0050354789155,80.,52.1992670814527)); +#18168=CARTESIAN_POINT('',(20.0050354789155,80.,53.8007329781644)); +#18169=CARTESIAN_POINT('',(20.0050354789155,80.,50.1992670814536)); +#18170=CARTESIAN_POINT('',(20.0050354789155,80.,51.8007329781635)); +#18171=CARTESIAN_POINT('',(20.0050354789155,80.,48.1992670814527)); +#18172=CARTESIAN_POINT('',(20.0050354789155,80.,49.8007329781644)); +#18173=CARTESIAN_POINT('',(20.0050354789155,80.,46.1992670814536)); +#18174=CARTESIAN_POINT('',(20.0050354789155,80.,47.8007329781635)); +#18175=CARTESIAN_POINT('',(20.0050354789155,80.,44.1992670814527)); +#18176=CARTESIAN_POINT('',(20.0050354789155,80.,45.8007329781644)); +#18177=CARTESIAN_POINT('',(20.0050354789155,80.,42.1992670814536)); +#18178=CARTESIAN_POINT('',(20.0050354789155,80.,43.8007329781635)); +#18179=CARTESIAN_POINT('',(20.0050354789155,80.,40.1992670814527)); +#18180=CARTESIAN_POINT('',(20.0050354789155,80.,41.8007329781644)); +#18181=CARTESIAN_POINT('',(20.0050354789155,80.,38.1992670814536)); +#18182=CARTESIAN_POINT('',(20.0050354789155,80.,39.8007329781635)); +#18183=CARTESIAN_POINT('',(20.0050354789155,80.,36.1992670814527)); +#18184=CARTESIAN_POINT('',(20.0050354789155,80.,37.8007329781644)); +#18185=CARTESIAN_POINT('',(20.0050354789155,80.,34.1992670814536)); +#18186=CARTESIAN_POINT('',(20.0050354789155,80.,35.8007329781635)); +#18187=CARTESIAN_POINT('',(20.0050354789155,80.,32.1992670814527)); +#18188=CARTESIAN_POINT('',(20.0050354789155,80.,33.8007329781644)); +#18189=CARTESIAN_POINT('',(20.0050354789155,80.,30.1992670814536)); +#18190=CARTESIAN_POINT('',(20.0050354789155,80.,31.8007329781635)); +#18191=CARTESIAN_POINT('',(20.0050354789155,80.,28.1992670814527)); +#18192=CARTESIAN_POINT('',(20.0050354789155,80.,29.8007329781644)); +#18193=CARTESIAN_POINT('',(20.0050354789155,80.,26.1992670814536)); +#18194=CARTESIAN_POINT('',(20.0050354789155,80.,27.8007329781635)); +#18195=CARTESIAN_POINT('',(20.0050354789155,80.,24.1992670814527)); +#18196=CARTESIAN_POINT('',(20.0050354789155,80.,25.8007329781644)); +#18197=CARTESIAN_POINT('',(20.0050354789155,80.,22.1992670858171)); +#18198=CARTESIAN_POINT('',(20.0050354789155,80.,23.8007329781635)); +#18199=CARTESIAN_POINT('',(20.0050354789155,80.,20.1992670858161)); +#18200=CARTESIAN_POINT('',(20.0050354789155,80.,21.8007329825278)); +#18201=CARTESIAN_POINT('',(20.0050354789155,80.,18.199267085817)); +#18202=CARTESIAN_POINT('',(20.0050354789155,80.,19.8007329825269)); +#18203=CARTESIAN_POINT('',(20.0050354789155,80.,16.1992670858161)); +#18204=CARTESIAN_POINT('',(20.0050354789155,80.,17.8007329825278)); +#18205=CARTESIAN_POINT('',(20.0050354789155,80.,14.199267085817)); +#18206=CARTESIAN_POINT('',(20.0050354789155,80.,15.8007329825269)); +#18207=CARTESIAN_POINT('',(20.0050354789155,80.,12.1992670858161)); +#18208=CARTESIAN_POINT('',(20.0050354789155,80.,13.8007329825278)); +#18209=CARTESIAN_POINT('',(20.0050354789155,80.,10.199267085817)); +#18210=CARTESIAN_POINT('',(20.0050354789155,80.,11.8007329825269)); +#18211=CARTESIAN_POINT('',(20.0050354789155,80.,8.19926708581614)); +#18212=CARTESIAN_POINT('',(20.0050354789155,80.,9.80073298252784)); +#18213=CARTESIAN_POINT('',(20.0050354789155,80.,6.19926708581705)); +#18214=CARTESIAN_POINT('',(20.0050354789155,80.,7.80073298252693)); +#18215=CARTESIAN_POINT('',(20.0050354789155,80.,4.19926708581613)); +#18216=CARTESIAN_POINT('',(20.0050354789155,80.,5.80073298252784)); +#18217=CARTESIAN_POINT('',(20.0050354789155,80.,2.19926708581704)); +#18218=CARTESIAN_POINT('',(20.0050354789155,80.,3.80073298252693)); +#18219=CARTESIAN_POINT('',(0.,0.,0.)); ENDSEC; END-ISO-10303-21; diff --git a/resources/calib/volumetric_speed/SpeedTestStructure.stp b/resources/calib/volumetric_speed/SpeedTestStructure.stp deleted file mode 100644 index 47f6a7ce6f..0000000000 --- a/resources/calib/volumetric_speed/SpeedTestStructure.stp +++ /dev/null @@ -1,31616 +0,0 @@ -ISO-10303-21; -HEADER; -/* Generated by software containing ST-Developer - * from STEP Tools, Inc. (www.steptools.com) - */ -/* OPTION: using custom schema-name function */ - -FILE_DESCRIPTION( -/* description */ (''), -/* implementation_level */ '2;1'); - -FILE_NAME( -/* name */ 'SpeedTestStructure', -/* time_stamp */ '2024-03-01T23:03:25+03:00', -/* author */ (''), -/* organization */ (''), -/* preprocessor_version */ 'ST-DEVELOPER v16.5', -/* originating_system */ 'Rhino 7.34', -/* authorisation */ ''); - -FILE_SCHEMA (('CONFIG_CONTROL_DESIGN')); -ENDSEC; - -DATA; -#10=SHAPE_REPRESENTATION_RELATIONSHIP('','',#8964,#12); -#11=MANIFOLD_SOLID_BREP('SpeedTestStructure',#13); -#12=ADVANCED_BREP_SHAPE_REPRESENTATION('brep_rep_0',(#11,#9360),#8963); -#13=CLOSED_SHELL('',(#14,#15,#16,#17,#18,#19,#20,#21,#22,#23,#24,#25,#26, -#27,#28,#29,#30,#31,#32,#33,#34,#35,#36,#37,#38,#39,#40,#41,#42,#43,#44, -#45,#46,#47,#48,#49,#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#60,#61,#62, -#63,#64,#65,#66,#67,#68,#69,#70,#71,#72,#73,#74,#75,#76,#77,#78,#79,#80, -#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#94,#95,#96,#97,#98, -#99,#100,#101,#102,#103,#104,#105,#106,#107,#108,#109,#110,#111,#112,#113, -#114,#115,#116,#117,#118,#119,#120,#121,#122,#123,#124,#125,#126,#127,#128, -#129,#130,#131,#132,#133,#134,#135,#136,#137,#138,#139,#140,#141,#142,#143, -#144,#145,#146,#147,#148,#149,#150,#151,#152,#153,#154,#155,#156,#157,#158, -#159,#160,#161,#162,#163,#164,#165,#166,#167,#168,#169,#170,#171,#172,#173, -#174,#175,#176,#177,#178,#179,#180,#181,#182,#183,#184,#185,#186,#187,#188, -#189,#190,#191,#192,#193,#194,#195,#196,#197,#198,#199,#200,#201,#202,#203, -#204,#205,#206,#207,#208,#209,#210,#211,#212,#213,#214,#215,#216,#217,#218, -#219,#220,#221,#222,#223,#224,#225,#226,#227,#228,#229,#230,#231,#232,#233, -#234,#235,#236,#237,#238,#239,#240,#241,#242,#243,#244,#245,#246,#247,#248, -#249,#250,#251,#252,#253,#254,#255,#256,#257,#258,#259,#260,#261,#262,#263, -#264,#265,#266,#267,#268,#269,#270,#271,#272,#273,#274,#275,#276,#277,#278, -#279,#280,#281,#282,#283,#284,#285,#286,#287,#288,#289,#290,#291,#292,#293, -#294,#295,#296,#297,#298,#299,#300,#301,#302,#303,#304,#305,#306,#307,#308, -#309,#310,#311,#312,#313,#314,#315,#316,#317,#318,#319,#320,#321,#322,#323, -#324,#325,#326,#327,#328,#329,#330,#331,#332,#333,#334,#335,#336,#337,#338, -#339,#340,#341,#342,#343,#344,#345,#346,#347,#348,#349,#350,#351,#352,#353, -#354,#355,#356,#357,#358,#359,#360,#361,#362,#363,#364,#365,#366,#367,#368, -#369,#370,#371,#372,#373,#374,#375,#376,#377,#378,#379,#380,#381,#382,#383, -#384,#385,#386,#387,#388,#389,#390,#391,#392,#393,#394,#395,#396,#397,#398, -#399,#400,#401,#402,#403,#404,#405,#406,#407,#408,#409,#410,#411,#412,#413, -#414,#415,#416,#417,#418,#419,#420,#421,#422,#423,#424,#425,#426,#427,#428, -#429,#430,#431,#432,#433,#434,#435,#436,#437,#438,#439,#440,#441,#442,#443, -#444,#445,#446,#447,#448,#449,#450,#451,#452,#453,#454,#455,#456,#457,#458, -#459,#460,#461,#462,#463,#464,#465,#466,#467,#468,#469,#470,#471,#472,#473, -#474,#475,#476,#477,#478,#479,#480,#481,#482,#483,#484,#485,#486,#487,#488, -#489,#490,#491,#492,#493,#494,#495,#496,#497,#498,#499,#500,#501,#502,#503, -#504,#505,#506,#507)); -#14=ADVANCED_FACE('',(#508),#8632,.F.); -#15=ADVANCED_FACE('',(#509),#8633,.F.); -#16=ADVANCED_FACE('',(#510),#8634,.F.); -#17=ADVANCED_FACE('',(#511),#8635,.F.); -#18=ADVANCED_FACE('',(#512),#8636,.F.); -#19=ADVANCED_FACE('',(#513),#8637,.F.); -#20=ADVANCED_FACE('',(#514),#8638,.F.); -#21=ADVANCED_FACE('',(#515),#8639,.F.); -#22=ADVANCED_FACE('',(#516),#8640,.F.); -#23=ADVANCED_FACE('',(#517),#8641,.F.); -#24=ADVANCED_FACE('',(#518),#8642,.F.); -#25=ADVANCED_FACE('',(#519),#8643,.F.); -#26=ADVANCED_FACE('',(#520),#8644,.F.); -#27=ADVANCED_FACE('',(#521),#8645,.F.); -#28=ADVANCED_FACE('',(#522),#8646,.F.); -#29=ADVANCED_FACE('',(#523),#8647,.F.); -#30=ADVANCED_FACE('',(#524),#8648,.F.); -#31=ADVANCED_FACE('',(#525),#8649,.F.); -#32=ADVANCED_FACE('',(#526),#8650,.F.); -#33=ADVANCED_FACE('',(#527),#8651,.F.); -#34=ADVANCED_FACE('',(#528),#8652,.F.); -#35=ADVANCED_FACE('',(#529),#8653,.F.); -#36=ADVANCED_FACE('',(#530),#8654,.F.); -#37=ADVANCED_FACE('',(#531),#8655,.F.); -#38=ADVANCED_FACE('',(#532),#8656,.F.); -#39=ADVANCED_FACE('',(#533),#8657,.F.); -#40=ADVANCED_FACE('',(#534),#8658,.F.); -#41=ADVANCED_FACE('',(#535),#8659,.F.); -#42=ADVANCED_FACE('',(#536),#8660,.F.); -#43=ADVANCED_FACE('',(#537),#8661,.F.); -#44=ADVANCED_FACE('',(#538),#8662,.F.); -#45=ADVANCED_FACE('',(#539),#8663,.F.); -#46=ADVANCED_FACE('',(#540),#8664,.F.); -#47=ADVANCED_FACE('',(#541),#8665,.F.); -#48=ADVANCED_FACE('',(#542),#8666,.F.); -#49=ADVANCED_FACE('',(#543),#8667,.F.); -#50=ADVANCED_FACE('',(#544),#8668,.F.); -#51=ADVANCED_FACE('',(#545),#8669,.F.); -#52=ADVANCED_FACE('',(#546),#8484,.T.); -#53=ADVANCED_FACE('',(#547),#8485,.T.); -#54=ADVANCED_FACE('',(#548),#8486,.T.); -#55=ADVANCED_FACE('',(#549),#8487,.T.); -#56=ADVANCED_FACE('',(#550),#8488,.T.); -#57=ADVANCED_FACE('',(#551),#8489,.T.); -#58=ADVANCED_FACE('',(#552),#8490,.T.); -#59=ADVANCED_FACE('',(#553),#8491,.T.); -#60=ADVANCED_FACE('',(#554),#8670,.T.); -#61=ADVANCED_FACE('',(#555),#8671,.F.); -#62=ADVANCED_FACE('',(#556),#8672,.F.); -#63=ADVANCED_FACE('',(#557),#8673,.T.); -#64=ADVANCED_FACE('',(#558),#8674,.T.); -#65=ADVANCED_FACE('',(#559),#8675,.T.); -#66=ADVANCED_FACE('',(#560),#8492,.T.); -#67=ADVANCED_FACE('',(#561),#8493,.T.); -#68=ADVANCED_FACE('',(#562),#8494,.T.); -#69=ADVANCED_FACE('',(#563),#8495,.T.); -#70=ADVANCED_FACE('',(#564),#8496,.T.); -#71=ADVANCED_FACE('',(#565),#8497,.T.); -#72=ADVANCED_FACE('',(#566),#8498,.T.); -#73=ADVANCED_FACE('',(#567),#8499,.T.); -#74=ADVANCED_FACE('',(#568),#8500,.T.); -#75=ADVANCED_FACE('',(#569),#8501,.T.); -#76=ADVANCED_FACE('',(#570),#8502,.T.); -#77=ADVANCED_FACE('',(#571),#8503,.T.); -#78=ADVANCED_FACE('',(#572),#8504,.T.); -#79=ADVANCED_FACE('',(#573),#8505,.T.); -#80=ADVANCED_FACE('',(#574),#8506,.T.); -#81=ADVANCED_FACE('',(#575),#8507,.T.); -#82=ADVANCED_FACE('',(#576),#8508,.T.); -#83=ADVANCED_FACE('',(#577),#8509,.T.); -#84=ADVANCED_FACE('',(#578),#8510,.T.); -#85=ADVANCED_FACE('',(#579),#8511,.T.); -#86=ADVANCED_FACE('',(#580),#8512,.T.); -#87=ADVANCED_FACE('',(#581),#8513,.T.); -#88=ADVANCED_FACE('',(#582),#8514,.T.); -#89=ADVANCED_FACE('',(#583),#8515,.T.); -#90=ADVANCED_FACE('',(#584),#8516,.T.); -#91=ADVANCED_FACE('',(#585),#8517,.T.); -#92=ADVANCED_FACE('',(#586),#8518,.T.); -#93=ADVANCED_FACE('',(#587),#8519,.T.); -#94=ADVANCED_FACE('',(#588),#8520,.T.); -#95=ADVANCED_FACE('',(#589),#8521,.T.); -#96=ADVANCED_FACE('',(#590),#8522,.T.); -#97=ADVANCED_FACE('',(#591),#8523,.T.); -#98=ADVANCED_FACE('',(#592),#8524,.T.); -#99=ADVANCED_FACE('',(#593),#8525,.T.); -#100=ADVANCED_FACE('',(#594),#8526,.T.); -#101=ADVANCED_FACE('',(#595),#8527,.T.); -#102=ADVANCED_FACE('',(#596),#8528,.T.); -#103=ADVANCED_FACE('',(#597),#8529,.T.); -#104=ADVANCED_FACE('',(#598),#8530,.T.); -#105=ADVANCED_FACE('',(#599),#8531,.T.); -#106=ADVANCED_FACE('',(#600),#8676,.T.); -#107=ADVANCED_FACE('',(#601),#8384,.T.); -#108=ADVANCED_FACE('',(#602),#8677,.F.); -#109=ADVANCED_FACE('',(#603),#8678,.F.); -#110=ADVANCED_FACE('',(#604),#8532,.T.); -#111=ADVANCED_FACE('',(#605),#8385,.T.); -#112=ADVANCED_FACE('',(#606),#8679,.F.); -#113=ADVANCED_FACE('',(#607),#8680,.F.); -#114=ADVANCED_FACE('',(#608),#8533,.T.); -#115=ADVANCED_FACE('',(#609),#8386,.T.); -#116=ADVANCED_FACE('',(#610),#8681,.F.); -#117=ADVANCED_FACE('',(#611),#8682,.F.); -#118=ADVANCED_FACE('',(#612),#8534,.T.); -#119=ADVANCED_FACE('',(#613),#8387,.T.); -#120=ADVANCED_FACE('',(#614),#8683,.F.); -#121=ADVANCED_FACE('',(#615),#8684,.F.); -#122=ADVANCED_FACE('',(#616),#8535,.T.); -#123=ADVANCED_FACE('',(#617),#8388,.T.); -#124=ADVANCED_FACE('',(#618),#8685,.F.); -#125=ADVANCED_FACE('',(#619),#8686,.F.); -#126=ADVANCED_FACE('',(#620),#8536,.T.); -#127=ADVANCED_FACE('',(#621),#8389,.T.); -#128=ADVANCED_FACE('',(#622),#8687,.F.); -#129=ADVANCED_FACE('',(#623),#8688,.F.); -#130=ADVANCED_FACE('',(#624),#8537,.T.); -#131=ADVANCED_FACE('',(#625),#8390,.T.); -#132=ADVANCED_FACE('',(#626),#8689,.F.); -#133=ADVANCED_FACE('',(#627),#8690,.F.); -#134=ADVANCED_FACE('',(#628),#8538,.T.); -#135=ADVANCED_FACE('',(#629),#8391,.T.); -#136=ADVANCED_FACE('',(#630),#8691,.F.); -#137=ADVANCED_FACE('',(#631),#8692,.F.); -#138=ADVANCED_FACE('',(#632),#8539,.T.); -#139=ADVANCED_FACE('',(#633),#8392,.T.); -#140=ADVANCED_FACE('',(#634),#8693,.F.); -#141=ADVANCED_FACE('',(#635),#8694,.F.); -#142=ADVANCED_FACE('',(#636),#8540,.T.); -#143=ADVANCED_FACE('',(#637),#8393,.T.); -#144=ADVANCED_FACE('',(#638),#8695,.F.); -#145=ADVANCED_FACE('',(#639),#8696,.F.); -#146=ADVANCED_FACE('',(#640),#8541,.T.); -#147=ADVANCED_FACE('',(#641),#8394,.T.); -#148=ADVANCED_FACE('',(#642),#8697,.F.); -#149=ADVANCED_FACE('',(#643),#8698,.F.); -#150=ADVANCED_FACE('',(#644),#8542,.T.); -#151=ADVANCED_FACE('',(#645),#8395,.T.); -#152=ADVANCED_FACE('',(#646),#8699,.F.); -#153=ADVANCED_FACE('',(#647),#8700,.F.); -#154=ADVANCED_FACE('',(#648),#8543,.T.); -#155=ADVANCED_FACE('',(#649),#8396,.T.); -#156=ADVANCED_FACE('',(#650),#8701,.F.); -#157=ADVANCED_FACE('',(#651),#8702,.F.); -#158=ADVANCED_FACE('',(#652),#8544,.T.); -#159=ADVANCED_FACE('',(#653),#8397,.T.); -#160=ADVANCED_FACE('',(#654),#8703,.F.); -#161=ADVANCED_FACE('',(#655),#8704,.F.); -#162=ADVANCED_FACE('',(#656),#8545,.T.); -#163=ADVANCED_FACE('',(#657),#8398,.T.); -#164=ADVANCED_FACE('',(#658),#8705,.F.); -#165=ADVANCED_FACE('',(#659),#8706,.F.); -#166=ADVANCED_FACE('',(#660),#8546,.T.); -#167=ADVANCED_FACE('',(#661),#8399,.T.); -#168=ADVANCED_FACE('',(#662),#8707,.F.); -#169=ADVANCED_FACE('',(#663),#8708,.F.); -#170=ADVANCED_FACE('',(#664),#8547,.T.); -#171=ADVANCED_FACE('',(#665),#8400,.T.); -#172=ADVANCED_FACE('',(#666),#8709,.F.); -#173=ADVANCED_FACE('',(#667),#8710,.F.); -#174=ADVANCED_FACE('',(#668),#8548,.T.); -#175=ADVANCED_FACE('',(#669),#8401,.T.); -#176=ADVANCED_FACE('',(#670),#8711,.F.); -#177=ADVANCED_FACE('',(#671),#8712,.F.); -#178=ADVANCED_FACE('',(#672),#8549,.T.); -#179=ADVANCED_FACE('',(#673),#8402,.T.); -#180=ADVANCED_FACE('',(#674),#8713,.F.); -#181=ADVANCED_FACE('',(#675),#8714,.F.); -#182=ADVANCED_FACE('',(#676),#8550,.T.); -#183=ADVANCED_FACE('',(#677),#8403,.T.); -#184=ADVANCED_FACE('',(#678),#8715,.F.); -#185=ADVANCED_FACE('',(#679),#8716,.F.); -#186=ADVANCED_FACE('',(#680),#8551,.T.); -#187=ADVANCED_FACE('',(#681),#8404,.T.); -#188=ADVANCED_FACE('',(#682),#8717,.F.); -#189=ADVANCED_FACE('',(#683),#8718,.F.); -#190=ADVANCED_FACE('',(#684),#8552,.T.); -#191=ADVANCED_FACE('',(#685),#8405,.T.); -#192=ADVANCED_FACE('',(#686),#8719,.F.); -#193=ADVANCED_FACE('',(#687),#8720,.F.); -#194=ADVANCED_FACE('',(#688),#8553,.T.); -#195=ADVANCED_FACE('',(#689),#8406,.T.); -#196=ADVANCED_FACE('',(#690),#8721,.F.); -#197=ADVANCED_FACE('',(#691),#8722,.F.); -#198=ADVANCED_FACE('',(#692),#8554,.T.); -#199=ADVANCED_FACE('',(#693),#8407,.T.); -#200=ADVANCED_FACE('',(#694),#8723,.F.); -#201=ADVANCED_FACE('',(#695),#8724,.F.); -#202=ADVANCED_FACE('',(#696),#8555,.T.); -#203=ADVANCED_FACE('',(#697),#8408,.T.); -#204=ADVANCED_FACE('',(#698),#8725,.F.); -#205=ADVANCED_FACE('',(#699),#8726,.F.); -#206=ADVANCED_FACE('',(#700),#8556,.T.); -#207=ADVANCED_FACE('',(#701),#8409,.T.); -#208=ADVANCED_FACE('',(#702),#8727,.F.); -#209=ADVANCED_FACE('',(#703),#8728,.F.); -#210=ADVANCED_FACE('',(#704),#8557,.T.); -#211=ADVANCED_FACE('',(#705),#8410,.T.); -#212=ADVANCED_FACE('',(#706),#8729,.F.); -#213=ADVANCED_FACE('',(#707),#8730,.F.); -#214=ADVANCED_FACE('',(#708),#8558,.T.); -#215=ADVANCED_FACE('',(#709),#8411,.T.); -#216=ADVANCED_FACE('',(#710),#8731,.F.); -#217=ADVANCED_FACE('',(#711),#8732,.F.); -#218=ADVANCED_FACE('',(#712),#8559,.T.); -#219=ADVANCED_FACE('',(#713),#8412,.T.); -#220=ADVANCED_FACE('',(#714),#8733,.F.); -#221=ADVANCED_FACE('',(#715),#8734,.F.); -#222=ADVANCED_FACE('',(#716),#8560,.T.); -#223=ADVANCED_FACE('',(#717),#8413,.T.); -#224=ADVANCED_FACE('',(#718),#8735,.F.); -#225=ADVANCED_FACE('',(#719),#8736,.F.); -#226=ADVANCED_FACE('',(#720),#8561,.T.); -#227=ADVANCED_FACE('',(#721),#8414,.T.); -#228=ADVANCED_FACE('',(#722),#8737,.F.); -#229=ADVANCED_FACE('',(#723),#8738,.F.); -#230=ADVANCED_FACE('',(#724),#8562,.T.); -#231=ADVANCED_FACE('',(#725),#8415,.T.); -#232=ADVANCED_FACE('',(#726),#8739,.F.); -#233=ADVANCED_FACE('',(#727),#8740,.F.); -#234=ADVANCED_FACE('',(#728),#8563,.T.); -#235=ADVANCED_FACE('',(#729),#8416,.T.); -#236=ADVANCED_FACE('',(#730),#8741,.F.); -#237=ADVANCED_FACE('',(#731),#8742,.F.); -#238=ADVANCED_FACE('',(#732),#8564,.T.); -#239=ADVANCED_FACE('',(#733),#8417,.T.); -#240=ADVANCED_FACE('',(#734),#8743,.F.); -#241=ADVANCED_FACE('',(#735),#8744,.F.); -#242=ADVANCED_FACE('',(#736),#8565,.T.); -#243=ADVANCED_FACE('',(#737),#8418,.T.); -#244=ADVANCED_FACE('',(#738),#8745,.F.); -#245=ADVANCED_FACE('',(#739),#8746,.F.); -#246=ADVANCED_FACE('',(#740),#8566,.T.); -#247=ADVANCED_FACE('',(#741),#8419,.T.); -#248=ADVANCED_FACE('',(#742),#8747,.F.); -#249=ADVANCED_FACE('',(#743),#8748,.F.); -#250=ADVANCED_FACE('',(#744),#8567,.T.); -#251=ADVANCED_FACE('',(#745),#8420,.T.); -#252=ADVANCED_FACE('',(#746),#8749,.F.); -#253=ADVANCED_FACE('',(#747),#8750,.F.); -#254=ADVANCED_FACE('',(#748),#8568,.T.); -#255=ADVANCED_FACE('',(#749),#8421,.T.); -#256=ADVANCED_FACE('',(#750),#8751,.F.); -#257=ADVANCED_FACE('',(#751),#8752,.F.); -#258=ADVANCED_FACE('',(#752),#8569,.T.); -#259=ADVANCED_FACE('',(#753),#8422,.T.); -#260=ADVANCED_FACE('',(#754),#8753,.F.); -#261=ADVANCED_FACE('',(#755),#8754,.F.); -#262=ADVANCED_FACE('',(#756),#8570,.T.); -#263=ADVANCED_FACE('',(#757),#8423,.T.); -#264=ADVANCED_FACE('',(#758),#8755,.F.); -#265=ADVANCED_FACE('',(#759),#8756,.F.); -#266=ADVANCED_FACE('',(#760),#8571,.T.); -#267=ADVANCED_FACE('',(#761),#8424,.T.); -#268=ADVANCED_FACE('',(#762),#8757,.F.); -#269=ADVANCED_FACE('',(#763),#8758,.F.); -#270=ADVANCED_FACE('',(#764),#8572,.T.); -#271=ADVANCED_FACE('',(#765),#8425,.T.); -#272=ADVANCED_FACE('',(#766),#8759,.F.); -#273=ADVANCED_FACE('',(#767),#8760,.F.); -#274=ADVANCED_FACE('',(#768),#8573,.T.); -#275=ADVANCED_FACE('',(#769),#8426,.T.); -#276=ADVANCED_FACE('',(#770),#8761,.F.); -#277=ADVANCED_FACE('',(#771),#8762,.F.); -#278=ADVANCED_FACE('',(#772),#8574,.T.); -#279=ADVANCED_FACE('',(#773),#8427,.T.); -#280=ADVANCED_FACE('',(#774),#8763,.F.); -#281=ADVANCED_FACE('',(#775),#8764,.F.); -#282=ADVANCED_FACE('',(#776),#8575,.T.); -#283=ADVANCED_FACE('',(#777),#8428,.T.); -#284=ADVANCED_FACE('',(#778),#8765,.F.); -#285=ADVANCED_FACE('',(#779),#8766,.F.); -#286=ADVANCED_FACE('',(#780),#8576,.T.); -#287=ADVANCED_FACE('',(#781),#8429,.T.); -#288=ADVANCED_FACE('',(#782),#8767,.F.); -#289=ADVANCED_FACE('',(#783),#8768,.F.); -#290=ADVANCED_FACE('',(#784),#8577,.T.); -#291=ADVANCED_FACE('',(#785),#8430,.T.); -#292=ADVANCED_FACE('',(#786),#8769,.F.); -#293=ADVANCED_FACE('',(#787),#8770,.F.); -#294=ADVANCED_FACE('',(#788),#8578,.T.); -#295=ADVANCED_FACE('',(#789),#8431,.T.); -#296=ADVANCED_FACE('',(#790),#8771,.F.); -#297=ADVANCED_FACE('',(#791),#8772,.F.); -#298=ADVANCED_FACE('',(#792),#8579,.T.); -#299=ADVANCED_FACE('',(#793),#8432,.T.); -#300=ADVANCED_FACE('',(#794),#8773,.F.); -#301=ADVANCED_FACE('',(#795),#8774,.F.); -#302=ADVANCED_FACE('',(#796),#8580,.T.); -#303=ADVANCED_FACE('',(#797),#8433,.T.); -#304=ADVANCED_FACE('',(#798),#8775,.F.); -#305=ADVANCED_FACE('',(#799),#8776,.F.); -#306=ADVANCED_FACE('',(#800),#8581,.T.); -#307=ADVANCED_FACE('',(#801),#8434,.T.); -#308=ADVANCED_FACE('',(#802),#8777,.F.); -#309=ADVANCED_FACE('',(#803),#8778,.F.); -#310=ADVANCED_FACE('',(#804),#8582,.T.); -#311=ADVANCED_FACE('',(#805),#8435,.T.); -#312=ADVANCED_FACE('',(#806),#8779,.F.); -#313=ADVANCED_FACE('',(#807),#8780,.F.); -#314=ADVANCED_FACE('',(#808),#8583,.T.); -#315=ADVANCED_FACE('',(#809),#8436,.T.); -#316=ADVANCED_FACE('',(#810),#8781,.F.); -#317=ADVANCED_FACE('',(#811),#8782,.F.); -#318=ADVANCED_FACE('',(#812),#8584,.T.); -#319=ADVANCED_FACE('',(#813),#8437,.T.); -#320=ADVANCED_FACE('',(#814),#8783,.F.); -#321=ADVANCED_FACE('',(#815),#8784,.F.); -#322=ADVANCED_FACE('',(#816),#8585,.T.); -#323=ADVANCED_FACE('',(#817),#8438,.T.); -#324=ADVANCED_FACE('',(#818),#8785,.F.); -#325=ADVANCED_FACE('',(#819),#8786,.F.); -#326=ADVANCED_FACE('',(#820),#8586,.T.); -#327=ADVANCED_FACE('',(#821),#8439,.T.); -#328=ADVANCED_FACE('',(#822),#8787,.F.); -#329=ADVANCED_FACE('',(#823),#8788,.F.); -#330=ADVANCED_FACE('',(#824),#8587,.T.); -#331=ADVANCED_FACE('',(#825),#8440,.T.); -#332=ADVANCED_FACE('',(#826),#8789,.F.); -#333=ADVANCED_FACE('',(#827),#8790,.F.); -#334=ADVANCED_FACE('',(#828),#8588,.T.); -#335=ADVANCED_FACE('',(#829),#8441,.T.); -#336=ADVANCED_FACE('',(#830),#8791,.F.); -#337=ADVANCED_FACE('',(#831),#8792,.F.); -#338=ADVANCED_FACE('',(#832),#8589,.T.); -#339=ADVANCED_FACE('',(#833),#8442,.T.); -#340=ADVANCED_FACE('',(#834),#8793,.F.); -#341=ADVANCED_FACE('',(#835),#8794,.F.); -#342=ADVANCED_FACE('',(#836),#8590,.T.); -#343=ADVANCED_FACE('',(#837),#8443,.T.); -#344=ADVANCED_FACE('',(#838),#8795,.F.); -#345=ADVANCED_FACE('',(#839),#8796,.F.); -#346=ADVANCED_FACE('',(#840),#8591,.T.); -#347=ADVANCED_FACE('',(#841),#8444,.T.); -#348=ADVANCED_FACE('',(#842),#8797,.F.); -#349=ADVANCED_FACE('',(#843),#8798,.F.); -#350=ADVANCED_FACE('',(#844),#8592,.T.); -#351=ADVANCED_FACE('',(#845),#8445,.T.); -#352=ADVANCED_FACE('',(#846),#8799,.F.); -#353=ADVANCED_FACE('',(#847),#8800,.F.); -#354=ADVANCED_FACE('',(#848),#8593,.T.); -#355=ADVANCED_FACE('',(#849),#8446,.T.); -#356=ADVANCED_FACE('',(#850),#8801,.F.); -#357=ADVANCED_FACE('',(#851),#8802,.F.); -#358=ADVANCED_FACE('',(#852),#8594,.T.); -#359=ADVANCED_FACE('',(#853),#8447,.T.); -#360=ADVANCED_FACE('',(#854),#8803,.F.); -#361=ADVANCED_FACE('',(#855),#8804,.F.); -#362=ADVANCED_FACE('',(#856),#8595,.T.); -#363=ADVANCED_FACE('',(#857),#8448,.T.); -#364=ADVANCED_FACE('',(#858),#8805,.F.); -#365=ADVANCED_FACE('',(#859),#8806,.F.); -#366=ADVANCED_FACE('',(#860),#8596,.T.); -#367=ADVANCED_FACE('',(#861),#8449,.T.); -#368=ADVANCED_FACE('',(#862),#8807,.F.); -#369=ADVANCED_FACE('',(#863),#8808,.F.); -#370=ADVANCED_FACE('',(#864),#8597,.T.); -#371=ADVANCED_FACE('',(#865),#8450,.T.); -#372=ADVANCED_FACE('',(#866),#8809,.F.); -#373=ADVANCED_FACE('',(#867),#8810,.F.); -#374=ADVANCED_FACE('',(#868),#8598,.T.); -#375=ADVANCED_FACE('',(#869),#8451,.T.); -#376=ADVANCED_FACE('',(#870),#8811,.F.); -#377=ADVANCED_FACE('',(#871),#8812,.F.); -#378=ADVANCED_FACE('',(#872),#8599,.T.); -#379=ADVANCED_FACE('',(#873),#8452,.T.); -#380=ADVANCED_FACE('',(#874),#8813,.F.); -#381=ADVANCED_FACE('',(#875),#8814,.F.); -#382=ADVANCED_FACE('',(#876),#8600,.T.); -#383=ADVANCED_FACE('',(#877),#8453,.T.); -#384=ADVANCED_FACE('',(#878),#8815,.F.); -#385=ADVANCED_FACE('',(#879),#8816,.F.); -#386=ADVANCED_FACE('',(#880),#8601,.T.); -#387=ADVANCED_FACE('',(#881),#8454,.T.); -#388=ADVANCED_FACE('',(#882),#8817,.F.); -#389=ADVANCED_FACE('',(#883),#8818,.F.); -#390=ADVANCED_FACE('',(#884),#8602,.T.); -#391=ADVANCED_FACE('',(#885),#8455,.T.); -#392=ADVANCED_FACE('',(#886),#8819,.F.); -#393=ADVANCED_FACE('',(#887),#8820,.F.); -#394=ADVANCED_FACE('',(#888),#8603,.T.); -#395=ADVANCED_FACE('',(#889),#8456,.T.); -#396=ADVANCED_FACE('',(#890),#8821,.F.); -#397=ADVANCED_FACE('',(#891),#8822,.F.); -#398=ADVANCED_FACE('',(#892),#8604,.T.); -#399=ADVANCED_FACE('',(#893),#8457,.T.); -#400=ADVANCED_FACE('',(#894),#8823,.F.); -#401=ADVANCED_FACE('',(#895),#8824,.F.); -#402=ADVANCED_FACE('',(#896),#8605,.T.); -#403=ADVANCED_FACE('',(#897),#8458,.T.); -#404=ADVANCED_FACE('',(#898),#8825,.F.); -#405=ADVANCED_FACE('',(#899),#8826,.F.); -#406=ADVANCED_FACE('',(#900),#8606,.T.); -#407=ADVANCED_FACE('',(#901),#8459,.T.); -#408=ADVANCED_FACE('',(#902),#8827,.F.); -#409=ADVANCED_FACE('',(#903),#8828,.F.); -#410=ADVANCED_FACE('',(#904),#8607,.T.); -#411=ADVANCED_FACE('',(#905),#8460,.T.); -#412=ADVANCED_FACE('',(#906),#8829,.F.); -#413=ADVANCED_FACE('',(#907),#8830,.F.); -#414=ADVANCED_FACE('',(#908),#8608,.T.); -#415=ADVANCED_FACE('',(#909),#8461,.T.); -#416=ADVANCED_FACE('',(#910),#8831,.F.); -#417=ADVANCED_FACE('',(#911),#8832,.F.); -#418=ADVANCED_FACE('',(#912),#8609,.T.); -#419=ADVANCED_FACE('',(#913),#8462,.T.); -#420=ADVANCED_FACE('',(#914),#8833,.F.); -#421=ADVANCED_FACE('',(#915),#8834,.F.); -#422=ADVANCED_FACE('',(#916),#8610,.T.); -#423=ADVANCED_FACE('',(#917),#8463,.T.); -#424=ADVANCED_FACE('',(#918),#8835,.F.); -#425=ADVANCED_FACE('',(#919),#8836,.F.); -#426=ADVANCED_FACE('',(#920),#8611,.T.); -#427=ADVANCED_FACE('',(#921),#8464,.T.); -#428=ADVANCED_FACE('',(#922),#8837,.F.); -#429=ADVANCED_FACE('',(#923),#8838,.F.); -#430=ADVANCED_FACE('',(#924),#8612,.T.); -#431=ADVANCED_FACE('',(#925),#8465,.T.); -#432=ADVANCED_FACE('',(#926),#8839,.F.); -#433=ADVANCED_FACE('',(#927),#8840,.F.); -#434=ADVANCED_FACE('',(#928),#8613,.T.); -#435=ADVANCED_FACE('',(#929),#8466,.T.); -#436=ADVANCED_FACE('',(#930),#8841,.F.); -#437=ADVANCED_FACE('',(#931),#8842,.F.); -#438=ADVANCED_FACE('',(#932),#8614,.T.); -#439=ADVANCED_FACE('',(#933),#8467,.T.); -#440=ADVANCED_FACE('',(#934),#8843,.F.); -#441=ADVANCED_FACE('',(#935),#8844,.F.); -#442=ADVANCED_FACE('',(#936),#8615,.T.); -#443=ADVANCED_FACE('',(#937),#8468,.T.); -#444=ADVANCED_FACE('',(#938),#8845,.F.); -#445=ADVANCED_FACE('',(#939),#8846,.F.); -#446=ADVANCED_FACE('',(#940),#8616,.T.); -#447=ADVANCED_FACE('',(#941),#8469,.T.); -#448=ADVANCED_FACE('',(#942),#8847,.F.); -#449=ADVANCED_FACE('',(#943),#8848,.F.); -#450=ADVANCED_FACE('',(#944),#8617,.T.); -#451=ADVANCED_FACE('',(#945),#8470,.T.); -#452=ADVANCED_FACE('',(#946),#8849,.F.); -#453=ADVANCED_FACE('',(#947),#8850,.F.); -#454=ADVANCED_FACE('',(#948),#8618,.T.); -#455=ADVANCED_FACE('',(#949),#8471,.T.); -#456=ADVANCED_FACE('',(#950),#8851,.F.); -#457=ADVANCED_FACE('',(#951),#8852,.F.); -#458=ADVANCED_FACE('',(#952),#8619,.T.); -#459=ADVANCED_FACE('',(#953),#8472,.T.); -#460=ADVANCED_FACE('',(#954),#8853,.F.); -#461=ADVANCED_FACE('',(#955),#8854,.F.); -#462=ADVANCED_FACE('',(#956),#8620,.T.); -#463=ADVANCED_FACE('',(#957),#8473,.T.); -#464=ADVANCED_FACE('',(#958),#8855,.F.); -#465=ADVANCED_FACE('',(#959),#8856,.F.); -#466=ADVANCED_FACE('',(#960),#8621,.T.); -#467=ADVANCED_FACE('',(#961),#8474,.T.); -#468=ADVANCED_FACE('',(#962),#8857,.F.); -#469=ADVANCED_FACE('',(#963),#8858,.F.); -#470=ADVANCED_FACE('',(#964),#8622,.T.); -#471=ADVANCED_FACE('',(#965),#8475,.T.); -#472=ADVANCED_FACE('',(#966),#8859,.F.); -#473=ADVANCED_FACE('',(#967),#8860,.F.); -#474=ADVANCED_FACE('',(#968),#8623,.T.); -#475=ADVANCED_FACE('',(#969),#8476,.T.); -#476=ADVANCED_FACE('',(#970),#8861,.F.); -#477=ADVANCED_FACE('',(#971),#8862,.F.); -#478=ADVANCED_FACE('',(#972),#8624,.T.); -#479=ADVANCED_FACE('',(#973),#8477,.T.); -#480=ADVANCED_FACE('',(#974),#8863,.F.); -#481=ADVANCED_FACE('',(#975),#8864,.F.); -#482=ADVANCED_FACE('',(#976),#8625,.T.); -#483=ADVANCED_FACE('',(#977),#8478,.T.); -#484=ADVANCED_FACE('',(#978),#8865,.F.); -#485=ADVANCED_FACE('',(#979),#8866,.F.); -#486=ADVANCED_FACE('',(#980),#8626,.T.); -#487=ADVANCED_FACE('',(#981),#8479,.T.); -#488=ADVANCED_FACE('',(#982),#8867,.F.); -#489=ADVANCED_FACE('',(#983),#8868,.F.); -#490=ADVANCED_FACE('',(#984),#8627,.T.); -#491=ADVANCED_FACE('',(#985),#8480,.T.); -#492=ADVANCED_FACE('',(#986),#8869,.F.); -#493=ADVANCED_FACE('',(#987),#8870,.F.); -#494=ADVANCED_FACE('',(#988),#8628,.T.); -#495=ADVANCED_FACE('',(#989),#8481,.T.); -#496=ADVANCED_FACE('',(#990),#8871,.F.); -#497=ADVANCED_FACE('',(#991),#8872,.F.); -#498=ADVANCED_FACE('',(#992),#8629,.T.); -#499=ADVANCED_FACE('',(#993),#8482,.T.); -#500=ADVANCED_FACE('',(#994),#8873,.F.); -#501=ADVANCED_FACE('',(#995),#8874,.F.); -#502=ADVANCED_FACE('',(#996),#8630,.T.); -#503=ADVANCED_FACE('',(#997),#8631,.T.); -#504=ADVANCED_FACE('',(#998),#8483,.T.); -#505=ADVANCED_FACE('',(#999),#8875,.F.); -#506=ADVANCED_FACE('',(#1000),#8876,.F.); -#507=ADVANCED_FACE('',(#1001),#8877,.F.); -#508=FACE_OUTER_BOUND('',#1002,.T.); -#509=FACE_OUTER_BOUND('',#1003,.T.); -#510=FACE_OUTER_BOUND('',#1004,.T.); -#511=FACE_OUTER_BOUND('',#1005,.T.); -#512=FACE_OUTER_BOUND('',#1006,.T.); -#513=FACE_OUTER_BOUND('',#1007,.T.); -#514=FACE_OUTER_BOUND('',#1008,.T.); -#515=FACE_OUTER_BOUND('',#1009,.T.); -#516=FACE_OUTER_BOUND('',#1010,.T.); -#517=FACE_OUTER_BOUND('',#1011,.T.); -#518=FACE_OUTER_BOUND('',#1012,.T.); -#519=FACE_OUTER_BOUND('',#1013,.T.); -#520=FACE_OUTER_BOUND('',#1014,.T.); -#521=FACE_OUTER_BOUND('',#1015,.T.); -#522=FACE_OUTER_BOUND('',#1016,.T.); -#523=FACE_OUTER_BOUND('',#1017,.T.); -#524=FACE_OUTER_BOUND('',#1018,.T.); -#525=FACE_OUTER_BOUND('',#1019,.T.); -#526=FACE_OUTER_BOUND('',#1020,.T.); -#527=FACE_OUTER_BOUND('',#1021,.T.); -#528=FACE_OUTER_BOUND('',#1022,.T.); -#529=FACE_OUTER_BOUND('',#1023,.T.); -#530=FACE_OUTER_BOUND('',#1024,.T.); -#531=FACE_OUTER_BOUND('',#1025,.T.); -#532=FACE_OUTER_BOUND('',#1026,.T.); -#533=FACE_OUTER_BOUND('',#1027,.T.); -#534=FACE_OUTER_BOUND('',#1028,.T.); -#535=FACE_OUTER_BOUND('',#1029,.T.); -#536=FACE_OUTER_BOUND('',#1030,.T.); -#537=FACE_OUTER_BOUND('',#1031,.T.); -#538=FACE_OUTER_BOUND('',#1032,.T.); -#539=FACE_OUTER_BOUND('',#1033,.T.); -#540=FACE_OUTER_BOUND('',#1034,.T.); -#541=FACE_OUTER_BOUND('',#1035,.T.); -#542=FACE_OUTER_BOUND('',#1036,.T.); -#543=FACE_OUTER_BOUND('',#1037,.T.); -#544=FACE_OUTER_BOUND('',#1038,.T.); -#545=FACE_OUTER_BOUND('',#1039,.T.); -#546=FACE_OUTER_BOUND('',#1040,.T.); -#547=FACE_OUTER_BOUND('',#1041,.T.); -#548=FACE_OUTER_BOUND('',#1042,.T.); -#549=FACE_OUTER_BOUND('',#1043,.T.); -#550=FACE_OUTER_BOUND('',#1044,.T.); -#551=FACE_OUTER_BOUND('',#1045,.T.); -#552=FACE_OUTER_BOUND('',#1046,.T.); -#553=FACE_OUTER_BOUND('',#1047,.T.); -#554=FACE_OUTER_BOUND('',#1048,.T.); -#555=FACE_OUTER_BOUND('',#1049,.T.); -#556=FACE_OUTER_BOUND('',#1050,.T.); -#557=FACE_OUTER_BOUND('',#1051,.T.); -#558=FACE_OUTER_BOUND('',#1052,.T.); -#559=FACE_OUTER_BOUND('',#1053,.T.); -#560=FACE_OUTER_BOUND('',#1054,.T.); -#561=FACE_OUTER_BOUND('',#1055,.T.); -#562=FACE_OUTER_BOUND('',#1056,.T.); -#563=FACE_OUTER_BOUND('',#1057,.T.); -#564=FACE_OUTER_BOUND('',#1058,.T.); -#565=FACE_OUTER_BOUND('',#1059,.T.); -#566=FACE_OUTER_BOUND('',#1060,.T.); -#567=FACE_OUTER_BOUND('',#1061,.T.); -#568=FACE_OUTER_BOUND('',#1062,.T.); -#569=FACE_OUTER_BOUND('',#1063,.T.); -#570=FACE_OUTER_BOUND('',#1064,.T.); -#571=FACE_OUTER_BOUND('',#1065,.T.); -#572=FACE_OUTER_BOUND('',#1066,.T.); -#573=FACE_OUTER_BOUND('',#1067,.T.); -#574=FACE_OUTER_BOUND('',#1068,.T.); -#575=FACE_OUTER_BOUND('',#1069,.T.); -#576=FACE_OUTER_BOUND('',#1070,.T.); -#577=FACE_OUTER_BOUND('',#1071,.T.); -#578=FACE_OUTER_BOUND('',#1072,.T.); -#579=FACE_OUTER_BOUND('',#1073,.T.); -#580=FACE_OUTER_BOUND('',#1074,.T.); -#581=FACE_OUTER_BOUND('',#1075,.T.); -#582=FACE_OUTER_BOUND('',#1076,.T.); -#583=FACE_OUTER_BOUND('',#1077,.T.); -#584=FACE_OUTER_BOUND('',#1078,.T.); -#585=FACE_OUTER_BOUND('',#1079,.T.); -#586=FACE_OUTER_BOUND('',#1080,.T.); -#587=FACE_OUTER_BOUND('',#1081,.T.); -#588=FACE_OUTER_BOUND('',#1082,.T.); -#589=FACE_OUTER_BOUND('',#1083,.T.); -#590=FACE_OUTER_BOUND('',#1084,.T.); -#591=FACE_OUTER_BOUND('',#1085,.T.); -#592=FACE_OUTER_BOUND('',#1086,.T.); -#593=FACE_OUTER_BOUND('',#1087,.T.); -#594=FACE_OUTER_BOUND('',#1088,.T.); -#595=FACE_OUTER_BOUND('',#1089,.T.); -#596=FACE_OUTER_BOUND('',#1090,.T.); -#597=FACE_OUTER_BOUND('',#1091,.T.); -#598=FACE_OUTER_BOUND('',#1092,.T.); -#599=FACE_OUTER_BOUND('',#1093,.T.); -#600=FACE_OUTER_BOUND('',#1094,.T.); -#601=FACE_OUTER_BOUND('',#1095,.T.); -#602=FACE_OUTER_BOUND('',#1096,.T.); -#603=FACE_OUTER_BOUND('',#1097,.T.); -#604=FACE_OUTER_BOUND('',#1098,.T.); -#605=FACE_OUTER_BOUND('',#1099,.T.); -#606=FACE_OUTER_BOUND('',#1100,.T.); -#607=FACE_OUTER_BOUND('',#1101,.T.); -#608=FACE_OUTER_BOUND('',#1102,.T.); -#609=FACE_OUTER_BOUND('',#1103,.T.); -#610=FACE_OUTER_BOUND('',#1104,.T.); -#611=FACE_OUTER_BOUND('',#1105,.T.); -#612=FACE_OUTER_BOUND('',#1106,.T.); -#613=FACE_OUTER_BOUND('',#1107,.T.); -#614=FACE_OUTER_BOUND('',#1108,.T.); -#615=FACE_OUTER_BOUND('',#1109,.T.); -#616=FACE_OUTER_BOUND('',#1110,.T.); -#617=FACE_OUTER_BOUND('',#1111,.T.); -#618=FACE_OUTER_BOUND('',#1112,.T.); -#619=FACE_OUTER_BOUND('',#1113,.T.); -#620=FACE_OUTER_BOUND('',#1114,.T.); -#621=FACE_OUTER_BOUND('',#1115,.T.); -#622=FACE_OUTER_BOUND('',#1116,.T.); -#623=FACE_OUTER_BOUND('',#1117,.T.); -#624=FACE_OUTER_BOUND('',#1118,.T.); -#625=FACE_OUTER_BOUND('',#1119,.T.); -#626=FACE_OUTER_BOUND('',#1120,.T.); -#627=FACE_OUTER_BOUND('',#1121,.T.); -#628=FACE_OUTER_BOUND('',#1122,.T.); -#629=FACE_OUTER_BOUND('',#1123,.T.); -#630=FACE_OUTER_BOUND('',#1124,.T.); -#631=FACE_OUTER_BOUND('',#1125,.T.); -#632=FACE_OUTER_BOUND('',#1126,.T.); -#633=FACE_OUTER_BOUND('',#1127,.T.); -#634=FACE_OUTER_BOUND('',#1128,.T.); -#635=FACE_OUTER_BOUND('',#1129,.T.); -#636=FACE_OUTER_BOUND('',#1130,.T.); -#637=FACE_OUTER_BOUND('',#1131,.T.); -#638=FACE_OUTER_BOUND('',#1132,.T.); -#639=FACE_OUTER_BOUND('',#1133,.T.); -#640=FACE_OUTER_BOUND('',#1134,.T.); -#641=FACE_OUTER_BOUND('',#1135,.T.); -#642=FACE_OUTER_BOUND('',#1136,.T.); -#643=FACE_OUTER_BOUND('',#1137,.T.); -#644=FACE_OUTER_BOUND('',#1138,.T.); -#645=FACE_OUTER_BOUND('',#1139,.T.); -#646=FACE_OUTER_BOUND('',#1140,.T.); -#647=FACE_OUTER_BOUND('',#1141,.T.); -#648=FACE_OUTER_BOUND('',#1142,.T.); -#649=FACE_OUTER_BOUND('',#1143,.T.); -#650=FACE_OUTER_BOUND('',#1144,.T.); -#651=FACE_OUTER_BOUND('',#1145,.T.); -#652=FACE_OUTER_BOUND('',#1146,.T.); -#653=FACE_OUTER_BOUND('',#1147,.T.); -#654=FACE_OUTER_BOUND('',#1148,.T.); -#655=FACE_OUTER_BOUND('',#1149,.T.); -#656=FACE_OUTER_BOUND('',#1150,.T.); -#657=FACE_OUTER_BOUND('',#1151,.T.); -#658=FACE_OUTER_BOUND('',#1152,.T.); -#659=FACE_OUTER_BOUND('',#1153,.T.); -#660=FACE_OUTER_BOUND('',#1154,.T.); -#661=FACE_OUTER_BOUND('',#1155,.T.); -#662=FACE_OUTER_BOUND('',#1156,.T.); -#663=FACE_OUTER_BOUND('',#1157,.T.); -#664=FACE_OUTER_BOUND('',#1158,.T.); -#665=FACE_OUTER_BOUND('',#1159,.T.); -#666=FACE_OUTER_BOUND('',#1160,.T.); -#667=FACE_OUTER_BOUND('',#1161,.T.); -#668=FACE_OUTER_BOUND('',#1162,.T.); -#669=FACE_OUTER_BOUND('',#1163,.T.); -#670=FACE_OUTER_BOUND('',#1164,.T.); -#671=FACE_OUTER_BOUND('',#1165,.T.); -#672=FACE_OUTER_BOUND('',#1166,.T.); -#673=FACE_OUTER_BOUND('',#1167,.T.); -#674=FACE_OUTER_BOUND('',#1168,.T.); -#675=FACE_OUTER_BOUND('',#1169,.T.); -#676=FACE_OUTER_BOUND('',#1170,.T.); -#677=FACE_OUTER_BOUND('',#1171,.T.); -#678=FACE_OUTER_BOUND('',#1172,.T.); -#679=FACE_OUTER_BOUND('',#1173,.T.); -#680=FACE_OUTER_BOUND('',#1174,.T.); -#681=FACE_OUTER_BOUND('',#1175,.T.); -#682=FACE_OUTER_BOUND('',#1176,.T.); -#683=FACE_OUTER_BOUND('',#1177,.T.); -#684=FACE_OUTER_BOUND('',#1178,.T.); -#685=FACE_OUTER_BOUND('',#1179,.T.); -#686=FACE_OUTER_BOUND('',#1180,.T.); -#687=FACE_OUTER_BOUND('',#1181,.T.); -#688=FACE_OUTER_BOUND('',#1182,.T.); -#689=FACE_OUTER_BOUND('',#1183,.T.); -#690=FACE_OUTER_BOUND('',#1184,.T.); -#691=FACE_OUTER_BOUND('',#1185,.T.); -#692=FACE_OUTER_BOUND('',#1186,.T.); -#693=FACE_OUTER_BOUND('',#1187,.T.); -#694=FACE_OUTER_BOUND('',#1188,.T.); -#695=FACE_OUTER_BOUND('',#1189,.T.); -#696=FACE_OUTER_BOUND('',#1190,.T.); -#697=FACE_OUTER_BOUND('',#1191,.T.); -#698=FACE_OUTER_BOUND('',#1192,.T.); -#699=FACE_OUTER_BOUND('',#1193,.T.); -#700=FACE_OUTER_BOUND('',#1194,.T.); -#701=FACE_OUTER_BOUND('',#1195,.T.); -#702=FACE_OUTER_BOUND('',#1196,.T.); -#703=FACE_OUTER_BOUND('',#1197,.T.); -#704=FACE_OUTER_BOUND('',#1198,.T.); -#705=FACE_OUTER_BOUND('',#1199,.T.); -#706=FACE_OUTER_BOUND('',#1200,.T.); -#707=FACE_OUTER_BOUND('',#1201,.T.); -#708=FACE_OUTER_BOUND('',#1202,.T.); -#709=FACE_OUTER_BOUND('',#1203,.T.); -#710=FACE_OUTER_BOUND('',#1204,.T.); -#711=FACE_OUTER_BOUND('',#1205,.T.); -#712=FACE_OUTER_BOUND('',#1206,.T.); -#713=FACE_OUTER_BOUND('',#1207,.T.); -#714=FACE_OUTER_BOUND('',#1208,.T.); -#715=FACE_OUTER_BOUND('',#1209,.T.); -#716=FACE_OUTER_BOUND('',#1210,.T.); -#717=FACE_OUTER_BOUND('',#1211,.T.); -#718=FACE_OUTER_BOUND('',#1212,.T.); -#719=FACE_OUTER_BOUND('',#1213,.T.); -#720=FACE_OUTER_BOUND('',#1214,.T.); -#721=FACE_OUTER_BOUND('',#1215,.T.); -#722=FACE_OUTER_BOUND('',#1216,.T.); -#723=FACE_OUTER_BOUND('',#1217,.T.); -#724=FACE_OUTER_BOUND('',#1218,.T.); -#725=FACE_OUTER_BOUND('',#1219,.T.); -#726=FACE_OUTER_BOUND('',#1220,.T.); -#727=FACE_OUTER_BOUND('',#1221,.T.); -#728=FACE_OUTER_BOUND('',#1222,.T.); -#729=FACE_OUTER_BOUND('',#1223,.T.); -#730=FACE_OUTER_BOUND('',#1224,.T.); -#731=FACE_OUTER_BOUND('',#1225,.T.); -#732=FACE_OUTER_BOUND('',#1226,.T.); -#733=FACE_OUTER_BOUND('',#1227,.T.); -#734=FACE_OUTER_BOUND('',#1228,.T.); -#735=FACE_OUTER_BOUND('',#1229,.T.); -#736=FACE_OUTER_BOUND('',#1230,.T.); -#737=FACE_OUTER_BOUND('',#1231,.T.); -#738=FACE_OUTER_BOUND('',#1232,.T.); -#739=FACE_OUTER_BOUND('',#1233,.T.); -#740=FACE_OUTER_BOUND('',#1234,.T.); -#741=FACE_OUTER_BOUND('',#1235,.T.); -#742=FACE_OUTER_BOUND('',#1236,.T.); -#743=FACE_OUTER_BOUND('',#1237,.T.); -#744=FACE_OUTER_BOUND('',#1238,.T.); -#745=FACE_OUTER_BOUND('',#1239,.T.); -#746=FACE_OUTER_BOUND('',#1240,.T.); -#747=FACE_OUTER_BOUND('',#1241,.T.); -#748=FACE_OUTER_BOUND('',#1242,.T.); -#749=FACE_OUTER_BOUND('',#1243,.T.); -#750=FACE_OUTER_BOUND('',#1244,.T.); -#751=FACE_OUTER_BOUND('',#1245,.T.); -#752=FACE_OUTER_BOUND('',#1246,.T.); -#753=FACE_OUTER_BOUND('',#1247,.T.); -#754=FACE_OUTER_BOUND('',#1248,.T.); -#755=FACE_OUTER_BOUND('',#1249,.T.); -#756=FACE_OUTER_BOUND('',#1250,.T.); -#757=FACE_OUTER_BOUND('',#1251,.T.); -#758=FACE_OUTER_BOUND('',#1252,.T.); -#759=FACE_OUTER_BOUND('',#1253,.T.); -#760=FACE_OUTER_BOUND('',#1254,.T.); -#761=FACE_OUTER_BOUND('',#1255,.T.); -#762=FACE_OUTER_BOUND('',#1256,.T.); -#763=FACE_OUTER_BOUND('',#1257,.T.); -#764=FACE_OUTER_BOUND('',#1258,.T.); -#765=FACE_OUTER_BOUND('',#1259,.T.); -#766=FACE_OUTER_BOUND('',#1260,.T.); -#767=FACE_OUTER_BOUND('',#1261,.T.); -#768=FACE_OUTER_BOUND('',#1262,.T.); -#769=FACE_OUTER_BOUND('',#1263,.T.); -#770=FACE_OUTER_BOUND('',#1264,.T.); -#771=FACE_OUTER_BOUND('',#1265,.T.); -#772=FACE_OUTER_BOUND('',#1266,.T.); -#773=FACE_OUTER_BOUND('',#1267,.T.); -#774=FACE_OUTER_BOUND('',#1268,.T.); -#775=FACE_OUTER_BOUND('',#1269,.T.); -#776=FACE_OUTER_BOUND('',#1270,.T.); -#777=FACE_OUTER_BOUND('',#1271,.T.); -#778=FACE_OUTER_BOUND('',#1272,.T.); -#779=FACE_OUTER_BOUND('',#1273,.T.); -#780=FACE_OUTER_BOUND('',#1274,.T.); -#781=FACE_OUTER_BOUND('',#1275,.T.); -#782=FACE_OUTER_BOUND('',#1276,.T.); -#783=FACE_OUTER_BOUND('',#1277,.T.); -#784=FACE_OUTER_BOUND('',#1278,.T.); -#785=FACE_OUTER_BOUND('',#1279,.T.); -#786=FACE_OUTER_BOUND('',#1280,.T.); -#787=FACE_OUTER_BOUND('',#1281,.T.); -#788=FACE_OUTER_BOUND('',#1282,.T.); -#789=FACE_OUTER_BOUND('',#1283,.T.); -#790=FACE_OUTER_BOUND('',#1284,.T.); -#791=FACE_OUTER_BOUND('',#1285,.T.); -#792=FACE_OUTER_BOUND('',#1286,.T.); -#793=FACE_OUTER_BOUND('',#1287,.T.); -#794=FACE_OUTER_BOUND('',#1288,.T.); -#795=FACE_OUTER_BOUND('',#1289,.T.); -#796=FACE_OUTER_BOUND('',#1290,.T.); -#797=FACE_OUTER_BOUND('',#1291,.T.); -#798=FACE_OUTER_BOUND('',#1292,.T.); -#799=FACE_OUTER_BOUND('',#1293,.T.); -#800=FACE_OUTER_BOUND('',#1294,.T.); -#801=FACE_OUTER_BOUND('',#1295,.T.); -#802=FACE_OUTER_BOUND('',#1296,.T.); -#803=FACE_OUTER_BOUND('',#1297,.T.); -#804=FACE_OUTER_BOUND('',#1298,.T.); -#805=FACE_OUTER_BOUND('',#1299,.T.); -#806=FACE_OUTER_BOUND('',#1300,.T.); -#807=FACE_OUTER_BOUND('',#1301,.T.); -#808=FACE_OUTER_BOUND('',#1302,.T.); -#809=FACE_OUTER_BOUND('',#1303,.T.); -#810=FACE_OUTER_BOUND('',#1304,.T.); -#811=FACE_OUTER_BOUND('',#1305,.T.); -#812=FACE_OUTER_BOUND('',#1306,.T.); -#813=FACE_OUTER_BOUND('',#1307,.T.); -#814=FACE_OUTER_BOUND('',#1308,.T.); -#815=FACE_OUTER_BOUND('',#1309,.T.); -#816=FACE_OUTER_BOUND('',#1310,.T.); -#817=FACE_OUTER_BOUND('',#1311,.T.); -#818=FACE_OUTER_BOUND('',#1312,.T.); -#819=FACE_OUTER_BOUND('',#1313,.T.); -#820=FACE_OUTER_BOUND('',#1314,.T.); -#821=FACE_OUTER_BOUND('',#1315,.T.); -#822=FACE_OUTER_BOUND('',#1316,.T.); -#823=FACE_OUTER_BOUND('',#1317,.T.); -#824=FACE_OUTER_BOUND('',#1318,.T.); -#825=FACE_OUTER_BOUND('',#1319,.T.); -#826=FACE_OUTER_BOUND('',#1320,.T.); -#827=FACE_OUTER_BOUND('',#1321,.T.); -#828=FACE_OUTER_BOUND('',#1322,.T.); -#829=FACE_OUTER_BOUND('',#1323,.T.); -#830=FACE_OUTER_BOUND('',#1324,.T.); -#831=FACE_OUTER_BOUND('',#1325,.T.); -#832=FACE_OUTER_BOUND('',#1326,.T.); -#833=FACE_OUTER_BOUND('',#1327,.T.); -#834=FACE_OUTER_BOUND('',#1328,.T.); -#835=FACE_OUTER_BOUND('',#1329,.T.); -#836=FACE_OUTER_BOUND('',#1330,.T.); -#837=FACE_OUTER_BOUND('',#1331,.T.); -#838=FACE_OUTER_BOUND('',#1332,.T.); -#839=FACE_OUTER_BOUND('',#1333,.T.); -#840=FACE_OUTER_BOUND('',#1334,.T.); -#841=FACE_OUTER_BOUND('',#1335,.T.); -#842=FACE_OUTER_BOUND('',#1336,.T.); -#843=FACE_OUTER_BOUND('',#1337,.T.); -#844=FACE_OUTER_BOUND('',#1338,.T.); -#845=FACE_OUTER_BOUND('',#1339,.T.); -#846=FACE_OUTER_BOUND('',#1340,.T.); -#847=FACE_OUTER_BOUND('',#1341,.T.); -#848=FACE_OUTER_BOUND('',#1342,.T.); -#849=FACE_OUTER_BOUND('',#1343,.T.); -#850=FACE_OUTER_BOUND('',#1344,.T.); -#851=FACE_OUTER_BOUND('',#1345,.T.); -#852=FACE_OUTER_BOUND('',#1346,.T.); -#853=FACE_OUTER_BOUND('',#1347,.T.); -#854=FACE_OUTER_BOUND('',#1348,.T.); -#855=FACE_OUTER_BOUND('',#1349,.T.); -#856=FACE_OUTER_BOUND('',#1350,.T.); -#857=FACE_OUTER_BOUND('',#1351,.T.); -#858=FACE_OUTER_BOUND('',#1352,.T.); -#859=FACE_OUTER_BOUND('',#1353,.T.); -#860=FACE_OUTER_BOUND('',#1354,.T.); -#861=FACE_OUTER_BOUND('',#1355,.T.); -#862=FACE_OUTER_BOUND('',#1356,.T.); -#863=FACE_OUTER_BOUND('',#1357,.T.); -#864=FACE_OUTER_BOUND('',#1358,.T.); -#865=FACE_OUTER_BOUND('',#1359,.T.); -#866=FACE_OUTER_BOUND('',#1360,.T.); -#867=FACE_OUTER_BOUND('',#1361,.T.); -#868=FACE_OUTER_BOUND('',#1362,.T.); -#869=FACE_OUTER_BOUND('',#1363,.T.); -#870=FACE_OUTER_BOUND('',#1364,.T.); -#871=FACE_OUTER_BOUND('',#1365,.T.); -#872=FACE_OUTER_BOUND('',#1366,.T.); -#873=FACE_OUTER_BOUND('',#1367,.T.); -#874=FACE_OUTER_BOUND('',#1368,.T.); -#875=FACE_OUTER_BOUND('',#1369,.T.); -#876=FACE_OUTER_BOUND('',#1370,.T.); -#877=FACE_OUTER_BOUND('',#1371,.T.); -#878=FACE_OUTER_BOUND('',#1372,.T.); -#879=FACE_OUTER_BOUND('',#1373,.T.); -#880=FACE_OUTER_BOUND('',#1374,.T.); -#881=FACE_OUTER_BOUND('',#1375,.T.); -#882=FACE_OUTER_BOUND('',#1376,.T.); -#883=FACE_OUTER_BOUND('',#1377,.T.); -#884=FACE_OUTER_BOUND('',#1378,.T.); -#885=FACE_OUTER_BOUND('',#1379,.T.); -#886=FACE_OUTER_BOUND('',#1380,.T.); -#887=FACE_OUTER_BOUND('',#1381,.T.); -#888=FACE_OUTER_BOUND('',#1382,.T.); -#889=FACE_OUTER_BOUND('',#1383,.T.); -#890=FACE_OUTER_BOUND('',#1384,.T.); -#891=FACE_OUTER_BOUND('',#1385,.T.); -#892=FACE_OUTER_BOUND('',#1386,.T.); -#893=FACE_OUTER_BOUND('',#1387,.T.); -#894=FACE_OUTER_BOUND('',#1388,.T.); -#895=FACE_OUTER_BOUND('',#1389,.T.); -#896=FACE_OUTER_BOUND('',#1390,.T.); -#897=FACE_OUTER_BOUND('',#1391,.T.); -#898=FACE_OUTER_BOUND('',#1392,.T.); -#899=FACE_OUTER_BOUND('',#1393,.T.); -#900=FACE_OUTER_BOUND('',#1394,.T.); -#901=FACE_OUTER_BOUND('',#1395,.T.); -#902=FACE_OUTER_BOUND('',#1396,.T.); -#903=FACE_OUTER_BOUND('',#1397,.T.); -#904=FACE_OUTER_BOUND('',#1398,.T.); -#905=FACE_OUTER_BOUND('',#1399,.T.); -#906=FACE_OUTER_BOUND('',#1400,.T.); -#907=FACE_OUTER_BOUND('',#1401,.T.); -#908=FACE_OUTER_BOUND('',#1402,.T.); -#909=FACE_OUTER_BOUND('',#1403,.T.); -#910=FACE_OUTER_BOUND('',#1404,.T.); -#911=FACE_OUTER_BOUND('',#1405,.T.); -#912=FACE_OUTER_BOUND('',#1406,.T.); -#913=FACE_OUTER_BOUND('',#1407,.T.); -#914=FACE_OUTER_BOUND('',#1408,.T.); -#915=FACE_OUTER_BOUND('',#1409,.T.); -#916=FACE_OUTER_BOUND('',#1410,.T.); -#917=FACE_OUTER_BOUND('',#1411,.T.); -#918=FACE_OUTER_BOUND('',#1412,.T.); -#919=FACE_OUTER_BOUND('',#1413,.T.); -#920=FACE_OUTER_BOUND('',#1414,.T.); -#921=FACE_OUTER_BOUND('',#1415,.T.); -#922=FACE_OUTER_BOUND('',#1416,.T.); -#923=FACE_OUTER_BOUND('',#1417,.T.); -#924=FACE_OUTER_BOUND('',#1418,.T.); -#925=FACE_OUTER_BOUND('',#1419,.T.); -#926=FACE_OUTER_BOUND('',#1420,.T.); -#927=FACE_OUTER_BOUND('',#1421,.T.); -#928=FACE_OUTER_BOUND('',#1422,.T.); -#929=FACE_OUTER_BOUND('',#1423,.T.); -#930=FACE_OUTER_BOUND('',#1424,.T.); -#931=FACE_OUTER_BOUND('',#1425,.T.); -#932=FACE_OUTER_BOUND('',#1426,.T.); -#933=FACE_OUTER_BOUND('',#1427,.T.); -#934=FACE_OUTER_BOUND('',#1428,.T.); -#935=FACE_OUTER_BOUND('',#1429,.T.); -#936=FACE_OUTER_BOUND('',#1430,.T.); -#937=FACE_OUTER_BOUND('',#1431,.T.); -#938=FACE_OUTER_BOUND('',#1432,.T.); -#939=FACE_OUTER_BOUND('',#1433,.T.); -#940=FACE_OUTER_BOUND('',#1434,.T.); -#941=FACE_OUTER_BOUND('',#1435,.T.); -#942=FACE_OUTER_BOUND('',#1436,.T.); -#943=FACE_OUTER_BOUND('',#1437,.T.); -#944=FACE_OUTER_BOUND('',#1438,.T.); -#945=FACE_OUTER_BOUND('',#1439,.T.); -#946=FACE_OUTER_BOUND('',#1440,.T.); -#947=FACE_OUTER_BOUND('',#1441,.T.); -#948=FACE_OUTER_BOUND('',#1442,.T.); -#949=FACE_OUTER_BOUND('',#1443,.T.); -#950=FACE_OUTER_BOUND('',#1444,.T.); -#951=FACE_OUTER_BOUND('',#1445,.T.); -#952=FACE_OUTER_BOUND('',#1446,.T.); -#953=FACE_OUTER_BOUND('',#1447,.T.); -#954=FACE_OUTER_BOUND('',#1448,.T.); -#955=FACE_OUTER_BOUND('',#1449,.T.); -#956=FACE_OUTER_BOUND('',#1450,.T.); -#957=FACE_OUTER_BOUND('',#1451,.T.); -#958=FACE_OUTER_BOUND('',#1452,.T.); -#959=FACE_OUTER_BOUND('',#1453,.T.); -#960=FACE_OUTER_BOUND('',#1454,.T.); -#961=FACE_OUTER_BOUND('',#1455,.T.); -#962=FACE_OUTER_BOUND('',#1456,.T.); -#963=FACE_OUTER_BOUND('',#1457,.T.); -#964=FACE_OUTER_BOUND('',#1458,.T.); -#965=FACE_OUTER_BOUND('',#1459,.T.); -#966=FACE_OUTER_BOUND('',#1460,.T.); -#967=FACE_OUTER_BOUND('',#1461,.T.); -#968=FACE_OUTER_BOUND('',#1462,.T.); -#969=FACE_OUTER_BOUND('',#1463,.T.); -#970=FACE_OUTER_BOUND('',#1464,.T.); -#971=FACE_OUTER_BOUND('',#1465,.T.); -#972=FACE_OUTER_BOUND('',#1466,.T.); -#973=FACE_OUTER_BOUND('',#1467,.T.); -#974=FACE_OUTER_BOUND('',#1468,.T.); -#975=FACE_OUTER_BOUND('',#1469,.T.); -#976=FACE_OUTER_BOUND('',#1470,.T.); -#977=FACE_OUTER_BOUND('',#1471,.T.); -#978=FACE_OUTER_BOUND('',#1472,.T.); -#979=FACE_OUTER_BOUND('',#1473,.T.); -#980=FACE_OUTER_BOUND('',#1474,.T.); -#981=FACE_OUTER_BOUND('',#1475,.T.); -#982=FACE_OUTER_BOUND('',#1476,.T.); -#983=FACE_OUTER_BOUND('',#1477,.T.); -#984=FACE_OUTER_BOUND('',#1478,.T.); -#985=FACE_OUTER_BOUND('',#1479,.T.); -#986=FACE_OUTER_BOUND('',#1480,.T.); -#987=FACE_OUTER_BOUND('',#1481,.T.); -#988=FACE_OUTER_BOUND('',#1482,.T.); -#989=FACE_OUTER_BOUND('',#1483,.T.); -#990=FACE_OUTER_BOUND('',#1484,.T.); -#991=FACE_OUTER_BOUND('',#1485,.T.); -#992=FACE_OUTER_BOUND('',#1486,.T.); -#993=FACE_OUTER_BOUND('',#1487,.T.); -#994=FACE_OUTER_BOUND('',#1488,.T.); -#995=FACE_OUTER_BOUND('',#1489,.T.); -#996=FACE_OUTER_BOUND('',#1490,.T.); -#997=FACE_OUTER_BOUND('',#1491,.T.); -#998=FACE_OUTER_BOUND('',#1492,.T.); -#999=FACE_OUTER_BOUND('',#1493,.T.); -#1000=FACE_OUTER_BOUND('',#1494,.T.); -#1001=FACE_OUTER_BOUND('',#1495,.T.); -#1002=EDGE_LOOP('',(#1496,#1497,#1498,#1499)); -#1003=EDGE_LOOP('',(#1500,#1501,#1502,#1503)); -#1004=EDGE_LOOP('',(#1504,#1505,#1506,#1507)); -#1005=EDGE_LOOP('',(#1508,#1509,#1510,#1511)); -#1006=EDGE_LOOP('',(#1512,#1513,#1514,#1515)); -#1007=EDGE_LOOP('',(#1516,#1517,#1518,#1519)); -#1008=EDGE_LOOP('',(#1520,#1521,#1522,#1523)); -#1009=EDGE_LOOP('',(#1524,#1525,#1526,#1527)); -#1010=EDGE_LOOP('',(#1528,#1529,#1530,#1531)); -#1011=EDGE_LOOP('',(#1532,#1533,#1534,#1535)); -#1012=EDGE_LOOP('',(#1536,#1537,#1538,#1539)); -#1013=EDGE_LOOP('',(#1540,#1541,#1542,#1543)); -#1014=EDGE_LOOP('',(#1544,#1545,#1546,#1547)); -#1015=EDGE_LOOP('',(#1548,#1549,#1550,#1551)); -#1016=EDGE_LOOP('',(#1552,#1553,#1554,#1555)); -#1017=EDGE_LOOP('',(#1556,#1557,#1558,#1559)); -#1018=EDGE_LOOP('',(#1560,#1561,#1562,#1563)); -#1019=EDGE_LOOP('',(#1564,#1565,#1566,#1567)); -#1020=EDGE_LOOP('',(#1568,#1569,#1570,#1571)); -#1021=EDGE_LOOP('',(#1572,#1573,#1574,#1575)); -#1022=EDGE_LOOP('',(#1576,#1577,#1578,#1579)); -#1023=EDGE_LOOP('',(#1580,#1581,#1582,#1583)); -#1024=EDGE_LOOP('',(#1584,#1585,#1586,#1587)); -#1025=EDGE_LOOP('',(#1588,#1589,#1590,#1591)); -#1026=EDGE_LOOP('',(#1592,#1593,#1594,#1595)); -#1027=EDGE_LOOP('',(#1596,#1597,#1598,#1599)); -#1028=EDGE_LOOP('',(#1600,#1601,#1602,#1603)); -#1029=EDGE_LOOP('',(#1604,#1605,#1606,#1607)); -#1030=EDGE_LOOP('',(#1608,#1609,#1610,#1611)); -#1031=EDGE_LOOP('',(#1612,#1613,#1614,#1615)); -#1032=EDGE_LOOP('',(#1616,#1617,#1618,#1619)); -#1033=EDGE_LOOP('',(#1620,#1621,#1622,#1623)); -#1034=EDGE_LOOP('',(#1624,#1625,#1626,#1627)); -#1035=EDGE_LOOP('',(#1628,#1629,#1630,#1631)); -#1036=EDGE_LOOP('',(#1632,#1633,#1634,#1635)); -#1037=EDGE_LOOP('',(#1636,#1637,#1638,#1639)); -#1038=EDGE_LOOP('',(#1640,#1641,#1642,#1643)); -#1039=EDGE_LOOP('',(#1644,#1645,#1646,#1647)); -#1040=EDGE_LOOP('',(#1648,#1649,#1650,#1651)); -#1041=EDGE_LOOP('',(#1652,#1653,#1654,#1655,#1656,#1657,#1658,#1659,#1660, -#1661,#1662,#1663,#1664,#1665)); -#1042=EDGE_LOOP('',(#1666,#1667,#1668,#1669)); -#1043=EDGE_LOOP('',(#1670,#1671,#1672,#1673)); -#1044=EDGE_LOOP('',(#1674,#1675,#1676,#1677)); -#1045=EDGE_LOOP('',(#1678,#1679,#1680,#1681)); -#1046=EDGE_LOOP('',(#1682,#1683,#1684,#1685)); -#1047=EDGE_LOOP('',(#1686,#1687,#1688,#1689)); -#1048=EDGE_LOOP('',(#1690,#1691,#1692,#1693,#1694,#1695,#1696,#1697,#1698, -#1699,#1700,#1701,#1702,#1703,#1704,#1705,#1706,#1707,#1708,#1709,#1710, -#1711,#1712,#1713,#1714,#1715,#1716,#1717,#1718,#1719,#1720,#1721,#1722, -#1723,#1724,#1725,#1726,#1727,#1728,#1729,#1730,#1731,#1732,#1733,#1734, -#1735,#1736,#1737,#1738,#1739,#1740,#1741,#1742,#1743,#1744,#1745,#1746, -#1747,#1748,#1749,#1750,#1751,#1752,#1753,#1754,#1755,#1756,#1757,#1758, -#1759,#1760,#1761,#1762,#1763,#1764,#1765,#1766,#1767,#1768,#1769,#1770, -#1771,#1772,#1773,#1774,#1775,#1776,#1777,#1778,#1779,#1780,#1781,#1782, -#1783,#1784,#1785,#1786,#1787,#1788,#1789,#1790,#1791,#1792,#1793,#1794, -#1795,#1796,#1797,#1798,#1799,#1800,#1801,#1802,#1803,#1804,#1805,#1806, -#1807,#1808,#1809,#1810,#1811,#1812,#1813,#1814,#1815,#1816,#1817,#1818, -#1819,#1820,#1821,#1822,#1823,#1824,#1825,#1826,#1827,#1828,#1829,#1830, -#1831,#1832,#1833,#1834,#1835,#1836,#1837,#1838,#1839,#1840,#1841,#1842, -#1843,#1844,#1845,#1846,#1847,#1848,#1849,#1850,#1851,#1852,#1853,#1854, -#1855,#1856,#1857,#1858,#1859,#1860,#1861,#1862,#1863,#1864,#1865,#1866, -#1867,#1868,#1869,#1870,#1871,#1872,#1873,#1874,#1875,#1876,#1877,#1878, -#1879,#1880,#1881,#1882,#1883,#1884,#1885,#1886,#1887,#1888,#1889,#1890, -#1891,#1892,#1893,#1894,#1895,#1896,#1897,#1898,#1899,#1900,#1901,#1902, -#1903,#1904,#1905,#1906,#1907,#1908,#1909,#1910,#1911,#1912,#1913,#1914, -#1915,#1916,#1917,#1918,#1919,#1920,#1921,#1922,#1923,#1924,#1925,#1926, -#1927,#1928,#1929,#1930,#1931,#1932,#1933,#1934,#1935,#1936,#1937,#1938, -#1939,#1940,#1941,#1942,#1943,#1944,#1945,#1946,#1947,#1948,#1949,#1950, -#1951,#1952,#1953,#1954,#1955,#1956,#1957,#1958,#1959,#1960,#1961,#1962, -#1963,#1964,#1965,#1966,#1967,#1968,#1969,#1970,#1971,#1972,#1973,#1974, -#1975,#1976,#1977,#1978,#1979,#1980,#1981,#1982,#1983,#1984,#1985,#1986, -#1987,#1988,#1989,#1990,#1991,#1992,#1993,#1994,#1995,#1996,#1997,#1998, -#1999,#2000,#2001,#2002,#2003,#2004,#2005,#2006,#2007,#2008,#2009,#2010, -#2011,#2012,#2013,#2014,#2015,#2016,#2017,#2018,#2019,#2020,#2021,#2022, -#2023,#2024,#2025,#2026,#2027,#2028,#2029,#2030,#2031,#2032,#2033,#2034, -#2035,#2036,#2037,#2038,#2039,#2040,#2041,#2042,#2043,#2044,#2045,#2046, -#2047,#2048,#2049,#2050,#2051,#2052,#2053,#2054,#2055,#2056,#2057,#2058, -#2059,#2060,#2061,#2062,#2063,#2064,#2065,#2066,#2067,#2068,#2069,#2070, -#2071,#2072,#2073,#2074,#2075,#2076,#2077,#2078,#2079,#2080,#2081,#2082, -#2083,#2084,#2085,#2086,#2087,#2088,#2089,#2090,#2091,#2092,#2093,#2094, -#2095,#2096,#2097,#2098,#2099,#2100,#2101,#2102,#2103,#2104,#2105,#2106, -#2107,#2108,#2109,#2110,#2111,#2112,#2113,#2114,#2115,#2116,#2117,#2118, -#2119,#2120,#2121,#2122,#2123,#2124,#2125,#2126,#2127,#2128,#2129,#2130, -#2131,#2132,#2133,#2134,#2135,#2136,#2137,#2138,#2139,#2140,#2141,#2142, -#2143,#2144,#2145,#2146,#2147,#2148,#2149,#2150,#2151,#2152,#2153,#2154, -#2155,#2156,#2157,#2158,#2159,#2160,#2161,#2162,#2163,#2164,#2165,#2166, -#2167,#2168,#2169,#2170,#2171)); -#1049=EDGE_LOOP('',(#2172,#2173,#2174,#2175)); -#1050=EDGE_LOOP('',(#2176,#2177,#2178,#2179)); -#1051=EDGE_LOOP('',(#2180,#2181,#2182,#2183)); -#1052=EDGE_LOOP('',(#2184,#2185,#2186,#2187)); -#1053=EDGE_LOOP('',(#2188,#2189,#2190,#2191)); -#1054=EDGE_LOOP('',(#2192,#2193,#2194,#2195,#2196,#2197,#2198,#2199,#2200, -#2201,#2202,#2203,#2204,#2205)); -#1055=EDGE_LOOP('',(#2206,#2207,#2208,#2209)); -#1056=EDGE_LOOP('',(#2210,#2211,#2212,#2213)); -#1057=EDGE_LOOP('',(#2214,#2215,#2216,#2217)); -#1058=EDGE_LOOP('',(#2218,#2219,#2220,#2221)); -#1059=EDGE_LOOP('',(#2222,#2223,#2224,#2225)); -#1060=EDGE_LOOP('',(#2226,#2227,#2228,#2229)); -#1061=EDGE_LOOP('',(#2230,#2231,#2232,#2233)); -#1062=EDGE_LOOP('',(#2234,#2235,#2236,#2237)); -#1063=EDGE_LOOP('',(#2238,#2239,#2240,#2241)); -#1064=EDGE_LOOP('',(#2242,#2243,#2244,#2245)); -#1065=EDGE_LOOP('',(#2246,#2247,#2248,#2249)); -#1066=EDGE_LOOP('',(#2250,#2251,#2252,#2253)); -#1067=EDGE_LOOP('',(#2254,#2255,#2256,#2257)); -#1068=EDGE_LOOP('',(#2258,#2259,#2260,#2261)); -#1069=EDGE_LOOP('',(#2262,#2263,#2264,#2265)); -#1070=EDGE_LOOP('',(#2266,#2267,#2268,#2269)); -#1071=EDGE_LOOP('',(#2270,#2271,#2272,#2273)); -#1072=EDGE_LOOP('',(#2274,#2275,#2276,#2277)); -#1073=EDGE_LOOP('',(#2278,#2279,#2280,#2281)); -#1074=EDGE_LOOP('',(#2282,#2283,#2284,#2285)); -#1075=EDGE_LOOP('',(#2286,#2287,#2288,#2289)); -#1076=EDGE_LOOP('',(#2290,#2291,#2292,#2293)); -#1077=EDGE_LOOP('',(#2294,#2295,#2296,#2297)); -#1078=EDGE_LOOP('',(#2298,#2299,#2300,#2301)); -#1079=EDGE_LOOP('',(#2302,#2303,#2304,#2305)); -#1080=EDGE_LOOP('',(#2306,#2307,#2308,#2309)); -#1081=EDGE_LOOP('',(#2310,#2311,#2312,#2313)); -#1082=EDGE_LOOP('',(#2314,#2315,#2316,#2317)); -#1083=EDGE_LOOP('',(#2318,#2319,#2320,#2321)); -#1084=EDGE_LOOP('',(#2322,#2323,#2324,#2325)); -#1085=EDGE_LOOP('',(#2326,#2327,#2328,#2329)); -#1086=EDGE_LOOP('',(#2330,#2331,#2332,#2333)); -#1087=EDGE_LOOP('',(#2334,#2335,#2336,#2337)); -#1088=EDGE_LOOP('',(#2338,#2339,#2340,#2341)); -#1089=EDGE_LOOP('',(#2342,#2343,#2344,#2345)); -#1090=EDGE_LOOP('',(#2346,#2347,#2348,#2349)); -#1091=EDGE_LOOP('',(#2350,#2351,#2352,#2353)); -#1092=EDGE_LOOP('',(#2354,#2355,#2356,#2357)); -#1093=EDGE_LOOP('',(#2358,#2359,#2360,#2361)); -#1094=EDGE_LOOP('',(#2362,#2363,#2364,#2365,#2366,#2367,#2368,#2369,#2370, -#2371,#2372,#2373,#2374,#2375,#2376,#2377,#2378,#2379,#2380,#2381,#2382, -#2383,#2384,#2385,#2386,#2387,#2388,#2389,#2390,#2391,#2392,#2393,#2394, -#2395,#2396,#2397,#2398,#2399,#2400,#2401,#2402,#2403,#2404,#2405,#2406, -#2407,#2408,#2409,#2410,#2411,#2412,#2413,#2414,#2415,#2416,#2417,#2418, -#2419,#2420,#2421,#2422,#2423,#2424,#2425,#2426,#2427,#2428,#2429,#2430, -#2431,#2432,#2433,#2434,#2435,#2436,#2437,#2438,#2439,#2440,#2441,#2442, -#2443,#2444,#2445,#2446,#2447,#2448,#2449,#2450,#2451,#2452,#2453,#2454, -#2455,#2456,#2457,#2458,#2459,#2460,#2461,#2462,#2463,#2464,#2465,#2466, -#2467,#2468,#2469,#2470,#2471,#2472,#2473,#2474,#2475,#2476,#2477,#2478, -#2479,#2480,#2481,#2482,#2483,#2484,#2485,#2486,#2487,#2488,#2489,#2490, -#2491,#2492,#2493,#2494,#2495,#2496,#2497,#2498,#2499,#2500,#2501,#2502, -#2503,#2504,#2505,#2506,#2507,#2508,#2509,#2510,#2511,#2512,#2513,#2514, -#2515,#2516,#2517,#2518,#2519,#2520,#2521,#2522,#2523,#2524,#2525,#2526, -#2527,#2528,#2529,#2530,#2531,#2532,#2533,#2534,#2535,#2536,#2537,#2538, -#2539,#2540,#2541,#2542,#2543,#2544,#2545,#2546,#2547,#2548,#2549,#2550, -#2551,#2552,#2553,#2554,#2555,#2556,#2557,#2558,#2559,#2560,#2561,#2562, -#2563,#2564,#2565,#2566,#2567,#2568,#2569,#2570,#2571,#2572,#2573,#2574, -#2575,#2576,#2577,#2578,#2579,#2580,#2581,#2582,#2583,#2584,#2585,#2586, -#2587,#2588,#2589,#2590,#2591,#2592,#2593,#2594,#2595,#2596,#2597,#2598, -#2599,#2600,#2601,#2602,#2603,#2604,#2605,#2606,#2607,#2608,#2609,#2610, -#2611,#2612,#2613,#2614,#2615,#2616,#2617,#2618,#2619,#2620,#2621,#2622, -#2623,#2624,#2625,#2626,#2627,#2628,#2629,#2630,#2631,#2632,#2633,#2634, -#2635,#2636,#2637,#2638,#2639,#2640,#2641,#2642,#2643,#2644,#2645,#2646, -#2647,#2648,#2649,#2650,#2651,#2652,#2653,#2654,#2655,#2656,#2657,#2658, -#2659,#2660,#2661,#2662,#2663,#2664,#2665,#2666,#2667,#2668,#2669,#2670, -#2671,#2672,#2673,#2674,#2675,#2676,#2677,#2678,#2679,#2680,#2681,#2682, -#2683,#2684,#2685,#2686,#2687,#2688,#2689,#2690,#2691,#2692,#2693,#2694, -#2695,#2696,#2697,#2698,#2699,#2700,#2701,#2702,#2703,#2704,#2705,#2706, -#2707,#2708,#2709,#2710,#2711,#2712,#2713,#2714,#2715,#2716,#2717,#2718, -#2719,#2720,#2721,#2722,#2723,#2724,#2725,#2726,#2727,#2728,#2729,#2730, -#2731,#2732,#2733,#2734,#2735,#2736,#2737,#2738,#2739,#2740,#2741,#2742, -#2743,#2744,#2745,#2746,#2747,#2748,#2749,#2750,#2751,#2752,#2753,#2754, -#2755,#2756,#2757,#2758,#2759,#2760,#2761,#2762,#2763,#2764,#2765,#2766, -#2767,#2768,#2769,#2770,#2771,#2772,#2773,#2774,#2775,#2776,#2777,#2778, -#2779,#2780,#2781,#2782,#2783,#2784,#2785,#2786,#2787,#2788,#2789,#2790, -#2791,#2792,#2793,#2794,#2795,#2796,#2797,#2798,#2799,#2800,#2801,#2802, -#2803,#2804,#2805,#2806,#2807,#2808,#2809,#2810,#2811,#2812,#2813,#2814, -#2815,#2816,#2817,#2818,#2819,#2820,#2821,#2822,#2823,#2824,#2825,#2826, -#2827,#2828,#2829,#2830,#2831,#2832,#2833,#2834,#2835,#2836,#2837,#2838, -#2839,#2840,#2841,#2842,#2843)); -#1095=EDGE_LOOP('',(#2844,#2845,#2846,#2847)); -#1096=EDGE_LOOP('',(#2848,#2849,#2850,#2851)); -#1097=EDGE_LOOP('',(#2852,#2853,#2854,#2855)); -#1098=EDGE_LOOP('',(#2856,#2857,#2858,#2859)); -#1099=EDGE_LOOP('',(#2860,#2861,#2862,#2863)); -#1100=EDGE_LOOP('',(#2864,#2865,#2866,#2867)); -#1101=EDGE_LOOP('',(#2868,#2869,#2870,#2871)); -#1102=EDGE_LOOP('',(#2872,#2873,#2874,#2875)); -#1103=EDGE_LOOP('',(#2876,#2877,#2878,#2879)); -#1104=EDGE_LOOP('',(#2880,#2881,#2882,#2883)); -#1105=EDGE_LOOP('',(#2884,#2885,#2886,#2887)); -#1106=EDGE_LOOP('',(#2888,#2889,#2890,#2891)); -#1107=EDGE_LOOP('',(#2892,#2893,#2894,#2895)); -#1108=EDGE_LOOP('',(#2896,#2897,#2898,#2899)); -#1109=EDGE_LOOP('',(#2900,#2901,#2902,#2903)); -#1110=EDGE_LOOP('',(#2904,#2905,#2906,#2907)); -#1111=EDGE_LOOP('',(#2908,#2909,#2910,#2911)); -#1112=EDGE_LOOP('',(#2912,#2913,#2914,#2915)); -#1113=EDGE_LOOP('',(#2916,#2917,#2918,#2919)); -#1114=EDGE_LOOP('',(#2920,#2921,#2922,#2923)); -#1115=EDGE_LOOP('',(#2924,#2925,#2926,#2927)); -#1116=EDGE_LOOP('',(#2928,#2929,#2930,#2931)); -#1117=EDGE_LOOP('',(#2932,#2933,#2934,#2935)); -#1118=EDGE_LOOP('',(#2936,#2937,#2938,#2939)); -#1119=EDGE_LOOP('',(#2940,#2941,#2942,#2943)); -#1120=EDGE_LOOP('',(#2944,#2945,#2946,#2947)); -#1121=EDGE_LOOP('',(#2948,#2949,#2950,#2951)); -#1122=EDGE_LOOP('',(#2952,#2953,#2954,#2955)); -#1123=EDGE_LOOP('',(#2956,#2957,#2958,#2959)); -#1124=EDGE_LOOP('',(#2960,#2961,#2962,#2963)); -#1125=EDGE_LOOP('',(#2964,#2965,#2966,#2967)); -#1126=EDGE_LOOP('',(#2968,#2969,#2970,#2971)); -#1127=EDGE_LOOP('',(#2972,#2973,#2974,#2975)); -#1128=EDGE_LOOP('',(#2976,#2977,#2978,#2979)); -#1129=EDGE_LOOP('',(#2980,#2981,#2982,#2983)); -#1130=EDGE_LOOP('',(#2984,#2985,#2986,#2987)); -#1131=EDGE_LOOP('',(#2988,#2989,#2990,#2991)); -#1132=EDGE_LOOP('',(#2992,#2993,#2994,#2995)); -#1133=EDGE_LOOP('',(#2996,#2997,#2998,#2999)); -#1134=EDGE_LOOP('',(#3000,#3001,#3002,#3003)); -#1135=EDGE_LOOP('',(#3004,#3005,#3006,#3007)); -#1136=EDGE_LOOP('',(#3008,#3009,#3010,#3011)); -#1137=EDGE_LOOP('',(#3012,#3013,#3014,#3015)); -#1138=EDGE_LOOP('',(#3016,#3017,#3018,#3019)); -#1139=EDGE_LOOP('',(#3020,#3021,#3022,#3023)); -#1140=EDGE_LOOP('',(#3024,#3025,#3026,#3027)); -#1141=EDGE_LOOP('',(#3028,#3029,#3030,#3031)); -#1142=EDGE_LOOP('',(#3032,#3033,#3034,#3035)); -#1143=EDGE_LOOP('',(#3036,#3037,#3038,#3039)); -#1144=EDGE_LOOP('',(#3040,#3041,#3042,#3043)); -#1145=EDGE_LOOP('',(#3044,#3045,#3046,#3047)); -#1146=EDGE_LOOP('',(#3048,#3049,#3050,#3051)); -#1147=EDGE_LOOP('',(#3052,#3053,#3054,#3055)); -#1148=EDGE_LOOP('',(#3056,#3057,#3058,#3059)); -#1149=EDGE_LOOP('',(#3060,#3061,#3062,#3063)); -#1150=EDGE_LOOP('',(#3064,#3065,#3066,#3067)); -#1151=EDGE_LOOP('',(#3068,#3069,#3070,#3071)); -#1152=EDGE_LOOP('',(#3072,#3073,#3074,#3075)); -#1153=EDGE_LOOP('',(#3076,#3077,#3078,#3079)); -#1154=EDGE_LOOP('',(#3080,#3081,#3082,#3083)); -#1155=EDGE_LOOP('',(#3084,#3085,#3086,#3087)); -#1156=EDGE_LOOP('',(#3088,#3089,#3090,#3091)); -#1157=EDGE_LOOP('',(#3092,#3093,#3094,#3095)); -#1158=EDGE_LOOP('',(#3096,#3097,#3098,#3099)); -#1159=EDGE_LOOP('',(#3100,#3101,#3102,#3103)); -#1160=EDGE_LOOP('',(#3104,#3105,#3106,#3107)); -#1161=EDGE_LOOP('',(#3108,#3109,#3110,#3111)); -#1162=EDGE_LOOP('',(#3112,#3113,#3114,#3115)); -#1163=EDGE_LOOP('',(#3116,#3117,#3118,#3119)); -#1164=EDGE_LOOP('',(#3120,#3121,#3122,#3123)); -#1165=EDGE_LOOP('',(#3124,#3125,#3126,#3127)); -#1166=EDGE_LOOP('',(#3128,#3129,#3130,#3131)); -#1167=EDGE_LOOP('',(#3132,#3133,#3134,#3135)); -#1168=EDGE_LOOP('',(#3136,#3137,#3138,#3139)); -#1169=EDGE_LOOP('',(#3140,#3141,#3142,#3143)); -#1170=EDGE_LOOP('',(#3144,#3145,#3146,#3147)); -#1171=EDGE_LOOP('',(#3148,#3149,#3150,#3151)); -#1172=EDGE_LOOP('',(#3152,#3153,#3154,#3155)); -#1173=EDGE_LOOP('',(#3156,#3157,#3158,#3159)); -#1174=EDGE_LOOP('',(#3160,#3161,#3162,#3163)); -#1175=EDGE_LOOP('',(#3164,#3165,#3166,#3167)); -#1176=EDGE_LOOP('',(#3168,#3169,#3170,#3171)); -#1177=EDGE_LOOP('',(#3172,#3173,#3174,#3175)); -#1178=EDGE_LOOP('',(#3176,#3177,#3178,#3179)); -#1179=EDGE_LOOP('',(#3180,#3181,#3182,#3183)); -#1180=EDGE_LOOP('',(#3184,#3185,#3186,#3187)); -#1181=EDGE_LOOP('',(#3188,#3189,#3190,#3191)); -#1182=EDGE_LOOP('',(#3192,#3193,#3194,#3195)); -#1183=EDGE_LOOP('',(#3196,#3197,#3198,#3199)); -#1184=EDGE_LOOP('',(#3200,#3201,#3202,#3203)); -#1185=EDGE_LOOP('',(#3204,#3205,#3206,#3207)); -#1186=EDGE_LOOP('',(#3208,#3209,#3210,#3211)); -#1187=EDGE_LOOP('',(#3212,#3213,#3214,#3215)); -#1188=EDGE_LOOP('',(#3216,#3217,#3218,#3219)); -#1189=EDGE_LOOP('',(#3220,#3221,#3222,#3223)); -#1190=EDGE_LOOP('',(#3224,#3225,#3226,#3227)); -#1191=EDGE_LOOP('',(#3228,#3229,#3230,#3231)); -#1192=EDGE_LOOP('',(#3232,#3233,#3234,#3235)); -#1193=EDGE_LOOP('',(#3236,#3237,#3238,#3239)); -#1194=EDGE_LOOP('',(#3240,#3241,#3242,#3243)); -#1195=EDGE_LOOP('',(#3244,#3245,#3246,#3247)); -#1196=EDGE_LOOP('',(#3248,#3249,#3250,#3251)); -#1197=EDGE_LOOP('',(#3252,#3253,#3254,#3255)); -#1198=EDGE_LOOP('',(#3256,#3257,#3258,#3259)); -#1199=EDGE_LOOP('',(#3260,#3261,#3262,#3263)); -#1200=EDGE_LOOP('',(#3264,#3265,#3266,#3267)); -#1201=EDGE_LOOP('',(#3268,#3269,#3270,#3271)); -#1202=EDGE_LOOP('',(#3272,#3273,#3274,#3275)); -#1203=EDGE_LOOP('',(#3276,#3277,#3278,#3279)); -#1204=EDGE_LOOP('',(#3280,#3281,#3282,#3283)); -#1205=EDGE_LOOP('',(#3284,#3285,#3286,#3287)); -#1206=EDGE_LOOP('',(#3288,#3289,#3290,#3291)); -#1207=EDGE_LOOP('',(#3292,#3293,#3294,#3295)); -#1208=EDGE_LOOP('',(#3296,#3297,#3298,#3299)); -#1209=EDGE_LOOP('',(#3300,#3301,#3302,#3303)); -#1210=EDGE_LOOP('',(#3304,#3305,#3306,#3307)); -#1211=EDGE_LOOP('',(#3308,#3309,#3310,#3311)); -#1212=EDGE_LOOP('',(#3312,#3313,#3314,#3315)); -#1213=EDGE_LOOP('',(#3316,#3317,#3318,#3319)); -#1214=EDGE_LOOP('',(#3320,#3321,#3322,#3323)); -#1215=EDGE_LOOP('',(#3324,#3325,#3326,#3327)); -#1216=EDGE_LOOP('',(#3328,#3329,#3330,#3331)); -#1217=EDGE_LOOP('',(#3332,#3333,#3334,#3335)); -#1218=EDGE_LOOP('',(#3336,#3337,#3338,#3339)); -#1219=EDGE_LOOP('',(#3340,#3341,#3342,#3343)); -#1220=EDGE_LOOP('',(#3344,#3345,#3346,#3347)); -#1221=EDGE_LOOP('',(#3348,#3349,#3350,#3351)); -#1222=EDGE_LOOP('',(#3352,#3353,#3354,#3355)); -#1223=EDGE_LOOP('',(#3356,#3357,#3358,#3359)); -#1224=EDGE_LOOP('',(#3360,#3361,#3362,#3363)); -#1225=EDGE_LOOP('',(#3364,#3365,#3366,#3367)); -#1226=EDGE_LOOP('',(#3368,#3369,#3370,#3371)); -#1227=EDGE_LOOP('',(#3372,#3373,#3374,#3375)); -#1228=EDGE_LOOP('',(#3376,#3377,#3378,#3379)); -#1229=EDGE_LOOP('',(#3380,#3381,#3382,#3383)); -#1230=EDGE_LOOP('',(#3384,#3385,#3386,#3387)); -#1231=EDGE_LOOP('',(#3388,#3389,#3390,#3391)); -#1232=EDGE_LOOP('',(#3392,#3393,#3394,#3395)); -#1233=EDGE_LOOP('',(#3396,#3397,#3398,#3399)); -#1234=EDGE_LOOP('',(#3400,#3401,#3402,#3403)); -#1235=EDGE_LOOP('',(#3404,#3405,#3406,#3407)); -#1236=EDGE_LOOP('',(#3408,#3409,#3410,#3411)); -#1237=EDGE_LOOP('',(#3412,#3413,#3414,#3415)); -#1238=EDGE_LOOP('',(#3416,#3417,#3418,#3419)); -#1239=EDGE_LOOP('',(#3420,#3421,#3422,#3423)); -#1240=EDGE_LOOP('',(#3424,#3425,#3426,#3427)); -#1241=EDGE_LOOP('',(#3428,#3429,#3430,#3431)); -#1242=EDGE_LOOP('',(#3432,#3433,#3434,#3435)); -#1243=EDGE_LOOP('',(#3436,#3437,#3438,#3439)); -#1244=EDGE_LOOP('',(#3440,#3441,#3442,#3443)); -#1245=EDGE_LOOP('',(#3444,#3445,#3446,#3447)); -#1246=EDGE_LOOP('',(#3448,#3449,#3450,#3451)); -#1247=EDGE_LOOP('',(#3452,#3453,#3454,#3455)); -#1248=EDGE_LOOP('',(#3456,#3457,#3458,#3459)); -#1249=EDGE_LOOP('',(#3460,#3461,#3462,#3463)); -#1250=EDGE_LOOP('',(#3464,#3465,#3466,#3467)); -#1251=EDGE_LOOP('',(#3468,#3469,#3470,#3471)); -#1252=EDGE_LOOP('',(#3472,#3473,#3474,#3475)); -#1253=EDGE_LOOP('',(#3476,#3477,#3478,#3479)); -#1254=EDGE_LOOP('',(#3480,#3481,#3482,#3483)); -#1255=EDGE_LOOP('',(#3484,#3485,#3486,#3487)); -#1256=EDGE_LOOP('',(#3488,#3489,#3490,#3491)); -#1257=EDGE_LOOP('',(#3492,#3493,#3494,#3495)); -#1258=EDGE_LOOP('',(#3496,#3497,#3498,#3499)); -#1259=EDGE_LOOP('',(#3500,#3501,#3502,#3503)); -#1260=EDGE_LOOP('',(#3504,#3505,#3506,#3507)); -#1261=EDGE_LOOP('',(#3508,#3509,#3510,#3511)); -#1262=EDGE_LOOP('',(#3512,#3513,#3514,#3515)); -#1263=EDGE_LOOP('',(#3516,#3517,#3518,#3519)); -#1264=EDGE_LOOP('',(#3520,#3521,#3522,#3523)); -#1265=EDGE_LOOP('',(#3524,#3525,#3526,#3527)); -#1266=EDGE_LOOP('',(#3528,#3529,#3530,#3531)); -#1267=EDGE_LOOP('',(#3532,#3533,#3534,#3535)); -#1268=EDGE_LOOP('',(#3536,#3537,#3538,#3539)); -#1269=EDGE_LOOP('',(#3540,#3541,#3542,#3543)); -#1270=EDGE_LOOP('',(#3544,#3545,#3546,#3547)); -#1271=EDGE_LOOP('',(#3548,#3549,#3550,#3551)); -#1272=EDGE_LOOP('',(#3552,#3553,#3554,#3555)); -#1273=EDGE_LOOP('',(#3556,#3557,#3558,#3559)); -#1274=EDGE_LOOP('',(#3560,#3561,#3562,#3563)); -#1275=EDGE_LOOP('',(#3564,#3565,#3566,#3567)); -#1276=EDGE_LOOP('',(#3568,#3569,#3570,#3571)); -#1277=EDGE_LOOP('',(#3572,#3573,#3574,#3575)); -#1278=EDGE_LOOP('',(#3576,#3577,#3578,#3579)); -#1279=EDGE_LOOP('',(#3580,#3581,#3582,#3583)); -#1280=EDGE_LOOP('',(#3584,#3585,#3586,#3587)); -#1281=EDGE_LOOP('',(#3588,#3589,#3590,#3591)); -#1282=EDGE_LOOP('',(#3592,#3593,#3594,#3595)); -#1283=EDGE_LOOP('',(#3596,#3597,#3598,#3599)); -#1284=EDGE_LOOP('',(#3600,#3601,#3602,#3603)); -#1285=EDGE_LOOP('',(#3604,#3605,#3606,#3607)); -#1286=EDGE_LOOP('',(#3608,#3609,#3610,#3611)); -#1287=EDGE_LOOP('',(#3612,#3613,#3614,#3615)); -#1288=EDGE_LOOP('',(#3616,#3617,#3618,#3619)); -#1289=EDGE_LOOP('',(#3620,#3621,#3622,#3623)); -#1290=EDGE_LOOP('',(#3624,#3625,#3626,#3627)); -#1291=EDGE_LOOP('',(#3628,#3629,#3630,#3631)); -#1292=EDGE_LOOP('',(#3632,#3633,#3634,#3635)); -#1293=EDGE_LOOP('',(#3636,#3637,#3638,#3639)); -#1294=EDGE_LOOP('',(#3640,#3641,#3642,#3643)); -#1295=EDGE_LOOP('',(#3644,#3645,#3646,#3647)); -#1296=EDGE_LOOP('',(#3648,#3649,#3650,#3651)); -#1297=EDGE_LOOP('',(#3652,#3653,#3654,#3655)); -#1298=EDGE_LOOP('',(#3656,#3657,#3658,#3659)); -#1299=EDGE_LOOP('',(#3660,#3661,#3662,#3663)); -#1300=EDGE_LOOP('',(#3664,#3665,#3666,#3667)); -#1301=EDGE_LOOP('',(#3668,#3669,#3670,#3671)); -#1302=EDGE_LOOP('',(#3672,#3673,#3674,#3675)); -#1303=EDGE_LOOP('',(#3676,#3677,#3678,#3679)); -#1304=EDGE_LOOP('',(#3680,#3681,#3682,#3683)); -#1305=EDGE_LOOP('',(#3684,#3685,#3686,#3687)); -#1306=EDGE_LOOP('',(#3688,#3689,#3690,#3691)); -#1307=EDGE_LOOP('',(#3692,#3693,#3694,#3695)); -#1308=EDGE_LOOP('',(#3696,#3697,#3698,#3699)); -#1309=EDGE_LOOP('',(#3700,#3701,#3702,#3703)); -#1310=EDGE_LOOP('',(#3704,#3705,#3706,#3707)); -#1311=EDGE_LOOP('',(#3708,#3709,#3710,#3711)); -#1312=EDGE_LOOP('',(#3712,#3713,#3714,#3715)); -#1313=EDGE_LOOP('',(#3716,#3717,#3718,#3719)); -#1314=EDGE_LOOP('',(#3720,#3721,#3722,#3723)); -#1315=EDGE_LOOP('',(#3724,#3725,#3726,#3727)); -#1316=EDGE_LOOP('',(#3728,#3729,#3730,#3731)); -#1317=EDGE_LOOP('',(#3732,#3733,#3734,#3735)); -#1318=EDGE_LOOP('',(#3736,#3737,#3738,#3739)); -#1319=EDGE_LOOP('',(#3740,#3741,#3742,#3743)); -#1320=EDGE_LOOP('',(#3744,#3745,#3746,#3747)); -#1321=EDGE_LOOP('',(#3748,#3749,#3750,#3751)); -#1322=EDGE_LOOP('',(#3752,#3753,#3754,#3755)); -#1323=EDGE_LOOP('',(#3756,#3757,#3758,#3759)); -#1324=EDGE_LOOP('',(#3760,#3761,#3762,#3763)); -#1325=EDGE_LOOP('',(#3764,#3765,#3766,#3767)); -#1326=EDGE_LOOP('',(#3768,#3769,#3770,#3771)); -#1327=EDGE_LOOP('',(#3772,#3773,#3774,#3775)); -#1328=EDGE_LOOP('',(#3776,#3777,#3778,#3779)); -#1329=EDGE_LOOP('',(#3780,#3781,#3782,#3783)); -#1330=EDGE_LOOP('',(#3784,#3785,#3786,#3787)); -#1331=EDGE_LOOP('',(#3788,#3789,#3790,#3791)); -#1332=EDGE_LOOP('',(#3792,#3793,#3794,#3795)); -#1333=EDGE_LOOP('',(#3796,#3797,#3798,#3799)); -#1334=EDGE_LOOP('',(#3800,#3801,#3802,#3803)); -#1335=EDGE_LOOP('',(#3804,#3805,#3806,#3807)); -#1336=EDGE_LOOP('',(#3808,#3809,#3810,#3811)); -#1337=EDGE_LOOP('',(#3812,#3813,#3814,#3815)); -#1338=EDGE_LOOP('',(#3816,#3817,#3818,#3819)); -#1339=EDGE_LOOP('',(#3820,#3821,#3822,#3823)); -#1340=EDGE_LOOP('',(#3824,#3825,#3826,#3827)); -#1341=EDGE_LOOP('',(#3828,#3829,#3830,#3831)); -#1342=EDGE_LOOP('',(#3832,#3833,#3834,#3835)); -#1343=EDGE_LOOP('',(#3836,#3837,#3838,#3839)); -#1344=EDGE_LOOP('',(#3840,#3841,#3842,#3843)); -#1345=EDGE_LOOP('',(#3844,#3845,#3846,#3847)); -#1346=EDGE_LOOP('',(#3848,#3849,#3850,#3851)); -#1347=EDGE_LOOP('',(#3852,#3853,#3854,#3855)); -#1348=EDGE_LOOP('',(#3856,#3857,#3858,#3859)); -#1349=EDGE_LOOP('',(#3860,#3861,#3862,#3863)); -#1350=EDGE_LOOP('',(#3864,#3865,#3866,#3867)); -#1351=EDGE_LOOP('',(#3868,#3869,#3870,#3871)); -#1352=EDGE_LOOP('',(#3872,#3873,#3874,#3875)); -#1353=EDGE_LOOP('',(#3876,#3877,#3878,#3879)); -#1354=EDGE_LOOP('',(#3880,#3881,#3882,#3883)); -#1355=EDGE_LOOP('',(#3884,#3885,#3886,#3887)); -#1356=EDGE_LOOP('',(#3888,#3889,#3890,#3891)); -#1357=EDGE_LOOP('',(#3892,#3893,#3894,#3895)); -#1358=EDGE_LOOP('',(#3896,#3897,#3898,#3899)); -#1359=EDGE_LOOP('',(#3900,#3901,#3902,#3903)); -#1360=EDGE_LOOP('',(#3904,#3905,#3906,#3907)); -#1361=EDGE_LOOP('',(#3908,#3909,#3910,#3911)); -#1362=EDGE_LOOP('',(#3912,#3913,#3914,#3915)); -#1363=EDGE_LOOP('',(#3916,#3917,#3918,#3919)); -#1364=EDGE_LOOP('',(#3920,#3921,#3922,#3923)); -#1365=EDGE_LOOP('',(#3924,#3925,#3926,#3927)); -#1366=EDGE_LOOP('',(#3928,#3929,#3930,#3931)); -#1367=EDGE_LOOP('',(#3932,#3933,#3934,#3935)); -#1368=EDGE_LOOP('',(#3936,#3937,#3938,#3939)); -#1369=EDGE_LOOP('',(#3940,#3941,#3942,#3943)); -#1370=EDGE_LOOP('',(#3944,#3945,#3946,#3947)); -#1371=EDGE_LOOP('',(#3948,#3949,#3950,#3951)); -#1372=EDGE_LOOP('',(#3952,#3953,#3954,#3955)); -#1373=EDGE_LOOP('',(#3956,#3957,#3958,#3959)); -#1374=EDGE_LOOP('',(#3960,#3961,#3962,#3963)); -#1375=EDGE_LOOP('',(#3964,#3965,#3966,#3967)); -#1376=EDGE_LOOP('',(#3968,#3969,#3970,#3971)); -#1377=EDGE_LOOP('',(#3972,#3973,#3974,#3975)); -#1378=EDGE_LOOP('',(#3976,#3977,#3978,#3979)); -#1379=EDGE_LOOP('',(#3980,#3981,#3982,#3983)); -#1380=EDGE_LOOP('',(#3984,#3985,#3986,#3987)); -#1381=EDGE_LOOP('',(#3988,#3989,#3990,#3991)); -#1382=EDGE_LOOP('',(#3992,#3993,#3994,#3995)); -#1383=EDGE_LOOP('',(#3996,#3997,#3998,#3999)); -#1384=EDGE_LOOP('',(#4000,#4001,#4002,#4003)); -#1385=EDGE_LOOP('',(#4004,#4005,#4006,#4007)); -#1386=EDGE_LOOP('',(#4008,#4009,#4010,#4011)); -#1387=EDGE_LOOP('',(#4012,#4013,#4014,#4015)); -#1388=EDGE_LOOP('',(#4016,#4017,#4018,#4019)); -#1389=EDGE_LOOP('',(#4020,#4021,#4022,#4023)); -#1390=EDGE_LOOP('',(#4024,#4025,#4026,#4027)); -#1391=EDGE_LOOP('',(#4028,#4029,#4030,#4031)); -#1392=EDGE_LOOP('',(#4032,#4033,#4034,#4035)); -#1393=EDGE_LOOP('',(#4036,#4037,#4038,#4039)); -#1394=EDGE_LOOP('',(#4040,#4041,#4042,#4043)); -#1395=EDGE_LOOP('',(#4044,#4045,#4046,#4047)); -#1396=EDGE_LOOP('',(#4048,#4049,#4050,#4051)); -#1397=EDGE_LOOP('',(#4052,#4053,#4054,#4055)); -#1398=EDGE_LOOP('',(#4056,#4057,#4058,#4059)); -#1399=EDGE_LOOP('',(#4060,#4061,#4062,#4063)); -#1400=EDGE_LOOP('',(#4064,#4065,#4066,#4067)); -#1401=EDGE_LOOP('',(#4068,#4069,#4070,#4071)); -#1402=EDGE_LOOP('',(#4072,#4073,#4074,#4075)); -#1403=EDGE_LOOP('',(#4076,#4077,#4078,#4079)); -#1404=EDGE_LOOP('',(#4080,#4081,#4082,#4083)); -#1405=EDGE_LOOP('',(#4084,#4085,#4086,#4087)); -#1406=EDGE_LOOP('',(#4088,#4089,#4090,#4091)); -#1407=EDGE_LOOP('',(#4092,#4093,#4094,#4095)); -#1408=EDGE_LOOP('',(#4096,#4097,#4098,#4099)); -#1409=EDGE_LOOP('',(#4100,#4101,#4102,#4103)); -#1410=EDGE_LOOP('',(#4104,#4105,#4106,#4107)); -#1411=EDGE_LOOP('',(#4108,#4109,#4110,#4111)); -#1412=EDGE_LOOP('',(#4112,#4113,#4114,#4115)); -#1413=EDGE_LOOP('',(#4116,#4117,#4118,#4119)); -#1414=EDGE_LOOP('',(#4120,#4121,#4122,#4123)); -#1415=EDGE_LOOP('',(#4124,#4125,#4126,#4127)); -#1416=EDGE_LOOP('',(#4128,#4129,#4130,#4131)); -#1417=EDGE_LOOP('',(#4132,#4133,#4134,#4135)); -#1418=EDGE_LOOP('',(#4136,#4137,#4138,#4139)); -#1419=EDGE_LOOP('',(#4140,#4141,#4142,#4143)); -#1420=EDGE_LOOP('',(#4144,#4145,#4146,#4147)); -#1421=EDGE_LOOP('',(#4148,#4149,#4150,#4151)); -#1422=EDGE_LOOP('',(#4152,#4153,#4154,#4155)); -#1423=EDGE_LOOP('',(#4156,#4157,#4158,#4159)); -#1424=EDGE_LOOP('',(#4160,#4161,#4162,#4163)); -#1425=EDGE_LOOP('',(#4164,#4165,#4166,#4167)); -#1426=EDGE_LOOP('',(#4168,#4169,#4170,#4171)); -#1427=EDGE_LOOP('',(#4172,#4173,#4174,#4175)); -#1428=EDGE_LOOP('',(#4176,#4177,#4178,#4179)); -#1429=EDGE_LOOP('',(#4180,#4181,#4182,#4183)); -#1430=EDGE_LOOP('',(#4184,#4185,#4186,#4187)); -#1431=EDGE_LOOP('',(#4188,#4189,#4190,#4191)); -#1432=EDGE_LOOP('',(#4192,#4193,#4194,#4195)); -#1433=EDGE_LOOP('',(#4196,#4197,#4198,#4199)); -#1434=EDGE_LOOP('',(#4200,#4201,#4202,#4203)); -#1435=EDGE_LOOP('',(#4204,#4205,#4206,#4207)); -#1436=EDGE_LOOP('',(#4208,#4209,#4210,#4211)); -#1437=EDGE_LOOP('',(#4212,#4213,#4214,#4215)); -#1438=EDGE_LOOP('',(#4216,#4217,#4218,#4219)); -#1439=EDGE_LOOP('',(#4220,#4221,#4222,#4223)); -#1440=EDGE_LOOP('',(#4224,#4225,#4226,#4227)); -#1441=EDGE_LOOP('',(#4228,#4229,#4230,#4231)); -#1442=EDGE_LOOP('',(#4232,#4233,#4234,#4235)); -#1443=EDGE_LOOP('',(#4236,#4237,#4238,#4239)); -#1444=EDGE_LOOP('',(#4240,#4241,#4242,#4243)); -#1445=EDGE_LOOP('',(#4244,#4245,#4246,#4247)); -#1446=EDGE_LOOP('',(#4248,#4249,#4250,#4251)); -#1447=EDGE_LOOP('',(#4252,#4253,#4254,#4255)); -#1448=EDGE_LOOP('',(#4256,#4257,#4258,#4259)); -#1449=EDGE_LOOP('',(#4260,#4261,#4262,#4263)); -#1450=EDGE_LOOP('',(#4264,#4265,#4266,#4267)); -#1451=EDGE_LOOP('',(#4268,#4269,#4270,#4271)); -#1452=EDGE_LOOP('',(#4272,#4273,#4274,#4275)); -#1453=EDGE_LOOP('',(#4276,#4277,#4278,#4279)); -#1454=EDGE_LOOP('',(#4280,#4281,#4282,#4283)); -#1455=EDGE_LOOP('',(#4284,#4285,#4286,#4287)); -#1456=EDGE_LOOP('',(#4288,#4289,#4290,#4291)); -#1457=EDGE_LOOP('',(#4292,#4293,#4294,#4295)); -#1458=EDGE_LOOP('',(#4296,#4297,#4298,#4299)); -#1459=EDGE_LOOP('',(#4300,#4301,#4302,#4303)); -#1460=EDGE_LOOP('',(#4304,#4305,#4306,#4307)); -#1461=EDGE_LOOP('',(#4308,#4309,#4310,#4311)); -#1462=EDGE_LOOP('',(#4312,#4313,#4314,#4315)); -#1463=EDGE_LOOP('',(#4316,#4317,#4318,#4319)); -#1464=EDGE_LOOP('',(#4320,#4321,#4322,#4323)); -#1465=EDGE_LOOP('',(#4324,#4325,#4326,#4327)); -#1466=EDGE_LOOP('',(#4328,#4329,#4330,#4331)); -#1467=EDGE_LOOP('',(#4332,#4333,#4334,#4335)); -#1468=EDGE_LOOP('',(#4336,#4337,#4338,#4339)); -#1469=EDGE_LOOP('',(#4340,#4341,#4342,#4343)); -#1470=EDGE_LOOP('',(#4344,#4345,#4346,#4347)); -#1471=EDGE_LOOP('',(#4348,#4349,#4350,#4351)); -#1472=EDGE_LOOP('',(#4352,#4353,#4354,#4355)); -#1473=EDGE_LOOP('',(#4356,#4357,#4358,#4359)); -#1474=EDGE_LOOP('',(#4360,#4361,#4362,#4363)); -#1475=EDGE_LOOP('',(#4364,#4365,#4366,#4367)); -#1476=EDGE_LOOP('',(#4368,#4369,#4370,#4371)); -#1477=EDGE_LOOP('',(#4372,#4373,#4374,#4375)); -#1478=EDGE_LOOP('',(#4376,#4377,#4378,#4379)); -#1479=EDGE_LOOP('',(#4380,#4381,#4382,#4383)); -#1480=EDGE_LOOP('',(#4384,#4385,#4386,#4387)); -#1481=EDGE_LOOP('',(#4388,#4389,#4390,#4391)); -#1482=EDGE_LOOP('',(#4392,#4393,#4394,#4395)); -#1483=EDGE_LOOP('',(#4396,#4397,#4398,#4399)); -#1484=EDGE_LOOP('',(#4400,#4401,#4402,#4403)); -#1485=EDGE_LOOP('',(#4404,#4405,#4406,#4407)); -#1486=EDGE_LOOP('',(#4408,#4409,#4410,#4411)); -#1487=EDGE_LOOP('',(#4412,#4413,#4414,#4415)); -#1488=EDGE_LOOP('',(#4416,#4417,#4418,#4419)); -#1489=EDGE_LOOP('',(#4420,#4421,#4422,#4423)); -#1490=EDGE_LOOP('',(#4424,#4425,#4426,#4427)); -#1491=EDGE_LOOP('',(#4428,#4429,#4430,#4431)); -#1492=EDGE_LOOP('',(#4432,#4433,#4434,#4435)); -#1493=EDGE_LOOP('',(#4436,#4437,#4438,#4439)); -#1494=EDGE_LOOP('',(#4440,#4441,#4442,#4443)); -#1495=EDGE_LOOP('',(#4444,#4445,#4446,#4447)); -#1496=ORIENTED_EDGE('',*,*,#4449,.F.); -#1497=ORIENTED_EDGE('',*,*,#5835,.F.); -#1498=ORIENTED_EDGE('',*,*,#4448,.F.); -#1499=ORIENTED_EDGE('',*,*,#5923,.F.); -#1500=ORIENTED_EDGE('',*,*,#4451,.F.); -#1501=ORIENTED_EDGE('',*,*,#5836,.F.); -#1502=ORIENTED_EDGE('',*,*,#4450,.F.); -#1503=ORIENTED_EDGE('',*,*,#5922,.F.); -#1504=ORIENTED_EDGE('',*,*,#4453,.F.); -#1505=ORIENTED_EDGE('',*,*,#5837,.F.); -#1506=ORIENTED_EDGE('',*,*,#4452,.F.); -#1507=ORIENTED_EDGE('',*,*,#5920,.F.); -#1508=ORIENTED_EDGE('',*,*,#4455,.F.); -#1509=ORIENTED_EDGE('',*,*,#5838,.F.); -#1510=ORIENTED_EDGE('',*,*,#4454,.F.); -#1511=ORIENTED_EDGE('',*,*,#5919,.F.); -#1512=ORIENTED_EDGE('',*,*,#4457,.F.); -#1513=ORIENTED_EDGE('',*,*,#5839,.F.); -#1514=ORIENTED_EDGE('',*,*,#4456,.F.); -#1515=ORIENTED_EDGE('',*,*,#5918,.F.); -#1516=ORIENTED_EDGE('',*,*,#4459,.F.); -#1517=ORIENTED_EDGE('',*,*,#5840,.F.); -#1518=ORIENTED_EDGE('',*,*,#4458,.F.); -#1519=ORIENTED_EDGE('',*,*,#5917,.F.); -#1520=ORIENTED_EDGE('',*,*,#4461,.F.); -#1521=ORIENTED_EDGE('',*,*,#5841,.F.); -#1522=ORIENTED_EDGE('',*,*,#4460,.F.); -#1523=ORIENTED_EDGE('',*,*,#5916,.F.); -#1524=ORIENTED_EDGE('',*,*,#4463,.F.); -#1525=ORIENTED_EDGE('',*,*,#5842,.F.); -#1526=ORIENTED_EDGE('',*,*,#4462,.F.); -#1527=ORIENTED_EDGE('',*,*,#5915,.F.); -#1528=ORIENTED_EDGE('',*,*,#4465,.F.); -#1529=ORIENTED_EDGE('',*,*,#5843,.F.); -#1530=ORIENTED_EDGE('',*,*,#4464,.F.); -#1531=ORIENTED_EDGE('',*,*,#5914,.F.); -#1532=ORIENTED_EDGE('',*,*,#4467,.F.); -#1533=ORIENTED_EDGE('',*,*,#5844,.F.); -#1534=ORIENTED_EDGE('',*,*,#4466,.F.); -#1535=ORIENTED_EDGE('',*,*,#5913,.F.); -#1536=ORIENTED_EDGE('',*,*,#4469,.F.); -#1537=ORIENTED_EDGE('',*,*,#5845,.F.); -#1538=ORIENTED_EDGE('',*,*,#4468,.F.); -#1539=ORIENTED_EDGE('',*,*,#5912,.F.); -#1540=ORIENTED_EDGE('',*,*,#4471,.F.); -#1541=ORIENTED_EDGE('',*,*,#5846,.F.); -#1542=ORIENTED_EDGE('',*,*,#4470,.F.); -#1543=ORIENTED_EDGE('',*,*,#5911,.F.); -#1544=ORIENTED_EDGE('',*,*,#4473,.F.); -#1545=ORIENTED_EDGE('',*,*,#5847,.F.); -#1546=ORIENTED_EDGE('',*,*,#4472,.F.); -#1547=ORIENTED_EDGE('',*,*,#5910,.F.); -#1548=ORIENTED_EDGE('',*,*,#4475,.F.); -#1549=ORIENTED_EDGE('',*,*,#5848,.F.); -#1550=ORIENTED_EDGE('',*,*,#4474,.F.); -#1551=ORIENTED_EDGE('',*,*,#5909,.F.); -#1552=ORIENTED_EDGE('',*,*,#4477,.F.); -#1553=ORIENTED_EDGE('',*,*,#5849,.F.); -#1554=ORIENTED_EDGE('',*,*,#4476,.F.); -#1555=ORIENTED_EDGE('',*,*,#5908,.F.); -#1556=ORIENTED_EDGE('',*,*,#4479,.F.); -#1557=ORIENTED_EDGE('',*,*,#5850,.F.); -#1558=ORIENTED_EDGE('',*,*,#4478,.F.); -#1559=ORIENTED_EDGE('',*,*,#5907,.F.); -#1560=ORIENTED_EDGE('',*,*,#4481,.F.); -#1561=ORIENTED_EDGE('',*,*,#5851,.F.); -#1562=ORIENTED_EDGE('',*,*,#4480,.F.); -#1563=ORIENTED_EDGE('',*,*,#5906,.F.); -#1564=ORIENTED_EDGE('',*,*,#4483,.F.); -#1565=ORIENTED_EDGE('',*,*,#5852,.F.); -#1566=ORIENTED_EDGE('',*,*,#4482,.F.); -#1567=ORIENTED_EDGE('',*,*,#5905,.F.); -#1568=ORIENTED_EDGE('',*,*,#4485,.F.); -#1569=ORIENTED_EDGE('',*,*,#5853,.F.); -#1570=ORIENTED_EDGE('',*,*,#4484,.F.); -#1571=ORIENTED_EDGE('',*,*,#5904,.F.); -#1572=ORIENTED_EDGE('',*,*,#4487,.F.); -#1573=ORIENTED_EDGE('',*,*,#5854,.F.); -#1574=ORIENTED_EDGE('',*,*,#4486,.F.); -#1575=ORIENTED_EDGE('',*,*,#5903,.F.); -#1576=ORIENTED_EDGE('',*,*,#4489,.F.); -#1577=ORIENTED_EDGE('',*,*,#5855,.F.); -#1578=ORIENTED_EDGE('',*,*,#4488,.F.); -#1579=ORIENTED_EDGE('',*,*,#5902,.F.); -#1580=ORIENTED_EDGE('',*,*,#4491,.F.); -#1581=ORIENTED_EDGE('',*,*,#5856,.F.); -#1582=ORIENTED_EDGE('',*,*,#4490,.F.); -#1583=ORIENTED_EDGE('',*,*,#5901,.F.); -#1584=ORIENTED_EDGE('',*,*,#4493,.F.); -#1585=ORIENTED_EDGE('',*,*,#5857,.F.); -#1586=ORIENTED_EDGE('',*,*,#4492,.F.); -#1587=ORIENTED_EDGE('',*,*,#5900,.F.); -#1588=ORIENTED_EDGE('',*,*,#4495,.F.); -#1589=ORIENTED_EDGE('',*,*,#5858,.F.); -#1590=ORIENTED_EDGE('',*,*,#4494,.F.); -#1591=ORIENTED_EDGE('',*,*,#5899,.F.); -#1592=ORIENTED_EDGE('',*,*,#4497,.F.); -#1593=ORIENTED_EDGE('',*,*,#5859,.F.); -#1594=ORIENTED_EDGE('',*,*,#4496,.F.); -#1595=ORIENTED_EDGE('',*,*,#5898,.F.); -#1596=ORIENTED_EDGE('',*,*,#4499,.F.); -#1597=ORIENTED_EDGE('',*,*,#5860,.F.); -#1598=ORIENTED_EDGE('',*,*,#4498,.F.); -#1599=ORIENTED_EDGE('',*,*,#5897,.F.); -#1600=ORIENTED_EDGE('',*,*,#4501,.F.); -#1601=ORIENTED_EDGE('',*,*,#5861,.F.); -#1602=ORIENTED_EDGE('',*,*,#4500,.F.); -#1603=ORIENTED_EDGE('',*,*,#5896,.F.); -#1604=ORIENTED_EDGE('',*,*,#4503,.F.); -#1605=ORIENTED_EDGE('',*,*,#5862,.F.); -#1606=ORIENTED_EDGE('',*,*,#4502,.F.); -#1607=ORIENTED_EDGE('',*,*,#5895,.F.); -#1608=ORIENTED_EDGE('',*,*,#4505,.F.); -#1609=ORIENTED_EDGE('',*,*,#5863,.F.); -#1610=ORIENTED_EDGE('',*,*,#4504,.F.); -#1611=ORIENTED_EDGE('',*,*,#5894,.F.); -#1612=ORIENTED_EDGE('',*,*,#4507,.F.); -#1613=ORIENTED_EDGE('',*,*,#5864,.F.); -#1614=ORIENTED_EDGE('',*,*,#4506,.F.); -#1615=ORIENTED_EDGE('',*,*,#5893,.F.); -#1616=ORIENTED_EDGE('',*,*,#4509,.F.); -#1617=ORIENTED_EDGE('',*,*,#5865,.F.); -#1618=ORIENTED_EDGE('',*,*,#4508,.F.); -#1619=ORIENTED_EDGE('',*,*,#5892,.F.); -#1620=ORIENTED_EDGE('',*,*,#4511,.F.); -#1621=ORIENTED_EDGE('',*,*,#5866,.F.); -#1622=ORIENTED_EDGE('',*,*,#4510,.F.); -#1623=ORIENTED_EDGE('',*,*,#5891,.F.); -#1624=ORIENTED_EDGE('',*,*,#4513,.F.); -#1625=ORIENTED_EDGE('',*,*,#5867,.F.); -#1626=ORIENTED_EDGE('',*,*,#4512,.F.); -#1627=ORIENTED_EDGE('',*,*,#5890,.F.); -#1628=ORIENTED_EDGE('',*,*,#4515,.F.); -#1629=ORIENTED_EDGE('',*,*,#5868,.F.); -#1630=ORIENTED_EDGE('',*,*,#4514,.F.); -#1631=ORIENTED_EDGE('',*,*,#5889,.F.); -#1632=ORIENTED_EDGE('',*,*,#4517,.F.); -#1633=ORIENTED_EDGE('',*,*,#5869,.F.); -#1634=ORIENTED_EDGE('',*,*,#4516,.F.); -#1635=ORIENTED_EDGE('',*,*,#5888,.F.); -#1636=ORIENTED_EDGE('',*,*,#4519,.F.); -#1637=ORIENTED_EDGE('',*,*,#5870,.F.); -#1638=ORIENTED_EDGE('',*,*,#4518,.F.); -#1639=ORIENTED_EDGE('',*,*,#5887,.F.); -#1640=ORIENTED_EDGE('',*,*,#4521,.F.); -#1641=ORIENTED_EDGE('',*,*,#5871,.F.); -#1642=ORIENTED_EDGE('',*,*,#4520,.F.); -#1643=ORIENTED_EDGE('',*,*,#5886,.F.); -#1644=ORIENTED_EDGE('',*,*,#4523,.F.); -#1645=ORIENTED_EDGE('',*,*,#5872,.F.); -#1646=ORIENTED_EDGE('',*,*,#4522,.F.); -#1647=ORIENTED_EDGE('',*,*,#5885,.F.); -#1648=ORIENTED_EDGE('',*,*,#5873,.F.); -#1649=ORIENTED_EDGE('',*,*,#4524,.T.); -#1650=ORIENTED_EDGE('',*,*,#4525,.F.); -#1651=ORIENTED_EDGE('',*,*,#4523,.T.); -#1652=ORIENTED_EDGE('',*,*,#4530,.F.); -#1653=ORIENTED_EDGE('',*,*,#4531,.F.); -#1654=ORIENTED_EDGE('',*,*,#4995,.F.); -#1655=ORIENTED_EDGE('',*,*,#4528,.T.); -#1656=ORIENTED_EDGE('',*,*,#4994,.T.); -#1657=ORIENTED_EDGE('',*,*,#4527,.F.); -#1658=ORIENTED_EDGE('',*,*,#4997,.F.); -#1659=ORIENTED_EDGE('',*,*,#4529,.T.); -#1660=ORIENTED_EDGE('',*,*,#4992,.T.); -#1661=ORIENTED_EDGE('',*,*,#4526,.F.); -#1662=ORIENTED_EDGE('',*,*,#4999,.F.); -#1663=ORIENTED_EDGE('',*,*,#4532,.F.); -#1664=ORIENTED_EDGE('',*,*,#4533,.F.); -#1665=ORIENTED_EDGE('',*,*,#4524,.F.); -#1666=ORIENTED_EDGE('',*,*,#4535,.F.); -#1667=ORIENTED_EDGE('',*,*,#4534,.F.); -#1668=ORIENTED_EDGE('',*,*,#4536,.T.); -#1669=ORIENTED_EDGE('',*,*,#4529,.F.); -#1670=ORIENTED_EDGE('',*,*,#4538,.F.); -#1671=ORIENTED_EDGE('',*,*,#4537,.F.); -#1672=ORIENTED_EDGE('',*,*,#4539,.T.); -#1673=ORIENTED_EDGE('',*,*,#4528,.F.); -#1674=ORIENTED_EDGE('',*,*,#4541,.F.); -#1675=ORIENTED_EDGE('',*,*,#4540,.F.); -#1676=ORIENTED_EDGE('',*,*,#4542,.F.); -#1677=ORIENTED_EDGE('',*,*,#4532,.T.); -#1678=ORIENTED_EDGE('',*,*,#4545,.T.); -#1679=ORIENTED_EDGE('',*,*,#4543,.F.); -#1680=ORIENTED_EDGE('',*,*,#4544,.F.); -#1681=ORIENTED_EDGE('',*,*,#4527,.T.); -#1682=ORIENTED_EDGE('',*,*,#4548,.T.); -#1683=ORIENTED_EDGE('',*,*,#4546,.F.); -#1684=ORIENTED_EDGE('',*,*,#4547,.F.); -#1685=ORIENTED_EDGE('',*,*,#4526,.T.); -#1686=ORIENTED_EDGE('',*,*,#5874,.F.); -#1687=ORIENTED_EDGE('',*,*,#4549,.F.); -#1688=ORIENTED_EDGE('',*,*,#4550,.F.); -#1689=ORIENTED_EDGE('',*,*,#4531,.T.); -#1690=ORIENTED_EDGE('',*,*,#4791,.T.); -#1691=ORIENTED_EDGE('',*,*,#4553,.T.); -#1692=ORIENTED_EDGE('',*,*,#4792,.T.); -#1693=ORIENTED_EDGE('',*,*,#4554,.T.); -#1694=ORIENTED_EDGE('',*,*,#4793,.T.); -#1695=ORIENTED_EDGE('',*,*,#4555,.T.); -#1696=ORIENTED_EDGE('',*,*,#4794,.T.); -#1697=ORIENTED_EDGE('',*,*,#4556,.T.); -#1698=ORIENTED_EDGE('',*,*,#4795,.T.); -#1699=ORIENTED_EDGE('',*,*,#4557,.T.); -#1700=ORIENTED_EDGE('',*,*,#4796,.T.); -#1701=ORIENTED_EDGE('',*,*,#4558,.T.); -#1702=ORIENTED_EDGE('',*,*,#4797,.T.); -#1703=ORIENTED_EDGE('',*,*,#4559,.T.); -#1704=ORIENTED_EDGE('',*,*,#4798,.T.); -#1705=ORIENTED_EDGE('',*,*,#4560,.T.); -#1706=ORIENTED_EDGE('',*,*,#4799,.T.); -#1707=ORIENTED_EDGE('',*,*,#4561,.T.); -#1708=ORIENTED_EDGE('',*,*,#4800,.T.); -#1709=ORIENTED_EDGE('',*,*,#4562,.T.); -#1710=ORIENTED_EDGE('',*,*,#4801,.T.); -#1711=ORIENTED_EDGE('',*,*,#4563,.T.); -#1712=ORIENTED_EDGE('',*,*,#4802,.T.); -#1713=ORIENTED_EDGE('',*,*,#4564,.T.); -#1714=ORIENTED_EDGE('',*,*,#4803,.T.); -#1715=ORIENTED_EDGE('',*,*,#4565,.T.); -#1716=ORIENTED_EDGE('',*,*,#4804,.T.); -#1717=ORIENTED_EDGE('',*,*,#4566,.T.); -#1718=ORIENTED_EDGE('',*,*,#4805,.T.); -#1719=ORIENTED_EDGE('',*,*,#4567,.T.); -#1720=ORIENTED_EDGE('',*,*,#4806,.T.); -#1721=ORIENTED_EDGE('',*,*,#4568,.T.); -#1722=ORIENTED_EDGE('',*,*,#4807,.T.); -#1723=ORIENTED_EDGE('',*,*,#4569,.T.); -#1724=ORIENTED_EDGE('',*,*,#4808,.T.); -#1725=ORIENTED_EDGE('',*,*,#4570,.T.); -#1726=ORIENTED_EDGE('',*,*,#4809,.T.); -#1727=ORIENTED_EDGE('',*,*,#4571,.T.); -#1728=ORIENTED_EDGE('',*,*,#4810,.T.); -#1729=ORIENTED_EDGE('',*,*,#4572,.T.); -#1730=ORIENTED_EDGE('',*,*,#4811,.T.); -#1731=ORIENTED_EDGE('',*,*,#4573,.T.); -#1732=ORIENTED_EDGE('',*,*,#4812,.T.); -#1733=ORIENTED_EDGE('',*,*,#4574,.T.); -#1734=ORIENTED_EDGE('',*,*,#4813,.T.); -#1735=ORIENTED_EDGE('',*,*,#4575,.T.); -#1736=ORIENTED_EDGE('',*,*,#4814,.T.); -#1737=ORIENTED_EDGE('',*,*,#4576,.T.); -#1738=ORIENTED_EDGE('',*,*,#4815,.T.); -#1739=ORIENTED_EDGE('',*,*,#4577,.T.); -#1740=ORIENTED_EDGE('',*,*,#4816,.T.); -#1741=ORIENTED_EDGE('',*,*,#4578,.T.); -#1742=ORIENTED_EDGE('',*,*,#4817,.T.); -#1743=ORIENTED_EDGE('',*,*,#4579,.T.); -#1744=ORIENTED_EDGE('',*,*,#4818,.T.); -#1745=ORIENTED_EDGE('',*,*,#4580,.T.); -#1746=ORIENTED_EDGE('',*,*,#4819,.T.); -#1747=ORIENTED_EDGE('',*,*,#4581,.T.); -#1748=ORIENTED_EDGE('',*,*,#4820,.T.); -#1749=ORIENTED_EDGE('',*,*,#4582,.T.); -#1750=ORIENTED_EDGE('',*,*,#4821,.T.); -#1751=ORIENTED_EDGE('',*,*,#4583,.T.); -#1752=ORIENTED_EDGE('',*,*,#4822,.T.); -#1753=ORIENTED_EDGE('',*,*,#4584,.T.); -#1754=ORIENTED_EDGE('',*,*,#4823,.T.); -#1755=ORIENTED_EDGE('',*,*,#4585,.T.); -#1756=ORIENTED_EDGE('',*,*,#4824,.T.); -#1757=ORIENTED_EDGE('',*,*,#4586,.T.); -#1758=ORIENTED_EDGE('',*,*,#4825,.T.); -#1759=ORIENTED_EDGE('',*,*,#4587,.T.); -#1760=ORIENTED_EDGE('',*,*,#4826,.T.); -#1761=ORIENTED_EDGE('',*,*,#4588,.T.); -#1762=ORIENTED_EDGE('',*,*,#4827,.T.); -#1763=ORIENTED_EDGE('',*,*,#4589,.T.); -#1764=ORIENTED_EDGE('',*,*,#4828,.T.); -#1765=ORIENTED_EDGE('',*,*,#4590,.T.); -#1766=ORIENTED_EDGE('',*,*,#4829,.T.); -#1767=ORIENTED_EDGE('',*,*,#4591,.T.); -#1768=ORIENTED_EDGE('',*,*,#4830,.T.); -#1769=ORIENTED_EDGE('',*,*,#4592,.T.); -#1770=ORIENTED_EDGE('',*,*,#4831,.T.); -#1771=ORIENTED_EDGE('',*,*,#4593,.T.); -#1772=ORIENTED_EDGE('',*,*,#4832,.T.); -#1773=ORIENTED_EDGE('',*,*,#4594,.T.); -#1774=ORIENTED_EDGE('',*,*,#4833,.T.); -#1775=ORIENTED_EDGE('',*,*,#4595,.T.); -#1776=ORIENTED_EDGE('',*,*,#4834,.T.); -#1777=ORIENTED_EDGE('',*,*,#4596,.T.); -#1778=ORIENTED_EDGE('',*,*,#4835,.T.); -#1779=ORIENTED_EDGE('',*,*,#4597,.T.); -#1780=ORIENTED_EDGE('',*,*,#4836,.T.); -#1781=ORIENTED_EDGE('',*,*,#4598,.T.); -#1782=ORIENTED_EDGE('',*,*,#4837,.T.); -#1783=ORIENTED_EDGE('',*,*,#4599,.T.); -#1784=ORIENTED_EDGE('',*,*,#4838,.T.); -#1785=ORIENTED_EDGE('',*,*,#4600,.T.); -#1786=ORIENTED_EDGE('',*,*,#4839,.T.); -#1787=ORIENTED_EDGE('',*,*,#4601,.T.); -#1788=ORIENTED_EDGE('',*,*,#4840,.T.); -#1789=ORIENTED_EDGE('',*,*,#4602,.T.); -#1790=ORIENTED_EDGE('',*,*,#4841,.T.); -#1791=ORIENTED_EDGE('',*,*,#4603,.T.); -#1792=ORIENTED_EDGE('',*,*,#4842,.T.); -#1793=ORIENTED_EDGE('',*,*,#4604,.T.); -#1794=ORIENTED_EDGE('',*,*,#4843,.T.); -#1795=ORIENTED_EDGE('',*,*,#4605,.T.); -#1796=ORIENTED_EDGE('',*,*,#4844,.T.); -#1797=ORIENTED_EDGE('',*,*,#4606,.T.); -#1798=ORIENTED_EDGE('',*,*,#4845,.T.); -#1799=ORIENTED_EDGE('',*,*,#4607,.T.); -#1800=ORIENTED_EDGE('',*,*,#4846,.T.); -#1801=ORIENTED_EDGE('',*,*,#4608,.T.); -#1802=ORIENTED_EDGE('',*,*,#4847,.T.); -#1803=ORIENTED_EDGE('',*,*,#4609,.T.); -#1804=ORIENTED_EDGE('',*,*,#4848,.T.); -#1805=ORIENTED_EDGE('',*,*,#4610,.T.); -#1806=ORIENTED_EDGE('',*,*,#4849,.T.); -#1807=ORIENTED_EDGE('',*,*,#4611,.T.); -#1808=ORIENTED_EDGE('',*,*,#4850,.T.); -#1809=ORIENTED_EDGE('',*,*,#4612,.T.); -#1810=ORIENTED_EDGE('',*,*,#4851,.T.); -#1811=ORIENTED_EDGE('',*,*,#4613,.T.); -#1812=ORIENTED_EDGE('',*,*,#4852,.T.); -#1813=ORIENTED_EDGE('',*,*,#4614,.T.); -#1814=ORIENTED_EDGE('',*,*,#4853,.T.); -#1815=ORIENTED_EDGE('',*,*,#4615,.T.); -#1816=ORIENTED_EDGE('',*,*,#4854,.T.); -#1817=ORIENTED_EDGE('',*,*,#4616,.T.); -#1818=ORIENTED_EDGE('',*,*,#4855,.T.); -#1819=ORIENTED_EDGE('',*,*,#4617,.T.); -#1820=ORIENTED_EDGE('',*,*,#4856,.T.); -#1821=ORIENTED_EDGE('',*,*,#4618,.T.); -#1822=ORIENTED_EDGE('',*,*,#4857,.T.); -#1823=ORIENTED_EDGE('',*,*,#4619,.T.); -#1824=ORIENTED_EDGE('',*,*,#4858,.T.); -#1825=ORIENTED_EDGE('',*,*,#4620,.T.); -#1826=ORIENTED_EDGE('',*,*,#4859,.T.); -#1827=ORIENTED_EDGE('',*,*,#4621,.T.); -#1828=ORIENTED_EDGE('',*,*,#4860,.T.); -#1829=ORIENTED_EDGE('',*,*,#4622,.T.); -#1830=ORIENTED_EDGE('',*,*,#4861,.T.); -#1831=ORIENTED_EDGE('',*,*,#4623,.T.); -#1832=ORIENTED_EDGE('',*,*,#4862,.T.); -#1833=ORIENTED_EDGE('',*,*,#4624,.T.); -#1834=ORIENTED_EDGE('',*,*,#4863,.T.); -#1835=ORIENTED_EDGE('',*,*,#4625,.T.); -#1836=ORIENTED_EDGE('',*,*,#4864,.T.); -#1837=ORIENTED_EDGE('',*,*,#4626,.T.); -#1838=ORIENTED_EDGE('',*,*,#4865,.T.); -#1839=ORIENTED_EDGE('',*,*,#4627,.T.); -#1840=ORIENTED_EDGE('',*,*,#4866,.T.); -#1841=ORIENTED_EDGE('',*,*,#4628,.T.); -#1842=ORIENTED_EDGE('',*,*,#4867,.T.); -#1843=ORIENTED_EDGE('',*,*,#4629,.T.); -#1844=ORIENTED_EDGE('',*,*,#4868,.T.); -#1845=ORIENTED_EDGE('',*,*,#4630,.T.); -#1846=ORIENTED_EDGE('',*,*,#4869,.T.); -#1847=ORIENTED_EDGE('',*,*,#4631,.T.); -#1848=ORIENTED_EDGE('',*,*,#4870,.T.); -#1849=ORIENTED_EDGE('',*,*,#4632,.T.); -#1850=ORIENTED_EDGE('',*,*,#4871,.T.); -#1851=ORIENTED_EDGE('',*,*,#4633,.T.); -#1852=ORIENTED_EDGE('',*,*,#4872,.T.); -#1853=ORIENTED_EDGE('',*,*,#4634,.T.); -#1854=ORIENTED_EDGE('',*,*,#4873,.T.); -#1855=ORIENTED_EDGE('',*,*,#4635,.T.); -#1856=ORIENTED_EDGE('',*,*,#4874,.T.); -#1857=ORIENTED_EDGE('',*,*,#4636,.T.); -#1858=ORIENTED_EDGE('',*,*,#4875,.T.); -#1859=ORIENTED_EDGE('',*,*,#4637,.T.); -#1860=ORIENTED_EDGE('',*,*,#4876,.T.); -#1861=ORIENTED_EDGE('',*,*,#4638,.T.); -#1862=ORIENTED_EDGE('',*,*,#4877,.T.); -#1863=ORIENTED_EDGE('',*,*,#4639,.T.); -#1864=ORIENTED_EDGE('',*,*,#4878,.T.); -#1865=ORIENTED_EDGE('',*,*,#4640,.T.); -#1866=ORIENTED_EDGE('',*,*,#4879,.T.); -#1867=ORIENTED_EDGE('',*,*,#4641,.T.); -#1868=ORIENTED_EDGE('',*,*,#4880,.T.); -#1869=ORIENTED_EDGE('',*,*,#4642,.T.); -#1870=ORIENTED_EDGE('',*,*,#4881,.T.); -#1871=ORIENTED_EDGE('',*,*,#4643,.T.); -#1872=ORIENTED_EDGE('',*,*,#4882,.T.); -#1873=ORIENTED_EDGE('',*,*,#4644,.T.); -#1874=ORIENTED_EDGE('',*,*,#4883,.T.); -#1875=ORIENTED_EDGE('',*,*,#4645,.T.); -#1876=ORIENTED_EDGE('',*,*,#4884,.T.); -#1877=ORIENTED_EDGE('',*,*,#4646,.T.); -#1878=ORIENTED_EDGE('',*,*,#4885,.T.); -#1879=ORIENTED_EDGE('',*,*,#4647,.T.); -#1880=ORIENTED_EDGE('',*,*,#4886,.T.); -#1881=ORIENTED_EDGE('',*,*,#4648,.T.); -#1882=ORIENTED_EDGE('',*,*,#4887,.T.); -#1883=ORIENTED_EDGE('',*,*,#4649,.T.); -#1884=ORIENTED_EDGE('',*,*,#4888,.T.); -#1885=ORIENTED_EDGE('',*,*,#4650,.T.); -#1886=ORIENTED_EDGE('',*,*,#4889,.T.); -#1887=ORIENTED_EDGE('',*,*,#4651,.T.); -#1888=ORIENTED_EDGE('',*,*,#4890,.T.); -#1889=ORIENTED_EDGE('',*,*,#4652,.T.); -#1890=ORIENTED_EDGE('',*,*,#4891,.T.); -#1891=ORIENTED_EDGE('',*,*,#4653,.T.); -#1892=ORIENTED_EDGE('',*,*,#4892,.T.); -#1893=ORIENTED_EDGE('',*,*,#4654,.T.); -#1894=ORIENTED_EDGE('',*,*,#4893,.T.); -#1895=ORIENTED_EDGE('',*,*,#4655,.T.); -#1896=ORIENTED_EDGE('',*,*,#4894,.T.); -#1897=ORIENTED_EDGE('',*,*,#4656,.T.); -#1898=ORIENTED_EDGE('',*,*,#4895,.T.); -#1899=ORIENTED_EDGE('',*,*,#4657,.T.); -#1900=ORIENTED_EDGE('',*,*,#4896,.T.); -#1901=ORIENTED_EDGE('',*,*,#4658,.T.); -#1902=ORIENTED_EDGE('',*,*,#4897,.T.); -#1903=ORIENTED_EDGE('',*,*,#4659,.T.); -#1904=ORIENTED_EDGE('',*,*,#4898,.T.); -#1905=ORIENTED_EDGE('',*,*,#4660,.T.); -#1906=ORIENTED_EDGE('',*,*,#4899,.T.); -#1907=ORIENTED_EDGE('',*,*,#4661,.T.); -#1908=ORIENTED_EDGE('',*,*,#4900,.T.); -#1909=ORIENTED_EDGE('',*,*,#4662,.T.); -#1910=ORIENTED_EDGE('',*,*,#4901,.T.); -#1911=ORIENTED_EDGE('',*,*,#4663,.T.); -#1912=ORIENTED_EDGE('',*,*,#4902,.T.); -#1913=ORIENTED_EDGE('',*,*,#4664,.T.); -#1914=ORIENTED_EDGE('',*,*,#4903,.T.); -#1915=ORIENTED_EDGE('',*,*,#4665,.T.); -#1916=ORIENTED_EDGE('',*,*,#4904,.T.); -#1917=ORIENTED_EDGE('',*,*,#4666,.T.); -#1918=ORIENTED_EDGE('',*,*,#4905,.T.); -#1919=ORIENTED_EDGE('',*,*,#4667,.T.); -#1920=ORIENTED_EDGE('',*,*,#4906,.T.); -#1921=ORIENTED_EDGE('',*,*,#4668,.T.); -#1922=ORIENTED_EDGE('',*,*,#4907,.T.); -#1923=ORIENTED_EDGE('',*,*,#4669,.T.); -#1924=ORIENTED_EDGE('',*,*,#4908,.T.); -#1925=ORIENTED_EDGE('',*,*,#4670,.T.); -#1926=ORIENTED_EDGE('',*,*,#4909,.T.); -#1927=ORIENTED_EDGE('',*,*,#4671,.T.); -#1928=ORIENTED_EDGE('',*,*,#4910,.T.); -#1929=ORIENTED_EDGE('',*,*,#4672,.T.); -#1930=ORIENTED_EDGE('',*,*,#4911,.T.); -#1931=ORIENTED_EDGE('',*,*,#4673,.T.); -#1932=ORIENTED_EDGE('',*,*,#4912,.T.); -#1933=ORIENTED_EDGE('',*,*,#4674,.T.); -#1934=ORIENTED_EDGE('',*,*,#4913,.T.); -#1935=ORIENTED_EDGE('',*,*,#4675,.T.); -#1936=ORIENTED_EDGE('',*,*,#4914,.T.); -#1937=ORIENTED_EDGE('',*,*,#4676,.T.); -#1938=ORIENTED_EDGE('',*,*,#4915,.T.); -#1939=ORIENTED_EDGE('',*,*,#4677,.T.); -#1940=ORIENTED_EDGE('',*,*,#4916,.T.); -#1941=ORIENTED_EDGE('',*,*,#4678,.T.); -#1942=ORIENTED_EDGE('',*,*,#4917,.T.); -#1943=ORIENTED_EDGE('',*,*,#4679,.T.); -#1944=ORIENTED_EDGE('',*,*,#4918,.T.); -#1945=ORIENTED_EDGE('',*,*,#4680,.T.); -#1946=ORIENTED_EDGE('',*,*,#4919,.T.); -#1947=ORIENTED_EDGE('',*,*,#4681,.T.); -#1948=ORIENTED_EDGE('',*,*,#4920,.T.); -#1949=ORIENTED_EDGE('',*,*,#4682,.T.); -#1950=ORIENTED_EDGE('',*,*,#4921,.T.); -#1951=ORIENTED_EDGE('',*,*,#4683,.T.); -#1952=ORIENTED_EDGE('',*,*,#4922,.T.); -#1953=ORIENTED_EDGE('',*,*,#4684,.T.); -#1954=ORIENTED_EDGE('',*,*,#4923,.T.); -#1955=ORIENTED_EDGE('',*,*,#4685,.T.); -#1956=ORIENTED_EDGE('',*,*,#4924,.T.); -#1957=ORIENTED_EDGE('',*,*,#4686,.T.); -#1958=ORIENTED_EDGE('',*,*,#4925,.T.); -#1959=ORIENTED_EDGE('',*,*,#4687,.T.); -#1960=ORIENTED_EDGE('',*,*,#4926,.T.); -#1961=ORIENTED_EDGE('',*,*,#4688,.T.); -#1962=ORIENTED_EDGE('',*,*,#4927,.T.); -#1963=ORIENTED_EDGE('',*,*,#4689,.T.); -#1964=ORIENTED_EDGE('',*,*,#4928,.T.); -#1965=ORIENTED_EDGE('',*,*,#4690,.T.); -#1966=ORIENTED_EDGE('',*,*,#4929,.T.); -#1967=ORIENTED_EDGE('',*,*,#4691,.T.); -#1968=ORIENTED_EDGE('',*,*,#4930,.T.); -#1969=ORIENTED_EDGE('',*,*,#4692,.T.); -#1970=ORIENTED_EDGE('',*,*,#4931,.T.); -#1971=ORIENTED_EDGE('',*,*,#4693,.T.); -#1972=ORIENTED_EDGE('',*,*,#4932,.T.); -#1973=ORIENTED_EDGE('',*,*,#4694,.T.); -#1974=ORIENTED_EDGE('',*,*,#4933,.T.); -#1975=ORIENTED_EDGE('',*,*,#4695,.T.); -#1976=ORIENTED_EDGE('',*,*,#4934,.T.); -#1977=ORIENTED_EDGE('',*,*,#4696,.T.); -#1978=ORIENTED_EDGE('',*,*,#4935,.T.); -#1979=ORIENTED_EDGE('',*,*,#4697,.T.); -#1980=ORIENTED_EDGE('',*,*,#4936,.T.); -#1981=ORIENTED_EDGE('',*,*,#4698,.T.); -#1982=ORIENTED_EDGE('',*,*,#4937,.T.); -#1983=ORIENTED_EDGE('',*,*,#4699,.T.); -#1984=ORIENTED_EDGE('',*,*,#4938,.T.); -#1985=ORIENTED_EDGE('',*,*,#4700,.T.); -#1986=ORIENTED_EDGE('',*,*,#4939,.T.); -#1987=ORIENTED_EDGE('',*,*,#4701,.T.); -#1988=ORIENTED_EDGE('',*,*,#4940,.T.); -#1989=ORIENTED_EDGE('',*,*,#4702,.T.); -#1990=ORIENTED_EDGE('',*,*,#4941,.T.); -#1991=ORIENTED_EDGE('',*,*,#4703,.T.); -#1992=ORIENTED_EDGE('',*,*,#4942,.T.); -#1993=ORIENTED_EDGE('',*,*,#4704,.T.); -#1994=ORIENTED_EDGE('',*,*,#4943,.T.); -#1995=ORIENTED_EDGE('',*,*,#4705,.T.); -#1996=ORIENTED_EDGE('',*,*,#4944,.T.); -#1997=ORIENTED_EDGE('',*,*,#4706,.T.); -#1998=ORIENTED_EDGE('',*,*,#4945,.T.); -#1999=ORIENTED_EDGE('',*,*,#4707,.T.); -#2000=ORIENTED_EDGE('',*,*,#4946,.T.); -#2001=ORIENTED_EDGE('',*,*,#4708,.T.); -#2002=ORIENTED_EDGE('',*,*,#4947,.T.); -#2003=ORIENTED_EDGE('',*,*,#4709,.T.); -#2004=ORIENTED_EDGE('',*,*,#4948,.T.); -#2005=ORIENTED_EDGE('',*,*,#4710,.T.); -#2006=ORIENTED_EDGE('',*,*,#4949,.T.); -#2007=ORIENTED_EDGE('',*,*,#4711,.T.); -#2008=ORIENTED_EDGE('',*,*,#4950,.T.); -#2009=ORIENTED_EDGE('',*,*,#4712,.T.); -#2010=ORIENTED_EDGE('',*,*,#4951,.T.); -#2011=ORIENTED_EDGE('',*,*,#4713,.T.); -#2012=ORIENTED_EDGE('',*,*,#4952,.T.); -#2013=ORIENTED_EDGE('',*,*,#4714,.T.); -#2014=ORIENTED_EDGE('',*,*,#4953,.T.); -#2015=ORIENTED_EDGE('',*,*,#4715,.T.); -#2016=ORIENTED_EDGE('',*,*,#4954,.T.); -#2017=ORIENTED_EDGE('',*,*,#4716,.T.); -#2018=ORIENTED_EDGE('',*,*,#4955,.T.); -#2019=ORIENTED_EDGE('',*,*,#4717,.T.); -#2020=ORIENTED_EDGE('',*,*,#4956,.T.); -#2021=ORIENTED_EDGE('',*,*,#4718,.T.); -#2022=ORIENTED_EDGE('',*,*,#4957,.T.); -#2023=ORIENTED_EDGE('',*,*,#4719,.T.); -#2024=ORIENTED_EDGE('',*,*,#4958,.T.); -#2025=ORIENTED_EDGE('',*,*,#4720,.T.); -#2026=ORIENTED_EDGE('',*,*,#4959,.T.); -#2027=ORIENTED_EDGE('',*,*,#4721,.T.); -#2028=ORIENTED_EDGE('',*,*,#4960,.T.); -#2029=ORIENTED_EDGE('',*,*,#4722,.T.); -#2030=ORIENTED_EDGE('',*,*,#4961,.T.); -#2031=ORIENTED_EDGE('',*,*,#4723,.T.); -#2032=ORIENTED_EDGE('',*,*,#4962,.T.); -#2033=ORIENTED_EDGE('',*,*,#4724,.T.); -#2034=ORIENTED_EDGE('',*,*,#4963,.T.); -#2035=ORIENTED_EDGE('',*,*,#4725,.T.); -#2036=ORIENTED_EDGE('',*,*,#4964,.T.); -#2037=ORIENTED_EDGE('',*,*,#4726,.T.); -#2038=ORIENTED_EDGE('',*,*,#4965,.T.); -#2039=ORIENTED_EDGE('',*,*,#4727,.T.); -#2040=ORIENTED_EDGE('',*,*,#4966,.T.); -#2041=ORIENTED_EDGE('',*,*,#4728,.T.); -#2042=ORIENTED_EDGE('',*,*,#4967,.T.); -#2043=ORIENTED_EDGE('',*,*,#4729,.T.); -#2044=ORIENTED_EDGE('',*,*,#4968,.T.); -#2045=ORIENTED_EDGE('',*,*,#4730,.T.); -#2046=ORIENTED_EDGE('',*,*,#4969,.T.); -#2047=ORIENTED_EDGE('',*,*,#4731,.T.); -#2048=ORIENTED_EDGE('',*,*,#4970,.T.); -#2049=ORIENTED_EDGE('',*,*,#4732,.T.); -#2050=ORIENTED_EDGE('',*,*,#4971,.T.); -#2051=ORIENTED_EDGE('',*,*,#4733,.T.); -#2052=ORIENTED_EDGE('',*,*,#4972,.T.); -#2053=ORIENTED_EDGE('',*,*,#4734,.T.); -#2054=ORIENTED_EDGE('',*,*,#4973,.T.); -#2055=ORIENTED_EDGE('',*,*,#4735,.T.); -#2056=ORIENTED_EDGE('',*,*,#4974,.T.); -#2057=ORIENTED_EDGE('',*,*,#4736,.T.); -#2058=ORIENTED_EDGE('',*,*,#4975,.T.); -#2059=ORIENTED_EDGE('',*,*,#4737,.T.); -#2060=ORIENTED_EDGE('',*,*,#4976,.T.); -#2061=ORIENTED_EDGE('',*,*,#4738,.T.); -#2062=ORIENTED_EDGE('',*,*,#4977,.T.); -#2063=ORIENTED_EDGE('',*,*,#4739,.T.); -#2064=ORIENTED_EDGE('',*,*,#4978,.T.); -#2065=ORIENTED_EDGE('',*,*,#4740,.T.); -#2066=ORIENTED_EDGE('',*,*,#4979,.T.); -#2067=ORIENTED_EDGE('',*,*,#4741,.T.); -#2068=ORIENTED_EDGE('',*,*,#4980,.T.); -#2069=ORIENTED_EDGE('',*,*,#4742,.T.); -#2070=ORIENTED_EDGE('',*,*,#4981,.T.); -#2071=ORIENTED_EDGE('',*,*,#4743,.T.); -#2072=ORIENTED_EDGE('',*,*,#4982,.T.); -#2073=ORIENTED_EDGE('',*,*,#4744,.T.); -#2074=ORIENTED_EDGE('',*,*,#4983,.T.); -#2075=ORIENTED_EDGE('',*,*,#4745,.T.); -#2076=ORIENTED_EDGE('',*,*,#4984,.T.); -#2077=ORIENTED_EDGE('',*,*,#4746,.T.); -#2078=ORIENTED_EDGE('',*,*,#4985,.T.); -#2079=ORIENTED_EDGE('',*,*,#4747,.T.); -#2080=ORIENTED_EDGE('',*,*,#4986,.T.); -#2081=ORIENTED_EDGE('',*,*,#4748,.T.); -#2082=ORIENTED_EDGE('',*,*,#4987,.T.); -#2083=ORIENTED_EDGE('',*,*,#4749,.T.); -#2084=ORIENTED_EDGE('',*,*,#4988,.T.); -#2085=ORIENTED_EDGE('',*,*,#4750,.T.); -#2086=ORIENTED_EDGE('',*,*,#4989,.T.); -#2087=ORIENTED_EDGE('',*,*,#4751,.T.); -#2088=ORIENTED_EDGE('',*,*,#5835,.T.); -#2089=ORIENTED_EDGE('',*,*,#4752,.T.); -#2090=ORIENTED_EDGE('',*,*,#5836,.T.); -#2091=ORIENTED_EDGE('',*,*,#4753,.T.); -#2092=ORIENTED_EDGE('',*,*,#5875,.T.); -#2093=ORIENTED_EDGE('',*,*,#4754,.T.); -#2094=ORIENTED_EDGE('',*,*,#5837,.T.); -#2095=ORIENTED_EDGE('',*,*,#4755,.T.); -#2096=ORIENTED_EDGE('',*,*,#5838,.T.); -#2097=ORIENTED_EDGE('',*,*,#4756,.T.); -#2098=ORIENTED_EDGE('',*,*,#5839,.T.); -#2099=ORIENTED_EDGE('',*,*,#4757,.T.); -#2100=ORIENTED_EDGE('',*,*,#5840,.T.); -#2101=ORIENTED_EDGE('',*,*,#4758,.T.); -#2102=ORIENTED_EDGE('',*,*,#5841,.T.); -#2103=ORIENTED_EDGE('',*,*,#4759,.T.); -#2104=ORIENTED_EDGE('',*,*,#5842,.T.); -#2105=ORIENTED_EDGE('',*,*,#4760,.T.); -#2106=ORIENTED_EDGE('',*,*,#5843,.T.); -#2107=ORIENTED_EDGE('',*,*,#4761,.T.); -#2108=ORIENTED_EDGE('',*,*,#5844,.T.); -#2109=ORIENTED_EDGE('',*,*,#4762,.T.); -#2110=ORIENTED_EDGE('',*,*,#5845,.T.); -#2111=ORIENTED_EDGE('',*,*,#4763,.T.); -#2112=ORIENTED_EDGE('',*,*,#5846,.T.); -#2113=ORIENTED_EDGE('',*,*,#4764,.T.); -#2114=ORIENTED_EDGE('',*,*,#5847,.T.); -#2115=ORIENTED_EDGE('',*,*,#4765,.T.); -#2116=ORIENTED_EDGE('',*,*,#5848,.T.); -#2117=ORIENTED_EDGE('',*,*,#4766,.T.); -#2118=ORIENTED_EDGE('',*,*,#5849,.T.); -#2119=ORIENTED_EDGE('',*,*,#4767,.T.); -#2120=ORIENTED_EDGE('',*,*,#5850,.T.); -#2121=ORIENTED_EDGE('',*,*,#4768,.T.); -#2122=ORIENTED_EDGE('',*,*,#5851,.T.); -#2123=ORIENTED_EDGE('',*,*,#4769,.T.); -#2124=ORIENTED_EDGE('',*,*,#5852,.T.); -#2125=ORIENTED_EDGE('',*,*,#4770,.T.); -#2126=ORIENTED_EDGE('',*,*,#5853,.T.); -#2127=ORIENTED_EDGE('',*,*,#4771,.T.); -#2128=ORIENTED_EDGE('',*,*,#5854,.T.); -#2129=ORIENTED_EDGE('',*,*,#4772,.T.); -#2130=ORIENTED_EDGE('',*,*,#5855,.T.); -#2131=ORIENTED_EDGE('',*,*,#4773,.T.); -#2132=ORIENTED_EDGE('',*,*,#5856,.T.); -#2133=ORIENTED_EDGE('',*,*,#4774,.T.); -#2134=ORIENTED_EDGE('',*,*,#5857,.T.); -#2135=ORIENTED_EDGE('',*,*,#4775,.T.); -#2136=ORIENTED_EDGE('',*,*,#5858,.T.); -#2137=ORIENTED_EDGE('',*,*,#4776,.T.); -#2138=ORIENTED_EDGE('',*,*,#5859,.T.); -#2139=ORIENTED_EDGE('',*,*,#4777,.T.); -#2140=ORIENTED_EDGE('',*,*,#5860,.T.); -#2141=ORIENTED_EDGE('',*,*,#4778,.T.); -#2142=ORIENTED_EDGE('',*,*,#5861,.T.); -#2143=ORIENTED_EDGE('',*,*,#4779,.T.); -#2144=ORIENTED_EDGE('',*,*,#5862,.T.); -#2145=ORIENTED_EDGE('',*,*,#4780,.T.); -#2146=ORIENTED_EDGE('',*,*,#5863,.T.); -#2147=ORIENTED_EDGE('',*,*,#4781,.T.); -#2148=ORIENTED_EDGE('',*,*,#5864,.T.); -#2149=ORIENTED_EDGE('',*,*,#4782,.T.); -#2150=ORIENTED_EDGE('',*,*,#5865,.T.); -#2151=ORIENTED_EDGE('',*,*,#4783,.T.); -#2152=ORIENTED_EDGE('',*,*,#5866,.T.); -#2153=ORIENTED_EDGE('',*,*,#4784,.T.); -#2154=ORIENTED_EDGE('',*,*,#5867,.T.); -#2155=ORIENTED_EDGE('',*,*,#4785,.T.); -#2156=ORIENTED_EDGE('',*,*,#5868,.T.); -#2157=ORIENTED_EDGE('',*,*,#4786,.T.); -#2158=ORIENTED_EDGE('',*,*,#5869,.T.); -#2159=ORIENTED_EDGE('',*,*,#4787,.T.); -#2160=ORIENTED_EDGE('',*,*,#5870,.T.); -#2161=ORIENTED_EDGE('',*,*,#4788,.T.); -#2162=ORIENTED_EDGE('',*,*,#5871,.T.); -#2163=ORIENTED_EDGE('',*,*,#4789,.T.); -#2164=ORIENTED_EDGE('',*,*,#5872,.T.); -#2165=ORIENTED_EDGE('',*,*,#4525,.T.); -#2166=ORIENTED_EDGE('',*,*,#4533,.T.); -#2167=ORIENTED_EDGE('',*,*,#4542,.T.); -#2168=ORIENTED_EDGE('',*,*,#4790,.F.); -#2169=ORIENTED_EDGE('',*,*,#4552,.T.); -#2170=ORIENTED_EDGE('',*,*,#4990,.T.); -#2171=ORIENTED_EDGE('',*,*,#4551,.T.); -#2172=ORIENTED_EDGE('',*,*,#4991,.F.); -#2173=ORIENTED_EDGE('',*,*,#4548,.F.); -#2174=ORIENTED_EDGE('',*,*,#4992,.F.); -#2175=ORIENTED_EDGE('',*,*,#4536,.F.); -#2176=ORIENTED_EDGE('',*,*,#4993,.F.); -#2177=ORIENTED_EDGE('',*,*,#4545,.F.); -#2178=ORIENTED_EDGE('',*,*,#4994,.F.); -#2179=ORIENTED_EDGE('',*,*,#4539,.F.); -#2180=ORIENTED_EDGE('',*,*,#4995,.T.); -#2181=ORIENTED_EDGE('',*,*,#4550,.T.); -#2182=ORIENTED_EDGE('',*,*,#4996,.F.); -#2183=ORIENTED_EDGE('',*,*,#4538,.T.); -#2184=ORIENTED_EDGE('',*,*,#4997,.T.); -#2185=ORIENTED_EDGE('',*,*,#4544,.T.); -#2186=ORIENTED_EDGE('',*,*,#4998,.F.); -#2187=ORIENTED_EDGE('',*,*,#4535,.T.); -#2188=ORIENTED_EDGE('',*,*,#4999,.T.); -#2189=ORIENTED_EDGE('',*,*,#4547,.T.); -#2190=ORIENTED_EDGE('',*,*,#5000,.F.); -#2191=ORIENTED_EDGE('',*,*,#4541,.T.); -#2192=ORIENTED_EDGE('',*,*,#5001,.T.); -#2193=ORIENTED_EDGE('',*,*,#4790,.T.); -#2194=ORIENTED_EDGE('',*,*,#4540,.T.); -#2195=ORIENTED_EDGE('',*,*,#5000,.T.); -#2196=ORIENTED_EDGE('',*,*,#4546,.T.); -#2197=ORIENTED_EDGE('',*,*,#4991,.T.); -#2198=ORIENTED_EDGE('',*,*,#4534,.T.); -#2199=ORIENTED_EDGE('',*,*,#4998,.T.); -#2200=ORIENTED_EDGE('',*,*,#4543,.T.); -#2201=ORIENTED_EDGE('',*,*,#4993,.T.); -#2202=ORIENTED_EDGE('',*,*,#4537,.T.); -#2203=ORIENTED_EDGE('',*,*,#4996,.T.); -#2204=ORIENTED_EDGE('',*,*,#4549,.T.); -#2205=ORIENTED_EDGE('',*,*,#5002,.F.); -#2206=ORIENTED_EDGE('',*,*,#5876,.F.); -#2207=ORIENTED_EDGE('',*,*,#4522,.T.); -#2208=ORIENTED_EDGE('',*,*,#4789,.F.); -#2209=ORIENTED_EDGE('',*,*,#4521,.T.); -#2210=ORIENTED_EDGE('',*,*,#5877,.F.); -#2211=ORIENTED_EDGE('',*,*,#4520,.T.); -#2212=ORIENTED_EDGE('',*,*,#4788,.F.); -#2213=ORIENTED_EDGE('',*,*,#4519,.T.); -#2214=ORIENTED_EDGE('',*,*,#5878,.F.); -#2215=ORIENTED_EDGE('',*,*,#4518,.T.); -#2216=ORIENTED_EDGE('',*,*,#4787,.F.); -#2217=ORIENTED_EDGE('',*,*,#4517,.T.); -#2218=ORIENTED_EDGE('',*,*,#5879,.F.); -#2219=ORIENTED_EDGE('',*,*,#4516,.T.); -#2220=ORIENTED_EDGE('',*,*,#4786,.F.); -#2221=ORIENTED_EDGE('',*,*,#4515,.T.); -#2222=ORIENTED_EDGE('',*,*,#5880,.F.); -#2223=ORIENTED_EDGE('',*,*,#4514,.T.); -#2224=ORIENTED_EDGE('',*,*,#4785,.F.); -#2225=ORIENTED_EDGE('',*,*,#4513,.T.); -#2226=ORIENTED_EDGE('',*,*,#5881,.F.); -#2227=ORIENTED_EDGE('',*,*,#4512,.T.); -#2228=ORIENTED_EDGE('',*,*,#4784,.F.); -#2229=ORIENTED_EDGE('',*,*,#4511,.T.); -#2230=ORIENTED_EDGE('',*,*,#5882,.F.); -#2231=ORIENTED_EDGE('',*,*,#4510,.T.); -#2232=ORIENTED_EDGE('',*,*,#4783,.F.); -#2233=ORIENTED_EDGE('',*,*,#4509,.T.); -#2234=ORIENTED_EDGE('',*,*,#5883,.F.); -#2235=ORIENTED_EDGE('',*,*,#4508,.T.); -#2236=ORIENTED_EDGE('',*,*,#4782,.F.); -#2237=ORIENTED_EDGE('',*,*,#4507,.T.); -#2238=ORIENTED_EDGE('',*,*,#5884,.F.); -#2239=ORIENTED_EDGE('',*,*,#4506,.T.); -#2240=ORIENTED_EDGE('',*,*,#4781,.F.); -#2241=ORIENTED_EDGE('',*,*,#4505,.T.); -#2242=ORIENTED_EDGE('',*,*,#5003,.F.); -#2243=ORIENTED_EDGE('',*,*,#4504,.T.); -#2244=ORIENTED_EDGE('',*,*,#4780,.F.); -#2245=ORIENTED_EDGE('',*,*,#4503,.T.); -#2246=ORIENTED_EDGE('',*,*,#5004,.F.); -#2247=ORIENTED_EDGE('',*,*,#4502,.T.); -#2248=ORIENTED_EDGE('',*,*,#4779,.F.); -#2249=ORIENTED_EDGE('',*,*,#4501,.T.); -#2250=ORIENTED_EDGE('',*,*,#5005,.F.); -#2251=ORIENTED_EDGE('',*,*,#4500,.T.); -#2252=ORIENTED_EDGE('',*,*,#4778,.F.); -#2253=ORIENTED_EDGE('',*,*,#4499,.T.); -#2254=ORIENTED_EDGE('',*,*,#5006,.F.); -#2255=ORIENTED_EDGE('',*,*,#4498,.T.); -#2256=ORIENTED_EDGE('',*,*,#4777,.F.); -#2257=ORIENTED_EDGE('',*,*,#4497,.T.); -#2258=ORIENTED_EDGE('',*,*,#5007,.F.); -#2259=ORIENTED_EDGE('',*,*,#4496,.T.); -#2260=ORIENTED_EDGE('',*,*,#4776,.F.); -#2261=ORIENTED_EDGE('',*,*,#4495,.T.); -#2262=ORIENTED_EDGE('',*,*,#5008,.F.); -#2263=ORIENTED_EDGE('',*,*,#4494,.T.); -#2264=ORIENTED_EDGE('',*,*,#4775,.F.); -#2265=ORIENTED_EDGE('',*,*,#4493,.T.); -#2266=ORIENTED_EDGE('',*,*,#5009,.F.); -#2267=ORIENTED_EDGE('',*,*,#4492,.T.); -#2268=ORIENTED_EDGE('',*,*,#4774,.F.); -#2269=ORIENTED_EDGE('',*,*,#4491,.T.); -#2270=ORIENTED_EDGE('',*,*,#5010,.F.); -#2271=ORIENTED_EDGE('',*,*,#4490,.T.); -#2272=ORIENTED_EDGE('',*,*,#4773,.F.); -#2273=ORIENTED_EDGE('',*,*,#4489,.T.); -#2274=ORIENTED_EDGE('',*,*,#5011,.F.); -#2275=ORIENTED_EDGE('',*,*,#4488,.T.); -#2276=ORIENTED_EDGE('',*,*,#4772,.F.); -#2277=ORIENTED_EDGE('',*,*,#4487,.T.); -#2278=ORIENTED_EDGE('',*,*,#5012,.F.); -#2279=ORIENTED_EDGE('',*,*,#4486,.T.); -#2280=ORIENTED_EDGE('',*,*,#4771,.F.); -#2281=ORIENTED_EDGE('',*,*,#4485,.T.); -#2282=ORIENTED_EDGE('',*,*,#5013,.F.); -#2283=ORIENTED_EDGE('',*,*,#4484,.T.); -#2284=ORIENTED_EDGE('',*,*,#4770,.F.); -#2285=ORIENTED_EDGE('',*,*,#4483,.T.); -#2286=ORIENTED_EDGE('',*,*,#5014,.F.); -#2287=ORIENTED_EDGE('',*,*,#4482,.T.); -#2288=ORIENTED_EDGE('',*,*,#4769,.F.); -#2289=ORIENTED_EDGE('',*,*,#4481,.T.); -#2290=ORIENTED_EDGE('',*,*,#5015,.F.); -#2291=ORIENTED_EDGE('',*,*,#4480,.T.); -#2292=ORIENTED_EDGE('',*,*,#4768,.F.); -#2293=ORIENTED_EDGE('',*,*,#4479,.T.); -#2294=ORIENTED_EDGE('',*,*,#5016,.F.); -#2295=ORIENTED_EDGE('',*,*,#4478,.T.); -#2296=ORIENTED_EDGE('',*,*,#4767,.F.); -#2297=ORIENTED_EDGE('',*,*,#4477,.T.); -#2298=ORIENTED_EDGE('',*,*,#5017,.F.); -#2299=ORIENTED_EDGE('',*,*,#4476,.T.); -#2300=ORIENTED_EDGE('',*,*,#4766,.F.); -#2301=ORIENTED_EDGE('',*,*,#4475,.T.); -#2302=ORIENTED_EDGE('',*,*,#5018,.F.); -#2303=ORIENTED_EDGE('',*,*,#4474,.T.); -#2304=ORIENTED_EDGE('',*,*,#4765,.F.); -#2305=ORIENTED_EDGE('',*,*,#4473,.T.); -#2306=ORIENTED_EDGE('',*,*,#5019,.F.); -#2307=ORIENTED_EDGE('',*,*,#4472,.T.); -#2308=ORIENTED_EDGE('',*,*,#4764,.F.); -#2309=ORIENTED_EDGE('',*,*,#4471,.T.); -#2310=ORIENTED_EDGE('',*,*,#5020,.F.); -#2311=ORIENTED_EDGE('',*,*,#4470,.T.); -#2312=ORIENTED_EDGE('',*,*,#4763,.F.); -#2313=ORIENTED_EDGE('',*,*,#4469,.T.); -#2314=ORIENTED_EDGE('',*,*,#5021,.F.); -#2315=ORIENTED_EDGE('',*,*,#4468,.T.); -#2316=ORIENTED_EDGE('',*,*,#4762,.F.); -#2317=ORIENTED_EDGE('',*,*,#4467,.T.); -#2318=ORIENTED_EDGE('',*,*,#5022,.F.); -#2319=ORIENTED_EDGE('',*,*,#4466,.T.); -#2320=ORIENTED_EDGE('',*,*,#4761,.F.); -#2321=ORIENTED_EDGE('',*,*,#4465,.T.); -#2322=ORIENTED_EDGE('',*,*,#5023,.F.); -#2323=ORIENTED_EDGE('',*,*,#4464,.T.); -#2324=ORIENTED_EDGE('',*,*,#4760,.F.); -#2325=ORIENTED_EDGE('',*,*,#4463,.T.); -#2326=ORIENTED_EDGE('',*,*,#5024,.F.); -#2327=ORIENTED_EDGE('',*,*,#4462,.T.); -#2328=ORIENTED_EDGE('',*,*,#4759,.F.); -#2329=ORIENTED_EDGE('',*,*,#4461,.T.); -#2330=ORIENTED_EDGE('',*,*,#5025,.F.); -#2331=ORIENTED_EDGE('',*,*,#4460,.T.); -#2332=ORIENTED_EDGE('',*,*,#4758,.F.); -#2333=ORIENTED_EDGE('',*,*,#4459,.T.); -#2334=ORIENTED_EDGE('',*,*,#5026,.F.); -#2335=ORIENTED_EDGE('',*,*,#4458,.T.); -#2336=ORIENTED_EDGE('',*,*,#4757,.F.); -#2337=ORIENTED_EDGE('',*,*,#4457,.T.); -#2338=ORIENTED_EDGE('',*,*,#5027,.F.); -#2339=ORIENTED_EDGE('',*,*,#4456,.T.); -#2340=ORIENTED_EDGE('',*,*,#4756,.F.); -#2341=ORIENTED_EDGE('',*,*,#4455,.T.); -#2342=ORIENTED_EDGE('',*,*,#5028,.F.); -#2343=ORIENTED_EDGE('',*,*,#4454,.T.); -#2344=ORIENTED_EDGE('',*,*,#4755,.F.); -#2345=ORIENTED_EDGE('',*,*,#4453,.T.); -#2346=ORIENTED_EDGE('',*,*,#5029,.F.); -#2347=ORIENTED_EDGE('',*,*,#4452,.T.); -#2348=ORIENTED_EDGE('',*,*,#4754,.F.); -#2349=ORIENTED_EDGE('',*,*,#5834,.T.); -#2350=ORIENTED_EDGE('',*,*,#5030,.F.); -#2351=ORIENTED_EDGE('',*,*,#5833,.F.); -#2352=ORIENTED_EDGE('',*,*,#4753,.F.); -#2353=ORIENTED_EDGE('',*,*,#4451,.T.); -#2354=ORIENTED_EDGE('',*,*,#5031,.F.); -#2355=ORIENTED_EDGE('',*,*,#4450,.T.); -#2356=ORIENTED_EDGE('',*,*,#4752,.F.); -#2357=ORIENTED_EDGE('',*,*,#4449,.T.); -#2358=ORIENTED_EDGE('',*,*,#5033,.F.); -#2359=ORIENTED_EDGE('',*,*,#4448,.T.); -#2360=ORIENTED_EDGE('',*,*,#4751,.F.); -#2361=ORIENTED_EDGE('',*,*,#5032,.T.); -#2362=ORIENTED_EDGE('',*,*,#5034,.T.); -#2363=ORIENTED_EDGE('',*,*,#5035,.T.); -#2364=ORIENTED_EDGE('',*,*,#5036,.T.); -#2365=ORIENTED_EDGE('',*,*,#5334,.T.); -#2366=ORIENTED_EDGE('',*,*,#5002,.T.); -#2367=ORIENTED_EDGE('',*,*,#5874,.T.); -#2368=ORIENTED_EDGE('',*,*,#4530,.T.); -#2369=ORIENTED_EDGE('',*,*,#5873,.T.); -#2370=ORIENTED_EDGE('',*,*,#5885,.T.); -#2371=ORIENTED_EDGE('',*,*,#5876,.T.); -#2372=ORIENTED_EDGE('',*,*,#5886,.T.); -#2373=ORIENTED_EDGE('',*,*,#5877,.T.); -#2374=ORIENTED_EDGE('',*,*,#5887,.T.); -#2375=ORIENTED_EDGE('',*,*,#5878,.T.); -#2376=ORIENTED_EDGE('',*,*,#5888,.T.); -#2377=ORIENTED_EDGE('',*,*,#5879,.T.); -#2378=ORIENTED_EDGE('',*,*,#5889,.T.); -#2379=ORIENTED_EDGE('',*,*,#5880,.T.); -#2380=ORIENTED_EDGE('',*,*,#5890,.T.); -#2381=ORIENTED_EDGE('',*,*,#5881,.T.); -#2382=ORIENTED_EDGE('',*,*,#5891,.T.); -#2383=ORIENTED_EDGE('',*,*,#5882,.T.); -#2384=ORIENTED_EDGE('',*,*,#5892,.T.); -#2385=ORIENTED_EDGE('',*,*,#5883,.T.); -#2386=ORIENTED_EDGE('',*,*,#5893,.T.); -#2387=ORIENTED_EDGE('',*,*,#5884,.T.); -#2388=ORIENTED_EDGE('',*,*,#5894,.T.); -#2389=ORIENTED_EDGE('',*,*,#5003,.T.); -#2390=ORIENTED_EDGE('',*,*,#5895,.T.); -#2391=ORIENTED_EDGE('',*,*,#5004,.T.); -#2392=ORIENTED_EDGE('',*,*,#5896,.T.); -#2393=ORIENTED_EDGE('',*,*,#5005,.T.); -#2394=ORIENTED_EDGE('',*,*,#5897,.T.); -#2395=ORIENTED_EDGE('',*,*,#5006,.T.); -#2396=ORIENTED_EDGE('',*,*,#5898,.T.); -#2397=ORIENTED_EDGE('',*,*,#5007,.T.); -#2398=ORIENTED_EDGE('',*,*,#5899,.T.); -#2399=ORIENTED_EDGE('',*,*,#5008,.T.); -#2400=ORIENTED_EDGE('',*,*,#5900,.T.); -#2401=ORIENTED_EDGE('',*,*,#5009,.T.); -#2402=ORIENTED_EDGE('',*,*,#5901,.T.); -#2403=ORIENTED_EDGE('',*,*,#5010,.T.); -#2404=ORIENTED_EDGE('',*,*,#5902,.T.); -#2405=ORIENTED_EDGE('',*,*,#5011,.T.); -#2406=ORIENTED_EDGE('',*,*,#5903,.T.); -#2407=ORIENTED_EDGE('',*,*,#5012,.T.); -#2408=ORIENTED_EDGE('',*,*,#5904,.T.); -#2409=ORIENTED_EDGE('',*,*,#5013,.T.); -#2410=ORIENTED_EDGE('',*,*,#5905,.T.); -#2411=ORIENTED_EDGE('',*,*,#5014,.T.); -#2412=ORIENTED_EDGE('',*,*,#5906,.T.); -#2413=ORIENTED_EDGE('',*,*,#5015,.T.); -#2414=ORIENTED_EDGE('',*,*,#5907,.T.); -#2415=ORIENTED_EDGE('',*,*,#5016,.T.); -#2416=ORIENTED_EDGE('',*,*,#5908,.T.); -#2417=ORIENTED_EDGE('',*,*,#5017,.T.); -#2418=ORIENTED_EDGE('',*,*,#5909,.T.); -#2419=ORIENTED_EDGE('',*,*,#5018,.T.); -#2420=ORIENTED_EDGE('',*,*,#5910,.T.); -#2421=ORIENTED_EDGE('',*,*,#5019,.T.); -#2422=ORIENTED_EDGE('',*,*,#5911,.T.); -#2423=ORIENTED_EDGE('',*,*,#5020,.T.); -#2424=ORIENTED_EDGE('',*,*,#5912,.T.); -#2425=ORIENTED_EDGE('',*,*,#5021,.T.); -#2426=ORIENTED_EDGE('',*,*,#5913,.T.); -#2427=ORIENTED_EDGE('',*,*,#5022,.T.); -#2428=ORIENTED_EDGE('',*,*,#5914,.T.); -#2429=ORIENTED_EDGE('',*,*,#5023,.T.); -#2430=ORIENTED_EDGE('',*,*,#5915,.T.); -#2431=ORIENTED_EDGE('',*,*,#5024,.T.); -#2432=ORIENTED_EDGE('',*,*,#5916,.T.); -#2433=ORIENTED_EDGE('',*,*,#5025,.T.); -#2434=ORIENTED_EDGE('',*,*,#5917,.T.); -#2435=ORIENTED_EDGE('',*,*,#5026,.T.); -#2436=ORIENTED_EDGE('',*,*,#5918,.T.); -#2437=ORIENTED_EDGE('',*,*,#5027,.T.); -#2438=ORIENTED_EDGE('',*,*,#5919,.T.); -#2439=ORIENTED_EDGE('',*,*,#5028,.T.); -#2440=ORIENTED_EDGE('',*,*,#5920,.T.); -#2441=ORIENTED_EDGE('',*,*,#5029,.T.); -#2442=ORIENTED_EDGE('',*,*,#5921,.T.); -#2443=ORIENTED_EDGE('',*,*,#5030,.T.); -#2444=ORIENTED_EDGE('',*,*,#5922,.T.); -#2445=ORIENTED_EDGE('',*,*,#5031,.T.); -#2446=ORIENTED_EDGE('',*,*,#5923,.T.); -#2447=ORIENTED_EDGE('',*,*,#5033,.T.); -#2448=ORIENTED_EDGE('',*,*,#5037,.T.); -#2449=ORIENTED_EDGE('',*,*,#5038,.T.); -#2450=ORIENTED_EDGE('',*,*,#5039,.T.); -#2451=ORIENTED_EDGE('',*,*,#5433,.T.); -#2452=ORIENTED_EDGE('',*,*,#5040,.T.); -#2453=ORIENTED_EDGE('',*,*,#5041,.T.); -#2454=ORIENTED_EDGE('',*,*,#5042,.T.); -#2455=ORIENTED_EDGE('',*,*,#5432,.T.); -#2456=ORIENTED_EDGE('',*,*,#5043,.T.); -#2457=ORIENTED_EDGE('',*,*,#5044,.T.); -#2458=ORIENTED_EDGE('',*,*,#5045,.T.); -#2459=ORIENTED_EDGE('',*,*,#5431,.T.); -#2460=ORIENTED_EDGE('',*,*,#5046,.T.); -#2461=ORIENTED_EDGE('',*,*,#5047,.T.); -#2462=ORIENTED_EDGE('',*,*,#5048,.T.); -#2463=ORIENTED_EDGE('',*,*,#5430,.T.); -#2464=ORIENTED_EDGE('',*,*,#5049,.T.); -#2465=ORIENTED_EDGE('',*,*,#5050,.T.); -#2466=ORIENTED_EDGE('',*,*,#5051,.T.); -#2467=ORIENTED_EDGE('',*,*,#5429,.T.); -#2468=ORIENTED_EDGE('',*,*,#5052,.T.); -#2469=ORIENTED_EDGE('',*,*,#5053,.T.); -#2470=ORIENTED_EDGE('',*,*,#5054,.T.); -#2471=ORIENTED_EDGE('',*,*,#5428,.T.); -#2472=ORIENTED_EDGE('',*,*,#5055,.T.); -#2473=ORIENTED_EDGE('',*,*,#5056,.T.); -#2474=ORIENTED_EDGE('',*,*,#5057,.T.); -#2475=ORIENTED_EDGE('',*,*,#5427,.T.); -#2476=ORIENTED_EDGE('',*,*,#5058,.T.); -#2477=ORIENTED_EDGE('',*,*,#5059,.T.); -#2478=ORIENTED_EDGE('',*,*,#5060,.T.); -#2479=ORIENTED_EDGE('',*,*,#5426,.T.); -#2480=ORIENTED_EDGE('',*,*,#5061,.T.); -#2481=ORIENTED_EDGE('',*,*,#5062,.T.); -#2482=ORIENTED_EDGE('',*,*,#5063,.T.); -#2483=ORIENTED_EDGE('',*,*,#5425,.T.); -#2484=ORIENTED_EDGE('',*,*,#5064,.T.); -#2485=ORIENTED_EDGE('',*,*,#5065,.T.); -#2486=ORIENTED_EDGE('',*,*,#5066,.T.); -#2487=ORIENTED_EDGE('',*,*,#5424,.T.); -#2488=ORIENTED_EDGE('',*,*,#5067,.T.); -#2489=ORIENTED_EDGE('',*,*,#5068,.T.); -#2490=ORIENTED_EDGE('',*,*,#5069,.T.); -#2491=ORIENTED_EDGE('',*,*,#5423,.T.); -#2492=ORIENTED_EDGE('',*,*,#5070,.T.); -#2493=ORIENTED_EDGE('',*,*,#5071,.T.); -#2494=ORIENTED_EDGE('',*,*,#5072,.T.); -#2495=ORIENTED_EDGE('',*,*,#5422,.T.); -#2496=ORIENTED_EDGE('',*,*,#5073,.T.); -#2497=ORIENTED_EDGE('',*,*,#5074,.T.); -#2498=ORIENTED_EDGE('',*,*,#5075,.T.); -#2499=ORIENTED_EDGE('',*,*,#5421,.T.); -#2500=ORIENTED_EDGE('',*,*,#5076,.T.); -#2501=ORIENTED_EDGE('',*,*,#5077,.T.); -#2502=ORIENTED_EDGE('',*,*,#5078,.T.); -#2503=ORIENTED_EDGE('',*,*,#5420,.T.); -#2504=ORIENTED_EDGE('',*,*,#5079,.T.); -#2505=ORIENTED_EDGE('',*,*,#5080,.T.); -#2506=ORIENTED_EDGE('',*,*,#5081,.T.); -#2507=ORIENTED_EDGE('',*,*,#5419,.T.); -#2508=ORIENTED_EDGE('',*,*,#5082,.T.); -#2509=ORIENTED_EDGE('',*,*,#5083,.T.); -#2510=ORIENTED_EDGE('',*,*,#5084,.T.); -#2511=ORIENTED_EDGE('',*,*,#5418,.T.); -#2512=ORIENTED_EDGE('',*,*,#5085,.T.); -#2513=ORIENTED_EDGE('',*,*,#5086,.T.); -#2514=ORIENTED_EDGE('',*,*,#5087,.T.); -#2515=ORIENTED_EDGE('',*,*,#5417,.T.); -#2516=ORIENTED_EDGE('',*,*,#5088,.T.); -#2517=ORIENTED_EDGE('',*,*,#5089,.T.); -#2518=ORIENTED_EDGE('',*,*,#5090,.T.); -#2519=ORIENTED_EDGE('',*,*,#5416,.T.); -#2520=ORIENTED_EDGE('',*,*,#5091,.T.); -#2521=ORIENTED_EDGE('',*,*,#5092,.T.); -#2522=ORIENTED_EDGE('',*,*,#5093,.T.); -#2523=ORIENTED_EDGE('',*,*,#5415,.T.); -#2524=ORIENTED_EDGE('',*,*,#5094,.T.); -#2525=ORIENTED_EDGE('',*,*,#5095,.T.); -#2526=ORIENTED_EDGE('',*,*,#5096,.T.); -#2527=ORIENTED_EDGE('',*,*,#5414,.T.); -#2528=ORIENTED_EDGE('',*,*,#5097,.T.); -#2529=ORIENTED_EDGE('',*,*,#5098,.T.); -#2530=ORIENTED_EDGE('',*,*,#5099,.T.); -#2531=ORIENTED_EDGE('',*,*,#5413,.T.); -#2532=ORIENTED_EDGE('',*,*,#5100,.T.); -#2533=ORIENTED_EDGE('',*,*,#5101,.T.); -#2534=ORIENTED_EDGE('',*,*,#5102,.T.); -#2535=ORIENTED_EDGE('',*,*,#5412,.T.); -#2536=ORIENTED_EDGE('',*,*,#5103,.T.); -#2537=ORIENTED_EDGE('',*,*,#5104,.T.); -#2538=ORIENTED_EDGE('',*,*,#5105,.T.); -#2539=ORIENTED_EDGE('',*,*,#5411,.T.); -#2540=ORIENTED_EDGE('',*,*,#5106,.T.); -#2541=ORIENTED_EDGE('',*,*,#5107,.T.); -#2542=ORIENTED_EDGE('',*,*,#5108,.T.); -#2543=ORIENTED_EDGE('',*,*,#5410,.T.); -#2544=ORIENTED_EDGE('',*,*,#5109,.T.); -#2545=ORIENTED_EDGE('',*,*,#5110,.T.); -#2546=ORIENTED_EDGE('',*,*,#5111,.T.); -#2547=ORIENTED_EDGE('',*,*,#5409,.T.); -#2548=ORIENTED_EDGE('',*,*,#5112,.T.); -#2549=ORIENTED_EDGE('',*,*,#5113,.T.); -#2550=ORIENTED_EDGE('',*,*,#5114,.T.); -#2551=ORIENTED_EDGE('',*,*,#5408,.T.); -#2552=ORIENTED_EDGE('',*,*,#5115,.T.); -#2553=ORIENTED_EDGE('',*,*,#5116,.T.); -#2554=ORIENTED_EDGE('',*,*,#5117,.T.); -#2555=ORIENTED_EDGE('',*,*,#5407,.T.); -#2556=ORIENTED_EDGE('',*,*,#5118,.T.); -#2557=ORIENTED_EDGE('',*,*,#5119,.T.); -#2558=ORIENTED_EDGE('',*,*,#5120,.T.); -#2559=ORIENTED_EDGE('',*,*,#5406,.T.); -#2560=ORIENTED_EDGE('',*,*,#5121,.T.); -#2561=ORIENTED_EDGE('',*,*,#5122,.T.); -#2562=ORIENTED_EDGE('',*,*,#5123,.T.); -#2563=ORIENTED_EDGE('',*,*,#5405,.T.); -#2564=ORIENTED_EDGE('',*,*,#5124,.T.); -#2565=ORIENTED_EDGE('',*,*,#5125,.T.); -#2566=ORIENTED_EDGE('',*,*,#5126,.T.); -#2567=ORIENTED_EDGE('',*,*,#5404,.T.); -#2568=ORIENTED_EDGE('',*,*,#5127,.T.); -#2569=ORIENTED_EDGE('',*,*,#5128,.T.); -#2570=ORIENTED_EDGE('',*,*,#5129,.T.); -#2571=ORIENTED_EDGE('',*,*,#5403,.T.); -#2572=ORIENTED_EDGE('',*,*,#5130,.T.); -#2573=ORIENTED_EDGE('',*,*,#5131,.T.); -#2574=ORIENTED_EDGE('',*,*,#5132,.T.); -#2575=ORIENTED_EDGE('',*,*,#5402,.T.); -#2576=ORIENTED_EDGE('',*,*,#5133,.T.); -#2577=ORIENTED_EDGE('',*,*,#5134,.T.); -#2578=ORIENTED_EDGE('',*,*,#5135,.T.); -#2579=ORIENTED_EDGE('',*,*,#5401,.T.); -#2580=ORIENTED_EDGE('',*,*,#5136,.T.); -#2581=ORIENTED_EDGE('',*,*,#5137,.T.); -#2582=ORIENTED_EDGE('',*,*,#5138,.T.); -#2583=ORIENTED_EDGE('',*,*,#5400,.T.); -#2584=ORIENTED_EDGE('',*,*,#5139,.T.); -#2585=ORIENTED_EDGE('',*,*,#5140,.T.); -#2586=ORIENTED_EDGE('',*,*,#5141,.T.); -#2587=ORIENTED_EDGE('',*,*,#5399,.T.); -#2588=ORIENTED_EDGE('',*,*,#5142,.T.); -#2589=ORIENTED_EDGE('',*,*,#5143,.T.); -#2590=ORIENTED_EDGE('',*,*,#5144,.T.); -#2591=ORIENTED_EDGE('',*,*,#5398,.T.); -#2592=ORIENTED_EDGE('',*,*,#5145,.T.); -#2593=ORIENTED_EDGE('',*,*,#5146,.T.); -#2594=ORIENTED_EDGE('',*,*,#5147,.T.); -#2595=ORIENTED_EDGE('',*,*,#5397,.T.); -#2596=ORIENTED_EDGE('',*,*,#5148,.T.); -#2597=ORIENTED_EDGE('',*,*,#5149,.T.); -#2598=ORIENTED_EDGE('',*,*,#5150,.T.); -#2599=ORIENTED_EDGE('',*,*,#5396,.T.); -#2600=ORIENTED_EDGE('',*,*,#5151,.T.); -#2601=ORIENTED_EDGE('',*,*,#5152,.T.); -#2602=ORIENTED_EDGE('',*,*,#5153,.T.); -#2603=ORIENTED_EDGE('',*,*,#5395,.T.); -#2604=ORIENTED_EDGE('',*,*,#5154,.T.); -#2605=ORIENTED_EDGE('',*,*,#5155,.T.); -#2606=ORIENTED_EDGE('',*,*,#5156,.T.); -#2607=ORIENTED_EDGE('',*,*,#5394,.T.); -#2608=ORIENTED_EDGE('',*,*,#5157,.T.); -#2609=ORIENTED_EDGE('',*,*,#5158,.T.); -#2610=ORIENTED_EDGE('',*,*,#5159,.T.); -#2611=ORIENTED_EDGE('',*,*,#5393,.T.); -#2612=ORIENTED_EDGE('',*,*,#5160,.T.); -#2613=ORIENTED_EDGE('',*,*,#5161,.T.); -#2614=ORIENTED_EDGE('',*,*,#5162,.T.); -#2615=ORIENTED_EDGE('',*,*,#5392,.T.); -#2616=ORIENTED_EDGE('',*,*,#5163,.T.); -#2617=ORIENTED_EDGE('',*,*,#5164,.T.); -#2618=ORIENTED_EDGE('',*,*,#5165,.T.); -#2619=ORIENTED_EDGE('',*,*,#5391,.T.); -#2620=ORIENTED_EDGE('',*,*,#5166,.T.); -#2621=ORIENTED_EDGE('',*,*,#5167,.T.); -#2622=ORIENTED_EDGE('',*,*,#5168,.T.); -#2623=ORIENTED_EDGE('',*,*,#5390,.T.); -#2624=ORIENTED_EDGE('',*,*,#5169,.T.); -#2625=ORIENTED_EDGE('',*,*,#5170,.T.); -#2626=ORIENTED_EDGE('',*,*,#5171,.T.); -#2627=ORIENTED_EDGE('',*,*,#5389,.T.); -#2628=ORIENTED_EDGE('',*,*,#5172,.T.); -#2629=ORIENTED_EDGE('',*,*,#5173,.T.); -#2630=ORIENTED_EDGE('',*,*,#5174,.T.); -#2631=ORIENTED_EDGE('',*,*,#5388,.T.); -#2632=ORIENTED_EDGE('',*,*,#5175,.T.); -#2633=ORIENTED_EDGE('',*,*,#5176,.T.); -#2634=ORIENTED_EDGE('',*,*,#5177,.T.); -#2635=ORIENTED_EDGE('',*,*,#5387,.T.); -#2636=ORIENTED_EDGE('',*,*,#5178,.T.); -#2637=ORIENTED_EDGE('',*,*,#5179,.T.); -#2638=ORIENTED_EDGE('',*,*,#5180,.T.); -#2639=ORIENTED_EDGE('',*,*,#5386,.T.); -#2640=ORIENTED_EDGE('',*,*,#5181,.T.); -#2641=ORIENTED_EDGE('',*,*,#5182,.T.); -#2642=ORIENTED_EDGE('',*,*,#5183,.T.); -#2643=ORIENTED_EDGE('',*,*,#5385,.T.); -#2644=ORIENTED_EDGE('',*,*,#5184,.T.); -#2645=ORIENTED_EDGE('',*,*,#5185,.T.); -#2646=ORIENTED_EDGE('',*,*,#5186,.T.); -#2647=ORIENTED_EDGE('',*,*,#5384,.T.); -#2648=ORIENTED_EDGE('',*,*,#5187,.T.); -#2649=ORIENTED_EDGE('',*,*,#5188,.T.); -#2650=ORIENTED_EDGE('',*,*,#5189,.T.); -#2651=ORIENTED_EDGE('',*,*,#5383,.T.); -#2652=ORIENTED_EDGE('',*,*,#5190,.T.); -#2653=ORIENTED_EDGE('',*,*,#5191,.T.); -#2654=ORIENTED_EDGE('',*,*,#5192,.T.); -#2655=ORIENTED_EDGE('',*,*,#5382,.T.); -#2656=ORIENTED_EDGE('',*,*,#5193,.T.); -#2657=ORIENTED_EDGE('',*,*,#5194,.T.); -#2658=ORIENTED_EDGE('',*,*,#5195,.T.); -#2659=ORIENTED_EDGE('',*,*,#5381,.T.); -#2660=ORIENTED_EDGE('',*,*,#5196,.T.); -#2661=ORIENTED_EDGE('',*,*,#5197,.T.); -#2662=ORIENTED_EDGE('',*,*,#5198,.T.); -#2663=ORIENTED_EDGE('',*,*,#5380,.T.); -#2664=ORIENTED_EDGE('',*,*,#5199,.T.); -#2665=ORIENTED_EDGE('',*,*,#5200,.T.); -#2666=ORIENTED_EDGE('',*,*,#5201,.T.); -#2667=ORIENTED_EDGE('',*,*,#5379,.T.); -#2668=ORIENTED_EDGE('',*,*,#5202,.T.); -#2669=ORIENTED_EDGE('',*,*,#5203,.T.); -#2670=ORIENTED_EDGE('',*,*,#5204,.T.); -#2671=ORIENTED_EDGE('',*,*,#5378,.T.); -#2672=ORIENTED_EDGE('',*,*,#5205,.T.); -#2673=ORIENTED_EDGE('',*,*,#5206,.T.); -#2674=ORIENTED_EDGE('',*,*,#5207,.T.); -#2675=ORIENTED_EDGE('',*,*,#5377,.T.); -#2676=ORIENTED_EDGE('',*,*,#5208,.T.); -#2677=ORIENTED_EDGE('',*,*,#5209,.T.); -#2678=ORIENTED_EDGE('',*,*,#5210,.T.); -#2679=ORIENTED_EDGE('',*,*,#5376,.T.); -#2680=ORIENTED_EDGE('',*,*,#5211,.T.); -#2681=ORIENTED_EDGE('',*,*,#5212,.T.); -#2682=ORIENTED_EDGE('',*,*,#5213,.T.); -#2683=ORIENTED_EDGE('',*,*,#5375,.T.); -#2684=ORIENTED_EDGE('',*,*,#5214,.T.); -#2685=ORIENTED_EDGE('',*,*,#5215,.T.); -#2686=ORIENTED_EDGE('',*,*,#5216,.T.); -#2687=ORIENTED_EDGE('',*,*,#5374,.T.); -#2688=ORIENTED_EDGE('',*,*,#5217,.T.); -#2689=ORIENTED_EDGE('',*,*,#5218,.T.); -#2690=ORIENTED_EDGE('',*,*,#5219,.T.); -#2691=ORIENTED_EDGE('',*,*,#5373,.T.); -#2692=ORIENTED_EDGE('',*,*,#5220,.T.); -#2693=ORIENTED_EDGE('',*,*,#5221,.T.); -#2694=ORIENTED_EDGE('',*,*,#5222,.T.); -#2695=ORIENTED_EDGE('',*,*,#5372,.T.); -#2696=ORIENTED_EDGE('',*,*,#5223,.T.); -#2697=ORIENTED_EDGE('',*,*,#5224,.T.); -#2698=ORIENTED_EDGE('',*,*,#5225,.T.); -#2699=ORIENTED_EDGE('',*,*,#5371,.T.); -#2700=ORIENTED_EDGE('',*,*,#5226,.T.); -#2701=ORIENTED_EDGE('',*,*,#5227,.T.); -#2702=ORIENTED_EDGE('',*,*,#5228,.T.); -#2703=ORIENTED_EDGE('',*,*,#5370,.T.); -#2704=ORIENTED_EDGE('',*,*,#5229,.T.); -#2705=ORIENTED_EDGE('',*,*,#5230,.T.); -#2706=ORIENTED_EDGE('',*,*,#5231,.T.); -#2707=ORIENTED_EDGE('',*,*,#5369,.T.); -#2708=ORIENTED_EDGE('',*,*,#5232,.T.); -#2709=ORIENTED_EDGE('',*,*,#5233,.T.); -#2710=ORIENTED_EDGE('',*,*,#5234,.T.); -#2711=ORIENTED_EDGE('',*,*,#5368,.T.); -#2712=ORIENTED_EDGE('',*,*,#5235,.T.); -#2713=ORIENTED_EDGE('',*,*,#5236,.T.); -#2714=ORIENTED_EDGE('',*,*,#5237,.T.); -#2715=ORIENTED_EDGE('',*,*,#5367,.T.); -#2716=ORIENTED_EDGE('',*,*,#5238,.T.); -#2717=ORIENTED_EDGE('',*,*,#5239,.T.); -#2718=ORIENTED_EDGE('',*,*,#5240,.T.); -#2719=ORIENTED_EDGE('',*,*,#5366,.T.); -#2720=ORIENTED_EDGE('',*,*,#5241,.T.); -#2721=ORIENTED_EDGE('',*,*,#5242,.T.); -#2722=ORIENTED_EDGE('',*,*,#5243,.T.); -#2723=ORIENTED_EDGE('',*,*,#5365,.T.); -#2724=ORIENTED_EDGE('',*,*,#5244,.T.); -#2725=ORIENTED_EDGE('',*,*,#5245,.T.); -#2726=ORIENTED_EDGE('',*,*,#5246,.T.); -#2727=ORIENTED_EDGE('',*,*,#5364,.T.); -#2728=ORIENTED_EDGE('',*,*,#5247,.T.); -#2729=ORIENTED_EDGE('',*,*,#5248,.T.); -#2730=ORIENTED_EDGE('',*,*,#5249,.T.); -#2731=ORIENTED_EDGE('',*,*,#5363,.T.); -#2732=ORIENTED_EDGE('',*,*,#5250,.T.); -#2733=ORIENTED_EDGE('',*,*,#5251,.T.); -#2734=ORIENTED_EDGE('',*,*,#5252,.T.); -#2735=ORIENTED_EDGE('',*,*,#5362,.T.); -#2736=ORIENTED_EDGE('',*,*,#5253,.T.); -#2737=ORIENTED_EDGE('',*,*,#5254,.T.); -#2738=ORIENTED_EDGE('',*,*,#5255,.T.); -#2739=ORIENTED_EDGE('',*,*,#5361,.T.); -#2740=ORIENTED_EDGE('',*,*,#5256,.T.); -#2741=ORIENTED_EDGE('',*,*,#5257,.T.); -#2742=ORIENTED_EDGE('',*,*,#5258,.T.); -#2743=ORIENTED_EDGE('',*,*,#5360,.T.); -#2744=ORIENTED_EDGE('',*,*,#5259,.T.); -#2745=ORIENTED_EDGE('',*,*,#5260,.T.); -#2746=ORIENTED_EDGE('',*,*,#5261,.T.); -#2747=ORIENTED_EDGE('',*,*,#5359,.T.); -#2748=ORIENTED_EDGE('',*,*,#5262,.T.); -#2749=ORIENTED_EDGE('',*,*,#5263,.T.); -#2750=ORIENTED_EDGE('',*,*,#5264,.T.); -#2751=ORIENTED_EDGE('',*,*,#5358,.T.); -#2752=ORIENTED_EDGE('',*,*,#5265,.T.); -#2753=ORIENTED_EDGE('',*,*,#5266,.T.); -#2754=ORIENTED_EDGE('',*,*,#5267,.T.); -#2755=ORIENTED_EDGE('',*,*,#5357,.T.); -#2756=ORIENTED_EDGE('',*,*,#5268,.T.); -#2757=ORIENTED_EDGE('',*,*,#5269,.T.); -#2758=ORIENTED_EDGE('',*,*,#5270,.T.); -#2759=ORIENTED_EDGE('',*,*,#5356,.T.); -#2760=ORIENTED_EDGE('',*,*,#5271,.T.); -#2761=ORIENTED_EDGE('',*,*,#5272,.T.); -#2762=ORIENTED_EDGE('',*,*,#5273,.T.); -#2763=ORIENTED_EDGE('',*,*,#5355,.T.); -#2764=ORIENTED_EDGE('',*,*,#5274,.T.); -#2765=ORIENTED_EDGE('',*,*,#5275,.T.); -#2766=ORIENTED_EDGE('',*,*,#5276,.T.); -#2767=ORIENTED_EDGE('',*,*,#5354,.T.); -#2768=ORIENTED_EDGE('',*,*,#5277,.T.); -#2769=ORIENTED_EDGE('',*,*,#5278,.T.); -#2770=ORIENTED_EDGE('',*,*,#5279,.T.); -#2771=ORIENTED_EDGE('',*,*,#5353,.T.); -#2772=ORIENTED_EDGE('',*,*,#5280,.T.); -#2773=ORIENTED_EDGE('',*,*,#5281,.T.); -#2774=ORIENTED_EDGE('',*,*,#5282,.T.); -#2775=ORIENTED_EDGE('',*,*,#5352,.T.); -#2776=ORIENTED_EDGE('',*,*,#5283,.T.); -#2777=ORIENTED_EDGE('',*,*,#5284,.T.); -#2778=ORIENTED_EDGE('',*,*,#5285,.T.); -#2779=ORIENTED_EDGE('',*,*,#5351,.T.); -#2780=ORIENTED_EDGE('',*,*,#5286,.T.); -#2781=ORIENTED_EDGE('',*,*,#5287,.T.); -#2782=ORIENTED_EDGE('',*,*,#5288,.T.); -#2783=ORIENTED_EDGE('',*,*,#5350,.T.); -#2784=ORIENTED_EDGE('',*,*,#5289,.T.); -#2785=ORIENTED_EDGE('',*,*,#5290,.T.); -#2786=ORIENTED_EDGE('',*,*,#5291,.T.); -#2787=ORIENTED_EDGE('',*,*,#5349,.T.); -#2788=ORIENTED_EDGE('',*,*,#5292,.T.); -#2789=ORIENTED_EDGE('',*,*,#5293,.T.); -#2790=ORIENTED_EDGE('',*,*,#5294,.T.); -#2791=ORIENTED_EDGE('',*,*,#5348,.T.); -#2792=ORIENTED_EDGE('',*,*,#5295,.T.); -#2793=ORIENTED_EDGE('',*,*,#5296,.T.); -#2794=ORIENTED_EDGE('',*,*,#5297,.T.); -#2795=ORIENTED_EDGE('',*,*,#5347,.T.); -#2796=ORIENTED_EDGE('',*,*,#5298,.T.); -#2797=ORIENTED_EDGE('',*,*,#5299,.T.); -#2798=ORIENTED_EDGE('',*,*,#5300,.T.); -#2799=ORIENTED_EDGE('',*,*,#5346,.T.); -#2800=ORIENTED_EDGE('',*,*,#5301,.T.); -#2801=ORIENTED_EDGE('',*,*,#5302,.T.); -#2802=ORIENTED_EDGE('',*,*,#5303,.T.); -#2803=ORIENTED_EDGE('',*,*,#5345,.T.); -#2804=ORIENTED_EDGE('',*,*,#5304,.T.); -#2805=ORIENTED_EDGE('',*,*,#5305,.T.); -#2806=ORIENTED_EDGE('',*,*,#5306,.T.); -#2807=ORIENTED_EDGE('',*,*,#5344,.T.); -#2808=ORIENTED_EDGE('',*,*,#5307,.T.); -#2809=ORIENTED_EDGE('',*,*,#5308,.T.); -#2810=ORIENTED_EDGE('',*,*,#5309,.T.); -#2811=ORIENTED_EDGE('',*,*,#5343,.T.); -#2812=ORIENTED_EDGE('',*,*,#5310,.T.); -#2813=ORIENTED_EDGE('',*,*,#5311,.T.); -#2814=ORIENTED_EDGE('',*,*,#5312,.T.); -#2815=ORIENTED_EDGE('',*,*,#5342,.T.); -#2816=ORIENTED_EDGE('',*,*,#5313,.T.); -#2817=ORIENTED_EDGE('',*,*,#5314,.T.); -#2818=ORIENTED_EDGE('',*,*,#5315,.T.); -#2819=ORIENTED_EDGE('',*,*,#5341,.T.); -#2820=ORIENTED_EDGE('',*,*,#5316,.T.); -#2821=ORIENTED_EDGE('',*,*,#5317,.T.); -#2822=ORIENTED_EDGE('',*,*,#5318,.T.); -#2823=ORIENTED_EDGE('',*,*,#5340,.T.); -#2824=ORIENTED_EDGE('',*,*,#5319,.T.); -#2825=ORIENTED_EDGE('',*,*,#5320,.T.); -#2826=ORIENTED_EDGE('',*,*,#5321,.T.); -#2827=ORIENTED_EDGE('',*,*,#5339,.T.); -#2828=ORIENTED_EDGE('',*,*,#5322,.T.); -#2829=ORIENTED_EDGE('',*,*,#5323,.T.); -#2830=ORIENTED_EDGE('',*,*,#5324,.T.); -#2831=ORIENTED_EDGE('',*,*,#5338,.T.); -#2832=ORIENTED_EDGE('',*,*,#5325,.T.); -#2833=ORIENTED_EDGE('',*,*,#5326,.T.); -#2834=ORIENTED_EDGE('',*,*,#5327,.T.); -#2835=ORIENTED_EDGE('',*,*,#5337,.T.); -#2836=ORIENTED_EDGE('',*,*,#5328,.T.); -#2837=ORIENTED_EDGE('',*,*,#5329,.T.); -#2838=ORIENTED_EDGE('',*,*,#5330,.T.); -#2839=ORIENTED_EDGE('',*,*,#5336,.T.); -#2840=ORIENTED_EDGE('',*,*,#5331,.T.); -#2841=ORIENTED_EDGE('',*,*,#5332,.T.); -#2842=ORIENTED_EDGE('',*,*,#5333,.T.); -#2843=ORIENTED_EDGE('',*,*,#5335,.T.); -#2844=ORIENTED_EDGE('',*,*,#5434,.T.); -#2845=ORIENTED_EDGE('',*,*,#5038,.F.); -#2846=ORIENTED_EDGE('',*,*,#5435,.T.); -#2847=ORIENTED_EDGE('',*,*,#4750,.F.); -#2848=ORIENTED_EDGE('',*,*,#5435,.F.); -#2849=ORIENTED_EDGE('',*,*,#5037,.F.); -#2850=ORIENTED_EDGE('',*,*,#5032,.F.); -#2851=ORIENTED_EDGE('',*,*,#4989,.F.); -#2852=ORIENTED_EDGE('',*,*,#5436,.T.); -#2853=ORIENTED_EDGE('',*,*,#5039,.F.); -#2854=ORIENTED_EDGE('',*,*,#5434,.F.); -#2855=ORIENTED_EDGE('',*,*,#4988,.F.); -#2856=ORIENTED_EDGE('',*,*,#5433,.F.); -#2857=ORIENTED_EDGE('',*,*,#5436,.F.); -#2858=ORIENTED_EDGE('',*,*,#4749,.F.); -#2859=ORIENTED_EDGE('',*,*,#5437,.T.); -#2860=ORIENTED_EDGE('',*,*,#5438,.T.); -#2861=ORIENTED_EDGE('',*,*,#5041,.F.); -#2862=ORIENTED_EDGE('',*,*,#5439,.T.); -#2863=ORIENTED_EDGE('',*,*,#4748,.F.); -#2864=ORIENTED_EDGE('',*,*,#5439,.F.); -#2865=ORIENTED_EDGE('',*,*,#5040,.F.); -#2866=ORIENTED_EDGE('',*,*,#5437,.F.); -#2867=ORIENTED_EDGE('',*,*,#4987,.F.); -#2868=ORIENTED_EDGE('',*,*,#5440,.T.); -#2869=ORIENTED_EDGE('',*,*,#5042,.F.); -#2870=ORIENTED_EDGE('',*,*,#5438,.F.); -#2871=ORIENTED_EDGE('',*,*,#4986,.F.); -#2872=ORIENTED_EDGE('',*,*,#5432,.F.); -#2873=ORIENTED_EDGE('',*,*,#5440,.F.); -#2874=ORIENTED_EDGE('',*,*,#4747,.F.); -#2875=ORIENTED_EDGE('',*,*,#5441,.T.); -#2876=ORIENTED_EDGE('',*,*,#5442,.T.); -#2877=ORIENTED_EDGE('',*,*,#5044,.F.); -#2878=ORIENTED_EDGE('',*,*,#5443,.T.); -#2879=ORIENTED_EDGE('',*,*,#4746,.F.); -#2880=ORIENTED_EDGE('',*,*,#5443,.F.); -#2881=ORIENTED_EDGE('',*,*,#5043,.F.); -#2882=ORIENTED_EDGE('',*,*,#5441,.F.); -#2883=ORIENTED_EDGE('',*,*,#4985,.F.); -#2884=ORIENTED_EDGE('',*,*,#5444,.T.); -#2885=ORIENTED_EDGE('',*,*,#5045,.F.); -#2886=ORIENTED_EDGE('',*,*,#5442,.F.); -#2887=ORIENTED_EDGE('',*,*,#4984,.F.); -#2888=ORIENTED_EDGE('',*,*,#5431,.F.); -#2889=ORIENTED_EDGE('',*,*,#5444,.F.); -#2890=ORIENTED_EDGE('',*,*,#4745,.F.); -#2891=ORIENTED_EDGE('',*,*,#5445,.T.); -#2892=ORIENTED_EDGE('',*,*,#5446,.T.); -#2893=ORIENTED_EDGE('',*,*,#5047,.F.); -#2894=ORIENTED_EDGE('',*,*,#5447,.T.); -#2895=ORIENTED_EDGE('',*,*,#4744,.F.); -#2896=ORIENTED_EDGE('',*,*,#5447,.F.); -#2897=ORIENTED_EDGE('',*,*,#5046,.F.); -#2898=ORIENTED_EDGE('',*,*,#5445,.F.); -#2899=ORIENTED_EDGE('',*,*,#4983,.F.); -#2900=ORIENTED_EDGE('',*,*,#5448,.T.); -#2901=ORIENTED_EDGE('',*,*,#5048,.F.); -#2902=ORIENTED_EDGE('',*,*,#5446,.F.); -#2903=ORIENTED_EDGE('',*,*,#4982,.F.); -#2904=ORIENTED_EDGE('',*,*,#5430,.F.); -#2905=ORIENTED_EDGE('',*,*,#5448,.F.); -#2906=ORIENTED_EDGE('',*,*,#4743,.F.); -#2907=ORIENTED_EDGE('',*,*,#5449,.T.); -#2908=ORIENTED_EDGE('',*,*,#5450,.T.); -#2909=ORIENTED_EDGE('',*,*,#5050,.F.); -#2910=ORIENTED_EDGE('',*,*,#5451,.T.); -#2911=ORIENTED_EDGE('',*,*,#4742,.F.); -#2912=ORIENTED_EDGE('',*,*,#5451,.F.); -#2913=ORIENTED_EDGE('',*,*,#5049,.F.); -#2914=ORIENTED_EDGE('',*,*,#5449,.F.); -#2915=ORIENTED_EDGE('',*,*,#4981,.F.); -#2916=ORIENTED_EDGE('',*,*,#5452,.T.); -#2917=ORIENTED_EDGE('',*,*,#5051,.F.); -#2918=ORIENTED_EDGE('',*,*,#5450,.F.); -#2919=ORIENTED_EDGE('',*,*,#4980,.F.); -#2920=ORIENTED_EDGE('',*,*,#5429,.F.); -#2921=ORIENTED_EDGE('',*,*,#5452,.F.); -#2922=ORIENTED_EDGE('',*,*,#4741,.F.); -#2923=ORIENTED_EDGE('',*,*,#5453,.T.); -#2924=ORIENTED_EDGE('',*,*,#5454,.T.); -#2925=ORIENTED_EDGE('',*,*,#5053,.F.); -#2926=ORIENTED_EDGE('',*,*,#5455,.T.); -#2927=ORIENTED_EDGE('',*,*,#4740,.F.); -#2928=ORIENTED_EDGE('',*,*,#5455,.F.); -#2929=ORIENTED_EDGE('',*,*,#5052,.F.); -#2930=ORIENTED_EDGE('',*,*,#5453,.F.); -#2931=ORIENTED_EDGE('',*,*,#4979,.F.); -#2932=ORIENTED_EDGE('',*,*,#5456,.T.); -#2933=ORIENTED_EDGE('',*,*,#5054,.F.); -#2934=ORIENTED_EDGE('',*,*,#5454,.F.); -#2935=ORIENTED_EDGE('',*,*,#4978,.F.); -#2936=ORIENTED_EDGE('',*,*,#5428,.F.); -#2937=ORIENTED_EDGE('',*,*,#5456,.F.); -#2938=ORIENTED_EDGE('',*,*,#4739,.F.); -#2939=ORIENTED_EDGE('',*,*,#5457,.T.); -#2940=ORIENTED_EDGE('',*,*,#5458,.T.); -#2941=ORIENTED_EDGE('',*,*,#5056,.F.); -#2942=ORIENTED_EDGE('',*,*,#5459,.T.); -#2943=ORIENTED_EDGE('',*,*,#4738,.F.); -#2944=ORIENTED_EDGE('',*,*,#5459,.F.); -#2945=ORIENTED_EDGE('',*,*,#5055,.F.); -#2946=ORIENTED_EDGE('',*,*,#5457,.F.); -#2947=ORIENTED_EDGE('',*,*,#4977,.F.); -#2948=ORIENTED_EDGE('',*,*,#5460,.T.); -#2949=ORIENTED_EDGE('',*,*,#5057,.F.); -#2950=ORIENTED_EDGE('',*,*,#5458,.F.); -#2951=ORIENTED_EDGE('',*,*,#4976,.F.); -#2952=ORIENTED_EDGE('',*,*,#5427,.F.); -#2953=ORIENTED_EDGE('',*,*,#5460,.F.); -#2954=ORIENTED_EDGE('',*,*,#4737,.F.); -#2955=ORIENTED_EDGE('',*,*,#5461,.T.); -#2956=ORIENTED_EDGE('',*,*,#5462,.T.); -#2957=ORIENTED_EDGE('',*,*,#5059,.F.); -#2958=ORIENTED_EDGE('',*,*,#5463,.T.); -#2959=ORIENTED_EDGE('',*,*,#4736,.F.); -#2960=ORIENTED_EDGE('',*,*,#5463,.F.); -#2961=ORIENTED_EDGE('',*,*,#5058,.F.); -#2962=ORIENTED_EDGE('',*,*,#5461,.F.); -#2963=ORIENTED_EDGE('',*,*,#4975,.F.); -#2964=ORIENTED_EDGE('',*,*,#5464,.T.); -#2965=ORIENTED_EDGE('',*,*,#5060,.F.); -#2966=ORIENTED_EDGE('',*,*,#5462,.F.); -#2967=ORIENTED_EDGE('',*,*,#4974,.F.); -#2968=ORIENTED_EDGE('',*,*,#5426,.F.); -#2969=ORIENTED_EDGE('',*,*,#5464,.F.); -#2970=ORIENTED_EDGE('',*,*,#4735,.F.); -#2971=ORIENTED_EDGE('',*,*,#5465,.T.); -#2972=ORIENTED_EDGE('',*,*,#5466,.T.); -#2973=ORIENTED_EDGE('',*,*,#5062,.F.); -#2974=ORIENTED_EDGE('',*,*,#5467,.T.); -#2975=ORIENTED_EDGE('',*,*,#4734,.F.); -#2976=ORIENTED_EDGE('',*,*,#5467,.F.); -#2977=ORIENTED_EDGE('',*,*,#5061,.F.); -#2978=ORIENTED_EDGE('',*,*,#5465,.F.); -#2979=ORIENTED_EDGE('',*,*,#4973,.F.); -#2980=ORIENTED_EDGE('',*,*,#5468,.T.); -#2981=ORIENTED_EDGE('',*,*,#5063,.F.); -#2982=ORIENTED_EDGE('',*,*,#5466,.F.); -#2983=ORIENTED_EDGE('',*,*,#4972,.F.); -#2984=ORIENTED_EDGE('',*,*,#5425,.F.); -#2985=ORIENTED_EDGE('',*,*,#5468,.F.); -#2986=ORIENTED_EDGE('',*,*,#4733,.F.); -#2987=ORIENTED_EDGE('',*,*,#5469,.T.); -#2988=ORIENTED_EDGE('',*,*,#5470,.T.); -#2989=ORIENTED_EDGE('',*,*,#5065,.F.); -#2990=ORIENTED_EDGE('',*,*,#5471,.T.); -#2991=ORIENTED_EDGE('',*,*,#4732,.F.); -#2992=ORIENTED_EDGE('',*,*,#5471,.F.); -#2993=ORIENTED_EDGE('',*,*,#5064,.F.); -#2994=ORIENTED_EDGE('',*,*,#5469,.F.); -#2995=ORIENTED_EDGE('',*,*,#4971,.F.); -#2996=ORIENTED_EDGE('',*,*,#5472,.T.); -#2997=ORIENTED_EDGE('',*,*,#5066,.F.); -#2998=ORIENTED_EDGE('',*,*,#5470,.F.); -#2999=ORIENTED_EDGE('',*,*,#4970,.F.); -#3000=ORIENTED_EDGE('',*,*,#5424,.F.); -#3001=ORIENTED_EDGE('',*,*,#5472,.F.); -#3002=ORIENTED_EDGE('',*,*,#4731,.F.); -#3003=ORIENTED_EDGE('',*,*,#5473,.T.); -#3004=ORIENTED_EDGE('',*,*,#5474,.T.); -#3005=ORIENTED_EDGE('',*,*,#5068,.F.); -#3006=ORIENTED_EDGE('',*,*,#5475,.T.); -#3007=ORIENTED_EDGE('',*,*,#4730,.F.); -#3008=ORIENTED_EDGE('',*,*,#5475,.F.); -#3009=ORIENTED_EDGE('',*,*,#5067,.F.); -#3010=ORIENTED_EDGE('',*,*,#5473,.F.); -#3011=ORIENTED_EDGE('',*,*,#4969,.F.); -#3012=ORIENTED_EDGE('',*,*,#5476,.T.); -#3013=ORIENTED_EDGE('',*,*,#5069,.F.); -#3014=ORIENTED_EDGE('',*,*,#5474,.F.); -#3015=ORIENTED_EDGE('',*,*,#4968,.F.); -#3016=ORIENTED_EDGE('',*,*,#5423,.F.); -#3017=ORIENTED_EDGE('',*,*,#5476,.F.); -#3018=ORIENTED_EDGE('',*,*,#4729,.F.); -#3019=ORIENTED_EDGE('',*,*,#5477,.T.); -#3020=ORIENTED_EDGE('',*,*,#5478,.T.); -#3021=ORIENTED_EDGE('',*,*,#5071,.F.); -#3022=ORIENTED_EDGE('',*,*,#5479,.T.); -#3023=ORIENTED_EDGE('',*,*,#4728,.F.); -#3024=ORIENTED_EDGE('',*,*,#5479,.F.); -#3025=ORIENTED_EDGE('',*,*,#5070,.F.); -#3026=ORIENTED_EDGE('',*,*,#5477,.F.); -#3027=ORIENTED_EDGE('',*,*,#4967,.F.); -#3028=ORIENTED_EDGE('',*,*,#5480,.T.); -#3029=ORIENTED_EDGE('',*,*,#5072,.F.); -#3030=ORIENTED_EDGE('',*,*,#5478,.F.); -#3031=ORIENTED_EDGE('',*,*,#4966,.F.); -#3032=ORIENTED_EDGE('',*,*,#5422,.F.); -#3033=ORIENTED_EDGE('',*,*,#5480,.F.); -#3034=ORIENTED_EDGE('',*,*,#4727,.F.); -#3035=ORIENTED_EDGE('',*,*,#5481,.T.); -#3036=ORIENTED_EDGE('',*,*,#5482,.T.); -#3037=ORIENTED_EDGE('',*,*,#5074,.F.); -#3038=ORIENTED_EDGE('',*,*,#5483,.T.); -#3039=ORIENTED_EDGE('',*,*,#4726,.F.); -#3040=ORIENTED_EDGE('',*,*,#5483,.F.); -#3041=ORIENTED_EDGE('',*,*,#5073,.F.); -#3042=ORIENTED_EDGE('',*,*,#5481,.F.); -#3043=ORIENTED_EDGE('',*,*,#4965,.F.); -#3044=ORIENTED_EDGE('',*,*,#5484,.T.); -#3045=ORIENTED_EDGE('',*,*,#5075,.F.); -#3046=ORIENTED_EDGE('',*,*,#5482,.F.); -#3047=ORIENTED_EDGE('',*,*,#4964,.F.); -#3048=ORIENTED_EDGE('',*,*,#5421,.F.); -#3049=ORIENTED_EDGE('',*,*,#5484,.F.); -#3050=ORIENTED_EDGE('',*,*,#4725,.F.); -#3051=ORIENTED_EDGE('',*,*,#5485,.T.); -#3052=ORIENTED_EDGE('',*,*,#5486,.T.); -#3053=ORIENTED_EDGE('',*,*,#5077,.F.); -#3054=ORIENTED_EDGE('',*,*,#5487,.T.); -#3055=ORIENTED_EDGE('',*,*,#4724,.F.); -#3056=ORIENTED_EDGE('',*,*,#5487,.F.); -#3057=ORIENTED_EDGE('',*,*,#5076,.F.); -#3058=ORIENTED_EDGE('',*,*,#5485,.F.); -#3059=ORIENTED_EDGE('',*,*,#4963,.F.); -#3060=ORIENTED_EDGE('',*,*,#5488,.T.); -#3061=ORIENTED_EDGE('',*,*,#5078,.F.); -#3062=ORIENTED_EDGE('',*,*,#5486,.F.); -#3063=ORIENTED_EDGE('',*,*,#4962,.F.); -#3064=ORIENTED_EDGE('',*,*,#5420,.F.); -#3065=ORIENTED_EDGE('',*,*,#5488,.F.); -#3066=ORIENTED_EDGE('',*,*,#4723,.F.); -#3067=ORIENTED_EDGE('',*,*,#5489,.T.); -#3068=ORIENTED_EDGE('',*,*,#5490,.T.); -#3069=ORIENTED_EDGE('',*,*,#5080,.F.); -#3070=ORIENTED_EDGE('',*,*,#5491,.T.); -#3071=ORIENTED_EDGE('',*,*,#4722,.F.); -#3072=ORIENTED_EDGE('',*,*,#5491,.F.); -#3073=ORIENTED_EDGE('',*,*,#5079,.F.); -#3074=ORIENTED_EDGE('',*,*,#5489,.F.); -#3075=ORIENTED_EDGE('',*,*,#4961,.F.); -#3076=ORIENTED_EDGE('',*,*,#5492,.T.); -#3077=ORIENTED_EDGE('',*,*,#5081,.F.); -#3078=ORIENTED_EDGE('',*,*,#5490,.F.); -#3079=ORIENTED_EDGE('',*,*,#4960,.F.); -#3080=ORIENTED_EDGE('',*,*,#5419,.F.); -#3081=ORIENTED_EDGE('',*,*,#5492,.F.); -#3082=ORIENTED_EDGE('',*,*,#4721,.F.); -#3083=ORIENTED_EDGE('',*,*,#5493,.T.); -#3084=ORIENTED_EDGE('',*,*,#5494,.T.); -#3085=ORIENTED_EDGE('',*,*,#5083,.F.); -#3086=ORIENTED_EDGE('',*,*,#5495,.T.); -#3087=ORIENTED_EDGE('',*,*,#4720,.F.); -#3088=ORIENTED_EDGE('',*,*,#5495,.F.); -#3089=ORIENTED_EDGE('',*,*,#5082,.F.); -#3090=ORIENTED_EDGE('',*,*,#5493,.F.); -#3091=ORIENTED_EDGE('',*,*,#4959,.F.); -#3092=ORIENTED_EDGE('',*,*,#5496,.T.); -#3093=ORIENTED_EDGE('',*,*,#5084,.F.); -#3094=ORIENTED_EDGE('',*,*,#5494,.F.); -#3095=ORIENTED_EDGE('',*,*,#4958,.F.); -#3096=ORIENTED_EDGE('',*,*,#5418,.F.); -#3097=ORIENTED_EDGE('',*,*,#5496,.F.); -#3098=ORIENTED_EDGE('',*,*,#4719,.F.); -#3099=ORIENTED_EDGE('',*,*,#5497,.T.); -#3100=ORIENTED_EDGE('',*,*,#5498,.T.); -#3101=ORIENTED_EDGE('',*,*,#5086,.F.); -#3102=ORIENTED_EDGE('',*,*,#5499,.T.); -#3103=ORIENTED_EDGE('',*,*,#4718,.F.); -#3104=ORIENTED_EDGE('',*,*,#5499,.F.); -#3105=ORIENTED_EDGE('',*,*,#5085,.F.); -#3106=ORIENTED_EDGE('',*,*,#5497,.F.); -#3107=ORIENTED_EDGE('',*,*,#4957,.F.); -#3108=ORIENTED_EDGE('',*,*,#5500,.T.); -#3109=ORIENTED_EDGE('',*,*,#5087,.F.); -#3110=ORIENTED_EDGE('',*,*,#5498,.F.); -#3111=ORIENTED_EDGE('',*,*,#4956,.F.); -#3112=ORIENTED_EDGE('',*,*,#5417,.F.); -#3113=ORIENTED_EDGE('',*,*,#5500,.F.); -#3114=ORIENTED_EDGE('',*,*,#4717,.F.); -#3115=ORIENTED_EDGE('',*,*,#5501,.T.); -#3116=ORIENTED_EDGE('',*,*,#5502,.T.); -#3117=ORIENTED_EDGE('',*,*,#5089,.F.); -#3118=ORIENTED_EDGE('',*,*,#5503,.T.); -#3119=ORIENTED_EDGE('',*,*,#4716,.F.); -#3120=ORIENTED_EDGE('',*,*,#5503,.F.); -#3121=ORIENTED_EDGE('',*,*,#5088,.F.); -#3122=ORIENTED_EDGE('',*,*,#5501,.F.); -#3123=ORIENTED_EDGE('',*,*,#4955,.F.); -#3124=ORIENTED_EDGE('',*,*,#5504,.T.); -#3125=ORIENTED_EDGE('',*,*,#5090,.F.); -#3126=ORIENTED_EDGE('',*,*,#5502,.F.); -#3127=ORIENTED_EDGE('',*,*,#4954,.F.); -#3128=ORIENTED_EDGE('',*,*,#5416,.F.); -#3129=ORIENTED_EDGE('',*,*,#5504,.F.); -#3130=ORIENTED_EDGE('',*,*,#4715,.F.); -#3131=ORIENTED_EDGE('',*,*,#5505,.T.); -#3132=ORIENTED_EDGE('',*,*,#5506,.T.); -#3133=ORIENTED_EDGE('',*,*,#5092,.F.); -#3134=ORIENTED_EDGE('',*,*,#5507,.T.); -#3135=ORIENTED_EDGE('',*,*,#4714,.F.); -#3136=ORIENTED_EDGE('',*,*,#5507,.F.); -#3137=ORIENTED_EDGE('',*,*,#5091,.F.); -#3138=ORIENTED_EDGE('',*,*,#5505,.F.); -#3139=ORIENTED_EDGE('',*,*,#4953,.F.); -#3140=ORIENTED_EDGE('',*,*,#5508,.T.); -#3141=ORIENTED_EDGE('',*,*,#5093,.F.); -#3142=ORIENTED_EDGE('',*,*,#5506,.F.); -#3143=ORIENTED_EDGE('',*,*,#4952,.F.); -#3144=ORIENTED_EDGE('',*,*,#5415,.F.); -#3145=ORIENTED_EDGE('',*,*,#5508,.F.); -#3146=ORIENTED_EDGE('',*,*,#4713,.F.); -#3147=ORIENTED_EDGE('',*,*,#5509,.T.); -#3148=ORIENTED_EDGE('',*,*,#5510,.T.); -#3149=ORIENTED_EDGE('',*,*,#5095,.F.); -#3150=ORIENTED_EDGE('',*,*,#5511,.T.); -#3151=ORIENTED_EDGE('',*,*,#4712,.F.); -#3152=ORIENTED_EDGE('',*,*,#5511,.F.); -#3153=ORIENTED_EDGE('',*,*,#5094,.F.); -#3154=ORIENTED_EDGE('',*,*,#5509,.F.); -#3155=ORIENTED_EDGE('',*,*,#4951,.F.); -#3156=ORIENTED_EDGE('',*,*,#5512,.T.); -#3157=ORIENTED_EDGE('',*,*,#5096,.F.); -#3158=ORIENTED_EDGE('',*,*,#5510,.F.); -#3159=ORIENTED_EDGE('',*,*,#4950,.F.); -#3160=ORIENTED_EDGE('',*,*,#5414,.F.); -#3161=ORIENTED_EDGE('',*,*,#5512,.F.); -#3162=ORIENTED_EDGE('',*,*,#4711,.F.); -#3163=ORIENTED_EDGE('',*,*,#5513,.T.); -#3164=ORIENTED_EDGE('',*,*,#5514,.T.); -#3165=ORIENTED_EDGE('',*,*,#5098,.F.); -#3166=ORIENTED_EDGE('',*,*,#5515,.T.); -#3167=ORIENTED_EDGE('',*,*,#4710,.F.); -#3168=ORIENTED_EDGE('',*,*,#5515,.F.); -#3169=ORIENTED_EDGE('',*,*,#5097,.F.); -#3170=ORIENTED_EDGE('',*,*,#5513,.F.); -#3171=ORIENTED_EDGE('',*,*,#4949,.F.); -#3172=ORIENTED_EDGE('',*,*,#5516,.T.); -#3173=ORIENTED_EDGE('',*,*,#5099,.F.); -#3174=ORIENTED_EDGE('',*,*,#5514,.F.); -#3175=ORIENTED_EDGE('',*,*,#4948,.F.); -#3176=ORIENTED_EDGE('',*,*,#5413,.F.); -#3177=ORIENTED_EDGE('',*,*,#5516,.F.); -#3178=ORIENTED_EDGE('',*,*,#4709,.F.); -#3179=ORIENTED_EDGE('',*,*,#5517,.T.); -#3180=ORIENTED_EDGE('',*,*,#5518,.T.); -#3181=ORIENTED_EDGE('',*,*,#5101,.F.); -#3182=ORIENTED_EDGE('',*,*,#5519,.T.); -#3183=ORIENTED_EDGE('',*,*,#4708,.F.); -#3184=ORIENTED_EDGE('',*,*,#5519,.F.); -#3185=ORIENTED_EDGE('',*,*,#5100,.F.); -#3186=ORIENTED_EDGE('',*,*,#5517,.F.); -#3187=ORIENTED_EDGE('',*,*,#4947,.F.); -#3188=ORIENTED_EDGE('',*,*,#5520,.T.); -#3189=ORIENTED_EDGE('',*,*,#5102,.F.); -#3190=ORIENTED_EDGE('',*,*,#5518,.F.); -#3191=ORIENTED_EDGE('',*,*,#4946,.F.); -#3192=ORIENTED_EDGE('',*,*,#5412,.F.); -#3193=ORIENTED_EDGE('',*,*,#5520,.F.); -#3194=ORIENTED_EDGE('',*,*,#4707,.F.); -#3195=ORIENTED_EDGE('',*,*,#5521,.T.); -#3196=ORIENTED_EDGE('',*,*,#5522,.T.); -#3197=ORIENTED_EDGE('',*,*,#5104,.F.); -#3198=ORIENTED_EDGE('',*,*,#5523,.T.); -#3199=ORIENTED_EDGE('',*,*,#4706,.F.); -#3200=ORIENTED_EDGE('',*,*,#5523,.F.); -#3201=ORIENTED_EDGE('',*,*,#5103,.F.); -#3202=ORIENTED_EDGE('',*,*,#5521,.F.); -#3203=ORIENTED_EDGE('',*,*,#4945,.F.); -#3204=ORIENTED_EDGE('',*,*,#5524,.T.); -#3205=ORIENTED_EDGE('',*,*,#5105,.F.); -#3206=ORIENTED_EDGE('',*,*,#5522,.F.); -#3207=ORIENTED_EDGE('',*,*,#4944,.F.); -#3208=ORIENTED_EDGE('',*,*,#5411,.F.); -#3209=ORIENTED_EDGE('',*,*,#5524,.F.); -#3210=ORIENTED_EDGE('',*,*,#4705,.F.); -#3211=ORIENTED_EDGE('',*,*,#5525,.T.); -#3212=ORIENTED_EDGE('',*,*,#5526,.T.); -#3213=ORIENTED_EDGE('',*,*,#5107,.F.); -#3214=ORIENTED_EDGE('',*,*,#5527,.T.); -#3215=ORIENTED_EDGE('',*,*,#4704,.F.); -#3216=ORIENTED_EDGE('',*,*,#5527,.F.); -#3217=ORIENTED_EDGE('',*,*,#5106,.F.); -#3218=ORIENTED_EDGE('',*,*,#5525,.F.); -#3219=ORIENTED_EDGE('',*,*,#4943,.F.); -#3220=ORIENTED_EDGE('',*,*,#5528,.T.); -#3221=ORIENTED_EDGE('',*,*,#5108,.F.); -#3222=ORIENTED_EDGE('',*,*,#5526,.F.); -#3223=ORIENTED_EDGE('',*,*,#4942,.F.); -#3224=ORIENTED_EDGE('',*,*,#5410,.F.); -#3225=ORIENTED_EDGE('',*,*,#5528,.F.); -#3226=ORIENTED_EDGE('',*,*,#4703,.F.); -#3227=ORIENTED_EDGE('',*,*,#5529,.T.); -#3228=ORIENTED_EDGE('',*,*,#5530,.T.); -#3229=ORIENTED_EDGE('',*,*,#5110,.F.); -#3230=ORIENTED_EDGE('',*,*,#5531,.T.); -#3231=ORIENTED_EDGE('',*,*,#4702,.F.); -#3232=ORIENTED_EDGE('',*,*,#5531,.F.); -#3233=ORIENTED_EDGE('',*,*,#5109,.F.); -#3234=ORIENTED_EDGE('',*,*,#5529,.F.); -#3235=ORIENTED_EDGE('',*,*,#4941,.F.); -#3236=ORIENTED_EDGE('',*,*,#5532,.T.); -#3237=ORIENTED_EDGE('',*,*,#5111,.F.); -#3238=ORIENTED_EDGE('',*,*,#5530,.F.); -#3239=ORIENTED_EDGE('',*,*,#4940,.F.); -#3240=ORIENTED_EDGE('',*,*,#5409,.F.); -#3241=ORIENTED_EDGE('',*,*,#5532,.F.); -#3242=ORIENTED_EDGE('',*,*,#4701,.F.); -#3243=ORIENTED_EDGE('',*,*,#5533,.T.); -#3244=ORIENTED_EDGE('',*,*,#5534,.T.); -#3245=ORIENTED_EDGE('',*,*,#5113,.F.); -#3246=ORIENTED_EDGE('',*,*,#5535,.T.); -#3247=ORIENTED_EDGE('',*,*,#4700,.F.); -#3248=ORIENTED_EDGE('',*,*,#5535,.F.); -#3249=ORIENTED_EDGE('',*,*,#5112,.F.); -#3250=ORIENTED_EDGE('',*,*,#5533,.F.); -#3251=ORIENTED_EDGE('',*,*,#4939,.F.); -#3252=ORIENTED_EDGE('',*,*,#5536,.T.); -#3253=ORIENTED_EDGE('',*,*,#5114,.F.); -#3254=ORIENTED_EDGE('',*,*,#5534,.F.); -#3255=ORIENTED_EDGE('',*,*,#4938,.F.); -#3256=ORIENTED_EDGE('',*,*,#5408,.F.); -#3257=ORIENTED_EDGE('',*,*,#5536,.F.); -#3258=ORIENTED_EDGE('',*,*,#4699,.F.); -#3259=ORIENTED_EDGE('',*,*,#5537,.T.); -#3260=ORIENTED_EDGE('',*,*,#5538,.T.); -#3261=ORIENTED_EDGE('',*,*,#5116,.F.); -#3262=ORIENTED_EDGE('',*,*,#5539,.T.); -#3263=ORIENTED_EDGE('',*,*,#4698,.F.); -#3264=ORIENTED_EDGE('',*,*,#5539,.F.); -#3265=ORIENTED_EDGE('',*,*,#5115,.F.); -#3266=ORIENTED_EDGE('',*,*,#5537,.F.); -#3267=ORIENTED_EDGE('',*,*,#4937,.F.); -#3268=ORIENTED_EDGE('',*,*,#5540,.T.); -#3269=ORIENTED_EDGE('',*,*,#5117,.F.); -#3270=ORIENTED_EDGE('',*,*,#5538,.F.); -#3271=ORIENTED_EDGE('',*,*,#4936,.F.); -#3272=ORIENTED_EDGE('',*,*,#5407,.F.); -#3273=ORIENTED_EDGE('',*,*,#5540,.F.); -#3274=ORIENTED_EDGE('',*,*,#4697,.F.); -#3275=ORIENTED_EDGE('',*,*,#5541,.T.); -#3276=ORIENTED_EDGE('',*,*,#5542,.T.); -#3277=ORIENTED_EDGE('',*,*,#5119,.F.); -#3278=ORIENTED_EDGE('',*,*,#5543,.T.); -#3279=ORIENTED_EDGE('',*,*,#4696,.F.); -#3280=ORIENTED_EDGE('',*,*,#5543,.F.); -#3281=ORIENTED_EDGE('',*,*,#5118,.F.); -#3282=ORIENTED_EDGE('',*,*,#5541,.F.); -#3283=ORIENTED_EDGE('',*,*,#4935,.F.); -#3284=ORIENTED_EDGE('',*,*,#5544,.T.); -#3285=ORIENTED_EDGE('',*,*,#5120,.F.); -#3286=ORIENTED_EDGE('',*,*,#5542,.F.); -#3287=ORIENTED_EDGE('',*,*,#4934,.F.); -#3288=ORIENTED_EDGE('',*,*,#5406,.F.); -#3289=ORIENTED_EDGE('',*,*,#5544,.F.); -#3290=ORIENTED_EDGE('',*,*,#4695,.F.); -#3291=ORIENTED_EDGE('',*,*,#5545,.T.); -#3292=ORIENTED_EDGE('',*,*,#5546,.T.); -#3293=ORIENTED_EDGE('',*,*,#5122,.F.); -#3294=ORIENTED_EDGE('',*,*,#5547,.T.); -#3295=ORIENTED_EDGE('',*,*,#4694,.F.); -#3296=ORIENTED_EDGE('',*,*,#5547,.F.); -#3297=ORIENTED_EDGE('',*,*,#5121,.F.); -#3298=ORIENTED_EDGE('',*,*,#5545,.F.); -#3299=ORIENTED_EDGE('',*,*,#4933,.F.); -#3300=ORIENTED_EDGE('',*,*,#5548,.T.); -#3301=ORIENTED_EDGE('',*,*,#5123,.F.); -#3302=ORIENTED_EDGE('',*,*,#5546,.F.); -#3303=ORIENTED_EDGE('',*,*,#4932,.F.); -#3304=ORIENTED_EDGE('',*,*,#5405,.F.); -#3305=ORIENTED_EDGE('',*,*,#5548,.F.); -#3306=ORIENTED_EDGE('',*,*,#4693,.F.); -#3307=ORIENTED_EDGE('',*,*,#5549,.T.); -#3308=ORIENTED_EDGE('',*,*,#5550,.T.); -#3309=ORIENTED_EDGE('',*,*,#5125,.F.); -#3310=ORIENTED_EDGE('',*,*,#5551,.T.); -#3311=ORIENTED_EDGE('',*,*,#4692,.F.); -#3312=ORIENTED_EDGE('',*,*,#5551,.F.); -#3313=ORIENTED_EDGE('',*,*,#5124,.F.); -#3314=ORIENTED_EDGE('',*,*,#5549,.F.); -#3315=ORIENTED_EDGE('',*,*,#4931,.F.); -#3316=ORIENTED_EDGE('',*,*,#5552,.T.); -#3317=ORIENTED_EDGE('',*,*,#5126,.F.); -#3318=ORIENTED_EDGE('',*,*,#5550,.F.); -#3319=ORIENTED_EDGE('',*,*,#4930,.F.); -#3320=ORIENTED_EDGE('',*,*,#5404,.F.); -#3321=ORIENTED_EDGE('',*,*,#5552,.F.); -#3322=ORIENTED_EDGE('',*,*,#4691,.F.); -#3323=ORIENTED_EDGE('',*,*,#5553,.T.); -#3324=ORIENTED_EDGE('',*,*,#5554,.T.); -#3325=ORIENTED_EDGE('',*,*,#5128,.F.); -#3326=ORIENTED_EDGE('',*,*,#5555,.T.); -#3327=ORIENTED_EDGE('',*,*,#4690,.F.); -#3328=ORIENTED_EDGE('',*,*,#5555,.F.); -#3329=ORIENTED_EDGE('',*,*,#5127,.F.); -#3330=ORIENTED_EDGE('',*,*,#5553,.F.); -#3331=ORIENTED_EDGE('',*,*,#4929,.F.); -#3332=ORIENTED_EDGE('',*,*,#5556,.T.); -#3333=ORIENTED_EDGE('',*,*,#5129,.F.); -#3334=ORIENTED_EDGE('',*,*,#5554,.F.); -#3335=ORIENTED_EDGE('',*,*,#4928,.F.); -#3336=ORIENTED_EDGE('',*,*,#5403,.F.); -#3337=ORIENTED_EDGE('',*,*,#5556,.F.); -#3338=ORIENTED_EDGE('',*,*,#4689,.F.); -#3339=ORIENTED_EDGE('',*,*,#5557,.T.); -#3340=ORIENTED_EDGE('',*,*,#5558,.T.); -#3341=ORIENTED_EDGE('',*,*,#5131,.F.); -#3342=ORIENTED_EDGE('',*,*,#5559,.T.); -#3343=ORIENTED_EDGE('',*,*,#4688,.F.); -#3344=ORIENTED_EDGE('',*,*,#5559,.F.); -#3345=ORIENTED_EDGE('',*,*,#5130,.F.); -#3346=ORIENTED_EDGE('',*,*,#5557,.F.); -#3347=ORIENTED_EDGE('',*,*,#4927,.F.); -#3348=ORIENTED_EDGE('',*,*,#5560,.T.); -#3349=ORIENTED_EDGE('',*,*,#5132,.F.); -#3350=ORIENTED_EDGE('',*,*,#5558,.F.); -#3351=ORIENTED_EDGE('',*,*,#4926,.F.); -#3352=ORIENTED_EDGE('',*,*,#5402,.F.); -#3353=ORIENTED_EDGE('',*,*,#5560,.F.); -#3354=ORIENTED_EDGE('',*,*,#4687,.F.); -#3355=ORIENTED_EDGE('',*,*,#5561,.T.); -#3356=ORIENTED_EDGE('',*,*,#5562,.T.); -#3357=ORIENTED_EDGE('',*,*,#5134,.F.); -#3358=ORIENTED_EDGE('',*,*,#5563,.T.); -#3359=ORIENTED_EDGE('',*,*,#4686,.F.); -#3360=ORIENTED_EDGE('',*,*,#5563,.F.); -#3361=ORIENTED_EDGE('',*,*,#5133,.F.); -#3362=ORIENTED_EDGE('',*,*,#5561,.F.); -#3363=ORIENTED_EDGE('',*,*,#4925,.F.); -#3364=ORIENTED_EDGE('',*,*,#5564,.T.); -#3365=ORIENTED_EDGE('',*,*,#5135,.F.); -#3366=ORIENTED_EDGE('',*,*,#5562,.F.); -#3367=ORIENTED_EDGE('',*,*,#4924,.F.); -#3368=ORIENTED_EDGE('',*,*,#5401,.F.); -#3369=ORIENTED_EDGE('',*,*,#5564,.F.); -#3370=ORIENTED_EDGE('',*,*,#4685,.F.); -#3371=ORIENTED_EDGE('',*,*,#5565,.T.); -#3372=ORIENTED_EDGE('',*,*,#5566,.T.); -#3373=ORIENTED_EDGE('',*,*,#5137,.F.); -#3374=ORIENTED_EDGE('',*,*,#5567,.T.); -#3375=ORIENTED_EDGE('',*,*,#4684,.F.); -#3376=ORIENTED_EDGE('',*,*,#5567,.F.); -#3377=ORIENTED_EDGE('',*,*,#5136,.F.); -#3378=ORIENTED_EDGE('',*,*,#5565,.F.); -#3379=ORIENTED_EDGE('',*,*,#4923,.F.); -#3380=ORIENTED_EDGE('',*,*,#5568,.T.); -#3381=ORIENTED_EDGE('',*,*,#5138,.F.); -#3382=ORIENTED_EDGE('',*,*,#5566,.F.); -#3383=ORIENTED_EDGE('',*,*,#4922,.F.); -#3384=ORIENTED_EDGE('',*,*,#5400,.F.); -#3385=ORIENTED_EDGE('',*,*,#5568,.F.); -#3386=ORIENTED_EDGE('',*,*,#4683,.F.); -#3387=ORIENTED_EDGE('',*,*,#5569,.T.); -#3388=ORIENTED_EDGE('',*,*,#5570,.T.); -#3389=ORIENTED_EDGE('',*,*,#5140,.F.); -#3390=ORIENTED_EDGE('',*,*,#5571,.T.); -#3391=ORIENTED_EDGE('',*,*,#4682,.F.); -#3392=ORIENTED_EDGE('',*,*,#5571,.F.); -#3393=ORIENTED_EDGE('',*,*,#5139,.F.); -#3394=ORIENTED_EDGE('',*,*,#5569,.F.); -#3395=ORIENTED_EDGE('',*,*,#4921,.F.); -#3396=ORIENTED_EDGE('',*,*,#5572,.T.); -#3397=ORIENTED_EDGE('',*,*,#5141,.F.); -#3398=ORIENTED_EDGE('',*,*,#5570,.F.); -#3399=ORIENTED_EDGE('',*,*,#4920,.F.); -#3400=ORIENTED_EDGE('',*,*,#5399,.F.); -#3401=ORIENTED_EDGE('',*,*,#5572,.F.); -#3402=ORIENTED_EDGE('',*,*,#4681,.F.); -#3403=ORIENTED_EDGE('',*,*,#5573,.T.); -#3404=ORIENTED_EDGE('',*,*,#5574,.T.); -#3405=ORIENTED_EDGE('',*,*,#5143,.F.); -#3406=ORIENTED_EDGE('',*,*,#5575,.T.); -#3407=ORIENTED_EDGE('',*,*,#4680,.F.); -#3408=ORIENTED_EDGE('',*,*,#5575,.F.); -#3409=ORIENTED_EDGE('',*,*,#5142,.F.); -#3410=ORIENTED_EDGE('',*,*,#5573,.F.); -#3411=ORIENTED_EDGE('',*,*,#4919,.F.); -#3412=ORIENTED_EDGE('',*,*,#5576,.T.); -#3413=ORIENTED_EDGE('',*,*,#5144,.F.); -#3414=ORIENTED_EDGE('',*,*,#5574,.F.); -#3415=ORIENTED_EDGE('',*,*,#4918,.F.); -#3416=ORIENTED_EDGE('',*,*,#5398,.F.); -#3417=ORIENTED_EDGE('',*,*,#5576,.F.); -#3418=ORIENTED_EDGE('',*,*,#4679,.F.); -#3419=ORIENTED_EDGE('',*,*,#5577,.T.); -#3420=ORIENTED_EDGE('',*,*,#5578,.T.); -#3421=ORIENTED_EDGE('',*,*,#5146,.F.); -#3422=ORIENTED_EDGE('',*,*,#5579,.T.); -#3423=ORIENTED_EDGE('',*,*,#4678,.F.); -#3424=ORIENTED_EDGE('',*,*,#5579,.F.); -#3425=ORIENTED_EDGE('',*,*,#5145,.F.); -#3426=ORIENTED_EDGE('',*,*,#5577,.F.); -#3427=ORIENTED_EDGE('',*,*,#4917,.F.); -#3428=ORIENTED_EDGE('',*,*,#5580,.T.); -#3429=ORIENTED_EDGE('',*,*,#5147,.F.); -#3430=ORIENTED_EDGE('',*,*,#5578,.F.); -#3431=ORIENTED_EDGE('',*,*,#4916,.F.); -#3432=ORIENTED_EDGE('',*,*,#5397,.F.); -#3433=ORIENTED_EDGE('',*,*,#5580,.F.); -#3434=ORIENTED_EDGE('',*,*,#4677,.F.); -#3435=ORIENTED_EDGE('',*,*,#5581,.T.); -#3436=ORIENTED_EDGE('',*,*,#5582,.T.); -#3437=ORIENTED_EDGE('',*,*,#5149,.F.); -#3438=ORIENTED_EDGE('',*,*,#5583,.T.); -#3439=ORIENTED_EDGE('',*,*,#4676,.F.); -#3440=ORIENTED_EDGE('',*,*,#5583,.F.); -#3441=ORIENTED_EDGE('',*,*,#5148,.F.); -#3442=ORIENTED_EDGE('',*,*,#5581,.F.); -#3443=ORIENTED_EDGE('',*,*,#4915,.F.); -#3444=ORIENTED_EDGE('',*,*,#5584,.T.); -#3445=ORIENTED_EDGE('',*,*,#5150,.F.); -#3446=ORIENTED_EDGE('',*,*,#5582,.F.); -#3447=ORIENTED_EDGE('',*,*,#4914,.F.); -#3448=ORIENTED_EDGE('',*,*,#5396,.F.); -#3449=ORIENTED_EDGE('',*,*,#5584,.F.); -#3450=ORIENTED_EDGE('',*,*,#4675,.F.); -#3451=ORIENTED_EDGE('',*,*,#5585,.T.); -#3452=ORIENTED_EDGE('',*,*,#5586,.T.); -#3453=ORIENTED_EDGE('',*,*,#5152,.F.); -#3454=ORIENTED_EDGE('',*,*,#5587,.T.); -#3455=ORIENTED_EDGE('',*,*,#4674,.F.); -#3456=ORIENTED_EDGE('',*,*,#5587,.F.); -#3457=ORIENTED_EDGE('',*,*,#5151,.F.); -#3458=ORIENTED_EDGE('',*,*,#5585,.F.); -#3459=ORIENTED_EDGE('',*,*,#4913,.F.); -#3460=ORIENTED_EDGE('',*,*,#5588,.T.); -#3461=ORIENTED_EDGE('',*,*,#5153,.F.); -#3462=ORIENTED_EDGE('',*,*,#5586,.F.); -#3463=ORIENTED_EDGE('',*,*,#4912,.F.); -#3464=ORIENTED_EDGE('',*,*,#5395,.F.); -#3465=ORIENTED_EDGE('',*,*,#5588,.F.); -#3466=ORIENTED_EDGE('',*,*,#4673,.F.); -#3467=ORIENTED_EDGE('',*,*,#5589,.T.); -#3468=ORIENTED_EDGE('',*,*,#5590,.T.); -#3469=ORIENTED_EDGE('',*,*,#5155,.F.); -#3470=ORIENTED_EDGE('',*,*,#5591,.T.); -#3471=ORIENTED_EDGE('',*,*,#4672,.F.); -#3472=ORIENTED_EDGE('',*,*,#5591,.F.); -#3473=ORIENTED_EDGE('',*,*,#5154,.F.); -#3474=ORIENTED_EDGE('',*,*,#5589,.F.); -#3475=ORIENTED_EDGE('',*,*,#4911,.F.); -#3476=ORIENTED_EDGE('',*,*,#5592,.T.); -#3477=ORIENTED_EDGE('',*,*,#5156,.F.); -#3478=ORIENTED_EDGE('',*,*,#5590,.F.); -#3479=ORIENTED_EDGE('',*,*,#4910,.F.); -#3480=ORIENTED_EDGE('',*,*,#5394,.F.); -#3481=ORIENTED_EDGE('',*,*,#5592,.F.); -#3482=ORIENTED_EDGE('',*,*,#4671,.F.); -#3483=ORIENTED_EDGE('',*,*,#5593,.T.); -#3484=ORIENTED_EDGE('',*,*,#5594,.T.); -#3485=ORIENTED_EDGE('',*,*,#5158,.F.); -#3486=ORIENTED_EDGE('',*,*,#5595,.T.); -#3487=ORIENTED_EDGE('',*,*,#4670,.F.); -#3488=ORIENTED_EDGE('',*,*,#5595,.F.); -#3489=ORIENTED_EDGE('',*,*,#5157,.F.); -#3490=ORIENTED_EDGE('',*,*,#5593,.F.); -#3491=ORIENTED_EDGE('',*,*,#4909,.F.); -#3492=ORIENTED_EDGE('',*,*,#5596,.T.); -#3493=ORIENTED_EDGE('',*,*,#5159,.F.); -#3494=ORIENTED_EDGE('',*,*,#5594,.F.); -#3495=ORIENTED_EDGE('',*,*,#4908,.F.); -#3496=ORIENTED_EDGE('',*,*,#5393,.F.); -#3497=ORIENTED_EDGE('',*,*,#5596,.F.); -#3498=ORIENTED_EDGE('',*,*,#4669,.F.); -#3499=ORIENTED_EDGE('',*,*,#5597,.T.); -#3500=ORIENTED_EDGE('',*,*,#5598,.T.); -#3501=ORIENTED_EDGE('',*,*,#5161,.F.); -#3502=ORIENTED_EDGE('',*,*,#5599,.T.); -#3503=ORIENTED_EDGE('',*,*,#4668,.F.); -#3504=ORIENTED_EDGE('',*,*,#5599,.F.); -#3505=ORIENTED_EDGE('',*,*,#5160,.F.); -#3506=ORIENTED_EDGE('',*,*,#5597,.F.); -#3507=ORIENTED_EDGE('',*,*,#4907,.F.); -#3508=ORIENTED_EDGE('',*,*,#5600,.T.); -#3509=ORIENTED_EDGE('',*,*,#5162,.F.); -#3510=ORIENTED_EDGE('',*,*,#5598,.F.); -#3511=ORIENTED_EDGE('',*,*,#4906,.F.); -#3512=ORIENTED_EDGE('',*,*,#5392,.F.); -#3513=ORIENTED_EDGE('',*,*,#5600,.F.); -#3514=ORIENTED_EDGE('',*,*,#4667,.F.); -#3515=ORIENTED_EDGE('',*,*,#5601,.T.); -#3516=ORIENTED_EDGE('',*,*,#5602,.T.); -#3517=ORIENTED_EDGE('',*,*,#5164,.F.); -#3518=ORIENTED_EDGE('',*,*,#5603,.T.); -#3519=ORIENTED_EDGE('',*,*,#4666,.F.); -#3520=ORIENTED_EDGE('',*,*,#5603,.F.); -#3521=ORIENTED_EDGE('',*,*,#5163,.F.); -#3522=ORIENTED_EDGE('',*,*,#5601,.F.); -#3523=ORIENTED_EDGE('',*,*,#4905,.F.); -#3524=ORIENTED_EDGE('',*,*,#5604,.T.); -#3525=ORIENTED_EDGE('',*,*,#5165,.F.); -#3526=ORIENTED_EDGE('',*,*,#5602,.F.); -#3527=ORIENTED_EDGE('',*,*,#4904,.F.); -#3528=ORIENTED_EDGE('',*,*,#5391,.F.); -#3529=ORIENTED_EDGE('',*,*,#5604,.F.); -#3530=ORIENTED_EDGE('',*,*,#4665,.F.); -#3531=ORIENTED_EDGE('',*,*,#5605,.T.); -#3532=ORIENTED_EDGE('',*,*,#5606,.T.); -#3533=ORIENTED_EDGE('',*,*,#5167,.F.); -#3534=ORIENTED_EDGE('',*,*,#5607,.T.); -#3535=ORIENTED_EDGE('',*,*,#4664,.F.); -#3536=ORIENTED_EDGE('',*,*,#5607,.F.); -#3537=ORIENTED_EDGE('',*,*,#5166,.F.); -#3538=ORIENTED_EDGE('',*,*,#5605,.F.); -#3539=ORIENTED_EDGE('',*,*,#4903,.F.); -#3540=ORIENTED_EDGE('',*,*,#5608,.T.); -#3541=ORIENTED_EDGE('',*,*,#5168,.F.); -#3542=ORIENTED_EDGE('',*,*,#5606,.F.); -#3543=ORIENTED_EDGE('',*,*,#4902,.F.); -#3544=ORIENTED_EDGE('',*,*,#5390,.F.); -#3545=ORIENTED_EDGE('',*,*,#5608,.F.); -#3546=ORIENTED_EDGE('',*,*,#4663,.F.); -#3547=ORIENTED_EDGE('',*,*,#5609,.T.); -#3548=ORIENTED_EDGE('',*,*,#5610,.T.); -#3549=ORIENTED_EDGE('',*,*,#5170,.F.); -#3550=ORIENTED_EDGE('',*,*,#5611,.T.); -#3551=ORIENTED_EDGE('',*,*,#4662,.F.); -#3552=ORIENTED_EDGE('',*,*,#5611,.F.); -#3553=ORIENTED_EDGE('',*,*,#5169,.F.); -#3554=ORIENTED_EDGE('',*,*,#5609,.F.); -#3555=ORIENTED_EDGE('',*,*,#4901,.F.); -#3556=ORIENTED_EDGE('',*,*,#5612,.T.); -#3557=ORIENTED_EDGE('',*,*,#5171,.F.); -#3558=ORIENTED_EDGE('',*,*,#5610,.F.); -#3559=ORIENTED_EDGE('',*,*,#4900,.F.); -#3560=ORIENTED_EDGE('',*,*,#5389,.F.); -#3561=ORIENTED_EDGE('',*,*,#5612,.F.); -#3562=ORIENTED_EDGE('',*,*,#4661,.F.); -#3563=ORIENTED_EDGE('',*,*,#5613,.T.); -#3564=ORIENTED_EDGE('',*,*,#5614,.T.); -#3565=ORIENTED_EDGE('',*,*,#5173,.F.); -#3566=ORIENTED_EDGE('',*,*,#5615,.T.); -#3567=ORIENTED_EDGE('',*,*,#4660,.F.); -#3568=ORIENTED_EDGE('',*,*,#5615,.F.); -#3569=ORIENTED_EDGE('',*,*,#5172,.F.); -#3570=ORIENTED_EDGE('',*,*,#5613,.F.); -#3571=ORIENTED_EDGE('',*,*,#4899,.F.); -#3572=ORIENTED_EDGE('',*,*,#5616,.T.); -#3573=ORIENTED_EDGE('',*,*,#5174,.F.); -#3574=ORIENTED_EDGE('',*,*,#5614,.F.); -#3575=ORIENTED_EDGE('',*,*,#4898,.F.); -#3576=ORIENTED_EDGE('',*,*,#5388,.F.); -#3577=ORIENTED_EDGE('',*,*,#5616,.F.); -#3578=ORIENTED_EDGE('',*,*,#4659,.F.); -#3579=ORIENTED_EDGE('',*,*,#5617,.T.); -#3580=ORIENTED_EDGE('',*,*,#5618,.T.); -#3581=ORIENTED_EDGE('',*,*,#5176,.F.); -#3582=ORIENTED_EDGE('',*,*,#5619,.T.); -#3583=ORIENTED_EDGE('',*,*,#4658,.F.); -#3584=ORIENTED_EDGE('',*,*,#5619,.F.); -#3585=ORIENTED_EDGE('',*,*,#5175,.F.); -#3586=ORIENTED_EDGE('',*,*,#5617,.F.); -#3587=ORIENTED_EDGE('',*,*,#4897,.F.); -#3588=ORIENTED_EDGE('',*,*,#5620,.T.); -#3589=ORIENTED_EDGE('',*,*,#5177,.F.); -#3590=ORIENTED_EDGE('',*,*,#5618,.F.); -#3591=ORIENTED_EDGE('',*,*,#4896,.F.); -#3592=ORIENTED_EDGE('',*,*,#5387,.F.); -#3593=ORIENTED_EDGE('',*,*,#5620,.F.); -#3594=ORIENTED_EDGE('',*,*,#4657,.F.); -#3595=ORIENTED_EDGE('',*,*,#5621,.T.); -#3596=ORIENTED_EDGE('',*,*,#5622,.T.); -#3597=ORIENTED_EDGE('',*,*,#5179,.F.); -#3598=ORIENTED_EDGE('',*,*,#5623,.T.); -#3599=ORIENTED_EDGE('',*,*,#4656,.F.); -#3600=ORIENTED_EDGE('',*,*,#5623,.F.); -#3601=ORIENTED_EDGE('',*,*,#5178,.F.); -#3602=ORIENTED_EDGE('',*,*,#5621,.F.); -#3603=ORIENTED_EDGE('',*,*,#4895,.F.); -#3604=ORIENTED_EDGE('',*,*,#5624,.T.); -#3605=ORIENTED_EDGE('',*,*,#5180,.F.); -#3606=ORIENTED_EDGE('',*,*,#5622,.F.); -#3607=ORIENTED_EDGE('',*,*,#4894,.F.); -#3608=ORIENTED_EDGE('',*,*,#5386,.F.); -#3609=ORIENTED_EDGE('',*,*,#5624,.F.); -#3610=ORIENTED_EDGE('',*,*,#4655,.F.); -#3611=ORIENTED_EDGE('',*,*,#5625,.T.); -#3612=ORIENTED_EDGE('',*,*,#5626,.T.); -#3613=ORIENTED_EDGE('',*,*,#5182,.F.); -#3614=ORIENTED_EDGE('',*,*,#5627,.T.); -#3615=ORIENTED_EDGE('',*,*,#4654,.F.); -#3616=ORIENTED_EDGE('',*,*,#5627,.F.); -#3617=ORIENTED_EDGE('',*,*,#5181,.F.); -#3618=ORIENTED_EDGE('',*,*,#5625,.F.); -#3619=ORIENTED_EDGE('',*,*,#4893,.F.); -#3620=ORIENTED_EDGE('',*,*,#5628,.T.); -#3621=ORIENTED_EDGE('',*,*,#5183,.F.); -#3622=ORIENTED_EDGE('',*,*,#5626,.F.); -#3623=ORIENTED_EDGE('',*,*,#4892,.F.); -#3624=ORIENTED_EDGE('',*,*,#5385,.F.); -#3625=ORIENTED_EDGE('',*,*,#5628,.F.); -#3626=ORIENTED_EDGE('',*,*,#4653,.F.); -#3627=ORIENTED_EDGE('',*,*,#5629,.T.); -#3628=ORIENTED_EDGE('',*,*,#5630,.T.); -#3629=ORIENTED_EDGE('',*,*,#5185,.F.); -#3630=ORIENTED_EDGE('',*,*,#5631,.T.); -#3631=ORIENTED_EDGE('',*,*,#4652,.F.); -#3632=ORIENTED_EDGE('',*,*,#5631,.F.); -#3633=ORIENTED_EDGE('',*,*,#5184,.F.); -#3634=ORIENTED_EDGE('',*,*,#5629,.F.); -#3635=ORIENTED_EDGE('',*,*,#4891,.F.); -#3636=ORIENTED_EDGE('',*,*,#5632,.T.); -#3637=ORIENTED_EDGE('',*,*,#5186,.F.); -#3638=ORIENTED_EDGE('',*,*,#5630,.F.); -#3639=ORIENTED_EDGE('',*,*,#4890,.F.); -#3640=ORIENTED_EDGE('',*,*,#5384,.F.); -#3641=ORIENTED_EDGE('',*,*,#5632,.F.); -#3642=ORIENTED_EDGE('',*,*,#4651,.F.); -#3643=ORIENTED_EDGE('',*,*,#5633,.T.); -#3644=ORIENTED_EDGE('',*,*,#5634,.T.); -#3645=ORIENTED_EDGE('',*,*,#5188,.F.); -#3646=ORIENTED_EDGE('',*,*,#5635,.T.); -#3647=ORIENTED_EDGE('',*,*,#4650,.F.); -#3648=ORIENTED_EDGE('',*,*,#5635,.F.); -#3649=ORIENTED_EDGE('',*,*,#5187,.F.); -#3650=ORIENTED_EDGE('',*,*,#5633,.F.); -#3651=ORIENTED_EDGE('',*,*,#4889,.F.); -#3652=ORIENTED_EDGE('',*,*,#5636,.T.); -#3653=ORIENTED_EDGE('',*,*,#5189,.F.); -#3654=ORIENTED_EDGE('',*,*,#5634,.F.); -#3655=ORIENTED_EDGE('',*,*,#4888,.F.); -#3656=ORIENTED_EDGE('',*,*,#5383,.F.); -#3657=ORIENTED_EDGE('',*,*,#5636,.F.); -#3658=ORIENTED_EDGE('',*,*,#4649,.F.); -#3659=ORIENTED_EDGE('',*,*,#5637,.T.); -#3660=ORIENTED_EDGE('',*,*,#5638,.T.); -#3661=ORIENTED_EDGE('',*,*,#5191,.F.); -#3662=ORIENTED_EDGE('',*,*,#5639,.T.); -#3663=ORIENTED_EDGE('',*,*,#4648,.F.); -#3664=ORIENTED_EDGE('',*,*,#5639,.F.); -#3665=ORIENTED_EDGE('',*,*,#5190,.F.); -#3666=ORIENTED_EDGE('',*,*,#5637,.F.); -#3667=ORIENTED_EDGE('',*,*,#4887,.F.); -#3668=ORIENTED_EDGE('',*,*,#5640,.T.); -#3669=ORIENTED_EDGE('',*,*,#5192,.F.); -#3670=ORIENTED_EDGE('',*,*,#5638,.F.); -#3671=ORIENTED_EDGE('',*,*,#4886,.F.); -#3672=ORIENTED_EDGE('',*,*,#5382,.F.); -#3673=ORIENTED_EDGE('',*,*,#5640,.F.); -#3674=ORIENTED_EDGE('',*,*,#4647,.F.); -#3675=ORIENTED_EDGE('',*,*,#5641,.T.); -#3676=ORIENTED_EDGE('',*,*,#5642,.T.); -#3677=ORIENTED_EDGE('',*,*,#5194,.F.); -#3678=ORIENTED_EDGE('',*,*,#5643,.T.); -#3679=ORIENTED_EDGE('',*,*,#4646,.F.); -#3680=ORIENTED_EDGE('',*,*,#5643,.F.); -#3681=ORIENTED_EDGE('',*,*,#5193,.F.); -#3682=ORIENTED_EDGE('',*,*,#5641,.F.); -#3683=ORIENTED_EDGE('',*,*,#4885,.F.); -#3684=ORIENTED_EDGE('',*,*,#5644,.T.); -#3685=ORIENTED_EDGE('',*,*,#5195,.F.); -#3686=ORIENTED_EDGE('',*,*,#5642,.F.); -#3687=ORIENTED_EDGE('',*,*,#4884,.F.); -#3688=ORIENTED_EDGE('',*,*,#5381,.F.); -#3689=ORIENTED_EDGE('',*,*,#5644,.F.); -#3690=ORIENTED_EDGE('',*,*,#4645,.F.); -#3691=ORIENTED_EDGE('',*,*,#5645,.T.); -#3692=ORIENTED_EDGE('',*,*,#5646,.T.); -#3693=ORIENTED_EDGE('',*,*,#5197,.F.); -#3694=ORIENTED_EDGE('',*,*,#5647,.T.); -#3695=ORIENTED_EDGE('',*,*,#4644,.F.); -#3696=ORIENTED_EDGE('',*,*,#5647,.F.); -#3697=ORIENTED_EDGE('',*,*,#5196,.F.); -#3698=ORIENTED_EDGE('',*,*,#5645,.F.); -#3699=ORIENTED_EDGE('',*,*,#4883,.F.); -#3700=ORIENTED_EDGE('',*,*,#5648,.T.); -#3701=ORIENTED_EDGE('',*,*,#5198,.F.); -#3702=ORIENTED_EDGE('',*,*,#5646,.F.); -#3703=ORIENTED_EDGE('',*,*,#4882,.F.); -#3704=ORIENTED_EDGE('',*,*,#5380,.F.); -#3705=ORIENTED_EDGE('',*,*,#5648,.F.); -#3706=ORIENTED_EDGE('',*,*,#4643,.F.); -#3707=ORIENTED_EDGE('',*,*,#5649,.T.); -#3708=ORIENTED_EDGE('',*,*,#5650,.T.); -#3709=ORIENTED_EDGE('',*,*,#5200,.F.); -#3710=ORIENTED_EDGE('',*,*,#5651,.T.); -#3711=ORIENTED_EDGE('',*,*,#4642,.F.); -#3712=ORIENTED_EDGE('',*,*,#5651,.F.); -#3713=ORIENTED_EDGE('',*,*,#5199,.F.); -#3714=ORIENTED_EDGE('',*,*,#5649,.F.); -#3715=ORIENTED_EDGE('',*,*,#4881,.F.); -#3716=ORIENTED_EDGE('',*,*,#5652,.T.); -#3717=ORIENTED_EDGE('',*,*,#5201,.F.); -#3718=ORIENTED_EDGE('',*,*,#5650,.F.); -#3719=ORIENTED_EDGE('',*,*,#4880,.F.); -#3720=ORIENTED_EDGE('',*,*,#5379,.F.); -#3721=ORIENTED_EDGE('',*,*,#5652,.F.); -#3722=ORIENTED_EDGE('',*,*,#4641,.F.); -#3723=ORIENTED_EDGE('',*,*,#5653,.T.); -#3724=ORIENTED_EDGE('',*,*,#5654,.T.); -#3725=ORIENTED_EDGE('',*,*,#5203,.F.); -#3726=ORIENTED_EDGE('',*,*,#5655,.T.); -#3727=ORIENTED_EDGE('',*,*,#4640,.F.); -#3728=ORIENTED_EDGE('',*,*,#5655,.F.); -#3729=ORIENTED_EDGE('',*,*,#5202,.F.); -#3730=ORIENTED_EDGE('',*,*,#5653,.F.); -#3731=ORIENTED_EDGE('',*,*,#4879,.F.); -#3732=ORIENTED_EDGE('',*,*,#5656,.T.); -#3733=ORIENTED_EDGE('',*,*,#5204,.F.); -#3734=ORIENTED_EDGE('',*,*,#5654,.F.); -#3735=ORIENTED_EDGE('',*,*,#4878,.F.); -#3736=ORIENTED_EDGE('',*,*,#5378,.F.); -#3737=ORIENTED_EDGE('',*,*,#5656,.F.); -#3738=ORIENTED_EDGE('',*,*,#4639,.F.); -#3739=ORIENTED_EDGE('',*,*,#5657,.T.); -#3740=ORIENTED_EDGE('',*,*,#5658,.T.); -#3741=ORIENTED_EDGE('',*,*,#5206,.F.); -#3742=ORIENTED_EDGE('',*,*,#5659,.T.); -#3743=ORIENTED_EDGE('',*,*,#4638,.F.); -#3744=ORIENTED_EDGE('',*,*,#5659,.F.); -#3745=ORIENTED_EDGE('',*,*,#5205,.F.); -#3746=ORIENTED_EDGE('',*,*,#5657,.F.); -#3747=ORIENTED_EDGE('',*,*,#4877,.F.); -#3748=ORIENTED_EDGE('',*,*,#5660,.T.); -#3749=ORIENTED_EDGE('',*,*,#5207,.F.); -#3750=ORIENTED_EDGE('',*,*,#5658,.F.); -#3751=ORIENTED_EDGE('',*,*,#4876,.F.); -#3752=ORIENTED_EDGE('',*,*,#5377,.F.); -#3753=ORIENTED_EDGE('',*,*,#5660,.F.); -#3754=ORIENTED_EDGE('',*,*,#4637,.F.); -#3755=ORIENTED_EDGE('',*,*,#5661,.T.); -#3756=ORIENTED_EDGE('',*,*,#5662,.T.); -#3757=ORIENTED_EDGE('',*,*,#5209,.F.); -#3758=ORIENTED_EDGE('',*,*,#5663,.T.); -#3759=ORIENTED_EDGE('',*,*,#4636,.F.); -#3760=ORIENTED_EDGE('',*,*,#5663,.F.); -#3761=ORIENTED_EDGE('',*,*,#5208,.F.); -#3762=ORIENTED_EDGE('',*,*,#5661,.F.); -#3763=ORIENTED_EDGE('',*,*,#4875,.F.); -#3764=ORIENTED_EDGE('',*,*,#5664,.T.); -#3765=ORIENTED_EDGE('',*,*,#5210,.F.); -#3766=ORIENTED_EDGE('',*,*,#5662,.F.); -#3767=ORIENTED_EDGE('',*,*,#4874,.F.); -#3768=ORIENTED_EDGE('',*,*,#5376,.F.); -#3769=ORIENTED_EDGE('',*,*,#5664,.F.); -#3770=ORIENTED_EDGE('',*,*,#4635,.F.); -#3771=ORIENTED_EDGE('',*,*,#5665,.T.); -#3772=ORIENTED_EDGE('',*,*,#5666,.T.); -#3773=ORIENTED_EDGE('',*,*,#5212,.F.); -#3774=ORIENTED_EDGE('',*,*,#5667,.T.); -#3775=ORIENTED_EDGE('',*,*,#4634,.F.); -#3776=ORIENTED_EDGE('',*,*,#5667,.F.); -#3777=ORIENTED_EDGE('',*,*,#5211,.F.); -#3778=ORIENTED_EDGE('',*,*,#5665,.F.); -#3779=ORIENTED_EDGE('',*,*,#4873,.F.); -#3780=ORIENTED_EDGE('',*,*,#5668,.T.); -#3781=ORIENTED_EDGE('',*,*,#5213,.F.); -#3782=ORIENTED_EDGE('',*,*,#5666,.F.); -#3783=ORIENTED_EDGE('',*,*,#4872,.F.); -#3784=ORIENTED_EDGE('',*,*,#5375,.F.); -#3785=ORIENTED_EDGE('',*,*,#5668,.F.); -#3786=ORIENTED_EDGE('',*,*,#4633,.F.); -#3787=ORIENTED_EDGE('',*,*,#5669,.T.); -#3788=ORIENTED_EDGE('',*,*,#5670,.T.); -#3789=ORIENTED_EDGE('',*,*,#5215,.F.); -#3790=ORIENTED_EDGE('',*,*,#5671,.T.); -#3791=ORIENTED_EDGE('',*,*,#4632,.F.); -#3792=ORIENTED_EDGE('',*,*,#5671,.F.); -#3793=ORIENTED_EDGE('',*,*,#5214,.F.); -#3794=ORIENTED_EDGE('',*,*,#5669,.F.); -#3795=ORIENTED_EDGE('',*,*,#4871,.F.); -#3796=ORIENTED_EDGE('',*,*,#5672,.T.); -#3797=ORIENTED_EDGE('',*,*,#5216,.F.); -#3798=ORIENTED_EDGE('',*,*,#5670,.F.); -#3799=ORIENTED_EDGE('',*,*,#4870,.F.); -#3800=ORIENTED_EDGE('',*,*,#5374,.F.); -#3801=ORIENTED_EDGE('',*,*,#5672,.F.); -#3802=ORIENTED_EDGE('',*,*,#4631,.F.); -#3803=ORIENTED_EDGE('',*,*,#5673,.T.); -#3804=ORIENTED_EDGE('',*,*,#5674,.T.); -#3805=ORIENTED_EDGE('',*,*,#5218,.F.); -#3806=ORIENTED_EDGE('',*,*,#5675,.T.); -#3807=ORIENTED_EDGE('',*,*,#4630,.F.); -#3808=ORIENTED_EDGE('',*,*,#5675,.F.); -#3809=ORIENTED_EDGE('',*,*,#5217,.F.); -#3810=ORIENTED_EDGE('',*,*,#5673,.F.); -#3811=ORIENTED_EDGE('',*,*,#4869,.F.); -#3812=ORIENTED_EDGE('',*,*,#5676,.T.); -#3813=ORIENTED_EDGE('',*,*,#5219,.F.); -#3814=ORIENTED_EDGE('',*,*,#5674,.F.); -#3815=ORIENTED_EDGE('',*,*,#4868,.F.); -#3816=ORIENTED_EDGE('',*,*,#5373,.F.); -#3817=ORIENTED_EDGE('',*,*,#5676,.F.); -#3818=ORIENTED_EDGE('',*,*,#4629,.F.); -#3819=ORIENTED_EDGE('',*,*,#5677,.T.); -#3820=ORIENTED_EDGE('',*,*,#5678,.T.); -#3821=ORIENTED_EDGE('',*,*,#5221,.F.); -#3822=ORIENTED_EDGE('',*,*,#5679,.T.); -#3823=ORIENTED_EDGE('',*,*,#4628,.F.); -#3824=ORIENTED_EDGE('',*,*,#5679,.F.); -#3825=ORIENTED_EDGE('',*,*,#5220,.F.); -#3826=ORIENTED_EDGE('',*,*,#5677,.F.); -#3827=ORIENTED_EDGE('',*,*,#4867,.F.); -#3828=ORIENTED_EDGE('',*,*,#5680,.T.); -#3829=ORIENTED_EDGE('',*,*,#5222,.F.); -#3830=ORIENTED_EDGE('',*,*,#5678,.F.); -#3831=ORIENTED_EDGE('',*,*,#4866,.F.); -#3832=ORIENTED_EDGE('',*,*,#5372,.F.); -#3833=ORIENTED_EDGE('',*,*,#5680,.F.); -#3834=ORIENTED_EDGE('',*,*,#4627,.F.); -#3835=ORIENTED_EDGE('',*,*,#5681,.T.); -#3836=ORIENTED_EDGE('',*,*,#5682,.T.); -#3837=ORIENTED_EDGE('',*,*,#5224,.F.); -#3838=ORIENTED_EDGE('',*,*,#5683,.T.); -#3839=ORIENTED_EDGE('',*,*,#4626,.F.); -#3840=ORIENTED_EDGE('',*,*,#5683,.F.); -#3841=ORIENTED_EDGE('',*,*,#5223,.F.); -#3842=ORIENTED_EDGE('',*,*,#5681,.F.); -#3843=ORIENTED_EDGE('',*,*,#4865,.F.); -#3844=ORIENTED_EDGE('',*,*,#5684,.T.); -#3845=ORIENTED_EDGE('',*,*,#5225,.F.); -#3846=ORIENTED_EDGE('',*,*,#5682,.F.); -#3847=ORIENTED_EDGE('',*,*,#4864,.F.); -#3848=ORIENTED_EDGE('',*,*,#5371,.F.); -#3849=ORIENTED_EDGE('',*,*,#5684,.F.); -#3850=ORIENTED_EDGE('',*,*,#4625,.F.); -#3851=ORIENTED_EDGE('',*,*,#5685,.T.); -#3852=ORIENTED_EDGE('',*,*,#5686,.T.); -#3853=ORIENTED_EDGE('',*,*,#5227,.F.); -#3854=ORIENTED_EDGE('',*,*,#5687,.T.); -#3855=ORIENTED_EDGE('',*,*,#4624,.F.); -#3856=ORIENTED_EDGE('',*,*,#5687,.F.); -#3857=ORIENTED_EDGE('',*,*,#5226,.F.); -#3858=ORIENTED_EDGE('',*,*,#5685,.F.); -#3859=ORIENTED_EDGE('',*,*,#4863,.F.); -#3860=ORIENTED_EDGE('',*,*,#5688,.T.); -#3861=ORIENTED_EDGE('',*,*,#5228,.F.); -#3862=ORIENTED_EDGE('',*,*,#5686,.F.); -#3863=ORIENTED_EDGE('',*,*,#4862,.F.); -#3864=ORIENTED_EDGE('',*,*,#5370,.F.); -#3865=ORIENTED_EDGE('',*,*,#5688,.F.); -#3866=ORIENTED_EDGE('',*,*,#4623,.F.); -#3867=ORIENTED_EDGE('',*,*,#5689,.T.); -#3868=ORIENTED_EDGE('',*,*,#5690,.T.); -#3869=ORIENTED_EDGE('',*,*,#5230,.F.); -#3870=ORIENTED_EDGE('',*,*,#5691,.T.); -#3871=ORIENTED_EDGE('',*,*,#4622,.F.); -#3872=ORIENTED_EDGE('',*,*,#5691,.F.); -#3873=ORIENTED_EDGE('',*,*,#5229,.F.); -#3874=ORIENTED_EDGE('',*,*,#5689,.F.); -#3875=ORIENTED_EDGE('',*,*,#4861,.F.); -#3876=ORIENTED_EDGE('',*,*,#5692,.T.); -#3877=ORIENTED_EDGE('',*,*,#5231,.F.); -#3878=ORIENTED_EDGE('',*,*,#5690,.F.); -#3879=ORIENTED_EDGE('',*,*,#4860,.F.); -#3880=ORIENTED_EDGE('',*,*,#5369,.F.); -#3881=ORIENTED_EDGE('',*,*,#5692,.F.); -#3882=ORIENTED_EDGE('',*,*,#4621,.F.); -#3883=ORIENTED_EDGE('',*,*,#5693,.T.); -#3884=ORIENTED_EDGE('',*,*,#5694,.T.); -#3885=ORIENTED_EDGE('',*,*,#5233,.F.); -#3886=ORIENTED_EDGE('',*,*,#5695,.T.); -#3887=ORIENTED_EDGE('',*,*,#4620,.F.); -#3888=ORIENTED_EDGE('',*,*,#5695,.F.); -#3889=ORIENTED_EDGE('',*,*,#5232,.F.); -#3890=ORIENTED_EDGE('',*,*,#5693,.F.); -#3891=ORIENTED_EDGE('',*,*,#4859,.F.); -#3892=ORIENTED_EDGE('',*,*,#5696,.T.); -#3893=ORIENTED_EDGE('',*,*,#5234,.F.); -#3894=ORIENTED_EDGE('',*,*,#5694,.F.); -#3895=ORIENTED_EDGE('',*,*,#4858,.F.); -#3896=ORIENTED_EDGE('',*,*,#5368,.F.); -#3897=ORIENTED_EDGE('',*,*,#5696,.F.); -#3898=ORIENTED_EDGE('',*,*,#4619,.F.); -#3899=ORIENTED_EDGE('',*,*,#5697,.T.); -#3900=ORIENTED_EDGE('',*,*,#5698,.T.); -#3901=ORIENTED_EDGE('',*,*,#5236,.F.); -#3902=ORIENTED_EDGE('',*,*,#5699,.T.); -#3903=ORIENTED_EDGE('',*,*,#4618,.F.); -#3904=ORIENTED_EDGE('',*,*,#5699,.F.); -#3905=ORIENTED_EDGE('',*,*,#5235,.F.); -#3906=ORIENTED_EDGE('',*,*,#5697,.F.); -#3907=ORIENTED_EDGE('',*,*,#4857,.F.); -#3908=ORIENTED_EDGE('',*,*,#5700,.T.); -#3909=ORIENTED_EDGE('',*,*,#5237,.F.); -#3910=ORIENTED_EDGE('',*,*,#5698,.F.); -#3911=ORIENTED_EDGE('',*,*,#4856,.F.); -#3912=ORIENTED_EDGE('',*,*,#5367,.F.); -#3913=ORIENTED_EDGE('',*,*,#5700,.F.); -#3914=ORIENTED_EDGE('',*,*,#4617,.F.); -#3915=ORIENTED_EDGE('',*,*,#5701,.T.); -#3916=ORIENTED_EDGE('',*,*,#5702,.T.); -#3917=ORIENTED_EDGE('',*,*,#5239,.F.); -#3918=ORIENTED_EDGE('',*,*,#5703,.T.); -#3919=ORIENTED_EDGE('',*,*,#4616,.F.); -#3920=ORIENTED_EDGE('',*,*,#5703,.F.); -#3921=ORIENTED_EDGE('',*,*,#5238,.F.); -#3922=ORIENTED_EDGE('',*,*,#5701,.F.); -#3923=ORIENTED_EDGE('',*,*,#4855,.F.); -#3924=ORIENTED_EDGE('',*,*,#5704,.T.); -#3925=ORIENTED_EDGE('',*,*,#5240,.F.); -#3926=ORIENTED_EDGE('',*,*,#5702,.F.); -#3927=ORIENTED_EDGE('',*,*,#4854,.F.); -#3928=ORIENTED_EDGE('',*,*,#5366,.F.); -#3929=ORIENTED_EDGE('',*,*,#5704,.F.); -#3930=ORIENTED_EDGE('',*,*,#4615,.F.); -#3931=ORIENTED_EDGE('',*,*,#5705,.T.); -#3932=ORIENTED_EDGE('',*,*,#5706,.T.); -#3933=ORIENTED_EDGE('',*,*,#5242,.F.); -#3934=ORIENTED_EDGE('',*,*,#5707,.T.); -#3935=ORIENTED_EDGE('',*,*,#4614,.F.); -#3936=ORIENTED_EDGE('',*,*,#5707,.F.); -#3937=ORIENTED_EDGE('',*,*,#5241,.F.); -#3938=ORIENTED_EDGE('',*,*,#5705,.F.); -#3939=ORIENTED_EDGE('',*,*,#4853,.F.); -#3940=ORIENTED_EDGE('',*,*,#5708,.T.); -#3941=ORIENTED_EDGE('',*,*,#5243,.F.); -#3942=ORIENTED_EDGE('',*,*,#5706,.F.); -#3943=ORIENTED_EDGE('',*,*,#4852,.F.); -#3944=ORIENTED_EDGE('',*,*,#5365,.F.); -#3945=ORIENTED_EDGE('',*,*,#5708,.F.); -#3946=ORIENTED_EDGE('',*,*,#4613,.F.); -#3947=ORIENTED_EDGE('',*,*,#5709,.T.); -#3948=ORIENTED_EDGE('',*,*,#5710,.T.); -#3949=ORIENTED_EDGE('',*,*,#5245,.F.); -#3950=ORIENTED_EDGE('',*,*,#5711,.T.); -#3951=ORIENTED_EDGE('',*,*,#4612,.F.); -#3952=ORIENTED_EDGE('',*,*,#5711,.F.); -#3953=ORIENTED_EDGE('',*,*,#5244,.F.); -#3954=ORIENTED_EDGE('',*,*,#5709,.F.); -#3955=ORIENTED_EDGE('',*,*,#4851,.F.); -#3956=ORIENTED_EDGE('',*,*,#5712,.T.); -#3957=ORIENTED_EDGE('',*,*,#5246,.F.); -#3958=ORIENTED_EDGE('',*,*,#5710,.F.); -#3959=ORIENTED_EDGE('',*,*,#4850,.F.); -#3960=ORIENTED_EDGE('',*,*,#5364,.F.); -#3961=ORIENTED_EDGE('',*,*,#5712,.F.); -#3962=ORIENTED_EDGE('',*,*,#4611,.F.); -#3963=ORIENTED_EDGE('',*,*,#5713,.T.); -#3964=ORIENTED_EDGE('',*,*,#5714,.T.); -#3965=ORIENTED_EDGE('',*,*,#5248,.F.); -#3966=ORIENTED_EDGE('',*,*,#5715,.T.); -#3967=ORIENTED_EDGE('',*,*,#4610,.F.); -#3968=ORIENTED_EDGE('',*,*,#5715,.F.); -#3969=ORIENTED_EDGE('',*,*,#5247,.F.); -#3970=ORIENTED_EDGE('',*,*,#5713,.F.); -#3971=ORIENTED_EDGE('',*,*,#4849,.F.); -#3972=ORIENTED_EDGE('',*,*,#5716,.T.); -#3973=ORIENTED_EDGE('',*,*,#5249,.F.); -#3974=ORIENTED_EDGE('',*,*,#5714,.F.); -#3975=ORIENTED_EDGE('',*,*,#4848,.F.); -#3976=ORIENTED_EDGE('',*,*,#5363,.F.); -#3977=ORIENTED_EDGE('',*,*,#5716,.F.); -#3978=ORIENTED_EDGE('',*,*,#4609,.F.); -#3979=ORIENTED_EDGE('',*,*,#5717,.T.); -#3980=ORIENTED_EDGE('',*,*,#5718,.T.); -#3981=ORIENTED_EDGE('',*,*,#5251,.F.); -#3982=ORIENTED_EDGE('',*,*,#5719,.T.); -#3983=ORIENTED_EDGE('',*,*,#4608,.F.); -#3984=ORIENTED_EDGE('',*,*,#5719,.F.); -#3985=ORIENTED_EDGE('',*,*,#5250,.F.); -#3986=ORIENTED_EDGE('',*,*,#5717,.F.); -#3987=ORIENTED_EDGE('',*,*,#4847,.F.); -#3988=ORIENTED_EDGE('',*,*,#5720,.T.); -#3989=ORIENTED_EDGE('',*,*,#5252,.F.); -#3990=ORIENTED_EDGE('',*,*,#5718,.F.); -#3991=ORIENTED_EDGE('',*,*,#4846,.F.); -#3992=ORIENTED_EDGE('',*,*,#5362,.F.); -#3993=ORIENTED_EDGE('',*,*,#5720,.F.); -#3994=ORIENTED_EDGE('',*,*,#4607,.F.); -#3995=ORIENTED_EDGE('',*,*,#5721,.T.); -#3996=ORIENTED_EDGE('',*,*,#5722,.T.); -#3997=ORIENTED_EDGE('',*,*,#5254,.F.); -#3998=ORIENTED_EDGE('',*,*,#5723,.T.); -#3999=ORIENTED_EDGE('',*,*,#4606,.F.); -#4000=ORIENTED_EDGE('',*,*,#5723,.F.); -#4001=ORIENTED_EDGE('',*,*,#5253,.F.); -#4002=ORIENTED_EDGE('',*,*,#5721,.F.); -#4003=ORIENTED_EDGE('',*,*,#4845,.F.); -#4004=ORIENTED_EDGE('',*,*,#5724,.T.); -#4005=ORIENTED_EDGE('',*,*,#5255,.F.); -#4006=ORIENTED_EDGE('',*,*,#5722,.F.); -#4007=ORIENTED_EDGE('',*,*,#4844,.F.); -#4008=ORIENTED_EDGE('',*,*,#5361,.F.); -#4009=ORIENTED_EDGE('',*,*,#5724,.F.); -#4010=ORIENTED_EDGE('',*,*,#4605,.F.); -#4011=ORIENTED_EDGE('',*,*,#5725,.T.); -#4012=ORIENTED_EDGE('',*,*,#5726,.T.); -#4013=ORIENTED_EDGE('',*,*,#5257,.F.); -#4014=ORIENTED_EDGE('',*,*,#5727,.T.); -#4015=ORIENTED_EDGE('',*,*,#4604,.F.); -#4016=ORIENTED_EDGE('',*,*,#5727,.F.); -#4017=ORIENTED_EDGE('',*,*,#5256,.F.); -#4018=ORIENTED_EDGE('',*,*,#5725,.F.); -#4019=ORIENTED_EDGE('',*,*,#4843,.F.); -#4020=ORIENTED_EDGE('',*,*,#5728,.T.); -#4021=ORIENTED_EDGE('',*,*,#5258,.F.); -#4022=ORIENTED_EDGE('',*,*,#5726,.F.); -#4023=ORIENTED_EDGE('',*,*,#4842,.F.); -#4024=ORIENTED_EDGE('',*,*,#5360,.F.); -#4025=ORIENTED_EDGE('',*,*,#5728,.F.); -#4026=ORIENTED_EDGE('',*,*,#4603,.F.); -#4027=ORIENTED_EDGE('',*,*,#5729,.T.); -#4028=ORIENTED_EDGE('',*,*,#5730,.T.); -#4029=ORIENTED_EDGE('',*,*,#5260,.F.); -#4030=ORIENTED_EDGE('',*,*,#5731,.T.); -#4031=ORIENTED_EDGE('',*,*,#4602,.F.); -#4032=ORIENTED_EDGE('',*,*,#5731,.F.); -#4033=ORIENTED_EDGE('',*,*,#5259,.F.); -#4034=ORIENTED_EDGE('',*,*,#5729,.F.); -#4035=ORIENTED_EDGE('',*,*,#4841,.F.); -#4036=ORIENTED_EDGE('',*,*,#5732,.T.); -#4037=ORIENTED_EDGE('',*,*,#5261,.F.); -#4038=ORIENTED_EDGE('',*,*,#5730,.F.); -#4039=ORIENTED_EDGE('',*,*,#4840,.F.); -#4040=ORIENTED_EDGE('',*,*,#5359,.F.); -#4041=ORIENTED_EDGE('',*,*,#5732,.F.); -#4042=ORIENTED_EDGE('',*,*,#4601,.F.); -#4043=ORIENTED_EDGE('',*,*,#5733,.T.); -#4044=ORIENTED_EDGE('',*,*,#5734,.T.); -#4045=ORIENTED_EDGE('',*,*,#5263,.F.); -#4046=ORIENTED_EDGE('',*,*,#5735,.T.); -#4047=ORIENTED_EDGE('',*,*,#4600,.F.); -#4048=ORIENTED_EDGE('',*,*,#5735,.F.); -#4049=ORIENTED_EDGE('',*,*,#5262,.F.); -#4050=ORIENTED_EDGE('',*,*,#5733,.F.); -#4051=ORIENTED_EDGE('',*,*,#4839,.F.); -#4052=ORIENTED_EDGE('',*,*,#5736,.T.); -#4053=ORIENTED_EDGE('',*,*,#5264,.F.); -#4054=ORIENTED_EDGE('',*,*,#5734,.F.); -#4055=ORIENTED_EDGE('',*,*,#4838,.F.); -#4056=ORIENTED_EDGE('',*,*,#5358,.F.); -#4057=ORIENTED_EDGE('',*,*,#5736,.F.); -#4058=ORIENTED_EDGE('',*,*,#4599,.F.); -#4059=ORIENTED_EDGE('',*,*,#5737,.T.); -#4060=ORIENTED_EDGE('',*,*,#5738,.T.); -#4061=ORIENTED_EDGE('',*,*,#5266,.F.); -#4062=ORIENTED_EDGE('',*,*,#5739,.T.); -#4063=ORIENTED_EDGE('',*,*,#4598,.F.); -#4064=ORIENTED_EDGE('',*,*,#5739,.F.); -#4065=ORIENTED_EDGE('',*,*,#5265,.F.); -#4066=ORIENTED_EDGE('',*,*,#5737,.F.); -#4067=ORIENTED_EDGE('',*,*,#4837,.F.); -#4068=ORIENTED_EDGE('',*,*,#5740,.T.); -#4069=ORIENTED_EDGE('',*,*,#5267,.F.); -#4070=ORIENTED_EDGE('',*,*,#5738,.F.); -#4071=ORIENTED_EDGE('',*,*,#4836,.F.); -#4072=ORIENTED_EDGE('',*,*,#5357,.F.); -#4073=ORIENTED_EDGE('',*,*,#5740,.F.); -#4074=ORIENTED_EDGE('',*,*,#4597,.F.); -#4075=ORIENTED_EDGE('',*,*,#5741,.T.); -#4076=ORIENTED_EDGE('',*,*,#5742,.T.); -#4077=ORIENTED_EDGE('',*,*,#5269,.F.); -#4078=ORIENTED_EDGE('',*,*,#5743,.T.); -#4079=ORIENTED_EDGE('',*,*,#4596,.F.); -#4080=ORIENTED_EDGE('',*,*,#5743,.F.); -#4081=ORIENTED_EDGE('',*,*,#5268,.F.); -#4082=ORIENTED_EDGE('',*,*,#5741,.F.); -#4083=ORIENTED_EDGE('',*,*,#4835,.F.); -#4084=ORIENTED_EDGE('',*,*,#5744,.T.); -#4085=ORIENTED_EDGE('',*,*,#5270,.F.); -#4086=ORIENTED_EDGE('',*,*,#5742,.F.); -#4087=ORIENTED_EDGE('',*,*,#4834,.F.); -#4088=ORIENTED_EDGE('',*,*,#5356,.F.); -#4089=ORIENTED_EDGE('',*,*,#5744,.F.); -#4090=ORIENTED_EDGE('',*,*,#4595,.F.); -#4091=ORIENTED_EDGE('',*,*,#5745,.T.); -#4092=ORIENTED_EDGE('',*,*,#5746,.T.); -#4093=ORIENTED_EDGE('',*,*,#5272,.F.); -#4094=ORIENTED_EDGE('',*,*,#5747,.T.); -#4095=ORIENTED_EDGE('',*,*,#4594,.F.); -#4096=ORIENTED_EDGE('',*,*,#5747,.F.); -#4097=ORIENTED_EDGE('',*,*,#5271,.F.); -#4098=ORIENTED_EDGE('',*,*,#5745,.F.); -#4099=ORIENTED_EDGE('',*,*,#4833,.F.); -#4100=ORIENTED_EDGE('',*,*,#5748,.T.); -#4101=ORIENTED_EDGE('',*,*,#5273,.F.); -#4102=ORIENTED_EDGE('',*,*,#5746,.F.); -#4103=ORIENTED_EDGE('',*,*,#4832,.F.); -#4104=ORIENTED_EDGE('',*,*,#5355,.F.); -#4105=ORIENTED_EDGE('',*,*,#5748,.F.); -#4106=ORIENTED_EDGE('',*,*,#4593,.F.); -#4107=ORIENTED_EDGE('',*,*,#5749,.T.); -#4108=ORIENTED_EDGE('',*,*,#5750,.T.); -#4109=ORIENTED_EDGE('',*,*,#5275,.F.); -#4110=ORIENTED_EDGE('',*,*,#5751,.T.); -#4111=ORIENTED_EDGE('',*,*,#4592,.F.); -#4112=ORIENTED_EDGE('',*,*,#5751,.F.); -#4113=ORIENTED_EDGE('',*,*,#5274,.F.); -#4114=ORIENTED_EDGE('',*,*,#5749,.F.); -#4115=ORIENTED_EDGE('',*,*,#4831,.F.); -#4116=ORIENTED_EDGE('',*,*,#5752,.T.); -#4117=ORIENTED_EDGE('',*,*,#5276,.F.); -#4118=ORIENTED_EDGE('',*,*,#5750,.F.); -#4119=ORIENTED_EDGE('',*,*,#4830,.F.); -#4120=ORIENTED_EDGE('',*,*,#5354,.F.); -#4121=ORIENTED_EDGE('',*,*,#5752,.F.); -#4122=ORIENTED_EDGE('',*,*,#4591,.F.); -#4123=ORIENTED_EDGE('',*,*,#5753,.T.); -#4124=ORIENTED_EDGE('',*,*,#5754,.T.); -#4125=ORIENTED_EDGE('',*,*,#5278,.F.); -#4126=ORIENTED_EDGE('',*,*,#5755,.T.); -#4127=ORIENTED_EDGE('',*,*,#4590,.F.); -#4128=ORIENTED_EDGE('',*,*,#5755,.F.); -#4129=ORIENTED_EDGE('',*,*,#5277,.F.); -#4130=ORIENTED_EDGE('',*,*,#5753,.F.); -#4131=ORIENTED_EDGE('',*,*,#4829,.F.); -#4132=ORIENTED_EDGE('',*,*,#5756,.T.); -#4133=ORIENTED_EDGE('',*,*,#5279,.F.); -#4134=ORIENTED_EDGE('',*,*,#5754,.F.); -#4135=ORIENTED_EDGE('',*,*,#4828,.F.); -#4136=ORIENTED_EDGE('',*,*,#5353,.F.); -#4137=ORIENTED_EDGE('',*,*,#5756,.F.); -#4138=ORIENTED_EDGE('',*,*,#4589,.F.); -#4139=ORIENTED_EDGE('',*,*,#5757,.T.); -#4140=ORIENTED_EDGE('',*,*,#5758,.T.); -#4141=ORIENTED_EDGE('',*,*,#5281,.F.); -#4142=ORIENTED_EDGE('',*,*,#5759,.T.); -#4143=ORIENTED_EDGE('',*,*,#4588,.F.); -#4144=ORIENTED_EDGE('',*,*,#5759,.F.); -#4145=ORIENTED_EDGE('',*,*,#5280,.F.); -#4146=ORIENTED_EDGE('',*,*,#5757,.F.); -#4147=ORIENTED_EDGE('',*,*,#4827,.F.); -#4148=ORIENTED_EDGE('',*,*,#5760,.T.); -#4149=ORIENTED_EDGE('',*,*,#5282,.F.); -#4150=ORIENTED_EDGE('',*,*,#5758,.F.); -#4151=ORIENTED_EDGE('',*,*,#4826,.F.); -#4152=ORIENTED_EDGE('',*,*,#5352,.F.); -#4153=ORIENTED_EDGE('',*,*,#5760,.F.); -#4154=ORIENTED_EDGE('',*,*,#4587,.F.); -#4155=ORIENTED_EDGE('',*,*,#5761,.T.); -#4156=ORIENTED_EDGE('',*,*,#5762,.T.); -#4157=ORIENTED_EDGE('',*,*,#5284,.F.); -#4158=ORIENTED_EDGE('',*,*,#5763,.T.); -#4159=ORIENTED_EDGE('',*,*,#4586,.F.); -#4160=ORIENTED_EDGE('',*,*,#5763,.F.); -#4161=ORIENTED_EDGE('',*,*,#5283,.F.); -#4162=ORIENTED_EDGE('',*,*,#5761,.F.); -#4163=ORIENTED_EDGE('',*,*,#4825,.F.); -#4164=ORIENTED_EDGE('',*,*,#5764,.T.); -#4165=ORIENTED_EDGE('',*,*,#5285,.F.); -#4166=ORIENTED_EDGE('',*,*,#5762,.F.); -#4167=ORIENTED_EDGE('',*,*,#4824,.F.); -#4168=ORIENTED_EDGE('',*,*,#5351,.F.); -#4169=ORIENTED_EDGE('',*,*,#5764,.F.); -#4170=ORIENTED_EDGE('',*,*,#4585,.F.); -#4171=ORIENTED_EDGE('',*,*,#5765,.T.); -#4172=ORIENTED_EDGE('',*,*,#5766,.T.); -#4173=ORIENTED_EDGE('',*,*,#5287,.F.); -#4174=ORIENTED_EDGE('',*,*,#5767,.T.); -#4175=ORIENTED_EDGE('',*,*,#4584,.F.); -#4176=ORIENTED_EDGE('',*,*,#5767,.F.); -#4177=ORIENTED_EDGE('',*,*,#5286,.F.); -#4178=ORIENTED_EDGE('',*,*,#5765,.F.); -#4179=ORIENTED_EDGE('',*,*,#4823,.F.); -#4180=ORIENTED_EDGE('',*,*,#5768,.T.); -#4181=ORIENTED_EDGE('',*,*,#5288,.F.); -#4182=ORIENTED_EDGE('',*,*,#5766,.F.); -#4183=ORIENTED_EDGE('',*,*,#4822,.F.); -#4184=ORIENTED_EDGE('',*,*,#5350,.F.); -#4185=ORIENTED_EDGE('',*,*,#5768,.F.); -#4186=ORIENTED_EDGE('',*,*,#4583,.F.); -#4187=ORIENTED_EDGE('',*,*,#5769,.T.); -#4188=ORIENTED_EDGE('',*,*,#5770,.T.); -#4189=ORIENTED_EDGE('',*,*,#5290,.F.); -#4190=ORIENTED_EDGE('',*,*,#5771,.T.); -#4191=ORIENTED_EDGE('',*,*,#4582,.F.); -#4192=ORIENTED_EDGE('',*,*,#5771,.F.); -#4193=ORIENTED_EDGE('',*,*,#5289,.F.); -#4194=ORIENTED_EDGE('',*,*,#5769,.F.); -#4195=ORIENTED_EDGE('',*,*,#4821,.F.); -#4196=ORIENTED_EDGE('',*,*,#5772,.T.); -#4197=ORIENTED_EDGE('',*,*,#5291,.F.); -#4198=ORIENTED_EDGE('',*,*,#5770,.F.); -#4199=ORIENTED_EDGE('',*,*,#4820,.F.); -#4200=ORIENTED_EDGE('',*,*,#5349,.F.); -#4201=ORIENTED_EDGE('',*,*,#5772,.F.); -#4202=ORIENTED_EDGE('',*,*,#4581,.F.); -#4203=ORIENTED_EDGE('',*,*,#5773,.T.); -#4204=ORIENTED_EDGE('',*,*,#5774,.T.); -#4205=ORIENTED_EDGE('',*,*,#5293,.F.); -#4206=ORIENTED_EDGE('',*,*,#5775,.T.); -#4207=ORIENTED_EDGE('',*,*,#4580,.F.); -#4208=ORIENTED_EDGE('',*,*,#5775,.F.); -#4209=ORIENTED_EDGE('',*,*,#5292,.F.); -#4210=ORIENTED_EDGE('',*,*,#5773,.F.); -#4211=ORIENTED_EDGE('',*,*,#4819,.F.); -#4212=ORIENTED_EDGE('',*,*,#5776,.T.); -#4213=ORIENTED_EDGE('',*,*,#5294,.F.); -#4214=ORIENTED_EDGE('',*,*,#5774,.F.); -#4215=ORIENTED_EDGE('',*,*,#4818,.F.); -#4216=ORIENTED_EDGE('',*,*,#5348,.F.); -#4217=ORIENTED_EDGE('',*,*,#5776,.F.); -#4218=ORIENTED_EDGE('',*,*,#4579,.F.); -#4219=ORIENTED_EDGE('',*,*,#5777,.T.); -#4220=ORIENTED_EDGE('',*,*,#5778,.T.); -#4221=ORIENTED_EDGE('',*,*,#5296,.F.); -#4222=ORIENTED_EDGE('',*,*,#5779,.T.); -#4223=ORIENTED_EDGE('',*,*,#4578,.F.); -#4224=ORIENTED_EDGE('',*,*,#5779,.F.); -#4225=ORIENTED_EDGE('',*,*,#5295,.F.); -#4226=ORIENTED_EDGE('',*,*,#5777,.F.); -#4227=ORIENTED_EDGE('',*,*,#4817,.F.); -#4228=ORIENTED_EDGE('',*,*,#5780,.T.); -#4229=ORIENTED_EDGE('',*,*,#5297,.F.); -#4230=ORIENTED_EDGE('',*,*,#5778,.F.); -#4231=ORIENTED_EDGE('',*,*,#4816,.F.); -#4232=ORIENTED_EDGE('',*,*,#5347,.F.); -#4233=ORIENTED_EDGE('',*,*,#5780,.F.); -#4234=ORIENTED_EDGE('',*,*,#4577,.F.); -#4235=ORIENTED_EDGE('',*,*,#5781,.T.); -#4236=ORIENTED_EDGE('',*,*,#5782,.T.); -#4237=ORIENTED_EDGE('',*,*,#5299,.F.); -#4238=ORIENTED_EDGE('',*,*,#5783,.T.); -#4239=ORIENTED_EDGE('',*,*,#4576,.F.); -#4240=ORIENTED_EDGE('',*,*,#5783,.F.); -#4241=ORIENTED_EDGE('',*,*,#5298,.F.); -#4242=ORIENTED_EDGE('',*,*,#5781,.F.); -#4243=ORIENTED_EDGE('',*,*,#4815,.F.); -#4244=ORIENTED_EDGE('',*,*,#5784,.T.); -#4245=ORIENTED_EDGE('',*,*,#5300,.F.); -#4246=ORIENTED_EDGE('',*,*,#5782,.F.); -#4247=ORIENTED_EDGE('',*,*,#4814,.F.); -#4248=ORIENTED_EDGE('',*,*,#5346,.F.); -#4249=ORIENTED_EDGE('',*,*,#5784,.F.); -#4250=ORIENTED_EDGE('',*,*,#4575,.F.); -#4251=ORIENTED_EDGE('',*,*,#5785,.T.); -#4252=ORIENTED_EDGE('',*,*,#5786,.T.); -#4253=ORIENTED_EDGE('',*,*,#5302,.F.); -#4254=ORIENTED_EDGE('',*,*,#5787,.T.); -#4255=ORIENTED_EDGE('',*,*,#4574,.F.); -#4256=ORIENTED_EDGE('',*,*,#5787,.F.); -#4257=ORIENTED_EDGE('',*,*,#5301,.F.); -#4258=ORIENTED_EDGE('',*,*,#5785,.F.); -#4259=ORIENTED_EDGE('',*,*,#4813,.F.); -#4260=ORIENTED_EDGE('',*,*,#5788,.T.); -#4261=ORIENTED_EDGE('',*,*,#5303,.F.); -#4262=ORIENTED_EDGE('',*,*,#5786,.F.); -#4263=ORIENTED_EDGE('',*,*,#4812,.F.); -#4264=ORIENTED_EDGE('',*,*,#5345,.F.); -#4265=ORIENTED_EDGE('',*,*,#5788,.F.); -#4266=ORIENTED_EDGE('',*,*,#4573,.F.); -#4267=ORIENTED_EDGE('',*,*,#5789,.T.); -#4268=ORIENTED_EDGE('',*,*,#5790,.T.); -#4269=ORIENTED_EDGE('',*,*,#5305,.F.); -#4270=ORIENTED_EDGE('',*,*,#5791,.T.); -#4271=ORIENTED_EDGE('',*,*,#4572,.F.); -#4272=ORIENTED_EDGE('',*,*,#5791,.F.); -#4273=ORIENTED_EDGE('',*,*,#5304,.F.); -#4274=ORIENTED_EDGE('',*,*,#5789,.F.); -#4275=ORIENTED_EDGE('',*,*,#4811,.F.); -#4276=ORIENTED_EDGE('',*,*,#5792,.T.); -#4277=ORIENTED_EDGE('',*,*,#5306,.F.); -#4278=ORIENTED_EDGE('',*,*,#5790,.F.); -#4279=ORIENTED_EDGE('',*,*,#4810,.F.); -#4280=ORIENTED_EDGE('',*,*,#5344,.F.); -#4281=ORIENTED_EDGE('',*,*,#5792,.F.); -#4282=ORIENTED_EDGE('',*,*,#4571,.F.); -#4283=ORIENTED_EDGE('',*,*,#5793,.T.); -#4284=ORIENTED_EDGE('',*,*,#5794,.T.); -#4285=ORIENTED_EDGE('',*,*,#5308,.F.); -#4286=ORIENTED_EDGE('',*,*,#5795,.T.); -#4287=ORIENTED_EDGE('',*,*,#4570,.F.); -#4288=ORIENTED_EDGE('',*,*,#5795,.F.); -#4289=ORIENTED_EDGE('',*,*,#5307,.F.); -#4290=ORIENTED_EDGE('',*,*,#5793,.F.); -#4291=ORIENTED_EDGE('',*,*,#4809,.F.); -#4292=ORIENTED_EDGE('',*,*,#5796,.T.); -#4293=ORIENTED_EDGE('',*,*,#5309,.F.); -#4294=ORIENTED_EDGE('',*,*,#5794,.F.); -#4295=ORIENTED_EDGE('',*,*,#4808,.F.); -#4296=ORIENTED_EDGE('',*,*,#5343,.F.); -#4297=ORIENTED_EDGE('',*,*,#5796,.F.); -#4298=ORIENTED_EDGE('',*,*,#4569,.F.); -#4299=ORIENTED_EDGE('',*,*,#5797,.T.); -#4300=ORIENTED_EDGE('',*,*,#5798,.T.); -#4301=ORIENTED_EDGE('',*,*,#5311,.F.); -#4302=ORIENTED_EDGE('',*,*,#5799,.T.); -#4303=ORIENTED_EDGE('',*,*,#4568,.F.); -#4304=ORIENTED_EDGE('',*,*,#5799,.F.); -#4305=ORIENTED_EDGE('',*,*,#5310,.F.); -#4306=ORIENTED_EDGE('',*,*,#5797,.F.); -#4307=ORIENTED_EDGE('',*,*,#4807,.F.); -#4308=ORIENTED_EDGE('',*,*,#5800,.T.); -#4309=ORIENTED_EDGE('',*,*,#5312,.F.); -#4310=ORIENTED_EDGE('',*,*,#5798,.F.); -#4311=ORIENTED_EDGE('',*,*,#4806,.F.); -#4312=ORIENTED_EDGE('',*,*,#5342,.F.); -#4313=ORIENTED_EDGE('',*,*,#5800,.F.); -#4314=ORIENTED_EDGE('',*,*,#4567,.F.); -#4315=ORIENTED_EDGE('',*,*,#5801,.T.); -#4316=ORIENTED_EDGE('',*,*,#5802,.T.); -#4317=ORIENTED_EDGE('',*,*,#5314,.F.); -#4318=ORIENTED_EDGE('',*,*,#5803,.T.); -#4319=ORIENTED_EDGE('',*,*,#4566,.F.); -#4320=ORIENTED_EDGE('',*,*,#5803,.F.); -#4321=ORIENTED_EDGE('',*,*,#5313,.F.); -#4322=ORIENTED_EDGE('',*,*,#5801,.F.); -#4323=ORIENTED_EDGE('',*,*,#4805,.F.); -#4324=ORIENTED_EDGE('',*,*,#5804,.T.); -#4325=ORIENTED_EDGE('',*,*,#5315,.F.); -#4326=ORIENTED_EDGE('',*,*,#5802,.F.); -#4327=ORIENTED_EDGE('',*,*,#4804,.F.); -#4328=ORIENTED_EDGE('',*,*,#5341,.F.); -#4329=ORIENTED_EDGE('',*,*,#5804,.F.); -#4330=ORIENTED_EDGE('',*,*,#4565,.F.); -#4331=ORIENTED_EDGE('',*,*,#5805,.T.); -#4332=ORIENTED_EDGE('',*,*,#5806,.T.); -#4333=ORIENTED_EDGE('',*,*,#5317,.F.); -#4334=ORIENTED_EDGE('',*,*,#5807,.T.); -#4335=ORIENTED_EDGE('',*,*,#4564,.F.); -#4336=ORIENTED_EDGE('',*,*,#5807,.F.); -#4337=ORIENTED_EDGE('',*,*,#5316,.F.); -#4338=ORIENTED_EDGE('',*,*,#5805,.F.); -#4339=ORIENTED_EDGE('',*,*,#4803,.F.); -#4340=ORIENTED_EDGE('',*,*,#5808,.T.); -#4341=ORIENTED_EDGE('',*,*,#5318,.F.); -#4342=ORIENTED_EDGE('',*,*,#5806,.F.); -#4343=ORIENTED_EDGE('',*,*,#4802,.F.); -#4344=ORIENTED_EDGE('',*,*,#5340,.F.); -#4345=ORIENTED_EDGE('',*,*,#5808,.F.); -#4346=ORIENTED_EDGE('',*,*,#4563,.F.); -#4347=ORIENTED_EDGE('',*,*,#5809,.T.); -#4348=ORIENTED_EDGE('',*,*,#5810,.T.); -#4349=ORIENTED_EDGE('',*,*,#5320,.F.); -#4350=ORIENTED_EDGE('',*,*,#5811,.T.); -#4351=ORIENTED_EDGE('',*,*,#4562,.F.); -#4352=ORIENTED_EDGE('',*,*,#5811,.F.); -#4353=ORIENTED_EDGE('',*,*,#5319,.F.); -#4354=ORIENTED_EDGE('',*,*,#5809,.F.); -#4355=ORIENTED_EDGE('',*,*,#4801,.F.); -#4356=ORIENTED_EDGE('',*,*,#5812,.T.); -#4357=ORIENTED_EDGE('',*,*,#5321,.F.); -#4358=ORIENTED_EDGE('',*,*,#5810,.F.); -#4359=ORIENTED_EDGE('',*,*,#4800,.F.); -#4360=ORIENTED_EDGE('',*,*,#5339,.F.); -#4361=ORIENTED_EDGE('',*,*,#5812,.F.); -#4362=ORIENTED_EDGE('',*,*,#4561,.F.); -#4363=ORIENTED_EDGE('',*,*,#5813,.T.); -#4364=ORIENTED_EDGE('',*,*,#5814,.T.); -#4365=ORIENTED_EDGE('',*,*,#5323,.F.); -#4366=ORIENTED_EDGE('',*,*,#5815,.T.); -#4367=ORIENTED_EDGE('',*,*,#4560,.F.); -#4368=ORIENTED_EDGE('',*,*,#5815,.F.); -#4369=ORIENTED_EDGE('',*,*,#5322,.F.); -#4370=ORIENTED_EDGE('',*,*,#5813,.F.); -#4371=ORIENTED_EDGE('',*,*,#4799,.F.); -#4372=ORIENTED_EDGE('',*,*,#5816,.T.); -#4373=ORIENTED_EDGE('',*,*,#5324,.F.); -#4374=ORIENTED_EDGE('',*,*,#5814,.F.); -#4375=ORIENTED_EDGE('',*,*,#4798,.F.); -#4376=ORIENTED_EDGE('',*,*,#5338,.F.); -#4377=ORIENTED_EDGE('',*,*,#5816,.F.); -#4378=ORIENTED_EDGE('',*,*,#4559,.F.); -#4379=ORIENTED_EDGE('',*,*,#5817,.T.); -#4380=ORIENTED_EDGE('',*,*,#5818,.T.); -#4381=ORIENTED_EDGE('',*,*,#5326,.F.); -#4382=ORIENTED_EDGE('',*,*,#5819,.T.); -#4383=ORIENTED_EDGE('',*,*,#4558,.F.); -#4384=ORIENTED_EDGE('',*,*,#5819,.F.); -#4385=ORIENTED_EDGE('',*,*,#5325,.F.); -#4386=ORIENTED_EDGE('',*,*,#5817,.F.); -#4387=ORIENTED_EDGE('',*,*,#4797,.F.); -#4388=ORIENTED_EDGE('',*,*,#5820,.T.); -#4389=ORIENTED_EDGE('',*,*,#5327,.F.); -#4390=ORIENTED_EDGE('',*,*,#5818,.F.); -#4391=ORIENTED_EDGE('',*,*,#4796,.F.); -#4392=ORIENTED_EDGE('',*,*,#5337,.F.); -#4393=ORIENTED_EDGE('',*,*,#5820,.F.); -#4394=ORIENTED_EDGE('',*,*,#4557,.F.); -#4395=ORIENTED_EDGE('',*,*,#5821,.T.); -#4396=ORIENTED_EDGE('',*,*,#5822,.T.); -#4397=ORIENTED_EDGE('',*,*,#5329,.F.); -#4398=ORIENTED_EDGE('',*,*,#5823,.T.); -#4399=ORIENTED_EDGE('',*,*,#4556,.F.); -#4400=ORIENTED_EDGE('',*,*,#5823,.F.); -#4401=ORIENTED_EDGE('',*,*,#5328,.F.); -#4402=ORIENTED_EDGE('',*,*,#5821,.F.); -#4403=ORIENTED_EDGE('',*,*,#4795,.F.); -#4404=ORIENTED_EDGE('',*,*,#5824,.T.); -#4405=ORIENTED_EDGE('',*,*,#5330,.F.); -#4406=ORIENTED_EDGE('',*,*,#5822,.F.); -#4407=ORIENTED_EDGE('',*,*,#4794,.F.); -#4408=ORIENTED_EDGE('',*,*,#5336,.F.); -#4409=ORIENTED_EDGE('',*,*,#5824,.F.); -#4410=ORIENTED_EDGE('',*,*,#4555,.F.); -#4411=ORIENTED_EDGE('',*,*,#5825,.T.); -#4412=ORIENTED_EDGE('',*,*,#5826,.T.); -#4413=ORIENTED_EDGE('',*,*,#5332,.F.); -#4414=ORIENTED_EDGE('',*,*,#5827,.T.); -#4415=ORIENTED_EDGE('',*,*,#4554,.F.); -#4416=ORIENTED_EDGE('',*,*,#5827,.F.); -#4417=ORIENTED_EDGE('',*,*,#5331,.F.); -#4418=ORIENTED_EDGE('',*,*,#5825,.F.); -#4419=ORIENTED_EDGE('',*,*,#4793,.F.); -#4420=ORIENTED_EDGE('',*,*,#5828,.T.); -#4421=ORIENTED_EDGE('',*,*,#5333,.F.); -#4422=ORIENTED_EDGE('',*,*,#5826,.F.); -#4423=ORIENTED_EDGE('',*,*,#4792,.F.); -#4424=ORIENTED_EDGE('',*,*,#5335,.F.); -#4425=ORIENTED_EDGE('',*,*,#5828,.F.); -#4426=ORIENTED_EDGE('',*,*,#4553,.F.); -#4427=ORIENTED_EDGE('',*,*,#5829,.T.); -#4428=ORIENTED_EDGE('',*,*,#4552,.F.); -#4429=ORIENTED_EDGE('',*,*,#5001,.F.); -#4430=ORIENTED_EDGE('',*,*,#5334,.F.); -#4431=ORIENTED_EDGE('',*,*,#5830,.T.); -#4432=ORIENTED_EDGE('',*,*,#5831,.T.); -#4433=ORIENTED_EDGE('',*,*,#5035,.F.); -#4434=ORIENTED_EDGE('',*,*,#5832,.T.); -#4435=ORIENTED_EDGE('',*,*,#4551,.F.); -#4436=ORIENTED_EDGE('',*,*,#5832,.F.); -#4437=ORIENTED_EDGE('',*,*,#5034,.F.); -#4438=ORIENTED_EDGE('',*,*,#5829,.F.); -#4439=ORIENTED_EDGE('',*,*,#4791,.F.); -#4440=ORIENTED_EDGE('',*,*,#5830,.F.); -#4441=ORIENTED_EDGE('',*,*,#5036,.F.); -#4442=ORIENTED_EDGE('',*,*,#5831,.F.); -#4443=ORIENTED_EDGE('',*,*,#4990,.F.); -#4444=ORIENTED_EDGE('',*,*,#5834,.F.); -#4445=ORIENTED_EDGE('',*,*,#5875,.F.); -#4446=ORIENTED_EDGE('',*,*,#5833,.T.); -#4447=ORIENTED_EDGE('',*,*,#5921,.F.); -#4448=EDGE_CURVE('',#7401,#7402,#5938,.T.); -#4449=EDGE_CURVE('',#7403,#7400,#5939,.T.); -#4450=EDGE_CURVE('',#7405,#7406,#5940,.T.); -#4451=EDGE_CURVE('',#7407,#7404,#5941,.T.); -#4452=EDGE_CURVE('',#7409,#7410,#5942,.T.); -#4453=EDGE_CURVE('',#7411,#7408,#5943,.T.); -#4454=EDGE_CURVE('',#7413,#7414,#5944,.T.); -#4455=EDGE_CURVE('',#7415,#7412,#5945,.T.); -#4456=EDGE_CURVE('',#7417,#7418,#5946,.T.); -#4457=EDGE_CURVE('',#7419,#7416,#5947,.T.); -#4458=EDGE_CURVE('',#7421,#7422,#5948,.T.); -#4459=EDGE_CURVE('',#7423,#7420,#5949,.T.); -#4460=EDGE_CURVE('',#7425,#7426,#5950,.T.); -#4461=EDGE_CURVE('',#7427,#7424,#5951,.T.); -#4462=EDGE_CURVE('',#7429,#7430,#5952,.T.); -#4463=EDGE_CURVE('',#7431,#7428,#5953,.T.); -#4464=EDGE_CURVE('',#7433,#7434,#5954,.T.); -#4465=EDGE_CURVE('',#7435,#7432,#5955,.T.); -#4466=EDGE_CURVE('',#7437,#7438,#5956,.T.); -#4467=EDGE_CURVE('',#7439,#7436,#5957,.T.); -#4468=EDGE_CURVE('',#7441,#7442,#5958,.T.); -#4469=EDGE_CURVE('',#7443,#7440,#5959,.T.); -#4470=EDGE_CURVE('',#7445,#7446,#5960,.T.); -#4471=EDGE_CURVE('',#7447,#7444,#5961,.T.); -#4472=EDGE_CURVE('',#7449,#7450,#5962,.T.); -#4473=EDGE_CURVE('',#7451,#7448,#5963,.T.); -#4474=EDGE_CURVE('',#7453,#7454,#5964,.T.); -#4475=EDGE_CURVE('',#7455,#7452,#5965,.T.); -#4476=EDGE_CURVE('',#7457,#7458,#5966,.T.); -#4477=EDGE_CURVE('',#7459,#7456,#5967,.T.); -#4478=EDGE_CURVE('',#7461,#7462,#5968,.T.); -#4479=EDGE_CURVE('',#7463,#7460,#5969,.T.); -#4480=EDGE_CURVE('',#7465,#7466,#5970,.T.); -#4481=EDGE_CURVE('',#7467,#7464,#5971,.T.); -#4482=EDGE_CURVE('',#7469,#7470,#5972,.T.); -#4483=EDGE_CURVE('',#7471,#7468,#5973,.T.); -#4484=EDGE_CURVE('',#7473,#7474,#5974,.T.); -#4485=EDGE_CURVE('',#7475,#7472,#5975,.T.); -#4486=EDGE_CURVE('',#7477,#7478,#5976,.T.); -#4487=EDGE_CURVE('',#7479,#7476,#5977,.T.); -#4488=EDGE_CURVE('',#7481,#7482,#5978,.T.); -#4489=EDGE_CURVE('',#7483,#7480,#5979,.T.); -#4490=EDGE_CURVE('',#7485,#7486,#5980,.T.); -#4491=EDGE_CURVE('',#7487,#7484,#5981,.T.); -#4492=EDGE_CURVE('',#7489,#7490,#5982,.T.); -#4493=EDGE_CURVE('',#7491,#7488,#5983,.T.); -#4494=EDGE_CURVE('',#7493,#7494,#5984,.T.); -#4495=EDGE_CURVE('',#7495,#7492,#5985,.T.); -#4496=EDGE_CURVE('',#7497,#7498,#5986,.T.); -#4497=EDGE_CURVE('',#7499,#7496,#5987,.T.); -#4498=EDGE_CURVE('',#7501,#7502,#5988,.T.); -#4499=EDGE_CURVE('',#7503,#7500,#5989,.T.); -#4500=EDGE_CURVE('',#7505,#7506,#5990,.T.); -#4501=EDGE_CURVE('',#7507,#7504,#5991,.T.); -#4502=EDGE_CURVE('',#7509,#7510,#5992,.T.); -#4503=EDGE_CURVE('',#7511,#7508,#5993,.T.); -#4504=EDGE_CURVE('',#7513,#7514,#5994,.T.); -#4505=EDGE_CURVE('',#7515,#7512,#5995,.T.); -#4506=EDGE_CURVE('',#7517,#7518,#5996,.T.); -#4507=EDGE_CURVE('',#7519,#7516,#5997,.T.); -#4508=EDGE_CURVE('',#7521,#7522,#5998,.T.); -#4509=EDGE_CURVE('',#7523,#7520,#5999,.T.); -#4510=EDGE_CURVE('',#7525,#7526,#6000,.T.); -#4511=EDGE_CURVE('',#7527,#7524,#6001,.T.); -#4512=EDGE_CURVE('',#7529,#7530,#6002,.T.); -#4513=EDGE_CURVE('',#7531,#7528,#6003,.T.); -#4514=EDGE_CURVE('',#7533,#7534,#6004,.T.); -#4515=EDGE_CURVE('',#7535,#7532,#6005,.T.); -#4516=EDGE_CURVE('',#7537,#7538,#6006,.T.); -#4517=EDGE_CURVE('',#7539,#7536,#6007,.T.); -#4518=EDGE_CURVE('',#7541,#7542,#6008,.T.); -#4519=EDGE_CURVE('',#7543,#7540,#6009,.T.); -#4520=EDGE_CURVE('',#7545,#7546,#6010,.T.); -#4521=EDGE_CURVE('',#7547,#7544,#6011,.T.); -#4522=EDGE_CURVE('',#7549,#7550,#6012,.T.); -#4523=EDGE_CURVE('',#7551,#7548,#6013,.T.); -#4524=EDGE_CURVE('',#7552,#7553,#6014,.T.); -#4525=EDGE_CURVE('',#7551,#7553,#6015,.T.); -#4526=EDGE_CURVE('',#7556,#7564,#6016,.T.); -#4527=EDGE_CURVE('',#7558,#7562,#6017,.T.); -#4528=EDGE_CURVE('',#7559,#7561,#6018,.T.); -#4529=EDGE_CURVE('',#7557,#7563,#6019,.T.); -#4530=EDGE_CURVE('',#7554,#7552,#5924,.T.); -#4531=EDGE_CURVE('',#7560,#7554,#6020,.T.); -#4532=EDGE_CURVE('',#7565,#7555,#6021,.T.); -#4533=EDGE_CURVE('',#7553,#7565,#5925,.T.); -#4534=EDGE_CURVE('',#7566,#7567,#6022,.T.); -#4535=EDGE_CURVE('',#7567,#7557,#6023,.T.); -#4536=EDGE_CURVE('',#7566,#7563,#6024,.T.); -#4537=EDGE_CURVE('',#7568,#7569,#6025,.T.); -#4538=EDGE_CURVE('',#7569,#7559,#6026,.T.); -#4539=EDGE_CURVE('',#7568,#7561,#6027,.T.); -#4540=EDGE_CURVE('',#7570,#7571,#6028,.T.); -#4541=EDGE_CURVE('',#7571,#7555,#6029,.T.); -#4542=EDGE_CURVE('',#7565,#7570,#6030,.T.); -#4543=EDGE_CURVE('',#7572,#7573,#6031,.T.); -#4544=EDGE_CURVE('',#7558,#7572,#6032,.T.); -#4545=EDGE_CURVE('',#7562,#7573,#6033,.T.); -#4546=EDGE_CURVE('',#7574,#7575,#6034,.T.); -#4547=EDGE_CURVE('',#7556,#7574,#6035,.T.); -#4548=EDGE_CURVE('',#7564,#7575,#6036,.T.); -#4549=EDGE_CURVE('',#7577,#7576,#6037,.T.); -#4550=EDGE_CURVE('',#7560,#7577,#6038,.T.); -#4551=EDGE_CURVE('',#7579,#7580,#6039,.T.); -#4552=EDGE_CURVE('',#7582,#7578,#6040,.T.); -#4553=EDGE_CURVE('',#7581,#7583,#6041,.T.); -#4554=EDGE_CURVE('',#7584,#7585,#6042,.T.); -#4555=EDGE_CURVE('',#7586,#7587,#6043,.T.); -#4556=EDGE_CURVE('',#7588,#7589,#6044,.T.); -#4557=EDGE_CURVE('',#7590,#7591,#6045,.T.); -#4558=EDGE_CURVE('',#7592,#7593,#6046,.T.); -#4559=EDGE_CURVE('',#7594,#7595,#6047,.T.); -#4560=EDGE_CURVE('',#7596,#7597,#6048,.T.); -#4561=EDGE_CURVE('',#7598,#7599,#6049,.T.); -#4562=EDGE_CURVE('',#7600,#7601,#6050,.T.); -#4563=EDGE_CURVE('',#7602,#7603,#6051,.T.); -#4564=EDGE_CURVE('',#7604,#7605,#6052,.T.); -#4565=EDGE_CURVE('',#7606,#7607,#6053,.T.); -#4566=EDGE_CURVE('',#7608,#7609,#6054,.T.); -#4567=EDGE_CURVE('',#7610,#7611,#6055,.T.); -#4568=EDGE_CURVE('',#7612,#7613,#6056,.T.); -#4569=EDGE_CURVE('',#7614,#7615,#6057,.T.); -#4570=EDGE_CURVE('',#7616,#7617,#6058,.T.); -#4571=EDGE_CURVE('',#7618,#7619,#6059,.T.); -#4572=EDGE_CURVE('',#7620,#7621,#6060,.T.); -#4573=EDGE_CURVE('',#7622,#7623,#6061,.T.); -#4574=EDGE_CURVE('',#7624,#7625,#6062,.T.); -#4575=EDGE_CURVE('',#7626,#7627,#6063,.T.); -#4576=EDGE_CURVE('',#7628,#7629,#6064,.T.); -#4577=EDGE_CURVE('',#7630,#7631,#6065,.T.); -#4578=EDGE_CURVE('',#7632,#7633,#6066,.T.); -#4579=EDGE_CURVE('',#7634,#7635,#6067,.T.); -#4580=EDGE_CURVE('',#7636,#7637,#6068,.T.); -#4581=EDGE_CURVE('',#7638,#7639,#6069,.T.); -#4582=EDGE_CURVE('',#7640,#7641,#6070,.T.); -#4583=EDGE_CURVE('',#7642,#7643,#6071,.T.); -#4584=EDGE_CURVE('',#7644,#7645,#6072,.T.); -#4585=EDGE_CURVE('',#7646,#7647,#6073,.T.); -#4586=EDGE_CURVE('',#7648,#7649,#6074,.T.); -#4587=EDGE_CURVE('',#7650,#7651,#6075,.T.); -#4588=EDGE_CURVE('',#7652,#7653,#6076,.T.); -#4589=EDGE_CURVE('',#7654,#7655,#6077,.T.); -#4590=EDGE_CURVE('',#7656,#7657,#6078,.T.); -#4591=EDGE_CURVE('',#7658,#7659,#6079,.T.); -#4592=EDGE_CURVE('',#7660,#7661,#6080,.T.); -#4593=EDGE_CURVE('',#7662,#7663,#6081,.T.); -#4594=EDGE_CURVE('',#7664,#7665,#6082,.T.); -#4595=EDGE_CURVE('',#7666,#7667,#6083,.T.); -#4596=EDGE_CURVE('',#7668,#7669,#6084,.T.); -#4597=EDGE_CURVE('',#7670,#7671,#6085,.T.); -#4598=EDGE_CURVE('',#7672,#7673,#6086,.T.); -#4599=EDGE_CURVE('',#7674,#7675,#6087,.T.); -#4600=EDGE_CURVE('',#7676,#7677,#6088,.T.); -#4601=EDGE_CURVE('',#7678,#7679,#6089,.T.); -#4602=EDGE_CURVE('',#7680,#7681,#6090,.T.); -#4603=EDGE_CURVE('',#7682,#7683,#6091,.T.); -#4604=EDGE_CURVE('',#7684,#7685,#6092,.T.); -#4605=EDGE_CURVE('',#7686,#7687,#6093,.T.); -#4606=EDGE_CURVE('',#7688,#7689,#6094,.T.); -#4607=EDGE_CURVE('',#7690,#7691,#6095,.T.); -#4608=EDGE_CURVE('',#7692,#7693,#6096,.T.); -#4609=EDGE_CURVE('',#7694,#7695,#6097,.T.); -#4610=EDGE_CURVE('',#7696,#7697,#6098,.T.); -#4611=EDGE_CURVE('',#7698,#7699,#6099,.T.); -#4612=EDGE_CURVE('',#7700,#7701,#6100,.T.); -#4613=EDGE_CURVE('',#7702,#7703,#6101,.T.); -#4614=EDGE_CURVE('',#7704,#7705,#6102,.T.); -#4615=EDGE_CURVE('',#7706,#7707,#6103,.T.); -#4616=EDGE_CURVE('',#7708,#7709,#6104,.T.); -#4617=EDGE_CURVE('',#7710,#7711,#6105,.T.); -#4618=EDGE_CURVE('',#7712,#7713,#6106,.T.); -#4619=EDGE_CURVE('',#7714,#7715,#6107,.T.); -#4620=EDGE_CURVE('',#7716,#7717,#6108,.T.); -#4621=EDGE_CURVE('',#7718,#7719,#6109,.T.); -#4622=EDGE_CURVE('',#7720,#7721,#6110,.T.); -#4623=EDGE_CURVE('',#7722,#7723,#6111,.T.); -#4624=EDGE_CURVE('',#7724,#7725,#6112,.T.); -#4625=EDGE_CURVE('',#7726,#7727,#6113,.T.); -#4626=EDGE_CURVE('',#7728,#7729,#6114,.T.); -#4627=EDGE_CURVE('',#7730,#7731,#6115,.T.); -#4628=EDGE_CURVE('',#7732,#7733,#6116,.T.); -#4629=EDGE_CURVE('',#7734,#7735,#6117,.T.); -#4630=EDGE_CURVE('',#7736,#7737,#6118,.T.); -#4631=EDGE_CURVE('',#7738,#7739,#6119,.T.); -#4632=EDGE_CURVE('',#7740,#7741,#6120,.T.); -#4633=EDGE_CURVE('',#7742,#7743,#6121,.T.); -#4634=EDGE_CURVE('',#7744,#7745,#6122,.T.); -#4635=EDGE_CURVE('',#7746,#7747,#6123,.T.); -#4636=EDGE_CURVE('',#7748,#7749,#6124,.T.); -#4637=EDGE_CURVE('',#7750,#7751,#6125,.T.); -#4638=EDGE_CURVE('',#7752,#7753,#6126,.T.); -#4639=EDGE_CURVE('',#7754,#7755,#6127,.T.); -#4640=EDGE_CURVE('',#7756,#7757,#6128,.T.); -#4641=EDGE_CURVE('',#7758,#7759,#6129,.T.); -#4642=EDGE_CURVE('',#7760,#7761,#6130,.T.); -#4643=EDGE_CURVE('',#7762,#7763,#6131,.T.); -#4644=EDGE_CURVE('',#7764,#7765,#6132,.T.); -#4645=EDGE_CURVE('',#7766,#7767,#6133,.T.); -#4646=EDGE_CURVE('',#7768,#7769,#6134,.T.); -#4647=EDGE_CURVE('',#7770,#7771,#6135,.T.); -#4648=EDGE_CURVE('',#7772,#7773,#6136,.T.); -#4649=EDGE_CURVE('',#7774,#7775,#6137,.T.); -#4650=EDGE_CURVE('',#7776,#7777,#6138,.T.); -#4651=EDGE_CURVE('',#7778,#7779,#6139,.T.); -#4652=EDGE_CURVE('',#7780,#7781,#6140,.T.); -#4653=EDGE_CURVE('',#7782,#7783,#6141,.T.); -#4654=EDGE_CURVE('',#7784,#7785,#6142,.T.); -#4655=EDGE_CURVE('',#7786,#7787,#6143,.T.); -#4656=EDGE_CURVE('',#7788,#7789,#6144,.T.); -#4657=EDGE_CURVE('',#7790,#7791,#6145,.T.); -#4658=EDGE_CURVE('',#7792,#7793,#6146,.T.); -#4659=EDGE_CURVE('',#7794,#7795,#6147,.T.); -#4660=EDGE_CURVE('',#7796,#7797,#6148,.T.); -#4661=EDGE_CURVE('',#7798,#7799,#6149,.T.); -#4662=EDGE_CURVE('',#7800,#7801,#6150,.T.); -#4663=EDGE_CURVE('',#7802,#7803,#6151,.T.); -#4664=EDGE_CURVE('',#7804,#7805,#6152,.T.); -#4665=EDGE_CURVE('',#7806,#7807,#6153,.T.); -#4666=EDGE_CURVE('',#7808,#7809,#6154,.T.); -#4667=EDGE_CURVE('',#7810,#7811,#6155,.T.); -#4668=EDGE_CURVE('',#7812,#7813,#6156,.T.); -#4669=EDGE_CURVE('',#7814,#7815,#6157,.T.); -#4670=EDGE_CURVE('',#7816,#7817,#6158,.T.); -#4671=EDGE_CURVE('',#7818,#7819,#6159,.T.); -#4672=EDGE_CURVE('',#7820,#7821,#6160,.T.); -#4673=EDGE_CURVE('',#7822,#7823,#6161,.T.); -#4674=EDGE_CURVE('',#7824,#7825,#6162,.T.); -#4675=EDGE_CURVE('',#7826,#7827,#6163,.T.); -#4676=EDGE_CURVE('',#7828,#7829,#6164,.T.); -#4677=EDGE_CURVE('',#7830,#7831,#6165,.T.); -#4678=EDGE_CURVE('',#7832,#7833,#6166,.T.); -#4679=EDGE_CURVE('',#7834,#7835,#6167,.T.); -#4680=EDGE_CURVE('',#7836,#7837,#6168,.T.); -#4681=EDGE_CURVE('',#7838,#7839,#6169,.T.); -#4682=EDGE_CURVE('',#7840,#7841,#6170,.T.); -#4683=EDGE_CURVE('',#7842,#7843,#6171,.T.); -#4684=EDGE_CURVE('',#7844,#7845,#6172,.T.); -#4685=EDGE_CURVE('',#7846,#7847,#6173,.T.); -#4686=EDGE_CURVE('',#7848,#7849,#6174,.T.); -#4687=EDGE_CURVE('',#7850,#7851,#6175,.T.); -#4688=EDGE_CURVE('',#7852,#7853,#6176,.T.); -#4689=EDGE_CURVE('',#7854,#7855,#6177,.T.); -#4690=EDGE_CURVE('',#7856,#7857,#6178,.T.); -#4691=EDGE_CURVE('',#7858,#7859,#6179,.T.); -#4692=EDGE_CURVE('',#7860,#7861,#6180,.T.); -#4693=EDGE_CURVE('',#7862,#7863,#6181,.T.); -#4694=EDGE_CURVE('',#7864,#7865,#6182,.T.); -#4695=EDGE_CURVE('',#7866,#7867,#6183,.T.); -#4696=EDGE_CURVE('',#7868,#7869,#6184,.T.); -#4697=EDGE_CURVE('',#7870,#7871,#6185,.T.); -#4698=EDGE_CURVE('',#7872,#7873,#6186,.T.); -#4699=EDGE_CURVE('',#7874,#7875,#6187,.T.); -#4700=EDGE_CURVE('',#7876,#7877,#6188,.T.); -#4701=EDGE_CURVE('',#7878,#7879,#6189,.T.); -#4702=EDGE_CURVE('',#7880,#7881,#6190,.T.); -#4703=EDGE_CURVE('',#7882,#7883,#6191,.T.); -#4704=EDGE_CURVE('',#7884,#7885,#6192,.T.); -#4705=EDGE_CURVE('',#7886,#7887,#6193,.T.); -#4706=EDGE_CURVE('',#7888,#7889,#6194,.T.); -#4707=EDGE_CURVE('',#7890,#7891,#6195,.T.); -#4708=EDGE_CURVE('',#7892,#7893,#6196,.T.); -#4709=EDGE_CURVE('',#7894,#7895,#6197,.T.); -#4710=EDGE_CURVE('',#7896,#7897,#6198,.T.); -#4711=EDGE_CURVE('',#7898,#7899,#6199,.T.); -#4712=EDGE_CURVE('',#7900,#7901,#6200,.T.); -#4713=EDGE_CURVE('',#7902,#7903,#6201,.T.); -#4714=EDGE_CURVE('',#7904,#7905,#6202,.T.); -#4715=EDGE_CURVE('',#7906,#7907,#6203,.T.); -#4716=EDGE_CURVE('',#7908,#7909,#6204,.T.); -#4717=EDGE_CURVE('',#7910,#7911,#6205,.T.); -#4718=EDGE_CURVE('',#7912,#7913,#6206,.T.); -#4719=EDGE_CURVE('',#7914,#7915,#6207,.T.); -#4720=EDGE_CURVE('',#7916,#7917,#6208,.T.); -#4721=EDGE_CURVE('',#7918,#7919,#6209,.T.); -#4722=EDGE_CURVE('',#7920,#7921,#6210,.T.); -#4723=EDGE_CURVE('',#7922,#7923,#6211,.T.); -#4724=EDGE_CURVE('',#7924,#7925,#6212,.T.); -#4725=EDGE_CURVE('',#7926,#7927,#6213,.T.); -#4726=EDGE_CURVE('',#7928,#7929,#6214,.T.); -#4727=EDGE_CURVE('',#7930,#7931,#6215,.T.); -#4728=EDGE_CURVE('',#7932,#7933,#6216,.T.); -#4729=EDGE_CURVE('',#7934,#7935,#6217,.T.); -#4730=EDGE_CURVE('',#7936,#7937,#6218,.T.); -#4731=EDGE_CURVE('',#7938,#7939,#6219,.T.); -#4732=EDGE_CURVE('',#7940,#7941,#6220,.T.); -#4733=EDGE_CURVE('',#7942,#7943,#6221,.T.); -#4734=EDGE_CURVE('',#7944,#7945,#6222,.T.); -#4735=EDGE_CURVE('',#7946,#7947,#6223,.T.); -#4736=EDGE_CURVE('',#7948,#7949,#6224,.T.); -#4737=EDGE_CURVE('',#7950,#7951,#6225,.T.); -#4738=EDGE_CURVE('',#7952,#7953,#6226,.T.); -#4739=EDGE_CURVE('',#7954,#7955,#6227,.T.); -#4740=EDGE_CURVE('',#7956,#7957,#6228,.T.); -#4741=EDGE_CURVE('',#7958,#7959,#6229,.T.); -#4742=EDGE_CURVE('',#7960,#7961,#6230,.T.); -#4743=EDGE_CURVE('',#7962,#7963,#6231,.T.); -#4744=EDGE_CURVE('',#7964,#7965,#6232,.T.); -#4745=EDGE_CURVE('',#7966,#7967,#6233,.T.); -#4746=EDGE_CURVE('',#7968,#7969,#6234,.T.); -#4747=EDGE_CURVE('',#7970,#7971,#6235,.T.); -#4748=EDGE_CURVE('',#7972,#7973,#6236,.T.); -#4749=EDGE_CURVE('',#7974,#7975,#6237,.T.); -#4750=EDGE_CURVE('',#7976,#7977,#6238,.T.); -#4751=EDGE_CURVE('',#7978,#7402,#6239,.T.); -#4752=EDGE_CURVE('',#7403,#7406,#6240,.T.); -#4753=EDGE_CURVE('',#7407,#7979,#6241,.T.); -#4754=EDGE_CURVE('',#7980,#7410,#6242,.T.); -#4755=EDGE_CURVE('',#7411,#7414,#6243,.T.); -#4756=EDGE_CURVE('',#7415,#7418,#6244,.T.); -#4757=EDGE_CURVE('',#7419,#7422,#6245,.T.); -#4758=EDGE_CURVE('',#7423,#7426,#6246,.T.); -#4759=EDGE_CURVE('',#7427,#7430,#6247,.T.); -#4760=EDGE_CURVE('',#7431,#7434,#6248,.T.); -#4761=EDGE_CURVE('',#7435,#7438,#6249,.T.); -#4762=EDGE_CURVE('',#7439,#7442,#6250,.T.); -#4763=EDGE_CURVE('',#7443,#7446,#6251,.T.); -#4764=EDGE_CURVE('',#7447,#7450,#6252,.T.); -#4765=EDGE_CURVE('',#7451,#7454,#6253,.T.); -#4766=EDGE_CURVE('',#7455,#7458,#6254,.T.); -#4767=EDGE_CURVE('',#7459,#7462,#6255,.T.); -#4768=EDGE_CURVE('',#7463,#7466,#6256,.T.); -#4769=EDGE_CURVE('',#7467,#7470,#6257,.T.); -#4770=EDGE_CURVE('',#7471,#7474,#6258,.T.); -#4771=EDGE_CURVE('',#7475,#7478,#6259,.T.); -#4772=EDGE_CURVE('',#7479,#7482,#6260,.T.); -#4773=EDGE_CURVE('',#7483,#7486,#6261,.T.); -#4774=EDGE_CURVE('',#7487,#7490,#6262,.T.); -#4775=EDGE_CURVE('',#7491,#7494,#6263,.T.); -#4776=EDGE_CURVE('',#7495,#7498,#6264,.T.); -#4777=EDGE_CURVE('',#7499,#7502,#6265,.T.); -#4778=EDGE_CURVE('',#7503,#7506,#6266,.T.); -#4779=EDGE_CURVE('',#7507,#7510,#6267,.T.); -#4780=EDGE_CURVE('',#7511,#7514,#6268,.T.); -#4781=EDGE_CURVE('',#7515,#7518,#6269,.T.); -#4782=EDGE_CURVE('',#7519,#7522,#6270,.T.); -#4783=EDGE_CURVE('',#7523,#7526,#6271,.T.); -#4784=EDGE_CURVE('',#7527,#7530,#6272,.T.); -#4785=EDGE_CURVE('',#7531,#7534,#6273,.T.); -#4786=EDGE_CURVE('',#7535,#7538,#6274,.T.); -#4787=EDGE_CURVE('',#7539,#7542,#6275,.T.); -#4788=EDGE_CURVE('',#7543,#7546,#6276,.T.); -#4789=EDGE_CURVE('',#7547,#7550,#6277,.T.); -#4790=EDGE_CURVE('',#7582,#7570,#5926,.T.); -#4791=EDGE_CURVE('',#7580,#7581,#6278,.T.); -#4792=EDGE_CURVE('',#7583,#7584,#6279,.T.); -#4793=EDGE_CURVE('',#7585,#7586,#6280,.T.); -#4794=EDGE_CURVE('',#7587,#7588,#6281,.T.); -#4795=EDGE_CURVE('',#7589,#7590,#6282,.T.); -#4796=EDGE_CURVE('',#7591,#7592,#6283,.T.); -#4797=EDGE_CURVE('',#7593,#7594,#6284,.T.); -#4798=EDGE_CURVE('',#7595,#7596,#6285,.T.); -#4799=EDGE_CURVE('',#7597,#7598,#6286,.T.); -#4800=EDGE_CURVE('',#7599,#7600,#6287,.T.); -#4801=EDGE_CURVE('',#7601,#7602,#6288,.T.); -#4802=EDGE_CURVE('',#7603,#7604,#6289,.T.); -#4803=EDGE_CURVE('',#7605,#7606,#6290,.T.); -#4804=EDGE_CURVE('',#7607,#7608,#6291,.T.); -#4805=EDGE_CURVE('',#7609,#7610,#6292,.T.); -#4806=EDGE_CURVE('',#7611,#7612,#6293,.T.); -#4807=EDGE_CURVE('',#7613,#7614,#6294,.T.); -#4808=EDGE_CURVE('',#7615,#7616,#6295,.T.); -#4809=EDGE_CURVE('',#7617,#7618,#6296,.T.); -#4810=EDGE_CURVE('',#7619,#7620,#6297,.T.); -#4811=EDGE_CURVE('',#7621,#7622,#6298,.T.); -#4812=EDGE_CURVE('',#7623,#7624,#6299,.T.); -#4813=EDGE_CURVE('',#7625,#7626,#6300,.T.); -#4814=EDGE_CURVE('',#7627,#7628,#6301,.T.); -#4815=EDGE_CURVE('',#7629,#7630,#6302,.T.); -#4816=EDGE_CURVE('',#7631,#7632,#6303,.T.); -#4817=EDGE_CURVE('',#7633,#7634,#6304,.T.); -#4818=EDGE_CURVE('',#7635,#7636,#6305,.T.); -#4819=EDGE_CURVE('',#7637,#7638,#6306,.T.); -#4820=EDGE_CURVE('',#7639,#7640,#6307,.T.); -#4821=EDGE_CURVE('',#7641,#7642,#6308,.T.); -#4822=EDGE_CURVE('',#7643,#7644,#6309,.T.); -#4823=EDGE_CURVE('',#7645,#7646,#6310,.T.); -#4824=EDGE_CURVE('',#7647,#7648,#6311,.T.); -#4825=EDGE_CURVE('',#7649,#7650,#6312,.T.); -#4826=EDGE_CURVE('',#7651,#7652,#6313,.T.); -#4827=EDGE_CURVE('',#7653,#7654,#6314,.T.); -#4828=EDGE_CURVE('',#7655,#7656,#6315,.T.); -#4829=EDGE_CURVE('',#7657,#7658,#6316,.T.); -#4830=EDGE_CURVE('',#7659,#7660,#6317,.T.); -#4831=EDGE_CURVE('',#7661,#7662,#6318,.T.); -#4832=EDGE_CURVE('',#7663,#7664,#6319,.T.); -#4833=EDGE_CURVE('',#7665,#7666,#6320,.T.); -#4834=EDGE_CURVE('',#7667,#7668,#6321,.T.); -#4835=EDGE_CURVE('',#7669,#7670,#6322,.T.); -#4836=EDGE_CURVE('',#7671,#7672,#6323,.T.); -#4837=EDGE_CURVE('',#7673,#7674,#6324,.T.); -#4838=EDGE_CURVE('',#7675,#7676,#6325,.T.); -#4839=EDGE_CURVE('',#7677,#7678,#6326,.T.); -#4840=EDGE_CURVE('',#7679,#7680,#6327,.T.); -#4841=EDGE_CURVE('',#7681,#7682,#6328,.T.); -#4842=EDGE_CURVE('',#7683,#7684,#6329,.T.); -#4843=EDGE_CURVE('',#7685,#7686,#6330,.T.); -#4844=EDGE_CURVE('',#7687,#7688,#6331,.T.); -#4845=EDGE_CURVE('',#7689,#7690,#6332,.T.); -#4846=EDGE_CURVE('',#7691,#7692,#6333,.T.); -#4847=EDGE_CURVE('',#7693,#7694,#6334,.T.); -#4848=EDGE_CURVE('',#7695,#7696,#6335,.T.); -#4849=EDGE_CURVE('',#7697,#7698,#6336,.T.); -#4850=EDGE_CURVE('',#7699,#7700,#6337,.T.); -#4851=EDGE_CURVE('',#7701,#7702,#6338,.T.); -#4852=EDGE_CURVE('',#7703,#7704,#6339,.T.); -#4853=EDGE_CURVE('',#7705,#7706,#6340,.T.); -#4854=EDGE_CURVE('',#7707,#7708,#6341,.T.); -#4855=EDGE_CURVE('',#7709,#7710,#6342,.T.); -#4856=EDGE_CURVE('',#7711,#7712,#6343,.T.); -#4857=EDGE_CURVE('',#7713,#7714,#6344,.T.); -#4858=EDGE_CURVE('',#7715,#7716,#6345,.T.); -#4859=EDGE_CURVE('',#7717,#7718,#6346,.T.); -#4860=EDGE_CURVE('',#7719,#7720,#6347,.T.); -#4861=EDGE_CURVE('',#7721,#7722,#6348,.T.); -#4862=EDGE_CURVE('',#7723,#7724,#6349,.T.); -#4863=EDGE_CURVE('',#7725,#7726,#6350,.T.); -#4864=EDGE_CURVE('',#7727,#7728,#6351,.T.); -#4865=EDGE_CURVE('',#7729,#7730,#6352,.T.); -#4866=EDGE_CURVE('',#7731,#7732,#6353,.T.); -#4867=EDGE_CURVE('',#7733,#7734,#6354,.T.); -#4868=EDGE_CURVE('',#7735,#7736,#6355,.T.); -#4869=EDGE_CURVE('',#7737,#7738,#6356,.T.); -#4870=EDGE_CURVE('',#7739,#7740,#6357,.T.); -#4871=EDGE_CURVE('',#7741,#7742,#6358,.T.); -#4872=EDGE_CURVE('',#7743,#7744,#6359,.T.); -#4873=EDGE_CURVE('',#7745,#7746,#6360,.T.); -#4874=EDGE_CURVE('',#7747,#7748,#6361,.T.); -#4875=EDGE_CURVE('',#7749,#7750,#6362,.T.); -#4876=EDGE_CURVE('',#7751,#7752,#6363,.T.); -#4877=EDGE_CURVE('',#7753,#7754,#6364,.T.); -#4878=EDGE_CURVE('',#7755,#7756,#6365,.T.); -#4879=EDGE_CURVE('',#7757,#7758,#6366,.T.); -#4880=EDGE_CURVE('',#7759,#7760,#6367,.T.); -#4881=EDGE_CURVE('',#7761,#7762,#6368,.T.); -#4882=EDGE_CURVE('',#7763,#7764,#6369,.T.); -#4883=EDGE_CURVE('',#7765,#7766,#6370,.T.); -#4884=EDGE_CURVE('',#7767,#7768,#6371,.T.); -#4885=EDGE_CURVE('',#7769,#7770,#6372,.T.); -#4886=EDGE_CURVE('',#7771,#7772,#6373,.T.); -#4887=EDGE_CURVE('',#7773,#7774,#6374,.T.); -#4888=EDGE_CURVE('',#7775,#7776,#6375,.T.); -#4889=EDGE_CURVE('',#7777,#7778,#6376,.T.); -#4890=EDGE_CURVE('',#7779,#7780,#6377,.T.); -#4891=EDGE_CURVE('',#7781,#7782,#6378,.T.); -#4892=EDGE_CURVE('',#7783,#7784,#6379,.T.); -#4893=EDGE_CURVE('',#7785,#7786,#6380,.T.); -#4894=EDGE_CURVE('',#7787,#7788,#6381,.T.); -#4895=EDGE_CURVE('',#7789,#7790,#6382,.T.); -#4896=EDGE_CURVE('',#7791,#7792,#6383,.T.); -#4897=EDGE_CURVE('',#7793,#7794,#6384,.T.); -#4898=EDGE_CURVE('',#7795,#7796,#6385,.T.); -#4899=EDGE_CURVE('',#7797,#7798,#6386,.T.); -#4900=EDGE_CURVE('',#7799,#7800,#6387,.T.); -#4901=EDGE_CURVE('',#7801,#7802,#6388,.T.); -#4902=EDGE_CURVE('',#7803,#7804,#6389,.T.); -#4903=EDGE_CURVE('',#7805,#7806,#6390,.T.); -#4904=EDGE_CURVE('',#7807,#7808,#6391,.T.); -#4905=EDGE_CURVE('',#7809,#7810,#6392,.T.); -#4906=EDGE_CURVE('',#7811,#7812,#6393,.T.); -#4907=EDGE_CURVE('',#7813,#7814,#6394,.T.); -#4908=EDGE_CURVE('',#7815,#7816,#6395,.T.); -#4909=EDGE_CURVE('',#7817,#7818,#6396,.T.); -#4910=EDGE_CURVE('',#7819,#7820,#6397,.T.); -#4911=EDGE_CURVE('',#7821,#7822,#6398,.T.); -#4912=EDGE_CURVE('',#7823,#7824,#6399,.T.); -#4913=EDGE_CURVE('',#7825,#7826,#6400,.T.); -#4914=EDGE_CURVE('',#7827,#7828,#6401,.T.); -#4915=EDGE_CURVE('',#7829,#7830,#6402,.T.); -#4916=EDGE_CURVE('',#7831,#7832,#6403,.T.); -#4917=EDGE_CURVE('',#7833,#7834,#6404,.T.); -#4918=EDGE_CURVE('',#7835,#7836,#6405,.T.); -#4919=EDGE_CURVE('',#7837,#7838,#6406,.T.); -#4920=EDGE_CURVE('',#7839,#7840,#6407,.T.); -#4921=EDGE_CURVE('',#7841,#7842,#6408,.T.); -#4922=EDGE_CURVE('',#7843,#7844,#6409,.T.); -#4923=EDGE_CURVE('',#7845,#7846,#6410,.T.); -#4924=EDGE_CURVE('',#7847,#7848,#6411,.T.); -#4925=EDGE_CURVE('',#7849,#7850,#6412,.T.); -#4926=EDGE_CURVE('',#7851,#7852,#6413,.T.); -#4927=EDGE_CURVE('',#7853,#7854,#6414,.T.); -#4928=EDGE_CURVE('',#7855,#7856,#6415,.T.); -#4929=EDGE_CURVE('',#7857,#7858,#6416,.T.); -#4930=EDGE_CURVE('',#7859,#7860,#6417,.T.); -#4931=EDGE_CURVE('',#7861,#7862,#6418,.T.); -#4932=EDGE_CURVE('',#7863,#7864,#6419,.T.); -#4933=EDGE_CURVE('',#7865,#7866,#6420,.T.); -#4934=EDGE_CURVE('',#7867,#7868,#6421,.T.); -#4935=EDGE_CURVE('',#7869,#7870,#6422,.T.); -#4936=EDGE_CURVE('',#7871,#7872,#6423,.T.); -#4937=EDGE_CURVE('',#7873,#7874,#6424,.T.); -#4938=EDGE_CURVE('',#7875,#7876,#6425,.T.); -#4939=EDGE_CURVE('',#7877,#7878,#6426,.T.); -#4940=EDGE_CURVE('',#7879,#7880,#6427,.T.); -#4941=EDGE_CURVE('',#7881,#7882,#6428,.T.); -#4942=EDGE_CURVE('',#7883,#7884,#6429,.T.); -#4943=EDGE_CURVE('',#7885,#7886,#6430,.T.); -#4944=EDGE_CURVE('',#7887,#7888,#6431,.T.); -#4945=EDGE_CURVE('',#7889,#7890,#6432,.T.); -#4946=EDGE_CURVE('',#7891,#7892,#6433,.T.); -#4947=EDGE_CURVE('',#7893,#7894,#6434,.T.); -#4948=EDGE_CURVE('',#7895,#7896,#6435,.T.); -#4949=EDGE_CURVE('',#7897,#7898,#6436,.T.); -#4950=EDGE_CURVE('',#7899,#7900,#6437,.T.); -#4951=EDGE_CURVE('',#7901,#7902,#6438,.T.); -#4952=EDGE_CURVE('',#7903,#7904,#6439,.T.); -#4953=EDGE_CURVE('',#7905,#7906,#6440,.T.); -#4954=EDGE_CURVE('',#7907,#7908,#6441,.T.); -#4955=EDGE_CURVE('',#7909,#7910,#6442,.T.); -#4956=EDGE_CURVE('',#7911,#7912,#6443,.T.); -#4957=EDGE_CURVE('',#7913,#7914,#6444,.T.); -#4958=EDGE_CURVE('',#7915,#7916,#6445,.T.); -#4959=EDGE_CURVE('',#7917,#7918,#6446,.T.); -#4960=EDGE_CURVE('',#7919,#7920,#6447,.T.); -#4961=EDGE_CURVE('',#7921,#7922,#6448,.T.); -#4962=EDGE_CURVE('',#7923,#7924,#6449,.T.); -#4963=EDGE_CURVE('',#7925,#7926,#6450,.T.); -#4964=EDGE_CURVE('',#7927,#7928,#6451,.T.); -#4965=EDGE_CURVE('',#7929,#7930,#6452,.T.); -#4966=EDGE_CURVE('',#7931,#7932,#6453,.T.); -#4967=EDGE_CURVE('',#7933,#7934,#6454,.T.); -#4968=EDGE_CURVE('',#7935,#7936,#6455,.T.); -#4969=EDGE_CURVE('',#7937,#7938,#6456,.T.); -#4970=EDGE_CURVE('',#7939,#7940,#6457,.T.); -#4971=EDGE_CURVE('',#7941,#7942,#6458,.T.); -#4972=EDGE_CURVE('',#7943,#7944,#6459,.T.); -#4973=EDGE_CURVE('',#7945,#7946,#6460,.T.); -#4974=EDGE_CURVE('',#7947,#7948,#6461,.T.); -#4975=EDGE_CURVE('',#7949,#7950,#6462,.T.); -#4976=EDGE_CURVE('',#7951,#7952,#6463,.T.); -#4977=EDGE_CURVE('',#7953,#7954,#6464,.T.); -#4978=EDGE_CURVE('',#7955,#7956,#6465,.T.); -#4979=EDGE_CURVE('',#7957,#7958,#6466,.T.); -#4980=EDGE_CURVE('',#7959,#7960,#6467,.T.); -#4981=EDGE_CURVE('',#7961,#7962,#6468,.T.); -#4982=EDGE_CURVE('',#7963,#7964,#6469,.T.); -#4983=EDGE_CURVE('',#7965,#7966,#6470,.T.); -#4984=EDGE_CURVE('',#7967,#7968,#6471,.T.); -#4985=EDGE_CURVE('',#7969,#7970,#6472,.T.); -#4986=EDGE_CURVE('',#7971,#7972,#6473,.T.); -#4987=EDGE_CURVE('',#7973,#7974,#6474,.T.); -#4988=EDGE_CURVE('',#7975,#7976,#6475,.T.); -#4989=EDGE_CURVE('',#7977,#7978,#6476,.T.); -#4990=EDGE_CURVE('',#7578,#7579,#6477,.T.); -#4991=EDGE_CURVE('',#7575,#7566,#5927,.T.); -#4992=EDGE_CURVE('',#7563,#7564,#5928,.T.); -#4993=EDGE_CURVE('',#7573,#7568,#5929,.T.); -#4994=EDGE_CURVE('',#7561,#7562,#5930,.T.); -#4995=EDGE_CURVE('',#7559,#7560,#5931,.T.); -#4996=EDGE_CURVE('',#7569,#7577,#5932,.T.); -#4997=EDGE_CURVE('',#7557,#7558,#5933,.T.); -#4998=EDGE_CURVE('',#7567,#7572,#5934,.T.); -#4999=EDGE_CURVE('',#7555,#7556,#5935,.T.); -#5000=EDGE_CURVE('',#7571,#7574,#5936,.T.); -#5001=EDGE_CURVE('',#7981,#7582,#6478,.T.); -#5002=EDGE_CURVE('',#7981,#7576,#5937,.T.); -#5003=EDGE_CURVE('',#7513,#7508,#6479,.T.); -#5004=EDGE_CURVE('',#7509,#7504,#6480,.T.); -#5005=EDGE_CURVE('',#7505,#7500,#6481,.T.); -#5006=EDGE_CURVE('',#7501,#7496,#6482,.T.); -#5007=EDGE_CURVE('',#7497,#7492,#6483,.T.); -#5008=EDGE_CURVE('',#7493,#7488,#6484,.T.); -#5009=EDGE_CURVE('',#7489,#7484,#6485,.T.); -#5010=EDGE_CURVE('',#7485,#7480,#6486,.T.); -#5011=EDGE_CURVE('',#7481,#7476,#6487,.T.); -#5012=EDGE_CURVE('',#7477,#7472,#6488,.T.); -#5013=EDGE_CURVE('',#7473,#7468,#6489,.T.); -#5014=EDGE_CURVE('',#7469,#7464,#6490,.T.); -#5015=EDGE_CURVE('',#7465,#7460,#6491,.T.); -#5016=EDGE_CURVE('',#7461,#7456,#6492,.T.); -#5017=EDGE_CURVE('',#7457,#7452,#6493,.T.); -#5018=EDGE_CURVE('',#7453,#7448,#6494,.T.); -#5019=EDGE_CURVE('',#7449,#7444,#6495,.T.); -#5020=EDGE_CURVE('',#7445,#7440,#6496,.T.); -#5021=EDGE_CURVE('',#7441,#7436,#6497,.T.); -#5022=EDGE_CURVE('',#7437,#7432,#6498,.T.); -#5023=EDGE_CURVE('',#7433,#7428,#6499,.T.); -#5024=EDGE_CURVE('',#7429,#7424,#6500,.T.); -#5025=EDGE_CURVE('',#7425,#7420,#6501,.T.); -#5026=EDGE_CURVE('',#7421,#7416,#6502,.T.); -#5027=EDGE_CURVE('',#7417,#7412,#6503,.T.); -#5028=EDGE_CURVE('',#7413,#7408,#6504,.T.); -#5029=EDGE_CURVE('',#7409,#7982,#6505,.T.); -#5030=EDGE_CURVE('',#7983,#7404,#6506,.T.); -#5031=EDGE_CURVE('',#7405,#7400,#6507,.T.); -#5032=EDGE_CURVE('',#7978,#7984,#6508,.T.); -#5033=EDGE_CURVE('',#7401,#7984,#6509,.T.); -#5034=EDGE_CURVE('',#7988,#7987,#6510,.T.); -#5035=EDGE_CURVE('',#7987,#7986,#6511,.T.); -#5036=EDGE_CURVE('',#7986,#7985,#6512,.T.); -#5037=EDGE_CURVE('',#7984,#7989,#6513,.T.); -#5038=EDGE_CURVE('',#7989,#7990,#6514,.T.); -#5039=EDGE_CURVE('',#7990,#7991,#6515,.T.); -#5040=EDGE_CURVE('',#7992,#7993,#6516,.T.); -#5041=EDGE_CURVE('',#7993,#7994,#6517,.T.); -#5042=EDGE_CURVE('',#7994,#7995,#6518,.T.); -#5043=EDGE_CURVE('',#7996,#7997,#6519,.T.); -#5044=EDGE_CURVE('',#7997,#7998,#6520,.T.); -#5045=EDGE_CURVE('',#7998,#7999,#6521,.T.); -#5046=EDGE_CURVE('',#8000,#8001,#6522,.T.); -#5047=EDGE_CURVE('',#8001,#8002,#6523,.T.); -#5048=EDGE_CURVE('',#8002,#8003,#6524,.T.); -#5049=EDGE_CURVE('',#8004,#8005,#6525,.T.); -#5050=EDGE_CURVE('',#8005,#8006,#6526,.T.); -#5051=EDGE_CURVE('',#8006,#8007,#6527,.T.); -#5052=EDGE_CURVE('',#8008,#8009,#6528,.T.); -#5053=EDGE_CURVE('',#8009,#8010,#6529,.T.); -#5054=EDGE_CURVE('',#8010,#8011,#6530,.T.); -#5055=EDGE_CURVE('',#8012,#8013,#6531,.T.); -#5056=EDGE_CURVE('',#8013,#8014,#6532,.T.); -#5057=EDGE_CURVE('',#8014,#8015,#6533,.T.); -#5058=EDGE_CURVE('',#8016,#8017,#6534,.T.); -#5059=EDGE_CURVE('',#8017,#8018,#6535,.T.); -#5060=EDGE_CURVE('',#8018,#8019,#6536,.T.); -#5061=EDGE_CURVE('',#8020,#8021,#6537,.T.); -#5062=EDGE_CURVE('',#8021,#8022,#6538,.T.); -#5063=EDGE_CURVE('',#8022,#8023,#6539,.T.); -#5064=EDGE_CURVE('',#8024,#8025,#6540,.T.); -#5065=EDGE_CURVE('',#8025,#8026,#6541,.T.); -#5066=EDGE_CURVE('',#8026,#8027,#6542,.T.); -#5067=EDGE_CURVE('',#8028,#8029,#6543,.T.); -#5068=EDGE_CURVE('',#8029,#8030,#6544,.T.); -#5069=EDGE_CURVE('',#8030,#8031,#6545,.T.); -#5070=EDGE_CURVE('',#8032,#8033,#6546,.T.); -#5071=EDGE_CURVE('',#8033,#8034,#6547,.T.); -#5072=EDGE_CURVE('',#8034,#8035,#6548,.T.); -#5073=EDGE_CURVE('',#8036,#8037,#6549,.T.); -#5074=EDGE_CURVE('',#8037,#8038,#6550,.T.); -#5075=EDGE_CURVE('',#8038,#8039,#6551,.T.); -#5076=EDGE_CURVE('',#8040,#8041,#6552,.T.); -#5077=EDGE_CURVE('',#8041,#8042,#6553,.T.); -#5078=EDGE_CURVE('',#8042,#8043,#6554,.T.); -#5079=EDGE_CURVE('',#8044,#8045,#6555,.T.); -#5080=EDGE_CURVE('',#8045,#8046,#6556,.T.); -#5081=EDGE_CURVE('',#8046,#8047,#6557,.T.); -#5082=EDGE_CURVE('',#8048,#8049,#6558,.T.); -#5083=EDGE_CURVE('',#8049,#8050,#6559,.T.); -#5084=EDGE_CURVE('',#8050,#8051,#6560,.T.); -#5085=EDGE_CURVE('',#8052,#8053,#6561,.T.); -#5086=EDGE_CURVE('',#8053,#8054,#6562,.T.); -#5087=EDGE_CURVE('',#8054,#8055,#6563,.T.); -#5088=EDGE_CURVE('',#8056,#8057,#6564,.T.); -#5089=EDGE_CURVE('',#8057,#8058,#6565,.T.); -#5090=EDGE_CURVE('',#8058,#8059,#6566,.T.); -#5091=EDGE_CURVE('',#8060,#8061,#6567,.T.); -#5092=EDGE_CURVE('',#8061,#8062,#6568,.T.); -#5093=EDGE_CURVE('',#8062,#8063,#6569,.T.); -#5094=EDGE_CURVE('',#8064,#8065,#6570,.T.); -#5095=EDGE_CURVE('',#8065,#8066,#6571,.T.); -#5096=EDGE_CURVE('',#8066,#8067,#6572,.T.); -#5097=EDGE_CURVE('',#8068,#8069,#6573,.T.); -#5098=EDGE_CURVE('',#8069,#8070,#6574,.T.); -#5099=EDGE_CURVE('',#8070,#8071,#6575,.T.); -#5100=EDGE_CURVE('',#8072,#8073,#6576,.T.); -#5101=EDGE_CURVE('',#8073,#8074,#6577,.T.); -#5102=EDGE_CURVE('',#8074,#8075,#6578,.T.); -#5103=EDGE_CURVE('',#8076,#8077,#6579,.T.); -#5104=EDGE_CURVE('',#8077,#8078,#6580,.T.); -#5105=EDGE_CURVE('',#8078,#8079,#6581,.T.); -#5106=EDGE_CURVE('',#8080,#8081,#6582,.T.); -#5107=EDGE_CURVE('',#8081,#8082,#6583,.T.); -#5108=EDGE_CURVE('',#8082,#8083,#6584,.T.); -#5109=EDGE_CURVE('',#8084,#8085,#6585,.T.); -#5110=EDGE_CURVE('',#8085,#8086,#6586,.T.); -#5111=EDGE_CURVE('',#8086,#8087,#6587,.T.); -#5112=EDGE_CURVE('',#8088,#8089,#6588,.T.); -#5113=EDGE_CURVE('',#8089,#8090,#6589,.T.); -#5114=EDGE_CURVE('',#8090,#8091,#6590,.T.); -#5115=EDGE_CURVE('',#8092,#8093,#6591,.T.); -#5116=EDGE_CURVE('',#8093,#8094,#6592,.T.); -#5117=EDGE_CURVE('',#8094,#8095,#6593,.T.); -#5118=EDGE_CURVE('',#8096,#8097,#6594,.T.); -#5119=EDGE_CURVE('',#8097,#8098,#6595,.T.); -#5120=EDGE_CURVE('',#8098,#8099,#6596,.T.); -#5121=EDGE_CURVE('',#8100,#8101,#6597,.T.); -#5122=EDGE_CURVE('',#8101,#8102,#6598,.T.); -#5123=EDGE_CURVE('',#8102,#8103,#6599,.T.); -#5124=EDGE_CURVE('',#8104,#8105,#6600,.T.); -#5125=EDGE_CURVE('',#8105,#8106,#6601,.T.); -#5126=EDGE_CURVE('',#8106,#8107,#6602,.T.); -#5127=EDGE_CURVE('',#8108,#8109,#6603,.T.); -#5128=EDGE_CURVE('',#8109,#8110,#6604,.T.); -#5129=EDGE_CURVE('',#8110,#8111,#6605,.T.); -#5130=EDGE_CURVE('',#8112,#8113,#6606,.T.); -#5131=EDGE_CURVE('',#8113,#8114,#6607,.T.); -#5132=EDGE_CURVE('',#8114,#8115,#6608,.T.); -#5133=EDGE_CURVE('',#8116,#8117,#6609,.T.); -#5134=EDGE_CURVE('',#8117,#8118,#6610,.T.); -#5135=EDGE_CURVE('',#8118,#8119,#6611,.T.); -#5136=EDGE_CURVE('',#8120,#8121,#6612,.T.); -#5137=EDGE_CURVE('',#8121,#8122,#6613,.T.); -#5138=EDGE_CURVE('',#8122,#8123,#6614,.T.); -#5139=EDGE_CURVE('',#8124,#8125,#6615,.T.); -#5140=EDGE_CURVE('',#8125,#8126,#6616,.T.); -#5141=EDGE_CURVE('',#8126,#8127,#6617,.T.); -#5142=EDGE_CURVE('',#8128,#8129,#6618,.T.); -#5143=EDGE_CURVE('',#8129,#8130,#6619,.T.); -#5144=EDGE_CURVE('',#8130,#8131,#6620,.T.); -#5145=EDGE_CURVE('',#8132,#8133,#6621,.T.); -#5146=EDGE_CURVE('',#8133,#8134,#6622,.T.); -#5147=EDGE_CURVE('',#8134,#8135,#6623,.T.); -#5148=EDGE_CURVE('',#8136,#8137,#6624,.T.); -#5149=EDGE_CURVE('',#8137,#8138,#6625,.T.); -#5150=EDGE_CURVE('',#8138,#8139,#6626,.T.); -#5151=EDGE_CURVE('',#8140,#8141,#6627,.T.); -#5152=EDGE_CURVE('',#8141,#8142,#6628,.T.); -#5153=EDGE_CURVE('',#8142,#8143,#6629,.T.); -#5154=EDGE_CURVE('',#8144,#8145,#6630,.T.); -#5155=EDGE_CURVE('',#8145,#8146,#6631,.T.); -#5156=EDGE_CURVE('',#8146,#8147,#6632,.T.); -#5157=EDGE_CURVE('',#8148,#8149,#6633,.T.); -#5158=EDGE_CURVE('',#8149,#8150,#6634,.T.); -#5159=EDGE_CURVE('',#8150,#8151,#6635,.T.); -#5160=EDGE_CURVE('',#8152,#8153,#6636,.T.); -#5161=EDGE_CURVE('',#8153,#8154,#6637,.T.); -#5162=EDGE_CURVE('',#8154,#8155,#6638,.T.); -#5163=EDGE_CURVE('',#8156,#8157,#6639,.T.); -#5164=EDGE_CURVE('',#8157,#8158,#6640,.T.); -#5165=EDGE_CURVE('',#8158,#8159,#6641,.T.); -#5166=EDGE_CURVE('',#8160,#8161,#6642,.T.); -#5167=EDGE_CURVE('',#8161,#8162,#6643,.T.); -#5168=EDGE_CURVE('',#8162,#8163,#6644,.T.); -#5169=EDGE_CURVE('',#8164,#8165,#6645,.T.); -#5170=EDGE_CURVE('',#8165,#8166,#6646,.T.); -#5171=EDGE_CURVE('',#8166,#8167,#6647,.T.); -#5172=EDGE_CURVE('',#8168,#8169,#6648,.T.); -#5173=EDGE_CURVE('',#8169,#8170,#6649,.T.); -#5174=EDGE_CURVE('',#8170,#8171,#6650,.T.); -#5175=EDGE_CURVE('',#8172,#8173,#6651,.T.); -#5176=EDGE_CURVE('',#8173,#8174,#6652,.T.); -#5177=EDGE_CURVE('',#8174,#8175,#6653,.T.); -#5178=EDGE_CURVE('',#8176,#8177,#6654,.T.); -#5179=EDGE_CURVE('',#8177,#8178,#6655,.T.); -#5180=EDGE_CURVE('',#8178,#8179,#6656,.T.); -#5181=EDGE_CURVE('',#8180,#8181,#6657,.T.); -#5182=EDGE_CURVE('',#8181,#8182,#6658,.T.); -#5183=EDGE_CURVE('',#8182,#8183,#6659,.T.); -#5184=EDGE_CURVE('',#8184,#8185,#6660,.T.); -#5185=EDGE_CURVE('',#8185,#8186,#6661,.T.); -#5186=EDGE_CURVE('',#8186,#8187,#6662,.T.); -#5187=EDGE_CURVE('',#8188,#8189,#6663,.T.); -#5188=EDGE_CURVE('',#8189,#8190,#6664,.T.); -#5189=EDGE_CURVE('',#8190,#8191,#6665,.T.); -#5190=EDGE_CURVE('',#8192,#8193,#6666,.T.); -#5191=EDGE_CURVE('',#8193,#8194,#6667,.T.); -#5192=EDGE_CURVE('',#8194,#8195,#6668,.T.); -#5193=EDGE_CURVE('',#8196,#8197,#6669,.T.); -#5194=EDGE_CURVE('',#8197,#8198,#6670,.T.); -#5195=EDGE_CURVE('',#8198,#8199,#6671,.T.); -#5196=EDGE_CURVE('',#8200,#8201,#6672,.T.); -#5197=EDGE_CURVE('',#8201,#8202,#6673,.T.); -#5198=EDGE_CURVE('',#8202,#8203,#6674,.T.); -#5199=EDGE_CURVE('',#8204,#8205,#6675,.T.); -#5200=EDGE_CURVE('',#8205,#8206,#6676,.T.); -#5201=EDGE_CURVE('',#8206,#8207,#6677,.T.); -#5202=EDGE_CURVE('',#8208,#8209,#6678,.T.); -#5203=EDGE_CURVE('',#8209,#8210,#6679,.T.); -#5204=EDGE_CURVE('',#8210,#8211,#6680,.T.); -#5205=EDGE_CURVE('',#8212,#8213,#6681,.T.); -#5206=EDGE_CURVE('',#8213,#8214,#6682,.T.); -#5207=EDGE_CURVE('',#8214,#8215,#6683,.T.); -#5208=EDGE_CURVE('',#8216,#8217,#6684,.T.); -#5209=EDGE_CURVE('',#8217,#8218,#6685,.T.); -#5210=EDGE_CURVE('',#8218,#8219,#6686,.T.); -#5211=EDGE_CURVE('',#8220,#8221,#6687,.T.); -#5212=EDGE_CURVE('',#8221,#8222,#6688,.T.); -#5213=EDGE_CURVE('',#8222,#8223,#6689,.T.); -#5214=EDGE_CURVE('',#8224,#8225,#6690,.T.); -#5215=EDGE_CURVE('',#8225,#8226,#6691,.T.); -#5216=EDGE_CURVE('',#8226,#8227,#6692,.T.); -#5217=EDGE_CURVE('',#8228,#8229,#6693,.T.); -#5218=EDGE_CURVE('',#8229,#8230,#6694,.T.); -#5219=EDGE_CURVE('',#8230,#8231,#6695,.T.); -#5220=EDGE_CURVE('',#8232,#8233,#6696,.T.); -#5221=EDGE_CURVE('',#8233,#8234,#6697,.T.); -#5222=EDGE_CURVE('',#8234,#8235,#6698,.T.); -#5223=EDGE_CURVE('',#8236,#8237,#6699,.T.); -#5224=EDGE_CURVE('',#8237,#8238,#6700,.T.); -#5225=EDGE_CURVE('',#8238,#8239,#6701,.T.); -#5226=EDGE_CURVE('',#8240,#8241,#6702,.T.); -#5227=EDGE_CURVE('',#8241,#8242,#6703,.T.); -#5228=EDGE_CURVE('',#8242,#8243,#6704,.T.); -#5229=EDGE_CURVE('',#8244,#8245,#6705,.T.); -#5230=EDGE_CURVE('',#8245,#8246,#6706,.T.); -#5231=EDGE_CURVE('',#8246,#8247,#6707,.T.); -#5232=EDGE_CURVE('',#8248,#8249,#6708,.T.); -#5233=EDGE_CURVE('',#8249,#8250,#6709,.T.); -#5234=EDGE_CURVE('',#8250,#8251,#6710,.T.); -#5235=EDGE_CURVE('',#8252,#8253,#6711,.T.); -#5236=EDGE_CURVE('',#8253,#8254,#6712,.T.); -#5237=EDGE_CURVE('',#8254,#8255,#6713,.T.); -#5238=EDGE_CURVE('',#8256,#8257,#6714,.T.); -#5239=EDGE_CURVE('',#8257,#8258,#6715,.T.); -#5240=EDGE_CURVE('',#8258,#8259,#6716,.T.); -#5241=EDGE_CURVE('',#8260,#8261,#6717,.T.); -#5242=EDGE_CURVE('',#8261,#8262,#6718,.T.); -#5243=EDGE_CURVE('',#8262,#8263,#6719,.T.); -#5244=EDGE_CURVE('',#8264,#8265,#6720,.T.); -#5245=EDGE_CURVE('',#8265,#8266,#6721,.T.); -#5246=EDGE_CURVE('',#8266,#8267,#6722,.T.); -#5247=EDGE_CURVE('',#8268,#8269,#6723,.T.); -#5248=EDGE_CURVE('',#8269,#8270,#6724,.T.); -#5249=EDGE_CURVE('',#8270,#8271,#6725,.T.); -#5250=EDGE_CURVE('',#8272,#8273,#6726,.T.); -#5251=EDGE_CURVE('',#8273,#8274,#6727,.T.); -#5252=EDGE_CURVE('',#8274,#8275,#6728,.T.); -#5253=EDGE_CURVE('',#8276,#8277,#6729,.T.); -#5254=EDGE_CURVE('',#8277,#8278,#6730,.T.); -#5255=EDGE_CURVE('',#8278,#8279,#6731,.T.); -#5256=EDGE_CURVE('',#8280,#8281,#6732,.T.); -#5257=EDGE_CURVE('',#8281,#8282,#6733,.T.); -#5258=EDGE_CURVE('',#8282,#8283,#6734,.T.); -#5259=EDGE_CURVE('',#8284,#8285,#6735,.T.); -#5260=EDGE_CURVE('',#8285,#8286,#6736,.T.); -#5261=EDGE_CURVE('',#8286,#8287,#6737,.T.); -#5262=EDGE_CURVE('',#8288,#8289,#6738,.T.); -#5263=EDGE_CURVE('',#8289,#8290,#6739,.T.); -#5264=EDGE_CURVE('',#8290,#8291,#6740,.T.); -#5265=EDGE_CURVE('',#8292,#8293,#6741,.T.); -#5266=EDGE_CURVE('',#8293,#8294,#6742,.T.); -#5267=EDGE_CURVE('',#8294,#8295,#6743,.T.); -#5268=EDGE_CURVE('',#8296,#8297,#6744,.T.); -#5269=EDGE_CURVE('',#8297,#8298,#6745,.T.); -#5270=EDGE_CURVE('',#8298,#8299,#6746,.T.); -#5271=EDGE_CURVE('',#8300,#8301,#6747,.T.); -#5272=EDGE_CURVE('',#8301,#8302,#6748,.T.); -#5273=EDGE_CURVE('',#8302,#8303,#6749,.T.); -#5274=EDGE_CURVE('',#8304,#8305,#6750,.T.); -#5275=EDGE_CURVE('',#8305,#8306,#6751,.T.); -#5276=EDGE_CURVE('',#8306,#8307,#6752,.T.); -#5277=EDGE_CURVE('',#8308,#8309,#6753,.T.); -#5278=EDGE_CURVE('',#8309,#8310,#6754,.T.); -#5279=EDGE_CURVE('',#8310,#8311,#6755,.T.); -#5280=EDGE_CURVE('',#8312,#8313,#6756,.T.); -#5281=EDGE_CURVE('',#8313,#8314,#6757,.T.); -#5282=EDGE_CURVE('',#8314,#8315,#6758,.T.); -#5283=EDGE_CURVE('',#8316,#8317,#6759,.T.); -#5284=EDGE_CURVE('',#8317,#8318,#6760,.T.); -#5285=EDGE_CURVE('',#8318,#8319,#6761,.T.); -#5286=EDGE_CURVE('',#8320,#8321,#6762,.T.); -#5287=EDGE_CURVE('',#8321,#8322,#6763,.T.); -#5288=EDGE_CURVE('',#8322,#8323,#6764,.T.); -#5289=EDGE_CURVE('',#8324,#8325,#6765,.T.); -#5290=EDGE_CURVE('',#8325,#8326,#6766,.T.); -#5291=EDGE_CURVE('',#8326,#8327,#6767,.T.); -#5292=EDGE_CURVE('',#8328,#8329,#6768,.T.); -#5293=EDGE_CURVE('',#8329,#8330,#6769,.T.); -#5294=EDGE_CURVE('',#8330,#8331,#6770,.T.); -#5295=EDGE_CURVE('',#8332,#8333,#6771,.T.); -#5296=EDGE_CURVE('',#8333,#8334,#6772,.T.); -#5297=EDGE_CURVE('',#8334,#8335,#6773,.T.); -#5298=EDGE_CURVE('',#8336,#8337,#6774,.T.); -#5299=EDGE_CURVE('',#8337,#8338,#6775,.T.); -#5300=EDGE_CURVE('',#8338,#8339,#6776,.T.); -#5301=EDGE_CURVE('',#8340,#8341,#6777,.T.); -#5302=EDGE_CURVE('',#8341,#8342,#6778,.T.); -#5303=EDGE_CURVE('',#8342,#8343,#6779,.T.); -#5304=EDGE_CURVE('',#8344,#8345,#6780,.T.); -#5305=EDGE_CURVE('',#8345,#8346,#6781,.T.); -#5306=EDGE_CURVE('',#8346,#8347,#6782,.T.); -#5307=EDGE_CURVE('',#8348,#8349,#6783,.T.); -#5308=EDGE_CURVE('',#8349,#8350,#6784,.T.); -#5309=EDGE_CURVE('',#8350,#8351,#6785,.T.); -#5310=EDGE_CURVE('',#8352,#8353,#6786,.T.); -#5311=EDGE_CURVE('',#8353,#8354,#6787,.T.); -#5312=EDGE_CURVE('',#8354,#8355,#6788,.T.); -#5313=EDGE_CURVE('',#8356,#8357,#6789,.T.); -#5314=EDGE_CURVE('',#8357,#8358,#6790,.T.); -#5315=EDGE_CURVE('',#8358,#8359,#6791,.T.); -#5316=EDGE_CURVE('',#8360,#8361,#6792,.T.); -#5317=EDGE_CURVE('',#8361,#8362,#6793,.T.); -#5318=EDGE_CURVE('',#8362,#8363,#6794,.T.); -#5319=EDGE_CURVE('',#8364,#8365,#6795,.T.); -#5320=EDGE_CURVE('',#8365,#8366,#6796,.T.); -#5321=EDGE_CURVE('',#8366,#8367,#6797,.T.); -#5322=EDGE_CURVE('',#8368,#8369,#6798,.T.); -#5323=EDGE_CURVE('',#8369,#8370,#6799,.T.); -#5324=EDGE_CURVE('',#8370,#8371,#6800,.T.); -#5325=EDGE_CURVE('',#8372,#8373,#6801,.T.); -#5326=EDGE_CURVE('',#8373,#8374,#6802,.T.); -#5327=EDGE_CURVE('',#8374,#8375,#6803,.T.); -#5328=EDGE_CURVE('',#8376,#8377,#6804,.T.); -#5329=EDGE_CURVE('',#8377,#8378,#6805,.T.); -#5330=EDGE_CURVE('',#8378,#8379,#6806,.T.); -#5331=EDGE_CURVE('',#8380,#8381,#6807,.T.); -#5332=EDGE_CURVE('',#8381,#8382,#6808,.T.); -#5333=EDGE_CURVE('',#8382,#8383,#6809,.T.); -#5334=EDGE_CURVE('',#7985,#7981,#6810,.T.); -#5335=EDGE_CURVE('',#8383,#7988,#6811,.T.); -#5336=EDGE_CURVE('',#8379,#8380,#6812,.T.); -#5337=EDGE_CURVE('',#8375,#8376,#6813,.T.); -#5338=EDGE_CURVE('',#8371,#8372,#6814,.T.); -#5339=EDGE_CURVE('',#8367,#8368,#6815,.T.); -#5340=EDGE_CURVE('',#8363,#8364,#6816,.T.); -#5341=EDGE_CURVE('',#8359,#8360,#6817,.T.); -#5342=EDGE_CURVE('',#8355,#8356,#6818,.T.); -#5343=EDGE_CURVE('',#8351,#8352,#6819,.T.); -#5344=EDGE_CURVE('',#8347,#8348,#6820,.T.); -#5345=EDGE_CURVE('',#8343,#8344,#6821,.T.); -#5346=EDGE_CURVE('',#8339,#8340,#6822,.T.); -#5347=EDGE_CURVE('',#8335,#8336,#6823,.T.); -#5348=EDGE_CURVE('',#8331,#8332,#6824,.T.); -#5349=EDGE_CURVE('',#8327,#8328,#6825,.T.); -#5350=EDGE_CURVE('',#8323,#8324,#6826,.T.); -#5351=EDGE_CURVE('',#8319,#8320,#6827,.T.); -#5352=EDGE_CURVE('',#8315,#8316,#6828,.T.); -#5353=EDGE_CURVE('',#8311,#8312,#6829,.T.); -#5354=EDGE_CURVE('',#8307,#8308,#6830,.T.); -#5355=EDGE_CURVE('',#8303,#8304,#6831,.T.); -#5356=EDGE_CURVE('',#8299,#8300,#6832,.T.); -#5357=EDGE_CURVE('',#8295,#8296,#6833,.T.); -#5358=EDGE_CURVE('',#8291,#8292,#6834,.T.); -#5359=EDGE_CURVE('',#8287,#8288,#6835,.T.); -#5360=EDGE_CURVE('',#8283,#8284,#6836,.T.); -#5361=EDGE_CURVE('',#8279,#8280,#6837,.T.); -#5362=EDGE_CURVE('',#8275,#8276,#6838,.T.); -#5363=EDGE_CURVE('',#8271,#8272,#6839,.T.); -#5364=EDGE_CURVE('',#8267,#8268,#6840,.T.); -#5365=EDGE_CURVE('',#8263,#8264,#6841,.T.); -#5366=EDGE_CURVE('',#8259,#8260,#6842,.T.); -#5367=EDGE_CURVE('',#8255,#8256,#6843,.T.); -#5368=EDGE_CURVE('',#8251,#8252,#6844,.T.); -#5369=EDGE_CURVE('',#8247,#8248,#6845,.T.); -#5370=EDGE_CURVE('',#8243,#8244,#6846,.T.); -#5371=EDGE_CURVE('',#8239,#8240,#6847,.T.); -#5372=EDGE_CURVE('',#8235,#8236,#6848,.T.); -#5373=EDGE_CURVE('',#8231,#8232,#6849,.T.); -#5374=EDGE_CURVE('',#8227,#8228,#6850,.T.); -#5375=EDGE_CURVE('',#8223,#8224,#6851,.T.); -#5376=EDGE_CURVE('',#8219,#8220,#6852,.T.); -#5377=EDGE_CURVE('',#8215,#8216,#6853,.T.); -#5378=EDGE_CURVE('',#8211,#8212,#6854,.T.); -#5379=EDGE_CURVE('',#8207,#8208,#6855,.T.); -#5380=EDGE_CURVE('',#8203,#8204,#6856,.T.); -#5381=EDGE_CURVE('',#8199,#8200,#6857,.T.); -#5382=EDGE_CURVE('',#8195,#8196,#6858,.T.); -#5383=EDGE_CURVE('',#8191,#8192,#6859,.T.); -#5384=EDGE_CURVE('',#8187,#8188,#6860,.T.); -#5385=EDGE_CURVE('',#8183,#8184,#6861,.T.); -#5386=EDGE_CURVE('',#8179,#8180,#6862,.T.); -#5387=EDGE_CURVE('',#8175,#8176,#6863,.T.); -#5388=EDGE_CURVE('',#8171,#8172,#6864,.T.); -#5389=EDGE_CURVE('',#8167,#8168,#6865,.T.); -#5390=EDGE_CURVE('',#8163,#8164,#6866,.T.); -#5391=EDGE_CURVE('',#8159,#8160,#6867,.T.); -#5392=EDGE_CURVE('',#8155,#8156,#6868,.T.); -#5393=EDGE_CURVE('',#8151,#8152,#6869,.T.); -#5394=EDGE_CURVE('',#8147,#8148,#6870,.T.); -#5395=EDGE_CURVE('',#8143,#8144,#6871,.T.); -#5396=EDGE_CURVE('',#8139,#8140,#6872,.T.); -#5397=EDGE_CURVE('',#8135,#8136,#6873,.T.); -#5398=EDGE_CURVE('',#8131,#8132,#6874,.T.); -#5399=EDGE_CURVE('',#8127,#8128,#6875,.T.); -#5400=EDGE_CURVE('',#8123,#8124,#6876,.T.); -#5401=EDGE_CURVE('',#8119,#8120,#6877,.T.); -#5402=EDGE_CURVE('',#8115,#8116,#6878,.T.); -#5403=EDGE_CURVE('',#8111,#8112,#6879,.T.); -#5404=EDGE_CURVE('',#8107,#8108,#6880,.T.); -#5405=EDGE_CURVE('',#8103,#8104,#6881,.T.); -#5406=EDGE_CURVE('',#8099,#8100,#6882,.T.); -#5407=EDGE_CURVE('',#8095,#8096,#6883,.T.); -#5408=EDGE_CURVE('',#8091,#8092,#6884,.T.); -#5409=EDGE_CURVE('',#8087,#8088,#6885,.T.); -#5410=EDGE_CURVE('',#8083,#8084,#6886,.T.); -#5411=EDGE_CURVE('',#8079,#8080,#6887,.T.); -#5412=EDGE_CURVE('',#8075,#8076,#6888,.T.); -#5413=EDGE_CURVE('',#8071,#8072,#6889,.T.); -#5414=EDGE_CURVE('',#8067,#8068,#6890,.T.); -#5415=EDGE_CURVE('',#8063,#8064,#6891,.T.); -#5416=EDGE_CURVE('',#8059,#8060,#6892,.T.); -#5417=EDGE_CURVE('',#8055,#8056,#6893,.T.); -#5418=EDGE_CURVE('',#8051,#8052,#6894,.T.); -#5419=EDGE_CURVE('',#8047,#8048,#6895,.T.); -#5420=EDGE_CURVE('',#8043,#8044,#6896,.T.); -#5421=EDGE_CURVE('',#8039,#8040,#6897,.T.); -#5422=EDGE_CURVE('',#8035,#8036,#6898,.T.); -#5423=EDGE_CURVE('',#8031,#8032,#6899,.T.); -#5424=EDGE_CURVE('',#8027,#8028,#6900,.T.); -#5425=EDGE_CURVE('',#8023,#8024,#6901,.T.); -#5426=EDGE_CURVE('',#8019,#8020,#6902,.T.); -#5427=EDGE_CURVE('',#8015,#8016,#6903,.T.); -#5428=EDGE_CURVE('',#8011,#8012,#6904,.T.); -#5429=EDGE_CURVE('',#8007,#8008,#6905,.T.); -#5430=EDGE_CURVE('',#8003,#8004,#6906,.T.); -#5431=EDGE_CURVE('',#7999,#8000,#6907,.T.); -#5432=EDGE_CURVE('',#7995,#7996,#6908,.T.); -#5433=EDGE_CURVE('',#7991,#7992,#6909,.T.); -#5434=EDGE_CURVE('',#7976,#7990,#6910,.T.); -#5435=EDGE_CURVE('',#7989,#7977,#6911,.T.); -#5436=EDGE_CURVE('',#7975,#7991,#6912,.T.); -#5437=EDGE_CURVE('',#7974,#7992,#6913,.T.); -#5438=EDGE_CURVE('',#7972,#7994,#6914,.T.); -#5439=EDGE_CURVE('',#7993,#7973,#6915,.T.); -#5440=EDGE_CURVE('',#7971,#7995,#6916,.T.); -#5441=EDGE_CURVE('',#7970,#7996,#6917,.T.); -#5442=EDGE_CURVE('',#7968,#7998,#6918,.T.); -#5443=EDGE_CURVE('',#7997,#7969,#6919,.T.); -#5444=EDGE_CURVE('',#7967,#7999,#6920,.T.); -#5445=EDGE_CURVE('',#7966,#8000,#6921,.T.); -#5446=EDGE_CURVE('',#7964,#8002,#6922,.T.); -#5447=EDGE_CURVE('',#8001,#7965,#6923,.T.); -#5448=EDGE_CURVE('',#7963,#8003,#6924,.T.); -#5449=EDGE_CURVE('',#7962,#8004,#6925,.T.); -#5450=EDGE_CURVE('',#7960,#8006,#6926,.T.); -#5451=EDGE_CURVE('',#8005,#7961,#6927,.T.); -#5452=EDGE_CURVE('',#7959,#8007,#6928,.T.); -#5453=EDGE_CURVE('',#7958,#8008,#6929,.T.); -#5454=EDGE_CURVE('',#7956,#8010,#6930,.T.); -#5455=EDGE_CURVE('',#8009,#7957,#6931,.T.); -#5456=EDGE_CURVE('',#7955,#8011,#6932,.T.); -#5457=EDGE_CURVE('',#7954,#8012,#6933,.T.); -#5458=EDGE_CURVE('',#7952,#8014,#6934,.T.); -#5459=EDGE_CURVE('',#8013,#7953,#6935,.T.); -#5460=EDGE_CURVE('',#7951,#8015,#6936,.T.); -#5461=EDGE_CURVE('',#7950,#8016,#6937,.T.); -#5462=EDGE_CURVE('',#7948,#8018,#6938,.T.); -#5463=EDGE_CURVE('',#8017,#7949,#6939,.T.); -#5464=EDGE_CURVE('',#7947,#8019,#6940,.T.); -#5465=EDGE_CURVE('',#7946,#8020,#6941,.T.); -#5466=EDGE_CURVE('',#7944,#8022,#6942,.T.); -#5467=EDGE_CURVE('',#8021,#7945,#6943,.T.); -#5468=EDGE_CURVE('',#7943,#8023,#6944,.T.); -#5469=EDGE_CURVE('',#7942,#8024,#6945,.T.); -#5470=EDGE_CURVE('',#7940,#8026,#6946,.T.); -#5471=EDGE_CURVE('',#8025,#7941,#6947,.T.); -#5472=EDGE_CURVE('',#7939,#8027,#6948,.T.); -#5473=EDGE_CURVE('',#7938,#8028,#6949,.T.); -#5474=EDGE_CURVE('',#7936,#8030,#6950,.T.); -#5475=EDGE_CURVE('',#8029,#7937,#6951,.T.); -#5476=EDGE_CURVE('',#7935,#8031,#6952,.T.); -#5477=EDGE_CURVE('',#7934,#8032,#6953,.T.); -#5478=EDGE_CURVE('',#7932,#8034,#6954,.T.); -#5479=EDGE_CURVE('',#8033,#7933,#6955,.T.); -#5480=EDGE_CURVE('',#7931,#8035,#6956,.T.); -#5481=EDGE_CURVE('',#7930,#8036,#6957,.T.); -#5482=EDGE_CURVE('',#7928,#8038,#6958,.T.); -#5483=EDGE_CURVE('',#8037,#7929,#6959,.T.); -#5484=EDGE_CURVE('',#7927,#8039,#6960,.T.); -#5485=EDGE_CURVE('',#7926,#8040,#6961,.T.); -#5486=EDGE_CURVE('',#7924,#8042,#6962,.T.); -#5487=EDGE_CURVE('',#8041,#7925,#6963,.T.); -#5488=EDGE_CURVE('',#7923,#8043,#6964,.T.); -#5489=EDGE_CURVE('',#7922,#8044,#6965,.T.); -#5490=EDGE_CURVE('',#7920,#8046,#6966,.T.); -#5491=EDGE_CURVE('',#8045,#7921,#6967,.T.); -#5492=EDGE_CURVE('',#7919,#8047,#6968,.T.); -#5493=EDGE_CURVE('',#7918,#8048,#6969,.T.); -#5494=EDGE_CURVE('',#7916,#8050,#6970,.T.); -#5495=EDGE_CURVE('',#8049,#7917,#6971,.T.); -#5496=EDGE_CURVE('',#7915,#8051,#6972,.T.); -#5497=EDGE_CURVE('',#7914,#8052,#6973,.T.); -#5498=EDGE_CURVE('',#7912,#8054,#6974,.T.); -#5499=EDGE_CURVE('',#8053,#7913,#6975,.T.); -#5500=EDGE_CURVE('',#7911,#8055,#6976,.T.); -#5501=EDGE_CURVE('',#7910,#8056,#6977,.T.); -#5502=EDGE_CURVE('',#7908,#8058,#6978,.T.); -#5503=EDGE_CURVE('',#8057,#7909,#6979,.T.); -#5504=EDGE_CURVE('',#7907,#8059,#6980,.T.); -#5505=EDGE_CURVE('',#7906,#8060,#6981,.T.); -#5506=EDGE_CURVE('',#7904,#8062,#6982,.T.); -#5507=EDGE_CURVE('',#8061,#7905,#6983,.T.); -#5508=EDGE_CURVE('',#7903,#8063,#6984,.T.); -#5509=EDGE_CURVE('',#7902,#8064,#6985,.T.); -#5510=EDGE_CURVE('',#7900,#8066,#6986,.T.); -#5511=EDGE_CURVE('',#8065,#7901,#6987,.T.); -#5512=EDGE_CURVE('',#7899,#8067,#6988,.T.); -#5513=EDGE_CURVE('',#7898,#8068,#6989,.T.); -#5514=EDGE_CURVE('',#7896,#8070,#6990,.T.); -#5515=EDGE_CURVE('',#8069,#7897,#6991,.T.); -#5516=EDGE_CURVE('',#7895,#8071,#6992,.T.); -#5517=EDGE_CURVE('',#7894,#8072,#6993,.T.); -#5518=EDGE_CURVE('',#7892,#8074,#6994,.T.); -#5519=EDGE_CURVE('',#8073,#7893,#6995,.T.); -#5520=EDGE_CURVE('',#7891,#8075,#6996,.T.); -#5521=EDGE_CURVE('',#7890,#8076,#6997,.T.); -#5522=EDGE_CURVE('',#7888,#8078,#6998,.T.); -#5523=EDGE_CURVE('',#8077,#7889,#6999,.T.); -#5524=EDGE_CURVE('',#7887,#8079,#7000,.T.); -#5525=EDGE_CURVE('',#7886,#8080,#7001,.T.); -#5526=EDGE_CURVE('',#7884,#8082,#7002,.T.); -#5527=EDGE_CURVE('',#8081,#7885,#7003,.T.); -#5528=EDGE_CURVE('',#7883,#8083,#7004,.T.); -#5529=EDGE_CURVE('',#7882,#8084,#7005,.T.); -#5530=EDGE_CURVE('',#7880,#8086,#7006,.T.); -#5531=EDGE_CURVE('',#8085,#7881,#7007,.T.); -#5532=EDGE_CURVE('',#7879,#8087,#7008,.T.); -#5533=EDGE_CURVE('',#7878,#8088,#7009,.T.); -#5534=EDGE_CURVE('',#7876,#8090,#7010,.T.); -#5535=EDGE_CURVE('',#8089,#7877,#7011,.T.); -#5536=EDGE_CURVE('',#7875,#8091,#7012,.T.); -#5537=EDGE_CURVE('',#7874,#8092,#7013,.T.); -#5538=EDGE_CURVE('',#7872,#8094,#7014,.T.); -#5539=EDGE_CURVE('',#8093,#7873,#7015,.T.); -#5540=EDGE_CURVE('',#7871,#8095,#7016,.T.); -#5541=EDGE_CURVE('',#7870,#8096,#7017,.T.); -#5542=EDGE_CURVE('',#7868,#8098,#7018,.T.); -#5543=EDGE_CURVE('',#8097,#7869,#7019,.T.); -#5544=EDGE_CURVE('',#7867,#8099,#7020,.T.); -#5545=EDGE_CURVE('',#7866,#8100,#7021,.T.); -#5546=EDGE_CURVE('',#7864,#8102,#7022,.T.); -#5547=EDGE_CURVE('',#8101,#7865,#7023,.T.); -#5548=EDGE_CURVE('',#7863,#8103,#7024,.T.); -#5549=EDGE_CURVE('',#7862,#8104,#7025,.T.); -#5550=EDGE_CURVE('',#7860,#8106,#7026,.T.); -#5551=EDGE_CURVE('',#8105,#7861,#7027,.T.); -#5552=EDGE_CURVE('',#7859,#8107,#7028,.T.); -#5553=EDGE_CURVE('',#7858,#8108,#7029,.T.); -#5554=EDGE_CURVE('',#7856,#8110,#7030,.T.); -#5555=EDGE_CURVE('',#8109,#7857,#7031,.T.); -#5556=EDGE_CURVE('',#7855,#8111,#7032,.T.); -#5557=EDGE_CURVE('',#7854,#8112,#7033,.T.); -#5558=EDGE_CURVE('',#7852,#8114,#7034,.T.); -#5559=EDGE_CURVE('',#8113,#7853,#7035,.T.); -#5560=EDGE_CURVE('',#7851,#8115,#7036,.T.); -#5561=EDGE_CURVE('',#7850,#8116,#7037,.T.); -#5562=EDGE_CURVE('',#7848,#8118,#7038,.T.); -#5563=EDGE_CURVE('',#8117,#7849,#7039,.T.); -#5564=EDGE_CURVE('',#7847,#8119,#7040,.T.); -#5565=EDGE_CURVE('',#7846,#8120,#7041,.T.); -#5566=EDGE_CURVE('',#7844,#8122,#7042,.T.); -#5567=EDGE_CURVE('',#8121,#7845,#7043,.T.); -#5568=EDGE_CURVE('',#7843,#8123,#7044,.T.); -#5569=EDGE_CURVE('',#7842,#8124,#7045,.T.); -#5570=EDGE_CURVE('',#7840,#8126,#7046,.T.); -#5571=EDGE_CURVE('',#8125,#7841,#7047,.T.); -#5572=EDGE_CURVE('',#7839,#8127,#7048,.T.); -#5573=EDGE_CURVE('',#7838,#8128,#7049,.T.); -#5574=EDGE_CURVE('',#7836,#8130,#7050,.T.); -#5575=EDGE_CURVE('',#8129,#7837,#7051,.T.); -#5576=EDGE_CURVE('',#7835,#8131,#7052,.T.); -#5577=EDGE_CURVE('',#7834,#8132,#7053,.T.); -#5578=EDGE_CURVE('',#7832,#8134,#7054,.T.); -#5579=EDGE_CURVE('',#8133,#7833,#7055,.T.); -#5580=EDGE_CURVE('',#7831,#8135,#7056,.T.); -#5581=EDGE_CURVE('',#7830,#8136,#7057,.T.); -#5582=EDGE_CURVE('',#7828,#8138,#7058,.T.); -#5583=EDGE_CURVE('',#8137,#7829,#7059,.T.); -#5584=EDGE_CURVE('',#7827,#8139,#7060,.T.); -#5585=EDGE_CURVE('',#7826,#8140,#7061,.T.); -#5586=EDGE_CURVE('',#7824,#8142,#7062,.T.); -#5587=EDGE_CURVE('',#8141,#7825,#7063,.T.); -#5588=EDGE_CURVE('',#7823,#8143,#7064,.T.); -#5589=EDGE_CURVE('',#7822,#8144,#7065,.T.); -#5590=EDGE_CURVE('',#7820,#8146,#7066,.T.); -#5591=EDGE_CURVE('',#8145,#7821,#7067,.T.); -#5592=EDGE_CURVE('',#7819,#8147,#7068,.T.); -#5593=EDGE_CURVE('',#7818,#8148,#7069,.T.); -#5594=EDGE_CURVE('',#7816,#8150,#7070,.T.); -#5595=EDGE_CURVE('',#8149,#7817,#7071,.T.); -#5596=EDGE_CURVE('',#7815,#8151,#7072,.T.); -#5597=EDGE_CURVE('',#7814,#8152,#7073,.T.); -#5598=EDGE_CURVE('',#7812,#8154,#7074,.T.); -#5599=EDGE_CURVE('',#8153,#7813,#7075,.T.); -#5600=EDGE_CURVE('',#7811,#8155,#7076,.T.); -#5601=EDGE_CURVE('',#7810,#8156,#7077,.T.); -#5602=EDGE_CURVE('',#7808,#8158,#7078,.T.); -#5603=EDGE_CURVE('',#8157,#7809,#7079,.T.); -#5604=EDGE_CURVE('',#7807,#8159,#7080,.T.); -#5605=EDGE_CURVE('',#7806,#8160,#7081,.T.); -#5606=EDGE_CURVE('',#7804,#8162,#7082,.T.); -#5607=EDGE_CURVE('',#8161,#7805,#7083,.T.); -#5608=EDGE_CURVE('',#7803,#8163,#7084,.T.); -#5609=EDGE_CURVE('',#7802,#8164,#7085,.T.); -#5610=EDGE_CURVE('',#7800,#8166,#7086,.T.); -#5611=EDGE_CURVE('',#8165,#7801,#7087,.T.); -#5612=EDGE_CURVE('',#7799,#8167,#7088,.T.); -#5613=EDGE_CURVE('',#7798,#8168,#7089,.T.); -#5614=EDGE_CURVE('',#7796,#8170,#7090,.T.); -#5615=EDGE_CURVE('',#8169,#7797,#7091,.T.); -#5616=EDGE_CURVE('',#7795,#8171,#7092,.T.); -#5617=EDGE_CURVE('',#7794,#8172,#7093,.T.); -#5618=EDGE_CURVE('',#7792,#8174,#7094,.T.); -#5619=EDGE_CURVE('',#8173,#7793,#7095,.T.); -#5620=EDGE_CURVE('',#7791,#8175,#7096,.T.); -#5621=EDGE_CURVE('',#7790,#8176,#7097,.T.); -#5622=EDGE_CURVE('',#7788,#8178,#7098,.T.); -#5623=EDGE_CURVE('',#8177,#7789,#7099,.T.); -#5624=EDGE_CURVE('',#7787,#8179,#7100,.T.); -#5625=EDGE_CURVE('',#7786,#8180,#7101,.T.); -#5626=EDGE_CURVE('',#7784,#8182,#7102,.T.); -#5627=EDGE_CURVE('',#8181,#7785,#7103,.T.); -#5628=EDGE_CURVE('',#7783,#8183,#7104,.T.); -#5629=EDGE_CURVE('',#7782,#8184,#7105,.T.); -#5630=EDGE_CURVE('',#7780,#8186,#7106,.T.); -#5631=EDGE_CURVE('',#8185,#7781,#7107,.T.); -#5632=EDGE_CURVE('',#7779,#8187,#7108,.T.); -#5633=EDGE_CURVE('',#7778,#8188,#7109,.T.); -#5634=EDGE_CURVE('',#7776,#8190,#7110,.T.); -#5635=EDGE_CURVE('',#8189,#7777,#7111,.T.); -#5636=EDGE_CURVE('',#7775,#8191,#7112,.T.); -#5637=EDGE_CURVE('',#7774,#8192,#7113,.T.); -#5638=EDGE_CURVE('',#7772,#8194,#7114,.T.); -#5639=EDGE_CURVE('',#8193,#7773,#7115,.T.); -#5640=EDGE_CURVE('',#7771,#8195,#7116,.T.); -#5641=EDGE_CURVE('',#7770,#8196,#7117,.T.); -#5642=EDGE_CURVE('',#7768,#8198,#7118,.T.); -#5643=EDGE_CURVE('',#8197,#7769,#7119,.T.); -#5644=EDGE_CURVE('',#7767,#8199,#7120,.T.); -#5645=EDGE_CURVE('',#7766,#8200,#7121,.T.); -#5646=EDGE_CURVE('',#7764,#8202,#7122,.T.); -#5647=EDGE_CURVE('',#8201,#7765,#7123,.T.); -#5648=EDGE_CURVE('',#7763,#8203,#7124,.T.); -#5649=EDGE_CURVE('',#7762,#8204,#7125,.T.); -#5650=EDGE_CURVE('',#7760,#8206,#7126,.T.); -#5651=EDGE_CURVE('',#8205,#7761,#7127,.T.); -#5652=EDGE_CURVE('',#7759,#8207,#7128,.T.); -#5653=EDGE_CURVE('',#7758,#8208,#7129,.T.); -#5654=EDGE_CURVE('',#7756,#8210,#7130,.T.); -#5655=EDGE_CURVE('',#8209,#7757,#7131,.T.); -#5656=EDGE_CURVE('',#7755,#8211,#7132,.T.); -#5657=EDGE_CURVE('',#7754,#8212,#7133,.T.); -#5658=EDGE_CURVE('',#7752,#8214,#7134,.T.); -#5659=EDGE_CURVE('',#8213,#7753,#7135,.T.); -#5660=EDGE_CURVE('',#7751,#8215,#7136,.T.); -#5661=EDGE_CURVE('',#7750,#8216,#7137,.T.); -#5662=EDGE_CURVE('',#7748,#8218,#7138,.T.); -#5663=EDGE_CURVE('',#8217,#7749,#7139,.T.); -#5664=EDGE_CURVE('',#7747,#8219,#7140,.T.); -#5665=EDGE_CURVE('',#7746,#8220,#7141,.T.); -#5666=EDGE_CURVE('',#7744,#8222,#7142,.T.); -#5667=EDGE_CURVE('',#8221,#7745,#7143,.T.); -#5668=EDGE_CURVE('',#7743,#8223,#7144,.T.); -#5669=EDGE_CURVE('',#7742,#8224,#7145,.T.); -#5670=EDGE_CURVE('',#7740,#8226,#7146,.T.); -#5671=EDGE_CURVE('',#8225,#7741,#7147,.T.); -#5672=EDGE_CURVE('',#7739,#8227,#7148,.T.); -#5673=EDGE_CURVE('',#7738,#8228,#7149,.T.); -#5674=EDGE_CURVE('',#7736,#8230,#7150,.T.); -#5675=EDGE_CURVE('',#8229,#7737,#7151,.T.); -#5676=EDGE_CURVE('',#7735,#8231,#7152,.T.); -#5677=EDGE_CURVE('',#7734,#8232,#7153,.T.); -#5678=EDGE_CURVE('',#7732,#8234,#7154,.T.); -#5679=EDGE_CURVE('',#8233,#7733,#7155,.T.); -#5680=EDGE_CURVE('',#7731,#8235,#7156,.T.); -#5681=EDGE_CURVE('',#7730,#8236,#7157,.T.); -#5682=EDGE_CURVE('',#7728,#8238,#7158,.T.); -#5683=EDGE_CURVE('',#8237,#7729,#7159,.T.); -#5684=EDGE_CURVE('',#7727,#8239,#7160,.T.); -#5685=EDGE_CURVE('',#7726,#8240,#7161,.T.); -#5686=EDGE_CURVE('',#7724,#8242,#7162,.T.); -#5687=EDGE_CURVE('',#8241,#7725,#7163,.T.); -#5688=EDGE_CURVE('',#7723,#8243,#7164,.T.); -#5689=EDGE_CURVE('',#7722,#8244,#7165,.T.); -#5690=EDGE_CURVE('',#7720,#8246,#7166,.T.); -#5691=EDGE_CURVE('',#8245,#7721,#7167,.T.); -#5692=EDGE_CURVE('',#7719,#8247,#7168,.T.); -#5693=EDGE_CURVE('',#7718,#8248,#7169,.T.); -#5694=EDGE_CURVE('',#7716,#8250,#7170,.T.); -#5695=EDGE_CURVE('',#8249,#7717,#7171,.T.); -#5696=EDGE_CURVE('',#7715,#8251,#7172,.T.); -#5697=EDGE_CURVE('',#7714,#8252,#7173,.T.); -#5698=EDGE_CURVE('',#7712,#8254,#7174,.T.); -#5699=EDGE_CURVE('',#8253,#7713,#7175,.T.); -#5700=EDGE_CURVE('',#7711,#8255,#7176,.T.); -#5701=EDGE_CURVE('',#7710,#8256,#7177,.T.); -#5702=EDGE_CURVE('',#7708,#8258,#7178,.T.); -#5703=EDGE_CURVE('',#8257,#7709,#7179,.T.); -#5704=EDGE_CURVE('',#7707,#8259,#7180,.T.); -#5705=EDGE_CURVE('',#7706,#8260,#7181,.T.); -#5706=EDGE_CURVE('',#7704,#8262,#7182,.T.); -#5707=EDGE_CURVE('',#8261,#7705,#7183,.T.); -#5708=EDGE_CURVE('',#7703,#8263,#7184,.T.); -#5709=EDGE_CURVE('',#7702,#8264,#7185,.T.); -#5710=EDGE_CURVE('',#7700,#8266,#7186,.T.); -#5711=EDGE_CURVE('',#8265,#7701,#7187,.T.); -#5712=EDGE_CURVE('',#7699,#8267,#7188,.T.); -#5713=EDGE_CURVE('',#7698,#8268,#7189,.T.); -#5714=EDGE_CURVE('',#7696,#8270,#7190,.T.); -#5715=EDGE_CURVE('',#8269,#7697,#7191,.T.); -#5716=EDGE_CURVE('',#7695,#8271,#7192,.T.); -#5717=EDGE_CURVE('',#7694,#8272,#7193,.T.); -#5718=EDGE_CURVE('',#7692,#8274,#7194,.T.); -#5719=EDGE_CURVE('',#8273,#7693,#7195,.T.); -#5720=EDGE_CURVE('',#7691,#8275,#7196,.T.); -#5721=EDGE_CURVE('',#7690,#8276,#7197,.T.); -#5722=EDGE_CURVE('',#7688,#8278,#7198,.T.); -#5723=EDGE_CURVE('',#8277,#7689,#7199,.T.); -#5724=EDGE_CURVE('',#7687,#8279,#7200,.T.); -#5725=EDGE_CURVE('',#7686,#8280,#7201,.T.); -#5726=EDGE_CURVE('',#7684,#8282,#7202,.T.); -#5727=EDGE_CURVE('',#8281,#7685,#7203,.T.); -#5728=EDGE_CURVE('',#7683,#8283,#7204,.T.); -#5729=EDGE_CURVE('',#7682,#8284,#7205,.T.); -#5730=EDGE_CURVE('',#7680,#8286,#7206,.T.); -#5731=EDGE_CURVE('',#8285,#7681,#7207,.T.); -#5732=EDGE_CURVE('',#7679,#8287,#7208,.T.); -#5733=EDGE_CURVE('',#7678,#8288,#7209,.T.); -#5734=EDGE_CURVE('',#7676,#8290,#7210,.T.); -#5735=EDGE_CURVE('',#8289,#7677,#7211,.T.); -#5736=EDGE_CURVE('',#7675,#8291,#7212,.T.); -#5737=EDGE_CURVE('',#7674,#8292,#7213,.T.); -#5738=EDGE_CURVE('',#7672,#8294,#7214,.T.); -#5739=EDGE_CURVE('',#8293,#7673,#7215,.T.); -#5740=EDGE_CURVE('',#7671,#8295,#7216,.T.); -#5741=EDGE_CURVE('',#7670,#8296,#7217,.T.); -#5742=EDGE_CURVE('',#7668,#8298,#7218,.T.); -#5743=EDGE_CURVE('',#8297,#7669,#7219,.T.); -#5744=EDGE_CURVE('',#7667,#8299,#7220,.T.); -#5745=EDGE_CURVE('',#7666,#8300,#7221,.T.); -#5746=EDGE_CURVE('',#7664,#8302,#7222,.T.); -#5747=EDGE_CURVE('',#8301,#7665,#7223,.T.); -#5748=EDGE_CURVE('',#7663,#8303,#7224,.T.); -#5749=EDGE_CURVE('',#7662,#8304,#7225,.T.); -#5750=EDGE_CURVE('',#7660,#8306,#7226,.T.); -#5751=EDGE_CURVE('',#8305,#7661,#7227,.T.); -#5752=EDGE_CURVE('',#7659,#8307,#7228,.T.); -#5753=EDGE_CURVE('',#7658,#8308,#7229,.T.); -#5754=EDGE_CURVE('',#7656,#8310,#7230,.T.); -#5755=EDGE_CURVE('',#8309,#7657,#7231,.T.); -#5756=EDGE_CURVE('',#7655,#8311,#7232,.T.); -#5757=EDGE_CURVE('',#7654,#8312,#7233,.T.); -#5758=EDGE_CURVE('',#7652,#8314,#7234,.T.); -#5759=EDGE_CURVE('',#8313,#7653,#7235,.T.); -#5760=EDGE_CURVE('',#7651,#8315,#7236,.T.); -#5761=EDGE_CURVE('',#7650,#8316,#7237,.T.); -#5762=EDGE_CURVE('',#7648,#8318,#7238,.T.); -#5763=EDGE_CURVE('',#8317,#7649,#7239,.T.); -#5764=EDGE_CURVE('',#7647,#8319,#7240,.T.); -#5765=EDGE_CURVE('',#7646,#8320,#7241,.T.); -#5766=EDGE_CURVE('',#7644,#8322,#7242,.T.); -#5767=EDGE_CURVE('',#8321,#7645,#7243,.T.); -#5768=EDGE_CURVE('',#7643,#8323,#7244,.T.); -#5769=EDGE_CURVE('',#7642,#8324,#7245,.T.); -#5770=EDGE_CURVE('',#7640,#8326,#7246,.T.); -#5771=EDGE_CURVE('',#8325,#7641,#7247,.T.); -#5772=EDGE_CURVE('',#7639,#8327,#7248,.T.); -#5773=EDGE_CURVE('',#7638,#8328,#7249,.T.); -#5774=EDGE_CURVE('',#7636,#8330,#7250,.T.); -#5775=EDGE_CURVE('',#8329,#7637,#7251,.T.); -#5776=EDGE_CURVE('',#7635,#8331,#7252,.T.); -#5777=EDGE_CURVE('',#7634,#8332,#7253,.T.); -#5778=EDGE_CURVE('',#7632,#8334,#7254,.T.); -#5779=EDGE_CURVE('',#8333,#7633,#7255,.T.); -#5780=EDGE_CURVE('',#7631,#8335,#7256,.T.); -#5781=EDGE_CURVE('',#7630,#8336,#7257,.T.); -#5782=EDGE_CURVE('',#7628,#8338,#7258,.T.); -#5783=EDGE_CURVE('',#8337,#7629,#7259,.T.); -#5784=EDGE_CURVE('',#7627,#8339,#7260,.T.); -#5785=EDGE_CURVE('',#7626,#8340,#7261,.T.); -#5786=EDGE_CURVE('',#7624,#8342,#7262,.T.); -#5787=EDGE_CURVE('',#8341,#7625,#7263,.T.); -#5788=EDGE_CURVE('',#7623,#8343,#7264,.T.); -#5789=EDGE_CURVE('',#7622,#8344,#7265,.T.); -#5790=EDGE_CURVE('',#7620,#8346,#7266,.T.); -#5791=EDGE_CURVE('',#8345,#7621,#7267,.T.); -#5792=EDGE_CURVE('',#7619,#8347,#7268,.T.); -#5793=EDGE_CURVE('',#7618,#8348,#7269,.T.); -#5794=EDGE_CURVE('',#7616,#8350,#7270,.T.); -#5795=EDGE_CURVE('',#8349,#7617,#7271,.T.); -#5796=EDGE_CURVE('',#7615,#8351,#7272,.T.); -#5797=EDGE_CURVE('',#7614,#8352,#7273,.T.); -#5798=EDGE_CURVE('',#7612,#8354,#7274,.T.); -#5799=EDGE_CURVE('',#8353,#7613,#7275,.T.); -#5800=EDGE_CURVE('',#7611,#8355,#7276,.T.); -#5801=EDGE_CURVE('',#7610,#8356,#7277,.T.); -#5802=EDGE_CURVE('',#7608,#8358,#7278,.T.); -#5803=EDGE_CURVE('',#8357,#7609,#7279,.T.); -#5804=EDGE_CURVE('',#7607,#8359,#7280,.T.); -#5805=EDGE_CURVE('',#7606,#8360,#7281,.T.); -#5806=EDGE_CURVE('',#7604,#8362,#7282,.T.); -#5807=EDGE_CURVE('',#8361,#7605,#7283,.T.); -#5808=EDGE_CURVE('',#7603,#8363,#7284,.T.); -#5809=EDGE_CURVE('',#7602,#8364,#7285,.T.); -#5810=EDGE_CURVE('',#7600,#8366,#7286,.T.); -#5811=EDGE_CURVE('',#8365,#7601,#7287,.T.); -#5812=EDGE_CURVE('',#7599,#8367,#7288,.T.); -#5813=EDGE_CURVE('',#7598,#8368,#7289,.T.); -#5814=EDGE_CURVE('',#7596,#8370,#7290,.T.); -#5815=EDGE_CURVE('',#8369,#7597,#7291,.T.); -#5816=EDGE_CURVE('',#7595,#8371,#7292,.T.); -#5817=EDGE_CURVE('',#7594,#8372,#7293,.T.); -#5818=EDGE_CURVE('',#7592,#8374,#7294,.T.); -#5819=EDGE_CURVE('',#8373,#7593,#7295,.T.); -#5820=EDGE_CURVE('',#7591,#8375,#7296,.T.); -#5821=EDGE_CURVE('',#7590,#8376,#7297,.T.); -#5822=EDGE_CURVE('',#7588,#8378,#7298,.T.); -#5823=EDGE_CURVE('',#8377,#7589,#7299,.T.); -#5824=EDGE_CURVE('',#7587,#8379,#7300,.T.); -#5825=EDGE_CURVE('',#7586,#8380,#7301,.T.); -#5826=EDGE_CURVE('',#7584,#8382,#7302,.T.); -#5827=EDGE_CURVE('',#8381,#7585,#7303,.T.); -#5828=EDGE_CURVE('',#7583,#8383,#7304,.T.); -#5829=EDGE_CURVE('',#7581,#7988,#7305,.T.); -#5830=EDGE_CURVE('',#7985,#7578,#7306,.T.); -#5831=EDGE_CURVE('',#7579,#7986,#7307,.T.); -#5832=EDGE_CURVE('',#7987,#7580,#7308,.T.); -#5833=EDGE_CURVE('',#7979,#7983,#7309,.T.); -#5834=EDGE_CURVE('',#7980,#7982,#7310,.T.); -#5835=EDGE_CURVE('',#7402,#7403,#7311,.T.); -#5836=EDGE_CURVE('',#7406,#7407,#7312,.T.); -#5837=EDGE_CURVE('',#7410,#7411,#7313,.T.); -#5838=EDGE_CURVE('',#7414,#7415,#7314,.T.); -#5839=EDGE_CURVE('',#7418,#7419,#7315,.T.); -#5840=EDGE_CURVE('',#7422,#7423,#7316,.T.); -#5841=EDGE_CURVE('',#7426,#7427,#7317,.T.); -#5842=EDGE_CURVE('',#7430,#7431,#7318,.T.); -#5843=EDGE_CURVE('',#7434,#7435,#7319,.T.); -#5844=EDGE_CURVE('',#7438,#7439,#7320,.T.); -#5845=EDGE_CURVE('',#7442,#7443,#7321,.T.); -#5846=EDGE_CURVE('',#7446,#7447,#7322,.T.); -#5847=EDGE_CURVE('',#7450,#7451,#7323,.T.); -#5848=EDGE_CURVE('',#7454,#7455,#7324,.T.); -#5849=EDGE_CURVE('',#7458,#7459,#7325,.T.); -#5850=EDGE_CURVE('',#7462,#7463,#7326,.T.); -#5851=EDGE_CURVE('',#7466,#7467,#7327,.T.); -#5852=EDGE_CURVE('',#7470,#7471,#7328,.T.); -#5853=EDGE_CURVE('',#7474,#7475,#7329,.T.); -#5854=EDGE_CURVE('',#7478,#7479,#7330,.T.); -#5855=EDGE_CURVE('',#7482,#7483,#7331,.T.); -#5856=EDGE_CURVE('',#7486,#7487,#7332,.T.); -#5857=EDGE_CURVE('',#7490,#7491,#7333,.T.); -#5858=EDGE_CURVE('',#7494,#7495,#7334,.T.); -#5859=EDGE_CURVE('',#7498,#7499,#7335,.T.); -#5860=EDGE_CURVE('',#7502,#7503,#7336,.T.); -#5861=EDGE_CURVE('',#7506,#7507,#7337,.T.); -#5862=EDGE_CURVE('',#7510,#7511,#7338,.T.); -#5863=EDGE_CURVE('',#7514,#7515,#7339,.T.); -#5864=EDGE_CURVE('',#7518,#7519,#7340,.T.); -#5865=EDGE_CURVE('',#7522,#7523,#7341,.T.); -#5866=EDGE_CURVE('',#7526,#7527,#7342,.T.); -#5867=EDGE_CURVE('',#7530,#7531,#7343,.T.); -#5868=EDGE_CURVE('',#7534,#7535,#7344,.T.); -#5869=EDGE_CURVE('',#7538,#7539,#7345,.T.); -#5870=EDGE_CURVE('',#7542,#7543,#7346,.T.); -#5871=EDGE_CURVE('',#7546,#7547,#7347,.T.); -#5872=EDGE_CURVE('',#7550,#7551,#7348,.T.); -#5873=EDGE_CURVE('',#7552,#7548,#7349,.T.); -#5874=EDGE_CURVE('',#7576,#7554,#7350,.T.); -#5875=EDGE_CURVE('',#7979,#7980,#7351,.T.); -#5876=EDGE_CURVE('',#7549,#7544,#7352,.T.); -#5877=EDGE_CURVE('',#7545,#7540,#7353,.T.); -#5878=EDGE_CURVE('',#7541,#7536,#7354,.T.); -#5879=EDGE_CURVE('',#7537,#7532,#7355,.T.); -#5880=EDGE_CURVE('',#7533,#7528,#7356,.T.); -#5881=EDGE_CURVE('',#7529,#7524,#7357,.T.); -#5882=EDGE_CURVE('',#7525,#7520,#7358,.T.); -#5883=EDGE_CURVE('',#7521,#7516,#7359,.T.); -#5884=EDGE_CURVE('',#7517,#7512,#7360,.T.); -#5885=EDGE_CURVE('',#7548,#7549,#7361,.T.); -#5886=EDGE_CURVE('',#7544,#7545,#7362,.T.); -#5887=EDGE_CURVE('',#7540,#7541,#7363,.T.); -#5888=EDGE_CURVE('',#7536,#7537,#7364,.T.); -#5889=EDGE_CURVE('',#7532,#7533,#7365,.T.); -#5890=EDGE_CURVE('',#7528,#7529,#7366,.T.); -#5891=EDGE_CURVE('',#7524,#7525,#7367,.T.); -#5892=EDGE_CURVE('',#7520,#7521,#7368,.T.); -#5893=EDGE_CURVE('',#7516,#7517,#7369,.T.); -#5894=EDGE_CURVE('',#7512,#7513,#7370,.T.); -#5895=EDGE_CURVE('',#7508,#7509,#7371,.T.); -#5896=EDGE_CURVE('',#7504,#7505,#7372,.T.); -#5897=EDGE_CURVE('',#7500,#7501,#7373,.T.); -#5898=EDGE_CURVE('',#7496,#7497,#7374,.T.); -#5899=EDGE_CURVE('',#7492,#7493,#7375,.T.); -#5900=EDGE_CURVE('',#7488,#7489,#7376,.T.); -#5901=EDGE_CURVE('',#7484,#7485,#7377,.T.); -#5902=EDGE_CURVE('',#7480,#7481,#7378,.T.); -#5903=EDGE_CURVE('',#7476,#7477,#7379,.T.); -#5904=EDGE_CURVE('',#7472,#7473,#7380,.T.); -#5905=EDGE_CURVE('',#7468,#7469,#7381,.T.); -#5906=EDGE_CURVE('',#7464,#7465,#7382,.T.); -#5907=EDGE_CURVE('',#7460,#7461,#7383,.T.); -#5908=EDGE_CURVE('',#7456,#7457,#7384,.T.); -#5909=EDGE_CURVE('',#7452,#7453,#7385,.T.); -#5910=EDGE_CURVE('',#7448,#7449,#7386,.T.); -#5911=EDGE_CURVE('',#7444,#7445,#7387,.T.); -#5912=EDGE_CURVE('',#7440,#7441,#7388,.T.); -#5913=EDGE_CURVE('',#7436,#7437,#7389,.T.); -#5914=EDGE_CURVE('',#7432,#7433,#7390,.T.); -#5915=EDGE_CURVE('',#7428,#7429,#7391,.T.); -#5916=EDGE_CURVE('',#7424,#7425,#7392,.T.); -#5917=EDGE_CURVE('',#7420,#7421,#7393,.T.); -#5918=EDGE_CURVE('',#7416,#7417,#7394,.T.); -#5919=EDGE_CURVE('',#7412,#7413,#7395,.T.); -#5920=EDGE_CURVE('',#7408,#7409,#7396,.T.); -#5921=EDGE_CURVE('',#7982,#7983,#7397,.T.); -#5922=EDGE_CURVE('',#7404,#7405,#7398,.T.); -#5923=EDGE_CURVE('',#7400,#7401,#7399,.T.); -#5924=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#13702,#13703,#13704,#13705,#13706),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159251467505,-15.7079625733752, -0.),.UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.923879359291323,1.,0.923879359291323,1.)) -REPRESENTATION_ITEM('') -); -#5925=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#13711,#13712,#13713),.UNSPECIFIED.,.F.,.F.) -B_SPLINE_CURVE_WITH_KNOTS((3,3),(-31.4159246361554,0.),.UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.7071069384243,1.)) -REPRESENTATION_ITEM('') -); -#5926=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#15826,#15827,#15828),.UNSPECIFIED.,.F.,.F.) -B_SPLINE_CURVE_WITH_KNOTS((3,3),(0.,31.4159246361554),.UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.7071069384243,1.)) -REPRESENTATION_ITEM('') -); -#5927=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18429,#18430,#18431,#18432,#18433),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5928=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18434,#18435,#18436,#18437,#18438),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5929=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18439,#18440,#18441,#18442,#18443),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5930=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18444,#18445,#18446,#18447,#18448),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5931=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18449,#18450,#18451,#18452,#18453),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,15.707963267949,31.4159265358979), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5932=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18454,#18455,#18456,#18457,#18458),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5933=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18459,#18460,#18461,#18462,#18463),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,15.707963267949,31.4159265358979), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5934=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18464,#18465,#18466,#18467,#18468),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5935=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18469,#18470,#18471,#18472,#18473),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(0.,15.707963267949,31.4159265358979), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5936=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18474,#18475,#18476,#18477,#18478),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159265358979,-15.707963267949,0.), - .UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.707106781186548,1.,0.707106781186548,1.)) -REPRESENTATION_ITEM('') -); -#5937=( -BOUNDED_CURVE() -B_SPLINE_CURVE(2,(#18481,#18482,#18483,#18484,#18485),.UNSPECIFIED.,.F., - .F.) -B_SPLINE_CURVE_WITH_KNOTS((3,2,3),(-31.4159251467503,-15.7079625733752, -0.),.UNSPECIFIED.) -CURVE() -GEOMETRIC_REPRESENTATION_ITEM() -RATIONAL_B_SPLINE_CURVE((1.,0.923879359291326,1.,0.923879359291326,1.)) -REPRESENTATION_ITEM('') -); -#5938=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13538,#13539),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5939=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13540,#13541),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5940=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13542,#13543),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5941=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13544,#13545),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5942=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13546,#13547),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5943=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13548,#13549),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5944=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13550,#13551),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5945=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13552,#13553),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5946=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13554,#13555),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5947=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13556,#13557),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5948=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13558,#13559),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5949=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13560,#13561),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5950=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13562,#13563),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5951=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13564,#13565),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5952=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13566,#13567),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5953=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13568,#13569),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5954=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13570,#13571),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5955=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13572,#13573),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5956=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13574,#13575),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5957=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13576,#13577),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5958=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13578,#13579),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5959=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13580,#13581),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5960=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13582,#13583),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5961=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13584,#13585),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5962=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13586,#13587),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5963=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13588,#13589),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5964=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13590,#13591),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5965=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13592,#13593),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5966=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13594,#13595),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5967=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13596,#13597),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5968=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13598,#13599),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5969=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13600,#13601),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5970=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13602,#13603),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5971=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13604,#13605),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5972=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13606,#13607),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5973=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13608,#13609),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5974=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13610,#13611),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5975=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13612,#13613),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5976=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13614,#13615),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5977=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13616,#13617),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5978=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13618,#13619),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5979=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13620,#13621),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5980=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13622,#13623),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5981=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13624,#13625),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5982=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13626,#13627),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5983=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13628,#13629),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5984=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13630,#13631),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5985=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13632,#13633),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5986=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13634,#13635),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5987=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13636,#13637),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5988=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13638,#13639),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5989=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13640,#13641),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5990=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13642,#13643),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5991=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13644,#13645),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5992=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13646,#13647),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5993=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13648,#13649),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5994=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13650,#13651),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5995=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13652,#13653),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5996=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13654,#13655),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5997=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13656,#13657),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5998=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13658,#13659),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#5999=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13660,#13661),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6000=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13662,#13663),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6001=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13664,#13665),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6002=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13666,#13667),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6003=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13668,#13669),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6004=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13670,#13671),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6005=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13672,#13673),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6006=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13674,#13675),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6007=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13676,#13677),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6008=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13678,#13679),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6009=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13680,#13681),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6010=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13682,#13683),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6011=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13684,#13685),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6012=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13686,#13687),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6013=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13688,#13689),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#6014=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13690,#13691),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6015=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13692,#13693),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.80074164463701,0.),.UNSPECIFIED.); -#6016=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13694,#13695),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6017=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13696,#13697),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6018=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13698,#13699),.UNSPECIFIED.,.F., - .F.,(2,2),(-140.,0.),.UNSPECIFIED.); -#6019=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13700,#13701),.UNSPECIFIED.,.F., - .F.,(2,2),(-140.,0.),.UNSPECIFIED.); -#6020=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13707,#13708),.UNSPECIFIED.,.F., - .F.,(2,2),(-149.999999999996,0.),.UNSPECIFIED.); -#6021=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13709,#13710),.UNSPECIFIED.,.F., - .F.,(2,2),(-150.,0.),.UNSPECIFIED.); -#6022=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13714,#13715),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6023=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13716,#13717),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6024=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13718,#13719),.UNSPECIFIED.,.F., - .F.,(2,2),(-280.,0.),.UNSPECIFIED.); -#6025=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13720,#13721),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6026=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13722,#13723),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6027=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13724,#13725),.UNSPECIFIED.,.F., - .F.,(2,2),(-280.,0.),.UNSPECIFIED.); -#6028=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13726,#13727),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,150.),.UNSPECIFIED.); -#6029=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13728,#13729),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6030=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13730,#13731),.UNSPECIFIED.,.F., - .F.,(2,2),(-280.,0.),.UNSPECIFIED.); -#6031=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13732,#13733),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6032=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13734,#13735),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6033=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13736,#13737),.UNSPECIFIED.,.F., - .F.,(2,2),(-280.,0.),.UNSPECIFIED.); -#6034=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13738,#13739),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,140.),.UNSPECIFIED.); -#6035=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13740,#13741),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6036=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13742,#13743),.UNSPECIFIED.,.F., - .F.,(2,2),(-280.,0.),.UNSPECIFIED.); -#6037=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13744,#13745),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,149.999999999996),.UNSPECIFIED.); -#6038=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13746,#13747),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,280.),.UNSPECIFIED.); -#6039=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13748,#13749,#13750,#13751,#13752, -#13753,#13754,#13755,#13756,#13757,#13758,#13759,#13760,#13761,#13762,#13763, -#13764,#13765),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590516718, --0.314543488656387,-0.159024611022877,-0.121247559707813,-0.0953610289367243, --0.0549286468152655,-0.032382307187364,-0.0171403455620939,0.), - .UNSPECIFIED.); -#6040=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13766,#13767),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.80074158499002,0.),.UNSPECIFIED.); -#6041=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13768,#13769),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6042=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13770,#13771,#13772,#13773,#13774, -#13775,#13776,#13777,#13778,#13779,#13780,#13781,#13782,#13783,#13784,#13785, -#13786,#13787),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590517641, --0.314543488635942,-0.15902461097827,-0.121247559658765,-0.0953610288951393, --0.0549286467929494,-0.0323823071757327,-0.0171403455557377,0.), - .UNSPECIFIED.); -#6043=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13788,#13789),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6044=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13790,#13791,#13792,#13793,#13794, -#13795,#13796,#13797,#13798,#13799,#13800,#13801,#13802,#13803,#13804,#13805, -#13806,#13807),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590518361, --0.314543488627521,-0.159024610957442,-0.121247559638254,-0.0953610288804369, --0.0549286467868409,-0.0323823071692722,-0.0171403455507208,0.), - .UNSPECIFIED.); -#6045=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13808,#13809),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6046=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13810,#13811,#13812,#13813,#13814, -#13815,#13816,#13817,#13818,#13819,#13820,#13821,#13822,#13823,#13824,#13825, -#13826,#13827),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590519044, --0.31454348865845,-0.159024611017134,-0.121247559707433,-0.0953610289341539, --0.0549286468045058,-0.0323823071722514,-0.0171403455510663,0.), - .UNSPECIFIED.); -#6047=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13828,#13829),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6048=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13830,#13831,#13832,#13833,#13834, -#13835,#13836,#13837,#13838,#13839,#13840,#13841,#13842,#13843,#13844,#13845, -#13846,#13847),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590519837, --0.314543488658149,-0.159024611016249,-0.121247559694592,-0.0953610289242066, --0.0549286468052926,-0.032382307179063,-0.0171403455572439,0.), - .UNSPECIFIED.); -#6049=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13848,#13849),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6050=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13850,#13851,#13852,#13853,#13854, -#13855,#13856,#13857,#13858,#13859,#13860,#13861,#13862,#13863,#13864,#13865, -#13866,#13867),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659052074, --0.314543488653286,-0.159024611011813,-0.121247559700209,-0.095361028930016, --0.0549286468105001,-0.0323823071856343,-0.0171403455615313,0.), - .UNSPECIFIED.); -#6051=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13868,#13869),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6052=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13870,#13871,#13872,#13873,#13874, -#13875,#13876,#13877,#13878,#13879,#13880,#13881,#13882,#13883,#13884,#13885, -#13886,#13887),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590521478, --0.314543488668237,-0.159024611032211,-0.121247559721291,-0.0953610289485169, --0.0549286468222062,-0.0323823071895823,-0.0171403455618892,0.), - .UNSPECIFIED.); -#6053=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13888,#13889),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6054=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13890,#13891,#13892,#13893,#13894, -#13895,#13896,#13897,#13898,#13899,#13900,#13901,#13902,#13903,#13904,#13905, -#13906,#13907),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659052226, --0.314543488649514,-0.15902461100565,-0.121247559688727,-0.0953610289196737, --0.05492864680397,-0.0323823071783567,-0.017140345556542,0.), - .UNSPECIFIED.); -#6055=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13908,#13909),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6056=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13910,#13911,#13912,#13913,#13914, -#13915,#13916,#13917,#13918,#13919,#13920,#13921,#13922,#13923,#13924,#13925, -#13926,#13927),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590523046, --0.314543488670539,-0.15902461104775,-0.121247559731421,-0.0953610289571103, --0.0549286468301705,-0.0323823071984502,-0.0171403455678995,0.), - .UNSPECIFIED.); -#6057=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13928,#13929),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6058=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13930,#13931,#13932,#13933,#13934, -#13935,#13936,#13937,#13938,#13939,#13940,#13941,#13942,#13943,#13944,#13945, -#13946,#13947),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590523945, --0.314543488688181,-0.15902461108325,-0.121247559772097,-0.0953610289905672, --0.0549286468491661,-0.0323823072101599,-0.0171403455749458,0.), - .UNSPECIFIED.); -#6059=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13948,#13949),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6060=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13950,#13951,#13952,#13953,#13954, -#13955,#13956,#13957,#13958,#13959,#13960,#13961,#13962,#13963,#13964,#13965, -#13966,#13967),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590524587, --0.314543488659848,-0.159024611017889,-0.121247559700631,-0.0953610289290199, --0.0549286468062701,-0.0323823071808297,-0.0171403455582956,0.), - .UNSPECIFIED.); -#6061=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13968,#13969),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6062=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13970,#13971,#13972,#13973,#13974, -#13975,#13976,#13977,#13978,#13979,#13980,#13981,#13982,#13983,#13984,#13985, -#13986,#13987),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590525384, --0.314543488631249,-0.159024610964456,-0.121247559648203,-0.0953610288884532, --0.0549286467904808,-0.0323823071762613,-0.0171403455575163,0.), - .UNSPECIFIED.); -#6063=B_SPLINE_CURVE_WITH_KNOTS('',1,(#13988,#13989),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6064=B_SPLINE_CURVE_WITH_KNOTS('',3,(#13990,#13991,#13992,#13993,#13994, -#13995,#13996,#13997,#13998,#13999,#14000,#14001,#14002,#14003,#14004,#14005, -#14006,#14007),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590526086, --0.314543488673297,-0.159024611049843,-0.121247559731215,-0.0953610289569778, --0.0549286468302596,-0.0323823071965826,-0.017140345566043,0.), - .UNSPECIFIED.); -#6065=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14008,#14009),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6066=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14010,#14011,#14012,#14013,#14014, -#14015,#14016,#14017,#14018,#14019,#14020,#14021,#14022,#14023,#14024,#14025, -#14026,#14027),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590527037, --0.314543488661894,-0.159024611020311,-0.121247559708983,-0.095361028938773, --0.0549286468182796,-0.0323823071916713,-0.0171403455649588,0.), - .UNSPECIFIED.); -#6067=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14028,#14029),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6068=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14030,#14031,#14032,#14033,#14034, -#14035,#14036,#14037,#14038,#14039,#14040,#14041,#14042,#14043,#14044,#14045, -#14046,#14047),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590527647, --0.314543488654713,-0.159024611010185,-0.121247559692799,-0.0953610289248851, --0.0549286468102884,-0.0323823071860623,-0.0171403455621244,0.), - .UNSPECIFIED.); -#6069=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14048,#14049),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6070=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14050,#14051,#14052,#14053,#14054, -#14055,#14056,#14057,#14058,#14059,#14060,#14061,#14062,#14063,#14064,#14065, -#14066,#14067),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590528508, --0.314543488667241,-0.15902461103553,-0.121247559722513,-0.0953610289486419, --0.0549286468226067,-0.0323823071922006,-0.0171403455643186,0.), - .UNSPECIFIED.); -#6071=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14068,#14069),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6072=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14070,#14071,#14072,#14073,#14074, -#14075,#14076,#14077,#14078,#14079,#14080,#14081,#14082,#14083,#14084,#14085, -#14086,#14087),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590529256, --0.314543488670824,-0.159024611034887,-0.121247559715112,-0.0953610289421261, --0.0549286468183995,-0.03238230719114,-0.0171403455651001,0.), - .UNSPECIFIED.); -#6073=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14088,#14089),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6074=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14090,#14091,#14092,#14093,#14094, -#14095,#14096,#14097,#14098,#14099,#14100,#14101,#14102,#14103,#14104,#14105, -#14106,#14107),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590529954, --0.314543488659651,-0.159024611018076,-0.121247559708598,-0.0953610289406416, --0.0549286468233073,-0.0323823071912501,-0.0171403455632888,0.), - .UNSPECIFIED.); -#6075=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14108,#14109),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6076=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14110,#14111,#14112,#14113,#14114, -#14115,#14116,#14117,#14118,#14119,#14120,#14121,#14122,#14123,#14124,#14125, -#14126,#14127),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590530575, --0.314543488649102,-0.159024610996352,-0.121247559668635,-0.0953610289021624, --0.0549286467936089,-0.032382307173484,-0.0171403455546532,0.), - .UNSPECIFIED.); -#6077=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14128,#14129),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6078=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14130,#14131,#14132,#14133,#14134, -#14135,#14136,#14137,#14138,#14139,#14140,#14141,#14142,#14143,#14144,#14145, -#14146,#14147),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590531657, --0.314543488660317,-0.159024611013481,-0.12124755969637,-0.0953610289280183, --0.0549286468143858,-0.032382307190363,-0.0171403455641456,0.), - .UNSPECIFIED.); -#6079=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14148,#14149),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6080=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14150,#14151,#14152,#14153,#14154, -#14155,#14156,#14157,#14158,#14159,#14160,#14161,#14162,#14163,#14164,#14165, -#14166,#14167),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659053241, --0.314543488668852,-0.159024611035685,-0.121247559718713,-0.0953610289455108, --0.0549286468210899,-0.0323823071923638,-0.0171403455653616,0.), - .UNSPECIFIED.); -#6081=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14168,#14169),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6082=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14170,#14171,#14172,#14173,#14174, -#14175,#14176,#14177,#14178,#14179,#14180,#14181,#14182,#14183,#14184,#14185, -#14186,#14187),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590532995, --0.314543488661305,-0.159024611016217,-0.121247559702112,-0.0953610289346413, --0.0549286468214902,-0.0323823071891007,-0.0171403455602144,0.), - .UNSPECIFIED.); -#6083=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14188,#14189),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6084=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14190,#14191,#14192,#14193,#14194, -#14195,#14196,#14197,#14198,#14199,#14200,#14201,#14202,#14203,#14204,#14205, -#14206,#14207),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659053396, --0.314543488686583,-0.159024611063827,-0.121247559745808,-0.0953610289711294, --0.0549286468453396,-0.0323823072103552,-0.0171403455750203,0.), - .UNSPECIFIED.); -#6085=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14208,#14209),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6086=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14210,#14211,#14212,#14213,#14214, -#14215,#14216,#14217,#14218,#14219,#14220,#14221,#14222,#14223,#14224,#14225, -#14226,#14227),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590534755, --0.314543488677052,-0.15902461104969,-0.121247559734049,-0.0953610289564894, --0.0549286468241177,-0.0323823071936666,-0.0171403455660849,0.), - .UNSPECIFIED.); -#6087=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14228,#14229),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6088=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14230,#14231,#14232,#14233,#14234, -#14235,#14236,#14237,#14238,#14239,#14240,#14241,#14242,#14243,#14244,#14245, -#14246,#14247),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590535551, --0.314543488676814,-0.159024611043974,-0.121247559723603,-0.0953610289478724, --0.0549286468210361,-0.0323823071923782,-0.0171403455654318,0.), - .UNSPECIFIED.); -#6089=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14248,#14249),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6090=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14250,#14251,#14252,#14253,#14254, -#14255,#14256,#14257,#14258,#14259,#14260,#14261,#14262,#14263,#14264,#14265, -#14266,#14267),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590536197, --0.314543488672445,-0.15902461103362,-0.121247559717784,-0.0953610289448294, --0.0549286468201134,-0.0323823071902779,-0.0171403455632989,0.), - .UNSPECIFIED.); -#6091=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14268,#14269),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6092=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14270,#14271,#14272,#14273,#14274, -#14275,#14276,#14277,#14278,#14279,#14280,#14281,#14282,#14283,#14284,#14285, -#14286,#14287),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590536985, --0.314543488679139,-0.159024611049058,-0.121247559735011,-0.095361028959682, --0.0549286468304958,-0.0323823071991444,-0.0171403455687661,0.), - .UNSPECIFIED.); -#6093=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14288,#14289),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6094=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14290,#14291,#14292,#14293,#14294, -#14295,#14296,#14297,#14298,#14299,#14300,#14301,#14302,#14303,#14304,#14305, -#14306,#14307),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590537671, --0.314543488677604,-0.159024611049543,-0.121247559737494,-0.0953610289655674, --0.0549286468432429,-0.0323823072054325,-0.0171403455711892,0.), - .UNSPECIFIED.); -#6095=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14308,#14309),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6096=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14310,#14311,#14312,#14313,#14314, -#14315,#14316,#14317,#14318,#14319,#14320,#14321,#14322,#14323,#14324,#14325, -#14326,#14327),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590538433, --0.314543488644764,-0.159024610979729,-0.12124755965879,-0.0953610288916507, --0.0549286467791337,-0.0323823071603096,-0.0171403455465102,0.), - .UNSPECIFIED.); -#6097=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14328,#14329),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6098=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14330,#14331,#14332,#14333,#14334, -#14335,#14336,#14337,#14338,#14339,#14340,#14341,#14342,#14343,#14344,#14345, -#14346,#14347),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.4647965905393, --0.314543488642822,-0.159024610974744,-0.121247559649729,-0.0953610288846299, --0.0549286467796638,-0.0323823071665545,-0.0171403455505042,0.), - .UNSPECIFIED.); -#6099=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14348,#14349),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6100=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14350,#14351,#14352,#14353,#14354, -#14355,#14356,#14357,#14358,#14359,#14360,#14361,#14362,#14363,#14364,#14365, -#14366,#14367),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590540008, --0.314543488672747,-0.159024611035713,-0.121247559720585,-0.0953610289474767, --0.0549286468235336,-0.0323823071934651,-0.017140345564591,0.), - .UNSPECIFIED.); -#6101=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14368,#14369),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6102=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14370,#14371,#14372,#14373,#14374, -#14375,#14376,#14377,#14378,#14379,#14380,#14381,#14382,#14383,#14384,#14385, -#14386,#14387),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659054095, --0.314543488671053,-0.159024611030499,-0.121247559711705,-0.0953610289395716, --0.0549286468184388,-0.0323823071906244,-0.0171403455643521,0.), - .UNSPECIFIED.); -#6103=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14388,#14389),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6104=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14390,#14391,#14392,#14393,#14394, -#14395,#14396,#14397,#14398,#14399,#14400,#14401,#14402,#14403,#14404,#14405, -#14406,#14407),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590541793, --0.314543488680325,-0.159024611049789,-0.121247559732984,-0.0953610289572581, --0.0549286468278403,-0.0323823071965538,-0.0171403455674147,0.), - .UNSPECIFIED.); -#6105=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14408,#14409),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6106=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14410,#14411,#14412,#14413,#14414, -#14415,#14416,#14417,#14418,#14419,#14420,#14421,#14422,#14423,#14424,#14425, -#14426,#14427),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590542394, --0.31454348866374,-0.159024611015088,-0.121247559696575,-0.0953610289243276, --0.0549286468027336,-0.0323823071791265,-0.0171403455570213,0.), - .UNSPECIFIED.); -#6107=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14428,#14429),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6108=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14430,#14431,#14432,#14433,#14434, -#14435,#14436,#14437,#14438,#14439,#14440,#14441,#14442,#14443,#14444,#14445, -#14446,#14447),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590543066, --0.314543488662113,-0.159024611012413,-0.121247559696206,-0.095361028927638, --0.0549286468108644,-0.0323823071871585,-0.0171403455620646,0.), - .UNSPECIFIED.); -#6109=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14448,#14449),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6110=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14450,#14451,#14452,#14453,#14454, -#14455,#14456,#14457,#14458,#14459,#14460,#14461,#14462,#14463,#14464,#14465, -#14466,#14467),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590544012, --0.314543488682044,-0.159024611051385,-0.121247559733391,-0.0953610289600438, --0.0549286468353837,-0.0323823072019922,-0.0171403455698553,0.), - .UNSPECIFIED.); -#6111=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14468,#14469),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6112=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14470,#14471,#14472,#14473,#14474, -#14475,#14476,#14477,#14478,#14479,#14480,#14481,#14482,#14483,#14484,#14485, -#14486,#14487),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590544914, --0.314543488678229,-0.159024611048918,-0.121247559732627,-0.0953610289582016, --0.0549286468310859,-0.0323823071994512,-0.0171403455689276,0.), - .UNSPECIFIED.); -#6113=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14488,#14489),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6114=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14490,#14491,#14492,#14493,#14494, -#14495,#14496,#14497,#14498,#14499,#14500,#14501,#14502,#14503,#14504,#14505, -#14506,#14507),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590545645, --0.314543488678856,-0.159024611043169,-0.12124755972267,-0.0953610289487334, --0.0549286468248969,-0.0323823071956637,-0.0171403455672417,0.), - .UNSPECIFIED.); -#6115=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14508,#14509),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6116=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14510,#14511,#14512,#14513,#14514, -#14515,#14516,#14517,#14518,#14519,#14520,#14521,#14522,#14523,#14524,#14525, -#14526,#14527),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590546282, --0.314543488656456,-0.159024610997291,-0.121247559680516,-0.0953610289103639, --0.0549286467906901,-0.0323823071686802,-0.0171403455512747,0.), - .UNSPECIFIED.); -#6117=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14528,#14529),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6118=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14530,#14531,#14532,#14533,#14534, -#14535,#14536,#14537,#14538,#14539,#14540,#14541,#14542,#14543,#14544,#14545, -#14546,#14547),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590547033, --0.314543488671399,-0.159024611018278,-0.121247559703978,-0.0953610289347363, --0.0549286468178455,-0.0323823071883642,-0.0171403455611027,0.), - .UNSPECIFIED.); -#6119=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14548,#14549),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6120=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14550,#14551,#14552,#14553,#14554, -#14555,#14556,#14557,#14558,#14559,#14560,#14561,#14562,#14563,#14564,#14565, -#14566,#14567),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590547999, --0.314543488674071,-0.159024611031416,-0.121247559712498,-0.0953610289406978, --0.0549286468202524,-0.0323823071935747,-0.0171403455659944,0.), - .UNSPECIFIED.); -#6121=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14568,#14569),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6122=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14570,#14571,#14572,#14573,#14574, -#14575,#14576,#14577,#14578,#14579,#14580,#14581,#14582,#14583,#14584,#14585, -#14586,#14587),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590548786, --0.314543488669441,-0.159024611020462,-0.121247559697308,-0.0953610289272499, --0.0549286468110877,-0.0323823071871105,-0.0171403455620103,0.), - .UNSPECIFIED.); -#6123=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14588,#14589),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6124=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14590,#14591,#14592,#14593,#14594, -#14595,#14596,#14597,#14598,#14599,#14600,#14601,#14602,#14603,#14604,#14605, -#14606,#14607),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590549631, --0.314543488675306,-0.159024611033432,-0.121247559714347,-0.0953610289414149, --0.0549286468183454,-0.0323823071904704,-0.0171403455643456,0.), - .UNSPECIFIED.); -#6125=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14608,#14609),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6126=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14610,#14611,#14612,#14613,#14614, -#14615,#14616,#14617,#14618,#14619,#14620,#14621,#14622,#14623,#14624,#14625, -#14626,#14627),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590550254, --0.314543488652589,-0.159024610984784,-0.121247559662048,-0.0953610288947199, --0.0549286467835999,-0.032382307165198,-0.0171403455493953,0.), - .UNSPECIFIED.); -#6127=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14628,#14629),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6128=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14630,#14631,#14632,#14633,#14634, -#14635,#14636,#14637,#14638,#14639,#14640,#14641,#14642,#14643,#14644,#14645, -#14646,#14647),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659055111, --0.314543488675266,-0.159024611030097,-0.121247559711921,-0.0953610289365956, --0.0549286468109117,-0.0323823071854154,-0.0171403455617965,0.), - .UNSPECIFIED.); -#6129=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14648,#14649),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6130=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14650,#14651,#14652,#14653,#14654, -#14655,#14656,#14657,#14658,#14659,#14660,#14661,#14662,#14663,#14664,#14665, -#14666,#14667),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590551865, --0.314543488660911,-0.159024611000428,-0.121247559679589,-0.0953610289135172, --0.054928646804137,-0.0323823071839785,-0.0171403455615054,0.), - .UNSPECIFIED.); -#6131=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14668,#14669),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6132=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14670,#14671,#14672,#14673,#14674, -#14675,#14676,#14677,#14678,#14679,#14680,#14681,#14682,#14683,#14684,#14685, -#14686,#14687),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.4647965905528, --0.314543488672078,-0.159024611023916,-0.121247559704579,-0.0953610289319036, --0.0549286468111044,-0.0323823071857818,-0.0171403455617244,0.), - .UNSPECIFIED.); -#6133=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14688,#14689),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6134=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14690,#14691,#14692,#14693,#14694, -#14695,#14696,#14697,#14698,#14699,#14700,#14701,#14702,#14703,#14704,#14705, -#14706,#14707),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590553252, --0.314543488666978,-0.159024611004426,-0.121247559681608,-0.0953610289137979, --0.0549286468019328,-0.0323823071811002,-0.0171403455590161,0.), - .UNSPECIFIED.); -#6135=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14708,#14709),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6136=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14710,#14711,#14712,#14713,#14714, -#14715,#14716,#14717,#14718,#14719,#14720,#14721,#14722,#14723,#14724,#14725, -#14726,#14727),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590554176, --0.314543488672456,-0.159024611019328,-0.121247559700577,-0.0953610289304142, --0.0549286468136512,-0.0323823071881228,-0.0171403455621673,0.), - .UNSPECIFIED.); -#6137=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14728,#14729),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6138=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14730,#14731,#14732,#14733,#14734, -#14735,#14736,#14737,#14738,#14739,#14740,#14741,#14742,#14743,#14744,#14745, -#14746,#14747),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659055492, --0.314543488690776,-0.159024611022043,-0.121247559703636,-0.0953610289359594, --0.054928646817617,-0.03238230719014,-0.0171403455638584,0.), - .UNSPECIFIED.); -#6139=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14748,#14749),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6140=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14750,#14751,#14752,#14753,#14754, -#14755,#14756,#14757,#14758,#14759,#14760,#14761,#14762,#14763,#14764,#14765, -#14766,#14767),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590555706, --0.314543488656836,-0.159024610979754,-0.121247559647389,-0.0953610288846609, --0.0549286467875594,-0.032382307173002,-0.0171403455547152,0.), - .UNSPECIFIED.); -#6141=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14768,#14769),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6142=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14770,#14771,#14772,#14773,#14774, -#14775,#14776,#14777,#14778,#14779,#14780,#14781,#14782,#14783,#14784,#14785, -#14786,#14787),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590556442, --0.314543488663925,-0.159024611000499,-0.121247559681249,-0.0953610289121801, --0.0549286467958495,-0.0323823071726837,-0.0171403455516119,0.), - .UNSPECIFIED.); -#6143=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14788,#14789),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6144=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14790,#14791,#14792,#14793,#14794, -#14795,#14796,#14797,#14798,#14799,#14800,#14801,#14802,#14803,#14804,#14805, -#14806,#14807),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590557205, --0.314543488670752,-0.159024611008388,-0.121247559690281,-0.0953610289211385, --0.054928646807293,-0.0323823071854973,-0.0171403455618099,0.), - .UNSPECIFIED.); -#6145=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14808,#14809),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6146=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14810,#14811,#14812,#14813,#14814, -#14815,#14816,#14817,#14818,#14819,#14820,#14821,#14822,#14823,#14824,#14825, -#14826,#14827),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590557833, --0.314543488714578,-0.159024611057013,-0.121247559741911,-0.0953610289662671, --0.0549286468314441,-0.0323823071966966,-0.017140345567015,0.), - .UNSPECIFIED.); -#6147=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14828,#14829),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6148=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14830,#14831,#14832,#14833,#14834, -#14835,#14836,#14837,#14838,#14839,#14840,#14841,#14842,#14843,#14844,#14845, -#14846,#14847),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659055888, --0.314543488656743,-0.159024610984466,-0.12124755965903,-0.0953610288950988, --0.0549286467936097,-0.0323823071766521,-0.0171403455567831,0.), - .UNSPECIFIED.); -#6149=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14848,#14849),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6150=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14850,#14851,#14852,#14853,#14854, -#14855,#14856,#14857,#14858,#14859,#14860,#14861,#14862,#14863,#14864,#14865, -#14866,#14867),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659055964, --0.314543488663706,-0.159024610991611,-0.121247559672966,-0.0953610289111314, --0.0549286468094006,-0.0323823071894782,-0.0171403455635914,0.), - .UNSPECIFIED.); -#6151=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14868,#14869),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6152=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14870,#14871,#14872,#14873,#14874, -#14875,#14876,#14877,#14878,#14879,#14880,#14881,#14882,#14883,#14884,#14885, -#14886,#14887),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590560573, --0.314543488691833,-0.159024611055178,-0.121247559733486,-0.0953610289565585, --0.0549286468269566,-0.032382307196317,-0.0171403455673055,0.), - .UNSPECIFIED.); -#6153=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14888,#14889),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6154=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14890,#14891,#14892,#14893,#14894, -#14895,#14896,#14897,#14898,#14899,#14900,#14901,#14902,#14903,#14904,#14905, -#14906,#14907),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590561153, --0.3145434886726,-0.159024611014998,-0.121247559692575,-0.0953610289221149, --0.0549286468067759,-0.0323823071839783,-0.0171403455606868,0.), - .UNSPECIFIED.); -#6155=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14908,#14909),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6156=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14910,#14911,#14912,#14913,#14914, -#14915,#14916,#14917,#14918,#14919,#14920,#14921,#14922,#14923,#14924,#14925, -#14926,#14927),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590561971, --0.31454348867613,-0.159024611014843,-0.121247559692157,-0.0953610289240249, --0.0549286468115973,-0.0323823071882801,-0.0171403455624,0.), - .UNSPECIFIED.); -#6157=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14928,#14929),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6158=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14930,#14931,#14932,#14933,#14934, -#14935,#14936,#14937,#14938,#14939,#14940,#14941,#14942,#14943,#14944,#14945, -#14946,#14947),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659056264, --0.314543488658572,-0.15902461098505,-0.121247559660823,-0.0953610288977401, --0.054928646796993,-0.0323823071805751,-0.0171403455590902,0.), - .UNSPECIFIED.); -#6159=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14948,#14949),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6160=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14950,#14951,#14952,#14953,#14954, -#14955,#14956,#14957,#14958,#14959,#14960,#14961,#14962,#14963,#14964,#14965, -#14966,#14967),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590563571, --0.314543488681965,-0.159024611027992,-0.121247559702729,-0.0953610289310402, --0.0549286468140982,-0.0323823071871945,-0.0171403455619403,0.), - .UNSPECIFIED.); -#6161=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14968,#14969),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6162=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14970,#14971,#14972,#14973,#14974, -#14975,#14976,#14977,#14978,#14979,#14980,#14981,#14982,#14983,#14984,#14985, -#14986,#14987),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590564375, --0.314543488669171,-0.159024611002668,-0.12124755968187,-0.0953610289150127, --0.0549286468042526,-0.0323823071818209,-0.0171403455591295,0.), - .UNSPECIFIED.); -#6163=B_SPLINE_CURVE_WITH_KNOTS('',1,(#14988,#14989),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6164=B_SPLINE_CURVE_WITH_KNOTS('',3,(#14990,#14991,#14992,#14993,#14994, -#14995,#14996,#14997,#14998,#14999,#15000,#15001,#15002,#15003,#15004,#15005, -#15006,#15007),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590565076, --0.314543488673797,-0.159024611012376,-0.121247559689356,-0.0953610289208899, --0.0549286468103728,-0.0323823071874283,-0.0171403455625398,0.), - .UNSPECIFIED.); -#6165=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15008,#15009),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6166=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15010,#15011,#15012,#15013,#15014, -#15015,#15016,#15017,#15018,#15019,#15020,#15021,#15022,#15023,#15024,#15025, -#15026,#15027),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590565914, --0.31454348867397,-0.159024611009244,-0.121247559683372,-0.0953610289143149, --0.054928646801233,-0.0323823071791334,-0.0171403455577195,0.), - .UNSPECIFIED.); -#6167=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15028,#15029),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6168=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15030,#15031,#15032,#15033,#15034, -#15035,#15036,#15037,#15038,#15039,#15040,#15041,#15042,#15043,#15044,#15045, -#15046,#15047),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659056663, --0.314543488680357,-0.159024611020192,-0.121247559699171,-0.0953610289293446, --0.0549286468130757,-0.0323823071878363,-0.0171403455624628,0.), - .UNSPECIFIED.); -#6169=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15048,#15049),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6170=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15050,#15051,#15052,#15053,#15054, -#15055,#15056,#15057,#15058,#15059,#15060,#15061,#15062,#15063,#15064,#15065, -#15066,#15067),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590567298, --0.314543488676951,-0.159024611012974,-0.121247559690432,-0.0953610289200124, --0.0549286468040355,-0.0323823071814934,-0.0171403455585159,0.), - .UNSPECIFIED.); -#6171=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15068,#15069),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6172=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15070,#15071,#15072,#15073,#15074, -#15075,#15076,#15077,#15078,#15079,#15080,#15081,#15082,#15083,#15084,#15085, -#15086,#15087),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590568088, --0.314543488667664,-0.159024610996659,-0.121247559674832,-0.095361028907535, --0.0549286467959912,-0.0323823071744239,-0.0171403455536246,0.), - .UNSPECIFIED.); -#6173=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15088,#15089),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6174=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15090,#15091,#15092,#15093,#15094, -#15095,#15096,#15097,#15098,#15099,#15100,#15101,#15102,#15103,#15104,#15105, -#15106,#15107),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590568977, --0.314543488687051,-0.159024611031716,-0.121247559710061,-0.095361028938314, --0.0549286468190137,-0.0323823071909395,-0.0171403455641963,0.), - .UNSPECIFIED.); -#6175=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15108,#15109),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6176=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15110,#15111,#15112,#15113,#15114, -#15115,#15116,#15117,#15118,#15119,#15120,#15121,#15122,#15123,#15124,#15125, -#15126,#15127),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590569932, --0.314543488689959,-0.159024611037591,-0.121247559712383,-0.0953610289392985, --0.0549286468186764,-0.0323823071910995,-0.0171403455637878,0.), - .UNSPECIFIED.); -#6177=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15128,#15129),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6178=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15130,#15131,#15132,#15133,#15134, -#15135,#15136,#15137,#15138,#15139,#15140,#15141,#15142,#15143,#15144,#15145, -#15146,#15147),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590570482, --0.314543488690462,-0.159024611037654,-0.121247559714137,-0.0953610289409859, --0.0549286468205909,-0.0323823071923098,-0.0171403455644757,0.), - .UNSPECIFIED.); -#6179=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15148,#15149),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6180=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15150,#15151,#15152,#15153,#15154, -#15155,#15156,#15157,#15158,#15159,#15160,#15161,#15162,#15163,#15164,#15165, -#15166,#15167),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659057121, --0.314543488680183,-0.15902461101719,-0.121247559693068,-0.0953610289226527, --0.0549286468084371,-0.0323823071813576,-0.017140345557004,0.), - .UNSPECIFIED.); -#6181=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15168,#15169),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6182=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15170,#15171,#15172,#15173,#15174, -#15175,#15176,#15177,#15178,#15179,#15180,#15181,#15182,#15183,#15184,#15185, -#15186,#15187),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590572074, --0.314543488681317,-0.159024611017425,-0.121247559693792,-0.0953610289222303, --0.0549286468053562,-0.032382307180802,-0.0171403455580865,0.), - .UNSPECIFIED.); -#6183=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15188,#15189),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6184=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15190,#15191,#15192,#15193,#15194, -#15195,#15196,#15197,#15198,#15199,#15200,#15201,#15202,#15203,#15204,#15205, -#15206,#15207),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590572862, --0.314543488692835,-0.159024611039964,-0.121247559718599,-0.0953610289422807, --0.0549286468138714,-0.0323823071857132,-0.0171403455605402,0.), - .UNSPECIFIED.); -#6185=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15208,#15209),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6186=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15210,#15211,#15212,#15213,#15214, -#15215,#15216,#15217,#15218,#15219,#15220,#15221,#15222,#15223,#15224,#15225, -#15226,#15227),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590573497, --0.31454348869864,-0.159024611014144,-0.1212475596916,-0.0953610289216889, --0.054928646801886,-0.0323823071757364,-0.0171403455542483,0.), - .UNSPECIFIED.); -#6187=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15228,#15229),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6188=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15230,#15231,#15232,#15233,#15234, -#15235,#15236,#15237,#15238,#15239,#15240,#15241,#15242,#15243,#15244,#15245, -#15246,#15247),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.4647965905744, --0.31454348868173,-0.159024611015723,-0.121247559694829,-0.0953610289251021, --0.0549286468092672,-0.0323823071846925,-0.0171403455614705,0.), - .UNSPECIFIED.); -#6189=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15248,#15249),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6190=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15250,#15251,#15252,#15253,#15254, -#15255,#15256,#15257,#15258,#15259,#15260,#15261,#15262,#15263,#15264,#15265, -#15266,#15267),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590575417, --0.314543488686315,-0.159024611028893,-0.121247559702286,-0.0953610289308567, --0.0549286468140051,-0.0323823071877448,-0.017140345562217,0.), - .UNSPECIFIED.); -#6191=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15268,#15269),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6192=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15270,#15271,#15272,#15273,#15274, -#15275,#15276,#15277,#15278,#15279,#15280,#15281,#15282,#15283,#15284,#15285, -#15286,#15287),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590576217, --0.314543488682393,-0.159024611016323,-0.121247559692813,-0.095361028920931, --0.0549286468031597,-0.0323823071794483,-0.0171403455576753,0.), - .UNSPECIFIED.); -#6193=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15288,#15289),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6194=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15290,#15291,#15292,#15293,#15294, -#15295,#15296,#15297,#15298,#15299,#15300,#15301,#15302,#15303,#15304,#15305, -#15306,#15307),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590576639, --0.31454348869675,-0.159024611046719,-0.121247559727315,-0.0953610289502518, --0.054928646818104,-0.0323823071855712,-0.0171403455611584,0.), - .UNSPECIFIED.); -#6195=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15308,#15309),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6196=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15310,#15311,#15312,#15313,#15314, -#15315,#15316,#15317,#15318,#15319,#15320,#15321,#15322,#15323,#15324,#15325, -#15326,#15327),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590577474, --0.314543488688537,-0.15902461102968,-0.121247559712109,-0.0953610289401226, --0.0549286468166867,-0.0323823071886902,-0.017140345563003,0.), - .UNSPECIFIED.); -#6197=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15328,#15329),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6198=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15330,#15331,#15332,#15333,#15334, -#15335,#15336,#15337,#15338,#15339,#15340,#15341,#15342,#15343,#15344,#15345, -#15346,#15347),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590578322, --0.314543488685585,-0.159024611019928,-0.121247559696996,-0.0953610289268179, --0.0549286468124226,-0.0323823071887772,-0.0171403455630142,0.), - .UNSPECIFIED.); -#6199=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15348,#15349),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6200=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15350,#15351,#15352,#15353,#15354, -#15355,#15356,#15357,#15358,#15359,#15360,#15361,#15362,#15363,#15364,#15365, -#15366,#15367),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590579215, --0.314543488692625,-0.159024611037962,-0.121247559713175,-0.0953610289390978, --0.0549286468179784,-0.0323823071914515,-0.0171403455651609,0.), - .UNSPECIFIED.); -#6201=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15368,#15369),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6202=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15370,#15371,#15372,#15373,#15374, -#15375,#15376,#15377,#15378,#15379,#15380,#15381,#15382,#15383,#15384,#15385, -#15386,#15387),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659058009, --0.314543488688813,-0.15902461102887,-0.121247559704033,-0.0953610289309957, --0.054928646810814,-0.0323823071840406,-0.0171403455599388,0.), - .UNSPECIFIED.); -#6203=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15388,#15389),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6204=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15390,#15391,#15392,#15393,#15394, -#15395,#15396,#15397,#15398,#15399,#15400,#15401,#15402,#15403,#15404,#15405, -#15406,#15407),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590580632, --0.314543488683833,-0.159024611013726,-0.121247559687559,-0.0953610289195903, --0.0549286468088919,-0.0323823071862417,-0.0171403455614689,0.), - .UNSPECIFIED.); -#6205=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15408,#15409),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6206=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15410,#15411,#15412,#15413,#15414, -#15415,#15416,#15417,#15418,#15419,#15420,#15421,#15422,#15423,#15424,#15425, -#15426,#15427),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590581551, --0.314543488688061,-0.159024611023159,-0.121247559698567,-0.0953610289270525, --0.054928646810272,-0.0323823071842141,-0.0171403455596084,0.), - .UNSPECIFIED.); -#6207=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15428,#15429),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6208=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15430,#15431,#15432,#15433,#15434, -#15435,#15436,#15437,#15438,#15439,#15440,#15441,#15442,#15443,#15444,#15445, -#15446,#15447),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.4647965905821, --0.31454348872354,-0.159024611059284,-0.121247559739542,-0.0953610289615438, --0.0549286468253041,-0.0323823071897204,-0.0171403455627779,0.), - .UNSPECIFIED.); -#6209=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15448,#15449),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6210=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15450,#15451,#15452,#15453,#15454, -#15455,#15456,#15457,#15458,#15459,#15460,#15461,#15462,#15463,#15464,#15465, -#15466,#15467),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590583052, --0.314543488689812,-0.159024611027029,-0.121247559703551,-0.095361028932622, --0.054928646816016,-0.0323823071897516,-0.017140345563744,0.), - .UNSPECIFIED.); -#6211=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15468,#15469),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6212=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15470,#15471,#15472,#15473,#15474, -#15475,#15476,#15477,#15478,#15479,#15480,#15481,#15482,#15483,#15484,#15485, -#15486,#15487),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590583821, --0.314543488700859,-0.159024611047159,-0.121247559726183,-0.0953610289502817, --0.0549286468233899,-0.0323823071934267,-0.0171403455650067,0.), - .UNSPECIFIED.); -#6213=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15488,#15489),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6214=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15490,#15491,#15492,#15493,#15494, -#15495,#15496,#15497,#15498,#15499,#15500,#15501,#15502,#15503,#15504,#15505, -#15506,#15507),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590584678, --0.314543488697496,-0.159024611038485,-0.121247559713784,-0.0953610289396433, --0.0549286468172939,-0.0323823071907113,-0.0171403455643962,0.), - .UNSPECIFIED.); -#6215=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15508,#15509),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6216=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15510,#15511,#15512,#15513,#15514, -#15515,#15516,#15517,#15518,#15519,#15520,#15521,#15522,#15523,#15524,#15525, -#15526,#15527),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659058534, --0.314543488686864,-0.15902461101913,-0.121247559694629,-0.09536102892267, --0.0549286468046495,-0.032382307180109,-0.017140345557796,0.), - .UNSPECIFIED.); -#6217=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15528,#15529),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6218=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15530,#15531,#15532,#15533,#15534, -#15535,#15536,#15537,#15538,#15539,#15540,#15541,#15542,#15543,#15544,#15545, -#15546,#15547),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590586163, --0.314543488682948,-0.159024611010242,-0.12124755968457,-0.0953610289156867, --0.0549286468031941,-0.0323823071800355,-0.0171403455580786,0.), - .UNSPECIFIED.); -#6219=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15548,#15549),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6220=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15550,#15551,#15552,#15553,#15554, -#15555,#15556,#15557,#15558,#15559,#15560,#15561,#15562,#15563,#15564,#15565, -#15566,#15567),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590586935, --0.31454348868687,-0.159024611016619,-0.121247559696813,-0.0953610289265737, --0.0549286468101032,-0.0323823071864983,-0.0171403455606293,0.), - .UNSPECIFIED.); -#6221=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15568,#15569),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6222=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15570,#15571,#15572,#15573,#15574, -#15575,#15576,#15577,#15578,#15579,#15580,#15581,#15582,#15583,#15584,#15585, -#15586,#15587),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590587712, --0.314543488725922,-0.159024611058114,-0.121247559741097,-0.0953610289641902, --0.0549286468304443,-0.0323823071985321,-0.0171403455675733,0.), - .UNSPECIFIED.); -#6223=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15588,#15589),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6224=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15590,#15591,#15592,#15593,#15594, -#15595,#15596,#15597,#15598,#15599,#15600,#15601,#15602,#15603,#15604,#15605, -#15606,#15607),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590588558, --0.31454348869633,-0.159024611035026,-0.121247559710814,-0.0953610289380716, --0.0549286468178672,-0.0323823071904015,-0.0171403455638157,0.), - .UNSPECIFIED.); -#6225=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15608,#15609),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6226=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15610,#15611,#15612,#15613,#15614, -#15615,#15616,#15617,#15618,#15619,#15620,#15621,#15622,#15623,#15624,#15625, -#15626,#15627),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590589319, --0.314543488690395,-0.159024611023802,-0.121247559697649,-0.095361028925572, --0.0549286468084862,-0.0323823071844843,-0.0171403455607714,0.), - .UNSPECIFIED.); -#6227=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15628,#15629),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6228=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15630,#15631,#15632,#15633,#15634, -#15635,#15636,#15637,#15638,#15639,#15640,#15641,#15642,#15643,#15644,#15645, -#15646,#15647),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590590081, --0.314543488697123,-0.159024611032946,-0.121247559711256,-0.0953610289382491, --0.0549286468182234,-0.0323823071909854,-0.0171403455641955,0.), - .UNSPECIFIED.); -#6229=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15648,#15649),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6230=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15650,#15651,#15652,#15653,#15654, -#15655,#15656,#15657,#15658,#15659,#15660,#15661,#15662,#15663,#15664,#15665, -#15666,#15667),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590590838, --0.314543488694026,-0.159024611028803,-0.12124755970069,-0.0953610289282862, --0.0549286468107003,-0.0323823071859154,-0.017140345561807,0.), - .UNSPECIFIED.); -#6231=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15668,#15669),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6232=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15670,#15671,#15672,#15673,#15674, -#15675,#15676,#15677,#15678,#15679,#15680,#15681,#15682,#15683,#15684,#15685, -#15686,#15687),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590591653, --0.314543488703369,-0.159024611043762,-0.121247559719118,-0.0953610289435281, --0.0549286468177924,-0.0323823071882826,-0.0171403455623895,0.), - .UNSPECIFIED.); -#6233=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15688,#15689),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6234=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15690,#15691,#15692,#15693,#15694, -#15695,#15696,#15697,#15698,#15699,#15700,#15701,#15702,#15703,#15704,#15705, -#15706,#15707),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.46479659059246, --0.314543488694177,-0.159024611027668,-0.12124755970229,-0.0953610289293375, --0.0549286468106712,-0.0323823071854861,-0.0171403455612347,0.), - .UNSPECIFIED.); -#6235=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15708,#15709),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6236=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15710,#15711,#15712,#15713,#15714, -#15715,#15716,#15717,#15718,#15719,#15720,#15721,#15722,#15723,#15724,#15725, -#15726,#15727),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590593266, --0.314543488699024,-0.159024611038016,-0.121247559711008,-0.0953610289372305, --0.0549286468166629,-0.0323823071892836,-0.0171403455635156,0.), - .UNSPECIFIED.); -#6237=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15728,#15729),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6238=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15730,#15731,#15732,#15733,#15734, -#15735,#15736,#15737,#15738,#15739,#15740,#15741,#15742,#15743,#15744,#15745, -#15746,#15747),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(-0.464796590593926, --0.314543488685332,-0.159024611003636,-0.121247559683284,-0.0953610289158478, --0.054928646801919,-0.0323823071783123,-0.017140345557459,0.), - .UNSPECIFIED.); -#6239=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15748,#15749),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6240=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15750,#15751),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6241=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15752,#15753),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6242=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15754,#15755),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6243=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15756,#15757),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6244=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15758,#15759),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6245=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15760,#15761),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6246=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15762,#15763),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6247=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15764,#15765),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6248=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15766,#15767),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6249=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15768,#15769),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6250=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15770,#15771),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6251=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15772,#15773),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6252=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15774,#15775),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6253=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15776,#15777),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6254=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15778,#15779),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6255=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15780,#15781),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6256=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15782,#15783),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6257=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15784,#15785),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6258=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15786,#15787),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6259=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15788,#15789),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6260=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15790,#15791),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6261=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15792,#15793),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6262=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15794,#15795),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6263=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15796,#15797),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6264=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15798,#15799),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6265=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15800,#15801),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6266=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15802,#15803),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6267=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15804,#15805),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6268=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15806,#15807),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6269=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15808,#15809),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6270=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15810,#15811),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6271=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15812,#15813),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6272=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15814,#15815),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6273=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15816,#15817),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6274=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15818,#15819),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962684,0.),.UNSPECIFIED.); -#6275=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15820,#15821),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962684,0.),.UNSPECIFIED.); -#6276=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15822,#15823),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962685,0.),.UNSPECIFIED.); -#6277=B_SPLINE_CURVE_WITH_KNOTS('',1,(#15824,#15825),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962685,0.),.UNSPECIFIED.); -#6278=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15829,#15830,#15831,#15832,#15833, -#15834,#15835,#15836,#15837,#15838,#15839,#15840,#15841,#15842,#15843,#15844, -#15845,#15846),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072917, -0.0161824511778243,0.0286877157349093,0.0824339696228546,0.304379152043076, -0.526324334463298,1.76154763216478,2.99677092986627),.UNSPECIFIED.); -#6279=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15847,#15848,#15849,#15850,#15851, -#15852,#15853,#15854),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929946584, -2.47113859893168,2.523641513192),.UNSPECIFIED.); -#6280=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15855,#15856,#15857,#15858,#15859, -#15860,#15861,#15862,#15863,#15864,#15865,#15866,#15867,#15868,#15869,#15870, -#15871,#15872),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207931, -0.0161824511778574,0.0286877157349212,0.0824339696227942,0.304379152042408, -0.526324334462022,1.76154763216149,2.99677092986097),.UNSPECIFIED.); -#6281=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15873,#15874,#15875,#15876,#15877, -#15878,#15879,#15880),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994638, -2.4711385989276,2.52364151318583),.UNSPECIFIED.); -#6282=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15881,#15882,#15883,#15884,#15885, -#15886,#15887,#15888,#15889,#15890,#15891,#15892,#15893,#15894,#15895,#15896, -#15897,#15898),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072956, -0.0161824511777729,0.0286877157348268,0.0824339696224907,0.304379152041566, -0.526324334460641,1.76154763215811,2.9967709298556),.UNSPECIFIED.); -#6283=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15899,#15900,#15901,#15902,#15903, -#15904,#15905,#15906),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929946183, -2.47113859892366,2.52364151317974),.UNSPECIFIED.); -#6284=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15907,#15908,#15909,#15910,#15911, -#15912,#15913,#15914,#15915,#15916,#15917,#15918,#15919,#15920,#15921,#15922, -#15923,#15924),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072945, -0.0161824511777511,0.0286877157347733,0.0824339696222756,0.304379152040759, -0.526324334459252,1.76154763215463,2.99677092985),.UNSPECIFIED.); -#6285=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15925,#15926,#15927,#15928,#15929, -#15930,#15931,#15932),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929945972, -2.47113859891943,2.52364151317345),.UNSPECIFIED.); -#6286=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15933,#15934,#15935,#15936,#15937, -#15938,#15939,#15940,#15941,#15942,#15943,#15944,#15945,#15946,#15947,#15948, -#15949,#15950),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076146, -0.016182451177731,0.0286877157346999,0.0824339696221297,0.304379152040025, -0.52632433445792,1.76154763215128,2.99677092984464),.UNSPECIFIED.); -#6287=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15951,#15952,#15953,#15954,#15955, -#15956,#15957,#15958),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929945765, -2.47113859891531,2.52364151316724),.UNSPECIFIED.); -#6288=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15959,#15960,#15961,#15962,#15963, -#15964,#15965,#15966,#15967,#15968,#15969,#15970,#15971,#15972,#15973,#15974, -#15975,#15976),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070862, -0.016182451177668,0.0286877157346273,0.0824339696218702,0.30437915203922, -0.526324334456559,1.76154763214795,2.99677092983934),.UNSPECIFIED.); -#6289=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15977,#15978,#15979,#15980,#15981, -#15982,#15983,#15984),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929945561, -2.47113859891123,2.52364151316105),.UNSPECIFIED.); -#6290=B_SPLINE_CURVE_WITH_KNOTS('',3,(#15985,#15986,#15987,#15988,#15989, -#15990,#15991,#15992,#15993,#15994,#15995,#15996,#15997,#15998,#15999,#16000, -#16001,#16002),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207827, -0.0161824511777091,0.028687715734646,0.0824339696217566,0.30437915203846, -0.526324334455162,1.76154763214442,2.99677092983368),.UNSPECIFIED.); -#6291=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16003,#16004,#16005,#16006,#16007, -#16008,#16009,#16010),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929945364, -2.47113859890728,2.52364151315498),.UNSPECIFIED.); -#6292=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16011,#16012,#16013,#16014,#16015, -#16016,#16017,#16018,#16019,#16020,#16021,#16022,#16023,#16024,#16025,#16026, -#16027,#16028),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075108, -0.0161824511776577,0.0286877157345637,0.0824339696215081,0.304379152037663, -0.526324334453818,1.7615476321411,2.99677092982839),.UNSPECIFIED.); -#6293=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16029,#16030,#16031,#16032,#16033, -#16034,#16035,#16036),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929945152, -2.47113859890303,2.52364151314868),.UNSPECIFIED.); -#6294=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16037,#16038,#16039,#16040,#16041, -#16042,#16043,#16044,#16045,#16046,#16047,#16048,#16049,#16050,#16051,#16052, -#16053,#16054),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074061, -0.0161824511776046,0.0286877157344686,0.0824339696213622,0.304379152036909, -0.526324334452457,1.76154763213774,2.99677092982302),.UNSPECIFIED.); -#6295=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16055,#16056,#16057,#16058,#16059, -#16060,#16061,#16062),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929944949, -2.47113859889899,2.5236415131425),.UNSPECIFIED.); -#6296=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16063,#16064,#16065,#16066,#16067, -#16068,#16069,#16070,#16071,#16072,#16073,#16074,#16075,#16076,#16077,#16078, -#16079,#16080),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074049, -0.0161824511775935,0.0286877157344359,0.0824339696210939,0.30437915203606, -0.526324334451036,1.76154763213423,2.99677092981741),.UNSPECIFIED.); -#6297=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16081,#16082,#16083,#16084,#16085, -#16086,#16087,#16088),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929944746, -2.47113859889491,2.52364151313631),.UNSPECIFIED.); -#6298=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16089,#16090,#16091,#16092,#16093, -#16094,#16095,#16096,#16097,#16098,#16099,#16100,#16101,#16102,#16103,#16104, -#16105,#16106),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073003, -0.0161824511775305,0.0286877157343315,0.0824339696209277,0.304379152035298, -0.526324334449668,1.76154763213084,2.99677092981203),.UNSPECIFIED.); -#6299=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16107,#16108,#16109,#16110,#16111, -#16112,#16113,#16114),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929944545, -2.47113859889091,2.52364151313023),.UNSPECIFIED.); -#6300=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16115,#16116,#16117,#16118,#16119, -#16120,#16121,#16122,#16123,#16124,#16125,#16126,#16127,#16128,#16129,#16130, -#16131,#16132),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073011, -0.0161824511775095,0.028687715734289,0.082433969620695,0.304379152034495, -0.526324334448295,1.76154763212744,2.99677092980659),.UNSPECIFIED.); -#6301=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16133,#16134,#16135,#16136,#16137, -#16138,#16139,#16140),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929944337, -2.47113859888673,2.52364151312403),.UNSPECIFIED.); -#6302=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16141,#16142,#16143,#16144,#16145, -#16146,#16147,#16148,#16149,#16150,#16151,#16152,#16153,#16154,#16155,#16156, -#16157,#16158),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071973, -0.0161824511774788,0.0286877157342272,0.0824339696205199,0.304379152033771, -0.526324334447023,1.76154763212418,2.99677092980133),.UNSPECIFIED.); -#6303=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16159,#16160,#16161,#16162,#16163, -#16164,#16165,#16166),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994413, -2.4711385988826,2.52364151311775),.UNSPECIFIED.); -#6304=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16167,#16168,#16169,#16170,#16171, -#16172,#16173,#16174,#16175,#16176,#16177,#16178,#16179,#16180,#16181,#16182, -#16183,#16184),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866206881, -0.0161824511774155,0.0286877157341542,0.0824339696202807,0.304379152032963, -0.526324334445645,1.76154763212083,2.996770929796),.UNSPECIFIED.); -#6305=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16185,#16186,#16187,#16188,#16189, -#16190,#16191,#16192),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994393, -2.47113859887861,2.52364151311167),.UNSPECIFIED.); -#6306=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16193,#16194,#16195,#16196,#16197, -#16198,#16199,#16200,#16201,#16202,#16203,#16204,#16205,#16206,#16207,#16208, -#16209,#16210),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073084, -0.0161824511774171,0.0286877157341034,0.0824339696201474,0.304379152032226, -0.526324334444315,1.76154763211753,2.99677092979074),.UNSPECIFIED.); -#6307=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16211,#16212,#16213,#16214,#16215, -#16216,#16217,#16218),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929943727, -2.47113859887455,2.52364151310549),.UNSPECIFIED.); -#6308=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16219,#16220,#16221,#16222,#16223, -#16224,#16225,#16226,#16227,#16228,#16229,#16230,#16231,#16232,#16233,#16234, -#16235,#16236),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069888, -0.016182451177353,0.0286877157340284,0.0824339696198908,0.304379152031401, -0.526324334442912,1.76154763211404,2.99677092978517),.UNSPECIFIED.); -#6309=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16237,#16238,#16239,#16240,#16241, -#16242,#16243,#16244),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929943522, -2.47113859887042,2.52364151309929),.UNSPECIFIED.); -#6310=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16245,#16246,#16247,#16248,#16249, -#16250,#16251,#16252,#16253,#16254,#16255,#16256,#16257,#16258,#16259,#16260, -#16261,#16262),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076268, -0.0161824511774163,0.0286877157340599,0.0824339696197206,0.30437915203068, -0.526324334441628,1.76154763211069,2.99677092977975),.UNSPECIFIED.); -#6311=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16263,#16264,#16265,#16266,#16267, -#16268,#16269,#16270),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929943319, -2.4711385988664,2.52364151309311),.UNSPECIFIED.); -#6312=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16271,#16272,#16273,#16274,#16275, -#16276,#16277,#16278,#16279,#16280,#16281,#16282,#16283,#16284,#16285,#16286, -#16287,#16288),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074166, -0.0161824511773436,0.0286877157339455,0.0824339696195779,0.304379152029923, -0.526324334440269,1.76154763210736,2.99677092977444),.UNSPECIFIED.); -#6313=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16289,#16290,#16291,#16292,#16293, -#16294,#16295,#16296),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929943113, -2.47113859886227,2.52364151308693),.UNSPECIFIED.); -#6314=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16297,#16298,#16299,#16300,#16301, -#16302,#16303,#16304,#16305,#16306,#16307,#16308,#16309,#16310,#16311,#16312, -#16313,#16314),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076315, -0.0161824511773446,0.0286877157339367,0.0824339696193811,0.304379152029177, -0.526324334438962,1.76154763210406,2.99677092976918),.UNSPECIFIED.); -#6315=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16315,#16316,#16317,#16318,#16319, -#16320,#16321,#16322),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929942909, -2.47113859885817,2.52364151308073),.UNSPECIFIED.); -#6316=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16323,#16324,#16325,#16326,#16327, -#16328,#16329,#16330,#16331,#16332,#16333,#16334,#16335,#16336,#16337,#16338, -#16339,#16340),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662067837, -0.0161824511772282,0.0286877157337892,0.0824339696190885,0.304379152028325, -0.526324334437572,1.76154763210067,2.99677092976378),.UNSPECIFIED.); -#6317=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16341,#16342,#16343,#16344,#16345, -#16346,#16347,#16348),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929942703, -2.47113859885406,2.52364151307452),.UNSPECIFIED.); -#6318=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16349,#16350,#16351,#16352,#16353, -#16354,#16355,#16356,#16357,#16358,#16359,#16360,#16361,#16362,#16363,#16364, -#16365,#16366),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072022, -0.0161824511772471,0.0286877157337733,0.0824339696188715,0.304379152027514, -0.526324334436157,1.76154763209698,2.9967709297578),.UNSPECIFIED.); -#6319=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16367,#16368,#16369,#16370,#16371, -#16372,#16373,#16374),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.235569299425, -2.47113859884999,2.52364151306833),.UNSPECIFIED.); -#6320=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16375,#16376,#16377,#16378,#16379, -#16380,#16381,#16382,#16383,#16384,#16385,#16386,#16387,#16388,#16389,#16390, -#16391,#16392),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076293, -0.0161824511772586,0.0286877157337542,0.0824339696187591,0.304379152026776, -0.526324334434793,1.76154763209364,2.99677092975249),.UNSPECIFIED.); -#6321=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16393,#16394,#16395,#16396,#16397, -#16398,#16399,#16400),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929942294, -2.47113859884587,2.52364151306215),.UNSPECIFIED.); -#6322=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16401,#16402,#16403,#16404,#16405, -#16406,#16407,#16408,#16409,#16410,#16411,#16412,#16413,#16414,#16415,#16416, -#16417,#16418),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069951, -0.0161824511771639,0.0286877157336289,0.082433969618522,0.304379152025954, -0.526324334433386,1.76154763209032,2.99677092974724),.UNSPECIFIED.); -#6323=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16419,#16420,#16421,#16422,#16423, -#16424,#16425,#16426),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994209, -2.4711385988418,2.52364151305596),.UNSPECIFIED.); -#6324=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16427,#16428,#16429,#16430,#16431, -#16432,#16433,#16434,#16435,#16436,#16437,#16438,#16439,#16440,#16441,#16442, -#16443,#16444),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071034, -0.0161824511771441,0.0286877157335879,0.0824339696183352,0.304379152025195, -0.526324334432065,1.76154763208699,2.99677092974193),.UNSPECIFIED.); -#6325=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16445,#16446,#16447,#16448,#16449, -#16450,#16451,#16452),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929941887, -2.47113859883773,2.52364151304978),.UNSPECIFIED.); -#6326=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16453,#16454,#16455,#16456,#16457, -#16458,#16459,#16460,#16461,#16462,#16463,#16464,#16465,#16466,#16467,#16468, -#16469,#16470),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.003677186620753, -0.016182451177176,0.0286877157335996,0.0824339696181464,0.30437915202445, -0.526324334430754,1.76154763208368,2.9967709297366),.UNSPECIFIED.); -#6327=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16471,#16472,#16473,#16474,#16475, -#16476,#16477,#16478),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929941682, -2.47113859883363,2.52364151304359),.UNSPECIFIED.); -#6328=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16479,#16480,#16481,#16482,#16483, -#16484,#16485,#16486,#16487,#16488,#16489,#16490,#16491,#16492,#16493,#16494, -#16495,#16496),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073178, -0.0161824511771124,0.0286877157334937,0.0824339696179454,0.304379152023656, -0.526324334429367,1.76154763208024,2.99677092973111),.UNSPECIFIED.); -#6329=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16497,#16498,#16499,#16500,#16501, -#16502,#16503,#16504),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994148, -2.4711385988296,2.52364151303751),.UNSPECIFIED.); -#6330=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16505,#16506,#16507,#16508,#16509, -#16510,#16511,#16512,#16513,#16514,#16515,#16516,#16517,#16518,#16519,#16520, -#16521,#16522),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073173, -0.0161824511770915,0.0286877157334401,0.0824339696177423,0.304379152022886, -0.526324334428019,1.7615476320768,2.99677092972558),.UNSPECIFIED.); -#6331=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16523,#16524,#16525,#16526,#16527, -#16528,#16529,#16530),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929941271, -2.47113859882543,2.52364151303122),.UNSPECIFIED.); -#6332=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16531,#16532,#16533,#16534,#16535, -#16536,#16537,#16538,#16539,#16540,#16541,#16542,#16543,#16544,#16545,#16546, -#16547,#16548),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662080626, -0.0161824511771447,0.0286877157334831,0.0824339696175747,0.304379152022152, -0.52632433442673,1.7615476320735,2.99677092972026),.UNSPECIFIED.); -#6333=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16549,#16550,#16551,#16552,#16553, -#16554,#16555,#16556),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929941068, -2.47113859882136,2.52364151302502),.UNSPECIFIED.); -#6334=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16557,#16558,#16559,#16560,#16561, -#16562,#16563,#16564,#16565,#16566,#16567,#16568,#16569,#16570,#16571,#16572, -#16573,#16574),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071098, -0.0161824511770081,0.0286877157333059,0.0824339696173391,0.304379152021311, -0.526324334425283,1.76154763207014,2.99677092971499),.UNSPECIFIED.); -#6335=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16575,#16576,#16577,#16578,#16579, -#16580,#16581,#16582),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929940862, -2.47113859881725,2.52364151301885),.UNSPECIFIED.); -#6336=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16583,#16584,#16585,#16586,#16587, -#16588,#16589,#16590,#16591,#16592,#16593,#16594,#16595,#16596,#16597,#16598, -#16599,#16600),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072169, -0.0161824511769985,0.0286877157332641,0.0824339696171604,0.304379152020553, -0.526324334423945,1.76154763206677,2.99677092970959),.UNSPECIFIED.); -#6337=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16601,#16602,#16603,#16604,#16605, -#16606,#16607,#16608),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929940664, -2.47113859881327,2.52364151301275),.UNSPECIFIED.); -#6338=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16609,#16610,#16611,#16612,#16613, -#16614,#16615,#16616,#16617,#16618,#16619,#16620,#16621,#16622,#16623,#16624, -#16625,#16626),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662079613, -0.0161824511770299,0.0286877157332744,0.0824339696170118,0.304379152019842, -0.526324334422662,1.76154763206343,2.99677092970419),.UNSPECIFIED.); -#6339=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16627,#16628,#16629,#16630,#16631, -#16632,#16633,#16634),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929940461, -2.4711385988092,2.52364151300657),.UNSPECIFIED.); -#6340=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16635,#16636,#16637,#16638,#16639, -#16640,#16641,#16642,#16643,#16644,#16645,#16646,#16647,#16648,#16649,#16650, -#16651,#16652),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207964, -0.0161824511770099,0.028687715733224,0.0824339696168266,0.304379152019078, -0.526324334421341,1.76154763206013,2.99677092969891),.UNSPECIFIED.); -#6341=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16653,#16654,#16655,#16656,#16657, -#16658,#16659,#16660),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929940247, -2.47113859880495,2.52364151300028),.UNSPECIFIED.); -#6342=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16661,#16662,#16663,#16664,#16665, -#16666,#16667,#16668,#16669,#16670,#16671,#16672,#16673,#16674,#16675,#16676, -#16677,#16678),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073229, -0.0161824511769239,0.0286877157331043,0.0824339696165425,0.304379152018199, -0.526324334419855,1.76154763205647,2.99677092969309),.UNSPECIFIED.); -#6343=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16679,#16680,#16681,#16682,#16683, -#16684,#16685,#16686),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994005, -2.471138598801,2.52364151299419),.UNSPECIFIED.); -#6344=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16687,#16688,#16689,#16690,#16691, -#16692,#16693,#16694,#16695,#16696,#16697,#16698,#16699,#16700,#16701,#16702, -#16703,#16704),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662067942, -0.0161824511768395,0.0286877157329996,0.0824339696163037,0.304379152017413, -0.526324334418512,1.76154763205314,2.99677092968776),.UNSPECIFIED.); -#6345=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16705,#16706,#16707,#16708,#16709, -#16710,#16711,#16712),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929939845, -2.4711385987969,2.523641512988),.UNSPECIFIED.); -#6346=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16713,#16714,#16715,#16716,#16717, -#16718,#16719,#16720,#16721,#16722,#16723,#16724,#16725,#16726,#16727,#16728, -#16729,#16730),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207115, -0.0161824511768616,0.0286877157330011,0.0824339696160847,0.304379152016631, -0.526324334417177,1.76154763204981,2.99677092968246),.UNSPECIFIED.); -#6347=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16731,#16732,#16733,#16734,#16735, -#16736,#16737,#16738),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692993964, -2.47113859879281,2.52364151298182),.UNSPECIFIED.); -#6348=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16739,#16740,#16741,#16742,#16743, -#16744,#16745,#16746,#16747,#16748,#16749,#16750,#16751,#16752,#16753,#16754, -#16755,#16756),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073283, -0.0161824511768194,0.0286877157329167,0.0824339696159583,0.304379152015892, -0.526324334415816,1.76154763204644,2.99677092967706),.UNSPECIFIED.); -#6349=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16757,#16758,#16759,#16760,#16761, -#16762,#16763,#16764),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929939429, -2.47113859878858,2.52364151297552),.UNSPECIFIED.); -#6350=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16765,#16766,#16767,#16768,#16769, -#16770,#16771,#16772,#16773,#16774,#16775,#16776,#16777,#16778,#16779,#16780, -#16781,#16782),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072248, -0.0161824511767888,0.0286877157328551,0.0824339696157413,0.304379152015118, -0.526324334414483,1.76154763204314,2.9967709296718),.UNSPECIFIED.); -#6351=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16783,#16784,#16785,#16786,#16787, -#16788,#16789,#16790),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929939228, -2.47113859878457,2.52364151296941),.UNSPECIFIED.); -#6352=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16791,#16792,#16793,#16794,#16795, -#16796,#16797,#16798,#16799,#16800,#16801,#16802,#16803,#16804,#16805,#16806, -#16807,#16808),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662077581, -0.0161824511768002,0.0286877157328353,0.0824339696155861,0.304379152014368, -0.526324334413139,1.76154763203981,2.99677092966649),.UNSPECIFIED.); -#6353=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16809,#16810,#16811,#16812,#16813, -#16814,#16815,#16816),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929939027, -2.47113859878052,2.52364151296323),.UNSPECIFIED.); -#6354=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16817,#16818,#16819,#16820,#16821, -#16822,#16823,#16824,#16825,#16826,#16827,#16828,#16829,#16830,#16831,#16832, -#16833,#16834),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070137, -0.0161824511767044,0.028687715732718,0.0824339696152764,0.304379152013502, -0.526324334411717,1.7615476320363,2.99677092966088),.UNSPECIFIED.); -#6355=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16835,#16836,#16837,#16838,#16839, -#16840,#16841,#16842),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929938818, -2.47113859877636,2.52364151295705),.UNSPECIFIED.); -#6356=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16843,#16844,#16845,#16846,#16847, -#16848,#16849,#16850,#16851,#16852,#16853,#16854,#16855,#16856,#16857,#16858, -#16859,#16860),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075452, -0.0161824511767363,0.0286877157327181,0.0824339696151921,0.304379152012791, -0.526324334410389,1.76154763203293,2.99677092965548),.UNSPECIFIED.); -#6357=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16861,#16862,#16863,#16864,#16865, -#16866,#16867,#16868),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929938616, -2.47113859877233,2.52364151295088),.UNSPECIFIED.); -#6358=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16869,#16870,#16871,#16872,#16873, -#16874,#16875,#16876,#16877,#16878,#16879,#16880,#16881,#16882,#16883,#16884, -#16885,#16886),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662078653, -0.0161824511767369,0.0286877157326872,0.0824339696150354,0.304379152012035, -0.526324334409045,1.76154763202958,2.9967709296501),.UNSPECIFIED.); -#6359=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16887,#16888,#16889,#16890,#16891, -#16892,#16893,#16894),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929938413, -2.47113859876825,2.52364151294468),.UNSPECIFIED.); -#6360=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16895,#16896,#16897,#16898,#16899, -#16900,#16901,#16902,#16903,#16904,#16905,#16906,#16907,#16908,#16909,#16910, -#16911,#16912),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070179, -0.0161824511766212,0.02868771573254,0.0824339696147012,0.304379152011175, -0.526324334407661,1.76154763202621,2.99677092964476),.UNSPECIFIED.); -#6361=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16913,#16914,#16915,#16916,#16917, -#16918,#16919,#16920),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929938209, -2.47113859876418,2.5236415129385),.UNSPECIFIED.); -#6362=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16921,#16922,#16923,#16924,#16925, -#16926,#16927,#16928,#16929,#16930,#16931,#16932,#16933,#16934,#16935,#16936, -#16937,#16938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069126, -0.0161824511765898,0.0286877157324883,0.0824339696145334,0.304379152010408, -0.526324334406282,1.76154763202282,2.99677092963935),.UNSPECIFIED.); -#6363=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16939,#16940,#16941,#16942,#16943, -#16944,#16945,#16946),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929938004, -2.47113859876007,2.5236415129323),.UNSPECIFIED.); -#6364=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16947,#16948,#16949,#16950,#16951, -#16952,#16953,#16954,#16955,#16956,#16957,#16958,#16959,#16960,#16961,#16962, -#16963,#16964),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207275, -0.0161824511766049,0.0286877157324723,0.0824339696143612,0.304379152009653, -0.526324334404956,1.76154763201951,2.99677092963407),.UNSPECIFIED.); -#6365=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16965,#16966,#16967,#16968,#16969, -#16970,#16971,#16972),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929937798, -2.47113859875596,2.52364151292611),.UNSPECIFIED.); -#6366=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16973,#16974,#16975,#16976,#16977, -#16978,#16979,#16980,#16981,#16982,#16983,#16984,#16985,#16986,#16987,#16988, -#16989,#16990),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073383, -0.0161824511765688,0.0286877157323925,0.0824339696141515,0.304379152008881, -0.526324334403599,1.76154763201603,2.99677092962844),.UNSPECIFIED.); -#6367=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16991,#16992,#16993,#16994,#16995, -#16996,#16997,#16998),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929937598, -2.47113859875196,2.52364151292002),.UNSPECIFIED.); -#6368=B_SPLINE_CURVE_WITH_KNOTS('',3,(#16999,#17000,#17001,#17002,#17003, -#17004,#17005,#17006,#17007,#17008,#17009,#17010,#17011,#17012,#17013,#17014, -#17015,#17016),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076552, -0.0161824511765785,0.0286877157323915,0.0824339696139451,0.304379152008088, -0.526324334402231,1.76154763201254,2.99677092962285),.UNSPECIFIED.); -#6369=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17017,#17018,#17019,#17020,#17021, -#17022,#17023,#17024),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692993739, -2.4711385987478,2.52364151291374),.UNSPECIFIED.); -#6370=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17025,#17026,#17027,#17028,#17029, -#17030,#17031,#17032,#17033,#17034,#17035,#17036,#17037,#17038,#17039,#17040, -#17041,#17042),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071256, -0.0161824511764937,0.0286877157322861,0.0824339696137466,0.304379152007294, -0.526324334400841,1.76154763200915,2.99677092961744),.UNSPECIFIED.); -#6371=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17043,#17044,#17045,#17046,#17047, -#17048,#17049,#17050),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929937184, -2.47113859874369,2.52364151290756),.UNSPECIFIED.); -#6372=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17051,#17052,#17053,#17054,#17055, -#17056,#17057,#17058,#17059,#17060,#17061,#17062,#17063,#17064,#17065,#17066, -#17067,#17068),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207341, -0.0161824511764631,0.0286877157322032,0.082433969613551,0.304379152006541, -0.526324334399531,1.76154763200587,2.9967709296122),.UNSPECIFIED.); -#6373=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17069,#17070,#17071,#17072,#17073, -#17074,#17075,#17076),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929936981, -2.47113859873963,2.52364151290137),.UNSPECIFIED.); -#6374=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17077,#17078,#17079,#17080,#17081, -#17082,#17083,#17084,#17085,#17086,#17087,#17088,#17089,#17090,#17091,#17092, -#17093,#17094),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075546, -0.0161824511764535,0.0286877157321509,0.0824339696133832,0.304379152005794, -0.526324334398206,1.7615476320025,2.9967709296068),.UNSPECIFIED.); -#6375=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17095,#17096,#17097,#17098,#17099, -#17100,#17101,#17102),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929936783, -2.47113859873565,2.52364151289528),.UNSPECIFIED.); -#6376=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17103,#17104,#17105,#17106,#17107, -#17108,#17109,#17110,#17111,#17112,#17113,#17114,#17115,#17116,#17117,#17118, -#17119,#17120),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069167, -0.0161824511763784,0.0286877157320551,0.0824339696130953,0.30437915200491, -0.526324334396725,1.76154763199897,2.99677092960122),.UNSPECIFIED.); -#6377=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17121,#17122,#17123,#17124,#17125, -#17126,#17127,#17128),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692993657, -2.47113859873141,2.523641512889),.UNSPECIFIED.); -#6378=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17129,#17130,#17131,#17132,#17133, -#17134,#17135,#17136,#17137,#17138,#17139,#17140,#17141,#17142,#17143,#17144, -#17145,#17146),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070243, -0.0161824511763583,0.0286877157320242,0.0824339696128969,0.304379152004155, -0.526324334395403,1.76154763199564,2.99677092959588),.UNSPECIFIED.); -#6379=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17147,#17148,#17149,#17150,#17151, -#17152,#17153,#17154),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929936366, -2.47113859872733,2.52364151288282),.UNSPECIFIED.); -#6380=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17155,#17156,#17157,#17158,#17159, -#17160,#17161,#17162,#17163,#17164,#17165,#17166,#17167,#17168,#17169,#17170, -#17171,#17172),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662076637, -0.0161824511763909,0.0286877157320043,0.0824339696127731,0.304379152003456, -0.52632433439414,1.76154763199235,2.99677092959056),.UNSPECIFIED.); -#6381=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17173,#17174,#17175,#17176,#17177, -#17178,#17179,#17180),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929936166, -2.47113859872331,2.52364151287672),.UNSPECIFIED.); -#6382=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17181,#17182,#17183,#17184,#17185, -#17186,#17187,#17188,#17189,#17190,#17191,#17192,#17193,#17194,#17195,#17196, -#17197,#17198),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069229, -0.0161824511762855,0.0286877157318793,0.0824339696124927,0.30437915200261, -0.526324334392729,1.761547631989,2.99677092958527),.UNSPECIFIED.); -#6383=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17199,#17200,#17201,#17202,#17203, -#17204,#17205,#17206),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929935962, -2.47113859871924,2.52364151287054),.UNSPECIFIED.); -#6384=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17207,#17208,#17209,#17210,#17211, -#17212,#17213,#17214,#17215,#17216,#17217,#17218,#17219,#17220,#17221,#17222, -#17223,#17224),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069238, -0.016182451176254,0.0286877157318162,0.0824339696123354,0.304379152001853, -0.52632433439137,1.76154763198562,2.99677092957987),.UNSPECIFIED.); -#6385=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17225,#17226,#17227,#17228,#17229, -#17230,#17231,#17232),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929935756, -2.47113859871513,2.52364151286433),.UNSPECIFIED.); -#6386=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17233,#17234,#17235,#17236,#17237, -#17238,#17239,#17240,#17241,#17242,#17243,#17244,#17245,#17246,#17247,#17248, -#17249,#17250),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866206708, -0.0161824511762127,0.0286877157317646,0.0824339696120858,0.304379152001024, -0.526324334389962,1.76154763198226,2.99677092957456),.UNSPECIFIED.); -#6387=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17251,#17252,#17253,#17254,#17255, -#17256,#17257,#17258),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929935548, -2.47113859871095,2.52364151285802),.UNSPECIFIED.); -#6388=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17259,#17260,#17261,#17262,#17263, -#17264,#17265,#17266,#17267,#17268,#17269,#17270,#17271,#17272,#17273,#17274, -#17275,#17276),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662068189, -0.0161824511761908,0.0286877157316891,0.0824339696119233,0.304379152000247, -0.526324334388581,1.76154763197877,2.99677092956897),.UNSPECIFIED.); -#6389=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17277,#17278,#17279,#17280,#17281, -#17282,#17283,#17284),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929935346, -2.47113859870691,2.52364151285185),.UNSPECIFIED.); -#6390=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17285,#17286,#17287,#17288,#17289, -#17290,#17291,#17292,#17293,#17294,#17295,#17296,#17297,#17298,#17299,#17300, -#17301,#17302),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072459, -0.0161824511762023,0.0286877157316805,0.0824339696117574,0.304379151999539, -0.52632433438732,1.76154763197549,2.99677092956367),.UNSPECIFIED.); -#6391=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17303,#17304,#17305,#17306,#17307, -#17308,#17309,#17310),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929935145, -2.4711385987029,2.52364151284577),.UNSPECIFIED.); -#6392=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17311,#17312,#17313,#17314,#17315, -#17316,#17317,#17318,#17319,#17320,#17321,#17322,#17323,#17324,#17325,#17326, -#17327,#17328),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070361, -0.016182451176161,0.0286877157316184,0.0824339696115613,0.304379151998764, -0.526324334385957,1.76154763197218,2.9967709295584),.UNSPECIFIED.); -#6393=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17329,#17330,#17331,#17332,#17333, -#17334,#17335,#17336),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929934938, -2.47113859869877,2.52364151283959),.UNSPECIFIED.); -#6394=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17337,#17338,#17339,#17340,#17341, -#17342,#17343,#17344,#17345,#17346,#17347,#17348,#17349,#17350,#17351,#17352, -#17353,#17354),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069122, -0.0161824511761274,0.0286877157315636,0.0824339696113365,0.304379151997956, -0.526324334384586,1.76154763196874,2.9967709295529),.UNSPECIFIED.); -#6395=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17355,#17356,#17357,#17358,#17359, -#17360,#17361,#17362),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929934733, -2.47113859869465,2.52364151283338),.UNSPECIFIED.); -#6396=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17363,#17364,#17365,#17366,#17367, -#17368,#17369,#17370,#17371,#17372,#17373,#17374,#17375,#17376,#17377,#17378, -#17379,#17380),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662068231, -0.0161824511760758,0.0286877157314698,0.0824339696110925,0.304379151997144, -0.526324334383195,1.76154763196528,2.99677092954736),.UNSPECIFIED.); -#6397=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17381,#17382,#17383,#17384,#17385, -#17386,#17387,#17388),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929934529, -2.4711385986906,2.5236415128272),.UNSPECIFIED.); -#6398=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17389,#17390,#17391,#17392,#17393, -#17394,#17395,#17396,#17397,#17398,#17399,#17400,#17401,#17402,#17403,#17404, -#17405,#17406),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.003677186620778, -0.0161824511761503,0.0286877157315226,0.0824339696109971,0.304379151996455, -0.526324334381923,1.76154763196195,2.99677092954198),.UNSPECIFIED.); -#6399=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17407,#17408,#17409,#17410,#17411, -#17412,#17413,#17414),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929934326, -2.47113859868651,2.52364151282102),.UNSPECIFIED.); -#6400=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17415,#17416,#17417,#17418,#17419, -#17420,#17421,#17422,#17423,#17424,#17425,#17426,#17427,#17428,#17429,#17430, -#17431,#17432),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072475, -0.0161824511760755,0.0286877157314262,0.0824339696107508,0.304379151995617, -0.526324334380484,1.76154763195841,2.99677092953634),.UNSPECIFIED.); -#6401=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17433,#17434,#17435,#17436,#17437, -#17438,#17439,#17440),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929934122, -2.47113859868245,2.52364151281484),.UNSPECIFIED.); -#6402=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17441,#17442,#17443,#17444,#17445, -#17446,#17447,#17448,#17449,#17450,#17451,#17452,#17453,#17454,#17455,#17456, -#17457,#17458),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662078858, -0.0161824511760969,0.0286877157314053,0.0824339696106245,0.304379151994898, -0.526324334379172,1.76154763195507,2.99677092953096),.UNSPECIFIED.); -#6403=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17459,#17460,#17461,#17462,#17463, -#17464,#17465,#17466),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929933917, -2.47113859867836,2.52364151280864),.UNSPECIFIED.); -#6404=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17467,#17468,#17469,#17470,#17471, -#17472,#17473,#17474,#17475,#17476,#17477,#17478,#17479,#17480,#17481,#17482, -#17483,#17484),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072517, -0.0161824511760241,0.0286877157313231,0.0824339696103875,0.304379151994098, -0.526324334377809,1.76154763195176,2.99677092952571),.UNSPECIFIED.); -#6405=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17485,#17486,#17487,#17488,#17489, -#17490,#17491,#17492),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929933712, -2.47113859867423,2.52364151280246),.UNSPECIFIED.); -#6406=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17493,#17494,#17495,#17496,#17497, -#17498,#17499,#17500,#17501,#17502,#17503,#17504,#17505,#17506,#17507,#17508, -#17509,#17510),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073601, -0.0161824511759826,0.0286877157312398,0.0824339696101798,0.304379151993329, -0.526324334376478,1.76154763194845,2.99677092952041),.UNSPECIFIED.); -#6407=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17511,#17512,#17513,#17514,#17515, -#17516,#17517,#17518),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929933507, -2.47113859867014,2.52364151279627),.UNSPECIFIED.); -#6408=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17519,#17520,#17521,#17522,#17523, -#17524,#17525,#17526,#17527,#17528,#17529,#17530,#17531,#17532,#17533,#17534, -#17535,#17536),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073621, -0.0161824511759616,0.0286877157311876,0.0824339696099711,0.304379151992558, -0.526324334375145,1.7615476319451,2.99677092951505),.UNSPECIFIED.); -#6409=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17537,#17538,#17539,#17540,#17541, -#17542,#17543,#17544),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.235569299333, -2.47113859866601,2.52364151279007),.UNSPECIFIED.); -#6410=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17545,#17546,#17547,#17548,#17549, -#17550,#17551,#17552,#17553,#17554,#17555,#17556,#17557,#17558,#17559,#17560, -#17561,#17562),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069397, -0.0161824511758996,0.0286877157311052,0.0824339696097326,0.304379151991751, -0.526324334373769,1.76154763194177,2.99677092950977),.UNSPECIFIED.); -#6411=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17563,#17564,#17565,#17566,#17567, -#17568,#17569,#17570),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929933099, -2.47113859866199,2.5236415127839),.UNSPECIFIED.); -#6412=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17571,#17572,#17573,#17574,#17575, -#17576,#17577,#17578,#17579,#17580,#17581,#17582,#17583,#17584,#17585,#17586, -#17587,#17588),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071501, -0.0161824511758774,0.0286877157310398,0.0824339696095685,0.304379151990989, -0.526324334372409,1.76154763193827,2.99677092950412),.UNSPECIFIED.); -#6413=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17589,#17590,#17591,#17592,#17593, -#17594,#17595,#17596),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929932899, -2.47113859865798,2.52364151277781),.UNSPECIFIED.); -#6414=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17597,#17598,#17599,#17600,#17601, -#17602,#17603,#17604,#17605,#17606,#17607,#17608,#17609,#17610,#17611,#17612, -#17613,#17614),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075764, -0.0161824511759199,0.0286877157310827,0.0824339696094005,0.304379151990222, -0.526324334371043,1.76154763193491,2.99677092949876),.UNSPECIFIED.); -#6415=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17615,#17616,#17617,#17618,#17619, -#17620,#17621,#17622),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929932688, -2.47113859865375,2.52364151277151),.UNSPECIFIED.); -#6416=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17623,#17624,#17625,#17626,#17627, -#17628,#17629,#17630,#17631,#17632,#17633,#17634,#17635,#17636,#17637,#17638, -#17639,#17640),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073665, -0.0161824511758472,0.0286877157309572,0.0824339696091938,0.304379151989457, -0.526324334369719,1.7615476319316,2.99677092949348),.UNSPECIFIED.); -#6417=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17641,#17642,#17643,#17644,#17645, -#17646,#17647,#17648),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929932483, -2.47113859864967,2.52364151276532),.UNSPECIFIED.); -#6418=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17649,#17650,#17651,#17652,#17653, -#17654,#17655,#17656,#17657,#17658,#17659,#17660,#17661,#17662,#17663,#17664, -#17665,#17666),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072617, -0.0161824511758053,0.0286877157308951,0.0824339696089633,0.304379151988639, -0.526324334368325,1.76154763192821,2.99677092948809),.UNSPECIFIED.); -#6419=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17667,#17668,#17669,#17670,#17671, -#17672,#17673,#17674),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929932283, -2.47113859864564,2.52364151275923),.UNSPECIFIED.); -#6420=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17675,#17676,#17677,#17678,#17679, -#17680,#17681,#17682,#17683,#17684,#17685,#17686,#17687,#17688,#17689,#17690, -#17691,#17692),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075792, -0.0161824511758254,0.0286877157308828,0.0824339696088108,0.304379151987893, -0.526324334366965,1.76154763192474,2.99677092948252),.UNSPECIFIED.); -#6421=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17693,#17694,#17695,#17696,#17697, -#17698,#17699,#17700),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929932078, -2.47113859864156,2.52364151275304),.UNSPECIFIED.); -#6422=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17701,#17702,#17703,#17704,#17705, -#17706,#17707,#17708,#17709,#17710,#17711,#17712,#17713,#17714,#17715,#17716, -#17717,#17718),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071515, -0.0161824511757505,0.0286877157307852,0.0824339696085506,0.304379151987032, -0.526324334365503,1.76154763192114,2.99677092947677),.UNSPECIFIED.); -#6423=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17719,#17720,#17721,#17722,#17723, -#17724,#17725,#17726),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929931869, -2.47113859863738,2.52364151274675),.UNSPECIFIED.); -#6424=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17727,#17728,#17729,#17730,#17731, -#17732,#17733,#17734,#17735,#17736,#17737,#17738,#17739,#17740,#17741,#17742, -#17743,#17744),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071538, -0.0161824511757196,0.0286877157307238,0.0824339696083645,0.304379151986275, -0.526324334364186,1.76154763191783,2.99677092947148),.UNSPECIFIED.); -#6425=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17745,#17746,#17747,#17748,#17749, -#17750,#17751,#17752),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929931667, -2.47113859863334,2.52364151274058),.UNSPECIFIED.); -#6426=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17753,#17754,#17755,#17756,#17757, -#17758,#17759,#17760,#17761,#17762,#17763,#17764,#17765,#17766,#17767,#17768, -#17769,#17770),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075796, -0.0161824511757299,0.0286877157307025,0.082433969608206,0.304379151985536, -0.526324334362876,1.76154763191449,2.99677092946611),.UNSPECIFIED.); -#6427=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17771,#17772,#17773,#17774,#17775, -#17776,#17777,#17778),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929931465, -2.47113859862931,2.52364151273449),.UNSPECIFIED.); -#6428=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17779,#17780,#17781,#17782,#17783, -#17784,#17785,#17786,#17787,#17788,#17789,#17790,#17791,#17792,#17793,#17794, -#17795,#17796),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207582, -0.0161824511756997,0.0286877157306406,0.0824339696079988,0.304379151984758, -0.526324334361528,1.76154763191116,2.99677092946079),.UNSPECIFIED.); -#6429=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17797,#17798,#17799,#17800,#17801, -#17802,#17803,#17804),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692993126, -2.47113859862521,2.5236415127283),.UNSPECIFIED.); -#6430=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17805,#17806,#17807,#17808,#17809, -#17810,#17811,#17812,#17813,#17814,#17815,#17816,#17817,#17818,#17819,#17820, -#17821,#17822),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073712, -0.0161824511756467,0.028687715730567,0.0824339696078002,0.304379151983964, -0.526324334360138,1.76154763190777,2.99677092945541),.UNSPECIFIED.); -#6431=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17823,#17824,#17825,#17826,#17827, -#17828,#17829,#17830),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929931057, -2.47113859862115,2.52364151272211),.UNSPECIFIED.); -#6432=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17831,#17832,#17833,#17834,#17835, -#17836,#17837,#17838,#17839,#17840,#17841,#17842,#17843,#17844,#17845,#17846, -#17847,#17848),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070545, -0.0161824511756052,0.0286877157305054,0.0824339696075498,0.304379151983173, -0.526324334358797,1.76154763190443,2.99677092945007),.UNSPECIFIED.); -#6433=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17849,#17850,#17851,#17852,#17853, -#17854,#17855,#17856),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929930847, -2.47113859861695,2.52364151271582),.UNSPECIFIED.); -#6434=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17857,#17858,#17859,#17860,#17861, -#17862,#17863,#17864,#17865,#17866,#17867,#17868,#17869,#17870,#17871,#17872, -#17873,#17874),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662075843, -0.0161824511756157,0.0286877157304829,0.0824339696074081,0.304379151982426, -0.526324334357455,1.76154763190099,2.99677092944451),.UNSPECIFIED.); -#6435=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17875,#17876,#17877,#17878,#17879, -#17880,#17881,#17882),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929930647, -2.47113859861294,2.52364151270974),.UNSPECIFIED.); -#6436=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17883,#17884,#17885,#17886,#17887, -#17888,#17889,#17890,#17891,#17892,#17893,#17894,#17895,#17896,#17897,#17898, -#17899,#17900),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074808, -0.0161824511755738,0.0286877157304101,0.0824339696072331,0.304379151981705, -0.526324334356165,1.76154763189771,2.99677092943925),.UNSPECIFIED.); -#6437=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17901,#17902,#17903,#17904,#17905, -#17906,#17907,#17908),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929930444, -2.47113859860887,2.52364151270356),.UNSPECIFIED.); -#6438=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17909,#17910,#17911,#17912,#17913, -#17914,#17915,#17916,#17917,#17918,#17919,#17920,#17921,#17922,#17923,#17924, -#17925,#17926),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074835, -0.0161824511755537,0.0286877157303703,0.0824339696070054,0.304379151980898, -0.52632433435479,1.76154763189437,2.99677092943396),.UNSPECIFIED.); -#6439=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17927,#17928,#17929,#17930,#17931, -#17932,#17933,#17934),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692993024, -2.47113859860478,2.52364151269735),.UNSPECIFIED.); -#6440=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17935,#17936,#17937,#17938,#17939, -#17940,#17941,#17942,#17943,#17944,#17945,#17946,#17947,#17948,#17949,#17950, -#17951,#17952),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071645, -0.0161824511754799,0.0286877157302533,0.0824339696067819,0.304379151980088, -0.526324334353405,1.76154763189092,2.99677092942845),.UNSPECIFIED.); -#6441=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17953,#17954,#17955,#17956,#17957, -#17958,#17959,#17960),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929930039, -2.47113859860078,2.52364151269127),.UNSPECIFIED.); -#6442=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17961,#17962,#17963,#17964,#17965, -#17966,#17967,#17968,#17969,#17970,#17971,#17972,#17973,#17974,#17975,#17976, -#17977,#17978),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070611, -0.016182451175438,0.0286877157301806,0.0824339696065757,0.304379151979303, -0.526324334352042,1.76154763188759,2.99677092942314),.UNSPECIFIED.); -#6443=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17979,#17980,#17981,#17982,#17983, -#17984,#17985,#17986),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929929828, -2.47113859859656,2.523641512685),.UNSPECIFIED.); -#6444=B_SPLINE_CURVE_WITH_KNOTS('',3,(#17987,#17988,#17989,#17990,#17991, -#17992,#17993,#17994,#17995,#17996,#17997,#17998,#17999,#18000,#18001,#18002, -#18003,#18004),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073821, -0.0161824511754602,0.0286877157301823,0.0824339696064105,0.304379151978566, -0.526324334350722,1.76154763188429,2.99677092941786),.UNSPECIFIED.); -#6445=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18005,#18006,#18007,#18008,#18009, -#18010,#18011,#18012),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929929626, -2.47113859859252,2.5236415126788),.UNSPECIFIED.); -#6446=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18013,#18014,#18015,#18016,#18017, -#18018,#18019,#18020,#18021,#18022,#18023,#18024,#18025,#18026,#18027,#18028, -#18029,#18030),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662070594, -0.016182451175406,0.0286877157300948,0.0824339696061679,0.304379151977736, -0.526324334349294,1.76154763188068,2.99677092941205),.UNSPECIFIED.); -#6447=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18031,#18032,#18033,#18034,#18035, -#18036,#18037,#18038),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929929421, -2.47113859858842,2.52364151267263),.UNSPECIFIED.); -#6448=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18039,#18040,#18041,#18042,#18043, -#18044,#18045,#18046,#18047,#18048,#18049,#18050,#18051,#18052,#18053,#18054, -#18055,#18056),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073798, -0.0161824511753954,0.0286877157300635,0.0824339696059902,0.304379151976961, -0.526324334347944,1.76154763187733,2.99677092940672),.UNSPECIFIED.); -#6449=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18057,#18058,#18059,#18060,#18061, -#18062,#18063,#18064),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929929218, -2.47113859858436,2.52364151266651),.UNSPECIFIED.); -#6450=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18065,#18066,#18067,#18068,#18069, -#18070,#18071,#18072,#18073,#18074,#18075,#18076,#18077,#18078,#18079,#18080, -#18081,#18082),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069387, -0.0161824511753094,0.0286877157299355,0.0824339696057903,0.304379151976177, -0.526324334346564,1.76154763187394,2.99677092940133),.UNSPECIFIED.); -#6451=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18083,#18084,#18085,#18086,#18087, -#18088,#18089,#18090),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929929012, -2.47113859858023,2.52364151266024),.UNSPECIFIED.); -#6452=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18091,#18092,#18093,#18094,#18095, -#18096,#18097,#18098,#18099,#18100,#18101,#18102,#18103,#18104,#18105,#18106, -#18107,#18108),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069586, -0.0161824511752909,0.0286877157298966,0.0824339696055627,0.304379151975399, -0.526324334345235,1.76154763187062,2.996770929396),.UNSPECIFIED.); -#6453=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18109,#18110,#18111,#18112,#18113, -#18114,#18115,#18116),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929928807, -2.47113859857614,2.52364151265404),.UNSPECIFIED.); -#6454=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18117,#18118,#18119,#18120,#18121, -#18122,#18123,#18124,#18125,#18126,#18127,#18128,#18129,#18130,#18131,#18132, -#18133,#18134),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866207598, -0.0161824511753448,0.0286877157299191,0.0824339696054284,0.304379151974668, -0.526324334343919,1.76154763186731,2.99677092939071),.UNSPECIFIED.); -#6455=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18135,#18136,#18137,#18138,#18139, -#18140,#18141,#18142),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929928601, -2.47113859857201,2.52364151264785),.UNSPECIFIED.); -#6456=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18143,#18144,#18145,#18146,#18147, -#18148,#18149,#18150,#18151,#18152,#18153,#18154,#18155,#18156,#18157,#18158, -#18159,#18160),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072793, -0.0161824511752704,0.0286877157298236,0.0824339696051948,0.304379151973851, -0.526324334342495,1.76154763186384,2.99677092938518),.UNSPECIFIED.); -#6457=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18161,#18162,#18163,#18164,#18165, -#18166,#18167,#18168),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929928398, -2.47113859856797,2.52364151264173),.UNSPECIFIED.); -#6458=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18169,#18170,#18171,#18172,#18173, -#18174,#18175,#18176,#18177,#18178,#18179,#18180,#18181,#18182,#18183,#18184, -#18185,#18186),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.0036771866206961, -0.0161824511752069,0.0286877157297171,0.0824339696049934,0.304379151973057, -0.52632433434112,1.76154763186042,2.99677092937973),.UNSPECIFIED.); -#6459=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18187,#18188,#18189,#18190,#18191, -#18192,#18193,#18194),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929928194, -2.47113859856388,2.52364151263552),.UNSPECIFIED.); -#6460=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18195,#18196,#18197,#18198,#18199, -#18200,#18201,#18202,#18203,#18204,#18205,#18206,#18207,#18208,#18209,#18210, -#18211,#18212),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662074926, -0.0161824511752282,0.0286877157297178,0.0824339696048132,0.304379151972314, -0.526324334339814,1.76154763185706,2.99677092937429),.UNSPECIFIED.); -#6461=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18213,#18214,#18215,#18216,#18217, -#18218,#18219,#18220),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929927989, -2.47113859855977,2.5236415126293),.UNSPECIFIED.); -#6462=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18221,#18222,#18223,#18224,#18225, -#18226,#18227,#18228,#18229,#18230,#18231,#18232,#18233,#18234,#18235,#18236, -#18237,#18238),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072816, -0.0161824511751971,0.0286877157296553,0.0824339696045936,0.304379151971519, -0.526324334338445,1.7615476318537,2.99677092936894),.UNSPECIFIED.); -#6463=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18239,#18240,#18241,#18242,#18243, -#18244,#18245,#18246),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929927784, -2.47113859855569,2.5236415126231),.UNSPECIFIED.); -#6464=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18247,#18248,#18249,#18250,#18251, -#18252,#18253,#18254,#18255,#18256,#18257,#18258,#18259,#18260,#18261,#18262, -#18263,#18264),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069642, -0.0161824511751233,0.0286877157295496,0.0824339696043737,0.304379151970712, -0.52632433433705,1.76154763185028,2.99677092936352),.UNSPECIFIED.); -#6465=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18265,#18266,#18267,#18268,#18269, -#18270,#18271,#18272),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929927582, -2.47113859855165,2.52364151261699),.UNSPECIFIED.); -#6466=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18273,#18274,#18275,#18276,#18277, -#18278,#18279,#18280,#18281,#18282,#18283,#18284,#18285,#18286,#18287,#18288, -#18289,#18290),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069647, -0.0161824511751129,0.0286877157295187,0.0824339696041621,0.304379151969918, -0.526324334335675,1.76154763184687,2.99677092935806),.UNSPECIFIED.); -#6467=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18291,#18292,#18293,#18294,#18295, -#18296,#18297,#18298),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929927378, -2.47113859854756,2.52364151261077),.UNSPECIFIED.); -#6468=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18299,#18300,#18301,#18302,#18303, -#18304,#18305,#18306,#18307,#18308,#18309,#18310,#18311,#18312,#18313,#18314, -#18315,#18316),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662069606, -0.0161824511750706,0.0286877157294451,0.0824339696039744,0.304379151969167, -0.526324334334371,1.76154763184355,2.99677092935273),.UNSPECIFIED.); -#6469=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18317,#18318,#18319,#18320,#18321, -#18322,#18323,#18324),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929927173, -2.47113859854346,2.52364151260456),.UNSPECIFIED.); -#6470=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18325,#18326,#18327,#18328,#18329, -#18330,#18331,#18332,#18333,#18334,#18335,#18336,#18337,#18338,#18339,#18340, -#18341,#18342),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662072858, -0.0161824511750707,0.0286877157294135,0.082433969603837,0.304379151968447, -0.526324334333046,1.76154763184017,2.9967709293473),.UNSPECIFIED.); -#6471=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18343,#18344,#18345,#18346,#18347, -#18348,#18349,#18350),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929926964, -2.47113859853928,2.52364151259835),.UNSPECIFIED.); -#6472=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18351,#18352,#18353,#18354,#18355, -#18356,#18357,#18358,#18359,#18360,#18361,#18362,#18363,#18364,#18365,#18366, -#18367,#18368),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662071806, -0.0161824511750293,0.0286877157293506,0.0824339696036162,0.304379151967637, -0.526324334331668,1.76154763183678,2.99677092934189),.UNSPECIFIED.); -#6473=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18369,#18370,#18371,#18372,#18373, -#18374,#18375,#18376),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929926762, -2.47113859853524,2.52364151259215),.UNSPECIFIED.); -#6474=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18377,#18378,#18379,#18380,#18381, -#18382,#18383,#18384,#18385,#18386,#18387,#18388,#18389,#18390,#18391,#18392, -#18393,#18394),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662073943, -0.0161824511750292,0.0286877157293196,0.082433969603427,0.304379151966881, -0.526324334330324,1.76154763183341,2.9967709293365),.UNSPECIFIED.); -#6475=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18395,#18396,#18397,#18398,#18399, -#18400,#18401,#18402),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.23556929926557, -2.47113859853116,2.52364151258603),.UNSPECIFIED.); -#6476=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18403,#18404,#18405,#18406,#18407, -#18408,#18409,#18410,#18411,#18412,#18413,#18414,#18415,#18416,#18417,#18418, -#18419,#18420),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,4),(0.,0.00367718662068639, -0.0161824511749553,0.0286877157292141,0.0824339696031954,0.304379151966038, -0.526324334328881,1.76154763182996,2.99677092933104),.UNSPECIFIED.); -#6477=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18421,#18422,#18423,#18424,#18425, -#18426,#18427,#18428),.UNSPECIFIED.,.F.,.F.,(4,2,2,4),(0.,1.2355692994679, -2.47113859893581,2.52364151319821),.UNSPECIFIED.); -#6478=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18479,#18480),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6479=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18486,#18487),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6480=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18488,#18489),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6481=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18490,#18491),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6482=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18492,#18493),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6483=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18494,#18495),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6484=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18496,#18497),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6485=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18498,#18499),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6486=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18500,#18501),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6487=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18502,#18503),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6488=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18504,#18505),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6489=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18506,#18507),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6490=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18508,#18509),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6491=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18510,#18511),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6492=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18512,#18513),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6493=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18514,#18515),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6494=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18516,#18517),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6495=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18518,#18519),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6496=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18520,#18521),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6497=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18522,#18523),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6498=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18524,#18525),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6499=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18526,#18527),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6500=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18528,#18529),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.6014832296269,0.),.UNSPECIFIED.); -#6501=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18530,#18531),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6502=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18532,#18533),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6503=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18534,#18535),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6504=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18536,#18537),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6505=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18538,#18539),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6506=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18540,#18541),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6507=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18542,#18543),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6508=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18544,#18545),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6509=B_SPLINE_CURVE_WITH_KNOTS('',1,(#18546,#18547),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6510=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18548,#18549,#18550,#18551,#18552, -#18553,#18554,#18555,#18556,#18557,#18558,#18559,#18560,#18561,#18562,#18563, -#18564,#18565,#18566,#18567),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932244467E-5,1.23523812636469,2.47046430703616,2.69241021703892, -2.91435612704168,2.96810256626438,2.98060787185773,2.99311317745108,2.99679036843675), - .UNSPECIFIED.); -#6511=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18568,#18569,#18570,#18571,#18572, -#18573,#18574,#18575,#18576,#18577,#18578,#18579),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838420717,0.0500590400904787,0.0975816506405096, -0.178717390306507,0.465700812703331),.UNSPECIFIED.); -#6512=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18580,#18581,#18582,#18583,#18584, -#18585,#18586,#18587,#18588,#18589,#18590),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6513=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18591,#18592,#18593,#18594,#18595, -#18596,#18597,#18598,#18599,#18600,#18601,#18602,#18603,#18604,#18605,#18606, -#18607,#18608,#18609,#18610),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456990123021E-5,1.235238126368,2.47046430703699,2.69241021703931, -2.91435612704162,2.96810256626421,2.98060787185753,2.99311317745085,2.9967903684365), - .UNSPECIFIED.); -#6514=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18611,#18612,#18613,#18614,#18615, -#18616,#18617,#18618,#18619,#18620,#18621,#18622),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838543106,0.0500590401151642,0.0975816506879003, -0.178717390366485,0.465700812703393),.UNSPECIFIED.); -#6515=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18623,#18624,#18625,#18626,#18627, -#18628,#18629,#18630,#18631,#18632,#18633),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6516=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18634,#18635,#18636,#18637,#18638, -#18639,#18640,#18641,#18642,#18643,#18644,#18645,#18646,#18647,#18648,#18649, -#18650,#18651,#18652,#18653),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945693047303E-5,1.23523812636449,2.47046430703593,2.69241021703869, -2.91435612704144,2.96810256626413,2.98060787185748,2.99311317745083,2.99679036843648), - .UNSPECIFIED.); -#6517=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18654,#18655,#18656,#18657,#18658, -#18659,#18660,#18661,#18662,#18663,#18664,#18665),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983853448,0.0500590401131245,0.0975816506826571, -0.178717390357705,0.465700812703347),.UNSPECIFIED.); -#6518=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18666,#18667,#18668,#18669,#18670, -#18671,#18672,#18673,#18674,#18675,#18676),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6519=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18677,#18678,#18679,#18680,#18681, -#18682,#18683,#18684,#18685,#18686,#18687,#18688,#18689,#18690,#18691,#18692, -#18693,#18694,#18695,#18696),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456989272839E-5,1.23523812636792,2.4704643070369,2.69241021703922, -2.91435612704153,2.96810256626411,2.98060787185744,2.99311317745076,2.99679036843644), - .UNSPECIFIED.); -#6520=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18697,#18698,#18699,#18700,#18701, -#18702,#18703,#18704,#18705,#18706,#18707,#18708),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838536587,0.0500590401137224,0.097581650683196, -0.178717390358144,0.465700812703428),.UNSPECIFIED.); -#6521=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18709,#18710,#18711,#18712,#18713, -#18714,#18715,#18716,#18717,#18718,#18719),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6522=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18720,#18721,#18722,#18723,#18724, -#18725,#18726,#18727,#18728,#18729,#18730,#18731,#18732,#18733,#18734,#18735, -#18736,#18737,#18738,#18739),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977664038E-5,1.23523812636725,2.47046430703673,2.69241021703913, -2.91435612704153,2.96810256626414,2.98060787185747,2.99311317745079,2.99679036843647), - .UNSPECIFIED.); -#6523=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18740,#18741,#18742,#18743,#18744, -#18745,#18746,#18747,#18748,#18749,#18750,#18751),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838493631,0.0500590401052519,0.0975816506667855, -0.178717390340821,0.465700812703389),.UNSPECIFIED.); -#6524=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18752,#18753,#18754,#18755,#18756, -#18757,#18758,#18759,#18760,#18761,#18762),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6525=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18763,#18764,#18765,#18766,#18767, -#18768,#18769,#18770,#18771,#18772,#18773,#18774,#18775,#18776,#18777,#18778, -#18779,#18780,#18781,#18782),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977652228E-5,1.23523812636725,2.47046430703672,2.69241021703913, -2.91435612704153,2.96810256626413,2.98060787185747,2.99311317745079,2.99679036843647), - .UNSPECIFIED.); -#6526=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18783,#18784,#18785,#18786,#18787, -#18788,#18789,#18790,#18791,#18792,#18793,#18794),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838581912,0.0500590401215288,0.0975816507005388, -0.178717390380963,0.465700812703189),.UNSPECIFIED.); -#6527=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18795,#18796,#18797,#18798,#18799, -#18800,#18801,#18802,#18803,#18804,#18805),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6528=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18806,#18807,#18808,#18809,#18810, -#18811,#18812,#18813,#18814,#18815,#18816,#18817,#18818,#18819,#18820,#18821, -#18822,#18823,#18824,#18825),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977664039E-5,1.23523812636726,2.47046430703675,2.69241021703915, -2.91435612704155,2.96810256626416,2.98060787185749,2.99311317745082,2.99679036843646), - .UNSPECIFIED.); -#6529=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18826,#18827,#18828,#18829,#18830, -#18831,#18832,#18833,#18834,#18835,#18836,#18837),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983850204,0.0500590401087306,0.0975816506807662, -0.178717390353255,0.465700812703223),.UNSPECIFIED.); -#6530=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18838,#18839,#18840,#18841,#18842, -#18843,#18844,#18845,#18846,#18847,#18848),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702967), - .UNSPECIFIED.); -#6531=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18849,#18850,#18851,#18852,#18853, -#18854,#18855,#18856,#18857,#18858,#18859,#18860,#18861,#18862,#18863,#18864, -#18865,#18866,#18867,#18868),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977652229E-5,1.23523812636725,2.47046430703674,2.69241021703915, -2.91435612704155,2.96810256626415,2.98060787185749,2.99311317745081,2.99679036843648), - .UNSPECIFIED.); -#6532=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18869,#18870,#18871,#18872,#18873, -#18874,#18875,#18876,#18877,#18878,#18879,#18880),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838516684,0.0500590401109026,0.0975816506815499, -0.178717390357083,0.465700812703338),.UNSPECIFIED.); -#6533=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18881,#18882,#18883,#18884,#18885, -#18886,#18887,#18888,#18889,#18890,#18891),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6534=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18892,#18893,#18894,#18895,#18896, -#18897,#18898,#18899,#18900,#18901,#18902,#18903,#18904,#18905,#18906,#18907, -#18908,#18909,#18910,#18911),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931217027E-5,1.2352381263645,2.47046430703588,2.69241021703863, -2.91435612704137,2.96810256626406,2.98060787185741,2.99311317745075,2.99679036843644), - .UNSPECIFIED.); -#6535=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18912,#18913,#18914,#18915,#18916, -#18917,#18918,#18919,#18920,#18921,#18922,#18923),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838580484,0.0500590401224751,0.0975816507010809, -0.178717390380426,0.465700812703359),.UNSPECIFIED.); -#6536=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18924,#18925,#18926,#18927,#18928, -#18929,#18930,#18931,#18932,#18933,#18934),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6537=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18935,#18936,#18937,#18938,#18939, -#18940,#18941,#18942,#18943,#18944,#18945,#18946,#18947,#18948,#18949,#18950, -#18951,#18952,#18953,#18954),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977652228E-5,1.23523812636725,2.47046430703673,2.69241021703913, -2.91435612704153,2.96810256626413,2.98060787185747,2.99311317745079,2.99679036843647), - .UNSPECIFIED.); -#6538=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18955,#18956,#18957,#18958,#18959, -#18960,#18961,#18962,#18963,#18964,#18965,#18966),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983850914,0.0500590401078669,0.0975816506687043, -0.178717390337025,0.465700812703673),.UNSPECIFIED.); -#6539=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18967,#18968,#18969,#18970,#18971, -#18972,#18973,#18974,#18975,#18976,#18977),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703954,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6540=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18978,#18979,#18980,#18981,#18982, -#18983,#18984,#18985,#18986,#18987,#18988,#18989,#18990,#18991,#18992,#18993, -#18994,#18995,#18996,#18997),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977664038E-5,1.23523812636725,2.47046430703673,2.69241021703913, -2.91435612704153,2.96810256626414,2.98060787185747,2.99311317745079,2.99679036843644), - .UNSPECIFIED.); -#6541=B_SPLINE_CURVE_WITH_KNOTS('',3,(#18998,#18999,#19000,#19001,#19002, -#19003,#19004,#19005,#19006,#19007,#19008,#19009),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838556604,0.050059040119472,0.0975816507003409, -0.17871739038283,0.465700812703252),.UNSPECIFIED.); -#6542=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19010,#19011,#19012,#19013,#19014, -#19015,#19016,#19017,#19018,#19019,#19020),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508325,2.52366188702966), - .UNSPECIFIED.); -#6543=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19021,#19022,#19023,#19024,#19025, -#19026,#19027,#19028,#19029,#19030,#19031,#19032,#19033,#19034,#19035,#19036, -#19037,#19038,#19039,#19040),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977652232E-5,1.23523812636729,2.47046430703681,2.69241021703922, -2.91435612704163,2.96810256626424,2.98060787185757,2.9931131774509,2.99679036843657), - .UNSPECIFIED.); -#6544=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19041,#19042,#19043,#19044,#19045, -#19046,#19047,#19048,#19049,#19050,#19051,#19052),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838529986,0.0500590401134321,0.0975816506858147, -0.178717390361415,0.465700812703365),.UNSPECIFIED.); -#6545=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19053,#19054,#19055,#19056,#19057, -#19058,#19059,#19060,#19061,#19062,#19063),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6546=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19064,#19065,#19066,#19067,#19068, -#19069,#19070,#19071,#19072,#19073,#19074,#19075,#19076,#19077,#19078,#19079, -#19080,#19081,#19082,#19083),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456989013039E-5,1.23523812636801,2.47046430703711,2.69241021703945, -2.91435612704178,2.96810256626437,2.9806078718577,2.99311317745102,2.99679036843667), - .UNSPECIFIED.); -#6547=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19084,#19085,#19086,#19087,#19088, -#19089,#19090,#19091,#19092,#19093,#19094,#19095),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838572756,0.050059040121866,0.0975816507022551, -0.178717390381411,0.4657008127034),.UNSPECIFIED.); -#6548=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19096,#19097,#19098,#19099,#19100, -#19101,#19102,#19103,#19104,#19105,#19106),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6549=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19107,#19108,#19109,#19110,#19111, -#19112,#19113,#19114,#19115,#19116,#19117,#19118,#19119,#19120,#19121,#19122, -#19123,#19124,#19125,#19126),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456989001228E-5,1.23523812636799,2.47046430703709,2.69241021703942, -2.91435612704175,2.96810256626434,2.98060787185767,2.99311317745099,2.99679036843667), - .UNSPECIFIED.); -#6550=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19127,#19128,#19129,#19130,#19131, -#19132,#19133,#19134,#19135,#19136,#19137,#19138),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838561574,0.0500590401185562,0.0975816506920859, -0.178717390375873,0.465700812703008),.UNSPECIFIED.); -#6551=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19139,#19140,#19141,#19142,#19143, -#19144,#19145,#19146,#19147,#19148,#19149),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6552=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19150,#19151,#19152,#19153,#19154, -#19155,#19156,#19157,#19158,#19159,#19160,#19161,#19162,#19163,#19164,#19165, -#19166,#19167,#19168,#19169),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978030034E-5,1.23523812636736,2.47046430703692,2.69241021703933, -2.91435612704175,2.96810256626436,2.98060787185769,2.99311317745102,2.9967903684367), - .UNSPECIFIED.); -#6553=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19170,#19171,#19172,#19173,#19174, -#19175,#19176,#19177,#19178,#19179,#19180,#19181),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838477543,0.0500590401032473,0.0975816506697144, -0.178717390348818,0.465700812703102),.UNSPECIFIED.); -#6554=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19182,#19183,#19184,#19185,#19186, -#19187,#19188,#19189,#19190,#19191,#19192),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6555=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19193,#19194,#19195,#19196,#19197, -#19198,#19199,#19200,#19201,#19202,#19203,#19204,#19205,#19206,#19207,#19208, -#19209,#19210,#19211,#19212),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978041844E-5,1.23523812636737,2.47046430703693,2.69241021703934, -2.91435612704176,2.96810256626437,2.9806078718577,2.99311317745103,2.9967903684367), - .UNSPECIFIED.); -#6556=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19213,#19214,#19215,#19216,#19217, -#19218,#19219,#19220,#19221,#19222,#19223,#19224),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838517988,0.0500590401117607,0.0975816506843431, -0.178717390363972,0.465700812703134),.UNSPECIFIED.); -#6557=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19225,#19226,#19227,#19228,#19229, -#19230,#19231,#19232,#19233,#19234,#19235),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6558=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19236,#19237,#19238,#19239,#19240, -#19241,#19242,#19243,#19244,#19245,#19246,#19247,#19248,#19249,#19250,#19251, -#19252,#19253,#19254,#19255),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945693144131E-5,1.23523812636464,2.47046430703613,2.69241021703889, -2.91435612704165,2.96810256626435,2.9806078718577,2.99311317745104,2.9967903684367), - .UNSPECIFIED.); -#6559=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19256,#19257,#19258,#19259,#19260, -#19261,#19262,#19263,#19264,#19265,#19266,#19267),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838508658,0.0500590401093198,0.0975816506785747, -0.178717390354608,0.465700812703228),.UNSPECIFIED.); -#6560=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19268,#19269,#19270,#19271,#19272, -#19273,#19274,#19275,#19276,#19277,#19278),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6561=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19279,#19280,#19281,#19282,#19283, -#19284,#19285,#19286,#19287,#19288,#19289,#19290,#19291,#19292,#19293,#19294, -#19295,#19296,#19297,#19298),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945693144131E-5,1.23523812636464,2.47046430703613,2.69241021703889, -2.91435612704165,2.96810256626435,2.9806078718577,2.99311317745104,2.9967903684367), - .UNSPECIFIED.); -#6562=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19299,#19300,#19301,#19302,#19303, -#19304,#19305,#19306,#19307,#19308,#19309,#19310),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983854211,0.0500590401157598,0.0975816506901075, -0.178717390366318,0.465700812703356),.UNSPECIFIED.); -#6563=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19311,#19312,#19313,#19314,#19315, -#19316,#19317,#19318,#19319,#19320,#19321),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703953,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6564=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19322,#19323,#19324,#19325,#19326, -#19327,#19328,#19329,#19330,#19331,#19332,#19333,#19334,#19335,#19336,#19337, -#19338,#19339,#19340,#19341),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932055405E-5,1.23523812636468,2.47046430703615,2.69241021703891, -2.91435612704167,2.96810256626436,2.98060787185771,2.99311317745105,2.9967903684367), - .UNSPECIFIED.); -#6565=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19342,#19343,#19344,#19345,#19346, -#19347,#19348,#19349,#19350,#19351,#19352,#19353),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.02538598384342,0.0500590400961554,0.0975816506546783, -0.178717390319974,0.46570081270362),.UNSPECIFIED.); -#6566=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19354,#19355,#19356,#19357,#19358, -#19359,#19360,#19361,#19362,#19363,#19364),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6567=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19365,#19366,#19367,#19368,#19369, -#19370,#19371,#19372,#19373,#19374,#19375,#19376,#19377,#19378,#19379,#19380, -#19381,#19382,#19383,#19384),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978160044E-5,1.23523812636736,2.47046430703691,2.69241021703933, -2.91435612704174,2.96810256626435,2.98060787185768,2.99311317745101,2.99679036843667), - .UNSPECIFIED.); -#6568=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19385,#19386,#19387,#19388,#19389, -#19390,#19391,#19392,#19393,#19394,#19395,#19396),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838528568,0.0500590401139436,0.097581650689454, -0.178717390368289,0.465700812703221),.UNSPECIFIED.); -#6569=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19397,#19398,#19399,#19400,#19401, -#19402,#19403,#19404,#19405,#19406,#19407),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270395,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6570=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19408,#19409,#19410,#19411,#19412, -#19413,#19414,#19415,#19416,#19417,#19418,#19419,#19420,#19421,#19422,#19423, -#19424,#19425,#19426,#19427),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978160044E-5,1.23523812636737,2.47046430703692,2.69241021703934, -2.91435612704175,2.96810256626436,2.98060787185769,2.99311317745102,2.99679036843667), - .UNSPECIFIED.); -#6571=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19428,#19429,#19430,#19431,#19432, -#19433,#19434,#19435,#19436,#19437,#19438,#19439),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838492088,0.0500590401060554,0.0975816506723988, -0.178717390348424,0.465700812703216),.UNSPECIFIED.); -#6572=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19440,#19441,#19442,#19443,#19444, -#19445,#19446,#19447,#19448,#19449,#19450),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270395,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6573=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19451,#19452,#19453,#19454,#19455, -#19456,#19457,#19458,#19459,#19460,#19461,#19462,#19463,#19464,#19465,#19466, -#19467,#19468,#19469,#19470),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932043595E-5,1.23523812636466,2.47046430703612,2.69241021703888, -2.91435612704163,2.96810256626433,2.98060787185768,2.99311317745102,2.9967903684367), - .UNSPECIFIED.); -#6574=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19471,#19472,#19473,#19474,#19475, -#19476,#19477,#19478,#19479,#19480,#19481,#19482),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983851503,0.0500590401105764,0.0975816506810385, -0.178717390356946,0.465700812703255),.UNSPECIFIED.); -#6575=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19483,#19484,#19485,#19486,#19487, -#19488,#19489,#19490,#19491,#19492,#19493),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6576=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19494,#19495,#19496,#19497,#19498, -#19499,#19500,#19501,#19502,#19503,#19504,#19505,#19506,#19507,#19508,#19509, -#19510,#19511,#19512,#19513),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945697864413E-5,1.23523812636741,2.47046430703696,2.69241021703937, -2.91435612704178,2.96810256626439,2.98060787185773,2.99311317745105,2.9967903684367), - .UNSPECIFIED.); -#6577=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19514,#19515,#19516,#19517,#19518, -#19519,#19520,#19521,#19522,#19523,#19524,#19525),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838480284,0.0500590401042841,0.0975816506708921, -0.178717390344966,0.465700812703082),.UNSPECIFIED.); -#6578=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19526,#19527,#19528,#19529,#19530, -#19531,#19532,#19533,#19534,#19535,#19536),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6579=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19537,#19538,#19539,#19540,#19541, -#19542,#19543,#19544,#19545,#19546,#19547,#19548,#19549,#19550,#19551,#19552, -#19553,#19554,#19555,#19556),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932362452E-5,1.23523812636469,2.47046430703613,2.69241021703889, -2.91435612704165,2.96810256626434,2.98060787185769,2.99311317745103,2.9967903684367), - .UNSPECIFIED.); -#6580=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19557,#19558,#19559,#19560,#19561, -#19562,#19563,#19564,#19565,#19566,#19567,#19568),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838419811,0.0500590400924192,0.0975816506484705, -0.178717390318856,0.465700812703087),.UNSPECIFIED.); -#6581=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19569,#19570,#19571,#19572,#19573, -#19574,#19575,#19576,#19577,#19578,#19579),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270395,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6582=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19580,#19581,#19582,#19583,#19584, -#19585,#19586,#19587,#19588,#19589,#19590,#19591,#19592,#19593,#19594,#19595, -#19596,#19597,#19598,#19599),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932362451E-5,1.23523812636468,2.47046430703612,2.69241021703887, -2.91435612704162,2.96810256626432,2.98060787185767,2.99311317745101,2.9967903684367), - .UNSPECIFIED.); -#6583=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19600,#19601,#19602,#19603,#19604, -#19605,#19606,#19607,#19608,#19609,#19610,#19611),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838546636,0.0500590401154604,0.0975816506857035, -0.178717390357907,0.465700812703423),.UNSPECIFIED.); -#6584=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19612,#19613,#19614,#19615,#19616, -#19617,#19618,#19619,#19620,#19621,#19622),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270395,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6585=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19623,#19624,#19625,#19626,#19627, -#19628,#19629,#19630,#19631,#19632,#19633,#19634,#19635,#19636,#19637,#19638, -#19639,#19640,#19641,#19642),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978089079E-5,1.23523812636738,2.47046430703694,2.69241021703936, -2.91435612704178,2.96810256626438,2.98060787185772,2.99311317745104,2.99679036843671), - .UNSPECIFIED.); -#6586=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19643,#19644,#19645,#19646,#19647, -#19648,#19649,#19650,#19651,#19652,#19653,#19654),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838486192,0.0500590401049862,0.0975816506711179, -0.17871739034467,0.465700812703204),.UNSPECIFIED.); -#6587=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19655,#19656,#19657,#19658,#19659, -#19660,#19661,#19662,#19663,#19664,#19665),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6588=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19666,#19667,#19668,#19669,#19670, -#19671,#19672,#19673,#19674,#19675,#19676,#19677,#19678,#19679,#19680,#19681, -#19682,#19683,#19684,#19685),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978183664E-5,1.23523812636738,2.47046430703694,2.69241021703936, -2.91435612704178,2.96810256626438,2.98060787185772,2.99311317745104,2.99679036843669), - .UNSPECIFIED.); -#6589=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19686,#19687,#19688,#19689,#19690, -#19691,#19692,#19693,#19694,#19695,#19696,#19697),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838563559,0.050059040119041,0.0975816506936739, -0.178717390372143,0.465700812703454),.UNSPECIFIED.); -#6590=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19698,#19699,#19700,#19701,#19702, -#19703,#19704,#19705,#19706,#19707,#19708),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6591=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19709,#19710,#19711,#19712,#19713, -#19714,#19715,#19716,#19717,#19718,#19719,#19720,#19721,#19722,#19723,#19724, -#19725,#19726,#19727,#19728),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977841188E-5,1.23523812636737,2.47046430703696,2.69241021703938, -2.91435612704181,2.96810256626442,2.98060787185775,2.99311317745107,2.99679036843674), - .UNSPECIFIED.); -#6592=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19729,#19730,#19731,#19732,#19733, -#19734,#19735,#19736,#19737,#19738,#19739,#19740),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838544522,0.0500590401169931,0.0975816506945517, -0.178717390375094,0.465700812703211),.UNSPECIFIED.); -#6593=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19741,#19742,#19743,#19744,#19745, -#19746,#19747,#19748,#19749,#19750,#19751),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703952,1.28807779467682,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6594=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19752,#19753,#19754,#19755,#19756, -#19757,#19758,#19759,#19760,#19761,#19762,#19763,#19764,#19765,#19766,#19767, -#19768,#19769,#19770,#19771),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932740467E-5,1.23523812636468,2.47046430703608,2.69241021703883, -2.91435612704159,2.96810256626431,2.98060787185765,2.99311317745099,2.99679036843669), - .UNSPECIFIED.); -#6595=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19772,#19773,#19774,#19775,#19776, -#19777,#19778,#19779,#19780,#19781,#19782,#19783),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838456491,0.0500590400984097,0.0975816506579509, -0.17871739032626,0.465700812703359),.UNSPECIFIED.); -#6596=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19784,#19785,#19786,#19787,#19788, -#19789,#19790,#19791,#19792,#19793,#19794),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703418,1.28807779467679,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6597=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19795,#19796,#19797,#19798,#19799, -#19800,#19801,#19802,#19803,#19804,#19805,#19806,#19807,#19808,#19809,#19810, -#19811,#19812,#19813,#19814),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978254521E-5,1.23523812636741,2.47046430703699,2.69241021703938, -2.91435612704179,2.96810256626435,2.9806078718577,2.99311317745104,2.99679036843669), - .UNSPECIFIED.); -#6598=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19815,#19816,#19817,#19818,#19819, -#19820,#19821,#19822,#19823,#19824,#19825,#19826),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838545468,0.0500590401154767,0.0975816506867752, -0.178717390363605,0.465700812703372),.UNSPECIFIED.); -#6599=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19827,#19828,#19829,#19830,#19831, -#19832,#19833,#19834,#19835,#19836,#19837),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704799,1.28807779467687,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6600=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19838,#19839,#19840,#19841,#19842, -#19843,#19844,#19845,#19846,#19847,#19848,#19849,#19850,#19851,#19852,#19853, -#19854,#19855,#19856,#19857),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932834943E-5,1.2352381263647,2.47046430703613,2.69241021703889, -2.91435612704164,2.96810256626433,2.98060787185767,2.99311317745102,2.99679036843669), - .UNSPECIFIED.); -#6601=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19858,#19859,#19860,#19861,#19862, -#19863,#19864,#19865,#19866,#19867,#19868,#19869),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838539365,0.0500590401154346,0.0975816506909785, -0.17871739036653,0.465700812703373),.UNSPECIFIED.); -#6602=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19870,#19871,#19872,#19873,#19874, -#19875,#19876,#19877,#19878,#19879,#19880),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703743,1.28807779467681,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6603=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19881,#19882,#19883,#19884,#19885, -#19886,#19887,#19888,#19889,#19890,#19891,#19892,#19893,#19894,#19895,#19896, -#19897,#19898,#19899,#19900),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977841184E-5,1.23523812636733,2.47046430703687,2.69241021703929, -2.9143561270417,2.9681025662643,2.98060787185764,2.99311317745099,2.99679036843669), - .UNSPECIFIED.); -#6604=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19901,#19902,#19903,#19904,#19905, -#19906,#19907,#19908,#19909,#19910,#19911,#19912),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838469612,0.0500590401016834,0.0975816506667671, -0.178717390347925,0.465700812703089),.UNSPECIFIED.); -#6605=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19913,#19914,#19915,#19916,#19917, -#19918,#19919,#19920,#19921,#19922,#19923),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704159,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6606=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19924,#19925,#19926,#19927,#19928, -#19929,#19930,#19931,#19932,#19933,#19934,#19935,#19936,#19937,#19938,#19939, -#19940,#19941,#19942,#19943),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932834947E-5,1.23523812636474,2.4704643070362,2.69241021703897, -2.91435612704173,2.96810256626443,2.98060787185777,2.99311317745112,2.99679036843674), - .UNSPECIFIED.); -#6607=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19944,#19945,#19946,#19947,#19948, -#19949,#19950,#19951,#19952,#19953,#19954,#19955),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838516344,0.0500590401107756,0.0975816506812271, -0.178717390357692,0.465700812703313),.UNSPECIFIED.); -#6608=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19956,#19957,#19958,#19959,#19960, -#19961,#19962,#19963,#19964,#19965,#19966),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703847,1.28807779467681,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6609=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19967,#19968,#19969,#19970,#19971, -#19972,#19973,#19974,#19975,#19976,#19977,#19978,#19979,#19980,#19981,#19982, -#19983,#19984,#19985,#19986),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932575131E-5,1.23523812636467,2.47046430703607,2.69241021703881, -2.91435612704156,2.96810256626428,2.98060787185763,2.99311317745097,2.99679036843669), - .UNSPECIFIED.); -#6610=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19987,#19988,#19989,#19990,#19991, -#19992,#19993,#19994,#19995,#19996,#19997,#19998),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838538731,0.0500590401153389,0.0975816506910002, -0.178717390372445,0.465700812703176),.UNSPECIFIED.); -#6611=B_SPLINE_CURVE_WITH_KNOTS('',3,(#19999,#20000,#20001,#20002,#20003, -#20004,#20005,#20006,#20007,#20008,#20009),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703417,1.28807779467679,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6612=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20010,#20011,#20012,#20013,#20014, -#20015,#20016,#20017,#20018,#20019,#20020,#20021,#20022,#20023,#20024,#20025, -#20026,#20027,#20028,#20029),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932834943E-5,1.23523812636474,2.47046430703619,2.69241021703892, -2.91435612704166,2.96810256626431,2.98060787185767,2.99311317745104,2.99679036843669), - .UNSPECIFIED.); -#6613=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20030,#20031,#20032,#20033,#20034, -#20035,#20036,#20037,#20038,#20039,#20040,#20041),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838531968,0.0500590401126554,0.0975816506798144, -0.178717390355309,0.465700812703426),.UNSPECIFIED.); -#6614=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20042,#20043,#20044,#20045,#20046, -#20047,#20048,#20049,#20050,#20051,#20052),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.05250501427048,1.28807779467687,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6615=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20053,#20054,#20055,#20056,#20057, -#20058,#20059,#20060,#20061,#20062,#20063,#20064,#20065,#20066,#20067,#20068, -#20069,#20070,#20071,#20072),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933201037E-5,1.23523812636474,2.47046430703617,2.69241021703893, -2.91435612704168,2.96810256626437,2.98060787185772,2.99311317745107,2.99679036843669), - .UNSPECIFIED.); -#6616=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20073,#20074,#20075,#20076,#20077, -#20078,#20079,#20080,#20081,#20082,#20083,#20084),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838534161,0.0500590401131217,0.097581650683693, -0.178717390362776,0.465700812703386),.UNSPECIFIED.); -#6617=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20085,#20086,#20087,#20088,#20089, -#20090,#20091,#20092,#20093,#20094,#20095),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703847,1.28807779467681,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6618=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20096,#20097,#20098,#20099,#20100, -#20101,#20102,#20103,#20104,#20105,#20106,#20107,#20108,#20109,#20110,#20111, -#20112,#20113,#20114,#20115),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978927661E-5,1.2352381263674,2.47046430703691,2.69241021703932, -2.91435612704173,2.96810256626432,2.98060787185767,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6619=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20116,#20117,#20118,#20119,#20120, -#20121,#20122,#20123,#20124,#20125,#20126,#20127),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838516985,0.050059040111563,0.097581650684178, -0.178717390366528,0.46570081270306),.UNSPECIFIED.); -#6620=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20128,#20129,#20130,#20131,#20132, -#20133,#20134,#20135,#20136,#20137,#20138),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704159,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6621=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20139,#20140,#20141,#20142,#20143, -#20144,#20145,#20146,#20147,#20148,#20149,#20150,#20151,#20152,#20153,#20154, -#20155,#20156,#20157,#20158),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933201038E-5,1.23523812636474,2.47046430703618,2.69241021703894, -2.91435612704169,2.96810256626438,2.98060787185773,2.99311317745108,2.99679036843674), - .UNSPECIFIED.); -#6622=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20159,#20160,#20161,#20162,#20163, -#20164,#20165,#20166,#20167,#20168,#20169,#20170),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838560406,0.0500590401180688,0.0975816506949385, -0.178717390371431,0.465700812703302),.UNSPECIFIED.); -#6623=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20171,#20172,#20173,#20174,#20175, -#20176,#20177,#20178,#20179,#20180,#20181),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703847,1.28807779467681,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6624=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20182,#20183,#20184,#20185,#20186, -#20187,#20188,#20189,#20190,#20191,#20192,#20193,#20194,#20195,#20196,#20197, -#20198,#20199,#20200,#20201),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932787702E-5,1.23523812636468,2.47046430703608,2.69241021703882, -2.91435612704156,2.96810256626428,2.98060787185763,2.99311317745097,2.99679036843669), - .UNSPECIFIED.); -#6625=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20202,#20203,#20204,#20205,#20206, -#20207,#20208,#20209,#20210,#20211,#20212,#20213),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838545813,0.0500590401167353,0.0975816506937314, -0.178717390374379,0.46570081270308),.UNSPECIFIED.); -#6626=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20214,#20215,#20216,#20217,#20218, -#20219,#20220,#20221,#20222,#20223,#20224),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703417,1.28807779467679,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6627=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20225,#20226,#20227,#20228,#20229, -#20230,#20231,#20232,#20233,#20234,#20235,#20236,#20237,#20238,#20239,#20240, -#20241,#20242,#20243,#20244),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979081078E-5,1.23523812636746,2.47046430703702,2.69241021703941, -2.91435612704181,2.96810256626437,2.98060787185772,2.99311317745106,2.99679036843671), - .UNSPECIFIED.); -#6628=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20245,#20246,#20247,#20248,#20249, -#20250,#20251,#20252,#20253,#20254,#20255,#20256),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838536123,0.05005904011456,0.0975816506856414, -0.178717390355776,0.465700812703522),.UNSPECIFIED.); -#6629=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20257,#20258,#20259,#20260,#20261, -#20262,#20263,#20264,#20265,#20266,#20267),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704799,1.28807779467687,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6630=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20268,#20269,#20270,#20271,#20272, -#20273,#20274,#20275,#20276,#20277,#20278,#20279,#20280,#20281,#20282,#20283, -#20284,#20285,#20286,#20287),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945697898671E-5,1.23523812636741,2.47046430703694,2.69241021703936, -2.91435612704177,2.96810256626437,2.9806078718577,2.99311317745103,2.99679036843669), - .UNSPECIFIED.); -#6631=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20288,#20289,#20290,#20291,#20292, -#20293,#20294,#20295,#20296,#20297,#20298,#20299),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838514921,0.0500590401110961,0.0975816506827156, -0.178717390362808,0.465700812703128),.UNSPECIFIED.); -#6632=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20300,#20301,#20302,#20303,#20304, -#20305,#20306,#20307,#20308,#20309,#20310),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142703847,1.28807779467681,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6633=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20311,#20312,#20313,#20314,#20315, -#20316,#20317,#20318,#20319,#20320,#20321,#20322,#20323,#20324,#20325,#20326, -#20327,#20328,#20329,#20330),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933071132E-5,1.23523812636473,2.47046430703616,2.69241021703891, -2.91435612704166,2.96810256626434,2.9806078718577,2.99311317745107,2.99679036843669), - .UNSPECIFIED.); -#6634=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20331,#20332,#20333,#20334,#20335, -#20336,#20337,#20338,#20339,#20340,#20341,#20342),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838605322,0.0500590401271345,0.0975816507123508, -0.178717390397678,0.465700812703064),.UNSPECIFIED.); -#6635=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20343,#20344,#20345,#20346,#20347, -#20348,#20349,#20350,#20351,#20352,#20353),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6636=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20354,#20355,#20356,#20357,#20358, -#20359,#20360,#20361,#20362,#20363,#20364,#20365,#20366,#20367,#20368,#20369, -#20370,#20371,#20372,#20373),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933378072E-5,1.23523812636476,2.47046430703619,2.69241021703894, -2.91435612704169,2.96810256626439,2.98060787185773,2.99311317745109,2.99679036843676), - .UNSPECIFIED.); -#6637=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20374,#20375,#20376,#20377,#20378, -#20379,#20380,#20381,#20382,#20383,#20384,#20385),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838527441,0.0500590401115838,0.0975816506798205, -0.178717390361007,0.465700812703157),.UNSPECIFIED.); -#6638=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20386,#20387,#20388,#20389,#20390, -#20391,#20392,#20393,#20394,#20395,#20396),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704689,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6639=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20397,#20398,#20399,#20400,#20401, -#20402,#20403,#20404,#20405,#20406,#20407,#20408,#20409,#20410,#20411,#20412, -#20413,#20414,#20415,#20416),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933201038E-5,1.23523812636475,2.47046430703619,2.69241021703895, -2.9143561270417,2.9681025662644,2.98060787185774,2.9931131774511,2.99679036843675), - .UNSPECIFIED.); -#6640=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20417,#20418,#20419,#20420,#20421, -#20422,#20423,#20424,#20425,#20426,#20427,#20428),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838642924,0.0500590401354318,0.097581650728896, -0.178717390420027,0.46570081270305),.UNSPECIFIED.); -#6641=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20429,#20430,#20431,#20432,#20433, -#20434,#20435,#20436,#20437,#20438,#20439),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6642=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20440,#20441,#20442,#20443,#20444, -#20445,#20446,#20447,#20448,#20449,#20450,#20451,#20452,#20453,#20454,#20455, -#20456,#20457,#20458,#20459),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933201039E-5,1.23523812636476,2.47046430703621,2.69241021703897, -2.91435612704172,2.96810256626443,2.98060787185777,2.99311317745112,2.99679036843674), - .UNSPECIFIED.); -#6643=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20460,#20461,#20462,#20463,#20464, -#20465,#20466,#20467,#20468,#20469,#20470,#20471),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838583719,0.0500590401229876,0.0975816507050613, -0.178717390389011,0.465700812703052),.UNSPECIFIED.); -#6644=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20472,#20473,#20474,#20475,#20476, -#20477,#20478,#20479,#20480,#20481,#20482),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6645=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20483,#20484,#20485,#20486,#20487, -#20488,#20489,#20490,#20491,#20492,#20493,#20494,#20495,#20496,#20497,#20498, -#20499,#20500,#20501,#20502),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979081078E-5,1.23523812636742,2.47046430703694,2.69241021703936, -2.91435612704176,2.96810256626438,2.98060787185771,2.99311317745104,2.99679036843671), - .UNSPECIFIED.); -#6646=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20503,#20504,#20505,#20506,#20507, -#20508,#20509,#20510,#20511,#20512,#20513,#20514),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838572354,0.050059040121209,0.0975816506965238, -0.178717390379972,0.465700812703103),.UNSPECIFIED.); -#6647=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20515,#20516,#20517,#20518,#20519, -#20520,#20521,#20522,#20523,#20524,#20525),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270448,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6648=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20526,#20527,#20528,#20529,#20530, -#20531,#20532,#20533,#20534,#20535,#20536,#20537,#20538,#20539,#20540,#20541, -#20542,#20543,#20544,#20545),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978785847E-5,1.23523812636745,2.47046430703703,2.69241021703945, -2.91435612704187,2.96810256626449,2.98060787185781,2.99311317745115,2.99679036843676), - .UNSPECIFIED.); -#6649=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20546,#20547,#20548,#20549,#20550, -#20551,#20552,#20553,#20554,#20555,#20556,#20557),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838579159,0.0500590401220365,0.0975816506964747, -0.17871739038462,0.465700812702703),.UNSPECIFIED.); -#6650=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20558,#20559,#20560,#20561,#20562, -#20563,#20564,#20565,#20566,#20567,#20568),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6651=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20569,#20570,#20571,#20572,#20573, -#20574,#20575,#20576,#20577,#20578,#20579,#20580,#20581,#20582,#20583,#20584, -#20585,#20586,#20587,#20588),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979092893E-5,1.23523812636744,2.47046430703699,2.6924102170394, -2.91435612704182,2.96810256626444,2.98060787185776,2.99311317745109,2.99679036843676), - .UNSPECIFIED.); -#6652=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20589,#20590,#20591,#20592,#20593, -#20594,#20595,#20596,#20597,#20598,#20599,#20600),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838747143,0.0500590401525508,0.0975816507516957, -0.178717390442884,0.465700812702901),.UNSPECIFIED.); -#6653=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20601,#20602,#20603,#20604,#20605, -#20606,#20607,#20608,#20609,#20610,#20611),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270448,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6654=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20612,#20613,#20614,#20615,#20616, -#20617,#20618,#20619,#20620,#20621,#20622,#20623,#20624,#20625,#20626,#20627, -#20628,#20629,#20630,#20631),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979388129E-5,1.23523812636747,2.47046430703702,2.69241021703943, -2.91435612704184,2.96810256626446,2.98060787185779,2.99311317745112,2.99679036843677), - .UNSPECIFIED.); -#6655=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20632,#20633,#20634,#20635,#20636, -#20637,#20638,#20639,#20640,#20641,#20642,#20643),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838533669,0.0500590401131246,0.0975816506857194, -0.178717390364382,0.465700812703113),.UNSPECIFIED.); -#6656=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20644,#20645,#20646,#20647,#20648, -#20649,#20650,#20651,#20652,#20653,#20654),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6657=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20655,#20656,#20657,#20658,#20659, -#20660,#20661,#20662,#20663,#20664,#20665,#20666,#20667,#20668,#20669,#20670, -#20671,#20672,#20673,#20674),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933201038E-5,1.23523812636475,2.47046430703619,2.69241021703894, -2.91435612704169,2.96810256626439,2.98060787185774,2.99311317745109,2.99679036843674), - .UNSPECIFIED.); -#6658=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20675,#20676,#20677,#20678,#20679, -#20680,#20681,#20682,#20683,#20684,#20685,#20686),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983851774,0.050059040106814,0.0975816506703847, -0.178717390348475,0.465700812702891),.UNSPECIFIED.); -#6659=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20687,#20688,#20689,#20690,#20691, -#20692,#20693,#20694,#20695,#20696,#20697),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6660=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20698,#20699,#20700,#20701,#20702, -#20703,#20704,#20705,#20706,#20707,#20708,#20709,#20710,#20711,#20712,#20713, -#20714,#20715,#20716,#20717),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932787702E-5,1.23523812636469,2.47046430703612,2.69241021703887, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6661=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20718,#20719,#20720,#20721,#20722, -#20723,#20724,#20725,#20726,#20727,#20728,#20729),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983855512,0.0500590401169899,0.097581650694727, -0.178717390378517,0.46570081270309),.UNSPECIFIED.); -#6662=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20730,#20731,#20732,#20733,#20734, -#20735,#20736,#20737,#20738,#20739,#20740),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6663=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20741,#20742,#20743,#20744,#20745, -#20746,#20747,#20748,#20749,#20750,#20751,#20752,#20753,#20754,#20755,#20756, -#20757,#20758,#20759,#20760),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932752278E-5,1.23523812636473,2.4704643070362,2.69241021703896, -2.91435612704172,2.96810256626443,2.98060787185777,2.99311317745112,2.99679036843674), - .UNSPECIFIED.); -#6664=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20761,#20762,#20763,#20764,#20765, -#20766,#20767,#20768,#20769,#20770,#20771,#20772),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838529988,0.0500590401122729,0.0975816506834821, -0.178717390366315,0.465700812703095),.UNSPECIFIED.); -#6665=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20773,#20774,#20775,#20776,#20777, -#20778,#20779,#20780,#20781,#20782,#20783),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6666=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20784,#20785,#20786,#20787,#20788, -#20789,#20790,#20791,#20792,#20793,#20794,#20795,#20796,#20797,#20798,#20799, -#20800,#20801,#20802,#20803),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977664042E-5,1.23523812636735,2.47046430703695,2.69241021703937, -2.9143561270418,2.96810256626442,2.98060787185774,2.99311317745107,2.99679036843675), - .UNSPECIFIED.); -#6667=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20804,#20805,#20806,#20807,#20808, -#20809,#20810,#20811,#20812,#20813,#20814,#20815),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838665416,0.0500590401398429,0.0975816507339084, -0.178717390417881,0.465700812703096),.UNSPECIFIED.); -#6668=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20816,#20817,#20818,#20819,#20820, -#20821,#20822,#20823,#20824,#20825,#20826),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6669=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20827,#20828,#20829,#20830,#20831, -#20832,#20833,#20834,#20835,#20836,#20837,#20838,#20839,#20840,#20841,#20842, -#20843,#20844,#20845,#20846),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979175667E-5,1.23523812636747,2.47046430703702,2.69241021703944, -2.91435612704186,2.96810256626448,2.9806078718578,2.99311317745113,2.99679036843675), - .UNSPECIFIED.); -#6670=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20847,#20848,#20849,#20850,#20851, -#20852,#20853,#20854,#20855,#20856,#20857,#20858),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838647155,0.0500590401362663,0.097581650730494, -0.178717390423598,0.465700812703002),.UNSPECIFIED.); -#6671=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20859,#20860,#20861,#20862,#20863, -#20864,#20865,#20866,#20867,#20868,#20869),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6672=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20870,#20871,#20872,#20873,#20874, -#20875,#20876,#20877,#20878,#20879,#20880,#20881,#20882,#20883,#20884,#20885, -#20886,#20887,#20888,#20889),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933071132E-5,1.23523812636468,2.47046430703605,2.69241021703881, -2.91435612704158,2.96810256626432,2.98060787185766,2.99311317745102,2.99679036843669), - .UNSPECIFIED.); -#6673=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20890,#20891,#20892,#20893,#20894, -#20895,#20896,#20897,#20898,#20899,#20900,#20901),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838615687,0.0500590401297539,0.0975816507127109, -0.178717390398218,0.465700812703093),.UNSPECIFIED.); -#6674=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20902,#20903,#20904,#20905,#20906, -#20907,#20908,#20909,#20910,#20911,#20912),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142702989,1.28807779467677,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6675=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20913,#20914,#20915,#20916,#20917, -#20918,#20919,#20920,#20921,#20922,#20923,#20924,#20925,#20926,#20927,#20928, -#20929,#20930,#20931,#20932),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456933767894E-5,1.23523812636475,2.47046430703613,2.69241021703888, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6676=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20933,#20934,#20935,#20936,#20937, -#20938,#20939,#20940,#20941,#20942,#20943,#20944),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838731635,0.050059040149799,0.0975816507500397, -0.178717390442033,0.465700812703051),.UNSPECIFIED.); -#6677=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20945,#20946,#20947,#20948,#20949, -#20950,#20951,#20952,#20953,#20954,#20955),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6678=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20956,#20957,#20958,#20959,#20960, -#20961,#20962,#20963,#20964,#20965,#20966,#20967,#20968,#20969,#20970,#20971, -#20972,#20973,#20974,#20975),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979175664E-5,1.23523812636743,2.47046430703696,2.69241021703937, -2.91435612704178,2.9681025662644,2.98060787185772,2.99311317745105,2.99679036843674), - .UNSPECIFIED.); -#6679=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20976,#20977,#20978,#20979,#20980, -#20981,#20982,#20983,#20984,#20985,#20986,#20987),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838557811,0.0500590401175144,0.0975816506956446, -0.178717390377915,0.465700812703083),.UNSPECIFIED.); -#6680=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20988,#20989,#20990,#20991,#20992, -#20993,#20994,#20995,#20996,#20997,#20998),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704272,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6681=B_SPLINE_CURVE_WITH_KNOTS('',3,(#20999,#21000,#21001,#21002,#21003, -#21004,#21005,#21006,#21007,#21008,#21009,#21010,#21011,#21012,#21013,#21014, -#21015,#21016,#21017,#21018),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978254523E-5,1.23523812636739,2.47046430703696,2.69241021703938, -2.9143561270418,2.96810256626442,2.98060787185774,2.99311317745107,2.99679036843674), - .UNSPECIFIED.); -#6682=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21019,#21020,#21021,#21022,#21023, -#21024,#21025,#21026,#21027,#21028,#21029,#21030),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838508491,0.0500590401080402,0.0975816506753318, -0.178717390358135,0.465700812703098),.UNSPECIFIED.); -#6683=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21031,#21032,#21033,#21034,#21035, -#21036,#21037,#21038,#21039,#21040,#21041),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6684=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21042,#21043,#21044,#21045,#21046, -#21047,#21048,#21049,#21050,#21051,#21052,#21053,#21054,#21055,#21056,#21057, -#21058,#21059,#21060,#21061),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932456928E-5,1.23523812636468,2.47046430703612,2.69241021703888, -2.91435612704164,2.96810256626434,2.98060787185768,2.99311317745103,2.99679036843671), - .UNSPECIFIED.); -#6685=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21062,#21063,#21064,#21065,#21066, -#21067,#21068,#21069,#21070,#21071,#21072,#21073),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983857786,0.050059040119541,0.0975816506915864, -0.178717390366702,0.465700812703339),.UNSPECIFIED.); -#6686=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21074,#21075,#21076,#21077,#21078, -#21079,#21080,#21081,#21082,#21083,#21084),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704689,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6687=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21085,#21086,#21087,#21088,#21089, -#21090,#21091,#21092,#21093,#21094,#21095,#21096,#21097,#21098,#21099,#21100, -#21101,#21102,#21103,#21104),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456979092894E-5,1.23523812636745,2.47046430703701,2.69241021703942, -2.91435612704184,2.96810256626446,2.98060787185778,2.99311317745111,2.99679036843676), - .UNSPECIFIED.); -#6688=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21105,#21106,#21107,#21108,#21109, -#21110,#21111,#21112,#21113,#21114,#21115,#21116),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838592929,0.0500590401254539,0.09758165070794, -0.178717390393427,0.465700812703024),.UNSPECIFIED.); -#6689=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21117,#21118,#21119,#21120,#21121, -#21122,#21123,#21124,#21125,#21126,#21127),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704377,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6690=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21128,#21129,#21130,#21131,#21132, -#21133,#21134,#21135,#21136,#21137,#21138,#21139,#21140,#21141,#21142,#21143, -#21144,#21145,#21146,#21147),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932445226E-5,1.23523812636467,2.47046430703611,2.69241021703886, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6691=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21148,#21149,#21150,#21151,#21152, -#21153,#21154,#21155,#21156,#21157,#21158,#21159),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838682703,0.0500590401420808,0.097581650738649, -0.178717390425674,0.465700812703127),.UNSPECIFIED.); -#6692=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21160,#21161,#21162,#21163,#21164, -#21165,#21166,#21167,#21168,#21169,#21170),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704689,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6693=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21171,#21172,#21173,#21174,#21175, -#21176,#21177,#21178,#21179,#21180,#21181,#21182,#21183,#21184,#21185,#21186, -#21187,#21188,#21189,#21190),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931559516E-5,1.23523812636465,2.47046430703616,2.69241021703892, -2.91435612704169,2.96810256626439,2.98060787185774,2.99311317745109,2.99679036843674), - .UNSPECIFIED.); -#6694=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21191,#21192,#21193,#21194,#21195, -#21196,#21197,#21198,#21199,#21200,#21201,#21202),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838561945,0.0500590401186941,0.0975816506966917, -0.178717390378735,0.465700812703102),.UNSPECIFIED.); -#6695=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21203,#21204,#21205,#21206,#21207, -#21208,#21209,#21210,#21211,#21212,#21213),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704378,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6696=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21214,#21215,#21216,#21217,#21218, -#21219,#21220,#21221,#21222,#21223,#21224,#21225,#21226,#21227,#21228,#21229, -#21230,#21231,#21232,#21233),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456990134946E-5,1.23523812636809,2.47046430703717,2.6924102170395, -2.91435612704183,2.96810256626443,2.98060787185775,2.99311317745108,2.99679036843675), - .UNSPECIFIED.); -#6697=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21234,#21235,#21236,#21237,#21238, -#21239,#21240,#21241,#21242,#21243,#21244,#21245),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838608447,0.0500590401277506,0.0975816507135518, -0.17871739039906,0.465700812703015),.UNSPECIFIED.); -#6698=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21246,#21247,#21248,#21249,#21250, -#21251,#21252,#21253,#21254,#21255,#21256),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6699=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21257,#21258,#21259,#21260,#21261, -#21262,#21263,#21264,#21265,#21266,#21267,#21268,#21269,#21270,#21271,#21272, -#21273,#21274,#21275,#21276),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931559513E-5,1.23523812636462,2.47046430703609,2.69241021703886, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6700=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21277,#21278,#21279,#21280,#21281, -#21282,#21283,#21284,#21285,#21286,#21287,#21288),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838469462,0.0500590401040022,0.0975816506729798, -0.178717390354758,0.465700812702994),.UNSPECIFIED.); -#6701=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21289,#21290,#21291,#21292,#21293, -#21294,#21295,#21296,#21297,#21298,#21299),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6702=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21300,#21301,#21302,#21303,#21304, -#21305,#21306,#21307,#21308,#21309,#21310,#21311,#21312,#21313,#21314,#21315, -#21316,#21317,#21318,#21319),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456990146757E-5,1.23523812636811,2.47046430703721,2.69241021703955, -2.91435612704188,2.96810256626448,2.9806078718578,2.99311317745113,2.99679036843675), - .UNSPECIFIED.); -#6703=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21320,#21321,#21322,#21323,#21324, -#21325,#21326,#21327,#21328,#21329,#21330,#21331),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838511774,0.050059040108807,0.0975816506775231, -0.178717390357255,0.465700812703115),.UNSPECIFIED.); -#6704=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21332,#21333,#21334,#21335,#21336, -#21337,#21338,#21339,#21340,#21341,#21342),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6705=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21343,#21344,#21345,#21346,#21347, -#21348,#21349,#21350,#21351,#21352,#21353,#21354,#21355,#21356,#21357,#21358, -#21359,#21360,#21361,#21362),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932445226E-5,1.23523812636467,2.47046430703611,2.69241021703886, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6706=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21363,#21364,#21365,#21366,#21367, -#21368,#21369,#21370,#21371,#21372,#21373,#21374),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838525485,0.0500590401149299,0.0975816506934951, -0.178717390378007,0.465700812703132),.UNSPECIFIED.); -#6707=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21375,#21376,#21377,#21378,#21379, -#21380,#21381,#21382,#21383,#21384,#21385),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6708=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21386,#21387,#21388,#21389,#21390, -#21391,#21392,#21393,#21394,#21395,#21396,#21397,#21398,#21399,#21400,#21401, -#21402,#21403,#21404,#21405),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932445228E-5,1.23523812636469,2.47046430703614,2.69241021703889, -2.91435612704165,2.96810256626435,2.98060787185769,2.99311317745105,2.99679036843674), - .UNSPECIFIED.); -#6709=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21406,#21407,#21408,#21409,#21410, -#21411,#21412,#21413,#21414,#21415,#21416,#21417),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838472869,0.050059040102841,0.0975816506697593, -0.178717390351329,0.465700812703021),.UNSPECIFIED.); -#6710=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21418,#21419,#21420,#21421,#21422, -#21423,#21424,#21425,#21426,#21427,#21428),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6711=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21429,#21430,#21431,#21432,#21433, -#21434,#21435,#21436,#21437,#21438,#21439,#21440,#21441,#21442,#21443,#21444, -#21445,#21446,#21447,#21448),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456990123138E-5,1.2352381263681,2.4704643070372,2.69241021703954, -2.91435612704187,2.96810256626447,2.98060787185779,2.99311317745112,2.99679036843675), - .UNSPECIFIED.); -#6712=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21449,#21450,#21451,#21452,#21453, -#21454,#21455,#21456,#21457,#21458,#21459,#21460),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838576844,0.0500590401192817,0.0975816506904196, -0.178717390375459,0.465700812702957),.UNSPECIFIED.); -#6713=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21461,#21462,#21463,#21464,#21465, -#21466,#21467,#21468,#21469,#21470,#21471),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6714=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21472,#21473,#21474,#21475,#21476, -#21477,#21478,#21479,#21480,#21481,#21482,#21483,#21484,#21485,#21486,#21487, -#21488,#21489,#21490,#21491),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931559513E-5,1.23523812636462,2.47046430703609,2.69241021703886, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6715=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21492,#21493,#21494,#21495,#21496, -#21497,#21498,#21499,#21500,#21501,#21502,#21503),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838523907,0.0500590401081743,0.0975816506730485, -0.178717390338367,0.465700812703821),.UNSPECIFIED.); -#6716=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21504,#21505,#21506,#21507,#21508, -#21509,#21510,#21511,#21512,#21513,#21514),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6717=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21515,#21516,#21517,#21518,#21519, -#21520,#21521,#21522,#21523,#21524,#21525,#21526,#21527,#21528,#21529,#21530, -#21531,#21532,#21533,#21534),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931346946E-5,1.23523812636465,2.47046430703618,2.69241021703895, -2.91435612704172,2.96810256626442,2.98060787185777,2.99311317745112,2.99679036843674), - .UNSPECIFIED.); -#6718=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21535,#21536,#21537,#21538,#21539, -#21540,#21541,#21542,#21543,#21544,#21545,#21546),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838611485,0.0500590401292324,0.0975816507170028, -0.178717390409946,0.46570081270288),.UNSPECIFIED.); -#6719=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21547,#21548,#21549,#21550,#21551, -#21552,#21553,#21554,#21555,#21556,#21557),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704378,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6720=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21558,#21559,#21560,#21561,#21562, -#21563,#21564,#21565,#21566,#21567,#21568,#21569,#21570,#21571,#21572,#21573, -#21574,#21575,#21576,#21577),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931358751E-5,1.23523812636461,2.47046430703609,2.69241021703885, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6721=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21578,#21579,#21580,#21581,#21582, -#21583,#21584,#21585,#21586,#21587,#21588,#21589),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838540427,0.0500590401125915,0.0975816506821404, -0.178717390358246,0.465700812703264),.UNSPECIFIED.); -#6722=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21590,#21591,#21592,#21593,#21594, -#21595,#21596,#21597,#21598,#21599,#21600),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6723=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21601,#21602,#21603,#21604,#21605, -#21606,#21607,#21608,#21609,#21610,#21611,#21612,#21613,#21614,#21615,#21616, -#21617,#21618,#21619,#21620),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931382377E-5,1.23523812636465,2.47046430703618,2.69241021703895, -2.91435612704172,2.96810256626442,2.98060787185777,2.99311317745112,2.99679036843674), - .UNSPECIFIED.); -#6724=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21621,#21622,#21623,#21624,#21625, -#21626,#21627,#21628,#21629,#21630,#21631,#21632),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838603141,0.0500590401268176,0.0975816507125271, -0.178717390398031,0.465700812703133),.UNSPECIFIED.); -#6725=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21633,#21634,#21635,#21636,#21637, -#21638,#21639,#21640,#21641,#21642,#21643),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704378,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6726=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21644,#21645,#21646,#21647,#21648, -#21649,#21650,#21651,#21652,#21653,#21654,#21655,#21656,#21657,#21658,#21659, -#21660,#21661,#21662,#21663),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456989001231E-5,1.23523812636802,2.47046430703715,2.69241021703949, -2.91435612704183,2.96810256626443,2.98060787185775,2.99311317745107,2.99679036843674), - .UNSPECIFIED.); -#6727=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21664,#21665,#21666,#21667,#21668, -#21669,#21670,#21671,#21672,#21673,#21674,#21675),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838583373,0.0500590401234195,0.0975816507045327, -0.178717390386641,0.465700812703164),.UNSPECIFIED.); -#6728=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21676,#21677,#21678,#21679,#21680, -#21681,#21682,#21683,#21684,#21685,#21686),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6729=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21687,#21688,#21689,#21690,#21691, -#21692,#21693,#21694,#21695,#21696,#21697,#21698,#21699,#21700,#21701,#21702, -#21703,#21704,#21705,#21706),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456988989421E-5,1.23523812636801,2.47046430703714,2.69241021703948, -2.91435612704182,2.96810256626442,2.98060787185773,2.99311317745106,2.99679036843669), - .UNSPECIFIED.); -#6730=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21707,#21708,#21709,#21710,#21711, -#21712,#21713,#21714,#21715,#21716,#21717,#21718),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838583933,0.0500590401227173,0.0975816507024054, -0.178717390388595,0.465700812703081),.UNSPECIFIED.); -#6731=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21719,#21720,#21721,#21722,#21723, -#21724,#21725,#21726,#21727,#21728,#21729),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6732=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21730,#21731,#21732,#21733,#21734, -#21735,#21736,#21737,#21738,#21739,#21740,#21741,#21742,#21743,#21744,#21745, -#21746,#21747,#21748,#21749),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931382374E-5,1.23523812636462,2.47046430703612,2.69241021703888, -2.91435612704165,2.96810256626435,2.98060787185769,2.99311317745105,2.99679036843674), - .UNSPECIFIED.); -#6733=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21750,#21751,#21752,#21753,#21754, -#21755,#21756,#21757,#21758,#21759,#21760,#21761),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838666574,0.0500590401366633,0.0975816507209565, -0.178717390409178,0.465700812702923),.UNSPECIFIED.); -#6734=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21762,#21763,#21764,#21765,#21766, -#21767,#21768,#21769,#21770,#21771,#21772),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704274,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6735=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21773,#21774,#21775,#21776,#21777, -#21778,#21779,#21780,#21781,#21782,#21783,#21784,#21785,#21786,#21787,#21788, -#21789,#21790,#21791,#21792),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931346942E-5,1.23523812636461,2.47046430703609,2.69241021703885, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6736=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21793,#21794,#21795,#21796,#21797, -#21798,#21799,#21800,#21801,#21802,#21803,#21804),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838550037,0.0500590401138763,0.0975816506788947, -0.17871739036614,0.465700812702837),.UNSPECIFIED.); -#6737=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21805,#21806,#21807,#21808,#21809, -#21810,#21811,#21812,#21813,#21814,#21815),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6738=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21816,#21817,#21818,#21819,#21820, -#21821,#21822,#21823,#21824,#21825,#21826,#21827,#21828,#21829,#21830,#21831, -#21832,#21833,#21834,#21835),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456976872808E-5,1.23523812636732,2.47046430703695,2.69241021703938, -2.91435612704181,2.96810256626444,2.98060787185776,2.9931131774511,2.99679036843674), - .UNSPECIFIED.); -#6739=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21836,#21837,#21838,#21839,#21840, -#21841,#21842,#21843,#21844,#21845,#21846,#21847),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838696567,0.0500590401459917,0.097581650745507, -0.178717390433329,0.465700812703203),.UNSPECIFIED.); -#6740=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21848,#21849,#21850,#21851,#21852, -#21853,#21854,#21855,#21856,#21857,#21858),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704274,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6741=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21859,#21860,#21861,#21862,#21863, -#21864,#21865,#21866,#21867,#21868,#21869,#21870,#21871,#21872,#21873,#21874, -#21875,#21876,#21877,#21878),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456976872808E-5,1.23523812636731,2.47046430703694,2.69241021703936, -2.91435612704179,2.96810256626442,2.98060787185774,2.99311317745107,2.99679036843675), - .UNSPECIFIED.); -#6742=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21879,#21880,#21881,#21882,#21883, -#21884,#21885,#21886,#21887,#21888,#21889,#21890),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838630244,0.0500590401320488,0.0975816507219303, -0.178717390409352,0.465700812703013),.UNSPECIFIED.); -#6743=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21891,#21892,#21893,#21894,#21895, -#21896,#21897,#21898,#21899,#21900,#21901),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6744=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21902,#21903,#21904,#21905,#21906, -#21907,#21908,#21909,#21910,#21911,#21912,#21913,#21914,#21915,#21916,#21917, -#21918,#21919,#21920,#21921),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456976872806E-5,1.23523812636728,2.47046430703689,2.69241021703932, -2.91435612704174,2.96810256626436,2.98060787185769,2.99311317745102,2.99679036843669), - .UNSPECIFIED.); -#6745=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21922,#21923,#21924,#21925,#21926, -#21927,#21928,#21929,#21930,#21931,#21932,#21933),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838414899,0.0500590400895244,0.0975816506404541, -0.178717390308655,0.465700812703292),.UNSPECIFIED.); -#6746=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21934,#21935,#21936,#21937,#21938, -#21939,#21940,#21941,#21942,#21943,#21944),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6747=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21945,#21946,#21947,#21948,#21949, -#21950,#21951,#21952,#21953,#21954,#21955,#21956,#21957,#21958,#21959,#21960, -#21961,#21962,#21963,#21964),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931358752E-5,1.23523812636462,2.47046430703612,2.69241021703888, -2.91435612704165,2.96810256626435,2.98060787185769,2.99311317745105,2.99679036843674), - .UNSPECIFIED.); -#6748=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21965,#21966,#21967,#21968,#21969, -#21970,#21971,#21972,#21973,#21974,#21975,#21976),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838727768,0.0500590401487301,0.0975816507442479, -0.178717390433898,0.465700812702904),.UNSPECIFIED.); -#6749=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21977,#21978,#21979,#21980,#21981, -#21982,#21983,#21984,#21985,#21986,#21987),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704378,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6750=B_SPLINE_CURVE_WITH_KNOTS('',3,(#21988,#21989,#21990,#21991,#21992, -#21993,#21994,#21995,#21996,#21997,#21998,#21999,#22000,#22001,#22002,#22003, -#22004,#22005,#22006,#22007),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931358751E-5,1.23523812636461,2.47046430703609,2.69241021703885, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6751=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22008,#22009,#22010,#22011,#22012, -#22013,#22014,#22015,#22016,#22017,#22018,#22019),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838807352,0.0500590401650146,0.0975816507803028, -0.178717390503071,0.465700812702295),.UNSPECIFIED.); -#6752=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22020,#22021,#22022,#22023,#22024, -#22025,#22026,#22027,#22028,#22029,#22030),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704482,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6753=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22031,#22032,#22033,#22034,#22035, -#22036,#22037,#22038,#22039,#22040,#22041,#22042,#22043,#22044,#22045,#22046, -#22047,#22048,#22049,#22050),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931559514E-5,1.23523812636463,2.47046430703612,2.69241021703889, -2.91435612704165,2.96810256626435,2.98060787185769,2.99311317745105,2.99679036843674), - .UNSPECIFIED.); -#6754=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22051,#22052,#22053,#22054,#22055, -#22056,#22057,#22058,#22059,#22060,#22061,#22062),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838585899,0.0500590401233045,0.0975816507048848, -0.178717390388658,0.46570081270298),.UNSPECIFIED.); -#6755=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22063,#22064,#22065,#22066,#22067, -#22068,#22069,#22070,#22071,#22072,#22073),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704377,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6756=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22074,#22075,#22076,#22077,#22078, -#22079,#22080,#22081,#22082,#22083,#22084,#22085,#22086,#22087,#22088,#22089, -#22090,#22091,#22092,#22093),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931358753E-5,1.23523812636463,2.47046430703614,2.6924102170389, -2.91435612704167,2.96810256626437,2.98060787185772,2.99311317745107,2.99679036843674), - .UNSPECIFIED.); -#6757=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22094,#22095,#22096,#22097,#22098, -#22099,#22100,#22101,#22102,#22103,#22104,#22105),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838665526,0.0500590401386416,0.0975816507362546, -0.1787173904298,0.465700812703166),.UNSPECIFIED.); -#6758=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22106,#22107,#22108,#22109,#22110, -#22111,#22112,#22113,#22114,#22115,#22116),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6759=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22117,#22118,#22119,#22120,#22121, -#22122,#22123,#22124,#22125,#22126,#22127,#22128,#22129,#22130,#22131,#22132, -#22133,#22134,#22135,#22136),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977888423E-5,1.23523812636734,2.47046430703691,2.69241021703933, -2.91435612704174,2.96810256626436,2.98060787185769,2.99311317745102,2.99679036843669), - .UNSPECIFIED.); -#6760=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22137,#22138,#22139,#22140,#22141, -#22142,#22143,#22144,#22145,#22146,#22147,#22148),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838364268,0.0500590400795402,0.097581650621432, -0.178717390290884,0.465700812703193),.UNSPECIFIED.); -#6761=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22149,#22150,#22151,#22152,#22153, -#22154,#22155,#22156,#22157,#22158,#22159),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6762=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22160,#22161,#22162,#22163,#22164, -#22165,#22166,#22167,#22168,#22169,#22170,#22171,#22172,#22173,#22174,#22175, -#22176,#22177,#22178,#22179),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978041845E-5,1.23523812636739,2.47046430703699,2.69241021703941, -2.91435612704183,2.96810256626446,2.98060787185778,2.99311317745111,2.99679036843676), - .UNSPECIFIED.); -#6763=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22180,#22181,#22182,#22183,#22184, -#22185,#22186,#22187,#22188,#22189,#22190,#22191),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838757015,0.0500590401527604,0.0975816507606751, -0.17871739047506,0.465700812702812),.UNSPECIFIED.); -#6764=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22192,#22193,#22194,#22195,#22196, -#22197,#22198,#22199,#22200,#22201,#22202),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6765=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22203,#22204,#22205,#22206,#22207, -#22208,#22209,#22210,#22211,#22212,#22213,#22214,#22215,#22216,#22217,#22218, -#22219,#22220,#22221,#22222),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932043595E-5,1.23523812636466,2.47046430703612,2.69241021703888, -2.91435612704164,2.96810256626434,2.98060787185768,2.99311317745103,2.99679036843671), - .UNSPECIFIED.); -#6766=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22223,#22224,#22225,#22226,#22227, -#22228,#22229,#22230,#22231,#22232,#22233,#22234),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838525854,0.050059040111093,0.0975816506824352, -0.178717390365495,0.465700812703076),.UNSPECIFIED.); -#6767=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22235,#22236,#22237,#22238,#22239, -#22240,#22241,#22242,#22243,#22244,#22245),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6768=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22246,#22247,#22248,#22249,#22250, -#22251,#22252,#22253,#22254,#22255,#22256,#22257,#22258,#22259,#22260,#22261, -#22262,#22263,#22264,#22265),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932445229E-5,1.2352381263647,2.47046430703617,2.69241021703893, -2.91435612704169,2.96810256626439,2.98060787185774,2.99311317745109,2.99679036843674), - .UNSPECIFIED.); -#6769=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22266,#22267,#22268,#22269,#22270, -#22271,#22272,#22273,#22274,#22275,#22276,#22277),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838553735,0.0500590401150897,0.0975816506859817, -0.178717390365078,0.465700812703094),.UNSPECIFIED.); -#6770=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22278,#22279,#22280,#22281,#22282, -#22283,#22284,#22285,#22286,#22287,#22288),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467683,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6771=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22289,#22290,#22291,#22292,#22293, -#22294,#22295,#22296,#22297,#22298,#22299,#22300,#22301,#22302,#22303,#22304, -#22305,#22306,#22307,#22308),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977900235E-5,1.23523812636737,2.47046430703695,2.69241021703938, -2.9143561270418,2.96810256626442,2.98060787185774,2.99311317745107,2.99679036843675), - .UNSPECIFIED.); -#6772=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22309,#22310,#22311,#22312,#22313, -#22314,#22315,#22316,#22317,#22318,#22319,#22320),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838673113,0.0500590401396029,0.0975816507290923, -0.178717390419251,0.465700812702851),.UNSPECIFIED.); -#6773=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22321,#22322,#22323,#22324,#22325, -#22326,#22327,#22328,#22329,#22330,#22331),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6774=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22332,#22333,#22334,#22335,#22336, -#22337,#22338,#22339,#22340,#22341,#22342,#22343,#22344,#22345,#22346,#22347, -#22348,#22349,#22350,#22351),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932834943E-5,1.2352381263647,2.47046430703612,2.69241021703887, -2.91435612704162,2.96810256626432,2.98060787185766,2.99311317745101,2.99679036843669), - .UNSPECIFIED.); -#6775=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22352,#22353,#22354,#22355,#22356, -#22357,#22358,#22359,#22360,#22361,#22362,#22363),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.025385983866513,0.0500590401395413,0.0975816507361794, -0.178717390427654,0.465700812703073),.UNSPECIFIED.); -#6776=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22364,#22365,#22366,#22367,#22368, -#22369,#22370,#22371,#22372,#22373,#22374),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270448,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6777=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22375,#22376,#22377,#22378,#22379, -#22380,#22381,#22382,#22383,#22384,#22385,#22386,#22387,#22388,#22389,#22390, -#22391,#22392,#22393,#22394),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456977900235E-5,1.23523812636736,2.47046430703695,2.69241021703937, -2.91435612704179,2.96810256626441,2.98060787185773,2.99311317745107,2.99679036843676), - .UNSPECIFIED.); -#6778=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22395,#22396,#22397,#22398,#22399, -#22400,#22401,#22402,#22403,#22404,#22405,#22406),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838534657,0.0500590401133194,0.0975816506861278, -0.178717390363269,0.465700812703197),.UNSPECIFIED.); -#6779=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22407,#22408,#22409,#22410,#22411, -#22412,#22413,#22414,#22415,#22416,#22417),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6780=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22418,#22419,#22420,#22421,#22422, -#22423,#22424,#22425,#22426,#22427,#22428,#22429,#22430,#22431,#22432,#22433, -#22434,#22435,#22436,#22437),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456931831134E-5,1.23523812636466,2.47046430703615,2.69241021703892, -2.91435612704168,2.96810256626438,2.98060787185773,2.99311317745108,2.99679036843676), - .UNSPECIFIED.); -#6781=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22438,#22439,#22440,#22441,#22442, -#22443,#22444,#22445,#22446,#22447,#22448,#22449),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838516477,0.0500590401093617,0.0975816506773368, -0.178717390348338,0.465700812703334),.UNSPECIFIED.); -#6782=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22450,#22451,#22452,#22453,#22454, -#22455,#22456,#22457,#22458,#22459,#22460),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6783=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22461,#22462,#22463,#22464,#22465, -#22466,#22467,#22468,#22469,#22470,#22471,#22472,#22473,#22474,#22475,#22476, -#22477,#22478,#22479,#22480),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978089079E-5,1.23523812636738,2.47046430703697,2.69241021703939, -2.91435612704181,2.96810256626443,2.98060787185776,2.99311317745109,2.99679036843678), - .UNSPECIFIED.); -#6784=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22481,#22482,#22483,#22484,#22485, -#22486,#22487,#22488,#22489,#22490,#22491,#22492),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838563283,0.0500590401177801,0.0975816506895729, -0.178717390377799,0.465700812702822),.UNSPECIFIED.); -#6785=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22493,#22494,#22495,#22496,#22497, -#22498,#22499,#22500,#22501,#22502,#22503),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704377,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6786=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22504,#22505,#22506,#22507,#22508, -#22509,#22510,#22511,#22512,#22513,#22514,#22515,#22516,#22517,#22518,#22519, -#22520,#22521,#22522,#22523),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.1945697808908E-5,1.23523812636739,2.47046430703699,2.69241021703941, -2.91435612704183,2.96810256626445,2.98060787185778,2.99311317745111,2.99679036843678), - .UNSPECIFIED.); -#6787=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22524,#22525,#22526,#22527,#22528, -#22529,#22530,#22531,#22532,#22533,#22534,#22535),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838652771,0.050059040136491,0.0975816507305898, -0.17871739041974,0.465700812703009),.UNSPECIFIED.); -#6788=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22536,#22537,#22538,#22539,#22540, -#22541,#22542,#22543,#22544,#22545,#22546),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6789=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22547,#22548,#22549,#22550,#22551, -#22552,#22553,#22554,#22555,#22556,#22557,#22558,#22559,#22560,#22561,#22562, -#22563,#22564,#22565,#22566),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932657681E-5,1.2352381263646,2.47046430703594,2.69241021703867, -2.91435612704141,2.96810256626411,2.98060787185745,2.9931131774508,2.99679036843648), - .UNSPECIFIED.); -#6790=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22567,#22568,#22569,#22570,#22571, -#22572,#22573,#22574,#22575,#22576,#22577,#22578),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838603483,0.0500590401249058,0.0975816507045234, -0.178717390382965,0.465700812703205),.UNSPECIFIED.); -#6791=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22579,#22580,#22581,#22582,#22583, -#22584,#22585,#22586,#22587,#22588,#22589),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.052505014270469,1.28807779467686,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6792=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22590,#22591,#22592,#22593,#22594, -#22595,#22596,#22597,#22598,#22599,#22600,#22601,#22602,#22603,#22604,#22605, -#22606,#22607,#22608,#22609),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978089081E-5,1.2352381263674,2.470464307037,2.69241021703942, -2.91435612704185,2.96810256626447,2.98060787185779,2.99311317745113,2.99679036843678), - .UNSPECIFIED.); -#6793=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22610,#22611,#22612,#22613,#22614, -#22615,#22616,#22617,#22618,#22619,#22620,#22621),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838590717,0.0500590401248301,0.0975816507031127, -0.17871739038651,0.465700812703057),.UNSPECIFIED.); -#6794=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22622,#22623,#22624,#22625,#22626, -#22627,#22628,#22629,#22630,#22631,#22632),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6795=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22633,#22634,#22635,#22636,#22637, -#22638,#22639,#22640,#22641,#22642,#22643,#22644,#22645,#22646,#22647,#22648, -#22649,#22650,#22651,#22652),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978053651E-5,1.23523812636739,2.47046430703698,2.6924102170394, -2.91435612704183,2.96810256626445,2.98060787185777,2.99311317745111,2.99679036843678), - .UNSPECIFIED.); -#6796=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22653,#22654,#22655,#22656,#22657, -#22658,#22659,#22660,#22661,#22662,#22663,#22664),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838462439,0.0500590400983933,0.0975816506532017, -0.1787173903226,0.465700812703376),.UNSPECIFIED.); -#6797=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22665,#22666,#22667,#22668,#22669, -#22670,#22671,#22672,#22673,#22674,#22675),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6798=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22676,#22677,#22678,#22679,#22680, -#22681,#22682,#22683,#22684,#22685,#22686,#22687,#22688,#22689,#22690,#22691, -#22692,#22693,#22694,#22695),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456978089079E-5,1.23523812636738,2.47046430703697,2.69241021703939, -2.91435612704181,2.96810256626443,2.98060787185776,2.99311317745109,2.99679036843678), - .UNSPECIFIED.); -#6799=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22696,#22697,#22698,#22699,#22700, -#22701,#22702,#22703,#22704,#22705,#22706,#22707),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838601818,0.0500590401242064,0.0975816507000195, -0.17871739038717,0.465700812702996),.UNSPECIFIED.); -#6800=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22708,#22709,#22710,#22711,#22712, -#22713,#22714,#22715,#22716,#22717,#22718),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6801=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22719,#22720,#22721,#22722,#22723, -#22724,#22725,#22726,#22727,#22728,#22729,#22730,#22731,#22732,#22733,#22734, -#22735,#22736,#22737,#22738),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932244467E-5,1.23523812636469,2.47046430703616,2.69241021703893, -2.91435612704169,2.96810256626439,2.98060787185773,2.99311317745108,2.99679036843676), - .UNSPECIFIED.); -#6802=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22739,#22740,#22741,#22742,#22743, -#22744,#22745,#22746,#22747,#22748,#22749,#22750),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838521328,0.0500590401106847,0.097581650681281, -0.178717390365208,0.4657008127029),.UNSPECIFIED.); -#6803=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22751,#22752,#22753,#22754,#22755, -#22756,#22757,#22758,#22759,#22760,#22761),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6804=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22762,#22763,#22764,#22765,#22766, -#22767,#22768,#22769,#22770,#22771,#22772,#22773,#22774,#22775,#22776,#22777, -#22778,#22779,#22780,#22781),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932244455E-5,1.23523812636456,2.47046430703591,2.69241021703865, -2.91435612704139,2.96810256626409,2.98060787185743,2.99311317745078,2.99679036843646), - .UNSPECIFIED.); -#6805=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22782,#22783,#22784,#22785,#22786, -#22787,#22788,#22789,#22790,#22791,#22792,#22793),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838638322,0.0500590401341417,0.0975816507236711, -0.178717390408213,0.465700812703152),.UNSPECIFIED.); -#6806=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22794,#22795,#22796,#22797,#22798, -#22799,#22800,#22801,#22802,#22803,#22804),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704481,1.28807779467685,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6807=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22805,#22806,#22807,#22808,#22809, -#22810,#22811,#22812,#22813,#22814,#22815,#22816,#22817,#22818,#22819,#22820, -#22821,#22822,#22823,#22824),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,4), -(0.,1.19456932752275E-5,1.23523812636471,2.47046430703615,2.69241021703891, -2.91435612704166,2.96810256626436,2.98060787185771,2.99311317745106,2.99679036843676), - .UNSPECIFIED.); -#6808=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22825,#22826,#22827,#22828,#22829, -#22830,#22831,#22832,#22833,#22834,#22835,#22836),.UNSPECIFIED.,.F.,.F., -(4,2,2,2,2,4),(0.,0.0253859838451597,0.0500590400969406,0.0975816506543739, -0.178717390331804,0.465700812703091),.UNSPECIFIED.); -#6809=B_SPLINE_CURVE_WITH_KNOTS('',3,(#22837,#22838,#22839,#22840,#22841, -#22842,#22843,#22844,#22845,#22846,#22847),.UNSPECIFIED.,.F.,.F.,(4,2,2, -3,4),(0.,0.0525050142704273,1.28807779467684,2.52365057508324,2.52366188702966), - .UNSPECIFIED.); -#6810=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22848,#22849),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.80074158500503,0.),.UNSPECIFIED.); -#6811=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22850,#22851),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6812=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22852,#22853),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6813=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22854,#22855),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6814=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22856,#22857),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6815=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22858,#22859),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6816=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22860,#22861),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6817=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22862,#22863),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6818=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22864,#22865),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6819=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22866,#22867),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6820=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22868,#22869),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6821=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22870,#22871),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962704,0.),.UNSPECIFIED.); -#6822=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22872,#22873),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6823=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22874,#22875),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6824=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22876,#22877),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6825=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22878,#22879),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6826=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22880,#22881),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6827=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22882,#22883),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6828=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22884,#22885),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6829=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22886,#22887),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6830=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22888,#22889),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6831=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22890,#22891),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6832=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22892,#22893),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6833=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22894,#22895),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6834=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22896,#22897),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6835=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22898,#22899),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6836=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22900,#22901),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6837=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22902,#22903),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6838=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22904,#22905),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6839=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22906,#22907),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6840=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22908,#22909),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6841=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22910,#22911),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6842=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22912,#22913),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6843=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22914,#22915),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6844=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22916,#22917),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6845=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22918,#22919),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6846=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22920,#22921),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6847=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22922,#22923),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6848=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22924,#22925),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6849=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22926,#22927),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6850=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22928,#22929),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6851=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22930,#22931),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6852=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22932,#22933),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6853=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22934,#22935),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6854=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22936,#22937),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6855=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22938,#22939),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6856=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22940,#22941),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6857=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22942,#22943),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6858=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22944,#22945),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6859=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22946,#22947),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6860=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22948,#22949),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6861=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22950,#22951),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6862=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22952,#22953),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6863=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22954,#22955),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6864=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22956,#22957),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6865=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22958,#22959),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6866=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22960,#22961),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6867=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22962,#22963),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6868=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22964,#22965),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6869=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22966,#22967),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6870=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22968,#22969),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6871=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22970,#22971),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6872=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22972,#22973),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6873=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22974,#22975),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6874=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22976,#22977),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6875=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22978,#22979),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6876=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22980,#22981),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6877=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22982,#22983),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6878=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22984,#22985),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6879=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22986,#22987),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6880=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22988,#22989),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6881=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22990,#22991),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6882=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22992,#22993),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6883=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22994,#22995),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6884=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22996,#22997),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6885=B_SPLINE_CURVE_WITH_KNOTS('',1,(#22998,#22999),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962701,0.),.UNSPECIFIED.); -#6886=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23000,#23001),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6887=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23002,#23003),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6888=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23004,#23005),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6889=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23006,#23007),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6890=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23008,#23009),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6891=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23010,#23011),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6892=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23012,#23013),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6893=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23014,#23015),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6894=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23016,#23017),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6895=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23018,#23019),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6896=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23020,#23021),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6897=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23022,#23023),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6898=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23024,#23025),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6899=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23026,#23027),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962699,0.),.UNSPECIFIED.); -#6900=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23028,#23029),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6901=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23030,#23031),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6902=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23032,#23033),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6903=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23034,#23035),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6904=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23036,#23037),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962679,0.),.UNSPECIFIED.); -#6905=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23038,#23039),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6906=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23040,#23041),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6907=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23042,#23043),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6908=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23044,#23045),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6909=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23046,#23047),.UNSPECIFIED.,.F., - .F.,(2,2),(-1.60148322962689,0.),.UNSPECIFIED.); -#6910=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23048,#23049),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465361,0.),.UNSPECIFIED.); -#6911=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23050,#23051),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286533,0.),.UNSPECIFIED.); -#6912=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23052,#23053),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6913=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23054,#23055),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6914=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23056,#23057),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465422,0.),.UNSPECIFIED.); -#6915=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23058,#23059),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286587,0.),.UNSPECIFIED.); -#6916=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23060,#23061),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6917=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23062,#23063),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6918=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23064,#23065),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465484,0.),.UNSPECIFIED.); -#6919=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23066,#23067),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028664,0.),.UNSPECIFIED.); -#6920=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23068,#23069),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6921=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23070,#23071),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6922=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23072,#23073),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465546,0.),.UNSPECIFIED.); -#6923=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23074,#23075),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286694,0.),.UNSPECIFIED.); -#6924=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23076,#23077),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6925=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23078,#23079),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6926=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23080,#23081),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465608,0.),.UNSPECIFIED.); -#6927=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23082,#23083),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286747,0.),.UNSPECIFIED.); -#6928=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23084,#23085),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6929=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23086,#23087),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6930=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23088,#23089),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846567,0.),.UNSPECIFIED.); -#6931=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23090,#23091),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286801,0.),.UNSPECIFIED.); -#6932=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23092,#23093),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6933=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23094,#23095),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6934=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23096,#23097),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465731,0.),.UNSPECIFIED.); -#6935=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23098,#23099),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286854,0.),.UNSPECIFIED.); -#6936=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23100,#23101),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6937=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23102,#23103),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6938=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23104,#23105),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465793,0.),.UNSPECIFIED.); -#6939=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23106,#23107),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286908,0.),.UNSPECIFIED.); -#6940=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23108,#23109),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6941=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23110,#23111),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6942=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23112,#23113),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465855,0.),.UNSPECIFIED.); -#6943=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23114,#23115),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600286961,0.),.UNSPECIFIED.); -#6944=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23116,#23117),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6945=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23118,#23119),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6946=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23120,#23121),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465917,0.),.UNSPECIFIED.); -#6947=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23122,#23123),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287015,0.),.UNSPECIFIED.); -#6948=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23124,#23125),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6949=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23126,#23127),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6950=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23128,#23129),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798465978,0.),.UNSPECIFIED.); -#6951=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23130,#23131),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287068,0.),.UNSPECIFIED.); -#6952=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23132,#23133),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6953=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23134,#23135),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6954=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23136,#23137),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846604,0.),.UNSPECIFIED.); -#6955=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23138,#23139),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287122,0.),.UNSPECIFIED.); -#6956=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23140,#23141),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6957=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23142,#23143),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6958=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23144,#23145),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466102,0.),.UNSPECIFIED.); -#6959=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23146,#23147),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287175,0.),.UNSPECIFIED.); -#6960=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23148,#23149),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6961=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23150,#23151),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6962=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23152,#23153),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466164,0.),.UNSPECIFIED.); -#6963=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23154,#23155),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287229,0.),.UNSPECIFIED.); -#6964=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23156,#23157),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6965=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23158,#23159),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6966=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23160,#23161),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466225,0.),.UNSPECIFIED.); -#6967=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23162,#23163),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287282,0.),.UNSPECIFIED.); -#6968=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23164,#23165),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6969=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23166,#23167),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6970=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23168,#23169),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466287,0.),.UNSPECIFIED.); -#6971=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23170,#23171),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287335,0.),.UNSPECIFIED.); -#6972=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23172,#23173),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6973=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23174,#23175),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6974=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23176,#23177),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466349,0.),.UNSPECIFIED.); -#6975=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23178,#23179),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287389,0.),.UNSPECIFIED.); -#6976=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23180,#23181),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6977=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23182,#23183),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6978=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23184,#23185),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466411,0.),.UNSPECIFIED.); -#6979=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23186,#23187),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287442,0.),.UNSPECIFIED.); -#6980=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23188,#23189),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6981=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23190,#23191),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6982=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23192,#23193),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466472,0.),.UNSPECIFIED.); -#6983=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23194,#23195),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287496,0.),.UNSPECIFIED.); -#6984=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23196,#23197),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6985=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23198,#23199),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6986=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23200,#23201),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466534,0.),.UNSPECIFIED.); -#6987=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23202,#23203),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287549,0.),.UNSPECIFIED.); -#6988=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23204,#23205),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6989=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23206,#23207),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6990=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23208,#23209),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466596,0.),.UNSPECIFIED.); -#6991=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23210,#23211),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287603,0.),.UNSPECIFIED.); -#6992=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23212,#23213),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6993=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23214,#23215),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6994=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23216,#23217),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466657,0.),.UNSPECIFIED.); -#6995=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23218,#23219),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287656,0.),.UNSPECIFIED.); -#6996=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23220,#23221),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#6997=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23222,#23223),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#6998=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23224,#23225),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466719,0.),.UNSPECIFIED.); -#6999=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23226,#23227),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028771,0.),.UNSPECIFIED.); -#7000=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23228,#23229),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7001=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23230,#23231),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7002=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23232,#23233),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466781,0.),.UNSPECIFIED.); -#7003=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23234,#23235),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287763,0.),.UNSPECIFIED.); -#7004=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23236,#23237),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7005=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23238,#23239),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7006=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23240,#23241),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466843,0.),.UNSPECIFIED.); -#7007=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23242,#23243),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287817,0.),.UNSPECIFIED.); -#7008=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23244,#23245),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7009=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23246,#23247),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7010=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23248,#23249),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466904,0.),.UNSPECIFIED.); -#7011=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23250,#23251),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028787,0.),.UNSPECIFIED.); -#7012=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23252,#23253),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7013=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23254,#23255),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7014=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23256,#23257),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798466966,0.),.UNSPECIFIED.); -#7015=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23258,#23259),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287923,0.),.UNSPECIFIED.); -#7016=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23260,#23261),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7017=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23262,#23263),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7018=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23264,#23265),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467028,0.),.UNSPECIFIED.); -#7019=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23266,#23267),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600287977,0.),.UNSPECIFIED.); -#7020=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23268,#23269),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7021=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23270,#23271),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7022=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23272,#23273),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846709,0.),.UNSPECIFIED.); -#7023=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23274,#23275),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028803,0.),.UNSPECIFIED.); -#7024=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23276,#23277),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7025=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23278,#23279),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7026=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23280,#23281),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467151,0.),.UNSPECIFIED.); -#7027=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23282,#23283),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288084,0.),.UNSPECIFIED.); -#7028=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23284,#23285),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7029=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23286,#23287),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7030=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23288,#23289),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467213,0.),.UNSPECIFIED.); -#7031=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23290,#23291),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288138,0.),.UNSPECIFIED.); -#7032=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23292,#23293),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7033=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23294,#23295),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7034=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23296,#23297),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467275,0.),.UNSPECIFIED.); -#7035=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23298,#23299),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288191,0.),.UNSPECIFIED.); -#7036=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23300,#23301),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7037=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23302,#23303),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7038=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23304,#23305),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467336,0.),.UNSPECIFIED.); -#7039=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23306,#23307),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288244,0.),.UNSPECIFIED.); -#7040=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23308,#23309),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7041=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23310,#23311),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7042=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23312,#23313),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467398,0.),.UNSPECIFIED.); -#7043=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23314,#23315),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288298,0.),.UNSPECIFIED.); -#7044=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23316,#23317),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7045=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23318,#23319),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7046=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23320,#23321),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846746,0.),.UNSPECIFIED.); -#7047=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23322,#23323),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288351,0.),.UNSPECIFIED.); -#7048=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23324,#23325),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7049=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23326,#23327),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7050=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23328,#23329),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467522,0.),.UNSPECIFIED.); -#7051=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23330,#23331),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288405,0.),.UNSPECIFIED.); -#7052=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23332,#23333),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7053=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23334,#23335),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7054=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23336,#23337),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467583,0.),.UNSPECIFIED.); -#7055=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23338,#23339),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288458,0.),.UNSPECIFIED.); -#7056=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23340,#23341),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7057=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23342,#23343),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7058=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23344,#23345),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467645,0.),.UNSPECIFIED.); -#7059=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23346,#23347),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288512,0.),.UNSPECIFIED.); -#7060=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23348,#23349),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7061=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23350,#23351),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7062=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23352,#23353),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467707,0.),.UNSPECIFIED.); -#7063=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23354,#23355),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288565,0.),.UNSPECIFIED.); -#7064=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23356,#23357),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7065=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23358,#23359),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7066=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23360,#23361),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467769,0.),.UNSPECIFIED.); -#7067=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23362,#23363),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288619,0.),.UNSPECIFIED.); -#7068=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23364,#23365),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7069=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23366,#23367),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7070=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23368,#23369),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467831,0.),.UNSPECIFIED.); -#7071=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23370,#23371),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288672,0.),.UNSPECIFIED.); -#7072=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23372,#23373),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7073=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23374,#23375),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7074=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23376,#23377),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467892,0.),.UNSPECIFIED.); -#7075=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23378,#23379),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288726,0.),.UNSPECIFIED.); -#7076=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23380,#23381),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7077=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23382,#23383),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7078=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23384,#23385),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798467954,0.),.UNSPECIFIED.); -#7079=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23386,#23387),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288779,0.),.UNSPECIFIED.); -#7080=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23388,#23389),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7081=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23390,#23391),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7082=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23392,#23393),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468015,0.),.UNSPECIFIED.); -#7083=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23394,#23395),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288832,0.),.UNSPECIFIED.); -#7084=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23396,#23397),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7085=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23398,#23399),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7086=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23400,#23401),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468077,0.),.UNSPECIFIED.); -#7087=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23402,#23403),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288886,0.),.UNSPECIFIED.); -#7088=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23404,#23405),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7089=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23406,#23407),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7090=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23408,#23409),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468139,0.),.UNSPECIFIED.); -#7091=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23410,#23411),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028894,0.),.UNSPECIFIED.); -#7092=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23412,#23413),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7093=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23414,#23415),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7094=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23416,#23417),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468201,0.),.UNSPECIFIED.); -#7095=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23418,#23419),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600288993,0.),.UNSPECIFIED.); -#7096=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23420,#23421),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7097=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23422,#23423),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7098=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23424,#23425),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468263,0.),.UNSPECIFIED.); -#7099=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23426,#23427),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289046,0.),.UNSPECIFIED.); -#7100=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23428,#23429),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7101=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23430,#23431),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7102=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23432,#23433),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468324,0.),.UNSPECIFIED.); -#7103=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23434,#23435),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.87806002891,0.),.UNSPECIFIED.); -#7104=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23436,#23437),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7105=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23438,#23439),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7106=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23440,#23441),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468386,0.),.UNSPECIFIED.); -#7107=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23442,#23443),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289153,0.),.UNSPECIFIED.); -#7108=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23444,#23445),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7109=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23446,#23447),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7110=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23448,#23449),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468448,0.),.UNSPECIFIED.); -#7111=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23450,#23451),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289207,0.),.UNSPECIFIED.); -#7112=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23452,#23453),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7113=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23454,#23455),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7114=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23456,#23457),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468509,0.),.UNSPECIFIED.); -#7115=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23458,#23459),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060028926,0.),.UNSPECIFIED.); -#7116=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23460,#23461),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7117=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23462,#23463),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7118=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23464,#23465),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468571,0.),.UNSPECIFIED.); -#7119=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23466,#23467),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289314,0.),.UNSPECIFIED.); -#7120=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23468,#23469),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7121=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23470,#23471),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7122=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23472,#23473),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468633,0.),.UNSPECIFIED.); -#7123=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23474,#23475),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289367,0.),.UNSPECIFIED.); -#7124=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23476,#23477),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7125=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23478,#23479),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7126=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23480,#23481),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468695,0.),.UNSPECIFIED.); -#7127=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23482,#23483),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289421,0.),.UNSPECIFIED.); -#7128=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23484,#23485),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7129=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23486,#23487),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7130=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23488,#23489),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468756,0.),.UNSPECIFIED.); -#7131=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23490,#23491),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289474,0.),.UNSPECIFIED.); -#7132=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23492,#23493),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7133=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23494,#23495),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7134=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23496,#23497),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468818,0.),.UNSPECIFIED.); -#7135=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23498,#23499),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289528,0.),.UNSPECIFIED.); -#7136=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23500,#23501),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7137=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23502,#23503),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7138=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23504,#23505),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846888,0.),.UNSPECIFIED.); -#7139=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23506,#23507),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289581,0.),.UNSPECIFIED.); -#7140=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23508,#23509),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7141=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23510,#23511),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7142=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23512,#23513),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798468942,0.),.UNSPECIFIED.); -#7143=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23514,#23515),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289635,0.),.UNSPECIFIED.); -#7144=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23516,#23517),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7145=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23518,#23519),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7146=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23520,#23521),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469003,0.),.UNSPECIFIED.); -#7147=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23522,#23523),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289688,0.),.UNSPECIFIED.); -#7148=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23524,#23525),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7149=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23526,#23527),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7150=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23528,#23529),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469065,0.),.UNSPECIFIED.); -#7151=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23530,#23531),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289741,0.),.UNSPECIFIED.); -#7152=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23532,#23533),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7153=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23534,#23535),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7154=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23536,#23537),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469127,0.),.UNSPECIFIED.); -#7155=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23538,#23539),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289795,0.),.UNSPECIFIED.); -#7156=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23540,#23541),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7157=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23542,#23543),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7158=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23544,#23545),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469189,0.),.UNSPECIFIED.); -#7159=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23546,#23547),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289848,0.),.UNSPECIFIED.); -#7160=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23548,#23549),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7161=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23550,#23551),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7162=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23552,#23553),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479846925,0.),.UNSPECIFIED.); -#7163=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23554,#23555),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289902,0.),.UNSPECIFIED.); -#7164=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23556,#23557),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7165=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23558,#23559),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7166=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23560,#23561),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469312,0.),.UNSPECIFIED.); -#7167=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23562,#23563),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600289955,0.),.UNSPECIFIED.); -#7168=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23564,#23565),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7169=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23566,#23567),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7170=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23568,#23569),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469374,0.),.UNSPECIFIED.); -#7171=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23570,#23571),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290009,0.),.UNSPECIFIED.); -#7172=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23572,#23573),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7173=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23574,#23575),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7174=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23576,#23577),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469436,0.),.UNSPECIFIED.); -#7175=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23578,#23579),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290062,0.),.UNSPECIFIED.); -#7176=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23580,#23581),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7177=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23582,#23583),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7178=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23584,#23585),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469497,0.),.UNSPECIFIED.); -#7179=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23586,#23587),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290116,0.),.UNSPECIFIED.); -#7180=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23588,#23589),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7181=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23590,#23591),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7182=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23592,#23593),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469559,0.),.UNSPECIFIED.); -#7183=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23594,#23595),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290169,0.),.UNSPECIFIED.); -#7184=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23596,#23597),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7185=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23598,#23599),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7186=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23600,#23601),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469621,0.),.UNSPECIFIED.); -#7187=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23602,#23603),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290222,0.),.UNSPECIFIED.); -#7188=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23604,#23605),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7189=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23606,#23607),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7190=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23608,#23609),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469682,0.),.UNSPECIFIED.); -#7191=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23610,#23611),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290276,0.),.UNSPECIFIED.); -#7192=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23612,#23613),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7193=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23614,#23615),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7194=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23616,#23617),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469744,0.),.UNSPECIFIED.); -#7195=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23618,#23619),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290329,0.),.UNSPECIFIED.); -#7196=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23620,#23621),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7197=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23622,#23623),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7198=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23624,#23625),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469806,0.),.UNSPECIFIED.); -#7199=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23626,#23627),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290383,0.),.UNSPECIFIED.); -#7200=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23628,#23629),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7201=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23630,#23631),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7202=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23632,#23633),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469868,0.),.UNSPECIFIED.); -#7203=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23634,#23635),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290436,0.),.UNSPECIFIED.); -#7204=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23636,#23637),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7205=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23638,#23639),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7206=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23640,#23641),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469929,0.),.UNSPECIFIED.); -#7207=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23642,#23643),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060029049,0.),.UNSPECIFIED.); -#7208=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23644,#23645),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7209=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23646,#23647),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7210=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23648,#23649),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798469991,0.),.UNSPECIFIED.); -#7211=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23650,#23651),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290543,0.),.UNSPECIFIED.); -#7212=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23652,#23653),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7213=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23654,#23655),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7214=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23656,#23657),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470053,0.),.UNSPECIFIED.); -#7215=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23658,#23659),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290597,0.),.UNSPECIFIED.); -#7216=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23660,#23661),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7217=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23662,#23663),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7218=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23664,#23665),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470115,0.),.UNSPECIFIED.); -#7219=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23666,#23667),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.878060029065,0.),.UNSPECIFIED.); -#7220=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23668,#23669),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7221=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23670,#23671),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7222=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23672,#23673),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470176,0.),.UNSPECIFIED.); -#7223=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23674,#23675),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290704,0.),.UNSPECIFIED.); -#7224=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23676,#23677),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7225=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23678,#23679),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7226=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23680,#23681),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470238,0.),.UNSPECIFIED.); -#7227=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23682,#23683),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290757,0.),.UNSPECIFIED.); -#7228=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23684,#23685),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7229=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23686,#23687),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7230=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23688,#23689),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.02747984703,0.),.UNSPECIFIED.); -#7231=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23690,#23691),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290811,0.),.UNSPECIFIED.); -#7232=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23692,#23693),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7233=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23694,#23695),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7234=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23696,#23697),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470362,0.),.UNSPECIFIED.); -#7235=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23698,#23699),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290864,0.),.UNSPECIFIED.); -#7236=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23700,#23701),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7237=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23702,#23703),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7238=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23704,#23705),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470423,0.),.UNSPECIFIED.); -#7239=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23706,#23707),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290918,0.),.UNSPECIFIED.); -#7240=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23708,#23709),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7241=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23710,#23711),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7242=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23712,#23713),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470485,0.),.UNSPECIFIED.); -#7243=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23714,#23715),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600290971,0.),.UNSPECIFIED.); -#7244=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23716,#23717),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7245=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23718,#23719),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7246=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23720,#23721),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470547,0.),.UNSPECIFIED.); -#7247=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23722,#23723),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291025,0.),.UNSPECIFIED.); -#7248=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23724,#23725),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7249=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23726,#23727),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7250=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23728,#23729),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470609,0.),.UNSPECIFIED.); -#7251=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23730,#23731),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291078,0.),.UNSPECIFIED.); -#7252=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23732,#23733),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7253=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23734,#23735),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7254=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23736,#23737),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.027479847067,0.),.UNSPECIFIED.); -#7255=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23738,#23739),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291131,0.),.UNSPECIFIED.); -#7256=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23740,#23741),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7257=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23742,#23743),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7258=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23744,#23745),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470732,0.),.UNSPECIFIED.); -#7259=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23746,#23747),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291185,0.),.UNSPECIFIED.); -#7260=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23748,#23749),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7261=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23750,#23751),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7262=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23752,#23753),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470794,0.),.UNSPECIFIED.); -#7263=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23754,#23755),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291239,0.),.UNSPECIFIED.); -#7264=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23756,#23757),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7265=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23758,#23759),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7266=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23760,#23761),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470855,0.),.UNSPECIFIED.); -#7267=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23762,#23763),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291292,0.),.UNSPECIFIED.); -#7268=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23764,#23765),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7269=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23766,#23767),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7270=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23768,#23769),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470917,0.),.UNSPECIFIED.); -#7271=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23770,#23771),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291345,0.),.UNSPECIFIED.); -#7272=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23772,#23773),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7273=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23774,#23775),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7274=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23776,#23777),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798470979,0.),.UNSPECIFIED.); -#7275=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23778,#23779),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291399,0.),.UNSPECIFIED.); -#7276=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23780,#23781),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7277=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23782,#23783),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7278=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23784,#23785),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471041,0.),.UNSPECIFIED.); -#7279=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23786,#23787),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291452,0.),.UNSPECIFIED.); -#7280=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23788,#23789),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7281=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23790,#23791),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7282=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23792,#23793),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471102,0.),.UNSPECIFIED.); -#7283=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23794,#23795),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291506,0.),.UNSPECIFIED.); -#7284=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23796,#23797),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7285=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23798,#23799),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7286=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23800,#23801),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471164,0.),.UNSPECIFIED.); -#7287=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23802,#23803),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291559,0.),.UNSPECIFIED.); -#7288=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23804,#23805),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7289=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23806,#23807),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7290=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23808,#23809),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471226,0.),.UNSPECIFIED.); -#7291=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23810,#23811),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291613,0.),.UNSPECIFIED.); -#7292=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23812,#23813),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7293=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23814,#23815),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7294=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23816,#23817),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471288,0.),.UNSPECIFIED.); -#7295=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23818,#23819),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291666,0.),.UNSPECIFIED.); -#7296=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23820,#23821),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7297=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23822,#23823),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7298=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23824,#23825),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471349,0.),.UNSPECIFIED.); -#7299=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23826,#23827),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291719,0.),.UNSPECIFIED.); -#7300=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23828,#23829),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7301=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23830,#23831),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7302=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23832,#23833),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471411,0.),.UNSPECIFIED.); -#7303=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23834,#23835),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291773,0.),.UNSPECIFIED.); -#7304=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23836,#23837),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,59.9999999999975),.UNSPECIFIED.); -#7305=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23838,#23839),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7306=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23840,#23841),.UNSPECIFIED.,.F., - .F.,(2,2),(-59.9999999999975,0.),.UNSPECIFIED.); -#7307=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23842,#23843),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.0274798471473,0.),.UNSPECIFIED.); -#7308=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23844,#23845),.UNSPECIFIED.,.F., - .F.,(2,2),(-65.8780600291827,0.),.UNSPECIFIED.); -#7309=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23846,#23847),.UNSPECIFIED.,.F., - .F.,(2,2),(0.,60.),.UNSPECIFIED.); -#7310=B_SPLINE_CURVE_WITH_KNOTS('',1,(#23848,#23849),.UNSPECIFIED.,.F., - .F.,(2,2),(-60.,0.),.UNSPECIFIED.); -#7311=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23850,#23851,#23852,#23853,#23854, -#23855,#23856,#23857,#23858,#23859,#23860,#23861,#23862,#23863,#23864,#23865, -#23866,#23867,#23868,#23869,#23870,#23871,#23872,#23873,#23874,#23875,#23876, -#23877,#23878,#23879,#23880,#23881,#23882,#23883,#23884,#23885,#23886,#23887, -#23888,#23889,#23890,#23891),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929926353,2.47113859852706,2.52364151257983, -2.67389461449541,2.82941349217863,2.86719054350191,2.89307707427517,2.93350945639559, -2.95605579602178,2.97129775764465,2.98843810320418,2.99211528982488,3.00462055437911, -3.01712581893333,3.07087207280719,3.29281725516946,3.51476243753172,4.74998573503081, -5.98520903252989),.UNSPECIFIED.); -#7312=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23892,#23893,#23894,#23895,#23896, -#23897,#23898,#23899,#23900,#23901,#23902,#23903,#23904,#23905,#23906,#23907, -#23908,#23909,#23910,#23911,#23912,#23913,#23914,#23915,#23916,#23917,#23918, -#23919,#23920,#23921,#23922,#23923,#23924,#23925,#23926,#23927,#23928,#23929, -#23930,#23931,#23932,#23933),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929926153,2.47113859852307,2.52364151257372, -2.67389461448931,2.82941349217253,2.8671905434958,2.89307707426906,2.93350945638948, -2.95605579601567,2.97129775763854,2.98843810319808,2.99211528981878,3.00462055437298, -3.01712581892716,3.07087207280087,3.29281725516259,3.51476243752432,4.74998573502135, -5.98520903251837),.UNSPECIFIED.); -#7313=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23934,#23935,#23936,#23937,#23938, -#23939,#23940,#23941,#23942,#23943,#23944,#23945,#23946,#23947,#23948,#23949, -#23950,#23951,#23952,#23953,#23954,#23955,#23956,#23957,#23958,#23959,#23960, -#23961,#23962,#23963,#23964,#23965,#23966,#23967,#23968,#23969,#23970,#23971, -#23972,#23973,#23974,#23975),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.2355692992574,2.47113859851479,2.52364151256129, -2.67389461447687,2.82941349216009,2.86719054348336,2.89307707425662,2.93350945637704, -2.95605579600324,2.97129775762611,2.98843810318564,2.99211528980634,3.00462055436047, -3.0171258189146,3.07087207278805,3.2928172551486,3.51476243750915,4.74998573500211, -5.98520903249509),.UNSPECIFIED.); -#7314=B_SPLINE_CURVE_WITH_KNOTS('',3,(#23976,#23977,#23978,#23979,#23980, -#23981,#23982,#23983,#23984,#23985,#23986,#23987,#23988,#23989,#23990,#23991, -#23992,#23993,#23994,#23995,#23996,#23997,#23998,#23999,#24000,#24001,#24002, -#24003,#24004,#24005,#24006,#24007,#24008,#24009,#24010,#24011,#24012,#24013, -#24014,#24015,#24016,#24017),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929925533,2.47113859851065,2.52364151255509, -2.67389461447067,2.82941349215389,2.86719054347717,2.89307707425043,2.93350945637085, -2.95605579599704,2.97129775761991,2.98843810317944,2.99211528980012,3.00462055435423, -3.01712581890834,3.07087207278162,3.29281725514157,3.51476243750154,4.74998573499253, -5.98520903248352),.UNSPECIFIED.); -#7315=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24018,#24019,#24020,#24021,#24022, -#24023,#24024,#24025,#24026,#24027,#24028,#24029,#24030,#24031,#24032,#24033, -#24034,#24035,#24036,#24037,#24038,#24039,#24040,#24041,#24042,#24043,#24044, -#24045,#24046,#24047,#24048,#24049,#24050,#24051,#24052,#24053,#24054,#24055, -#24056,#24057,#24058,#24059),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929925329,2.47113859850658,2.52364151254888, -2.67389461446447,2.82941349214769,2.86719054347096,2.89307707424422,2.93350945636464, -2.95605579599083,2.9712977576137,2.98843810317324,2.99211528979391,3.00462055434799, -3.01712581890208,3.07087207277519,3.29281725513461,3.51476243749402,4.74998573498296, -5.98520903247189),.UNSPECIFIED.); -#7316=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24060,#24061,#24062,#24063,#24064, -#24065,#24066,#24067,#24068,#24069,#24070,#24071,#24072,#24073,#24074,#24075, -#24076,#24077,#24078,#24079,#24080,#24081,#24082,#24083,#24084,#24085,#24086, -#24087,#24088,#24089,#24090,#24091,#24092,#24093,#24094,#24095,#24096,#24097, -#24098,#24099,#24100,#24101),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.2355692992513,2.47113859850261,2.52364151254276, -2.67389461445835,2.82941349214157,2.86719054346484,2.8930770742381,2.93350945635852, -2.95605579598471,2.97129775760758,2.98843810316712,2.9921152897878,3.00462055434187, -3.01712581889593,3.07087207276886,3.29281725512771,3.51476243748654,4.74998573497343, -5.98520903246033),.UNSPECIFIED.); -#7317=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24102,#24103,#24104,#24105,#24106, -#24107,#24108,#24109,#24110,#24111,#24112,#24113,#24114,#24115,#24116,#24117, -#24118,#24119,#24120,#24121,#24122,#24123,#24124,#24125,#24126,#24127,#24128, -#24129,#24130,#24131,#24132,#24133,#24134,#24135,#24136,#24137,#24138,#24139, -#24140,#24141,#24142,#24143),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929924924,2.47113859849847,2.52364151253656, -2.67389461445215,2.82941349213537,2.86719054345864,2.8930770742319,2.93350945635232, -2.95605579597851,2.97129775760138,2.98843810316091,2.99211528978161,3.00462055433564, -3.01712581888966,3.07087207276255,3.29281725512077,3.514762437479,4.74998573496388, -5.98520903244877),.UNSPECIFIED.); -#7318=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24144,#24145,#24146,#24147,#24148, -#24149,#24150,#24151,#24152,#24153,#24154,#24155,#24156,#24157,#24158,#24159, -#24160,#24161,#24162,#24163,#24164,#24165,#24166,#24167,#24168,#24169,#24170, -#24171,#24172,#24173,#24174,#24175,#24176,#24177,#24178,#24179,#24180,#24181, -#24182,#24183,#24184,#24185),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929924717,2.47113859849435,2.52364151253036, -2.67389461444594,2.82941349212916,2.86719054345244,2.8930770742257,2.93350945634612, -2.95605579597231,2.97129775759518,2.98843810315471,2.99211528977542,3.00462055432942, -3.01712581888341,3.07087207275612,3.29281725511377,3.51476243747142,4.74998573495429, -5.98520903243716),.UNSPECIFIED.); -#7319=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24186,#24187,#24188,#24189,#24190, -#24191,#24192,#24193,#24194,#24195,#24196,#24197,#24198,#24199,#24200,#24201, -#24202,#24203,#24204,#24205,#24206,#24207,#24208,#24209,#24210,#24211,#24212, -#24213,#24214,#24215,#24216,#24217,#24218,#24219,#24220,#24221,#24222,#24223, -#24224,#24225,#24226,#24227),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929924514,2.47113859849027,2.52364151252416, -2.67389461443974,2.82941349212296,2.86719054344623,2.89307707421949,2.93350945633991, -2.95605579596611,2.97129775758898,2.98843810314851,2.9921152897692,3.00462055432317, -3.01712581887715,3.07087207274972,3.29281725510679,3.51476243746386,4.74998573494471, -5.98520903242555),.UNSPECIFIED.); -#7320=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24228,#24229,#24230,#24231,#24232, -#24233,#24234,#24235,#24236,#24237,#24238,#24239,#24240,#24241,#24242,#24243, -#24244,#24245,#24246,#24247,#24248,#24249,#24250,#24251,#24252,#24253,#24254, -#24255,#24256,#24257,#24258,#24259,#24260,#24261,#24262,#24263,#24264,#24265, -#24266,#24267,#24268,#24269),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.2355692992431,2.47113859848619,2.52364151251803, -2.67389461443361,2.82941349211683,2.8671905434401,2.89307707421336,2.93350945633378, -2.95605579595998,2.97129775758285,2.98843810314238,2.99211528976307,3.00462055431701, -3.01712581887095,3.07087207274338,3.29281725509988,3.51476243745638,4.74998573493518, -5.98520903241398),.UNSPECIFIED.); -#7321=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24270,#24271,#24272,#24273,#24274, -#24275,#24276,#24277,#24278,#24279,#24280,#24281,#24282,#24283,#24284,#24285, -#24286,#24287,#24288,#24289,#24290,#24291,#24292,#24293,#24294,#24295,#24296, -#24297,#24298,#24299,#24300,#24301,#24302,#24303,#24304,#24305,#24306,#24307, -#24308,#24309,#24310,#24311),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929924103,2.47113859848207,2.52364151251182, -2.67389461442741,2.82941349211062,2.8671905434339,2.89307707420716,2.93350945632758, -2.95605579595377,2.97129775757664,2.98843810313617,2.99211528975686,3.00462055431077, -3.01712581886469,3.07087207273696,3.29281725509289,3.51476243744881,4.7499857349256, -5.98520903240239),.UNSPECIFIED.); -#7322=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24312,#24313,#24314,#24315,#24316, -#24317,#24318,#24319,#24320,#24321,#24322,#24323,#24324,#24325,#24326,#24327, -#24328,#24329,#24330,#24331,#24332,#24333,#24334,#24335,#24336,#24337,#24338, -#24339,#24340,#24341,#24342,#24343,#24344,#24345,#24346,#24347,#24348,#24349, -#24350,#24351,#24352,#24353),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929923901,2.47113859847802,2.52364151250562, -2.6738946144212,2.82941349210442,2.8671905434277,2.89307707420096,2.93350945632138, -2.95605579594757,2.97129775757044,2.98843810312997,2.99211528975066,3.00462055430454, -3.01712581885842,3.07087207273057,3.29281725508592,3.51476243744129,4.74998573491603, -5.98520903239078),.UNSPECIFIED.); -#7323=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24354,#24355,#24356,#24357,#24358, -#24359,#24360,#24361,#24362,#24363,#24364,#24365,#24366,#24367,#24368,#24369, -#24370,#24371,#24372,#24373,#24374,#24375,#24376,#24377,#24378,#24379,#24380, -#24381,#24382,#24383,#24384,#24385,#24386,#24387,#24388,#24389,#24390,#24391, -#24392,#24393,#24394,#24395),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929923702,2.47113859847403,2.52364151249949, -2.67389461441508,2.8294134920983,2.86719054342157,2.89307707419483,2.93350945631525, -2.95605579594144,2.97129775756432,2.98843810312385,2.99211528974455,3.0046205542984, -3.01712581885227,3.07087207272422,3.29281725507901,3.5147624374338,4.74998573490653, -5.98520903237926),.UNSPECIFIED.); -#7324=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24396,#24397,#24398,#24399,#24400, -#24401,#24402,#24403,#24404,#24405,#24406,#24407,#24408,#24409,#24410,#24411, -#24412,#24413,#24414,#24415,#24416,#24417,#24418,#24419,#24420,#24421,#24422, -#24423,#24424,#24425,#24426,#24427,#24428,#24429,#24430,#24431,#24432,#24433, -#24434,#24435,#24436,#24437),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929923493,2.47113859846986,2.52364151249329, -2.67389461440887,2.82941349209209,2.86719054341537,2.89307707418863,2.93350945630905, -2.95605579593524,2.97129775755811,2.98843810311764,2.99211528973832,3.00462055429214, -3.01712581884596,3.07087207271787,3.29281725507203,3.51476243742618,4.7499857348969, -5.98520903236761),.UNSPECIFIED.); -#7325=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24438,#24439,#24440,#24441,#24442, -#24443,#24444,#24445,#24446,#24447,#24448,#24449,#24450,#24451,#24452,#24453, -#24454,#24455,#24456,#24457,#24458,#24459,#24460,#24461,#24462,#24463,#24464, -#24465,#24466,#24467,#24468,#24469,#24470,#24471,#24472,#24473,#24474,#24475, -#24476,#24477,#24478,#24479),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929923287,2.47113859846574,2.52364151248709, -2.67389461440267,2.82941349208589,2.86719054340917,2.89307707418242,2.93350945630285, -2.95605579592904,2.97129775755191,2.98843810311144,2.99211528973214,3.00462055428594, -3.01712581883973,3.07087207271144,3.29281725506506,3.51476243741868,4.74998573488736, -5.98520903235606),.UNSPECIFIED.); -#7326=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24480,#24481,#24482,#24483,#24484, -#24485,#24486,#24487,#24488,#24489,#24490,#24491,#24492,#24493,#24494,#24495, -#24496,#24497,#24498,#24499,#24500,#24501,#24502,#24503,#24504,#24505,#24506, -#24507,#24508,#24509,#24510,#24511,#24512,#24513,#24514,#24515,#24516,#24517, -#24518,#24519,#24520,#24521),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929923082,2.47113859846165,2.52364151248089, -2.67389461439647,2.82941349207969,2.86719054340297,2.89307707417622,2.93350945629664, -2.95605579592284,2.97129775754571,2.98843810310524,2.99211528972593,3.0046205542797, -3.01712581883348,3.07087207270504,3.29281725505806,3.51476243741108,4.74998573487777, -5.98520903234445),.UNSPECIFIED.); -#7327=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24522,#24523,#24524,#24525,#24526, -#24527,#24528,#24529,#24530,#24531,#24532,#24533,#24534,#24535,#24536,#24537, -#24538,#24539,#24540,#24541,#24542,#24543,#24544,#24545,#24546,#24547,#24548, -#24549,#24550,#24551,#24552,#24553,#24554,#24555,#24556,#24557,#24558,#24559, -#24560,#24561,#24562,#24563),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929922882,2.47113859845765,2.52364151247476, -2.67389461439034,2.82941349207356,2.86719054339684,2.8930770741701,2.93350945629052, -2.95605579591671,2.97129775753958,2.98843810309911,2.9921152897198,3.00462055427353, -3.01712581882728,3.07087207269873,3.29281725505117,3.51476243740362,4.74998573486826, -5.98520903233289),.UNSPECIFIED.); -#7328=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24564,#24565,#24566,#24567,#24568, -#24569,#24570,#24571,#24572,#24573,#24574,#24575,#24576,#24577,#24578,#24579, -#24580,#24581,#24582,#24583,#24584,#24585,#24586,#24587,#24588,#24589,#24590, -#24591,#24592,#24593,#24594,#24595,#24596,#24597,#24598,#24599,#24600,#24601, -#24602,#24603,#24604,#24605),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929922675,2.47113859845351,2.52364151246855, -2.67389461438414,2.82941349206736,2.86719054339063,2.89307707416389,2.93350945628431, -2.9560557959105,2.97129775753338,2.98843810309291,2.99211528971361,3.00462055426731, -3.01712581882102,3.07087207269233,3.2928172550442,3.51476243739606,4.74998573485864, -5.98520903232123),.UNSPECIFIED.); -#7329=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24606,#24607,#24608,#24609,#24610, -#24611,#24612,#24613,#24614,#24615,#24616,#24617,#24618,#24619,#24620,#24621, -#24622,#24623,#24624,#24625,#24626,#24627,#24628,#24629,#24630,#24631,#24632, -#24633,#24634,#24635,#24636,#24637,#24638,#24639,#24640,#24641,#24642,#24643, -#24644,#24645,#24646,#24647),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929922471,2.47113859844943,2.52364151246235, -2.67389461437793,2.82941349206115,2.86719054338443,2.89307707415769,2.93350945627811, -2.9560557959043,2.97129775752717,2.9884381030867,2.99211528970739,3.00462055426107, -3.01712581881476,3.07087207268589,3.29281725503719,3.51476243738847,4.74998573484906, -5.98520903230966),.UNSPECIFIED.); -#7330=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24648,#24649,#24650,#24651,#24652, -#24653,#24654,#24655,#24656,#24657,#24658,#24659,#24660,#24661,#24662,#24663, -#24664,#24665,#24666,#24667,#24668,#24669,#24670,#24671,#24672,#24673,#24674, -#24675,#24676,#24677,#24678,#24679,#24680,#24681,#24682,#24683,#24684,#24685, -#24686,#24687,#24688,#24689),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929922268,2.47113859844536,2.52364151245613, -2.67389461437172,2.82941349205494,2.86719054337821,2.89307707415147,2.93350945627189, -2.95605579589808,2.97129775752095,2.98843810308049,2.99211528970117,3.00462055425483, -3.01712581880849,3.07087207267946,3.29281725503018,3.5147624373809,4.74998573483948, -5.98520903229806),.UNSPECIFIED.); -#7331=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24690,#24691,#24692,#24693,#24694, -#24695,#24696,#24697,#24698,#24699,#24700,#24701,#24702,#24703,#24704,#24705, -#24706,#24707,#24708,#24709,#24710,#24711,#24712,#24713,#24714,#24715,#24716, -#24717,#24718,#24719,#24720,#24721,#24722,#24723,#24724,#24725,#24726,#24727, -#24728,#24729,#24730,#24731),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929922065,2.47113859844129,2.52364151245002, -2.67389461436561,2.82941349204883,2.8671905433721,2.89307707414536,2.93350945626578, -2.95605579589197,2.97129775751485,2.98843810307438,2.99211528969507,3.00462055424869, -3.01712581880232,3.0708720726732,3.29281725502333,3.51476243737345,4.74998573483, -5.98520903228655),.UNSPECIFIED.); -#7332=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24732,#24733,#24734,#24735,#24736, -#24737,#24738,#24739,#24740,#24741,#24742,#24743,#24744,#24745,#24746,#24747, -#24748,#24749,#24750,#24751,#24752,#24753,#24754,#24755,#24756,#24757,#24758, -#24759,#24760,#24761,#24762,#24763,#24764,#24765,#24766,#24767,#24768,#24769, -#24770,#24771,#24772,#24773),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929921859,2.47113859843718,2.52364151244382, -2.67389461435941,2.82941349204262,2.8671905433659,2.89307707413916,2.93350945625958, -2.95605579588577,2.97129775750864,2.98843810306817,2.99211528968886,3.00462055424246, -3.01712581879606,3.07087207266676,3.2928172550163,3.51476243736584,4.74998573482039, -5.98520903227495),.UNSPECIFIED.); -#7333=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24774,#24775,#24776,#24777,#24778, -#24779,#24780,#24781,#24782,#24783,#24784,#24785,#24786,#24787,#24788,#24789, -#24790,#24791,#24792,#24793,#24794,#24795,#24796,#24797,#24798,#24799,#24800, -#24801,#24802,#24803,#24804,#24805,#24806,#24807,#24808,#24809,#24810,#24811, -#24812,#24813,#24814,#24815),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929921653,2.47113859843307,2.52364151243762, -2.6738946143532,2.82941349203642,2.86719054335969,2.89307707413295,2.93350945625337, -2.95605579587957,2.97129775750244,2.98843810306197,2.99211528968266,3.00462055423622, -3.01712581878979,3.07087207266039,3.29281725500935,3.51476243735832,4.74998573481083, -5.98520903226335),.UNSPECIFIED.); -#7334=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24816,#24817,#24818,#24819,#24820, -#24821,#24822,#24823,#24824,#24825,#24826,#24827,#24828,#24829,#24830,#24831, -#24832,#24833,#24834,#24835,#24836,#24837,#24838,#24839,#24840,#24841,#24842, -#24843,#24844,#24845,#24846,#24847,#24848,#24849,#24850,#24851,#24852,#24853, -#24854,#24855,#24856,#24857),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.2355692992145,2.47113859842899,2.5236415124315, -2.67389461434708,2.8294134920303,2.86719054335357,2.89307707412683,2.93350945624725, -2.95605579587344,2.97129775749632,2.98843810305585,2.99211528967653,3.00462055423007, -3.01712581878361,3.07087207265406,3.29281725500245,3.51476243735083,4.74998573480131, -5.9852090322518),.UNSPECIFIED.); -#7335=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24858,#24859,#24860,#24861,#24862, -#24863,#24864,#24865,#24866,#24867,#24868,#24869,#24870,#24871,#24872,#24873, -#24874,#24875,#24876,#24877,#24878,#24879,#24880,#24881,#24882,#24883,#24884, -#24885,#24886,#24887,#24888,#24889,#24890,#24891,#24892,#24893,#24894,#24895, -#24896,#24897,#24898,#24899),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929921246,2.47113859842493,2.52364151242529, -2.67389461434088,2.8294134920241,2.86719054334737,2.89307707412063,2.93350945624105, -2.95605579586724,2.97129775749011,2.98843810304965,2.99211528967032,3.00462055422383, -3.01712581877733,3.07087207264768,3.29281725499548,3.51476243734328,4.74998573479173, -5.98520903224019),.UNSPECIFIED.); -#7336=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24900,#24901,#24902,#24903,#24904, -#24905,#24906,#24907,#24908,#24909,#24910,#24911,#24912,#24913,#24914,#24915, -#24916,#24917,#24918,#24919,#24920,#24921,#24922,#24923,#24924,#24925,#24926, -#24927,#24928,#24929,#24930,#24931,#24932,#24933,#24934,#24935,#24936,#24937, -#24938,#24939,#24940,#24941),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929921041,2.47113859842084,2.52364151241908, -2.67389461433467,2.82941349201789,2.86719054334116,2.89307707411442,2.93350945623484, -2.95605579586103,2.9712977574839,2.98843810304344,2.99211528966411,3.00462055421761, -3.0171258187711,3.07087207264123,3.29281725498848,3.51476243733573,4.74998573478215, -5.98520903222858),.UNSPECIFIED.); -#7337=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24942,#24943,#24944,#24945,#24946, -#24947,#24948,#24949,#24950,#24951,#24952,#24953,#24954,#24955,#24956,#24957, -#24958,#24959,#24960,#24961,#24962,#24963,#24964,#24965,#24966,#24967,#24968, -#24969,#24970,#24971,#24972,#24973,#24974,#24975,#24976,#24977,#24978,#24979, -#24980,#24981,#24982,#24983),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929920838,2.47113859841675,2.52364151241288, -2.67389461432847,2.82941349201168,2.86719054333496,2.89307707410822,2.93350945622864, -2.95605579585483,2.9712977574777,2.98843810303723,2.99211528965791,3.00462055421138, -3.01712581876484,3.0708720726348,3.29281725498148,3.51476243732816,4.74998573477259, -5.98520903221701),.UNSPECIFIED.); -#7338=B_SPLINE_CURVE_WITH_KNOTS('',3,(#24984,#24985,#24986,#24987,#24988, -#24989,#24990,#24991,#24992,#24993,#24994,#24995,#24996,#24997,#24998,#24999, -#25000,#25001,#25002,#25003,#25004,#25005,#25006,#25007,#25008,#25009,#25010, -#25011,#25012,#25013,#25014,#25015,#25016,#25017,#25018,#25019,#25020,#25021, -#25022,#25023,#25024,#25025),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929920637,2.47113859841273,2.52364151240676, -2.67389461432234,2.82941349200556,2.86719054332884,2.8930770741021,2.93350945622252, -2.95605579584871,2.97129775747158,2.98843810303111,2.99211528965178,3.00462055420521, -3.01712581875863,3.07087207262854,3.2928172549746,3.51476243732068,4.74998573476307, -5.98520903220547),.UNSPECIFIED.); -#7339=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25026,#25027,#25028,#25029,#25030, -#25031,#25032,#25033,#25034,#25035,#25036,#25037,#25038,#25039,#25040,#25041, -#25042,#25043,#25044,#25045,#25046,#25047,#25048,#25049,#25050,#25051,#25052, -#25053,#25054,#25055,#25056,#25057,#25058,#25059,#25060,#25061,#25062,#25063, -#25064,#25065,#25066,#25067),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929920429,2.47113859840858,2.52364151240056, -2.67389461431614,2.82941349199936,2.86719054332264,2.8930770740959,2.93350945621632, -2.95605579584251,2.97129775746538,2.98843810302491,2.99211528964559,3.004620554199, -3.0171258187524,3.07087207262211,3.29281725496761,3.51476243731311,4.74998573475348, -5.98520903219384),.UNSPECIFIED.); -#7340=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25068,#25069,#25070,#25071,#25072, -#25073,#25074,#25075,#25076,#25077,#25078,#25079,#25080,#25081,#25082,#25083, -#25084,#25085,#25086,#25087,#25088,#25089,#25090,#25091,#25092,#25093,#25094, -#25095,#25096,#25097,#25098,#25099,#25100,#25101,#25102,#25103,#25104,#25105, -#25106,#25107,#25108,#25109),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929920225,2.4711385984045,2.52364151239435, -2.67389461430993,2.82941349199315,2.86719054331643,2.89307707408969,2.93350945621011, -2.9560557958363,2.97129775745917,2.9884381030187,2.99211528963938,3.00462055419276, -3.01712581874612,3.07087207261572,3.29281725496064,3.51476243730554,4.74998573474389, -5.98520903218223),.UNSPECIFIED.); -#7341=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25110,#25111,#25112,#25113,#25114, -#25115,#25116,#25117,#25118,#25119,#25120,#25121,#25122,#25123,#25124,#25125, -#25126,#25127,#25128,#25129,#25130,#25131,#25132,#25133,#25134,#25135,#25136, -#25137,#25138,#25139,#25140,#25141,#25142,#25143,#25144,#25145,#25146,#25147, -#25148,#25149,#25150,#25151),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929920018,2.47113859840035,2.52364151238813, -2.67389461430372,2.82941349198693,2.86719054331021,2.89307707408347,2.93350945620389, -2.95605579583008,2.97129775745295,2.98843810301248,2.99211528963316,3.00462055418651, -3.01712581873984,3.0708720726093,3.29281725495364,3.51476243729798,4.7499857347343, -5.98520903217062),.UNSPECIFIED.); -#7342=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25152,#25153,#25154,#25155,#25156, -#25157,#25158,#25159,#25160,#25161,#25162,#25163,#25164,#25165,#25166,#25167, -#25168,#25169,#25170,#25171,#25172,#25173,#25174,#25175,#25176,#25177,#25178, -#25179,#25180,#25181,#25182,#25183,#25184,#25185,#25186,#25187,#25188,#25189, -#25190,#25191,#25192,#25193),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929919817,2.47113859839634,2.52364151238202, -2.6738946142976,2.82941349198082,2.86719054330409,2.89307707407735,2.93350945619777, -2.95605579582397,2.97129775744684,2.98843810300637,2.99211528962704,3.00462055418035, -3.01712581873366,3.070872072603,3.29281725494675,3.51476243729049,4.74998573472479, -5.98520903215909),.UNSPECIFIED.); -#7343=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25194,#25195,#25196,#25197,#25198, -#25199,#25200,#25201,#25202,#25203,#25204,#25205,#25206,#25207,#25208,#25209, -#25210,#25211,#25212,#25213,#25214,#25215,#25216,#25217,#25218,#25219,#25220, -#25221,#25222,#25223,#25224,#25225,#25226,#25227,#25228,#25229,#25230,#25231, -#25232,#25233,#25234,#25235),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929919612,2.47113859839225,2.52364151237582, -2.6738946142914,2.82941349197462,2.8671905432979,2.89307707407116,2.93350945619158, -2.95605579581777,2.97129775744064,2.98843810300017,2.99211528962084,3.00462055417412, -3.01712581872742,3.07087207259658,3.29281725493976,3.51476243728293,4.74998573471522, -5.98520903214749),.UNSPECIFIED.); -#7344=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25236,#25237,#25238,#25239,#25240, -#25241,#25242,#25243,#25244,#25245,#25246,#25247,#25248,#25249,#25250,#25251, -#25252,#25253,#25254,#25255,#25256,#25257,#25258,#25259,#25260,#25261,#25262, -#25263,#25264,#25265,#25266,#25267,#25268,#25269,#25270,#25271,#25272,#25273, -#25274,#25275,#25276,#25277),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929919409,2.47113859838819,2.52364151236961, -2.6738946142852,2.82941349196842,2.86719054329169,2.89307707406495,2.93350945618537, -2.95605579581156,2.97129775743443,2.98843810299396,2.99211528961463,3.00462055416789, -3.01712581872114,3.0708720725902,3.29281725493279,3.51476243727538,4.74998573470563, -5.98520903213587),.UNSPECIFIED.); -#7345=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25278,#25279,#25280,#25281,#25282, -#25283,#25284,#25285,#25286,#25287,#25288,#25289,#25290,#25291,#25292,#25293, -#25294,#25295,#25296,#25297,#25298,#25299,#25300,#25301,#25302,#25303,#25304, -#25305,#25306,#25307,#25308,#25309,#25310,#25311,#25312,#25313,#25314,#25315, -#25316,#25317,#25318,#25319),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.235569299192,2.47113859838399,2.5236415123634, -2.67389461427898,2.8294134919622,2.86719054328548,2.89307707405874,2.93350945617916, -2.95605579580535,2.97129775742822,2.98843810298775,2.99211528960843,3.00462055416165, -3.01712581871488,3.07087207258378,3.29281725492579,3.5147624372678,4.749985734696, -5.98520903212422),.UNSPECIFIED.); -#7346=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25320,#25321,#25322,#25323,#25324, -#25325,#25326,#25327,#25328,#25329,#25330,#25331,#25332,#25333,#25334,#25335, -#25336,#25337,#25338,#25339,#25340,#25341,#25342,#25343,#25344,#25345,#25346, -#25347,#25348,#25349,#25350,#25351,#25352,#25353,#25354,#25355,#25356,#25357, -#25358,#25359,#25360,#25361),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929919,2.47113859837999,2.52364151235729, -2.67389461427288,2.8294134919561,2.86719054327937,2.89307707405263,2.93350945617305, -2.95605579579924,2.97129775742211,2.98843810298164,2.9921152896023,3.00462055415551, -3.01712581870872,3.07087207257742,3.29281725491885,3.51476243726028,4.74998573468649, -5.9852090321127),.UNSPECIFIED.); -#7347=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25362,#25363,#25364,#25365,#25366, -#25367,#25368,#25369,#25370,#25371,#25372,#25373,#25374,#25375,#25376,#25377, -#25378,#25379,#25380,#25381,#25382,#25383,#25384,#25385,#25386,#25387,#25388, -#25389,#25390,#25391,#25392,#25393,#25394,#25395,#25396,#25397,#25398,#25399, -#25400,#25401,#25402,#25403),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929918793,2.47113859837587,2.52364151235109, -2.67389461426667,2.82941349194989,2.86719054327316,2.89307707404642,2.93350945616684, -2.95605579579304,2.97129775741591,2.98843810297544,2.99211528959611,3.00462055414927, -3.01712581870245,3.07087207257103,3.2928172549119,3.51476243725276,4.74998573467693, -5.98520903210111),.UNSPECIFIED.); -#7348=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25404,#25405,#25406,#25407,#25408, -#25409,#25410,#25411,#25412,#25413,#25414,#25415,#25416,#25417,#25418,#25419, -#25420,#25421,#25422,#25423,#25424,#25425,#25426,#25427,#25428,#25429,#25430, -#25431,#25432,#25433,#25434,#25435,#25436,#25437,#25438,#25439,#25440,#25441, -#25442,#25443,#25444,#25445),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929918587,2.47113859837175,2.52364151234488, -2.67389461426047,2.82941349194368,2.86719054326696,2.89307707404022,2.93350945616064, -2.95605579578683,2.9712977574097,2.98843810296923,2.99211528958991,3.00462055414305, -3.01712581869619,3.07087207256465,3.29281725490495,3.51476243724524,4.74998573466736, -5.98520903208947),.UNSPECIFIED.); -#7349=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25446,#25447,#25448), - .UNSPECIFIED.,.F.,.F.,(2,1,2),(-1.70000738187476,0.,0.100734276099228), - .UNSPECIFIED.); -#7350=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25449,#25450,#25451), - .UNSPECIFIED.,.F.,.F.,(2,1,2),(-253.999998569489,0.,26.0000014305122), - .UNSPECIFIED.); -#7351=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25452,#25453,#25454,#25455,#25456, -#25457,#25458,#25459,#25460,#25461,#25462,#25463,#25464,#25465,#25466,#25467, -#25468,#25469,#25470,#25471,#25472,#25473,#25474,#25475,#25476,#25477,#25478, -#25479,#25480,#25481,#25482,#25483,#25484,#25485,#25486,#25487,#25488,#25489, -#25490,#25491,#25492,#25493),.UNSPECIFIED.,.F.,.F.,(4,2,2,3,2,2,2,2,2,2, -2,3,2,2,2,2,2,2,2,4),(0.,1.23556929925951,2.47113859851901,2.52364151256751, -2.67389461448309,2.82941349216631,2.86719054348959,2.89307707426285,2.93350945638327, -2.95605579600946,2.97129775763233,2.98843810319186,2.99211528981257,3.00462055436675, -3.01712581892091,3.07087207279446,3.2928172551556,3.51476243751675,4.74998573501174, -5.98520903250672),.UNSPECIFIED.); -#7352=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25494,#25495,#25496,#25497), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100734455452671,0.,1.40001390349154, -1.50074880082379),.UNSPECIFIED.); -#7353=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25498,#25499,#25500,#25501), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100735432306611,0.,1.40001233477257, -1.50074782389175),.UNSPECIFIED.); -#7354=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25502,#25503,#25504,#25505), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100736036399352,0.,1.40001101345805, -1.50074721972802),.UNSPECIFIED.); -#7355=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25506,#25507,#25508,#25509), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100736416436312,0.,1.40001011352032, -1.50074683962717),.UNSPECIFIED.); -#7356=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25510,#25511,#25512,#25513), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100737403597663,0.,1.40000844745786, -1.50074585240899),.UNSPECIFIED.); -#7357=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25514,#25515,#25516,#25517), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100737461534675,0.,1.40000819172716, -1.50074579442229),.UNSPECIFIED.); -#7358=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25518,#25519,#25520,#25521), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100738361087135,0.,1.40000677638246, -1.50074489482723),.UNSPECIFIED.); -#7359=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25522,#25523,#25524,#25525), - .UNSPECIFIED.,.F.,.F.,(2,1,1,2),(-0.100738890279847,0.,1.40000565477646, -1.50074436559903),.UNSPECIFIED.); -#7360=B_SPLINE_CURVE_WITH_KNOTS('',1,(#25526,#25527,#25528), - .UNSPECIFIED.,.F.,.F.,(2,1,2),(-0.100739069008605,0.,1.50074417373594), - .UNSPECIFIED.); -#7361=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25529,#25530,#25531,#25532,#25533, -#25534,#25535,#25536,#25537,#25538,#25539,#25540,#25541,#25542,#25543,#25544, -#25545,#25546,#25547,#25548,#25549,#25550,#25551,#25552,#25553,#25554,#25555, -#25556,#25557,#25558,#25559,#25560,#25561,#25562,#25563,#25564,#25565,#25566, -#25567,#25568,#25569),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494204592564E-5,1.23523871395913,2.47046487849779, -2.6924107856018,2.91435669270581,2.96810313122654,2.98060843665657,2.9931137420866, -2.99679093302424,3.02217691688567,3.04684997315486,3.09437258374301,3.17550832343166, -3.4624917457274,3.51499675999187,4.75056954025896,5.98614232052604,5.98615412025937), - .UNSPECIFIED.); -#7362=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25570,#25571,#25572,#25573,#25574, -#25575,#25576,#25577,#25578,#25579,#25580,#25581,#25582,#25583,#25584,#25585, -#25586,#25587,#25588,#25589,#25590,#25591,#25592,#25593,#25594,#25595,#25596, -#25597,#25598,#25599,#25600,#25601,#25602,#25603,#25604,#25605,#25606,#25607, -#25608,#25609,#25610),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.2549420469885E-5,1.23523871395913,2.47046487849779,2.6924107856018, -2.91435669270581,2.96810313122656,2.98060843665657,2.9931137420866,2.99679093302424, -3.02217691688276,3.04684997314912,3.0943725837318,3.17550832341905,3.46249174572745, -3.51499675999199,4.75056954025904,5.98614232052609,5.98615412025942), - .UNSPECIFIED.); -#7363=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25611,#25612,#25613,#25614,#25615, -#25616,#25617,#25618,#25619,#25620,#25621,#25622,#25623,#25624,#25625,#25626, -#25627,#25628,#25629,#25630,#25631,#25632,#25633,#25634,#25635,#25636,#25637, -#25638,#25639,#25640,#25641,#25642,#25643,#25644,#25645,#25646,#25647,#25648, -#25649,#25650,#25651),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.2549420469885E-5,1.23523871395913,2.47046487849779,2.6924107856018, -2.91435669270582,2.96810313122656,2.98060843665657,2.9931137420866,2.99679093302424, -3.02217691687876,3.04684997314133,3.09437258371719,3.17550832340254,3.46249174572739, -3.51499675999193,4.75056954025898,5.98614232052603,5.98615412025936), - .UNSPECIFIED.); -#7364=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25652,#25653,#25654,#25655,#25656, -#25657,#25658,#25659,#25660,#25661,#25662,#25663,#25664,#25665,#25666,#25667, -#25668,#25669,#25670,#25671,#25672,#25673,#25674,#25675,#25676,#25677,#25678, -#25679,#25680,#25681,#25682,#25683,#25684,#25685,#25686,#25687,#25688,#25689, -#25690,#25691,#25692),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.2549420469885E-5,1.23523871395912,2.47046487849779,2.6924107856018, -2.91435669270581,2.96810313122655,2.98060843665657,2.9931137420866,2.99679093302423, -3.02217691687853,3.04684997314086,3.09437258371636,3.17550832340227,3.4624917457274, -3.51499675999193,4.75056954025899,5.98614232052604,5.98615412025936), - .UNSPECIFIED.); -#7365=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25693,#25694,#25695,#25696,#25697, -#25698,#25699,#25700,#25701,#25702,#25703,#25704,#25705,#25706,#25707,#25708, -#25709,#25710,#25711,#25712,#25713,#25714,#25715,#25716,#25717,#25718,#25719, -#25720,#25721,#25722,#25723,#25724,#25725,#25726,#25727,#25728,#25729,#25730, -#25731,#25732,#25733),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494205123994E-5,1.23523871395916,2.47046487849782, -2.69241078560183,2.91435669270584,2.96810313122658,2.9806084366566,2.99311374208662, -2.99679093302426,3.02217691688453,3.04684997315226,3.09437258373663,3.17550832342477, -3.46249174572747,3.51499675999199,4.75056954025905,5.9861423205261,5.98615412025943), - .UNSPECIFIED.); -#7366=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25734,#25735,#25736,#25737,#25738, -#25739,#25740,#25741,#25742,#25743,#25744,#25745,#25746,#25747,#25748,#25749, -#25750,#25751,#25752,#25753,#25754,#25755,#25756,#25757,#25758,#25759,#25760, -#25761,#25762,#25763,#25764,#25765,#25766,#25767,#25768,#25769,#25770,#25771, -#25772,#25773,#25774),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494205123995E-5,1.23523871395917,2.47046487849785, -2.69241078560186,2.91435669270587,2.96810313122661,2.98060843665663,2.99311374208665, -2.99679093302429,3.02217691687902,3.04684997314174,3.09437258371813,3.17550832340484, -3.46249174572743,3.51499675999196,4.75056954025901,5.98614232052607,5.98615412025939), - .UNSPECIFIED.); -#7367=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25775,#25776,#25777,#25778,#25779, -#25780,#25781,#25782,#25783,#25784,#25785,#25786,#25787,#25788,#25789,#25790, -#25791,#25792,#25793,#25794,#25795,#25796,#25797,#25798,#25799,#25800,#25801, -#25802,#25803,#25804,#25805,#25806,#25807,#25808,#25809,#25810,#25811,#25812, -#25813,#25814,#25815),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494205123995E-5,1.23523871395917,2.47046487849784, -2.69241078560185,2.91435669270586,2.9681031312266,2.98060843665662,2.99311374208665, -2.99679093302429,3.02217691688188,3.04684997314738,3.09437258372897,3.17550832341613, -3.46249174572746,3.51499675999199,4.75056954025904,5.9861423205261,5.98615412025942), - .UNSPECIFIED.); -#7368=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25816,#25817,#25818,#25819,#25820, -#25821,#25822,#25823,#25824,#25825,#25826,#25827,#25828,#25829,#25830,#25831, -#25832,#25833,#25834,#25835,#25836,#25837,#25838,#25839,#25840,#25841,#25842, -#25843,#25844,#25845,#25846,#25847,#25848,#25849,#25850,#25851,#25852,#25853, -#25854,#25855,#25856),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494205123994E-5,1.23523871395917,2.47046487849784, -2.69241078560185,2.91435669270586,2.9681031312266,2.98060843665662,2.99311374208664, -2.99679093302428,3.02217691688325,3.04684997314987,3.09437258373207,3.17550832341988, -3.46249174572747,3.51499675999199,4.75056954025905,5.9861423205261,5.98615412025943), - .UNSPECIFIED.); -#7369=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25857,#25858,#25859,#25860,#25861, -#25862,#25863,#25864,#25865,#25866,#25867,#25868,#25869,#25870,#25871,#25872, -#25873,#25874,#25875,#25876,#25877,#25878,#25879,#25880,#25881,#25882,#25883, -#25884,#25885,#25886,#25887,#25888,#25889,#25890,#25891,#25892,#25893,#25894, -#25895,#25896,#25897),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25494205123995E-5,1.23523871395917,2.47046487849785, -2.69241078560186,2.91435669270587,2.96810313122661,2.98060843665663,2.99311374208665, -2.99679093302429,3.02217691688975,3.04684997315944,3.09437258374352,3.17550832342961, -3.46249174572737,3.51499675999189,4.75056954025895,5.986142320526,5.98615412025933), - .UNSPECIFIED.); -#7370=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25898,#25899,#25900,#25901,#25902, -#25903,#25904,#25905,#25906,#25907,#25908,#25909,#25910,#25911,#25912,#25913, -#25914,#25915,#25916,#25917,#25918,#25919,#25920,#25921,#25922,#25923,#25924, -#25925,#25926,#25927,#25928,#25929,#25930,#25931,#25932,#25933,#25934,#25935, -#25936,#25937,#25938),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25385479864247E-5,1.23523870333118,2.47046486811439, -2.69241077526234,2.91435668241029,2.96810312094166,2.98060842637416,2.99311373180667, -2.99679092274503,3.02217690660363,3.0468499628702,3.09437257345358,3.17550831314112, -3.46249173544818,3.5149967497128,4.75056952998208,5.98614231025136,5.98615410073818), - .UNSPECIFIED.); -#7371=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25939,#25940,#25941,#25942,#25943, -#25944,#25945,#25946,#25947,#25948,#25949,#25950,#25951,#25952,#25953,#25954, -#25955,#25956,#25957,#25958,#25959,#25960,#25961,#25962,#25963,#25964,#25965, -#25966,#25967,#25968,#25969,#25970,#25971,#25972,#25973,#25974,#25975,#25976, -#25977,#25978,#25979),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25385479852437E-5,1.23523870333119,2.47046486811439, -2.69241077526234,2.91435668241029,2.96810312094166,2.98060842637416,2.99311373180667, -2.99679092274503,3.02217690660702,3.04684996287686,3.09437257346675,3.17550831315575, -3.4624917354482,3.51499674971283,4.7505695299821,5.98614231025138,5.9861541007382), - .UNSPECIFIED.); -#7372=B_SPLINE_CURVE_WITH_KNOTS('',3,(#25980,#25981,#25982,#25983,#25984, -#25985,#25986,#25987,#25988,#25989,#25990,#25991,#25992,#25993,#25994,#25995, -#25996,#25997,#25998,#25999,#26000,#26001,#26002,#26003,#26004,#26005,#26006, -#26007,#26008,#26009,#26010,#26011,#26012,#26013,#26014,#26015,#26016,#26017, -#26018,#26019,#26020),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25385479852437E-5,1.23523870333119,2.47046486811439, -2.69241077526234,2.91435668241029,2.96810312094166,2.98060842637416,2.99311373180667, -2.99679092274503,3.02217690660914,3.04684996288053,3.09437257347107,3.17550831316092, -3.46249173544818,3.51499674971281,4.75056952998209,5.98614231025136,5.98615410073818), - .UNSPECIFIED.); -#7373=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26021,#26022,#26023,#26024,#26025, -#26026,#26027,#26028,#26029,#26030,#26031,#26032,#26033,#26034,#26035,#26036, -#26037,#26038,#26039,#26040,#26041,#26042,#26043,#26044,#26045,#26046,#26047, -#26048,#26049,#26050,#26051,#26052,#26053,#26054,#26055,#26056,#26057,#26058, -#26059,#26060,#26061),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.25385479864246E-5,1.23523870333119,2.47046486811439, -2.69241077526234,2.91435668241029,2.96810312094166,2.98060842637416,2.99311373180667, -2.99679092274503,3.02217690661209,3.04684996288647,3.09437257348109,3.17550831316966, -3.46249173544824,3.5149967497187,4.75056953012509,5.98614231053149,5.98615362247791), - .UNSPECIFIED.); -#7374=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26062,#26063,#26064,#26065,#26066, -#26067,#26068,#26069,#26070,#26071,#26072,#26073,#26074,#26075,#26076,#26077, -#26078,#26079,#26080,#26081,#26082,#26083,#26084,#26085,#26086,#26087,#26088, -#26089,#26090,#26091,#26092,#26093,#26094,#26095,#26096,#26097,#26098,#26099, -#26100,#26101,#26102),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933071123E-5,1.23523812636464,2.47046430703597, -2.6924102170387,2.91435612704143,2.96810256626412,2.98060787185747,2.99311317745082, -2.99679036843649,3.02217635229065,3.04684940855322,3.09437201912899,3.17550775881441, -3.4624911811396,3.51499619541004,4.75056897581644,5.98614175622284,5.98615306816926), - .UNSPECIFIED.); -#7375=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26103,#26104,#26105,#26106,#26107, -#26108,#26109,#26110,#26111,#26112,#26113,#26114,#26115,#26116,#26117,#26118, -#26119,#26120,#26121,#26122,#26123,#26124,#26125,#26126,#26127,#26128,#26129, -#26130,#26131,#26132,#26133,#26134,#26135,#26136,#26137,#26138,#26139,#26140, -#26141,#26142,#26143),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933071123E-5,1.23523812636464,2.47046430703597, -2.69241021703871,2.91435612704144,2.96810256626413,2.98060787185748,2.99311317745083, -2.9967903684365,3.02217635229856,3.04684940856806,3.0943720191552,3.17550775884397, -3.46249118113962,3.51499619541007,4.75056897581647,5.98614175622287,5.98615306816929), - .UNSPECIFIED.); -#7376=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26144,#26145,#26146,#26147,#26148, -#26149,#26150,#26151,#26152,#26153,#26154,#26155,#26156,#26157,#26158,#26159, -#26160,#26161,#26162,#26163,#26164,#26165,#26166,#26167,#26168,#26169,#26170, -#26171,#26172,#26173,#26174,#26175,#26176,#26177,#26178,#26179,#26180,#26181, -#26182,#26183,#26184),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933071123E-5,1.23523812636464,2.47046430703597, -2.69241021703871,2.91435612704144,2.96810256626413,2.98060787185748,2.99311317745083, -2.99679036843649,3.02217635229154,3.04684940855437,3.09437201912863,3.1755077588145, -3.46249118113965,3.51499619541009,4.75056897581649,5.98614175622289,5.98615306816931), - .UNSPECIFIED.); -#7377=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26185,#26186,#26187,#26188,#26189, -#26190,#26191,#26192,#26193,#26194,#26195,#26196,#26197,#26198,#26199,#26200, -#26201,#26202,#26203,#26204,#26205,#26206,#26207,#26208,#26209,#26210,#26211, -#26212,#26213,#26214,#26215,#26216,#26217,#26218,#26219,#26220,#26221,#26222, -#26223,#26224,#26225),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456980415551E-5,1.23523812636743,2.47046430703682, -2.69241021703921,2.9143561270416,2.9681025662642,2.98060787185753,2.99311317745086, -2.99679036843652,3.02217635231066,3.04684940858976,3.09437201919124,3.17550775889401, -3.46249118113935,3.5149961954098,4.7505689758162,5.98614175622259,5.98615306816901), - .UNSPECIFIED.); -#7378=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26226,#26227,#26228,#26229,#26230, -#26231,#26232,#26233,#26234,#26235,#26236,#26237,#26238,#26239,#26240,#26241, -#26242,#26243,#26244,#26245,#26246,#26247,#26248,#26249,#26250,#26251,#26252, -#26253,#26254,#26255,#26256,#26257,#26258,#26259,#26260,#26261,#26262,#26263, -#26264,#26265,#26266),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456980427361E-5,1.23523812636743,2.47046430703683, -2.69241021703921,2.9143561270416,2.9681025662642,2.98060787185753,2.99311317745086, -2.99679036843652,3.02217635229375,3.04684940855887,3.09437201914014,3.1755077588267, -3.46249118113971,3.51499619541017,4.75056897581656,5.98614175622296,5.98615306816937), - .UNSPECIFIED.); -#7379=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26267,#26268,#26269,#26270,#26271, -#26272,#26273,#26274,#26275,#26276,#26277,#26278,#26279,#26280,#26281,#26282, -#26283,#26284,#26285,#26286,#26287,#26288,#26289,#26290,#26291,#26292,#26293, -#26294,#26295,#26296,#26297,#26298,#26299,#26300,#26301,#26302,#26303,#26304, -#26305,#26306,#26307),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456980415551E-5,1.23523812636743,2.47046430703683, -2.69241021703921,2.9143561270416,2.9681025662642,2.98060787185753,2.99311317745086, -2.99679036843652,3.02217635229975,3.04684940857045,3.09437201915899,3.17550775884964, -3.46249118113965,3.5149961954101,4.75056897581649,5.98614175622289,5.98615306816931), - .UNSPECIFIED.); -#7380=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26308,#26309,#26310,#26311,#26312, -#26313,#26314,#26315,#26316,#26317,#26318,#26319,#26320,#26321,#26322,#26323, -#26324,#26325,#26326,#26327,#26328,#26329,#26330,#26331,#26332,#26333,#26334, -#26335,#26336,#26337,#26338,#26339,#26340,#26341,#26342,#26343,#26344,#26345, -#26346,#26347,#26348),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933602444E-5,1.23523812636467,2.47046430703599, -2.69241021703872,2.91435612704145,2.96810256626414,2.98060787185749,2.99311317745084, -2.99679036843651,3.02217635230465,3.04684940857924,3.09437201917449,3.17550775887189, -3.46249118113948,3.51499619540994,4.75056897581634,5.98614175622273,5.98615306816915), - .UNSPECIFIED.); -#7381=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26349,#26350,#26351,#26352,#26353, -#26354,#26355,#26356,#26357,#26358,#26359,#26360,#26361,#26362,#26363,#26364, -#26365,#26366,#26367,#26368,#26369,#26370,#26371,#26372,#26373,#26374,#26375, -#26376,#26377,#26378,#26379,#26380,#26381,#26382,#26383,#26384,#26385,#26386, -#26387,#26388,#26389),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932764076E-5,1.23523812636462,2.47046430703597, -2.6924102170387,2.91435612704144,2.96810256626413,2.98060787185748,2.99311317745083, -2.9967903684365,3.02217635228406,3.04684940854094,3.09437201910935,3.17550775878769, -3.46249118113962,3.51499619541007,4.75056897581647,5.98614175622287,5.98615306816928), - .UNSPECIFIED.); -#7382=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26390,#26391,#26392,#26393,#26394, -#26395,#26396,#26397,#26398,#26399,#26400,#26401,#26402,#26403,#26404,#26405, -#26406,#26407,#26408,#26409,#26410,#26411,#26412,#26413,#26414,#26415,#26416, -#26417,#26418,#26419,#26420,#26421,#26422,#26423,#26424,#26425,#26426,#26427, -#26428,#26429,#26430),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933626174E-5,1.23523812636467,2.47046430703598, -2.69241021703871,2.91435612704145,2.96810256626413,2.98060787185748,2.99311317745083, -2.9967903684365,3.0221763522899,3.04684940855188,3.09437201912835,3.17550775880722, -3.4624911811396,3.51499619541006,4.75056897581645,5.98614175622285,5.98615306816926), - .UNSPECIFIED.); -#7383=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26431,#26432,#26433,#26434,#26435, -#26436,#26437,#26438,#26439,#26440,#26441,#26442,#26443,#26444,#26445,#26446, -#26447,#26448,#26449,#26450,#26451,#26452,#26453,#26454,#26455,#26456,#26457, -#26458,#26459,#26460,#26461,#26462,#26463,#26464,#26465,#26466,#26467,#26468, -#26469,#26470,#26471),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.1945697828994E-5,1.2352381263673,2.47046430703677,2.69241021703917, -2.91435612704157,2.96810256626417,2.98060787185751,2.99311317745084,2.9967903684365, -3.02217635228474,3.04684940854235,3.09437201911252,3.17550775879017,3.46249118113969, -3.51499619541015,4.75056897581654,5.98614175622293,5.98615306816935), - .UNSPECIFIED.); -#7384=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26472,#26473,#26474,#26475,#26476, -#26477,#26478,#26479,#26480,#26481,#26482,#26483,#26484,#26485,#26486,#26487, -#26488,#26489,#26490,#26491,#26492,#26493,#26494,#26495,#26496,#26497,#26498, -#26499,#26500,#26501,#26502,#26503,#26504,#26505,#26506,#26507,#26508,#26509, -#26510,#26511,#26512),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.1945697828994E-5,1.2352381263673,2.47046430703677,2.69241021703917, -2.91435612704157,2.96810256626417,2.98060787185751,2.99311317745084,2.9967903684365, -3.02217635228974,3.04684940855162,3.09437201912821,3.17550775880756,3.46249118113955, -3.51499619541001,4.75056897581641,5.9861417562228,5.98615306816922), - .UNSPECIFIED.); -#7385=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26513,#26514,#26515,#26516,#26517, -#26518,#26519,#26520,#26521,#26522,#26523,#26524,#26525,#26526,#26527,#26528, -#26529,#26530,#26531,#26532,#26533,#26534,#26535,#26536,#26537,#26538,#26539, -#26540,#26541,#26542,#26543,#26544,#26545,#26546,#26547,#26548,#26549,#26550, -#26551,#26552,#26553),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456933626173E-5,1.23523812636467,2.47046430703598, -2.69241021703871,2.91435612704144,2.96810256626412,2.98060787185747,2.99311317745082, -2.99679036843649,3.02217635227863,3.04684940853021,3.09437201908895,3.17550775876222, -3.46249118113973,3.51499619541018,4.75056897581658,5.98614175622297,5.98615306816939), - .UNSPECIFIED.); -#7386=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26554,#26555,#26556,#26557,#26558, -#26559,#26560,#26561,#26562,#26563,#26564,#26565,#26566,#26567,#26568,#26569, -#26570,#26571,#26572,#26573,#26574,#26575,#26576,#26577,#26578,#26579,#26580, -#26581,#26582,#26583,#26584,#26585,#26586,#26587,#26588,#26589,#26590,#26591, -#26592,#26593,#26594),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.1945697827813E-5,1.2352381263673,2.47046430703677,2.69241021703917, -2.91435612704157,2.96810256626417,2.98060787185751,2.99311317745084,2.9967903684365, -3.02217635228466,3.04684940854219,3.0943720191122,3.17550775878979,3.46249118113966, -3.51499619541011,4.75056897581651,5.98614175622291,5.98615306816932), - .UNSPECIFIED.); -#7387=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26595,#26596,#26597,#26598,#26599, -#26600,#26601,#26602,#26603,#26604,#26605,#26606,#26607,#26608,#26609,#26610, -#26611,#26612,#26613,#26614,#26615,#26616,#26617,#26618,#26619,#26620,#26621, -#26622,#26623,#26624,#26625,#26626,#26627,#26628,#26629,#26630,#26631,#26632, -#26633,#26634,#26635),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456978065558E-5,1.23523812636729,2.47046430703676, -2.69241021703917,2.91435612704157,2.96810256626417,2.98060787185751,2.99311317745084, -2.9967903684365,3.02217635230458,3.04684940857893,3.09437201917767,3.17550775887827, -3.4624911811394,3.51499619540986,4.75056897581625,5.98614175622265,5.98615306816906), - .UNSPECIFIED.); -#7388=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26636,#26637,#26638,#26639,#26640, -#26641,#26642,#26643,#26644,#26645,#26646,#26647,#26648,#26649,#26650,#26651, -#26652,#26653,#26654,#26655,#26656,#26657,#26658,#26659,#26660,#26661,#26662, -#26663,#26664,#26665,#26666,#26667,#26668,#26669,#26670,#26671,#26672,#26673, -#26674,#26675,#26676),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932764075E-5,1.23523812636462,2.47046430703596, -2.6924102170387,2.91435612704143,2.96810256626412,2.98060787185747,2.99311317745082, -2.9967903684365,3.02217635228501,3.04684940854382,3.09437201912018,3.17550775879831, -3.46249118113974,3.51499619541019,4.75056897581659,5.98614175622299,5.98615306816941), - .UNSPECIFIED.); -#7389=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26677,#26678,#26679,#26680,#26681, -#26682,#26683,#26684,#26685,#26686,#26687,#26688,#26689,#26690,#26691,#26692, -#26693,#26694,#26695,#26696,#26697,#26698,#26699,#26700,#26701,#26702,#26703, -#26704,#26705,#26706,#26707,#26708,#26709,#26710,#26711,#26712,#26713,#26714, -#26715,#26716,#26717),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.1945697828994E-5,1.2352381263673,2.47046430703677,2.69241021703917, -2.91435612704157,2.96810256626417,2.98060787185751,2.99311317745084,2.9967903684365, -3.02217635228209,3.04684940853708,3.09437201910274,3.17550775877755,3.46249118113969, -3.51499619541015,4.75056897581655,5.98614175622294,5.98615306816936), - .UNSPECIFIED.); -#7390=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26718,#26719,#26720,#26721,#26722, -#26723,#26724,#26725,#26726,#26727,#26728,#26729,#26730,#26731,#26732,#26733, -#26734,#26735,#26736,#26737,#26738,#26739,#26740,#26741,#26742,#26743,#26744, -#26745,#26746,#26747,#26748,#26749,#26750,#26751,#26752,#26753,#26754,#26755, -#26756,#26757,#26758),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932575123E-5,1.2352381263646,2.47046430703595,2.69241021703869, -2.91435612704142,2.96810256626411,2.98060787185746,2.99311317745081,2.99679036843649, -3.02217635228799,3.04684940854813,3.09437201912103,3.17550775879928,3.46249118113952, -3.51499619540996,4.75056897581636,5.98614175622276,5.98615306816918), - .UNSPECIFIED.); -#7391=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26759,#26760,#26761,#26762,#26763, -#26764,#26765,#26766,#26767,#26768,#26769,#26770,#26771,#26772,#26773,#26774, -#26775,#26776,#26777,#26778,#26779,#26780,#26781,#26782,#26783,#26784,#26785, -#26786,#26787,#26788,#26789,#26790,#26791,#26792,#26793,#26794,#26795,#26796, -#26797,#26798,#26799),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932362552E-5,1.2352381263646,2.47046430703596,2.6924102170387, -2.91435612704144,2.96810256626413,2.98060787185748,2.99311317745083,2.9967903684365, -3.02217635228578,3.04684940854431,3.09437201911614,3.1755077587912,3.46249118113974, -3.51499619541019,4.75056897581659,5.98614175622299,5.98615306816941), - .UNSPECIFIED.); -#7392=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26800,#26801,#26802,#26803,#26804, -#26805,#26806,#26807,#26808,#26809,#26810,#26811,#26812,#26813,#26814,#26815, -#26816,#26817,#26818,#26819,#26820,#26821,#26822,#26823,#26824,#26825,#26826, -#26827,#26828,#26829,#26830,#26831,#26832,#26833,#26834,#26835,#26836,#26837, -#26838,#26839,#26840),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932362552E-5,1.2352381263646,2.47046430703596,2.6924102170387, -2.91435612704145,2.96810256626413,2.98060787185748,2.99311317745084,2.99679036843649, -3.02217635228712,3.04684940854699,3.09437201912082,3.1755077587977,3.46249118113965, -3.51499619541011,4.7505689758165,5.98614175622289,5.98615306816931), - .UNSPECIFIED.); -#7393=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26841,#26842,#26843,#26844,#26845, -#26846,#26847,#26848,#26849,#26850,#26851,#26852,#26853,#26854,#26855,#26856, -#26857,#26858,#26859,#26860,#26861,#26862,#26863,#26864,#26865,#26866,#26867, -#26868,#26869,#26870,#26871,#26872,#26873,#26874,#26875,#26876,#26877,#26878, -#26879,#26880,#26881),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456932374255E-5,1.2352381263646,2.47046430703597,2.69241021703871, -2.91435612704145,2.96810256626414,2.98060787185749,2.99311317745084,2.99679036843651, -3.02217635228761,3.04684940854801,3.09437201912436,3.17550775880222,3.46249118113969, -3.51499619541013,4.75056897581653,5.98614175622293,5.98615306816935), - .UNSPECIFIED.); -#7394=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26882,#26883,#26884,#26885,#26886, -#26887,#26888,#26889,#26890,#26891,#26892,#26893,#26894,#26895,#26896,#26897, -#26898,#26899,#26900,#26901,#26902,#26903,#26904,#26905,#26906,#26907,#26908, -#26909,#26910,#26911,#26912,#26913,#26914,#26915,#26916,#26917,#26918,#26919, -#26920,#26921,#26922),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456977935655E-5,1.23523812636726,2.47046430703673, -2.69241021703911,2.91435612704148,2.96810256626413,2.98060787185745,2.99311317745078, -2.99679036843648,3.02217635228612,3.04684940854422,3.09437201911381,3.17550775878671, -3.46249118114019,3.51499619541054,4.75056897581699,5.98614175622343,5.98615306816985), - .UNSPECIFIED.); -#7395=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26923,#26924,#26925,#26926,#26927, -#26928,#26929,#26930,#26931,#26932,#26933,#26934,#26935,#26936,#26937,#26938, -#26939,#26940,#26941,#26942,#26943,#26944,#26945,#26946,#26947,#26948,#26949, -#26950,#26951,#26952,#26953,#26954,#26955,#26956,#26957,#26958,#26959,#26960, -#26961,#26962,#26963),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.1945693222084E-5,1.23523812636457,2.47046430703591,2.69241021703865, -2.9143561270414,2.96810256626408,2.98060787185742,2.99311317745078,2.99679036843647, -3.02217635228818,3.04684940854897,3.09437201912483,3.17550775880254,3.4624911811397, -3.51499619541015,4.75056897581655,5.98614175622295,5.98615306816937), - .UNSPECIFIED.); -#7396=B_SPLINE_CURVE_WITH_KNOTS('',3,(#26964,#26965,#26966,#26967,#26968, -#26969,#26970,#26971,#26972,#26973,#26974,#26975,#26976,#26977,#26978,#26979, -#26980,#26981,#26982,#26983,#26984,#26985,#26986,#26987,#26988,#26989,#26990, -#26991,#26992,#26993,#26994,#26995,#26996,#26997,#26998,#26999,#27000,#27001, -#27002,#27003,#27004),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456976577557E-5,1.23523812636718,2.47046430703669, -2.6924102170391,2.91435612704152,2.96810256626412,2.98060787185745,2.99311317745078, -2.99679036843647,3.02217635228689,3.04684940854597,3.09437201911684,3.17550775879426, -3.46249118113951,3.51499619540994,4.75056897581634,5.98614175622275,5.98615306816917), - .UNSPECIFIED.); -#7397=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27005,#27006,#27007,#27008,#27009, -#27010,#27011,#27012,#27013,#27014,#27015,#27016,#27017,#27018,#27019,#27020, -#27021,#27022,#27023,#27024,#27025,#27026,#27027,#27028,#27029,#27030,#27031, -#27032,#27033,#27034,#27035,#27036,#27037,#27038,#27039,#27040,#27041,#27042, -#27043,#27044,#27045),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456978041836E-5,1.2352381263673,2.4704643070368,2.69241021703919, -2.91435612704157,2.96810256626418,2.98060787185752,2.99311317745084,2.9967903684365, -3.02217635228464,3.04684940854221,3.09437201911284,3.1755077587897,3.46249118113971, -3.51499619541018,4.75056897581657,5.98614175622296,5.98615306816938), - .UNSPECIFIED.); -#7398=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27046,#27047,#27048,#27049,#27050, -#27051,#27052,#27053,#27054,#27055,#27056,#27057,#27058,#27059,#27060,#27061, -#27062,#27063,#27064,#27065,#27066,#27067,#27068,#27069,#27070,#27071,#27072, -#27073,#27074,#27075,#27076,#27077,#27078,#27079,#27080,#27081,#27082,#27083, -#27084,#27085,#27086),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456989461793E-5,1.23523812636794,2.47046430703693, -2.69241021703925,2.91435612704156,2.96810256626416,2.98060787185748,2.99311317745081, -2.99679036843647,3.02217635229952,3.04684940856784,3.09437201915218,3.17550775884066, -3.46249118113962,3.51499619541007,4.75056897581647,5.98614175622287,5.98615306816929), - .UNSPECIFIED.); -#7399=B_SPLINE_CURVE_WITH_KNOTS('',3,(#27087,#27088,#27089,#27090,#27091, -#27092,#27093,#27094,#27095,#27096,#27097,#27098,#27099,#27100,#27101,#27102, -#27103,#27104,#27105,#27106,#27107,#27108,#27109,#27110,#27111,#27112,#27113, -#27114,#27115,#27116,#27117,#27118,#27119,#27120,#27121,#27122,#27123,#27124, -#27125,#27126,#27127),.UNSPECIFIED.,.F.,.F.,(4,2,2,2,2,2,2,2,2,3,2,2,2, -2,3,2,2,3,4),(0.,1.19456931252351E-5,1.23523812636454,2.47046430703595, -2.69241021703868,2.9143561270414,2.96810256626414,2.98060787185748,2.99311317745082, -2.99679036843651,3.02217635228284,3.04684940853857,3.09437201910513,3.17550775878301, -3.46249118113962,3.51499619540998,4.75056897581643,5.98614175622287,5.98615306816929), - .UNSPECIFIED.); -#7400=VERTEX_POINT('',#12554); -#7401=VERTEX_POINT('',#12555); -#7402=VERTEX_POINT('',#12556); -#7403=VERTEX_POINT('',#12557); -#7404=VERTEX_POINT('',#12558); -#7405=VERTEX_POINT('',#12559); -#7406=VERTEX_POINT('',#12560); -#7407=VERTEX_POINT('',#12561); -#7408=VERTEX_POINT('',#12562); -#7409=VERTEX_POINT('',#12563); -#7410=VERTEX_POINT('',#12564); -#7411=VERTEX_POINT('',#12565); -#7412=VERTEX_POINT('',#12566); -#7413=VERTEX_POINT('',#12567); -#7414=VERTEX_POINT('',#12568); -#7415=VERTEX_POINT('',#12569); -#7416=VERTEX_POINT('',#12570); -#7417=VERTEX_POINT('',#12571); -#7418=VERTEX_POINT('',#12572); -#7419=VERTEX_POINT('',#12573); -#7420=VERTEX_POINT('',#12574); -#7421=VERTEX_POINT('',#12575); -#7422=VERTEX_POINT('',#12576); -#7423=VERTEX_POINT('',#12577); -#7424=VERTEX_POINT('',#12578); -#7425=VERTEX_POINT('',#12579); -#7426=VERTEX_POINT('',#12580); -#7427=VERTEX_POINT('',#12581); -#7428=VERTEX_POINT('',#12582); -#7429=VERTEX_POINT('',#12583); -#7430=VERTEX_POINT('',#12584); -#7431=VERTEX_POINT('',#12585); -#7432=VERTEX_POINT('',#12586); -#7433=VERTEX_POINT('',#12587); -#7434=VERTEX_POINT('',#12588); -#7435=VERTEX_POINT('',#12589); -#7436=VERTEX_POINT('',#12590); -#7437=VERTEX_POINT('',#12591); -#7438=VERTEX_POINT('',#12592); -#7439=VERTEX_POINT('',#12593); -#7440=VERTEX_POINT('',#12594); -#7441=VERTEX_POINT('',#12595); -#7442=VERTEX_POINT('',#12596); -#7443=VERTEX_POINT('',#12597); -#7444=VERTEX_POINT('',#12598); -#7445=VERTEX_POINT('',#12599); -#7446=VERTEX_POINT('',#12600); -#7447=VERTEX_POINT('',#12601); -#7448=VERTEX_POINT('',#12602); -#7449=VERTEX_POINT('',#12603); -#7450=VERTEX_POINT('',#12604); -#7451=VERTEX_POINT('',#12605); -#7452=VERTEX_POINT('',#12606); -#7453=VERTEX_POINT('',#12607); -#7454=VERTEX_POINT('',#12608); -#7455=VERTEX_POINT('',#12609); -#7456=VERTEX_POINT('',#12610); -#7457=VERTEX_POINT('',#12611); -#7458=VERTEX_POINT('',#12612); -#7459=VERTEX_POINT('',#12613); -#7460=VERTEX_POINT('',#12614); -#7461=VERTEX_POINT('',#12615); -#7462=VERTEX_POINT('',#12616); -#7463=VERTEX_POINT('',#12617); -#7464=VERTEX_POINT('',#12618); -#7465=VERTEX_POINT('',#12619); -#7466=VERTEX_POINT('',#12620); -#7467=VERTEX_POINT('',#12621); -#7468=VERTEX_POINT('',#12622); -#7469=VERTEX_POINT('',#12623); -#7470=VERTEX_POINT('',#12624); -#7471=VERTEX_POINT('',#12625); -#7472=VERTEX_POINT('',#12626); -#7473=VERTEX_POINT('',#12627); -#7474=VERTEX_POINT('',#12628); -#7475=VERTEX_POINT('',#12629); -#7476=VERTEX_POINT('',#12630); -#7477=VERTEX_POINT('',#12631); -#7478=VERTEX_POINT('',#12632); -#7479=VERTEX_POINT('',#12633); -#7480=VERTEX_POINT('',#12634); -#7481=VERTEX_POINT('',#12635); -#7482=VERTEX_POINT('',#12636); -#7483=VERTEX_POINT('',#12637); -#7484=VERTEX_POINT('',#12638); -#7485=VERTEX_POINT('',#12639); -#7486=VERTEX_POINT('',#12640); -#7487=VERTEX_POINT('',#12641); -#7488=VERTEX_POINT('',#12642); -#7489=VERTEX_POINT('',#12643); -#7490=VERTEX_POINT('',#12644); -#7491=VERTEX_POINT('',#12645); -#7492=VERTEX_POINT('',#12646); -#7493=VERTEX_POINT('',#12647); -#7494=VERTEX_POINT('',#12648); -#7495=VERTEX_POINT('',#12649); -#7496=VERTEX_POINT('',#12650); -#7497=VERTEX_POINT('',#12651); -#7498=VERTEX_POINT('',#12652); -#7499=VERTEX_POINT('',#12653); -#7500=VERTEX_POINT('',#12654); -#7501=VERTEX_POINT('',#12655); -#7502=VERTEX_POINT('',#12656); -#7503=VERTEX_POINT('',#12657); -#7504=VERTEX_POINT('',#12658); -#7505=VERTEX_POINT('',#12659); -#7506=VERTEX_POINT('',#12660); -#7507=VERTEX_POINT('',#12661); -#7508=VERTEX_POINT('',#12662); -#7509=VERTEX_POINT('',#12663); -#7510=VERTEX_POINT('',#12664); -#7511=VERTEX_POINT('',#12665); -#7512=VERTEX_POINT('',#12666); -#7513=VERTEX_POINT('',#12667); -#7514=VERTEX_POINT('',#12668); -#7515=VERTEX_POINT('',#12669); -#7516=VERTEX_POINT('',#12670); -#7517=VERTEX_POINT('',#12671); -#7518=VERTEX_POINT('',#12672); -#7519=VERTEX_POINT('',#12673); -#7520=VERTEX_POINT('',#12674); -#7521=VERTEX_POINT('',#12675); -#7522=VERTEX_POINT('',#12676); -#7523=VERTEX_POINT('',#12677); -#7524=VERTEX_POINT('',#12678); -#7525=VERTEX_POINT('',#12679); -#7526=VERTEX_POINT('',#12680); -#7527=VERTEX_POINT('',#12681); -#7528=VERTEX_POINT('',#12682); -#7529=VERTEX_POINT('',#12683); -#7530=VERTEX_POINT('',#12684); -#7531=VERTEX_POINT('',#12685); -#7532=VERTEX_POINT('',#12686); -#7533=VERTEX_POINT('',#12687); -#7534=VERTEX_POINT('',#12688); -#7535=VERTEX_POINT('',#12689); -#7536=VERTEX_POINT('',#12690); -#7537=VERTEX_POINT('',#12691); -#7538=VERTEX_POINT('',#12692); -#7539=VERTEX_POINT('',#12693); -#7540=VERTEX_POINT('',#12694); -#7541=VERTEX_POINT('',#12695); -#7542=VERTEX_POINT('',#12696); -#7543=VERTEX_POINT('',#12697); -#7544=VERTEX_POINT('',#12698); -#7545=VERTEX_POINT('',#12699); -#7546=VERTEX_POINT('',#12700); -#7547=VERTEX_POINT('',#12701); -#7548=VERTEX_POINT('',#12702); -#7549=VERTEX_POINT('',#12703); -#7550=VERTEX_POINT('',#12704); -#7551=VERTEX_POINT('',#12705); -#7552=VERTEX_POINT('',#12706); -#7553=VERTEX_POINT('',#12707); -#7554=VERTEX_POINT('',#12708); -#7555=VERTEX_POINT('',#12709); -#7556=VERTEX_POINT('',#12710); -#7557=VERTEX_POINT('',#12711); -#7558=VERTEX_POINT('',#12712); -#7559=VERTEX_POINT('',#12713); -#7560=VERTEX_POINT('',#12714); -#7561=VERTEX_POINT('',#12715); -#7562=VERTEX_POINT('',#12716); -#7563=VERTEX_POINT('',#12717); -#7564=VERTEX_POINT('',#12718); -#7565=VERTEX_POINT('',#12719); -#7566=VERTEX_POINT('',#12720); -#7567=VERTEX_POINT('',#12721); -#7568=VERTEX_POINT('',#12722); -#7569=VERTEX_POINT('',#12723); -#7570=VERTEX_POINT('',#12724); -#7571=VERTEX_POINT('',#12725); -#7572=VERTEX_POINT('',#12726); -#7573=VERTEX_POINT('',#12727); -#7574=VERTEX_POINT('',#12728); -#7575=VERTEX_POINT('',#12729); -#7576=VERTEX_POINT('',#12730); -#7577=VERTEX_POINT('',#12731); -#7578=VERTEX_POINT('',#12732); -#7579=VERTEX_POINT('',#12733); -#7580=VERTEX_POINT('',#12734); -#7581=VERTEX_POINT('',#12735); -#7582=VERTEX_POINT('',#12736); -#7583=VERTEX_POINT('',#12737); -#7584=VERTEX_POINT('',#12738); -#7585=VERTEX_POINT('',#12739); -#7586=VERTEX_POINT('',#12740); -#7587=VERTEX_POINT('',#12741); -#7588=VERTEX_POINT('',#12742); -#7589=VERTEX_POINT('',#12743); -#7590=VERTEX_POINT('',#12744); -#7591=VERTEX_POINT('',#12745); -#7592=VERTEX_POINT('',#12746); -#7593=VERTEX_POINT('',#12747); -#7594=VERTEX_POINT('',#12748); -#7595=VERTEX_POINT('',#12749); -#7596=VERTEX_POINT('',#12750); -#7597=VERTEX_POINT('',#12751); -#7598=VERTEX_POINT('',#12752); -#7599=VERTEX_POINT('',#12753); -#7600=VERTEX_POINT('',#12754); -#7601=VERTEX_POINT('',#12755); -#7602=VERTEX_POINT('',#12756); -#7603=VERTEX_POINT('',#12757); -#7604=VERTEX_POINT('',#12758); -#7605=VERTEX_POINT('',#12759); -#7606=VERTEX_POINT('',#12760); -#7607=VERTEX_POINT('',#12761); -#7608=VERTEX_POINT('',#12762); -#7609=VERTEX_POINT('',#12763); -#7610=VERTEX_POINT('',#12764); -#7611=VERTEX_POINT('',#12765); -#7612=VERTEX_POINT('',#12766); -#7613=VERTEX_POINT('',#12767); -#7614=VERTEX_POINT('',#12768); -#7615=VERTEX_POINT('',#12769); -#7616=VERTEX_POINT('',#12770); -#7617=VERTEX_POINT('',#12771); -#7618=VERTEX_POINT('',#12772); -#7619=VERTEX_POINT('',#12773); -#7620=VERTEX_POINT('',#12774); -#7621=VERTEX_POINT('',#12775); -#7622=VERTEX_POINT('',#12776); -#7623=VERTEX_POINT('',#12777); -#7624=VERTEX_POINT('',#12778); -#7625=VERTEX_POINT('',#12779); -#7626=VERTEX_POINT('',#12780); -#7627=VERTEX_POINT('',#12781); -#7628=VERTEX_POINT('',#12782); -#7629=VERTEX_POINT('',#12783); -#7630=VERTEX_POINT('',#12784); -#7631=VERTEX_POINT('',#12785); -#7632=VERTEX_POINT('',#12786); -#7633=VERTEX_POINT('',#12787); -#7634=VERTEX_POINT('',#12788); -#7635=VERTEX_POINT('',#12789); -#7636=VERTEX_POINT('',#12790); -#7637=VERTEX_POINT('',#12791); -#7638=VERTEX_POINT('',#12792); -#7639=VERTEX_POINT('',#12793); -#7640=VERTEX_POINT('',#12794); -#7641=VERTEX_POINT('',#12795); -#7642=VERTEX_POINT('',#12796); -#7643=VERTEX_POINT('',#12797); -#7644=VERTEX_POINT('',#12798); -#7645=VERTEX_POINT('',#12799); -#7646=VERTEX_POINT('',#12800); -#7647=VERTEX_POINT('',#12801); -#7648=VERTEX_POINT('',#12802); -#7649=VERTEX_POINT('',#12803); -#7650=VERTEX_POINT('',#12804); -#7651=VERTEX_POINT('',#12805); -#7652=VERTEX_POINT('',#12806); -#7653=VERTEX_POINT('',#12807); -#7654=VERTEX_POINT('',#12808); -#7655=VERTEX_POINT('',#12809); -#7656=VERTEX_POINT('',#12810); -#7657=VERTEX_POINT('',#12811); -#7658=VERTEX_POINT('',#12812); -#7659=VERTEX_POINT('',#12813); -#7660=VERTEX_POINT('',#12814); -#7661=VERTEX_POINT('',#12815); -#7662=VERTEX_POINT('',#12816); -#7663=VERTEX_POINT('',#12817); -#7664=VERTEX_POINT('',#12818); -#7665=VERTEX_POINT('',#12819); -#7666=VERTEX_POINT('',#12820); -#7667=VERTEX_POINT('',#12821); -#7668=VERTEX_POINT('',#12822); -#7669=VERTEX_POINT('',#12823); -#7670=VERTEX_POINT('',#12824); -#7671=VERTEX_POINT('',#12825); -#7672=VERTEX_POINT('',#12826); -#7673=VERTEX_POINT('',#12827); -#7674=VERTEX_POINT('',#12828); -#7675=VERTEX_POINT('',#12829); -#7676=VERTEX_POINT('',#12830); -#7677=VERTEX_POINT('',#12831); -#7678=VERTEX_POINT('',#12832); -#7679=VERTEX_POINT('',#12833); -#7680=VERTEX_POINT('',#12834); -#7681=VERTEX_POINT('',#12835); -#7682=VERTEX_POINT('',#12836); -#7683=VERTEX_POINT('',#12837); -#7684=VERTEX_POINT('',#12838); -#7685=VERTEX_POINT('',#12839); -#7686=VERTEX_POINT('',#12840); -#7687=VERTEX_POINT('',#12841); -#7688=VERTEX_POINT('',#12842); -#7689=VERTEX_POINT('',#12843); -#7690=VERTEX_POINT('',#12844); -#7691=VERTEX_POINT('',#12845); -#7692=VERTEX_POINT('',#12846); -#7693=VERTEX_POINT('',#12847); -#7694=VERTEX_POINT('',#12848); -#7695=VERTEX_POINT('',#12849); -#7696=VERTEX_POINT('',#12850); -#7697=VERTEX_POINT('',#12851); -#7698=VERTEX_POINT('',#12852); -#7699=VERTEX_POINT('',#12853); -#7700=VERTEX_POINT('',#12854); -#7701=VERTEX_POINT('',#12855); -#7702=VERTEX_POINT('',#12856); -#7703=VERTEX_POINT('',#12857); -#7704=VERTEX_POINT('',#12858); -#7705=VERTEX_POINT('',#12859); -#7706=VERTEX_POINT('',#12860); -#7707=VERTEX_POINT('',#12861); -#7708=VERTEX_POINT('',#12862); -#7709=VERTEX_POINT('',#12863); -#7710=VERTEX_POINT('',#12864); -#7711=VERTEX_POINT('',#12865); -#7712=VERTEX_POINT('',#12866); -#7713=VERTEX_POINT('',#12867); -#7714=VERTEX_POINT('',#12868); -#7715=VERTEX_POINT('',#12869); -#7716=VERTEX_POINT('',#12870); -#7717=VERTEX_POINT('',#12871); -#7718=VERTEX_POINT('',#12872); -#7719=VERTEX_POINT('',#12873); -#7720=VERTEX_POINT('',#12874); -#7721=VERTEX_POINT('',#12875); -#7722=VERTEX_POINT('',#12876); -#7723=VERTEX_POINT('',#12877); -#7724=VERTEX_POINT('',#12878); -#7725=VERTEX_POINT('',#12879); -#7726=VERTEX_POINT('',#12880); -#7727=VERTEX_POINT('',#12881); -#7728=VERTEX_POINT('',#12882); -#7729=VERTEX_POINT('',#12883); -#7730=VERTEX_POINT('',#12884); -#7731=VERTEX_POINT('',#12885); -#7732=VERTEX_POINT('',#12886); -#7733=VERTEX_POINT('',#12887); -#7734=VERTEX_POINT('',#12888); -#7735=VERTEX_POINT('',#12889); -#7736=VERTEX_POINT('',#12890); -#7737=VERTEX_POINT('',#12891); -#7738=VERTEX_POINT('',#12892); -#7739=VERTEX_POINT('',#12893); -#7740=VERTEX_POINT('',#12894); -#7741=VERTEX_POINT('',#12895); -#7742=VERTEX_POINT('',#12896); -#7743=VERTEX_POINT('',#12897); -#7744=VERTEX_POINT('',#12898); -#7745=VERTEX_POINT('',#12899); -#7746=VERTEX_POINT('',#12900); -#7747=VERTEX_POINT('',#12901); -#7748=VERTEX_POINT('',#12902); -#7749=VERTEX_POINT('',#12903); -#7750=VERTEX_POINT('',#12904); -#7751=VERTEX_POINT('',#12905); -#7752=VERTEX_POINT('',#12906); -#7753=VERTEX_POINT('',#12907); -#7754=VERTEX_POINT('',#12908); -#7755=VERTEX_POINT('',#12909); -#7756=VERTEX_POINT('',#12910); -#7757=VERTEX_POINT('',#12911); -#7758=VERTEX_POINT('',#12912); -#7759=VERTEX_POINT('',#12913); -#7760=VERTEX_POINT('',#12914); -#7761=VERTEX_POINT('',#12915); -#7762=VERTEX_POINT('',#12916); -#7763=VERTEX_POINT('',#12917); -#7764=VERTEX_POINT('',#12918); -#7765=VERTEX_POINT('',#12919); -#7766=VERTEX_POINT('',#12920); -#7767=VERTEX_POINT('',#12921); -#7768=VERTEX_POINT('',#12922); -#7769=VERTEX_POINT('',#12923); -#7770=VERTEX_POINT('',#12924); -#7771=VERTEX_POINT('',#12925); -#7772=VERTEX_POINT('',#12926); -#7773=VERTEX_POINT('',#12927); -#7774=VERTEX_POINT('',#12928); -#7775=VERTEX_POINT('',#12929); -#7776=VERTEX_POINT('',#12930); -#7777=VERTEX_POINT('',#12931); -#7778=VERTEX_POINT('',#12932); -#7779=VERTEX_POINT('',#12933); -#7780=VERTEX_POINT('',#12934); -#7781=VERTEX_POINT('',#12935); -#7782=VERTEX_POINT('',#12936); -#7783=VERTEX_POINT('',#12937); -#7784=VERTEX_POINT('',#12938); -#7785=VERTEX_POINT('',#12939); -#7786=VERTEX_POINT('',#12940); -#7787=VERTEX_POINT('',#12941); -#7788=VERTEX_POINT('',#12942); -#7789=VERTEX_POINT('',#12943); -#7790=VERTEX_POINT('',#12944); -#7791=VERTEX_POINT('',#12945); -#7792=VERTEX_POINT('',#12946); -#7793=VERTEX_POINT('',#12947); -#7794=VERTEX_POINT('',#12948); -#7795=VERTEX_POINT('',#12949); -#7796=VERTEX_POINT('',#12950); -#7797=VERTEX_POINT('',#12951); -#7798=VERTEX_POINT('',#12952); -#7799=VERTEX_POINT('',#12953); -#7800=VERTEX_POINT('',#12954); -#7801=VERTEX_POINT('',#12955); -#7802=VERTEX_POINT('',#12956); -#7803=VERTEX_POINT('',#12957); -#7804=VERTEX_POINT('',#12958); -#7805=VERTEX_POINT('',#12959); -#7806=VERTEX_POINT('',#12960); -#7807=VERTEX_POINT('',#12961); -#7808=VERTEX_POINT('',#12962); -#7809=VERTEX_POINT('',#12963); -#7810=VERTEX_POINT('',#12964); -#7811=VERTEX_POINT('',#12965); -#7812=VERTEX_POINT('',#12966); -#7813=VERTEX_POINT('',#12967); -#7814=VERTEX_POINT('',#12968); -#7815=VERTEX_POINT('',#12969); -#7816=VERTEX_POINT('',#12970); -#7817=VERTEX_POINT('',#12971); -#7818=VERTEX_POINT('',#12972); -#7819=VERTEX_POINT('',#12973); -#7820=VERTEX_POINT('',#12974); -#7821=VERTEX_POINT('',#12975); -#7822=VERTEX_POINT('',#12976); -#7823=VERTEX_POINT('',#12977); -#7824=VERTEX_POINT('',#12978); -#7825=VERTEX_POINT('',#12979); -#7826=VERTEX_POINT('',#12980); -#7827=VERTEX_POINT('',#12981); -#7828=VERTEX_POINT('',#12982); -#7829=VERTEX_POINT('',#12983); -#7830=VERTEX_POINT('',#12984); -#7831=VERTEX_POINT('',#12985); -#7832=VERTEX_POINT('',#12986); -#7833=VERTEX_POINT('',#12987); -#7834=VERTEX_POINT('',#12988); -#7835=VERTEX_POINT('',#12989); -#7836=VERTEX_POINT('',#12990); -#7837=VERTEX_POINT('',#12991); -#7838=VERTEX_POINT('',#12992); -#7839=VERTEX_POINT('',#12993); -#7840=VERTEX_POINT('',#12994); -#7841=VERTEX_POINT('',#12995); -#7842=VERTEX_POINT('',#12996); -#7843=VERTEX_POINT('',#12997); -#7844=VERTEX_POINT('',#12998); -#7845=VERTEX_POINT('',#12999); -#7846=VERTEX_POINT('',#13000); -#7847=VERTEX_POINT('',#13001); -#7848=VERTEX_POINT('',#13002); -#7849=VERTEX_POINT('',#13003); -#7850=VERTEX_POINT('',#13004); -#7851=VERTEX_POINT('',#13005); -#7852=VERTEX_POINT('',#13006); -#7853=VERTEX_POINT('',#13007); -#7854=VERTEX_POINT('',#13008); -#7855=VERTEX_POINT('',#13009); -#7856=VERTEX_POINT('',#13010); -#7857=VERTEX_POINT('',#13011); -#7858=VERTEX_POINT('',#13012); -#7859=VERTEX_POINT('',#13013); -#7860=VERTEX_POINT('',#13014); -#7861=VERTEX_POINT('',#13015); -#7862=VERTEX_POINT('',#13016); -#7863=VERTEX_POINT('',#13017); -#7864=VERTEX_POINT('',#13018); -#7865=VERTEX_POINT('',#13019); -#7866=VERTEX_POINT('',#13020); -#7867=VERTEX_POINT('',#13021); -#7868=VERTEX_POINT('',#13022); -#7869=VERTEX_POINT('',#13023); -#7870=VERTEX_POINT('',#13024); -#7871=VERTEX_POINT('',#13025); -#7872=VERTEX_POINT('',#13026); -#7873=VERTEX_POINT('',#13027); -#7874=VERTEX_POINT('',#13028); -#7875=VERTEX_POINT('',#13029); -#7876=VERTEX_POINT('',#13030); -#7877=VERTEX_POINT('',#13031); -#7878=VERTEX_POINT('',#13032); -#7879=VERTEX_POINT('',#13033); -#7880=VERTEX_POINT('',#13034); -#7881=VERTEX_POINT('',#13035); -#7882=VERTEX_POINT('',#13036); -#7883=VERTEX_POINT('',#13037); -#7884=VERTEX_POINT('',#13038); -#7885=VERTEX_POINT('',#13039); -#7886=VERTEX_POINT('',#13040); -#7887=VERTEX_POINT('',#13041); -#7888=VERTEX_POINT('',#13042); -#7889=VERTEX_POINT('',#13043); -#7890=VERTEX_POINT('',#13044); -#7891=VERTEX_POINT('',#13045); -#7892=VERTEX_POINT('',#13046); -#7893=VERTEX_POINT('',#13047); -#7894=VERTEX_POINT('',#13048); -#7895=VERTEX_POINT('',#13049); -#7896=VERTEX_POINT('',#13050); -#7897=VERTEX_POINT('',#13051); -#7898=VERTEX_POINT('',#13052); -#7899=VERTEX_POINT('',#13053); -#7900=VERTEX_POINT('',#13054); -#7901=VERTEX_POINT('',#13055); -#7902=VERTEX_POINT('',#13056); -#7903=VERTEX_POINT('',#13057); -#7904=VERTEX_POINT('',#13058); -#7905=VERTEX_POINT('',#13059); -#7906=VERTEX_POINT('',#13060); -#7907=VERTEX_POINT('',#13061); -#7908=VERTEX_POINT('',#13062); -#7909=VERTEX_POINT('',#13063); -#7910=VERTEX_POINT('',#13064); -#7911=VERTEX_POINT('',#13065); -#7912=VERTEX_POINT('',#13066); -#7913=VERTEX_POINT('',#13067); -#7914=VERTEX_POINT('',#13068); -#7915=VERTEX_POINT('',#13069); -#7916=VERTEX_POINT('',#13070); -#7917=VERTEX_POINT('',#13071); -#7918=VERTEX_POINT('',#13072); -#7919=VERTEX_POINT('',#13073); -#7920=VERTEX_POINT('',#13074); -#7921=VERTEX_POINT('',#13075); -#7922=VERTEX_POINT('',#13076); -#7923=VERTEX_POINT('',#13077); -#7924=VERTEX_POINT('',#13078); -#7925=VERTEX_POINT('',#13079); -#7926=VERTEX_POINT('',#13080); -#7927=VERTEX_POINT('',#13081); -#7928=VERTEX_POINT('',#13082); -#7929=VERTEX_POINT('',#13083); -#7930=VERTEX_POINT('',#13084); -#7931=VERTEX_POINT('',#13085); -#7932=VERTEX_POINT('',#13086); -#7933=VERTEX_POINT('',#13087); -#7934=VERTEX_POINT('',#13088); -#7935=VERTEX_POINT('',#13089); -#7936=VERTEX_POINT('',#13090); -#7937=VERTEX_POINT('',#13091); -#7938=VERTEX_POINT('',#13092); -#7939=VERTEX_POINT('',#13093); -#7940=VERTEX_POINT('',#13094); -#7941=VERTEX_POINT('',#13095); -#7942=VERTEX_POINT('',#13096); -#7943=VERTEX_POINT('',#13097); -#7944=VERTEX_POINT('',#13098); -#7945=VERTEX_POINT('',#13099); -#7946=VERTEX_POINT('',#13100); -#7947=VERTEX_POINT('',#13101); -#7948=VERTEX_POINT('',#13102); -#7949=VERTEX_POINT('',#13103); -#7950=VERTEX_POINT('',#13104); -#7951=VERTEX_POINT('',#13105); -#7952=VERTEX_POINT('',#13106); -#7953=VERTEX_POINT('',#13107); -#7954=VERTEX_POINT('',#13108); -#7955=VERTEX_POINT('',#13109); -#7956=VERTEX_POINT('',#13110); -#7957=VERTEX_POINT('',#13111); -#7958=VERTEX_POINT('',#13112); -#7959=VERTEX_POINT('',#13113); -#7960=VERTEX_POINT('',#13114); -#7961=VERTEX_POINT('',#13115); -#7962=VERTEX_POINT('',#13116); -#7963=VERTEX_POINT('',#13117); -#7964=VERTEX_POINT('',#13118); -#7965=VERTEX_POINT('',#13119); -#7966=VERTEX_POINT('',#13120); -#7967=VERTEX_POINT('',#13121); -#7968=VERTEX_POINT('',#13122); -#7969=VERTEX_POINT('',#13123); -#7970=VERTEX_POINT('',#13124); -#7971=VERTEX_POINT('',#13125); -#7972=VERTEX_POINT('',#13126); -#7973=VERTEX_POINT('',#13127); -#7974=VERTEX_POINT('',#13128); -#7975=VERTEX_POINT('',#13129); -#7976=VERTEX_POINT('',#13130); -#7977=VERTEX_POINT('',#13131); -#7978=VERTEX_POINT('',#13132); -#7979=VERTEX_POINT('',#13133); -#7980=VERTEX_POINT('',#13134); -#7981=VERTEX_POINT('',#13135); -#7982=VERTEX_POINT('',#13136); -#7983=VERTEX_POINT('',#13137); -#7984=VERTEX_POINT('',#13138); -#7985=VERTEX_POINT('',#13139); -#7986=VERTEX_POINT('',#13140); -#7987=VERTEX_POINT('',#13141); -#7988=VERTEX_POINT('',#13142); -#7989=VERTEX_POINT('',#13143); -#7990=VERTEX_POINT('',#13144); -#7991=VERTEX_POINT('',#13145); -#7992=VERTEX_POINT('',#13146); -#7993=VERTEX_POINT('',#13147); -#7994=VERTEX_POINT('',#13148); -#7995=VERTEX_POINT('',#13149); -#7996=VERTEX_POINT('',#13150); -#7997=VERTEX_POINT('',#13151); -#7998=VERTEX_POINT('',#13152); -#7999=VERTEX_POINT('',#13153); -#8000=VERTEX_POINT('',#13154); -#8001=VERTEX_POINT('',#13155); -#8002=VERTEX_POINT('',#13156); -#8003=VERTEX_POINT('',#13157); -#8004=VERTEX_POINT('',#13158); -#8005=VERTEX_POINT('',#13159); -#8006=VERTEX_POINT('',#13160); -#8007=VERTEX_POINT('',#13161); -#8008=VERTEX_POINT('',#13162); -#8009=VERTEX_POINT('',#13163); -#8010=VERTEX_POINT('',#13164); -#8011=VERTEX_POINT('',#13165); -#8012=VERTEX_POINT('',#13166); -#8013=VERTEX_POINT('',#13167); -#8014=VERTEX_POINT('',#13168); -#8015=VERTEX_POINT('',#13169); -#8016=VERTEX_POINT('',#13170); -#8017=VERTEX_POINT('',#13171); -#8018=VERTEX_POINT('',#13172); -#8019=VERTEX_POINT('',#13173); -#8020=VERTEX_POINT('',#13174); -#8021=VERTEX_POINT('',#13175); -#8022=VERTEX_POINT('',#13176); -#8023=VERTEX_POINT('',#13177); -#8024=VERTEX_POINT('',#13178); -#8025=VERTEX_POINT('',#13179); -#8026=VERTEX_POINT('',#13180); -#8027=VERTEX_POINT('',#13181); -#8028=VERTEX_POINT('',#13182); -#8029=VERTEX_POINT('',#13183); -#8030=VERTEX_POINT('',#13184); -#8031=VERTEX_POINT('',#13185); -#8032=VERTEX_POINT('',#13186); -#8033=VERTEX_POINT('',#13187); -#8034=VERTEX_POINT('',#13188); -#8035=VERTEX_POINT('',#13189); -#8036=VERTEX_POINT('',#13190); -#8037=VERTEX_POINT('',#13191); -#8038=VERTEX_POINT('',#13192); -#8039=VERTEX_POINT('',#13193); -#8040=VERTEX_POINT('',#13194); -#8041=VERTEX_POINT('',#13195); -#8042=VERTEX_POINT('',#13196); -#8043=VERTEX_POINT('',#13197); -#8044=VERTEX_POINT('',#13198); -#8045=VERTEX_POINT('',#13199); -#8046=VERTEX_POINT('',#13200); -#8047=VERTEX_POINT('',#13201); -#8048=VERTEX_POINT('',#13202); -#8049=VERTEX_POINT('',#13203); -#8050=VERTEX_POINT('',#13204); -#8051=VERTEX_POINT('',#13205); -#8052=VERTEX_POINT('',#13206); -#8053=VERTEX_POINT('',#13207); -#8054=VERTEX_POINT('',#13208); -#8055=VERTEX_POINT('',#13209); -#8056=VERTEX_POINT('',#13210); -#8057=VERTEX_POINT('',#13211); -#8058=VERTEX_POINT('',#13212); -#8059=VERTEX_POINT('',#13213); -#8060=VERTEX_POINT('',#13214); -#8061=VERTEX_POINT('',#13215); -#8062=VERTEX_POINT('',#13216); -#8063=VERTEX_POINT('',#13217); -#8064=VERTEX_POINT('',#13218); -#8065=VERTEX_POINT('',#13219); -#8066=VERTEX_POINT('',#13220); -#8067=VERTEX_POINT('',#13221); -#8068=VERTEX_POINT('',#13222); -#8069=VERTEX_POINT('',#13223); -#8070=VERTEX_POINT('',#13224); -#8071=VERTEX_POINT('',#13225); -#8072=VERTEX_POINT('',#13226); -#8073=VERTEX_POINT('',#13227); -#8074=VERTEX_POINT('',#13228); -#8075=VERTEX_POINT('',#13229); -#8076=VERTEX_POINT('',#13230); -#8077=VERTEX_POINT('',#13231); -#8078=VERTEX_POINT('',#13232); -#8079=VERTEX_POINT('',#13233); -#8080=VERTEX_POINT('',#13234); -#8081=VERTEX_POINT('',#13235); -#8082=VERTEX_POINT('',#13236); -#8083=VERTEX_POINT('',#13237); -#8084=VERTEX_POINT('',#13238); -#8085=VERTEX_POINT('',#13239); -#8086=VERTEX_POINT('',#13240); -#8087=VERTEX_POINT('',#13241); -#8088=VERTEX_POINT('',#13242); -#8089=VERTEX_POINT('',#13243); -#8090=VERTEX_POINT('',#13244); -#8091=VERTEX_POINT('',#13245); -#8092=VERTEX_POINT('',#13246); -#8093=VERTEX_POINT('',#13247); -#8094=VERTEX_POINT('',#13248); -#8095=VERTEX_POINT('',#13249); -#8096=VERTEX_POINT('',#13250); -#8097=VERTEX_POINT('',#13251); -#8098=VERTEX_POINT('',#13252); -#8099=VERTEX_POINT('',#13253); -#8100=VERTEX_POINT('',#13254); -#8101=VERTEX_POINT('',#13255); -#8102=VERTEX_POINT('',#13256); -#8103=VERTEX_POINT('',#13257); -#8104=VERTEX_POINT('',#13258); -#8105=VERTEX_POINT('',#13259); -#8106=VERTEX_POINT('',#13260); -#8107=VERTEX_POINT('',#13261); -#8108=VERTEX_POINT('',#13262); -#8109=VERTEX_POINT('',#13263); -#8110=VERTEX_POINT('',#13264); -#8111=VERTEX_POINT('',#13265); -#8112=VERTEX_POINT('',#13266); -#8113=VERTEX_POINT('',#13267); -#8114=VERTEX_POINT('',#13268); -#8115=VERTEX_POINT('',#13269); -#8116=VERTEX_POINT('',#13270); -#8117=VERTEX_POINT('',#13271); -#8118=VERTEX_POINT('',#13272); -#8119=VERTEX_POINT('',#13273); -#8120=VERTEX_POINT('',#13274); -#8121=VERTEX_POINT('',#13275); -#8122=VERTEX_POINT('',#13276); -#8123=VERTEX_POINT('',#13277); -#8124=VERTEX_POINT('',#13278); -#8125=VERTEX_POINT('',#13279); -#8126=VERTEX_POINT('',#13280); -#8127=VERTEX_POINT('',#13281); -#8128=VERTEX_POINT('',#13282); -#8129=VERTEX_POINT('',#13283); -#8130=VERTEX_POINT('',#13284); -#8131=VERTEX_POINT('',#13285); -#8132=VERTEX_POINT('',#13286); -#8133=VERTEX_POINT('',#13287); -#8134=VERTEX_POINT('',#13288); -#8135=VERTEX_POINT('',#13289); -#8136=VERTEX_POINT('',#13290); -#8137=VERTEX_POINT('',#13291); -#8138=VERTEX_POINT('',#13292); -#8139=VERTEX_POINT('',#13293); -#8140=VERTEX_POINT('',#13294); -#8141=VERTEX_POINT('',#13295); -#8142=VERTEX_POINT('',#13296); -#8143=VERTEX_POINT('',#13297); -#8144=VERTEX_POINT('',#13298); -#8145=VERTEX_POINT('',#13299); -#8146=VERTEX_POINT('',#13300); -#8147=VERTEX_POINT('',#13301); -#8148=VERTEX_POINT('',#13302); -#8149=VERTEX_POINT('',#13303); -#8150=VERTEX_POINT('',#13304); -#8151=VERTEX_POINT('',#13305); -#8152=VERTEX_POINT('',#13306); -#8153=VERTEX_POINT('',#13307); -#8154=VERTEX_POINT('',#13308); -#8155=VERTEX_POINT('',#13309); -#8156=VERTEX_POINT('',#13310); -#8157=VERTEX_POINT('',#13311); -#8158=VERTEX_POINT('',#13312); -#8159=VERTEX_POINT('',#13313); -#8160=VERTEX_POINT('',#13314); -#8161=VERTEX_POINT('',#13315); -#8162=VERTEX_POINT('',#13316); -#8163=VERTEX_POINT('',#13317); -#8164=VERTEX_POINT('',#13318); -#8165=VERTEX_POINT('',#13319); -#8166=VERTEX_POINT('',#13320); -#8167=VERTEX_POINT('',#13321); -#8168=VERTEX_POINT('',#13322); -#8169=VERTEX_POINT('',#13323); -#8170=VERTEX_POINT('',#13324); -#8171=VERTEX_POINT('',#13325); -#8172=VERTEX_POINT('',#13326); -#8173=VERTEX_POINT('',#13327); -#8174=VERTEX_POINT('',#13328); -#8175=VERTEX_POINT('',#13329); -#8176=VERTEX_POINT('',#13330); -#8177=VERTEX_POINT('',#13331); -#8178=VERTEX_POINT('',#13332); -#8179=VERTEX_POINT('',#13333); -#8180=VERTEX_POINT('',#13334); -#8181=VERTEX_POINT('',#13335); -#8182=VERTEX_POINT('',#13336); -#8183=VERTEX_POINT('',#13337); -#8184=VERTEX_POINT('',#13338); -#8185=VERTEX_POINT('',#13339); -#8186=VERTEX_POINT('',#13340); -#8187=VERTEX_POINT('',#13341); -#8188=VERTEX_POINT('',#13342); -#8189=VERTEX_POINT('',#13343); -#8190=VERTEX_POINT('',#13344); -#8191=VERTEX_POINT('',#13345); -#8192=VERTEX_POINT('',#13346); -#8193=VERTEX_POINT('',#13347); -#8194=VERTEX_POINT('',#13348); -#8195=VERTEX_POINT('',#13349); -#8196=VERTEX_POINT('',#13350); -#8197=VERTEX_POINT('',#13351); -#8198=VERTEX_POINT('',#13352); -#8199=VERTEX_POINT('',#13353); -#8200=VERTEX_POINT('',#13354); -#8201=VERTEX_POINT('',#13355); -#8202=VERTEX_POINT('',#13356); -#8203=VERTEX_POINT('',#13357); -#8204=VERTEX_POINT('',#13358); -#8205=VERTEX_POINT('',#13359); -#8206=VERTEX_POINT('',#13360); -#8207=VERTEX_POINT('',#13361); -#8208=VERTEX_POINT('',#13362); -#8209=VERTEX_POINT('',#13363); -#8210=VERTEX_POINT('',#13364); -#8211=VERTEX_POINT('',#13365); -#8212=VERTEX_POINT('',#13366); -#8213=VERTEX_POINT('',#13367); -#8214=VERTEX_POINT('',#13368); -#8215=VERTEX_POINT('',#13369); -#8216=VERTEX_POINT('',#13370); -#8217=VERTEX_POINT('',#13371); -#8218=VERTEX_POINT('',#13372); -#8219=VERTEX_POINT('',#13373); -#8220=VERTEX_POINT('',#13374); -#8221=VERTEX_POINT('',#13375); -#8222=VERTEX_POINT('',#13376); -#8223=VERTEX_POINT('',#13377); -#8224=VERTEX_POINT('',#13378); -#8225=VERTEX_POINT('',#13379); -#8226=VERTEX_POINT('',#13380); -#8227=VERTEX_POINT('',#13381); -#8228=VERTEX_POINT('',#13382); -#8229=VERTEX_POINT('',#13383); -#8230=VERTEX_POINT('',#13384); -#8231=VERTEX_POINT('',#13385); -#8232=VERTEX_POINT('',#13386); -#8233=VERTEX_POINT('',#13387); -#8234=VERTEX_POINT('',#13388); -#8235=VERTEX_POINT('',#13389); -#8236=VERTEX_POINT('',#13390); -#8237=VERTEX_POINT('',#13391); -#8238=VERTEX_POINT('',#13392); -#8239=VERTEX_POINT('',#13393); -#8240=VERTEX_POINT('',#13394); -#8241=VERTEX_POINT('',#13395); -#8242=VERTEX_POINT('',#13396); -#8243=VERTEX_POINT('',#13397); -#8244=VERTEX_POINT('',#13398); -#8245=VERTEX_POINT('',#13399); -#8246=VERTEX_POINT('',#13400); -#8247=VERTEX_POINT('',#13401); -#8248=VERTEX_POINT('',#13402); -#8249=VERTEX_POINT('',#13403); -#8250=VERTEX_POINT('',#13404); -#8251=VERTEX_POINT('',#13405); -#8252=VERTEX_POINT('',#13406); -#8253=VERTEX_POINT('',#13407); -#8254=VERTEX_POINT('',#13408); -#8255=VERTEX_POINT('',#13409); -#8256=VERTEX_POINT('',#13410); -#8257=VERTEX_POINT('',#13411); -#8258=VERTEX_POINT('',#13412); -#8259=VERTEX_POINT('',#13413); -#8260=VERTEX_POINT('',#13414); -#8261=VERTEX_POINT('',#13415); -#8262=VERTEX_POINT('',#13416); -#8263=VERTEX_POINT('',#13417); -#8264=VERTEX_POINT('',#13418); -#8265=VERTEX_POINT('',#13419); -#8266=VERTEX_POINT('',#13420); -#8267=VERTEX_POINT('',#13421); -#8268=VERTEX_POINT('',#13422); -#8269=VERTEX_POINT('',#13423); -#8270=VERTEX_POINT('',#13424); -#8271=VERTEX_POINT('',#13425); -#8272=VERTEX_POINT('',#13426); -#8273=VERTEX_POINT('',#13427); -#8274=VERTEX_POINT('',#13428); -#8275=VERTEX_POINT('',#13429); -#8276=VERTEX_POINT('',#13430); -#8277=VERTEX_POINT('',#13431); -#8278=VERTEX_POINT('',#13432); -#8279=VERTEX_POINT('',#13433); -#8280=VERTEX_POINT('',#13434); -#8281=VERTEX_POINT('',#13435); -#8282=VERTEX_POINT('',#13436); -#8283=VERTEX_POINT('',#13437); -#8284=VERTEX_POINT('',#13438); -#8285=VERTEX_POINT('',#13439); -#8286=VERTEX_POINT('',#13440); -#8287=VERTEX_POINT('',#13441); -#8288=VERTEX_POINT('',#13442); -#8289=VERTEX_POINT('',#13443); -#8290=VERTEX_POINT('',#13444); -#8291=VERTEX_POINT('',#13445); -#8292=VERTEX_POINT('',#13446); -#8293=VERTEX_POINT('',#13447); -#8294=VERTEX_POINT('',#13448); -#8295=VERTEX_POINT('',#13449); -#8296=VERTEX_POINT('',#13450); -#8297=VERTEX_POINT('',#13451); -#8298=VERTEX_POINT('',#13452); -#8299=VERTEX_POINT('',#13453); -#8300=VERTEX_POINT('',#13454); -#8301=VERTEX_POINT('',#13455); -#8302=VERTEX_POINT('',#13456); -#8303=VERTEX_POINT('',#13457); -#8304=VERTEX_POINT('',#13458); -#8305=VERTEX_POINT('',#13459); -#8306=VERTEX_POINT('',#13460); -#8307=VERTEX_POINT('',#13461); -#8308=VERTEX_POINT('',#13462); -#8309=VERTEX_POINT('',#13463); -#8310=VERTEX_POINT('',#13464); -#8311=VERTEX_POINT('',#13465); -#8312=VERTEX_POINT('',#13466); -#8313=VERTEX_POINT('',#13467); -#8314=VERTEX_POINT('',#13468); -#8315=VERTEX_POINT('',#13469); -#8316=VERTEX_POINT('',#13470); -#8317=VERTEX_POINT('',#13471); -#8318=VERTEX_POINT('',#13472); -#8319=VERTEX_POINT('',#13473); -#8320=VERTEX_POINT('',#13474); -#8321=VERTEX_POINT('',#13475); -#8322=VERTEX_POINT('',#13476); -#8323=VERTEX_POINT('',#13477); -#8324=VERTEX_POINT('',#13478); -#8325=VERTEX_POINT('',#13479); -#8326=VERTEX_POINT('',#13480); -#8327=VERTEX_POINT('',#13481); -#8328=VERTEX_POINT('',#13482); -#8329=VERTEX_POINT('',#13483); -#8330=VERTEX_POINT('',#13484); -#8331=VERTEX_POINT('',#13485); -#8332=VERTEX_POINT('',#13486); -#8333=VERTEX_POINT('',#13487); -#8334=VERTEX_POINT('',#13488); -#8335=VERTEX_POINT('',#13489); -#8336=VERTEX_POINT('',#13490); -#8337=VERTEX_POINT('',#13491); -#8338=VERTEX_POINT('',#13492); -#8339=VERTEX_POINT('',#13493); -#8340=VERTEX_POINT('',#13494); -#8341=VERTEX_POINT('',#13495); -#8342=VERTEX_POINT('',#13496); -#8343=VERTEX_POINT('',#13497); -#8344=VERTEX_POINT('',#13498); -#8345=VERTEX_POINT('',#13499); -#8346=VERTEX_POINT('',#13500); -#8347=VERTEX_POINT('',#13501); -#8348=VERTEX_POINT('',#13502); -#8349=VERTEX_POINT('',#13503); -#8350=VERTEX_POINT('',#13504); -#8351=VERTEX_POINT('',#13505); -#8352=VERTEX_POINT('',#13506); -#8353=VERTEX_POINT('',#13507); -#8354=VERTEX_POINT('',#13508); -#8355=VERTEX_POINT('',#13509); -#8356=VERTEX_POINT('',#13510); -#8357=VERTEX_POINT('',#13511); -#8358=VERTEX_POINT('',#13512); -#8359=VERTEX_POINT('',#13513); -#8360=VERTEX_POINT('',#13514); -#8361=VERTEX_POINT('',#13515); -#8362=VERTEX_POINT('',#13516); -#8363=VERTEX_POINT('',#13517); -#8364=VERTEX_POINT('',#13518); -#8365=VERTEX_POINT('',#13519); -#8366=VERTEX_POINT('',#13520); -#8367=VERTEX_POINT('',#13521); -#8368=VERTEX_POINT('',#13522); -#8369=VERTEX_POINT('',#13523); -#8370=VERTEX_POINT('',#13524); -#8371=VERTEX_POINT('',#13525); -#8372=VERTEX_POINT('',#13526); -#8373=VERTEX_POINT('',#13527); -#8374=VERTEX_POINT('',#13528); -#8375=VERTEX_POINT('',#13529); -#8376=VERTEX_POINT('',#13530); -#8377=VERTEX_POINT('',#13531); -#8378=VERTEX_POINT('',#13532); -#8379=VERTEX_POINT('',#13533); -#8380=VERTEX_POINT('',#13534); -#8381=VERTEX_POINT('',#13535); -#8382=VERTEX_POINT('',#13536); -#8383=VERTEX_POINT('',#13537); -#8384=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9853,#9854,#9855,#9856,#9857, -#9858,#9859,#9860,#9861,#9862,#9863,#9864),(#9865,#9866,#9867,#9868,#9869, -#9870,#9871,#9872,#9873,#9874,#9875,#9876)),.UNSPECIFIED.,.F.,.F.,.F.,(2, -2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035,-0.288772832180489, --0.283720466013303,-0.282544878535782,-0.281715444304682),.UNSPECIFIED.); -#8385=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9880,#9881,#9882,#9883,#9884, -#9885,#9886,#9887,#9888,#9889,#9890,#9891),(#9892,#9893,#9894,#9895,#9896, -#9897,#9898,#9899,#9900,#9901,#9902,#9903)),.UNSPECIFIED.,.F.,.F.,.F.,(2, -2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035,-0.288772832180489, --0.283720466013303,-0.282544878535782,-0.281715444304682),.UNSPECIFIED.); -#8386=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9907,#9908,#9909,#9910,#9911, -#9912,#9913,#9914,#9915,#9916,#9917,#9918),(#9919,#9920,#9921,#9922,#9923, -#9924,#9925,#9926,#9927,#9928,#9929,#9930)),.UNSPECIFIED.,.F.,.F.,.F.,(2, -2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035,-0.288772832180489, --0.283720466013303,-0.282544878535782,-0.281715444304682),.UNSPECIFIED.); -#8387=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9934,#9935,#9936,#9937,#9938, -#9939,#9940,#9941,#9942,#9943,#9944,#9945),(#9946,#9947,#9948,#9949,#9950, -#9951,#9952,#9953,#9954,#9955,#9956,#9957)),.UNSPECIFIED.,.F.,.F.,.F.,(2, -2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035,-0.288772832180489, --0.283720466013303,-0.282544878535782,-0.281715444304682),.UNSPECIFIED.); -#8388=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9961,#9962,#9963,#9964,#9965, -#9966,#9967,#9968,#9969,#9970,#9971,#9972),(#9973,#9974,#9975,#9976,#9977, -#9978,#9979,#9980,#9981,#9982,#9983,#9984)),.UNSPECIFIED.,.F.,.F.,.F.,(2, -2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035,-0.288772832180489, --0.283720466013303,-0.282544878535782,-0.281715444304682),.UNSPECIFIED.); -#8389=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#9988,#9989,#9990,#9991,#9992, -#9993,#9994,#9995,#9996,#9997,#9998,#9999),(#10000,#10001,#10002,#10003, -#10004,#10005,#10006,#10007,#10008,#10009,#10010,#10011)),.UNSPECIFIED., - .F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847,-0.309636251197035, --0.288772832180489,-0.283720466013303,-0.282544878535782,-0.281715444304682), - .UNSPECIFIED.); -#8390=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10015,#10016,#10017,#10018, -#10019,#10020,#10021,#10022,#10023,#10024,#10025,#10026),(#10027,#10028, -#10029,#10030,#10031,#10032,#10033,#10034,#10035,#10036,#10037,#10038)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8391=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10042,#10043,#10044,#10045, -#10046,#10047,#10048,#10049,#10050,#10051,#10052,#10053),(#10054,#10055, -#10056,#10057,#10058,#10059,#10060,#10061,#10062,#10063,#10064,#10065)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8392=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10069,#10070,#10071,#10072, -#10073,#10074,#10075,#10076,#10077,#10078,#10079,#10080),(#10081,#10082, -#10083,#10084,#10085,#10086,#10087,#10088,#10089,#10090,#10091,#10092)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8393=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10096,#10097,#10098,#10099, -#10100,#10101,#10102,#10103,#10104,#10105,#10106,#10107),(#10108,#10109, -#10110,#10111,#10112,#10113,#10114,#10115,#10116,#10117,#10118,#10119)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8394=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10123,#10124,#10125,#10126, -#10127,#10128,#10129,#10130,#10131,#10132,#10133,#10134),(#10135,#10136, -#10137,#10138,#10139,#10140,#10141,#10142,#10143,#10144,#10145,#10146)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8395=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10150,#10151,#10152,#10153, -#10154,#10155,#10156,#10157,#10158,#10159,#10160,#10161),(#10162,#10163, -#10164,#10165,#10166,#10167,#10168,#10169,#10170,#10171,#10172,#10173)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8396=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10177,#10178,#10179,#10180, -#10181,#10182,#10183,#10184,#10185,#10186,#10187,#10188),(#10189,#10190, -#10191,#10192,#10193,#10194,#10195,#10196,#10197,#10198,#10199,#10200)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8397=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10204,#10205,#10206,#10207, -#10208,#10209,#10210,#10211,#10212,#10213,#10214,#10215),(#10216,#10217, -#10218,#10219,#10220,#10221,#10222,#10223,#10224,#10225,#10226,#10227)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8398=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10231,#10232,#10233,#10234, -#10235,#10236,#10237,#10238,#10239,#10240,#10241,#10242),(#10243,#10244, -#10245,#10246,#10247,#10248,#10249,#10250,#10251,#10252,#10253,#10254)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8399=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10258,#10259,#10260,#10261, -#10262,#10263,#10264,#10265,#10266,#10267,#10268,#10269),(#10270,#10271, -#10272,#10273,#10274,#10275,#10276,#10277,#10278,#10279,#10280,#10281)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8400=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10285,#10286,#10287,#10288, -#10289,#10290,#10291,#10292,#10293,#10294,#10295,#10296),(#10297,#10298, -#10299,#10300,#10301,#10302,#10303,#10304,#10305,#10306,#10307,#10308)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8401=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10312,#10313,#10314,#10315, -#10316,#10317,#10318,#10319,#10320,#10321,#10322,#10323),(#10324,#10325, -#10326,#10327,#10328,#10329,#10330,#10331,#10332,#10333,#10334,#10335)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8402=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10339,#10340,#10341,#10342, -#10343,#10344,#10345,#10346,#10347,#10348,#10349,#10350),(#10351,#10352, -#10353,#10354,#10355,#10356,#10357,#10358,#10359,#10360,#10361,#10362)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8403=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10366,#10367,#10368,#10369, -#10370,#10371,#10372,#10373,#10374,#10375,#10376,#10377),(#10378,#10379, -#10380,#10381,#10382,#10383,#10384,#10385,#10386,#10387,#10388,#10389)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8404=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10393,#10394,#10395,#10396, -#10397,#10398,#10399,#10400,#10401,#10402,#10403,#10404),(#10405,#10406, -#10407,#10408,#10409,#10410,#10411,#10412,#10413,#10414,#10415,#10416)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8405=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10420,#10421,#10422,#10423, -#10424,#10425,#10426,#10427,#10428,#10429,#10430,#10431),(#10432,#10433, -#10434,#10435,#10436,#10437,#10438,#10439,#10440,#10441,#10442,#10443)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8406=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10447,#10448,#10449,#10450, -#10451,#10452,#10453,#10454,#10455,#10456,#10457,#10458),(#10459,#10460, -#10461,#10462,#10463,#10464,#10465,#10466,#10467,#10468,#10469,#10470)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8407=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10474,#10475,#10476,#10477, -#10478,#10479,#10480,#10481,#10482,#10483,#10484,#10485),(#10486,#10487, -#10488,#10489,#10490,#10491,#10492,#10493,#10494,#10495,#10496,#10497)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8408=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10501,#10502,#10503,#10504, -#10505,#10506,#10507,#10508,#10509,#10510,#10511,#10512),(#10513,#10514, -#10515,#10516,#10517,#10518,#10519,#10520,#10521,#10522,#10523,#10524)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8409=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10528,#10529,#10530,#10531, -#10532,#10533,#10534,#10535,#10536,#10537,#10538,#10539),(#10540,#10541, -#10542,#10543,#10544,#10545,#10546,#10547,#10548,#10549,#10550,#10551)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8410=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10555,#10556,#10557,#10558, -#10559,#10560,#10561,#10562,#10563,#10564,#10565,#10566),(#10567,#10568, -#10569,#10570,#10571,#10572,#10573,#10574,#10575,#10576,#10577,#10578)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8411=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10582,#10583,#10584,#10585, -#10586,#10587,#10588,#10589,#10590,#10591,#10592,#10593),(#10594,#10595, -#10596,#10597,#10598,#10599,#10600,#10601,#10602,#10603,#10604,#10605)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8412=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10609,#10610,#10611,#10612, -#10613,#10614,#10615,#10616,#10617,#10618,#10619,#10620),(#10621,#10622, -#10623,#10624,#10625,#10626,#10627,#10628,#10629,#10630,#10631,#10632)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8413=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10636,#10637,#10638,#10639, -#10640,#10641,#10642,#10643,#10644,#10645,#10646,#10647),(#10648,#10649, -#10650,#10651,#10652,#10653,#10654,#10655,#10656,#10657,#10658,#10659)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8414=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10663,#10664,#10665,#10666, -#10667,#10668,#10669,#10670,#10671,#10672,#10673,#10674),(#10675,#10676, -#10677,#10678,#10679,#10680,#10681,#10682,#10683,#10684,#10685,#10686)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8415=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10690,#10691,#10692,#10693, -#10694,#10695,#10696,#10697,#10698,#10699,#10700,#10701),(#10702,#10703, -#10704,#10705,#10706,#10707,#10708,#10709,#10710,#10711,#10712,#10713)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8416=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10717,#10718,#10719,#10720, -#10721,#10722,#10723,#10724,#10725,#10726,#10727,#10728),(#10729,#10730, -#10731,#10732,#10733,#10734,#10735,#10736,#10737,#10738,#10739,#10740)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8417=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10744,#10745,#10746,#10747, -#10748,#10749,#10750,#10751,#10752,#10753,#10754,#10755),(#10756,#10757, -#10758,#10759,#10760,#10761,#10762,#10763,#10764,#10765,#10766,#10767)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8418=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10771,#10772,#10773,#10774, -#10775,#10776,#10777,#10778,#10779,#10780,#10781,#10782),(#10783,#10784, -#10785,#10786,#10787,#10788,#10789,#10790,#10791,#10792,#10793,#10794)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8419=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10798,#10799,#10800,#10801, -#10802,#10803,#10804,#10805,#10806,#10807,#10808,#10809),(#10810,#10811, -#10812,#10813,#10814,#10815,#10816,#10817,#10818,#10819,#10820,#10821)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8420=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10825,#10826,#10827,#10828, -#10829,#10830,#10831,#10832,#10833,#10834,#10835,#10836),(#10837,#10838, -#10839,#10840,#10841,#10842,#10843,#10844,#10845,#10846,#10847,#10848)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8421=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10852,#10853,#10854,#10855, -#10856,#10857,#10858,#10859,#10860,#10861,#10862,#10863),(#10864,#10865, -#10866,#10867,#10868,#10869,#10870,#10871,#10872,#10873,#10874,#10875)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8422=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10879,#10880,#10881,#10882, -#10883,#10884,#10885,#10886,#10887,#10888,#10889,#10890),(#10891,#10892, -#10893,#10894,#10895,#10896,#10897,#10898,#10899,#10900,#10901,#10902)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8423=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10906,#10907,#10908,#10909, -#10910,#10911,#10912,#10913,#10914,#10915,#10916,#10917),(#10918,#10919, -#10920,#10921,#10922,#10923,#10924,#10925,#10926,#10927,#10928,#10929)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8424=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10933,#10934,#10935,#10936, -#10937,#10938,#10939,#10940,#10941,#10942,#10943,#10944),(#10945,#10946, -#10947,#10948,#10949,#10950,#10951,#10952,#10953,#10954,#10955,#10956)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8425=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10960,#10961,#10962,#10963, -#10964,#10965,#10966,#10967,#10968,#10969,#10970,#10971),(#10972,#10973, -#10974,#10975,#10976,#10977,#10978,#10979,#10980,#10981,#10982,#10983)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8426=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#10987,#10988,#10989,#10990, -#10991,#10992,#10993,#10994,#10995,#10996,#10997,#10998),(#10999,#11000, -#11001,#11002,#11003,#11004,#11005,#11006,#11007,#11008,#11009,#11010)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8427=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11014,#11015,#11016,#11017, -#11018,#11019,#11020,#11021,#11022,#11023,#11024,#11025),(#11026,#11027, -#11028,#11029,#11030,#11031,#11032,#11033,#11034,#11035,#11036,#11037)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8428=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11041,#11042,#11043,#11044, -#11045,#11046,#11047,#11048,#11049,#11050,#11051,#11052),(#11053,#11054, -#11055,#11056,#11057,#11058,#11059,#11060,#11061,#11062,#11063,#11064)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8429=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11068,#11069,#11070,#11071, -#11072,#11073,#11074,#11075,#11076,#11077,#11078,#11079),(#11080,#11081, -#11082,#11083,#11084,#11085,#11086,#11087,#11088,#11089,#11090,#11091)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8430=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11095,#11096,#11097,#11098, -#11099,#11100,#11101,#11102,#11103,#11104,#11105,#11106),(#11107,#11108, -#11109,#11110,#11111,#11112,#11113,#11114,#11115,#11116,#11117,#11118)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8431=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11122,#11123,#11124,#11125, -#11126,#11127,#11128,#11129,#11130,#11131,#11132,#11133),(#11134,#11135, -#11136,#11137,#11138,#11139,#11140,#11141,#11142,#11143,#11144,#11145)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8432=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11149,#11150,#11151,#11152, -#11153,#11154,#11155,#11156,#11157,#11158,#11159,#11160),(#11161,#11162, -#11163,#11164,#11165,#11166,#11167,#11168,#11169,#11170,#11171,#11172)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8433=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11176,#11177,#11178,#11179, -#11180,#11181,#11182,#11183,#11184,#11185,#11186,#11187),(#11188,#11189, -#11190,#11191,#11192,#11193,#11194,#11195,#11196,#11197,#11198,#11199)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8434=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11203,#11204,#11205,#11206, -#11207,#11208,#11209,#11210,#11211,#11212,#11213,#11214),(#11215,#11216, -#11217,#11218,#11219,#11220,#11221,#11222,#11223,#11224,#11225,#11226)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8435=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11230,#11231,#11232,#11233, -#11234,#11235,#11236,#11237,#11238,#11239,#11240,#11241),(#11242,#11243, -#11244,#11245,#11246,#11247,#11248,#11249,#11250,#11251,#11252,#11253)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8436=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11257,#11258,#11259,#11260, -#11261,#11262,#11263,#11264,#11265,#11266,#11267,#11268),(#11269,#11270, -#11271,#11272,#11273,#11274,#11275,#11276,#11277,#11278,#11279,#11280)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8437=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11284,#11285,#11286,#11287, -#11288,#11289,#11290,#11291,#11292,#11293,#11294,#11295),(#11296,#11297, -#11298,#11299,#11300,#11301,#11302,#11303,#11304,#11305,#11306,#11307)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8438=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11311,#11312,#11313,#11314, -#11315,#11316,#11317,#11318,#11319,#11320,#11321,#11322),(#11323,#11324, -#11325,#11326,#11327,#11328,#11329,#11330,#11331,#11332,#11333,#11334)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8439=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11338,#11339,#11340,#11341, -#11342,#11343,#11344,#11345,#11346,#11347,#11348,#11349),(#11350,#11351, -#11352,#11353,#11354,#11355,#11356,#11357,#11358,#11359,#11360,#11361)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8440=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11365,#11366,#11367,#11368, -#11369,#11370,#11371,#11372,#11373,#11374,#11375,#11376),(#11377,#11378, -#11379,#11380,#11381,#11382,#11383,#11384,#11385,#11386,#11387,#11388)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8441=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11392,#11393,#11394,#11395, -#11396,#11397,#11398,#11399,#11400,#11401,#11402,#11403),(#11404,#11405, -#11406,#11407,#11408,#11409,#11410,#11411,#11412,#11413,#11414,#11415)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8442=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11419,#11420,#11421,#11422, -#11423,#11424,#11425,#11426,#11427,#11428,#11429,#11430),(#11431,#11432, -#11433,#11434,#11435,#11436,#11437,#11438,#11439,#11440,#11441,#11442)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8443=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11446,#11447,#11448,#11449, -#11450,#11451,#11452,#11453,#11454,#11455,#11456,#11457),(#11458,#11459, -#11460,#11461,#11462,#11463,#11464,#11465,#11466,#11467,#11468,#11469)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8444=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11473,#11474,#11475,#11476, -#11477,#11478,#11479,#11480,#11481,#11482,#11483,#11484),(#11485,#11486, -#11487,#11488,#11489,#11490,#11491,#11492,#11493,#11494,#11495,#11496)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8445=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11500,#11501,#11502,#11503, -#11504,#11505,#11506,#11507,#11508,#11509,#11510,#11511),(#11512,#11513, -#11514,#11515,#11516,#11517,#11518,#11519,#11520,#11521,#11522,#11523)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8446=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11527,#11528,#11529,#11530, -#11531,#11532,#11533,#11534,#11535,#11536,#11537,#11538),(#11539,#11540, -#11541,#11542,#11543,#11544,#11545,#11546,#11547,#11548,#11549,#11550)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8447=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11554,#11555,#11556,#11557, -#11558,#11559,#11560,#11561,#11562,#11563,#11564,#11565),(#11566,#11567, -#11568,#11569,#11570,#11571,#11572,#11573,#11574,#11575,#11576,#11577)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8448=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11581,#11582,#11583,#11584, -#11585,#11586,#11587,#11588,#11589,#11590,#11591,#11592),(#11593,#11594, -#11595,#11596,#11597,#11598,#11599,#11600,#11601,#11602,#11603,#11604)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8449=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11608,#11609,#11610,#11611, -#11612,#11613,#11614,#11615,#11616,#11617,#11618,#11619),(#11620,#11621, -#11622,#11623,#11624,#11625,#11626,#11627,#11628,#11629,#11630,#11631)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8450=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11635,#11636,#11637,#11638, -#11639,#11640,#11641,#11642,#11643,#11644,#11645,#11646),(#11647,#11648, -#11649,#11650,#11651,#11652,#11653,#11654,#11655,#11656,#11657,#11658)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8451=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11662,#11663,#11664,#11665, -#11666,#11667,#11668,#11669,#11670,#11671,#11672,#11673),(#11674,#11675, -#11676,#11677,#11678,#11679,#11680,#11681,#11682,#11683,#11684,#11685)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8452=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11689,#11690,#11691,#11692, -#11693,#11694,#11695,#11696,#11697,#11698,#11699,#11700),(#11701,#11702, -#11703,#11704,#11705,#11706,#11707,#11708,#11709,#11710,#11711,#11712)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8453=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11716,#11717,#11718,#11719, -#11720,#11721,#11722,#11723,#11724,#11725,#11726,#11727),(#11728,#11729, -#11730,#11731,#11732,#11733,#11734,#11735,#11736,#11737,#11738,#11739)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8454=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11743,#11744,#11745,#11746, -#11747,#11748,#11749,#11750,#11751,#11752,#11753,#11754),(#11755,#11756, -#11757,#11758,#11759,#11760,#11761,#11762,#11763,#11764,#11765,#11766)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8455=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11770,#11771,#11772,#11773, -#11774,#11775,#11776,#11777,#11778,#11779,#11780,#11781),(#11782,#11783, -#11784,#11785,#11786,#11787,#11788,#11789,#11790,#11791,#11792,#11793)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8456=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11797,#11798,#11799,#11800, -#11801,#11802,#11803,#11804,#11805,#11806,#11807,#11808),(#11809,#11810, -#11811,#11812,#11813,#11814,#11815,#11816,#11817,#11818,#11819,#11820)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8457=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11824,#11825,#11826,#11827, -#11828,#11829,#11830,#11831,#11832,#11833,#11834,#11835),(#11836,#11837, -#11838,#11839,#11840,#11841,#11842,#11843,#11844,#11845,#11846,#11847)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8458=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11851,#11852,#11853,#11854, -#11855,#11856,#11857,#11858,#11859,#11860,#11861,#11862),(#11863,#11864, -#11865,#11866,#11867,#11868,#11869,#11870,#11871,#11872,#11873,#11874)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8459=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11878,#11879,#11880,#11881, -#11882,#11883,#11884,#11885,#11886,#11887,#11888,#11889),(#11890,#11891, -#11892,#11893,#11894,#11895,#11896,#11897,#11898,#11899,#11900,#11901)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8460=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11905,#11906,#11907,#11908, -#11909,#11910,#11911,#11912,#11913,#11914,#11915,#11916),(#11917,#11918, -#11919,#11920,#11921,#11922,#11923,#11924,#11925,#11926,#11927,#11928)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8461=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11932,#11933,#11934,#11935, -#11936,#11937,#11938,#11939,#11940,#11941,#11942,#11943),(#11944,#11945, -#11946,#11947,#11948,#11949,#11950,#11951,#11952,#11953,#11954,#11955)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8462=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11959,#11960,#11961,#11962, -#11963,#11964,#11965,#11966,#11967,#11968,#11969,#11970),(#11971,#11972, -#11973,#11974,#11975,#11976,#11977,#11978,#11979,#11980,#11981,#11982)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8463=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#11986,#11987,#11988,#11989, -#11990,#11991,#11992,#11993,#11994,#11995,#11996,#11997),(#11998,#11999, -#12000,#12001,#12002,#12003,#12004,#12005,#12006,#12007,#12008,#12009)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8464=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12013,#12014,#12015,#12016, -#12017,#12018,#12019,#12020,#12021,#12022,#12023,#12024),(#12025,#12026, -#12027,#12028,#12029,#12030,#12031,#12032,#12033,#12034,#12035,#12036)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8465=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12040,#12041,#12042,#12043, -#12044,#12045,#12046,#12047,#12048,#12049,#12050,#12051),(#12052,#12053, -#12054,#12055,#12056,#12057,#12058,#12059,#12060,#12061,#12062,#12063)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8466=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12067,#12068,#12069,#12070, -#12071,#12072,#12073,#12074,#12075,#12076,#12077,#12078),(#12079,#12080, -#12081,#12082,#12083,#12084,#12085,#12086,#12087,#12088,#12089,#12090)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8467=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12094,#12095,#12096,#12097, -#12098,#12099,#12100,#12101,#12102,#12103,#12104,#12105),(#12106,#12107, -#12108,#12109,#12110,#12111,#12112,#12113,#12114,#12115,#12116,#12117)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8468=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12121,#12122,#12123,#12124, -#12125,#12126,#12127,#12128,#12129,#12130,#12131,#12132),(#12133,#12134, -#12135,#12136,#12137,#12138,#12139,#12140,#12141,#12142,#12143,#12144)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8469=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12148,#12149,#12150,#12151, -#12152,#12153,#12154,#12155,#12156,#12157,#12158,#12159),(#12160,#12161, -#12162,#12163,#12164,#12165,#12166,#12167,#12168,#12169,#12170,#12171)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8470=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12175,#12176,#12177,#12178, -#12179,#12180,#12181,#12182,#12183,#12184,#12185,#12186),(#12187,#12188, -#12189,#12190,#12191,#12192,#12193,#12194,#12195,#12196,#12197,#12198)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8471=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12202,#12203,#12204,#12205, -#12206,#12207,#12208,#12209,#12210,#12211,#12212,#12213),(#12214,#12215, -#12216,#12217,#12218,#12219,#12220,#12221,#12222,#12223,#12224,#12225)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8472=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12229,#12230,#12231,#12232, -#12233,#12234,#12235,#12236,#12237,#12238,#12239,#12240),(#12241,#12242, -#12243,#12244,#12245,#12246,#12247,#12248,#12249,#12250,#12251,#12252)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8473=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12256,#12257,#12258,#12259, -#12260,#12261,#12262,#12263,#12264,#12265,#12266,#12267),(#12268,#12269, -#12270,#12271,#12272,#12273,#12274,#12275,#12276,#12277,#12278,#12279)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8474=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12283,#12284,#12285,#12286, -#12287,#12288,#12289,#12290,#12291,#12292,#12293,#12294),(#12295,#12296, -#12297,#12298,#12299,#12300,#12301,#12302,#12303,#12304,#12305,#12306)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8475=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12310,#12311,#12312,#12313, -#12314,#12315,#12316,#12317,#12318,#12319,#12320,#12321),(#12322,#12323, -#12324,#12325,#12326,#12327,#12328,#12329,#12330,#12331,#12332,#12333)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8476=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12337,#12338,#12339,#12340, -#12341,#12342,#12343,#12344,#12345,#12346,#12347,#12348),(#12349,#12350, -#12351,#12352,#12353,#12354,#12355,#12356,#12357,#12358,#12359,#12360)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8477=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12364,#12365,#12366,#12367, -#12368,#12369,#12370,#12371,#12372,#12373,#12374,#12375),(#12376,#12377, -#12378,#12379,#12380,#12381,#12382,#12383,#12384,#12385,#12386,#12387)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8478=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12391,#12392,#12393,#12394, -#12395,#12396,#12397,#12398,#12399,#12400,#12401,#12402),(#12403,#12404, -#12405,#12406,#12407,#12408,#12409,#12410,#12411,#12412,#12413,#12414)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8479=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12418,#12419,#12420,#12421, -#12422,#12423,#12424,#12425,#12426,#12427,#12428,#12429),(#12430,#12431, -#12432,#12433,#12434,#12435,#12436,#12437,#12438,#12439,#12440,#12441)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8480=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12445,#12446,#12447,#12448, -#12449,#12450,#12451,#12452,#12453,#12454,#12455,#12456),(#12457,#12458, -#12459,#12460,#12461,#12462,#12463,#12464,#12465,#12466,#12467,#12468)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8481=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12472,#12473,#12474,#12475, -#12476,#12477,#12478,#12479,#12480,#12481,#12482,#12483),(#12484,#12485, -#12486,#12487,#12488,#12489,#12490,#12491,#12492,#12493,#12494,#12495)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8482=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12499,#12500,#12501,#12502, -#12503,#12504,#12505,#12506,#12507,#12508,#12509,#12510),(#12511,#12512, -#12513,#12514,#12515,#12516,#12517,#12518,#12519,#12520,#12521,#12522)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8483=B_SPLINE_SURFACE_WITH_KNOTS('',1,3,((#12527,#12528,#12529,#12530, -#12531,#12532,#12533,#12534,#12535,#12536,#12537,#12538),(#12539,#12540, -#12541,#12542,#12543,#12544,#12545,#12546,#12547,#12548,#12549,#12550)), - .UNSPECIFIED.,.F.,.F.,.F.,(2,2),(4,2,2,2,2,4),(-6.1,6.1),(-0.325571611712847, --0.309636251197035,-0.288772832180489,-0.283720466013303,-0.282544878535782, --0.281715444304682),.UNSPECIFIED.); -#8484=PLANE('',#9004); -#8485=PLANE('',#9005); -#8486=PLANE('',#9006); -#8487=PLANE('',#9007); -#8488=PLANE('',#9008); -#8489=PLANE('',#9009); -#8490=PLANE('',#9010); -#8491=PLANE('',#9011); -#8492=PLANE('',#9018); -#8493=PLANE('',#9019); -#8494=PLANE('',#9020); -#8495=PLANE('',#9021); -#8496=PLANE('',#9022); -#8497=PLANE('',#9023); -#8498=PLANE('',#9024); -#8499=PLANE('',#9025); -#8500=PLANE('',#9026); -#8501=PLANE('',#9027); -#8502=PLANE('',#9028); -#8503=PLANE('',#9029); -#8504=PLANE('',#9030); -#8505=PLANE('',#9031); -#8506=PLANE('',#9032); -#8507=PLANE('',#9033); -#8508=PLANE('',#9034); -#8509=PLANE('',#9035); -#8510=PLANE('',#9036); -#8511=PLANE('',#9037); -#8512=PLANE('',#9038); -#8513=PLANE('',#9039); -#8514=PLANE('',#9040); -#8515=PLANE('',#9041); -#8516=PLANE('',#9042); -#8517=PLANE('',#9043); -#8518=PLANE('',#9044); -#8519=PLANE('',#9045); -#8520=PLANE('',#9046); -#8521=PLANE('',#9047); -#8522=PLANE('',#9048); -#8523=PLANE('',#9049); -#8524=PLANE('',#9050); -#8525=PLANE('',#9051); -#8526=PLANE('',#9052); -#8527=PLANE('',#9053); -#8528=PLANE('',#9054); -#8529=PLANE('',#9055); -#8530=PLANE('',#9056); -#8531=PLANE('',#9057); -#8532=PLANE('',#9061); -#8533=PLANE('',#9064); -#8534=PLANE('',#9067); -#8535=PLANE('',#9070); -#8536=PLANE('',#9073); -#8537=PLANE('',#9076); -#8538=PLANE('',#9079); -#8539=PLANE('',#9082); -#8540=PLANE('',#9085); -#8541=PLANE('',#9088); -#8542=PLANE('',#9091); -#8543=PLANE('',#9094); -#8544=PLANE('',#9097); -#8545=PLANE('',#9100); -#8546=PLANE('',#9103); -#8547=PLANE('',#9106); -#8548=PLANE('',#9109); -#8549=PLANE('',#9112); -#8550=PLANE('',#9115); -#8551=PLANE('',#9118); -#8552=PLANE('',#9121); -#8553=PLANE('',#9124); -#8554=PLANE('',#9127); -#8555=PLANE('',#9130); -#8556=PLANE('',#9133); -#8557=PLANE('',#9136); -#8558=PLANE('',#9139); -#8559=PLANE('',#9142); -#8560=PLANE('',#9145); -#8561=PLANE('',#9148); -#8562=PLANE('',#9151); -#8563=PLANE('',#9154); -#8564=PLANE('',#9157); -#8565=PLANE('',#9160); -#8566=PLANE('',#9163); -#8567=PLANE('',#9166); -#8568=PLANE('',#9169); -#8569=PLANE('',#9172); -#8570=PLANE('',#9175); -#8571=PLANE('',#9178); -#8572=PLANE('',#9181); -#8573=PLANE('',#9184); -#8574=PLANE('',#9187); -#8575=PLANE('',#9190); -#8576=PLANE('',#9193); -#8577=PLANE('',#9196); -#8578=PLANE('',#9199); -#8579=PLANE('',#9202); -#8580=PLANE('',#9205); -#8581=PLANE('',#9208); -#8582=PLANE('',#9211); -#8583=PLANE('',#9214); -#8584=PLANE('',#9217); -#8585=PLANE('',#9220); -#8586=PLANE('',#9223); -#8587=PLANE('',#9226); -#8588=PLANE('',#9229); -#8589=PLANE('',#9232); -#8590=PLANE('',#9235); -#8591=PLANE('',#9238); -#8592=PLANE('',#9241); -#8593=PLANE('',#9244); -#8594=PLANE('',#9247); -#8595=PLANE('',#9250); -#8596=PLANE('',#9253); -#8597=PLANE('',#9256); -#8598=PLANE('',#9259); -#8599=PLANE('',#9262); -#8600=PLANE('',#9265); -#8601=PLANE('',#9268); -#8602=PLANE('',#9271); -#8603=PLANE('',#9274); -#8604=PLANE('',#9277); -#8605=PLANE('',#9280); -#8606=PLANE('',#9283); -#8607=PLANE('',#9286); -#8608=PLANE('',#9289); -#8609=PLANE('',#9292); -#8610=PLANE('',#9295); -#8611=PLANE('',#9298); -#8612=PLANE('',#9301); -#8613=PLANE('',#9304); -#8614=PLANE('',#9307); -#8615=PLANE('',#9310); -#8616=PLANE('',#9313); -#8617=PLANE('',#9316); -#8618=PLANE('',#9319); -#8619=PLANE('',#9322); -#8620=PLANE('',#9325); -#8621=PLANE('',#9328); -#8622=PLANE('',#9331); -#8623=PLANE('',#9334); -#8624=PLANE('',#9337); -#8625=PLANE('',#9340); -#8626=PLANE('',#9343); -#8627=PLANE('',#9346); -#8628=PLANE('',#9349); -#8629=PLANE('',#9352); -#8630=PLANE('',#9355); -#8631=PLANE('',#9356); -#8632=CYLINDRICAL_SURFACE('',#8966,0.199995936233805); -#8633=CYLINDRICAL_SURFACE('',#8967,0.199995936233805); -#8634=CYLINDRICAL_SURFACE('',#8968,0.199995936233798); -#8635=CYLINDRICAL_SURFACE('',#8969,0.199995936233795); -#8636=CYLINDRICAL_SURFACE('',#8970,0.199995936233798); -#8637=CYLINDRICAL_SURFACE('',#8971,0.199995936233798); -#8638=CYLINDRICAL_SURFACE('',#8972,0.199995936233798); -#8639=CYLINDRICAL_SURFACE('',#8973,0.199995936233784); -#8640=CYLINDRICAL_SURFACE('',#8974,0.199995936233784); -#8641=CYLINDRICAL_SURFACE('',#8975,0.199995936233784); -#8642=CYLINDRICAL_SURFACE('',#8976,0.199995936233791); -#8643=CYLINDRICAL_SURFACE('',#8977,0.199995936233784); -#8644=CYLINDRICAL_SURFACE('',#8978,0.199995936233788); -#8645=CYLINDRICAL_SURFACE('',#8979,0.199995936233795); -#8646=CYLINDRICAL_SURFACE('',#8980,0.199995936233788); -#8647=CYLINDRICAL_SURFACE('',#8981,0.199995936233781); -#8648=CYLINDRICAL_SURFACE('',#8982,0.199995936233784); -#8649=CYLINDRICAL_SURFACE('',#8983,0.199995936233791); -#8650=CYLINDRICAL_SURFACE('',#8984,0.199995936233798); -#8651=CYLINDRICAL_SURFACE('',#8985,0.199995936233784); -#8652=CYLINDRICAL_SURFACE('',#8986,0.199995936233784); -#8653=CYLINDRICAL_SURFACE('',#8987,0.199995936233791); -#8654=CYLINDRICAL_SURFACE('',#8988,0.199995936233798); -#8655=CYLINDRICAL_SURFACE('',#8989,0.199995936233795); -#8656=CYLINDRICAL_SURFACE('',#8990,0.199995936233784); -#8657=CYLINDRICAL_SURFACE('',#8991,0.199995936233784); -#8658=CYLINDRICAL_SURFACE('',#8992,0.199995936233784); -#8659=CYLINDRICAL_SURFACE('',#8993,0.199995936233784); -#8660=CYLINDRICAL_SURFACE('',#8994,0.199995936233784); -#8661=CYLINDRICAL_SURFACE('',#8995,0.199995936233788); -#8662=CYLINDRICAL_SURFACE('',#8996,0.199995936233791); -#8663=CYLINDRICAL_SURFACE('',#8997,0.199995936233791); -#8664=CYLINDRICAL_SURFACE('',#8998,0.199995936233791); -#8665=CYLINDRICAL_SURFACE('',#8999,0.199995936233791); -#8666=CYLINDRICAL_SURFACE('',#9000,0.199995936233788); -#8667=CYLINDRICAL_SURFACE('',#9001,0.199995936233791); -#8668=CYLINDRICAL_SURFACE('',#9002,0.199995936233791); -#8669=CYLINDRICAL_SURFACE('',#9003,0.199995936233791); -#8670=CYLINDRICAL_SURFACE('',#9012,20.0000044762555); -#8671=CYLINDRICAL_SURFACE('',#9013,9.99999999999999); -#8672=CYLINDRICAL_SURFACE('',#9014,10.); -#8673=CYLINDRICAL_SURFACE('',#9015,9.99999999999997); -#8674=CYLINDRICAL_SURFACE('',#9016,10.); -#8675=CYLINDRICAL_SURFACE('',#9017,9.99999999999523); -#8676=CYLINDRICAL_SURFACE('',#9058,19.9999942980925); -#8677=CYLINDRICAL_SURFACE('',#9059,0.199995936233794); -#8678=CYLINDRICAL_SURFACE('',#9060,0.199995936233784); -#8679=CYLINDRICAL_SURFACE('',#9062,0.199995936233805); -#8680=CYLINDRICAL_SURFACE('',#9063,0.199995936233798); -#8681=CYLINDRICAL_SURFACE('',#9065,0.199995936233784); -#8682=CYLINDRICAL_SURFACE('',#9066,0.199995936233784); -#8683=CYLINDRICAL_SURFACE('',#9068,0.199995936233795); -#8684=CYLINDRICAL_SURFACE('',#9069,0.199995936233799); -#8685=CYLINDRICAL_SURFACE('',#9071,0.199995936233791); -#8686=CYLINDRICAL_SURFACE('',#9072,0.199995936233802); -#8687=CYLINDRICAL_SURFACE('',#9074,0.199995936233791); -#8688=CYLINDRICAL_SURFACE('',#9075,0.199995936233788); -#8689=CYLINDRICAL_SURFACE('',#9077,0.199995936233798); -#8690=CYLINDRICAL_SURFACE('',#9078,0.199995936233813); -#8691=CYLINDRICAL_SURFACE('',#9080,0.199995936233773); -#8692=CYLINDRICAL_SURFACE('',#9081,0.199995936233799); -#8693=CYLINDRICAL_SURFACE('',#9083,0.199995936233795); -#8694=CYLINDRICAL_SURFACE('',#9084,0.199995936233799); -#8695=CYLINDRICAL_SURFACE('',#9086,0.199995936233773); -#8696=CYLINDRICAL_SURFACE('',#9087,0.199995936233799); -#8697=CYLINDRICAL_SURFACE('',#9089,0.199995936233806); -#8698=CYLINDRICAL_SURFACE('',#9090,0.199995936233809); -#8699=CYLINDRICAL_SURFACE('',#9092,0.199995936233805); -#8700=CYLINDRICAL_SURFACE('',#9093,0.199995936233809); -#8701=CYLINDRICAL_SURFACE('',#9095,0.199995936233795); -#8702=CYLINDRICAL_SURFACE('',#9096,0.199995936233809); -#8703=CYLINDRICAL_SURFACE('',#9098,0.199995936233805); -#8704=CYLINDRICAL_SURFACE('',#9099,0.199995936233809); -#8705=CYLINDRICAL_SURFACE('',#9101,0.199995936233784); -#8706=CYLINDRICAL_SURFACE('',#9102,0.199995936233809); -#8707=CYLINDRICAL_SURFACE('',#9104,0.199995936233816); -#8708=CYLINDRICAL_SURFACE('',#9105,0.199995936233809); -#8709=CYLINDRICAL_SURFACE('',#9107,0.199995936233795); -#8710=CYLINDRICAL_SURFACE('',#9108,0.199995936233809); -#8711=CYLINDRICAL_SURFACE('',#9110,0.199995936233795); -#8712=CYLINDRICAL_SURFACE('',#9111,0.199995936233798); -#8713=CYLINDRICAL_SURFACE('',#9113,0.199995936233795); -#8714=CYLINDRICAL_SURFACE('',#9114,0.199995936233809); -#8715=CYLINDRICAL_SURFACE('',#9116,0.199995936233795); -#8716=CYLINDRICAL_SURFACE('',#9117,0.199995936233809); -#8717=CYLINDRICAL_SURFACE('',#9119,0.199995936233806); -#8718=CYLINDRICAL_SURFACE('',#9120,0.199995936233799); -#8719=CYLINDRICAL_SURFACE('',#9122,0.199995936233816); -#8720=CYLINDRICAL_SURFACE('',#9123,0.199995936233809); -#8721=CYLINDRICAL_SURFACE('',#9125,0.199995936233795); -#8722=CYLINDRICAL_SURFACE('',#9126,0.199995936233788); -#8723=CYLINDRICAL_SURFACE('',#9128,0.199995936233795); -#8724=CYLINDRICAL_SURFACE('',#9129,0.199995936233809); -#8725=CYLINDRICAL_SURFACE('',#9131,0.199995936233752); -#8726=CYLINDRICAL_SURFACE('',#9132,0.199995936233788); -#8727=CYLINDRICAL_SURFACE('',#9134,0.199995936233763); -#8728=CYLINDRICAL_SURFACE('',#9135,0.199995936233777); -#8729=CYLINDRICAL_SURFACE('',#9137,0.199995936233774); -#8730=CYLINDRICAL_SURFACE('',#9138,0.199995936233788); -#8731=CYLINDRICAL_SURFACE('',#9140,0.199995936233752); -#8732=CYLINDRICAL_SURFACE('',#9141,0.199995936233778); -#8733=CYLINDRICAL_SURFACE('',#9143,0.199995936233752); -#8734=CYLINDRICAL_SURFACE('',#9144,0.199995936233777); -#8735=CYLINDRICAL_SURFACE('',#9146,0.199995936233774); -#8736=CYLINDRICAL_SURFACE('',#9147,0.199995936233788); -#8737=CYLINDRICAL_SURFACE('',#9149,0.199995936233764); -#8738=CYLINDRICAL_SURFACE('',#9150,0.199995936233788); -#8739=CYLINDRICAL_SURFACE('',#9152,0.199995936233752); -#8740=CYLINDRICAL_SURFACE('',#9153,0.19999593623377); -#8741=CYLINDRICAL_SURFACE('',#9155,0.199995936233774); -#8742=CYLINDRICAL_SURFACE('',#9156,0.199995936233788); -#8743=CYLINDRICAL_SURFACE('',#9158,0.199995936233774); -#8744=CYLINDRICAL_SURFACE('',#9159,0.199995936233788); -#8745=CYLINDRICAL_SURFACE('',#9161,0.199995936233752); -#8746=CYLINDRICAL_SURFACE('',#9162,0.19999593623377); -#8747=CYLINDRICAL_SURFACE('',#9164,0.199995936233763); -#8748=CYLINDRICAL_SURFACE('',#9165,0.199995936233777); -#8749=CYLINDRICAL_SURFACE('',#9167,0.199995936233774); -#8750=CYLINDRICAL_SURFACE('',#9168,0.199995936233788); -#8751=CYLINDRICAL_SURFACE('',#9170,0.199995936233752); -#8752=CYLINDRICAL_SURFACE('',#9171,0.19999593623377); -#8753=CYLINDRICAL_SURFACE('',#9173,0.199995936233752); -#8754=CYLINDRICAL_SURFACE('',#9174,0.199995936233777); -#8755=CYLINDRICAL_SURFACE('',#9176,0.199995936233774); -#8756=CYLINDRICAL_SURFACE('',#9177,0.199995936233788); -#8757=CYLINDRICAL_SURFACE('',#9179,0.199995936233764); -#8758=CYLINDRICAL_SURFACE('',#9180,0.19999593623377); -#8759=CYLINDRICAL_SURFACE('',#9182,0.199995936233752); -#8760=CYLINDRICAL_SURFACE('',#9183,0.19999593623377); -#8761=CYLINDRICAL_SURFACE('',#9185,0.199995936233774); -#8762=CYLINDRICAL_SURFACE('',#9186,0.199995936233777); -#8763=CYLINDRICAL_SURFACE('',#9188,0.199995936233784); -#8764=CYLINDRICAL_SURFACE('',#9189,0.199995936233778); -#8765=CYLINDRICAL_SURFACE('',#9191,0.199995936233763); -#8766=CYLINDRICAL_SURFACE('',#9192,0.19999593623377); -#8767=CYLINDRICAL_SURFACE('',#9194,0.199995936233774); -#8768=CYLINDRICAL_SURFACE('',#9195,0.19999593623377); -#8769=CYLINDRICAL_SURFACE('',#9197,0.199995936233784); -#8770=CYLINDRICAL_SURFACE('',#9198,0.199995936233778); -#8771=CYLINDRICAL_SURFACE('',#9200,0.199995936233763); -#8772=CYLINDRICAL_SURFACE('',#9201,0.19999593623377); -#8773=CYLINDRICAL_SURFACE('',#9203,0.199995936233774); -#8774=CYLINDRICAL_SURFACE('',#9204,0.19999593623377); -#8775=CYLINDRICAL_SURFACE('',#9206,0.199995936233763); -#8776=CYLINDRICAL_SURFACE('',#9207,0.199995936233778); -#8777=CYLINDRICAL_SURFACE('',#9209,0.199995936233752); -#8778=CYLINDRICAL_SURFACE('',#9210,0.19999593623377); -#8779=CYLINDRICAL_SURFACE('',#9212,0.199995936233774); -#8780=CYLINDRICAL_SURFACE('',#9213,0.19999593623376); -#8781=CYLINDRICAL_SURFACE('',#9215,0.199995936233763); -#8782=CYLINDRICAL_SURFACE('',#9216,0.199995936233759); -#8783=CYLINDRICAL_SURFACE('',#9218,0.199995936233742); -#8784=CYLINDRICAL_SURFACE('',#9219,0.199995936233777); -#8785=CYLINDRICAL_SURFACE('',#9221,0.199995936233784); -#8786=CYLINDRICAL_SURFACE('',#9222,0.199995936233777); -#8787=CYLINDRICAL_SURFACE('',#9224,0.199995936233763); -#8788=CYLINDRICAL_SURFACE('',#9225,0.199995936233759); -#8789=CYLINDRICAL_SURFACE('',#9227,0.199995936233742); -#8790=CYLINDRICAL_SURFACE('',#9228,0.19999593623376); -#8791=CYLINDRICAL_SURFACE('',#9230,0.199995936233784); -#8792=CYLINDRICAL_SURFACE('',#9231,0.199995936233777); -#8793=CYLINDRICAL_SURFACE('',#9233,0.199995936233763); -#8794=CYLINDRICAL_SURFACE('',#9234,0.199995936233759); -#8795=CYLINDRICAL_SURFACE('',#9236,0.199995936233742); -#8796=CYLINDRICAL_SURFACE('',#9237,0.19999593623376); -#8797=CYLINDRICAL_SURFACE('',#9239,0.199995936233784); -#8798=CYLINDRICAL_SURFACE('',#9240,0.199995936233777); -#8799=CYLINDRICAL_SURFACE('',#9242,0.199995936233763); -#8800=CYLINDRICAL_SURFACE('',#9243,0.199995936233759); -#8801=CYLINDRICAL_SURFACE('',#9245,0.199995936233742); -#8802=CYLINDRICAL_SURFACE('',#9246,0.19999593623376); -#8803=CYLINDRICAL_SURFACE('',#9248,0.199995936233784); -#8804=CYLINDRICAL_SURFACE('',#9249,0.199995936233777); -#8805=CYLINDRICAL_SURFACE('',#9251,0.199995936233763); -#8806=CYLINDRICAL_SURFACE('',#9252,0.199995936233759); -#8807=CYLINDRICAL_SURFACE('',#9254,0.199995936233763); -#8808=CYLINDRICAL_SURFACE('',#9255,0.19999593623376); -#8809=CYLINDRICAL_SURFACE('',#9257,0.199995936233784); -#8810=CYLINDRICAL_SURFACE('',#9258,0.199995936233777); -#8811=CYLINDRICAL_SURFACE('',#9260,0.199995936233763); -#8812=CYLINDRICAL_SURFACE('',#9261,0.199995936233799); -#8813=CYLINDRICAL_SURFACE('',#9263,0.199995936233763); -#8814=CYLINDRICAL_SURFACE('',#9264,0.19999593623376); -#8815=CYLINDRICAL_SURFACE('',#9266,0.199995936233784); -#8816=CYLINDRICAL_SURFACE('',#9267,0.199995936233777); -#8817=CYLINDRICAL_SURFACE('',#9269,0.199995936233742); -#8818=CYLINDRICAL_SURFACE('',#9270,0.199995936233799); -#8819=CYLINDRICAL_SURFACE('',#9272,0.199995936233784); -#8820=CYLINDRICAL_SURFACE('',#9273,0.199995936233777); -#8821=CYLINDRICAL_SURFACE('',#9275,0.199995936233764); -#8822=CYLINDRICAL_SURFACE('',#9276,0.199995936233777); -#8823=CYLINDRICAL_SURFACE('',#9278,0.199995936233742); -#8824=CYLINDRICAL_SURFACE('',#9279,0.199995936233778); -#8825=CYLINDRICAL_SURFACE('',#9281,0.199995936233784); -#8826=CYLINDRICAL_SURFACE('',#9282,0.199995936233777); -#8827=CYLINDRICAL_SURFACE('',#9284,0.199995936233763); -#8828=CYLINDRICAL_SURFACE('',#9285,0.199995936233777); -#8829=CYLINDRICAL_SURFACE('',#9287,0.199995936233742); -#8830=CYLINDRICAL_SURFACE('',#9288,0.199995936233778); -#8831=CYLINDRICAL_SURFACE('',#9290,0.199995936233784); -#8832=CYLINDRICAL_SURFACE('',#9291,0.199995936233777); -#8833=CYLINDRICAL_SURFACE('',#9293,0.199995936233763); -#8834=CYLINDRICAL_SURFACE('',#9294,0.199995936233777); -#8835=CYLINDRICAL_SURFACE('',#9296,0.199995936233764); -#8836=CYLINDRICAL_SURFACE('',#9297,0.199995936233778); -#8837=CYLINDRICAL_SURFACE('',#9299,0.199995936233784); -#8838=CYLINDRICAL_SURFACE('',#9300,0.199995936233759); -#8839=CYLINDRICAL_SURFACE('',#9302,0.199995936233741); -#8840=CYLINDRICAL_SURFACE('',#9303,0.199995936233759); -#8841=CYLINDRICAL_SURFACE('',#9305,0.199995936233784); -#8842=CYLINDRICAL_SURFACE('',#9306,0.199995936233778); -#8843=CYLINDRICAL_SURFACE('',#9308,0.199995936233784); -#8844=CYLINDRICAL_SURFACE('',#9309,0.199995936233759); -#8845=CYLINDRICAL_SURFACE('',#9311,0.199995936233741); -#8846=CYLINDRICAL_SURFACE('',#9312,0.199995936233759); -#8847=CYLINDRICAL_SURFACE('',#9314,0.199995936233784); -#8848=CYLINDRICAL_SURFACE('',#9315,0.199995936233778); -#8849=CYLINDRICAL_SURFACE('',#9317,0.199995936233784); -#8850=CYLINDRICAL_SURFACE('',#9318,0.199995936233759); -#8851=CYLINDRICAL_SURFACE('',#9320,0.199995936233741); -#8852=CYLINDRICAL_SURFACE('',#9321,0.199995936233759); -#8853=CYLINDRICAL_SURFACE('',#9323,0.199995936233797); -#8854=CYLINDRICAL_SURFACE('',#9324,0.199995936233802); -#8855=CYLINDRICAL_SURFACE('',#9326,0.199995936233797); -#8856=CYLINDRICAL_SURFACE('',#9327,0.199995936233783); -#8857=CYLINDRICAL_SURFACE('',#9329,0.19999593623378); -#8858=CYLINDRICAL_SURFACE('',#9330,0.199995936233783); -#8859=CYLINDRICAL_SURFACE('',#9332,0.19999593623378); -#8860=CYLINDRICAL_SURFACE('',#9333,0.199995936233802); -#8861=CYLINDRICAL_SURFACE('',#9335,0.19999593623378); -#8862=CYLINDRICAL_SURFACE('',#9336,0.199995936233802); -#8863=CYLINDRICAL_SURFACE('',#9338,0.19999593623378); -#8864=CYLINDRICAL_SURFACE('',#9339,0.199995936233783); -#8865=CYLINDRICAL_SURFACE('',#9341,0.199995936233797); -#8866=CYLINDRICAL_SURFACE('',#9342,0.199995936233802); -#8867=CYLINDRICAL_SURFACE('',#9344,0.199995936233797); -#8868=CYLINDRICAL_SURFACE('',#9345,0.199995936233802); -#8869=CYLINDRICAL_SURFACE('',#9347,0.19999593623378); -#8870=CYLINDRICAL_SURFACE('',#9348,0.199995936233823); -#8871=CYLINDRICAL_SURFACE('',#9350,0.19999593623378); -#8872=CYLINDRICAL_SURFACE('',#9351,0.199995936233763); -#8873=CYLINDRICAL_SURFACE('',#9353,0.19999593623378); -#8874=CYLINDRICAL_SURFACE('',#9354,0.199995936233802); -#8875=CYLINDRICAL_SURFACE('',#9357,0.19999593623378); -#8876=CYLINDRICAL_SURFACE('',#9358,0.199995936233802); -#8877=CYLINDRICAL_SURFACE('',#9359,0.199995936233777); -#8878=SHAPE_DEFINITION_REPRESENTATION(#8879,#8964); -#8879=PRODUCT_DEFINITION_SHAPE('Document','',#8881); -#8880=PRODUCT_DEFINITION_CONTEXT('3D Mechanical Parts',#8953,'design'); -#8881=PRODUCT_DEFINITION('A','First version',#8923,#8880); -#8882=DATE_TIME_ROLE('classification_date'); -#8883=DATE_TIME_ROLE('creation_date'); -#8884=APPLIED_DATE_AND_TIME_ASSIGNMENT(#8908,#8882,(#8887)); -#8885=APPLIED_DATE_AND_TIME_ASSIGNMENT(#8910,#8883,(#8881)); -#8886=SECURITY_CLASSIFICATION_LEVEL('unclassified'); -#8887=SECURITY_CLASSIFICATION('A','Security for version',#8886); -#8888=APPLIED_SECURITY_CLASSIFICATION_ASSIGNMENT(#8887,(#8923)); -#8889=APPROVAL_ROLE('Version approval'); -#8890=APPROVAL_ROLE('Version Security approval'); -#8891=APPROVAL_ROLE('Definition approval'); -#8892=APPROVAL_PERSON_ORGANIZATION(#8941,#8917,#8889); -#8893=APPROVAL_PERSON_ORGANIZATION(#8942,#8918,#8890); -#8894=APPROVAL_PERSON_ORGANIZATION(#8945,#8919,#8891); -#8895=COORDINATED_UNIVERSAL_TIME_OFFSET(5,0,.BEHIND.); -#8896=LOCAL_TIME(0,0,0.,#8895); -#8897=LOCAL_TIME(0,0,0.,#8895); -#8898=LOCAL_TIME(0,0,0.,#8895); -#8899=LOCAL_TIME(0,0,0.,#8895); -#8900=LOCAL_TIME(0,0,0.,#8895); -#8901=CALENDAR_DATE(1999,1,1); -#8902=CALENDAR_DATE(1999,1,1); -#8903=CALENDAR_DATE(1999,1,1); -#8904=CALENDAR_DATE(1999,1,1); -#8905=CALENDAR_DATE(1999,1,1); -#8906=DATE_AND_TIME(#8901,#8896); -#8907=DATE_AND_TIME(#8902,#8897); -#8908=DATE_AND_TIME(#8903,#8898); -#8909=DATE_AND_TIME(#8904,#8899); -#8910=DATE_AND_TIME(#8905,#8900); -#8911=APPROVAL_DATE_TIME(#8906,#8917); -#8912=APPROVAL_DATE_TIME(#8907,#8918); -#8913=APPROVAL_DATE_TIME(#8909,#8919); -#8914=APPROVAL_STATUS('not_yet_approved'); -#8915=APPROVAL_STATUS('not_yet_approved'); -#8916=APPROVAL_STATUS('approved'); -#8917=APPROVAL(#8914,'Version approval'); -#8918=APPROVAL(#8915,'Version Security approval'); -#8919=APPROVAL(#8916,'Definition approval'); -#8920=APPLIED_APPROVAL_ASSIGNMENT(#8917,(#8923)); -#8921=APPLIED_APPROVAL_ASSIGNMENT(#8918,(#8887)); -#8922=APPLIED_APPROVAL_ASSIGNMENT(#8919,(#8881)); -#8923=PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE('A', -'First version',#8955,.MADE.); -#8924=PERSON_AND_ORGANIZATION_ROLE('design_owner'); -#8925=PERSON_AND_ORGANIZATION_ROLE('creator'); -#8926=PERSON_AND_ORGANIZATION_ROLE('design_supplier'); -#8927=PERSON_AND_ORGANIZATION_ROLE('classification_officer'); -#8928=PERSON_AND_ORGANIZATION_ROLE('creator'); -#8929=ORGANIZATION('STI','lab','lab'); -#8930=ORGANIZATION('STI','unknown','unknown'); -#8931=ORGANIZATION('STI','unknown','unknown'); -#8932=ORGANIZATION('STI','unknown','unknown'); -#8933=ORGANIZATION('STI','unknown','unknown'); -#8934=ORGANIZATION('STI','unknown','unknown'); -#8935=ORGANIZATION('STI','unknown','unknown'); -#8936=PERSON('1','Box','vc60',$,$,$); -#8937=PERSON('2','last','first',$,$,$); -#8938=PERSON('3','President','Mr.',$,$,$); -#8939=PERSON_AND_ORGANIZATION(#8936,#8929); -#8940=PERSON_AND_ORGANIZATION(#8937,#8930); -#8941=PERSON_AND_ORGANIZATION(#8938,#8931); -#8942=PERSON_AND_ORGANIZATION(#8938,#8932); -#8943=PERSON_AND_ORGANIZATION(#8938,#8933); -#8944=PERSON_AND_ORGANIZATION(#8937,#8934); -#8945=PERSON_AND_ORGANIZATION(#8938,#8935); -#8946=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#8939,#8924,(#8955)); -#8947=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#8940,#8925,(#8923)); -#8948=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#8940,#8926,(#8923)); -#8949=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#8943,#8927,(#8887)); -#8950=APPLIED_PERSON_AND_ORGANIZATION_ASSIGNMENT(#8944,#8928,(#8881)); -#8951=PRODUCT_RELATED_PRODUCT_CATEGORY('detail','detail',(#8955)); -#8952=APPLICATION_PROTOCOL_DEFINITION('International Standard', -'config_control_design',1994,#8953); -#8953=APPLICATION_CONTEXT( -'configuration controlled 3d designs of mechanical parts and assemblie -s'); -#8954=PRODUCT_CONTEXT('3D Mechanical Parts',#8953,'mechanical'); -#8955=PRODUCT('Document','Document','',(#8954)); -#8956=( -LENGTH_UNIT() -NAMED_UNIT(*) -SI_UNIT(.MILLI.,.METRE.) -); -#8957=( -NAMED_UNIT(*) -PLANE_ANGLE_UNIT() -SI_UNIT($,.RADIAN.) -); -#8958=DIMENSIONAL_EXPONENTS(0.,0.,0.,0.,0.,0.,0.); -#8959=PLANE_ANGLE_MEASURE_WITH_UNIT(PLANE_ANGLE_MEASURE(0.01745329252), -#8957); -#8960=( -CONVERSION_BASED_UNIT('DEGREES',#8959) -NAMED_UNIT(#8958) -PLANE_ANGLE_UNIT() -); -#8961=( -NAMED_UNIT(*) -SI_UNIT($,.STERADIAN.) -SOLID_ANGLE_UNIT() -); -#8962=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#8956, -'DISTANCE_ACCURACY_VALUE', -'Maximum model space distance between geometric entities at asserted c -onnectivities'); -#8963=( -GEOMETRIC_REPRESENTATION_CONTEXT(3) -GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#8962)) -GLOBAL_UNIT_ASSIGNED_CONTEXT((#8961,#8960,#8956)) -REPRESENTATION_CONTEXT('ID1','3D') -); -#8964=SHAPE_REPRESENTATION('Document',(#8965,#9360),#8963); -#8965=AXIS2_PLACEMENT_3D('',#9759,#9361,#9362); -#8966=AXIS2_PLACEMENT_3D('',#9760,#9363,$); -#8967=AXIS2_PLACEMENT_3D('',#9761,#9364,$); -#8968=AXIS2_PLACEMENT_3D('',#9762,#9365,$); -#8969=AXIS2_PLACEMENT_3D('',#9763,#9366,$); -#8970=AXIS2_PLACEMENT_3D('',#9764,#9367,$); -#8971=AXIS2_PLACEMENT_3D('',#9765,#9368,$); -#8972=AXIS2_PLACEMENT_3D('',#9766,#9369,$); -#8973=AXIS2_PLACEMENT_3D('',#9767,#9370,$); -#8974=AXIS2_PLACEMENT_3D('',#9768,#9371,$); -#8975=AXIS2_PLACEMENT_3D('',#9769,#9372,$); -#8976=AXIS2_PLACEMENT_3D('',#9770,#9373,$); -#8977=AXIS2_PLACEMENT_3D('',#9771,#9374,$); -#8978=AXIS2_PLACEMENT_3D('',#9772,#9375,$); -#8979=AXIS2_PLACEMENT_3D('',#9773,#9376,$); -#8980=AXIS2_PLACEMENT_3D('',#9774,#9377,$); -#8981=AXIS2_PLACEMENT_3D('',#9775,#9378,$); -#8982=AXIS2_PLACEMENT_3D('',#9776,#9379,$); -#8983=AXIS2_PLACEMENT_3D('',#9777,#9380,$); -#8984=AXIS2_PLACEMENT_3D('',#9778,#9381,$); -#8985=AXIS2_PLACEMENT_3D('',#9779,#9382,$); -#8986=AXIS2_PLACEMENT_3D('',#9780,#9383,$); -#8987=AXIS2_PLACEMENT_3D('',#9781,#9384,$); -#8988=AXIS2_PLACEMENT_3D('',#9782,#9385,$); -#8989=AXIS2_PLACEMENT_3D('',#9783,#9386,$); -#8990=AXIS2_PLACEMENT_3D('',#9784,#9387,$); -#8991=AXIS2_PLACEMENT_3D('',#9785,#9388,$); -#8992=AXIS2_PLACEMENT_3D('',#9786,#9389,$); -#8993=AXIS2_PLACEMENT_3D('',#9787,#9390,$); -#8994=AXIS2_PLACEMENT_3D('',#9788,#9391,$); -#8995=AXIS2_PLACEMENT_3D('',#9789,#9392,$); -#8996=AXIS2_PLACEMENT_3D('',#9790,#9393,$); -#8997=AXIS2_PLACEMENT_3D('',#9791,#9394,$); -#8998=AXIS2_PLACEMENT_3D('',#9792,#9395,$); -#8999=AXIS2_PLACEMENT_3D('',#9793,#9396,$); -#9000=AXIS2_PLACEMENT_3D('',#9794,#9397,$); -#9001=AXIS2_PLACEMENT_3D('',#9795,#9398,$); -#9002=AXIS2_PLACEMENT_3D('',#9796,#9399,$); -#9003=AXIS2_PLACEMENT_3D('',#9797,#9400,$); -#9004=AXIS2_PLACEMENT_3D('',#9798,#9401,$); -#9005=AXIS2_PLACEMENT_3D('',#9799,#9402,$); -#9006=AXIS2_PLACEMENT_3D('',#9800,#9403,$); -#9007=AXIS2_PLACEMENT_3D('',#9801,#9404,$); -#9008=AXIS2_PLACEMENT_3D('',#9802,#9405,$); -#9009=AXIS2_PLACEMENT_3D('',#9803,#9406,$); -#9010=AXIS2_PLACEMENT_3D('',#9804,#9407,$); -#9011=AXIS2_PLACEMENT_3D('',#9805,#9408,$); -#9012=AXIS2_PLACEMENT_3D('',#9806,#9409,$); -#9013=AXIS2_PLACEMENT_3D('',#9807,#9410,$); -#9014=AXIS2_PLACEMENT_3D('',#9808,#9411,$); -#9015=AXIS2_PLACEMENT_3D('',#9809,#9412,$); -#9016=AXIS2_PLACEMENT_3D('',#9810,#9413,$); -#9017=AXIS2_PLACEMENT_3D('',#9811,#9414,$); -#9018=AXIS2_PLACEMENT_3D('',#9812,#9415,$); -#9019=AXIS2_PLACEMENT_3D('',#9813,#9416,$); -#9020=AXIS2_PLACEMENT_3D('',#9814,#9417,$); -#9021=AXIS2_PLACEMENT_3D('',#9815,#9418,$); -#9022=AXIS2_PLACEMENT_3D('',#9816,#9419,$); -#9023=AXIS2_PLACEMENT_3D('',#9817,#9420,$); -#9024=AXIS2_PLACEMENT_3D('',#9818,#9421,$); -#9025=AXIS2_PLACEMENT_3D('',#9819,#9422,$); -#9026=AXIS2_PLACEMENT_3D('',#9820,#9423,$); -#9027=AXIS2_PLACEMENT_3D('',#9821,#9424,$); -#9028=AXIS2_PLACEMENT_3D('',#9822,#9425,$); -#9029=AXIS2_PLACEMENT_3D('',#9823,#9426,$); -#9030=AXIS2_PLACEMENT_3D('',#9824,#9427,$); -#9031=AXIS2_PLACEMENT_3D('',#9825,#9428,$); -#9032=AXIS2_PLACEMENT_3D('',#9826,#9429,$); -#9033=AXIS2_PLACEMENT_3D('',#9827,#9430,$); -#9034=AXIS2_PLACEMENT_3D('',#9828,#9431,$); -#9035=AXIS2_PLACEMENT_3D('',#9829,#9432,$); -#9036=AXIS2_PLACEMENT_3D('',#9830,#9433,$); -#9037=AXIS2_PLACEMENT_3D('',#9831,#9434,$); -#9038=AXIS2_PLACEMENT_3D('',#9832,#9435,$); -#9039=AXIS2_PLACEMENT_3D('',#9833,#9436,$); -#9040=AXIS2_PLACEMENT_3D('',#9834,#9437,$); -#9041=AXIS2_PLACEMENT_3D('',#9835,#9438,$); -#9042=AXIS2_PLACEMENT_3D('',#9836,#9439,$); -#9043=AXIS2_PLACEMENT_3D('',#9837,#9440,$); -#9044=AXIS2_PLACEMENT_3D('',#9838,#9441,$); -#9045=AXIS2_PLACEMENT_3D('',#9839,#9442,$); -#9046=AXIS2_PLACEMENT_3D('',#9840,#9443,$); -#9047=AXIS2_PLACEMENT_3D('',#9841,#9444,$); -#9048=AXIS2_PLACEMENT_3D('',#9842,#9445,$); -#9049=AXIS2_PLACEMENT_3D('',#9843,#9446,$); -#9050=AXIS2_PLACEMENT_3D('',#9844,#9447,$); -#9051=AXIS2_PLACEMENT_3D('',#9845,#9448,$); -#9052=AXIS2_PLACEMENT_3D('',#9846,#9449,$); -#9053=AXIS2_PLACEMENT_3D('',#9847,#9450,$); -#9054=AXIS2_PLACEMENT_3D('',#9848,#9451,$); -#9055=AXIS2_PLACEMENT_3D('',#9849,#9452,$); -#9056=AXIS2_PLACEMENT_3D('',#9850,#9453,$); -#9057=AXIS2_PLACEMENT_3D('',#9851,#9454,$); -#9058=AXIS2_PLACEMENT_3D('',#9852,#9455,$); -#9059=AXIS2_PLACEMENT_3D('',#9877,#9456,$); -#9060=AXIS2_PLACEMENT_3D('',#9878,#9457,$); -#9061=AXIS2_PLACEMENT_3D('',#9879,#9458,$); -#9062=AXIS2_PLACEMENT_3D('',#9904,#9459,$); -#9063=AXIS2_PLACEMENT_3D('',#9905,#9460,$); -#9064=AXIS2_PLACEMENT_3D('',#9906,#9461,$); -#9065=AXIS2_PLACEMENT_3D('',#9931,#9462,$); -#9066=AXIS2_PLACEMENT_3D('',#9932,#9463,$); -#9067=AXIS2_PLACEMENT_3D('',#9933,#9464,$); -#9068=AXIS2_PLACEMENT_3D('',#9958,#9465,$); -#9069=AXIS2_PLACEMENT_3D('',#9959,#9466,$); -#9070=AXIS2_PLACEMENT_3D('',#9960,#9467,$); -#9071=AXIS2_PLACEMENT_3D('',#9985,#9468,$); -#9072=AXIS2_PLACEMENT_3D('',#9986,#9469,$); -#9073=AXIS2_PLACEMENT_3D('',#9987,#9470,$); -#9074=AXIS2_PLACEMENT_3D('',#10012,#9471,$); -#9075=AXIS2_PLACEMENT_3D('',#10013,#9472,$); -#9076=AXIS2_PLACEMENT_3D('',#10014,#9473,$); -#9077=AXIS2_PLACEMENT_3D('',#10039,#9474,$); -#9078=AXIS2_PLACEMENT_3D('',#10040,#9475,$); -#9079=AXIS2_PLACEMENT_3D('',#10041,#9476,$); -#9080=AXIS2_PLACEMENT_3D('',#10066,#9477,$); -#9081=AXIS2_PLACEMENT_3D('',#10067,#9478,$); -#9082=AXIS2_PLACEMENT_3D('',#10068,#9479,$); -#9083=AXIS2_PLACEMENT_3D('',#10093,#9480,$); -#9084=AXIS2_PLACEMENT_3D('',#10094,#9481,$); -#9085=AXIS2_PLACEMENT_3D('',#10095,#9482,$); -#9086=AXIS2_PLACEMENT_3D('',#10120,#9483,$); -#9087=AXIS2_PLACEMENT_3D('',#10121,#9484,$); -#9088=AXIS2_PLACEMENT_3D('',#10122,#9485,$); -#9089=AXIS2_PLACEMENT_3D('',#10147,#9486,$); -#9090=AXIS2_PLACEMENT_3D('',#10148,#9487,$); -#9091=AXIS2_PLACEMENT_3D('',#10149,#9488,$); -#9092=AXIS2_PLACEMENT_3D('',#10174,#9489,$); -#9093=AXIS2_PLACEMENT_3D('',#10175,#9490,$); -#9094=AXIS2_PLACEMENT_3D('',#10176,#9491,$); -#9095=AXIS2_PLACEMENT_3D('',#10201,#9492,$); -#9096=AXIS2_PLACEMENT_3D('',#10202,#9493,$); -#9097=AXIS2_PLACEMENT_3D('',#10203,#9494,$); -#9098=AXIS2_PLACEMENT_3D('',#10228,#9495,$); -#9099=AXIS2_PLACEMENT_3D('',#10229,#9496,$); -#9100=AXIS2_PLACEMENT_3D('',#10230,#9497,$); -#9101=AXIS2_PLACEMENT_3D('',#10255,#9498,$); -#9102=AXIS2_PLACEMENT_3D('',#10256,#9499,$); -#9103=AXIS2_PLACEMENT_3D('',#10257,#9500,$); -#9104=AXIS2_PLACEMENT_3D('',#10282,#9501,$); -#9105=AXIS2_PLACEMENT_3D('',#10283,#9502,$); -#9106=AXIS2_PLACEMENT_3D('',#10284,#9503,$); -#9107=AXIS2_PLACEMENT_3D('',#10309,#9504,$); -#9108=AXIS2_PLACEMENT_3D('',#10310,#9505,$); -#9109=AXIS2_PLACEMENT_3D('',#10311,#9506,$); -#9110=AXIS2_PLACEMENT_3D('',#10336,#9507,$); -#9111=AXIS2_PLACEMENT_3D('',#10337,#9508,$); -#9112=AXIS2_PLACEMENT_3D('',#10338,#9509,$); -#9113=AXIS2_PLACEMENT_3D('',#10363,#9510,$); -#9114=AXIS2_PLACEMENT_3D('',#10364,#9511,$); -#9115=AXIS2_PLACEMENT_3D('',#10365,#9512,$); -#9116=AXIS2_PLACEMENT_3D('',#10390,#9513,$); -#9117=AXIS2_PLACEMENT_3D('',#10391,#9514,$); -#9118=AXIS2_PLACEMENT_3D('',#10392,#9515,$); -#9119=AXIS2_PLACEMENT_3D('',#10417,#9516,$); -#9120=AXIS2_PLACEMENT_3D('',#10418,#9517,$); -#9121=AXIS2_PLACEMENT_3D('',#10419,#9518,$); -#9122=AXIS2_PLACEMENT_3D('',#10444,#9519,$); -#9123=AXIS2_PLACEMENT_3D('',#10445,#9520,$); -#9124=AXIS2_PLACEMENT_3D('',#10446,#9521,$); -#9125=AXIS2_PLACEMENT_3D('',#10471,#9522,$); -#9126=AXIS2_PLACEMENT_3D('',#10472,#9523,$); -#9127=AXIS2_PLACEMENT_3D('',#10473,#9524,$); -#9128=AXIS2_PLACEMENT_3D('',#10498,#9525,$); -#9129=AXIS2_PLACEMENT_3D('',#10499,#9526,$); -#9130=AXIS2_PLACEMENT_3D('',#10500,#9527,$); -#9131=AXIS2_PLACEMENT_3D('',#10525,#9528,$); -#9132=AXIS2_PLACEMENT_3D('',#10526,#9529,$); -#9133=AXIS2_PLACEMENT_3D('',#10527,#9530,$); -#9134=AXIS2_PLACEMENT_3D('',#10552,#9531,$); -#9135=AXIS2_PLACEMENT_3D('',#10553,#9532,$); -#9136=AXIS2_PLACEMENT_3D('',#10554,#9533,$); -#9137=AXIS2_PLACEMENT_3D('',#10579,#9534,$); -#9138=AXIS2_PLACEMENT_3D('',#10580,#9535,$); -#9139=AXIS2_PLACEMENT_3D('',#10581,#9536,$); -#9140=AXIS2_PLACEMENT_3D('',#10606,#9537,$); -#9141=AXIS2_PLACEMENT_3D('',#10607,#9538,$); -#9142=AXIS2_PLACEMENT_3D('',#10608,#9539,$); -#9143=AXIS2_PLACEMENT_3D('',#10633,#9540,$); -#9144=AXIS2_PLACEMENT_3D('',#10634,#9541,$); -#9145=AXIS2_PLACEMENT_3D('',#10635,#9542,$); -#9146=AXIS2_PLACEMENT_3D('',#10660,#9543,$); -#9147=AXIS2_PLACEMENT_3D('',#10661,#9544,$); -#9148=AXIS2_PLACEMENT_3D('',#10662,#9545,$); -#9149=AXIS2_PLACEMENT_3D('',#10687,#9546,$); -#9150=AXIS2_PLACEMENT_3D('',#10688,#9547,$); -#9151=AXIS2_PLACEMENT_3D('',#10689,#9548,$); -#9152=AXIS2_PLACEMENT_3D('',#10714,#9549,$); -#9153=AXIS2_PLACEMENT_3D('',#10715,#9550,$); -#9154=AXIS2_PLACEMENT_3D('',#10716,#9551,$); -#9155=AXIS2_PLACEMENT_3D('',#10741,#9552,$); -#9156=AXIS2_PLACEMENT_3D('',#10742,#9553,$); -#9157=AXIS2_PLACEMENT_3D('',#10743,#9554,$); -#9158=AXIS2_PLACEMENT_3D('',#10768,#9555,$); -#9159=AXIS2_PLACEMENT_3D('',#10769,#9556,$); -#9160=AXIS2_PLACEMENT_3D('',#10770,#9557,$); -#9161=AXIS2_PLACEMENT_3D('',#10795,#9558,$); -#9162=AXIS2_PLACEMENT_3D('',#10796,#9559,$); -#9163=AXIS2_PLACEMENT_3D('',#10797,#9560,$); -#9164=AXIS2_PLACEMENT_3D('',#10822,#9561,$); -#9165=AXIS2_PLACEMENT_3D('',#10823,#9562,$); -#9166=AXIS2_PLACEMENT_3D('',#10824,#9563,$); -#9167=AXIS2_PLACEMENT_3D('',#10849,#9564,$); -#9168=AXIS2_PLACEMENT_3D('',#10850,#9565,$); -#9169=AXIS2_PLACEMENT_3D('',#10851,#9566,$); -#9170=AXIS2_PLACEMENT_3D('',#10876,#9567,$); -#9171=AXIS2_PLACEMENT_3D('',#10877,#9568,$); -#9172=AXIS2_PLACEMENT_3D('',#10878,#9569,$); -#9173=AXIS2_PLACEMENT_3D('',#10903,#9570,$); -#9174=AXIS2_PLACEMENT_3D('',#10904,#9571,$); -#9175=AXIS2_PLACEMENT_3D('',#10905,#9572,$); -#9176=AXIS2_PLACEMENT_3D('',#10930,#9573,$); -#9177=AXIS2_PLACEMENT_3D('',#10931,#9574,$); -#9178=AXIS2_PLACEMENT_3D('',#10932,#9575,$); -#9179=AXIS2_PLACEMENT_3D('',#10957,#9576,$); -#9180=AXIS2_PLACEMENT_3D('',#10958,#9577,$); -#9181=AXIS2_PLACEMENT_3D('',#10959,#9578,$); -#9182=AXIS2_PLACEMENT_3D('',#10984,#9579,$); -#9183=AXIS2_PLACEMENT_3D('',#10985,#9580,$); -#9184=AXIS2_PLACEMENT_3D('',#10986,#9581,$); -#9185=AXIS2_PLACEMENT_3D('',#11011,#9582,$); -#9186=AXIS2_PLACEMENT_3D('',#11012,#9583,$); -#9187=AXIS2_PLACEMENT_3D('',#11013,#9584,$); -#9188=AXIS2_PLACEMENT_3D('',#11038,#9585,$); -#9189=AXIS2_PLACEMENT_3D('',#11039,#9586,$); -#9190=AXIS2_PLACEMENT_3D('',#11040,#9587,$); -#9191=AXIS2_PLACEMENT_3D('',#11065,#9588,$); -#9192=AXIS2_PLACEMENT_3D('',#11066,#9589,$); -#9193=AXIS2_PLACEMENT_3D('',#11067,#9590,$); -#9194=AXIS2_PLACEMENT_3D('',#11092,#9591,$); -#9195=AXIS2_PLACEMENT_3D('',#11093,#9592,$); -#9196=AXIS2_PLACEMENT_3D('',#11094,#9593,$); -#9197=AXIS2_PLACEMENT_3D('',#11119,#9594,$); -#9198=AXIS2_PLACEMENT_3D('',#11120,#9595,$); -#9199=AXIS2_PLACEMENT_3D('',#11121,#9596,$); -#9200=AXIS2_PLACEMENT_3D('',#11146,#9597,$); -#9201=AXIS2_PLACEMENT_3D('',#11147,#9598,$); -#9202=AXIS2_PLACEMENT_3D('',#11148,#9599,$); -#9203=AXIS2_PLACEMENT_3D('',#11173,#9600,$); -#9204=AXIS2_PLACEMENT_3D('',#11174,#9601,$); -#9205=AXIS2_PLACEMENT_3D('',#11175,#9602,$); -#9206=AXIS2_PLACEMENT_3D('',#11200,#9603,$); -#9207=AXIS2_PLACEMENT_3D('',#11201,#9604,$); -#9208=AXIS2_PLACEMENT_3D('',#11202,#9605,$); -#9209=AXIS2_PLACEMENT_3D('',#11227,#9606,$); -#9210=AXIS2_PLACEMENT_3D('',#11228,#9607,$); -#9211=AXIS2_PLACEMENT_3D('',#11229,#9608,$); -#9212=AXIS2_PLACEMENT_3D('',#11254,#9609,$); -#9213=AXIS2_PLACEMENT_3D('',#11255,#9610,$); -#9214=AXIS2_PLACEMENT_3D('',#11256,#9611,$); -#9215=AXIS2_PLACEMENT_3D('',#11281,#9612,$); -#9216=AXIS2_PLACEMENT_3D('',#11282,#9613,$); -#9217=AXIS2_PLACEMENT_3D('',#11283,#9614,$); -#9218=AXIS2_PLACEMENT_3D('',#11308,#9615,$); -#9219=AXIS2_PLACEMENT_3D('',#11309,#9616,$); -#9220=AXIS2_PLACEMENT_3D('',#11310,#9617,$); -#9221=AXIS2_PLACEMENT_3D('',#11335,#9618,$); -#9222=AXIS2_PLACEMENT_3D('',#11336,#9619,$); -#9223=AXIS2_PLACEMENT_3D('',#11337,#9620,$); -#9224=AXIS2_PLACEMENT_3D('',#11362,#9621,$); -#9225=AXIS2_PLACEMENT_3D('',#11363,#9622,$); -#9226=AXIS2_PLACEMENT_3D('',#11364,#9623,$); -#9227=AXIS2_PLACEMENT_3D('',#11389,#9624,$); -#9228=AXIS2_PLACEMENT_3D('',#11390,#9625,$); -#9229=AXIS2_PLACEMENT_3D('',#11391,#9626,$); -#9230=AXIS2_PLACEMENT_3D('',#11416,#9627,$); -#9231=AXIS2_PLACEMENT_3D('',#11417,#9628,$); -#9232=AXIS2_PLACEMENT_3D('',#11418,#9629,$); -#9233=AXIS2_PLACEMENT_3D('',#11443,#9630,$); -#9234=AXIS2_PLACEMENT_3D('',#11444,#9631,$); -#9235=AXIS2_PLACEMENT_3D('',#11445,#9632,$); -#9236=AXIS2_PLACEMENT_3D('',#11470,#9633,$); -#9237=AXIS2_PLACEMENT_3D('',#11471,#9634,$); -#9238=AXIS2_PLACEMENT_3D('',#11472,#9635,$); -#9239=AXIS2_PLACEMENT_3D('',#11497,#9636,$); -#9240=AXIS2_PLACEMENT_3D('',#11498,#9637,$); -#9241=AXIS2_PLACEMENT_3D('',#11499,#9638,$); -#9242=AXIS2_PLACEMENT_3D('',#11524,#9639,$); -#9243=AXIS2_PLACEMENT_3D('',#11525,#9640,$); -#9244=AXIS2_PLACEMENT_3D('',#11526,#9641,$); -#9245=AXIS2_PLACEMENT_3D('',#11551,#9642,$); -#9246=AXIS2_PLACEMENT_3D('',#11552,#9643,$); -#9247=AXIS2_PLACEMENT_3D('',#11553,#9644,$); -#9248=AXIS2_PLACEMENT_3D('',#11578,#9645,$); -#9249=AXIS2_PLACEMENT_3D('',#11579,#9646,$); -#9250=AXIS2_PLACEMENT_3D('',#11580,#9647,$); -#9251=AXIS2_PLACEMENT_3D('',#11605,#9648,$); -#9252=AXIS2_PLACEMENT_3D('',#11606,#9649,$); -#9253=AXIS2_PLACEMENT_3D('',#11607,#9650,$); -#9254=AXIS2_PLACEMENT_3D('',#11632,#9651,$); -#9255=AXIS2_PLACEMENT_3D('',#11633,#9652,$); -#9256=AXIS2_PLACEMENT_3D('',#11634,#9653,$); -#9257=AXIS2_PLACEMENT_3D('',#11659,#9654,$); -#9258=AXIS2_PLACEMENT_3D('',#11660,#9655,$); -#9259=AXIS2_PLACEMENT_3D('',#11661,#9656,$); -#9260=AXIS2_PLACEMENT_3D('',#11686,#9657,$); -#9261=AXIS2_PLACEMENT_3D('',#11687,#9658,$); -#9262=AXIS2_PLACEMENT_3D('',#11688,#9659,$); -#9263=AXIS2_PLACEMENT_3D('',#11713,#9660,$); -#9264=AXIS2_PLACEMENT_3D('',#11714,#9661,$); -#9265=AXIS2_PLACEMENT_3D('',#11715,#9662,$); -#9266=AXIS2_PLACEMENT_3D('',#11740,#9663,$); -#9267=AXIS2_PLACEMENT_3D('',#11741,#9664,$); -#9268=AXIS2_PLACEMENT_3D('',#11742,#9665,$); -#9269=AXIS2_PLACEMENT_3D('',#11767,#9666,$); -#9270=AXIS2_PLACEMENT_3D('',#11768,#9667,$); -#9271=AXIS2_PLACEMENT_3D('',#11769,#9668,$); -#9272=AXIS2_PLACEMENT_3D('',#11794,#9669,$); -#9273=AXIS2_PLACEMENT_3D('',#11795,#9670,$); -#9274=AXIS2_PLACEMENT_3D('',#11796,#9671,$); -#9275=AXIS2_PLACEMENT_3D('',#11821,#9672,$); -#9276=AXIS2_PLACEMENT_3D('',#11822,#9673,$); -#9277=AXIS2_PLACEMENT_3D('',#11823,#9674,$); -#9278=AXIS2_PLACEMENT_3D('',#11848,#9675,$); -#9279=AXIS2_PLACEMENT_3D('',#11849,#9676,$); -#9280=AXIS2_PLACEMENT_3D('',#11850,#9677,$); -#9281=AXIS2_PLACEMENT_3D('',#11875,#9678,$); -#9282=AXIS2_PLACEMENT_3D('',#11876,#9679,$); -#9283=AXIS2_PLACEMENT_3D('',#11877,#9680,$); -#9284=AXIS2_PLACEMENT_3D('',#11902,#9681,$); -#9285=AXIS2_PLACEMENT_3D('',#11903,#9682,$); -#9286=AXIS2_PLACEMENT_3D('',#11904,#9683,$); -#9287=AXIS2_PLACEMENT_3D('',#11929,#9684,$); -#9288=AXIS2_PLACEMENT_3D('',#11930,#9685,$); -#9289=AXIS2_PLACEMENT_3D('',#11931,#9686,$); -#9290=AXIS2_PLACEMENT_3D('',#11956,#9687,$); -#9291=AXIS2_PLACEMENT_3D('',#11957,#9688,$); -#9292=AXIS2_PLACEMENT_3D('',#11958,#9689,$); -#9293=AXIS2_PLACEMENT_3D('',#11983,#9690,$); -#9294=AXIS2_PLACEMENT_3D('',#11984,#9691,$); -#9295=AXIS2_PLACEMENT_3D('',#11985,#9692,$); -#9296=AXIS2_PLACEMENT_3D('',#12010,#9693,$); -#9297=AXIS2_PLACEMENT_3D('',#12011,#9694,$); -#9298=AXIS2_PLACEMENT_3D('',#12012,#9695,$); -#9299=AXIS2_PLACEMENT_3D('',#12037,#9696,$); -#9300=AXIS2_PLACEMENT_3D('',#12038,#9697,$); -#9301=AXIS2_PLACEMENT_3D('',#12039,#9698,$); -#9302=AXIS2_PLACEMENT_3D('',#12064,#9699,$); -#9303=AXIS2_PLACEMENT_3D('',#12065,#9700,$); -#9304=AXIS2_PLACEMENT_3D('',#12066,#9701,$); -#9305=AXIS2_PLACEMENT_3D('',#12091,#9702,$); -#9306=AXIS2_PLACEMENT_3D('',#12092,#9703,$); -#9307=AXIS2_PLACEMENT_3D('',#12093,#9704,$); -#9308=AXIS2_PLACEMENT_3D('',#12118,#9705,$); -#9309=AXIS2_PLACEMENT_3D('',#12119,#9706,$); -#9310=AXIS2_PLACEMENT_3D('',#12120,#9707,$); -#9311=AXIS2_PLACEMENT_3D('',#12145,#9708,$); -#9312=AXIS2_PLACEMENT_3D('',#12146,#9709,$); -#9313=AXIS2_PLACEMENT_3D('',#12147,#9710,$); -#9314=AXIS2_PLACEMENT_3D('',#12172,#9711,$); -#9315=AXIS2_PLACEMENT_3D('',#12173,#9712,$); -#9316=AXIS2_PLACEMENT_3D('',#12174,#9713,$); -#9317=AXIS2_PLACEMENT_3D('',#12199,#9714,$); -#9318=AXIS2_PLACEMENT_3D('',#12200,#9715,$); -#9319=AXIS2_PLACEMENT_3D('',#12201,#9716,$); -#9320=AXIS2_PLACEMENT_3D('',#12226,#9717,$); -#9321=AXIS2_PLACEMENT_3D('',#12227,#9718,$); -#9322=AXIS2_PLACEMENT_3D('',#12228,#9719,$); -#9323=AXIS2_PLACEMENT_3D('',#12253,#9720,$); -#9324=AXIS2_PLACEMENT_3D('',#12254,#9721,$); -#9325=AXIS2_PLACEMENT_3D('',#12255,#9722,$); -#9326=AXIS2_PLACEMENT_3D('',#12280,#9723,$); -#9327=AXIS2_PLACEMENT_3D('',#12281,#9724,$); -#9328=AXIS2_PLACEMENT_3D('',#12282,#9725,$); -#9329=AXIS2_PLACEMENT_3D('',#12307,#9726,$); -#9330=AXIS2_PLACEMENT_3D('',#12308,#9727,$); -#9331=AXIS2_PLACEMENT_3D('',#12309,#9728,$); -#9332=AXIS2_PLACEMENT_3D('',#12334,#9729,$); -#9333=AXIS2_PLACEMENT_3D('',#12335,#9730,$); -#9334=AXIS2_PLACEMENT_3D('',#12336,#9731,$); -#9335=AXIS2_PLACEMENT_3D('',#12361,#9732,$); -#9336=AXIS2_PLACEMENT_3D('',#12362,#9733,$); -#9337=AXIS2_PLACEMENT_3D('',#12363,#9734,$); -#9338=AXIS2_PLACEMENT_3D('',#12388,#9735,$); -#9339=AXIS2_PLACEMENT_3D('',#12389,#9736,$); -#9340=AXIS2_PLACEMENT_3D('',#12390,#9737,$); -#9341=AXIS2_PLACEMENT_3D('',#12415,#9738,$); -#9342=AXIS2_PLACEMENT_3D('',#12416,#9739,$); -#9343=AXIS2_PLACEMENT_3D('',#12417,#9740,$); -#9344=AXIS2_PLACEMENT_3D('',#12442,#9741,$); -#9345=AXIS2_PLACEMENT_3D('',#12443,#9742,$); -#9346=AXIS2_PLACEMENT_3D('',#12444,#9743,$); -#9347=AXIS2_PLACEMENT_3D('',#12469,#9744,$); -#9348=AXIS2_PLACEMENT_3D('',#12470,#9745,$); -#9349=AXIS2_PLACEMENT_3D('',#12471,#9746,$); -#9350=AXIS2_PLACEMENT_3D('',#12496,#9747,$); -#9351=AXIS2_PLACEMENT_3D('',#12497,#9748,$); -#9352=AXIS2_PLACEMENT_3D('',#12498,#9749,$); -#9353=AXIS2_PLACEMENT_3D('',#12523,#9750,$); -#9354=AXIS2_PLACEMENT_3D('',#12524,#9751,$); -#9355=AXIS2_PLACEMENT_3D('',#12525,#9752,$); -#9356=AXIS2_PLACEMENT_3D('',#12526,#9753,$); -#9357=AXIS2_PLACEMENT_3D('',#12551,#9754,$); -#9358=AXIS2_PLACEMENT_3D('',#12552,#9755,$); -#9359=AXIS2_PLACEMENT_3D('',#12553,#9756,$); -#9360=AXIS2_PLACEMENT_3D('',#27128,#9757,#9758); -#9361=DIRECTION('',(0.,0.,1.)); -#9362=DIRECTION('',(1.,0.,0.)); -#9363=DIRECTION('',(0.,1.,0.)); -#9364=DIRECTION('',(0.,1.,0.)); -#9365=DIRECTION('',(0.,1.,0.)); -#9366=DIRECTION('',(0.,1.,0.)); -#9367=DIRECTION('',(0.,1.,0.)); -#9368=DIRECTION('',(0.,1.,0.)); -#9369=DIRECTION('',(0.,1.,0.)); -#9370=DIRECTION('',(0.,1.,0.)); -#9371=DIRECTION('',(0.,1.,0.)); -#9372=DIRECTION('',(0.,1.,0.)); -#9373=DIRECTION('',(0.,1.,0.)); -#9374=DIRECTION('',(0.,1.,0.)); -#9375=DIRECTION('',(0.,1.,0.)); -#9376=DIRECTION('',(0.,1.,0.)); -#9377=DIRECTION('',(0.,1.,0.)); -#9378=DIRECTION('',(0.,1.,0.)); -#9379=DIRECTION('',(0.,1.,0.)); -#9380=DIRECTION('',(0.,1.,0.)); -#9381=DIRECTION('',(0.,1.,0.)); -#9382=DIRECTION('',(0.,1.,0.)); -#9383=DIRECTION('',(0.,1.,0.)); -#9384=DIRECTION('',(0.,1.,0.)); -#9385=DIRECTION('',(0.,1.,0.)); -#9386=DIRECTION('',(0.,1.,0.)); -#9387=DIRECTION('',(0.,1.,0.)); -#9388=DIRECTION('',(0.,1.,0.)); -#9389=DIRECTION('',(0.,1.,0.)); -#9390=DIRECTION('',(0.,1.,0.)); -#9391=DIRECTION('',(0.,1.,0.)); -#9392=DIRECTION('',(0.,1.,0.)); -#9393=DIRECTION('',(0.,1.,0.)); -#9394=DIRECTION('',(0.,1.,0.)); -#9395=DIRECTION('',(0.,1.,0.)); -#9396=DIRECTION('',(0.,1.,0.)); -#9397=DIRECTION('',(0.,1.,0.)); -#9398=DIRECTION('',(0.,1.,0.)); -#9399=DIRECTION('',(0.,1.,0.)); -#9400=DIRECTION('',(0.,1.,0.)); -#9401=DIRECTION('',(-1.,0.,0.)); -#9402=DIRECTION('',(0.,0.,-1.)); -#9403=DIRECTION('',(0.,-1.,0.)); -#9404=DIRECTION('',(0.,-1.,0.)); -#9405=DIRECTION('',(0.,-1.,0.)); -#9406=DIRECTION('',(0.,1.,0.)); -#9407=DIRECTION('',(0.,1.,0.)); -#9408=DIRECTION('',(0.,1.,0.)); -#9409=DIRECTION('',(3.55271288365813E-13,2.84217030692618E-13,-1.)); -#9410=DIRECTION('',(0.,0.,-1.)); -#9411=DIRECTION('',(0.,0.,-1.)); -#9412=DIRECTION('',(0.,0.,-1.)); -#9413=DIRECTION('',(5.6843418860808E-14,-1.29246970711411E-27,-1.)); -#9414=DIRECTION('',(1.1368683772167E-13,2.74649812762009E-27,-1.)); -#9415=DIRECTION('',(0.,0.,1.)); -#9416=DIRECTION('',(-1.,0.,0.)); -#9417=DIRECTION('',(-1.,0.,0.)); -#9418=DIRECTION('',(-1.,0.,0.)); -#9419=DIRECTION('',(-1.,0.,0.)); -#9420=DIRECTION('',(-1.,0.,0.)); -#9421=DIRECTION('',(-1.,0.,0.)); -#9422=DIRECTION('',(-1.,0.,0.)); -#9423=DIRECTION('',(-1.,0.,0.)); -#9424=DIRECTION('',(-1.,0.,0.)); -#9425=DIRECTION('',(-1.,0.,0.)); -#9426=DIRECTION('',(-1.,0.,0.)); -#9427=DIRECTION('',(-1.,0.,0.)); -#9428=DIRECTION('',(-1.,0.,0.)); -#9429=DIRECTION('',(-1.,0.,0.)); -#9430=DIRECTION('',(-1.,0.,0.)); -#9431=DIRECTION('',(-1.,0.,0.)); -#9432=DIRECTION('',(-1.,0.,0.)); -#9433=DIRECTION('',(-1.,0.,0.)); -#9434=DIRECTION('',(-1.,0.,0.)); -#9435=DIRECTION('',(-1.,0.,0.)); -#9436=DIRECTION('',(-1.,0.,0.)); -#9437=DIRECTION('',(-1.,0.,0.)); -#9438=DIRECTION('',(-1.,0.,0.)); -#9439=DIRECTION('',(-1.,0.,0.)); -#9440=DIRECTION('',(-1.,0.,0.)); -#9441=DIRECTION('',(-1.,0.,0.)); -#9442=DIRECTION('',(-1.,0.,0.)); -#9443=DIRECTION('',(-1.,0.,0.)); -#9444=DIRECTION('',(-1.,0.,0.)); -#9445=DIRECTION('',(-1.,0.,0.)); -#9446=DIRECTION('',(-1.,0.,0.)); -#9447=DIRECTION('',(-1.,0.,0.)); -#9448=DIRECTION('',(-1.,0.,0.)); -#9449=DIRECTION('',(-1.,0.,0.)); -#9450=DIRECTION('',(-1.,0.,0.)); -#9451=DIRECTION('',(-1.,0.,0.)); -#9452=DIRECTION('',(-1.,0.,0.)); -#9453=DIRECTION('',(-1.,0.,0.)); -#9454=DIRECTION('',(-1.,0.,0.)); -#9455=DIRECTION('',(0.,0.,-1.)); -#9456=DIRECTION('',(0.,1.,0.)); -#9457=DIRECTION('',(0.,1.,0.)); -#9458=DIRECTION('',(-1.,0.,0.)); -#9459=DIRECTION('',(0.,1.,0.)); -#9460=DIRECTION('',(0.,1.,0.)); -#9461=DIRECTION('',(-1.,0.,0.)); -#9462=DIRECTION('',(0.,1.,0.)); -#9463=DIRECTION('',(0.,1.,0.)); -#9464=DIRECTION('',(-1.,0.,0.)); -#9465=DIRECTION('',(0.,1.,0.)); -#9466=DIRECTION('',(0.,1.,0.)); -#9467=DIRECTION('',(-1.,0.,0.)); -#9468=DIRECTION('',(0.,1.,0.)); -#9469=DIRECTION('',(0.,1.,0.)); -#9470=DIRECTION('',(-1.,0.,0.)); -#9471=DIRECTION('',(0.,1.,0.)); -#9472=DIRECTION('',(0.,1.,0.)); -#9473=DIRECTION('',(-1.,0.,0.)); -#9474=DIRECTION('',(0.,1.,0.)); -#9475=DIRECTION('',(0.,1.,0.)); -#9476=DIRECTION('',(-1.,0.,0.)); -#9477=DIRECTION('',(0.,1.,0.)); -#9478=DIRECTION('',(0.,1.,0.)); -#9479=DIRECTION('',(-1.,0.,0.)); -#9480=DIRECTION('',(0.,1.,0.)); -#9481=DIRECTION('',(0.,1.,0.)); -#9482=DIRECTION('',(-1.,0.,0.)); -#9483=DIRECTION('',(0.,1.,0.)); -#9484=DIRECTION('',(0.,1.,0.)); -#9485=DIRECTION('',(-1.,0.,0.)); -#9486=DIRECTION('',(0.,1.,0.)); -#9487=DIRECTION('',(0.,1.,0.)); -#9488=DIRECTION('',(-1.,0.,0.)); -#9489=DIRECTION('',(0.,1.,0.)); -#9490=DIRECTION('',(0.,1.,0.)); -#9491=DIRECTION('',(-1.,0.,0.)); -#9492=DIRECTION('',(0.,1.,0.)); -#9493=DIRECTION('',(0.,1.,0.)); -#9494=DIRECTION('',(-1.,0.,0.)); -#9495=DIRECTION('',(0.,1.,0.)); -#9496=DIRECTION('',(0.,1.,0.)); -#9497=DIRECTION('',(-1.,0.,0.)); -#9498=DIRECTION('',(0.,1.,0.)); -#9499=DIRECTION('',(0.,1.,0.)); -#9500=DIRECTION('',(-1.,0.,0.)); -#9501=DIRECTION('',(0.,1.,0.)); -#9502=DIRECTION('',(0.,1.,0.)); -#9503=DIRECTION('',(-1.,0.,0.)); -#9504=DIRECTION('',(0.,1.,0.)); -#9505=DIRECTION('',(0.,1.,0.)); -#9506=DIRECTION('',(-1.,0.,0.)); -#9507=DIRECTION('',(0.,1.,0.)); -#9508=DIRECTION('',(0.,1.,0.)); -#9509=DIRECTION('',(-1.,0.,0.)); -#9510=DIRECTION('',(0.,1.,0.)); -#9511=DIRECTION('',(0.,1.,0.)); -#9512=DIRECTION('',(-1.,0.,0.)); -#9513=DIRECTION('',(0.,1.,0.)); -#9514=DIRECTION('',(0.,1.,0.)); -#9515=DIRECTION('',(-1.,0.,0.)); -#9516=DIRECTION('',(0.,1.,0.)); -#9517=DIRECTION('',(0.,1.,0.)); -#9518=DIRECTION('',(-1.,0.,0.)); -#9519=DIRECTION('',(0.,1.,0.)); -#9520=DIRECTION('',(0.,1.,0.)); -#9521=DIRECTION('',(-1.,0.,0.)); -#9522=DIRECTION('',(0.,1.,0.)); -#9523=DIRECTION('',(0.,1.,0.)); -#9524=DIRECTION('',(-1.,0.,0.)); -#9525=DIRECTION('',(0.,1.,0.)); -#9526=DIRECTION('',(0.,1.,0.)); -#9527=DIRECTION('',(-1.,0.,0.)); -#9528=DIRECTION('',(0.,1.,0.)); -#9529=DIRECTION('',(0.,1.,0.)); -#9530=DIRECTION('',(-1.,0.,0.)); -#9531=DIRECTION('',(0.,1.,0.)); -#9532=DIRECTION('',(0.,1.,0.)); -#9533=DIRECTION('',(-1.,0.,0.)); -#9534=DIRECTION('',(0.,1.,0.)); -#9535=DIRECTION('',(0.,1.,0.)); -#9536=DIRECTION('',(-1.,0.,0.)); -#9537=DIRECTION('',(0.,1.,0.)); -#9538=DIRECTION('',(0.,1.,0.)); -#9539=DIRECTION('',(-1.,0.,0.)); -#9540=DIRECTION('',(0.,1.,0.)); -#9541=DIRECTION('',(0.,1.,0.)); -#9542=DIRECTION('',(-1.,0.,0.)); -#9543=DIRECTION('',(0.,1.,0.)); -#9544=DIRECTION('',(0.,1.,0.)); -#9545=DIRECTION('',(-1.,0.,0.)); -#9546=DIRECTION('',(0.,1.,0.)); -#9547=DIRECTION('',(0.,1.,0.)); -#9548=DIRECTION('',(-1.,0.,0.)); -#9549=DIRECTION('',(0.,1.,0.)); -#9550=DIRECTION('',(0.,1.,0.)); -#9551=DIRECTION('',(-1.,0.,0.)); -#9552=DIRECTION('',(0.,1.,0.)); -#9553=DIRECTION('',(0.,1.,0.)); -#9554=DIRECTION('',(-1.,0.,0.)); -#9555=DIRECTION('',(0.,1.,0.)); -#9556=DIRECTION('',(0.,1.,0.)); -#9557=DIRECTION('',(-1.,0.,0.)); -#9558=DIRECTION('',(0.,1.,0.)); -#9559=DIRECTION('',(0.,1.,0.)); -#9560=DIRECTION('',(-1.,0.,0.)); -#9561=DIRECTION('',(0.,1.,0.)); -#9562=DIRECTION('',(0.,1.,0.)); -#9563=DIRECTION('',(-1.,0.,0.)); -#9564=DIRECTION('',(0.,1.,0.)); -#9565=DIRECTION('',(0.,1.,0.)); -#9566=DIRECTION('',(-1.,0.,0.)); -#9567=DIRECTION('',(0.,1.,0.)); -#9568=DIRECTION('',(0.,1.,0.)); -#9569=DIRECTION('',(-1.,0.,0.)); -#9570=DIRECTION('',(0.,1.,0.)); -#9571=DIRECTION('',(0.,1.,0.)); -#9572=DIRECTION('',(-1.,0.,0.)); -#9573=DIRECTION('',(0.,1.,0.)); -#9574=DIRECTION('',(0.,1.,0.)); -#9575=DIRECTION('',(-1.,0.,0.)); -#9576=DIRECTION('',(0.,1.,0.)); -#9577=DIRECTION('',(0.,1.,0.)); -#9578=DIRECTION('',(-1.,0.,0.)); -#9579=DIRECTION('',(0.,1.,0.)); -#9580=DIRECTION('',(0.,1.,0.)); -#9581=DIRECTION('',(-1.,0.,0.)); -#9582=DIRECTION('',(0.,1.,0.)); -#9583=DIRECTION('',(0.,1.,0.)); -#9584=DIRECTION('',(-1.,0.,0.)); -#9585=DIRECTION('',(0.,1.,0.)); -#9586=DIRECTION('',(0.,1.,0.)); -#9587=DIRECTION('',(-1.,0.,0.)); -#9588=DIRECTION('',(0.,1.,0.)); -#9589=DIRECTION('',(0.,1.,0.)); -#9590=DIRECTION('',(-1.,0.,0.)); -#9591=DIRECTION('',(0.,1.,0.)); -#9592=DIRECTION('',(0.,1.,0.)); -#9593=DIRECTION('',(-1.,0.,0.)); -#9594=DIRECTION('',(0.,1.,0.)); -#9595=DIRECTION('',(0.,1.,0.)); -#9596=DIRECTION('',(-1.,0.,0.)); -#9597=DIRECTION('',(0.,1.,0.)); -#9598=DIRECTION('',(0.,1.,0.)); -#9599=DIRECTION('',(-1.,0.,0.)); -#9600=DIRECTION('',(0.,1.,0.)); -#9601=DIRECTION('',(0.,1.,0.)); -#9602=DIRECTION('',(-1.,0.,0.)); -#9603=DIRECTION('',(0.,1.,0.)); -#9604=DIRECTION('',(0.,1.,0.)); -#9605=DIRECTION('',(-1.,0.,0.)); -#9606=DIRECTION('',(0.,1.,0.)); -#9607=DIRECTION('',(0.,1.,0.)); -#9608=DIRECTION('',(-1.,0.,0.)); -#9609=DIRECTION('',(0.,1.,0.)); -#9610=DIRECTION('',(0.,1.,0.)); -#9611=DIRECTION('',(-1.,0.,0.)); -#9612=DIRECTION('',(0.,1.,0.)); -#9613=DIRECTION('',(0.,1.,0.)); -#9614=DIRECTION('',(-1.,0.,0.)); -#9615=DIRECTION('',(0.,1.,0.)); -#9616=DIRECTION('',(0.,1.,0.)); -#9617=DIRECTION('',(-1.,0.,0.)); -#9618=DIRECTION('',(0.,1.,0.)); -#9619=DIRECTION('',(0.,1.,0.)); -#9620=DIRECTION('',(-1.,0.,0.)); -#9621=DIRECTION('',(0.,1.,0.)); -#9622=DIRECTION('',(0.,1.,0.)); -#9623=DIRECTION('',(-1.,0.,0.)); -#9624=DIRECTION('',(0.,1.,0.)); -#9625=DIRECTION('',(0.,1.,0.)); -#9626=DIRECTION('',(-1.,0.,0.)); -#9627=DIRECTION('',(0.,1.,0.)); -#9628=DIRECTION('',(0.,1.,0.)); -#9629=DIRECTION('',(-1.,0.,0.)); -#9630=DIRECTION('',(0.,1.,0.)); -#9631=DIRECTION('',(0.,1.,0.)); -#9632=DIRECTION('',(-1.,0.,0.)); -#9633=DIRECTION('',(0.,1.,0.)); -#9634=DIRECTION('',(0.,1.,0.)); -#9635=DIRECTION('',(-1.,0.,0.)); -#9636=DIRECTION('',(0.,1.,0.)); -#9637=DIRECTION('',(0.,1.,0.)); -#9638=DIRECTION('',(-1.,0.,0.)); -#9639=DIRECTION('',(0.,1.,0.)); -#9640=DIRECTION('',(0.,1.,0.)); -#9641=DIRECTION('',(-1.,0.,0.)); -#9642=DIRECTION('',(0.,1.,0.)); -#9643=DIRECTION('',(0.,1.,0.)); -#9644=DIRECTION('',(-1.,0.,0.)); -#9645=DIRECTION('',(0.,1.,0.)); -#9646=DIRECTION('',(0.,1.,0.)); -#9647=DIRECTION('',(-1.,0.,0.)); -#9648=DIRECTION('',(0.,1.,0.)); -#9649=DIRECTION('',(0.,1.,0.)); -#9650=DIRECTION('',(-1.,0.,0.)); -#9651=DIRECTION('',(0.,1.,0.)); -#9652=DIRECTION('',(0.,1.,0.)); -#9653=DIRECTION('',(-1.,0.,0.)); -#9654=DIRECTION('',(0.,1.,0.)); -#9655=DIRECTION('',(0.,1.,0.)); -#9656=DIRECTION('',(-1.,0.,0.)); -#9657=DIRECTION('',(0.,1.,0.)); -#9658=DIRECTION('',(0.,1.,0.)); -#9659=DIRECTION('',(-1.,0.,0.)); -#9660=DIRECTION('',(0.,1.,0.)); -#9661=DIRECTION('',(0.,1.,0.)); -#9662=DIRECTION('',(-1.,0.,0.)); -#9663=DIRECTION('',(0.,1.,0.)); -#9664=DIRECTION('',(0.,1.,0.)); -#9665=DIRECTION('',(-1.,0.,0.)); -#9666=DIRECTION('',(0.,1.,0.)); -#9667=DIRECTION('',(0.,1.,0.)); -#9668=DIRECTION('',(-1.,0.,0.)); -#9669=DIRECTION('',(0.,1.,0.)); -#9670=DIRECTION('',(0.,1.,0.)); -#9671=DIRECTION('',(-1.,0.,0.)); -#9672=DIRECTION('',(0.,1.,0.)); -#9673=DIRECTION('',(0.,1.,0.)); -#9674=DIRECTION('',(-1.,0.,0.)); -#9675=DIRECTION('',(0.,1.,0.)); -#9676=DIRECTION('',(0.,1.,0.)); -#9677=DIRECTION('',(-1.,0.,0.)); -#9678=DIRECTION('',(0.,1.,0.)); -#9679=DIRECTION('',(0.,1.,0.)); -#9680=DIRECTION('',(-1.,0.,0.)); -#9681=DIRECTION('',(0.,1.,0.)); -#9682=DIRECTION('',(0.,1.,0.)); -#9683=DIRECTION('',(-1.,0.,0.)); -#9684=DIRECTION('',(0.,1.,0.)); -#9685=DIRECTION('',(0.,1.,0.)); -#9686=DIRECTION('',(-1.,0.,0.)); -#9687=DIRECTION('',(0.,1.,0.)); -#9688=DIRECTION('',(0.,1.,0.)); -#9689=DIRECTION('',(-1.,0.,0.)); -#9690=DIRECTION('',(0.,1.,0.)); -#9691=DIRECTION('',(0.,1.,0.)); -#9692=DIRECTION('',(-1.,0.,0.)); -#9693=DIRECTION('',(0.,1.,0.)); -#9694=DIRECTION('',(0.,1.,0.)); -#9695=DIRECTION('',(-1.,0.,0.)); -#9696=DIRECTION('',(0.,1.,0.)); -#9697=DIRECTION('',(0.,1.,0.)); -#9698=DIRECTION('',(-1.,0.,0.)); -#9699=DIRECTION('',(0.,1.,0.)); -#9700=DIRECTION('',(0.,1.,0.)); -#9701=DIRECTION('',(-1.,0.,0.)); -#9702=DIRECTION('',(0.,1.,0.)); -#9703=DIRECTION('',(0.,1.,0.)); -#9704=DIRECTION('',(-1.,0.,0.)); -#9705=DIRECTION('',(0.,1.,0.)); -#9706=DIRECTION('',(0.,1.,0.)); -#9707=DIRECTION('',(-1.,0.,0.)); -#9708=DIRECTION('',(0.,1.,0.)); -#9709=DIRECTION('',(0.,1.,0.)); -#9710=DIRECTION('',(-1.,0.,0.)); -#9711=DIRECTION('',(0.,1.,0.)); -#9712=DIRECTION('',(0.,1.,0.)); -#9713=DIRECTION('',(-1.,0.,0.)); -#9714=DIRECTION('',(0.,1.,0.)); -#9715=DIRECTION('',(0.,1.,0.)); -#9716=DIRECTION('',(-1.,0.,0.)); -#9717=DIRECTION('',(0.,1.,0.)); -#9718=DIRECTION('',(0.,1.,0.)); -#9719=DIRECTION('',(-1.,0.,0.)); -#9720=DIRECTION('',(0.,1.,0.)); -#9721=DIRECTION('',(0.,1.,0.)); -#9722=DIRECTION('',(-1.,0.,0.)); -#9723=DIRECTION('',(0.,1.,0.)); -#9724=DIRECTION('',(0.,1.,0.)); -#9725=DIRECTION('',(-1.,0.,0.)); -#9726=DIRECTION('',(0.,1.,0.)); -#9727=DIRECTION('',(0.,1.,0.)); -#9728=DIRECTION('',(-1.,0.,0.)); -#9729=DIRECTION('',(0.,1.,0.)); -#9730=DIRECTION('',(0.,1.,0.)); -#9731=DIRECTION('',(-1.,0.,0.)); -#9732=DIRECTION('',(0.,1.,0.)); -#9733=DIRECTION('',(0.,1.,0.)); -#9734=DIRECTION('',(-1.,0.,0.)); -#9735=DIRECTION('',(0.,1.,0.)); -#9736=DIRECTION('',(0.,1.,0.)); -#9737=DIRECTION('',(-1.,0.,0.)); -#9738=DIRECTION('',(0.,1.,0.)); -#9739=DIRECTION('',(0.,1.,0.)); -#9740=DIRECTION('',(-1.,0.,0.)); -#9741=DIRECTION('',(0.,1.,0.)); -#9742=DIRECTION('',(0.,1.,0.)); -#9743=DIRECTION('',(-1.,0.,0.)); -#9744=DIRECTION('',(0.,1.,0.)); -#9745=DIRECTION('',(0.,1.,0.)); -#9746=DIRECTION('',(-1.,0.,0.)); -#9747=DIRECTION('',(0.,1.,0.)); -#9748=DIRECTION('',(0.,1.,0.)); -#9749=DIRECTION('',(-1.,0.,0.)); -#9750=DIRECTION('',(0.,1.,0.)); -#9751=DIRECTION('',(0.,1.,0.)); -#9752=DIRECTION('',(-1.,0.,0.)); -#9753=DIRECTION('',(-1.,0.,0.)); -#9754=DIRECTION('',(0.,1.,0.)); -#9755=DIRECTION('',(0.,1.,0.)); -#9756=DIRECTION('',(0.,1.,0.)); -#9757=DIRECTION('',(0.,0.,1.)); -#9758=DIRECTION('',(1.,0.,0.)); -#9759=CARTESIAN_POINT('',(0.,0.,0.)); -#9760=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,78.000000039626)); -#9761=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,76.000000039626)); -#9762=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,72.000000039626)); -#9763=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,70.000000039626)); -#9764=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,68.000000039626)); -#9765=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,66.000000039626)); -#9766=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,64.000000039626)); -#9767=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,62.000000039626)); -#9768=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,60.000000039626)); -#9769=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,58.000000039626)); -#9770=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,56.000000039626)); -#9771=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,54.000000039626)); -#9772=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,52.000000039626)); -#9773=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,50.000000039626)); -#9774=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,48.000000039626)); -#9775=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,46.000000039626)); -#9776=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,44.000000039626)); -#9777=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,42.000000039626)); -#9778=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,40.000000039626)); -#9779=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,38.000000039626)); -#9780=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,36.000000039626)); -#9781=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,34.000000039626)); -#9782=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,32.000000039626)); -#9783=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,30.000000039626)); -#9784=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,28.000000039626)); -#9785=CARTESIAN_POINT('',(20.0221994662829,110.000009963452,26.000000039626)); -#9786=CARTESIAN_POINT('',(20.0221956554952,110.000009963454,24.000000039626)); -#9787=CARTESIAN_POINT('',(20.0221956554952,110.000009963454,22.000000039626)); -#9788=CARTESIAN_POINT('',(20.0221956554952,110.000009963454,20.000000039626)); -#9789=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,18.0000000330811)); -#9790=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,16.0000000330811)); -#9791=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,14.0000000330811)); -#9792=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,12.0000000330811)); -#9793=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,10.0000000330811)); -#9794=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,8.00000003308111)); -#9795=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,6.00000003308111)); -#9796=CARTESIAN_POINT('',(20.0221955794979,110.000009963454,4.0000000330811)); -#9797=CARTESIAN_POINT('',(20.0221955414993,110.000009963454,2.00000002980865)); -#9798=CARTESIAN_POINT('',(20.0050354003906,73.8799999999996,2.1008158234846)); -#9799=CARTESIAN_POINT('',(1.88503471890179,49.879999629244,0.)); -#9800=CARTESIAN_POINT('',(35.8850354003906,100.,-28.12)); -#9801=CARTESIAN_POINT('',(35.8850354003906,140.,-28.12)); -#9802=CARTESIAN_POINT('',(24.8850354003906,60.,-28.1200000000164)); -#9803=CARTESIAN_POINT('',(35.8850354003906,120.,-28.12)); -#9804=CARTESIAN_POINT('',(35.8850354003906,80.,-28.12)); -#9805=CARTESIAN_POINT('',(24.8850354003915,160.,-28.12)); -#9806=CARTESIAN_POINT('',(40.0050401121703,80.0000042059647,139.999999999982)); -#9807=CARTESIAN_POINT('',(50.0050354003906,90.,140.)); -#9808=CARTESIAN_POINT('',(50.0050354003906,130.,140.)); -#9809=CARTESIAN_POINT('',(190.00503540039,150.,140.)); -#9810=CARTESIAN_POINT('',(190.005035400383,110.,140.)); -#9811=CARTESIAN_POINT('',(190.005035400364,69.9999999999982,139.999999999999)); -#9812=CARTESIAN_POINT('',(1.88503471890196,49.879999629244,280.)); -#9813=CARTESIAN_POINT('',(20.0050354003906,73.8799999999995,4.08088998329256)); -#9814=CARTESIAN_POINT('',(20.0050354003906,73.8799999999995,6.08088998329256)); -#9815=CARTESIAN_POINT('',(20.0050354003906,73.8799999999995,8.08088998329256)); -#9816=CARTESIAN_POINT('',(20.0050354003906,73.8799999999995,10.0808899832926)); -#9817=CARTESIAN_POINT('',(20.0050354003906,73.8799999999996,12.0808899832925)); -#9818=CARTESIAN_POINT('',(20.0050354003906,73.8799999999996,14.0808899832925)); -#9819=CARTESIAN_POINT('',(20.0050354003906,73.8799999999996,16.0808899832926)); -#9820=CARTESIAN_POINT('',(20.0050354003906,73.8799999999997,18.0808899832926)); -#9821=CARTESIAN_POINT('',(20.0050354003906,73.88,20.0808899688938)); -#9822=CARTESIAN_POINT('',(20.0050354003906,73.88,22.0808899675848)); -#9823=CARTESIAN_POINT('',(20.0050354003906,73.88,24.0808899675848)); -#9824=CARTESIAN_POINT('',(20.0050354003906,73.88,26.0808899675848)); -#9825=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,28.0808899675848)); -#9826=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,30.0808899675848)); -#9827=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,32.0808899675848)); -#9828=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,34.0808899675848)); -#9829=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,36.0808899675848)); -#9830=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,38.0808899675848)); -#9831=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,40.0808899675848)); -#9832=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,42.0808899675848)); -#9833=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,44.0808899675848)); -#9834=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,46.0808899675848)); -#9835=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,48.0808899675848)); -#9836=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,50.0808899675848)); -#9837=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,52.0808899675848)); -#9838=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,54.0808899675848)); -#9839=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,56.0808899675848)); -#9840=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,58.0808899675848)); -#9841=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,60.0808899675848)); -#9842=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,62.0808899675848)); -#9843=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,64.0808899675848)); -#9844=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,66.0808899675848)); -#9845=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,68.0808899675848)); -#9846=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,70.0808899675848)); -#9847=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,72.0808899675848)); -#9848=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,74.0808899675848)); -#9849=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,76.0808899675848)); -#9850=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,78.0808899675848)); -#9851=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,80.0808899675848)); -#9852=CARTESIAN_POINT('',(40.0050292424908,140.000011818227,140.000000296268)); -#9853=CARTESIAN_POINT('',(20.1636358803736,49.,80.1413966529973)); -#9854=CARTESIAN_POINT('',(20.1705297749366,49.,80.1345407082899)); -#9855=CARTESIAN_POINT('',(20.1779835342981,49.,80.1260998190594)); -#9856=CARTESIAN_POINT('',(20.1955263005959,49.,80.1012551661958)); -#9857=CARTESIAN_POINT('',(20.2057906352018,49.,80.0859077910255)); -#9858=CARTESIAN_POINT('',(20.2168882868133,49.,80.0464402586162)); -#9859=CARTESIAN_POINT('',(20.2194003202353,49.,80.0358858133832)); -#9860=CARTESIAN_POINT('',(20.2212644649776,49.,80.0194811784706)); -#9861=CARTESIAN_POINT('',(20.2216017250228,49.,80.0158434000927)); -#9862=CARTESIAN_POINT('',(20.2219975714731,49.,80.0092071898567)); -#9863=CARTESIAN_POINT('',(20.2221083354695,49.,80.0063342026285)); -#9864=CARTESIAN_POINT('',(20.2221607598731,49.,80.0035051618649)); -#9865=CARTESIAN_POINT('',(20.1636358803736,171.,80.1413966529973)); -#9866=CARTESIAN_POINT('',(20.1705297749366,171.,80.1345407082899)); -#9867=CARTESIAN_POINT('',(20.1779835342981,171.,80.1260998190594)); -#9868=CARTESIAN_POINT('',(20.1955263005959,171.,80.1012551661958)); -#9869=CARTESIAN_POINT('',(20.2057906352018,171.,80.0859077910255)); -#9870=CARTESIAN_POINT('',(20.2168882868133,171.,80.0464402586162)); -#9871=CARTESIAN_POINT('',(20.2194003202353,171.,80.0358858133832)); -#9872=CARTESIAN_POINT('',(20.2212644649776,171.,80.0194811784706)); -#9873=CARTESIAN_POINT('',(20.2216017250228,171.,80.0158434000927)); -#9874=CARTESIAN_POINT('',(20.2219975714731,171.,80.0092071898567)); -#9875=CARTESIAN_POINT('',(20.2221083354695,171.,80.0063342026285)); -#9876=CARTESIAN_POINT('',(20.2221607598731,171.,80.0035051618649)); -#9877=CARTESIAN_POINT('',(20.0221955414993,110.000009963354,80.0000000298087)); -#9878=CARTESIAN_POINT('',(20.0221955414993,110.000010420236,80.0000000298087)); -#9879=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,82.0808899675848)); -#9880=CARTESIAN_POINT('',(20.1636358803736,49.,82.1413966529973)); -#9881=CARTESIAN_POINT('',(20.1705297749366,49.,82.1345407082899)); -#9882=CARTESIAN_POINT('',(20.1779835342981,49.,82.1260998190594)); -#9883=CARTESIAN_POINT('',(20.1955263005959,49.,82.1012551661958)); -#9884=CARTESIAN_POINT('',(20.2057906352018,49.,82.0859077910254)); -#9885=CARTESIAN_POINT('',(20.2168882868133,49.,82.0464402586161)); -#9886=CARTESIAN_POINT('',(20.2194003202353,49.,82.0358858133832)); -#9887=CARTESIAN_POINT('',(20.2212644649776,49.,82.0194811784705)); -#9888=CARTESIAN_POINT('',(20.2216017250228,49.,82.0158434000927)); -#9889=CARTESIAN_POINT('',(20.2219975714731,49.,82.0092071898567)); -#9890=CARTESIAN_POINT('',(20.2221083354695,49.,82.0063342026285)); -#9891=CARTESIAN_POINT('',(20.2221607598731,49.,82.0035051618649)); -#9892=CARTESIAN_POINT('',(20.1636358803736,171.,82.1413966529973)); -#9893=CARTESIAN_POINT('',(20.1705297749366,171.,82.1345407082899)); -#9894=CARTESIAN_POINT('',(20.1779835342981,171.,82.1260998190594)); -#9895=CARTESIAN_POINT('',(20.1955263005959,171.,82.1012551661958)); -#9896=CARTESIAN_POINT('',(20.2057906352018,171.,82.0859077910254)); -#9897=CARTESIAN_POINT('',(20.2168882868133,171.,82.0464402586161)); -#9898=CARTESIAN_POINT('',(20.2194003202353,171.,82.0358858133832)); -#9899=CARTESIAN_POINT('',(20.2212644649776,171.,82.0194811784705)); -#9900=CARTESIAN_POINT('',(20.2216017250228,171.,82.0158434000927)); -#9901=CARTESIAN_POINT('',(20.2219975714731,171.,82.0092071898567)); -#9902=CARTESIAN_POINT('',(20.2221083354695,171.,82.0063342026285)); -#9903=CARTESIAN_POINT('',(20.2221607598731,171.,82.0035051618649)); -#9904=CARTESIAN_POINT('',(20.0221955414993,110.000009963351,82.0000000298086)); -#9905=CARTESIAN_POINT('',(20.0221955414993,110.000010420233,82.0000000298086)); -#9906=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,84.0808899675848)); -#9907=CARTESIAN_POINT('',(20.1636358803736,49.,84.1413966529973)); -#9908=CARTESIAN_POINT('',(20.1705297749366,49.,84.1345407082899)); -#9909=CARTESIAN_POINT('',(20.1779835342981,49.,84.1260998190594)); -#9910=CARTESIAN_POINT('',(20.1955263005959,49.,84.1012551661958)); -#9911=CARTESIAN_POINT('',(20.2057906352018,49.,84.0859077910255)); -#9912=CARTESIAN_POINT('',(20.2168882868133,49.,84.0464402586162)); -#9913=CARTESIAN_POINT('',(20.2194003202353,49.,84.0358858133832)); -#9914=CARTESIAN_POINT('',(20.2212644649776,49.,84.0194811784706)); -#9915=CARTESIAN_POINT('',(20.2216017250228,49.,84.0158434000928)); -#9916=CARTESIAN_POINT('',(20.2219975714731,49.,84.0092071898567)); -#9917=CARTESIAN_POINT('',(20.2221083354695,49.,84.0063342026285)); -#9918=CARTESIAN_POINT('',(20.2221607598731,49.,84.0035051618649)); -#9919=CARTESIAN_POINT('',(20.1636358803736,171.,84.1413966529973)); -#9920=CARTESIAN_POINT('',(20.1705297749366,171.,84.1345407082899)); -#9921=CARTESIAN_POINT('',(20.1779835342981,171.,84.1260998190594)); -#9922=CARTESIAN_POINT('',(20.1955263005959,171.,84.1012551661958)); -#9923=CARTESIAN_POINT('',(20.2057906352018,171.,84.0859077910255)); -#9924=CARTESIAN_POINT('',(20.2168882868133,171.,84.0464402586162)); -#9925=CARTESIAN_POINT('',(20.2194003202353,171.,84.0358858133832)); -#9926=CARTESIAN_POINT('',(20.2212644649776,171.,84.0194811784706)); -#9927=CARTESIAN_POINT('',(20.2216017250228,171.,84.0158434000928)); -#9928=CARTESIAN_POINT('',(20.2219975714731,171.,84.0092071898567)); -#9929=CARTESIAN_POINT('',(20.2221083354695,171.,84.0063342026285)); -#9930=CARTESIAN_POINT('',(20.2221607598731,171.,84.0035051618649)); -#9931=CARTESIAN_POINT('',(20.0221955414993,110.000009963348,84.0000000298087)); -#9932=CARTESIAN_POINT('',(20.0221955414993,110.00001042023,84.0000000298087)); -#9933=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,86.0808899675848)); -#9934=CARTESIAN_POINT('',(20.1636358803736,49.,86.1413966529973)); -#9935=CARTESIAN_POINT('',(20.1705297749366,49.,86.1345407082899)); -#9936=CARTESIAN_POINT('',(20.1779835342981,49.,86.1260998190594)); -#9937=CARTESIAN_POINT('',(20.1955263005959,49.,86.1012551661958)); -#9938=CARTESIAN_POINT('',(20.2057906352018,49.,86.0859077910254)); -#9939=CARTESIAN_POINT('',(20.2168882868133,49.,86.0464402586162)); -#9940=CARTESIAN_POINT('',(20.2194003202353,49.,86.0358858133832)); -#9941=CARTESIAN_POINT('',(20.2212644649776,49.,86.0194811784706)); -#9942=CARTESIAN_POINT('',(20.2216017250228,49.,86.0158434000927)); -#9943=CARTESIAN_POINT('',(20.2219975714731,49.,86.0092071898567)); -#9944=CARTESIAN_POINT('',(20.2221083354695,49.,86.0063342026285)); -#9945=CARTESIAN_POINT('',(20.2221607598731,49.,86.0035051618649)); -#9946=CARTESIAN_POINT('',(20.1636358803736,171.,86.1413966529973)); -#9947=CARTESIAN_POINT('',(20.1705297749366,171.,86.1345407082899)); -#9948=CARTESIAN_POINT('',(20.1779835342981,171.,86.1260998190594)); -#9949=CARTESIAN_POINT('',(20.1955263005959,171.,86.1012551661958)); -#9950=CARTESIAN_POINT('',(20.2057906352018,171.,86.0859077910254)); -#9951=CARTESIAN_POINT('',(20.2168882868133,171.,86.0464402586162)); -#9952=CARTESIAN_POINT('',(20.2194003202353,171.,86.0358858133832)); -#9953=CARTESIAN_POINT('',(20.2212644649776,171.,86.0194811784706)); -#9954=CARTESIAN_POINT('',(20.2216017250228,171.,86.0158434000927)); -#9955=CARTESIAN_POINT('',(20.2219975714731,171.,86.0092071898567)); -#9956=CARTESIAN_POINT('',(20.2221083354695,171.,86.0063342026285)); -#9957=CARTESIAN_POINT('',(20.2221607598731,171.,86.0035051618649)); -#9958=CARTESIAN_POINT('',(20.0221955414993,110.000009963346,86.0000000298086)); -#9959=CARTESIAN_POINT('',(20.0221955414993,110.000010420227,86.0000000298086)); -#9960=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,88.0808899675848)); -#9961=CARTESIAN_POINT('',(20.1636358803736,49.,88.1413966529973)); -#9962=CARTESIAN_POINT('',(20.1705297749366,49.,88.1345407082899)); -#9963=CARTESIAN_POINT('',(20.1779835342981,49.,88.1260998190594)); -#9964=CARTESIAN_POINT('',(20.1955263005959,49.,88.1012551661958)); -#9965=CARTESIAN_POINT('',(20.2057906352018,49.,88.0859077910254)); -#9966=CARTESIAN_POINT('',(20.2168882868133,49.,88.0464402586161)); -#9967=CARTESIAN_POINT('',(20.2194003202353,49.,88.0358858133832)); -#9968=CARTESIAN_POINT('',(20.2212644649776,49.,88.0194811784705)); -#9969=CARTESIAN_POINT('',(20.2216017250228,49.,88.0158434000927)); -#9970=CARTESIAN_POINT('',(20.2219975714731,49.,88.0092071898567)); -#9971=CARTESIAN_POINT('',(20.2221083354695,49.,88.0063342026284)); -#9972=CARTESIAN_POINT('',(20.2221607598731,49.,88.0035051618649)); -#9973=CARTESIAN_POINT('',(20.1636358803736,171.,88.1413966529973)); -#9974=CARTESIAN_POINT('',(20.1705297749366,171.,88.1345407082899)); -#9975=CARTESIAN_POINT('',(20.1779835342981,171.,88.1260998190594)); -#9976=CARTESIAN_POINT('',(20.1955263005959,171.,88.1012551661958)); -#9977=CARTESIAN_POINT('',(20.2057906352018,171.,88.0859077910254)); -#9978=CARTESIAN_POINT('',(20.2168882868133,171.,88.0464402586161)); -#9979=CARTESIAN_POINT('',(20.2194003202353,171.,88.0358858133832)); -#9980=CARTESIAN_POINT('',(20.2212644649776,171.,88.0194811784705)); -#9981=CARTESIAN_POINT('',(20.2216017250228,171.,88.0158434000927)); -#9982=CARTESIAN_POINT('',(20.2219975714731,171.,88.0092071898567)); -#9983=CARTESIAN_POINT('',(20.2221083354695,171.,88.0063342026284)); -#9984=CARTESIAN_POINT('',(20.2221607598731,171.,88.0035051618649)); -#9985=CARTESIAN_POINT('',(20.0221955414993,110.000009963343,88.0000000298086)); -#9986=CARTESIAN_POINT('',(20.0221955414993,110.000010420224,88.0000000298086)); -#9987=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,90.0808899675848)); -#9988=CARTESIAN_POINT('',(20.1636358803736,49.,90.1413966529973)); -#9989=CARTESIAN_POINT('',(20.1705297749366,49.,90.1345407082899)); -#9990=CARTESIAN_POINT('',(20.1779835342981,49.,90.1260998190594)); -#9991=CARTESIAN_POINT('',(20.1955263005959,49.,90.1012551661958)); -#9992=CARTESIAN_POINT('',(20.2057906352018,49.,90.0859077910255)); -#9993=CARTESIAN_POINT('',(20.2168882868133,49.,90.0464402586162)); -#9994=CARTESIAN_POINT('',(20.2194003202353,49.,90.0358858133832)); -#9995=CARTESIAN_POINT('',(20.2212644649776,49.,90.0194811784706)); -#9996=CARTESIAN_POINT('',(20.2216017250228,49.,90.0158434000927)); -#9997=CARTESIAN_POINT('',(20.2219975714731,49.,90.0092071898567)); -#9998=CARTESIAN_POINT('',(20.2221083354695,49.,90.0063342026285)); -#9999=CARTESIAN_POINT('',(20.2221607598731,49.,90.0035051618649)); -#10000=CARTESIAN_POINT('',(20.1636358803736,171.,90.1413966529973)); -#10001=CARTESIAN_POINT('',(20.1705297749366,171.,90.1345407082899)); -#10002=CARTESIAN_POINT('',(20.1779835342981,171.,90.1260998190594)); -#10003=CARTESIAN_POINT('',(20.1955263005959,171.,90.1012551661958)); -#10004=CARTESIAN_POINT('',(20.2057906352018,171.,90.0859077910255)); -#10005=CARTESIAN_POINT('',(20.2168882868133,171.,90.0464402586162)); -#10006=CARTESIAN_POINT('',(20.2194003202353,171.,90.0358858133832)); -#10007=CARTESIAN_POINT('',(20.2212644649776,171.,90.0194811784706)); -#10008=CARTESIAN_POINT('',(20.2216017250228,171.,90.0158434000927)); -#10009=CARTESIAN_POINT('',(20.2219975714731,171.,90.0092071898567)); -#10010=CARTESIAN_POINT('',(20.2221083354695,171.,90.0063342026285)); -#10011=CARTESIAN_POINT('',(20.2221607598731,171.,90.0035051618649)); -#10012=CARTESIAN_POINT('',(20.0221955414993,110.00000996334,90.0000000298087)); -#10013=CARTESIAN_POINT('',(20.0221955414993,110.000010420221,90.0000000298087)); -#10014=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,92.0808899675848)); -#10015=CARTESIAN_POINT('',(20.1636358803736,49.,92.1413966529973)); -#10016=CARTESIAN_POINT('',(20.1705297749366,49.,92.1345407082899)); -#10017=CARTESIAN_POINT('',(20.1779835342981,49.,92.1260998190594)); -#10018=CARTESIAN_POINT('',(20.1955263005959,49.,92.1012551661958)); -#10019=CARTESIAN_POINT('',(20.2057906352018,49.,92.0859077910254)); -#10020=CARTESIAN_POINT('',(20.2168882868133,49.,92.0464402586161)); -#10021=CARTESIAN_POINT('',(20.2194003202353,49.,92.0358858133832)); -#10022=CARTESIAN_POINT('',(20.2212644649776,49.,92.0194811784705)); -#10023=CARTESIAN_POINT('',(20.2216017250228,49.,92.0158434000927)); -#10024=CARTESIAN_POINT('',(20.2219975714731,49.,92.0092071898567)); -#10025=CARTESIAN_POINT('',(20.2221083354695,49.,92.0063342026285)); -#10026=CARTESIAN_POINT('',(20.2221607598731,49.,92.0035051618649)); -#10027=CARTESIAN_POINT('',(20.1636358803736,171.,92.1413966529973)); -#10028=CARTESIAN_POINT('',(20.1705297749366,171.,92.1345407082899)); -#10029=CARTESIAN_POINT('',(20.1779835342981,171.,92.1260998190594)); -#10030=CARTESIAN_POINT('',(20.1955263005959,171.,92.1012551661958)); -#10031=CARTESIAN_POINT('',(20.2057906352018,171.,92.0859077910254)); -#10032=CARTESIAN_POINT('',(20.2168882868133,171.,92.0464402586161)); -#10033=CARTESIAN_POINT('',(20.2194003202353,171.,92.0358858133832)); -#10034=CARTESIAN_POINT('',(20.2212644649776,171.,92.0194811784705)); -#10035=CARTESIAN_POINT('',(20.2216017250228,171.,92.0158434000927)); -#10036=CARTESIAN_POINT('',(20.2219975714731,171.,92.0092071898567)); -#10037=CARTESIAN_POINT('',(20.2221083354695,171.,92.0063342026285)); -#10038=CARTESIAN_POINT('',(20.2221607598731,171.,92.0035051618649)); -#10039=CARTESIAN_POINT('',(20.0221955414993,110.000009963338,92.0000000298086)); -#10040=CARTESIAN_POINT('',(20.0221955414993,110.000010420217,92.0000000298086)); -#10041=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,94.0808899675848)); -#10042=CARTESIAN_POINT('',(20.1636358803736,49.,94.1413966529973)); -#10043=CARTESIAN_POINT('',(20.1705297749366,49.,94.1345407082899)); -#10044=CARTESIAN_POINT('',(20.1779835342981,49.,94.1260998190594)); -#10045=CARTESIAN_POINT('',(20.1955263005959,49.,94.1012551661958)); -#10046=CARTESIAN_POINT('',(20.2057906352018,49.,94.0859077910255)); -#10047=CARTESIAN_POINT('',(20.2168882868133,49.,94.0464402586162)); -#10048=CARTESIAN_POINT('',(20.2194003202353,49.,94.0358858133832)); -#10049=CARTESIAN_POINT('',(20.2212644649776,49.,94.0194811784706)); -#10050=CARTESIAN_POINT('',(20.2216017250228,49.,94.0158434000928)); -#10051=CARTESIAN_POINT('',(20.2219975714731,49.,94.0092071898567)); -#10052=CARTESIAN_POINT('',(20.2221083354695,49.,94.0063342026285)); -#10053=CARTESIAN_POINT('',(20.2221607598731,49.,94.0035051618649)); -#10054=CARTESIAN_POINT('',(20.1636358803736,171.,94.1413966529973)); -#10055=CARTESIAN_POINT('',(20.1705297749366,171.,94.1345407082899)); -#10056=CARTESIAN_POINT('',(20.1779835342981,171.,94.1260998190594)); -#10057=CARTESIAN_POINT('',(20.1955263005959,171.,94.1012551661958)); -#10058=CARTESIAN_POINT('',(20.2057906352018,171.,94.0859077910255)); -#10059=CARTESIAN_POINT('',(20.2168882868133,171.,94.0464402586162)); -#10060=CARTESIAN_POINT('',(20.2194003202353,171.,94.0358858133832)); -#10061=CARTESIAN_POINT('',(20.2212644649776,171.,94.0194811784706)); -#10062=CARTESIAN_POINT('',(20.2216017250228,171.,94.0158434000928)); -#10063=CARTESIAN_POINT('',(20.2219975714731,171.,94.0092071898567)); -#10064=CARTESIAN_POINT('',(20.2221083354695,171.,94.0063342026285)); -#10065=CARTESIAN_POINT('',(20.2221607598731,171.,94.0035051618649)); -#10066=CARTESIAN_POINT('',(20.0221955414993,110.000009963335,94.0000000298087)); -#10067=CARTESIAN_POINT('',(20.0221955414993,110.000010420214,94.0000000298087)); -#10068=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,96.0808899675848)); -#10069=CARTESIAN_POINT('',(20.1636358803736,49.,96.1413966529973)); -#10070=CARTESIAN_POINT('',(20.1705297749366,49.,96.1345407082899)); -#10071=CARTESIAN_POINT('',(20.1779835342981,49.,96.1260998190594)); -#10072=CARTESIAN_POINT('',(20.1955263005959,49.,96.1012551661958)); -#10073=CARTESIAN_POINT('',(20.2057906352018,49.,96.0859077910254)); -#10074=CARTESIAN_POINT('',(20.2168882868133,49.,96.0464402586162)); -#10075=CARTESIAN_POINT('',(20.2194003202353,49.,96.0358858133832)); -#10076=CARTESIAN_POINT('',(20.2212644649776,49.,96.0194811784706)); -#10077=CARTESIAN_POINT('',(20.2216017250228,49.,96.0158434000927)); -#10078=CARTESIAN_POINT('',(20.2219975714731,49.,96.0092071898567)); -#10079=CARTESIAN_POINT('',(20.2221083354695,49.,96.0063342026285)); -#10080=CARTESIAN_POINT('',(20.2221607598731,49.,96.0035051618649)); -#10081=CARTESIAN_POINT('',(20.1636358803736,171.,96.1413966529973)); -#10082=CARTESIAN_POINT('',(20.1705297749366,171.,96.1345407082899)); -#10083=CARTESIAN_POINT('',(20.1779835342981,171.,96.1260998190594)); -#10084=CARTESIAN_POINT('',(20.1955263005959,171.,96.1012551661958)); -#10085=CARTESIAN_POINT('',(20.2057906352018,171.,96.0859077910254)); -#10086=CARTESIAN_POINT('',(20.2168882868133,171.,96.0464402586162)); -#10087=CARTESIAN_POINT('',(20.2194003202353,171.,96.0358858133832)); -#10088=CARTESIAN_POINT('',(20.2212644649776,171.,96.0194811784706)); -#10089=CARTESIAN_POINT('',(20.2216017250228,171.,96.0158434000927)); -#10090=CARTESIAN_POINT('',(20.2219975714731,171.,96.0092071898567)); -#10091=CARTESIAN_POINT('',(20.2221083354695,171.,96.0063342026285)); -#10092=CARTESIAN_POINT('',(20.2221607598731,171.,96.0035051618649)); -#10093=CARTESIAN_POINT('',(20.0221955414993,110.000009963332,96.0000000298086)); -#10094=CARTESIAN_POINT('',(20.0221955414993,110.000010420211,96.0000000298086)); -#10095=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,98.0808899675848)); -#10096=CARTESIAN_POINT('',(20.1636358803736,49.,98.1413966529973)); -#10097=CARTESIAN_POINT('',(20.1705297749366,49.,98.1345407082899)); -#10098=CARTESIAN_POINT('',(20.1779835342981,49.,98.1260998190594)); -#10099=CARTESIAN_POINT('',(20.1955263005959,49.,98.1012551661958)); -#10100=CARTESIAN_POINT('',(20.2057906352018,49.,98.0859077910255)); -#10101=CARTESIAN_POINT('',(20.2168882868133,49.,98.0464402586162)); -#10102=CARTESIAN_POINT('',(20.2194003202353,49.,98.0358858133832)); -#10103=CARTESIAN_POINT('',(20.2212644649776,49.,98.0194811784706)); -#10104=CARTESIAN_POINT('',(20.2216017250228,49.,98.0158434000928)); -#10105=CARTESIAN_POINT('',(20.2219975714731,49.,98.0092071898567)); -#10106=CARTESIAN_POINT('',(20.2221083354695,49.,98.0063342026285)); -#10107=CARTESIAN_POINT('',(20.2221607598731,49.,98.0035051618649)); -#10108=CARTESIAN_POINT('',(20.1636358803736,171.,98.1413966529973)); -#10109=CARTESIAN_POINT('',(20.1705297749366,171.,98.1345407082899)); -#10110=CARTESIAN_POINT('',(20.1779835342981,171.,98.1260998190594)); -#10111=CARTESIAN_POINT('',(20.1955263005959,171.,98.1012551661958)); -#10112=CARTESIAN_POINT('',(20.2057906352018,171.,98.0859077910255)); -#10113=CARTESIAN_POINT('',(20.2168882868133,171.,98.0464402586162)); -#10114=CARTESIAN_POINT('',(20.2194003202353,171.,98.0358858133832)); -#10115=CARTESIAN_POINT('',(20.2212644649776,171.,98.0194811784706)); -#10116=CARTESIAN_POINT('',(20.2216017250228,171.,98.0158434000928)); -#10117=CARTESIAN_POINT('',(20.2219975714731,171.,98.0092071898567)); -#10118=CARTESIAN_POINT('',(20.2221083354695,171.,98.0063342026285)); -#10119=CARTESIAN_POINT('',(20.2221607598731,171.,98.0035051618649)); -#10120=CARTESIAN_POINT('',(20.0221955414993,110.00000996333,98.0000000298087)); -#10121=CARTESIAN_POINT('',(20.0221955414993,110.000010420208,98.0000000298087)); -#10122=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,100.080889967585)); -#10123=CARTESIAN_POINT('',(20.1636358803736,49.,100.141396652997)); -#10124=CARTESIAN_POINT('',(20.1705297749366,49.,100.13454070829)); -#10125=CARTESIAN_POINT('',(20.1779835342981,49.,100.126099819059)); -#10126=CARTESIAN_POINT('',(20.1955263005959,49.,100.101255166196)); -#10127=CARTESIAN_POINT('',(20.2057906352018,49.,100.085907791025)); -#10128=CARTESIAN_POINT('',(20.2168882868133,49.,100.046440258616)); -#10129=CARTESIAN_POINT('',(20.2194003202353,49.,100.035885813383)); -#10130=CARTESIAN_POINT('',(20.2212644649776,49.,100.019481178471)); -#10131=CARTESIAN_POINT('',(20.2216017250228,49.,100.015843400093)); -#10132=CARTESIAN_POINT('',(20.2219975714731,49.,100.009207189857)); -#10133=CARTESIAN_POINT('',(20.2221083354695,49.,100.006334202628)); -#10134=CARTESIAN_POINT('',(20.2221607598731,49.,100.003505161865)); -#10135=CARTESIAN_POINT('',(20.1636358803736,171.,100.141396652997)); -#10136=CARTESIAN_POINT('',(20.1705297749366,171.,100.13454070829)); -#10137=CARTESIAN_POINT('',(20.1779835342981,171.,100.126099819059)); -#10138=CARTESIAN_POINT('',(20.1955263005959,171.,100.101255166196)); -#10139=CARTESIAN_POINT('',(20.2057906352018,171.,100.085907791025)); -#10140=CARTESIAN_POINT('',(20.2168882868133,171.,100.046440258616)); -#10141=CARTESIAN_POINT('',(20.2194003202353,171.,100.035885813383)); -#10142=CARTESIAN_POINT('',(20.2212644649776,171.,100.019481178471)); -#10143=CARTESIAN_POINT('',(20.2216017250228,171.,100.015843400093)); -#10144=CARTESIAN_POINT('',(20.2219975714731,171.,100.009207189857)); -#10145=CARTESIAN_POINT('',(20.2221083354695,171.,100.006334202628)); -#10146=CARTESIAN_POINT('',(20.2221607598731,171.,100.003505161865)); -#10147=CARTESIAN_POINT('',(20.0221955414993,110.000009963327,100.000000029809)); -#10148=CARTESIAN_POINT('',(20.0221955414993,110.000010420205,100.000000029809)); -#10149=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,102.080889967585)); -#10150=CARTESIAN_POINT('',(20.1636358803736,49.,102.141396652997)); -#10151=CARTESIAN_POINT('',(20.1705297749366,49.,102.13454070829)); -#10152=CARTESIAN_POINT('',(20.1779835342981,49.,102.126099819059)); -#10153=CARTESIAN_POINT('',(20.1955263005959,49.,102.101255166196)); -#10154=CARTESIAN_POINT('',(20.2057906352018,49.,102.085907791025)); -#10155=CARTESIAN_POINT('',(20.2168882868133,49.,102.046440258616)); -#10156=CARTESIAN_POINT('',(20.2194003202353,49.,102.035885813383)); -#10157=CARTESIAN_POINT('',(20.2212644649776,49.,102.019481178471)); -#10158=CARTESIAN_POINT('',(20.2216017250228,49.,102.015843400093)); -#10159=CARTESIAN_POINT('',(20.2219975714731,49.,102.009207189857)); -#10160=CARTESIAN_POINT('',(20.2221083354695,49.,102.006334202628)); -#10161=CARTESIAN_POINT('',(20.2221607598731,49.,102.003505161865)); -#10162=CARTESIAN_POINT('',(20.1636358803736,171.,102.141396652997)); -#10163=CARTESIAN_POINT('',(20.1705297749366,171.,102.13454070829)); -#10164=CARTESIAN_POINT('',(20.1779835342981,171.,102.126099819059)); -#10165=CARTESIAN_POINT('',(20.1955263005959,171.,102.101255166196)); -#10166=CARTESIAN_POINT('',(20.2057906352018,171.,102.085907791025)); -#10167=CARTESIAN_POINT('',(20.2168882868133,171.,102.046440258616)); -#10168=CARTESIAN_POINT('',(20.2194003202353,171.,102.035885813383)); -#10169=CARTESIAN_POINT('',(20.2212644649776,171.,102.019481178471)); -#10170=CARTESIAN_POINT('',(20.2216017250228,171.,102.015843400093)); -#10171=CARTESIAN_POINT('',(20.2219975714731,171.,102.009207189857)); -#10172=CARTESIAN_POINT('',(20.2221083354695,171.,102.006334202628)); -#10173=CARTESIAN_POINT('',(20.2221607598731,171.,102.003505161865)); -#10174=CARTESIAN_POINT('',(20.0221955414993,110.000009963324,102.000000029809)); -#10175=CARTESIAN_POINT('',(20.0221955414993,110.000010420202,102.000000029809)); -#10176=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,104.080889967585)); -#10177=CARTESIAN_POINT('',(20.1636358803736,49.,104.141396652997)); -#10178=CARTESIAN_POINT('',(20.1705297749366,49.,104.13454070829)); -#10179=CARTESIAN_POINT('',(20.1779835342981,49.,104.126099819059)); -#10180=CARTESIAN_POINT('',(20.1955263005959,49.,104.101255166196)); -#10181=CARTESIAN_POINT('',(20.2057906352018,49.,104.085907791025)); -#10182=CARTESIAN_POINT('',(20.2168882868133,49.,104.046440258616)); -#10183=CARTESIAN_POINT('',(20.2194003202353,49.,104.035885813383)); -#10184=CARTESIAN_POINT('',(20.2212644649776,49.,104.019481178471)); -#10185=CARTESIAN_POINT('',(20.2216017250228,49.,104.015843400093)); -#10186=CARTESIAN_POINT('',(20.2219975714731,49.,104.009207189857)); -#10187=CARTESIAN_POINT('',(20.2221083354695,49.,104.006334202628)); -#10188=CARTESIAN_POINT('',(20.2221607598731,49.,104.003505161865)); -#10189=CARTESIAN_POINT('',(20.1636358803736,171.,104.141396652997)); -#10190=CARTESIAN_POINT('',(20.1705297749366,171.,104.13454070829)); -#10191=CARTESIAN_POINT('',(20.1779835342981,171.,104.126099819059)); -#10192=CARTESIAN_POINT('',(20.1955263005959,171.,104.101255166196)); -#10193=CARTESIAN_POINT('',(20.2057906352018,171.,104.085907791025)); -#10194=CARTESIAN_POINT('',(20.2168882868133,171.,104.046440258616)); -#10195=CARTESIAN_POINT('',(20.2194003202353,171.,104.035885813383)); -#10196=CARTESIAN_POINT('',(20.2212644649776,171.,104.019481178471)); -#10197=CARTESIAN_POINT('',(20.2216017250228,171.,104.015843400093)); -#10198=CARTESIAN_POINT('',(20.2219975714731,171.,104.009207189857)); -#10199=CARTESIAN_POINT('',(20.2221083354695,171.,104.006334202628)); -#10200=CARTESIAN_POINT('',(20.2221607598731,171.,104.003505161865)); -#10201=CARTESIAN_POINT('',(20.0221955414993,110.000009963322,104.000000029809)); -#10202=CARTESIAN_POINT('',(20.0221955414993,110.000010420199,104.000000029809)); -#10203=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,106.080889967585)); -#10204=CARTESIAN_POINT('',(20.1636358803736,49.,106.141396652997)); -#10205=CARTESIAN_POINT('',(20.1705297749366,49.,106.13454070829)); -#10206=CARTESIAN_POINT('',(20.1779835342981,49.,106.126099819059)); -#10207=CARTESIAN_POINT('',(20.1955263005959,49.,106.101255166196)); -#10208=CARTESIAN_POINT('',(20.2057906352018,49.,106.085907791025)); -#10209=CARTESIAN_POINT('',(20.2168882868133,49.,106.046440258616)); -#10210=CARTESIAN_POINT('',(20.2194003202353,49.,106.035885813383)); -#10211=CARTESIAN_POINT('',(20.2212644649776,49.,106.019481178471)); -#10212=CARTESIAN_POINT('',(20.2216017250228,49.,106.015843400093)); -#10213=CARTESIAN_POINT('',(20.2219975714731,49.,106.009207189857)); -#10214=CARTESIAN_POINT('',(20.2221083354695,49.,106.006334202628)); -#10215=CARTESIAN_POINT('',(20.2221607598731,49.,106.003505161865)); -#10216=CARTESIAN_POINT('',(20.1636358803736,171.,106.141396652997)); -#10217=CARTESIAN_POINT('',(20.1705297749366,171.,106.13454070829)); -#10218=CARTESIAN_POINT('',(20.1779835342981,171.,106.126099819059)); -#10219=CARTESIAN_POINT('',(20.1955263005959,171.,106.101255166196)); -#10220=CARTESIAN_POINT('',(20.2057906352018,171.,106.085907791025)); -#10221=CARTESIAN_POINT('',(20.2168882868133,171.,106.046440258616)); -#10222=CARTESIAN_POINT('',(20.2194003202353,171.,106.035885813383)); -#10223=CARTESIAN_POINT('',(20.2212644649776,171.,106.019481178471)); -#10224=CARTESIAN_POINT('',(20.2216017250228,171.,106.015843400093)); -#10225=CARTESIAN_POINT('',(20.2219975714731,171.,106.009207189857)); -#10226=CARTESIAN_POINT('',(20.2221083354695,171.,106.006334202628)); -#10227=CARTESIAN_POINT('',(20.2221607598731,171.,106.003505161865)); -#10228=CARTESIAN_POINT('',(20.0221955414993,110.000009963319,106.000000029809)); -#10229=CARTESIAN_POINT('',(20.0221955414993,110.000010420196,106.000000029809)); -#10230=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,108.080889967585)); -#10231=CARTESIAN_POINT('',(20.1636358803736,49.,108.141396652997)); -#10232=CARTESIAN_POINT('',(20.1705297749366,49.,108.13454070829)); -#10233=CARTESIAN_POINT('',(20.1779835342981,49.,108.126099819059)); -#10234=CARTESIAN_POINT('',(20.1955263005959,49.,108.101255166196)); -#10235=CARTESIAN_POINT('',(20.2057906352018,49.,108.085907791025)); -#10236=CARTESIAN_POINT('',(20.2168882868133,49.,108.046440258616)); -#10237=CARTESIAN_POINT('',(20.2194003202353,49.,108.035885813383)); -#10238=CARTESIAN_POINT('',(20.2212644649776,49.,108.019481178471)); -#10239=CARTESIAN_POINT('',(20.2216017250228,49.,108.015843400093)); -#10240=CARTESIAN_POINT('',(20.2219975714731,49.,108.009207189857)); -#10241=CARTESIAN_POINT('',(20.2221083354695,49.,108.006334202628)); -#10242=CARTESIAN_POINT('',(20.2221607598731,49.,108.003505161865)); -#10243=CARTESIAN_POINT('',(20.1636358803736,171.,108.141396652997)); -#10244=CARTESIAN_POINT('',(20.1705297749366,171.,108.13454070829)); -#10245=CARTESIAN_POINT('',(20.1779835342981,171.,108.126099819059)); -#10246=CARTESIAN_POINT('',(20.1955263005959,171.,108.101255166196)); -#10247=CARTESIAN_POINT('',(20.2057906352018,171.,108.085907791025)); -#10248=CARTESIAN_POINT('',(20.2168882868133,171.,108.046440258616)); -#10249=CARTESIAN_POINT('',(20.2194003202353,171.,108.035885813383)); -#10250=CARTESIAN_POINT('',(20.2212644649776,171.,108.019481178471)); -#10251=CARTESIAN_POINT('',(20.2216017250228,171.,108.015843400093)); -#10252=CARTESIAN_POINT('',(20.2219975714731,171.,108.009207189857)); -#10253=CARTESIAN_POINT('',(20.2221083354695,171.,108.006334202628)); -#10254=CARTESIAN_POINT('',(20.2221607598731,171.,108.003505161865)); -#10255=CARTESIAN_POINT('',(20.0221955414993,110.000009963316,108.000000029809)); -#10256=CARTESIAN_POINT('',(20.0221955414993,110.000010420193,108.000000029809)); -#10257=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,110.080889967585)); -#10258=CARTESIAN_POINT('',(20.1636358803736,49.,110.141396652997)); -#10259=CARTESIAN_POINT('',(20.1705297749366,49.,110.13454070829)); -#10260=CARTESIAN_POINT('',(20.1779835342981,49.,110.126099819059)); -#10261=CARTESIAN_POINT('',(20.1955263005959,49.,110.101255166196)); -#10262=CARTESIAN_POINT('',(20.2057906352018,49.,110.085907791025)); -#10263=CARTESIAN_POINT('',(20.2168882868133,49.,110.046440258616)); -#10264=CARTESIAN_POINT('',(20.2194003202353,49.,110.035885813383)); -#10265=CARTESIAN_POINT('',(20.2212644649776,49.,110.019481178471)); -#10266=CARTESIAN_POINT('',(20.2216017250228,49.,110.015843400093)); -#10267=CARTESIAN_POINT('',(20.2219975714731,49.,110.009207189857)); -#10268=CARTESIAN_POINT('',(20.2221083354695,49.,110.006334202628)); -#10269=CARTESIAN_POINT('',(20.2221607598731,49.,110.003505161865)); -#10270=CARTESIAN_POINT('',(20.1636358803736,171.,110.141396652997)); -#10271=CARTESIAN_POINT('',(20.1705297749366,171.,110.13454070829)); -#10272=CARTESIAN_POINT('',(20.1779835342981,171.,110.126099819059)); -#10273=CARTESIAN_POINT('',(20.1955263005959,171.,110.101255166196)); -#10274=CARTESIAN_POINT('',(20.2057906352018,171.,110.085907791025)); -#10275=CARTESIAN_POINT('',(20.2168882868133,171.,110.046440258616)); -#10276=CARTESIAN_POINT('',(20.2194003202353,171.,110.035885813383)); -#10277=CARTESIAN_POINT('',(20.2212644649776,171.,110.019481178471)); -#10278=CARTESIAN_POINT('',(20.2216017250228,171.,110.015843400093)); -#10279=CARTESIAN_POINT('',(20.2219975714731,171.,110.009207189857)); -#10280=CARTESIAN_POINT('',(20.2221083354695,171.,110.006334202628)); -#10281=CARTESIAN_POINT('',(20.2221607598731,171.,110.003505161865)); -#10282=CARTESIAN_POINT('',(20.0221955414993,110.000009963314,110.000000029809)); -#10283=CARTESIAN_POINT('',(20.0221955414993,110.00001042019,110.000000029809)); -#10284=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,112.080889967585)); -#10285=CARTESIAN_POINT('',(20.1636358803736,49.,112.141396652997)); -#10286=CARTESIAN_POINT('',(20.1705297749366,49.,112.13454070829)); -#10287=CARTESIAN_POINT('',(20.1779835342981,49.,112.126099819059)); -#10288=CARTESIAN_POINT('',(20.1955263005959,49.,112.101255166196)); -#10289=CARTESIAN_POINT('',(20.2057906352018,49.,112.085907791025)); -#10290=CARTESIAN_POINT('',(20.2168882868133,49.,112.046440258616)); -#10291=CARTESIAN_POINT('',(20.2194003202353,49.,112.035885813383)); -#10292=CARTESIAN_POINT('',(20.2212644649776,49.,112.019481178471)); -#10293=CARTESIAN_POINT('',(20.2216017250228,49.,112.015843400093)); -#10294=CARTESIAN_POINT('',(20.2219975714731,49.,112.009207189857)); -#10295=CARTESIAN_POINT('',(20.2221083354695,49.,112.006334202628)); -#10296=CARTESIAN_POINT('',(20.2221607598731,49.,112.003505161865)); -#10297=CARTESIAN_POINT('',(20.1636358803736,171.,112.141396652997)); -#10298=CARTESIAN_POINT('',(20.1705297749366,171.,112.13454070829)); -#10299=CARTESIAN_POINT('',(20.1779835342981,171.,112.126099819059)); -#10300=CARTESIAN_POINT('',(20.1955263005959,171.,112.101255166196)); -#10301=CARTESIAN_POINT('',(20.2057906352018,171.,112.085907791025)); -#10302=CARTESIAN_POINT('',(20.2168882868133,171.,112.046440258616)); -#10303=CARTESIAN_POINT('',(20.2194003202353,171.,112.035885813383)); -#10304=CARTESIAN_POINT('',(20.2212644649776,171.,112.019481178471)); -#10305=CARTESIAN_POINT('',(20.2216017250228,171.,112.015843400093)); -#10306=CARTESIAN_POINT('',(20.2219975714731,171.,112.009207189857)); -#10307=CARTESIAN_POINT('',(20.2221083354695,171.,112.006334202628)); -#10308=CARTESIAN_POINT('',(20.2221607598731,171.,112.003505161865)); -#10309=CARTESIAN_POINT('',(20.0221955414993,110.000009963311,112.000000029809)); -#10310=CARTESIAN_POINT('',(20.0221955414993,110.000010420187,112.000000029809)); -#10311=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,114.080889967585)); -#10312=CARTESIAN_POINT('',(20.1636358803736,49.,114.141396652997)); -#10313=CARTESIAN_POINT('',(20.1705297749366,49.,114.13454070829)); -#10314=CARTESIAN_POINT('',(20.1779835342981,49.,114.126099819059)); -#10315=CARTESIAN_POINT('',(20.1955263005959,49.,114.101255166196)); -#10316=CARTESIAN_POINT('',(20.2057906352018,49.,114.085907791025)); -#10317=CARTESIAN_POINT('',(20.2168882868133,49.,114.046440258616)); -#10318=CARTESIAN_POINT('',(20.2194003202353,49.,114.035885813383)); -#10319=CARTESIAN_POINT('',(20.2212644649776,49.,114.019481178471)); -#10320=CARTESIAN_POINT('',(20.2216017250228,49.,114.015843400093)); -#10321=CARTESIAN_POINT('',(20.2219975714731,49.,114.009207189857)); -#10322=CARTESIAN_POINT('',(20.2221083354695,49.,114.006334202628)); -#10323=CARTESIAN_POINT('',(20.2221607598731,49.,114.003505161865)); -#10324=CARTESIAN_POINT('',(20.1636358803736,171.,114.141396652997)); -#10325=CARTESIAN_POINT('',(20.1705297749366,171.,114.13454070829)); -#10326=CARTESIAN_POINT('',(20.1779835342981,171.,114.126099819059)); -#10327=CARTESIAN_POINT('',(20.1955263005959,171.,114.101255166196)); -#10328=CARTESIAN_POINT('',(20.2057906352018,171.,114.085907791025)); -#10329=CARTESIAN_POINT('',(20.2168882868133,171.,114.046440258616)); -#10330=CARTESIAN_POINT('',(20.2194003202353,171.,114.035885813383)); -#10331=CARTESIAN_POINT('',(20.2212644649776,171.,114.019481178471)); -#10332=CARTESIAN_POINT('',(20.2216017250228,171.,114.015843400093)); -#10333=CARTESIAN_POINT('',(20.2219975714731,171.,114.009207189857)); -#10334=CARTESIAN_POINT('',(20.2221083354695,171.,114.006334202628)); -#10335=CARTESIAN_POINT('',(20.2221607598731,171.,114.003505161865)); -#10336=CARTESIAN_POINT('',(20.0221955414993,110.000009963308,114.000000029809)); -#10337=CARTESIAN_POINT('',(20.0221955414993,110.000010420183,114.000000029809)); -#10338=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,116.080889967585)); -#10339=CARTESIAN_POINT('',(20.1636358803736,49.,116.141396652997)); -#10340=CARTESIAN_POINT('',(20.1705297749366,49.,116.13454070829)); -#10341=CARTESIAN_POINT('',(20.1779835342981,49.,116.126099819059)); -#10342=CARTESIAN_POINT('',(20.1955263005959,49.,116.101255166196)); -#10343=CARTESIAN_POINT('',(20.2057906352018,49.,116.085907791025)); -#10344=CARTESIAN_POINT('',(20.2168882868133,49.,116.046440258616)); -#10345=CARTESIAN_POINT('',(20.2194003202353,49.,116.035885813383)); -#10346=CARTESIAN_POINT('',(20.2212644649776,49.,116.019481178471)); -#10347=CARTESIAN_POINT('',(20.2216017250228,49.,116.015843400093)); -#10348=CARTESIAN_POINT('',(20.2219975714731,49.,116.009207189857)); -#10349=CARTESIAN_POINT('',(20.2221083354695,49.,116.006334202628)); -#10350=CARTESIAN_POINT('',(20.2221607598731,49.,116.003505161865)); -#10351=CARTESIAN_POINT('',(20.1636358803736,171.,116.141396652997)); -#10352=CARTESIAN_POINT('',(20.1705297749366,171.,116.13454070829)); -#10353=CARTESIAN_POINT('',(20.1779835342981,171.,116.126099819059)); -#10354=CARTESIAN_POINT('',(20.1955263005959,171.,116.101255166196)); -#10355=CARTESIAN_POINT('',(20.2057906352018,171.,116.085907791025)); -#10356=CARTESIAN_POINT('',(20.2168882868133,171.,116.046440258616)); -#10357=CARTESIAN_POINT('',(20.2194003202353,171.,116.035885813383)); -#10358=CARTESIAN_POINT('',(20.2212644649776,171.,116.019481178471)); -#10359=CARTESIAN_POINT('',(20.2216017250228,171.,116.015843400093)); -#10360=CARTESIAN_POINT('',(20.2219975714731,171.,116.009207189857)); -#10361=CARTESIAN_POINT('',(20.2221083354695,171.,116.006334202628)); -#10362=CARTESIAN_POINT('',(20.2221607598731,171.,116.003505161865)); -#10363=CARTESIAN_POINT('',(20.0221955414993,110.000009963306,116.000000029809)); -#10364=CARTESIAN_POINT('',(20.0221955414993,110.00001042018,116.000000029809)); -#10365=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,118.080889967585)); -#10366=CARTESIAN_POINT('',(20.1636358803736,49.,118.141396652997)); -#10367=CARTESIAN_POINT('',(20.1705297749366,49.,118.13454070829)); -#10368=CARTESIAN_POINT('',(20.1779835342981,49.,118.126099819059)); -#10369=CARTESIAN_POINT('',(20.1955263005959,49.,118.101255166196)); -#10370=CARTESIAN_POINT('',(20.2057906352018,49.,118.085907791025)); -#10371=CARTESIAN_POINT('',(20.2168882868133,49.,118.046440258616)); -#10372=CARTESIAN_POINT('',(20.2194003202353,49.,118.035885813383)); -#10373=CARTESIAN_POINT('',(20.2212644649776,49.,118.019481178471)); -#10374=CARTESIAN_POINT('',(20.2216017250228,49.,118.015843400093)); -#10375=CARTESIAN_POINT('',(20.2219975714731,49.,118.009207189857)); -#10376=CARTESIAN_POINT('',(20.2221083354695,49.,118.006334202628)); -#10377=CARTESIAN_POINT('',(20.2221607598731,49.,118.003505161865)); -#10378=CARTESIAN_POINT('',(20.1636358803736,171.,118.141396652997)); -#10379=CARTESIAN_POINT('',(20.1705297749366,171.,118.13454070829)); -#10380=CARTESIAN_POINT('',(20.1779835342981,171.,118.126099819059)); -#10381=CARTESIAN_POINT('',(20.1955263005959,171.,118.101255166196)); -#10382=CARTESIAN_POINT('',(20.2057906352018,171.,118.085907791025)); -#10383=CARTESIAN_POINT('',(20.2168882868133,171.,118.046440258616)); -#10384=CARTESIAN_POINT('',(20.2194003202353,171.,118.035885813383)); -#10385=CARTESIAN_POINT('',(20.2212644649776,171.,118.019481178471)); -#10386=CARTESIAN_POINT('',(20.2216017250228,171.,118.015843400093)); -#10387=CARTESIAN_POINT('',(20.2219975714731,171.,118.009207189857)); -#10388=CARTESIAN_POINT('',(20.2221083354695,171.,118.006334202628)); -#10389=CARTESIAN_POINT('',(20.2221607598731,171.,118.003505161865)); -#10390=CARTESIAN_POINT('',(20.0221955414993,110.000009963303,118.000000029809)); -#10391=CARTESIAN_POINT('',(20.0221955414993,110.000010420177,118.000000029809)); -#10392=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,120.080889967585)); -#10393=CARTESIAN_POINT('',(20.1636358803736,49.,120.141396652997)); -#10394=CARTESIAN_POINT('',(20.1705297749366,49.,120.13454070829)); -#10395=CARTESIAN_POINT('',(20.1779835342981,49.,120.126099819059)); -#10396=CARTESIAN_POINT('',(20.1955263005959,49.,120.101255166196)); -#10397=CARTESIAN_POINT('',(20.2057906352018,49.,120.085907791025)); -#10398=CARTESIAN_POINT('',(20.2168882868133,49.,120.046440258616)); -#10399=CARTESIAN_POINT('',(20.2194003202353,49.,120.035885813383)); -#10400=CARTESIAN_POINT('',(20.2212644649776,49.,120.019481178471)); -#10401=CARTESIAN_POINT('',(20.2216017250228,49.,120.015843400093)); -#10402=CARTESIAN_POINT('',(20.2219975714731,49.,120.009207189857)); -#10403=CARTESIAN_POINT('',(20.2221083354695,49.,120.006334202628)); -#10404=CARTESIAN_POINT('',(20.2221607598731,49.,120.003505161865)); -#10405=CARTESIAN_POINT('',(20.1636358803736,171.,120.141396652997)); -#10406=CARTESIAN_POINT('',(20.1705297749366,171.,120.13454070829)); -#10407=CARTESIAN_POINT('',(20.1779835342981,171.,120.126099819059)); -#10408=CARTESIAN_POINT('',(20.1955263005959,171.,120.101255166196)); -#10409=CARTESIAN_POINT('',(20.2057906352018,171.,120.085907791025)); -#10410=CARTESIAN_POINT('',(20.2168882868133,171.,120.046440258616)); -#10411=CARTESIAN_POINT('',(20.2194003202353,171.,120.035885813383)); -#10412=CARTESIAN_POINT('',(20.2212644649776,171.,120.019481178471)); -#10413=CARTESIAN_POINT('',(20.2216017250228,171.,120.015843400093)); -#10414=CARTESIAN_POINT('',(20.2219975714731,171.,120.009207189857)); -#10415=CARTESIAN_POINT('',(20.2221083354695,171.,120.006334202628)); -#10416=CARTESIAN_POINT('',(20.2221607598731,171.,120.003505161865)); -#10417=CARTESIAN_POINT('',(20.0221955414993,110.0000099633,120.000000029809)); -#10418=CARTESIAN_POINT('',(20.0221955414993,110.000010420174,120.000000029809)); -#10419=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,122.080889967585)); -#10420=CARTESIAN_POINT('',(20.1636358803736,49.,122.141396652997)); -#10421=CARTESIAN_POINT('',(20.1705297749366,49.,122.13454070829)); -#10422=CARTESIAN_POINT('',(20.1779835342981,49.,122.126099819059)); -#10423=CARTESIAN_POINT('',(20.1955263005959,49.,122.101255166196)); -#10424=CARTESIAN_POINT('',(20.2057906352018,49.,122.085907791025)); -#10425=CARTESIAN_POINT('',(20.2168882868133,49.,122.046440258616)); -#10426=CARTESIAN_POINT('',(20.2194003202353,49.,122.035885813383)); -#10427=CARTESIAN_POINT('',(20.2212644649776,49.,122.019481178471)); -#10428=CARTESIAN_POINT('',(20.2216017250228,49.,122.015843400093)); -#10429=CARTESIAN_POINT('',(20.2219975714731,49.,122.009207189857)); -#10430=CARTESIAN_POINT('',(20.2221083354695,49.,122.006334202628)); -#10431=CARTESIAN_POINT('',(20.2221607598731,49.,122.003505161865)); -#10432=CARTESIAN_POINT('',(20.1636358803736,171.,122.141396652997)); -#10433=CARTESIAN_POINT('',(20.1705297749366,171.,122.13454070829)); -#10434=CARTESIAN_POINT('',(20.1779835342981,171.,122.126099819059)); -#10435=CARTESIAN_POINT('',(20.1955263005959,171.,122.101255166196)); -#10436=CARTESIAN_POINT('',(20.2057906352018,171.,122.085907791025)); -#10437=CARTESIAN_POINT('',(20.2168882868133,171.,122.046440258616)); -#10438=CARTESIAN_POINT('',(20.2194003202353,171.,122.035885813383)); -#10439=CARTESIAN_POINT('',(20.2212644649776,171.,122.019481178471)); -#10440=CARTESIAN_POINT('',(20.2216017250228,171.,122.015843400093)); -#10441=CARTESIAN_POINT('',(20.2219975714731,171.,122.009207189857)); -#10442=CARTESIAN_POINT('',(20.2221083354695,171.,122.006334202628)); -#10443=CARTESIAN_POINT('',(20.2221607598731,171.,122.003505161865)); -#10444=CARTESIAN_POINT('',(20.0221955414993,110.000009963298,122.000000029809)); -#10445=CARTESIAN_POINT('',(20.0221955414993,110.000010420171,122.000000029809)); -#10446=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,124.080889967585)); -#10447=CARTESIAN_POINT('',(20.1636358803736,49.,124.141396652997)); -#10448=CARTESIAN_POINT('',(20.1705297749366,49.,124.13454070829)); -#10449=CARTESIAN_POINT('',(20.1779835342981,49.,124.126099819059)); -#10450=CARTESIAN_POINT('',(20.1955263005959,49.,124.101255166196)); -#10451=CARTESIAN_POINT('',(20.2057906352018,49.,124.085907791025)); -#10452=CARTESIAN_POINT('',(20.2168882868133,49.,124.046440258616)); -#10453=CARTESIAN_POINT('',(20.2194003202353,49.,124.035885813383)); -#10454=CARTESIAN_POINT('',(20.2212644649776,49.,124.019481178471)); -#10455=CARTESIAN_POINT('',(20.2216017250228,49.,124.015843400093)); -#10456=CARTESIAN_POINT('',(20.2219975714731,49.,124.009207189857)); -#10457=CARTESIAN_POINT('',(20.2221083354695,49.,124.006334202628)); -#10458=CARTESIAN_POINT('',(20.2221607598731,49.,124.003505161865)); -#10459=CARTESIAN_POINT('',(20.1636358803736,171.,124.141396652997)); -#10460=CARTESIAN_POINT('',(20.1705297749366,171.,124.13454070829)); -#10461=CARTESIAN_POINT('',(20.1779835342981,171.,124.126099819059)); -#10462=CARTESIAN_POINT('',(20.1955263005959,171.,124.101255166196)); -#10463=CARTESIAN_POINT('',(20.2057906352018,171.,124.085907791025)); -#10464=CARTESIAN_POINT('',(20.2168882868133,171.,124.046440258616)); -#10465=CARTESIAN_POINT('',(20.2194003202353,171.,124.035885813383)); -#10466=CARTESIAN_POINT('',(20.2212644649776,171.,124.019481178471)); -#10467=CARTESIAN_POINT('',(20.2216017250228,171.,124.015843400093)); -#10468=CARTESIAN_POINT('',(20.2219975714731,171.,124.009207189857)); -#10469=CARTESIAN_POINT('',(20.2221083354695,171.,124.006334202628)); -#10470=CARTESIAN_POINT('',(20.2221607598731,171.,124.003505161865)); -#10471=CARTESIAN_POINT('',(20.0221955414993,110.000009963295,124.000000029809)); -#10472=CARTESIAN_POINT('',(20.0221955414993,110.000010420168,124.000000029809)); -#10473=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,126.080889967585)); -#10474=CARTESIAN_POINT('',(20.1636358803736,49.,126.141396652997)); -#10475=CARTESIAN_POINT('',(20.1705297749366,49.,126.13454070829)); -#10476=CARTESIAN_POINT('',(20.1779835342981,49.,126.126099819059)); -#10477=CARTESIAN_POINT('',(20.1955263005959,49.,126.101255166196)); -#10478=CARTESIAN_POINT('',(20.2057906352018,49.,126.085907791025)); -#10479=CARTESIAN_POINT('',(20.2168882868133,49.,126.046440258616)); -#10480=CARTESIAN_POINT('',(20.2194003202353,49.,126.035885813383)); -#10481=CARTESIAN_POINT('',(20.2212644649776,49.,126.019481178471)); -#10482=CARTESIAN_POINT('',(20.2216017250228,49.,126.015843400093)); -#10483=CARTESIAN_POINT('',(20.2219975714731,49.,126.009207189857)); -#10484=CARTESIAN_POINT('',(20.2221083354695,49.,126.006334202628)); -#10485=CARTESIAN_POINT('',(20.2221607598731,49.,126.003505161865)); -#10486=CARTESIAN_POINT('',(20.1636358803736,171.,126.141396652997)); -#10487=CARTESIAN_POINT('',(20.1705297749366,171.,126.13454070829)); -#10488=CARTESIAN_POINT('',(20.1779835342981,171.,126.126099819059)); -#10489=CARTESIAN_POINT('',(20.1955263005959,171.,126.101255166196)); -#10490=CARTESIAN_POINT('',(20.2057906352018,171.,126.085907791025)); -#10491=CARTESIAN_POINT('',(20.2168882868133,171.,126.046440258616)); -#10492=CARTESIAN_POINT('',(20.2194003202353,171.,126.035885813383)); -#10493=CARTESIAN_POINT('',(20.2212644649776,171.,126.019481178471)); -#10494=CARTESIAN_POINT('',(20.2216017250228,171.,126.015843400093)); -#10495=CARTESIAN_POINT('',(20.2219975714731,171.,126.009207189857)); -#10496=CARTESIAN_POINT('',(20.2221083354695,171.,126.006334202628)); -#10497=CARTESIAN_POINT('',(20.2221607598731,171.,126.003505161865)); -#10498=CARTESIAN_POINT('',(20.0221955414993,110.000009963292,126.000000029809)); -#10499=CARTESIAN_POINT('',(20.0221955414993,110.000010420165,126.000000029809)); -#10500=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,128.080889967585)); -#10501=CARTESIAN_POINT('',(20.1636358803736,49.,128.141396652997)); -#10502=CARTESIAN_POINT('',(20.1705297749366,49.,128.13454070829)); -#10503=CARTESIAN_POINT('',(20.1779835342981,49.,128.126099819059)); -#10504=CARTESIAN_POINT('',(20.1955263005959,49.,128.101255166196)); -#10505=CARTESIAN_POINT('',(20.2057906352018,49.,128.085907791025)); -#10506=CARTESIAN_POINT('',(20.2168882868133,49.,128.046440258616)); -#10507=CARTESIAN_POINT('',(20.2194003202353,49.,128.035885813383)); -#10508=CARTESIAN_POINT('',(20.2212644649776,49.,128.019481178471)); -#10509=CARTESIAN_POINT('',(20.2216017250228,49.,128.015843400093)); -#10510=CARTESIAN_POINT('',(20.2219975714731,49.,128.009207189857)); -#10511=CARTESIAN_POINT('',(20.2221083354695,49.,128.006334202628)); -#10512=CARTESIAN_POINT('',(20.2221607598731,49.,128.003505161865)); -#10513=CARTESIAN_POINT('',(20.1636358803736,171.,128.141396652997)); -#10514=CARTESIAN_POINT('',(20.1705297749366,171.,128.13454070829)); -#10515=CARTESIAN_POINT('',(20.1779835342981,171.,128.126099819059)); -#10516=CARTESIAN_POINT('',(20.1955263005959,171.,128.101255166196)); -#10517=CARTESIAN_POINT('',(20.2057906352018,171.,128.085907791025)); -#10518=CARTESIAN_POINT('',(20.2168882868133,171.,128.046440258616)); -#10519=CARTESIAN_POINT('',(20.2194003202353,171.,128.035885813383)); -#10520=CARTESIAN_POINT('',(20.2212644649776,171.,128.019481178471)); -#10521=CARTESIAN_POINT('',(20.2216017250228,171.,128.015843400093)); -#10522=CARTESIAN_POINT('',(20.2219975714731,171.,128.009207189857)); -#10523=CARTESIAN_POINT('',(20.2221083354695,171.,128.006334202628)); -#10524=CARTESIAN_POINT('',(20.2221607598731,171.,128.003505161865)); -#10525=CARTESIAN_POINT('',(20.0221955414993,110.00000996329,128.000000029809)); -#10526=CARTESIAN_POINT('',(20.0221955414993,110.000010420162,128.000000029809)); -#10527=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,130.080889967585)); -#10528=CARTESIAN_POINT('',(20.1636358803736,49.,130.141396652997)); -#10529=CARTESIAN_POINT('',(20.1705297749366,49.,130.13454070829)); -#10530=CARTESIAN_POINT('',(20.1779835342981,49.,130.126099819059)); -#10531=CARTESIAN_POINT('',(20.1955263005959,49.,130.101255166196)); -#10532=CARTESIAN_POINT('',(20.2057906352018,49.,130.085907791025)); -#10533=CARTESIAN_POINT('',(20.2168882868133,49.,130.046440258616)); -#10534=CARTESIAN_POINT('',(20.2194003202353,49.,130.035885813383)); -#10535=CARTESIAN_POINT('',(20.2212644649776,49.,130.019481178471)); -#10536=CARTESIAN_POINT('',(20.2216017250228,49.,130.015843400093)); -#10537=CARTESIAN_POINT('',(20.2219975714731,49.,130.009207189857)); -#10538=CARTESIAN_POINT('',(20.2221083354695,49.,130.006334202628)); -#10539=CARTESIAN_POINT('',(20.2221607598731,49.,130.003505161865)); -#10540=CARTESIAN_POINT('',(20.1636358803736,171.,130.141396652997)); -#10541=CARTESIAN_POINT('',(20.1705297749366,171.,130.13454070829)); -#10542=CARTESIAN_POINT('',(20.1779835342981,171.,130.126099819059)); -#10543=CARTESIAN_POINT('',(20.1955263005959,171.,130.101255166196)); -#10544=CARTESIAN_POINT('',(20.2057906352018,171.,130.085907791025)); -#10545=CARTESIAN_POINT('',(20.2168882868133,171.,130.046440258616)); -#10546=CARTESIAN_POINT('',(20.2194003202353,171.,130.035885813383)); -#10547=CARTESIAN_POINT('',(20.2212644649776,171.,130.019481178471)); -#10548=CARTESIAN_POINT('',(20.2216017250228,171.,130.015843400093)); -#10549=CARTESIAN_POINT('',(20.2219975714731,171.,130.009207189857)); -#10550=CARTESIAN_POINT('',(20.2221083354695,171.,130.006334202628)); -#10551=CARTESIAN_POINT('',(20.2221607598731,171.,130.003505161865)); -#10552=CARTESIAN_POINT('',(20.0221955414993,110.000009963287,130.000000029809)); -#10553=CARTESIAN_POINT('',(20.0221955414993,110.000010420159,130.000000029809)); -#10554=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,132.080889967585)); -#10555=CARTESIAN_POINT('',(20.1636358803736,49.,132.141396652997)); -#10556=CARTESIAN_POINT('',(20.1705297749366,49.,132.13454070829)); -#10557=CARTESIAN_POINT('',(20.1779835342981,49.,132.126099819059)); -#10558=CARTESIAN_POINT('',(20.1955263005959,49.,132.101255166196)); -#10559=CARTESIAN_POINT('',(20.2057906352018,49.,132.085907791025)); -#10560=CARTESIAN_POINT('',(20.2168882868133,49.,132.046440258616)); -#10561=CARTESIAN_POINT('',(20.2194003202353,49.,132.035885813383)); -#10562=CARTESIAN_POINT('',(20.2212644649776,49.,132.019481178471)); -#10563=CARTESIAN_POINT('',(20.2216017250228,49.,132.015843400093)); -#10564=CARTESIAN_POINT('',(20.2219975714731,49.,132.009207189857)); -#10565=CARTESIAN_POINT('',(20.2221083354695,49.,132.006334202628)); -#10566=CARTESIAN_POINT('',(20.2221607598731,49.,132.003505161865)); -#10567=CARTESIAN_POINT('',(20.1636358803736,171.,132.141396652997)); -#10568=CARTESIAN_POINT('',(20.1705297749366,171.,132.13454070829)); -#10569=CARTESIAN_POINT('',(20.1779835342981,171.,132.126099819059)); -#10570=CARTESIAN_POINT('',(20.1955263005959,171.,132.101255166196)); -#10571=CARTESIAN_POINT('',(20.2057906352018,171.,132.085907791025)); -#10572=CARTESIAN_POINT('',(20.2168882868133,171.,132.046440258616)); -#10573=CARTESIAN_POINT('',(20.2194003202353,171.,132.035885813383)); -#10574=CARTESIAN_POINT('',(20.2212644649776,171.,132.019481178471)); -#10575=CARTESIAN_POINT('',(20.2216017250228,171.,132.015843400093)); -#10576=CARTESIAN_POINT('',(20.2219975714731,171.,132.009207189857)); -#10577=CARTESIAN_POINT('',(20.2221083354695,171.,132.006334202628)); -#10578=CARTESIAN_POINT('',(20.2221607598731,171.,132.003505161865)); -#10579=CARTESIAN_POINT('',(20.0221955414993,110.000009963284,132.000000029809)); -#10580=CARTESIAN_POINT('',(20.0221955414993,110.000010420156,132.000000029809)); -#10581=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,134.080889967585)); -#10582=CARTESIAN_POINT('',(20.1636358803736,49.,134.141396652997)); -#10583=CARTESIAN_POINT('',(20.1705297749366,49.,134.13454070829)); -#10584=CARTESIAN_POINT('',(20.1779835342981,49.,134.126099819059)); -#10585=CARTESIAN_POINT('',(20.1955263005959,49.,134.101255166196)); -#10586=CARTESIAN_POINT('',(20.2057906352018,49.,134.085907791025)); -#10587=CARTESIAN_POINT('',(20.2168882868133,49.,134.046440258616)); -#10588=CARTESIAN_POINT('',(20.2194003202353,49.,134.035885813383)); -#10589=CARTESIAN_POINT('',(20.2212644649776,49.,134.019481178471)); -#10590=CARTESIAN_POINT('',(20.2216017250228,49.,134.015843400093)); -#10591=CARTESIAN_POINT('',(20.2219975714731,49.,134.009207189857)); -#10592=CARTESIAN_POINT('',(20.2221083354695,49.,134.006334202628)); -#10593=CARTESIAN_POINT('',(20.2221607598731,49.,134.003505161865)); -#10594=CARTESIAN_POINT('',(20.1636358803736,171.,134.141396652997)); -#10595=CARTESIAN_POINT('',(20.1705297749366,171.,134.13454070829)); -#10596=CARTESIAN_POINT('',(20.1779835342981,171.,134.126099819059)); -#10597=CARTESIAN_POINT('',(20.1955263005959,171.,134.101255166196)); -#10598=CARTESIAN_POINT('',(20.2057906352018,171.,134.085907791025)); -#10599=CARTESIAN_POINT('',(20.2168882868133,171.,134.046440258616)); -#10600=CARTESIAN_POINT('',(20.2194003202353,171.,134.035885813383)); -#10601=CARTESIAN_POINT('',(20.2212644649776,171.,134.019481178471)); -#10602=CARTESIAN_POINT('',(20.2216017250228,171.,134.015843400093)); -#10603=CARTESIAN_POINT('',(20.2219975714731,171.,134.009207189857)); -#10604=CARTESIAN_POINT('',(20.2221083354695,171.,134.006334202628)); -#10605=CARTESIAN_POINT('',(20.2221607598731,171.,134.003505161865)); -#10606=CARTESIAN_POINT('',(20.0221955414993,110.000009963282,134.000000029809)); -#10607=CARTESIAN_POINT('',(20.0221955414993,110.000010420153,134.000000029809)); -#10608=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,136.080889967585)); -#10609=CARTESIAN_POINT('',(20.1636358803736,49.,136.141396652997)); -#10610=CARTESIAN_POINT('',(20.1705297749366,49.,136.13454070829)); -#10611=CARTESIAN_POINT('',(20.1779835342981,49.,136.126099819059)); -#10612=CARTESIAN_POINT('',(20.1955263005959,49.,136.101255166196)); -#10613=CARTESIAN_POINT('',(20.2057906352018,49.,136.085907791025)); -#10614=CARTESIAN_POINT('',(20.2168882868133,49.,136.046440258616)); -#10615=CARTESIAN_POINT('',(20.2194003202353,49.,136.035885813383)); -#10616=CARTESIAN_POINT('',(20.2212644649776,49.,136.019481178471)); -#10617=CARTESIAN_POINT('',(20.2216017250228,49.,136.015843400093)); -#10618=CARTESIAN_POINT('',(20.2219975714731,49.,136.009207189857)); -#10619=CARTESIAN_POINT('',(20.2221083354695,49.,136.006334202628)); -#10620=CARTESIAN_POINT('',(20.2221607598731,49.,136.003505161865)); -#10621=CARTESIAN_POINT('',(20.1636358803736,171.,136.141396652997)); -#10622=CARTESIAN_POINT('',(20.1705297749366,171.,136.13454070829)); -#10623=CARTESIAN_POINT('',(20.1779835342981,171.,136.126099819059)); -#10624=CARTESIAN_POINT('',(20.1955263005959,171.,136.101255166196)); -#10625=CARTESIAN_POINT('',(20.2057906352018,171.,136.085907791025)); -#10626=CARTESIAN_POINT('',(20.2168882868133,171.,136.046440258616)); -#10627=CARTESIAN_POINT('',(20.2194003202353,171.,136.035885813383)); -#10628=CARTESIAN_POINT('',(20.2212644649776,171.,136.019481178471)); -#10629=CARTESIAN_POINT('',(20.2216017250228,171.,136.015843400093)); -#10630=CARTESIAN_POINT('',(20.2219975714731,171.,136.009207189857)); -#10631=CARTESIAN_POINT('',(20.2221083354695,171.,136.006334202628)); -#10632=CARTESIAN_POINT('',(20.2221607598731,171.,136.003505161865)); -#10633=CARTESIAN_POINT('',(20.0221955414993,110.000009963279,136.000000029809)); -#10634=CARTESIAN_POINT('',(20.0221955414993,110.000010420149,136.000000029809)); -#10635=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,138.080889967585)); -#10636=CARTESIAN_POINT('',(20.1636358803736,49.,138.141396652997)); -#10637=CARTESIAN_POINT('',(20.1705297749366,49.,138.13454070829)); -#10638=CARTESIAN_POINT('',(20.1779835342981,49.,138.126099819059)); -#10639=CARTESIAN_POINT('',(20.1955263005959,49.,138.101255166196)); -#10640=CARTESIAN_POINT('',(20.2057906352018,49.,138.085907791025)); -#10641=CARTESIAN_POINT('',(20.2168882868133,49.,138.046440258616)); -#10642=CARTESIAN_POINT('',(20.2194003202353,49.,138.035885813383)); -#10643=CARTESIAN_POINT('',(20.2212644649776,49.,138.019481178471)); -#10644=CARTESIAN_POINT('',(20.2216017250228,49.,138.015843400093)); -#10645=CARTESIAN_POINT('',(20.2219975714731,49.,138.009207189857)); -#10646=CARTESIAN_POINT('',(20.2221083354695,49.,138.006334202628)); -#10647=CARTESIAN_POINT('',(20.2221607598731,49.,138.003505161865)); -#10648=CARTESIAN_POINT('',(20.1636358803736,171.,138.141396652997)); -#10649=CARTESIAN_POINT('',(20.1705297749366,171.,138.13454070829)); -#10650=CARTESIAN_POINT('',(20.1779835342981,171.,138.126099819059)); -#10651=CARTESIAN_POINT('',(20.1955263005959,171.,138.101255166196)); -#10652=CARTESIAN_POINT('',(20.2057906352018,171.,138.085907791025)); -#10653=CARTESIAN_POINT('',(20.2168882868133,171.,138.046440258616)); -#10654=CARTESIAN_POINT('',(20.2194003202353,171.,138.035885813383)); -#10655=CARTESIAN_POINT('',(20.2212644649776,171.,138.019481178471)); -#10656=CARTESIAN_POINT('',(20.2216017250228,171.,138.015843400093)); -#10657=CARTESIAN_POINT('',(20.2219975714731,171.,138.009207189857)); -#10658=CARTESIAN_POINT('',(20.2221083354695,171.,138.006334202628)); -#10659=CARTESIAN_POINT('',(20.2221607598731,171.,138.003505161865)); -#10660=CARTESIAN_POINT('',(20.0221955414993,110.000009963276,138.000000029809)); -#10661=CARTESIAN_POINT('',(20.0221955414993,110.000010420146,138.000000029809)); -#10662=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,140.080889967585)); -#10663=CARTESIAN_POINT('',(20.1636358803736,49.,140.141396652997)); -#10664=CARTESIAN_POINT('',(20.1705297749366,49.,140.13454070829)); -#10665=CARTESIAN_POINT('',(20.1779835342981,49.,140.126099819059)); -#10666=CARTESIAN_POINT('',(20.1955263005959,49.,140.101255166196)); -#10667=CARTESIAN_POINT('',(20.2057906352018,49.,140.085907791025)); -#10668=CARTESIAN_POINT('',(20.2168882868133,49.,140.046440258616)); -#10669=CARTESIAN_POINT('',(20.2194003202353,49.,140.035885813383)); -#10670=CARTESIAN_POINT('',(20.2212644649776,49.,140.019481178471)); -#10671=CARTESIAN_POINT('',(20.2216017250228,49.,140.015843400093)); -#10672=CARTESIAN_POINT('',(20.2219975714731,49.,140.009207189857)); -#10673=CARTESIAN_POINT('',(20.2221083354695,49.,140.006334202628)); -#10674=CARTESIAN_POINT('',(20.2221607598731,49.,140.003505161865)); -#10675=CARTESIAN_POINT('',(20.1636358803736,171.,140.141396652997)); -#10676=CARTESIAN_POINT('',(20.1705297749366,171.,140.13454070829)); -#10677=CARTESIAN_POINT('',(20.1779835342981,171.,140.126099819059)); -#10678=CARTESIAN_POINT('',(20.1955263005959,171.,140.101255166196)); -#10679=CARTESIAN_POINT('',(20.2057906352018,171.,140.085907791025)); -#10680=CARTESIAN_POINT('',(20.2168882868133,171.,140.046440258616)); -#10681=CARTESIAN_POINT('',(20.2194003202353,171.,140.035885813383)); -#10682=CARTESIAN_POINT('',(20.2212644649776,171.,140.019481178471)); -#10683=CARTESIAN_POINT('',(20.2216017250228,171.,140.015843400093)); -#10684=CARTESIAN_POINT('',(20.2219975714731,171.,140.009207189857)); -#10685=CARTESIAN_POINT('',(20.2221083354695,171.,140.006334202628)); -#10686=CARTESIAN_POINT('',(20.2221607598731,171.,140.003505161865)); -#10687=CARTESIAN_POINT('',(20.0221955414993,110.000009963274,140.000000029809)); -#10688=CARTESIAN_POINT('',(20.0221955414993,110.000010420143,140.000000029809)); -#10689=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,142.080889967585)); -#10690=CARTESIAN_POINT('',(20.1636358803736,49.,142.141396652997)); -#10691=CARTESIAN_POINT('',(20.1705297749366,49.,142.13454070829)); -#10692=CARTESIAN_POINT('',(20.1779835342981,49.,142.126099819059)); -#10693=CARTESIAN_POINT('',(20.1955263005959,49.,142.101255166196)); -#10694=CARTESIAN_POINT('',(20.2057906352018,49.,142.085907791025)); -#10695=CARTESIAN_POINT('',(20.2168882868133,49.,142.046440258616)); -#10696=CARTESIAN_POINT('',(20.2194003202353,49.,142.035885813383)); -#10697=CARTESIAN_POINT('',(20.2212644649776,49.,142.019481178471)); -#10698=CARTESIAN_POINT('',(20.2216017250228,49.,142.015843400093)); -#10699=CARTESIAN_POINT('',(20.2219975714731,49.,142.009207189857)); -#10700=CARTESIAN_POINT('',(20.2221083354695,49.,142.006334202628)); -#10701=CARTESIAN_POINT('',(20.2221607598731,49.,142.003505161865)); -#10702=CARTESIAN_POINT('',(20.1636358803736,171.,142.141396652997)); -#10703=CARTESIAN_POINT('',(20.1705297749366,171.,142.13454070829)); -#10704=CARTESIAN_POINT('',(20.1779835342981,171.,142.126099819059)); -#10705=CARTESIAN_POINT('',(20.1955263005959,171.,142.101255166196)); -#10706=CARTESIAN_POINT('',(20.2057906352018,171.,142.085907791025)); -#10707=CARTESIAN_POINT('',(20.2168882868133,171.,142.046440258616)); -#10708=CARTESIAN_POINT('',(20.2194003202353,171.,142.035885813383)); -#10709=CARTESIAN_POINT('',(20.2212644649776,171.,142.019481178471)); -#10710=CARTESIAN_POINT('',(20.2216017250228,171.,142.015843400093)); -#10711=CARTESIAN_POINT('',(20.2219975714731,171.,142.009207189857)); -#10712=CARTESIAN_POINT('',(20.2221083354695,171.,142.006334202628)); -#10713=CARTESIAN_POINT('',(20.2221607598731,171.,142.003505161865)); -#10714=CARTESIAN_POINT('',(20.0221955414993,110.000009963271,142.000000029809)); -#10715=CARTESIAN_POINT('',(20.0221955414993,110.00001042014,142.000000029809)); -#10716=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,144.080889967585)); -#10717=CARTESIAN_POINT('',(20.1636358803736,49.,144.141396652997)); -#10718=CARTESIAN_POINT('',(20.1705297749366,49.,144.13454070829)); -#10719=CARTESIAN_POINT('',(20.1779835342981,49.,144.126099819059)); -#10720=CARTESIAN_POINT('',(20.1955263005959,49.,144.101255166196)); -#10721=CARTESIAN_POINT('',(20.2057906352018,49.,144.085907791025)); -#10722=CARTESIAN_POINT('',(20.2168882868133,49.,144.046440258616)); -#10723=CARTESIAN_POINT('',(20.2194003202353,49.,144.035885813383)); -#10724=CARTESIAN_POINT('',(20.2212644649776,49.,144.019481178471)); -#10725=CARTESIAN_POINT('',(20.2216017250228,49.,144.015843400093)); -#10726=CARTESIAN_POINT('',(20.2219975714731,49.,144.009207189857)); -#10727=CARTESIAN_POINT('',(20.2221083354695,49.,144.006334202628)); -#10728=CARTESIAN_POINT('',(20.2221607598731,49.,144.003505161865)); -#10729=CARTESIAN_POINT('',(20.1636358803736,171.,144.141396652997)); -#10730=CARTESIAN_POINT('',(20.1705297749366,171.,144.13454070829)); -#10731=CARTESIAN_POINT('',(20.1779835342981,171.,144.126099819059)); -#10732=CARTESIAN_POINT('',(20.1955263005959,171.,144.101255166196)); -#10733=CARTESIAN_POINT('',(20.2057906352018,171.,144.085907791025)); -#10734=CARTESIAN_POINT('',(20.2168882868133,171.,144.046440258616)); -#10735=CARTESIAN_POINT('',(20.2194003202353,171.,144.035885813383)); -#10736=CARTESIAN_POINT('',(20.2212644649776,171.,144.019481178471)); -#10737=CARTESIAN_POINT('',(20.2216017250228,171.,144.015843400093)); -#10738=CARTESIAN_POINT('',(20.2219975714731,171.,144.009207189857)); -#10739=CARTESIAN_POINT('',(20.2221083354695,171.,144.006334202628)); -#10740=CARTESIAN_POINT('',(20.2221607598731,171.,144.003505161865)); -#10741=CARTESIAN_POINT('',(20.0221955414993,110.000009963268,144.000000029809)); -#10742=CARTESIAN_POINT('',(20.0221955414993,110.000010420137,144.000000029809)); -#10743=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,146.080889967585)); -#10744=CARTESIAN_POINT('',(20.1636358803736,49.,146.141396652997)); -#10745=CARTESIAN_POINT('',(20.1705297749366,49.,146.13454070829)); -#10746=CARTESIAN_POINT('',(20.1779835342981,49.,146.126099819059)); -#10747=CARTESIAN_POINT('',(20.1955263005959,49.,146.101255166196)); -#10748=CARTESIAN_POINT('',(20.2057906352018,49.,146.085907791025)); -#10749=CARTESIAN_POINT('',(20.2168882868133,49.,146.046440258616)); -#10750=CARTESIAN_POINT('',(20.2194003202353,49.,146.035885813383)); -#10751=CARTESIAN_POINT('',(20.2212644649776,49.,146.019481178471)); -#10752=CARTESIAN_POINT('',(20.2216017250228,49.,146.015843400093)); -#10753=CARTESIAN_POINT('',(20.2219975714731,49.,146.009207189857)); -#10754=CARTESIAN_POINT('',(20.2221083354695,49.,146.006334202628)); -#10755=CARTESIAN_POINT('',(20.2221607598731,49.,146.003505161865)); -#10756=CARTESIAN_POINT('',(20.1636358803736,171.,146.141396652997)); -#10757=CARTESIAN_POINT('',(20.1705297749366,171.,146.13454070829)); -#10758=CARTESIAN_POINT('',(20.1779835342981,171.,146.126099819059)); -#10759=CARTESIAN_POINT('',(20.1955263005959,171.,146.101255166196)); -#10760=CARTESIAN_POINT('',(20.2057906352018,171.,146.085907791025)); -#10761=CARTESIAN_POINT('',(20.2168882868133,171.,146.046440258616)); -#10762=CARTESIAN_POINT('',(20.2194003202353,171.,146.035885813383)); -#10763=CARTESIAN_POINT('',(20.2212644649776,171.,146.019481178471)); -#10764=CARTESIAN_POINT('',(20.2216017250228,171.,146.015843400093)); -#10765=CARTESIAN_POINT('',(20.2219975714731,171.,146.009207189857)); -#10766=CARTESIAN_POINT('',(20.2221083354695,171.,146.006334202628)); -#10767=CARTESIAN_POINT('',(20.2221607598731,171.,146.003505161865)); -#10768=CARTESIAN_POINT('',(20.0221955414993,110.000009963266,146.000000029809)); -#10769=CARTESIAN_POINT('',(20.0221955414993,110.000010420134,146.000000029809)); -#10770=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,148.080889967585)); -#10771=CARTESIAN_POINT('',(20.1636358803736,49.,148.141396652997)); -#10772=CARTESIAN_POINT('',(20.1705297749366,49.,148.13454070829)); -#10773=CARTESIAN_POINT('',(20.1779835342981,49.,148.126099819059)); -#10774=CARTESIAN_POINT('',(20.1955263005959,49.,148.101255166196)); -#10775=CARTESIAN_POINT('',(20.2057906352018,49.,148.085907791025)); -#10776=CARTESIAN_POINT('',(20.2168882868133,49.,148.046440258616)); -#10777=CARTESIAN_POINT('',(20.2194003202353,49.,148.035885813383)); -#10778=CARTESIAN_POINT('',(20.2212644649776,49.,148.019481178471)); -#10779=CARTESIAN_POINT('',(20.2216017250228,49.,148.015843400093)); -#10780=CARTESIAN_POINT('',(20.2219975714731,49.,148.009207189857)); -#10781=CARTESIAN_POINT('',(20.2221083354695,49.,148.006334202628)); -#10782=CARTESIAN_POINT('',(20.2221607598731,49.,148.003505161865)); -#10783=CARTESIAN_POINT('',(20.1636358803736,171.,148.141396652997)); -#10784=CARTESIAN_POINT('',(20.1705297749366,171.,148.13454070829)); -#10785=CARTESIAN_POINT('',(20.1779835342981,171.,148.126099819059)); -#10786=CARTESIAN_POINT('',(20.1955263005959,171.,148.101255166196)); -#10787=CARTESIAN_POINT('',(20.2057906352018,171.,148.085907791025)); -#10788=CARTESIAN_POINT('',(20.2168882868133,171.,148.046440258616)); -#10789=CARTESIAN_POINT('',(20.2194003202353,171.,148.035885813383)); -#10790=CARTESIAN_POINT('',(20.2212644649776,171.,148.019481178471)); -#10791=CARTESIAN_POINT('',(20.2216017250228,171.,148.015843400093)); -#10792=CARTESIAN_POINT('',(20.2219975714731,171.,148.009207189857)); -#10793=CARTESIAN_POINT('',(20.2221083354695,171.,148.006334202628)); -#10794=CARTESIAN_POINT('',(20.2221607598731,171.,148.003505161865)); -#10795=CARTESIAN_POINT('',(20.0221955414993,110.000009963263,148.000000029809)); -#10796=CARTESIAN_POINT('',(20.0221955414993,110.000010420131,148.000000029809)); -#10797=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,150.080889967585)); -#10798=CARTESIAN_POINT('',(20.1636358803736,49.,150.141396652997)); -#10799=CARTESIAN_POINT('',(20.1705297749366,49.,150.13454070829)); -#10800=CARTESIAN_POINT('',(20.1779835342981,49.,150.126099819059)); -#10801=CARTESIAN_POINT('',(20.1955263005959,49.,150.101255166196)); -#10802=CARTESIAN_POINT('',(20.2057906352018,49.,150.085907791025)); -#10803=CARTESIAN_POINT('',(20.2168882868133,49.,150.046440258616)); -#10804=CARTESIAN_POINT('',(20.2194003202353,49.,150.035885813383)); -#10805=CARTESIAN_POINT('',(20.2212644649776,49.,150.019481178471)); -#10806=CARTESIAN_POINT('',(20.2216017250228,49.,150.015843400093)); -#10807=CARTESIAN_POINT('',(20.2219975714731,49.,150.009207189857)); -#10808=CARTESIAN_POINT('',(20.2221083354695,49.,150.006334202628)); -#10809=CARTESIAN_POINT('',(20.2221607598731,49.,150.003505161865)); -#10810=CARTESIAN_POINT('',(20.1636358803736,171.,150.141396652997)); -#10811=CARTESIAN_POINT('',(20.1705297749366,171.,150.13454070829)); -#10812=CARTESIAN_POINT('',(20.1779835342981,171.,150.126099819059)); -#10813=CARTESIAN_POINT('',(20.1955263005959,171.,150.101255166196)); -#10814=CARTESIAN_POINT('',(20.2057906352018,171.,150.085907791025)); -#10815=CARTESIAN_POINT('',(20.2168882868133,171.,150.046440258616)); -#10816=CARTESIAN_POINT('',(20.2194003202353,171.,150.035885813383)); -#10817=CARTESIAN_POINT('',(20.2212644649776,171.,150.019481178471)); -#10818=CARTESIAN_POINT('',(20.2216017250228,171.,150.015843400093)); -#10819=CARTESIAN_POINT('',(20.2219975714731,171.,150.009207189857)); -#10820=CARTESIAN_POINT('',(20.2221083354695,171.,150.006334202628)); -#10821=CARTESIAN_POINT('',(20.2221607598731,171.,150.003505161865)); -#10822=CARTESIAN_POINT('',(20.0221955414993,110.00000996326,150.000000029809)); -#10823=CARTESIAN_POINT('',(20.0221955414993,110.000010420128,150.000000029809)); -#10824=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,152.080889967585)); -#10825=CARTESIAN_POINT('',(20.1636358803736,49.,152.141396652997)); -#10826=CARTESIAN_POINT('',(20.1705297749366,49.,152.13454070829)); -#10827=CARTESIAN_POINT('',(20.1779835342981,49.,152.126099819059)); -#10828=CARTESIAN_POINT('',(20.1955263005959,49.,152.101255166196)); -#10829=CARTESIAN_POINT('',(20.2057906352018,49.,152.085907791025)); -#10830=CARTESIAN_POINT('',(20.2168882868133,49.,152.046440258616)); -#10831=CARTESIAN_POINT('',(20.2194003202353,49.,152.035885813383)); -#10832=CARTESIAN_POINT('',(20.2212644649776,49.,152.019481178471)); -#10833=CARTESIAN_POINT('',(20.2216017250228,49.,152.015843400093)); -#10834=CARTESIAN_POINT('',(20.2219975714731,49.,152.009207189857)); -#10835=CARTESIAN_POINT('',(20.2221083354695,49.,152.006334202628)); -#10836=CARTESIAN_POINT('',(20.2221607598731,49.,152.003505161865)); -#10837=CARTESIAN_POINT('',(20.1636358803736,171.,152.141396652997)); -#10838=CARTESIAN_POINT('',(20.1705297749366,171.,152.13454070829)); -#10839=CARTESIAN_POINT('',(20.1779835342981,171.,152.126099819059)); -#10840=CARTESIAN_POINT('',(20.1955263005959,171.,152.101255166196)); -#10841=CARTESIAN_POINT('',(20.2057906352018,171.,152.085907791025)); -#10842=CARTESIAN_POINT('',(20.2168882868133,171.,152.046440258616)); -#10843=CARTESIAN_POINT('',(20.2194003202353,171.,152.035885813383)); -#10844=CARTESIAN_POINT('',(20.2212644649776,171.,152.019481178471)); -#10845=CARTESIAN_POINT('',(20.2216017250228,171.,152.015843400093)); -#10846=CARTESIAN_POINT('',(20.2219975714731,171.,152.009207189857)); -#10847=CARTESIAN_POINT('',(20.2221083354695,171.,152.006334202628)); -#10848=CARTESIAN_POINT('',(20.2221607598731,171.,152.003505161865)); -#10849=CARTESIAN_POINT('',(20.0221955414993,110.000009963258,152.000000029809)); -#10850=CARTESIAN_POINT('',(20.0221955414993,110.000010420125,152.000000029809)); -#10851=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,154.080889967585)); -#10852=CARTESIAN_POINT('',(20.1636358803736,49.,154.141396652997)); -#10853=CARTESIAN_POINT('',(20.1705297749366,49.,154.13454070829)); -#10854=CARTESIAN_POINT('',(20.1779835342981,49.,154.126099819059)); -#10855=CARTESIAN_POINT('',(20.1955263005959,49.,154.101255166196)); -#10856=CARTESIAN_POINT('',(20.2057906352018,49.,154.085907791025)); -#10857=CARTESIAN_POINT('',(20.2168882868133,49.,154.046440258616)); -#10858=CARTESIAN_POINT('',(20.2194003202353,49.,154.035885813383)); -#10859=CARTESIAN_POINT('',(20.2212644649776,49.,154.019481178471)); -#10860=CARTESIAN_POINT('',(20.2216017250228,49.,154.015843400093)); -#10861=CARTESIAN_POINT('',(20.2219975714731,49.,154.009207189857)); -#10862=CARTESIAN_POINT('',(20.2221083354695,49.,154.006334202628)); -#10863=CARTESIAN_POINT('',(20.2221607598731,49.,154.003505161865)); -#10864=CARTESIAN_POINT('',(20.1636358803736,171.,154.141396652997)); -#10865=CARTESIAN_POINT('',(20.1705297749366,171.,154.13454070829)); -#10866=CARTESIAN_POINT('',(20.1779835342981,171.,154.126099819059)); -#10867=CARTESIAN_POINT('',(20.1955263005959,171.,154.101255166196)); -#10868=CARTESIAN_POINT('',(20.2057906352018,171.,154.085907791025)); -#10869=CARTESIAN_POINT('',(20.2168882868133,171.,154.046440258616)); -#10870=CARTESIAN_POINT('',(20.2194003202353,171.,154.035885813383)); -#10871=CARTESIAN_POINT('',(20.2212644649776,171.,154.019481178471)); -#10872=CARTESIAN_POINT('',(20.2216017250228,171.,154.015843400093)); -#10873=CARTESIAN_POINT('',(20.2219975714731,171.,154.009207189857)); -#10874=CARTESIAN_POINT('',(20.2221083354695,171.,154.006334202628)); -#10875=CARTESIAN_POINT('',(20.2221607598731,171.,154.003505161865)); -#10876=CARTESIAN_POINT('',(20.0221955414993,110.000009963255,154.000000029809)); -#10877=CARTESIAN_POINT('',(20.0221955414993,110.000010420122,154.000000029809)); -#10878=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,156.080889967585)); -#10879=CARTESIAN_POINT('',(20.1636358803736,49.,156.141396652997)); -#10880=CARTESIAN_POINT('',(20.1705297749366,49.,156.13454070829)); -#10881=CARTESIAN_POINT('',(20.1779835342981,49.,156.126099819059)); -#10882=CARTESIAN_POINT('',(20.1955263005959,49.,156.101255166196)); -#10883=CARTESIAN_POINT('',(20.2057906352018,49.,156.085907791025)); -#10884=CARTESIAN_POINT('',(20.2168882868133,49.,156.046440258616)); -#10885=CARTESIAN_POINT('',(20.2194003202353,49.,156.035885813383)); -#10886=CARTESIAN_POINT('',(20.2212644649776,49.,156.019481178471)); -#10887=CARTESIAN_POINT('',(20.2216017250228,49.,156.015843400093)); -#10888=CARTESIAN_POINT('',(20.2219975714731,49.,156.009207189857)); -#10889=CARTESIAN_POINT('',(20.2221083354695,49.,156.006334202628)); -#10890=CARTESIAN_POINT('',(20.2221607598731,49.,156.003505161865)); -#10891=CARTESIAN_POINT('',(20.1636358803736,171.,156.141396652997)); -#10892=CARTESIAN_POINT('',(20.1705297749366,171.,156.13454070829)); -#10893=CARTESIAN_POINT('',(20.1779835342981,171.,156.126099819059)); -#10894=CARTESIAN_POINT('',(20.1955263005959,171.,156.101255166196)); -#10895=CARTESIAN_POINT('',(20.2057906352018,171.,156.085907791025)); -#10896=CARTESIAN_POINT('',(20.2168882868133,171.,156.046440258616)); -#10897=CARTESIAN_POINT('',(20.2194003202353,171.,156.035885813383)); -#10898=CARTESIAN_POINT('',(20.2212644649776,171.,156.019481178471)); -#10899=CARTESIAN_POINT('',(20.2216017250228,171.,156.015843400093)); -#10900=CARTESIAN_POINT('',(20.2219975714731,171.,156.009207189857)); -#10901=CARTESIAN_POINT('',(20.2221083354695,171.,156.006334202628)); -#10902=CARTESIAN_POINT('',(20.2221607598731,171.,156.003505161865)); -#10903=CARTESIAN_POINT('',(20.0221955414993,110.000009963252,156.000000029809)); -#10904=CARTESIAN_POINT('',(20.0221955414993,110.000010420119,156.000000029809)); -#10905=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,158.080889967585)); -#10906=CARTESIAN_POINT('',(20.1636358803736,49.,158.141396652997)); -#10907=CARTESIAN_POINT('',(20.1705297749366,49.,158.13454070829)); -#10908=CARTESIAN_POINT('',(20.1779835342981,49.,158.126099819059)); -#10909=CARTESIAN_POINT('',(20.1955263005959,49.,158.101255166196)); -#10910=CARTESIAN_POINT('',(20.2057906352018,49.,158.085907791025)); -#10911=CARTESIAN_POINT('',(20.2168882868133,49.,158.046440258616)); -#10912=CARTESIAN_POINT('',(20.2194003202353,49.,158.035885813383)); -#10913=CARTESIAN_POINT('',(20.2212644649776,49.,158.019481178471)); -#10914=CARTESIAN_POINT('',(20.2216017250228,49.,158.015843400093)); -#10915=CARTESIAN_POINT('',(20.2219975714731,49.,158.009207189857)); -#10916=CARTESIAN_POINT('',(20.2221083354695,49.,158.006334202628)); -#10917=CARTESIAN_POINT('',(20.2221607598731,49.,158.003505161865)); -#10918=CARTESIAN_POINT('',(20.1636358803736,171.,158.141396652997)); -#10919=CARTESIAN_POINT('',(20.1705297749366,171.,158.13454070829)); -#10920=CARTESIAN_POINT('',(20.1779835342981,171.,158.126099819059)); -#10921=CARTESIAN_POINT('',(20.1955263005959,171.,158.101255166196)); -#10922=CARTESIAN_POINT('',(20.2057906352018,171.,158.085907791025)); -#10923=CARTESIAN_POINT('',(20.2168882868133,171.,158.046440258616)); -#10924=CARTESIAN_POINT('',(20.2194003202353,171.,158.035885813383)); -#10925=CARTESIAN_POINT('',(20.2212644649776,171.,158.019481178471)); -#10926=CARTESIAN_POINT('',(20.2216017250228,171.,158.015843400093)); -#10927=CARTESIAN_POINT('',(20.2219975714731,171.,158.009207189857)); -#10928=CARTESIAN_POINT('',(20.2221083354695,171.,158.006334202628)); -#10929=CARTESIAN_POINT('',(20.2221607598731,171.,158.003505161865)); -#10930=CARTESIAN_POINT('',(20.0221955414993,110.00000996325,158.000000029809)); -#10931=CARTESIAN_POINT('',(20.0221955414993,110.000010420116,158.000000029809)); -#10932=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,160.080889967585)); -#10933=CARTESIAN_POINT('',(20.1636358803736,49.,160.141396652997)); -#10934=CARTESIAN_POINT('',(20.1705297749366,49.,160.13454070829)); -#10935=CARTESIAN_POINT('',(20.1779835342981,49.,160.126099819059)); -#10936=CARTESIAN_POINT('',(20.1955263005959,49.,160.101255166196)); -#10937=CARTESIAN_POINT('',(20.2057906352018,49.,160.085907791025)); -#10938=CARTESIAN_POINT('',(20.2168882868133,49.,160.046440258616)); -#10939=CARTESIAN_POINT('',(20.2194003202353,49.,160.035885813383)); -#10940=CARTESIAN_POINT('',(20.2212644649776,49.,160.019481178471)); -#10941=CARTESIAN_POINT('',(20.2216017250228,49.,160.015843400093)); -#10942=CARTESIAN_POINT('',(20.2219975714731,49.,160.009207189857)); -#10943=CARTESIAN_POINT('',(20.2221083354695,49.,160.006334202628)); -#10944=CARTESIAN_POINT('',(20.2221607598731,49.,160.003505161865)); -#10945=CARTESIAN_POINT('',(20.1636358803736,171.,160.141396652997)); -#10946=CARTESIAN_POINT('',(20.1705297749366,171.,160.13454070829)); -#10947=CARTESIAN_POINT('',(20.1779835342981,171.,160.126099819059)); -#10948=CARTESIAN_POINT('',(20.1955263005959,171.,160.101255166196)); -#10949=CARTESIAN_POINT('',(20.2057906352018,171.,160.085907791025)); -#10950=CARTESIAN_POINT('',(20.2168882868133,171.,160.046440258616)); -#10951=CARTESIAN_POINT('',(20.2194003202353,171.,160.035885813383)); -#10952=CARTESIAN_POINT('',(20.2212644649776,171.,160.019481178471)); -#10953=CARTESIAN_POINT('',(20.2216017250228,171.,160.015843400093)); -#10954=CARTESIAN_POINT('',(20.2219975714731,171.,160.009207189857)); -#10955=CARTESIAN_POINT('',(20.2221083354695,171.,160.006334202628)); -#10956=CARTESIAN_POINT('',(20.2221607598731,171.,160.003505161865)); -#10957=CARTESIAN_POINT('',(20.0221955414993,110.000009963247,160.000000029809)); -#10958=CARTESIAN_POINT('',(20.0221955414993,110.000010420112,160.000000029809)); -#10959=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,162.080889967585)); -#10960=CARTESIAN_POINT('',(20.1636358803736,49.,162.141396652997)); -#10961=CARTESIAN_POINT('',(20.1705297749366,49.,162.13454070829)); -#10962=CARTESIAN_POINT('',(20.1779835342981,49.,162.126099819059)); -#10963=CARTESIAN_POINT('',(20.1955263005959,49.,162.101255166196)); -#10964=CARTESIAN_POINT('',(20.2057906352018,49.,162.085907791025)); -#10965=CARTESIAN_POINT('',(20.2168882868133,49.,162.046440258616)); -#10966=CARTESIAN_POINT('',(20.2194003202353,49.,162.035885813383)); -#10967=CARTESIAN_POINT('',(20.2212644649776,49.,162.019481178471)); -#10968=CARTESIAN_POINT('',(20.2216017250228,49.,162.015843400093)); -#10969=CARTESIAN_POINT('',(20.2219975714731,49.,162.009207189857)); -#10970=CARTESIAN_POINT('',(20.2221083354695,49.,162.006334202628)); -#10971=CARTESIAN_POINT('',(20.2221607598731,49.,162.003505161865)); -#10972=CARTESIAN_POINT('',(20.1636358803736,171.,162.141396652997)); -#10973=CARTESIAN_POINT('',(20.1705297749366,171.,162.13454070829)); -#10974=CARTESIAN_POINT('',(20.1779835342981,171.,162.126099819059)); -#10975=CARTESIAN_POINT('',(20.1955263005959,171.,162.101255166196)); -#10976=CARTESIAN_POINT('',(20.2057906352018,171.,162.085907791025)); -#10977=CARTESIAN_POINT('',(20.2168882868133,171.,162.046440258616)); -#10978=CARTESIAN_POINT('',(20.2194003202353,171.,162.035885813383)); -#10979=CARTESIAN_POINT('',(20.2212644649776,171.,162.019481178471)); -#10980=CARTESIAN_POINT('',(20.2216017250228,171.,162.015843400093)); -#10981=CARTESIAN_POINT('',(20.2219975714731,171.,162.009207189857)); -#10982=CARTESIAN_POINT('',(20.2221083354695,171.,162.006334202628)); -#10983=CARTESIAN_POINT('',(20.2221607598731,171.,162.003505161865)); -#10984=CARTESIAN_POINT('',(20.0221955414993,110.000009963244,162.000000029809)); -#10985=CARTESIAN_POINT('',(20.0221955414993,110.000010420109,162.000000029809)); -#10986=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,164.080889967585)); -#10987=CARTESIAN_POINT('',(20.1636358803736,49.,164.141396652997)); -#10988=CARTESIAN_POINT('',(20.1705297749366,49.,164.13454070829)); -#10989=CARTESIAN_POINT('',(20.1779835342981,49.,164.126099819059)); -#10990=CARTESIAN_POINT('',(20.1955263005959,49.,164.101255166196)); -#10991=CARTESIAN_POINT('',(20.2057906352018,49.,164.085907791025)); -#10992=CARTESIAN_POINT('',(20.2168882868133,49.,164.046440258616)); -#10993=CARTESIAN_POINT('',(20.2194003202353,49.,164.035885813383)); -#10994=CARTESIAN_POINT('',(20.2212644649776,49.,164.019481178471)); -#10995=CARTESIAN_POINT('',(20.2216017250228,49.,164.015843400093)); -#10996=CARTESIAN_POINT('',(20.2219975714731,49.,164.009207189857)); -#10997=CARTESIAN_POINT('',(20.2221083354695,49.,164.006334202628)); -#10998=CARTESIAN_POINT('',(20.2221607598731,49.,164.003505161865)); -#10999=CARTESIAN_POINT('',(20.1636358803736,171.,164.141396652997)); -#11000=CARTESIAN_POINT('',(20.1705297749366,171.,164.13454070829)); -#11001=CARTESIAN_POINT('',(20.1779835342981,171.,164.126099819059)); -#11002=CARTESIAN_POINT('',(20.1955263005959,171.,164.101255166196)); -#11003=CARTESIAN_POINT('',(20.2057906352018,171.,164.085907791025)); -#11004=CARTESIAN_POINT('',(20.2168882868133,171.,164.046440258616)); -#11005=CARTESIAN_POINT('',(20.2194003202353,171.,164.035885813383)); -#11006=CARTESIAN_POINT('',(20.2212644649776,171.,164.019481178471)); -#11007=CARTESIAN_POINT('',(20.2216017250228,171.,164.015843400093)); -#11008=CARTESIAN_POINT('',(20.2219975714731,171.,164.009207189857)); -#11009=CARTESIAN_POINT('',(20.2221083354695,171.,164.006334202628)); -#11010=CARTESIAN_POINT('',(20.2221607598731,171.,164.003505161865)); -#11011=CARTESIAN_POINT('',(20.0221955414993,110.000009963242,164.000000029809)); -#11012=CARTESIAN_POINT('',(20.0221955414993,110.000010420106,164.000000029809)); -#11013=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,166.080889967585)); -#11014=CARTESIAN_POINT('',(20.1636358803736,49.,166.141396652997)); -#11015=CARTESIAN_POINT('',(20.1705297749366,49.,166.13454070829)); -#11016=CARTESIAN_POINT('',(20.1779835342981,49.,166.126099819059)); -#11017=CARTESIAN_POINT('',(20.1955263005959,49.,166.101255166196)); -#11018=CARTESIAN_POINT('',(20.2057906352018,49.,166.085907791025)); -#11019=CARTESIAN_POINT('',(20.2168882868133,49.,166.046440258616)); -#11020=CARTESIAN_POINT('',(20.2194003202353,49.,166.035885813383)); -#11021=CARTESIAN_POINT('',(20.2212644649776,49.,166.019481178471)); -#11022=CARTESIAN_POINT('',(20.2216017250228,49.,166.015843400093)); -#11023=CARTESIAN_POINT('',(20.2219975714731,49.,166.009207189857)); -#11024=CARTESIAN_POINT('',(20.2221083354695,49.,166.006334202628)); -#11025=CARTESIAN_POINT('',(20.2221607598731,49.,166.003505161865)); -#11026=CARTESIAN_POINT('',(20.1636358803736,171.,166.141396652997)); -#11027=CARTESIAN_POINT('',(20.1705297749366,171.,166.13454070829)); -#11028=CARTESIAN_POINT('',(20.1779835342981,171.,166.126099819059)); -#11029=CARTESIAN_POINT('',(20.1955263005959,171.,166.101255166196)); -#11030=CARTESIAN_POINT('',(20.2057906352018,171.,166.085907791025)); -#11031=CARTESIAN_POINT('',(20.2168882868133,171.,166.046440258616)); -#11032=CARTESIAN_POINT('',(20.2194003202353,171.,166.035885813383)); -#11033=CARTESIAN_POINT('',(20.2212644649776,171.,166.019481178471)); -#11034=CARTESIAN_POINT('',(20.2216017250228,171.,166.015843400093)); -#11035=CARTESIAN_POINT('',(20.2219975714731,171.,166.009207189857)); -#11036=CARTESIAN_POINT('',(20.2221083354695,171.,166.006334202628)); -#11037=CARTESIAN_POINT('',(20.2221607598731,171.,166.003505161865)); -#11038=CARTESIAN_POINT('',(20.0221955414993,110.000009963239,166.000000029809)); -#11039=CARTESIAN_POINT('',(20.0221955414993,110.000010420103,166.000000029809)); -#11040=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,168.080889967585)); -#11041=CARTESIAN_POINT('',(20.1636358803736,49.,168.141396652997)); -#11042=CARTESIAN_POINT('',(20.1705297749366,49.,168.13454070829)); -#11043=CARTESIAN_POINT('',(20.1779835342981,49.,168.126099819059)); -#11044=CARTESIAN_POINT('',(20.1955263005959,49.,168.101255166196)); -#11045=CARTESIAN_POINT('',(20.2057906352018,49.,168.085907791025)); -#11046=CARTESIAN_POINT('',(20.2168882868133,49.,168.046440258616)); -#11047=CARTESIAN_POINT('',(20.2194003202353,49.,168.035885813383)); -#11048=CARTESIAN_POINT('',(20.2212644649776,49.,168.019481178471)); -#11049=CARTESIAN_POINT('',(20.2216017250228,49.,168.015843400093)); -#11050=CARTESIAN_POINT('',(20.2219975714731,49.,168.009207189857)); -#11051=CARTESIAN_POINT('',(20.2221083354695,49.,168.006334202628)); -#11052=CARTESIAN_POINT('',(20.2221607598731,49.,168.003505161865)); -#11053=CARTESIAN_POINT('',(20.1636358803736,171.,168.141396652997)); -#11054=CARTESIAN_POINT('',(20.1705297749366,171.,168.13454070829)); -#11055=CARTESIAN_POINT('',(20.1779835342981,171.,168.126099819059)); -#11056=CARTESIAN_POINT('',(20.1955263005959,171.,168.101255166196)); -#11057=CARTESIAN_POINT('',(20.2057906352018,171.,168.085907791025)); -#11058=CARTESIAN_POINT('',(20.2168882868133,171.,168.046440258616)); -#11059=CARTESIAN_POINT('',(20.2194003202353,171.,168.035885813383)); -#11060=CARTESIAN_POINT('',(20.2212644649776,171.,168.019481178471)); -#11061=CARTESIAN_POINT('',(20.2216017250228,171.,168.015843400093)); -#11062=CARTESIAN_POINT('',(20.2219975714731,171.,168.009207189857)); -#11063=CARTESIAN_POINT('',(20.2221083354695,171.,168.006334202628)); -#11064=CARTESIAN_POINT('',(20.2221607598731,171.,168.003505161865)); -#11065=CARTESIAN_POINT('',(20.0221955414993,110.000009963236,168.000000029809)); -#11066=CARTESIAN_POINT('',(20.0221955414993,110.0000104201,168.000000029809)); -#11067=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,170.080889967585)); -#11068=CARTESIAN_POINT('',(20.1636358803736,49.,170.141396652997)); -#11069=CARTESIAN_POINT('',(20.1705297749366,49.,170.13454070829)); -#11070=CARTESIAN_POINT('',(20.1779835342981,49.,170.126099819059)); -#11071=CARTESIAN_POINT('',(20.1955263005959,49.,170.101255166196)); -#11072=CARTESIAN_POINT('',(20.2057906352018,49.,170.085907791025)); -#11073=CARTESIAN_POINT('',(20.2168882868133,49.,170.046440258616)); -#11074=CARTESIAN_POINT('',(20.2194003202353,49.,170.035885813383)); -#11075=CARTESIAN_POINT('',(20.2212644649776,49.,170.019481178471)); -#11076=CARTESIAN_POINT('',(20.2216017250228,49.,170.015843400093)); -#11077=CARTESIAN_POINT('',(20.2219975714731,49.,170.009207189857)); -#11078=CARTESIAN_POINT('',(20.2221083354695,49.,170.006334202628)); -#11079=CARTESIAN_POINT('',(20.2221607598731,49.,170.003505161865)); -#11080=CARTESIAN_POINT('',(20.1636358803736,171.,170.141396652997)); -#11081=CARTESIAN_POINT('',(20.1705297749366,171.,170.13454070829)); -#11082=CARTESIAN_POINT('',(20.1779835342981,171.,170.126099819059)); -#11083=CARTESIAN_POINT('',(20.1955263005959,171.,170.101255166196)); -#11084=CARTESIAN_POINT('',(20.2057906352018,171.,170.085907791025)); -#11085=CARTESIAN_POINT('',(20.2168882868133,171.,170.046440258616)); -#11086=CARTESIAN_POINT('',(20.2194003202353,171.,170.035885813383)); -#11087=CARTESIAN_POINT('',(20.2212644649776,171.,170.019481178471)); -#11088=CARTESIAN_POINT('',(20.2216017250228,171.,170.015843400093)); -#11089=CARTESIAN_POINT('',(20.2219975714731,171.,170.009207189857)); -#11090=CARTESIAN_POINT('',(20.2221083354695,171.,170.006334202628)); -#11091=CARTESIAN_POINT('',(20.2221607598731,171.,170.003505161865)); -#11092=CARTESIAN_POINT('',(20.0221955414993,110.000009963234,170.000000029809)); -#11093=CARTESIAN_POINT('',(20.0221955414993,110.000010420097,170.000000029809)); -#11094=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,172.080889967585)); -#11095=CARTESIAN_POINT('',(20.1636358803736,49.,172.141396652997)); -#11096=CARTESIAN_POINT('',(20.1705297749366,49.,172.13454070829)); -#11097=CARTESIAN_POINT('',(20.1779835342981,49.,172.126099819059)); -#11098=CARTESIAN_POINT('',(20.1955263005959,49.,172.101255166196)); -#11099=CARTESIAN_POINT('',(20.2057906352018,49.,172.085907791025)); -#11100=CARTESIAN_POINT('',(20.2168882868133,49.,172.046440258616)); -#11101=CARTESIAN_POINT('',(20.2194003202353,49.,172.035885813383)); -#11102=CARTESIAN_POINT('',(20.2212644649776,49.,172.019481178471)); -#11103=CARTESIAN_POINT('',(20.2216017250228,49.,172.015843400093)); -#11104=CARTESIAN_POINT('',(20.2219975714731,49.,172.009207189857)); -#11105=CARTESIAN_POINT('',(20.2221083354695,49.,172.006334202628)); -#11106=CARTESIAN_POINT('',(20.2221607598731,49.,172.003505161865)); -#11107=CARTESIAN_POINT('',(20.1636358803736,171.,172.141396652997)); -#11108=CARTESIAN_POINT('',(20.1705297749366,171.,172.13454070829)); -#11109=CARTESIAN_POINT('',(20.1779835342981,171.,172.126099819059)); -#11110=CARTESIAN_POINT('',(20.1955263005959,171.,172.101255166196)); -#11111=CARTESIAN_POINT('',(20.2057906352018,171.,172.085907791025)); -#11112=CARTESIAN_POINT('',(20.2168882868133,171.,172.046440258616)); -#11113=CARTESIAN_POINT('',(20.2194003202353,171.,172.035885813383)); -#11114=CARTESIAN_POINT('',(20.2212644649776,171.,172.019481178471)); -#11115=CARTESIAN_POINT('',(20.2216017250228,171.,172.015843400093)); -#11116=CARTESIAN_POINT('',(20.2219975714731,171.,172.009207189857)); -#11117=CARTESIAN_POINT('',(20.2221083354695,171.,172.006334202628)); -#11118=CARTESIAN_POINT('',(20.2221607598731,171.,172.003505161865)); -#11119=CARTESIAN_POINT('',(20.0221955414993,110.000009963231,172.000000029809)); -#11120=CARTESIAN_POINT('',(20.0221955414993,110.000010420094,172.000000029809)); -#11121=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,174.080889967585)); -#11122=CARTESIAN_POINT('',(20.1636358803736,49.,174.141396652997)); -#11123=CARTESIAN_POINT('',(20.1705297749366,49.,174.13454070829)); -#11124=CARTESIAN_POINT('',(20.1779835342981,49.,174.126099819059)); -#11125=CARTESIAN_POINT('',(20.1955263005959,49.,174.101255166196)); -#11126=CARTESIAN_POINT('',(20.2057906352018,49.,174.085907791025)); -#11127=CARTESIAN_POINT('',(20.2168882868133,49.,174.046440258616)); -#11128=CARTESIAN_POINT('',(20.2194003202353,49.,174.035885813383)); -#11129=CARTESIAN_POINT('',(20.2212644649776,49.,174.019481178471)); -#11130=CARTESIAN_POINT('',(20.2216017250228,49.,174.015843400093)); -#11131=CARTESIAN_POINT('',(20.2219975714731,49.,174.009207189857)); -#11132=CARTESIAN_POINT('',(20.2221083354695,49.,174.006334202628)); -#11133=CARTESIAN_POINT('',(20.2221607598731,49.,174.003505161865)); -#11134=CARTESIAN_POINT('',(20.1636358803736,171.,174.141396652997)); -#11135=CARTESIAN_POINT('',(20.1705297749366,171.,174.13454070829)); -#11136=CARTESIAN_POINT('',(20.1779835342981,171.,174.126099819059)); -#11137=CARTESIAN_POINT('',(20.1955263005959,171.,174.101255166196)); -#11138=CARTESIAN_POINT('',(20.2057906352018,171.,174.085907791025)); -#11139=CARTESIAN_POINT('',(20.2168882868133,171.,174.046440258616)); -#11140=CARTESIAN_POINT('',(20.2194003202353,171.,174.035885813383)); -#11141=CARTESIAN_POINT('',(20.2212644649776,171.,174.019481178471)); -#11142=CARTESIAN_POINT('',(20.2216017250228,171.,174.015843400093)); -#11143=CARTESIAN_POINT('',(20.2219975714731,171.,174.009207189857)); -#11144=CARTESIAN_POINT('',(20.2221083354695,171.,174.006334202628)); -#11145=CARTESIAN_POINT('',(20.2221607598731,171.,174.003505161865)); -#11146=CARTESIAN_POINT('',(20.0221955414993,110.000009963228,174.000000029809)); -#11147=CARTESIAN_POINT('',(20.0221955414993,110.000010420091,174.000000029809)); -#11148=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,176.080889967585)); -#11149=CARTESIAN_POINT('',(20.1636358803736,49.,176.141396652997)); -#11150=CARTESIAN_POINT('',(20.1705297749366,49.,176.13454070829)); -#11151=CARTESIAN_POINT('',(20.1779835342981,49.,176.126099819059)); -#11152=CARTESIAN_POINT('',(20.1955263005959,49.,176.101255166196)); -#11153=CARTESIAN_POINT('',(20.2057906352018,49.,176.085907791025)); -#11154=CARTESIAN_POINT('',(20.2168882868133,49.,176.046440258616)); -#11155=CARTESIAN_POINT('',(20.2194003202353,49.,176.035885813383)); -#11156=CARTESIAN_POINT('',(20.2212644649776,49.,176.019481178471)); -#11157=CARTESIAN_POINT('',(20.2216017250228,49.,176.015843400093)); -#11158=CARTESIAN_POINT('',(20.2219975714731,49.,176.009207189857)); -#11159=CARTESIAN_POINT('',(20.2221083354695,49.,176.006334202628)); -#11160=CARTESIAN_POINT('',(20.2221607598731,49.,176.003505161865)); -#11161=CARTESIAN_POINT('',(20.1636358803736,171.,176.141396652997)); -#11162=CARTESIAN_POINT('',(20.1705297749366,171.,176.13454070829)); -#11163=CARTESIAN_POINT('',(20.1779835342981,171.,176.126099819059)); -#11164=CARTESIAN_POINT('',(20.1955263005959,171.,176.101255166196)); -#11165=CARTESIAN_POINT('',(20.2057906352018,171.,176.085907791025)); -#11166=CARTESIAN_POINT('',(20.2168882868133,171.,176.046440258616)); -#11167=CARTESIAN_POINT('',(20.2194003202353,171.,176.035885813383)); -#11168=CARTESIAN_POINT('',(20.2212644649776,171.,176.019481178471)); -#11169=CARTESIAN_POINT('',(20.2216017250228,171.,176.015843400093)); -#11170=CARTESIAN_POINT('',(20.2219975714731,171.,176.009207189857)); -#11171=CARTESIAN_POINT('',(20.2221083354695,171.,176.006334202628)); -#11172=CARTESIAN_POINT('',(20.2221607598731,171.,176.003505161865)); -#11173=CARTESIAN_POINT('',(20.0221955414993,110.000009963225,176.000000029809)); -#11174=CARTESIAN_POINT('',(20.0221955414993,110.000010420088,176.000000029809)); -#11175=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,178.080889967585)); -#11176=CARTESIAN_POINT('',(20.1636358803736,49.,178.141396652997)); -#11177=CARTESIAN_POINT('',(20.1705297749366,49.,178.13454070829)); -#11178=CARTESIAN_POINT('',(20.1779835342981,49.,178.126099819059)); -#11179=CARTESIAN_POINT('',(20.1955263005959,49.,178.101255166196)); -#11180=CARTESIAN_POINT('',(20.2057906352018,49.,178.085907791025)); -#11181=CARTESIAN_POINT('',(20.2168882868133,49.,178.046440258616)); -#11182=CARTESIAN_POINT('',(20.2194003202353,49.,178.035885813383)); -#11183=CARTESIAN_POINT('',(20.2212644649776,49.,178.019481178471)); -#11184=CARTESIAN_POINT('',(20.2216017250228,49.,178.015843400093)); -#11185=CARTESIAN_POINT('',(20.2219975714731,49.,178.009207189857)); -#11186=CARTESIAN_POINT('',(20.2221083354695,49.,178.006334202628)); -#11187=CARTESIAN_POINT('',(20.2221607598731,49.,178.003505161865)); -#11188=CARTESIAN_POINT('',(20.1636358803736,171.,178.141396652997)); -#11189=CARTESIAN_POINT('',(20.1705297749366,171.,178.13454070829)); -#11190=CARTESIAN_POINT('',(20.1779835342981,171.,178.126099819059)); -#11191=CARTESIAN_POINT('',(20.1955263005959,171.,178.101255166196)); -#11192=CARTESIAN_POINT('',(20.2057906352018,171.,178.085907791025)); -#11193=CARTESIAN_POINT('',(20.2168882868133,171.,178.046440258616)); -#11194=CARTESIAN_POINT('',(20.2194003202353,171.,178.035885813383)); -#11195=CARTESIAN_POINT('',(20.2212644649776,171.,178.019481178471)); -#11196=CARTESIAN_POINT('',(20.2216017250228,171.,178.015843400093)); -#11197=CARTESIAN_POINT('',(20.2219975714731,171.,178.009207189857)); -#11198=CARTESIAN_POINT('',(20.2221083354695,171.,178.006334202628)); -#11199=CARTESIAN_POINT('',(20.2221607598731,171.,178.003505161865)); -#11200=CARTESIAN_POINT('',(20.0221955414993,110.000009963223,178.000000029809)); -#11201=CARTESIAN_POINT('',(20.0221955414993,110.000010420085,178.000000029809)); -#11202=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,180.080889967585)); -#11203=CARTESIAN_POINT('',(20.1636358803736,49.,180.141396652997)); -#11204=CARTESIAN_POINT('',(20.1705297749366,49.,180.13454070829)); -#11205=CARTESIAN_POINT('',(20.1779835342981,49.,180.126099819059)); -#11206=CARTESIAN_POINT('',(20.1955263005959,49.,180.101255166196)); -#11207=CARTESIAN_POINT('',(20.2057906352018,49.,180.085907791025)); -#11208=CARTESIAN_POINT('',(20.2168882868133,49.,180.046440258616)); -#11209=CARTESIAN_POINT('',(20.2194003202353,49.,180.035885813383)); -#11210=CARTESIAN_POINT('',(20.2212644649776,49.,180.019481178471)); -#11211=CARTESIAN_POINT('',(20.2216017250228,49.,180.015843400093)); -#11212=CARTESIAN_POINT('',(20.2219975714731,49.,180.009207189857)); -#11213=CARTESIAN_POINT('',(20.2221083354695,49.,180.006334202628)); -#11214=CARTESIAN_POINT('',(20.2221607598731,49.,180.003505161865)); -#11215=CARTESIAN_POINT('',(20.1636358803736,171.,180.141396652997)); -#11216=CARTESIAN_POINT('',(20.1705297749366,171.,180.13454070829)); -#11217=CARTESIAN_POINT('',(20.1779835342981,171.,180.126099819059)); -#11218=CARTESIAN_POINT('',(20.1955263005959,171.,180.101255166196)); -#11219=CARTESIAN_POINT('',(20.2057906352018,171.,180.085907791025)); -#11220=CARTESIAN_POINT('',(20.2168882868133,171.,180.046440258616)); -#11221=CARTESIAN_POINT('',(20.2194003202353,171.,180.035885813383)); -#11222=CARTESIAN_POINT('',(20.2212644649776,171.,180.019481178471)); -#11223=CARTESIAN_POINT('',(20.2216017250228,171.,180.015843400093)); -#11224=CARTESIAN_POINT('',(20.2219975714731,171.,180.009207189857)); -#11225=CARTESIAN_POINT('',(20.2221083354695,171.,180.006334202628)); -#11226=CARTESIAN_POINT('',(20.2221607598731,171.,180.003505161865)); -#11227=CARTESIAN_POINT('',(20.0221955414993,110.00000996322,180.000000029809)); -#11228=CARTESIAN_POINT('',(20.0221955414993,110.000010420082,180.000000029809)); -#11229=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,182.080889967585)); -#11230=CARTESIAN_POINT('',(20.1636358803736,49.,182.141396652997)); -#11231=CARTESIAN_POINT('',(20.1705297749366,49.,182.13454070829)); -#11232=CARTESIAN_POINT('',(20.1779835342981,49.,182.126099819059)); -#11233=CARTESIAN_POINT('',(20.1955263005959,49.,182.101255166196)); -#11234=CARTESIAN_POINT('',(20.2057906352018,49.,182.085907791025)); -#11235=CARTESIAN_POINT('',(20.2168882868133,49.,182.046440258616)); -#11236=CARTESIAN_POINT('',(20.2194003202353,49.,182.035885813383)); -#11237=CARTESIAN_POINT('',(20.2212644649776,49.,182.019481178471)); -#11238=CARTESIAN_POINT('',(20.2216017250228,49.,182.015843400093)); -#11239=CARTESIAN_POINT('',(20.2219975714731,49.,182.009207189857)); -#11240=CARTESIAN_POINT('',(20.2221083354695,49.,182.006334202628)); -#11241=CARTESIAN_POINT('',(20.2221607598731,49.,182.003505161865)); -#11242=CARTESIAN_POINT('',(20.1636358803736,171.,182.141396652997)); -#11243=CARTESIAN_POINT('',(20.1705297749366,171.,182.13454070829)); -#11244=CARTESIAN_POINT('',(20.1779835342981,171.,182.126099819059)); -#11245=CARTESIAN_POINT('',(20.1955263005959,171.,182.101255166196)); -#11246=CARTESIAN_POINT('',(20.2057906352018,171.,182.085907791025)); -#11247=CARTESIAN_POINT('',(20.2168882868133,171.,182.046440258616)); -#11248=CARTESIAN_POINT('',(20.2194003202353,171.,182.035885813383)); -#11249=CARTESIAN_POINT('',(20.2212644649776,171.,182.019481178471)); -#11250=CARTESIAN_POINT('',(20.2216017250228,171.,182.015843400093)); -#11251=CARTESIAN_POINT('',(20.2219975714731,171.,182.009207189857)); -#11252=CARTESIAN_POINT('',(20.2221083354695,171.,182.006334202628)); -#11253=CARTESIAN_POINT('',(20.2221607598731,171.,182.003505161865)); -#11254=CARTESIAN_POINT('',(20.0221955414993,110.000009963217,182.000000029809)); -#11255=CARTESIAN_POINT('',(20.0221955414993,110.000010420079,182.000000029809)); -#11256=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,184.080889967585)); -#11257=CARTESIAN_POINT('',(20.1636358803736,49.,184.141396652997)); -#11258=CARTESIAN_POINT('',(20.1705297749366,49.,184.13454070829)); -#11259=CARTESIAN_POINT('',(20.1779835342981,49.,184.126099819059)); -#11260=CARTESIAN_POINT('',(20.1955263005959,49.,184.101255166196)); -#11261=CARTESIAN_POINT('',(20.2057906352018,49.,184.085907791025)); -#11262=CARTESIAN_POINT('',(20.2168882868133,49.,184.046440258616)); -#11263=CARTESIAN_POINT('',(20.2194003202353,49.,184.035885813383)); -#11264=CARTESIAN_POINT('',(20.2212644649776,49.,184.019481178471)); -#11265=CARTESIAN_POINT('',(20.2216017250228,49.,184.015843400093)); -#11266=CARTESIAN_POINT('',(20.2219975714731,49.,184.009207189857)); -#11267=CARTESIAN_POINT('',(20.2221083354695,49.,184.006334202628)); -#11268=CARTESIAN_POINT('',(20.2221607598731,49.,184.003505161865)); -#11269=CARTESIAN_POINT('',(20.1636358803736,171.,184.141396652997)); -#11270=CARTESIAN_POINT('',(20.1705297749366,171.,184.13454070829)); -#11271=CARTESIAN_POINT('',(20.1779835342981,171.,184.126099819059)); -#11272=CARTESIAN_POINT('',(20.1955263005959,171.,184.101255166196)); -#11273=CARTESIAN_POINT('',(20.2057906352018,171.,184.085907791025)); -#11274=CARTESIAN_POINT('',(20.2168882868133,171.,184.046440258616)); -#11275=CARTESIAN_POINT('',(20.2194003202353,171.,184.035885813383)); -#11276=CARTESIAN_POINT('',(20.2212644649776,171.,184.019481178471)); -#11277=CARTESIAN_POINT('',(20.2216017250228,171.,184.015843400093)); -#11278=CARTESIAN_POINT('',(20.2219975714731,171.,184.009207189857)); -#11279=CARTESIAN_POINT('',(20.2221083354695,171.,184.006334202628)); -#11280=CARTESIAN_POINT('',(20.2221607598731,171.,184.003505161865)); -#11281=CARTESIAN_POINT('',(20.0221955414993,110.000009963215,184.000000029809)); -#11282=CARTESIAN_POINT('',(20.0221955414993,110.000010420075,184.000000029809)); -#11283=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,186.080889967585)); -#11284=CARTESIAN_POINT('',(20.1636358803736,49.,186.141396652997)); -#11285=CARTESIAN_POINT('',(20.1705297749366,49.,186.13454070829)); -#11286=CARTESIAN_POINT('',(20.1779835342981,49.,186.126099819059)); -#11287=CARTESIAN_POINT('',(20.1955263005959,49.,186.101255166196)); -#11288=CARTESIAN_POINT('',(20.2057906352018,49.,186.085907791025)); -#11289=CARTESIAN_POINT('',(20.2168882868133,49.,186.046440258616)); -#11290=CARTESIAN_POINT('',(20.2194003202353,49.,186.035885813383)); -#11291=CARTESIAN_POINT('',(20.2212644649776,49.,186.019481178471)); -#11292=CARTESIAN_POINT('',(20.2216017250228,49.,186.015843400093)); -#11293=CARTESIAN_POINT('',(20.2219975714731,49.,186.009207189857)); -#11294=CARTESIAN_POINT('',(20.2221083354695,49.,186.006334202628)); -#11295=CARTESIAN_POINT('',(20.2221607598731,49.,186.003505161865)); -#11296=CARTESIAN_POINT('',(20.1636358803736,171.,186.141396652997)); -#11297=CARTESIAN_POINT('',(20.1705297749366,171.,186.13454070829)); -#11298=CARTESIAN_POINT('',(20.1779835342981,171.,186.126099819059)); -#11299=CARTESIAN_POINT('',(20.1955263005959,171.,186.101255166196)); -#11300=CARTESIAN_POINT('',(20.2057906352018,171.,186.085907791025)); -#11301=CARTESIAN_POINT('',(20.2168882868133,171.,186.046440258616)); -#11302=CARTESIAN_POINT('',(20.2194003202353,171.,186.035885813383)); -#11303=CARTESIAN_POINT('',(20.2212644649776,171.,186.019481178471)); -#11304=CARTESIAN_POINT('',(20.2216017250228,171.,186.015843400093)); -#11305=CARTESIAN_POINT('',(20.2219975714731,171.,186.009207189857)); -#11306=CARTESIAN_POINT('',(20.2221083354695,171.,186.006334202628)); -#11307=CARTESIAN_POINT('',(20.2221607598731,171.,186.003505161865)); -#11308=CARTESIAN_POINT('',(20.0221955414993,110.000009963212,186.000000029809)); -#11309=CARTESIAN_POINT('',(20.0221955414993,110.000010420072,186.000000029809)); -#11310=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,188.080889967585)); -#11311=CARTESIAN_POINT('',(20.1636358803736,49.,188.141396652997)); -#11312=CARTESIAN_POINT('',(20.1705297749366,49.,188.13454070829)); -#11313=CARTESIAN_POINT('',(20.1779835342981,49.,188.126099819059)); -#11314=CARTESIAN_POINT('',(20.1955263005959,49.,188.101255166196)); -#11315=CARTESIAN_POINT('',(20.2057906352018,49.,188.085907791025)); -#11316=CARTESIAN_POINT('',(20.2168882868133,49.,188.046440258616)); -#11317=CARTESIAN_POINT('',(20.2194003202353,49.,188.035885813383)); -#11318=CARTESIAN_POINT('',(20.2212644649776,49.,188.019481178471)); -#11319=CARTESIAN_POINT('',(20.2216017250228,49.,188.015843400093)); -#11320=CARTESIAN_POINT('',(20.2219975714731,49.,188.009207189857)); -#11321=CARTESIAN_POINT('',(20.2221083354695,49.,188.006334202628)); -#11322=CARTESIAN_POINT('',(20.2221607598731,49.,188.003505161865)); -#11323=CARTESIAN_POINT('',(20.1636358803736,171.,188.141396652997)); -#11324=CARTESIAN_POINT('',(20.1705297749366,171.,188.13454070829)); -#11325=CARTESIAN_POINT('',(20.1779835342981,171.,188.126099819059)); -#11326=CARTESIAN_POINT('',(20.1955263005959,171.,188.101255166196)); -#11327=CARTESIAN_POINT('',(20.2057906352018,171.,188.085907791025)); -#11328=CARTESIAN_POINT('',(20.2168882868133,171.,188.046440258616)); -#11329=CARTESIAN_POINT('',(20.2194003202353,171.,188.035885813383)); -#11330=CARTESIAN_POINT('',(20.2212644649776,171.,188.019481178471)); -#11331=CARTESIAN_POINT('',(20.2216017250228,171.,188.015843400093)); -#11332=CARTESIAN_POINT('',(20.2219975714731,171.,188.009207189857)); -#11333=CARTESIAN_POINT('',(20.2221083354695,171.,188.006334202628)); -#11334=CARTESIAN_POINT('',(20.2221607598731,171.,188.003505161865)); -#11335=CARTESIAN_POINT('',(20.0221955414993,110.000009963209,188.000000029809)); -#11336=CARTESIAN_POINT('',(20.0221955414993,110.000010420069,188.000000029809)); -#11337=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,190.080889967585)); -#11338=CARTESIAN_POINT('',(20.1636358803736,49.,190.141396652997)); -#11339=CARTESIAN_POINT('',(20.1705297749366,49.,190.13454070829)); -#11340=CARTESIAN_POINT('',(20.1779835342981,49.,190.126099819059)); -#11341=CARTESIAN_POINT('',(20.1955263005959,49.,190.101255166196)); -#11342=CARTESIAN_POINT('',(20.2057906352018,49.,190.085907791025)); -#11343=CARTESIAN_POINT('',(20.2168882868133,49.,190.046440258616)); -#11344=CARTESIAN_POINT('',(20.2194003202353,49.,190.035885813383)); -#11345=CARTESIAN_POINT('',(20.2212644649776,49.,190.019481178471)); -#11346=CARTESIAN_POINT('',(20.2216017250228,49.,190.015843400093)); -#11347=CARTESIAN_POINT('',(20.2219975714731,49.,190.009207189857)); -#11348=CARTESIAN_POINT('',(20.2221083354695,49.,190.006334202628)); -#11349=CARTESIAN_POINT('',(20.2221607598731,49.,190.003505161865)); -#11350=CARTESIAN_POINT('',(20.1636358803736,171.,190.141396652997)); -#11351=CARTESIAN_POINT('',(20.1705297749366,171.,190.13454070829)); -#11352=CARTESIAN_POINT('',(20.1779835342981,171.,190.126099819059)); -#11353=CARTESIAN_POINT('',(20.1955263005959,171.,190.101255166196)); -#11354=CARTESIAN_POINT('',(20.2057906352018,171.,190.085907791025)); -#11355=CARTESIAN_POINT('',(20.2168882868133,171.,190.046440258616)); -#11356=CARTESIAN_POINT('',(20.2194003202353,171.,190.035885813383)); -#11357=CARTESIAN_POINT('',(20.2212644649776,171.,190.019481178471)); -#11358=CARTESIAN_POINT('',(20.2216017250228,171.,190.015843400093)); -#11359=CARTESIAN_POINT('',(20.2219975714731,171.,190.009207189857)); -#11360=CARTESIAN_POINT('',(20.2221083354695,171.,190.006334202628)); -#11361=CARTESIAN_POINT('',(20.2221607598731,171.,190.003505161865)); -#11362=CARTESIAN_POINT('',(20.0221955414993,110.000009963207,190.000000029809)); -#11363=CARTESIAN_POINT('',(20.0221955414993,110.000010420066,190.000000029809)); -#11364=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,192.080889967585)); -#11365=CARTESIAN_POINT('',(20.1636358803736,49.,192.141396652997)); -#11366=CARTESIAN_POINT('',(20.1705297749366,49.,192.13454070829)); -#11367=CARTESIAN_POINT('',(20.1779835342981,49.,192.126099819059)); -#11368=CARTESIAN_POINT('',(20.1955263005959,49.,192.101255166196)); -#11369=CARTESIAN_POINT('',(20.2057906352018,49.,192.085907791025)); -#11370=CARTESIAN_POINT('',(20.2168882868133,49.,192.046440258616)); -#11371=CARTESIAN_POINT('',(20.2194003202353,49.,192.035885813383)); -#11372=CARTESIAN_POINT('',(20.2212644649776,49.,192.019481178471)); -#11373=CARTESIAN_POINT('',(20.2216017250228,49.,192.015843400093)); -#11374=CARTESIAN_POINT('',(20.2219975714731,49.,192.009207189857)); -#11375=CARTESIAN_POINT('',(20.2221083354695,49.,192.006334202628)); -#11376=CARTESIAN_POINT('',(20.2221607598731,49.,192.003505161865)); -#11377=CARTESIAN_POINT('',(20.1636358803736,171.,192.141396652997)); -#11378=CARTESIAN_POINT('',(20.1705297749366,171.,192.13454070829)); -#11379=CARTESIAN_POINT('',(20.1779835342981,171.,192.126099819059)); -#11380=CARTESIAN_POINT('',(20.1955263005959,171.,192.101255166196)); -#11381=CARTESIAN_POINT('',(20.2057906352018,171.,192.085907791025)); -#11382=CARTESIAN_POINT('',(20.2168882868133,171.,192.046440258616)); -#11383=CARTESIAN_POINT('',(20.2194003202353,171.,192.035885813383)); -#11384=CARTESIAN_POINT('',(20.2212644649776,171.,192.019481178471)); -#11385=CARTESIAN_POINT('',(20.2216017250228,171.,192.015843400093)); -#11386=CARTESIAN_POINT('',(20.2219975714731,171.,192.009207189857)); -#11387=CARTESIAN_POINT('',(20.2221083354695,171.,192.006334202628)); -#11388=CARTESIAN_POINT('',(20.2221607598731,171.,192.003505161865)); -#11389=CARTESIAN_POINT('',(20.0221955414993,110.000009963204,192.000000029809)); -#11390=CARTESIAN_POINT('',(20.0221955414993,110.000010420063,192.000000029809)); -#11391=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,194.080889967585)); -#11392=CARTESIAN_POINT('',(20.1636358803736,49.,194.141396652997)); -#11393=CARTESIAN_POINT('',(20.1705297749366,49.,194.13454070829)); -#11394=CARTESIAN_POINT('',(20.1779835342981,49.,194.126099819059)); -#11395=CARTESIAN_POINT('',(20.1955263005959,49.,194.101255166196)); -#11396=CARTESIAN_POINT('',(20.2057906352018,49.,194.085907791026)); -#11397=CARTESIAN_POINT('',(20.2168882868133,49.,194.046440258616)); -#11398=CARTESIAN_POINT('',(20.2194003202353,49.,194.035885813383)); -#11399=CARTESIAN_POINT('',(20.2212644649776,49.,194.019481178471)); -#11400=CARTESIAN_POINT('',(20.2216017250228,49.,194.015843400093)); -#11401=CARTESIAN_POINT('',(20.2219975714731,49.,194.009207189857)); -#11402=CARTESIAN_POINT('',(20.2221083354695,49.,194.006334202628)); -#11403=CARTESIAN_POINT('',(20.2221607598731,49.,194.003505161865)); -#11404=CARTESIAN_POINT('',(20.1636358803736,171.,194.141396652997)); -#11405=CARTESIAN_POINT('',(20.1705297749366,171.,194.13454070829)); -#11406=CARTESIAN_POINT('',(20.1779835342981,171.,194.126099819059)); -#11407=CARTESIAN_POINT('',(20.1955263005959,171.,194.101255166196)); -#11408=CARTESIAN_POINT('',(20.2057906352018,171.,194.085907791026)); -#11409=CARTESIAN_POINT('',(20.2168882868133,171.,194.046440258616)); -#11410=CARTESIAN_POINT('',(20.2194003202353,171.,194.035885813383)); -#11411=CARTESIAN_POINT('',(20.2212644649776,171.,194.019481178471)); -#11412=CARTESIAN_POINT('',(20.2216017250228,171.,194.015843400093)); -#11413=CARTESIAN_POINT('',(20.2219975714731,171.,194.009207189857)); -#11414=CARTESIAN_POINT('',(20.2221083354695,171.,194.006334202628)); -#11415=CARTESIAN_POINT('',(20.2221607598731,171.,194.003505161865)); -#11416=CARTESIAN_POINT('',(20.0221955414993,110.000009963201,194.000000029809)); -#11417=CARTESIAN_POINT('',(20.0221955414993,110.00001042006,194.000000029809)); -#11418=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,196.080889967585)); -#11419=CARTESIAN_POINT('',(20.1636358803736,49.,196.141396652997)); -#11420=CARTESIAN_POINT('',(20.1705297749366,49.,196.13454070829)); -#11421=CARTESIAN_POINT('',(20.1779835342981,49.,196.126099819059)); -#11422=CARTESIAN_POINT('',(20.1955263005959,49.,196.101255166196)); -#11423=CARTESIAN_POINT('',(20.2057906352018,49.,196.085907791025)); -#11424=CARTESIAN_POINT('',(20.2168882868133,49.,196.046440258616)); -#11425=CARTESIAN_POINT('',(20.2194003202353,49.,196.035885813383)); -#11426=CARTESIAN_POINT('',(20.2212644649776,49.,196.019481178471)); -#11427=CARTESIAN_POINT('',(20.2216017250228,49.,196.015843400093)); -#11428=CARTESIAN_POINT('',(20.2219975714731,49.,196.009207189857)); -#11429=CARTESIAN_POINT('',(20.2221083354695,49.,196.006334202628)); -#11430=CARTESIAN_POINT('',(20.2221607598731,49.,196.003505161865)); -#11431=CARTESIAN_POINT('',(20.1636358803736,171.,196.141396652997)); -#11432=CARTESIAN_POINT('',(20.1705297749366,171.,196.13454070829)); -#11433=CARTESIAN_POINT('',(20.1779835342981,171.,196.126099819059)); -#11434=CARTESIAN_POINT('',(20.1955263005959,171.,196.101255166196)); -#11435=CARTESIAN_POINT('',(20.2057906352018,171.,196.085907791025)); -#11436=CARTESIAN_POINT('',(20.2168882868133,171.,196.046440258616)); -#11437=CARTESIAN_POINT('',(20.2194003202353,171.,196.035885813383)); -#11438=CARTESIAN_POINT('',(20.2212644649776,171.,196.019481178471)); -#11439=CARTESIAN_POINT('',(20.2216017250228,171.,196.015843400093)); -#11440=CARTESIAN_POINT('',(20.2219975714731,171.,196.009207189857)); -#11441=CARTESIAN_POINT('',(20.2221083354695,171.,196.006334202628)); -#11442=CARTESIAN_POINT('',(20.2221607598731,171.,196.003505161865)); -#11443=CARTESIAN_POINT('',(20.0221955414993,110.000009963199,196.000000029809)); -#11444=CARTESIAN_POINT('',(20.0221955414993,110.000010420057,196.000000029809)); -#11445=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,198.080889967585)); -#11446=CARTESIAN_POINT('',(20.1636358803736,49.,198.141396652997)); -#11447=CARTESIAN_POINT('',(20.1705297749366,49.,198.13454070829)); -#11448=CARTESIAN_POINT('',(20.1779835342981,49.,198.126099819059)); -#11449=CARTESIAN_POINT('',(20.1955263005959,49.,198.101255166196)); -#11450=CARTESIAN_POINT('',(20.2057906352018,49.,198.085907791025)); -#11451=CARTESIAN_POINT('',(20.2168882868133,49.,198.046440258616)); -#11452=CARTESIAN_POINT('',(20.2194003202353,49.,198.035885813383)); -#11453=CARTESIAN_POINT('',(20.2212644649776,49.,198.019481178471)); -#11454=CARTESIAN_POINT('',(20.2216017250228,49.,198.015843400093)); -#11455=CARTESIAN_POINT('',(20.2219975714731,49.,198.009207189857)); -#11456=CARTESIAN_POINT('',(20.2221083354695,49.,198.006334202628)); -#11457=CARTESIAN_POINT('',(20.2221607598731,49.,198.003505161865)); -#11458=CARTESIAN_POINT('',(20.1636358803736,171.,198.141396652997)); -#11459=CARTESIAN_POINT('',(20.1705297749366,171.,198.13454070829)); -#11460=CARTESIAN_POINT('',(20.1779835342981,171.,198.126099819059)); -#11461=CARTESIAN_POINT('',(20.1955263005959,171.,198.101255166196)); -#11462=CARTESIAN_POINT('',(20.2057906352018,171.,198.085907791025)); -#11463=CARTESIAN_POINT('',(20.2168882868133,171.,198.046440258616)); -#11464=CARTESIAN_POINT('',(20.2194003202353,171.,198.035885813383)); -#11465=CARTESIAN_POINT('',(20.2212644649776,171.,198.019481178471)); -#11466=CARTESIAN_POINT('',(20.2216017250228,171.,198.015843400093)); -#11467=CARTESIAN_POINT('',(20.2219975714731,171.,198.009207189857)); -#11468=CARTESIAN_POINT('',(20.2221083354695,171.,198.006334202628)); -#11469=CARTESIAN_POINT('',(20.2221607598731,171.,198.003505161865)); -#11470=CARTESIAN_POINT('',(20.0221955414993,110.000009963196,198.000000029809)); -#11471=CARTESIAN_POINT('',(20.0221955414993,110.000010420054,198.000000029809)); -#11472=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,200.080889967585)); -#11473=CARTESIAN_POINT('',(20.1636358803736,49.,200.141396652997)); -#11474=CARTESIAN_POINT('',(20.1705297749366,49.,200.13454070829)); -#11475=CARTESIAN_POINT('',(20.1779835342981,49.,200.126099819059)); -#11476=CARTESIAN_POINT('',(20.1955263005959,49.,200.101255166196)); -#11477=CARTESIAN_POINT('',(20.2057906352018,49.,200.085907791025)); -#11478=CARTESIAN_POINT('',(20.2168882868133,49.,200.046440258616)); -#11479=CARTESIAN_POINT('',(20.2194003202353,49.,200.035885813383)); -#11480=CARTESIAN_POINT('',(20.2212644649776,49.,200.019481178471)); -#11481=CARTESIAN_POINT('',(20.2216017250228,49.,200.015843400093)); -#11482=CARTESIAN_POINT('',(20.2219975714731,49.,200.009207189857)); -#11483=CARTESIAN_POINT('',(20.2221083354695,49.,200.006334202628)); -#11484=CARTESIAN_POINT('',(20.2221607598731,49.,200.003505161865)); -#11485=CARTESIAN_POINT('',(20.1636358803736,171.,200.141396652997)); -#11486=CARTESIAN_POINT('',(20.1705297749366,171.,200.13454070829)); -#11487=CARTESIAN_POINT('',(20.1779835342981,171.,200.126099819059)); -#11488=CARTESIAN_POINT('',(20.1955263005959,171.,200.101255166196)); -#11489=CARTESIAN_POINT('',(20.2057906352018,171.,200.085907791025)); -#11490=CARTESIAN_POINT('',(20.2168882868133,171.,200.046440258616)); -#11491=CARTESIAN_POINT('',(20.2194003202353,171.,200.035885813383)); -#11492=CARTESIAN_POINT('',(20.2212644649776,171.,200.019481178471)); -#11493=CARTESIAN_POINT('',(20.2216017250228,171.,200.015843400093)); -#11494=CARTESIAN_POINT('',(20.2219975714731,171.,200.009207189857)); -#11495=CARTESIAN_POINT('',(20.2221083354695,171.,200.006334202628)); -#11496=CARTESIAN_POINT('',(20.2221607598731,171.,200.003505161865)); -#11497=CARTESIAN_POINT('',(20.0221955414993,110.000009963193,200.000000029809)); -#11498=CARTESIAN_POINT('',(20.0221955414993,110.000010420051,200.000000029809)); -#11499=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,202.080889967585)); -#11500=CARTESIAN_POINT('',(20.1636358803736,49.,202.141396652997)); -#11501=CARTESIAN_POINT('',(20.1705297749366,49.,202.13454070829)); -#11502=CARTESIAN_POINT('',(20.1779835342981,49.,202.126099819059)); -#11503=CARTESIAN_POINT('',(20.1955263005959,49.,202.101255166196)); -#11504=CARTESIAN_POINT('',(20.2057906352018,49.,202.085907791025)); -#11505=CARTESIAN_POINT('',(20.2168882868133,49.,202.046440258616)); -#11506=CARTESIAN_POINT('',(20.2194003202353,49.,202.035885813383)); -#11507=CARTESIAN_POINT('',(20.2212644649776,49.,202.019481178471)); -#11508=CARTESIAN_POINT('',(20.2216017250228,49.,202.015843400093)); -#11509=CARTESIAN_POINT('',(20.2219975714731,49.,202.009207189857)); -#11510=CARTESIAN_POINT('',(20.2221083354695,49.,202.006334202628)); -#11511=CARTESIAN_POINT('',(20.2221607598731,49.,202.003505161865)); -#11512=CARTESIAN_POINT('',(20.1636358803736,171.,202.141396652997)); -#11513=CARTESIAN_POINT('',(20.1705297749366,171.,202.13454070829)); -#11514=CARTESIAN_POINT('',(20.1779835342981,171.,202.126099819059)); -#11515=CARTESIAN_POINT('',(20.1955263005959,171.,202.101255166196)); -#11516=CARTESIAN_POINT('',(20.2057906352018,171.,202.085907791025)); -#11517=CARTESIAN_POINT('',(20.2168882868133,171.,202.046440258616)); -#11518=CARTESIAN_POINT('',(20.2194003202353,171.,202.035885813383)); -#11519=CARTESIAN_POINT('',(20.2212644649776,171.,202.019481178471)); -#11520=CARTESIAN_POINT('',(20.2216017250228,171.,202.015843400093)); -#11521=CARTESIAN_POINT('',(20.2219975714731,171.,202.009207189857)); -#11522=CARTESIAN_POINT('',(20.2221083354695,171.,202.006334202628)); -#11523=CARTESIAN_POINT('',(20.2221607598731,171.,202.003505161865)); -#11524=CARTESIAN_POINT('',(20.0221955414993,110.000009963191,202.000000029809)); -#11525=CARTESIAN_POINT('',(20.0221955414993,110.000010420048,202.000000029809)); -#11526=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,204.080889967585)); -#11527=CARTESIAN_POINT('',(20.1636358803736,49.,204.141396652997)); -#11528=CARTESIAN_POINT('',(20.1705297749366,49.,204.13454070829)); -#11529=CARTESIAN_POINT('',(20.1779835342981,49.,204.126099819059)); -#11530=CARTESIAN_POINT('',(20.1955263005959,49.,204.101255166196)); -#11531=CARTESIAN_POINT('',(20.2057906352018,49.,204.085907791026)); -#11532=CARTESIAN_POINT('',(20.2168882868133,49.,204.046440258616)); -#11533=CARTESIAN_POINT('',(20.2194003202353,49.,204.035885813383)); -#11534=CARTESIAN_POINT('',(20.2212644649776,49.,204.019481178471)); -#11535=CARTESIAN_POINT('',(20.2216017250228,49.,204.015843400093)); -#11536=CARTESIAN_POINT('',(20.2219975714731,49.,204.009207189857)); -#11537=CARTESIAN_POINT('',(20.2221083354695,49.,204.006334202628)); -#11538=CARTESIAN_POINT('',(20.2221607598731,49.,204.003505161865)); -#11539=CARTESIAN_POINT('',(20.1636358803736,171.,204.141396652997)); -#11540=CARTESIAN_POINT('',(20.1705297749366,171.,204.13454070829)); -#11541=CARTESIAN_POINT('',(20.1779835342981,171.,204.126099819059)); -#11542=CARTESIAN_POINT('',(20.1955263005959,171.,204.101255166196)); -#11543=CARTESIAN_POINT('',(20.2057906352018,171.,204.085907791026)); -#11544=CARTESIAN_POINT('',(20.2168882868133,171.,204.046440258616)); -#11545=CARTESIAN_POINT('',(20.2194003202353,171.,204.035885813383)); -#11546=CARTESIAN_POINT('',(20.2212644649776,171.,204.019481178471)); -#11547=CARTESIAN_POINT('',(20.2216017250228,171.,204.015843400093)); -#11548=CARTESIAN_POINT('',(20.2219975714731,171.,204.009207189857)); -#11549=CARTESIAN_POINT('',(20.2221083354695,171.,204.006334202628)); -#11550=CARTESIAN_POINT('',(20.2221607598731,171.,204.003505161865)); -#11551=CARTESIAN_POINT('',(20.0221955414993,110.000009963188,204.000000029809)); -#11552=CARTESIAN_POINT('',(20.0221955414993,110.000010420045,204.000000029809)); -#11553=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,206.080889967585)); -#11554=CARTESIAN_POINT('',(20.1636358803736,49.,206.141396652997)); -#11555=CARTESIAN_POINT('',(20.1705297749366,49.,206.13454070829)); -#11556=CARTESIAN_POINT('',(20.1779835342981,49.,206.126099819059)); -#11557=CARTESIAN_POINT('',(20.1955263005959,49.,206.101255166196)); -#11558=CARTESIAN_POINT('',(20.2057906352018,49.,206.085907791025)); -#11559=CARTESIAN_POINT('',(20.2168882868133,49.,206.046440258616)); -#11560=CARTESIAN_POINT('',(20.2194003202353,49.,206.035885813383)); -#11561=CARTESIAN_POINT('',(20.2212644649776,49.,206.019481178471)); -#11562=CARTESIAN_POINT('',(20.2216017250228,49.,206.015843400093)); -#11563=CARTESIAN_POINT('',(20.2219975714731,49.,206.009207189857)); -#11564=CARTESIAN_POINT('',(20.2221083354695,49.,206.006334202628)); -#11565=CARTESIAN_POINT('',(20.2221607598731,49.,206.003505161865)); -#11566=CARTESIAN_POINT('',(20.1636358803736,171.,206.141396652997)); -#11567=CARTESIAN_POINT('',(20.1705297749366,171.,206.13454070829)); -#11568=CARTESIAN_POINT('',(20.1779835342981,171.,206.126099819059)); -#11569=CARTESIAN_POINT('',(20.1955263005959,171.,206.101255166196)); -#11570=CARTESIAN_POINT('',(20.2057906352018,171.,206.085907791025)); -#11571=CARTESIAN_POINT('',(20.2168882868133,171.,206.046440258616)); -#11572=CARTESIAN_POINT('',(20.2194003202353,171.,206.035885813383)); -#11573=CARTESIAN_POINT('',(20.2212644649776,171.,206.019481178471)); -#11574=CARTESIAN_POINT('',(20.2216017250228,171.,206.015843400093)); -#11575=CARTESIAN_POINT('',(20.2219975714731,171.,206.009207189857)); -#11576=CARTESIAN_POINT('',(20.2221083354695,171.,206.006334202628)); -#11577=CARTESIAN_POINT('',(20.2221607598731,171.,206.003505161865)); -#11578=CARTESIAN_POINT('',(20.0221955414993,110.000009963185,206.000000029809)); -#11579=CARTESIAN_POINT('',(20.0221955414993,110.000010420041,206.000000029809)); -#11580=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,208.080889967585)); -#11581=CARTESIAN_POINT('',(20.1636358803736,49.,208.141396652997)); -#11582=CARTESIAN_POINT('',(20.1705297749366,49.,208.13454070829)); -#11583=CARTESIAN_POINT('',(20.1779835342981,49.,208.126099819059)); -#11584=CARTESIAN_POINT('',(20.1955263005959,49.,208.101255166196)); -#11585=CARTESIAN_POINT('',(20.2057906352018,49.,208.085907791025)); -#11586=CARTESIAN_POINT('',(20.2168882868133,49.,208.046440258616)); -#11587=CARTESIAN_POINT('',(20.2194003202353,49.,208.035885813383)); -#11588=CARTESIAN_POINT('',(20.2212644649776,49.,208.019481178471)); -#11589=CARTESIAN_POINT('',(20.2216017250228,49.,208.015843400093)); -#11590=CARTESIAN_POINT('',(20.2219975714731,49.,208.009207189857)); -#11591=CARTESIAN_POINT('',(20.2221083354695,49.,208.006334202628)); -#11592=CARTESIAN_POINT('',(20.2221607598731,49.,208.003505161865)); -#11593=CARTESIAN_POINT('',(20.1636358803736,171.,208.141396652997)); -#11594=CARTESIAN_POINT('',(20.1705297749366,171.,208.13454070829)); -#11595=CARTESIAN_POINT('',(20.1779835342981,171.,208.126099819059)); -#11596=CARTESIAN_POINT('',(20.1955263005959,171.,208.101255166196)); -#11597=CARTESIAN_POINT('',(20.2057906352018,171.,208.085907791025)); -#11598=CARTESIAN_POINT('',(20.2168882868133,171.,208.046440258616)); -#11599=CARTESIAN_POINT('',(20.2194003202353,171.,208.035885813383)); -#11600=CARTESIAN_POINT('',(20.2212644649776,171.,208.019481178471)); -#11601=CARTESIAN_POINT('',(20.2216017250228,171.,208.015843400093)); -#11602=CARTESIAN_POINT('',(20.2219975714731,171.,208.009207189857)); -#11603=CARTESIAN_POINT('',(20.2221083354695,171.,208.006334202628)); -#11604=CARTESIAN_POINT('',(20.2221607598731,171.,208.003505161865)); -#11605=CARTESIAN_POINT('',(20.0221955414993,110.000009963183,208.000000029809)); -#11606=CARTESIAN_POINT('',(20.0221955414993,110.000010420038,208.000000029809)); -#11607=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,210.080889967585)); -#11608=CARTESIAN_POINT('',(20.1636358803736,49.,210.141396652997)); -#11609=CARTESIAN_POINT('',(20.1705297749366,49.,210.13454070829)); -#11610=CARTESIAN_POINT('',(20.1779835342981,49.,210.126099819059)); -#11611=CARTESIAN_POINT('',(20.1955263005959,49.,210.101255166196)); -#11612=CARTESIAN_POINT('',(20.2057906352018,49.,210.085907791025)); -#11613=CARTESIAN_POINT('',(20.2168882868133,49.,210.046440258616)); -#11614=CARTESIAN_POINT('',(20.2194003202353,49.,210.035885813383)); -#11615=CARTESIAN_POINT('',(20.2212644649776,49.,210.019481178471)); -#11616=CARTESIAN_POINT('',(20.2216017250228,49.,210.015843400093)); -#11617=CARTESIAN_POINT('',(20.2219975714731,49.,210.009207189857)); -#11618=CARTESIAN_POINT('',(20.2221083354695,49.,210.006334202628)); -#11619=CARTESIAN_POINT('',(20.2221607598731,49.,210.003505161865)); -#11620=CARTESIAN_POINT('',(20.1636358803736,171.,210.141396652997)); -#11621=CARTESIAN_POINT('',(20.1705297749366,171.,210.13454070829)); -#11622=CARTESIAN_POINT('',(20.1779835342981,171.,210.126099819059)); -#11623=CARTESIAN_POINT('',(20.1955263005959,171.,210.101255166196)); -#11624=CARTESIAN_POINT('',(20.2057906352018,171.,210.085907791025)); -#11625=CARTESIAN_POINT('',(20.2168882868133,171.,210.046440258616)); -#11626=CARTESIAN_POINT('',(20.2194003202353,171.,210.035885813383)); -#11627=CARTESIAN_POINT('',(20.2212644649776,171.,210.019481178471)); -#11628=CARTESIAN_POINT('',(20.2216017250228,171.,210.015843400093)); -#11629=CARTESIAN_POINT('',(20.2219975714731,171.,210.009207189857)); -#11630=CARTESIAN_POINT('',(20.2221083354695,171.,210.006334202628)); -#11631=CARTESIAN_POINT('',(20.2221607598731,171.,210.003505161865)); -#11632=CARTESIAN_POINT('',(20.0221955414993,110.00000996318,210.000000029809)); -#11633=CARTESIAN_POINT('',(20.0221955414993,110.000010420035,210.000000029809)); -#11634=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,212.080889967585)); -#11635=CARTESIAN_POINT('',(20.1636358803736,49.,212.141396652997)); -#11636=CARTESIAN_POINT('',(20.1705297749366,49.,212.13454070829)); -#11637=CARTESIAN_POINT('',(20.1779835342981,49.,212.126099819059)); -#11638=CARTESIAN_POINT('',(20.1955263005959,49.,212.101255166196)); -#11639=CARTESIAN_POINT('',(20.2057906352018,49.,212.085907791025)); -#11640=CARTESIAN_POINT('',(20.2168882868133,49.,212.046440258616)); -#11641=CARTESIAN_POINT('',(20.2194003202353,49.,212.035885813383)); -#11642=CARTESIAN_POINT('',(20.2212644649776,49.,212.019481178471)); -#11643=CARTESIAN_POINT('',(20.2216017250228,49.,212.015843400093)); -#11644=CARTESIAN_POINT('',(20.2219975714731,49.,212.009207189857)); -#11645=CARTESIAN_POINT('',(20.2221083354695,49.,212.006334202628)); -#11646=CARTESIAN_POINT('',(20.2221607598731,49.,212.003505161865)); -#11647=CARTESIAN_POINT('',(20.1636358803736,171.,212.141396652997)); -#11648=CARTESIAN_POINT('',(20.1705297749366,171.,212.13454070829)); -#11649=CARTESIAN_POINT('',(20.1779835342981,171.,212.126099819059)); -#11650=CARTESIAN_POINT('',(20.1955263005959,171.,212.101255166196)); -#11651=CARTESIAN_POINT('',(20.2057906352018,171.,212.085907791025)); -#11652=CARTESIAN_POINT('',(20.2168882868133,171.,212.046440258616)); -#11653=CARTESIAN_POINT('',(20.2194003202353,171.,212.035885813383)); -#11654=CARTESIAN_POINT('',(20.2212644649776,171.,212.019481178471)); -#11655=CARTESIAN_POINT('',(20.2216017250228,171.,212.015843400093)); -#11656=CARTESIAN_POINT('',(20.2219975714731,171.,212.009207189857)); -#11657=CARTESIAN_POINT('',(20.2221083354695,171.,212.006334202628)); -#11658=CARTESIAN_POINT('',(20.2221607598731,171.,212.003505161865)); -#11659=CARTESIAN_POINT('',(20.0221955414993,110.000009963177,212.000000029809)); -#11660=CARTESIAN_POINT('',(20.0221955414993,110.000010420032,212.000000029809)); -#11661=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,214.080889967585)); -#11662=CARTESIAN_POINT('',(20.1636358803736,49.,214.141396652997)); -#11663=CARTESIAN_POINT('',(20.1705297749366,49.,214.13454070829)); -#11664=CARTESIAN_POINT('',(20.1779835342981,49.,214.126099819059)); -#11665=CARTESIAN_POINT('',(20.1955263005959,49.,214.101255166196)); -#11666=CARTESIAN_POINT('',(20.2057906352018,49.,214.085907791026)); -#11667=CARTESIAN_POINT('',(20.2168882868133,49.,214.046440258616)); -#11668=CARTESIAN_POINT('',(20.2194003202353,49.,214.035885813383)); -#11669=CARTESIAN_POINT('',(20.2212644649776,49.,214.019481178471)); -#11670=CARTESIAN_POINT('',(20.2216017250228,49.,214.015843400093)); -#11671=CARTESIAN_POINT('',(20.2219975714731,49.,214.009207189857)); -#11672=CARTESIAN_POINT('',(20.2221083354695,49.,214.006334202628)); -#11673=CARTESIAN_POINT('',(20.2221607598731,49.,214.003505161865)); -#11674=CARTESIAN_POINT('',(20.1636358803736,171.,214.141396652997)); -#11675=CARTESIAN_POINT('',(20.1705297749366,171.,214.13454070829)); -#11676=CARTESIAN_POINT('',(20.1779835342981,171.,214.126099819059)); -#11677=CARTESIAN_POINT('',(20.1955263005959,171.,214.101255166196)); -#11678=CARTESIAN_POINT('',(20.2057906352018,171.,214.085907791026)); -#11679=CARTESIAN_POINT('',(20.2168882868133,171.,214.046440258616)); -#11680=CARTESIAN_POINT('',(20.2194003202353,171.,214.035885813383)); -#11681=CARTESIAN_POINT('',(20.2212644649776,171.,214.019481178471)); -#11682=CARTESIAN_POINT('',(20.2216017250228,171.,214.015843400093)); -#11683=CARTESIAN_POINT('',(20.2219975714731,171.,214.009207189857)); -#11684=CARTESIAN_POINT('',(20.2221083354695,171.,214.006334202628)); -#11685=CARTESIAN_POINT('',(20.2221607598731,171.,214.003505161865)); -#11686=CARTESIAN_POINT('',(20.0221955414993,110.000009963175,214.000000029809)); -#11687=CARTESIAN_POINT('',(20.0221955414993,110.000010420029,214.000000029809)); -#11688=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,216.080889967585)); -#11689=CARTESIAN_POINT('',(20.1636358803736,49.,216.141396652997)); -#11690=CARTESIAN_POINT('',(20.1705297749366,49.,216.13454070829)); -#11691=CARTESIAN_POINT('',(20.1779835342981,49.,216.126099819059)); -#11692=CARTESIAN_POINT('',(20.1955263005959,49.,216.101255166196)); -#11693=CARTESIAN_POINT('',(20.2057906352018,49.,216.085907791025)); -#11694=CARTESIAN_POINT('',(20.2168882868133,49.,216.046440258616)); -#11695=CARTESIAN_POINT('',(20.2194003202353,49.,216.035885813383)); -#11696=CARTESIAN_POINT('',(20.2212644649776,49.,216.019481178471)); -#11697=CARTESIAN_POINT('',(20.2216017250228,49.,216.015843400093)); -#11698=CARTESIAN_POINT('',(20.2219975714731,49.,216.009207189857)); -#11699=CARTESIAN_POINT('',(20.2221083354695,49.,216.006334202628)); -#11700=CARTESIAN_POINT('',(20.2221607598731,49.,216.003505161865)); -#11701=CARTESIAN_POINT('',(20.1636358803736,171.,216.141396652997)); -#11702=CARTESIAN_POINT('',(20.1705297749366,171.,216.13454070829)); -#11703=CARTESIAN_POINT('',(20.1779835342981,171.,216.126099819059)); -#11704=CARTESIAN_POINT('',(20.1955263005959,171.,216.101255166196)); -#11705=CARTESIAN_POINT('',(20.2057906352018,171.,216.085907791025)); -#11706=CARTESIAN_POINT('',(20.2168882868133,171.,216.046440258616)); -#11707=CARTESIAN_POINT('',(20.2194003202353,171.,216.035885813383)); -#11708=CARTESIAN_POINT('',(20.2212644649776,171.,216.019481178471)); -#11709=CARTESIAN_POINT('',(20.2216017250228,171.,216.015843400093)); -#11710=CARTESIAN_POINT('',(20.2219975714731,171.,216.009207189857)); -#11711=CARTESIAN_POINT('',(20.2221083354695,171.,216.006334202628)); -#11712=CARTESIAN_POINT('',(20.2221607598731,171.,216.003505161865)); -#11713=CARTESIAN_POINT('',(20.0221955414993,110.000009963172,216.000000029809)); -#11714=CARTESIAN_POINT('',(20.0221955414993,110.000010420026,216.000000029809)); -#11715=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,218.080889967585)); -#11716=CARTESIAN_POINT('',(20.1636358803736,49.,218.141396652997)); -#11717=CARTESIAN_POINT('',(20.1705297749366,49.,218.13454070829)); -#11718=CARTESIAN_POINT('',(20.1779835342981,49.,218.126099819059)); -#11719=CARTESIAN_POINT('',(20.1955263005959,49.,218.101255166196)); -#11720=CARTESIAN_POINT('',(20.2057906352018,49.,218.085907791025)); -#11721=CARTESIAN_POINT('',(20.2168882868133,49.,218.046440258616)); -#11722=CARTESIAN_POINT('',(20.2194003202353,49.,218.035885813383)); -#11723=CARTESIAN_POINT('',(20.2212644649776,49.,218.019481178471)); -#11724=CARTESIAN_POINT('',(20.2216017250228,49.,218.015843400093)); -#11725=CARTESIAN_POINT('',(20.2219975714731,49.,218.009207189857)); -#11726=CARTESIAN_POINT('',(20.2221083354695,49.,218.006334202628)); -#11727=CARTESIAN_POINT('',(20.2221607598731,49.,218.003505161865)); -#11728=CARTESIAN_POINT('',(20.1636358803736,171.,218.141396652997)); -#11729=CARTESIAN_POINT('',(20.1705297749366,171.,218.13454070829)); -#11730=CARTESIAN_POINT('',(20.1779835342981,171.,218.126099819059)); -#11731=CARTESIAN_POINT('',(20.1955263005959,171.,218.101255166196)); -#11732=CARTESIAN_POINT('',(20.2057906352018,171.,218.085907791025)); -#11733=CARTESIAN_POINT('',(20.2168882868133,171.,218.046440258616)); -#11734=CARTESIAN_POINT('',(20.2194003202353,171.,218.035885813383)); -#11735=CARTESIAN_POINT('',(20.2212644649776,171.,218.019481178471)); -#11736=CARTESIAN_POINT('',(20.2216017250228,171.,218.015843400093)); -#11737=CARTESIAN_POINT('',(20.2219975714731,171.,218.009207189857)); -#11738=CARTESIAN_POINT('',(20.2221083354695,171.,218.006334202628)); -#11739=CARTESIAN_POINT('',(20.2221607598731,171.,218.003505161865)); -#11740=CARTESIAN_POINT('',(20.0221955414993,110.000009963169,218.000000029809)); -#11741=CARTESIAN_POINT('',(20.0221955414993,110.000010420023,218.000000029809)); -#11742=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,220.080889967585)); -#11743=CARTESIAN_POINT('',(20.1636358803736,49.,220.141396652997)); -#11744=CARTESIAN_POINT('',(20.1705297749366,49.,220.13454070829)); -#11745=CARTESIAN_POINT('',(20.1779835342981,49.,220.126099819059)); -#11746=CARTESIAN_POINT('',(20.1955263005959,49.,220.101255166196)); -#11747=CARTESIAN_POINT('',(20.2057906352018,49.,220.085907791025)); -#11748=CARTESIAN_POINT('',(20.2168882868133,49.,220.046440258616)); -#11749=CARTESIAN_POINT('',(20.2194003202353,49.,220.035885813383)); -#11750=CARTESIAN_POINT('',(20.2212644649776,49.,220.019481178471)); -#11751=CARTESIAN_POINT('',(20.2216017250228,49.,220.015843400093)); -#11752=CARTESIAN_POINT('',(20.2219975714731,49.,220.009207189857)); -#11753=CARTESIAN_POINT('',(20.2221083354695,49.,220.006334202628)); -#11754=CARTESIAN_POINT('',(20.2221607598731,49.,220.003505161865)); -#11755=CARTESIAN_POINT('',(20.1636358803736,171.,220.141396652997)); -#11756=CARTESIAN_POINT('',(20.1705297749366,171.,220.13454070829)); -#11757=CARTESIAN_POINT('',(20.1779835342981,171.,220.126099819059)); -#11758=CARTESIAN_POINT('',(20.1955263005959,171.,220.101255166196)); -#11759=CARTESIAN_POINT('',(20.2057906352018,171.,220.085907791025)); -#11760=CARTESIAN_POINT('',(20.2168882868133,171.,220.046440258616)); -#11761=CARTESIAN_POINT('',(20.2194003202353,171.,220.035885813383)); -#11762=CARTESIAN_POINT('',(20.2212644649776,171.,220.019481178471)); -#11763=CARTESIAN_POINT('',(20.2216017250228,171.,220.015843400093)); -#11764=CARTESIAN_POINT('',(20.2219975714731,171.,220.009207189857)); -#11765=CARTESIAN_POINT('',(20.2221083354695,171.,220.006334202628)); -#11766=CARTESIAN_POINT('',(20.2221607598731,171.,220.003505161865)); -#11767=CARTESIAN_POINT('',(20.0221955414993,110.000009963167,220.000000029809)); -#11768=CARTESIAN_POINT('',(20.0221955414993,110.00001042002,220.000000029809)); -#11769=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,222.080889967585)); -#11770=CARTESIAN_POINT('',(20.1636358803736,49.,222.141396652997)); -#11771=CARTESIAN_POINT('',(20.1705297749366,49.,222.13454070829)); -#11772=CARTESIAN_POINT('',(20.1779835342981,49.,222.126099819059)); -#11773=CARTESIAN_POINT('',(20.1955263005959,49.,222.101255166196)); -#11774=CARTESIAN_POINT('',(20.2057906352018,49.,222.085907791025)); -#11775=CARTESIAN_POINT('',(20.2168882868133,49.,222.046440258616)); -#11776=CARTESIAN_POINT('',(20.2194003202353,49.,222.035885813383)); -#11777=CARTESIAN_POINT('',(20.2212644649776,49.,222.019481178471)); -#11778=CARTESIAN_POINT('',(20.2216017250228,49.,222.015843400093)); -#11779=CARTESIAN_POINT('',(20.2219975714731,49.,222.009207189857)); -#11780=CARTESIAN_POINT('',(20.2221083354695,49.,222.006334202628)); -#11781=CARTESIAN_POINT('',(20.2221607598731,49.,222.003505161865)); -#11782=CARTESIAN_POINT('',(20.1636358803736,171.,222.141396652997)); -#11783=CARTESIAN_POINT('',(20.1705297749366,171.,222.13454070829)); -#11784=CARTESIAN_POINT('',(20.1779835342981,171.,222.126099819059)); -#11785=CARTESIAN_POINT('',(20.1955263005959,171.,222.101255166196)); -#11786=CARTESIAN_POINT('',(20.2057906352018,171.,222.085907791025)); -#11787=CARTESIAN_POINT('',(20.2168882868133,171.,222.046440258616)); -#11788=CARTESIAN_POINT('',(20.2194003202353,171.,222.035885813383)); -#11789=CARTESIAN_POINT('',(20.2212644649776,171.,222.019481178471)); -#11790=CARTESIAN_POINT('',(20.2216017250228,171.,222.015843400093)); -#11791=CARTESIAN_POINT('',(20.2219975714731,171.,222.009207189857)); -#11792=CARTESIAN_POINT('',(20.2221083354695,171.,222.006334202628)); -#11793=CARTESIAN_POINT('',(20.2221607598731,171.,222.003505161865)); -#11794=CARTESIAN_POINT('',(20.0221955414993,110.000009963164,222.000000029809)); -#11795=CARTESIAN_POINT('',(20.0221955414993,110.000010420017,222.000000029809)); -#11796=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,224.080889967585)); -#11797=CARTESIAN_POINT('',(20.1636358803736,49.,224.141396652997)); -#11798=CARTESIAN_POINT('',(20.1705297749366,49.,224.13454070829)); -#11799=CARTESIAN_POINT('',(20.1779835342981,49.,224.126099819059)); -#11800=CARTESIAN_POINT('',(20.1955263005959,49.,224.101255166196)); -#11801=CARTESIAN_POINT('',(20.2057906352018,49.,224.085907791026)); -#11802=CARTESIAN_POINT('',(20.2168882868133,49.,224.046440258616)); -#11803=CARTESIAN_POINT('',(20.2194003202353,49.,224.035885813383)); -#11804=CARTESIAN_POINT('',(20.2212644649776,49.,224.019481178471)); -#11805=CARTESIAN_POINT('',(20.2216017250228,49.,224.015843400093)); -#11806=CARTESIAN_POINT('',(20.2219975714731,49.,224.009207189857)); -#11807=CARTESIAN_POINT('',(20.2221083354695,49.,224.006334202628)); -#11808=CARTESIAN_POINT('',(20.2221607598731,49.,224.003505161865)); -#11809=CARTESIAN_POINT('',(20.1636358803736,171.,224.141396652997)); -#11810=CARTESIAN_POINT('',(20.1705297749366,171.,224.13454070829)); -#11811=CARTESIAN_POINT('',(20.1779835342981,171.,224.126099819059)); -#11812=CARTESIAN_POINT('',(20.1955263005959,171.,224.101255166196)); -#11813=CARTESIAN_POINT('',(20.2057906352018,171.,224.085907791026)); -#11814=CARTESIAN_POINT('',(20.2168882868133,171.,224.046440258616)); -#11815=CARTESIAN_POINT('',(20.2194003202353,171.,224.035885813383)); -#11816=CARTESIAN_POINT('',(20.2212644649776,171.,224.019481178471)); -#11817=CARTESIAN_POINT('',(20.2216017250228,171.,224.015843400093)); -#11818=CARTESIAN_POINT('',(20.2219975714731,171.,224.009207189857)); -#11819=CARTESIAN_POINT('',(20.2221083354695,171.,224.006334202628)); -#11820=CARTESIAN_POINT('',(20.2221607598731,171.,224.003505161865)); -#11821=CARTESIAN_POINT('',(20.0221955414993,110.000009963161,224.000000029809)); -#11822=CARTESIAN_POINT('',(20.0221955414993,110.000010420014,224.000000029809)); -#11823=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,226.080889967585)); -#11824=CARTESIAN_POINT('',(20.1636358803736,49.,226.141396652997)); -#11825=CARTESIAN_POINT('',(20.1705297749366,49.,226.13454070829)); -#11826=CARTESIAN_POINT('',(20.1779835342981,49.,226.126099819059)); -#11827=CARTESIAN_POINT('',(20.1955263005959,49.,226.101255166196)); -#11828=CARTESIAN_POINT('',(20.2057906352018,49.,226.085907791025)); -#11829=CARTESIAN_POINT('',(20.2168882868133,49.,226.046440258616)); -#11830=CARTESIAN_POINT('',(20.2194003202353,49.,226.035885813383)); -#11831=CARTESIAN_POINT('',(20.2212644649776,49.,226.019481178471)); -#11832=CARTESIAN_POINT('',(20.2216017250228,49.,226.015843400093)); -#11833=CARTESIAN_POINT('',(20.2219975714731,49.,226.009207189857)); -#11834=CARTESIAN_POINT('',(20.2221083354695,49.,226.006334202628)); -#11835=CARTESIAN_POINT('',(20.2221607598731,49.,226.003505161865)); -#11836=CARTESIAN_POINT('',(20.1636358803736,171.,226.141396652997)); -#11837=CARTESIAN_POINT('',(20.1705297749366,171.,226.13454070829)); -#11838=CARTESIAN_POINT('',(20.1779835342981,171.,226.126099819059)); -#11839=CARTESIAN_POINT('',(20.1955263005959,171.,226.101255166196)); -#11840=CARTESIAN_POINT('',(20.2057906352018,171.,226.085907791025)); -#11841=CARTESIAN_POINT('',(20.2168882868133,171.,226.046440258616)); -#11842=CARTESIAN_POINT('',(20.2194003202353,171.,226.035885813383)); -#11843=CARTESIAN_POINT('',(20.2212644649776,171.,226.019481178471)); -#11844=CARTESIAN_POINT('',(20.2216017250228,171.,226.015843400093)); -#11845=CARTESIAN_POINT('',(20.2219975714731,171.,226.009207189857)); -#11846=CARTESIAN_POINT('',(20.2221083354695,171.,226.006334202628)); -#11847=CARTESIAN_POINT('',(20.2221607598731,171.,226.003505161865)); -#11848=CARTESIAN_POINT('',(20.0221955414993,110.000009963159,226.000000029809)); -#11849=CARTESIAN_POINT('',(20.0221955414993,110.000010420011,226.000000029809)); -#11850=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,228.080889967585)); -#11851=CARTESIAN_POINT('',(20.1636358803736,49.,228.141396652997)); -#11852=CARTESIAN_POINT('',(20.1705297749366,49.,228.13454070829)); -#11853=CARTESIAN_POINT('',(20.1779835342981,49.,228.126099819059)); -#11854=CARTESIAN_POINT('',(20.1955263005959,49.,228.101255166196)); -#11855=CARTESIAN_POINT('',(20.2057906352018,49.,228.085907791025)); -#11856=CARTESIAN_POINT('',(20.2168882868133,49.,228.046440258616)); -#11857=CARTESIAN_POINT('',(20.2194003202353,49.,228.035885813383)); -#11858=CARTESIAN_POINT('',(20.2212644649776,49.,228.019481178471)); -#11859=CARTESIAN_POINT('',(20.2216017250228,49.,228.015843400093)); -#11860=CARTESIAN_POINT('',(20.2219975714731,49.,228.009207189857)); -#11861=CARTESIAN_POINT('',(20.2221083354695,49.,228.006334202628)); -#11862=CARTESIAN_POINT('',(20.2221607598731,49.,228.003505161865)); -#11863=CARTESIAN_POINT('',(20.1636358803736,171.,228.141396652997)); -#11864=CARTESIAN_POINT('',(20.1705297749366,171.,228.13454070829)); -#11865=CARTESIAN_POINT('',(20.1779835342981,171.,228.126099819059)); -#11866=CARTESIAN_POINT('',(20.1955263005959,171.,228.101255166196)); -#11867=CARTESIAN_POINT('',(20.2057906352018,171.,228.085907791025)); -#11868=CARTESIAN_POINT('',(20.2168882868133,171.,228.046440258616)); -#11869=CARTESIAN_POINT('',(20.2194003202353,171.,228.035885813383)); -#11870=CARTESIAN_POINT('',(20.2212644649776,171.,228.019481178471)); -#11871=CARTESIAN_POINT('',(20.2216017250228,171.,228.015843400093)); -#11872=CARTESIAN_POINT('',(20.2219975714731,171.,228.009207189857)); -#11873=CARTESIAN_POINT('',(20.2221083354695,171.,228.006334202628)); -#11874=CARTESIAN_POINT('',(20.2221607598731,171.,228.003505161865)); -#11875=CARTESIAN_POINT('',(20.0221955414993,110.000009963156,228.000000029809)); -#11876=CARTESIAN_POINT('',(20.0221955414993,110.000010420008,228.000000029809)); -#11877=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,230.080889967585)); -#11878=CARTESIAN_POINT('',(20.1636358803736,49.,230.141396652997)); -#11879=CARTESIAN_POINT('',(20.1705297749366,49.,230.13454070829)); -#11880=CARTESIAN_POINT('',(20.1779835342981,49.,230.126099819059)); -#11881=CARTESIAN_POINT('',(20.1955263005959,49.,230.101255166196)); -#11882=CARTESIAN_POINT('',(20.2057906352018,49.,230.085907791025)); -#11883=CARTESIAN_POINT('',(20.2168882868133,49.,230.046440258616)); -#11884=CARTESIAN_POINT('',(20.2194003202353,49.,230.035885813383)); -#11885=CARTESIAN_POINT('',(20.2212644649776,49.,230.019481178471)); -#11886=CARTESIAN_POINT('',(20.2216017250228,49.,230.015843400093)); -#11887=CARTESIAN_POINT('',(20.2219975714731,49.,230.009207189857)); -#11888=CARTESIAN_POINT('',(20.2221083354695,49.,230.006334202628)); -#11889=CARTESIAN_POINT('',(20.2221607598731,49.,230.003505161865)); -#11890=CARTESIAN_POINT('',(20.1636358803736,171.,230.141396652997)); -#11891=CARTESIAN_POINT('',(20.1705297749366,171.,230.13454070829)); -#11892=CARTESIAN_POINT('',(20.1779835342981,171.,230.126099819059)); -#11893=CARTESIAN_POINT('',(20.1955263005959,171.,230.101255166196)); -#11894=CARTESIAN_POINT('',(20.2057906352018,171.,230.085907791025)); -#11895=CARTESIAN_POINT('',(20.2168882868133,171.,230.046440258616)); -#11896=CARTESIAN_POINT('',(20.2194003202353,171.,230.035885813383)); -#11897=CARTESIAN_POINT('',(20.2212644649776,171.,230.019481178471)); -#11898=CARTESIAN_POINT('',(20.2216017250228,171.,230.015843400093)); -#11899=CARTESIAN_POINT('',(20.2219975714731,171.,230.009207189857)); -#11900=CARTESIAN_POINT('',(20.2221083354695,171.,230.006334202628)); -#11901=CARTESIAN_POINT('',(20.2221607598731,171.,230.003505161865)); -#11902=CARTESIAN_POINT('',(20.0221955414993,110.000009963153,230.000000029809)); -#11903=CARTESIAN_POINT('',(20.0221955414993,110.000010420004,230.000000029809)); -#11904=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,232.080889967585)); -#11905=CARTESIAN_POINT('',(20.1636358803736,49.,232.141396652997)); -#11906=CARTESIAN_POINT('',(20.1705297749366,49.,232.13454070829)); -#11907=CARTESIAN_POINT('',(20.1779835342981,49.,232.126099819059)); -#11908=CARTESIAN_POINT('',(20.1955263005959,49.,232.101255166196)); -#11909=CARTESIAN_POINT('',(20.2057906352018,49.,232.085907791025)); -#11910=CARTESIAN_POINT('',(20.2168882868133,49.,232.046440258616)); -#11911=CARTESIAN_POINT('',(20.2194003202353,49.,232.035885813383)); -#11912=CARTESIAN_POINT('',(20.2212644649776,49.,232.019481178471)); -#11913=CARTESIAN_POINT('',(20.2216017250228,49.,232.015843400093)); -#11914=CARTESIAN_POINT('',(20.2219975714731,49.,232.009207189857)); -#11915=CARTESIAN_POINT('',(20.2221083354695,49.,232.006334202628)); -#11916=CARTESIAN_POINT('',(20.2221607598731,49.,232.003505161865)); -#11917=CARTESIAN_POINT('',(20.1636358803736,171.,232.141396652997)); -#11918=CARTESIAN_POINT('',(20.1705297749366,171.,232.13454070829)); -#11919=CARTESIAN_POINT('',(20.1779835342981,171.,232.126099819059)); -#11920=CARTESIAN_POINT('',(20.1955263005959,171.,232.101255166196)); -#11921=CARTESIAN_POINT('',(20.2057906352018,171.,232.085907791025)); -#11922=CARTESIAN_POINT('',(20.2168882868133,171.,232.046440258616)); -#11923=CARTESIAN_POINT('',(20.2194003202353,171.,232.035885813383)); -#11924=CARTESIAN_POINT('',(20.2212644649776,171.,232.019481178471)); -#11925=CARTESIAN_POINT('',(20.2216017250228,171.,232.015843400093)); -#11926=CARTESIAN_POINT('',(20.2219975714731,171.,232.009207189857)); -#11927=CARTESIAN_POINT('',(20.2221083354695,171.,232.006334202628)); -#11928=CARTESIAN_POINT('',(20.2221607598731,171.,232.003505161865)); -#11929=CARTESIAN_POINT('',(20.0221955414993,110.000009963151,232.000000029809)); -#11930=CARTESIAN_POINT('',(20.0221955414993,110.000010420001,232.000000029809)); -#11931=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,234.080889967585)); -#11932=CARTESIAN_POINT('',(20.1636358803736,49.,234.141396652997)); -#11933=CARTESIAN_POINT('',(20.1705297749366,49.,234.13454070829)); -#11934=CARTESIAN_POINT('',(20.1779835342981,49.,234.126099819059)); -#11935=CARTESIAN_POINT('',(20.1955263005959,49.,234.101255166196)); -#11936=CARTESIAN_POINT('',(20.2057906352018,49.,234.085907791026)); -#11937=CARTESIAN_POINT('',(20.2168882868133,49.,234.046440258616)); -#11938=CARTESIAN_POINT('',(20.2194003202353,49.,234.035885813383)); -#11939=CARTESIAN_POINT('',(20.2212644649776,49.,234.019481178471)); -#11940=CARTESIAN_POINT('',(20.2216017250228,49.,234.015843400093)); -#11941=CARTESIAN_POINT('',(20.2219975714731,49.,234.009207189857)); -#11942=CARTESIAN_POINT('',(20.2221083354695,49.,234.006334202628)); -#11943=CARTESIAN_POINT('',(20.2221607598731,49.,234.003505161865)); -#11944=CARTESIAN_POINT('',(20.1636358803736,171.,234.141396652997)); -#11945=CARTESIAN_POINT('',(20.1705297749366,171.,234.13454070829)); -#11946=CARTESIAN_POINT('',(20.1779835342981,171.,234.126099819059)); -#11947=CARTESIAN_POINT('',(20.1955263005959,171.,234.101255166196)); -#11948=CARTESIAN_POINT('',(20.2057906352018,171.,234.085907791026)); -#11949=CARTESIAN_POINT('',(20.2168882868133,171.,234.046440258616)); -#11950=CARTESIAN_POINT('',(20.2194003202353,171.,234.035885813383)); -#11951=CARTESIAN_POINT('',(20.2212644649776,171.,234.019481178471)); -#11952=CARTESIAN_POINT('',(20.2216017250228,171.,234.015843400093)); -#11953=CARTESIAN_POINT('',(20.2219975714731,171.,234.009207189857)); -#11954=CARTESIAN_POINT('',(20.2221083354695,171.,234.006334202628)); -#11955=CARTESIAN_POINT('',(20.2221607598731,171.,234.003505161865)); -#11956=CARTESIAN_POINT('',(20.0221955414993,110.000009963148,234.000000029809)); -#11957=CARTESIAN_POINT('',(20.0221955414993,110.000010419998,234.000000029809)); -#11958=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,236.080889967585)); -#11959=CARTESIAN_POINT('',(20.1636358803736,49.,236.141396652997)); -#11960=CARTESIAN_POINT('',(20.1705297749366,49.,236.13454070829)); -#11961=CARTESIAN_POINT('',(20.1779835342981,49.,236.126099819059)); -#11962=CARTESIAN_POINT('',(20.1955263005959,49.,236.101255166196)); -#11963=CARTESIAN_POINT('',(20.2057906352018,49.,236.085907791025)); -#11964=CARTESIAN_POINT('',(20.2168882868133,49.,236.046440258616)); -#11965=CARTESIAN_POINT('',(20.2194003202353,49.,236.035885813383)); -#11966=CARTESIAN_POINT('',(20.2212644649776,49.,236.019481178471)); -#11967=CARTESIAN_POINT('',(20.2216017250228,49.,236.015843400093)); -#11968=CARTESIAN_POINT('',(20.2219975714731,49.,236.009207189857)); -#11969=CARTESIAN_POINT('',(20.2221083354695,49.,236.006334202628)); -#11970=CARTESIAN_POINT('',(20.2221607598731,49.,236.003505161865)); -#11971=CARTESIAN_POINT('',(20.1636358803736,171.,236.141396652997)); -#11972=CARTESIAN_POINT('',(20.1705297749366,171.,236.13454070829)); -#11973=CARTESIAN_POINT('',(20.1779835342981,171.,236.126099819059)); -#11974=CARTESIAN_POINT('',(20.1955263005959,171.,236.101255166196)); -#11975=CARTESIAN_POINT('',(20.2057906352018,171.,236.085907791025)); -#11976=CARTESIAN_POINT('',(20.2168882868133,171.,236.046440258616)); -#11977=CARTESIAN_POINT('',(20.2194003202353,171.,236.035885813383)); -#11978=CARTESIAN_POINT('',(20.2212644649776,171.,236.019481178471)); -#11979=CARTESIAN_POINT('',(20.2216017250228,171.,236.015843400093)); -#11980=CARTESIAN_POINT('',(20.2219975714731,171.,236.009207189857)); -#11981=CARTESIAN_POINT('',(20.2221083354695,171.,236.006334202628)); -#11982=CARTESIAN_POINT('',(20.2221607598731,171.,236.003505161865)); -#11983=CARTESIAN_POINT('',(20.0221955414993,110.000009963145,236.000000029809)); -#11984=CARTESIAN_POINT('',(20.0221955414993,110.000010419995,236.000000029809)); -#11985=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,238.080889967585)); -#11986=CARTESIAN_POINT('',(20.1636358803736,49.,238.141396652997)); -#11987=CARTESIAN_POINT('',(20.1705297749366,49.,238.13454070829)); -#11988=CARTESIAN_POINT('',(20.1779835342981,49.,238.126099819059)); -#11989=CARTESIAN_POINT('',(20.1955263005959,49.,238.101255166196)); -#11990=CARTESIAN_POINT('',(20.2057906352018,49.,238.085907791025)); -#11991=CARTESIAN_POINT('',(20.2168882868133,49.,238.046440258616)); -#11992=CARTESIAN_POINT('',(20.2194003202353,49.,238.035885813383)); -#11993=CARTESIAN_POINT('',(20.2212644649776,49.,238.019481178471)); -#11994=CARTESIAN_POINT('',(20.2216017250228,49.,238.015843400093)); -#11995=CARTESIAN_POINT('',(20.2219975714731,49.,238.009207189857)); -#11996=CARTESIAN_POINT('',(20.2221083354695,49.,238.006334202628)); -#11997=CARTESIAN_POINT('',(20.2221607598731,49.,238.003505161865)); -#11998=CARTESIAN_POINT('',(20.1636358803736,171.,238.141396652997)); -#11999=CARTESIAN_POINT('',(20.1705297749366,171.,238.13454070829)); -#12000=CARTESIAN_POINT('',(20.1779835342981,171.,238.126099819059)); -#12001=CARTESIAN_POINT('',(20.1955263005959,171.,238.101255166196)); -#12002=CARTESIAN_POINT('',(20.2057906352018,171.,238.085907791025)); -#12003=CARTESIAN_POINT('',(20.2168882868133,171.,238.046440258616)); -#12004=CARTESIAN_POINT('',(20.2194003202353,171.,238.035885813383)); -#12005=CARTESIAN_POINT('',(20.2212644649776,171.,238.019481178471)); -#12006=CARTESIAN_POINT('',(20.2216017250228,171.,238.015843400093)); -#12007=CARTESIAN_POINT('',(20.2219975714731,171.,238.009207189857)); -#12008=CARTESIAN_POINT('',(20.2221083354695,171.,238.006334202628)); -#12009=CARTESIAN_POINT('',(20.2221607598731,171.,238.003505161865)); -#12010=CARTESIAN_POINT('',(20.0221955414993,110.000009963143,238.000000029809)); -#12011=CARTESIAN_POINT('',(20.0221955414993,110.000010419992,238.000000029809)); -#12012=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,240.080889967585)); -#12013=CARTESIAN_POINT('',(20.1636358803736,49.,240.141396652997)); -#12014=CARTESIAN_POINT('',(20.1705297749366,49.,240.13454070829)); -#12015=CARTESIAN_POINT('',(20.1779835342981,49.,240.126099819059)); -#12016=CARTESIAN_POINT('',(20.1955263005959,49.,240.101255166196)); -#12017=CARTESIAN_POINT('',(20.2057906352018,49.,240.085907791025)); -#12018=CARTESIAN_POINT('',(20.2168882868133,49.,240.046440258616)); -#12019=CARTESIAN_POINT('',(20.2194003202353,49.,240.035885813383)); -#12020=CARTESIAN_POINT('',(20.2212644649776,49.,240.019481178471)); -#12021=CARTESIAN_POINT('',(20.2216017250228,49.,240.015843400093)); -#12022=CARTESIAN_POINT('',(20.2219975714731,49.,240.009207189857)); -#12023=CARTESIAN_POINT('',(20.2221083354695,49.,240.006334202628)); -#12024=CARTESIAN_POINT('',(20.2221607598731,49.,240.003505161865)); -#12025=CARTESIAN_POINT('',(20.1636358803736,171.,240.141396652997)); -#12026=CARTESIAN_POINT('',(20.1705297749366,171.,240.13454070829)); -#12027=CARTESIAN_POINT('',(20.1779835342981,171.,240.126099819059)); -#12028=CARTESIAN_POINT('',(20.1955263005959,171.,240.101255166196)); -#12029=CARTESIAN_POINT('',(20.2057906352018,171.,240.085907791025)); -#12030=CARTESIAN_POINT('',(20.2168882868133,171.,240.046440258616)); -#12031=CARTESIAN_POINT('',(20.2194003202353,171.,240.035885813383)); -#12032=CARTESIAN_POINT('',(20.2212644649776,171.,240.019481178471)); -#12033=CARTESIAN_POINT('',(20.2216017250228,171.,240.015843400093)); -#12034=CARTESIAN_POINT('',(20.2219975714731,171.,240.009207189857)); -#12035=CARTESIAN_POINT('',(20.2221083354695,171.,240.006334202628)); -#12036=CARTESIAN_POINT('',(20.2221607598731,171.,240.003505161865)); -#12037=CARTESIAN_POINT('',(20.0221955414993,110.00000996314,240.000000029809)); -#12038=CARTESIAN_POINT('',(20.0221955414993,110.000010419989,240.000000029809)); -#12039=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,242.080889967585)); -#12040=CARTESIAN_POINT('',(20.1636358803736,49.,242.141396652997)); -#12041=CARTESIAN_POINT('',(20.1705297749366,49.,242.13454070829)); -#12042=CARTESIAN_POINT('',(20.1779835342981,49.,242.126099819059)); -#12043=CARTESIAN_POINT('',(20.1955263005959,49.,242.101255166196)); -#12044=CARTESIAN_POINT('',(20.2057906352018,49.,242.085907791025)); -#12045=CARTESIAN_POINT('',(20.2168882868133,49.,242.046440258616)); -#12046=CARTESIAN_POINT('',(20.2194003202353,49.,242.035885813383)); -#12047=CARTESIAN_POINT('',(20.2212644649776,49.,242.019481178471)); -#12048=CARTESIAN_POINT('',(20.2216017250228,49.,242.015843400093)); -#12049=CARTESIAN_POINT('',(20.2219975714731,49.,242.009207189857)); -#12050=CARTESIAN_POINT('',(20.2221083354695,49.,242.006334202628)); -#12051=CARTESIAN_POINT('',(20.2221607598731,49.,242.003505161865)); -#12052=CARTESIAN_POINT('',(20.1636358803736,171.,242.141396652997)); -#12053=CARTESIAN_POINT('',(20.1705297749366,171.,242.13454070829)); -#12054=CARTESIAN_POINT('',(20.1779835342981,171.,242.126099819059)); -#12055=CARTESIAN_POINT('',(20.1955263005959,171.,242.101255166196)); -#12056=CARTESIAN_POINT('',(20.2057906352018,171.,242.085907791025)); -#12057=CARTESIAN_POINT('',(20.2168882868133,171.,242.046440258616)); -#12058=CARTESIAN_POINT('',(20.2194003202353,171.,242.035885813383)); -#12059=CARTESIAN_POINT('',(20.2212644649776,171.,242.019481178471)); -#12060=CARTESIAN_POINT('',(20.2216017250228,171.,242.015843400093)); -#12061=CARTESIAN_POINT('',(20.2219975714731,171.,242.009207189857)); -#12062=CARTESIAN_POINT('',(20.2221083354695,171.,242.006334202628)); -#12063=CARTESIAN_POINT('',(20.2221607598731,171.,242.003505161865)); -#12064=CARTESIAN_POINT('',(20.0221955414993,110.000009963137,242.000000029809)); -#12065=CARTESIAN_POINT('',(20.0221955414993,110.000010419986,242.000000029809)); -#12066=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,244.080889967585)); -#12067=CARTESIAN_POINT('',(20.1636358803736,49.,244.141396652997)); -#12068=CARTESIAN_POINT('',(20.1705297749366,49.,244.13454070829)); -#12069=CARTESIAN_POINT('',(20.1779835342981,49.,244.126099819059)); -#12070=CARTESIAN_POINT('',(20.1955263005959,49.,244.101255166196)); -#12071=CARTESIAN_POINT('',(20.2057906352018,49.,244.085907791026)); -#12072=CARTESIAN_POINT('',(20.2168882868133,49.,244.046440258616)); -#12073=CARTESIAN_POINT('',(20.2194003202353,49.,244.035885813383)); -#12074=CARTESIAN_POINT('',(20.2212644649776,49.,244.019481178471)); -#12075=CARTESIAN_POINT('',(20.2216017250228,49.,244.015843400093)); -#12076=CARTESIAN_POINT('',(20.2219975714731,49.,244.009207189857)); -#12077=CARTESIAN_POINT('',(20.2221083354695,49.,244.006334202628)); -#12078=CARTESIAN_POINT('',(20.2221607598731,49.,244.003505161865)); -#12079=CARTESIAN_POINT('',(20.1636358803736,171.,244.141396652997)); -#12080=CARTESIAN_POINT('',(20.1705297749366,171.,244.13454070829)); -#12081=CARTESIAN_POINT('',(20.1779835342981,171.,244.126099819059)); -#12082=CARTESIAN_POINT('',(20.1955263005959,171.,244.101255166196)); -#12083=CARTESIAN_POINT('',(20.2057906352018,171.,244.085907791026)); -#12084=CARTESIAN_POINT('',(20.2168882868133,171.,244.046440258616)); -#12085=CARTESIAN_POINT('',(20.2194003202353,171.,244.035885813383)); -#12086=CARTESIAN_POINT('',(20.2212644649776,171.,244.019481178471)); -#12087=CARTESIAN_POINT('',(20.2216017250228,171.,244.015843400093)); -#12088=CARTESIAN_POINT('',(20.2219975714731,171.,244.009207189857)); -#12089=CARTESIAN_POINT('',(20.2221083354695,171.,244.006334202628)); -#12090=CARTESIAN_POINT('',(20.2221607598731,171.,244.003505161865)); -#12091=CARTESIAN_POINT('',(20.0221955414993,110.000009963135,244.000000029809)); -#12092=CARTESIAN_POINT('',(20.0221955414993,110.000010419983,244.000000029809)); -#12093=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,246.080889967585)); -#12094=CARTESIAN_POINT('',(20.1636358803736,49.,246.141396652997)); -#12095=CARTESIAN_POINT('',(20.1705297749366,49.,246.13454070829)); -#12096=CARTESIAN_POINT('',(20.1779835342981,49.,246.126099819059)); -#12097=CARTESIAN_POINT('',(20.1955263005959,49.,246.101255166196)); -#12098=CARTESIAN_POINT('',(20.2057906352018,49.,246.085907791025)); -#12099=CARTESIAN_POINT('',(20.2168882868133,49.,246.046440258616)); -#12100=CARTESIAN_POINT('',(20.2194003202353,49.,246.035885813383)); -#12101=CARTESIAN_POINT('',(20.2212644649776,49.,246.019481178471)); -#12102=CARTESIAN_POINT('',(20.2216017250228,49.,246.015843400093)); -#12103=CARTESIAN_POINT('',(20.2219975714731,49.,246.009207189857)); -#12104=CARTESIAN_POINT('',(20.2221083354695,49.,246.006334202628)); -#12105=CARTESIAN_POINT('',(20.2221607598731,49.,246.003505161865)); -#12106=CARTESIAN_POINT('',(20.1636358803736,171.,246.141396652997)); -#12107=CARTESIAN_POINT('',(20.1705297749366,171.,246.13454070829)); -#12108=CARTESIAN_POINT('',(20.1779835342981,171.,246.126099819059)); -#12109=CARTESIAN_POINT('',(20.1955263005959,171.,246.101255166196)); -#12110=CARTESIAN_POINT('',(20.2057906352018,171.,246.085907791025)); -#12111=CARTESIAN_POINT('',(20.2168882868133,171.,246.046440258616)); -#12112=CARTESIAN_POINT('',(20.2194003202353,171.,246.035885813383)); -#12113=CARTESIAN_POINT('',(20.2212644649776,171.,246.019481178471)); -#12114=CARTESIAN_POINT('',(20.2216017250228,171.,246.015843400093)); -#12115=CARTESIAN_POINT('',(20.2219975714731,171.,246.009207189857)); -#12116=CARTESIAN_POINT('',(20.2221083354695,171.,246.006334202628)); -#12117=CARTESIAN_POINT('',(20.2221607598731,171.,246.003505161865)); -#12118=CARTESIAN_POINT('',(20.0221955414993,110.000009963132,246.000000029809)); -#12119=CARTESIAN_POINT('',(20.0221955414993,110.00001041998,246.000000029809)); -#12120=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,248.080889967585)); -#12121=CARTESIAN_POINT('',(20.1636358803736,49.,248.141396652997)); -#12122=CARTESIAN_POINT('',(20.1705297749366,49.,248.13454070829)); -#12123=CARTESIAN_POINT('',(20.1779835342981,49.,248.126099819059)); -#12124=CARTESIAN_POINT('',(20.1955263005959,49.,248.101255166196)); -#12125=CARTESIAN_POINT('',(20.2057906352018,49.,248.085907791025)); -#12126=CARTESIAN_POINT('',(20.2168882868133,49.,248.046440258616)); -#12127=CARTESIAN_POINT('',(20.2194003202353,49.,248.035885813383)); -#12128=CARTESIAN_POINT('',(20.2212644649776,49.,248.019481178471)); -#12129=CARTESIAN_POINT('',(20.2216017250228,49.,248.015843400093)); -#12130=CARTESIAN_POINT('',(20.2219975714731,49.,248.009207189857)); -#12131=CARTESIAN_POINT('',(20.2221083354695,49.,248.006334202628)); -#12132=CARTESIAN_POINT('',(20.2221607598731,49.,248.003505161865)); -#12133=CARTESIAN_POINT('',(20.1636358803736,171.,248.141396652997)); -#12134=CARTESIAN_POINT('',(20.1705297749366,171.,248.13454070829)); -#12135=CARTESIAN_POINT('',(20.1779835342981,171.,248.126099819059)); -#12136=CARTESIAN_POINT('',(20.1955263005959,171.,248.101255166196)); -#12137=CARTESIAN_POINT('',(20.2057906352018,171.,248.085907791025)); -#12138=CARTESIAN_POINT('',(20.2168882868133,171.,248.046440258616)); -#12139=CARTESIAN_POINT('',(20.2194003202353,171.,248.035885813383)); -#12140=CARTESIAN_POINT('',(20.2212644649776,171.,248.019481178471)); -#12141=CARTESIAN_POINT('',(20.2216017250228,171.,248.015843400093)); -#12142=CARTESIAN_POINT('',(20.2219975714731,171.,248.009207189857)); -#12143=CARTESIAN_POINT('',(20.2221083354695,171.,248.006334202628)); -#12144=CARTESIAN_POINT('',(20.2221607598731,171.,248.003505161865)); -#12145=CARTESIAN_POINT('',(20.0221955414993,110.000009963129,248.000000029809)); -#12146=CARTESIAN_POINT('',(20.0221955414993,110.000010419977,248.000000029809)); -#12147=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,250.080889967585)); -#12148=CARTESIAN_POINT('',(20.1636358803736,49.,250.141396652997)); -#12149=CARTESIAN_POINT('',(20.1705297749366,49.,250.13454070829)); -#12150=CARTESIAN_POINT('',(20.1779835342981,49.,250.126099819059)); -#12151=CARTESIAN_POINT('',(20.1955263005959,49.,250.101255166196)); -#12152=CARTESIAN_POINT('',(20.2057906352018,49.,250.085907791025)); -#12153=CARTESIAN_POINT('',(20.2168882868133,49.,250.046440258616)); -#12154=CARTESIAN_POINT('',(20.2194003202353,49.,250.035885813383)); -#12155=CARTESIAN_POINT('',(20.2212644649776,49.,250.019481178471)); -#12156=CARTESIAN_POINT('',(20.2216017250228,49.,250.015843400093)); -#12157=CARTESIAN_POINT('',(20.2219975714731,49.,250.009207189857)); -#12158=CARTESIAN_POINT('',(20.2221083354695,49.,250.006334202628)); -#12159=CARTESIAN_POINT('',(20.2221607598731,49.,250.003505161865)); -#12160=CARTESIAN_POINT('',(20.1636358803736,171.,250.141396652997)); -#12161=CARTESIAN_POINT('',(20.1705297749366,171.,250.13454070829)); -#12162=CARTESIAN_POINT('',(20.1779835342981,171.,250.126099819059)); -#12163=CARTESIAN_POINT('',(20.1955263005959,171.,250.101255166196)); -#12164=CARTESIAN_POINT('',(20.2057906352018,171.,250.085907791025)); -#12165=CARTESIAN_POINT('',(20.2168882868133,171.,250.046440258616)); -#12166=CARTESIAN_POINT('',(20.2194003202353,171.,250.035885813383)); -#12167=CARTESIAN_POINT('',(20.2212644649776,171.,250.019481178471)); -#12168=CARTESIAN_POINT('',(20.2216017250228,171.,250.015843400093)); -#12169=CARTESIAN_POINT('',(20.2219975714731,171.,250.009207189857)); -#12170=CARTESIAN_POINT('',(20.2221083354695,171.,250.006334202628)); -#12171=CARTESIAN_POINT('',(20.2221607598731,171.,250.003505161865)); -#12172=CARTESIAN_POINT('',(20.0221955414993,110.000009963127,250.000000029809)); -#12173=CARTESIAN_POINT('',(20.0221955414993,110.000010419974,250.000000029809)); -#12174=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,252.080889967585)); -#12175=CARTESIAN_POINT('',(20.1636358803736,49.,252.141396652997)); -#12176=CARTESIAN_POINT('',(20.1705297749366,49.,252.13454070829)); -#12177=CARTESIAN_POINT('',(20.1779835342981,49.,252.126099819059)); -#12178=CARTESIAN_POINT('',(20.1955263005959,49.,252.101255166196)); -#12179=CARTESIAN_POINT('',(20.2057906352018,49.,252.085907791025)); -#12180=CARTESIAN_POINT('',(20.2168882868133,49.,252.046440258616)); -#12181=CARTESIAN_POINT('',(20.2194003202353,49.,252.035885813383)); -#12182=CARTESIAN_POINT('',(20.2212644649776,49.,252.019481178471)); -#12183=CARTESIAN_POINT('',(20.2216017250228,49.,252.015843400093)); -#12184=CARTESIAN_POINT('',(20.2219975714731,49.,252.009207189857)); -#12185=CARTESIAN_POINT('',(20.2221083354695,49.,252.006334202628)); -#12186=CARTESIAN_POINT('',(20.2221607598731,49.,252.003505161865)); -#12187=CARTESIAN_POINT('',(20.1636358803736,171.,252.141396652997)); -#12188=CARTESIAN_POINT('',(20.1705297749366,171.,252.13454070829)); -#12189=CARTESIAN_POINT('',(20.1779835342981,171.,252.126099819059)); -#12190=CARTESIAN_POINT('',(20.1955263005959,171.,252.101255166196)); -#12191=CARTESIAN_POINT('',(20.2057906352018,171.,252.085907791025)); -#12192=CARTESIAN_POINT('',(20.2168882868133,171.,252.046440258616)); -#12193=CARTESIAN_POINT('',(20.2194003202353,171.,252.035885813383)); -#12194=CARTESIAN_POINT('',(20.2212644649776,171.,252.019481178471)); -#12195=CARTESIAN_POINT('',(20.2216017250228,171.,252.015843400093)); -#12196=CARTESIAN_POINT('',(20.2219975714731,171.,252.009207189857)); -#12197=CARTESIAN_POINT('',(20.2221083354695,171.,252.006334202628)); -#12198=CARTESIAN_POINT('',(20.2221607598731,171.,252.003505161865)); -#12199=CARTESIAN_POINT('',(20.0221955414993,110.000009963124,252.000000029809)); -#12200=CARTESIAN_POINT('',(20.0221955414993,110.00001041997,252.000000029809)); -#12201=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,254.080889967585)); -#12202=CARTESIAN_POINT('',(20.1636358803736,49.,254.141396652997)); -#12203=CARTESIAN_POINT('',(20.1705297749366,49.,254.13454070829)); -#12204=CARTESIAN_POINT('',(20.1779835342981,49.,254.126099819059)); -#12205=CARTESIAN_POINT('',(20.1955263005959,49.,254.101255166196)); -#12206=CARTESIAN_POINT('',(20.2057906352018,49.,254.085907791026)); -#12207=CARTESIAN_POINT('',(20.2168882868133,49.,254.046440258616)); -#12208=CARTESIAN_POINT('',(20.2194003202353,49.,254.035885813383)); -#12209=CARTESIAN_POINT('',(20.2212644649776,49.,254.019481178471)); -#12210=CARTESIAN_POINT('',(20.2216017250228,49.,254.015843400093)); -#12211=CARTESIAN_POINT('',(20.2219975714731,49.,254.009207189857)); -#12212=CARTESIAN_POINT('',(20.2221083354695,49.,254.006334202628)); -#12213=CARTESIAN_POINT('',(20.2221607598731,49.,254.003505161865)); -#12214=CARTESIAN_POINT('',(20.1636358803736,171.,254.141396652997)); -#12215=CARTESIAN_POINT('',(20.1705297749366,171.,254.13454070829)); -#12216=CARTESIAN_POINT('',(20.1779835342981,171.,254.126099819059)); -#12217=CARTESIAN_POINT('',(20.1955263005959,171.,254.101255166196)); -#12218=CARTESIAN_POINT('',(20.2057906352018,171.,254.085907791026)); -#12219=CARTESIAN_POINT('',(20.2168882868133,171.,254.046440258616)); -#12220=CARTESIAN_POINT('',(20.2194003202353,171.,254.035885813383)); -#12221=CARTESIAN_POINT('',(20.2212644649776,171.,254.019481178471)); -#12222=CARTESIAN_POINT('',(20.2216017250228,171.,254.015843400093)); -#12223=CARTESIAN_POINT('',(20.2219975714731,171.,254.009207189857)); -#12224=CARTESIAN_POINT('',(20.2221083354695,171.,254.006334202628)); -#12225=CARTESIAN_POINT('',(20.2221607598731,171.,254.003505161865)); -#12226=CARTESIAN_POINT('',(20.0221955414993,110.000009963121,254.000000029809)); -#12227=CARTESIAN_POINT('',(20.0221955414993,110.000010419967,254.000000029809)); -#12228=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,256.080889967585)); -#12229=CARTESIAN_POINT('',(20.1636358803736,49.,256.141396652997)); -#12230=CARTESIAN_POINT('',(20.1705297749366,49.,256.13454070829)); -#12231=CARTESIAN_POINT('',(20.1779835342981,49.,256.126099819059)); -#12232=CARTESIAN_POINT('',(20.1955263005959,49.,256.101255166196)); -#12233=CARTESIAN_POINT('',(20.2057906352018,49.,256.085907791025)); -#12234=CARTESIAN_POINT('',(20.2168882868133,49.,256.046440258616)); -#12235=CARTESIAN_POINT('',(20.2194003202353,49.,256.035885813383)); -#12236=CARTESIAN_POINT('',(20.2212644649776,49.,256.019481178471)); -#12237=CARTESIAN_POINT('',(20.2216017250228,49.,256.015843400093)); -#12238=CARTESIAN_POINT('',(20.2219975714731,49.,256.009207189857)); -#12239=CARTESIAN_POINT('',(20.2221083354695,49.,256.006334202628)); -#12240=CARTESIAN_POINT('',(20.2221607598731,49.,256.003505161865)); -#12241=CARTESIAN_POINT('',(20.1636358803736,171.,256.141396652997)); -#12242=CARTESIAN_POINT('',(20.1705297749366,171.,256.13454070829)); -#12243=CARTESIAN_POINT('',(20.1779835342981,171.,256.126099819059)); -#12244=CARTESIAN_POINT('',(20.1955263005959,171.,256.101255166196)); -#12245=CARTESIAN_POINT('',(20.2057906352018,171.,256.085907791025)); -#12246=CARTESIAN_POINT('',(20.2168882868133,171.,256.046440258616)); -#12247=CARTESIAN_POINT('',(20.2194003202353,171.,256.035885813383)); -#12248=CARTESIAN_POINT('',(20.2212644649776,171.,256.019481178471)); -#12249=CARTESIAN_POINT('',(20.2216017250228,171.,256.015843400093)); -#12250=CARTESIAN_POINT('',(20.2219975714731,171.,256.009207189857)); -#12251=CARTESIAN_POINT('',(20.2221083354695,171.,256.006334202628)); -#12252=CARTESIAN_POINT('',(20.2221607598731,171.,256.003505161865)); -#12253=CARTESIAN_POINT('',(20.0221955414993,110.000009963119,256.000000029809)); -#12254=CARTESIAN_POINT('',(20.0221955414993,110.000010419964,256.000000029809)); -#12255=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,258.080889967585)); -#12256=CARTESIAN_POINT('',(20.1636358803736,49.,258.141396652997)); -#12257=CARTESIAN_POINT('',(20.1705297749366,49.,258.13454070829)); -#12258=CARTESIAN_POINT('',(20.1779835342981,49.,258.126099819059)); -#12259=CARTESIAN_POINT('',(20.1955263005959,49.,258.101255166196)); -#12260=CARTESIAN_POINT('',(20.2057906352018,49.,258.085907791025)); -#12261=CARTESIAN_POINT('',(20.2168882868133,49.,258.046440258616)); -#12262=CARTESIAN_POINT('',(20.2194003202353,49.,258.035885813383)); -#12263=CARTESIAN_POINT('',(20.2212644649776,49.,258.019481178471)); -#12264=CARTESIAN_POINT('',(20.2216017250228,49.,258.015843400093)); -#12265=CARTESIAN_POINT('',(20.2219975714731,49.,258.009207189857)); -#12266=CARTESIAN_POINT('',(20.2221083354695,49.,258.006334202628)); -#12267=CARTESIAN_POINT('',(20.2221607598731,49.,258.003505161865)); -#12268=CARTESIAN_POINT('',(20.1636358803736,171.,258.141396652997)); -#12269=CARTESIAN_POINT('',(20.1705297749366,171.,258.13454070829)); -#12270=CARTESIAN_POINT('',(20.1779835342981,171.,258.126099819059)); -#12271=CARTESIAN_POINT('',(20.1955263005959,171.,258.101255166196)); -#12272=CARTESIAN_POINT('',(20.2057906352018,171.,258.085907791025)); -#12273=CARTESIAN_POINT('',(20.2168882868133,171.,258.046440258616)); -#12274=CARTESIAN_POINT('',(20.2194003202353,171.,258.035885813383)); -#12275=CARTESIAN_POINT('',(20.2212644649776,171.,258.019481178471)); -#12276=CARTESIAN_POINT('',(20.2216017250228,171.,258.015843400093)); -#12277=CARTESIAN_POINT('',(20.2219975714731,171.,258.009207189857)); -#12278=CARTESIAN_POINT('',(20.2221083354695,171.,258.006334202628)); -#12279=CARTESIAN_POINT('',(20.2221607598731,171.,258.003505161865)); -#12280=CARTESIAN_POINT('',(20.0221955414993,110.000009963116,258.000000029809)); -#12281=CARTESIAN_POINT('',(20.0221955414993,110.000010419961,258.000000029809)); -#12282=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,260.080889967585)); -#12283=CARTESIAN_POINT('',(20.1636358803736,49.,260.141396652997)); -#12284=CARTESIAN_POINT('',(20.1705297749366,49.,260.13454070829)); -#12285=CARTESIAN_POINT('',(20.1779835342981,49.,260.126099819059)); -#12286=CARTESIAN_POINT('',(20.1955263005959,49.,260.101255166196)); -#12287=CARTESIAN_POINT('',(20.2057906352018,49.,260.085907791025)); -#12288=CARTESIAN_POINT('',(20.2168882868133,49.,260.046440258616)); -#12289=CARTESIAN_POINT('',(20.2194003202353,49.,260.035885813383)); -#12290=CARTESIAN_POINT('',(20.2212644649776,49.,260.019481178471)); -#12291=CARTESIAN_POINT('',(20.2216017250228,49.,260.015843400093)); -#12292=CARTESIAN_POINT('',(20.2219975714731,49.,260.009207189857)); -#12293=CARTESIAN_POINT('',(20.2221083354695,49.,260.006334202628)); -#12294=CARTESIAN_POINT('',(20.2221607598731,49.,260.003505161865)); -#12295=CARTESIAN_POINT('',(20.1636358803736,171.,260.141396652997)); -#12296=CARTESIAN_POINT('',(20.1705297749366,171.,260.13454070829)); -#12297=CARTESIAN_POINT('',(20.1779835342981,171.,260.126099819059)); -#12298=CARTESIAN_POINT('',(20.1955263005959,171.,260.101255166196)); -#12299=CARTESIAN_POINT('',(20.2057906352018,171.,260.085907791025)); -#12300=CARTESIAN_POINT('',(20.2168882868133,171.,260.046440258616)); -#12301=CARTESIAN_POINT('',(20.2194003202353,171.,260.035885813383)); -#12302=CARTESIAN_POINT('',(20.2212644649776,171.,260.019481178471)); -#12303=CARTESIAN_POINT('',(20.2216017250228,171.,260.015843400093)); -#12304=CARTESIAN_POINT('',(20.2219975714731,171.,260.009207189857)); -#12305=CARTESIAN_POINT('',(20.2221083354695,171.,260.006334202628)); -#12306=CARTESIAN_POINT('',(20.2221607598731,171.,260.003505161865)); -#12307=CARTESIAN_POINT('',(20.0221955414993,110.000009963113,260.000000029809)); -#12308=CARTESIAN_POINT('',(20.0221955414993,110.000010419958,260.000000029809)); -#12309=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,262.080889967585)); -#12310=CARTESIAN_POINT('',(20.1636358803736,49.,262.141396652997)); -#12311=CARTESIAN_POINT('',(20.1705297749366,49.,262.13454070829)); -#12312=CARTESIAN_POINT('',(20.1779835342981,49.,262.126099819059)); -#12313=CARTESIAN_POINT('',(20.1955263005959,49.,262.101255166196)); -#12314=CARTESIAN_POINT('',(20.2057906352018,49.,262.085907791025)); -#12315=CARTESIAN_POINT('',(20.2168882868133,49.,262.046440258616)); -#12316=CARTESIAN_POINT('',(20.2194003202353,49.,262.035885813383)); -#12317=CARTESIAN_POINT('',(20.2212644649776,49.,262.019481178471)); -#12318=CARTESIAN_POINT('',(20.2216017250228,49.,262.015843400093)); -#12319=CARTESIAN_POINT('',(20.2219975714731,49.,262.009207189857)); -#12320=CARTESIAN_POINT('',(20.2221083354695,49.,262.006334202628)); -#12321=CARTESIAN_POINT('',(20.2221607598731,49.,262.003505161865)); -#12322=CARTESIAN_POINT('',(20.1636358803736,171.,262.141396652997)); -#12323=CARTESIAN_POINT('',(20.1705297749366,171.,262.13454070829)); -#12324=CARTESIAN_POINT('',(20.1779835342981,171.,262.126099819059)); -#12325=CARTESIAN_POINT('',(20.1955263005959,171.,262.101255166196)); -#12326=CARTESIAN_POINT('',(20.2057906352018,171.,262.085907791025)); -#12327=CARTESIAN_POINT('',(20.2168882868133,171.,262.046440258616)); -#12328=CARTESIAN_POINT('',(20.2194003202353,171.,262.035885813383)); -#12329=CARTESIAN_POINT('',(20.2212644649776,171.,262.019481178471)); -#12330=CARTESIAN_POINT('',(20.2216017250228,171.,262.015843400093)); -#12331=CARTESIAN_POINT('',(20.2219975714731,171.,262.009207189857)); -#12332=CARTESIAN_POINT('',(20.2221083354695,171.,262.006334202628)); -#12333=CARTESIAN_POINT('',(20.2221607598731,171.,262.003505161865)); -#12334=CARTESIAN_POINT('',(20.0221955414993,110.000009963111,262.000000029809)); -#12335=CARTESIAN_POINT('',(20.0221955414993,110.000010419955,262.000000029809)); -#12336=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,264.080889967585)); -#12337=CARTESIAN_POINT('',(20.1636358803736,49.,264.141396652997)); -#12338=CARTESIAN_POINT('',(20.1705297749366,49.,264.13454070829)); -#12339=CARTESIAN_POINT('',(20.1779835342981,49.,264.126099819059)); -#12340=CARTESIAN_POINT('',(20.1955263005959,49.,264.101255166196)); -#12341=CARTESIAN_POINT('',(20.2057906352018,49.,264.085907791025)); -#12342=CARTESIAN_POINT('',(20.2168882868133,49.,264.046440258616)); -#12343=CARTESIAN_POINT('',(20.2194003202353,49.,264.035885813383)); -#12344=CARTESIAN_POINT('',(20.2212644649776,49.,264.019481178471)); -#12345=CARTESIAN_POINT('',(20.2216017250228,49.,264.015843400093)); -#12346=CARTESIAN_POINT('',(20.2219975714731,49.,264.009207189857)); -#12347=CARTESIAN_POINT('',(20.2221083354695,49.,264.006334202628)); -#12348=CARTESIAN_POINT('',(20.2221607598731,49.,264.003505161865)); -#12349=CARTESIAN_POINT('',(20.1636358803736,171.,264.141396652997)); -#12350=CARTESIAN_POINT('',(20.1705297749366,171.,264.13454070829)); -#12351=CARTESIAN_POINT('',(20.1779835342981,171.,264.126099819059)); -#12352=CARTESIAN_POINT('',(20.1955263005959,171.,264.101255166196)); -#12353=CARTESIAN_POINT('',(20.2057906352018,171.,264.085907791025)); -#12354=CARTESIAN_POINT('',(20.2168882868133,171.,264.046440258616)); -#12355=CARTESIAN_POINT('',(20.2194003202353,171.,264.035885813383)); -#12356=CARTESIAN_POINT('',(20.2212644649776,171.,264.019481178471)); -#12357=CARTESIAN_POINT('',(20.2216017250228,171.,264.015843400093)); -#12358=CARTESIAN_POINT('',(20.2219975714731,171.,264.009207189857)); -#12359=CARTESIAN_POINT('',(20.2221083354695,171.,264.006334202628)); -#12360=CARTESIAN_POINT('',(20.2221607598731,171.,264.003505161865)); -#12361=CARTESIAN_POINT('',(20.0221955414993,110.000009963108,264.000000029809)); -#12362=CARTESIAN_POINT('',(20.0221955414993,110.000010419952,264.000000029809)); -#12363=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,266.080889967585)); -#12364=CARTESIAN_POINT('',(20.1636358803736,49.,266.141396652997)); -#12365=CARTESIAN_POINT('',(20.1705297749366,49.,266.13454070829)); -#12366=CARTESIAN_POINT('',(20.1779835342981,49.,266.126099819059)); -#12367=CARTESIAN_POINT('',(20.1955263005959,49.,266.101255166196)); -#12368=CARTESIAN_POINT('',(20.2057906352018,49.,266.085907791025)); -#12369=CARTESIAN_POINT('',(20.2168882868133,49.,266.046440258616)); -#12370=CARTESIAN_POINT('',(20.2194003202353,49.,266.035885813383)); -#12371=CARTESIAN_POINT('',(20.2212644649776,49.,266.019481178471)); -#12372=CARTESIAN_POINT('',(20.2216017250228,49.,266.015843400093)); -#12373=CARTESIAN_POINT('',(20.2219975714731,49.,266.009207189857)); -#12374=CARTESIAN_POINT('',(20.2221083354695,49.,266.006334202628)); -#12375=CARTESIAN_POINT('',(20.2221607598731,49.,266.003505161865)); -#12376=CARTESIAN_POINT('',(20.1636358803736,171.,266.141396652997)); -#12377=CARTESIAN_POINT('',(20.1705297749366,171.,266.13454070829)); -#12378=CARTESIAN_POINT('',(20.1779835342981,171.,266.126099819059)); -#12379=CARTESIAN_POINT('',(20.1955263005959,171.,266.101255166196)); -#12380=CARTESIAN_POINT('',(20.2057906352018,171.,266.085907791025)); -#12381=CARTESIAN_POINT('',(20.2168882868133,171.,266.046440258616)); -#12382=CARTESIAN_POINT('',(20.2194003202353,171.,266.035885813383)); -#12383=CARTESIAN_POINT('',(20.2212644649776,171.,266.019481178471)); -#12384=CARTESIAN_POINT('',(20.2216017250228,171.,266.015843400093)); -#12385=CARTESIAN_POINT('',(20.2219975714731,171.,266.009207189857)); -#12386=CARTESIAN_POINT('',(20.2221083354695,171.,266.006334202628)); -#12387=CARTESIAN_POINT('',(20.2221607598731,171.,266.003505161865)); -#12388=CARTESIAN_POINT('',(20.0221955414993,110.000009963105,266.000000029809)); -#12389=CARTESIAN_POINT('',(20.0221955414993,110.000010419949,266.000000029809)); -#12390=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,268.080889967585)); -#12391=CARTESIAN_POINT('',(20.1636358803736,49.,268.141396652997)); -#12392=CARTESIAN_POINT('',(20.1705297749366,49.,268.13454070829)); -#12393=CARTESIAN_POINT('',(20.1779835342981,49.,268.126099819059)); -#12394=CARTESIAN_POINT('',(20.1955263005959,49.,268.101255166196)); -#12395=CARTESIAN_POINT('',(20.2057906352018,49.,268.085907791025)); -#12396=CARTESIAN_POINT('',(20.2168882868133,49.,268.046440258616)); -#12397=CARTESIAN_POINT('',(20.2194003202353,49.,268.035885813383)); -#12398=CARTESIAN_POINT('',(20.2212644649776,49.,268.019481178471)); -#12399=CARTESIAN_POINT('',(20.2216017250228,49.,268.015843400093)); -#12400=CARTESIAN_POINT('',(20.2219975714731,49.,268.009207189857)); -#12401=CARTESIAN_POINT('',(20.2221083354695,49.,268.006334202628)); -#12402=CARTESIAN_POINT('',(20.2221607598731,49.,268.003505161865)); -#12403=CARTESIAN_POINT('',(20.1636358803736,171.,268.141396652997)); -#12404=CARTESIAN_POINT('',(20.1705297749366,171.,268.13454070829)); -#12405=CARTESIAN_POINT('',(20.1779835342981,171.,268.126099819059)); -#12406=CARTESIAN_POINT('',(20.1955263005959,171.,268.101255166196)); -#12407=CARTESIAN_POINT('',(20.2057906352018,171.,268.085907791025)); -#12408=CARTESIAN_POINT('',(20.2168882868133,171.,268.046440258616)); -#12409=CARTESIAN_POINT('',(20.2194003202353,171.,268.035885813383)); -#12410=CARTESIAN_POINT('',(20.2212644649776,171.,268.019481178471)); -#12411=CARTESIAN_POINT('',(20.2216017250228,171.,268.015843400093)); -#12412=CARTESIAN_POINT('',(20.2219975714731,171.,268.009207189857)); -#12413=CARTESIAN_POINT('',(20.2221083354695,171.,268.006334202628)); -#12414=CARTESIAN_POINT('',(20.2221607598731,171.,268.003505161865)); -#12415=CARTESIAN_POINT('',(20.0221955414993,110.000009963103,268.000000029809)); -#12416=CARTESIAN_POINT('',(20.0221955414993,110.000010419946,268.000000029809)); -#12417=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,270.080889967585)); -#12418=CARTESIAN_POINT('',(20.1636358803736,49.,270.141396652997)); -#12419=CARTESIAN_POINT('',(20.1705297749366,49.,270.13454070829)); -#12420=CARTESIAN_POINT('',(20.1779835342981,49.,270.126099819059)); -#12421=CARTESIAN_POINT('',(20.1955263005959,49.,270.101255166196)); -#12422=CARTESIAN_POINT('',(20.2057906352018,49.,270.085907791025)); -#12423=CARTESIAN_POINT('',(20.2168882868133,49.,270.046440258616)); -#12424=CARTESIAN_POINT('',(20.2194003202353,49.,270.035885813383)); -#12425=CARTESIAN_POINT('',(20.2212644649776,49.,270.019481178471)); -#12426=CARTESIAN_POINT('',(20.2216017250228,49.,270.015843400093)); -#12427=CARTESIAN_POINT('',(20.2219975714731,49.,270.009207189857)); -#12428=CARTESIAN_POINT('',(20.2221083354695,49.,270.006334202628)); -#12429=CARTESIAN_POINT('',(20.2221607598731,49.,270.003505161865)); -#12430=CARTESIAN_POINT('',(20.1636358803736,171.,270.141396652997)); -#12431=CARTESIAN_POINT('',(20.1705297749366,171.,270.13454070829)); -#12432=CARTESIAN_POINT('',(20.1779835342981,171.,270.126099819059)); -#12433=CARTESIAN_POINT('',(20.1955263005959,171.,270.101255166196)); -#12434=CARTESIAN_POINT('',(20.2057906352018,171.,270.085907791025)); -#12435=CARTESIAN_POINT('',(20.2168882868133,171.,270.046440258616)); -#12436=CARTESIAN_POINT('',(20.2194003202353,171.,270.035885813383)); -#12437=CARTESIAN_POINT('',(20.2212644649776,171.,270.019481178471)); -#12438=CARTESIAN_POINT('',(20.2216017250228,171.,270.015843400093)); -#12439=CARTESIAN_POINT('',(20.2219975714731,171.,270.009207189857)); -#12440=CARTESIAN_POINT('',(20.2221083354695,171.,270.006334202628)); -#12441=CARTESIAN_POINT('',(20.2221607598731,171.,270.003505161865)); -#12442=CARTESIAN_POINT('',(20.0221955414993,110.0000099631,270.000000029809)); -#12443=CARTESIAN_POINT('',(20.0221955414993,110.000010419943,270.000000029809)); -#12444=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,272.080889967585)); -#12445=CARTESIAN_POINT('',(20.1636358803736,49.,272.141396652997)); -#12446=CARTESIAN_POINT('',(20.1705297749366,49.,272.13454070829)); -#12447=CARTESIAN_POINT('',(20.1779835342981,49.,272.126099819059)); -#12448=CARTESIAN_POINT('',(20.1955263005959,49.,272.101255166196)); -#12449=CARTESIAN_POINT('',(20.2057906352018,49.,272.085907791025)); -#12450=CARTESIAN_POINT('',(20.2168882868133,49.,272.046440258616)); -#12451=CARTESIAN_POINT('',(20.2194003202353,49.,272.035885813383)); -#12452=CARTESIAN_POINT('',(20.2212644649776,49.,272.019481178471)); -#12453=CARTESIAN_POINT('',(20.2216017250228,49.,272.015843400093)); -#12454=CARTESIAN_POINT('',(20.2219975714731,49.,272.009207189857)); -#12455=CARTESIAN_POINT('',(20.2221083354695,49.,272.006334202628)); -#12456=CARTESIAN_POINT('',(20.2221607598731,49.,272.003505161865)); -#12457=CARTESIAN_POINT('',(20.1636358803736,171.,272.141396652997)); -#12458=CARTESIAN_POINT('',(20.1705297749366,171.,272.13454070829)); -#12459=CARTESIAN_POINT('',(20.1779835342981,171.,272.126099819059)); -#12460=CARTESIAN_POINT('',(20.1955263005959,171.,272.101255166196)); -#12461=CARTESIAN_POINT('',(20.2057906352018,171.,272.085907791025)); -#12462=CARTESIAN_POINT('',(20.2168882868133,171.,272.046440258616)); -#12463=CARTESIAN_POINT('',(20.2194003202353,171.,272.035885813383)); -#12464=CARTESIAN_POINT('',(20.2212644649776,171.,272.019481178471)); -#12465=CARTESIAN_POINT('',(20.2216017250228,171.,272.015843400093)); -#12466=CARTESIAN_POINT('',(20.2219975714731,171.,272.009207189857)); -#12467=CARTESIAN_POINT('',(20.2221083354695,171.,272.006334202628)); -#12468=CARTESIAN_POINT('',(20.2221607598731,171.,272.003505161865)); -#12469=CARTESIAN_POINT('',(20.0221955414993,110.000009963097,272.000000029809)); -#12470=CARTESIAN_POINT('',(20.0221955414993,110.00001041994,272.000000029809)); -#12471=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,274.080889967585)); -#12472=CARTESIAN_POINT('',(20.1636358803736,49.,274.141396652997)); -#12473=CARTESIAN_POINT('',(20.1705297749366,49.,274.13454070829)); -#12474=CARTESIAN_POINT('',(20.1779835342981,49.,274.126099819059)); -#12475=CARTESIAN_POINT('',(20.1955263005959,49.,274.101255166196)); -#12476=CARTESIAN_POINT('',(20.2057906352018,49.,274.085907791025)); -#12477=CARTESIAN_POINT('',(20.2168882868133,49.,274.046440258616)); -#12478=CARTESIAN_POINT('',(20.2194003202353,49.,274.035885813383)); -#12479=CARTESIAN_POINT('',(20.2212644649776,49.,274.019481178471)); -#12480=CARTESIAN_POINT('',(20.2216017250228,49.,274.015843400093)); -#12481=CARTESIAN_POINT('',(20.2219975714731,49.,274.009207189857)); -#12482=CARTESIAN_POINT('',(20.2221083354695,49.,274.006334202628)); -#12483=CARTESIAN_POINT('',(20.2221607598731,49.,274.003505161865)); -#12484=CARTESIAN_POINT('',(20.1636358803736,171.,274.141396652997)); -#12485=CARTESIAN_POINT('',(20.1705297749366,171.,274.13454070829)); -#12486=CARTESIAN_POINT('',(20.1779835342981,171.,274.126099819059)); -#12487=CARTESIAN_POINT('',(20.1955263005959,171.,274.101255166196)); -#12488=CARTESIAN_POINT('',(20.2057906352018,171.,274.085907791025)); -#12489=CARTESIAN_POINT('',(20.2168882868133,171.,274.046440258616)); -#12490=CARTESIAN_POINT('',(20.2194003202353,171.,274.035885813383)); -#12491=CARTESIAN_POINT('',(20.2212644649776,171.,274.019481178471)); -#12492=CARTESIAN_POINT('',(20.2216017250228,171.,274.015843400093)); -#12493=CARTESIAN_POINT('',(20.2219975714731,171.,274.009207189857)); -#12494=CARTESIAN_POINT('',(20.2221083354695,171.,274.006334202628)); -#12495=CARTESIAN_POINT('',(20.2221607598731,171.,274.003505161865)); -#12496=CARTESIAN_POINT('',(20.0221955414993,110.000009963095,274.000000029809)); -#12497=CARTESIAN_POINT('',(20.0221955414993,110.000010419937,274.000000029809)); -#12498=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,276.080889967585)); -#12499=CARTESIAN_POINT('',(20.1636358803736,49.,276.141396652997)); -#12500=CARTESIAN_POINT('',(20.1705297749366,49.,276.13454070829)); -#12501=CARTESIAN_POINT('',(20.1779835342981,49.,276.126099819059)); -#12502=CARTESIAN_POINT('',(20.1955263005959,49.,276.101255166196)); -#12503=CARTESIAN_POINT('',(20.2057906352018,49.,276.085907791025)); -#12504=CARTESIAN_POINT('',(20.2168882868133,49.,276.046440258616)); -#12505=CARTESIAN_POINT('',(20.2194003202353,49.,276.035885813383)); -#12506=CARTESIAN_POINT('',(20.2212644649776,49.,276.019481178471)); -#12507=CARTESIAN_POINT('',(20.2216017250228,49.,276.015843400093)); -#12508=CARTESIAN_POINT('',(20.2219975714731,49.,276.009207189857)); -#12509=CARTESIAN_POINT('',(20.2221083354695,49.,276.006334202628)); -#12510=CARTESIAN_POINT('',(20.2221607598731,49.,276.003505161865)); -#12511=CARTESIAN_POINT('',(20.1636358803736,171.,276.141396652997)); -#12512=CARTESIAN_POINT('',(20.1705297749366,171.,276.13454070829)); -#12513=CARTESIAN_POINT('',(20.1779835342981,171.,276.126099819059)); -#12514=CARTESIAN_POINT('',(20.1955263005959,171.,276.101255166196)); -#12515=CARTESIAN_POINT('',(20.2057906352018,171.,276.085907791025)); -#12516=CARTESIAN_POINT('',(20.2168882868133,171.,276.046440258616)); -#12517=CARTESIAN_POINT('',(20.2194003202353,171.,276.035885813383)); -#12518=CARTESIAN_POINT('',(20.2212644649776,171.,276.019481178471)); -#12519=CARTESIAN_POINT('',(20.2216017250228,171.,276.015843400093)); -#12520=CARTESIAN_POINT('',(20.2219975714731,171.,276.009207189857)); -#12521=CARTESIAN_POINT('',(20.2221083354695,171.,276.006334202628)); -#12522=CARTESIAN_POINT('',(20.2221607598731,171.,276.003505161865)); -#12523=CARTESIAN_POINT('',(20.0221955414993,110.000009963092,276.000000029809)); -#12524=CARTESIAN_POINT('',(20.0221955414993,110.000010419933,276.000000029809)); -#12525=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,278.080889967585)); -#12526=CARTESIAN_POINT('',(20.0050354003906,73.8800000000003,280.300074158501)); -#12527=CARTESIAN_POINT('',(20.1636358803736,49.,278.141396652997)); -#12528=CARTESIAN_POINT('',(20.1705297749366,49.,278.13454070829)); -#12529=CARTESIAN_POINT('',(20.1779835342981,49.,278.126099819059)); -#12530=CARTESIAN_POINT('',(20.1955263005959,49.,278.101255166196)); -#12531=CARTESIAN_POINT('',(20.2057906352018,49.,278.085907791025)); -#12532=CARTESIAN_POINT('',(20.2168882868133,49.,278.046440258616)); -#12533=CARTESIAN_POINT('',(20.2194003202353,49.,278.035885813383)); -#12534=CARTESIAN_POINT('',(20.2212644649776,49.,278.019481178471)); -#12535=CARTESIAN_POINT('',(20.2216017250228,49.,278.015843400093)); -#12536=CARTESIAN_POINT('',(20.2219975714731,49.,278.009207189857)); -#12537=CARTESIAN_POINT('',(20.2221083354695,49.,278.006334202628)); -#12538=CARTESIAN_POINT('',(20.2221607598731,49.,278.003505161865)); -#12539=CARTESIAN_POINT('',(20.1636358803736,171.,278.141396652997)); -#12540=CARTESIAN_POINT('',(20.1705297749366,171.,278.13454070829)); -#12541=CARTESIAN_POINT('',(20.1779835342981,171.,278.126099819059)); -#12542=CARTESIAN_POINT('',(20.1955263005959,171.,278.101255166196)); -#12543=CARTESIAN_POINT('',(20.2057906352018,171.,278.085907791025)); -#12544=CARTESIAN_POINT('',(20.2168882868133,171.,278.046440258616)); -#12545=CARTESIAN_POINT('',(20.2194003202353,171.,278.035885813383)); -#12546=CARTESIAN_POINT('',(20.2212644649776,171.,278.019481178471)); -#12547=CARTESIAN_POINT('',(20.2216017250228,171.,278.015843400093)); -#12548=CARTESIAN_POINT('',(20.2219975714731,171.,278.009207189857)); -#12549=CARTESIAN_POINT('',(20.2221083354695,171.,278.006334202628)); -#12550=CARTESIAN_POINT('',(20.2221607598731,171.,278.003505161865)); -#12551=CARTESIAN_POINT('',(20.0221955414993,110.000009963089,278.000000029809)); -#12552=CARTESIAN_POINT('',(20.0221955414993,110.00001041993,278.000000029809)); -#12553=CARTESIAN_POINT('',(20.0222040967593,109.994541875784,74.0000000323582)); -#12554=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,77.8007416500762)); -#12555=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,78.1992584139044)); -#12556=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,78.199258416086)); -#12557=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,77.8007416478945)); -#12558=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,75.8007416500762)); -#12559=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,76.1992584139044)); -#12560=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,76.199258416086)); -#12561=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,75.8007416478945)); -#12562=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,71.8007416500762)); -#12563=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,72.1992584139044)); -#12564=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,72.199258416086)); -#12565=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,71.8007416478945)); -#12566=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,69.8007416500762)); -#12567=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,70.1992584139044)); -#12568=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,70.199258416086)); -#12569=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,69.8007416478945)); -#12570=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,67.8007416500762)); -#12571=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,68.1992584139044)); -#12572=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,68.199258416086)); -#12573=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,67.8007416478945)); -#12574=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,65.8007416500762)); -#12575=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,66.1992584139044)); -#12576=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,66.199258416086)); -#12577=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,65.8007416478945)); -#12578=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,63.8007416500762)); -#12579=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,64.1992584139044)); -#12580=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,64.199258416086)); -#12581=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,63.8007416478945)); -#12582=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,61.8007416500762)); -#12583=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,62.1992584139044)); -#12584=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,62.199258416086)); -#12585=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,61.8007416478945)); -#12586=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,59.8007416500762)); -#12587=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,60.1992584139044)); -#12588=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,60.199258416086)); -#12589=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,59.8007416478945)); -#12590=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,57.8007416500762)); -#12591=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,58.1992584139044)); -#12592=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,58.199258416086)); -#12593=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,57.8007416478945)); -#12594=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,55.8007416500762)); -#12595=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,56.1992584139044)); -#12596=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,56.199258416086)); -#12597=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,55.8007416478945)); -#12598=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,53.8007416500762)); -#12599=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,54.1992584139044)); -#12600=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,54.199258416086)); -#12601=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,53.8007416478945)); -#12602=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,51.8007416500762)); -#12603=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,52.1992584139044)); -#12604=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,52.199258416086)); -#12605=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,51.8007416478945)); -#12606=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,49.8007416500762)); -#12607=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,50.1992584139044)); -#12608=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,50.199258416086)); -#12609=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,49.8007416478945)); -#12610=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,47.8007416500762)); -#12611=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,48.1992584139044)); -#12612=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,48.199258416086)); -#12613=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,47.8007416478945)); -#12614=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,45.8007416500762)); -#12615=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,46.1992584139044)); -#12616=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,46.199258416086)); -#12617=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,45.8007416478945)); -#12618=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,43.8007416500762)); -#12619=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,44.1992584139044)); -#12620=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,44.199258416086)); -#12621=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,43.8007416478945)); -#12622=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,41.8007416500762)); -#12623=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,42.1992584139044)); -#12624=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,42.199258416086)); -#12625=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,41.8007416478945)); -#12626=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,39.8007416500762)); -#12627=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,40.1992584139044)); -#12628=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,40.199258416086)); -#12629=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,39.8007416478945)); -#12630=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,37.8007416500762)); -#12631=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,38.1992584139044)); -#12632=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,38.199258416086)); -#12633=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,37.8007416478945)); -#12634=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,35.8007416500762)); -#12635=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,36.1992584139044)); -#12636=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,36.199258416086)); -#12637=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,35.8007416478945)); -#12638=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,33.8007416500762)); -#12639=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,34.1992584139044)); -#12640=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,34.199258416086)); -#12641=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,33.8007416478945)); -#12642=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,31.8007416500762)); -#12643=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,32.1992584139044)); -#12644=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,32.199258416086)); -#12645=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,31.8007416478945)); -#12646=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,29.8007416500762)); -#12647=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,30.1992584139044)); -#12648=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,30.199258416086)); -#12649=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,29.8007416478945)); -#12650=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,27.8007416500762)); -#12651=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,28.1992584139044)); -#12652=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,28.199258416086)); -#12653=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,27.8007416478945)); -#12654=CARTESIAN_POINT('',(20.0050366833194,139.999999999999,25.8007416500762)); -#12655=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,26.1992584139044)); -#12656=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,26.199258416086)); -#12657=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,25.8007416478945)); -#12658=CARTESIAN_POINT('',(20.0050354130568,140.,23.8007416500762)); -#12659=CARTESIAN_POINT('',(20.0050353877244,140.,24.1992584139044)); -#12660=CARTESIAN_POINT('',(20.0050354130568,80.,24.199258416086)); -#12661=CARTESIAN_POINT('',(20.0050354383892,80.,23.8007416478945)); -#12662=CARTESIAN_POINT('',(20.0050354130568,140.,21.8007416500762)); -#12663=CARTESIAN_POINT('',(20.0050353877244,140.,22.1992584139044)); -#12664=CARTESIAN_POINT('',(20.0050354130568,80.,22.199258416086)); -#12665=CARTESIAN_POINT('',(20.0050354383892,80.,21.8007416478945)); -#12666=CARTESIAN_POINT('',(20.0050354130568,140.,19.8007416500762)); -#12667=CARTESIAN_POINT('',(20.0050353877244,140.,20.1992584139044)); -#12668=CARTESIAN_POINT('',(20.0050354130568,80.,20.199258416086)); -#12669=CARTESIAN_POINT('',(20.0050354383892,80.,19.8007416478945)); -#12670=CARTESIAN_POINT('',(20.0050352863946,140.,17.8007416566211)); -#12671=CARTESIAN_POINT('',(20.0050352610622,140.,18.1992584029962)); -#12672=CARTESIAN_POINT('',(20.0050353877244,80.,18.1992584139044)); -#12673=CARTESIAN_POINT('',(20.0050354130568,80.,17.8007416457129)); -#12674=CARTESIAN_POINT('',(20.0050352863946,140.,15.8007416566211)); -#12675=CARTESIAN_POINT('',(20.0050352610622,140.,16.1992584029962)); -#12676=CARTESIAN_POINT('',(20.0050353877244,80.,16.1992584139044)); -#12677=CARTESIAN_POINT('',(20.0050354130568,80.,15.8007416457129)); -#12678=CARTESIAN_POINT('',(20.0050352863946,140.,13.8007416566211)); -#12679=CARTESIAN_POINT('',(20.0050352610622,140.,14.1992584029962)); -#12680=CARTESIAN_POINT('',(20.0050353877244,80.,14.1992584139044)); -#12681=CARTESIAN_POINT('',(20.0050354130568,80.,13.8007416457129)); -#12682=CARTESIAN_POINT('',(20.0050352863946,140.,11.8007416566211)); -#12683=CARTESIAN_POINT('',(20.0050352610622,140.,12.1992584029962)); -#12684=CARTESIAN_POINT('',(20.0050353877244,80.,12.1992584139044)); -#12685=CARTESIAN_POINT('',(20.0050354130568,80.,11.8007416457129)); -#12686=CARTESIAN_POINT('',(20.0050352863946,140.,9.80074165662109)); -#12687=CARTESIAN_POINT('',(20.0050352610622,140.,10.1992584029962)); -#12688=CARTESIAN_POINT('',(20.0050353877244,80.,10.1992584139044)); -#12689=CARTESIAN_POINT('',(20.0050354130568,80.,9.80074164571289)); -#12690=CARTESIAN_POINT('',(20.0050352863946,140.,7.80074165662109)); -#12691=CARTESIAN_POINT('',(20.0050352610622,140.,8.1992584029962)); -#12692=CARTESIAN_POINT('',(20.0050353877244,80.,8.19925841390441)); -#12693=CARTESIAN_POINT('',(20.0050354130568,80.,7.80074164571289)); -#12694=CARTESIAN_POINT('',(20.0050352863946,140.,5.80074165662109)); -#12695=CARTESIAN_POINT('',(20.0050352610622,140.,6.1992584029962)); -#12696=CARTESIAN_POINT('',(20.0050353877244,80.,6.19925841390441)); -#12697=CARTESIAN_POINT('',(20.0050354130568,80.,5.80074164571289)); -#12698=CARTESIAN_POINT('',(20.0050352863946,140.,3.80074165662109)); -#12699=CARTESIAN_POINT('',(20.0050352610622,140.,4.1992584029962)); -#12700=CARTESIAN_POINT('',(20.0050353877244,80.,4.1992584139044)); -#12701=CARTESIAN_POINT('',(20.0050354130568,80.,3.80074164571289)); -#12702=CARTESIAN_POINT('',(20.0050352737284,140.,1.80074165553027)); -#12703=CARTESIAN_POINT('',(20.005035248396,140.,2.19925840190538)); -#12704=CARTESIAN_POINT('',(20.0050353750582,80.,2.19925841281358)); -#12705=CARTESIAN_POINT('',(20.0050354003906,80.,1.80074164462207)); -#12706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.52930394689292E-22)); -#12707=CARTESIAN_POINT('',(20.0050354789155,80.,-1.4943093059235E-11)); -#12708=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,-7.05860789378584E-23)); -#12709=CARTESIAN_POINT('',(190.005035400391,60.,0.)); -#12710=CARTESIAN_POINT('',(190.005035400391,80.,0.)); -#12711=CARTESIAN_POINT('',(190.005035400391,100.,0.)); -#12712=CARTESIAN_POINT('',(190.005035400391,120.,0.)); -#12713=CARTESIAN_POINT('',(190.005035400391,140.,0.)); -#12714=CARTESIAN_POINT('',(190.005035400391,160.,0.)); -#12715=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); -#12716=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); -#12717=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); -#12718=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); -#12719=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); -#12720=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); -#12721=CARTESIAN_POINT('',(190.005035400391,100.,280.)); -#12722=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); -#12723=CARTESIAN_POINT('',(190.005035400391,140.,280.)); -#12724=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999999985)); -#12725=CARTESIAN_POINT('',(190.005035400391,60.,280.)); -#12726=CARTESIAN_POINT('',(190.005035400391,120.,280.)); -#12727=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); -#12728=CARTESIAN_POINT('',(190.005035400391,80.,280.)); -#12729=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); -#12730=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,280.)); -#12731=CARTESIAN_POINT('',(190.005035400391,160.,280.)); -#12732=CARTESIAN_POINT('',(20.0050354003906,80.,278.199258414995)); -#12733=CARTESIAN_POINT('',(20.1636358803736,77.4862704963567,278.141396652997)); -#12734=CARTESIAN_POINT('',(20.2221607598731,77.0609799486883,278.003505161865)); -#12735=CARTESIAN_POINT('',(20.0050354003906,80.,277.800741644622)); -#12736=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999999985)); -#12737=CARTESIAN_POINT('',(20.0050354003906,80.,276.199258414995)); -#12738=CARTESIAN_POINT('',(20.1636358803736,77.4862704963629,276.141396652997)); -#12739=CARTESIAN_POINT('',(20.2221607598731,77.0609799486937,276.003505161865)); -#12740=CARTESIAN_POINT('',(20.0050354003906,80.,275.800741644622)); -#12741=CARTESIAN_POINT('',(20.0050354003906,80.,274.199258414995)); -#12742=CARTESIAN_POINT('',(20.1636358803736,77.4862704963691,274.141396652997)); -#12743=CARTESIAN_POINT('',(20.2221607598731,77.0609799486991,274.003505161865)); -#12744=CARTESIAN_POINT('',(20.0050354003906,80.,273.800741644622)); -#12745=CARTESIAN_POINT('',(20.0050354003906,80.,272.199258414995)); -#12746=CARTESIAN_POINT('',(20.1636358803736,77.4862704963752,272.141396652997)); -#12747=CARTESIAN_POINT('',(20.2221607598731,77.0609799487044,272.003505161865)); -#12748=CARTESIAN_POINT('',(20.0050354003906,80.,271.800741644622)); -#12749=CARTESIAN_POINT('',(20.0050354003906,80.,270.199258414995)); -#12750=CARTESIAN_POINT('',(20.1636358803736,77.4862704963814,270.141396652997)); -#12751=CARTESIAN_POINT('',(20.2221607598731,77.0609799487097,270.003505161865)); -#12752=CARTESIAN_POINT('',(20.0050354003906,80.,269.800741644622)); -#12753=CARTESIAN_POINT('',(20.0050354003906,80.,268.199258414995)); -#12754=CARTESIAN_POINT('',(20.1636358803736,77.4862704963876,268.141396652997)); -#12755=CARTESIAN_POINT('',(20.2221607598731,77.0609799487151,268.003505161865)); -#12756=CARTESIAN_POINT('',(20.0050354003906,80.,267.800741644622)); -#12757=CARTESIAN_POINT('',(20.0050354003906,80.,266.199258414995)); -#12758=CARTESIAN_POINT('',(20.1636358803736,77.4862704963938,266.141396652997)); -#12759=CARTESIAN_POINT('',(20.2221607598731,77.0609799487204,266.003505161865)); -#12760=CARTESIAN_POINT('',(20.0050354003906,80.,265.800741644622)); -#12761=CARTESIAN_POINT('',(20.0050354003906,80.,264.199258414995)); -#12762=CARTESIAN_POINT('',(20.1636358803736,77.4862704963999,264.141396652997)); -#12763=CARTESIAN_POINT('',(20.2221607598731,77.0609799487258,264.003505161865)); -#12764=CARTESIAN_POINT('',(20.0050354003906,80.,263.800741644622)); -#12765=CARTESIAN_POINT('',(20.0050354003906,80.,262.199258414995)); -#12766=CARTESIAN_POINT('',(20.1636358803736,77.4862704964061,262.141396652997)); -#12767=CARTESIAN_POINT('',(20.2221607598731,77.0609799487311,262.003505161865)); -#12768=CARTESIAN_POINT('',(20.0050354003906,80.,261.800741644622)); -#12769=CARTESIAN_POINT('',(20.0050354003906,80.,260.199258414995)); -#12770=CARTESIAN_POINT('',(20.1636358803736,77.4862704964123,260.141396652997)); -#12771=CARTESIAN_POINT('',(20.2221607598731,77.0609799487365,260.003505161865)); -#12772=CARTESIAN_POINT('',(20.0050354003906,80.,259.800741644622)); -#12773=CARTESIAN_POINT('',(20.0050354003906,80.,258.199258414995)); -#12774=CARTESIAN_POINT('',(20.1636358803736,77.4862704964185,258.141396652997)); -#12775=CARTESIAN_POINT('',(20.2221607598731,77.0609799487418,258.003505161865)); -#12776=CARTESIAN_POINT('',(20.0050354003906,80.,257.800741644622)); -#12777=CARTESIAN_POINT('',(20.0050354003906,80.,256.199258414995)); -#12778=CARTESIAN_POINT('',(20.1636358803736,77.4862704964246,256.141396652997)); -#12779=CARTESIAN_POINT('',(20.2221607598731,77.0609799487471,256.003505161865)); -#12780=CARTESIAN_POINT('',(20.0050354003906,80.,255.800741644622)); -#12781=CARTESIAN_POINT('',(20.0050354003906,80.,254.199258414995)); -#12782=CARTESIAN_POINT('',(20.1636358803736,77.4862704964308,254.141396652997)); -#12783=CARTESIAN_POINT('',(20.2221607598731,77.0609799487525,254.003505161865)); -#12784=CARTESIAN_POINT('',(20.0050354003906,80.,253.800741644622)); -#12785=CARTESIAN_POINT('',(20.0050354003906,80.,252.199258414995)); -#12786=CARTESIAN_POINT('',(20.1636358803736,77.486270496437,252.141396652997)); -#12787=CARTESIAN_POINT('',(20.2221607598731,77.0609799487579,252.003505161865)); -#12788=CARTESIAN_POINT('',(20.0050354003906,80.,251.800741644622)); -#12789=CARTESIAN_POINT('',(20.0050354003906,80.,250.199258414995)); -#12790=CARTESIAN_POINT('',(20.1636358803736,77.4862704964431,250.141396652997)); -#12791=CARTESIAN_POINT('',(20.2221607598731,77.0609799487632,250.003505161865)); -#12792=CARTESIAN_POINT('',(20.0050354003906,80.,249.800741644622)); -#12793=CARTESIAN_POINT('',(20.0050354003906,80.,248.199258414995)); -#12794=CARTESIAN_POINT('',(20.1636358803736,77.4862704964493,248.141396652997)); -#12795=CARTESIAN_POINT('',(20.2221607598731,77.0609799487685,248.003505161865)); -#12796=CARTESIAN_POINT('',(20.0050354003906,80.,247.800741644622)); -#12797=CARTESIAN_POINT('',(20.0050354003906,80.,246.199258414995)); -#12798=CARTESIAN_POINT('',(20.1636358803736,77.4862704964555,246.141396652997)); -#12799=CARTESIAN_POINT('',(20.2221607598731,77.0609799487739,246.003505161865)); -#12800=CARTESIAN_POINT('',(20.0050354003906,80.,245.800741644622)); -#12801=CARTESIAN_POINT('',(20.0050354003906,80.,244.199258414995)); -#12802=CARTESIAN_POINT('',(20.1636358803736,77.4862704964617,244.141396652997)); -#12803=CARTESIAN_POINT('',(20.2221607598731,77.0609799487792,244.003505161865)); -#12804=CARTESIAN_POINT('',(20.0050354003906,80.,243.800741644622)); -#12805=CARTESIAN_POINT('',(20.0050354003906,80.,242.199258414995)); -#12806=CARTESIAN_POINT('',(20.1636358803736,77.4862704964678,242.141396652997)); -#12807=CARTESIAN_POINT('',(20.2221607598731,77.0609799487846,242.003505161865)); -#12808=CARTESIAN_POINT('',(20.0050354003906,80.,241.800741644622)); -#12809=CARTESIAN_POINT('',(20.0050354003906,80.,240.199258414995)); -#12810=CARTESIAN_POINT('',(20.1636358803736,77.486270496474,240.141396652997)); -#12811=CARTESIAN_POINT('',(20.2221607598731,77.0609799487899,240.003505161865)); -#12812=CARTESIAN_POINT('',(20.0050354003906,80.,239.800741644622)); -#12813=CARTESIAN_POINT('',(20.0050354003906,80.,238.199258414995)); -#12814=CARTESIAN_POINT('',(20.1636358803736,77.4862704964802,238.141396652997)); -#12815=CARTESIAN_POINT('',(20.2221607598731,77.0609799487953,238.003505161865)); -#12816=CARTESIAN_POINT('',(20.0050354003906,80.,237.800741644622)); -#12817=CARTESIAN_POINT('',(20.0050354003906,80.,236.199258414995)); -#12818=CARTESIAN_POINT('',(20.1636358803736,77.4862704964864,236.141396652997)); -#12819=CARTESIAN_POINT('',(20.2221607598731,77.0609799488006,236.003505161865)); -#12820=CARTESIAN_POINT('',(20.0050354003906,80.,235.800741644622)); -#12821=CARTESIAN_POINT('',(20.0050354003906,80.,234.199258414995)); -#12822=CARTESIAN_POINT('',(20.1636358803736,77.4862704964925,234.141396652997)); -#12823=CARTESIAN_POINT('',(20.2221607598731,77.060979948806,234.003505161865)); -#12824=CARTESIAN_POINT('',(20.0050354003906,80.,233.800741644622)); -#12825=CARTESIAN_POINT('',(20.0050354003906,80.,232.199258414995)); -#12826=CARTESIAN_POINT('',(20.1636358803736,77.4862704964987,232.141396652997)); -#12827=CARTESIAN_POINT('',(20.2221607598731,77.0609799488113,232.003505161865)); -#12828=CARTESIAN_POINT('',(20.0050354003906,80.,231.800741644622)); -#12829=CARTESIAN_POINT('',(20.0050354003906,80.,230.199258414995)); -#12830=CARTESIAN_POINT('',(20.1636358803736,77.4862704965049,230.141396652997)); -#12831=CARTESIAN_POINT('',(20.2221607598731,77.0609799488167,230.003505161865)); -#12832=CARTESIAN_POINT('',(20.0050354003906,80.,229.800741644622)); -#12833=CARTESIAN_POINT('',(20.0050354003906,80.,228.199258414995)); -#12834=CARTESIAN_POINT('',(20.1636358803736,77.4862704965111,228.141396652997)); -#12835=CARTESIAN_POINT('',(20.2221607598731,77.060979948822,228.003505161865)); -#12836=CARTESIAN_POINT('',(20.0050354003906,80.,227.800741644622)); -#12837=CARTESIAN_POINT('',(20.0050354003906,80.,226.199258414995)); -#12838=CARTESIAN_POINT('',(20.1636358803736,77.4862704965172,226.141396652997)); -#12839=CARTESIAN_POINT('',(20.2221607598731,77.0609799488274,226.003505161865)); -#12840=CARTESIAN_POINT('',(20.0050354003906,80.,225.800741644622)); -#12841=CARTESIAN_POINT('',(20.0050354003906,80.,224.199258414995)); -#12842=CARTESIAN_POINT('',(20.1636358803736,77.4862704965234,224.141396652997)); -#12843=CARTESIAN_POINT('',(20.2221607598731,77.0609799488327,224.003505161865)); -#12844=CARTESIAN_POINT('',(20.0050354003906,80.,223.800741644622)); -#12845=CARTESIAN_POINT('',(20.0050354003906,80.,222.199258414995)); -#12846=CARTESIAN_POINT('',(20.1636358803736,77.4862704965296,222.141396652997)); -#12847=CARTESIAN_POINT('',(20.2221607598731,77.0609799488381,222.003505161865)); -#12848=CARTESIAN_POINT('',(20.0050354003906,80.,221.800741644622)); -#12849=CARTESIAN_POINT('',(20.0050354003906,80.,220.199258414995)); -#12850=CARTESIAN_POINT('',(20.1636358803736,77.4862704965358,220.141396652997)); -#12851=CARTESIAN_POINT('',(20.2221607598731,77.0609799488434,220.003505161865)); -#12852=CARTESIAN_POINT('',(20.0050354003906,80.,219.800741644622)); -#12853=CARTESIAN_POINT('',(20.0050354003906,80.,218.199258414995)); -#12854=CARTESIAN_POINT('',(20.1636358803736,77.4862704965419,218.141396652997)); -#12855=CARTESIAN_POINT('',(20.2221607598731,77.0609799488488,218.003505161865)); -#12856=CARTESIAN_POINT('',(20.0050354003906,80.,217.800741644622)); -#12857=CARTESIAN_POINT('',(20.0050354003906,80.,216.199258414995)); -#12858=CARTESIAN_POINT('',(20.1636358803736,77.4862704965481,216.141396652997)); -#12859=CARTESIAN_POINT('',(20.2221607598731,77.0609799488541,216.003505161865)); -#12860=CARTESIAN_POINT('',(20.0050354003906,80.,215.800741644622)); -#12861=CARTESIAN_POINT('',(20.0050354003906,80.,214.199258414995)); -#12862=CARTESIAN_POINT('',(20.1636358803736,77.4862704965543,214.141396652997)); -#12863=CARTESIAN_POINT('',(20.2221607598731,77.0609799488594,214.003505161865)); -#12864=CARTESIAN_POINT('',(20.0050354003906,80.,213.800741644622)); -#12865=CARTESIAN_POINT('',(20.0050354003906,80.,212.199258414995)); -#12866=CARTESIAN_POINT('',(20.1636358803736,77.4862704965604,212.141396652997)); -#12867=CARTESIAN_POINT('',(20.2221607598731,77.0609799488648,212.003505161865)); -#12868=CARTESIAN_POINT('',(20.0050354003906,80.,211.800741644622)); -#12869=CARTESIAN_POINT('',(20.0050354003906,80.,210.199258414995)); -#12870=CARTESIAN_POINT('',(20.1636358803736,77.4862704965666,210.141396652997)); -#12871=CARTESIAN_POINT('',(20.2221607598731,77.0609799488701,210.003505161865)); -#12872=CARTESIAN_POINT('',(20.0050354003906,80.,209.800741644622)); -#12873=CARTESIAN_POINT('',(20.0050354003906,80.,208.199258414995)); -#12874=CARTESIAN_POINT('',(20.1636358803736,77.4862704965728,208.141396652997)); -#12875=CARTESIAN_POINT('',(20.2221607598731,77.0609799488755,208.003505161865)); -#12876=CARTESIAN_POINT('',(20.0050354003906,80.,207.800741644622)); -#12877=CARTESIAN_POINT('',(20.0050354003906,80.,206.199258414995)); -#12878=CARTESIAN_POINT('',(20.1636358803736,77.486270496579,206.141396652997)); -#12879=CARTESIAN_POINT('',(20.2221607598731,77.0609799488808,206.003505161865)); -#12880=CARTESIAN_POINT('',(20.0050354003906,80.,205.800741644622)); -#12881=CARTESIAN_POINT('',(20.0050354003906,80.,204.199258414995)); -#12882=CARTESIAN_POINT('',(20.1636358803736,77.4862704965851,204.141396652997)); -#12883=CARTESIAN_POINT('',(20.2221607598731,77.0609799488862,204.003505161865)); -#12884=CARTESIAN_POINT('',(20.0050354003906,80.,203.800741644622)); -#12885=CARTESIAN_POINT('',(20.0050354003906,80.,202.199258414995)); -#12886=CARTESIAN_POINT('',(20.1636358803736,77.4862704965913,202.141396652997)); -#12887=CARTESIAN_POINT('',(20.2221607598731,77.0609799488915,202.003505161865)); -#12888=CARTESIAN_POINT('',(20.0050354003906,80.,201.800741644622)); -#12889=CARTESIAN_POINT('',(20.0050354003906,80.,200.199258414995)); -#12890=CARTESIAN_POINT('',(20.1636358803736,77.4862704965975,200.141396652997)); -#12891=CARTESIAN_POINT('',(20.2221607598731,77.0609799488969,200.003505161865)); -#12892=CARTESIAN_POINT('',(20.0050354003906,80.,199.800741644622)); -#12893=CARTESIAN_POINT('',(20.0050354003906,80.,198.199258414995)); -#12894=CARTESIAN_POINT('',(20.1636358803736,77.4862704966037,198.141396652997)); -#12895=CARTESIAN_POINT('',(20.2221607598731,77.0609799489022,198.003505161865)); -#12896=CARTESIAN_POINT('',(20.0050354003906,80.,197.800741644622)); -#12897=CARTESIAN_POINT('',(20.0050354003906,80.,196.199258414995)); -#12898=CARTESIAN_POINT('',(20.1636358803736,77.4862704966098,196.141396652997)); -#12899=CARTESIAN_POINT('',(20.2221607598731,77.0609799489075,196.003505161865)); -#12900=CARTESIAN_POINT('',(20.0050354003906,80.,195.800741644622)); -#12901=CARTESIAN_POINT('',(20.0050354003906,80.,194.199258414995)); -#12902=CARTESIAN_POINT('',(20.1636358803736,77.486270496616,194.141396652997)); -#12903=CARTESIAN_POINT('',(20.2221607598731,77.0609799489129,194.003505161865)); -#12904=CARTESIAN_POINT('',(20.0050354003906,80.,193.800741644622)); -#12905=CARTESIAN_POINT('',(20.0050354003906,80.,192.199258414995)); -#12906=CARTESIAN_POINT('',(20.1636358803736,77.4862704966222,192.141396652997)); -#12907=CARTESIAN_POINT('',(20.2221607598731,77.0609799489182,192.003505161865)); -#12908=CARTESIAN_POINT('',(20.0050354003906,80.,191.800741644622)); -#12909=CARTESIAN_POINT('',(20.0050354003906,80.,190.199258414995)); -#12910=CARTESIAN_POINT('',(20.1636358803736,77.4862704966284,190.141396652997)); -#12911=CARTESIAN_POINT('',(20.2221607598731,77.0609799489236,190.003505161865)); -#12912=CARTESIAN_POINT('',(20.0050354003906,80.,189.800741644622)); -#12913=CARTESIAN_POINT('',(20.0050354003906,80.,188.199258414995)); -#12914=CARTESIAN_POINT('',(20.1636358803736,77.4862704966345,188.141396652997)); -#12915=CARTESIAN_POINT('',(20.2221607598731,77.0609799489289,188.003505161865)); -#12916=CARTESIAN_POINT('',(20.0050354003906,80.,187.800741644622)); -#12917=CARTESIAN_POINT('',(20.0050354003906,80.,186.199258414995)); -#12918=CARTESIAN_POINT('',(20.1636358803736,77.4862704966407,186.141396652997)); -#12919=CARTESIAN_POINT('',(20.2221607598731,77.0609799489343,186.003505161865)); -#12920=CARTESIAN_POINT('',(20.0050354003906,80.,185.800741644622)); -#12921=CARTESIAN_POINT('',(20.0050354003906,80.,184.199258414995)); -#12922=CARTESIAN_POINT('',(20.1636358803736,77.4862704966469,184.141396652997)); -#12923=CARTESIAN_POINT('',(20.2221607598731,77.0609799489396,184.003505161865)); -#12924=CARTESIAN_POINT('',(20.0050354003906,80.,183.800741644622)); -#12925=CARTESIAN_POINT('',(20.0050354003906,80.,182.199258414995)); -#12926=CARTESIAN_POINT('',(20.1636358803736,77.4862704966531,182.141396652997)); -#12927=CARTESIAN_POINT('',(20.2221607598731,77.060979948945,182.003505161865)); -#12928=CARTESIAN_POINT('',(20.0050354003906,80.,181.800741644622)); -#12929=CARTESIAN_POINT('',(20.0050354003906,80.,180.199258414995)); -#12930=CARTESIAN_POINT('',(20.1636358803736,77.4862704966592,180.141396652997)); -#12931=CARTESIAN_POINT('',(20.2221607598731,77.0609799489503,180.003505161865)); -#12932=CARTESIAN_POINT('',(20.0050354003906,80.,179.800741644622)); -#12933=CARTESIAN_POINT('',(20.0050354003906,80.,178.199258414995)); -#12934=CARTESIAN_POINT('',(20.1636358803736,77.4862704966654,178.141396652997)); -#12935=CARTESIAN_POINT('',(20.2221607598731,77.0609799489557,178.003505161865)); -#12936=CARTESIAN_POINT('',(20.0050354003906,80.,177.800741644622)); -#12937=CARTESIAN_POINT('',(20.0050354003906,80.,176.199258414995)); -#12938=CARTESIAN_POINT('',(20.1636358803736,77.4862704966716,176.141396652997)); -#12939=CARTESIAN_POINT('',(20.2221607598731,77.060979948961,176.003505161865)); -#12940=CARTESIAN_POINT('',(20.0050354003906,80.,175.800741644622)); -#12941=CARTESIAN_POINT('',(20.0050354003906,80.,174.199258414995)); -#12942=CARTESIAN_POINT('',(20.1636358803736,77.4862704966777,174.141396652997)); -#12943=CARTESIAN_POINT('',(20.2221607598731,77.0609799489664,174.003505161865)); -#12944=CARTESIAN_POINT('',(20.0050354003906,80.,173.800741644622)); -#12945=CARTESIAN_POINT('',(20.0050354003906,80.,172.199258414995)); -#12946=CARTESIAN_POINT('',(20.1636358803736,77.4862704966839,172.141396652997)); -#12947=CARTESIAN_POINT('',(20.2221607598731,77.0609799489717,172.003505161865)); -#12948=CARTESIAN_POINT('',(20.0050354003906,80.,171.800741644622)); -#12949=CARTESIAN_POINT('',(20.0050354003906,80.,170.199258414995)); -#12950=CARTESIAN_POINT('',(20.1636358803736,77.4862704966901,170.141396652997)); -#12951=CARTESIAN_POINT('',(20.2221607598731,77.060979948977,170.003505161865)); -#12952=CARTESIAN_POINT('',(20.0050354003906,80.,169.800741644622)); -#12953=CARTESIAN_POINT('',(20.0050354003906,80.,168.199258414995)); -#12954=CARTESIAN_POINT('',(20.1636358803736,77.4862704966963,168.141396652997)); -#12955=CARTESIAN_POINT('',(20.2221607598731,77.0609799489824,168.003505161865)); -#12956=CARTESIAN_POINT('',(20.0050354003906,80.,167.800741644622)); -#12957=CARTESIAN_POINT('',(20.0050354003906,80.,166.199258414995)); -#12958=CARTESIAN_POINT('',(20.1636358803736,77.4862704967025,166.141396652997)); -#12959=CARTESIAN_POINT('',(20.2221607598731,77.0609799489878,166.003505161865)); -#12960=CARTESIAN_POINT('',(20.0050354003906,80.,165.800741644622)); -#12961=CARTESIAN_POINT('',(20.0050354003906,80.,164.199258414995)); -#12962=CARTESIAN_POINT('',(20.1636358803736,77.4862704967086,164.141396652997)); -#12963=CARTESIAN_POINT('',(20.2221607598731,77.0609799489931,164.003505161865)); -#12964=CARTESIAN_POINT('',(20.0050354003906,80.,163.800741644622)); -#12965=CARTESIAN_POINT('',(20.0050354003906,80.,162.199258414995)); -#12966=CARTESIAN_POINT('',(20.1636358803736,77.4862704967148,162.141396652997)); -#12967=CARTESIAN_POINT('',(20.2221607598731,77.0609799489984,162.003505161865)); -#12968=CARTESIAN_POINT('',(20.0050354003906,80.,161.800741644622)); -#12969=CARTESIAN_POINT('',(20.0050354003906,80.,160.199258414995)); -#12970=CARTESIAN_POINT('',(20.1636358803736,77.4862704967209,160.141396652997)); -#12971=CARTESIAN_POINT('',(20.2221607598731,77.0609799490038,160.003505161865)); -#12972=CARTESIAN_POINT('',(20.0050354003906,80.,159.800741644622)); -#12973=CARTESIAN_POINT('',(20.0050354003906,80.,158.199258414995)); -#12974=CARTESIAN_POINT('',(20.1636358803736,77.4862704967271,158.141396652997)); -#12975=CARTESIAN_POINT('',(20.2221607598731,77.0609799490091,158.003505161865)); -#12976=CARTESIAN_POINT('',(20.0050354003906,80.,157.800741644622)); -#12977=CARTESIAN_POINT('',(20.0050354003906,80.,156.199258414995)); -#12978=CARTESIAN_POINT('',(20.1636358803736,77.4862704967333,156.141396652997)); -#12979=CARTESIAN_POINT('',(20.2221607598731,77.0609799490145,156.003505161865)); -#12980=CARTESIAN_POINT('',(20.0050354003906,80.,155.800741644622)); -#12981=CARTESIAN_POINT('',(20.0050354003906,80.,154.199258414995)); -#12982=CARTESIAN_POINT('',(20.1636358803736,77.4862704967395,154.141396652997)); -#12983=CARTESIAN_POINT('',(20.2221607598731,77.0609799490198,154.003505161865)); -#12984=CARTESIAN_POINT('',(20.0050354003906,80.,153.800741644622)); -#12985=CARTESIAN_POINT('',(20.0050354003906,80.,152.199258414995)); -#12986=CARTESIAN_POINT('',(20.1636358803736,77.4862704967457,152.141396652997)); -#12987=CARTESIAN_POINT('',(20.2221607598731,77.0609799490252,152.003505161865)); -#12988=CARTESIAN_POINT('',(20.0050354003906,80.,151.800741644622)); -#12989=CARTESIAN_POINT('',(20.0050354003906,80.,150.199258414995)); -#12990=CARTESIAN_POINT('',(20.1636358803736,77.4862704967518,150.141396652997)); -#12991=CARTESIAN_POINT('',(20.2221607598731,77.0609799490305,150.003505161865)); -#12992=CARTESIAN_POINT('',(20.0050354003906,80.,149.800741644622)); -#12993=CARTESIAN_POINT('',(20.0050354003906,80.,148.199258414995)); -#12994=CARTESIAN_POINT('',(20.1636358803736,77.486270496758,148.141396652997)); -#12995=CARTESIAN_POINT('',(20.2221607598731,77.0609799490359,148.003505161865)); -#12996=CARTESIAN_POINT('',(20.0050354003906,80.,147.800741644622)); -#12997=CARTESIAN_POINT('',(20.0050354003906,80.,146.199258414995)); -#12998=CARTESIAN_POINT('',(20.1636358803736,77.4862704967642,146.141396652997)); -#12999=CARTESIAN_POINT('',(20.2221607598731,77.0609799490412,146.003505161865)); -#13000=CARTESIAN_POINT('',(20.0050354003906,80.,145.800741644622)); -#13001=CARTESIAN_POINT('',(20.0050354003906,80.,144.199258414995)); -#13002=CARTESIAN_POINT('',(20.1636358803736,77.4862704967704,144.141396652997)); -#13003=CARTESIAN_POINT('',(20.2221607598731,77.0609799490466,144.003505161865)); -#13004=CARTESIAN_POINT('',(20.0050354003906,80.,143.800741644622)); -#13005=CARTESIAN_POINT('',(20.0050354003906,80.,142.199258414995)); -#13006=CARTESIAN_POINT('',(20.1636358803736,77.4862704967765,142.141396652997)); -#13007=CARTESIAN_POINT('',(20.2221607598731,77.0609799490519,142.003505161865)); -#13008=CARTESIAN_POINT('',(20.0050354003906,80.,141.800741644622)); -#13009=CARTESIAN_POINT('',(20.0050354003906,80.,140.199258414995)); -#13010=CARTESIAN_POINT('',(20.1636358803736,77.4862704967827,140.141396652997)); -#13011=CARTESIAN_POINT('',(20.2221607598731,77.0609799490572,140.003505161865)); -#13012=CARTESIAN_POINT('',(20.0050354003906,80.,139.800741644622)); -#13013=CARTESIAN_POINT('',(20.0050354003906,80.,138.199258414995)); -#13014=CARTESIAN_POINT('',(20.1636358803736,77.4862704967889,138.141396652997)); -#13015=CARTESIAN_POINT('',(20.2221607598731,77.0609799490626,138.003505161865)); -#13016=CARTESIAN_POINT('',(20.0050354003906,80.,137.800741644622)); -#13017=CARTESIAN_POINT('',(20.0050354003906,80.,136.199258414995)); -#13018=CARTESIAN_POINT('',(20.1636358803736,77.486270496795,136.141396652997)); -#13019=CARTESIAN_POINT('',(20.2221607598731,77.060979949068,136.003505161865)); -#13020=CARTESIAN_POINT('',(20.0050354003906,80.,135.800741644622)); -#13021=CARTESIAN_POINT('',(20.0050354003906,80.,134.199258414995)); -#13022=CARTESIAN_POINT('',(20.1636358803736,77.4862704968012,134.141396652997)); -#13023=CARTESIAN_POINT('',(20.2221607598731,77.0609799490733,134.003505161865)); -#13024=CARTESIAN_POINT('',(20.0050354003906,80.,133.800741644622)); -#13025=CARTESIAN_POINT('',(20.0050354003906,80.,132.199258414995)); -#13026=CARTESIAN_POINT('',(20.1636358803736,77.4862704968074,132.141396652997)); -#13027=CARTESIAN_POINT('',(20.2221607598731,77.0609799490787,132.003505161865)); -#13028=CARTESIAN_POINT('',(20.0050354003906,80.,131.800741644622)); -#13029=CARTESIAN_POINT('',(20.0050354003906,80.,130.199258414995)); -#13030=CARTESIAN_POINT('',(20.1636358803736,77.4862704968136,130.141396652997)); -#13031=CARTESIAN_POINT('',(20.2221607598731,77.060979949084,130.003505161865)); -#13032=CARTESIAN_POINT('',(20.0050354003906,80.,129.800741644622)); -#13033=CARTESIAN_POINT('',(20.0050354003906,80.,128.199258414995)); -#13034=CARTESIAN_POINT('',(20.1636358803736,77.4862704968197,128.141396652997)); -#13035=CARTESIAN_POINT('',(20.2221607598731,77.0609799490893,128.003505161865)); -#13036=CARTESIAN_POINT('',(20.0050354003906,80.,127.800741644622)); -#13037=CARTESIAN_POINT('',(20.0050354003906,80.,126.199258414995)); -#13038=CARTESIAN_POINT('',(20.1636358803736,77.4862704968259,126.141396652997)); -#13039=CARTESIAN_POINT('',(20.2221607598731,77.0609799490947,126.003505161865)); -#13040=CARTESIAN_POINT('',(20.0050354003906,80.,125.800741644622)); -#13041=CARTESIAN_POINT('',(20.0050354003906,80.,124.199258414995)); -#13042=CARTESIAN_POINT('',(20.1636358803736,77.4862704968321,124.141396652997)); -#13043=CARTESIAN_POINT('',(20.2221607598731,77.0609799491,124.003505161865)); -#13044=CARTESIAN_POINT('',(20.0050354003906,80.,123.800741644622)); -#13045=CARTESIAN_POINT('',(20.0050354003906,80.,122.199258414995)); -#13046=CARTESIAN_POINT('',(20.1636358803736,77.4862704968383,122.141396652997)); -#13047=CARTESIAN_POINT('',(20.2221607598731,77.0609799491054,122.003505161865)); -#13048=CARTESIAN_POINT('',(20.0050354003906,80.,121.800741644622)); -#13049=CARTESIAN_POINT('',(20.0050354003906,80.,120.199258414995)); -#13050=CARTESIAN_POINT('',(20.1636358803736,77.4862704968444,120.141396652997)); -#13051=CARTESIAN_POINT('',(20.2221607598731,77.0609799491107,120.003505161865)); -#13052=CARTESIAN_POINT('',(20.0050354003906,80.,119.800741644622)); -#13053=CARTESIAN_POINT('',(20.0050354003906,80.,118.199258414995)); -#13054=CARTESIAN_POINT('',(20.1636358803736,77.4862704968506,118.141396652997)); -#13055=CARTESIAN_POINT('',(20.2221607598731,77.0609799491161,118.003505161865)); -#13056=CARTESIAN_POINT('',(20.0050354003906,80.,117.800741644622)); -#13057=CARTESIAN_POINT('',(20.0050354003906,80.,116.199258414995)); -#13058=CARTESIAN_POINT('',(20.1636358803736,77.4862704968568,116.141396652997)); -#13059=CARTESIAN_POINT('',(20.2221607598731,77.0609799491214,116.003505161865)); -#13060=CARTESIAN_POINT('',(20.0050354003906,80.,115.800741644622)); -#13061=CARTESIAN_POINT('',(20.0050354003906,80.,114.199258414995)); -#13062=CARTESIAN_POINT('',(20.1636358803736,77.4862704968629,114.141396652997)); -#13063=CARTESIAN_POINT('',(20.2221607598731,77.0609799491268,114.003505161865)); -#13064=CARTESIAN_POINT('',(20.0050354003906,80.,113.800741644622)); -#13065=CARTESIAN_POINT('',(20.0050354003906,80.,112.199258414995)); -#13066=CARTESIAN_POINT('',(20.1636358803736,77.4862704968691,112.141396652997)); -#13067=CARTESIAN_POINT('',(20.2221607598731,77.0609799491321,112.003505161865)); -#13068=CARTESIAN_POINT('',(20.0050354003906,80.,111.800741644622)); -#13069=CARTESIAN_POINT('',(20.0050354003906,80.,110.199258414995)); -#13070=CARTESIAN_POINT('',(20.1636358803736,77.4862704968753,110.141396652997)); -#13071=CARTESIAN_POINT('',(20.2221607598731,77.0609799491375,110.003505161865)); -#13072=CARTESIAN_POINT('',(20.0050354003906,80.,109.800741644622)); -#13073=CARTESIAN_POINT('',(20.0050354003906,80.,108.199258414995)); -#13074=CARTESIAN_POINT('',(20.1636358803736,77.4862704968815,108.141396652997)); -#13075=CARTESIAN_POINT('',(20.2221607598731,77.0609799491428,108.003505161865)); -#13076=CARTESIAN_POINT('',(20.0050354003906,80.,107.800741644622)); -#13077=CARTESIAN_POINT('',(20.0050354003906,80.,106.199258414995)); -#13078=CARTESIAN_POINT('',(20.1636358803736,77.4862704968876,106.141396652997)); -#13079=CARTESIAN_POINT('',(20.2221607598731,77.0609799491481,106.003505161865)); -#13080=CARTESIAN_POINT('',(20.0050354003906,80.,105.800741644622)); -#13081=CARTESIAN_POINT('',(20.0050354003906,80.,104.199258414995)); -#13082=CARTESIAN_POINT('',(20.1636358803736,77.4862704968938,104.141396652997)); -#13083=CARTESIAN_POINT('',(20.2221607598731,77.0609799491535,104.003505161865)); -#13084=CARTESIAN_POINT('',(20.0050354003906,80.,103.800741644622)); -#13085=CARTESIAN_POINT('',(20.0050354003906,80.,102.199258414995)); -#13086=CARTESIAN_POINT('',(20.1636358803736,77.4862704969,102.141396652997)); -#13087=CARTESIAN_POINT('',(20.2221607598731,77.0609799491588,102.003505161865)); -#13088=CARTESIAN_POINT('',(20.0050354003906,80.,101.800741644622)); -#13089=CARTESIAN_POINT('',(20.0050354003906,80.,100.199258414995)); -#13090=CARTESIAN_POINT('',(20.1636358803736,77.4862704969062,100.141396652997)); -#13091=CARTESIAN_POINT('',(20.2221607598731,77.0609799491642,100.003505161865)); -#13092=CARTESIAN_POINT('',(20.0050354003906,80.,99.8007416446221)); -#13093=CARTESIAN_POINT('',(20.0050354003906,80.,98.1992584149952)); -#13094=CARTESIAN_POINT('',(20.1636358803736,77.4862704969123,98.1413966529973)); -#13095=CARTESIAN_POINT('',(20.2221607598731,77.0609799491695,98.0035051618649)); -#13096=CARTESIAN_POINT('',(20.0050354003906,80.,97.8007416446221)); -#13097=CARTESIAN_POINT('',(20.0050354003906,80.,96.1992584149952)); -#13098=CARTESIAN_POINT('',(20.1636358803736,77.4862704969185,96.1413966529973)); -#13099=CARTESIAN_POINT('',(20.2221607598731,77.0609799491749,96.0035051618649)); -#13100=CARTESIAN_POINT('',(20.0050354003906,80.,95.8007416446221)); -#13101=CARTESIAN_POINT('',(20.0050354003906,80.,94.1992584149952)); -#13102=CARTESIAN_POINT('',(20.1636358803736,77.4862704969247,94.1413966529973)); -#13103=CARTESIAN_POINT('',(20.2221607598731,77.0609799491802,94.0035051618649)); -#13104=CARTESIAN_POINT('',(20.0050354003906,80.,93.8007416446221)); -#13105=CARTESIAN_POINT('',(20.0050354003906,80.,92.1992584149952)); -#13106=CARTESIAN_POINT('',(20.1636358803736,77.4862704969309,92.1413966529973)); -#13107=CARTESIAN_POINT('',(20.2221607598731,77.0609799491856,92.0035051618649)); -#13108=CARTESIAN_POINT('',(20.0050354003906,80.,91.8007416446221)); -#13109=CARTESIAN_POINT('',(20.0050354003906,80.,90.1992584149952)); -#13110=CARTESIAN_POINT('',(20.1636358803736,77.486270496937,90.1413966529973)); -#13111=CARTESIAN_POINT('',(20.2221607598731,77.0609799491909,90.0035051618649)); -#13112=CARTESIAN_POINT('',(20.0050354003906,80.,89.8007416446221)); -#13113=CARTESIAN_POINT('',(20.0050354003906,80.,88.1992584149952)); -#13114=CARTESIAN_POINT('',(20.1636358803736,77.4862704969432,88.1413966529973)); -#13115=CARTESIAN_POINT('',(20.2221607598731,77.0609799491963,88.0035051618649)); -#13116=CARTESIAN_POINT('',(20.0050354003906,80.,87.8007416446221)); -#13117=CARTESIAN_POINT('',(20.0050354003906,80.,86.1992584149952)); -#13118=CARTESIAN_POINT('',(20.1636358803736,77.4862704969494,86.1413966529973)); -#13119=CARTESIAN_POINT('',(20.2221607598731,77.0609799492016,86.0035051618649)); -#13120=CARTESIAN_POINT('',(20.0050354003906,80.,85.8007416446221)); -#13121=CARTESIAN_POINT('',(20.0050354003906,80.,84.1992584149952)); -#13122=CARTESIAN_POINT('',(20.1636358803736,77.4862704969556,84.1413966529973)); -#13123=CARTESIAN_POINT('',(20.2221607598731,77.060979949207,84.0035051618649)); -#13124=CARTESIAN_POINT('',(20.0050354003906,80.,83.8007416446221)); -#13125=CARTESIAN_POINT('',(20.0050354003906,80.,82.1992584149952)); -#13126=CARTESIAN_POINT('',(20.1636358803736,77.4862704969618,82.1413966529973)); -#13127=CARTESIAN_POINT('',(20.2221607598731,77.0609799492123,82.0035051618649)); -#13128=CARTESIAN_POINT('',(20.0050354003906,80.,81.8007416446221)); -#13129=CARTESIAN_POINT('',(20.0050354003906,80.,80.1992584149952)); -#13130=CARTESIAN_POINT('',(20.1636358803736,77.4862704969679,80.1413966529973)); -#13131=CARTESIAN_POINT('',(20.2221607598731,77.0609799492177,80.0035051618649)); -#13132=CARTESIAN_POINT('',(20.0050354003906,80.,79.8007416446221)); -#13133=CARTESIAN_POINT('',(20.0050382268115,79.99817730411,74.1992584136634)); -#13134=CARTESIAN_POINT('',(20.0050382521439,79.99817730411,73.8007416454719)); -#13135=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,280.)); -#13136=CARTESIAN_POINT('',(20.0050433078617,139.998177304108,73.8007416476536)); -#13137=CARTESIAN_POINT('',(20.0050432825293,139.998177304108,74.1992584114818)); -#13138=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007416446221)); -#13139=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199258414995)); -#13140=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,278.141396652997)); -#13141=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,278.003505161865)); -#13142=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800741644622)); -#13143=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,80.0035051618649)); -#13144=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,80.1413966529973)); -#13145=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992584149952)); -#13146=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007416446221)); -#13147=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,82.0035051618649)); -#13148=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,82.1413966529973)); -#13149=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992584149952)); -#13150=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007416446221)); -#13151=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,84.0035051618649)); -#13152=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,84.1413966529973)); -#13153=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992584149952)); -#13154=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007416446221)); -#13155=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,86.0035051618649)); -#13156=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,86.1413966529973)); -#13157=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992584149952)); -#13158=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007416446221)); -#13159=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,88.0035051618649)); -#13160=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,88.1413966529973)); -#13161=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992584149952)); -#13162=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007416446221)); -#13163=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,90.0035051618649)); -#13164=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,90.1413966529973)); -#13165=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992584149953)); -#13166=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007416446221)); -#13167=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,92.0035051618649)); -#13168=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,92.1413966529973)); -#13169=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992584149952)); -#13170=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007416446221)); -#13171=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,94.0035051618649)); -#13172=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,94.1413966529973)); -#13173=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992584149952)); -#13174=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007416446221)); -#13175=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,96.0035051618649)); -#13176=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,96.1413966529973)); -#13177=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992584149952)); -#13178=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007416446221)); -#13179=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,98.0035051618649)); -#13180=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,98.1413966529973)); -#13181=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992584149952)); -#13182=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007416446221)); -#13183=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,100.003505161865)); -#13184=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,100.141396652997)); -#13185=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199258414995)); -#13186=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800741644622)); -#13187=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,102.003505161865)); -#13188=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,102.141396652997)); -#13189=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199258414995)); -#13190=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800741644622)); -#13191=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,104.003505161865)); -#13192=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,104.141396652997)); -#13193=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199258414995)); -#13194=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800741644622)); -#13195=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,106.003505161865)); -#13196=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,106.141396652997)); -#13197=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199258414995)); -#13198=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800741644622)); -#13199=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,108.003505161865)); -#13200=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,108.141396652997)); -#13201=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199258414995)); -#13202=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800741644622)); -#13203=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,110.003505161865)); -#13204=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,110.141396652997)); -#13205=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199258414995)); -#13206=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800741644622)); -#13207=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,112.003505161865)); -#13208=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,112.141396652997)); -#13209=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199258414995)); -#13210=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800741644622)); -#13211=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,114.003505161865)); -#13212=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,114.141396652997)); -#13213=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199258414995)); -#13214=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800741644622)); -#13215=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,116.003505161865)); -#13216=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,116.141396652997)); -#13217=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199258414995)); -#13218=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800741644622)); -#13219=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,118.003505161865)); -#13220=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,118.141396652997)); -#13221=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199258414995)); -#13222=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800741644622)); -#13223=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,120.003505161865)); -#13224=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,120.141396652997)); -#13225=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199258414995)); -#13226=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800741644622)); -#13227=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,122.003505161865)); -#13228=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,122.141396652997)); -#13229=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199258414995)); -#13230=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800741644622)); -#13231=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,124.003505161865)); -#13232=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,124.141396652997)); -#13233=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199258414995)); -#13234=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800741644622)); -#13235=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,126.003505161865)); -#13236=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,126.141396652997)); -#13237=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199258414995)); -#13238=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800741644622)); -#13239=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,128.003505161865)); -#13240=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,128.141396652997)); -#13241=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199258414995)); -#13242=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800741644622)); -#13243=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,130.003505161865)); -#13244=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,130.141396652997)); -#13245=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199258414995)); -#13246=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800741644622)); -#13247=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,132.003505161865)); -#13248=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,132.141396652997)); -#13249=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199258414995)); -#13250=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800741644622)); -#13251=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,134.003505161865)); -#13252=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,134.141396652997)); -#13253=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199258414995)); -#13254=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800741644622)); -#13255=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,136.003505161865)); -#13256=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,136.141396652997)); -#13257=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199258414995)); -#13258=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800741644622)); -#13259=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,138.003505161865)); -#13260=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,138.141396652997)); -#13261=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199258414995)); -#13262=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800741644622)); -#13263=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,140.003505161865)); -#13264=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,140.141396652997)); -#13265=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199258414995)); -#13266=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800741644622)); -#13267=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,142.003505161865)); -#13268=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,142.141396652997)); -#13269=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199258414995)); -#13270=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800741644622)); -#13271=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,144.003505161865)); -#13272=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,144.141396652997)); -#13273=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199258414995)); -#13274=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800741644622)); -#13275=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,146.003505161865)); -#13276=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,146.141396652997)); -#13277=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199258414995)); -#13278=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800741644622)); -#13279=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,148.003505161865)); -#13280=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,148.141396652997)); -#13281=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199258414995)); -#13282=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800741644622)); -#13283=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,150.003505161865)); -#13284=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,150.141396652997)); -#13285=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199258414995)); -#13286=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800741644622)); -#13287=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,152.003505161865)); -#13288=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,152.141396652997)); -#13289=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199258414995)); -#13290=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800741644622)); -#13291=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,154.003505161865)); -#13292=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,154.141396652997)); -#13293=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199258414995)); -#13294=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800741644622)); -#13295=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,156.003505161865)); -#13296=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,156.141396652997)); -#13297=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199258414995)); -#13298=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800741644622)); -#13299=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,158.003505161865)); -#13300=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,158.141396652997)); -#13301=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199258414995)); -#13302=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800741644622)); -#13303=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,160.003505161865)); -#13304=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,160.141396652997)); -#13305=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199258414995)); -#13306=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800741644622)); -#13307=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,162.003505161865)); -#13308=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,162.141396652997)); -#13309=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199258414995)); -#13310=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800741644622)); -#13311=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,164.003505161865)); -#13312=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,164.141396652997)); -#13313=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199258414995)); -#13314=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800741644622)); -#13315=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,166.003505161865)); -#13316=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,166.141396652997)); -#13317=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199258414995)); -#13318=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800741644622)); -#13319=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,168.003505161865)); -#13320=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,168.141396652997)); -#13321=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199258414995)); -#13322=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800741644622)); -#13323=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,170.003505161865)); -#13324=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,170.141396652997)); -#13325=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199258414995)); -#13326=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800741644622)); -#13327=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,172.003505161865)); -#13328=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,172.141396652997)); -#13329=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199258414995)); -#13330=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800741644622)); -#13331=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,174.003505161865)); -#13332=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,174.141396652997)); -#13333=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199258414995)); -#13334=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800741644622)); -#13335=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,176.003505161865)); -#13336=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,176.141396652997)); -#13337=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199258414995)); -#13338=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800741644622)); -#13339=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,178.003505161865)); -#13340=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,178.141396652997)); -#13341=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199258414995)); -#13342=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800741644622)); -#13343=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,180.003505161865)); -#13344=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,180.141396652997)); -#13345=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199258414995)); -#13346=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800741644622)); -#13347=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,182.003505161865)); -#13348=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,182.141396652997)); -#13349=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199258414995)); -#13350=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800741644622)); -#13351=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,184.003505161865)); -#13352=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,184.141396652997)); -#13353=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199258414995)); -#13354=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800741644622)); -#13355=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,186.003505161865)); -#13356=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,186.141396652997)); -#13357=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199258414995)); -#13358=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800741644622)); -#13359=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,188.003505161865)); -#13360=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,188.141396652997)); -#13361=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199258414995)); -#13362=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800741644622)); -#13363=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,190.003505161865)); -#13364=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,190.141396652997)); -#13365=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199258414995)); -#13366=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800741644622)); -#13367=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,192.003505161865)); -#13368=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,192.141396652997)); -#13369=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199258414995)); -#13370=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800741644622)); -#13371=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,194.003505161865)); -#13372=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,194.141396652997)); -#13373=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199258414995)); -#13374=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800741644622)); -#13375=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,196.003505161865)); -#13376=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,196.141396652997)); -#13377=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199258414995)); -#13378=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800741644622)); -#13379=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,198.003505161865)); -#13380=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,198.141396652997)); -#13381=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199258414995)); -#13382=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800741644622)); -#13383=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,200.003505161865)); -#13384=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,200.141396652997)); -#13385=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199258414995)); -#13386=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800741644622)); -#13387=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,202.003505161865)); -#13388=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,202.141396652997)); -#13389=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199258414995)); -#13390=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800741644622)); -#13391=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,204.003505161865)); -#13392=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,204.141396652997)); -#13393=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199258414995)); -#13394=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800741644622)); -#13395=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,206.003505161865)); -#13396=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,206.141396652997)); -#13397=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199258414995)); -#13398=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800741644622)); -#13399=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,208.003505161865)); -#13400=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,208.141396652997)); -#13401=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199258414995)); -#13402=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800741644622)); -#13403=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,210.003505161865)); -#13404=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,210.141396652997)); -#13405=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199258414995)); -#13406=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800741644622)); -#13407=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,212.003505161865)); -#13408=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,212.141396652997)); -#13409=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199258414995)); -#13410=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800741644622)); -#13411=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,214.003505161865)); -#13412=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,214.141396652997)); -#13413=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199258414995)); -#13414=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800741644622)); -#13415=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,216.003505161865)); -#13416=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,216.141396652997)); -#13417=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199258414995)); -#13418=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800741644622)); -#13419=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,218.003505161865)); -#13420=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,218.141396652997)); -#13421=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199258414995)); -#13422=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800741644622)); -#13423=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,220.003505161865)); -#13424=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,220.141396652997)); -#13425=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199258414995)); -#13426=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800741644622)); -#13427=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,222.003505161865)); -#13428=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,222.141396652997)); -#13429=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199258414995)); -#13430=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800741644622)); -#13431=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,224.003505161865)); -#13432=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,224.141396652997)); -#13433=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199258414995)); -#13434=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800741644622)); -#13435=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,226.003505161865)); -#13436=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,226.141396652997)); -#13437=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199258414995)); -#13438=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800741644622)); -#13439=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,228.003505161865)); -#13440=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,228.141396652997)); -#13441=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199258414995)); -#13442=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800741644622)); -#13443=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,230.003505161865)); -#13444=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,230.141396652997)); -#13445=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199258414995)); -#13446=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800741644622)); -#13447=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,232.003505161865)); -#13448=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,232.141396652997)); -#13449=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199258414995)); -#13450=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800741644622)); -#13451=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,234.003505161865)); -#13452=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,234.141396652997)); -#13453=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199258414995)); -#13454=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800741644622)); -#13455=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,236.003505161865)); -#13456=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,236.141396652997)); -#13457=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199258414995)); -#13458=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800741644622)); -#13459=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,238.003505161865)); -#13460=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,238.141396652997)); -#13461=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199258414995)); -#13462=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800741644622)); -#13463=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,240.003505161865)); -#13464=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,240.141396652997)); -#13465=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199258414995)); -#13466=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800741644622)); -#13467=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,242.003505161865)); -#13468=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,242.141396652997)); -#13469=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199258414995)); -#13470=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800741644622)); -#13471=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,244.003505161865)); -#13472=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,244.141396652997)); -#13473=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199258414995)); -#13474=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800741644622)); -#13475=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,246.003505161865)); -#13476=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,246.141396652997)); -#13477=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199258414995)); -#13478=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800741644622)); -#13479=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,248.003505161865)); -#13480=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,248.141396652997)); -#13481=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199258414995)); -#13482=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800741644622)); -#13483=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,250.003505161865)); -#13484=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,250.141396652997)); -#13485=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199258414995)); -#13486=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800741644622)); -#13487=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,252.003505161865)); -#13488=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,252.141396652997)); -#13489=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199258414995)); -#13490=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800741644622)); -#13491=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,254.003505161865)); -#13492=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,254.141396652997)); -#13493=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199258414995)); -#13494=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800741644622)); -#13495=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,256.003505161865)); -#13496=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,256.141396652997)); -#13497=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199258414995)); -#13498=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800741644622)); -#13499=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,258.003505161865)); -#13500=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,258.141396652997)); -#13501=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199258414995)); -#13502=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800741644622)); -#13503=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,260.003505161865)); -#13504=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,260.141396652997)); -#13505=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199258414995)); -#13506=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800741644622)); -#13507=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,262.003505161865)); -#13508=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,262.141396652997)); -#13509=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199258414995)); -#13510=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800741644622)); -#13511=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,264.003505161865)); -#13512=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,264.141396652997)); -#13513=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199258414995)); -#13514=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800741644622)); -#13515=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,266.003505161865)); -#13516=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,266.141396652997)); -#13517=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199258414995)); -#13518=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800741644622)); -#13519=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,268.003505161865)); -#13520=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,268.141396652997)); -#13521=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199258414995)); -#13522=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800741644622)); -#13523=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,270.003505161865)); -#13524=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,270.141396652997)); -#13525=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199258414995)); -#13526=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800741644622)); -#13527=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,272.003505161865)); -#13528=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,272.141396652997)); -#13529=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199258414995)); -#13530=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800741644622)); -#13531=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,274.003505161865)); -#13532=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,274.141396652997)); -#13533=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199258414995)); -#13534=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800741644622)); -#13535=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,276.003505161865)); -#13536=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,276.141396652997)); -#13537=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199258414995)); -#13538=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,78.1992584139044)); -#13539=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,78.199258416086)); -#13540=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,77.8007416478945)); -#13541=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,77.8007416500762)); -#13542=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,76.1992584139044)); -#13543=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,76.199258416086)); -#13544=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,75.8007416478945)); -#13545=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,75.8007416500762)); -#13546=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,72.1992584139044)); -#13547=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,72.199258416086)); -#13548=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,71.8007416478945)); -#13549=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,71.8007416500762)); -#13550=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,70.1992584139044)); -#13551=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,70.199258416086)); -#13552=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,69.8007416478945)); -#13553=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,69.8007416500762)); -#13554=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,68.1992584139044)); -#13555=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,68.199258416086)); -#13556=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,67.8007416478945)); -#13557=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,67.8007416500762)); -#13558=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,66.1992584139044)); -#13559=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,66.199258416086)); -#13560=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,65.8007416478945)); -#13561=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,65.8007416500762)); -#13562=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,64.1992584139044)); -#13563=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,64.199258416086)); -#13564=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,63.8007416478945)); -#13565=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,63.8007416500762)); -#13566=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,62.1992584139044)); -#13567=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,62.199258416086)); -#13568=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,61.8007416478945)); -#13569=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,61.8007416500762)); -#13570=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,60.1992584139044)); -#13571=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,60.199258416086)); -#13572=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,59.8007416478945)); -#13573=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,59.8007416500762)); -#13574=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,58.1992584139044)); -#13575=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,58.199258416086)); -#13576=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,57.8007416478945)); -#13577=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,57.8007416500762)); -#13578=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,56.1992584139044)); -#13579=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,56.199258416086)); -#13580=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,55.8007416478945)); -#13581=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,55.8007416500762)); -#13582=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,54.1992584139044)); -#13583=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,54.199258416086)); -#13584=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,53.8007416478945)); -#13585=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,53.8007416500762)); -#13586=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,52.1992584139044)); -#13587=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,52.199258416086)); -#13588=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,51.8007416478945)); -#13589=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,51.8007416500762)); -#13590=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,50.1992584139044)); -#13591=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,50.199258416086)); -#13592=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,49.8007416478945)); -#13593=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,49.8007416500762)); -#13594=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,48.1992584139044)); -#13595=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,48.199258416086)); -#13596=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,47.8007416478945)); -#13597=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,47.8007416500762)); -#13598=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,46.1992584139044)); -#13599=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,46.199258416086)); -#13600=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,45.8007416478945)); -#13601=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,45.8007416500762)); -#13602=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,44.1992584139044)); -#13603=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,44.199258416086)); -#13604=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,43.8007416478945)); -#13605=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,43.8007416500762)); -#13606=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,42.1992584139044)); -#13607=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,42.199258416086)); -#13608=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,41.8007416478945)); -#13609=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,41.8007416500762)); -#13610=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,40.1992584139044)); -#13611=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,40.199258416086)); -#13612=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,39.8007416478945)); -#13613=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,39.8007416500762)); -#13614=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,38.1992584139044)); -#13615=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,38.199258416086)); -#13616=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,37.8007416478945)); -#13617=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,37.8007416500762)); -#13618=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,36.1992584139044)); -#13619=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,36.199258416086)); -#13620=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,35.8007416478945)); -#13621=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,35.8007416500762)); -#13622=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,34.1992584139044)); -#13623=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,34.199258416086)); -#13624=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,33.8007416478945)); -#13625=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,33.8007416500762)); -#13626=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,32.1992584139044)); -#13627=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,32.199258416086)); -#13628=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,31.8007416478945)); -#13629=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,31.8007416500762)); -#13630=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,30.1992584139044)); -#13631=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,30.199258416086)); -#13632=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,29.8007416478945)); -#13633=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,29.8007416500762)); -#13634=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,28.1992584139044)); -#13635=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,28.199258416086)); -#13636=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,27.8007416478945)); -#13637=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,27.8007416500762)); -#13638=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,26.1992584139044)); -#13639=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,26.199258416086)); -#13640=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,25.8007416478945)); -#13641=CARTESIAN_POINT('',(20.0050366833194,139.999999999999,25.8007416500762)); -#13642=CARTESIAN_POINT('',(20.0050353877244,140.,24.1992584139044)); -#13643=CARTESIAN_POINT('',(20.0050354130568,80.,24.199258416086)); -#13644=CARTESIAN_POINT('',(20.0050354383892,80.,23.8007416478945)); -#13645=CARTESIAN_POINT('',(20.0050354130568,140.,23.8007416500762)); -#13646=CARTESIAN_POINT('',(20.0050353877244,140.,22.1992584139044)); -#13647=CARTESIAN_POINT('',(20.0050354130568,80.,22.199258416086)); -#13648=CARTESIAN_POINT('',(20.0050354383892,80.,21.8007416478945)); -#13649=CARTESIAN_POINT('',(20.0050354130568,140.,21.8007416500762)); -#13650=CARTESIAN_POINT('',(20.0050353877244,140.,20.1992584139044)); -#13651=CARTESIAN_POINT('',(20.0050354130568,80.,20.199258416086)); -#13652=CARTESIAN_POINT('',(20.0050354383892,80.,19.8007416478945)); -#13653=CARTESIAN_POINT('',(20.0050354130568,140.,19.8007416500762)); -#13654=CARTESIAN_POINT('',(20.0050352610622,140.,18.1992584029962)); -#13655=CARTESIAN_POINT('',(20.0050353877244,80.,18.1992584139044)); -#13656=CARTESIAN_POINT('',(20.0050354130568,80.,17.8007416457129)); -#13657=CARTESIAN_POINT('',(20.0050352863946,140.,17.8007416566211)); -#13658=CARTESIAN_POINT('',(20.0050352610622,140.,16.1992584029962)); -#13659=CARTESIAN_POINT('',(20.0050353877244,80.,16.1992584139044)); -#13660=CARTESIAN_POINT('',(20.0050354130568,80.,15.8007416457129)); -#13661=CARTESIAN_POINT('',(20.0050352863946,140.,15.8007416566211)); -#13662=CARTESIAN_POINT('',(20.0050352610622,140.,14.1992584029962)); -#13663=CARTESIAN_POINT('',(20.0050353877244,80.,14.1992584139044)); -#13664=CARTESIAN_POINT('',(20.0050354130568,80.,13.8007416457129)); -#13665=CARTESIAN_POINT('',(20.0050352863946,140.,13.8007416566211)); -#13666=CARTESIAN_POINT('',(20.0050352610622,140.,12.1992584029962)); -#13667=CARTESIAN_POINT('',(20.0050353877244,80.,12.1992584139044)); -#13668=CARTESIAN_POINT('',(20.0050354130568,80.,11.8007416457129)); -#13669=CARTESIAN_POINT('',(20.0050352863946,140.,11.8007416566211)); -#13670=CARTESIAN_POINT('',(20.0050352610622,140.,10.1992584029962)); -#13671=CARTESIAN_POINT('',(20.0050353877244,80.,10.1992584139044)); -#13672=CARTESIAN_POINT('',(20.0050354130568,80.,9.80074164571289)); -#13673=CARTESIAN_POINT('',(20.0050352863946,140.,9.80074165662109)); -#13674=CARTESIAN_POINT('',(20.0050352610622,140.,8.1992584029962)); -#13675=CARTESIAN_POINT('',(20.0050353877244,80.,8.19925841390441)); -#13676=CARTESIAN_POINT('',(20.0050354130568,80.,7.80074164571289)); -#13677=CARTESIAN_POINT('',(20.0050352863946,140.,7.80074165662109)); -#13678=CARTESIAN_POINT('',(20.0050352610622,140.,6.1992584029962)); -#13679=CARTESIAN_POINT('',(20.0050353877244,80.,6.19925841390441)); -#13680=CARTESIAN_POINT('',(20.0050354130568,80.,5.80074164571289)); -#13681=CARTESIAN_POINT('',(20.0050352863946,140.,5.80074165662109)); -#13682=CARTESIAN_POINT('',(20.0050352610622,140.,4.1992584029962)); -#13683=CARTESIAN_POINT('',(20.0050353877244,80.,4.1992584139044)); -#13684=CARTESIAN_POINT('',(20.0050354130568,80.,3.80074164571289)); -#13685=CARTESIAN_POINT('',(20.0050352863946,140.,3.80074165662109)); -#13686=CARTESIAN_POINT('',(20.005035248396,140.,2.19925840190538)); -#13687=CARTESIAN_POINT('',(20.0050353750582,80.,2.19925841281358)); -#13688=CARTESIAN_POINT('',(20.0050354003906,80.,1.80074164462207)); -#13689=CARTESIAN_POINT('',(20.0050352737284,140.,1.80074165553027)); -#13690=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.52930394689292E-22)); -#13691=CARTESIAN_POINT('',(20.0050354789155,80.,-1.4943093059235E-11)); -#13692=CARTESIAN_POINT('',(20.0050354003906,80.,1.80074164462207)); -#13693=CARTESIAN_POINT('',(20.0050354789155,80.,-1.4943093059235E-11)); -#13694=CARTESIAN_POINT('',(190.005035400391,80.,0.)); -#13695=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); -#13696=CARTESIAN_POINT('',(190.005035400391,120.,0.)); -#13697=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); -#13698=CARTESIAN_POINT('',(190.005035400391,140.,0.)); -#13699=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); -#13700=CARTESIAN_POINT('',(190.005035400391,100.,0.)); -#13701=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); -#13702=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,2.11758236813575E-22)); -#13703=CARTESIAN_POINT('',(31.7207634619898,160.000002716635,5.92536939318816E-7)); -#13704=CARTESIAN_POINT('',(25.8628991214226,154.142137327518,5.92536939318817E-7)); -#13705=CARTESIAN_POINT('',(20.0050347808554,148.284271938401,5.92536939318817E-7)); -#13706=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,1.05879118406788E-21)); -#13707=CARTESIAN_POINT('',(190.005035400391,160.,0.)); -#13708=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,-7.05860789378584E-23)); -#13709=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); -#13710=CARTESIAN_POINT('',(190.005035400391,60.,0.)); -#13711=CARTESIAN_POINT('',(20.0050354789155,80.,-1.4943093059235E-11)); -#13712=CARTESIAN_POINT('',(20.0050398419658,60.0000044415751,-3.36219940777483E-11)); -#13713=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); -#13714=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); -#13715=CARTESIAN_POINT('',(190.005035400391,100.,280.)); -#13716=CARTESIAN_POINT('',(190.005035400391,100.,280.)); -#13717=CARTESIAN_POINT('',(190.005035400391,100.,0.)); -#13718=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); -#13719=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); -#13720=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); -#13721=CARTESIAN_POINT('',(190.005035400391,140.,280.)); -#13722=CARTESIAN_POINT('',(190.005035400391,140.,280.)); -#13723=CARTESIAN_POINT('',(190.005035400391,140.,0.)); -#13724=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); -#13725=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); -#13726=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999999985)); -#13727=CARTESIAN_POINT('',(190.005035400391,60.,280.)); -#13728=CARTESIAN_POINT('',(190.005035400391,60.,280.)); -#13729=CARTESIAN_POINT('',(190.005035400391,60.,0.)); -#13730=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,-1.49428617627715E-11)); -#13731=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999999985)); -#13732=CARTESIAN_POINT('',(190.005035400391,120.,280.)); -#13733=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); -#13734=CARTESIAN_POINT('',(190.005035400391,120.,0.)); -#13735=CARTESIAN_POINT('',(190.005035400391,120.,280.)); -#13736=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); -#13737=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); -#13738=CARTESIAN_POINT('',(190.005035400391,80.,280.)); -#13739=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); -#13740=CARTESIAN_POINT('',(190.005035400391,80.,0.)); -#13741=CARTESIAN_POINT('',(190.005035400391,80.,280.)); -#13742=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); -#13743=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); -#13744=CARTESIAN_POINT('',(190.005035400391,160.,280.)); -#13745=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,280.)); -#13746=CARTESIAN_POINT('',(190.005035400391,160.,0.)); -#13747=CARTESIAN_POINT('',(190.005035400391,160.,280.)); -#13748=CARTESIAN_POINT('',(20.1636358803736,77.4862704963567,278.141396652997)); -#13749=CARTESIAN_POINT('',(20.1793528173565,77.362213561139,278.125766235395)); -#13750=CARTESIAN_POINT('',(20.1893083252611,77.2910895321089,278.110378743704)); -#13751=CARTESIAN_POINT('',(20.1992429966311,77.2193683319832,278.094410761422)); -#13752=CARTESIAN_POINT('',(20.204539552703,77.1819191271671,278.084408328727)); -#13753=CARTESIAN_POINT('',(20.2108003003291,77.1384796306442,278.066941925002)); -#13754=CARTESIAN_POINT('',(20.2120150610224,77.1300899390113,278.063272992161)); -#13755=CARTESIAN_POINT('',(20.2140372036082,77.1161845911533,278.056593523053)); -#13756=CARTESIAN_POINT('',(20.2150186105627,77.1094567687493,278.053192231537)); -#13757=CARTESIAN_POINT('',(20.2172592358241,77.0941487365638,278.044508445503)); -#13758=CARTESIAN_POINT('',(20.218671007833,77.0845559455028,278.038147394301)); -#13759=CARTESIAN_POINT('',(20.2204613330176,77.0724385255303,278.026584326013)); -#13760=CARTESIAN_POINT('',(20.2209502347818,77.069138634091,278.02258386268)); -#13761=CARTESIAN_POINT('',(20.2215635271631,77.0650023136999,278.01604630301)); -#13762=CARTESIAN_POINT('',(20.2217408359509,77.0638077639658,278.013612161136)); -#13763=CARTESIAN_POINT('',(20.2220103217951,77.0619925809006,278.008847802661)); -#13764=CARTESIAN_POINT('',(20.222111145819,77.0613139060703,278.006182544381)); -#13765=CARTESIAN_POINT('',(20.2221607598731,77.0609799486883,278.003505161865)); -#13766=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999999985)); -#13767=CARTESIAN_POINT('',(20.0050354003906,80.,278.199258414995)); -#13768=CARTESIAN_POINT('',(20.0050354003906,80.,277.800741644622)); -#13769=CARTESIAN_POINT('',(20.0050354003906,80.,276.199258414995)); -#13770=CARTESIAN_POINT('',(20.1636358803736,77.4862704963629,276.141396652997)); -#13771=CARTESIAN_POINT('',(20.1793528173565,77.3622135611447,276.125766235395)); -#13772=CARTESIAN_POINT('',(20.1893083252611,77.2910895321144,276.110378743704)); -#13773=CARTESIAN_POINT('',(20.1992429966311,77.2193683319887,276.094410761422)); -#13774=CARTESIAN_POINT('',(20.204539552703,77.1819191271726,276.084408328727)); -#13775=CARTESIAN_POINT('',(20.2108003003291,77.1384796306501,276.066941925002)); -#13776=CARTESIAN_POINT('',(20.2120150610224,77.1300899390169,276.063272992161)); -#13777=CARTESIAN_POINT('',(20.2140372036079,77.116184591161,276.056593523054)); -#13778=CARTESIAN_POINT('',(20.2150186105626,77.1094567687556,276.053192231538)); -#13779=CARTESIAN_POINT('',(20.2172592358241,77.0941487365696,276.044508445503)); -#13780=CARTESIAN_POINT('',(20.218671007833,77.0845559455083,276.038147394302)); -#13781=CARTESIAN_POINT('',(20.2204613330176,77.0724385255357,276.026584326013)); -#13782=CARTESIAN_POINT('',(20.2209502347818,77.0691386340964,276.02258386268)); -#13783=CARTESIAN_POINT('',(20.2215635271632,77.0650023137051,276.01604630301)); -#13784=CARTESIAN_POINT('',(20.2217408359509,77.0638077639711,276.013612161136)); -#13785=CARTESIAN_POINT('',(20.222010321795,77.0619925809061,276.008847802661)); -#13786=CARTESIAN_POINT('',(20.222111145819,77.0613139060757,276.006182544381)); -#13787=CARTESIAN_POINT('',(20.2221607598731,77.0609799486937,276.003505161865)); -#13788=CARTESIAN_POINT('',(20.0050354003906,80.,275.800741644622)); -#13789=CARTESIAN_POINT('',(20.0050354003906,80.,274.199258414995)); -#13790=CARTESIAN_POINT('',(20.1636358803736,77.4862704963691,274.141396652997)); -#13791=CARTESIAN_POINT('',(20.1793528173565,77.3622135611505,274.125766235395)); -#13792=CARTESIAN_POINT('',(20.1893083252611,77.2910895321201,274.110378743704)); -#13793=CARTESIAN_POINT('',(20.1992429966312,77.2193683319937,274.094410761422)); -#13794=CARTESIAN_POINT('',(20.2045395527031,77.1819191271779,274.084408328727)); -#13795=CARTESIAN_POINT('',(20.210800300329,77.1384796306559,274.066941925002)); -#13796=CARTESIAN_POINT('',(20.2120150610224,77.1300899390223,274.063272992161)); -#13797=CARTESIAN_POINT('',(20.2140372036078,77.1161845911669,274.056593523054)); -#13798=CARTESIAN_POINT('',(20.2150186105626,77.1094567687606,274.053192231538)); -#13799=CARTESIAN_POINT('',(20.2172592358242,77.094148736574,274.044508445502)); -#13800=CARTESIAN_POINT('',(20.2186710078331,77.084555945513,274.038147394301)); -#13801=CARTESIAN_POINT('',(20.2204613330178,77.0724385255395,274.026584326011)); -#13802=CARTESIAN_POINT('',(20.2209502347819,77.0691386341008,274.022583862679)); -#13803=CARTESIAN_POINT('',(20.2215635271631,77.0650023137105,274.01604630301)); -#13804=CARTESIAN_POINT('',(20.221740835951,77.0638077639763,274.013612161136)); -#13805=CARTESIAN_POINT('',(20.2220103217951,77.0619925809112,274.00884780266)); -#13806=CARTESIAN_POINT('',(20.222111145819,77.0613139060811,274.006182544381)); -#13807=CARTESIAN_POINT('',(20.2221607598731,77.0609799486991,274.003505161865)); -#13808=CARTESIAN_POINT('',(20.0050354003906,80.,273.800741644622)); -#13809=CARTESIAN_POINT('',(20.0050354003906,80.,272.199258414995)); -#13810=CARTESIAN_POINT('',(20.1636358803736,77.4862704963752,272.141396652997)); -#13811=CARTESIAN_POINT('',(20.1793528173567,77.3622135611548,272.125766235395)); -#13812=CARTESIAN_POINT('',(20.1893083252613,77.2910895321246,272.110378743704)); -#13813=CARTESIAN_POINT('',(20.1992429966311,77.219368332,272.094410761422)); -#13814=CARTESIAN_POINT('',(20.2045395527031,77.1819191271835,272.084408328727)); -#13815=CARTESIAN_POINT('',(20.210800300329,77.1384796306619,272.066941925003)); -#13816=CARTESIAN_POINT('',(20.2120150610224,77.1300899390279,272.063272992161)); -#13817=CARTESIAN_POINT('',(20.2140372036085,77.1161845911675,272.056593523052)); -#13818=CARTESIAN_POINT('',(20.2150186105628,77.1094567687646,272.053192231537)); -#13819=CARTESIAN_POINT('',(20.2172592358243,77.0941487365788,272.044508445502)); -#13820=CARTESIAN_POINT('',(20.2186710078331,77.0845559455183,272.038147394301)); -#13821=CARTESIAN_POINT('',(20.2204613330177,77.072438525546,272.026584326012)); -#13822=CARTESIAN_POINT('',(20.2209502347818,77.0691386341068,272.02258386268)); -#13823=CARTESIAN_POINT('',(20.2215635271631,77.0650023137163,272.01604630301)); -#13824=CARTESIAN_POINT('',(20.221740835951,77.0638077639818,272.013612161136)); -#13825=CARTESIAN_POINT('',(20.2220103217951,77.0619925809165,272.008847802659)); -#13826=CARTESIAN_POINT('',(20.222111145819,77.0613139060865,272.006182544381)); -#13827=CARTESIAN_POINT('',(20.2221607598731,77.0609799487044,272.003505161865)); -#13828=CARTESIAN_POINT('',(20.0050354003906,80.,271.800741644622)); -#13829=CARTESIAN_POINT('',(20.0050354003906,80.,270.199258414995)); -#13830=CARTESIAN_POINT('',(20.1636358803736,77.4862704963814,270.141396652997)); -#13831=CARTESIAN_POINT('',(20.1793528173567,77.3622135611612,270.125766235395)); -#13832=CARTESIAN_POINT('',(20.1893083252613,77.2910895321306,270.110378743704)); -#13833=CARTESIAN_POINT('',(20.1992429966311,77.2193683320055,270.094410761422)); -#13834=CARTESIAN_POINT('',(20.2045395527031,77.1819191271893,270.084408328727)); -#13835=CARTESIAN_POINT('',(20.2108003003293,77.1384796306652,270.066941925002)); -#13836=CARTESIAN_POINT('',(20.2120150610225,77.1300899390328,270.063272992161)); -#13837=CARTESIAN_POINT('',(20.214037203608,77.1161845911765,270.056593523054)); -#13838=CARTESIAN_POINT('',(20.2150186105627,77.1094567687713,270.053192231538)); -#13839=CARTESIAN_POINT('',(20.2172592358242,77.0941487365851,270.044508445503)); -#13840=CARTESIAN_POINT('',(20.218671007833,77.0845559455243,270.038147394301)); -#13841=CARTESIAN_POINT('',(20.2204613330176,77.0724385255519,270.026584326013)); -#13842=CARTESIAN_POINT('',(20.2209502347818,77.0691386341125,270.02258386268)); -#13843=CARTESIAN_POINT('',(20.2215635271631,77.0650023137216,270.01604630301)); -#13844=CARTESIAN_POINT('',(20.2217408359509,77.0638077639873,270.013612161136)); -#13845=CARTESIAN_POINT('',(20.2220103217951,77.061992580922,270.00884780266)); -#13846=CARTESIAN_POINT('',(20.222111145819,77.0613139060917,270.006182544381)); -#13847=CARTESIAN_POINT('',(20.2221607598731,77.0609799487097,270.003505161865)); -#13848=CARTESIAN_POINT('',(20.0050354003906,80.,269.800741644622)); -#13849=CARTESIAN_POINT('',(20.0050354003906,80.,268.199258414995)); -#13850=CARTESIAN_POINT('',(20.1636358803736,77.4862704963876,268.141396652997)); -#13851=CARTESIAN_POINT('',(20.1793528173565,77.3622135611684,268.125766235395)); -#13852=CARTESIAN_POINT('',(20.1893083252611,77.2910895321374,268.110378743704)); -#13853=CARTESIAN_POINT('',(20.1992429966311,77.2193683320114,268.094410761422)); -#13854=CARTESIAN_POINT('',(20.204539552703,77.1819191271949,268.084408328727)); -#13855=CARTESIAN_POINT('',(20.210800300329,77.1384796306728,268.066941925003)); -#13856=CARTESIAN_POINT('',(20.2120150610224,77.1300899390391,268.063272992161)); -#13857=CARTESIAN_POINT('',(20.2140372036083,77.1161845911799,268.056593523053)); -#13858=CARTESIAN_POINT('',(20.2150186105627,77.1094567687764,268.053192231537)); -#13859=CARTESIAN_POINT('',(20.2172592358241,77.0941487365909,268.044508445503)); -#13860=CARTESIAN_POINT('',(20.218671007833,77.0845559455298,268.038147394302)); -#13861=CARTESIAN_POINT('',(20.2204613330176,77.0724385255575,268.026584326013)); -#13862=CARTESIAN_POINT('',(20.2209502347817,77.069138634118,268.02258386268)); -#13863=CARTESIAN_POINT('',(20.2215635271632,77.0650023137265,268.01604630301)); -#13864=CARTESIAN_POINT('',(20.2217408359509,77.0638077639925,268.013612161136)); -#13865=CARTESIAN_POINT('',(20.2220103217951,77.0619925809274,268.008847802661)); -#13866=CARTESIAN_POINT('',(20.222111145819,77.061313906097,268.006182544381)); -#13867=CARTESIAN_POINT('',(20.2221607598731,77.0609799487151,268.003505161865)); -#13868=CARTESIAN_POINT('',(20.0050354003906,80.,267.800741644622)); -#13869=CARTESIAN_POINT('',(20.0050354003906,80.,266.199258414995)); -#13870=CARTESIAN_POINT('',(20.1636358803736,77.4862704963938,266.141396652997)); -#13871=CARTESIAN_POINT('',(20.1793528173567,77.362213561173,266.125766235395)); -#13872=CARTESIAN_POINT('',(20.1893083252613,77.2910895321421,266.110378743704)); -#13873=CARTESIAN_POINT('',(20.1992429966312,77.2193683320161,266.094410761422)); -#13874=CARTESIAN_POINT('',(20.2045395527031,77.1819191272001,266.084408328727)); -#13875=CARTESIAN_POINT('',(20.210800300329,77.1384796306778,266.066941925002)); -#13876=CARTESIAN_POINT('',(20.2120150610224,77.1300899390441,266.063272992161)); -#13877=CARTESIAN_POINT('',(20.2140372036084,77.1161845911842,266.056593523052)); -#13878=CARTESIAN_POINT('',(20.2150186105628,77.1094567687811,266.053192231537)); -#13879=CARTESIAN_POINT('',(20.2172592358242,77.0941487365952,266.044508445502)); -#13880=CARTESIAN_POINT('',(20.2186710078331,77.0845559455345,266.038147394301)); -#13881=CARTESIAN_POINT('',(20.2204613330178,77.0724385255616,266.026584326012)); -#13882=CARTESIAN_POINT('',(20.2209502347819,77.0691386341227,266.022583862679)); -#13883=CARTESIAN_POINT('',(20.2215635271632,77.0650023137318,266.016046303009)); -#13884=CARTESIAN_POINT('',(20.221740835951,77.0638077639976,266.013612161135)); -#13885=CARTESIAN_POINT('',(20.2220103217951,77.0619925809325,266.00884780266)); -#13886=CARTESIAN_POINT('',(20.222111145819,77.0613139061023,266.006182544381)); -#13887=CARTESIAN_POINT('',(20.2221607598731,77.0609799487204,266.003505161865)); -#13888=CARTESIAN_POINT('',(20.0050354003906,80.,265.800741644622)); -#13889=CARTESIAN_POINT('',(20.0050354003906,80.,264.199258414995)); -#13890=CARTESIAN_POINT('',(20.1636358803736,77.4862704963999,264.141396652997)); -#13891=CARTESIAN_POINT('',(20.1793528173564,77.3622135611806,264.125766235395)); -#13892=CARTESIAN_POINT('',(20.189308325261,77.2910895321495,264.110378743704)); -#13893=CARTESIAN_POINT('',(20.1992429966311,77.219368332023,264.094410761422)); -#13894=CARTESIAN_POINT('',(20.204539552703,77.1819191272061,264.084408328727)); -#13895=CARTESIAN_POINT('',(20.2108003003291,77.1384796306827,264.066941925002)); -#13896=CARTESIAN_POINT('',(20.2120150610224,77.1300899390496,264.063272992161)); -#13897=CARTESIAN_POINT('',(20.2140372036081,77.116184591192,264.056593523053)); -#13898=CARTESIAN_POINT('',(20.2150186105627,77.1094567687876,264.053192231538)); -#13899=CARTESIAN_POINT('',(20.2172592358241,77.0941487366015,264.044508445503)); -#13900=CARTESIAN_POINT('',(20.218671007833,77.0845559455405,264.038147394302)); -#13901=CARTESIAN_POINT('',(20.2204613330176,77.0724385255677,264.026584326013)); -#13902=CARTESIAN_POINT('',(20.2209502347818,77.0691386341285,264.02258386268)); -#13903=CARTESIAN_POINT('',(20.2215635271631,77.0650023137377,264.01604630301)); -#13904=CARTESIAN_POINT('',(20.2217408359509,77.0638077640034,264.013612161136)); -#13905=CARTESIAN_POINT('',(20.2220103217951,77.0619925809381,264.008847802661)); -#13906=CARTESIAN_POINT('',(20.222111145819,77.0613139061077,264.006182544381)); -#13907=CARTESIAN_POINT('',(20.2221607598731,77.0609799487258,264.003505161865)); -#13908=CARTESIAN_POINT('',(20.0050354003906,80.,263.800741644622)); -#13909=CARTESIAN_POINT('',(20.0050354003906,80.,262.199258414995)); -#13910=CARTESIAN_POINT('',(20.1636358803736,77.4862704964061,262.141396652997)); -#13911=CARTESIAN_POINT('',(20.1793528173564,77.3622135611865,262.125766235395)); -#13912=CARTESIAN_POINT('',(20.189308325261,77.2910895321553,262.110378743704)); -#13913=CARTESIAN_POINT('',(20.1992429966311,77.2193683320286,262.094410761422)); -#13914=CARTESIAN_POINT('',(20.204539552703,77.1819191272117,262.084408328727)); -#13915=CARTESIAN_POINT('',(20.2108003003293,77.1384796306872,262.066941925002)); -#13916=CARTESIAN_POINT('',(20.2120150610225,77.1300899390547,262.063272992161)); -#13917=CARTESIAN_POINT('',(20.2140372036082,77.1161845911965,262.056593523053)); -#13918=CARTESIAN_POINT('',(20.2150186105627,77.1094567687926,262.053192231537)); -#13919=CARTESIAN_POINT('',(20.2172592358241,77.094148736607,262.044508445503)); -#13920=CARTESIAN_POINT('',(20.218671007833,77.0845559455459,262.038147394302)); -#13921=CARTESIAN_POINT('',(20.2204613330176,77.0724385255731,262.026584326013)); -#13922=CARTESIAN_POINT('',(20.2209502347818,77.0691386341339,262.02258386268)); -#13923=CARTESIAN_POINT('',(20.2215635271632,77.0650023137425,262.016046303009)); -#13924=CARTESIAN_POINT('',(20.2217408359509,77.0638077640086,262.013612161136)); -#13925=CARTESIAN_POINT('',(20.222010321795,77.0619925809436,262.008847802661)); -#13926=CARTESIAN_POINT('',(20.222111145819,77.0613139061131,262.006182544381)); -#13927=CARTESIAN_POINT('',(20.2221607598731,77.0609799487311,262.003505161865)); -#13928=CARTESIAN_POINT('',(20.0050354003906,80.,261.800741644622)); -#13929=CARTESIAN_POINT('',(20.0050354003906,80.,260.199258414995)); -#13930=CARTESIAN_POINT('',(20.1636358803736,77.4862704964123,260.141396652997)); -#13931=CARTESIAN_POINT('',(20.1793528173565,77.3622135611921,260.125766235395)); -#13932=CARTESIAN_POINT('',(20.1893083252611,77.2910895321607,260.110378743704)); -#13933=CARTESIAN_POINT('',(20.199242996631,77.2193683320347,260.094410761423)); -#13934=CARTESIAN_POINT('',(20.204539552703,77.1819191272172,260.084408328727)); -#13935=CARTESIAN_POINT('',(20.2108003003292,77.1384796306929,260.066941925002)); -#13936=CARTESIAN_POINT('',(20.2120150610225,77.1300899390602,260.063272992161)); -#13937=CARTESIAN_POINT('',(20.2140372036086,77.1161845911996,260.056593523052)); -#13938=CARTESIAN_POINT('',(20.2150186105628,77.1094567687974,260.053192231537)); -#13939=CARTESIAN_POINT('',(20.2172592358241,77.0941487366126,260.044508445503)); -#13940=CARTESIAN_POINT('',(20.218671007833,77.0845559455513,260.038147394302)); -#13941=CARTESIAN_POINT('',(20.2204613330176,77.0724385255786,260.026584326013)); -#13942=CARTESIAN_POINT('',(20.2209502347818,77.0691386341393,260.02258386268)); -#13943=CARTESIAN_POINT('',(20.2215635271632,77.0650023137478,260.01604630301)); -#13944=CARTESIAN_POINT('',(20.2217408359509,77.0638077640139,260.013612161136)); -#13945=CARTESIAN_POINT('',(20.2220103217951,77.0619925809488,260.008847802661)); -#13946=CARTESIAN_POINT('',(20.222111145819,77.0613139061185,260.006182544381)); -#13947=CARTESIAN_POINT('',(20.2221607598731,77.0609799487365,260.003505161865)); -#13948=CARTESIAN_POINT('',(20.0050354003906,80.,259.800741644622)); -#13949=CARTESIAN_POINT('',(20.0050354003906,80.,258.199258414995)); -#13950=CARTESIAN_POINT('',(20.1636358803736,77.4862704964185,258.141396652997)); -#13951=CARTESIAN_POINT('',(20.1793528173567,77.3622135611964,258.125766235395)); -#13952=CARTESIAN_POINT('',(20.1893083252613,77.2910895321652,258.110378743704)); -#13953=CARTESIAN_POINT('',(20.199242996631,77.2193683320399,258.094410761423)); -#13954=CARTESIAN_POINT('',(20.204539552703,77.1819191272227,258.084408328727)); -#13955=CARTESIAN_POINT('',(20.2108003003291,77.138479630699,258.066941925002)); -#13956=CARTESIAN_POINT('',(20.2120150610224,77.1300899390659,258.063272992161)); -#13957=CARTESIAN_POINT('',(20.2140372036082,77.116184591208,258.056593523053)); -#13958=CARTESIAN_POINT('',(20.2150186105627,77.1094567688036,258.053192231537)); -#13959=CARTESIAN_POINT('',(20.2172592358242,77.0941487366175,258.044508445503)); -#13960=CARTESIAN_POINT('',(20.218671007833,77.0845559455567,258.038147394301)); -#13961=CARTESIAN_POINT('',(20.2204613330175,77.0724385255846,258.026584326013)); -#13962=CARTESIAN_POINT('',(20.2209502347817,77.0691386341449,258.022583862681)); -#13963=CARTESIAN_POINT('',(20.2215635271631,77.0650023137534,258.01604630301)); -#13964=CARTESIAN_POINT('',(20.2217408359509,77.0638077640194,258.013612161136)); -#13965=CARTESIAN_POINT('',(20.2220103217951,77.0619925809542,258.008847802661)); -#13966=CARTESIAN_POINT('',(20.222111145819,77.0613139061238,258.006182544381)); -#13967=CARTESIAN_POINT('',(20.2221607598731,77.0609799487418,258.003505161865)); -#13968=CARTESIAN_POINT('',(20.0050354003906,80.,257.800741644622)); -#13969=CARTESIAN_POINT('',(20.0050354003906,80.,256.199258414995)); -#13970=CARTESIAN_POINT('',(20.1636358803736,77.4862704964246,256.141396652997)); -#13971=CARTESIAN_POINT('',(20.1793528173564,77.3622135612044,256.125766235395)); -#13972=CARTESIAN_POINT('',(20.189308325261,77.2910895321726,256.110378743704)); -#13973=CARTESIAN_POINT('',(20.1992429966311,77.2193683320451,256.094410761422)); -#13974=CARTESIAN_POINT('',(20.204539552703,77.1819191272283,256.084408328727)); -#13975=CARTESIAN_POINT('',(20.2108003003289,77.1384796307061,256.066941925003)); -#13976=CARTESIAN_POINT('',(20.2120150610223,77.130089939072,256.063272992161)); -#13977=CARTESIAN_POINT('',(20.2140372036079,77.1161845912154,256.056593523054)); -#13978=CARTESIAN_POINT('',(20.2150186105626,77.1094567688099,256.053192231538)); -#13979=CARTESIAN_POINT('',(20.2172592358241,77.094148736623,256.044508445503)); -#13980=CARTESIAN_POINT('',(20.218671007833,77.084555945562,256.038147394302)); -#13981=CARTESIAN_POINT('',(20.2204613330176,77.0724385255895,256.026584326013)); -#13982=CARTESIAN_POINT('',(20.2209502347818,77.06913863415,256.02258386268)); -#13983=CARTESIAN_POINT('',(20.2215635271632,77.0650023137585,256.016046303009)); -#13984=CARTESIAN_POINT('',(20.221740835951,77.0638077640246,256.013612161136)); -#13985=CARTESIAN_POINT('',(20.2220103217951,77.0619925809594,256.008847802661)); -#13986=CARTESIAN_POINT('',(20.222111145819,77.0613139061291,256.006182544381)); -#13987=CARTESIAN_POINT('',(20.2221607598731,77.0609799487471,256.003505161865)); -#13988=CARTESIAN_POINT('',(20.0050354003906,80.,255.800741644622)); -#13989=CARTESIAN_POINT('',(20.0050354003906,80.,254.199258414995)); -#13990=CARTESIAN_POINT('',(20.1636358803736,77.4862704964308,254.141396652997)); -#13991=CARTESIAN_POINT('',(20.1793528173564,77.36221356121,254.125766235395)); -#13992=CARTESIAN_POINT('',(20.1893083252611,77.2910895321781,254.110378743704)); -#13993=CARTESIAN_POINT('',(20.199242996631,77.2193683320511,254.094410761423)); -#13994=CARTESIAN_POINT('',(20.204539552703,77.1819191272339,254.084408328727)); -#13995=CARTESIAN_POINT('',(20.2108003003293,77.1384796307086,254.066941925002)); -#13996=CARTESIAN_POINT('',(20.2120150610225,77.1300899390763,254.063272992161)); -#13997=CARTESIAN_POINT('',(20.2140372036082,77.1161845912188,254.056593523053)); -#13998=CARTESIAN_POINT('',(20.2150186105627,77.1094567688145,254.053192231537)); -#13999=CARTESIAN_POINT('',(20.2172592358241,77.0941487366284,254.044508445503)); -#14000=CARTESIAN_POINT('',(20.218671007833,77.0845559455674,254.038147394301)); -#14001=CARTESIAN_POINT('',(20.2204613330177,77.0724385255942,254.026584326012)); -#14002=CARTESIAN_POINT('',(20.2209502347818,77.0691386341551,254.02258386268)); -#14003=CARTESIAN_POINT('',(20.2215635271631,77.0650023137641,254.01604630301)); -#14004=CARTESIAN_POINT('',(20.2217408359509,77.0638077640301,254.013612161136)); -#14005=CARTESIAN_POINT('',(20.222010321795,77.0619925809649,254.008847802661)); -#14006=CARTESIAN_POINT('',(20.222111145819,77.0613139061345,254.006182544381)); -#14007=CARTESIAN_POINT('',(20.2221607598731,77.0609799487525,254.003505161865)); -#14008=CARTESIAN_POINT('',(20.0050354003906,80.,253.800741644622)); -#14009=CARTESIAN_POINT('',(20.0050354003906,80.,252.199258414995)); -#14010=CARTESIAN_POINT('',(20.1636358803736,77.486270496437,252.141396652997)); -#14011=CARTESIAN_POINT('',(20.1793528173567,77.3622135612141,252.125766235395)); -#14012=CARTESIAN_POINT('',(20.1893083252613,77.2910895321825,252.110378743704)); -#14013=CARTESIAN_POINT('',(20.199242996631,77.219368332057,252.094410761423)); -#14014=CARTESIAN_POINT('',(20.204539552703,77.1819191272395,252.084408328727)); -#14015=CARTESIAN_POINT('',(20.210800300329,77.1384796307167,252.066941925003)); -#14016=CARTESIAN_POINT('',(20.2120150610224,77.1300899390828,252.063272992161)); -#14017=CARTESIAN_POINT('',(20.2140372036083,77.1161845912234,252.056593523053)); -#14018=CARTESIAN_POINT('',(20.2150186105627,77.1094567688198,252.053192231537)); -#14019=CARTESIAN_POINT('',(20.2172592358241,77.0941487366339,252.044508445503)); -#14020=CARTESIAN_POINT('',(20.218671007833,77.0845559455729,252.038147394302)); -#14021=CARTESIAN_POINT('',(20.2204613330176,77.0724385256002,252.026584326013)); -#14022=CARTESIAN_POINT('',(20.2209502347818,77.0691386341607,252.02258386268)); -#14023=CARTESIAN_POINT('',(20.2215635271632,77.0650023137692,252.01604630301)); -#14024=CARTESIAN_POINT('',(20.2217408359509,77.0638077640353,252.013612161136)); -#14025=CARTESIAN_POINT('',(20.2220103217951,77.0619925809702,252.008847802661)); -#14026=CARTESIAN_POINT('',(20.222111145819,77.0613139061398,252.006182544381)); -#14027=CARTESIAN_POINT('',(20.2221607598731,77.0609799487579,252.003505161865)); -#14028=CARTESIAN_POINT('',(20.0050354003906,80.,251.800741644622)); -#14029=CARTESIAN_POINT('',(20.0050354003906,80.,250.199258414995)); -#14030=CARTESIAN_POINT('',(20.1636358803736,77.4862704964431,250.141396652997)); -#14031=CARTESIAN_POINT('',(20.1793528173564,77.3622135612219,250.125766235395)); -#14032=CARTESIAN_POINT('',(20.1893083252611,77.2910895321896,250.110378743704)); -#14033=CARTESIAN_POINT('',(20.1992429966311,77.2193683320624,250.094410761422)); -#14034=CARTESIAN_POINT('',(20.204539552703,77.181919127245,250.084408328727)); -#14035=CARTESIAN_POINT('',(20.2108003003291,77.138479630721,250.066941925002)); -#14036=CARTESIAN_POINT('',(20.2120150610224,77.1300899390878,250.063272992161)); -#14037=CARTESIAN_POINT('',(20.214037203608,77.1161845912305,250.056593523053)); -#14038=CARTESIAN_POINT('',(20.2150186105627,77.1094567688255,250.053192231537)); -#14039=CARTESIAN_POINT('',(20.2172592358241,77.0941487366394,250.044508445503)); -#14040=CARTESIAN_POINT('',(20.218671007833,77.0845559455782,250.038147394302)); -#14041=CARTESIAN_POINT('',(20.2204613330176,77.0724385256054,250.026584326013)); -#14042=CARTESIAN_POINT('',(20.2209502347818,77.0691386341661,250.02258386268)); -#14043=CARTESIAN_POINT('',(20.2215635271631,77.0650023137747,250.01604630301)); -#14044=CARTESIAN_POINT('',(20.2217408359509,77.0638077640407,250.013612161136)); -#14045=CARTESIAN_POINT('',(20.2220103217951,77.0619925809755,250.00884780266)); -#14046=CARTESIAN_POINT('',(20.222111145819,77.0613139061451,250.006182544381)); -#14047=CARTESIAN_POINT('',(20.2221607598731,77.0609799487632,250.003505161865)); -#14048=CARTESIAN_POINT('',(20.0050354003906,80.,249.800741644622)); -#14049=CARTESIAN_POINT('',(20.0050354003906,80.,248.199258414995)); -#14050=CARTESIAN_POINT('',(20.1636358803736,77.4862704964493,248.141396652997)); -#14051=CARTESIAN_POINT('',(20.1793528173564,77.3622135612277,248.125766235395)); -#14052=CARTESIAN_POINT('',(20.1893083252611,77.2910895321954,248.110378743704)); -#14053=CARTESIAN_POINT('',(20.199242996631,77.2193683320682,248.094410761423)); -#14054=CARTESIAN_POINT('',(20.204539552703,77.1819191272506,248.084408328727)); -#14055=CARTESIAN_POINT('',(20.2108003003291,77.1384796307268,248.066941925002)); -#14056=CARTESIAN_POINT('',(20.2120150610224,77.1300899390934,248.063272992161)); -#14057=CARTESIAN_POINT('',(20.2140372036083,77.1161845912339,248.056593523053)); -#14058=CARTESIAN_POINT('',(20.2150186105627,77.1094567688306,248.053192231537)); -#14059=CARTESIAN_POINT('',(20.2172592358241,77.0941487366449,248.044508445503)); -#14060=CARTESIAN_POINT('',(20.218671007833,77.0845559455836,248.038147394302)); -#14061=CARTESIAN_POINT('',(20.2204613330176,77.0724385256108,248.026584326013)); -#14062=CARTESIAN_POINT('',(20.2209502347818,77.0691386341714,248.02258386268)); -#14063=CARTESIAN_POINT('',(20.2215635271631,77.0650023137802,248.01604630301)); -#14064=CARTESIAN_POINT('',(20.2217408359509,77.0638077640461,248.013612161136)); -#14065=CARTESIAN_POINT('',(20.222010321795,77.061992580981,248.008847802661)); -#14066=CARTESIAN_POINT('',(20.222111145819,77.0613139061505,248.006182544381)); -#14067=CARTESIAN_POINT('',(20.2221607598731,77.0609799487685,248.003505161865)); -#14068=CARTESIAN_POINT('',(20.0050354003906,80.,247.800741644622)); -#14069=CARTESIAN_POINT('',(20.0050354003906,80.,246.199258414995)); -#14070=CARTESIAN_POINT('',(20.1636358803736,77.4862704964555,246.141396652997)); -#14071=CARTESIAN_POINT('',(20.1793528173566,77.3622135612324,246.125766235395)); -#14072=CARTESIAN_POINT('',(20.1893083252612,77.2910895322,246.110378743704)); -#14073=CARTESIAN_POINT('',(20.1992429966311,77.2193683320733,246.094410761422)); -#14074=CARTESIAN_POINT('',(20.204539552703,77.181919127256,246.084408328727)); -#14075=CARTESIAN_POINT('',(20.2108003003293,77.138479630731,246.066941925002)); -#14076=CARTESIAN_POINT('',(20.2120150610225,77.1300899390984,246.063272992161)); -#14077=CARTESIAN_POINT('',(20.2140372036081,77.1161845912409,246.056593523053)); -#14078=CARTESIAN_POINT('',(20.2150186105627,77.1094567688362,246.053192231537)); -#14079=CARTESIAN_POINT('',(20.2172592358241,77.0941487366502,246.044508445503)); -#14080=CARTESIAN_POINT('',(20.218671007833,77.084555945589,246.038147394302)); -#14081=CARTESIAN_POINT('',(20.2204613330176,77.0724385256166,246.026584326013)); -#14082=CARTESIAN_POINT('',(20.2209502347818,77.0691386341769,246.02258386268)); -#14083=CARTESIAN_POINT('',(20.2215635271632,77.0650023137854,246.01604630301)); -#14084=CARTESIAN_POINT('',(20.2217408359509,77.0638077640514,246.013612161136)); -#14085=CARTESIAN_POINT('',(20.2220103217951,77.0619925809862,246.00884780266)); -#14086=CARTESIAN_POINT('',(20.222111145819,77.0613139061559,246.006182544381)); -#14087=CARTESIAN_POINT('',(20.2221607598731,77.0609799487739,246.003505161865)); -#14088=CARTESIAN_POINT('',(20.0050354003906,80.,245.800741644622)); -#14089=CARTESIAN_POINT('',(20.0050354003906,80.,244.199258414995)); -#14090=CARTESIAN_POINT('',(20.1636358803736,77.4862704964617,244.141396652997)); -#14091=CARTESIAN_POINT('',(20.1793528173564,77.3622135612396,244.125766235395)); -#14092=CARTESIAN_POINT('',(20.1893083252611,77.291089532207,244.110378743704)); -#14093=CARTESIAN_POINT('',(20.1992429966311,77.2193683320793,244.094410761423)); -#14094=CARTESIAN_POINT('',(20.204539552703,77.1819191272617,244.084408328727)); -#14095=CARTESIAN_POINT('',(20.2108003003289,77.1384796307391,244.066941925003)); -#14096=CARTESIAN_POINT('',(20.2120150610223,77.1300899391048,244.063272992161)); -#14097=CARTESIAN_POINT('',(20.2140372036083,77.1161845912452,244.056593523053)); -#14098=CARTESIAN_POINT('',(20.2150186105627,77.1094567688415,244.053192231537)); -#14099=CARTESIAN_POINT('',(20.2172592358241,77.0941487366554,244.044508445503)); -#14100=CARTESIAN_POINT('',(20.218671007833,77.0845559455944,244.038147394301)); -#14101=CARTESIAN_POINT('',(20.2204613330178,77.0724385256203,244.026584326012)); -#14102=CARTESIAN_POINT('',(20.2209502347818,77.0691386341817,244.022583862679)); -#14103=CARTESIAN_POINT('',(20.2215635271631,77.0650023137913,244.01604630301)); -#14104=CARTESIAN_POINT('',(20.2217408359509,77.0638077640569,244.013612161136)); -#14105=CARTESIAN_POINT('',(20.2220103217951,77.0619925809916,244.008847802661)); -#14106=CARTESIAN_POINT('',(20.222111145819,77.0613139061612,244.006182544381)); -#14107=CARTESIAN_POINT('',(20.2221607598731,77.0609799487792,244.003505161865)); -#14108=CARTESIAN_POINT('',(20.0050354003906,80.,243.800741644622)); -#14109=CARTESIAN_POINT('',(20.0050354003906,80.,242.199258414995)); -#14110=CARTESIAN_POINT('',(20.1636358803736,77.4862704964678,242.141396652997)); -#14111=CARTESIAN_POINT('',(20.1793528173564,77.3622135612455,242.125766235395)); -#14112=CARTESIAN_POINT('',(20.1893083252611,77.2910895322127,242.110378743704)); -#14113=CARTESIAN_POINT('',(20.199242996631,77.219368332085,242.094410761422)); -#14114=CARTESIAN_POINT('',(20.204539552703,77.1819191272672,242.084408328727)); -#14115=CARTESIAN_POINT('',(20.2108003003294,77.1384796307411,242.066941925001)); -#14116=CARTESIAN_POINT('',(20.2120150610225,77.130089939109,242.06327299216)); -#14117=CARTESIAN_POINT('',(20.2140372036077,77.1161845912546,242.056593523055)); -#14118=CARTESIAN_POINT('',(20.2150186105626,77.1094567688479,242.053192231538)); -#14119=CARTESIAN_POINT('',(20.2172592358242,77.0941487366607,242.044508445502)); -#14120=CARTESIAN_POINT('',(20.218671007833,77.0845559455998,242.038147394301)); -#14121=CARTESIAN_POINT('',(20.2204613330176,77.072438525627,242.026584326013)); -#14122=CARTESIAN_POINT('',(20.2209502347817,77.0691386341877,242.02258386268)); -#14123=CARTESIAN_POINT('',(20.2215635271631,77.0650023137963,242.01604630301)); -#14124=CARTESIAN_POINT('',(20.2217408359509,77.0638077640621,242.013612161136)); -#14125=CARTESIAN_POINT('',(20.2220103217951,77.0619925809969,242.008847802661)); -#14126=CARTESIAN_POINT('',(20.222111145819,77.0613139061665,242.006182544381)); -#14127=CARTESIAN_POINT('',(20.2221607598731,77.0609799487846,242.003505161865)); -#14128=CARTESIAN_POINT('',(20.0050354003906,80.,241.800741644622)); -#14129=CARTESIAN_POINT('',(20.0050354003906,80.,240.199258414995)); -#14130=CARTESIAN_POINT('',(20.1636358803736,77.486270496474,240.141396652997)); -#14131=CARTESIAN_POINT('',(20.1793528173566,77.3622135612501,240.125766235395)); -#14132=CARTESIAN_POINT('',(20.1893083252612,77.2910895322174,240.110378743704)); -#14133=CARTESIAN_POINT('',(20.199242996631,77.2193683320907,240.094410761423)); -#14134=CARTESIAN_POINT('',(20.204539552703,77.1819191272728,240.084408328727)); -#14135=CARTESIAN_POINT('',(20.2108003003291,77.1384796307486,240.066941925002)); -#14136=CARTESIAN_POINT('',(20.2120150610224,77.1300899391152,240.063272992161)); -#14137=CARTESIAN_POINT('',(20.2140372036081,77.1161845912576,240.056593523053)); -#14138=CARTESIAN_POINT('',(20.2150186105626,77.1094567688529,240.053192231538)); -#14139=CARTESIAN_POINT('',(20.2172592358241,77.0941487366665,240.044508445503)); -#14140=CARTESIAN_POINT('',(20.218671007833,77.0845559456052,240.038147394302)); -#14141=CARTESIAN_POINT('',(20.2204613330176,77.0724385256322,240.026584326013)); -#14142=CARTESIAN_POINT('',(20.2209502347818,77.0691386341929,240.02258386268)); -#14143=CARTESIAN_POINT('',(20.2215635271632,77.0650023138012,240.016046303009)); -#14144=CARTESIAN_POINT('',(20.221740835951,77.0638077640674,240.013612161136)); -#14145=CARTESIAN_POINT('',(20.222010321795,77.0619925810024,240.008847802661)); -#14146=CARTESIAN_POINT('',(20.222111145819,77.0613139061719,240.006182544381)); -#14147=CARTESIAN_POINT('',(20.2221607598731,77.0609799487899,240.003505161865)); -#14148=CARTESIAN_POINT('',(20.0050354003906,80.,239.800741644622)); -#14149=CARTESIAN_POINT('',(20.0050354003906,80.,238.199258414995)); -#14150=CARTESIAN_POINT('',(20.1636358803736,77.4862704964802,238.141396652997)); -#14151=CARTESIAN_POINT('',(20.1793528173564,77.3622135612577,238.125766235395)); -#14152=CARTESIAN_POINT('',(20.189308325261,77.2910895322246,238.110378743704)); -#14153=CARTESIAN_POINT('',(20.1992429966311,77.2193683320961,238.094410761422)); -#14154=CARTESIAN_POINT('',(20.204539552703,77.1819191272783,238.084408328727)); -#14155=CARTESIAN_POINT('',(20.2108003003292,77.1384796307533,238.066941925002)); -#14156=CARTESIAN_POINT('',(20.2120150610225,77.1300899391204,238.063272992161)); -#14157=CARTESIAN_POINT('',(20.2140372036082,77.1161845912621,238.056593523053)); -#14158=CARTESIAN_POINT('',(20.2150186105627,77.1094567688579,238.053192231537)); -#14159=CARTESIAN_POINT('',(20.2172592358241,77.0941487366718,238.044508445503)); -#14160=CARTESIAN_POINT('',(20.218671007833,77.0845559456106,238.038147394302)); -#14161=CARTESIAN_POINT('',(20.2204613330176,77.0724385256378,238.026584326013)); -#14162=CARTESIAN_POINT('',(20.2209502347818,77.0691386341982,238.02258386268)); -#14163=CARTESIAN_POINT('',(20.2215635271631,77.0650023138068,238.01604630301)); -#14164=CARTESIAN_POINT('',(20.2217408359509,77.0638077640728,238.013612161136)); -#14165=CARTESIAN_POINT('',(20.2220103217951,77.0619925810076,238.008847802661)); -#14166=CARTESIAN_POINT('',(20.222111145819,77.0613139061772,238.006182544381)); -#14167=CARTESIAN_POINT('',(20.2221607598731,77.0609799487953,238.003505161865)); -#14168=CARTESIAN_POINT('',(20.0050354003906,80.,237.800741644622)); -#14169=CARTESIAN_POINT('',(20.0050354003906,80.,236.199258414995)); -#14170=CARTESIAN_POINT('',(20.1636358803736,77.4862704964864,236.141396652997)); -#14171=CARTESIAN_POINT('',(20.1793528173563,77.3622135612639,236.125766235395)); -#14172=CARTESIAN_POINT('',(20.189308325261,77.2910895322303,236.110378743704)); -#14173=CARTESIAN_POINT('',(20.1992429966312,77.2193683321009,236.094410761422)); -#14174=CARTESIAN_POINT('',(20.2045395527031,77.1819191272835,236.084408328727)); -#14175=CARTESIAN_POINT('',(20.2108003003291,77.1384796307598,236.066941925002)); -#14176=CARTESIAN_POINT('',(20.2120150610224,77.130089939126,236.063272992161)); -#14177=CARTESIAN_POINT('',(20.2140372036082,77.1161845912676,236.056593523053)); -#14178=CARTESIAN_POINT('',(20.2150186105627,77.1094567688631,236.053192231537)); -#14179=CARTESIAN_POINT('',(20.2172592358242,77.0941487366768,236.044508445502)); -#14180=CARTESIAN_POINT('',(20.2186710078331,77.0845559456154,236.038147394301)); -#14181=CARTESIAN_POINT('',(20.220461333018,77.0724385256407,236.02658432601)); -#14182=CARTESIAN_POINT('',(20.2209502347819,77.0691386342025,236.022583862678)); -#14183=CARTESIAN_POINT('',(20.2215635271631,77.0650023138124,236.01604630301)); -#14184=CARTESIAN_POINT('',(20.221740835951,77.063807764078,236.013612161136)); -#14185=CARTESIAN_POINT('',(20.2220103217951,77.0619925810128,236.00884780266)); -#14186=CARTESIAN_POINT('',(20.222111145819,77.0613139061826,236.006182544381)); -#14187=CARTESIAN_POINT('',(20.2221607598731,77.0609799488006,236.003505161865)); -#14188=CARTESIAN_POINT('',(20.0050354003906,80.,235.800741644622)); -#14189=CARTESIAN_POINT('',(20.0050354003906,80.,234.199258414995)); -#14190=CARTESIAN_POINT('',(20.1636358803736,77.4862704964925,234.141396652997)); -#14191=CARTESIAN_POINT('',(20.1793528173566,77.3622135612674,234.125766235395)); -#14192=CARTESIAN_POINT('',(20.1893083252612,77.2910895322345,234.110378743704)); -#14193=CARTESIAN_POINT('',(20.199242996631,77.2193683321075,234.094410761423)); -#14194=CARTESIAN_POINT('',(20.204539552703,77.1819191272895,234.084408328727)); -#14195=CARTESIAN_POINT('',(20.2108003003293,77.1384796307635,234.066941925002)); -#14196=CARTESIAN_POINT('',(20.2120150610225,77.130089939131,234.063272992161)); -#14197=CARTESIAN_POINT('',(20.2140372036082,77.116184591273,234.056593523053)); -#14198=CARTESIAN_POINT('',(20.2150186105627,77.1094567688687,234.053192231537)); -#14199=CARTESIAN_POINT('',(20.2172592358241,77.0941487366829,234.044508445503)); -#14200=CARTESIAN_POINT('',(20.218671007833,77.0845559456214,234.038147394302)); -#14201=CARTESIAN_POINT('',(20.2204613330178,77.0724385256475,234.026584326012)); -#14202=CARTESIAN_POINT('',(20.2209502347818,77.0691386342086,234.022583862679)); -#14203=CARTESIAN_POINT('',(20.2215635271632,77.0650023138174,234.01604630301)); -#14204=CARTESIAN_POINT('',(20.221740835951,77.0638077640834,234.013612161136)); -#14205=CARTESIAN_POINT('',(20.2220103217951,77.0619925810184,234.008847802661)); -#14206=CARTESIAN_POINT('',(20.222111145819,77.0613139061879,234.006182544381)); -#14207=CARTESIAN_POINT('',(20.2221607598731,77.060979948806,234.003505161865)); -#14208=CARTESIAN_POINT('',(20.0050354003906,80.,233.800741644622)); -#14209=CARTESIAN_POINT('',(20.0050354003906,80.,232.199258414995)); -#14210=CARTESIAN_POINT('',(20.1636358803736,77.4862704964987,232.141396652997)); -#14211=CARTESIAN_POINT('',(20.1793528173564,77.3622135612751,232.125766235395)); -#14212=CARTESIAN_POINT('',(20.1893083252611,77.2910895322416,232.110378743704)); -#14213=CARTESIAN_POINT('',(20.199242996631,77.2193683321132,232.094410761423)); -#14214=CARTESIAN_POINT('',(20.204539552703,77.181919127295,232.084408328727)); -#14215=CARTESIAN_POINT('',(20.2108003003292,77.1384796307698,232.066941925002)); -#14216=CARTESIAN_POINT('',(20.2120150610225,77.1300899391368,232.063272992161)); -#14217=CARTESIAN_POINT('',(20.2140372036084,77.1161845912773,232.056593523052)); -#14218=CARTESIAN_POINT('',(20.2150186105628,77.1094567688738,232.053192231537)); -#14219=CARTESIAN_POINT('',(20.2172592358241,77.0941487366883,232.044508445503)); -#14220=CARTESIAN_POINT('',(20.218671007833,77.0845559456267,232.038147394302)); -#14221=CARTESIAN_POINT('',(20.2204613330175,77.0724385256544,232.026584326013)); -#14222=CARTESIAN_POINT('',(20.2209502347817,77.0691386342146,232.022583862681)); -#14223=CARTESIAN_POINT('',(20.2215635271632,77.0650023138228,232.01604630301)); -#14224=CARTESIAN_POINT('',(20.2217408359509,77.0638077640889,232.013612161136)); -#14225=CARTESIAN_POINT('',(20.2220103217951,77.0619925810237,232.008847802661)); -#14226=CARTESIAN_POINT('',(20.222111145819,77.0613139061933,232.006182544381)); -#14227=CARTESIAN_POINT('',(20.2221607598731,77.0609799488113,232.003505161865)); -#14228=CARTESIAN_POINT('',(20.0050354003906,80.,231.800741644622)); -#14229=CARTESIAN_POINT('',(20.0050354003906,80.,230.199258414995)); -#14230=CARTESIAN_POINT('',(20.1636358803736,77.4862704965049,230.141396652997)); -#14231=CARTESIAN_POINT('',(20.1793528173566,77.3622135612795,230.125766235395)); -#14232=CARTESIAN_POINT('',(20.1893083252612,77.2910895322463,230.110378743704)); -#14233=CARTESIAN_POINT('',(20.199242996631,77.2193683321189,230.094410761423)); -#14234=CARTESIAN_POINT('',(20.204539552703,77.1819191273006,230.084408328727)); -#14235=CARTESIAN_POINT('',(20.2108003003293,77.1384796307744,230.066941925002)); -#14236=CARTESIAN_POINT('',(20.2120150610225,77.1300899391419,230.063272992161)); -#14237=CARTESIAN_POINT('',(20.2140372036082,77.116184591284,230.056593523053)); -#14238=CARTESIAN_POINT('',(20.2150186105627,77.1094567688797,230.053192231537)); -#14239=CARTESIAN_POINT('',(20.2172592358241,77.0941487366936,230.044508445503)); -#14240=CARTESIAN_POINT('',(20.218671007833,77.0845559456322,230.038147394302)); -#14241=CARTESIAN_POINT('',(20.2204613330176,77.0724385256595,230.026584326013)); -#14242=CARTESIAN_POINT('',(20.2209502347818,77.0691386342198,230.02258386268)); -#14243=CARTESIAN_POINT('',(20.2215635271632,77.0650023138282,230.01604630301)); -#14244=CARTESIAN_POINT('',(20.2217408359509,77.0638077640942,230.013612161136)); -#14245=CARTESIAN_POINT('',(20.2220103217951,77.061992581029,230.008847802661)); -#14246=CARTESIAN_POINT('',(20.222111145819,77.0613139061986,230.006182544381)); -#14247=CARTESIAN_POINT('',(20.2221607598731,77.0609799488167,230.003505161865)); -#14248=CARTESIAN_POINT('',(20.0050354003906,80.,229.800741644622)); -#14249=CARTESIAN_POINT('',(20.0050354003906,80.,228.199258414995)); -#14250=CARTESIAN_POINT('',(20.1636358803736,77.4862704965111,228.141396652997)); -#14251=CARTESIAN_POINT('',(20.1793528173566,77.3622135612854,228.125766235395)); -#14252=CARTESIAN_POINT('',(20.1893083252612,77.2910895322521,228.110378743704)); -#14253=CARTESIAN_POINT('',(20.199242996631,77.2193683321243,228.094410761422)); -#14254=CARTESIAN_POINT('',(20.204539552703,77.1819191273062,228.084408328727)); -#14255=CARTESIAN_POINT('',(20.2108003003291,77.1384796307813,228.066941925002)); -#14256=CARTESIAN_POINT('',(20.2120150610224,77.130089939148,228.063272992161)); -#14257=CARTESIAN_POINT('',(20.2140372036082,77.1161845912891,228.056593523053)); -#14258=CARTESIAN_POINT('',(20.2150186105627,77.1094567688851,228.053192231537)); -#14259=CARTESIAN_POINT('',(20.2172592358242,77.0941487366986,228.044508445503)); -#14260=CARTESIAN_POINT('',(20.218671007833,77.0845559456375,228.038147394301)); -#14261=CARTESIAN_POINT('',(20.2204613330176,77.0724385256645,228.026584326013)); -#14262=CARTESIAN_POINT('',(20.2209502347818,77.069138634225,228.02258386268)); -#14263=CARTESIAN_POINT('',(20.2215635271631,77.0650023138337,228.01604630301)); -#14264=CARTESIAN_POINT('',(20.2217408359509,77.0638077640996,228.013612161136)); -#14265=CARTESIAN_POINT('',(20.222010321795,77.0619925810344,228.008847802661)); -#14266=CARTESIAN_POINT('',(20.222111145819,77.061313906204,228.006182544381)); -#14267=CARTESIAN_POINT('',(20.2221607598731,77.060979948822,228.003505161865)); -#14268=CARTESIAN_POINT('',(20.0050354003906,80.,227.800741644622)); -#14269=CARTESIAN_POINT('',(20.0050354003906,80.,226.199258414995)); -#14270=CARTESIAN_POINT('',(20.1636358803736,77.4862704965172,226.141396652997)); -#14271=CARTESIAN_POINT('',(20.1793528173563,77.3622135612934,226.125766235395)); -#14272=CARTESIAN_POINT('',(20.189308325261,77.2910895322592,226.110378743704)); -#14273=CARTESIAN_POINT('',(20.1992429966312,77.2193683321292,226.094410761422)); -#14274=CARTESIAN_POINT('',(20.204539552703,77.1819191273116,226.084408328727)); -#14275=CARTESIAN_POINT('',(20.2108003003291,77.1384796307867,226.066941925002)); -#14276=CARTESIAN_POINT('',(20.2120150610224,77.1300899391534,226.063272992161)); -#14277=CARTESIAN_POINT('',(20.2140372036083,77.1161845912937,226.056593523053)); -#14278=CARTESIAN_POINT('',(20.2150186105627,77.1094567688902,226.053192231537)); -#14279=CARTESIAN_POINT('',(20.2172592358241,77.0941487367043,226.044508445503)); -#14280=CARTESIAN_POINT('',(20.218671007833,77.0845559456429,226.038147394302)); -#14281=CARTESIAN_POINT('',(20.2204613330176,77.07243852567,226.026584326013)); -#14282=CARTESIAN_POINT('',(20.2209502347818,77.0691386342304,226.02258386268)); -#14283=CARTESIAN_POINT('',(20.2215635271632,77.0650023138387,226.016046303009)); -#14284=CARTESIAN_POINT('',(20.221740835951,77.0638077641049,226.013612161136)); -#14285=CARTESIAN_POINT('',(20.222010321795,77.0619925810398,226.008847802661)); -#14286=CARTESIAN_POINT('',(20.222111145819,77.0613139062093,226.006182544381)); -#14287=CARTESIAN_POINT('',(20.2221607598731,77.0609799488274,226.003505161865)); -#14288=CARTESIAN_POINT('',(20.0050354003906,80.,225.800741644622)); -#14289=CARTESIAN_POINT('',(20.0050354003906,80.,224.199258414995)); -#14290=CARTESIAN_POINT('',(20.1636358803736,77.4862704965234,224.141396652997)); -#14291=CARTESIAN_POINT('',(20.1793528173564,77.3622135612987,224.125766235395)); -#14292=CARTESIAN_POINT('',(20.1893083252611,77.2910895322647,224.110378743704)); -#14293=CARTESIAN_POINT('',(20.199242996631,77.2193683321361,224.094410761423)); -#14294=CARTESIAN_POINT('',(20.204539552703,77.1819191273171,224.084408328727)); -#14295=CARTESIAN_POINT('',(20.2108003003291,77.1384796307921,224.066941925002)); -#14296=CARTESIAN_POINT('',(20.2120150610225,77.1300899391586,224.063272992161)); -#14297=CARTESIAN_POINT('',(20.2140372036083,77.1161845912991,224.056593523053)); -#14298=CARTESIAN_POINT('',(20.2150186105628,77.1094567688954,224.053192231537)); -#14299=CARTESIAN_POINT('',(20.2172592358242,77.0941487367091,224.044508445502)); -#14300=CARTESIAN_POINT('',(20.2186710078331,77.0845559456478,224.038147394301)); -#14301=CARTESIAN_POINT('',(20.220461333018,77.0724385256729,224.02658432601)); -#14302=CARTESIAN_POINT('',(20.2209502347819,77.0691386342346,224.022583862678)); -#14303=CARTESIAN_POINT('',(20.2215635271631,77.0650023138444,224.01604630301)); -#14304=CARTESIAN_POINT('',(20.221740835951,77.0638077641101,224.013612161136)); -#14305=CARTESIAN_POINT('',(20.2220103217951,77.0619925810447,224.008847802659)); -#14306=CARTESIAN_POINT('',(20.222111145819,77.0613139062147,224.006182544381)); -#14307=CARTESIAN_POINT('',(20.2221607598731,77.0609799488327,224.003505161865)); -#14308=CARTESIAN_POINT('',(20.0050354003906,80.,223.800741644622)); -#14309=CARTESIAN_POINT('',(20.0050354003906,80.,222.199258414995)); -#14310=CARTESIAN_POINT('',(20.1636358803736,77.4862704965296,222.141396652997)); -#14311=CARTESIAN_POINT('',(20.1793528173564,77.3622135613046,222.125766235395)); -#14312=CARTESIAN_POINT('',(20.189308325261,77.2910895322705,222.110378743704)); -#14313=CARTESIAN_POINT('',(20.199242996631,77.2193683321412,222.094410761422)); -#14314=CARTESIAN_POINT('',(20.204539552703,77.1819191273228,222.084408328727)); -#14315=CARTESIAN_POINT('',(20.2108003003291,77.1384796307981,222.066941925002)); -#14316=CARTESIAN_POINT('',(20.2120150610224,77.1300899391644,222.063272992161)); -#14317=CARTESIAN_POINT('',(20.2140372036079,77.1161845913073,222.056593523054)); -#14318=CARTESIAN_POINT('',(20.2150186105626,77.1094567689018,222.053192231538)); -#14319=CARTESIAN_POINT('',(20.2172592358242,77.0941487367148,222.044508445502)); -#14320=CARTESIAN_POINT('',(20.218671007833,77.0845559456536,222.038147394301)); -#14321=CARTESIAN_POINT('',(20.2204613330175,77.0724385256814,222.026584326013)); -#14322=CARTESIAN_POINT('',(20.2209502347817,77.0691386342415,222.022583862681)); -#14323=CARTESIAN_POINT('',(20.2215635271631,77.0650023138502,222.016046303011)); -#14324=CARTESIAN_POINT('',(20.2217408359509,77.0638077641158,222.013612161136)); -#14325=CARTESIAN_POINT('',(20.2220103217951,77.0619925810504,222.008847802661)); -#14326=CARTESIAN_POINT('',(20.222111145819,77.06131390622,222.006182544381)); -#14327=CARTESIAN_POINT('',(20.2221607598731,77.0609799488381,222.003505161865)); -#14328=CARTESIAN_POINT('',(20.0050354003906,80.,221.800741644622)); -#14329=CARTESIAN_POINT('',(20.0050354003906,80.,220.199258414995)); -#14330=CARTESIAN_POINT('',(20.1636358803736,77.4862704965358,220.141396652997)); -#14331=CARTESIAN_POINT('',(20.1793528173564,77.3622135613108,220.125766235395)); -#14332=CARTESIAN_POINT('',(20.189308325261,77.2910895322765,220.110378743704)); -#14333=CARTESIAN_POINT('',(20.1992429966311,77.2193683321465,220.094410761422)); -#14334=CARTESIAN_POINT('',(20.2045395527031,77.1819191273281,220.084408328727)); -#14335=CARTESIAN_POINT('',(20.2108003003292,77.1384796308024,220.066941925002)); -#14336=CARTESIAN_POINT('',(20.2120150610225,77.1300899391693,220.063272992161)); -#14337=CARTESIAN_POINT('',(20.2140372036078,77.1161845913136,220.056593523054)); -#14338=CARTESIAN_POINT('',(20.2150186105626,77.1094567689072,220.053192231538)); -#14339=CARTESIAN_POINT('',(20.2172592358242,77.0941487367199,220.044508445502)); -#14340=CARTESIAN_POINT('',(20.2186710078331,77.0845559456585,220.038147394301)); -#14341=CARTESIAN_POINT('',(20.2204613330175,77.0724385256865,220.026584326013)); -#14342=CARTESIAN_POINT('',(20.2209502347817,77.0691386342466,220.022583862681)); -#14343=CARTESIAN_POINT('',(20.2215635271633,77.0650023138543,220.016046303008)); -#14344=CARTESIAN_POINT('',(20.221740835951,77.0638077641206,220.013612161135)); -#14345=CARTESIAN_POINT('',(20.2220103217951,77.0619925810557,220.00884780266)); -#14346=CARTESIAN_POINT('',(20.222111145819,77.0613139062254,220.006182544381)); -#14347=CARTESIAN_POINT('',(20.2221607598731,77.0609799488434,220.003505161865)); -#14348=CARTESIAN_POINT('',(20.0050354003906,80.,219.800741644622)); -#14349=CARTESIAN_POINT('',(20.0050354003906,80.,218.199258414995)); -#14350=CARTESIAN_POINT('',(20.1636358803736,77.4862704965419,218.141396652997)); -#14351=CARTESIAN_POINT('',(20.1793528173564,77.3622135613166,218.125766235395)); -#14352=CARTESIAN_POINT('',(20.189308325261,77.2910895322823,218.110378743704)); -#14353=CARTESIAN_POINT('',(20.1992429966311,77.2193683321523,218.094410761422)); -#14354=CARTESIAN_POINT('',(20.2045395527031,77.1819191273337,218.084408328727)); -#14355=CARTESIAN_POINT('',(20.2108003003292,77.1384796308083,218.066941925002)); -#14356=CARTESIAN_POINT('',(20.2120150610225,77.1300899391749,218.063272992161)); -#14357=CARTESIAN_POINT('',(20.2140372036083,77.1161845913157,218.056593523053)); -#14358=CARTESIAN_POINT('',(20.2150186105628,77.1094567689117,218.053192231537)); -#14359=CARTESIAN_POINT('',(20.2172592358242,77.0941487367253,218.044508445502)); -#14360=CARTESIAN_POINT('',(20.2186710078331,77.0845559456639,218.038147394301)); -#14361=CARTESIAN_POINT('',(20.2204613330177,77.0724385256907,218.026584326012)); -#14362=CARTESIAN_POINT('',(20.2209502347818,77.0691386342513,218.022583862679)); -#14363=CARTESIAN_POINT('',(20.2215635271632,77.06500231386,218.016046303009)); -#14364=CARTESIAN_POINT('',(20.221740835951,77.063807764126,218.013612161135)); -#14365=CARTESIAN_POINT('',(20.2220103217951,77.061992581061,218.00884780266)); -#14366=CARTESIAN_POINT('',(20.222111145819,77.0613139062309,218.006182544381)); -#14367=CARTESIAN_POINT('',(20.2221607598731,77.0609799488488,218.003505161865)); -#14368=CARTESIAN_POINT('',(20.0050354003906,80.,217.800741644622)); -#14369=CARTESIAN_POINT('',(20.0050354003906,80.,216.199258414995)); -#14370=CARTESIAN_POINT('',(20.1636358803736,77.4862704965481,216.141396652997)); -#14371=CARTESIAN_POINT('',(20.1793528173564,77.3622135613225,216.125766235395)); -#14372=CARTESIAN_POINT('',(20.189308325261,77.2910895322878,216.110378743704)); -#14373=CARTESIAN_POINT('',(20.1992429966311,77.2193683321579,216.094410761422)); -#14374=CARTESIAN_POINT('',(20.204539552703,77.1819191273395,216.084408328727)); -#14375=CARTESIAN_POINT('',(20.2108003003292,77.1384796308136,216.066941925002)); -#14376=CARTESIAN_POINT('',(20.2120150610224,77.1300899391805,216.063272992161)); -#14377=CARTESIAN_POINT('',(20.2140372036081,77.1161845913224,216.056593523053)); -#14378=CARTESIAN_POINT('',(20.2150186105627,77.1094567689177,216.053192231537)); -#14379=CARTESIAN_POINT('',(20.2172592358241,77.0941487367313,216.044508445503)); -#14380=CARTESIAN_POINT('',(20.218671007833,77.0845559456698,216.038147394302)); -#14381=CARTESIAN_POINT('',(20.2204613330176,77.0724385256966,216.026584326013)); -#14382=CARTESIAN_POINT('',(20.2209502347818,77.0691386342572,216.02258386268)); -#14383=CARTESIAN_POINT('',(20.2215635271631,77.0650023138658,216.01604630301)); -#14384=CARTESIAN_POINT('',(20.2217408359509,77.0638077641317,216.013612161136)); -#14385=CARTESIAN_POINT('',(20.2220103217951,77.0619925810664,216.008847802661)); -#14386=CARTESIAN_POINT('',(20.222111145819,77.0613139062361,216.006182544381)); -#14387=CARTESIAN_POINT('',(20.2221607598731,77.0609799488541,216.003505161865)); -#14388=CARTESIAN_POINT('',(20.0050354003906,80.,215.800741644622)); -#14389=CARTESIAN_POINT('',(20.0050354003906,80.,214.199258414995)); -#14390=CARTESIAN_POINT('',(20.1636358803736,77.4862704965543,214.141396652997)); -#14391=CARTESIAN_POINT('',(20.1793528173564,77.3622135613284,214.125766235395)); -#14392=CARTESIAN_POINT('',(20.189308325261,77.2910895322936,214.110378743704)); -#14393=CARTESIAN_POINT('',(20.199242996631,77.2193683321638,214.094410761423)); -#14394=CARTESIAN_POINT('',(20.204539552703,77.1819191273451,214.084408328727)); -#14395=CARTESIAN_POINT('',(20.2108003003292,77.138479630819,214.066941925002)); -#14396=CARTESIAN_POINT('',(20.2120150610225,77.130089939186,214.063272992161)); -#14397=CARTESIAN_POINT('',(20.2140372036083,77.1161845913268,214.056593523053)); -#14398=CARTESIAN_POINT('',(20.2150186105627,77.1094567689229,214.053192231537)); -#14399=CARTESIAN_POINT('',(20.2172592358241,77.0941487367366,214.044508445503)); -#14400=CARTESIAN_POINT('',(20.218671007833,77.0845559456752,214.038147394302)); -#14401=CARTESIAN_POINT('',(20.2204613330176,77.0724385257023,214.026584326013)); -#14402=CARTESIAN_POINT('',(20.2209502347817,77.0691386342627,214.02258386268)); -#14403=CARTESIAN_POINT('',(20.2215635271632,77.0650023138709,214.01604630301)); -#14404=CARTESIAN_POINT('',(20.2217408359509,77.063807764137,214.013612161136)); -#14405=CARTESIAN_POINT('',(20.2220103217951,77.0619925810718,214.008847802661)); -#14406=CARTESIAN_POINT('',(20.222111145819,77.0613139062414,214.006182544381)); -#14407=CARTESIAN_POINT('',(20.2221607598731,77.0609799488594,214.003505161865)); -#14408=CARTESIAN_POINT('',(20.0050354003906,80.,213.800741644622)); -#14409=CARTESIAN_POINT('',(20.0050354003906,80.,212.199258414995)); -#14410=CARTESIAN_POINT('',(20.1636358803736,77.4862704965604,212.141396652997)); -#14411=CARTESIAN_POINT('',(20.1793528173564,77.3622135613343,212.125766235395)); -#14412=CARTESIAN_POINT('',(20.189308325261,77.2910895322993,212.110378743704)); -#14413=CARTESIAN_POINT('',(20.199242996631,77.2193683321694,212.094410761422)); -#14414=CARTESIAN_POINT('',(20.204539552703,77.1819191273506,212.084408328727)); -#14415=CARTESIAN_POINT('',(20.2108003003291,77.1384796308251,212.066941925002)); -#14416=CARTESIAN_POINT('',(20.2120150610224,77.1300899391916,212.063272992161)); -#14417=CARTESIAN_POINT('',(20.2140372036082,77.1161845913331,212.056593523053)); -#14418=CARTESIAN_POINT('',(20.2150186105627,77.1094567689286,212.053192231537)); -#14419=CARTESIAN_POINT('',(20.2172592358241,77.0941487367421,212.044508445503)); -#14420=CARTESIAN_POINT('',(20.218671007833,77.0845559456806,212.038147394302)); -#14421=CARTESIAN_POINT('',(20.2204613330175,77.0724385257082,212.026584326013)); -#14422=CARTESIAN_POINT('',(20.2209502347817,77.0691386342682,212.022583862681)); -#14423=CARTESIAN_POINT('',(20.2215635271632,77.0650023138764,212.01604630301)); -#14424=CARTESIAN_POINT('',(20.2217408359509,77.0638077641424,212.013612161136)); -#14425=CARTESIAN_POINT('',(20.222010321795,77.0619925810773,212.008847802661)); -#14426=CARTESIAN_POINT('',(20.222111145819,77.0613139062468,212.006182544381)); -#14427=CARTESIAN_POINT('',(20.2221607598731,77.0609799488648,212.003505161865)); -#14428=CARTESIAN_POINT('',(20.0050354003906,80.,211.800741644622)); -#14429=CARTESIAN_POINT('',(20.0050354003906,80.,210.199258414995)); -#14430=CARTESIAN_POINT('',(20.1636358803736,77.4862704965666,210.141396652997)); -#14431=CARTESIAN_POINT('',(20.1793528173563,77.3622135613404,210.125766235395)); -#14432=CARTESIAN_POINT('',(20.189308325261,77.2910895323054,210.110378743704)); -#14433=CARTESIAN_POINT('',(20.199242996631,77.2193683321751,210.094410761423)); -#14434=CARTESIAN_POINT('',(20.204539552703,77.1819191273562,210.084408328727)); -#14435=CARTESIAN_POINT('',(20.210800300329,77.1384796308311,210.066941925002)); -#14436=CARTESIAN_POINT('',(20.2120150610224,77.1300899391973,210.063272992161)); -#14437=CARTESIAN_POINT('',(20.2140372036081,77.1161845913389,210.056593523053)); -#14438=CARTESIAN_POINT('',(20.2150186105627,77.1094567689341,210.053192231538)); -#14439=CARTESIAN_POINT('',(20.2172592358242,77.0941487367471,210.044508445502)); -#14440=CARTESIAN_POINT('',(20.218671007833,77.084555945686,210.038147394301)); -#14441=CARTESIAN_POINT('',(20.2204613330176,77.0724385257131,210.026584326013)); -#14442=CARTESIAN_POINT('',(20.2209502347818,77.0691386342734,210.02258386268)); -#14443=CARTESIAN_POINT('',(20.2215635271632,77.0650023138815,210.016046303009)); -#14444=CARTESIAN_POINT('',(20.221740835951,77.0638077641477,210.013612161136)); -#14445=CARTESIAN_POINT('',(20.222010321795,77.0619925810826,210.008847802661)); -#14446=CARTESIAN_POINT('',(20.222111145819,77.0613139062521,210.006182544381)); -#14447=CARTESIAN_POINT('',(20.2221607598731,77.0609799488701,210.003505161865)); -#14448=CARTESIAN_POINT('',(20.0050354003906,80.,209.800741644622)); -#14449=CARTESIAN_POINT('',(20.0050354003906,80.,208.199258414995)); -#14450=CARTESIAN_POINT('',(20.1636358803736,77.4862704965728,208.141396652997)); -#14451=CARTESIAN_POINT('',(20.1793528173564,77.3622135613461,208.125766235395)); -#14452=CARTESIAN_POINT('',(20.189308325261,77.2910895323109,208.110378743704)); -#14453=CARTESIAN_POINT('',(20.199242996631,77.2193683321808,208.094410761423)); -#14454=CARTESIAN_POINT('',(20.204539552703,77.1819191273618,208.084408328727)); -#14455=CARTESIAN_POINT('',(20.2108003003293,77.1384796308352,208.066941925002)); -#14456=CARTESIAN_POINT('',(20.2120150610225,77.1300899392022,208.063272992161)); -#14457=CARTESIAN_POINT('',(20.2140372036082,77.1161845913439,208.056593523053)); -#14458=CARTESIAN_POINT('',(20.2150186105627,77.1094567689393,208.053192231537)); -#14459=CARTESIAN_POINT('',(20.2172592358241,77.0941487367528,208.044508445503)); -#14460=CARTESIAN_POINT('',(20.218671007833,77.0845559456914,208.038147394302)); -#14461=CARTESIAN_POINT('',(20.2204613330177,77.0724385257174,208.026584326012)); -#14462=CARTESIAN_POINT('',(20.2209502347818,77.0691386342783,208.022583862679)); -#14463=CARTESIAN_POINT('',(20.2215635271631,77.0650023138872,208.01604630301)); -#14464=CARTESIAN_POINT('',(20.2217408359509,77.0638077641531,208.013612161136)); -#14465=CARTESIAN_POINT('',(20.222010321795,77.0619925810879,208.008847802661)); -#14466=CARTESIAN_POINT('',(20.222111145819,77.0613139062574,208.006182544381)); -#14467=CARTESIAN_POINT('',(20.2221607598731,77.0609799488755,208.003505161865)); -#14468=CARTESIAN_POINT('',(20.0050354003906,80.,207.800741644622)); -#14469=CARTESIAN_POINT('',(20.0050354003906,80.,206.199258414995)); -#14470=CARTESIAN_POINT('',(20.1636358803736,77.486270496579,206.141396652997)); -#14471=CARTESIAN_POINT('',(20.1793528173561,77.362213561354,206.125766235396)); -#14472=CARTESIAN_POINT('',(20.1893083252608,77.2910895323183,206.110378743705)); -#14473=CARTESIAN_POINT('',(20.199242996631,77.2193683321862,206.094410761422)); -#14474=CARTESIAN_POINT('',(20.204539552703,77.1819191273673,206.084408328727)); -#14475=CARTESIAN_POINT('',(20.2108003003292,77.138479630841,206.066941925002)); -#14476=CARTESIAN_POINT('',(20.2120150610225,77.1300899392078,206.063272992161)); -#14477=CARTESIAN_POINT('',(20.2140372036082,77.1161845913488,206.056593523053)); -#14478=CARTESIAN_POINT('',(20.2150186105627,77.1094567689446,206.053192231537)); -#14479=CARTESIAN_POINT('',(20.2172592358241,77.0941487367582,206.044508445503)); -#14480=CARTESIAN_POINT('',(20.218671007833,77.0845559456967,206.038147394302)); -#14481=CARTESIAN_POINT('',(20.2204613330176,77.0724385257234,206.026584326013)); -#14482=CARTESIAN_POINT('',(20.2209502347818,77.069138634284,206.02258386268)); -#14483=CARTESIAN_POINT('',(20.2215635271632,77.0650023138923,206.016046303009)); -#14484=CARTESIAN_POINT('',(20.2217408359509,77.0638077641584,206.013612161136)); -#14485=CARTESIAN_POINT('',(20.2220103217951,77.0619925810933,206.008847802661)); -#14486=CARTESIAN_POINT('',(20.222111145819,77.0613139062628,206.006182544381)); -#14487=CARTESIAN_POINT('',(20.2221607598731,77.0609799488808,206.003505161865)); -#14488=CARTESIAN_POINT('',(20.0050354003906,80.,205.800741644622)); -#14489=CARTESIAN_POINT('',(20.0050354003906,80.,204.199258414995)); -#14490=CARTESIAN_POINT('',(20.1636358803736,77.4862704965851,204.141396652997)); -#14491=CARTESIAN_POINT('',(20.1793528173564,77.3622135613579,204.125766235395)); -#14492=CARTESIAN_POINT('',(20.189308325261,77.2910895323224,204.110378743704)); -#14493=CARTESIAN_POINT('',(20.199242996631,77.219368332192,204.094410761423)); -#14494=CARTESIAN_POINT('',(20.204539552703,77.1819191273729,204.084408328727)); -#14495=CARTESIAN_POINT('',(20.2108003003293,77.1384796308458,204.066941925002)); -#14496=CARTESIAN_POINT('',(20.2120150610225,77.1300899392131,204.063272992161)); -#14497=CARTESIAN_POINT('',(20.2140372036081,77.1161845913551,204.056593523053)); -#14498=CARTESIAN_POINT('',(20.2150186105627,77.1094567689502,204.053192231537)); -#14499=CARTESIAN_POINT('',(20.2172592358241,77.0941487367639,204.044508445503)); -#14500=CARTESIAN_POINT('',(20.218671007833,77.0845559457021,204.038147394302)); -#14501=CARTESIAN_POINT('',(20.2204613330176,77.0724385257288,204.026584326013)); -#14502=CARTESIAN_POINT('',(20.2209502347818,77.0691386342893,204.02258386268)); -#14503=CARTESIAN_POINT('',(20.2215635271632,77.0650023138977,204.01604630301)); -#14504=CARTESIAN_POINT('',(20.2217408359509,77.0638077641638,204.013612161136)); -#14505=CARTESIAN_POINT('',(20.2220103217951,77.0619925810985,204.008847802661)); -#14506=CARTESIAN_POINT('',(20.222111145819,77.0613139062682,204.006182544381)); -#14507=CARTESIAN_POINT('',(20.2221607598731,77.0609799488862,204.003505161865)); -#14508=CARTESIAN_POINT('',(20.0050354003906,80.,203.800741644622)); -#14509=CARTESIAN_POINT('',(20.0050354003906,80.,202.199258414995)); -#14510=CARTESIAN_POINT('',(20.1636358803736,77.4862704965913,202.141396652997)); -#14511=CARTESIAN_POINT('',(20.1793528173564,77.3622135613639,202.125766235395)); -#14512=CARTESIAN_POINT('',(20.189308325261,77.2910895323282,202.110378743704)); -#14513=CARTESIAN_POINT('',(20.199242996631,77.2193683321977,202.094410761423)); -#14514=CARTESIAN_POINT('',(20.204539552703,77.1819191273784,202.084408328727)); -#14515=CARTESIAN_POINT('',(20.210800300329,77.1384796308534,202.066941925003)); -#14516=CARTESIAN_POINT('',(20.2120150610224,77.1300899392193,202.063272992161)); -#14517=CARTESIAN_POINT('',(20.2140372036082,77.1161845913602,202.056593523053)); -#14518=CARTESIAN_POINT('',(20.2150186105627,77.1094567689557,202.053192231537)); -#14519=CARTESIAN_POINT('',(20.2172592358241,77.0941487367689,202.044508445503)); -#14520=CARTESIAN_POINT('',(20.218671007833,77.0845559457075,202.038147394301)); -#14521=CARTESIAN_POINT('',(20.2204613330175,77.0724385257352,202.026584326014)); -#14522=CARTESIAN_POINT('',(20.2209502347817,77.0691386342951,202.022583862681)); -#14523=CARTESIAN_POINT('',(20.2215635271631,77.0650023139035,202.01604630301)); -#14524=CARTESIAN_POINT('',(20.2217408359509,77.0638077641693,202.013612161136)); -#14525=CARTESIAN_POINT('',(20.2220103217951,77.0619925811039,202.008847802661)); -#14526=CARTESIAN_POINT('',(20.222111145819,77.0613139062735,202.006182544381)); -#14527=CARTESIAN_POINT('',(20.2221607598731,77.0609799488915,202.003505161865)); -#14528=CARTESIAN_POINT('',(20.0050354003906,80.,201.800741644622)); -#14529=CARTESIAN_POINT('',(20.0050354003906,80.,200.199258414995)); -#14530=CARTESIAN_POINT('',(20.1636358803736,77.4862704965975,200.141396652997)); -#14531=CARTESIAN_POINT('',(20.1793528173565,77.3622135613686,200.125766235395)); -#14532=CARTESIAN_POINT('',(20.1893083252612,77.2910895323329,200.110378743704)); -#14533=CARTESIAN_POINT('',(20.1992429966311,77.2193683322024,200.094410761422)); -#14534=CARTESIAN_POINT('',(20.2045395527031,77.1819191273836,200.084408328727)); -#14535=CARTESIAN_POINT('',(20.210800300329,77.1384796308588,200.066941925003)); -#14536=CARTESIAN_POINT('',(20.2120150610224,77.1300899392245,200.063272992161)); -#14537=CARTESIAN_POINT('',(20.2140372036082,77.1161845913651,200.056593523053)); -#14538=CARTESIAN_POINT('',(20.2150186105627,77.1094567689607,200.053192231537)); -#14539=CARTESIAN_POINT('',(20.2172592358242,77.094148736774,200.044508445502)); -#14540=CARTESIAN_POINT('',(20.2186710078331,77.0845559457124,200.038147394301)); -#14541=CARTESIAN_POINT('',(20.2204613330178,77.0724385257383,200.026584326011)); -#14542=CARTESIAN_POINT('',(20.2209502347819,77.0691386342993,200.022583862679)); -#14543=CARTESIAN_POINT('',(20.2215635271632,77.0650023139085,200.01604630301)); -#14544=CARTESIAN_POINT('',(20.221740835951,77.0638077641742,200.013612161135)); -#14545=CARTESIAN_POINT('',(20.2220103217951,77.0619925811091,200.00884780266)); -#14546=CARTESIAN_POINT('',(20.222111145819,77.0613139062788,200.006182544381)); -#14547=CARTESIAN_POINT('',(20.2221607598731,77.0609799488969,200.003505161865)); -#14548=CARTESIAN_POINT('',(20.0050354003906,80.,199.800741644622)); -#14549=CARTESIAN_POINT('',(20.0050354003906,80.,198.199258414995)); -#14550=CARTESIAN_POINT('',(20.1636358803736,77.4862704966037,198.141396652997)); -#14551=CARTESIAN_POINT('',(20.1793528173564,77.3622135613757,198.125766235395)); -#14552=CARTESIAN_POINT('',(20.189308325261,77.2910895323398,198.110378743704)); -#14553=CARTESIAN_POINT('',(20.199242996631,77.2193683322089,198.094410761423)); -#14554=CARTESIAN_POINT('',(20.204539552703,77.1819191273896,198.084408328727)); -#14555=CARTESIAN_POINT('',(20.2108003003292,77.138479630863,198.066941925002)); -#14556=CARTESIAN_POINT('',(20.2120150610225,77.1300899392297,198.063272992161)); -#14557=CARTESIAN_POINT('',(20.2140372036081,77.1161845913715,198.056593523053)); -#14558=CARTESIAN_POINT('',(20.2150186105627,77.1094567689667,198.053192231538)); -#14559=CARTESIAN_POINT('',(20.2172592358241,77.0941487367799,198.044508445503)); -#14560=CARTESIAN_POINT('',(20.218671007833,77.0845559457183,198.038147394302)); -#14561=CARTESIAN_POINT('',(20.2204613330176,77.0724385257451,198.026584326013)); -#14562=CARTESIAN_POINT('',(20.2209502347818,77.0691386343054,198.02258386268)); -#14563=CARTESIAN_POINT('',(20.2215635271632,77.0650023139137,198.016046303009)); -#14564=CARTESIAN_POINT('',(20.221740835951,77.0638077641798,198.013612161136)); -#14565=CARTESIAN_POINT('',(20.222010321795,77.0619925811147,198.008847802661)); -#14566=CARTESIAN_POINT('',(20.222111145819,77.0613139062842,198.006182544381)); -#14567=CARTESIAN_POINT('',(20.2221607598731,77.0609799489022,198.003505161865)); -#14568=CARTESIAN_POINT('',(20.0050354003906,80.,197.800741644622)); -#14569=CARTESIAN_POINT('',(20.0050354003906,80.,196.199258414995)); -#14570=CARTESIAN_POINT('',(20.1636358803736,77.4862704966098,196.141396652997)); -#14571=CARTESIAN_POINT('',(20.1793528173563,77.3622135613818,196.125766235396)); -#14572=CARTESIAN_POINT('',(20.189308325261,77.2910895323459,196.110378743704)); -#14573=CARTESIAN_POINT('',(20.1992429966311,77.2193683322141,196.094410761422)); -#14574=CARTESIAN_POINT('',(20.204539552703,77.1819191273951,196.084408328727)); -#14575=CARTESIAN_POINT('',(20.2108003003293,77.1384796308679,196.066941925002)); -#14576=CARTESIAN_POINT('',(20.2120150610225,77.130089939235,196.063272992161)); -#14577=CARTESIAN_POINT('',(20.2140372036079,77.116184591378,196.056593523054)); -#14578=CARTESIAN_POINT('',(20.2150186105626,77.1094567689724,196.053192231538)); -#14579=CARTESIAN_POINT('',(20.2172592358241,77.0941487367852,196.044508445503)); -#14580=CARTESIAN_POINT('',(20.218671007833,77.0845559457237,196.038147394302)); -#14581=CARTESIAN_POINT('',(20.2204613330176,77.0724385257505,196.026584326013)); -#14582=CARTESIAN_POINT('',(20.2209502347818,77.0691386343108,196.02258386268)); -#14583=CARTESIAN_POINT('',(20.2215635271632,77.0650023139191,196.016046303009)); -#14584=CARTESIAN_POINT('',(20.221740835951,77.0638077641851,196.013612161136)); -#14585=CARTESIAN_POINT('',(20.222010321795,77.0619925811201,196.008847802661)); -#14586=CARTESIAN_POINT('',(20.222111145819,77.0613139062895,196.006182544381)); -#14587=CARTESIAN_POINT('',(20.2221607598731,77.0609799489075,196.003505161865)); -#14588=CARTESIAN_POINT('',(20.0050354003906,80.,195.800741644622)); -#14589=CARTESIAN_POINT('',(20.0050354003906,80.,194.199258414995)); -#14590=CARTESIAN_POINT('',(20.1636358803736,77.486270496616,194.141396652997)); -#14591=CARTESIAN_POINT('',(20.1793528173563,77.3622135613876,194.125766235395)); -#14592=CARTESIAN_POINT('',(20.189308325261,77.2910895323513,194.110378743704)); -#14593=CARTESIAN_POINT('',(20.199242996631,77.2193683322205,194.094410761423)); -#14594=CARTESIAN_POINT('',(20.204539552703,77.1819191274007,194.084408328728)); -#14595=CARTESIAN_POINT('',(20.2108003003292,77.1384796308738,194.066941925002)); -#14596=CARTESIAN_POINT('',(20.2120150610225,77.1300899392406,194.063272992161)); -#14597=CARTESIAN_POINT('',(20.2140372036081,77.1161845913821,194.056593523053)); -#14598=CARTESIAN_POINT('',(20.2150186105627,77.1094567689774,194.053192231537)); -#14599=CARTESIAN_POINT('',(20.2172592358241,77.0941487367906,194.044508445503)); -#14600=CARTESIAN_POINT('',(20.218671007833,77.0845559457291,194.038147394302)); -#14601=CARTESIAN_POINT('',(20.2204613330176,77.0724385257559,194.026584326013)); -#14602=CARTESIAN_POINT('',(20.2209502347818,77.0691386343162,194.02258386268)); -#14603=CARTESIAN_POINT('',(20.2215635271631,77.0650023139246,194.01604630301)); -#14604=CARTESIAN_POINT('',(20.2217408359509,77.0638077641905,194.013612161136)); -#14605=CARTESIAN_POINT('',(20.2220103217951,77.0619925811252,194.008847802661)); -#14606=CARTESIAN_POINT('',(20.222111145819,77.0613139062949,194.006182544381)); -#14607=CARTESIAN_POINT('',(20.2221607598731,77.0609799489129,194.003505161865)); -#14608=CARTESIAN_POINT('',(20.0050354003906,80.,193.800741644622)); -#14609=CARTESIAN_POINT('',(20.0050354003906,80.,192.199258414995)); -#14610=CARTESIAN_POINT('',(20.1636358803736,77.4862704966222,192.141396652997)); -#14611=CARTESIAN_POINT('',(20.1793528173563,77.3622135613935,192.125766235395)); -#14612=CARTESIAN_POINT('',(20.189308325261,77.2910895323571,192.110378743704)); -#14613=CARTESIAN_POINT('',(20.199242996631,77.2193683322256,192.094410761422)); -#14614=CARTESIAN_POINT('',(20.204539552703,77.1819191274062,192.084408328727)); -#14615=CARTESIAN_POINT('',(20.2108003003291,77.13847963088,192.066941925002)); -#14616=CARTESIAN_POINT('',(20.2120150610224,77.1300899392463,192.063272992161)); -#14617=CARTESIAN_POINT('',(20.2140372036079,77.1161845913892,192.056593523054)); -#14618=CARTESIAN_POINT('',(20.2150186105626,77.1094567689833,192.053192231538)); -#14619=CARTESIAN_POINT('',(20.2172592358241,77.0941487367961,192.044508445503)); -#14620=CARTESIAN_POINT('',(20.218671007833,77.0845559457345,192.038147394302)); -#14621=CARTESIAN_POINT('',(20.2204613330175,77.0724385257618,192.026584326013)); -#14622=CARTESIAN_POINT('',(20.2209502347817,77.0691386343218,192.022583862681)); -#14623=CARTESIAN_POINT('',(20.2215635271631,77.0650023139303,192.01604630301)); -#14624=CARTESIAN_POINT('',(20.2217408359509,77.063807764196,192.013612161136)); -#14625=CARTESIAN_POINT('',(20.2220103217951,77.0619925811307,192.008847802661)); -#14626=CARTESIAN_POINT('',(20.222111145819,77.0613139063002,192.006182544381)); -#14627=CARTESIAN_POINT('',(20.2221607598731,77.0609799489182,192.003505161865)); -#14628=CARTESIAN_POINT('',(20.0050354003906,80.,191.800741644622)); -#14629=CARTESIAN_POINT('',(20.0050354003906,80.,190.199258414995)); -#14630=CARTESIAN_POINT('',(20.1636358803736,77.4862704966284,190.141396652997)); -#14631=CARTESIAN_POINT('',(20.1793528173563,77.3622135613997,190.125766235395)); -#14632=CARTESIAN_POINT('',(20.189308325261,77.2910895323632,190.110378743704)); -#14633=CARTESIAN_POINT('',(20.1992429966311,77.2193683322309,190.094410761422)); -#14634=CARTESIAN_POINT('',(20.204539552703,77.1819191274117,190.084408328727)); -#14635=CARTESIAN_POINT('',(20.2108003003291,77.1384796308852,190.066941925002)); -#14636=CARTESIAN_POINT('',(20.2120150610224,77.1300899392517,190.063272992161)); -#14637=CARTESIAN_POINT('',(20.2140372036082,77.1161845913922,190.056593523053)); -#14638=CARTESIAN_POINT('',(20.2150186105627,77.1094567689883,190.053192231537)); -#14639=CARTESIAN_POINT('',(20.2172592358241,77.0941487368018,190.044508445503)); -#14640=CARTESIAN_POINT('',(20.218671007833,77.0845559457399,190.038147394302)); -#14641=CARTESIAN_POINT('',(20.2204613330175,77.0724385257673,190.026584326014)); -#14642=CARTESIAN_POINT('',(20.2209502347817,77.0691386343272,190.022583862681)); -#14643=CARTESIAN_POINT('',(20.2215635271632,77.0650023139352,190.01604630301)); -#14644=CARTESIAN_POINT('',(20.2217408359509,77.0638077642012,190.013612161136)); -#14645=CARTESIAN_POINT('',(20.2220103217951,77.061992581136,190.00884780266)); -#14646=CARTESIAN_POINT('',(20.222111145819,77.0613139063056,190.006182544381)); -#14647=CARTESIAN_POINT('',(20.2221607598731,77.0609799489236,190.003505161865)); -#14648=CARTESIAN_POINT('',(20.0050354003906,80.,189.800741644622)); -#14649=CARTESIAN_POINT('',(20.0050354003906,80.,188.199258414995)); -#14650=CARTESIAN_POINT('',(20.1636358803736,77.4862704966345,188.141396652997)); -#14651=CARTESIAN_POINT('',(20.1793528173563,77.3622135614054,188.125766235395)); -#14652=CARTESIAN_POINT('',(20.189308325261,77.2910895323687,188.110378743704)); -#14653=CARTESIAN_POINT('',(20.199242996631,77.2193683322369,188.094410761423)); -#14654=CARTESIAN_POINT('',(20.204539552703,77.1819191274173,188.084408328727)); -#14655=CARTESIAN_POINT('',(20.2108003003291,77.1384796308909,188.066941925002)); -#14656=CARTESIAN_POINT('',(20.2120150610224,77.1300899392572,188.063272992161)); -#14657=CARTESIAN_POINT('',(20.2140372036079,77.1161845914,188.056593523054)); -#14658=CARTESIAN_POINT('',(20.2150186105626,77.1094567689941,188.053192231538)); -#14659=CARTESIAN_POINT('',(20.2172592358241,77.0941487368069,188.044508445503)); -#14660=CARTESIAN_POINT('',(20.218671007833,77.0845559457452,188.038147394302)); -#14661=CARTESIAN_POINT('',(20.2204613330176,77.072438525772,188.026584326013)); -#14662=CARTESIAN_POINT('',(20.2209502347818,77.0691386343322,188.02258386268)); -#14663=CARTESIAN_POINT('',(20.2215635271632,77.0650023139405,188.01604630301)); -#14664=CARTESIAN_POINT('',(20.221740835951,77.0638077642065,188.013612161136)); -#14665=CARTESIAN_POINT('',(20.2220103217951,77.0619925811413,188.00884780266)); -#14666=CARTESIAN_POINT('',(20.222111145819,77.0613139063109,188.006182544381)); -#14667=CARTESIAN_POINT('',(20.2221607598731,77.0609799489289,188.003505161865)); -#14668=CARTESIAN_POINT('',(20.0050354003906,80.,187.800741644622)); -#14669=CARTESIAN_POINT('',(20.0050354003906,80.,186.199258414995)); -#14670=CARTESIAN_POINT('',(20.1636358803736,77.4862704966407,186.141396652997)); -#14671=CARTESIAN_POINT('',(20.1793528173563,77.3622135614115,186.125766235396)); -#14672=CARTESIAN_POINT('',(20.189308325261,77.2910895323747,186.110378743704)); -#14673=CARTESIAN_POINT('',(20.199242996631,77.2193683322426,186.094410761423)); -#14674=CARTESIAN_POINT('',(20.204539552703,77.1819191274229,186.084408328728)); -#14675=CARTESIAN_POINT('',(20.2108003003292,77.1384796308961,186.066941925002)); -#14676=CARTESIAN_POINT('',(20.2120150610224,77.1300899392626,186.063272992161)); -#14677=CARTESIAN_POINT('',(20.2140372036081,77.116184591404,186.056593523053)); -#14678=CARTESIAN_POINT('',(20.2150186105627,77.1094567689993,186.053192231538)); -#14679=CARTESIAN_POINT('',(20.2172592358241,77.0941487368124,186.044508445503)); -#14680=CARTESIAN_POINT('',(20.218671007833,77.0845559457507,186.038147394302)); -#14681=CARTESIAN_POINT('',(20.2204613330176,77.0724385257776,186.026584326013)); -#14682=CARTESIAN_POINT('',(20.2209502347818,77.0691386343377,186.02258386268)); -#14683=CARTESIAN_POINT('',(20.2215635271631,77.065002313946,186.01604630301)); -#14684=CARTESIAN_POINT('',(20.2217408359509,77.063807764212,186.013612161136)); -#14685=CARTESIAN_POINT('',(20.2220103217951,77.0619925811467,186.008847802661)); -#14686=CARTESIAN_POINT('',(20.222111145819,77.0613139063163,186.006182544381)); -#14687=CARTESIAN_POINT('',(20.2221607598731,77.0609799489343,186.003505161865)); -#14688=CARTESIAN_POINT('',(20.0050354003906,80.,185.800741644622)); -#14689=CARTESIAN_POINT('',(20.0050354003906,80.,184.199258414995)); -#14690=CARTESIAN_POINT('',(20.1636358803736,77.4862704966469,184.141396652997)); -#14691=CARTESIAN_POINT('',(20.1793528173565,77.3622135614154,184.125766235395)); -#14692=CARTESIAN_POINT('',(20.1893083252612,77.2910895323789,184.110378743704)); -#14693=CARTESIAN_POINT('',(20.1992429966311,77.2193683322478,184.094410761422)); -#14694=CARTESIAN_POINT('',(20.204539552703,77.1819191274284,184.084408328727)); -#14695=CARTESIAN_POINT('',(20.2108003003292,77.1384796309016,184.066941925002)); -#14696=CARTESIAN_POINT('',(20.2120150610224,77.1300899392681,184.063272992161)); -#14697=CARTESIAN_POINT('',(20.2140372036079,77.1161845914111,184.056593523054)); -#14698=CARTESIAN_POINT('',(20.2150186105626,77.109456769005,184.053192231538)); -#14699=CARTESIAN_POINT('',(20.2172592358241,77.0941487368177,184.044508445503)); -#14700=CARTESIAN_POINT('',(20.218671007833,77.084555945756,184.038147394301)); -#14701=CARTESIAN_POINT('',(20.2204613330176,77.0724385257828,184.026584326013)); -#14702=CARTESIAN_POINT('',(20.2209502347817,77.0691386343431,184.02258386268)); -#14703=CARTESIAN_POINT('',(20.2215635271632,77.0650023139512,184.016046303009)); -#14704=CARTESIAN_POINT('',(20.2217408359509,77.0638077642173,184.013612161136)); -#14705=CARTESIAN_POINT('',(20.2220103217951,77.0619925811521,184.008847802661)); -#14706=CARTESIAN_POINT('',(20.222111145819,77.0613139063216,184.006182544381)); -#14707=CARTESIAN_POINT('',(20.2221607598731,77.0609799489396,184.003505161865)); -#14708=CARTESIAN_POINT('',(20.0050354003906,80.,183.800741644622)); -#14709=CARTESIAN_POINT('',(20.0050354003906,80.,182.199258414995)); -#14710=CARTESIAN_POINT('',(20.1636358803736,77.4862704966531,182.141396652997)); -#14711=CARTESIAN_POINT('',(20.1793528173563,77.3622135614232,182.125766235395)); -#14712=CARTESIAN_POINT('',(20.189308325261,77.2910895323861,182.110378743704)); -#14713=CARTESIAN_POINT('',(20.1992429966311,77.2193683322531,182.094410761422)); -#14714=CARTESIAN_POINT('',(20.204539552703,77.1819191274339,182.084408328727)); -#14715=CARTESIAN_POINT('',(20.2108003003291,77.1384796309074,182.066941925002)); -#14716=CARTESIAN_POINT('',(20.2120150610224,77.1300899392737,182.063272992161)); -#14717=CARTESIAN_POINT('',(20.2140372036081,77.1161845914152,182.056593523053)); -#14718=CARTESIAN_POINT('',(20.2150186105627,77.1094567690102,182.053192231538)); -#14719=CARTESIAN_POINT('',(20.2172592358241,77.0941487368232,182.044508445503)); -#14720=CARTESIAN_POINT('',(20.218671007833,77.0845559457614,182.038147394302)); -#14721=CARTESIAN_POINT('',(20.2204613330176,77.0724385257877,182.026584326013)); -#14722=CARTESIAN_POINT('',(20.2209502347817,77.0691386343484,182.02258386268)); -#14723=CARTESIAN_POINT('',(20.2215635271632,77.0650023139565,182.016046303009)); -#14724=CARTESIAN_POINT('',(20.2217408359509,77.0638077642226,182.013612161136)); -#14725=CARTESIAN_POINT('',(20.222010321795,77.0619925811575,182.008847802661)); -#14726=CARTESIAN_POINT('',(20.222111145819,77.061313906327,182.006182544381)); -#14727=CARTESIAN_POINT('',(20.2221607598731,77.060979948945,182.003505161865)); -#14728=CARTESIAN_POINT('',(20.0050354003906,80.,181.800741644622)); -#14729=CARTESIAN_POINT('',(20.0050354003906,80.,180.199258414995)); -#14730=CARTESIAN_POINT('',(20.1636358803736,77.4862704966592,180.141396652997)); -#14731=CARTESIAN_POINT('',(20.1793528173538,77.3622135614487,180.125766235398)); -#14732=CARTESIAN_POINT('',(20.1893083252559,77.2910895324291,180.110378743711)); -#14733=CARTESIAN_POINT('',(20.1992429966265,77.2193683322914,180.094410761431)); -#14734=CARTESIAN_POINT('',(20.2045395526995,77.1819191274639,180.084408328736)); -#14735=CARTESIAN_POINT('',(20.2108003003267,77.1384796309297,180.066941925009)); -#14736=CARTESIAN_POINT('',(20.2120150610203,77.1300899392937,180.063272992168)); -#14737=CARTESIAN_POINT('',(20.2140372036064,77.1161845914324,180.056593523059)); -#14738=CARTESIAN_POINT('',(20.2150186105611,77.109456769026,180.053192231543)); -#14739=CARTESIAN_POINT('',(20.2172592358231,77.0941487368357,180.044508445507)); -#14740=CARTESIAN_POINT('',(20.2186710078322,77.0845559457725,180.038147394306)); -#14741=CARTESIAN_POINT('',(20.2204613330172,77.072438525796,180.026584326016)); -#14742=CARTESIAN_POINT('',(20.2209502347815,77.0691386343558,180.022583862683)); -#14743=CARTESIAN_POINT('',(20.221563527163,77.0650023139632,180.016046303012)); -#14744=CARTESIAN_POINT('',(20.2217408359508,77.0638077642287,180.013612161138)); -#14745=CARTESIAN_POINT('',(20.222010321795,77.061992581163,180.008847802662)); -#14746=CARTESIAN_POINT('',(20.222111145819,77.0613139063324,180.006182544381)); -#14747=CARTESIAN_POINT('',(20.2221607598731,77.0609799489503,180.003505161865)); -#14748=CARTESIAN_POINT('',(20.0050354003906,80.,179.800741644622)); -#14749=CARTESIAN_POINT('',(20.0050354003906,80.,178.199258414995)); -#14750=CARTESIAN_POINT('',(20.1636358803736,77.4862704966654,178.141396652997)); -#14751=CARTESIAN_POINT('',(20.1793528173565,77.3622135614332,178.125766235395)); -#14752=CARTESIAN_POINT('',(20.1893083252612,77.2910895323963,178.110378743704)); -#14753=CARTESIAN_POINT('',(20.1992429966311,77.2193683322643,178.094410761422)); -#14754=CARTESIAN_POINT('',(20.204539552703,77.181919127445,178.084408328727)); -#14755=CARTESIAN_POINT('',(20.2108003003294,77.1384796309166,178.066941925002)); -#14756=CARTESIAN_POINT('',(20.2120150610225,77.130089939284,178.063272992161)); -#14757=CARTESIAN_POINT('',(20.2140372036075,77.1161845914303,178.056593523055)); -#14758=CARTESIAN_POINT('',(20.2150186105625,77.1094567690221,178.053192231538)); -#14759=CARTESIAN_POINT('',(20.2172592358241,77.0941487368342,178.044508445503)); -#14760=CARTESIAN_POINT('',(20.218671007833,77.0845559457722,178.038147394302)); -#14761=CARTESIAN_POINT('',(20.2204613330176,77.0724385257985,178.026584326013)); -#14762=CARTESIAN_POINT('',(20.2209502347817,77.0691386343592,178.02258386268)); -#14763=CARTESIAN_POINT('',(20.2215635271632,77.0650023139673,178.016046303009)); -#14764=CARTESIAN_POINT('',(20.2217408359509,77.0638077642334,178.013612161136)); -#14765=CARTESIAN_POINT('',(20.2220103217951,77.0619925811681,178.008847802661)); -#14766=CARTESIAN_POINT('',(20.222111145819,77.0613139063377,178.006182544381)); -#14767=CARTESIAN_POINT('',(20.2221607598731,77.0609799489557,178.003505161865)); -#14768=CARTESIAN_POINT('',(20.0050354003906,80.,177.800741644622)); -#14769=CARTESIAN_POINT('',(20.0050354003906,80.,176.199258414995)); -#14770=CARTESIAN_POINT('',(20.1636358803736,77.4862704966716,176.141396652997)); -#14771=CARTESIAN_POINT('',(20.1793528173563,77.3622135614409,176.125766235396)); -#14772=CARTESIAN_POINT('',(20.189308325261,77.2910895324034,176.110378743704)); -#14773=CARTESIAN_POINT('',(20.1992429966311,77.2193683322701,176.094410761422)); -#14774=CARTESIAN_POINT('',(20.2045395527031,77.1819191274504,176.084408328727)); -#14775=CARTESIAN_POINT('',(20.2108003003291,77.1384796309239,176.066941925002)); -#14776=CARTESIAN_POINT('',(20.2120150610225,77.1300899392898,176.063272992161)); -#14777=CARTESIAN_POINT('',(20.2140372036081,77.1161845914312,176.056593523053)); -#14778=CARTESIAN_POINT('',(20.2150186105627,77.109456769026,176.053192231537)); -#14779=CARTESIAN_POINT('',(20.2172592358242,77.0941487368385,176.044508445502)); -#14780=CARTESIAN_POINT('',(20.2186710078331,77.0845559457769,176.038147394301)); -#14781=CARTESIAN_POINT('',(20.2204613330176,77.0724385258038,176.026584326012)); -#14782=CARTESIAN_POINT('',(20.2209502347818,77.0691386343641,176.02258386268)); -#14783=CARTESIAN_POINT('',(20.2215635271632,77.0650023139725,176.016046303009)); -#14784=CARTESIAN_POINT('',(20.221740835951,77.0638077642384,176.013612161135)); -#14785=CARTESIAN_POINT('',(20.2220103217951,77.0619925811735,176.00884780266)); -#14786=CARTESIAN_POINT('',(20.222111145819,77.0613139063432,176.006182544381)); -#14787=CARTESIAN_POINT('',(20.2221607598731,77.060979948961,176.003505161865)); -#14788=CARTESIAN_POINT('',(20.0050354003906,80.,175.800741644622)); -#14789=CARTESIAN_POINT('',(20.0050354003906,80.,174.199258414995)); -#14790=CARTESIAN_POINT('',(20.1636358803736,77.4862704966777,174.141396652997)); -#14791=CARTESIAN_POINT('',(20.1793528173565,77.3622135614449,174.125766235395)); -#14792=CARTESIAN_POINT('',(20.1893083252612,77.2910895324078,174.110378743704)); -#14793=CARTESIAN_POINT('',(20.1992429966311,77.219368332276,174.094410761422)); -#14794=CARTESIAN_POINT('',(20.204539552703,77.1819191274563,174.084408328727)); -#14795=CARTESIAN_POINT('',(20.210800300329,77.13847963093,174.066941925003)); -#14796=CARTESIAN_POINT('',(20.2120150610224,77.1300899392958,174.063272992161)); -#14797=CARTESIAN_POINT('',(20.2140372036081,77.1161845914369,174.056593523053)); -#14798=CARTESIAN_POINT('',(20.2150186105626,77.109456769032,174.053192231538)); -#14799=CARTESIAN_POINT('',(20.2172592358241,77.094148736845,174.044508445503)); -#14800=CARTESIAN_POINT('',(20.218671007833,77.084555945783,174.038147394302)); -#14801=CARTESIAN_POINT('',(20.2204613330176,77.0724385258096,174.026584326013)); -#14802=CARTESIAN_POINT('',(20.2209502347817,77.0691386343699,174.02258386268)); -#14803=CARTESIAN_POINT('',(20.2215635271632,77.0650023139779,174.016046303009)); -#14804=CARTESIAN_POINT('',(20.2217408359509,77.063807764244,174.013612161136)); -#14805=CARTESIAN_POINT('',(20.2220103217951,77.0619925811788,174.008847802661)); -#14806=CARTESIAN_POINT('',(20.222111145819,77.0613139063484,174.006182544381)); -#14807=CARTESIAN_POINT('',(20.2221607598731,77.0609799489664,174.003505161865)); -#14808=CARTESIAN_POINT('',(20.0050354003906,80.,173.800741644622)); -#14809=CARTESIAN_POINT('',(20.0050354003906,80.,172.199258414995)); -#14810=CARTESIAN_POINT('',(20.1636358803736,77.4862704966839,172.141396652997)); -#14811=CARTESIAN_POINT('',(20.1793528173537,77.3622135614733,172.125766235398)); -#14812=CARTESIAN_POINT('',(20.1893083252562,77.2910895324496,172.110378743711)); -#14813=CARTESIAN_POINT('',(20.1992429966266,77.2193683323134,172.094410761431)); -#14814=CARTESIAN_POINT('',(20.2045395526996,77.1819191274857,172.084408328735)); -#14815=CARTESIAN_POINT('',(20.2108003003267,77.1384796309512,172.066941925009)); -#14816=CARTESIAN_POINT('',(20.2120150610204,77.1300899393151,172.063272992167)); -#14817=CARTESIAN_POINT('',(20.2140372036068,77.1161845914512,172.056593523058)); -#14818=CARTESIAN_POINT('',(20.2150186105613,77.1094567690465,172.053192231542)); -#14819=CARTESIAN_POINT('',(20.2172592358231,77.0941487368567,172.044508445507)); -#14820=CARTESIAN_POINT('',(20.2186710078322,77.0845559457934,172.038147394305)); -#14821=CARTESIAN_POINT('',(20.2204613330172,77.0724385258173,172.026584326016)); -#14822=CARTESIAN_POINT('',(20.2209502347815,77.0691386343769,172.022583862682)); -#14823=CARTESIAN_POINT('',(20.221563527163,77.0650023139843,172.016046303011)); -#14824=CARTESIAN_POINT('',(20.2217408359509,77.0638077642498,172.013612161137)); -#14825=CARTESIAN_POINT('',(20.2220103217951,77.061992581184,172.00884780266)); -#14826=CARTESIAN_POINT('',(20.222111145819,77.0613139063538,172.006182544381)); -#14827=CARTESIAN_POINT('',(20.2221607598731,77.0609799489717,172.003505161865)); -#14828=CARTESIAN_POINT('',(20.0050354003906,80.,171.800741644622)); -#14829=CARTESIAN_POINT('',(20.0050354003906,80.,170.199258414995)); -#14830=CARTESIAN_POINT('',(20.1636358803736,77.4862704966901,170.141396652997)); -#14831=CARTESIAN_POINT('',(20.1793528173563,77.3622135614586,170.125766235395)); -#14832=CARTESIAN_POINT('',(20.189308325261,77.2910895324207,170.110378743704)); -#14833=CARTESIAN_POINT('',(20.1992429966311,77.2193683322873,170.094410761422)); -#14834=CARTESIAN_POINT('',(20.204539552703,77.1819191274674,170.084408328727)); -#14835=CARTESIAN_POINT('',(20.2108003003292,77.1384796309398,170.066941925002)); -#14836=CARTESIAN_POINT('',(20.2120150610224,77.1300899393063,170.063272992161)); -#14837=CARTESIAN_POINT('',(20.2140372036077,77.1161845914504,170.056593523055)); -#14838=CARTESIAN_POINT('',(20.2150186105626,77.1094567690434,170.053192231538)); -#14839=CARTESIAN_POINT('',(20.2172592358241,77.0941487368559,170.044508445503)); -#14840=CARTESIAN_POINT('',(20.218671007833,77.0845559457937,170.038147394302)); -#14841=CARTESIAN_POINT('',(20.2204613330176,77.0724385258199,170.026584326013)); -#14842=CARTESIAN_POINT('',(20.2209502347818,77.0691386343806,170.02258386268)); -#14843=CARTESIAN_POINT('',(20.2215635271632,77.0650023139887,170.01604630301)); -#14844=CARTESIAN_POINT('',(20.2217408359509,77.0638077642547,170.013612161136)); -#14845=CARTESIAN_POINT('',(20.2220103217951,77.0619925811895,170.008847802661)); -#14846=CARTESIAN_POINT('',(20.222111145819,77.061313906359,170.006182544381)); -#14847=CARTESIAN_POINT('',(20.2221607598731,77.060979948977,170.003505161865)); -#14848=CARTESIAN_POINT('',(20.0050354003906,80.,169.800741644622)); -#14849=CARTESIAN_POINT('',(20.0050354003906,80.,168.199258414995)); -#14850=CARTESIAN_POINT('',(20.1636358803736,77.4862704966963,168.141396652997)); -#14851=CARTESIAN_POINT('',(20.1793528173565,77.3622135614627,168.125766235395)); -#14852=CARTESIAN_POINT('',(20.1893083252612,77.2910895324251,168.110378743704)); -#14853=CARTESIAN_POINT('',(20.1992429966311,77.2193683322929,168.094410761422)); -#14854=CARTESIAN_POINT('',(20.204539552703,77.1819191274727,168.084408328727)); -#14855=CARTESIAN_POINT('',(20.210800300329,77.1384796309464,168.066941925002)); -#14856=CARTESIAN_POINT('',(20.2120150610224,77.1300899393119,168.063272992161)); -#14857=CARTESIAN_POINT('',(20.2140372036079,77.1161845914543,168.056593523054)); -#14858=CARTESIAN_POINT('',(20.2150186105627,77.109456769048,168.053192231538)); -#14859=CARTESIAN_POINT('',(20.2172592358242,77.0941487368604,168.044508445502)); -#14860=CARTESIAN_POINT('',(20.2186710078331,77.0845559457985,168.038147394301)); -#14861=CARTESIAN_POINT('',(20.2204613330178,77.0724385258243,168.026584326012)); -#14862=CARTESIAN_POINT('',(20.2209502347819,77.0691386343851,168.022583862679)); -#14863=CARTESIAN_POINT('',(20.2215635271633,77.0650023139934,168.016046303008)); -#14864=CARTESIAN_POINT('',(20.221740835951,77.0638077642597,168.013612161135)); -#14865=CARTESIAN_POINT('',(20.2220103217951,77.0619925811947,168.00884780266)); -#14866=CARTESIAN_POINT('',(20.222111145819,77.0613139063643,168.006182544381)); -#14867=CARTESIAN_POINT('',(20.2221607598731,77.0609799489824,168.003505161865)); -#14868=CARTESIAN_POINT('',(20.0050354003906,80.,167.800741644622)); -#14869=CARTESIAN_POINT('',(20.0050354003906,80.,166.199258414995)); -#14870=CARTESIAN_POINT('',(20.1636358803736,77.4862704967025,166.141396652997)); -#14871=CARTESIAN_POINT('',(20.1793528173563,77.3622135614705,166.125766235396)); -#14872=CARTESIAN_POINT('',(20.189308325261,77.2910895324323,166.110378743704)); -#14873=CARTESIAN_POINT('',(20.199242996631,77.2193683322987,166.094410761422)); -#14874=CARTESIAN_POINT('',(20.204539552703,77.1819191274785,166.084408328728)); -#14875=CARTESIAN_POINT('',(20.2108003003293,77.1384796309497,166.066941925002)); -#14876=CARTESIAN_POINT('',(20.2120150610225,77.1300899393168,166.063272992161)); -#14877=CARTESIAN_POINT('',(20.2140372036082,77.1161845914581,166.056593523053)); -#14878=CARTESIAN_POINT('',(20.2150186105627,77.1094567690533,166.053192231537)); -#14879=CARTESIAN_POINT('',(20.2172592358241,77.0941487368664,166.044508445503)); -#14880=CARTESIAN_POINT('',(20.218671007833,77.0845559458045,166.038147394302)); -#14881=CARTESIAN_POINT('',(20.2204613330176,77.0724385258311,166.026584326013)); -#14882=CARTESIAN_POINT('',(20.2209502347817,77.0691386343914,166.02258386268)); -#14883=CARTESIAN_POINT('',(20.2215635271632,77.0650023139994,166.016046303009)); -#14884=CARTESIAN_POINT('',(20.2217408359509,77.0638077642654,166.013612161136)); -#14885=CARTESIAN_POINT('',(20.2220103217951,77.0619925812002,166.008847802661)); -#14886=CARTESIAN_POINT('',(20.222111145819,77.0613139063697,166.006182544381)); -#14887=CARTESIAN_POINT('',(20.2221607598731,77.0609799489878,166.003505161865)); -#14888=CARTESIAN_POINT('',(20.0050354003906,80.,165.800741644622)); -#14889=CARTESIAN_POINT('',(20.0050354003906,80.,164.199258414995)); -#14890=CARTESIAN_POINT('',(20.1636358803736,77.4862704967086,164.141396652997)); -#14891=CARTESIAN_POINT('',(20.1793528173563,77.3622135614764,164.125766235395)); -#14892=CARTESIAN_POINT('',(20.189308325261,77.2910895324381,164.110378743704)); -#14893=CARTESIAN_POINT('',(20.199242996631,77.2193683323042,164.094410761422)); -#14894=CARTESIAN_POINT('',(20.204539552703,77.181919127484,164.084408328727)); -#14895=CARTESIAN_POINT('',(20.2108003003292,77.1384796309562,164.066941925002)); -#14896=CARTESIAN_POINT('',(20.2120150610225,77.1300899393227,164.063272992161)); -#14897=CARTESIAN_POINT('',(20.214037203608,77.1161845914648,164.056593523054)); -#14898=CARTESIAN_POINT('',(20.2150186105626,77.1094567690593,164.053192231538)); -#14899=CARTESIAN_POINT('',(20.2172592358241,77.0941487368719,164.044508445503)); -#14900=CARTESIAN_POINT('',(20.218671007833,77.0845559458099,164.038147394302)); -#14901=CARTESIAN_POINT('',(20.2204613330176,77.0724385258364,164.026584326013)); -#14902=CARTESIAN_POINT('',(20.2209502347817,77.0691386343967,164.02258386268)); -#14903=CARTESIAN_POINT('',(20.2215635271632,77.0650023140048,164.01604630301)); -#14904=CARTESIAN_POINT('',(20.2217408359509,77.0638077642708,164.013612161136)); -#14905=CARTESIAN_POINT('',(20.2220103217951,77.0619925812055,164.008847802661)); -#14906=CARTESIAN_POINT('',(20.222111145819,77.0613139063751,164.006182544381)); -#14907=CARTESIAN_POINT('',(20.2221607598731,77.0609799489931,164.003505161865)); -#14908=CARTESIAN_POINT('',(20.0050354003906,80.,163.800741644622)); -#14909=CARTESIAN_POINT('',(20.0050354003906,80.,162.199258414995)); -#14910=CARTESIAN_POINT('',(20.1636358803736,77.4862704967148,162.141396652997)); -#14911=CARTESIAN_POINT('',(20.1793528173565,77.3622135614806,162.125766235395)); -#14912=CARTESIAN_POINT('',(20.1893083252611,77.2910895324425,162.110378743704)); -#14913=CARTESIAN_POINT('',(20.1992429966311,77.2193683323097,162.094410761422)); -#14914=CARTESIAN_POINT('',(20.204539552703,77.1819191274896,162.084408328727)); -#14915=CARTESIAN_POINT('',(20.2108003003292,77.1384796309618,162.066941925002)); -#14916=CARTESIAN_POINT('',(20.2120150610224,77.1300899393282,162.063272992161)); -#14917=CARTESIAN_POINT('',(20.2140372036079,77.1161845914708,162.056593523054)); -#14918=CARTESIAN_POINT('',(20.2150186105626,77.1094567690648,162.053192231538)); -#14919=CARTESIAN_POINT('',(20.2172592358241,77.0941487368771,162.044508445503)); -#14920=CARTESIAN_POINT('',(20.218671007833,77.0845559458153,162.038147394302)); -#14921=CARTESIAN_POINT('',(20.2204613330176,77.0724385258414,162.026584326013)); -#14922=CARTESIAN_POINT('',(20.2209502347818,77.069138634402,162.02258386268)); -#14923=CARTESIAN_POINT('',(20.2215635271632,77.0650023140099,162.016046303009)); -#14924=CARTESIAN_POINT('',(20.221740835951,77.0638077642761,162.013612161136)); -#14925=CARTESIAN_POINT('',(20.222010321795,77.061992581211,162.008847802661)); -#14926=CARTESIAN_POINT('',(20.222111145819,77.0613139063805,162.006182544381)); -#14927=CARTESIAN_POINT('',(20.2221607598731,77.0609799489984,162.003505161865)); -#14928=CARTESIAN_POINT('',(20.0050354003906,80.,161.800741644622)); -#14929=CARTESIAN_POINT('',(20.0050354003906,80.,160.199258414995)); -#14930=CARTESIAN_POINT('',(20.1636358803736,77.4862704967209,160.141396652997)); -#14931=CARTESIAN_POINT('',(20.1793528173563,77.3622135614881,160.125766235395)); -#14932=CARTESIAN_POINT('',(20.189308325261,77.2910895324495,160.110378743704)); -#14933=CARTESIAN_POINT('',(20.199242996631,77.2193683323156,160.094410761422)); -#14934=CARTESIAN_POINT('',(20.204539552703,77.1819191274952,160.084408328727)); -#14935=CARTESIAN_POINT('',(20.2108003003291,77.1384796309676,160.066941925002)); -#14936=CARTESIAN_POINT('',(20.2120150610224,77.1300899393338,160.063272992161)); -#14937=CARTESIAN_POINT('',(20.2140372036077,77.1161845914775,160.056593523055)); -#14938=CARTESIAN_POINT('',(20.2150186105626,77.1094567690705,160.053192231538)); -#14939=CARTESIAN_POINT('',(20.2172592358241,77.0941487368828,160.044508445503)); -#14940=CARTESIAN_POINT('',(20.218671007833,77.0845559458206,160.038147394302)); -#14941=CARTESIAN_POINT('',(20.2204613330176,77.0724385258468,160.026584326013)); -#14942=CARTESIAN_POINT('',(20.2209502347818,77.0691386344074,160.02258386268)); -#14943=CARTESIAN_POINT('',(20.2215635271632,77.0650023140153,160.016046303009)); -#14944=CARTESIAN_POINT('',(20.221740835951,77.0638077642815,160.013612161136)); -#14945=CARTESIAN_POINT('',(20.222010321795,77.0619925812163,160.008847802661)); -#14946=CARTESIAN_POINT('',(20.222111145819,77.0613139063858,160.006182544381)); -#14947=CARTESIAN_POINT('',(20.2221607598731,77.0609799490038,160.003505161865)); -#14948=CARTESIAN_POINT('',(20.0050354003906,80.,159.800741644622)); -#14949=CARTESIAN_POINT('',(20.0050354003906,80.,158.199258414995)); -#14950=CARTESIAN_POINT('',(20.1636358803736,77.4862704967271,158.141396652997)); -#14951=CARTESIAN_POINT('',(20.1793528173563,77.3622135614938,158.125766235395)); -#14952=CARTESIAN_POINT('',(20.1893083252611,77.2910895324544,158.110378743704)); -#14953=CARTESIAN_POINT('',(20.199242996631,77.2193683323212,158.094410761422)); -#14954=CARTESIAN_POINT('',(20.204539552703,77.1819191275007,158.084408328728)); -#14955=CARTESIAN_POINT('',(20.2108003003293,77.1384796309717,158.066941925002)); -#14956=CARTESIAN_POINT('',(20.2120150610225,77.1300899393387,158.063272992161)); -#14957=CARTESIAN_POINT('',(20.2140372036079,77.1161845914815,158.056593523054)); -#14958=CARTESIAN_POINT('',(20.2150186105626,77.1094567690756,158.053192231538)); -#14959=CARTESIAN_POINT('',(20.2172592358241,77.0941487368881,158.044508445503)); -#14960=CARTESIAN_POINT('',(20.218671007833,77.0845559458261,158.038147394302)); -#14961=CARTESIAN_POINT('',(20.2204613330177,77.0724385258519,158.026584326012)); -#14962=CARTESIAN_POINT('',(20.2209502347818,77.0691386344126,158.02258386268)); -#14963=CARTESIAN_POINT('',(20.2215635271631,77.0650023140211,158.01604630301)); -#14964=CARTESIAN_POINT('',(20.2217408359509,77.0638077642869,158.013612161136)); -#14965=CARTESIAN_POINT('',(20.2220103217951,77.0619925812215,158.008847802661)); -#14966=CARTESIAN_POINT('',(20.222111145819,77.0613139063911,158.006182544381)); -#14967=CARTESIAN_POINT('',(20.2221607598731,77.0609799490091,158.003505161865)); -#14968=CARTESIAN_POINT('',(20.0050354003906,80.,157.800741644622)); -#14969=CARTESIAN_POINT('',(20.0050354003906,80.,156.199258414995)); -#14970=CARTESIAN_POINT('',(20.1636358803736,77.4862704967333,156.141396652997)); -#14971=CARTESIAN_POINT('',(20.1793528173562,77.3622135615003,156.125766235396)); -#14972=CARTESIAN_POINT('',(20.189308325261,77.2910895324608,156.110378743704)); -#14973=CARTESIAN_POINT('',(20.1992429966311,77.2193683323266,156.094410761422)); -#14974=CARTESIAN_POINT('',(20.204539552703,77.1819191275063,156.084408328727)); -#14975=CARTESIAN_POINT('',(20.2108003003291,77.1384796309789,156.066941925002)); -#14976=CARTESIAN_POINT('',(20.2120150610224,77.1300899393449,156.063272992161)); -#14977=CARTESIAN_POINT('',(20.2140372036079,77.1161845914869,156.056593523054)); -#14978=CARTESIAN_POINT('',(20.2150186105626,77.109456769081,156.053192231538)); -#14979=CARTESIAN_POINT('',(20.2172592358241,77.0941487368933,156.044508445503)); -#14980=CARTESIAN_POINT('',(20.218671007833,77.0845559458314,156.038147394302)); -#14981=CARTESIAN_POINT('',(20.2204613330176,77.0724385258575,156.026584326013)); -#14982=CARTESIAN_POINT('',(20.2209502347818,77.069138634418,156.02258386268)); -#14983=CARTESIAN_POINT('',(20.2215635271631,77.0650023140263,156.01604630301)); -#14984=CARTESIAN_POINT('',(20.2217408359509,77.0638077642922,156.013612161136)); -#14985=CARTESIAN_POINT('',(20.2220103217951,77.0619925812269,156.008847802661)); -#14986=CARTESIAN_POINT('',(20.222111145819,77.0613139063965,156.006182544381)); -#14987=CARTESIAN_POINT('',(20.2221607598731,77.0609799490145,156.003505161865)); -#14988=CARTESIAN_POINT('',(20.0050354003906,80.,155.800741644622)); -#14989=CARTESIAN_POINT('',(20.0050354003906,80.,154.199258414995)); -#14990=CARTESIAN_POINT('',(20.1636358803736,77.4862704967395,154.141396652997)); -#14991=CARTESIAN_POINT('',(20.1793528173563,77.3622135615062,154.125766235396)); -#14992=CARTESIAN_POINT('',(20.189308325261,77.2910895324665,154.110378743704)); -#14993=CARTESIAN_POINT('',(20.199242996631,77.2193683323325,154.094410761422)); -#14994=CARTESIAN_POINT('',(20.204539552703,77.1819191275119,154.084408328727)); -#14995=CARTESIAN_POINT('',(20.2108003003292,77.1384796309836,154.066941925002)); -#14996=CARTESIAN_POINT('',(20.2120150610225,77.13008993935,154.063272992161)); -#14997=CARTESIAN_POINT('',(20.2140372036079,77.1161845914926,154.056593523054)); -#14998=CARTESIAN_POINT('',(20.2150186105626,77.1094567690865,154.053192231538)); -#14999=CARTESIAN_POINT('',(20.217259235824,77.0941487368992,154.044508445503)); -#15000=CARTESIAN_POINT('',(20.218671007833,77.0845559458368,154.038147394302)); -#15001=CARTESIAN_POINT('',(20.2204613330177,77.0724385258626,154.026584326012)); -#15002=CARTESIAN_POINT('',(20.2209502347818,77.0691386344234,154.02258386268)); -#15003=CARTESIAN_POINT('',(20.2215635271632,77.0650023140315,154.016046303009)); -#15004=CARTESIAN_POINT('',(20.2217408359509,77.0638077642975,154.013612161136)); -#15005=CARTESIAN_POINT('',(20.2220103217951,77.0619925812323,154.008847802661)); -#15006=CARTESIAN_POINT('',(20.222111145819,77.0613139064018,154.006182544381)); -#15007=CARTESIAN_POINT('',(20.2221607598731,77.0609799490198,154.003505161865)); -#15008=CARTESIAN_POINT('',(20.0050354003906,80.,153.800741644622)); -#15009=CARTESIAN_POINT('',(20.0050354003906,80.,152.199258414995)); -#15010=CARTESIAN_POINT('',(20.1636358803736,77.4862704967457,152.141396652997)); -#15011=CARTESIAN_POINT('',(20.1793528173563,77.3622135615113,152.125766235395)); -#15012=CARTESIAN_POINT('',(20.1893083252611,77.2910895324716,152.110378743704)); -#15013=CARTESIAN_POINT('',(20.199242996631,77.2193683323382,152.094410761423)); -#15014=CARTESIAN_POINT('',(20.204539552703,77.1819191275174,152.084408328727)); -#15015=CARTESIAN_POINT('',(20.2108003003292,77.1384796309886,152.066941925002)); -#15016=CARTESIAN_POINT('',(20.2120150610225,77.1300899393553,152.063272992161)); -#15017=CARTESIAN_POINT('',(20.2140372036078,77.1161845914984,152.056593523054)); -#15018=CARTESIAN_POINT('',(20.2150186105626,77.109456769092,152.053192231538)); -#15019=CARTESIAN_POINT('',(20.2172592358241,77.0941487369041,152.044508445503)); -#15020=CARTESIAN_POINT('',(20.218671007833,77.0845559458422,152.038147394302)); -#15021=CARTESIAN_POINT('',(20.2204613330176,77.0724385258685,152.026584326013)); -#15022=CARTESIAN_POINT('',(20.2209502347817,77.0691386344289,152.02258386268)); -#15023=CARTESIAN_POINT('',(20.2215635271631,77.065002314037,152.01604630301)); -#15024=CARTESIAN_POINT('',(20.2217408359509,77.063807764303,152.013612161136)); -#15025=CARTESIAN_POINT('',(20.2220103217951,77.0619925812376,152.008847802661)); -#15026=CARTESIAN_POINT('',(20.222111145819,77.0613139064072,152.006182544381)); -#15027=CARTESIAN_POINT('',(20.2221607598731,77.0609799490252,152.003505161865)); -#15028=CARTESIAN_POINT('',(20.0050354003906,80.,151.800741644622)); -#15029=CARTESIAN_POINT('',(20.0050354003906,80.,150.199258414995)); -#15030=CARTESIAN_POINT('',(20.1636358803736,77.4862704967518,150.141396652997)); -#15031=CARTESIAN_POINT('',(20.1793528173563,77.3622135615173,150.125766235395)); -#15032=CARTESIAN_POINT('',(20.1893083252611,77.2910895324774,150.110378743704)); -#15033=CARTESIAN_POINT('',(20.1992429966311,77.2193683323435,150.094410761422)); -#15034=CARTESIAN_POINT('',(20.204539552703,77.1819191275229,150.084408328727)); -#15035=CARTESIAN_POINT('',(20.2108003003291,77.138479630995,150.066941925002)); -#15036=CARTESIAN_POINT('',(20.2120150610224,77.1300899393611,150.063272992161)); -#15037=CARTESIAN_POINT('',(20.214037203608,77.1161845915027,150.056593523054)); -#15038=CARTESIAN_POINT('',(20.2150186105626,77.1094567690971,150.053192231538)); -#15039=CARTESIAN_POINT('',(20.2172592358241,77.0941487369095,150.044508445503)); -#15040=CARTESIAN_POINT('',(20.218671007833,77.0845559458476,150.038147394302)); -#15041=CARTESIAN_POINT('',(20.2204613330176,77.0724385258737,150.026584326013)); -#15042=CARTESIAN_POINT('',(20.2209502347818,77.0691386344341,150.02258386268)); -#15043=CARTESIAN_POINT('',(20.2215635271632,77.0650023140423,150.01604630301)); -#15044=CARTESIAN_POINT('',(20.2217408359509,77.0638077643083,150.013612161136)); -#15045=CARTESIAN_POINT('',(20.2220103217951,77.061992581243,150.008847802661)); -#15046=CARTESIAN_POINT('',(20.222111145819,77.0613139064125,150.006182544381)); -#15047=CARTESIAN_POINT('',(20.2221607598731,77.0609799490305,150.003505161865)); -#15048=CARTESIAN_POINT('',(20.0050354003906,80.,149.800741644622)); -#15049=CARTESIAN_POINT('',(20.0050354003906,80.,148.199258414995)); -#15050=CARTESIAN_POINT('',(20.1636358803736,77.486270496758,148.141396652997)); -#15051=CARTESIAN_POINT('',(20.1793528173563,77.3622135615231,148.125766235395)); -#15052=CARTESIAN_POINT('',(20.1893083252611,77.2910895324831,148.110378743704)); -#15053=CARTESIAN_POINT('',(20.199242996631,77.2193683323492,148.094410761422)); -#15054=CARTESIAN_POINT('',(20.204539552703,77.1819191275285,148.084408328727)); -#15055=CARTESIAN_POINT('',(20.2108003003291,77.1384796310003,148.066941925002)); -#15056=CARTESIAN_POINT('',(20.2120150610224,77.1300899393665,148.063272992161)); -#15057=CARTESIAN_POINT('',(20.214037203608,77.1161845915083,148.056593523054)); -#15058=CARTESIAN_POINT('',(20.2150186105626,77.1094567691026,148.053192231538)); -#15059=CARTESIAN_POINT('',(20.2172592358241,77.0941487369152,148.044508445503)); -#15060=CARTESIAN_POINT('',(20.218671007833,77.084555945853,148.038147394302)); -#15061=CARTESIAN_POINT('',(20.2204613330176,77.0724385258795,148.026584326013)); -#15062=CARTESIAN_POINT('',(20.2209502347817,77.0691386344397,148.02258386268)); -#15063=CARTESIAN_POINT('',(20.2215635271632,77.0650023140475,148.016046303009)); -#15064=CARTESIAN_POINT('',(20.2217408359509,77.0638077643136,148.013612161136)); -#15065=CARTESIAN_POINT('',(20.222010321795,77.0619925812484,148.008847802661)); -#15066=CARTESIAN_POINT('',(20.222111145819,77.0613139064179,148.006182544381)); -#15067=CARTESIAN_POINT('',(20.2221607598731,77.0609799490359,148.003505161865)); -#15068=CARTESIAN_POINT('',(20.0050354003906,80.,147.800741644622)); -#15069=CARTESIAN_POINT('',(20.0050354003906,80.,146.199258414995)); -#15070=CARTESIAN_POINT('',(20.1636358803736,77.4862704967642,146.141396652997)); -#15071=CARTESIAN_POINT('',(20.1793528173562,77.3622135615297,146.125766235396)); -#15072=CARTESIAN_POINT('',(20.189308325261,77.2910895324896,146.110378743704)); -#15073=CARTESIAN_POINT('',(20.199242996631,77.2193683323549,146.094410761422)); -#15074=CARTESIAN_POINT('',(20.204539552703,77.1819191275338,146.084408328727)); -#15075=CARTESIAN_POINT('',(20.2108003003291,77.1384796310059,146.066941925002)); -#15076=CARTESIAN_POINT('',(20.2120150610225,77.1300899393717,146.063272992161)); -#15077=CARTESIAN_POINT('',(20.214037203608,77.1161845915137,146.056593523054)); -#15078=CARTESIAN_POINT('',(20.2150186105627,77.1094567691077,146.053192231537)); -#15079=CARTESIAN_POINT('',(20.2172592358242,77.0941487369196,146.044508445502)); -#15080=CARTESIAN_POINT('',(20.2186710078331,77.0845559458578,146.038147394301)); -#15081=CARTESIAN_POINT('',(20.2204613330177,77.0724385258841,146.026584326012)); -#15082=CARTESIAN_POINT('',(20.2209502347818,77.0691386344445,146.02258386268)); -#15083=CARTESIAN_POINT('',(20.2215635271632,77.0650023140528,146.016046303009)); -#15084=CARTESIAN_POINT('',(20.221740835951,77.0638077643187,146.013612161135)); -#15085=CARTESIAN_POINT('',(20.2220103217951,77.0619925812535,146.00884780266)); -#15086=CARTESIAN_POINT('',(20.222111145819,77.0613139064232,146.006182544381)); -#15087=CARTESIAN_POINT('',(20.2221607598731,77.0609799490412,146.003505161865)); -#15088=CARTESIAN_POINT('',(20.0050354003906,80.,145.800741644622)); -#15089=CARTESIAN_POINT('',(20.0050354003906,80.,144.199258414995)); -#15090=CARTESIAN_POINT('',(20.1636358803736,77.4862704967704,144.141396652997)); -#15091=CARTESIAN_POINT('',(20.1793528173563,77.3622135615351,144.125766235395)); -#15092=CARTESIAN_POINT('',(20.1893083252611,77.2910895324947,144.110378743704)); -#15093=CARTESIAN_POINT('',(20.1992429966311,77.2193683323603,144.094410761422)); -#15094=CARTESIAN_POINT('',(20.204539552703,77.1819191275396,144.084408328727)); -#15095=CARTESIAN_POINT('',(20.2108003003292,77.138479631011,144.066941925002)); -#15096=CARTESIAN_POINT('',(20.2120150610224,77.1300899393773,144.063272992161)); -#15097=CARTESIAN_POINT('',(20.214037203608,77.1161845915188,144.056593523054)); -#15098=CARTESIAN_POINT('',(20.2150186105626,77.1094567691134,144.053192231538)); -#15099=CARTESIAN_POINT('',(20.2172592358241,77.0941487369258,144.044508445503)); -#15100=CARTESIAN_POINT('',(20.218671007833,77.0845559458637,144.038147394302)); -#15101=CARTESIAN_POINT('',(20.2204613330177,77.0724385258895,144.026584326012)); -#15102=CARTESIAN_POINT('',(20.2209502347818,77.0691386344502,144.02258386268)); -#15103=CARTESIAN_POINT('',(20.2215635271631,77.0650023140584,144.01604630301)); -#15104=CARTESIAN_POINT('',(20.2217408359509,77.0638077643244,144.013612161136)); -#15105=CARTESIAN_POINT('',(20.2220103217951,77.061992581259,144.008847802661)); -#15106=CARTESIAN_POINT('',(20.222111145819,77.0613139064286,144.006182544381)); -#15107=CARTESIAN_POINT('',(20.2221607598731,77.0609799490466,144.003505161865)); -#15108=CARTESIAN_POINT('',(20.0050354003906,80.,143.800741644622)); -#15109=CARTESIAN_POINT('',(20.0050354003906,80.,142.199258414995)); -#15110=CARTESIAN_POINT('',(20.1636358803736,77.4862704967765,142.141396652997)); -#15111=CARTESIAN_POINT('',(20.1793528173563,77.3622135615408,142.125766235395)); -#15112=CARTESIAN_POINT('',(20.1893083252611,77.2910895325003,142.110378743704)); -#15113=CARTESIAN_POINT('',(20.199242996631,77.2193683323664,142.094410761423)); -#15114=CARTESIAN_POINT('',(20.204539552703,77.1819191275452,142.084408328728)); -#15115=CARTESIAN_POINT('',(20.2108003003293,77.1384796310155,142.066941925002)); -#15116=CARTESIAN_POINT('',(20.2120150610225,77.1300899393824,142.063272992161)); -#15117=CARTESIAN_POINT('',(20.214037203608,77.1161845915248,142.056593523054)); -#15118=CARTESIAN_POINT('',(20.2150186105626,77.1094567691189,142.053192231538)); -#15119=CARTESIAN_POINT('',(20.2172592358241,77.0941487369311,142.044508445503)); -#15120=CARTESIAN_POINT('',(20.218671007833,77.0845559458691,142.038147394302)); -#15121=CARTESIAN_POINT('',(20.2204613330176,77.0724385258951,142.026584326013)); -#15122=CARTESIAN_POINT('',(20.2209502347818,77.0691386344555,142.02258386268)); -#15123=CARTESIAN_POINT('',(20.2215635271632,77.0650023140636,142.01604630301)); -#15124=CARTESIAN_POINT('',(20.2217408359509,77.0638077643297,142.013612161136)); -#15125=CARTESIAN_POINT('',(20.222010321795,77.0619925812644,142.008847802661)); -#15126=CARTESIAN_POINT('',(20.222111145819,77.0613139064339,142.006182544381)); -#15127=CARTESIAN_POINT('',(20.2221607598731,77.0609799490519,142.003505161865)); -#15128=CARTESIAN_POINT('',(20.0050354003906,80.,141.800741644622)); -#15129=CARTESIAN_POINT('',(20.0050354003906,80.,140.199258414995)); -#15130=CARTESIAN_POINT('',(20.1636358803736,77.4862704967827,140.141396652997)); -#15131=CARTESIAN_POINT('',(20.1793528173563,77.3622135615469,140.125766235395)); -#15132=CARTESIAN_POINT('',(20.1893083252611,77.2910895325063,140.110378743704)); -#15133=CARTESIAN_POINT('',(20.199242996631,77.2193683323718,140.094410761422)); -#15134=CARTESIAN_POINT('',(20.204539552703,77.1819191275508,140.084408328727)); -#15135=CARTESIAN_POINT('',(20.2108003003293,77.1384796310214,140.066941925002)); -#15136=CARTESIAN_POINT('',(20.2120150610225,77.1300899393881,140.063272992161)); -#15137=CARTESIAN_POINT('',(20.214037203608,77.1161845915299,140.056593523054)); -#15138=CARTESIAN_POINT('',(20.2150186105626,77.1094567691243,140.053192231538)); -#15139=CARTESIAN_POINT('',(20.2172592358241,77.0941487369368,140.044508445503)); -#15140=CARTESIAN_POINT('',(20.218671007833,77.0845559458745,140.038147394302)); -#15141=CARTESIAN_POINT('',(20.2204613330177,77.0724385259003,140.026584326012)); -#15142=CARTESIAN_POINT('',(20.2209502347818,77.0691386344609,140.02258386268)); -#15143=CARTESIAN_POINT('',(20.2215635271632,77.065002314069,140.01604630301)); -#15144=CARTESIAN_POINT('',(20.2217408359509,77.063807764335,140.013612161136)); -#15145=CARTESIAN_POINT('',(20.222010321795,77.0619925812698,140.008847802661)); -#15146=CARTESIAN_POINT('',(20.222111145819,77.0613139064393,140.006182544381)); -#15147=CARTESIAN_POINT('',(20.2221607598731,77.0609799490572,140.003505161865)); -#15148=CARTESIAN_POINT('',(20.0050354003906,80.,139.800741644622)); -#15149=CARTESIAN_POINT('',(20.0050354003906,80.,138.199258414995)); -#15150=CARTESIAN_POINT('',(20.1636358803736,77.4862704967889,138.141396652997)); -#15151=CARTESIAN_POINT('',(20.1793528173563,77.3622135615528,138.125766235395)); -#15152=CARTESIAN_POINT('',(20.1893083252611,77.291089532512,138.110378743704)); -#15153=CARTESIAN_POINT('',(20.199242996631,77.2193683323776,138.094410761423)); -#15154=CARTESIAN_POINT('',(20.204539552703,77.1819191275561,138.084408328727)); -#15155=CARTESIAN_POINT('',(20.2108003003293,77.1384796310268,138.066941925002)); -#15156=CARTESIAN_POINT('',(20.2120150610225,77.1300899393932,138.063272992161)); -#15157=CARTESIAN_POINT('',(20.214037203608,77.1161845915355,138.056593523054)); -#15158=CARTESIAN_POINT('',(20.2150186105627,77.1094567691295,138.053192231537)); -#15159=CARTESIAN_POINT('',(20.2172592358241,77.0941487369417,138.044508445502)); -#15160=CARTESIAN_POINT('',(20.2186710078331,77.0845559458794,138.038147394301)); -#15161=CARTESIAN_POINT('',(20.2204613330178,77.0724385259048,138.026584326012)); -#15162=CARTESIAN_POINT('',(20.2209502347819,77.0691386344655,138.022583862679)); -#15163=CARTESIAN_POINT('',(20.2215635271631,77.0650023140745,138.01604630301)); -#15164=CARTESIAN_POINT('',(20.221740835951,77.0638077643401,138.013612161135)); -#15165=CARTESIAN_POINT('',(20.2220103217951,77.0619925812749,138.00884780266)); -#15166=CARTESIAN_POINT('',(20.222111145819,77.0613139064446,138.006182544381)); -#15167=CARTESIAN_POINT('',(20.2221607598731,77.0609799490626,138.003505161865)); -#15168=CARTESIAN_POINT('',(20.0050354003906,80.,137.800741644622)); -#15169=CARTESIAN_POINT('',(20.0050354003906,80.,136.199258414995)); -#15170=CARTESIAN_POINT('',(20.1636358803736,77.486270496795,136.141396652997)); -#15171=CARTESIAN_POINT('',(20.1793528173563,77.3622135615587,136.125766235396)); -#15172=CARTESIAN_POINT('',(20.1893083252611,77.2910895325178,136.110378743704)); -#15173=CARTESIAN_POINT('',(20.199242996631,77.219368332383,136.094410761422)); -#15174=CARTESIAN_POINT('',(20.204539552703,77.1819191275619,136.084408328727)); -#15175=CARTESIAN_POINT('',(20.2108003003292,77.1384796310329,136.066941925002)); -#15176=CARTESIAN_POINT('',(20.2120150610224,77.1300899393992,136.063272992161)); -#15177=CARTESIAN_POINT('',(20.214037203608,77.1161845915409,136.056593523054)); -#15178=CARTESIAN_POINT('',(20.2150186105626,77.1094567691352,136.053192231538)); -#15179=CARTESIAN_POINT('',(20.2172592358241,77.0941487369477,136.044508445503)); -#15180=CARTESIAN_POINT('',(20.218671007833,77.0845559458853,136.038147394302)); -#15181=CARTESIAN_POINT('',(20.2204613330176,77.0724385259113,136.026584326013)); -#15182=CARTESIAN_POINT('',(20.2209502347817,77.0691386344718,136.02258386268)); -#15183=CARTESIAN_POINT('',(20.2215635271631,77.0650023140799,136.01604630301)); -#15184=CARTESIAN_POINT('',(20.2217408359509,77.0638077643458,136.013612161136)); -#15185=CARTESIAN_POINT('',(20.2220103217951,77.0619925812804,136.008847802661)); -#15186=CARTESIAN_POINT('',(20.222111145819,77.06131390645,136.006182544381)); -#15187=CARTESIAN_POINT('',(20.2221607598731,77.060979949068,136.003505161865)); -#15188=CARTESIAN_POINT('',(20.0050354003906,80.,135.800741644622)); -#15189=CARTESIAN_POINT('',(20.0050354003906,80.,134.199258414995)); -#15190=CARTESIAN_POINT('',(20.1636358803736,77.4862704968012,134.141396652997)); -#15191=CARTESIAN_POINT('',(20.1793528173563,77.3622135615647,134.125766235396)); -#15192=CARTESIAN_POINT('',(20.1893083252611,77.2910895325236,134.110378743704)); -#15193=CARTESIAN_POINT('',(20.1992429966311,77.2193683323885,134.094410761422)); -#15194=CARTESIAN_POINT('',(20.204539552703,77.1819191275674,134.084408328727)); -#15195=CARTESIAN_POINT('',(20.2108003003292,77.1384796310383,134.066941925002)); -#15196=CARTESIAN_POINT('',(20.2120150610225,77.1300899394046,134.063272992161)); -#15197=CARTESIAN_POINT('',(20.2140372036082,77.116184591545,134.056593523053)); -#15198=CARTESIAN_POINT('',(20.2150186105627,77.1094567691402,134.053192231537)); -#15199=CARTESIAN_POINT('',(20.2172592358241,77.0941487369529,134.044508445503)); -#15200=CARTESIAN_POINT('',(20.218671007833,77.0845559458907,134.038147394302)); -#15201=CARTESIAN_POINT('',(20.2204613330175,77.0724385259173,134.026584326013)); -#15202=CARTESIAN_POINT('',(20.2209502347817,77.0691386344774,134.022583862681)); -#15203=CARTESIAN_POINT('',(20.2215635271632,77.0650023140851,134.01604630301)); -#15204=CARTESIAN_POINT('',(20.2217408359509,77.0638077643511,134.013612161136)); -#15205=CARTESIAN_POINT('',(20.222010321795,77.0619925812858,134.008847802661)); -#15206=CARTESIAN_POINT('',(20.222111145819,77.0613139064553,134.006182544381)); -#15207=CARTESIAN_POINT('',(20.2221607598731,77.0609799490733,134.003505161865)); -#15208=CARTESIAN_POINT('',(20.0050354003906,80.,133.800741644622)); -#15209=CARTESIAN_POINT('',(20.0050354003906,80.,132.199258414995)); -#15210=CARTESIAN_POINT('',(20.1636358803736,77.4862704968074,132.141396652997)); -#15211=CARTESIAN_POINT('',(20.1793528173536,77.3622135615916,132.125766235398)); -#15212=CARTESIAN_POINT('',(20.189308325256,77.2910895325666,132.110378743711)); -#15213=CARTESIAN_POINT('',(20.1992429966265,77.2193683324265,132.094410761431)); -#15214=CARTESIAN_POINT('',(20.2045395526995,77.1819191275975,132.084408328736)); -#15215=CARTESIAN_POINT('',(20.2108003003267,77.1384796310612,132.066941925009)); -#15216=CARTESIAN_POINT('',(20.2120150610203,77.130089939425,132.063272992168)); -#15217=CARTESIAN_POINT('',(20.2140372036063,77.1161845915631,132.056593523059)); -#15218=CARTESIAN_POINT('',(20.2150186105611,77.1094567691564,132.053192231543)); -#15219=CARTESIAN_POINT('',(20.217259235823,77.0941487369658,132.044508445508)); -#15220=CARTESIAN_POINT('',(20.2186710078321,77.0845559459018,132.038147394306)); -#15221=CARTESIAN_POINT('',(20.2204613330172,77.0724385259252,132.026584326016)); -#15222=CARTESIAN_POINT('',(20.2209502347814,77.0691386344846,132.022583862683)); -#15223=CARTESIAN_POINT('',(20.2215635271629,77.0650023140919,132.016046303012)); -#15224=CARTESIAN_POINT('',(20.2217408359508,77.0638077643573,132.013612161138)); -#15225=CARTESIAN_POINT('',(20.222010321795,77.0619925812914,132.008847802662)); -#15226=CARTESIAN_POINT('',(20.222111145819,77.0613139064607,132.006182544381)); -#15227=CARTESIAN_POINT('',(20.2221607598731,77.0609799490787,132.003505161865)); -#15228=CARTESIAN_POINT('',(20.0050354003906,80.,131.800741644622)); -#15229=CARTESIAN_POINT('',(20.0050354003906,80.,130.199258414995)); -#15230=CARTESIAN_POINT('',(20.1636358803736,77.4862704968136,130.141396652997)); -#15231=CARTESIAN_POINT('',(20.1793528173563,77.3622135615764,130.125766235395)); -#15232=CARTESIAN_POINT('',(20.1893083252611,77.2910895325351,130.110378743704)); -#15233=CARTESIAN_POINT('',(20.1992429966311,77.2193683323998,130.094410761422)); -#15234=CARTESIAN_POINT('',(20.204539552703,77.1819191275786,130.084408328727)); -#15235=CARTESIAN_POINT('',(20.2108003003291,77.1384796310501,130.066941925002)); -#15236=CARTESIAN_POINT('',(20.2120150610224,77.1300899394159,130.063272992161)); -#15237=CARTESIAN_POINT('',(20.214037203608,77.116184591557,130.056593523054)); -#15238=CARTESIAN_POINT('',(20.2150186105626,77.1094567691514,130.053192231538)); -#15239=CARTESIAN_POINT('',(20.2172592358241,77.0941487369636,130.044508445503)); -#15240=CARTESIAN_POINT('',(20.218671007833,77.0845559459015,130.038147394302)); -#15241=CARTESIAN_POINT('',(20.2204613330176,77.0724385259274,130.026584326013)); -#15242=CARTESIAN_POINT('',(20.2209502347818,77.0691386344878,130.02258386268)); -#15243=CARTESIAN_POINT('',(20.2215635271631,77.065002314096,130.01604630301)); -#15244=CARTESIAN_POINT('',(20.2217408359509,77.0638077643618,130.013612161136)); -#15245=CARTESIAN_POINT('',(20.2220103217951,77.0619925812963,130.00884780266)); -#15246=CARTESIAN_POINT('',(20.222111145819,77.061313906466,130.006182544381)); -#15247=CARTESIAN_POINT('',(20.2221607598731,77.060979949084,130.003505161865)); -#15248=CARTESIAN_POINT('',(20.0050354003906,80.,129.800741644622)); -#15249=CARTESIAN_POINT('',(20.0050354003906,80.,128.199258414995)); -#15250=CARTESIAN_POINT('',(20.1636358803736,77.4862704968197,128.141396652997)); -#15251=CARTESIAN_POINT('',(20.1793528173562,77.3622135615834,128.125766235396)); -#15252=CARTESIAN_POINT('',(20.189308325261,77.2910895325417,128.110378743704)); -#15253=CARTESIAN_POINT('',(20.199242996631,77.2193683324057,128.094410761423)); -#15254=CARTESIAN_POINT('',(20.204539552703,77.1819191275841,128.084408328728)); -#15255=CARTESIAN_POINT('',(20.2108003003293,77.1384796310538,128.066941925002)); -#15256=CARTESIAN_POINT('',(20.2120150610225,77.1300899394207,128.063272992161)); -#15257=CARTESIAN_POINT('',(20.2140372036079,77.1161845915635,128.056593523054)); -#15258=CARTESIAN_POINT('',(20.2150186105626,77.109456769157,128.053192231538)); -#15259=CARTESIAN_POINT('',(20.2172592358241,77.094148736969,128.044508445503)); -#15260=CARTESIAN_POINT('',(20.218671007833,77.0845559459068,128.038147394302)); -#15261=CARTESIAN_POINT('',(20.2204613330176,77.0724385259325,128.026584326013)); -#15262=CARTESIAN_POINT('',(20.2209502347818,77.0691386344931,128.02258386268)); -#15263=CARTESIAN_POINT('',(20.2215635271631,77.0650023141012,128.01604630301)); -#15264=CARTESIAN_POINT('',(20.2217408359509,77.0638077643672,128.013612161136)); -#15265=CARTESIAN_POINT('',(20.2220103217951,77.0619925813018,128.008847802661)); -#15266=CARTESIAN_POINT('',(20.222111145819,77.0613139064713,128.006182544381)); -#15267=CARTESIAN_POINT('',(20.2221607598731,77.0609799490893,128.003505161865)); -#15268=CARTESIAN_POINT('',(20.0050354003906,80.,127.800741644622)); -#15269=CARTESIAN_POINT('',(20.0050354003906,80.,126.199258414995)); -#15270=CARTESIAN_POINT('',(20.1636358803736,77.4862704968259,126.141396652997)); -#15271=CARTESIAN_POINT('',(20.1793528173563,77.3622135615882,126.125766235396)); -#15272=CARTESIAN_POINT('',(20.1893083252611,77.2910895325467,126.110378743704)); -#15273=CARTESIAN_POINT('',(20.199242996631,77.2193683324113,126.094410761423)); -#15274=CARTESIAN_POINT('',(20.204539552703,77.1819191275897,126.084408328728)); -#15275=CARTESIAN_POINT('',(20.2108003003292,77.1384796310604,126.066941925002)); -#15276=CARTESIAN_POINT('',(20.2120150610224,77.1300899394266,126.063272992161)); -#15277=CARTESIAN_POINT('',(20.214037203608,77.116184591568,126.056593523054)); -#15278=CARTESIAN_POINT('',(20.2150186105626,77.1094567691623,126.053192231538)); -#15279=CARTESIAN_POINT('',(20.2172592358241,77.0941487369747,126.044508445503)); -#15280=CARTESIAN_POINT('',(20.218671007833,77.0845559459123,126.038147394302)); -#15281=CARTESIAN_POINT('',(20.2204613330176,77.0724385259384,126.026584326013)); -#15282=CARTESIAN_POINT('',(20.2209502347817,77.0691386344987,126.022583862681)); -#15283=CARTESIAN_POINT('',(20.2215635271631,77.0650023141066,126.01604630301)); -#15284=CARTESIAN_POINT('',(20.2217408359509,77.0638077643725,126.013612161136)); -#15285=CARTESIAN_POINT('',(20.2220103217951,77.0619925813071,126.008847802661)); -#15286=CARTESIAN_POINT('',(20.222111145819,77.0613139064767,126.006182544381)); -#15287=CARTESIAN_POINT('',(20.2221607598731,77.0609799490947,126.003505161865)); -#15288=CARTESIAN_POINT('',(20.0050354003906,80.,125.800741644622)); -#15289=CARTESIAN_POINT('',(20.0050354003906,80.,124.199258414995)); -#15290=CARTESIAN_POINT('',(20.1636358803736,77.4862704968321,124.141396652997)); -#15291=CARTESIAN_POINT('',(20.1793528173561,77.3622135615954,124.125766235396)); -#15292=CARTESIAN_POINT('',(20.189308325261,77.2910895325531,124.110378743704)); -#15293=CARTESIAN_POINT('',(20.1992429966311,77.2193683324165,124.094410761422)); -#15294=CARTESIAN_POINT('',(20.204539552703,77.1819191275949,124.084408328727)); -#15295=CARTESIAN_POINT('',(20.2108003003292,77.1384796310656,124.066941925002)); -#15296=CARTESIAN_POINT('',(20.2120150610225,77.1300899394316,124.063272992161)); -#15297=CARTESIAN_POINT('',(20.2140372036083,77.1161845915711,124.056593523053)); -#15298=CARTESIAN_POINT('',(20.2150186105628,77.1094567691667,124.053192231537)); -#15299=CARTESIAN_POINT('',(20.2172592358242,77.094148736979,124.044508445502)); -#15300=CARTESIAN_POINT('',(20.2186710078331,77.084555945917,124.038147394301)); -#15301=CARTESIAN_POINT('',(20.2204613330177,77.0724385259433,124.026584326012)); -#15302=CARTESIAN_POINT('',(20.2209502347818,77.0691386345034,124.02258386268)); -#15303=CARTESIAN_POINT('',(20.2215635271631,77.0650023141121,124.01604630301)); -#15304=CARTESIAN_POINT('',(20.221740835951,77.0638077643776,124.013612161135)); -#15305=CARTESIAN_POINT('',(20.2220103217951,77.0619925813121,124.008847802659)); -#15306=CARTESIAN_POINT('',(20.222111145819,77.061313906482,124.006182544381)); -#15307=CARTESIAN_POINT('',(20.2221607598731,77.0609799491,124.003505161865)); -#15308=CARTESIAN_POINT('',(20.0050354003906,80.,123.800741644622)); -#15309=CARTESIAN_POINT('',(20.0050354003906,80.,122.199258414995)); -#15310=CARTESIAN_POINT('',(20.1636358803736,77.4862704968383,122.141396652997)); -#15311=CARTESIAN_POINT('',(20.1793528173562,77.362213561601,122.125766235396)); -#15312=CARTESIAN_POINT('',(20.189308325261,77.2910895325589,122.110378743704)); -#15313=CARTESIAN_POINT('',(20.1992429966311,77.2193683324223,122.094410761422)); -#15314=CARTESIAN_POINT('',(20.204539552703,77.1819191276006,122.084408328727)); -#15315=CARTESIAN_POINT('',(20.2108003003291,77.138479631072,122.066941925002)); -#15316=CARTESIAN_POINT('',(20.2120150610224,77.1300899394375,122.063272992161)); -#15317=CARTESIAN_POINT('',(20.2140372036083,77.1161845915772,122.056593523053)); -#15318=CARTESIAN_POINT('',(20.2150186105628,77.1094567691722,122.053192231537)); -#15319=CARTESIAN_POINT('',(20.2172592358242,77.0941487369843,122.044508445502)); -#15320=CARTESIAN_POINT('',(20.2186710078331,77.0845559459224,122.038147394301)); -#15321=CARTESIAN_POINT('',(20.2204613330177,77.0724385259485,122.026584326012)); -#15322=CARTESIAN_POINT('',(20.2209502347818,77.0691386345088,122.02258386268)); -#15323=CARTESIAN_POINT('',(20.2215635271632,77.0650023141169,122.016046303009)); -#15324=CARTESIAN_POINT('',(20.221740835951,77.0638077643829,122.013612161135)); -#15325=CARTESIAN_POINT('',(20.2220103217951,77.0619925813175,122.008847802659)); -#15326=CARTESIAN_POINT('',(20.222111145819,77.0613139064875,122.006182544381)); -#15327=CARTESIAN_POINT('',(20.2221607598731,77.0609799491054,122.003505161865)); -#15328=CARTESIAN_POINT('',(20.0050354003906,80.,121.800741644622)); -#15329=CARTESIAN_POINT('',(20.0050354003906,80.,120.199258414995)); -#15330=CARTESIAN_POINT('',(20.1636358803736,77.4862704968444,120.141396652997)); -#15331=CARTESIAN_POINT('',(20.1793528173563,77.3622135616062,120.125766235396)); -#15332=CARTESIAN_POINT('',(20.1893083252611,77.291089532564,120.110378743704)); -#15333=CARTESIAN_POINT('',(20.1992429966311,77.2193683324278,120.094410761422)); -#15334=CARTESIAN_POINT('',(20.204539552703,77.1819191276063,120.084408328727)); -#15335=CARTESIAN_POINT('',(20.2108003003291,77.138479631077,120.066941925002)); -#15336=CARTESIAN_POINT('',(20.2120150610224,77.130089939443,120.063272992161)); -#15337=CARTESIAN_POINT('',(20.214037203608,77.1161845915846,120.056593523054)); -#15338=CARTESIAN_POINT('',(20.2150186105626,77.1094567691787,120.053192231538)); -#15339=CARTESIAN_POINT('',(20.2172592358241,77.094148736991,120.044508445503)); -#15340=CARTESIAN_POINT('',(20.218671007833,77.0845559459284,120.038147394302)); -#15341=CARTESIAN_POINT('',(20.2204613330176,77.0724385259542,120.026584326013)); -#15342=CARTESIAN_POINT('',(20.2209502347818,77.0691386345145,120.02258386268)); -#15343=CARTESIAN_POINT('',(20.2215635271632,77.0650023141224,120.016046303009)); -#15344=CARTESIAN_POINT('',(20.221740835951,77.0638077643885,120.013612161136)); -#15345=CARTESIAN_POINT('',(20.222010321795,77.0619925813233,120.008847802661)); -#15346=CARTESIAN_POINT('',(20.222111145819,77.0613139064927,120.006182544381)); -#15347=CARTESIAN_POINT('',(20.2221607598731,77.0609799491107,120.003505161865)); -#15348=CARTESIAN_POINT('',(20.0050354003906,80.,119.800741644622)); -#15349=CARTESIAN_POINT('',(20.0050354003906,80.,118.199258414995)); -#15350=CARTESIAN_POINT('',(20.1636358803736,77.4862704968506,118.141396652997)); -#15351=CARTESIAN_POINT('',(20.1793528173562,77.3622135616128,118.125766235396)); -#15352=CARTESIAN_POINT('',(20.189308325261,77.2910895325704,118.110378743704)); -#15353=CARTESIAN_POINT('',(20.199242996631,77.2193683324339,118.094410761423)); -#15354=CARTESIAN_POINT('',(20.204539552703,77.1819191276119,118.084408328728)); -#15355=CARTESIAN_POINT('',(20.2108003003293,77.1384796310814,118.066941925002)); -#15356=CARTESIAN_POINT('',(20.2120150610225,77.1300899394481,118.063272992161)); -#15357=CARTESIAN_POINT('',(20.214037203608,77.1161845915898,118.056593523054)); -#15358=CARTESIAN_POINT('',(20.2150186105626,77.109456769184,118.053192231538)); -#15359=CARTESIAN_POINT('',(20.2172592358241,77.0941487369964,118.044508445503)); -#15360=CARTESIAN_POINT('',(20.218671007833,77.0845559459338,118.038147394302)); -#15361=CARTESIAN_POINT('',(20.2204613330176,77.0724385259597,118.026584326013)); -#15362=CARTESIAN_POINT('',(20.2209502347817,77.06913863452,118.02258386268)); -#15363=CARTESIAN_POINT('',(20.2215635271632,77.0650023141278,118.016046303009)); -#15364=CARTESIAN_POINT('',(20.2217408359509,77.0638077643939,118.013612161136)); -#15365=CARTESIAN_POINT('',(20.2220103217951,77.0619925813285,118.00884780266)); -#15366=CARTESIAN_POINT('',(20.222111145819,77.0613139064981,118.006182544381)); -#15367=CARTESIAN_POINT('',(20.2221607598731,77.0609799491161,118.003505161865)); -#15368=CARTESIAN_POINT('',(20.0050354003906,80.,117.800741644622)); -#15369=CARTESIAN_POINT('',(20.0050354003906,80.,116.199258414995)); -#15370=CARTESIAN_POINT('',(20.1636358803736,77.4862704968568,116.141396652997)); -#15371=CARTESIAN_POINT('',(20.1793528173561,77.362213561619,116.125766235396)); -#15372=CARTESIAN_POINT('',(20.189308325261,77.2910895325762,116.110378743704)); -#15373=CARTESIAN_POINT('',(20.199242996631,77.2193683324394,116.094410761423)); -#15374=CARTESIAN_POINT('',(20.204539552703,77.1819191276175,116.084408328728)); -#15375=CARTESIAN_POINT('',(20.2108003003293,77.1384796310872,116.066941925002)); -#15376=CARTESIAN_POINT('',(20.2120150610225,77.1300899394536,116.063272992161)); -#15377=CARTESIAN_POINT('',(20.214037203608,77.1161845915953,116.056593523054)); -#15378=CARTESIAN_POINT('',(20.2150186105626,77.1094567691895,116.053192231538)); -#15379=CARTESIAN_POINT('',(20.2172592358241,77.0941487370016,116.044508445503)); -#15380=CARTESIAN_POINT('',(20.218671007833,77.0845559459392,116.038147394302)); -#15381=CARTESIAN_POINT('',(20.2204613330176,77.0724385259649,116.026584326013)); -#15382=CARTESIAN_POINT('',(20.2209502347817,77.0691386345254,116.02258386268)); -#15383=CARTESIAN_POINT('',(20.2215635271631,77.0650023141335,116.01604630301)); -#15384=CARTESIAN_POINT('',(20.2217408359509,77.0638077643993,116.013612161136)); -#15385=CARTESIAN_POINT('',(20.2220103217951,77.0619925813339,116.008847802661)); -#15386=CARTESIAN_POINT('',(20.222111145819,77.0613139065034,116.006182544381)); -#15387=CARTESIAN_POINT('',(20.2221607598731,77.0609799491214,116.003505161865)); -#15388=CARTESIAN_POINT('',(20.0050354003906,80.,115.800741644622)); -#15389=CARTESIAN_POINT('',(20.0050354003906,80.,114.199258414995)); -#15390=CARTESIAN_POINT('',(20.1636358803736,77.4862704968629,114.141396652997)); -#15391=CARTESIAN_POINT('',(20.1793528173563,77.3622135616238,114.125766235396)); -#15392=CARTESIAN_POINT('',(20.1893083252611,77.2910895325813,114.110378743704)); -#15393=CARTESIAN_POINT('',(20.1992429966311,77.2193683324448,114.094410761422)); -#15394=CARTESIAN_POINT('',(20.204539552703,77.181919127623,114.084408328727)); -#15395=CARTESIAN_POINT('',(20.2108003003292,77.138479631093,114.066941925002)); -#15396=CARTESIAN_POINT('',(20.2120150610225,77.1300899394592,114.063272992161)); -#15397=CARTESIAN_POINT('',(20.2140372036078,77.116184591602,114.056593523054)); -#15398=CARTESIAN_POINT('',(20.2150186105626,77.1094567691952,114.053192231538)); -#15399=CARTESIAN_POINT('',(20.2172592358241,77.0941487370067,114.044508445503)); -#15400=CARTESIAN_POINT('',(20.218671007833,77.0845559459445,114.038147394302)); -#15401=CARTESIAN_POINT('',(20.2204613330176,77.0724385259701,114.026584326013)); -#15402=CARTESIAN_POINT('',(20.2209502347818,77.0691386345307,114.02258386268)); -#15403=CARTESIAN_POINT('',(20.2215635271632,77.0650023141385,114.016046303009)); -#15404=CARTESIAN_POINT('',(20.2217408359509,77.0638077644046,114.013612161136)); -#15405=CARTESIAN_POINT('',(20.222010321795,77.0619925813393,114.008847802661)); -#15406=CARTESIAN_POINT('',(20.222111145819,77.0613139065088,114.006182544381)); -#15407=CARTESIAN_POINT('',(20.2221607598731,77.0609799491268,114.003505161865)); -#15408=CARTESIAN_POINT('',(20.0050354003906,80.,113.800741644622)); -#15409=CARTESIAN_POINT('',(20.0050354003906,80.,112.199258414995)); -#15410=CARTESIAN_POINT('',(20.1636358803736,77.4862704968691,112.141396652997)); -#15411=CARTESIAN_POINT('',(20.1793528173563,77.3622135616297,112.125766235396)); -#15412=CARTESIAN_POINT('',(20.1893083252611,77.2910895325871,112.110378743704)); -#15413=CARTESIAN_POINT('',(20.199242996631,77.2193683324507,112.094410761423)); -#15414=CARTESIAN_POINT('',(20.204539552703,77.1819191276286,112.084408328728)); -#15415=CARTESIAN_POINT('',(20.2108003003292,77.1384796310985,112.066941925002)); -#15416=CARTESIAN_POINT('',(20.2120150610225,77.1300899394647,112.063272992161)); -#15417=CARTESIAN_POINT('',(20.214037203608,77.1161845916065,112.056593523054)); -#15418=CARTESIAN_POINT('',(20.2150186105626,77.1094567692004,112.053192231538)); -#15419=CARTESIAN_POINT('',(20.2172592358241,77.0941487370125,112.044508445503)); -#15420=CARTESIAN_POINT('',(20.218671007833,77.08455594595,112.038147394302)); -#15421=CARTESIAN_POINT('',(20.2204613330177,77.0724385259754,112.026584326012)); -#15422=CARTESIAN_POINT('',(20.2209502347818,77.0691386345359,112.02258386268)); -#15423=CARTESIAN_POINT('',(20.2215635271631,77.0650023141442,112.01604630301)); -#15424=CARTESIAN_POINT('',(20.2217408359509,77.06380776441,112.013612161136)); -#15425=CARTESIAN_POINT('',(20.222010321795,77.0619925813446,112.008847802661)); -#15426=CARTESIAN_POINT('',(20.222111145819,77.0613139065141,112.006182544381)); -#15427=CARTESIAN_POINT('',(20.2221607598731,77.0609799491321,112.003505161865)); -#15428=CARTESIAN_POINT('',(20.0050354003906,80.,111.800741644622)); -#15429=CARTESIAN_POINT('',(20.0050354003906,80.,110.199258414995)); -#15430=CARTESIAN_POINT('',(20.1636358803736,77.4862704968753,110.141396652997)); -#15431=CARTESIAN_POINT('',(20.1793528173536,77.362213561657,110.125766235398)); -#15432=CARTESIAN_POINT('',(20.189308325256,77.2910895326302,110.110378743711)); -#15433=CARTESIAN_POINT('',(20.1992429966265,77.2193683324887,110.094410761431)); -#15434=CARTESIAN_POINT('',(20.2045395526995,77.1819191276586,110.084408328736)); -#15435=CARTESIAN_POINT('',(20.2108003003267,77.1384796311209,110.066941925009)); -#15436=CARTESIAN_POINT('',(20.2120150610203,77.1300899394848,110.063272992167)); -#15437=CARTESIAN_POINT('',(20.2140372036066,77.1161845916209,110.056593523058)); -#15438=CARTESIAN_POINT('',(20.2150186105612,77.1094567692156,110.053192231543)); -#15439=CARTESIAN_POINT('',(20.217259235823,77.0941487370253,110.044508445508)); -#15440=CARTESIAN_POINT('',(20.2186710078321,77.0845559459611,110.038147394306)); -#15441=CARTESIAN_POINT('',(20.2204613330172,77.0724385259842,110.026584326016)); -#15442=CARTESIAN_POINT('',(20.2209502347814,77.0691386345434,110.022583862683)); -#15443=CARTESIAN_POINT('',(20.2215635271629,77.065002314151,110.016046303013)); -#15444=CARTESIAN_POINT('',(20.2217408359508,77.0638077644161,110.013612161138)); -#15445=CARTESIAN_POINT('',(20.222010321795,77.06199258135,110.008847802661)); -#15446=CARTESIAN_POINT('',(20.222111145819,77.0613139065195,110.006182544381)); -#15447=CARTESIAN_POINT('',(20.2221607598731,77.0609799491375,110.003505161865)); -#15448=CARTESIAN_POINT('',(20.0050354003906,80.,109.800741644622)); -#15449=CARTESIAN_POINT('',(20.0050354003906,80.,108.199258414995)); -#15450=CARTESIAN_POINT('',(20.1636358803736,77.4862704968815,108.141396652997)); -#15451=CARTESIAN_POINT('',(20.1793528173561,77.3622135616425,108.125766235396)); -#15452=CARTESIAN_POINT('',(20.189308325261,77.2910895325993,108.110378743704)); -#15453=CARTESIAN_POINT('',(20.1992429966311,77.2193683324616,108.094410761422)); -#15454=CARTESIAN_POINT('',(20.204539552703,77.1819191276397,108.084408328727)); -#15455=CARTESIAN_POINT('',(20.2108003003292,77.1384796311096,108.066941925002)); -#15456=CARTESIAN_POINT('',(20.2120150610224,77.1300899394757,108.063272992161)); -#15457=CARTESIAN_POINT('',(20.214037203608,77.1161845916172,108.056593523054)); -#15458=CARTESIAN_POINT('',(20.2150186105626,77.1094567692112,108.053192231538)); -#15459=CARTESIAN_POINT('',(20.2172592358241,77.0941487370232,108.044508445503)); -#15460=CARTESIAN_POINT('',(20.218671007833,77.0845559459607,108.038147394302)); -#15461=CARTESIAN_POINT('',(20.2204613330177,77.0724385259861,108.026584326012)); -#15462=CARTESIAN_POINT('',(20.2209502347818,77.0691386345466,108.02258386268)); -#15463=CARTESIAN_POINT('',(20.2215635271631,77.0650023141547,108.01604630301)); -#15464=CARTESIAN_POINT('',(20.2217408359509,77.0638077644206,108.013612161136)); -#15465=CARTESIAN_POINT('',(20.2220103217951,77.0619925813552,108.008847802661)); -#15466=CARTESIAN_POINT('',(20.222111145819,77.0613139065248,108.006182544381)); -#15467=CARTESIAN_POINT('',(20.2221607598731,77.0609799491428,108.003505161865)); -#15468=CARTESIAN_POINT('',(20.0050354003906,80.,107.800741644622)); -#15469=CARTESIAN_POINT('',(20.0050354003906,80.,106.199258414995)); -#15470=CARTESIAN_POINT('',(20.1636358803736,77.4862704968876,106.141396652997)); -#15471=CARTESIAN_POINT('',(20.1793528173563,77.3622135616475,106.125766235396)); -#15472=CARTESIAN_POINT('',(20.1893083252611,77.2910895326044,106.110378743704)); -#15473=CARTESIAN_POINT('',(20.199242996631,77.2193683324676,106.094410761423)); -#15474=CARTESIAN_POINT('',(20.204539552703,77.1819191276453,106.084408328728)); -#15475=CARTESIAN_POINT('',(20.2108003003292,77.1384796311151,106.066941925002)); -#15476=CARTESIAN_POINT('',(20.2120150610224,77.1300899394812,106.063272992161)); -#15477=CARTESIAN_POINT('',(20.2140372036082,77.1161845916212,106.056593523053)); -#15478=CARTESIAN_POINT('',(20.2150186105627,77.1094567692162,106.053192231537)); -#15479=CARTESIAN_POINT('',(20.2172592358241,77.0941487370287,106.044508445503)); -#15480=CARTESIAN_POINT('',(20.218671007833,77.0845559459661,106.038147394302)); -#15481=CARTESIAN_POINT('',(20.2204613330176,77.0724385259919,106.026584326013)); -#15482=CARTESIAN_POINT('',(20.2209502347817,77.0691386345522,106.02258386268)); -#15483=CARTESIAN_POINT('',(20.2215635271632,77.06500231416,106.016046303009)); -#15484=CARTESIAN_POINT('',(20.2217408359509,77.063807764426,106.013612161136)); -#15485=CARTESIAN_POINT('',(20.222010321795,77.0619925813607,106.008847802661)); -#15486=CARTESIAN_POINT('',(20.222111145819,77.0613139065302,106.006182544381)); -#15487=CARTESIAN_POINT('',(20.2221607598731,77.0609799491481,106.003505161865)); -#15488=CARTESIAN_POINT('',(20.0050354003906,80.,105.800741644622)); -#15489=CARTESIAN_POINT('',(20.0050354003906,80.,104.199258414995)); -#15490=CARTESIAN_POINT('',(20.1636358803736,77.4862704968938,104.141396652997)); -#15491=CARTESIAN_POINT('',(20.1793528173562,77.3622135616535,104.125766235396)); -#15492=CARTESIAN_POINT('',(20.1893083252611,77.2910895326102,104.110378743704)); -#15493=CARTESIAN_POINT('',(20.199242996631,77.2193683324731,104.094410761423)); -#15494=CARTESIAN_POINT('',(20.204539552703,77.1819191276508,104.084408328728)); -#15495=CARTESIAN_POINT('',(20.2108003003293,77.13847963112,104.066941925002)); -#15496=CARTESIAN_POINT('',(20.2120150610225,77.1300899394864,104.063272992161)); -#15497=CARTESIAN_POINT('',(20.214037203608,77.1161845916277,104.056593523054)); -#15498=CARTESIAN_POINT('',(20.2150186105626,77.109456769222,104.053192231538)); -#15499=CARTESIAN_POINT('',(20.2172592358241,77.094148737034,104.044508445503)); -#15500=CARTESIAN_POINT('',(20.218671007833,77.0845559459715,104.038147394302)); -#15501=CARTESIAN_POINT('',(20.2204613330176,77.0724385259974,104.026584326013)); -#15502=CARTESIAN_POINT('',(20.2209502347817,77.0691386345576,104.02258386268)); -#15503=CARTESIAN_POINT('',(20.2215635271632,77.0650023141653,104.016046303009)); -#15504=CARTESIAN_POINT('',(20.2217408359509,77.0638077644313,104.013612161136)); -#15505=CARTESIAN_POINT('',(20.2220103217951,77.061992581366,104.008847802661)); -#15506=CARTESIAN_POINT('',(20.222111145819,77.0613139065355,104.006182544381)); -#15507=CARTESIAN_POINT('',(20.2221607598731,77.0609799491535,104.003505161865)); -#15508=CARTESIAN_POINT('',(20.0050354003906,80.,103.800741644622)); -#15509=CARTESIAN_POINT('',(20.0050354003906,80.,102.199258414995)); -#15510=CARTESIAN_POINT('',(20.1636358803736,77.4862704969,102.141396652997)); -#15511=CARTESIAN_POINT('',(20.1793528173561,77.3622135616603,102.125766235396)); -#15512=CARTESIAN_POINT('',(20.189308325261,77.2910895326167,102.110378743704)); -#15513=CARTESIAN_POINT('',(20.199242996631,77.2193683324786,102.094410761422)); -#15514=CARTESIAN_POINT('',(20.204539552703,77.1819191276563,102.084408328727)); -#15515=CARTESIAN_POINT('',(20.2108003003292,77.1384796311261,102.066941925002)); -#15516=CARTESIAN_POINT('',(20.2120150610224,77.1300899394921,102.063272992161)); -#15517=CARTESIAN_POINT('',(20.214037203608,77.1161845916335,102.056593523054)); -#15518=CARTESIAN_POINT('',(20.2150186105626,77.1094567692275,102.053192231538)); -#15519=CARTESIAN_POINT('',(20.2172592358241,77.0941487370395,102.044508445503)); -#15520=CARTESIAN_POINT('',(20.218671007833,77.0845559459769,102.038147394302)); -#15521=CARTESIAN_POINT('',(20.2204613330176,77.0724385260027,102.026584326013)); -#15522=CARTESIAN_POINT('',(20.2209502347817,77.0691386345629,102.02258386268)); -#15523=CARTESIAN_POINT('',(20.2215635271631,77.065002314171,102.01604630301)); -#15524=CARTESIAN_POINT('',(20.2217408359509,77.0638077644368,102.013612161136)); -#15525=CARTESIAN_POINT('',(20.2220103217951,77.0619925813713,102.008847802661)); -#15526=CARTESIAN_POINT('',(20.222111145819,77.0613139065408,102.006182544381)); -#15527=CARTESIAN_POINT('',(20.2221607598731,77.0609799491588,102.003505161865)); -#15528=CARTESIAN_POINT('',(20.0050354003906,80.,101.800741644622)); -#15529=CARTESIAN_POINT('',(20.0050354003906,80.,100.199258414995)); -#15530=CARTESIAN_POINT('',(20.1636358803736,77.4862704969062,100.141396652997)); -#15531=CARTESIAN_POINT('',(20.1793528173561,77.3622135616661,100.125766235396)); -#15532=CARTESIAN_POINT('',(20.189308325261,77.2910895326224,100.110378743704)); -#15533=CARTESIAN_POINT('',(20.199242996631,77.2193683324842,100.094410761422)); -#15534=CARTESIAN_POINT('',(20.204539552703,77.1819191276619,100.084408328727)); -#15535=CARTESIAN_POINT('',(20.2108003003292,77.1384796311316,100.066941925002)); -#15536=CARTESIAN_POINT('',(20.2120150610224,77.1300899394976,100.063272992161)); -#15537=CARTESIAN_POINT('',(20.2140372036079,77.1161845916398,100.056593523054)); -#15538=CARTESIAN_POINT('',(20.2150186105626,77.1094567692331,100.053192231538)); -#15539=CARTESIAN_POINT('',(20.2172592358241,77.0941487370446,100.044508445503)); -#15540=CARTESIAN_POINT('',(20.218671007833,77.0845559459822,100.038147394302)); -#15541=CARTESIAN_POINT('',(20.2204613330176,77.0724385260077,100.026584326013)); -#15542=CARTESIAN_POINT('',(20.2209502347818,77.0691386345681,100.02258386268)); -#15543=CARTESIAN_POINT('',(20.2215635271631,77.0650023141763,100.01604630301)); -#15544=CARTESIAN_POINT('',(20.2217408359509,77.0638077644421,100.013612161136)); -#15545=CARTESIAN_POINT('',(20.2220103217951,77.0619925813766,100.00884780266)); -#15546=CARTESIAN_POINT('',(20.222111145819,77.0613139065462,100.006182544381)); -#15547=CARTESIAN_POINT('',(20.2221607598731,77.0609799491642,100.003505161865)); -#15548=CARTESIAN_POINT('',(20.0050354003906,80.,99.8007416446221)); -#15549=CARTESIAN_POINT('',(20.0050354003906,80.,98.1992584149952)); -#15550=CARTESIAN_POINT('',(20.1636358803736,77.4862704969123,98.1413966529973)); -#15551=CARTESIAN_POINT('',(20.1793528173561,77.3622135616721,98.1257662353957)); -#15552=CARTESIAN_POINT('',(20.189308325261,77.2910895326282,98.1103787437044)); -#15553=CARTESIAN_POINT('',(20.1992429966311,77.2193683324896,98.0944107614224)); -#15554=CARTESIAN_POINT('',(20.204539552703,77.1819191276672,98.0844083287274)); -#15555=CARTESIAN_POINT('',(20.2108003003291,77.1384796311379,98.0669419250024)); -#15556=CARTESIAN_POINT('',(20.2120150610224,77.1300899395031,98.0632729921609)); -#15557=CARTESIAN_POINT('',(20.2140372036082,77.1161845916431,98.0565935230531)); -#15558=CARTESIAN_POINT('',(20.2150186105627,77.1094567692377,98.0531922315373)); -#15559=CARTESIAN_POINT('',(20.2172592358242,77.0941487370497,98.0445084455024)); -#15560=CARTESIAN_POINT('',(20.2186710078331,77.0845559459871,98.0381473943012)); -#15561=CARTESIAN_POINT('',(20.2204613330177,77.072438526013,98.0265843260124)); -#15562=CARTESIAN_POINT('',(20.2209502347818,77.0691386345731,98.0225838626797)); -#15563=CARTESIAN_POINT('',(20.2215635271632,77.0650023141809,98.0160463030086)); -#15564=CARTESIAN_POINT('',(20.221740835951,77.063807764447,98.0136121611349)); -#15565=CARTESIAN_POINT('',(20.2220103217951,77.061992581382,98.0088478026604)); -#15566=CARTESIAN_POINT('',(20.222111145819,77.0613139065514,98.0061825443808)); -#15567=CARTESIAN_POINT('',(20.2221607598731,77.0609799491695,98.0035051618649)); -#15568=CARTESIAN_POINT('',(20.0050354003906,80.,97.8007416446221)); -#15569=CARTESIAN_POINT('',(20.0050354003906,80.,96.1992584149952)); -#15570=CARTESIAN_POINT('',(20.1636358803736,77.4862704969185,96.1413966529973)); -#15571=CARTESIAN_POINT('',(20.1793528173535,77.3622135616984,96.1257662353983)); -#15572=CARTESIAN_POINT('',(20.189308325256,77.2910895326705,96.1103787437114)); -#15573=CARTESIAN_POINT('',(20.1992429966265,77.2193683325282,96.0944107614309)); -#15574=CARTESIAN_POINT('',(20.2045395526995,77.1819191276976,96.0844083287357)); -#15575=CARTESIAN_POINT('',(20.2108003003266,77.1384796311601,96.0669419250095)); -#15576=CARTESIAN_POINT('',(20.2120150610203,77.1300899395234,96.0632729921677)); -#15577=CARTESIAN_POINT('',(20.2140372036067,77.1161845916585,96.0565935230582)); -#15578=CARTESIAN_POINT('',(20.2150186105612,77.1094567692535,96.0531922315427)); -#15579=CARTESIAN_POINT('',(20.2172592358229,77.0941487370634,96.0445084455078)); -#15580=CARTESIAN_POINT('',(20.2186710078321,77.0845559459988,96.0381473943062)); -#15581=CARTESIAN_POINT('',(20.2204613330171,77.0724385260221,96.0265843260166)); -#15582=CARTESIAN_POINT('',(20.2209502347814,77.0691386345811,96.0225838626833)); -#15583=CARTESIAN_POINT('',(20.221563527163,77.0650023141876,96.0160463030112)); -#15584=CARTESIAN_POINT('',(20.2217408359509,77.0638077644534,96.0136121611373)); -#15585=CARTESIAN_POINT('',(20.222010321795,77.0619925813878,96.0088478026619)); -#15586=CARTESIAN_POINT('',(20.222111145819,77.061313906557,96.0061825443816)); -#15587=CARTESIAN_POINT('',(20.2221607598731,77.0609799491749,96.0035051618649)); -#15588=CARTESIAN_POINT('',(20.0050354003906,80.,95.8007416446221)); -#15589=CARTESIAN_POINT('',(20.0050354003906,80.,94.1992584149952)); -#15590=CARTESIAN_POINT('',(20.1636358803736,77.4862704969247,94.1413966529973)); -#15591=CARTESIAN_POINT('',(20.1793528173561,77.3622135616841,94.1257662353957)); -#15592=CARTESIAN_POINT('',(20.189308325261,77.2910895326397,94.1103787437044)); -#15593=CARTESIAN_POINT('',(20.199242996631,77.2193683325011,94.0944107614225)); -#15594=CARTESIAN_POINT('',(20.204539552703,77.1819191276786,94.0844083287275)); -#15595=CARTESIAN_POINT('',(20.2108003003292,77.1384796311477,94.066941925002)); -#15596=CARTESIAN_POINT('',(20.2120150610225,77.1300899395139,94.0632729921607)); -#15597=CARTESIAN_POINT('',(20.214037203608,77.116184591655,94.0565935230536)); -#15598=CARTESIAN_POINT('',(20.2150186105626,77.1094567692491,94.0531922315376)); -#15599=CARTESIAN_POINT('',(20.2172592358241,77.0941487370609,94.0445084455027)); -#15600=CARTESIAN_POINT('',(20.218671007833,77.0845559459984,94.0381473943016)); -#15601=CARTESIAN_POINT('',(20.2204613330176,77.0724385260238,94.0265843260126)); -#15602=CARTESIAN_POINT('',(20.2209502347818,77.0691386345842,94.0225838626801)); -#15603=CARTESIAN_POINT('',(20.2215635271632,77.0650023141922,94.0160463030096)); -#15604=CARTESIAN_POINT('',(20.2217408359509,77.0638077644581,94.0136121611358)); -#15605=CARTESIAN_POINT('',(20.2220103217951,77.0619925813927,94.0088478026606)); -#15606=CARTESIAN_POINT('',(20.222111145819,77.0613139065622,94.0061825443809)); -#15607=CARTESIAN_POINT('',(20.2221607598731,77.0609799491802,94.0035051618649)); -#15608=CARTESIAN_POINT('',(20.0050354003906,80.,93.8007416446221)); -#15609=CARTESIAN_POINT('',(20.0050354003906,80.,92.1992584149952)); -#15610=CARTESIAN_POINT('',(20.1636358803736,77.4862704969309,92.1413966529973)); -#15611=CARTESIAN_POINT('',(20.1793528173561,77.3622135616898,92.1257662353957)); -#15612=CARTESIAN_POINT('',(20.189308325261,77.2910895326455,92.1103787437044)); -#15613=CARTESIAN_POINT('',(20.199242996631,77.219368332507,92.0944107614226)); -#15614=CARTESIAN_POINT('',(20.204539552703,77.1819191276842,92.0844083287275)); -#15615=CARTESIAN_POINT('',(20.2108003003292,77.138479631153,92.0669419250019)); -#15616=CARTESIAN_POINT('',(20.2120150610225,77.1300899395193,92.0632729921607)); -#15617=CARTESIAN_POINT('',(20.2140372036079,77.116184591661,92.0565935230539)); -#15618=CARTESIAN_POINT('',(20.2150186105626,77.1094567692548,92.0531922315377)); -#15619=CARTESIAN_POINT('',(20.2172592358241,77.0941487370665,92.0445084455028)); -#15620=CARTESIAN_POINT('',(20.218671007833,77.0845559460039,92.0381473943016)); -#15621=CARTESIAN_POINT('',(20.2204613330176,77.0724385260295,92.0265843260129)); -#15622=CARTESIAN_POINT('',(20.2209502347817,77.0691386345897,92.0225838626803)); -#15623=CARTESIAN_POINT('',(20.2215635271632,77.0650023141975,92.0160463030095)); -#15624=CARTESIAN_POINT('',(20.2217408359509,77.0638077644635,92.0136121611358)); -#15625=CARTESIAN_POINT('',(20.2220103217951,77.0619925813981,92.0088478026606)); -#15626=CARTESIAN_POINT('',(20.222111145819,77.0613139065676,92.0061825443809)); -#15627=CARTESIAN_POINT('',(20.2221607598731,77.0609799491856,92.0035051618649)); -#15628=CARTESIAN_POINT('',(20.0050354003906,80.,91.8007416446221)); -#15629=CARTESIAN_POINT('',(20.0050354003906,80.,90.1992584149952)); -#15630=CARTESIAN_POINT('',(20.1636358803736,77.486270496937,90.1413966529973)); -#15631=CARTESIAN_POINT('',(20.1793528173562,77.3622135616948,90.1257662353956)); -#15632=CARTESIAN_POINT('',(20.1893083252611,77.2910895326506,90.1103787437042)); -#15633=CARTESIAN_POINT('',(20.199242996631,77.2193683325125,90.0944107614225)); -#15634=CARTESIAN_POINT('',(20.204539552703,77.1819191276898,90.0844083287275)); -#15635=CARTESIAN_POINT('',(20.2108003003291,77.1384796311594,90.0669419250022)); -#15636=CARTESIAN_POINT('',(20.2120150610224,77.130089939525,90.0632729921609)); -#15637=CARTESIAN_POINT('',(20.2140372036081,77.1161845916653,90.0565935230534)); -#15638=CARTESIAN_POINT('',(20.2150186105627,77.1094567692599,90.0531922315375)); -#15639=CARTESIAN_POINT('',(20.217259235824,77.0941487370721,90.0445084455029)); -#15640=CARTESIAN_POINT('',(20.218671007833,77.0845559460092,90.0381473943017)); -#15641=CARTESIAN_POINT('',(20.2204613330176,77.0724385260345,90.0265843260126)); -#15642=CARTESIAN_POINT('',(20.2209502347818,77.0691386345949,90.0225838626801)); -#15643=CARTESIAN_POINT('',(20.2215635271632,77.0650023142028,90.0160463030095)); -#15644=CARTESIAN_POINT('',(20.2217408359509,77.0638077644688,90.0136121611359)); -#15645=CARTESIAN_POINT('',(20.2220103217951,77.0619925814034,90.0088478026606)); -#15646=CARTESIAN_POINT('',(20.222111145819,77.0613139065729,90.0061825443809)); -#15647=CARTESIAN_POINT('',(20.2221607598731,77.0609799491909,90.0035051618649)); -#15648=CARTESIAN_POINT('',(20.0050354003906,80.,89.8007416446221)); -#15649=CARTESIAN_POINT('',(20.0050354003906,80.,88.1992584149952)); -#15650=CARTESIAN_POINT('',(20.1636358803736,77.4862704969432,88.1413966529973)); -#15651=CARTESIAN_POINT('',(20.1793528173561,77.3622135617019,88.1257662353957)); -#15652=CARTESIAN_POINT('',(20.189308325261,77.2910895326571,88.1103787437044)); -#15653=CARTESIAN_POINT('',(20.199242996631,77.2193683325181,88.0944107614225)); -#15654=CARTESIAN_POINT('',(20.204539552703,77.1819191276953,88.0844083287275)); -#15655=CARTESIAN_POINT('',(20.2108003003293,77.1384796311634,88.0669419250017)); -#15656=CARTESIAN_POINT('',(20.2120150610225,77.13008993953,88.0632729921606)); -#15657=CARTESIAN_POINT('',(20.2140372036079,77.1161845916723,88.056593523054)); -#15658=CARTESIAN_POINT('',(20.2150186105626,77.1094567692657,88.0531922315378)); -#15659=CARTESIAN_POINT('',(20.2172592358241,77.0941487370771,88.0445084455027)); -#15660=CARTESIAN_POINT('',(20.218671007833,77.0845559460146,88.0381473943016)); -#15661=CARTESIAN_POINT('',(20.2204613330176,77.0724385260402,88.0265843260128)); -#15662=CARTESIAN_POINT('',(20.2209502347817,77.0691386346004,88.0225838626803)); -#15663=CARTESIAN_POINT('',(20.2215635271632,77.0650023142083,88.0160463030096)); -#15664=CARTESIAN_POINT('',(20.2217408359509,77.0638077644742,88.0136121611358)); -#15665=CARTESIAN_POINT('',(20.2220103217951,77.0619925814087,88.0088478026605)); -#15666=CARTESIAN_POINT('',(20.222111145819,77.0613139065783,88.0061825443809)); -#15667=CARTESIAN_POINT('',(20.2221607598731,77.0609799491963,88.0035051618649)); -#15668=CARTESIAN_POINT('',(20.0050354003906,80.,87.8007416446221)); -#15669=CARTESIAN_POINT('',(20.0050354003906,80.,86.1992584149952)); -#15670=CARTESIAN_POINT('',(20.1636358803736,77.4862704969494,86.1413966529973)); -#15671=CARTESIAN_POINT('',(20.1793528173562,77.3622135617069,86.1257662353956)); -#15672=CARTESIAN_POINT('',(20.189308325261,77.2910895326622,86.1103787437043)); -#15673=CARTESIAN_POINT('',(20.199242996631,77.2193683325236,86.0944107614225)); -#15674=CARTESIAN_POINT('',(20.204539552703,77.1819191277008,86.0844083287275)); -#15675=CARTESIAN_POINT('',(20.2108003003292,77.1384796311694,86.0669419250019)); -#15676=CARTESIAN_POINT('',(20.2120150610225,77.1300899395356,86.0632729921607)); -#15677=CARTESIAN_POINT('',(20.2140372036081,77.1161845916764,86.0565935230534)); -#15678=CARTESIAN_POINT('',(20.2150186105627,77.1094567692707,86.0531922315375)); -#15679=CARTESIAN_POINT('',(20.2172592358241,77.0941487370825,86.0445084455027)); -#15680=CARTESIAN_POINT('',(20.218671007833,77.08455594602,86.0381473943016)); -#15681=CARTESIAN_POINT('',(20.2204613330176,77.0724385260455,86.0265843260128)); -#15682=CARTESIAN_POINT('',(20.2209502347817,77.0691386346058,86.0225838626803)); -#15683=CARTESIAN_POINT('',(20.2215635271631,77.0650023142138,86.0160463030098)); -#15684=CARTESIAN_POINT('',(20.2217408359509,77.0638077644796,86.013612161136)); -#15685=CARTESIAN_POINT('',(20.2220103217951,77.0619925814141,86.0088478026606)); -#15686=CARTESIAN_POINT('',(20.222111145819,77.0613139065836,86.0061825443809)); -#15687=CARTESIAN_POINT('',(20.2221607598731,77.0609799492016,86.0035051618649)); -#15688=CARTESIAN_POINT('',(20.0050354003906,80.,85.8007416446221)); -#15689=CARTESIAN_POINT('',(20.0050354003906,80.,84.1992584149952)); -#15690=CARTESIAN_POINT('',(20.1636358803736,77.4862704969556,84.1413966529973)); -#15691=CARTESIAN_POINT('',(20.1793528173561,77.3622135617135,84.1257662353957)); -#15692=CARTESIAN_POINT('',(20.1893083252609,77.2910895326686,84.1103787437044)); -#15693=CARTESIAN_POINT('',(20.199242996631,77.2193683325294,84.0944107614225)); -#15694=CARTESIAN_POINT('',(20.204539552703,77.1819191277064,84.0844083287275)); -#15695=CARTESIAN_POINT('',(20.2108003003292,77.1384796311751,84.066941925002)); -#15696=CARTESIAN_POINT('',(20.2120150610225,77.1300899395412,84.0632729921607)); -#15697=CARTESIAN_POINT('',(20.214037203608,77.1161845916824,84.0565935230537)); -#15698=CARTESIAN_POINT('',(20.2150186105626,77.1094567692764,84.0531922315377)); -#15699=CARTESIAN_POINT('',(20.2172592358241,77.0941487370882,84.0445084455029)); -#15700=CARTESIAN_POINT('',(20.218671007833,77.0845559460254,84.0381473943017)); -#15701=CARTESIAN_POINT('',(20.2204613330176,77.0724385260509,84.0265843260128)); -#15702=CARTESIAN_POINT('',(20.2209502347817,77.0691386346111,84.0225838626803)); -#15703=CARTESIAN_POINT('',(20.2215635271632,77.065002314219,84.0160463030096)); -#15704=CARTESIAN_POINT('',(20.2217408359509,77.0638077644849,84.0136121611358)); -#15705=CARTESIAN_POINT('',(20.2220103217951,77.0619925814194,84.0088478026606)); -#15706=CARTESIAN_POINT('',(20.222111145819,77.061313906589,84.0061825443809)); -#15707=CARTESIAN_POINT('',(20.2221607598731,77.060979949207,84.0035051618649)); -#15708=CARTESIAN_POINT('',(20.0050354003906,80.,83.8007416446221)); -#15709=CARTESIAN_POINT('',(20.0050354003906,80.,82.1992584149952)); -#15710=CARTESIAN_POINT('',(20.1636358803736,77.4862704969618,82.1413966529973)); -#15711=CARTESIAN_POINT('',(20.1793528173561,77.3622135617195,82.1257662353957)); -#15712=CARTESIAN_POINT('',(20.1893083252609,77.2910895326744,82.1103787437044)); -#15713=CARTESIAN_POINT('',(20.199242996631,77.2193683325353,82.0944107614226)); -#15714=CARTESIAN_POINT('',(20.204539552703,77.181919127712,82.0844083287275)); -#15715=CARTESIAN_POINT('',(20.2108003003293,77.1384796311799,82.0669419250017)); -#15716=CARTESIAN_POINT('',(20.2120150610225,77.1300899395464,82.0632729921606)); -#15717=CARTESIAN_POINT('',(20.214037203608,77.1161845916881,82.0565935230538)); -#15718=CARTESIAN_POINT('',(20.2150186105626,77.1094567692818,82.0531922315377)); -#15719=CARTESIAN_POINT('',(20.2172592358241,77.0941487370935,82.0445084455028)); -#15720=CARTESIAN_POINT('',(20.218671007833,77.0845559460307,82.0381473943016)); -#15721=CARTESIAN_POINT('',(20.2204613330176,77.072438526056,82.0265843260127)); -#15722=CARTESIAN_POINT('',(20.2209502347817,77.0691386346165,82.0225838626802)); -#15723=CARTESIAN_POINT('',(20.2215635271631,77.0650023142244,82.0160463030096)); -#15724=CARTESIAN_POINT('',(20.2217408359509,77.0638077644902,82.0136121611358)); -#15725=CARTESIAN_POINT('',(20.2220103217951,77.0619925814247,82.0088478026605)); -#15726=CARTESIAN_POINT('',(20.222111145819,77.0613139065943,82.0061825443809)); -#15727=CARTESIAN_POINT('',(20.2221607598731,77.0609799492123,82.0035051618649)); -#15728=CARTESIAN_POINT('',(20.0050354003906,80.,81.8007416446221)); -#15729=CARTESIAN_POINT('',(20.0050354003906,80.,80.1992584149952)); -#15730=CARTESIAN_POINT('',(20.1636358803736,77.4862704969679,80.1413966529973)); -#15731=CARTESIAN_POINT('',(20.1793528173562,77.3622135617245,80.1257662353956)); -#15732=CARTESIAN_POINT('',(20.189308325261,77.2910895326795,80.1103787437043)); -#15733=CARTESIAN_POINT('',(20.1992429966311,77.2193683325402,80.0944107614224)); -#15734=CARTESIAN_POINT('',(20.204539552703,77.1819191277173,80.0844083287274)); -#15735=CARTESIAN_POINT('',(20.210800300329,77.1384796311877,80.0669419250026)); -#15736=CARTESIAN_POINT('',(20.2120150610224,77.1300899395525,80.063272992161)); -#15737=CARTESIAN_POINT('',(20.2140372036081,77.1161845916927,80.0565935230534)); -#15738=CARTESIAN_POINT('',(20.2150186105627,77.1094567692866,80.0531922315374)); -#15739=CARTESIAN_POINT('',(20.2172592358242,77.0941487370977,80.0445084455021)); -#15740=CARTESIAN_POINT('',(20.2186710078331,77.0845559460356,80.0381473943011)); -#15741=CARTESIAN_POINT('',(20.2204613330177,77.0724385260611,80.0265843260122)); -#15742=CARTESIAN_POINT('',(20.2209502347818,77.0691386346213,80.0225838626794)); -#15743=CARTESIAN_POINT('',(20.2215635271632,77.0650023142297,80.0160463030095)); -#15744=CARTESIAN_POINT('',(20.221740835951,77.0638077644953,80.0136121611354)); -#15745=CARTESIAN_POINT('',(20.2220103217951,77.0619925814297,80.0088478026594)); -#15746=CARTESIAN_POINT('',(20.222111145819,77.0613139065996,80.0061825443805)); -#15747=CARTESIAN_POINT('',(20.2221607598731,77.0609799492177,80.0035051618649)); -#15748=CARTESIAN_POINT('',(20.0050354003906,80.,79.8007416446221)); -#15749=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,78.199258416086)); -#15750=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,77.8007416478945)); -#15751=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,76.199258416086)); -#15752=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,75.8007416478945)); -#15753=CARTESIAN_POINT('',(20.0050382268115,79.99817730411,74.1992584136634)); -#15754=CARTESIAN_POINT('',(20.0050382521439,79.99817730411,73.8007416454719)); -#15755=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,72.199258416086)); -#15756=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,71.8007416478945)); -#15757=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,70.199258416086)); -#15758=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,69.8007416478945)); -#15759=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,68.199258416086)); -#15760=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,67.8007416478945)); -#15761=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,66.199258416086)); -#15762=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,65.8007416478945)); -#15763=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,64.199258416086)); -#15764=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,63.8007416478945)); -#15765=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,62.199258416086)); -#15766=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,61.8007416478945)); -#15767=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,60.199258416086)); -#15768=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,59.8007416478945)); -#15769=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,58.199258416086)); -#15770=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,57.8007416478945)); -#15771=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,56.199258416086)); -#15772=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,55.8007416478945)); -#15773=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,54.199258416086)); -#15774=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,53.8007416478945)); -#15775=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,52.199258416086)); -#15776=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,51.8007416478945)); -#15777=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,50.199258416086)); -#15778=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,49.8007416478945)); -#15779=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,48.199258416086)); -#15780=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,47.8007416478945)); -#15781=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,46.199258416086)); -#15782=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,45.8007416478945)); -#15783=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,44.199258416086)); -#15784=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,43.8007416478945)); -#15785=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,42.199258416086)); -#15786=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,41.8007416478945)); -#15787=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,40.199258416086)); -#15788=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,39.8007416478945)); -#15789=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,38.199258416086)); -#15790=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,37.8007416478945)); -#15791=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,36.199258416086)); -#15792=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,35.8007416478945)); -#15793=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,34.199258416086)); -#15794=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,33.8007416478945)); -#15795=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,32.199258416086)); -#15796=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,31.8007416478945)); -#15797=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,30.199258416086)); -#15798=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,29.8007416478945)); -#15799=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,28.199258416086)); -#15800=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,27.8007416478945)); -#15801=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,26.199258416086)); -#15802=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,25.8007416478945)); -#15803=CARTESIAN_POINT('',(20.0050354130568,80.,24.199258416086)); -#15804=CARTESIAN_POINT('',(20.0050354383892,80.,23.8007416478945)); -#15805=CARTESIAN_POINT('',(20.0050354130568,80.,22.199258416086)); -#15806=CARTESIAN_POINT('',(20.0050354383892,80.,21.8007416478945)); -#15807=CARTESIAN_POINT('',(20.0050354130568,80.,20.199258416086)); -#15808=CARTESIAN_POINT('',(20.0050354383892,80.,19.8007416478945)); -#15809=CARTESIAN_POINT('',(20.0050353877244,80.,18.1992584139044)); -#15810=CARTESIAN_POINT('',(20.0050354130568,80.,17.8007416457129)); -#15811=CARTESIAN_POINT('',(20.0050353877244,80.,16.1992584139044)); -#15812=CARTESIAN_POINT('',(20.0050354130568,80.,15.8007416457129)); -#15813=CARTESIAN_POINT('',(20.0050353877244,80.,14.1992584139044)); -#15814=CARTESIAN_POINT('',(20.0050354130568,80.,13.8007416457129)); -#15815=CARTESIAN_POINT('',(20.0050353877244,80.,12.1992584139044)); -#15816=CARTESIAN_POINT('',(20.0050354130568,80.,11.8007416457129)); -#15817=CARTESIAN_POINT('',(20.0050353877244,80.,10.1992584139044)); -#15818=CARTESIAN_POINT('',(20.0050354130568,80.,9.80074164571289)); -#15819=CARTESIAN_POINT('',(20.0050353877244,80.,8.19925841390441)); -#15820=CARTESIAN_POINT('',(20.0050354130568,80.,7.80074164571289)); -#15821=CARTESIAN_POINT('',(20.0050353877244,80.,6.19925841390441)); -#15822=CARTESIAN_POINT('',(20.0050354130568,80.,5.80074164571289)); -#15823=CARTESIAN_POINT('',(20.0050353877244,80.,4.1992584139044)); -#15824=CARTESIAN_POINT('',(20.0050354130568,80.,3.80074164571289)); -#15825=CARTESIAN_POINT('',(20.0050353750582,80.,2.19925841281358)); -#15826=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999999985)); -#15827=CARTESIAN_POINT('',(20.0050398419658,60.0000044415751,279.999999999966)); -#15828=CARTESIAN_POINT('',(40.0050354003906,59.9999999099159,279.999999999985)); -#15829=CARTESIAN_POINT('',(20.2221607598731,77.0609799486883,278.003505161865)); -#15830=CARTESIAN_POINT('',(20.2221814439841,77.0608407218079,278.002325148738)); -#15831=CARTESIAN_POINT('',(20.2221914777367,77.060773190997,278.001152344888)); -#15832=CARTESIAN_POINT('',(20.2221914777092,77.0607731909951,277.996081271692)); -#15833=CARTESIAN_POINT('',(20.2220658191125,77.0616185820184,277.991933603389)); -#15834=CARTESIAN_POINT('',(20.221601585985,77.0647459074847,277.984151491617)); -#15835=CARTESIAN_POINT('',(20.2212642917737,77.067019526033,277.980513632588)); -#15836=CARTESIAN_POINT('',(20.2193999112389,77.0796056884849,277.96410820798)); -#15837=CARTESIAN_POINT('',(20.2168875534403,77.0966575250325,277.953553483157)); -#15838=CARTESIAN_POINT('',(20.2057883818256,77.1727019553858,277.914084335544)); -#15839=CARTESIAN_POINT('',(20.195522672028,77.2452440991601,277.898736888425)); -#15840=CARTESIAN_POINT('',(20.1756279809193,77.3923038666101,277.87056498295)); -#15841=CARTESIAN_POINT('',(20.1659257655205,77.4673181668119,277.860452436641)); -#15842=CARTESIAN_POINT('',(20.1100225778608,77.917601859377,277.80915668507)); -#15843=CARTESIAN_POINT('',(20.0695225601136,78.3399918689727,277.803900124485)); -#15844=CARTESIAN_POINT('',(20.017029293962,79.1876450960519,277.798336280952)); -#15845=CARTESIAN_POINT('',(20.005035513509,79.6129197046413,277.800741635918)); -#15846=CARTESIAN_POINT('',(20.0050354003906,80.,277.800741644622)); -#15847=CARTESIAN_POINT('',(20.0050354003906,80.,276.199258414995)); -#15848=CARTESIAN_POINT('',(20.0050355186549,79.6129197062831,276.199258424835)); -#15849=CARTESIAN_POINT('',(20.0170293050621,79.1876450978395,276.201663780211)); -#15850=CARTESIAN_POINT('',(20.0695225830481,78.3399918710465,276.196099937492)); -#15851=CARTESIAN_POINT('',(20.1100226066846,77.9176018615923,276.190843377312)); -#15852=CARTESIAN_POINT('',(20.1594247087964,77.5196825398961,276.145512909324)); -#15853=CARTESIAN_POINT('',(20.1615032193074,77.5031040052318,276.143529971699)); -#15854=CARTESIAN_POINT('',(20.1636358803736,77.4862704963629,276.141396652997)); -#15855=CARTESIAN_POINT('',(20.2221607598731,77.0609799486937,276.003505161865)); -#15856=CARTESIAN_POINT('',(20.2221814439841,77.0608407218133,276.002325148738)); -#15857=CARTESIAN_POINT('',(20.2221914777367,77.0607731910023,276.001152344888)); -#15858=CARTESIAN_POINT('',(20.2221914777092,77.0607731910004,275.996081271692)); -#15859=CARTESIAN_POINT('',(20.2220658191125,77.0616185820238,275.991933603389)); -#15860=CARTESIAN_POINT('',(20.221601585985,77.0647459074901,275.984151491617)); -#15861=CARTESIAN_POINT('',(20.2212642917737,77.0670195260383,275.980513632588)); -#15862=CARTESIAN_POINT('',(20.2193999112389,77.0796056884902,275.96410820798)); -#15863=CARTESIAN_POINT('',(20.2168875534403,77.0966575250378,275.953553483157)); -#15864=CARTESIAN_POINT('',(20.2057883818257,77.1727019553909,275.914084335544)); -#15865=CARTESIAN_POINT('',(20.195522672028,77.245244099165,275.898736888425)); -#15866=CARTESIAN_POINT('',(20.1756279809194,77.3923038666147,275.87056498295)); -#15867=CARTESIAN_POINT('',(20.1659257655206,77.4673181668163,275.860452436641)); -#15868=CARTESIAN_POINT('',(20.110022577861,77.9176018593806,275.80915668507)); -#15869=CARTESIAN_POINT('',(20.0695225601138,78.3399918689756,275.803900124485)); -#15870=CARTESIAN_POINT('',(20.0170292939622,79.1876450960536,275.798336280953)); -#15871=CARTESIAN_POINT('',(20.0050355135091,79.6129197046418,275.800741635918)); -#15872=CARTESIAN_POINT('',(20.0050354003906,80.,275.800741644622)); -#15873=CARTESIAN_POINT('',(20.0050354003906,80.,274.199258414995)); -#15874=CARTESIAN_POINT('',(20.005035518655,79.6129197062836,274.199258424835)); -#15875=CARTESIAN_POINT('',(20.0170293050623,79.1876450978412,274.201663780211)); -#15876=CARTESIAN_POINT('',(20.0695225830484,78.3399918710495,274.196099937492)); -#15877=CARTESIAN_POINT('',(20.1100226066849,77.9176018615959,274.190843377312)); -#15878=CARTESIAN_POINT('',(20.1594247087966,77.5196825399009,274.145512909323)); -#15879=CARTESIAN_POINT('',(20.1615032193075,77.5031040052373,274.143529971699)); -#15880=CARTESIAN_POINT('',(20.1636358803736,77.4862704963691,274.141396652997)); -#15881=CARTESIAN_POINT('',(20.2221607598731,77.0609799486991,274.003505161865)); -#15882=CARTESIAN_POINT('',(20.2221814439841,77.0608407218186,274.002325148738)); -#15883=CARTESIAN_POINT('',(20.2221914777367,77.0607731910077,274.001152344888)); -#15884=CARTESIAN_POINT('',(20.2221914777092,77.0607731910058,273.996081271692)); -#15885=CARTESIAN_POINT('',(20.2220658191125,77.0616185820291,273.991933603389)); -#15886=CARTESIAN_POINT('',(20.221601585985,77.0647459074954,273.984151491617)); -#15887=CARTESIAN_POINT('',(20.2212642917737,77.0670195260436,273.980513632588)); -#15888=CARTESIAN_POINT('',(20.2193999112389,77.0796056884955,273.96410820798)); -#15889=CARTESIAN_POINT('',(20.2168875534402,77.0966575250431,273.953553483157)); -#15890=CARTESIAN_POINT('',(20.2057883818257,77.1727019553959,273.914084335544)); -#15891=CARTESIAN_POINT('',(20.1955226720281,77.2452440991699,273.898736888425)); -#15892=CARTESIAN_POINT('',(20.1756279809196,77.3923038666192,273.87056498295)); -#15893=CARTESIAN_POINT('',(20.1659257655207,77.4673181668206,273.860452436642)); -#15894=CARTESIAN_POINT('',(20.1100225778612,77.9176018593843,273.809156685071)); -#15895=CARTESIAN_POINT('',(20.069522560114,78.3399918689787,273.803900124485)); -#15896=CARTESIAN_POINT('',(20.0170292939624,79.1876450960553,273.798336280952)); -#15897=CARTESIAN_POINT('',(20.0050355135092,79.6129197046423,273.800741635918)); -#15898=CARTESIAN_POINT('',(20.0050354003906,80.,273.800741644622)); -#15899=CARTESIAN_POINT('',(20.0050354003906,80.,272.199258414995)); -#15900=CARTESIAN_POINT('',(20.0050355186551,79.6129197062841,272.199258424835)); -#15901=CARTESIAN_POINT('',(20.0170293050625,79.1876450978428,272.201663780211)); -#15902=CARTESIAN_POINT('',(20.0695225830487,78.3399918710524,272.196099937492)); -#15903=CARTESIAN_POINT('',(20.1100226066853,77.9176018615995,272.190843377312)); -#15904=CARTESIAN_POINT('',(20.1594247087968,77.5196825399057,272.145512909323)); -#15905=CARTESIAN_POINT('',(20.1615032193076,77.5031040052428,272.143529971699)); -#15906=CARTESIAN_POINT('',(20.1636358803736,77.4862704963752,272.141396652997)); -#15907=CARTESIAN_POINT('',(20.2221607598731,77.0609799487044,272.003505161865)); -#15908=CARTESIAN_POINT('',(20.2221814439841,77.0608407218239,272.002325148738)); -#15909=CARTESIAN_POINT('',(20.2221914777367,77.0607731910129,272.001152344888)); -#15910=CARTESIAN_POINT('',(20.2221914777092,77.0607731910111,271.996081271692)); -#15911=CARTESIAN_POINT('',(20.2220658191125,77.0616185820345,271.991933603389)); -#15912=CARTESIAN_POINT('',(20.221601585985,77.0647459075008,271.984151491617)); -#15913=CARTESIAN_POINT('',(20.2212642917737,77.067019526049,271.980513632588)); -#15914=CARTESIAN_POINT('',(20.2193999112389,77.0796056885007,271.96410820798)); -#15915=CARTESIAN_POINT('',(20.2168875534402,77.0966575250482,271.953553483157)); -#15916=CARTESIAN_POINT('',(20.2057883818257,77.1727019554009,271.914084335545)); -#15917=CARTESIAN_POINT('',(20.1955226720281,77.2452440991748,271.898736888425)); -#15918=CARTESIAN_POINT('',(20.1756279809197,77.3923038666237,271.870564982951)); -#15919=CARTESIAN_POINT('',(20.1659257655209,77.467318166825,271.860452436642)); -#15920=CARTESIAN_POINT('',(20.1100225778614,77.9176018593879,271.809156685071)); -#15921=CARTESIAN_POINT('',(20.0695225601142,78.3399918689816,271.803900124485)); -#15922=CARTESIAN_POINT('',(20.0170292939624,79.1876450960571,271.798336280952)); -#15923=CARTESIAN_POINT('',(20.0050355135092,79.6129197046428,271.800741635918)); -#15924=CARTESIAN_POINT('',(20.0050354003906,80.,271.800741644622)); -#15925=CARTESIAN_POINT('',(20.0050354003906,80.,270.199258414995)); -#15926=CARTESIAN_POINT('',(20.0050355186553,79.6129197062847,270.199258424835)); -#15927=CARTESIAN_POINT('',(20.0170293050627,79.1876450978446,270.201663780211)); -#15928=CARTESIAN_POINT('',(20.0695225830489,78.3399918710553,270.196099937492)); -#15929=CARTESIAN_POINT('',(20.1100226066856,77.9176018616031,270.190843377311)); -#15930=CARTESIAN_POINT('',(20.1594247087969,77.5196825399105,270.145512909323)); -#15931=CARTESIAN_POINT('',(20.1615032193076,77.5031040052483,270.143529971699)); -#15932=CARTESIAN_POINT('',(20.1636358803736,77.4862704963814,270.141396652997)); -#15933=CARTESIAN_POINT('',(20.2221607598731,77.0609799487097,270.003505161865)); -#15934=CARTESIAN_POINT('',(20.2221814439841,77.0608407218293,270.002325148738)); -#15935=CARTESIAN_POINT('',(20.2221914777367,77.0607731910184,270.001152344888)); -#15936=CARTESIAN_POINT('',(20.2221914777091,77.0607731910165,269.996081271692)); -#15937=CARTESIAN_POINT('',(20.2220658191125,77.0616185820398,269.99193360339)); -#15938=CARTESIAN_POINT('',(20.221601585985,77.0647459075061,269.984151491617)); -#15939=CARTESIAN_POINT('',(20.2212642917737,77.0670195260543,269.980513632588)); -#15940=CARTESIAN_POINT('',(20.2193999112389,77.079605688506,269.96410820798)); -#15941=CARTESIAN_POINT('',(20.2168875534403,77.0966575250536,269.953553483157)); -#15942=CARTESIAN_POINT('',(20.2057883818258,77.172701955406,269.914084335545)); -#15943=CARTESIAN_POINT('',(20.1955226720282,77.2452440991797,269.898736888426)); -#15944=CARTESIAN_POINT('',(20.1756279809198,77.3923038666282,269.870564982951)); -#15945=CARTESIAN_POINT('',(20.165925765521,77.4673181668293,269.860452436642)); -#15946=CARTESIAN_POINT('',(20.1100225778616,77.9176018593915,269.809156685071)); -#15947=CARTESIAN_POINT('',(20.0695225601145,78.3399918689846,269.803900124486)); -#15948=CARTESIAN_POINT('',(20.0170292939626,79.1876450960587,269.798336280952)); -#15949=CARTESIAN_POINT('',(20.0050355135094,79.6129197046434,269.800741635918)); -#15950=CARTESIAN_POINT('',(20.0050354003906,80.,269.800741644622)); -#15951=CARTESIAN_POINT('',(20.0050354003906,80.,268.199258414995)); -#15952=CARTESIAN_POINT('',(20.0050355186554,79.6129197062853,268.199258424834)); -#15953=CARTESIAN_POINT('',(20.0170293050629,79.1876450978464,268.20166378021)); -#15954=CARTESIAN_POINT('',(20.0695225830492,78.3399918710583,268.196099937492)); -#15955=CARTESIAN_POINT('',(20.1100226066858,77.9176018616067,268.190843377311)); -#15956=CARTESIAN_POINT('',(20.1594247087971,77.5196825399153,268.145512909323)); -#15957=CARTESIAN_POINT('',(20.1615032193077,77.5031040052537,268.143529971699)); -#15958=CARTESIAN_POINT('',(20.1636358803736,77.4862704963876,268.141396652997)); -#15959=CARTESIAN_POINT('',(20.2221607598731,77.0609799487151,268.003505161865)); -#15960=CARTESIAN_POINT('',(20.2221814439841,77.0608407218346,268.002325148738)); -#15961=CARTESIAN_POINT('',(20.2221914777367,77.0607731910237,268.001152344888)); -#15962=CARTESIAN_POINT('',(20.2221914777092,77.0607731910218,267.996081271692)); -#15963=CARTESIAN_POINT('',(20.2220658191125,77.0616185820452,267.99193360339)); -#15964=CARTESIAN_POINT('',(20.221601585985,77.0647459075115,267.984151491617)); -#15965=CARTESIAN_POINT('',(20.2212642917737,77.0670195260597,267.980513632588)); -#15966=CARTESIAN_POINT('',(20.219399911239,77.0796056885114,267.96410820798)); -#15967=CARTESIAN_POINT('',(20.2168875534403,77.0966575250588,267.953553483157)); -#15968=CARTESIAN_POINT('',(20.2057883818258,77.1727019554111,267.914084335545)); -#15969=CARTESIAN_POINT('',(20.1955226720283,77.2452440991845,267.898736888426)); -#15970=CARTESIAN_POINT('',(20.1756279809199,77.3923038666328,267.870564982951)); -#15971=CARTESIAN_POINT('',(20.1659257655211,77.4673181668337,267.860452436642)); -#15972=CARTESIAN_POINT('',(20.1100225778618,77.9176018593951,267.809156685071)); -#15973=CARTESIAN_POINT('',(20.0695225601146,78.3399918689875,267.803900124486)); -#15974=CARTESIAN_POINT('',(20.0170292939628,79.1876450960605,267.798336280952)); -#15975=CARTESIAN_POINT('',(20.0050355135095,79.6129197046439,267.800741635918)); -#15976=CARTESIAN_POINT('',(20.0050354003906,80.,267.800741644622)); -#15977=CARTESIAN_POINT('',(20.0050354003906,80.,266.199258414995)); -#15978=CARTESIAN_POINT('',(20.0050355186556,79.6129197062857,266.199258424835)); -#15979=CARTESIAN_POINT('',(20.0170293050631,79.1876450978481,266.20166378021)); -#15980=CARTESIAN_POINT('',(20.0695225830496,78.3399918710613,266.196099937491)); -#15981=CARTESIAN_POINT('',(20.1100226066861,77.9176018616103,266.190843377311)); -#15982=CARTESIAN_POINT('',(20.1594247087973,77.5196825399202,266.145512909323)); -#15983=CARTESIAN_POINT('',(20.1615032193078,77.5031040052592,266.143529971699)); -#15984=CARTESIAN_POINT('',(20.1636358803736,77.4862704963938,266.141396652997)); -#15985=CARTESIAN_POINT('',(20.2221607598731,77.0609799487204,266.003505161865)); -#15986=CARTESIAN_POINT('',(20.2221814439841,77.0608407218399,266.002325148738)); -#15987=CARTESIAN_POINT('',(20.2221914777367,77.0607731910291,266.001152344888)); -#15988=CARTESIAN_POINT('',(20.2221914777092,77.0607731910272,265.996081271692)); -#15989=CARTESIAN_POINT('',(20.2220658191125,77.0616185820505,265.99193360339)); -#15990=CARTESIAN_POINT('',(20.221601585985,77.0647459075168,265.984151491617)); -#15991=CARTESIAN_POINT('',(20.2212642917737,77.067019526065,265.980513632588)); -#15992=CARTESIAN_POINT('',(20.219399911239,77.0796056885167,265.964108207981)); -#15993=CARTESIAN_POINT('',(20.2168875534403,77.096657525064,265.953553483157)); -#15994=CARTESIAN_POINT('',(20.2057883818259,77.1727019554161,265.914084335545)); -#15995=CARTESIAN_POINT('',(20.1955226720283,77.2452440991894,265.898736888426)); -#15996=CARTESIAN_POINT('',(20.17562798092,77.3923038666372,265.870564982951)); -#15997=CARTESIAN_POINT('',(20.1659257655212,77.467318166838,265.860452436643)); -#15998=CARTESIAN_POINT('',(20.110022577862,77.9176018593986,265.809156685072)); -#15999=CARTESIAN_POINT('',(20.0695225601148,78.3399918689905,265.803900124486)); -#16000=CARTESIAN_POINT('',(20.017029293963,79.1876450960622,265.798336280952)); -#16001=CARTESIAN_POINT('',(20.0050355135096,79.6129197046444,265.800741635917)); -#16002=CARTESIAN_POINT('',(20.0050354003906,80.,265.800741644622)); -#16003=CARTESIAN_POINT('',(20.0050354003906,80.,264.199258414995)); -#16004=CARTESIAN_POINT('',(20.0050355186556,79.6129197062863,264.199258424835)); -#16005=CARTESIAN_POINT('',(20.0170293050632,79.1876450978498,264.20166378021)); -#16006=CARTESIAN_POINT('',(20.0695225830498,78.3399918710643,264.196099937491)); -#16007=CARTESIAN_POINT('',(20.1100226066864,77.9176018616139,264.190843377311)); -#16008=CARTESIAN_POINT('',(20.1594247087975,77.519682539925,264.145512909323)); -#16009=CARTESIAN_POINT('',(20.1615032193079,77.5031040052647,264.143529971699)); -#16010=CARTESIAN_POINT('',(20.1636358803736,77.4862704963999,264.141396652997)); -#16011=CARTESIAN_POINT('',(20.2221607598731,77.0609799487258,264.003505161865)); -#16012=CARTESIAN_POINT('',(20.2221814439841,77.0608407218453,264.002325148738)); -#16013=CARTESIAN_POINT('',(20.2221914777367,77.0607731910344,264.001152344888)); -#16014=CARTESIAN_POINT('',(20.2221914777092,77.0607731910325,263.996081271692)); -#16015=CARTESIAN_POINT('',(20.2220658191126,77.0616185820558,263.99193360339)); -#16016=CARTESIAN_POINT('',(20.221601585985,77.0647459075221,263.984151491617)); -#16017=CARTESIAN_POINT('',(20.2212642917738,77.0670195260703,263.980513632588)); -#16018=CARTESIAN_POINT('',(20.219399911239,77.0796056885219,263.964108207981)); -#16019=CARTESIAN_POINT('',(20.2168875534403,77.0966575250692,263.953553483157)); -#16020=CARTESIAN_POINT('',(20.2057883818259,77.1727019554212,263.914084335545)); -#16021=CARTESIAN_POINT('',(20.1955226720285,77.2452440991943,263.898736888426)); -#16022=CARTESIAN_POINT('',(20.1756279809201,77.3923038666417,263.870564982952)); -#16023=CARTESIAN_POINT('',(20.1659257655214,77.4673181668423,263.860452436643)); -#16024=CARTESIAN_POINT('',(20.1100225778622,77.9176018594022,263.809156685072)); -#16025=CARTESIAN_POINT('',(20.069522560115,78.3399918689935,263.803900124486)); -#16026=CARTESIAN_POINT('',(20.0170292939632,79.1876450960638,263.798336280952)); -#16027=CARTESIAN_POINT('',(20.0050355135097,79.6129197046449,263.800741635917)); -#16028=CARTESIAN_POINT('',(20.0050354003906,80.,263.800741644622)); -#16029=CARTESIAN_POINT('',(20.0050354003906,80.,262.199258414995)); -#16030=CARTESIAN_POINT('',(20.0050355186557,79.6129197062869,262.199258424835)); -#16031=CARTESIAN_POINT('',(20.0170293050634,79.1876450978515,262.20166378021)); -#16032=CARTESIAN_POINT('',(20.06952258305,78.3399918710673,262.196099937491)); -#16033=CARTESIAN_POINT('',(20.1100226066867,77.9176018616175,262.19084337731)); -#16034=CARTESIAN_POINT('',(20.1594247087976,77.5196825399298,262.145512909322)); -#16035=CARTESIAN_POINT('',(20.161503219308,77.5031040052702,262.143529971699)); -#16036=CARTESIAN_POINT('',(20.1636358803736,77.4862704964061,262.141396652997)); -#16037=CARTESIAN_POINT('',(20.2221607598731,77.0609799487311,262.003505161865)); -#16038=CARTESIAN_POINT('',(20.2221814439841,77.0608407218507,262.002325148738)); -#16039=CARTESIAN_POINT('',(20.2221914777368,77.0607731910396,262.001152344888)); -#16040=CARTESIAN_POINT('',(20.2221914777092,77.0607731910378,261.996081271692)); -#16041=CARTESIAN_POINT('',(20.2220658191125,77.0616185820612,261.99193360339)); -#16042=CARTESIAN_POINT('',(20.221601585985,77.0647459075275,261.984151491617)); -#16043=CARTESIAN_POINT('',(20.2212642917738,77.0670195260756,261.980513632588)); -#16044=CARTESIAN_POINT('',(20.219399911239,77.0796056885272,261.964108207981)); -#16045=CARTESIAN_POINT('',(20.2168875534403,77.0966575250745,261.953553483158)); -#16046=CARTESIAN_POINT('',(20.2057883818259,77.1727019554263,261.914084335545)); -#16047=CARTESIAN_POINT('',(20.1955226720285,77.2452440991992,261.898736888426)); -#16048=CARTESIAN_POINT('',(20.1756279809202,77.3923038666463,261.870564982952)); -#16049=CARTESIAN_POINT('',(20.1659257655215,77.4673181668466,261.860452436643)); -#16050=CARTESIAN_POINT('',(20.1100225778624,77.9176018594058,261.809156685072)); -#16051=CARTESIAN_POINT('',(20.0695225601153,78.3399918689964,261.803900124486)); -#16052=CARTESIAN_POINT('',(20.0170292939633,79.1876450960656,261.798336280952)); -#16053=CARTESIAN_POINT('',(20.0050355135099,79.6129197046454,261.800741635917)); -#16054=CARTESIAN_POINT('',(20.0050354003906,80.,261.800741644622)); -#16055=CARTESIAN_POINT('',(20.0050354003906,80.,260.199258414995)); -#16056=CARTESIAN_POINT('',(20.0050355186558,79.6129197062873,260.199258424835)); -#16057=CARTESIAN_POINT('',(20.0170293050637,79.1876450978532,260.20166378021)); -#16058=CARTESIAN_POINT('',(20.0695225830503,78.3399918710703,260.196099937491)); -#16059=CARTESIAN_POINT('',(20.1100226066869,77.9176018616211,260.19084337731)); -#16060=CARTESIAN_POINT('',(20.1594247087977,77.5196825399346,260.145512909322)); -#16061=CARTESIAN_POINT('',(20.1615032193081,77.5031040052757,260.143529971699)); -#16062=CARTESIAN_POINT('',(20.1636358803736,77.4862704964123,260.141396652997)); -#16063=CARTESIAN_POINT('',(20.2221607598731,77.0609799487365,260.003505161865)); -#16064=CARTESIAN_POINT('',(20.2221814439841,77.060840721856,260.002325148738)); -#16065=CARTESIAN_POINT('',(20.2221914777367,77.060773191045,260.001152344888)); -#16066=CARTESIAN_POINT('',(20.2221914777092,77.0607731910432,259.996081271692)); -#16067=CARTESIAN_POINT('',(20.2220658191125,77.0616185820665,259.99193360339)); -#16068=CARTESIAN_POINT('',(20.221601585985,77.0647459075328,259.984151491617)); -#16069=CARTESIAN_POINT('',(20.2212642917738,77.067019526081,259.980513632588)); -#16070=CARTESIAN_POINT('',(20.219399911239,77.0796056885326,259.964108207981)); -#16071=CARTESIAN_POINT('',(20.2168875534404,77.0966575250797,259.953553483158)); -#16072=CARTESIAN_POINT('',(20.205788381826,77.1727019554313,259.914084335546)); -#16073=CARTESIAN_POINT('',(20.1955226720286,77.2452440992041,259.898736888427)); -#16074=CARTESIAN_POINT('',(20.1756279809203,77.3923038666508,259.870564982952)); -#16075=CARTESIAN_POINT('',(20.1659257655216,77.4673181668509,259.860452436643)); -#16076=CARTESIAN_POINT('',(20.1100225778626,77.9176018594094,259.809156685073)); -#16077=CARTESIAN_POINT('',(20.0695225601155,78.3399918689994,259.803900124486)); -#16078=CARTESIAN_POINT('',(20.0170292939635,79.1876450960673,259.798336280953)); -#16079=CARTESIAN_POINT('',(20.00503551351,79.612919704646,259.800741635918)); -#16080=CARTESIAN_POINT('',(20.0050354003906,80.,259.800741644622)); -#16081=CARTESIAN_POINT('',(20.0050354003906,80.,258.199258414995)); -#16082=CARTESIAN_POINT('',(20.005035518656,79.6129197062879,258.199258424834)); -#16083=CARTESIAN_POINT('',(20.0170293050638,79.187645097855,258.20166378021)); -#16084=CARTESIAN_POINT('',(20.0695225830507,78.3399918710731,258.196099937491)); -#16085=CARTESIAN_POINT('',(20.1100226066872,77.9176018616247,258.19084337731)); -#16086=CARTESIAN_POINT('',(20.1594247087979,77.5196825399394,258.145512909322)); -#16087=CARTESIAN_POINT('',(20.1615032193082,77.5031040052812,258.143529971698)); -#16088=CARTESIAN_POINT('',(20.1636358803736,77.4862704964185,258.141396652997)); -#16089=CARTESIAN_POINT('',(20.2221607598731,77.0609799487418,258.003505161865)); -#16090=CARTESIAN_POINT('',(20.2221814439841,77.0608407218613,258.002325148738)); -#16091=CARTESIAN_POINT('',(20.2221914777367,77.0607731910503,258.001152344888)); -#16092=CARTESIAN_POINT('',(20.2221914777092,77.0607731910485,257.996081271692)); -#16093=CARTESIAN_POINT('',(20.2220658191125,77.0616185820719,257.99193360339)); -#16094=CARTESIAN_POINT('',(20.221601585985,77.0647459075381,257.984151491618)); -#16095=CARTESIAN_POINT('',(20.2212642917738,77.0670195260863,257.980513632588)); -#16096=CARTESIAN_POINT('',(20.219399911239,77.0796056885379,257.964108207981)); -#16097=CARTESIAN_POINT('',(20.2168875534404,77.096657525085,257.953553483158)); -#16098=CARTESIAN_POINT('',(20.2057883818261,77.1727019554364,257.914084335546)); -#16099=CARTESIAN_POINT('',(20.1955226720286,77.2452440992089,257.898736888427)); -#16100=CARTESIAN_POINT('',(20.1756279809204,77.3923038666553,257.870564982952)); -#16101=CARTESIAN_POINT('',(20.1659257655218,77.4673181668552,257.860452436644)); -#16102=CARTESIAN_POINT('',(20.1100225778627,77.917601859413,257.809156685073)); -#16103=CARTESIAN_POINT('',(20.0695225601157,78.3399918690023,257.803900124486)); -#16104=CARTESIAN_POINT('',(20.0170292939637,79.1876450960691,257.798336280953)); -#16105=CARTESIAN_POINT('',(20.0050355135101,79.6129197046466,257.800741635918)); -#16106=CARTESIAN_POINT('',(20.0050354003906,80.,257.800741644622)); -#16107=CARTESIAN_POINT('',(20.0050354003906,80.,256.199258414995)); -#16108=CARTESIAN_POINT('',(20.0050355186561,79.6129197062884,256.199258424834)); -#16109=CARTESIAN_POINT('',(20.017029305064,79.1876450978566,256.20166378021)); -#16110=CARTESIAN_POINT('',(20.0695225830509,78.3399918710762,256.196099937491)); -#16111=CARTESIAN_POINT('',(20.1100226066875,77.9176018616283,256.19084337731)); -#16112=CARTESIAN_POINT('',(20.1594247087981,77.5196825399442,256.145512909322)); -#16113=CARTESIAN_POINT('',(20.1615032193083,77.5031040052866,256.143529971698)); -#16114=CARTESIAN_POINT('',(20.1636358803736,77.4862704964246,256.141396652997)); -#16115=CARTESIAN_POINT('',(20.2221607598731,77.0609799487471,256.003505161865)); -#16116=CARTESIAN_POINT('',(20.2221814439841,77.0608407218667,256.002325148738)); -#16117=CARTESIAN_POINT('',(20.2221914777367,77.0607731910557,256.001152344888)); -#16118=CARTESIAN_POINT('',(20.2221914777091,77.0607731910539,255.996081271692)); -#16119=CARTESIAN_POINT('',(20.2220658191125,77.0616185820773,255.99193360339)); -#16120=CARTESIAN_POINT('',(20.221601585985,77.0647459075435,255.984151491618)); -#16121=CARTESIAN_POINT('',(20.2212642917738,77.0670195260916,255.980513632588)); -#16122=CARTESIAN_POINT('',(20.219399911239,77.0796056885432,255.964108207981)); -#16123=CARTESIAN_POINT('',(20.2168875534404,77.0966575250904,255.953553483158)); -#16124=CARTESIAN_POINT('',(20.2057883818261,77.1727019554415,255.914084335546)); -#16125=CARTESIAN_POINT('',(20.1955226720287,77.2452440992137,255.898736888427)); -#16126=CARTESIAN_POINT('',(20.1756279809205,77.3923038666598,255.870564982952)); -#16127=CARTESIAN_POINT('',(20.1659257655219,77.4673181668595,255.860452436644)); -#16128=CARTESIAN_POINT('',(20.1100225778629,77.9176018594166,255.809156685074)); -#16129=CARTESIAN_POINT('',(20.0695225601159,78.3399918690053,255.803900124487)); -#16130=CARTESIAN_POINT('',(20.0170292939638,79.1876450960707,255.798336280953)); -#16131=CARTESIAN_POINT('',(20.0050355135101,79.6129197046471,255.800741635918)); -#16132=CARTESIAN_POINT('',(20.0050354003906,80.,255.800741644622)); -#16133=CARTESIAN_POINT('',(20.0050354003906,80.,254.199258414995)); -#16134=CARTESIAN_POINT('',(20.0050355186562,79.6129197062889,254.199258424835)); -#16135=CARTESIAN_POINT('',(20.0170293050643,79.1876450978584,254.20166378021)); -#16136=CARTESIAN_POINT('',(20.0695225830512,78.3399918710791,254.196099937491)); -#16137=CARTESIAN_POINT('',(20.1100226066878,77.9176018616319,254.19084337731)); -#16138=CARTESIAN_POINT('',(20.1594247087983,77.519682539949,254.145512909322)); -#16139=CARTESIAN_POINT('',(20.1615032193084,77.5031040052922,254.143529971698)); -#16140=CARTESIAN_POINT('',(20.1636358803736,77.4862704964308,254.141396652997)); -#16141=CARTESIAN_POINT('',(20.2221607598731,77.0609799487525,254.003505161865)); -#16142=CARTESIAN_POINT('',(20.2221814439841,77.060840721872,254.002325148738)); -#16143=CARTESIAN_POINT('',(20.2221914777367,77.060773191061,254.001152344888)); -#16144=CARTESIAN_POINT('',(20.2221914777092,77.0607731910592,253.996081271692)); -#16145=CARTESIAN_POINT('',(20.2220658191125,77.0616185820826,253.99193360339)); -#16146=CARTESIAN_POINT('',(20.221601585985,77.0647459075488,253.984151491618)); -#16147=CARTESIAN_POINT('',(20.2212642917738,77.0670195260969,253.980513632588)); -#16148=CARTESIAN_POINT('',(20.219399911239,77.0796056885484,253.964108207981)); -#16149=CARTESIAN_POINT('',(20.2168875534403,77.0966575250955,253.953553483158)); -#16150=CARTESIAN_POINT('',(20.2057883818261,77.1727019554465,253.914084335546)); -#16151=CARTESIAN_POINT('',(20.1955226720287,77.2452440992187,253.898736888427)); -#16152=CARTESIAN_POINT('',(20.1756279809206,77.3923038666644,253.870564982953)); -#16153=CARTESIAN_POINT('',(20.165925765522,77.4673181668639,253.860452436644)); -#16154=CARTESIAN_POINT('',(20.1100225778631,77.9176018594202,253.809156685074)); -#16155=CARTESIAN_POINT('',(20.0695225601161,78.3399918690083,253.803900124487)); -#16156=CARTESIAN_POINT('',(20.0170292939639,79.1876450960725,253.798336280953)); -#16157=CARTESIAN_POINT('',(20.0050355135102,79.6129197046476,253.800741635918)); -#16158=CARTESIAN_POINT('',(20.0050354003906,80.,253.800741644622)); -#16159=CARTESIAN_POINT('',(20.0050354003906,80.,252.199258414995)); -#16160=CARTESIAN_POINT('',(20.0050355186564,79.6129197062895,252.199258424835)); -#16161=CARTESIAN_POINT('',(20.0170293050645,79.1876450978601,252.20166378021)); -#16162=CARTESIAN_POINT('',(20.0695225830515,78.3399918710821,252.196099937491)); -#16163=CARTESIAN_POINT('',(20.1100226066881,77.9176018616355,252.190843377309)); -#16164=CARTESIAN_POINT('',(20.1594247087985,77.5196825399539,252.145512909321)); -#16165=CARTESIAN_POINT('',(20.1615032193085,77.5031040052977,252.143529971698)); -#16166=CARTESIAN_POINT('',(20.1636358803736,77.486270496437,252.141396652997)); -#16167=CARTESIAN_POINT('',(20.2221607598731,77.0609799487579,252.003505161865)); -#16168=CARTESIAN_POINT('',(20.2221814439841,77.0608407218774,252.002325148738)); -#16169=CARTESIAN_POINT('',(20.2221914777367,77.0607731910665,252.001152344888)); -#16170=CARTESIAN_POINT('',(20.2221914777091,77.0607731910646,251.996081271692)); -#16171=CARTESIAN_POINT('',(20.2220658191126,77.0616185820879,251.99193360339)); -#16172=CARTESIAN_POINT('',(20.221601585985,77.0647459075541,251.984151491618)); -#16173=CARTESIAN_POINT('',(20.2212642917738,77.0670195261023,251.980513632588)); -#16174=CARTESIAN_POINT('',(20.2193999112391,77.0796056885538,251.964108207981)); -#16175=CARTESIAN_POINT('',(20.2168875534403,77.0966575251009,251.953553483158)); -#16176=CARTESIAN_POINT('',(20.2057883818262,77.1727019554516,251.914084335546)); -#16177=CARTESIAN_POINT('',(20.1955226720288,77.2452440992236,251.898736888427)); -#16178=CARTESIAN_POINT('',(20.1756279809208,77.3923038666689,251.870564982953)); -#16179=CARTESIAN_POINT('',(20.1659257655222,77.4673181668682,251.860452436644)); -#16180=CARTESIAN_POINT('',(20.1100225778633,77.9176018594238,251.809156685074)); -#16181=CARTESIAN_POINT('',(20.0695225601164,78.3399918690113,251.803900124487)); -#16182=CARTESIAN_POINT('',(20.0170292939641,79.1876450960741,251.798336280953)); -#16183=CARTESIAN_POINT('',(20.0050355135104,79.6129197046481,251.800741635918)); -#16184=CARTESIAN_POINT('',(20.0050354003906,80.,251.800741644622)); -#16185=CARTESIAN_POINT('',(20.0050354003906,80.,250.199258414995)); -#16186=CARTESIAN_POINT('',(20.0050355186565,79.61291970629,250.199258424835)); -#16187=CARTESIAN_POINT('',(20.0170293050645,79.1876450978618,250.20166378021)); -#16188=CARTESIAN_POINT('',(20.0695225830517,78.3399918710851,250.19609993749)); -#16189=CARTESIAN_POINT('',(20.1100226066883,77.9176018616392,250.190843377309)); -#16190=CARTESIAN_POINT('',(20.1594247087986,77.5196825399587,250.145512909321)); -#16191=CARTESIAN_POINT('',(20.1615032193086,77.5031040053032,250.143529971698)); -#16192=CARTESIAN_POINT('',(20.1636358803736,77.4862704964431,250.141396652997)); -#16193=CARTESIAN_POINT('',(20.2221607598731,77.0609799487632,250.003505161865)); -#16194=CARTESIAN_POINT('',(20.2221814439841,77.0608407218827,250.002325148738)); -#16195=CARTESIAN_POINT('',(20.2221914777367,77.0607731910717,250.001152344888)); -#16196=CARTESIAN_POINT('',(20.2221914777091,77.0607731910699,249.996081271692)); -#16197=CARTESIAN_POINT('',(20.2220658191125,77.0616185820933,249.99193360339)); -#16198=CARTESIAN_POINT('',(20.221601585985,77.0647459075595,249.984151491618)); -#16199=CARTESIAN_POINT('',(20.2212642917737,77.0670195261076,249.980513632588)); -#16200=CARTESIAN_POINT('',(20.2193999112391,77.079605688559,249.964108207981)); -#16201=CARTESIAN_POINT('',(20.2168875534404,77.0966575251061,249.953553483158)); -#16202=CARTESIAN_POINT('',(20.2057883818262,77.1727019554566,249.914084335546)); -#16203=CARTESIAN_POINT('',(20.1955226720288,77.2452440992284,249.898736888428)); -#16204=CARTESIAN_POINT('',(20.1756279809209,77.3923038666734,249.870564982953)); -#16205=CARTESIAN_POINT('',(20.1659257655223,77.4673181668725,249.860452436644)); -#16206=CARTESIAN_POINT('',(20.1100225778635,77.9176018594274,249.809156685074)); -#16207=CARTESIAN_POINT('',(20.0695225601165,78.3399918690143,249.803900124487)); -#16208=CARTESIAN_POINT('',(20.0170292939643,79.1876450960759,249.798336280953)); -#16209=CARTESIAN_POINT('',(20.0050355135105,79.6129197046487,249.800741635918)); -#16210=CARTESIAN_POINT('',(20.0050354003906,80.,249.800741644622)); -#16211=CARTESIAN_POINT('',(20.0050354003906,80.,248.199258414995)); -#16212=CARTESIAN_POINT('',(20.0050355186566,79.6129197062905,248.199258424835)); -#16213=CARTESIAN_POINT('',(20.0170293050648,79.1876450978635,248.20166378021)); -#16214=CARTESIAN_POINT('',(20.069522583052,78.3399918710881,248.19609993749)); -#16215=CARTESIAN_POINT('',(20.1100226066886,77.9176018616427,248.190843377309)); -#16216=CARTESIAN_POINT('',(20.1594247087988,77.5196825399635,248.145512909321)); -#16217=CARTESIAN_POINT('',(20.1615032193087,77.5031040053087,248.143529971698)); -#16218=CARTESIAN_POINT('',(20.1636358803736,77.4862704964493,248.141396652997)); -#16219=CARTESIAN_POINT('',(20.2221607598731,77.0609799487685,248.003505161865)); -#16220=CARTESIAN_POINT('',(20.2221814439841,77.0608407218881,248.002325148738)); -#16221=CARTESIAN_POINT('',(20.2221914777368,77.0607731910772,248.001152344888)); -#16222=CARTESIAN_POINT('',(20.2221914777092,77.0607731910753,247.996081271692)); -#16223=CARTESIAN_POINT('',(20.2220658191125,77.0616185820986,247.99193360339)); -#16224=CARTESIAN_POINT('',(20.221601585985,77.0647459075648,247.984151491618)); -#16225=CARTESIAN_POINT('',(20.2212642917737,77.0670195261129,247.980513632588)); -#16226=CARTESIAN_POINT('',(20.2193999112391,77.0796056885643,247.964108207981)); -#16227=CARTESIAN_POINT('',(20.2168875534404,77.0966575251114,247.953553483158)); -#16228=CARTESIAN_POINT('',(20.2057883818262,77.1727019554616,247.914084335547)); -#16229=CARTESIAN_POINT('',(20.195522672029,77.2452440992332,247.898736888428)); -#16230=CARTESIAN_POINT('',(20.175627980921,77.3923038666779,247.870564982953)); -#16231=CARTESIAN_POINT('',(20.1659257655224,77.4673181668769,247.860452436645)); -#16232=CARTESIAN_POINT('',(20.1100225778637,77.9176018594309,247.809156685074)); -#16233=CARTESIAN_POINT('',(20.0695225601167,78.3399918690172,247.803900124487)); -#16234=CARTESIAN_POINT('',(20.0170292939645,79.1876450960776,247.798336280953)); -#16235=CARTESIAN_POINT('',(20.0050355135106,79.6129197046491,247.800741635918)); -#16236=CARTESIAN_POINT('',(20.0050354003906,80.,247.800741644622)); -#16237=CARTESIAN_POINT('',(20.0050354003906,80.,246.199258414995)); -#16238=CARTESIAN_POINT('',(20.0050355186567,79.612919706291,246.199258424835)); -#16239=CARTESIAN_POINT('',(20.017029305065,79.1876450978653,246.20166378021)); -#16240=CARTESIAN_POINT('',(20.0695225830523,78.3399918710911,246.19609993749)); -#16241=CARTESIAN_POINT('',(20.1100226066889,77.9176018616462,246.190843377309)); -#16242=CARTESIAN_POINT('',(20.159424708799,77.5196825399683,246.145512909321)); -#16243=CARTESIAN_POINT('',(20.1615032193087,77.5031040053141,246.143529971698)); -#16244=CARTESIAN_POINT('',(20.1636358803736,77.4862704964555,246.141396652997)); -#16245=CARTESIAN_POINT('',(20.2221607598731,77.0609799487739,246.003505161865)); -#16246=CARTESIAN_POINT('',(20.2221814439841,77.0608407218934,246.002325148738)); -#16247=CARTESIAN_POINT('',(20.2221914777367,77.0607731910824,246.001152344888)); -#16248=CARTESIAN_POINT('',(20.2221914777091,77.0607731910806,245.996081271692)); -#16249=CARTESIAN_POINT('',(20.2220658191125,77.0616185821039,245.99193360339)); -#16250=CARTESIAN_POINT('',(20.221601585985,77.0647459075701,245.984151491618)); -#16251=CARTESIAN_POINT('',(20.2212642917737,77.0670195261183,245.980513632588)); -#16252=CARTESIAN_POINT('',(20.2193999112391,77.0796056885697,245.964108207981)); -#16253=CARTESIAN_POINT('',(20.2168875534404,77.0966575251166,245.953553483158)); -#16254=CARTESIAN_POINT('',(20.2057883818263,77.1727019554667,245.914084335547)); -#16255=CARTESIAN_POINT('',(20.195522672029,77.2452440992381,245.898736888428)); -#16256=CARTESIAN_POINT('',(20.1756279809211,77.3923038666824,245.870564982954)); -#16257=CARTESIAN_POINT('',(20.1659257655225,77.4673181668812,245.860452436645)); -#16258=CARTESIAN_POINT('',(20.1100225778639,77.9176018594345,245.809156685075)); -#16259=CARTESIAN_POINT('',(20.0695225601169,78.3399918690202,245.803900124487)); -#16260=CARTESIAN_POINT('',(20.0170292939646,79.1876450960793,245.798336280953)); -#16261=CARTESIAN_POINT('',(20.0050355135107,79.6129197046497,245.800741635918)); -#16262=CARTESIAN_POINT('',(20.0050354003906,80.,245.800741644622)); -#16263=CARTESIAN_POINT('',(20.0050354003906,80.,244.199258414995)); -#16264=CARTESIAN_POINT('',(20.0050355186568,79.6129197062916,244.199258424836)); -#16265=CARTESIAN_POINT('',(20.0170293050652,79.1876450978669,244.20166378021)); -#16266=CARTESIAN_POINT('',(20.0695225830526,78.339991871094,244.19609993749)); -#16267=CARTESIAN_POINT('',(20.1100226066892,77.9176018616498,244.190843377309)); -#16268=CARTESIAN_POINT('',(20.1594247087992,77.5196825399731,244.145512909321)); -#16269=CARTESIAN_POINT('',(20.1615032193088,77.5031040053195,244.143529971698)); -#16270=CARTESIAN_POINT('',(20.1636358803736,77.4862704964617,244.141396652997)); -#16271=CARTESIAN_POINT('',(20.2221607598731,77.0609799487792,244.003505161865)); -#16272=CARTESIAN_POINT('',(20.2221814439841,77.0608407218988,244.002325148738)); -#16273=CARTESIAN_POINT('',(20.2221914777367,77.0607731910878,244.001152344888)); -#16274=CARTESIAN_POINT('',(20.2221914777092,77.060773191086,243.996081271692)); -#16275=CARTESIAN_POINT('',(20.2220658191125,77.0616185821093,243.99193360339)); -#16276=CARTESIAN_POINT('',(20.221601585985,77.0647459075755,243.984151491618)); -#16277=CARTESIAN_POINT('',(20.2212642917737,77.0670195261236,243.980513632588)); -#16278=CARTESIAN_POINT('',(20.2193999112391,77.0796056885748,243.964108207981)); -#16279=CARTESIAN_POINT('',(20.2168875534404,77.0966575251218,243.953553483158)); -#16280=CARTESIAN_POINT('',(20.2057883818263,77.1727019554717,243.914084335547)); -#16281=CARTESIAN_POINT('',(20.1955226720291,77.245244099243,243.898736888428)); -#16282=CARTESIAN_POINT('',(20.1756279809212,77.3923038666869,243.870564982954)); -#16283=CARTESIAN_POINT('',(20.1659257655227,77.4673181668856,243.860452436645)); -#16284=CARTESIAN_POINT('',(20.1100225778641,77.9176018594381,243.809156685075)); -#16285=CARTESIAN_POINT('',(20.0695225601172,78.3399918690232,243.803900124487)); -#16286=CARTESIAN_POINT('',(20.0170292939647,79.187645096081,243.798336280953)); -#16287=CARTESIAN_POINT('',(20.0050355135109,79.6129197046502,243.800741635918)); -#16288=CARTESIAN_POINT('',(20.0050354003906,80.,243.800741644622)); -#16289=CARTESIAN_POINT('',(20.0050354003906,80.,242.199258414995)); -#16290=CARTESIAN_POINT('',(20.0050355186569,79.6129197062921,242.199258424836)); -#16291=CARTESIAN_POINT('',(20.0170293050653,79.1876450978687,242.20166378021)); -#16292=CARTESIAN_POINT('',(20.0695225830528,78.339991871097,242.19609993749)); -#16293=CARTESIAN_POINT('',(20.1100226066894,77.9176018616535,242.190843377308)); -#16294=CARTESIAN_POINT('',(20.1594247087994,77.5196825399779,242.145512909321)); -#16295=CARTESIAN_POINT('',(20.1615032193089,77.5031040053251,242.143529971698)); -#16296=CARTESIAN_POINT('',(20.1636358803736,77.4862704964678,242.141396652997)); -#16297=CARTESIAN_POINT('',(20.2221607598731,77.0609799487846,242.003505161865)); -#16298=CARTESIAN_POINT('',(20.2221814439841,77.0608407219041,242.002325148738)); -#16299=CARTESIAN_POINT('',(20.2221914777367,77.0607731910931,242.001152344888)); -#16300=CARTESIAN_POINT('',(20.2221914777092,77.0607731910913,241.996081271692)); -#16301=CARTESIAN_POINT('',(20.2220658191125,77.0616185821147,241.99193360339)); -#16302=CARTESIAN_POINT('',(20.221601585985,77.0647459075808,241.984151491618)); -#16303=CARTESIAN_POINT('',(20.2212642917737,77.0670195261289,241.980513632588)); -#16304=CARTESIAN_POINT('',(20.219399911239,77.0796056885802,241.964108207981)); -#16305=CARTESIAN_POINT('',(20.2168875534405,77.096657525127,241.953553483158)); -#16306=CARTESIAN_POINT('',(20.2057883818263,77.1727019554768,241.914084335547)); -#16307=CARTESIAN_POINT('',(20.1955226720292,77.2452440992479,241.898736888428)); -#16308=CARTESIAN_POINT('',(20.1756279809214,77.3923038666914,241.870564982954)); -#16309=CARTESIAN_POINT('',(20.1659257655228,77.4673181668899,241.860452436645)); -#16310=CARTESIAN_POINT('',(20.1100225778643,77.9176018594418,241.809156685075)); -#16311=CARTESIAN_POINT('',(20.0695225601174,78.3399918690262,241.803900124487)); -#16312=CARTESIAN_POINT('',(20.0170292939649,79.1876450960827,241.798336280953)); -#16313=CARTESIAN_POINT('',(20.005035513511,79.6129197046507,241.800741635918)); -#16314=CARTESIAN_POINT('',(20.0050354003906,80.,241.800741644622)); -#16315=CARTESIAN_POINT('',(20.0050354003906,80.,240.199258414995)); -#16316=CARTESIAN_POINT('',(20.0050355186571,79.6129197062926,240.199258424836)); -#16317=CARTESIAN_POINT('',(20.0170293050656,79.1876450978704,240.20166378021)); -#16318=CARTESIAN_POINT('',(20.0695225830532,78.3399918711,240.19609993749)); -#16319=CARTESIAN_POINT('',(20.1100226066897,77.9176018616571,240.190843377308)); -#16320=CARTESIAN_POINT('',(20.1594247087995,77.5196825399827,240.145512909321)); -#16321=CARTESIAN_POINT('',(20.161503219309,77.5031040053306,240.143529971698)); -#16322=CARTESIAN_POINT('',(20.1636358803736,77.486270496474,240.141396652997)); -#16323=CARTESIAN_POINT('',(20.2221607598731,77.0609799487899,240.003505161865)); -#16324=CARTESIAN_POINT('',(20.2221814439841,77.0608407219094,240.002325148738)); -#16325=CARTESIAN_POINT('',(20.2221914777367,77.0607731910985,240.001152344888)); -#16326=CARTESIAN_POINT('',(20.2221914777092,77.0607731910967,239.996081271692)); -#16327=CARTESIAN_POINT('',(20.2220658191125,77.06161858212,239.99193360339)); -#16328=CARTESIAN_POINT('',(20.221601585985,77.0647459075861,239.984151491618)); -#16329=CARTESIAN_POINT('',(20.2212642917737,77.0670195261342,239.980513632588)); -#16330=CARTESIAN_POINT('',(20.219399911239,77.0796056885855,239.964108207981)); -#16331=CARTESIAN_POINT('',(20.2168875534405,77.0966575251323,239.953553483159)); -#16332=CARTESIAN_POINT('',(20.2057883818264,77.1727019554818,239.914084335547)); -#16333=CARTESIAN_POINT('',(20.1955226720292,77.2452440992528,239.898736888429)); -#16334=CARTESIAN_POINT('',(20.1756279809214,77.3923038666961,239.870564982954)); -#16335=CARTESIAN_POINT('',(20.1659257655229,77.4673181668943,239.860452436646)); -#16336=CARTESIAN_POINT('',(20.1100225778645,77.9176018594454,239.809156685075)); -#16337=CARTESIAN_POINT('',(20.0695225601176,78.3399918690291,239.803900124488)); -#16338=CARTESIAN_POINT('',(20.0170292939651,79.1876450960844,239.798336280953)); -#16339=CARTESIAN_POINT('',(20.0050355135111,79.6129197046513,239.800741635918)); -#16340=CARTESIAN_POINT('',(20.0050354003906,80.,239.800741644622)); -#16341=CARTESIAN_POINT('',(20.0050354003906,80.,238.199258414995)); -#16342=CARTESIAN_POINT('',(20.0050355186572,79.6129197062932,238.199258424835)); -#16343=CARTESIAN_POINT('',(20.0170293050658,79.1876450978722,238.20166378021)); -#16344=CARTESIAN_POINT('',(20.0695225830535,78.339991871103,238.19609993749)); -#16345=CARTESIAN_POINT('',(20.11002260669,77.9176018616607,238.190843377307)); -#16346=CARTESIAN_POINT('',(20.1594247087996,77.5196825399876,238.14551290932)); -#16347=CARTESIAN_POINT('',(20.1615032193091,77.503104005336,238.143529971698)); -#16348=CARTESIAN_POINT('',(20.1636358803736,77.4862704964802,238.141396652997)); -#16349=CARTESIAN_POINT('',(20.2221607598731,77.0609799487953,238.003505161865)); -#16350=CARTESIAN_POINT('',(20.2221814439841,77.0608407219148,238.002325148738)); -#16351=CARTESIAN_POINT('',(20.2221914777367,77.0607731911038,238.001152344888)); -#16352=CARTESIAN_POINT('',(20.2221914777091,77.060773191102,237.996081271692)); -#16353=CARTESIAN_POINT('',(20.2220658191125,77.0616185821253,237.99193360339)); -#16354=CARTESIAN_POINT('',(20.2216015859849,77.0647459075915,237.984151491618)); -#16355=CARTESIAN_POINT('',(20.2212642917737,77.0670195261396,237.980513632589)); -#16356=CARTESIAN_POINT('',(20.219399911239,77.0796056885908,237.964108207982)); -#16357=CARTESIAN_POINT('',(20.2168875534405,77.0966575251375,237.953553483159)); -#16358=CARTESIAN_POINT('',(20.2057883818265,77.1727019554869,237.914084335548)); -#16359=CARTESIAN_POINT('',(20.1955226720293,77.2452440992576,237.898736888429)); -#16360=CARTESIAN_POINT('',(20.1756279809215,77.3923038667004,237.870564982955)); -#16361=CARTESIAN_POINT('',(20.1659257655231,77.4673181668986,237.860452436646)); -#16362=CARTESIAN_POINT('',(20.1100225778646,77.917601859449,237.809156685076)); -#16363=CARTESIAN_POINT('',(20.0695225601178,78.3399918690321,237.803900124488)); -#16364=CARTESIAN_POINT('',(20.0170292939652,79.1876450960862,237.798336280953)); -#16365=CARTESIAN_POINT('',(20.0050355135111,79.6129197046518,237.800741635918)); -#16366=CARTESIAN_POINT('',(20.0050354003906,80.,237.800741644622)); -#16367=CARTESIAN_POINT('',(20.0050354003906,80.,236.199258414995)); -#16368=CARTESIAN_POINT('',(20.0050355186574,79.6129197062938,236.199258424835)); -#16369=CARTESIAN_POINT('',(20.017029305066,79.1876450978738,236.20166378021)); -#16370=CARTESIAN_POINT('',(20.0695225830537,78.3399918711059,236.196099937489)); -#16371=CARTESIAN_POINT('',(20.1100226066903,77.9176018616642,236.190843377307)); -#16372=CARTESIAN_POINT('',(20.1594247087998,77.5196825399923,236.14551290932)); -#16373=CARTESIAN_POINT('',(20.1615032193092,77.5031040053416,236.143529971697)); -#16374=CARTESIAN_POINT('',(20.1636358803736,77.4862704964864,236.141396652997)); -#16375=CARTESIAN_POINT('',(20.2221607598731,77.0609799488006,236.003505161865)); -#16376=CARTESIAN_POINT('',(20.2221814439841,77.0608407219201,236.002325148738)); -#16377=CARTESIAN_POINT('',(20.2221914777367,77.0607731911092,236.001152344888)); -#16378=CARTESIAN_POINT('',(20.2221914777092,77.0607731911074,235.996081271692)); -#16379=CARTESIAN_POINT('',(20.2220658191125,77.0616185821307,235.99193360339)); -#16380=CARTESIAN_POINT('',(20.2216015859849,77.0647459075968,235.984151491618)); -#16381=CARTESIAN_POINT('',(20.2212642917737,77.0670195261449,235.980513632589)); -#16382=CARTESIAN_POINT('',(20.2193999112391,77.0796056885961,235.964108207982)); -#16383=CARTESIAN_POINT('',(20.2168875534405,77.0966575251428,235.953553483159)); -#16384=CARTESIAN_POINT('',(20.2057883818264,77.172701955492,235.914084335548)); -#16385=CARTESIAN_POINT('',(20.1955226720293,77.2452440992625,235.898736888429)); -#16386=CARTESIAN_POINT('',(20.1756279809216,77.392303866705,235.870564982955)); -#16387=CARTESIAN_POINT('',(20.1659257655232,77.4673181669029,235.860452436646)); -#16388=CARTESIAN_POINT('',(20.1100225778649,77.9176018594525,235.809156685076)); -#16389=CARTESIAN_POINT('',(20.0695225601181,78.339991869035,235.803900124488)); -#16390=CARTESIAN_POINT('',(20.0170292939654,79.1876450960878,235.798336280953)); -#16391=CARTESIAN_POINT('',(20.0050355135113,79.6129197046524,235.800741635918)); -#16392=CARTESIAN_POINT('',(20.0050354003906,80.,235.800741644622)); -#16393=CARTESIAN_POINT('',(20.0050354003906,80.,234.199258414995)); -#16394=CARTESIAN_POINT('',(20.0050355186575,79.6129197062942,234.199258424835)); -#16395=CARTESIAN_POINT('',(20.0170293050663,79.1876450978755,234.20166378021)); -#16396=CARTESIAN_POINT('',(20.069522583054,78.3399918711089,234.196099937489)); -#16397=CARTESIAN_POINT('',(20.1100226066906,77.9176018616678,234.190843377306)); -#16398=CARTESIAN_POINT('',(20.1594247088,77.5196825399972,234.14551290932)); -#16399=CARTESIAN_POINT('',(20.1615032193092,77.5031040053471,234.143529971697)); -#16400=CARTESIAN_POINT('',(20.1636358803736,77.4862704964925,234.141396652997)); -#16401=CARTESIAN_POINT('',(20.2221607598731,77.060979948806,234.003505161865)); -#16402=CARTESIAN_POINT('',(20.2221814439841,77.0608407219255,234.002325148738)); -#16403=CARTESIAN_POINT('',(20.2221914777367,77.0607731911145,234.001152344888)); -#16404=CARTESIAN_POINT('',(20.2221914777092,77.0607731911127,233.996081271692)); -#16405=CARTESIAN_POINT('',(20.2220658191125,77.061618582136,233.99193360339)); -#16406=CARTESIAN_POINT('',(20.2216015859849,77.0647459076021,233.984151491618)); -#16407=CARTESIAN_POINT('',(20.2212642917737,77.0670195261502,233.980513632589)); -#16408=CARTESIAN_POINT('',(20.2193999112391,77.0796056886014,233.964108207982)); -#16409=CARTESIAN_POINT('',(20.2168875534406,77.096657525148,233.953553483159)); -#16410=CARTESIAN_POINT('',(20.2057883818265,77.172701955497,233.914084335548)); -#16411=CARTESIAN_POINT('',(20.1955226720294,77.2452440992674,233.898736888429)); -#16412=CARTESIAN_POINT('',(20.1756279809217,77.3923038667094,233.870564982955)); -#16413=CARTESIAN_POINT('',(20.1659257655233,77.4673181669072,233.860452436646)); -#16414=CARTESIAN_POINT('',(20.1100225778651,77.917601859456,233.809156685076)); -#16415=CARTESIAN_POINT('',(20.0695225601183,78.339991869038,233.803900124488)); -#16416=CARTESIAN_POINT('',(20.0170292939655,79.1876450960896,233.798336280953)); -#16417=CARTESIAN_POINT('',(20.0050355135114,79.6129197046528,233.800741635917)); -#16418=CARTESIAN_POINT('',(20.0050354003906,80.,233.800741644622)); -#16419=CARTESIAN_POINT('',(20.0050354003906,80.,232.199258414995)); -#16420=CARTESIAN_POINT('',(20.0050355186575,79.6129197062948,232.199258424835)); -#16421=CARTESIAN_POINT('',(20.0170293050663,79.1876450978773,232.20166378021)); -#16422=CARTESIAN_POINT('',(20.0695225830543,78.3399918711119,232.196099937489)); -#16423=CARTESIAN_POINT('',(20.1100226066908,77.9176018616715,232.190843377306)); -#16424=CARTESIAN_POINT('',(20.1594247088002,77.519682540002,232.14551290932)); -#16425=CARTESIAN_POINT('',(20.1615032193093,77.5031040053525,232.143529971697)); -#16426=CARTESIAN_POINT('',(20.1636358803736,77.4862704964987,232.141396652997)); -#16427=CARTESIAN_POINT('',(20.2221607598731,77.0609799488113,232.003505161865)); -#16428=CARTESIAN_POINT('',(20.2221814439841,77.0608407219308,232.002325148738)); -#16429=CARTESIAN_POINT('',(20.2221914777367,77.0607731911199,232.001152344888)); -#16430=CARTESIAN_POINT('',(20.2221914777092,77.0607731911181,231.996081271692)); -#16431=CARTESIAN_POINT('',(20.2220658191125,77.0616185821413,231.99193360339)); -#16432=CARTESIAN_POINT('',(20.2216015859849,77.0647459076074,231.984151491618)); -#16433=CARTESIAN_POINT('',(20.2212642917737,77.0670195261555,231.980513632589)); -#16434=CARTESIAN_POINT('',(20.2193999112391,77.0796056886067,231.964108207982)); -#16435=CARTESIAN_POINT('',(20.2168875534405,77.0966575251533,231.953553483159)); -#16436=CARTESIAN_POINT('',(20.2057883818266,77.1727019555021,231.914084335548)); -#16437=CARTESIAN_POINT('',(20.1955226720295,77.2452440992723,231.898736888429)); -#16438=CARTESIAN_POINT('',(20.1756279809218,77.392303866714,231.870564982955)); -#16439=CARTESIAN_POINT('',(20.1659257655234,77.4673181669116,231.860452436647)); -#16440=CARTESIAN_POINT('',(20.1100225778653,77.9176018594596,231.809156685076)); -#16441=CARTESIAN_POINT('',(20.0695225601185,78.3399918690409,231.803900124488)); -#16442=CARTESIAN_POINT('',(20.0170292939657,79.1876450960913,231.798336280953)); -#16443=CARTESIAN_POINT('',(20.0050355135115,79.6129197046534,231.800741635917)); -#16444=CARTESIAN_POINT('',(20.0050354003906,80.,231.800741644622)); -#16445=CARTESIAN_POINT('',(20.0050354003906,80.,230.199258414995)); -#16446=CARTESIAN_POINT('',(20.0050355186577,79.6129197062954,230.199258424835)); -#16447=CARTESIAN_POINT('',(20.0170293050665,79.187645097879,230.20166378021)); -#16448=CARTESIAN_POINT('',(20.0695225830546,78.3399918711148,230.196099937489)); -#16449=CARTESIAN_POINT('',(20.1100226066911,77.9176018616751,230.190843377306)); -#16450=CARTESIAN_POINT('',(20.1594247088004,77.5196825400068,230.14551290932)); -#16451=CARTESIAN_POINT('',(20.1615032193094,77.503104005358,230.143529971697)); -#16452=CARTESIAN_POINT('',(20.1636358803736,77.4862704965049,230.141396652997)); -#16453=CARTESIAN_POINT('',(20.2221607598731,77.0609799488167,230.003505161865)); -#16454=CARTESIAN_POINT('',(20.2221814439841,77.0608407219362,230.002325148738)); -#16455=CARTESIAN_POINT('',(20.2221914777367,77.0607731911252,230.001152344888)); -#16456=CARTESIAN_POINT('',(20.2221914777092,77.0607731911234,229.996081271692)); -#16457=CARTESIAN_POINT('',(20.2220658191125,77.0616185821468,229.99193360339)); -#16458=CARTESIAN_POINT('',(20.2216015859849,77.0647459076129,229.984151491618)); -#16459=CARTESIAN_POINT('',(20.2212642917737,77.0670195261609,229.980513632589)); -#16460=CARTESIAN_POINT('',(20.2193999112391,77.079605688612,229.964108207982)); -#16461=CARTESIAN_POINT('',(20.2168875534405,77.0966575251585,229.953553483159)); -#16462=CARTESIAN_POINT('',(20.2057883818267,77.1727019555071,229.914084335548)); -#16463=CARTESIAN_POINT('',(20.1955226720296,77.2452440992772,229.89873688843)); -#16464=CARTESIAN_POINT('',(20.175627980922,77.3923038667185,229.870564982955)); -#16465=CARTESIAN_POINT('',(20.1659257655236,77.4673181669159,229.860452436647)); -#16466=CARTESIAN_POINT('',(20.1100225778655,77.9176018594633,229.809156685076)); -#16467=CARTESIAN_POINT('',(20.0695225601186,78.3399918690439,229.803900124488)); -#16468=CARTESIAN_POINT('',(20.0170292939659,79.1876450960929,229.798336280953)); -#16469=CARTESIAN_POINT('',(20.0050355135115,79.6129197046538,229.800741635917)); -#16470=CARTESIAN_POINT('',(20.0050354003906,80.,229.800741644622)); -#16471=CARTESIAN_POINT('',(20.0050354003906,80.,228.199258414995)); -#16472=CARTESIAN_POINT('',(20.0050355186578,79.6129197062958,228.199258424835)); -#16473=CARTESIAN_POINT('',(20.0170293050668,79.1876450978807,228.20166378021)); -#16474=CARTESIAN_POINT('',(20.0695225830548,78.3399918711178,228.196099937489)); -#16475=CARTESIAN_POINT('',(20.1100226066914,77.9176018616787,228.190843377306)); -#16476=CARTESIAN_POINT('',(20.1594247088005,77.5196825400116,228.145512909319)); -#16477=CARTESIAN_POINT('',(20.1615032193095,77.5031040053634,228.143529971697)); -#16478=CARTESIAN_POINT('',(20.1636358803736,77.4862704965111,228.141396652997)); -#16479=CARTESIAN_POINT('',(20.2221607598731,77.060979948822,228.003505161865)); -#16480=CARTESIAN_POINT('',(20.2221814439841,77.0608407219415,228.002325148738)); -#16481=CARTESIAN_POINT('',(20.2221914777367,77.0607731911305,228.001152344888)); -#16482=CARTESIAN_POINT('',(20.2221914777092,77.0607731911287,227.996081271692)); -#16483=CARTESIAN_POINT('',(20.2220658191125,77.0616185821521,227.99193360339)); -#16484=CARTESIAN_POINT('',(20.221601585985,77.0647459076182,227.984151491618)); -#16485=CARTESIAN_POINT('',(20.2212642917737,77.0670195261662,227.980513632589)); -#16486=CARTESIAN_POINT('',(20.2193999112391,77.0796056886173,227.964108207982)); -#16487=CARTESIAN_POINT('',(20.2168875534405,77.0966575251638,227.953553483159)); -#16488=CARTESIAN_POINT('',(20.2057883818266,77.1727019555122,227.914084335548)); -#16489=CARTESIAN_POINT('',(20.1955226720296,77.2452440992821,227.89873688843)); -#16490=CARTESIAN_POINT('',(20.1756279809221,77.392303866723,227.870564982956)); -#16491=CARTESIAN_POINT('',(20.1659257655237,77.4673181669202,227.860452436647)); -#16492=CARTESIAN_POINT('',(20.1100225778657,77.9176018594669,227.809156685077)); -#16493=CARTESIAN_POINT('',(20.0695225601188,78.3399918690468,227.803900124489)); -#16494=CARTESIAN_POINT('',(20.017029293966,79.1876450960947,227.798336280953)); -#16495=CARTESIAN_POINT('',(20.0050355135116,79.6129197046544,227.800741635918)); -#16496=CARTESIAN_POINT('',(20.0050354003906,80.,227.800741644622)); -#16497=CARTESIAN_POINT('',(20.0050354003906,80.,226.199258414995)); -#16498=CARTESIAN_POINT('',(20.0050355186579,79.6129197062964,226.199258424835)); -#16499=CARTESIAN_POINT('',(20.017029305067,79.1876450978825,226.20166378021)); -#16500=CARTESIAN_POINT('',(20.0695225830551,78.3399918711208,226.196099937489)); -#16501=CARTESIAN_POINT('',(20.1100226066917,77.9176018616823,226.190843377306)); -#16502=CARTESIAN_POINT('',(20.1594247088007,77.5196825400164,226.145512909319)); -#16503=CARTESIAN_POINT('',(20.1615032193096,77.5031040053689,226.143529971697)); -#16504=CARTESIAN_POINT('',(20.1636358803736,77.4862704965172,226.141396652997)); -#16505=CARTESIAN_POINT('',(20.2221607598731,77.0609799488274,226.003505161865)); -#16506=CARTESIAN_POINT('',(20.2221814439841,77.0608407219469,226.002325148738)); -#16507=CARTESIAN_POINT('',(20.2221914777367,77.0607731911359,226.001152344888)); -#16508=CARTESIAN_POINT('',(20.2221914777092,77.0607731911341,225.996081271692)); -#16509=CARTESIAN_POINT('',(20.2220658191125,77.0616185821574,225.99193360339)); -#16510=CARTESIAN_POINT('',(20.221601585985,77.0647459076235,225.984151491618)); -#16511=CARTESIAN_POINT('',(20.2212642917737,77.0670195261716,225.980513632589)); -#16512=CARTESIAN_POINT('',(20.2193999112391,77.0796056886226,225.964108207982)); -#16513=CARTESIAN_POINT('',(20.2168875534405,77.096657525169,225.953553483159)); -#16514=CARTESIAN_POINT('',(20.2057883818267,77.1727019555173,225.914084335549)); -#16515=CARTESIAN_POINT('',(20.1955226720297,77.245244099287,225.89873688843)); -#16516=CARTESIAN_POINT('',(20.1756279809222,77.3923038667276,225.870564982956)); -#16517=CARTESIAN_POINT('',(20.1659257655238,77.4673181669245,225.860452436647)); -#16518=CARTESIAN_POINT('',(20.1100225778659,77.9176018594705,225.809156685077)); -#16519=CARTESIAN_POINT('',(20.0695225601191,78.3399918690499,225.80390012449)); -#16520=CARTESIAN_POINT('',(20.0170292939662,79.1876450960965,225.798336280953)); -#16521=CARTESIAN_POINT('',(20.0050355135118,79.612919704655,225.800741635918)); -#16522=CARTESIAN_POINT('',(20.0050354003906,80.,225.800741644622)); -#16523=CARTESIAN_POINT('',(20.0050354003906,80.,224.199258414995)); -#16524=CARTESIAN_POINT('',(20.005035518658,79.612919706297,224.199258424835)); -#16525=CARTESIAN_POINT('',(20.0170293050671,79.1876450978842,224.20166378021)); -#16526=CARTESIAN_POINT('',(20.0695225830554,78.3399918711238,224.196099937489)); -#16527=CARTESIAN_POINT('',(20.1100226066919,77.9176018616859,224.190843377305)); -#16528=CARTESIAN_POINT('',(20.1594247088009,77.5196825400213,224.145512909319)); -#16529=CARTESIAN_POINT('',(20.1615032193097,77.5031040053745,224.143529971697)); -#16530=CARTESIAN_POINT('',(20.1636358803736,77.4862704965234,224.141396652997)); -#16531=CARTESIAN_POINT('',(20.2221607598731,77.0609799488327,224.003505161865)); -#16532=CARTESIAN_POINT('',(20.2221814439841,77.0608407219522,224.002325148738)); -#16533=CARTESIAN_POINT('',(20.2221914777367,77.0607731911412,224.001152344888)); -#16534=CARTESIAN_POINT('',(20.2221914777091,77.0607731911394,223.996081271692)); -#16535=CARTESIAN_POINT('',(20.2220658191125,77.0616185821628,223.99193360339)); -#16536=CARTESIAN_POINT('',(20.221601585985,77.0647459076288,223.984151491618)); -#16537=CARTESIAN_POINT('',(20.2212642917737,77.0670195261769,223.980513632589)); -#16538=CARTESIAN_POINT('',(20.2193999112391,77.0796056886279,223.964108207982)); -#16539=CARTESIAN_POINT('',(20.2168875534406,77.0966575251743,223.953553483159)); -#16540=CARTESIAN_POINT('',(20.2057883818268,77.1727019555223,223.914084335549)); -#16541=CARTESIAN_POINT('',(20.1955226720297,77.2452440992918,223.89873688843)); -#16542=CARTESIAN_POINT('',(20.1756279809223,77.3923038667321,223.870564982956)); -#16543=CARTESIAN_POINT('',(20.165925765524,77.4673181669288,223.860452436648)); -#16544=CARTESIAN_POINT('',(20.1100225778661,77.917601859474,223.809156685077)); -#16545=CARTESIAN_POINT('',(20.0695225601193,78.3399918690529,223.80390012449)); -#16546=CARTESIAN_POINT('',(20.0170292939664,79.1876450960982,223.798336280953)); -#16547=CARTESIAN_POINT('',(20.0050355135119,79.6129197046556,223.800741635918)); -#16548=CARTESIAN_POINT('',(20.0050354003906,80.,223.800741644622)); -#16549=CARTESIAN_POINT('',(20.0050354003906,80.,222.199258414995)); -#16550=CARTESIAN_POINT('',(20.0050355186582,79.6129197062974,222.199258424835)); -#16551=CARTESIAN_POINT('',(20.0170293050674,79.1876450978859,222.20166378021)); -#16552=CARTESIAN_POINT('',(20.0695225830557,78.3399918711267,222.196099937488)); -#16553=CARTESIAN_POINT('',(20.1100226066922,77.9176018616895,222.190843377305)); -#16554=CARTESIAN_POINT('',(20.1594247088011,77.519682540026,222.145512909319)); -#16555=CARTESIAN_POINT('',(20.1615032193098,77.50310400538,222.143529971697)); -#16556=CARTESIAN_POINT('',(20.1636358803736,77.4862704965296,222.141396652997)); -#16557=CARTESIAN_POINT('',(20.2221607598731,77.0609799488381,222.003505161865)); -#16558=CARTESIAN_POINT('',(20.2221814439841,77.0608407219575,222.002325148738)); -#16559=CARTESIAN_POINT('',(20.2221914777367,77.0607731911466,222.001152344888)); -#16560=CARTESIAN_POINT('',(20.2221914777092,77.0607731911448,221.996081271692)); -#16561=CARTESIAN_POINT('',(20.2220658191125,77.0616185821681,221.99193360339)); -#16562=CARTESIAN_POINT('',(20.221601585985,77.0647459076342,221.984151491618)); -#16563=CARTESIAN_POINT('',(20.2212642917737,77.0670195261822,221.980513632589)); -#16564=CARTESIAN_POINT('',(20.2193999112391,77.0796056886332,221.964108207982)); -#16565=CARTESIAN_POINT('',(20.2168875534406,77.0966575251796,221.953553483159)); -#16566=CARTESIAN_POINT('',(20.2057883818267,77.1727019555274,221.914084335549)); -#16567=CARTESIAN_POINT('',(20.1955226720298,77.2452440992967,221.89873688843)); -#16568=CARTESIAN_POINT('',(20.1756279809224,77.3923038667365,221.870564982956)); -#16569=CARTESIAN_POINT('',(20.1659257655241,77.4673181669331,221.860452436648)); -#16570=CARTESIAN_POINT('',(20.1100225778663,77.9176018594776,221.809156685077)); -#16571=CARTESIAN_POINT('',(20.0695225601195,78.3399918690557,221.80390012449)); -#16572=CARTESIAN_POINT('',(20.0170292939665,79.1876450960998,221.798336280953)); -#16573=CARTESIAN_POINT('',(20.0050355135119,79.612919704656,221.800741635918)); -#16574=CARTESIAN_POINT('',(20.0050354003906,80.,221.800741644622)); -#16575=CARTESIAN_POINT('',(20.0050354003906,80.,220.199258414995)); -#16576=CARTESIAN_POINT('',(20.0050355186583,79.612919706298,220.199258424835)); -#16577=CARTESIAN_POINT('',(20.0170293050676,79.1876450978876,220.20166378021)); -#16578=CARTESIAN_POINT('',(20.069522583056,78.3399918711297,220.196099937488)); -#16579=CARTESIAN_POINT('',(20.1100226066926,77.917601861693,220.190843377305)); -#16580=CARTESIAN_POINT('',(20.1594247088013,77.5196825400308,220.145512909319)); -#16581=CARTESIAN_POINT('',(20.1615032193098,77.5031040053855,220.143529971697)); -#16582=CARTESIAN_POINT('',(20.1636358803736,77.4862704965358,220.141396652997)); -#16583=CARTESIAN_POINT('',(20.2221607598731,77.0609799488434,220.003505161865)); -#16584=CARTESIAN_POINT('',(20.2221814439841,77.0608407219629,220.002325148738)); -#16585=CARTESIAN_POINT('',(20.2221914777367,77.060773191152,220.001152344888)); -#16586=CARTESIAN_POINT('',(20.2221914777092,77.0607731911501,219.996081271692)); -#16587=CARTESIAN_POINT('',(20.2220658191125,77.0616185821734,219.99193360339)); -#16588=CARTESIAN_POINT('',(20.221601585985,77.0647459076395,219.984151491618)); -#16589=CARTESIAN_POINT('',(20.2212642917737,77.0670195261876,219.980513632589)); -#16590=CARTESIAN_POINT('',(20.2193999112391,77.0796056886385,219.964108207982)); -#16591=CARTESIAN_POINT('',(20.2168875534406,77.0966575251848,219.95355348316)); -#16592=CARTESIAN_POINT('',(20.2057883818268,77.1727019555324,219.914084335549)); -#16593=CARTESIAN_POINT('',(20.1955226720298,77.2452440993016,219.898736888431)); -#16594=CARTESIAN_POINT('',(20.1756279809225,77.3923038667411,219.870564982957)); -#16595=CARTESIAN_POINT('',(20.1659257655242,77.4673181669375,219.860452436648)); -#16596=CARTESIAN_POINT('',(20.1100225778664,77.9176018594812,219.809156685077)); -#16597=CARTESIAN_POINT('',(20.0695225601197,78.3399918690587,219.80390012449)); -#16598=CARTESIAN_POINT('',(20.0170292939666,79.1876450961016,219.798336280953)); -#16599=CARTESIAN_POINT('',(20.005035513512,79.6129197046566,219.800741635918)); -#16600=CARTESIAN_POINT('',(20.0050354003906,80.,219.800741644622)); -#16601=CARTESIAN_POINT('',(20.0050354003906,80.,218.199258414995)); -#16602=CARTESIAN_POINT('',(20.0050355186584,79.6129197062985,218.199258424835)); -#16603=CARTESIAN_POINT('',(20.0170293050678,79.1876450978893,218.20166378021)); -#16604=CARTESIAN_POINT('',(20.0695225830562,78.3399918711326,218.196099937488)); -#16605=CARTESIAN_POINT('',(20.1100226066929,77.9176018616966,218.190843377305)); -#16606=CARTESIAN_POINT('',(20.1594247088013,77.5196825400357,218.145512909319)); -#16607=CARTESIAN_POINT('',(20.1615032193099,77.5031040053908,218.143529971697)); -#16608=CARTESIAN_POINT('',(20.1636358803736,77.4862704965419,218.141396652997)); -#16609=CARTESIAN_POINT('',(20.2221607598731,77.0609799488488,218.003505161865)); -#16610=CARTESIAN_POINT('',(20.2221814439841,77.0608407219683,218.002325148738)); -#16611=CARTESIAN_POINT('',(20.2221914777367,77.0607731911574,218.001152344888)); -#16612=CARTESIAN_POINT('',(20.2221914777092,77.0607731911555,217.996081271692)); -#16613=CARTESIAN_POINT('',(20.2220658191125,77.0616185821788,217.99193360339)); -#16614=CARTESIAN_POINT('',(20.221601585985,77.0647459076448,217.984151491618)); -#16615=CARTESIAN_POINT('',(20.2212642917737,77.0670195261929,217.980513632589)); -#16616=CARTESIAN_POINT('',(20.2193999112392,77.0796056886438,217.964108207982)); -#16617=CARTESIAN_POINT('',(20.2168875534406,77.0966575251901,217.95355348316)); -#16618=CARTESIAN_POINT('',(20.2057883818269,77.1727019555375,217.914084335549)); -#16619=CARTESIAN_POINT('',(20.1955226720299,77.2452440993065,217.898736888431)); -#16620=CARTESIAN_POINT('',(20.1756279809226,77.3923038667456,217.870564982957)); -#16621=CARTESIAN_POINT('',(20.1659257655244,77.4673181669418,217.860452436648)); -#16622=CARTESIAN_POINT('',(20.1100225778666,77.9176018594848,217.809156685078)); -#16623=CARTESIAN_POINT('',(20.06952256012,78.3399918690617,217.80390012449)); -#16624=CARTESIAN_POINT('',(20.0170292939668,79.1876450961033,217.798336280953)); -#16625=CARTESIAN_POINT('',(20.0050355135122,79.6129197046571,217.800741635918)); -#16626=CARTESIAN_POINT('',(20.0050354003906,80.,217.800741644622)); -#16627=CARTESIAN_POINT('',(20.0050354003906,80.,216.199258414995)); -#16628=CARTESIAN_POINT('',(20.0050355186585,79.6129197062991,216.199258424835)); -#16629=CARTESIAN_POINT('',(20.0170293050679,79.187645097891,216.20166378021)); -#16630=CARTESIAN_POINT('',(20.0695225830565,78.3399918711356,216.196099937488)); -#16631=CARTESIAN_POINT('',(20.1100226066931,77.9176018617002,216.190843377305)); -#16632=CARTESIAN_POINT('',(20.1594247088015,77.5196825400405,216.145512909318)); -#16633=CARTESIAN_POINT('',(20.16150321931,77.5031040053964,216.143529971697)); -#16634=CARTESIAN_POINT('',(20.1636358803736,77.4862704965481,216.141396652997)); -#16635=CARTESIAN_POINT('',(20.2221607598731,77.0609799488541,216.003505161865)); -#16636=CARTESIAN_POINT('',(20.2221814439841,77.0608407219736,216.002325148738)); -#16637=CARTESIAN_POINT('',(20.2221914777367,77.0607731911627,216.001152344888)); -#16638=CARTESIAN_POINT('',(20.2221914777092,77.0607731911608,215.996081271692)); -#16639=CARTESIAN_POINT('',(20.2220658191125,77.0616185821841,215.99193360339)); -#16640=CARTESIAN_POINT('',(20.221601585985,77.0647459076501,215.984151491618)); -#16641=CARTESIAN_POINT('',(20.2212642917737,77.0670195261982,215.980513632589)); -#16642=CARTESIAN_POINT('',(20.2193999112392,77.0796056886491,215.964108207982)); -#16643=CARTESIAN_POINT('',(20.2168875534407,77.0966575251953,215.95355348316)); -#16644=CARTESIAN_POINT('',(20.2057883818269,77.1727019555425,215.914084335549)); -#16645=CARTESIAN_POINT('',(20.1955226720299,77.2452440993114,215.898736888431)); -#16646=CARTESIAN_POINT('',(20.1756279809227,77.3923038667502,215.870564982957)); -#16647=CARTESIAN_POINT('',(20.1659257655245,77.4673181669462,215.860452436649)); -#16648=CARTESIAN_POINT('',(20.1100225778668,77.9176018594884,215.809156685078)); -#16649=CARTESIAN_POINT('',(20.0695225601202,78.3399918690647,215.80390012449)); -#16650=CARTESIAN_POINT('',(20.017029293967,79.187645096105,215.798336280953)); -#16651=CARTESIAN_POINT('',(20.0050355135123,79.6129197046576,215.800741635918)); -#16652=CARTESIAN_POINT('',(20.0050354003906,80.,215.800741644622)); -#16653=CARTESIAN_POINT('',(20.0050354003906,80.,214.199258414995)); -#16654=CARTESIAN_POINT('',(20.0050355186586,79.6129197062996,214.199258424836)); -#16655=CARTESIAN_POINT('',(20.0170293050681,79.1876450978927,214.20166378021)); -#16656=CARTESIAN_POINT('',(20.0695225830568,78.3399918711386,214.196099937488)); -#16657=CARTESIAN_POINT('',(20.1100226066934,77.9176018617038,214.190843377304)); -#16658=CARTESIAN_POINT('',(20.1594247088017,77.5196825400453,214.145512909318)); -#16659=CARTESIAN_POINT('',(20.1615032193101,77.5031040054018,214.143529971696)); -#16660=CARTESIAN_POINT('',(20.1636358803736,77.4862704965543,214.141396652997)); -#16661=CARTESIAN_POINT('',(20.2221607598731,77.0609799488594,214.003505161865)); -#16662=CARTESIAN_POINT('',(20.2221814439841,77.0608407219789,214.002325148738)); -#16663=CARTESIAN_POINT('',(20.2221914777367,77.060773191168,214.001152344888)); -#16664=CARTESIAN_POINT('',(20.2221914777092,77.0607731911662,213.996081271692)); -#16665=CARTESIAN_POINT('',(20.2220658191125,77.0616185821895,213.99193360339)); -#16666=CARTESIAN_POINT('',(20.221601585985,77.0647459076555,213.984151491618)); -#16667=CARTESIAN_POINT('',(20.2212642917737,77.0670195262036,213.980513632589)); -#16668=CARTESIAN_POINT('',(20.2193999112392,77.0796056886544,213.964108207983)); -#16669=CARTESIAN_POINT('',(20.2168875534407,77.0966575252006,213.95355348316)); -#16670=CARTESIAN_POINT('',(20.2057883818269,77.1727019555476,213.91408433555)); -#16671=CARTESIAN_POINT('',(20.19552267203,77.2452440993162,213.898736888431)); -#16672=CARTESIAN_POINT('',(20.1756279809228,77.3923038667547,213.870564982957)); -#16673=CARTESIAN_POINT('',(20.1659257655246,77.4673181669505,213.860452436649)); -#16674=CARTESIAN_POINT('',(20.110022577867,77.917601859492,213.809156685078)); -#16675=CARTESIAN_POINT('',(20.0695225601204,78.3399918690677,213.80390012449)); -#16676=CARTESIAN_POINT('',(20.0170292939672,79.1876450961068,213.798336280954)); -#16677=CARTESIAN_POINT('',(20.0050355135124,79.6129197046581,213.800741635918)); -#16678=CARTESIAN_POINT('',(20.0050354003906,80.,213.800741644622)); -#16679=CARTESIAN_POINT('',(20.0050354003906,80.,212.199258414995)); -#16680=CARTESIAN_POINT('',(20.0050355186588,79.6129197063001,212.199258424836)); -#16681=CARTESIAN_POINT('',(20.0170293050683,79.1876450978945,212.20166378021)); -#16682=CARTESIAN_POINT('',(20.0695225830571,78.3399918711416,212.196099937488)); -#16683=CARTESIAN_POINT('',(20.1100226066937,77.9176018617074,212.190843377304)); -#16684=CARTESIAN_POINT('',(20.1594247088019,77.5196825400501,212.145512909318)); -#16685=CARTESIAN_POINT('',(20.1615032193102,77.5031040054074,212.143529971696)); -#16686=CARTESIAN_POINT('',(20.1636358803736,77.4862704965604,212.141396652997)); -#16687=CARTESIAN_POINT('',(20.2221607598731,77.0609799488648,212.003505161865)); -#16688=CARTESIAN_POINT('',(20.2221814439841,77.0608407219843,212.002325148738)); -#16689=CARTESIAN_POINT('',(20.2221914777367,77.0607731911734,212.001152344888)); -#16690=CARTESIAN_POINT('',(20.2221914777092,77.0607731911715,211.996081271692)); -#16691=CARTESIAN_POINT('',(20.2220658191125,77.0616185821948,211.99193360339)); -#16692=CARTESIAN_POINT('',(20.221601585985,77.0647459076609,211.984151491618)); -#16693=CARTESIAN_POINT('',(20.2212642917737,77.0670195262089,211.980513632589)); -#16694=CARTESIAN_POINT('',(20.2193999112392,77.0796056886597,211.964108207983)); -#16695=CARTESIAN_POINT('',(20.2168875534407,77.0966575252058,211.95355348316)); -#16696=CARTESIAN_POINT('',(20.205788381827,77.1727019555527,211.91408433555)); -#16697=CARTESIAN_POINT('',(20.1955226720302,77.2452440993211,211.898736888431)); -#16698=CARTESIAN_POINT('',(20.1756279809229,77.3923038667592,211.870564982958)); -#16699=CARTESIAN_POINT('',(20.1659257655247,77.4673181669549,211.860452436649)); -#16700=CARTESIAN_POINT('',(20.1100225778672,77.9176018594957,211.809156685078)); -#16701=CARTESIAN_POINT('',(20.0695225601206,78.3399918690707,211.803900124491)); -#16702=CARTESIAN_POINT('',(20.0170292939673,79.1876450961084,211.798336280953)); -#16703=CARTESIAN_POINT('',(20.0050355135125,79.6129197046587,211.800741635918)); -#16704=CARTESIAN_POINT('',(20.0050354003906,80.,211.800741644622)); -#16705=CARTESIAN_POINT('',(20.0050354003906,80.,210.199258414995)); -#16706=CARTESIAN_POINT('',(20.0050355186589,79.6129197063007,210.199258424836)); -#16707=CARTESIAN_POINT('',(20.0170293050686,79.1876450978962,210.20166378021)); -#16708=CARTESIAN_POINT('',(20.0695225830574,78.3399918711446,210.196099937488)); -#16709=CARTESIAN_POINT('',(20.110022606694,77.917601861711,210.190843377304)); -#16710=CARTESIAN_POINT('',(20.159424708802,77.5196825400549,210.145512909318)); -#16711=CARTESIAN_POINT('',(20.1615032193103,77.5031040054128,210.143529971696)); -#16712=CARTESIAN_POINT('',(20.1636358803736,77.4862704965666,210.141396652997)); -#16713=CARTESIAN_POINT('',(20.2221607598731,77.0609799488701,210.003505161865)); -#16714=CARTESIAN_POINT('',(20.2221814439841,77.0608407219896,210.002325148738)); -#16715=CARTESIAN_POINT('',(20.2221914777367,77.0607731911787,210.001152344888)); -#16716=CARTESIAN_POINT('',(20.2221914777091,77.0607731911769,209.996081271692)); -#16717=CARTESIAN_POINT('',(20.2220658191125,77.0616185822001,209.99193360339)); -#16718=CARTESIAN_POINT('',(20.221601585985,77.0647459076662,209.984151491618)); -#16719=CARTESIAN_POINT('',(20.2212642917738,77.0670195262143,209.980513632589)); -#16720=CARTESIAN_POINT('',(20.2193999112392,77.079605688665,209.964108207983)); -#16721=CARTESIAN_POINT('',(20.2168875534406,77.0966575252111,209.95355348316)); -#16722=CARTESIAN_POINT('',(20.205788381827,77.1727019555577,209.91408433555)); -#16723=CARTESIAN_POINT('',(20.1955226720302,77.245244099326,209.898736888431)); -#16724=CARTESIAN_POINT('',(20.175627980923,77.3923038667636,209.870564982958)); -#16725=CARTESIAN_POINT('',(20.1659257655249,77.4673181669592,209.860452436649)); -#16726=CARTESIAN_POINT('',(20.1100225778674,77.9176018594992,209.809156685078)); -#16727=CARTESIAN_POINT('',(20.0695225601207,78.3399918690736,209.803900124491)); -#16728=CARTESIAN_POINT('',(20.0170292939675,79.1876450961101,209.798336280954)); -#16729=CARTESIAN_POINT('',(20.0050355135126,79.6129197046592,209.800741635918)); -#16730=CARTESIAN_POINT('',(20.0050354003906,80.,209.800741644622)); -#16731=CARTESIAN_POINT('',(20.0050354003906,80.,208.199258414995)); -#16732=CARTESIAN_POINT('',(20.005035518659,79.6129197063011,208.199258424836)); -#16733=CARTESIAN_POINT('',(20.0170293050688,79.1876450978979,208.20166378021)); -#16734=CARTESIAN_POINT('',(20.0695225830576,78.3399918711476,208.196099937488)); -#16735=CARTESIAN_POINT('',(20.1100226066943,77.9176018617147,208.190843377304)); -#16736=CARTESIAN_POINT('',(20.1594247088022,77.5196825400598,208.145512909318)); -#16737=CARTESIAN_POINT('',(20.1615032193104,77.5031040054184,208.143529971696)); -#16738=CARTESIAN_POINT('',(20.1636358803736,77.4862704965728,208.141396652997)); -#16739=CARTESIAN_POINT('',(20.2221607598731,77.0609799488755,208.003505161865)); -#16740=CARTESIAN_POINT('',(20.2221814439841,77.060840721995,208.002325148738)); -#16741=CARTESIAN_POINT('',(20.2221914777367,77.060773191184,208.001152344888)); -#16742=CARTESIAN_POINT('',(20.2221914777092,77.0607731911822,207.996081271692)); -#16743=CARTESIAN_POINT('',(20.2220658191125,77.0616185822055,207.99193360339)); -#16744=CARTESIAN_POINT('',(20.221601585985,77.0647459076715,207.984151491618)); -#16745=CARTESIAN_POINT('',(20.2212642917738,77.0670195262195,207.980513632589)); -#16746=CARTESIAN_POINT('',(20.2193999112392,77.0796056886702,207.964108207983)); -#16747=CARTESIAN_POINT('',(20.2168875534406,77.0966575252163,207.95355348316)); -#16748=CARTESIAN_POINT('',(20.205788381827,77.1727019555628,207.91408433555)); -#16749=CARTESIAN_POINT('',(20.1955226720303,77.2452440993309,207.898736888432)); -#16750=CARTESIAN_POINT('',(20.1756279809232,77.3923038667681,207.870564982958)); -#16751=CARTESIAN_POINT('',(20.165925765525,77.4673181669635,207.86045243665)); -#16752=CARTESIAN_POINT('',(20.1100225778676,77.9176018595027,207.809156685079)); -#16753=CARTESIAN_POINT('',(20.069522560121,78.3399918690766,207.803900124491)); -#16754=CARTESIAN_POINT('',(20.0170292939677,79.1876450961119,207.798336280954)); -#16755=CARTESIAN_POINT('',(20.0050355135128,79.6129197046597,207.800741635918)); -#16756=CARTESIAN_POINT('',(20.0050354003906,80.,207.800741644622)); -#16757=CARTESIAN_POINT('',(20.0050354003906,80.,206.199258414995)); -#16758=CARTESIAN_POINT('',(20.0050355186591,79.6129197063017,206.199258424835)); -#16759=CARTESIAN_POINT('',(20.0170293050689,79.1876450978996,206.201663780209)); -#16760=CARTESIAN_POINT('',(20.0695225830579,78.3399918711506,206.196099937486)); -#16761=CARTESIAN_POINT('',(20.1100226066945,77.9176018617183,206.190843377303)); -#16762=CARTESIAN_POINT('',(20.1594247088024,77.5196825400646,206.145512909318)); -#16763=CARTESIAN_POINT('',(20.1615032193105,77.5031040054239,206.143529971696)); -#16764=CARTESIAN_POINT('',(20.1636358803736,77.486270496579,206.141396652997)); -#16765=CARTESIAN_POINT('',(20.2221607598731,77.0609799488808,206.003505161865)); -#16766=CARTESIAN_POINT('',(20.2221814439841,77.0608407220004,206.002325148738)); -#16767=CARTESIAN_POINT('',(20.2221914777367,77.0607731911894,206.001152344888)); -#16768=CARTESIAN_POINT('',(20.2221914777092,77.0607731911875,205.996081271692)); -#16769=CARTESIAN_POINT('',(20.2220658191125,77.0616185822108,205.99193360339)); -#16770=CARTESIAN_POINT('',(20.221601585985,77.0647459076768,205.984151491618)); -#16771=CARTESIAN_POINT('',(20.2212642917738,77.0670195262249,205.980513632589)); -#16772=CARTESIAN_POINT('',(20.2193999112392,77.0796056886756,205.964108207983)); -#16773=CARTESIAN_POINT('',(20.2168875534407,77.0966575252216,205.95355348316)); -#16774=CARTESIAN_POINT('',(20.2057883818271,77.1727019555678,205.91408433555)); -#16775=CARTESIAN_POINT('',(20.1955226720303,77.2452440993357,205.898736888432)); -#16776=CARTESIAN_POINT('',(20.1756279809233,77.3923038667726,205.870564982958)); -#16777=CARTESIAN_POINT('',(20.165925765525,77.4673181669679,205.86045243665)); -#16778=CARTESIAN_POINT('',(20.1100225778678,77.9176018595063,205.809156685079)); -#16779=CARTESIAN_POINT('',(20.0695225601212,78.3399918690795,205.803900124491)); -#16780=CARTESIAN_POINT('',(20.0170292939678,79.1876450961135,205.798336280953)); -#16781=CARTESIAN_POINT('',(20.0050355135128,79.6129197046602,205.800741635918)); -#16782=CARTESIAN_POINT('',(20.0050354003906,80.,205.800741644622)); -#16783=CARTESIAN_POINT('',(20.0050354003906,80.,204.199258414995)); -#16784=CARTESIAN_POINT('',(20.0050355186593,79.6129197063023,204.199258424835)); -#16785=CARTESIAN_POINT('',(20.0170293050691,79.1876450979014,204.201663780209)); -#16786=CARTESIAN_POINT('',(20.0695225830582,78.3399918711535,204.196099937486)); -#16787=CARTESIAN_POINT('',(20.1100226066948,77.9176018617219,204.190843377303)); -#16788=CARTESIAN_POINT('',(20.1594247088026,77.5196825400694,204.145512909317)); -#16789=CARTESIAN_POINT('',(20.1615032193106,77.5031040054293,204.143529971696)); -#16790=CARTESIAN_POINT('',(20.1636358803736,77.4862704965851,204.141396652997)); -#16791=CARTESIAN_POINT('',(20.2221607598731,77.0609799488862,204.003505161865)); -#16792=CARTESIAN_POINT('',(20.2221814439841,77.0608407220057,204.002325148738)); -#16793=CARTESIAN_POINT('',(20.2221914777367,77.0607731911948,204.001152344888)); -#16794=CARTESIAN_POINT('',(20.2221914777091,77.0607731911929,203.996081271693)); -#16795=CARTESIAN_POINT('',(20.2220658191125,77.0616185822161,203.99193360339)); -#16796=CARTESIAN_POINT('',(20.221601585985,77.0647459076822,203.984151491618)); -#16797=CARTESIAN_POINT('',(20.2212642917738,77.0670195262302,203.980513632589)); -#16798=CARTESIAN_POINT('',(20.2193999112391,77.0796056886809,203.964108207983)); -#16799=CARTESIAN_POINT('',(20.2168875534407,77.0966575252268,203.95355348316)); -#16800=CARTESIAN_POINT('',(20.2057883818271,77.1727019555729,203.91408433555)); -#16801=CARTESIAN_POINT('',(20.1955226720304,77.2452440993406,203.898736888432)); -#16802=CARTESIAN_POINT('',(20.1756279809234,77.3923038667771,203.870564982958)); -#16803=CARTESIAN_POINT('',(20.1659257655253,77.4673181669721,203.86045243665)); -#16804=CARTESIAN_POINT('',(20.110022577868,77.9176018595099,203.809156685079)); -#16805=CARTESIAN_POINT('',(20.0695225601214,78.3399918690825,203.803900124491)); -#16806=CARTESIAN_POINT('',(20.017029293968,79.1876450961153,203.798336280954)); -#16807=CARTESIAN_POINT('',(20.0050355135129,79.6129197046607,203.800741635918)); -#16808=CARTESIAN_POINT('',(20.0050354003906,80.,203.800741644622)); -#16809=CARTESIAN_POINT('',(20.0050354003906,80.,202.199258414995)); -#16810=CARTESIAN_POINT('',(20.0050355186594,79.6129197063028,202.199258424835)); -#16811=CARTESIAN_POINT('',(20.0170293050694,79.187645097903,202.201663780209)); -#16812=CARTESIAN_POINT('',(20.0695225830585,78.3399918711565,202.196099937486)); -#16813=CARTESIAN_POINT('',(20.1100226066951,77.9176018617255,202.190843377303)); -#16814=CARTESIAN_POINT('',(20.1594247088028,77.5196825400742,202.145512909317)); -#16815=CARTESIAN_POINT('',(20.1615032193107,77.5031040054348,202.143529971696)); -#16816=CARTESIAN_POINT('',(20.1636358803736,77.4862704965913,202.141396652997)); -#16817=CARTESIAN_POINT('',(20.2221607598731,77.0609799488915,202.003505161865)); -#16818=CARTESIAN_POINT('',(20.2221814439841,77.060840722011,202.002325148738)); -#16819=CARTESIAN_POINT('',(20.2221914777367,77.0607731912002,202.001152344888)); -#16820=CARTESIAN_POINT('',(20.2221914777092,77.0607731911983,201.996081271693)); -#16821=CARTESIAN_POINT('',(20.2220658191125,77.0616185822215,201.99193360339)); -#16822=CARTESIAN_POINT('',(20.221601585985,77.0647459076875,201.984151491618)); -#16823=CARTESIAN_POINT('',(20.2212642917738,77.0670195262356,201.980513632589)); -#16824=CARTESIAN_POINT('',(20.2193999112391,77.0796056886862,201.964108207983)); -#16825=CARTESIAN_POINT('',(20.2168875534407,77.0966575252321,201.95355348316)); -#16826=CARTESIAN_POINT('',(20.2057883818272,77.1727019555779,201.914084335551)); -#16827=CARTESIAN_POINT('',(20.1955226720304,77.2452440993455,201.898736888432)); -#16828=CARTESIAN_POINT('',(20.1756279809235,77.3923038667817,201.870564982959)); -#16829=CARTESIAN_POINT('',(20.1659257655254,77.4673181669765,201.86045243665)); -#16830=CARTESIAN_POINT('',(20.1100225778682,77.9176018595136,201.809156685079)); -#16831=CARTESIAN_POINT('',(20.0695225601216,78.3399918690854,201.803900124491)); -#16832=CARTESIAN_POINT('',(20.0170292939681,79.187645096117,201.798336280954)); -#16833=CARTESIAN_POINT('',(20.005035513513,79.6129197046613,201.800741635917)); -#16834=CARTESIAN_POINT('',(20.0050354003906,80.,201.800741644622)); -#16835=CARTESIAN_POINT('',(20.0050354003906,80.,200.199258414995)); -#16836=CARTESIAN_POINT('',(20.0050355186596,79.6129197063033,200.199258424835)); -#16837=CARTESIAN_POINT('',(20.0170293050696,79.1876450979048,200.201663780209)); -#16838=CARTESIAN_POINT('',(20.0695225830588,78.3399918711595,200.196099937486)); -#16839=CARTESIAN_POINT('',(20.1100226066954,77.917601861729,200.190843377303)); -#16840=CARTESIAN_POINT('',(20.1594247088029,77.519682540079,200.145512909317)); -#16841=CARTESIAN_POINT('',(20.1615032193108,77.5031040054403,200.143529971696)); -#16842=CARTESIAN_POINT('',(20.1636358803736,77.4862704965975,200.141396652997)); -#16843=CARTESIAN_POINT('',(20.2221607598731,77.0609799488969,200.003505161865)); -#16844=CARTESIAN_POINT('',(20.2221814439841,77.0608407220164,200.002325148738)); -#16845=CARTESIAN_POINT('',(20.2221914777367,77.0607731912055,200.001152344888)); -#16846=CARTESIAN_POINT('',(20.2221914777091,77.0607731912036,199.996081271693)); -#16847=CARTESIAN_POINT('',(20.2220658191125,77.0616185822269,199.99193360339)); -#16848=CARTESIAN_POINT('',(20.221601585985,77.0647459076929,199.984151491618)); -#16849=CARTESIAN_POINT('',(20.2212642917738,77.0670195262409,199.980513632589)); -#16850=CARTESIAN_POINT('',(20.2193999112392,77.0796056886915,199.964108207983)); -#16851=CARTESIAN_POINT('',(20.2168875534407,77.0966575252373,199.95355348316)); -#16852=CARTESIAN_POINT('',(20.2057883818272,77.172701955583,199.914084335551)); -#16853=CARTESIAN_POINT('',(20.1955226720305,77.2452440993504,199.898736888432)); -#16854=CARTESIAN_POINT('',(20.1756279809236,77.3923038667862,199.870564982959)); -#16855=CARTESIAN_POINT('',(20.1659257655255,77.4673181669807,199.86045243665)); -#16856=CARTESIAN_POINT('',(20.1100225778684,77.9176018595171,199.80915668508)); -#16857=CARTESIAN_POINT('',(20.0695225601218,78.3399918690884,199.803900124491)); -#16858=CARTESIAN_POINT('',(20.0170292939683,79.1876450961187,199.798336280954)); -#16859=CARTESIAN_POINT('',(20.0050355135132,79.6129197046618,199.800741635917)); -#16860=CARTESIAN_POINT('',(20.0050354003906,80.,199.800741644622)); -#16861=CARTESIAN_POINT('',(20.0050354003906,80.,198.199258414995)); -#16862=CARTESIAN_POINT('',(20.0050355186596,79.6129197063039,198.199258424835)); -#16863=CARTESIAN_POINT('',(20.0170293050696,79.1876450979065,198.201663780209)); -#16864=CARTESIAN_POINT('',(20.069522583059,78.3399918711624,198.196099937486)); -#16865=CARTESIAN_POINT('',(20.1100226066956,77.9176018617326,198.190843377303)); -#16866=CARTESIAN_POINT('',(20.159424708803,77.5196825400837,198.145512909317)); -#16867=CARTESIAN_POINT('',(20.1615032193109,77.5031040054457,198.143529971696)); -#16868=CARTESIAN_POINT('',(20.1636358803736,77.4862704966037,198.141396652997)); -#16869=CARTESIAN_POINT('',(20.2221607598731,77.0609799489022,198.003505161865)); -#16870=CARTESIAN_POINT('',(20.2221814439841,77.0608407220217,198.002325148738)); -#16871=CARTESIAN_POINT('',(20.2221914777367,77.0607731912109,198.001152344888)); -#16872=CARTESIAN_POINT('',(20.2221914777092,77.060773191209,197.996081271693)); -#16873=CARTESIAN_POINT('',(20.2220658191125,77.0616185822322,197.99193360339)); -#16874=CARTESIAN_POINT('',(20.221601585985,77.0647459076982,197.984151491618)); -#16875=CARTESIAN_POINT('',(20.2212642917738,77.0670195262462,197.980513632589)); -#16876=CARTESIAN_POINT('',(20.2193999112392,77.0796056886968,197.964108207983)); -#16877=CARTESIAN_POINT('',(20.2168875534408,77.0966575252426,197.953553483161)); -#16878=CARTESIAN_POINT('',(20.2057883818273,77.1727019555881,197.914084335551)); -#16879=CARTESIAN_POINT('',(20.1955226720305,77.2452440993552,197.898736888433)); -#16880=CARTESIAN_POINT('',(20.1756279809237,77.3923038667907,197.870564982959)); -#16881=CARTESIAN_POINT('',(20.1659257655257,77.4673181669851,197.860452436651)); -#16882=CARTESIAN_POINT('',(20.1100225778685,77.9176018595207,197.80915668508)); -#16883=CARTESIAN_POINT('',(20.0695225601221,78.3399918690914,197.803900124491)); -#16884=CARTESIAN_POINT('',(20.0170292939685,79.1876450961204,197.798336280954)); -#16885=CARTESIAN_POINT('',(20.0050355135133,79.6129197046624,197.800741635917)); -#16886=CARTESIAN_POINT('',(20.0050354003906,80.,197.800741644622)); -#16887=CARTESIAN_POINT('',(20.0050354003906,80.,196.199258414995)); -#16888=CARTESIAN_POINT('',(20.0050355186598,79.6129197063044,196.199258424835)); -#16889=CARTESIAN_POINT('',(20.0170293050699,79.1876450979082,196.201663780209)); -#16890=CARTESIAN_POINT('',(20.0695225830594,78.3399918711654,196.196099937486)); -#16891=CARTESIAN_POINT('',(20.1100226066959,77.9176018617363,196.190843377302)); -#16892=CARTESIAN_POINT('',(20.1594247088032,77.5196825400886,196.145512909317)); -#16893=CARTESIAN_POINT('',(20.161503219311,77.5031040054512,196.143529971696)); -#16894=CARTESIAN_POINT('',(20.1636358803736,77.4862704966098,196.141396652997)); -#16895=CARTESIAN_POINT('',(20.2221607598731,77.0609799489075,196.003505161865)); -#16896=CARTESIAN_POINT('',(20.2221814439841,77.060840722027,196.002325148738)); -#16897=CARTESIAN_POINT('',(20.2221914777367,77.0607731912161,196.001152344888)); -#16898=CARTESIAN_POINT('',(20.2221914777091,77.0607731912143,195.996081271693)); -#16899=CARTESIAN_POINT('',(20.2220658191125,77.0616185822375,195.99193360339)); -#16900=CARTESIAN_POINT('',(20.221601585985,77.0647459077035,195.984151491619)); -#16901=CARTESIAN_POINT('',(20.2212642917738,77.0670195262514,195.980513632589)); -#16902=CARTESIAN_POINT('',(20.2193999112392,77.079605688702,195.964108207983)); -#16903=CARTESIAN_POINT('',(20.2168875534408,77.0966575252478,195.953553483161)); -#16904=CARTESIAN_POINT('',(20.2057883818273,77.1727019555931,195.914084335551)); -#16905=CARTESIAN_POINT('',(20.1955226720306,77.2452440993601,195.898736888433)); -#16906=CARTESIAN_POINT('',(20.1756279809239,77.3923038667952,195.870564982959)); -#16907=CARTESIAN_POINT('',(20.1659257655258,77.4673181669894,195.860452436651)); -#16908=CARTESIAN_POINT('',(20.1100225778687,77.9176018595243,195.80915668508)); -#16909=CARTESIAN_POINT('',(20.0695225601223,78.3399918690944,195.803900124492)); -#16910=CARTESIAN_POINT('',(20.0170292939687,79.1876450961221,195.798336280954)); -#16911=CARTESIAN_POINT('',(20.0050355135134,79.6129197046628,195.800741635917)); -#16912=CARTESIAN_POINT('',(20.0050354003906,80.,195.800741644622)); -#16913=CARTESIAN_POINT('',(20.0050354003906,80.,194.199258414995)); -#16914=CARTESIAN_POINT('',(20.0050355186599,79.6129197063049,194.199258424835)); -#16915=CARTESIAN_POINT('',(20.0170293050701,79.1876450979099,194.201663780209)); -#16916=CARTESIAN_POINT('',(20.0695225830596,78.3399918711684,194.196099937486)); -#16917=CARTESIAN_POINT('',(20.1100226066962,77.9176018617399,194.190843377302)); -#16918=CARTESIAN_POINT('',(20.1594247088034,77.5196825400934,194.145512909317)); -#16919=CARTESIAN_POINT('',(20.161503219311,77.5031040054567,194.143529971696)); -#16920=CARTESIAN_POINT('',(20.1636358803736,77.486270496616,194.141396652997)); -#16921=CARTESIAN_POINT('',(20.2221607598731,77.0609799489129,194.003505161865)); -#16922=CARTESIAN_POINT('',(20.2221814439841,77.0608407220324,194.002325148738)); -#16923=CARTESIAN_POINT('',(20.2221914777367,77.0607731912214,194.001152344888)); -#16924=CARTESIAN_POINT('',(20.2221914777092,77.0607731912196,193.996081271693)); -#16925=CARTESIAN_POINT('',(20.2220658191125,77.0616185822429,193.99193360339)); -#16926=CARTESIAN_POINT('',(20.221601585985,77.0647459077089,193.984151491619)); -#16927=CARTESIAN_POINT('',(20.2212642917738,77.0670195262569,193.980513632589)); -#16928=CARTESIAN_POINT('',(20.2193999112392,77.0796056887073,193.964108207983)); -#16929=CARTESIAN_POINT('',(20.2168875534408,77.0966575252531,193.953553483161)); -#16930=CARTESIAN_POINT('',(20.2057883818273,77.1727019555982,193.914084335551)); -#16931=CARTESIAN_POINT('',(20.1955226720306,77.2452440993649,193.898736888433)); -#16932=CARTESIAN_POINT('',(20.1756279809239,77.3923038667997,193.87056498296)); -#16933=CARTESIAN_POINT('',(20.1659257655259,77.4673181669938,193.860452436651)); -#16934=CARTESIAN_POINT('',(20.1100225778689,77.9176018595279,193.80915668508)); -#16935=CARTESIAN_POINT('',(20.0695225601225,78.3399918690974,193.803900124492)); -#16936=CARTESIAN_POINT('',(20.0170292939688,79.1876450961238,193.798336280954)); -#16937=CARTESIAN_POINT('',(20.0050355135135,79.6129197046634,193.800741635918)); -#16938=CARTESIAN_POINT('',(20.0050354003906,80.,193.800741644622)); -#16939=CARTESIAN_POINT('',(20.0050354003906,80.,192.199258414995)); -#16940=CARTESIAN_POINT('',(20.00503551866,79.6129197063055,192.199258424835)); -#16941=CARTESIAN_POINT('',(20.0170293050703,79.1876450979117,192.201663780209)); -#16942=CARTESIAN_POINT('',(20.0695225830599,78.3399918711714,192.196099937485)); -#16943=CARTESIAN_POINT('',(20.1100226066965,77.9176018617434,192.190843377302)); -#16944=CARTESIAN_POINT('',(20.1594247088036,77.5196825400982,192.145512909316)); -#16945=CARTESIAN_POINT('',(20.161503219311,77.5031040054622,192.143529971695)); -#16946=CARTESIAN_POINT('',(20.1636358803736,77.4862704966222,192.141396652997)); -#16947=CARTESIAN_POINT('',(20.2221607598731,77.0609799489182,192.003505161865)); -#16948=CARTESIAN_POINT('',(20.2221814439841,77.0608407220378,192.002325148738)); -#16949=CARTESIAN_POINT('',(20.2221914777367,77.0607731912269,192.001152344888)); -#16950=CARTESIAN_POINT('',(20.2221914777091,77.060773191225,191.996081271693)); -#16951=CARTESIAN_POINT('',(20.2220658191125,77.0616185822482,191.99193360339)); -#16952=CARTESIAN_POINT('',(20.221601585985,77.0647459077142,191.984151491619)); -#16953=CARTESIAN_POINT('',(20.2212642917738,77.0670195262622,191.980513632589)); -#16954=CARTESIAN_POINT('',(20.2193999112392,77.0796056887127,191.964108207983)); -#16955=CARTESIAN_POINT('',(20.2168875534407,77.0966575252584,191.953553483161)); -#16956=CARTESIAN_POINT('',(20.2057883818274,77.1727019556033,191.914084335551)); -#16957=CARTESIAN_POINT('',(20.1955226720308,77.2452440993699,191.898736888433)); -#16958=CARTESIAN_POINT('',(20.175627980924,77.3923038668043,191.87056498296)); -#16959=CARTESIAN_POINT('',(20.165925765526,77.4673181669981,191.860452436651)); -#16960=CARTESIAN_POINT('',(20.1100225778691,77.9176018595315,191.80915668508)); -#16961=CARTESIAN_POINT('',(20.0695225601226,78.3399918691002,191.803900124492)); -#16962=CARTESIAN_POINT('',(20.017029293969,79.1876450961256,191.798336280954)); -#16963=CARTESIAN_POINT('',(20.0050355135136,79.612919704664,191.800741635918)); -#16964=CARTESIAN_POINT('',(20.0050354003906,80.,191.800741644622)); -#16965=CARTESIAN_POINT('',(20.0050354003906,80.,190.199258414995)); -#16966=CARTESIAN_POINT('',(20.0050355186601,79.6129197063059,190.199258424835)); -#16967=CARTESIAN_POINT('',(20.0170293050705,79.1876450979134,190.201663780209)); -#16968=CARTESIAN_POINT('',(20.0695225830601,78.3399918711743,190.196099937485)); -#16969=CARTESIAN_POINT('',(20.1100226066968,77.917601861747,190.190843377302)); -#16970=CARTESIAN_POINT('',(20.1594247088038,77.5196825401031,190.145512909316)); -#16971=CARTESIAN_POINT('',(20.1615032193111,77.5031040054677,190.143529971695)); -#16972=CARTESIAN_POINT('',(20.1636358803736,77.4862704966284,190.141396652997)); -#16973=CARTESIAN_POINT('',(20.2221607598731,77.0609799489236,190.003505161865)); -#16974=CARTESIAN_POINT('',(20.2221814439841,77.0608407220431,190.002325148738)); -#16975=CARTESIAN_POINT('',(20.2221914777367,77.0607731912322,190.001152344888)); -#16976=CARTESIAN_POINT('',(20.2221914777092,77.0607731912303,189.996081271693)); -#16977=CARTESIAN_POINT('',(20.2220658191125,77.0616185822535,189.99193360339)); -#16978=CARTESIAN_POINT('',(20.221601585985,77.0647459077195,189.984151491619)); -#16979=CARTESIAN_POINT('',(20.2212642917738,77.0670195262675,189.980513632589)); -#16980=CARTESIAN_POINT('',(20.2193999112392,77.079605688718,189.964108207983)); -#16981=CARTESIAN_POINT('',(20.2168875534407,77.0966575252636,189.953553483161)); -#16982=CARTESIAN_POINT('',(20.2057883818274,77.1727019556083,189.914084335552)); -#16983=CARTESIAN_POINT('',(20.1955226720309,77.2452440993747,189.898736888433)); -#16984=CARTESIAN_POINT('',(20.1756279809241,77.3923038668088,189.87056498296)); -#16985=CARTESIAN_POINT('',(20.1659257655262,77.4673181670024,189.860452436652)); -#16986=CARTESIAN_POINT('',(20.1100225778693,77.9176018595351,189.809156685081)); -#16987=CARTESIAN_POINT('',(20.0695225601229,78.3399918691033,189.803900124492)); -#16988=CARTESIAN_POINT('',(20.0170292939692,79.1876450961273,189.798336280954)); -#16989=CARTESIAN_POINT('',(20.0050355135138,79.6129197046644,189.800741635918)); -#16990=CARTESIAN_POINT('',(20.0050354003906,80.,189.800741644622)); -#16991=CARTESIAN_POINT('',(20.0050354003906,80.,188.199258414995)); -#16992=CARTESIAN_POINT('',(20.0050355186602,79.6129197063065,188.199258424835)); -#16993=CARTESIAN_POINT('',(20.0170293050707,79.1876450979151,188.201663780209)); -#16994=CARTESIAN_POINT('',(20.0695225830605,78.3399918711773,188.196099937485)); -#16995=CARTESIAN_POINT('',(20.110022606697,77.9176018617506,188.190843377302)); -#16996=CARTESIAN_POINT('',(20.1594247088039,77.5196825401079,188.145512909316)); -#16997=CARTESIAN_POINT('',(20.1615032193112,77.5031040054732,188.143529971695)); -#16998=CARTESIAN_POINT('',(20.1636358803736,77.4862704966345,188.141396652997)); -#16999=CARTESIAN_POINT('',(20.2221607598731,77.0609799489289,188.003505161865)); -#17000=CARTESIAN_POINT('',(20.2221814439841,77.0608407220485,188.002325148738)); -#17001=CARTESIAN_POINT('',(20.2221914777367,77.0607731912376,188.001152344888)); -#17002=CARTESIAN_POINT('',(20.2221914777092,77.0607731912357,187.996081271693)); -#17003=CARTESIAN_POINT('',(20.2220658191125,77.0616185822589,187.99193360339)); -#17004=CARTESIAN_POINT('',(20.221601585985,77.0647459077248,187.984151491619)); -#17005=CARTESIAN_POINT('',(20.2212642917738,77.0670195262729,187.980513632589)); -#17006=CARTESIAN_POINT('',(20.2193999112392,77.0796056887233,187.964108207984)); -#17007=CARTESIAN_POINT('',(20.2168875534408,77.0966575252688,187.953553483161)); -#17008=CARTESIAN_POINT('',(20.2057883818275,77.1727019556133,187.914084335552)); -#17009=CARTESIAN_POINT('',(20.1955226720309,77.2452440993796,187.898736888434)); -#17010=CARTESIAN_POINT('',(20.1756279809242,77.3923038668133,187.87056498296)); -#17011=CARTESIAN_POINT('',(20.1659257655263,77.4673181670068,187.860452436652)); -#17012=CARTESIAN_POINT('',(20.1100225778695,77.9176018595387,187.809156685081)); -#17013=CARTESIAN_POINT('',(20.0695225601231,78.3399918691063,187.803900124492)); -#17014=CARTESIAN_POINT('',(20.0170292939693,79.187645096129,187.798336280954)); -#17015=CARTESIAN_POINT('',(20.0050355135138,79.612919704665,187.800741635918)); -#17016=CARTESIAN_POINT('',(20.0050354003906,80.,187.800741644622)); -#17017=CARTESIAN_POINT('',(20.0050354003906,80.,186.199258414995)); -#17018=CARTESIAN_POINT('',(20.0050355186604,79.6129197063071,186.199258424835)); -#17019=CARTESIAN_POINT('',(20.0170293050709,79.1876450979168,186.201663780209)); -#17020=CARTESIAN_POINT('',(20.0695225830608,78.3399918711803,186.196099937485)); -#17021=CARTESIAN_POINT('',(20.1100226066973,77.9176018617542,186.190843377301)); -#17022=CARTESIAN_POINT('',(20.1594247088041,77.5196825401127,186.145512909316)); -#17023=CARTESIAN_POINT('',(20.1615032193113,77.5031040054786,186.143529971695)); -#17024=CARTESIAN_POINT('',(20.1636358803736,77.4862704966407,186.141396652997)); -#17025=CARTESIAN_POINT('',(20.2221607598731,77.0609799489343,186.003505161865)); -#17026=CARTESIAN_POINT('',(20.2221814439841,77.0608407220538,186.002325148738)); -#17027=CARTESIAN_POINT('',(20.2221914777367,77.0607731912429,186.001152344888)); -#17028=CARTESIAN_POINT('',(20.2221914777091,77.060773191241,185.996081271693)); -#17029=CARTESIAN_POINT('',(20.2220658191125,77.0616185822643,185.99193360339)); -#17030=CARTESIAN_POINT('',(20.221601585985,77.0647459077303,185.984151491619)); -#17031=CARTESIAN_POINT('',(20.2212642917738,77.0670195262782,185.98051363259)); -#17032=CARTESIAN_POINT('',(20.2193999112392,77.0796056887286,185.964108207984)); -#17033=CARTESIAN_POINT('',(20.2168875534408,77.0966575252741,185.953553483161)); -#17034=CARTESIAN_POINT('',(20.2057883818275,77.1727019556184,185.914084335552)); -#17035=CARTESIAN_POINT('',(20.195522672031,77.2452440993845,185.898736888434)); -#17036=CARTESIAN_POINT('',(20.1756279809244,77.3923038668178,185.870564982961)); -#17037=CARTESIAN_POINT('',(20.1659257655263,77.4673181670111,185.860452436652)); -#17038=CARTESIAN_POINT('',(20.1100225778698,77.9176018595423,185.809156685081)); -#17039=CARTESIAN_POINT('',(20.0695225601233,78.3399918691093,185.803900124492)); -#17040=CARTESIAN_POINT('',(20.0170292939694,79.1876450961307,185.798336280954)); -#17041=CARTESIAN_POINT('',(20.0050355135139,79.6129197046655,185.800741635918)); -#17042=CARTESIAN_POINT('',(20.0050354003906,80.,185.800741644622)); -#17043=CARTESIAN_POINT('',(20.0050354003906,80.,184.199258414995)); -#17044=CARTESIAN_POINT('',(20.0050355186605,79.6129197063076,184.199258424835)); -#17045=CARTESIAN_POINT('',(20.0170293050711,79.1876450979185,184.201663780209)); -#17046=CARTESIAN_POINT('',(20.069522583061,78.3399918711832,184.196099937485)); -#17047=CARTESIAN_POINT('',(20.1100226066976,77.9176018617578,184.190843377301)); -#17048=CARTESIAN_POINT('',(20.1594247088043,77.5196825401175,184.145512909316)); -#17049=CARTESIAN_POINT('',(20.1615032193114,77.5031040054841,184.143529971695)); -#17050=CARTESIAN_POINT('',(20.1636358803736,77.4862704966469,184.141396652997)); -#17051=CARTESIAN_POINT('',(20.2221607598731,77.0609799489396,184.003505161865)); -#17052=CARTESIAN_POINT('',(20.2221814439841,77.0608407220591,184.002325148738)); -#17053=CARTESIAN_POINT('',(20.2221914777367,77.0607731912483,184.001152344888)); -#17054=CARTESIAN_POINT('',(20.2221914777092,77.0607731912464,183.996081271693)); -#17055=CARTESIAN_POINT('',(20.2220658191125,77.0616185822696,183.99193360339)); -#17056=CARTESIAN_POINT('',(20.221601585985,77.0647459077355,183.984151491619)); -#17057=CARTESIAN_POINT('',(20.2212642917738,77.0670195262835,183.98051363259)); -#17058=CARTESIAN_POINT('',(20.2193999112393,77.0796056887337,183.964108207984)); -#17059=CARTESIAN_POINT('',(20.2168875534408,77.0966575252794,183.953553483161)); -#17060=CARTESIAN_POINT('',(20.2057883818275,77.1727019556235,183.914084335552)); -#17061=CARTESIAN_POINT('',(20.195522672031,77.2452440993893,183.898736888434)); -#17062=CARTESIAN_POINT('',(20.1756279809245,77.3923038668224,183.870564982961)); -#17063=CARTESIAN_POINT('',(20.1659257655266,77.4673181670155,183.860452436652)); -#17064=CARTESIAN_POINT('',(20.1100225778699,77.9176018595459,183.809156685081)); -#17065=CARTESIAN_POINT('',(20.0695225601235,78.3399918691122,183.803900124492)); -#17066=CARTESIAN_POINT('',(20.0170292939696,79.1876450961324,183.798336280954)); -#17067=CARTESIAN_POINT('',(20.005035513514,79.612919704666,183.800741635918)); -#17068=CARTESIAN_POINT('',(20.0050354003906,80.,183.800741644622)); -#17069=CARTESIAN_POINT('',(20.0050354003906,80.,182.199258414995)); -#17070=CARTESIAN_POINT('',(20.0050355186607,79.6129197063081,182.199258424835)); -#17071=CARTESIAN_POINT('',(20.0170293050713,79.1876450979202,182.201663780209)); -#17072=CARTESIAN_POINT('',(20.0695225830613,78.3399918711862,182.196099937485)); -#17073=CARTESIAN_POINT('',(20.1100226066979,77.9176018617614,182.190843377301)); -#17074=CARTESIAN_POINT('',(20.1594247088045,77.5196825401223,182.145512909316)); -#17075=CARTESIAN_POINT('',(20.1615032193115,77.5031040054896,182.143529971695)); -#17076=CARTESIAN_POINT('',(20.1636358803736,77.4862704966531,182.141396652997)); -#17077=CARTESIAN_POINT('',(20.2221607598731,77.060979948945,182.003505161865)); -#17078=CARTESIAN_POINT('',(20.2221814439841,77.0608407220645,182.002325148738)); -#17079=CARTESIAN_POINT('',(20.2221914777367,77.0607731912536,182.001152344888)); -#17080=CARTESIAN_POINT('',(20.2221914777092,77.0607731912517,181.996081271693)); -#17081=CARTESIAN_POINT('',(20.2220658191125,77.0616185822749,181.99193360339)); -#17082=CARTESIAN_POINT('',(20.221601585985,77.0647459077409,181.984151491619)); -#17083=CARTESIAN_POINT('',(20.2212642917738,77.0670195262888,181.98051363259)); -#17084=CARTESIAN_POINT('',(20.2193999112393,77.0796056887391,181.964108207984)); -#17085=CARTESIAN_POINT('',(20.2168875534408,77.0966575252846,181.953553483161)); -#17086=CARTESIAN_POINT('',(20.2057883818276,77.1727019556286,181.914084335552)); -#17087=CARTESIAN_POINT('',(20.1955226720311,77.2452440993942,181.898736888434)); -#17088=CARTESIAN_POINT('',(20.1756279809246,77.3923038668269,181.870564982961)); -#17089=CARTESIAN_POINT('',(20.1659257655267,77.4673181670198,181.860452436653)); -#17090=CARTESIAN_POINT('',(20.1100225778702,77.9176018595496,181.809156685082)); -#17091=CARTESIAN_POINT('',(20.0695225601237,78.3399918691152,181.803900124493)); -#17092=CARTESIAN_POINT('',(20.0170292939698,79.1876450961341,181.798336280954)); -#17093=CARTESIAN_POINT('',(20.0050355135141,79.6129197046666,181.800741635918)); -#17094=CARTESIAN_POINT('',(20.0050354003906,80.,181.800741644622)); -#17095=CARTESIAN_POINT('',(20.0050354003906,80.,180.199258414995)); -#17096=CARTESIAN_POINT('',(20.0050355186607,79.6129197063086,180.199258424836)); -#17097=CARTESIAN_POINT('',(20.0170293050714,79.1876450979219,180.201663780209)); -#17098=CARTESIAN_POINT('',(20.0695225830615,78.3399918711892,180.196099937485)); -#17099=CARTESIAN_POINT('',(20.1100226066981,77.917601861765,180.190843377301)); -#17100=CARTESIAN_POINT('',(20.1594247088047,77.5196825401271,180.145512909315)); -#17101=CARTESIAN_POINT('',(20.1615032193116,77.5031040054951,180.143529971695)); -#17102=CARTESIAN_POINT('',(20.1636358803736,77.4862704966592,180.141396652997)); -#17103=CARTESIAN_POINT('',(20.2221607598731,77.0609799489503,180.003505161865)); -#17104=CARTESIAN_POINT('',(20.2221814439841,77.0608407220698,180.002325148738)); -#17105=CARTESIAN_POINT('',(20.2221914777367,77.0607731912589,180.001152344888)); -#17106=CARTESIAN_POINT('',(20.2221914777092,77.060773191257,179.996081271693)); -#17107=CARTESIAN_POINT('',(20.2220658191125,77.0616185822803,179.99193360339)); -#17108=CARTESIAN_POINT('',(20.221601585985,77.0647459077462,179.984151491619)); -#17109=CARTESIAN_POINT('',(20.2212642917738,77.0670195262942,179.98051363259)); -#17110=CARTESIAN_POINT('',(20.2193999112393,77.0796056887445,179.964108207984)); -#17111=CARTESIAN_POINT('',(20.2168875534409,77.0966575252899,179.953553483161)); -#17112=CARTESIAN_POINT('',(20.2057883818276,77.1727019556336,179.914084335553)); -#17113=CARTESIAN_POINT('',(20.1955226720311,77.2452440993991,179.898736888434)); -#17114=CARTESIAN_POINT('',(20.1756279809247,77.3923038668314,179.870564982961)); -#17115=CARTESIAN_POINT('',(20.1659257655268,77.4673181670241,179.860452436653)); -#17116=CARTESIAN_POINT('',(20.1100225778704,77.917601859553,179.809156685082)); -#17117=CARTESIAN_POINT('',(20.069522560124,78.3399918691181,179.803900124493)); -#17118=CARTESIAN_POINT('',(20.01702929397,79.1876450961359,179.798336280954)); -#17119=CARTESIAN_POINT('',(20.0050355135142,79.6129197046671,179.800741635918)); -#17120=CARTESIAN_POINT('',(20.0050354003906,80.,179.800741644622)); -#17121=CARTESIAN_POINT('',(20.0050354003906,80.,178.199258414995)); -#17122=CARTESIAN_POINT('',(20.0050355186609,79.6129197063092,178.199258424836)); -#17123=CARTESIAN_POINT('',(20.0170293050717,79.1876450979237,178.201663780209)); -#17124=CARTESIAN_POINT('',(20.0695225830619,78.3399918711922,178.196099937485)); -#17125=CARTESIAN_POINT('',(20.1100226066984,77.9176018617686,178.1908433773)); -#17126=CARTESIAN_POINT('',(20.1594247088047,77.5196825401319,178.145512909315)); -#17127=CARTESIAN_POINT('',(20.1615032193117,77.5031040055006,178.143529971695)); -#17128=CARTESIAN_POINT('',(20.1636358803736,77.4862704966654,178.141396652997)); -#17129=CARTESIAN_POINT('',(20.2221607598731,77.0609799489557,178.003505161865)); -#17130=CARTESIAN_POINT('',(20.2221814439841,77.0608407220752,178.002325148738)); -#17131=CARTESIAN_POINT('',(20.2221914777367,77.0607731912642,178.001152344888)); -#17132=CARTESIAN_POINT('',(20.2221914777092,77.0607731912624,177.996081271693)); -#17133=CARTESIAN_POINT('',(20.2220658191125,77.0616185822856,177.99193360339)); -#17134=CARTESIAN_POINT('',(20.221601585985,77.0647459077515,177.984151491619)); -#17135=CARTESIAN_POINT('',(20.2212642917738,77.0670195262995,177.98051363259)); -#17136=CARTESIAN_POINT('',(20.2193999112393,77.0796056887497,177.964108207984)); -#17137=CARTESIAN_POINT('',(20.2168875534409,77.0966575252951,177.953553483162)); -#17138=CARTESIAN_POINT('',(20.2057883818277,77.1727019556387,177.914084335553)); -#17139=CARTESIAN_POINT('',(20.1955226720312,77.245244099404,177.898736888435)); -#17140=CARTESIAN_POINT('',(20.1756279809248,77.3923038668358,177.870564982961)); -#17141=CARTESIAN_POINT('',(20.165925765527,77.4673181670285,177.860452436653)); -#17142=CARTESIAN_POINT('',(20.1100225778706,77.9176018595566,177.809156685082)); -#17143=CARTESIAN_POINT('',(20.0695225601242,78.3399918691211,177.803900124493)); -#17144=CARTESIAN_POINT('',(20.0170292939701,79.1876450961375,177.798336280954)); -#17145=CARTESIAN_POINT('',(20.0050355135143,79.6129197046677,177.800741635918)); -#17146=CARTESIAN_POINT('',(20.0050354003906,80.,177.800741644622)); -#17147=CARTESIAN_POINT('',(20.0050354003906,80.,176.199258414995)); -#17148=CARTESIAN_POINT('',(20.005035518661,79.6129197063098,176.199258424836)); -#17149=CARTESIAN_POINT('',(20.0170293050719,79.1876450979254,176.201663780209)); -#17150=CARTESIAN_POINT('',(20.0695225830621,78.3399918711952,176.196099937484)); -#17151=CARTESIAN_POINT('',(20.1100226066987,77.9176018617722,176.1908433773)); -#17152=CARTESIAN_POINT('',(20.1594247088049,77.5196825401367,176.145512909315)); -#17153=CARTESIAN_POINT('',(20.1615032193118,77.5031040055061,176.143529971695)); -#17154=CARTESIAN_POINT('',(20.1636358803736,77.4862704966716,176.141396652997)); -#17155=CARTESIAN_POINT('',(20.2221607598731,77.060979948961,176.003505161865)); -#17156=CARTESIAN_POINT('',(20.2221814439841,77.0608407220806,176.002325148738)); -#17157=CARTESIAN_POINT('',(20.2221914777367,77.0607731912695,176.001152344888)); -#17158=CARTESIAN_POINT('',(20.2221914777092,77.0607731912677,175.996081271693)); -#17159=CARTESIAN_POINT('',(20.2220658191125,77.0616185822909,175.99193360339)); -#17160=CARTESIAN_POINT('',(20.221601585985,77.0647459077569,175.984151491619)); -#17161=CARTESIAN_POINT('',(20.2212642917738,77.0670195263049,175.98051363259)); -#17162=CARTESIAN_POINT('',(20.2193999112393,77.079605688755,175.964108207984)); -#17163=CARTESIAN_POINT('',(20.2168875534409,77.0966575253004,175.953553483162)); -#17164=CARTESIAN_POINT('',(20.2057883818277,77.1727019556437,175.914084335553)); -#17165=CARTESIAN_POINT('',(20.1955226720312,77.2452440994089,175.898736888435)); -#17166=CARTESIAN_POINT('',(20.1756279809249,77.3923038668405,175.870564982962)); -#17167=CARTESIAN_POINT('',(20.1659257655271,77.4673181670328,175.860452436653)); -#17168=CARTESIAN_POINT('',(20.1100225778708,77.9176018595603,175.809156685082)); -#17169=CARTESIAN_POINT('',(20.0695225601244,78.3399918691241,175.803900124493)); -#17170=CARTESIAN_POINT('',(20.0170292939703,79.1876450961393,175.798336280954)); -#17171=CARTESIAN_POINT('',(20.0050355135144,79.6129197046681,175.800741635918)); -#17172=CARTESIAN_POINT('',(20.0050354003906,80.,175.800741644622)); -#17173=CARTESIAN_POINT('',(20.0050354003906,80.,174.199258414995)); -#17174=CARTESIAN_POINT('',(20.0050355186611,79.6129197063102,174.199258424836)); -#17175=CARTESIAN_POINT('',(20.0170293050721,79.1876450979271,174.201663780209)); -#17176=CARTESIAN_POINT('',(20.0695225830624,78.3399918711981,174.196099937484)); -#17177=CARTESIAN_POINT('',(20.110022606699,77.9176018617759,174.1908433773)); -#17178=CARTESIAN_POINT('',(20.1594247088051,77.5196825401416,174.145512909315)); -#17179=CARTESIAN_POINT('',(20.1615032193119,77.5031040055116,174.143529971695)); -#17180=CARTESIAN_POINT('',(20.1636358803736,77.4862704966777,174.141396652997)); -#17181=CARTESIAN_POINT('',(20.2221607598731,77.0609799489664,174.003505161865)); -#17182=CARTESIAN_POINT('',(20.2221814439841,77.0608407220859,174.002325148738)); -#17183=CARTESIAN_POINT('',(20.2221914777367,77.0607731912749,174.001152344888)); -#17184=CARTESIAN_POINT('',(20.2221914777092,77.0607731912731,173.996081271693)); -#17185=CARTESIAN_POINT('',(20.2220658191125,77.0616185822963,173.99193360339)); -#17186=CARTESIAN_POINT('',(20.221601585985,77.0647459077621,173.984151491619)); -#17187=CARTESIAN_POINT('',(20.2212642917738,77.0670195263102,173.98051363259)); -#17188=CARTESIAN_POINT('',(20.2193999112393,77.0796056887603,173.964108207984)); -#17189=CARTESIAN_POINT('',(20.2168875534409,77.0966575253056,173.953553483162)); -#17190=CARTESIAN_POINT('',(20.2057883818278,77.1727019556488,173.914084335553)); -#17191=CARTESIAN_POINT('',(20.1955226720314,77.2452440994137,173.898736888435)); -#17192=CARTESIAN_POINT('',(20.1756279809251,77.392303866845,173.870564982962)); -#17193=CARTESIAN_POINT('',(20.1659257655272,77.467318167037,173.860452436654)); -#17194=CARTESIAN_POINT('',(20.1100225778709,77.9176018595638,173.809156685082)); -#17195=CARTESIAN_POINT('',(20.0695225601245,78.339991869127,173.803900124493)); -#17196=CARTESIAN_POINT('',(20.0170292939705,79.187645096141,173.798336280954)); -#17197=CARTESIAN_POINT('',(20.0050355135145,79.6129197046687,173.800741635918)); -#17198=CARTESIAN_POINT('',(20.0050354003906,80.,173.800741644622)); -#17199=CARTESIAN_POINT('',(20.0050354003906,80.,172.199258414995)); -#17200=CARTESIAN_POINT('',(20.0050355186612,79.6129197063108,172.199258424836)); -#17201=CARTESIAN_POINT('',(20.0170293050722,79.1876450979288,172.201663780209)); -#17202=CARTESIAN_POINT('',(20.0695225830627,78.3399918712011,172.196099937484)); -#17203=CARTESIAN_POINT('',(20.1100226066993,77.9176018617794,172.1908433773)); -#17204=CARTESIAN_POINT('',(20.1594247088053,77.5196825401463,172.145512909315)); -#17205=CARTESIAN_POINT('',(20.161503219312,77.503104005517,172.143529971695)); -#17206=CARTESIAN_POINT('',(20.1636358803736,77.4862704966839,172.141396652997)); -#17207=CARTESIAN_POINT('',(20.2221607598731,77.0609799489717,172.003505161865)); -#17208=CARTESIAN_POINT('',(20.2221814439841,77.0608407220912,172.002325148738)); -#17209=CARTESIAN_POINT('',(20.2221914777367,77.0607731912802,172.001152344888)); -#17210=CARTESIAN_POINT('',(20.2221914777092,77.0607731912784,171.996081271693)); -#17211=CARTESIAN_POINT('',(20.2220658191125,77.0616185823017,171.99193360339)); -#17212=CARTESIAN_POINT('',(20.221601585985,77.0647459077676,171.984151491619)); -#17213=CARTESIAN_POINT('',(20.2212642917738,77.0670195263155,171.98051363259)); -#17214=CARTESIAN_POINT('',(20.2193999112393,77.0796056887656,171.964108207984)); -#17215=CARTESIAN_POINT('',(20.216887553441,77.0966575253109,171.953553483162)); -#17216=CARTESIAN_POINT('',(20.2057883818278,77.1727019556538,171.914084335553)); -#17217=CARTESIAN_POINT('',(20.1955226720314,77.2452440994186,171.898736888435)); -#17218=CARTESIAN_POINT('',(20.1756279809251,77.3923038668494,171.870564982962)); -#17219=CARTESIAN_POINT('',(20.1659257655272,77.4673181670415,171.860452436654)); -#17220=CARTESIAN_POINT('',(20.1100225778711,77.9176018595674,171.809156685083)); -#17221=CARTESIAN_POINT('',(20.0695225601248,78.33999186913,171.803900124493)); -#17222=CARTESIAN_POINT('',(20.0170292939706,79.1876450961426,171.798336280954)); -#17223=CARTESIAN_POINT('',(20.0050355135146,79.6129197046692,171.800741635917)); -#17224=CARTESIAN_POINT('',(20.0050354003906,80.,171.800741644622)); -#17225=CARTESIAN_POINT('',(20.0050354003906,80.,170.199258414995)); -#17226=CARTESIAN_POINT('',(20.0050355186613,79.6129197063113,170.199258424835)); -#17227=CARTESIAN_POINT('',(20.0170293050725,79.1876450979306,170.201663780208)); -#17228=CARTESIAN_POINT('',(20.0695225830629,78.3399918712041,170.196099937484)); -#17229=CARTESIAN_POINT('',(20.1100226066995,77.917601861783,170.1908433773)); -#17230=CARTESIAN_POINT('',(20.1594247088055,77.5196825401511,170.145512909314)); -#17231=CARTESIAN_POINT('',(20.1615032193121,77.5031040055225,170.143529971694)); -#17232=CARTESIAN_POINT('',(20.1636358803736,77.4862704966901,170.141396652997)); -#17233=CARTESIAN_POINT('',(20.2221607598731,77.060979948977,170.003505161865)); -#17234=CARTESIAN_POINT('',(20.2221814439841,77.0608407220966,170.002325148738)); -#17235=CARTESIAN_POINT('',(20.2221914777367,77.0607731912856,170.001152344888)); -#17236=CARTESIAN_POINT('',(20.2221914777092,77.0607731912838,169.996081271693)); -#17237=CARTESIAN_POINT('',(20.2220658191125,77.0616185823071,169.99193360339)); -#17238=CARTESIAN_POINT('',(20.221601585985,77.0647459077729,169.984151491619)); -#17239=CARTESIAN_POINT('',(20.2212642917738,77.0670195263208,169.98051363259)); -#17240=CARTESIAN_POINT('',(20.2193999112393,77.0796056887709,169.964108207984)); -#17241=CARTESIAN_POINT('',(20.216887553441,77.0966575253161,169.953553483162)); -#17242=CARTESIAN_POINT('',(20.2057883818278,77.1727019556589,169.914084335553)); -#17243=CARTESIAN_POINT('',(20.1955226720315,77.2452440994235,169.898736888435)); -#17244=CARTESIAN_POINT('',(20.1756279809252,77.3923038668539,169.870564982962)); -#17245=CARTESIAN_POINT('',(20.1659257655274,77.4673181670457,169.860452436654)); -#17246=CARTESIAN_POINT('',(20.1100225778713,77.917601859571,169.809156685083)); -#17247=CARTESIAN_POINT('',(20.069522560125,78.3399918691329,169.803900124493)); -#17248=CARTESIAN_POINT('',(20.0170292939708,79.1876450961444,169.798336280954)); -#17249=CARTESIAN_POINT('',(20.0050355135147,79.6129197046697,169.800741635917)); -#17250=CARTESIAN_POINT('',(20.0050354003906,80.,169.800741644622)); -#17251=CARTESIAN_POINT('',(20.0050354003906,80.,168.199258414995)); -#17252=CARTESIAN_POINT('',(20.0050355186615,79.6129197063118,168.199258424835)); -#17253=CARTESIAN_POINT('',(20.0170293050727,79.1876450979322,168.201663780208)); -#17254=CARTESIAN_POINT('',(20.0695225830633,78.3399918712071,168.196099937484)); -#17255=CARTESIAN_POINT('',(20.1100226066998,77.9176018617866,168.190843377299)); -#17256=CARTESIAN_POINT('',(20.1594247088056,77.519682540156,168.145512909314)); -#17257=CARTESIAN_POINT('',(20.1615032193121,77.503104005528,168.143529971694)); -#17258=CARTESIAN_POINT('',(20.1636358803736,77.4862704966963,168.141396652997)); -#17259=CARTESIAN_POINT('',(20.2221607598731,77.0609799489824,168.003505161865)); -#17260=CARTESIAN_POINT('',(20.2221814439841,77.0608407221019,168.002325148738)); -#17261=CARTESIAN_POINT('',(20.2221914777367,77.0607731912909,168.001152344888)); -#17262=CARTESIAN_POINT('',(20.2221914777092,77.0607731912891,167.996081271693)); -#17263=CARTESIAN_POINT('',(20.2220658191125,77.0616185823124,167.99193360339)); -#17264=CARTESIAN_POINT('',(20.221601585985,77.0647459077782,167.984151491619)); -#17265=CARTESIAN_POINT('',(20.2212642917738,77.0670195263262,167.98051363259)); -#17266=CARTESIAN_POINT('',(20.2193999112394,77.0796056887762,167.964108207984)); -#17267=CARTESIAN_POINT('',(20.2168875534409,77.0966575253214,167.953553483162)); -#17268=CARTESIAN_POINT('',(20.2057883818279,77.172701955664,167.914084335554)); -#17269=CARTESIAN_POINT('',(20.1955226720315,77.2452440994284,167.898736888436)); -#17270=CARTESIAN_POINT('',(20.1756279809253,77.3923038668584,167.870564982963)); -#17271=CARTESIAN_POINT('',(20.1659257655275,77.46731816705,167.860452436654)); -#17272=CARTESIAN_POINT('',(20.1100225778715,77.9176018595745,167.809156685083)); -#17273=CARTESIAN_POINT('',(20.0695225601252,78.3399918691359,167.803900124494)); -#17274=CARTESIAN_POINT('',(20.0170292939709,79.187645096146,167.798336280954)); -#17275=CARTESIAN_POINT('',(20.0050355135148,79.6129197046702,167.800741635917)); -#17276=CARTESIAN_POINT('',(20.0050354003906,80.,167.800741644622)); -#17277=CARTESIAN_POINT('',(20.0050354003906,80.,166.199258414995)); -#17278=CARTESIAN_POINT('',(20.0050355186616,79.6129197063123,166.199258424835)); -#17279=CARTESIAN_POINT('',(20.0170293050729,79.187645097934,166.201663780208)); -#17280=CARTESIAN_POINT('',(20.0695225830635,78.33999187121,166.196099937484)); -#17281=CARTESIAN_POINT('',(20.1100226067001,77.9176018617901,166.190843377299)); -#17282=CARTESIAN_POINT('',(20.1594247088058,77.5196825401608,166.145512909314)); -#17283=CARTESIAN_POINT('',(20.1615032193122,77.5031040055335,166.143529971694)); -#17284=CARTESIAN_POINT('',(20.1636358803736,77.4862704967025,166.141396652997)); -#17285=CARTESIAN_POINT('',(20.2221607598731,77.0609799489878,166.003505161865)); -#17286=CARTESIAN_POINT('',(20.2221814439841,77.0608407221072,166.002325148738)); -#17287=CARTESIAN_POINT('',(20.2221914777367,77.0607731912963,166.001152344888)); -#17288=CARTESIAN_POINT('',(20.2221914777092,77.0607731912945,165.996081271693)); -#17289=CARTESIAN_POINT('',(20.2220658191125,77.0616185823177,165.99193360339)); -#17290=CARTESIAN_POINT('',(20.221601585985,77.0647459077836,165.984151491619)); -#17291=CARTESIAN_POINT('',(20.2212642917738,77.0670195263315,165.98051363259)); -#17292=CARTESIAN_POINT('',(20.2193999112394,77.0796056887815,165.964108207984)); -#17293=CARTESIAN_POINT('',(20.2168875534409,77.0966575253266,165.953553483162)); -#17294=CARTESIAN_POINT('',(20.2057883818279,77.172701955669,165.914084335554)); -#17295=CARTESIAN_POINT('',(20.1955226720316,77.2452440994333,165.898736888436)); -#17296=CARTESIAN_POINT('',(20.1756279809254,77.3923038668629,165.870564982963)); -#17297=CARTESIAN_POINT('',(20.1659257655277,77.4673181670544,165.860452436655)); -#17298=CARTESIAN_POINT('',(20.1100225778717,77.9176018595782,165.809156685083)); -#17299=CARTESIAN_POINT('',(20.0695225601254,78.3399918691389,165.803900124494)); -#17300=CARTESIAN_POINT('',(20.0170292939711,79.1876450961478,165.798336280954)); -#17301=CARTESIAN_POINT('',(20.0050355135149,79.6129197046708,165.800741635917)); -#17302=CARTESIAN_POINT('',(20.0050354003906,80.,165.800741644622)); -#17303=CARTESIAN_POINT('',(20.0050354003906,80.,164.199258414995)); -#17304=CARTESIAN_POINT('',(20.0050355186617,79.6129197063129,164.199258424835)); -#17305=CARTESIAN_POINT('',(20.017029305073,79.1876450979357,164.201663780208)); -#17306=CARTESIAN_POINT('',(20.0695225830638,78.339991871213,164.196099937484)); -#17307=CARTESIAN_POINT('',(20.1100226067005,77.9176018617937,164.190843377299)); -#17308=CARTESIAN_POINT('',(20.159424708806,77.5196825401655,164.145512909314)); -#17309=CARTESIAN_POINT('',(20.1615032193123,77.503104005539,164.143529971694)); -#17310=CARTESIAN_POINT('',(20.1636358803736,77.4862704967086,164.141396652997)); -#17311=CARTESIAN_POINT('',(20.2221607598731,77.0609799489931,164.003505161865)); -#17312=CARTESIAN_POINT('',(20.2221814439841,77.0608407221126,164.002325148738)); -#17313=CARTESIAN_POINT('',(20.2221914777367,77.0607731913016,164.001152344888)); -#17314=CARTESIAN_POINT('',(20.2221914777092,77.0607731912998,163.996081271693)); -#17315=CARTESIAN_POINT('',(20.2220658191125,77.0616185823231,163.99193360339)); -#17316=CARTESIAN_POINT('',(20.221601585985,77.0647459077889,163.984151491619)); -#17317=CARTESIAN_POINT('',(20.2212642917738,77.0670195263368,163.98051363259)); -#17318=CARTESIAN_POINT('',(20.2193999112393,77.0796056887867,163.964108207984)); -#17319=CARTESIAN_POINT('',(20.2168875534409,77.0966575253319,163.953553483162)); -#17320=CARTESIAN_POINT('',(20.2057883818279,77.1727019556741,163.914084335554)); -#17321=CARTESIAN_POINT('',(20.1955226720317,77.2452440994382,163.898736888436)); -#17322=CARTESIAN_POINT('',(20.1756279809256,77.3923038668675,163.870564982963)); -#17323=CARTESIAN_POINT('',(20.1659257655279,77.4673181670587,163.860452436655)); -#17324=CARTESIAN_POINT('',(20.1100225778719,77.9176018595818,163.809156685083)); -#17325=CARTESIAN_POINT('',(20.0695225601257,78.3399918691418,163.803900124494)); -#17326=CARTESIAN_POINT('',(20.0170292939713,79.1876450961495,163.798336280954)); -#17327=CARTESIAN_POINT('',(20.0050355135151,79.6129197046713,163.800741635917)); -#17328=CARTESIAN_POINT('',(20.0050354003906,80.,163.800741644622)); -#17329=CARTESIAN_POINT('',(20.0050354003906,80.,162.199258414995)); -#17330=CARTESIAN_POINT('',(20.0050355186618,79.6129197063134,162.199258424835)); -#17331=CARTESIAN_POINT('',(20.0170293050732,79.1876450979375,162.201663780208)); -#17332=CARTESIAN_POINT('',(20.069522583064,78.339991871216,162.196099937483)); -#17333=CARTESIAN_POINT('',(20.1100226067007,77.9176018617974,162.190843377299)); -#17334=CARTESIAN_POINT('',(20.1594247088062,77.5196825401705,162.145512909314)); -#17335=CARTESIAN_POINT('',(20.1615032193124,77.5031040055445,162.143529971694)); -#17336=CARTESIAN_POINT('',(20.1636358803736,77.4862704967148,162.141396652997)); -#17337=CARTESIAN_POINT('',(20.2221607598731,77.0609799489984,162.003505161865)); -#17338=CARTESIAN_POINT('',(20.2221814439841,77.060840722118,162.002325148738)); -#17339=CARTESIAN_POINT('',(20.2221914777367,77.060773191307,162.001152344888)); -#17340=CARTESIAN_POINT('',(20.2221914777092,77.0607731913052,161.996081271693)); -#17341=CARTESIAN_POINT('',(20.2220658191125,77.0616185823284,161.99193360339)); -#17342=CARTESIAN_POINT('',(20.221601585985,77.0647459077943,161.984151491619)); -#17343=CARTESIAN_POINT('',(20.2212642917738,77.0670195263422,161.98051363259)); -#17344=CARTESIAN_POINT('',(20.2193999112393,77.0796056887921,161.964108207984)); -#17345=CARTESIAN_POINT('',(20.216887553441,77.0966575253372,161.953553483162)); -#17346=CARTESIAN_POINT('',(20.205788381828,77.1727019556791,161.914084335554)); -#17347=CARTESIAN_POINT('',(20.1955226720317,77.245244099443,161.898736888436)); -#17348=CARTESIAN_POINT('',(20.1756279809257,77.392303866872,161.870564982963)); -#17349=CARTESIAN_POINT('',(20.1659257655279,77.4673181670631,161.860452436655)); -#17350=CARTESIAN_POINT('',(20.1100225778721,77.9176018595854,161.809156685084)); -#17351=CARTESIAN_POINT('',(20.0695225601259,78.3399918691448,161.803900124495)); -#17352=CARTESIAN_POINT('',(20.0170292939714,79.1876450961513,161.798336280955)); -#17353=CARTESIAN_POINT('',(20.0050355135152,79.6129197046719,161.800741635918)); -#17354=CARTESIAN_POINT('',(20.0050354003906,80.,161.800741644622)); -#17355=CARTESIAN_POINT('',(20.0050354003906,80.,160.199258414995)); -#17356=CARTESIAN_POINT('',(20.005035518662,79.612919706314,160.199258424835)); -#17357=CARTESIAN_POINT('',(20.0170293050734,79.1876450979391,160.201663780208)); -#17358=CARTESIAN_POINT('',(20.0695225830644,78.3399918712189,160.196099937483)); -#17359=CARTESIAN_POINT('',(20.110022606701,77.917601861801,160.190843377298)); -#17360=CARTESIAN_POINT('',(20.1594247088064,77.5196825401751,160.145512909314)); -#17361=CARTESIAN_POINT('',(20.1615032193125,77.5031040055499,160.143529971694)); -#17362=CARTESIAN_POINT('',(20.1636358803736,77.4862704967209,160.141396652997)); -#17363=CARTESIAN_POINT('',(20.2221607598731,77.0609799490038,160.003505161865)); -#17364=CARTESIAN_POINT('',(20.2221814439841,77.0608407221233,160.002325148738)); -#17365=CARTESIAN_POINT('',(20.2221914777367,77.0607731913123,160.001152344888)); -#17366=CARTESIAN_POINT('',(20.2221914777092,77.0607731913105,159.996081271693)); -#17367=CARTESIAN_POINT('',(20.2220658191125,77.0616185823337,159.99193360339)); -#17368=CARTESIAN_POINT('',(20.221601585985,77.0647459077996,159.984151491619)); -#17369=CARTESIAN_POINT('',(20.2212642917739,77.0670195263475,159.98051363259)); -#17370=CARTESIAN_POINT('',(20.2193999112393,77.0796056887973,159.964108207985)); -#17371=CARTESIAN_POINT('',(20.216887553441,77.0966575253424,159.953553483162)); -#17372=CARTESIAN_POINT('',(20.2057883818281,77.1727019556842,159.914084335554)); -#17373=CARTESIAN_POINT('',(20.1955226720318,77.2452440994479,159.898736888436)); -#17374=CARTESIAN_POINT('',(20.1756279809258,77.3923038668765,159.870564982964)); -#17375=CARTESIAN_POINT('',(20.1659257655281,77.4673181670674,159.860452436655)); -#17376=CARTESIAN_POINT('',(20.1100225778723,77.917601859589,159.809156685084)); -#17377=CARTESIAN_POINT('',(20.0695225601261,78.3399918691478,159.803900124495)); -#17378=CARTESIAN_POINT('',(20.0170292939715,79.1876450961529,159.798336280955)); -#17379=CARTESIAN_POINT('',(20.0050355135153,79.6129197046724,159.800741635918)); -#17380=CARTESIAN_POINT('',(20.0050354003906,80.,159.800741644622)); -#17381=CARTESIAN_POINT('',(20.0050354003906,80.,158.199258414995)); -#17382=CARTESIAN_POINT('',(20.0050355186621,79.6129197063144,158.199258424835)); -#17383=CARTESIAN_POINT('',(20.0170293050737,79.1876450979409,158.201663780208)); -#17384=CARTESIAN_POINT('',(20.0695225830647,78.3399918712219,158.196099937483)); -#17385=CARTESIAN_POINT('',(20.1100226067013,77.9176018618046,158.190843377298)); -#17386=CARTESIAN_POINT('',(20.1594247088065,77.5196825401801,158.145512909313)); -#17387=CARTESIAN_POINT('',(20.1615032193126,77.5031040055555,158.143529971694)); -#17388=CARTESIAN_POINT('',(20.1636358803736,77.4862704967271,158.141396652997)); -#17389=CARTESIAN_POINT('',(20.2221607598731,77.0609799490091,158.003505161865)); -#17390=CARTESIAN_POINT('',(20.2221814439841,77.0608407221286,158.002325148738)); -#17391=CARTESIAN_POINT('',(20.2221914777367,77.0607731913177,158.001152344888)); -#17392=CARTESIAN_POINT('',(20.2221914777092,77.0607731913159,157.996081271693)); -#17393=CARTESIAN_POINT('',(20.2220658191125,77.0616185823391,157.99193360339)); -#17394=CARTESIAN_POINT('',(20.221601585985,77.0647459078049,157.984151491619)); -#17395=CARTESIAN_POINT('',(20.2212642917739,77.0670195263528,157.98051363259)); -#17396=CARTESIAN_POINT('',(20.2193999112393,77.0796056888026,157.964108207985)); -#17397=CARTESIAN_POINT('',(20.216887553441,77.0966575253476,157.953553483163)); -#17398=CARTESIAN_POINT('',(20.205788381828,77.1727019556892,157.914084335554)); -#17399=CARTESIAN_POINT('',(20.1955226720319,77.2452440994528,157.898736888437)); -#17400=CARTESIAN_POINT('',(20.1756279809259,77.392303866881,157.870564982964)); -#17401=CARTESIAN_POINT('',(20.1659257655282,77.4673181670717,157.860452436655)); -#17402=CARTESIAN_POINT('',(20.1100225778725,77.9176018595926,157.809156685084)); -#17403=CARTESIAN_POINT('',(20.0695225601263,78.3399918691508,157.803900124495)); -#17404=CARTESIAN_POINT('',(20.0170292939717,79.1876450961547,157.798336280955)); -#17405=CARTESIAN_POINT('',(20.0050355135154,79.6129197046729,157.800741635918)); -#17406=CARTESIAN_POINT('',(20.0050354003906,80.,157.800741644622)); -#17407=CARTESIAN_POINT('',(20.0050354003906,80.,156.199258414995)); -#17408=CARTESIAN_POINT('',(20.0050355186622,79.612919706315,156.199258424835)); -#17409=CARTESIAN_POINT('',(20.0170293050738,79.1876450979426,156.201663780208)); -#17410=CARTESIAN_POINT('',(20.0695225830649,78.3399918712249,156.196099937483)); -#17411=CARTESIAN_POINT('',(20.1100226067016,77.9176018618082,156.190843377298)); -#17412=CARTESIAN_POINT('',(20.1594247088067,77.5196825401848,156.145512909313)); -#17413=CARTESIAN_POINT('',(20.1615032193127,77.5031040055609,156.143529971694)); -#17414=CARTESIAN_POINT('',(20.1636358803736,77.4862704967333,156.141396652997)); -#17415=CARTESIAN_POINT('',(20.2221607598731,77.0609799490145,156.003505161865)); -#17416=CARTESIAN_POINT('',(20.2221814439841,77.060840722134,156.002325148738)); -#17417=CARTESIAN_POINT('',(20.2221914777367,77.060773191323,156.001152344888)); -#17418=CARTESIAN_POINT('',(20.2221914777091,77.0607731913212,155.996081271693)); -#17419=CARTESIAN_POINT('',(20.2220658191125,77.0616185823445,155.991933603391)); -#17420=CARTESIAN_POINT('',(20.221601585985,77.0647459078103,155.984151491619)); -#17421=CARTESIAN_POINT('',(20.2212642917739,77.0670195263582,155.98051363259)); -#17422=CARTESIAN_POINT('',(20.2193999112393,77.079605688808,155.964108207985)); -#17423=CARTESIAN_POINT('',(20.216887553441,77.0966575253529,155.953553483163)); -#17424=CARTESIAN_POINT('',(20.2057883818281,77.1727019556943,155.914084335555)); -#17425=CARTESIAN_POINT('',(20.195522672032,77.2452440994577,155.898736888437)); -#17426=CARTESIAN_POINT('',(20.175627980926,77.3923038668855,155.870564982964)); -#17427=CARTESIAN_POINT('',(20.1659257655284,77.467318167076,155.860452436656)); -#17428=CARTESIAN_POINT('',(20.1100225778727,77.9176018595962,155.809156685084)); -#17429=CARTESIAN_POINT('',(20.0695225601265,78.3399918691538,155.803900124495)); -#17430=CARTESIAN_POINT('',(20.0170292939719,79.1876450961564,155.798336280955)); -#17431=CARTESIAN_POINT('',(20.0050355135155,79.6129197046734,155.800741635918)); -#17432=CARTESIAN_POINT('',(20.0050354003906,80.,155.800741644622)); -#17433=CARTESIAN_POINT('',(20.0050354003906,80.,154.199258414995)); -#17434=CARTESIAN_POINT('',(20.0050355186623,79.6129197063156,154.199258424835)); -#17435=CARTESIAN_POINT('',(20.017029305074,79.1876450979443,154.201663780208)); -#17436=CARTESIAN_POINT('',(20.0695225830652,78.3399918712279,154.196099937483)); -#17437=CARTESIAN_POINT('',(20.1100226067019,77.9176018618118,154.190843377298)); -#17438=CARTESIAN_POINT('',(20.1594247088068,77.5196825401896,154.145512909313)); -#17439=CARTESIAN_POINT('',(20.1615032193127,77.5031040055664,154.143529971694)); -#17440=CARTESIAN_POINT('',(20.1636358803736,77.4862704967395,154.141396652997)); -#17441=CARTESIAN_POINT('',(20.2221607598731,77.0609799490198,154.003505161865)); -#17442=CARTESIAN_POINT('',(20.2221814439841,77.0608407221393,154.002325148738)); -#17443=CARTESIAN_POINT('',(20.2221914777367,77.0607731913284,154.001152344888)); -#17444=CARTESIAN_POINT('',(20.2221914777092,77.0607731913266,153.996081271693)); -#17445=CARTESIAN_POINT('',(20.2220658191125,77.0616185823498,153.991933603391)); -#17446=CARTESIAN_POINT('',(20.221601585985,77.0647459078156,153.984151491619)); -#17447=CARTESIAN_POINT('',(20.2212642917739,77.0670195263635,153.98051363259)); -#17448=CARTESIAN_POINT('',(20.2193999112393,77.0796056888133,153.964108207985)); -#17449=CARTESIAN_POINT('',(20.2168875534411,77.0966575253582,153.953553483163)); -#17450=CARTESIAN_POINT('',(20.2057883818282,77.1727019556994,153.914084335555)); -#17451=CARTESIAN_POINT('',(20.195522672032,77.2452440994626,153.898736888437)); -#17452=CARTESIAN_POINT('',(20.1756279809261,77.3923038668901,153.870564982964)); -#17453=CARTESIAN_POINT('',(20.1659257655284,77.4673181670804,153.860452436656)); -#17454=CARTESIAN_POINT('',(20.1100225778728,77.9176018595998,153.809156685085)); -#17455=CARTESIAN_POINT('',(20.0695225601267,78.3399918691567,153.803900124495)); -#17456=CARTESIAN_POINT('',(20.0170292939721,79.1876450961581,153.798336280955)); -#17457=CARTESIAN_POINT('',(20.0050355135156,79.612919704674,153.800741635918)); -#17458=CARTESIAN_POINT('',(20.0050354003906,80.,153.800741644622)); -#17459=CARTESIAN_POINT('',(20.0050354003906,80.,152.199258414995)); -#17460=CARTESIAN_POINT('',(20.0050355186625,79.6129197063161,152.199258424835)); -#17461=CARTESIAN_POINT('',(20.0170293050742,79.187645097946,152.201663780208)); -#17462=CARTESIAN_POINT('',(20.0695225830656,78.3399918712308,152.196099937483)); -#17463=CARTESIAN_POINT('',(20.1100226067021,77.9176018618154,152.190843377298)); -#17464=CARTESIAN_POINT('',(20.159424708807,77.5196825401945,152.145512909313)); -#17465=CARTESIAN_POINT('',(20.1615032193128,77.5031040055719,152.143529971694)); -#17466=CARTESIAN_POINT('',(20.1636358803736,77.4862704967457,152.141396652997)); -#17467=CARTESIAN_POINT('',(20.2221607598731,77.0609799490252,152.003505161865)); -#17468=CARTESIAN_POINT('',(20.2221814439841,77.0608407221447,152.002325148738)); -#17469=CARTESIAN_POINT('',(20.2221914777367,77.0607731913337,152.001152344888)); -#17470=CARTESIAN_POINT('',(20.2221914777092,77.0607731913319,151.996081271693)); -#17471=CARTESIAN_POINT('',(20.2220658191125,77.0616185823551,151.991933603391)); -#17472=CARTESIAN_POINT('',(20.221601585985,77.0647459078209,151.984151491619)); -#17473=CARTESIAN_POINT('',(20.2212642917739,77.0670195263688,151.98051363259)); -#17474=CARTESIAN_POINT('',(20.2193999112393,77.0796056888185,151.964108207985)); -#17475=CARTESIAN_POINT('',(20.2168875534411,77.0966575253634,151.953553483163)); -#17476=CARTESIAN_POINT('',(20.2057883818281,77.1727019557045,151.914084335555)); -#17477=CARTESIAN_POINT('',(20.1955226720321,77.2452440994674,151.898736888437)); -#17478=CARTESIAN_POINT('',(20.1756279809263,77.3923038668946,151.870564982964)); -#17479=CARTESIAN_POINT('',(20.1659257655285,77.4673181670847,151.860452436656)); -#17480=CARTESIAN_POINT('',(20.110022577873,77.9176018596033,151.809156685085)); -#17481=CARTESIAN_POINT('',(20.0695225601269,78.3399918691597,151.803900124496)); -#17482=CARTESIAN_POINT('',(20.0170292939721,79.1876450961598,151.798336280955)); -#17483=CARTESIAN_POINT('',(20.0050355135157,79.6129197046745,151.800741635918)); -#17484=CARTESIAN_POINT('',(20.0050354003906,80.,151.800741644622)); -#17485=CARTESIAN_POINT('',(20.0050354003906,80.,150.199258414995)); -#17486=CARTESIAN_POINT('',(20.0050355186626,79.6129197063166,150.199258424835)); -#17487=CARTESIAN_POINT('',(20.0170293050745,79.1876450979478,150.201663780208)); -#17488=CARTESIAN_POINT('',(20.0695225830658,78.3399918712339,150.196099937483)); -#17489=CARTESIAN_POINT('',(20.1100226067024,77.917601861819,150.190843377297)); -#17490=CARTESIAN_POINT('',(20.1594247088072,77.5196825401993,150.145512909313)); -#17491=CARTESIAN_POINT('',(20.1615032193129,77.5031040055774,150.143529971693)); -#17492=CARTESIAN_POINT('',(20.1636358803736,77.4862704967518,150.141396652997)); -#17493=CARTESIAN_POINT('',(20.2221607598731,77.0609799490305,150.003505161865)); -#17494=CARTESIAN_POINT('',(20.2221814439841,77.06084072215,150.002325148738)); -#17495=CARTESIAN_POINT('',(20.2221914777367,77.060773191339,150.001152344888)); -#17496=CARTESIAN_POINT('',(20.2221914777091,77.0607731913372,149.996081271693)); -#17497=CARTESIAN_POINT('',(20.2220658191125,77.0616185823604,149.991933603391)); -#17498=CARTESIAN_POINT('',(20.221601585985,77.0647459078262,149.984151491619)); -#17499=CARTESIAN_POINT('',(20.2212642917739,77.0670195263741,149.98051363259)); -#17500=CARTESIAN_POINT('',(20.2193999112394,77.0796056888238,149.964108207985)); -#17501=CARTESIAN_POINT('',(20.2168875534411,77.0966575253687,149.953553483163)); -#17502=CARTESIAN_POINT('',(20.2057883818282,77.1727019557095,149.914084335555)); -#17503=CARTESIAN_POINT('',(20.1955226720321,77.2452440994723,149.898736888437)); -#17504=CARTESIAN_POINT('',(20.1756279809263,77.3923038668991,149.870564982965)); -#17505=CARTESIAN_POINT('',(20.1659257655287,77.4673181670891,149.860452436656)); -#17506=CARTESIAN_POINT('',(20.1100225778732,77.9176018596069,149.809156685085)); -#17507=CARTESIAN_POINT('',(20.0695225601271,78.3399918691626,149.803900124496)); -#17508=CARTESIAN_POINT('',(20.0170292939723,79.1876450961616,149.798336280955)); -#17509=CARTESIAN_POINT('',(20.0050355135158,79.612919704675,149.800741635918)); -#17510=CARTESIAN_POINT('',(20.0050354003906,80.,149.800741644622)); -#17511=CARTESIAN_POINT('',(20.0050354003906,80.,148.199258414995)); -#17512=CARTESIAN_POINT('',(20.0050355186627,79.6129197063172,148.199258424836)); -#17513=CARTESIAN_POINT('',(20.0170293050746,79.1876450979494,148.201663780208)); -#17514=CARTESIAN_POINT('',(20.0695225830661,78.3399918712367,148.196099937482)); -#17515=CARTESIAN_POINT('',(20.1100226067027,77.9176018618226,148.190843377297)); -#17516=CARTESIAN_POINT('',(20.1594247088073,77.5196825402041,148.145512909313)); -#17517=CARTESIAN_POINT('',(20.161503219313,77.5031040055829,148.143529971693)); -#17518=CARTESIAN_POINT('',(20.1636358803736,77.486270496758,148.141396652997)); -#17519=CARTESIAN_POINT('',(20.2221607598731,77.0609799490359,148.003505161865)); -#17520=CARTESIAN_POINT('',(20.2221814439841,77.0608407221554,148.002325148738)); -#17521=CARTESIAN_POINT('',(20.2221914777368,77.0607731913445,148.001152344888)); -#17522=CARTESIAN_POINT('',(20.2221914777092,77.0607731913426,147.996081271693)); -#17523=CARTESIAN_POINT('',(20.2220658191125,77.0616185823658,147.991933603391)); -#17524=CARTESIAN_POINT('',(20.221601585985,77.0647459078316,147.984151491619)); -#17525=CARTESIAN_POINT('',(20.2212642917739,77.0670195263795,147.98051363259)); -#17526=CARTESIAN_POINT('',(20.2193999112394,77.0796056888291,147.964108207985)); -#17527=CARTESIAN_POINT('',(20.2168875534411,77.0966575253739,147.953553483163)); -#17528=CARTESIAN_POINT('',(20.2057883818283,77.1727019557146,147.914084335555)); -#17529=CARTESIAN_POINT('',(20.1955226720322,77.2452440994772,147.898736888438)); -#17530=CARTESIAN_POINT('',(20.1756279809264,77.3923038669036,147.870564982965)); -#17531=CARTESIAN_POINT('',(20.1659257655288,77.4673181670934,147.860452436657)); -#17532=CARTESIAN_POINT('',(20.1100225778734,77.9176018596106,147.809156685085)); -#17533=CARTESIAN_POINT('',(20.0695225601273,78.3399918691657,147.803900124496)); -#17534=CARTESIAN_POINT('',(20.0170292939725,79.1876450961632,147.798336280955)); -#17535=CARTESIAN_POINT('',(20.0050355135159,79.6129197046755,147.800741635918)); -#17536=CARTESIAN_POINT('',(20.0050354003906,80.,147.800741644622)); -#17537=CARTESIAN_POINT('',(20.0050354003906,80.,146.199258414995)); -#17538=CARTESIAN_POINT('',(20.0050355186628,79.6129197063177,146.199258424836)); -#17539=CARTESIAN_POINT('',(20.0170293050748,79.1876450979512,146.201663780208)); -#17540=CARTESIAN_POINT('',(20.0695225830663,78.3399918712397,146.196099937482)); -#17541=CARTESIAN_POINT('',(20.110022606703,77.9176018618262,146.190843377297)); -#17542=CARTESIAN_POINT('',(20.1594247088075,77.5196825402089,146.145512909312)); -#17543=CARTESIAN_POINT('',(20.1615032193131,77.5031040055883,146.143529971693)); -#17544=CARTESIAN_POINT('',(20.1636358803736,77.4862704967642,146.141396652997)); -#17545=CARTESIAN_POINT('',(20.2221607598731,77.0609799490412,146.003505161865)); -#17546=CARTESIAN_POINT('',(20.2221814439841,77.0608407221607,146.002325148738)); -#17547=CARTESIAN_POINT('',(20.2221914777367,77.0607731913497,146.001152344888)); -#17548=CARTESIAN_POINT('',(20.2221914777092,77.0607731913479,145.996081271693)); -#17549=CARTESIAN_POINT('',(20.2220658191125,77.0616185823712,145.991933603391)); -#17550=CARTESIAN_POINT('',(20.221601585985,77.0647459078369,145.984151491619)); -#17551=CARTESIAN_POINT('',(20.2212642917739,77.0670195263848,145.98051363259)); -#17552=CARTESIAN_POINT('',(20.2193999112394,77.0796056888344,145.964108207985)); -#17553=CARTESIAN_POINT('',(20.216887553441,77.0966575253792,145.953553483163)); -#17554=CARTESIAN_POINT('',(20.2057883818284,77.1727019557195,145.914084335555)); -#17555=CARTESIAN_POINT('',(20.1955226720322,77.2452440994821,145.898736888438)); -#17556=CARTESIAN_POINT('',(20.1756279809265,77.3923038669081,145.870564982965)); -#17557=CARTESIAN_POINT('',(20.165925765529,77.4673181670978,145.860452436657)); -#17558=CARTESIAN_POINT('',(20.1100225778736,77.9176018596141,145.809156685085)); -#17559=CARTESIAN_POINT('',(20.0695225601276,78.3399918691685,145.803900124496)); -#17560=CARTESIAN_POINT('',(20.0170292939727,79.187645096165,145.798336280955)); -#17561=CARTESIAN_POINT('',(20.0050355135161,79.6129197046761,145.800741635918)); -#17562=CARTESIAN_POINT('',(20.0050354003906,80.,145.800741644622)); -#17563=CARTESIAN_POINT('',(20.0050354003906,80.,144.199258414995)); -#17564=CARTESIAN_POINT('',(20.0050355186629,79.6129197063182,144.199258424836)); -#17565=CARTESIAN_POINT('',(20.017029305075,79.1876450979529,144.201663780208)); -#17566=CARTESIAN_POINT('',(20.0695225830666,78.3399918712427,144.196099937482)); -#17567=CARTESIAN_POINT('',(20.1100226067032,77.9176018618298,144.190843377297)); -#17568=CARTESIAN_POINT('',(20.1594247088077,77.5196825402138,144.145512909312)); -#17569=CARTESIAN_POINT('',(20.1615032193131,77.5031040055938,144.143529971693)); -#17570=CARTESIAN_POINT('',(20.1636358803736,77.4862704967704,144.141396652997)); -#17571=CARTESIAN_POINT('',(20.2221607598731,77.0609799490466,144.003505161865)); -#17572=CARTESIAN_POINT('',(20.2221814439841,77.0608407221661,144.002325148738)); -#17573=CARTESIAN_POINT('',(20.2221914777367,77.0607731913551,144.001152344888)); -#17574=CARTESIAN_POINT('',(20.2221914777092,77.0607731913533,143.996081271693)); -#17575=CARTESIAN_POINT('',(20.2220658191125,77.0616185823765,143.991933603391)); -#17576=CARTESIAN_POINT('',(20.2216015859851,77.0647459078423,143.984151491619)); -#17577=CARTESIAN_POINT('',(20.2212642917739,77.06701952639,143.98051363259)); -#17578=CARTESIAN_POINT('',(20.2193999112394,77.0796056888397,143.964108207985)); -#17579=CARTESIAN_POINT('',(20.2168875534411,77.0966575253844,143.953553483163)); -#17580=CARTESIAN_POINT('',(20.2057883818283,77.1727019557246,143.914084335556)); -#17581=CARTESIAN_POINT('',(20.1955226720323,77.245244099487,143.898736888438)); -#17582=CARTESIAN_POINT('',(20.1756279809266,77.3923038669127,143.870564982965)); -#17583=CARTESIAN_POINT('',(20.1659257655291,77.467318167102,143.860452436657)); -#17584=CARTESIAN_POINT('',(20.1100225778738,77.9176018596178,143.809156685086)); -#17585=CARTESIAN_POINT('',(20.0695225601278,78.3399918691715,143.803900124496)); -#17586=CARTESIAN_POINT('',(20.0170292939729,79.1876450961667,143.798336280955)); -#17587=CARTESIAN_POINT('',(20.0050355135162,79.6129197046766,143.800741635918)); -#17588=CARTESIAN_POINT('',(20.0050354003906,80.,143.800741644622)); -#17589=CARTESIAN_POINT('',(20.0050354003906,80.,142.199258414995)); -#17590=CARTESIAN_POINT('',(20.0050355186631,79.6129197063187,142.199258424836)); -#17591=CARTESIAN_POINT('',(20.0170293050752,79.1876450979546,142.201663780208)); -#17592=CARTESIAN_POINT('',(20.0695225830669,78.3399918712457,142.196099937482)); -#17593=CARTESIAN_POINT('',(20.1100226067035,77.9176018618333,142.190843377297)); -#17594=CARTESIAN_POINT('',(20.1594247088079,77.5196825402186,142.145512909312)); -#17595=CARTESIAN_POINT('',(20.1615032193132,77.5031040055993,142.143529971693)); -#17596=CARTESIAN_POINT('',(20.1636358803736,77.4862704967765,142.141396652997)); -#17597=CARTESIAN_POINT('',(20.2221607598731,77.0609799490519,142.003505161865)); -#17598=CARTESIAN_POINT('',(20.2221814439841,77.0608407221714,142.002325148738)); -#17599=CARTESIAN_POINT('',(20.2221914777367,77.0607731913605,142.001152344888)); -#17600=CARTESIAN_POINT('',(20.2221914777091,77.0607731913587,141.996081271693)); -#17601=CARTESIAN_POINT('',(20.2220658191125,77.0616185823819,141.991933603391)); -#17602=CARTESIAN_POINT('',(20.2216015859851,77.0647459078477,141.984151491619)); -#17603=CARTESIAN_POINT('',(20.2212642917739,77.0670195263955,141.98051363259)); -#17604=CARTESIAN_POINT('',(20.2193999112394,77.079605688845,141.964108207985)); -#17605=CARTESIAN_POINT('',(20.2168875534411,77.0966575253897,141.953553483163)); -#17606=CARTESIAN_POINT('',(20.2057883818284,77.1727019557297,141.914084335556)); -#17607=CARTESIAN_POINT('',(20.1955226720323,77.2452440994918,141.898736888438)); -#17608=CARTESIAN_POINT('',(20.1756279809267,77.3923038669172,141.870564982966)); -#17609=CARTESIAN_POINT('',(20.1659257655293,77.4673181671064,141.860452436657)); -#17610=CARTESIAN_POINT('',(20.110022577874,77.9176018596213,141.809156685086)); -#17611=CARTESIAN_POINT('',(20.069522560128,78.3399918691745,141.803900124496)); -#17612=CARTESIAN_POINT('',(20.017029293973,79.1876450961684,141.798336280955)); -#17613=CARTESIAN_POINT('',(20.0050355135163,79.6129197046771,141.800741635918)); -#17614=CARTESIAN_POINT('',(20.0050354003906,80.,141.800741644622)); -#17615=CARTESIAN_POINT('',(20.0050354003906,80.,140.199258414995)); -#17616=CARTESIAN_POINT('',(20.0050355186632,79.6129197063193,140.199258424835)); -#17617=CARTESIAN_POINT('',(20.0170293050754,79.1876450979563,140.201663780208)); -#17618=CARTESIAN_POINT('',(20.0695225830672,78.3399918712487,140.196099937482)); -#17619=CARTESIAN_POINT('',(20.1100226067038,77.917601861837,140.190843377296)); -#17620=CARTESIAN_POINT('',(20.1594247088081,77.5196825402233,140.145512909312)); -#17621=CARTESIAN_POINT('',(20.1615032193133,77.5031040056048,140.143529971693)); -#17622=CARTESIAN_POINT('',(20.1636358803736,77.4862704967827,140.141396652997)); -#17623=CARTESIAN_POINT('',(20.2221607598731,77.0609799490572,140.003505161865)); -#17624=CARTESIAN_POINT('',(20.2221814439841,77.0608407221767,140.002325148738)); -#17625=CARTESIAN_POINT('',(20.2221914777367,77.0607731913658,140.001152344888)); -#17626=CARTESIAN_POINT('',(20.2221914777092,77.060773191364,139.996081271693)); -#17627=CARTESIAN_POINT('',(20.2220658191125,77.0616185823872,139.991933603391)); -#17628=CARTESIAN_POINT('',(20.2216015859851,77.064745907853,139.984151491619)); -#17629=CARTESIAN_POINT('',(20.2212642917739,77.0670195264008,139.98051363259)); -#17630=CARTESIAN_POINT('',(20.2193999112394,77.0796056888504,139.964108207985)); -#17631=CARTESIAN_POINT('',(20.2168875534411,77.0966575253949,139.953553483163)); -#17632=CARTESIAN_POINT('',(20.2057883818285,77.1727019557348,139.914084335556)); -#17633=CARTESIAN_POINT('',(20.1955226720324,77.2452440994968,139.898736888438)); -#17634=CARTESIAN_POINT('',(20.1756279809269,77.3923038669217,139.870564982966)); -#17635=CARTESIAN_POINT('',(20.1659257655294,77.4673181671107,139.860452436658)); -#17636=CARTESIAN_POINT('',(20.1100225778742,77.917601859625,139.809156685086)); -#17637=CARTESIAN_POINT('',(20.0695225601282,78.3399918691775,139.803900124496)); -#17638=CARTESIAN_POINT('',(20.0170292939732,79.1876450961701,139.798336280955)); -#17639=CARTESIAN_POINT('',(20.0050355135164,79.6129197046777,139.800741635918)); -#17640=CARTESIAN_POINT('',(20.0050354003906,80.,139.800741644622)); -#17641=CARTESIAN_POINT('',(20.0050354003906,80.,138.199258414995)); -#17642=CARTESIAN_POINT('',(20.0050355186633,79.6129197063198,138.199258424835)); -#17643=CARTESIAN_POINT('',(20.0170293050756,79.1876450979581,138.201663780208)); -#17644=CARTESIAN_POINT('',(20.0695225830675,78.3399918712517,138.196099937482)); -#17645=CARTESIAN_POINT('',(20.1100226067041,77.9176018618406,138.190843377296)); -#17646=CARTESIAN_POINT('',(20.1594247088082,77.5196825402281,138.145512909312)); -#17647=CARTESIAN_POINT('',(20.1615032193134,77.5031040056103,138.143529971693)); -#17648=CARTESIAN_POINT('',(20.1636358803736,77.4862704967889,138.141396652997)); -#17649=CARTESIAN_POINT('',(20.2221607598731,77.0609799490626,138.003505161865)); -#17650=CARTESIAN_POINT('',(20.2221814439841,77.0608407221821,138.002325148738)); -#17651=CARTESIAN_POINT('',(20.2221914777367,77.0607731913712,138.001152344888)); -#17652=CARTESIAN_POINT('',(20.2221914777092,77.0607731913693,137.996081271693)); -#17653=CARTESIAN_POINT('',(20.2220658191125,77.0616185823925,137.991933603391)); -#17654=CARTESIAN_POINT('',(20.2216015859851,77.0647459078583,137.984151491619)); -#17655=CARTESIAN_POINT('',(20.2212642917738,77.0670195264061,137.980513632591)); -#17656=CARTESIAN_POINT('',(20.2193999112394,77.0796056888557,137.964108207985)); -#17657=CARTESIAN_POINT('',(20.2168875534411,77.0966575254002,137.953553483164)); -#17658=CARTESIAN_POINT('',(20.2057883818284,77.1727019557398,137.914084335556)); -#17659=CARTESIAN_POINT('',(20.1955226720325,77.2452440995016,137.898736888439)); -#17660=CARTESIAN_POINT('',(20.175627980927,77.3923038669262,137.870564982966)); -#17661=CARTESIAN_POINT('',(20.1659257655294,77.467318167115,137.860452436658)); -#17662=CARTESIAN_POINT('',(20.1100225778743,77.9176018596284,137.809156685086)); -#17663=CARTESIAN_POINT('',(20.0695225601283,78.3399918691805,137.803900124497)); -#17664=CARTESIAN_POINT('',(20.0170292939733,79.1876450961718,137.798336280955)); -#17665=CARTESIAN_POINT('',(20.0050355135165,79.6129197046781,137.800741635917)); -#17666=CARTESIAN_POINT('',(20.0050354003906,80.,137.800741644622)); -#17667=CARTESIAN_POINT('',(20.0050354003906,80.,136.199258414995)); -#17668=CARTESIAN_POINT('',(20.0050355186634,79.6129197063204,136.199258424835)); -#17669=CARTESIAN_POINT('',(20.0170293050758,79.1876450979598,136.201663780208)); -#17670=CARTESIAN_POINT('',(20.0695225830677,78.3399918712547,136.196099937482)); -#17671=CARTESIAN_POINT('',(20.1100226067044,77.9176018618442,136.190843377296)); -#17672=CARTESIAN_POINT('',(20.1594247088084,77.5196825402329,136.145512909312)); -#17673=CARTESIAN_POINT('',(20.1615032193135,77.5031040056158,136.143529971693)); -#17674=CARTESIAN_POINT('',(20.1636358803736,77.486270496795,136.141396652997)); -#17675=CARTESIAN_POINT('',(20.2221607598731,77.060979949068,136.003505161865)); -#17676=CARTESIAN_POINT('',(20.2221814439841,77.0608407221875,136.002325148738)); -#17677=CARTESIAN_POINT('',(20.2221914777367,77.0607731913766,136.001152344888)); -#17678=CARTESIAN_POINT('',(20.2221914777092,77.0607731913747,135.996081271693)); -#17679=CARTESIAN_POINT('',(20.2220658191125,77.0616185823978,135.991933603391)); -#17680=CARTESIAN_POINT('',(20.2216015859851,77.0647459078636,135.984151491619)); -#17681=CARTESIAN_POINT('',(20.2212642917738,77.0670195264115,135.980513632591)); -#17682=CARTESIAN_POINT('',(20.2193999112394,77.079605688861,135.964108207986)); -#17683=CARTESIAN_POINT('',(20.2168875534412,77.0966575254054,135.953553483165)); -#17684=CARTESIAN_POINT('',(20.2057883818285,77.1727019557448,135.914084335556)); -#17685=CARTESIAN_POINT('',(20.1955226720326,77.2452440995065,135.898736888439)); -#17686=CARTESIAN_POINT('',(20.1756279809271,77.3923038669306,135.870564982966)); -#17687=CARTESIAN_POINT('',(20.1659257655296,77.4673181671193,135.860452436658)); -#17688=CARTESIAN_POINT('',(20.1100225778745,77.917601859632,135.809156685086)); -#17689=CARTESIAN_POINT('',(20.0695225601286,78.3399918691834,135.803900124497)); -#17690=CARTESIAN_POINT('',(20.0170292939735,79.1876450961735,135.798336280955)); -#17691=CARTESIAN_POINT('',(20.0050355135166,79.6129197046787,135.800741635917)); -#17692=CARTESIAN_POINT('',(20.0050354003906,80.,135.800741644622)); -#17693=CARTESIAN_POINT('',(20.0050354003906,80.,134.199258414995)); -#17694=CARTESIAN_POINT('',(20.0050355186636,79.6129197063209,134.199258424835)); -#17695=CARTESIAN_POINT('',(20.017029305076,79.1876450979615,134.201663780208)); -#17696=CARTESIAN_POINT('',(20.0695225830681,78.3399918712577,134.196099937482)); -#17697=CARTESIAN_POINT('',(20.1100226067046,77.9176018618478,134.190843377296)); -#17698=CARTESIAN_POINT('',(20.1594247088085,77.5196825402378,134.145512909311)); -#17699=CARTESIAN_POINT('',(20.1615032193136,77.5031040056213,134.143529971693)); -#17700=CARTESIAN_POINT('',(20.1636358803736,77.4862704968012,134.141396652997)); -#17701=CARTESIAN_POINT('',(20.2221607598731,77.0609799490733,134.003505161865)); -#17702=CARTESIAN_POINT('',(20.2221814439841,77.0608407221928,134.002325148738)); -#17703=CARTESIAN_POINT('',(20.2221914777367,77.0607731913819,134.001152344888)); -#17704=CARTESIAN_POINT('',(20.2221914777092,77.06077319138,133.996081271693)); -#17705=CARTESIAN_POINT('',(20.2220658191125,77.0616185824032,133.991933603391)); -#17706=CARTESIAN_POINT('',(20.2216015859851,77.0647459078689,133.98415149162)); -#17707=CARTESIAN_POINT('',(20.2212642917738,77.0670195264168,133.980513632591)); -#17708=CARTESIAN_POINT('',(20.2193999112394,77.0796056888663,133.964108207986)); -#17709=CARTESIAN_POINT('',(20.2168875534412,77.0966575254107,133.953553483164)); -#17710=CARTESIAN_POINT('',(20.2057883818286,77.1727019557499,133.914084335557)); -#17711=CARTESIAN_POINT('',(20.1955226720327,77.2452440995114,133.898736888439)); -#17712=CARTESIAN_POINT('',(20.1756279809272,77.3923038669352,133.870564982967)); -#17713=CARTESIAN_POINT('',(20.1659257655297,77.4673181671237,133.860452436658)); -#17714=CARTESIAN_POINT('',(20.1100225778747,77.9176018596356,133.809156685087)); -#17715=CARTESIAN_POINT('',(20.0695225601288,78.3399918691863,133.803900124497)); -#17716=CARTESIAN_POINT('',(20.0170292939736,79.1876450961752,133.798336280955)); -#17717=CARTESIAN_POINT('',(20.0050355135167,79.6129197046792,133.800741635917)); -#17718=CARTESIAN_POINT('',(20.0050354003906,80.,133.800741644622)); -#17719=CARTESIAN_POINT('',(20.0050354003906,80.,132.199258414995)); -#17720=CARTESIAN_POINT('',(20.0050355186637,79.6129197063215,132.199258424835)); -#17721=CARTESIAN_POINT('',(20.0170293050762,79.1876450979632,132.201663780208)); -#17722=CARTESIAN_POINT('',(20.0695225830683,78.3399918712606,132.196099937481)); -#17723=CARTESIAN_POINT('',(20.1100226067049,77.9176018618514,132.190843377295)); -#17724=CARTESIAN_POINT('',(20.1594247088087,77.5196825402426,132.145512909311)); -#17725=CARTESIAN_POINT('',(20.1615032193137,77.5031040056267,132.143529971693)); -#17726=CARTESIAN_POINT('',(20.1636358803736,77.4862704968074,132.141396652997)); -#17727=CARTESIAN_POINT('',(20.2221607598731,77.0609799490787,132.003505161865)); -#17728=CARTESIAN_POINT('',(20.2221814439841,77.0608407221982,132.002325148738)); -#17729=CARTESIAN_POINT('',(20.2221914777367,77.0607731913873,132.001152344888)); -#17730=CARTESIAN_POINT('',(20.2221914777092,77.0607731913854,131.996081271693)); -#17731=CARTESIAN_POINT('',(20.2220658191125,77.0616185824085,131.991933603391)); -#17732=CARTESIAN_POINT('',(20.2216015859851,77.0647459078742,131.98415149162)); -#17733=CARTESIAN_POINT('',(20.2212642917738,77.0670195264221,131.980513632591)); -#17734=CARTESIAN_POINT('',(20.2193999112395,77.0796056888716,131.964108207986)); -#17735=CARTESIAN_POINT('',(20.2168875534412,77.0966575254159,131.953553483165)); -#17736=CARTESIAN_POINT('',(20.2057883818286,77.1727019557549,131.914084335557)); -#17737=CARTESIAN_POINT('',(20.1955226720327,77.2452440995162,131.898736888439)); -#17738=CARTESIAN_POINT('',(20.1756279809273,77.3923038669397,131.870564982967)); -#17739=CARTESIAN_POINT('',(20.1659257655298,77.467318167128,131.860452436659)); -#17740=CARTESIAN_POINT('',(20.1100225778749,77.9176018596393,131.809156685087)); -#17741=CARTESIAN_POINT('',(20.069522560129,78.3399918691893,131.803900124497)); -#17742=CARTESIAN_POINT('',(20.0170292939738,79.1876450961769,131.798336280955)); -#17743=CARTESIAN_POINT('',(20.0050355135167,79.6129197046797,131.800741635917)); -#17744=CARTESIAN_POINT('',(20.0050354003906,80.,131.800741644622)); -#17745=CARTESIAN_POINT('',(20.0050354003906,80.,130.199258414995)); -#17746=CARTESIAN_POINT('',(20.0050355186638,79.6129197063219,130.199258424835)); -#17747=CARTESIAN_POINT('',(20.0170293050763,79.187645097965,130.201663780208)); -#17748=CARTESIAN_POINT('',(20.0695225830686,78.3399918712635,130.196099937481)); -#17749=CARTESIAN_POINT('',(20.1100226067052,77.917601861855,130.190843377295)); -#17750=CARTESIAN_POINT('',(20.1594247088089,77.5196825402474,130.145512909311)); -#17751=CARTESIAN_POINT('',(20.1615032193138,77.5031040056322,130.143529971693)); -#17752=CARTESIAN_POINT('',(20.1636358803736,77.4862704968136,130.141396652997)); -#17753=CARTESIAN_POINT('',(20.2221607598731,77.060979949084,130.003505161865)); -#17754=CARTESIAN_POINT('',(20.2221814439841,77.0608407222035,130.002325148738)); -#17755=CARTESIAN_POINT('',(20.2221914777367,77.0607731913925,130.001152344888)); -#17756=CARTESIAN_POINT('',(20.2221914777091,77.0607731913907,129.996081271693)); -#17757=CARTESIAN_POINT('',(20.2220658191125,77.0616185824139,129.991933603391)); -#17758=CARTESIAN_POINT('',(20.2216015859851,77.0647459078797,129.98415149162)); -#17759=CARTESIAN_POINT('',(20.2212642917738,77.0670195264273,129.980513632591)); -#17760=CARTESIAN_POINT('',(20.2193999112395,77.0796056888768,129.964108207986)); -#17761=CARTESIAN_POINT('',(20.2168875534412,77.0966575254212,129.953553483164)); -#17762=CARTESIAN_POINT('',(20.2057883818286,77.17270195576,129.914084335558)); -#17763=CARTESIAN_POINT('',(20.1955226720328,77.245244099521,129.898736888439)); -#17764=CARTESIAN_POINT('',(20.1756279809275,77.3923038669442,129.870564982967)); -#17765=CARTESIAN_POINT('',(20.16592576553,77.4673181671323,129.86045243666)); -#17766=CARTESIAN_POINT('',(20.1100225778751,77.9176018596429,129.809156685088)); -#17767=CARTESIAN_POINT('',(20.0695225601292,78.3399918691923,129.803900124497)); -#17768=CARTESIAN_POINT('',(20.017029293974,79.1876450961787,129.798336280956)); -#17769=CARTESIAN_POINT('',(20.0050355135168,79.6129197046803,129.800741635918)); -#17770=CARTESIAN_POINT('',(20.0050354003906,80.,129.800741644622)); -#17771=CARTESIAN_POINT('',(20.0050354003906,80.,128.199258414995)); -#17772=CARTESIAN_POINT('',(20.0050355186639,79.6129197063225,128.199258424835)); -#17773=CARTESIAN_POINT('',(20.0170293050765,79.1876450979667,128.201663780208)); -#17774=CARTESIAN_POINT('',(20.0695225830688,78.3399918712665,128.196099937481)); -#17775=CARTESIAN_POINT('',(20.1100226067055,77.9176018618586,128.190843377295)); -#17776=CARTESIAN_POINT('',(20.159424708809,77.5196825402522,128.145512909311)); -#17777=CARTESIAN_POINT('',(20.1615032193139,77.5031040056377,128.143529971693)); -#17778=CARTESIAN_POINT('',(20.1636358803736,77.4862704968197,128.141396652997)); -#17779=CARTESIAN_POINT('',(20.2221607598731,77.0609799490893,128.003505161865)); -#17780=CARTESIAN_POINT('',(20.2221814439841,77.0608407222088,128.002325148738)); -#17781=CARTESIAN_POINT('',(20.2221914777367,77.060773191398,128.001152344888)); -#17782=CARTESIAN_POINT('',(20.2221914777091,77.0607731913961,127.996081271693)); -#17783=CARTESIAN_POINT('',(20.2220658191125,77.0616185824192,127.991933603391)); -#17784=CARTESIAN_POINT('',(20.2216015859851,77.064745907885,127.98415149162)); -#17785=CARTESIAN_POINT('',(20.2212642917738,77.0670195264328,127.980513632591)); -#17786=CARTESIAN_POINT('',(20.2193999112395,77.0796056888822,127.964108207986)); -#17787=CARTESIAN_POINT('',(20.2168875534413,77.0966575254264,127.953553483164)); -#17788=CARTESIAN_POINT('',(20.2057883818287,77.1727019557651,127.914084335558)); -#17789=CARTESIAN_POINT('',(20.1955226720328,77.2452440995259,127.89873688844)); -#17790=CARTESIAN_POINT('',(20.1756279809276,77.3923038669487,127.870564982967)); -#17791=CARTESIAN_POINT('',(20.1659257655301,77.4673181671367,127.86045243666)); -#17792=CARTESIAN_POINT('',(20.1100225778754,77.9176018596465,127.809156685088)); -#17793=CARTESIAN_POINT('',(20.0695225601295,78.3399918691953,127.803900124497)); -#17794=CARTESIAN_POINT('',(20.0170292939742,79.1876450961804,127.798336280956)); -#17795=CARTESIAN_POINT('',(20.005035513517,79.6129197046808,127.800741635918)); -#17796=CARTESIAN_POINT('',(20.0050354003906,80.,127.800741644622)); -#17797=CARTESIAN_POINT('',(20.0050354003906,80.,126.199258414995)); -#17798=CARTESIAN_POINT('',(20.005035518664,79.6129197063231,126.199258424835)); -#17799=CARTESIAN_POINT('',(20.0170293050768,79.1876450979684,126.201663780208)); -#17800=CARTESIAN_POINT('',(20.0695225830691,78.3399918712695,126.196099937481)); -#17801=CARTESIAN_POINT('',(20.1100226067057,77.9176018618622,126.190843377295)); -#17802=CARTESIAN_POINT('',(20.1594247088092,77.519682540257,126.145512909311)); -#17803=CARTESIAN_POINT('',(20.161503219314,77.5031040056432,126.143529971692)); -#17804=CARTESIAN_POINT('',(20.1636358803736,77.4862704968259,126.141396652997)); -#17805=CARTESIAN_POINT('',(20.2221607598731,77.0609799490947,126.003505161865)); -#17806=CARTESIAN_POINT('',(20.2221814439841,77.0608407222142,126.002325148738)); -#17807=CARTESIAN_POINT('',(20.2221914777367,77.0607731914033,126.001152344888)); -#17808=CARTESIAN_POINT('',(20.2221914777092,77.0607731914014,125.996081271693)); -#17809=CARTESIAN_POINT('',(20.2220658191125,77.0616185824246,125.991933603391)); -#17810=CARTESIAN_POINT('',(20.2216015859851,77.0647459078903,125.98415149162)); -#17811=CARTESIAN_POINT('',(20.2212642917738,77.0670195264381,125.980513632591)); -#17812=CARTESIAN_POINT('',(20.2193999112394,77.0796056888875,125.964108207986)); -#17813=CARTESIAN_POINT('',(20.2168875534412,77.0966575254317,125.953553483164)); -#17814=CARTESIAN_POINT('',(20.2057883818287,77.1727019557701,125.914084335557)); -#17815=CARTESIAN_POINT('',(20.1955226720329,77.2452440995309,125.89873688844)); -#17816=CARTESIAN_POINT('',(20.1756279809276,77.3923038669532,125.870564982967)); -#17817=CARTESIAN_POINT('',(20.1659257655303,77.467318167141,125.86045243666)); -#17818=CARTESIAN_POINT('',(20.1100225778756,77.9176018596501,125.809156685089)); -#17819=CARTESIAN_POINT('',(20.0695225601297,78.3399918691983,125.803900124497)); -#17820=CARTESIAN_POINT('',(20.0170292939743,79.1876450961822,125.798336280956)); -#17821=CARTESIAN_POINT('',(20.0050355135171,79.6129197046813,125.800741635918)); -#17822=CARTESIAN_POINT('',(20.0050354003906,80.,125.800741644622)); -#17823=CARTESIAN_POINT('',(20.0050354003906,80.,124.199258414995)); -#17824=CARTESIAN_POINT('',(20.0050355186642,79.6129197063235,124.199258424835)); -#17825=CARTESIAN_POINT('',(20.017029305077,79.1876450979701,124.201663780208)); -#17826=CARTESIAN_POINT('',(20.0695225830695,78.3399918712725,124.196099937481)); -#17827=CARTESIAN_POINT('',(20.110022606706,77.9176018618658,124.190843377295)); -#17828=CARTESIAN_POINT('',(20.1594247088094,77.5196825402619,124.145512909311)); -#17829=CARTESIAN_POINT('',(20.1615032193141,77.5031040056487,124.143529971692)); -#17830=CARTESIAN_POINT('',(20.1636358803736,77.4862704968321,124.141396652997)); -#17831=CARTESIAN_POINT('',(20.2221607598731,77.0609799491,124.003505161865)); -#17832=CARTESIAN_POINT('',(20.2221814439841,77.0608407222195,124.002325148738)); -#17833=CARTESIAN_POINT('',(20.2221914777367,77.0607731914086,124.001152344888)); -#17834=CARTESIAN_POINT('',(20.2221914777092,77.0607731914067,123.996081271693)); -#17835=CARTESIAN_POINT('',(20.2220658191125,77.0616185824299,123.991933603391)); -#17836=CARTESIAN_POINT('',(20.2216015859851,77.0647459078956,123.98415149162)); -#17837=CARTESIAN_POINT('',(20.2212642917738,77.0670195264435,123.980513632591)); -#17838=CARTESIAN_POINT('',(20.2193999112394,77.0796056888928,123.964108207986)); -#17839=CARTESIAN_POINT('',(20.2168875534412,77.0966575254369,123.953553483164)); -#17840=CARTESIAN_POINT('',(20.2057883818287,77.1727019557752,123.914084335557)); -#17841=CARTESIAN_POINT('',(20.1955226720329,77.2452440995358,123.89873688844)); -#17842=CARTESIAN_POINT('',(20.1756279809277,77.3923038669578,123.870564982968)); -#17843=CARTESIAN_POINT('',(20.1659257655303,77.4673181671453,123.860452436661)); -#17844=CARTESIAN_POINT('',(20.1100225778758,77.9176018596537,123.809156685089)); -#17845=CARTESIAN_POINT('',(20.0695225601299,78.3399918692012,123.803900124497)); -#17846=CARTESIAN_POINT('',(20.0170292939745,79.1876450961838,123.798336280956)); -#17847=CARTESIAN_POINT('',(20.0050355135172,79.6129197046819,123.800741635918)); -#17848=CARTESIAN_POINT('',(20.0050354003906,80.,123.800741644622)); -#17849=CARTESIAN_POINT('',(20.0050354003906,80.,122.199258414995)); -#17850=CARTESIAN_POINT('',(20.0050355186643,79.6129197063241,122.199258424835)); -#17851=CARTESIAN_POINT('',(20.0170293050771,79.1876450979718,122.201663780208)); -#17852=CARTESIAN_POINT('',(20.0695225830697,78.3399918712754,122.196099937481)); -#17853=CARTESIAN_POINT('',(20.1100226067063,77.9176018618694,122.190843377294)); -#17854=CARTESIAN_POINT('',(20.1594247088096,77.5196825402667,122.14551290931)); -#17855=CARTESIAN_POINT('',(20.1615032193142,77.5031040056542,122.143529971692)); -#17856=CARTESIAN_POINT('',(20.1636358803736,77.4862704968383,122.141396652997)); -#17857=CARTESIAN_POINT('',(20.2221607598731,77.0609799491054,122.003505161865)); -#17858=CARTESIAN_POINT('',(20.2221814439841,77.0608407222249,122.002325148738)); -#17859=CARTESIAN_POINT('',(20.2221914777367,77.060773191414,122.001152344888)); -#17860=CARTESIAN_POINT('',(20.2221914777091,77.0607731914121,121.996081271693)); -#17861=CARTESIAN_POINT('',(20.2220658191125,77.0616185824353,121.991933603391)); -#17862=CARTESIAN_POINT('',(20.2216015859851,77.064745907901,121.98415149162)); -#17863=CARTESIAN_POINT('',(20.2212642917738,77.0670195264488,121.980513632591)); -#17864=CARTESIAN_POINT('',(20.2193999112394,77.079605688898,121.964108207986)); -#17865=CARTESIAN_POINT('',(20.2168875534412,77.0966575254422,121.953553483164)); -#17866=CARTESIAN_POINT('',(20.2057883818288,77.1727019557802,121.914084335558)); -#17867=CARTESIAN_POINT('',(20.195522672033,77.2452440995406,121.89873688844)); -#17868=CARTESIAN_POINT('',(20.1756279809278,77.3923038669623,121.870564982968)); -#17869=CARTESIAN_POINT('',(20.1659257655305,77.4673181671497,121.860452436661)); -#17870=CARTESIAN_POINT('',(20.110022577876,77.9176018596572,121.809156685089)); -#17871=CARTESIAN_POINT('',(20.06952256013,78.3399918692042,121.803900124498)); -#17872=CARTESIAN_POINT('',(20.0170292939746,79.1876450961855,121.798336280956)); -#17873=CARTESIAN_POINT('',(20.0050355135172,79.6129197046824,121.800741635918)); -#17874=CARTESIAN_POINT('',(20.0050354003906,80.,121.800741644622)); -#17875=CARTESIAN_POINT('',(20.0050354003906,80.,120.199258414995)); -#17876=CARTESIAN_POINT('',(20.0050355186644,79.6129197063247,120.199258424835)); -#17877=CARTESIAN_POINT('',(20.0170293050773,79.1876450979735,120.201663780208)); -#17878=CARTESIAN_POINT('',(20.06952258307,78.3399918712784,120.196099937481)); -#17879=CARTESIAN_POINT('',(20.1100226067066,77.917601861873,120.190843377294)); -#17880=CARTESIAN_POINT('',(20.1594247088098,77.5196825402715,120.14551290931)); -#17881=CARTESIAN_POINT('',(20.1615032193142,77.5031040056597,120.143529971692)); -#17882=CARTESIAN_POINT('',(20.1636358803736,77.4862704968444,120.141396652997)); -#17883=CARTESIAN_POINT('',(20.2221607598731,77.0609799491107,120.003505161865)); -#17884=CARTESIAN_POINT('',(20.2221814439841,77.0608407222302,120.002325148738)); -#17885=CARTESIAN_POINT('',(20.2221914777367,77.0607731914193,120.001152344888)); -#17886=CARTESIAN_POINT('',(20.2221914777092,77.0607731914174,119.996081271693)); -#17887=CARTESIAN_POINT('',(20.2220658191125,77.0616185824406,119.991933603391)); -#17888=CARTESIAN_POINT('',(20.2216015859851,77.0647459079063,119.98415149162)); -#17889=CARTESIAN_POINT('',(20.2212642917738,77.0670195264541,119.980513632591)); -#17890=CARTESIAN_POINT('',(20.2193999112394,77.0796056889033,119.964108207986)); -#17891=CARTESIAN_POINT('',(20.2168875534412,77.0966575254474,119.953553483164)); -#17892=CARTESIAN_POINT('',(20.2057883818289,77.1727019557853,119.914084335558)); -#17893=CARTESIAN_POINT('',(20.195522672033,77.2452440995455,119.89873688844)); -#17894=CARTESIAN_POINT('',(20.1756279809279,77.3923038669668,119.870564982968)); -#17895=CARTESIAN_POINT('',(20.1659257655306,77.467318167154,119.860452436661)); -#17896=CARTESIAN_POINT('',(20.1100225778762,77.9176018596608,119.809156685089)); -#17897=CARTESIAN_POINT('',(20.0695225601303,78.3399918692072,119.803900124498)); -#17898=CARTESIAN_POINT('',(20.0170292939748,79.1876450961872,119.798336280956)); -#17899=CARTESIAN_POINT('',(20.0050355135174,79.612919704683,119.800741635918)); -#17900=CARTESIAN_POINT('',(20.0050354003906,80.,119.800741644622)); -#17901=CARTESIAN_POINT('',(20.0050354003906,80.,118.199258414995)); -#17902=CARTESIAN_POINT('',(20.0050355186645,79.6129197063251,118.199258424835)); -#17903=CARTESIAN_POINT('',(20.0170293050776,79.1876450979752,118.201663780208)); -#17904=CARTESIAN_POINT('',(20.0695225830703,78.3399918712814,118.19609993748)); -#17905=CARTESIAN_POINT('',(20.1100226067069,77.9176018618766,118.190843377294)); -#17906=CARTESIAN_POINT('',(20.1594247088099,77.5196825402762,118.14551290931)); -#17907=CARTESIAN_POINT('',(20.1615032193143,77.5031040056651,118.143529971692)); -#17908=CARTESIAN_POINT('',(20.1636358803736,77.4862704968506,118.141396652997)); -#17909=CARTESIAN_POINT('',(20.2221607598731,77.0609799491161,118.003505161865)); -#17910=CARTESIAN_POINT('',(20.2221814439841,77.0608407222356,118.002325148738)); -#17911=CARTESIAN_POINT('',(20.2221914777367,77.0607731914247,118.001152344888)); -#17912=CARTESIAN_POINT('',(20.2221914777092,77.0607731914228,117.996081271693)); -#17913=CARTESIAN_POINT('',(20.2220658191125,77.0616185824459,117.991933603391)); -#17914=CARTESIAN_POINT('',(20.2216015859851,77.0647459079116,117.98415149162)); -#17915=CARTESIAN_POINT('',(20.2212642917738,77.0670195264594,117.980513632591)); -#17916=CARTESIAN_POINT('',(20.2193999112395,77.0796056889086,117.964108207986)); -#17917=CARTESIAN_POINT('',(20.2168875534413,77.0966575254527,117.953553483164)); -#17918=CARTESIAN_POINT('',(20.2057883818289,77.1727019557904,117.914084335558)); -#17919=CARTESIAN_POINT('',(20.1955226720332,77.2452440995503,117.898736888441)); -#17920=CARTESIAN_POINT('',(20.1756279809281,77.3923038669713,117.870564982968)); -#17921=CARTESIAN_POINT('',(20.1659257655307,77.4673181671584,117.860452436661)); -#17922=CARTESIAN_POINT('',(20.1100225778764,77.9176018596644,117.809156685089)); -#17923=CARTESIAN_POINT('',(20.0695225601305,78.3399918692102,117.803900124498)); -#17924=CARTESIAN_POINT('',(20.0170292939749,79.187645096189,117.798336280956)); -#17925=CARTESIAN_POINT('',(20.0050355135175,79.6129197046834,117.800741635918)); -#17926=CARTESIAN_POINT('',(20.0050354003906,80.,117.800741644622)); -#17927=CARTESIAN_POINT('',(20.0050354003906,80.,116.199258414995)); -#17928=CARTESIAN_POINT('',(20.0050355186647,79.6129197063257,116.199258424836)); -#17929=CARTESIAN_POINT('',(20.0170293050778,79.187645097977,116.201663780208)); -#17930=CARTESIAN_POINT('',(20.0695225830706,78.3399918712843,116.19609993748)); -#17931=CARTESIAN_POINT('',(20.1100226067071,77.9176018618802,116.190843377294)); -#17932=CARTESIAN_POINT('',(20.1594247088101,77.5196825402811,116.14551290931)); -#17933=CARTESIAN_POINT('',(20.1615032193144,77.5031040056706,116.143529971692)); -#17934=CARTESIAN_POINT('',(20.1636358803736,77.4862704968568,116.141396652997)); -#17935=CARTESIAN_POINT('',(20.2221607598731,77.0609799491214,116.003505161865)); -#17936=CARTESIAN_POINT('',(20.2221814439841,77.0608407222409,116.002325148738)); -#17937=CARTESIAN_POINT('',(20.2221914777367,77.0607731914299,116.001152344888)); -#17938=CARTESIAN_POINT('',(20.2221914777092,77.0607731914281,115.996081271693)); -#17939=CARTESIAN_POINT('',(20.2220658191125,77.0616185824513,115.991933603391)); -#17940=CARTESIAN_POINT('',(20.2216015859851,77.064745907917,115.98415149162)); -#17941=CARTESIAN_POINT('',(20.2212642917738,77.0670195264647,115.980513632591)); -#17942=CARTESIAN_POINT('',(20.2193999112395,77.0796056889139,115.964108207986)); -#17943=CARTESIAN_POINT('',(20.2168875534413,77.0966575254579,115.953553483165)); -#17944=CARTESIAN_POINT('',(20.2057883818289,77.1727019557954,115.914084335558)); -#17945=CARTESIAN_POINT('',(20.1955226720332,77.2452440995552,115.898736888441)); -#17946=CARTESIAN_POINT('',(20.1756279809282,77.3923038669758,115.870564982969)); -#17947=CARTESIAN_POINT('',(20.1659257655309,77.4673181671627,115.860452436661)); -#17948=CARTESIAN_POINT('',(20.1100225778766,77.917601859668,115.80915668509)); -#17949=CARTESIAN_POINT('',(20.0695225601307,78.3399918692131,115.803900124498)); -#17950=CARTESIAN_POINT('',(20.0170292939751,79.1876450961907,115.798336280956)); -#17951=CARTESIAN_POINT('',(20.0050355135176,79.612919704684,115.800741635918)); -#17952=CARTESIAN_POINT('',(20.0050354003906,80.,115.800741644622)); -#17953=CARTESIAN_POINT('',(20.0050354003906,80.,114.199258414995)); -#17954=CARTESIAN_POINT('',(20.0050355186648,79.6129197063262,114.199258424836)); -#17955=CARTESIAN_POINT('',(20.017029305078,79.1876450979786,114.201663780208)); -#17956=CARTESIAN_POINT('',(20.0695225830709,78.3399918712873,114.19609993748)); -#17957=CARTESIAN_POINT('',(20.1100226067074,77.9176018618837,114.190843377294)); -#17958=CARTESIAN_POINT('',(20.1594247088102,77.5196825402859,114.14551290931)); -#17959=CARTESIAN_POINT('',(20.1615032193145,77.5031040056761,114.143529971692)); -#17960=CARTESIAN_POINT('',(20.1636358803736,77.4862704968629,114.141396652997)); -#17961=CARTESIAN_POINT('',(20.2221607598731,77.0609799491268,114.003505161865)); -#17962=CARTESIAN_POINT('',(20.2221814439841,77.0608407222463,114.002325148738)); -#17963=CARTESIAN_POINT('',(20.2221914777367,77.0607731914353,114.001152344888)); -#17964=CARTESIAN_POINT('',(20.2221914777091,77.0607731914335,113.996081271693)); -#17965=CARTESIAN_POINT('',(20.2220658191125,77.0616185824566,113.991933603391)); -#17966=CARTESIAN_POINT('',(20.2216015859851,77.0647459079223,113.98415149162)); -#17967=CARTESIAN_POINT('',(20.2212642917738,77.0670195264701,113.980513632591)); -#17968=CARTESIAN_POINT('',(20.2193999112395,77.0796056889192,113.964108207986)); -#17969=CARTESIAN_POINT('',(20.2168875534413,77.0966575254632,113.953553483165)); -#17970=CARTESIAN_POINT('',(20.205788381829,77.1727019558005,113.914084335558)); -#17971=CARTESIAN_POINT('',(20.1955226720333,77.2452440995601,113.898736888441)); -#17972=CARTESIAN_POINT('',(20.1756279809283,77.3923038669804,113.870564982969)); -#17973=CARTESIAN_POINT('',(20.165925765531,77.4673181671669,113.860452436662)); -#17974=CARTESIAN_POINT('',(20.1100225778767,77.9176018596715,113.80915668509)); -#17975=CARTESIAN_POINT('',(20.0695225601309,78.3399918692161,113.803900124498)); -#17976=CARTESIAN_POINT('',(20.0170292939753,79.1876450961924,113.798336280956)); -#17977=CARTESIAN_POINT('',(20.0050355135177,79.6129197046845,113.800741635918)); -#17978=CARTESIAN_POINT('',(20.0050354003906,80.,113.800741644622)); -#17979=CARTESIAN_POINT('',(20.0050354003906,80.,112.199258414995)); -#17980=CARTESIAN_POINT('',(20.0050355186649,79.6129197063268,112.199258424836)); -#17981=CARTESIAN_POINT('',(20.0170293050781,79.1876450979804,112.201663780208)); -#17982=CARTESIAN_POINT('',(20.0695225830711,78.3399918712904,112.19609993748)); -#17983=CARTESIAN_POINT('',(20.1100226067077,77.9176018618874,112.190843377293)); -#17984=CARTESIAN_POINT('',(20.1594247088104,77.5196825402907,112.14551290931)); -#17985=CARTESIAN_POINT('',(20.1615032193146,77.5031040056816,112.143529971692)); -#17986=CARTESIAN_POINT('',(20.1636358803736,77.4862704968691,112.141396652997)); -#17987=CARTESIAN_POINT('',(20.2221607598731,77.0609799491321,112.003505161865)); -#17988=CARTESIAN_POINT('',(20.2221814439841,77.0608407222516,112.002325148738)); -#17989=CARTESIAN_POINT('',(20.2221914777367,77.0607731914407,112.001152344888)); -#17990=CARTESIAN_POINT('',(20.2221914777092,77.0607731914388,111.996081271693)); -#17991=CARTESIAN_POINT('',(20.2220658191125,77.061618582462,111.991933603391)); -#17992=CARTESIAN_POINT('',(20.2216015859851,77.0647459079276,111.98415149162)); -#17993=CARTESIAN_POINT('',(20.2212642917738,77.0670195264754,111.980513632591)); -#17994=CARTESIAN_POINT('',(20.2193999112395,77.0796056889245,111.964108207986)); -#17995=CARTESIAN_POINT('',(20.2168875534413,77.0966575254685,111.953553483165)); -#17996=CARTESIAN_POINT('',(20.205788381829,77.1727019558056,111.914084335558)); -#17997=CARTESIAN_POINT('',(20.1955226720334,77.245244099565,111.898736888441)); -#17998=CARTESIAN_POINT('',(20.1756279809284,77.3923038669849,111.870564982969)); -#17999=CARTESIAN_POINT('',(20.1659257655311,77.4673181671714,111.860452436662)); -#18000=CARTESIAN_POINT('',(20.1100225778769,77.9176018596752,111.80915668509)); -#18001=CARTESIAN_POINT('',(20.0695225601311,78.339991869219,111.803900124498)); -#18002=CARTESIAN_POINT('',(20.0170292939755,79.1876450961941,111.798336280956)); -#18003=CARTESIAN_POINT('',(20.0050355135178,79.612919704685,111.800741635918)); -#18004=CARTESIAN_POINT('',(20.0050354003906,80.,111.800741644622)); -#18005=CARTESIAN_POINT('',(20.0050354003906,80.,110.199258414995)); -#18006=CARTESIAN_POINT('',(20.005035518665,79.6129197063273,110.199258424836)); -#18007=CARTESIAN_POINT('',(20.0170293050783,79.1876450979821,110.201663780208)); -#18008=CARTESIAN_POINT('',(20.0695225830714,78.3399918712933,110.19609993748)); -#18009=CARTESIAN_POINT('',(20.110022606708,77.9176018618909,110.190843377293)); -#18010=CARTESIAN_POINT('',(20.1594247088106,77.5196825402955,110.145512909309)); -#18011=CARTESIAN_POINT('',(20.1615032193146,77.5031040056871,110.143529971692)); -#18012=CARTESIAN_POINT('',(20.1636358803736,77.4862704968753,110.141396652997)); -#18013=CARTESIAN_POINT('',(20.2221607598731,77.0609799491375,110.003505161865)); -#18014=CARTESIAN_POINT('',(20.2221814439841,77.0608407222569,110.002325148738)); -#18015=CARTESIAN_POINT('',(20.2221914777367,77.0607731914461,110.001152344888)); -#18016=CARTESIAN_POINT('',(20.2221914777092,77.0607731914442,109.996081271693)); -#18017=CARTESIAN_POINT('',(20.2220658191125,77.0616185824673,109.991933603391)); -#18018=CARTESIAN_POINT('',(20.2216015859851,77.064745907933,109.98415149162)); -#18019=CARTESIAN_POINT('',(20.2212642917738,77.0670195264808,109.980513632591)); -#18020=CARTESIAN_POINT('',(20.2193999112395,77.0796056889298,109.964108207987)); -#18021=CARTESIAN_POINT('',(20.2168875534414,77.0966575254737,109.953553483165)); -#18022=CARTESIAN_POINT('',(20.2057883818291,77.1727019558106,109.914084335559)); -#18023=CARTESIAN_POINT('',(20.1955226720334,77.2452440995699,109.898736888441)); -#18024=CARTESIAN_POINT('',(20.1756279809285,77.3923038669894,109.870564982969)); -#18025=CARTESIAN_POINT('',(20.1659257655314,77.4673181671756,109.860452436662)); -#18026=CARTESIAN_POINT('',(20.1100225778771,77.9176018596788,109.80915668509)); -#18027=CARTESIAN_POINT('',(20.0695225601314,78.339991869222,109.803900124498)); -#18028=CARTESIAN_POINT('',(20.0170292939756,79.1876450961958,109.798336280956)); -#18029=CARTESIAN_POINT('',(20.005035513518,79.6129197046856,109.800741635918)); -#18030=CARTESIAN_POINT('',(20.0050354003906,80.,109.800741644622)); -#18031=CARTESIAN_POINT('',(20.0050354003906,80.,108.199258414995)); -#18032=CARTESIAN_POINT('',(20.0050355186651,79.6129197063278,108.199258424836)); -#18033=CARTESIAN_POINT('',(20.0170293050785,79.1876450979838,108.201663780209)); -#18034=CARTESIAN_POINT('',(20.0695225830716,78.3399918712962,108.19609993748)); -#18035=CARTESIAN_POINT('',(20.1100226067082,77.9176018618946,108.190843377293)); -#18036=CARTESIAN_POINT('',(20.1594247088107,77.5196825403004,108.145512909309)); -#18037=CARTESIAN_POINT('',(20.1615032193147,77.5031040056926,108.143529971692)); -#18038=CARTESIAN_POINT('',(20.1636358803736,77.4862704968815,108.141396652997)); -#18039=CARTESIAN_POINT('',(20.2221607598731,77.0609799491428,108.003505161865)); -#18040=CARTESIAN_POINT('',(20.2221814439841,77.0608407222623,108.002325148738)); -#18041=CARTESIAN_POINT('',(20.2221914777367,77.0607731914514,108.001152344888)); -#18042=CARTESIAN_POINT('',(20.2221914777091,77.0607731914495,107.996081271693)); -#18043=CARTESIAN_POINT('',(20.2220658191125,77.0616185824727,107.991933603391)); -#18044=CARTESIAN_POINT('',(20.2216015859851,77.0647459079383,107.98415149162)); -#18045=CARTESIAN_POINT('',(20.2212642917738,77.0670195264861,107.980513632591)); -#18046=CARTESIAN_POINT('',(20.2193999112395,77.0796056889351,107.964108207987)); -#18047=CARTESIAN_POINT('',(20.2168875534414,77.0966575254789,107.953553483165)); -#18048=CARTESIAN_POINT('',(20.2057883818291,77.1727019558156,107.914084335559)); -#18049=CARTESIAN_POINT('',(20.1955226720335,77.2452440995747,107.898736888441)); -#18050=CARTESIAN_POINT('',(20.1756279809287,77.3923038669939,107.87056498297)); -#18051=CARTESIAN_POINT('',(20.1659257655314,77.4673181671799,107.860452436662)); -#18052=CARTESIAN_POINT('',(20.1100225778773,77.9176018596823,107.80915668509)); -#18053=CARTESIAN_POINT('',(20.0695225601316,78.3399918692249,107.803900124499)); -#18054=CARTESIAN_POINT('',(20.0170292939758,79.1876450961975,107.798336280956)); -#18055=CARTESIAN_POINT('',(20.0050355135181,79.6129197046861,107.800741635918)); -#18056=CARTESIAN_POINT('',(20.0050354003906,80.,107.800741644622)); -#18057=CARTESIAN_POINT('',(20.0050354003906,80.,106.199258414995)); -#18058=CARTESIAN_POINT('',(20.0050355186653,79.6129197063284,106.199258424835)); -#18059=CARTESIAN_POINT('',(20.0170293050788,79.1876450979855,106.201663780208)); -#18060=CARTESIAN_POINT('',(20.069522583072,78.3399918712992,106.196099937479)); -#18061=CARTESIAN_POINT('',(20.1100226067086,77.9176018618982,106.190843377293)); -#18062=CARTESIAN_POINT('',(20.1594247088109,77.5196825403051,106.145512909309)); -#18063=CARTESIAN_POINT('',(20.1615032193148,77.5031040056981,106.143529971691)); -#18064=CARTESIAN_POINT('',(20.1636358803736,77.4862704968876,106.141396652997)); -#18065=CARTESIAN_POINT('',(20.2221607598731,77.0609799491481,106.003505161865)); -#18066=CARTESIAN_POINT('',(20.2221814439841,77.0608407222677,106.002325148738)); -#18067=CARTESIAN_POINT('',(20.2221914777368,77.0607731914567,106.001152344888)); -#18068=CARTESIAN_POINT('',(20.2221914777092,77.0607731914548,105.996081271693)); -#18069=CARTESIAN_POINT('',(20.2220658191125,77.061618582478,105.991933603391)); -#18070=CARTESIAN_POINT('',(20.2216015859851,77.0647459079436,105.98415149162)); -#18071=CARTESIAN_POINT('',(20.2212642917739,77.0670195264914,105.980513632591)); -#18072=CARTESIAN_POINT('',(20.2193999112395,77.0796056889403,105.964108207987)); -#18073=CARTESIAN_POINT('',(20.2168875534413,77.0966575254842,105.953553483165)); -#18074=CARTESIAN_POINT('',(20.2057883818291,77.1727019558207,105.914084335559)); -#18075=CARTESIAN_POINT('',(20.1955226720335,77.2452440995796,105.898736888442)); -#18076=CARTESIAN_POINT('',(20.1756279809287,77.3923038669984,105.87056498297)); -#18077=CARTESIAN_POINT('',(20.1659257655315,77.4673181671843,105.860452436663)); -#18078=CARTESIAN_POINT('',(20.1100225778775,77.9176018596859,105.809156685091)); -#18079=CARTESIAN_POINT('',(20.0695225601318,78.3399918692279,105.803900124499)); -#18080=CARTESIAN_POINT('',(20.017029293976,79.1876450961992,105.798336280956)); -#18081=CARTESIAN_POINT('',(20.0050355135182,79.6129197046867,105.800741635917)); -#18082=CARTESIAN_POINT('',(20.0050354003906,80.,105.800741644622)); -#18083=CARTESIAN_POINT('',(20.0050354003906,80.,104.199258414995)); -#18084=CARTESIAN_POINT('',(20.0050355186654,79.6129197063289,104.199258424835)); -#18085=CARTESIAN_POINT('',(20.0170293050789,79.1876450979873,104.201663780208)); -#18086=CARTESIAN_POINT('',(20.0695225830723,78.3399918713022,104.196099937479)); -#18087=CARTESIAN_POINT('',(20.1100226067089,77.9176018619017,104.190843377292)); -#18088=CARTESIAN_POINT('',(20.1594247088111,77.51968254031,104.145512909309)); -#18089=CARTESIAN_POINT('',(20.1615032193149,77.5031040057035,104.143529971691)); -#18090=CARTESIAN_POINT('',(20.1636358803736,77.4862704968938,104.141396652997)); -#18091=CARTESIAN_POINT('',(20.2221607598731,77.0609799491535,104.003505161865)); -#18092=CARTESIAN_POINT('',(20.2221814439841,77.060840722273,104.002325148738)); -#18093=CARTESIAN_POINT('',(20.2221914777367,77.0607731914621,104.001152344888)); -#18094=CARTESIAN_POINT('',(20.2221914777091,77.0607731914602,103.996081271693)); -#18095=CARTESIAN_POINT('',(20.2220658191125,77.0616185824834,103.991933603391)); -#18096=CARTESIAN_POINT('',(20.2216015859851,77.064745907949,103.98415149162)); -#18097=CARTESIAN_POINT('',(20.2212642917739,77.0670195264967,103.980513632591)); -#18098=CARTESIAN_POINT('',(20.2193999112395,77.0796056889457,103.964108207987)); -#18099=CARTESIAN_POINT('',(20.2168875534413,77.0966575254895,103.953553483165)); -#18100=CARTESIAN_POINT('',(20.2057883818292,77.1727019558258,103.914084335559)); -#18101=CARTESIAN_POINT('',(20.1955226720336,77.2452440995845,103.898736888442)); -#18102=CARTESIAN_POINT('',(20.1756279809288,77.392303867003,103.87056498297)); -#18103=CARTESIAN_POINT('',(20.1659257655317,77.4673181671886,103.860452436663)); -#18104=CARTESIAN_POINT('',(20.1100225778777,77.9176018596896,103.809156685091)); -#18105=CARTESIAN_POINT('',(20.0695225601319,78.3399918692309,103.803900124499)); -#18106=CARTESIAN_POINT('',(20.0170292939761,79.187645096201,103.798336280956)); -#18107=CARTESIAN_POINT('',(20.0050355135182,79.6129197046871,103.800741635917)); -#18108=CARTESIAN_POINT('',(20.0050354003906,80.,103.800741644622)); -#18109=CARTESIAN_POINT('',(20.0050354003906,80.,102.199258414995)); -#18110=CARTESIAN_POINT('',(20.0050355186655,79.6129197063294,102.199258424835)); -#18111=CARTESIAN_POINT('',(20.0170293050791,79.187645097989,102.201663780208)); -#18112=CARTESIAN_POINT('',(20.0695225830725,78.3399918713052,102.196099937478)); -#18113=CARTESIAN_POINT('',(20.1100226067092,77.9176018619054,102.190843377292)); -#18114=CARTESIAN_POINT('',(20.1594247088113,77.5196825403147,102.145512909309)); -#18115=CARTESIAN_POINT('',(20.161503219315,77.503104005709,102.143529971691)); -#18116=CARTESIAN_POINT('',(20.1636358803736,77.4862704969,102.141396652997)); -#18117=CARTESIAN_POINT('',(20.2221607598731,77.0609799491588,102.003505161865)); -#18118=CARTESIAN_POINT('',(20.2221814439841,77.0608407222783,102.002325148738)); -#18119=CARTESIAN_POINT('',(20.2221914777367,77.0607731914673,102.001152344888)); -#18120=CARTESIAN_POINT('',(20.2221914777092,77.0607731914655,101.996081271693)); -#18121=CARTESIAN_POINT('',(20.2220658191125,77.0616185824888,101.991933603391)); -#18122=CARTESIAN_POINT('',(20.2216015859851,77.0647459079544,101.98415149162)); -#18123=CARTESIAN_POINT('',(20.2212642917739,77.0670195265021,101.980513632591)); -#18124=CARTESIAN_POINT('',(20.2193999112395,77.079605688951,101.964108207987)); -#18125=CARTESIAN_POINT('',(20.2168875534413,77.0966575254947,101.953553483165)); -#18126=CARTESIAN_POINT('',(20.2057883818292,77.1727019558308,101.91408433556)); -#18127=CARTESIAN_POINT('',(20.1955226720337,77.2452440995894,101.898736888442)); -#18128=CARTESIAN_POINT('',(20.1756279809289,77.3923038670074,101.87056498297)); -#18129=CARTESIAN_POINT('',(20.1659257655318,77.4673181671929,101.860452436663)); -#18130=CARTESIAN_POINT('',(20.1100225778779,77.9176018596931,101.809156685091)); -#18131=CARTESIAN_POINT('',(20.0695225601322,78.3399918692339,101.803900124499)); -#18132=CARTESIAN_POINT('',(20.0170292939763,79.1876450962026,101.798336280956)); -#18133=CARTESIAN_POINT('',(20.0050355135184,79.6129197046877,101.800741635917)); -#18134=CARTESIAN_POINT('',(20.0050354003906,80.,101.800741644622)); -#18135=CARTESIAN_POINT('',(20.0050354003906,80.,100.199258414995)); -#18136=CARTESIAN_POINT('',(20.0050355186656,79.6129197063299,100.199258424835)); -#18137=CARTESIAN_POINT('',(20.0170293050793,79.1876450979908,100.201663780208)); -#18138=CARTESIAN_POINT('',(20.0695225830728,78.3399918713082,100.196099937478)); -#18139=CARTESIAN_POINT('',(20.1100226067095,77.917601861909,100.190843377292)); -#18140=CARTESIAN_POINT('',(20.1594247088115,77.5196825403196,100.145512909308)); -#18141=CARTESIAN_POINT('',(20.1615032193151,77.5031040057145,100.143529971691)); -#18142=CARTESIAN_POINT('',(20.1636358803736,77.4862704969062,100.141396652997)); -#18143=CARTESIAN_POINT('',(20.2221607598731,77.0609799491642,100.003505161865)); -#18144=CARTESIAN_POINT('',(20.2221814439841,77.0608407222837,100.002325148738)); -#18145=CARTESIAN_POINT('',(20.2221914777367,77.0607731914727,100.001152344888)); -#18146=CARTESIAN_POINT('',(20.2221914777091,77.0607731914709,99.9960812716931)); -#18147=CARTESIAN_POINT('',(20.2220658191125,77.0616185824941,99.9919336033914)); -#18148=CARTESIAN_POINT('',(20.2216015859851,77.0647459079597,99.9841514916201)); -#18149=CARTESIAN_POINT('',(20.2212642917739,77.0670195265074,99.9805136325917)); -#18150=CARTESIAN_POINT('',(20.2193999112396,77.0796056889563,99.964108207987)); -#18151=CARTESIAN_POINT('',(20.2168875534414,77.0966575255,99.9535534831659)); -#18152=CARTESIAN_POINT('',(20.2057883818292,77.1727019558359,99.91408433556)); -#18153=CARTESIAN_POINT('',(20.1955226720338,77.2452440995943,99.8987368884422)); -#18154=CARTESIAN_POINT('',(20.175627980929,77.3923038670119,99.8705649829708)); -#18155=CARTESIAN_POINT('',(20.1659257655319,77.4673181671973,99.860452436663)); -#18156=CARTESIAN_POINT('',(20.1100225778781,77.9176018596967,99.8091566850912)); -#18157=CARTESIAN_POINT('',(20.0695225601324,78.3399918692368,99.8039001244994)); -#18158=CARTESIAN_POINT('',(20.0170292939764,79.1876450962044,99.7983362809559)); -#18159=CARTESIAN_POINT('',(20.0050355135185,79.6129197046883,99.8007416359176)); -#18160=CARTESIAN_POINT('',(20.0050354003906,80.,99.8007416446221)); -#18161=CARTESIAN_POINT('',(20.0050354003906,80.,98.1992584149952)); -#18162=CARTESIAN_POINT('',(20.0050355186658,79.6129197063304,98.1992584248357)); -#18163=CARTESIAN_POINT('',(20.0170293050796,79.1876450979924,98.2016637802079)); -#18164=CARTESIAN_POINT('',(20.069522583073,78.3399918713112,98.1960999374786)); -#18165=CARTESIAN_POINT('',(20.1100226067097,77.9176018619126,98.1908433772916)); -#18166=CARTESIAN_POINT('',(20.1594247088116,77.5196825403244,98.1455129093086)); -#18167=CARTESIAN_POINT('',(20.1615032193152,77.50310400572,98.1435299716912)); -#18168=CARTESIAN_POINT('',(20.1636358803736,77.4862704969123,98.1413966529973)); -#18169=CARTESIAN_POINT('',(20.2221607598731,77.0609799491695,98.0035051618649)); -#18170=CARTESIAN_POINT('',(20.2221814439841,77.060840722289,98.0023251487377)); -#18171=CARTESIAN_POINT('',(20.2221914777367,77.060773191478,98.001152344888)); -#18172=CARTESIAN_POINT('',(20.2221914777092,77.0607731914762,97.9960812716931)); -#18173=CARTESIAN_POINT('',(20.2220658191125,77.0616185824994,97.9919336033914)); -#18174=CARTESIAN_POINT('',(20.2216015859851,77.0647459079649,97.9841514916201)); -#18175=CARTESIAN_POINT('',(20.2212642917739,77.0670195265126,97.9805136325917)); -#18176=CARTESIAN_POINT('',(20.2193999112396,77.0796056889615,97.9641082079872)); -#18177=CARTESIAN_POINT('',(20.2168875534414,77.0966575255052,97.953553483166)); -#18178=CARTESIAN_POINT('',(20.2057883818293,77.172701955841,97.9140843355602)); -#18179=CARTESIAN_POINT('',(20.1955226720338,77.2452440995991,97.8987368884424)); -#18180=CARTESIAN_POINT('',(20.1756279809291,77.3923038670164,97.8705649829711)); -#18181=CARTESIAN_POINT('',(20.165925765532,77.4673181672016,97.8604524366633)); -#18182=CARTESIAN_POINT('',(20.1100225778783,77.9176018597004,97.8091566850915)); -#18183=CARTESIAN_POINT('',(20.0695225601326,78.3399918692397,97.8039001244997)); -#18184=CARTESIAN_POINT('',(20.0170292939766,79.1876450962061,97.798336280956)); -#18185=CARTESIAN_POINT('',(20.0050355135186,79.6129197046887,97.8007416359176)); -#18186=CARTESIAN_POINT('',(20.0050354003906,80.,97.8007416446221)); -#18187=CARTESIAN_POINT('',(20.0050354003906,80.,96.1992584149952)); -#18188=CARTESIAN_POINT('',(20.0050355186659,79.612919706331,96.1992584248357)); -#18189=CARTESIAN_POINT('',(20.0170293050796,79.1876450979942,96.2016637802079)); -#18190=CARTESIAN_POINT('',(20.0695225830734,78.3399918713142,96.1960999374785)); -#18191=CARTESIAN_POINT('',(20.11002260671,77.9176018619162,96.1908433772913)); -#18192=CARTESIAN_POINT('',(20.1594247088118,77.5196825403292,96.1455129093084)); -#18193=CARTESIAN_POINT('',(20.1615032193152,77.5031040057255,96.1435299716911)); -#18194=CARTESIAN_POINT('',(20.1636358803736,77.4862704969185,96.1413966529973)); -#18195=CARTESIAN_POINT('',(20.2221607598731,77.0609799491749,96.0035051618649)); -#18196=CARTESIAN_POINT('',(20.2221814439841,77.0608407222943,96.0023251487377)); -#18197=CARTESIAN_POINT('',(20.2221914777367,77.0607731914834,96.001152344888)); -#18198=CARTESIAN_POINT('',(20.2221914777092,77.0607731914816,95.9960812716931)); -#18199=CARTESIAN_POINT('',(20.2220658191125,77.0616185825048,95.9919336033914)); -#18200=CARTESIAN_POINT('',(20.2216015859851,77.0647459079703,95.9841514916201)); -#18201=CARTESIAN_POINT('',(20.2212642917739,77.067019526518,95.9805136325917)); -#18202=CARTESIAN_POINT('',(20.2193999112396,77.0796056889669,95.9641082079872)); -#18203=CARTESIAN_POINT('',(20.2168875534414,77.0966575255105,95.9535534831661)); -#18204=CARTESIAN_POINT('',(20.2057883818293,77.172701955846,95.9140843355605)); -#18205=CARTESIAN_POINT('',(20.1955226720339,77.245244099604,95.8987368884426)); -#18206=CARTESIAN_POINT('',(20.1756279809293,77.3923038670209,95.8705649829713)); -#18207=CARTESIAN_POINT('',(20.1659257655322,77.467318167206,95.8604524366636)); -#18208=CARTESIAN_POINT('',(20.1100225778785,77.9176018597039,95.8091566850917)); -#18209=CARTESIAN_POINT('',(20.0695225601328,78.3399918692428,95.8039001244998)); -#18210=CARTESIAN_POINT('',(20.0170292939768,79.1876450962078,95.798336280956)); -#18211=CARTESIAN_POINT('',(20.0050355135187,79.6129197046893,95.8007416359177)); -#18212=CARTESIAN_POINT('',(20.0050354003906,80.,95.8007416446221)); -#18213=CARTESIAN_POINT('',(20.0050354003906,80.,94.1992584149952)); -#18214=CARTESIAN_POINT('',(20.005035518666,79.6129197063316,94.1992584248357)); -#18215=CARTESIAN_POINT('',(20.0170293050799,79.1876450979959,94.2016637802078)); -#18216=CARTESIAN_POINT('',(20.0695225830736,78.339991871317,94.1960999374783)); -#18217=CARTESIAN_POINT('',(20.1100226067103,77.9176018619198,94.1908433772911)); -#18218=CARTESIAN_POINT('',(20.159424708812,77.519682540334,94.1455129093083)); -#18219=CARTESIAN_POINT('',(20.1615032193153,77.503104005731,94.143529971691)); -#18220=CARTESIAN_POINT('',(20.1636358803736,77.4862704969247,94.1413966529973)); -#18221=CARTESIAN_POINT('',(20.2221607598731,77.0609799491802,94.0035051618649)); -#18222=CARTESIAN_POINT('',(20.2221814439841,77.0608407222997,94.0023251487377)); -#18223=CARTESIAN_POINT('',(20.2221914777367,77.0607731914887,94.001152344888)); -#18224=CARTESIAN_POINT('',(20.2221914777092,77.0607731914869,93.9960812716932)); -#18225=CARTESIAN_POINT('',(20.2220658191125,77.0616185825101,93.9919336033914)); -#18226=CARTESIAN_POINT('',(20.2216015859851,77.0647459079757,93.9841514916202)); -#18227=CARTESIAN_POINT('',(20.2212642917739,77.0670195265234,93.9805136325918)); -#18228=CARTESIAN_POINT('',(20.2193999112396,77.0796056889722,93.9641082079872)); -#18229=CARTESIAN_POINT('',(20.2168875534414,77.0966575255157,93.9535534831662)); -#18230=CARTESIAN_POINT('',(20.2057883818294,77.172701955851,93.9140843355605)); -#18231=CARTESIAN_POINT('',(20.1955226720339,77.2452440996089,93.8987368884429)); -#18232=CARTESIAN_POINT('',(20.1756279809294,77.3923038670254,93.8705649829716)); -#18233=CARTESIAN_POINT('',(20.1659257655323,77.4673181672103,93.8604524366638)); -#18234=CARTESIAN_POINT('',(20.1100225778787,77.9176018597075,93.8091566850919)); -#18235=CARTESIAN_POINT('',(20.069522560133,78.3399918692457,93.8039001244999)); -#18236=CARTESIAN_POINT('',(20.017029293977,79.1876450962095,93.798336280956)); -#18237=CARTESIAN_POINT('',(20.0050355135189,79.6129197046898,93.8007416359176)); -#18238=CARTESIAN_POINT('',(20.0050354003906,80.,93.8007416446221)); -#18239=CARTESIAN_POINT('',(20.0050354003906,80.,92.1992584149952)); -#18240=CARTESIAN_POINT('',(20.0050355186661,79.612919706332,92.1992584248356)); -#18241=CARTESIAN_POINT('',(20.0170293050801,79.1876450979976,92.2016637802077)); -#18242=CARTESIAN_POINT('',(20.0695225830739,78.33999187132,92.1960999374782)); -#18243=CARTESIAN_POINT('',(20.1100226067106,77.9176018619234,92.1908433772909)); -#18244=CARTESIAN_POINT('',(20.1594247088121,77.5196825403388,92.1455129093081)); -#18245=CARTESIAN_POINT('',(20.1615032193154,77.5031040057364,92.1435299716909)); -#18246=CARTESIAN_POINT('',(20.1636358803736,77.4862704969309,92.1413966529973)); -#18247=CARTESIAN_POINT('',(20.2221607598731,77.0609799491856,92.0035051618649)); -#18248=CARTESIAN_POINT('',(20.2221814439841,77.0608407223051,92.0023251487377)); -#18249=CARTESIAN_POINT('',(20.2221914777368,77.0607731914941,92.001152344888)); -#18250=CARTESIAN_POINT('',(20.2221914777092,77.0607731914923,91.9960812716932)); -#18251=CARTESIAN_POINT('',(20.2220658191125,77.0616185825154,91.9919336033915)); -#18252=CARTESIAN_POINT('',(20.2216015859851,77.064745907981,91.9841514916202)); -#18253=CARTESIAN_POINT('',(20.2212642917739,77.0670195265287,91.9805136325918)); -#18254=CARTESIAN_POINT('',(20.2193999112396,77.0796056889774,91.9641082079873)); -#18255=CARTESIAN_POINT('',(20.2168875534415,77.096657525521,91.9535534831663)); -#18256=CARTESIAN_POINT('',(20.2057883818294,77.1727019558561,91.9140843355607)); -#18257=CARTESIAN_POINT('',(20.195522672034,77.2452440996138,91.898736888443)); -#18258=CARTESIAN_POINT('',(20.1756279809295,77.3923038670299,91.8705649829718)); -#18259=CARTESIAN_POINT('',(20.1659257655324,77.4673181672146,91.8604524366641)); -#18260=CARTESIAN_POINT('',(20.1100225778789,77.9176018597111,91.8091566850922)); -#18261=CARTESIAN_POINT('',(20.0695225601333,78.3399918692487,91.8039001245001)); -#18262=CARTESIAN_POINT('',(20.0170292939771,79.1876450962112,91.7983362809561)); -#18263=CARTESIAN_POINT('',(20.005035513519,79.6129197046903,91.8007416359176)); -#18264=CARTESIAN_POINT('',(20.0050354003906,80.,91.8007416446221)); -#18265=CARTESIAN_POINT('',(20.0050354003906,80.,90.1992584149952)); -#18266=CARTESIAN_POINT('',(20.0050355186662,79.6129197063326,90.1992584248357)); -#18267=CARTESIAN_POINT('',(20.0170293050803,79.1876450979993,90.2016637802077)); -#18268=CARTESIAN_POINT('',(20.0695225830742,78.339991871323,90.1960999374781)); -#18269=CARTESIAN_POINT('',(20.1100226067108,77.917601861927,90.1908433772907)); -#18270=CARTESIAN_POINT('',(20.1594247088123,77.5196825403436,90.1455129093079)); -#18271=CARTESIAN_POINT('',(20.1615032193155,77.5031040057419,90.1435299716909)); -#18272=CARTESIAN_POINT('',(20.1636358803736,77.486270496937,90.1413966529973)); -#18273=CARTESIAN_POINT('',(20.2221607598731,77.0609799491909,90.0035051618649)); -#18274=CARTESIAN_POINT('',(20.2221814439841,77.0608407223104,90.0023251487377)); -#18275=CARTESIAN_POINT('',(20.2221914777367,77.0607731914994,90.001152344888)); -#18276=CARTESIAN_POINT('',(20.2221914777092,77.0607731914976,89.9960812716932)); -#18277=CARTESIAN_POINT('',(20.2220658191125,77.0616185825208,89.9919336033914)); -#18278=CARTESIAN_POINT('',(20.2216015859851,77.0647459079864,89.9841514916202)); -#18279=CARTESIAN_POINT('',(20.2212642917739,77.0670195265341,89.9805136325918)); -#18280=CARTESIAN_POINT('',(20.2193999112396,77.0796056889828,89.9641082079875)); -#18281=CARTESIAN_POINT('',(20.2168875534415,77.0966575255263,89.9535534831664)); -#18282=CARTESIAN_POINT('',(20.2057883818295,77.1727019558612,89.9140843355609)); -#18283=CARTESIAN_POINT('',(20.195522672034,77.2452440996187,89.8987368884432)); -#18284=CARTESIAN_POINT('',(20.1756279809296,77.3923038670345,89.8705649829721)); -#18285=CARTESIAN_POINT('',(20.1659257655326,77.4673181672189,89.8604524366643)); -#18286=CARTESIAN_POINT('',(20.110022577879,77.9176018597147,89.8091566850924)); -#18287=CARTESIAN_POINT('',(20.0695225601335,78.3399918692517,89.8039001245003)); -#18288=CARTESIAN_POINT('',(20.0170292939773,79.1876450962129,89.7983362809561)); -#18289=CARTESIAN_POINT('',(20.0050355135191,79.6129197046909,89.8007416359176)); -#18290=CARTESIAN_POINT('',(20.0050354003906,80.,89.8007416446221)); -#18291=CARTESIAN_POINT('',(20.0050354003906,80.,88.1992584149952)); -#18292=CARTESIAN_POINT('',(20.0050355186664,79.6129197063332,88.1992584248358)); -#18293=CARTESIAN_POINT('',(20.0170293050804,79.187645098001,88.2016637802077)); -#18294=CARTESIAN_POINT('',(20.0695225830745,78.339991871326,88.1960999374778)); -#18295=CARTESIAN_POINT('',(20.1100226067111,77.9176018619305,88.1908433772905)); -#18296=CARTESIAN_POINT('',(20.1594247088124,77.5196825403485,88.1455129093077)); -#18297=CARTESIAN_POINT('',(20.1615032193156,77.5031040057474,88.1435299716908)); -#18298=CARTESIAN_POINT('',(20.1636358803736,77.4862704969432,88.1413966529973)); -#18299=CARTESIAN_POINT('',(20.2221607598731,77.0609799491963,88.0035051618649)); -#18300=CARTESIAN_POINT('',(20.2221814439841,77.0608407223158,88.0023251487377)); -#18301=CARTESIAN_POINT('',(20.2221914777367,77.0607731915048,88.001152344888)); -#18302=CARTESIAN_POINT('',(20.2221914777092,77.060773191503,87.9960812716932)); -#18303=CARTESIAN_POINT('',(20.2220658191125,77.0616185825261,87.9919336033915)); -#18304=CARTESIAN_POINT('',(20.2216015859851,77.0647459079917,87.9841514916202)); -#18305=CARTESIAN_POINT('',(20.2212642917739,77.0670195265394,87.9805136325919)); -#18306=CARTESIAN_POINT('',(20.2193999112395,77.0796056889881,87.9641082079874)); -#18307=CARTESIAN_POINT('',(20.2168875534415,77.0966575255315,87.9535534831665)); -#18308=CARTESIAN_POINT('',(20.2057883818295,77.1727019558662,87.914084335561)); -#18309=CARTESIAN_POINT('',(20.1955226720341,77.2452440996235,87.8987368884434)); -#18310=CARTESIAN_POINT('',(20.1756279809297,77.392303867039,87.8705649829723)); -#18311=CARTESIAN_POINT('',(20.1659257655328,77.4673181672233,87.8604524366645)); -#18312=CARTESIAN_POINT('',(20.1100225778792,77.9176018597183,87.8091566850926)); -#18313=CARTESIAN_POINT('',(20.0695225601337,78.3399918692546,87.8039001245004)); -#18314=CARTESIAN_POINT('',(20.0170292939774,79.1876450962147,87.7983362809561)); -#18315=CARTESIAN_POINT('',(20.0050355135191,79.6129197046914,87.8007416359176)); -#18316=CARTESIAN_POINT('',(20.0050354003906,80.,87.8007416446221)); -#18317=CARTESIAN_POINT('',(20.0050354003906,80.,86.1992584149952)); -#18318=CARTESIAN_POINT('',(20.0050355186665,79.6129197063336,86.1992584248358)); -#18319=CARTESIAN_POINT('',(20.0170293050807,79.1876450980027,86.2016637802077)); -#18320=CARTESIAN_POINT('',(20.0695225830748,78.339991871329,86.1960999374777)); -#18321=CARTESIAN_POINT('',(20.1100226067114,77.9176018619341,86.1908433772902)); -#18322=CARTESIAN_POINT('',(20.1594247088126,77.5196825403532,86.1455129093076)); -#18323=CARTESIAN_POINT('',(20.1615032193157,77.5031040057529,86.1435299716907)); -#18324=CARTESIAN_POINT('',(20.1636358803736,77.4862704969494,86.1413966529973)); -#18325=CARTESIAN_POINT('',(20.2221607598731,77.0609799492016,86.0035051618649)); -#18326=CARTESIAN_POINT('',(20.2221814439841,77.0608407223211,86.0023251487377)); -#18327=CARTESIAN_POINT('',(20.2221914777367,77.0607731915101,86.001152344888)); -#18328=CARTESIAN_POINT('',(20.2221914777092,77.0607731915083,85.9960812716932)); -#18329=CARTESIAN_POINT('',(20.2220658191125,77.0616185825315,85.9919336033915)); -#18330=CARTESIAN_POINT('',(20.2216015859851,77.0647459079971,85.9841514916203)); -#18331=CARTESIAN_POINT('',(20.2212642917739,77.0670195265447,85.9805136325919)); -#18332=CARTESIAN_POINT('',(20.2193999112395,77.0796056889934,85.9641082079875)); -#18333=CARTESIAN_POINT('',(20.2168875534415,77.0966575255368,85.9535534831666)); -#18334=CARTESIAN_POINT('',(20.2057883818295,77.1727019558713,85.9140843355613)); -#18335=CARTESIAN_POINT('',(20.1955226720341,77.2452440996284,85.8987368884436)); -#18336=CARTESIAN_POINT('',(20.1756279809298,77.3923038670435,85.8705649829725)); -#18337=CARTESIAN_POINT('',(20.1659257655328,77.4673181672276,85.8604524366648)); -#18338=CARTESIAN_POINT('',(20.1100225778794,77.9176018597219,85.8091566850929)); -#18339=CARTESIAN_POINT('',(20.0695225601338,78.3399918692576,85.8039001245007)); -#18340=CARTESIAN_POINT('',(20.0170292939776,79.1876450962163,85.7983362809562)); -#18341=CARTESIAN_POINT('',(20.0050355135192,79.6129197046919,85.8007416359176)); -#18342=CARTESIAN_POINT('',(20.0050354003906,80.,85.8007416446221)); -#18343=CARTESIAN_POINT('',(20.0050354003906,80.,84.1992584149952)); -#18344=CARTESIAN_POINT('',(20.0050355186666,79.6129197063342,84.1992584248358)); -#18345=CARTESIAN_POINT('',(20.0170293050809,79.1876450980045,84.2016637802076)); -#18346=CARTESIAN_POINT('',(20.069522583075,78.339991871332,84.1960999374776)); -#18347=CARTESIAN_POINT('',(20.1100226067117,77.9176018619377,84.19084337729)); -#18348=CARTESIAN_POINT('',(20.1594247088128,77.5196825403581,84.1455129093074)); -#18349=CARTESIAN_POINT('',(20.1615032193158,77.5031040057584,84.1435299716906)); -#18350=CARTESIAN_POINT('',(20.1636358803736,77.4862704969556,84.1413966529973)); -#18351=CARTESIAN_POINT('',(20.2221607598731,77.060979949207,84.0035051618649)); -#18352=CARTESIAN_POINT('',(20.2221814439841,77.0608407223264,84.0023251487377)); -#18353=CARTESIAN_POINT('',(20.2221914777367,77.0607731915155,84.001152344888)); -#18354=CARTESIAN_POINT('',(20.2221914777091,77.0607731915137,83.9960812716932)); -#18355=CARTESIAN_POINT('',(20.2220658191125,77.0616185825368,83.9919336033915)); -#18356=CARTESIAN_POINT('',(20.2216015859851,77.0647459080024,83.9841514916203)); -#18357=CARTESIAN_POINT('',(20.2212642917739,77.06701952655,83.980513632592)); -#18358=CARTESIAN_POINT('',(20.2193999112395,77.0796056889987,83.9641082079876)); -#18359=CARTESIAN_POINT('',(20.2168875534414,77.096657525542,83.9535534831667)); -#18360=CARTESIAN_POINT('',(20.2057883818296,77.1727019558764,83.9140843355615)); -#18361=CARTESIAN_POINT('',(20.1955226720342,77.2452440996333,83.8987368884438)); -#18362=CARTESIAN_POINT('',(20.17562798093,77.392303867048,83.8705649829727)); -#18363=CARTESIAN_POINT('',(20.1659257655329,77.467318167232,83.8604524366651)); -#18364=CARTESIAN_POINT('',(20.1100225778796,77.9176018597255,83.8091566850931)); -#18365=CARTESIAN_POINT('',(20.0695225601341,78.3399918692606,83.8039001245008)); -#18366=CARTESIAN_POINT('',(20.0170292939777,79.1876450962181,83.7983362809562)); -#18367=CARTESIAN_POINT('',(20.0050355135193,79.6129197046924,83.8007416359176)); -#18368=CARTESIAN_POINT('',(20.0050354003906,80.,83.8007416446221)); -#18369=CARTESIAN_POINT('',(20.0050354003906,80.,82.1992584149952)); -#18370=CARTESIAN_POINT('',(20.0050355186667,79.6129197063347,82.1992584248358)); -#18371=CARTESIAN_POINT('',(20.0170293050811,79.1876450980062,82.2016637802075)); -#18372=CARTESIAN_POINT('',(20.0695225830753,78.339991871335,82.1960999374773)); -#18373=CARTESIAN_POINT('',(20.110022606712,77.9176018619413,82.1908433772898)); -#18374=CARTESIAN_POINT('',(20.159424708813,77.5196825403629,82.1455129093072)); -#18375=CARTESIAN_POINT('',(20.1615032193159,77.5031040057639,82.1435299716905)); -#18376=CARTESIAN_POINT('',(20.1636358803736,77.4862704969618,82.1413966529973)); -#18377=CARTESIAN_POINT('',(20.2221607598731,77.0609799492123,82.0035051618649)); -#18378=CARTESIAN_POINT('',(20.2221814439841,77.0608407223318,82.0023251487377)); -#18379=CARTESIAN_POINT('',(20.2221914777367,77.0607731915208,82.001152344888)); -#18380=CARTESIAN_POINT('',(20.2221914777092,77.060773191519,81.9960812716932)); -#18381=CARTESIAN_POINT('',(20.2220658191125,77.0616185825421,81.9919336033915)); -#18382=CARTESIAN_POINT('',(20.2216015859851,77.0647459080077,81.9841514916203)); -#18383=CARTESIAN_POINT('',(20.2212642917739,77.0670195265554,81.980513632592)); -#18384=CARTESIAN_POINT('',(20.2193999112396,77.0796056890039,81.9641082079877)); -#18385=CARTESIAN_POINT('',(20.2168875534415,77.0966575255473,81.9535534831667)); -#18386=CARTESIAN_POINT('',(20.2057883818296,77.1727019558814,81.9140843355617)); -#18387=CARTESIAN_POINT('',(20.1955226720344,77.2452440996382,81.898736888444)); -#18388=CARTESIAN_POINT('',(20.17562798093,77.3923038670526,81.870564982973)); -#18389=CARTESIAN_POINT('',(20.1659257655331,77.4673181672362,81.8604524366653)); -#18390=CARTESIAN_POINT('',(20.1100225778798,77.917601859729,81.8091566850933)); -#18391=CARTESIAN_POINT('',(20.0695225601343,78.3399918692636,81.8039001245009)); -#18392=CARTESIAN_POINT('',(20.0170292939779,79.1876450962198,81.7983362809563)); -#18393=CARTESIAN_POINT('',(20.0050355135194,79.612919704693,81.8007416359176)); -#18394=CARTESIAN_POINT('',(20.0050354003906,80.,81.8007416446221)); -#18395=CARTESIAN_POINT('',(20.0050354003906,80.,80.1992584149952)); -#18396=CARTESIAN_POINT('',(20.0050355186669,79.6129197063352,80.1992584248358)); -#18397=CARTESIAN_POINT('',(20.0170293050813,79.1876450980079,80.2016637802075)); -#18398=CARTESIAN_POINT('',(20.0695225830756,78.339991871338,80.1960999374773)); -#18399=CARTESIAN_POINT('',(20.1100226067122,77.9176018619449,80.1908433772895)); -#18400=CARTESIAN_POINT('',(20.1594247088132,77.5196825403678,80.145512909307)); -#18401=CARTESIAN_POINT('',(20.161503219316,77.5031040057694,80.1435299716904)); -#18402=CARTESIAN_POINT('',(20.1636358803736,77.4862704969679,80.1413966529973)); -#18403=CARTESIAN_POINT('',(20.2221607598731,77.0609799492177,80.0035051618649)); -#18404=CARTESIAN_POINT('',(20.2221814439841,77.0608407223371,80.0023251487377)); -#18405=CARTESIAN_POINT('',(20.2221914777367,77.0607731915262,80.001152344888)); -#18406=CARTESIAN_POINT('',(20.2221914777091,77.0607731915244,79.9960812716932)); -#18407=CARTESIAN_POINT('',(20.2220658191125,77.0616185825475,79.9919336033915)); -#18408=CARTESIAN_POINT('',(20.2216015859851,77.064745908013,79.9841514916204)); -#18409=CARTESIAN_POINT('',(20.2212642917739,77.0670195265606,79.9805136325921)); -#18410=CARTESIAN_POINT('',(20.2193999112396,77.0796056890093,79.9641082079878)); -#18411=CARTESIAN_POINT('',(20.2168875534415,77.0966575255525,79.9535534831668)); -#18412=CARTESIAN_POINT('',(20.2057883818296,77.1727019558865,79.9140843355619)); -#18413=CARTESIAN_POINT('',(20.1955226720344,77.2452440996431,79.8987368884442)); -#18414=CARTESIAN_POINT('',(20.1756279809301,77.3923038670571,79.8705649829732)); -#18415=CARTESIAN_POINT('',(20.1659257655332,77.4673181672405,79.8604524366655)); -#18416=CARTESIAN_POINT('',(20.11002257788,77.9176018597326,79.8091566850935)); -#18417=CARTESIAN_POINT('',(20.0695225601345,78.3399918692665,79.8039001245011)); -#18418=CARTESIAN_POINT('',(20.0170292939781,79.1876450962214,79.7983362809563)); -#18419=CARTESIAN_POINT('',(20.0050355135195,79.6129197046934,79.8007416359176)); -#18420=CARTESIAN_POINT('',(20.0050354003906,80.,79.8007416446221)); -#18421=CARTESIAN_POINT('',(20.0050354003906,80.,278.199258414995)); -#18422=CARTESIAN_POINT('',(20.0050355186547,79.6129197062825,278.199258424835)); -#18423=CARTESIAN_POINT('',(20.0170293050619,79.1876450978377,278.201663780211)); -#18424=CARTESIAN_POINT('',(20.0695225830478,78.3399918710435,278.196099937492)); -#18425=CARTESIAN_POINT('',(20.1100226066843,77.9176018615888,278.190843377312)); -#18426=CARTESIAN_POINT('',(20.1594247087962,77.5196825398913,278.145512909324)); -#18427=CARTESIAN_POINT('',(20.1615032193073,77.5031040052263,278.143529971699)); -#18428=CARTESIAN_POINT('',(20.1636358803736,77.4862704963567,278.141396652997)); -#18429=CARTESIAN_POINT('',(50.0050354003906,80.,280.)); -#18430=CARTESIAN_POINT('',(40.0050354003906,80.,280.)); -#18431=CARTESIAN_POINT('',(40.0050354003906,90.,280.)); -#18432=CARTESIAN_POINT('',(40.0050354003906,100.,280.)); -#18433=CARTESIAN_POINT('',(50.0050354003906,100.,280.)); -#18434=CARTESIAN_POINT('',(50.0050354003906,100.,0.)); -#18435=CARTESIAN_POINT('',(40.0050354003906,100.,0.)); -#18436=CARTESIAN_POINT('',(40.0050354003906,90.,0.)); -#18437=CARTESIAN_POINT('',(40.0050354003906,80.,0.)); -#18438=CARTESIAN_POINT('',(50.0050354003906,80.,0.)); -#18439=CARTESIAN_POINT('',(50.0050354003906,120.,280.)); -#18440=CARTESIAN_POINT('',(40.0050354003906,120.,280.)); -#18441=CARTESIAN_POINT('',(40.0050354003906,130.,280.)); -#18442=CARTESIAN_POINT('',(40.0050354003906,140.,280.)); -#18443=CARTESIAN_POINT('',(50.0050354003906,140.,280.)); -#18444=CARTESIAN_POINT('',(50.0050354003906,140.,0.)); -#18445=CARTESIAN_POINT('',(40.0050354003906,140.,0.)); -#18446=CARTESIAN_POINT('',(40.0050354003906,130.,0.)); -#18447=CARTESIAN_POINT('',(40.0050354003906,120.,0.)); -#18448=CARTESIAN_POINT('',(50.0050354003906,120.,0.)); -#18449=CARTESIAN_POINT('',(190.005035400391,140.,0.)); -#18450=CARTESIAN_POINT('',(200.005035400391,140.,0.)); -#18451=CARTESIAN_POINT('',(200.005035400391,150.,0.)); -#18452=CARTESIAN_POINT('',(200.005035400391,160.,0.)); -#18453=CARTESIAN_POINT('',(190.005035400391,160.,0.)); -#18454=CARTESIAN_POINT('',(190.005035400391,140.,280.)); -#18455=CARTESIAN_POINT('',(200.005035400391,140.,280.)); -#18456=CARTESIAN_POINT('',(200.005035400391,150.,280.)); -#18457=CARTESIAN_POINT('',(200.005035400391,160.,280.)); -#18458=CARTESIAN_POINT('',(190.005035400391,160.,280.)); -#18459=CARTESIAN_POINT('',(190.005035400391,100.,0.)); -#18460=CARTESIAN_POINT('',(200.005035400391,100.,0.)); -#18461=CARTESIAN_POINT('',(200.005035400391,110.,0.)); -#18462=CARTESIAN_POINT('',(200.005035400391,120.,0.)); -#18463=CARTESIAN_POINT('',(190.005035400391,120.,0.)); -#18464=CARTESIAN_POINT('',(190.005035400391,100.,280.)); -#18465=CARTESIAN_POINT('',(200.005035400391,100.,280.)); -#18466=CARTESIAN_POINT('',(200.005035400391,110.,280.)); -#18467=CARTESIAN_POINT('',(200.005035400391,120.,280.)); -#18468=CARTESIAN_POINT('',(190.005035400391,120.,280.)); -#18469=CARTESIAN_POINT('',(190.005035400391,60.,0.)); -#18470=CARTESIAN_POINT('',(200.005035400391,60.,0.)); -#18471=CARTESIAN_POINT('',(200.005035400391,70.,0.)); -#18472=CARTESIAN_POINT('',(200.005035400391,80.,0.)); -#18473=CARTESIAN_POINT('',(190.005035400391,80.,0.)); -#18474=CARTESIAN_POINT('',(190.005035400391,60.,280.)); -#18475=CARTESIAN_POINT('',(200.005035400391,60.,280.)); -#18476=CARTESIAN_POINT('',(200.005035400391,70.,280.)); -#18477=CARTESIAN_POINT('',(200.005035400391,80.,280.)); -#18478=CARTESIAN_POINT('',(190.005035400391,80.,280.)); -#18479=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,280.)); -#18480=CARTESIAN_POINT('',(20.0050354789155,80.,279.999999999985)); -#18481=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,280.)); -#18482=CARTESIAN_POINT('',(20.0050347808555,148.284271938401,280.000000592537)); -#18483=CARTESIAN_POINT('',(25.8628991214227,154.142137327518,280.000000592537)); -#18484=CARTESIAN_POINT('',(31.7207634619898,160.000002716634,280.000000592537)); -#18485=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,280.)); -#18486=CARTESIAN_POINT('',(20.0050353877244,140.,20.1992584139044)); -#18487=CARTESIAN_POINT('',(20.0050354130568,140.,21.8007416500762)); -#18488=CARTESIAN_POINT('',(20.0050353877244,140.,22.1992584139044)); -#18489=CARTESIAN_POINT('',(20.0050354130568,140.,23.8007416500762)); -#18490=CARTESIAN_POINT('',(20.0050353877244,140.,24.1992584139044)); -#18491=CARTESIAN_POINT('',(20.0050366833194,139.999999999999,25.8007416500762)); -#18492=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,26.1992584139044)); -#18493=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,27.8007416500762)); -#18494=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,28.1992584139044)); -#18495=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,29.8007416500762)); -#18496=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,30.1992584139044)); -#18497=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,31.8007416500762)); -#18498=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,32.1992584139044)); -#18499=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,33.8007416500762)); -#18500=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,34.1992584139044)); -#18501=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,35.8007416500762)); -#18502=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,36.1992584139044)); -#18503=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,37.8007416500762)); -#18504=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,38.1992584139044)); -#18505=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,39.8007416500762)); -#18506=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,40.1992584139044)); -#18507=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,41.8007416500762)); -#18508=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,42.1992584139044)); -#18509=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,43.8007416500762)); -#18510=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,44.1992584139044)); -#18511=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,45.8007416500762)); -#18512=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,46.1992584139044)); -#18513=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,47.8007416500762)); -#18514=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,48.1992584139044)); -#18515=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,49.8007416500762)); -#18516=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,50.1992584139044)); -#18517=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,51.8007416500762)); -#18518=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,52.1992584139044)); -#18519=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,53.8007416500762)); -#18520=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,54.1992584139044)); -#18521=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,55.8007416500762)); -#18522=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,56.1992584139044)); -#18523=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,57.8007416500762)); -#18524=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,58.1992584139044)); -#18525=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,59.8007416500762)); -#18526=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,60.1992584139044)); -#18527=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,61.8007416500762)); -#18528=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,62.1992584139044)); -#18529=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,63.8007416500762)); -#18530=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,64.1992584139044)); -#18531=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,65.8007416500762)); -#18532=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,66.1992584139044)); -#18533=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,67.8007416500762)); -#18534=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,68.1992584139044)); -#18535=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,69.8007416500762)); -#18536=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,70.1992584139044)); -#18537=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,71.8007416500762)); -#18538=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,72.1992584139044)); -#18539=CARTESIAN_POINT('',(20.0050433078617,139.998177304108,73.8007416476536)); -#18540=CARTESIAN_POINT('',(20.0050432825293,139.998177304108,74.1992584114818)); -#18541=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,75.8007416500762)); -#18542=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,76.1992584139044)); -#18543=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,77.8007416500762)); -#18544=CARTESIAN_POINT('',(20.0050354003906,80.,79.8007416446221)); -#18545=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007416446221)); -#18546=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,78.1992584139044)); -#18547=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007416446221)); -#18548=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800741644622)); -#18549=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,277.800741604056)); -#18550=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,277.800741604056)); -#18551=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,277.800741614465)); -#18552=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,277.798336215513)); -#18553=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,277.803899948537)); -#18554=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,277.809156446903)); -#18555=CARTESIAN_POINT('',(20.165926713015,142.532700797708,277.860452190336)); -#18556=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,277.870564746267)); -#18557=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,277.898736690855)); -#18558=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,277.914084162488)); -#18559=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,277.953553384808)); -#18560=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,277.964108131245)); -#18561=CARTESIAN_POINT('',(20.22126430932,142.933000384188,277.98051359172)); -#18562=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,277.984151458276)); -#18563=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,277.991933586312)); -#18564=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,277.996081263362)); -#18565=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,278.001152344922)); -#18566=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,278.002325148754)); -#18567=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,278.003505161865)); -#18568=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,278.003505161865)); -#18569=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,278.006730874052)); -#18570=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,278.010668888472)); -#18571=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,278.020018599326)); -#18572=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,278.024247309508)); -#18573=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,278.03524406998)); -#18574=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,278.041478075155)); -#18575=CARTESIAN_POINT('',(20.2145462714803,142.887358567166,278.055511687467)); -#18576=CARTESIAN_POINT('',(20.2114284453518,142.865986770515,278.065781303748)); -#18577=CARTESIAN_POINT('',(20.1947127740556,142.749476028354,278.108817385173)); -#18578=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,278.12854194794)); -#18579=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,278.141396652997)); -#18580=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,278.141396652997)); -#18581=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,278.143530061599)); -#18582=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,278.145513077316)); -#18583=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,278.190843597887)); -#18584=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,278.196100093379)); -#18585=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,278.201663820661)); -#18586=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,278.199258418845)); -#18587=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,278.199258426652)); -#18588=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,278.199258426652)); -#18589=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,278.199258426652)); -#18590=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199258414995)); -#18591=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,79.8007416446221)); -#18592=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,79.8007416040552)); -#18593=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,79.8007416040554)); -#18594=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,79.800741614464)); -#18595=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,79.798336215512)); -#18596=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,79.8038999485366)); -#18597=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,79.8091564469032)); -#18598=CARTESIAN_POINT('',(20.165926713015,142.532700797708,79.8604521903355)); -#18599=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,79.8705647462672)); -#18600=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,79.8987366908553)); -#18601=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,79.9140841624888)); -#18602=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,79.9535533848076)); -#18603=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,79.9641081312448)); -#18604=CARTESIAN_POINT('',(20.22126430932,142.933000384188,79.9805135917203)); -#18605=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,79.9841514582753)); -#18606=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,79.9919335863126)); -#18607=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,79.9960812633622)); -#18608=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,80.0011523449225)); -#18609=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,80.002325148754)); -#18610=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,80.0035051618649)); -#18611=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,80.0035051618649)); -#18612=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,80.0067308740517)); -#18613=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,80.010668888472)); -#18614=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,80.0200185993257)); -#18615=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,80.0242473095079)); -#18616=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,80.0352440699806)); -#18617=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,80.041478075156)); -#18618=CARTESIAN_POINT('',(20.2145462714809,142.887358567171,80.0555116874642)); -#18619=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,80.0657813037459)); -#18620=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,80.1088173851728)); -#18621=CARTESIAN_POINT('',(20.1765617403517,142.615776496897,80.1285419479397)); -#18622=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,80.1413966529973)); -#18623=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,80.1413966529973)); -#18624=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,80.1435300615991)); -#18625=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,80.1455130773159)); -#18626=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,80.190843597887)); -#18627=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,80.1961000933784)); -#18628=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,80.2016638206607)); -#18629=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,80.1992584188451)); -#18630=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,80.199258426652)); -#18631=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,80.1992584266521)); -#18632=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,80.1992584266522)); -#18633=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992584149952)); -#18634=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007416446221)); -#18635=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,81.8007416040554)); -#18636=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,81.8007416040556)); -#18637=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,81.8007416144641)); -#18638=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,81.7983362155121)); -#18639=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,81.8038999485367)); -#18640=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,81.8091564469033)); -#18641=CARTESIAN_POINT('',(20.165926713015,142.532700797708,81.8604521903355)); -#18642=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,81.8705647462672)); -#18643=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,81.8987366908552)); -#18644=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,81.9140841624888)); -#18645=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,81.9535533848076)); -#18646=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,81.9641081312448)); -#18647=CARTESIAN_POINT('',(20.22126430932,142.933000384188,81.9805135917203)); -#18648=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,81.9841514582752)); -#18649=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,81.9919335863125)); -#18650=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,81.9960812633622)); -#18651=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,82.0011523449225)); -#18652=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,82.002325148754)); -#18653=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,82.0035051618649)); -#18654=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,82.0035051618649)); -#18655=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,82.0067308740517)); -#18656=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,82.010668888472)); -#18657=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,82.0200185993257)); -#18658=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,82.0242473095079)); -#18659=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,82.0352440699806)); -#18660=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,82.0414780751558)); -#18661=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,82.0555116874648)); -#18662=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,82.0657813037463)); -#18663=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,82.1088173851728)); -#18664=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,82.1285419479398)); -#18665=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,82.1413966529973)); -#18666=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,82.1413966529973)); -#18667=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,82.1435300615991)); -#18668=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,82.1455130773159)); -#18669=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,82.190843597887)); -#18670=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,82.1961000933784)); -#18671=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,82.2016638206607)); -#18672=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,82.1992584188451)); -#18673=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,82.199258426652)); -#18674=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,82.1992584266521)); -#18675=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,82.1992584266522)); -#18676=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992584149952)); -#18677=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007416446221)); -#18678=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,83.8007416040554)); -#18679=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,83.8007416040556)); -#18680=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,83.8007416144641)); -#18681=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,83.7983362155121)); -#18682=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,83.8038999485367)); -#18683=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,83.8091564469033)); -#18684=CARTESIAN_POINT('',(20.165926713015,142.532700797708,83.8604521903355)); -#18685=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,83.8705647462672)); -#18686=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,83.8987366908553)); -#18687=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,83.9140841624889)); -#18688=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,83.9535533848077)); -#18689=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,83.9641081312448)); -#18690=CARTESIAN_POINT('',(20.22126430932,142.933000384188,83.9805135917203)); -#18691=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,83.9841514582753)); -#18692=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,83.9919335863126)); -#18693=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,83.9960812633622)); -#18694=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,84.0011523449225)); -#18695=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,84.002325148754)); -#18696=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,84.0035051618649)); -#18697=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,84.0035051618649)); -#18698=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,84.0067308740517)); -#18699=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,84.010668888472)); -#18700=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,84.0200185993257)); -#18701=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,84.0242473095079)); -#18702=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,84.0352440699806)); -#18703=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,84.0414780751559)); -#18704=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,84.0555116874648)); -#18705=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,84.0657813037463)); -#18706=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,84.1088173851728)); -#18707=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,84.1285419479398)); -#18708=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,84.1413966529973)); -#18709=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,84.1413966529973)); -#18710=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,84.1435300615991)); -#18711=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,84.1455130773159)); -#18712=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,84.190843597887)); -#18713=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,84.1961000933784)); -#18714=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,84.2016638206607)); -#18715=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,84.1992584188451)); -#18716=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,84.199258426652)); -#18717=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,84.1992584266521)); -#18718=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,84.1992584266523)); -#18719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992584149952)); -#18720=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007416446221)); -#18721=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,85.8007416040553)); -#18722=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,85.8007416040555)); -#18723=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,85.8007416144641)); -#18724=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,85.7983362155121)); -#18725=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,85.8038999485367)); -#18726=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,85.8091564469033)); -#18727=CARTESIAN_POINT('',(20.165926713015,142.532700797708,85.8604521903355)); -#18728=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,85.8705647462672)); -#18729=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,85.8987366908553)); -#18730=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,85.9140841624888)); -#18731=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,85.9535533848076)); -#18732=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,85.9641081312448)); -#18733=CARTESIAN_POINT('',(20.22126430932,142.933000384188,85.9805135917203)); -#18734=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,85.9841514582753)); -#18735=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,85.9919335863126)); -#18736=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,85.9960812633622)); -#18737=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,86.0011523449225)); -#18738=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,86.002325148754)); -#18739=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,86.0035051618649)); -#18740=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,86.0035051618649)); -#18741=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,86.0067308740517)); -#18742=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,86.010668888472)); -#18743=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,86.0200185993257)); -#18744=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,86.0242473095079)); -#18745=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,86.0352440699806)); -#18746=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,86.0414780751559)); -#18747=CARTESIAN_POINT('',(20.2145462714805,142.887358567167,86.0555116874662)); -#18748=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,86.0657813037477)); -#18749=CARTESIAN_POINT('',(20.1947127740552,142.749476028351,86.1088173851729)); -#18750=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,86.1285419479397)); -#18751=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,86.1413966529973)); -#18752=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,86.1413966529973)); -#18753=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,86.1435300615991)); -#18754=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,86.1455130773159)); -#18755=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,86.190843597887)); -#18756=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,86.1961000933784)); -#18757=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,86.2016638206607)); -#18758=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,86.1992584188451)); -#18759=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,86.199258426652)); -#18760=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,86.1992584266521)); -#18761=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,86.1992584266522)); -#18762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992584149952)); -#18763=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007416446221)); -#18764=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,87.8007416040553)); -#18765=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,87.8007416040555)); -#18766=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,87.8007416144641)); -#18767=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,87.7983362155121)); -#18768=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,87.8038999485367)); -#18769=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,87.8091564469033)); -#18770=CARTESIAN_POINT('',(20.165926713015,142.532700797708,87.8604521903355)); -#18771=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,87.8705647462672)); -#18772=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,87.8987366908552)); -#18773=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,87.9140841624888)); -#18774=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,87.9535533848076)); -#18775=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,87.9641081312448)); -#18776=CARTESIAN_POINT('',(20.22126430932,142.933000384188,87.9805135917203)); -#18777=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,87.9841514582753)); -#18778=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,87.9919335863126)); -#18779=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,87.9960812633622)); -#18780=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,88.0011523449224)); -#18781=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,88.0023251487539)); -#18782=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,88.0035051618649)); -#18783=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,88.0035051618649)); -#18784=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,88.0067308740513)); -#18785=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,88.0106688884714)); -#18786=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,88.0200185993259)); -#18787=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,88.0242473095083)); -#18788=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,88.0352440699809)); -#18789=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,88.0414780751561)); -#18790=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,88.055511687465)); -#18791=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,88.0657813037469)); -#18792=CARTESIAN_POINT('',(20.194712774055,142.74947602835,88.1088173851728)); -#18793=CARTESIAN_POINT('',(20.176561740352,142.615776496898,88.1285419479395)); -#18794=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,88.1413966529973)); -#18795=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,88.1413966529973)); -#18796=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,88.1435300615991)); -#18797=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,88.1455130773159)); -#18798=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,88.190843597887)); -#18799=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,88.1961000933784)); -#18800=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,88.2016638206607)); -#18801=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,88.1992584188451)); -#18802=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,88.199258426652)); -#18803=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,88.1992584266521)); -#18804=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,88.1992584266522)); -#18805=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992584149952)); -#18806=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007416446221)); -#18807=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,89.8007416040553)); -#18808=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,89.8007416040555)); -#18809=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,89.8007416144641)); -#18810=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,89.7983362155121)); -#18811=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,89.8038999485367)); -#18812=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,89.8091564469033)); -#18813=CARTESIAN_POINT('',(20.165926713015,142.532700797708,89.8604521903355)); -#18814=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,89.8705647462672)); -#18815=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,89.8987366908553)); -#18816=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,89.9140841624888)); -#18817=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,89.9535533848077)); -#18818=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,89.9641081312448)); -#18819=CARTESIAN_POINT('',(20.22126430932,142.933000384188,89.9805135917203)); -#18820=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,89.9841514582753)); -#18821=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,89.9919335863125)); -#18822=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,89.9960812633622)); -#18823=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,90.0011523449225)); -#18824=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,90.002325148754)); -#18825=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,90.0035051618649)); -#18826=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,90.0035051618649)); -#18827=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,90.006730874052)); -#18828=CARTESIAN_POINT('',(20.2219638020406,142.937714996955,90.0106688884724)); -#18829=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,90.0200185993256)); -#18830=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,90.0242473095078)); -#18831=CARTESIAN_POINT('',(20.2192025637297,142.919066998204,90.0352440699801)); -#18832=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,90.0414780751552)); -#18833=CARTESIAN_POINT('',(20.214546271481,142.887358567172,90.0555116874638)); -#18834=CARTESIAN_POINT('',(20.211428445353,142.865986770523,90.065781303745)); -#18835=CARTESIAN_POINT('',(20.1947127740557,142.749476028355,90.1088173851728)); -#18836=CARTESIAN_POINT('',(20.1765617403516,142.615776496895,90.1285419479399)); -#18837=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,90.1413966529973)); -#18838=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,90.1413966529973)); -#18839=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,90.1435300615991)); -#18840=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,90.1455130773159)); -#18841=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,90.190843597887)); -#18842=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,90.1961000933785)); -#18843=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,90.2016638206607)); -#18844=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,90.1992584188452)); -#18845=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,90.1992584266521)); -#18846=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,90.1992584266522)); -#18847=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,90.1992584266523)); -#18848=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992584149953)); -#18849=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007416446221)); -#18850=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,91.8007416040553)); -#18851=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,91.8007416040555)); -#18852=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,91.8007416144641)); -#18853=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,91.7983362155121)); -#18854=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,91.8038999485367)); -#18855=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,91.8091564469033)); -#18856=CARTESIAN_POINT('',(20.165926713015,142.532700797708,91.8604521903355)); -#18857=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,91.8705647462672)); -#18858=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,91.8987366908552)); -#18859=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,91.9140841624888)); -#18860=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,91.9535533848076)); -#18861=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,91.9641081312448)); -#18862=CARTESIAN_POINT('',(20.22126430932,142.933000384188,91.9805135917203)); -#18863=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,91.9841514582752)); -#18864=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,91.9919335863125)); -#18865=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,91.9960812633622)); -#18866=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,92.0011523449225)); -#18867=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,92.002325148754)); -#18868=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,92.0035051618649)); -#18869=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,92.0035051618649)); -#18870=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,92.0067308740519)); -#18871=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,92.0106688884722)); -#18872=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,92.0200185993256)); -#18873=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,92.0242473095078)); -#18874=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,92.0352440699803)); -#18875=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,92.0414780751555)); -#18876=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,92.0555116874648)); -#18877=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,92.0657813037464)); -#18878=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,92.1088173851728)); -#18879=CARTESIAN_POINT('',(20.1765617403517,142.615776496897,92.1285419479397)); -#18880=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,92.1413966529973)); -#18881=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,92.1413966529973)); -#18882=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,92.1435300615991)); -#18883=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,92.1455130773159)); -#18884=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,92.190843597887)); -#18885=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,92.1961000933784)); -#18886=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,92.2016638206607)); -#18887=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,92.1992584188451)); -#18888=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,92.199258426652)); -#18889=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,92.1992584266521)); -#18890=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,92.1992584266522)); -#18891=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992584149952)); -#18892=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007416446221)); -#18893=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,93.8007416040553)); -#18894=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,93.8007416040556)); -#18895=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,93.8007416144641)); -#18896=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,93.7983362155121)); -#18897=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,93.8038999485367)); -#18898=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,93.8091564469033)); -#18899=CARTESIAN_POINT('',(20.165926713015,142.532700797708,93.8604521903355)); -#18900=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,93.8705647462672)); -#18901=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,93.8987366908553)); -#18902=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,93.9140841624889)); -#18903=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,93.9535533848077)); -#18904=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,93.9641081312448)); -#18905=CARTESIAN_POINT('',(20.22126430932,142.933000384188,93.9805135917203)); -#18906=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,93.9841514582753)); -#18907=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,93.9919335863126)); -#18908=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,93.9960812633622)); -#18909=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,94.0011523449225)); -#18910=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,94.002325148754)); -#18911=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,94.0035051618649)); -#18912=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,94.0035051618649)); -#18913=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,94.0067308740517)); -#18914=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,94.010668888472)); -#18915=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,94.0200185993257)); -#18916=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,94.0242473095079)); -#18917=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,94.0352440699806)); -#18918=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,94.0414780751557)); -#18919=CARTESIAN_POINT('',(20.214546271481,142.887358567171,94.0555116874639)); -#18920=CARTESIAN_POINT('',(20.2114284453529,142.865986770523,94.0657813037456)); -#18921=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,94.1088173851728)); -#18922=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,94.1285419479397)); -#18923=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,94.1413966529973)); -#18924=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,94.1413966529973)); -#18925=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,94.1435300615991)); -#18926=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,94.1455130773159)); -#18927=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,94.190843597887)); -#18928=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,94.1961000933784)); -#18929=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,94.2016638206607)); -#18930=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,94.1992584188451)); -#18931=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,94.199258426652)); -#18932=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,94.1992584266521)); -#18933=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,94.1992584266523)); -#18934=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992584149952)); -#18935=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007416446221)); -#18936=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,95.8007416040553)); -#18937=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,95.8007416040555)); -#18938=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,95.8007416144641)); -#18939=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,95.7983362155121)); -#18940=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,95.8038999485367)); -#18941=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,95.8091564469033)); -#18942=CARTESIAN_POINT('',(20.165926713015,142.532700797708,95.8604521903355)); -#18943=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,95.8705647462672)); -#18944=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,95.8987366908553)); -#18945=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,95.9140841624888)); -#18946=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,95.9535533848076)); -#18947=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,95.9641081312448)); -#18948=CARTESIAN_POINT('',(20.22126430932,142.933000384188,95.9805135917203)); -#18949=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,95.9841514582753)); -#18950=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,95.9919335863126)); -#18951=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,95.9960812633622)); -#18952=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,96.0011523449225)); -#18953=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,96.002325148754)); -#18954=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,96.0035051618649)); -#18955=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,96.0035051618649)); -#18956=CARTESIAN_POINT('',(20.2221009848286,142.938637626557,96.0067308740512)); -#18957=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,96.0106688884713)); -#18958=CARTESIAN_POINT('',(20.2212395053569,142.932833237517,96.0200185993246)); -#18959=CARTESIAN_POINT('',(20.220751685751,142.929541913151,96.0242473095066)); -#18960=CARTESIAN_POINT('',(20.2192025637298,142.919066998205,96.0352440699795)); -#18961=CARTESIAN_POINT('',(20.2179241894815,142.910393149386,96.0414780751547)); -#18962=CARTESIAN_POINT('',(20.2145462714809,142.887358567171,96.0555116874645)); -#18963=CARTESIAN_POINT('',(20.2114284453527,142.865986770522,96.0657813037457)); -#18964=CARTESIAN_POINT('',(20.1947127740557,142.749476028355,96.1088173851728)); -#18965=CARTESIAN_POINT('',(20.1765617403515,142.615776496895,96.12854194794)); -#18966=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,96.1413966529973)); -#18967=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,96.1413966529973)); -#18968=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,96.1435300615991)); -#18969=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,96.1455130773159)); -#18970=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,96.190843597887)); -#18971=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,96.1961000933784)); -#18972=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,96.2016638206607)); -#18973=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,96.1992584188451)); -#18974=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,96.199258426652)); -#18975=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,96.1992584266521)); -#18976=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,96.1992584266522)); -#18977=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992584149952)); -#18978=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007416446221)); -#18979=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,97.8007416040553)); -#18980=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,97.8007416040555)); -#18981=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,97.8007416144641)); -#18982=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,97.7983362155121)); -#18983=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,97.8038999485367)); -#18984=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,97.8091564469033)); -#18985=CARTESIAN_POINT('',(20.165926713015,142.532700797708,97.8604521903355)); -#18986=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,97.8705647462672)); -#18987=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,97.8987366908553)); -#18988=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,97.9140841624889)); -#18989=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,97.9535533848077)); -#18990=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,97.9641081312448)); -#18991=CARTESIAN_POINT('',(20.22126430932,142.933000384188,97.9805135917203)); -#18992=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,97.9841514582753)); -#18993=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,97.9919335863126)); -#18994=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,97.9960812633622)); -#18995=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,98.0011523449225)); -#18996=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,98.002325148754)); -#18997=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,98.0035051618649)); -#18998=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,98.0035051618649)); -#18999=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,98.0067308740519)); -#19000=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,98.0106688884722)); -#19001=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,98.0200185993259)); -#19002=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,98.0242473095082)); -#19003=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,98.0352440699808)); -#19004=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,98.0414780751561)); -#19005=CARTESIAN_POINT('',(20.2145462714809,142.88735856717,98.0555116874642)); -#19006=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,98.0657813037461)); -#19007=CARTESIAN_POINT('',(20.1947127740551,142.74947602835,98.1088173851729)); -#19008=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,98.1285419479396)); -#19009=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,98.1413966529973)); -#19010=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,98.1413966529973)); -#19011=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,98.1435300615991)); -#19012=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,98.1455130773159)); -#19013=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,98.190843597887)); -#19014=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,98.1961000933784)); -#19015=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,98.2016638206606)); -#19016=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,98.199258418845)); -#19017=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,98.1992584266519)); -#19018=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,98.199258426652)); -#19019=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,98.1992584266522)); -#19020=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992584149952)); -#19021=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007416446221)); -#19022=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,99.8007416040553)); -#19023=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,99.8007416040556)); -#19024=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,99.8007416144641)); -#19025=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,99.7983362155121)); -#19026=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,99.8038999485367)); -#19027=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,99.8091564469032)); -#19028=CARTESIAN_POINT('',(20.165926713015,142.532700797708,99.8604521903355)); -#19029=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,99.8705647462672)); -#19030=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,99.8987366908553)); -#19031=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,99.9140841624888)); -#19032=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,99.9535533848077)); -#19033=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,99.9641081312448)); -#19034=CARTESIAN_POINT('',(20.22126430932,142.933000384188,99.9805135917203)); -#19035=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,99.9841514582753)); -#19036=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,99.9919335863124)); -#19037=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,99.9960812633622)); -#19038=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,100.001152344922)); -#19039=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,100.002325148754)); -#19040=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,100.003505161865)); -#19041=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,100.003505161865)); -#19042=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,100.006730874052)); -#19043=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,100.010668888472)); -#19044=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,100.020018599326)); -#19045=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,100.024247309508)); -#19046=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,100.03524406998)); -#19047=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,100.041478075156)); -#19048=CARTESIAN_POINT('',(20.214546271481,142.887358567171,100.055511687464)); -#19049=CARTESIAN_POINT('',(20.2114284453529,142.865986770522,100.065781303746)); -#19050=CARTESIAN_POINT('',(20.1947127740554,142.749476028353,100.108817385173)); -#19051=CARTESIAN_POINT('',(20.1765617403516,142.615776496895,100.12854194794)); -#19052=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,100.141396652997)); -#19053=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,100.141396652997)); -#19054=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,100.143530061599)); -#19055=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,100.145513077316)); -#19056=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,100.190843597887)); -#19057=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,100.196100093379)); -#19058=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,100.201663820661)); -#19059=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,100.199258418845)); -#19060=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,100.199258426652)); -#19061=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,100.199258426652)); -#19062=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,100.199258426652)); -#19063=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199258414995)); -#19064=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800741644622)); -#19065=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,101.800741604056)); -#19066=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,101.800741604056)); -#19067=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,101.800741614465)); -#19068=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,101.798336215513)); -#19069=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,101.803899948537)); -#19070=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,101.809156446903)); -#19071=CARTESIAN_POINT('',(20.165926713015,142.532700797708,101.860452190336)); -#19072=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,101.870564746268)); -#19073=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,101.898736690855)); -#19074=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,101.914084162488)); -#19075=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,101.953553384807)); -#19076=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,101.964108131245)); -#19077=CARTESIAN_POINT('',(20.22126430932,142.933000384188,101.98051359172)); -#19078=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,101.984151458276)); -#19079=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,101.991933586312)); -#19080=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,101.996081263362)); -#19081=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,102.001152344922)); -#19082=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,102.002325148754)); -#19083=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,102.003505161865)); -#19084=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,102.003505161865)); -#19085=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,102.006730874052)); -#19086=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,102.010668888472)); -#19087=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,102.020018599326)); -#19088=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,102.024247309508)); -#19089=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,102.03524406998)); -#19090=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,102.041478075156)); -#19091=CARTESIAN_POINT('',(20.2145462714812,142.887358567173,102.055511687463)); -#19092=CARTESIAN_POINT('',(20.2114284453533,142.865986770525,102.065781303745)); -#19093=CARTESIAN_POINT('',(20.1947127740555,142.749476028353,102.108817385173)); -#19094=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,102.12854194794)); -#19095=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,102.141396652997)); -#19096=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,102.141396652997)); -#19097=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,102.143530061599)); -#19098=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,102.145513077316)); -#19099=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,102.190843597887)); -#19100=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,102.196100093379)); -#19101=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,102.201663820661)); -#19102=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,102.199258418845)); -#19103=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,102.199258426652)); -#19104=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,102.199258426652)); -#19105=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,102.199258426652)); -#19106=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199258414995)); -#19107=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800741644622)); -#19108=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,103.800741604056)); -#19109=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,103.800741604056)); -#19110=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,103.800741614465)); -#19111=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,103.798336215513)); -#19112=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,103.803899948537)); -#19113=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,103.809156446903)); -#19114=CARTESIAN_POINT('',(20.165926713015,142.532700797708,103.860452190336)); -#19115=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,103.870564746268)); -#19116=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,103.898736690855)); -#19117=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,103.914084162488)); -#19118=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,103.953553384807)); -#19119=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,103.964108131245)); -#19120=CARTESIAN_POINT('',(20.22126430932,142.933000384188,103.98051359172)); -#19121=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,103.984151458276)); -#19122=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,103.991933586312)); -#19123=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,103.996081263362)); -#19124=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,104.001152344922)); -#19125=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,104.002325148754)); -#19126=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,104.003505161865)); -#19127=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,104.003505161865)); -#19128=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,104.006730874052)); -#19129=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,104.010668888472)); -#19130=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,104.020018599326)); -#19131=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,104.024247309508)); -#19132=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,104.035244069981)); -#19133=CARTESIAN_POINT('',(20.217924189481,142.910393149382,104.041478075157)); -#19134=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,104.055511687466)); -#19135=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,104.065781303748)); -#19136=CARTESIAN_POINT('',(20.1947127740547,142.749476028348,104.108817385173)); -#19137=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,104.128541947939)); -#19138=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,104.141396652997)); -#19139=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,104.141396652997)); -#19140=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,104.143530061599)); -#19141=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,104.145513077316)); -#19142=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,104.190843597887)); -#19143=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,104.196100093379)); -#19144=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,104.201663820661)); -#19145=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,104.199258418845)); -#19146=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,104.199258426652)); -#19147=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,104.199258426652)); -#19148=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,104.199258426652)); -#19149=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199258414995)); -#19150=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800741644622)); -#19151=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,105.800741604056)); -#19152=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,105.800741604056)); -#19153=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,105.800741614465)); -#19154=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,105.798336215512)); -#19155=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,105.803899948537)); -#19156=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,105.809156446903)); -#19157=CARTESIAN_POINT('',(20.165926713015,142.532700797708,105.860452190336)); -#19158=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,105.870564746268)); -#19159=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,105.898736690855)); -#19160=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,105.914084162488)); -#19161=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,105.953553384807)); -#19162=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,105.964108131245)); -#19163=CARTESIAN_POINT('',(20.22126430932,142.933000384188,105.98051359172)); -#19164=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,105.984151458276)); -#19165=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,105.991933586312)); -#19166=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,105.996081263362)); -#19167=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,106.001152344922)); -#19168=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,106.002325148754)); -#19169=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,106.003505161865)); -#19170=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,106.003505161865)); -#19171=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,106.006730874052)); -#19172=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,106.010668888472)); -#19173=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,106.020018599326)); -#19174=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,106.024247309508)); -#19175=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,106.035244069981)); -#19176=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,106.041478075156)); -#19177=CARTESIAN_POINT('',(20.2145462714805,142.887358567167,106.055511687466)); -#19178=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,106.065781303748)); -#19179=CARTESIAN_POINT('',(20.194712774055,142.74947602835,106.108817385173)); -#19180=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,106.12854194794)); -#19181=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,106.141396652997)); -#19182=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,106.141396652997)); -#19183=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,106.143530061599)); -#19184=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,106.145513077316)); -#19185=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,106.190843597887)); -#19186=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,106.196100093379)); -#19187=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,106.201663820661)); -#19188=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,106.199258418845)); -#19189=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,106.199258426652)); -#19190=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,106.199258426652)); -#19191=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,106.199258426652)); -#19192=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199258414995)); -#19193=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800741644622)); -#19194=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,107.800741604056)); -#19195=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,107.800741604056)); -#19196=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,107.800741614465)); -#19197=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,107.798336215512)); -#19198=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,107.803899948537)); -#19199=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,107.809156446903)); -#19200=CARTESIAN_POINT('',(20.165926713015,142.532700797708,107.860452190336)); -#19201=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,107.870564746268)); -#19202=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,107.898736690855)); -#19203=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,107.914084162488)); -#19204=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,107.953553384807)); -#19205=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,107.964108131245)); -#19206=CARTESIAN_POINT('',(20.22126430932,142.933000384188,107.98051359172)); -#19207=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,107.984151458276)); -#19208=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,107.991933586312)); -#19209=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,107.996081263362)); -#19210=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,108.001152344922)); -#19211=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,108.002325148754)); -#19212=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,108.003505161865)); -#19213=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,108.003505161865)); -#19214=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,108.006730874052)); -#19215=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,108.010668888472)); -#19216=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,108.020018599326)); -#19217=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,108.024247309508)); -#19218=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,108.035244069981)); -#19219=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,108.041478075156)); -#19220=CARTESIAN_POINT('',(20.2145462714806,142.887358567169,108.055511687465)); -#19221=CARTESIAN_POINT('',(20.2114284453523,142.865986770519,108.065781303747)); -#19222=CARTESIAN_POINT('',(20.194712774055,142.74947602835,108.108817385173)); -#19223=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,108.12854194794)); -#19224=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,108.141396652997)); -#19225=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,108.141396652997)); -#19226=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,108.143530061599)); -#19227=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,108.145513077316)); -#19228=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,108.190843597887)); -#19229=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,108.196100093379)); -#19230=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,108.201663820661)); -#19231=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,108.199258418845)); -#19232=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,108.199258426652)); -#19233=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,108.199258426652)); -#19234=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,108.199258426652)); -#19235=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199258414995)); -#19236=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800741644622)); -#19237=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,109.800741604056)); -#19238=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,109.800741604056)); -#19239=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,109.800741614465)); -#19240=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,109.798336215512)); -#19241=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,109.803899948537)); -#19242=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,109.809156446903)); -#19243=CARTESIAN_POINT('',(20.165926713015,142.532700797708,109.860452190336)); -#19244=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,109.870564746268)); -#19245=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,109.898736690855)); -#19246=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,109.914084162488)); -#19247=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,109.953553384807)); -#19248=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,109.964108131245)); -#19249=CARTESIAN_POINT('',(20.22126430932,142.933000384188,109.98051359172)); -#19250=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,109.984151458276)); -#19251=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,109.991933586312)); -#19252=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,109.996081263362)); -#19253=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,110.001152344922)); -#19254=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,110.002325148754)); -#19255=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,110.003505161865)); -#19256=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,110.003505161865)); -#19257=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,110.006730874052)); -#19258=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,110.010668888472)); -#19259=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,110.020018599326)); -#19260=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,110.024247309508)); -#19261=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,110.03524406998)); -#19262=CARTESIAN_POINT('',(20.2179241894813,142.910393149385,110.041478075155)); -#19263=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,110.055511687465)); -#19264=CARTESIAN_POINT('',(20.2114284453524,142.86598677052,110.065781303747)); -#19265=CARTESIAN_POINT('',(20.1947127740552,142.749476028352,110.108817385173)); -#19266=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,110.12854194794)); -#19267=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,110.141396652997)); -#19268=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,110.141396652997)); -#19269=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,110.143530061599)); -#19270=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,110.145513077316)); -#19271=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,110.190843597887)); -#19272=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,110.196100093379)); -#19273=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,110.201663820661)); -#19274=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,110.199258418845)); -#19275=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,110.199258426652)); -#19276=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,110.199258426652)); -#19277=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,110.199258426652)); -#19278=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199258414995)); -#19279=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800741644622)); -#19280=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,111.800741604056)); -#19281=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,111.800741604056)); -#19282=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,111.800741614465)); -#19283=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,111.798336215512)); -#19284=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,111.803899948537)); -#19285=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,111.809156446903)); -#19286=CARTESIAN_POINT('',(20.165926713015,142.532700797708,111.860452190336)); -#19287=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,111.870564746268)); -#19288=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,111.898736690855)); -#19289=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,111.914084162488)); -#19290=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,111.953553384807)); -#19291=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,111.964108131245)); -#19292=CARTESIAN_POINT('',(20.22126430932,142.933000384188,111.98051359172)); -#19293=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,111.984151458276)); -#19294=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,111.991933586312)); -#19295=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,111.996081263362)); -#19296=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,112.001152344922)); -#19297=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,112.002325148754)); -#19298=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,112.003505161865)); -#19299=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,112.003505161865)); -#19300=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,112.006730874052)); -#19301=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,112.010668888472)); -#19302=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,112.020018599326)); -#19303=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,112.024247309508)); -#19304=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,112.03524406998)); -#19305=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,112.041478075156)); -#19306=CARTESIAN_POINT('',(20.2145462714811,142.887358567171,112.055511687464)); -#19307=CARTESIAN_POINT('',(20.211428445353,142.865986770524,112.065781303745)); -#19308=CARTESIAN_POINT('',(20.1947127740555,142.749476028353,112.108817385173)); -#19309=CARTESIAN_POINT('',(20.1765617403516,142.615776496896,112.12854194794)); -#19310=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,112.141396652997)); -#19311=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,112.141396652997)); -#19312=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,112.143530061599)); -#19313=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,112.145513077316)); -#19314=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,112.190843597887)); -#19315=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,112.196100093379)); -#19316=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,112.201663820661)); -#19317=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,112.199258418845)); -#19318=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,112.199258426652)); -#19319=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,112.199258426652)); -#19320=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,112.199258426652)); -#19321=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199258414995)); -#19322=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800741644622)); -#19323=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,113.800741604056)); -#19324=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,113.800741604056)); -#19325=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,113.800741614465)); -#19326=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,113.798336215512)); -#19327=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,113.803899948537)); -#19328=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,113.809156446903)); -#19329=CARTESIAN_POINT('',(20.165926713015,142.532700797708,113.860452190336)); -#19330=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,113.870564746268)); -#19331=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,113.898736690855)); -#19332=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,113.914084162488)); -#19333=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,113.953553384807)); -#19334=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,113.964108131245)); -#19335=CARTESIAN_POINT('',(20.22126430932,142.933000384188,113.98051359172)); -#19336=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,113.984151458276)); -#19337=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,113.991933586312)); -#19338=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,113.996081263362)); -#19339=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,114.001152344922)); -#19340=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,114.002325148754)); -#19341=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,114.003505161865)); -#19342=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,114.003505161865)); -#19343=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,114.006730874052)); -#19344=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,114.010668888472)); -#19345=CARTESIAN_POINT('',(20.2212395053569,142.932833237517,114.020018599325)); -#19346=CARTESIAN_POINT('',(20.2207516857509,142.92954191315,114.024247309507)); -#19347=CARTESIAN_POINT('',(20.2192025637298,142.919066998205,114.035244069979)); -#19348=CARTESIAN_POINT('',(20.2179241894817,142.910393149387,114.041478075154)); -#19349=CARTESIAN_POINT('',(20.2145462714811,142.887358567172,114.055511687464)); -#19350=CARTESIAN_POINT('',(20.2114284453531,142.865986770524,114.065781303745)); -#19351=CARTESIAN_POINT('',(20.1947127740561,142.749476028358,114.108817385173)); -#19352=CARTESIAN_POINT('',(20.1765617403512,142.615776496892,114.12854194794)); -#19353=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,114.141396652997)); -#19354=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,114.141396652997)); -#19355=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,114.143530061599)); -#19356=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,114.145513077316)); -#19357=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,114.190843597887)); -#19358=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,114.196100093379)); -#19359=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,114.201663820661)); -#19360=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,114.199258418845)); -#19361=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,114.199258426652)); -#19362=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,114.199258426652)); -#19363=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,114.199258426652)); -#19364=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199258414995)); -#19365=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800741644622)); -#19366=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,115.800741604056)); -#19367=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,115.800741604056)); -#19368=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,115.800741614465)); -#19369=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,115.798336215513)); -#19370=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,115.803899948537)); -#19371=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,115.809156446903)); -#19372=CARTESIAN_POINT('',(20.165926713015,142.532700797708,115.860452190336)); -#19373=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,115.870564746268)); -#19374=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,115.898736690855)); -#19375=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,115.914084162488)); -#19376=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,115.953553384807)); -#19377=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,115.964108131245)); -#19378=CARTESIAN_POINT('',(20.22126430932,142.933000384188,115.98051359172)); -#19379=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,115.984151458276)); -#19380=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,115.991933586312)); -#19381=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,115.996081263362)); -#19382=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,116.001152344922)); -#19383=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,116.002325148754)); -#19384=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,116.003505161865)); -#19385=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,116.003505161865)); -#19386=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,116.006730874052)); -#19387=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,116.010668888472)); -#19388=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,116.020018599326)); -#19389=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,116.024247309508)); -#19390=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,116.035244069981)); -#19391=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,116.041478075156)); -#19392=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,116.055511687465)); -#19393=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,116.065781303747)); -#19394=CARTESIAN_POINT('',(20.1947127740552,142.749476028351,116.108817385173)); -#19395=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,116.12854194794)); -#19396=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,116.141396652997)); -#19397=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,116.141396652997)); -#19398=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,116.143530061599)); -#19399=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,116.145513077316)); -#19400=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,116.190843597887)); -#19401=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,116.196100093379)); -#19402=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,116.201663820661)); -#19403=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,116.199258418845)); -#19404=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,116.199258426652)); -#19405=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,116.199258426652)); -#19406=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,116.199258426652)); -#19407=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199258414995)); -#19408=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800741644622)); -#19409=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,117.800741604056)); -#19410=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,117.800741604056)); -#19411=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,117.800741614465)); -#19412=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,117.798336215513)); -#19413=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,117.803899948537)); -#19414=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,117.809156446903)); -#19415=CARTESIAN_POINT('',(20.165926713015,142.532700797708,117.860452190336)); -#19416=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,117.870564746268)); -#19417=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,117.898736690855)); -#19418=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,117.914084162488)); -#19419=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,117.953553384807)); -#19420=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,117.964108131245)); -#19421=CARTESIAN_POINT('',(20.22126430932,142.933000384188,117.98051359172)); -#19422=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,117.984151458276)); -#19423=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,117.991933586312)); -#19424=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,117.996081263362)); -#19425=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,118.001152344922)); -#19426=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,118.002325148754)); -#19427=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,118.003505161865)); -#19428=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,118.003505161865)); -#19429=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,118.006730874052)); -#19430=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,118.010668888472)); -#19431=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,118.020018599326)); -#19432=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,118.024247309508)); -#19433=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,118.03524406998)); -#19434=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,118.041478075156)); -#19435=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,118.055511687465)); -#19436=CARTESIAN_POINT('',(20.2114284453524,142.865986770519,118.065781303747)); -#19437=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,118.108817385173)); -#19438=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,118.12854194794)); -#19439=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,118.141396652997)); -#19440=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,118.141396652997)); -#19441=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,118.143530061599)); -#19442=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,118.145513077316)); -#19443=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,118.190843597887)); -#19444=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,118.196100093379)); -#19445=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,118.201663820661)); -#19446=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,118.199258418845)); -#19447=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,118.199258426652)); -#19448=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,118.199258426652)); -#19449=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,118.199258426652)); -#19450=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199258414995)); -#19451=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800741644622)); -#19452=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,119.800741604056)); -#19453=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,119.800741604056)); -#19454=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,119.800741614465)); -#19455=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,119.798336215512)); -#19456=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,119.803899948537)); -#19457=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,119.809156446903)); -#19458=CARTESIAN_POINT('',(20.165926713015,142.532700797708,119.860452190336)); -#19459=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,119.870564746268)); -#19460=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,119.898736690855)); -#19461=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,119.914084162488)); -#19462=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,119.953553384807)); -#19463=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,119.964108131245)); -#19464=CARTESIAN_POINT('',(20.22126430932,142.933000384188,119.98051359172)); -#19465=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,119.984151458276)); -#19466=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,119.991933586312)); -#19467=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,119.996081263362)); -#19468=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,120.001152344922)); -#19469=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,120.002325148754)); -#19470=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,120.003505161865)); -#19471=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,120.003505161865)); -#19472=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,120.006730874052)); -#19473=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,120.010668888472)); -#19474=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,120.020018599326)); -#19475=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,120.024247309508)); -#19476=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,120.03524406998)); -#19477=CARTESIAN_POINT('',(20.2179241894813,142.910393149385,120.041478075156)); -#19478=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,120.055511687465)); -#19479=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,120.065781303746)); -#19480=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,120.108817385173)); -#19481=CARTESIAN_POINT('',(20.1765617403517,142.615776496897,120.12854194794)); -#19482=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,120.141396652997)); -#19483=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,120.141396652997)); -#19484=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,120.143530061599)); -#19485=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,120.145513077316)); -#19486=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,120.190843597887)); -#19487=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,120.196100093379)); -#19488=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,120.201663820661)); -#19489=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,120.199258418845)); -#19490=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,120.199258426652)); -#19491=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,120.199258426652)); -#19492=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,120.199258426652)); -#19493=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199258414995)); -#19494=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800741644622)); -#19495=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,121.800741604056)); -#19496=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,121.800741604056)); -#19497=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,121.800741614465)); -#19498=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,121.798336215512)); -#19499=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,121.803899948537)); -#19500=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,121.809156446903)); -#19501=CARTESIAN_POINT('',(20.165926713015,142.532700797708,121.860452190336)); -#19502=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,121.870564746268)); -#19503=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,121.898736690855)); -#19504=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,121.914084162488)); -#19505=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,121.953553384807)); -#19506=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,121.964108131245)); -#19507=CARTESIAN_POINT('',(20.22126430932,142.933000384188,121.98051359172)); -#19508=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,121.984151458276)); -#19509=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,121.991933586312)); -#19510=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,121.996081263362)); -#19511=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,122.001152344922)); -#19512=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,122.002325148754)); -#19513=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,122.003505161865)); -#19514=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,122.003505161865)); -#19515=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,122.006730874052)); -#19516=CARTESIAN_POINT('',(20.2219638020406,142.937714996955,122.010668888472)); -#19517=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,122.020018599326)); -#19518=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,122.024247309508)); -#19519=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,122.03524406998)); -#19520=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,122.041478075155)); -#19521=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,122.055511687465)); -#19522=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,122.065781303746)); -#19523=CARTESIAN_POINT('',(20.1947127740555,142.749476028353,122.108817385173)); -#19524=CARTESIAN_POINT('',(20.1765617403516,142.615776496896,122.12854194794)); -#19525=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,122.141396652997)); -#19526=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,122.141396652997)); -#19527=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,122.143530061599)); -#19528=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,122.145513077316)); -#19529=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,122.190843597887)); -#19530=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,122.196100093379)); -#19531=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,122.201663820661)); -#19532=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,122.199258418845)); -#19533=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,122.199258426652)); -#19534=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,122.199258426652)); -#19535=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,122.199258426652)); -#19536=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199258414995)); -#19537=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800741644622)); -#19538=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,123.800741604056)); -#19539=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,123.800741604056)); -#19540=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,123.800741614465)); -#19541=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,123.798336215512)); -#19542=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,123.803899948537)); -#19543=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,123.809156446903)); -#19544=CARTESIAN_POINT('',(20.165926713015,142.532700797708,123.860452190336)); -#19545=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,123.870564746268)); -#19546=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,123.898736690855)); -#19547=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,123.914084162488)); -#19548=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,123.953553384807)); -#19549=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,123.964108131245)); -#19550=CARTESIAN_POINT('',(20.22126430932,142.933000384188,123.98051359172)); -#19551=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,123.984151458276)); -#19552=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,123.991933586312)); -#19553=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,123.996081263362)); -#19554=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,124.001152344922)); -#19555=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,124.002325148754)); -#19556=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,124.003505161865)); -#19557=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,124.003505161865)); -#19558=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,124.006730874052)); -#19559=CARTESIAN_POINT('',(20.2219638020406,142.937714996955,124.010668888472)); -#19560=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,124.020018599326)); -#19561=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,124.024247309508)); -#19562=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,124.03524406998)); -#19563=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,124.041478075155)); -#19564=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,124.055511687466)); -#19565=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,124.065781303747)); -#19566=CARTESIAN_POINT('',(20.1947127740555,142.749476028353,124.108817385173)); -#19567=CARTESIAN_POINT('',(20.1765617403516,142.615776496896,124.12854194794)); -#19568=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,124.141396652997)); -#19569=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,124.141396652997)); -#19570=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,124.143530061599)); -#19571=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,124.145513077316)); -#19572=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,124.190843597887)); -#19573=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,124.196100093379)); -#19574=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,124.201663820661)); -#19575=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,124.199258418845)); -#19576=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,124.199258426652)); -#19577=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,124.199258426652)); -#19578=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,124.199258426652)); -#19579=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199258414995)); -#19580=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800741644622)); -#19581=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,125.800741604056)); -#19582=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,125.800741604056)); -#19583=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,125.800741614465)); -#19584=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,125.798336215512)); -#19585=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,125.803899948537)); -#19586=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,125.809156446903)); -#19587=CARTESIAN_POINT('',(20.165926713015,142.532700797708,125.860452190336)); -#19588=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,125.870564746268)); -#19589=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,125.898736690855)); -#19590=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,125.914084162488)); -#19591=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,125.953553384807)); -#19592=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,125.964108131245)); -#19593=CARTESIAN_POINT('',(20.22126430932,142.933000384188,125.98051359172)); -#19594=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,125.984151458276)); -#19595=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,125.991933586312)); -#19596=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,125.996081263362)); -#19597=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,126.001152344922)); -#19598=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,126.002325148754)); -#19599=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,126.003505161865)); -#19600=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,126.003505161865)); -#19601=CARTESIAN_POINT('',(20.2221009848287,142.938637626557,126.006730874051)); -#19602=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,126.010668888471)); -#19603=CARTESIAN_POINT('',(20.2212395053568,142.932833237517,126.020018599325)); -#19604=CARTESIAN_POINT('',(20.2207516857509,142.92954191315,126.024247309507)); -#19605=CARTESIAN_POINT('',(20.2192025637297,142.919066998204,126.03524406998)); -#19606=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,126.041478075155)); -#19607=CARTESIAN_POINT('',(20.2145462714812,142.887358567172,126.055511687463)); -#19608=CARTESIAN_POINT('',(20.2114284453532,142.865986770525,126.065781303745)); -#19609=CARTESIAN_POINT('',(20.1947127740558,142.749476028355,126.108817385173)); -#19610=CARTESIAN_POINT('',(20.1765617403515,142.615776496895,126.12854194794)); -#19611=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,126.141396652997)); -#19612=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,126.141396652997)); -#19613=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,126.143530061599)); -#19614=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,126.145513077316)); -#19615=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,126.190843597887)); -#19616=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,126.196100093379)); -#19617=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,126.201663820661)); -#19618=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,126.199258418845)); -#19619=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,126.199258426652)); -#19620=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,126.199258426652)); -#19621=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,126.199258426652)); -#19622=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199258414995)); -#19623=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800741644622)); -#19624=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,127.800741604056)); -#19625=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,127.800741604056)); -#19626=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,127.800741614465)); -#19627=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,127.798336215513)); -#19628=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,127.803899948537)); -#19629=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,127.809156446903)); -#19630=CARTESIAN_POINT('',(20.165926713015,142.532700797708,127.860452190336)); -#19631=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,127.870564746268)); -#19632=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,127.898736690855)); -#19633=CARTESIAN_POINT('',(20.2057886460187,142.827317694493,127.914084162488)); -#19634=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,127.953553384807)); -#19635=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,127.964108131245)); -#19636=CARTESIAN_POINT('',(20.22126430932,142.933000384188,127.98051359172)); -#19637=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,127.984151458276)); -#19638=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,127.991933586312)); -#19639=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,127.996081263362)); -#19640=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,128.001152344922)); -#19641=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,128.002325148754)); -#19642=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,128.003505161865)); -#19643=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,128.003505161865)); -#19644=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,128.006730874052)); -#19645=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,128.010668888472)); -#19646=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,128.020018599326)); -#19647=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,128.024247309508)); -#19648=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,128.03524406998)); -#19649=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,128.041478075156)); -#19650=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,128.055511687465)); -#19651=CARTESIAN_POINT('',(20.2114284453524,142.865986770519,128.065781303747)); -#19652=CARTESIAN_POINT('',(20.1947127740554,142.749476028352,128.108817385173)); -#19653=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,128.12854194794)); -#19654=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,128.141396652997)); -#19655=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,128.141396652997)); -#19656=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,128.143530061599)); -#19657=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,128.145513077316)); -#19658=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,128.190843597887)); -#19659=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,128.196100093379)); -#19660=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,128.201663820661)); -#19661=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,128.199258418845)); -#19662=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,128.199258426652)); -#19663=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,128.199258426652)); -#19664=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,128.199258426652)); -#19665=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199258414995)); -#19666=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800741644622)); -#19667=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,129.800741604056)); -#19668=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,129.800741604056)); -#19669=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,129.800741614465)); -#19670=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,129.798336215513)); -#19671=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,129.803899948537)); -#19672=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,129.809156446903)); -#19673=CARTESIAN_POINT('',(20.165926713015,142.532700797708,129.860452190336)); -#19674=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,129.870564746268)); -#19675=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,129.898736690855)); -#19676=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,129.914084162488)); -#19677=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,129.953553384808)); -#19678=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,129.964108131245)); -#19679=CARTESIAN_POINT('',(20.22126430932,142.933000384188,129.98051359172)); -#19680=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,129.984151458276)); -#19681=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,129.991933586312)); -#19682=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,129.996081263362)); -#19683=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,130.001152344922)); -#19684=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,130.002325148754)); -#19685=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,130.003505161865)); -#19686=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,130.003505161865)); -#19687=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,130.006730874052)); -#19688=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,130.010668888472)); -#19689=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,130.020018599326)); -#19690=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,130.024247309508)); -#19691=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,130.035244069981)); -#19692=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,130.041478075156)); -#19693=CARTESIAN_POINT('',(20.2145462714809,142.887358567171,130.055511687464)); -#19694=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,130.065781303746)); -#19695=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,130.108817385173)); -#19696=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,130.12854194794)); -#19697=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,130.141396652997)); -#19698=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,130.141396652997)); -#19699=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,130.143530061599)); -#19700=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,130.145513077316)); -#19701=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,130.190843597887)); -#19702=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,130.196100093379)); -#19703=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,130.201663820661)); -#19704=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,130.199258418845)); -#19705=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,130.199258426652)); -#19706=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,130.199258426652)); -#19707=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,130.199258426652)); -#19708=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199258414995)); -#19709=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800741644622)); -#19710=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,131.800741604056)); -#19711=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,131.800741604056)); -#19712=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,131.800741614465)); -#19713=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,131.798336215513)); -#19714=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,131.803899948537)); -#19715=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,131.809156446903)); -#19716=CARTESIAN_POINT('',(20.165926713015,142.532700797708,131.860452190336)); -#19717=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,131.870564746267)); -#19718=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,131.898736690855)); -#19719=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,131.914084162488)); -#19720=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,131.953553384808)); -#19721=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,131.964108131245)); -#19722=CARTESIAN_POINT('',(20.22126430932,142.933000384188,131.98051359172)); -#19723=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,131.984151458276)); -#19724=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,131.991933586312)); -#19725=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,131.996081263362)); -#19726=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,132.001152344922)); -#19727=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,132.002325148754)); -#19728=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,132.003505161865)); -#19729=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,132.003505161865)); -#19730=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,132.006730874052)); -#19731=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,132.010668888472)); -#19732=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,132.020018599326)); -#19733=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,132.024247309508)); -#19734=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,132.035244069981)); -#19735=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,132.041478075156)); -#19736=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,132.055511687465)); -#19737=CARTESIAN_POINT('',(20.2114284453526,142.865986770521,132.065781303746)); -#19738=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,132.108817385173)); -#19739=CARTESIAN_POINT('',(20.1765617403518,142.615776496898,132.12854194794)); -#19740=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,132.141396652997)); -#19741=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,132.141396652997)); -#19742=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,132.143530061599)); -#19743=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,132.145513077316)); -#19744=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,132.190843597887)); -#19745=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,132.196100093379)); -#19746=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,132.201663820661)); -#19747=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,132.199258418845)); -#19748=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,132.199258426652)); -#19749=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,132.199258426652)); -#19750=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,132.199258426652)); -#19751=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199258414995)); -#19752=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800741644622)); -#19753=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,133.800741604056)); -#19754=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,133.800741604056)); -#19755=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,133.800741614465)); -#19756=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,133.798336215513)); -#19757=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,133.803899948537)); -#19758=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,133.809156446903)); -#19759=CARTESIAN_POINT('',(20.165926713015,142.532700797708,133.860452190336)); -#19760=CARTESIAN_POINT('',(20.1756287530292,142.607715272263,133.870564746268)); -#19761=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,133.898736690855)); -#19762=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,133.914084162488)); -#19763=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,133.953553384808)); -#19764=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,133.964108131245)); -#19765=CARTESIAN_POINT('',(20.22126430932,142.933000384188,133.98051359172)); -#19766=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,133.984151458276)); -#19767=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,133.991933586312)); -#19768=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,133.996081263362)); -#19769=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,134.001152344922)); -#19770=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,134.002325148754)); -#19771=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,134.003505161865)); -#19772=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,134.003505161865)); -#19773=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,134.006730874052)); -#19774=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,134.010668888472)); -#19775=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,134.020018599326)); -#19776=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,134.024247309508)); -#19777=CARTESIAN_POINT('',(20.2192025637297,142.919066998204,134.03524406998)); -#19778=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,134.041478075155)); -#19779=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,134.055511687466)); -#19780=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,134.065781303747)); -#19781=CARTESIAN_POINT('',(20.1947127740555,142.749476028354,134.108817385173)); -#19782=CARTESIAN_POINT('',(20.1765617403516,142.615776496895,134.12854194794)); -#19783=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,134.141396652997)); -#19784=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,134.141396652997)); -#19785=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,134.143530061599)); -#19786=CARTESIAN_POINT('',(20.1594246445216,142.480336980056,134.145513077316)); -#19787=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,134.190843597887)); -#19788=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,134.196100093379)); -#19789=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,134.201663820661)); -#19790=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,134.199258418845)); -#19791=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,134.199258426652)); -#19792=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,134.199258426652)); -#19793=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,134.199258426652)); -#19794=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199258414995)); -#19795=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800741644622)); -#19796=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,135.800741604056)); -#19797=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,135.800741604056)); -#19798=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,135.800741614465)); -#19799=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,135.798336215513)); -#19800=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,135.803899948537)); -#19801=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,135.809156446903)); -#19802=CARTESIAN_POINT('',(20.165926713015,142.532700797708,135.860452190336)); -#19803=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,135.870564746268)); -#19804=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,135.898736690855)); -#19805=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,135.914084162488)); -#19806=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,135.953553384808)); -#19807=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,135.964108131245)); -#19808=CARTESIAN_POINT('',(20.22126430932,142.933000384188,135.98051359172)); -#19809=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,135.984151458276)); -#19810=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,135.991933586312)); -#19811=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,135.996081263362)); -#19812=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,136.001152344922)); -#19813=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,136.002325148754)); -#19814=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,136.003505161865)); -#19815=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,136.003505161865)); -#19816=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,136.006730874052)); -#19817=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,136.010668888472)); -#19818=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,136.020018599326)); -#19819=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,136.024247309508)); -#19820=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,136.035244069981)); -#19821=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,136.041478075156)); -#19822=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,136.055511687464)); -#19823=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,136.065781303746)); -#19824=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,136.108817385173)); -#19825=CARTESIAN_POINT('',(20.1765617403517,142.615776496897,136.12854194794)); -#19826=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,136.141396652997)); -#19827=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,136.141396652997)); -#19828=CARTESIAN_POINT('',(20.1615031857217,142.496916167025,136.143530061599)); -#19829=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,136.145513077316)); -#19830=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,136.190843597887)); -#19831=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,136.196100093379)); -#19832=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,136.201663820661)); -#19833=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,136.199258418845)); -#19834=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,136.199258426652)); -#19835=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,136.199258426652)); -#19836=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,136.199258426652)); -#19837=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199258414995)); -#19838=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800741644622)); -#19839=CARTESIAN_POINT('',(20.0050429785129,140.000003743406,137.800741604056)); -#19840=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,137.800741604056)); -#19841=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,137.800741614465)); -#19842=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,137.798336215513)); -#19843=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,137.803899948537)); -#19844=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,137.809156446903)); -#19845=CARTESIAN_POINT('',(20.165926713015,142.532700797708,137.860452190336)); -#19846=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,137.870564746268)); -#19847=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,137.898736690855)); -#19848=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,137.914084162488)); -#19849=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,137.953553384808)); -#19850=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,137.964108131245)); -#19851=CARTESIAN_POINT('',(20.22126430932,142.933000384188,137.98051359172)); -#19852=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,137.984151458276)); -#19853=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,137.991933586312)); -#19854=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,137.996081263362)); -#19855=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,138.001152344922)); -#19856=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,138.002325148754)); -#19857=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,138.003505161865)); -#19858=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,138.003505161865)); -#19859=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,138.006730874052)); -#19860=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,138.010668888472)); -#19861=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,138.020018599326)); -#19862=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,138.024247309508)); -#19863=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,138.03524406998)); -#19864=CARTESIAN_POINT('',(20.2179241894813,142.910393149385,138.041478075156)); -#19865=CARTESIAN_POINT('',(20.2145462714811,142.887358567172,138.055511687464)); -#19866=CARTESIAN_POINT('',(20.211428445353,142.865986770523,138.065781303745)); -#19867=CARTESIAN_POINT('',(20.1947127740555,142.749476028354,138.108817385173)); -#19868=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,138.12854194794)); -#19869=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,138.141396652997)); -#19870=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,138.141396652997)); -#19871=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,138.143530061599)); -#19872=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,138.145513077316)); -#19873=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,138.190843597887)); -#19874=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,138.196100093379)); -#19875=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,138.201663820661)); -#19876=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,138.199258418845)); -#19877=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,138.199258426652)); -#19878=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,138.199258426652)); -#19879=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,138.199258426652)); -#19880=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199258414995)); -#19881=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800741644622)); -#19882=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,139.800741604056)); -#19883=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,139.800741604056)); -#19884=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,139.800741614465)); -#19885=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,139.798336215513)); -#19886=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,139.803899948537)); -#19887=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,139.809156446903)); -#19888=CARTESIAN_POINT('',(20.165926713015,142.532700797708,139.860452190336)); -#19889=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,139.870564746268)); -#19890=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,139.898736690855)); -#19891=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,139.914084162488)); -#19892=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,139.953553384808)); -#19893=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,139.964108131245)); -#19894=CARTESIAN_POINT('',(20.22126430932,142.933000384188,139.98051359172)); -#19895=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,139.984151458276)); -#19896=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,139.991933586312)); -#19897=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,139.996081263362)); -#19898=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,140.001152344922)); -#19899=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,140.002325148754)); -#19900=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,140.003505161865)); -#19901=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,140.003505161865)); -#19902=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,140.006730874052)); -#19903=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,140.010668888472)); -#19904=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,140.020018599326)); -#19905=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,140.024247309508)); -#19906=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,140.035244069981)); -#19907=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,140.041478075156)); -#19908=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,140.055511687467)); -#19909=CARTESIAN_POINT('',(20.2114284453519,142.865986770516,140.065781303748)); -#19910=CARTESIAN_POINT('',(20.1947127740549,142.749476028349,140.108817385173)); -#19911=CARTESIAN_POINT('',(20.176561740352,142.615776496898,140.12854194794)); -#19912=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,140.141396652997)); -#19913=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,140.141396652997)); -#19914=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,140.143530061599)); -#19915=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,140.145513077316)); -#19916=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,140.190843597887)); -#19917=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,140.196100093379)); -#19918=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,140.201663820661)); -#19919=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,140.199258418845)); -#19920=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,140.199258426652)); -#19921=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,140.199258426652)); -#19922=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,140.199258426652)); -#19923=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199258414995)); -#19924=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800741644622)); -#19925=CARTESIAN_POINT('',(20.0050429785129,140.000003743406,141.800741604056)); -#19926=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,141.800741604056)); -#19927=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,141.800741614465)); -#19928=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,141.798336215513)); -#19929=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,141.803899948537)); -#19930=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,141.809156446903)); -#19931=CARTESIAN_POINT('',(20.165926713015,142.532700797708,141.860452190336)); -#19932=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,141.870564746267)); -#19933=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,141.898736690855)); -#19934=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,141.914084162488)); -#19935=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,141.953553384808)); -#19936=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,141.964108131245)); -#19937=CARTESIAN_POINT('',(20.22126430932,142.933000384188,141.98051359172)); -#19938=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,141.984151458276)); -#19939=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,141.991933586312)); -#19940=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,141.996081263362)); -#19941=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,142.001152344922)); -#19942=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,142.002325148754)); -#19943=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,142.003505161865)); -#19944=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,142.003505161865)); -#19945=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,142.006730874052)); -#19946=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,142.010668888472)); -#19947=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,142.020018599326)); -#19948=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,142.024247309508)); -#19949=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,142.03524406998)); -#19950=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,142.041478075156)); -#19951=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,142.055511687465)); -#19952=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,142.065781303746)); -#19953=CARTESIAN_POINT('',(20.1947127740554,142.749476028352,142.108817385173)); -#19954=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,142.12854194794)); -#19955=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,142.141396652997)); -#19956=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,142.141396652997)); -#19957=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,142.143530061599)); -#19958=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,142.145513077316)); -#19959=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,142.190843597887)); -#19960=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,142.196100093379)); -#19961=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,142.201663820661)); -#19962=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,142.199258418845)); -#19963=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,142.199258426652)); -#19964=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,142.199258426652)); -#19965=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,142.199258426652)); -#19966=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199258414995)); -#19967=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800741644622)); -#19968=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,143.800741604056)); -#19969=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,143.800741604056)); -#19970=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,143.800741614465)); -#19971=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,143.798336215513)); -#19972=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,143.803899948537)); -#19973=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,143.809156446903)); -#19974=CARTESIAN_POINT('',(20.165926713015,142.532700797708,143.860452190336)); -#19975=CARTESIAN_POINT('',(20.1756287530292,142.607715272263,143.870564746268)); -#19976=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,143.898736690855)); -#19977=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,143.914084162488)); -#19978=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,143.953553384808)); -#19979=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,143.964108131245)); -#19980=CARTESIAN_POINT('',(20.22126430932,142.933000384188,143.98051359172)); -#19981=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,143.984151458276)); -#19982=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,143.991933586312)); -#19983=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,143.996081263362)); -#19984=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,144.001152344922)); -#19985=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,144.002325148754)); -#19986=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,144.003505161865)); -#19987=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,144.003505161865)); -#19988=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,144.006730874052)); -#19989=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,144.010668888472)); -#19990=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,144.020018599326)); -#19991=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,144.024247309508)); -#19992=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,144.035244069981)); -#19993=CARTESIAN_POINT('',(20.2179241894812,142.910393149383,144.041478075156)); -#19994=CARTESIAN_POINT('',(20.2145462714808,142.887358567169,144.055511687465)); -#19995=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,144.065781303747)); -#19996=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,144.108817385173)); -#19997=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,144.12854194794)); -#19998=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,144.141396652997)); -#19999=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,144.141396652997)); -#20000=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,144.143530061599)); -#20001=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,144.145513077316)); -#20002=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,144.190843597887)); -#20003=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,144.196100093379)); -#20004=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,144.201663820661)); -#20005=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,144.199258418845)); -#20006=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,144.199258426652)); -#20007=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,144.199258426652)); -#20008=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,144.199258426652)); -#20009=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199258414995)); -#20010=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800741644622)); -#20011=CARTESIAN_POINT('',(20.0050429785129,140.000003743406,145.800741604056)); -#20012=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,145.800741604056)); -#20013=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,145.800741614465)); -#20014=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,145.798336215513)); -#20015=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,145.803899948537)); -#20016=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,145.809156446903)); -#20017=CARTESIAN_POINT('',(20.165926713015,142.532700797708,145.860452190336)); -#20018=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,145.870564746268)); -#20019=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,145.898736690855)); -#20020=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,145.914084162488)); -#20021=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,145.953553384808)); -#20022=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,145.964108131245)); -#20023=CARTESIAN_POINT('',(20.22126430932,142.933000384188,145.98051359172)); -#20024=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,145.984151458276)); -#20025=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,145.991933586312)); -#20026=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,145.996081263362)); -#20027=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,146.001152344922)); -#20028=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,146.002325148754)); -#20029=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,146.003505161865)); -#20030=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,146.003505161865)); -#20031=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,146.006730874052)); -#20032=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,146.010668888472)); -#20033=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,146.020018599326)); -#20034=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,146.024247309508)); -#20035=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,146.035244069981)); -#20036=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,146.041478075156)); -#20037=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,146.055511687465)); -#20038=CARTESIAN_POINT('',(20.2114284453524,142.865986770519,146.065781303747)); -#20039=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,146.108817385173)); -#20040=CARTESIAN_POINT('',(20.1765617403517,142.615776496897,146.12854194794)); -#20041=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,146.141396652997)); -#20042=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,146.141396652997)); -#20043=CARTESIAN_POINT('',(20.1615031857217,142.496916167025,146.143530061599)); -#20044=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,146.145513077316)); -#20045=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,146.190843597887)); -#20046=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,146.196100093379)); -#20047=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,146.201663820661)); -#20048=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,146.199258418845)); -#20049=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,146.199258426652)); -#20050=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,146.199258426652)); -#20051=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,146.199258426652)); -#20052=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199258414995)); -#20053=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800741644622)); -#20054=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,147.800741604056)); -#20055=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,147.800741604056)); -#20056=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,147.800741614465)); -#20057=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,147.798336215513)); -#20058=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,147.803899948537)); -#20059=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,147.809156446903)); -#20060=CARTESIAN_POINT('',(20.165926713015,142.532700797708,147.860452190336)); -#20061=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,147.870564746268)); -#20062=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,147.898736690855)); -#20063=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,147.914084162488)); -#20064=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,147.953553384808)); -#20065=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,147.964108131245)); -#20066=CARTESIAN_POINT('',(20.22126430932,142.933000384188,147.98051359172)); -#20067=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,147.984151458276)); -#20068=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,147.991933586312)); -#20069=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,147.996081263362)); -#20070=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,148.001152344922)); -#20071=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,148.002325148754)); -#20072=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,148.003505161865)); -#20073=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,148.003505161865)); -#20074=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,148.006730874052)); -#20075=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,148.010668888472)); -#20076=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,148.020018599326)); -#20077=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,148.024247309508)); -#20078=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,148.035244069981)); -#20079=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,148.041478075156)); -#20080=CARTESIAN_POINT('',(20.2145462714809,142.88735856717,148.055511687465)); -#20081=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,148.065781303746)); -#20082=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,148.108817385173)); -#20083=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,148.12854194794)); -#20084=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,148.141396652997)); -#20085=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,148.141396652997)); -#20086=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,148.143530061599)); -#20087=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,148.145513077316)); -#20088=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,148.190843597887)); -#20089=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,148.196100093379)); -#20090=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,148.201663820661)); -#20091=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,148.199258418845)); -#20092=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,148.199258426652)); -#20093=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,148.199258426652)); -#20094=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,148.199258426652)); -#20095=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199258414995)); -#20096=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800741644622)); -#20097=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,149.800741604056)); -#20098=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,149.800741604056)); -#20099=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,149.800741614465)); -#20100=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,149.798336215513)); -#20101=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,149.803899948537)); -#20102=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,149.809156446903)); -#20103=CARTESIAN_POINT('',(20.165926713015,142.532700797708,149.860452190336)); -#20104=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,149.870564746268)); -#20105=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,149.898736690855)); -#20106=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,149.914084162488)); -#20107=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,149.953553384808)); -#20108=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,149.964108131245)); -#20109=CARTESIAN_POINT('',(20.22126430932,142.933000384188,149.98051359172)); -#20110=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,149.984151458276)); -#20111=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,149.991933586312)); -#20112=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,149.996081263362)); -#20113=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,150.001152344922)); -#20114=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,150.002325148754)); -#20115=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,150.003505161865)); -#20116=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,150.003505161865)); -#20117=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,150.006730874052)); -#20118=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,150.010668888472)); -#20119=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,150.020018599326)); -#20120=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,150.024247309508)); -#20121=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,150.035244069981)); -#20122=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,150.041478075156)); -#20123=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,150.055511687466)); -#20124=CARTESIAN_POINT('',(20.2114284453523,142.865986770518,150.065781303747)); -#20125=CARTESIAN_POINT('',(20.1947127740549,142.749476028349,150.108817385173)); -#20126=CARTESIAN_POINT('',(20.176561740352,142.615776496899,150.128541947939)); -#20127=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,150.141396652997)); -#20128=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,150.141396652997)); -#20129=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,150.143530061599)); -#20130=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,150.145513077316)); -#20131=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,150.190843597887)); -#20132=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,150.196100093379)); -#20133=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,150.201663820661)); -#20134=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,150.199258418845)); -#20135=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,150.199258426652)); -#20136=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,150.199258426652)); -#20137=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,150.199258426652)); -#20138=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199258414995)); -#20139=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800741644622)); -#20140=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,151.800741604056)); -#20141=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,151.800741604056)); -#20142=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,151.800741614465)); -#20143=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,151.798336215513)); -#20144=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,151.803899948537)); -#20145=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,151.809156446903)); -#20146=CARTESIAN_POINT('',(20.165926713015,142.532700797708,151.860452190336)); -#20147=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,151.870564746267)); -#20148=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,151.898736690855)); -#20149=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,151.914084162488)); -#20150=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,151.953553384808)); -#20151=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,151.964108131245)); -#20152=CARTESIAN_POINT('',(20.22126430932,142.933000384188,151.98051359172)); -#20153=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,151.984151458276)); -#20154=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,151.991933586312)); -#20155=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,151.996081263362)); -#20156=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,152.001152344922)); -#20157=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,152.002325148754)); -#20158=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,152.003505161865)); -#20159=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,152.003505161865)); -#20160=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,152.006730874052)); -#20161=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,152.010668888472)); -#20162=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,152.020018599326)); -#20163=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,152.024247309508)); -#20164=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,152.03524406998)); -#20165=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,152.041478075155)); -#20166=CARTESIAN_POINT('',(20.2145462714812,142.887358567172,152.055511687463)); -#20167=CARTESIAN_POINT('',(20.2114284453532,142.865986770525,152.065781303745)); -#20168=CARTESIAN_POINT('',(20.1947127740555,142.749476028354,152.108817385173)); -#20169=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,152.12854194794)); -#20170=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,152.141396652997)); -#20171=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,152.141396652997)); -#20172=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,152.143530061599)); -#20173=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,152.145513077316)); -#20174=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,152.190843597887)); -#20175=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,152.196100093379)); -#20176=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,152.201663820661)); -#20177=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,152.199258418845)); -#20178=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,152.199258426652)); -#20179=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,152.199258426652)); -#20180=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,152.199258426652)); -#20181=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199258414995)); -#20182=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800741644622)); -#20183=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,153.800741604056)); -#20184=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,153.800741604056)); -#20185=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,153.800741614465)); -#20186=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,153.798336215513)); -#20187=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,153.803899948537)); -#20188=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,153.809156446903)); -#20189=CARTESIAN_POINT('',(20.165926713015,142.532700797708,153.860452190336)); -#20190=CARTESIAN_POINT('',(20.1756287530292,142.607715272263,153.870564746268)); -#20191=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,153.898736690855)); -#20192=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,153.914084162488)); -#20193=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,153.953553384808)); -#20194=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,153.964108131245)); -#20195=CARTESIAN_POINT('',(20.22126430932,142.933000384188,153.98051359172)); -#20196=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,153.984151458276)); -#20197=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,153.991933586312)); -#20198=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,153.996081263362)); -#20199=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,154.001152344922)); -#20200=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,154.002325148754)); -#20201=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,154.003505161865)); -#20202=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,154.003505161865)); -#20203=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,154.006730874052)); -#20204=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,154.010668888472)); -#20205=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,154.020018599326)); -#20206=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,154.024247309508)); -#20207=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,154.035244069981)); -#20208=CARTESIAN_POINT('',(20.2179241894812,142.910393149383,154.041478075156)); -#20209=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,154.055511687464)); -#20210=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,154.065781303746)); -#20211=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,154.108817385173)); -#20212=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,154.12854194794)); -#20213=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,154.141396652997)); -#20214=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,154.141396652997)); -#20215=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,154.143530061599)); -#20216=CARTESIAN_POINT('',(20.1594246445216,142.480336980056,154.145513077316)); -#20217=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,154.190843597887)); -#20218=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,154.196100093379)); -#20219=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,154.201663820661)); -#20220=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,154.199258418845)); -#20221=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,154.199258426652)); -#20222=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,154.199258426652)); -#20223=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,154.199258426652)); -#20224=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199258414995)); -#20225=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800741644622)); -#20226=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,155.800741604056)); -#20227=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,155.800741604056)); -#20228=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,155.800741614465)); -#20229=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,155.798336215513)); -#20230=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,155.803899948537)); -#20231=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,155.809156446903)); -#20232=CARTESIAN_POINT('',(20.165926713015,142.532700797708,155.860452190336)); -#20233=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,155.870564746268)); -#20234=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,155.898736690855)); -#20235=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,155.914084162488)); -#20236=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,155.953553384807)); -#20237=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,155.964108131245)); -#20238=CARTESIAN_POINT('',(20.22126430932,142.933000384188,155.98051359172)); -#20239=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,155.984151458276)); -#20240=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,155.991933586312)); -#20241=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,155.996081263362)); -#20242=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,156.001152344922)); -#20243=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,156.002325148754)); -#20244=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,156.003505161865)); -#20245=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,156.003505161865)); -#20246=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,156.006730874051)); -#20247=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,156.010668888471)); -#20248=CARTESIAN_POINT('',(20.2212395053568,142.932833237517,156.020018599325)); -#20249=CARTESIAN_POINT('',(20.2207516857509,142.92954191315,156.024247309507)); -#20250=CARTESIAN_POINT('',(20.2192025637297,142.919066998205,156.03524406998)); -#20251=CARTESIAN_POINT('',(20.2179241894815,142.910393149385,156.041478075155)); -#20252=CARTESIAN_POINT('',(20.2145462714813,142.887358567173,156.055511687463)); -#20253=CARTESIAN_POINT('',(20.2114284453534,142.865986770526,156.065781303744)); -#20254=CARTESIAN_POINT('',(20.1947127740559,142.749476028357,156.108817385173)); -#20255=CARTESIAN_POINT('',(20.1765617403514,142.615776496894,156.12854194794)); -#20256=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,156.141396652997)); -#20257=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,156.141396652997)); -#20258=CARTESIAN_POINT('',(20.1615031857217,142.496916167025,156.143530061599)); -#20259=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,156.145513077316)); -#20260=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,156.190843597887)); -#20261=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,156.196100093379)); -#20262=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,156.201663820661)); -#20263=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,156.199258418845)); -#20264=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,156.199258426652)); -#20265=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,156.199258426652)); -#20266=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,156.199258426652)); -#20267=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199258414995)); -#20268=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800741644622)); -#20269=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,157.800741604056)); -#20270=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,157.800741604056)); -#20271=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,157.800741614465)); -#20272=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,157.798336215513)); -#20273=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,157.803899948537)); -#20274=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,157.809156446903)); -#20275=CARTESIAN_POINT('',(20.165926713015,142.532700797708,157.860452190336)); -#20276=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,157.870564746268)); -#20277=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,157.898736690855)); -#20278=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,157.914084162488)); -#20279=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,157.953553384808)); -#20280=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,157.964108131245)); -#20281=CARTESIAN_POINT('',(20.22126430932,142.933000384188,157.98051359172)); -#20282=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,157.984151458276)); -#20283=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,157.991933586312)); -#20284=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,157.996081263362)); -#20285=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,158.001152344922)); -#20286=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,158.002325148754)); -#20287=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,158.003505161865)); -#20288=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,158.003505161865)); -#20289=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,158.006730874052)); -#20290=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,158.010668888472)); -#20291=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,158.020018599326)); -#20292=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,158.024247309508)); -#20293=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,158.035244069981)); -#20294=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,158.041478075156)); -#20295=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,158.055511687466)); -#20296=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,158.065781303747)); -#20297=CARTESIAN_POINT('',(20.194712774055,142.74947602835,158.108817385173)); -#20298=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,158.12854194794)); -#20299=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,158.141396652997)); -#20300=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,158.141396652997)); -#20301=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,158.143530061599)); -#20302=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,158.145513077316)); -#20303=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,158.190843597887)); -#20304=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,158.196100093379)); -#20305=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,158.201663820661)); -#20306=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,158.199258418845)); -#20307=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,158.199258426652)); -#20308=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,158.199258426652)); -#20309=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,158.199258426652)); -#20310=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199258414995)); -#20311=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800741644622)); -#20312=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,159.800741604056)); -#20313=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,159.800741604056)); -#20314=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,159.800741614465)); -#20315=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,159.798336215513)); -#20316=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,159.803899948537)); -#20317=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,159.809156446903)); -#20318=CARTESIAN_POINT('',(20.165926713015,142.532700797708,159.860452190336)); -#20319=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,159.870564746268)); -#20320=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,159.898736690855)); -#20321=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,159.914084162488)); -#20322=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,159.953553384808)); -#20323=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,159.964108131245)); -#20324=CARTESIAN_POINT('',(20.22126430932,142.933000384188,159.98051359172)); -#20325=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,159.984151458276)); -#20326=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,159.991933586312)); -#20327=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,159.996081263362)); -#20328=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,160.001152344922)); -#20329=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,160.002325148754)); -#20330=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,160.003505161865)); -#20331=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,160.003505161865)); -#20332=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,160.006730874052)); -#20333=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,160.010668888472)); -#20334=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,160.020018599326)); -#20335=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,160.024247309509)); -#20336=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,160.035244069981)); -#20337=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,160.041478075157)); -#20338=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,160.055511687465)); -#20339=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,160.065781303747)); -#20340=CARTESIAN_POINT('',(20.1947127740549,142.749476028349,160.108817385173)); -#20341=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,160.128541947939)); -#20342=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,160.141396652997)); -#20343=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,160.141396652997)); -#20344=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,160.143530061599)); -#20345=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,160.145513077316)); -#20346=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,160.190843597887)); -#20347=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,160.196100093379)); -#20348=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,160.201663820661)); -#20349=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,160.199258418845)); -#20350=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,160.199258426652)); -#20351=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,160.199258426652)); -#20352=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,160.199258426652)); -#20353=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199258414995)); -#20354=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800741644622)); -#20355=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,161.800741604056)); -#20356=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,161.800741604056)); -#20357=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,161.800741614465)); -#20358=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,161.798336215513)); -#20359=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,161.803899948537)); -#20360=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,161.809156446903)); -#20361=CARTESIAN_POINT('',(20.165926713015,142.532700797708,161.860452190336)); -#20362=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,161.870564746267)); -#20363=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,161.898736690855)); -#20364=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,161.914084162488)); -#20365=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,161.953553384807)); -#20366=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,161.964108131245)); -#20367=CARTESIAN_POINT('',(20.22126430932,142.933000384188,161.98051359172)); -#20368=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,161.984151458276)); -#20369=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,161.991933586312)); -#20370=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,161.996081263362)); -#20371=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,162.001152344922)); -#20372=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,162.002325148754)); -#20373=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,162.003505161865)); -#20374=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,162.003505161865)); -#20375=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,162.006730874052)); -#20376=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,162.010668888472)); -#20377=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,162.020018599326)); -#20378=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,162.024247309509)); -#20379=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,162.035244069981)); -#20380=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,162.041478075157)); -#20381=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,162.055511687468)); -#20382=CARTESIAN_POINT('',(20.2114284453515,142.865986770513,162.06578130375)); -#20383=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,162.108817385173)); -#20384=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,162.128541947939)); -#20385=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,162.141396652997)); -#20386=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,162.141396652997)); -#20387=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,162.143530061599)); -#20388=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,162.145513077316)); -#20389=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,162.190843597887)); -#20390=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,162.196100093379)); -#20391=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,162.201663820661)); -#20392=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,162.199258418845)); -#20393=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,162.199258426652)); -#20394=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,162.199258426652)); -#20395=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,162.199258426652)); -#20396=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199258414995)); -#20397=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800741644622)); -#20398=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,163.800741604056)); -#20399=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,163.800741604056)); -#20400=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,163.800741614465)); -#20401=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,163.798336215513)); -#20402=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,163.803899948536)); -#20403=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,163.809156446903)); -#20404=CARTESIAN_POINT('',(20.165926713015,142.532700797708,163.860452190336)); -#20405=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,163.870564746267)); -#20406=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,163.898736690855)); -#20407=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,163.914084162488)); -#20408=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,163.953553384808)); -#20409=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,163.964108131245)); -#20410=CARTESIAN_POINT('',(20.22126430932,142.933000384188,163.98051359172)); -#20411=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,163.984151458276)); -#20412=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,163.991933586312)); -#20413=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,163.996081263362)); -#20414=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,164.001152344922)); -#20415=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,164.002325148754)); -#20416=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,164.003505161865)); -#20417=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,164.003505161865)); -#20418=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,164.006730874052)); -#20419=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,164.010668888472)); -#20420=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,164.020018599326)); -#20421=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,164.024247309509)); -#20422=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,164.035244069982)); -#20423=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,164.041478075158)); -#20424=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,164.055511687464)); -#20425=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,164.065781303747)); -#20426=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,164.108817385173)); -#20427=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,164.128541947939)); -#20428=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,164.141396652997)); -#20429=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,164.141396652997)); -#20430=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,164.143530061599)); -#20431=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,164.145513077316)); -#20432=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,164.190843597887)); -#20433=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,164.196100093379)); -#20434=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,164.201663820661)); -#20435=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,164.199258418845)); -#20436=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,164.199258426652)); -#20437=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,164.199258426652)); -#20438=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,164.199258426652)); -#20439=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199258414995)); -#20440=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800741644622)); -#20441=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,165.800741604056)); -#20442=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,165.800741604056)); -#20443=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,165.800741614465)); -#20444=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,165.798336215513)); -#20445=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,165.803899948537)); -#20446=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,165.809156446903)); -#20447=CARTESIAN_POINT('',(20.165926713015,142.532700797708,165.860452190336)); -#20448=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,165.870564746267)); -#20449=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,165.898736690855)); -#20450=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,165.914084162488)); -#20451=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,165.953553384808)); -#20452=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,165.964108131245)); -#20453=CARTESIAN_POINT('',(20.22126430932,142.933000384188,165.98051359172)); -#20454=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,165.984151458276)); -#20455=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,165.991933586312)); -#20456=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,165.996081263362)); -#20457=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,166.001152344922)); -#20458=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,166.002325148754)); -#20459=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,166.003505161865)); -#20460=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,166.003505161865)); -#20461=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,166.006730874052)); -#20462=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,166.010668888472)); -#20463=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,166.020018599326)); -#20464=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,166.024247309509)); -#20465=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,166.035244069981)); -#20466=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,166.041478075157)); -#20467=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,166.055511687465)); -#20468=CARTESIAN_POINT('',(20.2114284453523,142.865986770519,166.065781303747)); -#20469=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,166.108817385173)); -#20470=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,166.128541947939)); -#20471=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,166.141396652997)); -#20472=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,166.141396652997)); -#20473=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,166.143530061599)); -#20474=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,166.145513077316)); -#20475=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,166.190843597887)); -#20476=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,166.196100093379)); -#20477=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,166.201663820661)); -#20478=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,166.199258418845)); -#20479=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,166.199258426652)); -#20480=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,166.199258426652)); -#20481=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,166.199258426652)); -#20482=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199258414995)); -#20483=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800741644622)); -#20484=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,167.800741604056)); -#20485=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,167.800741604056)); -#20486=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,167.800741614465)); -#20487=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,167.798336215513)); -#20488=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,167.803899948537)); -#20489=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,167.809156446903)); -#20490=CARTESIAN_POINT('',(20.165926713015,142.532700797708,167.860452190336)); -#20491=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,167.870564746268)); -#20492=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,167.898736690855)); -#20493=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,167.914084162488)); -#20494=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,167.953553384807)); -#20495=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,167.964108131245)); -#20496=CARTESIAN_POINT('',(20.22126430932,142.933000384188,167.98051359172)); -#20497=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,167.984151458276)); -#20498=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,167.991933586312)); -#20499=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,167.996081263362)); -#20500=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,168.001152344922)); -#20501=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,168.002325148754)); -#20502=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,168.003505161865)); -#20503=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,168.003505161865)); -#20504=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,168.006730874052)); -#20505=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,168.010668888472)); -#20506=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,168.020018599326)); -#20507=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,168.024247309508)); -#20508=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,168.035244069982)); -#20509=CARTESIAN_POINT('',(20.217924189481,142.910393149382,168.041478075157)); -#20510=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,168.055511687466)); -#20511=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,168.065781303748)); -#20512=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,168.108817385173)); -#20513=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,168.128541947939)); -#20514=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,168.141396652997)); -#20515=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,168.141396652997)); -#20516=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,168.143530061599)); -#20517=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,168.145513077316)); -#20518=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,168.190843597887)); -#20519=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,168.196100093379)); -#20520=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,168.201663820661)); -#20521=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,168.199258418845)); -#20522=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,168.199258426652)); -#20523=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,168.199258426652)); -#20524=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,168.199258426652)); -#20525=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199258414995)); -#20526=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800741644622)); -#20527=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,169.800741604056)); -#20528=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,169.800741604056)); -#20529=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,169.800741614465)); -#20530=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,169.798336215513)); -#20531=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,169.803899948537)); -#20532=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,169.809156446903)); -#20533=CARTESIAN_POINT('',(20.165926713015,142.532700797708,169.860452190336)); -#20534=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,169.870564746267)); -#20535=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,169.898736690855)); -#20536=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,169.914084162488)); -#20537=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,169.953553384807)); -#20538=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,169.964108131245)); -#20539=CARTESIAN_POINT('',(20.22126430932,142.933000384188,169.98051359172)); -#20540=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,169.984151458276)); -#20541=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,169.991933586312)); -#20542=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,169.996081263362)); -#20543=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,170.001152344922)); -#20544=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,170.002325148754)); -#20545=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,170.003505161865)); -#20546=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,170.003505161865)); -#20547=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,170.006730874052)); -#20548=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,170.010668888471)); -#20549=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,170.020018599326)); -#20550=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,170.024247309509)); -#20551=CARTESIAN_POINT('',(20.2192025637292,142.919066998201,170.035244069983)); -#20552=CARTESIAN_POINT('',(20.2179241894808,142.910393149381,170.041478075158)); -#20553=CARTESIAN_POINT('',(20.2145462714798,142.887358567163,170.055511687468)); -#20554=CARTESIAN_POINT('',(20.2114284453511,142.86598677051,170.065781303751)); -#20555=CARTESIAN_POINT('',(20.1947127740541,142.749476028343,170.108817385173)); -#20556=CARTESIAN_POINT('',(20.1765617403526,142.615776496903,170.128541947939)); -#20557=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,170.141396652997)); -#20558=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,170.141396652997)); -#20559=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,170.143530061599)); -#20560=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,170.145513077316)); -#20561=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,170.190843597887)); -#20562=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,170.196100093379)); -#20563=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,170.201663820661)); -#20564=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,170.199258418845)); -#20565=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,170.199258426652)); -#20566=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,170.199258426652)); -#20567=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,170.199258426652)); -#20568=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199258414995)); -#20569=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800741644622)); -#20570=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,171.800741604056)); -#20571=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,171.800741604056)); -#20572=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,171.800741614465)); -#20573=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,171.798336215513)); -#20574=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,171.803899948537)); -#20575=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,171.809156446903)); -#20576=CARTESIAN_POINT('',(20.165926713015,142.532700797708,171.860452190336)); -#20577=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,171.870564746267)); -#20578=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,171.898736690855)); -#20579=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,171.914084162488)); -#20580=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,171.953553384807)); -#20581=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,171.964108131245)); -#20582=CARTESIAN_POINT('',(20.22126430932,142.933000384188,171.98051359172)); -#20583=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,171.984151458276)); -#20584=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,171.991933586312)); -#20585=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,171.996081263362)); -#20586=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,172.001152344922)); -#20587=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,172.002325148754)); -#20588=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,172.003505161865)); -#20589=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,172.003505161865)); -#20590=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,172.006730874051)); -#20591=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,172.010668888471)); -#20592=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,172.020018599326)); -#20593=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,172.024247309509)); -#20594=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,172.035244069982)); -#20595=CARTESIAN_POINT('',(20.217924189481,142.910393149382,172.041478075157)); -#20596=CARTESIAN_POINT('',(20.214546271481,142.887358567171,172.055511687463)); -#20597=CARTESIAN_POINT('',(20.211428445353,142.865986770523,172.065781303746)); -#20598=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,172.108817385173)); -#20599=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,172.128541947939)); -#20600=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,172.141396652997)); -#20601=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,172.141396652997)); -#20602=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,172.143530061599)); -#20603=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,172.145513077316)); -#20604=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,172.190843597887)); -#20605=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,172.196100093379)); -#20606=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,172.201663820661)); -#20607=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,172.199258418845)); -#20608=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,172.199258426652)); -#20609=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,172.199258426652)); -#20610=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,172.199258426652)); -#20611=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199258414995)); -#20612=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800741644622)); -#20613=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,173.800741604056)); -#20614=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,173.800741604056)); -#20615=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,173.800741614465)); -#20616=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,173.798336215513)); -#20617=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,173.803899948536)); -#20618=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,173.809156446903)); -#20619=CARTESIAN_POINT('',(20.165926713015,142.532700797708,173.860452190336)); -#20620=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,173.870564746267)); -#20621=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,173.898736690855)); -#20622=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,173.914084162488)); -#20623=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,173.953553384807)); -#20624=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,173.964108131245)); -#20625=CARTESIAN_POINT('',(20.22126430932,142.933000384188,173.98051359172)); -#20626=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,173.984151458276)); -#20627=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,173.991933586312)); -#20628=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,173.996081263362)); -#20629=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,174.001152344922)); -#20630=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,174.002325148754)); -#20631=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,174.003505161865)); -#20632=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,174.003505161865)); -#20633=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,174.006730874052)); -#20634=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,174.010668888472)); -#20635=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,174.020018599326)); -#20636=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,174.024247309509)); -#20637=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,174.035244069981)); -#20638=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,174.041478075157)); -#20639=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,174.055511687466)); -#20640=CARTESIAN_POINT('',(20.211428445352,142.865986770516,174.065781303748)); -#20641=CARTESIAN_POINT('',(20.1947127740549,142.749476028349,174.108817385173)); -#20642=CARTESIAN_POINT('',(20.176561740352,142.615776496899,174.128541947939)); -#20643=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,174.141396652997)); -#20644=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,174.141396652997)); -#20645=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,174.143530061599)); -#20646=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,174.145513077316)); -#20647=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,174.190843597887)); -#20648=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,174.196100093379)); -#20649=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,174.201663820661)); -#20650=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,174.199258418845)); -#20651=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,174.199258426652)); -#20652=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,174.199258426652)); -#20653=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,174.199258426652)); -#20654=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199258414995)); -#20655=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800741644622)); -#20656=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,175.800741604056)); -#20657=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,175.800741604056)); -#20658=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,175.800741614465)); -#20659=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,175.798336215513)); -#20660=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,175.803899948537)); -#20661=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,175.809156446903)); -#20662=CARTESIAN_POINT('',(20.165926713015,142.532700797708,175.860452190336)); -#20663=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,175.870564746267)); -#20664=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,175.898736690855)); -#20665=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,175.914084162488)); -#20666=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,175.953553384808)); -#20667=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,175.964108131245)); -#20668=CARTESIAN_POINT('',(20.22126430932,142.933000384188,175.98051359172)); -#20669=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,175.984151458276)); -#20670=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,175.991933586312)); -#20671=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,175.996081263362)); -#20672=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,176.001152344922)); -#20673=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,176.002325148754)); -#20674=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,176.003505161865)); -#20675=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,176.003505161865)); -#20676=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,176.006730874051)); -#20677=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,176.010668888471)); -#20678=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,176.020018599326)); -#20679=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,176.024247309509)); -#20680=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,176.035244069981)); -#20681=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,176.041478075157)); -#20682=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,176.055511687468)); -#20683=CARTESIAN_POINT('',(20.2114284453515,142.865986770513,176.065781303749)); -#20684=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,176.108817385173)); -#20685=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,176.128541947939)); -#20686=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,176.141396652997)); -#20687=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,176.141396652997)); -#20688=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,176.143530061599)); -#20689=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,176.145513077316)); -#20690=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,176.190843597887)); -#20691=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,176.196100093379)); -#20692=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,176.201663820661)); -#20693=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,176.199258418845)); -#20694=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,176.199258426652)); -#20695=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,176.199258426652)); -#20696=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,176.199258426652)); -#20697=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199258414995)); -#20698=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800741644622)); -#20699=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,177.800741604056)); -#20700=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,177.800741604056)); -#20701=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,177.800741614465)); -#20702=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,177.798336215513)); -#20703=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,177.803899948537)); -#20704=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,177.809156446903)); -#20705=CARTESIAN_POINT('',(20.165926713015,142.532700797708,177.860452190336)); -#20706=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,177.870564746268)); -#20707=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,177.898736690855)); -#20708=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,177.914084162488)); -#20709=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,177.953553384808)); -#20710=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,177.964108131245)); -#20711=CARTESIAN_POINT('',(20.22126430932,142.933000384188,177.98051359172)); -#20712=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,177.984151458276)); -#20713=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,177.991933586312)); -#20714=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,177.996081263362)); -#20715=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,178.001152344922)); -#20716=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,178.002325148754)); -#20717=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,178.003505161865)); -#20718=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,178.003505161865)); -#20719=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,178.006730874051)); -#20720=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,178.010668888472)); -#20721=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,178.020018599326)); -#20722=CARTESIAN_POINT('',(20.2207516857507,142.929541913148,178.024247309509)); -#20723=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,178.035244069981)); -#20724=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,178.041478075157)); -#20725=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,178.055511687466)); -#20726=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,178.065781303748)); -#20727=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,178.108817385173)); -#20728=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,178.128541947939)); -#20729=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,178.141396652997)); -#20730=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,178.141396652997)); -#20731=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,178.143530061599)); -#20732=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,178.145513077316)); -#20733=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,178.190843597887)); -#20734=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,178.196100093379)); -#20735=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,178.201663820661)); -#20736=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,178.199258418845)); -#20737=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,178.199258426652)); -#20738=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,178.199258426652)); -#20739=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,178.199258426652)); -#20740=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199258414995)); -#20741=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800741644622)); -#20742=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,179.800741604056)); -#20743=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,179.800741604056)); -#20744=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,179.800741614465)); -#20745=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,179.798336215513)); -#20746=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,179.803899948537)); -#20747=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,179.809156446903)); -#20748=CARTESIAN_POINT('',(20.165926713015,142.532700797708,179.860452190336)); -#20749=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,179.870564746267)); -#20750=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,179.898736690855)); -#20751=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,179.914084162488)); -#20752=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,179.953553384808)); -#20753=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,179.964108131245)); -#20754=CARTESIAN_POINT('',(20.22126430932,142.933000384188,179.98051359172)); -#20755=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,179.984151458276)); -#20756=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,179.991933586312)); -#20757=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,179.996081263362)); -#20758=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,180.001152344922)); -#20759=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,180.002325148754)); -#20760=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,180.003505161865)); -#20761=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,180.003505161865)); -#20762=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,180.006730874052)); -#20763=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,180.010668888472)); -#20764=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,180.020018599326)); -#20765=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,180.024247309509)); -#20766=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,180.035244069982)); -#20767=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,180.041478075157)); -#20768=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,180.055511687467)); -#20769=CARTESIAN_POINT('',(20.2114284453515,142.865986770513,180.06578130375)); -#20770=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,180.108817385173)); -#20771=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,180.128541947939)); -#20772=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,180.141396652997)); -#20773=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,180.141396652997)); -#20774=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,180.143530061599)); -#20775=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,180.145513077316)); -#20776=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,180.190843597887)); -#20777=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,180.196100093379)); -#20778=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,180.201663820661)); -#20779=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,180.199258418845)); -#20780=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,180.199258426652)); -#20781=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,180.199258426652)); -#20782=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,180.199258426652)); -#20783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199258414995)); -#20784=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800741644622)); -#20785=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,181.800741604056)); -#20786=CARTESIAN_POINT('',(20.0050429785016,140.000007486812,181.800741604056)); -#20787=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,181.800741614465)); -#20788=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,181.798336215513)); -#20789=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,181.803899948537)); -#20790=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,181.809156446903)); -#20791=CARTESIAN_POINT('',(20.165926713015,142.532700797708,181.860452190336)); -#20792=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,181.870564746267)); -#20793=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,181.898736690855)); -#20794=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,181.914084162488)); -#20795=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,181.953553384808)); -#20796=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,181.964108131245)); -#20797=CARTESIAN_POINT('',(20.22126430932,142.933000384188,181.98051359172)); -#20798=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,181.984151458276)); -#20799=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,181.991933586312)); -#20800=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,181.996081263362)); -#20801=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,182.001152344922)); -#20802=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,182.002325148754)); -#20803=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,182.003505161865)); -#20804=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,182.003505161865)); -#20805=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,182.006730874052)); -#20806=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,182.010668888472)); -#20807=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,182.020018599326)); -#20808=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,182.024247309508)); -#20809=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,182.035244069981)); -#20810=CARTESIAN_POINT('',(20.2179241894812,142.910393149383,182.041478075156)); -#20811=CARTESIAN_POINT('',(20.2145462714813,142.887358567173,182.055511687462)); -#20812=CARTESIAN_POINT('',(20.2114284453535,142.865986770527,182.065781303744)); -#20813=CARTESIAN_POINT('',(20.1947127740552,142.749476028351,182.108817385173)); -#20814=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,182.12854194794)); -#20815=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,182.141396652997)); -#20816=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,182.141396652997)); -#20817=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,182.143530061599)); -#20818=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,182.145513077316)); -#20819=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,182.190843597887)); -#20820=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,182.196100093379)); -#20821=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,182.201663820661)); -#20822=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,182.199258418845)); -#20823=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,182.199258426652)); -#20824=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,182.199258426652)); -#20825=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,182.199258426652)); -#20826=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199258414995)); -#20827=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800741644622)); -#20828=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,183.800741604056)); -#20829=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,183.800741604056)); -#20830=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,183.800741614465)); -#20831=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,183.798336215513)); -#20832=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,183.803899948536)); -#20833=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,183.809156446903)); -#20834=CARTESIAN_POINT('',(20.165926713015,142.532700797708,183.860452190336)); -#20835=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,183.870564746267)); -#20836=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,183.898736690855)); -#20837=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,183.914084162488)); -#20838=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,183.953553384808)); -#20839=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,183.964108131245)); -#20840=CARTESIAN_POINT('',(20.22126430932,142.933000384188,183.98051359172)); -#20841=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,183.984151458276)); -#20842=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,183.991933586312)); -#20843=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,183.996081263362)); -#20844=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,184.001152344922)); -#20845=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,184.002325148754)); -#20846=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,184.003505161865)); -#20847=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,184.003505161865)); -#20848=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,184.006730874052)); -#20849=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,184.010668888472)); -#20850=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,184.020018599326)); -#20851=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,184.024247309509)); -#20852=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,184.035244069982)); -#20853=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,184.041478075158)); -#20854=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,184.055511687464)); -#20855=CARTESIAN_POINT('',(20.2114284453526,142.865986770521,184.065781303747)); -#20856=CARTESIAN_POINT('',(20.1947127740545,142.749476028346,184.108817385173)); -#20857=CARTESIAN_POINT('',(20.1765617403524,142.615776496902,184.128541947939)); -#20858=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,184.141396652997)); -#20859=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,184.141396652997)); -#20860=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,184.143530061599)); -#20861=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,184.145513077316)); -#20862=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,184.190843597887)); -#20863=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,184.196100093379)); -#20864=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,184.201663820661)); -#20865=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,184.199258418845)); -#20866=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,184.199258426652)); -#20867=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,184.199258426652)); -#20868=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,184.199258426652)); -#20869=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199258414995)); -#20870=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800741644622)); -#20871=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,185.800741604056)); -#20872=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,185.800741604056)); -#20873=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,185.800741614465)); -#20874=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,185.798336215513)); -#20875=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,185.803899948537)); -#20876=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,185.809156446903)); -#20877=CARTESIAN_POINT('',(20.165926713015,142.532700797708,185.860452190336)); -#20878=CARTESIAN_POINT('',(20.1756287530292,142.607715272263,185.870564746268)); -#20879=CARTESIAN_POINT('',(20.1955231028276,142.754775382152,185.898736690855)); -#20880=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,185.914084162488)); -#20881=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,185.953553384808)); -#20882=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,185.964108131245)); -#20883=CARTESIAN_POINT('',(20.22126430932,142.933000384188,185.98051359172)); -#20884=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,185.984151458276)); -#20885=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,185.991933586312)); -#20886=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,185.996081263362)); -#20887=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,186.001152344922)); -#20888=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,186.002325148754)); -#20889=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,186.003505161865)); -#20890=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,186.003505161865)); -#20891=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,186.006730874052)); -#20892=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,186.010668888472)); -#20893=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,186.020018599326)); -#20894=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,186.024247309508)); -#20895=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,186.035244069982)); -#20896=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,186.041478075157)); -#20897=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,186.055511687465)); -#20898=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,186.065781303747)); -#20899=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,186.108817385173)); -#20900=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,186.128541947939)); -#20901=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,186.141396652997)); -#20902=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,186.141396652997)); -#20903=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,186.143530061599)); -#20904=CARTESIAN_POINT('',(20.1594246445216,142.480336980056,186.145513077316)); -#20905=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,186.190843597887)); -#20906=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,186.196100093379)); -#20907=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,186.201663820661)); -#20908=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,186.199258418845)); -#20909=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,186.199258426652)); -#20910=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,186.199258426652)); -#20911=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,186.199258426652)); -#20912=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199258414995)); -#20913=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800741644622)); -#20914=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,187.800741604056)); -#20915=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,187.800741604056)); -#20916=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,187.800741614465)); -#20917=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,187.798336215513)); -#20918=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,187.803899948537)); -#20919=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,187.809156446903)); -#20920=CARTESIAN_POINT('',(20.165926713015,142.532700797708,187.860452190336)); -#20921=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,187.870564746268)); -#20922=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,187.898736690855)); -#20923=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,187.914084162488)); -#20924=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,187.953553384808)); -#20925=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,187.964108131245)); -#20926=CARTESIAN_POINT('',(20.22126430932,142.933000384188,187.98051359172)); -#20927=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,187.984151458276)); -#20928=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,187.991933586312)); -#20929=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,187.996081263362)); -#20930=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,188.001152344922)); -#20931=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,188.002325148754)); -#20932=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,188.003505161865)); -#20933=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,188.003505161865)); -#20934=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,188.006730874051)); -#20935=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,188.010668888471)); -#20936=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,188.020018599326)); -#20937=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,188.024247309509)); -#20938=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,188.035244069982)); -#20939=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,188.041478075158)); -#20940=CARTESIAN_POINT('',(20.2145462714812,142.887358567172,188.055511687463)); -#20941=CARTESIAN_POINT('',(20.2114284453532,142.865986770525,188.065781303745)); -#20942=CARTESIAN_POINT('',(20.1947127740547,142.749476028348,188.108817385173)); -#20943=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,188.128541947939)); -#20944=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,188.141396652997)); -#20945=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,188.141396652997)); -#20946=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,188.143530061599)); -#20947=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,188.145513077316)); -#20948=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,188.190843597887)); -#20949=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,188.196100093379)); -#20950=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,188.201663820661)); -#20951=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,188.199258418845)); -#20952=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,188.199258426652)); -#20953=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,188.199258426652)); -#20954=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,188.199258426652)); -#20955=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199258414995)); -#20956=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800741644622)); -#20957=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,189.800741604056)); -#20958=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,189.800741604056)); -#20959=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,189.800741614465)); -#20960=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,189.798336215513)); -#20961=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,189.803899948537)); -#20962=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,189.809156446903)); -#20963=CARTESIAN_POINT('',(20.165926713015,142.532700797708,189.860452190336)); -#20964=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,189.870564746267)); -#20965=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,189.898736690855)); -#20966=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,189.914084162488)); -#20967=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,189.953553384808)); -#20968=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,189.964108131245)); -#20969=CARTESIAN_POINT('',(20.22126430932,142.933000384188,189.98051359172)); -#20970=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,189.984151458276)); -#20971=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,189.991933586312)); -#20972=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,189.996081263362)); -#20973=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,190.001152344922)); -#20974=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,190.002325148754)); -#20975=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,190.003505161865)); -#20976=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,190.003505161865)); -#20977=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,190.006730874051)); -#20978=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,190.010668888472)); -#20979=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,190.020018599326)); -#20980=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,190.024247309509)); -#20981=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,190.035244069981)); -#20982=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,190.041478075157)); -#20983=CARTESIAN_POINT('',(20.2145462714805,142.887358567167,190.055511687466)); -#20984=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,190.065781303748)); -#20985=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,190.108817385173)); -#20986=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,190.128541947939)); -#20987=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,190.141396652997)); -#20988=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,190.141396652997)); -#20989=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,190.143530061599)); -#20990=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,190.145513077316)); -#20991=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,190.190843597887)); -#20992=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,190.196100093379)); -#20993=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,190.201663820661)); -#20994=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,190.199258418845)); -#20995=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,190.199258426652)); -#20996=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,190.199258426652)); -#20997=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,190.199258426652)); -#20998=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199258414995)); -#20999=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800741644622)); -#21000=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,191.800741604056)); -#21001=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,191.800741604056)); -#21002=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,191.800741614465)); -#21003=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,191.798336215513)); -#21004=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,191.803899948537)); -#21005=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,191.809156446903)); -#21006=CARTESIAN_POINT('',(20.165926713015,142.532700797708,191.860452190336)); -#21007=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,191.870564746267)); -#21008=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,191.898736690855)); -#21009=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,191.914084162488)); -#21010=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,191.953553384808)); -#21011=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,191.964108131245)); -#21012=CARTESIAN_POINT('',(20.22126430932,142.933000384188,191.98051359172)); -#21013=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,191.984151458276)); -#21014=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,191.991933586312)); -#21015=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,191.996081263362)); -#21016=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,192.001152344922)); -#21017=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,192.002325148754)); -#21018=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,192.003505161865)); -#21019=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,192.003505161865)); -#21020=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,192.006730874052)); -#21021=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,192.010668888472)); -#21022=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,192.020018599326)); -#21023=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,192.024247309509)); -#21024=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,192.035244069982)); -#21025=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,192.041478075157)); -#21026=CARTESIAN_POINT('',(20.21454627148,142.887358567164,192.055511687468)); -#21027=CARTESIAN_POINT('',(20.2114284453514,142.865986770512,192.06578130375)); -#21028=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,192.108817385173)); -#21029=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,192.128541947939)); -#21030=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,192.141396652997)); -#21031=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,192.141396652997)); -#21032=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,192.143530061599)); -#21033=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,192.145513077316)); -#21034=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,192.190843597887)); -#21035=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,192.196100093379)); -#21036=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,192.201663820661)); -#21037=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,192.199258418845)); -#21038=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,192.199258426652)); -#21039=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,192.199258426652)); -#21040=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,192.199258426652)); -#21041=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199258414995)); -#21042=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800741644622)); -#21043=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,193.800741604056)); -#21044=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,193.800741604056)); -#21045=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,193.800741614465)); -#21046=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,193.798336215513)); -#21047=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,193.803899948537)); -#21048=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,193.809156446903)); -#21049=CARTESIAN_POINT('',(20.165926713015,142.532700797708,193.860452190336)); -#21050=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,193.870564746268)); -#21051=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,193.898736690855)); -#21052=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,193.914084162488)); -#21053=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,193.953553384807)); -#21054=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,193.964108131245)); -#21055=CARTESIAN_POINT('',(20.22126430932,142.933000384188,193.98051359172)); -#21056=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,193.984151458276)); -#21057=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,193.991933586312)); -#21058=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,193.996081263362)); -#21059=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,194.001152344922)); -#21060=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,194.002325148754)); -#21061=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,194.003505161865)); -#21062=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,194.003505161865)); -#21063=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,194.006730874052)); -#21064=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,194.010668888472)); -#21065=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,194.020018599326)); -#21066=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,194.024247309508)); -#21067=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,194.035244069981)); -#21068=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,194.041478075156)); -#21069=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,194.055511687465)); -#21070=CARTESIAN_POINT('',(20.2114284453526,142.865986770521,194.065781303746)); -#21071=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,194.108817385173)); -#21072=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,194.12854194794)); -#21073=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,194.141396652997)); -#21074=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,194.141396652997)); -#21075=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,194.143530061599)); -#21076=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,194.145513077316)); -#21077=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,194.190843597887)); -#21078=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,194.196100093379)); -#21079=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,194.201663820661)); -#21080=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,194.199258418845)); -#21081=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,194.199258426652)); -#21082=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,194.199258426652)); -#21083=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,194.199258426652)); -#21084=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199258414995)); -#21085=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800741644622)); -#21086=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,195.800741604056)); -#21087=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,195.800741604056)); -#21088=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,195.800741614465)); -#21089=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,195.798336215513)); -#21090=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,195.803899948537)); -#21091=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,195.809156446903)); -#21092=CARTESIAN_POINT('',(20.165926713015,142.532700797708,195.860452190336)); -#21093=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,195.870564746267)); -#21094=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,195.898736690855)); -#21095=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,195.914084162488)); -#21096=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,195.953553384807)); -#21097=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,195.964108131245)); -#21098=CARTESIAN_POINT('',(20.22126430932,142.933000384188,195.98051359172)); -#21099=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,195.984151458276)); -#21100=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,195.991933586312)); -#21101=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,195.996081263362)); -#21102=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,196.001152344922)); -#21103=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,196.002325148754)); -#21104=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,196.003505161865)); -#21105=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,196.003505161865)); -#21106=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,196.006730874052)); -#21107=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,196.010668888472)); -#21108=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,196.020018599326)); -#21109=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,196.024247309509)); -#21110=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,196.035244069982)); -#21111=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,196.041478075158)); -#21112=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,196.055511687466)); -#21113=CARTESIAN_POINT('',(20.211428445352,142.865986770517,196.065781303748)); -#21114=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,196.108817385173)); -#21115=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,196.128541947939)); -#21116=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,196.141396652997)); -#21117=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,196.141396652997)); -#21118=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,196.143530061599)); -#21119=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,196.145513077316)); -#21120=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,196.190843597887)); -#21121=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,196.196100093379)); -#21122=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,196.201663820661)); -#21123=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,196.199258418845)); -#21124=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,196.199258426652)); -#21125=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,196.199258426652)); -#21126=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,196.199258426652)); -#21127=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199258414995)); -#21128=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800741644622)); -#21129=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,197.800741604056)); -#21130=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,197.800741604056)); -#21131=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,197.800741614465)); -#21132=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,197.798336215513)); -#21133=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,197.803899948537)); -#21134=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,197.809156446903)); -#21135=CARTESIAN_POINT('',(20.165926713015,142.532700797708,197.860452190336)); -#21136=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,197.870564746268)); -#21137=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,197.898736690855)); -#21138=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,197.914084162488)); -#21139=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,197.953553384808)); -#21140=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,197.964108131245)); -#21141=CARTESIAN_POINT('',(20.22126430932,142.933000384188,197.98051359172)); -#21142=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,197.984151458276)); -#21143=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,197.991933586312)); -#21144=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,197.996081263362)); -#21145=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,198.001152344922)); -#21146=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,198.002325148754)); -#21147=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,198.003505161865)); -#21148=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,198.003505161865)); -#21149=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,198.006730874052)); -#21150=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,198.010668888472)); -#21151=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,198.020018599326)); -#21152=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,198.024247309508)); -#21153=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,198.035244069982)); -#21154=CARTESIAN_POINT('',(20.2179241894811,142.910393149382,198.041478075157)); -#21155=CARTESIAN_POINT('',(20.2145462714812,142.887358567172,198.055511687463)); -#21156=CARTESIAN_POINT('',(20.2114284453532,142.865986770525,198.065781303745)); -#21157=CARTESIAN_POINT('',(20.194712774055,142.74947602835,198.108817385173)); -#21158=CARTESIAN_POINT('',(20.176561740352,142.615776496899,198.128541947939)); -#21159=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,198.141396652997)); -#21160=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,198.141396652997)); -#21161=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,198.143530061599)); -#21162=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,198.145513077316)); -#21163=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,198.190843597887)); -#21164=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,198.196100093379)); -#21165=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,198.201663820661)); -#21166=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,198.199258418845)); -#21167=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,198.199258426652)); -#21168=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,198.199258426652)); -#21169=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,198.199258426652)); -#21170=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199258414995)); -#21171=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800741644622)); -#21172=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,199.800741604056)); -#21173=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,199.800741604056)); -#21174=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,199.800741614465)); -#21175=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,199.798336215513)); -#21176=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,199.803899948537)); -#21177=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,199.809156446903)); -#21178=CARTESIAN_POINT('',(20.165926713015,142.532700797708,199.860452190336)); -#21179=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,199.870564746267)); -#21180=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,199.898736690855)); -#21181=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,199.914084162488)); -#21182=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,199.953553384808)); -#21183=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,199.964108131245)); -#21184=CARTESIAN_POINT('',(20.22126430932,142.933000384188,199.98051359172)); -#21185=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,199.984151458276)); -#21186=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,199.991933586312)); -#21187=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,199.996081263362)); -#21188=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,200.001152344922)); -#21189=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,200.002325148754)); -#21190=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,200.003505161865)); -#21191=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,200.003505161865)); -#21192=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,200.006730874052)); -#21193=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,200.010668888472)); -#21194=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,200.020018599326)); -#21195=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,200.024247309509)); -#21196=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,200.035244069981)); -#21197=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,200.041478075157)); -#21198=CARTESIAN_POINT('',(20.2145462714805,142.887358567167,200.055511687466)); -#21199=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,200.065781303748)); -#21200=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,200.108817385173)); -#21201=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,200.128541947939)); -#21202=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,200.141396652997)); -#21203=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,200.141396652997)); -#21204=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,200.143530061599)); -#21205=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,200.145513077316)); -#21206=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,200.190843597887)); -#21207=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,200.196100093379)); -#21208=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,200.201663820661)); -#21209=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,200.199258418845)); -#21210=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,200.199258426652)); -#21211=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,200.199258426652)); -#21212=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,200.199258426652)); -#21213=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199258414995)); -#21214=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800741644622)); -#21215=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,201.800741604056)); -#21216=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,201.800741604056)); -#21217=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,201.800741614465)); -#21218=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,201.798336215513)); -#21219=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,201.803899948537)); -#21220=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,201.809156446903)); -#21221=CARTESIAN_POINT('',(20.165926713015,142.532700797708,201.860452190336)); -#21222=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,201.870564746267)); -#21223=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,201.898736690855)); -#21224=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,201.914084162488)); -#21225=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,201.953553384808)); -#21226=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,201.964108131245)); -#21227=CARTESIAN_POINT('',(20.22126430932,142.933000384188,201.98051359172)); -#21228=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,201.984151458276)); -#21229=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,201.991933586312)); -#21230=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,201.996081263362)); -#21231=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,202.001152344922)); -#21232=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,202.002325148754)); -#21233=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,202.003505161865)); -#21234=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,202.003505161865)); -#21235=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,202.006730874052)); -#21236=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,202.010668888472)); -#21237=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,202.020018599326)); -#21238=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,202.024247309509)); -#21239=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,202.035244069981)); -#21240=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,202.041478075157)); -#21241=CARTESIAN_POINT('',(20.2145462714808,142.887358567169,202.055511687465)); -#21242=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,202.065781303747)); -#21243=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,202.108817385173)); -#21244=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,202.128541947939)); -#21245=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,202.141396652997)); -#21246=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,202.141396652997)); -#21247=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,202.143530061599)); -#21248=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,202.145513077316)); -#21249=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,202.190843597887)); -#21250=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,202.196100093379)); -#21251=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,202.201663820661)); -#21252=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,202.199258418845)); -#21253=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,202.199258426652)); -#21254=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,202.199258426652)); -#21255=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,202.199258426652)); -#21256=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199258414995)); -#21257=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800741644622)); -#21258=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,203.800741604056)); -#21259=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,203.800741604056)); -#21260=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,203.800741614465)); -#21261=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,203.798336215513)); -#21262=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,203.803899948537)); -#21263=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,203.809156446903)); -#21264=CARTESIAN_POINT('',(20.165926713015,142.532700797708,203.860452190336)); -#21265=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,203.870564746268)); -#21266=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,203.898736690855)); -#21267=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,203.914084162488)); -#21268=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,203.953553384808)); -#21269=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,203.964108131245)); -#21270=CARTESIAN_POINT('',(20.22126430932,142.933000384188,203.98051359172)); -#21271=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,203.984151458276)); -#21272=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,203.991933586312)); -#21273=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,203.996081263362)); -#21274=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,204.001152344922)); -#21275=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,204.002325148754)); -#21276=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,204.003505161865)); -#21277=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,204.003505161865)); -#21278=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,204.006730874052)); -#21279=CARTESIAN_POINT('',(20.2219638020406,142.937714996955,204.010668888473)); -#21280=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,204.020018599326)); -#21281=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,204.024247309509)); -#21282=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,204.035244069981)); -#21283=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,204.041478075156)); -#21284=CARTESIAN_POINT('',(20.2145462714805,142.887358567167,204.055511687466)); -#21285=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,204.065781303748)); -#21286=CARTESIAN_POINT('',(20.194712774055,142.74947602835,204.108817385173)); -#21287=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,204.128541947939)); -#21288=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,204.141396652997)); -#21289=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,204.141396652997)); -#21290=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,204.143530061599)); -#21291=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,204.145513077316)); -#21292=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,204.190843597887)); -#21293=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,204.196100093379)); -#21294=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,204.201663820661)); -#21295=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,204.199258418845)); -#21296=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,204.199258426652)); -#21297=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,204.199258426652)); -#21298=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,204.199258426652)); -#21299=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199258414995)); -#21300=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800741644622)); -#21301=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,205.800741604056)); -#21302=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,205.800741604056)); -#21303=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,205.800741614465)); -#21304=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,205.798336215513)); -#21305=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,205.803899948537)); -#21306=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,205.809156446903)); -#21307=CARTESIAN_POINT('',(20.165926713015,142.532700797708,205.860452190336)); -#21308=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,205.870564746267)); -#21309=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,205.898736690855)); -#21310=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,205.914084162488)); -#21311=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,205.953553384808)); -#21312=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,205.964108131245)); -#21313=CARTESIAN_POINT('',(20.22126430932,142.933000384188,205.98051359172)); -#21314=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,205.984151458276)); -#21315=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,205.991933586312)); -#21316=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,205.996081263362)); -#21317=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,206.001152344922)); -#21318=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,206.002325148754)); -#21319=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,206.003505161865)); -#21320=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,206.003505161865)); -#21321=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,206.006730874052)); -#21322=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,206.010668888472)); -#21323=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,206.020018599326)); -#21324=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,206.024247309509)); -#21325=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,206.035244069981)); -#21326=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,206.041478075157)); -#21327=CARTESIAN_POINT('',(20.2145462714802,142.887358567166,206.055511687467)); -#21328=CARTESIAN_POINT('',(20.2114284453517,142.865986770514,206.065781303749)); -#21329=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,206.108817385173)); -#21330=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,206.128541947939)); -#21331=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,206.141396652997)); -#21332=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,206.141396652997)); -#21333=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,206.143530061599)); -#21334=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,206.145513077316)); -#21335=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,206.190843597887)); -#21336=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,206.196100093379)); -#21337=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,206.201663820661)); -#21338=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,206.199258418845)); -#21339=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,206.199258426652)); -#21340=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,206.199258426652)); -#21341=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,206.199258426652)); -#21342=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199258414995)); -#21343=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800741644622)); -#21344=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,207.800741604056)); -#21345=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,207.800741604056)); -#21346=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,207.800741614465)); -#21347=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,207.798336215513)); -#21348=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,207.803899948537)); -#21349=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,207.809156446903)); -#21350=CARTESIAN_POINT('',(20.165926713015,142.532700797708,207.860452190336)); -#21351=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,207.870564746268)); -#21352=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,207.898736690855)); -#21353=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,207.914084162488)); -#21354=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,207.953553384808)); -#21355=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,207.964108131245)); -#21356=CARTESIAN_POINT('',(20.22126430932,142.933000384188,207.98051359172)); -#21357=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,207.984151458276)); -#21358=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,207.991933586312)); -#21359=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,207.996081263362)); -#21360=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,208.001152344922)); -#21361=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,208.002325148754)); -#21362=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,208.003505161865)); -#21363=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,208.003505161865)); -#21364=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,208.006730874052)); -#21365=CARTESIAN_POINT('',(20.2219638020406,142.937714996955,208.010668888473)); -#21366=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,208.020018599326)); -#21367=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,208.024247309509)); -#21368=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,208.035244069981)); -#21369=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,208.041478075157)); -#21370=CARTESIAN_POINT('',(20.2145462714808,142.88735856717,208.055511687465)); -#21371=CARTESIAN_POINT('',(20.2114284453526,142.86598677052,208.065781303747)); -#21372=CARTESIAN_POINT('',(20.194712774055,142.74947602835,208.108817385173)); -#21373=CARTESIAN_POINT('',(20.176561740352,142.615776496899,208.128541947939)); -#21374=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,208.141396652997)); -#21375=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,208.141396652997)); -#21376=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,208.143530061599)); -#21377=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,208.145513077316)); -#21378=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,208.190843597887)); -#21379=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,208.196100093379)); -#21380=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,208.201663820661)); -#21381=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,208.199258418845)); -#21382=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,208.199258426652)); -#21383=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,208.199258426652)); -#21384=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,208.199258426652)); -#21385=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199258414995)); -#21386=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800741644622)); -#21387=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,209.800741604056)); -#21388=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,209.800741604056)); -#21389=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,209.800741614465)); -#21390=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,209.798336215513)); -#21391=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,209.803899948537)); -#21392=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,209.809156446903)); -#21393=CARTESIAN_POINT('',(20.165926713015,142.532700797708,209.860452190336)); -#21394=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,209.870564746267)); -#21395=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,209.898736690855)); -#21396=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,209.914084162488)); -#21397=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,209.953553384808)); -#21398=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,209.964108131245)); -#21399=CARTESIAN_POINT('',(20.22126430932,142.933000384188,209.98051359172)); -#21400=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,209.984151458276)); -#21401=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,209.991933586312)); -#21402=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,209.996081263362)); -#21403=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,210.001152344922)); -#21404=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,210.002325148754)); -#21405=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,210.003505161865)); -#21406=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,210.003505161865)); -#21407=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,210.006730874053)); -#21408=CARTESIAN_POINT('',(20.2219638020405,142.937714996955,210.010668888474)); -#21409=CARTESIAN_POINT('',(20.2212395053567,142.932833237515,210.020018599327)); -#21410=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,210.024247309509)); -#21411=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,210.035244069981)); -#21412=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,210.041478075157)); -#21413=CARTESIAN_POINT('',(20.2145462714802,142.887358567166,210.055511687467)); -#21414=CARTESIAN_POINT('',(20.2114284453517,142.865986770514,210.065781303749)); -#21415=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,210.108817385173)); -#21416=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,210.128541947939)); -#21417=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,210.141396652997)); -#21418=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,210.141396652997)); -#21419=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,210.143530061599)); -#21420=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,210.145513077316)); -#21421=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,210.190843597887)); -#21422=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,210.196100093379)); -#21423=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,210.201663820661)); -#21424=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,210.199258418845)); -#21425=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,210.199258426652)); -#21426=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,210.199258426652)); -#21427=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,210.199258426652)); -#21428=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199258414995)); -#21429=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800741644622)); -#21430=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,211.800741604056)); -#21431=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,211.800741604056)); -#21432=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,211.800741614465)); -#21433=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,211.798336215513)); -#21434=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,211.803899948537)); -#21435=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,211.809156446903)); -#21436=CARTESIAN_POINT('',(20.165926713015,142.532700797708,211.860452190336)); -#21437=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,211.870564746267)); -#21438=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,211.898736690855)); -#21439=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,211.914084162488)); -#21440=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,211.953553384808)); -#21441=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,211.964108131245)); -#21442=CARTESIAN_POINT('',(20.22126430932,142.933000384188,211.98051359172)); -#21443=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,211.984151458276)); -#21444=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,211.991933586312)); -#21445=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,211.996081263362)); -#21446=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,212.001152344922)); -#21447=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,212.002325148754)); -#21448=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,212.003505161865)); -#21449=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,212.003505161865)); -#21450=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,212.006730874051)); -#21451=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,212.010668888471)); -#21452=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,212.020018599326)); -#21453=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,212.024247309509)); -#21454=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,212.035244069982)); -#21455=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,212.041478075158)); -#21456=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,212.055511687467)); -#21457=CARTESIAN_POINT('',(20.2114284453516,142.865986770513,212.06578130375)); -#21458=CARTESIAN_POINT('',(20.1947127740545,142.749476028346,212.108817385173)); -#21459=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,212.128541947939)); -#21460=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,212.141396652997)); -#21461=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,212.141396652997)); -#21462=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,212.143530061599)); -#21463=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,212.145513077316)); -#21464=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,212.190843597887)); -#21465=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,212.196100093379)); -#21466=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,212.201663820661)); -#21467=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,212.199258418845)); -#21468=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,212.199258426652)); -#21469=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,212.199258426652)); -#21470=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,212.199258426652)); -#21471=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199258414995)); -#21472=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800741644622)); -#21473=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,213.800741604056)); -#21474=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,213.800741604056)); -#21475=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,213.800741614465)); -#21476=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,213.798336215513)); -#21477=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,213.803899948537)); -#21478=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,213.809156446903)); -#21479=CARTESIAN_POINT('',(20.165926713015,142.532700797708,213.860452190336)); -#21480=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,213.870564746268)); -#21481=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,213.898736690855)); -#21482=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,213.914084162488)); -#21483=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,213.953553384808)); -#21484=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,213.964108131245)); -#21485=CARTESIAN_POINT('',(20.22126430932,142.933000384188,213.98051359172)); -#21486=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,213.984151458276)); -#21487=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,213.991933586312)); -#21488=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,213.996081263362)); -#21489=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,214.001152344922)); -#21490=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,214.002325148754)); -#21491=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,214.003505161865)); -#21492=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,214.003505161865)); -#21493=CARTESIAN_POINT('',(20.2221009848286,142.938637626557,214.006730874051)); -#21494=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,214.010668888471)); -#21495=CARTESIAN_POINT('',(20.2212395053569,142.932833237517,214.020018599325)); -#21496=CARTESIAN_POINT('',(20.220751685751,142.929541913151,214.024247309507)); -#21497=CARTESIAN_POINT('',(20.2192025637299,142.919066998206,214.035244069979)); -#21498=CARTESIAN_POINT('',(20.2179241894817,142.910393149387,214.041478075154)); -#21499=CARTESIAN_POINT('',(20.2145462714816,142.887358567175,214.055511687462)); -#21500=CARTESIAN_POINT('',(20.2114284453538,142.865986770529,214.065781303742)); -#21501=CARTESIAN_POINT('',(20.1947127740564,142.74947602836,214.108817385173)); -#21502=CARTESIAN_POINT('',(20.176561740351,142.615776496891,214.128541947941)); -#21503=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,214.141396652997)); -#21504=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,214.141396652997)); -#21505=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,214.143530061599)); -#21506=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,214.145513077316)); -#21507=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,214.190843597887)); -#21508=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,214.196100093379)); -#21509=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,214.201663820661)); -#21510=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,214.199258418845)); -#21511=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,214.199258426652)); -#21512=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,214.199258426652)); -#21513=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,214.199258426652)); -#21514=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199258414995)); -#21515=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800741644622)); -#21516=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,215.800741604056)); -#21517=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,215.800741604056)); -#21518=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,215.800741614465)); -#21519=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,215.798336215513)); -#21520=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,215.803899948537)); -#21521=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,215.809156446903)); -#21522=CARTESIAN_POINT('',(20.165926713015,142.532700797708,215.860452190336)); -#21523=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,215.870564746267)); -#21524=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,215.898736690855)); -#21525=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,215.914084162488)); -#21526=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,215.953553384808)); -#21527=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,215.964108131245)); -#21528=CARTESIAN_POINT('',(20.22126430932,142.933000384188,215.98051359172)); -#21529=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,215.984151458276)); -#21530=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,215.991933586312)); -#21531=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,215.996081263362)); -#21532=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,216.001152344922)); -#21533=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,216.002325148754)); -#21534=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,216.003505161865)); -#21535=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,216.003505161865)); -#21536=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,216.006730874052)); -#21537=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,216.010668888472)); -#21538=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,216.020018599326)); -#21539=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,216.024247309509)); -#21540=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,216.035244069982)); -#21541=CARTESIAN_POINT('',(20.2179241894809,142.910393149381,216.041478075158)); -#21542=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,216.055511687465)); -#21543=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,216.065781303748)); -#21544=CARTESIAN_POINT('',(20.1947127740544,142.749476028345,216.108817385173)); -#21545=CARTESIAN_POINT('',(20.1765617403524,142.615776496902,216.128541947939)); -#21546=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,216.141396652997)); -#21547=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,216.141396652997)); -#21548=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,216.143530061599)); -#21549=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,216.145513077316)); -#21550=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,216.190843597887)); -#21551=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,216.196100093379)); -#21552=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,216.201663820661)); -#21553=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,216.199258418845)); -#21554=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,216.199258426652)); -#21555=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,216.199258426652)); -#21556=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,216.199258426652)); -#21557=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199258414995)); -#21558=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800741644622)); -#21559=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,217.800741604056)); -#21560=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,217.800741604056)); -#21561=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,217.800741614465)); -#21562=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,217.798336215513)); -#21563=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,217.803899948537)); -#21564=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,217.809156446903)); -#21565=CARTESIAN_POINT('',(20.165926713015,142.532700797708,217.860452190336)); -#21566=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,217.870564746268)); -#21567=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,217.898736690855)); -#21568=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,217.914084162488)); -#21569=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,217.953553384808)); -#21570=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,217.964108131245)); -#21571=CARTESIAN_POINT('',(20.22126430932,142.933000384188,217.98051359172)); -#21572=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,217.984151458276)); -#21573=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,217.991933586312)); -#21574=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,217.996081263362)); -#21575=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,218.001152344922)); -#21576=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,218.002325148754)); -#21577=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,218.003505161865)); -#21578=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,218.003505161865)); -#21579=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,218.006730874052)); -#21580=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,218.010668888472)); -#21581=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,218.020018599326)); -#21582=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,218.024247309508)); -#21583=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,218.035244069981)); -#21584=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,218.041478075156)); -#21585=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,218.055511687465)); -#21586=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,218.065781303747)); -#21587=CARTESIAN_POINT('',(20.1947127740553,142.749476028352,218.108817385173)); -#21588=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,218.12854194794)); -#21589=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,218.141396652997)); -#21590=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,218.141396652997)); -#21591=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,218.143530061599)); -#21592=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,218.145513077316)); -#21593=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,218.190843597887)); -#21594=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,218.196100093379)); -#21595=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,218.201663820661)); -#21596=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,218.199258418845)); -#21597=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,218.199258426652)); -#21598=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,218.199258426652)); -#21599=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,218.199258426652)); -#21600=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199258414995)); -#21601=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800741644622)); -#21602=CARTESIAN_POINT('',(20.0050429785129,140.000003743407,219.800741604056)); -#21603=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,219.800741604056)); -#21604=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,219.800741614465)); -#21605=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,219.798336215513)); -#21606=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,219.803899948537)); -#21607=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,219.809156446903)); -#21608=CARTESIAN_POINT('',(20.165926713015,142.532700797708,219.860452190336)); -#21609=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,219.870564746267)); -#21610=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,219.898736690855)); -#21611=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,219.914084162488)); -#21612=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,219.953553384808)); -#21613=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,219.964108131245)); -#21614=CARTESIAN_POINT('',(20.22126430932,142.933000384188,219.98051359172)); -#21615=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,219.984151458276)); -#21616=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,219.991933586312)); -#21617=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,219.996081263362)); -#21618=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,220.001152344922)); -#21619=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,220.002325148754)); -#21620=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,220.003505161865)); -#21621=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,220.003505161865)); -#21622=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,220.006730874052)); -#21623=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,220.010668888472)); -#21624=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,220.020018599326)); -#21625=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,220.024247309509)); -#21626=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,220.035244069981)); -#21627=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,220.041478075157)); -#21628=CARTESIAN_POINT('',(20.2145462714807,142.887358567169,220.055511687465)); -#21629=CARTESIAN_POINT('',(20.2114284453525,142.86598677052,220.065781303747)); -#21630=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,220.108817385173)); -#21631=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,220.128541947939)); -#21632=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,220.141396652997)); -#21633=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,220.141396652997)); -#21634=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,220.143530061599)); -#21635=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,220.145513077316)); -#21636=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,220.190843597887)); -#21637=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,220.196100093379)); -#21638=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,220.201663820661)); -#21639=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,220.199258418845)); -#21640=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,220.199258426652)); -#21641=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,220.199258426652)); -#21642=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,220.199258426652)); -#21643=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199258414995)); -#21644=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800741644622)); -#21645=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,221.800741604056)); -#21646=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,221.800741604056)); -#21647=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,221.800741614465)); -#21648=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,221.798336215513)); -#21649=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,221.803899948537)); -#21650=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,221.809156446903)); -#21651=CARTESIAN_POINT('',(20.165926713015,142.532700797708,221.860452190336)); -#21652=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,221.870564746267)); -#21653=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,221.898736690855)); -#21654=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,221.914084162488)); -#21655=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,221.953553384808)); -#21656=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,221.964108131245)); -#21657=CARTESIAN_POINT('',(20.22126430932,142.933000384188,221.98051359172)); -#21658=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,221.984151458276)); -#21659=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,221.991933586312)); -#21660=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,221.996081263362)); -#21661=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,222.001152344922)); -#21662=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,222.002325148754)); -#21663=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,222.003505161865)); -#21664=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,222.003505161865)); -#21665=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,222.006730874052)); -#21666=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,222.010668888472)); -#21667=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,222.020018599326)); -#21668=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,222.024247309508)); -#21669=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,222.035244069981)); -#21670=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,222.041478075156)); -#21671=CARTESIAN_POINT('',(20.214546271481,142.887358567171,222.055511687464)); -#21672=CARTESIAN_POINT('',(20.2114284453529,142.865986770522,222.065781303746)); -#21673=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,222.108817385173)); -#21674=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,222.12854194794)); -#21675=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,222.141396652997)); -#21676=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,222.141396652997)); -#21677=CARTESIAN_POINT('',(20.1615031857217,142.496916167025,222.143530061599)); -#21678=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,222.145513077316)); -#21679=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,222.190843597887)); -#21680=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,222.196100093379)); -#21681=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,222.201663820661)); -#21682=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,222.199258418845)); -#21683=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,222.199258426652)); -#21684=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,222.199258426652)); -#21685=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,222.199258426652)); -#21686=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199258414995)); -#21687=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800741644622)); -#21688=CARTESIAN_POINT('',(20.0050429785129,140.000003743404,223.800741604056)); -#21689=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,223.800741604056)); -#21690=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,223.800741614465)); -#21691=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,223.798336215513)); -#21692=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,223.803899948537)); -#21693=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,223.809156446903)); -#21694=CARTESIAN_POINT('',(20.165926713015,142.532700797708,223.860452190336)); -#21695=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,223.870564746268)); -#21696=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,223.898736690855)); -#21697=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,223.914084162488)); -#21698=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,223.953553384808)); -#21699=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,223.964108131245)); -#21700=CARTESIAN_POINT('',(20.22126430932,142.933000384188,223.98051359172)); -#21701=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,223.984151458276)); -#21702=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,223.991933586312)); -#21703=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,223.996081263362)); -#21704=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,224.001152344922)); -#21705=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,224.002325148754)); -#21706=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,224.003505161865)); -#21707=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,224.003505161865)); -#21708=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,224.006730874052)); -#21709=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,224.010668888472)); -#21710=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,224.020018599326)); -#21711=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,224.024247309509)); -#21712=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,224.035244069982)); -#21713=CARTESIAN_POINT('',(20.217924189481,142.910393149382,224.041478075157)); -#21714=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,224.055511687465)); -#21715=CARTESIAN_POINT('',(20.2114284453522,142.865986770518,224.065781303748)); -#21716=CARTESIAN_POINT('',(20.1947127740547,142.749476028348,224.108817385173)); -#21717=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,224.128541947939)); -#21718=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,224.141396652997)); -#21719=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,224.141396652997)); -#21720=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,224.143530061599)); -#21721=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,224.145513077316)); -#21722=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,224.190843597887)); -#21723=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,224.196100093379)); -#21724=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,224.201663820661)); -#21725=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,224.199258418845)); -#21726=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,224.199258426652)); -#21727=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,224.199258426652)); -#21728=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,224.199258426652)); -#21729=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199258414995)); -#21730=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800741644622)); -#21731=CARTESIAN_POINT('',(20.0050429785129,140.000003743407,225.800741604056)); -#21732=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,225.800741604056)); -#21733=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,225.800741614465)); -#21734=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,225.798336215513)); -#21735=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,225.803899948537)); -#21736=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,225.809156446903)); -#21737=CARTESIAN_POINT('',(20.165926713015,142.532700797708,225.860452190336)); -#21738=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,225.870564746267)); -#21739=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,225.898736690855)); -#21740=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,225.914084162488)); -#21741=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,225.953553384808)); -#21742=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,225.964108131245)); -#21743=CARTESIAN_POINT('',(20.22126430932,142.933000384188,225.98051359172)); -#21744=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,225.984151458276)); -#21745=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,225.991933586312)); -#21746=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,225.996081263362)); -#21747=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,226.001152344922)); -#21748=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,226.002325148754)); -#21749=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,226.003505161865)); -#21750=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,226.003505161865)); -#21751=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,226.006730874051)); -#21752=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,226.010668888471)); -#21753=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,226.020018599326)); -#21754=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,226.024247309509)); -#21755=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,226.035244069982)); -#21756=CARTESIAN_POINT('',(20.217924189481,142.910393149382,226.041478075157)); -#21757=CARTESIAN_POINT('',(20.2145462714805,142.887358567168,226.055511687466)); -#21758=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,226.065781303748)); -#21759=CARTESIAN_POINT('',(20.1947127740544,142.749476028346,226.108817385173)); -#21760=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,226.128541947939)); -#21761=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,226.141396652997)); -#21762=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,226.141396652997)); -#21763=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,226.143530061599)); -#21764=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,226.145513077316)); -#21765=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,226.190843597887)); -#21766=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,226.196100093379)); -#21767=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,226.201663820661)); -#21768=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,226.199258418845)); -#21769=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,226.199258426652)); -#21770=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,226.199258426652)); -#21771=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,226.199258426652)); -#21772=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199258414995)); -#21773=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800741644622)); -#21774=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,227.800741604056)); -#21775=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,227.800741604056)); -#21776=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,227.800741614465)); -#21777=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,227.798336215513)); -#21778=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,227.803899948537)); -#21779=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,227.809156446903)); -#21780=CARTESIAN_POINT('',(20.165926713015,142.532700797708,227.860452190336)); -#21781=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,227.870564746268)); -#21782=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,227.898736690855)); -#21783=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,227.914084162488)); -#21784=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,227.953553384808)); -#21785=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,227.964108131245)); -#21786=CARTESIAN_POINT('',(20.22126430932,142.933000384188,227.98051359172)); -#21787=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,227.984151458276)); -#21788=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,227.991933586312)); -#21789=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,227.996081263362)); -#21790=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,228.001152344922)); -#21791=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,228.002325148754)); -#21792=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,228.003505161865)); -#21793=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,228.003505161865)); -#21794=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,228.006730874051)); -#21795=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,228.010668888471)); -#21796=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,228.020018599326)); -#21797=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,228.024247309509)); -#21798=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,228.035244069982)); -#21799=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,228.041478075158)); -#21800=CARTESIAN_POINT('',(20.2145462714797,142.887358567162,228.055511687469)); -#21801=CARTESIAN_POINT('',(20.2114284453508,142.865986770508,228.065781303752)); -#21802=CARTESIAN_POINT('',(20.1947127740541,142.749476028343,228.108817385173)); -#21803=CARTESIAN_POINT('',(20.1765617403526,142.615776496904,228.128541947939)); -#21804=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,228.141396652997)); -#21805=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,228.141396652997)); -#21806=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,228.143530061599)); -#21807=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,228.145513077316)); -#21808=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,228.190843597887)); -#21809=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,228.196100093379)); -#21810=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,228.201663820661)); -#21811=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,228.199258418845)); -#21812=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,228.199258426652)); -#21813=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,228.199258426652)); -#21814=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,228.199258426652)); -#21815=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199258414995)); -#21816=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800741644622)); -#21817=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,229.800741604056)); -#21818=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,229.800741604056)); -#21819=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,229.800741614465)); -#21820=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,229.798336215513)); -#21821=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,229.803899948537)); -#21822=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,229.809156446903)); -#21823=CARTESIAN_POINT('',(20.165926713015,142.532700797708,229.860452190336)); -#21824=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,229.870564746267)); -#21825=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,229.898736690855)); -#21826=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,229.914084162488)); -#21827=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,229.953553384808)); -#21828=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,229.964108131245)); -#21829=CARTESIAN_POINT('',(20.22126430932,142.933000384188,229.98051359172)); -#21830=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,229.984151458276)); -#21831=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,229.991933586312)); -#21832=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,229.996081263362)); -#21833=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,230.001152344922)); -#21834=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,230.002325148754)); -#21835=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,230.003505161865)); -#21836=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,230.003505161865)); -#21837=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,230.006730874052)); -#21838=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,230.010668888472)); -#21839=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,230.020018599326)); -#21840=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,230.024247309508)); -#21841=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,230.035244069981)); -#21842=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,230.041478075156)); -#21843=CARTESIAN_POINT('',(20.2145462714815,142.887358567174,230.055511687462)); -#21844=CARTESIAN_POINT('',(20.2114284453536,142.865986770528,230.065781303744)); -#21845=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,230.108817385173)); -#21846=CARTESIAN_POINT('',(20.176561740352,142.615776496899,230.128541947939)); -#21847=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,230.141396652997)); -#21848=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,230.141396652997)); -#21849=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,230.143530061599)); -#21850=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,230.145513077316)); -#21851=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,230.190843597887)); -#21852=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,230.196100093379)); -#21853=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,230.201663820661)); -#21854=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,230.199258418845)); -#21855=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,230.199258426652)); -#21856=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,230.199258426652)); -#21857=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,230.199258426652)); -#21858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199258414995)); -#21859=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800741644622)); -#21860=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,231.800741604056)); -#21861=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,231.800741604056)); -#21862=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,231.800741614465)); -#21863=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,231.798336215513)); -#21864=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,231.803899948537)); -#21865=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,231.809156446903)); -#21866=CARTESIAN_POINT('',(20.165926713015,142.532700797708,231.860452190336)); -#21867=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,231.870564746267)); -#21868=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,231.898736690855)); -#21869=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,231.914084162488)); -#21870=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,231.953553384808)); -#21871=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,231.964108131245)); -#21872=CARTESIAN_POINT('',(20.22126430932,142.933000384188,231.98051359172)); -#21873=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,231.984151458276)); -#21874=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,231.991933586312)); -#21875=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,231.996081263362)); -#21876=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,232.001152344922)); -#21877=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,232.002325148754)); -#21878=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,232.003505161865)); -#21879=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,232.003505161865)); -#21880=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,232.006730874052)); -#21881=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,232.010668888472)); -#21882=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,232.020018599326)); -#21883=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,232.024247309509)); -#21884=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,232.035244069981)); -#21885=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,232.041478075157)); -#21886=CARTESIAN_POINT('',(20.2145462714809,142.88735856717,232.055511687464)); -#21887=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,232.065781303746)); -#21888=CARTESIAN_POINT('',(20.1947127740549,142.749476028349,232.108817385173)); -#21889=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,232.128541947939)); -#21890=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,232.141396652997)); -#21891=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,232.141396652997)); -#21892=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,232.143530061599)); -#21893=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,232.145513077316)); -#21894=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,232.190843597887)); -#21895=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,232.196100093379)); -#21896=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,232.201663820661)); -#21897=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,232.199258418845)); -#21898=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,232.199258426652)); -#21899=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,232.199258426652)); -#21900=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,232.199258426652)); -#21901=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199258414995)); -#21902=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800741644622)); -#21903=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,233.800741604056)); -#21904=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,233.800741604056)); -#21905=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,233.800741614465)); -#21906=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,233.798336215513)); -#21907=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,233.803899948537)); -#21908=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,233.809156446903)); -#21909=CARTESIAN_POINT('',(20.165926713015,142.532700797708,233.860452190336)); -#21910=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,233.870564746268)); -#21911=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,233.898736690855)); -#21912=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,233.914084162488)); -#21913=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,233.953553384808)); -#21914=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,233.964108131245)); -#21915=CARTESIAN_POINT('',(20.22126430932,142.933000384188,233.98051359172)); -#21916=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,233.984151458276)); -#21917=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,233.991933586312)); -#21918=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,233.996081263362)); -#21919=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,234.001152344922)); -#21920=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,234.002325148754)); -#21921=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,234.003505161865)); -#21922=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,234.003505161865)); -#21923=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,234.006730874052)); -#21924=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,234.010668888472)); -#21925=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,234.020018599326)); -#21926=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,234.024247309508)); -#21927=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,234.03524406998)); -#21928=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,234.041478075155)); -#21929=CARTESIAN_POINT('',(20.2145462714802,142.887358567166,234.055511687467)); -#21930=CARTESIAN_POINT('',(20.2114284453517,142.865986770515,234.065781303749)); -#21931=CARTESIAN_POINT('',(20.1947127740554,142.749476028353,234.108817385173)); -#21932=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,234.12854194794)); -#21933=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,234.141396652997)); -#21934=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,234.141396652997)); -#21935=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,234.143530061599)); -#21936=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,234.145513077316)); -#21937=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,234.190843597887)); -#21938=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,234.196100093379)); -#21939=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,234.201663820661)); -#21940=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,234.199258418845)); -#21941=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,234.199258426652)); -#21942=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,234.199258426652)); -#21943=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,234.199258426652)); -#21944=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199258414995)); -#21945=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800741644622)); -#21946=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,235.800741604056)); -#21947=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,235.800741604056)); -#21948=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,235.800741614465)); -#21949=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,235.798336215513)); -#21950=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,235.803899948537)); -#21951=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,235.809156446903)); -#21952=CARTESIAN_POINT('',(20.165926713015,142.532700797708,235.860452190336)); -#21953=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,235.870564746267)); -#21954=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,235.898736690855)); -#21955=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,235.914084162488)); -#21956=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,235.953553384808)); -#21957=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,235.964108131245)); -#21958=CARTESIAN_POINT('',(20.22126430932,142.933000384188,235.98051359172)); -#21959=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,235.984151458276)); -#21960=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,235.991933586312)); -#21961=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,235.996081263362)); -#21962=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,236.001152344922)); -#21963=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,236.002325148754)); -#21964=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,236.003505161865)); -#21965=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,236.003505161865)); -#21966=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,236.006730874051)); -#21967=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,236.010668888471)); -#21968=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,236.020018599326)); -#21969=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,236.024247309509)); -#21970=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,236.035244069982)); -#21971=CARTESIAN_POINT('',(20.217924189481,142.910393149382,236.041478075157)); -#21972=CARTESIAN_POINT('',(20.2145462714809,142.88735856717,236.055511687464)); -#21973=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,236.065781303746)); -#21974=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,236.108817385173)); -#21975=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,236.128541947939)); -#21976=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,236.141396652997)); -#21977=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,236.141396652997)); -#21978=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,236.143530061599)); -#21979=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,236.145513077316)); -#21980=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,236.190843597887)); -#21981=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,236.196100093379)); -#21982=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,236.201663820661)); -#21983=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,236.199258418845)); -#21984=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,236.199258426652)); -#21985=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,236.199258426652)); -#21986=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,236.199258426652)); -#21987=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199258414995)); -#21988=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800741644622)); -#21989=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,237.800741604056)); -#21990=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,237.800741604056)); -#21991=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,237.800741614465)); -#21992=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,237.798336215513)); -#21993=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,237.803899948537)); -#21994=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,237.809156446903)); -#21995=CARTESIAN_POINT('',(20.165926713015,142.532700797708,237.860452190336)); -#21996=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,237.870564746268)); -#21997=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,237.898736690855)); -#21998=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,237.914084162488)); -#21999=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,237.953553384808)); -#22000=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,237.964108131245)); -#22001=CARTESIAN_POINT('',(20.22126430932,142.933000384188,237.98051359172)); -#22002=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,237.984151458276)); -#22003=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,237.991933586312)); -#22004=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,237.996081263362)); -#22005=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,238.001152344922)); -#22006=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,238.002325148754)); -#22007=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,238.003505161865)); -#22008=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,238.003505161865)); -#22009=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,238.006730874054)); -#22010=CARTESIAN_POINT('',(20.2219638020405,142.937714996955,238.010668888475)); -#22011=CARTESIAN_POINT('',(20.2212395053564,142.932833237514,238.020018599329)); -#22012=CARTESIAN_POINT('',(20.2207516857503,142.929541913146,238.024247309512)); -#22013=CARTESIAN_POINT('',(20.2192025637287,142.919066998197,238.035244069986)); -#22014=CARTESIAN_POINT('',(20.21792418948,142.910393149376,238.041478075162)); -#22015=CARTESIAN_POINT('',(20.2145462714796,142.887358567161,238.055511687469)); -#22016=CARTESIAN_POINT('',(20.2114284453507,142.865986770508,238.065781303753)); -#22017=CARTESIAN_POINT('',(20.1947127740523,142.74947602833,238.108817385173)); -#22018=CARTESIAN_POINT('',(20.1765617403537,142.615776496912,238.128541947938)); -#22019=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,238.141396652997)); -#22020=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,238.141396652997)); -#22021=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,238.143530061599)); -#22022=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,238.145513077316)); -#22023=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,238.190843597887)); -#22024=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,238.196100093379)); -#22025=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,238.201663820661)); -#22026=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,238.199258418845)); -#22027=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,238.199258426652)); -#22028=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,238.199258426652)); -#22029=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,238.199258426652)); -#22030=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199258414995)); -#22031=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800741644622)); -#22032=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,239.800741604056)); -#22033=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,239.800741604056)); -#22034=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,239.800741614465)); -#22035=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,239.798336215513)); -#22036=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,239.803899948537)); -#22037=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,239.809156446903)); -#22038=CARTESIAN_POINT('',(20.165926713015,142.532700797708,239.860452190336)); -#22039=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,239.870564746267)); -#22040=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,239.898736690855)); -#22041=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,239.914084162488)); -#22042=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,239.953553384808)); -#22043=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,239.964108131245)); -#22044=CARTESIAN_POINT('',(20.22126430932,142.933000384188,239.98051359172)); -#22045=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,239.984151458276)); -#22046=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,239.991933586312)); -#22047=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,239.996081263362)); -#22048=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,240.001152344922)); -#22049=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,240.002325148754)); -#22050=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,240.003505161865)); -#22051=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,240.003505161865)); -#22052=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,240.006730874052)); -#22053=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,240.010668888472)); -#22054=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,240.020018599326)); -#22055=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,240.024247309509)); -#22056=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,240.035244069981)); -#22057=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,240.041478075157)); -#22058=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,240.055511687465)); -#22059=CARTESIAN_POINT('',(20.2114284453524,142.865986770519,240.065781303747)); -#22060=CARTESIAN_POINT('',(20.1947127740548,142.749476028349,240.108817385173)); -#22061=CARTESIAN_POINT('',(20.1765617403522,142.6157764969,240.128541947939)); -#22062=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,240.141396652997)); -#22063=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,240.141396652997)); -#22064=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,240.143530061599)); -#22065=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,240.145513077316)); -#22066=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,240.190843597887)); -#22067=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,240.196100093379)); -#22068=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,240.201663820661)); -#22069=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,240.199258418845)); -#22070=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,240.199258426652)); -#22071=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,240.199258426652)); -#22072=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,240.199258426652)); -#22073=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199258414995)); -#22074=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800741644622)); -#22075=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,241.800741604056)); -#22076=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,241.800741604056)); -#22077=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,241.800741614465)); -#22078=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,241.798336215513)); -#22079=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,241.803899948537)); -#22080=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,241.809156446903)); -#22081=CARTESIAN_POINT('',(20.165926713015,142.532700797708,241.860452190336)); -#22082=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,241.870564746267)); -#22083=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,241.898736690855)); -#22084=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,241.914084162488)); -#22085=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,241.953553384808)); -#22086=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,241.964108131245)); -#22087=CARTESIAN_POINT('',(20.22126430932,142.933000384188,241.98051359172)); -#22088=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,241.984151458276)); -#22089=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,241.991933586312)); -#22090=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,241.996081263362)); -#22091=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,242.001152344922)); -#22092=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,242.002325148754)); -#22093=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,242.003505161865)); -#22094=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,242.003505161865)); -#22095=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,242.006730874051)); -#22096=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,242.010668888472)); -#22097=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,242.020018599326)); -#22098=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,242.024247309509)); -#22099=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,242.035244069982)); -#22100=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,242.041478075157)); -#22101=CARTESIAN_POINT('',(20.2145462714811,142.887358567172,242.055511687463)); -#22102=CARTESIAN_POINT('',(20.2114284453531,142.865986770524,242.065781303746)); -#22103=CARTESIAN_POINT('',(20.1947127740547,142.749476028348,242.108817385173)); -#22104=CARTESIAN_POINT('',(20.1765617403523,142.615776496901,242.128541947939)); -#22105=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,242.141396652997)); -#22106=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,242.141396652997)); -#22107=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,242.143530061599)); -#22108=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,242.145513077316)); -#22109=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,242.190843597887)); -#22110=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,242.196100093379)); -#22111=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,242.201663820661)); -#22112=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,242.199258418845)); -#22113=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,242.199258426652)); -#22114=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,242.199258426652)); -#22115=CARTESIAN_POINT('',(20.0050429899984,140.000003770599,242.199258426652)); -#22116=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199258414995)); -#22117=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800741644622)); -#22118=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,243.800741604056)); -#22119=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,243.800741604056)); -#22120=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,243.800741614465)); -#22121=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,243.798336215513)); -#22122=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,243.803899948537)); -#22123=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,243.809156446903)); -#22124=CARTESIAN_POINT('',(20.165926713015,142.532700797708,243.860452190336)); -#22125=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,243.870564746268)); -#22126=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,243.898736690855)); -#22127=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,243.914084162488)); -#22128=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,243.953553384808)); -#22129=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,243.964108131245)); -#22130=CARTESIAN_POINT('',(20.22126430932,142.933000384188,243.98051359172)); -#22131=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,243.984151458276)); -#22132=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,243.991933586312)); -#22133=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,243.996081263362)); -#22134=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,244.001152344922)); -#22135=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,244.002325148754)); -#22136=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,244.003505161865)); -#22137=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,244.003505161865)); -#22138=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,244.006730874052)); -#22139=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,244.010668888472)); -#22140=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,244.020018599326)); -#22141=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,244.024247309508)); -#22142=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,244.03524406998)); -#22143=CARTESIAN_POINT('',(20.2179241894813,142.910393149385,244.041478075156)); -#22144=CARTESIAN_POINT('',(20.2145462714798,142.887358567163,244.055511687469)); -#22145=CARTESIAN_POINT('',(20.2114284453511,142.86598677051,244.06578130375)); -#22146=CARTESIAN_POINT('',(20.1947127740552,142.749476028351,244.108817385173)); -#22147=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,244.12854194794)); -#22148=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,244.141396652997)); -#22149=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,244.141396652997)); -#22150=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,244.143530061599)); -#22151=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,244.145513077316)); -#22152=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,244.190843597887)); -#22153=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,244.196100093379)); -#22154=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,244.201663820661)); -#22155=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,244.199258418845)); -#22156=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,244.199258426652)); -#22157=CARTESIAN_POINT('',(20.0050429899853,140.000007541194,244.199258426652)); -#22158=CARTESIAN_POINT('',(20.0050429899984,140.000003770595,244.199258426652)); -#22159=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199258414995)); -#22160=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800741644622)); -#22161=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,245.800741604056)); -#22162=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,245.800741604056)); -#22163=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,245.800741614465)); -#22164=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,245.798336215513)); -#22165=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,245.803899948537)); -#22166=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,245.809156446903)); -#22167=CARTESIAN_POINT('',(20.165926713015,142.532700797708,245.860452190336)); -#22168=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,245.870564746267)); -#22169=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,245.898736690855)); -#22170=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,245.914084162488)); -#22171=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,245.953553384807)); -#22172=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,245.964108131245)); -#22173=CARTESIAN_POINT('',(20.22126430932,142.933000384188,245.98051359172)); -#22174=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,245.984151458276)); -#22175=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,245.991933586312)); -#22176=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,245.996081263362)); -#22177=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,246.001152344922)); -#22178=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,246.002325148754)); -#22179=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,246.003505161865)); -#22180=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,246.003505161865)); -#22181=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,246.006730874052)); -#22182=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,246.010668888473)); -#22183=CARTESIAN_POINT('',(20.2212395053565,142.932833237514,246.020018599329)); -#22184=CARTESIAN_POINT('',(20.2207516857504,142.929541913146,246.024247309512)); -#22185=CARTESIAN_POINT('',(20.2192025637288,142.919066998199,246.035244069985)); -#22186=CARTESIAN_POINT('',(20.2179241894802,142.910393149377,246.041478075161)); -#22187=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,246.055511687467)); -#22188=CARTESIAN_POINT('',(20.2114284453516,142.865986770514,246.065781303751)); -#22189=CARTESIAN_POINT('',(20.1947127740532,142.749476028337,246.108817385173)); -#22190=CARTESIAN_POINT('',(20.1765617403533,142.615776496909,246.128541947938)); -#22191=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,246.141396652997)); -#22192=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,246.141396652997)); -#22193=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,246.143530061599)); -#22194=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,246.145513077316)); -#22195=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,246.190843597887)); -#22196=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,246.196100093379)); -#22197=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,246.201663820661)); -#22198=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,246.199258418845)); -#22199=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,246.199258426652)); -#22200=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,246.199258426652)); -#22201=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,246.199258426652)); -#22202=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199258414995)); -#22203=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800741644622)); -#22204=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,247.800741604056)); -#22205=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,247.800741604056)); -#22206=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,247.800741614465)); -#22207=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,247.798336215513)); -#22208=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,247.803899948537)); -#22209=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,247.809156446903)); -#22210=CARTESIAN_POINT('',(20.165926713015,142.532700797708,247.860452190336)); -#22211=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,247.870564746268)); -#22212=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,247.898736690855)); -#22213=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,247.914084162488)); -#22214=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,247.953553384807)); -#22215=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,247.964108131245)); -#22216=CARTESIAN_POINT('',(20.22126430932,142.933000384188,247.98051359172)); -#22217=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,247.984151458276)); -#22218=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,247.991933586312)); -#22219=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,247.996081263362)); -#22220=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,248.001152344922)); -#22221=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,248.002325148754)); -#22222=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,248.003505161865)); -#22223=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,248.003505161865)); -#22224=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,248.006730874051)); -#22225=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,248.010668888472)); -#22226=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,248.020018599326)); -#22227=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,248.024247309509)); -#22228=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,248.035244069982)); -#22229=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,248.041478075157)); -#22230=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,248.055511687467)); -#22231=CARTESIAN_POINT('',(20.2114284453515,142.865986770513,248.06578130375)); -#22232=CARTESIAN_POINT('',(20.1947127740546,142.749476028347,248.108817385173)); -#22233=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,248.128541947939)); -#22234=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,248.141396652997)); -#22235=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,248.141396652997)); -#22236=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,248.143530061599)); -#22237=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,248.145513077316)); -#22238=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,248.190843597887)); -#22239=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,248.196100093379)); -#22240=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,248.201663820661)); -#22241=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,248.199258418845)); -#22242=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,248.199258426652)); -#22243=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,248.199258426652)); -#22244=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,248.199258426652)); -#22245=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199258414995)); -#22246=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800741644622)); -#22247=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,249.800741604056)); -#22248=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,249.800741604056)); -#22249=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,249.800741614465)); -#22250=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,249.798336215513)); -#22251=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,249.803899948537)); -#22252=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,249.809156446903)); -#22253=CARTESIAN_POINT('',(20.165926713015,142.532700797708,249.860452190336)); -#22254=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,249.870564746267)); -#22255=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,249.898736690855)); -#22256=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,249.914084162488)); -#22257=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,249.953553384808)); -#22258=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,249.964108131245)); -#22259=CARTESIAN_POINT('',(20.22126430932,142.933000384188,249.98051359172)); -#22260=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,249.984151458276)); -#22261=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,249.991933586312)); -#22262=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,249.996081263362)); -#22263=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,250.001152344922)); -#22264=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,250.002325148754)); -#22265=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,250.003505161865)); -#22266=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,250.003505161865)); -#22267=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,250.006730874051)); -#22268=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,250.010668888472)); -#22269=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,250.020018599326)); -#22270=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,250.024247309508)); -#22271=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,250.035244069981)); -#22272=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,250.041478075156)); -#22273=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,250.055511687466)); -#22274=CARTESIAN_POINT('',(20.2114284453523,142.865986770518,250.065781303747)); -#22275=CARTESIAN_POINT('',(20.1947127740551,142.74947602835,250.108817385173)); -#22276=CARTESIAN_POINT('',(20.176561740352,142.615776496899,250.128541947939)); -#22277=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,250.141396652997)); -#22278=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,250.141396652997)); -#22279=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,250.143530061599)); -#22280=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,250.145513077316)); -#22281=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,250.190843597887)); -#22282=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,250.196100093379)); -#22283=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,250.201663820661)); -#22284=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,250.199258418845)); -#22285=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,250.199258426652)); -#22286=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,250.199258426652)); -#22287=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,250.199258426652)); -#22288=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199258414995)); -#22289=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800741644622)); -#22290=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,251.800741604056)); -#22291=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,251.800741604056)); -#22292=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,251.800741614465)); -#22293=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,251.798336215513)); -#22294=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,251.803899948537)); -#22295=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,251.809156446903)); -#22296=CARTESIAN_POINT('',(20.165926713015,142.532700797708,251.860452190336)); -#22297=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,251.870564746267)); -#22298=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,251.898736690855)); -#22299=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,251.914084162488)); -#22300=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,251.953553384808)); -#22301=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,251.964108131245)); -#22302=CARTESIAN_POINT('',(20.22126430932,142.933000384188,251.98051359172)); -#22303=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,251.984151458276)); -#22304=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,251.991933586312)); -#22305=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,251.996081263362)); -#22306=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,252.001152344922)); -#22307=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,252.002325148754)); -#22308=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,252.003505161865)); -#22309=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,252.003505161865)); -#22310=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,252.006730874051)); -#22311=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,252.010668888471)); -#22312=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,252.020018599327)); -#22313=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,252.024247309509)); -#22314=CARTESIAN_POINT('',(20.2192025637292,142.919066998201,252.035244069983)); -#22315=CARTESIAN_POINT('',(20.2179241894807,142.91039314938,252.041478075158)); -#22316=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,252.055511687466)); -#22317=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,252.065781303748)); -#22318=CARTESIAN_POINT('',(20.1947127740543,142.749476028345,252.108817385173)); -#22319=CARTESIAN_POINT('',(20.1765617403524,142.615776496902,252.128541947939)); -#22320=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,252.141396652997)); -#22321=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,252.141396652997)); -#22322=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,252.143530061599)); -#22323=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,252.145513077316)); -#22324=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,252.190843597887)); -#22325=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,252.196100093379)); -#22326=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,252.201663820661)); -#22327=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,252.199258418845)); -#22328=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,252.199258426652)); -#22329=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,252.199258426652)); -#22330=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,252.199258426652)); -#22331=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199258414995)); -#22332=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800741644622)); -#22333=CARTESIAN_POINT('',(20.0050429785129,140.000003743406,253.800741604056)); -#22334=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,253.800741604056)); -#22335=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,253.800741614465)); -#22336=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,253.798336215513)); -#22337=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,253.803899948537)); -#22338=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,253.809156446903)); -#22339=CARTESIAN_POINT('',(20.165926713015,142.532700797708,253.860452190336)); -#22340=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,253.870564746268)); -#22341=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,253.898736690855)); -#22342=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,253.914084162488)); -#22343=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,253.953553384808)); -#22344=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,253.964108131245)); -#22345=CARTESIAN_POINT('',(20.22126430932,142.933000384188,253.98051359172)); -#22346=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,253.984151458276)); -#22347=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,253.991933586312)); -#22348=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,253.996081263362)); -#22349=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,254.001152344922)); -#22350=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,254.002325148754)); -#22351=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,254.003505161865)); -#22352=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,254.003505161865)); -#22353=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,254.006730874052)); -#22354=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,254.010668888472)); -#22355=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,254.020018599326)); -#22356=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,254.024247309508)); -#22357=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,254.035244069981)); -#22358=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,254.041478075156)); -#22359=CARTESIAN_POINT('',(20.2145462714814,142.887358567174,254.055511687462)); -#22360=CARTESIAN_POINT('',(20.2114284453536,142.865986770527,254.065781303744)); -#22361=CARTESIAN_POINT('',(20.194712774055,142.74947602835,254.108817385173)); -#22362=CARTESIAN_POINT('',(20.176561740352,142.615776496899,254.128541947939)); -#22363=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,254.141396652997)); -#22364=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,254.141396652997)); -#22365=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,254.143530061599)); -#22366=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,254.145513077316)); -#22367=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,254.190843597887)); -#22368=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,254.196100093379)); -#22369=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,254.201663820661)); -#22370=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,254.199258418845)); -#22371=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,254.199258426652)); -#22372=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,254.199258426652)); -#22373=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,254.199258426652)); -#22374=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199258414995)); -#22375=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800741644622)); -#22376=CARTESIAN_POINT('',(20.0050429785128,140.000003743404,255.800741604056)); -#22377=CARTESIAN_POINT('',(20.0050429785016,140.000007486811,255.800741604056)); -#22378=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,255.800741614465)); -#22379=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,255.798336215513)); -#22380=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,255.803899948537)); -#22381=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,255.809156446903)); -#22382=CARTESIAN_POINT('',(20.165926713015,142.532700797708,255.860452190336)); -#22383=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,255.870564746267)); -#22384=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,255.898736690855)); -#22385=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,255.914084162488)); -#22386=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,255.953553384808)); -#22387=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,255.964108131245)); -#22388=CARTESIAN_POINT('',(20.22126430932,142.933000384188,255.98051359172)); -#22389=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,255.984151458276)); -#22390=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,255.991933586312)); -#22391=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,255.996081263362)); -#22392=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,256.001152344922)); -#22393=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,256.002325148754)); -#22394=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,256.003505161865)); -#22395=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,256.003505161865)); -#22396=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,256.006730874052)); -#22397=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,256.010668888472)); -#22398=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,256.020018599326)); -#22399=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,256.024247309509)); -#22400=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,256.035244069981)); -#22401=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,256.041478075157)); -#22402=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,256.055511687466)); -#22403=CARTESIAN_POINT('',(20.2114284453521,142.865986770517,256.065781303748)); -#22404=CARTESIAN_POINT('',(20.1947127740551,142.74947602835,256.108817385173)); -#22405=CARTESIAN_POINT('',(20.176561740352,142.615776496899,256.128541947939)); -#22406=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,256.141396652997)); -#22407=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,256.141396652997)); -#22408=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,256.143530061599)); -#22409=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,256.145513077316)); -#22410=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,256.190843597887)); -#22411=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,256.196100093379)); -#22412=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,256.201663820661)); -#22413=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,256.199258418845)); -#22414=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,256.199258426652)); -#22415=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,256.199258426652)); -#22416=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,256.199258426652)); -#22417=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199258414995)); -#22418=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800741644622)); -#22419=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,257.800741604056)); -#22420=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,257.800741604056)); -#22421=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,257.800741614465)); -#22422=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,257.798336215513)); -#22423=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,257.803899948537)); -#22424=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,257.809156446903)); -#22425=CARTESIAN_POINT('',(20.165926713015,142.532700797708,257.860452190336)); -#22426=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,257.870564746267)); -#22427=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,257.898736690855)); -#22428=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,257.914084162488)); -#22429=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,257.953553384808)); -#22430=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,257.964108131245)); -#22431=CARTESIAN_POINT('',(20.22126430932,142.933000384188,257.98051359172)); -#22432=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,257.984151458276)); -#22433=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,257.991933586312)); -#22434=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,257.996081263362)); -#22435=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,258.001152344922)); -#22436=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,258.002325148754)); -#22437=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,258.003505161865)); -#22438=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,258.003505161865)); -#22439=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,258.006730874052)); -#22440=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,258.010668888472)); -#22441=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,258.020018599326)); -#22442=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,258.024247309508)); -#22443=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,258.03524406998)); -#22444=CARTESIAN_POINT('',(20.2179241894814,142.910393149385,258.041478075155)); -#22445=CARTESIAN_POINT('',(20.214546271481,142.887358567171,258.055511687464)); -#22446=CARTESIAN_POINT('',(20.2114284453529,142.865986770523,258.065781303745)); -#22447=CARTESIAN_POINT('',(20.1947127740556,142.749476028354,258.108817385173)); -#22448=CARTESIAN_POINT('',(20.1765617403515,142.615776496895,258.12854194794)); -#22449=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,258.141396652997)); -#22450=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,258.141396652997)); -#22451=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,258.143530061599)); -#22452=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,258.145513077316)); -#22453=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,258.190843597887)); -#22454=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,258.196100093379)); -#22455=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,258.201663820661)); -#22456=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,258.199258418845)); -#22457=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,258.199258426652)); -#22458=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,258.199258426652)); -#22459=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,258.199258426652)); -#22460=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199258414995)); -#22461=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800741644622)); -#22462=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,259.800741604056)); -#22463=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,259.800741604056)); -#22464=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,259.800741614465)); -#22465=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,259.798336215513)); -#22466=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,259.803899948536)); -#22467=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,259.809156446903)); -#22468=CARTESIAN_POINT('',(20.165926713015,142.532700797708,259.860452190336)); -#22469=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,259.870564746267)); -#22470=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,259.898736690855)); -#22471=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,259.914084162488)); -#22472=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,259.953553384808)); -#22473=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,259.964108131245)); -#22474=CARTESIAN_POINT('',(20.22126430932,142.933000384188,259.98051359172)); -#22475=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,259.984151458276)); -#22476=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,259.991933586312)); -#22477=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,259.996081263362)); -#22478=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,260.001152344922)); -#22479=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,260.002325148754)); -#22480=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,260.003505161865)); -#22481=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,260.003505161865)); -#22482=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,260.006730874051)); -#22483=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,260.010668888471)); -#22484=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,260.020018599327)); -#22485=CARTESIAN_POINT('',(20.2207516857506,142.929541913148,260.024247309509)); -#22486=CARTESIAN_POINT('',(20.2192025637292,142.919066998201,260.035244069983)); -#22487=CARTESIAN_POINT('',(20.2179241894807,142.91039314938,260.041478075158)); -#22488=CARTESIAN_POINT('',(20.2145462714797,142.887358567162,260.055511687469)); -#22489=CARTESIAN_POINT('',(20.2114284453509,142.865986770509,260.065781303752)); -#22490=CARTESIAN_POINT('',(20.1947127740541,142.749476028343,260.108817385173)); -#22491=CARTESIAN_POINT('',(20.1765617403526,142.615776496904,260.128541947939)); -#22492=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,260.141396652997)); -#22493=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,260.141396652997)); -#22494=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,260.143530061599)); -#22495=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,260.145513077316)); -#22496=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,260.190843597887)); -#22497=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,260.196100093379)); -#22498=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,260.201663820661)); -#22499=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,260.199258418845)); -#22500=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,260.199258426652)); -#22501=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,260.199258426652)); -#22502=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,260.199258426652)); -#22503=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199258414995)); -#22504=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800741644622)); -#22505=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,261.800741604056)); -#22506=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,261.800741604056)); -#22507=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,261.800741614465)); -#22508=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,261.798336215513)); -#22509=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,261.803899948536)); -#22510=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,261.809156446903)); -#22511=CARTESIAN_POINT('',(20.165926713015,142.532700797708,261.860452190336)); -#22512=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,261.870564746267)); -#22513=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,261.898736690855)); -#22514=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,261.914084162488)); -#22515=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,261.953553384808)); -#22516=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,261.964108131245)); -#22517=CARTESIAN_POINT('',(20.22126430932,142.933000384188,261.98051359172)); -#22518=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,261.984151458276)); -#22519=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,261.991933586312)); -#22520=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,261.996081263362)); -#22521=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,262.001152344922)); -#22522=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,262.002325148754)); -#22523=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,262.003505161865)); -#22524=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,262.003505161865)); -#22525=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,262.006730874052)); -#22526=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,262.010668888472)); -#22527=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,262.020018599326)); -#22528=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,262.024247309509)); -#22529=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,262.035244069981)); -#22530=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,262.041478075157)); -#22531=CARTESIAN_POINT('',(20.214546271481,142.887358567171,262.055511687463)); -#22532=CARTESIAN_POINT('',(20.211428445353,142.865986770523,262.065781303746)); -#22533=CARTESIAN_POINT('',(20.1947127740548,142.749476028349,262.108817385173)); -#22534=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,262.128541947939)); -#22535=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,262.141396652997)); -#22536=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,262.141396652997)); -#22537=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,262.143530061599)); -#22538=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,262.145513077316)); -#22539=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,262.190843597887)); -#22540=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,262.196100093379)); -#22541=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,262.201663820661)); -#22542=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,262.199258418845)); -#22543=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,262.199258426652)); -#22544=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,262.199258426652)); -#22545=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,262.199258426652)); -#22546=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199258414995)); -#22547=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800741644622)); -#22548=CARTESIAN_POINT('',(20.0050429785127,140.000003743407,263.800741604056)); -#22549=CARTESIAN_POINT('',(20.0050429785014,140.000007486813,263.800741604056)); -#22550=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,263.800741614465)); -#22551=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,263.798336215513)); -#22552=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,263.803899948537)); -#22553=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,263.809156446903)); -#22554=CARTESIAN_POINT('',(20.165926713015,142.532700797708,263.860452190336)); -#22555=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,263.870564746268)); -#22556=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,263.898736690855)); -#22557=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,263.914084162489)); -#22558=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,263.953553384808)); -#22559=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,263.964108131245)); -#22560=CARTESIAN_POINT('',(20.22126430932,142.933000384188,263.98051359172)); -#22561=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,263.984151458276)); -#22562=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,263.991933586312)); -#22563=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,263.996081263362)); -#22564=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,264.001152344922)); -#22565=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,264.002325148754)); -#22566=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,264.003505161865)); -#22567=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,264.003505161865)); -#22568=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,264.006730874052)); -#22569=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,264.010668888472)); -#22570=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,264.020018599326)); -#22571=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,264.024247309508)); -#22572=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,264.035244069981)); -#22573=CARTESIAN_POINT('',(20.2179241894813,142.910393149384,264.041478075156)); -#22574=CARTESIAN_POINT('',(20.2145462714809,142.887358567171,264.055511687464)); -#22575=CARTESIAN_POINT('',(20.2114284453528,142.865986770522,264.065781303746)); -#22576=CARTESIAN_POINT('',(20.1947127740552,142.749476028351,264.108817385173)); -#22577=CARTESIAN_POINT('',(20.1765617403518,142.615776496897,264.12854194794)); -#22578=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,264.141396652997)); -#22579=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,264.141396652997)); -#22580=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,264.143530061599)); -#22581=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,264.145513077316)); -#22582=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,264.190843597887)); -#22583=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,264.196100093379)); -#22584=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,264.201663820661)); -#22585=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,264.199258418845)); -#22586=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,264.199258426652)); -#22587=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,264.199258426652)); -#22588=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,264.199258426652)); -#22589=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199258414995)); -#22590=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800741644622)); -#22591=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,265.800741604056)); -#22592=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,265.800741604056)); -#22593=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,265.800741614465)); -#22594=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,265.798336215513)); -#22595=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,265.803899948537)); -#22596=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,265.809156446903)); -#22597=CARTESIAN_POINT('',(20.165926713015,142.532700797708,265.860452190336)); -#22598=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,265.870564746267)); -#22599=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,265.898736690855)); -#22600=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,265.914084162488)); -#22601=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,265.953553384808)); -#22602=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,265.964108131245)); -#22603=CARTESIAN_POINT('',(20.22126430932,142.933000384188,265.98051359172)); -#22604=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,265.984151458276)); -#22605=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,265.991933586312)); -#22606=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,265.996081263362)); -#22607=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,266.001152344922)); -#22608=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,266.002325148754)); -#22609=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,266.003505161865)); -#22610=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,266.003505161865)); -#22611=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,266.006730874052)); -#22612=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,266.010668888472)); -#22613=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,266.020018599326)); -#22614=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,266.024247309508)); -#22615=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,266.035244069982)); -#22616=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,266.041478075157)); -#22617=CARTESIAN_POINT('',(20.2145462714806,142.887358567168,266.055511687465)); -#22618=CARTESIAN_POINT('',(20.2114284453523,142.865986770518,266.065781303748)); -#22619=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,266.108817385173)); -#22620=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,266.128541947939)); -#22621=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,266.141396652997)); -#22622=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,266.141396652997)); -#22623=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,266.143530061599)); -#22624=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,266.145513077316)); -#22625=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,266.190843597887)); -#22626=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,266.196100093379)); -#22627=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,266.201663820661)); -#22628=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,266.199258418845)); -#22629=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,266.199258426652)); -#22630=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,266.199258426652)); -#22631=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,266.199258426652)); -#22632=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199258414995)); -#22633=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800741644622)); -#22634=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,267.800741604056)); -#22635=CARTESIAN_POINT('',(20.0050429785014,140.000007486812,267.800741604056)); -#22636=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,267.800741614465)); -#22637=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,267.798336215513)); -#22638=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,267.803899948537)); -#22639=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,267.809156446903)); -#22640=CARTESIAN_POINT('',(20.165926713015,142.532700797708,267.860452190336)); -#22641=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,267.870564746267)); -#22642=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,267.898736690855)); -#22643=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,267.914084162488)); -#22644=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,267.953553384808)); -#22645=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,267.964108131245)); -#22646=CARTESIAN_POINT('',(20.22126430932,142.933000384188,267.98051359172)); -#22647=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,267.984151458276)); -#22648=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,267.991933586312)); -#22649=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,267.996081263362)); -#22650=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,268.001152344922)); -#22651=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,268.002325148754)); -#22652=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,268.003505161865)); -#22653=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,268.003505161865)); -#22654=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,268.006730874052)); -#22655=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,268.010668888472)); -#22656=CARTESIAN_POINT('',(20.2212395053568,142.932833237516,268.020018599326)); -#22657=CARTESIAN_POINT('',(20.2207516857508,142.92954191315,268.024247309508)); -#22658=CARTESIAN_POINT('',(20.2192025637296,142.919066998204,268.03524406998)); -#22659=CARTESIAN_POINT('',(20.2179241894813,142.910393149385,268.041478075156)); -#22660=CARTESIAN_POINT('',(20.2145462714804,142.887358567167,268.055511687466)); -#22661=CARTESIAN_POINT('',(20.211428445352,142.865986770517,268.065781303748)); -#22662=CARTESIAN_POINT('',(20.1947127740554,142.749476028353,268.108817385173)); -#22663=CARTESIAN_POINT('',(20.1765617403517,142.615776496896,268.12854194794)); -#22664=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,268.141396652997)); -#22665=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,268.141396652997)); -#22666=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,268.143530061599)); -#22667=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,268.145513077316)); -#22668=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,268.190843597887)); -#22669=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,268.196100093379)); -#22670=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,268.201663820661)); -#22671=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,268.199258418845)); -#22672=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,268.199258426652)); -#22673=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,268.199258426652)); -#22674=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,268.199258426652)); -#22675=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199258414995)); -#22676=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800741644622)); -#22677=CARTESIAN_POINT('',(20.0050429785127,140.000003743404,269.800741604056)); -#22678=CARTESIAN_POINT('',(20.0050429785014,140.000007486811,269.800741604056)); -#22679=CARTESIAN_POINT('',(20.0050419310738,140.387092043476,269.800741614465)); -#22680=CARTESIAN_POINT('',(20.0170346408366,140.812371442684,269.798336215513)); -#22681=CARTESIAN_POINT('',(20.0695256843206,141.660025832366,269.803899948536)); -#22682=CARTESIAN_POINT('',(20.1100246318574,142.082416419324,269.809156446903)); -#22683=CARTESIAN_POINT('',(20.165926713015,142.532700797708,269.860452190336)); -#22684=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,269.870564746267)); -#22685=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,269.898736690855)); -#22686=CARTESIAN_POINT('',(20.2057886460187,142.827317694492,269.914084162488)); -#22687=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,269.953553384808)); -#22688=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,269.964108131245)); -#22689=CARTESIAN_POINT('',(20.22126430932,142.933000384188,269.98051359172)); -#22690=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,269.984151458276)); -#22691=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,269.991933586312)); -#22692=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,269.996081263362)); -#22693=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,270.001152344922)); -#22694=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,270.002325148754)); -#22695=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,270.003505161865)); -#22696=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,270.003505161865)); -#22697=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,270.006730874051)); -#22698=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,270.010668888471)); -#22699=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,270.020018599326)); -#22700=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,270.024247309509)); -#22701=CARTESIAN_POINT('',(20.2192025637293,142.919066998202,270.035244069982)); -#22702=CARTESIAN_POINT('',(20.2179241894809,142.910393149382,270.041478075158)); -#22703=CARTESIAN_POINT('',(20.2145462714803,142.887358567166,270.055511687467)); -#22704=CARTESIAN_POINT('',(20.2114284453518,142.865986770515,270.065781303749)); -#22705=CARTESIAN_POINT('',(20.1947127740545,142.749476028346,270.108817385173)); -#22706=CARTESIAN_POINT('',(20.1765617403524,142.615776496902,270.128541947939)); -#22707=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,270.141396652997)); -#22708=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,270.141396652997)); -#22709=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,270.143530061599)); -#22710=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,270.145513077316)); -#22711=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,270.190843597887)); -#22712=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,270.196100093379)); -#22713=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,270.201663820661)); -#22714=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,270.199258418845)); -#22715=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,270.199258426652)); -#22716=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,270.199258426652)); -#22717=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,270.199258426652)); -#22718=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199258414995)); -#22719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800741644622)); -#22720=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,271.800741604056)); -#22721=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,271.800741604056)); -#22722=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,271.800741614465)); -#22723=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,271.798336215513)); -#22724=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,271.803899948536)); -#22725=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,271.809156446903)); -#22726=CARTESIAN_POINT('',(20.165926713015,142.532700797708,271.860452190336)); -#22727=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,271.870564746267)); -#22728=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,271.898736690855)); -#22729=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,271.914084162488)); -#22730=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,271.953553384808)); -#22731=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,271.964108131245)); -#22732=CARTESIAN_POINT('',(20.22126430932,142.933000384188,271.98051359172)); -#22733=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,271.984151458276)); -#22734=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,271.991933586312)); -#22735=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,271.996081263362)); -#22736=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,272.001152344922)); -#22737=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,272.002325148754)); -#22738=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,272.003505161865)); -#22739=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,272.003505161865)); -#22740=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,272.006730874052)); -#22741=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,272.010668888472)); -#22742=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,272.020018599326)); -#22743=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,272.024247309509)); -#22744=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,272.035244069981)); -#22745=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,272.041478075157)); -#22746=CARTESIAN_POINT('',(20.2145462714801,142.887358567165,272.055511687467)); -#22747=CARTESIAN_POINT('',(20.2114284453515,142.865986770513,272.06578130375)); -#22748=CARTESIAN_POINT('',(20.1947127740545,142.749476028346,272.108817385173)); -#22749=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,272.128541947939)); -#22750=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,272.141396652997)); -#22751=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,272.141396652997)); -#22752=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,272.143530061599)); -#22753=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,272.145513077316)); -#22754=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,272.190843597887)); -#22755=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,272.196100093379)); -#22756=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,272.201663820661)); -#22757=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,272.199258418845)); -#22758=CARTESIAN_POINT('',(20.0050429899733,140.00001131179,272.199258426652)); -#22759=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,272.199258426652)); -#22760=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,272.199258426652)); -#22761=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199258414995)); -#22762=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800741644622)); -#22763=CARTESIAN_POINT('',(20.0050429785128,140.000003743407,273.800741604056)); -#22764=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,273.800741604056)); -#22765=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,273.800741614465)); -#22766=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,273.798336215513)); -#22767=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,273.803899948537)); -#22768=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,273.809156446903)); -#22769=CARTESIAN_POINT('',(20.165926713015,142.532700797708,273.860452190336)); -#22770=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,273.870564746268)); -#22771=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,273.898736690855)); -#22772=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,273.914084162489)); -#22773=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,273.953553384808)); -#22774=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,273.964108131245)); -#22775=CARTESIAN_POINT('',(20.22126430932,142.933000384188,273.98051359172)); -#22776=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,273.984151458276)); -#22777=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,273.991933586312)); -#22778=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,273.996081263362)); -#22779=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,274.001152344922)); -#22780=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,274.002325148754)); -#22781=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,274.003505161865)); -#22782=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,274.003505161865)); -#22783=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,274.006730874052)); -#22784=CARTESIAN_POINT('',(20.2219638020406,142.937714996956,274.010668888472)); -#22785=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,274.020018599326)); -#22786=CARTESIAN_POINT('',(20.2207516857508,142.929541913149,274.024247309508)); -#22787=CARTESIAN_POINT('',(20.2192025637295,142.919066998203,274.035244069981)); -#22788=CARTESIAN_POINT('',(20.2179241894812,142.910393149384,274.041478075156)); -#22789=CARTESIAN_POINT('',(20.2145462714811,142.887358567172,274.055511687463)); -#22790=CARTESIAN_POINT('',(20.2114284453531,142.865986770524,274.065781303745)); -#22791=CARTESIAN_POINT('',(20.1947127740551,142.749476028351,274.108817385173)); -#22792=CARTESIAN_POINT('',(20.1765617403519,142.615776496898,274.12854194794)); -#22793=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,274.141396652997)); -#22794=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,274.141396652997)); -#22795=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,274.143530061599)); -#22796=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,274.145513077316)); -#22797=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,274.190843597887)); -#22798=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,274.196100093379)); -#22799=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,274.201663820661)); -#22800=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,274.199258418845)); -#22801=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,274.199258426652)); -#22802=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,274.199258426652)); -#22803=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,274.199258426652)); -#22804=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199258414995)); -#22805=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800741644622)); -#22806=CARTESIAN_POINT('',(20.0050429785128,140.000003743406,275.800741604056)); -#22807=CARTESIAN_POINT('',(20.0050429785016,140.000007486813,275.800741604056)); -#22808=CARTESIAN_POINT('',(20.0050419310739,140.387092043476,275.800741614465)); -#22809=CARTESIAN_POINT('',(20.0170346408368,140.812371442684,275.798336215513)); -#22810=CARTESIAN_POINT('',(20.0695256843207,141.660025832366,275.803899948537)); -#22811=CARTESIAN_POINT('',(20.1100246318575,142.082416419324,275.809156446903)); -#22812=CARTESIAN_POINT('',(20.165926713015,142.532700797708,275.860452190336)); -#22813=CARTESIAN_POINT('',(20.1756287530293,142.607715272263,275.870564746267)); -#22814=CARTESIAN_POINT('',(20.1955231028277,142.754775382152,275.898736690855)); -#22815=CARTESIAN_POINT('',(20.2057886460188,142.827317694492,275.914084162488)); -#22816=CARTESIAN_POINT('',(20.2168876410352,142.9033623084,275.953553384808)); -#22817=CARTESIAN_POINT('',(20.2193999594298,142.92041418889,275.964108131245)); -#22818=CARTESIAN_POINT('',(20.22126430932,142.933000384188,275.98051359172)); -#22819=CARTESIAN_POINT('',(20.2216015978328,142.935274008439,275.984151458276)); -#22820=CARTESIAN_POINT('',(20.2220658226006,142.938401341859,275.991933586312)); -#22821=CARTESIAN_POINT('',(20.2221914785533,142.939246735114,275.996081263362)); -#22822=CARTESIAN_POINT('',(20.2221914776066,142.939246735183,276.001152344922)); -#22823=CARTESIAN_POINT('',(20.2221814438186,142.939179204501,276.002325148754)); -#22824=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,276.003505161865)); -#22825=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,276.003505161865)); -#22826=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,276.006730874052)); -#22827=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,276.010668888472)); -#22828=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,276.020018599326)); -#22829=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,276.024247309509)); -#22830=CARTESIAN_POINT('',(20.2192025637294,142.919066998203,276.035244069981)); -#22831=CARTESIAN_POINT('',(20.2179241894811,142.910393149383,276.041478075157)); -#22832=CARTESIAN_POINT('',(20.2145462714797,142.887358567163,276.055511687469)); -#22833=CARTESIAN_POINT('',(20.211428445351,142.865986770509,276.065781303751)); -#22834=CARTESIAN_POINT('',(20.1947127740547,142.749476028347,276.108817385173)); -#22835=CARTESIAN_POINT('',(20.1765617403522,142.615776496901,276.128541947939)); -#22836=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,276.141396652997)); -#22837=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,276.141396652997)); -#22838=CARTESIAN_POINT('',(20.1615031857218,142.496916167025,276.143530061599)); -#22839=CARTESIAN_POINT('',(20.1594246445216,142.480336980055,276.145513077316)); -#22840=CARTESIAN_POINT('',(20.1100236439368,142.082416505855,276.190843597887)); -#22841=CARTESIAN_POINT('',(20.0695248987359,141.660025917962,276.196100093379)); -#22842=CARTESIAN_POINT('',(20.0170342618329,140.812371526301,276.201663820661)); -#22843=CARTESIAN_POINT('',(20.0050417566299,140.387092126024,276.199258418845)); -#22844=CARTESIAN_POINT('',(20.0050429899732,140.00001131179,276.199258426652)); -#22845=CARTESIAN_POINT('',(20.0050429899853,140.000007541196,276.199258426652)); -#22846=CARTESIAN_POINT('',(20.0050429899984,140.000003770598,276.199258426652)); -#22847=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199258414995)); -#22848=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199258414995)); -#22849=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,280.)); -#22850=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199258414995)); -#22851=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800741644622)); -#22852=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199258414995)); -#22853=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800741644622)); -#22854=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199258414995)); -#22855=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800741644622)); -#22856=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199258414995)); -#22857=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800741644622)); -#22858=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199258414995)); -#22859=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800741644622)); -#22860=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199258414995)); -#22861=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800741644622)); -#22862=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199258414995)); -#22863=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800741644622)); -#22864=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199258414995)); -#22865=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800741644622)); -#22866=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199258414995)); -#22867=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800741644622)); -#22868=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199258414995)); -#22869=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800741644622)); -#22870=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199258414995)); -#22871=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800741644622)); -#22872=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199258414995)); -#22873=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800741644622)); -#22874=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199258414995)); -#22875=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800741644622)); -#22876=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199258414995)); -#22877=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800741644622)); -#22878=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199258414995)); -#22879=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800741644622)); -#22880=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199258414995)); -#22881=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800741644622)); -#22882=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199258414995)); -#22883=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800741644622)); -#22884=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199258414995)); -#22885=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800741644622)); -#22886=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199258414995)); -#22887=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800741644622)); -#22888=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199258414995)); -#22889=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800741644622)); -#22890=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199258414995)); -#22891=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800741644622)); -#22892=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199258414995)); -#22893=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800741644622)); -#22894=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199258414995)); -#22895=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800741644622)); -#22896=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199258414995)); -#22897=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800741644622)); -#22898=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199258414995)); -#22899=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800741644622)); -#22900=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199258414995)); -#22901=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800741644622)); -#22902=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199258414995)); -#22903=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800741644622)); -#22904=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199258414995)); -#22905=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800741644622)); -#22906=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199258414995)); -#22907=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800741644622)); -#22908=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199258414995)); -#22909=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800741644622)); -#22910=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199258414995)); -#22911=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800741644622)); -#22912=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199258414995)); -#22913=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800741644622)); -#22914=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199258414995)); -#22915=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800741644622)); -#22916=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199258414995)); -#22917=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800741644622)); -#22918=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199258414995)); -#22919=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800741644622)); -#22920=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199258414995)); -#22921=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800741644622)); -#22922=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199258414995)); -#22923=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800741644622)); -#22924=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199258414995)); -#22925=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800741644622)); -#22926=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199258414995)); -#22927=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800741644622)); -#22928=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199258414995)); -#22929=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800741644622)); -#22930=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199258414995)); -#22931=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800741644622)); -#22932=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199258414995)); -#22933=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800741644622)); -#22934=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199258414995)); -#22935=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800741644622)); -#22936=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199258414995)); -#22937=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800741644622)); -#22938=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199258414995)); -#22939=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800741644622)); -#22940=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199258414995)); -#22941=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800741644622)); -#22942=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199258414995)); -#22943=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800741644622)); -#22944=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199258414995)); -#22945=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800741644622)); -#22946=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199258414995)); -#22947=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800741644622)); -#22948=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199258414995)); -#22949=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800741644622)); -#22950=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199258414995)); -#22951=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800741644622)); -#22952=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199258414995)); -#22953=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800741644622)); -#22954=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199258414995)); -#22955=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800741644622)); -#22956=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199258414995)); -#22957=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800741644622)); -#22958=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199258414995)); -#22959=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800741644622)); -#22960=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199258414995)); -#22961=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800741644622)); -#22962=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199258414995)); -#22963=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800741644622)); -#22964=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199258414995)); -#22965=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800741644622)); -#22966=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199258414995)); -#22967=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800741644622)); -#22968=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199258414995)); -#22969=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800741644622)); -#22970=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199258414995)); -#22971=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800741644622)); -#22972=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199258414995)); -#22973=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800741644622)); -#22974=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199258414995)); -#22975=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800741644622)); -#22976=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199258414995)); -#22977=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800741644622)); -#22978=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199258414995)); -#22979=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800741644622)); -#22980=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199258414995)); -#22981=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800741644622)); -#22982=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199258414995)); -#22983=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800741644622)); -#22984=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199258414995)); -#22985=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800741644622)); -#22986=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199258414995)); -#22987=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800741644622)); -#22988=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199258414995)); -#22989=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800741644622)); -#22990=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199258414995)); -#22991=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800741644622)); -#22992=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199258414995)); -#22993=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800741644622)); -#22994=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199258414995)); -#22995=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800741644622)); -#22996=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199258414995)); -#22997=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800741644622)); -#22998=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199258414995)); -#22999=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800741644622)); -#23000=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199258414995)); -#23001=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800741644622)); -#23002=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199258414995)); -#23003=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800741644622)); -#23004=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199258414995)); -#23005=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800741644622)); -#23006=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199258414995)); -#23007=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800741644622)); -#23008=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199258414995)); -#23009=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800741644622)); -#23010=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199258414995)); -#23011=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800741644622)); -#23012=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199258414995)); -#23013=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800741644622)); -#23014=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199258414995)); -#23015=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800741644622)); -#23016=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199258414995)); -#23017=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800741644622)); -#23018=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199258414995)); -#23019=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800741644622)); -#23020=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199258414995)); -#23021=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800741644622)); -#23022=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199258414995)); -#23023=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800741644622)); -#23024=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199258414995)); -#23025=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800741644622)); -#23026=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199258414995)); -#23027=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800741644622)); -#23028=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992584149952)); -#23029=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007416446221)); -#23030=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992584149952)); -#23031=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007416446221)); -#23032=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992584149952)); -#23033=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007416446221)); -#23034=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992584149952)); -#23035=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007416446221)); -#23036=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992584149953)); -#23037=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007416446221)); -#23038=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992584149952)); -#23039=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007416446221)); -#23040=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992584149952)); -#23041=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007416446221)); -#23042=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992584149952)); -#23043=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007416446221)); -#23044=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992584149952)); -#23045=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007416446221)); -#23046=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992584149952)); -#23047=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007416446221)); -#23048=CARTESIAN_POINT('',(20.1636358803736,77.4862704969679,80.1413966529973)); -#23049=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,80.1413966529973)); -#23050=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,80.0035051618649)); -#23051=CARTESIAN_POINT('',(20.2221607598731,77.0609799492177,80.0035051618649)); -#23052=CARTESIAN_POINT('',(20.0050354003906,80.,80.1992584149952)); -#23053=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,80.1992584149952)); -#23054=CARTESIAN_POINT('',(20.0050354003906,80.,81.8007416446221)); -#23055=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,81.8007416446221)); -#23056=CARTESIAN_POINT('',(20.1636358803736,77.4862704969618,82.1413966529973)); -#23057=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,82.1413966529973)); -#23058=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,82.0035051618649)); -#23059=CARTESIAN_POINT('',(20.2221607598731,77.0609799492123,82.0035051618649)); -#23060=CARTESIAN_POINT('',(20.0050354003906,80.,82.1992584149952)); -#23061=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,82.1992584149952)); -#23062=CARTESIAN_POINT('',(20.0050354003906,80.,83.8007416446221)); -#23063=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,83.8007416446221)); -#23064=CARTESIAN_POINT('',(20.1636358803736,77.4862704969556,84.1413966529973)); -#23065=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,84.1413966529973)); -#23066=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,84.0035051618649)); -#23067=CARTESIAN_POINT('',(20.2221607598731,77.060979949207,84.0035051618649)); -#23068=CARTESIAN_POINT('',(20.0050354003906,80.,84.1992584149952)); -#23069=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,84.1992584149952)); -#23070=CARTESIAN_POINT('',(20.0050354003906,80.,85.8007416446221)); -#23071=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,85.8007416446221)); -#23072=CARTESIAN_POINT('',(20.1636358803736,77.4862704969494,86.1413966529973)); -#23073=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,86.1413966529973)); -#23074=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,86.0035051618649)); -#23075=CARTESIAN_POINT('',(20.2221607598731,77.0609799492016,86.0035051618649)); -#23076=CARTESIAN_POINT('',(20.0050354003906,80.,86.1992584149952)); -#23077=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,86.1992584149952)); -#23078=CARTESIAN_POINT('',(20.0050354003906,80.,87.8007416446221)); -#23079=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,87.8007416446221)); -#23080=CARTESIAN_POINT('',(20.1636358803736,77.4862704969432,88.1413966529973)); -#23081=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,88.1413966529973)); -#23082=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,88.0035051618649)); -#23083=CARTESIAN_POINT('',(20.2221607598731,77.0609799491963,88.0035051618649)); -#23084=CARTESIAN_POINT('',(20.0050354003906,80.,88.1992584149952)); -#23085=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,88.1992584149952)); -#23086=CARTESIAN_POINT('',(20.0050354003906,80.,89.8007416446221)); -#23087=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,89.8007416446221)); -#23088=CARTESIAN_POINT('',(20.1636358803736,77.486270496937,90.1413966529973)); -#23089=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,90.1413966529973)); -#23090=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,90.0035051618649)); -#23091=CARTESIAN_POINT('',(20.2221607598731,77.0609799491909,90.0035051618649)); -#23092=CARTESIAN_POINT('',(20.0050354003906,80.,90.1992584149952)); -#23093=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,90.1992584149953)); -#23094=CARTESIAN_POINT('',(20.0050354003906,80.,91.8007416446221)); -#23095=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,91.8007416446221)); -#23096=CARTESIAN_POINT('',(20.1636358803736,77.4862704969309,92.1413966529973)); -#23097=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,92.1413966529973)); -#23098=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,92.0035051618649)); -#23099=CARTESIAN_POINT('',(20.2221607598731,77.0609799491856,92.0035051618649)); -#23100=CARTESIAN_POINT('',(20.0050354003906,80.,92.1992584149952)); -#23101=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,92.1992584149952)); -#23102=CARTESIAN_POINT('',(20.0050354003906,80.,93.8007416446221)); -#23103=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,93.8007416446221)); -#23104=CARTESIAN_POINT('',(20.1636358803736,77.4862704969247,94.1413966529973)); -#23105=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,94.1413966529973)); -#23106=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,94.0035051618649)); -#23107=CARTESIAN_POINT('',(20.2221607598731,77.0609799491802,94.0035051618649)); -#23108=CARTESIAN_POINT('',(20.0050354003906,80.,94.1992584149952)); -#23109=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,94.1992584149952)); -#23110=CARTESIAN_POINT('',(20.0050354003906,80.,95.8007416446221)); -#23111=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,95.8007416446221)); -#23112=CARTESIAN_POINT('',(20.1636358803736,77.4862704969185,96.1413966529973)); -#23113=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,96.1413966529973)); -#23114=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,96.0035051618649)); -#23115=CARTESIAN_POINT('',(20.2221607598731,77.0609799491749,96.0035051618649)); -#23116=CARTESIAN_POINT('',(20.0050354003906,80.,96.1992584149952)); -#23117=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,96.1992584149952)); -#23118=CARTESIAN_POINT('',(20.0050354003906,80.,97.8007416446221)); -#23119=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,97.8007416446221)); -#23120=CARTESIAN_POINT('',(20.1636358803736,77.4862704969123,98.1413966529973)); -#23121=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,98.1413966529973)); -#23122=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,98.0035051618649)); -#23123=CARTESIAN_POINT('',(20.2221607598731,77.0609799491695,98.0035051618649)); -#23124=CARTESIAN_POINT('',(20.0050354003906,80.,98.1992584149952)); -#23125=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,98.1992584149952)); -#23126=CARTESIAN_POINT('',(20.0050354003906,80.,99.8007416446221)); -#23127=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,99.8007416446221)); -#23128=CARTESIAN_POINT('',(20.1636358803736,77.4862704969062,100.141396652997)); -#23129=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,100.141396652997)); -#23130=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,100.003505161865)); -#23131=CARTESIAN_POINT('',(20.2221607598731,77.0609799491642,100.003505161865)); -#23132=CARTESIAN_POINT('',(20.0050354003906,80.,100.199258414995)); -#23133=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,100.199258414995)); -#23134=CARTESIAN_POINT('',(20.0050354003906,80.,101.800741644622)); -#23135=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,101.800741644622)); -#23136=CARTESIAN_POINT('',(20.1636358803736,77.4862704969,102.141396652997)); -#23137=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,102.141396652997)); -#23138=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,102.003505161865)); -#23139=CARTESIAN_POINT('',(20.2221607598731,77.0609799491588,102.003505161865)); -#23140=CARTESIAN_POINT('',(20.0050354003906,80.,102.199258414995)); -#23141=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,102.199258414995)); -#23142=CARTESIAN_POINT('',(20.0050354003906,80.,103.800741644622)); -#23143=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,103.800741644622)); -#23144=CARTESIAN_POINT('',(20.1636358803736,77.4862704968938,104.141396652997)); -#23145=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,104.141396652997)); -#23146=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,104.003505161865)); -#23147=CARTESIAN_POINT('',(20.2221607598731,77.0609799491535,104.003505161865)); -#23148=CARTESIAN_POINT('',(20.0050354003906,80.,104.199258414995)); -#23149=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,104.199258414995)); -#23150=CARTESIAN_POINT('',(20.0050354003906,80.,105.800741644622)); -#23151=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,105.800741644622)); -#23152=CARTESIAN_POINT('',(20.1636358803736,77.4862704968876,106.141396652997)); -#23153=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,106.141396652997)); -#23154=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,106.003505161865)); -#23155=CARTESIAN_POINT('',(20.2221607598731,77.0609799491481,106.003505161865)); -#23156=CARTESIAN_POINT('',(20.0050354003906,80.,106.199258414995)); -#23157=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,106.199258414995)); -#23158=CARTESIAN_POINT('',(20.0050354003906,80.,107.800741644622)); -#23159=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,107.800741644622)); -#23160=CARTESIAN_POINT('',(20.1636358803736,77.4862704968815,108.141396652997)); -#23161=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,108.141396652997)); -#23162=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,108.003505161865)); -#23163=CARTESIAN_POINT('',(20.2221607598731,77.0609799491428,108.003505161865)); -#23164=CARTESIAN_POINT('',(20.0050354003906,80.,108.199258414995)); -#23165=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,108.199258414995)); -#23166=CARTESIAN_POINT('',(20.0050354003906,80.,109.800741644622)); -#23167=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,109.800741644622)); -#23168=CARTESIAN_POINT('',(20.1636358803736,77.4862704968753,110.141396652997)); -#23169=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,110.141396652997)); -#23170=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,110.003505161865)); -#23171=CARTESIAN_POINT('',(20.2221607598731,77.0609799491375,110.003505161865)); -#23172=CARTESIAN_POINT('',(20.0050354003906,80.,110.199258414995)); -#23173=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,110.199258414995)); -#23174=CARTESIAN_POINT('',(20.0050354003906,80.,111.800741644622)); -#23175=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,111.800741644622)); -#23176=CARTESIAN_POINT('',(20.1636358803736,77.4862704968691,112.141396652997)); -#23177=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,112.141396652997)); -#23178=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,112.003505161865)); -#23179=CARTESIAN_POINT('',(20.2221607598731,77.0609799491321,112.003505161865)); -#23180=CARTESIAN_POINT('',(20.0050354003906,80.,112.199258414995)); -#23181=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,112.199258414995)); -#23182=CARTESIAN_POINT('',(20.0050354003906,80.,113.800741644622)); -#23183=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,113.800741644622)); -#23184=CARTESIAN_POINT('',(20.1636358803736,77.4862704968629,114.141396652997)); -#23185=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,114.141396652997)); -#23186=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,114.003505161865)); -#23187=CARTESIAN_POINT('',(20.2221607598731,77.0609799491268,114.003505161865)); -#23188=CARTESIAN_POINT('',(20.0050354003906,80.,114.199258414995)); -#23189=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,114.199258414995)); -#23190=CARTESIAN_POINT('',(20.0050354003906,80.,115.800741644622)); -#23191=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,115.800741644622)); -#23192=CARTESIAN_POINT('',(20.1636358803736,77.4862704968568,116.141396652997)); -#23193=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,116.141396652997)); -#23194=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,116.003505161865)); -#23195=CARTESIAN_POINT('',(20.2221607598731,77.0609799491214,116.003505161865)); -#23196=CARTESIAN_POINT('',(20.0050354003906,80.,116.199258414995)); -#23197=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,116.199258414995)); -#23198=CARTESIAN_POINT('',(20.0050354003906,80.,117.800741644622)); -#23199=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,117.800741644622)); -#23200=CARTESIAN_POINT('',(20.1636358803736,77.4862704968506,118.141396652997)); -#23201=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,118.141396652997)); -#23202=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,118.003505161865)); -#23203=CARTESIAN_POINT('',(20.2221607598731,77.0609799491161,118.003505161865)); -#23204=CARTESIAN_POINT('',(20.0050354003906,80.,118.199258414995)); -#23205=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,118.199258414995)); -#23206=CARTESIAN_POINT('',(20.0050354003906,80.,119.800741644622)); -#23207=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,119.800741644622)); -#23208=CARTESIAN_POINT('',(20.1636358803736,77.4862704968444,120.141396652997)); -#23209=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,120.141396652997)); -#23210=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,120.003505161865)); -#23211=CARTESIAN_POINT('',(20.2221607598731,77.0609799491107,120.003505161865)); -#23212=CARTESIAN_POINT('',(20.0050354003906,80.,120.199258414995)); -#23213=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,120.199258414995)); -#23214=CARTESIAN_POINT('',(20.0050354003906,80.,121.800741644622)); -#23215=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,121.800741644622)); -#23216=CARTESIAN_POINT('',(20.1636358803736,77.4862704968383,122.141396652997)); -#23217=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,122.141396652997)); -#23218=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,122.003505161865)); -#23219=CARTESIAN_POINT('',(20.2221607598731,77.0609799491054,122.003505161865)); -#23220=CARTESIAN_POINT('',(20.0050354003906,80.,122.199258414995)); -#23221=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,122.199258414995)); -#23222=CARTESIAN_POINT('',(20.0050354003906,80.,123.800741644622)); -#23223=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,123.800741644622)); -#23224=CARTESIAN_POINT('',(20.1636358803736,77.4862704968321,124.141396652997)); -#23225=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,124.141396652997)); -#23226=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,124.003505161865)); -#23227=CARTESIAN_POINT('',(20.2221607598731,77.0609799491,124.003505161865)); -#23228=CARTESIAN_POINT('',(20.0050354003906,80.,124.199258414995)); -#23229=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,124.199258414995)); -#23230=CARTESIAN_POINT('',(20.0050354003906,80.,125.800741644622)); -#23231=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,125.800741644622)); -#23232=CARTESIAN_POINT('',(20.1636358803736,77.4862704968259,126.141396652997)); -#23233=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,126.141396652997)); -#23234=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,126.003505161865)); -#23235=CARTESIAN_POINT('',(20.2221607598731,77.0609799490947,126.003505161865)); -#23236=CARTESIAN_POINT('',(20.0050354003906,80.,126.199258414995)); -#23237=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,126.199258414995)); -#23238=CARTESIAN_POINT('',(20.0050354003906,80.,127.800741644622)); -#23239=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,127.800741644622)); -#23240=CARTESIAN_POINT('',(20.1636358803736,77.4862704968197,128.141396652997)); -#23241=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,128.141396652997)); -#23242=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,128.003505161865)); -#23243=CARTESIAN_POINT('',(20.2221607598731,77.0609799490893,128.003505161865)); -#23244=CARTESIAN_POINT('',(20.0050354003906,80.,128.199258414995)); -#23245=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,128.199258414995)); -#23246=CARTESIAN_POINT('',(20.0050354003906,80.,129.800741644622)); -#23247=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,129.800741644622)); -#23248=CARTESIAN_POINT('',(20.1636358803736,77.4862704968136,130.141396652997)); -#23249=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,130.141396652997)); -#23250=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,130.003505161865)); -#23251=CARTESIAN_POINT('',(20.2221607598731,77.060979949084,130.003505161865)); -#23252=CARTESIAN_POINT('',(20.0050354003906,80.,130.199258414995)); -#23253=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,130.199258414995)); -#23254=CARTESIAN_POINT('',(20.0050354003906,80.,131.800741644622)); -#23255=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,131.800741644622)); -#23256=CARTESIAN_POINT('',(20.1636358803736,77.4862704968074,132.141396652997)); -#23257=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,132.141396652997)); -#23258=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,132.003505161865)); -#23259=CARTESIAN_POINT('',(20.2221607598731,77.0609799490787,132.003505161865)); -#23260=CARTESIAN_POINT('',(20.0050354003906,80.,132.199258414995)); -#23261=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,132.199258414995)); -#23262=CARTESIAN_POINT('',(20.0050354003906,80.,133.800741644622)); -#23263=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,133.800741644622)); -#23264=CARTESIAN_POINT('',(20.1636358803736,77.4862704968012,134.141396652997)); -#23265=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,134.141396652997)); -#23266=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,134.003505161865)); -#23267=CARTESIAN_POINT('',(20.2221607598731,77.0609799490733,134.003505161865)); -#23268=CARTESIAN_POINT('',(20.0050354003906,80.,134.199258414995)); -#23269=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,134.199258414995)); -#23270=CARTESIAN_POINT('',(20.0050354003906,80.,135.800741644622)); -#23271=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,135.800741644622)); -#23272=CARTESIAN_POINT('',(20.1636358803736,77.486270496795,136.141396652997)); -#23273=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,136.141396652997)); -#23274=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,136.003505161865)); -#23275=CARTESIAN_POINT('',(20.2221607598731,77.060979949068,136.003505161865)); -#23276=CARTESIAN_POINT('',(20.0050354003906,80.,136.199258414995)); -#23277=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,136.199258414995)); -#23278=CARTESIAN_POINT('',(20.0050354003906,80.,137.800741644622)); -#23279=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,137.800741644622)); -#23280=CARTESIAN_POINT('',(20.1636358803736,77.4862704967889,138.141396652997)); -#23281=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,138.141396652997)); -#23282=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,138.003505161865)); -#23283=CARTESIAN_POINT('',(20.2221607598731,77.0609799490626,138.003505161865)); -#23284=CARTESIAN_POINT('',(20.0050354003906,80.,138.199258414995)); -#23285=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,138.199258414995)); -#23286=CARTESIAN_POINT('',(20.0050354003906,80.,139.800741644622)); -#23287=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,139.800741644622)); -#23288=CARTESIAN_POINT('',(20.1636358803736,77.4862704967827,140.141396652997)); -#23289=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,140.141396652997)); -#23290=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,140.003505161865)); -#23291=CARTESIAN_POINT('',(20.2221607598731,77.0609799490572,140.003505161865)); -#23292=CARTESIAN_POINT('',(20.0050354003906,80.,140.199258414995)); -#23293=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,140.199258414995)); -#23294=CARTESIAN_POINT('',(20.0050354003906,80.,141.800741644622)); -#23295=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,141.800741644622)); -#23296=CARTESIAN_POINT('',(20.1636358803736,77.4862704967765,142.141396652997)); -#23297=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,142.141396652997)); -#23298=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,142.003505161865)); -#23299=CARTESIAN_POINT('',(20.2221607598731,77.0609799490519,142.003505161865)); -#23300=CARTESIAN_POINT('',(20.0050354003906,80.,142.199258414995)); -#23301=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,142.199258414995)); -#23302=CARTESIAN_POINT('',(20.0050354003906,80.,143.800741644622)); -#23303=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,143.800741644622)); -#23304=CARTESIAN_POINT('',(20.1636358803736,77.4862704967704,144.141396652997)); -#23305=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,144.141396652997)); -#23306=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,144.003505161865)); -#23307=CARTESIAN_POINT('',(20.2221607598731,77.0609799490466,144.003505161865)); -#23308=CARTESIAN_POINT('',(20.0050354003906,80.,144.199258414995)); -#23309=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,144.199258414995)); -#23310=CARTESIAN_POINT('',(20.0050354003906,80.,145.800741644622)); -#23311=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,145.800741644622)); -#23312=CARTESIAN_POINT('',(20.1636358803736,77.4862704967642,146.141396652997)); -#23313=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,146.141396652997)); -#23314=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,146.003505161865)); -#23315=CARTESIAN_POINT('',(20.2221607598731,77.0609799490412,146.003505161865)); -#23316=CARTESIAN_POINT('',(20.0050354003906,80.,146.199258414995)); -#23317=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,146.199258414995)); -#23318=CARTESIAN_POINT('',(20.0050354003906,80.,147.800741644622)); -#23319=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,147.800741644622)); -#23320=CARTESIAN_POINT('',(20.1636358803736,77.486270496758,148.141396652997)); -#23321=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,148.141396652997)); -#23322=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,148.003505161865)); -#23323=CARTESIAN_POINT('',(20.2221607598731,77.0609799490359,148.003505161865)); -#23324=CARTESIAN_POINT('',(20.0050354003906,80.,148.199258414995)); -#23325=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,148.199258414995)); -#23326=CARTESIAN_POINT('',(20.0050354003906,80.,149.800741644622)); -#23327=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,149.800741644622)); -#23328=CARTESIAN_POINT('',(20.1636358803736,77.4862704967518,150.141396652997)); -#23329=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,150.141396652997)); -#23330=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,150.003505161865)); -#23331=CARTESIAN_POINT('',(20.2221607598731,77.0609799490305,150.003505161865)); -#23332=CARTESIAN_POINT('',(20.0050354003906,80.,150.199258414995)); -#23333=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,150.199258414995)); -#23334=CARTESIAN_POINT('',(20.0050354003906,80.,151.800741644622)); -#23335=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,151.800741644622)); -#23336=CARTESIAN_POINT('',(20.1636358803736,77.4862704967457,152.141396652997)); -#23337=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,152.141396652997)); -#23338=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,152.003505161865)); -#23339=CARTESIAN_POINT('',(20.2221607598731,77.0609799490252,152.003505161865)); -#23340=CARTESIAN_POINT('',(20.0050354003906,80.,152.199258414995)); -#23341=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,152.199258414995)); -#23342=CARTESIAN_POINT('',(20.0050354003906,80.,153.800741644622)); -#23343=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,153.800741644622)); -#23344=CARTESIAN_POINT('',(20.1636358803736,77.4862704967395,154.141396652997)); -#23345=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,154.141396652997)); -#23346=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,154.003505161865)); -#23347=CARTESIAN_POINT('',(20.2221607598731,77.0609799490198,154.003505161865)); -#23348=CARTESIAN_POINT('',(20.0050354003906,80.,154.199258414995)); -#23349=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,154.199258414995)); -#23350=CARTESIAN_POINT('',(20.0050354003906,80.,155.800741644622)); -#23351=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,155.800741644622)); -#23352=CARTESIAN_POINT('',(20.1636358803736,77.4862704967333,156.141396652997)); -#23353=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,156.141396652997)); -#23354=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,156.003505161865)); -#23355=CARTESIAN_POINT('',(20.2221607598731,77.0609799490145,156.003505161865)); -#23356=CARTESIAN_POINT('',(20.0050354003906,80.,156.199258414995)); -#23357=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,156.199258414995)); -#23358=CARTESIAN_POINT('',(20.0050354003906,80.,157.800741644622)); -#23359=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,157.800741644622)); -#23360=CARTESIAN_POINT('',(20.1636358803736,77.4862704967271,158.141396652997)); -#23361=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,158.141396652997)); -#23362=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,158.003505161865)); -#23363=CARTESIAN_POINT('',(20.2221607598731,77.0609799490091,158.003505161865)); -#23364=CARTESIAN_POINT('',(20.0050354003906,80.,158.199258414995)); -#23365=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,158.199258414995)); -#23366=CARTESIAN_POINT('',(20.0050354003906,80.,159.800741644622)); -#23367=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,159.800741644622)); -#23368=CARTESIAN_POINT('',(20.1636358803736,77.4862704967209,160.141396652997)); -#23369=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,160.141396652997)); -#23370=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,160.003505161865)); -#23371=CARTESIAN_POINT('',(20.2221607598731,77.0609799490038,160.003505161865)); -#23372=CARTESIAN_POINT('',(20.0050354003906,80.,160.199258414995)); -#23373=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,160.199258414995)); -#23374=CARTESIAN_POINT('',(20.0050354003906,80.,161.800741644622)); -#23375=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,161.800741644622)); -#23376=CARTESIAN_POINT('',(20.1636358803736,77.4862704967148,162.141396652997)); -#23377=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,162.141396652997)); -#23378=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,162.003505161865)); -#23379=CARTESIAN_POINT('',(20.2221607598731,77.0609799489984,162.003505161865)); -#23380=CARTESIAN_POINT('',(20.0050354003906,80.,162.199258414995)); -#23381=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,162.199258414995)); -#23382=CARTESIAN_POINT('',(20.0050354003906,80.,163.800741644622)); -#23383=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,163.800741644622)); -#23384=CARTESIAN_POINT('',(20.1636358803736,77.4862704967086,164.141396652997)); -#23385=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,164.141396652997)); -#23386=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,164.003505161865)); -#23387=CARTESIAN_POINT('',(20.2221607598731,77.0609799489931,164.003505161865)); -#23388=CARTESIAN_POINT('',(20.0050354003906,80.,164.199258414995)); -#23389=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,164.199258414995)); -#23390=CARTESIAN_POINT('',(20.0050354003906,80.,165.800741644622)); -#23391=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,165.800741644622)); -#23392=CARTESIAN_POINT('',(20.1636358803736,77.4862704967025,166.141396652997)); -#23393=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,166.141396652997)); -#23394=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,166.003505161865)); -#23395=CARTESIAN_POINT('',(20.2221607598731,77.0609799489878,166.003505161865)); -#23396=CARTESIAN_POINT('',(20.0050354003906,80.,166.199258414995)); -#23397=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,166.199258414995)); -#23398=CARTESIAN_POINT('',(20.0050354003906,80.,167.800741644622)); -#23399=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,167.800741644622)); -#23400=CARTESIAN_POINT('',(20.1636358803736,77.4862704966963,168.141396652997)); -#23401=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,168.141396652997)); -#23402=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,168.003505161865)); -#23403=CARTESIAN_POINT('',(20.2221607598731,77.0609799489824,168.003505161865)); -#23404=CARTESIAN_POINT('',(20.0050354003906,80.,168.199258414995)); -#23405=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,168.199258414995)); -#23406=CARTESIAN_POINT('',(20.0050354003906,80.,169.800741644622)); -#23407=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,169.800741644622)); -#23408=CARTESIAN_POINT('',(20.1636358803736,77.4862704966901,170.141396652997)); -#23409=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,170.141396652997)); -#23410=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,170.003505161865)); -#23411=CARTESIAN_POINT('',(20.2221607598731,77.060979948977,170.003505161865)); -#23412=CARTESIAN_POINT('',(20.0050354003906,80.,170.199258414995)); -#23413=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,170.199258414995)); -#23414=CARTESIAN_POINT('',(20.0050354003906,80.,171.800741644622)); -#23415=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,171.800741644622)); -#23416=CARTESIAN_POINT('',(20.1636358803736,77.4862704966839,172.141396652997)); -#23417=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,172.141396652997)); -#23418=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,172.003505161865)); -#23419=CARTESIAN_POINT('',(20.2221607598731,77.0609799489717,172.003505161865)); -#23420=CARTESIAN_POINT('',(20.0050354003906,80.,172.199258414995)); -#23421=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,172.199258414995)); -#23422=CARTESIAN_POINT('',(20.0050354003906,80.,173.800741644622)); -#23423=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,173.800741644622)); -#23424=CARTESIAN_POINT('',(20.1636358803736,77.4862704966777,174.141396652997)); -#23425=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,174.141396652997)); -#23426=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,174.003505161865)); -#23427=CARTESIAN_POINT('',(20.2221607598731,77.0609799489664,174.003505161865)); -#23428=CARTESIAN_POINT('',(20.0050354003906,80.,174.199258414995)); -#23429=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,174.199258414995)); -#23430=CARTESIAN_POINT('',(20.0050354003906,80.,175.800741644622)); -#23431=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,175.800741644622)); -#23432=CARTESIAN_POINT('',(20.1636358803736,77.4862704966716,176.141396652997)); -#23433=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,176.141396652997)); -#23434=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,176.003505161865)); -#23435=CARTESIAN_POINT('',(20.2221607598731,77.060979948961,176.003505161865)); -#23436=CARTESIAN_POINT('',(20.0050354003906,80.,176.199258414995)); -#23437=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,176.199258414995)); -#23438=CARTESIAN_POINT('',(20.0050354003906,80.,177.800741644622)); -#23439=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,177.800741644622)); -#23440=CARTESIAN_POINT('',(20.1636358803736,77.4862704966654,178.141396652997)); -#23441=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,178.141396652997)); -#23442=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,178.003505161865)); -#23443=CARTESIAN_POINT('',(20.2221607598731,77.0609799489557,178.003505161865)); -#23444=CARTESIAN_POINT('',(20.0050354003906,80.,178.199258414995)); -#23445=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,178.199258414995)); -#23446=CARTESIAN_POINT('',(20.0050354003906,80.,179.800741644622)); -#23447=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,179.800741644622)); -#23448=CARTESIAN_POINT('',(20.1636358803736,77.4862704966592,180.141396652997)); -#23449=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,180.141396652997)); -#23450=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,180.003505161865)); -#23451=CARTESIAN_POINT('',(20.2221607598731,77.0609799489503,180.003505161865)); -#23452=CARTESIAN_POINT('',(20.0050354003906,80.,180.199258414995)); -#23453=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,180.199258414995)); -#23454=CARTESIAN_POINT('',(20.0050354003906,80.,181.800741644622)); -#23455=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,181.800741644622)); -#23456=CARTESIAN_POINT('',(20.1636358803736,77.4862704966531,182.141396652997)); -#23457=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,182.141396652997)); -#23458=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,182.003505161865)); -#23459=CARTESIAN_POINT('',(20.2221607598731,77.060979948945,182.003505161865)); -#23460=CARTESIAN_POINT('',(20.0050354003906,80.,182.199258414995)); -#23461=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,182.199258414995)); -#23462=CARTESIAN_POINT('',(20.0050354003906,80.,183.800741644622)); -#23463=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,183.800741644622)); -#23464=CARTESIAN_POINT('',(20.1636358803736,77.4862704966469,184.141396652997)); -#23465=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,184.141396652997)); -#23466=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,184.003505161865)); -#23467=CARTESIAN_POINT('',(20.2221607598731,77.0609799489396,184.003505161865)); -#23468=CARTESIAN_POINT('',(20.0050354003906,80.,184.199258414995)); -#23469=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,184.199258414995)); -#23470=CARTESIAN_POINT('',(20.0050354003906,80.,185.800741644622)); -#23471=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,185.800741644622)); -#23472=CARTESIAN_POINT('',(20.1636358803736,77.4862704966407,186.141396652997)); -#23473=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,186.141396652997)); -#23474=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,186.003505161865)); -#23475=CARTESIAN_POINT('',(20.2221607598731,77.0609799489343,186.003505161865)); -#23476=CARTESIAN_POINT('',(20.0050354003906,80.,186.199258414995)); -#23477=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,186.199258414995)); -#23478=CARTESIAN_POINT('',(20.0050354003906,80.,187.800741644622)); -#23479=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,187.800741644622)); -#23480=CARTESIAN_POINT('',(20.1636358803736,77.4862704966345,188.141396652997)); -#23481=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,188.141396652997)); -#23482=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,188.003505161865)); -#23483=CARTESIAN_POINT('',(20.2221607598731,77.0609799489289,188.003505161865)); -#23484=CARTESIAN_POINT('',(20.0050354003906,80.,188.199258414995)); -#23485=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,188.199258414995)); -#23486=CARTESIAN_POINT('',(20.0050354003906,80.,189.800741644622)); -#23487=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,189.800741644622)); -#23488=CARTESIAN_POINT('',(20.1636358803736,77.4862704966284,190.141396652997)); -#23489=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,190.141396652997)); -#23490=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,190.003505161865)); -#23491=CARTESIAN_POINT('',(20.2221607598731,77.0609799489236,190.003505161865)); -#23492=CARTESIAN_POINT('',(20.0050354003906,80.,190.199258414995)); -#23493=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,190.199258414995)); -#23494=CARTESIAN_POINT('',(20.0050354003906,80.,191.800741644622)); -#23495=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,191.800741644622)); -#23496=CARTESIAN_POINT('',(20.1636358803736,77.4862704966222,192.141396652997)); -#23497=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,192.141396652997)); -#23498=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,192.003505161865)); -#23499=CARTESIAN_POINT('',(20.2221607598731,77.0609799489182,192.003505161865)); -#23500=CARTESIAN_POINT('',(20.0050354003906,80.,192.199258414995)); -#23501=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,192.199258414995)); -#23502=CARTESIAN_POINT('',(20.0050354003906,80.,193.800741644622)); -#23503=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,193.800741644622)); -#23504=CARTESIAN_POINT('',(20.1636358803736,77.486270496616,194.141396652997)); -#23505=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,194.141396652997)); -#23506=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,194.003505161865)); -#23507=CARTESIAN_POINT('',(20.2221607598731,77.0609799489129,194.003505161865)); -#23508=CARTESIAN_POINT('',(20.0050354003906,80.,194.199258414995)); -#23509=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,194.199258414995)); -#23510=CARTESIAN_POINT('',(20.0050354003906,80.,195.800741644622)); -#23511=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,195.800741644622)); -#23512=CARTESIAN_POINT('',(20.1636358803736,77.4862704966098,196.141396652997)); -#23513=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,196.141396652997)); -#23514=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,196.003505161865)); -#23515=CARTESIAN_POINT('',(20.2221607598731,77.0609799489075,196.003505161865)); -#23516=CARTESIAN_POINT('',(20.0050354003906,80.,196.199258414995)); -#23517=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,196.199258414995)); -#23518=CARTESIAN_POINT('',(20.0050354003906,80.,197.800741644622)); -#23519=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,197.800741644622)); -#23520=CARTESIAN_POINT('',(20.1636358803736,77.4862704966037,198.141396652997)); -#23521=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,198.141396652997)); -#23522=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,198.003505161865)); -#23523=CARTESIAN_POINT('',(20.2221607598731,77.0609799489022,198.003505161865)); -#23524=CARTESIAN_POINT('',(20.0050354003906,80.,198.199258414995)); -#23525=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,198.199258414995)); -#23526=CARTESIAN_POINT('',(20.0050354003906,80.,199.800741644622)); -#23527=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,199.800741644622)); -#23528=CARTESIAN_POINT('',(20.1636358803736,77.4862704965975,200.141396652997)); -#23529=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,200.141396652997)); -#23530=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,200.003505161865)); -#23531=CARTESIAN_POINT('',(20.2221607598731,77.0609799488969,200.003505161865)); -#23532=CARTESIAN_POINT('',(20.0050354003906,80.,200.199258414995)); -#23533=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,200.199258414995)); -#23534=CARTESIAN_POINT('',(20.0050354003906,80.,201.800741644622)); -#23535=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,201.800741644622)); -#23536=CARTESIAN_POINT('',(20.1636358803736,77.4862704965913,202.141396652997)); -#23537=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,202.141396652997)); -#23538=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,202.003505161865)); -#23539=CARTESIAN_POINT('',(20.2221607598731,77.0609799488915,202.003505161865)); -#23540=CARTESIAN_POINT('',(20.0050354003906,80.,202.199258414995)); -#23541=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,202.199258414995)); -#23542=CARTESIAN_POINT('',(20.0050354003906,80.,203.800741644622)); -#23543=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,203.800741644622)); -#23544=CARTESIAN_POINT('',(20.1636358803736,77.4862704965851,204.141396652997)); -#23545=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,204.141396652997)); -#23546=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,204.003505161865)); -#23547=CARTESIAN_POINT('',(20.2221607598731,77.0609799488862,204.003505161865)); -#23548=CARTESIAN_POINT('',(20.0050354003906,80.,204.199258414995)); -#23549=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,204.199258414995)); -#23550=CARTESIAN_POINT('',(20.0050354003906,80.,205.800741644622)); -#23551=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,205.800741644622)); -#23552=CARTESIAN_POINT('',(20.1636358803736,77.486270496579,206.141396652997)); -#23553=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,206.141396652997)); -#23554=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,206.003505161865)); -#23555=CARTESIAN_POINT('',(20.2221607598731,77.0609799488808,206.003505161865)); -#23556=CARTESIAN_POINT('',(20.0050354003906,80.,206.199258414995)); -#23557=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,206.199258414995)); -#23558=CARTESIAN_POINT('',(20.0050354003906,80.,207.800741644622)); -#23559=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,207.800741644622)); -#23560=CARTESIAN_POINT('',(20.1636358803736,77.4862704965728,208.141396652997)); -#23561=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,208.141396652997)); -#23562=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,208.003505161865)); -#23563=CARTESIAN_POINT('',(20.2221607598731,77.0609799488755,208.003505161865)); -#23564=CARTESIAN_POINT('',(20.0050354003906,80.,208.199258414995)); -#23565=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,208.199258414995)); -#23566=CARTESIAN_POINT('',(20.0050354003906,80.,209.800741644622)); -#23567=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,209.800741644622)); -#23568=CARTESIAN_POINT('',(20.1636358803736,77.4862704965666,210.141396652997)); -#23569=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,210.141396652997)); -#23570=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,210.003505161865)); -#23571=CARTESIAN_POINT('',(20.2221607598731,77.0609799488701,210.003505161865)); -#23572=CARTESIAN_POINT('',(20.0050354003906,80.,210.199258414995)); -#23573=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,210.199258414995)); -#23574=CARTESIAN_POINT('',(20.0050354003906,80.,211.800741644622)); -#23575=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,211.800741644622)); -#23576=CARTESIAN_POINT('',(20.1636358803736,77.4862704965604,212.141396652997)); -#23577=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,212.141396652997)); -#23578=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,212.003505161865)); -#23579=CARTESIAN_POINT('',(20.2221607598731,77.0609799488648,212.003505161865)); -#23580=CARTESIAN_POINT('',(20.0050354003906,80.,212.199258414995)); -#23581=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,212.199258414995)); -#23582=CARTESIAN_POINT('',(20.0050354003906,80.,213.800741644622)); -#23583=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,213.800741644622)); -#23584=CARTESIAN_POINT('',(20.1636358803736,77.4862704965543,214.141396652997)); -#23585=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,214.141396652997)); -#23586=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,214.003505161865)); -#23587=CARTESIAN_POINT('',(20.2221607598731,77.0609799488594,214.003505161865)); -#23588=CARTESIAN_POINT('',(20.0050354003906,80.,214.199258414995)); -#23589=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,214.199258414995)); -#23590=CARTESIAN_POINT('',(20.0050354003906,80.,215.800741644622)); -#23591=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,215.800741644622)); -#23592=CARTESIAN_POINT('',(20.1636358803736,77.4862704965481,216.141396652997)); -#23593=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,216.141396652997)); -#23594=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,216.003505161865)); -#23595=CARTESIAN_POINT('',(20.2221607598731,77.0609799488541,216.003505161865)); -#23596=CARTESIAN_POINT('',(20.0050354003906,80.,216.199258414995)); -#23597=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,216.199258414995)); -#23598=CARTESIAN_POINT('',(20.0050354003906,80.,217.800741644622)); -#23599=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,217.800741644622)); -#23600=CARTESIAN_POINT('',(20.1636358803736,77.4862704965419,218.141396652997)); -#23601=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,218.141396652997)); -#23602=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,218.003505161865)); -#23603=CARTESIAN_POINT('',(20.2221607598731,77.0609799488488,218.003505161865)); -#23604=CARTESIAN_POINT('',(20.0050354003906,80.,218.199258414995)); -#23605=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,218.199258414995)); -#23606=CARTESIAN_POINT('',(20.0050354003906,80.,219.800741644622)); -#23607=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,219.800741644622)); -#23608=CARTESIAN_POINT('',(20.1636358803736,77.4862704965358,220.141396652997)); -#23609=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,220.141396652997)); -#23610=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,220.003505161865)); -#23611=CARTESIAN_POINT('',(20.2221607598731,77.0609799488434,220.003505161865)); -#23612=CARTESIAN_POINT('',(20.0050354003906,80.,220.199258414995)); -#23613=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,220.199258414995)); -#23614=CARTESIAN_POINT('',(20.0050354003906,80.,221.800741644622)); -#23615=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,221.800741644622)); -#23616=CARTESIAN_POINT('',(20.1636358803736,77.4862704965296,222.141396652997)); -#23617=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,222.141396652997)); -#23618=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,222.003505161865)); -#23619=CARTESIAN_POINT('',(20.2221607598731,77.0609799488381,222.003505161865)); -#23620=CARTESIAN_POINT('',(20.0050354003906,80.,222.199258414995)); -#23621=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,222.199258414995)); -#23622=CARTESIAN_POINT('',(20.0050354003906,80.,223.800741644622)); -#23623=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,223.800741644622)); -#23624=CARTESIAN_POINT('',(20.1636358803736,77.4862704965234,224.141396652997)); -#23625=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,224.141396652997)); -#23626=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,224.003505161865)); -#23627=CARTESIAN_POINT('',(20.2221607598731,77.0609799488327,224.003505161865)); -#23628=CARTESIAN_POINT('',(20.0050354003906,80.,224.199258414995)); -#23629=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,224.199258414995)); -#23630=CARTESIAN_POINT('',(20.0050354003906,80.,225.800741644622)); -#23631=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,225.800741644622)); -#23632=CARTESIAN_POINT('',(20.1636358803736,77.4862704965172,226.141396652997)); -#23633=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,226.141396652997)); -#23634=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,226.003505161865)); -#23635=CARTESIAN_POINT('',(20.2221607598731,77.0609799488274,226.003505161865)); -#23636=CARTESIAN_POINT('',(20.0050354003906,80.,226.199258414995)); -#23637=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,226.199258414995)); -#23638=CARTESIAN_POINT('',(20.0050354003906,80.,227.800741644622)); -#23639=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,227.800741644622)); -#23640=CARTESIAN_POINT('',(20.1636358803736,77.4862704965111,228.141396652997)); -#23641=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,228.141396652997)); -#23642=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,228.003505161865)); -#23643=CARTESIAN_POINT('',(20.2221607598731,77.060979948822,228.003505161865)); -#23644=CARTESIAN_POINT('',(20.0050354003906,80.,228.199258414995)); -#23645=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,228.199258414995)); -#23646=CARTESIAN_POINT('',(20.0050354003906,80.,229.800741644622)); -#23647=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,229.800741644622)); -#23648=CARTESIAN_POINT('',(20.1636358803736,77.4862704965049,230.141396652997)); -#23649=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,230.141396652997)); -#23650=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,230.003505161865)); -#23651=CARTESIAN_POINT('',(20.2221607598731,77.0609799488167,230.003505161865)); -#23652=CARTESIAN_POINT('',(20.0050354003906,80.,230.199258414995)); -#23653=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,230.199258414995)); -#23654=CARTESIAN_POINT('',(20.0050354003906,80.,231.800741644622)); -#23655=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,231.800741644622)); -#23656=CARTESIAN_POINT('',(20.1636358803736,77.4862704964987,232.141396652997)); -#23657=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,232.141396652997)); -#23658=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,232.003505161865)); -#23659=CARTESIAN_POINT('',(20.2221607598731,77.0609799488113,232.003505161865)); -#23660=CARTESIAN_POINT('',(20.0050354003906,80.,232.199258414995)); -#23661=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,232.199258414995)); -#23662=CARTESIAN_POINT('',(20.0050354003906,80.,233.800741644622)); -#23663=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,233.800741644622)); -#23664=CARTESIAN_POINT('',(20.1636358803736,77.4862704964925,234.141396652997)); -#23665=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,234.141396652997)); -#23666=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,234.003505161865)); -#23667=CARTESIAN_POINT('',(20.2221607598731,77.060979948806,234.003505161865)); -#23668=CARTESIAN_POINT('',(20.0050354003906,80.,234.199258414995)); -#23669=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,234.199258414995)); -#23670=CARTESIAN_POINT('',(20.0050354003906,80.,235.800741644622)); -#23671=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,235.800741644622)); -#23672=CARTESIAN_POINT('',(20.1636358803736,77.4862704964864,236.141396652997)); -#23673=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,236.141396652997)); -#23674=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,236.003505161865)); -#23675=CARTESIAN_POINT('',(20.2221607598731,77.0609799488006,236.003505161865)); -#23676=CARTESIAN_POINT('',(20.0050354003906,80.,236.199258414995)); -#23677=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,236.199258414995)); -#23678=CARTESIAN_POINT('',(20.0050354003906,80.,237.800741644622)); -#23679=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,237.800741644622)); -#23680=CARTESIAN_POINT('',(20.1636358803736,77.4862704964802,238.141396652997)); -#23681=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,238.141396652997)); -#23682=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,238.003505161865)); -#23683=CARTESIAN_POINT('',(20.2221607598731,77.0609799487953,238.003505161865)); -#23684=CARTESIAN_POINT('',(20.0050354003906,80.,238.199258414995)); -#23685=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,238.199258414995)); -#23686=CARTESIAN_POINT('',(20.0050354003906,80.,239.800741644622)); -#23687=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,239.800741644622)); -#23688=CARTESIAN_POINT('',(20.1636358803736,77.486270496474,240.141396652997)); -#23689=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,240.141396652997)); -#23690=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,240.003505161865)); -#23691=CARTESIAN_POINT('',(20.2221607598731,77.0609799487899,240.003505161865)); -#23692=CARTESIAN_POINT('',(20.0050354003906,80.,240.199258414995)); -#23693=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,240.199258414995)); -#23694=CARTESIAN_POINT('',(20.0050354003906,80.,241.800741644622)); -#23695=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,241.800741644622)); -#23696=CARTESIAN_POINT('',(20.1636358803736,77.4862704964678,242.141396652997)); -#23697=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,242.141396652997)); -#23698=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,242.003505161865)); -#23699=CARTESIAN_POINT('',(20.2221607598731,77.0609799487846,242.003505161865)); -#23700=CARTESIAN_POINT('',(20.0050354003906,80.,242.199258414995)); -#23701=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,242.199258414995)); -#23702=CARTESIAN_POINT('',(20.0050354003906,80.,243.800741644622)); -#23703=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,243.800741644622)); -#23704=CARTESIAN_POINT('',(20.1636358803736,77.4862704964617,244.141396652997)); -#23705=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,244.141396652997)); -#23706=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,244.003505161865)); -#23707=CARTESIAN_POINT('',(20.2221607598731,77.0609799487792,244.003505161865)); -#23708=CARTESIAN_POINT('',(20.0050354003906,80.,244.199258414995)); -#23709=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,244.199258414995)); -#23710=CARTESIAN_POINT('',(20.0050354003906,80.,245.800741644622)); -#23711=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,245.800741644622)); -#23712=CARTESIAN_POINT('',(20.1636358803736,77.4862704964555,246.141396652997)); -#23713=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,246.141396652997)); -#23714=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,246.003505161865)); -#23715=CARTESIAN_POINT('',(20.2221607598731,77.0609799487739,246.003505161865)); -#23716=CARTESIAN_POINT('',(20.0050354003906,80.,246.199258414995)); -#23717=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,246.199258414995)); -#23718=CARTESIAN_POINT('',(20.0050354003906,80.,247.800741644622)); -#23719=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,247.800741644622)); -#23720=CARTESIAN_POINT('',(20.1636358803736,77.4862704964493,248.141396652997)); -#23721=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,248.141396652997)); -#23722=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,248.003505161865)); -#23723=CARTESIAN_POINT('',(20.2221607598731,77.0609799487685,248.003505161865)); -#23724=CARTESIAN_POINT('',(20.0050354003906,80.,248.199258414995)); -#23725=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,248.199258414995)); -#23726=CARTESIAN_POINT('',(20.0050354003906,80.,249.800741644622)); -#23727=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,249.800741644622)); -#23728=CARTESIAN_POINT('',(20.1636358803736,77.4862704964431,250.141396652997)); -#23729=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,250.141396652997)); -#23730=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,250.003505161865)); -#23731=CARTESIAN_POINT('',(20.2221607598731,77.0609799487632,250.003505161865)); -#23732=CARTESIAN_POINT('',(20.0050354003906,80.,250.199258414995)); -#23733=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,250.199258414995)); -#23734=CARTESIAN_POINT('',(20.0050354003906,80.,251.800741644622)); -#23735=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,251.800741644622)); -#23736=CARTESIAN_POINT('',(20.1636358803736,77.486270496437,252.141396652997)); -#23737=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,252.141396652997)); -#23738=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,252.003505161865)); -#23739=CARTESIAN_POINT('',(20.2221607598731,77.0609799487579,252.003505161865)); -#23740=CARTESIAN_POINT('',(20.0050354003906,80.,252.199258414995)); -#23741=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,252.199258414995)); -#23742=CARTESIAN_POINT('',(20.0050354003906,80.,253.800741644622)); -#23743=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,253.800741644622)); -#23744=CARTESIAN_POINT('',(20.1636358803736,77.4862704964308,254.141396652997)); -#23745=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,254.141396652997)); -#23746=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,254.003505161865)); -#23747=CARTESIAN_POINT('',(20.2221607598731,77.0609799487525,254.003505161865)); -#23748=CARTESIAN_POINT('',(20.0050354003906,80.,254.199258414995)); -#23749=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,254.199258414995)); -#23750=CARTESIAN_POINT('',(20.0050354003906,80.,255.800741644622)); -#23751=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,255.800741644622)); -#23752=CARTESIAN_POINT('',(20.1636358803736,77.4862704964246,256.141396652997)); -#23753=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,256.141396652997)); -#23754=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,256.003505161865)); -#23755=CARTESIAN_POINT('',(20.2221607598731,77.0609799487471,256.003505161865)); -#23756=CARTESIAN_POINT('',(20.0050354003906,80.,256.199258414995)); -#23757=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,256.199258414995)); -#23758=CARTESIAN_POINT('',(20.0050354003906,80.,257.800741644622)); -#23759=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,257.800741644622)); -#23760=CARTESIAN_POINT('',(20.1636358803736,77.4862704964185,258.141396652997)); -#23761=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,258.141396652997)); -#23762=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,258.003505161865)); -#23763=CARTESIAN_POINT('',(20.2221607598731,77.0609799487418,258.003505161865)); -#23764=CARTESIAN_POINT('',(20.0050354003906,80.,258.199258414995)); -#23765=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,258.199258414995)); -#23766=CARTESIAN_POINT('',(20.0050354003906,80.,259.800741644622)); -#23767=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,259.800741644622)); -#23768=CARTESIAN_POINT('',(20.1636358803736,77.4862704964123,260.141396652997)); -#23769=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,260.141396652997)); -#23770=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,260.003505161865)); -#23771=CARTESIAN_POINT('',(20.2221607598731,77.0609799487365,260.003505161865)); -#23772=CARTESIAN_POINT('',(20.0050354003906,80.,260.199258414995)); -#23773=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,260.199258414995)); -#23774=CARTESIAN_POINT('',(20.0050354003906,80.,261.800741644622)); -#23775=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,261.800741644622)); -#23776=CARTESIAN_POINT('',(20.1636358803736,77.4862704964061,262.141396652997)); -#23777=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,262.141396652997)); -#23778=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,262.003505161865)); -#23779=CARTESIAN_POINT('',(20.2221607598731,77.0609799487311,262.003505161865)); -#23780=CARTESIAN_POINT('',(20.0050354003906,80.,262.199258414995)); -#23781=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,262.199258414995)); -#23782=CARTESIAN_POINT('',(20.0050354003906,80.,263.800741644622)); -#23783=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,263.800741644622)); -#23784=CARTESIAN_POINT('',(20.1636358803736,77.4862704963999,264.141396652997)); -#23785=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,264.141396652997)); -#23786=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,264.003505161865)); -#23787=CARTESIAN_POINT('',(20.2221607598731,77.0609799487258,264.003505161865)); -#23788=CARTESIAN_POINT('',(20.0050354003906,80.,264.199258414995)); -#23789=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,264.199258414995)); -#23790=CARTESIAN_POINT('',(20.0050354003906,80.,265.800741644622)); -#23791=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,265.800741644622)); -#23792=CARTESIAN_POINT('',(20.1636358803736,77.4862704963938,266.141396652997)); -#23793=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,266.141396652997)); -#23794=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,266.003505161865)); -#23795=CARTESIAN_POINT('',(20.2221607598731,77.0609799487204,266.003505161865)); -#23796=CARTESIAN_POINT('',(20.0050354003906,80.,266.199258414995)); -#23797=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,266.199258414995)); -#23798=CARTESIAN_POINT('',(20.0050354003906,80.,267.800741644622)); -#23799=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,267.800741644622)); -#23800=CARTESIAN_POINT('',(20.1636358803736,77.4862704963876,268.141396652997)); -#23801=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,268.141396652997)); -#23802=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,268.003505161865)); -#23803=CARTESIAN_POINT('',(20.2221607598731,77.0609799487151,268.003505161865)); -#23804=CARTESIAN_POINT('',(20.0050354003906,80.,268.199258414995)); -#23805=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,268.199258414995)); -#23806=CARTESIAN_POINT('',(20.0050354003906,80.,269.800741644622)); -#23807=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,269.800741644622)); -#23808=CARTESIAN_POINT('',(20.1636358803736,77.4862704963814,270.141396652997)); -#23809=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,270.141396652997)); -#23810=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,270.003505161865)); -#23811=CARTESIAN_POINT('',(20.2221607598731,77.0609799487097,270.003505161865)); -#23812=CARTESIAN_POINT('',(20.0050354003906,80.,270.199258414995)); -#23813=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,270.199258414995)); -#23814=CARTESIAN_POINT('',(20.0050354003906,80.,271.800741644622)); -#23815=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,271.800741644622)); -#23816=CARTESIAN_POINT('',(20.1636358803736,77.4862704963752,272.141396652997)); -#23817=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,272.141396652997)); -#23818=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,272.003505161865)); -#23819=CARTESIAN_POINT('',(20.2221607598731,77.0609799487044,272.003505161865)); -#23820=CARTESIAN_POINT('',(20.0050354003906,80.,272.199258414995)); -#23821=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,272.199258414995)); -#23822=CARTESIAN_POINT('',(20.0050354003906,80.,273.800741644622)); -#23823=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,273.800741644622)); -#23824=CARTESIAN_POINT('',(20.1636358803736,77.4862704963691,274.141396652997)); -#23825=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,274.141396652997)); -#23826=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,274.003505161865)); -#23827=CARTESIAN_POINT('',(20.2221607598731,77.0609799486991,274.003505161865)); -#23828=CARTESIAN_POINT('',(20.0050354003906,80.,274.199258414995)); -#23829=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,274.199258414995)); -#23830=CARTESIAN_POINT('',(20.0050354003906,80.,275.800741644622)); -#23831=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,275.800741644622)); -#23832=CARTESIAN_POINT('',(20.1636358803736,77.4862704963629,276.141396652997)); -#23833=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,276.141396652997)); -#23834=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,276.003505161865)); -#23835=CARTESIAN_POINT('',(20.2221607598731,77.0609799486937,276.003505161865)); -#23836=CARTESIAN_POINT('',(20.0050354003906,80.,276.199258414995)); -#23837=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,276.199258414995)); -#23838=CARTESIAN_POINT('',(20.0050354003906,80.,277.800741644622)); -#23839=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,277.800741644622)); -#23840=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,278.199258414995)); -#23841=CARTESIAN_POINT('',(20.0050354003906,80.,278.199258414995)); -#23842=CARTESIAN_POINT('',(20.1636358803736,77.4862704963567,278.141396652997)); -#23843=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,278.141396652997)); -#23844=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,278.003505161865)); -#23845=CARTESIAN_POINT('',(20.2221607598731,77.0609799486883,278.003505161865)); -#23846=CARTESIAN_POINT('',(20.0050382268115,79.99817730411,74.1992584136634)); -#23847=CARTESIAN_POINT('',(20.0050432825293,139.998177304108,74.1992584114818)); -#23848=CARTESIAN_POINT('',(20.0050382521439,79.99817730411,73.8007416454719)); -#23849=CARTESIAN_POINT('',(20.0050433078617,139.998177304108,73.8007416476536)); -#23850=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,78.199258416086)); -#23851=CARTESIAN_POINT('',(20.005036905754,79.6129197063532,78.1992584265119)); -#23852=CARTESIAN_POINT('',(20.0170308067931,79.1876450980468,78.2016637825276)); -#23853=CARTESIAN_POINT('',(20.0695243138057,78.3399918714176,78.196099941084)); -#23854=CARTESIAN_POINT('',(20.1100244518221,77.9176018620448,78.190843381539)); -#23855=CARTESIAN_POINT('',(20.1594266621173,77.5196825404875,78.1455129141645)); -#23856=CARTESIAN_POINT('',(20.1615051771288,77.5031040058906,78.1435299765732)); -#23857=CARTESIAN_POINT('',(20.1636378427654,77.4862704970906,78.141396657906)); -#23858=CARTESIAN_POINT('',(20.1793547797479,77.3622135618418,78.1257662403044)); -#23859=CARTESIAN_POINT('',(20.1893102876527,77.2910895327939,78.1103787486132)); -#23860=CARTESIAN_POINT('',(20.1992449590228,77.2193683326514,78.0944107663312)); -#23861=CARTESIAN_POINT('',(20.2045415150948,77.1819191278271,78.0844083336362)); -#23862=CARTESIAN_POINT('',(20.2108022627208,77.1384796312956,78.0669419299112)); -#23863=CARTESIAN_POINT('',(20.2120170234142,77.1300899396605,78.0632729970697)); -#23864=CARTESIAN_POINT('',(20.2140391659999,77.1161845917999,78.056593527962)); -#23865=CARTESIAN_POINT('',(20.2150205729545,77.1094567693942,78.0531922364462)); -#23866=CARTESIAN_POINT('',(20.2172611982158,77.0941487372059,78.0445084504116)); -#23867=CARTESIAN_POINT('',(20.2186729702248,77.0845559461428,78.0381473992104)); -#23868=CARTESIAN_POINT('',(20.2204632954094,77.0724385261678,78.0265843309215)); -#23869=CARTESIAN_POINT('',(20.2209521971735,77.0691386347281,78.022583867589)); -#23870=CARTESIAN_POINT('',(20.2215654895549,77.0650023143361,78.0160463079187)); -#23871=CARTESIAN_POINT('',(20.2217427983427,77.0638077646017,78.0136121660447)); -#23872=CARTESIAN_POINT('',(20.2220122841869,77.0619925815362,78.0088478075691)); -#23873=CARTESIAN_POINT('',(20.2221131082108,77.0613139067058,78.0061825492895)); -#23874=CARTESIAN_POINT('',(20.2221627222649,77.0609799493238,78.0035051667736)); -#23875=CARTESIAN_POINT('',(20.222183406389,77.0608407224434,78.0023251536464)); -#23876=CARTESIAN_POINT('',(20.2221934401388,77.0607731916324,78.0011523497966)); -#23877=CARTESIAN_POINT('',(20.2221934400342,77.0607731916305,77.9960812766017)); -#23878=CARTESIAN_POINT('',(20.2220677811862,77.0616185826536,77.9919336082994)); -#23879=CARTESIAN_POINT('',(20.2216035472439,77.064745908119,77.9841514965263)); -#23880=CARTESIAN_POINT('',(20.221266252471,77.0670195266666,77.9805136374965)); -#23881=CARTESIAN_POINT('',(20.2194018688841,77.0796056891146,77.9641082128846)); -#23882=CARTESIAN_POINT('',(20.2168895071279,77.0966575256573,77.9535534880539)); -#23883=CARTESIAN_POINT('',(20.2057903179816,77.1727019559883,77.914084340405)); -#23884=CARTESIAN_POINT('',(20.1955245918038,77.2452440997421,77.8987368932464)); -#23885=CARTESIAN_POINT('',(20.1756298675479,77.3923038671507,77.8705649876925)); -#23886=CARTESIAN_POINT('',(20.1659276353125,77.4673181673313,77.8604524413427)); -#23887=CARTESIAN_POINT('',(20.1100243467648,77.9176018598071,77.8091566895185)); -#23888=CARTESIAN_POINT('',(20.0695242352207,78.3399918693258,77.8039001286913)); -#23889=CARTESIAN_POINT('',(20.0170307813733,79.1876450962505,77.7983362846769)); -#23890=CARTESIAN_POINT('',(20.005036907061,79.6129197047067,77.8007416394034)); -#23891=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,77.8007416478945)); -#23892=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,76.199258416086)); -#23893=CARTESIAN_POINT('',(20.0050369057541,79.6129197063533,76.1992584265119)); -#23894=CARTESIAN_POINT('',(20.0170308067933,79.1876450980475,76.2016637825276)); -#23895=CARTESIAN_POINT('',(20.069524313806,78.3399918714184,76.1960999410839)); -#23896=CARTESIAN_POINT('',(20.1100244518224,77.9176018620459,76.1908433815388)); -#23897=CARTESIAN_POINT('',(20.1594266621175,77.5196825404893,76.1455129141643)); -#23898=CARTESIAN_POINT('',(20.1615051771289,77.5031040058931,76.1435299765731)); -#23899=CARTESIAN_POINT('',(20.1636378427654,77.4862704970937,76.141396657906)); -#23900=CARTESIAN_POINT('',(20.1793547797479,77.3622135618447,76.1257662403044)); -#23901=CARTESIAN_POINT('',(20.1893102876527,77.2910895327968,76.1103787486132)); -#23902=CARTESIAN_POINT('',(20.1992449590228,77.2193683326542,76.0944107663312)); -#23903=CARTESIAN_POINT('',(20.2045415150948,77.1819191278299,76.0844083336362)); -#23904=CARTESIAN_POINT('',(20.2108022627208,77.1384796312983,76.0669419299112)); -#23905=CARTESIAN_POINT('',(20.2120170234142,77.1300899396632,76.0632729970697)); -#23906=CARTESIAN_POINT('',(20.2140391659999,77.1161845918027,76.056593527962)); -#23907=CARTESIAN_POINT('',(20.2150205729545,77.1094567693969,76.0531922364462)); -#23908=CARTESIAN_POINT('',(20.2172611982158,77.0941487372086,76.0445084504116)); -#23909=CARTESIAN_POINT('',(20.2186729702248,77.0845559461455,76.0381473992104)); -#23910=CARTESIAN_POINT('',(20.2204632954094,77.0724385261705,76.0265843309215)); -#23911=CARTESIAN_POINT('',(20.2209521971735,77.0691386347308,76.022583867589)); -#23912=CARTESIAN_POINT('',(20.2215654895549,77.0650023143388,76.0160463079187)); -#23913=CARTESIAN_POINT('',(20.2217427983427,77.0638077646044,76.0136121660447)); -#23914=CARTESIAN_POINT('',(20.2220122841869,77.0619925815389,76.0088478075691)); -#23915=CARTESIAN_POINT('',(20.2221131082108,77.0613139067085,76.0061825492895)); -#23916=CARTESIAN_POINT('',(20.2221627222649,77.0609799493265,76.0035051667736)); -#23917=CARTESIAN_POINT('',(20.222183406389,77.0608407224461,76.0023251536464)); -#23918=CARTESIAN_POINT('',(20.2221934401388,77.0607731916351,76.0011523497966)); -#23919=CARTESIAN_POINT('',(20.2221934400342,77.0607731916332,75.9960812766017)); -#23920=CARTESIAN_POINT('',(20.2220677811862,77.0616185826562,75.9919336082994)); -#23921=CARTESIAN_POINT('',(20.2216035472439,77.0647459081216,75.9841514965263)); -#23922=CARTESIAN_POINT('',(20.221266252471,77.0670195266692,75.9805136374965)); -#23923=CARTESIAN_POINT('',(20.2194018688841,77.0796056891173,75.9641082128847)); -#23924=CARTESIAN_POINT('',(20.2168895071279,77.0966575256598,75.9535534880539)); -#23925=CARTESIAN_POINT('',(20.2057903179817,77.1727019559908,75.9140843404052)); -#23926=CARTESIAN_POINT('',(20.1955245918039,77.2452440997445,75.8987368932466)); -#23927=CARTESIAN_POINT('',(20.175629867548,77.3923038671528,75.8705649876929)); -#23928=CARTESIAN_POINT('',(20.1659276353127,77.4673181673334,75.8604524413431)); -#23929=CARTESIAN_POINT('',(20.110024346765,77.9176018598088,75.8091566895187)); -#23930=CARTESIAN_POINT('',(20.0695242352209,78.3399918693272,75.8039001286914)); -#23931=CARTESIAN_POINT('',(20.0170307813735,79.1876450962515,75.798336284677)); -#23932=CARTESIAN_POINT('',(20.0050369070612,79.6129197047069,75.8007416394034)); -#23933=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,75.8007416478945)); -#23934=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,72.199258416086)); -#23935=CARTESIAN_POINT('',(20.0050369057544,79.6129197063534,72.1992584265119)); -#23936=CARTESIAN_POINT('',(20.0170308067937,79.1876450980489,72.2016637825276)); -#23937=CARTESIAN_POINT('',(20.0695243138066,78.3399918714203,72.1960999410835)); -#23938=CARTESIAN_POINT('',(20.110024451823,77.9176018620481,72.1908433815383)); -#23939=CARTESIAN_POINT('',(20.1594266621179,77.5196825404929,72.145512914164)); -#23940=CARTESIAN_POINT('',(20.1615051771291,77.5031040058979,72.1435299765729)); -#23941=CARTESIAN_POINT('',(20.1636378427654,77.4862704970999,72.141396657906)); -#23942=CARTESIAN_POINT('',(20.1793547797479,77.3622135618507,72.1257662403044)); -#23943=CARTESIAN_POINT('',(20.1893102876527,77.2910895328026,72.1103787486132)); -#23944=CARTESIAN_POINT('',(20.1992449590228,77.2193683326599,72.0944107663312)); -#23945=CARTESIAN_POINT('',(20.2045415150948,77.1819191278355,72.0844083336362)); -#23946=CARTESIAN_POINT('',(20.2108022627208,77.1384796313038,72.0669419299112)); -#23947=CARTESIAN_POINT('',(20.2120170234142,77.1300899396687,72.0632729970697)); -#23948=CARTESIAN_POINT('',(20.2140391659999,77.1161845918081,72.056593527962)); -#23949=CARTESIAN_POINT('',(20.2150205729545,77.1094567694024,72.0531922364462)); -#23950=CARTESIAN_POINT('',(20.2172611982158,77.094148737214,72.0445084504116)); -#23951=CARTESIAN_POINT('',(20.2186729702248,77.0845559461509,72.0381473992104)); -#23952=CARTESIAN_POINT('',(20.2204632954094,77.0724385261759,72.0265843309215)); -#23953=CARTESIAN_POINT('',(20.2209521971735,77.0691386347361,72.022583867589)); -#23954=CARTESIAN_POINT('',(20.2215654895549,77.0650023143441,72.0160463079187)); -#23955=CARTESIAN_POINT('',(20.2217427983427,77.0638077646097,72.0136121660447)); -#23956=CARTESIAN_POINT('',(20.2220122841869,77.0619925815442,72.0088478075691)); -#23957=CARTESIAN_POINT('',(20.2221131082108,77.0613139067138,72.0061825492895)); -#23958=CARTESIAN_POINT('',(20.2221627222649,77.0609799493318,72.0035051667736)); -#23959=CARTESIAN_POINT('',(20.222183406389,77.0608407224513,72.0023251536464)); -#23960=CARTESIAN_POINT('',(20.2221934401388,77.0607731916404,72.0011523497966)); -#23961=CARTESIAN_POINT('',(20.2221934400342,77.0607731916385,71.9960812766017)); -#23962=CARTESIAN_POINT('',(20.2220677811862,77.0616185826617,71.9919336082995)); -#23963=CARTESIAN_POINT('',(20.2216035472439,77.064745908127,71.9841514965264)); -#23964=CARTESIAN_POINT('',(20.221266252471,77.0670195266746,71.9805136374966)); -#23965=CARTESIAN_POINT('',(20.2194018688841,77.0796056891226,71.9641082128849)); -#23966=CARTESIAN_POINT('',(20.216889507128,77.0966575256651,71.9535534880542)); -#23967=CARTESIAN_POINT('',(20.2057903179818,77.1727019559958,71.9140843404056)); -#23968=CARTESIAN_POINT('',(20.195524591804,77.2452440997493,71.898736893247)); -#23969=CARTESIAN_POINT('',(20.1756298675482,77.3923038671572,71.8705649876933)); -#23970=CARTESIAN_POINT('',(20.1659276353129,77.4673181673375,71.8604524413436)); -#23971=CARTESIAN_POINT('',(20.1100243467655,77.9176018598122,71.8091566895191)); -#23972=CARTESIAN_POINT('',(20.0695242352214,78.3399918693302,71.8039001286917)); -#23973=CARTESIAN_POINT('',(20.0170307813738,79.1876450962534,71.798336284677)); -#23974=CARTESIAN_POINT('',(20.0050369070614,79.6129197047072,71.8007416394034)); -#23975=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,71.8007416478945)); -#23976=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,70.199258416086)); -#23977=CARTESIAN_POINT('',(20.0050369057546,79.6129197063535,70.1992584265119)); -#23978=CARTESIAN_POINT('',(20.0170308067939,79.1876450980497,70.2016637825275)); -#23979=CARTESIAN_POINT('',(20.0695243138069,78.3399918714213,70.1960999410834)); -#23980=CARTESIAN_POINT('',(20.1100244518233,77.9176018620491,70.1908433815381)); -#23981=CARTESIAN_POINT('',(20.1594266621181,77.5196825404946,70.1455129141638)); -#23982=CARTESIAN_POINT('',(20.1615051771291,77.5031040059003,70.1435299765728)); -#23983=CARTESIAN_POINT('',(20.1636378427654,77.486270497103,70.141396657906)); -#23984=CARTESIAN_POINT('',(20.1793547797479,77.3622135618537,70.1257662403044)); -#23985=CARTESIAN_POINT('',(20.1893102876527,77.2910895328055,70.1103787486132)); -#23986=CARTESIAN_POINT('',(20.1992449590228,77.2193683326627,70.0944107663312)); -#23987=CARTESIAN_POINT('',(20.2045415150948,77.1819191278384,70.0844083336362)); -#23988=CARTESIAN_POINT('',(20.2108022627208,77.1384796313066,70.0669419299112)); -#23989=CARTESIAN_POINT('',(20.2120170234142,77.1300899396715,70.0632729970697)); -#23990=CARTESIAN_POINT('',(20.2140391659999,77.1161845918109,70.056593527962)); -#23991=CARTESIAN_POINT('',(20.2150205729545,77.1094567694051,70.0531922364462)); -#23992=CARTESIAN_POINT('',(20.2172611982158,77.0941487372167,70.0445084504116)); -#23993=CARTESIAN_POINT('',(20.2186729702248,77.0845559461536,70.0381473992104)); -#23994=CARTESIAN_POINT('',(20.2204632954094,77.0724385261786,70.0265843309215)); -#23995=CARTESIAN_POINT('',(20.2209521971735,77.0691386347388,70.022583867589)); -#23996=CARTESIAN_POINT('',(20.2215654895549,77.0650023143468,70.0160463079187)); -#23997=CARTESIAN_POINT('',(20.2217427983427,77.0638077646124,70.0136121660447)); -#23998=CARTESIAN_POINT('',(20.2220122841869,77.0619925815469,70.0088478075691)); -#23999=CARTESIAN_POINT('',(20.2221131082108,77.0613139067165,70.0061825492895)); -#24000=CARTESIAN_POINT('',(20.2221627222649,77.0609799493345,70.0035051667736)); -#24001=CARTESIAN_POINT('',(20.222183406389,77.060840722454,70.0023251536464)); -#24002=CARTESIAN_POINT('',(20.2221934401388,77.0607731916431,70.0011523497966)); -#24003=CARTESIAN_POINT('',(20.2221934400342,77.0607731916412,69.9960812766018)); -#24004=CARTESIAN_POINT('',(20.2220677811862,77.0616185826643,69.9919336082994)); -#24005=CARTESIAN_POINT('',(20.2216035472439,77.0647459081297,69.9841514965265)); -#24006=CARTESIAN_POINT('',(20.221266252471,77.0670195266773,69.9805136374967)); -#24007=CARTESIAN_POINT('',(20.2194018688841,77.0796056891252,69.9641082128849)); -#24008=CARTESIAN_POINT('',(20.216889507128,77.0966575256677,69.9535534880542)); -#24009=CARTESIAN_POINT('',(20.2057903179818,77.1727019559983,69.9140843404057)); -#24010=CARTESIAN_POINT('',(20.195524591804,77.2452440997517,69.8987368932472)); -#24011=CARTESIAN_POINT('',(20.1756298675483,77.3923038671593,69.8705649876936)); -#24012=CARTESIAN_POINT('',(20.1659276353131,77.4673181673395,69.8604524413438)); -#24013=CARTESIAN_POINT('',(20.1100243467656,77.9176018598139,69.8091566895193)); -#24014=CARTESIAN_POINT('',(20.0695242352216,78.3399918693317,69.8039001286918)); -#24015=CARTESIAN_POINT('',(20.0170307813739,79.1876450962544,69.798336284677)); -#24016=CARTESIAN_POINT('',(20.0050369070614,79.6129197047074,69.8007416394033)); -#24017=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,69.8007416478945)); -#24018=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,68.199258416086)); -#24019=CARTESIAN_POINT('',(20.0050369057547,79.6129197063536,68.1992584265119)); -#24020=CARTESIAN_POINT('',(20.0170308067941,79.1876450980505,68.2016637825275)); -#24021=CARTESIAN_POINT('',(20.0695243138071,78.3399918714222,68.1960999410833)); -#24022=CARTESIAN_POINT('',(20.1100244518235,77.9176018620501,68.1908433815379)); -#24023=CARTESIAN_POINT('',(20.1594266621182,77.5196825404964,68.1455129141636)); -#24024=CARTESIAN_POINT('',(20.1615051771291,77.5031040059027,68.1435299765727)); -#24025=CARTESIAN_POINT('',(20.1636378427654,77.4862704971061,68.141396657906)); -#24026=CARTESIAN_POINT('',(20.1793547797479,77.3622135618566,68.1257662403044)); -#24027=CARTESIAN_POINT('',(20.1893102876527,77.2910895328084,68.1103787486132)); -#24028=CARTESIAN_POINT('',(20.1992449590228,77.2193683326655,68.0944107663312)); -#24029=CARTESIAN_POINT('',(20.2045415150948,77.1819191278411,68.0844083336362)); -#24030=CARTESIAN_POINT('',(20.2108022627208,77.1384796313093,68.0669419299112)); -#24031=CARTESIAN_POINT('',(20.2120170234142,77.1300899396742,68.0632729970697)); -#24032=CARTESIAN_POINT('',(20.2140391659999,77.1161845918136,68.056593527962)); -#24033=CARTESIAN_POINT('',(20.2150205729545,77.1094567694078,68.0531922364462)); -#24034=CARTESIAN_POINT('',(20.2172611982158,77.0941487372194,68.0445084504116)); -#24035=CARTESIAN_POINT('',(20.2186729702248,77.0845559461563,68.0381473992104)); -#24036=CARTESIAN_POINT('',(20.2204632954094,77.0724385261812,68.0265843309215)); -#24037=CARTESIAN_POINT('',(20.2209521971735,77.0691386347415,68.022583867589)); -#24038=CARTESIAN_POINT('',(20.2215654895549,77.0650023143494,68.0160463079187)); -#24039=CARTESIAN_POINT('',(20.2217427983427,77.0638077646151,68.0136121660447)); -#24040=CARTESIAN_POINT('',(20.2220122841869,77.0619925815495,68.0088478075691)); -#24041=CARTESIAN_POINT('',(20.2221131082108,77.0613139067191,68.0061825492895)); -#24042=CARTESIAN_POINT('',(20.2221627222649,77.0609799493372,68.0035051667736)); -#24043=CARTESIAN_POINT('',(20.222183406389,77.0608407224567,68.0023251536464)); -#24044=CARTESIAN_POINT('',(20.2221934401388,77.0607731916457,68.0011523497966)); -#24045=CARTESIAN_POINT('',(20.2221934400342,77.0607731916438,67.9960812766018)); -#24046=CARTESIAN_POINT('',(20.2220677811862,77.061618582667,67.9919336082995)); -#24047=CARTESIAN_POINT('',(20.2216035472439,77.0647459081324,67.9841514965265)); -#24048=CARTESIAN_POINT('',(20.221266252471,77.0670195266799,67.9805136374967)); -#24049=CARTESIAN_POINT('',(20.2194018688841,77.0796056891279,67.964108212885)); -#24050=CARTESIAN_POINT('',(20.2168895071279,77.0966575256703,67.9535534880544)); -#24051=CARTESIAN_POINT('',(20.2057903179819,77.1727019560008,67.9140843404059)); -#24052=CARTESIAN_POINT('',(20.1955245918041,77.245244099754,67.8987368932474)); -#24053=CARTESIAN_POINT('',(20.1756298675485,77.3923038671615,67.8705649876938)); -#24054=CARTESIAN_POINT('',(20.1659276353132,77.4673181673416,67.860452441344)); -#24055=CARTESIAN_POINT('',(20.1100243467658,77.9176018598157,67.8091566895196)); -#24056=CARTESIAN_POINT('',(20.0695242352218,78.3399918693332,67.8039001286921)); -#24057=CARTESIAN_POINT('',(20.0170307813741,79.1876450962554,67.798336284677)); -#24058=CARTESIAN_POINT('',(20.0050369070615,79.6129197047077,67.8007416394033)); -#24059=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,67.8007416478945)); -#24060=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,66.199258416086)); -#24061=CARTESIAN_POINT('',(20.0050369057548,79.6129197063536,66.1992584265119)); -#24062=CARTESIAN_POINT('',(20.0170308067943,79.1876450980512,66.2016637825274)); -#24063=CARTESIAN_POINT('',(20.0695243138074,78.3399918714232,66.1960999410831)); -#24064=CARTESIAN_POINT('',(20.1100244518238,77.9176018620512,66.1908433815376)); -#24065=CARTESIAN_POINT('',(20.1594266621184,77.5196825404982,66.1455129141634)); -#24066=CARTESIAN_POINT('',(20.1615051771292,77.5031040059052,66.1435299765726)); -#24067=CARTESIAN_POINT('',(20.1636378427654,77.4862704971091,66.141396657906)); -#24068=CARTESIAN_POINT('',(20.1793547797479,77.3622135618596,66.1257662403044)); -#24069=CARTESIAN_POINT('',(20.1893102876527,77.2910895328113,66.1103787486132)); -#24070=CARTESIAN_POINT('',(20.1992449590228,77.2193683326684,66.0944107663312)); -#24071=CARTESIAN_POINT('',(20.2045415150948,77.1819191278439,66.0844083336362)); -#24072=CARTESIAN_POINT('',(20.2108022627208,77.1384796313121,66.0669419299112)); -#24073=CARTESIAN_POINT('',(20.2120170234142,77.130089939677,66.0632729970697)); -#24074=CARTESIAN_POINT('',(20.2140391659999,77.1161845918163,66.056593527962)); -#24075=CARTESIAN_POINT('',(20.2150205729545,77.1094567694106,66.0531922364462)); -#24076=CARTESIAN_POINT('',(20.2172611982158,77.0941487372222,66.0445084504116)); -#24077=CARTESIAN_POINT('',(20.2186729702248,77.084555946159,66.0381473992104)); -#24078=CARTESIAN_POINT('',(20.2204632954094,77.0724385261839,66.0265843309215)); -#24079=CARTESIAN_POINT('',(20.2209521971735,77.0691386347442,66.022583867589)); -#24080=CARTESIAN_POINT('',(20.2215654895549,77.0650023143522,66.0160463079187)); -#24081=CARTESIAN_POINT('',(20.2217427983427,77.0638077646178,66.0136121660447)); -#24082=CARTESIAN_POINT('',(20.2220122841869,77.0619925815522,66.0088478075691)); -#24083=CARTESIAN_POINT('',(20.2221131082108,77.0613139067218,66.0061825492895)); -#24084=CARTESIAN_POINT('',(20.2221627222649,77.0609799493399,66.0035051667736)); -#24085=CARTESIAN_POINT('',(20.222183406389,77.0608407224594,66.0023251536464)); -#24086=CARTESIAN_POINT('',(20.2221934401388,77.0607731916484,66.0011523497966)); -#24087=CARTESIAN_POINT('',(20.2221934400341,77.0607731916465,65.9960812766018)); -#24088=CARTESIAN_POINT('',(20.2220677811862,77.0616185826696,65.9919336082996)); -#24089=CARTESIAN_POINT('',(20.2216035472439,77.064745908135,65.9841514965265)); -#24090=CARTESIAN_POINT('',(20.221266252471,77.0670195266826,65.9805136374967)); -#24091=CARTESIAN_POINT('',(20.2194018688842,77.0796056891305,65.9641082128852)); -#24092=CARTESIAN_POINT('',(20.216889507128,77.096657525673,65.9535534880544)); -#24093=CARTESIAN_POINT('',(20.2057903179819,77.1727019560033,65.9140843404061)); -#24094=CARTESIAN_POINT('',(20.1955245918043,77.2452440997564,65.8987368932477)); -#24095=CARTESIAN_POINT('',(20.1756298675486,77.3923038671636,65.870564987694)); -#24096=CARTESIAN_POINT('',(20.1659276353133,77.4673181673436,65.8604524413443)); -#24097=CARTESIAN_POINT('',(20.110024346766,77.9176018598174,65.8091566895198)); -#24098=CARTESIAN_POINT('',(20.0695242352221,78.3399918693346,65.8039001286922)); -#24099=CARTESIAN_POINT('',(20.0170307813742,79.1876450962564,65.7983362846771)); -#24100=CARTESIAN_POINT('',(20.0050369070617,79.6129197047077,65.8007416394033)); -#24101=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,65.8007416478945)); -#24102=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,64.199258416086)); -#24103=CARTESIAN_POINT('',(20.0050369057549,79.6129197063536,64.1992584265119)); -#24104=CARTESIAN_POINT('',(20.0170308067946,79.1876450980518,64.2016637825274)); -#24105=CARTESIAN_POINT('',(20.0695243138076,78.3399918714241,64.1960999410829)); -#24106=CARTESIAN_POINT('',(20.1100244518241,77.9176018620522,64.1908433815374)); -#24107=CARTESIAN_POINT('',(20.1594266621186,77.5196825404999,64.1455129141633)); -#24108=CARTESIAN_POINT('',(20.1615051771293,77.5031040059076,64.1435299765726)); -#24109=CARTESIAN_POINT('',(20.1636378427654,77.4862704971122,64.141396657906)); -#24110=CARTESIAN_POINT('',(20.1793547797479,77.3622135618626,64.1257662403044)); -#24111=CARTESIAN_POINT('',(20.1893102876527,77.2910895328143,64.1103787486132)); -#24112=CARTESIAN_POINT('',(20.1992449590228,77.2193683326712,64.0944107663312)); -#24113=CARTESIAN_POINT('',(20.2045415150948,77.1819191278467,64.0844083336362)); -#24114=CARTESIAN_POINT('',(20.2108022627208,77.1384796313149,64.0669419299112)); -#24115=CARTESIAN_POINT('',(20.2120170234142,77.1300899396797,64.0632729970697)); -#24116=CARTESIAN_POINT('',(20.2140391659999,77.1161845918191,64.056593527962)); -#24117=CARTESIAN_POINT('',(20.2150205729545,77.1094567694133,64.0531922364462)); -#24118=CARTESIAN_POINT('',(20.2172611982158,77.0941487372249,64.0445084504116)); -#24119=CARTESIAN_POINT('',(20.2186729702248,77.0845559461617,64.0381473992104)); -#24120=CARTESIAN_POINT('',(20.2204632954094,77.0724385261866,64.0265843309215)); -#24121=CARTESIAN_POINT('',(20.2209521971735,77.0691386347468,64.022583867589)); -#24122=CARTESIAN_POINT('',(20.2215654895549,77.0650023143548,64.0160463079187)); -#24123=CARTESIAN_POINT('',(20.2217427983427,77.0638077646205,64.0136121660447)); -#24124=CARTESIAN_POINT('',(20.2220122841869,77.0619925815549,64.0088478075691)); -#24125=CARTESIAN_POINT('',(20.2221131082108,77.0613139067245,64.0061825492895)); -#24126=CARTESIAN_POINT('',(20.2221627222649,77.0609799493425,64.0035051667736)); -#24127=CARTESIAN_POINT('',(20.222183406389,77.060840722462,64.0023251536464)); -#24128=CARTESIAN_POINT('',(20.2221934401388,77.0607731916511,64.0011523497966)); -#24129=CARTESIAN_POINT('',(20.2221934400342,77.0607731916492,63.9960812766018)); -#24130=CARTESIAN_POINT('',(20.2220677811862,77.0616185826724,63.9919336082996)); -#24131=CARTESIAN_POINT('',(20.2216035472439,77.0647459081377,63.9841514965266)); -#24132=CARTESIAN_POINT('',(20.221266252471,77.0670195266853,63.9805136374968)); -#24133=CARTESIAN_POINT('',(20.2194018688842,77.0796056891332,63.9641082128851)); -#24134=CARTESIAN_POINT('',(20.216889507128,77.0966575256756,63.9535534880545)); -#24135=CARTESIAN_POINT('',(20.205790317982,77.1727019560058,63.9140843404062)); -#24136=CARTESIAN_POINT('',(20.1955245918043,77.2452440997588,63.8987368932478)); -#24137=CARTESIAN_POINT('',(20.1756298675487,77.3923038671658,63.8705649876942)); -#24138=CARTESIAN_POINT('',(20.1659276353134,77.4673181673456,63.8604524413445)); -#24139=CARTESIAN_POINT('',(20.1100243467662,77.9176018598191,63.8091566895201)); -#24140=CARTESIAN_POINT('',(20.0695242352223,78.3399918693361,63.8039001286924)); -#24141=CARTESIAN_POINT('',(20.0170307813744,79.1876450962573,63.7983362846771)); -#24142=CARTESIAN_POINT('',(20.0050369070618,79.612919704708,63.8007416394033)); -#24143=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,63.8007416478945)); -#24144=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,62.199258416086)); -#24145=CARTESIAN_POINT('',(20.005036905755,79.6129197063537,62.199258426512)); -#24146=CARTESIAN_POINT('',(20.0170308067946,79.1876450980526,62.2016637825273)); -#24147=CARTESIAN_POINT('',(20.069524313808,78.3399918714251,62.1960999410827)); -#24148=CARTESIAN_POINT('',(20.1100244518244,77.9176018620532,62.1908433815372)); -#24149=CARTESIAN_POINT('',(20.1594266621188,77.5196825405017,62.1455129141631)); -#24150=CARTESIAN_POINT('',(20.1615051771294,77.5031040059099,62.1435299765725)); -#24151=CARTESIAN_POINT('',(20.1636378427654,77.4862704971153,62.141396657906)); -#24152=CARTESIAN_POINT('',(20.1793547797479,77.3622135618656,62.1257662403044)); -#24153=CARTESIAN_POINT('',(20.1893102876527,77.2910895328172,62.1103787486132)); -#24154=CARTESIAN_POINT('',(20.1992449590228,77.2193683326741,62.0944107663312)); -#24155=CARTESIAN_POINT('',(20.2045415150948,77.1819191278496,62.0844083336363)); -#24156=CARTESIAN_POINT('',(20.2108022627208,77.1384796313177,62.0669419299112)); -#24157=CARTESIAN_POINT('',(20.2120170234142,77.1300899396825,62.0632729970697)); -#24158=CARTESIAN_POINT('',(20.2140391659999,77.1161845918218,62.056593527962)); -#24159=CARTESIAN_POINT('',(20.2150205729545,77.1094567694161,62.0531922364462)); -#24160=CARTESIAN_POINT('',(20.2172611982158,77.0941487372276,62.0445084504116)); -#24161=CARTESIAN_POINT('',(20.2186729702248,77.0845559461644,62.0381473992104)); -#24162=CARTESIAN_POINT('',(20.2204632954094,77.0724385261893,62.0265843309215)); -#24163=CARTESIAN_POINT('',(20.2209521971735,77.0691386347496,62.022583867589)); -#24164=CARTESIAN_POINT('',(20.2215654895549,77.0650023143575,62.0160463079187)); -#24165=CARTESIAN_POINT('',(20.2217427983427,77.0638077646232,62.0136121660447)); -#24166=CARTESIAN_POINT('',(20.2220122841869,77.0619925815576,62.0088478075691)); -#24167=CARTESIAN_POINT('',(20.2221131082108,77.0613139067272,62.0061825492895)); -#24168=CARTESIAN_POINT('',(20.2221627222649,77.0609799493452,62.0035051667736)); -#24169=CARTESIAN_POINT('',(20.222183406389,77.0608407224647,62.0023251536464)); -#24170=CARTESIAN_POINT('',(20.2221934401388,77.0607731916538,62.0011523497967)); -#24171=CARTESIAN_POINT('',(20.2221934400341,77.0607731916519,61.9960812766018)); -#24172=CARTESIAN_POINT('',(20.2220677811862,77.061618582675,61.9919336082996)); -#24173=CARTESIAN_POINT('',(20.221603547244,77.0647459081404,61.9841514965266)); -#24174=CARTESIAN_POINT('',(20.221266252471,77.0670195266879,61.9805136374968)); -#24175=CARTESIAN_POINT('',(20.2194018688842,77.0796056891358,61.9641082128852)); -#24176=CARTESIAN_POINT('',(20.216889507128,77.0966575256782,61.9535534880546)); -#24177=CARTESIAN_POINT('',(20.205790317982,77.1727019560082,61.9140843404064)); -#24178=CARTESIAN_POINT('',(20.1955245918044,77.2452440997612,61.8987368932481)); -#24179=CARTESIAN_POINT('',(20.1756298675488,77.3923038671678,61.8705649876945)); -#24180=CARTESIAN_POINT('',(20.1659276353136,77.4673181673476,61.8604524413448)); -#24181=CARTESIAN_POINT('',(20.1100243467664,77.9176018598207,61.8091566895203)); -#24182=CARTESIAN_POINT('',(20.0695242352224,78.3399918693375,61.8039001286926)); -#24183=CARTESIAN_POINT('',(20.0170307813746,79.1876450962583,61.7983362846772)); -#24184=CARTESIAN_POINT('',(20.0050369070619,79.6129197047082,61.8007416394033)); -#24185=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,61.8007416478945)); -#24186=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,60.199258416086)); -#24187=CARTESIAN_POINT('',(20.0050369057551,79.6129197063537,60.199258426512)); -#24188=CARTESIAN_POINT('',(20.0170308067948,79.1876450980533,60.2016637825273)); -#24189=CARTESIAN_POINT('',(20.0695243138082,78.3399918714259,60.1960999410826)); -#24190=CARTESIAN_POINT('',(20.1100244518246,77.9176018620543,60.190843381537)); -#24191=CARTESIAN_POINT('',(20.159426662119,77.5196825405034,60.1455129141629)); -#24192=CARTESIAN_POINT('',(20.1615051771295,77.5031040059124,60.1435299765724)); -#24193=CARTESIAN_POINT('',(20.1636378427654,77.4862704971184,60.141396657906)); -#24194=CARTESIAN_POINT('',(20.1793547797479,77.3622135618685,60.1257662403044)); -#24195=CARTESIAN_POINT('',(20.1893102876527,77.2910895328201,60.1103787486132)); -#24196=CARTESIAN_POINT('',(20.1992449590228,77.2193683326769,60.0944107663312)); -#24197=CARTESIAN_POINT('',(20.2045415150948,77.1819191278524,60.0844083336363)); -#24198=CARTESIAN_POINT('',(20.2108022627208,77.1384796313204,60.0669419299112)); -#24199=CARTESIAN_POINT('',(20.2120170234142,77.1300899396852,60.0632729970697)); -#24200=CARTESIAN_POINT('',(20.2140391659999,77.1161845918245,60.056593527962)); -#24201=CARTESIAN_POINT('',(20.2150205729545,77.1094567694187,60.0531922364462)); -#24202=CARTESIAN_POINT('',(20.2172611982158,77.0941487372303,60.0445084504116)); -#24203=CARTESIAN_POINT('',(20.2186729702248,77.0845559461671,60.0381473992104)); -#24204=CARTESIAN_POINT('',(20.2204632954094,77.072438526192,60.0265843309215)); -#24205=CARTESIAN_POINT('',(20.2209521971735,77.0691386347522,60.022583867589)); -#24206=CARTESIAN_POINT('',(20.2215654895549,77.0650023143602,60.0160463079187)); -#24207=CARTESIAN_POINT('',(20.2217427983427,77.0638077646258,60.0136121660447)); -#24208=CARTESIAN_POINT('',(20.2220122841869,77.0619925815602,60.0088478075691)); -#24209=CARTESIAN_POINT('',(20.2221131082108,77.0613139067299,60.0061825492895)); -#24210=CARTESIAN_POINT('',(20.2221627222649,77.0609799493479,60.0035051667736)); -#24211=CARTESIAN_POINT('',(20.222183406389,77.0608407224674,60.0023251536464)); -#24212=CARTESIAN_POINT('',(20.2221934401388,77.0607731916564,60.0011523497967)); -#24213=CARTESIAN_POINT('',(20.2221934400342,77.0607731916545,59.9960812766018)); -#24214=CARTESIAN_POINT('',(20.2220677811862,77.0616185826776,59.9919336082996)); -#24215=CARTESIAN_POINT('',(20.2216035472439,77.064745908143,59.9841514965266)); -#24216=CARTESIAN_POINT('',(20.221266252471,77.0670195266905,59.9805136374969)); -#24217=CARTESIAN_POINT('',(20.2194018688842,77.0796056891385,59.9641082128853)); -#24218=CARTESIAN_POINT('',(20.216889507128,77.0966575256808,59.9535534880547)); -#24219=CARTESIAN_POINT('',(20.205790317982,77.1727019560108,59.9140843404066)); -#24220=CARTESIAN_POINT('',(20.1955245918044,77.2452440997636,59.8987368932483)); -#24221=CARTESIAN_POINT('',(20.1756298675489,77.3923038671701,59.8705649876947)); -#24222=CARTESIAN_POINT('',(20.1659276353137,77.4673181673497,59.860452441345)); -#24223=CARTESIAN_POINT('',(20.1100243467666,77.9176018598225,59.8091566895206)); -#24224=CARTESIAN_POINT('',(20.0695242352226,78.339991869339,59.8039001286927)); -#24225=CARTESIAN_POINT('',(20.0170307813748,79.1876450962593,59.7983362846773)); -#24226=CARTESIAN_POINT('',(20.005036907062,79.6129197047083,59.8007416394033)); -#24227=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,59.8007416478945)); -#24228=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,58.199258416086)); -#24229=CARTESIAN_POINT('',(20.0050369057552,79.6129197063538,58.199258426512)); -#24230=CARTESIAN_POINT('',(20.0170308067951,79.1876450980541,58.2016637825273)); -#24231=CARTESIAN_POINT('',(20.0695243138085,78.339991871427,58.1960999410825)); -#24232=CARTESIAN_POINT('',(20.1100244518249,77.9176018620554,58.1908433815367)); -#24233=CARTESIAN_POINT('',(20.159426662119,77.5196825405053,58.1455129141627)); -#24234=CARTESIAN_POINT('',(20.1615051771296,77.5031040059148,58.1435299765723)); -#24235=CARTESIAN_POINT('',(20.1636378427654,77.4862704971215,58.141396657906)); -#24236=CARTESIAN_POINT('',(20.1793547797479,77.3622135618715,58.1257662403044)); -#24237=CARTESIAN_POINT('',(20.1893102876527,77.291089532823,58.1103787486132)); -#24238=CARTESIAN_POINT('',(20.1992449590228,77.2193683326797,58.0944107663312)); -#24239=CARTESIAN_POINT('',(20.2045415150948,77.1819191278551,58.0844083336363)); -#24240=CARTESIAN_POINT('',(20.2108022627208,77.1384796313231,58.0669419299112)); -#24241=CARTESIAN_POINT('',(20.2120170234142,77.130089939688,58.0632729970697)); -#24242=CARTESIAN_POINT('',(20.2140391659999,77.1161845918272,58.056593527962)); -#24243=CARTESIAN_POINT('',(20.2150205729545,77.1094567694215,58.0531922364462)); -#24244=CARTESIAN_POINT('',(20.2172611982158,77.094148737233,58.0445084504116)); -#24245=CARTESIAN_POINT('',(20.2186729702248,77.0845559461698,58.0381473992104)); -#24246=CARTESIAN_POINT('',(20.2204632954094,77.0724385261947,58.0265843309215)); -#24247=CARTESIAN_POINT('',(20.2209521971735,77.0691386347549,58.022583867589)); -#24248=CARTESIAN_POINT('',(20.2215654895549,77.0650023143628,58.0160463079187)); -#24249=CARTESIAN_POINT('',(20.2217427983427,77.0638077646285,58.0136121660447)); -#24250=CARTESIAN_POINT('',(20.2220122841869,77.0619925815629,58.0088478075691)); -#24251=CARTESIAN_POINT('',(20.2221131082108,77.0613139067325,58.0061825492895)); -#24252=CARTESIAN_POINT('',(20.2221627222649,77.0609799493505,58.0035051667736)); -#24253=CARTESIAN_POINT('',(20.222183406389,77.0608407224701,58.0023251536464)); -#24254=CARTESIAN_POINT('',(20.2221934401388,77.0607731916591,58.0011523497967)); -#24255=CARTESIAN_POINT('',(20.2221934400341,77.0607731916572,57.9960812766018)); -#24256=CARTESIAN_POINT('',(20.2220677811862,77.0616185826804,57.9919336082996)); -#24257=CARTESIAN_POINT('',(20.221603547244,77.0647459081458,57.9841514965267)); -#24258=CARTESIAN_POINT('',(20.221266252471,77.0670195266933,57.9805136374969)); -#24259=CARTESIAN_POINT('',(20.2194018688842,77.0796056891411,57.9641082128854)); -#24260=CARTESIAN_POINT('',(20.216889507128,77.0966575256834,57.9535534880548)); -#24261=CARTESIAN_POINT('',(20.2057903179821,77.1727019560133,57.9140843404068)); -#24262=CARTESIAN_POINT('',(20.1955245918045,77.245244099766,57.8987368932485)); -#24263=CARTESIAN_POINT('',(20.175629867549,77.3923038671722,57.870564987695)); -#24264=CARTESIAN_POINT('',(20.1659276353138,77.4673181673517,57.8604524413452)); -#24265=CARTESIAN_POINT('',(20.1100243467668,77.9176018598242,57.8091566895208)); -#24266=CARTESIAN_POINT('',(20.0695242352228,78.3399918693405,57.8039001286929)); -#24267=CARTESIAN_POINT('',(20.0170307813749,79.1876450962603,57.7983362846773)); -#24268=CARTESIAN_POINT('',(20.0050369070622,79.6129197047085,57.8007416394033)); -#24269=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,57.8007416478945)); -#24270=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,56.199258416086)); -#24271=CARTESIAN_POINT('',(20.0050369057553,79.6129197063539,56.199258426512)); -#24272=CARTESIAN_POINT('',(20.0170308067953,79.1876450980548,56.2016637825272)); -#24273=CARTESIAN_POINT('',(20.0695243138088,78.3399918714279,56.1960999410822)); -#24274=CARTESIAN_POINT('',(20.1100244518252,77.9176018620564,56.1908433815365)); -#24275=CARTESIAN_POINT('',(20.1594266621192,77.519682540507,56.1455129141626)); -#24276=CARTESIAN_POINT('',(20.1615051771297,77.5031040059173,56.1435299765722)); -#24277=CARTESIAN_POINT('',(20.1636378427654,77.4862704971246,56.141396657906)); -#24278=CARTESIAN_POINT('',(20.1793547797479,77.3622135618745,56.1257662403044)); -#24279=CARTESIAN_POINT('',(20.1893102876527,77.2910895328259,56.1103787486132)); -#24280=CARTESIAN_POINT('',(20.1992449590228,77.2193683326826,56.0944107663312)); -#24281=CARTESIAN_POINT('',(20.2045415150948,77.181919127858,56.0844083336363)); -#24282=CARTESIAN_POINT('',(20.2108022627208,77.1384796313259,56.0669419299112)); -#24283=CARTESIAN_POINT('',(20.2120170234142,77.1300899396907,56.0632729970697)); -#24284=CARTESIAN_POINT('',(20.2140391659999,77.11618459183,56.056593527962)); -#24285=CARTESIAN_POINT('',(20.2150205729545,77.1094567694242,56.0531922364462)); -#24286=CARTESIAN_POINT('',(20.2172611982158,77.0941487372357,56.0445084504116)); -#24287=CARTESIAN_POINT('',(20.2186729702248,77.0845559461725,56.0381473992104)); -#24288=CARTESIAN_POINT('',(20.2204632954094,77.0724385261974,56.0265843309215)); -#24289=CARTESIAN_POINT('',(20.2209521971735,77.0691386347576,56.022583867589)); -#24290=CARTESIAN_POINT('',(20.2215654895549,77.0650023143656,56.0160463079187)); -#24291=CARTESIAN_POINT('',(20.2217427983427,77.0638077646312,56.0136121660447)); -#24292=CARTESIAN_POINT('',(20.2220122841869,77.0619925815656,56.0088478075691)); -#24293=CARTESIAN_POINT('',(20.2221131082108,77.0613139067352,56.0061825492895)); -#24294=CARTESIAN_POINT('',(20.2221627222649,77.0609799493532,56.0035051667736)); -#24295=CARTESIAN_POINT('',(20.222183406389,77.0608407224727,56.0023251536464)); -#24296=CARTESIAN_POINT('',(20.2221934401388,77.0607731916618,56.0011523497967)); -#24297=CARTESIAN_POINT('',(20.2221934400342,77.0607731916599,55.9960812766018)); -#24298=CARTESIAN_POINT('',(20.2220677811862,77.061618582683,55.9919336082996)); -#24299=CARTESIAN_POINT('',(20.221603547244,77.0647459081484,55.9841514965267)); -#24300=CARTESIAN_POINT('',(20.221266252471,77.0670195266959,55.980513637497)); -#24301=CARTESIAN_POINT('',(20.2194018688842,77.0796056891438,55.9641082128855)); -#24302=CARTESIAN_POINT('',(20.2168895071281,77.0966575256861,55.9535534880549)); -#24303=CARTESIAN_POINT('',(20.2057903179821,77.1727019560157,55.9140843404069)); -#24304=CARTESIAN_POINT('',(20.1955245918045,77.2452440997684,55.8987368932487)); -#24305=CARTESIAN_POINT('',(20.1756298675491,77.3923038671743,55.8705649876952)); -#24306=CARTESIAN_POINT('',(20.165927635314,77.4673181673538,55.8604524413456)); -#24307=CARTESIAN_POINT('',(20.110024346767,77.9176018598259,55.809156689521)); -#24308=CARTESIAN_POINT('',(20.0695242352231,78.339991869342,55.8039001286931)); -#24309=CARTESIAN_POINT('',(20.0170307813751,79.1876450962613,55.7983362846774)); -#24310=CARTESIAN_POINT('',(20.0050369070623,79.6129197047087,55.8007416394033)); -#24311=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,55.8007416478945)); -#24312=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,54.199258416086)); -#24313=CARTESIAN_POINT('',(20.0050369057555,79.6129197063539,54.199258426512)); -#24314=CARTESIAN_POINT('',(20.0170308067954,79.1876450980555,54.2016637825272)); -#24315=CARTESIAN_POINT('',(20.069524313809,78.3399918714288,54.1960999410821)); -#24316=CARTESIAN_POINT('',(20.1100244518255,77.9176018620574,54.1908433815363)); -#24317=CARTESIAN_POINT('',(20.1594266621194,77.5196825405088,54.1455129141624)); -#24318=CARTESIAN_POINT('',(20.1615051771298,77.5031040059197,54.1435299765721)); -#24319=CARTESIAN_POINT('',(20.1636378427654,77.4862704971277,54.141396657906)); -#24320=CARTESIAN_POINT('',(20.1793547797479,77.3622135618774,54.1257662403044)); -#24321=CARTESIAN_POINT('',(20.1893102876527,77.2910895328288,54.1103787486132)); -#24322=CARTESIAN_POINT('',(20.1992449590228,77.2193683326854,54.0944107663312)); -#24323=CARTESIAN_POINT('',(20.2045415150948,77.1819191278607,54.0844083336363)); -#24324=CARTESIAN_POINT('',(20.2108022627208,77.1384796313287,54.0669419299112)); -#24325=CARTESIAN_POINT('',(20.2120170234142,77.1300899396935,54.0632729970697)); -#24326=CARTESIAN_POINT('',(20.2140391659999,77.1161845918327,54.056593527962)); -#24327=CARTESIAN_POINT('',(20.2150205729545,77.1094567694269,54.0531922364462)); -#24328=CARTESIAN_POINT('',(20.2172611982158,77.0941487372384,54.0445084504116)); -#24329=CARTESIAN_POINT('',(20.2186729702248,77.0845559461752,54.0381473992104)); -#24330=CARTESIAN_POINT('',(20.2204632954094,77.0724385262001,54.0265843309215)); -#24331=CARTESIAN_POINT('',(20.2209521971735,77.0691386347603,54.022583867589)); -#24332=CARTESIAN_POINT('',(20.2215654895549,77.0650023143682,54.0160463079187)); -#24333=CARTESIAN_POINT('',(20.2217427983427,77.0638077646338,54.0136121660447)); -#24334=CARTESIAN_POINT('',(20.2220122841869,77.0619925815682,54.0088478075691)); -#24335=CARTESIAN_POINT('',(20.2221131082108,77.0613139067379,54.0061825492895)); -#24336=CARTESIAN_POINT('',(20.2221627222649,77.0609799493559,54.0035051667736)); -#24337=CARTESIAN_POINT('',(20.222183406389,77.0608407224755,54.0023251536464)); -#24338=CARTESIAN_POINT('',(20.2221934401388,77.0607731916645,54.0011523497967)); -#24339=CARTESIAN_POINT('',(20.2221934400342,77.0607731916627,53.9960812766018)); -#24340=CARTESIAN_POINT('',(20.2220677811862,77.0616185826858,53.9919336082997)); -#24341=CARTESIAN_POINT('',(20.221603547244,77.064745908151,53.9841514965267)); -#24342=CARTESIAN_POINT('',(20.2212662524711,77.0670195266986,53.980513637497)); -#24343=CARTESIAN_POINT('',(20.2194018688842,77.0796056891464,53.9641082128855)); -#24344=CARTESIAN_POINT('',(20.2168895071281,77.0966575256887,53.953553488055)); -#24345=CARTESIAN_POINT('',(20.2057903179821,77.1727019560183,53.9140843404071)); -#24346=CARTESIAN_POINT('',(20.1955245918046,77.2452440997707,53.8987368932489)); -#24347=CARTESIAN_POINT('',(20.1756298675492,77.3923038671766,53.8705649876954)); -#24348=CARTESIAN_POINT('',(20.1659276353141,77.4673181673559,53.8604524413458)); -#24349=CARTESIAN_POINT('',(20.1100243467672,77.9176018598276,53.8091566895212)); -#24350=CARTESIAN_POINT('',(20.0695242352233,78.3399918693434,53.8039001286932)); -#24351=CARTESIAN_POINT('',(20.0170307813753,79.1876450962623,53.7983362846774)); -#24352=CARTESIAN_POINT('',(20.0050369070624,79.6129197047089,53.8007416394032)); -#24353=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,53.8007416478945)); -#24354=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,52.199258416086)); -#24355=CARTESIAN_POINT('',(20.0050369057557,79.612919706354,52.199258426512)); -#24356=CARTESIAN_POINT('',(20.0170308067956,79.1876450980562,52.2016637825271)); -#24357=CARTESIAN_POINT('',(20.0695243138094,78.3399918714297,52.196099941082)); -#24358=CARTESIAN_POINT('',(20.1100244518259,77.9176018620585,52.1908433815361)); -#24359=CARTESIAN_POINT('',(20.1594266621196,77.5196825405105,52.1455129141622)); -#24360=CARTESIAN_POINT('',(20.1615051771299,77.5031040059222,52.143529976572)); -#24361=CARTESIAN_POINT('',(20.1636378427654,77.4862704971307,52.141396657906)); -#24362=CARTESIAN_POINT('',(20.1793547797479,77.3622135618804,52.1257662403044)); -#24363=CARTESIAN_POINT('',(20.1893102876527,77.2910895328317,52.1103787486132)); -#24364=CARTESIAN_POINT('',(20.1992449590228,77.2193683326882,52.0944107663312)); -#24365=CARTESIAN_POINT('',(20.2045415150948,77.1819191278636,52.0844083336363)); -#24366=CARTESIAN_POINT('',(20.2108022627208,77.1384796313314,52.0669419299112)); -#24367=CARTESIAN_POINT('',(20.2120170234142,77.1300899396962,52.0632729970697)); -#24368=CARTESIAN_POINT('',(20.2140391659999,77.1161845918355,52.056593527962)); -#24369=CARTESIAN_POINT('',(20.2150205729545,77.1094567694297,52.0531922364462)); -#24370=CARTESIAN_POINT('',(20.2172611982158,77.0941487372412,52.0445084504116)); -#24371=CARTESIAN_POINT('',(20.2186729702248,77.0845559461779,52.0381473992104)); -#24372=CARTESIAN_POINT('',(20.2204632954094,77.0724385262028,52.0265843309215)); -#24373=CARTESIAN_POINT('',(20.2209521971735,77.069138634763,52.022583867589)); -#24374=CARTESIAN_POINT('',(20.2215654895549,77.0650023143709,52.0160463079187)); -#24375=CARTESIAN_POINT('',(20.2217427983427,77.0638077646366,52.0136121660447)); -#24376=CARTESIAN_POINT('',(20.2220122841869,77.0619925815709,52.0088478075691)); -#24377=CARTESIAN_POINT('',(20.2221131082108,77.0613139067406,52.0061825492895)); -#24378=CARTESIAN_POINT('',(20.2221627222649,77.0609799493586,52.0035051667736)); -#24379=CARTESIAN_POINT('',(20.222183406389,77.0608407224781,52.0023251536464)); -#24380=CARTESIAN_POINT('',(20.2221934401388,77.0607731916671,52.0011523497967)); -#24381=CARTESIAN_POINT('',(20.2221934400342,77.0607731916653,51.9960812766018)); -#24382=CARTESIAN_POINT('',(20.2220677811862,77.0616185826884,51.9919336082997)); -#24383=CARTESIAN_POINT('',(20.221603547244,77.0647459081537,51.9841514965267)); -#24384=CARTESIAN_POINT('',(20.2212662524711,77.0670195267013,51.980513637497)); -#24385=CARTESIAN_POINT('',(20.2194018688841,77.079605689149,51.9641082128856)); -#24386=CARTESIAN_POINT('',(20.2168895071281,77.0966575256912,51.9535534880551)); -#24387=CARTESIAN_POINT('',(20.2057903179822,77.1727019560207,51.9140843404073)); -#24388=CARTESIAN_POINT('',(20.1955245918046,77.2452440997731,51.8987368932491)); -#24389=CARTESIAN_POINT('',(20.1756298675493,77.3923038671787,51.8705649876957)); -#24390=CARTESIAN_POINT('',(20.1659276353142,77.4673181673578,51.860452441346)); -#24391=CARTESIAN_POINT('',(20.1100243467674,77.9176018598293,51.8091566895215)); -#24392=CARTESIAN_POINT('',(20.0695242352235,78.3399918693449,51.8039001286934)); -#24393=CARTESIAN_POINT('',(20.0170307813754,79.1876450962632,51.7983362846774)); -#24394=CARTESIAN_POINT('',(20.0050369070624,79.612919704709,51.8007416394033)); -#24395=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,51.8007416478945)); -#24396=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,50.199258416086)); -#24397=CARTESIAN_POINT('',(20.0050369057558,79.6129197063541,50.199258426512)); -#24398=CARTESIAN_POINT('',(20.0170308067959,79.187645098057,50.2016637825272)); -#24399=CARTESIAN_POINT('',(20.0695243138096,78.3399918714307,50.1960999410818)); -#24400=CARTESIAN_POINT('',(20.1100244518261,77.9176018620595,50.1908433815358)); -#24401=CARTESIAN_POINT('',(20.1594266621198,77.5196825405123,50.1455129141621)); -#24402=CARTESIAN_POINT('',(20.16150517713,77.5031040059246,50.1435299765719)); -#24403=CARTESIAN_POINT('',(20.1636378427654,77.4862704971338,50.141396657906)); -#24404=CARTESIAN_POINT('',(20.1793547797479,77.3622135618834,50.1257662403044)); -#24405=CARTESIAN_POINT('',(20.1893102876527,77.2910895328346,50.1103787486132)); -#24406=CARTESIAN_POINT('',(20.1992449590228,77.2193683326911,50.0944107663312)); -#24407=CARTESIAN_POINT('',(20.2045415150948,77.1819191278664,50.0844083336363)); -#24408=CARTESIAN_POINT('',(20.2108022627208,77.1384796313342,50.0669419299112)); -#24409=CARTESIAN_POINT('',(20.2120170234142,77.130089939699,50.0632729970697)); -#24410=CARTESIAN_POINT('',(20.2140391659999,77.1161845918382,50.056593527962)); -#24411=CARTESIAN_POINT('',(20.2150205729545,77.1094567694324,50.0531922364462)); -#24412=CARTESIAN_POINT('',(20.2172611982158,77.0941487372439,50.0445084504116)); -#24413=CARTESIAN_POINT('',(20.2186729702248,77.0845559461806,50.0381473992104)); -#24414=CARTESIAN_POINT('',(20.2204632954094,77.0724385262054,50.0265843309215)); -#24415=CARTESIAN_POINT('',(20.2209521971735,77.0691386347657,50.022583867589)); -#24416=CARTESIAN_POINT('',(20.2215654895549,77.0650023143736,50.0160463079187)); -#24417=CARTESIAN_POINT('',(20.2217427983427,77.0638077646392,50.0136121660447)); -#24418=CARTESIAN_POINT('',(20.2220122841869,77.0619925815736,50.0088478075691)); -#24419=CARTESIAN_POINT('',(20.2221131082108,77.0613139067432,50.0061825492895)); -#24420=CARTESIAN_POINT('',(20.2221627222649,77.0609799493612,50.0035051667736)); -#24421=CARTESIAN_POINT('',(20.222183406389,77.0608407224808,50.0023251536464)); -#24422=CARTESIAN_POINT('',(20.2221934401388,77.0607731916698,50.0011523497967)); -#24423=CARTESIAN_POINT('',(20.2221934400342,77.0607731916679,49.9960812766018)); -#24424=CARTESIAN_POINT('',(20.2220677811862,77.0616185826911,49.9919336082997)); -#24425=CARTESIAN_POINT('',(20.221603547244,77.0647459081564,49.9841514965268)); -#24426=CARTESIAN_POINT('',(20.2212662524711,77.0670195267039,49.9805136374971)); -#24427=CARTESIAN_POINT('',(20.2194018688842,77.0796056891517,49.9641082128858)); -#24428=CARTESIAN_POINT('',(20.2168895071281,77.0966575256939,49.9535534880552)); -#24429=CARTESIAN_POINT('',(20.2057903179822,77.1727019560232,49.9140843404075)); -#24430=CARTESIAN_POINT('',(20.1955245918047,77.2452440997755,49.8987368932493)); -#24431=CARTESIAN_POINT('',(20.1756298675494,77.3923038671808,49.870564987696)); -#24432=CARTESIAN_POINT('',(20.1659276353144,77.4673181673599,49.8604524413463)); -#24433=CARTESIAN_POINT('',(20.1100243467675,77.917601859831,49.8091566895218)); -#24434=CARTESIAN_POINT('',(20.0695242352237,78.3399918693464,49.8039001286936)); -#24435=CARTESIAN_POINT('',(20.0170307813755,79.1876450962642,49.7983362846775)); -#24436=CARTESIAN_POINT('',(20.0050369070625,79.6129197047093,49.8007416394033)); -#24437=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,49.8007416478945)); -#24438=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,48.199258416086)); -#24439=CARTESIAN_POINT('',(20.0050369057559,79.6129197063542,48.199258426512)); -#24440=CARTESIAN_POINT('',(20.0170308067961,79.1876450980577,48.2016637825272)); -#24441=CARTESIAN_POINT('',(20.0695243138099,78.3399918714316,48.1960999410817)); -#24442=CARTESIAN_POINT('',(20.1100244518264,77.9176018620605,48.1908433815356)); -#24443=CARTESIAN_POINT('',(20.1594266621199,77.519682540514,48.1455129141619)); -#24444=CARTESIAN_POINT('',(20.1615051771301,77.5031040059269,48.1435299765718)); -#24445=CARTESIAN_POINT('',(20.1636378427654,77.4862704971369,48.141396657906)); -#24446=CARTESIAN_POINT('',(20.1793547797479,77.3622135618863,48.1257662403044)); -#24447=CARTESIAN_POINT('',(20.1893102876527,77.2910895328375,48.1103787486132)); -#24448=CARTESIAN_POINT('',(20.1992449590228,77.2193683326939,48.0944107663312)); -#24449=CARTESIAN_POINT('',(20.2045415150948,77.1819191278692,48.0844083336363)); -#24450=CARTESIAN_POINT('',(20.2108022627208,77.138479631337,48.0669419299112)); -#24451=CARTESIAN_POINT('',(20.2120170234142,77.1300899397018,48.0632729970697)); -#24452=CARTESIAN_POINT('',(20.2140391659999,77.116184591841,48.056593527962)); -#24453=CARTESIAN_POINT('',(20.2150205729545,77.1094567694351,48.0531922364462)); -#24454=CARTESIAN_POINT('',(20.2172611982158,77.0941487372466,48.0445084504116)); -#24455=CARTESIAN_POINT('',(20.2186729702248,77.0845559461833,48.0381473992104)); -#24456=CARTESIAN_POINT('',(20.2204632954094,77.0724385262082,48.0265843309215)); -#24457=CARTESIAN_POINT('',(20.2209521971735,77.0691386347684,48.022583867589)); -#24458=CARTESIAN_POINT('',(20.2215654895549,77.0650023143763,48.0160463079187)); -#24459=CARTESIAN_POINT('',(20.2217427983427,77.0638077646419,48.0136121660447)); -#24460=CARTESIAN_POINT('',(20.2220122841869,77.0619925815763,48.0088478075691)); -#24461=CARTESIAN_POINT('',(20.2221131082108,77.0613139067459,48.0061825492895)); -#24462=CARTESIAN_POINT('',(20.2221627222649,77.0609799493639,48.0035051667736)); -#24463=CARTESIAN_POINT('',(20.222183406389,77.0608407224835,48.0023251536464)); -#24464=CARTESIAN_POINT('',(20.2221934401388,77.0607731916725,48.0011523497967)); -#24465=CARTESIAN_POINT('',(20.2221934400341,77.0607731916706,47.9960812766018)); -#24466=CARTESIAN_POINT('',(20.2220677811862,77.0616185826937,47.9919336082997)); -#24467=CARTESIAN_POINT('',(20.221603547244,77.064745908159,47.9841514965268)); -#24468=CARTESIAN_POINT('',(20.2212662524711,77.0670195267066,47.9805136374971)); -#24469=CARTESIAN_POINT('',(20.2194018688842,77.0796056891543,47.9641082128858)); -#24470=CARTESIAN_POINT('',(20.2168895071282,77.0966575256964,47.9535534880553)); -#24471=CARTESIAN_POINT('',(20.2057903179822,77.1727019560256,47.9140843404076)); -#24472=CARTESIAN_POINT('',(20.1955245918047,77.2452440997779,47.8987368932495)); -#24473=CARTESIAN_POINT('',(20.1756298675495,77.3923038671829,47.8705649876962)); -#24474=CARTESIAN_POINT('',(20.1659276353145,77.4673181673619,47.8604524413465)); -#24475=CARTESIAN_POINT('',(20.1100243467677,77.9176018598327,47.809156689522)); -#24476=CARTESIAN_POINT('',(20.069524235224,78.3399918693479,47.8039001286937)); -#24477=CARTESIAN_POINT('',(20.0170307813757,79.1876450962651,47.7983362846774)); -#24478=CARTESIAN_POINT('',(20.0050369070627,79.6129197047095,47.8007416394033)); -#24479=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,47.8007416478945)); -#24480=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,46.199258416086)); -#24481=CARTESIAN_POINT('',(20.005036905756,79.6129197063541,46.199258426512)); -#24482=CARTESIAN_POINT('',(20.0170308067963,79.1876450980584,46.2016637825271)); -#24483=CARTESIAN_POINT('',(20.0695243138101,78.3399918714326,46.1960999410815)); -#24484=CARTESIAN_POINT('',(20.1100244518267,77.9176018620616,46.1908433815354)); -#24485=CARTESIAN_POINT('',(20.1594266621201,77.5196825405158,46.1455129141617)); -#24486=CARTESIAN_POINT('',(20.1615051771302,77.5031040059293,46.1435299765717)); -#24487=CARTESIAN_POINT('',(20.1636378427654,77.48627049714,46.141396657906)); -#24488=CARTESIAN_POINT('',(20.1793547797479,77.3622135618893,46.1257662403044)); -#24489=CARTESIAN_POINT('',(20.1893102876527,77.2910895328404,46.1103787486132)); -#24490=CARTESIAN_POINT('',(20.1992449590228,77.2193683326968,46.0944107663312)); -#24491=CARTESIAN_POINT('',(20.2045415150948,77.181919127872,46.0844083336363)); -#24492=CARTESIAN_POINT('',(20.2108022627208,77.1384796313397,46.0669419299112)); -#24493=CARTESIAN_POINT('',(20.2120170234142,77.1300899397045,46.0632729970697)); -#24494=CARTESIAN_POINT('',(20.2140391659999,77.1161845918437,46.056593527962)); -#24495=CARTESIAN_POINT('',(20.2150205729545,77.1094567694379,46.0531922364462)); -#24496=CARTESIAN_POINT('',(20.2172611982158,77.0941487372493,46.0445084504116)); -#24497=CARTESIAN_POINT('',(20.2186729702248,77.084555946186,46.0381473992104)); -#24498=CARTESIAN_POINT('',(20.2204632954094,77.0724385262108,46.0265843309215)); -#24499=CARTESIAN_POINT('',(20.2209521971735,77.069138634771,46.022583867589)); -#24500=CARTESIAN_POINT('',(20.2215654895549,77.0650023143789,46.0160463079187)); -#24501=CARTESIAN_POINT('',(20.2217427983427,77.0638077646446,46.0136121660447)); -#24502=CARTESIAN_POINT('',(20.2220122841869,77.0619925815789,46.0088478075691)); -#24503=CARTESIAN_POINT('',(20.2221131082108,77.0613139067486,46.0061825492895)); -#24504=CARTESIAN_POINT('',(20.2221627222649,77.0609799493666,46.0035051667736)); -#24505=CARTESIAN_POINT('',(20.222183406389,77.0608407224862,46.0023251536464)); -#24506=CARTESIAN_POINT('',(20.2221934401388,77.0607731916751,46.0011523497967)); -#24507=CARTESIAN_POINT('',(20.2221934400341,77.0607731916733,45.9960812766018)); -#24508=CARTESIAN_POINT('',(20.2220677811862,77.0616185826964,45.9919336082997)); -#24509=CARTESIAN_POINT('',(20.221603547244,77.0647459081616,45.9841514965268)); -#24510=CARTESIAN_POINT('',(20.2212662524711,77.0670195267093,45.9805136374971)); -#24511=CARTESIAN_POINT('',(20.2194018688842,77.079605689157,45.9641082128859)); -#24512=CARTESIAN_POINT('',(20.2168895071281,77.0966575256991,45.9535534880554)); -#24513=CARTESIAN_POINT('',(20.2057903179823,77.1727019560282,45.9140843404078)); -#24514=CARTESIAN_POINT('',(20.1955245918049,77.2452440997803,45.8987368932497)); -#24515=CARTESIAN_POINT('',(20.1756298675497,77.3923038671851,45.8705649876964)); -#24516=CARTESIAN_POINT('',(20.1659276353146,77.467318167364,45.8604524413468)); -#24517=CARTESIAN_POINT('',(20.1100243467679,77.9176018598344,45.8091566895222)); -#24518=CARTESIAN_POINT('',(20.0695242352242,78.3399918693493,45.8039001286939)); -#24519=CARTESIAN_POINT('',(20.0170307813759,79.1876450962662,45.7983362846775)); -#24520=CARTESIAN_POINT('',(20.0050369070627,79.6129197047096,45.8007416394033)); -#24521=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,45.8007416478945)); -#24522=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,44.199258416086)); -#24523=CARTESIAN_POINT('',(20.0050369057561,79.6129197063542,44.199258426512)); -#24524=CARTESIAN_POINT('',(20.0170308067964,79.1876450980591,44.2016637825271)); -#24525=CARTESIAN_POINT('',(20.0695243138105,78.3399918714335,44.1960999410813)); -#24526=CARTESIAN_POINT('',(20.110024451827,77.9176018620626,44.1908433815351)); -#24527=CARTESIAN_POINT('',(20.1594266621203,77.5196825405176,44.1455129141616)); -#24528=CARTESIAN_POINT('',(20.1615051771302,77.5031040059318,44.1435299765716)); -#24529=CARTESIAN_POINT('',(20.1636378427654,77.4862704971431,44.141396657906)); -#24530=CARTESIAN_POINT('',(20.1793547797479,77.3622135618923,44.1257662403044)); -#24531=CARTESIAN_POINT('',(20.1893102876527,77.2910895328433,44.1103787486132)); -#24532=CARTESIAN_POINT('',(20.1992449590228,77.2193683326996,44.0944107663312)); -#24533=CARTESIAN_POINT('',(20.2045415150948,77.1819191278748,44.0844083336363)); -#24534=CARTESIAN_POINT('',(20.2108022627208,77.1384796313425,44.0669419299112)); -#24535=CARTESIAN_POINT('',(20.2120170234142,77.1300899397072,44.0632729970697)); -#24536=CARTESIAN_POINT('',(20.2140391659999,77.1161845918464,44.056593527962)); -#24537=CARTESIAN_POINT('',(20.2150205729545,77.1094567694406,44.0531922364462)); -#24538=CARTESIAN_POINT('',(20.2172611982158,77.094148737252,44.0445084504116)); -#24539=CARTESIAN_POINT('',(20.2186729702248,77.0845559461887,44.0381473992104)); -#24540=CARTESIAN_POINT('',(20.2204632954094,77.0724385262135,44.0265843309215)); -#24541=CARTESIAN_POINT('',(20.2209521971735,77.0691386347737,44.022583867589)); -#24542=CARTESIAN_POINT('',(20.2215654895549,77.0650023143816,44.0160463079187)); -#24543=CARTESIAN_POINT('',(20.2217427983427,77.0638077646473,44.0136121660447)); -#24544=CARTESIAN_POINT('',(20.2220122841869,77.0619925815816,44.0088478075691)); -#24545=CARTESIAN_POINT('',(20.2221131082108,77.0613139067513,44.0061825492895)); -#24546=CARTESIAN_POINT('',(20.2221627222649,77.0609799493693,44.0035051667736)); -#24547=CARTESIAN_POINT('',(20.222183406389,77.0608407224888,44.0023251536464)); -#24548=CARTESIAN_POINT('',(20.2221934401388,77.0607731916778,44.0011523497967)); -#24549=CARTESIAN_POINT('',(20.2221934400342,77.060773191676,43.9960812766019)); -#24550=CARTESIAN_POINT('',(20.2220677811862,77.0616185826991,43.9919336082998)); -#24551=CARTESIAN_POINT('',(20.221603547244,77.0647459081644,43.9841514965269)); -#24552=CARTESIAN_POINT('',(20.2212662524711,77.0670195267119,43.9805136374972)); -#24553=CARTESIAN_POINT('',(20.2194018688842,77.0796056891596,43.9641082128859)); -#24554=CARTESIAN_POINT('',(20.2168895071281,77.0966575257017,43.9535534880555)); -#24555=CARTESIAN_POINT('',(20.2057903179824,77.1727019560307,43.914084340408)); -#24556=CARTESIAN_POINT('',(20.1955245918049,77.2452440997826,43.8987368932498)); -#24557=CARTESIAN_POINT('',(20.1756298675498,77.3923038671873,43.8705649876967)); -#24558=CARTESIAN_POINT('',(20.1659276353147,77.467318167366,43.860452441347)); -#24559=CARTESIAN_POINT('',(20.1100243467681,77.9176018598361,43.8091566895224)); -#24560=CARTESIAN_POINT('',(20.0695242352244,78.3399918693508,43.803900128694)); -#24561=CARTESIAN_POINT('',(20.0170307813761,79.1876450962671,43.7983362846775)); -#24562=CARTESIAN_POINT('',(20.0050369070628,79.6129197047098,43.8007416394032)); -#24563=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,43.8007416478945)); -#24564=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,42.199258416086)); -#24565=CARTESIAN_POINT('',(20.0050369057562,79.6129197063543,42.199258426512)); -#24566=CARTESIAN_POINT('',(20.0170308067966,79.1876450980599,42.201663782527)); -#24567=CARTESIAN_POINT('',(20.0695243138108,78.3399918714345,42.1960999410812)); -#24568=CARTESIAN_POINT('',(20.1100244518272,77.9176018620636,42.1908433815349)); -#24569=CARTESIAN_POINT('',(20.1594266621205,77.5196825405193,42.1455129141614)); -#24570=CARTESIAN_POINT('',(20.1615051771303,77.5031040059342,42.1435299765715)); -#24571=CARTESIAN_POINT('',(20.1636378427654,77.4862704971462,42.141396657906)); -#24572=CARTESIAN_POINT('',(20.1793547797479,77.3622135618953,42.1257662403044)); -#24573=CARTESIAN_POINT('',(20.1893102876527,77.2910895328462,42.1103787486132)); -#24574=CARTESIAN_POINT('',(20.1992449590228,77.2193683327024,42.0944107663312)); -#24575=CARTESIAN_POINT('',(20.2045415150948,77.1819191278776,42.0844083336363)); -#24576=CARTESIAN_POINT('',(20.2108022627208,77.1384796313452,42.0669419299112)); -#24577=CARTESIAN_POINT('',(20.2120170234142,77.13008993971,42.0632729970697)); -#24578=CARTESIAN_POINT('',(20.2140391659999,77.1161845918492,42.056593527962)); -#24579=CARTESIAN_POINT('',(20.2150205729545,77.1094567694433,42.0531922364462)); -#24580=CARTESIAN_POINT('',(20.2172611982158,77.0941487372547,42.0445084504116)); -#24581=CARTESIAN_POINT('',(20.2186729702248,77.0845559461914,42.0381473992104)); -#24582=CARTESIAN_POINT('',(20.2204632954094,77.0724385262162,42.0265843309215)); -#24583=CARTESIAN_POINT('',(20.2209521971735,77.0691386347764,42.022583867589)); -#24584=CARTESIAN_POINT('',(20.2215654895549,77.0650023143843,42.0160463079187)); -#24585=CARTESIAN_POINT('',(20.2217427983427,77.0638077646499,42.0136121660447)); -#24586=CARTESIAN_POINT('',(20.2220122841869,77.0619925815843,42.0088478075691)); -#24587=CARTESIAN_POINT('',(20.2221131082108,77.0613139067539,42.0061825492895)); -#24588=CARTESIAN_POINT('',(20.2221627222649,77.0609799493719,42.0035051667736)); -#24589=CARTESIAN_POINT('',(20.222183406389,77.0608407224915,42.0023251536464)); -#24590=CARTESIAN_POINT('',(20.2221934401388,77.0607731916806,42.0011523497967)); -#24591=CARTESIAN_POINT('',(20.2221934400341,77.0607731916787,41.9960812766019)); -#24592=CARTESIAN_POINT('',(20.2220677811862,77.0616185827018,41.9919336082998)); -#24593=CARTESIAN_POINT('',(20.221603547244,77.0647459081671,41.9841514965269)); -#24594=CARTESIAN_POINT('',(20.2212662524711,77.0670195267146,41.9805136374972)); -#24595=CARTESIAN_POINT('',(20.2194018688842,77.0796056891623,41.964108212886)); -#24596=CARTESIAN_POINT('',(20.2168895071281,77.0966575257044,41.9535534880556)); -#24597=CARTESIAN_POINT('',(20.2057903179823,77.1727019560333,41.9140843404082)); -#24598=CARTESIAN_POINT('',(20.195524591805,77.245244099785,41.89873689325)); -#24599=CARTESIAN_POINT('',(20.1756298675499,77.3923038671895,41.8705649876969)); -#24600=CARTESIAN_POINT('',(20.1659276353149,77.4673181673681,41.8604524413472)); -#24601=CARTESIAN_POINT('',(20.1100243467683,77.9176018598379,41.8091566895226)); -#24602=CARTESIAN_POINT('',(20.0695242352245,78.3399918693523,41.8039001286942)); -#24603=CARTESIAN_POINT('',(20.0170307813763,79.1876450962682,41.7983362846776)); -#24604=CARTESIAN_POINT('',(20.0050369070629,79.61291970471,41.8007416394033)); -#24605=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,41.8007416478945)); -#24606=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,40.199258416086)); -#24607=CARTESIAN_POINT('',(20.0050369057563,79.6129197063543,40.199258426512)); -#24608=CARTESIAN_POINT('',(20.0170308067968,79.1876450980606,40.201663782527)); -#24609=CARTESIAN_POINT('',(20.069524313811,78.3399918714353,40.1960999410811)); -#24610=CARTESIAN_POINT('',(20.1100244518275,77.9176018620647,40.1908433815347)); -#24611=CARTESIAN_POINT('',(20.1594266621207,77.5196825405211,40.1455129141612)); -#24612=CARTESIAN_POINT('',(20.1615051771304,77.5031040059366,40.1435299765714)); -#24613=CARTESIAN_POINT('',(20.1636378427654,77.4862704971493,40.141396657906)); -#24614=CARTESIAN_POINT('',(20.1793547797479,77.3622135618983,40.1257662403044)); -#24615=CARTESIAN_POINT('',(20.1893102876527,77.2910895328491,40.1103787486132)); -#24616=CARTESIAN_POINT('',(20.1992449590228,77.2193683327053,40.0944107663312)); -#24617=CARTESIAN_POINT('',(20.2045415150948,77.1819191278804,40.0844083336363)); -#24618=CARTESIAN_POINT('',(20.2108022627208,77.138479631348,40.0669419299112)); -#24619=CARTESIAN_POINT('',(20.2120170234142,77.1300899397128,40.0632729970697)); -#24620=CARTESIAN_POINT('',(20.2140391659999,77.1161845918519,40.056593527962)); -#24621=CARTESIAN_POINT('',(20.2150205729545,77.1094567694461,40.0531922364462)); -#24622=CARTESIAN_POINT('',(20.2172611982158,77.0941487372575,40.0445084504116)); -#24623=CARTESIAN_POINT('',(20.2186729702248,77.0845559461942,40.0381473992104)); -#24624=CARTESIAN_POINT('',(20.2204632954094,77.0724385262189,40.0265843309215)); -#24625=CARTESIAN_POINT('',(20.2209521971735,77.0691386347791,40.022583867589)); -#24626=CARTESIAN_POINT('',(20.2215654895549,77.065002314387,40.0160463079187)); -#24627=CARTESIAN_POINT('',(20.2217427983427,77.0638077646526,40.0136121660447)); -#24628=CARTESIAN_POINT('',(20.2220122841869,77.061992581587,40.0088478075691)); -#24629=CARTESIAN_POINT('',(20.2221131082108,77.0613139067566,40.0061825492895)); -#24630=CARTESIAN_POINT('',(20.2221627222649,77.0609799493746,40.0035051667736)); -#24631=CARTESIAN_POINT('',(20.222183406389,77.0608407224942,40.0023251536464)); -#24632=CARTESIAN_POINT('',(20.2221934401388,77.0607731916832,40.0011523497967)); -#24633=CARTESIAN_POINT('',(20.2221934400341,77.0607731916813,39.9960812766019)); -#24634=CARTESIAN_POINT('',(20.2220677811862,77.0616185827044,39.9919336082998)); -#24635=CARTESIAN_POINT('',(20.221603547244,77.0647459081697,39.984151496527)); -#24636=CARTESIAN_POINT('',(20.2212662524711,77.0670195267172,39.9805136374973)); -#24637=CARTESIAN_POINT('',(20.2194018688842,77.0796056891649,39.9641082128861)); -#24638=CARTESIAN_POINT('',(20.2168895071281,77.0966575257069,39.9535534880557)); -#24639=CARTESIAN_POINT('',(20.2057903179824,77.1727019560357,39.9140843404084)); -#24640=CARTESIAN_POINT('',(20.1955245918051,77.2452440997874,39.8987368932502)); -#24641=CARTESIAN_POINT('',(20.17562986755,77.3923038671916,39.8705649876971)); -#24642=CARTESIAN_POINT('',(20.165927635315,77.4673181673701,39.8604524413475)); -#24643=CARTESIAN_POINT('',(20.1100243467685,77.9176018598395,39.8091566895228)); -#24644=CARTESIAN_POINT('',(20.0695242352247,78.3399918693537,39.8039001286944)); -#24645=CARTESIAN_POINT('',(20.0170307813763,79.1876450962691,39.7983362846777)); -#24646=CARTESIAN_POINT('',(20.0050369070631,79.6129197047101,39.8007416394033)); -#24647=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,39.8007416478945)); -#24648=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,38.199258416086)); -#24649=CARTESIAN_POINT('',(20.0050369057564,79.6129197063544,38.199258426512)); -#24650=CARTESIAN_POINT('',(20.0170308067971,79.1876450980612,38.201663782527)); -#24651=CARTESIAN_POINT('',(20.0695243138113,78.3399918714363,38.1960999410809)); -#24652=CARTESIAN_POINT('',(20.1100244518278,77.9176018620657,38.1908433815345)); -#24653=CARTESIAN_POINT('',(20.1594266621208,77.5196825405228,38.145512914161)); -#24654=CARTESIAN_POINT('',(20.1615051771305,77.503104005939,38.1435299765713)); -#24655=CARTESIAN_POINT('',(20.1636378427654,77.4862704971524,38.141396657906)); -#24656=CARTESIAN_POINT('',(20.1793547797479,77.3622135619012,38.1257662403044)); -#24657=CARTESIAN_POINT('',(20.1893102876527,77.291089532852,38.1103787486132)); -#24658=CARTESIAN_POINT('',(20.1992449590228,77.2193683327081,38.0944107663312)); -#24659=CARTESIAN_POINT('',(20.2045415150948,77.1819191278832,38.0844083336363)); -#24660=CARTESIAN_POINT('',(20.2108022627208,77.1384796313507,38.0669419299112)); -#24661=CARTESIAN_POINT('',(20.2120170234142,77.1300899397155,38.0632729970697)); -#24662=CARTESIAN_POINT('',(20.2140391659999,77.1161845918546,38.056593527962)); -#24663=CARTESIAN_POINT('',(20.2150205729545,77.1094567694488,38.0531922364462)); -#24664=CARTESIAN_POINT('',(20.2172611982158,77.0941487372602,38.0445084504116)); -#24665=CARTESIAN_POINT('',(20.2186729702248,77.0845559461968,38.0381473992104)); -#24666=CARTESIAN_POINT('',(20.2204632954094,77.0724385262216,38.0265843309215)); -#24667=CARTESIAN_POINT('',(20.2209521971735,77.0691386347818,38.022583867589)); -#24668=CARTESIAN_POINT('',(20.2215654895549,77.0650023143897,38.0160463079187)); -#24669=CARTESIAN_POINT('',(20.2217427983427,77.0638077646553,38.0136121660447)); -#24670=CARTESIAN_POINT('',(20.2220122841869,77.0619925815896,38.0088478075691)); -#24671=CARTESIAN_POINT('',(20.2221131082108,77.0613139067593,38.0061825492895)); -#24672=CARTESIAN_POINT('',(20.2221627222649,77.0609799493773,38.0035051667736)); -#24673=CARTESIAN_POINT('',(20.222183406389,77.0608407224968,38.0023251536464)); -#24674=CARTESIAN_POINT('',(20.2221934401388,77.0607731916858,38.0011523497967)); -#24675=CARTESIAN_POINT('',(20.2221934400342,77.060773191684,37.9960812766019)); -#24676=CARTESIAN_POINT('',(20.2220677811862,77.0616185827071,37.9919336082998)); -#24677=CARTESIAN_POINT('',(20.221603547244,77.0647459081724,37.984151496527)); -#24678=CARTESIAN_POINT('',(20.2212662524711,77.0670195267199,37.9805136374973)); -#24679=CARTESIAN_POINT('',(20.2194018688842,77.0796056891676,37.9641082128862)); -#24680=CARTESIAN_POINT('',(20.2168895071282,77.0966575257095,37.9535534880558)); -#24681=CARTESIAN_POINT('',(20.2057903179825,77.1727019560381,37.9140843404086)); -#24682=CARTESIAN_POINT('',(20.1955245918051,77.2452440997898,37.8987368932504)); -#24683=CARTESIAN_POINT('',(20.1756298675501,77.3923038671937,37.8705649876974)); -#24684=CARTESIAN_POINT('',(20.1659276353151,77.4673181673721,37.8604524413477)); -#24685=CARTESIAN_POINT('',(20.1100243467687,77.9176018598412,37.8091566895231)); -#24686=CARTESIAN_POINT('',(20.069524235225,78.3399918693552,37.8039001286945)); -#24687=CARTESIAN_POINT('',(20.0170307813765,79.1876450962701,37.7983362846777)); -#24688=CARTESIAN_POINT('',(20.0050369070632,79.6129197047103,37.8007416394033)); -#24689=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,37.8007416478945)); -#24690=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,36.199258416086)); -#24691=CARTESIAN_POINT('',(20.0050369057567,79.6129197063545,36.1992584265121)); -#24692=CARTESIAN_POINT('',(20.0170308067972,79.187645098062,36.2016637825269)); -#24693=CARTESIAN_POINT('',(20.0695243138116,78.3399918714372,36.1960999410807)); -#24694=CARTESIAN_POINT('',(20.1100244518281,77.9176018620669,36.1908433815343)); -#24695=CARTESIAN_POINT('',(20.1594266621209,77.5196825405247,36.1455129141609)); -#24696=CARTESIAN_POINT('',(20.1615051771306,77.5031040059415,36.1435299765713)); -#24697=CARTESIAN_POINT('',(20.1636378427654,77.4862704971554,36.141396657906)); -#24698=CARTESIAN_POINT('',(20.1793547797479,77.3622135619042,36.1257662403044)); -#24699=CARTESIAN_POINT('',(20.1893102876527,77.2910895328549,36.1103787486132)); -#24700=CARTESIAN_POINT('',(20.1992449590228,77.219368332711,36.0944107663312)); -#24701=CARTESIAN_POINT('',(20.2045415150948,77.181919127886,36.0844083336363)); -#24702=CARTESIAN_POINT('',(20.2108022627208,77.1384796313535,36.0669419299112)); -#24703=CARTESIAN_POINT('',(20.2120170234142,77.1300899397182,36.0632729970697)); -#24704=CARTESIAN_POINT('',(20.2140391659999,77.1161845918574,36.056593527962)); -#24705=CARTESIAN_POINT('',(20.2150205729545,77.1094567694515,36.0531922364462)); -#24706=CARTESIAN_POINT('',(20.2172611982158,77.0941487372629,36.0445084504116)); -#24707=CARTESIAN_POINT('',(20.2186729702248,77.0845559461996,36.0381473992104)); -#24708=CARTESIAN_POINT('',(20.2204632954094,77.0724385262243,36.0265843309215)); -#24709=CARTESIAN_POINT('',(20.2209521971735,77.0691386347845,36.022583867589)); -#24710=CARTESIAN_POINT('',(20.2215654895549,77.0650023143924,36.0160463079187)); -#24711=CARTESIAN_POINT('',(20.2217427983427,77.063807764658,36.0136121660447)); -#24712=CARTESIAN_POINT('',(20.2220122841869,77.0619925815923,36.0088478075691)); -#24713=CARTESIAN_POINT('',(20.2221131082108,77.061313906762,36.0061825492895)); -#24714=CARTESIAN_POINT('',(20.2221627222649,77.06097994938,36.0035051667736)); -#24715=CARTESIAN_POINT('',(20.222183406389,77.0608407224995,36.0023251536464)); -#24716=CARTESIAN_POINT('',(20.2221934401388,77.0607731916885,36.0011523497967)); -#24717=CARTESIAN_POINT('',(20.2221934400342,77.0607731916867,35.9960812766019)); -#24718=CARTESIAN_POINT('',(20.2220677811862,77.0616185827097,35.9919336082998)); -#24719=CARTESIAN_POINT('',(20.221603547244,77.064745908175,35.984151496527)); -#24720=CARTESIAN_POINT('',(20.2212662524711,77.0670195267225,35.9805136374974)); -#24721=CARTESIAN_POINT('',(20.2194018688842,77.0796056891702,35.9641082128862)); -#24722=CARTESIAN_POINT('',(20.2168895071282,77.0966575257122,35.9535534880559)); -#24723=CARTESIAN_POINT('',(20.2057903179826,77.1727019560406,35.9140843404087)); -#24724=CARTESIAN_POINT('',(20.1955245918052,77.2452440997922,35.8987368932506)); -#24725=CARTESIAN_POINT('',(20.1756298675501,77.3923038671958,35.8705649876976)); -#24726=CARTESIAN_POINT('',(20.1659276353153,77.4673181673741,35.860452441348)); -#24727=CARTESIAN_POINT('',(20.1100243467689,77.9176018598429,35.8091566895234)); -#24728=CARTESIAN_POINT('',(20.0695242352252,78.3399918693566,35.8039001286947)); -#24729=CARTESIAN_POINT('',(20.0170307813767,79.187645096271,35.7983362846777)); -#24730=CARTESIAN_POINT('',(20.0050369070632,79.6129197047105,35.8007416394033)); -#24731=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,35.8007416478945)); -#24732=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,34.199258416086)); -#24733=CARTESIAN_POINT('',(20.0050369057568,79.6129197063545,34.1992584265122)); -#24734=CARTESIAN_POINT('',(20.0170308067974,79.1876450980628,34.2016637825269)); -#24735=CARTESIAN_POINT('',(20.0695243138119,78.3399918714382,34.1960999410806)); -#24736=CARTESIAN_POINT('',(20.1100244518284,77.9176018620678,34.1908433815341)); -#24737=CARTESIAN_POINT('',(20.1594266621211,77.5196825405264,34.1455129141607)); -#24738=CARTESIAN_POINT('',(20.1615051771307,77.5031040059438,34.1435299765712)); -#24739=CARTESIAN_POINT('',(20.1636378427654,77.4862704971585,34.141396657906)); -#24740=CARTESIAN_POINT('',(20.1793547797479,77.3622135619072,34.1257662403044)); -#24741=CARTESIAN_POINT('',(20.1893102876527,77.2910895328578,34.1103787486132)); -#24742=CARTESIAN_POINT('',(20.1992449590228,77.2193683327138,34.0944107663312)); -#24743=CARTESIAN_POINT('',(20.2045415150948,77.1819191278888,34.0844083336363)); -#24744=CARTESIAN_POINT('',(20.2108022627208,77.1384796313563,34.0669419299112)); -#24745=CARTESIAN_POINT('',(20.2120170234142,77.130089939721,34.0632729970697)); -#24746=CARTESIAN_POINT('',(20.2140391659999,77.1161845918601,34.056593527962)); -#24747=CARTESIAN_POINT('',(20.2150205729545,77.1094567694543,34.0531922364462)); -#24748=CARTESIAN_POINT('',(20.2172611982158,77.0941487372656,34.0445084504116)); -#24749=CARTESIAN_POINT('',(20.2186729702248,77.0845559462022,34.0381473992104)); -#24750=CARTESIAN_POINT('',(20.2204632954094,77.072438526227,34.0265843309215)); -#24751=CARTESIAN_POINT('',(20.2209521971735,77.0691386347872,34.022583867589)); -#24752=CARTESIAN_POINT('',(20.2215654895549,77.065002314395,34.0160463079187)); -#24753=CARTESIAN_POINT('',(20.2217427983427,77.0638077646607,34.0136121660447)); -#24754=CARTESIAN_POINT('',(20.2220122841869,77.061992581595,34.0088478075691)); -#24755=CARTESIAN_POINT('',(20.2221131082108,77.0613139067646,34.0061825492895)); -#24756=CARTESIAN_POINT('',(20.2221627222649,77.0609799493826,34.0035051667736)); -#24757=CARTESIAN_POINT('',(20.222183406389,77.0608407225022,34.0023251536464)); -#24758=CARTESIAN_POINT('',(20.2221934401388,77.0607731916912,34.0011523497967)); -#24759=CARTESIAN_POINT('',(20.2221934400342,77.0607731916893,33.9960812766019)); -#24760=CARTESIAN_POINT('',(20.2220677811862,77.0616185827124,33.9919336082998)); -#24761=CARTESIAN_POINT('',(20.221603547244,77.0647459081777,33.984151496527)); -#24762=CARTESIAN_POINT('',(20.2212662524711,77.0670195267252,33.9805136374974)); -#24763=CARTESIAN_POINT('',(20.2194018688842,77.0796056891729,33.9641082128863)); -#24764=CARTESIAN_POINT('',(20.2168895071282,77.0966575257148,33.953553488056)); -#24765=CARTESIAN_POINT('',(20.2057903179825,77.1727019560431,33.914084340409)); -#24766=CARTESIAN_POINT('',(20.1955245918052,77.2452440997945,33.8987368932508)); -#24767=CARTESIAN_POINT('',(20.1756298675503,77.392303867198,33.8705649876978)); -#24768=CARTESIAN_POINT('',(20.1659276353154,77.4673181673761,33.8604524413483)); -#24769=CARTESIAN_POINT('',(20.1100243467691,77.9176018598447,33.8091566895236)); -#24770=CARTESIAN_POINT('',(20.0695242352254,78.3399918693581,33.8039001286949)); -#24771=CARTESIAN_POINT('',(20.0170307813769,79.1876450962721,33.7983362846778)); -#24772=CARTESIAN_POINT('',(20.0050369070633,79.6129197047106,33.8007416394032)); -#24773=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,33.8007416478945)); -#24774=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,32.199258416086)); -#24775=CARTESIAN_POINT('',(20.0050369057569,79.6129197063546,32.1992584265121)); -#24776=CARTESIAN_POINT('',(20.0170308067977,79.1876450980635,32.2016637825268)); -#24777=CARTESIAN_POINT('',(20.0695243138122,78.3399918714391,32.1960999410804)); -#24778=CARTESIAN_POINT('',(20.1100244518286,77.9176018620689,32.1908433815339)); -#24779=CARTESIAN_POINT('',(20.1594266621213,77.5196825405282,32.1455129141605)); -#24780=CARTESIAN_POINT('',(20.1615051771308,77.5031040059463,32.1435299765711)); -#24781=CARTESIAN_POINT('',(20.1636378427654,77.4862704971616,32.141396657906)); -#24782=CARTESIAN_POINT('',(20.1793547797479,77.3622135619102,32.1257662403044)); -#24783=CARTESIAN_POINT('',(20.1893102876527,77.2910895328608,32.1103787486132)); -#24784=CARTESIAN_POINT('',(20.1992449590228,77.2193683327167,32.0944107663312)); -#24785=CARTESIAN_POINT('',(20.2045415150948,77.1819191278916,32.0844083336363)); -#24786=CARTESIAN_POINT('',(20.2108022627208,77.138479631359,32.0669419299112)); -#24787=CARTESIAN_POINT('',(20.2120170234142,77.1300899397238,32.0632729970697)); -#24788=CARTESIAN_POINT('',(20.2140391659999,77.1161845918629,32.056593527962)); -#24789=CARTESIAN_POINT('',(20.2150205729545,77.109456769457,32.0531922364462)); -#24790=CARTESIAN_POINT('',(20.2172611982158,77.0941487372683,32.0445084504116)); -#24791=CARTESIAN_POINT('',(20.2186729702248,77.084555946205,32.0381473992104)); -#24792=CARTESIAN_POINT('',(20.2204632954094,77.0724385262297,32.0265843309215)); -#24793=CARTESIAN_POINT('',(20.2209521971735,77.0691386347899,32.022583867589)); -#24794=CARTESIAN_POINT('',(20.2215654895549,77.0650023143977,32.0160463079187)); -#24795=CARTESIAN_POINT('',(20.2217427983427,77.0638077646634,32.0136121660447)); -#24796=CARTESIAN_POINT('',(20.2220122841869,77.0619925815977,32.0088478075691)); -#24797=CARTESIAN_POINT('',(20.2221131082108,77.0613139067673,32.0061825492895)); -#24798=CARTESIAN_POINT('',(20.2221627222649,77.0609799493853,32.0035051667736)); -#24799=CARTESIAN_POINT('',(20.222183406389,77.0608407225049,32.0023251536464)); -#24800=CARTESIAN_POINT('',(20.2221934401388,77.0607731916938,32.0011523497967)); -#24801=CARTESIAN_POINT('',(20.2221934400342,77.060773191692,31.9960812766019)); -#24802=CARTESIAN_POINT('',(20.2220677811862,77.061618582715,31.9919336082999)); -#24803=CARTESIAN_POINT('',(20.221603547244,77.0647459081803,31.9841514965271)); -#24804=CARTESIAN_POINT('',(20.2212662524711,77.0670195267279,31.9805136374974)); -#24805=CARTESIAN_POINT('',(20.2194018688843,77.0796056891755,31.9641082128865)); -#24806=CARTESIAN_POINT('',(20.2168895071282,77.0966575257174,31.9535534880561)); -#24807=CARTESIAN_POINT('',(20.2057903179826,77.1727019560456,31.9140843404091)); -#24808=CARTESIAN_POINT('',(20.1955245918053,77.2452440997968,31.898736893251)); -#24809=CARTESIAN_POINT('',(20.1756298675504,77.3923038672002,31.8705649876981)); -#24810=CARTESIAN_POINT('',(20.1659276353155,77.4673181673782,31.8604524413485)); -#24811=CARTESIAN_POINT('',(20.1100243467693,77.9176018598463,31.8091566895238)); -#24812=CARTESIAN_POINT('',(20.0695242352256,78.3399918693596,31.803900128695)); -#24813=CARTESIAN_POINT('',(20.017030781377,79.187645096273,31.7983362846778)); -#24814=CARTESIAN_POINT('',(20.0050369070634,79.6129197047108,31.8007416394032)); -#24815=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,31.8007416478945)); -#24816=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,30.199258416086)); -#24817=CARTESIAN_POINT('',(20.005036905757,79.6129197063547,30.1992584265121)); -#24818=CARTESIAN_POINT('',(20.0170308067979,79.1876450980643,30.2016637825268)); -#24819=CARTESIAN_POINT('',(20.0695243138124,78.3399918714401,30.1960999410803)); -#24820=CARTESIAN_POINT('',(20.1100244518289,77.91760186207,30.1908433815336)); -#24821=CARTESIAN_POINT('',(20.1594266621215,77.5196825405299,30.1455129141603)); -#24822=CARTESIAN_POINT('',(20.1615051771309,77.5031040059487,30.143529976571)); -#24823=CARTESIAN_POINT('',(20.1636378427654,77.4862704971647,30.141396657906)); -#24824=CARTESIAN_POINT('',(20.1793547797479,77.3622135619131,30.1257662403044)); -#24825=CARTESIAN_POINT('',(20.1893102876527,77.2910895328636,30.1103787486132)); -#24826=CARTESIAN_POINT('',(20.1992449590228,77.2193683327195,30.0944107663312)); -#24827=CARTESIAN_POINT('',(20.2045415150948,77.1819191278944,30.0844083336363)); -#24828=CARTESIAN_POINT('',(20.2108022627208,77.1384796313618,30.0669419299112)); -#24829=CARTESIAN_POINT('',(20.2120170234142,77.1300899397265,30.0632729970697)); -#24830=CARTESIAN_POINT('',(20.2140391659999,77.1161845918656,30.056593527962)); -#24831=CARTESIAN_POINT('',(20.2150205729545,77.1094567694597,30.0531922364462)); -#24832=CARTESIAN_POINT('',(20.2172611982158,77.094148737271,30.0445084504116)); -#24833=CARTESIAN_POINT('',(20.2186729702248,77.0845559462077,30.0381473992104)); -#24834=CARTESIAN_POINT('',(20.2204632954094,77.0724385262324,30.0265843309215)); -#24835=CARTESIAN_POINT('',(20.2209521971735,77.0691386347925,30.022583867589)); -#24836=CARTESIAN_POINT('',(20.2215654895549,77.0650023144004,30.0160463079187)); -#24837=CARTESIAN_POINT('',(20.2217427983427,77.063807764666,30.0136121660447)); -#24838=CARTESIAN_POINT('',(20.2220122841869,77.0619925816004,30.0088478075691)); -#24839=CARTESIAN_POINT('',(20.2221131082108,77.06131390677,30.0061825492895)); -#24840=CARTESIAN_POINT('',(20.2221627222649,77.060979949388,30.0035051667736)); -#24841=CARTESIAN_POINT('',(20.222183406389,77.0608407225075,30.0023251536464)); -#24842=CARTESIAN_POINT('',(20.2221934401388,77.0607731916965,30.0011523497967)); -#24843=CARTESIAN_POINT('',(20.2221934400342,77.0607731916947,29.9960812766019)); -#24844=CARTESIAN_POINT('',(20.2220677811862,77.0616185827178,29.9919336082999)); -#24845=CARTESIAN_POINT('',(20.221603547244,77.064745908183,29.9841514965271)); -#24846=CARTESIAN_POINT('',(20.2212662524711,77.0670195267305,29.9805136374975)); -#24847=CARTESIAN_POINT('',(20.2194018688843,77.0796056891781,29.9641082128866)); -#24848=CARTESIAN_POINT('',(20.2168895071283,77.0966575257201,29.9535534880562)); -#24849=CARTESIAN_POINT('',(20.2057903179827,77.1727019560481,29.9140843404093)); -#24850=CARTESIAN_POINT('',(20.1955245918053,77.2452440997993,29.8987368932512)); -#24851=CARTESIAN_POINT('',(20.1756298675505,77.3923038672023,29.8705649876983)); -#24852=CARTESIAN_POINT('',(20.1659276353156,77.4673181673802,29.8604524413488)); -#24853=CARTESIAN_POINT('',(20.1100243467695,77.9176018598481,29.809156689524)); -#24854=CARTESIAN_POINT('',(20.0695242352259,78.3399918693611,29.8039001286951)); -#24855=CARTESIAN_POINT('',(20.0170307813771,79.1876450962741,29.7983362846779)); -#24856=CARTESIAN_POINT('',(20.0050369070636,79.612919704711,29.8007416394032)); -#24857=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,29.8007416478945)); -#24858=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,28.199258416086)); -#24859=CARTESIAN_POINT('',(20.005036905757,79.6129197063548,28.1992584265121)); -#24860=CARTESIAN_POINT('',(20.0170308067979,79.1876450980649,28.2016637825268)); -#24861=CARTESIAN_POINT('',(20.0695243138127,78.339991871441,28.1960999410802)); -#24862=CARTESIAN_POINT('',(20.1100244518292,77.917601862071,28.1908433815333)); -#24863=CARTESIAN_POINT('',(20.1594266621216,77.5196825405317,28.1455129141602)); -#24864=CARTESIAN_POINT('',(20.161505177131,77.5031040059511,28.1435299765709)); -#24865=CARTESIAN_POINT('',(20.1636378427654,77.4862704971678,28.141396657906)); -#24866=CARTESIAN_POINT('',(20.1793547797479,77.3622135619161,28.1257662403044)); -#24867=CARTESIAN_POINT('',(20.1893102876527,77.2910895328666,28.1103787486132)); -#24868=CARTESIAN_POINT('',(20.1992449590228,77.2193683327223,28.0944107663312)); -#24869=CARTESIAN_POINT('',(20.2045415150948,77.1819191278972,28.0844083336363)); -#24870=CARTESIAN_POINT('',(20.2108022627208,77.1384796313645,28.0669419299112)); -#24871=CARTESIAN_POINT('',(20.2120170234142,77.1300899397292,28.0632729970697)); -#24872=CARTESIAN_POINT('',(20.2140391659999,77.1161845918683,28.056593527962)); -#24873=CARTESIAN_POINT('',(20.2150205729545,77.1094567694624,28.0531922364462)); -#24874=CARTESIAN_POINT('',(20.2172611982158,77.0941487372737,28.0445084504116)); -#24875=CARTESIAN_POINT('',(20.2186729702248,77.0845559462103,28.0381473992104)); -#24876=CARTESIAN_POINT('',(20.2204632954094,77.072438526235,28.0265843309215)); -#24877=CARTESIAN_POINT('',(20.2209521971735,77.0691386347952,28.022583867589)); -#24878=CARTESIAN_POINT('',(20.2215654895549,77.065002314403,28.0160463079187)); -#24879=CARTESIAN_POINT('',(20.2217427983427,77.0638077646687,28.0136121660447)); -#24880=CARTESIAN_POINT('',(20.2220122841869,77.061992581603,28.0088478075691)); -#24881=CARTESIAN_POINT('',(20.2221131082108,77.0613139067726,28.0061825492895)); -#24882=CARTESIAN_POINT('',(20.2221627222649,77.0609799493906,28.0035051667736)); -#24883=CARTESIAN_POINT('',(20.222183406389,77.0608407225102,28.0023251536464)); -#24884=CARTESIAN_POINT('',(20.2221934401388,77.0607731916993,28.0011523497967)); -#24885=CARTESIAN_POINT('',(20.2221934400342,77.0607731916974,27.9960812766019)); -#24886=CARTESIAN_POINT('',(20.2220677811862,77.0616185827204,27.9919336082999)); -#24887=CARTESIAN_POINT('',(20.221603547244,77.0647459081857,27.9841514965272)); -#24888=CARTESIAN_POINT('',(20.2212662524711,77.0670195267332,27.9805136374975)); -#24889=CARTESIAN_POINT('',(20.2194018688843,77.0796056891808,27.9641082128866)); -#24890=CARTESIAN_POINT('',(20.2168895071283,77.0966575257227,27.9535534880563)); -#24891=CARTESIAN_POINT('',(20.2057903179826,77.1727019560507,27.9140843404095)); -#24892=CARTESIAN_POINT('',(20.1955245918055,77.2452440998017,27.8987368932514)); -#24893=CARTESIAN_POINT('',(20.1756298675506,77.3923038672045,27.8705649876985)); -#24894=CARTESIAN_POINT('',(20.1659276353158,77.4673181673823,27.860452441349)); -#24895=CARTESIAN_POINT('',(20.1100243467697,77.9176018598499,27.8091566895242)); -#24896=CARTESIAN_POINT('',(20.0695242352261,78.3399918693626,27.8039001286953)); -#24897=CARTESIAN_POINT('',(20.0170307813773,79.187645096275,27.7983362846779)); -#24898=CARTESIAN_POINT('',(20.0050369070637,79.6129197047111,27.8007416394031)); -#24899=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,27.8007416478945)); -#24900=CARTESIAN_POINT('',(20.0050366833194,79.9999999999995,26.199258416086)); -#24901=CARTESIAN_POINT('',(20.0050369057572,79.6129197063548,26.1992584265121)); -#24902=CARTESIAN_POINT('',(20.0170308067982,79.1876450980656,26.2016637825267)); -#24903=CARTESIAN_POINT('',(20.069524313813,78.339991871442,26.1960999410799)); -#24904=CARTESIAN_POINT('',(20.1100244518295,77.9176018620721,26.1908433815331)); -#24905=CARTESIAN_POINT('',(20.1594266621218,77.5196825405334,26.14551291416)); -#24906=CARTESIAN_POINT('',(20.1615051771311,77.5031040059536,26.1435299765708)); -#24907=CARTESIAN_POINT('',(20.1636378427654,77.4862704971709,26.141396657906)); -#24908=CARTESIAN_POINT('',(20.1793547797479,77.362213561919,26.1257662403044)); -#24909=CARTESIAN_POINT('',(20.1893102876527,77.2910895328695,26.1103787486132)); -#24910=CARTESIAN_POINT('',(20.1992449590228,77.2193683327251,26.0944107663312)); -#24911=CARTESIAN_POINT('',(20.2045415150948,77.1819191279,26.0844083336363)); -#24912=CARTESIAN_POINT('',(20.2108022627208,77.1384796313673,26.0669419299112)); -#24913=CARTESIAN_POINT('',(20.2120170234142,77.130089939732,26.0632729970697)); -#24914=CARTESIAN_POINT('',(20.2140391659999,77.1161845918711,26.056593527962)); -#24915=CARTESIAN_POINT('',(20.2150205729545,77.1094567694652,26.0531922364462)); -#24916=CARTESIAN_POINT('',(20.2172611982158,77.0941487372764,26.0445084504116)); -#24917=CARTESIAN_POINT('',(20.2186729702248,77.0845559462131,26.0381473992104)); -#24918=CARTESIAN_POINT('',(20.2204632954094,77.0724385262377,26.0265843309215)); -#24919=CARTESIAN_POINT('',(20.2209521971735,77.0691386347979,26.022583867589)); -#24920=CARTESIAN_POINT('',(20.2215654895549,77.0650023144057,26.0160463079187)); -#24921=CARTESIAN_POINT('',(20.2217427983427,77.0638077646714,26.0136121660447)); -#24922=CARTESIAN_POINT('',(20.2220122841869,77.0619925816057,26.0088478075691)); -#24923=CARTESIAN_POINT('',(20.2221131082108,77.0613139067753,26.0061825492895)); -#24924=CARTESIAN_POINT('',(20.2221627222649,77.0609799493933,26.0035051667736)); -#24925=CARTESIAN_POINT('',(20.222183406389,77.0608407225129,26.0023251536464)); -#24926=CARTESIAN_POINT('',(20.2221934401388,77.0607731917019,26.0011523497967)); -#24927=CARTESIAN_POINT('',(20.2221934400342,77.0607731917,25.9960812766019)); -#24928=CARTESIAN_POINT('',(20.2220677811862,77.0616185827231,25.9919336082999)); -#24929=CARTESIAN_POINT('',(20.221603547244,77.0647459081883,25.9841514965272)); -#24930=CARTESIAN_POINT('',(20.2212662524711,77.0670195267359,25.9805136374975)); -#24931=CARTESIAN_POINT('',(20.2194018688843,77.0796056891834,25.9641082128867)); -#24932=CARTESIAN_POINT('',(20.2168895071282,77.0966575257253,25.9535534880564)); -#24933=CARTESIAN_POINT('',(20.2057903179827,77.1727019560531,25.9140843404097)); -#24934=CARTESIAN_POINT('',(20.1955245918055,77.2452440998041,25.8987368932516)); -#24935=CARTESIAN_POINT('',(20.1756298675507,77.3923038672066,25.8705649876989)); -#24936=CARTESIAN_POINT('',(20.1659276353159,77.4673181673843,25.8604524413492)); -#24937=CARTESIAN_POINT('',(20.1100243467699,77.9176018598516,25.8091566895245)); -#24938=CARTESIAN_POINT('',(20.0695242352263,78.3399918693641,25.8039001286955)); -#24939=CARTESIAN_POINT('',(20.0170307813775,79.187645096276,25.7983362846779)); -#24940=CARTESIAN_POINT('',(20.0050369070638,79.6129197047113,25.8007416394032)); -#24941=CARTESIAN_POINT('',(20.0050367086518,79.9999999999995,25.8007416478945)); -#24942=CARTESIAN_POINT('',(20.0050354130568,80.,24.199258416086)); -#24943=CARTESIAN_POINT('',(20.0050355381323,79.6129197063554,24.1992584265122)); -#24944=CARTESIAN_POINT('',(20.0170293320275,79.1876450980669,24.2016637825268)); -#24945=CARTESIAN_POINT('',(20.0695226249666,78.3399918714435,24.1960999410798)); -#24946=CARTESIAN_POINT('',(20.110022656066,77.9176018620738,24.1908433815329)); -#24947=CARTESIAN_POINT('',(20.159424765223,77.5196825405359,24.1455129141598)); -#24948=CARTESIAN_POINT('',(20.1615032760177,77.5031040059567,24.1435299765707)); -#24949=CARTESIAN_POINT('',(20.1636359373716,77.4862704971747,24.141396657906)); -#24950=CARTESIAN_POINT('',(20.1793528743541,77.3622135619228,24.1257662403044)); -#24951=CARTESIAN_POINT('',(20.1893083822589,77.2910895328731,24.1103787486132)); -#24952=CARTESIAN_POINT('',(20.199243053629,77.2193683327288,24.0944107663312)); -#24953=CARTESIAN_POINT('',(20.204539609701,77.1819191279036,24.0844083336363)); -#24954=CARTESIAN_POINT('',(20.210800357327,77.1384796313708,24.0669419299112)); -#24955=CARTESIAN_POINT('',(20.2120151180204,77.1300899397355,24.0632729970697)); -#24956=CARTESIAN_POINT('',(20.2140372606061,77.1161845918746,24.056593527962)); -#24957=CARTESIAN_POINT('',(20.2150186675607,77.1094567694687,24.0531922364462)); -#24958=CARTESIAN_POINT('',(20.217259292822,77.0941487372799,24.0445084504116)); -#24959=CARTESIAN_POINT('',(20.218671064831,77.0845559462166,24.0381473992104)); -#24960=CARTESIAN_POINT('',(20.2204613900156,77.0724385262412,24.0265843309215)); -#24961=CARTESIAN_POINT('',(20.2209502917797,77.0691386348014,24.022583867589)); -#24962=CARTESIAN_POINT('',(20.2215635841611,77.0650023144092,24.0160463079187)); -#24963=CARTESIAN_POINT('',(20.2217408929489,77.0638077646748,24.0136121660447)); -#24964=CARTESIAN_POINT('',(20.2220103787931,77.0619925816092,24.0088478075691)); -#24965=CARTESIAN_POINT('',(20.222111202817,77.0613139067788,24.0061825492895)); -#24966=CARTESIAN_POINT('',(20.2221608168711,77.0609799493968,24.0035051667736)); -#24967=CARTESIAN_POINT('',(20.2221815009825,77.0608407225162,24.0023251536464)); -#24968=CARTESIAN_POINT('',(20.222191534735,77.0607731917053,24.0011523497967)); -#24969=CARTESIAN_POINT('',(20.2221915347051,77.0607731917034,23.9960812766019)); -#24970=CARTESIAN_POINT('',(20.2220658761013,77.0616185827265,23.9919336082999)); -#24971=CARTESIAN_POINT('',(20.2216016429502,77.0647459081917,23.9841514965272)); -#24972=CARTESIAN_POINT('',(20.2212643487227,77.0670195267393,23.9805136374976)); -#24973=CARTESIAN_POINT('',(20.2193999680999,77.0796056891868,23.9641082128868)); -#24974=CARTESIAN_POINT('',(20.216887610187,77.0966575257286,23.9535534880565)); -#24975=CARTESIAN_POINT('',(20.2057884380667,77.1727019560563,23.9140843404098)); -#24976=CARTESIAN_POINT('',(20.1955227277962,77.2452440998071,23.8987368932518)); -#24977=CARTESIAN_POINT('',(20.1756280357303,77.3923038672094,23.8705649876991)); -#24978=CARTESIAN_POINT('',(20.1659258198449,77.4673181673871,23.8604524413495)); -#24979=CARTESIAN_POINT('',(20.110022629263,77.9176018598539,23.8091566895248)); -#24980=CARTESIAN_POINT('',(20.0695226087935,78.3399918693662,23.8039001286957)); -#24981=CARTESIAN_POINT('',(20.0170293371843,79.1876450962775,23.7983362846779)); -#24982=CARTESIAN_POINT('',(20.0050355539981,79.6129197047121,23.8007416394032)); -#24983=CARTESIAN_POINT('',(20.0050354383892,80.,23.8007416478945)); -#24984=CARTESIAN_POINT('',(20.0050354130568,80.,22.199258416086)); -#24985=CARTESIAN_POINT('',(20.0050355381324,79.6129197063554,22.1992584265121)); -#24986=CARTESIAN_POINT('',(20.0170293320277,79.1876450980676,22.2016637825267)); -#24987=CARTESIAN_POINT('',(20.0695226249669,78.3399918714445,22.1960999410796)); -#24988=CARTESIAN_POINT('',(20.1100226560662,77.9176018620748,22.1908433815327)); -#24989=CARTESIAN_POINT('',(20.1594247652232,77.5196825405378,22.1455129141597)); -#24990=CARTESIAN_POINT('',(20.1615032760177,77.5031040059591,22.1435299765706)); -#24991=CARTESIAN_POINT('',(20.1636359373716,77.4862704971778,22.141396657906)); -#24992=CARTESIAN_POINT('',(20.1793528743541,77.3622135619257,22.1257662403044)); -#24993=CARTESIAN_POINT('',(20.1893083822589,77.291089532876,22.1103787486132)); -#24994=CARTESIAN_POINT('',(20.199243053629,77.2193683327316,22.0944107663312)); -#24995=CARTESIAN_POINT('',(20.204539609701,77.1819191279064,22.0844083336363)); -#24996=CARTESIAN_POINT('',(20.210800357327,77.1384796313736,22.0669419299112)); -#24997=CARTESIAN_POINT('',(20.2120151180204,77.1300899397383,22.0632729970697)); -#24998=CARTESIAN_POINT('',(20.2140372606061,77.1161845918773,22.056593527962)); -#24999=CARTESIAN_POINT('',(20.2150186675607,77.1094567694714,22.0531922364462)); -#25000=CARTESIAN_POINT('',(20.217259292822,77.0941487372826,22.0445084504116)); -#25001=CARTESIAN_POINT('',(20.218671064831,77.0845559462192,22.0381473992104)); -#25002=CARTESIAN_POINT('',(20.2204613900156,77.0724385262439,22.0265843309215)); -#25003=CARTESIAN_POINT('',(20.2209502917797,77.069138634804,22.022583867589)); -#25004=CARTESIAN_POINT('',(20.2215635841611,77.0650023144119,22.0160463079187)); -#25005=CARTESIAN_POINT('',(20.2217408929489,77.0638077646775,22.0136121660447)); -#25006=CARTESIAN_POINT('',(20.2220103787931,77.0619925816118,22.0088478075691)); -#25007=CARTESIAN_POINT('',(20.222111202817,77.0613139067814,22.0061825492895)); -#25008=CARTESIAN_POINT('',(20.2221608168711,77.0609799493994,22.0035051667736)); -#25009=CARTESIAN_POINT('',(20.2221815009824,77.060840722519,22.0023251536464)); -#25010=CARTESIAN_POINT('',(20.222191534735,77.060773191708,22.0011523497967)); -#25011=CARTESIAN_POINT('',(20.2221915347051,77.0607731917061,21.9960812766019)); -#25012=CARTESIAN_POINT('',(20.2220658761012,77.0616185827291,21.9919336082999)); -#25013=CARTESIAN_POINT('',(20.2216016429502,77.0647459081944,21.9841514965272)); -#25014=CARTESIAN_POINT('',(20.2212643487227,77.0670195267419,21.9805136374976)); -#25015=CARTESIAN_POINT('',(20.2193999680999,77.0796056891895,21.9641082128869)); -#25016=CARTESIAN_POINT('',(20.216887610187,77.0966575257313,21.9535534880566)); -#25017=CARTESIAN_POINT('',(20.2057884380666,77.1727019560588,21.91408434041)); -#25018=CARTESIAN_POINT('',(20.1955227277963,77.2452440998095,21.898736893252)); -#25019=CARTESIAN_POINT('',(20.1756280357304,77.3923038672117,21.8705649876993)); -#25020=CARTESIAN_POINT('',(20.1659258198451,77.4673181673891,21.8604524413497)); -#25021=CARTESIAN_POINT('',(20.1100226292632,77.9176018598557,21.809156689525)); -#25022=CARTESIAN_POINT('',(20.0695226087938,78.3399918693676,21.8039001286958)); -#25023=CARTESIAN_POINT('',(20.0170293371844,79.1876450962785,21.7983362846779)); -#25024=CARTESIAN_POINT('',(20.0050355539983,79.6129197047122,21.8007416394032)); -#25025=CARTESIAN_POINT('',(20.0050354383892,80.,21.8007416478945)); -#25026=CARTESIAN_POINT('',(20.0050354130568,80.,20.199258416086)); -#25027=CARTESIAN_POINT('',(20.0050355381325,79.6129197063555,20.1992584265121)); -#25028=CARTESIAN_POINT('',(20.0170293320279,79.1876450980684,20.2016637825266)); -#25029=CARTESIAN_POINT('',(20.0695226249671,78.3399918714454,20.1960999410795)); -#25030=CARTESIAN_POINT('',(20.1100226560665,77.9176018620759,20.1908433815325)); -#25031=CARTESIAN_POINT('',(20.1594247652233,77.5196825405395,20.1455129141595)); -#25032=CARTESIAN_POINT('',(20.1615032760178,77.5031040059615,20.1435299765705)); -#25033=CARTESIAN_POINT('',(20.1636359373716,77.4862704971809,20.141396657906)); -#25034=CARTESIAN_POINT('',(20.1793528743541,77.3622135619287,20.1257662403044)); -#25035=CARTESIAN_POINT('',(20.1893083822589,77.2910895328789,20.1103787486132)); -#25036=CARTESIAN_POINT('',(20.199243053629,77.2193683327344,20.0944107663312)); -#25037=CARTESIAN_POINT('',(20.204539609701,77.1819191279092,20.0844083336363)); -#25038=CARTESIAN_POINT('',(20.210800357327,77.1384796313764,20.0669419299112)); -#25039=CARTESIAN_POINT('',(20.2120151180204,77.130089939741,20.0632729970697)); -#25040=CARTESIAN_POINT('',(20.2140372606061,77.1161845918801,20.056593527962)); -#25041=CARTESIAN_POINT('',(20.2150186675607,77.1094567694741,20.0531922364462)); -#25042=CARTESIAN_POINT('',(20.217259292822,77.0941487372854,20.0445084504116)); -#25043=CARTESIAN_POINT('',(20.218671064831,77.084555946222,20.0381473992104)); -#25044=CARTESIAN_POINT('',(20.2204613900156,77.0724385262466,20.0265843309215)); -#25045=CARTESIAN_POINT('',(20.2209502917797,77.0691386348067,20.022583867589)); -#25046=CARTESIAN_POINT('',(20.2215635841611,77.0650023144146,20.0160463079187)); -#25047=CARTESIAN_POINT('',(20.2217408929489,77.0638077646802,20.0136121660447)); -#25048=CARTESIAN_POINT('',(20.2220103787931,77.0619925816145,20.0088478075691)); -#25049=CARTESIAN_POINT('',(20.222111202817,77.0613139067841,20.0061825492895)); -#25050=CARTESIAN_POINT('',(20.2221608168711,77.0609799494021,20.0035051667736)); -#25051=CARTESIAN_POINT('',(20.2221815009824,77.0608407225216,20.0023251536464)); -#25052=CARTESIAN_POINT('',(20.222191534735,77.0607731917106,20.0011523497967)); -#25053=CARTESIAN_POINT('',(20.2221915347052,77.0607731917087,19.996081276602)); -#25054=CARTESIAN_POINT('',(20.2220658761012,77.0616185827318,19.9919336082999)); -#25055=CARTESIAN_POINT('',(20.2216016429502,77.0647459081971,19.9841514965273)); -#25056=CARTESIAN_POINT('',(20.2212643487227,77.0670195267446,19.9805136374977)); -#25057=CARTESIAN_POINT('',(20.2193999680999,77.0796056891921,19.964108212887)); -#25058=CARTESIAN_POINT('',(20.2168876101871,77.0966575257338,19.9535534880567)); -#25059=CARTESIAN_POINT('',(20.2057884380667,77.1727019560613,19.9140843404102)); -#25060=CARTESIAN_POINT('',(20.1955227277963,77.2452440998119,19.8987368932522)); -#25061=CARTESIAN_POINT('',(20.1756280357305,77.3923038672138,19.8705649876995)); -#25062=CARTESIAN_POINT('',(20.1659258198452,77.4673181673911,19.86045244135)); -#25063=CARTESIAN_POINT('',(20.1100226292633,77.9176018598573,19.8091566895252)); -#25064=CARTESIAN_POINT('',(20.069522608794,78.339991869369,19.803900128696)); -#25065=CARTESIAN_POINT('',(20.0170293371845,79.1876450962795,19.798336284678)); -#25066=CARTESIAN_POINT('',(20.0050355539983,79.6129197047124,19.8007416394032)); -#25067=CARTESIAN_POINT('',(20.0050354383892,80.,19.8007416478945)); -#25068=CARTESIAN_POINT('',(20.0050353877244,80.,18.1992584139044)); -#25069=CARTESIAN_POINT('',(20.0050355108587,79.6129197063556,18.1992584241634)); -#25070=CARTESIAN_POINT('',(20.0170293026172,79.1876450980691,18.2016637799938)); -#25071=CARTESIAN_POINT('',(20.0695225912874,78.3399918714464,18.1960999381788)); -#25072=CARTESIAN_POINT('',(20.1100226202545,77.9176018620769,18.1908433784481)); -#25073=CARTESIAN_POINT('',(20.1594247273942,77.5196825405413,18.1455129109014)); -#25074=CARTESIAN_POINT('',(20.1615032381046,77.5031040059639,18.1435299733053)); -#25075=CARTESIAN_POINT('',(20.1636358993729,77.486270497184,18.1413966546335)); -#25076=CARTESIAN_POINT('',(20.1793528363554,77.3622135619317,18.125766237032)); -#25077=CARTESIAN_POINT('',(20.1893083442602,77.2910895328818,18.1103787453407)); -#25078=CARTESIAN_POINT('',(20.1992430156303,77.2193683327373,18.0944107630588)); -#25079=CARTESIAN_POINT('',(20.2045395717023,77.181919127912,18.0844083303638)); -#25080=CARTESIAN_POINT('',(20.2108003193283,77.1384796313791,18.0669419266387)); -#25081=CARTESIAN_POINT('',(20.2120150800217,77.1300899397438,18.0632729937973)); -#25082=CARTESIAN_POINT('',(20.2140372226074,77.1161845918828,18.0565935246896)); -#25083=CARTESIAN_POINT('',(20.215018629562,77.1094567694769,18.0531922331737)); -#25084=CARTESIAN_POINT('',(20.2172592548233,77.0941487372881,18.0445084471392)); -#25085=CARTESIAN_POINT('',(20.2186710268323,77.0845559462246,18.0381473959379)); -#25086=CARTESIAN_POINT('',(20.2204613520169,77.0724385262492,18.0265843276491)); -#25087=CARTESIAN_POINT('',(20.220950253781,77.0691386348094,18.0225838643166)); -#25088=CARTESIAN_POINT('',(20.2215635461624,77.0650023144172,18.0160463046462)); -#25089=CARTESIAN_POINT('',(20.2217408549502,77.0638077646828,18.0136121627723)); -#25090=CARTESIAN_POINT('',(20.2220103407944,77.0619925816172,18.0088478042966)); -#25091=CARTESIAN_POINT('',(20.2221111648183,77.0613139067868,18.0061825460171)); -#25092=CARTESIAN_POINT('',(20.2221607788724,77.0609799494048,18.0035051635011)); -#25093=CARTESIAN_POINT('',(20.2221814629835,77.0608407225243,18.0023251503739)); -#25094=CARTESIAN_POINT('',(20.2221914967361,77.0607731917133,18.0011523465242)); -#25095=CARTESIAN_POINT('',(20.2221914967078,77.0607731917115,17.9960812733296)); -#25096=CARTESIAN_POINT('',(20.2220658381088,77.0616185827345,17.991933605028)); -#25097=CARTESIAN_POINT('',(20.2216016049735,77.0647459081997,17.9841514932567)); -#25098=CARTESIAN_POINT('',(20.2212643107569,77.0670195267473,17.9805136342281)); -#25099=CARTESIAN_POINT('',(20.2193999301931,77.0796056891948,17.9641082096224)); -#25100=CARTESIAN_POINT('',(20.216887572357,77.0966575257365,17.9535534847989)); -#25101=CARTESIAN_POINT('',(20.2057884005762,77.1727019560639,17.9140843371817)); -#25102=CARTESIAN_POINT('',(20.1955226906231,77.2452440998143,17.8987368900511)); -#25103=CARTESIAN_POINT('',(20.1756279991993,77.3923038672159,17.8705649845537)); -#25104=CARTESIAN_POINT('',(20.1659257836399,77.4673181673932,17.8604524382322)); -#25105=CARTESIAN_POINT('',(20.1100225950119,77.917601859859,17.8091566865757)); -#25106=CARTESIAN_POINT('',(20.0695225763588,78.3399918693705,17.8039001259028)); -#25107=CARTESIAN_POINT('',(20.0170293083836,79.1876450962804,17.7983362821977)); -#25108=CARTESIAN_POINT('',(20.0050355270147,79.6129197047126,17.8007416370793)); -#25109=CARTESIAN_POINT('',(20.0050354130568,80.,17.8007416457129)); -#25110=CARTESIAN_POINT('',(20.0050353877244,80.,16.1992584139044)); -#25111=CARTESIAN_POINT('',(20.0050355108588,79.6129197063557,16.1992584241633)); -#25112=CARTESIAN_POINT('',(20.0170293026174,79.1876450980699,16.2016637799937)); -#25113=CARTESIAN_POINT('',(20.0695225912876,78.3399918714473,16.1960999381786)); -#25114=CARTESIAN_POINT('',(20.1100226202548,77.9176018620779,16.1908433784479)); -#25115=CARTESIAN_POINT('',(20.1594247273944,77.519682540543,16.1455129109012)); -#25116=CARTESIAN_POINT('',(20.1615032381046,77.5031040059663,16.1435299733052)); -#25117=CARTESIAN_POINT('',(20.1636358993729,77.4862704971871,16.1413966546335)); -#25118=CARTESIAN_POINT('',(20.1793528363554,77.3622135619347,16.125766237032)); -#25119=CARTESIAN_POINT('',(20.1893083442602,77.2910895328848,16.1103787453407)); -#25120=CARTESIAN_POINT('',(20.1992430156303,77.2193683327401,16.0944107630588)); -#25121=CARTESIAN_POINT('',(20.2045395717023,77.1819191279148,16.0844083303638)); -#25122=CARTESIAN_POINT('',(20.2108003193283,77.1384796313818,16.0669419266387)); -#25123=CARTESIAN_POINT('',(20.2120150800217,77.1300899397465,16.0632729937973)); -#25124=CARTESIAN_POINT('',(20.2140372226074,77.1161845918855,16.0565935246896)); -#25125=CARTESIAN_POINT('',(20.215018629562,77.1094567694796,16.0531922331737)); -#25126=CARTESIAN_POINT('',(20.2172592548233,77.0941487372908,16.0445084471392)); -#25127=CARTESIAN_POINT('',(20.2186710268323,77.0845559462273,16.0381473959379)); -#25128=CARTESIAN_POINT('',(20.2204613520169,77.0724385262519,16.0265843276491)); -#25129=CARTESIAN_POINT('',(20.220950253781,77.0691386348121,16.0225838643166)); -#25130=CARTESIAN_POINT('',(20.2215635461624,77.0650023144199,16.0160463046462)); -#25131=CARTESIAN_POINT('',(20.2217408549502,77.0638077646855,16.0136121627723)); -#25132=CARTESIAN_POINT('',(20.2220103407944,77.0619925816198,16.0088478042966)); -#25133=CARTESIAN_POINT('',(20.2221111648183,77.0613139067894,16.0061825460171)); -#25134=CARTESIAN_POINT('',(20.2221607788724,77.0609799494074,16.0035051635011)); -#25135=CARTESIAN_POINT('',(20.2221814629835,77.060840722527,16.0023251503739)); -#25136=CARTESIAN_POINT('',(20.2221914967361,77.060773191716,16.0011523465242)); -#25137=CARTESIAN_POINT('',(20.2221914967079,77.0607731917141,15.9960812733296)); -#25138=CARTESIAN_POINT('',(20.2220658381088,77.0616185827372,15.991933605028)); -#25139=CARTESIAN_POINT('',(20.2216016049735,77.0647459082025,15.9841514932568)); -#25140=CARTESIAN_POINT('',(20.2212643107569,77.06701952675,15.9805136342281)); -#25141=CARTESIAN_POINT('',(20.2193999301932,77.0796056891974,15.9641082096225)); -#25142=CARTESIAN_POINT('',(20.216887572357,77.0966575257391,15.953553484799)); -#25143=CARTESIAN_POINT('',(20.2057884005762,77.1727019560663,15.9140843371818)); -#25144=CARTESIAN_POINT('',(20.1955226906231,77.2452440998167,15.8987368900513)); -#25145=CARTESIAN_POINT('',(20.1756279991994,77.3923038672181,15.8705649845539)); -#25146=CARTESIAN_POINT('',(20.1659257836401,77.4673181673952,15.8604524382324)); -#25147=CARTESIAN_POINT('',(20.1100225950121,77.9176018598608,15.8091566865759)); -#25148=CARTESIAN_POINT('',(20.069522576359,78.339991869372,15.803900125903)); -#25149=CARTESIAN_POINT('',(20.0170293083837,79.1876450962815,15.7983362821977)); -#25150=CARTESIAN_POINT('',(20.0050355270148,79.6129197047129,15.8007416370794)); -#25151=CARTESIAN_POINT('',(20.0050354130568,80.,15.8007416457129)); -#25152=CARTESIAN_POINT('',(20.0050353877244,80.,14.1992584139044)); -#25153=CARTESIAN_POINT('',(20.0050355108589,79.6129197063557,14.1992584241633)); -#25154=CARTESIAN_POINT('',(20.0170293026177,79.1876450980705,14.2016637799936)); -#25155=CARTESIAN_POINT('',(20.0695225912879,78.3399918714483,14.1960999381785)); -#25156=CARTESIAN_POINT('',(20.110022620255,77.917601862079,14.1908433784476)); -#25157=CARTESIAN_POINT('',(20.1594247273946,77.5196825405448,14.1455129109011)); -#25158=CARTESIAN_POINT('',(20.1615032381047,77.5031040059688,14.1435299733051)); -#25159=CARTESIAN_POINT('',(20.1636358993729,77.4862704971901,14.1413966546335)); -#25160=CARTESIAN_POINT('',(20.1793528363554,77.3622135619376,14.125766237032)); -#25161=CARTESIAN_POINT('',(20.1893083442602,77.2910895328877,14.1103787453407)); -#25162=CARTESIAN_POINT('',(20.1992430156303,77.2193683327429,14.0944107630588)); -#25163=CARTESIAN_POINT('',(20.2045395717023,77.1819191279176,14.0844083303638)); -#25164=CARTESIAN_POINT('',(20.2108003193283,77.1384796313846,14.0669419266387)); -#25165=CARTESIAN_POINT('',(20.2120150800217,77.1300899397493,14.0632729937973)); -#25166=CARTESIAN_POINT('',(20.2140372226074,77.1161845918883,14.0565935246896)); -#25167=CARTESIAN_POINT('',(20.215018629562,77.1094567694823,14.0531922331737)); -#25168=CARTESIAN_POINT('',(20.2172592548233,77.0941487372935,14.0445084471392)); -#25169=CARTESIAN_POINT('',(20.2186710268323,77.0845559462301,14.0381473959379)); -#25170=CARTESIAN_POINT('',(20.2204613520169,77.0724385262546,14.0265843276491)); -#25171=CARTESIAN_POINT('',(20.220950253781,77.0691386348148,14.0225838643166)); -#25172=CARTESIAN_POINT('',(20.2215635461624,77.0650023144226,14.0160463046462)); -#25173=CARTESIAN_POINT('',(20.2217408549502,77.0638077646882,14.0136121627723)); -#25174=CARTESIAN_POINT('',(20.2220103407944,77.0619925816225,14.0088478042966)); -#25175=CARTESIAN_POINT('',(20.2221111648183,77.0613139067921,14.0061825460171)); -#25176=CARTESIAN_POINT('',(20.2221607788724,77.0609799494101,14.0035051635011)); -#25177=CARTESIAN_POINT('',(20.2221814629835,77.0608407225297,14.0023251503739)); -#25178=CARTESIAN_POINT('',(20.2221914967361,77.0607731917187,14.0011523465242)); -#25179=CARTESIAN_POINT('',(20.2221914967079,77.0607731917168,13.9960812733296)); -#25180=CARTESIAN_POINT('',(20.2220658381088,77.0616185827398,13.991933605028)); -#25181=CARTESIAN_POINT('',(20.2216016049735,77.0647459082051,13.9841514932568)); -#25182=CARTESIAN_POINT('',(20.2212643107569,77.0670195267526,13.9805136342282)); -#25183=CARTESIAN_POINT('',(20.2193999301932,77.0796056892001,13.9641082096226)); -#25184=CARTESIAN_POINT('',(20.216887572357,77.0966575257417,13.9535534847991)); -#25185=CARTESIAN_POINT('',(20.2057884005763,77.1727019560688,13.914084337182)); -#25186=CARTESIAN_POINT('',(20.1955226906232,77.2452440998191,13.8987368900515)); -#25187=CARTESIAN_POINT('',(20.1756279991994,77.3923038672202,13.8705649845541)); -#25188=CARTESIAN_POINT('',(20.1659257836402,77.4673181673972,13.8604524382327)); -#25189=CARTESIAN_POINT('',(20.1100225950123,77.9176018598625,13.8091566865761)); -#25190=CARTESIAN_POINT('',(20.0695225763591,78.3399918693735,13.8039001259031)); -#25191=CARTESIAN_POINT('',(20.0170293083839,79.1876450962824,13.7983362821978)); -#25192=CARTESIAN_POINT('',(20.0050355270149,79.612919704713,13.8007416370794)); -#25193=CARTESIAN_POINT('',(20.0050354130568,80.,13.8007416457129)); -#25194=CARTESIAN_POINT('',(20.0050353877244,80.,12.1992584139044)); -#25195=CARTESIAN_POINT('',(20.0050355108589,79.6129197063557,12.1992584241633)); -#25196=CARTESIAN_POINT('',(20.0170293026178,79.1876450980713,12.2016637799936)); -#25197=CARTESIAN_POINT('',(20.0695225912881,78.3399918714492,12.1960999381784)); -#25198=CARTESIAN_POINT('',(20.1100226202553,77.91760186208,12.1908433784474)); -#25199=CARTESIAN_POINT('',(20.1594247273948,77.5196825405466,12.1455129109009)); -#25200=CARTESIAN_POINT('',(20.1615032381048,77.5031040059713,12.1435299733051)); -#25201=CARTESIAN_POINT('',(20.1636358993729,77.4862704971932,12.1413966546335)); -#25202=CARTESIAN_POINT('',(20.1793528363554,77.3622135619406,12.125766237032)); -#25203=CARTESIAN_POINT('',(20.1893083442602,77.2910895328906,12.1103787453407)); -#25204=CARTESIAN_POINT('',(20.1992430156303,77.2193683327458,12.0944107630588)); -#25205=CARTESIAN_POINT('',(20.2045395717023,77.1819191279204,12.0844083303638)); -#25206=CARTESIAN_POINT('',(20.2108003193283,77.1384796313874,12.0669419266387)); -#25207=CARTESIAN_POINT('',(20.2120150800217,77.130089939752,12.0632729937973)); -#25208=CARTESIAN_POINT('',(20.2140372226074,77.116184591891,12.0565935246896)); -#25209=CARTESIAN_POINT('',(20.215018629562,77.109456769485,12.0531922331737)); -#25210=CARTESIAN_POINT('',(20.2172592548233,77.0941487372962,12.0445084471392)); -#25211=CARTESIAN_POINT('',(20.2186710268323,77.0845559462328,12.0381473959379)); -#25212=CARTESIAN_POINT('',(20.2204613520169,77.0724385262573,12.0265843276491)); -#25213=CARTESIAN_POINT('',(20.220950253781,77.0691386348174,12.0225838643166)); -#25214=CARTESIAN_POINT('',(20.2215635461624,77.0650023144253,12.0160463046462)); -#25215=CARTESIAN_POINT('',(20.2217408549502,77.0638077646909,12.0136121627723)); -#25216=CARTESIAN_POINT('',(20.2220103407944,77.0619925816252,12.0088478042966)); -#25217=CARTESIAN_POINT('',(20.2221111648183,77.0613139067948,12.0061825460171)); -#25218=CARTESIAN_POINT('',(20.2221607788724,77.0609799494128,12.0035051635011)); -#25219=CARTESIAN_POINT('',(20.2221814629835,77.0608407225323,12.0023251503739)); -#25220=CARTESIAN_POINT('',(20.2221914967361,77.0607731917213,12.0011523465242)); -#25221=CARTESIAN_POINT('',(20.2221914967079,77.0607731917195,11.9960812733296)); -#25222=CARTESIAN_POINT('',(20.2220658381088,77.0616185827426,11.991933605028)); -#25223=CARTESIAN_POINT('',(20.2216016049735,77.0647459082078,11.9841514932568)); -#25224=CARTESIAN_POINT('',(20.2212643107569,77.0670195267553,11.9805136342282)); -#25225=CARTESIAN_POINT('',(20.2193999301932,77.0796056892026,11.9641082096227)); -#25226=CARTESIAN_POINT('',(20.2168875723571,77.0966575257443,11.9535534847992)); -#25227=CARTESIAN_POINT('',(20.2057884005763,77.1727019560713,11.9140843371822)); -#25228=CARTESIAN_POINT('',(20.1955226906232,77.2452440998214,11.8987368900517)); -#25229=CARTESIAN_POINT('',(20.1756279991995,77.3923038672224,11.8705649845544)); -#25230=CARTESIAN_POINT('',(20.1659257836403,77.4673181673993,11.8604524382329)); -#25231=CARTESIAN_POINT('',(20.1100225950125,77.9176018598642,11.8091566865763)); -#25232=CARTESIAN_POINT('',(20.0695225763594,78.339991869375,11.8039001259033)); -#25233=CARTESIAN_POINT('',(20.0170293083841,79.1876450962834,11.7983362821978)); -#25234=CARTESIAN_POINT('',(20.0050355270151,79.6129197047132,11.8007416370793)); -#25235=CARTESIAN_POINT('',(20.0050354130568,80.,11.8007416457129)); -#25236=CARTESIAN_POINT('',(20.0050353877244,80.,10.1992584139044)); -#25237=CARTESIAN_POINT('',(20.0050355108591,79.6129197063558,10.1992584241633)); -#25238=CARTESIAN_POINT('',(20.017029302618,79.187645098072,10.2016637799936)); -#25239=CARTESIAN_POINT('',(20.0695225912885,78.3399918714502,10.1960999381781)); -#25240=CARTESIAN_POINT('',(20.1100226202556,77.9176018620811,10.1908433784472)); -#25241=CARTESIAN_POINT('',(20.159424727395,77.5196825405483,10.1455129109007)); -#25242=CARTESIAN_POINT('',(20.1615032381049,77.5031040059737,10.143529973305)); -#25243=CARTESIAN_POINT('',(20.1636358993729,77.4862704971963,10.1413966546335)); -#25244=CARTESIAN_POINT('',(20.1793528363554,77.3622135619436,10.125766237032)); -#25245=CARTESIAN_POINT('',(20.1893083442602,77.2910895328935,10.1103787453407)); -#25246=CARTESIAN_POINT('',(20.1992430156303,77.2193683327486,10.0944107630588)); -#25247=CARTESIAN_POINT('',(20.2045395717023,77.1819191279232,10.0844083303638)); -#25248=CARTESIAN_POINT('',(20.2108003193283,77.1384796313902,10.0669419266387)); -#25249=CARTESIAN_POINT('',(20.2120150800217,77.1300899397548,10.0632729937973)); -#25250=CARTESIAN_POINT('',(20.2140372226074,77.1161845918937,10.0565935246896)); -#25251=CARTESIAN_POINT('',(20.215018629562,77.1094567694878,10.0531922331737)); -#25252=CARTESIAN_POINT('',(20.2172592548233,77.0941487372989,10.0445084471392)); -#25253=CARTESIAN_POINT('',(20.2186710268323,77.0845559462355,10.0381473959379)); -#25254=CARTESIAN_POINT('',(20.2204613520169,77.07243852626,10.0265843276491)); -#25255=CARTESIAN_POINT('',(20.220950253781,77.0691386348202,10.0225838643166)); -#25256=CARTESIAN_POINT('',(20.2215635461624,77.065002314428,10.0160463046462)); -#25257=CARTESIAN_POINT('',(20.2217408549502,77.0638077646936,10.0136121627723)); -#25258=CARTESIAN_POINT('',(20.2220103407944,77.0619925816279,10.0088478042966)); -#25259=CARTESIAN_POINT('',(20.2221111648183,77.0613139067975,10.0061825460171)); -#25260=CARTESIAN_POINT('',(20.2221607788724,77.0609799494155,10.0035051635011)); -#25261=CARTESIAN_POINT('',(20.2221814629835,77.0608407225349,10.0023251503739)); -#25262=CARTESIAN_POINT('',(20.2221914967361,77.060773191724,10.0011523465242)); -#25263=CARTESIAN_POINT('',(20.2221914967079,77.0607731917222,9.99608127332964)); -#25264=CARTESIAN_POINT('',(20.2220658381088,77.0616185827453,9.9919336050281)); -#25265=CARTESIAN_POINT('',(20.2216016049735,77.0647459082104,9.98415149325686)); -#25266=CARTESIAN_POINT('',(20.2212643107569,77.0670195267579,9.98051363422826)); -#25267=CARTESIAN_POINT('',(20.2193999301932,77.0796056892053,9.96410820962275)); -#25268=CARTESIAN_POINT('',(20.216887572357,77.0966575257469,9.95355348479925)); -#25269=CARTESIAN_POINT('',(20.2057884005763,77.1727019560738,9.91408433718235)); -#25270=CARTESIAN_POINT('',(20.1955226906233,77.2452440998238,9.89873689005187)); -#25271=CARTESIAN_POINT('',(20.1756279991996,77.3923038672246,9.87056498455462)); -#25272=CARTESIAN_POINT('',(20.1659257836404,77.4673181674013,9.8604524382332)); -#25273=CARTESIAN_POINT('',(20.1100225950127,77.9176018598659,9.80915668657662)); -#25274=CARTESIAN_POINT('',(20.0695225763596,78.3399918693764,9.80390012590347)); -#25275=CARTESIAN_POINT('',(20.0170293083843,79.1876450962844,9.79833628219784)); -#25276=CARTESIAN_POINT('',(20.0050355270152,79.6129197047134,9.8007416370793)); -#25277=CARTESIAN_POINT('',(20.0050354130568,80.,9.80074164571289)); -#25278=CARTESIAN_POINT('',(20.0050353877244,80.,8.19925841390441)); -#25279=CARTESIAN_POINT('',(20.0050355108592,79.6129197063558,8.19925842416338)); -#25280=CARTESIAN_POINT('',(20.0170293026182,79.1876450980728,8.20166377999359)); -#25281=CARTESIAN_POINT('',(20.0695225912887,78.3399918714511,8.19609993817803)); -#25282=CARTESIAN_POINT('',(20.1100226202559,77.9176018620821,8.19084337844697)); -#25283=CARTESIAN_POINT('',(20.1594247273951,77.5196825405501,8.14551291090057)); -#25284=CARTESIAN_POINT('',(20.161503238105,77.5031040059761,8.14352997330488)); -#25285=CARTESIAN_POINT('',(20.1636358993729,77.4862704971994,8.14139665463351)); -#25286=CARTESIAN_POINT('',(20.1793528363554,77.3622135619466,8.12576623703196)); -#25287=CARTESIAN_POINT('',(20.1893083442602,77.2910895328964,8.11037874534071)); -#25288=CARTESIAN_POINT('',(20.1992430156303,77.2193683327515,8.09441076305876)); -#25289=CARTESIAN_POINT('',(20.2045395717023,77.181919127926,8.08440833036379)); -#25290=CARTESIAN_POINT('',(20.2108003193283,77.1384796313929,8.06694192663872)); -#25291=CARTESIAN_POINT('',(20.2120150800217,77.1300899397575,8.06327299379726)); -#25292=CARTESIAN_POINT('',(20.2140372226074,77.1161845918965,8.05659352468956)); -#25293=CARTESIAN_POINT('',(20.215018629562,77.1094567694905,8.05319223317373)); -#25294=CARTESIAN_POINT('',(20.2172592548233,77.0941487373016,8.04450844713917)); -#25295=CARTESIAN_POINT('',(20.2186710268323,77.0845559462382,8.03814739593793)); -#25296=CARTESIAN_POINT('',(20.2204613520169,77.0724385262627,8.02658432764904)); -#25297=CARTESIAN_POINT('',(20.220950253781,77.0691386348228,8.02258386431654)); -#25298=CARTESIAN_POINT('',(20.2215635461624,77.0650023144306,8.0160463046462)); -#25299=CARTESIAN_POINT('',(20.2217408549502,77.0638077646962,8.01361216277227)); -#25300=CARTESIAN_POINT('',(20.2220103407944,77.0619925816305,8.00884780429661)); -#25301=CARTESIAN_POINT('',(20.2221111648183,77.0613139068001,8.00618254601705)); -#25302=CARTESIAN_POINT('',(20.2221607788724,77.0609799494181,8.0035051635011)); -#25303=CARTESIAN_POINT('',(20.2221814629835,77.0608407225378,8.0023251503739)); -#25304=CARTESIAN_POINT('',(20.2221914967361,77.0607731917267,8.00115234652421)); -#25305=CARTESIAN_POINT('',(20.2221914967078,77.0607731917248,7.99608127332967)); -#25306=CARTESIAN_POINT('',(20.2220658381087,77.0616185827479,7.99193360502814)); -#25307=CARTESIAN_POINT('',(20.2216016049735,77.0647459082132,7.98415149325691)); -#25308=CARTESIAN_POINT('',(20.2212643107568,77.0670195267606,7.98051363422832)); -#25309=CARTESIAN_POINT('',(20.2193999301932,77.0796056892079,7.96410820962285)); -#25310=CARTESIAN_POINT('',(20.216887572357,77.0966575257495,7.95355348479937)); -#25311=CARTESIAN_POINT('',(20.2057884005764,77.1727019560764,7.91408433718254)); -#25312=CARTESIAN_POINT('',(20.1955226906234,77.2452440998262,7.89873689005209)); -#25313=CARTESIAN_POINT('',(20.1756279991998,77.3923038672267,7.87056498455487)); -#25314=CARTESIAN_POINT('',(20.1659257836406,77.4673181674033,7.86045243823347)); -#25315=CARTESIAN_POINT('',(20.1100225950129,77.9176018598676,7.80915668657687)); -#25316=CARTESIAN_POINT('',(20.0695225763598,78.3399918693779,7.80390012590365)); -#25317=CARTESIAN_POINT('',(20.0170293083845,79.1876450962854,7.79833628219788)); -#25318=CARTESIAN_POINT('',(20.0050355270153,79.6129197047135,7.8007416370793)); -#25319=CARTESIAN_POINT('',(20.0050354130568,80.,7.80074164571289)); -#25320=CARTESIAN_POINT('',(20.0050353877244,80.,6.19925841390441)); -#25321=CARTESIAN_POINT('',(20.0050355108593,79.6129197063559,6.19925842416339)); -#25322=CARTESIAN_POINT('',(20.0170293026184,79.1876450980734,6.20166377999355)); -#25323=CARTESIAN_POINT('',(20.069522591289,78.3399918714521,6.19609993817787)); -#25324=CARTESIAN_POINT('',(20.1100226202561,77.9176018620832,6.19084337844675)); -#25325=CARTESIAN_POINT('',(20.1594247273952,77.5196825405519,6.14551291090039)); -#25326=CARTESIAN_POINT('',(20.1615032381051,77.5031040059785,6.14352997330479)); -#25327=CARTESIAN_POINT('',(20.1636358993729,77.4862704972025,6.14139665463351)); -#25328=CARTESIAN_POINT('',(20.1793528363554,77.3622135619495,6.12576623703196)); -#25329=CARTESIAN_POINT('',(20.1893083442602,77.2910895328993,6.11037874534071)); -#25330=CARTESIAN_POINT('',(20.1992430156303,77.2193683327543,6.09441076305876)); -#25331=CARTESIAN_POINT('',(20.2045395717023,77.1819191279288,6.08440833036379)); -#25332=CARTESIAN_POINT('',(20.2108003193283,77.1384796313957,6.06694192663872)); -#25333=CARTESIAN_POINT('',(20.2120150800217,77.1300899397603,6.06327299379726)); -#25334=CARTESIAN_POINT('',(20.2140372226074,77.1161845918992,6.05659352468956)); -#25335=CARTESIAN_POINT('',(20.215018629562,77.1094567694932,6.05319223317373)); -#25336=CARTESIAN_POINT('',(20.2172592548233,77.0941487373044,6.04450844713917)); -#25337=CARTESIAN_POINT('',(20.2186710268323,77.0845559462409,6.03814739593793)); -#25338=CARTESIAN_POINT('',(20.2204613520169,77.0724385262654,6.02658432764904)); -#25339=CARTESIAN_POINT('',(20.220950253781,77.0691386348255,6.02258386431654)); -#25340=CARTESIAN_POINT('',(20.2215635461624,77.0650023144333,6.0160463046462)); -#25341=CARTESIAN_POINT('',(20.2217408549502,77.0638077646989,6.01361216277227)); -#25342=CARTESIAN_POINT('',(20.2220103407944,77.0619925816332,6.00884780429661)); -#25343=CARTESIAN_POINT('',(20.2221111648183,77.0613139068028,6.00618254601705)); -#25344=CARTESIAN_POINT('',(20.2221607788724,77.0609799494208,6.0035051635011)); -#25345=CARTESIAN_POINT('',(20.2221814629835,77.0608407225404,6.00232515037389)); -#25346=CARTESIAN_POINT('',(20.2221914967361,77.0607731917294,6.00115234652421)); -#25347=CARTESIAN_POINT('',(20.2221914967079,77.0607731917275,5.99608127332967)); -#25348=CARTESIAN_POINT('',(20.2220658381088,77.0616185827505,5.99193360502812)); -#25349=CARTESIAN_POINT('',(20.2216016049735,77.0647459082158,5.98415149325691)); -#25350=CARTESIAN_POINT('',(20.2212643107569,77.0670195267633,5.98051363422835)); -#25351=CARTESIAN_POINT('',(20.2193999301932,77.0796056892106,5.96410820962293)); -#25352=CARTESIAN_POINT('',(20.216887572357,77.0966575257521,5.95355348479946)); -#25353=CARTESIAN_POINT('',(20.2057884005765,77.1727019560788,5.91408433718272)); -#25354=CARTESIAN_POINT('',(20.1955226906235,77.2452440998286,5.8987368900523)); -#25355=CARTESIAN_POINT('',(20.1756279991999,77.3923038672288,5.87056498455512)); -#25356=CARTESIAN_POINT('',(20.1659257836407,77.4673181674053,5.86045243823372)); -#25357=CARTESIAN_POINT('',(20.1100225950131,77.9176018598693,5.80915668657709)); -#25358=CARTESIAN_POINT('',(20.06952257636,78.3399918693793,5.8039001259038)); -#25359=CARTESIAN_POINT('',(20.0170293083846,79.1876450962863,5.79833628219792)); -#25360=CARTESIAN_POINT('',(20.0050355270154,79.6129197047137,5.80074163707929)); -#25361=CARTESIAN_POINT('',(20.0050354130568,80.,5.80074164571289)); -#25362=CARTESIAN_POINT('',(20.0050353877244,80.,4.1992584139044)); -#25363=CARTESIAN_POINT('',(20.0050355108594,79.612919706356,4.19925842416339)); -#25364=CARTESIAN_POINT('',(20.0170293026186,79.1876450980742,4.20166377999352)); -#25365=CARTESIAN_POINT('',(20.0695225912893,78.3399918714529,4.19609993817771)); -#25366=CARTESIAN_POINT('',(20.1100226202564,77.9176018620843,4.19084337844651)); -#25367=CARTESIAN_POINT('',(20.1594247273954,77.5196825405537,4.14551291090021)); -#25368=CARTESIAN_POINT('',(20.1615032381052,77.5031040059809,4.1435299733047)); -#25369=CARTESIAN_POINT('',(20.1636358993729,77.4862704972056,4.1413966546335)); -#25370=CARTESIAN_POINT('',(20.1793528363554,77.3622135619525,4.12576623703196)); -#25371=CARTESIAN_POINT('',(20.1893083442602,77.2910895329022,4.11037874534071)); -#25372=CARTESIAN_POINT('',(20.1992430156303,77.2193683327571,4.09441076305876)); -#25373=CARTESIAN_POINT('',(20.2045395717023,77.1819191279316,4.08440833036379)); -#25374=CARTESIAN_POINT('',(20.2108003193283,77.1384796313984,4.06694192663872)); -#25375=CARTESIAN_POINT('',(20.2120150800217,77.130089939763,4.06327299379726)); -#25376=CARTESIAN_POINT('',(20.2140372226074,77.1161845919019,4.05659352468956)); -#25377=CARTESIAN_POINT('',(20.215018629562,77.1094567694959,4.05319223317373)); -#25378=CARTESIAN_POINT('',(20.2172592548233,77.0941487373071,4.04450844713917)); -#25379=CARTESIAN_POINT('',(20.2186710268323,77.0845559462436,4.03814739593793)); -#25380=CARTESIAN_POINT('',(20.2204613520169,77.0724385262681,4.02658432764904)); -#25381=CARTESIAN_POINT('',(20.220950253781,77.0691386348282,4.02258386431654)); -#25382=CARTESIAN_POINT('',(20.2215635461624,77.065002314436,4.0160463046462)); -#25383=CARTESIAN_POINT('',(20.2217408549502,77.0638077647016,4.01361216277227)); -#25384=CARTESIAN_POINT('',(20.2220103407944,77.0619925816359,4.00884780429661)); -#25385=CARTESIAN_POINT('',(20.2221111648183,77.0613139068055,4.00618254601705)); -#25386=CARTESIAN_POINT('',(20.2221607788724,77.0609799494235,4.0035051635011)); -#25387=CARTESIAN_POINT('',(20.2221814629835,77.060840722543,4.00232515037389)); -#25388=CARTESIAN_POINT('',(20.2221914967361,77.060773191732,4.00115234652421)); -#25389=CARTESIAN_POINT('',(20.2221914967078,77.0607731917302,3.99608127332967)); -#25390=CARTESIAN_POINT('',(20.2220658381088,77.0616185827533,3.99193360502815)); -#25391=CARTESIAN_POINT('',(20.2216016049735,77.0647459082184,3.98415149325695)); -#25392=CARTESIAN_POINT('',(20.2212643107569,77.0670195267659,3.98051363422839)); -#25393=CARTESIAN_POINT('',(20.2193999301932,77.0796056892132,3.96410820962301)); -#25394=CARTESIAN_POINT('',(20.216887572357,77.0966575257547,3.95355348479956)); -#25395=CARTESIAN_POINT('',(20.2057884005765,77.1727019560813,3.91408433718289)); -#25396=CARTESIAN_POINT('',(20.1955226906235,77.2452440998309,3.8987368900525)); -#25397=CARTESIAN_POINT('',(20.1756279992,77.392303867231,3.87056498455536)); -#25398=CARTESIAN_POINT('',(20.1659257836408,77.4673181674074,3.86045243823395)); -#25399=CARTESIAN_POINT('',(20.1100225950133,77.917601859871,3.80915668657733)); -#25400=CARTESIAN_POINT('',(20.0695225763603,78.3399918693808,3.80390012590396)); -#25401=CARTESIAN_POINT('',(20.0170293083848,79.1876450962874,3.79833628219795)); -#25402=CARTESIAN_POINT('',(20.0050355270155,79.6129197047139,3.80074163707928)); -#25403=CARTESIAN_POINT('',(20.0050354130568,80.,3.80074164571289)); -#25404=CARTESIAN_POINT('',(20.0050353750582,80.,2.19925841281358)); -#25405=CARTESIAN_POINT('',(20.0050354972225,79.612919706356,2.19925842298897)); -#25406=CARTESIAN_POINT('',(20.0170292879133,79.1876450980749,2.20166377872704)); -#25407=CARTESIAN_POINT('',(20.0695225744495,78.3399918714539,2.19609993672728)); -#25408=CARTESIAN_POINT('',(20.1100226023505,77.9176018620853,2.19084337690419)); -#25409=CARTESIAN_POINT('',(20.159424708481,77.5196825405554,2.1455129092711)); -#25410=CARTESIAN_POINT('',(20.1615032191487,77.5031040059833,2.14352997167205)); -#25411=CARTESIAN_POINT('',(20.1636358803736,77.4862704972087,2.14139665299727)); -#25412=CARTESIAN_POINT('',(20.1793528173561,77.3622135619555,2.12576623539573)); -#25413=CARTESIAN_POINT('',(20.1893083252609,77.2910895329051,2.11037874370448)); -#25414=CARTESIAN_POINT('',(20.199242996631,77.21936833276,2.09441076142253)); -#25415=CARTESIAN_POINT('',(20.204539552703,77.1819191279344,2.08440832872756)); -#25416=CARTESIAN_POINT('',(20.210800300329,77.1384796314012,2.06694192500249)); -#25417=CARTESIAN_POINT('',(20.2120150610224,77.1300899397658,2.06327299216103)); -#25418=CARTESIAN_POINT('',(20.2140372036081,77.1161845919047,2.05659352305333)); -#25419=CARTESIAN_POINT('',(20.2150186105627,77.1094567694987,2.0531922315375)); -#25420=CARTESIAN_POINT('',(20.217259235824,77.0941487373098,2.04450844550294)); -#25421=CARTESIAN_POINT('',(20.218671007833,77.0845559462463,2.0381473943017)); -#25422=CARTESIAN_POINT('',(20.2204613330176,77.0724385262708,2.02658432601281)); -#25423=CARTESIAN_POINT('',(20.2209502347817,77.0691386348309,2.02258386268031)); -#25424=CARTESIAN_POINT('',(20.2215635271631,77.0650023144387,2.01604630300997)); -#25425=CARTESIAN_POINT('',(20.2217408359509,77.0638077647043,2.01361216113604)); -#25426=CARTESIAN_POINT('',(20.2220103217951,77.0619925816386,2.00884780266038)); -#25427=CARTESIAN_POINT('',(20.222111145819,77.0613139068082,2.00618254438082)); -#25428=CARTESIAN_POINT('',(20.2221607598731,77.0609799494262,2.00350516186487)); -#25429=CARTESIAN_POINT('',(20.2221814439841,77.0608407225457,2.00232514873765)); -#25430=CARTESIAN_POINT('',(20.2221914777367,77.0607731917347,2.00115234488797)); -#25431=CARTESIAN_POINT('',(20.2221914777091,77.0607731917329,1.99608127169351)); -#25432=CARTESIAN_POINT('',(20.2220658191125,77.061618582756,1.99193360339223)); -#25433=CARTESIAN_POINT('',(20.2216015859851,77.0647459082211,1.98415149162172)); -#25434=CARTESIAN_POINT('',(20.2212642917739,77.0670195267685,1.98051363259361)); -#25435=CARTESIAN_POINT('',(20.2193999112398,77.0796056892158,1.96410820799081)); -#25436=CARTESIAN_POINT('',(20.2168875534421,77.0966575257574,1.95355348317069)); -#25437=CARTESIAN_POINT('',(20.2057883818312,77.1727019560837,1.91408433556871)); -#25438=CARTESIAN_POINT('',(20.1955226720369,77.2452440998333,1.898736888452)); -#25439=CARTESIAN_POINT('',(20.1756279809344,77.3923038672332,1.87056498298254)); -#25440=CARTESIAN_POINT('',(20.1659257655383,77.4673181674095,1.86045243667519)); -#25441=CARTESIAN_POINT('',(20.1100225778876,77.9176018598728,1.80915668510268)); -#25442=CARTESIAN_POINT('',(20.0695225601428,78.3399918693822,1.80390012450745)); -#25443=CARTESIAN_POINT('',(20.0170292939844,79.1876450962884,1.79833628095782)); -#25444=CARTESIAN_POINT('',(20.0050355135237,79.6129197047141,1.80074163591735)); -#25445=CARTESIAN_POINT('',(20.0050354003906,80.,1.80074164462207)); -#25446=CARTESIAN_POINT('',(20.0050430219659,139.999999999997,3.52930394689292E-22)); -#25447=CARTESIAN_POINT('',(20.0050425136867,140.000000000004,1.70000738187468)); -#25448=CARTESIAN_POINT('',(20.0050352737284,140.,1.80074165553027)); -#25449=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,280.)); -#25450=CARTESIAN_POINT('',(40.0050354003915,160.00000203877,26.0000014305115)); -#25451=CARTESIAN_POINT('',(40.0050354003953,159.999995958397,-7.05860789378584E-23)); -#25452=CARTESIAN_POINT('',(20.0050382268115,79.99817730411,74.1992584136634)); -#25453=CARTESIAN_POINT('',(20.0050385675512,79.6109573053839,74.1992584239036)); -#25454=CARTESIAN_POINT('',(20.0170325987831,79.1855289537671,74.201663779715)); -#25455=CARTESIAN_POINT('',(20.0695263659187,78.3375685504206,74.1960999378629)); -#25456=CARTESIAN_POINT('',(20.1100266338498,77.9150251260549,74.1908433781138)); -#25457=CARTESIAN_POINT('',(20.1594289670339,77.5169606858292,74.1455129105464)); -#25458=CARTESIAN_POINT('',(20.1615074871661,77.5003761039013,74.1435299729473)); -#25459=CARTESIAN_POINT('',(20.1636401580036,77.4835364532625,74.1413966542721)); -#25460=CARTESIAN_POINT('',(20.1793570949861,77.3594795180134,74.1257662366705)); -#25461=CARTESIAN_POINT('',(20.1893126028909,77.2883554889655,74.1103787449793)); -#25462=CARTESIAN_POINT('',(20.199247274261,77.2166342888228,74.0944107626973)); -#25463=CARTESIAN_POINT('',(20.204543830333,77.1791850839985,74.0844083300024)); -#25464=CARTESIAN_POINT('',(20.210804577959,77.1357455874668,74.0669419262773)); -#25465=CARTESIAN_POINT('',(20.2120193386524,77.1273558958317,74.0632729934358)); -#25466=CARTESIAN_POINT('',(20.2140414812381,77.1134505479711,74.0565935243281)); -#25467=CARTESIAN_POINT('',(20.2150228881927,77.1067227255654,74.0531922328123)); -#25468=CARTESIAN_POINT('',(20.217263513454,77.091414693377,74.0445084467778)); -#25469=CARTESIAN_POINT('',(20.218675285463,77.0818219023139,74.0381473955765)); -#25470=CARTESIAN_POINT('',(20.2204656106476,77.0697044823389,74.0265843272876)); -#25471=CARTESIAN_POINT('',(20.2209545124117,77.0664045908992,74.0225838639551)); -#25472=CARTESIAN_POINT('',(20.2215678047931,77.0622682705072,74.0160463042848)); -#25473=CARTESIAN_POINT('',(20.2217451135809,77.0610737207728,74.0136121624109)); -#25474=CARTESIAN_POINT('',(20.2220145994251,77.0592585377072,74.0088478039352)); -#25475=CARTESIAN_POINT('',(20.222115423449,77.0585798628769,74.0061825456556)); -#25476=CARTESIAN_POINT('',(20.2221650375031,77.0582459054949,74.0035051631397)); -#25477=CARTESIAN_POINT('',(20.2221857216426,77.0581066603983,74.0023251500125)); -#25478=CARTESIAN_POINT('',(20.2221957553891,77.0580391334671,74.0011523461628)); -#25479=CARTESIAN_POINT('',(20.2221957551936,77.0580392408528,73.9960812729679)); -#25480=CARTESIAN_POINT('',(20.2220700960491,77.0588849820508,73.9919336046662)); -#25481=CARTESIAN_POINT('',(20.2216058611454,77.0620134427719,73.9841514928946)); -#25482=CARTESIAN_POINT('',(20.2212685657098,77.0642878438911,73.9805136338659)); -#25483=CARTESIAN_POINT('',(20.2194041785214,77.0768782593412,73.9641082092597)); -#25484=CARTESIAN_POINT('',(20.2168918120955,77.0939356104185,73.9535534844362)); -#25485=CARTESIAN_POINT('',(20.205792602262,77.1700044700509,73.9140843368201)); -#25486=CARTESIAN_POINT('',(20.195526856756,77.2425694383682,73.8987368896919)); -#25487=CARTESIAN_POINT('',(20.1756320933876,77.3896753934093,73.8705649841995)); -#25488=CARTESIAN_POINT('',(20.1659298412862,77.4647131533455,73.8604524378809)); -#25489=CARTESIAN_POINT('',(20.1100264337029,77.9151374140872,73.8091566862433)); -#25490=CARTESIAN_POINT('',(20.0695262114949,78.3376581056848,73.8039001255897)); -#25491=CARTESIAN_POINT('',(20.0170325362086,79.1855728274562,73.7983362819227)); -#25492=CARTESIAN_POINT('',(20.0050385511674,79.6109781947438,73.8007416368228)); -#25493=CARTESIAN_POINT('',(20.0050382521439,79.99817730411,73.8007416454719)); -#25494=CARTESIAN_POINT('',(20.005035248396,140.,2.19925840190538)); -#25495=CARTESIAN_POINT('',(20.0050423343106,139.999999999991,2.29999285710883)); -#25496=CARTESIAN_POINT('',(20.0050419157203,140.000000000005,3.70000676060031)); -#25497=CARTESIAN_POINT('',(20.0050352863946,140.,3.80074165662109)); -#25498=CARTESIAN_POINT('',(20.0050352610622,140.,4.1992584029962)); -#25499=CARTESIAN_POINT('',(20.0050417363427,139.999999999993,4.29999383400306)); -#25500=CARTESIAN_POINT('',(20.0050413177541,140.000000000005,5.70000616877557)); -#25501=CARTESIAN_POINT('',(20.0050352863946,140.,5.80074165662109)); -#25502=CARTESIAN_POINT('',(20.0050352610622,140.,6.1992584029962)); -#25503=CARTESIAN_POINT('',(20.0050411383751,139.999999999994,6.29999443813254)); -#25504=CARTESIAN_POINT('',(20.0050407197878,140.000000000005,7.70000545159053)); -#25505=CARTESIAN_POINT('',(20.0050352863946,140.,7.80074165662109)); -#25506=CARTESIAN_POINT('',(20.0050352610622,140.,8.1992584029962)); -#25507=CARTESIAN_POINT('',(20.0050405404075,139.999999999995,8.29999481820269)); -#25508=CARTESIAN_POINT('',(20.0050401218215,140.000000000005,9.70000493172295)); -#25509=CARTESIAN_POINT('',(20.0050352863946,140.,9.80074165662109)); -#25510=CARTESIAN_POINT('',(20.0050352610622,140.,10.1992584029962)); -#25511=CARTESIAN_POINT('',(20.0050399424397,139.999999999996,10.2999958053937)); -#25512=CARTESIAN_POINT('',(20.0050395238553,140.000000000004,11.7000042528515)); -#25513=CARTESIAN_POINT('',(20.0050352863946,140.,11.8007416566211)); -#25514=CARTESIAN_POINT('',(20.0050352610622,140.,12.1992584029962)); -#25515=CARTESIAN_POINT('',(20.0050393444723,139.999999999997,12.2999958633568)); -#25516=CARTESIAN_POINT('',(20.005038925889,140.000000000004,13.7000040550839)); -#25517=CARTESIAN_POINT('',(20.0050352863946,140.,13.8007416566211)); -#25518=CARTESIAN_POINT('',(20.0050352610622,140.,14.1992584029962)); -#25519=CARTESIAN_POINT('',(20.0050387465046,139.999999999998,14.2999967629318)); -#25520=CARTESIAN_POINT('',(20.0050383279229,140.000000000004,15.7000035393142)); -#25521=CARTESIAN_POINT('',(20.0050352863946,140.,15.8007416566211)); -#25522=CARTESIAN_POINT('',(20.0050352610622,140.,16.1992584029962)); -#25523=CARTESIAN_POINT('',(20.005038148537,139.999999999998,16.2999972921435)); -#25524=CARTESIAN_POINT('',(20.0050377299569,140.000000000003,17.7000029469199)); -#25525=CARTESIAN_POINT('',(20.0050352863946,140.,17.8007416566211)); -#25526=CARTESIAN_POINT('',(20.0050352610622,140.,18.1992584029962)); -#25527=CARTESIAN_POINT('',(20.0050375505696,139.999999999999,18.2999974708877)); -#25528=CARTESIAN_POINT('',(20.0050354130568,140.,19.8007416500762)); -#25529=CARTESIAN_POINT('',(20.0050352737284,140.,1.80074165553027)); -#25530=CARTESIAN_POINT('',(20.0050352722154,140.000003932599,1.80074165412016)); -#25531=CARTESIAN_POINT('',(20.0050352722138,140.000007865193,1.8007416541203)); -#25532=CARTESIAN_POINT('',(20.0050352294756,140.387092537049,1.80074165800181)); -#25533=CARTESIAN_POINT('',(20.0170290449329,140.812371854823,1.79833625186653)); -#25534=CARTESIAN_POINT('',(20.0695222995908,141.660026081652,1.80389997052601)); -#25535=CARTESIAN_POINT('',(20.1100223521621,142.082416587224,1.80915646171355)); -#25536=CARTESIAN_POINT('',(20.1659256219508,142.532700878065,1.86045219742374)); -#25537=CARTESIAN_POINT('',(20.1756278603386,142.60771533801,1.87056475206669)); -#25538=CARTESIAN_POINT('',(20.1955226006953,142.754775419134,1.89873669411742)); -#25539=CARTESIAN_POINT('',(20.2057883368887,142.82731771726,1.91408416449715)); -#25540=CARTESIAN_POINT('',(20.216887538477,142.903362315953,1.95355338547391)); -#25541=CARTESIAN_POINT('',(20.219399903502,142.920414193009,1.96410813160816)); -#25542=CARTESIAN_POINT('',(20.2212642893552,142.933000385658,1.98051359184995)); -#25543=CARTESIAN_POINT('',(20.2216015844853,142.935274009422,1.98415145836198)); -#25544=CARTESIAN_POINT('',(20.2220658188527,142.938401342135,1.99193358633685)); -#25545=CARTESIAN_POINT('',(20.2221914777665,142.939246735172,1.99608126336734)); -#25546=CARTESIAN_POINT('',(20.2221914777279,142.939246735174,2.00115234492162)); -#25547=CARTESIAN_POINT('',(20.2221814439727,142.939179204489,2.00232514875294)); -#25548=CARTESIAN_POINT('',(20.2221607598731,142.939039977871,2.00350516186487)); -#25549=CARTESIAN_POINT('',(20.2221009848286,142.938637626556,2.00673087405174)); -#25550=CARTESIAN_POINT('',(20.2219638020407,142.937714996956,2.0106688884719)); -#25551=CARTESIAN_POINT('',(20.2212395053567,142.932833237516,2.02001859932617)); -#25552=CARTESIAN_POINT('',(20.2207516857507,142.929541913149,2.02424730950865)); -#25553=CARTESIAN_POINT('',(20.2192025637294,142.919066998202,2.03524406998165)); -#25554=CARTESIAN_POINT('',(20.217924189481,142.910393149382,2.04147807515707)); -#25555=CARTESIAN_POINT('',(20.2145462714809,142.88735856717,2.05551168746419)); -#25556=CARTESIAN_POINT('',(20.2114284453527,142.865986770521,2.06578130374645)); -#25557=CARTESIAN_POINT('',(20.1947127740548,142.749476028348,2.10881738517288)); -#25558=CARTESIAN_POINT('',(20.1765617403521,142.6157764969,2.12854194793937)); -#25559=CARTESIAN_POINT('',(20.1636358803736,142.513750343504,2.14139665299727)); -#25560=CARTESIAN_POINT('',(20.1615031335393,142.496916170313,2.14353006143517)); -#25561=CARTESIAN_POINT('',(20.1594245409595,142.480336986582,2.14551307699058)); -#25562=CARTESIAN_POINT('',(20.1100223074577,142.082416590079,2.19084359368889)); -#25563=CARTESIAN_POINT('',(20.0695222588569,141.660026084326,2.19610008508606)); -#25564=CARTESIAN_POINT('',(20.017029012208,140.812371857129,2.20166380417066)); -#25565=CARTESIAN_POINT('',(20.0050352008027,140.387092539168,2.19925839825209)); -#25566=CARTESIAN_POINT('',(20.0050352472242,140.000011799733,2.19925840233065)); -#25567=CARTESIAN_POINT('',(20.0050352472247,140.000007866493,2.19925840233069)); -#25568=CARTESIAN_POINT('',(20.0050352472264,140.000003933248,2.19925840233083)); -#25569=CARTESIAN_POINT('',(20.005035248396,140.,2.19925840190538)); -#25570=CARTESIAN_POINT('',(20.0050352863946,140.,3.80074165662109)); -#25571=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,3.80074165521098)); -#25572=CARTESIAN_POINT('',(20.00503528488,140.000007865193,3.80074165521112)); -#25573=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,3.80074165916373)); -#25574=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,3.79833625310671)); -#25575=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,3.80389997192269)); -#25576=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,3.80915646318843)); -#25577=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,3.86045219898275)); -#25578=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,3.87056475363973)); -#25579=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,3.89873669571811)); -#25580=CARTESIAN_POINT('',(20.205788355634,142.82731771726,3.9140841661115)); -#25581=CARTESIAN_POINT('',(20.216887557392,142.903362315953,3.95355338710288)); -#25582=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,3.96410813324043)); -#25583=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,3.98051359348476)); -#25584=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,3.98415145999727)); -#25585=CARTESIAN_POINT('',(20.222065837849,142.938401342135,3.99193358797281)); -#25586=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,3.99608126500351)); -#25587=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,4.00115234655787)); -#25588=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,4.00232515038918)); -#25589=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,4.0035051635011)); -#25590=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,4.00673087568797)); -#25591=CARTESIAN_POINT('',(20.22196382104,142.937714996956,4.01066889010814)); -#25592=CARTESIAN_POINT('',(20.221239524356,142.932833237516,4.0200186009624)); -#25593=CARTESIAN_POINT('',(20.22075170475,142.929541913149,4.02424731114486)); -#25594=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,4.03524407161792)); -#25595=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,4.04147807679334)); -#25596=CARTESIAN_POINT('',(20.2145462904799,142.887358567169,4.05551168910142)); -#25597=CARTESIAN_POINT('',(20.2114284643516,142.865986770519,4.06578130538368)); -#25598=CARTESIAN_POINT('',(20.194712793054,142.749476028348,4.10881738680906)); -#25599=CARTESIAN_POINT('',(20.1765617593515,142.6157764969,4.12854194957552)); -#25600=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,4.1413966546335)); -#25601=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,4.14353006306773)); -#25602=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,4.14551307861951)); -#25603=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,4.19084359523097)); -#25604=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,4.19610008653633)); -#25605=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,4.2016638054371)); -#25606=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,4.19925839942652)); -#25607=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,4.19925840342147)); -#25608=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,4.19925840342151)); -#25609=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,4.19925840342165)); -#25610=CARTESIAN_POINT('',(20.0050352610622,140.,4.1992584029962)); -#25611=CARTESIAN_POINT('',(20.0050352863946,140.,5.80074165662109)); -#25612=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,5.80074165521098)); -#25613=CARTESIAN_POINT('',(20.00503528488,140.000007865193,5.80074165521112)); -#25614=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,5.80074165916373)); -#25615=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,5.79833625310671)); -#25616=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,5.80389997192269)); -#25617=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,5.80915646318843)); -#25618=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,5.86045219898275)); -#25619=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,5.87056475363973)); -#25620=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,5.89873669571811)); -#25621=CARTESIAN_POINT('',(20.205788355634,142.82731771726,5.9140841661115)); -#25622=CARTESIAN_POINT('',(20.216887557392,142.903362315953,5.95355338710287)); -#25623=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,5.96410813324043)); -#25624=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,5.98051359348477)); -#25625=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,5.98415145999727)); -#25626=CARTESIAN_POINT('',(20.222065837849,142.938401342135,5.99193358797282)); -#25627=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,5.99608126500352)); -#25628=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,6.00115234655787)); -#25629=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,6.00232515038919)); -#25630=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,6.0035051635011)); -#25631=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,6.00673087568798)); -#25632=CARTESIAN_POINT('',(20.22196382104,142.937714996956,6.01066889010815)); -#25633=CARTESIAN_POINT('',(20.221239524356,142.932833237516,6.02001860096241)); -#25634=CARTESIAN_POINT('',(20.22075170475,142.929541913149,6.02424731114489)); -#25635=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,6.0352440716179)); -#25636=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,6.0414780767933)); -#25637=CARTESIAN_POINT('',(20.2145462904797,142.887358567167,6.05551168910253)); -#25638=CARTESIAN_POINT('',(20.2114284643512,142.865986770516,6.06578130538476)); -#25639=CARTESIAN_POINT('',(20.1947127930539,142.749476028347,6.1088173868091)); -#25640=CARTESIAN_POINT('',(20.1765617593515,142.6157764969,6.12854194957551)); -#25641=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,6.14139665463351)); -#25642=CARTESIAN_POINT('',(20.1615031524958,142.496916170313,6.14353006306773)); -#25643=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,6.14551307861952)); -#25644=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,6.19084359523098)); -#25645=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,6.19610008653633)); -#25646=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,6.2016638054371)); -#25647=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,6.19925839942652)); -#25648=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,6.19925840342147)); -#25649=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,6.19925840342152)); -#25650=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,6.19925840342166)); -#25651=CARTESIAN_POINT('',(20.0050352610622,140.,6.1992584029962)); -#25652=CARTESIAN_POINT('',(20.0050352863946,140.,7.80074165662109)); -#25653=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,7.80074165521098)); -#25654=CARTESIAN_POINT('',(20.00503528488,140.000007865193,7.80074165521112)); -#25655=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,7.80074165916373)); -#25656=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,7.79833625310671)); -#25657=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,7.80389997192269)); -#25658=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,7.80915646318843)); -#25659=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,7.86045219898275)); -#25660=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,7.87056475363974)); -#25661=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,7.89873669571811)); -#25662=CARTESIAN_POINT('',(20.205788355634,142.82731771726,7.91408416611151)); -#25663=CARTESIAN_POINT('',(20.216887557392,142.903362315953,7.95355338710288)); -#25664=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,7.96410813324043)); -#25665=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,7.98051359348476)); -#25666=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,7.98415145999727)); -#25667=CARTESIAN_POINT('',(20.222065837849,142.938401342135,7.99193358797282)); -#25668=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,7.99608126500351)); -#25669=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,8.00115234655786)); -#25670=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,8.00232515038918)); -#25671=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,8.0035051635011)); -#25672=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,8.00673087568796)); -#25673=CARTESIAN_POINT('',(20.22196382104,142.937714996956,8.01066889010813)); -#25674=CARTESIAN_POINT('',(20.221239524356,142.932833237516,8.02001860096243)); -#25675=CARTESIAN_POINT('',(20.22075170475,142.929541913149,8.02424731114493)); -#25676=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,8.03524407161796)); -#25677=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,8.04147807679345)); -#25678=CARTESIAN_POINT('',(20.2145462904797,142.887358567167,8.05551168910247)); -#25679=CARTESIAN_POINT('',(20.2114284643513,142.865986770516,8.06578130538467)); -#25680=CARTESIAN_POINT('',(20.1947127930539,142.749476028347,8.10881738680908)); -#25681=CARTESIAN_POINT('',(20.1765617593515,142.615776496901,8.12854194957548)); -#25682=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,8.14139665463351)); -#25683=CARTESIAN_POINT('',(20.1615031524958,142.496916170313,8.14353006306773)); -#25684=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,8.14551307861952)); -#25685=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,8.19084359523098)); -#25686=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,8.19610008653633)); -#25687=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,8.20166380543709)); -#25688=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,8.19925839942651)); -#25689=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,8.19925840342146)); -#25690=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,8.1992584034215)); -#25691=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,8.19925840342164)); -#25692=CARTESIAN_POINT('',(20.0050352610622,140.,8.1992584029962)); -#25693=CARTESIAN_POINT('',(20.0050352863946,140.,9.80074165662109)); -#25694=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,9.80074165521098)); -#25695=CARTESIAN_POINT('',(20.00503528488,140.000007865193,9.80074165521112)); -#25696=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,9.80074165916373)); -#25697=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,9.79833625310671)); -#25698=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,9.80389997192268)); -#25699=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,9.80915646318842)); -#25700=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,9.86045219898273)); -#25701=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,9.87056475363973)); -#25702=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,9.8987366957181)); -#25703=CARTESIAN_POINT('',(20.205788355634,142.82731771726,9.9140841661115)); -#25704=CARTESIAN_POINT('',(20.216887557392,142.903362315953,9.95355338710286)); -#25705=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,9.96410813324041)); -#25706=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,9.98051359348475)); -#25707=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,9.98415145999725)); -#25708=CARTESIAN_POINT('',(20.222065837849,142.938401342135,9.99193358797279)); -#25709=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,9.9960812650035)); -#25710=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,10.0011523465579)); -#25711=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,10.0023251503892)); -#25712=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,10.0035051635011)); -#25713=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,10.0067308756879)); -#25714=CARTESIAN_POINT('',(20.22196382104,142.937714996956,10.0106688901081)); -#25715=CARTESIAN_POINT('',(20.221239524356,142.932833237516,10.0200186009623)); -#25716=CARTESIAN_POINT('',(20.22075170475,142.929541913149,10.0242473111448)); -#25717=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,10.0352440716179)); -#25718=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,10.0414780767935)); -#25719=CARTESIAN_POINT('',(20.2145462904801,142.88735856717,10.0555116891007)); -#25720=CARTESIAN_POINT('',(20.2114284643519,142.865986770521,10.0657813053829)); -#25721=CARTESIAN_POINT('',(20.1947127930541,142.749476028348,10.1088173868091)); -#25722=CARTESIAN_POINT('',(20.1765617593514,142.6157764969,10.1285419495756)); -#25723=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,10.1413966546335)); -#25724=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,10.1435300630678)); -#25725=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,10.1455130786195)); -#25726=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,10.190843595231)); -#25727=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,10.1961000865364)); -#25728=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,10.2016638054371)); -#25729=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,10.1992583994265)); -#25730=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,10.1992584034215)); -#25731=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,10.1992584034215)); -#25732=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,10.1992584034217)); -#25733=CARTESIAN_POINT('',(20.0050352610622,140.,10.1992584029962)); -#25734=CARTESIAN_POINT('',(20.0050352863946,140.,11.8007416566211)); -#25735=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,11.800741655211)); -#25736=CARTESIAN_POINT('',(20.00503528488,140.000007865193,11.8007416552111)); -#25737=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,11.8007416591637)); -#25738=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,11.7983362531067)); -#25739=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,11.8038999719226)); -#25740=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,11.8091564631884)); -#25741=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,11.8604521989827)); -#25742=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,11.8705647536397)); -#25743=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,11.898736695718)); -#25744=CARTESIAN_POINT('',(20.205788355634,142.82731771726,11.9140841661114)); -#25745=CARTESIAN_POINT('',(20.216887557392,142.903362315953,11.9535533871028)); -#25746=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,11.9641081332404)); -#25747=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,11.9805135934848)); -#25748=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,11.9841514599972)); -#25749=CARTESIAN_POINT('',(20.222065837849,142.938401342135,11.9919335879728)); -#25750=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,11.9960812650035)); -#25751=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,12.0011523465579)); -#25752=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,12.0023251503892)); -#25753=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,12.0035051635011)); -#25754=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,12.0067308756879)); -#25755=CARTESIAN_POINT('',(20.22196382104,142.937714996956,12.0106688901081)); -#25756=CARTESIAN_POINT('',(20.221239524356,142.932833237516,12.0200186009624)); -#25757=CARTESIAN_POINT('',(20.22075170475,142.929541913149,12.0242473111449)); -#25758=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,12.0352440716179)); -#25759=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,12.0414780767935)); -#25760=CARTESIAN_POINT('',(20.2145462904797,142.887358567167,12.0555116891023)); -#25761=CARTESIAN_POINT('',(20.2114284643513,142.865986770517,12.0657813053845)); -#25762=CARTESIAN_POINT('',(20.194712793054,142.749476028347,12.108817386809)); -#25763=CARTESIAN_POINT('',(20.1765617593516,142.615776496901,12.1285419495754)); -#25764=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,12.1413966546335)); -#25765=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,12.1435300630678)); -#25766=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,12.1455130786195)); -#25767=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,12.190843595231)); -#25768=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,12.1961000865364)); -#25769=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,12.2016638054371)); -#25770=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,12.1992583994265)); -#25771=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,12.1992584034215)); -#25772=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,12.1992584034215)); -#25773=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,12.1992584034217)); -#25774=CARTESIAN_POINT('',(20.0050352610622,140.,12.1992584029962)); -#25775=CARTESIAN_POINT('',(20.0050352863946,140.,13.8007416566211)); -#25776=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,13.800741655211)); -#25777=CARTESIAN_POINT('',(20.00503528488,140.000007865193,13.8007416552111)); -#25778=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,13.8007416591637)); -#25779=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,13.7983362531067)); -#25780=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,13.8038999719226)); -#25781=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,13.8091564631884)); -#25782=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,13.8604521989827)); -#25783=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,13.8705647536397)); -#25784=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,13.898736695718)); -#25785=CARTESIAN_POINT('',(20.205788355634,142.82731771726,13.9140841661114)); -#25786=CARTESIAN_POINT('',(20.216887557392,142.903362315953,13.9535533871028)); -#25787=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,13.9641081332404)); -#25788=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,13.9805135934848)); -#25789=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,13.9841514599973)); -#25790=CARTESIAN_POINT('',(20.222065837849,142.938401342135,13.9919335879728)); -#25791=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,13.9960812650035)); -#25792=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,14.0011523465579)); -#25793=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,14.0023251503892)); -#25794=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,14.0035051635011)); -#25795=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,14.0067308756879)); -#25796=CARTESIAN_POINT('',(20.22196382104,142.937714996956,14.0106688901081)); -#25797=CARTESIAN_POINT('',(20.221239524356,142.932833237516,14.0200186009624)); -#25798=CARTESIAN_POINT('',(20.22075170475,142.929541913149,14.0242473111449)); -#25799=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,14.0352440716179)); -#25800=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,14.0414780767934)); -#25801=CARTESIAN_POINT('',(20.2145462904799,142.887358567168,14.0555116891015)); -#25802=CARTESIAN_POINT('',(20.2114284643516,142.865986770519,14.0657813053838)); -#25803=CARTESIAN_POINT('',(20.194712793054,142.749476028348,14.108817386809)); -#25804=CARTESIAN_POINT('',(20.1765617593515,142.615776496901,14.1285419495755)); -#25805=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,14.1413966546335)); -#25806=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,14.1435300630678)); -#25807=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,14.1455130786195)); -#25808=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,14.190843595231)); -#25809=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,14.1961000865364)); -#25810=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,14.2016638054371)); -#25811=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,14.1992583994265)); -#25812=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,14.1992584034215)); -#25813=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,14.1992584034215)); -#25814=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,14.1992584034217)); -#25815=CARTESIAN_POINT('',(20.0050352610622,140.,14.1992584029962)); -#25816=CARTESIAN_POINT('',(20.0050352863946,140.,15.8007416566211)); -#25817=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,15.800741655211)); -#25818=CARTESIAN_POINT('',(20.00503528488,140.000007865193,15.8007416552111)); -#25819=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,15.8007416591637)); -#25820=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,15.7983362531067)); -#25821=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,15.8038999719226)); -#25822=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,15.8091564631884)); -#25823=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,15.8604521989827)); -#25824=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,15.8705647536397)); -#25825=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,15.8987366957181)); -#25826=CARTESIAN_POINT('',(20.205788355634,142.82731771726,15.9140841661114)); -#25827=CARTESIAN_POINT('',(20.216887557392,142.903362315953,15.9535533871028)); -#25828=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,15.9641081332404)); -#25829=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,15.9805135934848)); -#25830=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,15.9841514599973)); -#25831=CARTESIAN_POINT('',(20.222065837849,142.938401342135,15.9919335879728)); -#25832=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,15.9960812650035)); -#25833=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,16.0011523465579)); -#25834=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,16.0023251503892)); -#25835=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,16.0035051635011)); -#25836=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,16.006730875688)); -#25837=CARTESIAN_POINT('',(20.22196382104,142.937714996956,16.0106688901081)); -#25838=CARTESIAN_POINT('',(20.221239524356,142.932833237516,16.0200186009623)); -#25839=CARTESIAN_POINT('',(20.22075170475,142.929541913149,16.0242473111447)); -#25840=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,16.035244071618)); -#25841=CARTESIAN_POINT('',(20.2179242084802,142.910393149382,16.0414780767937)); -#25842=CARTESIAN_POINT('',(20.21454629048,142.887358567169,16.055511689101)); -#25843=CARTESIAN_POINT('',(20.2114284643518,142.86598677052,16.0657813053831)); -#25844=CARTESIAN_POINT('',(20.1947127930541,142.749476028348,16.1088173868091)); -#25845=CARTESIAN_POINT('',(20.1765617593514,142.6157764969,16.1285419495755)); -#25846=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,16.1413966546335)); -#25847=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,16.1435300630678)); -#25848=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,16.1455130786195)); -#25849=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,16.190843595231)); -#25850=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,16.1961000865364)); -#25851=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,16.2016638054371)); -#25852=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,16.1992583994265)); -#25853=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,16.1992584034215)); -#25854=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,16.1992584034215)); -#25855=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,16.1992584034217)); -#25856=CARTESIAN_POINT('',(20.0050352610622,140.,16.1992584029962)); -#25857=CARTESIAN_POINT('',(20.0050352863946,140.,17.8007416566211)); -#25858=CARTESIAN_POINT('',(20.0050352848817,140.000003932599,17.800741655211)); -#25859=CARTESIAN_POINT('',(20.00503528488,140.000007865193,17.8007416552111)); -#25860=CARTESIAN_POINT('',(20.0050352429675,140.387092537049,17.8007416591637)); -#25861=CARTESIAN_POINT('',(20.0170290593335,140.812371854823,17.7983362531067)); -#25862=CARTESIAN_POINT('',(20.0695223158085,141.660026081652,17.8038999719226)); -#25863=CARTESIAN_POINT('',(20.1100223692879,142.082416587224,17.8091564631884)); -#25864=CARTESIAN_POINT('',(20.1659256400534,142.532700878065,17.8604521989827)); -#25865=CARTESIAN_POINT('',(20.1756278786043,142.60771533801,17.8705647536397)); -#25866=CARTESIAN_POINT('',(20.1955226192819,142.754775419134,17.898736695718)); -#25867=CARTESIAN_POINT('',(20.205788355634,142.82731771726,17.9140841661114)); -#25868=CARTESIAN_POINT('',(20.216887557392,142.903362315953,17.9535533871028)); -#25869=CARTESIAN_POINT('',(20.2193999224554,142.920414193009,17.9641081332404)); -#25870=CARTESIAN_POINT('',(20.2212643083381,142.933000385658,17.9805135934848)); -#25871=CARTESIAN_POINT('',(20.2216016034736,142.935274009422,17.9841514599972)); -#25872=CARTESIAN_POINT('',(20.222065837849,142.938401342135,17.9919335879728)); -#25873=CARTESIAN_POINT('',(20.2221914967652,142.939246735172,17.9960812650035)); -#25874=CARTESIAN_POINT('',(20.2221914967273,142.939246735174,18.0011523465579)); -#25875=CARTESIAN_POINT('',(20.2221814629721,142.939179204489,18.0023251503892)); -#25876=CARTESIAN_POINT('',(20.2221607788724,142.939039977871,18.0035051635011)); -#25877=CARTESIAN_POINT('',(20.2221010038279,142.938637626556,18.0067308756876)); -#25878=CARTESIAN_POINT('',(20.22196382104,142.937714996956,18.0106688901076)); -#25879=CARTESIAN_POINT('',(20.221239524356,142.932833237516,18.0200186009622)); -#25880=CARTESIAN_POINT('',(20.2207517047501,142.929541913149,18.0242473111445)); -#25881=CARTESIAN_POINT('',(20.2192025827287,142.919066998202,18.0352440716179)); -#25882=CARTESIAN_POINT('',(20.2179242084803,142.910393149382,18.0414780767934)); -#25883=CARTESIAN_POINT('',(20.21454629048,142.887358567169,18.0555116891012)); -#25884=CARTESIAN_POINT('',(20.2114284643517,142.865986770519,18.0657813053835)); -#25885=CARTESIAN_POINT('',(20.194712793054,142.749476028348,18.108817386809)); -#25886=CARTESIAN_POINT('',(20.1765617593515,142.615776496901,18.1285419495754)); -#25887=CARTESIAN_POINT('',(20.1636358993729,142.513750343504,18.1413966546335)); -#25888=CARTESIAN_POINT('',(20.1615031524959,142.496916170313,18.1435300630678)); -#25889=CARTESIAN_POINT('',(20.1594245598741,142.480336986582,18.1455130786195)); -#25890=CARTESIAN_POINT('',(20.1100223253639,142.082416590079,18.190843595231)); -#25891=CARTESIAN_POINT('',(20.0695222756969,141.660026084326,18.1961000865364)); -#25892=CARTESIAN_POINT('',(20.0170290269135,140.812371857129,18.2016638054371)); -#25893=CARTESIAN_POINT('',(20.0050352144397,140.387092539168,18.1992583994265)); -#25894=CARTESIAN_POINT('',(20.0050352598905,140.000011799733,18.1992584034215)); -#25895=CARTESIAN_POINT('',(20.0050352598909,140.000007866493,18.1992584034215)); -#25896=CARTESIAN_POINT('',(20.0050352598926,140.000003933248,18.1992584034217)); -#25897=CARTESIAN_POINT('',(20.0050352610622,140.,18.1992584029962)); -#25898=CARTESIAN_POINT('',(20.0050354130568,140.,19.8007416500762)); -#25899=CARTESIAN_POINT('',(20.0050354107886,140.000003929192,19.8007416479609)); -#25900=CARTESIAN_POINT('',(20.0050354107869,140.000007858379,19.8007416479611)); -#25901=CARTESIAN_POINT('',(20.0050353574135,140.387092528161,19.8007416532855)); -#25902=CARTESIAN_POINT('',(20.0170291611664,140.812371847401,19.7983362487383)); -#25903=CARTESIAN_POINT('',(20.0695223924179,141.660026077163,19.8038999705734)); -#25904=CARTESIAN_POINT('',(20.1100224332918,142.0824165842,19.8091564633481)); -#25905=CARTESIAN_POINT('',(20.1659256904982,142.532700876618,19.8604522007654)); -#25906=CARTESIAN_POINT('',(20.1756279267862,142.607715336826,19.8705647556933)); -#25907=CARTESIAN_POINT('',(20.1955226630086,142.754775418468,19.898736698305)); -#25908=CARTESIAN_POINT('',(20.205788397159,142.82731771685,19.9140841689618)); -#25909=CARTESIAN_POINT('',(20.2168875965606,142.903362315817,19.9535533902352)); -#25910=CARTESIAN_POINT('',(20.219399961092,142.920414192934,19.9641081364365)); -#25911=CARTESIAN_POINT('',(20.2212643465645,142.933000385632,19.98051359673)); -#25912=CARTESIAN_POINT('',(20.2216016416246,142.935274009404,19.9841514632514)); -#25913=CARTESIAN_POINT('',(20.2220658758904,142.93840134213,19.9919335912401)); -#25914=CARTESIAN_POINT('',(20.2221915347728,142.939246735171,19.9960812682749)); -#25915=CARTESIAN_POINT('',(20.2221915347245,142.939246735174,20.0011523498305)); -#25916=CARTESIAN_POINT('',(20.222181500969,142.93917920449,20.0023251536619)); -#25917=CARTESIAN_POINT('',(20.2221608168711,142.939039977871,20.0035051667736)); -#25918=CARTESIAN_POINT('',(20.2221010418266,142.938637626556,20.0067308789604)); -#25919=CARTESIAN_POINT('',(20.2219638590387,142.937714996956,20.0106688933806)); -#25920=CARTESIAN_POINT('',(20.2212395623547,142.932833237516,20.0200186042349)); -#25921=CARTESIAN_POINT('',(20.2207517427487,142.929541913149,20.0242473144174)); -#25922=CARTESIAN_POINT('',(20.2192026207274,142.919066998202,20.0352440748904)); -#25923=CARTESIAN_POINT('',(20.217924246479,142.910393149382,20.0414780800658)); -#25924=CARTESIAN_POINT('',(20.2145463284786,142.887358567169,20.0555116923738)); -#25925=CARTESIAN_POINT('',(20.2114285023504,142.865986770519,20.0657813086561)); -#25926=CARTESIAN_POINT('',(20.1947128310527,142.749476028347,20.1088173900816)); -#25927=CARTESIAN_POINT('',(20.1765617973501,142.6157764969,20.128541952848)); -#25928=CARTESIAN_POINT('',(20.1636359373716,142.513750343504,20.141396657906)); -#25929=CARTESIAN_POINT('',(20.1615031910882,142.496916170251,20.1435300663931)); -#25930=CARTESIAN_POINT('',(20.1594245990509,142.480336986458,20.1455130819969)); -#25931=CARTESIAN_POINT('',(20.110022378566,142.082416588483,20.1908435998581)); -#25932=CARTESIAN_POINT('',(20.0695223437262,141.660026081173,20.1961000924848)); -#25933=CARTESIAN_POINT('',(20.0170291246306,140.81237185086,20.2016638140309)); -#25934=CARTESIAN_POINT('',(20.0050353270159,140.387092531339,20.1992584093444)); -#25935=CARTESIAN_POINT('',(20.0050353859688,140.000011790486,20.1992584145425)); -#25936=CARTESIAN_POINT('',(20.0050353859694,140.000007860328,20.1992584145425)); -#25937=CARTESIAN_POINT('',(20.0050353859712,140.000003930166,20.1992584145427)); -#25938=CARTESIAN_POINT('',(20.0050353877244,140.,20.1992584139044)); -#25939=CARTESIAN_POINT('',(20.0050354130568,140.,21.8007416500762)); -#25940=CARTESIAN_POINT('',(20.0050354107886,140.000003929192,21.8007416479609)); -#25941=CARTESIAN_POINT('',(20.0050354107869,140.000007858379,21.8007416479611)); -#25942=CARTESIAN_POINT('',(20.0050353574135,140.387092528161,21.8007416532855)); -#25943=CARTESIAN_POINT('',(20.0170291611664,140.812371847401,21.7983362487383)); -#25944=CARTESIAN_POINT('',(20.0695223924179,141.660026077163,21.8038999705734)); -#25945=CARTESIAN_POINT('',(20.1100224332918,142.0824165842,21.8091564633481)); -#25946=CARTESIAN_POINT('',(20.1659256904982,142.532700876618,21.8604522007654)); -#25947=CARTESIAN_POINT('',(20.1756279267862,142.607715336826,21.8705647556932)); -#25948=CARTESIAN_POINT('',(20.1955226630086,142.754775418468,21.898736698305)); -#25949=CARTESIAN_POINT('',(20.205788397159,142.82731771685,21.9140841689618)); -#25950=CARTESIAN_POINT('',(20.2168875965606,142.903362315817,21.9535533902352)); -#25951=CARTESIAN_POINT('',(20.219399961092,142.920414192934,21.9641081364365)); -#25952=CARTESIAN_POINT('',(20.2212643465645,142.933000385632,21.98051359673)); -#25953=CARTESIAN_POINT('',(20.2216016416246,142.935274009404,21.9841514632514)); -#25954=CARTESIAN_POINT('',(20.2220658758904,142.93840134213,21.9919335912401)); -#25955=CARTESIAN_POINT('',(20.2221915347728,142.939246735171,21.9960812682749)); -#25956=CARTESIAN_POINT('',(20.2221915347245,142.939246735174,22.0011523498305)); -#25957=CARTESIAN_POINT('',(20.222181500969,142.93917920449,22.0023251536619)); -#25958=CARTESIAN_POINT('',(20.2221608168711,142.939039977871,22.0035051667736)); -#25959=CARTESIAN_POINT('',(20.2221010418266,142.938637626556,22.0067308789604)); -#25960=CARTESIAN_POINT('',(20.2219638590387,142.937714996956,22.0106688933806)); -#25961=CARTESIAN_POINT('',(20.2212395623547,142.932833237516,22.0200186042349)); -#25962=CARTESIAN_POINT('',(20.2207517427487,142.929541913149,22.0242473144174)); -#25963=CARTESIAN_POINT('',(20.2192026207274,142.919066998202,22.0352440748904)); -#25964=CARTESIAN_POINT('',(20.217924246479,142.910393149382,22.0414780800658)); -#25965=CARTESIAN_POINT('',(20.2145463284789,142.88735856717,22.0555116923727)); -#25966=CARTESIAN_POINT('',(20.2114285023507,142.865986770522,22.065781308655)); -#25967=CARTESIAN_POINT('',(20.1947128310528,142.749476028348,22.1088173900816)); -#25968=CARTESIAN_POINT('',(20.1765617973501,142.6157764969,22.1285419528481)); -#25969=CARTESIAN_POINT('',(20.1636359373716,142.513750343504,22.141396657906)); -#25970=CARTESIAN_POINT('',(20.1615031910881,142.496916170251,22.1435300663931)); -#25971=CARTESIAN_POINT('',(20.1594245990509,142.480336986458,22.1455130819969)); -#25972=CARTESIAN_POINT('',(20.110022378566,142.082416588483,22.1908435998581)); -#25973=CARTESIAN_POINT('',(20.0695223437262,141.660026081173,22.1961000924848)); -#25974=CARTESIAN_POINT('',(20.0170291246306,140.81237185086,22.2016638140309)); -#25975=CARTESIAN_POINT('',(20.0050353270159,140.387092531339,22.1992584093444)); -#25976=CARTESIAN_POINT('',(20.0050353859688,140.000011790486,22.1992584145425)); -#25977=CARTESIAN_POINT('',(20.0050353859694,140.000007860328,22.1992584145425)); -#25978=CARTESIAN_POINT('',(20.0050353859712,140.000003930166,22.1992584145427)); -#25979=CARTESIAN_POINT('',(20.0050353877244,140.,22.1992584139044)); -#25980=CARTESIAN_POINT('',(20.0050354130568,140.,23.8007416500762)); -#25981=CARTESIAN_POINT('',(20.0050354107886,140.000003929192,23.8007416479609)); -#25982=CARTESIAN_POINT('',(20.0050354107869,140.000007858379,23.8007416479611)); -#25983=CARTESIAN_POINT('',(20.0050353574135,140.387092528161,23.8007416532855)); -#25984=CARTESIAN_POINT('',(20.0170291611664,140.812371847401,23.7983362487383)); -#25985=CARTESIAN_POINT('',(20.0695223924179,141.660026077163,23.8038999705734)); -#25986=CARTESIAN_POINT('',(20.1100224332918,142.0824165842,23.8091564633481)); -#25987=CARTESIAN_POINT('',(20.1659256904982,142.532700876618,23.8604522007654)); -#25988=CARTESIAN_POINT('',(20.1756279267862,142.607715336826,23.8705647556932)); -#25989=CARTESIAN_POINT('',(20.1955226630086,142.754775418468,23.898736698305)); -#25990=CARTESIAN_POINT('',(20.205788397159,142.82731771685,23.9140841689618)); -#25991=CARTESIAN_POINT('',(20.2168875965606,142.903362315817,23.9535533902352)); -#25992=CARTESIAN_POINT('',(20.219399961092,142.920414192934,23.9641081364365)); -#25993=CARTESIAN_POINT('',(20.2212643465645,142.933000385632,23.98051359673)); -#25994=CARTESIAN_POINT('',(20.2216016416246,142.935274009404,23.9841514632514)); -#25995=CARTESIAN_POINT('',(20.2220658758904,142.93840134213,23.9919335912401)); -#25996=CARTESIAN_POINT('',(20.2221915347728,142.939246735171,23.9960812682749)); -#25997=CARTESIAN_POINT('',(20.2221915347245,142.939246735174,24.0011523498305)); -#25998=CARTESIAN_POINT('',(20.222181500969,142.93917920449,24.0023251536619)); -#25999=CARTESIAN_POINT('',(20.2221608168711,142.939039977871,24.0035051667736)); -#26000=CARTESIAN_POINT('',(20.2221010418266,142.938637626556,24.0067308789604)); -#26001=CARTESIAN_POINT('',(20.2219638590387,142.937714996956,24.0106688933805)); -#26002=CARTESIAN_POINT('',(20.2212395623547,142.932833237516,24.0200186042349)); -#26003=CARTESIAN_POINT('',(20.2207517427487,142.929541913149,24.0242473144173)); -#26004=CARTESIAN_POINT('',(20.2192026207273,142.919066998202,24.0352440748906)); -#26005=CARTESIAN_POINT('',(20.2179242464789,142.910393149382,24.0414780800661)); -#26006=CARTESIAN_POINT('',(20.2145463284788,142.88735856717,24.0555116923729)); -#26007=CARTESIAN_POINT('',(20.2114285023507,142.865986770521,24.0657813086553)); -#26008=CARTESIAN_POINT('',(20.1947128310527,142.749476028347,24.1088173900816)); -#26009=CARTESIAN_POINT('',(20.1765617973502,142.6157764969,24.128541952848)); -#26010=CARTESIAN_POINT('',(20.1636359373716,142.513750343504,24.141396657906)); -#26011=CARTESIAN_POINT('',(20.1615031910881,142.496916170251,24.1435300663931)); -#26012=CARTESIAN_POINT('',(20.1594245990509,142.480336986458,24.1455130819969)); -#26013=CARTESIAN_POINT('',(20.110022378566,142.082416588483,24.1908435998581)); -#26014=CARTESIAN_POINT('',(20.0695223437262,141.660026081173,24.1961000924848)); -#26015=CARTESIAN_POINT('',(20.0170291246306,140.81237185086,24.2016638140309)); -#26016=CARTESIAN_POINT('',(20.0050353270159,140.387092531339,24.1992584093444)); -#26017=CARTESIAN_POINT('',(20.0050353859688,140.000011790486,24.1992584145425)); -#26018=CARTESIAN_POINT('',(20.0050353859694,140.000007860328,24.1992584145425)); -#26019=CARTESIAN_POINT('',(20.0050353859712,140.000003930166,24.1992584145427)); -#26020=CARTESIAN_POINT('',(20.0050353877244,140.,24.1992584139044)); -#26021=CARTESIAN_POINT('',(20.0050366833194,139.999999999999,25.8007416500762)); -#26022=CARTESIAN_POINT('',(20.005036681052,140.000003929191,25.8007416479609)); -#26023=CARTESIAN_POINT('',(20.0050366810511,140.000007858379,25.8007416479611)); -#26024=CARTESIAN_POINT('',(20.0050367104813,140.38709252816,25.8007416532855)); -#26025=CARTESIAN_POINT('',(20.0170306053623,140.812371847401,25.7983362487383)); -#26026=CARTESIAN_POINT('',(20.0695240188523,141.660026077162,25.8038999705734)); -#26027=CARTESIAN_POINT('',(20.1100241507999,142.082416584199,25.8091564633481)); -#26028=CARTESIAN_POINT('',(20.1659275059697,142.532700876617,25.8604522007654)); -#26029=CARTESIAN_POINT('',(20.1756297586071,142.607715336825,25.8705647556932)); -#26030=CARTESIAN_POINT('',(20.1955245270181,142.754775418467,25.898736698305)); -#26031=CARTESIAN_POINT('',(20.2057902770752,142.827317716849,25.9140841689618)); -#26032=CARTESIAN_POINT('',(20.2168894935019,142.903362315816,25.9535533902352)); -#26033=CARTESIAN_POINT('',(20.2194018618764,142.920414192934,25.9641081364365)); -#26034=CARTESIAN_POINT('',(20.2212662503129,142.933000385631,25.98051359673)); -#26035=CARTESIAN_POINT('',(20.2216035459183,142.935274009403,25.9841514632514)); -#26036=CARTESIAN_POINT('',(20.2220677809753,142.938401342129,25.9919335912401)); -#26037=CARTESIAN_POINT('',(20.2221934401018,142.93924673517,25.9960812682749)); -#26038=CARTESIAN_POINT('',(20.2221934401284,142.939246735174,26.0011523498305)); -#26039=CARTESIAN_POINT('',(20.2221834063755,142.939179204489,26.0023251536619)); -#26040=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,26.0035051667736)); -#26041=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,26.0067308789604)); -#26042=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,26.0106688933806)); -#26043=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,26.0200186042349)); -#26044=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,26.0242473144172)); -#26045=CARTESIAN_POINT('',(20.2192045261212,142.919066998201,26.0352440748905)); -#26046=CARTESIAN_POINT('',(20.2179261518728,142.910393149381,26.041478080066)); -#26047=CARTESIAN_POINT('',(20.2145482338728,142.88735856717,26.0555116923724)); -#26048=CARTESIAN_POINT('',(20.2114304077447,142.865986770522,26.0657813086547)); -#26049=CARTESIAN_POINT('',(20.1947147364465,142.749476028347,26.1088173900816)); -#26050=CARTESIAN_POINT('',(20.1765637027439,142.615776496899,26.128541952848)); -#26051=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,26.141396657906)); -#26052=CARTESIAN_POINT('',(20.1615051262417,142.496916167024,26.1435300664674)); -#26053=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,26.1455130821443)); -#26054=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,26.1908436017601)); -#26055=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,26.1961000962416)); -#26056=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,26.2016638215016)); -#26057=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,26.199258418674)); -#26058=CARTESIAN_POINT('',(20.005041707059,140.00001131179,26.1992584255612)); -#26059=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,26.1992584255613)); -#26060=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,26.1992584255614)); -#26061=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,26.1992584139044)); -#26062=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,27.8007416500762)); -#26063=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,27.8007416095095)); -#26064=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,27.8007416095096)); -#26065=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,27.8007416198471)); -#26066=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,27.7983362208169)); -#26067=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,27.8038999536849)); -#26068=CARTESIAN_POINT('',(20.110025641706,142.082416419323,27.8091564519733)); -#26069=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,27.8604521953214)); -#26070=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,27.8705647512391)); -#26071=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,27.8987366957994)); -#26072=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,27.9140841674194)); -#26073=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,27.9535533897235)); -#26074=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,27.9641081361574)); -#26075=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,27.9805135966303)); -#26076=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,27.9841514631849)); -#26077=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,27.9919335912214)); -#26078=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,27.996081268271)); -#26079=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,28.0011523498311)); -#26080=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,28.0023251536626)); -#26081=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,28.0035051667736)); -#26082=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,28.0067308789605)); -#26083=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,28.0106688933807)); -#26084=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,28.0200186042349)); -#26085=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,28.0242473144173)); -#26086=CARTESIAN_POINT('',(20.2192045261212,142.919066998201,28.0352440748903)); -#26087=CARTESIAN_POINT('',(20.2179261518728,142.910393149381,28.0414780800658)); -#26088=CARTESIAN_POINT('',(20.2145482338722,142.887358567166,28.0555116923749)); -#26089=CARTESIAN_POINT('',(20.2114304077438,142.865986770515,28.065781308657)); -#26090=CARTESIAN_POINT('',(20.1947147364465,142.749476028346,28.1088173900816)); -#26091=CARTESIAN_POINT('',(20.176563702744,142.615776496899,28.128541952848)); -#26092=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,28.141396657906)); -#26093=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,28.1435300664674)); -#26094=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,28.1455130821443)); -#26095=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,28.1908436017601)); -#26096=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,28.1961000962416)); -#26097=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,28.2016638215016)); -#26098=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,28.199258418674)); -#26099=CARTESIAN_POINT('',(20.005041707059,140.00001131179,28.1992584255612)); -#26100=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,28.1992584255613)); -#26101=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,28.1992584255614)); -#26102=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,28.1992584139044)); -#26103=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,29.8007416500762)); -#26104=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,29.8007416095095)); -#26105=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,29.8007416095096)); -#26106=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,29.8007416198471)); -#26107=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,29.7983362208169)); -#26108=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,29.8038999536849)); -#26109=CARTESIAN_POINT('',(20.110025641706,142.082416419323,29.8091564519733)); -#26110=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,29.8604521953214)); -#26111=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,29.8705647512391)); -#26112=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,29.8987366957995)); -#26113=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,29.9140841674194)); -#26114=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,29.9535533897235)); -#26115=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,29.9641081361574)); -#26116=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,29.9805135966303)); -#26117=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,29.9841514631848)); -#26118=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,29.9919335912214)); -#26119=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,29.996081268271)); -#26120=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,30.0011523498311)); -#26121=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,30.0023251536626)); -#26122=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,30.0035051667736)); -#26123=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,30.0067308789605)); -#26124=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,30.0106688933807)); -#26125=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,30.0200186042348)); -#26126=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,30.0242473144171)); -#26127=CARTESIAN_POINT('',(20.2192045261212,142.919066998201,30.0352440748904)); -#26128=CARTESIAN_POINT('',(20.2179261518728,142.910393149381,30.041478080066)); -#26129=CARTESIAN_POINT('',(20.2145482338727,142.887358567169,30.0555116923729)); -#26130=CARTESIAN_POINT('',(20.2114304077445,142.86598677052,30.0657813086551)); -#26131=CARTESIAN_POINT('',(20.1947147364466,142.749476028347,30.1088173900815)); -#26132=CARTESIAN_POINT('',(20.1765637027439,142.615776496899,30.128541952848)); -#26133=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,30.141396657906)); -#26134=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,30.1435300664674)); -#26135=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,30.1455130821443)); -#26136=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,30.1908436017601)); -#26137=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,30.1961000962416)); -#26138=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,30.2016638215016)); -#26139=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,30.199258418674)); -#26140=CARTESIAN_POINT('',(20.005041707059,140.00001131179,30.1992584255612)); -#26141=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,30.1992584255613)); -#26142=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,30.1992584255614)); -#26143=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,30.1992584139044)); -#26144=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,31.8007416500762)); -#26145=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,31.8007416095095)); -#26146=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,31.8007416095096)); -#26147=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,31.8007416198471)); -#26148=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,31.7983362208169)); -#26149=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,31.8038999536849)); -#26150=CARTESIAN_POINT('',(20.110025641706,142.082416419323,31.8091564519733)); -#26151=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,31.8604521953214)); -#26152=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,31.8705647512391)); -#26153=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,31.8987366957995)); -#26154=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,31.9140841674194)); -#26155=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,31.9535533897235)); -#26156=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,31.9641081361574)); -#26157=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,31.9805135966303)); -#26158=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,31.9841514631848)); -#26159=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,31.9919335912214)); -#26160=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,31.996081268271)); -#26161=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,32.0011523498311)); -#26162=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,32.0023251536625)); -#26163=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,32.0035051667736)); -#26164=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,32.0067308789605)); -#26165=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,32.0106688933806)); -#26166=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,32.0200186042348)); -#26167=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,32.0242473144172)); -#26168=CARTESIAN_POINT('',(20.2192045261212,142.919066998201,32.0352440748904)); -#26169=CARTESIAN_POINT('',(20.2179261518728,142.910393149381,32.041478080066)); -#26170=CARTESIAN_POINT('',(20.2145482338721,142.887358567166,32.0555116923751)); -#26171=CARTESIAN_POINT('',(20.2114304077437,142.865986770515,32.0657813086573)); -#26172=CARTESIAN_POINT('',(20.1947147364464,142.749476028346,32.1088173900816)); -#26173=CARTESIAN_POINT('',(20.176563702744,142.6157764969,32.1285419528479)); -#26174=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,32.141396657906)); -#26175=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,32.1435300664674)); -#26176=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,32.1455130821443)); -#26177=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,32.1908436017601)); -#26178=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,32.1961000962416)); -#26179=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,32.2016638215016)); -#26180=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,32.199258418674)); -#26181=CARTESIAN_POINT('',(20.005041707059,140.00001131179,32.1992584255612)); -#26182=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,32.1992584255613)); -#26183=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,32.1992584255614)); -#26184=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,32.1992584139044)); -#26185=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,33.8007416500762)); -#26186=CARTESIAN_POINT('',(20.0050417209204,140.000003743404,33.8007416095093)); -#26187=CARTESIAN_POINT('',(20.0050417209132,140.000007486812,33.8007416095095)); -#26188=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,33.800741619847)); -#26189=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,33.7983362208167)); -#26190=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,33.8038999536848)); -#26191=CARTESIAN_POINT('',(20.110025641706,142.082416419323,33.8091564519732)); -#26192=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,33.8604521953213)); -#26193=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,33.8705647512391)); -#26194=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,33.8987366957995)); -#26195=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,33.9140841674193)); -#26196=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,33.9535533897235)); -#26197=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,33.9641081361574)); -#26198=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,33.9805135966303)); -#26199=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,33.9841514631848)); -#26200=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,33.9919335912214)); -#26201=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,33.996081268271)); -#26202=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,34.0011523498311)); -#26203=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,34.0023251536626)); -#26204=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,34.0035051667736)); -#26205=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,34.0067308789608)); -#26206=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,34.0106688933809)); -#26207=CARTESIAN_POINT('',(20.2212414677484,142.932833237514,34.0200186042359)); -#26208=CARTESIAN_POINT('',(20.2207536481424,142.929541913147,34.0242473144184)); -#26209=CARTESIAN_POINT('',(20.2192045261208,142.919066998199,34.0352440748924)); -#26210=CARTESIAN_POINT('',(20.2179261518723,142.910393149378,34.0414780800681)); -#26211=CARTESIAN_POINT('',(20.2145482338722,142.887358567166,34.0555116923745)); -#26212=CARTESIAN_POINT('',(20.2114304077438,142.865986770515,34.0657813086578)); -#26213=CARTESIAN_POINT('',(20.1947147364455,142.749476028339,34.1088173900816)); -#26214=CARTESIAN_POINT('',(20.1765637027447,142.615776496905,34.1285419528473)); -#26215=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,34.141396657906)); -#26216=CARTESIAN_POINT('',(20.1615051262417,142.496916167024,34.1435300664674)); -#26217=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,34.1455130821443)); -#26218=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,34.1908436017601)); -#26219=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,34.1961000962416)); -#26220=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,34.2016638215016)); -#26221=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,34.199258418674)); -#26222=CARTESIAN_POINT('',(20.005041707059,140.00001131179,34.1992584255612)); -#26223=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,34.1992584255612)); -#26224=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,34.1992584255614)); -#26225=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,34.1992584139044)); -#26226=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,35.8007416500762)); -#26227=CARTESIAN_POINT('',(20.0050417209204,140.000003743404,35.8007416095093)); -#26228=CARTESIAN_POINT('',(20.0050417209132,140.000007486812,35.8007416095095)); -#26229=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,35.800741619847)); -#26230=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,35.7983362208167)); -#26231=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,35.8038999536848)); -#26232=CARTESIAN_POINT('',(20.110025641706,142.082416419323,35.8091564519732)); -#26233=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,35.8604521953213)); -#26234=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,35.8705647512391)); -#26235=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,35.8987366957995)); -#26236=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,35.9140841674193)); -#26237=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,35.9535533897235)); -#26238=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,35.9641081361574)); -#26239=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,35.9805135966303)); -#26240=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,35.9841514631848)); -#26241=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,35.9919335912214)); -#26242=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,35.996081268271)); -#26243=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,36.0011523498311)); -#26244=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,36.0023251536626)); -#26245=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,36.0035051667736)); -#26246=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,36.0067308789604)); -#26247=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,36.0106688933806)); -#26248=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,36.0200186042349)); -#26249=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,36.0242473144174)); -#26250=CARTESIAN_POINT('',(20.2192045261212,142.919066998201,36.0352440748904)); -#26251=CARTESIAN_POINT('',(20.2179261518728,142.910393149381,36.0414780800659)); -#26252=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,36.0555116923738)); -#26253=CARTESIAN_POINT('',(20.2114304077442,142.865986770518,36.0657813086559)); -#26254=CARTESIAN_POINT('',(20.1947147364466,142.749476028347,36.1088173900816)); -#26255=CARTESIAN_POINT('',(20.1765637027439,142.615776496899,36.1285419528481)); -#26256=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,36.141396657906)); -#26257=CARTESIAN_POINT('',(20.1615051262417,142.496916167024,36.1435300664674)); -#26258=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,36.1455130821443)); -#26259=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,36.1908436017601)); -#26260=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,36.1961000962416)); -#26261=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,36.2016638215016)); -#26262=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,36.199258418674)); -#26263=CARTESIAN_POINT('',(20.005041707059,140.00001131179,36.1992584255612)); -#26264=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,36.1992584255613)); -#26265=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,36.1992584255614)); -#26266=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,36.1992584139044)); -#26267=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,37.8007416500762)); -#26268=CARTESIAN_POINT('',(20.0050417209204,140.000003743404,37.8007416095093)); -#26269=CARTESIAN_POINT('',(20.0050417209132,140.000007486812,37.8007416095095)); -#26270=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,37.800741619847)); -#26271=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,37.7983362208167)); -#26272=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,37.8038999536848)); -#26273=CARTESIAN_POINT('',(20.110025641706,142.082416419323,37.8091564519732)); -#26274=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,37.8604521953213)); -#26275=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,37.8705647512391)); -#26276=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,37.8987366957994)); -#26277=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,37.9140841674193)); -#26278=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,37.9535533897235)); -#26279=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,37.9641081361574)); -#26280=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,37.9805135966303)); -#26281=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,37.9841514631848)); -#26282=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,37.9919335912214)); -#26283=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,37.996081268271)); -#26284=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,38.0011523498311)); -#26285=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,38.0023251536626)); -#26286=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,38.0035051667736)); -#26287=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,38.0067308789604)); -#26288=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,38.0106688933806)); -#26289=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,38.0200186042349)); -#26290=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,38.0242473144172)); -#26291=CARTESIAN_POINT('',(20.2192045261211,142.919066998201,38.0352440748906)); -#26292=CARTESIAN_POINT('',(20.2179261518727,142.910393149381,38.0414780800662)); -#26293=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,38.0555116923733)); -#26294=CARTESIAN_POINT('',(20.2114304077443,142.865986770519,38.0657813086557)); -#26295=CARTESIAN_POINT('',(20.1947147364464,142.749476028346,38.1088173900815)); -#26296=CARTESIAN_POINT('',(20.1765637027441,142.6157764969,38.1285419528479)); -#26297=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,38.141396657906)); -#26298=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,38.1435300664674)); -#26299=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,38.1455130821443)); -#26300=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,38.1908436017601)); -#26301=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,38.1961000962416)); -#26302=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,38.2016638215016)); -#26303=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,38.199258418674)); -#26304=CARTESIAN_POINT('',(20.005041707059,140.00001131179,38.1992584255612)); -#26305=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,38.1992584255612)); -#26306=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,38.1992584255614)); -#26307=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,38.1992584139044)); -#26308=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,39.8007416500762)); -#26309=CARTESIAN_POINT('',(20.0050417209204,140.000003743407,39.8007416095093)); -#26310=CARTESIAN_POINT('',(20.0050417209132,140.000007486813,39.8007416095095)); -#26311=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,39.800741619847)); -#26312=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,39.7983362208167)); -#26313=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,39.8038999536848)); -#26314=CARTESIAN_POINT('',(20.110025641706,142.082416419323,39.8091564519732)); -#26315=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,39.8604521953213)); -#26316=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,39.8705647512391)); -#26317=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,39.8987366957995)); -#26318=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,39.9140841674193)); -#26319=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,39.9535533897235)); -#26320=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,39.9641081361574)); -#26321=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,39.9805135966303)); -#26322=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,39.9841514631849)); -#26323=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,39.9919335912214)); -#26324=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,39.996081268271)); -#26325=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,40.0011523498311)); -#26326=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,40.0023251536626)); -#26327=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,40.0035051667736)); -#26328=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,40.0067308789601)); -#26329=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,40.0106688933799)); -#26330=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,40.0200186042353)); -#26331=CARTESIAN_POINT('',(20.2207536481424,142.929541913147,40.0242473144181)); -#26332=CARTESIAN_POINT('',(20.2192045261209,142.9190669982,40.0352440748917)); -#26333=CARTESIAN_POINT('',(20.2179261518725,142.910393149379,40.0414780800673)); -#26334=CARTESIAN_POINT('',(20.2145482338722,142.887358567166,40.0555116923745)); -#26335=CARTESIAN_POINT('',(20.2114304077438,142.865986770516,40.0657813086575)); -#26336=CARTESIAN_POINT('',(20.1947147364458,142.749476028342,40.1088173900816)); -#26337=CARTESIAN_POINT('',(20.1765637027444,142.615776496903,40.1285419528475)); -#26338=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,40.141396657906)); -#26339=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,40.1435300664674)); -#26340=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,40.1455130821443)); -#26341=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,40.1908436017601)); -#26342=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,40.1961000962416)); -#26343=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,40.2016638215016)); -#26344=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,40.199258418674)); -#26345=CARTESIAN_POINT('',(20.005041707059,140.00001131179,40.1992584255612)); -#26346=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,40.1992584255613)); -#26347=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,40.1992584255614)); -#26348=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,40.1992584139044)); -#26349=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,41.8007416500762)); -#26350=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,41.8007416095095)); -#26351=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,41.8007416095096)); -#26352=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,41.8007416198471)); -#26353=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,41.7983362208169)); -#26354=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,41.8038999536849)); -#26355=CARTESIAN_POINT('',(20.110025641706,142.082416419323,41.8091564519733)); -#26356=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,41.8604521953214)); -#26357=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,41.8705647512391)); -#26358=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,41.8987366957994)); -#26359=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,41.9140841674194)); -#26360=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,41.9535533897235)); -#26361=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,41.9641081361574)); -#26362=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,41.9805135966303)); -#26363=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,41.9841514631848)); -#26364=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,41.9919335912214)); -#26365=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,41.996081268271)); -#26366=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,42.0011523498311)); -#26367=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,42.0023251536625)); -#26368=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,42.0035051667736)); -#26369=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,42.0067308789608)); -#26370=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,42.0106688933812)); -#26371=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,42.0200186042345)); -#26372=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,42.0242473144167)); -#26373=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,42.0352440748893)); -#26374=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,42.0414780800646)); -#26375=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,42.0555116923739)); -#26376=CARTESIAN_POINT('',(20.2114304077442,142.865986770518,42.0657813086555)); -#26377=CARTESIAN_POINT('',(20.194714736447,142.74947602835,42.1088173900815)); -#26378=CARTESIAN_POINT('',(20.1765637027437,142.615776496897,42.1285419528483)); -#26379=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,42.141396657906)); -#26380=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,42.1435300664674)); -#26381=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,42.1455130821443)); -#26382=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,42.1908436017601)); -#26383=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,42.1961000962416)); -#26384=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,42.2016638215016)); -#26385=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,42.199258418674)); -#26386=CARTESIAN_POINT('',(20.005041707059,140.00001131179,42.1992584255612)); -#26387=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,42.1992584255613)); -#26388=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,42.1992584255614)); -#26389=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,42.1992584139044)); -#26390=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,43.8007416500762)); -#26391=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,43.8007416095095)); -#26392=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,43.8007416095096)); -#26393=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,43.8007416198471)); -#26394=CARTESIAN_POINT('',(20.0170342650474,140.812371442685,43.7983362208169)); -#26395=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,43.8038999536849)); -#26396=CARTESIAN_POINT('',(20.110025641706,142.082416419323,43.8091564519733)); -#26397=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,43.8604521953214)); -#26398=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,43.8705647512391)); -#26399=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,43.8987366957994)); -#26400=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,43.9140841674194)); -#26401=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,43.9535533897235)); -#26402=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,43.9641081361574)); -#26403=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,43.9805135966303)); -#26404=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,43.9841514631848)); -#26405=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,43.9919335912214)); -#26406=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,43.996081268271)); -#26407=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,44.0011523498311)); -#26408=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,44.0023251536626)); -#26409=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,44.0035051667736)); -#26410=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,44.0067308789607)); -#26411=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,44.0106688933811)); -#26412=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,44.0200186042345)); -#26413=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,44.0242473144167)); -#26414=CARTESIAN_POINT('',(20.2192045261214,142.919066998202,44.0352440748894)); -#26415=CARTESIAN_POINT('',(20.217926151873,142.910393149383,44.0414780800647)); -#26416=CARTESIAN_POINT('',(20.2145482338727,142.88735856717,44.0555116923729)); -#26417=CARTESIAN_POINT('',(20.2114304077446,142.865986770521,44.0657813086546)); -#26418=CARTESIAN_POINT('',(20.1947147364471,142.749476028351,44.1088173900815)); -#26419=CARTESIAN_POINT('',(20.1765637027436,142.615776496896,44.1285419528484)); -#26420=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,44.141396657906)); -#26421=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,44.1435300664674)); -#26422=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,44.1455130821443)); -#26423=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,44.1908436017601)); -#26424=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,44.1961000962416)); -#26425=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,44.2016638215016)); -#26426=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,44.199258418674)); -#26427=CARTESIAN_POINT('',(20.005041707059,140.00001131179,44.1992584255612)); -#26428=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,44.1992584255612)); -#26429=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,44.1992584255614)); -#26430=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,44.1992584139044)); -#26431=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,45.8007416500762)); -#26432=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,45.8007416095095)); -#26433=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,45.8007416095096)); -#26434=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,45.8007416198471)); -#26435=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,45.7983362208169)); -#26436=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,45.8038999536849)); -#26437=CARTESIAN_POINT('',(20.110025641706,142.082416419323,45.8091564519733)); -#26438=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,45.8604521953214)); -#26439=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,45.8705647512391)); -#26440=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,45.8987366957995)); -#26441=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,45.9140841674194)); -#26442=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,45.9535533897235)); -#26443=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,45.9641081361574)); -#26444=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,45.9805135966303)); -#26445=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,45.9841514631848)); -#26446=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,45.9919335912214)); -#26447=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,45.996081268271)); -#26448=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,46.0011523498311)); -#26449=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,46.0023251536626)); -#26450=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,46.0035051667736)); -#26451=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,46.0067308789608)); -#26452=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,46.0106688933813)); -#26453=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,46.0200186042345)); -#26454=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,46.0242473144168)); -#26455=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,46.0352440748892)); -#26456=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,46.0414780800645)); -#26457=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,46.0555116923737)); -#26458=CARTESIAN_POINT('',(20.2114304077443,142.865986770519,46.0657813086553)); -#26459=CARTESIAN_POINT('',(20.1947147364471,142.749476028351,46.1088173900816)); -#26460=CARTESIAN_POINT('',(20.1765637027436,142.615776496896,46.1285419528484)); -#26461=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,46.141396657906)); -#26462=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,46.1435300664674)); -#26463=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,46.1455130821443)); -#26464=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,46.1908436017601)); -#26465=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,46.1961000962416)); -#26466=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,46.2016638215016)); -#26467=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,46.199258418674)); -#26468=CARTESIAN_POINT('',(20.005041707059,140.00001131179,46.1992584255612)); -#26469=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,46.1992584255613)); -#26470=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,46.1992584255614)); -#26471=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,46.1992584139044)); -#26472=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,47.8007416500762)); -#26473=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,47.8007416095095)); -#26474=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,47.8007416095096)); -#26475=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,47.8007416198471)); -#26476=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,47.7983362208169)); -#26477=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,47.8038999536849)); -#26478=CARTESIAN_POINT('',(20.110025641706,142.082416419323,47.8091564519733)); -#26479=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,47.8604521953214)); -#26480=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,47.8705647512391)); -#26481=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,47.8987366957995)); -#26482=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,47.9140841674194)); -#26483=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,47.9535533897235)); -#26484=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,47.9641081361574)); -#26485=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,47.9805135966303)); -#26486=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,47.9841514631848)); -#26487=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,47.9919335912214)); -#26488=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,47.996081268271)); -#26489=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,48.0011523498311)); -#26490=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,48.0023251536626)); -#26491=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,48.0035051667736)); -#26492=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,48.0067308789607)); -#26493=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,48.0106688933811)); -#26494=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,48.0200186042345)); -#26495=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,48.0242473144167)); -#26496=CARTESIAN_POINT('',(20.2192045261214,142.919066998202,48.0352440748893)); -#26497=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,48.0414780800647)); -#26498=CARTESIAN_POINT('',(20.2145482338727,142.887358567169,48.055511692373)); -#26499=CARTESIAN_POINT('',(20.2114304077446,142.865986770521,48.0657813086547)); -#26500=CARTESIAN_POINT('',(20.194714736447,142.749476028351,48.1088173900815)); -#26501=CARTESIAN_POINT('',(20.1765637027436,142.615776496896,48.1285419528483)); -#26502=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,48.141396657906)); -#26503=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,48.1435300664674)); -#26504=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,48.1455130821443)); -#26505=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,48.1908436017601)); -#26506=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,48.1961000962416)); -#26507=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,48.2016638215016)); -#26508=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,48.199258418674)); -#26509=CARTESIAN_POINT('',(20.005041707059,140.00001131179,48.1992584255612)); -#26510=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,48.1992584255612)); -#26511=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,48.1992584255614)); -#26512=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,48.1992584139044)); -#26513=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,49.8007416500762)); -#26514=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,49.8007416095095)); -#26515=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,49.8007416095096)); -#26516=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,49.8007416198471)); -#26517=CARTESIAN_POINT('',(20.0170342650474,140.812371442685,49.7983362208169)); -#26518=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,49.8038999536849)); -#26519=CARTESIAN_POINT('',(20.110025641706,142.082416419323,49.8091564519733)); -#26520=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,49.8604521953214)); -#26521=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,49.8705647512391)); -#26522=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,49.8987366957995)); -#26523=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,49.9140841674194)); -#26524=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,49.9535533897235)); -#26525=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,49.9641081361574)); -#26526=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,49.9805135966303)); -#26527=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,49.9841514631849)); -#26528=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,49.9919335912214)); -#26529=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,49.996081268271)); -#26530=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,50.0011523498311)); -#26531=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,50.0023251536626)); -#26532=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,50.0035051667736)); -#26533=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,50.0067308789608)); -#26534=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,50.0106688933814)); -#26535=CARTESIAN_POINT('',(20.2212414677486,142.932833237515,50.0200186042344)); -#26536=CARTESIAN_POINT('',(20.2207536481426,142.929541913149,50.0242473144165)); -#26537=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,50.0352440748889)); -#26538=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,50.0414780800643)); -#26539=CARTESIAN_POINT('',(20.2145482338723,142.887358567167,50.0555116923748)); -#26540=CARTESIAN_POINT('',(20.2114304077439,142.865986770516,50.0657813086562)); -#26541=CARTESIAN_POINT('',(20.1947147364472,142.749476028352,50.1088173900815)); -#26542=CARTESIAN_POINT('',(20.1765637027435,142.615776496896,50.1285419528484)); -#26543=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,50.141396657906)); -#26544=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,50.1435300664674)); -#26545=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,50.1455130821443)); -#26546=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,50.1908436017601)); -#26547=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,50.1961000962416)); -#26548=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,50.2016638215016)); -#26549=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,50.199258418674)); -#26550=CARTESIAN_POINT('',(20.005041707059,140.00001131179,50.1992584255612)); -#26551=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,50.1992584255613)); -#26552=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,50.1992584255614)); -#26553=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,50.1992584139044)); -#26554=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,51.8007416500762)); -#26555=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,51.8007416095095)); -#26556=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,51.8007416095096)); -#26557=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,51.8007416198471)); -#26558=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,51.7983362208169)); -#26559=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,51.8038999536849)); -#26560=CARTESIAN_POINT('',(20.110025641706,142.082416419323,51.8091564519733)); -#26561=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,51.8604521953214)); -#26562=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,51.8705647512391)); -#26563=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,51.8987366957994)); -#26564=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,51.9140841674194)); -#26565=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,51.9535533897235)); -#26566=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,51.9641081361574)); -#26567=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,51.9805135966303)); -#26568=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,51.9841514631848)); -#26569=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,51.9919335912214)); -#26570=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,51.996081268271)); -#26571=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,52.0011523498311)); -#26572=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,52.0023251536626)); -#26573=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,52.0035051667736)); -#26574=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,52.0067308789608)); -#26575=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,52.0106688933812)); -#26576=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,52.0200186042345)); -#26577=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,52.0242473144168)); -#26578=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,52.0352440748892)); -#26579=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,52.0414780800645)); -#26580=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,52.0555116923737)); -#26581=CARTESIAN_POINT('',(20.2114304077443,142.865986770519,52.0657813086553)); -#26582=CARTESIAN_POINT('',(20.1947147364471,142.749476028351,52.1088173900815)); -#26583=CARTESIAN_POINT('',(20.1765637027435,142.615776496896,52.1285419528484)); -#26584=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,52.141396657906)); -#26585=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,52.1435300664674)); -#26586=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,52.1455130821443)); -#26587=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,52.1908436017601)); -#26588=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,52.1961000962416)); -#26589=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,52.2016638215016)); -#26590=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,52.199258418674)); -#26591=CARTESIAN_POINT('',(20.005041707059,140.00001131179,52.1992584255612)); -#26592=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,52.1992584255612)); -#26593=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,52.1992584255614)); -#26594=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,52.1992584139044)); -#26595=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,53.8007416500762)); -#26596=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,53.8007416095095)); -#26597=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,53.8007416095096)); -#26598=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,53.8007416198471)); -#26599=CARTESIAN_POINT('',(20.0170342650474,140.812371442685,53.7983362208169)); -#26600=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,53.8038999536849)); -#26601=CARTESIAN_POINT('',(20.110025641706,142.082416419323,53.8091564519733)); -#26602=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,53.8604521953214)); -#26603=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,53.8705647512391)); -#26604=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,53.8987366957994)); -#26605=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,53.9140841674194)); -#26606=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,53.9535533897235)); -#26607=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,53.9641081361574)); -#26608=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,53.9805135966303)); -#26609=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,53.9841514631848)); -#26610=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,53.9919335912214)); -#26611=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,53.996081268271)); -#26612=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,54.0011523498311)); -#26613=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,54.0023251536626)); -#26614=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,54.0035051667736)); -#26615=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,54.0067308789607)); -#26616=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,54.0106688933809)); -#26617=CARTESIAN_POINT('',(20.2212414677484,142.932833237514,54.020018604236)); -#26618=CARTESIAN_POINT('',(20.2207536481423,142.929541913147,54.0242473144188)); -#26619=CARTESIAN_POINT('',(20.2192045261209,142.919066998199,54.0352440748921)); -#26620=CARTESIAN_POINT('',(20.2179261518724,142.910393149379,54.0414780800676)); -#26621=CARTESIAN_POINT('',(20.2145482338721,142.887358567165,54.0555116923748)); -#26622=CARTESIAN_POINT('',(20.2114304077437,142.865986770515,54.065781308658)); -#26623=CARTESIAN_POINT('',(20.1947147364456,142.74947602834,54.1088173900817)); -#26624=CARTESIAN_POINT('',(20.1765637027445,142.615776496904,54.1285419528474)); -#26625=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,54.141396657906)); -#26626=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,54.1435300664674)); -#26627=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,54.1455130821443)); -#26628=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,54.1908436017601)); -#26629=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,54.1961000962416)); -#26630=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,54.2016638215016)); -#26631=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,54.199258418674)); -#26632=CARTESIAN_POINT('',(20.005041707059,140.00001131179,54.1992584255612)); -#26633=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,54.1992584255612)); -#26634=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,54.1992584255614)); -#26635=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,54.1992584139044)); -#26636=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,55.8007416500762)); -#26637=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,55.8007416095095)); -#26638=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,55.8007416095096)); -#26639=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,55.8007416198471)); -#26640=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,55.7983362208169)); -#26641=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,55.8038999536849)); -#26642=CARTESIAN_POINT('',(20.110025641706,142.082416419323,55.8091564519733)); -#26643=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,55.8604521953214)); -#26644=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,55.8705647512391)); -#26645=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,55.8987366957995)); -#26646=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,55.9140841674194)); -#26647=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,55.9535533897235)); -#26648=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,55.9641081361574)); -#26649=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,55.9805135966303)); -#26650=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,55.9841514631848)); -#26651=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,55.9919335912214)); -#26652=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,55.996081268271)); -#26653=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,56.0011523498311)); -#26654=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,56.0023251536626)); -#26655=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,56.0035051667736)); -#26656=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,56.0067308789608)); -#26657=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,56.0106688933814)); -#26658=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,56.0200186042346)); -#26659=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,56.024247314417)); -#26660=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,56.035244074889)); -#26661=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,56.0414780800643)); -#26662=CARTESIAN_POINT('',(20.2145482338729,142.887358567171,56.0555116923722)); -#26663=CARTESIAN_POINT('',(20.2114304077449,142.865986770523,56.0657813086537)); -#26664=CARTESIAN_POINT('',(20.1947147364473,142.749476028352,56.1088173900816)); -#26665=CARTESIAN_POINT('',(20.1765637027434,142.615776496894,56.1285419528486)); -#26666=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,56.141396657906)); -#26667=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,56.1435300664674)); -#26668=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,56.1455130821443)); -#26669=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,56.1908436017601)); -#26670=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,56.1961000962416)); -#26671=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,56.2016638215016)); -#26672=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,56.199258418674)); -#26673=CARTESIAN_POINT('',(20.005041707059,140.00001131179,56.1992584255612)); -#26674=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,56.1992584255613)); -#26675=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,56.1992584255614)); -#26676=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,56.1992584139044)); -#26677=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,57.8007416500762)); -#26678=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,57.8007416095094)); -#26679=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,57.8007416095096)); -#26680=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,57.8007416198471)); -#26681=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,57.7983362208169)); -#26682=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,57.8038999536849)); -#26683=CARTESIAN_POINT('',(20.110025641706,142.082416419323,57.8091564519733)); -#26684=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,57.8604521953214)); -#26685=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,57.8705647512391)); -#26686=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,57.8987366957995)); -#26687=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,57.9140841674194)); -#26688=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,57.9535533897235)); -#26689=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,57.9641081361574)); -#26690=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,57.9805135966303)); -#26691=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,57.9841514631848)); -#26692=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,57.9919335912214)); -#26693=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,57.996081268271)); -#26694=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,58.0011523498311)); -#26695=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,58.0023251536626)); -#26696=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,58.0035051667736)); -#26697=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,58.0067308789608)); -#26698=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,58.0106688933814)); -#26699=CARTESIAN_POINT('',(20.2212414677486,142.932833237515,58.0200186042344)); -#26700=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,58.0242473144165)); -#26701=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,58.0352440748889)); -#26702=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,58.0414780800643)); -#26703=CARTESIAN_POINT('',(20.2145482338726,142.887358567169,58.0555116923737)); -#26704=CARTESIAN_POINT('',(20.2114304077443,142.865986770519,58.0657813086551)); -#26705=CARTESIAN_POINT('',(20.1947147364472,142.749476028352,58.1088173900816)); -#26706=CARTESIAN_POINT('',(20.1765637027434,142.615776496895,58.1285419528485)); -#26707=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,58.141396657906)); -#26708=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,58.1435300664674)); -#26709=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,58.1455130821443)); -#26710=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,58.1908436017601)); -#26711=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,58.1961000962416)); -#26712=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,58.2016638215016)); -#26713=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,58.199258418674)); -#26714=CARTESIAN_POINT('',(20.005041707059,140.00001131179,58.1992584255612)); -#26715=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,58.1992584255613)); -#26716=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,58.1992584255614)); -#26717=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,58.1992584139044)); -#26718=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,59.8007416500762)); -#26719=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,59.8007416095095)); -#26720=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,59.8007416095096)); -#26721=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,59.8007416198471)); -#26722=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,59.7983362208169)); -#26723=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,59.8038999536849)); -#26724=CARTESIAN_POINT('',(20.110025641706,142.082416419323,59.8091564519733)); -#26725=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,59.8604521953214)); -#26726=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,59.8705647512391)); -#26727=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,59.8987366957995)); -#26728=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,59.9140841674194)); -#26729=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,59.9535533897235)); -#26730=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,59.9641081361574)); -#26731=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,59.9805135966303)); -#26732=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,59.9841514631849)); -#26733=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,59.9919335912214)); -#26734=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,59.996081268271)); -#26735=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,60.0011523498311)); -#26736=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,60.0023251536626)); -#26737=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,60.0035051667736)); -#26738=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,60.0067308789607)); -#26739=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,60.0106688933811)); -#26740=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,60.0200186042345)); -#26741=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,60.0242473144167)); -#26742=CARTESIAN_POINT('',(20.2192045261214,142.919066998202,60.0352440748894)); -#26743=CARTESIAN_POINT('',(20.217926151873,142.910393149383,60.0414780800647)); -#26744=CARTESIAN_POINT('',(20.2145482338726,142.887358567168,60.0555116923736)); -#26745=CARTESIAN_POINT('',(20.2114304077443,142.865986770519,60.0657813086553)); -#26746=CARTESIAN_POINT('',(20.194714736447,142.74947602835,60.1088173900816)); -#26747=CARTESIAN_POINT('',(20.1765637027436,142.615776496896,60.1285419528484)); -#26748=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,60.141396657906)); -#26749=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,60.1435300664674)); -#26750=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,60.1455130821443)); -#26751=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,60.1908436017601)); -#26752=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,60.1961000962416)); -#26753=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,60.2016638215016)); -#26754=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,60.199258418674)); -#26755=CARTESIAN_POINT('',(20.005041707059,140.00001131179,60.1992584255612)); -#26756=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,60.1992584255612)); -#26757=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,60.1992584255614)); -#26758=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,60.1992584139044)); -#26759=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,61.8007416500762)); -#26760=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,61.8007416095094)); -#26761=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,61.8007416095096)); -#26762=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,61.8007416198471)); -#26763=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,61.7983362208169)); -#26764=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,61.8038999536849)); -#26765=CARTESIAN_POINT('',(20.110025641706,142.082416419323,61.8091564519733)); -#26766=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,61.8604521953214)); -#26767=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,61.8705647512391)); -#26768=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,61.8987366957994)); -#26769=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,61.9140841674194)); -#26770=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,61.9535533897235)); -#26771=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,61.9641081361574)); -#26772=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,61.9805135966303)); -#26773=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,61.9841514631848)); -#26774=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,61.9919335912214)); -#26775=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,61.996081268271)); -#26776=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,62.0011523498311)); -#26777=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,62.0023251536626)); -#26778=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,62.0035051667736)); -#26779=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,62.0067308789608)); -#26780=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,62.0106688933814)); -#26781=CARTESIAN_POINT('',(20.2212414677486,142.932833237515,62.0200186042344)); -#26782=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,62.0242473144165)); -#26783=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,62.0352440748889)); -#26784=CARTESIAN_POINT('',(20.2179261518732,142.910393149384,62.0414780800642)); -#26785=CARTESIAN_POINT('',(20.2145482338728,142.88735856717,62.0555116923727)); -#26786=CARTESIAN_POINT('',(20.2114304077447,142.865986770522,62.0657813086541)); -#26787=CARTESIAN_POINT('',(20.1947147364473,142.749476028353,62.1088173900815)); -#26788=CARTESIAN_POINT('',(20.1765637027434,142.615776496894,62.1285419528486)); -#26789=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,62.141396657906)); -#26790=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,62.1435300664674)); -#26791=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,62.1455130821443)); -#26792=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,62.1908436017601)); -#26793=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,62.1961000962416)); -#26794=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,62.2016638215016)); -#26795=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,62.199258418674)); -#26796=CARTESIAN_POINT('',(20.005041707059,140.00001131179,62.1992584255612)); -#26797=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,62.1992584255612)); -#26798=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,62.1992584255614)); -#26799=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,62.1992584139044)); -#26800=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,63.8007416500762)); -#26801=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,63.8007416095094)); -#26802=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,63.8007416095096)); -#26803=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,63.8007416198471)); -#26804=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,63.7983362208169)); -#26805=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,63.8038999536849)); -#26806=CARTESIAN_POINT('',(20.110025641706,142.082416419323,63.8091564519733)); -#26807=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,63.8604521953214)); -#26808=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,63.8705647512391)); -#26809=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,63.8987366957994)); -#26810=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,63.9140841674193)); -#26811=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,63.9535533897235)); -#26812=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,63.9641081361574)); -#26813=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,63.9805135966303)); -#26814=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,63.9841514631848)); -#26815=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,63.9919335912214)); -#26816=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,63.9960812682709)); -#26817=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,64.0011523498311)); -#26818=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,64.0023251536626)); -#26819=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,64.0035051667736)); -#26820=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,64.0067308789608)); -#26821=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,64.0106688933813)); -#26822=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,64.0200186042345)); -#26823=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,64.0242473144167)); -#26824=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,64.0352440748891)); -#26825=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,64.0414780800645)); -#26826=CARTESIAN_POINT('',(20.2145482338727,142.887358567169,64.0555116923732)); -#26827=CARTESIAN_POINT('',(20.2114304077445,142.86598677052,64.0657813086546)); -#26828=CARTESIAN_POINT('',(20.1947147364471,142.749476028351,64.1088173900815)); -#26829=CARTESIAN_POINT('',(20.1765637027435,142.615776496896,64.1285419528484)); -#26830=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,64.141396657906)); -#26831=CARTESIAN_POINT('',(20.1615051262417,142.496916167024,64.1435300664674)); -#26832=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,64.1455130821443)); -#26833=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,64.1908436017601)); -#26834=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,64.1961000962416)); -#26835=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,64.2016638215017)); -#26836=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,64.199258418674)); -#26837=CARTESIAN_POINT('',(20.005041707059,140.00001131179,64.1992584255612)); -#26838=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,64.1992584255613)); -#26839=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,64.1992584255614)); -#26840=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,64.1992584139044)); -#26841=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,65.8007416500762)); -#26842=CARTESIAN_POINT('',(20.0050417209204,140.000003743407,65.8007416095093)); -#26843=CARTESIAN_POINT('',(20.0050417209132,140.000007486813,65.8007416095095)); -#26844=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,65.800741619847)); -#26845=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,65.7983362208167)); -#26846=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,65.8038999536848)); -#26847=CARTESIAN_POINT('',(20.110025641706,142.082416419323,65.8091564519732)); -#26848=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,65.8604521953213)); -#26849=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,65.870564751239)); -#26850=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,65.8987366957995)); -#26851=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,65.9140841674194)); -#26852=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,65.9535533897235)); -#26853=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,65.9641081361574)); -#26854=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,65.9805135966303)); -#26855=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,65.9841514631848)); -#26856=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,65.9919335912214)); -#26857=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,65.996081268271)); -#26858=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,66.0011523498311)); -#26859=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,66.0023251536626)); -#26860=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,66.0035051667736)); -#26861=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,66.0067308789608)); -#26862=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,66.0106688933814)); -#26863=CARTESIAN_POINT('',(20.2212414677486,142.932833237515,66.0200186042344)); -#26864=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,66.0242473144166)); -#26865=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,66.0352440748889)); -#26866=CARTESIAN_POINT('',(20.2179261518732,142.910393149384,66.0414780800641)); -#26867=CARTESIAN_POINT('',(20.2145482338729,142.887358567171,66.0555116923721)); -#26868=CARTESIAN_POINT('',(20.2114304077449,142.865986770523,66.0657813086535)); -#26869=CARTESIAN_POINT('',(20.1947147364473,142.749476028352,66.1088173900815)); -#26870=CARTESIAN_POINT('',(20.1765637027434,142.615776496895,66.1285419528486)); -#26871=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,66.141396657906)); -#26872=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,66.1435300664674)); -#26873=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,66.1455130821443)); -#26874=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,66.1908436017601)); -#26875=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,66.1961000962416)); -#26876=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,66.2016638215017)); -#26877=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,66.199258418674)); -#26878=CARTESIAN_POINT('',(20.005041707059,140.00001131179,66.1992584255612)); -#26879=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,66.1992584255613)); -#26880=CARTESIAN_POINT('',(20.0050417070745,140.000003770598,66.1992584255614)); -#26881=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,66.1992584139044)); -#26882=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,67.8007416500762)); -#26883=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,67.8007416095094)); -#26884=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,67.8007416095096)); -#26885=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,67.8007416198471)); -#26886=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,67.7983362208169)); -#26887=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,67.8038999536849)); -#26888=CARTESIAN_POINT('',(20.110025641706,142.082416419323,67.8091564519733)); -#26889=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,67.8604521953214)); -#26890=CARTESIAN_POINT('',(20.175630342421,142.607715272263,67.8705647512391)); -#26891=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,67.8987366957994)); -#26892=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,67.9140841674194)); -#26893=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,67.9535533897235)); -#26894=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,67.9641081361574)); -#26895=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,67.9805135966303)); -#26896=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,67.9841514631848)); -#26897=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,67.9919335912214)); -#26898=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,67.996081268271)); -#26899=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,68.0011523498311)); -#26900=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,68.0023251536625)); -#26901=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,68.0035051667736)); -#26902=CARTESIAN_POINT('',(20.2221029472204,142.938637626556,68.0067308789599)); -#26903=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,68.0106688933801)); -#26904=CARTESIAN_POINT('',(20.2212414677486,142.932833237516,68.0200186042337)); -#26905=CARTESIAN_POINT('',(20.2207536481427,142.929541913149,68.024247314416)); -#26906=CARTESIAN_POINT('',(20.2192045261215,142.919066998204,68.0352440748884)); -#26907=CARTESIAN_POINT('',(20.2179261518733,142.910393149385,68.0414780800635)); -#26908=CARTESIAN_POINT('',(20.2145482338729,142.887358567171,68.0555116923724)); -#26909=CARTESIAN_POINT('',(20.2114304077448,142.865986770523,68.0657813086537)); -#26910=CARTESIAN_POINT('',(20.1947147364475,142.749476028354,68.1088173900815)); -#26911=CARTESIAN_POINT('',(20.1765637027433,142.615776496894,68.1285419528487)); -#26912=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,68.141396657906)); -#26913=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,68.1435300664673)); -#26914=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,68.1455130821443)); -#26915=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,68.1908436017601)); -#26916=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,68.1961000962416)); -#26917=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,68.2016638215017)); -#26918=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,68.199258418674)); -#26919=CARTESIAN_POINT('',(20.005041707059,140.00001131179,68.1992584255612)); -#26920=CARTESIAN_POINT('',(20.0050417070662,140.000007541195,68.1992584255613)); -#26921=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,68.1992584255614)); -#26922=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,68.1992584139044)); -#26923=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,69.8007416500762)); -#26924=CARTESIAN_POINT('',(20.0050417209206,140.000003743407,69.8007416095094)); -#26925=CARTESIAN_POINT('',(20.0050417209134,140.000007486813,69.8007416095096)); -#26926=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,69.8007416198471)); -#26927=CARTESIAN_POINT('',(20.0170342650474,140.812371442685,69.7983362208169)); -#26928=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,69.8038999536849)); -#26929=CARTESIAN_POINT('',(20.110025641706,142.082416419323,69.8091564519733)); -#26930=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,69.8604521953214)); -#26931=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,69.8705647512391)); -#26932=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,69.8987366957995)); -#26933=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,69.9140841674194)); -#26934=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,69.9535533897235)); -#26935=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,69.9641081361574)); -#26936=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,69.9805135966303)); -#26937=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,69.9841514631849)); -#26938=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,69.9919335912215)); -#26939=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,69.996081268271)); -#26940=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,70.0011523498311)); -#26941=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,70.0023251536625)); -#26942=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,70.0035051667736)); -#26943=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,70.0067308789608)); -#26944=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,70.0106688933812)); -#26945=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,70.0200186042345)); -#26946=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,70.0242473144167)); -#26947=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,70.0352440748891)); -#26948=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,70.0414780800646)); -#26949=CARTESIAN_POINT('',(20.2145482338728,142.88735856717,70.0555116923726)); -#26950=CARTESIAN_POINT('',(20.2114304077447,142.865986770522,70.0657813086542)); -#26951=CARTESIAN_POINT('',(20.1947147364472,142.749476028352,70.1088173900815)); -#26952=CARTESIAN_POINT('',(20.1765637027435,142.615776496895,70.1285419528485)); -#26953=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,70.141396657906)); -#26954=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,70.1435300664674)); -#26955=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,70.1455130821443)); -#26956=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,70.1908436017601)); -#26957=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,70.1961000962416)); -#26958=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,70.2016638215017)); -#26959=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,70.199258418674)); -#26960=CARTESIAN_POINT('',(20.005041707059,140.00001131179,70.1992584255612)); -#26961=CARTESIAN_POINT('',(20.0050417070662,140.000007541194,70.1992584255612)); -#26962=CARTESIAN_POINT('',(20.0050417070745,140.000003770596,70.1992584255614)); -#26963=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,70.1992584139044)); -#26964=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,71.8007416500762)); -#26965=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,71.8007416095095)); -#26966=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,71.8007416095096)); -#26967=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,71.8007416198471)); -#26968=CARTESIAN_POINT('',(20.0170342650473,140.812371442685,71.7983362208169)); -#26969=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,71.8038999536849)); -#26970=CARTESIAN_POINT('',(20.110025641706,142.082416419323,71.8091564519733)); -#26971=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,71.8604521953214)); -#26972=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,71.8705647512391)); -#26973=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,71.8987366957994)); -#26974=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,71.9140841674194)); -#26975=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,71.9535533897235)); -#26976=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,71.9641081361574)); -#26977=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,71.9805135966303)); -#26978=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,71.9841514631849)); -#26979=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,71.9919335912214)); -#26980=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,71.996081268271)); -#26981=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,72.0011523498311)); -#26982=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,72.0023251536625)); -#26983=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,72.0035051667736)); -#26984=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,72.0067308789607)); -#26985=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,72.0106688933811)); -#26986=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,72.0200186042345)); -#26987=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,72.0242473144167)); -#26988=CARTESIAN_POINT('',(20.2192045261214,142.919066998202,72.0352440748894)); -#26989=CARTESIAN_POINT('',(20.217926151873,142.910393149383,72.0414780800646)); -#26990=CARTESIAN_POINT('',(20.2145482338725,142.887358567168,72.0555116923739)); -#26991=CARTESIAN_POINT('',(20.2114304077442,142.865986770518,72.0657813086555)); -#26992=CARTESIAN_POINT('',(20.194714736447,142.74947602835,72.1088173900816)); -#26993=CARTESIAN_POINT('',(20.1765637027436,142.615776496896,72.1285419528484)); -#26994=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,72.141396657906)); -#26995=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,72.1435300664674)); -#26996=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,72.1455130821443)); -#26997=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,72.1908436017601)); -#26998=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,72.1961000962416)); -#26999=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,72.2016638215017)); -#27000=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,72.199258418674)); -#27001=CARTESIAN_POINT('',(20.005041707059,140.00001131179,72.1992584255612)); -#27002=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,72.1992584255612)); -#27003=CARTESIAN_POINT('',(20.0050417070745,140.000003770599,72.1992584255614)); -#27004=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,72.1992584139044)); -#27005=CARTESIAN_POINT('',(20.0050433078617,139.998177304108,73.8007416476536)); -#27006=CARTESIAN_POINT('',(20.0050432644135,139.998181046367,73.8007416070867)); -#27007=CARTESIAN_POINT('',(20.0050432644073,139.998184788626,73.8007416070869)); -#27008=CARTESIAN_POINT('',(20.0050427373916,140.385150530679,73.8007416172665)); -#27009=CARTESIAN_POINT('',(20.0170360198852,140.810299170439,73.7983362180624)); -#27010=CARTESIAN_POINT('',(20.0695282087191,141.657692066657,73.803899950583)); -#27011=CARTESIAN_POINT('',(20.1100277286447,142.079951972241,73.8091564486977)); -#27012=CARTESIAN_POINT('',(20.1659304254926,142.530095783114,73.860452191859)); -#27013=CARTESIAN_POINT('',(20.175632568261,142.605086798022,73.8705647477455)); -#27014=CARTESIAN_POINT('',(20.1955271203618,142.752100720491,73.8987366922446)); -#27015=CARTESIAN_POINT('',(20.2057927635248,142.824620208375,73.9140841638341)); -#27016=CARTESIAN_POINT('',(20.2168918655418,142.900640393095,73.9535533861058)); -#27017=CARTESIAN_POINT('',(20.2194042080902,142.917686759076,73.9641081325323)); -#27018=CARTESIAN_POINT('',(20.2212685766086,142.930268701393,73.9805135929996)); -#27019=CARTESIAN_POINT('',(20.221605868549,142.932541543076,73.9841514595532)); -#27020=CARTESIAN_POINT('',(20.2220700982893,142.935667741247,73.9919335875882)); -#27021=CARTESIAN_POINT('',(20.2221957557757,142.936512784329,73.9960812646372)); -#27022=CARTESIAN_POINT('',(20.2221957552994,142.936512677012,74.0011523461972)); -#27023=CARTESIAN_POINT('',(20.2221857215284,142.93644514245,74.0023251500288)); -#27024=CARTESIAN_POINT('',(20.2221650375031,142.936305934036,74.0035051631397)); -#27025=CARTESIAN_POINT('',(20.2221052624586,142.935903582721,74.0067308753269)); -#27026=CARTESIAN_POINT('',(20.2219680796706,142.93498095312,74.0106688897474)); -#27027=CARTESIAN_POINT('',(20.2212437829867,142.930099193681,74.0200186006006)); -#27028=CARTESIAN_POINT('',(20.2207559633808,142.926807869314,74.0242473107829)); -#27029=CARTESIAN_POINT('',(20.2192068413596,142.916332954369,74.0352440712553)); -#27030=CARTESIAN_POINT('',(20.2179284671113,142.907659105549,74.0414780764307)); -#27031=CARTESIAN_POINT('',(20.2145505491108,142.884624523335,74.0555116887395)); -#27032=CARTESIAN_POINT('',(20.2114327229826,142.863252726686,74.0657813050211)); -#27033=CARTESIAN_POINT('',(20.1947170516854,142.746741984517,74.1088173864476)); -#27034=CARTESIAN_POINT('',(20.1765660179817,142.613042453062,74.1285419492145)); -#27035=CARTESIAN_POINT('',(20.1636401580036,142.511016299669,74.1413966542721)); -#27036=CARTESIAN_POINT('',(20.1615074362787,142.494188265221,74.1435300628416)); -#27037=CARTESIAN_POINT('',(20.1594288684221,142.477615125771,74.1455130785266)); -#27038=CARTESIAN_POINT('',(20.1100272281825,142.079839769428,74.1908435983353)); -#27039=CARTESIAN_POINT('',(20.0695278067592,141.657602595454,74.1961000930207)); -#27040=CARTESIAN_POINT('',(20.0170358158828,140.810255378395,74.201663818689)); -#27041=CARTESIAN_POINT('',(20.0050426330033,140.385129721911,74.1992584160657)); -#27042=CARTESIAN_POINT('',(20.0050432505546,139.998188611819,74.1992584231386)); -#27043=CARTESIAN_POINT('',(20.0050432505606,139.998184842584,74.1992584231387)); -#27044=CARTESIAN_POINT('',(20.0050432505678,139.998181073346,74.1992584231388)); -#27045=CARTESIAN_POINT('',(20.0050432825293,139.998177304108,74.1992584114818)); -#27046=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,75.8007416500762)); -#27047=CARTESIAN_POINT('',(20.0050417209206,140.000003743404,75.8007416095094)); -#27048=CARTESIAN_POINT('',(20.0050417209134,140.000007486812,75.8007416095096)); -#27049=CARTESIAN_POINT('',(20.0050410932833,140.387092043476,75.8007416198471)); -#27050=CARTESIAN_POINT('',(20.0170342650474,140.812371442685,75.7983362208169)); -#27051=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,75.8038999536849)); -#27052=CARTESIAN_POINT('',(20.110025641706,142.082416419323,75.8091564519733)); -#27053=CARTESIAN_POINT('',(20.1659282195188,142.532700797707,75.8604521953214)); -#27054=CARTESIAN_POINT('',(20.1756303424211,142.607715272263,75.8705647512391)); -#27055=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,75.8987366957995)); -#27056=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,75.9140841674194)); -#27057=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,75.9535533897235)); -#27058=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,75.9641081361574)); -#27059=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,75.9805135966303)); -#27060=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,75.9841514631849)); -#27061=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,75.9919335912215)); -#27062=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,75.996081268271)); -#27063=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,76.0011523498311)); -#27064=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,76.0023251536625)); -#27065=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,76.0035051667736)); -#27066=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,76.0067308789601)); -#27067=CARTESIAN_POINT('',(20.2219657644325,142.937714996955,76.01066889338)); -#27068=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,76.0200186042349)); -#27069=CARTESIAN_POINT('',(20.2207536481425,142.929541913148,76.0242473144176)); -#27070=CARTESIAN_POINT('',(20.2192045261211,142.919066998201,76.0352440748908)); -#27071=CARTESIAN_POINT('',(20.2179261518727,142.910393149381,76.0414780800662)); -#27072=CARTESIAN_POINT('',(20.2145482338724,142.887358567167,76.055511692374)); -#27073=CARTESIAN_POINT('',(20.2114304077441,142.865986770517,76.0657813086564)); -#27074=CARTESIAN_POINT('',(20.1947147364464,142.749476028346,76.1088173900816)); -#27075=CARTESIAN_POINT('',(20.1765637027441,142.6157764969,76.1285419528479)); -#27076=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,76.141396657906)); -#27077=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,76.1435300664674)); -#27078=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,76.1455130821443)); -#27079=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,76.1908436017601)); -#27080=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,76.1961000962416)); -#27081=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,76.2016638215017)); -#27082=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,76.199258418674)); -#27083=CARTESIAN_POINT('',(20.005041707059,140.00001131179,76.1992584255612)); -#27084=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,76.1992584255613)); -#27085=CARTESIAN_POINT('',(20.0050417070745,140.000003770599,76.1992584255614)); -#27086=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,76.1992584139044)); -#27087=CARTESIAN_POINT('',(20.0050417643696,139.999999999997,77.8007416500762)); -#27088=CARTESIAN_POINT('',(20.0050417209204,140.000003743408,77.8007416095093)); -#27089=CARTESIAN_POINT('',(20.0050417209132,140.000007486813,77.8007416095095)); -#27090=CARTESIAN_POINT('',(20.0050410932831,140.387092043476,77.800741619847)); -#27091=CARTESIAN_POINT('',(20.0170342650472,140.812371442685,77.7983362208167)); -#27092=CARTESIAN_POINT('',(20.0695262324438,141.660025832366,77.8038999536848)); -#27093=CARTESIAN_POINT('',(20.110025641706,142.082416419323,77.8091564519732)); -#27094=CARTESIAN_POINT('',(20.1659282195187,142.532700797707,77.8604521953213)); -#27095=CARTESIAN_POINT('',(20.175630342421,142.607715272263,77.870564751239)); -#27096=CARTESIAN_POINT('',(20.1955248554095,142.754775382151,77.8987366957994)); -#27097=CARTESIAN_POINT('',(20.2057904792443,142.827317694492,77.9140841674194)); -#27098=CARTESIAN_POINT('',(20.2168895605743,142.903362308399,77.9535533897235)); -#27099=CARTESIAN_POINT('',(20.2194018984529,142.920414188889,77.9641081361574)); -#27100=CARTESIAN_POINT('',(20.2212662633698,142.933000384187,77.9805135966303)); -#27101=CARTESIAN_POINT('',(20.2216035546475,142.935274008438,77.9841514631848)); -#27102=CARTESIAN_POINT('',(20.2220677834264,142.938401341858,77.9919335912214)); -#27103=CARTESIAN_POINT('',(20.2221934406163,142.939246735113,77.996081268271)); -#27104=CARTESIAN_POINT('',(20.2221934400491,142.939246735183,78.0011523498311)); -#27105=CARTESIAN_POINT('',(20.2221834062748,142.9391792045,78.0023251536625)); -#27106=CARTESIAN_POINT('',(20.2221627222649,142.93903997787,78.0035051667736)); -#27107=CARTESIAN_POINT('',(20.2221029472204,142.938637626555,78.0067308789608)); -#27108=CARTESIAN_POINT('',(20.2219657644324,142.937714996954,78.0106688933813)); -#27109=CARTESIAN_POINT('',(20.2212414677485,142.932833237515,78.0200186042345)); -#27110=CARTESIAN_POINT('',(20.2207536481426,142.929541913148,78.0242473144167)); -#27111=CARTESIAN_POINT('',(20.2192045261214,142.919066998203,78.0352440748891)); -#27112=CARTESIAN_POINT('',(20.2179261518731,142.910393149383,78.0414780800646)); -#27113=CARTESIAN_POINT('',(20.2145482338724,142.887358567167,78.0555116923743)); -#27114=CARTESIAN_POINT('',(20.2114304077441,142.865986770517,78.065781308656)); -#27115=CARTESIAN_POINT('',(20.194714736447,142.74947602835,78.1088173900815)); -#27116=CARTESIAN_POINT('',(20.1765637027437,142.615776496897,78.1285419528483)); -#27117=CARTESIAN_POINT('',(20.1636378427654,142.513750343503,78.141396657906)); -#27118=CARTESIAN_POINT('',(20.1615051262418,142.496916167024,78.1435300664673)); -#27119=CARTESIAN_POINT('',(20.1594265635062,142.480336980054,78.1455130821443)); -#27120=CARTESIAN_POINT('',(20.1100250461551,142.082416505854,78.1908436017601)); -#27121=CARTESIAN_POINT('',(20.0695257546455,141.660025917962,78.1961000962416)); -#27122=CARTESIAN_POINT('',(20.0170340238902,140.812371526301,78.2016638215017)); -#27123=CARTESIAN_POINT('',(20.0050409712037,140.387092126024,78.199258418674)); -#27124=CARTESIAN_POINT('',(20.005041707059,140.00001131179,78.1992584255612)); -#27125=CARTESIAN_POINT('',(20.0050417070662,140.000007541196,78.1992584255613)); -#27126=CARTESIAN_POINT('',(20.0050417070745,140.000003770599,78.1992584255614)); -#27127=CARTESIAN_POINT('',(20.0050417390371,139.999999999997,78.1992584139044)); -#27128=CARTESIAN_POINT('',(0.,0.,0.)); -ENDSEC; -END-ISO-10303-21; diff --git a/resources/data/hints.ini b/resources/data/hints.ini index f4edae1265..27e6da9e24 100644 --- a/resources/data/hints.ini +++ b/resources/data/hints.ini @@ -64,26 +64,26 @@ [hint:Precise wall] text = Precise wall\nDid you know that turning on precise wall can improve precision and layer consistency? -documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/quality_settings_precision +documentation_link = https://github.com/OrcaSlicer/OrcaSlicer/wiki/quality_settings_precision [hint:Sandwich mode] text = Sandwich mode\nDid you know that you can use sandwich mode (inner-outer-inner) to improve precision and layer consistency if your model doesn't have very steep overhangs? [hint:Chamber temperature] text = Chamber temperature\nDid you know that OrcaSlicer supports chamber temperature? -documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Chamber-temperature +documentation_link = https://github.com/OrcaSlicer/OrcaSlicer/wiki/Chamber-temperature [hint:Calibration] text = Calibration\nDid you know that calibrating your printer can do wonders? Check out our beloved calibration solution in OrcaSlicer. -documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Calibration +documentation_link = https://github.com/OrcaSlicer/OrcaSlicer/wiki/Calibration [hint:Auxiliary fan] text = Auxiliary fan\nDid you know that OrcaSlicer supports Auxiliary part cooling fan? -documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/Auxiliary-fan +documentation_link = https://github.com/OrcaSlicer/OrcaSlicer/wiki/Auxiliary-fan [hint:Air filtration] text = Air filtration/Exhaust Fan\nDid you know that OrcaSlicer can support Air filtration/Exhaust Fan? -documentation_link = https://github.com/SoftFever/OrcaSlicer/wiki/air-filtration +documentation_link = https://github.com/OrcaSlicer/OrcaSlicer/wiki/air-filtration [hint:G-code window] text = G-code window\nYou can turn on/off the G-code window by pressing the C key. diff --git a/resources/handy_models/calicat.stl b/resources/handy_models/calicat.stl new file mode 100644 index 0000000000..3380af233b Binary files /dev/null and b/resources/handy_models/calicat.stl differ diff --git a/resources/hms/hms_action_22E.json b/resources/hms/hms_action_22E.json new file mode 100644 index 0000000000..d4695151c2 --- /dev/null +++ b/resources/hms/hms_action_22E.json @@ -0,0 +1,1340 @@ +{ + "result": 0, + "t": 1760077666, + "ver": 202510142200, + "data": [ + { + "ecode": "05008072", + "image": "", + "actions": [ + 28, + 27 + ], + "device": "22E" + }, + { + "ecode": "07FFC006", + "image": "0b0aa9ac563cdd636db3b1c5b8786ab2.png", + "actions": [ + 9 + ], + "device": "22E" + }, + { + "ecode": "07028011", + "image": "cfbd7c18d8c0cede93b6eaa40ca825f0.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "1801C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "0C008005", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18008005", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0C004026", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "07018010", + "image": "36a5ba8da7edd10b38499ffca9789c97.png", + "actions": [ + 6, + 9 + ], + "device": "22E" + }, + { + "ecode": "07008002", + "image": "04f29005329321e1d436fd4ac314ecb9.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "03008005", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008093", + "image": "", + "actions": [ + 28, + 27 + ], + "device": "22E" + }, + { + "ecode": "07FFC00A", + "image": "28aff2f7e32f66b0161499b7d5b72f60.png", + "actions": [ + 7, + 8 + ], + "device": "22E" + }, + { + "ecode": "18018004", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8004", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8010", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0500C036", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "0300801C", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "03008046", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "07018005", + "image": "2b91c6f42e469818d19a0595edff6954.png", + "actions": [ + 9 + ], + "device": "22E" + }, + { + "ecode": "03004016", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "07004025", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "0700C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "1805C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "18018005", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07008003", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "18008006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07038011", + "image": "cfbd7c18d8c0cede93b6eaa40ca825f0.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "0300C012", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "07008005", + "image": "2b91c6f42e469818d19a0595edff6954.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008051", + "image": "", + "actions": [ + 28, + 27, + 5 + ], + "device": "22E" + }, + { + "ecode": "03004011", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "05008061", + "image": "c1413baf5336d9d9810ce59a13422a9f.png", + "actions": [ + 27, + 28 + ], + "device": "22E" + }, + { + "ecode": "07008004", + "image": "a3fd5f2163e55c21e320b3a89d8a1d13.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8003", + "image": "acbe24eacf6e5bbd656b06485a307dd8.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "05FF8080", + "image": "", + "actions": [ + 24 + ], + "device": "22E" + }, + { + "ecode": "1802C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "07008006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "18008012", + "image": "", + "actions": [ + 2 + ], + "device": "22E" + }, + { + "ecode": "07008007", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "03008022", + "image": "", + "actions": [ + 4 + ], + "device": "22E" + }, + { + "ecode": "07028006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "1803C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "07FFC011", + "image": "d0835cf8b3a48ca8f7dcb3982e924b85.png", + "actions": [ + 33 + ], + "device": "22E" + }, + { + "ecode": "1800C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "18008011", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18008004", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "18FF8005", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008062", + "image": "", + "actions": [ + 27, + 28 + ], + "device": "22E" + }, + { + "ecode": "07FFC010", + "image": "c63f2cd5273828825452c4908f3ac0b0.png", + "actions": [ + 9 + ], + "device": "22E" + }, + { + "ecode": "07008010", + "image": "36a5ba8da7edd10b38499ffca9789c97.png", + "actions": [ + 6, + 9 + ], + "device": "22E" + }, + { + "ecode": "18018003", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0501040000030002", + "image": "", + "actions": [ + 43 + ], + "device": "22E" + }, + { + "ecode": "07018007", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "18018007", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "18008010", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008081", + "image": "", + "actions": [ + 23, + 24 + ], + "device": "22E" + }, + { + "ecode": "0300804F", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "0500808D", + "image": "", + "actions": [ + 27 + ], + "device": "22E" + }, + { + "ecode": "05024005", + "image": "", + "actions": [ + 20 + ], + "device": "22E" + }, + { + "ecode": "0C008018", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18018011", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "07018011", + "image": "cfbd7c18d8c0cede93b6eaa40ca825f0.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008088", + "image": "", + "actions": [ + 28, + 27 + ], + "device": "22E" + }, + { + "ecode": "05008080", + "image": "", + "actions": [ + 24 + ], + "device": "22E" + }, + { + "ecode": "0500807A", + "image": "", + "actions": [ + 21, + 6 + ], + "device": "22E" + }, + { + "ecode": "0500808B", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "0C008017", + "image": "", + "actions": [ + 4 + ], + "device": "22E" + }, + { + "ecode": "07018012", + "image": "", + "actions": [ + 2 + ], + "device": "22E" + }, + { + "ecode": "05008091", + "image": "", + "actions": [ + 27 + ], + "device": "22E" + }, + { + "ecode": "07FF8007", + "image": "28aff2f7e32f66b0161499b7d5b72f60.png", + "actions": [ + 7, + 8 + ], + "device": "22E" + }, + { + "ecode": "0C00403D", + "image": "", + "actions": [ + 6, + 11 + ], + "device": "22E" + }, + { + "ecode": "0300804E", + "image": "", + "actions": [ + 4 + ], + "device": "22E" + }, + { + "ecode": "1804C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "0502400E", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "0701C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "1807C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "18008016", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "0703C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "03008021", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "0500403E", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "07038006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "05008040", + "image": "", + "actions": [ + 41, + 37 + ], + "device": "22E" + }, + { + "ecode": "07008016", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "1806C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "03008042", + "image": "", + "actions": [ + 4 + ], + "device": "22E" + }, + { + "ecode": "18008003", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0300801E", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FFC012", + "image": "7db6d3fff317ecd772e569717a9ff383.png", + "actions": [ + 33 + ], + "device": "22E" + }, + { + "ecode": "07FFC009", + "image": "0b0aa9ac563cdd636db3b1c5b8786ab2.png", + "actions": [ + 9 + ], + "device": "22E" + }, + { + "ecode": "05FE8080", + "image": "", + "actions": [ + 24 + ], + "device": "22E" + }, + { + "ecode": "0500808A", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "0300800A", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8011", + "image": "a60c12b86c59916d04917d00e0f2d1e1.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18018006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FFC008", + "image": "acbe24eacf6e5bbd656b06485a307dd8.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0300800B", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18018012", + "image": "", + "actions": [ + 2 + ], + "device": "22E" + }, + { + "ecode": "07018016", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8025", + "image": "", + "actions": [ + 6, + 9 + ], + "device": "22E" + }, + { + "ecode": "07FF8006", + "image": "0b0aa9ac563cdd636db3b1c5b8786ab2.png", + "actions": [ + 9 + ], + "device": "22E" + }, + { + "ecode": "05FF8081", + "image": "", + "actions": [ + 23, + 24 + ], + "device": "22E" + }, + { + "ecode": "05008087", + "image": "", + "actions": [ + 28, + 27 + ], + "device": "22E" + }, + { + "ecode": "05FF806A", + "image": "", + "actions": [ + 25, + 28 + ], + "device": "22E" + }, + { + "ecode": "03004000", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "03004002", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "0C008034", + "image": "", + "actions": [ + 27, + 5 + ], + "device": "22E" + }, + { + "ecode": "07008012", + "image": "", + "actions": [ + 2 + ], + "device": "22E" + }, + { + "ecode": "03008003", + "image": "278fea69c51afd33a450643e21462345.png", + "actions": [ + 1, + 3, + 5 + ], + "device": "22E" + }, + { + "ecode": "0300401F", + "image": "", + "actions": [ + 49 + ], + "device": "22E" + }, + { + "ecode": "0500803C", + "image": "", + "actions": [ + 5, + 27 + ], + "device": "22E" + }, + { + "ecode": "0702C069", + "image": "", + "actions": [ + 6 + ], + "device": "22E" + }, + { + "ecode": "05FE8081", + "image": "", + "actions": [ + 23, + 24 + ], + "device": "22E" + }, + { + "ecode": "05008085", + "image": "", + "actions": [ + 28, + 27 + ], + "device": "22E" + }, + { + "ecode": "07018006", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "18018010", + "image": "f87557495f2f2163a44bde8f4ddd9b8c.png", + "actions": [ + 6, + 9 + ], + "device": "22E" + }, + { + "ecode": "0C008043", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "0C004021", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "07008011", + "image": "cfbd7c18d8c0cede93b6eaa40ca825f0.png", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FFC003", + "image": "acbe24eacf6e5bbd656b06485a307dd8.png", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "07FF8005", + "image": "", + "actions": [ + 9, + 6 + ], + "device": "22E" + }, + { + "ecode": "0501040000030003", + "image": "", + "actions": [ + 44 + ], + "device": "22E" + }, + { + "ecode": "0300801A", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "0500806E", + "image": "", + "actions": [ + 21 + ], + "device": "22E" + }, + { + "ecode": "05024003", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "03008061", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "05004070", + "image": "", + "actions": [ + 11 + ], + "device": "22E" + }, + { + "ecode": "0C008016", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "22E" + }, + { + "ecode": "18008007", + "image": "", + "actions": [ + 6, + 4 + ], + "device": "22E" + }, + { + "ecode": "05004003", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "05004040", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "05004042", + "image": "", + "actions": [ + 36, + 37 + ], + "device": "default" + }, + { + "ecode": "03008000", + "image": "", + "actions": [ + 2 + ], + "device": "default" + }, + { + "ecode": "0C00402D", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "05004037", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "05004015", + "image": "", + "actions": [ + 14 + ], + "device": "default" + }, + { + "ecode": "05004007", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0502C014", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0300800C", + "image": "", + "actions": [ + 2 + ], + "device": "default" + }, + { + "ecode": "05004004", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0500402E", + "image": "", + "actions": [ + 14 + ], + "device": "default" + }, + { + "ecode": "05024001", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0502C012", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0502C010", + "image": "", + "actions": [ + 35 + ], + "device": "default" + }, + { + "ecode": "05008092", + "image": "", + "actions": [ + 27, + 5 + ], + "device": "default" + }, + { + "ecode": "05004014", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0300800D", + "image": "", + "actions": [ + 2, + 6 + ], + "device": "default" + }, + { + "ecode": "0500402F", + "image": "", + "actions": [ + 14 + ], + "device": "default" + }, + { + "ecode": "05004041", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0500400E", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "03008014", + "image": "", + "actions": [ + 4, + 6 + ], + "device": "default" + }, + { + "ecode": "05004043", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "0C00402C", + "image": "", + "actions": [ + 11 + ], + "device": "default" + }, + { + "ecode": "03008017", + "image": "", + "actions": [ + 4 + ], + "device": "default" + }, + { + "ecode": "03008013", + "image": "", + "actions": [ + 2 + ], + "device": "default" + }, + { + "ecode": "03008007", + "image": "", + "actions": [ + 2, + 5 + ], + "device": "default" + }, + { + "ecode": "03008016", + "image": "", + "actions": [ + 4, + 5, + 6 + ], + "device": "default" + } + ] +} \ No newline at end of file diff --git a/resources/hms/hms_de_22E.json b/resources/hms/hms_de_22E.json new file mode 100644 index 0000000000..98cc229616 --- /dev/null +++ b/resources/hms/hms_de_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "de": [ + { + "ecode": "0300020000010008", + "intro": "Die Extruder-Düsentemperatur ist abnormal und kann den eingestellten Wert nicht erreichen. Dies kann durch eine falsch installierte Düsen-Silikonschutzhülle verursacht werden." + }, + { + "ecode": "030018000001000D", + "intro": "Düsenschlumpferkennungskalibrierung fehlgeschlagen. Übermäßige Kraft an der Düse erkannt. Stellen Sie bitte sicher, dass die Düse korrekt installiert ist." + }, + { + "ecode": "030018000001000E", + "intro": "Die Kalibrierung der Düsenklumpenerkennung ist fehlgeschlagen. Die Düse hat die Innenwand des Lochs nicht berührt. Bitte reinigen Sie die Düse und das Stahlplattenloch auf der Rückseite rechts des Heizbetts." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "Der Extruder extrudiert nicht ordnungsgemäß. Möglicherweise ist er verstopft oder das Filament ist zu dünn, wodurch der Extruder rutscht, oder das extern angebrachte Filament ist verknotet." + }, + { + "ecode": "0300090000020004", + "intro": "Der Extrusionswiderstand ist abnormal. Der Extruder ist möglicherweise verstopft, es befindet sich möglicherweise Filament im Werkzeugkopf oder das extern befestigte Filament ist möglicherweise verknotet." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "Die Drehzahl des linken Hilfslüfters ist langsam. Es ist möglicherweise blockiert und muss gereinigt werden." + }, + { + "ecode": "03003A0000020002", + "intro": "Die Drehzahl des linken Hilfslüfters ist langsam. Es ist möglicherweise blockiert und muss gereinigt werden." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Die Authentifizierung des Zeitraffer-Kits ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0C0003000003001A", + "intro": "Die Fremdkörpererkennung ist fehlgeschlagen, möglicherweise aufgrund einer manuellen Unterbrechung (z. B. durch Klicken auf „Stopp“). Ist dies nicht der Fall, starten Sie den Drucker neu oder aktualisieren Sie die Firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Gewindestangen müssen jetzt geschmiert werden." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Ein ungewöhnlicher Sprung in den Daten des Extruder-Extrusionskraftsensors wurde festgestellt, der möglicherweise durch einen schlechten Sensorkontakt oder einen defekten Sensor verursacht wurde." + }, + { + "ecode": "0300910000010008", + "intro": "Das Heizelement der Kammer hat die Solltemperatur nicht erreicht." + }, + { + "ecode": "0C00030000020015", + "intro": "Die Fremdkörpererkennung funktioniert nicht. Es wurde erkannt, dass die Live View-Kamera ausgetauscht wurde. Tippen Sie auf dem Druckerbildschirm auf „Einstellungen > Kalibrierung“ und kalibrieren Sie die Live View-Kamera neu." + }, + { + "ecode": "0C00030000020014", + "intro": "Die Genauigkeit der Fremdkörpererkennung hat abgenommen. Wenn dies häufig auftritt, führen Sie eine Kalibrierung der Live-View-Kamera durch („Einstellungen“ > „Kalibrierung“ auf dem Druckerbildschirm)." + }, + { + "ecode": "0C00030000020012", + "intro": "Die Fremdkörpererkennung funktioniert nicht. Die Live-View-Kamera muss kalibriert werden. Tippen Sie auf dem Druckerbildschirm auf „Einstellungen > Kalibrierung“." + }, + { + "ecode": "0501040000030003", + "intro": "Linearführungen müssen jetzt gereinigt und geschmiert werden." + }, + { + "ecode": "0300180000030009", + "intro": "Durchführung der ersten Hochtemperatur-Bettnivellierung." + }, + { + "ecode": "03002D0000030009", + "intro": "Durchführung der ersten Hochtemperatur-Bettnivellierung." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Die Nivellierung des Heizbetts ist fehlgeschlagen, möglicherweise aufgrund von Fremdkörpern auf dem Bett oder einer Neigung des Betts. Wenn Sie den Druck fortsetzen, kann die Druckplatte beschädigt werden. Entfernen Sie alle Fremdkörper oder nivellieren Sie das Bett manuell, bevor Sie es erneut versuchen." + }, + { + "ecode": "0500030000020055", + "intro": "Die Benutzerinformationen sind abgelaufen. Bitte melden Sie sich erneut an." + }, + { + "ecode": "0300290000010001", + "intro": "Vision-Encoder-Muster können nicht erkannt werden. Mögliche Ursachen hierfür sind Verzerrungen des Vision-Encoder-Musters, Überbelichtung und eine falsche Positionierung der Platte." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "03002B0000020001", + "intro": "Die Kalibrierung des Lüfters für die Zusatzkühlung ist fehlgeschlagen. Bitte überprüfen Sie, ob Fremdkörper die Funktion des Lüfters behindern." + }, + { + "ecode": "0701900000010004", + "intro": "Der Stromsensor von AMS B Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0707910000010004", + "intro": "Der Stromsensor von AMS H Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1803900000010004", + "intro": "Der Stromsensor von AMS-HT D Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1807910000010004", + "intro": "Der Stromsensor von AMS-HT H Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1800910000010004", + "intro": "Der Stromsensor von AMS-HT A Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1800900000010004", + "intro": "Der Stromsensor von AMS-HT A Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0704900000010004", + "intro": "Der Stromsensor von AMS E Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1803910000010004", + "intro": "Der Stromsensor von AMS-HT D Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0705900000010004", + "intro": "Der Stromsensor von AMS F Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1805900000010004", + "intro": "Der Stromsensor von AMS-HT F Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0706900000010004", + "intro": "Der Stromsensor von AMS G Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1804900000010004", + "intro": "Der Stromsensor von AMS-HT E Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0707900000010004", + "intro": "Der Stromsensor von AMS H Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1802900000010004", + "intro": "Der Stromsensor von AMS-HT C Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1805910000010004", + "intro": "Der Stromsensor von AMS-HT F Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1804910000010004", + "intro": "Der Stromsensor von AMS-HT E Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1806900000010004", + "intro": "Der Stromsensor von AMS-HT G Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0700910000010004", + "intro": "Der Stromsensor von AMS A Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0702900000010004", + "intro": "Der Stromsensor von AMS C Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0706910000010004", + "intro": "Der Stromsensor von AMS G Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0701910000010004", + "intro": "Der Stromsensor von AMS B Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1801910000010004", + "intro": "Der Stromsensor von AMS-HT B Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1806910000010004", + "intro": "Der Stromsensor von AMS-HT G Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0703910000010004", + "intro": "Der Stromsensor von AMS D Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0700900000010004", + "intro": "Der Stromsensor von AMS A Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0704910000010004", + "intro": "Der Stromsensor von AMS E Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0705910000010004", + "intro": "Der Stromsensor von AMS F Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0702910000010004", + "intro": "Der Stromsensor von AMS C Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "0703900000010004", + "intro": "Der Stromsensor von AMS D Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-Hauptplatine auszutauschen." + }, + { + "ecode": "1801900000010004", + "intro": "Der Stromsensor von AMS-HT B Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1807900000010004", + "intro": "Der Stromsensor von AMS-HT H Auslassventil 1 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "1802910000010004", + "intro": "Der Stromsensor von AMS-HT C Auslassventil 2 ist defekt. Wenden Sie sich bitte an den Kundendienst, um die AMS-HT-Hauptplatine auszutauschen." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0300320000010001", + "intro": "Die Lüftergeschwindigkeit auf der rechten Seite (Hilfslüfters Kühlung/Filtration) ist zu langsam oder der Lüfter ist ausgefallen. Möglicherweise ist er blockiert oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0300320000010002", + "intro": "Die rechte Seite (Kühlung/Filterung der Zusatzkomponenten) Lüfterdrehzahl ist langsam. Möglicherweise ist er blockiert und muss gereinigt werden." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C verwendet während des Ladens/Druckens die Stromversorgung des Druckers zum Trocknen. Für eine bessere Trocknungsleistung schließen Sie bitte ein Netzteil an." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F: Der Temperaturregelungsfehler ist zu groß, was möglicherweise daran liegt, dass der Deckel offen ist oder eine Störung am Heizelement vorliegt." + }, + { + "ecode": "0500060000020001", + "intro": "Die Werkzeugkopfkamera ist nicht vorhanden. Überprüfen Sie die Hardwareverbindung." + }, + { + "ecode": "0700610000020001", + "intro": "Der AMS A Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0701610000020001", + "intro": "Der AMS B Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0701620000020001", + "intro": "Der AMS B Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0701630000020001", + "intro": "Der AMS B Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0702600000020001", + "intro": "Der AMS C Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1802620000020001", + "intro": "Der AMS-HT C Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0707620000020001", + "intro": "Der AMS H Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1803620000020001", + "intro": "Der AMS-HT D Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1804610000020001", + "intro": "Der AMS-HT E Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1804630000020001", + "intro": "Der AMS-HT E Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0707630000020001", + "intro": "Der AMS H Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1807600000020001", + "intro": "Der AMS-HT H Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0705630000020001", + "intro": "Der AMS F Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0704600000020001", + "intro": "Der AMS E Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1800600000020001", + "intro": "Der AMS-HT A Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0707600000020001", + "intro": "Der AMS H Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1801610000020001", + "intro": "Der AMS-HT B Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0706600000020001", + "intro": "Der AMS G Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0706630000020001", + "intro": "Der AMS G Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0300180000010005", + "intro": "Die Rotation des Z-Achsen-Motors ist blockiert. Bitte überprüfen Sie, ob Fremdkörper im Z-Schlitten oder in der Z-Riemenscheibe stecken. Achten Sie außerdem darauf, dass die Druckplatte richtig platziert ist, um Kollisionen mit umliegenden Bauteilen zu vermeiden." + }, + { + "ecode": "0700600000020001", + "intro": "Der AMS A Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0700620000020001", + "intro": "Der AMS A Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0700630000020001", + "intro": "Der AMS A Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0701600000020001", + "intro": "Der AMS B Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0702610000020001", + "intro": "Der AMS C Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0702620000020001", + "intro": "Der AMS C Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0702630000020001", + "intro": "Der AMS C Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0703600000020001", + "intro": "Der AMS D Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0703610000020001", + "intro": "Der AMS D Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0703620000020001", + "intro": "Der AMS D Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0703630000020001", + "intro": "Der AMS D Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1806600000020001", + "intro": "Der AMS-HT G Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0706620000020001", + "intro": "Der AMS G Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1805630000020001", + "intro": "Der AMS-HT F Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1803630000020001", + "intro": "Der AMS-HT D Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0705610000020001", + "intro": "Der AMS F Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1806610000020001", + "intro": "Der AMS-HT G Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0704620000020001", + "intro": "Der AMS E Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1800630000020001", + "intro": "Der AMS-HT A Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1802600000020001", + "intro": "Der AMS-HT C Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1801630000020001", + "intro": "Der AMS-HT B Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1806630000020001", + "intro": "Der AMS-HT G Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0704630000020001", + "intro": "Der AMS E Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1805610000020001", + "intro": "Der AMS-HT F Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1802630000020001", + "intro": "Der AMS-HT C Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1804620000020001", + "intro": "Der AMS-HT E Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1805620000020001", + "intro": "Der AMS-HT F Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1800620000020001", + "intro": "Der AMS-HT A Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0706610000020001", + "intro": "Der AMS G Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0705620000020001", + "intro": "Der AMS F Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1805600000020001", + "intro": "Der AMS-HT F Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1803610000020001", + "intro": "Der AMS-HT D Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1801600000020001", + "intro": "Der AMS-HT B Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1807620000020001", + "intro": "Der AMS-HT H Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1807630000020001", + "intro": "Der AMS-HT H Slot 4 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1804600000020001", + "intro": "Der AMS-HT E Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0707610000020001", + "intro": "Der AMS H Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1806620000020001", + "intro": "Der AMS-HT G Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1807610000020001", + "intro": "Der AMS-HT H Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1803600000020001", + "intro": "Der AMS-HT D Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1802610000020001", + "intro": "Der AMS-HT C Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1800610000020001", + "intro": "Der AMS-HT A Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "1801620000020001", + "intro": "Der AMS-HT B Slot 3 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0705600000020001", + "intro": "Der AMS F Slot 1 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "0704610000020001", + "intro": "Der AMS E Slot 2 ist überlastet. Das Filament ist möglicherweise verheddert oder der Filamentpuffer klemmt." + }, + { + "ecode": "050003000002000E", + "intro": "Einige Module sind mit der Firmware-Version des Druckers nicht kompatibel, was die Verwendung beeinträchtigen kann. Bitte gehen Sie zur Seite „Firmware“, um die Firmware zu aktualisieren, nachdem Sie eine Verbindung zum Internet hergestellt haben. Alternativ können Sie die Aktualisierung auch offline gemäß den Anweisungen im Wiki durchführen." + }, + { + "ecode": "0500050000010007", + "intro": "Die Überprüfung des MQTT-Befehls ist fehlgeschlagen. Bitte aktualisieren Sie Studio (einschließlich des Netzwerk-Plugins) oder Handy auf die neueste Version, starten Sie die Software neu und versuchen Sie es erneut." + }, + { + "ecode": "0300A80000010001", + "intro": "Störung der AMS-Stromversorgung, möglicherweise aufgrund einer Beschädigung des AMS oder eines Kurzschlusses in der AMS-Schnittstelle oder aufgrund zu vieler AMS-Verbindungen. Bitte überprüfen Sie, ob alles korrekt angeschlossen ist." + }, + { + "ecode": "030018000001000B", + "intro": "Düsenpräsenzprüfung fehlgeschlagen: Düse nicht installiert oder nicht ordnungsgemäß installiert." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F Slot 1: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "07FFA00000020001", + "intro": "Der Cold Pull Vorgang der Düse ist abgelaufen. Klicken Sie bitte auf „Erneut versuchen“ und ziehen Sie das Filament manuell heraus." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D hat einen Bruch des PTFE-Schlauchs während des Filamentladens festgestellt. Bitte überprüfen Sie, ob die PTFE-Schläuche innerhalb und außerhalb des AMS abgegangen oder beschädigt sind." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H Slot 1: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F Slot 2: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E Slot 3: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H Slot 3: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A Slot 4: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F Slot 4: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F Slot 4: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B Slot 2: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G Slot 1: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F Slot 3: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C Slot 2: Der Motor der Fördereinheit ist blockiert, die Spule kann sich nicht drehen." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist durchgerutscht. Bitte ziehen Sie das Filament heraus, schneiden Sie den abgenutzten Teil ab und versuchen Sie es erneut." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C Slot 1: Filament-Odometer hat kein Signal, was auf einen schlechten Kontakt im Odometer-Stecker oder einen Defekt des Odometers zurückzuführen sein kann." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B Slot 1: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E Slot 4: Motor der Fördereinheit hat kein Signal, was auf einen schlechten Kontakt im Motorstecker oder einen Motorfehler zurückzuführen sein kann." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E Slot 2: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D Slot 3: Der Status des Filaments ist abnormal, was auf einen Filamentbruch im AMS zurückzuführen sein kann." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C Slot 3: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B Slot 4: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C Slot 1: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D Slot 2: Der Zuführungswiderstand ist zu hoch. Bitte reduzieren Sie den Zuführungswiderstand, verringern Sie den Drehwiderstand der Spule und vermeiden Sie, dass der Schlauch für das Filament übermäßig lang und gebogen ist." + }, + { + "ecode": "18FF700000020008", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Bitte wählen Sie „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07FF700000020008", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Bitte wählen Sie „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07FE700000020008", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Bitte wählen Sie „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18FE700000020008", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Bitte wählen Sie „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "03002C0000010001", + "intro": "Hindernis unter dem Heizbett erkannt. Bitte entfernen Sie es, um einen ordnungsgemäßen Druck zu gewährleisten." + }, + { + "ecode": "0300930000010006", + "intro": "Die Kammertemperatur ist abnormal. Der Kammertemperatursensor am Lufteinlass hat möglicherweise einen offenen Stromkreis." + }, + { + "ecode": "0300930000010005", + "intro": "Die Kammertemperatur ist abnormal. Der Kammertemperatursensor hat möglicherweise einen Kurzschluss." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "050003000001000E", + "intro": "Einige externe Module sind mit der Firmware-Version des Druckers nicht kompatibel, was den normalen Betrieb beeinträchtigen kann. Bitte rufen Sie die Seite „Firmware“ auf, während eine Verbindung zum Internet besteht, um ein Update durchzuführen." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H: Filament-Puffer Positionssignal verloren: Das Kabel oder der Positionssensor ist möglicherweise defekt." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D: Der Spulenwiderstand des Auslassventils 1 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A: Der Spulenwiderstand des Auslassventils 2 ist abnormal, was auf eine defekte Kabelverbindung oder eine Beschädigung zurückzuführen sein kann." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D Slot 4: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C Slot 3: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D Slot 2: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G Slot 1: Der Schlauch im AMS ist beschädigt oder der Hall-Sensor im Ausgabebereich ist defekt und kann das Filament nicht erkennen." + }, + { + "ecode": "0C00040000020026", + "intro": "Die Initialisierung der Liveview-Kamera ist fehlgeschlagen und einige KI-Funktionen wie die Spaghetti-Erkennung sind deaktiviert. Bitte starten Sie den Drucker neu. Wenn das Problem weiterhin besteht, wenden Sie sich bitte an den Kundensupport." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "Die BirdsEye-Kamera ist nicht an ihrem Platz. Bitte überprüfen Sie die Hardware-Verbindung." + }, + { + "ecode": "0C0003000002001C", + "intro": "Ihre Düse scheint mit Material verstopft zu sein." + }, + { + "ecode": "030001000003000F", + "intro": "Die Kammertemperatur ist derzeit hoch und das Heizbett kühlt nur langsam ab. Es wird empfohlen, die obere Abdeckung oder die Vordertür zu öffnen, um den Kühlprozess zu beschleunigen." + }, + { + "ecode": "0300930000010004", + "intro": "Die Kammertemperatur ist abnormal. Der Temperatursensor der Kammerheizung am Luftauslass weist möglicherweise einen offenen Stromkreis auf." + }, + { + "ecode": "0500030000010004", + "intro": "Das Filament-Puffermodul funktioniert nicht richtig. Bitte starten Sie das Gerät neu." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0502040000010044", + "intro": "AMS C: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0503040000010044", + "intro": "AMS D: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0501040000010044", + "intro": "AMS B: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0500040000010044", + "intro": "AMS A: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D: Zertifizierung ist fehlgeschlagen. Bitte schließen Sie das Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G: Die Spannung des Netzteils ist zu niedrig, was zu einer unzureichenden Trocknungstemperatur führen kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G: Die Spannung des Netzteils ist zu hoch, wodurch das Heizelement beschädigt werden kann. Bitte ersetzen Sie das Netzteil." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Das Gerät funktioniert nicht richtig. Bitte starten Sie es neu." + }, + { + "ecode": "0C00040000030018", + "intro": "Die Kalibrierung des Schneidklingenversatzes ist fehlgeschlagen. Dies kann die Schneidgenauigkeit beeinträchtigen. Bitte überprüfen Sie im Wiki, ob die Klingenspitze abgenutzt ist." + }, + { + "ecode": "0C00040000020023", + "intro": "Die Dickenmessung ist fehlgeschlagen, die Werkzeugkopfkamera konnte die Materialoberfläche nicht erkennen." + }, + { + "ecode": "0500040000020043", + "intro": "Die Werkzeugkopfkamera ist verschmutzt oder verdeckt. Bitte reinigen Sie diese und fahren Sie fort." + }, + { + "ecode": "03000F0000010001", + "intro": "Abnormale Beschleunigungsmessdaten erkannt. Bitte versuchen Sie, den Drucker neu zu starten." + }, + { + "ecode": "0500020000020008", + "intro": "Zeitsynchronisierung fehlgeschlagen" + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0707920000020003", + "intro": "AMS H: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0705920000020003", + "intro": "AMS F: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0701930000020003", + "intro": "AMS B: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0704930000020003", + "intro": "AMS E: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0505050000010010", + "intro": "AMS F: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0501050000010010", + "intro": "AMS B: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0507050000010010", + "intro": "AMS H: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "050005000001000F", + "intro": "Die Zubehör-Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0502050000010010", + "intro": "AMS C: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0504050000010010", + "intro": "AMS E: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0503050000010010", + "intro": "AMS D: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0706930000020003", + "intro": "AMS G: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0706920000020003", + "intro": "AMS G: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0702920000020003", + "intro": "AMS C: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0704920000020003", + "intro": "AMS E: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0703930000020003", + "intro": "AMS D: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0707930000020003", + "intro": "AMS H: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0703920000020003", + "intro": "AMS D: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0700930000020003", + "intro": "AMS A: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0702930000020003", + "intro": "AMS C: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0705930000020003", + "intro": "AMS F: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0701920000020003", + "intro": "AMS B: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0700920000020003", + "intro": "AMS A: Heizelement 1 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B: Heizelement 2 Kühlungslüfter kann nicht starten, da das Netzteil nicht angeschlossen ist." + }, + { + "ecode": "0500050000010010", + "intro": "AMS A: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B: Die Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0500040000020034", + "intro": "Lasermodul zum ersten Mal erkannt. Schließen Sie die Einrichtung (~4 min) vor der Verwendung für präzises Schneiden und Gravieren ab. Stellen Sie außerdem sicher, dass die H2.0-Schraube auf der Rückseite, mit der die Luftpumpe befestigt ist, entfernt wurde." + }, + { + "ecode": "1804200000010084", + "intro": "AMS-HT E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1802210000010081", + "intro": "AMS-HT C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1803230000010081", + "intro": "AMS-HT D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1804200000010081", + "intro": "AMS-HT E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0700230000010084", + "intro": "AMS A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1804200000010083", + "intro": "AMS-HT E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706220000010086", + "intro": "AMS G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0701230000010086", + "intro": "AMS B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803230000010083", + "intro": "AMS-HT D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0701210000010086", + "intro": "AMS B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0702220000010085", + "intro": "AMS C Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802220000010086", + "intro": "AMS-HT C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0705220000010086", + "intro": "AMS F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1807200000010084", + "intro": "AMS-HT H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0705230000010086", + "intro": "AMS F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806200000010085", + "intro": "AMS-HT G Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707200000010083", + "intro": "AMS H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0704210000010084", + "intro": "AMS E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0706220000010083", + "intro": "AMS G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0701220000010082", + "intro": "AMS B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806200000010086", + "intro": "AMS-HT G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1807220000010081", + "intro": "AMS-HT H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0703230000010081", + "intro": "AMS D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1806200000010081", + "intro": "AMS-HT G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1801210000010081", + "intro": "AMS-HT B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0703210000010082", + "intro": "AMS D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703210000010085", + "intro": "AMS D Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700220000010084", + "intro": "AMS A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703200000010081", + "intro": "AMS D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1804210000010084", + "intro": "AMS-HT E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1807200000010081", + "intro": "AMS-HT H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1804220000010086", + "intro": "AMS-HT E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0703230000010083", + "intro": "AMS D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0701220000010085", + "intro": "AMS B Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707200000010085", + "intro": "AMS H Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806230000010081", + "intro": "AMS-HT G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0701210000010083", + "intro": "AMS B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0703200000010085", + "intro": "AMS D Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705210000010086", + "intro": "AMS F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0702210000010085", + "intro": "AMS C Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807200000010083", + "intro": "AMS-HT H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800220000010083", + "intro": "AMS-HT A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1806230000010085", + "intro": "AMS-HT G Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801230000010083", + "intro": "AMS-HT B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1805230000010083", + "intro": "AMS-HT F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800200000010082", + "intro": "AMS-HT A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704210000010083", + "intro": "AMS E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1804210000010082", + "intro": "AMS-HT E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1805220000010084", + "intro": "AMS-HT F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703220000010084", + "intro": "AMS D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0701220000010084", + "intro": "AMS B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1803200000010081", + "intro": "AMS-HT D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1801230000010086", + "intro": "AMS-HT B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0706210000010082", + "intro": "AMS G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707220000010082", + "intro": "AMS H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801200000010082", + "intro": "AMS-HT B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707230000010081", + "intro": "AMS H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0705230000010082", + "intro": "AMS F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702220000010086", + "intro": "AMS C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0705200000010084", + "intro": "AMS F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1801220000010086", + "intro": "AMS-HT B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1804230000010084", + "intro": "AMS-HT E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0705220000010084", + "intro": "AMS F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0701220000010086", + "intro": "AMS B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1802200000010084", + "intro": "AMS-HT C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1801220000010083", + "intro": "AMS-HT B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0704230000010086", + "intro": "AMS E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1805210000010084", + "intro": "AMS-HT F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0700210000010082", + "intro": "AMS A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700230000010083", + "intro": "AMS A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800230000010086", + "intro": "AMS-HT A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0704220000010085", + "intro": "AMS E Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806230000010086", + "intro": "AMS-HT G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0703210000010084", + "intro": "AMS D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1807230000010082", + "intro": "AMS-HT H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703210000010083", + "intro": "AMS D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800220000010081", + "intro": "AMS-HT A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0705210000010085", + "intro": "AMS F Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803220000010083", + "intro": "AMS-HT D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1803210000010082", + "intro": "AMS-HT D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804230000010081", + "intro": "AMS-HT E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1802210000010084", + "intro": "AMS-HT C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805220000010083", + "intro": "AMS-HT F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807200000010086", + "intro": "AMS-HT H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0704200000010082", + "intro": "AMS E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0706230000010085", + "intro": "AMS G Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806200000010082", + "intro": "AMS-HT G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702210000010083", + "intro": "AMS C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0703230000010084", + "intro": "AMS D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0702200000010083", + "intro": "AMS C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706210000010086", + "intro": "AMS G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0701210000010081", + "intro": "AMS B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0700200000010086", + "intro": "AMS A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806220000010082", + "intro": "AMS-HT G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705200000010081", + "intro": "AMS F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0707220000010084", + "intro": "AMS H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1801230000010081", + "intro": "AMS-HT B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1800200000010084", + "intro": "AMS-HT A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0704230000010085", + "intro": "AMS E Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702230000010082", + "intro": "AMS C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800210000010085", + "intro": "AMS-HT A Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702220000010082", + "intro": "AMS C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703200000010083", + "intro": "AMS D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0705230000010083", + "intro": "AMS F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706220000010085", + "intro": "AMS G Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702210000010082", + "intro": "AMS C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705210000010082", + "intro": "AMS F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807230000010081", + "intro": "AMS-HT H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0706210000010081", + "intro": "AMS G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0706230000010083", + "intro": "AMS G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807210000010082", + "intro": "AMS-HT H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707200000010081", + "intro": "AMS H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0707230000010084", + "intro": "AMS H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0704210000010082", + "intro": "AMS E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1805220000010082", + "intro": "AMS-HT F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806220000010083", + "intro": "AMS-HT G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1806210000010083", + "intro": "AMS-HT G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0704220000010086", + "intro": "AMS E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0707210000010081", + "intro": "AMS H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0703220000010083", + "intro": "AMS D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1802230000010084", + "intro": "AMS-HT C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0702200000010086", + "intro": "AMS C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806210000010086", + "intro": "AMS-HT G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803210000010086", + "intro": "AMS-HT D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0703230000010085", + "intro": "AMS D Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701220000010081", + "intro": "AMS B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0706200000010081", + "intro": "AMS G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0704200000010086", + "intro": "AMS E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1802210000010086", + "intro": "AMS-HT C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803230000010085", + "intro": "AMS-HT D Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802220000010084", + "intro": "AMS-HT C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805210000010085", + "intro": "AMS-HT F Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700210000010081", + "intro": "AMS A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0700230000010085", + "intro": "AMS A Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801200000010084", + "intro": "AMS-HT B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1803220000010085", + "intro": "AMS-HT D Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802220000010083", + "intro": "AMS-HT C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1805210000010086", + "intro": "AMS-HT F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1807210000010085", + "intro": "AMS-HT H Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707200000010084", + "intro": "AMS H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1806230000010083", + "intro": "AMS-HT G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1805210000010083", + "intro": "AMS-HT F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0707210000010085", + "intro": "AMS H Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806210000010085", + "intro": "AMS-HT G Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707210000010083", + "intro": "AMS H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1805210000010081", + "intro": "AMS-HT F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702230000010086", + "intro": "AMS C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0702220000010081", + "intro": "AMS C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1806210000010082", + "intro": "AMS-HT G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705230000010084", + "intro": "AMS F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0705230000010085", + "intro": "AMS F Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802230000010083", + "intro": "AMS-HT C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807220000010084", + "intro": "AMS-HT H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0701200000010081", + "intro": "AMS B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0704220000010081", + "intro": "AMS E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0704200000010081", + "intro": "AMS E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0701200000010085", + "intro": "AMS B Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800230000010085", + "intro": "AMS-HT A Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801230000010084", + "intro": "AMS-HT B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1804220000010084", + "intro": "AMS-HT E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1801200000010083", + "intro": "AMS-HT B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1806230000010084", + "intro": "AMS-HT G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0706230000010086", + "intro": "AMS G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803210000010085", + "intro": "AMS-HT D Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807210000010083", + "intro": "AMS-HT H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706200000010083", + "intro": "AMS G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1801220000010081", + "intro": "AMS-HT B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0704200000010084", + "intro": "AMS E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0705200000010085", + "intro": "AMS F Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701230000010084", + "intro": "AMS B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1802220000010081", + "intro": "AMS-HT C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1802230000010082", + "intro": "AMS-HT C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700220000010082", + "intro": "AMS A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802200000010082", + "intro": "AMS-HT C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800200000010083", + "intro": "AMS-HT A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1801200000010086", + "intro": "AMS-HT B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1801230000010085", + "intro": "AMS-HT B Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800230000010083", + "intro": "AMS-HT A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0701210000010085", + "intro": "AMS B Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800200000010085", + "intro": "AMS-HT A Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803220000010084", + "intro": "AMS-HT D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1800230000010082", + "intro": "AMS-HT A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800210000010082", + "intro": "AMS-HT A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804220000010081", + "intro": "AMS-HT E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1801200000010085", + "intro": "AMS-HT B Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807210000010086", + "intro": "AMS-HT H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1805200000010084", + "intro": "AMS-HT F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1804210000010085", + "intro": "AMS-HT E Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704220000010083", + "intro": "AMS E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1804230000010082", + "intro": "AMS-HT E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804200000010086", + "intro": "AMS-HT E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1804220000010082", + "intro": "AMS-HT E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707220000010083", + "intro": "AMS H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0701210000010082", + "intro": "AMS B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701210000010084", + "intro": "AMS B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1804230000010083", + "intro": "AMS-HT E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0702200000010084", + "intro": "AMS C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805200000010081", + "intro": "AMS-HT F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0703220000010081", + "intro": "AMS D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1802220000010085", + "intro": "AMS-HT C Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1805200000010082", + "intro": "AMS-HT F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807220000010083", + "intro": "AMS-HT H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1802210000010085", + "intro": "AMS-HT C Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804210000010086", + "intro": "AMS-HT E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0702200000010082", + "intro": "AMS C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705200000010082", + "intro": "AMS F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701200000010084", + "intro": "AMS B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0706200000010084", + "intro": "AMS G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805220000010081", + "intro": "AMS-HT F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0707220000010085", + "intro": "AMS H Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806220000010085", + "intro": "AMS-HT G Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803200000010085", + "intro": "AMS-HT D Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802200000010086", + "intro": "AMS-HT C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1804220000010083", + "intro": "AMS-HT E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706220000010084", + "intro": "AMS G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1800210000010086", + "intro": "AMS-HT A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1802230000010085", + "intro": "AMS-HT C Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703200000010082", + "intro": "AMS D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0706210000010085", + "intro": "AMS G Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1805230000010085", + "intro": "AMS-HT F Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702230000010085", + "intro": "AMS C Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0706230000010084", + "intro": "AMS G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0700220000010086", + "intro": "AMS A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806220000010081", + "intro": "AMS-HT G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0705220000010082", + "intro": "AMS F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804200000010082", + "intro": "AMS-HT E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806220000010086", + "intro": "AMS-HT G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1800200000010086", + "intro": "AMS-HT A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1805200000010083", + "intro": "AMS-HT F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1802210000010082", + "intro": "AMS-HT C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800220000010082", + "intro": "AMS-HT A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803200000010086", + "intro": "AMS-HT D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803210000010083", + "intro": "AMS-HT D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0704210000010085", + "intro": "AMS E Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700200000010084", + "intro": "AMS A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0700230000010082", + "intro": "AMS A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801210000010084", + "intro": "AMS-HT B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1807230000010084", + "intro": "AMS-HT H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0707230000010083", + "intro": "AMS H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0705220000010085", + "intro": "AMS F Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700210000010083", + "intro": "AMS A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0707210000010086", + "intro": "AMS H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0706210000010083", + "intro": "AMS G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1803200000010084", + "intro": "AMS-HT D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0700230000010081", + "intro": "AMS A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702210000010084", + "intro": "AMS C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1804210000010083", + "intro": "AMS-HT E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0700220000010081", + "intro": "AMS A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0703220000010082", + "intro": "AMS D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802200000010083", + "intro": "AMS-HT C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0702230000010084", + "intro": "AMS C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0705220000010081", + "intro": "AMS F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1805210000010082", + "intro": "AMS-HT F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807230000010083", + "intro": "AMS-HT H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0706210000010084", + "intro": "AMS G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805220000010085", + "intro": "AMS-HT F Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701230000010081", + "intro": "AMS B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1806200000010083", + "intro": "AMS-HT G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0700210000010086", + "intro": "AMS A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806220000010084", + "intro": "AMS-HT G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0706200000010082", + "intro": "AMS G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807230000010086", + "intro": "AMS-HT H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1802230000010081", + "intro": "AMS-HT C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0705210000010083", + "intro": "AMS F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0703220000010085", + "intro": "AMS D Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800220000010086", + "intro": "AMS-HT A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0704210000010086", + "intro": "AMS E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1801220000010085", + "intro": "AMS-HT B Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0706220000010082", + "intro": "AMS G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700230000010086", + "intro": "AMS A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0702200000010085", + "intro": "AMS C Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703230000010082", + "intro": "AMS D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703230000010086", + "intro": "AMS D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0706200000010085", + "intro": "AMS G Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1805220000010086", + "intro": "AMS-HT F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1800200000010081", + "intro": "AMS-HT A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1801230000010082", + "intro": "AMS-HT B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700220000010083", + "intro": "AMS A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0702220000010084", + "intro": "AMS C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1802220000010082", + "intro": "AMS-HT C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700220000010085", + "intro": "AMS A Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803230000010084", + "intro": "AMS-HT D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1807220000010082", + "intro": "AMS-HT H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707220000010081", + "intro": "AMS H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702220000010083", + "intro": "AMS C Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0705210000010081", + "intro": "AMS F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1806230000010082", + "intro": "AMS-HT G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701220000010083", + "intro": "AMS B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1801220000010082", + "intro": "AMS-HT B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803220000010082", + "intro": "AMS-HT D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700200000010083", + "intro": "AMS A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0704200000010083", + "intro": "AMS E Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1804210000010081", + "intro": "AMS-HT E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0704230000010081", + "intro": "AMS E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0707200000010086", + "intro": "AMS H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803200000010082", + "intro": "AMS-HT D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701230000010085", + "intro": "AMS B Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707220000010086", + "intro": "AMS H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1801210000010083", + "intro": "AMS-HT B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800210000010081", + "intro": "AMS-HT A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0707210000010082", + "intro": "AMS H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804230000010086", + "intro": "AMS-HT E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1801200000010081", + "intro": "AMS-HT B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702200000010081", + "intro": "AMS C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1805230000010084", + "intro": "AMS-HT F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1800210000010083", + "intro": "AMS-HT A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0707230000010086", + "intro": "AMS H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0704220000010082", + "intro": "AMS E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705210000010084", + "intro": "AMS F Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0707210000010084", + "intro": "AMS H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0702210000010081", + "intro": "AMS C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1800220000010085", + "intro": "AMS-HT A Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700210000010085", + "intro": "AMS A Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707200000010082", + "intro": "AMS H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704230000010082", + "intro": "AMS E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802200000010085", + "intro": "AMS-HT C Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1803220000010086", + "intro": "AMS-HT D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0706230000010081", + "intro": "AMS G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0705200000010083", + "intro": "AMS F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1800230000010081", + "intro": "AMS-HT A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1803230000010082", + "intro": "AMS-HT D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704230000010083", + "intro": "AMS E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1804200000010085", + "intro": "AMS-HT E Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1804230000010085", + "intro": "AMS-HT E Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705230000010081", + "intro": "AMS F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1803210000010084", + "intro": "AMS-HT D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703210000010086", + "intro": "AMS D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1805230000010082", + "intro": "AMS-HT F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800210000010084", + "intro": "AMS-HT A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0707230000010082", + "intro": "AMS H Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800230000010084", + "intro": "AMS-HT A Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1807210000010081", + "intro": "AMS-HT H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0706220000010081", + "intro": "AMS G Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1805230000010081", + "intro": "AMS-HT F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702230000010083", + "intro": "AMS C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807200000010085", + "intro": "AMS-HT H Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0701200000010083", + "intro": "AMS B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "0705220000010083", + "intro": "AMS F Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807230000010085", + "intro": "AMS-HT H Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704230000010084", + "intro": "AMS E Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0704210000010081", + "intro": "AMS E Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1801220000010084", + "intro": "AMS-HT B Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703210000010081", + "intro": "AMS D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1803210000010081", + "intro": "AMS-HT D Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1802200000010081", + "intro": "AMS-HT C Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0701200000010082", + "intro": "AMS B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0705200000010086", + "intro": "AMS F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1801210000010086", + "intro": "AMS-HT B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1807210000010084", + "intro": "AMS-HT H Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0701230000010082", + "intro": "AMS B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0700210000010084", + "intro": "AMS A Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703220000010086", + "intro": "AMS D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806210000010081", + "intro": "AMS-HT G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0701200000010086", + "intro": "AMS B Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1804220000010085", + "intro": "AMS-HT E Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807220000010086", + "intro": "AMS-HT H Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803200000010083", + "intro": "AMS-HT D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1807220000010085", + "intro": "AMS-HT H Slot 3: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1802230000010086", + "intro": "AMS-HT C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0700200000010085", + "intro": "AMS A Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0704220000010084", + "intro": "AMS E Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "1805200000010086", + "intro": "AMS-HT F Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1806200000010084", + "intro": "AMS-HT G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0701230000010083", + "intro": "AMS B Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1805200000010085", + "intro": "AMS-HT F Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1807200000010082", + "intro": "AMS-HT H Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0706200000010086", + "intro": "AMS G Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1805230000010086", + "intro": "AMS-HT F Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0706230000010082", + "intro": "AMS G Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1800220000010084", + "intro": "AMS-HT A Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0703200000010086", + "intro": "AMS D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "1803230000010086", + "intro": "AMS-HT D Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0700200000010082", + "intro": "AMS A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0702230000010081", + "intro": "AMS C Slot 4: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1803220000010081", + "intro": "AMS-HT D Slot 3: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "1802210000010083", + "intro": "AMS-HT C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt." + }, + { + "ecode": "1801210000010085", + "intro": "AMS-HT B Slot 2: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1801210000010082", + "intro": "AMS-HT B Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Ein nicht offizieller RFID-Tag wurde erkannt. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0707230000010085", + "intro": "AMS H Slot 4: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "0703200000010084", + "intro": "AMS D Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0700200000010081", + "intro": "AMS A Slot 1: Die Filamentinformationen konnten nicht gelesen werden. Möglicherweise liegt eine Fehlfunktion der AMS-Hauptplatine vor." + }, + { + "ecode": "0702210000010086", + "intro": "AMS C Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag kann sich aufgrund einer Blockierung beim Laden oder Entladen des Filaments nicht drehen. Bitte ziehen Sie das Filament heraus und versuchen Sie es erneut." + }, + { + "ecode": "0704200000010085", + "intro": "AMS E Slot 1: Filamentinformationen konnten nicht gelesen werden. Die RFID-Tag-Verifizierung ist fehlgeschlagen. Versuchen Sie es mit Bambu Lab Filament." + }, + { + "ecode": "1806210000010084", + "intro": "AMS-HT G Slot 2: Die Filamentinformationen konnten nicht gelesen werden. Der RFID-Tag ist möglicherweise beschädigt oder befindet sich am Rand des RFID-Erkennungsgeräts. Bitte entfernen Sie 5 cm Filament und versuchen Sie es erneut." + }, + { + "ecode": "0C0003000003000D", + "intro": "Es wurde festgestellt, dass der Extruder möglicherweise nicht normal extrudiert. Bitte überprüfen Sie dies und entscheiden Sie, ob der Druckvorgang gestoppt werden soll." + }, + { + "ecode": "0C00030000020018", + "intro": "Es wurde ein unzureichender Systemspeicher festgestellt und die Funktion zur Erkennung von Fremdkörpern funktionierte nicht. Bitte starten Sie das Gerät neu oder aktualisieren Sie die Firmware, nachdem die Aufgabe abgeschlossen ist." + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700200000020019", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707230000020021", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020021", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700230000020021", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703220000020017", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700220000020022", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020022", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020019", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0300020000010009", + "intro": "Die Düsentemperaturregelung ist abnormal. Das Hotend ist möglicherweise nicht installiert. Um die Heizbaugruppe ohne Hotend zu erwärmen, aktivieren Sie den Wartungsmodus in den Einstellungen." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020017", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020017", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020017", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020021", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0300030000020002", + "intro": "Der Kühlungslüfter des Hotends läuft langsam. Er ist möglicherweise blockiert. Bitte überprüfen Sie ihn auf Schmutz und reinigen Sie ihn gegebenenfalls." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703230000020017", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700220000020018", + "intro": "AMS A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020017", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700230000020010", + "intro": "AMS A Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C Slot 2: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G Slot 3: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H Slot 1: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A Slot 1: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0300900000010003", + "intro": "Die Heizung der Kammer ist ausgefallen. Die Temperatur der Stromversorgung ist möglicherweise zu hoch." + }, + { + "ecode": "0300900000010001", + "intro": "Die Heizung der Kammer ist ausgefallen. Das Heizelement bläst möglicherweise keine heiße Luft." + }, + { + "ecode": "0300900000010002", + "intro": "Die Kammerheizung ist ausgefallen. Mögliche Ursachen: Die Kammer ist nicht vollständig geschlossen, die Umgebungstemperatur ist zu niedrig oder die Lüftungsöffnung für die Wärmeableitung der Stromversorgung ist blockiert." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H Slot 2: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020017", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020020", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0702200000020017", + "intro": "AMS C Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem Filament-Puffer und dem Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B Slot 3: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H Slot 1: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D Slot 2: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C Slot 4: Zeitüberschreitung beim Herausführen von Filament aus dem AMS." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G Slot 4: Die Filamentspule konnte beim Zurückziehen des Filaments in das AMS nicht gedreht werden." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B Slot 3: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E Slot 3: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch am AMS zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E Slot 4: Zeitüberschreitung beim zurückziehen des Filaments in das AMS." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B Slot 1: Der Hilfsmotor ist blockiert, da der Schlauch am Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "0704210000020019", + "intro": "AMS E Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen dem AMS und dem Filament-Puffer zu viel Widerstand aufweist." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D Slot 2: Der Hilfsmotor ist blockiert, da der Schlauch zwischen AMS und dem Drucker zu viel Widerstand aufweist." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E Slot 4: Der Hilfsmotor ist blockiert, da der Schlauch am Werkzeugkopf zu viel Widerstand aufweist." + }, + { + "ecode": "0500040000020041", + "intro": "Das Lasermodul wird schon seit langem verwendet. Bitte reinigen Sie es umgehend, um eine Beeinträchtigung der Laserbearbeitung zu vermeiden." + }, + { + "ecode": "0500040000020042", + "intro": "Die Live-View-Kamera ist verschmutzt oder verdeckt. Bitte reinigen Sie diese und fahren Sie fort." + }, + { + "ecode": "1807700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1803700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1800700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1804700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1805700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0706700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1803700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1804700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1801700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1806700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0700700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0701700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0701700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0702700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0703700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0500060000020031", + "intro": "Die Bindung der Toolhead-Kamera ist fehlgeschlagen. Bitte überprüfen Sie die Hardware und die Kabelverbindungen." + }, + { + "ecode": "0700700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0702700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0703700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0500060000020032", + "intro": "Verbindung der Düsenkamera ist fehlgeschlagen. Bitte überprüfen Sie die Hardware und die Kabelverbindungen." + }, + { + "ecode": "0300C10000010003", + "intro": "Das adaptive Luftstromsystem kann den Laser-/Schneidemodus nicht aktivieren. Bitte überprüfen Sie den Status der Luftklappe." + }, + { + "ecode": "0500010000030006", + "intro": "Das USB-Laufwerk ist nicht formatiert. Bitte formatieren Sie das USB-Laufwerk." + }, + { + "ecode": "1807700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0707700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1802700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0705700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0707700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1801700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1800700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1806700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0704700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "1802700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0704700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "0705700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0706700000020006", + "intro": "Zeitüberschreitung beim Spülen des alten Filaments. Mögliche Ursache: Filament steckt fest oder der Extruder/die Düse ist verstopft." + }, + { + "ecode": "1805700000020003", + "intro": "Das Filament konnte nicht extrudiert werden. Mögliche Ursache: Extruder oder Düse verstopft." + }, + { + "ecode": "0C00040000020007", + "intro": "Die BirdsEye-Kamera wird eingerichtet. Bitte entfernen Sie alle Gegenstände und nehmen Sie die Matte ab. Achten Sie darauf, dass die Markierung nicht verdeckt ist. Reinigen Sie in der Zwischenzeit sowohl die BirdsEye-Kamera als auch die Werkzeugkopfkamera und entfernen Sie alle Fremdkörper, die die Sicht versperren." + }, + { + "ecode": "0300C00000010002", + "intro": "Störung der Filterschalterklappe: Sie kann verklemmt sein." + }, + { + "ecode": "0300C10000010001", + "intro": "Das adaptive Luftstromsystem kann den Kühlmodus nicht aktivieren. Bitte überprüfen Sie den Status der Luftklappe." + }, + { + "ecode": "0300C10000010002", + "intro": "Das adaptive Luftstromsystem kann den Heizmodus nicht aktivieren. Bitte überprüfen Sie den Status der Luftklappe." + }, + { + "ecode": "0500040000020037", + "intro": "Das Schneidmodul muss kalibriert werden. Bitte führen Sie die Montagekalibrierung vor der Verwendung durch. (etwa 2-4 Minuten)" + }, + { + "ecode": "1806700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0705700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1800700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1803700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1805700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1802700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1807700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0300280000010003", + "intro": "Kommunikationsfehler zwischen Schneidmodul und Werkzeugkopf während der Referenzierung der Z-Achse. Prüfen Sie, ob das Signalkabel des Schneidmoduls lose oder gebrochen ist, oder ob die Spule des Kraftsensors intakt ist." + }, + { + "ecode": "0500010000020001", + "intro": "Die Medienpipeline hat eine Fehlfunktion. Bitte starten Sie den Drucker neu. Wenn mehrere Versuche fehlschlagen, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "0700700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0701700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0702700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0703700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0300180000010007", + "intro": "Die Frequenz des Extrusionskraftsensors ist zu hoch. Der Sensor kann beschädigt sein oder der Kühlkörper der Düse ist zu nahe am Sensor." + }, + { + "ecode": "0300180000010004", + "intro": "Das Signal des Extrusionskraftsensors ist abnormal. Der Sensor ist möglicherweise beschädigt oder die MC-TH-Kommunikation ist gestört." + }, + { + "ecode": "03009D0000020003", + "intro": "Das Ergebnis der Kalibrierung des Fokuspunkts des Gravurlasers weicht erheblich von den Konstruktionswerten ab. Bitte installieren Sie das Lasermodul neu und führen Sie die Einrichtung des Lasermoduls erneut aus. Wenn dies wiederholt fehlschlägt, wenden Sie sich bitte an den Support." + }, + { + "ecode": "0C00040000010005", + "intro": "Fehlfunktion der BirdsEye-Kamera: Bitte wenden Sie sich an den Kundendienst." + }, + { + "ecode": "0300180000010008", + "intro": "Die Düse berührt das Heizbett in ungewöhnlicher Weise. Prüfen Sie, ob sich an der Düse Filamentreste oder Fremdkörper befinden, wo die Düse das Bett berührt." + }, + { + "ecode": "0300180000010001", + "intro": "Die Frequenz des Extrusionskraftsensors ist zu niedrig. Die Düse ist möglicherweise nicht installiert oder der Düsenkühlkörper ist zu weit vom Sensor entfernt." + }, + { + "ecode": "0C00010000010012", + "intro": "Die Live-View-Kamerakalibrierung ist fehlgeschlagen und das Kalibrierungsergebnis konnte nicht gespeichert werden. Bitte versuchen Sie, die Kalibrierung zu wiederholen. Wenn die Kalibrierung mehrmals fehlschlägt, wenden Sie sich bitte an den Kundensupport." + }, + { + "ecode": "1804700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0707700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0706700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "0704700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1801700000020008", + "intro": "Die AMS-Zuordnungstabelle konnte nicht abgerufen werden. Bitte klicken Sie auf „Erneut versuchen“, um es erneut zu versuchen" + }, + { + "ecode": "1800510000030001", + "intro": "Das AMS ist deaktiviert. Bitte laden Sie Filament vom Spulenhalter." + }, + { + "ecode": "0705700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "1803700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "0C00020000020006", + "intro": "Die Düsenhöhe scheint zu hoch zu sein. Bitte prüfen Sie, ob Filamentreste an der Düse haften." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0300910000010002", + "intro": "Die Temperatur der Kammerheizung 1 ist abnormal. Möglicherweise ist der Stromkreis der Heizung unterbrochen oder die Thermosicherung hat ausgelöst." + }, + { + "ecode": "0700400000020002", + "intro": "Fehler beim Positionssignal des Filamentpuffers: Der Positionssensor funktioniert möglicherweise nicht richtig." + }, + { + "ecode": "0700510000030001", + "intro": "Das AMS ist deaktiviert. Bitte laden Sie Filament vom Spulenhalter." + }, + { + "ecode": "0700700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "0701700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "0702700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "0703700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1800700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "1800400000020002", + "intro": "Fehler beim Positionssignal des Filamentpuffers: Der Positionssensor funktioniert möglicherweise nicht richtig." + }, + { + "ecode": "1802700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "0707700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "1805700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "1806700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "1807700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "0704700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "1801700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "0500040000020050", + "intro": "Laserschutzfenster nicht installiert." + }, + { + "ecode": "0706700000020007", + "intro": "Das Filament des AMS ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot des AMS ein und fahren Sie fort." + }, + { + "ecode": "1804700000020007", + "intro": "Das Filament des AMS-HT ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben Slot im AMS ein und fahren Sie fort." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B: Die Heizung 2 heizt nicht ordnungsgemäß." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D: Die Heizung 1 heizt nicht ordnungsgemäß." + }, + { + "ecode": "0C00030000020017", + "intro": "Lasergravur Z-Achsen Fokus-Kalibrierung fehlgeschlagen. Bitte überprüfen Sie, ob das Lasertestmaterial (350 g Pappe) richtig platziert ist und seine Oberfläche sauber und intakt ist." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT A: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT B: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1805240000020009", + "intro": "AMS-HT F: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT E: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D: Eine Frontabdeckung ist offen. Dies kann die Trocknungsleistung beeinträchtigen oder dazu führen, dass das Filament Feuchtigkeit aufnimmt." + }, + { + "ecode": "0707730000020004", + "intro": "Das Filament von AMS H Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703710000020005", + "intro": "Das Filament von AMS D Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0706700000020005", + "intro": "Das Filament von AMS G Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0701710000020002", + "intro": "Das Filament von AMS B Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704700000020004", + "intro": "Das Filament von AMS E Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804720000020004", + "intro": "Das Filament von AMS-HT E Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704720000020005", + "intro": "Das Filament von AMS E Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0702710000020002", + "intro": "Das Filament von AMS C Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703710000020001", + "intro": "Das AMS D Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1805710000020005", + "intro": "Das Filament von AMS-HT F Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1803720000020002", + "intro": "Das Filament von AMS-HT D Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704710000020001", + "intro": "Das AMS E Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1805730000020001", + "intro": "Das AMS-HT F Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1806710000020005", + "intro": "Das Filament von AMS-HT G Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0704730000020004", + "intro": "Das Filament von AMS E Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805730000020004", + "intro": "Das Filament von AMS-HT F Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702720000020005", + "intro": "Das Filament von AMS C Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1800720000020001", + "intro": "Das AMS-HT A Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0702720000020001", + "intro": "Das AMS C Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1805710000020002", + "intro": "Das Filament von AMS-HT F Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804700000020004", + "intro": "Das Filament von AMS-HT E Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803730000020001", + "intro": "Das AMS-HT D Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1804720000020001", + "intro": "Das AMS-HT E Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802710000020004", + "intro": "Das Filament von AMS-HT C Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801710000020002", + "intro": "Das Filament von AMS-HT B Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703700000020004", + "intro": "Das Filament von AMS D Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800710000020001", + "intro": "Das AMS-HT A Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1800720000020004", + "intro": "Das Filament von AMS-HT A Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800730000020002", + "intro": "Das Filament von AMS-HT A Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804700000020002", + "intro": "Das Filament von AMS-HT E Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705730000020005", + "intro": "Das Filament von AMS F Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807720000020005", + "intro": "Das Filament von AMS-HT H Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0701700000020001", + "intro": "Das AMS B Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1807700000020004", + "intro": "Das Filament von AMS-HT H Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702720000020004", + "intro": "Das Filament von AMS C Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705730000020002", + "intro": "Das Filament von AMS F Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806700000020002", + "intro": "Das Filament von AMS-HT G Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806710000020004", + "intro": "Das Filament von AMS-HT G Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803730000020002", + "intro": "Das Filament von AMS-HT D Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704720000020001", + "intro": "Das AMS E Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802730000020004", + "intro": "Das Filament von AMS-HT C Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707700000020002", + "intro": "Das Filament von AMS H Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802720000020004", + "intro": "Das Filament von AMS-HT C Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700700000020004", + "intro": "Das Filament von AMS A Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702710000020005", + "intro": "Das Filament von AMS C Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0704720000020002", + "intro": "Das Filament von AMS E Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703700000020002", + "intro": "Das Filament von AMS D Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703700000020005", + "intro": "Das Filament von AMS D Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1801730000020005", + "intro": "Das Filament von AMS-HT B Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1805700000020005", + "intro": "Das Filament von AMS-HT F Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1800730000020001", + "intro": "Das AMS-HT A Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1801700000020004", + "intro": "Das Filament von AMS-HT B Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805730000020002", + "intro": "Das Filament von AMS-HT F Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0706700000020004", + "intro": "Das Filament von AMS G Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802730000020005", + "intro": "Das Filament von AMS-HT C Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807710000020005", + "intro": "Das Filament von AMS-HT H Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0700720000020002", + "intro": "Das Filament von AMS A Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800700000020001", + "intro": "Das AMS-HT A Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0705700000020004", + "intro": "Das Filament von AMS F Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800710000020004", + "intro": "Das Filament von AMS-HT A Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702730000020002", + "intro": "Das Filament von AMS C Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702710000020001", + "intro": "Das AMS C Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1804710000020004", + "intro": "Das Filament von AMS-HT E Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806730000020004", + "intro": "Das Filament von AMS-HT G Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805720000020005", + "intro": "Das Filament von AMS-HT F Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807700000020002", + "intro": "Das Filament von AMS-HT H Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701720000020004", + "intro": "Das Filament von AMS B Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705720000020005", + "intro": "Das Filament von AMS F Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807720000020002", + "intro": "Das Filament von AMS-HT H Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800700000020004", + "intro": "Das Filament von AMS-HT A Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802730000020002", + "intro": "Das Filament von AMS-HT C Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801720000020002", + "intro": "Das Filament von AMS-HT B Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802730000020001", + "intro": "Das AMS-HT C Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0700710000020001", + "intro": "Das AMS A Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1801700000020005", + "intro": "Das Filament von AMS-HT B Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0704700000020005", + "intro": "Das Filament von AMS E Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0700710000020002", + "intro": "Das Filament von AMS A Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701700000020004", + "intro": "Das Filament von AMS B Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806730000020005", + "intro": "Das Filament von AMS-HT G Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1801710000020004", + "intro": "Das Filament von AMS-HT B Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707710000020004", + "intro": "Das Filament von AMS H Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803730000020004", + "intro": "Das Filament von AMS-HT D Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801730000020002", + "intro": "Das Filament von AMS-HT B Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700730000020004", + "intro": "Das Filament von AMS A Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806720000020004", + "intro": "Das Filament von AMS-HT G Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701720000020005", + "intro": "Das Filament von AMS B Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0705710000020004", + "intro": "Das Filament von AMS F Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1807710000020004", + "intro": "Das Filament von AMS-HT H Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803700000020004", + "intro": "Das Filament von AMS-HT D Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705710000020001", + "intro": "Das AMS F Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707720000020004", + "intro": "Das Filament von AMS H Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702710000020004", + "intro": "Das Filament von AMS C Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704730000020005", + "intro": "Das Filament von AMS E Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1801700000020001", + "intro": "Das AMS-HT B Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1805720000020004", + "intro": "Das Filament von AMS-HT F Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702730000020005", + "intro": "Das Filament von AMS C Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0704700000020002", + "intro": "Das Filament von AMS E Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701700000020005", + "intro": "Das Filament von AMS B Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1801700000020002", + "intro": "Das Filament von AMS-HT B Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801730000020001", + "intro": "Das AMS-HT B Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1803720000020005", + "intro": "Das Filament von AMS-HT D Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807730000020004", + "intro": "Das Filament von AMS-HT H Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800700000020005", + "intro": "Das Filament von AMS-HT A Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0705700000020001", + "intro": "Das AMS F Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802710000020005", + "intro": "Das Filament von AMS-HT C Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807730000020001", + "intro": "Das AMS-HT H Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706710000020004", + "intro": "Das Filament von AMS G Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804730000020002", + "intro": "Das Filament von AMS-HT E Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803700000020002", + "intro": "Das Filament von AMS-HT D Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802720000020005", + "intro": "Das Filament von AMS-HT C Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0706730000020002", + "intro": "Das Filament von AMS G Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707700000020004", + "intro": "Das Filament von AMS H Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805700000020004", + "intro": "Das Filament von AMS-HT F Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805700000020001", + "intro": "Das AMS-HT F Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707720000020002", + "intro": "Das Filament von AMS H Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701720000020001", + "intro": "Das AMS B Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0700720000020004", + "intro": "Das Filament von AMS A Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804710000020001", + "intro": "Das AMS-HT E Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1801710000020001", + "intro": "Das AMS-HT B Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1806730000020002", + "intro": "Das Filament von AMS-HT G Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703710000020002", + "intro": "Das Filament von AMS D Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703720000020001", + "intro": "Das AMS D Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706720000020001", + "intro": "Das AMS G Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1801730000020004", + "intro": "Das Filament von AMS-HT B Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704710000020002", + "intro": "Das Filament von AMS E Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800710000020002", + "intro": "Das Filament von AMS-HT A Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802710000020002", + "intro": "Das Filament von AMS-HT C Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805720000020002", + "intro": "Das Filament von AMS-HT F Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703730000020004", + "intro": "Das Filament von AMS D Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806720000020005", + "intro": "Das Filament von AMS-HT G Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0706720000020002", + "intro": "Das Filament von AMS G Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704730000020002", + "intro": "Das Filament von AMS E Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1807720000020001", + "intro": "Das AMS-HT H Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1803710000020005", + "intro": "Das Filament von AMS-HT D Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807710000020002", + "intro": "Das Filament von AMS-HT H Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705720000020002", + "intro": "Das Filament von AMS F Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700720000020001", + "intro": "Das AMS A Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706720000020004", + "intro": "Das Filament von AMS G Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804700000020001", + "intro": "Das AMS-HT E Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1803710000020002", + "intro": "Das Filament von AMS-HT D Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707710000020001", + "intro": "Das AMS H Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1803720000020004", + "intro": "Das Filament von AMS-HT D Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805730000020005", + "intro": "Das Filament von AMS-HT F Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1803710000020001", + "intro": "Das AMS-HT D Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1803700000020005", + "intro": "Das Filament von AMS-HT D Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1805700000020002", + "intro": "Das Filament von AMS-HT F Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701710000020005", + "intro": "Das Filament von AMS B Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0707730000020005", + "intro": "Das Filament von AMS H Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807720000020004", + "intro": "Das Filament von AMS-HT H Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701720000020002", + "intro": "Das Filament von AMS B Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705700000020005", + "intro": "Das Filament von AMS F Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1801720000020001", + "intro": "Das AMS-HT B Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707730000020002", + "intro": "Das Filament von AMS H Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804720000020002", + "intro": "Das Filament von AMS-HT E Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704730000020001", + "intro": "Das AMS E Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1801720000020004", + "intro": "Das Filament von AMS-HT B Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802700000020001", + "intro": "Das AMS-HT C Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0703710000020004", + "intro": "Das Filament von AMS D Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0706730000020001", + "intro": "Das AMS G Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1806700000020004", + "intro": "Das Filament von AMS-HT G Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700700000020005", + "intro": "Das Filament von AMS A Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1800720000020002", + "intro": "Das Filament von AMS-HT A Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800720000020005", + "intro": "Das Filament von AMS-HT A Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1806720000020001", + "intro": "Das AMS-HT G Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706700000020001", + "intro": "Das AMS G Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1800700000020002", + "intro": "Das Filament von AMS-HT A Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700720000020005", + "intro": "Das Filament von AMS A Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0707720000020001", + "intro": "Das AMS H Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802710000020001", + "intro": "Das AMS-HT C Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706720000020005", + "intro": "Das Filament von AMS G Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0702720000020002", + "intro": "Das Filament von AMS C Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0704710000020005", + "intro": "Das Filament von AMS E Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1806720000020002", + "intro": "Das Filament von AMS-HT G Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1807700000020001", + "intro": "Das AMS-HT H Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1804730000020004", + "intro": "Das Filament von AMS-HT E Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707710000020005", + "intro": "Das Filament von AMS H Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1807730000020005", + "intro": "Das Filament von AMS-HT H Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0705730000020001", + "intro": "Das AMS F Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0704720000020004", + "intro": "Das Filament von AMS E Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701730000020005", + "intro": "Das Filament von AMS B Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0704710000020004", + "intro": "Das Filament von AMS E Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803700000020001", + "intro": "Das AMS-HT D Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0706710000020005", + "intro": "Das Filament von AMS G Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0707700000020001", + "intro": "Das AMS H Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1807700000020005", + "intro": "Das Filament von AMS-HT H Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0706730000020005", + "intro": "Das Filament von AMS G Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1805720000020001", + "intro": "Das AMS-HT F Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0701730000020001", + "intro": "Das AMS B Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0700710000020005", + "intro": "Das Filament von AMS A Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1803730000020005", + "intro": "Das Filament von AMS-HT D Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1804700000020005", + "intro": "Das Filament von AMS-HT E Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0703700000020001", + "intro": "Das AMS D Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0701710000020001", + "intro": "Das AMS B Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802700000020002", + "intro": "Das Filament von AMS-HT C Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0706700000020002", + "intro": "Das Filament von AMS G Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705700000020002", + "intro": "Das Filament von AMS F Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806700000020005", + "intro": "Das Filament von AMS-HT G Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0703720000020005", + "intro": "Das Filament von AMS D Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E: Der Stromsensor des Hilfsmotors ist möglicherweise defekt." + }, + { + "ecode": "0701710000020004", + "intro": "Das Filament von AMS B Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0706710000020001", + "intro": "Das AMS G Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707700000020005", + "intro": "Das Filament von AMS H Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0701730000020004", + "intro": "Das Filament von AMS B Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703730000020001", + "intro": "Das AMS D Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707720000020005", + "intro": "Das Filament von AMS H Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1802700000020005", + "intro": "Das Filament von AMS-HT C Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0703720000020004", + "intro": "Das Filament von AMS D Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801720000020005", + "intro": "Das Filament von AMS-HT B Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1804710000020002", + "intro": "Das Filament von AMS-HT E Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700730000020005", + "intro": "Das Filament von AMS A Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1804730000020005", + "intro": "Das Filament von AMS-HT E Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1800730000020005", + "intro": "Das Filament von AMS-HT A Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0705720000020001", + "intro": "Das AMS F Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1804730000020001", + "intro": "Das AMS-HT E Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0700730000020001", + "intro": "Das AMS A Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802720000020001", + "intro": "Das AMS-HT C Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1806710000020001", + "intro": "Das AMS-HT G Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0703730000020005", + "intro": "Das Filament von AMS D Slot 4 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1803710000020004", + "intro": "Das Filament von AMS-HT D Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703730000020002", + "intro": "Das Filament von AMS D Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1803720000020001", + "intro": "Das AMS-HT D Slot 3 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0700700000020001", + "intro": "Das AMS A Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1802700000020004", + "intro": "Das Filament von AMS-HT C Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0706710000020002", + "intro": "Das Filament von AMS G Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804710000020005", + "intro": "Das Filament von AMS-HT E Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0705730000020004", + "intro": "Das Filament von AMS F Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0700710000020004", + "intro": "Das Filament von AMS A Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1805710000020001", + "intro": "Das AMS-HT F Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1807730000020002", + "intro": "Das Filament von AMS-HT H Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1804720000020005", + "intro": "Das Filament von AMS-HT E Slot 3 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "1805710000020004", + "intro": "Das Filament von AMS-HT F Slot 2 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0707710000020002", + "intro": "Das Filament von AMS H Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705720000020004", + "intro": "Das Filament von AMS F Slot 3 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702700000020005", + "intro": "Das Filament von AMS C Slot 1 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0700730000020002", + "intro": "Das Filament von AMS A Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1800730000020004", + "intro": "Das Filament von AMS-HT A Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702730000020004", + "intro": "Das Filament von AMS C Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701700000020002", + "intro": "Das Filament von AMS B Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702700000020002", + "intro": "Das Filament von AMS C Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806730000020001", + "intro": "Das AMS-HT G Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0702700000020001", + "intro": "Das AMS C Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1800710000020005", + "intro": "Das Filament von AMS-HT A Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0702700000020004", + "intro": "Das Filament von AMS C Slot 1 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0701730000020002", + "intro": "Das Filament von AMS B Slot 4 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0705710000020005", + "intro": "Das Filament von AMS F Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0700700000020002", + "intro": "Das Filament von AMS A Slot 1 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806710000020002", + "intro": "Das Filament von AMS-HT G Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1801710000020005", + "intro": "Das Filament von AMS-HT B Slot 2 konnte nicht eingeführt werden. Bitte schneiden Sie das Ende des Filaments ab und überprüfen Sie, ob die Spule feststeckt." + }, + { + "ecode": "0706730000020004", + "intro": "Das Filament von AMS G Slot 4 konnte nicht aus dem Werkzeugkopf herausgezogen werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0703720000020002", + "intro": "Das Filament von AMS D Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1802720000020002", + "intro": "Das Filament von AMS-HT C Slot 3 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "0702730000020001", + "intro": "Das AMS C Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0705710000020002", + "intro": "Das Filament von AMS F Slot 2 konnte nicht in den Werkzeugkopf eingeführt werden. Mögliche Ursache: Filament oder Spule stecken fest." + }, + { + "ecode": "1806700000020001", + "intro": "Das AMS-HT G Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0707730000020001", + "intro": "Das AMS H Slot 4 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "1807710000020001", + "intro": "Das AMS-HT H Slot 2 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0704700000020001", + "intro": "Das AMS E Slot 1 Filament konnte nicht aus dem Extruder gezogen werden. Mögliche Ursache: Verstopfter Extruder oder gebrochenes Filament im Extruder." + }, + { + "ecode": "0500030000010021", + "intro": "Hardware inkompatibel: Bitte überprüfen Sie den Laser." + }, + { + "ecode": "0C00010000020008", + "intro": "Bild von der Liveview-Kamera konnte nicht abgerufen werden. Die Erkennung von Spaghetti- und Abfallschacht-Stauungen ist derzeit nicht verfügbar." + }, + { + "ecode": "0C00040000010012", + "intro": "Live-Ansicht Kamera Datenverbindung ist abnormal." + }, + { + "ecode": "0C00040000020003", + "intro": "Die Laserplattform ist nicht richtig ausgerichtet. Bitte stellen Sie sicher, dass alle vier Ecken mit dem Heizbett ausgerichtet sind." + }, + { + "ecode": "0500060000020004", + "intro": "Die AI-Live-View-Kamera ist nicht angeschlossen. Bitte überprüfen Sie die Hardwareverbindung." + }, + { + "ecode": "0C00040000020002", + "intro": "Schnittplattform nicht erkannt. Bitte legen Sie die für die Aufgabe erforderliche Matte ein und fahren Sie fort." + }, + { + "ecode": "0500060000020033", + "intro": "Die BirdsEye-Kamera ist nicht angeschlossen. Bitte überprüfen Sie die Hardware und die Kabelverbindungen." + }, + { + "ecode": "0C00030000020016", + "intro": "Die Fremdkörpererkennung funktioniert nicht und die Seriennummer der Liveview-Kamera kann nicht gelesen werden. Bitte wenden Sie sich an den Kundensupport." + }, + { + "ecode": "0500040000020031", + "intro": "Vor der Verwendung eines Laser-/Schneidmoduls muss die Position der BirdsEye-Kamera bestimmt werden. Bitte führen Sie die Einrichtung durch, um die Kamera zu kalibrieren." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0C00040000020019", + "intro": "Die Birdseye-Kamera ist versetzt installiert. Bitte schauen Sie im Wiki nach, um sie neu zu installieren." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "03009E0000030001", + "intro": "Die Stufe der Erkennung offener Türen für diesen Druckauftrag wird auf „Benachrichtigung“ gesetzt." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "03009D0000020001", + "intro": "Die XY-Kalibrierung des Fokuspunkts des Gravurlasers ist fehlgeschlagen. Bitte säubern Sie den Laser-Referenzbereich auf der Laserplattform und führen Sie die Kalibrierung der Lasermodulhalterung erneut durch." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G: Der Hall-Ausgangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F: Der Hall-Ausgangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D: Der Hall-Ausgangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G: Der Hall-Ausgangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "03009D0000020002", + "intro": "Das Ergebnis der XY-Kalibrierung des Fokuspunkts des Gravurlasers weicht erheblich von den Konstruktionswerten ab. Bitte installieren Sie das Lasermodul neu und führen Sie die Einrichtung des Lasermoduls erneut aus." + }, + { + "ecode": "0C00010000010011", + "intro": "Die Live-View-Kamera-Kalibrierung ist fehlgeschlagen. Bitte kalibrieren Sie erneut. Stellen Sie sicher, dass die Druckplatte leer ist und die Kameraansicht klar und richtig ausgerichtet ist. Bitte wenden Sie sich an den Support, wenn wiederholt Fehler auftreten." + }, + { + "ecode": "0500040000010052", + "intro": "Der Sicherheitsschlüssel ist nicht eingefügt. Bitte folgen Sie dem Wiki, um ihn zu installieren." + }, + { + "ecode": "0500040000010051", + "intro": "Der Not-Aus-Schalter befindet sich nicht in der richtigen Position. Bitte folgen Sie den Anweisungen im Wiki, um ihn zu installieren." + }, + { + "ecode": "0300090000010001", + "intro": "Der Extruder-Servomotor hat einen offenen Stromkreis. Die Verbindung ist möglicherweise locker oder der Motor ist ausgefallen." + }, + { + "ecode": "0300090000010002", + "intro": "Der Extruder-Servomotor hat einen Kurzschluss. Er ist möglicherweise ausgefallen." + }, + { + "ecode": "0300090000010003", + "intro": "Der Widerstand des Extruder-Servomotors ist abnormal. Der Motor ist möglicherweise ausgefallen." + }, + { + "ecode": "0300160000010001", + "intro": "Der Stromsensor des Extruder-Servomotors ist fehlerhaft. Dies kann durch einen Ausfall der Hardware-Abtastschaltung verursacht werden." + }, + { + "ecode": "0300410000010001", + "intro": "Die Netzspannung ist instabil und löst die Netzausfallschutzfunktion aus." + }, + { + "ecode": "1803240000010007", + "intro": "Die AMS-HT D Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1806240000010007", + "intro": "Die AMS-HT G Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1801240000010007", + "intro": "Die AMS-HT B Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1805240000010007", + "intro": "Die AMS-HT F Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1802240000010007", + "intro": "Die AMS-HT C Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1804240000010007", + "intro": "Die AMS-HT E Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1807240000010007", + "intro": "Die AMS-HT H Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "1800240000010007", + "intro": "Die AMS-HT A Türerkennung ist abnormal. Die Verbindung zum Hallsensor ist möglicherweise lose oder unterbrochen." + }, + { + "ecode": "07FF700000020003", + "intro": "Bitte überprüfen Sie, ob das Filament aus der Düse kommt. Wenn nicht, schieben Sie das Material vorsichtig und versuchen Sie es erneut zu extrudieren." + }, + { + "ecode": "0300D00000010002", + "intro": "Der Klingenhalter ist abgefallen. Bitte wieder anbringen." + }, + { + "ecode": "0300D00000010001", + "intro": "Die Schneidmodulbasis ist abgefallen. Bitte wieder anbringen." + }, + { + "ecode": "0300280000010005", + "intro": "Die Referenzierung der Z-Achse ist im Schneidemodus fehlgeschlagen. Bitte überprüfen Sie, ob sich Fremdkörper im Schlitten der Z-Achse und in der Riemenscheibe der Z-Achse befinden." + }, + { + "ecode": "18FF600000020001", + "intro": "Die externe Spule ist möglicherweise verheddert oder klemmt." + }, + { + "ecode": "07FF600000020001", + "intro": "Die externe Spule ist möglicherweise verheddert oder klemmt." + }, + { + "ecode": "0500030000020020", + "intro": "Die Kapazität des USB-Sticks reicht nicht aus, um Druckdateien zwischenzuspeichern." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H: Die dreiphasigen Kabel des Hilfsmotors sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0500040000020036", + "intro": "Neues Schneidmodul angeschlossen. Um präziseres Schneiden zu gewährleisten, richten Sie es bitte vor der Verwendung ein. (ca. 3 Minuten)" + }, + { + "ecode": "0500040000020035", + "intro": "Das Lasermodul muss kalibriert werden. Bitte führen Sie die Kalibrierung der Halterung vor der Verwendung durch. (ca. 2 Minuten)" + }, + { + "ecode": "0300C30000010002", + "intro": "Störung des Stromsensors der Filterumschaltklappe: Dies kann auf einen offenen Stromkreis oder einen Fehler im Hardware-Abtastkreis zurückzuführen sein." + }, + { + "ecode": "0300A10000010001", + "intro": "Die Kammertemperatur ist zu hoch. Bitte öffnen Sie die obere Abdeckung und die Vordertür, um das Gerät abzukühlen, oder senken Sie die Umgebungstemperatur." + }, + { + "ecode": "0500010000030005", + "intro": "Der USB-Stick befindet sich im schreibgeschützten Modus. Videoaufnahmen und Zeitrafferaufnahmen können nicht durchgeführt werden. Weitere Informationen finden Sie im Wiki." + }, + { + "ecode": "0500040000020038", + "intro": "Schieben Sie das Schneidmodul bitte hinein und befestigen Sie den Schnellspannhebel. Wenn das Modul bereits installiert ist, ist es möglicherweise nicht richtig ausgerichtet. Versuchen Sie bitte, es neu zu installieren." + }, + { + "ecode": "0500010000020002", + "intro": "Die Live-View-Kamera ist nicht angeschlossen. Bitte überprüfen Sie die Hardware und die Kabelverbindungen." + }, + { + "ecode": "0500060000020034", + "intro": "Die Live-View-Kamera ist nicht angeschlossen. Bitte überprüfen Sie die Hardware und die Kabelverbindungen." + }, + { + "ecode": "0300D00000010003", + "intro": "Das Kabel des Schneidmoduls hat sich gelöst. Bitte überprüfen Sie die Kabelverbindung." + }, + { + "ecode": "1805200000020009", + "intro": "AMS-HT F Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1803200000020009", + "intro": "AMS-HT D Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1805210000020009", + "intro": "AMS-HT F Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804210000020009", + "intro": "AMS-HT E Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804220000020009", + "intro": "AMS-HT E Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1803210000020009", + "intro": "AMS-HT D Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1806230000020009", + "intro": "AMS-HT G Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1800220000020009", + "intro": "AMS-HT A Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1807230000020009", + "intro": "AMS-HT H Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1802200000020009", + "intro": "AMS-HT C Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801210000020009", + "intro": "AMS-HT B Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1807210000020009", + "intro": "AMS-HT H Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1800210000020009", + "intro": "AMS-HT A Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1802210000020009", + "intro": "AMS-HT C Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1806220000020009", + "intro": "AMS-HT G Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1806200000020009", + "intro": "AMS-HT G Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804230000020009", + "intro": "AMS-HT E Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801220000020009", + "intro": "AMS-HT B Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1802220000020009", + "intro": "AMS-HT C Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1803230000020009", + "intro": "AMS-HT D Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1807200000020009", + "intro": "AMS-HT H Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1800230000020009", + "intro": "AMS-HT A Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1806210000020009", + "intro": "AMS-HT G Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1805220000020009", + "intro": "AMS-HT F Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1807220000020009", + "intro": "AMS-HT H Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1803220000020009", + "intro": "AMS-HT D Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1805230000020009", + "intro": "AMS-HT F Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804200000020009", + "intro": "AMS-HT E Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801200000020009", + "intro": "AMS-HT B Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1800200000020009", + "intro": "AMS-HT A Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1802230000020009", + "intro": "AMS-HT C Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801230000020009", + "intro": "AMS-HT B Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0C0003000002000E", + "intro": "Ihre Düse scheint mit gestautem oder verstopftem Material bedeckt zu sein." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1801220000020004", + "intro": "Das AMS-HT B Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0701130000010001", + "intro": "Der AMS B Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0702100000010001", + "intro": "Der AMS C Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800130000010001", + "intro": "Der AMS-HT A Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1807100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT H Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806200000020004", + "intro": "Das AMS-HT G Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802560000030001", + "intro": "AMS- HT C wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1804130000010001", + "intro": "Der AMS-HT E Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1805120000010001", + "intro": "Der AMS-HT F Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707100000010001", + "intro": "Der AMS H Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0704200000020004", + "intro": "Das AMS E Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1801130000010001", + "intro": "Der AMS-HT B Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1802110000020002", + "intro": "Der AMS-HT C Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0705130000010001", + "intro": "Der AMS F Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1804560000030001", + "intro": "AMS- HT E wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704120000010003", + "intro": "Die Drehmomentsteuerung des AMS E Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705120000010003", + "intro": "Die Drehmomentsteuerung des AMS F Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0704100000010003", + "intro": "Die Drehmomentsteuerung des AMS E Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807210000020004", + "intro": "Das AMS-HT H Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1807300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0704310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0705210000020009", + "intro": "AMS F Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0707220000020009", + "intro": "AMS H Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0707300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0700120000020002", + "intro": "Der AMS A Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0701100000010001", + "intro": "Der AMS B Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701110000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702130000010001", + "intro": "Der AMS C Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0703120000020002", + "intro": "Der AMS D Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703130000020002", + "intro": "Der AMS D Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703210000020003", + "intro": "Das Filament von AMS D Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801120000020002", + "intro": "Der AMS-HT B Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1803210000020004", + "intro": "Das AMS-HT D Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0706130000010003", + "intro": "Die Drehmomentsteuerung des AMS G Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807220000020004", + "intro": "Das AMS-HT H Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1804110000010001", + "intro": "Der AMS-HT E Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704130000010001", + "intro": "Der AMS E Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700100000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0700220000020004", + "intro": "Das AMS A Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT E Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1806110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT G Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1805130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT F Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1802110000010001", + "intro": "Der AMS-HT C Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801130000020002", + "intro": "Der AMS-HT B Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1803120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT D Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1803130000020002", + "intro": "Der AMS-HT D Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1807110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT H Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0705200000020004", + "intro": "Das AMS F Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT G Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0704210000020003", + "intro": "Das Filament von AMS E Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "1807200000020004", + "intro": "Das AMS-HT H Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704110000010001", + "intro": "Der AMS E Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1800210000020004", + "intro": "Das AMS-HT A Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0706130000020002", + "intro": "Der AMS G Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706110000010001", + "intro": "Der AMS G Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0706130000010001", + "intro": "Der AMS G Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807130000020002", + "intro": "Der AMS-HT H Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800400000020004", + "intro": "Das Filamentpuffersignal ist anormal. Möglicherweise steckt die Feder fest oder das Filament ist verheddert." + }, + { + "ecode": "0704200000020009", + "intro": "AMS E Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1806300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0704310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1800310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0705310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1807310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1806350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701200000020004", + "intro": "Das AMS B Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0703110000010001", + "intro": "Der AMS D Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0703130000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802100000020002", + "intro": "Der AMS-HT C Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1805130000010001", + "intro": "Der AMS-HT F Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0705100000020002", + "intro": "Der AMS F Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704130000020002", + "intro": "Der AMS E Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704230000020003", + "intro": "Das Filament von AMS E Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0705210000020004", + "intro": "Das AMS F Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803120000010001", + "intro": "Der AMS-HT D Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0706210000020004", + "intro": "Das AMS G Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0707120000010001", + "intro": "Der AMS H Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801120000010001", + "intro": "Der AMS-HT B Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1800230000020004", + "intro": "Das AMS-HT A Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT G Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706200000020003", + "intro": "Das Filament von AMS G Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1805560000030001", + "intro": "AMS- HT F wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1803230000020004", + "intro": "Das AMS-HT D Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0707200000020003", + "intro": "Das Filament von AMS H Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT H Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1806560000030001", + "intro": "AMS- HT G wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0700110000020002", + "intro": "Der AMS A Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700200000020003", + "intro": "Das Filament von AMS A Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "0700200000020004", + "intro": "Das AMS A Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701100000020002", + "intro": "Der AMS B Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701110000020002", + "intro": "Der AMS B Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701130000020002", + "intro": "Der AMS B Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1802220000020004", + "intro": "Das AMS-HT C Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1804120000010001", + "intro": "Der AMS-HT E Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1807110000020002", + "intro": "Der AMS-HT H Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0707100000010003", + "intro": "Die Drehmomentsteuerung des AMS H Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706230000020004", + "intro": "Das AMS G Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0705220000020004", + "intro": "Das AMS F Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806210000020004", + "intro": "Das AMS-HT G Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800120000020002", + "intro": "Der AMS-HT A Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1802210000020004", + "intro": "Das AMS-HT C Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706220000020004", + "intro": "Das AMS G Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT A Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1804110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT E Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1800300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1804310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0705200000020009", + "intro": "AMS F Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "18FF200000020002", + "intro": "Externes Filament fehlt. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0705300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "18FF200000020001", + "intro": "Externes Filament ist aufgebraucht. Bitte legen Sie neues Filament ein." + }, + { + "ecode": "1800450000020001", + "intro": "Der Sensor des Filamentabschneiders funktioniert nicht richtig. Bitte überprüfen Sie, ob der Stecker richtig eingesteckt ist." + }, + { + "ecode": "1805310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0704230000020009", + "intro": "AMS E Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0707350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0700110000010001", + "intro": "Der AMS A Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701120000020002", + "intro": "Der AMS B Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702200000020003", + "intro": "Das Filament von AMS C Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703110000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1805120000020002", + "intro": "Der AMS-HT F Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT F Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0707220000020004", + "intro": "Das AMS H Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0704120000010001", + "intro": "Der AMS E Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802130000010001", + "intro": "Der AMS-HT C Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1800130000020002", + "intro": "Der AMS-HT A Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1803200000020004", + "intro": "Das AMS-HT D Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801100000010001", + "intro": "Der AMS-HT B Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807100000020002", + "intro": "Der AMS-HT H Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804200000020004", + "intro": "Das AMS-HT E Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1802120000020002", + "intro": "Der AMS-HT C Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705120000020002", + "intro": "Der AMS F Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1805110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT F Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0700210000020003", + "intro": "Das Filament von AMS A Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0700230000020003", + "intro": "Das Filament von AMS A Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702130000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703220000020003", + "intro": "Das Filament von AMS D Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "1803120000020002", + "intro": "Der AMS-HT D Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1801110000010001", + "intro": "Der AMS-HT B Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT D Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806110000010001", + "intro": "Der AMS-HT G Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0707200000020004", + "intro": "Das AMS H Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT C Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0705130000020002", + "intro": "Der AMS F Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1800200000020004", + "intro": "Das AMS-HT A Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT A Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0704110000010003", + "intro": "Die Drehmomentsteuerung des AMS E Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804110000020002", + "intro": "Der AMS-HT E Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1805130000020002", + "intro": "Der AMS-HT F Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804130000020002", + "intro": "Der AMS-HT E Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801210000020004", + "intro": "Das AMS-HT B Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0706300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1800450000020002", + "intro": "Der Schnittabstand des Filamentschneiders ist zu groß. Der XY-Motor kann Schritte verlieren." + }, + { + "ecode": "1802300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1802310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1806310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1802300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0705230000020009", + "intro": "AMS F Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0707310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0700100000010001", + "intro": "Der AMS A Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0700100000020002", + "intro": "Der AMS A Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700120000010001", + "intro": "Der AMS A Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0700130000010001", + "intro": "Der AMS A Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0702110000020002", + "intro": "Der AMS C Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0702210000020004", + "intro": "Das AMS C Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0702220000020004", + "intro": "Das AMS C Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0705100000010003", + "intro": "Die Drehmomentsteuerung des AMS F Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1805210000020004", + "intro": "Das AMS-HT F Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT C Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0701110000010001", + "intro": "Der AMS B Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701120000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0702230000020003", + "intro": "Das Filament von AMS C Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0704100000020002", + "intro": "Der AMS E Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1803110000020002", + "intro": "Der AMS-HT D Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705110000010001", + "intro": "Der AMS F Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1800120000010001", + "intro": "Der AMS-HT A Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707120000020002", + "intro": "Der AMS H Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705110000010003", + "intro": "Die Drehmomentsteuerung des AMS F Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1805220000020004", + "intro": "Das AMS-HT F Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1807110000010001", + "intro": "Der AMS-HT H Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801560000030001", + "intro": "AMS- HT B wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0706230000020009", + "intro": "AMS G Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1804300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1802350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "18FF200000020004", + "intro": "Bitte ziehen Sie das externe Filament aus dem Extruder." + }, + { + "ecode": "0705350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0706210000020009", + "intro": "AMS G Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1805350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "18FF450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "0707300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1800300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0701200000020003", + "intro": "Das Filament von AMS B Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "0702200000020004", + "intro": "Das AMS C Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0703100000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703120000010001", + "intro": "Der AMS D Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0703230000020003", + "intro": "Das Filament von AMS D Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0705230000020004", + "intro": "Das AMS F Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707130000010003", + "intro": "Die Drehmomentsteuerung des AMS H Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707220000020003", + "intro": "Das Filament von AMS H Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0706100000020002", + "intro": "Der AMS G Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704210000020004", + "intro": "Das AMS E Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706220000020003", + "intro": "Das Filament von AMS G Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1804100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT E Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805200000020004", + "intro": "Das AMS-HT F Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704120000020002", + "intro": "Der AMS E Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705120000010001", + "intro": "Der AMS F Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1800100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT A Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0706110000010003", + "intro": "Die Drehmomentsteuerung des AMS G Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0707120000010003", + "intro": "Die Drehmomentsteuerung des AMS H Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705100000010001", + "intro": "Der AMS F Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700130000020002", + "intro": "Der AMS A Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0701230000020003", + "intro": "Das Filament von AMS B Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702230000020004", + "intro": "Das AMS C Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0703100000010001", + "intro": "Der AMS D Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0703230000020004", + "intro": "Das AMS D Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803100000020002", + "intro": "Der AMS-HT D Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0707130000020002", + "intro": "Der AMS H Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801110000020002", + "intro": "Der AMS-HT B Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1807560000030001", + "intro": "AMS- HT H wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "0706110000020002", + "intro": "Der AMS G Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705130000010003", + "intro": "Die Drehmomentsteuerung des AMS F Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT B Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804230000020004", + "intro": "Das AMS-HT E Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0706120000010001", + "intro": "Der AMS G Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1803310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1805300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0706310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1802310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0704350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0707210000020009", + "intro": "AMS H Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "18FE450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0703200000020003", + "intro": "Das Filament von AMS D Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707130000010001", + "intro": "Der AMS H Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0704220000020003", + "intro": "Das Filament von AMS E Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT B Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0704130000010003", + "intro": "Die Drehmomentsteuerung des AMS E Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1806120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT G Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0706120000010003", + "intro": "Die Drehmomentsteuerung des AMS G Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707210000020003", + "intro": "Das Filament von AMS H Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806120000010001", + "intro": "Der AMS-HT G Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1805120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT F Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800100000010001", + "intro": "Der AMS-HT A Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0705230000020003", + "intro": "Das Filament von AMS F Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0707110000010003", + "intro": "Die Drehmomentsteuerung des AMS H Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806110000020002", + "intro": "Der AMS-HT G Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1806130000020002", + "intro": "Der AMS-HT G Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0700210000020004", + "intro": "Das AMS A Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0700220000020003", + "intro": "Das Filament von AMS A Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701100000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703100000020002", + "intro": "Der AMS D Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703220000020004", + "intro": "Das AMS D Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1801200000020004", + "intro": "Das AMS-HT B Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706100000010003", + "intro": "Die Drehmomentsteuerung des AMS G Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803220000020004", + "intro": "Das AMS-HT D Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1802100000010001", + "intro": "Der AMS-HT C Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0706210000020003", + "intro": "Das Filament von AMS G Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1806230000020004", + "intro": "Das AMS-HT G Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1806100000020002", + "intro": "Der AMS-HT G Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1801130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT B Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1804220000020004", + "intro": "Das AMS-HT E Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0704100000010001", + "intro": "Der AMS E Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706120000020002", + "intro": "Der AMS G Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1802230000020004", + "intro": "Das AMS-HT C Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0707110000020002", + "intro": "Der AMS H Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704220000020004", + "intro": "Das AMS E Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706100000010001", + "intro": "Der AMS G Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1800110000020002", + "intro": "Der AMS-HT A Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1807230000020004", + "intro": "Das AMS-HT H Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1803130000010001", + "intro": "Der AMS-HT D Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1805300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0704300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0707230000020009", + "intro": "AMS H Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1803300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1804310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1800310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "1803350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0704210000020009", + "intro": "AMS E Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700230000020004", + "intro": "Das AMS A Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0702120000010001", + "intro": "Der AMS C Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805230000020004", + "intro": "Das AMS-HT F Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1804120000020002", + "intro": "Der AMS-HT E Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705210000020003", + "intro": "Das Filament von AMS F Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802120000010001", + "intro": "Der AMS-HT C Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0700120000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0701220000020003", + "intro": "Das Filament von AMS B Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702220000020003", + "intro": "Das Filament von AMS C Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "0703120000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1801100000020002", + "intro": "Der AMS-HT B Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1806100000010001", + "intro": "Der AMS-HT G Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1805110000010001", + "intro": "Der AMS-HT F Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1803110000010001", + "intro": "Der AMS-HT D Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807120000020002", + "intro": "Der AMS-HT H Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807130000010001", + "intro": "Der AMS-HT H Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0704300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0704220000020009", + "intro": "AMS E Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0706310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1800350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "1806300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0707310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0705300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0707200000020009", + "intro": "AMS H Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1801300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0706220000020009", + "intro": "AMS G Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1800400000020003", + "intro": "Die Kommunikation mit dem AMS Hub ist gestört. Das Kabel ist möglicherweise nicht richtig angeschlossen." + }, + { + "ecode": "0706350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0705310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0701220000020004", + "intro": "Das AMS B Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0701230000020004", + "intro": "Das AMS B Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0702130000020002", + "intro": "Der AMS C Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803560000030001", + "intro": "AMS- HT D wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1805100000020002", + "intro": "Der AMS-HT F Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1801120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT B Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802200000020004", + "intro": "Das AMS-HT C Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1807100000010001", + "intro": "Der AMS-HT H Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1804100000020002", + "intro": "Der AMS-HT E Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804100000010001", + "intro": "Der AMS-HT E Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807120000010001", + "intro": "Der AMS-HT H Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704200000020003", + "intro": "Das Filament von AMS E Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "1800130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT A Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0707100000020002", + "intro": "Der AMS H Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0707210000020004", + "intro": "Das AMS H Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0705110000020002", + "intro": "Der AMS F Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700110000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701120000010001", + "intro": "Der AMS B Slot 3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0701130000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0701210000020003", + "intro": "Das Filament von AMS B Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0702100000020002", + "intro": "Der AMS C Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0702120000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0702210000020003", + "intro": "Das Filament von AMS C Slot 2 kann im AMS gebrochen sein." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703110000020002", + "intro": "Der AMS D Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703130000010001", + "intro": "Der AMS D Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1800560000030001", + "intro": "AMS- HT A wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Slot 3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Slot 2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Slot 3 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1800110000010001", + "intro": "Der AMS-HT A Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801230000020004", + "intro": "Das AMS-HT B Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1806220000020004", + "intro": "Das AMS-HT G Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Slot 4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1805100000010001", + "intro": "Der AMS-HT F Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1800220000020004", + "intro": "Das AMS-HT A Slot 3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1804300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1803310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1801310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "1800450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "1807300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0705220000020009", + "intro": "AMS F Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Slot 3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0703200000020004", + "intro": "Das AMS D Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800100000020002", + "intro": "Der AMS-HT A Slot 1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B Slot 1: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1802130000020002", + "intro": "Der AMS-HT C Slot 4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1803130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT D Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G Slot 2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Slot 4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Slot 3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1806130000010001", + "intro": "Der AMS-HT G Slot 4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1804120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT E Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H Slot 2: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1804210000020004", + "intro": "Das AMS-HT E Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C: Der Hall-Eingangssensor von Slot 1 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Slot 1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Slot 2 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1802110000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT C Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706230000020003", + "intro": "Das Filament von AMS G Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0704230000020004", + "intro": "Das AMS E Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D: Der Hall-Eingangssensor von Slot 2 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A Slot 4: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "1806120000020002", + "intro": "Der AMS-HT G Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1805110000020002", + "intro": "Der AMS-HT F Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0707230000020003", + "intro": "Das Filament von AMS H Slot 4 kann im AMS gebrochen sein." + }, + { + "ecode": "0700130000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0701210000020004", + "intro": "Das AMS B Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0702100000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0702110000010001", + "intro": "Der AMS C Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0702110000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot 2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0702120000020002", + "intro": "Der AMS C Slot 3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Slot 2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Slot 4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "0703210000020004", + "intro": "Das AMS D Slot 2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0707110000010001", + "intro": "Der AMS H Slot 2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1807130000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT H Slot 4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D: Der Hall-Eingangssensor von Slot 3 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G Slot 3: Das Filament ist möglicherweise im AMS-HT gebrochen." + }, + { + "ecode": "0705200000020003", + "intro": "Das Filament von AMS F Slot 1 kann im AMS gebrochen sein." + }, + { + "ecode": "1802120000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT C Slot 3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Slot 4 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Slot 1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "0706200000020004", + "intro": "Das AMS G Slot 1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F wird gekühlt. Bitte warten Sie, bis es abgekühlt ist, bevor Sie es in Betrieb nehmen." + }, + { + "ecode": "0705220000020003", + "intro": "Das Filament von AMS F Slot 3 kann im AMS gebrochen sein." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Slot 1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H: Der Hall-Eingangssensor von Slot 4 ist getrennt, was möglicherweise an einem schlechten Steckerkontakt liegt." + }, + { + "ecode": "1803100000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT D Slot 1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0704110000020002", + "intro": "Der AMS E Slot 2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Slot 1 Filament ist aufgebraucht. Bitte warten Sie, während das alte Filament gereinigt wird." + }, + { + "ecode": "0707230000020004", + "intro": "Das AMS H Slot 4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1803100000010001", + "intro": "Der AMS-HT D Slot 1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0706200000020009", + "intro": "AMS G Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1807310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0706300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0300C20000010002", + "intro": "Hall-Sensor Fehler der Filterumschaltklappen: Prüfen Sie, ob die Kabel lose sind." + }, + { + "ecode": "0C00010000010010", + "intro": "Die Kalibrierung der Live-View-Kamera ist fehlgeschlagen. Bitte prüfen Sie, ob das Heizbett frei ist und stellen Sie sicher, dass das Kamerabild klar und fehlerfrei ist. Nach diesen Schritten kalibrieren Sie die Kamera bitte erneut." + }, + { + "ecode": "0C0001000001000F", + "intro": "Die Kalibrierung der Live-View-Kamera ist fehlgeschlagen. Bitte starten Sie die Geräte neu oder aktualisieren Sie die Firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "Die Kalibrierung der Live-View-Kamera ist fehlgeschlagen und die Seriennummer der Live-View-Kamera kann nicht gelesen werden. Bitte wenden Sie sich an den Kundensupport." + }, + { + "ecode": "050004000001004F", + "intro": "Unbekanntes Modul erkannt, bitte versuchen Sie, die Firmware auf die neueste Version zu aktualisieren." + }, + { + "ecode": "0C00040000010020", + "intro": "Die optische Markierung am Heizbett ist beschädigt, bitte wenden Sie sich an den Kundendienst." + }, + { + "ecode": "0C00030000020013", + "intro": "Die Fremdkörpererkennung funktioniert nicht. Bitte starten Sie die Geräte neu oder aktualisieren Sie die Firmware." + }, + { + "ecode": "1200300000010004", + "intro": "RFID kann aufgrund eines Fehlers des Verschlüsselungschips in AMS A nicht gelesen werden." + }, + { + "ecode": "1201300000010004", + "intro": "RFID kann aufgrund eines Fehlers des Verschlüsselungschips in AMS B nicht gelesen werden." + }, + { + "ecode": "1202300000010004", + "intro": "RFID kann aufgrund eines Fehlers des Verschlüsselungschips in AMS C nicht gelesen werden." + }, + { + "ecode": "1203300000010004", + "intro": "RFID kann aufgrund eines Fehlers des Verschlüsselungschips in AMS D nicht gelesen werden." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B: Die Kammertemperatur ist zu hoch. Der automatische Einzug oder das Auslesen des RFID-Chips ist derzeit nicht zulässig." + }, + { + "ecode": "07FF450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "07FE450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0500050000010001", + "intro": "Die Werksdaten der AP-Platine sind abnormal. Bitte ersetzen Sie die AP-Platine durch eine neue." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0500400000010039", + "intro": "Lasermodul Seriennummer Fehler" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0500400000010040", + "intro": "Schneidmodul Seriennummernfehler" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0300180000010006", + "intro": "Die Nivellierungsdaten des Heizbetts sind abnormal. Bitte prüfen Sie, ob sich Fremdkörper auf dem Heizbett und dem Z- Schlitten befinden. Wenn ja, entfernen Sie diese und versuchen Sie es erneut." + }, + { + "ecode": "0500010000030004", + "intro": "Nicht genug Platz auf dem USB-Flash-Laufwerk. Bitte geben Sie etwas Platz frei." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G: Trocknen kann nicht gestartet werden. Bitte ziehen Sie das Filament aus dem Filamenthub und versuchen Sie es erneut." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G: Die Umgebungstemperatur ist zu niedrig, was die Trocknungsleistung beeinträchtigt." + }, + { + "ecode": "0300180000010003", + "intro": "Der Extrusionskraftsensor ist nicht verfügbar. Die Verbindung zwischen MC und TH ist möglicherweise unterbrochen oder der Sensor ist defekt." + }, + { + "ecode": "0500020000020003", + "intro": "Internetverbindung fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." + }, + { + "ecode": "0700310000020002", + "intro": "Der RFID-Tag im AMS A Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0703300000020002", + "intro": "Der RFID-Tag im AMS D Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0300960000010001", + "intro": "Die Vordertür scheint offen zu sein. Die Aufgabe ist unterbrochen worden." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806310000020002", + "intro": "Der RFID-Tag im AMS-HT G Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1805330000020002", + "intro": "Der RFID-Tag im AMS-HT F Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0705320000020002", + "intro": "Der RFID-Tag im AMS F Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "030001000001000D", + "intro": "In den Heizmodulen des Heizbetts ist zuvor eine Fehler aufgetreten. Um Ihren Drucker weiterhin zu verwenden, lesen Sie bitte das Wiki zur Fehlerbehebung." + }, + { + "ecode": "0300040000020001", + "intro": "Die Drehzahl des Bauteillüfters ist zu langsam oder dieser wurde gestoppt. Möglicherweise steckt dieser fest oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "0300080000010003", + "intro": "Der Widerstand von Motor-Z ist abnormal. Der Motor ist möglicherweise ausgefallen." + }, + { + "ecode": "0500040000010002", + "intro": "Druckstatus konnte nicht gemeldet werden. Bitte überprüfen Sie Ihre Netzwerkverbindung." + }, + { + "ecode": "0500040000030008", + "intro": "Die Tür scheint offen zu sein." + }, + { + "ecode": "0500040000030009", + "intro": "Die Betttemperatur übersteigt die Verglasungstemperatur des Filaments, was zu einer Verstopfung der Düse führen kann. Bitte lassen Sie die Vordertür des Druckers geöffnet. Die Türöffnungserkennung ist bereits vorübergehend ausgeschaltet." + }, + { + "ecode": "0500050000030002", + "intro": "Das Gerät befindet sich im Entwicklungsstadium. Bitte beachten Sie die Hinweise zur Sicherheit." + }, + { + "ecode": "0700300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0701310000020002", + "intro": "Der RFID-Tag im AMS B Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0702310000020002", + "intro": "Der RFID-Tag im AMS C Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0703310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0C00020000010005", + "intro": "Ein neues Micro Lidar wurde entdeckt. Bitte kalibrieren Sie es vor der Verwendung auf der Seite Kalibrierung." + }, + { + "ecode": "12FF200000020004", + "intro": "Bitte ziehen Sie das Filament am Spulenhalter aus dem Extruder heraus." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0C00040000010011", + "intro": "Die Messung der Materialdicke ist fehlgeschlagen: Die Geräteparameter sind abnormal. Bitte richten Sie die BirdsEye-Kamera erneut ein." + }, + { + "ecode": "0C0003000002000C", + "intro": "Der Lokalisierungsmarker der Druckplatte wurde nicht erkannt. Bitte überprüfen Sie, ob die Druckplatte korrekt ausgerichtet ist." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0300A20000010001", + "intro": "Die Temperatur des MC-Moduls ist zu hoch, möglicherweise aufgrund der hohen Kammertemperatur des Druckers. Sie können versuchen, die Umgebungstemperatur vor der Verwendung zu senken." + }, + { + "ecode": "0300360000010001", + "intro": "Die Geschwindigkeit des Kammerheizungslüfters ist zu langsam oder steht still. Möglicherweise ist er blockiert, oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "0C00040000010013", + "intro": "Die Belichtungsparameter der BirdsEye Kamera sind nicht korrekt. Bitte versuchen Sie es erneut." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802310000020002", + "intro": "Der RFID-Tag im AMS-HT C Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0707300000020002", + "intro": "Der RFID-Tag im AMS H Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0707310000020002", + "intro": "Der RFID-Tag im AMS H Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1800330000020002", + "intro": "Der RFID-Tag im AMS-HT A Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0705310000020002", + "intro": "Der RFID-Tag im AMS F Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0705300000020002", + "intro": "Der RFID-Tag im AMS F Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1807310000020002", + "intro": "Der RFID-Tag im AMS-HT H Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1801330000020002", + "intro": "Der RFID-Tag im AMS-HT B Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1804310000020002", + "intro": "Der RFID-Tag im AMS-HT E Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1801320000020002", + "intro": "Der RFID-Tag im AMS-HT B Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "03001B0000010002", + "intro": "Am Heizbett-Beschleunigungssensor wurde eine externe Störung festgestellt. Das Sensorsignalkabel ist möglicherweise nicht befestigt." + }, + { + "ecode": "030091000001000C", + "intro": "Der Kammerheizer 1 arbeitet über längere Zeit auf Volllast. Möglicherweise ist das Temperaturkontrollsystem abnormal." + }, + { + "ecode": "0300940000030001", + "intro": "Die Kammerkühlung ist möglicherweise zu langsam. Sie können die Kammer öffnen, um die Kühlung zu unterstützen, wenn die Luft in der Kammer sauber ist." + }, + { + "ecode": "0500020000020005", + "intro": "Internetverbindung fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." + }, + { + "ecode": "0500040000010003", + "intro": "Der Inhalt der Druckdatei ist nicht lesbar. Bitte den Druckauftrag neu senden." + }, + { + "ecode": "0500050000010006", + "intro": "Die Werksdaten des AP-Boards sind abnormal. Bitte ersetzen Sie das AP-Board durch ein neues." + }, + { + "ecode": "0700330000020002", + "intro": "Der RFID-Tag im AMS A Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0701300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0701330000020002", + "intro": "Der RFID-Tag im AMS B Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0702300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0702300000020002", + "intro": "Der RFID-Tag im AMS C Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0702320000020002", + "intro": "Der RFID-Tag im AMS C Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0702330000020002", + "intro": "Der RFID-Tag im AMS C Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0703310000020002", + "intro": "Der RFID-Tag im AMS D Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0C0001000001000B", + "intro": "Micro Lidar konnte nicht kalibriert werden. Bitte stellen Sie sicher, dass die Kalibrierungskarte sauber und nicht verdeckt ist. Führen Sie dann die Maschinenkalibrierung erneut durch." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "050003000001000A", + "intro": "Der Systemstatus ist anormal. Bitte stellen Sie die Werkseinstellungen wieder her." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "030001000001000E", + "intro": "Die Versorgungsspannung stimmt nicht mit dem Gerät überein. Das Heizbett wurde deaktiviert." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0706330000020002", + "intro": "Der RFID-Tag im AMS G Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1805310000020002", + "intro": "Der RFID-Tag im AMS-HT F Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1805320000020002", + "intro": "Der RFID-Tag im AMS-HT F Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0704310000020002", + "intro": "Der RFID-Tag im AMS E Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1801310000020002", + "intro": "Der RFID-Tag im AMS-HT B Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0706320000020002", + "intro": "Der RFID-Tag im AMS G Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806300000020002", + "intro": "Der RFID-Tag im AMS-HT G Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1804320000020002", + "intro": "Der RFID-Tag im AMS-HT E Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706310000020002", + "intro": "Der RFID-Tag im AMS G Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0705330000020002", + "intro": "Der RFID-Tag im AMS F Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0300010000010008", + "intro": "Während des Heizvorgangs des Heizbetts tritt eine Abnormalität auf, die Heizmodule können defekt sein." + }, + { + "ecode": "0300020000010006", + "intro": "Die Düsentemperatur ist abnormal. Der Sensor könnte einen Kurzschluss haben. Bitte prüfen Sie, ob der Stecker richtig eingesteckt ist." + }, + { + "ecode": "0700320000020002", + "intro": "Der RFID-Tag im AMS A Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0700400000020004", + "intro": "Das Filamentpuffersignal ist anormal. Möglicherweise steckt die Feder fest oder das Filament ist verheddert." + }, + { + "ecode": "0702310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0703300000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0C0003000002000F", + "intro": "Teile wurden vor der Inspektion der ersten Schicht übersprungen. Die Inspektion wird für den aktuellen Druck nicht unterstützt." + }, + { + "ecode": "12FF200000020006", + "intro": "Das Filament konnte nicht extrudiert werden. Der Extruder ist möglicherweise verstopft." + }, + { + "ecode": "0C00040000010014", + "intro": "Schneidschutzbasis nicht erkannt, was zu einer Beschädigung des Heizbetts führen kann. Bitte platzieren Sie diese und fahren Sie fort." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0300090000020002", + "intro": "Der Extrusionswiderstand ist ungewöhnlich hoch. Der Extruder kann verstopft sein oder es könnte sich Filament im Werkzeugkopf verklemmt haben." + }, + { + "ecode": "0300310000010001", + "intro": "Die Drehzahl der Bauteilkühlung ist zu langsam oder steht still. Möglicherweise klemmt er, oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1804330000020002", + "intro": "Der RFID-Tag im AMS-HT E Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803310000020002", + "intro": "Der RFID-Tag im AMS-HT D Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1802300000020002", + "intro": "Der RFID-Tag im AMS-HT C Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1807320000020002", + "intro": "Der RFID-Tag im AMS-HT H Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704300000020002", + "intro": "Der RFID-Tag im AMS E Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803300000020002", + "intro": "Der RFID-Tag im AMS-HT D Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806320000020002", + "intro": "Der RFID-Tag im AMS-HT G Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1800300000020002", + "intro": "Der RFID-Tag im AMS-HT A Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "030001000001000A", + "intro": "Die Temperaturregelung des Heizbetts funktioniert nicht richtig, möglicherweise ist die AC-Platine defekt." + }, + { + "ecode": "0300030000010001", + "intro": "Die Geschwindigkeit des Hotendlüfters ist zu niedrig oder er steht still. Er klemmt möglicherweise oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "0300060000010003", + "intro": "Der Widerstand von Motor-A ist abnormal. Der Motor ist möglicherweise ausgefallen." + }, + { + "ecode": "0300070000010003", + "intro": "Der Widerstand von Motor-B ist abnormal. Der Motor ist möglicherweise ausgefallen." + }, + { + "ecode": "03001A0000020001", + "intro": "Die Düse ist mit Filamenten bedeckt oder die Druckplatte ist schief eingesetzt." + }, + { + "ecode": "03001D0000010001", + "intro": "Der Positionssensor des Extrusionsmotors ist abnormal. Die Verbindung zum Sensor ist möglicherweise lose." + }, + { + "ecode": "0500040000010001", + "intro": "Der Druckauftrag konnte nicht heruntergeladen werden. Bitte überprüfen Sie Ihre Netzwerkverbindung." + }, + { + "ecode": "0700300000020002", + "intro": "Der RFID-Tag im AMS A Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0701320000020002", + "intro": "Der RFID-Tag im AMS B Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0703320000020002", + "intro": "Der RFID-Tag im AMS D Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0703330000020002", + "intro": "Der RFID-Tag im AMS D Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0C00010000020007", + "intro": "Die Laserparameter der Micro Lidar weichen ab. Bitte kalibrieren Sie Ihren Drucker neu." + }, + { + "ecode": "0C00020000020004", + "intro": "Die Düsenhöhe scheint zu niedrig zu sein. Prüfen Sie, ob die Düse abgenutzt oder geneigt ist. Kalibrieren Sie das Lidar neu, wenn die Düse ausgetauscht wurde." + }, + { + "ecode": "0C00020000020009", + "intro": "Der vertikale Laser ist an der Homingposition nicht hell genug. Bitte reinigen oder ersetzen Sie das Heizbett, wenn diese Meldung wiederholt erscheint." + }, + { + "ecode": "0C00030000020010", + "intro": "Auf dem Heizbett wurden Fremdkörper erkannt. Bitte prüfen und reinigen Sie das Heizbett." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0500040000020033", + "intro": "Bitte stecken Sie den Modulstecker ein." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0C00040000010010", + "intro": "Aufgrund einer Fehlfunktion des Lasermoduls konnte die Materialdicke nicht gemessen werden." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0706300000020002", + "intro": "Der RFID-Tag im AMS G Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1801300000020002", + "intro": "Der RFID-Tag im AMS-HT B Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1804300000020002", + "intro": "Der RFID-Tag im AMS-HT E Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1807300000020002", + "intro": "Der RFID-Tag im AMS-HT H Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G: Der Temperatursensor der Heizung 2 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1802320000020002", + "intro": "Der RFID-Tag im AMS-HT C Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0704330000020002", + "intro": "Der RFID-Tag im AMS E Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1802330000020002", + "intro": "Der RFID-Tag im AMS-HT C Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0500020000020001", + "intro": "Internetverbindung fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." + }, + { + "ecode": "0500040000010006", + "intro": "Vorheriger Druck konnte nicht fortgesetzt werden" + }, + { + "ecode": "0700310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0700400000020003", + "intro": "Die Kommunikation mit dem AMS Hub ist gestört. Das Kabel ist möglicherweise nicht richtig angeschlossen." + }, + { + "ecode": "0701300000020002", + "intro": "Der RFID-Tag im AMS B Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0701310000010004", + "intro": "Verschlüsselungs-Chip Fehler." + }, + { + "ecode": "0C00020000020003", + "intro": "Der horizontale Laser ist an der Referenzpunktposition nicht hell genug. Bitte reinigen Sie das Heizbett oder tauschen Sie es aus, wenn diese Meldung wiederholt erscheint." + }, + { + "ecode": "0C00020000020007", + "intro": "Der vertikale Laser leuchtet nicht. Bitte überprüfen Sie, ob er abgedeckt ist oder ob ein Problem mit der Hardwareverbindung vorliegt." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0300090000020003", + "intro": "Der Extruder extrudiert abnormal. Er kann verstopft sein, oder das Filament ist zu dünn, so dass der Extruder durchrutscht." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B: Der Temperatursensor der Heizung 1 weist eine Fehlfunktion auf, die möglicherweise auf einen schlechten Steckerkontakt zurückzuführen ist." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C: Die Heizung 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803330000020002", + "intro": "Der RFID-Tag im AMS-HT D Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1806330000020002", + "intro": "Der RFID-Tag im AMS-HT G Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C: Die Phasenwicklung des Hilfsmotors weist einen offenen Stromkreis auf. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F: Das Lüftungsventil 1 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D: Das Lüftungsventil 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E: Die Kabel des Hilfsmotor-Encoders sind nicht angeschlossen. Der Stecker des Hilfsmotors hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0707320000020002", + "intro": "Der RFID-Tag im AMS H Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0707330000020002", + "intro": "Der RFID-Tag im AMS H Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1805300000020002", + "intro": "Der RFID-Tag im AMS-HT F Slot1 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H: Die Heizung 2 ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G: Der Feuchtigkeitssensor ist nicht angeschlossen, was an einem schlechten Steckerkontakt liegen kann." + }, + { + "ecode": "0704320000020002", + "intro": "Der RFID-Tag im AMS E Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800320000020002", + "intro": "Der RFID-Tag im AMS-HT A Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1803320000020002", + "intro": "Der RFID-Tag im AMS-HT D Slot3 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1807330000020002", + "intro": "Der RFID-Tag im AMS-HT H Slot4 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1800310000020002", + "intro": "Der RFID-Tag im AMS-HT A Slot2 ist beschädigt oder sein Inhalt kann nicht identifiziert werden." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F: Die Heizung 1 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B: Die Heizung 2 ist kurzgeschlossen, was auf einen Kabelkurzschluss oder eine Beschädigung der Heizung zurückzuführen sein kann." + }, + { + "ecode": "0703200000020009", + "intro": "AMS D Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0702230000020009", + "intro": "AMS C Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700200000020009", + "intro": "AMS A Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0701220000020009", + "intro": "AMS B Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0701230000020009", + "intro": "AMS B Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0701200000020009", + "intro": "AMS B Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0701210000020009", + "intro": "AMS B Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0702220000020009", + "intro": "AMS C Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700210000020009", + "intro": "AMS A Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0702210000020009", + "intro": "AMS C Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0703230000020009", + "intro": "AMS D Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0702200000020009", + "intro": "AMS C Slot 1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700220000020009", + "intro": "AMS A Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0703220000020009", + "intro": "AMS D Slot 3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0703210000020009", + "intro": "AMS D Slot 2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700230000020009", + "intro": "AMS A Slot 4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700310000010001", + "intro": "Das AMS A RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1800010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT A Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1805910000020001", + "intro": "AMS- HT F: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1800310000010001", + "intro": "Das AMS-HT A RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801910000020001", + "intro": "AMS- HT B: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1801300000010001", + "intro": "Das AMS-HT B RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0702310000010001", + "intro": "Das AMS C RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1802010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT C Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0704010000020002", + "intro": "Der AMS E Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800010000010001", + "intro": "Der AMS-HT A Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0706010000010001", + "intro": "Der AMS G Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0701310000010001", + "intro": "Das AMS B RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0706010000010003", + "intro": "Die Drehmomentsteuerung des AMS G Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0707010000010003", + "intro": "Die Drehmomentsteuerung des AMS H Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1805010000010001", + "intro": "Der AMS-HT F Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT G Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807500000020001", + "intro": "Die AMS-HT H Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1806300000010001", + "intro": "Das AMS-HT G RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1805010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT F Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0704310000010001", + "intro": "Das AMS E RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803500000020001", + "intro": "Die AMS-HT D Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1804500000020001", + "intro": "Die AMS-HT E Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0704010000010004", + "intro": "Die Drehzahlsteuerung des AMS E Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1806010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT G Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1802010000010001", + "intro": "Der AMS-HT C Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0707010000020002", + "intro": "Der AMS H Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800910000020001", + "intro": "AMS- HT A: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1802310000010001", + "intro": "Das AMS-HT C RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1804010000020002", + "intro": "Der AMS-HT E Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1806500000020001", + "intro": "Die AMS-HT G Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1806010000020002", + "intro": "Der AMS-HT G Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT E Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1803010000020002", + "intro": "Der AMS-HT D Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT B Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1803910000020001", + "intro": "AMS- HT D: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1802910000020001", + "intro": "AMS- HT C: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1803010000010001", + "intro": "Der AMS-HT D Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0707310000010001", + "intro": "Das AMS H RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1807010000010001", + "intro": "Der AMS-HT H Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0705010000010001", + "intro": "Der AMS F Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0704300000010001", + "intro": "Das AMS E RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1807910000020001", + "intro": "AMS- HT H: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0705010000020002", + "intro": "Der AMS F Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701300000010001", + "intro": "Das AMS B RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0702300000010001", + "intro": "Das AMS C RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1803310000010001", + "intro": "Das AMS-HT D RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801010000020002", + "intro": "Der AMS-HT B Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1801310000010001", + "intro": "Das AMS-HT B RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1806310000010001", + "intro": "Das AMS-HT G RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1805310000010001", + "intro": "Das AMS-HT F RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1807010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT H Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1807010000020002", + "intro": "Der AMS-HT H Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700300000010001", + "intro": "Das AMS A RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1803010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT D Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1800010000020002", + "intro": "Der AMS-HT A Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1807300000010001", + "intro": "Das AMS-HT H RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1806010000010001", + "intro": "Der AMS-HT G Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1801500000020001", + "intro": "Die AMS-HT B Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0705010000010004", + "intro": "Die Drehzahlsteuerung des AMS F Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0500040000020030", + "intro": "Die BirdsEye-Kamera ist nicht installiert. Bitte schalten Sie den Drucker aus und installieren Sie dann die Kamera." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0707500000020001", + "intro": "Die AMS H Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1804010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT E Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0705300000010001", + "intro": "Das AMS F RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0707300000010001", + "intro": "Das AMS H RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1802300000010001", + "intro": "Das AMS-HT C RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1805300000010001", + "intro": "Das AMS-HT F RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0705310000010001", + "intro": "Das AMS F RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1805010000020002", + "intro": "Der AMS-HT F Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0704010000010003", + "intro": "Die Drehmomentsteuerung des AMS E Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0706300000010001", + "intro": "Das AMS G RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1807010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT H Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0706010000020002", + "intro": "Der AMS G Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1800300000010001", + "intro": "Das AMS-HT A RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0707010000010004", + "intro": "Die Drehzahlsteuerung des AMS H Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1804310000010001", + "intro": "Das AMS-HT E RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1806910000020001", + "intro": "AMS- HT G: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0706310000010001", + "intro": "Das AMS G RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1804910000020001", + "intro": "AMS- HT E: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0704010000010001", + "intro": "Der AMS E Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1803300000010001", + "intro": "Das AMS-HT D RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0706500000020001", + "intro": "Die AMS G Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0703310000010001", + "intro": "Das AMS D RFID 2 Board hat einen Fehler." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0707010000010001", + "intro": "Der AMS H Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0704500000020001", + "intro": "Die AMS E Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1801010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT B Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1800500000020001", + "intro": "Die AMS-HT A Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1805500000020001", + "intro": "Die AMS-HT F Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "1802500000020001", + "intro": "Die AMS-HT C Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1805010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT F Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "0703300000010001", + "intro": "Das AMS D RFID 1 Board hat einen Fehler." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1803010000010003", + "intro": "Die Drehmomentsteuerung des AMS-HT D Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0705500000020001", + "intro": "Die AMS F Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1800010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT A Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1804300000010001", + "intro": "Das AMS-HT E RFID 1 Board hat einen Fehler." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1807310000010001", + "intro": "Das AMS-HT H RFID 2 Board hat einen Fehler." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1804010000010001", + "intro": "Der AMS-HT E Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0706010000010004", + "intro": "Die Drehzahlsteuerung des AMS G Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C: Der Kalibrierungsparameter des Hilfsmotors ist fehlerhaft. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0705010000010003", + "intro": "Die Drehmomentsteuerung des AMS F Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1802010000010004", + "intro": "Die Drehzahlsteuerung des AMS-HT C Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1802010000020002", + "intro": "Der AMS-HT C Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1801010000010001", + "intro": "Der AMS-HT B Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0500010000030007", + "intro": "Ohne eingesteckten USB-Stick können keine Zeitrafferaufnahmen gemacht werden." + }, + { + "ecode": "0300110000020002", + "intro": "Die Resonanzfrequenz der Y-Achse weicht stark von der letzten Kalibrierung ab. Bitte reinigen Sie die Carbon-Achse und führen Sie die Maschinenkalibrierung später noch einmal durch." + }, + { + "ecode": "0300200000010002", + "intro": "Y-Achse nicht normal: Prüfen Sie, ob der Werkzeugkopf festsitzt oder der Y-Schlitten einen zu großen Widerstand hat." + }, + { + "ecode": "0300200000010001", + "intro": "X-Achse nicht referenzierbar: Prüfen Sie, ob der Werkzeugkopf klemmt oder ob der Widerstand auf der X-Achse zu hoch ist." + }, + { + "ecode": "0300100000020002", + "intro": "Die Resonanzfrequenz der X-Achse weicht erheblich von der letzten Kalibrierung ab. Bitte reinigen Sie die Linearschiene der X-Achse und führen Sie nach dem Drucken eine Kalibrierung durch." + }, + { + "ecode": "0500040000020039", + "intro": "Bitte stecken Sie den Modulstecker ein" + }, + { + "ecode": "0701010000010001", + "intro": "Der AMS B Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1200220000020006", + "intro": "AMS A Slot3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B Slot3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1202110000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1203820000020001", + "intro": "Das AMS D Slot3 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0702010000020002", + "intro": "Der AMS C Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Slot 1 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Slot 3 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Slot2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Slot 1 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0300010000010001", + "intro": "Die Temperatur des Heizbetts ist abnormal. Möglicherweise hat das Heizelement einen Kurzschluss." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0702010000010001", + "intro": "Der AMS C Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1200330000020002", + "intro": "Der RFID-Tag von AMS A Slot 4 ist beschädigt." + }, + { + "ecode": "1201200000030001", + "intro": "Das AMS B Slot1 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Slot3 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1201230000020004", + "intro": "Das AMS B Slot4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202130000010001", + "intro": "Der AMS C Slot4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 3 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Slot1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203210000020004", + "intro": "Das AMS D Slot2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspektion der ersten Schicht: Bitte warten Sie einen Moment." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1200100000020002", + "intro": "Der AMS A Slot1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Slot1 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 3 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1200830000020001", + "intro": "Das AMS A Slot4 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202300000020002", + "intro": "Der RFID-Tag von AMS C Slot 1 ist beschädigt." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Slot 3 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202830000020001", + "intro": "Das AMS C Slot4 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Slot4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1202120000010001", + "intro": "Der AMS C Slot3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Slot2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202230000020004", + "intro": "Das AMS C Slot4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202230000030001", + "intro": "Das AMS C Slot4 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1203100000010001", + "intro": "Der AMS D Slot1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1203110000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D Slot3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0C0003000001000A", + "intro": "Ihr Drucker befindet sich im Werksmodus. Bitte wenden Sie sich an den technischen Support." + }, + { + "ecode": "050004000002001A", + "intro": "Der RFID-Tag am AMS C Slot3 kann nicht identifiziert werden." + }, + { + "ecode": "1200200000020006", + "intro": "AMS A Slot1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1200820000020001", + "intro": "Das AMS A Slot3 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201220000020004", + "intro": "Das AMS B Slot3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202330000020002", + "intro": "Der RFID-Tag von AMS C Slot 4 ist beschädigt." + }, + { + "ecode": "1203130000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "1200210000030001", + "intro": "Das AMS A Slot2 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Slot1 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 2 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1203120000020002", + "intro": "Der AMS D Slot3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0500040000020032", + "intro": "Bitte schieben Sie das Lasermodul ein und verriegeln Sie den Schnellspannhebel." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0702010000010003", + "intro": "Die Drehmomentsteuerung des AMS C Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Slot3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0700010000010004", + "intro": "Die Drehzahlsteuerung des AMS A Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "0700500000020001", + "intro": "Die AMS A Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1200120000020002", + "intro": "Der AMS A Slot3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Slot4 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Slot2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0500040000020015", + "intro": "Der RFID-Tag am AMS B Slot2 kann nicht identifiziert werden." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 2 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1201130000010001", + "intro": "Der AMS B Slot4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Slot1 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Slot 4 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202100000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Slot2 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1203220000020004", + "intro": "Das AMS D Slot3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Slot4 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1200230000020004", + "intro": "Das AMS A Slot4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Slot 4 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Slot3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203200000030001", + "intro": "Das AMS D Slot1 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "0300350000020002", + "intro": "Die Geschwindigkeit des Kühlungslüfters des MC-Moduls ist langsam. Möglicherweise ist er blockiert und muss gereinigt werden." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0C00040000020004", + "intro": "Die Art der Plattform wird für diese Aufgabe nicht unterstützt. Bitte verwenden Sie die richtige Plattform, um fortzufahren." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Slot2 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Slot3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1200230000030001", + "intro": "Das AMS A Slot4 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Slot 1 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1201200000020004", + "intro": "Das AMS B Slot1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Slot4 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Slot3 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1203230000020004", + "intro": "Das AMS D Slot4 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Slot4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "050004000002001C", + "intro": "Der RFID-Tag am AMS D Slot1 kann nicht identifiziert werden." + }, + { + "ecode": "1200110000010001", + "intro": "Der AMS A Slot2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200310000020002", + "intro": "Der RFID-Tag von AMS A Slot 2 ist beschädigt." + }, + { + "ecode": "1200500000020001", + "intro": "Die AMS A Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1201210000020006", + "intro": "AMS B Slot2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1202100000020002", + "intro": "Der AMS C Slot1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203110000010001", + "intro": "Der AMS D Slot2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1200220000030001", + "intro": "Das AMS A Slot3 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1200800000020001", + "intro": "Das AMS A Slot1 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Slot1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201200000020006", + "intro": "AMS B Slot1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Slot2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201220000030001", + "intro": "Das AMS B Slot3 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1202200000020006", + "intro": "AMS C Slot1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1202500000020001", + "intro": "Die AMS C Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1201300000020002", + "intro": "Der RFID-Tag von AMS B Slot 1 ist beschädigt." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Slot2 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 2 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1202130000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Slot1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C Slot3 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Slot4 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "0300960000030001", + "intro": "Die Vordertür ist offen." + }, + { + "ecode": "050003000002000C", + "intro": "Wireless-Hardwarefehler: Bitte schalten Sie WiFi aus/ein oder starten Sie das Gerät neu." + }, + { + "ecode": "0300090000020001", + "intro": "Der Extrusionsmotor ist überlastet. Der Extruder kann verstopft sein oder das Filament ist im Werkzeugkopf stecken geblieben." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "1200200000030001", + "intro": "Das AMS A Slot1 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 1 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 4 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1202220000030001", + "intro": "Das AMS C Slot3 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1202310000020002", + "intro": "Der RFID-Tag von AMS C Slot 2 ist beschädigt." + }, + { + "ecode": "1202320000020002", + "intro": "Der RFID-Tag von AMS C Slot 3 ist beschädigt." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Slot 3 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203220000020006", + "intro": "AMS D Slot3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "0C00040000010015", + "intro": "Laserschutzeinsatz nicht erkannt. Bitte setzen Sie ihn ein und fahren Sie fort." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0500040000020011", + "intro": "Der RFID-Tag am AMS A Slot2 kann nicht identifiziert werden." + }, + { + "ecode": "0500040000020017", + "intro": "Der RFID-Tag am AMS B Slot4 kann nicht identifiziert werden." + }, + { + "ecode": "0701500000020001", + "intro": "Die AMS B Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1200120000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A Slot 3 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Slot1 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 1 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1203800000020001", + "intro": "Das AMS D Slot1 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0500040000020018", + "intro": "Der RFID-Tag am AMS C Slot1 kann nicht identifiziert werden." + }, + { + "ecode": "0703010000010003", + "intro": "Die Drehmomentsteuerung des AMS D Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Slot3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Slot3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203200000020004", + "intro": "Das AMS D Slot1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Slot1 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1200210000020006", + "intro": "AMS A Slot2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1201210000020004", + "intro": "Das AMS B Slot2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Slot2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Slot2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1202220000020006", + "intro": "AMS C Slot3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1202230000020006", + "intro": "AMS C Slot4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Slot1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Slot3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Slot 3 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Slot 4 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1200110000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1201820000020001", + "intro": "Das AMS B Slot3 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202130000020002", + "intro": "Der AMS C Slot4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C: Der Stromsensor von Heizung 2 ist defekt." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0700010000010003", + "intro": "Die Drehmomentsteuerung des AMS A Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "1200100000010001", + "intro": "Der AMS A Slot1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Slot2 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Slot3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1201230000030001", + "intro": "Das AMS B Slot4 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1201330000020002", + "intro": "Der RFID-Tag von AMS B Slot 4 ist beschädigt." + }, + { + "ecode": "1202110000020002", + "intro": "Der AMS C Slot2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202120000020002", + "intro": "Der AMS C Slot3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "0701010000020002", + "intro": "Der AMS B Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200220000020004", + "intro": "Das AMS A Slot3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1201130000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Slot4 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "050004000002001F", + "intro": "Der RFID-Tag am AMS D Slot4 kann nicht identifiziert werden." + }, + { + "ecode": "1200130000010001", + "intro": "Der AMS A Slot4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Slot2 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1201220000020006", + "intro": "AMS B Slot3 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Slot4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201230000020006", + "intro": "AMS B Slot4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1202120000010003", + "intro": "Die Drehmomentsteuerung des AMS C Slot3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1202210000020006", + "intro": "AMS C Slot2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1203200000020006", + "intro": "AMS D Slot1 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Slot2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 3 ist möglicherweise fehlerhaft." + }, + { + "ecode": "0500040000020013", + "intro": "Der RFID-Tag auf AMS A Slot4 kann nicht identifiziert werden." + }, + { + "ecode": "1200130000020002", + "intro": "Der AMS A Slot4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Slot3 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 3 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Slot4 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1203130000010001", + "intro": "Der AMS D Slot4 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Slot2 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1203210000030001", + "intro": "Das AMS D Slot2 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1203230000030001", + "intro": "Das AMS D Slot4 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0500040000020010", + "intro": "Der RFID-Tag am AMS A Slot1 kann nicht identifiziert werden." + }, + { + "ecode": "050004000002001E", + "intro": "Der RFID-Tag am AMS D Slot3 kann nicht identifiziert werden." + }, + { + "ecode": "0700010000010001", + "intro": "Der AMS A Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Slot1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1200320000020002", + "intro": "Der RFID-Tag von AMS A Slot 3 ist beschädigt." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Slot1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1202210000030001", + "intro": "Das AMS C Slot2 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Slot3 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1203300000020002", + "intro": "Der RFID-Tag von AMS D Slot 1 ist beschädigt." + }, + { + "ecode": "1203330000020002", + "intro": "Der RFID-Tag von AMS D Slot 4 ist beschädigt." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0C00040000020008", + "intro": "Material nicht erkannt. Bitte bestätigen Sie die Platzierung und fahren Sie fort." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0702500000020001", + "intro": "Die AMS C Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1201120000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Slot1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1203100000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1203110000020002", + "intro": "Der AMS D Slot2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A: Der Bürstenmotor 2 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0300310000020002", + "intro": "Die Drehzahl der Bauteilkühlung ist langsam. Möglicherweise ist er blockiert und muss gereinigt werden." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C: Während des Trocknungsprozesses kann es zu einem Thermal Runaway kommen. Bitte schalten Sie die Stromversorgung des AMS aus." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A: Der Bürstenmotor 3 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "1200230000020006", + "intro": "AMS A Slot4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1201810000020001", + "intro": "Das AMS B Slot2 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Slot3 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C Slot4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Slot3 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Slot 2 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "0703010000010001", + "intro": "Der AMS D Hilfsmotor ist durchgerutscht. Das Extrusionsrad ist möglicherweise abgenutzt oder das Filament ist zu dünn." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Slot1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A Slot2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot4 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203810000020001", + "intro": "Das AMS D Slot2 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203830000020001", + "intro": "Das AMS D Slot4 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0C00040000010016", + "intro": "Der Schnellspannhebel ist nicht verriegelt. Bitte drücken Sie ihn zum Verriegeln nach unten." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0500040000020019", + "intro": "Der RFID-Tag am AMS C Slot2 kann nicht identifiziert werden." + }, + { + "ecode": "0703500000020001", + "intro": "Die AMS D Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1200130000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot4 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Slot3 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Slot2 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Slot4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203120000010001", + "intro": "Der AMS D Slot3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 2 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Slot2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1201100000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1201100000020002", + "intro": "Der AMS B Slot1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201310000020002", + "intro": "Der RFID-Tag von AMS B Slot 2 ist beschädigt." + }, + { + "ecode": "1201800000020001", + "intro": "Das AMS B Slot1 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202800000020001", + "intro": "Das AMS C Slot1 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Slot3 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1203310000020002", + "intro": "Der RFID-Tag von AMS D Slot 2 ist beschädigt." + }, + { + "ecode": "1203320000020002", + "intro": "Der RFID-Tag von AMS D Slot 3 ist beschädigt." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Slot3 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "1201110000010003", + "intro": "Die Drehmomentsteuerung des AMS B Slot2 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1201120000020002", + "intro": "Der AMS B Slot3 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Slot 4 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Slot4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1201830000020001", + "intro": "Das AMS B Slot4 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1202200000020004", + "intro": "Das AMS C Slot1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 4 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1203120000010003", + "intro": "Die Drehmomentsteuerung des AMS D Slot3 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1203210000020006", + "intro": "AMS D Slot2 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "1203500000020001", + "intro": "Die AMS D Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C: Der Hilfsmotor hat einen unsymmetrischen Dreiphasenwiderstand. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "050004000002001B", + "intro": "Der RFID-Tag am AMS C Slot4 kann nicht identifiziert werden." + }, + { + "ecode": "050004000002001D", + "intro": "Der RFID-Tag am AMS D Slot2 kann nicht identifiziert werden." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Slot2 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1203100000020002", + "intro": "Der AMS D Slot1 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Slot4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Slot2 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C: Das Odometer hat kein Signal. Der Stecker des Odometers hat möglicherweise einen schlechten Kontakt." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D: Die Lüfterdrehzahl der Heizung 1 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Fehler bei Filamentgeschwindigkeit und -länge: Die Filament-Odometrie ist möglicherweise fehlerhaft." + }, + { + "ecode": "0702010000010004", + "intro": "Die Drehzahlsteuerung des AMS C Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "0703010000010004", + "intro": "Die Drehzahlsteuerung des AMS D Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1202110000010001", + "intro": "Der AMS C Slot2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Slot1 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 1 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Slot1 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Slot1 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "050003000001000B", + "intro": "Der Bildschirm ist defekt. Bitte starten Sie das Gerät neu." + }, + { + "ecode": "0500040000020016", + "intro": "Der RFID-Tag auf dem AMS B Slot3 kann nicht identifiziert werden." + }, + { + "ecode": "0701010000010003", + "intro": "Die Drehmomentsteuerung des AMS B Hilfsmotors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Slot 1 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Slot1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Slot 2 ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 1 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1201110000010001", + "intro": "Der AMS B Slot2 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1201120000010001", + "intro": "Der AMS B Slot3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1201320000020002", + "intro": "Der RFID-Tag von AMS B Slot 3 ist beschädigt." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Slot 4 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C: Die Lüfterdrehzahl der Heizung 2 ist zu niedrig, was an einem zu hohen Lüfterwiderstand liegen könnte." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C: Der Widerstand des Hilfsmotors ist abnormal. Der Hilfsmotor ist möglicherweise defekt." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Slot1 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1201210000030001", + "intro": "Das AMS B Slot2 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1201500000020001", + "intro": "Die AMS B Kommunikation ist gestört. Bitte überprüfen Sie das Verbindungskabel." + }, + { + "ecode": "1202210000020004", + "intro": "Das AMS C Slot2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Slot 2 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 4 ist möglicherweise fehlerhaft." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B: Der Stromsensor von Heizung 1 ist defekt." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0703010000020002", + "intro": "Der AMS D Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200210000020004", + "intro": "Das AMS A Slot2 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Slot4 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Slot4 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Filamentgeschwindigkeits- und Längenfehler: Die Filament-Odometrie von Slot 4 ist möglicherweise fehlerhaft." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Slot 2 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202100000010001", + "intro": "Der AMS C Slot1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Slot1 Filament ist möglicherweise im PTFE-Schlauch gebrochen." + }, + { + "ecode": "1202200000030001", + "intro": "Das AMS C Slot1 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Slot2 Filament ist aufgebraucht und das Reinigen des alten Filaments verlief nicht ordnungsgemäß. Bitte überprüfen Sie, ob das Filament im Werkzeugkopf klemmt." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C: Der Bürstenmotor 1 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B: Der Bürstenmotor 4 hat kein Signal, was an einem schlechten Kontakt im Motorstecker oder einem Motorfehler liegen kann." + }, + { + "ecode": "0500040000020014", + "intro": "Der RFID-Tag am AMS B Slot1 kann nicht identifiziert werden." + }, + { + "ecode": "0700010000020002", + "intro": "Der AMS A Hilfsmotor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200120000010001", + "intro": "Der AMS A Slot3 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A Slot 2 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Slot3 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1202220000020004", + "intro": "Das AMS C Slot3 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C Slot 1 RFID-Spule ist defekt oder der RF-Hardwareschaltkreis weist einen Fehler auf." + }, + { + "ecode": "1202810000020001", + "intro": "Das AMS C Slot2 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A: Die Funktion des Lüftungsventils 2 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A: Der Kühllüfter von Heizung 1 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "050003000001000C", + "intro": "Das MC-Motorsteuerungsmodul hat eine Fehlfunktion. Bitte schalten Sie das Gerät aus, überprüfen Sie die Verbindung und starten Sie es neu." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A: Die Funktion des Lüftungsventils 1 ist abnormal, was auf einen übermäßigen Widerstand zurückzuführen sein kann." + }, + { + "ecode": "0500040000020012", + "intro": "Der RFID-Tag am AMS A Slot3 kann nicht identifiziert werden." + }, + { + "ecode": "0701010000010004", + "intro": "Die Drehzahlsteuerung des AMS B Hilfsmotors funktioniert nicht richtig. Der Geschwindigkeitssensor ist möglicherweise defekt." + }, + { + "ecode": "1200100000010003", + "intro": "Die Drehmomentsteuerung des AMS A Slot1 Motors funktioniert nicht richtig. Möglicherweise ist der Stromsensor defekt." + }, + { + "ecode": "1200110000020002", + "intro": "Der AMS A Slot2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1200200000020004", + "intro": "Das AMS A Slot1 Filament ist möglicherweise im Werkzeugkopf gebrochen." + }, + { + "ecode": "1202820000020001", + "intro": "Das AMS C Slot3 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203130000020002", + "intro": "Der AMS D Slot4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1203220000030001", + "intro": "Das AMS D Slot3 Filament ist aufgebraucht. Das alte Filament wird bereinigt. Bitte warten." + }, + { + "ecode": "1203230000020006", + "intro": "AMS D Slot4 Filament konnte nicht extrudiert werden: Der Extruder ist möglicherweise verstopft oder das Filament ist zu dünn, sodass der Extruder durchrutscht." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A: Der Motorunterstützungsparameter ist verloren gegangen. Bitte ziehen Sie das Filament aus dem Filamenthub und starten Sie das AMS neu." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Slot4 Filament ist aufgebraucht. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "1200300000020002", + "intro": "Der RFID-Tag von AMS A Slot 1 ist beschädigt." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Slot2 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "1200810000020001", + "intro": "Das AMS A Slot2 Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201100000010001", + "intro": "Der AMS B Slot1 Motor ist durchgerutscht. Das Extrusionsrad funktioniert möglicherweise nicht richtig oder das Filament ist zu dünn." + }, + { + "ecode": "1201110000020002", + "intro": "Der AMS B Slot2 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201130000020002", + "intro": "Der AMS B Slot4 Motor ist überlastet. Das Filament ist möglicherweise verheddert oder steckt fest." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Slot1 Filament ist aufgebraucht und wird automatisch auf den Slot mit demselben Filament umgeschaltet." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Slot4 RFID kann aufgrund eines strukturellen Fehlers nicht gelesen werden." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C: Der Kühllüfter von Heizung 2 ist blockiert, was daran liegen kann, dass der Lüfter feststeckt." + }, + { + "ecode": "12FF200000020001", + "intro": "Das Filament am Spulenhalter ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "12FF200000020002", + "intro": "Das Filament auf der Spulenhalterung ist leer. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "12FF200000020005", + "intro": "Das Filament kann im Werkzeugkopf gebrochen sein." + }, + { + "ecode": "12FF200000020007", + "intro": "Die Filamentposition im Werkzeugkopf konnte nicht überprüft werden. Klicken Sie hier, um weitere Hilfe zu erhalten." + }, + { + "ecode": "12FF200000030007", + "intro": "Überprüfe die Position des Filaments in allen AMS-Slots. Bitte warten." + }, + { + "ecode": "12FF800000020001", + "intro": "Möglicherweise ist das Filament am Spulenhalter verheddert oder festgeklemmt." + }, + { + "ecode": "1200450000020001", + "intro": "Der Sensor des Filamentabschneiders funktioniert nicht richtig. Bitte überprüfen Sie, ob der Stecker richtig eingesteckt ist." + }, + { + "ecode": "1200450000020002", + "intro": "Der Schneideabstand des Filamentschneiders ist zu groß. Der X-Motor kann Schritte verlieren." + }, + { + "ecode": "1200450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "1200510000030001", + "intro": "AMS ist deaktiviert; Bitte laden Sie das Filament vom Spulenhalter." + }, + { + "ecode": "0C0001000001000A", + "intro": "Die LED der Micro Lidar ist möglicherweise defekt." + }, + { + "ecode": "0C00020000020002", + "intro": "Der horizontale Laser ist zu dick. Bitte überprüfen Sie, ob das Heizbett verschmutzt ist." + }, + { + "ecode": "0C00020000020008", + "intro": "Die vertikale Laserlinie ist zu breit. Bitte überprüfen Sie, ob das Heizbett verschmutzt ist." + }, + { + "ecode": "0C00030000010009", + "intro": "Das -Inspektionsmodul der ersten Schicht wurde abnormal neu gestartet. Das Prüfergebnis kann ungenau sein." + }, + { + "ecode": "0C00030000020001", + "intro": "Die Messung der Filamentbelichtung ist fehlgeschlagen, da die Laserreflexion bei diesem Material zu schwach ist. Die Prüfung der ersten Schicht kann ungenau sein." + }, + { + "ecode": "0C00030000020002", + "intro": "Die Inspektion der ersten Schicht wurde aufgrund abnormaler Lidar-Daten beendet." + }, + { + "ecode": "0C00030000020004", + "intro": "Die Inspektion der ersten Schicht wird für diesen Druck nicht unterstützt." + }, + { + "ecode": "0C00030000020005", + "intro": "Das Lidar-Modul hat Verbindungsprobleme (Zeitüberschreitung) und die aktuellen Ergebnisse sind vielleicht ungenau." + }, + { + "ecode": "0C00030000030006", + "intro": "Abfallmaterial hat sich vielleicht im Auswurfschacht angesammelt. Bitte prüfen und reinigen Sie den Auswurfschacht." + }, + { + "ecode": "0C00030000030007", + "intro": "Es wurden mögliche Fehler in der ersten Schicht festgestellt. Bitte prüfen Sie die Qualität der ersten Schicht und entscheiden Sie, ob der Auftrag abgebrochen werden soll." + }, + { + "ecode": "0C00030000030008", + "intro": "Es wurden mögliche Spaghetti entdeckt. Bitte prüfen Sie die Druckqualität und entscheiden Sie, ob der Auftrag abgebrochen werden soll." + }, + { + "ecode": "0C00030000030010", + "intro": "Ihr Drucker scheint zu drucken, ohne zu extrudieren." + }, + { + "ecode": "07FF200000020001", + "intro": "Externes Filament ist aufgebraucht. Bitte legen Sie neues Filament ein." + }, + { + "ecode": "07FF200000020002", + "intro": "Externes Filament fehlt. Bitte legen Sie ein neues Filament ein." + }, + { + "ecode": "07FF200000020004", + "intro": "Bitte ziehen Sie das externe Filament aus dem Extruder." + }, + { + "ecode": "0703300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0703310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0703350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0702300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0702310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0702350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0701300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0701310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0701350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0700300000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0700310000030003", + "intro": "RFID kann aufgrund eines Hardware- oder Strukturfehler nicht gelesen werden." + }, + { + "ecode": "0700350000010001", + "intro": "Der Temperatur- und Luftfeuchtigkeitssensor hat einen Fehler. Der Chip kann fehlerhaft sein." + }, + { + "ecode": "0700450000020001", + "intro": "Der Sensor des Filamentabschneiders funktioniert nicht richtig. Bitte überprüfen Sie, ob der Stecker richtig eingesteckt ist." + }, + { + "ecode": "0700450000020002", + "intro": "Der Schnittabstand des Filamentschneiders ist zu groß. Der XY-Motor kann Schritte verlieren." + }, + { + "ecode": "0700450000020003", + "intro": "Der Griff des Filamentschneiders hat sich nicht gelöst. Der Hebel oder die Klinge hat sich verklemmt, oder es könnte ein Problem mit dem Anschluss des Filamentsensors vorliegen." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "Die Kammertemperatur ist abnormal. Möglicherweise liegt am Temperatursensor am Netzteil ein Kurzschluss vor." + }, + { + "ecode": "0300930000010008", + "intro": "Die Kammertemperatur ist abnormal. Der Temperatursensor an der Stromversorgung weist möglicherweise einen offenen Stromkreis auf." + }, + { + "ecode": "0300940000020003", + "intro": "Die Kammer hat die gewünschte Temperatur nicht erreicht. Die Maschine hört auf, auf die Kammertemperatur zu warten." + }, + { + "ecode": "0300940000030002", + "intro": "Überschreitet der eingestellte Wert der Kammertemperatur den Grenzwert, wird das Limit gesetzt." + }, + { + "ecode": "0500020000020002", + "intro": "Login des Gerätes fehlgeschlagen. Bitte überprüfen Sie Ihre Account Informationen. " + }, + { + "ecode": "0500020000020004", + "intro": "Unberechtigter Nutzer. Bitte überprüfen Sie Ihre Account Informationen." + }, + { + "ecode": "0500020000020006", + "intro": "Fehler in der Streaming-Funktion. Bitte überprüfen Sie das Netzwerk und versuchen Sie es erneut. Sie können den Drucker neu starten oder aktualisieren, falls das Problem weiterhin besteht." + }, + { + "ecode": "0500020000020007", + "intro": "Login zum Livestream-Service fehlgeschlagen. Bitte überprüfen Sie Ihre Internetverbindung. " + }, + { + "ecode": "0500030000010001", + "intro": "Das MC-Modul hat einen Fehler. Bitte den Drucker neu starten oder die Gerätekabel überprüfen. " + }, + { + "ecode": "0500030000010002", + "intro": "Der Druckkopf hat einen Fehler. Bitte den Drucker neu starten." + }, + { + "ecode": "0500030000010003", + "intro": "Das AMS-Modul hat einen Fehler. Bitte den Drucker neu starten." + }, + { + "ecode": "0500030000010005", + "intro": "Das interne Service hat einen defekt. Bitte starten sie den Drucker neu." + }, + { + "ecode": "0500030000010006", + "intro": "Eine Systempanne wurde erkannt. Bitte den Drucker neu starten." + }, + { + "ecode": "0500030000010008", + "intro": "Eine Systemausfall wurde erkannt. Bitte den Drucker neu starten." + }, + { + "ecode": "0500030000010009", + "intro": "Eine Systemausfall wurde erkannt. Der Fehler wurde durch einen automatischen Neustart gelöst." + }, + { + "ecode": "0500030000010023", + "intro": "Das Modul zur Regelung der Kammertemperatur funktioniert nicht richtig. Bitte starten Sie das Gerät neu." + }, + { + "ecode": "0500030000010025", + "intro": "Die aktuelle Firmware ist abnormal. Bitte aktualisieren Sie erneut." + }, + { + "ecode": "0500040000010004", + "intro": "Die Druckdatei ist ungültig." + }, + { + "ecode": "0500040000020007", + "intro": "Die Betttemperatur übersteigt die Verglasungstemperatur des Filaments, was zu einer Verstopfung der Düse führen kann. Bitte halten Sie die Vordertür des Druckers offen oder senken Sie die Betttemperatur." + }, + { + "ecode": "0300400000020001", + "intro": "Die Datenübertragung über die serielle Schnittstelle ist anormal; Das Softwaresystem ist möglicherweise fehlerhaft." + }, + { + "ecode": "0300900000010004", + "intro": "Aufheizen der Kammer fehlgeschlagen. Die Drehzahl des Heizgebläses ist zu niedrig." + }, + { + "ecode": "0300900000010005", + "intro": "Aufheizen der Kammer fehlgeschlagen. Der thermische Widerstand ist zu hoch." + }, + { + "ecode": "0300900000010010", + "intro": "Die Kommunikation des Kammertemperaturreglers ist abnormal." + }, + { + "ecode": "0300910000010001", + "intro": "Die Temperatur der Kammerheizung 1 ist abnormal. Es kann sein, dass die Heizung einen Kurzschluss hat." + }, + { + "ecode": "0300910000010003", + "intro": "Die Temperatur der Kammerheizung 1 ist abnormal. Die Heizung ist zu heiß." + }, + { + "ecode": "0300910000010006", + "intro": "Die Temperatur der Kammerheizung 1 ist abnormal. Möglicherweise liegt am Sensor ein Kurzschluss vor." + }, + { + "ecode": "030091000001000A", + "intro": "Die Temperatur der Kammerheizung 1 ist abnormal. Die AC-Platine ist möglicherweise defekt." + }, + { + "ecode": "0300920000010001", + "intro": "Die Temperatur der Kammerheizung 2 ist abnormal. Es kann sein, dass die Heizung einen Kurzschluss hat." + }, + { + "ecode": "0300920000010002", + "intro": "Die Temperatur der Kammerheizung 2 ist abnormal. Möglicherweise ist der Stromkreis der Heizung unterbrochen oder die Thermosicherung ist defekt." + }, + { + "ecode": "0300920000010003", + "intro": "Die Temperatur der Kammerheizung 2 ist abnormal. Die Heizung ist zu heiß." + }, + { + "ecode": "0300920000010006", + "intro": "Die Temperatur der Kammerheizung 2 ist abnormal. Möglicherweise liegt am Sensor ein Kurzschluss vor." + }, + { + "ecode": "030092000001000A", + "intro": "Die Temperatur der Kammerheizung 2 ist abnormal. Die AC-Platine ist möglicherweise defekt." + }, + { + "ecode": "0300930000010001", + "intro": "Die Kammertemperatur ist abnormal. Möglicherweise liegt am Temperatursensor der Kammerheizung ein Kurzschluss vor." + }, + { + "ecode": "0300930000010002", + "intro": "Die Kammertemperatur ist abnormal. Der Temperatursensor der Kammerheizung weist möglicherweise einen offenen Stromkreis auf." + }, + { + "ecode": "0300930000010003", + "intro": "Die Kammertemperatur ist abnormal. Der Temperatursensor der Kammerheizung am Luftaustritt könnte einen Kurzschluss haben." + }, + { + "ecode": "0300050000010001", + "intro": "Der Schrittmotortreiber überhitzt. Der Kühlkörper könnte lose sein oder der Lüfter beschädigt." + }, + { + "ecode": "0300060000010001", + "intro": "Der A-Motor hat einen offenen Schaltkreis. Der Stecker ist vielleicht lose oder der Motor defekt." + }, + { + "ecode": "0300060000010002", + "intro": "Der A-Motor hat einen Kurzschluss. Der Motor ist vielleicht defekt." + }, + { + "ecode": "0300070000010001", + "intro": "Der B-Motor hat einen offenen Schaltkreis. Der Stecker ist vielleicht lose oder der Motor defekt." + }, + { + "ecode": "0300070000010002", + "intro": "Der B-Motor hat einen Kurzschluss. Der Motor ist vielleicht defekt." + }, + { + "ecode": "0300080000010001", + "intro": "Der Z-Motor hat einen offenen Schaltkreis. Der Stecker ist vielleicht lose oder der Motor defekt." + }, + { + "ecode": "0300080000010002", + "intro": "Der Z-Motor hat einen Kurzschluss. Der Motor ist vielleicht defekt." + }, + { + "ecode": "03000A0000010001", + "intro": "Die Empfindlichkeit des Kraftsensors 1 ist zu hoch. Der Sensor klemmt vielleicht zwischen dem Haltearm und der Heizbett-Befestigung oder die Einstellschraube ist zu fest angezogen." + }, + { + "ecode": "03000A0000010002", + "intro": "Die Empfindlichkeit des Kraftsensors 1 ist niedrig. Der Sensor hat sich vielleicht vom Haltearm gelöst oder hat eine schlechte elektrische Verbindung." + }, + { + "ecode": "03000A0000010003", + "intro": "Die Empfindlichkeit des Kraftsensors 1 ist zu niedrig. Die elektrische Verbindung ist vielleicht kaputt." + }, + { + "ecode": "03000A0000010004", + "intro": "Externe Beeinflussung beim Testen des Kraftsensors 1 bemerkt. Die Heizbettplatte hat vielleicht etwas außerhalb des Heizbetts berührt." + }, + { + "ecode": "03000A0000010005", + "intro": "Der Kraftsensor 1 hat eine unerwartete Dauerkraft festgestellt. Möglicherweise ist das Heizbett verklemmt oder das analoge vordere Ende ist defekt." + }, + { + "ecode": "03000B0000010001", + "intro": "Die Empfindlichkeit des Kraftsensors 2 ist zu hoch. Der Sensor klemmt vielleicht zwischen dem Haltearm und der Heizbett-Befestigung oder die Einstellschraube ist zu fest angezogen." + }, + { + "ecode": "03000B0000010002", + "intro": "Das Signal des Heizbettkraftsensors 2 ist schwach. Der Kraftsensor ist möglicherweise defekt oder hat eine schlechte elektrische Verbindung." + }, + { + "ecode": "03000B0000010003", + "intro": "Die Empfindlichkeit des Kraftsensor 2 ist niedrig. Die elektronische Verbindung zum Sensor ist vielleicht kaputt." + }, + { + "ecode": "03000B0000010004", + "intro": "Externe Beeinflussung beim Testen des Kraftsensors 2 bemerkt. Die Heizbettplatte hat vielleicht etwas außerhalb des Heizbetts berührt." + }, + { + "ecode": "03000B0000010005", + "intro": "Der Kraftsensor 2 hat eine unerwartete Dauerkraft festgestellt. Das Heizbett ist möglicherweise verklemmt oder das analoge vordere Ende ist defekt." + }, + { + "ecode": "03000C0000010001", + "intro": "Die Empfindlichkeit des Kraftsensors 3 ist zu hoch. Der Sensor klemmt vielleicht zwischen dem Haltearm und der Heizbett-Befestigung oder die Einstellschraube ist zu fest angezogen." + }, + { + "ecode": "03000C0000010002", + "intro": "Das Signal des Heizbettkraftsensors 3 ist schwach. Der Kraftsensor ist möglicherweise defekt oder hat eine schlechte elektrische Verbindung." + }, + { + "ecode": "03000C0000010003", + "intro": "Die Empfindlichkeit des Kraftsensors 3 ist zu niedrig. Die elektrische Verbindung ist vielleicht kaputt." + }, + { + "ecode": "03000C0000010004", + "intro": "Externe Beeinflussung beim Testen des Kraftsensors 3 bemerkt. Die Heizbettplatte hat vielleicht etwas außerhalb des Heizbetts berührt." + }, + { + "ecode": "03000C0000010005", + "intro": "Der Kraftsensor 3 hat eine unerwartete Dauerkraft festgestellt. Das Heizbett ist möglicherweise verklemmt oder das analoge vordere Ende ist defekt." + }, + { + "ecode": "0300100000020001", + "intro": "Die mechanische Resonanz der X-Achse ist zu niedrig. Der Zahnriemen ist vielleicht lose." + }, + { + "ecode": "0300110000020001", + "intro": "Die mechanische Resonanz der Y-Achse ist zu niedrig. Der Zahnriemen ist vielleicht lose." + }, + { + "ecode": "0300120000020001", + "intro": "Die Frontverkleidung des Werkzeugkopfes ist abgefallen." + }, + { + "ecode": "0300130000010001", + "intro": "Der Stromsensor von Motor-A ist abnormal. Dies kann durch einen Ausfall der Hardware-Abtastschaltung verursacht werden." + }, + { + "ecode": "0300140000010001", + "intro": "Der Stromsensor von Motor-B ist abnormal. Dies kann durch einen Ausfall der Hardware-Abtastschaltung verursacht werden." + }, + { + "ecode": "0300150000010001", + "intro": "Der Stromsensor von Motor-Z ist anormal. Dies kann durch einen Ausfall der Hardware-Abtastschaltung verursacht werden." + }, + { + "ecode": "0300170000010001", + "intro": "Die Geschwindigkeit des Hotendlüfters ist zu niedrig oder er steht still. Er klemmt möglicherweise oder der Stecker ist nicht richtig eingesteckt." + }, + { + "ecode": "0300170000020002", + "intro": "Der Hotendlüfter dreht sich zu langsam. Er steckt möglicherweise fest und muss gereinigt werden." + }, + { + "ecode": "03001B0000010001", + "intro": "Das Signal des Heizbett-Beschleunigungssensors ist schwach. Der Sensor ist möglicherweise abgefallen oder ist beschädigt." + }, + { + "ecode": "03001B0000010003", + "intro": "Der Beschleunigungssensor des Heizbetts hat eine unerwartete Dauerkraft erkannt. Möglicherweise steckt der Sensor fest oder das analoge Frontend ist defekt." + }, + { + "ecode": "03001C0000010001", + "intro": "Der Treiber des Extrusionsmotors ist abnormal. Möglicherweise liegt am MOSFET ein Kurzschluss vor." + }, + { + "ecode": "0300200000010003", + "intro": "Homing der X-Achse abnormal: Der Zahnriemen ist möglicherweise lose." + }, + { + "ecode": "0300200000010004", + "intro": "Homing der Y-Achse abnormal: Der Zahnriemen ist möglicherweise lose." + }, + { + "ecode": "0300010000010002", + "intro": "Die Temperatur des Heizbetts ist abnormal; Das Heizelement hat vielleicht ein offenen Schaltkreis, oder der Thermoschutz hat ausgelöst." + }, + { + "ecode": "0300010000010003", + "intro": "Die Temperatur des Heizbetts ist abnormal. Das Heizelement hat eine zu hohe Temperatur." + }, + { + "ecode": "0300010000010006", + "intro": "Die Temperatur des Heizbetts ist abnormal; Der Temperatursensor hat möglicherweise einen Kurzschluss." + }, + { + "ecode": "0300010000010007", + "intro": "Die Temperatur des Heizbetts ist abnormal; Der Temperatursensor hat möglicherweise einen offenen Schaltkreis." + }, + { + "ecode": "030001000001000C", + "intro": "Das Heizbett hat lange Zeit unter Volllast geheizt. Das Temperaturkontrollsystem ist möglicherweise abnormal." + }, + { + "ecode": "0300010000030008", + "intro": "Die Temperatur des Heizbetts überschreitet den Grenzwert und passt sich automatisch der Maximaltemperatur an." + }, + { + "ecode": "0300020000010001", + "intro": "Die Düsentemperatur ist abnormal; Das Heizelement hat möglicherweise einen Kurzschluss." + }, + { + "ecode": "0300020000010002", + "intro": "Die Düsentemperatur ist abnormal; Das Heizelement hat möglicherweise einen offenen Schaltkreis." + }, + { + "ecode": "0300020000010003", + "intro": "Die Düsentemperatur ist abnormal; Das Heizelement hat eine zu hohe Temperatur." + }, + { + "ecode": "0300020000010007", + "intro": "Die Düsentemperatur ist abnormal; Der Sensor hat möglicherweise einen offenen Schaltkreis." + } + ] + }, + "device_error": { + "ver": 202510142200, + "de": [ + { + "ecode": "0C00402C", + "intro": "Fehler in der Gerätedatenverbindung. Bitte starten Sie den Drucker neu." + }, + { + "ecode": "03004015", + "intro": "Düsenaufklumpungserkennungskalibrierung fehlgeschlagen. Bitte gehen Sie zur \"Assistent\" für die Fehlerbehebung." + }, + { + "ecode": "0500803C", + "intro": "Die aktuelle Düseneinstellung stimmt nicht mit der Slicing-Datei überein. Ein weiterer Druckvorgang könnte die Druckqualität beeinträchtigen. Es wird empfohlen, die Datei erneut zu slicen, bevor mit dem Druck begonnen wird." + }, + { + "ecode": "0300401F", + "intro": "Das Hotend ist nicht eingebaut, und der Werkzeugkopf kann keine Referenzfahrt machen. Bitte baue das Hotend ein und mach dann weiter." + }, + { + "ecode": "0300801E", + "intro": "Der Extrusionsmotor ist überlastet, bitte prüfen Sie, ob der Extruder verstopft ist oder das Filament im Werkzeugkopf feststeckt." + }, + { + "ecode": "07018007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07028007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07038007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07008007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte prüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18058007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07078007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18078007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07058007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte prüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18038007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18018007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18028007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18008007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte prüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07048007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18068007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "18048007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "07068007", + "intro": "Das Filament konnte nicht extrudiert werden. Bitte überprüfen Sie, ob der Extruder verstopft ist." + }, + { + "ecode": "03004016", + "intro": "Die Düsenreinigung ist fehlgeschlagen. Klicken Sie bitte auf den Assistenten, um das Problem zu beheben." + }, + { + "ecode": "0502C014", + "intro": "Die AMS-Schätzung des verbleibenden Filament ist standardmäßig aktiviert und kann nicht deaktiviert werden." + }, + { + "ecode": "05864096", + "intro": "Nicht zertifiziertes AMS-HT G erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05024098", + "intro": "Nicht zertifiziertes AMS C erkannt. Bitte schließen Sie das AMS-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05014098", + "intro": "Nicht zertifiziertes AMS B erkannt. Bitte schließen Sie das AMS-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05814096", + "intro": "Nicht zertifiziertes AMS-HT B erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05844096", + "intro": "Nicht zertifiziertes AMS-HT F erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05824096", + "intro": "Nicht zertifiziertes AMS-HT C erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05034098", + "intro": "Nicht zertifiziertes AMS D erkannt. Bitte schließen Sie das AMS-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05854096", + "intro": "Nicht zertifiziertes AMS-HT E erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05804096", + "intro": "Nicht zertifiziertes AMS-HT A erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05834096", + "intro": "Nicht zertifiziertes AMS-HT D erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05874096", + "intro": "Nicht zertifiziertes AMS-HT H erkannt. Bitte schließen Sie das AMS-HT-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "05004098", + "intro": "Nicht zertifiziertes AMS A erkannt. Bitte schließen Sie das AMS-Kabel erneut an oder starten Sie den Drucker neu." + }, + { + "ecode": "0500807E", + "intro": "Bitte legen Sie eine StrongGrip Schnittmatte auf die Schnittschutzbasis." + }, + { + "ecode": "05008062", + "intro": "Die Druckplattenmarkierung wurde nicht erkannt. Bitte überprüfen Sie, ob die Druckplatte korrekt auf dem Heizbett positioniert ist, alle vier Ecken ausgerichtet sind und die Markierung sichtbar ist. Wenn starkes Licht auf das Druckblatt fällt, schließen Sie die Vordertür und blockieren Sie externe Lichtquellen." + }, + { + "ecode": "0500808B", + "intro": "Die Einrichtung der BirdsEye-Kamera ist fehlgeschlagen. Entfernen Sie alle Gegenstände und die Matte vom Heizbett, um sicherzustellen, dass die Heizbettmarkierungen sichtbar sind. Stellen Sie in der Zwischenzeit sicher, dass die BirdsEye-Kamera korrekt installiert ist, und entfernen Sie alle Hindernisse, die die Sicht der Kamera behindern könnten." + }, + { + "ecode": "0502C012", + "intro": "Die Aufgabe kann nicht angehalten werden." + }, + { + "ecode": "07FFC010", + "intro": "Führen Sie das Filament (über 30cm lang) bis zum Anschlag ein. Während des Spülvorgangs kann leichter Rauch auftreten. Schließen Sie nach dem Einführen die Fronttür und die obere Abdeckung." + }, + { + "ecode": "05024002", + "intro": "Bitte gehen Sie zu „Einstellungen > Kalibrierung“, um die Kalibrierung zur Verbesserung der Bewegungsgenauigkeit durchzuführen, bevor Sie den Modus zur Verbesserung der Bewegungsgenauigkeit aktivieren." + }, + { + "ecode": "05008093", + "intro": "Die Silikonsocke der Düse ist nicht installiert. Es besteht die Gefahr einer Fehlfunktion der Temperaturregelung. Bitte installieren Sie diese korrekt und versuchen Sie es erneut." + }, + { + "ecode": "05008092", + "intro": "Die Initialisierung der Werkzeugkopfkamera ist fehlgeschlagen. Der Druck kann fortgesetzt werden, jedoch sind einige AI-Funktionen deaktiviert. Wenn dieses Problem nach dem Neustart erneut auftritt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05008041", + "intro": "Das Filament im Hotend ist zu kalt. Die Extrusion kann den Extruder beschädigen. Wird das Filament weiterhin zugeführt/ausgegeben?" + }, + { + "ecode": "05008040", + "intro": "Die vordere Abdeckung des Werkzeugkopfs wurde abgenommen. Durch Bewegen des Werkzeugkopfs kann der Drucker beschädigt werden. Möchten Sie fortfahren?" + }, + { + "ecode": "0502C011", + "intro": "Derzeit im 2D-Produktionsmodus. Bitte setzen Sie den Vorgang auf dem Drucker fort." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "Die Offset-Kalibrierung des Schneidmoduls ist fehlgeschlagen, was zu ungenauen Schnitten führen kann. Bitte stellen Sie sicher, dass das 80g weiße Druckerpapier (Briefpapierstärke) richtig positioniert ist, und überprüfen Sie, ob die Schneidklinge abgenutzt ist." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Das Gerät wird derzeit aktualisiert. Bitte versuchen Sie es erneut, wenn es wieder verfügbar ist." + }, + { + "ecode": "0300C012", + "intro": "Bitte erhitzen Sie die Düse auf über 170°C." + }, + { + "ecode": "07008023", + "intro": "AMS A: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07028023", + "intro": "AMS C: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07038023", + "intro": "AMS D: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07018023", + "intro": "AMS B: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07058023", + "intro": "AMS F: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07048023", + "intro": "AMS E: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07068023", + "intro": "AMS G: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "07078023", + "intro": "AMS H: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C: Die Kühlung ist fehlgeschlagen. Die Umgebungstemperatur ist möglicherweise zu hoch. Bitte betreiben Sie das Gerät in einer geeigneten Umgebung." + }, + { + "ecode": "05004010", + "intro": "AMS trocknet gerade und kann momentan nicht aktualisiert werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "05004011", + "intro": "Der Drucker lädt oder entlädt gerade Filament und kann derzeit nicht aktualisiert werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "05004012", + "intro": "Das Gerät druckt gerade und kann derzeit nicht aktualisiert werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "0500400F", + "intro": "AMS wird initialisiert und kann derzeit nicht aktualisiert werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "05004013", + "intro": "AMS ist in Betrieb und kann derzeit nicht aktualisiert werden. Bitte versuchen Sie es erneut, wenn das System nicht verwendet wird." + }, + { + "ecode": "03008022", + "intro": "Das Heizbett ist möglicherweise beim Absenken blockiert. Entfernen Sie alle Gegenstände unter dem Heizbett und überprüfen Sie, ob es beim Absenken Widerstand oder Blockaden gibt." + }, + { + "ecode": "05004042", + "intro": "Aufgrund von Leistungsbeschränkungen werden beim Starten der AMS-Trocknung aktuelle Vorgänge wie die Düsenheizung und der Lüfterbetrieb angehalten. Möchten Sie mit der Trocknung fortfahren?" + }, + { + "ecode": "05004040", + "intro": "Der Drucker hat seine Leistungsgrenze erreicht. Schließen Sie ein dediziertes Netzteil an dieses AMS an, um die Trocknung zu ermöglichen." + }, + { + "ecode": "05004041", + "intro": "Die AMS-Trocknung kann während des Druckvorgangs nicht gestartet werden." + }, + { + "ecode": "0500806B", + "intro": "Der Schnellspannhebel ist nicht verriegelt. Drücken Sie das externe Werkzeugkopfmodul nach unten, um sicherzustellen, dass es richtig sitzt, und drücken Sie dann den Hebel nach unten, um ihn zu verriegeln." + }, + { + "ecode": "0502C010", + "intro": "Aufgrund von Leistungsbeschränkungen des Druckers können während des AMS-Trocknungsvorgangs kein Druck, keine Kalibrierung, keine Steuerungsfunktionen und keine anderen Aktionen ausgeführt werden. Bitte stoppen Sie den Trocknungsvorgang, bevor Sie mit anderen Vorgängen fortfahren." + }, + { + "ecode": "03004014", + "intro": "Referenzierung der Z-Achse fehlgeschlagen: Temperaturregelung fehlerhaft." + }, + { + "ecode": "07FFC012", + "intro": "Entfernen Sie die vordere Abdeckung und hängen Sie diese über die X-Achse. Drücken Sie auf den schwarzen PTFE-Schlauchverbinder und ziehen Sie den PTFE-Schlauch ab. Klicken Sie nach Abschluss des Vorgangs auf „Weiter“." + }, + { + "ecode": "05004007", + "intro": "Das Gerät muss repariert werden und kann derzeit nicht drucken." + }, + { + "ecode": "05008090", + "intro": "Bitte befestigen Sie das 80 g weiße Druckpapier in der Mitte der Plattform." + }, + { + "ecode": "18068005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18018004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18038005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18078004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18058004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18078005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18008005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18048005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18038004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18008004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18018005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18028004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18028005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18058005", + "intro": "Das AMS-HT hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18048004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18068004", + "intro": "AMS-HT konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07FF8025", + "intro": "Cold Pulling abgelaufen. Bitte umgehend bedienen oder prüfen, ob das Filament im Extruder gebrochen ist, und auf den Assistenten klicken, um weitere Informationen zu erhalten." + }, + { + "ecode": "18018006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18008006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18078006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18028006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18048006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18058006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18038006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "18068006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der PTFE-Schlauch des AMS angeschlossen ist." + }, + { + "ecode": "0502400E", + "intro": "Fehler beim Starten einer neuen Aufgabe: Der Cold Pull der Düse wurde nicht abgeschlossen." + }, + { + "ecode": "07008004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07018004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07028005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07038005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07FF8005", + "intro": "Das Filament konnte nicht aus dem AMS herausgeführt werden. Bitte schneiden Sie das Ende des Filaments flach ab und überprüfen Sie, ob die Spule klemmt." + }, + { + "ecode": "18068003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07068004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07048003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07078004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18058003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07048005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18FF8005", + "intro": "Das Filament konnte aus dem AMS-HT herausgeführt werden. Bitte schneiden Sie das Ende des Filaments flach ab und überprüfen Sie, ob die Spule klemmt." + }, + { + "ecode": "07048006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07078006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07058006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07028006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07008005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07018005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07028003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07038004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07018003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07038003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07028004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07068003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "18038003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07058004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "07048004", + "intro": "AMS konnte das Filament nicht zurückziehen. Dies kann an einer klemmenden Spule liegt oder daran, dass das Ende des Filaments im Pfad klemmt." + }, + { + "ecode": "18008003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "18078003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07058005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07068005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "07058003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "18028003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07078003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07078005", + "intro": "Das AMS hat kein Filament ausgegeben. Sie können das Ende des Filaments flach abschneiden und erneut einführen. Wenn diese Meldung weiterhin angezeigt wird, überprüfen Sie bitte die PTFE-Schläuche im AMS auf Anzeichen von Verschleiß." + }, + { + "ecode": "18048003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "18018003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "07008006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07038006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07018006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07068006", + "intro": "Das Filament kann nicht in den Extruder eingeführt werden. Dies kann an einem verknoteten Filament oder einer klemmenden Spule liegen. Ist dies nicht der Fall, überprüfen Sie bitte, ob der AMS PTFE-Schlauch angeschlossen ist." + }, + { + "ecode": "07008003", + "intro": "Das Filament konnte nicht aus dem Extruder herausgezogen werden. Dies kann durch einen verstopften Extruder oder ein im Extruder gebrochenes Filament verursacht werden." + }, + { + "ecode": "0502400D", + "intro": "Eine neue Aufgabe konnte nicht gestartet werden: Filament wird geladen/entladen." + }, + { + "ecode": "03008042", + "intro": "Aufgabe angehalten, weil die Tür offen ist." + }, + { + "ecode": "05008079", + "intro": "Bitte legen Sie das Lasertestmaterial (350 g Karton) ein und positionieren Sie die Stützstreifen darunter, um ein Verziehen des Materials zu verhindern." + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0501409D", + "intro": "AMS B: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0503409D", + "intro": "AMS D: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0502409D", + "intro": "AMS C: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0500409D", + "intro": "AMS A: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "03004050", + "intro": "Zeitüberschreitung bei der Kalibrierung der Liveview-Kamera. Bitte starten Sie den Drucker neu." + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D: Die Firmware stimmt nicht mit dem Drucker überein. Das Gerät kann nicht weiterverwendet werden. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "0C008034", + "intro": "Die Initialisierung der Liveview-Kamera ist fehlgeschlagen. Der Druckvorgang kann fortgesetzt werden, einige KI-Funktionen sind jedoch deaktiviert. Wenn das Problem nach dem Neustart erneut auftritt, wenden Sie sich bitte an den Kundensupport." + }, + { + "ecode": "0C008043", + "intro": "Die KI hat eine Düsenverklumpung festgestellt. Bitte überprüfen Sie den Zustand der Düse. Wenden Sie sich für Lösungen an den Assistenten." + }, + { + "ecode": "03004008", + "intro": "Das AMS konnte das Filament nicht wechseln." + }, + { + "ecode": "0C00402A", + "intro": "Der visuelle Marker wurde nicht erkannt. Bitte setzen Sie das Papier erneut an der richtigen Position ein." + }, + { + "ecode": "05004033", + "intro": "Die AMS-Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "05004031", + "intro": "Die Zubehör-Firmware passt nicht zum Drucker. Bitte aktualisieren Sie diese auf der Seite „Firmware“." + }, + { + "ecode": "05008085", + "intro": "Werkzeugkopfkamera ist blockiert" + }, + { + "ecode": "07FF8007", + "intro": "Bitte beobachten Sie die Düse. Wenn das Filament extrudiert wurde, wählen Sie „Weiter“ aus. Wenn dies nicht der Fall ist, schieben Sie das Filament bitte leicht nach vorne und wählen Sie dann „Erneut versuchen“ aus." + }, + { + "ecode": "07FF8002", + "intro": "Die Filamentschneide ist verklemmt. Bitte ziehen Sie den Schneidhebel heraus und drücken Sie \"Erneut versuchen\"." + }, + { + "ecode": "0500808C", + "intro": "Versatz der Druckplatte erkannt. Bitte richten Sie die Druckplatte am Heizbett aus und fahren Sie dann fort." + }, + { + "ecode": "07FFC011", + "intro": "Bitte ziehen Sie das Filament manuell und langsam aus dem Extruder heraus. Klicken Sie dann auf „Weiter“." + }, + { + "ecode": "05004039", + "intro": "Die aktuelle Aufgabe erlaubt keine Installation des Laser-/Schneidmoduls und die Aufgabe wurde angehalten." + }, + { + "ecode": "0500403B", + "intro": "Laser-/Schneidaufgaben können derzeit nicht an der Maschine gestartet werden. Bitte verwenden Sie die Computersoftware, um die Aufgabe zu starten." + }, + { + "ecode": "07044025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07004025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07034025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18014025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07024025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18044025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07014025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07074025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18074025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07064025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18064025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18054025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "07054025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18004025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18034025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "18024025", + "intro": "Die Informationen zum Filament konnten nicht gelesen werden." + }, + { + "ecode": "0300800D", + "intro": "Es wurde festgestellt, dass der Extruder nicht normal extrudiert. Wenn die Fehler akzeptabel sind, wählen Sie „Fortsetzen“, um den Druckauftrag fortzusetzen." + }, + { + "ecode": "0500C036", + "intro": "Dies ist eine Druckaufgabe. Bitte entfernen Sie das Laser-/Schneidmodul vom Werkzeugkopf." + }, + { + "ecode": "0300804F", + "intro": "Der Lade-/Entladevorgang läuft derzeit. Bitte stoppen Sie den Vorgang oder entfernen Sie das Laser-/Schneidmodul." + }, + { + "ecode": "0300804E", + "intro": "Dies ist eine Druckaufgabe. Bitte entfernen Sie das Laser-/Schneidmodul vom Werkzeugkopf." + }, + { + "ecode": "0500808A", + "intro": "Die BirdsEye-Kamera ist versetzt installiert. Bitte wenden Sie sich an den Assistenten, um sie neu zu installieren." + }, + { + "ecode": "05008089", + "intro": "Die Aufgabe wurde aufgrund einer fehlgeschlagenen Anwesenheitsprüfung angehalten. Bitte überprüfen Sie den Drucker, um fortzufahren." + }, + { + "ecode": "05008074", + "intro": "Die Laserplattform ist versetzt. Bitte stellen Sie sicher, dass die vier Ecken der Plattform mit dem Heizbett ausgerichtet sind und der Marker nicht verdeckt wird." + }, + { + "ecode": "05FE8081", + "intro": "Das linke Hotend ist nicht installiert." + }, + { + "ecode": "05FF8081", + "intro": "Das rechte Hotend ist nicht installiert." + }, + { + "ecode": "05FF8080", + "intro": "Das rechte Hotend ist nicht installiert." + }, + { + "ecode": "05FE8080", + "intro": "Das linke Hotend ist nicht installiert." + }, + { + "ecode": "05008080", + "intro": "Das linke und rechte Hotend ist nicht installiert." + }, + { + "ecode": "05008081", + "intro": "Das linke und rechte Hotend ist nicht installiert." + }, + { + "ecode": "05008088", + "intro": "Die Birdseye-Camera ist verschmutzt" + }, + { + "ecode": "05008087", + "intro": "Die BirdsEye-Kamera ist blockiert" + }, + { + "ecode": "03004002", + "intro": "Der Druckvorgang wurde gestoppt, da die automatische Bettnivellierung fehlgeschlagen ist." + }, + { + "ecode": "0C004020", + "intro": "Die Einrichtung der BirdsEye-Kamera ist fehlgeschlagen. Bitte entfernen Sie alle Objekte und nehmen Sie die Matte ab. Stellen Sie sicher, dass die Markierung nicht verdeckt ist. Reinigen Sie in der Zwischenzeit sowohl die BirdsEye-Kamera als auch die Werkzeugkopfkamera und entfernen Sie alle Fremdkörper, die die Sicht versperren." + }, + { + "ecode": "03008021", + "intro": "Die Düse ist möglicherweise nicht oder nicht richtig installiert. Bitte stellen Sie sicher, dass die Düse richtig installiert ist, bevor Sie fortfahren." + }, + { + "ecode": "03008061", + "intro": "Der Modus des adaptiven Luftstromsystems konnte nicht aktiviert werden. Überprüfen Sie den Zustand der Luftklappe." + }, + { + "ecode": "0300801A", + "intro": "Der Extruder extrudiert nicht ordnungsgemäß. Bitte wenden Sie sich an den Assistenten. Wenn nach der Fehlerbehebung die Defekte akzeptabel sind, tippen Sie bitte auf die Schaltfläche „Fortsetzen“, um den Druckauftrag fortzusetzen." + }, + { + "ecode": "05008084", + "intro": "Die Live-View-Kamera ist verschmutzt. Bitte reinigen Sie die Kamera und fahren Sie fort." + }, + { + "ecode": "0500401E", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014023", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014025", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "18068012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "10018003", + "intro": "Die Aktivierung des herkömmlichen Zeitraffermodus kann zu Fehlern führen. Bitte aktivieren Sie es nach Bedarf" + }, + { + "ecode": "03008014", + "intro": "Die Düse ist mit Filamenten bedeckt oder die Druckplatte ist falsch eingesetzt. Bitte brechen Sie diesen Druck ab, reinigen die Düse oder passen Sie die Position der Druckplatte an. Anschließend können Sie auf „Fortsetzen“ tippen, um den Druckauftrag fortzusetzen." + }, + { + "ecode": "03008017", + "intro": "Auf dem Heizbett wurden Fremdkörper erkannt. Bitte prüfen und reinigen Sie das Heizbett. Tippen Sie anschließend auf die Schaltfläche „Fortsetzen“, um den Druckauftrag fortzusetzen." + }, + { + "ecode": "0500401C", + "intro": "Der Cloud-Zugriff wird abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004025", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004026", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004028", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "0501401B", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014020", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014022", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014029", + "intro": "Der Cloud-Zugriff wird abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "07008012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07018012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07028012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07FF8011", + "intro": "Das AMS Filament ist ausgegangen. Bitte legen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "0300801C", + "intro": "Der Extrusionswiderstand ist abnormal. Der Extruder ist möglicherweise verstopft. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung können Sie auf die Schaltfläche „Fortsetzen“ tippen, um den Druckauftrag fortzusetzen." + }, + { + "ecode": "05008055", + "intro": "Das Lasermodul ist installiert, aber es wird eine Schnittplattform erkannt. Bitte platzieren Sie eine Laserplattform und führen Sie eine Laserkalibrierung durch." + }, + { + "ecode": "03004020", + "intro": "Die Düsenanwesenheitserkennung ist fehlgeschlagen. Die Düse ist möglicherweise nicht am Extruder angebracht oder der Sensor ist beschädigt. Weitere Informationen finden Sie im Assistenten." + }, + { + "ecode": "0500402E", + "intro": "Das System unterstützt das derzeit vom USB-Flash-Laufwerk verwendete Dateisystem nicht. Bitte ersetzen Sie das USB-Flash-Laufwerk oder formatieren Sie es im FAT32-Format." + }, + { + "ecode": "05008063", + "intro": "Die Plattform wurde bei der Kalibrierung nicht erkannt. Bitte stellen Sie sicher, dass die Laserplatte richtig platziert ist." + }, + { + "ecode": "05008066", + "intro": "Für diese Aufgabe wird eine Schnittplattform benötigt, aber die aktuelle ist eine Laserplattform. Bitte ersetzen Sie sie durch eine Schnittplattform (Schnittschutzbasis + LightGrip Schnittmatte)." + }, + { + "ecode": "18008012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18048012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07058012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07068012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07078012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18058012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18078012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07048012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18018012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "05004065", + "intro": "Für die Aufgabe wird eine Laserplattform benötigt, aber die aktuelle ist eine Schnittplattform. Bitte ersetzen Sie diese, messen Sie die Materialstärke in der Software und starten Sie die Aufgabe dann neu." + }, + { + "ecode": "05004075", + "intro": "Es wurde keine Laserplattform erkannt, was die Genauigkeit der Dickenmessung beeinträchtigen kann. Bitte platzieren Sie die Laserplattform korrekt und stellen Sie sicher, dass die hinteren Markierungen nicht blockiert sind. Starten Sie dann die Dickenmessung in der Software neu, bevor Sie mit der Aufgabe beginnen." + }, + { + "ecode": "0500807D", + "intro": "Das Schneidmodul ist installiert, aber die Laserplattform wird erkannt. Bitte legen Sie die Schnittplattform (Schnittschutzbasis + StrongGrip Schnittmatte) auf." + }, + { + "ecode": "03008000", + "intro": "Der Druck wurde aufgrund eines unbekannten Grundes pausiert. Um den Druck fortzusetzen den \"Fortsetzen\"-Knopf drücken." + }, + { + "ecode": "03008016", + "intro": "Die Düse ist mit Filament verstopft. Bitte brechen Sie diesen Druck ab und reinigen Sie die Düse oder tippen Sie auf die Schaltfläche \"Fortsetzen\", um den Druckauftrag fortzusetzen." + }, + { + "ecode": "0500401B", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004020", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004022", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004023", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05004029", + "intro": "Der Cloud-Zugriff wird abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "0501401C", + "intro": "Der Cloud-Zugriff wird abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "0501401E", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014026", + "intro": "Cloud-Zugriff abgelehnt. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "05014028", + "intro": "Die Cloud-Antwort ist ungültig. Wenn Sie es mehrmals versucht haben und es immer noch fehlschlägt, wenden Sie sich bitte an den Kundendienst." + }, + { + "ecode": "07038012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07FF8012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "07FFC00A", + "intro": "Bitte beobachten Sie die Düse. Wenn das Filament extrudiert wurde, klicken Sie auf „Weiter“. Wenn nicht, schieben Sie das Filament bitte leicht nach vorne und klicken Sie dann auf „Erneut versuchen“." + }, + { + "ecode": "05008064", + "intro": "Bitte platzieren Sie die Laserplattform richtig und stellen Sie sicher, dass die hinteren Markierungen für die Laserkalibrierung nicht blockiert sind." + }, + { + "ecode": "18038012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18028012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "18FF8012", + "intro": "Die Zuordnungstabelle des AMS konnte nicht abgerufen werden. Klicken Sie auf „Fortsetzen“, um es erneut zu versuchen." + }, + { + "ecode": "05004076", + "intro": "Bitte platzieren Sie die Laserplattform richtig und stellen Sie sicher, dass die hinteren Markierungen nicht verdeckt sind. Starten Sie dann die Dickenmessung in der Software neu, bevor Sie mit der Aufgabe beginnen." + }, + { + "ecode": "0500807A", + "intro": "Die Funktion zur Erkennung von Fremdkörpern funktioniert nicht. Sie können die Aufgabe fortsetzen oder den Assistenten zur Fehlerbehebung aufrufen." + }, + { + "ecode": "07FF8010", + "intro": "Überprüfen Sie, ob die externe Filamentspule oder das Filament feststeckt." + }, + { + "ecode": "03004000", + "intro": "Das Homing der Z-Achse ist fehlgeschlagen, die Aufgabe wurde gestoppt." + }, + { + "ecode": "0300800A", + "intro": "Ein Filamentstau wurde von der AI Drucküberwachung erkannt. Bitte reinigen Sie das Filament aus dem Auswurfschacht." + }, + { + "ecode": "0300800B", + "intro": "Der Schneider steckt fest. Bitte stellen Sie sicher, dass der Griff des Schneiders herausgezogen ist, und überprüfen Sie die Verbindung des Filamentsensorkabels." + }, + { + "ecode": "03008065", + "intro": "Die Temperatur des MC-Moduls ist zu hoch. Bitte überprüfen Sie das Wiki auf spezifische Gründe." + }, + { + "ecode": "05004070", + "intro": "Das Laser- oder Schneidmodul ist angeschlossen, sodass das Gerät keinen 3D-Druckauftrag starten kann." + }, + { + "ecode": "0300400B", + "intro": "Ausnahme in der internen Kommunikation." + }, + { + "ecode": "03008001", + "intro": "Der Druckvorgang wurde aufgrund des in der Druckdatei hinzugefügten Befehls \"Pause\" unterbrochen." + }, + { + "ecode": "05014038", + "intro": "Die regionalen Einstellungen stimmen nicht mit dem Drucker überein. Bitte überprüfen Sie die regionalen Einstellungen des Druckers." + }, + { + "ecode": "03008051", + "intro": "Das Schneidmodul ist heruntergefallen oder das Kabel des Schneidmoduls ist nicht angeschlossen. Bitte überprüfen Sie das Modul." + }, + { + "ecode": "0C004024", + "intro": "Die Birdseye-Kamera ist versetzt installiert. Bitte lesen Sie die Anleitung, um sie richtig zu installieren." + }, + { + "ecode": "10018004", + "intro": "Der Reinigungsturm ist nicht aktiviert und der Zeitraffermodus ist in diesem Druckauftrag auf „Gleichmäßig“ eingestellt. Dies kann zu Oberflächenfehlern führen. Möchten Sie fortfahren?" + }, + { + "ecode": "03008041", + "intro": "Zeitüberschreitung bei der Plattformerkennung: Bitte starten Sie den Drucker neu." + }, + { + "ecode": "03004067", + "intro": "Das Kalibrierungsergebnis liegt über dem Grenzwert." + }, + { + "ecode": "18008011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18078011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18038011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18018011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18058011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18068011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "18048011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "03004011", + "intro": "Kalibrierung der Flussdynamik fehlgeschlagen. Bitte starten Sie den Druckvorgang oder die Kalibrierung erneut." + }, + { + "ecode": "18028011", + "intro": "AMS-HT Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS-Slot ein." + }, + { + "ecode": "05008072", + "intro": "Liveview-Kamera ist blockiert" + }, + { + "ecode": "05008083", + "intro": "Material ist für die Halterungskalibrierung nicht erlaubt. Bitte entfernen Sie das Material von der Plattform." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "10014002", + "intro": "Zeitraffer wird nicht unterstützt, da die Druckreihenfolge auf „Nach Objekt“ eingestellt ist." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1803C069", + "intro": "Beim Trocknen im AMS-HT D ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1805C06E", + "intro": "Der AMS-HT F Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1800C06E", + "intro": "Der AMS-HT A Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1805C069", + "intro": "Beim Trocknen im AMS-HT F ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1807C069", + "intro": "Beim Trocknen im AMS-HT H ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1803C06E", + "intro": "Der AMS-HT D Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1802C06E", + "intro": "Der AMS-HT C Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1806C069", + "intro": "Beim Trocknen im AMS-HT G ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1800C069", + "intro": "Beim Trocknen im AMS-HT A ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1802C069", + "intro": "Beim Trocknen im AMS-HT C ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1807C06E", + "intro": "Der AMS-HT H Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1000C003", + "intro": "Die Aktivierung des Zeitraffers im traditionellen Modus kann zu Fehlern führen. Bitte aktivieren Sie diese Funktion nach Bedarf." + }, + { + "ecode": "1804C069", + "intro": "Beim Trocknen im AMS-HT E ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1801C06E", + "intro": "Der AMS-HT B Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1806C06E", + "intro": "Der AMS-HT G Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1801C069", + "intro": "Beim Trocknen im AMS-HT B ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "1804C06E", + "intro": "Der AMS-HT E Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "10014001", + "intro": "Zeitraffer wird nicht unterstützt, da der Spiralvasen-Modus in den Profilen für das Slicen aktiviert ist." + }, + { + "ecode": "0500806E", + "intro": "Fremdkörper auf dem Heizbett entdeckt. Bitte überprüfen und reinigen Sie das Heizbett." + }, + { + "ecode": "05004004", + "intro": "Das Gerät ist beschäftigt und kann keine neue Aufgabe starten. Bitte warten Sie, bis die aktuelle Aufgabe abgeschlossen ist, bevor Sie eine neue Aufgabe senden." + }, + { + "ecode": "0C004025", + "intro": "Die Birdseye-Kamera ist verschmutzt. Bitte reinigen Sie sie und starten Sie den Vorgang neu." + }, + { + "ecode": "05008061", + "intro": "Es wurde keine Platte erkannt. Bitte stellen Sie sicher, dass sie richtig platziert ist." + }, + { + "ecode": "0701C06C", + "intro": "AMS B befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0701C069", + "intro": "Beim Trocknen im AMS B ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "0700C06E", + "intro": "Der AMS A Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "0703C06C", + "intro": "AMS D befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0703C069", + "intro": "Beim Trocknen im AMS D ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "0701C06B", + "intro": "AMS B wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0700C06C", + "intro": "AMS A befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0702C069", + "intro": "Beim Trocknen im AMS C ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "0703C06B", + "intro": "AMS D wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "03008054", + "intro": "Bitte legen Sie das für „Drucken, dann schneiden“ erforderliche Papier ein." + }, + { + "ecode": "0703C06D", + "intro": "AMS D hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0701C06D", + "intro": "AMS B hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0702C06A", + "intro": "AMS C liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0702C06E", + "intro": "Der AMS C Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "0702C06C", + "intro": "AMS C befindet sich im Zuführungs-Unterstützungsmodus. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0702C06B", + "intro": "AMS C wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0700C06D", + "intro": "AMS A hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0701C06A", + "intro": "AMS B liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0702C06D", + "intro": "AMS C hilft beim Einführen des Filaments. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "05008082", + "intro": "Bitte entfernen Sie vor der Verarbeitung die Schutzfolie auf dem Opak-Glanz-Acryl" + }, + { + "ecode": "0703C06A", + "intro": "AMS D liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0700C06B", + "intro": "AMS A wechselt das Filament. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "05008060", + "intro": "Das aktuelle Modul am Werkzeugkopf erfüllt die Anforderungen nicht. Bitte tauschen Sie das Modul gemäß den Anweisungen auf dem Bildschirm aus." + }, + { + "ecode": "0700C069", + "intro": "Beim Trocknen im AMS A ist ein Fehler aufgetreten. Bitte gehen Sie zum Assistenten für weitere Details." + }, + { + "ecode": "0701C06E", + "intro": "Der AMS B Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "0700C06A", + "intro": "AMS A liest RFID. Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später noch einmal." + }, + { + "ecode": "0703C06E", + "intro": "Der AMS D Motor führt einen Selbsttest durch. Die Trocknung kann nicht gestartet werden. Bitte versuchen Sie es später erneut." + }, + { + "ecode": "05008056", + "intro": "Das Schneidmodul ist installiert, aber die Laserplattform wird erkannt. Bitte platzieren Sie die Schnittplattform zur Kalibrierung." + }, + { + "ecode": "0500C07F", + "intro": "Das Gerät ist beschäftigt und kann diesen Vorgang nicht ausführen. Um fortzufahren, pausieren oder stoppen Sie bitte die aktuelle Aufgabe." + }, + { + "ecode": "0C008016", + "intro": "Die Funktion zur Erkennung von Fremdkörpern funktioniert nicht. Sie können die Aufgabe fortsetzen oder den Assistenten nach Lösungen durchsuchen." + }, + { + "ecode": "07FF8001", + "intro": "Das Filament konnte nicht geschnitten werden. Bitte überprüfen Sie den Schneider." + }, + { + "ecode": "18FF8001", + "intro": "Das Filament konnte nicht geschnitten werden. Bitte überprüfen Sie den Schneider." + }, + { + "ecode": "07018016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07048016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18028016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07078016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18018016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18008016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "0C004021", + "intro": "Die Einrichtung der BirdsEye-Kamera ist fehlgeschlagen. Bitte starten Sie den Drucker neu." + }, + { + "ecode": "0C004026", + "intro": "Die Live-View-Kamera-Initialisierung ist fehlgeschlagen. Bitte starten Sie den Drucker neu." + }, + { + "ecode": "07008016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07038016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07028016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07068016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18048016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18068016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18078016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18038016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "07058016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "18058016", + "intro": "Der Extruder extrudiert nicht normal. Bitte wenden Sie sich an den Assistenten. Nach der Fehlerbehebung. Wenn die Mängel akzeptabel sind, fahren Sie bitte fort." + }, + { + "ecode": "0C00402D", + "intro": "Die Werkzeugkopfkamera funktioniert nicht korrekt. Bitte starten Sie das Gerät neu." + }, + { + "ecode": "07FF8004", + "intro": "Das Filament konnte nicht vom Werkzeugkopf zum AMS zurückgezogen werden. Bitte überprüfen Sie, ob das Filament oder die Spule feststeckt." + }, + { + "ecode": "0500805C", + "intro": "Der Schnittmattentyp passt nicht. Bitte legen Sie eine Light Grip Schnittmatte ein." + }, + { + "ecode": "05008059", + "intro": "Die Basis der Schnittplattform ist nicht richtig ausgerichtet. Bitte stellen Sie sicher, dass die vier Ecken der Plattform mit dem Heizbett ausgerichtet sind." + }, + { + "ecode": "0500806C", + "intro": "Bitte platzieren Sie die Schnittplattform richtig und stellen Sie sicher, dass die Markierung sichtbar ist." + }, + { + "ecode": "07018013", + "intro": "Timeout beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "0500805A", + "intro": "Bitte legen Sie die Schnittmatte auf die Schnittschutzbasis." + }, + { + "ecode": "07068013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18038013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18008013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18048013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18028013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18058013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "07048013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "05008071", + "intro": "Es wurde keine Schnittplattform erkannt. Bitte bestätigen Sie, dass sie korrekt platziert wurde." + }, + { + "ecode": "05008073", + "intro": "Der Begrenzungsblock des Heizbetts ist blockiert oder verschmutzt. Bitte reinigen Sie den Begrenzungsblock und stellen Sie sicher, dass er sichtbar ist, da sonst die Erkennung der Plattformpositionsverschiebung ungenau sein kann." + }, + { + "ecode": "05008068", + "intro": "Bitte legen Sie die Strong Grip Schnittmatte richtig ein und achten Sie darauf, dass der Marker freiliegt." + }, + { + "ecode": "0500807C", + "intro": "Bitte legen Sie die Schnittplattform (Schnittschutzbasis + StrongGrip Schnittmatte) ein." + }, + { + "ecode": "05008067", + "intro": "Bitte legen Sie eine LightGrip Schnittmatte auf die Schnittschutzbasis." + }, + { + "ecode": "07008013", + "intro": "Timeout beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "07028013", + "intro": "Timeout beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "07038013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "0500806F", + "intro": "Der Schnittmattentyp passt nicht. Bitte legen Sie eine Strong Grip Schnittmatte ein." + }, + { + "ecode": "18068013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "07058013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "07078013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18018013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "18078013", + "intro": "Zeitüberschreitung beim Entfernen des alten Filaments: Bitte überprüfen Sie, ob das Filament feststeckt oder der Extruder verstopft ist." + }, + { + "ecode": "03004052", + "intro": "Klinge Z-Achsen-Referenzierung fehlgeschlagen" + }, + { + "ecode": "05008058", + "intro": "Bitte legen Sie die Light-Grip Schnittmatte richtig ein und stellen Sie sicher, dass der Marker freiliegt." + }, + { + "ecode": "0500807B", + "intro": "Bitte legen Sie die Schnittplattform (Schnittschutzbasis + LightGrip Schnittmatte) ein." + }, + { + "ecode": "0C008018", + "intro": "Die Funktion zur Erkennung von Fremdkörpern funktioniert nicht. Sie können die Aufgabe fortsetzen oder den Assistenten zur Fehlerbehebung aufrufen." + }, + { + "ecode": "0500805B", + "intro": "Der Typ der Schnittmatte ist unbekannt. Bitte ersetzen Sie diese durch die richtige Schnittmatte." + }, + { + "ecode": "03008064", + "intro": "Die Kammertemperatur ist zu hoch. Bitte öffnen Sie die obere Abdeckung und die Vordertür, um das Gerät abzukühlen. (Die Erkennung der offenen Tür für diesen Druckauftrag wird auf die Benachrichtigungsstufe eingestellt.)" + }, + { + "ecode": "0C008017", + "intro": "Auf der Plattform wurden Fremdkörper entdeckt. Bitte entfernen Sie diese rechtzeitig." + }, + { + "ecode": "05008077", + "intro": "Der visuelle Marker wurde nicht erkannt. Bitte stellen Sie sicher, dass das Papier richtig platziert ist." + }, + { + "ecode": "05008078", + "intro": "Das aktuelle Material entspricht nicht den Einstellungen für das Slicen von Dateien. Bitte laden Sie das richtige Material und stellen Sie sicher, dass der QR-Code auf dem Material nicht beschädigt oder verschmutzt ist." + }, + { + "ecode": "0500403F", + "intro": "Der Druckauftrag konnte nicht heruntergeladen werden. Bitte überprüfen Sie Ihre Netzwerkverbindung." + }, + { + "ecode": "0500403D", + "intro": "Das Werkzeugkopfmodul ist nicht eingerichtet. Bitte richten Sie es ein, bevor Sie mit der Aufgabe beginnen." + }, + { + "ecode": "0300400C", + "intro": "Die Aufgabe wurde abgebrochen." + }, + { + "ecode": "05008051", + "intro": "Die erkannte Druckplatte stimmt nicht mit der Gcode-Datei überein. Bitte passen Sie die Slicer-Einstellungen an oder verwenden Sie die richtige Platte." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "07078010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "18048010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18038010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18028010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18008010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "18078010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "07068011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "0C004027", + "intro": "Die Kalibrierung der Live-View-Kamera ist fehlgeschlagen. Bitte lesen Sie den Assistenten für Details und kalibrieren Sie die Kamera nach der Auswertung neu." + }, + { + "ecode": "07058010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "18018010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18068010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "18058010", + "intro": "Der AMS-HT Hilfsmotor ist überlastet. Dies könnte auf ein verheddertes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "07048010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "07068010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "07078011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07058011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07048011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "0C008015", + "intro": "Auf dem Pad wurden Objekte entdeckt. Bitte beseitigen Sie diese rechtzeitig." + }, + { + "ecode": "05024006", + "intro": "Unbekanntes Modul erkannt, bitte versuchen Sie, die Firmware auf die neueste Version zu aktualisieren." + }, + { + "ecode": "07018017", + "intro": "AMS B trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "07028017", + "intro": "AMS C trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "03004013", + "intro": "Während das AMS trocknet, kann der Druckvorgang nicht gestartet werden." + }, + { + "ecode": "07038017", + "intro": "AMS D trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "07008017", + "intro": "AMS A trocknet gerade. Bitte stoppen Sie den Trocknungsprozess, bevor Sie das Material ein- oder auslagern." + }, + { + "ecode": "07FFC003", + "intro": "Bitte ziehen Sie das Filament am Spulenhalter aus dem Extruder. Wenn diese Meldung weiterhin besteht, überprüfen Sie bitte, ob das Filament im Extruder gebrochen ist. (Schließen Sie den PTFE-Schlauch an, wenn Sie das AMS verwenden möchten)" + }, + { + "ecode": "07FFC008", + "intro": "Bitte ziehen Sie das Filament am Spulenhalter aus dem Extruder. Wenn diese Meldung weiterhin besteht, überprüfen Sie bitte, ob das Filament im Extruder gebrochen ist. (Schließen Sie den PTFE-Schlauch an, wenn Sie das AMS verwenden möchten)" + }, + { + "ecode": "0500405D", + "intro": "Fehler in der Seriennummer des Lasermoduls: Kann nicht kalibriert oder ein Projekt erstellt werden." + }, + { + "ecode": "0500805E", + "intro": "Fehler in der Seriennummer des Schneidmoduls: Kann nicht kalibriert oder das Projekt erstellt werden." + }, + { + "ecode": "0500C010", + "intro": "USB-Flash-Laufwerk mit Schreib-Lese- Fehler. Bitte stecken Sie es erneut ein oder ersetzen Sie es." + }, + { + "ecode": "0500402F", + "intro": "Die Sektordaten des USB-Flash-Laufwerks sind beschädigt. Bitte formatieren Sie es. Wenn er weiterhin nicht erkannt wird, tauschen Sie den USB-Stick aus." + }, + { + "ecode": "05008053", + "intro": "Während des Drucks wurde eine falsche Düse entdeckt. Bitte starten Sie den Druck nach dem erneuten Slicen neu oder setzen Sie den Druck fort, nachdem Sie die richtige Düse eingesetzt haben. Achtung: Die Temperatur des Hotends ist hoch." + }, + { + "ecode": "05024003", + "intro": "Der Drucker druckt gerade und die Funktion zur Verbesserung der Bewegungsgenauigkeit kann nicht ein- oder ausgeschaltet werden." + }, + { + "ecode": "05024005", + "intro": "Das AMS wurde noch nicht kalibriert, daher kann der Druck nicht gestartet werden." + }, + { + "ecode": "07FF8003", + "intro": "Bitte ziehen Sie das Filament am Spulenhalter aus dem Extruder. Wenn diese Meldung weiterhin besteht, überprüfen Sie bitte, ob das Filament im Extruder gebrochen ist. (Schließen Sie den PTFE-Schlauch an, wenn Sie das AMS verwenden möchten)" + }, + { + "ecode": "03008049", + "intro": "Die aktuelle Platte ist ungültig." + }, + { + "ecode": "05004008", + "intro": "Drucken starten fehlgeschlagen. Bitte den Drucken neu starten und den Druckauftrag neu senden." + }, + { + "ecode": "0500400B", + "intro": "Beim Herunterladen der Datei ist ein Problem aufgetreten. Bitte überprüfen Sie Ihre Netzwerkverbindung und senden Sie den Druckauftrag erneut." + }, + { + "ecode": "05004018", + "intro": "Das Analysieren der Bindungskonfigurationsinformationen ist fehlgeschlagen. Bitte versuchen Sie es erneut." + }, + { + "ecode": "0500402C", + "intro": "Die IP-Adresse konnte nicht abgerufen werden. Dies kann durch WLAN-Interferenzen verursacht werden, die dazu führen, dass die Datenübertragung fehlschlägt oder der DHCP-Adresspool des Routers voll ist. Bitte stellen Sie den Drucker näher an den Router und versuchen Sie es erneut. Wenn das Problem weiterhin besteht, überprüfen Sie bitte die Router-Einstellungen, um festzustellen, ob die IP-Adressen erschöpft sind." + }, + { + "ecode": "0500400A", + "intro": "Der Dateiname wird nicht unterstützt. Bitte benennen Sie die Datei um und starten Sie den Druckauftrag erneut." + }, + { + "ecode": "0500400D", + "intro": "Bitte führen Sie einen Selbsttest durch und starten Sie den Druckauftrag erneut." + }, + { + "ecode": "0501401A", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen. Mögliche Gründe sind Netzwerkinstabilität aufgrund von Interferenzen, die Unfähigkeit, auf das Internet zuzugreifen, oder Konfigurationseinschränkungen der Router-Firewall. Sie können versuchen, den Drucker näher an den Router zu bringen oder die Routerkonfiguration zu überprüfen und es dann erneut zu versuchen." + }, + { + "ecode": "05014033", + "intro": "Ihre APP-Region stimmt nicht mit Ihrem Drucker überein. Laden Sie die APP bitte in der entsprechenden Region herunter und registrieren Sie Ihr Konto erneut." + }, + { + "ecode": "0500402D", + "intro": "Systemausnahme" + }, + { + "ecode": "03008047", + "intro": "Zeitüberschreitung bei der Erkennung des Schnellspannhebels: Bitte starten Sie den Drucker neu." + }, + { + "ecode": "03008008", + "intro": "Störung der Düsentemperatur" + }, + { + "ecode": "03008009", + "intro": "Störung der Heizbetttemperatur" + }, + { + "ecode": "05004002", + "intro": "Nicht unterstützter Pfad oder Name der Druckdatei. Bitte senden Sie den Druckauftrag erneut." + }, + { + "ecode": "05004006", + "intro": "Für den Druckauftrag ist nicht genügend freier Speicherplatz verfügbar. Durch Wiederherstellen der Werkseinstellungen kann Speicherplatz freigegeben werden." + }, + { + "ecode": "05014039", + "intro": "Die Geräteanmeldung ist abgelaufen. Versuchen Sie die Bindung bitte erneut." + }, + { + "ecode": "03008046", + "intro": "Zeitüberschreitung bei der Fremdkörpererkennung: Bitte starten Sie den Drucker neu." + }, + { + "ecode": "03008062", + "intro": "Die Kammertemperatur ist zu hoch. Dies kann auf eine hohe Umgebungstemperatur zurückzuführen sein." + }, + { + "ecode": "03008045", + "intro": "Zeitüberschreitung bei der Materialerkennung: Bitte starten Sie den Drucker neu." + }, + { + "ecode": "0300800C", + "intro": "Übersprungener Schritt erkannt: Automatische Wiederherstellung abgeschlossen. Bitte setzen Sie den Druck fort und prüfen Sie, ob Probleme mit der Ebenenverschiebung vorliegen." + }, + { + "ecode": "0500401A", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen. Mögliche Gründe sind Netzwerkinstabilität aufgrund von Interferenzen, die Unfähigkeit, auf das Internet zuzugreifen, oder Konfigurationseinschränkungen der Router-Firewall. Sie können versuchen, den Drucker näher an den Router zu bringen oder die Routerkonfiguration zu überprüfen und es dann erneut zu versuchen." + }, + { + "ecode": "05014018", + "intro": "Das Analysieren der Bindungskonfigurationsinformationen ist fehlgeschlagen. Bitte versuchen Sie es erneut." + }, + { + "ecode": "0300400F", + "intro": "Die Spannung der Stromversorgung stimmt nicht mit der des Druckers überein." + }, + { + "ecode": "05024004", + "intro": "Einige Funktionen werden von dem aktuellen Gerät nicht unterstützt. Bitte überprüfen Sie die Einstellungen der Studio-Funktionen oder aktualisieren Sie die Firmware auf die neueste Version." + }, + { + "ecode": "0500806D", + "intro": "Material nicht erkannt. Bitte bestätigen Sie die Platzierung und fahren Sie fort." + }, + { + "ecode": "0C004022", + "intro": "Die Einrichtung der BirdsEye-Kamera ist fehlgeschlagen. Bitte prüfen Sie, ob das Lasermodul richtig funktioniert." + }, + { + "ecode": "0300801D", + "intro": "Der Positionssensor des Extruder-Servomotors ist defekt. Schalten Sie den Drucker zunächst aus und prüfen Sie, ob das Verbindungskabel locker ist." + }, + { + "ecode": "07038002", + "intro": "Die Filamentschneide ist verklemmt. Bitte ziehen Sie den Schneidhebel heraus und drücken Sie \"Erneut versuchen\"." + }, + { + "ecode": "0C00403D", + "intro": "Die Vision Encoder Platte wurde nicht erkannt. Bitte stellen Sie sicher, dass sie korrekt auf dem Heizbett positioniert ist." + }, + { + "ecode": "07028002", + "intro": "Die Filamentschneide ist verklemmt. Bitte ziehen Sie den Schneidhebel heraus und drücken Sie \"Erneut versuchen\"." + }, + { + "ecode": "07018002", + "intro": "Die Filamentschneide ist verklemmt. Bitte ziehen Sie den Schneidhebel heraus und drücken Sie \"Erneut versuchen\"." + }, + { + "ecode": "0C00C004", + "intro": "Es wurde ein möglicher Spaghetti-Fehler entdeckt." + }, + { + "ecode": "05004043", + "intro": "Aufgrund von Leistungsbeschränkungen darf nur ein AMS den Strom des Geräts zum Trocknen nutzen." + }, + { + "ecode": "05004052", + "intro": "Fehler am Hotend erkannt." + }, + { + "ecode": "05004050", + "intro": "Fehler auf der Druckplatte entdeckt." + }, + { + "ecode": "03004068", + "intro": "Während des Prozesses zur Verbesserung der Bewegungsgenauigkeit ist ein Schrittverlust aufgetreten. Bitte versuchen Sie es erneut." + }, + { + "ecode": "05004054", + "intro": "Fehler auf der Matte entdeckt." + }, + { + "ecode": "0500403E", + "intro": "Der aktuelle Werkzeugkopf unterstützt die Initialisierung nicht." + }, + { + "ecode": "03004066", + "intro": "Die Kalibrierung der Bewegungspräzision ist fehlgeschlagen." + }, + { + "ecode": "0C00C006", + "intro": "Möglicherweise hat sich im Auswurfschacht gereinigtes Filament angesammelt." + }, + { + "ecode": "03008063", + "intro": "Die Kammertemperatur ist zu hoch. Bitte öffnen Sie die obere Abdeckung und die Vordertür, um abzukühlen." + }, + { + "ecode": "0C00800B", + "intro": "Die Heizbettmarkierung wurde nicht erkannt. Bitte räumen Sie alle Gegenstände weg und entfernen Sie die Matte. Vergewissern Sie sich, dass der Marker nicht verdeckt ist." + }, + { + "ecode": "0C004029", + "intro": "Material nicht erkannt. Bitte bestätigen Sie die Platzierung und fahren Sie fort." + }, + { + "ecode": "0C008005", + "intro": "Gespültes Filament hat sich im Abfallschacht angesammelt, was eine Kollision mit dem Werkzeugkopf verursachen kann." + }, + { + "ecode": "0C008033", + "intro": "Der Schnellspannhebel ist nicht verriegelt. Bitte drücken Sie ihn zum Verriegeln nach unten." + }, + { + "ecode": "0C008009", + "intro": "Der Lokalisierungsmarker für die Druckplatte wurde nicht gefunden." + }, + { + "ecode": "1000C001", + "intro": "Eine hohe Betttemperatur kann dazu führen, dass das Filament die Düse verstopft. Sie können die Kammertür öffnen." + }, + { + "ecode": "1000C002", + "intro": "Das Drucken von CF-Material mit einer Edelstahldüse kann zu einer Beschädigung der Düse führen." + }, + { + "ecode": "07038010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "07038011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07FF8006", + "intro": "Führen Sie das Filament in den PTFE-Schlauch ein, bis es sich nicht mehr weiterschieben lässt." + }, + { + "ecode": "07FFC006", + "intro": "Führen Sie das Filament in den PTFE-Schlauch ein, bis es sich nicht mehr weiterschieben lässt." + }, + { + "ecode": "07FFC009", + "intro": "Bitte führen Sie Filament in den PTFE-Schlauch ein, bis es nicht mehr weiter geschoben werden kann." + }, + { + "ecode": "07028010", + "intro": "Der AMS-Hilfsmotor ist überlastet, bitte prüfen Sie, ob die Spule oder das Filament klemmt. Klicken Sie nach der Fehlerbehebung auf \"Erneut versuchen\"." + }, + { + "ecode": "07028011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07018010", + "intro": "Der AMS-Hilfsmotor ist überlastet. Dies könnte auf verwickeltes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "07018011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07008011", + "intro": "Das AMS Filament ist aufgebraucht. Bitte setzen Sie ein neues Filament in denselben AMS Slot ein." + }, + { + "ecode": "07008002", + "intro": "Die Filamentschneide ist verklemmt. Bitte ziehen Sie den Schneidhebel heraus und drücken Sie \"Erneut versuchen\"." + }, + { + "ecode": "07008010", + "intro": "Der AMS-Hilfsmotor ist überlastet. Dies könnte auf verwickeltes Filament oder eine festsitzende Spule zurückzuführen sein." + }, + { + "ecode": "0501401D", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen, was möglicherweise an einer Netzwerkinstabilität aufgrund von Störungen liegt. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "0501401F", + "intro": "Zeitüberschreitung bei der Autorisierung. Bitte stellen Sie sicher, dass Ihr Telefon oder PC Zugang zum Internet hat und dass die Bambu Studio/Bambu Handy APP während des Bindevorgangs im Vordergrund läuft." + }, + { + "ecode": "05014021", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen, was möglicherweise an einer Netzwerkinstabilität aufgrund von Störungen liegt. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "05014024", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen. Mögliche Gründe sind Netzwerkinstabilität aufgrund von Interferenzen, Unfähigkeit, auf das Internet zuzugreifen, oder Einschränkungen bei der Konfiguration der Router-Firewall. Sie können versuchen, den Drucker näher an den Router zu bringen oder die Routerkonfiguration zu überprüfen, bevor Sie es erneut versuchen." + }, + { + "ecode": "05014027", + "intro": "Cloud-Zugriff fehlgeschlagen; Dies kann durch Netzwerkinstabilität aufgrund von Interferenzen verursacht werden. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "05014031", + "intro": "Die Bindung per Geräteerkennung wird ausgeführt und der QR-Code kann nicht auf dem Bildschirm angezeigt werden. Sie können warten, bis die Bindung abgeschlossen ist, oder den Bindevorgang in der APP/Studio abbrechen und erneut versuchen, den QR-Code auf dem Bildschirm für die Bindung zu scannen." + }, + { + "ecode": "05014032", + "intro": "Die QR-Code-Bindung ist im Gange, und die Bindung per Geräteerkennung kann nicht durchgeführt werden. Sie können den QR-Code auf dem Bildschirm scannen, um ihn zu binden, oder die QR-Code-Anzeigeseite auf dem Bildschirm verlassen und die Bindung per Geräteerkennung versuchen." + }, + { + "ecode": "05014034", + "intro": "Der Slicing-Fortschritt wurde lange Zeit nicht aktualisiert, und der Druckauftrag wurde beendet. Bitte bestätigen Sie die Parameter und starten Sie den Druckvorgang erneut." + }, + { + "ecode": "05014035", + "intro": "Das Gerät wird gerade gebunden und kann nicht auf neue Bindungsanfragen antworten." + }, + { + "ecode": "05024001", + "intro": "Das aktuelle Filament wird für diesen Druckauftrag verwendet. Die Einstellungen können nicht geändert werden." + }, + { + "ecode": "05004001", + "intro": "Fehler beim Verbinden mit Bambu Cloud. Bitte die Netzwerkverbindung überprüfen." + }, + { + "ecode": "05004003", + "intro": "Der Druckvorgang wurde abgebrochen, weil der Drucker die Datei nicht analysieren konnte. Bitte senden Sie Ihren Druckauftrag erneut." + }, + { + "ecode": "05004005", + "intro": "Druckaufträge können nicht während des Update gesendet werden." + }, + { + "ecode": "05004009", + "intro": "Während der Aktualisierung der Protokolle dürfen keine Druckaufträge gesendet werden." + }, + { + "ecode": "0500400E", + "intro": "Der Druck wurde abgebrochen." + }, + { + "ecode": "05004014", + "intro": "Der Druckauftrag konnte nicht geslicet werden. Bitte überprüfen Sie die Einstellungen und starten Sie den Druckauftrag erneut." + }, + { + "ecode": "05004017", + "intro": "Die Bindung ist fehlgeschlagen. Bitte versuchen Sie es erneut oder starten Sie den Drucker neu und versuchen Sie es erneut." + }, + { + "ecode": "05004019", + "intro": "Der Drucker wurde bereits gebunden. Bitte lösen Sie die Verbindung und versuchen Sie es erneut." + }, + { + "ecode": "0500401D", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen, was möglicherweise an einer Netzwerkinstabilität aufgrund von Störungen liegt. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "0500401F", + "intro": "Zeitüberschreitung bei der Autorisierung. Bitte stellen Sie sicher, dass Ihr Telefon oder PC Zugang zum Internet hat und dass die Bambu Studio/Bambu Handy APP während des Bindevorgangs im Vordergrund läuft." + }, + { + "ecode": "05004021", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen, was möglicherweise an einer Netzwerkinstabilität aufgrund von Störungen liegt. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "05004024", + "intro": "Der Cloud-Zugriff ist fehlgeschlagen. Mögliche Gründe sind Netzwerkinstabilität aufgrund von Interferenzen, Unfähigkeit, auf das Internet zuzugreifen, oder Einschränkungen bei der Konfiguration der Router-Firewall. Sie können versuchen, den Drucker näher an den Router zu bringen oder die Routerkonfiguration zu überprüfen, bevor Sie es erneut versuchen." + }, + { + "ecode": "05004027", + "intro": "Cloud-Zugriff fehlgeschlagen; Dies kann durch Netzwerkinstabilität aufgrund von Interferenzen verursacht werden. Sie können versuchen, den Drucker näher an den Router zu stellen, bevor Sie es erneut versuchen." + }, + { + "ecode": "0500402A", + "intro": "Es konnte keine Verbindung zum Router hergestellt werden, was möglicherweise an WLAN-Störungen oder einer zu großen Entfernung vom Router liegt. Bitte versuchen Sie es erneut oder stellen Sie den Drucker näher an den Router und versuchen Sie es erneut." + }, + { + "ecode": "0500402B", + "intro": "Die Routerverbindung ist aufgrund eines falschen Passworts fehlgeschlagen. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut." + }, + { + "ecode": "05004037", + "intro": "Ihre geslicete Datei ist mit dem aktuellen Druckermodell nicht kompatibel. Diese Datei kann auf diesem Drucker nicht gedruckt werden." + }, + { + "ecode": "05004038", + "intro": "Der Düsendurchmesser in der gesliceten Datei stimmt nicht mit der aktuellen Düseneinstellung überein. Diese Datei kann nicht gedruckt werden." + }, + { + "ecode": "05008013", + "intro": "Die Druckdatei ist nicht verfügbar. Bitte überprüfen Sie, ob das Speichermedium entfernt wurde." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Ihre geslicete Datei stimmt nicht mit dem aktuellen Druckermodell überein. Fortfahren?" + }, + { + "ecode": "05014017", + "intro": "Die Bindung ist fehlgeschlagen. Bitte versuchen Sie es erneut oder starten Sie den Drucker neu und versuchen Sie es erneut." + }, + { + "ecode": "05014019", + "intro": "Der Drucker wurde bereits gebunden. Bitte lösen Sie die Verbindung und versuchen Sie es erneut." + }, + { + "ecode": "03004001", + "intro": "Zeitüberschreitung beim warten, dass die Düse vor dem Homing abkühlt." + }, + { + "ecode": "03004005", + "intro": "Die Drehzahl des Hotendlüfters ist abnormal." + }, + { + "ecode": "03004006", + "intro": "Die Düse ist verstopft." + }, + { + "ecode": "03004009", + "intro": "Homing der XY-Achse fehlgeschlagen." + }, + { + "ecode": "0300400A", + "intro": "Identifikation der mechanischen Resonanz fehlgeschlagen." + }, + { + "ecode": "0300400D", + "intro": "Wiederaufnahme nach Stromausfall fehlgeschlagen." + }, + { + "ecode": "0300400E", + "intro": "Der Selbsttest der Motoren ist fehlgeschlagen." + }, + { + "ecode": "03008003", + "intro": "Spaghetti-Fehler wurden von der AI Drucküberwachung entdeckt. Bitte überprüfen Sie die Qualität des gedruckten Modells, bevor Sie Ihren Druck fortsetzen." + }, + { + "ecode": "03008005", + "intro": "Die Frontabdeckung des Werkzeugkopfes ist abgefallen. Bitte montieren Sie die Frontabdeckung wieder und prüfen Sie, ob der Druckvorgang ordnungsgemäß verläuft." + }, + { + "ecode": "03008007", + "intro": "Ein Druckauftrag wurde nicht beendet, als der Drucker den Strom verlor. Wenn das Modell noch an der Druckplatte haftet, können Sie versuchen, den Druckauftrag fortzusetzen." + }, + { + "ecode": "0300800E", + "intro": "Die Druckdatei ist nicht verfügbar. Bitte überprüfen Sie, ob das Speichermedium entfernt wurde." + }, + { + "ecode": "0300800F", + "intro": "Die Tür scheint offen zu sein, daher wurde der Druckvorgang pausiert." + }, + { + "ecode": "03008010", + "intro": "Die Drehzahl des Hotendlüfters ist abnormal." + }, + { + "ecode": "03008013", + "intro": "Der Druckvorgang wurde vom Benutzer angehalten. Sie können \"Fortsetzen\" wählen, um den Druckvorgang fortzusetzen." + }, + { + "ecode": "03008018", + "intro": "Fehlfunktion der Kammertemperatur." + }, + { + "ecode": "03008019", + "intro": "Es wurde keine Druckplatte platziert." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_en_22E.json b/resources/hms/hms_en_22E.json new file mode 100644 index 0000000000..c3f7417cc7 --- /dev/null +++ b/resources/hms/hms_en_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "en": [ + { + "ecode": "0300020000010008", + "intro": "The extruder nozzle temperature is abnormal and cannot reach the set value. This may be caused by an improperly installed nozzle silicone sock." + }, + { + "ecode": "030018000001000D", + "intro": "Nozzle clumping detection calibration failed. Excessive force detected on the nozzle. Please ensure the nozzle is installed correctly." + }, + { + "ecode": "030018000001000E", + "intro": "Nozzle clumping detection calibration failed. The nozzle did not touch the inner wall of the hole. Please clean the nozzle and the steel plate hole at the rear-right side of the heatbed." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip, or the externally mounted filament may be tangled." + }, + { + "ecode": "0300090000020004", + "intro": "The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead, or the externally mounted filament may be tangled." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "The Left Side Auxiliary Component Cooling Fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "03003A0000020002", + "intro": "The Left Side Auxiliary Component Cooling Fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Time-lapse kit authentication failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0C0003000003001A", + "intro": "Foreign object detection failed, possibly due to manual interruption (e.g., clicking \"Stop\"). If not, try restarting the printer or updating the firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Threaded rods need lubrication now." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "An anomalous jump in the extruder extrusion force sensor data has been detected, potentially caused by poor sensor contact or a faulty sensor." + }, + { + "ecode": "0300910000010008", + "intro": "The chamber heater failed to reach the target temperature." + }, + { + "ecode": "0C00030000020015", + "intro": "Foreign object detection is not working. Detected the Live View Camera has been replaced. Please tap \"Settings>Calibration\" on printer screen and re-calibrate the Live View Camera." + }, + { + "ecode": "0C00030000020014", + "intro": "Foreign object detection accuracy has decreased. If this occurs frequently, perform a Live View Camera calibration (“Settings” > “Calibration” on the printer screen)." + }, + { + "ecode": "0C00030000020012", + "intro": "Foreign object detection is not working. The Live View Camera needs calibration. Please tap \"Settings > Calibration\" on the printer screen." + }, + { + "ecode": "0501040000030003", + "intro": "Linear rods need cleaning and lubrication now." + }, + { + "ecode": "0300180000030009", + "intro": "Performing initial High-temperature Bed Leveling." + }, + { + "ecode": "03002D0000030009", + "intro": "Performing initial High-temperature Bed Leveling." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Heated bed leveling failed, possibly due to foreign objects on the bed or bed tilt. Continuing to print may damage the build plate. Please remove any debris or manually level the bed before retrying." + }, + { + "ecode": "0500030000020055", + "intro": "User information has expired, please log in again." + }, + { + "ecode": "0300290000010001", + "intro": "Vision encoder patterns can not be recognized; possible reasons include vision encoder pattern distortion, light overexposure, and plate misplacement." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "03002B0000020001", + "intro": "Air-door calibration failed. Please check if there is any foreign object blocking the damper." + }, + { + "ecode": "0701900000010004", + "intro": "The current sensor of AMS B exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0707910000010004", + "intro": "The current sensor of AMS H exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1803900000010004", + "intro": "The current sensor of AMS-HT D exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1807910000010004", + "intro": "The current sensor of AMS-HT H exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1800910000010004", + "intro": "The current sensor of AMS-HT A exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1800900000010004", + "intro": "The current sensor of AMS-HT A exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0704900000010004", + "intro": "The current sensor of AMS E exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1803910000010004", + "intro": "The current sensor of AMS-HT D exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0705900000010004", + "intro": "The current sensor of AMS F exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1805900000010004", + "intro": "The current sensor of AMS-HT F exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0706900000010004", + "intro": "The current sensor of AMS G exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1804900000010004", + "intro": "The current sensor of AMS-HT E exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0707900000010004", + "intro": "The current sensor of AMS H exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1802900000010004", + "intro": "The current sensor of AMS-HT C exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1805910000010004", + "intro": "The current sensor of AMS-HT F exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1804910000010004", + "intro": "The current sensor of AMS-HT E exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1806900000010004", + "intro": "The current sensor of AMS-HT G exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0700910000010004", + "intro": "The current sensor of AMS A exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0702900000010004", + "intro": "The current sensor of AMS C exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0706910000010004", + "intro": "The current sensor of AMS G exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0701910000010004", + "intro": "The current sensor of AMS B exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1801910000010004", + "intro": "The current sensor of AMS-HT B exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1806910000010004", + "intro": "The current sensor of AMS-HT G exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0703910000010004", + "intro": "The current sensor of AMS D exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0700900000010004", + "intro": "The current sensor of AMS A exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0704910000010004", + "intro": "The current sensor of AMS E exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0705910000010004", + "intro": "The current sensor of AMS F exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0702910000010004", + "intro": "The current sensor of AMS C exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "0703900000010004", + "intro": "The current sensor of AMS D exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS mainboard." + }, + { + "ecode": "1801900000010004", + "intro": "The current sensor of AMS-HT B exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1807900000010004", + "intro": "The current sensor of AMS-HT H exhaust valve 1 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "1802910000010004", + "intro": "The current sensor of AMS-HT C exhaust valve 2 is abnormal; please get in touch with customer support to replace the AMS-HT mainboard." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0300320000010001", + "intro": "The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0300320000010002", + "intro": "The Right Side (Auxiliary Component Cooling-Filtration) Fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C uses printer power for drying during loading/printing. For better drying performance, please connect a power adapter." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F The temperature control error is too large, which may be due to the lid being open or an abnormality with the heater." + }, + { + "ecode": "0500060000020001", + "intro": "The Toolhead Camera is not in place; please check the hardware connection." + }, + { + "ecode": "0700610000020001", + "intro": "The AMS A Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0701610000020001", + "intro": "The AMS B Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0701620000020001", + "intro": "The AMS B Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0701630000020001", + "intro": "The AMS B Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0702600000020001", + "intro": "The AMS C Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1802620000020001", + "intro": "The AMS-HT C Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0707620000020001", + "intro": "The AMS H Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1803620000020001", + "intro": "The AMS-HT D Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1804610000020001", + "intro": "The AMS-HT E Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1804630000020001", + "intro": "The AMS-HT E Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0707630000020001", + "intro": "The AMS H Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1807600000020001", + "intro": "The AMS-HT H Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0705630000020001", + "intro": "The AMS F Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0704600000020001", + "intro": "The AMS E Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1800600000020001", + "intro": "The AMS-HT A Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0707600000020001", + "intro": "The AMS H Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1801610000020001", + "intro": "The AMS-HT B Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0706600000020001", + "intro": "The AMS G Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0706630000020001", + "intro": "The AMS G Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0300180000010005", + "intro": "Z-axis motor rotation is obstructed; please check if foreign objects are stuck in the Z slider or Z timing pulley. Also, ensure the build plate is placed correctly to avoid collisions with surrounding structures." + }, + { + "ecode": "0700600000020001", + "intro": "The AMS A Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0700620000020001", + "intro": "The AMS A Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0700630000020001", + "intro": "The AMS A Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0701600000020001", + "intro": "The AMS B Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0702610000020001", + "intro": "The AMS C Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0702620000020001", + "intro": "The AMS C Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0702630000020001", + "intro": "The AMS C Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0703600000020001", + "intro": "The AMS D Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0703610000020001", + "intro": "The AMS D Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0703620000020001", + "intro": "The AMS D Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0703630000020001", + "intro": "The AMS D Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1806600000020001", + "intro": "The AMS-HT G Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0706620000020001", + "intro": "The AMS G Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1805630000020001", + "intro": "The AMS-HT F Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1803630000020001", + "intro": "The AMS-HT D Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0705610000020001", + "intro": "The AMS F Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1806610000020001", + "intro": "The AMS-HT G Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0704620000020001", + "intro": "The AMS E Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1800630000020001", + "intro": "The AMS-HT A Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1802600000020001", + "intro": "The AMS-HT C Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1801630000020001", + "intro": "The AMS-HT B Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1806630000020001", + "intro": "The AMS-HT G Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0704630000020001", + "intro": "The AMS E Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1805610000020001", + "intro": "The AMS-HT F Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1802630000020001", + "intro": "The AMS-HT C Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1804620000020001", + "intro": "The AMS-HT E Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1805620000020001", + "intro": "The AMS-HT F Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1800620000020001", + "intro": "The AMS-HT A Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0706610000020001", + "intro": "The AMS G Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0705620000020001", + "intro": "The AMS F Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1805600000020001", + "intro": "The AMS-HT F Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1803610000020001", + "intro": "The AMS-HT D Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1801600000020001", + "intro": "The AMS-HT B Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1807620000020001", + "intro": "The AMS-HT H Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1807630000020001", + "intro": "The AMS-HT H Slot 4 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1804600000020001", + "intro": "The AMS-HT E Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0707610000020001", + "intro": "The AMS H Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1806620000020001", + "intro": "The AMS-HT G Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1807610000020001", + "intro": "The AMS-HT H Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1803600000020001", + "intro": "The AMS-HT D Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1802610000020001", + "intro": "The AMS-HT C Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1800610000020001", + "intro": "The AMS-HT A Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "1801620000020001", + "intro": "The AMS-HT B Slot 3 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0705600000020001", + "intro": "The AMS F Slot 1 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "0704610000020001", + "intro": "The AMS E Slot 2 is overloaded. The filament may be tangled or the filament buffer may be stuck." + }, + { + "ecode": "050003000002000E", + "intro": "Some modules are incompatible with the printer's firmware version, which may affect use. Please go to the \"Firmware\" page to update after connected to the internet, or you may update offline according to wiki." + }, + { + "ecode": "0500050000010007", + "intro": "MQTT Command verification failed. Please update Studio (including the network plugin) or Handy to the latest version, then restart the software and try again." + }, + { + "ecode": "0300A80000010001", + "intro": "AMS power supply abnormality, possibly due to AMS damage or a short circuit in the AMS interface, or too many AMS connections. Please check if it is correctly connected." + }, + { + "ecode": "030018000001000B", + "intro": "Nozzle presence detection failed: nozzle not installed or improperly installed." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F slot 1 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "07FFA00000020001", + "intro": "The nozzle cold pull process has timed out. Please click \"Retry\" and then manually pull out the filament." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D has detected a breakage of the PTFE tube during filament loading. Please check whether the PTFE tubes inside and outside the AMS have fallen off or been damaged." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H slot 1 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F slot 2 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D slot 4 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E slot 3 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H slot 3 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A slot 4 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F slot 4 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G slot 2 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F slot 4 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B slot 2 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G slot 1 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F slot 3 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C slot 2 feeder unit motor is stalled, cannot rotate the spool." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E slot 3 assist motor has slipped. Please pull out the filament, cut off the worn part, and then try again." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C slot 1 filament odometer has no signal, which may be due to poor contact in the odometer connector or a odometer fault." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B slot 1 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E slot 4 feeder unit motor has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E slot 2 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D slot 3 filament status is abnormal, which may be due to a filament breakage inside the AMS." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C slot 3 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B slot 4 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C slot 1 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D slot 2 feed resistance is too high. Please reduce the feed resistance, decrease the rotation resistance of the spool, and avoid having the filament tube too long and excessively bent." + }, + { + "ecode": "18FF700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07FF700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07FE700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18FE700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "03002C0000010001", + "intro": "Obstacle detected under the heatbed. Please remove it to ensure proper printing." + }, + { + "ecode": "0300930000010006", + "intro": "Chamber temperature is abnormal. The chamber temperature sensor at the air inlet may have an open circuit." + }, + { + "ecode": "0300930000010005", + "intro": "Chamber temperature is abnormal. The chamber temperature sensor may have a short circuit." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "050003000001000E", + "intro": "Some external modules are incompatible with the printer's firmware version, which may affect normal operation. Please go to the \"Firmware\" page while connected to the internet to upgrade." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Filament buffer position signal lost: the cable or position sensor may be malfunctioning." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D The coil resistance of exhaust valve 1 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A The coil resistance of exhaust valve 2 is abnormal, which may be due to abnormal wiring or damage." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D slot 4 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C slot 3 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D slot 2 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G slot 1 the tube inside the AMS is broken, or feed-out hall sensor is faulty and cannot detect the filament." + }, + { + "ecode": "0C00040000020026", + "intro": "Liveview Camera initialization failed, and some AI functions such as Spaghetti Detection will be disabled. Please restart the printer. If the problem persists, please contact customer support." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "BirdsEye Camera is not in place; please check the hardware connection" + }, + { + "ecode": "0C0003000002001C", + "intro": "Your nozzle seems to be covered with jammed or clogged material." + }, + { + "ecode": "030001000003000F", + "intro": "The chamber temperature is currently high, and the heatbed is cooling down slowly. It is recommended to open the top cover or front door to accelerate the cooling process." + }, + { + "ecode": "0300930000010004", + "intro": "Chamber temperature is abnormal. The chamber heater's temperature sensor at the air outlet may have an open circuit." + }, + { + "ecode": "0500030000010004", + "intro": "The Filament Buffer module is malfunctioning. Please restart the device." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0583040000010045", + "intro": "The firmware of AMS-HT D does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0582040000010045", + "intro": "The firmware of AMS-HT C does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0586040000010045", + "intro": "The firmware of AMS-HT G does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0502040000010044", + "intro": "The firmware of AMS C does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0585040000010045", + "intro": "The firmware of AMS-HT F does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0587040000010045", + "intro": "The firmware of AMS-HT H does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0503040000010044", + "intro": "The firmware of AMS D does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0581040000010045", + "intro": "The firmware of AMS-HT B does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0501040000010044", + "intro": "The firmware of AMS B does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0580040000010045", + "intro": "The firmware of AMS-HT A does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0584040000010045", + "intro": "The firmware of AMS-HT E does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0500040000010044", + "intro": "The firmware of AMS A does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D certification failed. Please reconnect the cable or restart the printer." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G The power adapter voltage is too low, which may result in insufficient drying temperature. Please replace the power adapter." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G The power adapter voltage is too high, which may damage the heater circuit. Please replace the power adapter." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "The device malfunctioned; please restart." + }, + { + "ecode": "0C00040000030018", + "intro": "The Cutting blade offset calibration failed. This may affect the cutting accuracy. Please refer to the Wiki to check if the blade tip is worn." + }, + { + "ecode": "0C00040000020023", + "intro": "Thickness measurement failed, the Toolhead Camera was unable to detect the material surface." + }, + { + "ecode": "0500040000020043", + "intro": "The Toolhead Camera is dirty or obstructed; please clean it and continue." + }, + { + "ecode": "03000F0000010001", + "intro": "Abnormal accelerometer data detected. Please try restarting the printer." + }, + { + "ecode": "0500020000020008", + "intro": "Time synchronization failed" + }, + { + "ecode": "1806930000020003", + "intro": "The AMS-HT G heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1806920000020003", + "intro": "The AMS-HT G heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0707920000020003", + "intro": "The AMS H heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0705920000020003", + "intro": "The AMS F heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0701930000020003", + "intro": "The AMS B heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0704930000020003", + "intro": "The AMS E heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0505050000010010", + "intro": "The firmware of AMS F does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0501050000010010", + "intro": "The firmware of AMS B does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0507050000010010", + "intro": "The firmware of AMS H does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0582050000010010", + "intro": "The firmware of AMS-HT C does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0584050000010010", + "intro": "The firmware of AMS-HT E does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0587050000010010", + "intro": "The firmware of AMS-HT H does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0586050000010010", + "intro": "The firmware of AMS-HT G does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0585050000010010", + "intro": "The firmware of AMS-HT F does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0580050000010010", + "intro": "The firmware of AMS-HT A does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "050005000001000F", + "intro": "The accessory firmware does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0502050000010010", + "intro": "The firmware of AMS C does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0506050000010010", + "intro": "The firmware of AMS G does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0504050000010010", + "intro": "The firmware of AMS E does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0503050000010010", + "intro": "The firmware of AMS D does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0706930000020003", + "intro": "The AMS G heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1807920000020003", + "intro": "The AMS-HT H heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1800920000020003", + "intro": "The AMS-HT A heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0706920000020003", + "intro": "The AMS G heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0702920000020003", + "intro": "The AMS C heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1801920000020003", + "intro": "The AMS-HT B heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0704920000020003", + "intro": "The AMS E heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1805920000020003", + "intro": "The AMS-HT F heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1804920000020003", + "intro": "The AMS-HT E heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0703930000020003", + "intro": "The AMS D heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1804930000020003", + "intro": "The AMS-HT E heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0707930000020003", + "intro": "The AMS H heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1807930000020003", + "intro": "The AMS-HT H heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0703920000020003", + "intro": "The AMS D heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0700930000020003", + "intro": "The AMS A heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1805930000020003", + "intro": "The AMS-HT F heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0702930000020003", + "intro": "The AMS C heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1802920000020003", + "intro": "The AMS-HT C heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1803930000020003", + "intro": "The AMS-HT D heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1803920000020003", + "intro": "The AMS-HT D heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1800930000020003", + "intro": "The AMS-HT A heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0705930000020003", + "intro": "The AMS F heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0701920000020003", + "intro": "The AMS B heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0700920000020003", + "intro": "The AMS A heater 1 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1802930000020003", + "intro": "The AMS-HT C heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "1801930000020003", + "intro": "The AMS-HT B heater 2 cooling fan cannot start because the power adapter is not connected." + }, + { + "ecode": "0500050000010010", + "intro": "The firmware of AMS A does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0583050000010010", + "intro": "The firmware of AMS-HT D does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0581050000010010", + "intro": "The firmware of AMS-HT B does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0500040000020034", + "intro": "Laser module detected for the first time. Complete the setup (~4 min) before use for precise cutting and engraving. Also, ensure the H2.0 screw at the back securing the air pump is removed." + }, + { + "ecode": "1804200000010084", + "intro": "Failed to read the filament information from AMS-HT E slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1802210000010081", + "intro": "Failed to read the filament information from AMS-HT C slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1803230000010081", + "intro": "Failed to read the filament information from AMS-HT D slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1804200000010081", + "intro": "Failed to read the filament information from AMS-HT E slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0700230000010084", + "intro": "Failed to read the filament information from AMS A slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1804200000010083", + "intro": "Failed to read the filament information from AMS-HT E slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0706220000010086", + "intro": "Failed to read the filament information from AMS G slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0701230000010086", + "intro": "Failed to read the filament information from AMS B slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803230000010083", + "intro": "Failed to read the filament information from AMS-HT D slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0701210000010086", + "intro": "Failed to read the filament information from AMS B slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0702220000010085", + "intro": "Failed to read the filament information from AMS C slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802220000010086", + "intro": "Failed to read the filament information from AMS-HT C slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0705220000010086", + "intro": "Failed to read the filament information from AMS F slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1807200000010084", + "intro": "Failed to read the filament information from AMS-HT H slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0705230000010086", + "intro": "Failed to read the filament information from AMS F slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806200000010085", + "intro": "Failed to read the filament information from AMS-HT G slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707200000010083", + "intro": "Failed to read the filament information from AMS H slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0704210000010084", + "intro": "Failed to read the filament information from AMS E slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0706220000010083", + "intro": "Failed to read the filament information from AMS G slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0701220000010082", + "intro": "Failed to read the filament information from AMS B slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806200000010086", + "intro": "Failed to read the filament information from AMS-HT G slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1807220000010081", + "intro": "Failed to read the filament information from AMS-HT H slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0703230000010081", + "intro": "Failed to read the filament information from AMS D slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1806200000010081", + "intro": "Failed to read the filament information from AMS-HT G slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1801210000010081", + "intro": "Failed to read the filament information from AMS-HT B slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0703210000010082", + "intro": "Failed to read the filament information from AMS D slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703210000010085", + "intro": "Failed to read the filament information from AMS D slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700220000010084", + "intro": "Failed to read the filament information from AMS A slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703200000010081", + "intro": "Failed to read the filament information from AMS D slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1804210000010084", + "intro": "Failed to read the filament information from AMS-HT E slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1807200000010081", + "intro": "Failed to read the filament information from AMS-HT H slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1804220000010086", + "intro": "Failed to read the filament information from AMS-HT E slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0703230000010083", + "intro": "Failed to read the filament information from AMS D slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0701220000010085", + "intro": "Failed to read the filament information from AMS B slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707200000010085", + "intro": "Failed to read the filament information from AMS H slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806230000010081", + "intro": "Failed to read the filament information from AMS-HT G slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0701210000010083", + "intro": "Failed to read the filament information from AMS B slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0703200000010085", + "intro": "Failed to read the filament information from AMS D slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705210000010086", + "intro": "Failed to read the filament information from AMS F slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0702210000010085", + "intro": "Failed to read the filament information from AMS C slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807200000010083", + "intro": "Failed to read the filament information from AMS-HT H slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1800220000010083", + "intro": "Failed to read the filament information from AMS-HT A slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1806230000010085", + "intro": "Failed to read the filament information from AMS-HT G slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801230000010083", + "intro": "Failed to read the filament information from AMS-HT B slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1805230000010083", + "intro": "Failed to read the filament information from AMS-HT F slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1800200000010082", + "intro": "Failed to read the filament information from AMS-HT A slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704210000010083", + "intro": "Failed to read the filament information from AMS E slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1804210000010082", + "intro": "Failed to read the filament information from AMS-HT E slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1805220000010084", + "intro": "Failed to read the filament information from AMS-HT F slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703220000010084", + "intro": "Failed to read the filament information from AMS D slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0701220000010084", + "intro": "Failed to read the filament information from AMS B slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1803200000010081", + "intro": "Failed to read the filament information from AMS-HT D slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1801230000010086", + "intro": "Failed to read the filament information from AMS-HT B slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0706210000010082", + "intro": "Failed to read the filament information from AMS G slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707220000010082", + "intro": "Failed to read the filament information from AMS H slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801200000010082", + "intro": "Failed to read the filament information from AMS-HT B slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707230000010081", + "intro": "Failed to read the filament information from AMS H slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0705230000010082", + "intro": "Failed to read the filament information from AMS F slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702220000010086", + "intro": "Failed to read the filament information from AMS C slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0705200000010084", + "intro": "Failed to read the filament information from AMS F slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1801220000010086", + "intro": "Failed to read the filament information from AMS-HT B slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1804230000010084", + "intro": "Failed to read the filament information from AMS-HT E slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0705220000010084", + "intro": "Failed to read the filament information from AMS F slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0701220000010086", + "intro": "Failed to read the filament information from AMS B slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1802200000010084", + "intro": "Failed to read the filament information from AMS-HT C slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1801220000010083", + "intro": "Failed to read the filament information from AMS-HT B slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0704230000010086", + "intro": "Failed to read the filament information from AMS E slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1805210000010084", + "intro": "Failed to read the filament information from AMS-HT F slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0700210000010082", + "intro": "Failed to read the filament information from AMS A slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700230000010083", + "intro": "Failed to read the filament information from AMS A slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1800230000010086", + "intro": "Failed to read the filament information from AMS-HT A slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0704220000010085", + "intro": "Failed to read the filament information from AMS E slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806230000010086", + "intro": "Failed to read the filament information from AMS-HT G slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0703210000010084", + "intro": "Failed to read the filament information from AMS D slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1807230000010082", + "intro": "Failed to read the filament information from AMS-HT H slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703210000010083", + "intro": "Failed to read the filament information from AMS D slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1800220000010081", + "intro": "Failed to read the filament information from AMS-HT A slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0705210000010085", + "intro": "Failed to read the filament information from AMS F slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803220000010083", + "intro": "Failed to read the filament information from AMS-HT D slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1803210000010082", + "intro": "Failed to read the filament information from AMS-HT D slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804230000010081", + "intro": "Failed to read the filament information from AMS-HT E slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1802210000010084", + "intro": "Failed to read the filament information from AMS-HT C slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805220000010083", + "intro": "Failed to read the filament information from AMS-HT F slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1807200000010086", + "intro": "Failed to read the filament information from AMS-HT H slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0704200000010082", + "intro": "Failed to read the filament information from AMS E slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0706230000010085", + "intro": "Failed to read the filament information from AMS G slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806200000010082", + "intro": "Failed to read the filament information from AMS-HT G slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702210000010083", + "intro": "Failed to read the filament information from AMS C slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0703230000010084", + "intro": "Failed to read the filament information from AMS D slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0702200000010083", + "intro": "Failed to read the filament information from AMS C slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0706210000010086", + "intro": "Failed to read the filament information from AMS G slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0701210000010081", + "intro": "Failed to read the filament information from AMS B slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0700200000010086", + "intro": "Failed to read the filament information from AMS A slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806220000010082", + "intro": "Failed to read the filament information from AMS-HT G slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705200000010081", + "intro": "Failed to read the filament information from AMS F slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0707220000010084", + "intro": "Failed to read the filament information from AMS H slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1801230000010081", + "intro": "Failed to read the filament information from AMS-HT B slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1800200000010084", + "intro": "Failed to read the filament information from AMS-HT A slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0704230000010085", + "intro": "Failed to read the filament information from AMS E slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702230000010082", + "intro": "Failed to read the filament information from AMS C slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800210000010085", + "intro": "Failed to read the filament information from AMS-HT A slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702220000010082", + "intro": "Failed to read the filament information from AMS C slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703200000010083", + "intro": "Failed to read the filament information from AMS D slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0705230000010083", + "intro": "Failed to read the filament information from AMS F slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0706220000010085", + "intro": "Failed to read the filament information from AMS G slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702210000010082", + "intro": "Failed to read the filament information from AMS C slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705210000010082", + "intro": "Failed to read the filament information from AMS F slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807230000010081", + "intro": "Failed to read the filament information from AMS-HT H slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0706210000010081", + "intro": "Failed to read the filament information from AMS G slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0706230000010083", + "intro": "Failed to read the filament information from AMS G slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1807210000010082", + "intro": "Failed to read the filament information from AMS-HT H slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707200000010081", + "intro": "Failed to read the filament information from AMS H slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0707230000010084", + "intro": "Failed to read the filament information from AMS H slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0704210000010082", + "intro": "Failed to read the filament information from AMS E slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1805220000010082", + "intro": "Failed to read the filament information from AMS-HT F slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806220000010083", + "intro": "Failed to read the filament information from AMS-HT G slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1806210000010083", + "intro": "Failed to read the filament information from AMS-HT G slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0704220000010086", + "intro": "Failed to read the filament information from AMS E slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0707210000010081", + "intro": "Failed to read the filament information from AMS H slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0703220000010083", + "intro": "Failed to read the filament information from AMS D slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1802230000010084", + "intro": "Failed to read the filament information from AMS-HT C slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0702200000010086", + "intro": "Failed to read the filament information from AMS C slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806210000010086", + "intro": "Failed to read the filament information from AMS-HT G slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803210000010086", + "intro": "Failed to read the filament information from AMS-HT D slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0703230000010085", + "intro": "Failed to read the filament information from AMS D slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701220000010081", + "intro": "Failed to read the filament information from AMS B slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0706200000010081", + "intro": "Failed to read the filament information from AMS G slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0704200000010086", + "intro": "Failed to read the filament information from AMS E slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1802210000010086", + "intro": "Failed to read the filament information from AMS-HT C slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803230000010085", + "intro": "Failed to read the filament information from AMS-HT D slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802220000010084", + "intro": "Failed to read the filament information from AMS-HT C slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805210000010085", + "intro": "Failed to read the filament information from AMS-HT F slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700210000010081", + "intro": "Failed to read the filament information from AMS A slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0700230000010085", + "intro": "Failed to read the filament information from AMS A slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801200000010084", + "intro": "Failed to read the filament information from AMS-HT B slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1803220000010085", + "intro": "Failed to read the filament information from AMS-HT D slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802220000010083", + "intro": "Failed to read the filament information from AMS-HT C slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1805210000010086", + "intro": "Failed to read the filament information from AMS-HT F slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1807210000010085", + "intro": "Failed to read the filament information from AMS-HT H slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707200000010084", + "intro": "Failed to read the filament information from AMS H slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1806230000010083", + "intro": "Failed to read the filament information from AMS-HT G slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1805210000010083", + "intro": "Failed to read the filament information from AMS-HT F slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0707210000010085", + "intro": "Failed to read the filament information from AMS H slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806210000010085", + "intro": "Failed to read the filament information from AMS-HT G slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707210000010083", + "intro": "Failed to read the filament information from AMS H slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1805210000010081", + "intro": "Failed to read the filament information from AMS-HT F slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702230000010086", + "intro": "Failed to read the filament information from AMS C slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0702220000010081", + "intro": "Failed to read the filament information from AMS C slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1806210000010082", + "intro": "Failed to read the filament information from AMS-HT G slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705230000010084", + "intro": "Failed to read the filament information from AMS F slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0705230000010085", + "intro": "Failed to read the filament information from AMS F slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802230000010083", + "intro": "Failed to read the filament information from AMS-HT C slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1807220000010084", + "intro": "Failed to read the filament information from AMS-HT H slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0701200000010081", + "intro": "Failed to read the filament information from AMS B slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0704220000010081", + "intro": "Failed to read the filament information from AMS E slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0704200000010081", + "intro": "Failed to read the filament information from AMS E slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0701200000010085", + "intro": "Failed to read the filament information from AMS B slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800230000010085", + "intro": "Failed to read the filament information from AMS-HT A slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801230000010084", + "intro": "Failed to read the filament information from AMS-HT B slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1804220000010084", + "intro": "Failed to read the filament information from AMS-HT E slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1801200000010083", + "intro": "Failed to read the filament information from AMS-HT B slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1806230000010084", + "intro": "Failed to read the filament information from AMS-HT G slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0706230000010086", + "intro": "Failed to read the filament information from AMS G slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803210000010085", + "intro": "Failed to read the filament information from AMS-HT D slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807210000010083", + "intro": "Failed to read the filament information from AMS-HT H slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0706200000010083", + "intro": "Failed to read the filament information from AMS G slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1801220000010081", + "intro": "Failed to read the filament information from AMS-HT B slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0704200000010084", + "intro": "Failed to read the filament information from AMS E slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0705200000010085", + "intro": "Failed to read the filament information from AMS F slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701230000010084", + "intro": "Failed to read the filament information from AMS B slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1802220000010081", + "intro": "Failed to read the filament information from AMS-HT C slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1802230000010082", + "intro": "Failed to read the filament information from AMS-HT C slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700220000010082", + "intro": "Failed to read the filament information from AMS A slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802200000010082", + "intro": "Failed to read the filament information from AMS-HT C slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800200000010083", + "intro": "Failed to read the filament information from AMS-HT A slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1801200000010086", + "intro": "Failed to read the filament information from AMS-HT B slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1801230000010085", + "intro": "Failed to read the filament information from AMS-HT B slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800230000010083", + "intro": "Failed to read the filament information from AMS-HT A slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0701210000010085", + "intro": "Failed to read the filament information from AMS B slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800200000010085", + "intro": "Failed to read the filament information from AMS-HT A slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803220000010084", + "intro": "Failed to read the filament information from AMS-HT D slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1800230000010082", + "intro": "Failed to read the filament information from AMS-HT A slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800210000010082", + "intro": "Failed to read the filament information from AMS-HT A slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804220000010081", + "intro": "Failed to read the filament information from AMS-HT E slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1801200000010085", + "intro": "Failed to read the filament information from AMS-HT B slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807210000010086", + "intro": "Failed to read the filament information from AMS-HT H slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1805200000010084", + "intro": "Failed to read the filament information from AMS-HT F slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1804210000010085", + "intro": "Failed to read the filament information from AMS-HT E slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704220000010083", + "intro": "Failed to read the filament information from AMS E slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1804230000010082", + "intro": "Failed to read the filament information from AMS-HT E slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804200000010086", + "intro": "Failed to read the filament information from AMS-HT E slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1804220000010082", + "intro": "Failed to read the filament information from AMS-HT E slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707220000010083", + "intro": "Failed to read the filament information from AMS H slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0701210000010082", + "intro": "Failed to read the filament information from AMS B slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701210000010084", + "intro": "Failed to read the filament information from AMS B slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1804230000010083", + "intro": "Failed to read the filament information from AMS-HT E slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0702200000010084", + "intro": "Failed to read the filament information from AMS C slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805200000010081", + "intro": "Failed to read the filament information from AMS-HT F slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0703220000010081", + "intro": "Failed to read the filament information from AMS D slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1802220000010085", + "intro": "Failed to read the filament information from AMS-HT C slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1805200000010082", + "intro": "Failed to read the filament information from AMS-HT F slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807220000010083", + "intro": "Failed to read the filament information from AMS-HT H slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1802210000010085", + "intro": "Failed to read the filament information from AMS-HT C slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804210000010086", + "intro": "Failed to read the filament information from AMS-HT E slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0702200000010082", + "intro": "Failed to read the filament information from AMS C slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705200000010082", + "intro": "Failed to read the filament information from AMS F slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701200000010084", + "intro": "Failed to read the filament information from AMS B slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0706200000010084", + "intro": "Failed to read the filament information from AMS G slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805220000010081", + "intro": "Failed to read the filament information from AMS-HT F slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0707220000010085", + "intro": "Failed to read the filament information from AMS H slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806220000010085", + "intro": "Failed to read the filament information from AMS-HT G slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803200000010085", + "intro": "Failed to read the filament information from AMS-HT D slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802200000010086", + "intro": "Failed to read the filament information from AMS-HT C slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1804220000010083", + "intro": "Failed to read the filament information from AMS-HT E slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0706220000010084", + "intro": "Failed to read the filament information from AMS G slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1800210000010086", + "intro": "Failed to read the filament information from AMS-HT A slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1802230000010085", + "intro": "Failed to read the filament information from AMS-HT C slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703200000010082", + "intro": "Failed to read the filament information from AMS D slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0706210000010085", + "intro": "Failed to read the filament information from AMS G slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1805230000010085", + "intro": "Failed to read the filament information from AMS-HT F slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702230000010085", + "intro": "Failed to read the filament information from AMS C slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0706230000010084", + "intro": "Failed to read the filament information from AMS G slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0700220000010086", + "intro": "Failed to read the filament information from AMS A slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806220000010081", + "intro": "Failed to read the filament information from AMS-HT G slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0705220000010082", + "intro": "Failed to read the filament information from AMS F slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804200000010082", + "intro": "Failed to read the filament information from AMS-HT E slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806220000010086", + "intro": "Failed to read the filament information from AMS-HT G slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1800200000010086", + "intro": "Failed to read the filament information from AMS-HT A slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1805200000010083", + "intro": "Failed to read the filament information from AMS-HT F slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1802210000010082", + "intro": "Failed to read the filament information from AMS-HT C slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800220000010082", + "intro": "Failed to read the filament information from AMS-HT A slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803200000010086", + "intro": "Failed to read the filament information from AMS-HT D slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803210000010083", + "intro": "Failed to read the filament information from AMS-HT D slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0704210000010085", + "intro": "Failed to read the filament information from AMS E slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700200000010084", + "intro": "Failed to read the filament information from AMS A slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0700230000010082", + "intro": "Failed to read the filament information from AMS A slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801210000010084", + "intro": "Failed to read the filament information from AMS-HT B slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1807230000010084", + "intro": "Failed to read the filament information from AMS-HT H slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0707230000010083", + "intro": "Failed to read the filament information from AMS H slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0705220000010085", + "intro": "Failed to read the filament information from AMS F slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700210000010083", + "intro": "Failed to read the filament information from AMS A slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0707210000010086", + "intro": "Failed to read the filament information from AMS H slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0706210000010083", + "intro": "Failed to read the filament information from AMS G slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1803200000010084", + "intro": "Failed to read the filament information from AMS-HT D slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0700230000010081", + "intro": "Failed to read the filament information from AMS A slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702210000010084", + "intro": "Failed to read the filament information from AMS C slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1804210000010083", + "intro": "Failed to read the filament information from AMS-HT E slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0700220000010081", + "intro": "Failed to read the filament information from AMS A slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0703220000010082", + "intro": "Failed to read the filament information from AMS D slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802200000010083", + "intro": "Failed to read the filament information from AMS-HT C slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0702230000010084", + "intro": "Failed to read the filament information from AMS C slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0705220000010081", + "intro": "Failed to read the filament information from AMS F slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1805210000010082", + "intro": "Failed to read the filament information from AMS-HT F slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807230000010083", + "intro": "Failed to read the filament information from AMS-HT H slot 4. The RFID tag may be damaged." + }, + { + "ecode": "0706210000010084", + "intro": "Failed to read the filament information from AMS G slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805220000010085", + "intro": "Failed to read the filament information from AMS-HT F slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701230000010081", + "intro": "Failed to read the filament information from AMS B slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1806200000010083", + "intro": "Failed to read the filament information from AMS-HT G slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0700210000010086", + "intro": "Failed to read the filament information from AMS A slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806220000010084", + "intro": "Failed to read the filament information from AMS-HT G slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0706200000010082", + "intro": "Failed to read the filament information from AMS G slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807230000010086", + "intro": "Failed to read the filament information from AMS-HT H slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1802230000010081", + "intro": "Failed to read the filament information from AMS-HT C slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0705210000010083", + "intro": "Failed to read the filament information from AMS F slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0703220000010085", + "intro": "Failed to read the filament information from AMS D slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800220000010086", + "intro": "Failed to read the filament information from AMS-HT A slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0704210000010086", + "intro": "Failed to read the filament information from AMS E slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1801220000010085", + "intro": "Failed to read the filament information from AMS-HT B slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0706220000010082", + "intro": "Failed to read the filament information from AMS G slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700230000010086", + "intro": "Failed to read the filament information from AMS A slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0702200000010085", + "intro": "Failed to read the filament information from AMS C slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703230000010082", + "intro": "Failed to read the filament information from AMS D slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703230000010086", + "intro": "Failed to read the filament information from AMS D slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0706200000010085", + "intro": "Failed to read the filament information from AMS G slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1805220000010086", + "intro": "Failed to read the filament information from AMS-HT F slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1800200000010081", + "intro": "Failed to read the filament information from AMS-HT A slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1801230000010082", + "intro": "Failed to read the filament information from AMS-HT B slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700220000010083", + "intro": "Failed to read the filament information from AMS A slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0702220000010084", + "intro": "Failed to read the filament information from AMS C slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1802220000010082", + "intro": "Failed to read the filament information from AMS-HT C slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700220000010085", + "intro": "Failed to read the filament information from AMS A slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803230000010084", + "intro": "Failed to read the filament information from AMS-HT D slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1807220000010082", + "intro": "Failed to read the filament information from AMS-HT H slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707220000010081", + "intro": "Failed to read the filament information from AMS H slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702220000010083", + "intro": "Failed to read the filament information from AMS C slot 3. The RFID tag may be damaged." + }, + { + "ecode": "0705210000010081", + "intro": "Failed to read the filament information from AMS F slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1806230000010082", + "intro": "Failed to read the filament information from AMS-HT G slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701220000010083", + "intro": "Failed to read the filament information from AMS B slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1801220000010082", + "intro": "Failed to read the filament information from AMS-HT B slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803220000010082", + "intro": "Failed to read the filament information from AMS-HT D slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700200000010083", + "intro": "Failed to read the filament information from AMS A slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0704200000010083", + "intro": "Failed to read the filament information from AMS E slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1804210000010081", + "intro": "Failed to read the filament information from AMS-HT E slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0704230000010081", + "intro": "Failed to read the filament information from AMS E slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0707200000010086", + "intro": "Failed to read the filament information from AMS H slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803200000010082", + "intro": "Failed to read the filament information from AMS-HT D slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701230000010085", + "intro": "Failed to read the filament information from AMS B slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707220000010086", + "intro": "Failed to read the filament information from AMS H slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1801210000010083", + "intro": "Failed to read the filament information from AMS-HT B slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1800210000010081", + "intro": "Failed to read the filament information from AMS-HT A slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0707210000010082", + "intro": "Failed to read the filament information from AMS H slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804230000010086", + "intro": "Failed to read the filament information from AMS-HT E slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1801200000010081", + "intro": "Failed to read the filament information from AMS-HT B slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702200000010081", + "intro": "Failed to read the filament information from AMS C slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "1805230000010084", + "intro": "Failed to read the filament information from AMS-HT F slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1800210000010083", + "intro": "Failed to read the filament information from AMS-HT A slot 2. The RFID tag may be damaged." + }, + { + "ecode": "0707230000010086", + "intro": "Failed to read the filament information from AMS H slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0704220000010082", + "intro": "Failed to read the filament information from AMS E slot 3. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705210000010084", + "intro": "Failed to read the filament information from AMS F slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0707210000010084", + "intro": "Failed to read the filament information from AMS H slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0702210000010081", + "intro": "Failed to read the filament information from AMS C slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1800220000010085", + "intro": "Failed to read the filament information from AMS-HT A slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700210000010085", + "intro": "Failed to read the filament information from AMS A slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707200000010082", + "intro": "Failed to read the filament information from AMS H slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704230000010082", + "intro": "Failed to read the filament information from AMS E slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802200000010085", + "intro": "Failed to read the filament information from AMS-HT C slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1803220000010086", + "intro": "Failed to read the filament information from AMS-HT D slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0706230000010081", + "intro": "Failed to read the filament information from AMS G slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0705200000010083", + "intro": "Failed to read the filament information from AMS F slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1800230000010081", + "intro": "Failed to read the filament information from AMS-HT A slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1803230000010082", + "intro": "Failed to read the filament information from AMS-HT D slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704230000010083", + "intro": "Failed to read the filament information from AMS E slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1804200000010085", + "intro": "Failed to read the filament information from AMS-HT E slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1804230000010085", + "intro": "Failed to read the filament information from AMS-HT E slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705230000010081", + "intro": "Failed to read the filament information from AMS F slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1803210000010084", + "intro": "Failed to read the filament information from AMS-HT D slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703210000010086", + "intro": "Failed to read the filament information from AMS D slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1805230000010082", + "intro": "Failed to read the filament information from AMS-HT F slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800210000010084", + "intro": "Failed to read the filament information from AMS-HT A slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0707230000010082", + "intro": "Failed to read the filament information from AMS H slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800230000010084", + "intro": "Failed to read the filament information from AMS-HT A slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1807210000010081", + "intro": "Failed to read the filament information from AMS-HT H slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0706220000010081", + "intro": "Failed to read the filament information from AMS G slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1805230000010081", + "intro": "Failed to read the filament information from AMS-HT F slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702230000010083", + "intro": "Failed to read the filament information from AMS C slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1807200000010085", + "intro": "Failed to read the filament information from AMS-HT H slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0701200000010083", + "intro": "Failed to read the filament information from AMS B slot 1. The RFID tag may be damaged." + }, + { + "ecode": "0705220000010083", + "intro": "Failed to read the filament information from AMS F slot 3. The RFID tag may be damaged." + }, + { + "ecode": "1807230000010085", + "intro": "Failed to read the filament information from AMS-HT H slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704230000010084", + "intro": "Failed to read the filament information from AMS E slot 4. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0704210000010081", + "intro": "Failed to read the filament information from AMS E slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1801220000010084", + "intro": "Failed to read the filament information from AMS-HT B slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703210000010081", + "intro": "Failed to read the filament information from AMS D slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1803210000010081", + "intro": "Failed to read the filament information from AMS-HT D slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "1802200000010081", + "intro": "Failed to read the filament information from AMS-HT C slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0701200000010082", + "intro": "Failed to read the filament information from AMS B slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0705200000010086", + "intro": "Failed to read the filament information from AMS F slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1801210000010086", + "intro": "Failed to read the filament information from AMS-HT B slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1807210000010084", + "intro": "Failed to read the filament information from AMS-HT H slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0701230000010082", + "intro": "Failed to read the filament information from AMS B slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0700210000010084", + "intro": "Failed to read the filament information from AMS A slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703220000010086", + "intro": "Failed to read the filament information from AMS D slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806210000010081", + "intro": "Failed to read the filament information from AMS-HT G slot 2. The AMS main board may be malfunctioning." + }, + { + "ecode": "0701200000010086", + "intro": "Failed to read the filament information from AMS B slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1804220000010085", + "intro": "Failed to read the filament information from AMS-HT E slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807220000010086", + "intro": "Failed to read the filament information from AMS-HT H slot 3. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803200000010083", + "intro": "Failed to read the filament information from AMS-HT D slot 1. The RFID tag may be damaged." + }, + { + "ecode": "1807220000010085", + "intro": "Failed to read the filament information from AMS-HT H slot 3. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1802230000010086", + "intro": "Failed to read the filament information from AMS-HT C slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0700200000010085", + "intro": "Failed to read the filament information from AMS A slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0704220000010084", + "intro": "Failed to read the filament information from AMS E slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "1805200000010086", + "intro": "Failed to read the filament information from AMS-HT F slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1806200000010084", + "intro": "Failed to read the filament information from AMS-HT G slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0701230000010083", + "intro": "Failed to read the filament information from AMS B slot 4. The RFID tag may be damaged." + }, + { + "ecode": "1805200000010085", + "intro": "Failed to read the filament information from AMS-HT F slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1807200000010082", + "intro": "Failed to read the filament information from AMS-HT H slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0706200000010086", + "intro": "Failed to read the filament information from AMS G slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1805230000010086", + "intro": "Failed to read the filament information from AMS-HT F slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0706230000010082", + "intro": "Failed to read the filament information from AMS G slot 4. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "1800220000010084", + "intro": "Failed to read the filament information from AMS-HT A slot 3. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0703200000010086", + "intro": "Failed to read the filament information from AMS D slot 1. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "1803230000010086", + "intro": "Failed to read the filament information from AMS-HT D slot 4. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0700200000010082", + "intro": "Failed to read the filament information from AMS A slot 1. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0702230000010081", + "intro": "Failed to read the filament information from AMS C slot 4. The AMS main board may be malfunctioning." + }, + { + "ecode": "1803220000010081", + "intro": "Failed to read the filament information from AMS-HT D slot 3. The AMS main board may be malfunctioning." + }, + { + "ecode": "1802210000010083", + "intro": "Failed to read the filament information from AMS-HT C slot 2. The RFID tag may be damaged." + }, + { + "ecode": "1801210000010085", + "intro": "Failed to read the filament information from AMS-HT B slot 2. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1801210000010082", + "intro": "Failed to read the filament information from AMS-HT B slot 2. A non-official RFID tag was detected. You can try to use Bambu Lab filament." + }, + { + "ecode": "0707230000010085", + "intro": "Failed to read the filament information from AMS H slot 4. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "0703200000010084", + "intro": "Failed to read the filament information from AMS D slot 1. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0700200000010081", + "intro": "Failed to read the filament information from AMS A slot 1. The AMS main board may be malfunctioning." + }, + { + "ecode": "0702210000010086", + "intro": "Failed to read the filament information from AMS C slot 2. The RFID tag cannot rotate due to a jam during the filament loading or unloading. Please pull out the filament and try again." + }, + { + "ecode": "0704200000010085", + "intro": "Failed to read the filament information from AMS E slot 1. RFID tag verification failed. You can try to use Bambu Lab filament." + }, + { + "ecode": "1806210000010084", + "intro": "Failed to read the filament information from AMS-HT G slot 2. The RFID tag may be damaged or positioned at the edge of the RFID detection device. Please remove 5cm filament and try again." + }, + { + "ecode": "0C0003000003000D", + "intro": "Detected that the extruder may not be extruding normally. Please check and decide if printing should be stopped." + }, + { + "ecode": "0C00030000020018", + "intro": "Insufficient system memory was detected, and the foreign object detection function was not working. Please restart the devices or update the firmware after the task is completed" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0703220000020017", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0705230000020019", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0300020000010009", + "intro": "Nozzle temperature control is abnormal. The hot end may not be installed. To heat the heating assembly without the hotend, enable Maintenance Mode in the settings." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0701220000020017", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0707200000020017", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0703200000020017", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0300030000020002", + "intro": "The hotend cooling fan is running slowly. It may be obstructed. Please check for debris and clean if necessary." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0703230000020017", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F slot 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0706220000020018", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS A slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0707220000020017", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C slot 2 feeds filament out of AMS timeout." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G slot 3 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H slot 1 feeds filament out of AMS timeout." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A slot 1 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0300900000010003", + "intro": "Chamber heating failed. The power supply temperature may be too high." + }, + { + "ecode": "0300900000010001", + "intro": "Chamber heating failed. The heater may not be blowing hot air." + }, + { + "ecode": "0300900000010002", + "intro": "Chamber heating failed. Possible causes: the chamber is not fully enclosed, ambient temperature is too low, or the power supply heat dissipation vent is blocked." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H slot 2 pulls filament back to AMS timeout." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0703210000020017", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0702200000020017", + "intro": "AMS C slot 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H slot 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B slot 3 feeds filament out of AMS timeout." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H slot 1 pulls filament back to AMS timeout." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F slot 2 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D slot 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F slot 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D slot 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0704210000020018", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G slot 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D slot 2 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A slot 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C slot 4 feeds filament out of AMS timeout." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G slot 4 failed to rotate the filament spool when pulling filament back to AMS." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D slot 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C slot 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B slot 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E slot 3 pulls filament back to AMS timeout." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F slot 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D slot 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E slot 4 pulls filament back to AMS timeout." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B slot 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "0704210000020019", + "intro": "AMS E slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D slot 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E slot 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0500040000020041", + "intro": "The laser module has been used for a long time. Please clean it promptly to avoid affecting laser processing." + }, + { + "ecode": "0500040000020042", + "intro": "The Live View Camera is dirty or obstructed; please clean it and continue." + }, + { + "ecode": "1807700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1803700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1800700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1804700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1805700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0706700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1803700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1804700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1801700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1806700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0700700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0701700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0701700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0702700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0703700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0500060000020031", + "intro": "ToolHead Camera is not connected. Please check the hardware and cable connections." + }, + { + "ecode": "0700700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0702700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0703700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0500060000020032", + "intro": "Nozzle Camera is not connected. Please check the hardware and cable connections." + }, + { + "ecode": "0300C10000010003", + "intro": "Airflow System failed to activate laser mode; please check the air door status." + }, + { + "ecode": "0500010000030006", + "intro": "The USB drive is not formatted or cannot be written; please format the USB drive." + }, + { + "ecode": "1807700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0707700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1802700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0705700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0707700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1801700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1800700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1806700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0704700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "1802700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0704700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "0705700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0706700000020006", + "intro": "Timeout purging old filament. Possible cause: filament stuck or the extruder/nozzle clog." + }, + { + "ecode": "1805700000020003", + "intro": "Failed to extrude the filament. Possible cause: extruder or nozzle clog." + }, + { + "ecode": "0C00040000020007", + "intro": "BirdsEye Camera is setting up. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view." + }, + { + "ecode": "0300C00000010002", + "intro": "Filter Switch Flap air door malfunction: it may be stuck." + }, + { + "ecode": "0300C10000010001", + "intro": "Airflow System failed to activate cooling mode; please check the air door status." + }, + { + "ecode": "0300C10000010002", + "intro": "Airflow System failed to activate heating mode; please check the air door status." + }, + { + "ecode": "0500040000020037", + "intro": "The Cutting Module needs calibration to get the tool position. Please perform the mounting calibration before use. (about 2-4 minutes)" + }, + { + "ecode": "1806700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0705700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1800700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1803700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1805700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1802700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1807700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0300280000010003", + "intro": "Communication failure between cutting module and toolhead during Z-axis homing. Please check if the cutting module signal cable is loose or broken or verify if the force sensor coil is intact." + }, + { + "ecode": "0500010000020001", + "intro": "The media pipeline is malfunctioning. Please restart the printer. If multiple attempts fail, please contact customer support." + }, + { + "ecode": "0700700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0701700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0702700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0703700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0300180000010007", + "intro": "The frequency of the extrusion force sensor is too high. The sensor may be damaged, or the nozzle heat sink may be too close to the sensor." + }, + { + "ecode": "0300180000010004", + "intro": "The signal of the extrusion force sensor is abnormal. The sensor may be damaged, or the MC-TH communication may be abnormal." + }, + { + "ecode": "03009D0000020003", + "intro": "The engrave laser focal point Z calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup. If it fails repeatedly, please get in touch with customer support." + }, + { + "ecode": "0C00040000010005", + "intro": "BirdsEye Camera malfunction: please contact customer support." + }, + { + "ecode": "0300180000010008", + "intro": "The nozzle touches the heatbed abnormally. Please check whether there is filament residue on the nozzle or foreign matter where the nozzle touches the bed." + }, + { + "ecode": "0300180000010001", + "intro": "The frequency of the extrusion force sensor is too low. The nozzle may not be installed, or the nozzle heat sink may be too far away from the sensor." + }, + { + "ecode": "0C00010000010012", + "intro": "The Live View Camera calibration failed and the calibration result could not be saved. Please try recalibrating. If calibration fails repeatedly, please contact the customer support team." + }, + { + "ecode": "1804700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0707700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0706700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "0704700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1801700000020008", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "1800510000030001", + "intro": "The AMS is disabled; please load filament from the spool holder." + }, + { + "ecode": "0705700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0C00020000020006", + "intro": "Nozzle height seems to be too high. Please check if there is residual filament attached to the nozzle." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C The heater 1 is heating abnormally." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C The heater 2 is heating abnormally." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B The heater 1 is heating abnormally." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E The heater 1 is heating abnormally." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D The heater 2 is heating abnormally." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H The heater 2 is heating abnormally." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F The heater 2 is heating abnormally." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E The heater 2 is heating abnormally." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B The heater 1 is heating abnormally." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F The heater 2 is heating abnormally." + }, + { + "ecode": "0300910000010002", + "intro": "The temperature of chamber heater 1 is abnormal. The heater may have an open circuit or the thermal fuse may have burned out." + }, + { + "ecode": "0700400000020002", + "intro": "Filament buffer position signal error: the position sensor may be malfunctioning." + }, + { + "ecode": "0700510000030001", + "intro": "The AMS is disabled; please load filament from the spool holder." + }, + { + "ecode": "0700700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0701700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0702700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0703700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A The heater 1 is heating abnormally." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A The heater 2 is heating abnormally." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D The heater 2 is heating abnormally." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B The heater 2 is heating abnormally." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A The heater 2 is heating abnormally." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F The heater 1 is heating abnormally." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F The heater 1 is heating abnormally." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A The heater 1 is heating abnormally." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C The heater 2 is heating abnormally." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E The heater 2 is heating abnormally." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H The heater 1 is heating abnormally." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C The heater 1 is heating abnormally." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E The heater 1 is heating abnormally." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H The heater 1 is heating abnormally." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H The heater 2 is heating abnormally." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G The heater 2 is heating abnormally." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G The heater 2 is heating abnormally." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G The heater 1 is heating abnormally." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G The heater 1 is heating abnormally." + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1800400000020002", + "intro": "Filament buffer position signal error: the position sensor may be malfunctioning." + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0707700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0704700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0500040000020050", + "intro": "Laser Safety Window is not installed." + }, + { + "ecode": "0706700000020007", + "intro": "AMS filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT filament ran out. Please put a new filament into the same slot in AMS and resume." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D The heater 1 is heating abnormally." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B The heater 2 is heating abnormally." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D The heater 1 is heating abnormally." + }, + { + "ecode": "0C00030000020017", + "intro": "Laser engraving Z-axis focus calibration failed. Please check if the Laser Test Material (350g paperboard) is properly placed and its surface is clean and intact." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT A front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT B front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1805240000020009", + "intro": "AMS-HT F front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT E front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D front cover is open. This may affect the drying performance or cause the filament to absorb moisture." + }, + { + "ecode": "0707730000020004", + "intro": "Failed to pull back the AMS H Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703710000020005", + "intro": "Failed to feed the AMS D Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0706700000020005", + "intro": "Failed to feed the AMS G Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0701710000020002", + "intro": "Failed to feed the AMS B Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704700000020004", + "intro": "Failed to pull back the AMS E Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804720000020004", + "intro": "Failed to pull back the AMS-HT E Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704720000020005", + "intro": "Failed to feed the AMS E Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0702710000020002", + "intro": "Failed to feed the AMS C Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703710000020001", + "intro": "Failed to pull out the AMS D Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1805710000020005", + "intro": "Failed to feed the AMS-HT F Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1803720000020002", + "intro": "Failed to feed the AMS-HT D Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704710000020001", + "intro": "Failed to pull out the AMS E Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1805730000020001", + "intro": "Failed to pull out the AMS-HT F Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1806710000020005", + "intro": "Failed to feed the AMS-HT G Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0704730000020004", + "intro": "Failed to pull back the AMS E Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805730000020004", + "intro": "Failed to pull back the AMS-HT F Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702720000020005", + "intro": "Failed to feed the AMS C Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1800720000020001", + "intro": "Failed to pull out the AMS-HT A Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0702720000020001", + "intro": "Failed to pull out the AMS C Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1805710000020002", + "intro": "Failed to feed the AMS-HT F Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804700000020004", + "intro": "Failed to pull back the AMS-HT E Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803730000020001", + "intro": "Failed to pull out the AMS-HT D Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1804720000020001", + "intro": "Failed to pull out the AMS-HT E Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802710000020004", + "intro": "Failed to pull back the AMS-HT C Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801710000020002", + "intro": "Failed to feed the AMS-HT B Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703700000020004", + "intro": "Failed to pull back the AMS D Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800710000020001", + "intro": "Failed to pull out the AMS-HT A Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1800720000020004", + "intro": "Failed to pull back the AMS-HT A Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800730000020002", + "intro": "Failed to feed the AMS-HT A Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804700000020002", + "intro": "Failed to feed the AMS-HT E Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705730000020005", + "intro": "Failed to feed the AMS F Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807720000020005", + "intro": "Failed to feed the AMS-HT H Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0701700000020001", + "intro": "Failed to pull out the AMS B Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1807700000020004", + "intro": "Failed to pull back the AMS-HT H Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702720000020004", + "intro": "Failed to pull back the AMS C Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705730000020002", + "intro": "Failed to feed the AMS F Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806700000020002", + "intro": "Failed to feed the AMS-HT G Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806710000020004", + "intro": "Failed to pull back the AMS-HT G Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803730000020002", + "intro": "Failed to feed the AMS-HT D Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704720000020001", + "intro": "Failed to pull out the AMS E Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802730000020004", + "intro": "Failed to pull back the AMS-HT C Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707700000020002", + "intro": "Failed to feed the AMS H Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802720000020004", + "intro": "Failed to pull back the AMS-HT C Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700700000020004", + "intro": "Failed to pull back the AMS A Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702710000020005", + "intro": "Failed to feed the AMS C Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0704720000020002", + "intro": "Failed to feed the AMS E Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703700000020002", + "intro": "Failed to feed the AMS D Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703700000020005", + "intro": "Failed to feed the AMS D Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1801730000020005", + "intro": "Failed to feed the AMS-HT B Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1805700000020005", + "intro": "Failed to feed the AMS-HT F Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1800730000020001", + "intro": "Failed to pull out the AMS-HT A Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1801700000020004", + "intro": "Failed to pull back the AMS-HT B Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805730000020002", + "intro": "Failed to feed the AMS-HT F Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0706700000020004", + "intro": "Failed to pull back the AMS G Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802730000020005", + "intro": "Failed to feed the AMS-HT C Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807710000020005", + "intro": "Failed to feed the AMS-HT H Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0700720000020002", + "intro": "Failed to feed the AMS A Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800700000020001", + "intro": "Failed to pull out the AMS-HT A Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0705700000020004", + "intro": "Failed to pull back the AMS F Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800710000020004", + "intro": "Failed to pull back the AMS-HT A Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702730000020002", + "intro": "Failed to feed the AMS C Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702710000020001", + "intro": "Failed to pull out the AMS C Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1804710000020004", + "intro": "Failed to pull back the AMS-HT E Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806730000020004", + "intro": "Failed to pull back the AMS-HT G Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805720000020005", + "intro": "Failed to feed the AMS-HT F Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807700000020002", + "intro": "Failed to feed the AMS-HT H Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701720000020004", + "intro": "Failed to pull back the AMS B Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705720000020005", + "intro": "Failed to feed the AMS F Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807720000020002", + "intro": "Failed to feed the AMS-HT H Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800700000020004", + "intro": "Failed to pull back the AMS-HT A Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802730000020002", + "intro": "Failed to feed the AMS-HT C Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801720000020002", + "intro": "Failed to feed the AMS-HT B Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802730000020001", + "intro": "Failed to pull out the AMS-HT C Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0700710000020001", + "intro": "Failed to pull out the AMS A Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1801700000020005", + "intro": "Failed to feed the AMS-HT B Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0704700000020005", + "intro": "Failed to feed the AMS E Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0700710000020002", + "intro": "Failed to feed the AMS A Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701700000020004", + "intro": "Failed to pull back the AMS B Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806730000020005", + "intro": "Failed to feed the AMS-HT G Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1801710000020004", + "intro": "Failed to pull back the AMS-HT B Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707710000020004", + "intro": "Failed to pull back the AMS H Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803730000020004", + "intro": "Failed to pull back the AMS-HT D Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801730000020002", + "intro": "Failed to feed the AMS-HT B Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700730000020004", + "intro": "Failed to pull back the AMS A Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806720000020004", + "intro": "Failed to pull back the AMS-HT G Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701720000020005", + "intro": "Failed to feed the AMS B Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0705710000020004", + "intro": "Failed to pull back the AMS F Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1807710000020004", + "intro": "Failed to pull back the AMS-HT H Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803700000020004", + "intro": "Failed to pull back the AMS-HT D Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705710000020001", + "intro": "Failed to pull out the AMS F Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707720000020004", + "intro": "Failed to pull back the AMS H Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702710000020004", + "intro": "Failed to pull back the AMS C Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704730000020005", + "intro": "Failed to feed the AMS E Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1801700000020001", + "intro": "Failed to pull out the AMS-HT B Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1805720000020004", + "intro": "Failed to pull back the AMS-HT F Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702730000020005", + "intro": "Failed to feed the AMS C Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0704700000020002", + "intro": "Failed to feed the AMS E Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701700000020005", + "intro": "Failed to feed the AMS B Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1801700000020002", + "intro": "Failed to feed the AMS-HT B Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801730000020001", + "intro": "Failed to pull out the AMS-HT B Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1803720000020005", + "intro": "Failed to feed the AMS-HT D Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807730000020004", + "intro": "Failed to pull back the AMS-HT H Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800700000020005", + "intro": "Failed to feed the AMS-HT A Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0705700000020001", + "intro": "Failed to pull out the AMS F Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802710000020005", + "intro": "Failed to feed the AMS-HT C Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807730000020001", + "intro": "Failed to pull out the AMS-HT H Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706710000020004", + "intro": "Failed to pull back the AMS G Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804730000020002", + "intro": "Failed to feed the AMS-HT E Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803700000020002", + "intro": "Failed to feed the AMS-HT D Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802720000020005", + "intro": "Failed to feed the AMS-HT C Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0706730000020002", + "intro": "Failed to feed the AMS G Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707700000020004", + "intro": "Failed to pull back the AMS H Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805700000020004", + "intro": "Failed to pull back the AMS-HT F Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805700000020001", + "intro": "Failed to pull out the AMS-HT F Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707720000020002", + "intro": "Failed to feed the AMS H Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701720000020001", + "intro": "Failed to pull out the AMS B Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0700720000020004", + "intro": "Failed to pull back the AMS A Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804710000020001", + "intro": "Failed to pull out the AMS-HT E Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1801710000020001", + "intro": "Failed to pull out the AMS-HT B Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1806730000020002", + "intro": "Failed to feed the AMS-HT G Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703710000020002", + "intro": "Failed to feed the AMS D Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703720000020001", + "intro": "Failed to pull out the AMS D Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706720000020001", + "intro": "Failed to pull out the AMS G Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1801730000020004", + "intro": "Failed to pull back the AMS-HT B Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704710000020002", + "intro": "Failed to feed the AMS E Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800710000020002", + "intro": "Failed to feed the AMS-HT A Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802710000020002", + "intro": "Failed to feed the AMS-HT C Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805720000020002", + "intro": "Failed to feed the AMS-HT F Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703730000020004", + "intro": "Failed to pull back the AMS D Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806720000020005", + "intro": "Failed to feed the AMS-HT G Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0706720000020002", + "intro": "Failed to feed the AMS G Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704730000020002", + "intro": "Failed to feed the AMS E Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1807720000020001", + "intro": "Failed to pull out the AMS-HT H Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1803710000020005", + "intro": "Failed to feed the AMS-HT D Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807710000020002", + "intro": "Failed to feed the AMS-HT H Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705720000020002", + "intro": "Failed to feed the AMS F Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700720000020001", + "intro": "Failed to pull out the AMS A Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706720000020004", + "intro": "Failed to pull back the AMS G Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804700000020001", + "intro": "Failed to pull out the AMS-HT E Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1803710000020002", + "intro": "Failed to feed the AMS-HT D Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707710000020001", + "intro": "Failed to pull out the AMS H Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1803720000020004", + "intro": "Failed to pull back the AMS-HT D Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805730000020005", + "intro": "Failed to feed the AMS-HT F Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1803710000020001", + "intro": "Failed to pull out the AMS-HT D Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1803700000020005", + "intro": "Failed to feed the AMS-HT D Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1805700000020002", + "intro": "Failed to feed the AMS-HT F Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701710000020005", + "intro": "Failed to feed the AMS B Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0707730000020005", + "intro": "Failed to feed the AMS H Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807720000020004", + "intro": "Failed to pull back the AMS-HT H Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701720000020002", + "intro": "Failed to feed the AMS B Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705700000020005", + "intro": "Failed to feed the AMS F Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1801720000020001", + "intro": "Failed to pull out the AMS-HT B Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707730000020002", + "intro": "Failed to feed the AMS H Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804720000020002", + "intro": "Failed to feed the AMS-HT E Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704730000020001", + "intro": "Failed to pull out the AMS E Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1801720000020004", + "intro": "Failed to pull back the AMS-HT B Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802700000020001", + "intro": "Failed to pull out the AMS-HT C Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0703710000020004", + "intro": "Failed to pull back the AMS D Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0706730000020001", + "intro": "Failed to pull out the AMS G Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1806700000020004", + "intro": "Failed to pull back the AMS-HT G Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700700000020005", + "intro": "Failed to feed the AMS A Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1800720000020002", + "intro": "Failed to feed the AMS-HT A Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800720000020005", + "intro": "Failed to feed the AMS-HT A Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1806720000020001", + "intro": "Failed to pull out the AMS-HT G Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706700000020001", + "intro": "Failed to pull out the AMS G Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1800700000020002", + "intro": "Failed to feed the AMS-HT A Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700720000020005", + "intro": "Failed to feed the AMS A Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0707720000020001", + "intro": "Failed to pull out the AMS H Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802710000020001", + "intro": "Failed to pull out the AMS-HT C Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706720000020005", + "intro": "Failed to feed the AMS G Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0702720000020002", + "intro": "Failed to feed the AMS C Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0704710000020005", + "intro": "Failed to feed the AMS E Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1806720000020002", + "intro": "Failed to feed the AMS-HT G Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1807700000020001", + "intro": "Failed to pull out the AMS-HT H Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1804730000020004", + "intro": "Failed to pull back the AMS-HT E Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707710000020005", + "intro": "Failed to feed the AMS H Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1807730000020005", + "intro": "Failed to feed the AMS-HT H Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0705730000020001", + "intro": "Failed to pull out the AMS F Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0704720000020004", + "intro": "Failed to pull back the AMS E Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701730000020005", + "intro": "Failed to feed the AMS B Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0704710000020004", + "intro": "Failed to pull back the AMS E Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803700000020001", + "intro": "Failed to pull out the AMS-HT D Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0706710000020005", + "intro": "Failed to feed the AMS G Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0707700000020001", + "intro": "Failed to pull out the AMS H Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1807700000020005", + "intro": "Failed to feed the AMS-HT H Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0706730000020005", + "intro": "Failed to feed the AMS G Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1805720000020001", + "intro": "Failed to pull out the AMS-HT F Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0701730000020001", + "intro": "Failed to pull out the AMS B Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0700710000020005", + "intro": "Failed to feed the AMS A Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1803730000020005", + "intro": "Failed to feed the AMS-HT D Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1804700000020005", + "intro": "Failed to feed the AMS-HT E Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0703700000020001", + "intro": "Failed to pull out the AMS D Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0701710000020001", + "intro": "Failed to pull out the AMS B Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802700000020002", + "intro": "Failed to feed the AMS-HT C Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0706700000020002", + "intro": "Failed to feed the AMS G Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705700000020002", + "intro": "Failed to feed the AMS F Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806700000020005", + "intro": "Failed to feed the AMS-HT G Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0703720000020005", + "intro": "Failed to feed the AMS D Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A The current sensor of assist motor may be faulty." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C The current sensor of assist motor may be faulty." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B The current sensor of assist motor may be faulty." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D The current sensor of assist motor may be faulty." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A The current sensor of assist motor may be faulty." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D The current sensor of assist motor may be faulty." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F The current sensor of assist motor may be faulty." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C The current sensor of assist motor may be faulty." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F The current sensor of assist motor may be faulty." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B The current sensor of assist motor may be faulty." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G The current sensor of assist motor may be faulty." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G The current sensor of assist motor may be faulty." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H The current sensor of assist motor may be faulty." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E The current sensor of assist motor may be faulty." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H The current sensor of assist motor may be faulty." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E The current sensor of assist motor may be faulty." + }, + { + "ecode": "0701710000020004", + "intro": "Failed to pull back the AMS B Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0706710000020001", + "intro": "Failed to pull out the AMS G Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707700000020005", + "intro": "Failed to feed the AMS H Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0701730000020004", + "intro": "Failed to pull back the AMS B Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703730000020001", + "intro": "Failed to pull out the AMS D Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707720000020005", + "intro": "Failed to feed the AMS H Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1802700000020005", + "intro": "Failed to feed the AMS-HT C Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0703720000020004", + "intro": "Failed to pull back the AMS D Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801720000020005", + "intro": "Failed to feed the AMS-HT B Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1804710000020002", + "intro": "Failed to feed the AMS-HT E Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700730000020005", + "intro": "Failed to feed the AMS A Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1804730000020005", + "intro": "Failed to feed the AMS-HT E Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1800730000020005", + "intro": "Failed to feed the AMS-HT A Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0705720000020001", + "intro": "Failed to pull out the AMS F Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1804730000020001", + "intro": "Failed to pull out the AMS-HT E Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0700730000020001", + "intro": "Failed to pull out the AMS A Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802720000020001", + "intro": "Failed to pull out the AMS-HT C Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1806710000020001", + "intro": "Failed to pull out the AMS-HT G Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0703730000020005", + "intro": "Failed to feed the AMS D Slot 4 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1803710000020004", + "intro": "Failed to pull back the AMS-HT D Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703730000020002", + "intro": "Failed to feed the AMS D Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1803720000020001", + "intro": "Failed to pull out the AMS-HT D Slot 3 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0700700000020001", + "intro": "Failed to pull out the AMS A Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1802700000020004", + "intro": "Failed to pull back the AMS-HT C Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0706710000020002", + "intro": "Failed to feed the AMS G Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804710000020005", + "intro": "Failed to feed the AMS-HT E Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0705730000020004", + "intro": "Failed to pull back the AMS F Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0700710000020004", + "intro": "Failed to pull back the AMS A Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1805710000020001", + "intro": "Failed to pull out the AMS-HT F Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1807730000020002", + "intro": "Failed to feed the AMS-HT H Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1804720000020005", + "intro": "Failed to feed the AMS-HT E Slot 3 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "1805710000020004", + "intro": "Failed to pull back the AMS-HT F Slot 2 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0707710000020002", + "intro": "Failed to feed the AMS H Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705720000020004", + "intro": "Failed to pull back the AMS F Slot 3 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702700000020005", + "intro": "Failed to feed the AMS C Slot 1 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0700730000020002", + "intro": "Failed to feed the AMS A Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1800730000020004", + "intro": "Failed to pull back the AMS-HT A Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702730000020004", + "intro": "Failed to pull back the AMS C Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701700000020002", + "intro": "Failed to feed the AMS B Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702700000020002", + "intro": "Failed to feed the AMS C Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806730000020001", + "intro": "Failed to pull out the AMS-HT G Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0702700000020001", + "intro": "Failed to pull out the AMS C Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1800710000020005", + "intro": "Failed to feed the AMS-HT A Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0702700000020004", + "intro": "Failed to pull back the AMS C Slot 1 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0701730000020002", + "intro": "Failed to feed the AMS B Slot 4 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0705710000020005", + "intro": "Failed to feed the AMS F Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0700700000020002", + "intro": "Failed to feed the AMS A Slot 1 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806710000020002", + "intro": "Failed to feed the AMS-HT G Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1801710000020005", + "intro": "Failed to feed the AMS-HT B Slot 2 filament. Please trim the end of the filament and check if the spool is stuck." + }, + { + "ecode": "0706730000020004", + "intro": "Failed to pull back the AMS G Slot 4 filament from the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0703720000020002", + "intro": "Failed to feed the AMS D Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1802720000020002", + "intro": "Failed to feed the AMS-HT C Slot 3 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "0702730000020001", + "intro": "Failed to pull out the AMS C Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0705710000020002", + "intro": "Failed to feed the AMS F Slot 2 filament into the Toolhead. Possible cause: filament or spool stuck." + }, + { + "ecode": "1806700000020001", + "intro": "Failed to pull out the AMS-HT G Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0707730000020001", + "intro": "Failed to pull out the AMS H Slot 4 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "1807710000020001", + "intro": "Failed to pull out the AMS-HT H Slot 2 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0704700000020001", + "intro": "Failed to pull out the AMS E Slot 1 filament from the extruder. Possible cause: clogged extruder or broken filament inside the extruder." + }, + { + "ecode": "0500030000010021", + "intro": "Hardware incompatible; please check the Toolhead Camera." + }, + { + "ecode": "0C00010000020008", + "intro": "Failed to get image from Live View Camera. Spaghetti and waste chute pileup detection is not available at this time." + }, + { + "ecode": "0C00040000010012", + "intro": "Live View Camera data link is abnormal." + }, + { + "ecode": "0C00040000020003", + "intro": "The Laser Platform is not properly aligned. Please ensure all four corners are aligned with the heatbed." + }, + { + "ecode": "0500060000020004", + "intro": "The Live View camera is not in place; please check the hardware connection." + }, + { + "ecode": "0C00040000020002", + "intro": "Cutting Platform not detected. Please place the required mat for the task and continue." + }, + { + "ecode": "0500060000020033", + "intro": "BirdsEye Camera is not connected. Please check the hardware and cable connections." + }, + { + "ecode": "0C00030000020016", + "intro": "Foreign object detection is not working and the Live View camera serial number cannot be read. Please contact the customer support team." + }, + { + "ecode": "0500040000020031", + "intro": "Before using a Laser/Cutting Module, the pose of the BirdsEye Camera needs to be determined. Please complete the setup to calibrate the camera." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0C00040000020019", + "intro": "The Birdseye Camera is installed offset. Please refer to the Wiki to reinstall it." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "03009E0000030001", + "intro": "Open Door Detection level for this print job will be set as \"Notification\"." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "03009D0000020001", + "intro": "The engrave laser focal point XY calibration has failed. Please clean up the Laser Homing Area on the Laser Platform, and re-run the Laser Module Mount Calibration." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Slot 3 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F Slot 2 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Slot 4 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Slot 1 feed-out Hall sensor is disconnected. The connector may have poor contact." + }, + { + "ecode": "03009D0000020002", + "intro": "The engrave laser focal point XY calibration result differs significantly from the design values. Please re-install the Laser Module and re-run the Laser Module Setup." + }, + { + "ecode": "0C00010000010011", + "intro": "The Live View Camera calibration failed, please recalibrate. Ensure the build plate is empty, and the camera view is clear and properly oriented. Please contact customer support if repeated failures occur." + }, + { + "ecode": "0500040000010052", + "intro": "Safety Key is not inserted. Please follow the Wiki to install it." + }, + { + "ecode": "0500040000010051", + "intro": "Emergency Stop Button is not in the right position. Please follow the Wiki to install it." + }, + { + "ecode": "0300090000010001", + "intro": "The extruder servo motor has an open circuit. The connection may be loose, or the motor may have failed." + }, + { + "ecode": "0300090000010002", + "intro": "The extruder servo motor has a short-circuit. It may have failed." + }, + { + "ecode": "0300090000010003", + "intro": "The resistance of the extruder servo motor is abnormal; the motor may have failed." + }, + { + "ecode": "0300160000010001", + "intro": "The extruder servo motor's current sensor is abnormal. A failure of the hardware sampling circuit may cause this." + }, + { + "ecode": "0300410000010001", + "intro": "The system voltage is unstable. Triggering the power failure protection function." + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A door detection is abnormal, the Hall sensor connection may be loose or disconnected." + }, + { + "ecode": "07FF700000020003", + "intro": "Please check if the filament is coming out of the nozzle. If not, gently push the material and try to extrude again." + }, + { + "ecode": "0300D00000010002", + "intro": "The blade holder has fallen off; please reinstall it." + }, + { + "ecode": "0300D00000010001", + "intro": "The cutting module base has fallen off; please reinstall it." + }, + { + "ecode": "0300280000010005", + "intro": "Z-axis homing failed in cutting mode. Please check if there are any foreign objects in the Z-axis slider and Z-axis synchronous pulley." + }, + { + "ecode": "18FF600000020001", + "intro": "External spool may be tangled or jammed." + }, + { + "ecode": "07FF600000020001", + "intro": "External spool may be tangled or jammed." + }, + { + "ecode": "0500030000020020", + "intro": "USB flash drive capacity is insufficient to cache print files." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H The assist motor three-phase wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0500040000020036", + "intro": "New Cutting Module connected. To ensure more precise cutting, please set it up before use. (about 3 minutes)" + }, + { + "ecode": "0500040000020035", + "intro": "The Laser Module needs calibration to get the focus position. Please perform mounting calibration before use. (about 2 minutes)" + }, + { + "ecode": "0300C30000010002", + "intro": "Current sensor of Filter Switch Flap malfunction: this may be due to an open circuit or a hardware sampling circuit fault." + }, + { + "ecode": "0300A10000010001", + "intro": "Chamber temperature is too high. Please open the top cover and front door to cool down, or lower the ambient temperature." + }, + { + "ecode": "0500010000030005", + "intro": "The USB drive is in Read-Only mode. Video recording and Timelapse recording cannot be performed. Please refer to the Wiki for assistance." + }, + { + "ecode": "0500040000020038", + "intro": "Please slide in cutting module and fasten the quick release lever. If already installed, the module might not be properly aligned. Please try reinstalling it." + }, + { + "ecode": "0500010000020002", + "intro": "Live View camera is not connected. Please check the hardware and cable connections." + }, + { + "ecode": "0500060000020034", + "intro": "Live View camera is not connected. Please check the hardware and cable connections." + }, + { + "ecode": "0300D00000010003", + "intro": "The cutting module cable has come loose; please check the cable connection." + }, + { + "ecode": "1805200000020009", + "intro": "Failed to extrude AMS-HT F Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1803200000020009", + "intro": "Failed to extrude AMS-HT D Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1805210000020009", + "intro": "Failed to extrude AMS-HT F Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804210000020009", + "intro": "Failed to extrude AMS-HT E Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804220000020009", + "intro": "Failed to extrude AMS-HT E Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1803210000020009", + "intro": "Failed to extrude AMS-HT D Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1806230000020009", + "intro": "Failed to extrude AMS-HT G Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1800220000020009", + "intro": "Failed to extrude AMS-HT A Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1807230000020009", + "intro": "Failed to extrude AMS-HT H Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1802200000020009", + "intro": "Failed to extrude AMS-HT C Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801210000020009", + "intro": "Failed to extrude AMS-HT B Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1807210000020009", + "intro": "Failed to extrude AMS-HT H Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1800210000020009", + "intro": "Failed to extrude AMS-HT A Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1802210000020009", + "intro": "Failed to extrude AMS-HT C Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1806220000020009", + "intro": "Failed to extrude AMS-HT G Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1806200000020009", + "intro": "Failed to extrude AMS-HT G Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804230000020009", + "intro": "Failed to extrude AMS-HT E Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801220000020009", + "intro": "Failed to extrude AMS-HT B Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1802220000020009", + "intro": "Failed to extrude AMS-HT C Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1803230000020009", + "intro": "Failed to extrude AMS-HT D Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1807200000020009", + "intro": "Failed to extrude AMS-HT H Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1800230000020009", + "intro": "Failed to extrude AMS-HT A Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1806210000020009", + "intro": "Failed to extrude AMS-HT G Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1805220000020009", + "intro": "Failed to extrude AMS-HT F Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1807220000020009", + "intro": "Failed to extrude AMS-HT H Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1803220000020009", + "intro": "Failed to extrude AMS-HT D Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1805230000020009", + "intro": "Failed to extrude AMS-HT F Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804200000020009", + "intro": "Failed to extrude AMS-HT E Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801200000020009", + "intro": "Failed to extrude AMS-HT B Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1800200000020009", + "intro": "Failed to extrude AMS-HT A Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1802230000020009", + "intro": "Failed to extrude AMS-HT C Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801230000020009", + "intro": "Failed to extrude AMS-HT B Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0C0003000002000E", + "intro": "Your nozzle seems to be covered with jammed or clogged material." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0701130000010001", + "intro": "The AMS B slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0702100000010001", + "intro": "The AMS C slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800130000010001", + "intro": "The AMS-HT A slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1807100000010003", + "intro": "The AMS-HT H slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "The AMS-HT E slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1805120000010001", + "intro": "The AMS-HT F slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0707100000010001", + "intro": "The AMS H slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0704200000020004", + "intro": "AMS E Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1801130000010001", + "intro": "The AMS-HT B slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1802110000020002", + "intro": "The AMS-HT C slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0705130000010001", + "intro": "The AMS F slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704120000010003", + "intro": "The AMS E slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705120000010003", + "intro": "The AMS F slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0704100000010003", + "intro": "The AMS E slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1806310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1807300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0704310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0705210000020009", + "intro": "Failed to extrude AMS F Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0707220000020009", + "intro": "Failed to extrude AMS H Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0707300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0700120000020002", + "intro": "The AMS A slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0701100000010001", + "intro": "The AMS B slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701110000010003", + "intro": "The AMS B slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702130000010001", + "intro": "The AMS C slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0703120000020002", + "intro": "The AMS D slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703130000020002", + "intro": "The AMS D slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703210000020003", + "intro": "AMS D Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801120000020002", + "intro": "The AMS-HT B slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0706130000010003", + "intro": "The AMS G slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1804110000010001", + "intro": "The AMS-HT E slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704130000010001", + "intro": "The AMS E slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0700100000010003", + "intro": "The AMS A slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0700220000020004", + "intro": "AMS A Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804130000010003", + "intro": "The AMS-HT E slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1806110000010003", + "intro": "The AMS-HT G slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1805130000010003", + "intro": "The AMS-HT F slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1802110000010001", + "intro": "The AMS-HT C slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801130000020002", + "intro": "The AMS-HT B slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1803120000010003", + "intro": "The AMS-HT D slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1803130000020002", + "intro": "The AMS-HT D slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1807110000010003", + "intro": "The AMS-HT H slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1806100000010003", + "intro": "The AMS-HT G slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "AMS E Slot 2's filament may be broken in AMS." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704110000010001", + "intro": "The AMS E slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0706130000020002", + "intro": "The AMS G slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0706110000010001", + "intro": "The AMS G slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "The AMS G slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807130000020002", + "intro": "The AMS-HT H slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800400000020004", + "intro": "The filament buffer signal is abnormal; the spring may be stuck, or the filament may be tangled." + }, + { + "ecode": "0704200000020009", + "intro": "Failed to extrude AMS E Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1806300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0704310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1800310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0705310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1807310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1806350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0701200000020004", + "intro": "AMS B Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0703110000010001", + "intro": "The AMS D slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0703130000010003", + "intro": "The AMS D slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802100000020002", + "intro": "The AMS-HT C slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1805130000010001", + "intro": "The AMS-HT F slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0705100000020002", + "intro": "The AMS F slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0704130000020002", + "intro": "The AMS E slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0704230000020003", + "intro": "AMS E Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0705210000020004", + "intro": "AMS F Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803120000010001", + "intro": "The AMS-HT D slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "AMS G Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0707120000010001", + "intro": "The AMS H slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801120000010001", + "intro": "The AMS-HT B slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806130000010003", + "intro": "The AMS-HT G slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706200000020003", + "intro": "AMS G Slot 1's filament may be broken in AMS." + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0707200000020003", + "intro": "AMS H Slot 1's filament may be broken in AMS." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1807120000010003", + "intro": "The AMS-HT H slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0700110000020002", + "intro": "The AMS A slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700200000020003", + "intro": "AMS A Slot 1's filament may be broken in AMS." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0701100000020002", + "intro": "The AMS B slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0701110000020002", + "intro": "The AMS B slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0701130000020002", + "intro": "The AMS B slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1804120000010001", + "intro": "The AMS-HT E slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1807110000020002", + "intro": "The AMS-HT H slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0707100000010003", + "intro": "The AMS H slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706230000020004", + "intro": "AMS G Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0705220000020004", + "intro": "AMS F Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1800120000020002", + "intro": "The AMS-HT A slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0706220000020004", + "intro": "AMS G Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1800110000010003", + "intro": "The AMS-HT A slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1804110000010003", + "intro": "The AMS-HT E slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1800300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1804310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0705200000020009", + "intro": "Failed to extrude AMS F Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "18FF200000020002", + "intro": "External filament is missing; please load a new filament." + }, + { + "ecode": "1807350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0705300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "18FF200000020001", + "intro": "External filament has run out; please load a new filament." + }, + { + "ecode": "1800450000020001", + "intro": "The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in." + }, + { + "ecode": "1805310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0704230000020009", + "intro": "Failed to extrude AMS E Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0707350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0700110000010001", + "intro": "The AMS A slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701120000020002", + "intro": "The AMS B slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0702200000020003", + "intro": "AMS C Slot 1's filament may be broken in AMS." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0703110000010003", + "intro": "The AMS D slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1805120000020002", + "intro": "The AMS-HT F slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805100000010003", + "intro": "The AMS-HT F slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0707220000020004", + "intro": "AMS H Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0704120000010001", + "intro": "The AMS E slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802130000010001", + "intro": "The AMS-HT C slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1800130000020002", + "intro": "The AMS-HT A slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1801100000010001", + "intro": "The AMS-HT B slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807100000020002", + "intro": "The AMS-HT H slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1802120000020002", + "intro": "The AMS-HT C slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705120000020002", + "intro": "The AMS F slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1805110000010003", + "intro": "The AMS-HT F slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0700210000020003", + "intro": "AMS A Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0700230000020003", + "intro": "AMS A Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702130000010003", + "intro": "The AMS C slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703220000020003", + "intro": "AMS D Slot 3's filament may be broken in AMS." + }, + { + "ecode": "1803120000020002", + "intro": "The AMS-HT D slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1801110000010001", + "intro": "The AMS-HT B slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1803110000010003", + "intro": "The AMS-HT D slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806110000010001", + "intro": "The AMS-HT G slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0707200000020004", + "intro": "AMS H Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802100000010003", + "intro": "The AMS-HT C slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "The AMS F slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1800120000010003", + "intro": "The AMS-HT A slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0704110000010003", + "intro": "The AMS E slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804110000020002", + "intro": "The AMS-HT E slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1805130000020002", + "intro": "The AMS-HT F slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804130000020002", + "intro": "The AMS-HT E slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1803300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0706300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1800450000020002", + "intro": "The filament cutter's cutting distance is too large. The XY motor may lose steps." + }, + { + "ecode": "1802300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1802310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1806310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1802300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0705230000020009", + "intro": "Failed to extrude AMS F Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0707310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0700100000010001", + "intro": "The AMS A slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0700100000020002", + "intro": "The AMS A slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700120000010001", + "intro": "The AMS A slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0700130000010001", + "intro": "The AMS A slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0702110000020002", + "intro": "The AMS C slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0702210000020004", + "intro": "AMS C Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0702220000020004", + "intro": "AMS C Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0705100000010003", + "intro": "The AMS F slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1802130000010003", + "intro": "The AMS-HT C slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0701110000010001", + "intro": "The AMS B slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701120000010003", + "intro": "The AMS B slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0702230000020003", + "intro": "AMS C Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0704100000020002", + "intro": "The AMS E slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1803110000020002", + "intro": "The AMS-HT D slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705110000010001", + "intro": "The AMS F slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1800120000010001", + "intro": "The AMS-HT A slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707120000020002", + "intro": "The AMS H slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705110000010003", + "intro": "The AMS F slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1807110000010001", + "intro": "The AMS-HT H slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "Failed to extrude AMS G Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1804300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1802350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "18FF200000020004", + "intro": "Please pull the external filament from the extruder." + }, + { + "ecode": "0705350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0706210000020009", + "intro": "Failed to extrude AMS G Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1805350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "18FF450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "0707300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1800300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B Slot 1's filament may be broken in AMS." + }, + { + "ecode": "0702200000020004", + "intro": "AMS C Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0703100000010003", + "intro": "The AMS D slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703120000010001", + "intro": "The AMS D slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0703230000020003", + "intro": "AMS D Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707130000010003", + "intro": "The AMS H slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0707220000020003", + "intro": "AMS H Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0706100000020002", + "intro": "The AMS G slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704210000020004", + "intro": "AMS E Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0706220000020003", + "intro": "AMS G Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1804100000010003", + "intro": "The AMS-HT E slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704120000020002", + "intro": "The AMS E slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705120000010001", + "intro": "The AMS F slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1800100000010003", + "intro": "The AMS-HT A slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0706110000010003", + "intro": "The AMS G slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0707120000010003", + "intro": "The AMS H slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0705100000010001", + "intro": "The AMS F slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0700130000020002", + "intro": "The AMS A slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0701230000020003", + "intro": "AMS B Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0702230000020004", + "intro": "AMS C Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0703100000010001", + "intro": "The AMS D slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0703230000020004", + "intro": "AMS D Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1803100000020002", + "intro": "The AMS-HT D slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0707130000020002", + "intro": "The AMS H slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801110000020002", + "intro": "The AMS-HT B slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "0706110000020002", + "intro": "The AMS G slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705130000010003", + "intro": "The AMS F slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1801110000010003", + "intro": "The AMS-HT B slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0706120000010001", + "intro": "The AMS G slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1803310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1805300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0706310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1802310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0704350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0707210000020009", + "intro": "Failed to extrude AMS H Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "18FE450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0703200000020003", + "intro": "AMS D Slot 1's filament may be broken in AMS." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707130000010001", + "intro": "The AMS H slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0704220000020003", + "intro": "AMS E Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801100000010003", + "intro": "The AMS-HT B slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0704130000010003", + "intro": "The AMS E slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1806120000010003", + "intro": "The AMS-HT G slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0706120000010003", + "intro": "The AMS G slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0707210000020003", + "intro": "AMS H Slot 2's filament may be broken in AMS." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1806120000010001", + "intro": "The AMS-HT G slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805120000010003", + "intro": "The AMS-HT F slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800100000010001", + "intro": "The AMS-HT A slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0705230000020003", + "intro": "AMS F Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0707110000010003", + "intro": "The AMS H slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1806110000020002", + "intro": "The AMS-HT G slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1806130000020002", + "intro": "The AMS-HT G slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0700210000020004", + "intro": "AMS A Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0700220000020003", + "intro": "AMS A Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0701100000010003", + "intro": "The AMS B slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "0703100000020002", + "intro": "The AMS D slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703220000020004", + "intro": "AMS D Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0706100000010003", + "intro": "The AMS G slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1802100000010001", + "intro": "The AMS-HT C slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0706210000020003", + "intro": "AMS G Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1806100000020002", + "intro": "The AMS-HT G slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1801130000010003", + "intro": "The AMS-HT B slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0704100000010001", + "intro": "The AMS E slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706120000020002", + "intro": "The AMS G slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0707110000020002", + "intro": "The AMS H slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704220000020004", + "intro": "AMS E Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0706100000010001", + "intro": "The AMS G slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "1800110000020002", + "intro": "The AMS-HT A slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1803130000010001", + "intro": "The AMS-HT D slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1805300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0704300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0707230000020009", + "intro": "Failed to extrude AMS H Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1803300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1804310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1800310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "1803350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0704210000020009", + "intro": "Failed to extrude AMS E Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0700230000020004", + "intro": "AMS A Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0702120000010001", + "intro": "The AMS C slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "1804120000020002", + "intro": "The AMS-HT E slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705210000020003", + "intro": "AMS F Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802120000010001", + "intro": "The AMS-HT C slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0700120000010003", + "intro": "The AMS A slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0701220000020003", + "intro": "AMS B Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0702220000020003", + "intro": "AMS C Slot 3's filament may be broken in AMS." + }, + { + "ecode": "0703120000010003", + "intro": "The AMS D slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1801100000020002", + "intro": "The AMS-HT B slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1806100000010001", + "intro": "The AMS-HT G slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1805110000010001", + "intro": "The AMS-HT F slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1803110000010001", + "intro": "The AMS-HT D slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807120000020002", + "intro": "The AMS-HT H slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1807130000010001", + "intro": "The AMS-HT H slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0704220000020009", + "intro": "Failed to extrude AMS E Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0706310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1800350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "1806300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0707310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0705300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0707200000020009", + "intro": "Failed to extrude AMS H Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1801300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0706220000020009", + "intro": "Failed to extrude AMS G Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1800400000020003", + "intro": "The AMS Hub communication is abnormal; the cable may be not well connected." + }, + { + "ecode": "0706350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0705310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0701220000020004", + "intro": "AMS B Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0701230000020004", + "intro": "AMS B Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0702130000020002", + "intro": "The AMS C slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1805100000020002", + "intro": "The AMS-HT F slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1801120000010003", + "intro": "The AMS-HT B slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1807100000010001", + "intro": "The AMS-HT H slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1804100000020002", + "intro": "The AMS-HT E slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804100000010001", + "intro": "The AMS-HT E slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807120000010001", + "intro": "The AMS-HT H slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704200000020003", + "intro": "AMS E Slot 1's filament may be broken in AMS." + }, + { + "ecode": "1800130000010003", + "intro": "The AMS-HT A slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0707100000020002", + "intro": "The AMS H slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707210000020004", + "intro": "AMS H Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0705110000020002", + "intro": "The AMS F slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700110000010003", + "intro": "The AMS A slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "0701120000010001", + "intro": "The AMS B slot 3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0701130000010003", + "intro": "The AMS B slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0701210000020003", + "intro": "AMS B Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0702100000020002", + "intro": "The AMS C slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0702120000010003", + "intro": "The AMS C slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0702210000020003", + "intro": "AMS C Slot 2's filament may be broken in AMS." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0703110000020002", + "intro": "The AMS D slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703130000010001", + "intro": "The AMS D slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Slot 3 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Slot 2 filament has run out. Please insert a new filament." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Slot 3 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1800110000010001", + "intro": "The AMS-HT A slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Slot 4 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1805100000010001", + "intro": "The AMS-HT F slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A Slot 3 filament may be broken in the tool head." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1803310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1801310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "1800450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "1807300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0705220000020009", + "intro": "Failed to extrude AMS F Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Slot 3 filament has run out. Please insert a new filament." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800100000020002", + "intro": "The AMS-HT A slot 1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B Slot 1's filament may be broken in AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "The AMS-HT C slot 4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1803130000010003", + "intro": "The AMS-HT D slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G Slot 2 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Slot 4 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Slot 3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1806130000010001", + "intro": "The AMS-HT G slot 4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1804120000010003", + "intro": "The AMS-HT E slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H Slot 2's filament may be broken in AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C Slot 1 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Slot 1 filament has run out. Please insert a new filament." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Slot 2 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1802110000010003", + "intro": "The AMS-HT C slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706230000020003", + "intro": "AMS G Slot 4's filament may be broken in AMS." + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "AMS E Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D Slot 2 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A Slot 4's filament may be broken in AMS-HT." + }, + { + "ecode": "1806120000020002", + "intro": "The AMS-HT G slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1805110000020002", + "intro": "The AMS-HT F slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0707230000020003", + "intro": "AMS H Slot 4's filament may be broken in AMS." + }, + { + "ecode": "0700130000010003", + "intro": "The AMS A slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0701210000020004", + "intro": "AMS B Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0702100000010003", + "intro": "The AMS C slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0702110000010001", + "intro": "The AMS C slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0702110000010003", + "intro": "The AMS C slot 2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0702120000020002", + "intro": "The AMS C slot 3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Slot 2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Slot 4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "0703210000020004", + "intro": "AMS D Slot 2 filament may be broken in the tool head." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "0707110000010001", + "intro": "The AMS H slot 2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1807130000010003", + "intro": "The AMS-HT H slot 4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D Slot 3 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G Slot 3's filament may be broken in AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "AMS F Slot 1's filament may be broken in AMS." + }, + { + "ecode": "1802120000010003", + "intro": "The AMS-HT C slot 3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Slot 4 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Slot 1 filament has run out, and purging the old filament went abnormally; please check whether the filament is stuck in the tool head." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706200000020004", + "intro": "AMS G Slot 1 filament may be broken in the tool head." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F is undergoing dry cooling; please wait for it to cool down before operating." + }, + { + "ecode": "0705220000020003", + "intro": "AMS F Slot 3's filament may be broken in AMS." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Slot 1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Slot 4 feed-in Hall sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803100000010003", + "intro": "The AMS-HT D slot 1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0704110000020002", + "intro": "The AMS E slot 2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Slot 1 filament has run out. Please wait while old filament is purged." + }, + { + "ecode": "0707230000020004", + "intro": "AMS H Slot 4 filament may be broken in the tool head." + }, + { + "ecode": "1803100000010001", + "intro": "The AMS-HT D slot 1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0706200000020009", + "intro": "Failed to extrude AMS G Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1807310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0706300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0300C20000010002", + "intro": "Hall sensor of Filter Switch Flap malfunction: please check if the wiring is loose." + }, + { + "ecode": "0C00010000010010", + "intro": "The Live View Camera calibration failed. Please check if the heatbed is clear and ensure the camera image is clear and dirt-free. After these steps, please recalibrate." + }, + { + "ecode": "0C0001000001000F", + "intro": "The Live View Camera calibration failed. Please restart the devices or update the firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "The Live View Camera calibration failed and the Liveview camera serial number cannot be read. Please contact the customer support team." + }, + { + "ecode": "050004000001004F", + "intro": "Unknown module detected, please try updating the firmware to the latest version." + }, + { + "ecode": "0C00040000010020", + "intro": "The visual marker on the heatbed is damaged, please contact after-sales." + }, + { + "ecode": "0C00030000020013", + "intro": "Foreign object detection is not working. Please restart the devices or update the firmware." + }, + { + "ecode": "1200300000010004", + "intro": "RFID cannot be read because of an encryption chip failure in AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "RFID cannot be read because of an encryption chip failure in AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "RFID cannot be read because of an encryption chip failure in AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "RFID cannot be read because of an encryption chip failure in AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B chamber temperature is too high; auxiliary feeding or RFID reading is currently not allowed." + }, + { + "ecode": "07FF450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "07FE450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0500050000010001", + "intro": "The factory data of the AP board is abnormal; please replace the AP board with a new one." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0500400000010039", + "intro": "Laser module Serial Number error" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0500400000010040", + "intro": "Cutting module Serial Number error" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0300180000010006", + "intro": "The heatbed leveling data is abnormal. Please check whether there are any foreign objects on the heatbed and Z slider. If so, please remove them and try again." + }, + { + "ecode": "0500010000030004", + "intro": "Not enough space on the USB flash drive; please clear some space." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Unable to start drying; please pull out the filament from filament hub and try again." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G Environmental temperature is too low, which will affect the drying capability." + }, + { + "ecode": "0300180000010003", + "intro": "The extrusion force sensor is not available; the link between the MC and TH may be broken, or the sensor may be broken." + }, + { + "ecode": "0500020000020003", + "intro": "Failed to connect to the internet; please check the network connection." + }, + { + "ecode": "0700310000020002", + "intro": "The RFID-tag on AMS A Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0703300000020002", + "intro": "The RFID-tag on AMS D Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0300960000010001", + "intro": "The front door seems to be open; the task has been paused." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806310000020002", + "intro": "The RFID-tag on AMS-HT G Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805330000020002", + "intro": "The RFID-tag on AMS-HT F Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0705320000020002", + "intro": "The RFID-tag on AMS F Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "030001000001000D", + "intro": "An abnormality occured in heating modules of heatbed previously. To continue using your printer, please refer to the wiki to troubleshoot." + }, + { + "ecode": "0300040000020001", + "intro": "The speed of the part cooling fan is too slow or stopped. It may be stuck, or the connector may not be plugged in properly." + }, + { + "ecode": "0300080000010003", + "intro": "The resistance of Motor-Z is abnormal; the motor may have failed." + }, + { + "ecode": "0500040000010002", + "intro": "Failed to report print state; please check your network connection." + }, + { + "ecode": "0500040000030008", + "intro": "The door seems to be open." + }, + { + "ecode": "0500040000030009", + "intro": "The bed temperature exceeds filament's vitrification temperature, which may cause nozzle clog. Please keep the front door of the printer open. Door open detection has been temporarily turned off." + }, + { + "ecode": "0500050000030002", + "intro": "The device is in the engineering state; please pay attention to information security related matters." + }, + { + "ecode": "0700300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0701310000020002", + "intro": "The RFID-tag on AMS B Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0702310000020002", + "intro": "The RFID-tag on AMS C Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0703310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0C00020000010005", + "intro": "A new Micro Lidar was detected. Please calibrate it on the Calibration page before use." + }, + { + "ecode": "12FF200000020004", + "intro": "Please pull the filament on the spool holder out from the extruder." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0C00040000010011", + "intro": "Failed to measure material thickness: device parameters abnormal; please setup BirdsEye Camera again." + }, + { + "ecode": "0C0003000002000C", + "intro": "The build plate localization marker was not detected. Please check if the build plate is aligned correctly." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0300A20000010001", + "intro": "MC module temperature is too high, possibly because of high chamber temperature of the printer. You can try lowering the environmental temperature before use." + }, + { + "ecode": "0300360000010001", + "intro": "The Chamber Heat Circulation Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly." + }, + { + "ecode": "0C00040000010013", + "intro": "The exposure parameters of the BirdsEye Camera are not effective; please try again." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802310000020002", + "intro": "The RFID-tag on AMS-HT C Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0707300000020002", + "intro": "The RFID-tag on AMS H Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0707310000020002", + "intro": "The RFID-tag on AMS H Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1800330000020002", + "intro": "The RFID-tag on AMS-HT A Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0705310000020002", + "intro": "The RFID-tag on AMS F Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0705300000020002", + "intro": "The RFID-tag on AMS F Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1807310000020002", + "intro": "The RFID-tag on AMS-HT H Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801330000020002", + "intro": "The RFID-tag on AMS-HT B Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1804310000020002", + "intro": "The RFID-tag on AMS-HT E Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1801320000020002", + "intro": "The RFID-tag on AMS-HT B Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "03001B0000010002", + "intro": "External disturbance was detected on the heatbed acceleeration sensor. The sensor signal wire may not be affixed." + }, + { + "ecode": "030091000001000C", + "intro": "The chamber heater 1 has worked at full load for a long time. The temperature control system may be abnormal." + }, + { + "ecode": "0300940000030001", + "intro": "Chamber cooling may be too slow. You can open the front door or top cover to help cooling if the air in the chamber is non-toxic." + }, + { + "ecode": "0500020000020005", + "intro": "Failed to connect to the internet; please check the network connection." + }, + { + "ecode": "0500040000010003", + "intro": "The content of print file is unreadable; please resend the print job." + }, + { + "ecode": "0500050000010006", + "intro": "The factory data of AP board is abnormal; please replace the AP board with a new one." + }, + { + "ecode": "0700330000020002", + "intro": "The RFID-tag on AMS A Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0701300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0701330000020002", + "intro": "The RFID-tag on AMS B Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0702300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0702300000020002", + "intro": "The RFID-tag on AMS C Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0702320000020002", + "intro": "The RFID-tag on AMS C Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0702330000020002", + "intro": "The RFID-tag on AMS C Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0703310000020002", + "intro": "The RFID-tag on AMS D Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0C0001000001000B", + "intro": "Failed to calibrate Micro Lidar. Please make sure the calibration chart is clean and not obscured. Then, run machine calibration again." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "050003000001000A", + "intro": "System state is abnormal; please restore to factory settings." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "030001000001000E", + "intro": "The power supply voltage does not match the machine; the heatbed has been disabled." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0706330000020002", + "intro": "The RFID-tag on AMS G Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1805310000020002", + "intro": "The RFID-tag on AMS-HT F Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1805320000020002", + "intro": "The RFID-tag on AMS-HT F Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0704310000020002", + "intro": "The RFID-tag on AMS E Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801310000020002", + "intro": "The RFID-tag on AMS-HT B Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0706320000020002", + "intro": "The RFID-tag on AMS G Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806300000020002", + "intro": "The RFID-tag on AMS-HT G Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1804320000020002", + "intro": "The RFID-tag on AMS-HT E Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0706310000020002", + "intro": "The RFID-tag on AMS G Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "0705330000020002", + "intro": "The RFID-tag on AMS F Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0300010000010008", + "intro": "An abnormality occurs during the heating process of the heatbed; the heating modules may be broken." + }, + { + "ecode": "0300020000010006", + "intro": "The nozzle temperature is abnormal; the sensor may have a short circuit. Please check whether the connector is properly plugged in." + }, + { + "ecode": "0700320000020002", + "intro": "The RFID-tag on AMS A Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0700400000020004", + "intro": "The filament buffer signal is abnormal; the spring may be stuck, or the filament may be tangled." + }, + { + "ecode": "0702310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0703300000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0C0003000002000F", + "intro": "Parts skipped before first layer inspection; the inspection is not supported for the current print." + }, + { + "ecode": "12FF200000020006", + "intro": "Failed to extrude the filament; the extruder may be clogged." + }, + { + "ecode": "0C00040000010014", + "intro": "Cutting Protection Base not detected, which\nmay lead to heatbed damage. Please place it and continue." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0300090000020002", + "intro": "The extrusion resistance is abnormal. The extruder may be clogged or there may be filament stuck in the toolhead." + }, + { + "ecode": "0300310000010001", + "intro": "The Part Cooling Fan speed is too slow or stopped. It may be stuck, or the connector may not be plugged in properly." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1804330000020002", + "intro": "The RFID-tag on AMS-HT E Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803310000020002", + "intro": "The RFID-tag on AMS-HT D Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1802300000020002", + "intro": "The RFID-tag on AMS-HT C Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1807320000020002", + "intro": "The RFID-tag on AMS-HT H Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704300000020002", + "intro": "The RFID-tag on AMS E Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1803300000020002", + "intro": "The RFID-tag on AMS-HT D Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1806320000020002", + "intro": "The RFID-tag on AMS-HT G Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1800300000020002", + "intro": "The RFID-tag on AMS-HT A Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "030001000001000A", + "intro": "The heatbed temperature control is abnormal; the AC board may be broken." + }, + { + "ecode": "0300030000010001", + "intro": "The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly." + }, + { + "ecode": "0300060000010003", + "intro": "The resistance of Motor-A is abnormal; the motor may have failed." + }, + { + "ecode": "0300070000010003", + "intro": "The resistance of Motor-B is abnormal; the motor may have failed." + }, + { + "ecode": "03001A0000020001", + "intro": "The nozzle is covered with filament, or the build plate is crooked." + }, + { + "ecode": "03001D0000010001", + "intro": "The position sensor of extrusion motor is abnormal. The connection to the sensor may be loose." + }, + { + "ecode": "0500040000010001", + "intro": "Failed to download print job; please check your network connection." + }, + { + "ecode": "0700300000020002", + "intro": "The RFID-tag on AMS A Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0701320000020002", + "intro": "The RFID-tag on AMS B Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0703320000020002", + "intro": "The RFID-tag on AMS D Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0703330000020002", + "intro": "The RFID-tag on AMS D Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "0C00010000020007", + "intro": "Micro Lidar laser parameters have drifted. Please re-calibrate your printer." + }, + { + "ecode": "0C00020000020004", + "intro": "Nozzle height seems to be too low. Please check if the nozzle is worn or tilted. Re-calibrate Lidar if the nozzle has been replaced." + }, + { + "ecode": "0C00020000020009", + "intro": "The vertical laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly." + }, + { + "ecode": "0C00030000020010", + "intro": "Foreign objects detected on heatbed; Please check and clean the heatbed." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0500040000020033", + "intro": "Please plug in the module connector." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0C00040000010010", + "intro": "Failed to measure material thickness due to laser module malfunction." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0706300000020002", + "intro": "The RFID-tag on AMS G Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1801300000020002", + "intro": "The RFID-tag on AMS-HT B Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "1804300000020002", + "intro": "The RFID-tag on AMS-HT E Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1807300000020002", + "intro": "The RFID-tag on AMS-HT H Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G The temperature sensor of heater 2 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1802320000020002", + "intro": "The RFID-tag on AMS-HT C Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0704330000020002", + "intro": "The RFID-tag on AMS E Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1802330000020002", + "intro": "The RFID-tag on AMS-HT C Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0500020000020001", + "intro": "Failed to connect to the internet. Please check the network connection." + }, + { + "ecode": "0500040000010006", + "intro": "Failed to resume previous print" + }, + { + "ecode": "0700310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0700400000020003", + "intro": "The AMS Hub communication is abnormal; the cable may be not well connected." + }, + { + "ecode": "0701300000020002", + "intro": "The RFID-tag on AMS B Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0701310000010004", + "intro": "Encryption chip failure" + }, + { + "ecode": "0C00020000020003", + "intro": "The horizontal laser is not bright enough at homing position. Please clean or replace the heatbed if this message appears repeatedly." + }, + { + "ecode": "0C00020000020007", + "intro": "The vertical laser is not lit. Please check if it's covered or hardware connection has a problem." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0300090000020003", + "intro": "The extruder is extruding abnormally. It may be clogged, or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B The temperature sensor of heater 1 is malfunctioning, which may be due to poor connector contact." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C The heater 1 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803330000020002", + "intro": "The RFID-tag on AMS-HT D Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1806330000020002", + "intro": "The RFID-tag on AMS-HT G Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C The assist motor phase winding has an open circuit. The assist motor may be faulty." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F The exhaust valve 1 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D The exhaust valve 2 is not connected, which may be due to poor connector contact." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E The assist motor encoder wires are not connected. The assist motor connector may have poor contact." + }, + { + "ecode": "0707320000020002", + "intro": "The RFID-tag on AMS H Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "0707330000020002", + "intro": "The RFID-tag on AMS H Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1805300000020002", + "intro": "The RFID-tag on AMS-HT F Slot1 is damaged, or its content cannot be identified." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H The heater 2 is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G The humidity sensor is disconnected, which may be due to poor connector contact." + }, + { + "ecode": "0704320000020002", + "intro": "The RFID-tag on AMS E Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800320000020002", + "intro": "The RFID-tag on AMS-HT A Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1803320000020002", + "intro": "The RFID-tag on AMS-HT D Slot3 is damaged, or its content cannot be identified." + }, + { + "ecode": "1807330000020002", + "intro": "The RFID-tag on AMS-HT H Slot4 is damaged, or its content cannot be identified." + }, + { + "ecode": "1800310000020002", + "intro": "The RFID-tag on AMS-HT A Slot2 is damaged, or its content cannot be identified." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F The heater 1 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B The heater 2 is short-circuited, which may be due to a wiring short or heater damage." + }, + { + "ecode": "0703200000020009", + "intro": "Failed to extrude AMS D Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0702230000020009", + "intro": "Failed to extrude AMS C Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700200000020009", + "intro": "Failed to extrude AMS A Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0701220000020009", + "intro": "Failed to extrude AMS B Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0701230000020009", + "intro": "Failed to extrude AMS B Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0701200000020009", + "intro": "Failed to extrude AMS B Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0701210000020009", + "intro": "Failed to extrude AMS B Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0702220000020009", + "intro": "Failed to extrude AMS C Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700210000020009", + "intro": "Failed to extrude AMS A Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0702210000020009", + "intro": "Failed to extrude AMS C Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0703230000020009", + "intro": "Failed to extrude AMS D Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0702200000020009", + "intro": "Failed to extrude AMS C Slot 1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700220000020009", + "intro": "Failed to extrude AMS A Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0703220000020009", + "intro": "Failed to extrude AMS D Slot 3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0703210000020009", + "intro": "Failed to extrude AMS D Slot 2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700230000020009", + "intro": "Failed to extrude AMS A Slot 4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700310000010001", + "intro": "The AMS A RFID 2 board has an error." + }, + { + "ecode": "1800010000010003", + "intro": "The AMS-HT A assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1800310000010001", + "intro": "The AMS-HT A RFID 2 board has an error." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1801300000010001", + "intro": "The AMS-HT B RFID 1 board has an error." + }, + { + "ecode": "0702310000010001", + "intro": "The AMS C RFID 2 board has an error." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1802010000010003", + "intro": "The AMS-HT C assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0704010000020002", + "intro": "The AMS E assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800010000010001", + "intro": "The AMS-HT A assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0706010000010001", + "intro": "The AMS G assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0701310000010001", + "intro": "The AMS B RFID 2 board has an error." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0706010000010003", + "intro": "The AMS G assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707010000010003", + "intro": "The AMS H assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1805010000010001", + "intro": "The AMS-HT F assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1806010000010003", + "intro": "The AMS-HT G assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H communication is abnormal; please check the connection cable." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1806300000010001", + "intro": "The AMS-HT G RFID 1 board has an error." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1805010000010003", + "intro": "The AMS-HT F assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0704310000010001", + "intro": "The AMS E RFID 2 board has an error." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D communication is abnormal; please check the connection cable." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E communication is abnormal; please check the connection cable." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0704010000010004", + "intro": "The AMS E assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1806010000010004", + "intro": "The AMS-HT G assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1802010000010001", + "intro": "The AMS-HT C assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0707010000020002", + "intro": "The AMS H assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1802310000010001", + "intro": "The AMS-HT C RFID 2 board has an error." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804010000020002", + "intro": "The AMS-HT E assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G communication is abnormal; please check the connection cable." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1806010000020002", + "intro": "The AMS-HT G assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804010000010003", + "intro": "The AMS-HT E assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1803010000020002", + "intro": "The AMS-HT D assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801010000010004", + "intro": "The AMS-HT B assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1803010000010001", + "intro": "The AMS-HT D assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0707310000010001", + "intro": "The AMS H RFID 2 board has an error." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1807010000010001", + "intro": "The AMS-HT H assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0705010000010001", + "intro": "The AMS F assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0704300000010001", + "intro": "The AMS E RFID 1 board has an error." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0705010000020002", + "intro": "The AMS F assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0701300000010001", + "intro": "The AMS B RFID 1 board has an error." + }, + { + "ecode": "0702300000010001", + "intro": "The AMS C RFID 1 board has an error." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1803310000010001", + "intro": "The AMS-HT D RFID 2 board has an error." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801010000020002", + "intro": "The AMS-HT B assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1801310000010001", + "intro": "The AMS-HT B RFID 2 board has an error." + }, + { + "ecode": "1806310000010001", + "intro": "The AMS-HT G RFID 2 board has an error." + }, + { + "ecode": "1805310000010001", + "intro": "The AMS-HT F RFID 2 board has an error." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1807010000010003", + "intro": "The AMS-HT H assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1807010000020002", + "intro": "The AMS-HT H assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700300000010001", + "intro": "The AMS A RFID 1 board has an error." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1803010000010004", + "intro": "The AMS-HT D assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1800010000020002", + "intro": "The AMS-HT A assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1807300000010001", + "intro": "The AMS-HT H RFID 1 board has an error." + }, + { + "ecode": "1806010000010001", + "intro": "The AMS-HT G assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B communication is abnormal; please check the connection cable." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0705010000010004", + "intro": "The AMS F assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0500040000020030", + "intro": "The BirdsEye Camera is not installed. Please power off printer and then install the camera." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H communication is abnormal; please check the connection cable." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1804010000010004", + "intro": "The AMS-HT E assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0705300000010001", + "intro": "The AMS F RFID 1 board has an error." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707300000010001", + "intro": "The AMS H RFID 1 board has an error." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1802300000010001", + "intro": "The AMS-HT C RFID 1 board has an error." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805300000010001", + "intro": "The AMS-HT F RFID 1 board has an error." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0705310000010001", + "intro": "The AMS F RFID 2 board has an error." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1805010000020002", + "intro": "The AMS-HT F assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0704010000010003", + "intro": "The AMS E assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0706300000010001", + "intro": "The AMS G RFID 1 board has an error." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1807010000010004", + "intro": "The AMS-HT H assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0706010000020002", + "intro": "The AMS G assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1800300000010001", + "intro": "The AMS-HT A RFID 1 board has an error." + }, + { + "ecode": "0707010000010004", + "intro": "The AMS H assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1804310000010001", + "intro": "The AMS-HT E RFID 2 board has an error." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0706310000010001", + "intro": "The AMS G RFID 2 board has an error." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "0704010000010001", + "intro": "The AMS E assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1803300000010001", + "intro": "The AMS-HT D RFID 1 board has an error." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G communication is abnormal; please check the connection cable." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0703310000010001", + "intro": "The AMS D RFID 2 board has an error." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0707010000010001", + "intro": "The AMS H assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E communication is abnormal; please check the connection cable." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1801010000010003", + "intro": "The AMS-HT B assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A communication is abnormal; please check the connection cable." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F communication is abnormal; please check the connection cable." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C communication is abnormal; please check the connection cable." + }, + { + "ecode": "1805010000010004", + "intro": "The AMS-HT F assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "0703300000010001", + "intro": "The AMS D RFID 1 board has an error." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1803010000010003", + "intro": "The AMS-HT D assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F communication is abnormal; please check the connection cable." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1800010000010004", + "intro": "The AMS-HT A assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1804300000010001", + "intro": "The AMS-HT E RFID 1 board has an error." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1807310000010001", + "intro": "The AMS-HT H RFID 2 board has an error." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1804010000010001", + "intro": "The AMS-HT E assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0706010000010004", + "intro": "The AMS G assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C The assist motor calibration parameter error. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0705010000010003", + "intro": "The AMS F assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G The current sensor of heater 1 is abnormal." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1802010000010004", + "intro": "The AMS-HT C assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1802010000020002", + "intro": "The AMS-HT C assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1801010000010001", + "intro": "The AMS-HT B assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0500010000030007", + "intro": "Unable to record time-lapse photography without USB flash drive inserted." + }, + { + "ecode": "0300110000020002", + "intro": "The resonance frequency of the Y-axis differs greatly from the last calibration. Please clean the Y-axis liner rod and conduct a calibration after printing." + }, + { + "ecode": "0300200000010002", + "intro": "Y-axis homing abnormal: please check if the toolhead is stuck or the Y carriage has too much resistance." + }, + { + "ecode": "0300200000010001", + "intro": "X-axis homing abnormal: please check if the toolhead is stuck or if the resistance on the X-axis linear rail is too high." + }, + { + "ecode": "0300100000020002", + "intro": "The resonance frequency of the X-axis differs significantly from the last calibration. Please clean the X-axis linear rail and conduct a calibration after printing." + }, + { + "ecode": "0500040000020039", + "intro": "Please plug in the module connector" + }, + { + "ecode": "0701010000010001", + "intro": "The AMS B assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1200220000020006", + "intro": "Failed to extrude AMS A Slot3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B Slot3 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1202110000010003", + "intro": "The AMS C Slot2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Slot3 filament may be tangled or stuck." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702010000020002", + "intro": "The AMS C assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Slot 1 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Slot 3 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Slot2 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Slot 1 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0300010000010001", + "intro": "The heatbed temperature is abnormal; the heater may have a short circuit." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0702010000010001", + "intro": "The AMS C assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1200330000020002", + "intro": "The RFID-tag on AMS A Slot 4 is damaged." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Slot1 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Slot3 filament may be broken in the PTFE tube." + }, + { + "ecode": "1201230000020004", + "intro": "AMS B Slot4 filament may be broken in the tool head." + }, + { + "ecode": "1202130000010001", + "intro": "The AMS C Slot4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Filament speed and length error: The slot 3 filament odometry may be faulty." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Slot1 filament has run out; please insert a new filament." + }, + { + "ecode": "1203210000020004", + "intro": "AMS D Slot2 filament may be broken in the tool head." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspecting the first layer: please wait a moment." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1200100000020002", + "intro": "The AMS A Slot1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Slot1 filament may be broken in the PTFE tube." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Filament speed and length error: The slot 3 filament odometry may be faulty." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A Slot4 filament may be tangled or stuck." + }, + { + "ecode": "1202300000020002", + "intro": "The RFID-tag on AMS C Slot 1 is damaged." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Slot 3 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Slot4 filament may be tangled or stuck." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Slot4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1202120000010001", + "intro": "The AMS C Slot3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Slot2 filament has run out; please insert a new filament." + }, + { + "ecode": "1202230000020004", + "intro": "AMS C Slot4 filament may be broken in the tool head." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Slot4 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1203100000010001", + "intro": "The AMS D Slot1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1203110000010003", + "intro": "The AMS D Slot2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D Slot3 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0C0003000001000A", + "intro": "Your printer is in factory mode. Please contact Technical Support." + }, + { + "ecode": "050004000002001A", + "intro": "The RFID-tag on AMS C Slot3 cannot be identified." + }, + { + "ecode": "1200200000020006", + "intro": "Failed to extrude AMS A Slot1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A Slot3 filament may be tangled or stuck." + }, + { + "ecode": "1201220000020004", + "intro": "AMS B Slot3 filament may be broken in the tool head." + }, + { + "ecode": "1202330000020002", + "intro": "The RFID-tag on AMS C Slot 4 is damaged." + }, + { + "ecode": "1203130000010003", + "intro": "The AMS D Slot4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A The current sensor of heater 2 is abnormal." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Slot2 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Slot1 filament may be broken in the PTFE tube." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Filament speed and length error: The slot 2 filament odometry may be faulty." + }, + { + "ecode": "1203120000020002", + "intro": "The AMS D Slot3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0500040000020032", + "intro": "Please slide in Laser Module and lock the quick-release lever." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0702010000010003", + "intro": "The AMS C assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Slot3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0700010000010004", + "intro": "The AMS A assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A communication is abnormal; please check the connection cable." + }, + { + "ecode": "1200120000020002", + "intro": "The AMS A Slot3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Slot4 filament may be broken in the PTFE tube." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Slot2 filament has run out; please insert a new filament." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0500040000020015", + "intro": "The RFID-tag on AMS B Slot2 cannot be identified." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Filament speed and length error: The slot 2 filament odometry may be faulty." + }, + { + "ecode": "1201130000010001", + "intro": "The AMS B Slot4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Slot1 RFID cannot be read because of a structural error." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Slot 4 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202100000010003", + "intro": "The AMS C Slot1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Slot2 RFID cannot be read because of a structural error." + }, + { + "ecode": "1203220000020004", + "intro": "AMS D Slot3 filament may be broken in the tool head." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Slot4 filament may be broken in the PTFE tube." + }, + { + "ecode": "1200230000020004", + "intro": "AMS A Slot4 filament may be broken in the tool head." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Slot 4 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Slot3 filament has run out; please insert a new filament." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D Slot1 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "0300350000020002", + "intro": "The MC module cooling fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "0C00040000020004", + "intro": "The type of platform is not supported for this task. Please use the correct platform to continue." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Slot2 filament may be broken in the PTFE tube." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Slot3 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A Slot4 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Slot 1 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B Slot1 filament may be broken in the tool head." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Slot4 filament may be broken in the PTFE tube." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Slot3 RFID cannot be read because of a structural error." + }, + { + "ecode": "1203230000020004", + "intro": "AMS D Slot4 filament may be broken in the tool head." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Slot4 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "050004000002001C", + "intro": "The RFID-tag on AMS D Slot1 cannot be identified." + }, + { + "ecode": "1200110000010001", + "intro": "The AMS A Slot2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1200310000020002", + "intro": "The RFID-tag on AMS A Slot 2 is damaged." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A communication is abnormal; please check the connection cable." + }, + { + "ecode": "1201210000020006", + "intro": "Failed to extrude AMS B Slot2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1202100000020002", + "intro": "The AMS C Slot1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1203110000010001", + "intro": "The AMS D Slot2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A Slot3 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A Slot1 filament may be tangled or stuck." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Slot1 filament has run out; please insert a new filament." + }, + { + "ecode": "1201200000020006", + "intro": "Failed to extrude AMS B Slot1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Slot2 filament has run out; please insert a new filament." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B Slot3 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1202200000020006", + "intro": "Failed to extrude AMS C Slot1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C communication is abnormal; please check the connection cable." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1201300000020002", + "intro": "The RFID-tag on AMS B Slot 1 is damaged." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Slot2 RFID cannot be read because of a structural error." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Filament speed and length error: The slot 2 filament odometry may be faulty." + }, + { + "ecode": "1202130000010003", + "intro": "The AMS C Slot4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Slot1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C Slot3 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Slot4 RFID cannot be read because of a structural error." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "0300960000030001", + "intro": "The front door is open." + }, + { + "ecode": "050003000002000C", + "intro": "Wireless hardware error: please turn off/on WiFi or restart the device." + }, + { + "ecode": "0300090000020001", + "intro": "The extrusion motor is overloaded. The extruder may be clogged or the filament may be stuck in the tool head." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Slot1 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Filament speed and length error: The slot 1 filament odometry may be faulty." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Filament speed and length error: The slot 4 filament odometry may be faulty." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Slot3 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1202310000020002", + "intro": "The RFID-tag on AMS C Slot 2 is damaged." + }, + { + "ecode": "1202320000020002", + "intro": "The RFID-tag on AMS C Slot 3 is damaged." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Slot 3 is empty; please insert a new filament." + }, + { + "ecode": "1203220000020006", + "intro": "Failed to extrude AMS D Slot3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "0C00040000010015", + "intro": "Laser Protective Insert not detected. Please place it and continue." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0500040000020011", + "intro": "The RFID-tag on AMS A Slot2 cannot be identified." + }, + { + "ecode": "0500040000020017", + "intro": "The RFID-tag on AMS B Slot4 cannot be identified." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B communication is abnormal; please check the connection cable." + }, + { + "ecode": "1200120000010003", + "intro": "The AMS A Slot3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A Slot 3 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Slot1 RFID cannot be read because of a structural error." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Filament speed and length error: The slot 1 filament odometry may be faulty." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Slot1 filament may be tangled or stuck." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "0500040000020018", + "intro": "The RFID-tag on AMS C Slot1 cannot be identified." + }, + { + "ecode": "0703010000010003", + "intro": "The AMS D assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Slot3 filament has run out; please insert a new filament." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Slot3 filament has run out; please insert a new filament." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D Slot1 filament may be broken in the tool head." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Slot1 RFID cannot be read because of a structural error." + }, + { + "ecode": "1200210000020006", + "intro": "Failed to extrude AMS A Slot2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1201210000020004", + "intro": "AMS B Slot2 filament may be broken in the tool head." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Slot2 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Slot2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1202220000020006", + "intro": "Failed to extrude AMS C Slot3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1202230000020006", + "intro": "Failed to extrude AMS C Slot4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Slot1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Slot3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Slot 3 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Slot 4 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1200110000010003", + "intro": "The AMS A Slot2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Slot3 filament may be tangled or stuck." + }, + { + "ecode": "1202130000020002", + "intro": "The AMS C Slot4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C The current sensor of heater 2 is abnormal." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0700010000010003", + "intro": "The AMS A assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "1200100000010001", + "intro": "The AMS A Slot1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Slot2 filament has run out; please insert a new filament." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Slot3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Slot4 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1201330000020002", + "intro": "The RFID-tag on AMS B Slot 4 is damaged." + }, + { + "ecode": "1202110000020002", + "intro": "The AMS C Slot2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1202120000020002", + "intro": "The AMS C Slot3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "0701010000020002", + "intro": "The AMS B assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200220000020004", + "intro": "AMS A Slot3 filament may be broken in the tool head." + }, + { + "ecode": "1201130000010003", + "intro": "The AMS B Slot4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Slot4 filament may be broken in the PTFE tube." + }, + { + "ecode": "050004000002001F", + "intro": "The RFID-tag on AMS D Slot4 cannot be identified." + }, + { + "ecode": "1200130000010001", + "intro": "The AMS A Slot4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Slot2 filament may be broken in the PTFE tube." + }, + { + "ecode": "1201220000020006", + "intro": "Failed to extrude AMS B Slot3 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Slot4 filament has run out; please insert a new filament." + }, + { + "ecode": "1201230000020006", + "intro": "Failed to extrude AMS B Slot4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1202120000010003", + "intro": "The AMS C Slot3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1202210000020006", + "intro": "Failed to extrude AMS C Slot2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1203200000020006", + "intro": "Failed to extrude AMS D Slot1 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Slot2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Filament speed and length error: The slot 3 filament odometry may be faulty." + }, + { + "ecode": "0500040000020013", + "intro": "The RFID-tag on AMS A Slot4 cannot be identified." + }, + { + "ecode": "1200130000020002", + "intro": "The AMS A Slot4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Slot3 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Filament speed and length error: The slot 3 filament odometry may be faulty." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Slot4 RFID cannot be read because of a structural error." + }, + { + "ecode": "1203130000010001", + "intro": "The AMS D Slot4 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Slot2 filament may be broken in the PTFE tube." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D Slot2 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Slot4 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0500040000020010", + "intro": "The RFID-tag on AMS A Slot1 cannot be identified." + }, + { + "ecode": "050004000002001E", + "intro": "The RFID-tag on AMS D Slot3 cannot be identified." + }, + { + "ecode": "0700010000010001", + "intro": "The AMS A assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Slot1 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1200320000020002", + "intro": "The RFID-tag on AMS A Slot 3 is damaged." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Slot1 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Slot2 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Slot3 RFID cannot be read because of a structural error." + }, + { + "ecode": "1203300000020002", + "intro": "The RFID-tag on AMS D Slot 1 is damaged." + }, + { + "ecode": "1203330000020002", + "intro": "The RFID-tag on AMS D Slot 4 is damaged." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0C00040000020008", + "intro": "Material not detected. Please confirm placement and continue." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C communication is abnormal; please check the connection cable." + }, + { + "ecode": "1201120000010003", + "intro": "The AMS B Slot3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Slot1 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1203100000010003", + "intro": "The AMS D Slot1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1203110000020002", + "intro": "The AMS D Slot2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A The brushed motor 2 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0300310000020002", + "intro": "The Part Cooling Fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C The drying process may experience thermal runaway. Please turn off the AMS power supply." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A The brushed motor 3 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "1200230000020006", + "intro": "Failed to extrude AMS A Slot4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Slot2 filament may be tangled or stuck." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Slot3 filament may be broken in the PTFE tube." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C Slot4 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Slot3 filament has run out; please insert a new filament." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Slot 2 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "0703010000010001", + "intro": "The AMS D assist motor has slipped. The extrusion wheel may be worn down, or the filament may be too thin." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Slot1 filament has run out; please insert a new filament." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A Slot2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot4 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Slot2 filament may be tangled or stuck." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Slot4 filament may be tangled or stuck." + }, + { + "ecode": "0C00040000010016", + "intro": "Quick-release Lever is not locked. Please push it down to secure." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0500040000020019", + "intro": "The RFID-tag on AMS C Slot2 cannot be identified." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D communication is abnormal; please check the connection cable." + }, + { + "ecode": "1200130000010003", + "intro": "The AMS A Slot4 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Slot3 filament may be broken in the PTFE tube." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Slot2 filament may be broken in the PTFE tube." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Slot4 filament has run out; please insert a new filament." + }, + { + "ecode": "1203120000010001", + "intro": "The AMS D Slot3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Filament speed and length error: The slot 2 filament odometry may be faulty." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Slot2 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1201100000010003", + "intro": "The AMS B Slot1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1201100000020002", + "intro": "The AMS B Slot1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201310000020002", + "intro": "The RFID-tag on AMS B Slot 2 is damaged." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Slot1 filament may be tangled or stuck." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Slot1 filament may be tangled or stuck." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Slot3 filament may be broken in the PTFE tube." + }, + { + "ecode": "1203310000020002", + "intro": "The RFID-tag on AMS D Slot 2 is damaged." + }, + { + "ecode": "1203320000020002", + "intro": "The RFID-tag on AMS D Slot 3 is damaged." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Slot3 RFID cannot be read because of a structural error." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "1201110000010003", + "intro": "The AMS B Slot2 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1201120000020002", + "intro": "The AMS B Slot3 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Slot 4 is empty; please insert a new filament." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Slot4 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Slot4 filament may be tangled or stuck." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C Slot1 filament may be broken in the tool head." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Filament speed and length error: The slot 4 filament odometry may be faulty." + }, + { + "ecode": "1203120000010003", + "intro": "The AMS D Slot3 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1203210000020006", + "intro": "Failed to extrude AMS D Slot2 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D communication is abnormal; please check the connection cable." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C The assist motor has unbalanced tree-phase resistaance. The assist motor may be faulty." + }, + { + "ecode": "050004000002001B", + "intro": "The RFID-tag on AMS C Slot4 cannot be identified." + }, + { + "ecode": "050004000002001D", + "intro": "The RFID-tag on AMS D Slot2 cannot be identified." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Slot2 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1203100000020002", + "intro": "The AMS D Slot1 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Slot4 filament has run out; please insert a new filament." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Slot2 RFID cannot be read because of a structural error." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C The odometer has no signal. The odometer connector may have poor contact." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D The cooling fan speed of heater 1 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Filament speed and length error: The filament odometry may be faulty." + }, + { + "ecode": "0702010000010004", + "intro": "The AMS C assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "0703010000010004", + "intro": "The AMS D assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1202110000010001", + "intro": "The AMS C Slot2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Slot1 filament has run out; please insert a new filament." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Filament speed and length error: The slot 1 filament odometry may be faulty." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Slot1 filament may be broken in the PTFE tube." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Slot1 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "050003000001000B", + "intro": "The screen is malfunctioning; please restart the device." + }, + { + "ecode": "0500040000020016", + "intro": "The RFID-tag on AMS B Slot3 cannot be identified." + }, + { + "ecode": "0701010000010003", + "intro": "The AMS B assist motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Slot 1 is empty; please insert a new filament." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Slot1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Slot 2 is empty; please insert a new filament." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Filament speed and length error: The slot 1 filament odometry may be faulty." + }, + { + "ecode": "1201110000010001", + "intro": "The AMS B Slot2 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1201120000010001", + "intro": "The AMS B Slot3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1201320000020002", + "intro": "The RFID-tag on AMS B Slot 3 is damaged." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Slot 4 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C The cooling fan speed of heater 2 is too low, which could be due to excessive fan resistance." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C The assist motor resistance is abnormal. The assist motor may be faulty." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Slot1 RFID cannot be read because of a structural error." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Slot2 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B communication is abnormal; please check the connection cable." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C Slot2 filament may be broken in the tool head." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Slot 2 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Filament speed and length error: The slot 4 filament odometry may be faulty." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B The current sensor of heater 1 is abnormal." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0703010000020002", + "intro": "The AMS D assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200210000020004", + "intro": "AMS A Slot2 filament may be broken in the tool head." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Slot4 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Slot4 RFID cannot be read because of a structural error." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Filament speed and length error: The slot 4 filament odometry may be faulty." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Slot 2 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202100000010001", + "intro": "The AMS C Slot1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Slot1 filament may be broken in the PTFE tube." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Slot1 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Slot2 filament has run out, and purging the old filament went abnormally; please check to see if filament is stuck in the toolhead." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C The brushed motor 1 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B The brushed motor 4 has no signal, which may be due to poor contact in the motor connector or a motor fault." + }, + { + "ecode": "0500040000020014", + "intro": "The RFID-tag on AMS B Slot1 cannot be identified." + }, + { + "ecode": "0700010000020002", + "intro": "The AMS A assist motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200120000010001", + "intro": "The AMS A Slot3 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A Slot 2 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Slot3 RFID cannot be read because of a structural error." + }, + { + "ecode": "1202220000020004", + "intro": "AMS C Slot3 filament may be broken in the tool head." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C Slot 1 RFID coil is broken or the RF hardware circuit has an error." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Slot2 filament may be tangled or stuck." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A The operation of the exhaust valve 2 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A The cooling fan of heater 1 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "050003000001000C", + "intro": "The MC motor controller module is malfunctioning. Please power off, check the connection, and restart the device." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A The operation of the exhaust valve 1 is abnormal, which may be due to excessive resistance." + }, + { + "ecode": "0500040000020012", + "intro": "The RFID-tag on AMS A Slot3 cannot be identified." + }, + { + "ecode": "0701010000010004", + "intro": "The AMS B assist motor speed control is malfunctioning. The speed sensor may be faulty." + }, + { + "ecode": "1200100000010003", + "intro": "The AMS A Slot1 motor torque control is malfunctioning. The current sensor may be faulty." + }, + { + "ecode": "1200110000020002", + "intro": "The AMS A Slot2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1200200000020004", + "intro": "AMS A Slot1 filament may be broken in the tool head." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Slot3 filament may be tangled or stuck." + }, + { + "ecode": "1203130000020002", + "intro": "The AMS D Slot4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Slot3 filament has run out. Purging the old filament; please wait." + }, + { + "ecode": "1203230000020006", + "intro": "Failed to extrude AMS D Slot4 filament; the extruder may be clogged or the filament may be too thin, causing the extruder to slip." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A The motor assist parameter is lost. Please pull out the filament from the filament hub and then restart the AMS." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Slot4 filament has run out; please insert a new filament." + }, + { + "ecode": "1200300000020002", + "intro": "The RFID-tag on AMS A Slot 1 is damaged." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Slot2 RFID cannot be read because of a structural error." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Slot2 filament may be tangled or stuck." + }, + { + "ecode": "1201100000010001", + "intro": "The AMS B Slot1 motor has slipped. The extrusion wheel may be malfunctioning, or the filament may be too thin." + }, + { + "ecode": "1201110000020002", + "intro": "The AMS B Slot2 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201130000020002", + "intro": "The AMS B Slot4 motor is overloaded. The filament may be tangled or stuck." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Slot1 filament has run out and automatically switched to the slot with the same filament." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Slot4 RFID cannot be read because of a structural error." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C The cooling fan of heater 2 is blocked, which may be due to the fan being stuck." + }, + { + "ecode": "12FF200000020001", + "intro": "Filament at the spool holder has run out; please insert a new filament." + }, + { + "ecode": "12FF200000020002", + "intro": "Filament on the spool holder is empty; please insert a new filament." + }, + { + "ecode": "12FF200000020005", + "intro": "Filament may be broken in the tool head." + }, + { + "ecode": "12FF200000020007", + "intro": "Failed to check the filament location in the tool head; please click for more help." + }, + { + "ecode": "12FF200000030007", + "intro": "Checking the filament location of all AMS slots, please wait." + }, + { + "ecode": "12FF800000020001", + "intro": "The filament on the spool holder may be tangled or stuck." + }, + { + "ecode": "1200450000020001", + "intro": "The filament cutter sensor is malfunctioning. Please check whether the connector is properly plugged in." + }, + { + "ecode": "1200450000020002", + "intro": "The filament cutter's cutting distance is too large. The X motor may lose steps." + }, + { + "ecode": "1200450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "1200510000030001", + "intro": "AMS is disabled; please load filament from spool holder." + }, + { + "ecode": "0C0001000001000A", + "intro": "The Micro Lidar LED may be broken." + }, + { + "ecode": "0C00020000020002", + "intro": "The horizontal laser line is too wide. Please check if the heatbed is dirty." + }, + { + "ecode": "0C00020000020008", + "intro": "The vertical laser line is too wide. Please check if the heatbed is dirty." + }, + { + "ecode": "0C00030000010009", + "intro": "The first layer inspection module rebooted abnormally. The inspection result may be inaccurate." + }, + { + "ecode": "0C00030000020001", + "intro": "Filament exposure metering failed because laser reflection is too weak on this material. First layer inspection may be inaccurate." + }, + { + "ecode": "0C00030000020002", + "intro": "First layer inspection terminated due to abnormal Lidar data." + }, + { + "ecode": "0C00030000020004", + "intro": "First layer inspection is not supported for the current print job." + }, + { + "ecode": "0C00030000020005", + "intro": "First layer inspection timed out abnormally, and the current results may be inaccurate." + }, + { + "ecode": "0C00030000030006", + "intro": "Purged filament may have piled up in the waste chute. Please check and clean the chute." + }, + { + "ecode": "0C00030000030007", + "intro": "Possible first layer defects have been detected. Please check the first layer quality and decide if the job should be stopped." + }, + { + "ecode": "0C00030000030008", + "intro": "Possible spaghetti defects were detected. Please check the print quality and decide if the job should be stopped." + }, + { + "ecode": "0C00030000030010", + "intro": "Your printer seems to be printing without extruding." + }, + { + "ecode": "07FF200000020001", + "intro": "External filament has run out; please load a new filament." + }, + { + "ecode": "07FF200000020002", + "intro": "External filament is missing; please load a new filament." + }, + { + "ecode": "07FF200000020004", + "intro": "Please pull the external filament from the extruder." + }, + { + "ecode": "0703300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0703310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0703350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0702300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0702310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0702350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0701300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0701310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0701350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0700300000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0700310000030003", + "intro": "RFID cannot be read because of a hardware or structural error." + }, + { + "ecode": "0700350000010001", + "intro": "The temperature and humidity sensor has an error. The chip may be faulty." + }, + { + "ecode": "0700450000020001", + "intro": "The filament cutter sensor is malfunctioning; please check whether the connector is properly plugged in." + }, + { + "ecode": "0700450000020002", + "intro": "The filament cutter's cutting distance is too large. The XY motor may lose steps." + }, + { + "ecode": "0700450000020003", + "intro": "The filament cutter handle has not been released. The handle or blade may be jammed, or there could be an issue with the filament sensor connection." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "Chamber temperature is abnormal. The temperature sensor at the power supply may have a short circuit." + }, + { + "ecode": "0300930000010008", + "intro": "Chamber temperature is abnormal. The temperature sensor at power supply may have an open circuit." + }, + { + "ecode": "0300940000020003", + "intro": "Chamber failed to reach the desired temperature. The machine will stop waiting for the chamber temperature." + }, + { + "ecode": "0300940000030002", + "intro": "Chamber temperature setting value exceed the limit, the boundary value will be set." + }, + { + "ecode": "0500020000020002", + "intro": "Device login failed; please check your account information." + }, + { + "ecode": "0500020000020004", + "intro": "Unauthorized user: please check your account information." + }, + { + "ecode": "0500020000020006", + "intro": "Streaming function error. Please check the network and try again. You can restart or update the printer if the issue persists." + }, + { + "ecode": "0500020000020007", + "intro": "Liveview service login failed; please check your network connection." + }, + { + "ecode": "0500030000010001", + "intro": "The MC module is malfunctioning; please restart the device or check device cable connection." + }, + { + "ecode": "0500030000010002", + "intro": "The toolhead is malfunctioning. Please restart the device." + }, + { + "ecode": "0500030000010003", + "intro": "The AMS module is malfunctioning. Please restart the device." + }, + { + "ecode": "0500030000010005", + "intro": "Internal service is malfunctioning. Please restart the device." + }, + { + "ecode": "0500030000010006", + "intro": "A system panic occurred. Please restart the device." + }, + { + "ecode": "0500030000010008", + "intro": "A system hang occurred. Please restart the device." + }, + { + "ecode": "0500030000010009", + "intro": "A system hang occurred. It has been recovered by automatic restart." + }, + { + "ecode": "0500030000010023", + "intro": "The Chamber Temperature Control module is malfunctioning. Please restart the device." + }, + { + "ecode": "0500030000010025", + "intro": "The current firmware is abnormal. Please update again." + }, + { + "ecode": "0500040000010004", + "intro": "The print file is unauthorized." + }, + { + "ecode": "0500040000020007", + "intro": "The bed temperature exceeds the filament's vitrification temperature, which may cause a nozzle clog. Please keep the front door of the printer open or lower the bed temperature." + }, + { + "ecode": "0300400000020001", + "intro": "Data transmission over the serial port is abnormal; the software system may be faulty." + }, + { + "ecode": "0300900000010004", + "intro": "Chamber heating failed. The speed of the heating fan is too low." + }, + { + "ecode": "0300900000010005", + "intro": "Chamber heating failed. The thermal resistance is too high." + }, + { + "ecode": "0300900000010010", + "intro": "The communication of chamber temperature controller is abnormal." + }, + { + "ecode": "0300910000010001", + "intro": "The temperature of chamber heater 1 is abnormal. The heater may have a short circuit." + }, + { + "ecode": "0300910000010003", + "intro": "The temperature of chamber heater 1 is abnormal. The heater is over temperature." + }, + { + "ecode": "0300910000010006", + "intro": "The temperature of chamber heater 1 is abnormal. The sensor may have a short circuit." + }, + { + "ecode": "030091000001000A", + "intro": "The temperature of chamber heater 1 is abnormal. The AC board may be broken." + }, + { + "ecode": "0300920000010001", + "intro": "The temperature of chamber heater 2 is abnormal. The heater may have a short circuit." + }, + { + "ecode": "0300920000010002", + "intro": "The temperature of chamber heater 2 is abnormal. The heater may have an open circuit or the thermal fuse may be in effect." + }, + { + "ecode": "0300920000010003", + "intro": "The temperature of chamber heater 2 is abnormal. The heater is over temperature." + }, + { + "ecode": "0300920000010006", + "intro": "The temperature of chamber heater 2 is abnormal. The sensor may have a short circuit." + }, + { + "ecode": "030092000001000A", + "intro": "The temperature of chamber heater 2 is abnormal. The AC board may be broken." + }, + { + "ecode": "0300930000010001", + "intro": "Chamber temperature is abnormal. The chamber heater's temperature sensor may have a short circuit." + }, + { + "ecode": "0300930000010002", + "intro": "Chamber temperature is abnormal. The chamber heater's temperature sensor may have an open circuit." + }, + { + "ecode": "0300930000010003", + "intro": "Chamber temperature is abnormal. The chamber heater's temperature sensor at the air outlet may have a short circuit." + }, + { + "ecode": "0300050000010001", + "intro": "The motor driver is overheating. Its radiator may be loose, or its cooling fan may be damaged." + }, + { + "ecode": "0300060000010001", + "intro": "Motor-A has an open-circuit. There may be a loose connection, or the motor may have failed." + }, + { + "ecode": "0300060000010002", + "intro": "Motor-A has a short-circuit. It may have failed." + }, + { + "ecode": "0300070000010001", + "intro": "Motor-B has an open-circuit. The connection may be loose, or the motor may have failed." + }, + { + "ecode": "0300070000010002", + "intro": "Motor-B has a short-circuit. It may have failed." + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Z has an open-circuit. The connection may be loose, or the motor may have failed." + }, + { + "ecode": "0300080000010002", + "intro": "Motor-Z has a short-circuit. It may have failed." + }, + { + "ecode": "03000A0000010001", + "intro": "Heatbed force sensor 1 is too sensitive. It may be stuck between the strain arm and heatbed support, or the adjusting screw may be too tight." + }, + { + "ecode": "03000A0000010002", + "intro": "The signal of heatbed force sensor 1 is weak. The force sensor may be broken or have poor electric connection." + }, + { + "ecode": "03000A0000010003", + "intro": "The signal of heatbed force sensor 1 is too weak. The electronic connection to the sensor may be broken." + }, + { + "ecode": "03000A0000010004", + "intro": "An external disturbance was detected on force sensor 1. The heatbed plate may have touched something outside the heatbed." + }, + { + "ecode": "03000A0000010005", + "intro": "Force sensor 1 detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken." + }, + { + "ecode": "03000B0000010001", + "intro": "Heatbed force sensor 2 is too sensitive. It may be stuck between the strain arm and heatbed support, or the adjusting screw may be too tight." + }, + { + "ecode": "03000B0000010002", + "intro": "The signal of heatbed force sensor 2 is weak. The force sensor may be broken or have poor electric connection." + }, + { + "ecode": "03000B0000010003", + "intro": "The signal of heatbed force sensor 2 is too weak. The electronic connection to the sensor may be broken." + }, + { + "ecode": "03000B0000010004", + "intro": "An external disturbance was detected on force sensor 2. The heatbed plate may have touched something outside the heatbed." + }, + { + "ecode": "03000B0000010005", + "intro": "Force sensor 2 detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken." + }, + { + "ecode": "03000C0000010001", + "intro": "Heatbed force sensor 3 is too sensitive. It may be stuck between the strain arm and heatbed support, or the adjusting screw may be too tight." + }, + { + "ecode": "03000C0000010002", + "intro": "The signal of heatbed force sensor 3 is weak. The force sensor may be broken or have poor electric connection." + }, + { + "ecode": "03000C0000010003", + "intro": "The signal of heatbed force sensor 3 is too weak. The electronic connection to the sensor may be broken." + }, + { + "ecode": "03000C0000010004", + "intro": "An external disturbance was detected on force sensor 3. The heatbed plate may have touched something outside the heatbed." + }, + { + "ecode": "03000C0000010005", + "intro": "Force sensor 3 detected unexpected continuous force. The heatbed may be stuck, or the analog front end may be broken." + }, + { + "ecode": "0300100000020001", + "intro": "The resonance frequency of the X axis is low. The timing belt may be loose." + }, + { + "ecode": "0300110000020001", + "intro": "The resonance frequency of the Y axis is low. The timing belt may be loose." + }, + { + "ecode": "0300120000020001", + "intro": "The front cover of the toolhead fell off." + }, + { + "ecode": "0300130000010001", + "intro": "The current sensor of Motor-A is abnormal. This may be caused by a failure of the hardware sampling circuit." + }, + { + "ecode": "0300140000010001", + "intro": "The current sensor of Motor-B is abnormal. This may be caused by a failure of the hardware sampling circuit." + }, + { + "ecode": "0300150000010001", + "intro": "The current sensor of Motor-Z is abnormal. This may be caused by a failure of the hardware sampling circuit." + }, + { + "ecode": "0300170000010001", + "intro": "The hotend cooling fan speed is too slow or stopped. It may be stuck or the connector may not be plugged in properly." + }, + { + "ecode": "0300170000020002", + "intro": "The hotend cooling fan speed is slow. It may be stuck and need cleaning." + }, + { + "ecode": "03001B0000010001", + "intro": "The signal of the heatbed acceleration sensor is weak. The sensor may have fallen off or been damaged." + }, + { + "ecode": "03001B0000010003", + "intro": "The heatbed acceleration sensor detected unexpected continuous force. The sensor may be stuck, or the analog front end may be broken." + }, + { + "ecode": "03001C0000010001", + "intro": "The extrusion motor driver is abnormal. The MOSFET may have a short circuit." + }, + { + "ecode": "0300200000010003", + "intro": "X axis homing abnormal: the timing belt may be loose." + }, + { + "ecode": "0300200000010004", + "intro": "Y axis homing abnormal: the timing belt may be loose." + }, + { + "ecode": "0300010000010002", + "intro": "The heatbed temperature is abnormal; the heater may have an open circuit, or the thermal switch may be open." + }, + { + "ecode": "0300010000010003", + "intro": "The heatbed temperature is abnormal; the heater is over temperature." + }, + { + "ecode": "0300010000010006", + "intro": "The heatbed temperature is abnormal; the sensor may have a short circuit." + }, + { + "ecode": "0300010000010007", + "intro": "The heatbed temperature is abnormal; the sensor may have an open circuit." + }, + { + "ecode": "030001000001000C", + "intro": "The heatbed has worked at full load for a long time. The temperature control system may be abnormal." + }, + { + "ecode": "0300010000030008", + "intro": "The temperature of the heated bed exceeds the limit and automatically adjusts to the limit temperature." + }, + { + "ecode": "0300020000010001", + "intro": "The nozzle temperature is abnormal; the heater may have a short circuit." + }, + { + "ecode": "0300020000010002", + "intro": "The nozzle temperature is abnormal; the heater may have an open circuit." + }, + { + "ecode": "0300020000010003", + "intro": "The nozzle temperature is abnormal; the heater is over temperature." + }, + { + "ecode": "0300020000010007", + "intro": "The nozzle temperature is abnormal; the sensor may have an open circuit." + } + ] + }, + "device_error": { + "ver": 202510142200, + "en": [ + { + "ecode": "0C00402C", + "intro": "Device data link error. Please reboot the printer." + }, + { + "ecode": "03004015", + "intro": "Nozzle clumping detection calibration failed. Please go to \"Assistant\" for troubleshooting." + }, + { + "ecode": "0500803C", + "intro": "The current nozzle setting does not match the slicing file. Continuing to print may affect print quality. It is recommended to re-slice before starting the print." + }, + { + "ecode": "0300401F", + "intro": "The hotend is not installed, and the toolhead cannot perform homing. Please install the hotend and then continue." + }, + { + "ecode": "0300801E", + "intro": "The extrusion motor is overloaded, please check the Assistant for details." + }, + { + "ecode": "07018007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07028007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07038007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07008007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18058007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07078007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18078007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07058007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18038007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18018007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18028007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18008007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07048007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18068007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "18048007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "07068007", + "intro": "Failed to extrude the filament. Please check Assistant for more details." + }, + { + "ecode": "03004016", + "intro": "Nozzle cleaning failed. Please click the Assistant for troubleshooting." + }, + { + "ecode": "0502C014", + "intro": "The AMS Remaining Filament Estimation is enabled by default and cannot be disabled." + }, + { + "ecode": "05864096", + "intro": "The device cannot detect AMS-HT G. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05024098", + "intro": "The device cannot detect AMS C. Please reconnect the AMS cable or restart the printer." + }, + { + "ecode": "05014098", + "intro": "The device cannot detect AMS B. Please reconnect the AMS cable or restart the printer." + }, + { + "ecode": "05814096", + "intro": "The device cannot detect AMS-HT B. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05844096", + "intro": "The device cannot detect AMS-HT F. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05824096", + "intro": "The device cannot detect AMS-HT C. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05034098", + "intro": "The device cannot detect AMS D. Please reconnect the AMS cable or restart the printer." + }, + { + "ecode": "05854096", + "intro": "The device cannot detect AMS-HT E. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05804096", + "intro": "The device cannot detect AMS-HT A. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05834096", + "intro": "The device cannot detect AMS-HT D. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05874096", + "intro": "The device cannot detect AMS-HT H. Please reconnect the AMS-HT cable or restart the printer." + }, + { + "ecode": "05004098", + "intro": "The device cannot detect AMS A. Please reconnect the AMS cable or restart the printer." + }, + { + "ecode": "0500807E", + "intro": "Please place a StrongGrip cutting mat on the cutting protection base." + }, + { + "ecode": "05008062", + "intro": "The print plate marker was not detected. Please confirm the print plate is correctly positioned on the heatbed with all four corners aligned, and the marker is visible. If strong light is shining on the print sheet, consider closing the front door and blocking external light sources." + }, + { + "ecode": "0500808B", + "intro": "The BirdsEye Camera setup failed. Please remove all objects and the mat on the heatbed to ensure the heatbed markers are visible. Meanwhile, please ensure the BirdsEye Camera is installed correctly and remove any obstructions that may block the camera's view." + }, + { + "ecode": "0502C012", + "intro": "The task cannot be paused." + }, + { + "ecode": "07FFC010", + "intro": "Insert the filament (over 30cm long) until it stops. You might see slight smoke during flushing. After insertion, close the front door and top cover." + }, + { + "ecode": "05024002", + "intro": "Please go to “Settings > Calibration” to run the Motion Accuracy Enhancement Calibration before turning on Motion Accuracy Enhancement mode." + }, + { + "ecode": "05008093", + "intro": "The nozzle silicone sleeve is not installed; there is a risk of temperature control failure. Please install it correctly and try again." + }, + { + "ecode": "05008092", + "intro": "Toolhead Camera initialization failed. This print can still continue, but some AI functions will be disabled. If you encounter this issue again after restarting, please contact customer support." + }, + { + "ecode": "05008041", + "intro": "The filament in hotend is too cold. Extrusion may damage the extruder. Still feeding in/out the filament?" + }, + { + "ecode": "05008040", + "intro": "Toolhead front cover is detached. Moving the toolhead may damage the printer. Do you want to continue?" + }, + { + "ecode": "0502C011", + "intro": "Currently in 2D production mode. Please continue the operation on the printer" + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "The Cutting Module offset calibration failed, which may result in inaccurate cuts. Please ensure the 80g white printer paper(letter paper thickness) is properly positioned and check whether the cutting blade tip is worn." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "The device is currently upgrading. Please try again when it is idle." + }, + { + "ecode": "0300C012", + "intro": "Please heat the nozzle to above 170°C." + }, + { + "ecode": "07008023", + "intro": "AMS A cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07028023", + "intro": "AMS C cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07038023", + "intro": "AMS D cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07018023", + "intro": "AMS B cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07058023", + "intro": "AMS F cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07048023", + "intro": "AMS E cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07068023", + "intro": "AMS G cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "07078023", + "intro": "AMS H cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C cooling failed. The ambient temperature may be too high. Please operate the device in a suitable environment." + }, + { + "ecode": "05004010", + "intro": "AMS is drying and cannot be upgraded at the moment. Please try again later." + }, + { + "ecode": "05004011", + "intro": "The printer is loading or unloading filament and cannot be upgraded at the moment. Please try again later." + }, + { + "ecode": "05004012", + "intro": "The device is printing and cannot be upgraded at the moment. Please try again later." + }, + { + "ecode": "0500400F", + "intro": "AMS is initializing and cannot be upgraded at the moment. Please try again later." + }, + { + "ecode": "05004013", + "intro": "AMS is in operation and cannot be upgraded at the moment. Please try again when it is idle." + }, + { + "ecode": "03008022", + "intro": "The heatbed may be obstructed while moving downward. Please clear any objects beneath the heatbed and check for any resistance or jamming during its movement." + }, + { + "ecode": "05004042", + "intro": "Due to power limitations, starting AMS drying will pause current operations such as nozzle heating and fan running. Do you want to proceed with drying?" + }, + { + "ecode": "05004040", + "intro": "The printer has reached its power limit. Please connect a dedicated power adapter to this AMS to enable drying." + }, + { + "ecode": "05004041", + "intro": "The AMS drying cannot be started during printing." + }, + { + "ecode": "0500806B", + "intro": "Quick-release Lever is not locked. Please press down the external toolhead module to ensure it is properly seated, then push down the level to lock it in place." + }, + { + "ecode": "0502C010", + "intro": "Due to printer power limitations, printing, calibration, controls and other actions cannot be performed during AMS drying. Please stop the drying process before proceeding with any other operation." + }, + { + "ecode": "03004014", + "intro": "Homing Z axis failed: temperature control abnormality." + }, + { + "ecode": "07FFC012", + "intro": "Remove the front cover and hang it on the X-axis. Press the black PTFE tube coupler and unplug the PTFE tube. After completing the operation, click \"Continue.\"" + }, + { + "ecode": "05004007", + "intro": "The device requires a repair upgrade, and printing is currently unavailable." + }, + { + "ecode": "05008090", + "intro": "Please attach the 80g White Printing Paper to the center area of the platform." + }, + { + "ecode": "18068005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18018004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18038005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18078004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18058004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18078005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18008005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18048005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18038004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18008004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18018005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18028004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18028005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18058005", + "intro": "The AMS-HT failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18048004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18068004", + "intro": "AMS-HT failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07FF8025", + "intro": "Cold pull timed out. Please promptly operate or check whether the filament is broken inside the extruder, and click the Assistant for details." + }, + { + "ecode": "18018006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18008006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18078006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18028006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18048006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18058006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18038006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "18068006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS-HT PTFE tube is connected." + }, + { + "ecode": "0502400E", + "intro": "Failed to start a new task: The nozzle cold pull was not completed." + }, + { + "ecode": "07008004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07018004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07028005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07038005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07FF8005", + "intro": "Failed to feed the filament outside the AMS. Please clip the end of the filament flat and check to see if the spool is stuck." + }, + { + "ecode": "18068003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07068004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07048003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07078004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18058003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07048005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18FF8005", + "intro": "Failed to feed the filament outside the AMS-HT. Please clip the end of the filament flat and check to see if the spool is stuck." + }, + { + "ecode": "07048006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07078006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07058006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07028006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07008005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07018005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07028003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07038004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07018003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07038003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07028004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07068003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "18038003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07058004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "07048004", + "intro": "AMS failed to pull back filament. This could be due to a stuck spool or the end of the filament being stuck in the path." + }, + { + "ecode": "18008003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "18078003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07058005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07068005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "07058003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "18028003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07078003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07078005", + "intro": "The AMS failed to send out filament. You can clip the end of your filament flat, and reinsert. If this message persists, please check the PTFE tubes in AMS for any signs of wear and tear." + }, + { + "ecode": "18048003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "18018003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "07008006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07038006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07018006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07068006", + "intro": "Unable to feed filament into the extruder. This could be due to an entangled filament or a stuck spool. If not, please check if the AMS PTFE tube is connected." + }, + { + "ecode": "07008003", + "intro": "Failed to pull out the filament from the extruder. This might be caused by clogged extruder or filament broken inside the extruder." + }, + { + "ecode": "0502400D", + "intro": "Failed to start a new task: filament loading/unloading not completed." + }, + { + "ecode": "03008042", + "intro": "Task paused because the door is open." + }, + { + "ecode": "05008079", + "intro": "Please place the Laser Test Material (350g paperboard) and position support strips underneath to prevent material warping." + }, + { + "ecode": "0580409C", + "intro": "The firmware of AMS-HT A does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0582409C", + "intro": "The firmware of AMS-HT C does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0584409C", + "intro": "The firmware of AMS-HT E does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0501409D", + "intro": "The firmware of AMS B does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0587409C", + "intro": "The firmware of AMS-HT H does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0503409D", + "intro": "The firmware of AMS D does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0581409C", + "intro": "The firmware of AMS-HT B does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0585409C", + "intro": "The firmware of AMS-HT F does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0502409D", + "intro": "The firmware of AMS C does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0500409D", + "intro": "The firmware of AMS A does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0586409C", + "intro": "The firmware of AMS-HT G does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "03004050", + "intro": "Liveview Camera calibration timeout; please restart the printer." + }, + { + "ecode": "0583409C", + "intro": "The firmware of AMS-HT D does not match the printer; the device cannot continue working. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "0C008034", + "intro": "Liveview Camera initialization failed. This print can still continue, but some AI functions will be disabled. If you encounter this issue again after restarting, please contact customer support." + }, + { + "ecode": "0C008043", + "intro": "AI detected nozzle clumping. Please check the nozzle condition. Refer to assistant for solutions." + }, + { + "ecode": "03004008", + "intro": "The AMS failed to change filament." + }, + { + "ecode": "0C00402A", + "intro": "The visual marker was not detected. Please re-paste the paper in the correct position." + }, + { + "ecode": "05004033", + "intro": "The AMS firmware does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "05004031", + "intro": "The accessory firmware does not match the printer. Please upgrade it on the \"Firmware\" page." + }, + { + "ecode": "05008085", + "intro": "Toolhead camera is obstructed" + }, + { + "ecode": "07FF8007", + "intro": "Please observe the nozzle. If the filament has been extruded, select \"Continue\"; if it is not, please push the filament forward slightly, and then select \"Retry\"." + }, + { + "ecode": "07FF8002", + "intro": "The cutter is stuck. Please make sure the cutter handle is out." + }, + { + "ecode": "0500808C", + "intro": "Detected build plate offset. Please align the build plate with the heatbed, and then continue." + }, + { + "ecode": "07FFC011", + "intro": "Please manually and slowly pull out the filament from the extruder. Then click “Continue”." + }, + { + "ecode": "05004039", + "intro": "The current task does not allow the installation of the laser/cutting module, and the task has been halted." + }, + { + "ecode": "0500403B", + "intro": "Laser/cutting tasks cannot be initiated on the machine at the moment. Please use the computer software to start the task." + }, + { + "ecode": "07044025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07004025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07034025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18014025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07024025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18044025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07014025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07074025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18074025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07064025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18064025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18054025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "07054025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18004025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18034025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "18024025", + "intro": "Failed to read the filament information." + }, + { + "ecode": "0300800D", + "intro": "Detected that the extruder is not extruding normally. If the defects are acceptable, select \"Resume\" to resume the print job." + }, + { + "ecode": "0500C036", + "intro": "This is a printing task. Please detach the Laser/Cutting Module from the Toolhead." + }, + { + "ecode": "0300804F", + "intro": "The loading/unloading process is currently ongoing. Please stop the process or remove the laser/cutting module." + }, + { + "ecode": "0300804E", + "intro": "This is a printing task. Please detach the Laser/Cutting Module from the Toolhead." + }, + { + "ecode": "0500808A", + "intro": "The BirdsEye Camera is installed offset. Please refer to the assistant to reinstall it." + }, + { + "ecode": "05008089", + "intro": "Task paused due to Presence Check failed. Please check the printer to continue." + }, + { + "ecode": "05008074", + "intro": "The Laser Platform is offset. Please ensure that the four corners of the platform are aligned with the heatbed, and the marker is not obstructed." + }, + { + "ecode": "05FE8081", + "intro": "The left hotend is not installed." + }, + { + "ecode": "05FF8081", + "intro": "The right hotend is not installed." + }, + { + "ecode": "05FF8080", + "intro": "The right hotend is not installed." + }, + { + "ecode": "05FE8080", + "intro": "The left hotend is not installed." + }, + { + "ecode": "05008080", + "intro": "The left and right hotend is not installed." + }, + { + "ecode": "05008081", + "intro": "The left and right hotend is not installed." + }, + { + "ecode": "05008088", + "intro": "The Birdseye Camera is dirty" + }, + { + "ecode": "05008087", + "intro": "BirdsEye camera is obstructed" + }, + { + "ecode": "03004002", + "intro": "Auto Bed Leveling failed; the task has been stopped." + }, + { + "ecode": "0C004020", + "intro": "The setup of BirdsEye Camera failed. Please clear all objects and remove the mat. Make sure the marker is not obstructed. Meanwhile, clean both the BirdsEye Camera and Toolhead Camera, and remove any foreign objects blocking their view." + }, + { + "ecode": "03008021", + "intro": "The nozzle may not be installed or not properly installed. Please ensure the nozzle is correctly installed before proceeding." + }, + { + "ecode": "03008061", + "intro": "The mode of Airflow System failed to activate; check the air door condition." + }, + { + "ecode": "0300801A", + "intro": "Filament extrusion error; please check the assistant for troubleshooting. After resolving the issue, decide whether to cancel or resume the print job based on the actual print status." + }, + { + "ecode": "05008084", + "intro": "The Live View Camera is dirty; please clean it and continue." + }, + { + "ecode": "0500401E", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014023", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014025", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "18068012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "10018003", + "intro": "The time-lapse mode is set to Traditional in the slicing file. This may cause surface defects. Would you like to enable it?" + }, + { + "ecode": "03008014", + "intro": "The nozzle is covered with filament, or the build plate is installed incorrectly. Please cancel this print and clean the nozzle or adjust the build plate according to the actual status. You can also select \"Resume\" to resume the print job." + }, + { + "ecode": "03008017", + "intro": "Foreign objects detected on heatbed. Please check and clean the heatbed. Then, select \"Resume\" to resume the print job." + }, + { + "ecode": "0500401C", + "intro": "Cloud access is rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004025", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004026", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004028", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "0501401B", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014020", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014022", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014029", + "intro": "Cloud access is rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "07008012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07018012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07028012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07FF8011", + "intro": "External filament has run out; please load a new filament." + }, + { + "ecode": "0300801C", + "intro": "The extrusion resistance is abnormal. The extruder may be clogged, please refer to the assistant, after trouble shooting, you can select \"Resume\" to resume the print job." + }, + { + "ecode": "05008055", + "intro": "Laser module is installed, but a Cutting Platform is detected. Please place a Laser Platform and perform laser calibration." + }, + { + "ecode": "03004020", + "intro": "The nozzle presence detection failed. Please check the Assistant for details." + }, + { + "ecode": "0500402E", + "intro": "System does not support the file system currently used by the USB flash drive. Please replace or format the USB flash drive to FAT32." + }, + { + "ecode": "05008063", + "intro": "The platform is not detected during calibration; please make sure the Laser Platform is properly placed." + }, + { + "ecode": "05008066", + "intro": "The task requires a Cutting Platform, but the current one is a Laser Platform. Please replace it with a Cutting Platform (Cutting Protection Base + LightGrip cutting mat)." + }, + { + "ecode": "18008012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18048012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07058012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07068012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07078012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18058012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18078012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07048012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18018012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "05004065", + "intro": "The task requires a Laser Platform, but the current one is a Cutting Platform. Please replace it, measure the material thickness in the software, and then restart the task." + }, + { + "ecode": "05004075", + "intro": "No Laser Platform was detected, which may affect thickness measurement accuracy. Please place the laser platform correctly and ensure the rear markers are not blocked, then restart the thickness measurement in the software before initiating the task." + }, + { + "ecode": "0500807D", + "intro": "This task requires a Cutting Platform, but the current one is a Laser Platform. Please replace it with a Cutting Platform (Cutting Protection Base + StrongGrip Cutting Mat)." + }, + { + "ecode": "03008000", + "intro": "Printing was paused for unknown reason. You can select \"Resume\" to resume the print job." + }, + { + "ecode": "03008016", + "intro": "The nozzle is clogged with filament. Please cancel this print and clean the nozzle or select \"Resume\" to resume the print job." + }, + { + "ecode": "0500401B", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004020", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004022", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004023", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05004029", + "intro": "Cloud access is rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "0501401C", + "intro": "Cloud access is rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "0501401E", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014026", + "intro": "Cloud access rejected. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "05014028", + "intro": "Cloud response is invalid. If you have tried multiple times and are still failing, please contact customer support." + }, + { + "ecode": "07038012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07FF8012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "07FFC00A", + "intro": "Please observe the nozzle. If the filament has been extruded, select \"Continue\"; if not, please push the filament forward slightly and then select \"Retry\"." + }, + { + "ecode": "05008064", + "intro": "Please place the Laser Platform correctly and ensure the rear markers are not blocked for laser calibration." + }, + { + "ecode": "18038012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18028012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "18FF8012", + "intro": "Failed to get AMS mapping table; please select \"Resume\" to retry." + }, + { + "ecode": "05004076", + "intro": "Please place the Laser Platform correctly and ensure the rear markers are not blocked, then restart the thickness measurement in the software before initiating the task." + }, + { + "ecode": "0500807A", + "intro": "The foreign object detection function is not working. You can continue the task or check the assistant for troubleshooting." + }, + { + "ecode": "07FF8010", + "intro": "Check if the external filament spool or filament is stuck." + }, + { + "ecode": "03004000", + "intro": "Z axis homing failed; the task has been stopped." + }, + { + "ecode": "0300800A", + "intro": "A Filament pile-up was detected by AI Print Monitoring. Please clean filament from the waste chute." + }, + { + "ecode": "0300800B", + "intro": "The cutter is stuck. Please make sure the cutter handle is out and check the filament sensor cable connection." + }, + { + "ecode": "03008065", + "intro": "The temperature of the MC module is too high. Please check the Wiki for possible explanations." + }, + { + "ecode": "05004070", + "intro": "The laser or cutter module is connected, so the device cannot initiate a 3D printing task." + }, + { + "ecode": "0300400B", + "intro": "Internal communication exception" + }, + { + "ecode": "03008001", + "intro": "Printing paused due to the pause command added to the printing file." + }, + { + "ecode": "05014038", + "intro": "The regional settings do not match the printer; please check the printer's regional settings." + }, + { + "ecode": "03008051", + "intro": "The cutting module has dropped or the cutting module cable is disconnected; please check the module." + }, + { + "ecode": "0C004024", + "intro": "The Birdseye Camera is installed offset. Please refer to the assistant to reinstall it." + }, + { + "ecode": "10018004", + "intro": "Prime Tower is not enabled and time-lapse mode is set to Smooth in slicing file. This may cause surface defects. Would you like to enable it?" + }, + { + "ecode": "03008041", + "intro": "Platform detection timeout: please restart the printer." + }, + { + "ecode": "03004067", + "intro": "Calibration result is over the threshold." + }, + { + "ecode": "18008011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18078011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18038011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18018011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18058011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18068011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "18048011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "03004011", + "intro": "Flow Dynamics Calibration failed; please reinitiate printing or calibration." + }, + { + "ecode": "18028011", + "intro": "AMS-HT filament ran out. Please insert a new filament into the same AMS-HT slot." + }, + { + "ecode": "05008072", + "intro": "Live View camera is blocked" + }, + { + "ecode": "05008083", + "intro": "Material is not allowed in Mounting Calibration. Please remove the material from the platform." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "10014002", + "intro": "Timelapse is not supported as the Print sequence is set to \"By object\"." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1803C069", + "intro": "An error occurred during AMS-HT D drying. Please go to Assistant for more details." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT A motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C069", + "intro": "An error occurred during AMS-HT F drying. Please go to Assistant for more details." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1807C069", + "intro": "An error occurred during AMS-HT H drying. Please go to Assistant for more details." + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT D motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C069", + "intro": "An error occurred during AMS-HT G drying. Please go to Assistant for more details." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1800C069", + "intro": "An error occurred during AMS-HT A drying. Please go to Assistant for more details." + }, + { + "ecode": "1802C069", + "intro": "An error occurred during AMS-HT C drying. Please go to Assistant for more details." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1000C003", + "intro": "Enabling Timelapse in traditional mode may cause defects; please activate this feature as needed." + }, + { + "ecode": "1804C069", + "intro": "An error occurred during AMS-HT E drying. Please go to Assistant for more details." + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT B motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT G motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1801C069", + "intro": "An error occurred during AMS-HT B drying. Please go to Assistant for more details." + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "10014001", + "intro": "Timelapse is not supported as Spiral Vase mode is enabled in slicing presets." + }, + { + "ecode": "0500806E", + "intro": "Foreign objects detected on heatbed; please check and clean up the heatbed." + }, + { + "ecode": "05004004", + "intro": "Device is busy and cannot start new task. Please wait for current task to complete before sending new task." + }, + { + "ecode": "0C004025", + "intro": "The Birdseye Camera is dirty. Please clean it and restart the process." + }, + { + "ecode": "05008061", + "intro": "No print plate detected. Please make sure it is placed correctly." + }, + { + "ecode": "0701C06C", + "intro": "AMS B is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "0701C069", + "intro": "An error occurred during AMS B drying. Please go to Assistant for more details." + }, + { + "ecode": "0700C06E", + "intro": "AMS A motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "0703C06C", + "intro": "AMS D is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "0703C069", + "intro": "An error occurred during AMS D drying. Please go to Assistant for more details." + }, + { + "ecode": "0701C06B", + "intro": "AMS B is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "0700C06C", + "intro": "AMS A is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C069", + "intro": "An error occurred during AMS C drying. Please go to Assistant for more details." + }, + { + "ecode": "0703C06B", + "intro": "AMS D is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "03008054", + "intro": "Please place the paper required for Print Then Cut." + }, + { + "ecode": "0703C06D", + "intro": "AMS D is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "0701C06D", + "intro": "AMS B is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C06A", + "intro": "AMS C is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C06E", + "intro": "AMS C motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C06C", + "intro": "AMS C is in Feed Assist Mode. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C06B", + "intro": "AMS C is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "0700C06D", + "intro": "AMS A is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "0701C06A", + "intro": "AMS B is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "0702C06D", + "intro": "AMS C is assisting in filament insertion. Unable to start drying. Please try again later." + }, + { + "ecode": "05008082", + "intro": "Please remove the protective film on the Opaque Glossy Acrylic before processing" + }, + { + "ecode": "0703C06A", + "intro": "AMS D is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "0700C06B", + "intro": "AMS A is changing filament. Unable to start drying. Please try again later." + }, + { + "ecode": "05008060", + "intro": "The current module on toolhead does not meet requirements. Please replace the module as per the on-screen instructions." + }, + { + "ecode": "0700C069", + "intro": "An error occurred during AMS A drying. Please go to Assistant for more details." + }, + { + "ecode": "0701C06E", + "intro": "AMS B motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "0700C06A", + "intro": "AMS A is reading RFID. Unable to start drying. Please try again later." + }, + { + "ecode": "0703C06E", + "intro": "AMS D motor is performing self-test. Unable to start drying. Please try again later." + }, + { + "ecode": "05008056", + "intro": "Cutting module is installed, but the laser platform is detected. Please place the cutting platform for calibration." + }, + { + "ecode": "0500C07F", + "intro": "Device is busy and cannot perform this operation. To proceed, please pause or stop the current task." + }, + { + "ecode": "0C008016", + "intro": "The foreign object detection function is not working. You can continue the task or check assistant for solutions." + }, + { + "ecode": "07FF8001", + "intro": "Failed to cut the filament. Please check the cutter." + }, + { + "ecode": "18FF8001", + "intro": "Failed to cut the filament. Please check the cutter." + }, + { + "ecode": "07018016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07048016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18028016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07078016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18018016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18008016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "0C004021", + "intro": "The setup of BirdsEye Camera failed; please reboot the printer." + }, + { + "ecode": "0C004026", + "intro": "The Live View Camera initialization failed; please reboot the printer." + }, + { + "ecode": "07008016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07038016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07028016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07068016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18048016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18068016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18078016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18038016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "07058016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "18058016", + "intro": "The extruder is not extruding normally; please refer to the Assistant. After trouble shooting. If the defects are acceptable, please resume." + }, + { + "ecode": "0C00402D", + "intro": "The toolhead camera is not working properly; please reboot the device." + }, + { + "ecode": "07FF8004", + "intro": "Failed to pull back the filament from the toolhead to AMS. Please check whether the filament or the spool is stuck." + }, + { + "ecode": "0500805C", + "intro": "The grip cutting mat type does not match; please place a LightGrip cutting mat." + }, + { + "ecode": "05008059", + "intro": "Cutting platform base is not correctly aligned. Please ensure that the four corners of the platform are aligned with the heatbed." + }, + { + "ecode": "0500806C", + "intro": "Please place the cutting platform correctly and ensure the marker is exposed." + }, + { + "ecode": "07018013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "0500805A", + "intro": "Please place the cutting mat on cutting protection base." + }, + { + "ecode": "07068013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18038013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18008013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18048013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18028013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18058013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "07048013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "05008071", + "intro": "No cutting platform was detected. Please confirm that it has been correctly placed." + }, + { + "ecode": "05008073", + "intro": "Heatbed limit block is obstructed or contaminated. Please clean and ensure the limit block is visible, otherwise platform position offset detection may be inaccurate." + }, + { + "ecode": "05008068", + "intro": "Please place the strong grip cutting mat correctly and ensure the marker is exposed." + }, + { + "ecode": "0500807C", + "intro": "Please place the cutting platform (cutting protection base + StrongGrip cutting mat)." + }, + { + "ecode": "05008067", + "intro": "Please place a LightGrip cutting mat on the cutting protection base." + }, + { + "ecode": "07008013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "07028013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "07038013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "0500806F", + "intro": "The grip cutting mat type does not match; please place a StrongGrip cutting mat." + }, + { + "ecode": "18068013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "07058013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "07078013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18018013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "18078013", + "intro": "Timeout purging old filament: Please check if the filament is stuck or the extruder is clogged." + }, + { + "ecode": "03004052", + "intro": "Blade Z-axis homing failed" + }, + { + "ecode": "05008058", + "intro": "Please place the light grip cutting mat correctly and ensure the marker is exposed." + }, + { + "ecode": "0500807B", + "intro": "Please place the cutting platform (cutting protection base + LightGrip cutting mat)." + }, + { + "ecode": "0C008018", + "intro": "The foreign object detection function is not working. You can continue the task or view the assistant for troubleshooting." + }, + { + "ecode": "0500805B", + "intro": "The cutting mat type is unknown; please replace it with the correct cutting mat." + }, + { + "ecode": "03008064", + "intro": "The chamber temperature is too high. Please open the top cover and front door to cool down. (Open door detection for this print job will be set to \"Notification\" level)" + }, + { + "ecode": "0C008017", + "intro": "Foreign objects detected on the platform; please clean them up on time." + }, + { + "ecode": "05008077", + "intro": "The visual marker was not detected. Please ensure the paper is properly placed." + }, + { + "ecode": "05008078", + "intro": "Current material does not match the sliced file settings. Please load the correct material and ensure the QR code on the material is not damaged or dirty." + }, + { + "ecode": "0500403F", + "intro": "Failed to download print job; please check your network connection." + }, + { + "ecode": "0500403D", + "intro": "The toolhead module is not set up. Please set it up before initiating the task." + }, + { + "ecode": "0300400C", + "intro": "The task was canceled." + }, + { + "ecode": "05008051", + "intro": "Detected build plate is not the same as the Gcode file. Please adjust slicer settings or use the correct plate." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "07078010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18048010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18038010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18028010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18008010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "18078010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "07068011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "0C004027", + "intro": "The Live View Camera calibration failed. Please refer to the assistant for details and recalibrate the camera after processing." + }, + { + "ecode": "07058010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18018010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18068010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "18058010", + "intro": "The AMS-HT assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07048010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07068010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07078011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07058011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07048011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "0C008015", + "intro": "Objects detected on the platform; please clean them up in a timely manner." + }, + { + "ecode": "05024006", + "intro": "Unknown module detected, please try updating the firmware to the latest version." + }, + { + "ecode": "07018017", + "intro": "AMS B is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "07028017", + "intro": "AMS C is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "03004013", + "intro": "Printing cannot be initiated while AMS is drying." + }, + { + "ecode": "07038017", + "intro": "AMS D is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "07008017", + "intro": "AMS A is drying. Please stop drying process before loading/unloading material." + }, + { + "ecode": "07FFC003", + "intro": "Please pull out the filament on the spool holder. If this message persists, please check to see if there is filament broken in the extruder or PTFE tube. (Connect a PTFE tube if you are about to use an AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Please pull out the filament on the spool holder. If this message persists, please check to see if there is filament broken in the extruder. (Connect a PTFE tube if you are about to use an AMS)" + }, + { + "ecode": "0500405D", + "intro": "Laser module Serial Number error: unable to calibrate or make project." + }, + { + "ecode": "0500805E", + "intro": "Cutting module Serial Number error: unable to calibrate or make project." + }, + { + "ecode": "0500C010", + "intro": "USB flash drive read-write exception; please reinsert or replace it." + }, + { + "ecode": "0500402F", + "intro": "USB flash drive sector data is damaged; please format it. If it still cannot be recognized, please replace the USB flash drive." + }, + { + "ecode": "05008053", + "intro": "Nozzle mismatch was detected during printing. Please initiate the print after re-slicing, or continue printing after replacing the correct nozzle. Caution: the hotend temperature is high." + }, + { + "ecode": "05024003", + "intro": "The printer is currently printing and the motion accuracy enhancement feature cannot be turned on or off." + }, + { + "ecode": "05024005", + "intro": "The AMS has not been calibrated yet, so printing cannot be initiated." + }, + { + "ecode": "07FF8003", + "intro": "Please pull out the filament on the spool holder. If this message persists, please check to see if there is filament broken in the extruder. (Connect a PTFE tube if you are about to use an AMS.)" + }, + { + "ecode": "03008049", + "intro": "The current plate is invalid." + }, + { + "ecode": "05004008", + "intro": "Starting printing failed; please power cycle the printer and resend the print job." + }, + { + "ecode": "0500400B", + "intro": "There was a problem downloading a file. Please check your network connection and resend the print job." + }, + { + "ecode": "05004018", + "intro": "Binding configuration information parsing failed; please try again." + }, + { + "ecode": "0500402C", + "intro": "Failed to obtain IP address, which may be caused by wireless interference resulting in data transmission failure or the DHCP address pool of the router being full. Please move the printer closer to the router and try again. If the issue persists, please check router settings to see whether the IP addresses have been exhausted." + }, + { + "ecode": "0500400A", + "intro": "The file name is not supported. Please rename and restart the print job." + }, + { + "ecode": "0500400D", + "intro": "Please run a self-test and restart the print job." + }, + { + "ecode": "0501401A", + "intro": "Cloud access failed. Possible reasons include network instability caused by interference, inability to access the internet, or router firewall configuration restrictions. You can try moving the printer closer to the router or checking the router configuration before trying again." + }, + { + "ecode": "05014033", + "intro": "Your APP region does not match with your printer; please download the APP in the corresponding region and register your account again." + }, + { + "ecode": "0500402D", + "intro": "System exception" + }, + { + "ecode": "03008047", + "intro": "Quick-release lever detection time out: please restart the printer." + }, + { + "ecode": "03008008", + "intro": "Nozzle temperature malfunction" + }, + { + "ecode": "03008009", + "intro": "Heatbed temperature malfunction" + }, + { + "ecode": "05004002", + "intro": "Unsupported print file path or name. Please resend the print job." + }, + { + "ecode": "05004006", + "intro": "There is not enough free storage space for the print job. Restoring to factory settings can free up available space." + }, + { + "ecode": "05014039", + "intro": "Device login has expired; please try to bind again." + }, + { + "ecode": "03008046", + "intro": "Foreign object detect timeout: please restart the printer." + }, + { + "ecode": "03008062", + "intro": "The chamber temperature is too high. It may be due to high environmental temperature." + }, + { + "ecode": "03008045", + "intro": "Material detection timeout: please restart the printer." + }, + { + "ecode": "0300800C", + "intro": "Skipped step detected: auto-recover complete; please resume print and check if there are any layer shift problems." + }, + { + "ecode": "0500401A", + "intro": "Cloud access failed. Possible reasons include network instability caused by interference, inability to access the internet, or router firewall configuration restrictions. You can try moving the printer closer to the router or checking the router configuration before trying again." + }, + { + "ecode": "05014018", + "intro": "Binding configuration information parsing failed; please try again." + }, + { + "ecode": "0300400F", + "intro": "The power supply voltage does not match the printer." + }, + { + "ecode": "05024004", + "intro": "Some features are not supported by the current device. Please check the Studio feature settings or update the firmware to the latest version." + }, + { + "ecode": "0500806D", + "intro": "Material not detected. Please confirm placement and continue." + }, + { + "ecode": "0C004022", + "intro": "The setup of BirdsEye Camera failed. Please check if the laser module is working properly." + }, + { + "ecode": "0300801D", + "intro": "The extruder servo motor position sensor is malfunctioning. Please power off the printer first and check if the connection cable is loose." + }, + { + "ecode": "07038002", + "intro": "The cutter is stuck. Please make sure the cutter handle is out." + }, + { + "ecode": "0C00403D", + "intro": "The vision encoder plate was not detected. Please confirm it is correctly positioned on the heatbed." + }, + { + "ecode": "07028002", + "intro": "The cutter is stuck. Please make sure the cutter handle is out." + }, + { + "ecode": "07018002", + "intro": "The cutter is stuck. Please make sure the cutter handle is out." + }, + { + "ecode": "0C00C004", + "intro": "Possible spaghetti failure was detected." + }, + { + "ecode": "05004043", + "intro": "Due to power limitations, only one AMS is allowed to use the device's power for drying." + }, + { + "ecode": "05004052", + "intro": "Error detected on the hot end." + }, + { + "ecode": "05004050", + "intro": "Error detected on the print board." + }, + { + "ecode": "03004068", + "intro": "Step loss occurred during the motion accuracy enhancement process. Please try again." + }, + { + "ecode": "05004054", + "intro": "Error detected on the mat." + }, + { + "ecode": "0500403E", + "intro": "The current tool head does not support initialization." + }, + { + "ecode": "03004066", + "intro": "Calibration of motion precision failed." + }, + { + "ecode": "0C00C006", + "intro": "Purged filament may have piled up in the waste chute." + }, + { + "ecode": "03008063", + "intro": "The chamber temperature is too high. Please open the top cover and front door to cool down." + }, + { + "ecode": "0C00800B", + "intro": "The heatbed marker was not detected. Please clear all objects and remove the mat. Make sure the marker is not obstructed." + }, + { + "ecode": "0C004029", + "intro": "Material not detected. Please confirm placement and continue." + }, + { + "ecode": "0C008005", + "intro": "Purged filament has piled up in the waste chute, which may cause a tool head collision." + }, + { + "ecode": "0C008033", + "intro": "Quick-release Lever is not locked. Please push it down to secure." + }, + { + "ecode": "0C008009", + "intro": "Build plate localization marker was not found." + }, + { + "ecode": "1000C001", + "intro": "High bed temperature may lead to filament clogging in the nozzle. You may open the chamber door." + }, + { + "ecode": "1000C002", + "intro": "Printing CF material with stainless steel may cause nozzle damage." + }, + { + "ecode": "07038010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07038011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07FF8006", + "intro": "Please feed filament into the PTFE tube until it can not be pushed any farther." + }, + { + "ecode": "07FFC006", + "intro": "Please feed filament into the PTFE tube until it can not be pushed any farther." + }, + { + "ecode": "07FFC009", + "intro": "Please feed filament into the PTFE tube until it can not be pushed any farther." + }, + { + "ecode": "07028010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07028011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07018010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "07018011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07008011", + "intro": "AMS filament ran out. Please insert a new filament into the same AMS slot." + }, + { + "ecode": "07008002", + "intro": "The cutter is stuck. Please make sure the cutter handle is out." + }, + { + "ecode": "07008010", + "intro": "The AMS assist motor is overloaded. This could be due to entangled filament or a stuck spool." + }, + { + "ecode": "0501401D", + "intro": "Cloud access failed, which may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "0501401F", + "intro": "Authorization timed out. Please make sure that your phone or PC has access to the internet, and ensure that the Bambu Studio/Bambu Handy APP is running in the foreground during the binding operation." + }, + { + "ecode": "05014021", + "intro": "Cloud access failed, which may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "05014024", + "intro": "Cloud access failed. Possible reasons include network instability caused by interference, inability to access the internet, or router firewall configuration restrictions. You can try moving the printer closer to the router or checking the router configuration before you try again." + }, + { + "ecode": "05014027", + "intro": "Cloud access failed; this may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "05014031", + "intro": "Device discovery binding is in progress, and the QR code cannot be displayed on the screen. You can wait for the binding to finish or abort the device discovery binding process in the APP/Studio and retry scanning the QR code on the screen for binding." + }, + { + "ecode": "05014032", + "intro": "QR code binding is in progress, so device discovery binding cannot be performed. You can scan the QR code on the screen for binding or exit the QR code display page on screen and try device discovery binding." + }, + { + "ecode": "05014034", + "intro": "The slicing progress has not been updated for a long time, and the printing task has exited. Please confirm the parameters and reinitiate printing." + }, + { + "ecode": "05014035", + "intro": "The device is in the process of binding and cannot respond to new binding requests." + }, + { + "ecode": "05024001", + "intro": "Current filament will be used in this print job. Settings cannot be changed." + }, + { + "ecode": "05004001", + "intro": "Failed to connect to Bambu Cloud. Please check your network connection." + }, + { + "ecode": "05004003", + "intro": "Printing stopped because the printer was unable to parse the file. Please resend your print job." + }, + { + "ecode": "05004005", + "intro": "Print jobs are not allowed to be sent while updating firmware." + }, + { + "ecode": "05004009", + "intro": "Print jobs are not allowed to be sent while updating logs." + }, + { + "ecode": "0500400E", + "intro": "Printing was cancelled." + }, + { + "ecode": "05004014", + "intro": "Slicing for the print job failed. Please check your settings and restart the print job." + }, + { + "ecode": "05004017", + "intro": "Binding failed. Please retry or restart the printer and retry." + }, + { + "ecode": "05004019", + "intro": "The printer has already been bound. Please unbind it and try again." + }, + { + "ecode": "0500401D", + "intro": "Cloud access failed, which may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "0500401F", + "intro": "Authorization timed out. Please make sure that your phone or PC has access to the internet, and ensure that the Bambu Studio/Bambu Handy APP is running in the foreground during the binding operation." + }, + { + "ecode": "05004021", + "intro": "Cloud access failed, which may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "05004024", + "intro": "Cloud access failed. Possible reasons include network instability caused by interference, inability to access the internet, or router firewall configuration restrictions. You can try moving the printer closer to the router or checking the router configuration before you try again." + }, + { + "ecode": "05004027", + "intro": "Cloud access failed; this may be caused by network instability due to interference. You can try moving the printer closer to the router before you try again." + }, + { + "ecode": "0500402A", + "intro": "Failed to connect to the router, which may be caused by wireless interference or being too far away from the router. Please try again or move the printer closer to the router and try again." + }, + { + "ecode": "0500402B", + "intro": "Router connection failed due to incorrect password. Please check the password and try again." + }, + { + "ecode": "05004037", + "intro": "Your sliced file is not compatible with current printer model. This file can't be printed on this printer." + }, + { + "ecode": "05004038", + "intro": "The nozzle diameter in sliced file is not consistent with the current nozzle setting. This file can't be printed." + }, + { + "ecode": "05008013", + "intro": "The print file is not available. Please check to see if the storage media has been removed." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Your sliced file is not consistent with the current printer model. Continue?" + }, + { + "ecode": "05014017", + "intro": "Binding failed. Please retry or restart the printer and retry." + }, + { + "ecode": "05014019", + "intro": "The printer has already been bound. Please unbind it and try again." + }, + { + "ecode": "03004001", + "intro": "The printer timed out waiting for the nozzle to cool down before homing." + }, + { + "ecode": "03004005", + "intro": "The hotend cooling fan speed is abnormal." + }, + { + "ecode": "03004006", + "intro": "The nozzle is clogged." + }, + { + "ecode": "03004009", + "intro": "Homing XY axis failed." + }, + { + "ecode": "0300400A", + "intro": "Mechanical resonance frequency identification failed." + }, + { + "ecode": "0300400D", + "intro": "Resume failed after power loss." + }, + { + "ecode": "0300400E", + "intro": "The motor self-check failed." + }, + { + "ecode": "03008003", + "intro": "Spaghetti defects were detected by the AI Print Monitoring. Please check the quality of the printed model before continuing your print." + }, + { + "ecode": "03008005", + "intro": "Toolhead front cover fell off. Please remount the front cover and check to make sure your print is going okay." + }, + { + "ecode": "03008007", + "intro": "There was an unfinished print job when the printer lost power. If the model is still adhered to the build plate, you can try resuming the print job." + }, + { + "ecode": "0300800E", + "intro": "The print file is not available. Please check to see if the storage media has been removed." + }, + { + "ecode": "0300800F", + "intro": "The door seems to be open, so printing was paused." + }, + { + "ecode": "03008010", + "intro": "The hotend cooling fan speed is abnormal." + }, + { + "ecode": "03008013", + "intro": "Printing was paused by the user. You can select \"Resume\" to continue printing." + }, + { + "ecode": "03008018", + "intro": "Chamber temperature malfunction." + }, + { + "ecode": "03008019", + "intro": "No build plate is placed." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_es_22E.json b/resources/hms/hms_es_22E.json new file mode 100644 index 0000000000..0e3e145035 --- /dev/null +++ b/resources/hms/hms_es_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "es": [ + { + "ecode": "0300020000010008", + "intro": "La temperatura de la boquilla del extrusor es anormal y no puede alcanzar el valor establecido. Esto puede ser causado por una funda de silicona de boquilla mal instalada." + }, + { + "ecode": "030018000001000D", + "intro": "La calibración de detección de agrupamiento de boquillas falló. Se detectó una fuerza excesiva en la boquilla. Por favor, asegúrese de que la boquilla esté instalada correctamente." + }, + { + "ecode": "030018000001000E", + "intro": "La calibración de detección de agrupamiento de boquillas falló. La boquilla no tocó la pared interna del agujero. Por favor, limpie la boquilla y el agujero de la placa de acero en el lado trasero derecho de la cama caliente." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "El extrusor extruye de forma anormal. Puede estar obstruido, el filamento puede ser demasiado fino y provocar que el extrusor se deslice, o el filamento externo puede estar enredado." + }, + { + "ecode": "0300090000020004", + "intro": "La resistencia de extrusión es anormal. El extrusor podría estar obstruido, el filamento podría estar atascado en el cabezal, o el filamento externo podría estar enredado." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "La velocidad del ventilador de refrigeración del componente auxiliar del lado izquierdo es lenta. Es posible que esté atascado y sea necesario limpiarlo." + }, + { + "ecode": "03003A0000020002", + "intro": "La velocidad del ventilador de refrigeración del componente auxiliar del lado izquierdo es lenta. Es posible que esté atascado y sea necesario limpiarlo." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Error en la autenticación del kit de time-lapse. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0C0003000003001A", + "intro": "La detección de objetos extraños ha fallado, posiblemente debido a una interrupción manual (por ejemplo, al hacer clic en «Detener»). Si no es así, intenta reiniciar la impresora o actualizar el firmware." + }, + { + "ecode": "0501040000030002", + "intro": "La varilla roscada necesita lubricación ahora." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Se ha detectado un salto anómalo en los datos del sensor de fuerza de extrusión del extrusor, potencialmente causado por un mal contacto del sensor o un sensor defectuoso." + }, + { + "ecode": "0300910000010008", + "intro": "El calentador de la cámara 1 no pudo alcanzar la temperatura objetivo." + }, + { + "ecode": "0C00030000020015", + "intro": "La detección de objetos extraños no funciona. Se detectó que la cámara Live View ha sido reemplazada. Si hay un módulo de corte instalado, desinstálalo, pulsa «Ajustes > Calibración» en la pantalla de la impresora y vuelve a calibrar la cámara Live View." + }, + { + "ecode": "0C00030000020014", + "intro": "La precisión de la detección de objetos extraños ha disminuido. Si esto ocurre con frecuencia, realice una calibración de la cámara Live View («Ajustes» > «Calibración» en la pantalla de la impresora). Si hay un módulo de corte instalado, retírelo antes de continuar." + }, + { + "ecode": "0C00030000020012", + "intro": "La detección de objetos extraños no funciona. La cámara Live View necesita calibración. Toca «Ajustes > Calibración» en la pantalla de la impresora. Si hay un módulo de corte instalado, retírelo antes de la calibración." + }, + { + "ecode": "0501040000030003", + "intro": "Las varillas lineales necesitan limpieza y lubricación ahora." + }, + { + "ecode": "0300180000030009", + "intro": "La impresión a alta temperatura en la cama se realiza por primera vez. Para obtener una mejor calidad de impresión en la primera capa, la calibración del lecho térmico a alta temperatura se realiza automáticamente." + }, + { + "ecode": "03002D0000030009", + "intro": "Esta es la primera impresión de la impresora con una temperatura elevada en el lecho térmico. Para obtener una mejor calidad de impresión en la primera capa, la nivelación del lecho a alta temperatura se realiza automáticamente." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A El odometer no tiene señal. El conector del odometer puede tener un mal contacto." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "La nivelación de la cama con calefacción ha fallado, posiblemente debido a la presencia de objetos extraños en la cama o a la inclinación de la cama. Si continúa imprimiendo, puede dañar la placa base. Elimine cualquier residuo o nivele manualmente la cama antes de volver a intentarlo." + }, + { + "ecode": "0500030000020055", + "intro": "La información del usuario ha caducado. Vuelva a iniciar sesión." + }, + { + "ecode": "0300290000010001", + "intro": "No se pueden reconocer los patrones del codificador de visión; las posibles razones incluyen la distorsión del patrón del codificador de visión, la sobreexposición a la luz y la mala colocación de la placa." + }, + { + "ecode": "0703250000020001", + "intro": "El AMS D utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0700250000020001", + "intro": "El AMS A utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0701250000020001", + "intro": "El AMS B utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0706250000020001", + "intro": "El AMS G utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0702250000020001", + "intro": "El AMS C utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0705250000020001", + "intro": "El AMS F utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0707250000020001", + "intro": "El AMS H utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0704250000020001", + "intro": "El AMS E utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "03002B0000020001", + "intro": "Fallo la calibración de la compuerta de aire. Compruebe si hay algún objeto extraño bloqueando la compuerta." + }, + { + "ecode": "0701900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS B es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0707910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS H es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1803900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT D es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT H es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT A es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 de AMS-HT A es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS E es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1803910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT D es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS F es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1805900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT F es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS G es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1804900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT E es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS H es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1802900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT C es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT F es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT E es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT G es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 de AMS A es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0702900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS C es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0706910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS G es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0701910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS B es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1801910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT B es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT G es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS D es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0700900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS A es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0704910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS E es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0705910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS F es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0702910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS C es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "0703900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS D es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base de AMS." + }, + { + "ecode": "1801900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT B es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "El sensor de corriente de la válvula de escape 1 del AMS-HT H es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "El sensor de corriente de la válvula de escape 2 del AMS-HT C es anormal; comuníquese con el servicio de atención al cliente para reemplazar la placa base del AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "El error de control de temperatura, en el AMS C, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1800960000020004", + "intro": "El error de control de temperatura, en el AMS-HT A, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0704960000020004", + "intro": "El error de control de temperatura, en el AMS E, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1801250000020001", + "intro": "El AMS-HT B utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "1803250000020001", + "intro": "La AMS-HT D utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecta un adaptador de corriente." + }, + { + "ecode": "1807250000020001", + "intro": "El AMS-HT H utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "1806250000020001", + "intro": "El AMS-HT G utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecta un adaptador de corriente." + }, + { + "ecode": "0703960000020004", + "intro": "El error de control de temperatura, en el AMS D, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0707960000020004", + "intro": "El error de control de temperatura, en el AMS H, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1802960000020004", + "intro": "El error de control de temperatura, en el AMS-HT C, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0300320000010001", + "intro": "La velocidad del ventilador del lado derecho (refrigeración y filtración de componentes auxiliares) es demasiado lenta o está detenida. Es posible que esté atascado o que el conector no esté enchufado correctamente." + }, + { + "ecode": "1803960000020004", + "intro": "El error de control de temperatura, en el AMS-HT D, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0706960000020004", + "intro": "El error de control de temperatura, en el AMS G, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1804960000020004", + "intro": "El error de control de temperatura, en el AMS-HT E, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0701960000020004", + "intro": "El error de control de temperatura, en el AMS B, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1807960000020004", + "intro": "El error de control de temperatura, en el AMS-HT H, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1804250000020001", + "intro": "El AMS-HT E utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F El error de control de temperatura es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1805250000020001", + "intro": "El AMS-HT F utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecte un adaptador de alimentación." + }, + { + "ecode": "1800250000020001", + "intro": "El AMS-HT A utiliza la potencia de la impresora para secar durante la carga/impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "1801960000020004", + "intro": "El error de control de temperatura, en el AMS-HT B, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "1806960000020004", + "intro": "El error de control de temperatura, en el AMS-HT G, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0300320000010002", + "intro": "La velocidad del ventilador del lado derecho (refrigeración y filtración de componentes auxiliares) es lenta. Es posible que esté atascado y sea necesario limpiarlo." + }, + { + "ecode": "1802250000020001", + "intro": "El AMS-HT C utiliza la potencia de la impresora para secar durante la carga o la impresión. Para un mejor rendimiento de secado, conecte un adaptador de corriente." + }, + { + "ecode": "0700960000020004", + "intro": "El error de control de temperatura, en el AMS A, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0705960000020004", + "intro": "El error de control de temperatura, en el AMS F, es demasiado grande, lo que puede deberse a que la tapa está abierta o a una anomalía en el calentador." + }, + { + "ecode": "0500060000020001", + "intro": "La cámara Toolhead no está en su lugar; compruebe la conexión del hardware." + }, + { + "ecode": "0700610000020001", + "intro": "La ranura 2 del AMS A está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0701610000020001", + "intro": "La ranura 2 del AMS B está sobrecargada. Es posible que el filamento esté enredado o que el tampón de filamento esté atascado." + }, + { + "ecode": "0701620000020001", + "intro": "La ranura 3 del AMS B está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0701630000020001", + "intro": "La ranura 4 del AMS B está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0702600000020001", + "intro": "La ranura 1 del AMS C está sobrecargada. Es posible que el filamento esté enredado o que el tampón de filamento esté atascado." + }, + { + "ecode": "1802620000020001", + "intro": "La ranura 3 del AMS-HT C está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0707620000020001", + "intro": "La ranura 3 del AMS H está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1803620000020001", + "intro": "La ranura 3 del AMS-HT D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1804610000020001", + "intro": "La ranura 2 del AMS-HT E está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1804630000020001", + "intro": "La ranura 4 de la AMS-HT E está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "0707630000020001", + "intro": "La ranura 4 del AMS H está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1807600000020001", + "intro": "La ranura 1 del AMS-HT H está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0705630000020001", + "intro": "La ranura 4 del AMS F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0704600000020001", + "intro": "La ranura 1 del AMS E está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1800600000020001", + "intro": "La ranura 1 del AMS-HT A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0707600000020001", + "intro": "La ranura 1 del AMS H está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1801610000020001", + "intro": "La ranura 2 del AMS-HT B está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0706600000020001", + "intro": "La ranura 1 del AMS G está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0706630000020001", + "intro": "La ranura 4 del AMS G está sobrecargada. El filamento puede estar enredado o la bobina puede estar atascada." + }, + { + "ecode": "0300180000010005", + "intro": "La rotación del motor del eje Z está obstruida; compruebe si hay objetos extraños atascados en la corredera en Z o en la polea de sincronización Z. Además, asegúrese de que la placa de construcción esté colocada correctamente para evitar colisiones con las estructuras circundantes." + }, + { + "ecode": "0700600000020001", + "intro": "La ranura 1 del AMS A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0700620000020001", + "intro": "La ranura 3 del AMS A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0700630000020001", + "intro": "La ranura 4 del AMS A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0701600000020001", + "intro": "La ranura 1 del AMS B está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0702610000020001", + "intro": "La ranura 2 del AMS C está sobrecargada. Es posible que el filamento esté enredado o que el tampón de filamento esté atascado." + }, + { + "ecode": "0702620000020001", + "intro": "La ranura 3 del AMS C está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0702630000020001", + "intro": "La ranura 4 del AMS C está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0703600000020001", + "intro": "La ranura 1 del AMS D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0703610000020001", + "intro": "La ranura 2 del AMS D está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "0703620000020001", + "intro": "La ranura 3 del AMS D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0703630000020001", + "intro": "La ranura 4 del AMS D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1806600000020001", + "intro": "La ranura 1 del AMS-HT G está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0706620000020001", + "intro": "La ranura 3 del AMS G está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1805630000020001", + "intro": "La ranura 4 del AMS-HT F está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1803630000020001", + "intro": "La ranura 4 del AMS-HT D está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "0705610000020001", + "intro": "La ranura 2 del AMS F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1806610000020001", + "intro": "La ranura 2 del AMS-HT G está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0704620000020001", + "intro": "La ranura 3 del AMS E está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1800630000020001", + "intro": "La ranura 4 del AMS-HT A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1802600000020001", + "intro": "La ranura 1 del AMS-HT C está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1801630000020001", + "intro": "La ranura 4 del AMS-HT B está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1806630000020001", + "intro": "La ranura 4 del AMS-HT G está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "0704630000020001", + "intro": "La ranura 4 del AMS E está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1805610000020001", + "intro": "La ranura 2 del AMS-HT F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1802630000020001", + "intro": "La ranura 4 del AMS-HT C está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1804620000020001", + "intro": "La ranura 3 de la AMS-HT E está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1805620000020001", + "intro": "La ranura 3 del AMS-HT F está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1800620000020001", + "intro": "La ranura 3 del AMS-HT A está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0706610000020001", + "intro": "La ranura 2 del AMS G está sobrecargada. El filamento puede estar enredado o la bobina puede estar atascada." + }, + { + "ecode": "0705620000020001", + "intro": "La ranura 3 del AMS F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1805600000020001", + "intro": "La ranura 1 del AMS-HT F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1803610000020001", + "intro": "La ranura 2 del AMS-HT D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1801600000020001", + "intro": "La ranura 1 del AMS-HT B está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1807620000020001", + "intro": "La ranura 3 del AMS-HT H está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1807630000020001", + "intro": "La ranura 4 del AMS-HT H está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1804600000020001", + "intro": "La ranura 1 de la AMS-HT E está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "0707610000020001", + "intro": "La ranura 2 del AMS H está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "1806620000020001", + "intro": "La ranura 3 del AMS-HT G está sobrecargada. El filamento podría estar enredado o el soporte de filamento atascado." + }, + { + "ecode": "1807610000020001", + "intro": "La ranura 2 del AMS-HT H está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1803600000020001", + "intro": "La ranura 1 del AMS-HT D está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "1802610000020001", + "intro": "La ranura 2 del AMS-HT C está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "1800610000020001", + "intro": "La ranura 2 del AMS-HT A está sobrecargada. Es posible que el filamento esté enredado o que el soporte de filamento esté atascado." + }, + { + "ecode": "1801620000020001", + "intro": "La ranura 3 del AMS-HT B está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0705600000020001", + "intro": "La ranura 1 del AMS F está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "0704610000020001", + "intro": "La ranura 2 del AMS E está sobrecargada. El filamento podría estar enredado o el soporte de filamento podría estar atascado." + }, + { + "ecode": "050003000002000E", + "intro": "Algunos módulos no son compatibles con la versión del firmware de la impresora, lo que puede afectar a su uso. Vaya a la página «Firmware» para actualizarlo después de conectarse a Internet, o puede actualizarlo sin conexión, según la wiki." + }, + { + "ecode": "0500050000010007", + "intro": "Error en la verificación del comando MQTT. Actualice Studio (incluido el complemento de red) o Handy a la última versión, reinicie el software e inténtelo de nuevo." + }, + { + "ecode": "0300A80000010001", + "intro": "Anomalía en la fuente de alimentación AMS, posiblemente debido a daños en el AMS o a un cortocircuito en la interfaz AMS, o a demasiadas conexiones AMS. Compruebe si está conectado correctamente." + }, + { + "ecode": "030018000001000B", + "intro": "Error en la detección de presencia de boquilla: Boquilla no instalada o instalada incorrectamente." + }, + { + "ecode": "0706230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS G al extrusor está conectado correctamente." + }, + { + "ecode": "0702220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS C al extrusor está conectado correctamente." + }, + { + "ecode": "1804230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT E al extrusor está conectado correctamente." + }, + { + "ecode": "0705210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS F al extrusor está conectado correctamente." + }, + { + "ecode": "1805220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT F al extrusor está conectado correctamente." + }, + { + "ecode": "0702210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS C al extrusor está conectado correctamente." + }, + { + "ecode": "1804210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT E al extrusor está conectado correctamente." + }, + { + "ecode": "1805230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT F al extrusor está conectado correctamente." + }, + { + "ecode": "0703200000020006", + "intro": "El AMS D ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0705200000020006", + "intro": "El AMS F ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1804200000020006", + "intro": "El AMS-HT E ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0701220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0701230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS B está estancado y no se puede girar la bobina." + }, + { + "ecode": "1805200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT H está atascado." + }, + { + "ecode": "1801230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS D está estancado y no se puede girar la bobina." + }, + { + "ecode": "1801230000020015", + "intro": "El estado del sensor de filamento de la ranura 4 del AMS-HT B es anormal." + }, + { + "ecode": "1800200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1806230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1805220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1805230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0704230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0707200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1807210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1803230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0706230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0704230000020013", + "intro": "El motor de la unidad alimentadora de la ranura 4 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0707210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0707230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1803220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT D está estancado y no se puede girar la bobina." + }, + { + "ecode": "0703210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0706220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS G está atascado." + }, + { + "ecode": "1802200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800230000020014", + "intro": "Un odómetro de filamento de la ranura 4 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0702210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1802200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT C está estancado y no se puede girar la bobina." + }, + { + "ecode": "1805200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0700210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1806230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS A está estancado y no puede girar la bobina." + }, + { + "ecode": "0706210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0705230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS F está estancado y no se puede girar la bobina." + }, + { + "ecode": "1806210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0700220000020014", + "intro": "Un odómetro de filamento de la ranura 3 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT D está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT A está atascado." + }, + { + "ecode": "1806200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0706220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0701200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1800220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT A está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804210000020013", + "intro": "El motor de la unidad alimentadora de ranura 2 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS A está estancado y no puede girar la bobina." + }, + { + "ecode": "1805210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0706230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1800220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1800230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1807210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0707230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0700230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0701210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1807200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1801230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1801220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0701220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0705220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1804210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0704220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0701200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1804220000020025", + "intro": "La resistencia de alimentación de la ranura 3 de la AMS-HT E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1802220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1803200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1802200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1804200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0707210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0705200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0700220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0700210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1801200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0706210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0707220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1805230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1801210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0704200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0700200000020006", + "intro": "El AMS A ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE del interior y exterior del AMS se han caído o están dañados." + }, + { + "ecode": "0701200000020006", + "intro": "El AMS B ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE del interior y exterior del AMS se han caído o están dañados." + }, + { + "ecode": "1802220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT C al extrusor está conectado correctamente." + }, + { + "ecode": "1807210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT H al extrusor está conectado correctamente." + }, + { + "ecode": "1800230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT A a la extrusora está conectado correctamente." + }, + { + "ecode": "0706220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS G al extrusor está conectado correctamente." + }, + { + "ecode": "0704230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS E al extrusor está conectado correctamente." + }, + { + "ecode": "0700210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS A a la extrusora está conectado correctamente." + }, + { + "ecode": "1800220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT A a la extrusora está conectado correctamente." + }, + { + "ecode": "1801230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT B al extrusor está conectado correctamente." + }, + { + "ecode": "0701230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS B al extrusor está conectado correctamente." + }, + { + "ecode": "0707220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS H al extrusor está conectado correctamente." + }, + { + "ecode": "0704220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS E al extrusor está conectado correctamente." + }, + { + "ecode": "0704210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS E al extrusor está conectado correctamente." + }, + { + "ecode": "1803220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT D al extrusor está conectado correctamente." + }, + { + "ecode": "0701210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS B al extrusor está conectado correctamente." + }, + { + "ecode": "0703220000020006", + "intro": "El tubo de PTFE se desprendió durante el proceso de alimentación. Verifique si el tubo de PTFE está conectado desde el AMS al extrusor" + }, + { + "ecode": "1806230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT G al extrusor está conectado correctamente." + }, + { + "ecode": "0707210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS H al extrusor está conectado correctamente." + }, + { + "ecode": "1807230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT H al extrusor está conectado correctamente." + }, + { + "ecode": "1802210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT C al extrusor está conectado correctamente." + }, + { + "ecode": "0703210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS D a la extrusora está conectado correctamente." + }, + { + "ecode": "1807210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0707200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0702230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0703200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0702200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS C está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1800210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0706230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1801200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0704200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0705200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1802200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0700220000020015", + "intro": "El estado del sensor de filamento de la ranura 3 del AMS A es anormal." + }, + { + "ecode": "0702230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1802220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS E está estancado y no se puede girar la bobina." + }, + { + "ecode": "1801230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0707220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1806220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT G está estancado y no se puede girar la bobina." + }, + { + "ecode": "1802200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0700220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0700200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS A está bloqueado y no puede girar la bobina." + }, + { + "ecode": "1800230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1800230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0707200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT C está estancado y no se puede girar la bobina." + }, + { + "ecode": "0702230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1806220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1802200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT C es anormal, lo que puede deberse a una rotura del filamento en el interior del AMS." + }, + { + "ecode": "1805220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0707230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS H está estancado y no se puede girar la bobina." + }, + { + "ecode": "1800210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1803220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0703230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1801230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT B está estancado y no se puede girar la bobina." + }, + { + "ecode": "0701200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS B está estancado y no se puede girar la bobina." + }, + { + "ecode": "1801220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT B está estancado y no se puede girar la bobina." + }, + { + "ecode": "0707230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0703210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0700200000020013", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0704200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0707210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1806230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT G está estancado y no se puede girar la bobina." + }, + { + "ecode": "0704200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0704230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0703220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS D está estancado y no se puede girar la bobina." + }, + { + "ecode": "1805220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT F está estancado y no se puede girar la bobina." + }, + { + "ecode": "1807200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT H está estancado y no se puede girar la bobina." + }, + { + "ecode": "1802210000020013", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1803220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0704200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0703220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1803200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807220000020012", + "intro": "El motor de la unidad de alimentación de ranura 3 del AMS-HT H está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0706200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1806200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT G está estancado y no se puede girar la bobina." + }, + { + "ecode": "0703200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0704220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0703210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0701230000020013", + "intro": "El motor de la unidad alimentadora de la ranura 4 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804230000020014", + "intro": "El odómetro de 4 filamentos de la ranura del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1805220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1806210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT G está estancado y no se puede girar la bobina." + }, + { + "ecode": "0704210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0705210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0700210000020013", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS A no tiene señal." + }, + { + "ecode": "0702220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS C está estancado y no se puede girar la bobina." + }, + { + "ecode": "0705210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0707200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS H está estancado y no se puede girar la bobina." + }, + { + "ecode": "1800220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0702210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0701220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0705200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS F está estancado y no se puede girar la bobina." + }, + { + "ecode": "0704230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0702200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1800200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0705230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1802220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803200000020013", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0706200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1806210000020013", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802200000020006", + "intro": "El AMS-HT C ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1807200000020006", + "intro": "El AMS-HT H ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1801200000020006", + "intro": "El AMS-HT B ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0707200000020006", + "intro": "El AMS H ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1806200000020006", + "intro": "El AMS-HT G ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1800200000020006", + "intro": "El AMS-HT A ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "1805200000020006", + "intro": "El AMS-HT F ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0706200000020006", + "intro": "El AMS G ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0704200000020006", + "intro": "El AMS E ha detectado una rotura en el tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han caído o dañado." + }, + { + "ecode": "0702200000020006", + "intro": "El AMS C ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE del interior y exterior del AMS se han caído o están dañados." + }, + { + "ecode": "1805200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0705210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1806210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0703230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1807230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1800200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1806200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS-HT G es demasiado alta. Reduzca la resistencia de alimentación, disminuya la resistencia a la rotación de la bobina y evite que el tubo de filamento sea demasiado largo y excesivamente doblado." + }, + { + "ecode": "1807220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1806220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1806230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0707200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS H es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0702210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1805220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0703220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1803220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS-HT D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0704230000020025", + "intro": "La resistencia de alimentación de la ranura 4 de la AMS E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0706220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1804230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0704210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS E es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0705230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1803210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0705230000020013", + "intro": "El motor de la unidad alimentadora de la ranura 4 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0707230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0706200000020016", + "intro": "El motor de asistencia de la ranura 1 de la AMS G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0700220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1804220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1805210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0706210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1800220000020014", + "intro": "Un odómetro de filamento de la ranura 3 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1802210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700230000020014", + "intro": "Un odómetro de filamento de la ranura 4 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0702200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0707210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0703210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS D está estancado y no se puede girar la bobina." + }, + { + "ecode": "1806200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0704210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS G está estancado y no se puede girar la bobina." + }, + { + "ecode": "0707230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0700210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS A está atascado y no puede girar la bobina." + }, + { + "ecode": "0705220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT A está estancado y no se puede girar la bobina." + }, + { + "ecode": "1805210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0703230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0703200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1805210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT F está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0705200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT E está estancado y no se puede girar la bobina." + }, + { + "ecode": "1807200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0705210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS F está estancado y no se puede girar la bobina." + }, + { + "ecode": "0704210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1803230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT D está estancado y no se puede girar la bobina." + }, + { + "ecode": "0700200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1801220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0706210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0703200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS D está estancado y no se puede girar la bobina." + }, + { + "ecode": "1806220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT C está estancado y no se puede girar la bobina." + }, + { + "ecode": "1801220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1802220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0706230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS G está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1806220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT G es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1805230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1802230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1806210000020015", + "intro": "El estado del sensor de filamento de la ranura 2 del AMS-HT G es anormal." + }, + { + "ecode": "0702210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0703210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0704230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1806200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0701220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1805210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0705220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1805200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1804200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0703220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0700230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807210000020013", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0707220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS H está estancado y no se puede girar la bobina." + }, + { + "ecode": "0707220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0700230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0701230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1801200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0707220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS B está estancado y no se puede girar la bobina." + }, + { + "ecode": "1807220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1800210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0706230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0702210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1806200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0706200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1803230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1805200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS-HT F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1801210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1800200000020013", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0705220000020016", + "intro": "El motor de asistencia de la ranura 3 de la AMS F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0701200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1806230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0701230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1801200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1805200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT F está estancado y no se puede girar la bobina." + }, + { + "ecode": "0702200000020015", + "intro": "El estado del sensor de filamento de la ranura 1 del AMS C es anormal." + }, + { + "ecode": "0702230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS C está estancado y no se puede girar la bobina." + }, + { + "ecode": "0702220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1805230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT F se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1800200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT A se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1802230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1801220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1806220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0702230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0702220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS C se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1801230000020013", + "intro": "El motor de la unidad alimentadora de la ranura 4 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0705230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS F es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1802210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS-HT C es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0701220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS B está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0706220000020016", + "intro": "El motor de asistencia de la ranura 3 de AMS G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1800210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS-HT A no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807230000020013", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0705200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1803210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0707220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0705200000020013", + "intro": "El motor de la unidad alimentadora de la ranura 1 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0705210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT E está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS G al extrusor está conectado correctamente." + }, + { + "ecode": "1800210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT A a la extrusora está conectado correctamente." + }, + { + "ecode": "1803230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT D al extrusor está conectado correctamente." + }, + { + "ecode": "0702230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS C al extrusor está conectado correctamente." + }, + { + "ecode": "0703230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS D a la extrusora está conectado correctamente." + }, + { + "ecode": "1806210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT G al extrusor está conectado correctamente." + }, + { + "ecode": "1806220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT G al extrusor está conectado correctamente." + }, + { + "ecode": "1804220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT E al extrusor está conectado correctamente." + }, + { + "ecode": "0705230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS F al extrusor está conectado correctamente." + }, + { + "ecode": "1802230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT C al extrusor está conectado correctamente." + }, + { + "ecode": "1803210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT D al extrusor está conectado correctamente." + }, + { + "ecode": "0700230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS A a la extrusora está conectado correctamente." + }, + { + "ecode": "07FFA00000020001", + "intro": "Se ha agotado el tiempo de espera del proceso de extracción en frío de la boquilla. Haga clic em «Reintentar» y, a continuación, extraiga manualmente el filamento." + }, + { + "ecode": "0707230000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS H al extrusor está conectado correctamente." + }, + { + "ecode": "1805210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT F al extrusor está conectado correctamente." + }, + { + "ecode": "0700220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS A a la extrusora está conectado correctamente." + }, + { + "ecode": "1807220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT H al extrusor está conectado correctamente." + }, + { + "ecode": "1801210000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT B al extrusor está conectado correctamente." + }, + { + "ecode": "0701220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS B al extrusor está conectado correctamente." + }, + { + "ecode": "1801220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS-HT B al extrusor está conectado correctamente." + }, + { + "ecode": "0705220000020006", + "intro": "Se detectó la desconexión del tubo de PTFE durante la carga del filamento. Compruebe si el tubo de PTFE del AMS F al extrusor está conectado correctamente." + }, + { + "ecode": "1803200000020006", + "intro": "El AMS-HT D ha detectado una rotura del tubo de PTFE durante la carga del filamento. Compruebe si los tubos de PTFE, tanto dentro como fuera del AMS, se han se han caído o dañado." + }, + { + "ecode": "0701230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS B se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0703230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS D no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1803210000020013", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT D no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0702210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS C está estancado y no se puede girar la bobina." + }, + { + "ecode": "1806230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT G no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0707210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS H está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0701200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0702220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0706220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS G no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1803200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT D está estancado y no se puede girar la bobina." + }, + { + "ecode": "0707200000020016", + "intro": "El motor de asistencia de la ranura 1 del AMS H se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1805220000020013", + "intro": "El motor de la unidad alimentadora de la ranura 3 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1800200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT A está estancado y no se puede girar la bobina." + }, + { + "ecode": "0707210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS H no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0705210000020014", + "intro": "El odómetro de filamento de la ranura 2 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0702220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1803230000020016", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0705220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1801210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS-HT B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804220000020014", + "intro": "El odómetro de filamento de la ranura 3 del AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1807220000020013", + "intro": "El motor de la unidad de alimentación de la ranura 3 AMS-HT H no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1803210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT D se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS-HT H es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1801200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS-HT B está estancado y no se puede girar la bobina." + }, + { + "ecode": "0700230000020015", + "intro": "El estado del filamento de la ranura 4 del AMS A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1805230000020012", + "intro": "El motor de la unidad de alimentación de la ranura 4 del AMS-HT F está estancado y no se puede girar la bobina." + }, + { + "ecode": "0705230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "1806210000020016", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT G se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "1807210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT H está estancado y no se puede girar la bobina." + }, + { + "ecode": "1805230000020014", + "intro": "El odómetro de filamento de la ranura 4 del AMS-HT F no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701210000020013", + "intro": "El motor de la unidad alimentadora de la ranura 2 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT B está estancado y no se puede girar la bobina." + }, + { + "ecode": "0706200000020012", + "intro": "El motor de la unidad de alimentación de la ranura 1 del AMS G está estancado y no se puede girar la bobina." + }, + { + "ecode": "0700200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS A es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0705220000020012", + "intro": "El motor de la unidad de alimentación de la ranura 3 del AMS F está estancado y no se puede girar la bobina." + }, + { + "ecode": "1802210000020012", + "intro": "El motor de la unidad de alimentación de la ranura 2 del AMS-HT C está estancado y no se puede girar la bobina." + }, + { + "ecode": "1804220000020016", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT E se ha resbalado. Retire el filamento, corte la parte desgastada y vuelva a intentarlo." + }, + { + "ecode": "0702200000020014", + "intro": "El odómetro de filamento de la ranura 1 del AMS C no tiene señal, lo que puede deberse a un mal contacto en el conector del odómetro o a un fallo del odómetro." + }, + { + "ecode": "0701200000020015", + "intro": "El estado del filamento de la ranura 1 del AMS B es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1804230000020013", + "intro": "El motor de la unidad de alimentación de ranura 4 AMS-HT E no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0704210000020015", + "intro": "El estado del filamento de la ranura 2 del AMS E es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "1803220000020015", + "intro": "El estado del filamento de la ranura 3 del AMS-HT D es anormal, lo que puede deberse a una rotura del filamento dentro del AMS." + }, + { + "ecode": "0702230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1800210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0702220000020025", + "intro": "La resistencia de alimentación de la ranura 3 del AMS C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1802210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1805210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT F es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0703210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0706200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS G es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1803230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1802230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS-HT C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0703200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0701230000020025", + "intro": "La resistencia de alimentación de la ranura 4 del AMS B es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0700200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS A es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "0702200000020025", + "intro": "La resistencia de alimentación de la ranura 1 del AMS C es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "1803210000020025", + "intro": "La resistencia de alimentación de la ranura 2 del AMS-HT D es demasiado alta. Reduzca la resistencia de alimentación y la resistencia de rotación de la bobina, y evite que el tubo de filamento sea demasiado largo y esté excesivamente doblado." + }, + { + "ecode": "18FF700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07FF700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07FE700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "18FE700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "03002C0000010001", + "intro": "Obstáculo detectado bajo la cama térmica. Por favor, quítelo para garantizar una impresión correcta." + }, + { + "ecode": "0300930000010006", + "intro": "La temperatura de la cámara es anormal. El sensor de temperatura de la cámara en la entrada de aire podría tener un circuito abierto." + }, + { + "ecode": "0300930000010005", + "intro": "La temperatura de la cámara es anormal. El sensor de temperatura de la cámara podría tener un cortocircuito." + }, + { + "ecode": "0700400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS A: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1800400000020001", + "intro": "Pérdida de la señal de posición del búfer de filamento: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1803400000020001", + "intro": "Pérdida de la señal de posición del búfer de filamento AMS-HT D: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "0701400000020001", + "intro": "Pérdida de la señal de posición del búfer de filamento AMS B: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "050003000001000E", + "intro": "Algunos módulos externos no son compatibles con la versión del firmware de la impresora, lo que puede afectar al funcionamiento normal. Para realizar la actualización, vaya a la página «Firmware» mientras esté conectado a Internet." + }, + { + "ecode": "1801400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS-HT B: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "0705400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS F: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1805400000020001", + "intro": "Se perdió la señal de posición del buffer de filamento AMS-HT F: el cable o el sensor de posición pueden no funcionar correctamente." + }, + { + "ecode": "0706400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS G: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "0702400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS C: el cable o el sensor de posición pueden no funcionar correctamente." + }, + { + "ecode": "0703400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS D: el cable o el sensor de posición pueden no funcionar correctamente." + }, + { + "ecode": "0704400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS E: el cable o el sensor de posición pueden estar funcionando mal." + }, + { + "ecode": "0707400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS H: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1806400000020001", + "intro": "Se perdió la señal de posición del buffer de filamento AMS-HT G: el cable o el sensor de posición pueden no funcionar correctamente." + }, + { + "ecode": "1802400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS-HT C: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1804400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS-HT E: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "1807400000020001", + "intro": "Se perdió la señal de posición del búfer de filamento AMS-HT H: es posible que el cable o el sensor de posición no funcionen correctamente." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B La bobina de la válvula de escape 2 está en cortocircuito, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o daños." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G La bobina de la válvula de escape 1 está en cortocircuito, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D La resistencia de la bobina de la válvula de escape 1 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A La resistencia de la bobina de la válvula de escape 2 es anormal, lo que puede deberse a un cableado anormal o a daños." + }, + { + "ecode": "1801200000020023", + "intro": "En la ranura 1 del AMS-HT B: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1804200000020023", + "intro": "La ranura 1 del AMS-HT E: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0707220000020023", + "intro": "En la ranura 3 del AMS H, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0700230000020023", + "intro": "En la ranura 4 del AMS A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0701230000020023", + "intro": "En la ranura 4 del AMS B, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1803200000020023", + "intro": "En la ranura 1 del AMS-HT D: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1802200000020023", + "intro": "En la ranura 1 del AMS-HT C: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0707210000020023", + "intro": "En la ranura 2 del AMS H, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1801230000020023", + "intro": "En la ranura 4 del AMS-HT B, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0706200000020023", + "intro": "En lanura 1 del AMS G: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1806220000020023", + "intro": "En la ranura 3 del AMS-HT G: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0706220000020023", + "intro": "En la ranura 3 del AMS G, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1806210000020023", + "intro": "Ranura G 2 del AMS-HT: el tubo dentro del AMS está roto o el sensor Hall de salida está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1802230000020023", + "intro": "La tubería dentro del AMS-HT C de la ranura 4 está rota." + }, + { + "ecode": "1805220000020023", + "intro": "La ranura 3 del AMS-HT F: el tubo dentro del AMS está roto o el sensor Hall de salida está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1800220000020023", + "intro": "En la ranura 3 del AMS-HT A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0707200000020023", + "intro": "En la ranura 1 del AMS H: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1805210000020023", + "intro": "En la ranura 2 del AMS-HT F, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0703230000020023", + "intro": "En la ranura 4 del AMS D, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1804230000020023", + "intro": "En la ranura 4 del AMS-HT E, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0704230000020023", + "intro": "En la ranura 4 del AMS E, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0704210000020023", + "intro": "En la ranura 2 del AMS E, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1807210000020023", + "intro": "En la ranura 2 del AMS-HT H, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1807220000020023", + "intro": "En la ranura 3 del AMS-HT H, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0707230000020023", + "intro": "En la ranura 4 del AMS H, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0702210000020023", + "intro": "En la ranura 2 del AMS C: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1802210000020023", + "intro": "En la ranura 2 del AMS-HT C, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0704220000020023", + "intro": "En la ranura 3 del AMS E, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0701210000020023", + "intro": "En la ranura 2 del AMS B: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1800230000020023", + "intro": "En la ranura 4 del AMS-HT A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0701220000020023", + "intro": "En la ranura 3 del AMS B: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1807200000020023", + "intro": "La ranura 1 del AMS-HT H: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0701200000020023", + "intro": "En la ranura 1 del AMS B: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1800200000020023", + "intro": "En la ranura 1 del AMS-HT A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0705200000020023", + "intro": "En la ranura 1 del AMS F: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0705230000020023", + "intro": "En la ranura 4 del AMS F, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0700210000020023", + "intro": "En la ranura 2 del AMS A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1801220000020023", + "intro": "En la ranura 3 del AMS-HT B, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0705210000020023", + "intro": "En la ranura 2 del AMS F, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0704200000020023", + "intro": "En la ranura 1 del AMS E, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1803210000020023", + "intro": "En la ranura 2 del AMS-HT D: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1803220000020023", + "intro": "La ranura 3 del AMS-HT D: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0702230000020023", + "intro": "En la ranura 4 del AMS C, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0706230000020023", + "intro": "En la ranura 4 del AMS G, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0700220000020023", + "intro": "El tubo que se encuentra dentro de la ranura 3 del AMS A está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0705220000020023", + "intro": "En la ranura 3 del AMS F, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1807230000020023", + "intro": "En la ranura 4 del AMS-HT H, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0706210000020023", + "intro": "En la ranura 2 del AMS G: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0702200000020023", + "intro": "En la ranura 1 del AMS C: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0703200000020023", + "intro": "En la ranura 1 del AMS D: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1805230000020023", + "intro": "En la ranura 4 del AMS-HT F, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1804220000020023", + "intro": "En la ranura 3 del AMS-HT E, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1806230000020023", + "intro": "La ranura 4 del AMS-HT G: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1804210000020023", + "intro": "En la ranura 2 del AMS-HT E, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1801210000020023", + "intro": "En la ranura 2 del AMS-HT B: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0703220000020023", + "intro": "Ranura 3 del AMS D, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0700200000020023", + "intro": "En la ranura 1 del AMS A, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1800210000020023", + "intro": "En la ranura 2 del AMS-HT A, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0702220000020023", + "intro": "La ranura 3 del AMS C, el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1805200000020023", + "intro": "En la ranura 1 del AMS-HT F: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1803230000020023", + "intro": "En la ranura 4 del AMS-HT D, el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1802220000020023", + "intro": "La ranura 3 del AMS-HT C: el tubo dentro del AMS está roto o el sensor Hall de salida está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0703210000020023", + "intro": "En la ranura 2 del AMS D: el tubo que se encuentra dentro del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "1806200000020023", + "intro": "La ranura 1 del AMS-HT G: el tubo del interior del AMS está roto o el sensor Hall de alimentación está defectuoso y no puede detectar el filamento." + }, + { + "ecode": "0C00040000020026", + "intro": "La inicialización de la cámara Liveview falló y algunas funciones de la IA, como la detección de espaguetis, se desactivarán. Reinicie la impresora. Si el problema persiste, póngase en contacto con el servicio de atención al cliente." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "La cámara BirdsEye no está instalada; verifique la conexión del hardware" + }, + { + "ecode": "0C0003000002001C", + "intro": "La boquilla parece estar cubierta de material atascado u obstruido." + }, + { + "ecode": "030001000003000F", + "intro": "La temperatura de la cámara es actualmente alta y la cama térmica se enfría lentamente. Se recomienda abrir la tapa superior o la puerta principal para acelerar el proceso de enfriamiento." + }, + { + "ecode": "0300930000010004", + "intro": "La temperatura de la cámara no es normal. El sensor de temperatura del calentador de cámara situado en la salida de aire puede tener un circuito abierto." + }, + { + "ecode": "0500030000010004", + "intro": "El módulo Filament Buffer no funciona correctamente. Reinicia el dispositivo." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0583040000010045", + "intro": "El firmware de la AMS-HT D no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0582040000010045", + "intro": "El firmware de la AMS-HT C no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0586040000010045", + "intro": "El firmware de la AMS-HT G no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0502050000010014", + "intro": "La certificación AMS C falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0502040000010044", + "intro": "El firmware de AMS C no es compatible con la impresora. Actualícelo en la página \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "El firmware de la AMS-HT F no es compatible con la impresora. Actualícelo en la página \"Firmware\"." + }, + { + "ecode": "0501050000010014", + "intro": "La certificación AMS B falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0585050000010017", + "intro": "La certificación AMS-HT F falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0587040000010045", + "intro": "El firmware de la AMS-HT H no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C El voltaje del adaptador de corriente es demasiado bajo, lo que puede provocar una temperatura de secado insuficiente. Reemplace el adaptador de corriente." + }, + { + "ecode": "0586050000010017", + "intro": "La certificación AMS-HT G falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "0503050000010014", + "intro": "La certificación AMS D falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0503040000010044", + "intro": "El firmware del AMS D no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0500050000010014", + "intro": "La certificación AMS A falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0581040000010045", + "intro": "El firmware de la AMS-HT B no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de corriente." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C El voltaje del adaptador de corriente es demasiado bajo, lo que puede provocar una temperatura de secado insuficiente. Reemplace el adaptador de corriente." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0501040000010044", + "intro": "El firmware del AMS B no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0580040000010045", + "intro": "El firmware de la AMS-HT A no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "0584040000010045", + "intro": "El firmware de la AMS-HT E no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0584050000010017", + "intro": "La certificación AMS-HT E falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0587050000010017", + "intro": "La certificación AMS-HT H falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0500040000010044", + "intro": "El firmware del AMS A no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "0581050000010017", + "intro": "La certificación AMS-HT B falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de corriente." + }, + { + "ecode": "0582050000010017", + "intro": "La certificación AMS-HT C falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0580050000010017", + "intro": "La certificación AMS-HT A falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0583050000010017", + "intro": "La certificación AMS-HT D falló. Vuelva a conectar el cable o reinicie la impresora." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G La tensión del adaptador de alimentación es demasiado baja, lo que puede provocar una temperatura de secado insuficiente. Sustituya el adaptador de alimentación." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G La tensión del adaptador de alimentación es demasiado alta, lo que puede dañar el circuito del calefactor. Sustituya el adaptador de alimentación." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "El dispositivo no funcionó correctamente; reinicie." + }, + { + "ecode": "0C00040000030018", + "intro": "La calibración del desfase de la cuchilla de corte falló. Esto puede afectar a la precisión de corte. Consulte la Wiki para comprobar si la punta de la hoja está desgastada." + }, + { + "ecode": "0C00040000020023", + "intro": "La medición del grosor falló, la cámara Toolhead no pudo detectar la superficie del material." + }, + { + "ecode": "0500040000020043", + "intro": "La cámara Toolhead está sucia u obstruida; límpiala y continúa." + }, + { + "ecode": "03000F0000010001", + "intro": "Se han detectado datos anormales en el acelerómetro. Por favor, intente reiniciar la impresora." + }, + { + "ecode": "0500020000020008", + "intro": "No se pudo sincronizar la hora" + }, + { + "ecode": "1806930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS-HT G no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1806920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS-HT G no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0707920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS H no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0705920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS F no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0701930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS B no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0704930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS E no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0505050000010010", + "intro": "El firmware del AMS F no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0501050000010010", + "intro": "El firmware del AMS B no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0507050000010010", + "intro": "El firmware del AMS H no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0582050000010010", + "intro": "El firmware de la AMS-HT C no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0584050000010010", + "intro": "El firmware de la AMS-HT E no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0587050000010010", + "intro": "El firmware de la AMS-HT H no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0586050000010010", + "intro": "El firmware de la AMS-HT G no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0585050000010010", + "intro": "El firmware de la AMS-HT F no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0580050000010010", + "intro": "El firmware de la AMS-HT A no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "050005000001000F", + "intro": "El firmware del accesorio no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "0502050000010010", + "intro": "El firmware del AMS C no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0506050000010010", + "intro": "El firmware del AMS G no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0504050000010010", + "intro": "El firmware del AMS E no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0503050000010010", + "intro": "El firmware del AMS D no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0706930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS G no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1807920000020003", + "intro": "El ventilador de refrigeración del calentador 1 del AMS-HT H no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1800920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS-HT A no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0706920000020003", + "intro": "El ventilador de refrigeración del calentador 1 del AMS G no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0702920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS C no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1801920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS-HT B no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0704920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS E no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1805920000020003", + "intro": "El ventilador de refrigeración del calentador 1 AMS-HT F no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1804920000020003", + "intro": "El ventilador de refrigeración del calentador 1 del AMS-HT E no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0703930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS D no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1804930000020003", + "intro": "El ventilador de refrigeración del calentador 2 del AMS-HT E no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0707930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS H no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1807930000020003", + "intro": "El ventilador de refrigeración del calentador 2 del AMS-HT H no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0703920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS D no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0700930000020003", + "intro": "El ventilador de refrigeración del calentador 2AMS A no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1805930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS-HT F no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0702930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS C no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1802920000020003", + "intro": "El ventilador de enfriamiento del calentador 1 AMS-HT C no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1803930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS-HT D no puede iniciarse porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1803920000020003", + "intro": "El ventilador de refrigeración del calentador 1 del AMS-HT D no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1800930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS-HT A no puede arrancar porque el adaptador de corriente no está conectado." + }, + { + "ecode": "0705930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS F no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0701920000020003", + "intro": "El ventilador de refrigeración del calentador 1 AMS B no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0700920000020003", + "intro": "El ventilador de refrigeración del calentador 1 AMS A no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "1802930000020003", + "intro": "El ventilador de enfriamiento del calentador 2 AMS-HT C no puede iniciarse porque el adaptador de corriente no está conectado." + }, + { + "ecode": "1801930000020003", + "intro": "El ventilador de refrigeración del calentador 2 AMS-HT B no puede arrancar porque el adaptador de alimentación no está conectado." + }, + { + "ecode": "0500050000010010", + "intro": "El firmware del AMS A no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "0583050000010010", + "intro": "El firmware de la AMS-HT D no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0581050000010010", + "intro": "El firmware de la AMS-HT B no coincide con el de la impresora. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0500040000020034", + "intro": "Módulo láser detectado por primera vez. Complete la configuración (aproximadamente 4 minutos) antes de usarlo para cortar y grabar con precisión. Además, asegúrese de retirar el tornillo H2.0 de la parte posterior que sujeta la bomba de aire." + }, + { + "ecode": "1804200000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT E. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1802210000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS-HT C. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1803230000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT D. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1804200000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT E. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "0700230000010084", + "intro": "No se ha podido leer la información del filamento de la ranura AMS A 4. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1804200000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0701230000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 4 de AMS B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1803230000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0701210000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 2 de AMS B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0702220000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS C. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0705220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1807200000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT H. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0705230000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 4 de AMS F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1806200000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 1 de AMS-HT G. Error en la verificación de la etiqueta RFID. Puede intentar utilizar el filamento de Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0704210000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS E. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0706220000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0701220000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS B. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1806200000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1807220000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT H. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "0703230000010081", + "intro": "No se ha podido leer la información del filamento de la ranura D 4 del AMS. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1806200000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT G. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1801210000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS-HT B. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "0703210000010082", + "intro": "No se ha podido leer la información del filamento de la ranura AMS D 2. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "No se ha podido leer la información del filamento de la ranura AMS D 2. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "No se ha podido leer la información del filamento de la ranura AMS A 3. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0703200000010081", + "intro": "No se ha podido leer la información del filamento de la ranura D 1 del AMS. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1804210000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS-HT E. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1807200000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT H. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1804220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0703230000010083", + "intro": "No se ha podido leer la información del filamento de la ranura AMS D 4. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0701220000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS B. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS H. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT G. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "0701210000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 2 de AMS B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0703200000010085", + "intro": "No se ha podido leer la información del filamento de la ranura AMS D 1. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 2 de AMS F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0702210000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 2 de AMS C. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800220000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1806230000010085", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT G. Error en la verificación de la etiqueta RFID. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1805230000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800200000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT A. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1804210000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 2 del AMS-HT E. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT F. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0703220000010084", + "intro": "No se ha podido leer la información del filamento de la ranura AMS D 3. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0701220000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS B. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1803200000010081", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT D. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "1801230000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0706210000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 2 de AMS G. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS H. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT B. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "No se ha podido leer la información del filamento de la ranura H 4 del AMS. La placa principal AMS puede estar funcionando mal." + }, + { + "ecode": "0705230000010082", + "intro": "No se ha podido leer la información del filamento de la ranura 4 de AMS F. Se ha detectado una etiqueta RFID no oficial. Puede intentar utilizar filamento de Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura AMS C 3. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "0705200000010084", + "intro": "No se ha podido leer la información del filamento de la ranura AMS F 1. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1801220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1804230000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 4 del AMS-HT E. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0705220000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 3 de AMS F. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "0701220000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1802200000010084", + "intro": "No se ha podido leer la información del filamento de la ranura 1 del AMS-HT C. La etiqueta RFID puede estar dañada o colocada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e inténtelo de nuevo." + }, + { + "ecode": "1801220000010083", + "intro": "No se ha podido leer la información del filamento de la ranura 3 del AMS-HT B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0704230000010086", + "intro": "No se ha podido leer la información del filamento de la ranura 4 de AMS E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, extraiga el filamento e inténtelo de nuevo." + }, + { + "ecode": "1805210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0700210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0704220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0703210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1807230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0705210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1803210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT E. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1802210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1807200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0704200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0703230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0702200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0701210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0700200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1806220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0707220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1801230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1800200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0704230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0705230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS G. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0706210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS G. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0706230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. Se detectó una etiqueta RFID no oficial o podría estar dañada." + }, + { + "ecode": "1807210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS H. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0707230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0704210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1806210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0704220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0707210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0703220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1802230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0702200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1806210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1803210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0703230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS D. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0706200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0704200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1802210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1803230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT D. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0700230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1803220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1805210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1807210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1806230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1805210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0707210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1805210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0702220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1806210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS F. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0705230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1807220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0701200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0704220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0704200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0701200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1804220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT E. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1801200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1806230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0706230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1803210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1801220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0704200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0705200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1802220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1802230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1801200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1801230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0701210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1800230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT E. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "1801200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1805200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1804210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1804230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1804220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0701210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS B. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1804230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0702200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0703220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS D. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "1802220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT C. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1802210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT C. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0702200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0706200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT F. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0707220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT D. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1804220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1800210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1802230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS G. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0700220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1806220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0705220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1800200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1805200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1802210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1803210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0704210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0700230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1807230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0707230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0705220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0707210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0706210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1803200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0700230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1804210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0700220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0703220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0702230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0705220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1805210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0706210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS B. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "1806200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT G. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0700210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1806220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0706200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1802230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0705210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0703220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS D. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0704210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS E. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1801220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS A. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0702200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0706200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1800200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT A. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "1801230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT B. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0702220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS C. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1802220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1807220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS H. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0705210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1806230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1801220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT B. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0704200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1804210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT E. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0704230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS E. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0707200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1803200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS B. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1801210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0707210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT E La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1801200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT B. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1805230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT F. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1800210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0707230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0704220000010082", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS F. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0707210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0702210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1800220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS E. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT C. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0706230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "0705200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1800230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1803230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT D. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS E. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1804200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT E. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT E. La verificación del tag RFID ha fallado. Puedes intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1803210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0703210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1805230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT F. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0707230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1807210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0706220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS G. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1805230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT F. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1807200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "0705220000010083", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS F. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1807230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS E. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0704210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS E. Es posible que la placa principal de AMS esté fallando." + }, + { + "ecode": "1801220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT B. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0703210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS D. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1803210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT D. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1802200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0701200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS C. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1801210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1807210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT H. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0701230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS B. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0703220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1806210000010081", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0701200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS B. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "1804220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT H. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1803200000010083", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT D. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1807220000010085", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0700200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS E. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "1805200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1806200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0701230000010083", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS B. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1805200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT F. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS-HT H. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS G. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1805230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT F. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0706230000010082", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS G. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT A. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0703200000010086", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "1803230000010086", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS-HT D. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Saque el filamento e intente de nuevo." + }, + { + "ecode": "0700200000010082", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS C. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1803220000010081", + "intro": "Error al leer la información del filamento desde la ranura 3 de AMS-HT D. La placa base del AMS puede estar fallando." + }, + { + "ecode": "1802210000010083", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT C. La etiqueta RFID puede estar dañada." + }, + { + "ecode": "1801210000010085", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT B. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT B. Se detectó una etiqueta RFID no oficial. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "Error al leer la información del filamento desde la ranura 4 de AMS H. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS D. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Por favor, retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0700200000010081", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS A. La placa base del AMS puede estar fallando." + }, + { + "ecode": "0702210000010086", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS C. La etiqueta RFID no puede girar debido a un atasco durante la carga o descarga del filamento. Por favor, retire el filamento e intente de nuevo." + }, + { + "ecode": "0704200000010085", + "intro": "Error al leer la información del filamento desde la ranura 1 de AMS E. Falló la verificación de la etiqueta RFID. Puede intentar usar filamento de Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "Error al leer la información del filamento desde la ranura 2 de AMS-HT G. La etiqueta RFID puede estar dañada o posicionada en el borde del dispositivo de detección RFID. Retire 5 cm de filamento e intente de nuevo." + }, + { + "ecode": "0C0003000003000D", + "intro": "Es posible que se hayan caído algunos objetos o que el extrusor no esté extruyendo con normalidad. Verifique y decida si debe detener la impresión." + }, + { + "ecode": "0C00030000020018", + "intro": "Se detectó memoria del sistema insuficiente y la función de detección de objetos extraños no estaba funcionando. Reinicie los dispositivos o actualice el firmware después de completar la tarea" + }, + { + "ecode": "1807230000020021", + "intro": "El motor de asistencia AMS-HT H ranura 4 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0701210000020011", + "intro": "La ranura 2 de AMS B ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0704220000020022", + "intro": "El motor de asistencia AMS E slot 3 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G ranura 2 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1801220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0707210000020024", + "intro": "La ranura 2 del AMS H no giraba la bobina de filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "0703200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706200000020011", + "intro": "La ranura 1 de AMS G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0706210000020011", + "intro": "La ranura 2 de AMS G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E ranura 2 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "0703220000020011", + "intro": "La ranura 3 de AMS D ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F ranura 2 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "1804210000020024", + "intro": "La ranura 2 de AMS-HT E no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F ranura 2 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "0707230000020024", + "intro": "La ranura 4 de AMS H no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A ranura 4 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "0705220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0706230000020010", + "intro": "La ranura 4 de AMS G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1803230000020010", + "intro": "La ranura 4 de AMS-HT D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0700200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0706230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1805230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1806220000020020", + "intro": "El motor de asistencia AMS-HT G ranura 3 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0700200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0701220000020024", + "intro": "La ranura 3 del AMS B no giraba la bobina de filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H ranura 4 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1805230000020011", + "intro": "La ranura 4 de AMS-HT F ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1805200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1807230000020010", + "intro": "La ranura 4 de AMS-HT H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0700220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0707230000020021", + "intro": "El motor de asistencia AMS H slot 4 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1800200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1806200000020011", + "intro": "La ranura 1 de AMS-HT G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1803200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0700230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1800210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F ranura 4 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1806230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1807230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0701200000020010", + "intro": "La ranura 1 de AMS B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1802230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1804200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "0705230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0705200000020017", + "intro": "El motor de asistencia AMS F ranura 1 está parado debido a una resistencia excesiva en el tubo entre AMS y la impresora." + }, + { + "ecode": "0702220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0703230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1805200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1807200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0700220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1803220000020010", + "intro": "La ranura 3 de AMS-HT D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0707220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0701220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0700210000020021", + "intro": "AMS El motor de asistencia de la ranura 2 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1802210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1804230000020024", + "intro": "La ranura 4 de AMS-HT E no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0707230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1806220000020011", + "intro": "La ranura 3 de AMS-HT G ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0704210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1803220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0703210000020010", + "intro": "La ranura 2 de AMS D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1801220000020010", + "intro": "La ranura 3 de AMS-HT B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0704220000020019", + "intro": "El motor de asistencia AMS E slot 3 está parado debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "1803210000020022", + "intro": "El motor de asistencia AMS-HT D slot 2 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0702200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1806220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1804220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0703220000020022", + "intro": "El motor de asistencia AMS D de la ranura 3 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1803210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0703200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1807200000020024", + "intro": "La ranura 1 de AMS-HT H no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0700220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1801210000020019", + "intro": "El motor de asistencia AMS-HT B ranura 2 está parado, debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B ranura 3 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1806220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1804210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G ranura 2 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "0700230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1805210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0701230000020011", + "intro": "La ranura 4 de AMS B ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C ranura 3 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "0703220000020024", + "intro": "La ranura 3 de AMS D no logró girar la bobina de filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703230000020024", + "intro": "La ranura D 4 del AMS no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1804200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0705210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1800230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0702210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0702230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1807210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706200000020020", + "intro": "El motor de asistencia AMS G ranura 1 está parado debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0700230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0704210000020011", + "intro": "La ranura 2 de AMS E ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS Un motor de asistencia de ranura 1 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0701210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0702210000020020", + "intro": "El motor de asistencia AMS C ranura 2 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0703220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1802210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0701210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca de la cabeza de impresión." + }, + { + "ecode": "1802200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0704230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0706210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1801210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1805200000020010", + "intro": "La ranura 1 de AMS-HT F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1807220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1802200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1800210000020011", + "intro": "La ranura 2 de AMS-HT A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0706200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1807220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1802220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D ranura 4 motor de asistencia se cala debido a la resistencia excesiva en el tubo entre AMS y el tampón de filamento." + }, + { + "ecode": "0707200000020019", + "intro": "El motor de asistencia AMS H ranura 1 está parado, debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "0705230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1801210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0700210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0705230000020024", + "intro": "La ranura F 4 del AMS no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1805200000020024", + "intro": "La ranura 1 de AMS-HT F no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0702200000020010", + "intro": "La ranura 1 de AMS C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1806220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1803200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H ranura 1 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "0705210000020021", + "intro": "El motor de asistencia AMS F slot 2 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0701220000020011", + "intro": "La ranura 3 de AMS B ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1805220000020024", + "intro": "La ranura 3 de AMS-HT F no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0700210000020010", + "intro": "La ranura 2 de AMS A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1801200000020020", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del buffer de filamento." + }, + { + "ecode": "0706220000020010", + "intro": "La ranura 3 de AMS G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1803200000020010", + "intro": "La ranura 1 de AMS-HT D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1806200000020010", + "intro": "La ranura 1 de AMS-HT G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1805210000020024", + "intro": "La ranura 2 de AMS-HT F no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0707210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1802200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0704200000020010", + "intro": "La ranura 1 de AMS E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1803200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0704220000020024", + "intro": "La ranura 3 de AMS E no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0707230000020020", + "intro": "El motor de asistencia AMS H de la ranura 4 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0701220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1800220000020024", + "intro": "La ranura 3 del AMS-HT A no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "0702220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1800210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706200000020024", + "intro": "La ranura 1 de AMS G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0702210000020011", + "intro": "La ranura 2 de AMS C ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1805210000020022", + "intro": "El motor de asistencia AMS-HT F ranura 2 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0707210000020022", + "intro": "El motor de asistencia AMS H slot 2 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0703230000020011", + "intro": "La ranura 4 de AMS D ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1806200000020021", + "intro": "El motor de asistencia AMS-HT G ranura 1 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1803200000020024", + "intro": "La ranura 1 de AMS-HT D no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1804220000020011", + "intro": "La ranura 3 de AMS-HT E ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800210000020010", + "intro": "La ranura 2 de AMS-HT A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1800210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0704230000020024", + "intro": "La ranura 4 de AMS E no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1807230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0700220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca de la cabeza de impresión." + }, + { + "ecode": "1800200000020024", + "intro": "La ranura 1 de AMS-HT A no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1803230000020020", + "intro": "El motor de asistencia de la ranura 4 del AMS-HT D se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1804210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0705220000020017", + "intro": "El motor de asistencia AMS F ranura 3 se cala debido a una resistencia excesiva en el tubo entre AMS y la impresora." + }, + { + "ecode": "0704200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B ranura 4 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0705200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0704220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1805220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0701230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1802220000020024", + "intro": "La ranura 3 del AMS-HT C no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "0702200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1806230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1805230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0700210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0704220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B ranura 2 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0705200000020011", + "intro": "La ranura 1 de AMS F ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0705220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1803230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0706210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1805200000020021", + "intro": "El motor de asistencia AMS-HT F de la ranura 1 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0704230000020010", + "intro": "La ranura 4 de AMS E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1806210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0705230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0702200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0700210000020011", + "intro": "La ranura 2 de AMS A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0300020000010009", + "intro": "El control de temperatura de la boquilla es anormal; es posible que el hotend no esté instalado. Si desea calentar el hotend sin que esté instalado, active el modo de mantenimiento en la página de configuración." + }, + { + "ecode": "0704200000020024", + "intro": "La ranura 1 de AMS E no logró girar la bobina de filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0706210000020024", + "intro": "La ranura 2 de AMS G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703210000020024", + "intro": "La ranura D 2 del AMS no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1800220000020011", + "intro": "La ranura 3 de AMS-HT A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1806230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1807200000020021", + "intro": "El motor de asistencia AMS-HT H ranura 1 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0700210000020024", + "intro": "La ranura 2 del AMS A no giraba la bobina de filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1806230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0701230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0707200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca de la cabezal." + }, + { + "ecode": "1804220000020010", + "intro": "La ranura 3 de AMS-HT E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0700200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0701220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1800220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0701230000020024", + "intro": "La ranura 4 de AMS B no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0706220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1802220000020010", + "intro": "La ranura 3 de AMS-HT C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1801200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0702210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1807210000020024", + "intro": "La ranura 2 de AMS-HT H no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703220000020021", + "intro": "El motor de asistencia AMS D slot 3 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B ranura 2 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1805210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1802200000020010", + "intro": "La ranura 1 de AMS-HT C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1804200000020020", + "intro": "El motor de asistencia de la ranura 1 del AMS-HT E se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1806210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0705220000020019", + "intro": "El motor de asistencia AMS F ranura 3 se cala debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "0702230000020024", + "intro": "La ranura 4 de AMS C no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E ranura 1 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B ranura 2 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0706200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0702200000020024", + "intro": "La ranura 1 de AMS C no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1806210000020022", + "intro": "El motor de asistencia AMS-HT G slot 2 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1801200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0705210000020020", + "intro": "El motor de asistencia AMS F ranura 2 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1802210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1800220000020010", + "intro": "La ranura 3 de AMS-HT A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0705200000020024", + "intro": "La ranura 1 de AMS F no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0702210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0706220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0707230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0703220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1804200000020010", + "intro": "La ranura 1 de AMS HT-E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1801230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1805210000020011", + "intro": "La ranura 2 de AMS-HT F ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1800210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0701230000020021", + "intro": "El motor de asistencia AMS B ranura 4 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1804200000020024", + "intro": "La ranura 1 del AMS-HT E no giraba la bobina de filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "1801220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1803220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS -HT D está atascado debido a una resistencia excesiva en el tubo cerca de la cabeza de impresión." + }, + { + "ecode": "1804210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707220000020024", + "intro": "La ranura 3 de AMS H no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0701220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0700210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0702230000020010", + "intro": "La ranura 4 de AMS C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0704220000020010", + "intro": "La ranura 3 de AMS E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1807200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0700220000020011", + "intro": "La ranura 3 de AMS A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1804210000020010", + "intro": "La ranura 2 de AMS-HT E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0701230000020010", + "intro": "La ranura 4 de AMS B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo entre AMS y el tampón de filamento." + }, + { + "ecode": "1803220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1805230000020010", + "intro": "La ranura 4 de AMS-HT F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702220000020024", + "intro": "La ranura 3 de AMS C no logró girar la bobina de filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802220000020011", + "intro": "La ranura 3 de AMS-HT C ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D ranura 3 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1804210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0707220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1802210000020024", + "intro": "La ranura 2 de AMS-HT C no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801200000020024", + "intro": "La ranura 1 de AMS-HT B no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1806210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0700210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1805220000020010", + "intro": "La ranura 3 de AMS-HT F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0707210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1803200000020011", + "intro": "La ranura 1 de AMS-HT D ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1807220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1807220000020011", + "intro": "La ranura 3 de AMS-HT H ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0702230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0703210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1802210000020011", + "intro": "La ranura 2 de AMS-HT C ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1804230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1800230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1803200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1802230000020024", + "intro": "La ranura 4 de AMS-HT C no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca de la cabeza de impresión." + }, + { + "ecode": "1806220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1807210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0707200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1806220000020010", + "intro": "La ranura 3 de AMS-HT G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702220000020010", + "intro": "La ranura 3 de AMS C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1802230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0703200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1805220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1803230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1803220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0705200000020010", + "intro": "La ranura 1 de AMS F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1802220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1804230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0700200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS A está parado, debido a una resistencia excesiva en el tubo entre AMS y la impresora." + }, + { + "ecode": "0705230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0707210000020011", + "intro": "La ranura 2 de AMS H ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0706200000020010", + "intro": "La ranura 1 de AMS G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1801230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1804210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1804220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1807220000020024", + "intro": "La ranura 3 de AMS-HT H no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1806230000020011", + "intro": "La ranura 4 de AMS-HT G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0705200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D ranura 1 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "0703230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1800220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "0702210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0701210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1801200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1802210000020020", + "intro": "El motor de asistencia de la ranura 2 del AMS-HT C se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1807230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1800220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0703200000020010", + "intro": "La ranura 1 de AMS D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1803200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y la cabeza de impresión." + }, + { + "ecode": "0702230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0702200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1805230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1802200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G ranura 4 motor de asistencia se cala debido a la resistencia excesiva en el tubo entre AMS y el tampón de filamento." + }, + { + "ecode": "1800200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1801220000020024", + "intro": "La ranura 3 de AMS-HT B no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0703200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1802220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1801200000020010", + "intro": "La ranura 1 de AMS-HT B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0706210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0707200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0706220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1805200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0705230000020010", + "intro": "La ranura 4 de AMS F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0700230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0700230000020024", + "intro": "La ranura 4 de AMS A no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0700200000020011", + "intro": "La ranura 1 de AMS A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0706230000020021", + "intro": "El motor de asistencia AMS G slot 4 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1803220000020024", + "intro": "La ranura 3 de AMS-HT D no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0704210000020017", + "intro": "El motor de asistencia de la ranura 2 del AMS E se cala debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0701200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS B se cala, debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H ranura 1 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1801210000020024", + "intro": "La ranura 2 de AMS-HT B no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0705200000020020", + "intro": "El motor de asistencia de la ranura 1 del AMS F está atascado debido a una resistencia excesiva en el tubo cerca del buffer de filamento." + }, + { + "ecode": "1800200000020011", + "intro": "La ranura 1 de AMS-HT A ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801230000020010", + "intro": "La ranura 4 de AMS-HT B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0703200000020024", + "intro": "La ranura 1 de AMS D no logró girar la bobina de filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0705230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0703210000020011", + "intro": "La ranura 2 de AMS D ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1807210000020010", + "intro": "La ranura 2 de AMS-HT H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1807230000020024", + "intro": "La ranura 4 de AMS-HT H no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1805200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1801230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0300030000020002", + "intro": "La velocidad del ventilador de enfriamiento del hotend es baja. Es posible que esté atascado y necesite limpieza." + }, + { + "ecode": "1800200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1801230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0703210000020020", + "intro": "El motor de asistencia AMS D ranura 2 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1807200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0706200000020017", + "intro": "El motor de asistencia AMS G ranura 1 está parado debido a una resistencia excesiva en el tubo entre AMS y la impresora." + }, + { + "ecode": "1805210000020010", + "intro": "La ranura 2 de AMS-HT F ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1807210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1800220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1804220000020024", + "intro": "La ranura 3 de AMS-HT E no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1801230000020011", + "intro": "La ranura 4 de AMS-HT B ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800230000020010", + "intro": "La ranura 4 de AMS-HT A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B ranura 1 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1806200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0707230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E ranura 1 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1801200000020011", + "intro": "La ranura 1 de AMS-HT B ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1805230000020024", + "intro": "La ranura 4 de AMS-HT F no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0701210000020024", + "intro": "La ranura 2 del AMS B no giraba la bobina de filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "0706230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0705230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1804220000020017", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT E se cala debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1807200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0703230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1800200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0703230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1806200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D ranura 2 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E ranura 4 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1803230000020011", + "intro": "La ranura 4 de AMS-HT D ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca de la cabeza de impresión." + }, + { + "ecode": "1805210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0707220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1801210000020010", + "intro": "La ranura 2 de AMS-HT B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G de la ranura 4 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "0701210000020010", + "intro": "La ranura 2 de AMS B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1804220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1806230000020024", + "intro": "La ranura 4 de AMS-HT G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D ranura 4 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "1807210000020021", + "intro": "El motor de asistencia AMS-HT H ranura 2 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "0706210000020021", + "intro": "El motor de asistencia AMS G slot 2 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1801230000020019", + "intro": "El motor de asistencia AMS-HT B ranura 4 se cala debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "1804210000020011", + "intro": "La ranura 2 de AMS-HT E ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1805220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1802200000020011", + "intro": "La ranura 1 de AMS-HT C ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0705200000020019", + "intro": "El motor de asistencia AMS F ranura 1 se cala debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "0704200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0704230000020011", + "intro": "La ranura 4 de AMS E ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0707230000020011", + "intro": "La ranura 4 de AMS H ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1801230000020024", + "intro": "La ranura 4 de AMS-HT B no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0704220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0704210000020024", + "intro": "La ranura 2 de AMS E no logró girar la bobina de filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0700220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0704200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS E se cala, debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0703200000020022", + "intro": "El motor de asistencia AMS D slot 1 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0706210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1801210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1806200000020024", + "intro": "La ranura 1 de AMS-HT G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0702210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1803220000020017", + "intro": "El motor de asistencia de la ranura 3 del AMS-HT D está atascado, debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0702220000020021", + "intro": "El motor de asistencia AMS C de la ranura 3 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1800200000020010", + "intro": "La ranura 1 de AMS-HT A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702200000020011", + "intro": "La ranura 1 de AMS C ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0700220000020010", + "intro": "La ranura 3 de AMS A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0701200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1803230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1804230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1804230000020010", + "intro": "La ranura 4 de AMS-HT E ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0703220000020010", + "intro": "La ranura 3 de AMS D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0703220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0701200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707200000020024", + "intro": "La ranura 1 de AMS H no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1806210000020019", + "intro": "El motor de asistencia AMS-HT G ranura 2 se cala debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "1800230000020011", + "intro": "La ranura 4 de AMS-HT ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0700230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0700200000020010", + "intro": "La ranura 1 de AMS A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1800230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0705220000020022", + "intro": "El motor de asistencia AMS F slot 3 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1807220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0704210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0702210000020010", + "intro": "La ranura 2 de AMS C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1802200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y la cabeza de impresión." + }, + { + "ecode": "0707210000020010", + "intro": "La ranura 2 de AMS H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0702230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1805210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1807210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1807200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0704200000020011", + "intro": "La ranura 1 de AMS E ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1803210000020011", + "intro": "La ranura 2 de AMS-HT D ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0705210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0707200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1800230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0705220000020024", + "intro": "La ranura 3 de AMS F no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1803230000020024", + "intro": "La ranura 4 de AMS-HT D no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1804200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0705210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0706210000020010", + "intro": "La ranura 2 de AMS G ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0705200000020021", + "intro": "El motor de asistencia de la ranura 1 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E ranura 1 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "1806200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0704210000020020", + "intro": "El motor de asistencia AMS E slot 2 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0706220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0705210000020024", + "intro": "La ranura 2 de AMS F no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0707210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0702210000020024", + "intro": "La ranura 2 de AMS C no logró girar la bobina de filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0701230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H ranura 3 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "1803230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1805220000020011", + "intro": "La ranura 3 de AMS-HT F ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H ranura 4 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1807220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0700220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0706220000020020", + "intro": "El motor de asistencia AMS G de la ranura 3 está parado debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1803210000020019", + "intro": "El motor de asistencia AMS-HT D ranura 2 se cala debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "0701200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0700220000020024", + "intro": "La ranura 3 de AMS A no logró girar la bobina de filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802200000020024", + "intro": "La ranura 1 del AMS-HT C no giraba la bobina de filamento al tirar del filamento de vuelta al AMS." + }, + { + "ecode": "0701210000020019", + "intro": "El motor de asistencia AMS B ranura 2 está parado debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "1807210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1804210000020022", + "intro": "El motor de asistencia AMS-HT E slot 2 se cala debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H ranura 2 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B ranura 1 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H ranura 3 tira filamento de nuevo a AMS tiempo de espera." + }, + { + "ecode": "0700200000020018", + "intro": "AMS Un motor de asistencia de ranura 1 se cala debido a una resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0701200000020024", + "intro": "La ranura 1 de AMS B no logró girar la bobina de filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1807220000020010", + "intro": "La ranura 3 de AMS-HT H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1802230000020011", + "intro": "La ranura 4 de AMS-HT C ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800210000020024", + "intro": "La ranura 2 de AMS-HT A no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F ranura 3 alimenta filamento fuera de tiempo de espera AMS." + }, + { + "ecode": "1801200000020019", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT B está parado debido a una resistencia excesiva en el tubo entre AMS y el tampón de filamento." + }, + { + "ecode": "1806210000020011", + "intro": "La ranura 2 de AMS-HT G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1806200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0706230000020011", + "intro": "La ranura 4 de AMS G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800230000020024", + "intro": "La ranura 4 de AMS-HT A no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0704200000020017", + "intro": "El motor de asistencia de la ranura 1 del AMS E se cala debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0702230000020020", + "intro": "El motor de asistencia AMS C ranura 4 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1802230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1801200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1803210000020010", + "intro": "La ranura 2 de AMS-HT D ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1806200000020020", + "intro": "El motor de asistencia AMS-HT G ranura 1 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0707220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0703210000020021", + "intro": "El motor de asistencia de la ranura 2 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal." + }, + { + "ecode": "0706220000020024", + "intro": "La ranura 3 de AMS G no logró girar la bobina del filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1806210000020024", + "intro": "La ranura 2 de AMS-HT G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1802210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0706230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS G está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0700230000020010", + "intro": "La ranura 4 de AMS A ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0701230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0704200000020018", + "intro": "El motor de asistencia de la ranura 1 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0704230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1802210000020010", + "intro": "La ranura 2 de AMS-HT C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0704230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0707210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS H está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0701220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS B está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1806220000020024", + "intro": "La ranura 3 del AMS-HT G no giraba la bobina del filamento cuando se tiraba del filamento de vuelta al AMS." + }, + { + "ecode": "0707200000020010", + "intro": "La ranura 1 de AMS H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0707230000020010", + "intro": "La ranura 4 de AMS H ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0700210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS A está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0700200000020024", + "intro": "La ranura 1 de AMS A no logró girar la bobina de filamento al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0706230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0706230000020019", + "intro": "El motor de asistencia AMS G slot 4 está parado, debido a una resistencia excesiva en el tubo entre el AMS y el tampón de filamento." + }, + { + "ecode": "0704230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0705220000020021", + "intro": "El motor de asistencia de la ranura 3 de AMS F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "1805230000020021", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el búfer de filamento y el cabezal de impresión." + }, + { + "ecode": "0300900000010003", + "intro": "La cámara de calentamiento ha fallado. La temperatura de la fuente de alimentación puede ser demasiado alta." + }, + { + "ecode": "0300900000010001", + "intro": "El calentamiento de la cámara ha fallado. El calentador de la cámara puede fallar al soplar aire caliente." + }, + { + "ecode": "0300900000010002", + "intro": "El calentamiento de la cámara ha fallado. Es posible que la cámara no esté cerrada, que la temperatura ambiente sea demasiado baja o que la ventilación de disipación de calor de la fuente de alimentación esté bloqueada." + }, + { + "ecode": "0700230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1807210000020011", + "intro": "La ranura 2 de AMS-HT H ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0704200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "1807230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT H está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0703210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1805230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1805210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0704230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "0702200000020017", + "intro": "El motor de asistencia de la ranura 1 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D ranura 1 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0702220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0701210000020020", + "intro": "El motor de asistencia AMS B ranura 2 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1802230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0707220000020021", + "intro": "El motor de asistencia AMS H slot 3 se cala debido a una resistencia excesiva en el tubo entre el tampón de filamento y el cabezal." + }, + { + "ecode": "1804230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1805220000020018", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0702230000020011", + "intro": "La ranura 4 de AMS C ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1805200000020011", + "intro": "La ranura 1 de AMS-HT F ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "0701220000020010", + "intro": "La ranura 3 de AMS B ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "1807200000020011", + "intro": "La ranura 1 de AMS-HT H ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703230000020019", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "0705210000020022", + "intro": "El motor de asistencia de la ranura 2 de AMS F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D ranura 3 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1803210000020020", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1805200000020022", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "1805220000020020", + "intro": "El motor de asistencia AMS-HT F ranura 3 se cala debido a una resistencia excesiva en el tubo cerca del tampón de filamento." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D ranura 1 motor de asistencia se cala debido a la resistencia excesiva en el tubo cerca de AMS." + }, + { + "ecode": "1804220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0704210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1806230000020020", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT G está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0706220000020011", + "intro": "La ranura 3 de AMS G ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1802210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1803210000020024", + "intro": "La ranura 2 de AMS-HT D no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1800220000020022", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0706210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS G está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1800210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1804220000020019", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1802230000020010", + "intro": "La ranura 4 de AMS-HT C ha agotado el tiempo de espera al alimentar el filamento fuera del AMS." + }, + { + "ecode": "0706230000020024", + "intro": "La ranura 4 de AMS G no logró girar la bobina del filamento al retroceder el filamento hacia el AMS." + }, + { + "ecode": "0703230000020018", + "intro": "El motor de asistencia de la ranura 4 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "0704230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS E está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0705220000020011", + "intro": "La ranura 3 de AMS F ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "1800200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS-HT A está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "1802220000020017", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT C está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1801220000020020", + "intro": "El motor de asistencia de la ranura 3 de AMS-HT B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0704220000020011", + "intro": "La ranura 3 de AMS E ha agotado el tiempo de espera al retroceder el filamento hacia el AMS." + }, + { + "ecode": "1805230000020017", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT F está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "0703210000020018", + "intro": "El motor de asistencia de la ranura 2 de AMS D está atascado debido a una resistencia excesiva en el tubo cerca del AMS." + }, + { + "ecode": "1804230000020011", + "intro": "La ranura 4 de AMS-HT E ha agotado el tiempo de espera al retirar el filamento de vuelta al AMS." + }, + { + "ecode": "0701230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del cabezal de impresión." + }, + { + "ecode": "0701200000020020", + "intro": "El motor de asistencia de la ranura 1 de AMS B está atascado debido a una resistencia excesiva en el tubo cerca del búfer de filamento." + }, + { + "ecode": "0704210000020019", + "intro": "El motor de asistencia de la ranura 2 de AMS E está atascado debido a una resistencia excesiva en el tubo entre el AMS y el búfer de filamento." + }, + { + "ecode": "1803210000020017", + "intro": "El motor de asistencia de la ranura 2 de AMS-HT D está atascado debido a una resistencia excesiva en el tubo entre el AMS y la impresora." + }, + { + "ecode": "1804230000020022", + "intro": "El motor de asistencia de la ranura 4 de AMS-HT E está atascado debido a una resistencia excesiva en el tubo cerca del cabezal." + }, + { + "ecode": "0500040000020041", + "intro": "El módulo láser se ha utilizado durante mucho tiempo. Límpielo rápidamente para evitar afectar el procesamiento láser." + }, + { + "ecode": "0500040000020042", + "intro": "La cámara Live View está sucia u obstruida; límpiela y continúe." + }, + { + "ecode": "1807700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "1803700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "1800700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "1804700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción de la extrusora o de la boquilla. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1805700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0706700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "1803700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o el extrusor están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1804700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "1801700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "1806700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0700700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0701700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0701700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o al extrusor están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "0702700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0703700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0500060000020031", + "intro": "Error en la vinculación de la cámara del cabezal. Verifique las conexiones del hardware y del cable." + }, + { + "ecode": "0700700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0702700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0703700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0500060000020032", + "intro": "La fijación de la cámara de la boquilla falló. Compruebe el hardware y las conexiones de los cables." + }, + { + "ecode": "0300C10000010003", + "intro": "El sistema de flujo de aire adaptable no puede activar el modo láser/corte; verifique el estado de la puerta de aire." + }, + { + "ecode": "0500010000030006", + "intro": "La unidad USB no está formateada; formatee la unidad USB." + }, + { + "ecode": "1807700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0707700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción de la extrusora o de la boquilla. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1802700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0705700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o la extrusora están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "0707700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o la extrusora están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1801700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "1800700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "1806700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o el extrusor están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "0704700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción de la extrusora o de la boquilla. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1802700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0704700000020006", + "intro": "Se agotó el tiempo de purga del filamento viejo. Posible causa: el filamento está atascado o el extrusor o la boquilla están obstruidos. Consulta el Asistente para obtener más detalles." + }, + { + "ecode": "0705700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0706700000020006", + "intro": "Se ha agotado el tiempo de espera para purgar el filamento viejo. Posible causa: el filamento está atascado o la boquilla o la extrusora están obstruidas. Consulte al Asistente para obtener más información." + }, + { + "ecode": "1805700000020003", + "intro": "No se pudo extruir el filamento. Posible causa: obstrucción del extrusor o de la boquilla. Consulte el Asistente para obtener más detalles." + }, + { + "ecode": "0C00040000020007", + "intro": "La cámara BirdsEye se está configurando. Por favor, limpia todos los objetos y quita la alfombrilla. Asegúrese de que el marcador no esté obstruido." + }, + { + "ecode": "0300C00000010002", + "intro": "Fallo en la tapa del interruptor del filtro: puede estar atascada." + }, + { + "ecode": "0300C10000010001", + "intro": "El sistema de flujo de aire adaptativo no puede activar el modo de refrigeración; compruebe el estado de la puerta de aire." + }, + { + "ecode": "0300C10000010002", + "intro": "El sistema de flujo de aire adaptativo no puede activar el modo de calefacción; comprueba el estado de la puerta de aire." + }, + { + "ecode": "0500040000020037", + "intro": "Es necesario calibrar el módulo de corte. Realice la calibración del montaje antes de usarlo. (unos 30 segundos)" + }, + { + "ecode": "1806700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "0705700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1800700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1803700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1805700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1802700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1807700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "0300280000010003", + "intro": "Fallo de comunicación entre el módulo de corte y el cabezal durante la búsqueda del eje Z. Compruebe si el cable de señal del módulo de corte está suelto o roto, o verifique si la bobina del sensor de fuerza está intacta." + }, + { + "ecode": "0500010000020001", + "intro": "El canal de medios no funciona correctamente. Reinicie la impresora. Si varios intentos fallan, póngase en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0700700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "0701700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "0702700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "0703700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "0300180000010007", + "intro": "La frecuencia del sensor de fuerza de extrusión es demasiado alta. El sensor puede estar dañado o el disipador de calor de la boquilla puede estar demasiado cerca del sensor." + }, + { + "ecode": "0300180000010004", + "intro": "La señal del sensor de fuerza de extrusión es anormal. El sensor puede estar dañado o la comunicación MC-TH puede ser anormal." + }, + { + "ecode": "03009D0000020003", + "intro": "El resultado de la calibración del punto focal Z del láser de grabado difiere significativamente de los valores de diseño. Vuelva a instalar el módulo láser y vuelva a ejecutar la configuración del módulo láser. Si falla repetidamente, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0C00040000010005", + "intro": "Fallo de funcionamiento de la cámara BirdsEye: póngase en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0300180000010008", + "intro": "La boquilla toca la cama de forma anormal. Compruebe si hay residuos de filamentos en la boquilla o si hay alguna materia extraña en el lugar en el que la boquilla toca la cama." + }, + { + "ecode": "0300180000010001", + "intro": "La frecuencia del sensor de fuerza de extrusión es demasiado baja. Es posible que la boquilla no esté instalada o que el disipador de calor de la boquilla esté demasiado lejos del sensor." + }, + { + "ecode": "0C00010000010012", + "intro": "La calibración de la cámara Live View falló y el resultado de la calibración no se pudo guardar. Intenta recalibrar. Si la calibración falla varias veces, ponte en contacto con el equipo de atención al cliente." + }, + { + "ecode": "1804700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "0707700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "0706700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "0704700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1801700000020008", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reanudar» para volver a intentarlo" + }, + { + "ecode": "1800510000030001", + "intro": "El AMS está desactivado; cargue el filamento desde el soporte de la bobina." + }, + { + "ecode": "0705700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1803700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0C00020000020006", + "intro": "La altura de la boquilla parece demasiado alta. Por favor, compruebe si hay residuos de filamento adheridos a la boquilla." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H El calentador 2 calienta de manera anormal." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F El calefactor 2 se calienta de forma anormal." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E El calentador 2 calienta de manera anormal." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0300910000010002", + "intro": "La temperatura del calentador de cámara 1 es anormal. Es posible que el calentador tenga un circuito abierto o que el fusible térmico se haya quemado." + }, + { + "ecode": "0700400000020002", + "intro": "Error de la señal de posición del buffer de filamentos: el sensor de posición puede estar funcionando mal." + }, + { + "ecode": "0700510000030001", + "intro": "El AMS está desactivado; cargue el filamento desde el soporte de la bobina." + }, + { + "ecode": "0700700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0701700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0702700000020007", + "intro": "Se acabó el filamento AMS. Introduzca un filamento nuevo en AMS y pulse el botón «Reintentar»." + }, + { + "ecode": "0703700000020007", + "intro": "Se acabó el filamento AMS. Introduzca un filamento nuevo en AMS y pulse el botón «Reintentar»." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A El calentador 1 calienta de forma anormal." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B El calentador 2 calienta de forma anormal." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F El calentador 1 calienta de forma anormal." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C El calentador 2 calienta de manera anormal." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E El calentador 2 calienta de manera anormal." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H El calentador 1 calienta de manera anormal." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H El calentador 2 está calentando anormalmente." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G El calentador 2 calienta de forma anormal." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G El calentador 2 calienta de manera anormal." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G El calentador 1 calienta de forma anormal." + }, + { + "ecode": "1800700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1800400000020002", + "intro": "El error de la señal de posición del búfer de filamento: el sensor de posición puede estar funcionando mal." + }, + { + "ecode": "1802700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0707700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1805700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1806700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1807700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0704700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1801700000020007", + "intro": "Se acabó el filamento AMS-HT. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "0500040000020050", + "intro": "Ventana de seguridad láser no instalada." + }, + { + "ecode": "0706700000020007", + "intro": "Se acabó el filamento AMS. Introduce un filamento nuevo en AMS y pulsa el botón «Reintentar»." + }, + { + "ecode": "1804700000020007", + "intro": "El filamento AMS-HT se agotó. Coloque un nuevo filamento en AMS y haga clic en el botón \"Reintentar\"." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D El calentador 1 calienta de forma anormal." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B El calefactor 2 se calienta de forma anormal." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D El calentador 1 calienta de manera anormal." + }, + { + "ecode": "0C00030000020017", + "intro": "La calibración del enfoque del eje Z del grabado láser falló. Verifique que el material de prueba láser (cartón de 350g) esté colocado correctamente y que su superficie esté limpia e intacta." + }, + { + "ecode": "1800240000020009", + "intro": "La cubierta frontal de AMS HT A está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1807240000020009", + "intro": "La cubierta frontal de AMS HT H está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1801240000020009", + "intro": "La cubierta frontal de AMS HT B está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1806240000020009", + "intro": "La cubierta frontal de AMS HT G está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1802240000020009", + "intro": "La cubierta frontal de AMS HT C está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1805240000020009", + "intro": "La cubierta frontal de AMS HT F está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1804240000020009", + "intro": "La cubierta frontal de AMS HT E está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "1803240000020009", + "intro": "La cubierta frontal de AMS HT D está abierta. Esto puede afectar al rendimiento del secado o hacer que el filamento absorba humedad." + }, + { + "ecode": "0707730000020004", + "intro": "No se ha podido retirar el filamento AMS H Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703710000020005", + "intro": "No se ha podido alimentar el filamento AMS D Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0706700000020005", + "intro": "No se ha podido alimentar el filamento AMS G Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0701710000020002", + "intro": "No se ha podido introducir el filamento AMS B Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704700000020004", + "intro": "No se ha podido retirar el filamento AMS E Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804720000020004", + "intro": "No se ha podido retirar el filamento AMS E Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704720000020005", + "intro": "No se ha podido alimentar el filamento AMS E Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0702710000020002", + "intro": "No se ha podido alimentar el filamento AMS E Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0703710000020001", + "intro": "No se ha podido extraer el filamento AMS D Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1805710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT F Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1803720000020002", + "intro": "No se ha podido alimentar el filamento AMS-HT F Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0704710000020001", + "intro": "No se ha podido extraer el filamento AMS E Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1805730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT F Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1806710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT G Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0704730000020004", + "intro": "No se ha podido retirar el filamento AMS E Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT F Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702720000020005", + "intro": "No se ha podido alimentar el filamento AMS H Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1800720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT A Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0702720000020001", + "intro": "No se ha podido extraer el filamento AMS C Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1805710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT F Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804700000020004", + "intro": "No se ha podido introducir el filamento AMS-HT F Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT D Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1804720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT E Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT C Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT B Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703700000020004", + "intro": "No se ha podido retirar el filamento AMS D Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT A Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1800720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT A Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT A Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT E Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705730000020005", + "intro": "No se ha podido alimentar el filamento AMS F Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT H Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0701700000020001", + "intro": "No se ha podido extraer el filamento AMS B Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1807700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT H Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702720000020004", + "intro": "No se ha podido retirar el filamento AMS C Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705730000020002", + "intro": "No se ha podido introducir el filamento AMS F Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT G Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT G Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT D Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704720000020001", + "intro": "No se ha podido extraer el filamento AMS E Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT C Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707700000020002", + "intro": "No se ha podido introducir el filamento AMS H Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT C Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700700000020004", + "intro": "No se ha podido retirar el filamento AMS A Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702710000020005", + "intro": "No se ha podido retirar el filamento AMS C Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704720000020002", + "intro": "No se ha podido introducir el filamento AMS E Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703700000020002", + "intro": "No se ha podido introducir el filamento AMS D Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703700000020005", + "intro": "No se ha podido alimentar el filamento AMS D Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1801730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT B Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1805700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT F Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1800730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT A Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1801700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT B Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT F Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0706700000020004", + "intro": "No se ha podido introducir el filamento AMS G Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT C Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT H Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0700720000020002", + "intro": "No se ha podido introducir el filamento AMS A Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT A Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0705700000020004", + "intro": "No se ha podido retirar el filamento AMS F Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT A Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702730000020002", + "intro": "No se ha podido introducir el filamento AMS C Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702710000020001", + "intro": "No se ha podido extraer el filamento AMS C Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1804710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT E Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT G Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT F Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT H Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701720000020004", + "intro": "No se ha podido retirar el filamento AMS B Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705720000020005", + "intro": "No se ha podido alimentar el filamento AMS F Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT H Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT A Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT C Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT B Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT C Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0700710000020001", + "intro": "No se ha podido extraer el filamento AMS A Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1801700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT B Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0704700000020005", + "intro": "No se ha podido alimentar el filamento AMS E Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0700710000020002", + "intro": "No se ha podido introducir el filamento AMS A Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701700000020004", + "intro": "No se ha podido retirar el filamento AMS B Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT G Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1801710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT B Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707710000020004", + "intro": "No se ha podido retirar el filamento AMS H Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT D Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT B Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700730000020004", + "intro": "No se ha podido retirar el filamento AMS A Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT G Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701720000020005", + "intro": "No se ha podido alimentar el filamento AMS B Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0705710000020004", + "intro": "No se ha podido retirar el filamento AMS F Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1807710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT H Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT D Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705710000020001", + "intro": "No se ha podido extraer el filamento AMS F Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707720000020004", + "intro": "No se ha podido retirar el filamento AMS H Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702710000020004", + "intro": "No se ha podido retirar el filamento AMS C Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704730000020005", + "intro": "No se ha podido alimentar el filamento AMS E Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1801700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT B Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1805720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT F Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702730000020005", + "intro": "No se ha podido alimentar el filamento AMS C Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0704700000020002", + "intro": "No se ha podido introducir el filamento AMS E Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701700000020005", + "intro": "No se ha podido alimentar el filamento AMS B Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1801700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT B Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT B Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1803720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT D Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT H Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT A Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0705700000020001", + "intro": "No se ha podido extraer el filamento AMS F Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT C Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT H Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706710000020004", + "intro": "No se ha podido retirar el filamento AMS G Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT E Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT D Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT C Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0706730000020002", + "intro": "No se ha podido introducir el filamento AMS G Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707700000020004", + "intro": "No se ha podido retirar el filamento AMS H Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT F Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT F Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707720000020002", + "intro": "No se ha podido introducir el filamento AMS H Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701720000020001", + "intro": "No se ha podido extraer el filamento AMS B Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0700720000020004", + "intro": "No se ha podido retirar el filamento AMS A Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT E Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1801710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT B Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1806730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT G Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703710000020002", + "intro": "No se ha podido introducir el filamento AMS D Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703720000020001", + "intro": "No se ha podido extraer el filamento AMS D Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706720000020001", + "intro": "No se ha podido extraer el filamento AMS G Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1801730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT B Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704710000020002", + "intro": "No se ha podido introducir el filamento AMS E Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT A Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT C Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT F Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703730000020004", + "intro": "No se ha podido introducir el filamento AMS D Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT G Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0706720000020002", + "intro": "No se ha podido introducir el filamento AMS G Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704730000020002", + "intro": "No se ha podido introducir el filamento AMS E Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1807720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT H Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1803710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT D Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT H Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705720000020002", + "intro": "No se ha podido introducir el filamento AMS F Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700720000020001", + "intro": "No se ha podido extraer el filamento AMS A Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706720000020004", + "intro": "No se ha podido retirar el filamento AMS G Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT E Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1803710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT D Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707710000020001", + "intro": "No se ha podido extraer el filamento AMS H Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1803720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT D Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT F Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1803710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT D Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1803700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT D Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1805700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT F Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701710000020005", + "intro": "No se ha podido alimentar el filamento AMS B Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0707730000020005", + "intro": "No se ha podido alimentar el filamento AMS H Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT H Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701720000020002", + "intro": "No se ha podido introducir el filamento AMS B Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705700000020005", + "intro": "No se ha podido alimentar el filamento AMS F Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1801720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT B Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707730000020002", + "intro": "No se ha podido introducir el filamento AMS H Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT E Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704730000020001", + "intro": "No se ha podido extraer el filamento AMS E Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1801720000020004", + "intro": "No se ha podido retirar el filamento AMS-HT B Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT C Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0703710000020004", + "intro": "No se ha podido retirar el filamento AMS D Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0706730000020001", + "intro": "No se ha podido extraer el filamento AMS G Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1806700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT G Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700700000020005", + "intro": "No se ha podido alimentar el filamento AMS A Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1800720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT A Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT A Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1806720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT G Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706700000020001", + "intro": "No se ha podido extraer el filamento AMS G Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1800700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT A Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700720000020005", + "intro": "No se ha podido alimentar el filamento AMS A Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0707720000020001", + "intro": "No se ha podido extraer el filamento AMS H Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT C Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706720000020005", + "intro": "No ha podido alimentar el filamento AMS G Slot 3. Recorta el extremo del filamento y comprueba si la bobina está atascada." + }, + { + "ecode": "0702720000020002", + "intro": "No se ha podido introducir el filamento AMS C Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0704710000020005", + "intro": "No se ha podido alimentar el filamento AMS E Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1806720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT G Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1807700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT H Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1804730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT E Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707710000020005", + "intro": "No se ha podido alimentar el filamento AMS H Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1807730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT H Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0705730000020001", + "intro": "No se ha podido extraer el filamento AMS F Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0704720000020004", + "intro": "No se ha podido retirar el filamento AMS E Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701730000020005", + "intro": "No se ha podido alimentar el filamento AMS B Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0704710000020004", + "intro": "No se ha podido retirar el filamento AMS E Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT D Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0706710000020005", + "intro": "No se ha podido alimentar el filamento AMS G Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0707700000020001", + "intro": "No se ha podido extraer el filamento AMS H Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1807700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT H Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0706730000020005", + "intro": "No se ha podido alimentar el filamento AMS G Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1805720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT F Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0701730000020001", + "intro": "No se ha podido extraer el filamento AMS B Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0700710000020005", + "intro": "No se ha podido alimentar el filamento AMS A Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1803730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT D Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1804700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT E Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0703700000020001", + "intro": "No se ha podido extraer el filamento AMS D Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0701710000020001", + "intro": "No se ha podido extraer el filamento AMS B Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802700000020002", + "intro": "No se ha podido introducir el filamento AMS-HT C Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0706700000020002", + "intro": "No se ha podido introducir el filamento AMS G Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705700000020002", + "intro": "No se ha podido introducir el filamento AMS F Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT G Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0703720000020005", + "intro": "No se ha podido alimentar el filamento AMS D Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A Es posible que el sensor de corriente del motor de asistencia esté defectuoso." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C Es posible que el sensor de corriente del motor de asistencia esté defectuoso." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G Es posible que el sensor de corriente del motor de asistencia esté defectuoso." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H Es posible que el sensor de corriente del motor de asistencia esté defectuoso." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E Es posible que el sensor de corriente del motor de asistencia esté defectuoso." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E El sensor de corriente del motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0701710000020004", + "intro": "No se ha podido retirar el filamento AMS B Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0706710000020001", + "intro": "No se ha podido extraer el filamento AMS G Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707700000020005", + "intro": "No se ha podido alimentar el filamento AMS H Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0701730000020004", + "intro": "No se ha podido retirar el filamento AMS B Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703730000020001", + "intro": "No se ha podido extraer el filamento AMS D Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707720000020005", + "intro": "No se ha podido alimentar el filamento AMS H Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1802700000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT C Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0703720000020004", + "intro": "No se ha podido retirar el filamento AMS D Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT B Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1804710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT E Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700730000020005", + "intro": "No se ha podido alimentar el filamento AMS A Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1804730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT E Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1800730000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT A Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0705720000020001", + "intro": "No se ha podido extraer el filamento AMS F Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1804730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT E Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0700730000020001", + "intro": "No se ha podido extraer el filamento AMS A Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT C Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1806710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT G Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0703730000020005", + "intro": "No se ha podido alimentar el filamento AMS D Slot 4. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1803710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT D Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703730000020002", + "intro": "No se ha podido introducir el filamento AMS D Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1803720000020001", + "intro": "No se ha podido extraer el filamento AMS-HT D Slot 3 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0700700000020001", + "intro": "No se ha podido extraer el filamento AMS A Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1802700000020004", + "intro": "No se ha podido retirar el filamento AMS-HT C Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0706710000020002", + "intro": "No se ha podido introducir el filamento AMS G Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT E Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0705730000020004", + "intro": "No se ha podido retirar el filamento AMS F Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0700710000020004", + "intro": "No se ha podido retirar el filamento AMS A Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1805710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT F Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1807730000020002", + "intro": "No se ha podido introducir el filamento AMS-HT H Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1804720000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT E Slot 3. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "1805710000020004", + "intro": "No se ha podido retirar el filamento AMS-HT F Slot 2 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0707710000020002", + "intro": "No se ha podido introducir el filamento AMS H Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705720000020004", + "intro": "No se ha podido retirar el filamento AMS F Slot 3 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702700000020005", + "intro": "No se ha podido alimentar el filamento AMS C Slot 1. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0700730000020002", + "intro": "No se ha podido introducir el filamento AMS A Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1800730000020004", + "intro": "No se ha podido retirar el filamento AMS-HT A Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702730000020004", + "intro": "No se ha podido retirar el filamento AMS C Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701700000020002", + "intro": "No se ha podido introducir el filamento AMS B Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702700000020002", + "intro": "No se ha podido introducir el filamento AMS C Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806730000020001", + "intro": "No se ha podido extraer el filamento AMS-HT G Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0702700000020001", + "intro": "No se ha podido extraer el filamento AMS C Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1800710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT A Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0702700000020004", + "intro": "No se ha podido retirar el filamento AMS C Slot 1 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0701730000020002", + "intro": "No se ha podido introducir el filamento AMS B Slot 4 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0705710000020005", + "intro": "No se ha podido alimentar el filamento AMS F Slot 2. Recorta el extremo del filamento y comprueba si la bobina está atascada." + }, + { + "ecode": "0700700000020002", + "intro": "No se ha podido introducir el filamento AMS A Slot 1 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806710000020002", + "intro": "No se ha podido introducir el filamento AMS-HT G Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1801710000020005", + "intro": "No se ha podido alimentar el filamento AMS-HT B Slot 2. Recorte el extremo del filamento y compruebe si la bobina está atascada." + }, + { + "ecode": "0706730000020004", + "intro": "No se ha podido retirar el filamento AMS G Slot 4 del cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0703720000020002", + "intro": "No se ha podido introducir el filamento AMS D Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1802720000020002", + "intro": "No se ha podido introducir el filamento AMS-HT C Slot 3 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "0702730000020001", + "intro": "No se ha podido extraer el filamento AMS C Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0705710000020002", + "intro": "No se ha podido introducir el filamento AMS F Slot 2 en el cabezal. Posible causa: filamento o bobina atascados." + }, + { + "ecode": "1806700000020001", + "intro": "No se ha podido extraer el filamento AMS-HT G Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0707730000020001", + "intro": "No se ha podido extraer el filamento AMS H Slot 4 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "1807710000020001", + "intro": "No se ha podido extraer el filamento AMS-HT H Slot 2 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0704700000020001", + "intro": "No se ha podido extraer el filamento AMS E Slot 1 del extrusor. Posible causa: extrusor obstruido o filamento roto dentro del extrusor." + }, + { + "ecode": "0500030000010021", + "intro": "El hardware no es compatible, compruebe el láser." + }, + { + "ecode": "0C00010000020008", + "intro": "Fallo en la obtención de la imagen de la cámara. La detección de hilos no está disponible por ahora." + }, + { + "ecode": "0C00040000010012", + "intro": "El enlace de datos de la cámara BirdsEye es anormal." + }, + { + "ecode": "0C00040000020003", + "intro": "La base de trabajo del láser no está correctamente alineada. Asegúrese de que las cuatro esquinas estén alineadas con la cama térmica." + }, + { + "ecode": "0500060000020004", + "intro": "La cámara AI Live View no está en su lugar; verifique la conexión del hardware." + }, + { + "ecode": "0C00040000020002", + "intro": "No se ha detectado la alfombrilla de corte. Coloque la alfombrilla necesaria para la tarea y continúe." + }, + { + "ecode": "0500060000020033", + "intro": "La cámara BirdsEye no está conectada. Compruebe el hardware y las conexiones de los cables." + }, + { + "ecode": "0C00030000020016", + "intro": "La detección de objetos extraños no funciona y no se puede leer el número de serie de la cámara Live view. Ponte en contacto con el equipo de atención al cliente." + }, + { + "ecode": "0500040000020031", + "intro": "Se detectó una nueva cámara BirdsEye. Para una medición más precisa de la IA, ve a la configuración antes de usarla." + }, + { + "ecode": "0703210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT Un sensor Hall de alimentación de la ranura 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0703200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0702200000020007", + "intro": "El sensor Hall de salida de la ranura 1 de AMS C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0703230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A El sensor Hall de alimentación de la ranura 3 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0C00040000020019", + "intro": "La cámara BirdEye está instalada en posición offset. Consulte la guía para volver a instalarla." + }, + { + "ecode": "1804210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706230000020007", + "intro": "El sensor Hall de salida de ranura 4 AMS G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT Un sensor Hall de alimentación de la ranura 3 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707200000020007", + "intro": "El sensor Hall de salida de ranura 1 del AMS H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807230000020007", + "intro": "El sensor Hall de salida de ranura 4 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707220000020007", + "intro": "El sensor Hall de salida de ranura 3 del AMS H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1806200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 AMS-HT G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1805220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 AMS-HT F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1802210000020007", + "intro": "El sensor Hall de alimentación de la ranura C AMS-HT 2 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803220000020007", + "intro": "El sensor Hall de salida de ranura 3 del AMS-HT D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704220000020007", + "intro": "El sensor Hall de salida de la ranura 3 del AMS E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS G está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "03009E0000030001", + "intro": "El nivel de detección de puerta abierta para este trabajo de impresión se establecerá como «Notificación»." + }, + { + "ecode": "0702210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0700230000020007", + "intro": "El sensor Hall de salida de ranura 4 del AMS A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0704200000020007", + "intro": "El sensor Hall de salida de la ranura 1 del AMS E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705220000020007", + "intro": "El sensor Hall de salida de ranura 3 de AMS F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1807200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1807220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Un sensor Hall de alimentación de la ranura 4 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806230000020007", + "intro": "El sensor Hall de salida de ranura 4 del AMS-HT G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1801200000020007", + "intro": "El sensor Hall de salida de la ranura 1 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS-HT D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706220000020007", + "intro": "El sensor Hall de salida de ranura 3 AMS G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804200000020007", + "intro": "El sensor Hall de salida de la ranura 1 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS-HT F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804220000020007", + "intro": "El sensor Hall de salida de la ranura 3 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "03009D0000020001", + "intro": "La calibración XY del punto focal del láser de grabado ha fallado. Limpie la zona de referencia del láser en la plataforma láser y vuelva a realizar la calibración del soporte del módulo láser." + }, + { + "ecode": "0702230000020007", + "intro": "El sensor Hall de salida de ranura 4 AMS C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0702220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0703220000020007", + "intro": "El sensor Hall de salida de ranura 3 del AMS D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A El sensor Hall de alimentación de la ranura 1 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1804230000020007", + "intro": "El sensor Hall de salida de la ranura 4 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1805230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0704230000020007", + "intro": "El sensor Hall de salida de ranura 4 del AMS E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806220000020007", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800210000020007", + "intro": "El sensor Hall de salida de la ranura 2 del AMS-HT A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 AMS-HT F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806210000020007", + "intro": "El sensor Hall de salida de ranura 2 del AMS-HT G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705210000020007", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1801230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803230000020007", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1802200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706200000020007", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "03009D0000020002", + "intro": "El resultado de la calibración XY del punto focal del láser de grabado difiere significativamente de los valores de diseño. Vuelva a instalar el módulo láser y vuelva a ejecutar la configuración del módulo láser." + }, + { + "ecode": "0C00010000010011", + "intro": "La calibración de la cámara Live View falló. Comprueba si la cámara está instalada correctamente y asegúrate de que la imagen de la cámara es clara y no está sucia. Después de estos pasos, vuelva a calibrar." + }, + { + "ecode": "0500040000010052", + "intro": "La llave de seguridad no está insertada. Siga las instrucciones de Wiki para instalarla." + }, + { + "ecode": "0500040000010051", + "intro": "El botón de parada de emergencia no está en la posición correcta. Por favor, siga el Wiki para instalarlo." + }, + { + "ecode": "0300090000010001", + "intro": "El servo motor del extrusor tiene un circuito abierto. La conexión puede estar suelta o el motor puede haber fallado." + }, + { + "ecode": "0300090000010002", + "intro": "El servomotor del extrusor tiene un cortocircuito. Puede haber fallado." + }, + { + "ecode": "0300090000010003", + "intro": "La resistencia del servo motor del extrusor es anormal; es posible que el motor haya fallado." + }, + { + "ecode": "0300160000010001", + "intro": "El sensor de corriente del servomotor del extrusor es anómalo. Esto puede deberse a un fallo del circuito de muestreo del hardware." + }, + { + "ecode": "0300410000010001", + "intro": "El voltage del sistema es inestable, lo que activa la función de protección contra fallos de alimentación." + }, + { + "ecode": "1803240000010007", + "intro": "La detección de puerta AMS-HT D es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1806240000010007", + "intro": "La detección de puerta AMS-HT G es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1801240000010007", + "intro": "La detección de puerta AMS-HT B es anormal, el \nHall puede estar suelta o desconectada." + }, + { + "ecode": "1805240000010007", + "intro": "La detección de puerta AMS-HT F es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1802240000010007", + "intro": "La detección de puerta AMS-HT C es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1804240000010007", + "intro": "La detección de puerta AMS-HT E es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1807240000010007", + "intro": "La detección de puerta AMS-HT H es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "1800240000010007", + "intro": "La detección de puerta AMS-HT A es anormal, el Hall puede estar suelta o desconectada." + }, + { + "ecode": "07FF700000020003", + "intro": "El filamento de la extrusora está agotado; por favor, introduzca un filamento nuevo." + }, + { + "ecode": "0300D00000010002", + "intro": "La herramienta de corte se ha caído; vuelva a instalarla." + }, + { + "ecode": "0300D00000010001", + "intro": "El accesorio de corte se ha caído; vuelva a instalarlo." + }, + { + "ecode": "0300280000010005", + "intro": "El eje Z falla en el modo de corte. Compruebe si hay objetos extraños en el deslizador del eje Z y en la polea síncrona del eje Z." + }, + { + "ecode": "18FF600000020001", + "intro": "La bobina externa puede estar enredada o atascada." + }, + { + "ecode": "07FF600000020001", + "intro": "La bobina externa puede estar enredada o atascada." + }, + { + "ecode": "0500030000020020", + "intro": "La capacidad de la unidad flash USB es insuficiente para almacenar en caché los archivos de impresión." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G Los cables trifásicos del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H Los cables trifásicos del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0500040000020036", + "intro": "Nuevo módulo de corte conectado. Para garantizar un corte más preciso, configúralo antes de usarlo. (unos 3 minutos)" + }, + { + "ecode": "0500040000020035", + "intro": "El módulo láser debe calibrarse. Realice la calibración de la montura antes de usarla. (unos 30 segundos)" + }, + { + "ecode": "0300C30000010002", + "intro": "Fallo del sensor de corriente del filtro con tapa: esto puede deberse a un circuito abierto o a un fallo en el circuito de muestreo del hardware." + }, + { + "ecode": "0300A10000010001", + "intro": "La temperatura de la cámara es demasiado alta. Abra la tapa superior y la puerta delantera para que se enfríe." + }, + { + "ecode": "0500010000030005", + "intro": "Error en la unidad flash USB: vuelva a insertar, formatear o reemplazar la unidad USB." + }, + { + "ecode": "0500040000020038", + "intro": "Deslice el módulo de corte y apriete la palanca de liberación rápida" + }, + { + "ecode": "0500010000020002", + "intro": "La cámara en tiempo real no está conectada. Por favor, verifique las conexiones de hardware y los cables." + }, + { + "ecode": "0500060000020034", + "intro": "La cámara Live View no está conectada. Verifique el hardware y las conexiones de los cables." + }, + { + "ecode": "0300D00000010003", + "intro": "El cable del módulo de corte se ha soltado; verifique la conexión del cable." + }, + { + "ecode": "1805200000020009", + "intro": "No se pudo extruir el filamento AMS-HT F en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1803200000020009", + "intro": "No se pudo extruir el filamento AMS-HT D de la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1805210000020009", + "intro": "No se pudo extruir el filamento AMS-HT F en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804210000020009", + "intro": "No se pudo extruir el filamento AMS-HT E en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804220000020009", + "intro": "No se pudo extruir el filamento AMS-HT E en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1803210000020009", + "intro": "No se pudo extruir el filamento AMS-HT D en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1806230000020009", + "intro": "No se pudo extruir el filamento AMS-HT G en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1800220000020009", + "intro": "No se pudo extruir el filamento AMS-HT A en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1807230000020009", + "intro": "No se pudo extruir el filamento AMS-HT H de la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1802200000020009", + "intro": "No se pudo extruir el filamento AMS-HT C de la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801210000020009", + "intro": "No se pudo extruir el filamento AMS-HT B Ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1807210000020009", + "intro": "No se pudo extruir el filamento AMS-HT H en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1800210000020009", + "intro": "No se pudo extruir el filamento AMS-HT A en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1802210000020009", + "intro": "No se pudo extruir el filamento AMS-HT C en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1806220000020009", + "intro": "No se pudo extruir el filamento AMS-HT G en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1806200000020009", + "intro": "No se pudo extruir el filamento AMS-HT G en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804230000020009", + "intro": "No se pudo extruir el filamento AMS-HT E en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801220000020009", + "intro": "No se pudo extruir el filamento AMS-HT B en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1802220000020009", + "intro": "No se pudo extruir el filamento AMS-HT C en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1803230000020009", + "intro": "No se pudo extruir el filamento AMS-HT D en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1807200000020009", + "intro": "No se pudo extruir el filamento AMS-HT H la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se deslice." + }, + { + "ecode": "1800230000020009", + "intro": "No se pudo extruir el filamento AMS-HT A en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1806210000020009", + "intro": "No se pudo extruir el filamento AMS-HT G en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1805220000020009", + "intro": "No se pudo extruir el filamento AMS-HT F en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1807220000020009", + "intro": "No se pudo extruir el filamento AMS-HT H en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1803220000020009", + "intro": "No se pudo extruir el filamento AMS-HT D en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1805230000020009", + "intro": "No se pudo extruir el filamento AMS-HT F en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804200000020009", + "intro": "No se pudo extruir el filamento AMS-HT E en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801200000020009", + "intro": "No se pudo extruir el filamento AMS-HT B en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1800200000020009", + "intro": "No se pudo extruir el filamento AMS-HT A Ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1802230000020009", + "intro": "No se pudo extruir el filamento AMS-HT C en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801230000020009", + "intro": "No se pudo extruir el filamento AMS-HT B en la ranura 4; es posible que el extrusor esté obstruida o que el filamento sea demasiado delgado, lo que provocará que el extrusor se deslice." + }, + { + "ecode": "0C0003000002000E", + "intro": "Parece que su boquilla está cubierta con material atascado u obstruido." + }, + { + "ecode": "0703200000030001", + "intro": "El filamento de la ranura 1 de AMS D se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1800220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT A se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1800200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT A se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1801220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT B esté roto en el cabezal." + }, + { + "ecode": "0705200000030001", + "intro": "El filamento de la ranura 1 de AMS F se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704200000020005", + "intro": "El filamento de la ranura 1 de AMS E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0701130000010001", + "intro": "El motor de la ranura 4 del AMS B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0701200000020002", + "intro": "La ranura 1 del AMS B está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0701200000020005", + "intro": "El filamento AMS B de la ranura 1 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; compruebe si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0702100000010001", + "intro": "El motor de la ranura 1 de AMS C se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0702230000020002", + "intro": "La ranura 4 del AMS C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0703200000020005", + "intro": "El filamento de la ranura 1 de AMS D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0703230000030001", + "intro": "Se agotó el filamento de la ranura 4 de AMS D. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0703200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1804210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800130000010001", + "intro": "El motor de la ranura 4 del AMS-HT A se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A Un filamento de la ranura 4 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804220000030001", + "intro": "El filamento de la ranura 3 de AMS-HT E se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1807100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT H no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1802220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT C se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0705210000020005", + "intro": "El filamento de la ranura 2 de AMS F se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0705220000020002", + "intro": "La ranura 3 del AMS F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1806200000020004", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT G esté roto en el cabezal." + }, + { + "ecode": "1807230000020002", + "intro": "La ranura 4 del AMS-HT H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1807210000020002", + "intro": "La ranura 2 del AMS-HT H está vacía; por favor, inserta un nuevo filamento." + }, + { + "ecode": "1802560000030001", + "intro": "El AMS-HT C se está enfriando en seco; espere a que se enfríe antes de usarlo." + }, + { + "ecode": "1807220000020008", + "intro": "El sensor Hall de alimentación AMS-HT de la ranura H 3 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1805200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 AMS-HT F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1802220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1803200000020003", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT D esté roto en el AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "El motor AMS-HT de la ranura 4 E se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1805120000010001", + "intro": "El motor de la ranura 3 de la AMS-HT F se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0706210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS G está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1806220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT G se ha agotado y la purga del filamento viejo ha sido anormal; por favor, verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0705200000020002", + "intro": "La ranura 1 del AMS F está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1806220000020001", + "intro": "El filamento AMS-HT G de la ranura 3 se ha agotado. Inserte un nuevo filamento." + }, + { + "ecode": "0707100000010001", + "intro": "El motor de la ranura 1 del AMS H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0704200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS E esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1801130000010001", + "intro": "El motor de la ranura 4 del AMS-HT B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1802110000020002", + "intro": "El motor de la ranura 2 del AMS-HT C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1805200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT F se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0705130000010001", + "intro": "El motor de la ranura 4 del AMS F se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1806200000020001", + "intro": "El filamento de la ranura 1 del AMS-HT G se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0703210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1802200000020003", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT C esté roto en el AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "El filamento de la ranura 2 de AMS H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1804210000030001", + "intro": "El filamento AMS-HT E Slot 2 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1807220000020003", + "intro": "El filamento de la ranura 3 del AMS-HT H puede estar roto en el AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "El AMS-HT E se está enfriando en seco; espere a que se enfríe antes de usarlo." + }, + { + "ecode": "0707220000030001", + "intro": "El filamento AMS H de la ranura 3 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS E no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0705120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0704100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS E no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1807210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT H esté roto en el cabezal." + }, + { + "ecode": "1806310000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "1807300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0704310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0705210000020009", + "intro": "No se pudo extruir el filamento AMS F en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0707220000020009", + "intro": "No se pudo extruir el filamento AMS H en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0707300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0700120000020002", + "intro": "El motor de la ranura 3 AMS A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700220000030001", + "intro": "El filamento AMS A Slot 3 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0700230000030001", + "intro": "El filamento del AMS1 de la posición 4 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0701100000010001", + "intro": "El motor de la ranura 1 del AMS B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0701110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0701220000030002", + "intro": "El filamento de la ranura 3 del AMS B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702130000010001", + "intro": "El motor de la ranura 4 del AMS C se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0702220000030001", + "intro": "El filamento de la ranura 3 de AMS C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0703120000020002", + "intro": "El motor de la ranura 3 del AMS D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703130000020002", + "intro": "El motor de la ranura 4 del AMS D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS esté roto." + }, + { + "ecode": "0703220000020001", + "intro": "El filamento de la ranura 3 de AMS D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1801220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0705210000030002", + "intro": "El filamento de la ranura 2 de AMS F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0705210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 de AMS F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803200000020005", + "intro": "El filamento de la ranura 1 del AMS-HT D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1805210000020003", + "intro": "El filamento de la ranura 2 de AMS-HT F puede estar roto en AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "El filamento de la ranura 3 de AMS H se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1801120000020002", + "intro": "El motor de la ranura 3 del AMS-HT B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1807230000020001", + "intro": "El filamento de la ranura 4 del AMS-HT H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1802220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS-HT C esté roto." + }, + { + "ecode": "1800220000030001", + "intro": "Se agotó el filamento de la ranura 3 de AMS-HT A. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1807210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805220000030001", + "intro": "El filamento de la ranura 3 de AMS-HT F se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1803210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT D esté roto en el cabezal." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H se encuentra en proceso de enfriamiento en seco; espere a que se enfríe antes de operar." + }, + { + "ecode": "1801230000030001", + "intro": "El filamento de la ranura 4 del AMS-HT B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0706130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS G no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1807220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT H esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1804110000010001", + "intro": "El motor AMS-HT E de la ranura 2 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1803230000020005", + "intro": "El filamento de la ranura 4 del AMS-HT D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0707230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704130000010001", + "intro": "El motor de la ranura 4 del AMS E se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1801200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700100000010003", + "intro": "El control de par del motor de la ranura 1 AMS A no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0700220000020004", + "intro": "El filamento de la ranura 3 del AMS1 puede estar roto en el cabezal." + }, + { + "ecode": "0701220000020001", + "intro": "El filamento de la ranura 3 del AMS B se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "0702230000020005", + "intro": "El filamento de la ranura 4 de AMS C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0703210000020001", + "intro": "El filamento de la ranura 2 de AMS D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0703220000020005", + "intro": "El filamento de la ranura 3 de AMS D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0703220000030001", + "intro": "Se agotó el filamento AMS D Slot 3. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1806230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT G se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804130000010003", + "intro": "El control de par del motor AMS-HT E, la ranura 4, no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1806110000010003", + "intro": "El control de par del motor AMS-HT G de la ranura 2 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1805130000010003", + "intro": "El control de par del motor AMS-HT F de la ranura 4 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1802110000010001", + "intro": "El motor de la ranura 2 del AMS-HT C se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0701210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1801130000020002", + "intro": "El motor de la ranura 4 del AMS-HT B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1803120000010003", + "intro": "El control de par del motor AMS-HT D de la ranura 3 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1803130000020002", + "intro": "El motor de la ranura 4 del AMS-HT D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1807110000010003", + "intro": "El control de par del motor AMS-HT de la ranura H 2 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1802210000020003", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT C esté roto en el AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS F esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1806100000010003", + "intro": "El control de par del motor AMS-HT G de la ranura 1 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A Un filamento de la ranura 2 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0703560000030001", + "intro": "El AMS D se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1806200000020003", + "intro": "El filamento de la ranura 1 del AMS-HT puede estar roto en AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS E esté roto en AMS." + }, + { + "ecode": "1807200000020004", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT H esté roto en el cabezal." + }, + { + "ecode": "1804230000030001", + "intro": "El filamento de la ranura 4 de la AMS-HT E se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704110000010001", + "intro": "El motor de la ranura 2 del AMS E se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1800210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0704210000030001", + "intro": "Se agotó el filamento de la ranura 2 de AMS E. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0706130000020002", + "intro": "El motor de la ranura 4 de la AMS G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS-HT E esté roto en AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "La ranura 2 del AMS-HT G está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1805210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0706110000010001", + "intro": "El motor de la ranura G 2 de AMS se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1807200000020003", + "intro": "El filamento de la ranura 1 del AMS-HT H puede estar roto en el AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "El motor de la ranura 4 del AMS G se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1802210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807130000020002", + "intro": "El motor AMS-HT H de la ranura 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800400000020004", + "intro": "La señal del amortiguador del filamento es anormal; el resorte puede estar atascado o el filamento puede estar enredado." + }, + { + "ecode": "0704200000020009", + "intro": "No se pudo extruir el filamento AMS E en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1806300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0704310000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "1800310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0705310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1807310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1806350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. Es posible que el chip esté defectuoso." + }, + { + "ecode": "0700220000020002", + "intro": "La ranura 3 del AMS A está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0701200000020004", + "intro": "Es posible que el filamento de la ranura 1 del AMS B esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0701230000030001", + "intro": "El filamento de la ranura 4 de AMS B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0702200000020002", + "intro": "La ranura 1 del AMS C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0702210000020001", + "intro": "El filamento de la ranura C 2 de AMS se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0702210000030001", + "intro": "El filamento de la ranura 2 de AMS C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0703110000010001", + "intro": "El motor de la ranura 2 del AMS D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0703130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0703230000020001", + "intro": "El filamento AMS D Slot 4 se ha agotado. Inserte un nuevo filamento." + }, + { + "ecode": "0703230000020002", + "intro": "La ranura 4 del AMS D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0700200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707200000030001", + "intro": "El filamento de la ranura 1 de AMS H se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704220000020005", + "intro": "El filamento de la ranura 3 de AMS E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0705210000020001", + "intro": "El filamento de la ranura 2 del AMS F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1802100000020002", + "intro": "El motor de la ranura 1 del AMS-HT C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1805130000010001", + "intro": "El motor AMS-HT de la ranura 4 F se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0707230000030002", + "intro": "El filamento de la ranura 4 del AMS H se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0705100000020002", + "intro": "El motor de la ranura 1 del AMS F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707220000020002", + "intro": "La ranura 3 del AMS H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0704130000020002", + "intro": "El motor de la ranura 4 de la AMS E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1803230000030001", + "intro": "El filamento de la ranura 4 de AMS-HT D se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1801220000020002", + "intro": "La ranura 3 del AMS-HT B está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0704230000020003", + "intro": "El filamento en la ranura 4 del AMS E puede estar roto en AMS." + }, + { + "ecode": "0706230000030001", + "intro": "El filamento AMS G de la ranura 4 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0705210000020004", + "intro": "Es posible que el filamento de la ranura 2 de AMS F esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1806200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT G se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0704220000020001", + "intro": "El filamento de la ranura 3 de AMS E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1803120000010001", + "intro": "El motor AMS-HT de la ranura 3 D se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1803210000020003", + "intro": "El filamento de la ranura 2 del AMS-HT D puede estar roto en el AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "El filamento de la ranura 2 del AMS G puede estar roto en el cabezal." + }, + { + "ecode": "0707120000010001", + "intro": "El motor de la ranura 3 del AMS H se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1801120000010001", + "intro": "El motor AMS-HT B de la ranura 3 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1801210000020002", + "intro": "La ranura 2 del AMS-HT B está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1805200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT Un filamento de la ranura 4 podría estar roto en el cabezal." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Se ha agotado un filamento de la ranura 4 y se ha purgado el filamento antiguo de forma anormal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS-HT G no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0706200000020003", + "intro": "El filamento de la ranura 1 de AMS G puede estar roto en AMS." + }, + { + "ecode": "1802230000020003", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT C esté roto en el AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "El filamento de la ranura 1 de AMS F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1807230000020005", + "intro": "El filamento AMS-HT H Slot 4 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F se encuentra en proceso de enfriamiento en seco; espere a que se enfríe antes de operar." + }, + { + "ecode": "1805210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1803230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT D esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0707200000020003", + "intro": "El filamento de la ranura 1 de AMS H puede estar roto en AMS." + }, + { + "ecode": "0706230000020001", + "intro": "El filamento AMS G de la ranura 4 se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1807120000010003", + "intro": "El control de par del motor AMS-HT H con la ranura 3 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A Un filamento de la ranura 3 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1806560000030001", + "intro": "El AMS-HT G se está enfriando en seco; espera a que se enfríe antes de usarlo." + }, + { + "ecode": "0701230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0700110000020002", + "intro": "El motor AMS A slot 2 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700200000020003", + "intro": "AMS Un filamento de la ranura 1 puede estar roto en AMS." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A El filamento de la ranura 1 puede estar roto en el cabezal de la herramienta." + }, + { + "ecode": "0700210000020001", + "intro": "El filamento AMS A Slot 2 se ha agotado. Inserta un filamento nuevo." + }, + { + "ecode": "0701100000020002", + "intro": "El motor de la ranura 1 del AMS B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0701110000020002", + "intro": "El motor de la ranura 2 del AMS B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0701130000020002", + "intro": "El motor de la ranura 4 del AMS B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0701200000030001", + "intro": "El filamento de la ranura 1 de AMS B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0701230000030002", + "intro": "El filamento AMS B Slot 4 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702200000020001", + "intro": "El filamento de la ranura 1 de AMS C se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0703200000020001", + "intro": "El filamento de la ranura 1 de AMS D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0703210000030002", + "intro": "El filamento AMS D Slot 2 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0703230000030002", + "intro": "El filamento de la ranura AMS D 4 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1801220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1802220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1804120000010001", + "intro": "El motor AMS-HT E de la ranura 3 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1806210000030001", + "intro": "El filamento de la ranura 2 AMS-HT G se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1801210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1802200000020005", + "intro": "El filamento de la ranura 1 del AMS-HT C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1807110000020002", + "intro": "El motor de la ranura 2 del AMS-HT H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0707100000010003", + "intro": "El control de par del motor de la ranura 1 AMS H no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706230000020004", + "intro": "Es posible que el filamento AMS G de la ranura 4 esté roto en el cabezal." + }, + { + "ecode": "0705220000020004", + "intro": "Es posible que el filamento de la ranura 3 de AMS F esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1806210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT G esté roto en el cabezal." + }, + { + "ecode": "1803200000020001", + "intro": "El filamento de la ranura 1 del AMS-HT D se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1800120000020002", + "intro": "El motor AMS-HT A slot 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1802210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A La ranura 3 está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0706210000020002", + "intro": "La ranura 2 del AMS G está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1801220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT B se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1800200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT G se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1802200000020002", + "intro": "El compartimento 1 del AMS-HT C está vacío; por favor, inserta un nuevo filamento." + }, + { + "ecode": "0706220000020004", + "intro": "Es posible que el filamento AMS G de la ranura 3 esté roto en el cabezal." + }, + { + "ecode": "0706220000020002", + "intro": "La ranura 3 del AMS G está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1800110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS-HT A no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1805230000020005", + "intro": "El filamento AMS-HT F Slot 4 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1804110000010003", + "intro": "El control de par del motor AMS-HT E de la ranura 2 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1806220000030001", + "intro": "El filamento AMS-HT G Ranura 3 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0704230000030002", + "intro": "El filamento de la ranura 4 del AMS E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804200000020005", + "intro": "El filamento de la ranura 1 del AMS-HT E se ha agotado y la purga del filamento anterior se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1801230000020005", + "intro": "El filamento AMS-HT B de la ranura 4 se ha agotado y la purga del filamento anterior se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1800300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1804310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0705200000020009", + "intro": "No se pudo extruir el filamento AMS F en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "18FF200000020002", + "intro": "Falta un filamento externo; cargue un filamento nuevo." + }, + { + "ecode": "1807350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. Es posible que el chip esté defectuoso." + }, + { + "ecode": "0705300000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "18FF200000020001", + "intro": "El filamento externo se ha agotado; cargue un filamento nuevo." + }, + { + "ecode": "1800450000020001", + "intro": "El sensor del cortador de filamentos no funciona correctamente; compruebe si el conector está correctamente enchufado." + }, + { + "ecode": "1805310000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "0704230000020009", + "intro": "No se pudo extruir el filamento AMS E en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0707350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0700110000010001", + "intro": "El motor AMS A slot 2 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0701120000020002", + "intro": "El motor de la ranura 3 del AMS B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0701200000020001", + "intro": "El filamento de la ranura 1 de AMS B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0702200000020003", + "intro": "Es posible que el filamento de la ranura 1 de AMS esté roto." + }, + { + "ecode": "0702210000020005", + "intro": "El filamento de la ranura 2 de AMS C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0703110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0703210000020002", + "intro": "La ranura 2 del AMS D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1801210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0700560000030001", + "intro": "El AMS A se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1805120000020002", + "intro": "El motor de la ranura 3 de la AMS-HT F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1806210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT G se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT F no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0707220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS H esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0704120000010001", + "intro": "El motor de la ranura 3 del AMS E se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0704210000020001", + "intro": "El filamento AMS E Slot 2 se ha agotado. Inserta un filamento nuevo." + }, + { + "ecode": "1802130000010001", + "intro": "El motor AMS-HT C de la ranura 4 en se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1806230000030001", + "intro": "El filamento AMS-HT G de la ranura 4 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0707230000030001", + "intro": "El filamento AMS H de la ranura 4 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1800130000020002", + "intro": "El motor de la ranura 4 del AMS-HT A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1803200000020004", + "intro": "El filamento de la ranura 1 del AMS-HT D podría estar roto en el cabezal." + }, + { + "ecode": "1800230000020002", + "intro": "La ranura 4 del AMS-HT A está vacía; por favor, inserta un nuevo filamento." + }, + { + "ecode": "1801100000010001", + "intro": "El motor de la ranura 1 del AMS-HT B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1807100000020002", + "intro": "El motor de la ranura 1 del AMS-HT H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0707200000020002", + "intro": "La ranura 1 del AMS H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1802220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801230000020001", + "intro": "El filamento de la ranura 4 del AMS-HT B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804200000020004", + "intro": "El filamento de la ranura 1 del AMS-HT E podría estar roto en el cabezal." + }, + { + "ecode": "1802120000020002", + "intro": "El motor de la ranura 3 del AMS-HT C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705120000020002", + "intro": "El motor de la ranura 3 del AMS F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1805110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS-HT F no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1807220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT H se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT H está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT H se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0700210000020003", + "intro": "AMS El filamento de la ranura 2 puede estar roto en AMS." + }, + { + "ecode": "0700230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS esté roto." + }, + { + "ecode": "0701200000030002", + "intro": "El filamento de la ranura 1 del AMS B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0703220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS esté roto." + }, + { + "ecode": "1803120000020002", + "intro": "El motor de la ranura 3 del AMS-HT D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1801110000010001", + "intro": "El motor AMS-HT B de la ranura 2 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0706220000020001", + "intro": "El filamento AMS G de la ranura 3 se ha agotado. Inserta un filamento nuevo." + }, + { + "ecode": "1803230000020002", + "intro": "La ranura 4 del AMS-HT D está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1803110000010003", + "intro": "El control de par del motor AMS-HT D con la ranura 2 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706220000020005", + "intro": "El filamento de la ranura 3 AMS G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806110000010001", + "intro": "El motor AMS-HT de la ranura G 2 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1802220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0707200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS H esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1803230000020001", + "intro": "El filamento de la ranura 4 de AMS-HT D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1802100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1801210000020003", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT B esté roto en el AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "El motor de la ranura 4 del AMS F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1803220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT D se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805230000020002", + "intro": "La ranura 4 del AMS-HT F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1805200000020003", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT F esté roto en el AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT esté roto en el cabezal." + }, + { + "ecode": "1803200000020002", + "intro": "La ranura 1 del AMS-HT D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1800120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS-HT A no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0704110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS E está fallando. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1804110000020002", + "intro": "El motor de la ranura 2 del AMS-HT E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1805130000020002", + "intro": "El motor de la ranura 4 de la AMS-HT F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804130000020002", + "intro": "El motor de la ranura 4 del AMS-HT E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A Es posible que el filamento de la ranura 3 esté roto en el AMS-HT." + }, + { + "ecode": "0706210000020001", + "intro": "El filamento de la ranura 2 del AMS G se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0705220000020005", + "intro": "El filamento de la ranura 3 del AMS F se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0707220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1801210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT B esté roto en el cabezal." + }, + { + "ecode": "1803300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0706300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1800450000020002", + "intro": "La distancia de corte del cortador de filamento es demasiado grande. El motor XY puede perder pasos." + }, + { + "ecode": "1802300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1802310000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "1806310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1802300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0705230000020009", + "intro": "No se pudo extruir el filamento AMS F en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0707310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0700100000010001", + "intro": "El motor de la ranura 1 AMS A se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0700100000020002", + "intro": "El motor de la ranura 1 del AMS A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700120000010001", + "intro": "El motor AMS A slot 3 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0700130000010001", + "intro": "El motor AMS A slot 4 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0702110000020002", + "intro": "El motor de la ranura 2 del AMS C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0702210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0702220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0702220000030002", + "intro": "El filamento de la ranura 3 de AMS C se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805210000020005", + "intro": "El filamento AMS-HT F Slot 2 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1802200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804220000020008", + "intro": "El sensor Hall de alimentación AMS-HT de la ranura E 3 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0705230000020002", + "intro": "La ranura 4 del AMS F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT Se ha agotado un filamento de la ranura 1 y se ha purgado el filamento antiguo de forma anormal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1805220000020002", + "intro": "La ranura 3 del AMS-HT F está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0706230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 G del AMS está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707220000020001", + "intro": "El filamento de la ranura 3 de AMS H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0706200000020002", + "intro": "La ranura 1 del AMS G está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0702220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1807230000030001", + "intro": "El filamento de la ranura 4 de AMS-HT H se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0707230000020002", + "intro": "La ranura 4 del AMS H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0707220000030002", + "intro": "El filamento de la ranura 3 de AMS H se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0705100000010003", + "intro": "El control de par del motor de la ranura 1 AMS F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1803210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1805210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT F esté roto en el cabezal." + }, + { + "ecode": "1800210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT A se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1803210000030001", + "intro": "El filamento AMS-HT D de la ranura 2 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704200000020002", + "intro": "La ranura 1 del AMS E está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1802130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS-HT C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1804210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT Un filamento de la ranura 1 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0705220000030002", + "intro": "El filamento de la ranura 3 de AMS F se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1802210000030001", + "intro": "El filamento de la ranura 2 de AMS-HT C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1806230000020008", + "intro": "El sensor Hall de alimentación AMS-HT G de la ranura 4 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1802200000020001", + "intro": "El filamento de la ranura 1 de AMS-HT C se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Se ha agotado el filamento de la ranura 1. Por favor, inserta un filamento nuevo." + }, + { + "ecode": "0700210000030002", + "intro": "AMS Un filamento de la ranura 2 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0701110000010001", + "intro": "El motor de la ranura 2 del AMS B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0701120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0702230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS esté roto." + }, + { + "ecode": "0704100000020002", + "intro": "El motor de la ranura 1 del AMS E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1807200000020001", + "intro": "El filamento de la ranura 1 AMS-HT H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0704560000030001", + "intro": "El AMS E se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1804230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1803110000020002", + "intro": "El motor de la ranura 2 del AMS-HT D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705110000010001", + "intro": "El motor de la ranura 2 del AMS F se ha saltado un paso. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1807210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT H se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1803220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0707210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS H está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800230000030001", + "intro": "Se ha agotado el filamento de la ranura 4 de AMS-HT A. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1800120000010001", + "intro": "El motor de la ranura 3 del AMS-HT A se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1801220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707120000020002", + "intro": "El motor de la ranura 3 del AMS H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705110000010003", + "intro": "El control de par del motor de la ranura 2 AMS F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1805220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT F esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1807110000010001", + "intro": "El motor AMS-HT de la ranura 2 H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B se encuentra en proceso de enfriamiento en seco; espere a que se enfríe antes de operar." + }, + { + "ecode": "0706200000030001", + "intro": "El filamento AMS G de la ranura 1 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1807210000030001", + "intro": "El filamento de la ranura 2 de AMS-HT H se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1804200000020001", + "intro": "El filamento de la ranura 1 de AMS-HT E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1804200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0706220000030001", + "intro": "Se agotó el filamento AMS G de la ranura 3. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1804220000020003", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT E esté roto en el AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "No se pudo extruir el filamento AMS G en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1804300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1802350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "18FF200000020004", + "intro": "Extraiga el filamento externo del extrusor." + }, + { + "ecode": "0705350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0706210000020009", + "intro": "No se pudo extruir el filamento AMS G en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801310000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "1805350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "18FF450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. Es posible que el mango o la cuchilla estén atascados o que haya un problema con la conexión del sensor de filamento." + }, + { + "ecode": "0707300000030003", + "intro": "RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1800300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0701200000020003", + "intro": "El filamento de la ranura 1 del AMS B puede estar roto en AMS." + }, + { + "ecode": "0702200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0703100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0703120000010001", + "intro": "El motor de la ranura 3 del AMS D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0703230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS esté roto." + }, + { + "ecode": "0705230000020004", + "intro": "Es posible que el filamento de la ranura 4 de AMS F esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1800220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS-HT A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707130000010003", + "intro": "El control de par del motor AMS H de la ranura 4 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1806200000020002", + "intro": "La ranura 1 del AMS-HT G está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0707220000020003", + "intro": "El filamento de la ranura 3 del AMS H puede estar roto en AMS." + }, + { + "ecode": "0706100000020002", + "intro": "El motor de la ranura 1 de la AMS G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704210000020004", + "intro": "Es posible que el filamento de la ranura 2 de AMS E esté roto en el cabezal." + }, + { + "ecode": "0706220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS G esté roto en AMS." + }, + { + "ecode": "0705220000030001", + "intro": "El filamento AMS F de la ranura 3 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0707210000030001", + "intro": "El filamento AMS H de la ranura 2 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1806230000020003", + "intro": "El filamento de la ranura 4 del AMS-HT G puede estar roto en el AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "El filamento de la ranura 4 del AMS-HT G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1804100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT E no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0703230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS D está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1805200000020004", + "intro": "El filamento de la ranura 1 del AMS-HT F podría estar roto en el cabezal." + }, + { + "ecode": "1802220000030001", + "intro": "El filamento de la ranura 3 del AMS-HT C se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1804220000020002", + "intro": "La ranura 3 del AMS-HT E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1806220000020008", + "intro": "El sensor Hall de alimentación AMS-HT G de la ranura 3 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704120000020002", + "intro": "El motor de la ranura 3 del AMS E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705120000010001", + "intro": "El motor de la ranura 3 de la AMS F se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1800100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT A no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1801200000020001", + "intro": "El filamento de la ranura 1 de AMS-HT B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1801230000020008", + "intro": "El sensor Hall de alimentación AMS-HT B de la ranura 4 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1804220000030002", + "intro": "El filamento de la ranura 3 del AMS-HT E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0706110000010003", + "intro": "El control de par del motor de la ranura G de la ranura 2 del AMS no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0707120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS H no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1807200000030001", + "intro": "El filamento de la ranura 1 AMS-HT H se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1806200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705100000010001", + "intro": "El motor de la ranura 1 del AMS F se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1804230000020002", + "intro": "La ranura 4 del AMS-HT E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0700130000020002", + "intro": "El motor AMS A slot 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700220000020005", + "intro": "El filamento de la ranura AMS A 3 se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0700230000020001", + "intro": "Se acabó el filamento de la ranura AMS A 4. Inserte un filamento nuevo." + }, + { + "ecode": "0701210000020001", + "intro": "El filamento de la ranura 2 de AMS B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0701220000030001", + "intro": "El filamento de la ranura 3 de AMS B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0701230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS esté roto en AMS." + }, + { + "ecode": "0702200000030002", + "intro": "El filamento de la ranura 1 de AMS C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702230000020001", + "intro": "El filamento de la ranura AMS C 4 se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0702230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS C esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0703100000010001", + "intro": "El motor de la ranura 1 del AMS D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0703200000030002", + "intro": "El filamento de la ranura 1 de AMS D se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0703230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS D esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0703230000020005", + "intro": "El filamento AMS D Slot 4 se ha agotado y la purga del filamento viejo fue anormal; Compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1802220000020002", + "intro": "La ranura 3 del AMS-HT C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1803100000020002", + "intro": "El motor de la ranura 1 del AMS-HT D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1803210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT D se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1800220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0707130000020002", + "intro": "El motor de la ranura 4 del AMS H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804200000020002", + "intro": "La ranura 1 del AMS-HT E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Un sensor Hall de alimentación de la ranura 2 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1806210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1802230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801110000020002", + "intro": "El motor de la ranura 2 del AMS-HT B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1801230000020003", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT B esté roto en el AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "Se agotó el filamento de la ranura 3 de AMS-HT D. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H se encuentra en proceso de enfriamiento en seco; espere a que se enfríe antes de operar." + }, + { + "ecode": "0706110000020002", + "intro": "El motor de la ranura 2 de AMS G está sobrecargado. Es posible que el filamento esté enredado o atascado." + }, + { + "ecode": "0706230000020005", + "intro": "El filamento de la ranura 4 AMS G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0705130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1804220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1801200000020002", + "intro": "La ranura 1 del AMS-HT B está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1801110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS-HT B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1804230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT E esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0706200000020001", + "intro": "El filamento AMS G de la ranura 1 se ha agotado. Inserta un filamento nuevo." + }, + { + "ecode": "1803200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT D se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0706120000010001", + "intro": "El motor de la ranura 3 del AMS G se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1806230000020001", + "intro": "El filamento de la ranura 4 de AMS-HT G se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1802230000030001", + "intro": "El filamento de la ranura 4 de AMS-HT C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0706230000030002", + "intro": "El filamento de la ranura AMS G 4 se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1803310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1805300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0706310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1802310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0704350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0707210000020009", + "intro": "No se pudo extruir el filamento AMS H en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "18FE450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. Es posible que el mango o la cuchilla estén atascados o que haya un problema con la conexión del sensor de filamento." + }, + { + "ecode": "0701210000020005", + "intro": "El filamento de la ranura 2 del AMS B se ha agotado, y la purga del filamento viejo no se ha realizado de forma normal; por favor, compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "0701210000030002", + "intro": "El filamento de la ranura 2 del AMSB se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0701220000020002", + "intro": "La ranura 3 del AMS B está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0701230000020001", + "intro": "El filamento de la ranura 4 de AMS B se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0701230000020005", + "intro": "El filamento de la ranura 4 del AMS B se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0702220000020002", + "intro": "La ranura 3 de AMS C está vacía; Inserte un nuevo filamento." + }, + { + "ecode": "0702230000030001", + "intro": "El filamento de la ranura AMS C 4 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0703200000020003", + "intro": "Es posible que el filamento de la ranura 1 de AMS esté roto." + }, + { + "ecode": "0702200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707130000010001", + "intro": "El motor de la ranura 4 del AMS H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1807200000020005", + "intro": "El filamento de la ranura 1 del AMS-HT H se ha agotado y el filamento antiguo se ha purgado de forma anormal; comprueba si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0704220000020003", + "intro": "El filamento de la ranura 3 del AMS E puede estar roto en AMS." + }, + { + "ecode": "0704210000020002", + "intro": "La ranura 2 del AMS E está vacía; por favor, inserta un nuevo filamento." + }, + { + "ecode": "1805200000020005", + "intro": "El filamento AMS-HT F de la ranura 1 se ha agotado y la purga del filamento anterior se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1801100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT B no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706200000030002", + "intro": "El filamento de la ranura 1 de AMS G se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0704130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS E no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706560000030001", + "intro": "El AMS G se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1806120000010003", + "intro": "El control de par del motor AMS-HT G de la ranura 3 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0705230000020005", + "intro": "El filamento AMS F Slot 4 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0706120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS G no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1801230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT B se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807220000020002", + "intro": "La ranura 3 del AMS-HT H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0707210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS H esté roto en AMS." + }, + { + "ecode": "1802230000020002", + "intro": "La ranura 4 del AMS-HT C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1806120000010001", + "intro": "El motor AMS-HT G de la ranura 3 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0704230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1805120000010003", + "intro": "El control de par del motor AMS-HT de la ranura 3 F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1805220000020008", + "intro": "El sensor Hall de alimentación AMS-HT F de la ranura 3 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800100000010001", + "intro": "El motor de la ranura 1 del AMS-HT A se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0705230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS esté roto en AMS." + }, + { + "ecode": "0707110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS H no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0705210000020002", + "intro": "La ranura 2 del AMS F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1800210000020002", + "intro": "La ranura 2 del AMS-HT A está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1806110000020002", + "intro": "El motor de la ranura 2 del AMS-HT G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1806130000020002", + "intro": "El motor de la ranura 4 de la AMS-HT G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800230000020001", + "intro": "El filamento de la ranura 4 de AMS-HT A se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0700200000030002", + "intro": "AMS Un filamento de la ranura 1 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0700210000020004", + "intro": "El filamento AMS A Slot 2 puede estar roto en el cabezal de la herramienta." + }, + { + "ecode": "0700210000030001", + "intro": "El filamento AMS A Slot 2 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0700220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS esté roto." + }, + { + "ecode": "0700230000020002", + "intro": "La ranura AMS 4 está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0701100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0701210000020002", + "intro": "La ranura 2 del AMS B está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0703100000020002", + "intro": "El motor de la ranura 1 del AMS D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS D esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1801200000020004", + "intro": "El filamento de la ranura 1 del AMS-HT B podría estar roto en el cabezal." + }, + { + "ecode": "0706100000010003", + "intro": "El control de par del motor de la ranura 1 AMS G no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1804230000020001", + "intro": "El filamento de la ranura 4 de la AMS-HT E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1803220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT D esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1802100000010001", + "intro": "El motor de la ranura 1 del AMS-HT C se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0706210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS G esté roto en AMS." + }, + { + "ecode": "0704200000020001", + "intro": "El filamento de la ranura 1 de AMS E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1801200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1805230000020001", + "intro": "El filamento de la ranura 4 de AMS-HT F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1806230000020004", + "intro": "El filamento AMS-HT G de la ranura 4 puede estar roto en el cabezal de la herramienta." + }, + { + "ecode": "0706210000030002", + "intro": "El filamento AMS G de la ranura 2 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1806100000020002", + "intro": "El motor de la ranura 1 del AMS-HT G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1801130000010003", + "intro": "El control de par del motor AMS-HT de la ranura 4 de la ranura B no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1807220000030001", + "intro": "El filamento de la ranura 3 de AMS-HT H se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1804210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1804220000020004", + "intro": "El filamento AMS-HT E de la ranura 3 puede estar roto en el cabezal de la herramienta." + }, + { + "ecode": "0704100000010001", + "intro": "El motor de la ranura 1 de la AMS E se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0704210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0706120000020002", + "intro": "El motor de la ranura 3 de la AMS G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1802230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT C esté roto en el cabezal." + }, + { + "ecode": "0707110000020002", + "intro": "El motor de la ranura 2 del AMS H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704220000020004", + "intro": "Es posible que el filamento de la ranura 3 de AMS E esté roto en el cabezal." + }, + { + "ecode": "0706100000010001", + "intro": "El motor de la ranura 1 AMS G se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A Un filamento de la ranura 2 podría estar roto en el AMS-HT." + }, + { + "ecode": "1800110000020002", + "intro": "El motor de la ranura 2 del AMS-HT A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1807230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT H esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0704230000020001", + "intro": "El filamento de la ranura 4 del AMS E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0704210000020005", + "intro": "El filamento de la ranura 2 de AMS E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1803130000010001", + "intro": "El motor de la ranura 4 del AMS-HT D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1805300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0704300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0707230000020009", + "intro": "No se pudo extruir el filamento AMS H en la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1803300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1804310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1800310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "1803350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0704210000020009", + "intro": "No se pudo extruir el filamento AMS E en la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0700200000020002", + "intro": "La ranura 1 del AMS A está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0700230000020004", + "intro": "Es posible que el filamento de la ranura AMS 4 esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0700230000020005", + "intro": "El filamento de la ranura AMS A 4 se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0701220000020005", + "intro": "El filamento de la ranura 3 de AMS B se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0702120000010001", + "intro": "El motor de la ranura 3 de la AMS C se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0702210000020002", + "intro": "La ranura 2 del AMS C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0703220000030002", + "intro": "El filamento de la ranura 3 de AMS D se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1803230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT D se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807200000020002", + "intro": "La ranura 1 del AMS-HT H está vacía; por favor, inserta un nuevo filamento." + }, + { + "ecode": "1805230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT F esté roto en el cabezal." + }, + { + "ecode": "1807230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS-HT H esté roto." + }, + { + "ecode": "1804120000020002", + "intro": "El motor de la ranura 3 de la impresora AMS-HT E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 de AMS F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803220000020002", + "intro": "La ranura 3 del AMS-HT D está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1807220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805220000020003", + "intro": "Es posible que el filamento de la ranura 3 AMS-HT F esté roto en AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707230000020005", + "intro": "El filamento de la ranura 4 del AMS H se ha agotado y la purga del filamento antiguo ha sido anormal; por favor, revisa si el filamento está atascado en el cabezal." + }, + { + "ecode": "0707200000020005", + "intro": "El filamento de la ranura 1 de AMS H se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1802230000030002", + "intro": "El filamento de la ranura 4 del AMS-HT C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805200000020002", + "intro": "La ranura 1 del AMS-HT F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1801200000020005", + "intro": "El filamento AMS-HT B de la ranura 1 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0705210000020003", + "intro": "El filamento de la ranura 2 del AMS F puede estar roto en AMS." + }, + { + "ecode": "0705210000030001", + "intro": "El filamento AMS F de la ranura 2 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0705220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS F está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1802120000010001", + "intro": "El motor AMS-HT C de la ranura 3 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1801220000020003", + "intro": "El filamento de la ranura 3 B del AMS-HT puede estar roto en el AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "El filamento de la ranura 2 de AMS H se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0700120000010003", + "intro": "El control de par del motor de la ranura 3 AMS A no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0700200000030001", + "intro": "AMS Se ha agotado el filamento de la ranura 1. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0700210000020005", + "intro": "AMS Un filamento de la ranura 2 se ha agotado y se ha purgado el filamento antiguo de forma anormal; compruebe si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0700230000030002", + "intro": "El filamento de la ranura AMS 4 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0701220000020003", + "intro": "El filamento de la ranura 3 del AMS B puede estar roto en AMS." + }, + { + "ecode": "0702220000020001", + "intro": "El filamento AMS C Slot 3 se ha agotado. Inserte un nuevo filamento." + }, + { + "ecode": "0702220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS esté roto." + }, + { + "ecode": "0703120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1801100000020002", + "intro": "El motor de la ranura 1 del AMS-HT B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1806100000010001", + "intro": "El motor de la ranura 1 de la AMS-HT G se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1805110000010001", + "intro": "El motor AMS-HT F de la ranura 2 se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1803110000010001", + "intro": "El motor de la ranura 2 del AMS-HT D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1807120000020002", + "intro": "El motor de la ranura 3 del AMS-HT H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0707200000030002", + "intro": "El filamento de la ranura 1 de AMS H se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1803230000020008", + "intro": "El sensor Hall de alimentación AMS-HT D de la ranura 4 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1804200000020003", + "intro": "El filamento de la ranura 1 del AMS-HT E puede estar roto en el AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT H se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806220000020002", + "intro": "La ranura 3 del AMS-HT G está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1807130000010001", + "intro": "El motor de la ranura 4 H del AMS-HT se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0707230000020001", + "intro": "El filamento de la ranura 4 de AMS H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1801210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT C se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "0707210000020002", + "intro": "La ranura 2 del AMS H está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0704200000030002", + "intro": "El filamento de la ranura 1 de AMS E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1804210000020002", + "intro": "La ranura 2 del AMS-HT E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0705220000020001", + "intro": "El filamento de la ranura 3 del AMS F se ha agotado. Por favor, inserta un filamento nuevo." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A Es posible que el filamento de la ranura 1 esté roto en AMS-HT." + }, + { + "ecode": "1805230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS-HT esté roto en AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "El filamento de la ranura 4 de AMS-HT C se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1804230000020003", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT E esté roto en el AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0704220000020009", + "intro": "No se pudo extruir el filamento AMS E en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. Es posible que el chip esté defectuoso." + }, + { + "ecode": "0706310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1800350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. Es posible que el chip esté defectuoso." + }, + { + "ecode": "1806300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0707310000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0705300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0707200000020009", + "intro": "No se pudo extruir el filamento AMS H en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1801300000030003", + "intro": "La RFID no se puede leer debido a un error estructural o de hardware." + }, + { + "ecode": "0706220000020009", + "intro": "No se pudo extruir el filamento AMS G en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1800400000020003", + "intro": "La comunicación del AMS Hub es anormal; es posible que el cable no esté bien conectado." + }, + { + "ecode": "0706350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0705310000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "0700200000020005", + "intro": "AMS Un filamento de la ranura 1 se ha agotado y se ha purgado el filamento antiguo de forma anormal; compruebe si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0700220000030002", + "intro": "El filamento de la ranura AMS A 3 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0701220000020004", + "intro": "El filamento AMS B Slot 3 puede estar roto en el cabezal." + }, + { + "ecode": "0701230000020004", + "intro": "El filamento AMS B Slot 4 puede romperse en el cabezal." + }, + { + "ecode": "0702130000020002", + "intro": "El motor de la ranura 4 del AMS C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0702200000020005", + "intro": "El filamento de la ranura 1 de AMS C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1801210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT B se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1801210000030001", + "intro": "El filamento de la ranura 2 del AMS-HT B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1804220000020001", + "intro": "El filamento de la ranura 3 de AMS-HT E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1803560000030001", + "intro": "El AMS-HT D se está enfriando en seco; espere a que se enfríe antes de usarlo." + }, + { + "ecode": "1805100000020002", + "intro": "El motor de la ranura 1 de la AMS-HT F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704220000020002", + "intro": "La ranura 3 del AMS E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0704210000030002", + "intro": "El filamento de la ranura 2 del AMS E se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1801120000010003", + "intro": "El control de par del motor AMS-HT B de la ranura 3 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1803220000020005", + "intro": "El filamento de la ranura 3 del AMS-HT D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806210000020008", + "intro": "El sensor Hall de alimentación AMS-HT G de la ranura 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802200000020004", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT C esté roto en el cabezal." + }, + { + "ecode": "0706200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807100000010001", + "intro": "El motor de la ranura 1 del AMS-HT H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1804100000020002", + "intro": "El motor de la ranura 1 de la impresora AMS-HT E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804100000010001", + "intro": "El motor de la ranura 1 del AMS-HT E se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1807120000010001", + "intro": "El motor AMS-HT de la ranura 3 H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0705200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 de AMS F está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704230000030001", + "intro": "Se agotó el filamento de la ranura 4 de AMS E. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704220000030001", + "intro": "El filamento AMS E de la ranura 3 se ha agotado. Espere mientras se purga el filamento antiguo." + }, + { + "ecode": "0701560000030001", + "intro": "El AMS B se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1806200000030001", + "intro": "El filamento AMS-HT G de la ranura 1 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704200000020003", + "intro": "Es posible que el filamento de la ranura 1 de AMS E esté roto en AMS." + }, + { + "ecode": "1800130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS-HT A está fallando. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0707100000020002", + "intro": "El motor de la ranura 1 del AMS H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705230000030002", + "intro": "El filamento de la ranura AMS F 4 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0706220000030002", + "intro": "El filamento AMS G de la ranura 3 se agotó y cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0704230000020005", + "intro": "El filamento de la ranura 4 del AMS E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "0704200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0707210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS H esté roto en el cabezal." + }, + { + "ecode": "1806210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS-HT G esté roto en AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800210000030001", + "intro": "Se agotó el filamento de la ranura 2 de AMS-HT A. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0705110000020002", + "intro": "El motor de la ranura 2 del AMS F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700110000010003", + "intro": "El control de par del motor de la ranura 2 AMS A no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0700210000020002", + "intro": "La ranura 2 del AMS A está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0701120000010001", + "intro": "El motor de la ranura 3 del AMS B se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0701130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0701210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS esté roto en AMS." + }, + { + "ecode": "0702100000020002", + "intro": "El motor de la ranura 1 del AMS C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0702120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0702210000020003", + "intro": "Es posible que el filamento de la ranura 2 de AMS C esté roto en AMS." + }, + { + "ecode": "0702220000020005", + "intro": "El filamento AMS C Slot 3 se ha agotado y la purga del filamento viejo fue anormal; Compruebe si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0703110000020002", + "intro": "El motor de la ranura 2 del AMS D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703130000010001", + "intro": "El motor de la ranura 4 del AMS D se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0703200000020002", + "intro": "La ranura 1 del AMS D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0703210000030001", + "intro": "El filamento AMS D Slot 2 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1800560000030001", + "intro": "El AMS-HT A se está enfriando en seco; espere a que se enfríe antes de usarlo." + }, + { + "ecode": "1804210000020001", + "intro": "El filamento de la ranura 2 de AMS-HT E se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1801200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 de la ranura B del AMS-HT está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803210000020002", + "intro": "La ranura 2 del AMS-HT D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1802210000020005", + "intro": "El filamento de la ranura 2 del AMS-HT C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1802230000020005", + "intro": "El filamento de la ranura 4 del AMS-HT C se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A El filamento de la ranura 1 de AMS-HT se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805220000020005", + "intro": "El filamento AMS-HT F Slot 3 se ha agotado y la purga del filamento antiguo se ha realizado de forma anormal; comprueba si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806230000020002", + "intro": "La ranura 4 del AMS-HT G está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0700230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS A está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806210000020001", + "intro": "El filamento AMS-HT G en la ranura 2 se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1807210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT H se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1801220000030001", + "intro": "El filamento de la ranura 3 del AMS-HT B se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1803200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT D se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1800110000010001", + "intro": "El motor de la ranura 2 del AMS-HT A se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0706220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 de AMS G está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS-HT B esté roto en el cabezal de la herramienta." + }, + { + "ecode": "1806220000020004", + "intro": "Es posible que el filamento de la ranura 3 del AMS-HT G esté roto en el cabezal." + }, + { + "ecode": "1803210000030002", + "intro": "El filamento de la ranura 2 del AMS-HT D se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1805210000020002", + "intro": "La ranura 2 del AMS-HT F está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1802210000020002", + "intro": "La ranura 2 del AMS-HT C está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1804230000020005", + "intro": "El filamento de la ranura 4 del AMS-HT E se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1804200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT E se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0702210000020008", + "intro": "El sensor Hall de alimentación de la ranura 2 del AMS C está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802200000030001", + "intro": "El filamento de la ranura 1 de AMS-HT C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "1805100000010001", + "intro": "El motor de la ranura 1 de la AMS-HT F se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A Un filamento de la ranura 3 podría estar roto en el cabezal." + }, + { + "ecode": "0704220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0706200000020005", + "intro": "El filamento de la ranura 1 de AMS G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1805230000020008", + "intro": "El sensor Hall de alimentación AMS-HT F de la ranura 4 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT Se ha agotado un filamento de la ranura 2 y se ha purgado el filamento antiguo de forma anormal; compruebe si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1803220000020003", + "intro": "El filamento de la ranura 3 del AMS-HT D puede estar roto en el AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "1803310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1801310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "1800450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. Es posible que el mango o la cuchilla estén atascados o que haya un problema con la conexión del sensor de filamento." + }, + { + "ecode": "1807300000030003", + "intro": "La RFID no se puede leer debido a un error de hardware o estructural." + }, + { + "ecode": "0705220000020009", + "intro": "No se pudo extruir el filamento AMS F en la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0700220000020001", + "intro": "Se acabó el filamento de la ranura 3 de AMS A. Inserte un filamento nuevo." + }, + { + "ecode": "0701210000030001", + "intro": "El filamento del AMS B de la posición 2 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0701230000020002", + "intro": "La ranura 4 del AMS B está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0703200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS D esté roto en el cabezal de la herramienta." + }, + { + "ecode": "0703210000020005", + "intro": "El filamento de la ranura 2 de AMS D se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1802210000020008", + "intro": "El sensor Hall de alimentación AMS-HT C de la ranura 2 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800100000020002", + "intro": "El motor de la ranura 1 del AMS-HT A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0707210000030002", + "intro": "El filamento de la ranura 2 de AMS H se agotó y se cambió automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS C está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1801200000020003", + "intro": "Es posible que el filamento de la ranura 1 del AMS-HT B esté roto en el AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "El motor de la ranura 4 del AMS-HT C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800200000020002", + "intro": "La ranura 1 del AMS-HT A está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1803130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS-HT D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0706210000020005", + "intro": "El filamento de la ranura AMS G 2 se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "0705230000020001", + "intro": "El filamento de la ranura 4 del AMS F se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805200000020001", + "intro": "El filamento AMS-HT F de la ranura 1 se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1804200000020008", + "intro": "El sensor Hall de alimentación de la ranura 1 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0704220000030002", + "intro": "El filamento de la ranura AMS E 3 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1806130000010001", + "intro": "El motor de la ranura 4 del AMS-HT G se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "1804120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS-HT E no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1807210000020003", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT H esté roto en el AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS-HT E esté roto en el cabezal." + }, + { + "ecode": "1802200000020008", + "intro": "El sensor Hall de alimentación AMS-HT C de la ranura 1 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0706210000030001", + "intro": "El filamento AMS G de la ranura 2 se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0705200000030002", + "intro": "El filamento de la ranura 1 de AMS F se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0707200000020001", + "intro": "El filamento de la ranura 1 de AMS H se ha agotado. Inserte un filamento nuevo." + }, + { + "ecode": "1805210000030001", + "intro": "El filamento de la ranura 2 de AMS-HT F se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0704230000020002", + "intro": "La ranura 4 del AMS E está vacía; inserte un filamento nuevo." + }, + { + "ecode": "0706230000020002", + "intro": "La ranura 4 del AMS G está vacía; inserte un nuevo filamento." + }, + { + "ecode": "1802110000010003", + "intro": "El control de par del motor AMS-HT C de la ranura 2 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706230000020003", + "intro": "Es posible que el filamento de la ranura 4 de AMS G esté roto en AMS." + }, + { + "ecode": "1803230000020003", + "intro": "El filamento de la ranura 4 D del AMS-HT puede estar roto en el AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "Es posible que el filamento de la ranura 4 de AMS E esté roto en el cabezal." + }, + { + "ecode": "0702560000030001", + "intro": "El AMS C se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "1803210000020008", + "intro": "El sensor Hall de alimentación AMS-HT de la ranura D 2 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A Es posible que el filamento de la ranura 4 esté roto en AMS-HT." + }, + { + "ecode": "1806120000020002", + "intro": "El motor de la ranura 3 de la AMS-HT G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705230000030001", + "intro": "El filamento de la ranura 4 del AMS F se ha agotado. Por favor, espere mientras se purga el filamento antiguo." + }, + { + "ecode": "1805110000020002", + "intro": "El motor de la ranura 2 AMS-HT F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0707230000020003", + "intro": "El filamento de la ranura 4 del AMS H puede estar roto en AMS." + }, + { + "ecode": "0700130000010003", + "intro": "El control de par del motor AMS A slot 4 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0701210000020004", + "intro": "Es posible que el filamento de la ranura 2 del AMS B esté roto en el cabezal." + }, + { + "ecode": "0702100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0702110000010001", + "intro": "El motor de la ranura 2 del AMS C se ha resbalado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado fino." + }, + { + "ecode": "0702110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0702120000020002", + "intro": "El motor AMS C slot 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0702200000030001", + "intro": "El filamento de la ranura 1 de AMS C se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0702210000030002", + "intro": "El filamento de la ranura 2 de AMS C se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0702230000030002", + "intro": "El filamento AMS C Slot 4 se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "0703210000020004", + "intro": "El filamento AMS D Slot 2 puede estar roto en el cabezal." + }, + { + "ecode": "0703220000020002", + "intro": "La ranura 3 del AMS D está vacía; inserte un nuevo filamento." + }, + { + "ecode": "0707110000010001", + "intro": "El motor de la ranura 2 del AMS H se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "1807130000010003", + "intro": "El control de par del motor AMS-HT con ranura H 4 no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0701220000020008", + "intro": "El sensor Hall de alimentación de la ranura 3 del AMS B está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803220000020008", + "intro": "El sensor Hall de alimentación AMS-HT con ranura D 3 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "0705200000020005", + "intro": "El filamento de la ranura 1 del AMS F se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal." + }, + { + "ecode": "1806220000020003", + "intro": "El filamento de la ranura 3 del AMS-HT G puede estar roto en el AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "Es posible que el filamento de la ranura 1 de AMS esté roto." + }, + { + "ecode": "1802120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS-HT C no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1801230000020002", + "intro": "La ranura 4 del AMS-HT B está vacía; inserte un filamento nuevo." + }, + { + "ecode": "1805230000030001", + "intro": "La ranura 4 del AMS-HT F se ha quedado sin filamento. Por favor, espera mientras se purga el filamento viejo." + }, + { + "ecode": "1806200000020005", + "intro": "El filamento de la ranura 1 AMS-HT G se ha agotado y la purga del filamento viejo se realizó de manera anormal; verifique si el filamento está atascado en el cabezal de la herramienta." + }, + { + "ecode": "1804230000020008", + "intro": "El sensor Hall de alimentación de la ranura 4 del AMS-HT E está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706200000020004", + "intro": "Es posible que el filamento de la ranura 1 de AMS G esté roto en el cabezal." + }, + { + "ecode": "0705560000030001", + "intro": "El AMS F se está enfriando en seco; espere a que se enfríe antes de ponerlo en funcionamiento." + }, + { + "ecode": "0705220000020003", + "intro": "Es posible que el filamento de la ranura 3 de AMS esté roto en AMS." + }, + { + "ecode": "1807200000030002", + "intro": "El filamento de la ranura 1 del AMS-HT H se ha agotado y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1807230000020008", + "intro": "El sensor Hall de alimentación AMS-HT H de la ranura 4 está desconectado, lo que puede deberse a un mal contacto con el conector." + }, + { + "ecode": "1803100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS-HT D no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0704110000020002", + "intro": "El motor de la ranura 2 de la AMS E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704200000030001", + "intro": "El filamento de la ranura 1 del AMS E se ha agotado. Espere mientras se purga el filamento viejo." + }, + { + "ecode": "0707230000020004", + "intro": "Es posible que el filamento de la ranura 4 del AMS H esté roto en el cabezal." + }, + { + "ecode": "1803100000010001", + "intro": "El motor de la ranura 1 del AMS-HT D se ha deslizado. Es posible que la rueda de extrusión no funcione correctamente o que el filamento sea demasiado delgado." + }, + { + "ecode": "0706200000020009", + "intro": "No se pudo extruir el filamento AMS G en la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "1807310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0706300000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0300C20000010002", + "intro": "Fallo en el sensor Hall de la tapa del interruptor del filtro: compruebe si el cableado está suelto." + }, + { + "ecode": "0C00010000010010", + "intro": "La calibración de la cámara Live View falló. Verifique que la cama esté limpia y asegúrese de que la imagen de la cámara sea clara y sin suciedad. Después de estos pasos, vuelva a calibrar." + }, + { + "ecode": "0C0001000001000F", + "intro": "La calibración de la cámara Live View falló. Reinicie los dispositivos o actualice el firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "La calibración de la cámara Live View falló y no se puede leer el número de serie de la cámara Liveview. Ponte en contacto con el equipo de atención al cliente." + }, + { + "ecode": "050004000001004F", + "intro": "Se ha detectado un módulo desconocido. Intente actualizar el firmware a la versión más reciente." + }, + { + "ecode": "0C00040000010020", + "intro": "El marcador visual de la cama está dañado, póngase en contacto con el servicio de posventa." + }, + { + "ecode": "0C00030000020013", + "intro": "La detección de objetos extraños no funciona. Reinicie los dispositivos o actualice el firmware." + }, + { + "ecode": "1200300000010004", + "intro": "No se puede leer RFID debido a un fallo del chip de cifrado en AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "El RFID no se puede leer debido a un fallo del chip de cifrado en el AMS2." + }, + { + "ecode": "1202300000010004", + "intro": "El RFID no se puede leer debido a un fallo del chip de cifrado en el AMS3." + }, + { + "ecode": "1203300000010004", + "intro": "El RFID no se puede leer debido a un fallo del chip de cifrado en el AMS4." + }, + { + "ecode": "0702970000030001", + "intro": "La temperatura de la cámara AMS C es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0703970000030001", + "intro": "La temperatura de la cámara AMS D es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0700970000030001", + "intro": "AMS La temperatura de la cámara es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0701970000030001", + "intro": "La temperatura de la cámara AMS B es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0704970000030001", + "intro": "La temperatura de la cámara AMS E es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1802970000030001", + "intro": "La temperatura de la cámara AMS-HT C es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1805970000030001", + "intro": "La temperatura de la cámara AMS-HT F es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT La temperatura de la cámara es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1807970000030001", + "intro": "La temperatura de la cámara AMS-HT H es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0706970000030001", + "intro": "La temperatura de la cámara AMS G es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0705970000030001", + "intro": "La temperatura de la cámara AMS F es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1803970000030001", + "intro": "La temperatura de la cámara AMS-HT D es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "0707970000030001", + "intro": "La temperatura de la cámara AMS H es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1806970000030001", + "intro": "La temperatura de la cámara AMS-HT G es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1804970000030001", + "intro": "La temperatura de la cámara AMS-HT E es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "1801970000030001", + "intro": "La temperatura de la cámara AMS-HT B es demasiado alta; actualmente no se permite la alimentación auxiliar ni la lectura RFID." + }, + { + "ecode": "07FF450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. Es posible que el mango o la cuchilla estén atascados o que haya un problema con la conexión del sensor de filamento." + }, + { + "ecode": "07FE450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. Es posible que el mango o la cuchilla estén atascados o que haya un problema con la conexión del sensor de filamento." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A La temperatura ambiental es demasiado baja, lo que afectará la capacidad de secado." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "0500050000010001", + "intro": "Los datos de fábrica de la placa AP son anormales; reemplace la placa AP por una nueva." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D No se puede iniciar el secado; extrae el filamento del centro de filamento e inténtalo de nuevo." + }, + { + "ecode": "0500400000010039", + "intro": "Error de número de serie del módulo láser" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C No se puede iniciar el secado; extraiga el filamento del centro de filamento e inténtelo de nuevo." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D La temperatura ambiental es demasiado baja, lo que afectará la capacidad de secado." + }, + { + "ecode": "0500400000010040", + "intro": "Error en el número de serie del módulo de corte" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B No se puede empezar a secar; extrae el filamento del centro de filamento e inténtalo de nuevo." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A No se puede empezar a secar; saca el filamento del centro del filamento e inténtalo de nuevo." + }, + { + "ecode": "0300180000010006", + "intro": "Los datos de nivelación de la cama son anormales. Compruebe si hay objetos extraños en la cama y el control deslizante Z. Si es así, elimínelos y vuelva a intentarlo." + }, + { + "ecode": "0500010000030004", + "intro": "No hay suficiente espacio en la unidad flash USB; por favor, vacíe algo de espacio." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E No se puede empezar a secar; extrae el filamento del conector del filamento e inténtalo de nuevo." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H No se puede empezar a secar; extrae el filamento del conector del filamento e inténtalo de nuevo." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G No se puede empezar a secar; extrae el filamento del conector del filamento e inténtalo de nuevo." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E No se puede empezar a secar; saca el filamento del centro de filamento e inténtalo de nuevo." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D No se puede iniciar el secado; retire el filamento del centro del filamento y vuelva a intentarlo." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F No se puede iniciar el secado; retire el filamento del concentrador y vuelva a intentarlo." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H No se puede empezar a secar; saca el filamento del centro de filamento e inténtalo de nuevo." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A No se puede empezar a secar; extraiga el filamento del conector del filamento e inténtelo de nuevo." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E La temperatura ambiental es demasiado baja, lo que afectará la capacidad de secado." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F No se puede iniciar el secado; extraiga el filamento del centro de filamento e inténtelo de nuevo." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B No se puede iniciar el secado; extraiga el filamento del conector del filamento e inténtelo de nuevo." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F La temperatura ambiental es demasiado baja, lo que afectará la capacidad de secado." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C No se puede empezar a secar; extrae el filamento del conector del filamento e inténtalo de nuevo." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G No se puede empezar a secar; saca el filamento del centro de filamento e inténtalo de nuevo." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G La temperatura ambiental es demasiado baja, lo que afectará a la capacidad de secado." + }, + { + "ecode": "0300180000010003", + "intro": "El sensor de fuerza de extrusión no está disponible, el enlace entre el MC y el TH puede estar roto o el sensor puede estar dañado." + }, + { + "ecode": "0500020000020003", + "intro": "No se ha podido conectar a Internet; compruebe la conexión de red." + }, + { + "ecode": "0700310000020002", + "intro": "La etiqueta RFID de la ranura A de AMS está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0703300000020002", + "intro": "La etiqueta RFID de la ranura D de AMS 1 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0300960000010001", + "intro": "La puerta principal parece estar abierta; la tarea se ha detenido." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806310000020002", + "intro": "La etiqueta RFID de la ranura G 2 del AMS-HT está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar averiado." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805330000020002", + "intro": "La etiqueta RFID de la ranura AMS-HT F 4 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0705320000020002", + "intro": "La etiqueta RFID de la ranura 3 AMS F está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "030001000001000D", + "intro": "Anteriormente se produjo una anomalía en los módulos de calentamiento de la plataforma de impresión. Para seguir utilizando la impresora, consulte la wiki para solucionar el problema." + }, + { + "ecode": "0300040000020001", + "intro": "La velocidad del ventilador de enfriamiento de las piezas es demasiado lenta o se ha detenido. Es posible que esté atascado o que el conector no esté correctamente enchufado." + }, + { + "ecode": "0300080000010003", + "intro": "La resistencia de Motor-Z es anormal, es posible que el motor haya fallado." + }, + { + "ecode": "0500040000010002", + "intro": "No se ha podido informar del estado de la impresión. Por favor, compruebe su conexión de red." + }, + { + "ecode": "0500040000030008", + "intro": "Se ha detectado que la puerta está abierta." + }, + { + "ecode": "0500040000030009", + "intro": "La temperatura de la plataforma de impresión supera la temperatura de vitrificación del filamento, lo que puede provocar la obstrucción de la boquilla. Mantenga abierta la puerta frontal de la impresora. La detección de puerta abierta ha sido desactivada temporalmente." + }, + { + "ecode": "0500050000030002", + "intro": "El dispositivo está en estado de ingeniería, por favor preste atención a los asuntos relacionados con la seguridad de la información." + }, + { + "ecode": "0700300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0701310000020002", + "intro": "La etiqueta RFID del AMS B Slot2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0702310000020002", + "intro": "La etiqueta RFID del AMS C Slot2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0703310000010004", + "intro": "Fallo en el chip de cifrado" + }, + { + "ecode": "0C00020000010005", + "intro": "Se ha detectado un nuevo Micro Lidar. Por favor, calíbrelo en la página de Calibración antes de usarlo." + }, + { + "ecode": "12FF200000020004", + "intro": "Por favor, extraiga el filamento del portabobinas del extrusor." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0C00040000010011", + "intro": "No se pudo medir el grosor del material: los parámetros del dispositivo son anormales; vuelva a configurar la cámara BirdsEye." + }, + { + "ecode": "0C0003000002000C", + "intro": "No se detectó el marcador de localización de la placa de construcción. Compruebe si la placa de construcción está alineada correctamente." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0300A20000010001", + "intro": "La temperatura del módulo MC es demasiado alta, posiblemente debido a la alta temperatura de la cámara de la impresora. Puede intentar reducir la temperatura ambiental antes de usarla." + }, + { + "ecode": "0300360000010001", + "intro": "La velocidad del ventilador de circulación de calor de la cámara es demasiado lenta o está detenida. Es posible que esté atascado o que el conector no esté enchufado correctamente." + }, + { + "ecode": "0C00040000010013", + "intro": "Los parámetros de exposición de la cámara BirdsEye no son efectivos; inténtelo de nuevo." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS-HT C está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0707300000020002", + "intro": "La etiqueta RFID de la ranura H de AMS está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707310000020002", + "intro": "La etiqueta RFID de la ranura H de AMS 2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800330000020002", + "intro": "La etiqueta RFID de la ranura AMS-HT A 4 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0705310000020002", + "intro": "La etiqueta RFID de la ranura F de AMS 2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E El sensor de temperatura del calefactor 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0705300000020002", + "intro": "La etiqueta RFID de la ranura F de AMS está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS-HT H está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS-HT B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1804310000020002", + "intro": "La etiqueta RFID de la ranura E 2 del AMS-HT está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1801320000020002", + "intro": "La etiqueta RFID de la ranura 3 AMS-HT B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "03001B0000010002", + "intro": "Se detectó una perturbación externa en el sensor de aceleración de la plataforma de impresión. Es posible que el cable de señal del sensor no esté fijado correctamente." + }, + { + "ecode": "030091000001000C", + "intro": "El calentador de la cabina 1 ha trabajado a plena carga durante mucho tiempo. Es posible que el sistema de control de temperatura esté fallando." + }, + { + "ecode": "0300940000030001", + "intro": "El enfriamiento de la cámara puede ser demasiado lento. Puede abrir la puerta frontal o la tapa superior para ayudar al enfriamiento si el aire en la cámara no es tóxico." + }, + { + "ecode": "0500020000020005", + "intro": "No se ha podido conectar a Internet; compruebe la conexión de red." + }, + { + "ecode": "0500040000010003", + "intro": "El contenido del archivo de impresión es ilegible. Por favor, vuelva a enviar el trabajo de impresión." + }, + { + "ecode": "0500050000010006", + "intro": "Los datos de fábrica de la placa AP son anormales; por favor, reemplaza la placa AP por una nueva." + }, + { + "ecode": "0700330000020002", + "intro": "La etiqueta RFID de la ranura A de AMS 4 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0701300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0701330000020002", + "intro": "La etiqueta RFID de la ranura 4 de AMS B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0702300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0702300000020002", + "intro": "La etiqueta RFID en AMS C Slot1 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0702320000020002", + "intro": "La etiqueta RFID del AMS C Slot3 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0702330000020002", + "intro": "La etiqueta RFID del AMS C Slot4 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0703310000020002", + "intro": "La etiqueta RFID del AMS D Slot2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0C0001000001000B", + "intro": "El Micro Lidar no se pudo calibrar. Asegúrese de que la placa de calibración esté limpia y no bloqueada; a continuación, intente calibrarla de nuevo." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C El calefactor 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "050003000001000A", + "intro": "El estado del sistema es anormal; restaure la configuración de fábrica." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C El sensor de temperatura del calefactor 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "030001000001000E", + "intro": "La tensión de alimentación no coincide con la de la máquina; la cama se ha desactivado." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0706330000020002", + "intro": "La etiqueta RFID del AMS G Slot4 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1805310000020002", + "intro": "La etiqueta RFID del AMS-HT F Slot2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G El calefactor 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805320000020002", + "intro": "La etiqueta RFID de la ranura 3 de AMS-HT F está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0704310000020002", + "intro": "La etiqueta RFID de la ranura AMS E 2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS-HT B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706320000020002", + "intro": "La etiqueta RFID de la ranura 3 de AMS G está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS-HT G está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804320000020002", + "intro": "La etiqueta RFID de la ranura AMS-HT E 3 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706310000020002", + "intro": "La etiqueta RFID de la ranura G de AMS 2 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0705330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS F está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0300010000010008", + "intro": "Se produce una anomalía durante el proceso de calentamiento de la plataforma de impresión, los módulos calentadores pueden estar rotos." + }, + { + "ecode": "0300020000010006", + "intro": "La temperatura de la boquilla no es normal, el sensor puede tener un cortocircuito. Por favor compruebe si el conector está bien enchufado." + }, + { + "ecode": "0700320000020002", + "intro": "La etiqueta RFID de la ranura A de AMS 3 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0700400000020004", + "intro": "La señal del amortiguador del filamento es anormal; el resorte puede estar atascado o el filamento puede estar enredado." + }, + { + "ecode": "0702310000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0703300000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0C0003000002000F", + "intro": "Si se omiten piezas antes de la inspección de la primera capa, la inspección no será compatible con la impresión actual." + }, + { + "ecode": "12FF200000020006", + "intro": "No se pudo extruir el filamento, el extrusor puede estar obstruido." + }, + { + "ecode": "0C00040000010014", + "intro": "No se detectó la base de protección contra cortes, que\npuede provocar daños en la cama. Colóquelo y continúe." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0300090000020002", + "intro": "La resistencia de extrusión es anormal. El extrusor puede estar obstruido o puede haber filamento atascado en el cabezal de la herramienta." + }, + { + "ecode": "0300310000010001", + "intro": "La velocidad del ventilador de enfriamiento de la pieza es demasiado lenta o está detenido. Es posible que esté atascado o que el conector no esté enchufado correctamente." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS-HT E está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803310000020002", + "intro": "La etiqueta RFID de la ranura D 2 del AMS-HT está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1802300000020002", + "intro": "La etiqueta RFID del AMS-HT C Slot1 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1807320000020002", + "intro": "La etiqueta RFID de la ranura H3 del AMS-HT está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H El sensor de temperatura del calentador 2 está fallando, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "1801800000010002", + "intro": "El calentador 1 del AMS-HT B está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704300000020002", + "intro": "La etiqueta RFID de la ranura 1 de AMS E está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803300000020002", + "intro": "La etiqueta RFID de la ranura 1 de AMS-HT D está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B El devanado de fase del motor auxiliar tiene un circuito abierto. El motor auxiliar puede estar averiado." + }, + { + "ecode": "1806320000020002", + "intro": "La etiqueta RFID de la ranura G 3 del AMS-HT está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1800300000020002", + "intro": "El RFID en la ranura 1 de AMS-HT A está dañado, o su contenido no puede ser identificado." + }, + { + "ecode": "030001000001000A", + "intro": "El control de temperatura de la plataforma de impresión no es normal, la placa de aire acondicionado puede estar rota." + }, + { + "ecode": "0300030000010001", + "intro": "La velocidad del ventilador del hotend es demasiado baja o se ha detenido. Es posible que esté atascado o que el conector no esté correctamente enchufado." + }, + { + "ecode": "0300060000010003", + "intro": "La resistencia del Motor A es anormal, es posible que el motor haya fallado." + }, + { + "ecode": "0300070000010003", + "intro": "La resistencia del motor B es anormal, es posible que el motor haya fallado." + }, + { + "ecode": "03001A0000020001", + "intro": "La boquilla está cubierta de filamento o la plataforma de impresión se está torcida." + }, + { + "ecode": "03001D0000010001", + "intro": "El sensor de posición del motor de extrusión no es normal. Es posible que el cable de señal del sensor no esté conectado correctamente." + }, + { + "ecode": "0500040000010001", + "intro": "No se ha podido descargar el trabajo de impresión. Por favor, compruebe su conexión de red." + }, + { + "ecode": "0700300000020002", + "intro": "La etiqueta RFID de la ranura AMS1 A está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0701320000020002", + "intro": "La etiqueta RFID de la ranura 3 AMS B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0703320000020002", + "intro": "La etiqueta RFID de la ranura 3 de AMS D está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0703330000020002", + "intro": "La etiqueta RFID de la ranura DS 4 de AMS está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0C00010000020007", + "intro": "Los parámetros del láser del Micro Lidar están desviados. Vuelva a calibrar la impresora." + }, + { + "ecode": "0C00020000020004", + "intro": "La altura de la boquilla parece demasiado baja. Compruebe si la boquilla está desgastada o inclinada. Vuelva a calibrar el Lidar si la boquilla ha sido sustituida." + }, + { + "ecode": "0C00020000020009", + "intro": "El láser vertical no es lo suficientemente visible en la posición de búsqueda. Por favor, limpie o sustituya la cama caliente si este mensaje aparece repetidamente." + }, + { + "ecode": "0C00030000020010", + "intro": "Se han detectado objetos extraños en la plataforma de impresión. Compruébela y límpiela." + }, + { + "ecode": "0703800000010002", + "intro": "El calentador 1 de AMS D está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0500040000020033", + "intro": "Enchufe el conector del módulo." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0C00040000010010", + "intro": "No se pudo medir el grosor del material debido a un mal funcionamiento del módulo láser." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E El calefactor 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a daños en el calefactor." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F El calefactor 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0706300000020002", + "intro": "La etiqueta RFID de la ranura 1 de AMS G está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS-HT B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "1804300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS-HT E está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1807300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS-HT H está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G El sensor de temperatura del calentador 2 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1802320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS-HT C está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS E está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1802330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS-HT C está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B Los cables del codificador del motor auxiliar no están conectados. El conector del motor auxiliar puede tener un mal contacto." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0500020000020001", + "intro": "No se pudo conectar a Internet. Compruebe la conexión de red." + }, + { + "ecode": "0500040000010006", + "intro": "No se ha podido reanudar la impresión anterior." + }, + { + "ecode": "0700310000010004", + "intro": "Fallo del chip de encriptación." + }, + { + "ecode": "0700400000020003", + "intro": "La comunicación del AMS Hub es anormal; es posible que el cable no esté bien conectado." + }, + { + "ecode": "0701300000020002", + "intro": "La etiqueta RFID en la ranura 1 del AMS B está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0701310000010004", + "intro": "Fallo del chip de cifrado" + }, + { + "ecode": "0C00020000020003", + "intro": "El láser horizontal no es lo suficientemente brillante en la posición inicial. Limpie o reemplace la cama si este mensaje aparece repetidamente." + }, + { + "ecode": "0C00020000020007", + "intro": "El láser vertical no se enciende. Por favor, compruebe si está tapado o la conexión del hardware es normal." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B El calentador 2 está en cortocircuito, lo que puede ser debido a un cortocircuito en el cableado o daño en el calentador." + }, + { + "ecode": "0300090000020003", + "intro": "El extrusor está extruyendo de forma anormal. Puede estar obstruido o el filamento puede ser demasiado fino, lo que hace que el extrusor se deslice." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B El sensor de temperatura del calentador 1 no funciona correctamente, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C El calentador 1 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS-HT D está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1806330000020002", + "intro": "La etiqueta RFID en la ranura 4 del AMS-HT G está dañada o su contenido no puede ser identificado." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C El bobinado de fase del motor de asistencia tiene un circuito abierto. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F La válvula de escape 1 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D La válvula de escape 2 no está conectada, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E Los cables del codificador del motor de asistencia no están conectados. Es posible que el conector del motor de asistencia tenga un contacto deficiente." + }, + { + "ecode": "0707320000020002", + "intro": "La etiqueta RFID del AMS H Slot3 está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0707330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS H está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1805300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS-HT F está dañada o no se puede identificar su contenido." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H El calentador 2 está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G El sensor de humedad está desconectado, lo que puede deberse a un mal contacto del conector." + }, + { + "ecode": "0704320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS E está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS-HT A está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1803320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS-HT D está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1807330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS-HT H está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1800310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS-HT A está dañada o no se puede identificar su contenido." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F El calentador 1 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B El calentador 2 está en cortocircuito, lo que puede deberse a un cortocircuito en el cableado o a un daño en el calentador." + }, + { + "ecode": "0703200000020009", + "intro": "No se pudo extruir el filamento AMS D de la ranura 1; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0702230000020009", + "intro": "No se pudo extruir el filamento AMS C en la ranura 4; es posible que el extrusor esté obstruida o que el filamento sea demasiado delgado, lo que provocará que el extrusor se deslice." + }, + { + "ecode": "0700200000020009", + "intro": "No se pudo extruir el filamento AMS A de la ranura 1; es posible que el extrusor esté obstruida o que el filamento sea demasiado delgado y provoque que el extrusor resbale." + }, + { + "ecode": "0701220000020009", + "intro": "No se pudo extruir el filamento AMS B de la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se deslice." + }, + { + "ecode": "0701230000020009", + "intro": "No se pudo extruir el filamento AMS B de la ranura 4; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0701200000020009", + "intro": "No se pudo extruir el filamento de la ranura 1 del AMS B; es posible que la extrusora esté obstruida o que el filamento sea demasiado delgado y provoque que la extrusora resbale." + }, + { + "ecode": "0701210000020009", + "intro": "No se pudo extruir el filamento AMS B de la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0702220000020009", + "intro": "No se pudo extruir el filamento AMS C de la ranura 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0700210000020009", + "intro": "No se pudo extruir el filamento AMS A de la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0702210000020009", + "intro": "No se pudo extruir el filamento AMS C de la ranura 2; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0703230000020009", + "intro": "No se pudo extruir el filamento de la ranura 4 AMS D; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0702200000020009", + "intro": "No se pudo extruir el filamento de la ranura 1 del AMS C; es posible que el extrusor esté obstruido o que el filamento sea demasiado delgado y provoque que el extrusor resbale." + }, + { + "ecode": "0700220000020009", + "intro": "No se pudo extruir el filamento de la ranura AMS A 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0703220000020009", + "intro": "No se pudo extruir el filamento AMS D Slot 3; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0703210000020009", + "intro": "No se pudo extruir el filamento de la ranura 2 del AMS D; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0700230000020009", + "intro": "No se pudo extruir el filamento de la ranura 4 del AMS A; el extrusor puede estar obstruido o el filamento puede ser demasiado delgado, lo que provoca que el extrusor se resbale." + }, + { + "ecode": "0700310000010001", + "intro": "La placa AMS A RFID 2 tiene un error." + }, + { + "ecode": "1800010000010003", + "intro": "El control de par del motor de asistencia AMS-HT A no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G El motor con escobillas 3 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H El motor con escobillas 4 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E La velocidad del ventilador de refrigeración del calefactor 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1800310000010001", + "intro": "La placa AMS-HT A RFID 2 tiene un error." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A El ventilador de refrigeramiento del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1801300000010001", + "intro": "La placa AMS-HT B RFID 1 tiene un error." + }, + { + "ecode": "0702310000010001", + "intro": "La placa AMS C RFID 2 tiene un error." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A El sensor de corriente del calefactor 2 no es normal." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H El odómetro no tiene señal. El conector del odómetro puede tener un mal contacto." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1802010000010003", + "intro": "El control de par del motor auxiliar AMS-HT C está fallando. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0704010000020002", + "intro": "El motor de asistencia AMS E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800010000010001", + "intro": "El motor de asistencia AMS-HT A se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "0706010000010001", + "intro": "El motor de asistencia AMS G se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1803130000020004", + "intro": "El motor cepillado 4 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0701310000010001", + "intro": "La placa AMS B RFID 2 tiene un error." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0706010000010003", + "intro": "El control de par del motor de asistencia AMS G no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F Se perdió el parámetro de asistencia del motor. Retire el filamento del eje de filamento y luego reinicie el AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0707010000010003", + "intro": "El control de par del motor de asistencia AMS H no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1805010000010001", + "intro": "El motor de asistencia AMS-HT F se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C Se ha perdido el parámetro de asistencia del motor. Retire el filamento del eje de filamento y luego reinicie el AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1803020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT D: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1806010000010003", + "intro": "El control de par del motor de asistencia AMS-HT G no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1807500000020001", + "intro": "La comunicación AMS-HT H es anormal; verifique el cable de conexión." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1806300000010001", + "intro": "La placa AMS-HT G RFID 1 tiene un error." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1805010000010003", + "intro": "El control de par del motor de asistencia AMS-HT F no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0704310000010001", + "intro": "La placa AMS E RFID 2 tiene un error." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H El motor con escobillas 3 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1803500000020001", + "intro": "La comunicación AMS-HT D es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1804500000020001", + "intro": "La comunicación AMS-HT E es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT Un error de velocidad y longitud del filamento: es posible que la odometría del filamento esté defectuosa." + }, + { + "ecode": "0704010000010004", + "intro": "El control de velocidad del motor de asistencia AMS E no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D El motor con escobillas 1 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1806010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT G no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B El motor con escobillas 4 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G El motor cepillado 2 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1802010000010001", + "intro": "El motor de asistencia AMS-HT C se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0707010000020002", + "intro": "El motor de asistencia AMS H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0704020000010001", + "intro": "Error de velocidad y longitud del filamento AMS E: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1802310000010001", + "intro": "La placa AMS-HT C RFID 2 tiene un error." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A El motor con escobillas 4 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1804010000020002", + "intro": "El motor de asistencia AMS-HT E está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT B: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C El odómetro no tiene señal. Es posible que el conector del odómetro tenga mal contacto." + }, + { + "ecode": "1805020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT F: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C El motor con escobillas 4 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1806500000020001", + "intro": "La comunicación AMS-HT G es anormal; compruebe el cable de conexión." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1806010000020002", + "intro": "El motor de asistencia AMS-HT G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804010000010003", + "intro": "El control de par del motor de asistencia AMS-HT E no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1803010000020002", + "intro": "El motor de asistencia AMS-HT D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT B no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1806020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT G: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "1803010000010001", + "intro": "El motor de asistencia AMS-HT D se ha deslizado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado delgado." + }, + { + "ecode": "0707310000010001", + "intro": "La placa AMS H RFID 2 tiene un error." + }, + { + "ecode": "0707020000010001", + "intro": "Error de velocidad y longitud del filamento AMS H: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1807010000010001", + "intro": "El motor de asistencia AMS-HT H se ha deslizado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado delgado." + }, + { + "ecode": "0705010000010001", + "intro": "El motor de asistencia AMS F se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B El ventilador de refrigeración del calefactor 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H El ventilador de enfriamiento del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E El proceso de secado puede experimentar una fuga térmica. Apague la fuente de alimentación del AMS." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0704300000010001", + "intro": "La placa AMS E RFID 1 tiene un error." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G El ventilador de refrigeración del calefactor 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E El motor con escobillas 1 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0705010000020002", + "intro": "El motor asistido AMS F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0701300000010001", + "intro": "La placa AMS B RFID 1 tiene un error." + }, + { + "ecode": "0702300000010001", + "intro": "La placa AMS C RFID 1 tiene un error." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H El odómetro no emite ninguna señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0706020000010001", + "intro": "Error de velocidad y longitud del filamento AMS G: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1803310000010001", + "intro": "La placa AMS-HT D RFID 2 tiene un error." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801010000020002", + "intro": "El motor de asistencia AMS-HT B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1801310000010001", + "intro": "La placa AMS-HT B RFID 2 tiene un error." + }, + { + "ecode": "1806310000010001", + "intro": "La placa AMS-HT G RFID 2 tiene un error." + }, + { + "ecode": "1805310000010001", + "intro": "La placa AMS-HT F RFID 2 tiene un error." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1807010000010003", + "intro": "El control de par del motor de asistencia AMS-HT H no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F El odómetro no tiene señal. El conector del odómetro puede tener un mal contacto." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F El proceso de secado puede experimentar una fuga térmica. Apague la fuente de alimentación del AMS." + }, + { + "ecode": "1807010000020002", + "intro": "El motor de asistencia AMS-HT H está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700300000010001", + "intro": "La placa AMS A RFID 1 tiene un error." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1802020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT C: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1803010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT D no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D El sensor de corriente del calefactor 2 es anormal." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1800010000020002", + "intro": "El motor de asistencia AMS-HT A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F El proceso de secado puede experimentar una fuga térmica. Apague la fuente de alimentación del AMS." + }, + { + "ecode": "1807300000010001", + "intro": "La placa AMS-HT H RFID 1 tiene un error." + }, + { + "ecode": "1806010000010001", + "intro": "El motor de asistencia AMS-HT G se ha deslizado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado delgado." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1801500000020001", + "intro": "La comunicación AMS-HT B es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H El motor cepillado 3 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H El motor auxiliar tiene una resistencia trifásica desequilibrada. El motor auxiliar puede estar averiado." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B El motor asistente tiene una resistencia de tres fases desequilibrada. El motor asistente puede estar defectuoso." + }, + { + "ecode": "0705010000010004", + "intro": "El control de velocidad del motor de asistencia AMS F no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0500040000020030", + "intro": "La cámara BirdsEye no está instalada. Apague la impresora y, a continuación, instale la cámara." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E El ventilador de refrigeración del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0707500000020001", + "intro": "La comunicación AMS H es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1804010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT E no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0705300000010001", + "intro": "La placa AMS F RFID 1 tiene un error." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C El motor con escobillas 3 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0707300000010001", + "intro": "La placa AMS H RFID 1 tiene un error." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1802300000010001", + "intro": "La placa RFID 1 AMS-HT C tiene un error." + }, + { + "ecode": "1805120000020004", + "intro": "El motor cepillado 3 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1805300000010001", + "intro": "La placa AMS-HT F RFID 1 tiene un error." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0705310000010001", + "intro": "La placa AMS F RFID 2 tiene un error." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A El motor auxiliar tiene una resistencia trifásica desequilibrada. El motor auxiliar puede estar defectuoso." + }, + { + "ecode": "1805010000020002", + "intro": "El motor de asistencia AMS-HT F está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F El motor cepillado 3 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0704010000010003", + "intro": "El control de par del motor de asistencia AMS E no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0706300000010001", + "intro": "La placa AMS G RFID 1 tiene un error." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C El motor con escobillas 2 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G El motor con escobillas 1 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1807010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT H no funciona correctamente. El sensor de velocidad puede estar defectuoso." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y luego reinicie el AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1804020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT E: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H El ventilador de refrigeración del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0706010000020002", + "intro": "El motor de asistencia AMS G está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1800300000010001", + "intro": "La placa AMS-HT A RFID 1 tiene un error." + }, + { + "ecode": "0707010000010004", + "intro": "El control de velocidad del motor de asistencia AMS H no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1804310000010001", + "intro": "La placa AMS-HT E RFID 2 tiene un error." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H Error en el parámetro de calibración del motor de asistencia. Retire el filamento del eje de filamento y reinicie el AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E La velocidad del ventilador de refrigeramiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1805100000020004", + "intro": "El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F El motor con escobillas 4 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0706310000010001", + "intro": "La placa AMS G RFID 2 tiene un error." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G El ventilador de enfriamiento del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1807020000010001", + "intro": "Error de velocidad y longitud del filamento AMS-HT H: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "0704010000010001", + "intro": "El motor de asistencia AMS E se ha resbalado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado fino." + }, + { + "ecode": "1803300000010001", + "intro": "La placa AMS-HT D RFID 1 tiene un error." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "0706500000020001", + "intro": "La comunicación AMS G es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A Error en el parámetro de calibración del motor de asistencia. Retire el filamento del eje de filamento y reinicie el AMS." + }, + { + "ecode": "0705020000010001", + "intro": "Error de velocidad y longitud del filamento AMS F: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C El ventilador de refrigeración del calefactor 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H El motor con escobillas 1 no emite ninguna señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0703310000010001", + "intro": "La placa AMS D RFID 2 tiene un error." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0707010000010001", + "intro": "El motor de asistencia AMS H se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E El motor cepillado 4 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E El motor con escobillas 1 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0704500000020001", + "intro": "La comunicación AMS E es anormal; compruebe el cable de conexión." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E El motor cepillado 3 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del conector de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1801010000010003", + "intro": "El control de par del motor de asistencia AMS-HT B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E El odómetro no tiene señal. Es posible que el conector del odómetro tenga mal contacto." + }, + { + "ecode": "1800500000020001", + "intro": "La comunicación de AMS-HT A es anormal; verifique el cable de conexión." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1805500000020001", + "intro": "La comunicación AMS-HT F es anormal; compruebe el cable de conexión." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "1802500000020001", + "intro": "La comunicación AMS-HT C es anormal; verifique el cable de conexión." + }, + { + "ecode": "1805010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT F no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "0703300000010001", + "intro": "La placa AMS D RFID 1 tiene un error." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D El error del parámetro de calibración del motor de asistencia. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1803010000010003", + "intro": "El control de par del motor de asistencia AMS-HT D no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "0705500000020001", + "intro": "La comunicación AMS F es anormal; verifique el cable de conexión." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1800010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT A no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G Error en el parámetro de calibración del motor de asistencia. Retire el filamento del eje de filamento y reinicie el AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G La velocidad del ventilador de refrigeración del calefactor 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1804300000010001", + "intro": "La placa AMS-HT E RFID 1 tiene un error." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B El ventilador de refrigeración del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1807310000010001", + "intro": "La tarjeta RFID 2 AMS-HT H tiene un error." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1804010000010001", + "intro": "El motor asistente del AMS-HT E se ha deslizado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado delgado." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E La resistencia del motor de asistencia es anormal. Es posible que el motor de asistencia esté defectuoso." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C El motor cepillado 1 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0706010000010004", + "intro": "El control de velocidad del motor de asistencia AMS G no funciona correctamente. Es posible que el sensor de velocidad esté defectuoso." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C Error en el parámetro de calibración del motor de asistencia. Retire el filamento del eje de filamento y reinicie el AMS." + }, + { + "ecode": "0705010000010003", + "intro": "El control de par del motor de asistencia AMS F no funciona correctamente. El sensor de corriente puede estar averiado." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G El motor con escobillas 4 no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B La velocidad del ventilador de refrigeración del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1802010000010004", + "intro": "El control de velocidad del motor de asistencia AMS-HT C no funciona correctamente. El sensor de velocidad puede estar defectuoso." + }, + { + "ecode": "1802010000020002", + "intro": "El motor auxiliar AMS-HT C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1801010000010001", + "intro": "El motor asistente AMS-HT B se ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G El cuentakilómetros no emite ninguna señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C El proceso de secado puede experimentar una fuga térmica. Apague el AMS." + }, + { + "ecode": "0500010000030007", + "intro": "No se pueden grabar fotografías de lapso de tiempo sin una unidad flash USB insertada." + }, + { + "ecode": "0300110000020002", + "intro": "La frecuencia de resonancia del eje Y difiere significativamente de la última calibración. Por favor, limpia la barra lineal del eje Y y realiza una calibración después de imprimir." + }, + { + "ecode": "0300200000010002", + "intro": "El reinicio de la posición del eje Y no es normal: compruebe si el cabezal está atascado o si el carro del eje Y ofrece demasiada resistencia." + }, + { + "ecode": "0300200000010001", + "intro": "Anomalía en la orientación del eje X: compruebe si el cabezal de la herramienta está atascado o si la resistencia en el riel lineal del eje X es demasiado alta." + }, + { + "ecode": "0300100000020002", + "intro": "La frecuencia de resonancia del eje X difiere significativamente de la última calibración. Por favor, limpie la guía lineal del eje X y realice una calibración después de la impresión." + }, + { + "ecode": "0500040000020039", + "intro": "Enchufe el conector del módulo" + }, + { + "ecode": "0701010000010001", + "intro": "El motor de asistencia AMS B ha deslizado. La rueda de extrusión puede estar desgastada o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1200220000020006", + "intro": "No se pudo extruir el filamento del AMS 1 posición 3; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1201220000020005", + "intro": "El filamento de la ranura 3 del AMS 2 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1202110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS 3 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1203820000020001", + "intro": "El filamento del AMS D Slot3 puede estar enredado o atascado." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A El motor con escobillas 1 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0702010000020002", + "intro": "El motor de asistencia AMS C está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201300000010001", + "intro": "La bobina RFID de la ranura 1 del AMS 2 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1201320000010001", + "intro": "La bobina RFID de la ranura 3 del AMS 2 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1202210000020002", + "intro": "La ranura 2 del AMS 3 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1202210000020005", + "intro": "El filamento de la ranura 2 del AMS 3 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1202230000030002", + "intro": "El filamento de la ranura 4 del AMS 3 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203300000010001", + "intro": "La bobina RFID de la ranura 1 del AMS 4 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0300010000010001", + "intro": "La temperatura de la cama es anormal; es posible que el calentador tenga un cortocircuito." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0702010000010001", + "intro": "El motor de asistencia AMS C se ha resbalado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado fino." + }, + { + "ecode": "1200330000020002", + "intro": "La etiqueta RFID en la ranura 4 del AMS A está dañada." + }, + { + "ecode": "1201200000030001", + "intro": "El filamento de la ranura 1 del AMS 2 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1201220000020003", + "intro": "El filamento de la ranura 3 del AMS 2 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "El filamento de la ranura 4 del AMS 2 puede estar roto en el cabezal." + }, + { + "ecode": "1202130000010001", + "intro": "El la ranura 4 del AMS 3 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1202720000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 3: el sensor de odometría del filamento de la ranura 3 puede estar defectuosa." + }, + { + "ecode": "1203200000020001", + "intro": "El filamento de la ranura 1 del AMS 4 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203210000020004", + "intro": "El filamento de la ranura 2 del AMS 4 puede estar roto en el cabezal." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspeccionando la primera capa: espere un momento." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C El ventilador de refrigeración del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1200100000020002", + "intro": "El motor de la ranura 1 del AMS 1 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200200000020003", + "intro": "El filamento de la ranura 1 del AMS 1 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Error de velocidad y longitud del filamento: La odometría del filamento de la ranura 3 puede estar defectuosa." + }, + { + "ecode": "1200830000020001", + "intro": "El filamento del AMS1 Slot4 puede estar enredado o atascado." + }, + { + "ecode": "1202300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS 3 está dañada." + }, + { + "ecode": "1202320000010001", + "intro": "La bobina RFID AMS3 Slot3 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1202830000020001", + "intro": "El filamento del AMS3 Slot4 puede estar enredado o atascado." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B La resistencia del motor auxiliar es anormal. El motor auxiliar puede estar defectuoso." + }, + { + "ecode": "1200230000030002", + "intro": "El filamento de la ranura 4 del AMS 1 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1202120000010001", + "intro": "El la ranura 3 del AMS 3 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1202210000020001", + "intro": "El filamento de la ranura 2 del AMS 3 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1202230000020004", + "intro": "El filamento de la ranura 4 del AMS 3 puede estar roto en el cabezal." + }, + { + "ecode": "1202230000030001", + "intro": "El filamento de la ranura 4 del AMS 3 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1203100000010001", + "intro": "El motor de la ranura 1 del AMS 4 ha patinado. La rueda de extrusión puede estar funcionando mal o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1203110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS 4 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1203220000020005", + "intro": "El filamento de la ranura 3 del AMS 4 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D El motor auxiliar tiene una resistencia trifásica desequilibrada. El motor auxiliar puede estar averiado." + }, + { + "ecode": "0C0003000001000A", + "intro": "La impresora está en modo de fábrica. Póngase en contacto con el servicio de asistencia técnica." + }, + { + "ecode": "050004000002001A", + "intro": "No se puede identificar la etiqueta RFID en la ranura 3 del AMS C." + }, + { + "ecode": "1200200000020006", + "intro": "No se pudo extruir el filamento del AMS 1 posición 1; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1200820000020001", + "intro": "El filamento del AMS1 Slot3 puede estar enredado o atascado." + }, + { + "ecode": "1201220000020004", + "intro": "El filamento de la ranura 3 del AMS 2 puede estar roto en el cabezal." + }, + { + "ecode": "1202330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS 3 está dañada." + }, + { + "ecode": "1203130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS 4 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a una avería del motor." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "1200210000030001", + "intro": "El filamento de la ranura 2 del AMS 1 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1201200000020003", + "intro": "El filamento de la ranura 1 del AMS 2 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1202710000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 3: el sensor de odometría del filamento de la ranura 2 puede estar defectuosa." + }, + { + "ecode": "1203120000020002", + "intro": "El motor de la ranura 3 del AMS 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0500040000020032", + "intro": "Introduzca el módulo láser y bloquee la palanca de liberación rápida." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0701020000010001", + "intro": "Error de velocidad y longitud del filamento AMS B: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "0702010000010003", + "intro": "El control de par del motor de asistencia AMS C no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1202220000030002", + "intro": "El filamento de la ranura 3 del AMS 3 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1202230000020002", + "intro": "La ranura 4 del AMS 3 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C La velocidad del ventilador de enfriamiento del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B El ventilador de enfriamiento del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0700010000010004", + "intro": "El control de velocidad del motor de asistencia AMS A no funciona correctamente. El sensor de velocidad puede estar averiado." + }, + { + "ecode": "0700500000020001", + "intro": "AMS La comunicación es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1200120000020002", + "intro": "El motor de la ranura 3 del AMS 1 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200220000020002", + "intro": "La ranura 3 del AMS 1 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1202200000020002", + "intro": "La ranura 1 del AMS 3 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1202230000020003", + "intro": "El filamento de la ranura 4 del AMS 3 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "La ranura 1 del AMS 4 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1203210000020001", + "intro": "El filamento de la ranura 2 del AMS 4 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0500040000020015", + "intro": "No se puede identificar la etiqueta RFID en la ranura 2 del AMS B." + }, + { + "ecode": "0702020000010001", + "intro": "Error de velocidad y longitud del filamento AMS C: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Error de velocidad y longitud del filamento: La odometría del filamento de la ranura 2 puede estar defectuosa." + }, + { + "ecode": "1201130000010001", + "intro": "El la ranura 4 del AMS 2 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1201300000030003", + "intro": "El RFID de la ranura 1 del AMS 2 no se puede leer debido a un error estructural" + }, + { + "ecode": "1201330000010001", + "intro": "La bobina RFID de la ranura 4 del AMS 2 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1202100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS3 no funciona correctamente. El sensor puede estar defectuoso." + }, + { + "ecode": "1202220000020002", + "intro": "La ranura 3 del AMS 3 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1202310000030003", + "intro": "El RFID de la ranura 2 del AMS 3 no se puede leer debido a un error estructural" + }, + { + "ecode": "1203220000020004", + "intro": "El filamento de la ranura 3 del AMS 4 puede estar roto en el cabezal." + }, + { + "ecode": "1200230000020003", + "intro": "El filamento de la ranura 4 del AMS 1 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1200230000020004", + "intro": "El filamento de la ranura 4 del AMS 1 puede estar roto en el cabezal." + }, + { + "ecode": "1200330000010001", + "intro": "La bobina RFID de la ranura 4 del AMS está rota o el circuito de hardware de RF tiene un error." + }, + { + "ecode": "1201200000020002", + "intro": "La ranura 2 del AMS 1 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1202220000020001", + "intro": "El filamento de la ranura 3 del AMS 3 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203200000030001", + "intro": "El filamento de la ranura 1 del AMS 4 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "0300350000020002", + "intro": "La velocidad del ventilador de refrigeración del módulo MC es lenta. Es posible que esté atascado y necesite limpiarse." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D El odómetro no tiene señal. Es posible que el conector del odómetro tenga mal contacto." + }, + { + "ecode": "0C00040000020004", + "intro": "El tipo de plataforma no es compatible con esta tarea. Utilice la plataforma correcta para continuar." + }, + { + "ecode": "1200210000020003", + "intro": "El filamento de la ranura 2 del AMS 1 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1200220000020005", + "intro": "El filamento de la ranura 3 del AMS 1 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1200230000030001", + "intro": "El filamento de la ranura 4 del AMS 1 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1200300000010001", + "intro": "La bobina RFID de la ranura 1 del AMS 1 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1201200000020004", + "intro": "El filamento de la ranura 1 del AMS 2 puede estar roto en el cabezal." + }, + { + "ecode": "1201220000020002", + "intro": "La ranura 3 del AMS 2 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1201230000020003", + "intro": "El filamento de la ranura 4 del AMS 2 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "El RFID de la ranura 3 del AMS 2 no se puede leer debido a un error estructural" + }, + { + "ecode": "1203230000020004", + "intro": "El filamento de la ranura 4 del AMS 4 puede estar roto en el cabezal." + }, + { + "ecode": "1203230000020005", + "intro": "El filamento de la ranura 4 del AMS 4 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A El odómetro no emite señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "050004000002001C", + "intro": "No se puede identificar la etiqueta RFID en la ranura 1 del AMS D." + }, + { + "ecode": "1200110000010001", + "intro": "El la ranura 2 del AMS 1 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1200230000020002", + "intro": "La ranura 4 del AMS 1 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1200310000020002", + "intro": "La etiqueta RFID de la ranura A 2 del AMS está dañada." + }, + { + "ecode": "1200500000020001", + "intro": "La comunicación AMS A es anormal; verifique el cable de conexión." + }, + { + "ecode": "1201210000020006", + "intro": "No se pudo extruir el filamento del AMS 2 posición 2; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1202100000020002", + "intro": "El motor de la ranura 1 del AMS 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1203110000010001", + "intro": "El la ranura 2 del AMS 4 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0701110000020004", + "intro": "El motor con escobillas 2 del AMS B no tiene señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1200220000030001", + "intro": "El filamento de la ranura 3 del AMS 1 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1200800000020001", + "intro": "Es posible que el filamento AMS A Slot1 esté enredado o atascado." + }, + { + "ecode": "1201200000020001", + "intro": "El filamento de la ranura 1 del AMS 2 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1201200000020006", + "intro": "No se pudo extruir el filamento del AMS 2 posición 1; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1201210000020001", + "intro": "El filamento de la ranura 2 del AMS 2 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1201220000030001", + "intro": "El filamento de la ranura 3 del AMS 2 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1202200000020006", + "intro": "No se pudo extruir el filamento del AMS 3 posición 1; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1202500000020001", + "intro": "La comunicación con el AMS 3 no es normal, compruebe el cable de conexión." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B El motor con escobillas 1 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1201300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS 2 está dañada." + }, + { + "ecode": "1201310000030003", + "intro": "El RFID de la ranura 2 del AMS 2 no se puede leer debido a un error estructural" + }, + { + "ecode": "1201710000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 2: el sensor de odometría del filamento de la ranura 2 puede estar defectuosa." + }, + { + "ecode": "1202130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS 3 está funcionando mal. El sensor de corriente puede estar defectuoso.\n" + }, + { + "ecode": "1202200000030002", + "intro": "El filamento de la ranura 1 del AMS 3 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1202220000020005", + "intro": "El filamento de la ranura 3 del AMS 3 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1203330000030003", + "intro": "El RFID de la ranura 4 del AMS 4 no se puede leer debido a un error estructural" + }, + { + "ecode": "0700930000020002", + "intro": "AMS A La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "0300960000030001", + "intro": "La puerta principal está abierta." + }, + { + "ecode": "050003000002000C", + "intro": "Error de hardware inalámbrico: apague/encienda el WiFi o reinicie el dispositivo." + }, + { + "ecode": "0300090000020001", + "intro": "El motor de extrusión está sobrecargado. La extrusora puede estar obstruida o el filamento puede estar atascado en el cabezal de la herramienta." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "1200200000030001", + "intro": "El filamento de la ranura 1 del AMS 1 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1201700000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 2: el sensor de odometría del filamento de la ranura 1 puede estar defectuosa." + }, + { + "ecode": "1201730000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 2: el sensor de odometría del filamento de la ranura 4 puede estar defectuosa." + }, + { + "ecode": "1202220000030001", + "intro": "El filamento de la ranura 3 del AMS 1 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1202310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS 3 está dañada." + }, + { + "ecode": "1202320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS 3 está dañada." + }, + { + "ecode": "1203220000020002", + "intro": "La ranura 3 del AMS 4 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1203220000020006", + "intro": "No se pudo extruir el filamento del AMS 4 posición 3; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1203230000020002", + "intro": "La ranura 4 del AMS 4 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "0C00040000010015", + "intro": "No se detectó el inserto protector láser. Colóquelo y continúe." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D El motor con escobillas 3 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0500040000020011", + "intro": "No se puede identificar la etiqueta RFID en la ranura 2 del AMS A. " + }, + { + "ecode": "0500040000020017", + "intro": "No se puede identificar la etiqueta RFID en la ranura 4 del AMS B." + }, + { + "ecode": "0701500000020001", + "intro": "La comunicación AMS B es anormal; compruebe el cable de conexión." + }, + { + "ecode": "1200120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS 1 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1200320000010001", + "intro": "AMS Una bobina RFID de la ranura 3 está rota o el circuito de hardware de RF tiene un error." + }, + { + "ecode": "1202300000030003", + "intro": "El RFID de la ranura 1 del AMS 3 no se puede leer debido a un error estructural" + }, + { + "ecode": "1203700000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 4: el sensor de odometría del filamento de la ranura 1 puede estar defectuosa." + }, + { + "ecode": "1203800000020001", + "intro": "El filamento del AMS D Slot1 puede estar enredado o atascado." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B El cuentakilómetros no emite ninguna señal. Es posible que el conector del odómetro tenga un contacto deficiente." + }, + { + "ecode": "0500040000020018", + "intro": "No se puede identificar la etiqueta RFID en la ranura 1 del AMS C." + }, + { + "ecode": "0703010000010003", + "intro": "El control de par del motor de asistencia AMS D no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1200220000020001", + "intro": "El filamento de la ranura 3 del AMS 1 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1201210000020002", + "intro": "La ranura 2 del AMS 2 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1201220000020001", + "intro": "El filamento de la ranura 3 del AMS 2 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203200000020004", + "intro": "El filamento de la ranura 1 del AMS 4 puede estar roto en el cabezal." + }, + { + "ecode": "1203300000030003", + "intro": "El RFID de la ranura 1 del AMS 4 no se puede leer debido a un error estructural" + }, + { + "ecode": "1200210000020006", + "intro": "No se pudo extruir el filamento del AMS 1 posición 2; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1201210000020004", + "intro": "El filamento de la ranura 2 del AMS 2 puede estar roto en el cabezal." + }, + { + "ecode": "1201210000020005", + "intro": "El filamento de la ranura 2 del AMS 2 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1202210000030002", + "intro": "El filamento de la ranura 2 del AMS 3 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1202220000020006", + "intro": "No se pudo extruir el filamento del AMS 3 posición 3; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1202230000020006", + "intro": "No se pudo extruir el filamento del AMS 3 posición 4; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1203200000030002", + "intro": "El filamento de la ranura 1 del AMS 4 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203220000030002", + "intro": "El filamento de la ranura 3 del AMS 4 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203320000010001", + "intro": "La bobina RFID de la ranura 3 del AMS 4 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1203330000010001", + "intro": "La bobina RFID de la ranura 4 del AMS 4 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B El sensor de corriente del calefactor 2 es anormal." + }, + { + "ecode": "0701120000020004", + "intro": "El motor con escobillas 3 del AMS B no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1200110000010003", + "intro": "El control de par del motor de la ranura 2 del AMS 1 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1201820000020001", + "intro": "El filamento del AMS2 Slot3 puede estar enredado o atascado." + }, + { + "ecode": "1202130000020002", + "intro": "El motor de la ranura 4 del AMS 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C El motor con escobillas 3 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C El sensor de corriente del calentador 2 es anormal." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "0700010000010003", + "intro": "El control de par del motor de asistencia AMS A no funciona correctamente. El sensor de corriente puede estar averiado." + }, + { + "ecode": "0703020000010001", + "intro": "Error de velocidad y longitud del filamento AMS D: La odometría del filamento puede ser defectuosa." + }, + { + "ecode": "1200100000010001", + "intro": "El motor de la ranura 1 del AMS 1 ha patinado. La rueda de extrusión puede estar funcionando mal o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1200210000020001", + "intro": "El filamento de la ranura 2 del AMS 1 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1200220000030002", + "intro": "El filamento de la ranura 3 del AMS 1 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1201230000030001", + "intro": "El filamento de la ranura 4 del AMS 2 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1201330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS 2 está dañada." + }, + { + "ecode": "1202110000020002", + "intro": "El motor de la ranura 2 del AMS 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1202120000020002", + "intro": "El motor de la ranura 3 del AMS 3 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A El motor de asistencia tiene una resistencia trifásica desequilibrada. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "0701010000020002", + "intro": "El motor de asistencia AMS B está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200220000020004", + "intro": "El filamento de la ranura 3 del AMS 1 puede estar roto en el cabezal." + }, + { + "ecode": "1201130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS 2 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1203230000020003", + "intro": "El filamento de la ranura 4 del AMS 4 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "No se puede identificar la etiqueta RFID en la ranura 4 del AMS D." + }, + { + "ecode": "1200130000010001", + "intro": "El la ranura 3 del AMS 1 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1201210000020003", + "intro": "El filamento de la ranura 2 del AMS 2 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "No se pudo extruir el filamento del AMS 2 posición 3; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1201230000020001", + "intro": "El filamento de la ranura 4 del AMS 2 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1201230000020006", + "intro": "No se pudo extruir el filamento del AMS 2 posición 4; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1202120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS 3 está funcionando mal. El sensor de corriente puede estar defectuoso.\n" + }, + { + "ecode": "1202210000020006", + "intro": "No se pudo extruir el filamento del AMS 3 posición 2; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1203200000020006", + "intro": "No se pudo extruir el filamento del AMS 4 posición 1; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1203210000030002", + "intro": "El filamento de la ranura 2 del AMS 4 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203720000010001", + "intro": "Error de velocidad y longitud del filamento del AMS D: el sensor de odometría del filamento de la ranura 3 puede estar defectuoso." + }, + { + "ecode": "0500040000020013", + "intro": "No se puede identificar la etiqueta RFID en la ranura 4 del AMS A." + }, + { + "ecode": "1200130000020002", + "intro": "El motor de la ranura 4 del AMS 1 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201220000030002", + "intro": "El filamento de la ranura 3 del AMS 2 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1201720000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 2: el sensor de odometría del filamento de la ranura 3 puede estar defectuosa." + }, + { + "ecode": "1202330000030003", + "intro": "El RFID de la ranura 4 del AMS 3 no se puede leer debido a un error estructural" + }, + { + "ecode": "1203130000010001", + "intro": "El la ranura 4 del AMS 4 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1203210000020003", + "intro": "El filamento de la ranura 2 del AMS 4 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1203210000030001", + "intro": "El filamento de la ranura 2 del AMS 4 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1203230000030001", + "intro": "El filamento de la ranura 4 del AMS 4 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A El proceso de secado puede experimentar una fuga térmica. Desconecte la fuente de alimentación del AMS." + }, + { + "ecode": "0500040000020010", + "intro": "No se puede identificar la etiqueta RFID en la ranura 1 del AMS A." + }, + { + "ecode": "050004000002001E", + "intro": "No se puede identificar la etiqueta RFID en la ranura 3 del AMS D." + }, + { + "ecode": "0700010000010001", + "intro": "El motor auxiliar AMS A se ha resbalado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado fino." + }, + { + "ecode": "1200200000020005", + "intro": "El filamento de la ranura 1 del AMS 1 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1200320000020002", + "intro": "La etiqueta RFID en la ranura 3 del AMS A está dañada." + }, + { + "ecode": "1202200000020005", + "intro": "El filamento de la ranura 1 del AMS 3 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1202210000030001", + "intro": "El filamento de la ranura 2 del AMS 3 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1202320000030003", + "intro": "El RFID de la ranura 3 del AMS 3 no se puede leer debido a un error estructural" + }, + { + "ecode": "1203300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS 4 está dañada." + }, + { + "ecode": "1203330000020002", + "intro": "La etiqueta RFID de la ranura 4 del AMS 4 está dañada." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D El motor con escobillas 1 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0C00040000020008", + "intro": "Material no detectado. Confirme la colocación y continúe." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0702500000020001", + "intro": "La comunicación AMS C es anormal; verifique el cable de conexión." + }, + { + "ecode": "1201120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS 2 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1201200000020005", + "intro": "El filamento de la ranura 1 del AMS 2 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1203100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS4 no funciona correctamente. El sensor puede estar defectuoso." + }, + { + "ecode": "1203110000020002", + "intro": "El motor de la ranura 2 del AMS 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A El motor con escobillas 2 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0300310000020002", + "intro": "La velocidad del ventilador de refrigeración parcial es lenta. Puede estar atascado y necesitar limpieza." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C El proceso de secado puede experimentar una fuga térmica. Apague la fuente de alimentación del AMS." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A El motor con escobillas 3 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "1200230000020006", + "intro": "No se pudo extruir el filamento del AMS 1 posición 4; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1201810000020001", + "intro": "El filamento del AMS2 Slot2 puede estar enredado o atascado." + }, + { + "ecode": "1202220000020003", + "intro": "El filamento de la ranura 3 del AMS 3 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "El filamento de la ranura 4 del AMS 3 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1203220000020001", + "intro": "El filamento de la ranura 3 del AMS 4 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203230000030002", + "intro": "El filamento de la ranura 4 del AMS 4 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203310000010001", + "intro": "La bobina RFID de la ranura 2 del AMS 4 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "0703010000010001", + "intro": "El motor auxiliar AMS D se ha resbalado. Es posible que la rueda de extrusión esté desgastada o que el filamento sea demasiado fino." + }, + { + "ecode": "1200200000020001", + "intro": "El filamento de la ranura 1 del AMS 1 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1200210000030002", + "intro": "El filamento de la ranura 2 del AMS 1 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1201230000030002", + "intro": "El filamento de la ranura 4 del AMS 2 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203810000020001", + "intro": "El filamento del AMS D Slot2 puede estar enredado o atascado." + }, + { + "ecode": "1203830000020001", + "intro": "El filamento del AMS D Slot4 puede estar enredado o atascado." + }, + { + "ecode": "0C00040000010016", + "intro": "La palanca de liberación rápida no está bloqueada. Empújala hacia abajo para asegurarla." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0500040000020019", + "intro": "No se puede identificar la etiqueta RFID en la ranura 2 del AMS C." + }, + { + "ecode": "0703500000020001", + "intro": "La comunicación AMS D es anormal; verifique el cable de conexión." + }, + { + "ecode": "1200130000010003", + "intro": "El control de par del motor de la ranura 4 del AMS 1 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1200220000020003", + "intro": "El filamento de la ranura 3 del AMS 1 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1202210000020003", + "intro": "El filamento de la ranura 2 del AMS 3 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1202230000020001", + "intro": "El filamento de la ranura 4 del AMS 3 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203120000010001", + "intro": "El la ranura 3 del AMS 4 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1203710000010001", + "intro": "Error de velocidad y longitud del filamento del AMS D: el sensor de odometría del filamento de la ranura 2 puede estar defectuoso." + }, + { + "ecode": "1200210000020005", + "intro": "El filamento de la ranura 2 del AMS 1 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1201100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS2 no funciona correctamente. El sensor puede estar defectuoso." + }, + { + "ecode": "1201100000020002", + "intro": "El motor de la ranura 1 del AMS 2 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS 2 está dañada." + }, + { + "ecode": "1201800000020001", + "intro": "El filamento del AMS2 Ranura1 puede estar enredado o atascado." + }, + { + "ecode": "1202800000020001", + "intro": "El filamento del AMS3 Slot1 puede estar enredado o atascado." + }, + { + "ecode": "1203220000020003", + "intro": "El filamento de la ranura 3 del AMS 4 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "La etiqueta RFID de la ranura 2 del AMS 4 está dañada." + }, + { + "ecode": "1203320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS 4 está dañada." + }, + { + "ecode": "1203320000030003", + "intro": "La RFID AMS D Slot3 no se puede leer debido a un error estructural." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D El ventilador de enfriamiento del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "1201110000010003", + "intro": "El control de par la ranura 2 del motor AMS B no funciona correctamente. Es posible que el sensor de corriente esté defectuoso." + }, + { + "ecode": "1201120000020002", + "intro": "El motor de la ranura 3 del AMS 2 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201230000020002", + "intro": "La ranura 4 del AMS 2 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1201230000020005", + "intro": "El filamento de la ranura 4 del AMS 2 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1201830000020001", + "intro": "El filamento del AMS2 Slot4 puede estar enredado o atascado." + }, + { + "ecode": "1202200000020004", + "intro": "El filamento de la ranura 1 del AMS 3 puede estar roto en el cabezal." + }, + { + "ecode": "1202730000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 3: el sensor de odometría del filamento de la ranura 4 puede estar defectuosa." + }, + { + "ecode": "1203120000010003", + "intro": "El control de par del motor de la ranura 3 del AMS 4 está funcionando mal. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1203210000020006", + "intro": "No se pudo extruir el filamento del AMS 4 posición 2; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "1203500000020001", + "intro": "La comunicación con el AMS 4 no es normal, compruebe el cable de conexión." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C El motor auxiliar tiene una resistencia trifásica desequilibrada. El motor auxiliar puede estar averiado." + }, + { + "ecode": "050004000002001B", + "intro": "No se puede identificar la etiqueta RFID en la ranura 4 del AMS C." + }, + { + "ecode": "050004000002001D", + "intro": "No se puede identificar la etiqueta RFID en la ranura 2 del AMS D." + }, + { + "ecode": "1201210000030002", + "intro": "El filamento de la ranura 2 del AMS 2 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1203100000020002", + "intro": "El motor de la ranura 1 del AMS 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1203210000020002", + "intro": "La ranura 2 del AMS 4 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1203230000020001", + "intro": "El filamento de la ranura 4 del AMS 4 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1203310000030003", + "intro": "El RFID de la ranura 2 del AMS 4 no se puede leer debido a un error estructural" + }, + { + "ecode": "0702020000020002", + "intro": "AMS C El odómetro no tiene señal. El conector del odómetro puede tener mal contacto." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D La velocidad del ventilador de refrigeración del calentador 1 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Error de velocidad y longitud del filamento: la odometría del filamento puede estar defectuosa." + }, + { + "ecode": "0702010000010004", + "intro": "El control de velocidad del motor de asistencia AMS C no funciona correctamente. El sensor de velocidad puede estar defectuoso." + }, + { + "ecode": "0703010000010004", + "intro": "El control de velocidad del motor de asistencia AMS D no funciona correctamente. El sensor de velocidad puede estar averiado." + }, + { + "ecode": "1202110000010001", + "intro": "El la ranura 2 del AMS 3 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1202200000020001", + "intro": "El filamento de la ranura 1 del AMS 3 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1202700000010001", + "intro": "Error de velocidad y longitud del filamento del AMS 3: el sensor de odometría del filamento de la ranura 1 puede estar defectuosa." + }, + { + "ecode": "1203200000020003", + "intro": "El filamento de la ranura 1 del AMS 4 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1203200000020005", + "intro": "El filamento de la ranura 1 del AMS 4 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "050003000001000B", + "intro": "La pantalla no funciona correctamente; reinicia el dispositivo." + }, + { + "ecode": "0500040000020016", + "intro": "No se puede identificar la etiqueta RFID en la ranura 3 del AMS B." + }, + { + "ecode": "0701010000010003", + "intro": "El control de par del motor de asistencia AMS B no funciona correctamente. El sensor de corriente puede estar defectuoso." + }, + { + "ecode": "1200200000020002", + "intro": "La ranura 1 del AMS 1 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1200200000030002", + "intro": "El filamento de la ranura 1 del AMS 1 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1200210000020002", + "intro": "La ranura 2 del AMS 1 está vacía; por favor inserte un filamento nuevo." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Error de velocidad y longitud del filamento: La odometría del filamento de la ranura 1 puede estar defectuosa." + }, + { + "ecode": "1201110000010001", + "intro": "El la ranura 2 del AMS 2 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1201120000010001", + "intro": "El la ranura 3 del AMS 2 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1201320000020002", + "intro": "La etiqueta RFID de la ranura 3 del AMS 2 está dañada." + }, + { + "ecode": "1202330000010001", + "intro": "La bobina RFID de la ranura 4 del AMS 3 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C La velocidad del ventilador de enfriamiento del calentador 2 es demasiado baja, lo que podría deberse a una resistencia excesiva del ventilador." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C La resistencia del motor de asistencia es anormal. El motor de asistencia puede estar defectuoso." + }, + { + "ecode": "1200300000030003", + "intro": "AMS No se puede leer un RFID de la ranura 1 debido a un error estructural." + }, + { + "ecode": "1201210000030001", + "intro": "El filamento de la ranura 2 del AMS 2 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1201500000020001", + "intro": "La comunicación con el AMS 2 no es normal, compruebe el cable de conexión." + }, + { + "ecode": "1202210000020004", + "intro": "El filamento de la ranura 2 del AMS 3 puede estar roto en el cabezal." + }, + { + "ecode": "1202310000010001", + "intro": "La bobina RFID de la ranura 2 del AMS 3 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1203730000010001", + "intro": "Error de velocidad y longitud del filamento del AMS D: el sensor de odometría del filamento de la ranura 4 puede estar defectuoso." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B El sensor de corriente del calentador 1 es anormal." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0703010000020002", + "intro": "El motor auxiliar AMS D está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200210000020004", + "intro": "El filamento de la ranura 2 del AMS 1 puede estar roto en el cabezal." + }, + { + "ecode": "1200230000020005", + "intro": "El filamento de la ranura 4 del AMS 1 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Slot4 RFID no se puede leer debido a un error estructural." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Error de velocidad y longitud del filamento: La odometría del filamento de la ranura 4 puede estar defectuosa." + }, + { + "ecode": "1201310000010001", + "intro": "La bobina RFID de la ranura 2 del AMS 2 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1202100000010001", + "intro": "El motor de la ranura 1 del AMS 3 ha patinado. La rueda de extrusión puede estar funcionando mal o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1202200000020003", + "intro": "El filamento de la ranura 1 del AMS 3 puede estar roto en el tubo de PTFE." + }, + { + "ecode": "1202200000030001", + "intro": "El filamento de la ranura 1 del AMS 3 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1203210000020005", + "intro": "El filamento de la ranura 2 del AMS 4 se ha agotado y la purga del filamento antiguo no ha sido normal; compruebe si el filamento está atascado en el cabezal." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C El motor con escobillas 1 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B El motor con escobillas 4 no emite señal, lo que puede deberse a un mal contacto en el conector del motor o a un fallo del motor." + }, + { + "ecode": "0500040000020014", + "intro": "No se puede identificar la etiqueta RFID en la ranura 1 del AMS B." + }, + { + "ecode": "0700010000020002", + "intro": "El motor de asistencia AMS A está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200120000010001", + "intro": "El la ranura 3 del AMS 1 ha patinado. La rueda de extrusión puede estar funcionando mal, o el filamento puede ser demasiado fino." + }, + { + "ecode": "1200310000010001", + "intro": "AMS Una bobina RFID de la ranura 2 está rota o el circuito de hardware de RF tiene un error." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Slot3 RFID no se puede leer debido a un error estructural." + }, + { + "ecode": "1202220000020004", + "intro": "El filamento de la ranura 3 del AMS 3 puede estar roto en el cabezal." + }, + { + "ecode": "1202300000010001", + "intro": "La bobina RFID de la ranura 1 del AMS 3 está rota o el circuito de hardware RF tiene un error." + }, + { + "ecode": "1202810000020001", + "intro": "El filamento del AMS3 Slot2 puede estar enredado o atascado." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A El funcionamiento de la válvula de escape 2 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A El ventilador de refrigeración del calentador 1 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "050003000001000C", + "intro": "El módulo controlador del motor MC no funciona correctamente. Apague, compruebe la conexión y reinicie el dispositivo." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A El funcionamiento de la válvula de escape 1 es anormal, lo que puede deberse a una resistencia excesiva." + }, + { + "ecode": "0500040000020012", + "intro": "No se puede identificar la etiqueta RFID en la ranura 3 del AMS A." + }, + { + "ecode": "0701010000010004", + "intro": "El control de velocidad del motor de asistencia AMS B no funciona correctamente. El sensor de velocidad puede estar defectuoso." + }, + { + "ecode": "1200100000010003", + "intro": "El control de par del motor de la ranura 1 del AMS1 no funciona correctamente. El sensor puede estar defectuoso." + }, + { + "ecode": "1200110000020002", + "intro": "El motor de la ranura 2 del AMS 1 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1200200000020004", + "intro": "El filamento de la ranura 1 del AMS 1 puede estar roto en el cabezal." + }, + { + "ecode": "1202820000020001", + "intro": "El filamento del AMS3 Slot3 puede estar enredado o atascado." + }, + { + "ecode": "1203130000020002", + "intro": "El motor de la ranura 4 del AMS 4 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1203220000030001", + "intro": "El filamento de la ranura 3 del AMS 4 se ha agotado, purgando el filamento anterior, por favor espere." + }, + { + "ecode": "1203230000020006", + "intro": "No se pudo extruir el filamento del AMS 4 posición 4; es posible que el extrusor esté obstruido o que el filamento sea demasiado fino, lo que hace que el extrusor patine." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A El ventilador de refrigeración del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A Se pierde el parámetro de asistencia del motor. Extraiga el filamento del cubo de filamento y, a continuación, reinicie el AMS." + }, + { + "ecode": "1200230000020001", + "intro": "El filamento de la ranura 4 del AMS 1 se ha agotado. Por favor, inserte un nuevo filamento." + }, + { + "ecode": "1200300000020002", + "intro": "La etiqueta RFID de la ranura 1 del AMS A está dañada." + }, + { + "ecode": "1200310000030003", + "intro": "El RFID de la ranura 2 del AMS 1 no se puede leer debido a un error estructural" + }, + { + "ecode": "1200810000020001", + "intro": "Es posible que el filamento AMS A Slot2 esté enredado o atascado." + }, + { + "ecode": "1201100000010001", + "intro": "El motor de la ranura 1 del AMS 2 ha patinado. La rueda de extrusión puede estar funcionando mal o el filamento puede ser demasiado delgado." + }, + { + "ecode": "1201110000020002", + "intro": "El motor de la ranura 2 del AMS 2 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201130000020002", + "intro": "El motor de la ranura 4 del AMS 2 está sobrecargado. El filamento puede estar enredado o atascado." + }, + { + "ecode": "1201200000030002", + "intro": "El filamento de la ranura 1 del AMS 2 se ha agotado, y se ha cambiado automáticamente a la ranura con el mismo filamento." + }, + { + "ecode": "1201330000030003", + "intro": "El RFID de la ranura 4 del AMS 2 no se puede leer debido a un error estructural" + }, + { + "ecode": "0702930000010001", + "intro": "AMS C El ventilador de enfriamiento del calentador 2 está bloqueado, lo que puede deberse a que el ventilador está atascado." + }, + { + "ecode": "12FF200000020001", + "intro": "El filamento del portabobinas se ha agotado; inserte un filamento nuevo." + }, + { + "ecode": "12FF200000020002", + "intro": "El filamento del portabobinas está vacío; inserte un filamento nuevo." + }, + { + "ecode": "12FF200000020005", + "intro": "Es posible que el filamento del cabezal esté roto." + }, + { + "ecode": "12FF200000020007", + "intro": "No se ha podido comprobar la ubicación del filamento en el cabezal de la herramienta, haga clic para obtener más ayuda." + }, + { + "ecode": "12FF200000030007", + "intro": "Comprobando la ubicación del filamento en cada ranura AMS, por favor espere." + }, + { + "ecode": "12FF800000020001", + "intro": "El filamento del portabobinas puede estar enredado o atascado." + }, + { + "ecode": "1200450000020001", + "intro": "El sensor del cortador de filamento está funcionando mal. El sensor puede estar desconectado o dañado." + }, + { + "ecode": "1200450000020002", + "intro": "La distancia de corte del cortador de filamentos es demasiado grande. El motor X puede estar saltándose pasos." + }, + { + "ecode": "1200450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. El mango o la cuchilla pueden estar atascados." + }, + { + "ecode": "1200510000030001", + "intro": "El AMS está desactivado; cargue el filamento desde el portabobinas." + }, + { + "ecode": "0C0001000001000A", + "intro": "El LED del Micro Lidar puede estar roto." + }, + { + "ecode": "0C00020000020002", + "intro": "La línea láser horizontal es demasiado ancha. Compruebe si la plataforma de impresión está sucio." + }, + { + "ecode": "0C00020000020008", + "intro": "La línea láser vertical es demasiado ancha. Compruebe si la plataforma de impressión está sucia." + }, + { + "ecode": "0C00030000010009", + "intro": "El módulo de inspección de la primera capa se ha reiniciado de forma anormal. El resultado de la inspección puede ser inexacto." + }, + { + "ecode": "0C00030000020001", + "intro": "La medición de la superficie del filamento ha fallado porque la reflexión del láser es demasiado débil en este material. La inspección de la primera capa puede ser inexacta." + }, + { + "ecode": "0C00030000020002", + "intro": "La inspección de la primera capa finalizó debido a datos Lidar anormales." + }, + { + "ecode": "0C00030000020004", + "intro": "La inspección de la primera capa no es compatible con el modo de impresión actual." + }, + { + "ecode": "0C00030000020005", + "intro": "El escáner Micro Lidar ha finalizado de forma anormal y los resultados actuales pueden ser inexactos." + }, + { + "ecode": "0C00030000030006", + "intro": "Es posible que los filamentos purgados se hayan acumulado en el vertedero de sobrantes, lo que puede hacer que el cabezal de la herramienta choque. Por favor, limpie el vertedero de sobrantes." + }, + { + "ecode": "0C00030000030007", + "intro": "Se han detectado posibles defectos en la primera capa. Compruebe la calidad de la primera capa y pare la impresión si es necesario." + }, + { + "ecode": "0C00030000030008", + "intro": "Se han detectado posibles hilos. Compruebe la calidad de impresión y decida si debe detenerse." + }, + { + "ecode": "0C00030000030010", + "intro": "Tu impresora parece estar imprimiendo sin extruir." + }, + { + "ecode": "07FF200000020001", + "intro": "El filamento externo se ha agotado; cargue un filamento nuevo." + }, + { + "ecode": "07FF200000020002", + "intro": "Falta un filamento externo; cargue un filamento nuevo." + }, + { + "ecode": "07FF200000020004", + "intro": "Extraiga el filamento externo de la extrusora." + }, + { + "ecode": "0703300000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0703310000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0703350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0702300000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0702310000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0702350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0701300000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0701310000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0701350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0700300000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0700310000030003", + "intro": "La RFID no puede leerse debido a un error de hardware o estructural." + }, + { + "ecode": "0700350000010001", + "intro": "El sensor de temperatura y humedad tiene un error. El chip puede estar defectuoso." + }, + { + "ecode": "0700450000020001", + "intro": "El sensor del cortador de filamento está funcionando mal. El sensor puede estar desconectado o dañado." + }, + { + "ecode": "0700450000020002", + "intro": "La distancia de corte del cortador de filamento es demasiado grande. El motor XY puede perder pasos." + }, + { + "ecode": "0700450000020003", + "intro": "El mango del cortador de filamentos no se ha soltado. El mango o la cuchilla pueden estar atascados." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "La temperatura de la cámara no es normal. Es posible que el sensor de temperatura de la fuente de alimentación tenga un cortocircuito." + }, + { + "ecode": "0300930000010008", + "intro": "La temperatura de la cámara no es normal. El sensor de temperatura de la fuente de alimentación puede tener un circuito abierto." + }, + { + "ecode": "0300940000020003", + "intro": "La cámara no logró alcanzar la temperatura deseada. La máquina dejará de esperar a que alcance la temperatura de la cámara." + }, + { + "ecode": "0300940000030002", + "intro": "El valor de ajuste de la temperatura de la cámara supera el límite, se establecerá el valor límite." + }, + { + "ecode": "0500020000020002", + "intro": "Error en el inicio de sesión. Compruebe la información de su cuenta." + }, + { + "ecode": "0500020000020004", + "intro": "Usuario no autorizado: compruebe los datos de su cuenta." + }, + { + "ecode": "0500020000020006", + "intro": "El servicio de visualización en vivo no funciona correctamente. Por favor comprueba tu conexión a la red." + }, + { + "ecode": "0500020000020007", + "intro": "Fallo en el inicio de sesión del servicio visualizacion en vivo." + }, + { + "ecode": "0500030000010001", + "intro": "El módulo MC no funciona correctamente. Por favor, reinicie el dispositivo, o compruebe el estado del cable de conexión." + }, + { + "ecode": "0500030000010002", + "intro": "El cabezal no funciona correctamente. Por favor, reinicie el dispositivo." + }, + { + "ecode": "0500030000010003", + "intro": "El módulo AMS no funciona correctamente. Por favor, reinicie el dispositivo." + }, + { + "ecode": "0500030000010005", + "intro": "El servicio interno no funciona correctamente. Por favor, reinicie el dispositivo." + }, + { + "ecode": "0500030000010006", + "intro": "Se ha producido un fallo en el sistema. Por favor, reinicie el dispositivo." + }, + { + "ecode": "0500030000010008", + "intro": "Se ha producido un bloqueo del sistema. Por favor, reinicie el dispositivo." + }, + { + "ecode": "0500030000010009", + "intro": "Se produjo un bloqueo del sistema. Se ha recuperado mediante un reinicio automático." + }, + { + "ecode": "0500030000010023", + "intro": "El módulo CTC no funciona correctamente. Reinicie el dispositivo." + }, + { + "ecode": "0500030000010025", + "intro": "El firmware actual es anormal. Por favor, actualízalo de nuevo." + }, + { + "ecode": "0500040000010004", + "intro": "El archivo de impresión no está permitido." + }, + { + "ecode": "0500040000020007", + "intro": "La temperatura de la cama caliente supera la temperatura de vitrificación del filamento, lo que puede provocar un atasco de la boquilla. Mantenga la puerta frontal de la impresora abierta o reduzca la temperatura de la cama caliente." + }, + { + "ecode": "0300400000020001", + "intro": "La transmisión de datos a través del puerto serie no es normal; el sistema de software puede estar defectuoso." + }, + { + "ecode": "0300900000010004", + "intro": "Falló calentando la cámara. La velocidad del ventilador de calefacción es demasiado baja." + }, + { + "ecode": "0300900000010005", + "intro": "Falló calentando la cámara. La resistencia térmica es demasiado alta." + }, + { + "ecode": "0300900000010010", + "intro": "La comunicación del controlador de temperatura de la cámara no es normal." + }, + { + "ecode": "0300910000010001", + "intro": "La temperatura del calentador de la cámara 1 no es normal. Es posible que el calentador tenga un cortocircuito." + }, + { + "ecode": "0300910000010003", + "intro": "La temperatura del calentador de cámara 1 no es normal. Está sobrecalentado." + }, + { + "ecode": "0300910000010006", + "intro": "La temperatura del calentador de la cámara 1 no es normal. Es posible que el sensor tenga un cortocircuito." + }, + { + "ecode": "030091000001000A", + "intro": "La temperatura del calentador de cámara 1 es anormal. La placa de aire acondicionado puede estar rota." + }, + { + "ecode": "0300920000010001", + "intro": "La temperatura del calentador de la cámara 2 no es normal. Es posible que el calentador tenga un cortocircuito." + }, + { + "ecode": "0300920000010002", + "intro": "La temperatura del calentador de cámara 2 no es normal. El calentador puede tener un circuito abierto o que el fusible térmico haya saltado." + }, + { + "ecode": "0300920000010003", + "intro": "La temperatura del calentador de cámara 2 no es normal. Está sobrecalentado." + }, + { + "ecode": "0300920000010006", + "intro": "La temperatura del calentador de la cámara 2 no és normal. Es posible que el sensor tenga un cortocircuito." + }, + { + "ecode": "030092000001000A", + "intro": "La temperatura del calentador de cámara 2 es anormal. La placa de aire acondicionado puede estar rota." + }, + { + "ecode": "0300930000010001", + "intro": "La temperatura de la cámara no es normal. Es posible que el sensor de temperatura del calentador de la cámara tenga un cortocircuito." + }, + { + "ecode": "0300930000010002", + "intro": "La temperatura de la cámara no es normal. El sensor de temperatura del calentador de cámara puede tener un circuito abierto." + }, + { + "ecode": "0300930000010003", + "intro": "La temperatura de la cámara no es normal. El sensor de temperatura del calentador de cámara situado en la salida de aire puede tener un cortocircuito." + }, + { + "ecode": "0300050000010001", + "intro": "El driver del motor se está sobrecalentando. Su radiador puede estar suelto, o su ventilador de refrigeración puede estar dañado." + }, + { + "ecode": "0300060000010001", + "intro": "El motor A tiene un circuito abierto. Puede haber una conexión suelta o el motor puede estar quemado." + }, + { + "ecode": "0300060000010002", + "intro": "El motor A tiene un cortocircuito. Puede estar quemado." + }, + { + "ecode": "0300070000010001", + "intro": "El motor B tiene un circuito abierto. La conexión puede estar suelta o el motor puede estar quemado." + }, + { + "ecode": "0300070000010002", + "intro": "El motor B tiene un cortocircuito. Puede estar quemado." + }, + { + "ecode": "0300080000010001", + "intro": "El Motor-Z tiene un circuito abierto. La conexión puede estar suelta o el motor puede estar quemado." + }, + { + "ecode": "0300080000010002", + "intro": "El motor-Z tiene un cortocircuito. Puede estar quemado." + }, + { + "ecode": "03000A0000010001", + "intro": "El valor del sensor de fuerza de la plataforma de impresión es demasiado alta. Puede estar atascado entre el brazo y el soporte de la plataforma de impresión, o el tornillo de ajuste puede estar demasiado apretado." + }, + { + "ecode": "03000A0000010002", + "intro": "La señal del sensor de fuerza de la plataforma de impresión es débil. El sensor d puede estar roto o tener una mala conexión." + }, + { + "ecode": "03000A0000010003", + "intro": "La señal del sensor de fuerza de la plataforma de impresión es demasiado débil. Puede haber un problema con la conexión del sensor, o el sensor puede estar roto." + }, + { + "ecode": "03000A0000010004", + "intro": "Se ha detectado una perturbación externa al comprobar la sensibilidad del sensor de fuerza. La placa de la plataforma de impresión puede haber tocado algo por fuera de ella." + }, + { + "ecode": "03000A0000010005", + "intro": "La tensión estática del sensor de fuerza no es 0. La cama caliente puede estar atascada, o el frontal análogo puede estar roto." + }, + { + "ecode": "03000B0000010001", + "intro": "La sensibilidad del sensor de fuerza de la plataforma de impresión 2 es demasiado alta. Puede estar atascado entre el brazo extensible y el soporte de la plataforma de impresión, o el tornillo de ajuste puede estar demasiado apretado." + }, + { + "ecode": "03000B0000010002", + "intro": "La señal del sensor de fuerza de la plataforma de impresión 2 es débil. El sensor de fuerza puede estar roto o tener una mala conexión eléctrica." + }, + { + "ecode": "03000B0000010003", + "intro": "La sensibilidad del sensor de fuerza de la plataforma de impresión 2 es baja. Puede haber una mala conexión del sensor o puede estar roto." + }, + { + "ecode": "03000B0000010004", + "intro": "Se ha detectado una perturbación externa en el sensor de fuerza 2. Es posible que la placa de la plataforma de impresión haya tocado algo fuera de ella." + }, + { + "ecode": "03000B0000010005", + "intro": "El sensor de fuerza 2 ha detectado una fuerza continua inesperada. Es posible que la plataforma de impresión esté atascado o que el frontal analógico esté roto." + }, + { + "ecode": "03000C0000010001", + "intro": "El valor del sensor de fuerza de la cama caliente 3 es demasiado alto. Puede estar atascado entre el brazo extensible y el soporte de la plataforma de impresión o el tornillo de ajuste puede estar demasiado apretado." + }, + { + "ecode": "03000C0000010002", + "intro": "La señal del sensor de fuerza de la plataforma de impresión 3 es débil. El sensor de fuerza puede estar roto o tener una mala conexión eléctrica." + }, + { + "ecode": "03000C0000010003", + "intro": "La señal del sensor de fuerza de la plataforma de impresión 3 es demasiado débil. La conexión electrónica con el sensor puede estar rota." + }, + { + "ecode": "03000C0000010004", + "intro": "Se ha detectado una perturbación externa al comprobar la sensibilidad del sensor de fuerza 3. La placa de la cama caliente puede haber tocado algo por fuera de ella." + }, + { + "ecode": "03000C0000010005", + "intro": "El sensor de fuerza 3 ha detectado una fuerza continua inesperada. Es posible que la plataforma de impresión esté atascada o que el frontal analógico esté roto." + }, + { + "ecode": "0300100000020001", + "intro": "El primer modo de resonancia mecánica del eje X es bajo. La correa de distribución puede estar suelta." + }, + { + "ecode": "0300110000020001", + "intro": "El primer modo de resonancia mecánica del eje Y es bajo. La correa de distribución puede estar suelta." + }, + { + "ecode": "0300120000020001", + "intro": "La cubierta frontal del cabezal se ha caído." + }, + { + "ecode": "0300130000010001", + "intro": "El sensor de corriente del Motor A es anormal. Esto puede deberse a un fallo del circuito de muestreo del hardware." + }, + { + "ecode": "0300140000010001", + "intro": "El sensor de corriente del Motor-B es anormal. Esto puede deberse a un fallo del circuito de muestreo del hardware." + }, + { + "ecode": "0300150000010001", + "intro": "El sensor de corriente de Motor-Z es anormal. Esto puede deberse a un fallo del circuito de muestreo del hardware." + }, + { + "ecode": "0300170000010001", + "intro": "La velocidad del ventilador de la boquilla es demasiado lenta o está detenido. Puede que esté atascado o que el conector no esté enchufado correctamente." + }, + { + "ecode": "0300170000020002", + "intro": "La velocidad del ventilador de la boquilla es lenta. Puede que esté atascado y necesite limpieza." + }, + { + "ecode": "03001B0000010001", + "intro": "La señal del sensor de aceleración de la plataforma de impresión es débil. Es posible que el sensor se haya caído o se haya dañado." + }, + { + "ecode": "03001B0000010003", + "intro": "El sensor de aceleración de la plataforma de impresión detectó una fuerza continua inesperada. Es posible que el sensor esté atascado o que la parte frontal analógica esté rota." + }, + { + "ecode": "03001C0000010001", + "intro": "El controlador del motor de extrusión no es normal. El MOSFET puede tener un cortocircuito." + }, + { + "ecode": "0300200000010003", + "intro": "El reinicio de la posición del eje X no es normal: la correa de distribución puede estar suelta." + }, + { + "ecode": "0300200000010004", + "intro": "El reinicio de la posición del eje Y no es normal: la correa de distribución puede estar suelta." + }, + { + "ecode": "0300010000010002", + "intro": "La temperatura de la cama caliente es anormal; el calentador puede tener un circuito abierto, o el interruptor térmico puede estar abierto" + }, + { + "ecode": "0300010000010003", + "intro": "La cama caliente se calienta continuamente. El calentador del lecho térmico puede tener un cortocircuito." + }, + { + "ecode": "0300010000010006", + "intro": "La temperatura de la plataforma de impresión es anormal; el sensor puede tener un cortocircuito." + }, + { + "ecode": "0300010000010007", + "intro": "La temperatura de la cama calienteo es anormal; el sensor puede tener un circuito abierto." + }, + { + "ecode": "030001000001000C", + "intro": "La cama térmica ha funcionado a plena carga durante mucho tiempo. El sistema de control de temperatura puede no ser normal." + }, + { + "ecode": "0300010000030008", + "intro": "La temperatura de la plataforma de impresión ha superado el límite y se ha ajustado automáticamente a la temperatura límite." + }, + { + "ecode": "0300020000010001", + "intro": "La medición de la temperatura de la boquilla es anormal. El sensor de temperatura de la boquilla puede estar roto." + }, + { + "ecode": "0300020000010002", + "intro": "La boquilla no puede calentarse. Es posible que haya un circuito abierto en el circuito de calentamiento de la boquilla o que el sensor de temperatura de la boquilla no esté conectado a la misma." + }, + { + "ecode": "0300020000010003", + "intro": "La temperatura de la boquilla no se está enfriando. El calentador de la boquilla puede tener un cortocircuito." + }, + { + "ecode": "0300020000010007", + "intro": "La temperatura de la boquilla es anormal; el sensor puede tener un circuito abierto." + } + ] + }, + "device_error": { + "ver": 202510142200, + "es": [ + { + "ecode": "0C00402C", + "intro": "Error de enlace de datos del dispositivo. Reinicie la impresora." + }, + { + "ecode": "03004015", + "intro": "La calibración de detección de agrupamiento de boquillas falló. Por favor, vaya a \"Asistente\" para solucionar problemas." + }, + { + "ecode": "0500803C", + "intro": "La configuración actual de la boquilla no coincide con el archivo de rebanado. Continuar imprimiendo puede afectar la calidad de impresión. Se recomienda volver a rebanar antes de comenzar la impresión." + }, + { + "ecode": "0300401F", + "intro": "El hotend no está instalado y el cabezal de herramientas no puede realizar el retorno al origen. Instala el hotend y continúa." + }, + { + "ecode": "0300801E", + "intro": "El motor de extrusión está sobrecargado, verifique si el extrusor está obstruido o si el filamento está atascado en el cabezal." + }, + { + "ecode": "07018007", + "intro": "No se ha podido extruir el filamento. Compruebe si el extrusor está obstruido." + }, + { + "ecode": "07028007", + "intro": "No se ha podido extruir el filamento. Compruebe si el extrusor está obstruido." + }, + { + "ecode": "07038007", + "intro": "No se ha podido extruir el filamento. Compruebe si el extrusor está obstruido." + }, + { + "ecode": "07008007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón \"Reintentar\"." + }, + { + "ecode": "18058007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07078007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18078007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07058007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18038007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18018007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18028007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18008007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07048007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18068007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18048007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07068007", + "intro": "No se pudo extruir el filamento. Compruebe si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "03004016", + "intro": "Error en la limpieza de la boquilla. Haga clic en el Asistente para solucionar el problema." + }, + { + "ecode": "0502C014", + "intro": "La estimación de filamento restante de AMS está habilitada de forma predeterminada y no se puede deshabilitar." + }, + { + "ecode": "05864096", + "intro": "Se ha detectado un AMS-HT G no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05024098", + "intro": "Se ha detectado un AMS C no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS o reinicie la impresora." + }, + { + "ecode": "05014098", + "intro": "Se ha detectado un AMS B no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS o reinicie la impresora." + }, + { + "ecode": "05814096", + "intro": "Se ha detectado un AMS-HT B no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05844096", + "intro": "Se ha detectado un AMS-HT F no certificado, el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05824096", + "intro": "Se ha detectado un AMS-HT C no certificado, el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05034098", + "intro": "Se ha detectado un AMS D no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS o reinicie la impresora." + }, + { + "ecode": "05854096", + "intro": "Se ha detectado un AMS-HT E sin certificación; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05804096", + "intro": "Se ha detectado un AMS-HT A no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05834096", + "intro": "Se ha detectado un AMS-HT D sin certificar; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05874096", + "intro": "Se ha detectado un AMS-HT H sin certificar; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS-HT o reinicie la impresora." + }, + { + "ecode": "05004098", + "intro": "Se ha detectado un AMS A no certificado; el dispositivo no puede seguir funcionando. Vuelva a conectar el cable AMS o reinicie la impresora." + }, + { + "ecode": "0500807E", + "intro": "Por favor, coloque una alfombrilla de corte StrongGrip sobre la base de protección de corte." + }, + { + "ecode": "05008062", + "intro": "No se detectó el marcador de la placa de impresión. Compruebe que la plancha de impresión esté correctamente colocada sobre la cama térmica, con las cuatro esquinas alineadas y que el marcador esté visible." + }, + { + "ecode": "0500808B", + "intro": "La configuración de la cámara BirdsEye ha fallado. Retire todos los objetos y la alfombrilla de la cama calefactable para asegurar que los marcadores sean visibles. Mientras tanto, asegúrese de que la cámara BirdsEye esté instalada correctamente y retire cualquier obstáculo que pueda bloquear la visión de la cámara." + }, + { + "ecode": "0502C012", + "intro": "La tarea de calibración no se puede pausar." + }, + { + "ecode": "07FFC010", + "intro": "Inserte el filamento (de más de 30 cm de largo) hasta el tope. Es posible que vea un poco de humo durante la descarga. Tras la inserción, cierre la puerta frontal y la tapa superior." + }, + { + "ecode": "05024002", + "intro": "La impresora no tiene datos de calibración de mejora de precisión de movimiento; la mejora de precisión de movimiento no se puede activar." + }, + { + "ecode": "05008093", + "intro": "La funda de silicona del boquilla no está instalada; hay un riesgo de falla en el control de temperatura. Por favor, instálala correctamente e inténtalo de nuevo." + }, + { + "ecode": "05008092", + "intro": "La inicialización de la cámara del cabezal de herramienta falló. Esta impresión aún puede continuar, pero algunas funciones de IA estarán desactivadas. Si encuentras este problema nuevamente después de reiniciar, por favor contacta al soporte al cliente." + }, + { + "ecode": "05008041", + "intro": "El filamento en el hotend está demasiado frío. La extrusión puede dañar el extrusor. ¿Todavía estás alimentando el filamento dentro/fuera?" + }, + { + "ecode": "05008040", + "intro": "¿La cubierta frontal del cabezal de herramienta está desprendida. Mover el cabezal de herramienta puede dañar la impresora. ¿Desea continuar?" + }, + { + "ecode": "0502C011", + "intro": "Actualmente en modo de producción 2D. Opere directamente en la impresora." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "La calibración del offset del módulo de corte ha fallado, lo que puede resultar en cortes inexactos. Por favor, asegúrese de que el papel de impresora blanco de 80g (grosor de papel de carta) esté correctamente posicionado y verifique si la punta de la cuchilla de corte está desgastada." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "El dispositivo se está actualizando actualmente. Vuelve a intentarlo cuando esté inactivo." + }, + { + "ecode": "0300C012", + "intro": "Caliente la boquilla a más de 170 °C." + }, + { + "ecode": "07008023", + "intro": "Ha fallado la refrigeración del AMS A. La temperatura ambiente puede ser demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07028023", + "intro": "Ha fallado la refrigeración del AMS C. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07038023", + "intro": "Ha fallado la refrigeración del AMS D. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07018023", + "intro": "Ha fallado la refrigeración del AMS B. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07058023", + "intro": "Ha fallado la refrigeración AMS F. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07048023", + "intro": "Ha fallado la refrigeración del AMS E. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18018023", + "intro": "Ha fallado la refrigeración del AMS-HT B. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07068023", + "intro": "Ha fallado la refrigeración del AMS G. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "07078023", + "intro": "Ha fallado la refrigeración del AMS H. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18048023", + "intro": "Ha fallado la refrigeración del AMS-HT E. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18068023", + "intro": "Ha fallado la refrigeración del AMS-HT G. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18038023", + "intro": "Ha fallado la refrigeración del AMS-HT D. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18058023", + "intro": "Ha fallado la refrigeración del AMS-HT F. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18008023", + "intro": "Ha fallado la refrigeración del AMS-HT A. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18078023", + "intro": "Ha fallado la refrigeración del AMS-HT H. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "18028023", + "intro": "Ha fallado la refrigeración del AMS-HT C. Puede que la temperatura ambiente sea demasiado alta. Utiliza el aparato en un entorno adecuado." + }, + { + "ecode": "05004010", + "intro": "El AMS se está secando y no se puede actualizar en este momento. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05004011", + "intro": "La impresora está cargando o descargando filamentos y no se puede actualizar en este momento. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05004012", + "intro": "El dispositivo está imprimiendo y no se puede actualizar en este momento. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0500400F", + "intro": "AMS se está inicializando y no se puede actualizar en este momento. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05004013", + "intro": "El AMS está en funcionamiento y no se puede actualizar en este momento. Vuelve a intentarlo cuando esté inactivo." + }, + { + "ecode": "03008022", + "intro": "La cama térmica puede obstruirse mientras se mueve hacia abajo. Elimine cualquier objeto que se encuentre debajo de la cama térmica y compruebe si hay resistencia o atascos durante su movimiento." + }, + { + "ecode": "05004042", + "intro": "Debido a las limitaciones de energía, al iniciar el secado del AMS se detendrán las operaciones actuales, así como el calentamiento de la boquilla y el funcionamiento del ventilador. ¿Quiere continuar con el secado?" + }, + { + "ecode": "05004040", + "intro": "La impresora ha alcanzado su límite de potencia. Conecte un adaptador de alimentación específico a este AMS para permitir el secado." + }, + { + "ecode": "05004041", + "intro": "El secado del AMS no se puede iniciar durante la impresión." + }, + { + "ecode": "0500806B", + "intro": "La palanca de liberación rápida no está bloqueada. Presione el módulo del cabezal externo para asegurar que esté correctamente asentado y, a continuación, presione el nivel para bloquearlo." + }, + { + "ecode": "0502C010", + "intro": "Debido a las limitaciones de potencia de la impresora, no es posible imprimir, calibrar, controlar ni realizar otras acciones durante el secado AMS. Detenga el proceso de secado antes de realizar cualquier otra operación." + }, + { + "ecode": "03004014", + "intro": "Error en el eje Z de retorno a origen: anomalía en el control de temperatura." + }, + { + "ecode": "07FFC012", + "intro": "Extraiga la cubierta frontal y cuélguela en el eje X. Presione el acoplador negro del tubo de PTFE y desenchufe el tubo de PTFE. Después de completar la operación, haga clic en «Continuar»." + }, + { + "ecode": "05004007", + "intro": "El dispositivo requiere una actualización de reparación y la impresión no está disponible actualmente." + }, + { + "ecode": "05008090", + "intro": "Coloque el papel de impresión blanco de 80 g en el área central de la plataforma." + }, + { + "ecode": "18068005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18018004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18038005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18078004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18058004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18078005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18008005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18048005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18038004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18008004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18018005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18028004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18028005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18058005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18048004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18068004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07FF8025", + "intro": "Se agotó el tiempo de espera de extracción en frío. Por favor, opere inmediatamente o compruebe si el filamento está roto en el interior de la extrusora y pulse el Asistente para obtener más información." + }, + { + "ecode": "18018006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18008006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18078006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18028006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18048006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18058006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18038006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "18068006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "0502400E", + "intro": "No se pudo iniciar una nueva tarea: la extracción en frío de la boquilla no se completó." + }, + { + "ecode": "07008004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07018004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07028005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07038005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07FF8005", + "intro": "No se pudo alimentar el filamento fuera del AMS. Sujete el extremo del filamento para que quede plano y compruebe si la bobina está atascada. Consulte al Asistente para obtener más información." + }, + { + "ecode": "18068003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07068004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07048003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07078004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18058003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07048005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18FF8005", + "intro": "No se pudo alimentar el filamento fuera del AMS-HT. Sujete el extremo del filamento para que quede plano y compruebe si la bobina está atascada. Consulte al Asistente para obtener más información." + }, + { + "ecode": "07048006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07078006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07058006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07028006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07008005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07018005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07028003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07038004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07018003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07038003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07028004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07068003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "18038003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07058004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "07048004", + "intro": "AMS no pudo retirar el filamento. Esto podría deberse a que un carrete se atascó o que el extremo del filamento quedó atascado en el camino." + }, + { + "ecode": "18008003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "18078003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07058005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07068005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "07058003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "18028003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07078003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07078005", + "intro": "El AMS no pudo enviar el filamento. Puede recortar el extremo del filamento y volver a insertarlo. Si este mensaje persiste, revise los tubos de PTFE en AMS para detectar signos de desgaste." + }, + { + "ecode": "18048003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "18018003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "07008006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07038006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07018006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07068006", + "intro": "No se puede introducir el filamento en el extrusor. Esto podría deberse a un filamento enredado o a una bobina atascada. De no ser así, compruebe si el tubo de PTFE AMS está conectado." + }, + { + "ecode": "07008003", + "intro": "No se pudo sacar el filamento del extrusor. Esto podría deberse a un extrusor obstruido o a un filamento roto dentro del extrusor." + }, + { + "ecode": "0502400D", + "intro": "No se pudo iniciar una nueva tarea: no se completó la carga/descarga del filamento." + }, + { + "ecode": "03008042", + "intro": "Tarea pausada porque la puerta está abierta." + }, + { + "ecode": "05008079", + "intro": "Coloque el material de prueba láser (cartón de 350 g) y coloque las tiras de soporte debajo para evitar que el material se deforme." + }, + { + "ecode": "0580409C", + "intro": "El firmware de la AMS-HT A no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0582409C", + "intro": "El firmware de la AMS-HT C no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0584409C", + "intro": "El firmware de la AMS-HT E no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0501409D", + "intro": "El firmware del AMS B no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0587409C", + "intro": "El firmware de la AMS-HT H no coincide con el de la impresora, el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0503409D", + "intro": "El firmware del AMS D no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0581409C", + "intro": "El firmware del AMS-HT B no es compatible con la impresora; el dispositivo no puede seguir funcionando. Actualícelo en la página \"Firmware\"." + }, + { + "ecode": "0585409C", + "intro": "El firmware de la AMS-HT F no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0502409D", + "intro": "El firmware del AMS C no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0500409D", + "intro": "El firmware del AMS A no coincide con el de la impresora, el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0586409C", + "intro": "El firmware de la AMS-HT G no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "03004050", + "intro": "Se ha agotado el tiempo de calibración de la cámara Liveview; reinicie la impresora." + }, + { + "ecode": "0583409C", + "intro": "El firmware de la AMS-HT D no coincide con el de la impresora; el dispositivo no puede seguir funcionando. Actualízalo en la página «Firmware»." + }, + { + "ecode": "0C008034", + "intro": "Falló la inicialización de Liveview Camera. Esta impresión aún puede continuar, pero se desactivarán algunas funciones de la IA. Si vuelves a tener este problema después de reiniciarlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0C008043", + "intro": "La IA detectó la formación de grumos en la boquilla. Compruebe el estado de la boquilla. Consulte al asistente para obtener soluciones." + }, + { + "ecode": "03004008", + "intro": "El AMS no pudo cambiar el filamento." + }, + { + "ecode": "0C00402A", + "intro": "No se detectó el marcador visual. Vuelva a pegar el papel en la posición correcta." + }, + { + "ecode": "05004033", + "intro": "El firmware del AMS no coincide con el de la impresora. Actualícelo en la página «Firmware»." + }, + { + "ecode": "05004031", + "intro": "El firmware del accesorio no es compatible con la impresora. Actualícelo en la página "Firmware"." + }, + { + "ecode": "05008085", + "intro": "La cámara del cabezal de herramientas está obstruida" + }, + { + "ecode": "07FF8007", + "intro": "Observe la boquilla. Si el filamento se ha extruido, selecciona «Continuar»; si no lo está, empuja el filamento ligeramente hacia adelante y, a continuación, selecciona «Reintentar»." + }, + { + "ecode": "07FF8002", + "intro": "La cuchilla está atascada. Asegúrese de que el mango del cortador esté fuera." + }, + { + "ecode": "0500808C", + "intro": "Se detectó una desviación de la placa de construcción. Alinee la placa de construcción con la cama térmica y, a continuación, continúe." + }, + { + "ecode": "07FFC011", + "intro": "Extraiga el filamento del extrusor manual y lentamente. Luego, haga clic en "Continuar"." + }, + { + "ecode": "05004039", + "intro": "La tarea actual no permite la instalación del módulo láser/de corte y la tarea se ha detenido." + }, + { + "ecode": "0500403B", + "intro": "Las tareas de corte y láser no se pueden iniciar en la máquina en este momento. Utilice el software del ordenador para iniciar la tarea." + }, + { + "ecode": "07044025", + "intro": "No se ha podido leer la información del filamento." + }, + { + "ecode": "07004025", + "intro": "No se ha podido leer la información del filamento." + }, + { + "ecode": "07034025", + "intro": "No se ha podido leer la información del filamento." + }, + { + "ecode": "18014025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "07024025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18044025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "07014025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "07074025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18074025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "07064025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18064025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18054025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "07054025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18004025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18034025", + "intro": "Error al leer la información del filamento." + }, + { + "ecode": "18024025", + "intro": "No se pudo leer la información del filamento." + }, + { + "ecode": "0300800D", + "intro": "Se ha detectado que el extrusor no está extruyendo con normalidad. Si los defectos son aceptables, selecciona \"Reanudar\" para continuar con la impresión." + }, + { + "ecode": "0500C036", + "intro": "Esta es una tarea de impresión. Por favor, retire el módulo de láser/corte del cabezal de herramientas." + }, + { + "ecode": "0300804F", + "intro": "El proceso de carga/descarga está en curso. Deténgalo o retire el módulo láser/de corte." + }, + { + "ecode": "0300804E", + "intro": "Esta es una tarea de impresión. Desconecte el módulo láser/de corte del cabezal." + }, + { + "ecode": "0500808A", + "intro": "La cámara Birdseye está instalada en posición offset. Consulte al asistente para volver a instalarla." + }, + { + "ecode": "05008089", + "intro": "La tarea se detuvo debido a un error en la comprobación de presencia. Compruebe la impresora para continuar." + }, + { + "ecode": "05008074", + "intro": "La plataforma láser está desplazada. Asegúrese de que las cuatro esquinas de la plataforma estén alineadas con la cama térmica." + }, + { + "ecode": "05FE8081", + "intro": "AI detecta hotend izquierdo no instalado" + }, + { + "ecode": "05FF8081", + "intro": "IA detecta que el hotend derecho no está instalado" + }, + { + "ecode": "05FF8080", + "intro": "AI detecta que el hotend derecho no está instalado" + }, + { + "ecode": "05FE8080", + "intro": "El hotend izquierdo no está instalado." + }, + { + "ecode": "05008080", + "intro": "IA detecta los hotend izquierdo y derecho no instalados" + }, + { + "ecode": "05008081", + "intro": "AI detecta hotend izquierdo y derecho no instalados" + }, + { + "ecode": "05008088", + "intro": "La cámara Birdseye está sucia" + }, + { + "ecode": "05008087", + "intro": "La cámara BirdsEye está obstruida" + }, + { + "ecode": "03004002", + "intro": "La impresión se detuvo porque falló la nivelación automática de la cama." + }, + { + "ecode": "0C004020", + "intro": "La configuración de BirdsEye Camera falló. Por favor, borre todos los objetos y retire la alfombrilla. Asegúrese de que el marcador no esté obstruido." + }, + { + "ecode": "03008021", + "intro": "Es posible que la boquilla no esté instalada o no lo esté correctamente. Asegúrese de que la boquilla esté instalada correctamente antes de continuar." + }, + { + "ecode": "03008061", + "intro": "El modo del Sistema de flujo de aire adaptativo no se activó; verifique el estado de la puerta de aire." + }, + { + "ecode": "0300801A", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras solucionar el problema, si los defectos son aceptables, pulse el botón «Reanudar» para reanudar el trabajo de impresión." + }, + { + "ecode": "05008084", + "intro": "La cámara Live View está sucia; límpiela y continúe." + }, + { + "ecode": "0500401E", + "intro": "La respuesta en la nube no es válida. Si lo has intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014023", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014025", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "18068012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "10018003", + "intro": "Habilitar el timelapse tradicional puede provocar defectos. Por favor, habilítelo si es necesario." + }, + { + "ecode": "03008014", + "intro": "La boquilla está cubierta con filamento o la cama térmica está mal instalada. Por favor, cancele esta impresión y limpie la boquilla o ajuste la plataforma de impresión, según el estado actual. También puede pulsar el botón \"Reanudar\" para continuar con la impresión." + }, + { + "ecode": "03008017", + "intro": "Se han detectado objetos extraños en la cama térmica. Por favor, revísela y límpiela. Luego pulse el botón \"Reanudar\" para reanudar la impresión." + }, + { + "ecode": "0500401C", + "intro": "Se rechaza el acceso a la nube. Si lo has intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004025", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004026", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004028", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0501401B", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014020", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014022", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014029", + "intro": "Se rechaza el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "07008012", + "intro": "No se ha podido obtener la tabla de asignación AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07018012", + "intro": "No se ha podido obtener la tabla de asignación AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07028012", + "intro": "No se ha podido obtener la tabla de asignación AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07FF8011", + "intro": "El filamento del AMS se ha agotado. Por favor, ponga uno nuevo y haga clic en el botón de reintentar." + }, + { + "ecode": "0300801C", + "intro": "La resistencia a la extrusión es anormal. Es posible que el extrusor esté obstruido. Consulte al asistente. Después de solucionar el problema, puede pulsar el botón «Reanudar» para reanudar el trabajo de impresión." + }, + { + "ecode": "05008055", + "intro": "Tipo de plataforma incorrecto. Coloque la plataforma de corte para la calibración del láser." + }, + { + "ecode": "03004020", + "intro": "Falló la detección de presencia de boquilla. Es posible que la boquilla no esté montada en el extrusor o que el sensor esté dañado." + }, + { + "ecode": "0500402E", + "intro": "El sistema no es compatible con el sistema de archivos que utiliza actualmente la unidad flash USB. Sustituya o formatee la unidad de memoria flash USB al formato FAT32." + }, + { + "ecode": "05008063", + "intro": "No se detecta la plataforma; asegúrese de que la placa láser esté colocada correctamente." + }, + { + "ecode": "05008066", + "intro": "El tipo de almohadilla no coincide; coloca una almohadilla para cortar." + }, + { + "ecode": "18008012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18048012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "07058012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "07068012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "07078012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18058012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18078012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "07048012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18018012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "05004065", + "intro": "La tarea requiere una plataforma láser, pero la actual es una plataforma de corte. Sustitúyala, mida el grosor del material en el software y, a continuación, reinicie la tarea." + }, + { + "ecode": "05004075", + "intro": "No se ha detectado ninguna plataforma láser, lo que puede afectar a la precisión de la medición del espesor. Por favor, coloque la plataforma láser correctamente y asegúrese de que los marcadores traseros no están bloqueados, a continuación, reinicie la medición de espesor en el software antes de iniciar la tarea." + }, + { + "ecode": "0500807D", + "intro": "El módulo de corte está instalado, pero se detecta la plataforma láser, por favor, coloque la plataforma de corte (base de protección de corte + alfombrilla de corte StrongGrip)." + }, + { + "ecode": "03008000", + "intro": "La impresión se ha pausado por razones desconocidas. Puede hacer clic en el icono de reanudación para reanudar el trabajo de impresión." + }, + { + "ecode": "03008016", + "intro": "La boquilla está obstruida con filamentos. Por favor, cancele esta impresión y limpie la boquilla o pulsa el botón \"Reanudar\" para continuar con la impresión." + }, + { + "ecode": "0500401B", + "intro": "La respuesta en la nube no es válida. Si lo has intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004020", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004022", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004023", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05004029", + "intro": "Se rechaza el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0501401C", + "intro": "Se rechaza el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "0501401E", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014026", + "intro": "Se ha rechazado el acceso a la nube. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "05014028", + "intro": "La respuesta en la nube no es válida. Si lo ha intentado varias veces y sigues sin conseguirlo, ponte en contacto con el servicio de atención al cliente." + }, + { + "ecode": "07038012", + "intro": "No se ha podido obtener la tabla de asignación AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07FF8012", + "intro": "No se ha podido obtener la tabla de asignación AMS; haga clic en «Reanudar» para volver a intentarlo." + }, + { + "ecode": "07FFC00A", + "intro": "Observe la boquilla. Si el filamento se ha extruido, haga clic en «Listo»; si no, empuja el filamento ligeramente hacia adelante y, a continuación, haga clic en «Reintentar»." + }, + { + "ecode": "05008064", + "intro": "Se desconoce el tipo de plataforma; sustitúyala por la correcta y compruebe si la cámara BirdsEye está obstruida." + }, + { + "ecode": "18038012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18028012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "18FF8012", + "intro": "No se pudo obtener la tabla de mapeo de AMS; haga clic en «Reintentar» para continuar." + }, + { + "ecode": "05004076", + "intro": "Por favor, coloque la plataforma láser correctamente y asegúrese de que los marcadores traseros no están bloqueados, a continuación, reinicie la medición de espesor en el software antes de iniciar la tarea." + }, + { + "ecode": "0500807A", + "intro": "La función de detección de objetos extraños no funciona. Puede continuar la tarea o comprobar el asistente para la solución de problemas." + }, + { + "ecode": "07FF8010", + "intro": "Compruebe si la bobina de filamento externo o el filamento están atascados." + }, + { + "ecode": "03004000", + "intro": "La impresión se ha detenido porque falló el eje Z de referencia." + }, + { + "ecode": "0300800A", + "intro": "Los filamentos purgados se han acumulado en el conducto de sobrantes, lo que puede provocar la colisión del cabezal. Por favor, límpielo. Si está limpio o es aceptable, haga clic en el icono de reanudación para reanudar el trabajo de impresión." + }, + { + "ecode": "0300800B", + "intro": "El cortador está atascado. Asegúrese de que el mango del cortador esté fuera." + }, + { + "ecode": "03008065", + "intro": "La temperatura del módulo MC es demasiado alta. Consulte la Wiki para conocer los motivos específicos." + }, + { + "ecode": "05004070", + "intro": "El dispositivo se ha conectado al módulo láser o de corte y no puede iniciar una tarea de impresión 3D." + }, + { + "ecode": "0300400B", + "intro": "Excepción de la comunicación interna" + }, + { + "ecode": "03008001", + "intro": "La impresión se ha pausado debido al comando de pausa añadido en el archivo de impresión." + }, + { + "ecode": "05014038", + "intro": "La configuración regional no coincide con la de la impresora. Compruebe la configuración regional de la impresora." + }, + { + "ecode": "03008051", + "intro": "El módulo de corte se ha caído; compruébelo." + }, + { + "ecode": "0C004024", + "intro": "La cámara BirdEye está instalada descentrada. Consulta la guía para volver a instalarla." + }, + { + "ecode": "10018004", + "intro": "La torre de barrido no está activada y el modo de lapso de tiempo está establecido en Suave en este trabajo de impresión. Esto puede causar defectos en la superficie. ¿Desea continuar?" + }, + { + "ecode": "03008041", + "intro": "Tiempo de espera de detección de plataforma: reinicie la impresora." + }, + { + "ecode": "03004067", + "intro": "El resultado de la calibración está por encima del umbral." + }, + { + "ecode": "18008011", + "intro": "Se acabó el filamento AMS-HT. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18078011", + "intro": "Se acabó el filamento AMS-HT. Inserta un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18038011", + "intro": "Se acabó el filamento AMS-HT. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18018011", + "intro": "Se acabó el filamento AMS-HT. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18058011", + "intro": "Se acabó el filamento AMS-HT. Inserta un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18068011", + "intro": "Se acabó el filamento AMS-HT. Inserta un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "18048011", + "intro": "Se acabó el filamento AMS-HT. Inserta un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "03004011", + "intro": "Falló la calibración de la compensación de flujo dinámico." + }, + { + "ecode": "18028011", + "intro": "Se acabó el filamento AMS-HT. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "05008072", + "intro": "La cámara Live view está bloqueada" + }, + { + "ecode": "05008083", + "intro": "No se permite el uso de material en la calibración de la montura. Por favor, retire el material de la plataforma." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H está en modo de asistencia a la alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "10014002", + "intro": "No se admite Timelapse, ya que la secuencia de impresión está configurada como «Por objeto»." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1803C069", + "intro": "Se ha producido un error durante el secado de AMS-HT D. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C06E", + "intro": "El motor AMS-HT F está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1800C06E", + "intro": "El motor AMS-HT A está realizando la autocomprobación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C069", + "intro": "Se ha producido un error durante el secado de AMS-HT F. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1807C069", + "intro": "Se ha producido un error durante el secado AMS-HT H. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1803C06E", + "intro": "El motor AMS-HT D está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1802C06E", + "intro": "El motor AMS-HT C está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C069", + "intro": "Se ha producido un error durante el secado de AMS-HT G. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1800C069", + "intro": "Se ha producido un error durante el secado de AMS-HT A. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1802C069", + "intro": "Se ha producido un error durante el secado de AMS-HT C. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B está en modo de ayuda a la alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1807C06E", + "intro": "El motor AMS-HT H está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1000C003", + "intro": "Activar Timelapse en modo tradicional puede causar defectos; por favor, active esta función según sea necesario." + }, + { + "ecode": "1804C069", + "intro": "Se ha producido un error durante el secado de AMS-HT E. Por favor, vaya al Asistente para más detalles." + }, + { + "ecode": "1801C06E", + "intro": "El motor AMS-HT B está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C06E", + "intro": "El motor AMS-HT G está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1801C069", + "intro": "Se ha producido un error durante el secado de AMS-HT B. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "1804C06E", + "intro": "El motor AMS-HT E está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "10014001", + "intro": "No se admite Timelapse ya que el modo Jarrón en espiral está activado en los preajustes de corte." + }, + { + "ecode": "0500806E", + "intro": "Se han detectado objetos extraños en la cama térmica; compruebe y limpie la cama." + }, + { + "ecode": "05004004", + "intro": "El dispositivo está ocupado y no puede iniciar una nueva tarea. Espere a que finalice la tarea actual antes de enviar una nueva tarea." + }, + { + "ecode": "0C004025", + "intro": "La cámara Birdseye está sucia; límpiala y reinicia el proceso." + }, + { + "ecode": "05008061", + "intro": "No se detectó ninguna placa de impresión; asegúrese de que está colocada correctamente." + }, + { + "ecode": "0701C06C", + "intro": "AMS B está en modo de asistencia a la alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0701C069", + "intro": "Se ha producido un error durante el secado de AMS B. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "0700C06E", + "intro": "El motor AMS A está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0703C06C", + "intro": "AMS D está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0703C069", + "intro": "Se ha producido un error durante el secado de AMS D. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "0701C06B", + "intro": "AMS B está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0700C06C", + "intro": "AMS A está en modo de asistencia a la alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C069", + "intro": "Se ha producido un error durante el secado de AMS C. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "0703C06B", + "intro": "AMS D está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "03008054", + "intro": "Por favor, coloque el papel necesario para imprimir y luego cortar." + }, + { + "ecode": "0703C06D", + "intro": "AMS D está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0701C06D", + "intro": "AMS B está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C06A", + "intro": "AMS C está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C06E", + "intro": "El motor AMS C está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C06C", + "intro": "AMS C está en modo de asistencia de alimentación. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C06B", + "intro": "AMS C está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0700C06D", + "intro": "AMS A está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0701C06A", + "intro": "AMS B está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0702C06D", + "intro": "AMS C está ayudando en la inserción del filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05008082", + "intro": "Retire la película protectora del acrílico brillante opaco antes de procesarlo." + }, + { + "ecode": "0703C06A", + "intro": "AMS D está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0700C06B", + "intro": "AMS A está cambiando de filamento. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05008060", + "intro": "El módulo actual no cumple con los requisitos de marca. Sustituya el módulo según las instrucciones que aparecen en pantalla." + }, + { + "ecode": "0700C069", + "intro": "Se ha producido un error durante el secado de AMS A. Por favor, vaya a Asistente para más detalles." + }, + { + "ecode": "0701C06E", + "intro": "El motor AMS B está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0700C06A", + "intro": "AMS A está leyendo RFID. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "0703C06E", + "intro": "El motor AMS D está realizando el autotest. No se puede iniciar el secado. Vuelva a intentarlo más tarde." + }, + { + "ecode": "05008056", + "intro": "Tipo de plataforma incorrecto. Coloque la plataforma de corte para calibrar el corte." + }, + { + "ecode": "0500C07F", + "intro": "El dispositivo está ocupado y no puede realizar esta operación. Para continuar, ponga en pausa o detenga la tarea actual." + }, + { + "ecode": "0C008016", + "intro": "La detección de objetos extraños no es efectiva; preste atención a si hay objetos en la almohadilla de impresión." + }, + { + "ecode": "07FF8001", + "intro": "No se pudo cortar el filamento. Por favor, compruebe el cortador." + }, + { + "ecode": "18FF8001", + "intro": "No se ha podido cortar el filamento. Por favor, compruebe el cortador. Después de solucionar el problema, haga clic en el botón de reintento." + }, + { + "ecode": "07018016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07048016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18028016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07078016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18018016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18008016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "0C004021", + "intro": "La configuración de BirdsEye Camera falló. Compruebe si la cámara está instalada correctamente." + }, + { + "ecode": "0C004026", + "intro": "La inicialización de la cámara Live View falló; asegúrese de que la cámara esté instalada correctamente." + }, + { + "ecode": "07008016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07038016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07028016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07068016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18048016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18068016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18078016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18038016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07058016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18058016", + "intro": "El extrusor no extruye normalmente; consulte al asistente. Tras la resolución de problemas. Si los defectos son aceptables, haga clic en el botón «Reintentar»." + }, + { + "ecode": "0C00402D", + "intro": "La cámara del cabezal no funciona correctamente; reinicie el dispositivo." + }, + { + "ecode": "07FF8004", + "intro": "No se ha podido retirar el filamento del cabezal de la herramienta al AMS. Compruebe si el filamento o la bobina están atascados." + }, + { + "ecode": "0500805C", + "intro": "El tipo de alfombrilla de corte no coincide; coloca una alfombrilla de corte ligera." + }, + { + "ecode": "05008059", + "intro": "La posición de la plataforma no está alineada. Asegúrese de que las cuatro esquinas estén alineadas con la cama térmica." + }, + { + "ecode": "0500806C", + "intro": "Se desconoce el tipo de plataforma; sustitúyala por la plataforma de corte correcta y compruebe si la cámara Live View está obstruida." + }, + { + "ecode": "07018013", + "intro": "Tiempo de espera para purgar filamento viejo: Compruebe si el filamento está atascado o si el extrusor está obstruido." + }, + { + "ecode": "0500805A", + "intro": "Por favor, coloca la alfombrilla de corte." + }, + { + "ecode": "07068013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18038013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18008013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18048013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18028013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18058013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07048013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "05008071", + "intro": "No se detecta la plataforma; asegúrese de que la placa de corte esté colocada correctamente." + }, + { + "ecode": "05008073", + "intro": "El bloque límite de la cama térmica está obstruido o contaminado. Por favor, limpie y asegúrese de que el bloque de límite es visible, de lo contrario la detección de desplazamiento de la posición de la plataforma puede ser inexacta." + }, + { + "ecode": "05008068", + "intro": "Coloque correctamente la alfombrilla de corte de agarre fuerte y asegúrese de que el marcador quede expuesto." + }, + { + "ecode": "0500807C", + "intro": "Coloque la plataforma de corte (base de protección de corte + alfombrilla de corte StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Coloque una alfombrilla de corte LightGrip sobre la base de protección de corte." + }, + { + "ecode": "07008013", + "intro": "Tiempo de espera para purgar filamento viejo: Compruebe si el filamento está atascado o si el extrusor está obstruido." + }, + { + "ecode": "07028013", + "intro": "Tiempo de espera para purgar filamento viejo: Compruebe si el filamento está atascado o si el extrusor está obstruido." + }, + { + "ecode": "07038013", + "intro": "Tiempo de espera para purgar filamento viejo: Compruebe si el filamento está atascado o si el extrusor está obstruido." + }, + { + "ecode": "0500806F", + "intro": "El tipo de alfombrilla de corte no coincide; coloca una alfombrilla de corte de agarre fuerte." + }, + { + "ecode": "18068013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07058013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "07078013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18018013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruido. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "18078013", + "intro": "Tiempo de espera para purgar el filamento viejo: compruebe si el filamento está atascado o si el extrusor está obstruida. Después de solucionar el problema, haga clic en el botón «Reintentar»." + }, + { + "ecode": "03004052", + "intro": "Fallo en el direccionamiento del eje Z de la cuchilla" + }, + { + "ecode": "05008058", + "intro": "Coloque correctamente la alfombrilla de corte de agarre ligero y asegúrese de que el marcador quede expuesto." + }, + { + "ecode": "0500807B", + "intro": "Coloque la plataforma de corte (base de protección de corte + alfombrilla de corte LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "La función de detección de objetos extraños no funciona. Puede continuar la tarea o ver el asistente para la solución de problemas." + }, + { + "ecode": "0500805B", + "intro": "No se conoce el tipo de alfombrilla de corte; cámbiala por la alfombrilla de corte correcta y comprueba si la cámara Live View está obstruida." + }, + { + "ecode": "03008064", + "intro": "La temperatura de la cámara es demasiado alta. Abra la tapa superior y la puerta delantera para que se enfríen. (La detección de puerta abierta se desactivará para esta impresión)." + }, + { + "ecode": "0C008017", + "intro": "Objetos extraños detectados en el andén; por favor, límpielos a tiempo." + }, + { + "ecode": "05008077", + "intro": "No se ha detectado el marcador visual. Asegúrese de que el papel está bien colocado." + }, + { + "ecode": "05008078", + "intro": "El material actual no coincide con la configuración del archivo cortado. Cargue el material correcto y asegúrese de que el código QR del material no esté dañado ni sucio." + }, + { + "ecode": "0500403F", + "intro": "Se está secando AMS; no se puede iniciar la impresión" + }, + { + "ecode": "0500403D", + "intro": "Compruebe que el cabezal no esté inicializado. Inicie la tarea de impresión/grabado después de inicializar el cabezal." + }, + { + "ecode": "0300400C", + "intro": "La impresión ha sido cancelada." + }, + { + "ecode": "05008051", + "intro": "La placa de construcción detectada no es la misma que la del archivo Gcode. Ajuste la configuración de la cortadora o utilice la placa correcta." + }, + { + "ecode": "18038017", + "intro": "El AMS-HT D se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "07078010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18048010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18038010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18028010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18008010", + "intro": "El motor auxiliar AMS-HT está sobrecargado. Esto podría deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18018017", + "intro": "El AMS-HT B se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "18078010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18028017", + "intro": "El AMS-HT C se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "18008017", + "intro": "El AMS-HT A se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "07068011", + "intro": "Se acabó el filamento AMS. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "0C004027", + "intro": "La calibración de la cámara Live View falló. Consulta al asistente para obtener más información y recalibra la cámara una vez procesada." + }, + { + "ecode": "07058010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto podría deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18018010", + "intro": "El motor auxiliar AMS-HT está sobrecargado. Esto podría deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18068010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "18058010", + "intro": "El motor de asistencia AMS-HT está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "07048010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "07068010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto puede deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "07078011", + "intro": "Se acabó el filamento AMS. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "07058011", + "intro": "Se acabó el filamento AMS. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "07048011", + "intro": "Se acabó el filamento AMS. Inserte un filamento nuevo en la misma ranura AMS." + }, + { + "ecode": "0C008015", + "intro": "Objetos detectados en la almohadilla; límpielos de manera oportuna." + }, + { + "ecode": "05024006", + "intro": "Se ha detectado un módulo desconocido. Intente actualizar el firmware a la versión más reciente." + }, + { + "ecode": "07018017", + "intro": "El AMS B se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "07028017", + "intro": "El AMS C se está secando. Detenga el proceso de secado antes de cargar o descargar el material." + }, + { + "ecode": "03004013", + "intro": "La impresión no se puede iniciar mientras el AMS se esté secando." + }, + { + "ecode": "07038017", + "intro": "El AMS D se está secando. Detenga el proceso de secado antes de cargar o descargar el material." + }, + { + "ecode": "07008017", + "intro": "El AMS A se está secando. Detenga el proceso de secado antes de cargar/descargar el material." + }, + { + "ecode": "07FFC003", + "intro": "Retire el filamento externo del extrusor. Si posteriormente se va a utilizar un AMS, conecte el tubo de PTFE al acoplador." + }, + { + "ecode": "07FFC008", + "intro": "Extraiga el filamento del portacarrete. Si este mensaje persiste, verifique si hay filamento roto en el extrusor. (Conecte un tubo de PTFE si está a punto de utilizar un AMS)" + }, + { + "ecode": "0500405D", + "intro": "Error en el número de serie del módulo láser: no se puede calibrar ni realizar el proyecto." + }, + { + "ecode": "0500805E", + "intro": "Error en el número de serie del módulo de corte: no se puede calibrar ni realizar el proyecto." + }, + { + "ecode": "0500C010", + "intro": "Excepción de lectura/escritura de una unidad flash USB; vuelva a insertarla o sustitúyala." + }, + { + "ecode": "0500402F", + "intro": "Los datos del sector de la unidad flash USB están dañados; formatéelo. Si aún no se puede reconocer, reemplace la unidad flash USB." + }, + { + "ecode": "05008053", + "intro": "Se detectó una incompatibilidad de boquillas durante la impresión. Inicie la impresión después de volver a cortar o continúe imprimiendo después de reemplazar la boquilla correcta. Precaución: la temperatura del hotend es alta." + }, + { + "ecode": "05024003", + "intro": "La impresora está imprimiendo actualmente y la función de mejora de la precisión del movimiento no se puede activar ni desactivar." + }, + { + "ecode": "05024005", + "intro": "El AMS aún no se ha calibrado, por lo que no se puede iniciar la impresión." + }, + { + "ecode": "07FF8003", + "intro": "Extraiga el filamento del portacarrete. Si este mensaje persiste, verifique si hay filamento roto en el extrusor. (Conecte un tubo de PTFE si está a punto de utilizar un AMS)." + }, + { + "ecode": "03008049", + "intro": "La placa actual no es válida." + }, + { + "ecode": "05004008", + "intro": "El inicio de la impresión ha fallado. Por favor, reinicie la impresora y vuelva a enviar el trabajo de impresión." + }, + { + "ecode": "0500400B", + "intro": "Se ha producido un problema al descargar un archivo. Compruebe la conexión de red y vuelva a enviar el trabajo de impresión." + }, + { + "ecode": "05004018", + "intro": "No se pudo analizar la información de configuración de enlace; inténtelo de nuevo." + }, + { + "ecode": "0500402C", + "intro": "No se pudo obtener la dirección IP, lo que puede deberse a una interferencia inalámbrica que provocó un error en la transmisión de datos o a que el conjunto de direcciones DHCP del router esté lleno. Acerque la impresora al router e inténtelo de nuevo. Si el problema persiste, compruebe la configuración del router para ver si se han agotado las direcciones IP." + }, + { + "ecode": "0500400A", + "intro": "El nombre del archivo no es compatible. Por favor, cambie el nombre y reinicie el trabajo de impresión." + }, + { + "ecode": "0500400D", + "intro": "Por favor, ejecute un autotest y reinicie la impresión." + }, + { + "ecode": "0501401A", + "intro": "Falló el acceso a la nube. Los posibles motivos incluyen la inestabilidad de la red causada por interferencias, la incapacidad de acceder a Internet o las restricciones de configuración del firewall del router. Puede intentar acercar la impresora al router o comprobar la configuración del router y volver a intentarlo." + }, + { + "ecode": "05014033", + "intro": "La región de su aplicación no coincide con la de su impresora, descargue la aplicación en la región correspondiente y vuelva a registrar la cuenta." + }, + { + "ecode": "0500402D", + "intro": "Excepción del sistema." + }, + { + "ecode": "03008047", + "intro": "Se ha agotado el tiempo de detección de la palanca de liberación rápida: reinicie la impresora." + }, + { + "ecode": "03008008", + "intro": "Fallo de la temperatura de la boquilla." + }, + { + "ecode": "03008009", + "intro": "Fallo en la temperatura de la cama caliente." + }, + { + "ecode": "05004002", + "intro": "Nombre o ruta de archivo de impresión no compatibles. Vuelva a intentarlo." + }, + { + "ecode": "05004006", + "intro": "No hay suficiente espacio de almacenamiento libre para el trabajo de impresión. La restauración de los ajustes de fábrica puede liberar el espacio disponible." + }, + { + "ecode": "05014039", + "intro": "El inicio de sesión del dispositivo ha caducado; intenta vincular de nuevo." + }, + { + "ecode": "03008046", + "intro": "Se ha agotado el tiempo de espera para la detección de objetos extraños: reinicie la impresora." + }, + { + "ecode": "03008062", + "intro": "La temperatura de la cámara es demasiado alta. Puede deberse a la alta temperatura ambiental." + }, + { + "ecode": "03008045", + "intro": "Tiempo de espera para la detección de material: reinicie la impresora." + }, + { + "ecode": "0300800C", + "intro": "Se detectó un paso omitido: recuperación automática completada; por favor, reanude la impresión y verifique si hay problemas de desplazamiento de capas." + }, + { + "ecode": "0500401A", + "intro": "Fallo en el acceso a la nube. Entre los posibles motivos se incluyen la inestabilidad de la red provocada por interferencias, la imposibilidad de acceder a Internet o las restricciones de configuración del firewall del router. Puede intentar acercar la impresora al router o comprobar la configuración del router antes de volver a intentarlo." + }, + { + "ecode": "05014018", + "intro": "No se pudo analizar la información de configuración de enlace; inténtelo de nuevo." + }, + { + "ecode": "0300400F", + "intro": "La tensión de alimentación no coincide con la de la impresora." + }, + { + "ecode": "05024004", + "intro": "Algunas funciones no son compatibles con el dispositivo actual. Compruebe la configuración de las funciones de Studio o actualice el firmware a la versión más reciente." + }, + { + "ecode": "0500806D", + "intro": "Material no detectado. Confirme la colocación y continúe." + }, + { + "ecode": "0C004022", + "intro": "La configuración de BirdsEye Camera falló. Compruebe si el módulo láser funciona correctamente." + }, + { + "ecode": "0300801D", + "intro": "El sensor de posición del servomotor de la extrusora no funciona correctamente. Apague primero la impresora y compruebe si el cable de conexión está suelto." + }, + { + "ecode": "07038002", + "intro": "La cuchilla está atascada. Asegúrese de que el mango del cortador esté fuera." + }, + { + "ecode": "0C00403D", + "intro": "No se detectó la placa codificadora de visión. Confirme que está correctamente colocada en la cama." + }, + { + "ecode": "07028002", + "intro": "La cuchilla está atascada. Asegúrese de que el mango del cortador esté fuera." + }, + { + "ecode": "07018002", + "intro": "El cortador está atascado. Asegúrese de que el mango del cortador esté afuera." + }, + { + "ecode": "0C00C004", + "intro": "Se detectó un posible fallo de espagueti." + }, + { + "ecode": "05004043", + "intro": "Debido a las limitaciones de energía, solo un AMS puede usar la energía del dispositivo para secar." + }, + { + "ecode": "05004052", + "intro": "Se detectó un error en el hot end." + }, + { + "ecode": "05004050", + "intro": "Se ha detectado un error en la placa de impresión." + }, + { + "ecode": "03004068", + "intro": "Se produjo una pérdida de pasos durante el proceso de mejora de la precisión del movimiento. Vuelva a intentarlo." + }, + { + "ecode": "05004054", + "intro": "Se ha detectado un error en la alfombrilla." + }, + { + "ecode": "0500403E", + "intro": "El cabezal actual no admite la inicialización." + }, + { + "ecode": "03004066", + "intro": "Fallo en la calibración de la precisión del movimiento." + }, + { + "ecode": "0C00C006", + "intro": "El filamento purgado puede haberse acumulado en el conducto de residuos." + }, + { + "ecode": "03008063", + "intro": "La temperatura de la cámara es demasiado alta. Abre la tapa superior y la puerta principal para que se enfríen." + }, + { + "ecode": "0C00800B", + "intro": "No se detectó el marcador de la cama. Retire todos los objetos y quite la alfombrilla. Asegúrese de que el marcador no esté obstruido." + }, + { + "ecode": "0C004029", + "intro": "Material no detectado. Confirme la colocación y continúe." + }, + { + "ecode": "0C008005", + "intro": "El filamento purgado se ha acumulado en el conducto de desagüe, lo que puede provocar una colisión en el cabezal de la herramienta." + }, + { + "ecode": "0C008033", + "intro": "La palanca de liberación rápida no está bloqueada. Empújala hacia abajo para asegurarla." + }, + { + "ecode": "0C008009", + "intro": "No se ha encontrado el marcador de localización de la placa de construcción." + }, + { + "ecode": "1000C001", + "intro": "La temperatura de la plataforma de impresión supera la temperatura de vitrificación del filamento, lo que puede provocar una obstrucción de la boquilla. Mantenga abierta la puerta frontal de la impresora o reduzca la temperatura." + }, + { + "ecode": "1000C002", + "intro": "La impresión de material CF con acero inoxidable puede causar daños en la boquilla." + }, + { + "ecode": "07038010", + "intro": "El motor de asistencia AMS está sobrecargado. Compruebe si la bobina o el filamento están atascados y, después de solucionar el problema, pulse el botón de reintentar." + }, + { + "ecode": "07038011", + "intro": "Se ha agotado el filamento AMS. Por favor, inserte un nuevo filamento en la misma ranura AMS." + }, + { + "ecode": "07FF8006", + "intro": "Introduzca el filamento en el tubo de PTFE hasta que no se pueda empujar más." + }, + { + "ecode": "07FFC006", + "intro": "Introduzca el filamento en el tubo de PTFE hasta que no se pueda empujar más." + }, + { + "ecode": "07FFC009", + "intro": "Introduzca el filamento en el tubo de PTFE hasta que no pueda empujarse más." + }, + { + "ecode": "07028010", + "intro": "El motor de asistencia AMS está sobrecargado. Compruebe si la bobina o el filamento están atascados y, después de solucionar el problema, pulse el botón de reintentar." + }, + { + "ecode": "07028011", + "intro": "Se ha agotado el filamento AMS. Por favor, inserte un nuevo filamento en la misma ranura AMS." + }, + { + "ecode": "07018010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto podría deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "07018011", + "intro": "Se ha agotado el filamento AMS. Por favor, inserte un nuevo filamento en la misma ranura AMS." + }, + { + "ecode": "07008011", + "intro": "Se ha agotado el filamento AMS. Por favor, inserte un nuevo filamento en la misma ranura AMS." + }, + { + "ecode": "07008002", + "intro": "El cortador está atascado. Por favor, extraiga el mango del cortador y haga clic en el botón de reintento." + }, + { + "ecode": "07008010", + "intro": "El motor de asistencia AMS está sobrecargado. Esto podría deberse a un filamento enredado o a una bobina atascada." + }, + { + "ecode": "0501401D", + "intro": "Falló el acceso a la nube, lo que puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "0501401F", + "intro": "Se agotó el tiempo de espera de la autorización. Asegúrese de que su teléfono o PC tenga acceso a Internet y asegúrese de que la aplicación Bambu Studio/Bambu Handy esté ejecutándose en primer plano durante la operación de enlace." + }, + { + "ecode": "05014021", + "intro": "Falló el acceso a la nube, lo que puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "05014024", + "intro": "Falló el acceso a la nube. Los posibles motivos incluyen la inestabilidad de la red causada por interferencias, la incapacidad de acceder a Internet o las restricciones de configuración del firewall del router. Puede intentar acercar la impresora al router o comprobar la configuración del router antes de volver a intentarlo." + }, + { + "ecode": "05014027", + "intro": "Falló el acceso a la nube; esto puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "05014031", + "intro": "El enlace de detección de dispositivos está en curso y el código QR no se puede mostrar en la pantalla. Puedes esperar a que finalice el enlace o interrumpir el proceso de descubrimiento del dispositivo en la aplicación/estudio e intentar volver a escanear el código QR que aparece en la pantalla para encuadernarlo." + }, + { + "ecode": "05014032", + "intro": "El enlace de códigos QR está en curso y no se puede realizar el enlace de descubrimiento de dispositivos. Puede escanear el código QR en la pantalla para la vinculación o salir de la página de visualización del código QR en la pantalla e intentar la vinculación de la detección de dispositivos." + }, + { + "ecode": "05014034", + "intro": "El progreso del corte no se ha actualizado durante mucho tiempo y la tarea de impresión ha finalizado. Confirme los parámetros y reinicie la impresión." + }, + { + "ecode": "05014035", + "intro": "El dispositivo está en proceso de vinculación y no puede responder a nuevas solicitudes de vinculación." + }, + { + "ecode": "05024001", + "intro": "El filamento actual se utilizará en este trabajo de impresión. La configuración no se puede cambiar." + }, + { + "ecode": "05004001", + "intro": "No se ha podido conectar a la Nube Bambu. Por favor, compruebe su conexión de red." + }, + { + "ecode": "05004003", + "intro": "La impresión se detuvo porque la impresora no pudo analizar el archivo. Vuelva a enviar su trabajo de impresión." + }, + { + "ecode": "05004005", + "intro": "No se pueden enviar trabajos de impresión mientras se actualiza el firmware." + }, + { + "ecode": "05004009", + "intro": "No se permite el envío de trabajos de impresión mientras se actualizan los registros." + }, + { + "ecode": "0500400E", + "intro": "La impresión fue cancelada." + }, + { + "ecode": "05004014", + "intro": "No se ha podido hacer el slice de la impresión, compruebe la configuración y reinténtelo den nuevo." + }, + { + "ecode": "05004017", + "intro": "Falló el enlace. Vuelva a intentarlo o reinicie la impresora y vuelva a intentarlo." + }, + { + "ecode": "05004019", + "intro": "La impresora ya está vinculada. Desvincúlelo e inténtelo de nuevo." + }, + { + "ecode": "0500401D", + "intro": "Falló el acceso a la nube, lo que puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "0500401F", + "intro": "Se agotó el tiempo de espera de la autorización. Asegúrese de que su teléfono o PC tenga acceso a Internet y asegúrese de que la aplicación Bambu Studio/Bambu Handy esté ejecutándose en primer plano durante la operación de enlace." + }, + { + "ecode": "05004021", + "intro": "Falló el acceso a la nube, lo que puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "05004024", + "intro": "Falló el acceso a la nube. Los posibles motivos incluyen la inestabilidad de la red causada por interferencias, la incapacidad de acceder a Internet o las restricciones de configuración del firewall del router. Puede intentar acercar la impresora al router o comprobar la configuración del router antes de volver a intentarlo." + }, + { + "ecode": "05004027", + "intro": "Falló el acceso a la nube; esto puede deberse a la inestabilidad de la red debido a la interferencia. Puede intentar acercar la impresora al router antes de volver a intentarlo." + }, + { + "ecode": "0500402A", + "intro": "No se ha podido conectar al router, lo que puede deberse a interferencias inalámbricas o a que la impresora está demasiado lejos del router. Vuelva a intentarlo o acerque la impresora al router e inténtelo de nuevo." + }, + { + "ecode": "0500402B", + "intro": "La conexión del router falló debido a una contraseña incorrecta. Compruebe la contraseña e inténtelo de nuevo." + }, + { + "ecode": "05004037", + "intro": "El archivo gcode no es compatible con el modelo de impresora actual. Este archivo no se puede imprimir en esta impresora." + }, + { + "ecode": "05004038", + "intro": "El diámetro de la boquilla en el archivo gcode no coincide con la configuración actual de la boquilla. Este archivo no se puede imprimir." + }, + { + "ecode": "05008013", + "intro": "Se detectó que el archivo de impresión no está disponible. Confirme si se ha quitado el dispositivo de almacenamiento." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "El archivo gcode no es coherente con el modelo de impresora actual. ¿Continuar?" + }, + { + "ecode": "05014017", + "intro": "Falló el enlace. Vuelva a intentarlo o reinicie la impresora y vuelva a intentarlo." + }, + { + "ecode": "05014019", + "intro": "La impresora ya está vinculada. Desvincúlelo e inténtelo de nuevo." + }, + { + "ecode": "03004001", + "intro": "La impresora superó el tiempo de espera para que la boquilla se enfriara antes de volver a la posición inicial." + }, + { + "ecode": "03004005", + "intro": "La velocidad de la boquilla no es normal." + }, + { + "ecode": "03004006", + "intro": "La boquilla está obstruida." + }, + { + "ecode": "03004009", + "intro": "Homing Ejes XY Fallido" + }, + { + "ecode": "0300400A", + "intro": "Fallo en la identificación de la frecuencia de resonancia mecánica." + }, + { + "ecode": "0300400D", + "intro": "La reanudación falló después de la pérdida de energía." + }, + { + "ecode": "0300400E", + "intro": "El autotest de los parámetros del motor ha fallado." + }, + { + "ecode": "03008003", + "intro": "La monitorización de impresión AI ha detectado defectos de espagueti. Compruebe la calidad del modelo impreso antes de continuar con la impresión." + }, + { + "ecode": "03008005", + "intro": "La cubierta frontal del cabezal se ha caído. Por favor, vuelva a montar la cubierta frontal y compruebe que su impresión va bien." + }, + { + "ecode": "03008007", + "intro": "Había un trabajo de impresión sin terminar cuando la impresora se desconectó. Toque \"Reanudar\" para reanudar el trabajo de impresión." + }, + { + "ecode": "0300800E", + "intro": "Se detectó que el archivo de impresión no está disponible. Confirme si se ha quitado el dispositivo de almacenamiento." + }, + { + "ecode": "0300800F", + "intro": "Se ha detectado que la puerta esta abierta, la impresión se ha pausado." + }, + { + "ecode": "03008010", + "intro": "La velocidad de la boquilla no es normal." + }, + { + "ecode": "03008013", + "intro": "El usuario ha interrumpido la impresión. Puede seleccionar \"Reanudar\" para continuar la impresión." + }, + { + "ecode": "03008018", + "intro": "Fallo en la temperatura de la cámara." + }, + { + "ecode": "03008019", + "intro": "No se coloca ninguna placa de impresión." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_fr_22E.json b/resources/hms/hms_fr_22E.json new file mode 100644 index 0000000000..2e3f6950d2 --- /dev/null +++ b/resources/hms/hms_fr_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "fr": [ + { + "ecode": "0300020000010008", + "intro": "La température de la buse de l'extrudeuse est anormale et ne peut pas atteindre la valeur définie. Cela peut être causé par une chaussette en silicone de buse mal installée." + }, + { + "ecode": "030018000001000D", + "intro": "Échec de l'étalonnage de la détection de l'agglomération de la buse. Force excessive détectée sur la buse. Veuillez vous assurer que la buse est correctement installée." + }, + { + "ecode": "030018000001000E", + "intro": "Échec de l'étalonnage de la détection de l'agglomération de la buse. La buse n'a pas touché la paroi intérieure du trou. Veuillez nettoyer la buse et le trou de la plaque d'acier à l'arrière-droit du lit chauffant." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "L'extrusion est anormale. L'extrudeur est peut-être obstrué, le filament est peut-être trop fin ce qui entraîne un patinage des roues de l'extrudeuse, ou le filament est peut-être emmêlé dans la bobine." + }, + { + "ecode": "0300090000020004", + "intro": "La résistance à l'extrusion est anormale. L'extrudeuse est peut-être obstruée, un filament est peut-être coincé dans la tête d'extrusion, ou le filament monté à l'extérieur est peut-être emmêlé." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "La vitesse du Ventilateur de Refroidissement des Composants Auxiliaires Gauche est lente. Il est peut-être coincé et doit être nettoyé." + }, + { + "ecode": "03003A0000020002", + "intro": "La vitesse du Ventilateur de Refroidissement des Composants Auxiliaires Gauche est lente. Il est peut-être coincé et doit être nettoyé." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Échec de l'authentification du kit time-lapse. Veuillez reconnecter le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0C0003000003001A", + "intro": "La détection d’objet étranger a échoué, possiblement en raison d’une interruption manuelle (par ex. en cliquant sur « Stop »). Dans le cas contraire, essayez de redémarrer l’imprimante ou de mettre à jour le firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Les tiges filetées nécessitent une lubrification maintenant." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Une augmentation anormale des données du capteur de force d'extrusion de l'extrudeuse a été détectée, potentiellement causée par un mauvais contact du capteur ou un capteur défectueux." + }, + { + "ecode": "0300910000010008", + "intro": "Le chauffage de la chambre 1 n'a pas atteint la température cible." + }, + { + "ecode": "0C00030000020015", + "intro": "La détection d’objets étrangers ne fonctionne pas. Il a été détecté que la caméra Live View a été remplacée. Si un module de coupe est installé, veuillez le désinstaller, appuyez sur « Paramètres> étalonnage » sur l’écran de l’imprimante et recalibrez la caméra Live View." + }, + { + "ecode": "0C00030000020014", + "intro": "La précision de détection des objets étrangers a diminué. Si cela se produit fréquemment, effectuez un étalonnage de la caméra Live View (« Paramètres » > « Étalonnage » sur l'écran de l'imprimante). Si un module de découpe est installé, retirez-le avant de continuer." + }, + { + "ecode": "0C00030000020012", + "intro": "La détection d'objets étrangers ne fonctionne pas. La caméra Live View doit être étalonnée. Appuyez sur « Paramètres > Étalonnage » sur l'écran de l'imprimante. Si un module de découpe est installé, veuillez le retirer avant l'étalonnage." + }, + { + "ecode": "0501040000030003", + "intro": "Les tiges linéaires ont besoin d'être nettoyées et lubrifiées dès maintenant." + }, + { + "ecode": "0300180000030009", + "intro": "L'impression à haute température du lit chauffant est réalisée pour la première fois. Afin d'obtenir une meilleure qualité d'impression de la première couche, le nivellement du lit à haute température est automatiquement effectué." + }, + { + "ecode": "03002D0000030009", + "intro": "Il s’agit de la première impression avec une température de plateau chauffant élevée. Afin d’obtenir une meilleure qualité d’impression de la première couche, un nivellement automatique à haute température est en cours." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "L'odomètre AMS HT A n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Le nivellement du lit chauffé a échoué, probablement en raison de la présence de corps étrangers sur le lit ou de son inclinaison. La poursuite de l'impression risque d'endommager la plaque d'impression. Veuillez retirer tous les débris ou niveler manuellement le lit avant de réessayer." + }, + { + "ecode": "0500030000020055", + "intro": "Les informations de l'utilisateur ont expiré, veuillez vous reconnecter." + }, + { + "ecode": "0300290000010001", + "intro": "Le motif de l'encodeur ne peut pas être reconnu ; les raisons possibles incluent : distorsion du motif, surexposition à la lumière, mauvais placement de la plaque..." + }, + { + "ecode": "0703250000020001", + "intro": "L'AMS D utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0700250000020001", + "intro": "L'AMS A utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0701250000020001", + "intro": "L'AMS B utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0706250000020001", + "intro": "L'AMS G utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0702250000020001", + "intro": "L'AMS C utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0705250000020001", + "intro": "L'AMS F utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0707250000020001", + "intro": "L'AMS H utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0704250000020001", + "intro": "L'AMS E utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "03002B0000020001", + "intro": "L'étalonnage du Volet de Ventilation a échoué. Veuillez vérifier si un objet étranger ne bloque pas le volet." + }, + { + "ecode": "0701900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS B est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0707910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS H est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "1803900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT D est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT H est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT A est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT A est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "Le capteur de courant de la soupape d'échappement AMS E 1 est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "1803910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT D est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 AMS F est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "1805900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT F est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS G est anormal ; contacte le service clientèle pour remplacer la carte mère de l'AMS." + }, + { + "ecode": "1804900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT E est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS H est anormal ; contacte le service clientèle pour remplacer la carte mère de l'AMS." + }, + { + "ecode": "1802900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT C est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT F est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT E est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT G est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS A est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0702900000010004", + "intro": "Le capteur de courant de la soupape d'échappement AMS C 1 est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0706910000010004", + "intro": "Le capteur de courant de la valve d'échappement 2 de l'AMS G est anormal ; contactez le service clientèle pour remplacer la carte mère de l'AMS." + }, + { + "ecode": "0701910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS B est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "1801910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT B est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS-HT G est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "Le capteur de courant de la soupape d'échappement AMS D 2 est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0700900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS A est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0704910000010004", + "intro": "Le capteur de courant de la soupape d'échappement AMS E 2 est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0705910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS F est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0702910000010004", + "intro": "Le capteur de courant de la soupape d'échappement 2 de l'AMS C est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "0703900000010004", + "intro": "Le capteur de courant de la soupape d'échappement AMS D 1 est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS." + }, + { + "ecode": "1801900000010004", + "intro": "Le capteur de courant de la valve d'échappement 1 de l'AMS-HT B est anormal ; contactez le service clientèle pour remplacer la carte mère de l'AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "Le capteur de courant de la soupape d'échappement 1 de l'AMS-HT H est anormal ; veuillez contacter le service client pour remplacer la carte mère AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "Le capteur de courant de la valve d'échappement 2 de l'AMS-HT C est anormal ; contacte le service clientèle pour remplacer la carte mère de l'AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1801250000020001", + "intro": "L'AMS-HT B utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1803250000020001", + "intro": "L'AMS-HT D utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1807250000020001", + "intro": "L'AMS-HT H utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1806250000020001", + "intro": "L'AMS-HT G utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0300320000010001", + "intro": "La vitesse du ventilateur du côté droit (refroidissement-filtration des composants auxiliaires) est trop lente ou arrêtée. Il est peut-être bloqué ou le connecteur n'est peut-être pas correctement branché." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1804250000020001", + "intro": "L'AMS-HT E utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1805250000020001", + "intro": "L'AMS-HT F utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1800250000020001", + "intro": "L'AMS-HT A utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0300320000010002", + "intro": "La vitesse du ventilateur du côté droit (refroidissement-filtration des composants auxiliaires) est lente. Il est peut-être bloqué et a besoin d'être nettoyé." + }, + { + "ecode": "1802250000020001", + "intro": "L'AMS-HT C utilise l'alimentation de l'imprimante pour le séchage pendant le chargement/l'impression. Pour de meilleures performances de séchage, veuillez connecter un adaptateur secteur." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A L'erreur de régulation de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F L'erreur de réglage de la température est trop importante, ce qui peut être dû à l'ouverture du couvercle ou à une anomalie du chauffage." + }, + { + "ecode": "0500060000020001", + "intro": "La caméra de la tête d'outil n'est pas en place ; vérifie la connexion matérielle" + }, + { + "ecode": "0700610000020001", + "intro": "L'emplacement 2 de l'AMS A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0701610000020001", + "intro": "L'emplacement 2 de l'AMS B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0701620000020001", + "intro": "L'emplacement 3 de l'AMS B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0701630000020001", + "intro": "L'emplacement 4 de l'AMS B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0702600000020001", + "intro": "L'emplacement 1 de l'AMS C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1802620000020001", + "intro": "L'emplacement 3 de l'AMS-HT C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0707620000020001", + "intro": "L'emplacement 3 de l'AMS H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1803620000020001", + "intro": "L'emplacement 3 de l'AMS-HT D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1804610000020001", + "intro": "L'emplacement 2 de l'AMS-HT E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1804630000020001", + "intro": "L'emplacement 4 de l'AMS-HT E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0707630000020001", + "intro": "L'emplacement 4 de l'AMS H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1807600000020001", + "intro": "L'emplacement 1 de l'AMS-HT H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0705630000020001", + "intro": "L'emplacement 4 de l'AMS F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0704600000020001", + "intro": "L'emplacement 1 de l'AMS E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1800600000020001", + "intro": "L'emplacement 1 de l'AMS-HT A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0707600000020001", + "intro": "L'emplacement 1 de l'AMS H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1801610000020001", + "intro": "L'emplacement 2 de l'AMS-HT B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0706600000020001", + "intro": "L'emplacement 1 AMS G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0706630000020001", + "intro": "L'emplacement 4 de l'AMS G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0300180000010005", + "intro": "La rotation du moteur de l'axe Z est obstruée ; veuillez vérifier si des objets étrangers sont coincés dans la glissière ou la poulie de synchronisation Z. Assurez-vous également que la plaque d'impression est placée correctement afin d'éviter les collisions avec les structures environnantes." + }, + { + "ecode": "0700600000020001", + "intro": "L'emplacement 1 de l'AMS A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0700620000020001", + "intro": "L'emplacement 3 de l'AMS A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0700630000020001", + "intro": "L'emplacement 4 de l'AMS A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0701600000020001", + "intro": "L'emplacement 1 de l'AMS B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0702610000020001", + "intro": "L'emplacement 2 de l'AMS C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0702620000020001", + "intro": "L'emplacement 3 de l'AMS C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0702630000020001", + "intro": "L'emplacement 4 de l'AMS C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0703600000020001", + "intro": "L'emplacement 1 de l'AMS D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0703610000020001", + "intro": "L'emplacement 2 de l'AMS D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0703620000020001", + "intro": "L'emplacement 3 de l'AMS D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0703630000020001", + "intro": "L'emplacement 4 de l'AMS D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1806600000020001", + "intro": "L'emplacement 1 AMS-HT G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0706620000020001", + "intro": "L'emplacement 3 de l'AMS G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1805630000020001", + "intro": "L'emplacement 4 de l'AMS-HT F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1803630000020001", + "intro": "L'emplacement 4 de l'AMS-HT D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0705610000020001", + "intro": "L'emplacement 2 de l'AMS F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1806610000020001", + "intro": "L'emplacement 2 AMS-HT G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0704620000020001", + "intro": "L'emplacement 3 de l'AMS E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1800630000020001", + "intro": "L'emplacement 4 de l'AMS-HT A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1802600000020001", + "intro": "L'emplacement 1 de l'AMS-HT C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1801630000020001", + "intro": "L'emplacement 4 de l'AMS-HT B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1806630000020001", + "intro": "L'emplacement 4 AMS-HT G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0704630000020001", + "intro": "L'emplacement 4 de l'AMS E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1805610000020001", + "intro": "L'emplacement 2 de l'AMS-HT F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1802630000020001", + "intro": "L'emplacement 4 de l'AMS-HT C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1804620000020001", + "intro": "L'emplacement 3 de l'AMS-HT E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1805620000020001", + "intro": "L'emplacement 3 de l'AMS-HT F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1800620000020001", + "intro": "L'emplacement 3 de l'AMS-HT A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0706610000020001", + "intro": "L'emplacement 2 de l'AMS G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0705620000020001", + "intro": "L'emplacement 3 de l'AMS F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1805600000020001", + "intro": "L'emplacement 1 de l'AMS-HT F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1803610000020001", + "intro": "L'emplacement 2 de l'AMS-HT D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1801600000020001", + "intro": "L'emplacement 1 de l'AMS-HT B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1807620000020001", + "intro": "L'emplacement 3 de l'AMS-HT H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1807630000020001", + "intro": "L'emplacement 4 de l'AMS-HT H est surchargé. Il se peut que le filament soit emmêlé ou que le tampon du filament soit bloqué." + }, + { + "ecode": "1804600000020001", + "intro": "L'emplacement 1 de l'AMS-HT E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0707610000020001", + "intro": "L'emplacement 2 de l'AMS H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1806620000020001", + "intro": "L'emplacement 3 AMS-HT G est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1807610000020001", + "intro": "L'emplacement 2 de l'AMS-HT H est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1803600000020001", + "intro": "L'emplacement 1 de l'AMS-HT D est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1802610000020001", + "intro": "L'emplacement 2 de l'AMS-HT C est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1800610000020001", + "intro": "L'emplacement 2 de l'AMS-HT A est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "1801620000020001", + "intro": "L'emplacement 3 de l'AMS-HT B est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0705600000020001", + "intro": "L'emplacement 1 de l'AMS F est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "0704610000020001", + "intro": "L'emplacement 2 de l'AMS E est surchargé. Le filament peut être emmêlé ou le tampon de filament peut être bloqué." + }, + { + "ecode": "050003000002000E", + "intro": "Certains modules ne sont pas compatibles avec la version du microprogramme de l'imprimante, ce qui peut affecter son utilisation. Veuillez vous rendre sur la page « Micrologiciel » pour effectuer la mise à jour après vous être connecté à Internet, ou vous pouvez effectuer la mise à jour hors ligne selon le wiki." + }, + { + "ecode": "0500050000010007", + "intro": "La vérification de la commande MQTT a échoué. Mettez à jour Studio (y compris le plug-in réseau) ou Handy vers la dernière version, puis redémarrez le logiciel et réessayez." + }, + { + "ecode": "0300A80000010001", + "intro": "Anomalie de l'alimentation AMS, probablement due à un endommagement de l'AMS ou à un court-circuit dans l'interface AMS, ou à un trop grand nombre de connexions AMS. Vérifiez s'il est correctement connecté." + }, + { + "ecode": "030018000001000B", + "intro": "La détection de la présence de la buse a échoué : la buse n'est pas installée ou n'est pas correctement installée." + }, + { + "ecode": "0706230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0702220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1804230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0705210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1805220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0702210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1804210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1805230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0703200000020006", + "intro": "L'AMS D a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0701220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0701230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1801230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT B slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1801230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT E slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1806230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1805220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1805230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0704230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0707200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS H est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1807210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT H est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1803230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT H est anormal, ce qui peut être dû à une rupture du filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700210000020016", + "intro": "Le moteur d'assistance de l'AMS A slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0706230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0704230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0707210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0707230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1803220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0703210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800220000020015", + "intro": "L'état du filament du slot 3 de l'AMS-HT A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0706220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1802200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT C slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0702210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1802200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT F slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0700210000020015", + "intro": "L'état du filament du slot 2 de l'AMS A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1806230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0705230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1806210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0700220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701210000020015", + "intro": "L'état du filament du slot 2 de l'AMS B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1806200000020015", + "intro": "L'état du filament du slot 1 de l'AMS-HT G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0706220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0701200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1800220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1801220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0706230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1800220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1800230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1807210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "0707230000020025", + "intro": "La résistance d'alimentation de l'emplacement 4 de l'AMS H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0700230000020025", + "intro": "La résistance d'alimentation de l'emplacement 4 de l'AMS A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0701210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1807200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1801230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "1801220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "0701220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0705220000020025", + "intro": "La résistance d'alimentation de l'emplacement 3 de l'AMS F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1804210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0704220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0701200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1804220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1802220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1803200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1802200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1804200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0707210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0705200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0700220000020025", + "intro": "La résistance d'alimentation de l'emplacement 3 de l'AMS A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0700210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1801200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0706210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0707220000020025", + "intro": "La résistance d'alimentation de l'emplacement 3 de l'AMS H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1805230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1801210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0704200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0700200000020006", + "intro": "L'AMS A a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0701200000020006", + "intro": "L'AMS B a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1802220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1807210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1800230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0706220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0704230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0700210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1800220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1801230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0701230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0707220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0704220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0704210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1803220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0701210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0703220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1806230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0707210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1807230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1802210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0703210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1807210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT H slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802230000020013", + "intro": "Le moteur de l’unité d’alimentation AMS-HT C slot 4 n’a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0707200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0702230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0703200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0702200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1800210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0706230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1801200000020015", + "intro": "L'état du filament du slot 1 de l'AMS-HT B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0704200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0705200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1802200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0700220000020015", + "intro": "L'état du filament du slot 3 de l'AMS A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0702230000020016", + "intro": "Le moteur d'assistance de l'AMS C slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1802220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT C slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1801230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0707220000020016", + "intro": "Le moteur d'assistance de l'AMS H slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1806220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1802200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0700220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0700200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1800230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1800230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT A slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0707200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0702230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1806220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1802200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT C est anormal, ce qui peut être dû à une rupture du filament à l'intérieur de l'AMS." + }, + { + "ecode": "1805220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT F slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0707230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1800210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT A slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1803220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT D slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0703230000020016", + "intro": "Le moteur d'assistance de l'AMS D slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1801230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0701200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1801220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0707230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0703210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0700200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0704200000020016", + "intro": "Le moteur d'assistance de l'AMS E slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0707210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1806230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0704200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0704230000020016", + "intro": "Le moteur d'assistance de l'AMS E slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0703220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1807200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1802210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT C slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1803220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0704200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0703220000020016", + "intro": "Le moteur d'assistance de l'AMS D slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1803200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT D slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT E slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0706200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1806200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0703200000020016", + "intro": "Le moteur d'assistance de l'AMS D slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703220000020014", + "intro": "L'odomètre à filament de l'emplacement 3 de l'AMS D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0704220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0703210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0701230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701210000020016", + "intro": "Le moteur d'assistance de l'AMS B slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1805220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1806210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0704210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0705210000020016", + "intro": "Le moteur d'assistance de l'AMS F slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0700210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0702220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0705210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0707200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1800220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT A slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0702210000020016", + "intro": "Le moteur d'assistance de l'AMS C slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0701220000020016", + "intro": "Le moteur d'assistance de l'AMS B slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0705200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0704230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0702200000020016", + "intro": "Le moteur d'assistance de l'AMS C slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1800200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0705230000020016", + "intro": "Le moteur d'assistance de l'AMS F slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1802220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0706200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1801200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1806210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0702200000020006", + "intro": "L'AMS C a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "1805200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0705210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1806210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0703230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1807230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1800200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1806200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS-HT G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "1807220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1806220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "1806230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0707200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS H est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0702210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1805220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0703220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1803220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS-HT D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0704230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0706220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1804230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0704210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS E est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0705230000020025", + "intro": "La résistance d'alimentation de l'emplacement 4 de l'AMS F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1803210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0705230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0707230000020016", + "intro": "Le moteur d'assistance de l'AMS H slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0706200000020016", + "intro": "Le moteur d'assistance de l'AMS G slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0700220000020016", + "intro": "Le moteur d'assistance de l'AMS A slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1804220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1801210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT B slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704220000020016", + "intro": "Le moteur d'assistance de l'AMS E slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1805210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0706210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1800220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1802210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT C slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS A n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0702200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0707210000020016", + "intro": "Le moteur d'assistance de l'AMS H slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0703210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1806200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0704210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS E slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0707230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0700210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0705220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0703230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0703200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1805210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706210000020016", + "intro": "Le moteur d'assistance de l'AMS G slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0705200000020016", + "intro": "Le moteur d'assistance de l'AMS F slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1807200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT H slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0705210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0704210000020016", + "intro": "Le moteur d'assistance de l'AMS E slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1803230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0700200000020016", + "intro": "Le moteur d'assistance de l'AMS A slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1801220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT B slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0706210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT H est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0703200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1806220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1802230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1801220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1802220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0706230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT E slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1806220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1805230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1802230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1806210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT G est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0702210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0703210000020016", + "intro": "Le moteur d'assistance de l'AMS D slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0704230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1806200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT G slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0701220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1805210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT F slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0705220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1805200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1804200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0703220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS D slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0700230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS A slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0707220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0707220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0700230000020016", + "intro": "Le moteur d'assistance de l'AMS A slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0701230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1801200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT B slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0707220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1807220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT H slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1800210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0706230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0702210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1806200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT G slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0706200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1803230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1805200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS-HT F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1801210000020015", + "intro": "L'état du filament du slot 2 de l'AMS-HT B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1800200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1801210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0705220000020016", + "intro": "Le moteur d'assistance de l'AMS F slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0701200000020016", + "intro": "Le moteur d'assistance de l'AMS B slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1806230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT G slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0701230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1801200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804230000020015", + "intro": "L'état du capteur de filament de l'emplacement 4 de l'AMS-HT E est anormal." + }, + { + "ecode": "1805200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0702200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0702230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0702220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1805230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT F slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1800200000020016", + "intro": "Le moteur d'assistance de l'AMS-HT A slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1802230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1801220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1806220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT G slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0702230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0702220000020016", + "intro": "Le moteur d'assistance de l'AMS C slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1801230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0705230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS F est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1802210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS-HT C est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0701220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0706220000020016", + "intro": "Le moteur d'assistance de l'AMS G slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1800210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0705200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1803210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS-HT D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0707220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0705200000020013", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 1 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0705210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1800210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1803230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0702230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0703230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1806210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1806220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT G à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1804220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT E à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0705230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1802230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT C à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1803210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT D à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0700230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "07FFA00000020001", + "intro": "Le processus d'extraction à froid de la buse a expiré. Cliquez sur « Réessayer », puis retirez manuellement le filament." + }, + { + "ecode": "0707230000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1805210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS-HT F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0700220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS A à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1807220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée lors du chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT H à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1801210000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0701220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1801220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant AMS-HT B à l'extrudeuse est correctement connecté." + }, + { + "ecode": "0705220000020006", + "intro": "Une déconnexion du tube PTFE a été détectée pendant le chargement du filament. Veuillez vérifier si le tube PTFE reliant l'AMS F à l'extrudeuse est correctement connecté." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D a détecté une rupture du tube en PTFE lors du chargement du filament. Vérifiez si les tubes en PTFE à l'intérieur et à l'extérieur de l'AMS sont déboîtés ou ont été endommagés." + }, + { + "ecode": "0701230000020016", + "intro": "Le moteur d'assistance de l'AMS B slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS-HT H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0703230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS D n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1803210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1807230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT H slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0702210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1806230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT G n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0707210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS H slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706230000020016", + "intro": "Le moteur d'assistance de l'AMS G slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0701200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS B n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0702220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS C slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0706220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1803200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT D slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0707200000020016", + "intro": "Le moteur d'assistance de l'AMS H slot 1 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1805220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1800200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT A slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0707210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS H n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0705210000020014", + "intro": "L'odomètre du filament de l'emplacement 2 de l'AMS F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0702220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1803230000020016", + "intro": "Le moteur d'assistance de l'AMS-HT D slot 4 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0705220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1801210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1804220000020014", + "intro": "L'odomètre du filament de l'emplacement 3 de l'AMS-HT E n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1807220000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 3 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1803210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT D slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807230000020015", + "intro": "L'état du filament de l'emplacement 4 de l'AMS-HT H est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1801200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0700230000020015", + "intro": "L'état du filament de la fente 4 de l'AMS A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1805230000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT F slot 4 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0705230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "1806210000020016", + "intro": "Le moteur d'assistance de l'AMS-HT G slot 2 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "1807210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT H slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1805230000020014", + "intro": "L'odomètre du filament de l'emplacement 4 de l'AMS-HT F n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701210000020013", + "intro": "Le moteur de l'unité d'alimentation AMS B slot 2 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "1801210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT B slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0706200000020012", + "intro": "Le moteur de l'unité d'alimentation AMS G slot 1 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "0700200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS A est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0705220000020012", + "intro": "Le moteur de l'unité d'alimentation AMS F slot 3 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1802210000020012", + "intro": "Le moteur de l'unité d'alimentation AMS-HT C slot 2 est bloqué et ne peut pas faire tourner la bobine." + }, + { + "ecode": "1804220000020016", + "intro": "Le moteur d'assistance de l'AMS-HT E slot 3 a patiné. Retire le filament, coupe la partie usée, puis essaie à nouveau." + }, + { + "ecode": "0702200000020014", + "intro": "L'odomètre du filament de l'emplacement 1 de l'AMS C n'a pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur de l'odomètre ou à un défaut de l'odomètre." + }, + { + "ecode": "0701200000020015", + "intro": "L'état du filament de l'emplacement 1 de l'AMS B est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1804230000020013", + "intro": "Le moteur de l'unité d'alimentation AMS-HT E slot 4 n'émet aucun signal, ce qui peut être dû à un mauvais contact dans le connecteur du moteur ou à un défaut du moteur." + }, + { + "ecode": "0704210000020015", + "intro": "L'état du filament de l'emplacement 2 de l'AMS E est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "1803220000020015", + "intro": "L'état du filament de l'emplacement 3 de l'AMS-HT D est anormal, ce qui peut être dû à une rupture de filament à l'intérieur de l'AMS." + }, + { + "ecode": "0702230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1800210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0702220000020025", + "intro": "La résistance d'alimentation du slot 3 de l'AMS C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1802210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1805210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT F est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0703210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0706200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS G est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1803230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1802230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS-HT C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0703200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0701230000020025", + "intro": "La résistance d'alimentation du slot 4 de l'AMS B est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0700200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS A est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "0702200000020025", + "intro": "La résistance d'alimentation du slot 1 de l'AMS C est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament soit trop long et trop plié." + }, + { + "ecode": "1803210000020025", + "intro": "La résistance d'alimentation du slot 2 de l'AMS-HT D est trop élevée. Veuillez réduire la résistance d'alimentation, diminuer la résistance à la rotation de la bobine et éviter que le tube à filament ne soit trop long et trop plié." + }, + { + "ecode": "18FF700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "07FF700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "07FE700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "18FE700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "03002C0000010001", + "intro": "Obstacle détecté sous le lit chauffant. Veuillez le retirer pour assurer une impression correcte." + }, + { + "ecode": "0300930000010006", + "intro": "La température de la chambre est anormale. Le capteur de température de la chambre situé à l'entrée d'air peut avoir un circuit ouvert." + }, + { + "ecode": "0300930000010005", + "intro": "La température de la chambre est anormale. Le capteur de température de la chambre peut présenter un court-circuit." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Perte du signal de position de la mémoire tampon du filament : le câble ou le capteur de position ne fonctionne peut-être pas correctement." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Perte du signal de position de la mémoire tampon du filament : le câble ou le capteur de position ne fonctionne peut-être pas correctement." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "050003000001000E", + "intro": "Certains modules externes sont incompatibles avec la version du micrologiciel de l'imprimante, ce qui peut affecter le fonctionnement normal. Veuillez consulter la page \"Firmware\" lorsque vous êtes connecté à Internet pour effectuer une mise à jour." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Perte du signal de position du tampon de filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Perte du signal de position du tampon du filament : le câble ou le capteur de position peut présenter un dysfonctionnement." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D La résistance de la bobine de la soupape d'échappement 1 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A La résistance de la bobine de la soupape d'échappement 2 est anormale, ce qui peut être dû à un câblage anormal ou à des dommages." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G slot 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de sortie est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H emplacement 3 le tube à l’intérieur de l’AMS est cassé, ou le capteur à effet Hall de sortie est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H slot 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D emplacement 3 le tube à l’intérieur de l’AMS est cassé, ou le capteur à effet Hall de sortie est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0700220000020023", + "intro": "AMS Une fente 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D slot 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C emplacement 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D emplacement 4 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C slot 3 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D emplacement 2 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G emplacement 1 le tube à l'intérieur de l'AMS est cassé, ou le capteur hall de feed-out est défectueux et ne peut pas détecter le filament." + }, + { + "ecode": "0C00040000020026", + "intro": "L'initialisation de la caméra Liveview a échoué et certaines fonctions AI telles que la détection des spaghettis seront désactivées. Veuillez redémarrer l'imprimante. Si le problème persiste, veuillez contacter le service clientèle." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "La caméra BirdsEye n'est pas en place ; vérifie la connexion du matériel" + }, + { + "ecode": "0C0003000002001C", + "intro": "Votre buse semble être recouverte de matériaux bloqués ou obstrués." + }, + { + "ecode": "030001000003000F", + "intro": "La température de la chambre est actuellement élevée et le lit chauffant se refroidit lentement. Il est recommandé d'ouvrir le couvercle supérieur ou la porte avant pour accélérer le processus de refroidissement." + }, + { + "ecode": "0300930000010004", + "intro": "La température de la chambre est anormale. Le capteur de température du réchauffeur de chambre situé à la sortie d'air peut présenter un circuit ouvert." + }, + { + "ecode": "0500030000010004", + "intro": "Le module Filament Buffer ne fonctionne pas correctement. Redémarrez l'appareil." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0583040000010045", + "intro": "Le firmware de l'AMS-HT D ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0582040000010045", + "intro": "Le firmware de l'AMS-HT C ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0586040000010045", + "intro": "Le firmware de l'AMS-HT G ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0502050000010014", + "intro": "La certification AMS C a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0502040000010044", + "intro": "Le firmware de l'AMS C ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "Le firmware de l'AMS-HT F ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0501050000010014", + "intro": "La certification AMS B a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0585050000010017", + "intro": "La certification AMS-HT F a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0587040000010045", + "intro": "Le firmware de AMS-HT H ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0586050000010017", + "intro": "La certification AMS-HT G a échoué. Veuillez reconnecter le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0503050000010014", + "intro": "La certification AMS D a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0503040000010044", + "intro": "Le firmware de l'AMS D ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0500050000010014", + "intro": "La certification AMS A a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0581040000010045", + "intro": "Le firmware de l'AMS-HT B ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0501040000010044", + "intro": "Le firmware de l'AMS B ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0580040000010045", + "intro": "Le firmware de l'AMS-HT A ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0584040000010045", + "intro": "Le firmware de l'AMS-HT E ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0584050000010017", + "intro": "La certification AMS-HT E a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0587050000010017", + "intro": "La certification AMS-HT H a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0500040000010044", + "intro": "Le firmware de l'AMS A ne correspond pas à l'imprimante. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0581050000010017", + "intro": "La certification AMS-HT B a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0582050000010017", + "intro": "La certification AMS-HT C a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0580050000010017", + "intro": "La certification AMS-HT A a échoué. Veuillez reconnecter le câble ou redémarrer l'imprimante." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0583050000010017", + "intro": "La certification AMS-HT D a échoué. Veuillez rebrancher le câble ou redémarrer l'imprimante." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G La tension de l'adaptateur électrique est trop faible, ce qui peut entraîner une température de séchage insuffisante. Remplacer l'adaptateur électrique." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G La tension de l'adaptateur électrique est trop élevée, ce qui risque d'endommager le circuit de chauffage. Remplacer l'adaptateur électrique." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "L'appareil a mal fonctionné ; veuillez redémarrer." + }, + { + "ecode": "0C00040000030018", + "intro": "L'étalonnage du décalage de la lame de coupe a échoué. Cela peut affecter la précision de coupe. Veuillez consulter le Wiki pour vérifier si le bout de la lame est usé." + }, + { + "ecode": "0C00040000020023", + "intro": "La mesure de l'épaisseur a échoué, la caméra Toolhead n'a pas pu détecter la surface du matériau." + }, + { + "ecode": "0500040000020043", + "intro": "La caméra Toolhead est sale ou obstruée ; veuillez la nettoyer et continuer." + }, + { + "ecode": "03000F0000010001", + "intro": "Les données de l'accéléromètre sont anormales. Essayez de redémarrer l'imprimante." + }, + { + "ecode": "0500020000020008", + "intro": "La synchronisation de l'heure a échoué" + }, + { + "ecode": "1806930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT G chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1806920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT G chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0707920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS H chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0705920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS F chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0701930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS B chauffage 2 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0704930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS E chauffage 2 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0505050000010010", + "intro": "AMS F non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0501050000010010", + "intro": "AMS B non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0507050000010010", + "intro": "AMS H non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C non certifié détecté ou firmware AMS-HT C non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E non certifié détecté ou firmware AMS-HT E non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H non certifié détecté ou firmware AMS-HT H non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G non certifié détecté ou firmware AMS-HT G non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F non certifié détecté ou firmware AMS-HT F non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A non certifié détecté ou firmware non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "050005000001000F", + "intro": "Le microprogramme de l'accessoire ne correspond pas à celui de l'imprimante. Veuillez le mettre à jour sur la page « Firmware »." + }, + { + "ecode": "0502050000010010", + "intro": "AMS C non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0504050000010010", + "intro": "AMS E non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0503050000010010", + "intro": "AMS D non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0706930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS G chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1807920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT H chauffage 1 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1800920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT A chauffage 1 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "0706920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS G chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0702920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS C chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1801920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT B chauffage 1 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "0704920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS E chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1805920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT F chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1804920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT E chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0703930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS D chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1804930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT E chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0707930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS H chauffage 2 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1807930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT H chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0703920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS D chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0700930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS A chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1805930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT F chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0702930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS C chauffage 2 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "1802920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT C chauffage 1 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "1803930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT D chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1803920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT D chauffage 1 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "1800930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT A chauffage 2 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "0705930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS F chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0701920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS B chauffage 1 ne peut pas démarrer car l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0700920000020003", + "intro": "Le ventilateur de refroidissement de l'AMS A chauffage 1 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "1802930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT C chauffage 2 ne peut pas démarrer car l'adaptateur d'alimentation n'est pas connecté." + }, + { + "ecode": "1801930000020003", + "intro": "Le ventilateur de refroidissement de l'AMS-HT B chauffage 2 ne peut pas démarrer parce que l'adaptateur de courant n'est pas connecté." + }, + { + "ecode": "0500050000010010", + "intro": "AMS A non certifié détecté ou firmware non mis à jour. Impossible d'utiliser avec cette imprimante." + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D non certifié détecté ou firmware AMS-HT D non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B non certifié détecté ou firmware AMS-HT B non mis à jour. Impossible d'utiliser cette imprimante." + }, + { + "ecode": "0500040000020034", + "intro": "Module laser détecté pour la première fois. Terminez la configuration (~4 min) avant utilisation pour une découpe et une gravure précises. Assurez-vous également que la vis H2.0 située à l'arrière qui fixe la pompe à air est retirée." + }, + { + "ecode": "1804200000010084", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT E. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1802210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1803230000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1804200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0700230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1804200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0701230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0701210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0702220000010085", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0705220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1807200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS-HT H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0705230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT G. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0704210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS E. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0706220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0701220000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806200000010086", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1807220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0703230000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1806200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1801210000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0703210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1804210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT E. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1807200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1804220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0703230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0701220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0701210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0703200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0702210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1806230000010085", + "intro": "Échec de la lecture des informations sur le filament de l'AMS-HT G emplacement 4. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1805230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1804210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS-HT F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0701220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1803200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1801230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0706210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0705230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 AMS F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0705200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1801220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1804230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0705220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0701220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1802200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1801220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0704230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1805210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS-HT F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0700210000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0704220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "Échec de la lecture des informations sur le filament dans le logement 4 de l'AMS-HT G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0703210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1807230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0705210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'AMS F emplacement 2. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1803210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1802210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0704200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 AMS G. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0703230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0702200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0701210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0700200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS-HT G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0707220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1801230000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1800200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0704230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0705230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS G. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0706210000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0706230000010083", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 AMS G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0707230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0704210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS-HT F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1806210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0704220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0707210000010081", + "intro": "Échec de la lecture des informations sur le filament dans le logement 2 de l'AMS H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0703220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1802230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0702200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806210000010086", + "intro": "Échec de la lecture des informations sur le filament dans le logement 2 de l'AMS-HT G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0703230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0706200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0704200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1802210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT F. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0700230000010085", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1803220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1805210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1807210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1806230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1805210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0707210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "Échec de la lecture des informations sur le filament de l'AMS-HT G emplacement 2. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1805210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0702220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1806210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS-HT G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0705230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'AMS F emplacement 4. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0701200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0704220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0704200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0701200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1804220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1801200000010083", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1806230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS-HT G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0706230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1801220000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0704200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS E. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0705200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS F. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1802220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1802230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1801200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1801230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0701210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1800230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1801200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1805200000010084", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1804210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1804230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1804220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0701210000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1804230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0702200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0703220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1802220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1802210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0702200000010082", + "intro": "Échec de la lecture des informations sur le filament de l'emplacement 1 AMS C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0706200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0707220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "Échec de la lecture des informations sur le filament de l'AMS-HT G emplacement 3. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1804220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1800210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1802230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS G. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT F. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0700220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806220000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0705220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "Échec de la lecture des informations sur le filament dans le logement 3 de l'AMS-HT G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1800200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1805200000010083", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1802210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0704210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0700230000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1807230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0707230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0705220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'AMS F emplacement 3. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0707210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0706210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1803200000010084", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0700230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement A 4 de l'AMS. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1804210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0700220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement A 3 de l'AMS. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0703220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0702230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS C. L'étiquette RFID peut être endommagée ou placée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0705220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1805210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT H. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0706210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT F. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1806200000010083", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT G. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0700210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 AMS-HT G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0706200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1802230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0705210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0703220000010085", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS D. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0704210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1801220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS A. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0702200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0706200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS G. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1800200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1801230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0702220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1802220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT C. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1807220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS-HT H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "Échec de la lecture des informations sur le filament dans le logement 3 de l'AMS H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0705210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1806230000010082", + "intro": "Échec de la lecture des informations sur le filament de l'AMS-HT G emplacement 4. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1801220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0704200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1804210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0704230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0707200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "Échec de la lecture des informations sur le filament dans le logement 3 de l'AMS H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1801210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0707210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT E. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1801200000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT B. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1805230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS-HT F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1800210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT A. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0707230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0704220000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS F. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0707210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 AMS H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0702210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1800220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS E. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT C. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0706230000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0705200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1800230000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1803230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT D. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS E. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1804200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS-HT E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1803210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1805230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT F. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0707230000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 AMS H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1807210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT H. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0706220000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1805230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT F. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "0705220000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS F. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 de l'AMS-HT H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS E. L'étiquette RFID peut être endommagée ou placée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0704210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS E. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1801220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT B. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703210000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1803210000010081", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1802200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0701200000010082", + "intro": "Échec de la lecture des informations sur le filament de l'emplacement 1 de l'AMS B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1801210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1807210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT H. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0701230000010082", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806210000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT G. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0701200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS B. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1804220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 de l'AMS-HT E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT H. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803200000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS-HT D. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1807220000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 3 AMS-HT H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0700200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 de l'AMS A. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS E. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "1805200000010086", + "intro": "Échec de la lecture des informations sur le filament dans le logement 1 de l'AMS-HT F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1806200000010084", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0701230000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS B. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1805200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT F. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS-HT H. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS G. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1805230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT F. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0706230000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 AMS G. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT A. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0703200000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "1803230000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS-HT D. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0700200000010082", + "intro": "Échec de la lecture des informations sur le filament de l'emplacement 1 de l'AMS A. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 4 de l'AMS C. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1803220000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 3 de l'AMS-HT D. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "1802210000010083", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS-HT C. L'étiquette RFID est peut-être endommagée." + }, + { + "ecode": "1801210000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT B. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 de l'AMS-HT B. Une étiquette RFID non officielle a été détectée. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 4 AMS H. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 AMS D. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0700200000010081", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 1 de l'AMS A. La carte principale de l'AMS peut présenter un dysfonctionnement." + }, + { + "ecode": "0702210000010086", + "intro": "Échec de la lecture des informations sur le filament dans l'emplacement 2 de l'AMS C. L'étiquette RFID ne peut pas tourner en raison d'un blocage pendant le chargement ou le déchargement du filament. Veuillez retirer le filament et réessayer." + }, + { + "ecode": "0704200000010085", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 1 AMS E. La vérification de l'étiquette RFID a échoué. Vous pouvez essayer d'utiliser le filament Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "Échec de la lecture des informations sur le filament à partir de l'emplacement 2 AMS-HT G. L'étiquette RFID peut être endommagée ou positionnée au bord du dispositif de détection RFID. Veuillez retirer 5 cm de filament et réessayer." + }, + { + "ecode": "0C0003000003000D", + "intro": "Il a été détecté que l'extrudeuse n'extrude peut-être pas normalement. Veuillez vérifier et décider si l'impression doit être arrêtée." + }, + { + "ecode": "0C00030000020018", + "intro": "Une mémoire système insuffisante a été détectée et la fonction de détection des objets étrangers n'a pas fonctionné. Veuillez redémarrer les appareils ou mettre à jour le micrologiciel une fois la tâche terminée" + }, + { + "ecode": "1807230000020021", + "intro": "Le moteur d'assistance AMS-HT H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0701210000020011", + "intro": "L'emplacement 1 de l’AMS B met trop de temps à retirer le filament." + }, + { + "ecode": "0704220000020022", + "intro": "Le moteur d'assistance de l'AMS E emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1806210000020018", + "intro": "Le moteur d'assistance AMS-HT G emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1801220000020017", + "intro": "Le moteur d'assistance AMS-HT B emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0707210000020024", + "intro": "L'AMS H emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0703200000020019", + "intro": "Le moteur d'assistance de l'AMS D emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G emplacement 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1801210000020021", + "intro": "Le moteur d'assistance AMS-HT B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0704210000020010", + "intro": "L'AMS E filament 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0705210000020010", + "intro": "L'AMS F emplacement 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0707230000020024", + "intro": "L'emplacement 4 de l'AMS H n'a pas réussi à faire tourner la bobine de filament lors du retour du filament vers l'AMS." + }, + { + "ecode": "0700230000020011", + "intro": "L'emplacement 4 de l’AMS A met trop de temps à retirer le filament." + }, + { + "ecode": "0705220000020020", + "intro": "Le moteur d'assistance AMS F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0706230000020010", + "intro": "L'AMS G filament 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D filament 4 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "0700200000020021", + "intro": "AMS Le moteur d’assistance de l’emplacement 1 est bloqué en raison d’une résistance excessive dans le tube entre le tampon de filament et la tête d’outil." + }, + { + "ecode": "0706230000020018", + "intro": "Le moteur d'assistance AMS G emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1805230000020019", + "intro": "Le moteur d'assistance AMS-HT F emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT G emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0700200000020019", + "intro": "Le moteur d’assistance AMS A emplacement 1 est bloqué, en raison d’une résistance excessive dans le tube entre l’AMS et le tampon de filament." + }, + { + "ecode": "0701220000020024", + "intro": "La fente 3 de l'AMS B n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H emplacement 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0703210000020022", + "intro": "Le moteur d'assistance AMS D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1805200000020017", + "intro": "Le moteur d'assistance AMS-HT F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H emplacement 4 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "0700220000020020", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "0707230000020021", + "intro": "Le moteur d'assistance AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1803200000020017", + "intro": "Le moteur d'assistance AMS-HT D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A emplacement 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806230000020022", + "intro": "Le moteur d'assistance AMS-HT G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1807230000020017", + "intro": "Le moteur d'assistance AMS-HT H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0701200000020010", + "intro": "L'AMS B emplacement 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C filament 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E filament 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705230000020017", + "intro": "Le moteur d'assistance de l'AMS F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0705200000020017", + "intro": "Le moteur d'assistance de l'AMS F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0702220000020018", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0703230000020021", + "intro": "Le moteur d'assistance AMS D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F filament 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1807200000020018", + "intro": "Le moteur d'assistance AMS-HT H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0700220000020019", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707200000020018", + "intro": "Le moteur d'assistance AMS H emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D emplacement 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0707220000020019", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706200000020018", + "intro": "Le moteur d'assistance AMS G emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701220000020020", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0700210000020021", + "intro": "Le moteur d'assistance AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1802210000020022", + "intro": "Le moteur d'assistance AMS-HT C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804230000020024", + "intro": "L'emplacement 4 de l'AMS-HT E n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0707230000020022", + "intro": "Le moteur d'assistance AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0704210000020022", + "intro": "Le moteur d'assistance de l'AMS E emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1803220000020019", + "intro": "Le moteur d'assistance AMS-HT D emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0703210000020010", + "intro": "L'AMS D emplacement 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B filament 3 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0704220000020019", + "intro": "Le moteur d'assistance de l'AMS E emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1803210000020022", + "intro": "Le moteur d'assistance AMS-HT D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0702200000020019", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1806220000020019", + "intro": "Le moteur d'assistance AMS-HT G emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E filament 3 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0703220000020022", + "intro": "Le moteur d'assistance AMS D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1803210000020021", + "intro": "Le moteur d'assistance AMS-HT D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0703200000020021", + "intro": "Le moteur d'assistance AMS D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0700220000020021", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1801210000020019", + "intro": "Le moteur d'assistance AMS-HT B emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806220000020022", + "intro": "Le moteur d'assistance AMS-HT G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT E emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G filament 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0700230000020018", + "intro": "Le moteur d'assistance de l'AMS H emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F filament 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0701230000020011", + "intro": "L'AMS B filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0703220000020024", + "intro": "L'AMS D emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0703230000020024", + "intro": "L'AMS D emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E filament 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0705210000020017", + "intro": "Le moteur d'assistance de l'AMS F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0702210000020021", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0702230000020021", + "intro": "Le moteur d'assistance de l'AMS C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1807210000020019", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706200000020020", + "intro": "Le moteur d'assistance de l'AMS G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A emplacement 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A filament 1 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0701210000020021", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1801220000020022", + "intro": "Le moteur d'assistance AMS-HT B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0702220000020022", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0702210000020020", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0703220000020017", + "intro": "Le moteur d'assistance de l'AMS D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1802210000020019", + "intro": "Le moteur d'assistance AMS-HT C emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0701210000020022", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1802200000020019", + "intro": "Le moteur d'assistance AMS-HT C emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707230000020019", + "intro": "Le moteur d'assistance de l'AMS H emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704230000020017", + "intro": "Le moteur d'assistance de l'AMS E emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0706210000020022", + "intro": "Le moteur d'assistance AMS G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT B emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F filament 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1807220000020022", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1802200000020022", + "intro": "Le moteur d'assistance AMS-HT C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1802200000020017", + "intro": "Le moteur d'assistance AMS-HT C emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0706200000020019", + "intro": "Le moteur d'assistance AMS G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706200000020022", + "intro": "Le moteur d'assistance AMS G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1807220000020019", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT C emplacement 3 est bloqué)" + }, + { + "ecode": "1802220000020022", + "intro": "Le moteur d'assistance AMS-HT C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1803230000020019", + "intro": "Le moteur d'assistance AMS-HT D emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707200000020019", + "intro": "Le moteur d'assistance de l'AMS H emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0705230000020018", + "intro": "Le moteur d'assistance AMS F emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1801210000020017", + "intro": "Le moteur d'assistance AMS-HT B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0700210000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0705230000020024", + "intro": "L'AMS F emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C emplacement 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1806220000020017", + "intro": "Le moteur d'assistance AMS-HT G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT D emplacement 1 est bloqué)" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H filament 1 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "0705210000020021", + "intro": "Le moteur d'assistance AMS F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B emplacement 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0700210000020010", + "intro": "L'emplacement 2 de l’AMS A met trop de temps à éjecter le filament." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT B emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "0706220000020010", + "intro": "L'AMS G emplacement 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D filament 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G filament 1 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0707210000020019", + "intro": "Le moteur d'assistance de l'AMS H emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1802200000020018", + "intro": "Le moteur d'assistance AMS-HT C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0704200000020010", + "intro": "L'AMS E emplacement 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1803200000020022", + "intro": "Le moteur d'assistance AMS-HT D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0704220000020024", + "intro": "L'AMS E emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0707230000020020", + "intro": "Le moteur d'assistance AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "0701220000020022", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0702220000020017", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 2 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et le tampon du filament." + }, + { + "ecode": "0706200000020024", + "intro": "L'AMS G emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1801220000020019", + "intro": "Le moteur d'assistance AMS-HT B emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1802230000020018", + "intro": "Le moteur d'assistance AMS-HT C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1805210000020022", + "intro": "Le moteur d'assistance AMS-HT F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0707210000020022", + "intro": "Le moteur d'assistance AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G filament 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A filament 2 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0704230000020024", + "intro": "L'AMS E emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1807230000020019", + "intro": "Le moteur d'assistance AMS-HT H emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707220000020020", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "0700220000020022", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT D emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT D emplacement 3 est bloqué)" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E filament 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0705220000020017", + "intro": "Le moteur d'assistance de l'AMS F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0704200000020020", + "intro": "Le moteur d'assistance de l'AMS E emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1801230000020018", + "intro": "Le moteur d'assistance AMS-HT B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0705200000020022", + "intro": "Le moteur d'assistance AMS F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E filament 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1805220000020017", + "intro": "Le moteur d'assistance AMS-HT F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0701230000020017", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0702200000020021", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1806230000020017", + "intro": "Le moteur d'assistance AMS-HT G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT F emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A Le moteur d'assistance de l'emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0704220000020020", + "intro": "Le moteur d'assistance de l'AMS E emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1801210000020022", + "intro": "Le moteur d'assistance AMS-HT B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 4 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0705220000020018", + "intro": "Le moteur d'assistance AMS F emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803230000020022", + "intro": "Le moteur d'assistance AMS-HT D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0706210000020017", + "intro": "Le moteur d'assistance de l'AMS G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F filament 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0704230000020010", + "intro": "L'AMS E emplacement 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT G emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0705230000020019", + "intro": "Le moteur d'assistance AMS F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0702200000020018", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0700210000020011", + "intro": "L'emplacement 2 de l’AMS A met trop de temps à retirer le filament." + }, + { + "ecode": "0300020000010009", + "intro": "Le contrôle de la température de la buse est anormal, le hotend n'est peut-être pas installée. Si vous souhaitez chauffer le hotend sans l'installer, veuillez activer le mode maintenance sur la page des paramètres." + }, + { + "ecode": "0704200000020024", + "intro": "L'AMS E emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0706210000020024", + "intro": "L'AMS G emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0703210000020024", + "intro": "L'AMS D emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806230000020021", + "intro": "Le moteur d'assistance AMS-HT G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1807200000020021", + "intro": "Le moteur d'assistance AMS-HT H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0700210000020024", + "intro": "La fente 2 de l'AMS A n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "1806230000020018", + "intro": "Le moteur d'assistance AMS-HT G emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701230000020018", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707200000020022", + "intro": "Le moteur d'assistance AMS H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E emplacement 3 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A filament 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Moteur d'assistance de l'emplacement 1 de l'AMS)" + }, + { + "ecode": "0701220000020017", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701230000020024", + "intro": "La fente 4 de l'AMS B n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "0706220000020017", + "intro": "Le moteur d'assistance de l'AMS G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C filament 3 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "1801200000020021", + "intro": "Le moteur d'assistance AMS-HT B emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0702210000020019", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1807210000020024", + "intro": "L'emplacement 2 de l'AMS-HT H n'a pas réussi à faire tourner la bobine de filament lors du retour du filament vers l'AMS." + }, + { + "ecode": "0703220000020021", + "intro": "Le moteur d'assistance AMS D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F filament 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C filament 1 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'emplacement 1 de l'AMS-HT E est bloqué)" + }, + { + "ecode": "1806210000020017", + "intro": "Le moteur d'assistance AMS-HT G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0705220000020019", + "intro": "Le moteur d'assistance AMS F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0702230000020024", + "intro": "La fente 4 de l'AMS C n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E filament 1 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0701210000020018", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0706200000020021", + "intro": "Le moteur d'assistance AMS G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1806210000020022", + "intro": "Le moteur d'assistance AMS-HT G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1801200000020018", + "intro": "Le moteur d'assistance AMS-HT B emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0705210000020020", + "intro": "Le moteur d'assistance AMS F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802210000020021", + "intro": "Le moteur d'assistance AMS-HT C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A filament 3 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0705200000020024", + "intro": "L'AMS F emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0702210000020018", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0706220000020022", + "intro": "Le moteur d'assistance AMS G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0707230000020018", + "intro": "Le moteur d'assistance de l'AMS H emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0703220000020020", + "intro": "Le moteur d'assistance de l'AMS D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E emplacement 1 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT B emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701230000020021", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1801220000020018", + "intro": "Le moteur d'assistance AMS-HT B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803220000020022", + "intro": "Le moteur d'assistance AMS-HT D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E filament 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0707220000020024", + "intro": "L'AMS H emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0701220000020021", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A Le moteur d'assistance de l'emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0702230000020010", + "intro": "L'AMS C filament 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0704220000020010", + "intro": "L'AMS E emplacement 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1807200000020019", + "intro": "Le moteur d'assistance AMS-HT H emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0700220000020011", + "intro": "L'emplacement 3 de l’AMS A met trop de temps à retirer le filament." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E filament 2 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0701230000020010", + "intro": "L'emplacement 4 de l'AMS B alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1805220000020019", + "intro": "Le moteur d'assistance AMS-HT F emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1803220000020021", + "intro": "Le moteur d'assistance AMS-HT D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F filament 4 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "0702220000020024", + "intro": "L'AMS C emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E filament 2 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "0707220000020022", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1806210000020021", + "intro": "Le moteur d'assistance AMS-HT G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A filament 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F filament 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0701220000020018", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707210000020021", + "intro": "Le moteur d'assistance AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1807220000020017", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0702230000020019", + "intro": "Le moteur d'assistance de l'AMS C emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0703210000020019", + "intro": "Le moteur d'assistance de l'AMS D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1801220000020021", + "intro": "Le moteur d'assistance AMS-HT B emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT E emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon de filament。" + }, + { + "ecode": "1803200000020019", + "intro": "Le moteur d'assistance AMS-HT D emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1802230000020024", + "intro": "L'emplacement 4 de l'AMS-HT C n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1802230000020022", + "intro": "Le moteur d'assistance AMS-HT C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1806220000020021", + "intro": "Le moteur d'assistance AMS-HT G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1807210000020020", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0707200000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G filament 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0702220000020010", + "intro": "L'AMS C emplacement 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Moteur d'assistance AMS-HT C emplacement 4 bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0703200000020017", + "intro": "Le moteur d'assistance de l'AMS D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F filament 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1803230000020021", + "intro": "Le moteur d'assistance AMS-HT D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1803220000020018", + "intro": "Le moteur d'assistance AMS-HT D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F filament 1 alimente le filament en dehors du délai AMS." + }, + { + "ecode": "0702200000020020", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C filament 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E filament 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0700200000020017", + "intro": "Le moteur d'assistance de l'AMS A filament 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0705230000020020", + "intro": "Le moteur d'assistance AMS F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H emplacement 2 tire le filament jusqu'à AMS timeout." + }, + { + "ecode": "0706200000020010", + "intro": "L'AMS G emplacement 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0702230000020017", + "intro": "Le moteur d'assistance de l'AMS C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1801230000020022", + "intro": "Le moteur d'assistance AMS-HT B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E filament 2 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E filament 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1807220000020024", + "intro": "L'emplacement 3 de l'AMS-HT H n'a pas réussi à faire tourner la bobine de filament lors du retour du filament vers l'AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0705200000020018", + "intro": "Le moteur d'assistance AMS F emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0703230000020020", + "intro": "Le moteur d'assistance de l'AMS D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0702210000020022", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0701210000020017", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1801200000020022", + "intro": "Le moteur d'assistance AMS-HT B emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT C emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1807230000020022", + "intro": "Le moteur d'assistance AMS-HT H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 3 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et le tampon du filament." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D filament 1 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1803200000020021", + "intro": "Le moteur d'assistance AMS-HT D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0702230000020022", + "intro": "Le moteur d'assistance de l'AMS C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0702200000020022", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F filament 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT C emplacement 1 est bloqué)" + }, + { + "ecode": "1806230000020019", + "intro": "Le moteur d'assistance AMS-HT G emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 1 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et le tampon du filament." + }, + { + "ecode": "1801220000020024", + "intro": "L'emplacement 3 de l'AMS-HT B n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0703200000020020", + "intro": "Le moteur d'assistance de l'AMS D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802220000020019", + "intro": "Le moteur d'assistance AMS-HT C emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B filament 1 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "0706210000020018", + "intro": "Le moteur d'assistance AMS G emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707200000020020", + "intro": "Le moteur d'assistance de l'AMS H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0706220000020021", + "intro": "Le moteur d'assistance AMS G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT F emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "0705230000020010", + "intro": "L'AMS F filament 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0700230000020017", + "intro": "Le moteur d'assistance de l'AMS A emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0700230000020024", + "intro": "La fente 4 de l'AMS A n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "0700200000020011", + "intro": "L'emplacement 1 de l’AMS A met trop de temps à retirer le filament." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 3 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0706230000020021", + "intro": "Le moteur d'assistance AMS G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0704210000020017", + "intro": "Le moteur d'assistance de l'AMS E emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0701200000020021", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1801210000020024", + "intro": "L'emplacement 2 de l'AMS-HT B n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0705200000020020", + "intro": "Le moteur d'assistance AMS F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A emplacement 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B filament 4 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0703200000020024", + "intro": "L'AMS D emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0705230000020022", + "intro": "Le moteur d'assistance AMS F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H filament 2 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "1807230000020024", + "intro": "L'emplacement 4 de l'AMS-HT H n'a pas réussi à faire tourner la bobine de filament lors du retour du filament vers l'AMS." + }, + { + "ecode": "1805200000020019", + "intro": "Le moteur d'assistance AMS-HT F emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1801230000020021", + "intro": "Le moteur d'assistance AMS-HT B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0300030000020002", + "intro": "La vitesse du ventilateur de la buse est faible. Il est peut-être coincé et nécessite un nettoyage." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1801230000020017", + "intro": "Le moteur d'assistance AMS-HT B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0703210000020020", + "intro": "Le moteur d'assistance de l'AMS D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1807200000020022", + "intro": "Le moteur d'assistance AMS-HT H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0706200000020017", + "intro": "Le moteur d'assistance de l'AMS G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F filament 2 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "1807210000020018", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A filament 4 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B emplacement 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806200000020017", + "intro": "Le moteur d'assistance AMS-HT G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0707230000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1804200000020022", + "intro": "Le moteur d'assistance AMS-HT E emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0701210000020024", + "intro": "L'emplacement 2 de l'AMS B n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0706230000020022", + "intro": "Le moteur d'assistance AMS G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0705230000020021", + "intro": "Le moteur d'assistance AMS F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E filament 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT H emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "0703230000020017", + "intro": "Le moteur d'assistance de l'AMS D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 1 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0703230000020022", + "intro": "Le moteur d'assistance AMS D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1806200000020018", + "intro": "Le moteur d'assistance AMS-HT G emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803210000020018", + "intro": "Le moteur d'assistance AMS-HT D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E filament 4 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1805210000020017", + "intro": "Le moteur d'assistance AMS-HT F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1807220000020018", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707220000020018", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B filament 2 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G filament 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0701210000020010", + "intro": "L'AMS B filament 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E filament 3 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1806230000020024", + "intro": "L'emplacement 4 de l'AMS-HT G n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D emplacement 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1807210000020021", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0706210000020021", + "intro": "Le moteur d'assistance AMS G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1801230000020019", + "intro": "Le moteur d'assistance AMS-HT B emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805220000020022", + "intro": "Le moteur d'assistance AMS-HT F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0705200000020019", + "intro": "Le moteur d'assistance AMS F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704200000020019", + "intro": "Le moteur d'assistance de l'AMS E emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E emplacement 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1801230000020024", + "intro": "L'emplacement 4 de l'AMS-HT B n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0704220000020017", + "intro": "Le moteur d'assistance de l'AMS E emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0704210000020024", + "intro": "L'AMS E emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0700220000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E filament 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1802220000020018", + "intro": "Le moteur d'assistance AMS-HT C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0703200000020022", + "intro": "Le moteur d'assistance AMS D emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0706210000020020", + "intro": "Le moteur d'assistance AMS G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1801210000020018", + "intro": "Le moteur d'assistance AMS-HT B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0702210000020017", + "intro": "Le moteur d'assistance de l'AMS C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1803220000020017", + "intro": "Le moteur d'assistance AMS-HT D emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0702220000020021", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A emplacement 1 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0700220000020010", + "intro": "L'emplacement 3 de l’AMS A met trop de temps à éjecter le filament." + }, + { + "ecode": "0701200000020017", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1803230000020017", + "intro": "Le moteur d'assistance AMS-HT D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E filament 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E emplacement 4 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0703220000020010", + "intro": "L'AMS D filament 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0703220000020019", + "intro": "Le moteur d'assistance de l'AMS D emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0701200000020019", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707200000020024", + "intro": "L'AMS H emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1806210000020019", + "intro": "Le moteur d'assistance AMS-HT G emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0700230000020022", + "intro": "Le moteur d'assistance AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0700200000020010", + "intro": "L'emplacement 1 de l’AMS A met trop de temps à éjecter le filament." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 4 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706220000020019", + "intro": "Le moteur d'assistance AMS G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0705220000020022", + "intro": "Le moteur d'assistance AMS F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1807220000020021", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E filament 2 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C emplacement 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C filament 1 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0707210000020010", + "intro": "L'AMS H emplacement 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0702230000020018", + "intro": "Le moteur d'assistance de l'AMS C emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1805210000020019", + "intro": "Le moteur d'assistance AMS-HT F emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1807210000020017", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1807200000020017", + "intro": "Le moteur d'assistance AMS-HT H emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E emplacement 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0705210000020018", + "intro": "Le moteur d'assistance AMS F emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707200000020021", + "intro": "Le moteur d'assistance AMS H emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0705220000020024", + "intro": "L'AMS F emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E filament 1 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "0705210000020019", + "intro": "Le moteur d'assistance AMS F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0706210000020010", + "intro": "L'AMS G filament 2 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0705200000020021", + "intro": "Le moteur d'assistance AMS F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E emplacement 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806200000020019", + "intro": "Le moteur d'assistance AMS-HT G emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704210000020020", + "intro": "Le moteur d'assistance de l'AMS E emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0706220000020018", + "intro": "Le moteur d'assistance AMS G emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0705210000020024", + "intro": "L'AMS F emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0707210000020020", + "intro": "Le moteur d'assistance AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "0702210000020024", + "intro": "L'AMS C emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0701230000020020", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H emplacement 3 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "1803230000020018", + "intro": "Le moteur d'assistance AMS-HT D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1807230000020018", + "intro": "Le moteur d'assistance AMS-HT H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1807220000020020", + "intro": "Le moteur d'assistance AMS-HT H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0700220000020018", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0706220000020020", + "intro": "Le moteur d'assistance AMS G emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "1803210000020019", + "intro": "Le moteur d'assistance AMS-HT D emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0701200000020022", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0700220000020024", + "intro": "La fente 3 de l'AMS A n'a pas réussi à faire tourner la bobine de filament lorsqu'elle a tiré le filament vers l'AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C emplacement 1 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0701210000020019", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1807210000020022", + "intro": "Le moteur d'assistance AMS-HT H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1804210000020022", + "intro": "Le moteur d'assistance AMS-HT E emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0707210000020018", + "intro": "Le moteur d'assistance de l'AMS H emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701200000020018", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A Le moteur d'assistance de l'emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701200000020024", + "intro": "L'emplacement 1 de l'AMS B n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H filament 3 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0705220000020010", + "intro": "L'AMS F filament 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1801200000020019", + "intro": "Le moteur d'assistance AMS-HT B emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1806200000020022", + "intro": "Le moteur d'assistance AMS-HT G emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A emplacement 4 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers AMS." + }, + { + "ecode": "0704200000020017", + "intro": "Le moteur d'assistance de l'AMS E emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0702230000020020", + "intro": "Le moteur d'assistance AMS C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802230000020017", + "intro": "Le moteur d'assistance AMS-HT C emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1801200000020017", + "intro": "Le moteur d'assistance AMS-HT B emplacement 1 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D filament 2 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G emplacement 1 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT G emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0707220000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0703210000020021", + "intro": "Le moteur d'assistance AMS D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "0706220000020024", + "intro": "L'AMS G emplacement 3 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1806210000020024", + "intro": "L'AMS-HT G emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1806220000020018", + "intro": "Le moteur d'assistance AMS-HT G emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1802210000020017", + "intro": "Le moteur d'assistance AMS-HT C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0706230000020020", + "intro": "Le moteur d'assistance AMS G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0700230000020010", + "intro": "L'emplacement 1 de l’AMS A met trop de temps à éjecter le filament." + }, + { + "ecode": "0701230000020019", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704200000020018", + "intro": "Le moteur d'assistance de l'AMS E emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E filament 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C filament 2 alimente le filament en dehors du timeout de l'AMS." + }, + { + "ecode": "0704230000020018", + "intro": "Le moteur d'assistance de l'AMS E emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0707210000020017", + "intro": "Le moteur d'assistance de l'AMS H emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0701220000020019", + "intro": "Le moteur d'assistance de l'AMS B emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1806220000020024", + "intro": "L'emplacement 3 de l'AMS-HT G n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H filament 1 alimente le filament en dehors du timeout AMS." + }, + { + "ecode": "0707230000020010", + "intro": "L'AMS H filament 4 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "0700210000020019", + "intro": "Le moteur d’assistance AMS A emplacement 2 est bloqué, en raison d’une résistance excessive dans le tube entre l’AMS et le tampon de filament." + }, + { + "ecode": "0700200000020024", + "intro": "L'emplacement 1 de l'AMS A n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "0706230000020017", + "intro": "Le moteur d'assistance de l'AMS G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0706230000020019", + "intro": "Le moteur d'assistance AMS G emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0704230000020019", + "intro": "Le moteur d'assistance de l'AMS E emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0705220000020021", + "intro": "Le moteur d'assistance AMS F emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F filament 4 assist motor is stalled,due to excessive resistance in the tube between the filament buffer and the toolhead." + }, + { + "ecode": "0300900000010003", + "intro": "Le chauffage de la chambre a échoué. La température de l'alimentation est peut-être trop élevée." + }, + { + "ecode": "0300900000010001", + "intro": "Le chauffage de la chambre a échoué. Il se peut que le radiateur ne souffle pas d’air chaud." + }, + { + "ecode": "0300900000010002", + "intro": "Le chauffage de la chambre a échoué. Causes possibles : la chambre n'est pas complètement fermée, la température ambiante est trop basse ou l'évent de dissipation thermique de l'alimentation est obstrué." + }, + { + "ecode": "0700230000020020", + "intro": "Le moteur d'assistance AMS H emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la mémoire tampon du filament。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H filament 2 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0704200000020022", + "intro": "Le moteur d'assistance de l'AMS E emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête d'outil." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT H emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "0703210000020017", + "intro": "Le moteur d'assistance de l'AMS D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1805230000020022", + "intro": "Le moteur d'assistance AMS-HT F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Moteur d'assistance AMS-HT F emplacement 2 bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0704230000020020", + "intro": "Le moteur d'assistance de l'AMS E emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0702220000020020", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0702200000020017", + "intro": "Le moteur d'assistance de l'AMS C emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0703200000020018", + "intro": "Le moteur d'assistance de l'AMS D emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0702220000020019", + "intro": "Le moteur d'assistance de l'AMS C emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0701210000020020", + "intro": "Le moteur d'assistance de l'AMS B emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802230000020019", + "intro": "Le moteur d'assistance AMS-HT C emplacement 4 est bloqué, en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0707220000020021", + "intro": "Le moteur d'assistance AMS H emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre le tampon de filament et la tête d'outil." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E filament 4 assist motor is stalled,due to excessive resistance in the tube between AMS and the printer." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F filament 3 assist motor is stalled,due to excessive resistance in the tube near AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0704220000020018", + "intro": "Le moteur d'assistance de l'AMS E emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0701220000020010", + "intro": "L'AMS B emplacement 3 alimente le filament en dehors du délai d'attente de l'AMS." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H filament 1 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0703230000020019", + "intro": "Le moteur d'assistance de l'AMS D emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "0705210000020022", + "intro": "Le moteur d'assistance AMS F emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0703220000020018", + "intro": "Le moteur d'assistance de l'AMS D emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D emplacement 2 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT D emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "1805200000020022", + "intro": "Le moteur d'assistance AMS-HT F emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT F emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "1803200000020018", + "intro": "Le moteur d'assistance AMS-HT D emplacement 1 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT E emplacement 3 est bloqué)" + }, + { + "ecode": "0704210000020018", + "intro": "Le moteur d'assistance de l'AMS E emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G emplacement 4 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (moteur d'assistance AMS-HT G emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près du tampon de filament)" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G emplacement 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1802210000020018", + "intro": "Le moteur d'assistance AMS-HT C emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D emplacement 2 n'a pas réussi à faire tourner la bobine de filament lorsqu'il a tiré le filament vers l'AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 3 est bloqué, en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0706210000020019", + "intro": "Le moteur d'assistance AMS G emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT Le moteur d'assistance de l'emplacement 2 est bloqué en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E filament 3 assist motor is stalled,due to excessive resistance in the tube between AMS and the filament buffer." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C filament 4 alimente le filament en dehors du délai de l'AMS." + }, + { + "ecode": "0706230000020024", + "intro": "L'emplacement 4 de l'AMS G n'a pas réussi à faire tourner la bobine de filament lors du retour du filament vers l'AMS." + }, + { + "ecode": "0703230000020018", + "intro": "Le moteur d'assistance de l'AMS D emplacement 4 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "0704230000020022", + "intro": "Le moteur d'assistance de l'AMS E emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT Un moteur d'assistance de l'emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "1802220000020017", + "intro": "Le moteur d'assistance AMS-HT C emplacement 3 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B emplacement 3 assist motor is stalled,due to excessive resistance in the tube near the filament buffer。 (Le moteur d'assistance de l'AMS-HT B emplacement 3 est bloqué en raison d'une résistance excessive dans le tube près du tampon du filament)" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E filament 3 tire le filament vers l'AMS timeout." + }, + { + "ecode": "1805230000020017", + "intro": "Le moteur d'assistance AMS-HT F emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "0703210000020018", + "intro": "Le moteur d'assistance de l'AMS D emplacement 2 est bloqué en raison d'une résistance excessive dans le tube près de l'AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E filament 4 tire le filament vers l'AMS timeout." + }, + { + "ecode": "0701230000020022", + "intro": "Le moteur d'assistance de l'AMS B emplacement 4 est bloqué,en raison d'une résistance excessive dans le tube près de la tête de l'outil." + }, + { + "ecode": "0701200000020020", + "intro": "Le moteur d'assistance de l'AMS B emplacement 1 est bloqué,en raison d'une résistance excessive dans le tube près du tampon du filament。" + }, + { + "ecode": "0704210000020019", + "intro": "Le moteur d'assistance de l'AMS E emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et le tampon de filament." + }, + { + "ecode": "1803210000020017", + "intro": "Le moteur d'assistance AMS-HT D emplacement 2 est bloqué,en raison d'une résistance excessive dans le tube entre l'AMS et l'imprimante." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E filament 4 assist motor is stalled,due to excessive resistance in the tube near the toolhead." + }, + { + "ecode": "0500040000020041", + "intro": "Le module laser a été utilisé pendant une longue période. Veuillez le nettoyer rapidement pour éviter d'affecter le traitement du laser." + }, + { + "ecode": "0500040000020042", + "intro": "La caméra Live View est sale ou obstruée ; veuillez la nettoyer et continuer." + }, + { + "ecode": "1807700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1803700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1800700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "1804700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "1805700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "0706700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1803700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "1804700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "1801700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "1806700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "0700700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "0701700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "0701700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "0702700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "0703700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "0500060000020031", + "intro": "La caméra ToolHead n'est pas connectée. Vérifiez le matériel et les connexions des câbles." + }, + { + "ecode": "0700700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "0702700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "0703700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "0500060000020032", + "intro": "La caméra de la buse n'est pas connectée. Vérifiez le matériel et les connexions des câbles." + }, + { + "ecode": "0300C10000010003", + "intro": "Le système Airflow n'a pas réussi à activer le mode laser ; veuillez vérifier l'état de la porte d'aération." + }, + { + "ecode": "0500010000030006", + "intro": "La clé USB n'est pas formatée ou ne peut pas être écrite ; veuillez formater la clé USB." + }, + { + "ecode": "1807700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "0707700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1802700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "0705700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "0707700000020006", + "intro": "Temps de purge trop important. Cause possible : filament coincé ou obstruction de l’extrudeur/buse." + }, + { + "ecode": "1801700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : extrudeur ou buse bouché." + }, + { + "ecode": "1800700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1806700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "0704700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "1802700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "0704700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "0705700000020003", + "intro": "Le filament n'a pas été extrudé. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "0706700000020006", + "intro": "Délai d'attente pour la purge du filament usagé. Cause possible : filament coincé ou obstruction de l'extrudeuse/buse." + }, + { + "ecode": "1805700000020003", + "intro": "Impossible d'extruder le filament. Cause possible : obstruction de l'extrudeuse ou de la buse." + }, + { + "ecode": "0C00040000020007", + "intro": "La caméra BirdsEye est en cours de configuration. Nettoyez tous les objets et retirez le tapis. Assurez-vous que le marqueur n'est pas obstrué. Pendant ce temps, nettoyez la caméra BirdsEye et la caméra Toolhead, et retirez tout objet étranger bloquant leur vue." + }, + { + "ecode": "0300C00000010002", + "intro": "Mauvais fonctionnement de l'interrupteur du Volet du Filtre : il est peut-être bloqué." + }, + { + "ecode": "0300C10000010001", + "intro": "Le système Adaptive Airflow ne peut pas activer le mode de refroidissement ; veuillez vérifier l'état de la porte d'air." + }, + { + "ecode": "0300C10000010002", + "intro": "Le système Airflow ne peut pas activer le mode chauffage ; veuillez vérifier l'état de la porte d'aération." + }, + { + "ecode": "0500040000020037", + "intro": "Le module de coupe doit être calibré pour obtenir la position de l'outil. Veuillez effectuer le calibrage de montage avant utilisation. (environ 2 à 4 minutes)" + }, + { + "ecode": "1806700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0705700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "1800700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "1803700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "1805700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "1802700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "1807700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0300280000010003", + "intro": "Défaillance de communication entre le module de coupe et la tête d'outil lors du guidage sur l'axe Z. Vérifiez si le câble de signal du module de coupe est desserré ou cassé, ou vérifiez si la bobine du capteur de force est intacte." + }, + { + "ecode": "0500010000020001", + "intro": "Erreur de lien média. Veuillez redémarrer la machine. Si plusieurs tentatives échouent, veuillez contacter le service clientèle." + }, + { + "ecode": "0700700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0701700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0702700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0703700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0300180000010007", + "intro": "La fréquence du capteur de force d'extrusion est trop élevée. Le capteur est peut-être endommagé ou le dissipateur thermique de la buse est peut-être trop proche du capteur." + }, + { + "ecode": "0300180000010004", + "intro": "Le signal du capteur de force d'extrusion est anormal. Le capteur est peut-être endommagé ou la communication MC-TH est peut-être anormale." + }, + { + "ecode": "03009D0000020003", + "intro": "Le résultat de l'étalonnage du point focal Z du laser de gravure diffère considérablement des valeurs de conception. Veuillez réinstaller le module laser et réexécuter la configuration du module laser. En cas d'échec répété, veuillez contacter le service clientèle." + }, + { + "ecode": "0C00040000010005", + "intro": "Dysfonctionnement de la caméra BirdsEye : veuillez contacter le service client." + }, + { + "ecode": "0300180000010008", + "intro": "La buse touche le lit chauffant de manière anormale. Veuillez vérifier s'il y a des résidus de filament sur la buse ou des corps étrangers à l'endroit où la buse touche le lit." + }, + { + "ecode": "0300180000010001", + "intro": "La fréquence du capteur de force d'extrusion est trop faible. La buse n'est peut-être pas installée ou le dissipateur thermique de la buse est peut-être trop éloigné du capteur." + }, + { + "ecode": "0C00010000010012", + "intro": "L'étalonnage de la caméra Live View a échoué et le résultat de l'étalonnage n'a pas pu être enregistré. Si l'étalonnage échoue plusieurs fois, veuillez contacter l'équipe d'assistance à la clientèle." + }, + { + "ecode": "1804700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer" + }, + { + "ecode": "0707700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "0706700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "0704700000020008", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "1801700000020008", + "intro": "Échec de l'obtention de la liste de correspondance AMS, cliquez sur « Reprendre » pour réessayer." + }, + { + "ecode": "1800510000030001", + "intro": "L'AMS est désactivé ; veuillez charger le filament à partir du porte-bobine." + }, + { + "ecode": "0705700000020007", + "intro": "Le filament de l'AMS est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1803700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "0C00020000020006", + "intro": "La hauteur de la buse semble trop élevée. Vérifiez s'il n'y a pas de filament résiduel collé à la buse." + }, + { + "ecode": "0702800000010004", + "intro": "Le chauffage 1 AMS C fonctionne de manière anormale." + }, + { + "ecode": "0702810000010004", + "intro": "Le chauffage 2 AMS C fonctionne de manière anormale." + }, + { + "ecode": "0701800000010004", + "intro": "Le chauffage 1 AMS B fonctionne de manière anormale." + }, + { + "ecode": "0704800000010004", + "intro": "Le chauffage 1 AMS E fonctionne de manière anormale." + }, + { + "ecode": "1803810000010004", + "intro": "Le chauffage 2 AMS HT D fonctionne de manière anormale." + }, + { + "ecode": "0707810000010004", + "intro": "Le chauffage 2 AMS H fonctionne de manière anormale." + }, + { + "ecode": "1805810000010004", + "intro": "Le chauffage 2 AMS HT F fonctionne de manière anormale." + }, + { + "ecode": "1804810000010004", + "intro": "Le chauffage 2 AMS HT E fonctionne de manière anormale." + }, + { + "ecode": "1801800000010004", + "intro": "Le chauffage 1 AMS HT B fonctionne de manière anormale." + }, + { + "ecode": "0705810000010004", + "intro": "Le chauffage 2 AMS F fonctionne de manière anormale." + }, + { + "ecode": "0300910000010002", + "intro": "La température du réchauffeur de chambre 1 est anormale. Le dispositif de chauffage peut avoir un circuit ouvert ou le fusible thermique est peut-être grillé." + }, + { + "ecode": "0700400000020002", + "intro": "L'erreur de signal de position du tampon de filament : le capteur de position peut être défectueux." + }, + { + "ecode": "0700510000030001", + "intro": "L'AMS est désactivé ; veuillez charger le filament depuis le porte-bobine." + }, + { + "ecode": "0700700000020007", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même emplacement de l'AMS et reprenez." + }, + { + "ecode": "0701700000020007", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même emplacement de l'AMS et reprenez." + }, + { + "ecode": "0702700000020007", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même emplacement de l'AMS et reprenez." + }, + { + "ecode": "0703700000020007", + "intro": "Le filament AMS est épuisé. Veuillez insérer un nouveau filament dans le même emplacement de l'AMS et reprendre." + }, + { + "ecode": "0700800000010004", + "intro": "Le chauffage 1 AMS A fonctionne de manière anormale." + }, + { + "ecode": "0700810000010004", + "intro": "Le chauffage 2 AMS A fonctionne de manière anormale." + }, + { + "ecode": "0703810000010004", + "intro": "Le chauffage 2 AMS D fonctionne de manière anormale." + }, + { + "ecode": "0701810000010004", + "intro": "Le chauffage 2 AMS B fonctionne de manière anormale." + }, + { + "ecode": "1800810000010004", + "intro": "Le chauffage 2 AMS HT A fonctionne de manière anormale." + }, + { + "ecode": "0705800000010004", + "intro": "Le chauffage 1 AMS F fonctionne de manière anormale." + }, + { + "ecode": "1805800000010004", + "intro": "Le chauffage 1 AMS HT F fonctionne de manière anormale." + }, + { + "ecode": "1800800000010004", + "intro": "Le chauffage 1 AMS HT A fonctionne de manière anormale." + }, + { + "ecode": "1802810000010004", + "intro": "Le chauffage 2 AMS HT C fonctionne de manière anormale." + }, + { + "ecode": "0704810000010004", + "intro": "Le chauffage 2 AMS E fonctionne de manière anormale." + }, + { + "ecode": "1807800000010004", + "intro": "Le chauffage 1 AMS HT H fonctionne de manière anormale." + }, + { + "ecode": "1802800000010004", + "intro": "Le chauffage 1 AMS HT C fonctionne de manière anormale." + }, + { + "ecode": "1804800000010004", + "intro": "Le chauffage 1 AMS HT E fonctionne de manière anormale." + }, + { + "ecode": "0707800000010004", + "intro": "Le chauffage 1 AMS H fonctionne de manière anormale." + }, + { + "ecode": "1807810000010004", + "intro": "Le chauffage 2 AMS HT H fonctionne de manière anormale." + }, + { + "ecode": "0706810000010004", + "intro": "Le chauffage 2 AMS G fonctionne de manière anormale." + }, + { + "ecode": "1806810000010004", + "intro": "Le chauffage 2 AMS HT G fonctionne de manière anormale." + }, + { + "ecode": "1806800000010004", + "intro": "Le chauffage 1 AMS HT G fonctionne de manière anormale." + }, + { + "ecode": "0706800000010004", + "intro": "Le chauffage 1 AMS G fonctionne de manière anormale." + }, + { + "ecode": "1800700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1800400000020002", + "intro": "Erreur de signal de position du tampon de filament : le capteur de position ne fonctionne peut-être pas correctement." + }, + { + "ecode": "1802700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "0707700000020007", + "intro": "Le filament de l'AMS est épuisé. Insérez un nouveau filament dans l'emplacement pour reprendre." + }, + { + "ecode": "1805700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1806700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1807700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "0704700000020007", + "intro": "Le filament de l'AMS est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1801700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "0500040000020050", + "intro": "Fenêtre de sécurité laser non installée." + }, + { + "ecode": "0706700000020007", + "intro": "Le filament de l'AMS est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "1804700000020007", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "0703800000010004", + "intro": "Le chauffage 1 AMS D fonctionne de manière anormale." + }, + { + "ecode": "1801810000010004", + "intro": "Le chauffage 2 AMS HT B fonctionne de manière anormale." + }, + { + "ecode": "1803800000010004", + "intro": "Le chauffage 1 AMS HT D fonctionne de manière anormale." + }, + { + "ecode": "0C00030000020017", + "intro": "L'étalonnage de la mise au point de l'axe Z de la gravure laser a échoué. Veuillez vérifier que le matériau de test laser (carton de 350 g) est correctement placé et que sa surface est propre et intacte." + }, + { + "ecode": "1800240000020009", + "intro": "Le capot avant de l'AMS HT A est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1807240000020009", + "intro": "Le capot avant de l'AMS HT H est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1801240000020009", + "intro": "Le capot avant de l'AMS HT B est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1806240000020009", + "intro": "Le capot avant de l'AMS HT G est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1802240000020009", + "intro": "Le capot avant de l'AMS HT C est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1805240000020009", + "intro": "Le capot avant de l'AMS HT F est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1804240000020009", + "intro": "Le capot avant de l'AMS HT E est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "1803240000020009", + "intro": "Le capot avant de l'AMS HT D est ouvert. Cela peut affecter les performances de séchage ou entraîner l'absorption d'humidité par le filament." + }, + { + "ecode": "0707730000020004", + "intro": "Impossible de retirer le filament 4 AMS H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0706700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0701710000020002", + "intro": "Impossible d'introduire le filament 2 AMS B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704700000020004", + "intro": "Impossible de retirer le filament 1 AMS E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0702710000020002", + "intro": "Impossible d'introduire le filament 2 AMS C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703710000020001", + "intro": "Impossible de retirer le filament 2 AMS D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1805710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1803720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704710000020001", + "intro": "Impossible de retirer le filament 2 AMS E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1805730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1806710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0704730000020004", + "intro": "Impossible de retirer le filament 4 AMS E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1800720000020001", + "intro": "Impossible de retirer le filament 2 AMS HT A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0702720000020001", + "intro": "Impossible de retirer le filament 3 AMS C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1805710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1804720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703700000020004", + "intro": "Impossible de retirer le filament 1 AMS D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1800720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0701700000020001", + "intro": "Impossible de retirer le filament 1 AMS B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1807700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702720000020004", + "intro": "Impossible de retirer le filament 3 AMS C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705730000020002", + "intro": "Impossible d'introduire le filament 4 AMS F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704720000020001", + "intro": "Impossible de retirer le filament 3 AMS E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707700000020002", + "intro": "Impossible d'introduire le filament 1 AMS H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700700000020004", + "intro": "Impossible de retirer le filament 1 AMS A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0704720000020002", + "intro": "Impossible d'introduire le filament 3 AMS E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703700000020002", + "intro": "Impossible d'introduire le filament 1 AMS D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1801730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1805700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1800730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1801700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0706700000020004", + "intro": "Impossible de retirer le filament 1 AMS G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0700720000020002", + "intro": "Impossible d'introduire le filament 3 AMS A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0705700000020004", + "intro": "Impossible de retirer le filament 1 AMS F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702730000020002", + "intro": "Impossible d'introduire le filament 4 AMS C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702710000020001", + "intro": "Impossible de retirer le filament 2 AMS C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1804710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701720000020004", + "intro": "Impossible de retirer le filament 3 AMS B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0700710000020001", + "intro": "Impossible de retirer le filament 2 AMS A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1801700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0704700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0700710000020002", + "intro": "Impossible d'introduire le filament 2 AMS A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701700000020004", + "intro": "Impossible de retirer le filament 1 AMS B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1801710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707710000020004", + "intro": "Impossible de retirer le filament 2 AMS H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700730000020004", + "intro": "Impossible de retirer le filament 4 AMS A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0705710000020004", + "intro": "Impossible de retirer le filament 2 AMS F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1807710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705710000020001", + "intro": "Impossible de retirer le filament 2 AMS F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707720000020004", + "intro": "Impossible de retirer le filament 3 AMS H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702710000020004", + "intro": "Impossible de retirer le filament 2 AMS C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1801700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1805720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0704700000020002", + "intro": "Impossible d'introduire le filament 1 AMS E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1801700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1803720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0705700000020001", + "intro": "Impossible de retirer le filament 1 AMS F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706710000020004", + "intro": "Impossible de retirer le filament 2 AMS G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0706730000020002", + "intro": "Impossible d'introduire le filament 4 AMS G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707700000020004", + "intro": "Impossible de retirer le filament 1 AMS H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707720000020002", + "intro": "Impossible d'introduire le filament 3 AMS H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701720000020001", + "intro": "Impossible de retirer le filament 3 AMS B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0700720000020004", + "intro": "Impossible de retirer le filament 3 AMS A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1801710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1806730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703710000020002", + "intro": "Impossible d'introduire le filament 2 AMS D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703720000020001", + "intro": "Impossible de retirer le filament 3 AMS D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706720000020001", + "intro": "Impossible de retirer le filament 3 AMS G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1801730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704710000020002", + "intro": "Impossible d'introduire le filament 2 AMS E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703730000020004", + "intro": "Impossible de retirer le filament 4 AMS D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0706720000020002", + "intro": "Impossible d'introduire le filament 3 AMS G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704730000020002", + "intro": "Impossible d'introduire le filament 4 AMS E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1807720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1803710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705720000020002", + "intro": "Impossible d'introduire le filament 3 AMS F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700720000020001", + "intro": "Impossible de retirer le filament 3 AMS A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706720000020004", + "intro": "Impossible de retirer le filament 3 AMS G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1803710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707710000020001", + "intro": "Impossible de retirer le filament 2 AMS H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1803720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1803710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1803700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1805700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0707730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT H de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701720000020002", + "intro": "Impossible d'introduire le filament 3 AMS B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1801720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707730000020002", + "intro": "Impossible d'introduire le filament 4 AMS H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704730000020001", + "intro": "Impossible de retirer le filament 4 AMS E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1801720000020004", + "intro": "Impossible de retirer le filament 3 AMS HT B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0703710000020004", + "intro": "Impossible de retirer le filament 2 AMS D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0706730000020001", + "intro": "Impossible de retirer le filament 4 AMS G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1806700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1800720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1806720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706700000020001", + "intro": "Impossible de retirer le filament 1 AMS G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1800700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0707720000020001", + "intro": "Impossible de retirer le filament 3 AMS H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0702720000020002", + "intro": "Impossible d'introduire le filament 3 AMS C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0704710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1806720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1807700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1804730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1807730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0705730000020001", + "intro": "Impossible de retirer le filament 4 AMS F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0704720000020004", + "intro": "Impossible de retirer le filament 3 AMS E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0704710000020004", + "intro": "Impossible de retirer le filament 2 AMS E de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0706710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0707700000020001", + "intro": "Impossible de retirer le filament 1 AMS H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1807700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0706730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1805720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0701730000020001", + "intro": "Impossible de retirer le filament 4 AMS B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0700710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1803730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1804700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0703700000020001", + "intro": "Impossible de retirer le filament 1 AMS D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0701710000020001", + "intro": "Impossible de retirer le filament 2 AMS B de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802700000020002", + "intro": "Impossible d'introduire le filament 1 AMS HT C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0706700000020002", + "intro": "Impossible d'introduire le filament 1 AMS G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705700000020002", + "intro": "Impossible d'introduire le filament 1 AMS F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT G. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0703720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0700010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS A n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0702010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS C n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0701010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS B n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0703010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS D n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1800010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT A n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1803010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT D n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1805010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT F n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1802010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT C n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS F n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1801010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT B n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0706010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS G n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT G n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0707010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS H n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1804010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT E n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1807010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS HT H n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0704010000010005", + "intro": "Le capteur de courant du moteur d'assistance de l'AMS E n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0701710000020004", + "intro": "Impossible de retirer le filament 2 AMS B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0706710000020001", + "intro": "Impossible de retirer le filament 2 AMS G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0701730000020004", + "intro": "Impossible de retirer le filament 4 AMS B de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703730000020001", + "intro": "Impossible de retirer le filament 4 AMS D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS H. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1802700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS HT C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0703720000020004", + "intro": "Impossible de retirer le filament 3 AMS D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1804710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT E dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1804730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1800730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS HT A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0705720000020001", + "intro": "Impossible de retirer le filament 3 AMS F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1804730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0700730000020001", + "intro": "Impossible de retirer le filament 4 AMS A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1806710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0703730000020005", + "intro": "Impossible d'utiliser le filament 4 AMS D. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1803710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT D de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703730000020002", + "intro": "Impossible d'introduire le filament 4 AMS D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1803720000020001", + "intro": "Impossible de retirer le filament 3 AMS HT D de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0700700000020001", + "intro": "Impossible de retirer le filament 1 AMS A de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1802700000020004", + "intro": "Impossible de retirer le filament 1 AMS HT C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0706710000020002", + "intro": "Impossible d'introduire le filament 2 AMS G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0705730000020004", + "intro": "Impossible de retirer le filament 4 AMS F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0700710000020004", + "intro": "Impossible de retirer le filament 2 AMS A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1805710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT F de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1807730000020002", + "intro": "Impossible d'introduire le filament 4 AMS HT H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1804720000020005", + "intro": "Impossible d'utiliser le filament 3 AMS HT E. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "1805710000020004", + "intro": "Impossible de retirer le filament 2 AMS HT F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0707710000020002", + "intro": "Impossible d'introduire le filament 2 AMS H dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705720000020004", + "intro": "Impossible de retirer le filament 3 AMS F de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702700000020005", + "intro": "Impossible d'utiliser le filament 1 AMS C. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0700730000020002", + "intro": "Impossible d'introduire le filament 4 AMS A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1800730000020004", + "intro": "Impossible de retirer le filament 4 AMS HT A de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702730000020004", + "intro": "Impossible de retirer le filament 4 AMS C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701700000020002", + "intro": "Impossible d'introduire le filament 1 AMS B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702700000020002", + "intro": "Impossible d'introduire le filament 1 AMS C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806730000020001", + "intro": "Impossible de retirer le filament 4 AMS HT G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0702700000020001", + "intro": "Impossible de retirer le filament 1 AMS C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1800710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT A. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0702700000020004", + "intro": "Impossible de retirer le filament 1 AMS C de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0701730000020002", + "intro": "Impossible d'introduire le filament 4 AMS B dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0705710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS F. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0700700000020002", + "intro": "Impossible d'introduire le filament 1 AMS A dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806710000020002", + "intro": "Impossible d'introduire le filament 2 AMS HT G dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1801710000020005", + "intro": "Impossible d'utiliser le filament 2 AMS HT B. Coupez l'extrémité du filament et vérifiez si la bobine est coincée." + }, + { + "ecode": "0706730000020004", + "intro": "Impossible de retirer le filament 4 AMS G de la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0703720000020002", + "intro": "Impossible d'introduire le filament 3 AMS D dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1802720000020002", + "intro": "Impossible d'introduire le filament 3 AMS HT C dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "0702730000020001", + "intro": "Impossible de retirer le filament 4 AMS C de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0705710000020002", + "intro": "Impossible d'introduire le filament 2 AMS F dans la tête d'outil. Cause possible : filament ou bobine coincé." + }, + { + "ecode": "1806700000020001", + "intro": "Impossible de retirer le filament 1 AMS HT G de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0707730000020001", + "intro": "Impossible de retirer le filament 4 AMS H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "1807710000020001", + "intro": "Impossible de retirer le filament 2 AMS HT H de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0704700000020001", + "intro": "Impossible de retirer le filament 1 AMS E de la tête d'outil. Cause possible : extrudeur obstrué ou filament cassé à l'intérieur." + }, + { + "ecode": "0500030000010021", + "intro": "Matériel incompatible ; veuillez vérifier la caméra Toolhead." + }, + { + "ecode": "0C00010000020008", + "intro": "Impossible d’obtenir l’image de la caméra LiveView. La détection des spaghettis et de l'accumulation dans la goulotte à déchets n’est pas disponible pour le moment." + }, + { + "ecode": "0C00040000010012", + "intro": "La liaison de données de la caméra Live View est anormale." + }, + { + "ecode": "0C00040000020003", + "intro": "La plate-forme laser n'est pas correctement alignée. Assurez-vous que les quatre coins sont alignés avec le lit chauffant." + }, + { + "ecode": "0500060000020004", + "intro": "La caméra Live View n'est pas en place ; veuillez vérifier la connexion matérielle." + }, + { + "ecode": "0C00040000020002", + "intro": "Plateforme de découpe non détectée. Veuillez placer le tapis requis pour la tâche et continuer." + }, + { + "ecode": "0500060000020033", + "intro": "La caméra BirdsEye n'est pas connectée. Vérifiez le matériel et les connexions des câbles." + }, + { + "ecode": "0C00030000020016", + "intro": "La détection d'objets étrangers ne fonctionne pas et le numéro de série de la caméra Liveview ne peut pas être lu. Veuillez contacter l'équipe de support client." + }, + { + "ecode": "0500040000020031", + "intro": "Avant d'utiliser un module laser/découpe, la pose de la caméra BirdsEye doit être déterminée. Veuillez terminer la configuration pour calibrer la caméra." + }, + { + "ecode": "0703210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0703200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0702200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0703230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0C00040000020019", + "intro": "La caméra Birdseye est installée de manière décalée. Veuillez vous référer au guide pour la réinstaller." + }, + { + "ecode": "1804210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "03009E0000030001", + "intro": "Le niveau de détection de porte ouverte pour cette tâche d'impression sera défini sur « Notification »." + }, + { + "ecode": "0702210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "03009D0000020001", + "intro": "L'étalonnage du point focal XY du laser de gravure a échoué. Veuillez nettoyer la zone de visée du laser sur la plate-forme laser et réexécuter l'étalonnage du montage du module laser." + }, + { + "ecode": "0702230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0702220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0703220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806220000020007", + "intro": "Le capteur à effet Hall de sortie du filament 3 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705210000020007", + "intro": "Le capteur à effet Hall de sortie du filament 2 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803230000020007", + "intro": "Le capteur à effet Hall de sortie du filament 4 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706200000020007", + "intro": "Le capteur à effet Hall de sortie du filament 1 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "03009D0000020002", + "intro": "Le résultat de l'étalonnage du point focal XY du laser de gravure diffère considérablement des valeurs de conception. Veuillez réinstaller le module laser et réexécuter la configuration du module laser." + }, + { + "ecode": "0C00010000010011", + "intro": "L'étalonnage de la caméra Live View a échoué. Vérifiez si la caméra est correctement installée et assurez-vous que l'image de la caméra est claire et exempte de saleté. Après ces étapes, veuillez recalibrer." + }, + { + "ecode": "0500040000010052", + "intro": "La Clé de Sécurité n'est pas insérée. Veuillez suivre le Wiki pour l'installer." + }, + { + "ecode": "0500040000010051", + "intro": "Le bouton d'arrêt d'urgence n'est pas dans la bonne position. Veuillez suivre le Wiki pour l'installer." + }, + { + "ecode": "0300090000010001", + "intro": "Le servomoteur de l'extrudeur possède un circuit ouvert. La connexion est peut-être mal établie ou le moteur est peut-être en panne." + }, + { + "ecode": "0300090000010002", + "intro": "Le servomoteur de l'extrudeur présente un court-circuit. Elle a peut-être échoué." + }, + { + "ecode": "0300090000010003", + "intro": "La résistance du moteur E est anormale, le moteur est peut-être tombé en panne." + }, + { + "ecode": "0300160000010001", + "intro": "Le capteur de courant du servomoteur de l'extrudeur est anormal. Une défaillance du circuit d'échantillonnage matériel peut en être la cause." + }, + { + "ecode": "0300410000010001", + "intro": "La tension du système est instable et déclenche la fonction de protection contre les pannes de courant." + }, + { + "ecode": "1803240000010007", + "intro": "La détection de la porte de l'AMS HT D ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1806240000010007", + "intro": "La détection de la porte de l'AMS HT G ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1801240000010007", + "intro": "La détection de la porte de l'AMS HT B ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1805240000010007", + "intro": "La détection de la porte de l'AMS HT F ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1802240000010007", + "intro": "La détection de la porte de l'AMS HT C ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1804240000010007", + "intro": "La détection de la porte de l'AMS HT E ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1807240000010007", + "intro": "La détection de la porte de l'AMS HT H ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "1800240000010007", + "intro": "La détection de la porte de l'AMS HT A ne fonctionne pas correctement, la connexion du capteur Hall est peut-être mal branchée ou déconnectée." + }, + { + "ecode": "07FF700000020003", + "intro": "Le filament de l'extrudeur est épuisé ; veuillez introduire un nouveau filament." + }, + { + "ecode": "0300D00000010002", + "intro": "L'outil de coupe est tombé ; veuillez le réinstaller." + }, + { + "ecode": "0300D00000010001", + "intro": "Le support de coupe est tombé ; veuillez le réinstaller." + }, + { + "ecode": "0300280000010005", + "intro": "Le retour à l'origine de l'axe Z a échoué en mode découpe. Vérifiez s'il y a des corps étrangers dans la glissière de l'axe Z et dans la poulie synchrone de l'axe Z." + }, + { + "ecode": "18FF600000020001", + "intro": "La bobine externe peut être emmêlée ou coincée." + }, + { + "ecode": "07FF600000020001", + "intro": "La bobine externe peut être emmêlée ou coincée." + }, + { + "ecode": "0500030000020020", + "intro": "La capacité de la clé USB est insuffisante pour mettre en cache les fichiers d'impression." + }, + { + "ecode": "0702010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS C ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0703010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS D ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0705010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS F ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1802010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT C ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1806010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT G ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0704010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS E ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1800010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT A ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1805010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT F ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0701010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS B ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0700010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS Ane sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1801010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT B ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1807010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT H ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1804010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT E ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "1803010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS HT D ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0706010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS G ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0707010000020006", + "intro": "Les conducteurs triphasés du moteur d'assistance de l'AMS H ne sont pas connectés. Le moteur d'assistance pourrait avoir une mauvaise connexion." + }, + { + "ecode": "0500040000020036", + "intro": "Nouveau module de découpe connecté. Pour garantir une coupe plus précise, veuillez le configurer avant utilisation. (environ 3 minutes)" + }, + { + "ecode": "0500040000020035", + "intro": "Le module laser doit être calibré pour obtenir la position de mise au point. Veuillez effectuer un étalonnage de montage avant utilisation. (environ 2 minutes)" + }, + { + "ecode": "0300C30000010002", + "intro": "Mauvais fonctionnement du capteur de courant de l'interrupteur du Volet du Filtre : cela peut être dû à un circuit ouvert ou à un défaut du circuit d'échantillonnage du matériel." + }, + { + "ecode": "0300A10000010001", + "intro": "La température de la chambre est trop élevée. Veuillez ouvrir le capot supérieur et la porte avant pour refroidir." + }, + { + "ecode": "0500010000030005", + "intro": "Erreur liée à la clé USB : veuillez réinsérer, formater ou remplacer la clé USB." + }, + { + "ecode": "0500040000020038", + "intro": "Insérez le module de coupe et fixez le levier de dégagement rapide. S'il est déjà installé, le module n'est peut-être pas correctement aligné. Essayez de le réinstaller." + }, + { + "ecode": "0500010000020002", + "intro": "La caméra Live View n'est pas connectée. Vérifiez le matériel et les connexions des câbles." + }, + { + "ecode": "0500060000020034", + "intro": "La caméra Live View n'est pas connectée. Vérifiez le matériel et les connexions des câbles." + }, + { + "ecode": "0300D00000010003", + "intro": "Le câble du module de coupe s'est détaché ; veuillez vérifier la connexion du câble." + }, + { + "ecode": "1805200000020009", + "intro": "L’extrusion du filament 1 AMS-HT F a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1803200000020009", + "intro": "L’extrusion du filament 1 AMS-HT D a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1805210000020009", + "intro": "L’extrusion du filament 2 AMS-HT F a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1804210000020009", + "intro": "L’extrusion du filament 2 AMS-HT E a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1804220000020009", + "intro": "L’extrusion du filament 3 AMS-HT E a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1803210000020009", + "intro": "L’extrusion du filament 2 AMS-HT D a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1806230000020009", + "intro": "L’extrusion du filament 4 AMS-HT G a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1800220000020009", + "intro": "L’extrusion du filament 3 AMS-HT A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1807230000020009", + "intro": "L’extrusion du filament 4 AMS-HT H a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1802200000020009", + "intro": "L’extrusion du filament 1 AMS-HT C a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1801210000020009", + "intro": "L’extrusion du filament 2 AMS-HT B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1807210000020009", + "intro": "L’extrusion du filament 2 AMS-HT H a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1800210000020009", + "intro": "L’extrusion du filament 2 AMS-HT A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1802210000020009", + "intro": "L’extrusion du filament 2 AMS-HT C a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1806220000020009", + "intro": "L’extrusion du filament 3 AMS-HT G a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1806200000020009", + "intro": "L’extrusion du filament 1 AMS-HT G a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1804230000020009", + "intro": "L’extrusion du filament 4 AMS-HT E a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1801220000020009", + "intro": "L’extrusion du filament 3 AMS-HT B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1802220000020009", + "intro": "L’extrusion du filament 3 AMS-HT C a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1803230000020009", + "intro": "L’extrusion du filament 4 AMS-HT D a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1807200000020009", + "intro": "L’extrusion du filament 1 AMS-HT H a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1800230000020009", + "intro": "L’extrusion du filament 4 AMS-HT A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1806210000020009", + "intro": "L’extrusion du filament 2 AMS-HT G a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1805220000020009", + "intro": "L’extrusion du filament 3 AMS-HT F a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1807220000020009", + "intro": "L’extrusion du filament 3 AMS-HT H a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1803220000020009", + "intro": "L’extrusion du filament 3 AMS-HT D a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1805230000020009", + "intro": "L’extrusion du filament 4 AMS-HT F a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1804200000020009", + "intro": "L’extrusion du filament 1 AMS-HT E a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1801200000020009", + "intro": "L’extrusion du filament 1 AMS-HT B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1800200000020009", + "intro": "L’extrusion du filament 1 AMS-HT A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1802230000020009", + "intro": "L’extrusion du filament 4 AMS-HT C a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1801230000020009", + "intro": "L’extrusion du filament 4 AMS-HT B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0C0003000002000E", + "intro": "Votre buse semble être recouverte de matériau ou bouché." + }, + { + "ecode": "0703200000030001", + "intro": "Le filament 1 AMS D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1800220000020001", + "intro": "Le filament 3 AMS HT A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800200000030001", + "intro": "Le filament 1 AMS HT A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1801220000020004", + "intro": "Le filament 3 AMS HT B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0705200000030001", + "intro": "Le filament 1 AMS F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704200000020005", + "intro": "Le filament 1 AMS E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0701130000010001", + "intro": "Le moteur filament 4 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701200000020002", + "intro": "L'emplacement 1 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701200000020005", + "intro": "Le filament 1 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0702100000010001", + "intro": "Le moteur filament 1 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0702230000020002", + "intro": "L'emplacement 4 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703200000020005", + "intro": "Le filament 1 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703230000030001", + "intro": "Le filament 4 AMS D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0703200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800130000010001", + "intro": "Le moteur filament 4 AMS HT A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1800230000030002", + "intro": "Le filament 4 AMS HT A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804220000030001", + "intro": "Le filament 3 AMS HT E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1807100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1802220000020001", + "intro": "Le filament 3 AMS HT C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0705210000020005", + "intro": "Le filament 2 AMS F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705220000020002", + "intro": "L'emplacement 3 AMS F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806200000020004", + "intro": "Le filament 1 AMS HT G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1807230000020002", + "intro": "L'emplacement 4 AMS HT H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807210000020002", + "intro": "L'emplacement 2 AMS HT H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802560000030001", + "intro": "L'AMS HT C est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1807220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802220000020005", + "intro": "Le filament 3 AMS HT C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1803200000020003", + "intro": "Le filament 1 AMS HT D est peut être cassé dans l’AMS." + }, + { + "ecode": "1804130000010001", + "intro": "Le moteur filament 4 AMS HT E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1805120000010001", + "intro": "Le moteur filament 3 AMS HT F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0706210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806220000020005", + "intro": "Le filament 3 AMS HT G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705200000020002", + "intro": "L'emplacement 1 AMS F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806220000020001", + "intro": "Le filament 3 AMS HT G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707100000010001", + "intro": "Le moteur filament 1 AMS H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0704200000020004", + "intro": "Le filament 1 AMS E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1801130000010001", + "intro": "Le moteur filament 4 AMS HT B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1802110000020002", + "intro": "Le moteur de l'AMS-HT C filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1805200000030001", + "intro": "Le filament 1 AMS HT F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0705130000010001", + "intro": "Le moteur filament 4 AMS F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1806200000020001", + "intro": "Le filament 1 AMS HT G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802200000020003", + "intro": "Le filament 1 AMS HT C est peut être cassé dans l’AMS." + }, + { + "ecode": "0707210000020001", + "intro": "Le filament 2 AMS H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1804210000030001", + "intro": "Le filament 2 AMS HT E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1807220000020003", + "intro": "Le filament 3 AMS HT H est peut être cassé dans l’AMS." + }, + { + "ecode": "1804560000030001", + "intro": "L'AMS HT E est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "0707220000030001", + "intro": "Le filament 3 AMS H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0704100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807210000020004", + "intro": "Le filament 2 AMS HT H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1807300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0704310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0705210000020009", + "intro": "L’extrusion du filament 2 AMS F a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1804350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0707220000020009", + "intro": "L’extrusion du filament 2 AMS H a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0707300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0700120000020002", + "intro": "Le moteur de l'AMS A filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700220000030001", + "intro": "Le filament 3 AMS A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0700230000030001", + "intro": "Le filament 4 AMS A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0701100000010001", + "intro": "Le moteur filament 1 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0701220000030002", + "intro": "Le filament 3 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702130000010001", + "intro": "Le moteur filament 4 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0702220000030001", + "intro": "Le filament 3 AMS C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0703120000020002", + "intro": "Le moteur de l'AMS D filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703130000020002", + "intro": "Le moteur de l'AMS D filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703210000020003", + "intro": "Le filament 2 AMS D pourrait être cassé dans l'AMS." + }, + { + "ecode": "0703220000020001", + "intro": "Le filament 3 AMS D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801220000020001", + "intro": "Le filament 3 AMS HT B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805220000030002", + "intro": "Le filament 3 AMS HT F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0705210000030002", + "intro": "Le filament 2 AMS F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0705210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803200000020005", + "intro": "Le filament 1 AMS HT D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1805210000020003", + "intro": "Le filament 2 AMS HT F est peut être cassé dans l’AMS." + }, + { + "ecode": "0707220000020005", + "intro": "Le filament 3 AMS H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801120000020002", + "intro": "Le moteur de l'AMS-HT B filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1807230000020001", + "intro": "Le filament 4 AMS HT H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802220000020003", + "intro": "Le filament 3 AMS HT C est peut être cassé dans l’AMS." + }, + { + "ecode": "1800220000030001", + "intro": "Le filament 3 AMS HT A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1807210000020001", + "intro": "Le filament 2 AMS HT H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805220000030001", + "intro": "Le filament 3 AMS HT F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1803210000020004", + "intro": "Le filament 2 AMS HT D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0707560000030001", + "intro": "L'AMS H est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1801230000030001", + "intro": "Le filament 4 AMS HT B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0706130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807220000020004", + "intro": "Le filament 3 AMS HT H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1804110000010001", + "intro": "Le moteur filament 2 AMS HT E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1803230000020005", + "intro": "Le filament 4 AMS HT D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0707230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704130000010001", + "intro": "Le moteur filament 4 AMS E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801200000030002", + "intro": "Le filament 1 AMS HT B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0700220000020004", + "intro": "Le filament 3 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0701220000020001", + "intro": "Le filament 3 AMS B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702230000020005", + "intro": "Le filament 4 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703210000020001", + "intro": "Le filament 2 AMS D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703220000020005", + "intro": "Le filament 3 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703220000030001", + "intro": "Le filament 3 AMS D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1806230000030002", + "intro": "Le filament 4 AMS HT G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1806110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1805130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1802110000010001", + "intro": "Le moteur filament 2 AMS HT C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801130000020002", + "intro": "Le moteur de l'AMS-HT B filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1803120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1803130000020002", + "intro": "Le moteur de l'AMS-HT D filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1807110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1802210000020003", + "intro": "Le filament 2 AMS HT C est peut être cassé dans l’AMS." + }, + { + "ecode": "0705200000020004", + "intro": "Le filament 1 AMS F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1800210000030002", + "intro": "Le filament 2 AMS HT A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0703560000030001", + "intro": "L'AMS D est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1806200000020003", + "intro": "Le filament 1 AMS HT G est peut être cassé dans l’AMS." + }, + { + "ecode": "0704210000020003", + "intro": "Le filament 2 AMS E pourrait être cassé dans l'AMS." + }, + { + "ecode": "1807200000020004", + "intro": "Le filament 1 AMS HT H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1804230000030001", + "intro": "Le filament 4 AMS HT E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704110000010001", + "intro": "Le moteur filament 2 AMS E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1800210000020004", + "intro": "Le filament 2 AMS HT A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0704210000030001", + "intro": "Le filament 2 AMS E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0706130000020002", + "intro": "Le moteur de l'AMS G filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804210000020003", + "intro": "Le filament 2 AMS HT E est peut être cassé dans l’AMS." + }, + { + "ecode": "1806210000020002", + "intro": "L'emplacement 2 AMS HT G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805210000020001", + "intro": "Le filament 2 AMS HT F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706110000010001", + "intro": "Le moteur filament 2 AMS G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807200000020003", + "intro": "Le filament 1 AMS HT H est peut être cassé dans l’AMS." + }, + { + "ecode": "0706130000010001", + "intro": "Le moteur filament 4 AMS G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1802210000030002", + "intro": "Le filament 2 AMS HT C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807130000020002", + "intro": "Le moteur de l'AMS-HT H filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800400000020004", + "intro": "Le signal du tampon du filament est anormal ; le ressort est peut-être bloqué ou le filament est peut-être emmêlé." + }, + { + "ecode": "0704200000020009", + "intro": "L’extrusion du filament 1 AMS E a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1806300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0704310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1800310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0705310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1807310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1806350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0700220000020002", + "intro": "L'emplacement 3 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701200000020004", + "intro": "Le filament 1 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0701230000030001", + "intro": "Le filament 4 AMS B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0702200000020002", + "intro": "L'emplacement 1 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702210000020001", + "intro": "Le filament 2 AMS C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702210000030001", + "intro": "Le filament 2 AMS C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0703110000010001", + "intro": "Le moteur filament 2 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0703130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703230000020001", + "intro": "Le filament 4 AMS D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703230000020002", + "intro": "L'emplacement 4 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707200000030001", + "intro": "Le filament 1 AMS H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704220000020005", + "intro": "Le filament 3 AMS E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705210000020001", + "intro": "Le filament 2 AMS F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802100000020002", + "intro": "Le moteur de l'AMS-HT C filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1805130000010001", + "intro": "Le moteur filament 4 AMS HT F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0707230000030002", + "intro": "Le filament 4 AMS H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0705100000020002", + "intro": "Le moteur de l'AMS F filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707220000020002", + "intro": "L'emplacement 3 AMS H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704130000020002", + "intro": "Le moteur de l'AMS E filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1803230000030001", + "intro": "Le filament 4 AMS HT D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1801220000020002", + "intro": "L'emplacement 3 AMS HT B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704230000020003", + "intro": "Le filament 4 AMS E pourrait être cassé dans l'AMS." + }, + { + "ecode": "0706230000030001", + "intro": "Le filament 4 AMS G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0705210000020004", + "intro": "Le filament 2 AMS F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806200000030002", + "intro": "Le filament 1 AMS HT G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0704220000020001", + "intro": "Le filament 3 AMS E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803120000010001", + "intro": "Le moteur filament 3 AMS HT D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1803210000020003", + "intro": "Le filament 2 AMS HT D est peut être cassé dans l’AMS." + }, + { + "ecode": "0706210000020004", + "intro": "Le filament 2 AMS G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0707120000010001", + "intro": "Le moteur filament 3 AMS H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801120000010001", + "intro": "Le moteur filament 3 AMS HT B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801210000020002", + "intro": "L'emplacement 2 AMS HT B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805200000030002", + "intro": "Le filament 1 AMS HT F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1800230000020004", + "intro": "Le filament 4 AMS HT A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1800230000020005", + "intro": "Le filament 4 AMS HT A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706200000020003", + "intro": "Le filament 1 AMS G pourrait être cassé dans l'AMS." + }, + { + "ecode": "1802230000020003", + "intro": "Le filament 4 AMS HT C est peut être cassé dans l’AMS." + }, + { + "ecode": "0705200000020001", + "intro": "Le filament 1 AMS F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807230000020005", + "intro": "Le filament 4 AMS HT H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1805560000030001", + "intro": "L'AMS HT F est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1805210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805210000030002", + "intro": "Le filament 2 AMS HT F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1803230000020004", + "intro": "Le filament 4 AMS HT D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0707200000020003", + "intro": "Le filament 1 AMS H pourrait être cassé dans l'AMS." + }, + { + "ecode": "0706230000020001", + "intro": "Le filament 4 AMS G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1800220000030002", + "intro": "Le filament 3 AMS HT A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1806560000030001", + "intro": "L'AMS HT G est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "0701230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0700110000020002", + "intro": "Le moteur de l'AMS A filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700200000020003", + "intro": "Le filament 1 AMS A pourrait être cassé dans l'AMS." + }, + { + "ecode": "0700200000020004", + "intro": "Le filament 1 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0700210000020001", + "intro": "Le filament 2 AMS A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701100000020002", + "intro": "Le moteur de l'AMS B filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0701110000020002", + "intro": "Le moteur de l'AMS B filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0701130000020002", + "intro": "Le moteur de l'AMS B filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0701200000030001", + "intro": "Le filament 1 AMS B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0701230000030002", + "intro": "Le filament 4 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702200000020001", + "intro": "Le filament 1 AMS C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703200000020001", + "intro": "Le filament 1 AMS D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703210000030002", + "intro": "Le filament 2 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0703230000030002", + "intro": "Le filament 4 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1801220000030002", + "intro": "Le filament 3 AMS HT B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1802220000020004", + "intro": "Le filament 3 AMS HT C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1804120000010001", + "intro": "Le moteur filament 3 AMS HT E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1806210000030001", + "intro": "Le filament 2 AMS HT G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1801210000030002", + "intro": "Le filament 2 AMS HT B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1802200000020005", + "intro": "Le filament 1 AMS HT C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1807110000020002", + "intro": "Le moteur de l'AMS-HT H filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0707100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706230000020004", + "intro": "Le filament 4 AMS G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0705220000020004", + "intro": "Le filament 3 AMS F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806210000020004", + "intro": "Le filament 2 AMS HT G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803200000020001", + "intro": "Le filament 1 AMS HT D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800120000020002", + "intro": "Le moteur de l'AMS-HT A filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1802210000020004", + "intro": "Le filament 2 AMS HT C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1800220000020002", + "intro": "L'emplacement 3 AMS HT A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706210000020002", + "intro": "L'emplacement 2 AMS G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801220000020005", + "intro": "Le filament 3 AMS HT B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1800200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806220000030002", + "intro": "Le filament 3 AMS HT G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1802200000020002", + "intro": "L'emplacement 1 AMS HT C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706220000020004", + "intro": "Le filament 3 AMS G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706220000020002", + "intro": "L'emplacement 3 AMS G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1805230000020005", + "intro": "Le filament 4 AMS HT F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1804110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1806220000030001", + "intro": "Le filament 3 AMS HT G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704230000030002", + "intro": "Le filament 4 AMS E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804200000020005", + "intro": "Le filament 1 AMS HT E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801230000020005", + "intro": "Le filament 4 AMS HT B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1800300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1804310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0705200000020009", + "intro": "L’extrusion du filament 1 AMS F a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "18FF200000020002", + "intro": "Le filament externe est manquant, veuillez charger un nouveau filament." + }, + { + "ecode": "1807350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0705300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "18FF200000020001", + "intro": "Le filament externe est épuisé ; veuillez en charger un nouveau." + }, + { + "ecode": "1800450000020001", + "intro": "Le capteur du coupe-filament ne fonctionne pas correctement. Vérifiez si le connecteur est correctement branché." + }, + { + "ecode": "1805310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0704230000020009", + "intro": "L’extrusion du filament 4 AMS E a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0707350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0700110000010001", + "intro": "Le moteur filament 2 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701120000020002", + "intro": "Le moteur de l'AMS B filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0701200000020001", + "intro": "Le filament 1 AMS B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702200000020003", + "intro": "Le filament 1 AMS C pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702210000020005", + "intro": "Le filament 2 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703210000020002", + "intro": "L'emplacement 2 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801210000020001", + "intro": "Le filament 2 AMS HT B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700560000030001", + "intro": "L'AMS A est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1805120000020002", + "intro": "Le moteur de l'AMS-HT F filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1806210000030002", + "intro": "Le filament 2 AMS HT G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0707220000020004", + "intro": "Le filament 3 AMS H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0704120000010001", + "intro": "Le moteur filament 3 AMS E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0704210000020001", + "intro": "Le filament 2 AMS E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802130000010001", + "intro": "Le moteur filament 4 AMS HT C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1806230000030001", + "intro": "Le filament 4 AMS HT G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0707230000030001", + "intro": "Le filament 4 AMS H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1800130000020002", + "intro": "Le moteur de l'AMS-HT A filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1803200000020004", + "intro": "Le filament 1 AMS HT D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1800230000020002", + "intro": "L'emplacement 4 AMS HT A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801100000010001", + "intro": "Le moteur filament 1 AMS HT B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807100000020002", + "intro": "Le moteur de l'AMS-HT H filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0707200000020002", + "intro": "L'emplacement 1 AMS H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801230000020001", + "intro": "Le filament 4 AMS HT B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805230000030002", + "intro": "Le filament 4 AMS HT F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804200000020004", + "intro": "Le filament 1 AMS HT E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1802120000020002", + "intro": "Le moteur de l'AMS-HT C filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705120000020002", + "intro": "Le moteur de l'AMS F filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1805110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807220000030002", + "intro": "Le filament 3 AMS HT H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807230000030002", + "intro": "Le filament 4 AMS HT H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0700210000020003", + "intro": "Le filament 2 AMS A pourrait être cassé dans l'AMS." + }, + { + "ecode": "0700230000020003", + "intro": "Le filament 4 AMS A pourrait être cassé dans l'AMS." + }, + { + "ecode": "0701200000030002", + "intro": "Le filament 1 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703220000020003", + "intro": "Le filament 3 AMS D pourrait être cassé dans l'AMS." + }, + { + "ecode": "1803120000020002", + "intro": "Le moteur de l'AMS-HT D filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1801110000010001", + "intro": "Le moteur filament 2 AMS HT B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0706220000020001", + "intro": "Le filament 3 AMS G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803230000020002", + "intro": "L'emplacement 4 AMS HT D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706220000020005", + "intro": "Le filament 3 AMS G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806110000010001", + "intro": "Le moteur filament 2 AMS HT G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1802220000030002", + "intro": "Le filament 3 AMS HT C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0707200000020004", + "intro": "Le filament 1 AMS H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803230000020001", + "intro": "Le filament 4 AMS HT D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1801210000020003", + "intro": "Le filament 2 AMS HT B est peut être cassé dans l’AMS." + }, + { + "ecode": "0705130000020002", + "intro": "Le moteur de l'AMS F filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1803220000030002", + "intro": "Le filament 3 AMS HT D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805230000020002", + "intro": "L'emplacement 4 AMS HT F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805200000020003", + "intro": "Le filament 1 AMS HT F est peut être cassé dans l’AMS." + }, + { + "ecode": "1800200000020004", + "intro": "Le filament 1 AMS HT A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803200000020002", + "intro": "L'emplacement 1 AMS HT D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0704110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804110000020002", + "intro": "Le moteur de l'AMS-HT E filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1805130000020002", + "intro": "Le moteur de l'AMS-HT F filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804130000020002", + "intro": "Le moteur de l'AMS-HT E filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800220000020003", + "intro": "Le filament 3 AMS HT A est peut être cassé dans l’AMS." + }, + { + "ecode": "0706210000020001", + "intro": "Le filament 2 AMS G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0705220000020005", + "intro": "Le filament 3 AMS F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0707220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801210000020004", + "intro": "Le filament 2 AMS HT B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0706300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1800450000020002", + "intro": "La distance de coupe du coupe-filament est trop grande. Le moteur XY peut perdre des pas." + }, + { + "ecode": "1802300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1802310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1806310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1802300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0705230000020009", + "intro": "L’extrusion du filament 4 AMS F a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0707310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0700100000010001", + "intro": "Le moteur filament 1 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0700100000020002", + "intro": "Le moteur de l'AMS A filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700120000010001", + "intro": "Le moteur filament 3 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0700130000010001", + "intro": "Le moteur filament 4 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0702110000020002", + "intro": "Le moteur de l'AMS C filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0702210000020004", + "intro": "Le filament 2 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0702220000020004", + "intro": "Le filament 3 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0702220000030002", + "intro": "Le filament 3 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805210000020005", + "intro": "Le filament 2 AMS HT F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802200000030002", + "intro": "Le filament 1 AMS HT C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705230000020002", + "intro": "L'emplacement 4 AMS F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800200000020005", + "intro": "Le filament 1 AMS HT A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1805220000020002", + "intro": "L'emplacement 3 AMS HT F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707220000020001", + "intro": "Le filament 3 AMS H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706200000020002", + "intro": "L'emplacement 1 AMS G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807230000030001", + "intro": "Le filament 4 AMS HT H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0707230000020002", + "intro": "L'emplacement 4 AMS H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707220000030002", + "intro": "Le filament 3 AMS H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0705100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1803210000020005", + "intro": "Le filament 2 AMS HT D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1805210000020004", + "intro": "Le filament 2 AMS HT F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1800210000020001", + "intro": "Le filament 2 AMS HT A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803210000030001", + "intro": "Le filament 2 AMS HT D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704200000020002", + "intro": "L'emplacement 1 AMS E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804210000030002", + "intro": "Le filament 2 AMS HT E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1800200000030002", + "intro": "Le filament 1 AMS HT A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0705220000030002", + "intro": "Le filament 3 AMS F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1802210000030001", + "intro": "Le filament 2 AMS HT C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1806230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805220000020001", + "intro": "Le filament 3 AMS HT F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802200000020001", + "intro": "Le filament 1 AMS HT C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700200000020001", + "intro": "Le filament 1 AMS A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700210000030002", + "intro": "Le filament 2 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0701110000010001", + "intro": "Le moteur filament 2 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0702230000020003", + "intro": "Le filament 4 AMS C pourrait être cassé dans l'AMS." + }, + { + "ecode": "0704100000020002", + "intro": "Le moteur de l'AMS E filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1807200000020001", + "intro": "Le filament 1 AMS HT H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704560000030001", + "intro": "L'AMS E est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1804230000030002", + "intro": "Le filament 4 AMS HT E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1803110000020002", + "intro": "Le moteur de l'AMS-HT D filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705110000010001", + "intro": "Le moteur filament 2 AMS F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807210000020005", + "intro": "Le filament 2 AMS HT H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1803220000020001", + "intro": "Le filament 3 AMS HT D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800230000030001", + "intro": "Le filament 4 AMS HT A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1800120000010001", + "intro": "Le moteur filament 3 AMS HT A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707120000020002", + "intro": "Le moteur de l'AMS H filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1805220000020004", + "intro": "Le filament 3 AMS HT F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1807110000010001", + "intro": "Le moteur filament 2 AMS HT H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801560000030001", + "intro": "L'AMS HT B est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "0706200000030001", + "intro": "Le filament 1 AMS G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1807210000030001", + "intro": "Le filament 2 AMS HT H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1804200000020001", + "intro": "Le filament 1 AMS HT E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1804200000030002", + "intro": "Le filament 1 AMS HT E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0706220000030001", + "intro": "Le filament 3 AMS G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1804220000020003", + "intro": "Le filament 3 AMS HT E est peut être cassé dans l’AMS." + }, + { + "ecode": "0706230000020009", + "intro": "L’extrusion du filament 4 AMS G a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1804300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1802350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "18FF200000020004", + "intro": "Veuillez retirer le filament externe de l'extrudeur." + }, + { + "ecode": "0705350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0706210000020009", + "intro": "L’extrusion du filament 2 AMS G a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1801310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1805350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "18FF450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "0707300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1800300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0701200000020003", + "intro": "Le filament 1 AMS B pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702200000020004", + "intro": "Le filament 1 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0703100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703120000010001", + "intro": "Le moteur filament 3 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0703230000020003", + "intro": "Le filament 4 AMS D pourrait être cassé dans l'AMS." + }, + { + "ecode": "0705230000020004", + "intro": "Le filament 4 AMS F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1800220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1806200000020002", + "intro": "L'emplacement 1 AMS HT G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707220000020003", + "intro": "Le filament 3 AMS H pourrait être cassé dans l'AMS." + }, + { + "ecode": "0706100000020002", + "intro": "Le moteur de l'AMS G filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704210000020004", + "intro": "Le filament 2 AMS E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706220000020003", + "intro": "Le filament 3 AMS G pourrait être cassé dans l'AMS." + }, + { + "ecode": "0705220000030001", + "intro": "Le filament 3 AMS F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0707210000030001", + "intro": "Le filament 2 AMS H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1806230000020003", + "intro": "Le filament 4 AMS HT G est peut être cassé dans l’AMS." + }, + { + "ecode": "1806230000020005", + "intro": "Le filament 4 AMS HT G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1804100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805200000020004", + "intro": "Le filament 1 AMS HT F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1802220000030001", + "intro": "Le filament 3 AMS HT C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1804220000020002", + "intro": "L'emplacement 3 AMS HT E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704120000020002", + "intro": "Le moteur de l'AMS E filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705120000010001", + "intro": "Le moteur filament 3 AMS F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1800100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1801200000020001", + "intro": "Le filament 1 AMS HT B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804220000030002", + "intro": "Le filament 3 AMS HT E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0706110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0707120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807200000030001", + "intro": "Le filament 1 AMS HT H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1806200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705100000010001", + "intro": "Le moteur filament 1 AMS F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1804230000020002", + "intro": "L'emplacement 4 AMS HT E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700130000020002", + "intro": "Le moteur de l'AMS A filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700220000020005", + "intro": "Le filament 3 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0700230000020001", + "intro": "Le filament 4 AMS A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701210000020001", + "intro": "Le filament 2 AMS B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701220000030001", + "intro": "Le filament 3 AMS B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0701230000020003", + "intro": "Le filament 4 AMS B pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702200000030002", + "intro": "Le filament 1 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702230000020001", + "intro": "Le filament 4 AMS C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702230000020004", + "intro": "Le filament 4 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0703100000010001", + "intro": "Le moteur filament 1 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0703200000030002", + "intro": "Le filament 1 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0703230000020004", + "intro": "Le filament 4 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0703230000020005", + "intro": "Le filament 4 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802220000020002", + "intro": "L'emplacement 3 AMS HT C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803100000020002", + "intro": "Le moteur de l'AMS-HT D filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1803210000020001", + "intro": "Le filament 2 AMS HT D est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800220000020005", + "intro": "Le filament 3 AMS HT A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0707130000020002", + "intro": "Le moteur de l'AMS H filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804200000020002", + "intro": "L'emplacement 1 AMS HT E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806210000020005", + "intro": "Le filament 2 AMS HT G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801110000020002", + "intro": "Le moteur de l'AMS-HT B filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1801230000020003", + "intro": "Le filament 4 AMS HT B est peut être cassé dans l’AMS." + }, + { + "ecode": "1803220000030001", + "intro": "Le filament 3 AMS HT D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1807560000030001", + "intro": "L'AMS HT H est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "0706110000020002", + "intro": "Le moteur de l'AMS G filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0706230000020005", + "intro": "Le filament 4 AMS G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804220000020005", + "intro": "Le filament 3 AMS HT E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801200000020002", + "intro": "L'emplacement 1 AMS HT B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804230000020004", + "intro": "Le filament 4 AMS HT E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706200000020001", + "intro": "Le filament 1 AMS G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803200000030001", + "intro": "Le filament 1 AMS HT D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0706120000010001", + "intro": "Le moteur filament 3 AMS G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1806230000020001", + "intro": "Le filament 4 AMS HT G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802230000030001", + "intro": "Le filament 4 AMS HT C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0706230000030002", + "intro": "Le filament 4 AMS G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1803310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1805300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0706310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1802310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0704350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0707210000020009", + "intro": "L’extrusion du filament 2 AMS H a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "18FE450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "0701210000020005", + "intro": "Le filament 2 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0701210000030002", + "intro": "Le filament 2 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0701220000020002", + "intro": "L'emplacement 3 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701230000020001", + "intro": "Le filament 4 AMS B est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701230000020005", + "intro": "Le filament 4 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0702220000020002", + "intro": "L'emplacement 3 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702230000030001", + "intro": "Le filament 4 AMS C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0703200000020003", + "intro": "Le filament 1 AMS D pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707130000010001", + "intro": "Le moteur filament 4 AMS H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807200000020005", + "intro": "Le filament 1 AMS HT H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0704220000020003", + "intro": "Le filament 3 AMS E pourrait être cassé dans l'AMS." + }, + { + "ecode": "0704210000020002", + "intro": "L'emplacement 2 AMS E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805200000020005", + "intro": "Le filament 1 AMS HT F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706200000030002", + "intro": "Le filament 1 AMS G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0704130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706560000030001", + "intro": "L'AMS G est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1806120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705230000020005", + "intro": "Le filament 4 AMS F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0706120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1801230000030002", + "intro": "Le filament 4 AMS HT B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807220000020002", + "intro": "L'emplacement 3 AMS HT H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707210000020003", + "intro": "Le filament 2 AMS H pourrait être cassé dans l'AMS." + }, + { + "ecode": "1802230000020002", + "intro": "L'emplacement 4 AMS HT C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806120000010001", + "intro": "Le moteur filament 3 AMS HT G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0704230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT F est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1805220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800100000010001", + "intro": "Le moteur filament 1 AMS HT A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0705230000020003", + "intro": "Le filament 4 AMS F pourrait être cassé dans l'AMS." + }, + { + "ecode": "0707110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705210000020002", + "intro": "L'emplacement 2 AMS F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800210000020002", + "intro": "L'emplacement 2 AMS HT A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806110000020002", + "intro": "Le moteur de l'AMS-HT G filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1806130000020002", + "intro": "Le moteur de l'AMS-HT G filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800230000020001", + "intro": "Le filament 4 AMS HT A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700200000030002", + "intro": "Le filament 1 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0700210000020004", + "intro": "Le filament 2 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0700210000030001", + "intro": "Le filament 2 AMS A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0700220000020003", + "intro": "Le filament 3 AMS A pourrait être cassé dans l'AMS." + }, + { + "ecode": "0700230000020002", + "intro": "L'emplacement 4 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0701210000020002", + "intro": "L'emplacement 2 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703100000020002", + "intro": "Le moteur de l'AMS D filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703220000020004", + "intro": "Le filament 3 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1801200000020004", + "intro": "Le filament 1 AMS HT B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS G est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804230000020001", + "intro": "Le filament 4 AMS HT E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803220000020004", + "intro": "Le filament 3 AMS HT D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1802100000010001", + "intro": "Le moteur filament 1 AMS HT C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0706210000020003", + "intro": "Le filament 2 AMS G pourrait être cassé dans l'AMS." + }, + { + "ecode": "0704200000020001", + "intro": "Le filament 1 AMS E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801200000030001", + "intro": "Le filament 1 AMS HT B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1805230000020001", + "intro": "Le filament 4 AMS HT F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1806230000020004", + "intro": "Le filament 4 AMS HT G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706210000030002", + "intro": "Le filament 2 AMS G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1806100000020002", + "intro": "Le moteur de l'AMS-HT G filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1801130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807220000030001", + "intro": "Le filament 3 AMS HT H est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1804210000020005", + "intro": "Le filament 2 AMS HT E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1804220000020004", + "intro": "Le filament 3 AMS HT E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0704100000010001", + "intro": "Le moteur filament 1 AMS E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0704210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706120000020002", + "intro": "Le moteur de l'AMS G filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1802230000020004", + "intro": "Le filament 4 AMS HT C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0707110000020002", + "intro": "Le moteur de l'AMS H filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704220000020004", + "intro": "Le filament 3 AMS E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706100000010001", + "intro": "Le moteur filament 1 AMS G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1800210000020003", + "intro": "Le filament 2 AMS HT A est peut être cassé dans l’AMS." + }, + { + "ecode": "1800110000020002", + "intro": "Le moteur de l'AMS-HT A filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1807230000020004", + "intro": "Le filament 4 AMS HT H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0704230000020001", + "intro": "Le filament 4 AMS E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704210000020005", + "intro": "Le filament 2 AMS E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1803130000010001", + "intro": "Le moteur filament 4 AMS HT D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1805300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0704300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0707230000020009", + "intro": "L’extrusion du filament 4 AMS H a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1803300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1804310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1800310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "1803350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0704210000020009", + "intro": "L’extrusion du filament 2 AMS E a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1801300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0700200000020002", + "intro": "L'emplacement 1 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700230000020004", + "intro": "Le filament 4 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0700230000020005", + "intro": "Le filament 4 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0701220000020005", + "intro": "Le filament 3 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0702120000010001", + "intro": "Le moteur filament 3 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0702210000020002", + "intro": "L'emplacement 2 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703220000030002", + "intro": "Le filament 3 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1803230000030002", + "intro": "Le filament 4 AMS HT D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807200000020002", + "intro": "L'emplacement 1 AMS HT H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805230000020004", + "intro": "Le filament 4 AMS HT F pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1807230000020003", + "intro": "Le filament 4 AMS HT H est peut être cassé dans l’AMS." + }, + { + "ecode": "1804120000020002", + "intro": "Le moteur de l'AMS-HT E filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803220000020002", + "intro": "L'emplacement 3 AMS HT D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807220000020001", + "intro": "Le filament 3 AMS HT H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805220000020003", + "intro": "Le filament 3 AMS HT F est peut être cassé dans l’AMS." + }, + { + "ecode": "1800230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707230000020005", + "intro": "Le filament 4 AMS H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0707200000020005", + "intro": "Le filament 1 AMS H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802230000030002", + "intro": "Le filament 4 AMS HT C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805200000020002", + "intro": "L'emplacement 1 AMS HT F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801200000020005", + "intro": "Le filament 1 AMS HT B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705210000020003", + "intro": "Le filament 2 AMS F pourrait être cassé dans l'AMS." + }, + { + "ecode": "0705210000030001", + "intro": "Le filament 2 AMS F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0705220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802120000010001", + "intro": "Le moteur filament 3 AMS HT C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1801220000020003", + "intro": "Le filament 3 AMS HT B est peut être cassé dans l’AMS." + }, + { + "ecode": "0707210000020005", + "intro": "Le filament 2 AMS H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0700120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0700200000030001", + "intro": "Le filament 1 AMS A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0700210000020005", + "intro": "Le filament 2 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0700230000030002", + "intro": "Le filament 4 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0701220000020003", + "intro": "Le filament 3 AMS B pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702220000020001", + "intro": "Le filament 3 AMS C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702220000020003", + "intro": "Le filament 3 AMS C pourrait être cassé dans l'AMS." + }, + { + "ecode": "0703120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1801100000020002", + "intro": "Le moteur de l'AMS-HT B filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1806100000010001", + "intro": "Le moteur filament 1 AMS HT G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1805110000010001", + "intro": "Le moteur filament 2 AMS HT F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1803110000010001", + "intro": "Le moteur filament 2 AMS HT D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807120000020002", + "intro": "Le moteur de l'AMS-HT H filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0707200000030002", + "intro": "Le filament 1 AMS H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1803230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804200000020003", + "intro": "Le filament 1 AMS HT E est peut être cassé dans l’AMS." + }, + { + "ecode": "1807220000020005", + "intro": "Le filament 3 AMS HT H est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806220000020002", + "intro": "L'emplacement 3 AMS HT G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807130000010001", + "intro": "Le moteur filament 4 AMS HT H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0707230000020001", + "intro": "Le filament 4 AMS H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802210000020001", + "intro": "Le filament 2 AMS HT C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707210000020002", + "intro": "L'emplacement 2 AMS H est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704200000030002", + "intro": "Le filament 1 AMS E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1804210000020002", + "intro": "L'emplacement 2 AMS HT E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0705220000020001", + "intro": "Le filament 3 AMS F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1800200000020003", + "intro": "Le filament 1 AMS HT A est peut être cassé dans l’AMS." + }, + { + "ecode": "1805230000020003", + "intro": "Le filament 4 AMS HT F est peut être cassé dans l’AMS." + }, + { + "ecode": "1802230000020001", + "intro": "Le filament 4 AMS HT C est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1804230000020003", + "intro": "Le filament 4 AMS HT E est peut être cassé dans l’AMS." + }, + { + "ecode": "0704300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0704220000020009", + "intro": "L’extrusion du filament 3 AMS E a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1801350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0706310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1800350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "1806300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0707310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0705300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0707200000020009", + "intro": "L’extrusion du filament 1 AMS H a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1801300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0706220000020009", + "intro": "L’extrusion du filament 3 AMS G a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1800400000020003", + "intro": "La communication du concentrateur AMS est anormale, le câble n'est peut-être pas bien connecté." + }, + { + "ecode": "0706350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0705310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0700200000020005", + "intro": "Le filament 1 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0700220000030002", + "intro": "Le filament 3 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0701220000020004", + "intro": "Le filament 3 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0701230000020004", + "intro": "Le filament 4 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0702130000020002", + "intro": "Le moteur de l'AMS C filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0702200000020005", + "intro": "Le filament 1 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801210000020005", + "intro": "Le filament 2 AMS HT B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1801210000030001", + "intro": "Le filament 2 AMS HT B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1804220000020001", + "intro": "Le filament 3 AMS HT E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803560000030001", + "intro": "L'AMS HT D est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1805100000020002", + "intro": "Le moteur de l'AMS-HT F filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704220000020002", + "intro": "L'emplacement 3 AMS E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0704210000030002", + "intro": "Le filament 2 AMS E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1801120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1803220000020005", + "intro": "Le filament 3 AMS HT D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802200000020004", + "intro": "Le filament 1 AMS HT C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0706200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807100000010001", + "intro": "Le moteur filament 1 AMS HT H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1804100000020002", + "intro": "Le moteur de l'AMS-HT E filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804100000010001", + "intro": "Le moteur filament 1 AMS HT E a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807120000010001", + "intro": "Le moteur filament 3 AMS HT H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0705200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704230000030001", + "intro": "Le filament 4 AMS E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704220000030001", + "intro": "Le filament 3 AMS E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0701560000030001", + "intro": "L'AMS B est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1806200000030001", + "intro": "Le filament 1 AMS HT G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704200000020003", + "intro": "Le filament 1 AMS E pourrait être cassé dans l'AMS." + }, + { + "ecode": "1800130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0707100000020002", + "intro": "Le moteur de l'AMS H filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705230000030002", + "intro": "Le filament 4 AMS F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0706220000030002", + "intro": "Le filament 3 AMS G est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0704230000020005", + "intro": "Le filament 4 AMS E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0704200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0707210000020004", + "intro": "Le filament 2 AMS H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806210000020003", + "intro": "Le filament 2 AMS HT G est peut être cassé dans l’AMS." + }, + { + "ecode": "0700220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800210000030001", + "intro": "Le filament 2 AMS HT A est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0705110000020002", + "intro": "Le moteur de l'AMS F filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0700210000020002", + "intro": "L'emplacement 2 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701120000010001", + "intro": "Le moteur filament 3 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0701130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0701210000020003", + "intro": "Le filament 2 AMS B pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702100000020002", + "intro": "Le moteur de l'AMS C filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0702120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0702210000020003", + "intro": "Le filament 2 AMS C pourrait être cassé dans l'AMS." + }, + { + "ecode": "0702220000020005", + "intro": "Le filament 3 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703110000020002", + "intro": "Le moteur de l'AMS D filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703130000010001", + "intro": "Le moteur filament 4 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0703200000020002", + "intro": "L'emplacement 1 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703210000030001", + "intro": "Le filament 2 AMS D est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1800560000030001", + "intro": "L'AMS HT A est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1804210000020001", + "intro": "Le filament 2 AMS HT E est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1801200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803210000020002", + "intro": "L'emplacement 2 AMS HT D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802210000020005", + "intro": "Le filament 2 AMS HT C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802230000020005", + "intro": "Le filament 4 AMS HT C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1800200000020001", + "intro": "Le filament 1 AMS HT A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805220000020005", + "intro": "Le filament 3 AMS HT F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806230000020002", + "intro": "L'emplacement 4 AMS HT G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0700230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS A est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806210000020001", + "intro": "Le filament 2 AMS HT G est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1807210000030002", + "intro": "Le filament 2 AMS HT H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1801220000030001", + "intro": "Le filament 3 AMS HT B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1803200000030002", + "intro": "Le filament 1 AMS HT D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1800110000010001", + "intro": "Le moteur filament 2 AMS HT A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0706220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS G est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801230000020004", + "intro": "Le filament 4 AMS HT B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1806220000020004", + "intro": "Le filament 3 AMS HT G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803210000030002", + "intro": "Le filament 2 AMS HT D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1805210000020002", + "intro": "L'emplacement 2 AMS HT F est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802210000020002", + "intro": "L'emplacement 2 AMS HT C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1804230000020005", + "intro": "Le filament 4 AMS HT E est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1804200000030001", + "intro": "Le filament 1 AMS HT E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0702210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802200000030001", + "intro": "Le filament 1 AMS HT C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1805100000010001", + "intro": "Le moteur filament 1 AMS HT F a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1800220000020004", + "intro": "Le filament 3 AMS HT A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0704220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706200000020005", + "intro": "Le filament 1 AMS G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1805230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT F est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800210000020005", + "intro": "Le filament 2 AMS HT A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1803220000020003", + "intro": "Le filament 3 AMS HT D est peut être cassé dans l’AMS." + }, + { + "ecode": "1804300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1803310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1801310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "1800450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "1807300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0705220000020009", + "intro": "L’extrusion du filament 3 AMS F a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700220000020001", + "intro": "Le filament 3 AMS A est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "0701210000030001", + "intro": "Le filament 2 AMS B est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0701230000020002", + "intro": "L'emplacement 4 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0703200000020004", + "intro": "Le filament 1 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0703210000020005", + "intro": "Le filament 2 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1802210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800100000020002", + "intro": "Le moteur de l'AMS-HT A filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0707210000030002", + "intro": "Le filament 2 AMS H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801200000020003", + "intro": "Le filament 1 AMS HT B est peut être cassé dans l’AMS." + }, + { + "ecode": "1802130000020002", + "intro": "Le moteur de l'AMS-HT C filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800200000020002", + "intro": "L'emplacement 1 AMS HT A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1803130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706210000020005", + "intro": "Le filament 2 AMS G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0705230000020001", + "intro": "Le filament 4 AMS F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805200000020001", + "intro": "Le filament 1 AMS HT F est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1804200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704220000030002", + "intro": "Le filament 3 AMS E est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1806130000010001", + "intro": "Le moteur filament 4 AMS HT G a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1804120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT E est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807210000020003", + "intro": "Le filament 2 AMS HT H est peut être cassé dans l’AMS." + }, + { + "ecode": "1804210000020004", + "intro": "Le filament 2 AMS HT E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1802200000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 1 AMS HT C est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706210000030001", + "intro": "Le filament 2 AMS G est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0705200000030002", + "intro": "Le filament 1 AMS F est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0707200000020001", + "intro": "Le filament 1 AMS H est épuisé. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805210000030001", + "intro": "Le filament 2 AMS HT F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0704230000020002", + "intro": "L'emplacement 4 AMS E est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0706230000020002", + "intro": "L'emplacement 4 AMS G est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1802110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS HT C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706230000020003", + "intro": "Le filament 4 AMS G pourrait être cassé dans l'AMS." + }, + { + "ecode": "1803230000020003", + "intro": "Le filament 4 AMS HT D est peut être cassé dans l’AMS." + }, + { + "ecode": "0704230000020004", + "intro": "Le filament 4 AMS E pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0702560000030001", + "intro": "L'AMS C est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "1803210000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 2 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800230000020003", + "intro": "Le filament 4 AMS HT A est peut être cassé dans l’AMS." + }, + { + "ecode": "1806120000020002", + "intro": "Le moteur de l'AMS-HT G filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705230000030001", + "intro": "Le filament 4 AMS F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1805110000020002", + "intro": "Le moteur de l'AMS-HT F filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0707230000020003", + "intro": "Le filament 4 AMS H pourrait être cassé dans l'AMS." + }, + { + "ecode": "0700130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0701210000020004", + "intro": "Le filament 2 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0702100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0702110000010001", + "intro": "Le moteur filament 2 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0702110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0702120000020002", + "intro": "Le moteur de l'AMS C filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0702200000030001", + "intro": "Le filament 1 AMS C est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0702210000030002", + "intro": "Le filament 2 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0702230000030002", + "intro": "Le filament 4 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "0703210000020004", + "intro": "Le filament 2 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0703220000020002", + "intro": "L'emplacement 3 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0707110000010001", + "intro": "Le moteur filament 2 AMS H a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1807130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS HT H est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0701220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS B est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803220000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 3 AMS HT D est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705200000020005", + "intro": "Le filament 1 AMS F est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1806220000020003", + "intro": "Le filament 3 AMS HT G est peut être cassé dans l’AMS." + }, + { + "ecode": "0705200000020003", + "intro": "Le filament 1 AMS F pourrait être cassé dans l'AMS." + }, + { + "ecode": "1802120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS HT C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1801230000020002", + "intro": "L'emplacement 4 AMS HT B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1805230000030001", + "intro": "Le filament 4 AMS HT F est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "1806200000020005", + "intro": "Le filament 1 AMS HT G est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1804230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT E est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706200000020004", + "intro": "Le filament 1 AMS G pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0705560000030001", + "intro": "L'AMS F est en train de sécher et de refroidir, veuillez patienter jusqu'à ce qu'il refroidisse." + }, + { + "ecode": "0705220000020003", + "intro": "Le filament 3 AMS F pourrait être cassé dans l'AMS." + }, + { + "ecode": "1807200000030002", + "intro": "Le filament 1 AMS HT H est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1807230000020008", + "intro": "Le capteur à effet Hall de l’alimentation du filament 4 AMS HT H est déconnecté, cela pourrait être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS HT D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0704110000020002", + "intro": "Le moteur de l'AMS E filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704200000030001", + "intro": "Le filament 1 AMS E est épuisé. Veuillez patienter pendant la purge des restes du filament." + }, + { + "ecode": "0707230000020004", + "intro": "Le filament 4 AMS H pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1803100000010001", + "intro": "Le moteur filament 1 AMS HT D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0706200000020009", + "intro": "L’extrusion du filament 1 AMS G a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1807310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0706300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0300C20000010002", + "intro": "Mauvais fonctionnement du capteur Hall de l'interrupteur du Volet du Filtre : please check if the wiring is loose." + }, + { + "ecode": "0C00010000010010", + "intro": "L'étalonnage de la caméra Live View a échoué. Veuillez vérifier si le plateau chauffant est propre et assurez-vous que l'image de la caméra est claire et sans saleté. Après ces étapes, veuillez recalibrer." + }, + { + "ecode": "0C0001000001000F", + "intro": "L'étalonnage de la caméra Live View a échoué. Redémarrez les appareils ou mettez à jour le firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "L'étalonnage de la caméra Live View a échoué et le numéro de série de la caméra Liveview ne peut pas être lu. Veuillez contacter l'équipe d'assistance à la clientèle." + }, + { + "ecode": "050004000001004F", + "intro": "Module inconnu détecté, veuillez essayer de mettre à jour le firmware vers la dernière version." + }, + { + "ecode": "0C00040000010020", + "intro": "Le marqueur visuel sur le plateau chauffant est endommagé, veuillez contacter le service après-vente." + }, + { + "ecode": "0C00030000020013", + "intro": "La détection d'objets étrangers ne fonctionne pas. Redémarrez les appareils ou mettez à jour le firmware." + }, + { + "ecode": "1200300000010004", + "intro": "La RFID ne peut pas être lue en raison d'une défaillance de la puce de chiffrement de l'AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "La RFID ne peut pas être lue en raison d'une défaillance de la puce de chiffrement de l'AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "La RFID ne peut pas être lue en raison d'une défaillance de la puce de chiffrement de l'AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "La RFID ne peut pas être lue en raison d'une défaillance de la puce de chiffrement de l'AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "La température de la chambre de l'AMS C est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0703970000030001", + "intro": "La température de la chambre de l'AMS D est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0700970000030001", + "intro": "La température de la chambre de l'AMS A est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0701970000030001", + "intro": "La température de la chambre de l'AMS B est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0704970000030001", + "intro": "La température de la chambre de l'AMS E est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1802970000030001", + "intro": "La température de la chambre de l'AMS HT C est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1805970000030001", + "intro": "La température de la chambre de l'AMS HT F est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1800970000030001", + "intro": "La température de la chambre de l'AMS HT A est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1807970000030001", + "intro": "La température de la chambre de l'AMS HT H est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0706970000030001", + "intro": "La température de la chambre de l'AMS G est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0705970000030001", + "intro": "La température de la chambre de l'AMS F est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1803970000030001", + "intro": "La température de la chambre de l'AMS HT D est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "0707970000030001", + "intro": "La température de la chambre de l'AMS H est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1806970000030001", + "intro": "La température de la chambre de l'AMS HT G est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1804970000030001", + "intro": "La température de la chambre de l'AMS HT E est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "1801970000030001", + "intro": "La température de la chambre de l'AMS HT B est trop élevée; l'assistance à l'insertion de bobine ou la lecture RFID n'est pas autorisée." + }, + { + "ecode": "07FF450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "07FE450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS A cela affecte la capacité de séchage." + }, + { + "ecode": "0701960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS B cela affecte la capacité de séchage." + }, + { + "ecode": "0500050000010001", + "intro": "Les données d'usine de la carte AP sont anormales ; veuillez remplacer la carte AP par une nouvelle." + }, + { + "ecode": "0702960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS C cela affecte la capacité de séchage." + }, + { + "ecode": "0703960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS D, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0500400000010039", + "intro": "Erreur de numéro de série du module laser" + }, + { + "ecode": "0702960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS C, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0703960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS D cela affecte la capacité de séchage." + }, + { + "ecode": "0500400000010040", + "intro": "Erreur de numéro de série du module de découpe" + }, + { + "ecode": "0701960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS B, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0700960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS A, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0300180000010006", + "intro": "Les données de nivellement du lit chauffant sont anormales. Vérifiez s'il n'y a pas de corps étrangers sur le lit chauffant et la glissière Z. Si c'est le cas, supprimez-les et réessayez." + }, + { + "ecode": "0500010000030004", + "intro": "Il n'y a pas assez d'espace sur la clé USB ; veuillez libérer de l'espace." + }, + { + "ecode": "0707960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS H cela affecte la capacité de séchage." + }, + { + "ecode": "1804960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT E, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1807960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT H, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1806960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT G, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0704960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS E, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1803960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT D cela affecte la capacité de séchage." + }, + { + "ecode": "1803960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT D, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1804960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT E cela affecte la capacité de séchage." + }, + { + "ecode": "1800960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT A cela affecte la capacité de séchage." + }, + { + "ecode": "1801960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT B cela affecte la capacité de séchage." + }, + { + "ecode": "1807960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT H cela affecte la capacité de séchage." + }, + { + "ecode": "1806960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT G cela affecte la capacité de séchage." + }, + { + "ecode": "1805960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT F cela affecte la capacité de séchage." + }, + { + "ecode": "1805960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT F, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0707960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS H, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1800960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT A, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0704960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS E cela affecte la capacité de séchage." + }, + { + "ecode": "0705960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS F, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1801960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT B, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS F cela affecte la capacité de séchage." + }, + { + "ecode": "1802960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS HT C, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1802960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS HT C cela affecte la capacité de séchage." + }, + { + "ecode": "0706960000010003", + "intro": "Impossible de démarrer le séchage de l'AMS G, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0706960000020002", + "intro": "La température ambiante est trop basse autour de l'AMS G cela affecte la capacité de séchage." + }, + { + "ecode": "0300180000010003", + "intro": "Les données du capteur de force d'extrusion n'ont pas pu être lues, la connexion entre la carte MC et le tête d'outil est peut-être rompue, ou le capteur est peut-être cassé." + }, + { + "ecode": "0500020000020003", + "intro": "Impossible de se connecter à Internet. Vérifiez la connexion réseau." + }, + { + "ecode": "0700310000020002", + "intro": "Le tag RFID filament 2 AMS A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0703300000020002", + "intro": "Le tag RFID filament 1 AMS D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0700800000010003", + "intro": "AMS C Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un dommage du chauffage." + }, + { + "ecode": "0300960000010001", + "intro": "La porte avant semble ouverte ; la tâche a été suspendue." + }, + { + "ecode": "0703900000010003", + "intro": "Le clapet d'échappement 1 AMS D n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1806310000020002", + "intro": "Le tag RFID filament 2 AMS HT G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0705010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS F est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805330000020002", + "intro": "Le tag RFID filament 4 AMS HT F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0705320000020002", + "intro": "Le tag RFID filament 3 AMS F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "030001000001000D", + "intro": "Une anomalie s'est produite dans les modules de chauffe du plateau chauffant. Pour continuer à utiliser votre imprimante, veuillez vous référer au wiki pour le dépannage." + }, + { + "ecode": "0300040000020001", + "intro": "La vitesse du ventilateur de refroidissement de la pièce est trop lente ou arrêtée. Il est peut-être bloqué ou le connecteur n'est pas branché correctement." + }, + { + "ecode": "0300080000010003", + "intro": "La résistance du moteur Z est anormale, le moteur est peut-être tombé en panne." + }, + { + "ecode": "0500040000010002", + "intro": "Impossible de signaler l'état de l'impression. Veuillez vérifier votre connexion réseau." + }, + { + "ecode": "0500040000030008", + "intro": "La porte semble ouverte." + }, + { + "ecode": "0500040000030009", + "intro": "La température du lit dépasse la température de vitrification du filament, ce qui peut entraîner le bouchage de la buse. Veuillez laisser la porte avant de l'imprimante ouverte. La détection d'ouverture de la porte a été temporairement désactivée." + }, + { + "ecode": "0500050000030002", + "intro": "L'appareil est en mode ingénierie, veuillez prêter attention aux questions liées à la sécurité de l’information." + }, + { + "ecode": "0700300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0701310000020002", + "intro": "Le tag RFID filament 2 AMS B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0702310000020002", + "intro": "Le tag RFID filament 2 AMS C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0703310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0C00020000010005", + "intro": "Un nouveau Micro Lidar a été détecté. Veuillez le calibrer sur la page Étalonnage avant utilisation." + }, + { + "ecode": "12FF200000020004", + "intro": "Veuillez tirer sur le filament du porte-bobine pour l'extraire de l'extrudeur." + }, + { + "ecode": "0702950000010001", + "intro": "Le capteur de température du chauffage 2 AMS C fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0702010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS C est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0703910000010003", + "intro": "Le clapet d'échappement 2 AMS D n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C Le chauffage 2 est en court-circuit, ce qui peut être dû à un défaut de câblage ou à une détérioration du chauffage." + }, + { + "ecode": "0702350000010002", + "intro": "L'hygromètre AMS C est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0701010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS B ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0C00040000010011", + "intro": "Impossible de mesurer l'épaisseur du matériau : paramètres de l'appareil anormaux ; veuillez configurer à nouveau la caméra BirdsEye." + }, + { + "ecode": "0C0003000002000C", + "intro": "Le marqueur de localisation de la plaque d'impression n'a pas été détecté. Vérifiez si la plaque est correctement alignée." + }, + { + "ecode": "0702900000010003", + "intro": "Le clapet d'échappement 1 AMS C n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A Le chauffage 2 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0300A20000010001", + "intro": "La température du module MC est trop élevée, probablement en raison de la température élevée de la chambre de l'imprimante. Vous pouvez essayer de baisser la température ambiante avant utilisation." + }, + { + "ecode": "0300360000010001", + "intro": "La vitesse du ventilateur de Circulation de la Chaleur de la Chambre est trop faible ou arrêtée. Il est peut-être bloqué ou le connecteur n'est peut-être pas correctement branché." + }, + { + "ecode": "0C00040000010013", + "intro": "Les paramètres d'exposition de la caméra BirdsEye ne sont pas efficaces ; veuillez réessayer." + }, + { + "ecode": "1804910000010003", + "intro": "Le clapet d'échappement 2 AMS HT E n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0705950000010001", + "intro": "Le capteur de température du chauffage 2 AMS F fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1802910000010003", + "intro": "Le clapet d'échappement 2 AMS HT C n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0706350000010002", + "intro": "L'hygromètre AMS G est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1800900000010003", + "intro": "Le clapet d'échappement 1 AMS HT A n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704950000010001", + "intro": "Le capteur de température du chauffage 2 AMS E fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1801350000010002", + "intro": "L'hygromètre AMS HT B est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1802310000020002", + "intro": "Le tag RFID filament 2 AMS HT C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "1805010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT F est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0707300000020002", + "intro": "Le tag RFID filament 1 AMS H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0705940000010001", + "intro": "Le capteur de température du chauffage 1 AMS F fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0707310000020002", + "intro": "Le tag RFID filament 2 AMS H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT D ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0707950000010001", + "intro": "Le capteur de température du chauffage 2 AMS H fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1800330000020002", + "intro": "Le tag RFID filament 4 AMS HT A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0705310000020002", + "intro": "Le tag RFID filament 2 AMS F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT D fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1807900000010003", + "intro": "Le clapet d'échappement 1 AMS HT H n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0706910000010003", + "intro": "Le clapet d'échappement 2 AMS G n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0706940000010001", + "intro": "Le capteur de température du chauffage 1 AMS G fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1804950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT E fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1806010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT G est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705300000020002", + "intro": "Le tag RFID filament 1 AMS F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800910000010003", + "intro": "Le clapet d'échappement 2 AMS HT A n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1803900000010003", + "intro": "Le clapet d'échappement 1 AMS HT D n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1807310000020002", + "intro": "Le tag RFID filament 2 AMS HT H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801330000020002", + "intro": "Le tag RFID filament 4 AMS HT B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1804310000020002", + "intro": "Le tag RFID filament 2 AMS HT E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "1801320000020002", + "intro": "Le tag RFID filament 3 AMS HT B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "03001B0000010002", + "intro": "Une perturbation externe a été détectée sur le capteur d'accélération du plateau chauffant. Le câble de signal du capteur n'est peut-être pas fixé." + }, + { + "ecode": "030091000001000C", + "intro": "Le chauffage de chambre 1 fonctionne à pleine charge depuis longtemps. Le système de régulation de la température est peut-être défaillant." + }, + { + "ecode": "0300940000030001", + "intro": "Le refroidissement de la chambre peut être trop lent. Vous pouvez ouvrir la porte avant ou le capot supérieur pour faciliter le refroidissement si l’air dans la chambre est sain." + }, + { + "ecode": "0500020000020005", + "intro": "Impossible de se connecter à Internet. Vérifiez la connexion réseau." + }, + { + "ecode": "0500040000010003", + "intro": "Le contenu du fichier d'impression est illisible. Veuillez renvoyer le travail d'impression." + }, + { + "ecode": "0500050000010006", + "intro": "Les données d'usine de la carte AP sont anormales, veuillez la remplacer." + }, + { + "ecode": "0700330000020002", + "intro": "Le tag RFID filament 4 AMS A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0701300000010004", + "intro": "Échec de la puce de cryptage" + }, + { + "ecode": "0701330000020002", + "intro": "Le tag RFID filament 4 AMS B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0702300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0702300000020002", + "intro": "Le tag RFID filament 1 AMS C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0702320000020002", + "intro": "Le tag RFID filament 3 AMS C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0702330000020002", + "intro": "Le tag RFID filament 4 AMS C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0703310000020002", + "intro": "Le tag RFID filament 2 AMS D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0C0001000001000B", + "intro": "Impossible de calibrer le Micro Lidar. Assurez-vous que le tableau d'étalonnage est propre et qu'il n'est pas occulté, puis recommencez l'étalonnage de la machine." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C Le chauffage 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0703010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS D est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "050003000001000A", + "intro": "Erreur système; veuillez rétablir les paramètres d'usine." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C Le chauffage 1 est en court-circuit, ce qui peut être dû à un défaut de câblage ou à un détérioration du chauffage." + }, + { + "ecode": "0701350000010002", + "intro": "L'hygromètre AMS B est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0702940000010001", + "intro": "Le capteur de température du chauffage 1 AMS C fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0700010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS A est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "030001000001000E", + "intro": "La tension d'alimentation ne correspond pas à celle de la machine, le lit chauffant a été désactivé." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0706330000020002", + "intro": "Le tag RFID filament 4 AMS G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1805310000020002", + "intro": "Le tag RFID filament 2 AMS HT F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1807010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT H ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1805320000020002", + "intro": "Le tag RFID filament 3 AMS HT F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0704310000020002", + "intro": "Le tag RFID filament 2 AMS E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0704350000010002", + "intro": "L'hygromètre AMS E est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1806940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT G fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1801950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT B fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1807350000010002", + "intro": "L'hygromètre AMS HT H est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0705910000010003", + "intro": "Le clapet d'échappement 2 AMS F n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1804010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT E ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0707910000010003", + "intro": "Le clapet d'échappement 2 AMS H n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1802900000010003", + "intro": "Le clapet d'échappement 1 AMS HT C n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1801310000020002", + "intro": "Le tag RFID filament 2 AMS HT B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS G ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1802350000010002", + "intro": "L'hygromètre AMS HT C est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1806950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT G fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1800950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT A fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0706320000020002", + "intro": "Le tag RFID filament 3 AMS G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H L'élément chauffant 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement de l'élément chauffant." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0707010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS H est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1806300000020002", + "intro": "Le tag RFID filament 1 AMS HT G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1806910000010003", + "intro": "Le clapet d'échappement 2 AMS HT G n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1804320000020002", + "intro": "Le tag RFID filament 3 AMS HT E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1805010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT F ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1805910000010003", + "intro": "Le clapet d'échappement 2 AMS HT F n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0706310000020002", + "intro": "Le tag RFID filament 2 AMS G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0705330000020002", + "intro": "Le tag RFID filament 4 AMS F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0300010000010008", + "intro": "Une anomalie se produit pendant le processus de chauffage du plateau, les modules de chauffe sont peut-être défaillants." + }, + { + "ecode": "0300020000010006", + "intro": "La température de la buse est anormale, le capteur pourrait avoir un court-circuit. Veuillez vérifier si le connecteur est correctement branché." + }, + { + "ecode": "0700320000020002", + "intro": "Le tag RFID filament 3 AMS A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0700400000020004", + "intro": "Le signal du buffer filament est anormal ; le ressort est peut-être bloqué ou le filament peut être coincé." + }, + { + "ecode": "0702310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0703300000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0C0003000002000F", + "intro": "Des pièces ont été ignoré avant l'inspection de la première couche, l'inspection ne sera pas prise en charge pour l'impression en cours." + }, + { + "ecode": "12FF200000020006", + "intro": "Impossible d'extruder, la buse est peut-être bouchée." + }, + { + "ecode": "0C00040000010014", + "intro": "La Base de Protection de Coupe n'est pas détectée, ce qui\nrisque d'dommager le lit chauffant. Veuillez la placer et continuer." + }, + { + "ecode": "0703950000010001", + "intro": "Le capteur de température du chauffage 2 AMS D fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0703350000010002", + "intro": "L'hygromètre AMS D est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0701910000010003", + "intro": "Le clapet d'échappement 2 AMS B n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0700940000010001", + "intro": "Le capteur de température du chauffage 1 AMS A fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0700350000010002", + "intro": "L'hygromètre AMS A est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0700010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS A ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0703940000010001", + "intro": "Le capteur de température du chauffage 1 AMS D fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B Le chauffage 1 est en court-circuit, ce qui peut être dû à un défaut de câblage ou à un détérioration du chauffage." + }, + { + "ecode": "0700910000010003", + "intro": "Le clapet d'échappement 2 AMS A n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0703010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS D ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0300090000020002", + "intro": "La résistance d'extrusion est anormale. L'extrudeur est peut-être bloqué ou le filament est bloqué dans la tête d'outil." + }, + { + "ecode": "0300310000010001", + "intro": "La vitesse du ventilateur de refroidissement des pièces est trop lente ou arrêtée. Il est peut-être bloqué ou le connecteur n'est peut-être pas correctement branché." + }, + { + "ecode": "0702010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS C ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F L'élément chauffant 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement de l'élément chauffant." + }, + { + "ecode": "1801940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT B fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1804330000020002", + "intro": "Le tag RFID filament 4 AMS HT E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1807940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT H fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0706010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS G est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1807910000010003", + "intro": "Le clapet d'échappement 2 AMS HT H n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1800010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT A ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1802940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT C fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0707010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS H ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1803350000010002", + "intro": "L'hygromètre AMS HT D est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1803310000020002", + "intro": "Le tag RFID filament 2 AMS HT D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1802300000020002", + "intro": "Le tag RFID filament 1 AMS HT C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1807320000020002", + "intro": "Le tag RFID filament 3 AMS HT H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "1804350000010002", + "intro": "L'hygromètre AMS HT E est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0707900000010003", + "intro": "Le clapet d'échappement 1 AMS H n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0704900000010003", + "intro": "Le clapet d'échappement 1 AMS E n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1802010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT C ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1807950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT H fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0705010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS F ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704300000020002", + "intro": "Le tag RFID filament 1 AMS E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1801900000010003", + "intro": "Le clapet d'échappement 1 AMS HT B n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0706900000010003", + "intro": "Le clapet d'échappement 1 AMS G n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1803300000020002", + "intro": "Le tag RFID filament 1 AMS HT D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1802950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT C fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1807010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT H est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1805950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT F fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1801010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT B est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806320000020002", + "intro": "Le tag RFID filament 3 AMS HT G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803950000010001", + "intro": "Le capteur de température du chauffage 2 AMS HT D fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1804900000010003", + "intro": "Le clapet d'échappement 1 AMS HT E n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C L'élément chauffant 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement de l'élément chauffant." + }, + { + "ecode": "1800300000020002", + "intro": "Le tag RFID filament 1 AMS HT A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "030001000001000A", + "intro": "Le contrôle de la température du lit chauffant est anormal, la carte AC peut être défectueuse." + }, + { + "ecode": "0300030000010001", + "intro": "La vitesse du ventilateur hotend est trop lente ou arrêtée. Il est peut-être bloqué ou le connecteur n'est pas branché correctement." + }, + { + "ecode": "0300060000010003", + "intro": "La résistance du moteur A est anormale, le moteur est peut-être tombé en panne." + }, + { + "ecode": "0300070000010003", + "intro": "La résistance du moteur B est anormale, le moteur est peut-être tombé en panne." + }, + { + "ecode": "03001A0000020001", + "intro": "La buse est couverte de filaments ou la plaque d'impression est de biais." + }, + { + "ecode": "03001D0000010001", + "intro": "Le capteur de position du moteur d'extrusion est anormal. Le câble du capteur n'est peut-être pas correctement branché." + }, + { + "ecode": "0500040000010001", + "intro": "Échec du téléchargement de la tâche d'impression. Veuillez vérifier votre connexion réseau." + }, + { + "ecode": "0700300000020002", + "intro": "Le tag RFID filament 1 AMS A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0701320000020002", + "intro": "Le tag RFID filament 3 AMS B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0703320000020002", + "intro": "Le tag RFID filament 3 AMS D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0703330000020002", + "intro": "Le tag RFID filament 4 AMS D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0C00010000020007", + "intro": "Les paramètres du laser Micro Lidar ont dérivé. Veuillez recalibrer votre imprimante." + }, + { + "ecode": "0C00020000020004", + "intro": "La hauteur de la buse semble trop basse. Vérifiez si la buse est usée ou inclinée. Recalibrez le Lidar si la buse a été remplacée." + }, + { + "ecode": "0C00020000020009", + "intro": "Le laser vertical n'est pas assez lumineux à la position Origine. Veuillez nettoyer ou remplacer le plateau chauffant si le message devient répétitif." + }, + { + "ecode": "0C00030000020010", + "intro": "Des corps étrangers ont été détectés sur le plateau chauffant: Veuillez contrôler si un nettoyage est nécessaire." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0701010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS B est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0500040000020033", + "intro": "Branchez le connecteur du module." + }, + { + "ecode": "0700950000010001", + "intro": "Le capteur de température du chauffage 2 AMS A fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0C00040000010010", + "intro": "Impossible de mesurer l'épaisseur du matériau en raison d'un dysfonctionnement du module laser." + }, + { + "ecode": "0700810000010003", + "intro": "AMS B Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un dommage du chauffage." + }, + { + "ecode": "0700900000010003", + "intro": "Le clapet d'échappement 1 AMS A n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0701900000010003", + "intro": "Le clapet d'échappement 1 AMS B n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0701950000010001", + "intro": "Le capteur de température du chauffage 2 AMS B fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1805940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT F fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS E est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0706300000020002", + "intro": "Le tag RFID filament 1 AMS G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0707350000010002", + "intro": "L'hygromètre AMS H est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1801300000020002", + "intro": "Le tag RFID filament 1 AMS HT B est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT A est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT G ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "1804300000020002", + "intro": "Le tag RFID filament 1 AMS HT E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0704940000010001", + "intro": "Le capteur de température du chauffage 1 AMS E fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1806900000010003", + "intro": "Le clapet d'échappement 1 AMS HT G n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1807300000020002", + "intro": "Le tag RFID filament 1 AMS HT H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0705350000010002", + "intro": "L'hygromètre AMS F est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1803010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT D est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1801910000010003", + "intro": "Le clapet d'échappement 2 AMS HT B n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1805900000010003", + "intro": "Le clapet d'échappement 1 AMS HT F n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0706950000010001", + "intro": "Le capteur de température du chauffage 2 AMS G fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1805350000010002", + "intro": "L'hygromètre AMS HT F est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1802320000020002", + "intro": "Le tag RFID filament 3 AMS HT C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT A fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0704330000020002", + "intro": "Le tag RFID filament 4 AMS E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1802330000020002", + "intro": "Le tag RFID filament 4 AMS HT C est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A L'élément chauffant 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0704910000010003", + "intro": "Le clapet d'échappement 2 AMS E n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "1804940000010001", + "intro": "Le capteur de température du chauffage 1 AMS HT E fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1801010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS HT B ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0707940000010001", + "intro": "Le capteur de température du chauffage 1 AMS H fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1804010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT E est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0500020000020001", + "intro": "Impossible de se connecter à Internet. Vérifiez la connexion réseau." + }, + { + "ecode": "0500040000010006", + "intro": "Impossible de reprendre l'impression précédente" + }, + { + "ecode": "0700310000010004", + "intro": "Échec de la puce de cryptage" + }, + { + "ecode": "0700400000020003", + "intro": "La communication du concentrateur AMS est anormale, le câble n'est peut-être pas bien connecté." + }, + { + "ecode": "0701300000020002", + "intro": "L'étiquette RFID du filament 1 de l'AMS B est endommagée." + }, + { + "ecode": "0701310000010004", + "intro": "Défaillance de la puce de cryptage" + }, + { + "ecode": "0C00020000020003", + "intro": "Le laser horizontal n’est pas assez brillant en position Origine. Veuillez nettoyer ou remplacer le plateau chauffant si ce message apparaît à plusieurs reprises." + }, + { + "ecode": "0C00020000020007", + "intro": "Le laser vertical n'est pas allumé. Vérifiez s'il est obstrué ou si la connexion matérielle est normale." + }, + { + "ecode": "0702910000010003", + "intro": "Le clapet d'échappement 2 AMS C n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B Le chauffage 2 est en court-circuit, ce qui peut être dû à un défaut de câblage ou à un détérioration du chauffage." + }, + { + "ecode": "0300090000020003", + "intro": "L'extrusion est anormale. L'extrudeur est peut-être bouché ou le filament est trop fin ce qui provoque un patinage de l'extrudeur." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à un endommagement du chauffage." + }, + { + "ecode": "0701940000010001", + "intro": "Le capteur de température du chauffage 1 AMS B fonctionne mal, cela peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B Le chauffage 2 est déconnecté, ce qui peut être dû à un mauvais contact du connecteur." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C Le chauffage 1 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1803330000020002", + "intro": "Le tag RFID filament 4 AMS HT D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1806330000020002", + "intro": "Le tag RFID filament 4 AMS HT G est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1802010000020008", + "intro": "Un enroulement du moteur d’assistance de l’AMS HT C est en circuit ouvert. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705900000010003", + "intro": "Le clapet d'échappement 1 AMS F n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1800350000010002", + "intro": "L'hygromètre AMS HT A est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "1803910000010003", + "intro": "Le clapet d'échappement 2 AMS HT D n'est pas connectée, cela peut venir d’un mauvais contact." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "0704010000020007", + "intro": "Les câbles de l'encodeur du moteur d’assistance de l’AMS E ne sont pas connectés. Le connecteur est peut-être mal connecté." + }, + { + "ecode": "0707320000020002", + "intro": "Le tag RFID filament 3 AMS H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0707330000020002", + "intro": "Le tag RFID filament 4 AMS H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1805300000020002", + "intro": "Le tag RFID filament 1 AMS HT F est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H L'élément chauffant 2 est déconnecté, ce qui peut être dû à un mauvais contact avec le connecteur." + }, + { + "ecode": "1806350000010002", + "intro": "L'hygromètre AMS HT G est déconnecté, il est possible que le connecteur soit en cause." + }, + { + "ecode": "0704320000020002", + "intro": "Le tag RFID filament 3 AMS E est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800320000020002", + "intro": "Le tag RFID filament 3 AMS HT A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1803320000020002", + "intro": "Le tag RFID filament 3 AMS HT D est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1807330000020002", + "intro": "Le tag RFID filament 4 AMS HT H est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1800310000020002", + "intro": "Le tag RFID filament 2 AMS HT A est endommagée ou ses informations ne peuvent pas être identifiées." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F Le chauffage 1 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B Le chauffage 2 est en court-circuit, ce qui peut être dû à un court-circuit ou à une détérioration du chauffage." + }, + { + "ecode": "0703200000020009", + "intro": "L’extrusion du filament 1 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0702230000020009", + "intro": "L’extrusion du filament 4 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700200000020009", + "intro": "L'extrusion du filament 1 AMS A a échoué ; l'extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l'extrudeur." + }, + { + "ecode": "0701220000020009", + "intro": "L’extrusion du filament 3 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0701230000020009", + "intro": "L’extrusion du filament 4 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0701200000020009", + "intro": "L’extrusion du filament 1 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0701210000020009", + "intro": "L’extrusion du filament 2 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0702220000020009", + "intro": "L’extrusion du filament 3 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700210000020009", + "intro": "L’extrusion du filament 2 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0702210000020009", + "intro": "L’extrusion du filament 2 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0703230000020009", + "intro": "L’extrusion du filament 4 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0702200000020009", + "intro": "L'extrusion du filament 1 AMS C a échoué ; l'extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l'extrudeur." + }, + { + "ecode": "0700220000020009", + "intro": "L’extrusion du filament 3 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0703220000020009", + "intro": "L’extrusion du filament 3 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0703210000020009", + "intro": "L’extrusion du filament 2 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700230000020009", + "intro": "L’extrusion du filament 4 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700310000010001", + "intro": "La carte RFID 2 de l'AMS A a une erreur." + }, + { + "ecode": "1800010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT A fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706120000020004", + "intro": "Le moteur à balais 3 AMS G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1807130000020004", + "intro": "Le moteur à balais 4 AMS HT H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1807960000010001", + "intro": "Le processus de séchage de l'AMS HT H pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1804920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT E est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1805910000020001", + "intro": "Le clapet d'échappement 2 AMS HT F est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1802920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT C est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1800310000010001", + "intro": "La carte RFID 2 de l'AMS HT A a une erreur." + }, + { + "ecode": "1803010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT D n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1800930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT A est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801910000020001", + "intro": "Le clapet d'échappement 2 AMS HT B est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1803020000020002", + "intro": "L'odomètre AMS HT D n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1801300000010001", + "intro": "La carte RFID 1 de l'AMS HT B a une erreur." + }, + { + "ecode": "0702310000010001", + "intro": "La carte RFID 2 de l'AMS C a une erreur." + }, + { + "ecode": "1800810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT A fonctionne de manière anormale." + }, + { + "ecode": "1801100000020004", + "intro": "Le moteur à balais 1 AMS HT B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0706130000020004", + "intro": "Le moteur à balais 4 AMS G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0707020000020002", + "intro": "L'odomètre AMS H n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "0704010000020011", + "intro": "Les paramètres du moteur d'assistance AMS E ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0707010000020011", + "intro": "Les paramètres du moteur d'assistance AMS H ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1802010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT C fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0707930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS H est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0704010000020002", + "intro": "Le moteur d'assistance AMS E est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800010000010001", + "intro": "Le moteur d'assistance AMS HT A a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0706010000010001", + "intro": "Le moteur d'assistance AMS G a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1803930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT D est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1803130000020004", + "intro": "Le moteur à balais 4 AMS HT D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803110000020004", + "intro": "Le moteur à balais 2 AMS HT D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0701310000010001", + "intro": "La carte RFID 2 de l'AMS B a une erreur." + }, + { + "ecode": "0706010000020011", + "intro": "Les paramètres du moteur d'assistance AMS G ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0706010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS G fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705010000020011", + "intro": "Les paramètres du moteur d'assistance AMS F ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1800110000020004", + "intro": "Le moteur à balais 2 AMS HT A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0707010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS H fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1805110000020004", + "intro": "Le moteur à balais 2 AMS HT F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1805810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT F fonctionne de manière anormale." + }, + { + "ecode": "1803120000020004", + "intro": "Le moteur à balais 3 AMS HT D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1801900000020001", + "intro": "Le clapet d'échappement 1 AMS HT B est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1805010000010001", + "intro": "Le moteur d'assistance AMS HT F a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1804010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT E ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1802010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT C ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1806120000020004", + "intro": "Le moteur à balais 3 AMS HT G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT D : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0706010000020009", + "intro": "Le moteur d’assistance de l’AMS G présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT G fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807500000020001", + "intro": "La communication AMS HT H est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1803960000010001", + "intro": "Le processus de séchage de l'AMS HT D pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1806300000010001", + "intro": "La carte RFID 1 de l'AMS HT G a une erreur." + }, + { + "ecode": "0707800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS H fonctionne de manière anormale." + }, + { + "ecode": "1801010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT B ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS F fonctionne de manière anormale." + }, + { + "ecode": "1805010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT F fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1804120000020004", + "intro": "Le moteur à balais 3 AMS HT E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1807010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT H n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1802900000020001", + "intro": "Le clapet d'échappement 1 AMS HT C est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1807900000020001", + "intro": "Le clapet d'échappement 1 AMS HT H est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0704310000010001", + "intro": "La carte RFID 2 de l'AMS D a une erreur." + }, + { + "ecode": "0707120000020004", + "intro": "Le moteur à balais 3 AMS H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803500000020001", + "intro": "La communication AMS HT D est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1804500000020001", + "intro": "La communication AMS HT E est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1800020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT A : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0704010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS E semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1803100000020004", + "intro": "Le moteur à balais 1 AMS HT D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1806010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT G semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1801130000020004", + "intro": "Le moteur à balais 4 AMS HT B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0706110000020004", + "intro": "Le moteur à balais 2 AMS G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0705920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS F est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0707810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS H fonctionne de manière anormale." + }, + { + "ecode": "1801020000020002", + "intro": "L'odomètre AMS HT B n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1802010000010001", + "intro": "Le moteur d'assistance AMS HT C a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0706930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS G est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0707010000020002", + "intro": "Le moteur d'assistance AMS H est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800910000020001", + "intro": "Le clapet d'échappement 2 AMS HT A est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1807110000020004", + "intro": "Le moteur à balais 2 AMS HT H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1801810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT B fonctionne de manière anormale." + }, + { + "ecode": "0704020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS E : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1802310000010001", + "intro": "La carte RFID 3 de l'AMS HT C a une erreur." + }, + { + "ecode": "0706100000020004", + "intro": "Le moteur à balais 1 AMS G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1800130000020004", + "intro": "Le moteur à balais 4 AMS HT A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1804010000020002", + "intro": "Le moteur d'assistance AMS HT E est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS E fonctionne de manière anormale." + }, + { + "ecode": "0705110000020004", + "intro": "Le moteur à balais 2 AMS F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1801020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT B : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1802020000020002", + "intro": "L'odomètre AMS HT C n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1805020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT F : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1806800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT G fonctionne de manière anormale." + }, + { + "ecode": "0704930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS E est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT B n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806900000020001", + "intro": "Le clapet d'échappement 1 AMS HT G est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0704010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS E, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1804110000020004", + "intro": "Le moteur à balais 2 AMS HT E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1800100000020004", + "intro": "Le moteur à balais 1 AMS HT A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1802130000020004", + "intro": "Le moteur à balais 4 AMS HT C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1806500000020001", + "intro": "La communication AMS HT G est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0702010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS C, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1806010000020002", + "intro": "Le moteur d'assistance AMS HT G est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT E fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706960000010001", + "intro": "Le processus de séchage de l'AMS G pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1801920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT B est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0705100000020004", + "intro": "Le moteur à balais 1 AMS F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT D fonctionne de manière anormale." + }, + { + "ecode": "1803010000020002", + "intro": "Le moteur d'assistance AMS HT D est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1804920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT E est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT B semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1803910000020001", + "intro": "Le clapet d'échappement 2 AMS HT D est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1802910000020001", + "intro": "Le clapet d'échappement 2 AMS HT C est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1806020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT G : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1803010000010001", + "intro": "Le moteur d'assistance AMS HT D a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0707310000010001", + "intro": "La carte RFID 2 de l'AMS G a une erreur." + }, + { + "ecode": "0707020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS H : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1807010000010001", + "intro": "Le moteur d'assistance AMS HT H a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0705010000010001", + "intro": "Le moteur d'assistance AMS F a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1801930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT B est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1807930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT H est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1800930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT A est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1804960000010001", + "intro": "Le processus de séchage de l'AMS HT E pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1805920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT F est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0706920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS G est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1803930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT D est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1800120000020004", + "intro": "Le moteur à balais 3 AMS HT A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT D est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0704300000010001", + "intro": "La carte RFID 1 de l'AMS E a une erreur." + }, + { + "ecode": "0706930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS G est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1802800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT C fonctionne de manière anormale." + }, + { + "ecode": "1804100000020004", + "intro": "Le moteur à balais 1 AMS HT E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0705930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS F est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0707110000020004", + "intro": "Le moteur à balais 2 AMS H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1800900000020001", + "intro": "Le clapet d'échappement 1 AMS HT A est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1806010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT G ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1807910000020001", + "intro": "Le clapet d'échappement 2 AMS HT H est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0704020000020002", + "intro": "L'odomètre AMS E n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1804010000020009", + "intro": "Le moteur d’assistance de l’AMS HT E présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1807010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT H ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1802010000020009", + "intro": "Le moteur d’assistance de l’AMS HT C présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1807920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT H est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0705010000020002", + "intro": "Le moteur d'assistance AMS F est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0701300000010001", + "intro": "La carte RFID 1 de l'AMS B a une erreur." + }, + { + "ecode": "0702300000010001", + "intro": "La carte RFID 1 de l'AMS C a une erreur." + }, + { + "ecode": "1807020000020002", + "intro": "L'odomètre AMS HT H n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1805800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT F fonctionne de manière anormale." + }, + { + "ecode": "0705920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS F est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT B fonctionne de manière anormale." + }, + { + "ecode": "0706020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS G : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1806960000010001", + "intro": "Le processus de séchage de l'AMS HT G pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1803310000010001", + "intro": "La carte RFID 2 de l'AMS HT D a une erreur." + }, + { + "ecode": "0704930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS E est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1802930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT C est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801010000020002", + "intro": "Le moteur d'assistance AMS HT B est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0705900000020001", + "intro": "Le clapet d'échappement 1 AMS F est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0707930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS H est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1801310000010001", + "intro": "La carte RFID 2 de l'AMS HT B a une erreur." + }, + { + "ecode": "1806310000010001", + "intro": "La carte RFID 2 de l'AMS HT G a une erreur." + }, + { + "ecode": "1805310000010001", + "intro": "La carte RFID 2 de l'AMS HT F a une erreur." + }, + { + "ecode": "1804800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT E fonctionne de manière anormale." + }, + { + "ecode": "1807010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT H fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705020000020002", + "intro": "L'odomètre AMS F n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1805960000010001", + "intro": "Le processus de séchage de l'AMS HT F pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1807010000020002", + "intro": "Le moteur d'assistance AMS HT H est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700300000010001", + "intro": "La carte RFID 1 de l'AMS A a une erreur." + }, + { + "ecode": "1805920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT F est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0706910000020001", + "intro": "Le clapet d'échappement 2 AMS G est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0707960000010001", + "intro": "Le processus de séchage de l'AMS H pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1806020000020002", + "intro": "L'odomètre AMS HT G n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1802020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT C : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0704010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS E n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1803010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT D semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1803810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT D fonctionne de manière anormale." + }, + { + "ecode": "1805010000020009", + "intro": "Le moteur d’assistance de l’AMS HT F présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1800010000020002", + "intro": "Le moteur d'assistance AMS HT A est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704010000020009", + "intro": "Le moteur d’assistance de l’AMS E présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705960000010001", + "intro": "Le processus de séchage de l'AMS F pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1807300000010001", + "intro": "La carte RFID 1 de l'AMS HT H a une erreur." + }, + { + "ecode": "1806010000010001", + "intro": "Le moteur d'assistance AMS HT G a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1800920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT A est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1801110000020004", + "intro": "Le moteur à balais 2 AMS HT B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0705010000020009", + "intro": "Le moteur d’assistance de l’AMS F présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1801120000020004", + "intro": "Le moteur à balais 3 AMS HT B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1803010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT D, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0704910000020001", + "intro": "Le clapet d'échappement 2 AMS E est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1801500000020001", + "intro": "La communication AMS HT B est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1807120000020004", + "intro": "Le moteur à balais 3 AMS HT H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1800960000010001", + "intro": "Le processus de séchage de l'AMS HT A pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "1800010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT A n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1805010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT F, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0704960000010001", + "intro": "Le processus de séchage de l'AMS E pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0707010000020009", + "intro": "Le moteur d’assistance de l’AMS H présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1801010000020009", + "intro": "Le moteur d’assistance de l’AMS HT B présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS F semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "0701010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS B, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0500040000020030", + "intro": "La caméra BirdsEye n'est pas installée. Mettez l'imprimante hors tension, puis installez l'appareil photo." + }, + { + "ecode": "0704920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS E est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0707500000020001", + "intro": "La communication AMS H est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1800800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT A fonctionne de manière anormale." + }, + { + "ecode": "1804010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT E semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1806010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT G, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705300000010001", + "intro": "La carte RFID 1 de l'AMS E a une erreur." + }, + { + "ecode": "1802120000020004", + "intro": "Le moteur à balais 3 AMS HT C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0707300000010001", + "intro": "La carte RFID 1 de l'AMS G a une erreur." + }, + { + "ecode": "0706920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS G est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0704110000020004", + "intro": "Le moteur à balais 2 AMS E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0707910000020001", + "intro": "Le clapet d'échappement 2 AMS H est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1807010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT H, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1805900000020001", + "intro": "Le clapet d'échappement 1 AMS HT F est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1802300000010001", + "intro": "La carte RFID 1 de l'AMS HT C a une erreur." + }, + { + "ecode": "1805120000020004", + "intro": "Le moteur à balais 3 AMS HT F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1805300000010001", + "intro": "La carte RFID 1 de l'AMS HT F a une erreur." + }, + { + "ecode": "1803010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT D ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705310000010001", + "intro": "La carte RFID 2 de l'AMS E a une erreur." + }, + { + "ecode": "1800010000020009", + "intro": "Le moteur d’assistance de l’AMS HT A présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1805010000020002", + "intro": "Le moteur d'assistance AMS HT F est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0704920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS E est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0706810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS G fonctionne de manière anormale." + }, + { + "ecode": "0705120000020004", + "intro": "Le moteur à balais 3 AMS F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1800010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT A ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0704010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS E fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0706300000010001", + "intro": "La carte RFID 1 de l'AMS F a une erreur." + }, + { + "ecode": "1807010000020009", + "intro": "Le moteur d’assistance de l’AMS HT H présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0705130000020004", + "intro": "Le moteur à balais 4 AMS F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1802110000020004", + "intro": "Le moteur à balais 2 AMS HT C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0707010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS H n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1806100000020004", + "intro": "Le moteur à balais 1 AMS HT G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1801960000010001", + "intro": "Le processus de séchage de l'AMS HT B pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0705010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS F, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1807010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT H semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1805930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT F est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0704900000020001", + "intro": "Le clapet d'échappement 1 AMS E est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0707100000020004", + "intro": "Le moteur à balais 1 AMS H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0700010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS A, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0706010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS G n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1804020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT E : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0707920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS H est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0705910000020001", + "intro": "Le clapet d'échappement 2 AMS F est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0706010000020002", + "intro": "Le moteur d'assistance AMS G est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1800300000010001", + "intro": "La carte RFID 1 de l'AMS HT A a une erreur." + }, + { + "ecode": "0707010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS H semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1803900000020001", + "intro": "Le clapet d'échappement 1 AMS HT D est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1804310000010001", + "intro": "La carte RFID 2 de l'AMS HT E a une erreur." + }, + { + "ecode": "1800920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT A est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1806910000020001", + "intro": "Le clapet d'échappement 2 AMS HT G est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0707010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS H, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1804930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT E est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1805100000020004", + "intro": "Le moteur à balais 1 AMS HT F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1805130000020004", + "intro": "Le moteur à balais 4 AMS HT F ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0706310000010001", + "intro": "La carte RFID 2 de l'AMS F a une erreur." + }, + { + "ecode": "1803010000020009", + "intro": "Le moteur d’assistance de l’AMS HT D présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0706900000020001", + "intro": "Le clapet d'échappement 1 AMS G est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1806930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT G est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1807920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT H est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1804910000020001", + "intro": "Le clapet d'échappement 2 AMS HT E est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0705930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS F est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1804900000020001", + "intro": "Le clapet d'échappement 1 AMS HT E est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1807020000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS HT H : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1804810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT E fonctionne de manière anormale." + }, + { + "ecode": "1805010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT F n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0704010000010001", + "intro": "Le moteur d'assistance AMS E a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1803300000010001", + "intro": "La carte RFID 1 de l'AMS HT D a une erreur." + }, + { + "ecode": "1806010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT G n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0706500000020001", + "intro": "La communication AMS G est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1800010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT A, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS F : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1802920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT C est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1807100000020004", + "intro": "Le moteur à balais 1 AMS HT H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0703310000010001", + "intro": "La carte RFID 2 de l'AMS D a une erreur." + }, + { + "ecode": "0704800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS E fonctionne de manière anormale." + }, + { + "ecode": "0707010000010001", + "intro": "Le moteur d'assistance AMS H a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1806010000020009", + "intro": "Le moteur d’assistance de l’AMS HT G présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1804130000020004", + "intro": "Le moteur à balais 4 AMS HT E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0704100000020004", + "intro": "Le moteur à balais 1 AMS E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1806110000020004", + "intro": "Le moteur à balais 2 AMS HT G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1805930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT F est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0704500000020001", + "intro": "La communication AMS E est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0704130000020004", + "intro": "Le moteur à balais 4 AMS E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0704120000020004", + "intro": "Le moteur à balais 3 AMS E ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1802810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT C fonctionne de manière anormale." + }, + { + "ecode": "1801010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT B, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0707130000020004", + "intro": "Le moteur à balais 4 AMS H ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1804010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT E, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1801010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT B fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT H est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1805020000020002", + "intro": "L'odomètre AMS HT F n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1806920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT G est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1804020000020002", + "intro": "L'odomètre AMS HT E n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1800500000020001", + "intro": "La communication AMS HT A est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0705010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS F n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1805500000020001", + "intro": "La communication AMS HT F est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0707900000020001", + "intro": "Le clapet d'échappement 1 AMS H est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "1802500000020001", + "intro": "La communication AMS HT C est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1805010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT F semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "0703300000010001", + "intro": "La carte RFID 1 de l'AMS D a une erreur." + }, + { + "ecode": "0703010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS D, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0707920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS H est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1803920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT D est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1803010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS HT D fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0705500000020001", + "intro": "La communication AMS F est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1806920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS HT G est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1800010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT A semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1802010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT C n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0706010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS G, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1805010000020011", + "intro": "Les paramètres du moteur d'assistance AMS HT F ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1806930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT G est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1807810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT H fonctionne de manière anormale." + }, + { + "ecode": "1804300000010001", + "intro": "La carte RFID 1 de l'AMS HT E a une erreur." + }, + { + "ecode": "1801920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS HT B est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1807310000010001", + "intro": "La carte RFID 2 de l'AMS HT H a une erreur." + }, + { + "ecode": "1804930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS HT E est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1804010000010001", + "intro": "Le moteur d'assistance AMS HT E a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0705810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS F fonctionne de manière anormale." + }, + { + "ecode": "1804010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS HT E n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1802100000020004", + "intro": "Le moteur à balais 1 AMS HT C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1802930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT C est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1806810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS HT G fonctionne de manière anormale." + }, + { + "ecode": "0706010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS G semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1802010000010011", + "intro": "Erreur du paramètre d'étalonnage du moteur d'assistance AMS HT C, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0705010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS F fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1807800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS HT H fonctionne de manière anormale." + }, + { + "ecode": "0706800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS G fonctionne de manière anormale." + }, + { + "ecode": "1806130000020004", + "intro": "Le moteur à balais 4 AMS HT G ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1801930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS HT B est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1802010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS HT C semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1802010000020002", + "intro": "Le moteur d'assistance AMS HT C est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1801010000010001", + "intro": "Le moteur d'assistance AMS HT B a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "0706020000020002", + "intro": "L'odomètre AMS G n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "1802960000010001", + "intro": "Le processus de séchage de l'AMS HT C pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0500010000030007", + "intro": "Impossible d'enregistrer des photos en time-lapse sans carte SD." + }, + { + "ecode": "0300110000020002", + "intro": "La fréquence de résonance de l'axe Y diffère significativement de celle du dernier étalonnage. Veuillez nettoyer les axes carbone et procéder à un étalonnage après l'impression." + }, + { + "ecode": "0300200000010002", + "intro": "Échec origine axe Y. Veuillez vérifier si la tête de l'outil est coincée ou si la tige de carbone n'est pas freinée." + }, + { + "ecode": "0300200000010001", + "intro": "Échec origine axe X. Veuillez vérifier si la tête de l'outil est bloquée ou si la résistance sur le rail linéaire de l'axe X est trop élevée." + }, + { + "ecode": "0300100000020002", + "intro": "La fréquence de résonance de l'axe X diffère significativement de celle du dernier étalonnage. Nettoyez le rail linéaire de l'axe X et effectuez un étalonnage après l'impression." + }, + { + "ecode": "0500040000020039", + "intro": "Veuillez brancher le connecteur du module" + }, + { + "ecode": "0701010000010001", + "intro": "Le moteur d'assistance AMS B a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1200220000020006", + "intro": "L’extrusion du filament 3 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1201220000020005", + "intro": "Le filament 3 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1202110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1203820000020001", + "intro": "Le filament 3 de l'AMS D est peut-être emmêlé ou coincé." + }, + { + "ecode": "0701960000010001", + "intro": "Le processus de séchage de l'AMS B pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0700100000020004", + "intro": "Le moteur à balais 1 AMS A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0702010000020002", + "intro": "Le moteur d'assistance AMS C est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B La bobine RFID du filament 1 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B La bobine RFID du filament 3 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202210000020002", + "intro": "L'emplacement 2 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1202210000020005", + "intro": "Le filament 2 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1202230000030002", + "intro": "Le filament 4 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D La bobine RFID du filament 1 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "0703800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS D fonctionne de manière anormale." + }, + { + "ecode": "0300010000010001", + "intro": "La température du plateau est anormale, le circuit de chauffe pourrait être en court-circuit." + }, + { + "ecode": "0703810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS D fonctionne de manière anormale." + }, + { + "ecode": "0702010000010001", + "intro": "Le moteur d'assistance AMS C a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1200330000020002", + "intro": "Le tag RFID filament 4 AMS A est endommagée." + }, + { + "ecode": "1201200000030001", + "intro": "Le filament 1 AMS B est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Le filament 3 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "Le filament 4 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202130000010001", + "intro": "Le moteur filament 4 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1202720000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS C : L'odométrie du filament 3 peut être défectueuse." + }, + { + "ecode": "1203200000020001", + "intro": "Le filament 1 AMS D est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203210000020004", + "intro": "Le filament 2 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspection de la première couche : veuillez patienter un moment." + }, + { + "ecode": "0701900000020001", + "intro": "Le clapet d'échappement 1 AMS B est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0702920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS C est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1200100000020002", + "intro": "Le moteur de l'AMS A filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Le filament 1 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1200720000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS A : L'odométrie du filament 3 peut être défectueuse." + }, + { + "ecode": "1200830000020001", + "intro": "Le filament 4 de l'AMS A est peut-être emmêlé ou coincé." + }, + { + "ecode": "1202300000020002", + "intro": "Le tag RFID filament 1 AMS C est endommagée." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C La bobine RFID du filament 3 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202830000020001", + "intro": "Le filament 4 de l'AMS C est peut-être emmêlé ou coincé." + }, + { + "ecode": "0701010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS B n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1200230000030002", + "intro": "Le filament 4 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1202120000010001", + "intro": "Le moteur filament 3 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1202210000020001", + "intro": "Le filament 2 AMS C est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1202230000020004", + "intro": "Le filament 4 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202230000030001", + "intro": "Le filament 4 AMS C est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1203100000010001", + "intro": "Le moteur filament 1 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1203110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1203220000020005", + "intro": "Le filament 3 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0703010000020009", + "intro": "Le moteur d’assistance de l’AMS D présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0C0003000001000A", + "intro": "Votre imprimante est en mode usine. Veuillez contacter le support technique." + }, + { + "ecode": "050004000002001A", + "intro": "Le tag RFID du filament 3 AMS C ne peut pas être identifiée." + }, + { + "ecode": "1200200000020006", + "intro": "L’extrusion du filament 1 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1200820000020001", + "intro": "Le filament 3 de l'AMS A est peut-être emmêlé ou coincé." + }, + { + "ecode": "1201220000020004", + "intro": "Le filament 3 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202330000020002", + "intro": "Le tag RFID filament 4 AMS C est endommagée." + }, + { + "ecode": "1203130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0700130000020004", + "intro": "Le moteur à balais 4 AMS A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0700920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS A est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0702910000020001", + "intro": "Le clapet d'échappement 2 AMS C est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0703110000020004", + "intro": "Le moteur à balais 2 AMS D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0701010000020011", + "intro": "Les paramètres du moteur d'assistance AMS B ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0700810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS A fonctionne de manière anormale." + }, + { + "ecode": "1200210000030001", + "intro": "Le filament 2 AMS A est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Le filament 1 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1202710000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS C : L'odométrie du filament 2 peut être défectueuse." + }, + { + "ecode": "1203120000020002", + "intro": "Le moteur de l'AMS D filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0703130000020004", + "intro": "Le moteur à balais 4 AMS D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0500040000020032", + "intro": "Insérez le module laser et verrouillez le levier de déverrouillage rapide." + }, + { + "ecode": "0701920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS B est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0701020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS B : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0702010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS C fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1202220000030002", + "intro": "Le filament 3 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1202230000020002", + "intro": "L'emplacement 4 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0702920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS C est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0701930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS B est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0700010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS A semble mal fonctionner. Le capteur de vitesse pourrait être défectueux.Le contrôle de vitesse du moteur d'assistance AMS A semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "0700500000020001", + "intro": "La communication AMS A est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1200120000020002", + "intro": "Le moteur de l'AMS A filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200220000020002", + "intro": "L'emplacement 3 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1202200000020002", + "intro": "L'emplacement 1 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Le filament 4 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "L'emplacement 1 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1203210000020001", + "intro": "Le filament 2 AMS D est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "0702110000020004", + "intro": "Le moteur à balais 2 AMS C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0703910000020001", + "intro": "Le clapet d'échappement 2 AMS D est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0500040000020015", + "intro": "L'étiquette RFID sur filament 2 AMS B ne peut pas être identifiée." + }, + { + "ecode": "0702020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS C : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1200710000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS A : L'odométrie du filament 2 peut être défectueuse." + }, + { + "ecode": "1201130000010001", + "intro": "Le moteur filament 4 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1201300000030003", + "intro": "Le RFID filament 1 AMS B ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B La bobine RFID du filament 4 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1202220000020002", + "intro": "L'emplacement 3 AMS C est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1202310000030003", + "intro": "Le RFID filament 2 AMS C ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1203220000020004", + "intro": "Le filament 3 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Le filament 4 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1200230000020004", + "intro": "Le filament 4 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A La bobine RFID du filament 4 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1201200000020002", + "intro": "L'emplacement 1 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1202220000020001", + "intro": "Le filament 3 AMS C est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203200000030001", + "intro": "Le filament 1 AMS D est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "0300350000020002", + "intro": "La vitesse du ventilateur de refroidissement du module MC est lente. Il est peut-être coincé et a besoin d'être nettoyé." + }, + { + "ecode": "0703020000020002", + "intro": "L'odomètre AMS D n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "0C00040000020004", + "intro": "Le type de plateforme n'est pas pris en charge pour cette tâche. Veuillez utiliser la bonne plateforme pour continuer." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Le filament 2 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1200220000020005", + "intro": "Le filament 3 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1200230000030001", + "intro": "Le filament 4 AMS A est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A La bobine RFID du filament 1 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1201200000020004", + "intro": "Le filament 1 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1201220000020002", + "intro": "L'emplacement 3 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Le filament 4 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "Le RFID filament 3 AMS B ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1203230000020004", + "intro": "Le filament 4 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1203230000020005", + "intro": "Le filament 4 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0700020000020002", + "intro": "L'odomètre AMS A n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "050004000002001C", + "intro": "Le tag RFID du filament 1 AMS D ne peut pas être identifiée." + }, + { + "ecode": "1200110000010001", + "intro": "Le moteur filament 2 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1200230000020002", + "intro": "L'emplacement 4 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1200310000020002", + "intro": "Le tag RFID filament 2 AMS A est endommagée." + }, + { + "ecode": "1200500000020001", + "intro": "La communication AMS A est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1201210000020006", + "intro": "L’extrusion du filament 2 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1202100000020002", + "intro": "Le moteur de l'AMS C filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1203110000010001", + "intro": "Le moteur filament 2 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "0703010000020011", + "intro": "Les paramètres du moteur d'assistance AMS D ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0701910000020001", + "intro": "Le clapet d'échappement 2 AMS B est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0701110000020004", + "intro": "Le moteur à balais 2 AMS B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0703930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS D est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1200220000030001", + "intro": "Le filament 3 AMS A est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1200800000020001", + "intro": "Le filament 1 de l'AMS A est peut-être emmêlé ou coincé." + }, + { + "ecode": "1201200000020001", + "intro": "Le filament 1 AMS B est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1201200000020006", + "intro": "L’extrusion du filament 1 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1201210000020001", + "intro": "Le filament 2 AMS B est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1201220000030001", + "intro": "Le filament 3 AMS B est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1202200000020006", + "intro": "L’extrusion du filament 1 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1202500000020001", + "intro": "La communication AMS C est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0703010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS D n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0700010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS A n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0701100000020004", + "intro": "Le moteur à balais 1 AMS B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1201300000020002", + "intro": "Le tag RFID filament 1 AMS B est endommagée." + }, + { + "ecode": "1201310000030003", + "intro": "Le RFID filament 2 AMS B ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1201710000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS B : L'odométrie du filament 2 peut être défectueuse." + }, + { + "ecode": "1202130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1202200000030002", + "intro": "Le filament 1 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1202220000020005", + "intro": "Le filament 3 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1203330000030003", + "intro": "Le RFID filament 4 AMS D ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "0700930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS A est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0702010000020011", + "intro": "Les paramètres du moteur d'assistance AMS C ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "0300960000030001", + "intro": "La porte avant est ouverte." + }, + { + "ecode": "050003000002000C", + "intro": "Erreur matérielle sans fil : veuillez activer/désactiver le Wi-Fi ou redémarrer l'appareil." + }, + { + "ecode": "0300090000020001", + "intro": "Le moteur d'extrusion est surchargé. L'extrudeur est peut-être bloqué ou le filament est bloqué dans la tête d'outil." + }, + { + "ecode": "0703930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS D est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "1200200000030001", + "intro": "Le filament 1 AMS A est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1201700000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS B : L'odométrie du filament 1 peut être défectueuse." + }, + { + "ecode": "1201730000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS B : L'odométrie du filament 4 peut être défectueuse." + }, + { + "ecode": "1202220000030001", + "intro": "Le filament 3 AMS C est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1202310000020002", + "intro": "Le tag RFID filament 2 AMS C est endommagée." + }, + { + "ecode": "1202320000020002", + "intro": "Le tag RFID filament 3 AMS C est endommagée." + }, + { + "ecode": "1203220000020002", + "intro": "L'emplacement 3 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1203220000020006", + "intro": "L’extrusion du filament 3 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1203230000020002", + "intro": "L'emplacement 4 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "0C00040000010015", + "intro": "L'insert de protection laser n'a pas été détecté. Veuillez le placer et continuer." + }, + { + "ecode": "0703120000020004", + "intro": "Le moteur à balais 3 AMS D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0700800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS A fonctionne de manière anormale." + }, + { + "ecode": "0500040000020011", + "intro": "L'étiquette RFID sur filament 2 AMS A ne peut pas être identifiée." + }, + { + "ecode": "0500040000020017", + "intro": "L'étiquette RFID sur filament 4 AMS B ne peut pas être identifiée." + }, + { + "ecode": "0701500000020001", + "intro": "La communication AMS B est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1200120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A La bobine RFID du filament 3 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202300000030003", + "intro": "Le RFID filament 1 AMS C ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1203700000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS D : L'odométrie du filament 1 peut être défectueuse." + }, + { + "ecode": "1203800000020001", + "intro": "Le filament 1 de l'AMS D est peut-être emmêlé ou coincé." + }, + { + "ecode": "0701010000020009", + "intro": "Le moteur d’assistance de l’AMS B présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0701020000020002", + "intro": "L'odomètre AMS B n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "0500040000020018", + "intro": "Le tag RFID du filament 1 AMS C ne peut pas être identifiée." + }, + { + "ecode": "0703010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS D fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1200220000020001", + "intro": "Le filament 3 AMS A est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1201210000020002", + "intro": "L'emplacement 2 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1201220000020001", + "intro": "Le filament 3 AMS B est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203200000020004", + "intro": "Le filament 1 AMS D pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1203300000030003", + "intro": "Le RFID filament 1 AMS D ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1200210000020006", + "intro": "L’extrusion du filament 2 AMS A a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1201210000020004", + "intro": "Le filament 2 AMS B pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1201210000020005", + "intro": "Le filament 2 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1202210000030002", + "intro": "Le filament 2 AMS C est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1202220000020006", + "intro": "L’extrusion du filament 3 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1202230000020006", + "intro": "L’extrusion du filament 4 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1203200000030002", + "intro": "Le filament 1 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203220000030002", + "intro": "Le filament 3 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D La bobine RFID du filament 3 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D La bobine RFID du filament 4 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "0701810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS B fonctionne de manière anormale." + }, + { + "ecode": "0701120000020004", + "intro": "Le moteur à balais 3 AMS B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1200110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1201820000020001", + "intro": "Le filament 3 de l'AMS B est peut-être emmêlé ou coincé." + }, + { + "ecode": "1202130000020002", + "intro": "Le moteur de l'AMS C filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0702120000020004", + "intro": "Le moteur à balais 3 AMS C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0702810000010001", + "intro": "Le capteur de courant du chauffage 2 AMS C fonctionne de manière anormale." + }, + { + "ecode": "0702800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS C fonctionne de manière anormale." + }, + { + "ecode": "0703960000010001", + "intro": "Le processus de séchage de l'AMS D pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0700010000010003", + "intro": "Le contrôle du couple du moteur d'assistance AMS A fonctionne mal. Le capteur de courant peut être défectueux." + }, + { + "ecode": "0703020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l’AMS D : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "1200100000010001", + "intro": "Le moteur filament 1 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1200210000020001", + "intro": "Le filament 2 AMS A est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1200220000030002", + "intro": "Le filament 3 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1201230000030001", + "intro": "Le filament 4 AMS B est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1201330000020002", + "intro": "Le tag RFID filament 4 AMS B est endommagée." + }, + { + "ecode": "1202110000020002", + "intro": "Le moteur de l'AMS C filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1202120000020002", + "intro": "Le moteur de l'AMS C filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700010000020009", + "intro": "Le moteur d’assistance de l’AMS A présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "0701010000020002", + "intro": "Le moteur d'assistance AMS B est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200220000020004", + "intro": "Le filament 3 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1201130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Le filament 4 peut être cassé dans le tube PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "Le tag RFID du filament 4 AMS D ne peut pas être identifiée." + }, + { + "ecode": "1200130000010001", + "intro": "Le moteur filament 4 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Le filament 2 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "L’extrusion du filament 3 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1201230000020001", + "intro": "Le filament 4 AMS B est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1201230000020006", + "intro": "L’extrusion du filament 4 AMS B a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1202120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS C est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1202210000020006", + "intro": "L’extrusion du filament 1 AMS C a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1203200000020006", + "intro": "L’extrusion du filament 1 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1203210000030002", + "intro": "Le filament 2 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203720000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS D : L'odométrie du filament 2 peut être défectueuse." + }, + { + "ecode": "0500040000020013", + "intro": "L'étiquette RFID sur filament 4 AMS A ne peut pas être identifiée." + }, + { + "ecode": "1200130000020002", + "intro": "Le moteur de l'AMS A filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201220000030002", + "intro": "Le filament 3 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1201720000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS B : L'odométrie du filament 3 peut être défectueuse." + }, + { + "ecode": "1202330000030003", + "intro": "Le RFID filament 4 AMS C ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1203130000010001", + "intro": "Le moteur filament 4 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Le filament 2 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1203210000030001", + "intro": "Le filament 2 AMS D est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1203230000030001", + "intro": "Le filament 4 AMS D est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "0700960000010001", + "intro": "Le processus de séchage de l'AMS A pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0500040000020010", + "intro": "L'étiquette RFID sur filament 1 AMS A ne peut pas être identifiée." + }, + { + "ecode": "050004000002001E", + "intro": "Le tag RFID du filament 3 AMS D ne peut pas être identifiée." + }, + { + "ecode": "0700010000010001", + "intro": "Le moteur d'assistance AMS A a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1200200000020005", + "intro": "Le filament 1 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1200320000020002", + "intro": "Le tag RFID filament 3 AMS A est endommagée." + }, + { + "ecode": "1202200000020005", + "intro": "Le filament 1 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1202210000030001", + "intro": "Le filament 2 AMS C est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1202320000030003", + "intro": "Le RFID filament 3 AMS C ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1203300000020002", + "intro": "Le tag RFID filament 1 AMS D est endommagée." + }, + { + "ecode": "1203330000020002", + "intro": "Le tag RFID filament 4 AMS D est endommagée." + }, + { + "ecode": "0703100000020004", + "intro": "Le moteur à balais 1 AMS D ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0C00040000020008", + "intro": "Matériau non détecté. Veuillez confirmer le placement et continuer." + }, + { + "ecode": "0701930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS B est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0702500000020001", + "intro": "La communication AMS C est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1201120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1201200000020005", + "intro": "Le filament 1 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1203100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1203110000020002", + "intro": "Le moteur de l'AMS D filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "0700110000020004", + "intro": "Le moteur à balais 2 AMS A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0300310000020002", + "intro": "La vitesse du ventilateur de refroidissement des pièces est lente. Il est peut-être coincé et a besoin d'être nettoyé." + }, + { + "ecode": "0702960000010001", + "intro": "Le processus de séchage de l'AMS C pourrait subir un emballement thermique. Veuillez couper l'alimentation électrique de l'AMS." + }, + { + "ecode": "0700120000020004", + "intro": "Le moteur à balais 3 AMS A ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "1200230000020006", + "intro": "L’extrusion du filament 4 AMS A a échoué ; l’extrudeuse peut être obstruée ou le filament peut être trop fin, ce qui entraîne un glissement de l’extrudeuse." + }, + { + "ecode": "1201810000020001", + "intro": "Le filament 2 de l'AMS B est peut-être emmêlé ou coincé." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Le filament 3 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "Le filament 4 AMS C est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1203220000020001", + "intro": "Le filament 3 AMS D est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203230000030002", + "intro": "Le filament 4 AMS D est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D La bobine RFID du filament 2 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "0703010000010001", + "intro": "Le moteur d'assistance AMS D a patiné. La roue d'extrusion est peut-être usée ou le filament est peut-être trop fin." + }, + { + "ecode": "1200200000020001", + "intro": "Le filament 1 AMS A est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1200210000030002", + "intro": "Le filament 2 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1201230000030002", + "intro": "Le filament 4 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203810000020001", + "intro": "Le filament 2 de l'AMS D est peut-être emmêlé ou coincé." + }, + { + "ecode": "1203830000020001", + "intro": "Le filament 4 de l'AMS D est peut-être emmêlé ou coincé." + }, + { + "ecode": "0C00040000010016", + "intro": "Le levier à dégagement rapide n'est pas verrouillé. Veuillez le pousser vers le bas pour le sécuriser." + }, + { + "ecode": "0701920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS B est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0702130000020004", + "intro": "Le moteur à balais 4 AMS C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0500040000020019", + "intro": "Le tag RFID du filament 2 AMS C ne peut pas être identifiée." + }, + { + "ecode": "0703500000020001", + "intro": "La communication AMS D est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1200130000010003", + "intro": "Le contrôle du couple du moteur filament 4 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Le filament 3 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Le filament 2 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1202230000020001", + "intro": "Le filament 4 AMS C est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203120000010001", + "intro": "Le moteur filament 3 AMS D a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1203710000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS D : L'odométrie du filament 2 peut être défectueuse." + }, + { + "ecode": "1200210000020005", + "intro": "Le filament 2 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1201100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1201100000020002", + "intro": "Le moteur de l'AMS B filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201310000020002", + "intro": "Le tag RFID filament 2 AMS B est endommagée." + }, + { + "ecode": "1201800000020001", + "intro": "Le filament 1 de l'AMS B est peut-être emmêlé ou coincé." + }, + { + "ecode": "1202800000020001", + "intro": "Le filament 1 de l'AMS C est peut-être emmêlé ou coincé." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Le filament 3 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "Le tag RFID filament 2 AMS D est endommagée." + }, + { + "ecode": "1203320000020002", + "intro": "Le tag RFID filament 3 AMS D est endommagée." + }, + { + "ecode": "1203320000030003", + "intro": "Le RFID filament 3 AMS D ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "0703920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS D est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "1201110000010003", + "intro": "Le contrôle du couple du moteur filament 2 AMS B est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1201120000020002", + "intro": "Le moteur de l'AMS B filament 3 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201230000020002", + "intro": "L'emplacement 4 AMS B est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1201230000020005", + "intro": "Le filament 4 AMS B est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1201830000020001", + "intro": "Le filament 4 de l'AMS B est peut-être emmêlé ou coincé." + }, + { + "ecode": "1202200000020004", + "intro": "Le filament 1 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202730000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS C : L'odométrie du filament 4 peut être défectueuse." + }, + { + "ecode": "1203120000010003", + "intro": "Le contrôle du couple du moteur filament 3 AMS D est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1203210000020006", + "intro": "L’extrusion du filament 2 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "1203500000020001", + "intro": "La communication AMS D est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "0702010000020009", + "intro": "Le moteur d’assistance de l’AMS C présente une résistance triphasée déséquilibrée. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "050004000002001B", + "intro": "Le tag RFID du filament 4 AMS C ne peut pas être identifiée." + }, + { + "ecode": "050004000002001D", + "intro": "Le tag RFID du filament 2 AMS D ne peut pas être identifiée." + }, + { + "ecode": "1201210000030002", + "intro": "Le filament 2 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1203100000020002", + "intro": "Le moteur de l'AMS D filament 1 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1203210000020002", + "intro": "L'emplacement 2 AMS D est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1203230000020001", + "intro": "Le filament 4 AMS D est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1203310000030003", + "intro": "Le RFID filament 2 AMS D ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "0702020000020002", + "intro": "L'odomètre AMS C n'émet aucun signal. Le connecteur pourrait être en faux contact." + }, + { + "ecode": "0703920000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 1 AMS D est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0700020000010001", + "intro": "Erreur de vitesse et de longueur du filament de l'AMS A : L'odométrie du filament peut être défectueuse." + }, + { + "ecode": "0702010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS C semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "0703010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS D semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1202110000010001", + "intro": "Le moteur filament 2 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1202200000020001", + "intro": "Le filament 1 AMS C est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1202700000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS C : L'odométrie du filament 1 peut être défectueuse." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Le filament 1 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1203200000020005", + "intro": "Le filament 1 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "050003000001000B", + "intro": "L'écran fonctionne de manière incorrecte, veuillez redémarrer l'appareil." + }, + { + "ecode": "0500040000020016", + "intro": "L'étiquette RFID sur filament 3 AMS B ne peut pas être identifiée." + }, + { + "ecode": "0701010000010003", + "intro": "La contrôle du couple du moteur d'assistance AMS B ne fonctionne pas correctement. Le capteur de courant est peut-être défectueux." + }, + { + "ecode": "1200200000020002", + "intro": "L'emplacement 1 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1200200000030002", + "intro": "Le filament 1 AMS A est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1200210000020002", + "intro": "L'emplacement 2 AMS A est vide. Veuillez en insérer un nouveau." + }, + { + "ecode": "1200700000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS A : L'odométrie du filament 1 peut être défectueuse." + }, + { + "ecode": "1201110000010001", + "intro": "Le moteur filament 2 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1201120000010001", + "intro": "Le moteur filament 3 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1201320000020002", + "intro": "Le tag RFID filament 3 AMS B est endommagée." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C La bobine RFID du filament 4 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "0702930000020002", + "intro": "La vitesse du ventilateur de refroidissement du chauffage 2 AMS C est trop faible, ce qui peut être dû à une résistance excessive du ventilateur." + }, + { + "ecode": "0702010000020010", + "intro": "La résistance du moteur d’assistance de l'AMS C n'est pas correcte. Le moteur d'assistance peut être défectueux." + }, + { + "ecode": "1200300000030003", + "intro": "Le RFID filament 1 AMS A ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1201210000030001", + "intro": "Le filament 2 AMS B est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1201500000020001", + "intro": "La communication AMS B est anormale, veuillez vérifier le câble de connexion." + }, + { + "ecode": "1202210000020004", + "intro": "Le filament 2 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C La bobine RFID du filament 2 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1203730000010001", + "intro": "Erreur de vitesse et de longueur du filament de l'AMS D : L'odomètre du filament 4 peut être défectueux." + }, + { + "ecode": "0701800000010001", + "intro": "Le capteur de courant du chauffage 1 AMS B fonctionne de manière anormale." + }, + { + "ecode": "0703900000020001", + "intro": "Le clapet d'échappement 1 AMS D est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0703010000020002", + "intro": "Le moteur d'assistance AMS D est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200210000020004", + "intro": "Le filament 2 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1200230000020005", + "intro": "Le filament 4 AMS A est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "1200330000030003", + "intro": "Le RFID filament 4 AMS A ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1200730000010001", + "intro": "Erreur de vitesse et de longueur du filament AMS A : L'odométrie du filament 4 peut être défectueuse." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B La bobine RFID du filament 2 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202100000010001", + "intro": "Le moteur filament 1 AMS C a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Le filament 1 peut être cassé dans le tube PTFE." + }, + { + "ecode": "1202200000030001", + "intro": "Le filament 1 AMS C est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1203210000020005", + "intro": "Le filament 2 AMS D est épuisé et la purge de l'ancien filament s'est déroulée de manière anormale, veuillez vérifier si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "0702100000020004", + "intro": "Le moteur à balais 1 AMS C ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0702900000020001", + "intro": "Le clapet d'échappement 1 AMS C est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0701130000020004", + "intro": "Le moteur à balais 4 AMS B ne donne pas de signal, ce qui peut être dû à un mauvais contact dans le connecteur ou à un défaut du moteur." + }, + { + "ecode": "0500040000020014", + "intro": "L'étiquette RFID sur filament 1 AMS B ne peut pas être identifiée." + }, + { + "ecode": "0700010000020002", + "intro": "Le moteur d'assistance AMS A est trop sollicité. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200120000010001", + "intro": "Le moteur filament 3 AMS A a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A La bobine RFID du filament 2 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1200320000030003", + "intro": "Le RFID filament 3 AMS A ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1202220000020004", + "intro": "Le filament 3 AMS C pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C La bobine RFID du filament 1 est cassée ou le circuit matériel RF présente une erreur." + }, + { + "ecode": "1202810000020001", + "intro": "Le filament 2 de l'AMS C est peut-être emmêlé ou coincé." + }, + { + "ecode": "0700910000020001", + "intro": "Le clapet d'échappement 2 AMS A est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0700920000010001", + "intro": "Le ventilateur de refroidissement du chauffage 1 AMS A est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "050003000001000C", + "intro": "Le module de commande du moteur MC ne fonctionne pas correctement. Veuillez éteindre, vérifier la connexion et redémarrer l'appareil." + }, + { + "ecode": "0700900000020001", + "intro": "Le clapet d'échappement 1 AMS A est défectueux, cela pourrait être dû à une résistance excessive." + }, + { + "ecode": "0500040000020012", + "intro": "L'étiquette RFID sur filament 3 AMS A ne peut pas être identifiée." + }, + { + "ecode": "0701010000010004", + "intro": "Le contrôle de vitesse du moteur d'assistance AMS B semble mal fonctionner. Le capteur de vitesse pourrait être défectueux." + }, + { + "ecode": "1200100000010003", + "intro": "Le contrôle du couple du moteur filament 1 AMS A est défectueux. Le capteur de courant peut être défectueux." + }, + { + "ecode": "1200110000020002", + "intro": "Le moteur de l'AMS A filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1200200000020004", + "intro": "Le filament 1 AMS A pourrait être cassé dans la tête de l'outil." + }, + { + "ecode": "1202820000020001", + "intro": "Le filament 3 de l'AMS C est peut-être emmêlé ou coincé." + }, + { + "ecode": "1203130000020002", + "intro": "Le moteur de l'AMS D filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1203220000030001", + "intro": "Le filament 3 AMS D est épuisé: Purge du filament restant, veuillez patienter..." + }, + { + "ecode": "1203230000020006", + "intro": "L’extrusion du filament 4 AMS D a échoué ; l’extrudeur peut être obstruée ou le filament peut être trop fin, ce qui entraîne un patinage de l’extrudeur." + }, + { + "ecode": "0700930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS A est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "0700010000020011", + "intro": "Les paramètres du moteur d'assistance AMS A ont manquants, veuillez retirer les filaments du hub et redémarrer l'AMS." + }, + { + "ecode": "1200230000020001", + "intro": "Le filament 4 AMS A est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "1200300000020002", + "intro": "Le tag RFID filament 1 AMS A est endommagée." + }, + { + "ecode": "1200310000030003", + "intro": "Le RFID filament 2 AMS A ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "1200810000020001", + "intro": "Le filament 2 de l'AMS A est peut-être emmêlé ou coincé." + }, + { + "ecode": "1201100000010001", + "intro": "Le moteur filament 1 AMS B a patiné. La roue d'extrusion peut présenter un dysfonctionnement ou le filament peut être trop fin." + }, + { + "ecode": "1201110000020002", + "intro": "Le moteur de l'AMS B filament 2 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201130000020002", + "intro": "Le moteur de l'AMS B filament 4 est surchargé. Le filament peut être emmêlé ou coincé." + }, + { + "ecode": "1201200000030002", + "intro": "Le filament 1 AMS B est épuisé et il est automatiquement basculé vers un filament similaire." + }, + { + "ecode": "1201330000030003", + "intro": "Le RFID filament 4 AMS B ne peut pas être lu en raison d'une erreur structurelle." + }, + { + "ecode": "0702930000010001", + "intro": "Le ventilateur de refroidissement du chauffage 2 AMS C est bloqué, il y'a peut être un corps étranger dans les pales." + }, + { + "ecode": "12FF200000020001", + "intro": "Le filament du porte-bobine est épuisé, veuillez en insérer un nouveau." + }, + { + "ecode": "12FF200000020002", + "intro": "Le filament du porte-bobine est vide, veuillez en insérer un nouveau." + }, + { + "ecode": "12FF200000020005", + "intro": "Le filament est peut-être cassé dans l'extrudeur." + }, + { + "ecode": "12FF200000020007", + "intro": "Impossible de vérifier la position du filament dans la tête d'impression, cliquez pour obtenir de l'aide supplémentaire." + }, + { + "ecode": "12FF200000030007", + "intro": "Vérification du filament de chaque emplacement AMS, veuillez patienter." + }, + { + "ecode": "12FF800000020001", + "intro": "Le filament du porte-bobine est peut-être emmêlé ou coincé." + }, + { + "ecode": "1200450000020001", + "intro": "Le capteur du coupe-filament ne fonctionne pas correctement. Vérifiez si le connecteur est correctement branché." + }, + { + "ecode": "1200450000020002", + "intro": "La distance de coupe du coupe-filament est trop grande. Le moteur X pourrait perdre des pas." + }, + { + "ecode": "1200450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "1200510000030001", + "intro": "L'AMS est désactivé , veuillez charger le filament depuis le porte-bobine." + }, + { + "ecode": "0C0001000001000A", + "intro": "Le voyant d'appoint de la tête de l'outil est peut-être cassé. Vérifiez s'il vous plaît." + }, + { + "ecode": "0C00020000020002", + "intro": "Le réglage d'exposition de la caméra MIcro Lidar est anormal. L'inspection de la première couche peut être imprécise." + }, + { + "ecode": "0C00020000020008", + "intro": "La ligne laser verticale est trop large. Veuillez vérifier si le lit chauffant est sale." + }, + { + "ecode": "0C00030000010009", + "intro": "Le module d'inspection de la première couche a redémarré anormalement. Le résultat de l'inspection peut être inexact." + }, + { + "ecode": "0C00030000020001", + "intro": "Le paramètre d'exposition du filament est anormal. L'inspection de la première couche peut être imprécise." + }, + { + "ecode": "0C00030000020002", + "intro": "L'inspection de la première couche a été interrompue en raison de données Lidar anormales." + }, + { + "ecode": "0C00030000020004", + "intro": "L'inspection de la première couche n'est pas prise en charge par l'impression actuelle." + }, + { + "ecode": "0C00030000020005", + "intro": "L'analyse Micro Lidar a expiré anormalement et les résultats actuels peuvent être inexacts." + }, + { + "ecode": "0C00030000030006", + "intro": "Les filaments purgés se sont peut-être amassés dans la goulotte d'évacuation. Vérifiez et nettoyez la goulotte d'évacuation." + }, + { + "ecode": "0C00030000030007", + "intro": "D'éventuels défauts de première couche ont été détectés. Vérifiez la qualité de la première couche et décidez si le travail doit être arrêté." + }, + { + "ecode": "0C00030000030008", + "intro": "Des spaghettis possibles ont été détectés. Veuillez vérifier la qualité de l'impression et décider si la tâche doit être arrêtée." + }, + { + "ecode": "0C00030000030010", + "intro": "Votre imprimante semble imprimer sans extruder." + }, + { + "ecode": "07FF200000020001", + "intro": "Le filament externe est épuisé, veuillez charger un nouveau filament." + }, + { + "ecode": "07FF200000020002", + "intro": "Le filament externe est manquant, veuillez charger un nouveau filament." + }, + { + "ecode": "07FF200000020004", + "intro": "Veuillez retirer le filament externe de l'extrudeur." + }, + { + "ecode": "0703300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0703310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0703350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0702300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0702310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0702350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0701300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0701310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0701350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0700300000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0700310000030003", + "intro": "La RFID ne peut pas être lue en raison d'une erreur matérielle ou structurelle." + }, + { + "ecode": "0700350000010001", + "intro": "Le capteur de température et d'humidité a une erreur. La puce peut être défectueuse." + }, + { + "ecode": "0700450000020001", + "intro": "Le capteur du coupe-filament ne fonctionne pas correctement. Vérifiez si le connecteur est correctement branché." + }, + { + "ecode": "0700450000020002", + "intro": "La distance de coupe du coupe-filament est trop grande. Le moteur XY peut perdre des pas." + }, + { + "ecode": "0700450000020003", + "intro": "La poignée du coupe-filament ne s'est pas relâchée. Le manche ou la lame peut être coincé, ou il pourrait y avoir un problème avec la connexion du capteur filament." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "La température de la chambre est anormale. Le capteur de température de l'alimentation peut présenter un court-circuit." + }, + { + "ecode": "0300930000010008", + "intro": "La température de la chambre est anormale. Le capteur de température au niveau de l'alimentation électrique peut avoir un circuit ouvert." + }, + { + "ecode": "0300940000020003", + "intro": "La chambre n'a pas atteint la température souhaitée. La machine cessera d'attendre la température de la chambre." + }, + { + "ecode": "0300940000030002", + "intro": "La valeur de réglage de la température de la chambre dépasse la limite, la valeur limite sera définie." + }, + { + "ecode": "0500020000020002", + "intro": "La connexion au périphérique a échoué. Veuillez vérifier les informations de votre compte." + }, + { + "ecode": "0500020000020004", + "intro": "Utilisateur non autorisé. Veuillez vérifier les informations de votre compte." + }, + { + "ecode": "0500020000020006", + "intro": "Erreur de la fonction de diffusion en continu. Veuillez vérifier votre réseau et réessayer. Vous pouvez redémarrer ou mettre à jour l'imprimante si le problème persiste." + }, + { + "ecode": "0500020000020007", + "intro": "La connexion au service Liveview a échoué. Veuillez vérifier votre connexion réseau." + }, + { + "ecode": "0500030000010001", + "intro": "Le module MC ne fonctionne pas correctement. Redémarrez l'appareil ou vérifiez la connexion des câbles de l'appareil." + }, + { + "ecode": "0500030000010002", + "intro": "La tête d'outil ne fonctionne pas correctement. Redémarrez l'appareil." + }, + { + "ecode": "0500030000010003", + "intro": "Le module AMS est défectueux. Veuillez redémarrer l'appareil." + }, + { + "ecode": "0500030000010005", + "intro": "Le service interne fonctionne mal. Veuillez redémarrer l'appareil." + }, + { + "ecode": "0500030000010006", + "intro": "Une panique du système s'est produite. Veuillez redémarrer l'appareil." + }, + { + "ecode": "0500030000010008", + "intro": "Un blocage du système s'est produit. Veuillez redémarrer l'appareil." + }, + { + "ecode": "0500030000010009", + "intro": "Un blocage du système s'est produit. Il a été récupéré par redémarrage automatique." + }, + { + "ecode": "0500030000010023", + "intro": "Le module de Contrôle de Température de la Chambre ne fonctionne pas correctement. Redémarrez l'appareil." + }, + { + "ecode": "0500030000010025", + "intro": "Il y'a un problème avec la version actuelle du firmware. Veuillez mettre à jour à nouveau." + }, + { + "ecode": "0500040000010004", + "intro": "Le fichier d'impression n'est pas autorisé." + }, + { + "ecode": "0500040000020007", + "intro": "La température du lit dépasse la température de vitrification du filament, ce qui peut provoquer l'obstruction de la buse. Veuillez laisser la porte avant de l'imprimante ouverte ou réduire la température du lit." + }, + { + "ecode": "0300400000020001", + "intro": "La transmission de données via le port série est anormale, peut-être que le système logiciel est défectueux." + }, + { + "ecode": "0300900000010004", + "intro": "Le chauffage de la chambre a échoué. La vitesse du ventilateur de chauffage est trop faible." + }, + { + "ecode": "0300900000010005", + "intro": "Le chauffage de la chambre a échoué. La résistance thermique est trop élevée." + }, + { + "ecode": "0300900000010010", + "intro": "La communication du régulateur de température de la chambre est anormale." + }, + { + "ecode": "0300910000010001", + "intro": "La température du réchauffeur de chambre 1 est anormale. L'appareil de chauffage peut présenter un court-circuit." + }, + { + "ecode": "0300910000010003", + "intro": "La température du réchauffeur de chambre 1 est anormale. Le réchauffeur est en surchauffe." + }, + { + "ecode": "0300910000010006", + "intro": "La température du réchauffeur de chambre 1 est anormale. Le capteur peut présenter un court-circuit." + }, + { + "ecode": "030091000001000A", + "intro": "La température du chauffage de la chambre 1 est anormale. La carte AC peut être endommagée." + }, + { + "ecode": "0300920000010001", + "intro": "La température du réchauffeur de chambre 2 est anormale. L'appareil de chauffage peut présenter un court-circuit." + }, + { + "ecode": "0300920000010002", + "intro": "La température du réchauffeur de chambre 2 est anormale. Le dispositif de chauffage peut avoir un circuit ouvert ou le fusible thermique peut être actif." + }, + { + "ecode": "0300920000010003", + "intro": "La température du chauffage de la chambre 2 est anormale. Le chauffage est en surchauffe." + }, + { + "ecode": "0300920000010006", + "intro": "La température du réchauffeur de chambre 2 est anormale. Le capteur peut présenter un court-circuit." + }, + { + "ecode": "030092000001000A", + "intro": "La température du chauffage de la chambre 2 est anormale. La carte AC peut être endommagée." + }, + { + "ecode": "0300930000010001", + "intro": "La température de la chambre est anormale. Le capteur de température du réchauffeur de chambre peut présenter un court-circuit." + }, + { + "ecode": "0300930000010002", + "intro": "La température de la chambre est anormale. Le capteur de température du réchauffeur de chambre peut présenter un circuit ouvert." + }, + { + "ecode": "0300930000010003", + "intro": "La température de la chambre est anormale. Le capteur de température du réchauffeur de chambre situé à la sortie d'air peut présenter un court-circuit." + }, + { + "ecode": "0300050000010001", + "intro": "Le pilote du moteur surchauffe. Son radiateur peut être desserré ou son ventilateur de refroidissement peut être endommagé." + }, + { + "ecode": "0300060000010001", + "intro": "Motor-A dispose d'un circuit ouvert. La connexion est peut-être desserrée ou le moteur est peut-être tombé en panne." + }, + { + "ecode": "0300060000010002", + "intro": "Le moteur A a un court-circuit. Il est peut-être tombé en panne." + }, + { + "ecode": "0300070000010001", + "intro": "Le moteur B dispose d'un circuit ouvert. La connexion est peut-être desserrée ou le moteur est peut-être en panne." + }, + { + "ecode": "0300070000010002", + "intro": "Le moteur B a un court-circuit. Il est peut-être tombé en panne." + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Z dispose d'un circuit ouvert. La connexion est peut-être desserrée ou le moteur est peut-être en panne." + }, + { + "ecode": "0300080000010002", + "intro": "Le moteur Z a un court-circuit. Il est peut-être tombé en panne." + }, + { + "ecode": "03000A0000010001", + "intro": "La sensibilité du capteur de force du lit chauffant 1 est trop élevée. Il est peut-être coincé entre le bras de tension et le support du lit chauffant, ou la vis de réglage est peut-être trop serrée." + }, + { + "ecode": "03000A0000010002", + "intro": "La sensibilité du capteur de force du lit chauffant 1 est faible. Le capteur de force peut être détaché du bras de contrainte." + }, + { + "ecode": "03000A0000010003", + "intro": "La sensibilité du capteur de force du lit chauffant 1 est trop faible. La connexion électronique au capteur peut être interrompue." + }, + { + "ecode": "03000A0000010004", + "intro": "Une perturbation externe a été détectée lors du test de sensibilité du capteur de force 1. La plaque du lit chauffant a peut-être touché quelque chose à l'extérieur du lit chauffant." + }, + { + "ecode": "03000A0000010005", + "intro": "La tension statique du capteur de force 1 n'est pas de 0. Le lit chauffant peut être bloqué ou le frontal analogique peut être cassé." + }, + { + "ecode": "03000B0000010001", + "intro": "La sensibilité du capteur de force du lit chauffant 2 est trop élevée. Il est peut-être coincé entre le bras de tension et le support du lit chauffant, ou la vis de réglage est peut-être trop serrée." + }, + { + "ecode": "03000B0000010002", + "intro": "La tension statique du capteur de force 2 n'est pas de 0. Le lit chauffant peut être bloqué ou le frontal analogique peut être cassé." + }, + { + "ecode": "03000B0000010003", + "intro": "La sensibilité du capteur de force du lit chauffant 2 est faible. Le capteur de force peut être détaché du bras de contrainte." + }, + { + "ecode": "03000B0000010004", + "intro": "La sensibilité du capteur de force du lit chauffant 2 est trop faible. La connexion électronique au capteur peut être interrompue." + }, + { + "ecode": "03000B0000010005", + "intro": "Une perturbation externe a été détectée lors du test de sensibilité du capteur de force 2. La plaque du lit chauffant a peut-être touché quelque chose à l'extérieur du lit chauffant." + }, + { + "ecode": "03000C0000010001", + "intro": "La sensibilité du capteur de force du lit chauffant 3 est trop élevée. Il est peut-être coincé entre le bras de tension et le support du lit chauffant, ou la vis de réglage est peut-être trop serrée." + }, + { + "ecode": "03000C0000010002", + "intro": "La sensibilité du capteur de force du lit chauffant 3 est faible. Le capteur de force peut être détaché du bras de contrainte." + }, + { + "ecode": "03000C0000010003", + "intro": "La sensibilité du capteur de force du lit chauffant 3 est trop faible. La connexion électronique au capteur peut être interrompue." + }, + { + "ecode": "03000C0000010004", + "intro": "Une perturbation externe a été détectée lors du test de sensibilité du capteur de force 3. La plaque du lit chauffant a peut-être touché quelque chose à l'extérieur du lit chauffant." + }, + { + "ecode": "03000C0000010005", + "intro": "La tension statique du capteur de force 3 n'est pas de 0. Le lit chauffant peut être bloqué ou l'extrémité avant analogique peut être cassée." + }, + { + "ecode": "0300100000020001", + "intro": "Le mode de résonance mécanique du 1er ordre de l'axe X est faible. La courroie de distribution peut être desserrée." + }, + { + "ecode": "0300110000020001", + "intro": "Le mode de résonance mécanique du 1er ordre de l'axe Y est faible. La courroie de distribution peut être desserrée." + }, + { + "ecode": "0300120000020001", + "intro": "Le capot avant de la tête d'outil est tombé." + }, + { + "ecode": "0300130000010001", + "intro": "Le capteur de courant du moteur A est anormal, ce qui peut être dû à une défaillance du circuit d'échantillonnage matériel." + }, + { + "ecode": "0300140000010001", + "intro": "Le capteur de courant du moteur B est anormal, ce qui peut être dû à une défaillance du circuit d'échantillonnage matériel." + }, + { + "ecode": "0300150000010001", + "intro": "Le capteur de courant de Motor-Z est anormal, ce qui peut être dû à une défaillance du circuit d'échantillonnage matériel." + }, + { + "ecode": "0300170000010001", + "intro": "La vitesse du ventilateur de la buse est trop faible ou nulle. Il se peut qu'il soit coincé ou que le connecteur ne soit pas branché correctement." + }, + { + "ecode": "0300170000020002", + "intro": "La vitesse du ventilateur de la buse est faible. Il est peut-être coincé et nécessite un nettoyage." + }, + { + "ecode": "03001B0000010001", + "intro": "Le signal du capteur d'accélération du lit chauffant est faible. Le capteur est peut-être tombé ou a été endommagé." + }, + { + "ecode": "03001B0000010003", + "intro": "Le capteur d'accélération du lit chauffant a détecté une force continue inattendue. Il se peut que le capteur soit bloqué ou que l'extrémité avant analogique soit cassée." + }, + { + "ecode": "03001C0000010001", + "intro": "Le driver du moteur d'extrusion est anormal. Le MOSFET peut être en court-circuit." + }, + { + "ecode": "0300200000010003", + "intro": "Échec origine axe X. La courroie pourrait être détendue." + }, + { + "ecode": "0300200000010004", + "intro": "Échec origine axe Y. La courroie pourrait être détendue." + }, + { + "ecode": "0300010000010002", + "intro": "La température du plateau est anormale, le circuit de chauffe pourrait être interrompu ou le fusible thermique est ouvert." + }, + { + "ecode": "0300010000010003", + "intro": "La température du plateau est anormale, la chauffe dépasse la consigne." + }, + { + "ecode": "0300010000010006", + "intro": "La température du plateau est anormale, le capteur pourrait être un court-circuit." + }, + { + "ecode": "0300010000010007", + "intro": "La température du plateau est anormale, le circuit de mesure est peut être interrompu." + }, + { + "ecode": "030001000001000C", + "intro": "Le lit chauffant fonctionne à pleine charge depuis longtemps. Le système de régulation de la température est peut-être défaillant." + }, + { + "ecode": "0300010000030008", + "intro": "La température du plateau dépasse la limite et se règle automatiquement sur la température limite." + }, + { + "ecode": "0300020000010001", + "intro": "La température de la buse est anormale, le circuit de chauffe pourrait être en court-circuit." + }, + { + "ecode": "0300020000010002", + "intro": "La température de la buse est anormale, le circuit de chauffe pourrait être interrompu." + }, + { + "ecode": "0300020000010003", + "intro": "La température de la buse est anormale, la chauffe dépasse la consigne." + }, + { + "ecode": "0300020000010007", + "intro": "La température de la buse est anormale, le circuit de mesure est peut être interrompu." + } + ] + }, + "device_error": { + "ver": 202510142200, + "fr": [ + { + "ecode": "0C00402C", + "intro": "Erreur de liaison de données de l'appareil. Redémarrez l'imprimante." + }, + { + "ecode": "03004015", + "intro": "La calibration de détection de grumeaux de buse a échoué. Veuillez vous rendre dans \"Assistant\" pour le dépannage." + }, + { + "ecode": "0500803C", + "intro": "Le réglage actuel de la buse ne correspond pas au fichier de tranchage. Continuer à imprimer pourrait affecter la qualité d'impression. Il est recommandé de re-trancher avant de commencer l'impression." + }, + { + "ecode": "0300401F", + "intro": "La tête d'impression n'est pas installée et la tête d'outil ne peut pas faire le retour à l'origine. Mets la tête d'impression en place et continue." + }, + { + "ecode": "0300801E", + "intro": "Le moteur d'extrusion est surchargé, veuillez vérifier si l'extrudeur est obstruée ou si le filament est coincé dans la tête de l'outil." + }, + { + "ecode": "07018007", + "intro": "Impossible d'extruder le filament. Vérifiez si l'extrudeur est obstruée." + }, + { + "ecode": "07028007", + "intro": "Impossible d'extruder le filament. Vérifiez si l'extrudeur est obstruée." + }, + { + "ecode": "07038007", + "intro": "Impossible d'extruder le filament. Vérifiez si l'extrudeur est obstruée." + }, + { + "ecode": "07008007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18058007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "07078007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18078007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "07058007", + "intro": "Impossible d'extruder le filament. Vérifiez si l'extrudeur est obstruée. Après le dépannage, cliquez sur le bouton « Réessayer »." + }, + { + "ecode": "18038007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18018007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18028007", + "intro": "Impossible d'extruder le filament. Vérifiez si l'extrudeur est obstruée. Après le dépannage, cliquez sur le bouton « Réessayer »." + }, + { + "ecode": "18008007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "07048007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18068007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "18048007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "07068007", + "intro": "Impossible d'extruder le filament. Veuillez vérifier si l'extrudeur est bouché, après le dépannage, appuyez sur \"Réessayer\"." + }, + { + "ecode": "03004016", + "intro": "Le nettoyage de la buse a échoué. Cliquez sur l'Assistant pour voir comment régler le problème." + }, + { + "ecode": "0502C014", + "intro": "L'estimation de la quantité de filament restante de l'AMS est activée par défaut et ne peut pas être désactivée." + }, + { + "ecode": "05864096", + "intro": "L'appareil ne peut pas détecter AMS-HT G. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05024098", + "intro": "L'appareil ne peut pas détecter AMS C. Veuillez reconnecter le câble AMS ou redémarrer l'imprimante." + }, + { + "ecode": "05014098", + "intro": "L'appareil ne peut pas détecter AMS B. Veuillez reconnecter le câble AMS ou redémarrer l'imprimante." + }, + { + "ecode": "05814096", + "intro": "L'appareil ne peut pas détecter AMS-HT B. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05844096", + "intro": "L'appareil ne peut pas détecter AMS-HT F. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05824096", + "intro": "L'appareil ne peut pas détecter AMS-HT C. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05034098", + "intro": "L'appareil ne peut pas détecter AMS D. Veuillez reconnecter le câble AMS ou redémarrer l'imprimante." + }, + { + "ecode": "05854096", + "intro": "L'appareil ne peut pas détecter l'AMS-HT E. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05804096", + "intro": "L'appareil ne peut pas détecter AMS-HT A. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05834096", + "intro": "L'appareil ne peut pas détecter AMS-HT D. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05874096", + "intro": "L'appareil ne peut pas détecter AMS-HT H. Veuillez reconnecter le câble AMS-HT ou redémarrer l'imprimante." + }, + { + "ecode": "05004098", + "intro": "L'appareil ne peut pas détecter AMS A. Veuillez reconnecter le câble AMS ou redémarrer l'imprimante." + }, + { + "ecode": "0500807E", + "intro": "Veuillez placer un tapis de découpe StrongGrip sur la base de protection contre les coupures." + }, + { + "ecode": "05008062", + "intro": "Le marqueur de la plaque d'impression n'a pas été détecté. Vérifie que la plaque d'impression est bien positionnée sur le plateau chauffant, avec les quatre coins alignés, et que le marqueur est bien visible. Si la feuille d'impression est exposée à une lumière intense, pense à fermer la porte avant et à bloquer les sources de lumière extérieures." + }, + { + "ecode": "0500808B", + "intro": "L'installation de la caméra BirdsEye a échoué. Veuillez retirer tous les objets et le tapis du plateau chauffant afin de garantir la visibilité des repères. En attendant, assurez-vous que la caméra BirdsEye est correctement installée et retirez tout obstacle susceptible de bloquer la vue de la caméra." + }, + { + "ecode": "0502C012", + "intro": "La tâche ne peut pas être mise en pause." + }, + { + "ecode": "07FFC010", + "intro": "Insérez le filament (plus de 30 cm de long) jusqu'à ce qu'il s'arrête. Une légère fumée pourrait apparaître lors du rinçage. Après insertion, fermez la porte avant et le capot supérieur." + }, + { + "ecode": "05024002", + "intro": "L'imprimante ne dispose pas de données d'étalonnage de l'amélioration de la précision des mouvements ; l'amélioration de la précision des mouvements ne peut pas être activée." + }, + { + "ecode": "05008093", + "intro": "Le manchon en silicone de la buse n'est pas installé; il y a un risque de défaillance du contrôle de la température. Veuillez l'installer correctement et réessayer." + }, + { + "ecode": "05008092", + "intro": "L'initialisation de la caméra de l'outil a échoué. Cette impression peut encore continuer, mais certaines fonctions d'IA seront désactivées. Si vous rencontrez à nouveau ce problème après avoir redémarré, veuillez contacter le support client." + }, + { + "ecode": "05008041", + "intro": "Le filament dans l'extrudeuse est trop froid. L'extrusion pourrait endommager l'extrudeuse. Toujours en train d'alimenter le filament ?" + }, + { + "ecode": "05008040", + "intro": "Le couvercle avant de la tête d'outil est détaché. Déplacer la tête d'outil pourrait endommager l'imprimante. Voulez-vous continuer?" + }, + { + "ecode": "0502C011", + "intro": "Actuellement en mode de production 2D. Veuillez continuer sur l'imprimante." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "L'étalonnage du module de découpe a échoué, ce qui peut entraîner des coupes inexactes. Veuillez vous assurer que le papier d'imprimante blanc de 80g (épaisseur du papier lettre) est correctement positionné et vérifiez si la pointe de la lame de coupe est usée." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "L'appareil est en cours de mise à jour. Veuillez réessayer lorsqu'il est inactif." + }, + { + "ecode": "0300C012", + "intro": "Veuillez chauffer la buse au delà de 170°C." + }, + { + "ecode": "07008023", + "intro": "Le refroidissement de l'AMS A a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07028023", + "intro": "Le refroidissement de l'AMS C a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07038023", + "intro": "Le refroidissement de l'AMS D a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07018023", + "intro": "Le refroidissement de l'AMS B a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07058023", + "intro": "Le refroidissement de l'AMS F a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07048023", + "intro": "Le refroidissement de l'AMS E a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18018023", + "intro": "Le refroidissement de l'AMS-HT B a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07068023", + "intro": "Le refroidissement de l'AMS G a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "07078023", + "intro": "Le refroidissement de l'AMS H a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18048023", + "intro": "Le refroidissement de l'AMS-HT E a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18068023", + "intro": "Le refroidissement de l'AMS-HT G a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18038023", + "intro": "Le refroidissement de l'AMS-HT D a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18058023", + "intro": "Le refroidissement de l'AMS-HT F a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18008023", + "intro": "Le refroidissement de l'AMS-HT A a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18078023", + "intro": "Le refroidissement de l'AMS-HT H a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "18028023", + "intro": "Le refroidissement de l'AMS-HT C a échoué. La température ambiante est peut-être trop élevée. Veuillez utiliser l'appareil dans un environnement approprié." + }, + { + "ecode": "05004010", + "intro": "L'AMS est en train de sécher et ne peut pas être amélioré pour le moment. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05004011", + "intro": "L'imprimante est en train de charger ou de décharger un filament et ne peut pas être mise à jour pour le moment. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05004012", + "intro": "L'appareil est en cours d'impression et ne peut pas être mis à niveau pour le moment. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0500400F", + "intro": "L'AMS est en cours d'initialisation et ne peut pas être mis à niveau pour le moment. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05004013", + "intro": "L'AMS est en service et ne peut pas être mise à jour pour le moment. Veuillez réessayer lorsqu'il est inactif." + }, + { + "ecode": "03008022", + "intro": "Le plateau peut être obstrué lors du déplacement vers le bas. Enlevez tous les objets qui se trouvent sous le plateau et vérifiez qu'il n'y a pas de résistance ou de blocage pendant son mouvement." + }, + { + "ecode": "05004042", + "intro": "En raison des limites de puissance, le démarrage du séchage AMS interrompt les opérations en cours telles que le chauffage de la buse et le fonctionnement du ventilateur. Voulez-vous procéder au séchage ?" + }, + { + "ecode": "05004040", + "intro": "L'imprimante a atteint sa limite de puissance. Veuillez connecter un adaptateur secteur dédié à cet AMS pour permettre le séchage." + }, + { + "ecode": "05004041", + "intro": "Le séchage AMS ne peut pas être démarré pendant l'impression." + }, + { + "ecode": "0500806B", + "intro": "Le levier à dégagement rapide n'est pas verrouillé. Appuyez sur le module de tête d'outil externe pour vous assurer qu'il est correctement inséré, puis abaissez le niveau pour le verrouiller en place." + }, + { + "ecode": "0502C010", + "intro": "En raison des limites de puissance de l'imprimante, l'impression, l'étalonnage, les commandes et autres actions ne peuvent pas être effectués pendant le séchage AMS. Veuillez arrêter le processus de séchage avant de procéder à toute autre opération." + }, + { + "ecode": "03004014", + "intro": "Échec du retour 0 de l'axe Z : anomalie de contrôle de la température." + }, + { + "ecode": "07FFC012", + "intro": "Retirez le capot avant et accrochez-le sur l'axe X. Appuyez sur le coupleur de tube en PTFE noir et débranchez le tube en PTFE. Une fois l'opération terminée, cliquez sur « Continuer »." + }, + { + "ecode": "05004007", + "intro": "L'appareil nécessite une mise à niveau de réparation et l'impression n'est pas disponible pour le moment." + }, + { + "ecode": "05008090", + "intro": "Veuillez fixer le papier d'impression blanc de 80 g au centre de la plate-forme." + }, + { + "ecode": "18068005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18018004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18038005", + "intro": "L'AMS n'a pas réussi à envoyer de filament. Vous pouvez couper l'extrémité de votre filament à plat et le réinsérer. Si ce message persiste, vérifiez que les tubes en PTFE de l'AMS ne présentent aucun signe d'usure." + }, + { + "ecode": "18078004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée." + }, + { + "ecode": "18058004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18078005", + "intro": "L'AMS n'a pas réussi à envoyer de filament. Vous pouvez couper l'extrémité de votre filament à plat et le réinsérer. Si ce message persiste, vérifiez que les tubes en PTFE de l'AMS ne présentent aucun signe d'usure." + }, + { + "ecode": "18008005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18048005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18038004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18008004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18018005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18028004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18028005", + "intro": "L'AMS n'a pas réussi à envoyer de filament. Vous pouvez couper l'extrémité de votre filament à plat et le réinsérer. Si ce message persiste, vérifiez que les tubes en PTFE de l'AMS ne présentent aucun signe d'usure." + }, + { + "ecode": "18058005", + "intro": "L’AMS n’a pas réussi à envoyer de filament. Vous pouvez clipser l’extrémité de votre filament à plat et la réinsérer. Si ce message persiste, veuillez vérifier que les tubes en PTFE d’AMS ne présentent aucun signe d’usure." + }, + { + "ecode": "18048004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18068004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée." + }, + { + "ecode": "07FF8025", + "intro": "Le temps de tirage à froid a expiré. Veuillez rapidement faire fonctionner ou vérifier si le filament est cassé à l'intérieur de l'extrudeuse, et cliquez sur l'assistant pour plus de détails." + }, + { + "ecode": "18018006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18008006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18078006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18028006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18048006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18058006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18038006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "18068006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "0502400E", + "intro": "Échec du démarrage d'une nouvelle tâche : Le tirage à froid de la buse n'a pas été effectué." + }, + { + "ecode": "07008004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07018004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07028005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "07038005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "07FF8005", + "intro": "Le filament n'a pas été introduit à l'extérieur de l'AMS. Veuillez couper l'extrémité du filament à plat et vérifier si la bobine n'est pas bloquée." + }, + { + "ecode": "18068003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07068004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07048003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07078004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18058003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07048005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18FF8005", + "intro": "Le filament n'a pas été introduit à l'extérieur de l'AMS-HT. Veuillez couper l'extrémité du filament à plat et vérifier si la bobine n'est pas bloquée." + }, + { + "ecode": "07048006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07078006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07058006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07028006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07008005", + "intro": "L'AMS n'a pas réussi à envoyer de filament. Vous pouvez couper l'extrémité de votre filament à plat et le réinsérer. Si ce message persiste, vérifiez que les tubes en PTFE de l'AMS ne présentent aucun signe d'usure." + }, + { + "ecode": "07018005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "07028003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07038004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07018003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07038003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07028004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07068003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "18038003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07058004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "07048004", + "intro": "L'AMS n'a pas réussi à retirer le filament. Cela peut être dû à une bobine bloquée ou à l'extrémité du filament coincée durant le cheminement." + }, + { + "ecode": "18008003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "18078003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07058005", + "intro": "L'AMS n'a pas réussi à envoyer de filament. Vous pouvez couper l'extrémité de votre filament à plat et le réinsérer. Si ce message persiste, vérifiez que les tubes en PTFE de l'AMS ne présentent aucun signe d'usure." + }, + { + "ecode": "07068005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "07058003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "18028003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07078003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07078005", + "intro": "L'AMS n'a pas réussi à envoyer le filament. Tu peux couper l'extrémité de ton filament à plat et le réinsérer. Si ce message persiste, vérifie que les tubes en PTFE de l'AMS ne présentent pas de signes d'usure." + }, + { + "ecode": "18048003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "18018003", + "intro": "Le filament n'a pas pu être retiré de l'extrudeuse. Cela peut être dû au fait que l'extrudeuse est bouchée ou que le filament est cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "07008006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07038006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07018006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07068006", + "intro": "Impossible d'introduire le filament dans l'extrudeuse. Cela peut être dû à un filament emmêlé ou à une bobine bloquée. Si ce n'est pas le cas, veuillez vérifier si le tube AMS PTFE est connecté. Veuillez cliquer sur Assistant pour obtenir des instructions de dépannage." + }, + { + "ecode": "07008003", + "intro": "Impossible de retirer le filament de l'extrudeuse. Cela peut être dû à une extrudeuse obstruée ou à un filament cassé à l'intérieur de l'extrudeuse." + }, + { + "ecode": "0502400D", + "intro": "Échec du démarrage d'une nouvelle tâche : le chargement/déchargement du filament n'est pas terminé." + }, + { + "ecode": "03008042", + "intro": "La tâche s'est interrompue parce que la porte est ouverte." + }, + { + "ecode": "05008079", + "intro": "Veuillez placer le carton de Test Laser (350 g) et positionner des bandes de support en dessous pour éviter toute déformation du matériau." + }, + { + "ecode": "0580409C", + "intro": "Le micrologiciel de l'AMS-HT A ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0582409C", + "intro": "Le micrologiciel de l'AMS-HT C ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0584409C", + "intro": "Le micrologiciel de l'AMS-HT E ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0501409D", + "intro": "Le micrologiciel de l'AMS B ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0587409C", + "intro": "Le micrologiciel de l'AMS-HT H ne correspond pas à l'imprimante, l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0503409D", + "intro": "Le micrologiciel de l'AMS D ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0581409C", + "intro": "Le micrologiciel de l'AMS-HT B ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0585409C", + "intro": "Le firmware de l'AMS-HT F ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0502409D", + "intro": "Le micrologiciel de l'AMS C ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0500409D", + "intro": "Le micrologiciel de l'AMS A ne correspond pas à l'imprimante, l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0586409C", + "intro": "Le micrologiciel de l'AMS-HT G ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "03004050", + "intro": "Délai d'étalonnage de la caméra Liveview dépassé ; veuillez redémarrer l'imprimante." + }, + { + "ecode": "0583409C", + "intro": "Le micrologiciel de l'AMS-HT D ne correspond pas à l'imprimante ; l'appareil ne peut pas continuer à fonctionner. Veuillez le mettre à jour sur la page \"Firmware\"." + }, + { + "ecode": "0C008034", + "intro": "L'initialisation de la caméra Liveview a échoué. L'impression peut se poursuivre, mais certaines fonctions de l'IA seront désactivées. Si vous rencontrez à nouveau ce problème après le redémarrage, veuillez contacter le service clientèle." + }, + { + "ecode": "0C008043", + "intro": "L'IA a détecté une agglomération de la buse. Veuillez vérifier l'état de la buse. Se référer à l'assistant pour les solutions." + }, + { + "ecode": "03004008", + "intro": "L'AMS n'a pas réussi à changer le filament." + }, + { + "ecode": "0C00402A", + "intro": "Le marqueur visuel n'a pas été détecté. Veuillez recoller le papier dans la bonne position." + }, + { + "ecode": "05004033", + "intro": "AMS non certifié détecté ou firmware AMS non mis à jour : l'appareil ne peut pas continuer à fonctionner." + }, + { + "ecode": "05004031", + "intro": "Un accessoire non certifié a été détecté et l’appareil ne peut pas continuer à fonctionner. Veuillez utiliser les accessoires Bambu Lab ou passer au dernier micrologiciel." + }, + { + "ecode": "05008085", + "intro": "La caméra de la buse est obstruée" + }, + { + "ecode": "07FF8007", + "intro": "Observez la buse. Si le filament a été extrudé, sélectionnez \"Continuer\" ; si ce n'est pas le cas, poussez légèrement le filament vers l'avant, puis sélectionnez \"Réessayer\"." + }, + { + "ecode": "07FF8002", + "intro": "Le cutter est coincé. Assurez-vous que la poignée du cutter est sortie." + }, + { + "ecode": "0500808C", + "intro": "Un décalage de la plaque d'impression a été détecté. Veuillez aligner la plaque d'impression avec le lit chauffant, puis continuez." + }, + { + "ecode": "07FFC011", + "intro": "Veuillez retirer manuellement et lentement le filament de l'extrudeuse. Cliquez ensuite sur \"Continuer\"." + }, + { + "ecode": "05004039", + "intro": "La tâche en cours ne permet pas l'installation du module laser/coupe, et la tâche a été interrompue." + }, + { + "ecode": "0500403B", + "intro": "Les tâches de laser/découpe ne peuvent pas être lancées sur la machine pour le moment. Veuillez utiliser le logiciel de l'ordinateur pour lancer la tâche." + }, + { + "ecode": "07044025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07004025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07034025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18014025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07024025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18044025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07014025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07074025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18074025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07064025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18064025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18054025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "07054025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18004025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18034025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "18024025", + "intro": "Échec de la lecture des informations sur le filament." + }, + { + "ecode": "0300800D", + "intro": "Il a été détecté que l'extrudeuse n'extrude pas normalement. Si les défauts sont acceptables, sélectionnez \"Reprendre\" pour reprendre le travail d'impression." + }, + { + "ecode": "0500C036", + "intro": "Il s'agit d'une tâche d'impression. Veuillez détacher le module de découpe laser de la tête d'impression." + }, + { + "ecode": "0300804F", + "intro": "Le processus de chargement/déchargement est en cours. Veuillez interrompre le processus ou retirer le module laser/de découpe." + }, + { + "ecode": "0300804E", + "intro": "Il s'agit d'une tâche d'impression. Veuillez détacher le module de découpe laser de la tête d'impression." + }, + { + "ecode": "0500808A", + "intro": "La caméra BirdsEye est installée en décalé. Veuillez vous référer à l'assistant pour la réinstaller." + }, + { + "ecode": "05008089", + "intro": "Tâche interrompue en raison de l'échec du contrôle de présence. Veuillez vérifier l'imprimante pour continuer." + }, + { + "ecode": "05008074", + "intro": "La plateforme laser est décalée. Assurez-vous que les quatre coins de la plate-forme sont alignés avec le lit chauffant et que le marqueur n'est pas obstrué." + }, + { + "ecode": "05FE8081", + "intro": "Le hotend gauche n'est pas installé." + }, + { + "ecode": "05FF8081", + "intro": "Le hotend de droite n'est pas installé." + }, + { + "ecode": "05FF8080", + "intro": "Le hotend de droite n'est pas installé." + }, + { + "ecode": "05FE8080", + "intro": "Le hotend gauche n'est pas installé." + }, + { + "ecode": "05008080", + "intro": "Les hotend gauche et droit ne sont pas installés." + }, + { + "ecode": "05008081", + "intro": "Les hotend gauche et droit ne sont pas installés." + }, + { + "ecode": "05008088", + "intro": "La caméra Birdseye est sale" + }, + { + "ecode": "05008087", + "intro": "La caméra BirdsEye est obstruée" + }, + { + "ecode": "03004002", + "intro": "Le nivellement automatique du lit a échoué ; la tâche a été arrêtée." + }, + { + "ecode": "0C004020", + "intro": "La configuration de la caméra BirdsEye a échoué. Nettoyez tous les objets et retirez le tapis. Assurez-vous que le marqueur n'est pas obstrué. Pendant ce temps, nettoyez la caméra BirdsEye et la caméra Toolhead, et retirez tout objet étranger bloquant leur vue." + }, + { + "ecode": "03008021", + "intro": "Il se peut que la buse ne soit pas installée ou qu'elle ne soit pas correctement installée. Veuillez vous assurer que la buse est correctement installée avant de continuer." + }, + { + "ecode": "03008061", + "intro": "Le mode Adaptive Airflow n'a pas pu être activé ; vérifiez l'état de la porte d'aération." + }, + { + "ecode": "0300801A", + "intro": "Erreur d'extrusion du filament ; veuillez consulter l'assistant pour le dépannage. Une fois le problème résolu, décidez d'annuler ou de reprendre la tâche d'impression en fonction de l'état d'impression réel." + }, + { + "ecode": "05008084", + "intro": "La caméra Live View est sale ; veuillez la nettoyer et continuer." + }, + { + "ecode": "0500401E", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014023", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014025", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "18068012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "10018003", + "intro": "Le mode Time-lapse est réglé sur Traditionnel dans le fichier de découpage. Cela peut provoquer des défauts de surface. Désirez-vous l'activer ?" + }, + { + "ecode": "03008014", + "intro": "La buse est recouverte de filaments ou la plaque d’impression est mal installée. Annulez cette impression et nettoyez la buse ou ajustez la plaque d’impression en fonction de l'état. Vous pouvez également sélectionner « Reprendre » pour reprendre le travail d'impression." + }, + { + "ecode": "03008017", + "intro": "Des corps étrangers ont été détectés sur le lit chauffant. Veuillez contrôler et nettoyer si nécessaire, puis appuyez sur le bouton \"Reprendre\"." + }, + { + "ecode": "0500401C", + "intro": "L'accès au cloud est refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004025", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004026", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004028", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "0501401B", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014020", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014022", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014029", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "07008012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07018012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07028012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07FF8011", + "intro": "Le filament externe est épuisé ; Veuillez charger un nouveau filament." + }, + { + "ecode": "0300801C", + "intro": "La résistance à l'extrusion est anormale. L'extrudeur est peut-être obstruée, veuillez consulter l'assistant. Après avoir résolu le problème, vous pouvez appuyer sur le bouton « Reprendre » pour reprendre le travail d'impression." + }, + { + "ecode": "05008055", + "intro": "Le module laser est installé, mais une plate-forme de découpe est détectée. Veuillez placer une plate-forme laser et effectuer un étalonnage laser." + }, + { + "ecode": "03004020", + "intro": "La détection de la présence de la buse a échoué. La buse n'est peut-être pas montée sur l'extrudeur ou le capteur peut être endommagé." + }, + { + "ecode": "0500402E", + "intro": "Le système ne prend pas en charge le système de fichiers actuellement utilisé par la clé USB. Veuillez remplacer ou formater la clé USB au format FAT32." + }, + { + "ecode": "05008063", + "intro": "La plate-forme n'est pas détectée lors de l'étalonnage ; veuillez vous assurer que la plate-forme laser est correctement placée." + }, + { + "ecode": "05008066", + "intro": "La tâche nécessite une plate-forme de découpe, mais la plate-forme actuelle est une plate-forme laser. Veuillez le remplacer par une plate-forme de coupe (base de protection contre les coupures + tapis de découpe LightGrip)." + }, + { + "ecode": "18008012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18048012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07058012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07068012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07078012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18058012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18078012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07048012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18018012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "05004065", + "intro": "La tâche nécessite une plate-forme laser, mais la plate-forme actuelle est une plate-forme de découpe. Veuillez la remplacer, mesurer l'épaisseur du matériau dans le logiciel, puis relancer la tâche." + }, + { + "ecode": "05004075", + "intro": "Aucune plate-forme laser n'a été détectée, ce qui peut affecter la précision de la mesure de l'épaisseur. Placez correctement la plate-forme laser et assurez-vous que les marqueurs arrière ne sont pas bloqués, puis redémarrez la mesure de l'épaisseur dans le logiciel avant de lancer la tâche." + }, + { + "ecode": "0500807D", + "intro": "Cette tâche nécessite une Plate-forme de Découpe, mais la plate-forme actuelle est une Plate-forme Laser. Veuillez le remplacer par une Plate-forme de Coupe (base de protection de Découpe + tapis de coupe StrongGrip)." + }, + { + "ecode": "03008000", + "intro": "L'impression a été interrompue pour des raisons inconnues. Vous pouvez cliquer sur \"Reprendre\" pour relancer l'impression." + }, + { + "ecode": "03008016", + "intro": "La buse est bouchée par du filament. Annulez cette impression et nettoyez la buse ou appuyez sur le bouton « Reprendre » pour reprendre le travail d'impression." + }, + { + "ecode": "0500401B", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004020", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004022", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004023", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05004029", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "0501401C", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "0501401E", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014026", + "intro": "Accès au cloud refusé. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "05014028", + "intro": "La réponse du cloud n'est pas valide. Si vous avez essayé plusieurs fois et que vous ne parvenez toujours pas, veuillez contacter le service client." + }, + { + "ecode": "07038012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07FF8012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "07FFC00A", + "intro": "Observez la buse. Si le filament a été extrudé, sélectionnez \"Continuer\" ; si ce n'est pas le cas, poussez légèrement le filament vers l'avant, puis sélectionnez \"Réessayer\"." + }, + { + "ecode": "05008064", + "intro": "Placez correctement la plate-forme laser et assurez-vous que les marqueurs arrière ne sont pas bloqués pour l'étalonnage laser." + }, + { + "ecode": "18038012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18028012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "18FF8012", + "intro": "Échec de l'obtention de la table de correspondance AMS ; veuillez sélectionner \"Reprendre\" pour réessayer." + }, + { + "ecode": "05004076", + "intro": "Placez correctement la Plate-forme Laser et assurez-vous que les marqueurs arrière ne sont pas bloqués, puis redémarrez la mesure de l'épaisseur dans le logiciel avant de lancer la tâche." + }, + { + "ecode": "0500807A", + "intro": "La fonction de détection d'objets étrangers ne fonctionne pas. Vous pouvez poursuivre la tâche ou consulter l'assistant pour le dépannage." + }, + { + "ecode": "07FF8010", + "intro": "Vérifier si la bobine de filament externe ou le filament est coincé." + }, + { + "ecode": "03004000", + "intro": "L'impression s'est arrêtée car le retour origine du Z a échoué." + }, + { + "ecode": "0300800A", + "intro": "Une accumulation de purges a été détectée par l'AI Print Monitoring. Veuillez nettoyer les excédents de la goulotte d'évacuation." + }, + { + "ecode": "0300800B", + "intro": "Le cutter est bloqué. Assurez-vous que le levier au niveau de l'extrudeur est sorti et vérifier la connexion du câble du capteur de filament." + }, + { + "ecode": "03008065", + "intro": "La température du module MC est trop élevée. Veuillez consulter le Wiki pour des raisons spécifiques." + }, + { + "ecode": "05004070", + "intro": "Le module laser ou de découpe étant connecté, l'appareil ne peut pas lancer de tâche d'impression 3D." + }, + { + "ecode": "0300400B", + "intro": "Exception de communication interne" + }, + { + "ecode": "03008001", + "intro": "L'impression a été interrompue en raison de la commande pause ajoutée dans le fichier d'impression." + }, + { + "ecode": "05014038", + "intro": "Les paramètres régionaux ne correspondent pas à l'imprimante, veuillez vérifier les paramètres régionaux de l'imprimante." + }, + { + "ecode": "03008051", + "intro": "Le module de coupe est tombé ou le câble du module de coupe est déconnecté ; veuillez vérifier le module." + }, + { + "ecode": "0C004024", + "intro": "La caméra Birdseye est installée de manière décalée. Veuillez vous référer au guide pour la réinstaller." + }, + { + "ecode": "10018004", + "intro": "La Tour d'Essuyage n'est pas activée et le mode Timelapse est réglé sur Lisse dans ce travail d'impression. Cela peut entraîner des défauts de surface. Voulez-vous continuer ?" + }, + { + "ecode": "03008041", + "intro": "Délai de détection de la plate-forme : veuillez redémarrer l'imprimante." + }, + { + "ecode": "03004067", + "intro": "Le résultat de l'étalonnage dépasse le seuil." + }, + { + "ecode": "18008011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "18078011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même emplacement pour reprendre." + }, + { + "ecode": "18038011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "18018011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "18058011", + "intro": "Le filament AMS-HT est épuisé. Veuillez insérer un nouveau filament dans le même emplacement." + }, + { + "ecode": "18068011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "18048011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "03004011", + "intro": "L'étalonnage de la dynamique des flux a échoué ; veuillez relancer l'impression ou l'étalonnage." + }, + { + "ecode": "18028011", + "intro": "Le filament AMS-HT s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "05008072", + "intro": "La caméra Liveview est bloquée" + }, + { + "ecode": "05008083", + "intro": "Le matériau n'est pas autorisé lors de l'Étalonnage du Support. Veuillez retirer le matériel de la plateforme." + }, + { + "ecode": "1800C06A", + "intro": "L'AMS HT A lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C06A", + "intro": "L'AMS HT F lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1807C06C", + "intro": "L'AMS HT H est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1800C06C", + "intro": "L'AMS HT A est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1807C06B", + "intro": "L'AMS HT H est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "10014002", + "intro": "Le timelapse n'est pas pris en charge car la séquence d'impression est réglée sur « Par objet »." + }, + { + "ecode": "1800C06D", + "intro": "L'AMS HT A aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1803C06A", + "intro": "L'AMS HT D lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1803C06C", + "intro": "L'AMS HT D est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C06C", + "intro": "L'AMS HT F est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1803C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT D. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1802C06A", + "intro": "L'AMS HT C lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C06E", + "intro": "Le moteur AMS HT F effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C06C", + "intro": "L'AMS HT G est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C06D", + "intro": "L'AMS HT G aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1800C06E", + "intro": "Le moteur AMS HT A effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT F. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1807C06D", + "intro": "L'AMS HT H aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1802C06C", + "intro": "L'AMS HT C est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1807C06A", + "intro": "L'AMS HT H lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1801C06A", + "intro": "L'AMS HT B lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1807C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT H. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1803C06E", + "intro": "Le moteur AMS HT D effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1801C06D", + "intro": "L'AMS HT B aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C06B", + "intro": "L'AMS HT F est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1802C06D", + "intro": "L'AMS HT C aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1802C06E", + "intro": "Le moteur AMS HT C effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1804C06C", + "intro": "L'AMS HT E est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1804C06A", + "intro": "L'AMS HT E lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT G. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1804C06D", + "intro": "L'AMS HT E aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C06B", + "intro": "L'AMS HT G est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1800C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT A. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1802C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT C. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1801C06C", + "intro": "L'AMS HT B est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1807C06E", + "intro": "Le moteur AMS HT H effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1000C003", + "intro": "L'activation de Timelapse en mode traditionnel peut entraîner des erreurs ; veuillez activer cette fonctionnalité si nécessaire." + }, + { + "ecode": "1804C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT E. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1801C06E", + "intro": "Le moteur AMS HT B effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1805C06D", + "intro": "L'AMS HT F aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1803C06D", + "intro": "L'AMS HT D aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1801C06B", + "intro": "L'AMS HT B est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C06E", + "intro": "Le moteur AMS HT G effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1801C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS HT B. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "1804C06E", + "intro": "Le moteur AMS HT E effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1803C06B", + "intro": "L'AMS HT D est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1804C06B", + "intro": "L'AMS HT E est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1806C06A", + "intro": "L'AMS HT G lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1802C06B", + "intro": "L'AMS HT C est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "1800C06B", + "intro": "L'AMS HT A est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "10014001", + "intro": "Le timelapse n'est pas pris en charge car le mode Spiral Vase est activé dans les préréglages de découpage." + }, + { + "ecode": "0500806E", + "intro": "Des corps étrangers ont été détectés sur le lit chauffant ; veuillez vérifier et nettoyer le lit chauffant." + }, + { + "ecode": "05004004", + "intro": "L'appareil est occupé et ne peut pas démarrer une nouvelle tâche. Veuillez attendre que la tâche en cours soit terminée avant d'envoyer une nouvelle tâche." + }, + { + "ecode": "0C004025", + "intro": "La caméra Birdseye est sale ; veuillez la nettoyer et recommencer le processus." + }, + { + "ecode": "05008061", + "intro": "Aucune plaque d'impression n'a été détectée ; veuillez vous assurer qu'elle est correctement placée." + }, + { + "ecode": "0701C06C", + "intro": "L'AMS B est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0701C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS B. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "0700C06E", + "intro": "Le moteur AMS A effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0703C06C", + "intro": "L'AMS D est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0703C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS D. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "0701C06B", + "intro": "L'AMS B est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0700C06C", + "intro": "L'AMS A est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS C. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "0703C06B", + "intro": "L'AMS D est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "03008054", + "intro": "Veuillez placer le papier requis pour Print Then Cut." + }, + { + "ecode": "0703C06D", + "intro": "L'AMS D aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0701C06D", + "intro": "L'AMS B aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C06A", + "intro": "L'AMS C lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C06E", + "intro": "Le moteur AMS C effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C06C", + "intro": "L'AMS C est en mode d'assistance à l'alimentation. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C06B", + "intro": "L'AMS C est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0700C06D", + "intro": "L'AMS A aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0701C06A", + "intro": "L'AMS B lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0702C06D", + "intro": "L'AMS C aide à l'insertion du filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05008082", + "intro": "Veuillez retirer le film protecteur de l'acrylique brillant opaque avant le traitement" + }, + { + "ecode": "0703C06A", + "intro": "L'AMS D lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0700C06B", + "intro": "L'AMS A est en train de changer de filament. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05008060", + "intro": "Le module actuel sur la tête d'outil ne répond pas aux exigences. Veuillez remplacer le module conformément aux instructions qui s'affichent à l'écran." + }, + { + "ecode": "0700C069", + "intro": "Une erreur s'est produite lors du séchage avec l'AMS A. Accédez à l'Assistant pour plus de détails." + }, + { + "ecode": "0701C06E", + "intro": "Le moteur AMS B effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0700C06A", + "intro": "L'AMS A lit la puce RFID. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "0703C06E", + "intro": "Le moteur AMS D effectue un autotest. Impossible de démarrer le séchage. Veuillez réessayer ultérieurement." + }, + { + "ecode": "05008056", + "intro": "Le module de découpe est installé, mais la plate-forme laser est détectée. Veuillez placer la plate-forme de découpe pour l'étalonnage." + }, + { + "ecode": "0500C07F", + "intro": "L'appareil est occupé et ne peut pas effectuer cette opération. Pour continuer, veuillez suspendre ou arrêter la tâche en cours." + }, + { + "ecode": "0C008016", + "intro": "La fonction de détection d'objets étrangers ne fonctionne pas. Vous pouvez poursuivre la tâche ou consulter l'assistant pour trouver des solutions." + }, + { + "ecode": "07FF8001", + "intro": "Impossible de couper le filament. Veuillez vérifier la lame du cutter." + }, + { + "ecode": "18FF8001", + "intro": "Impossible de couper le filament. Vérifiez le cutter." + }, + { + "ecode": "07018016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07048016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18028016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07078016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18018016", + "intro": "L’extrudeur n’extrude pas normalement ; veuillez vous adresser à l’Assistant. Après le dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18008016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "0C004021", + "intro": "La configuration de la caméra BirdsEye a échoué ; redémarrez l'imprimante." + }, + { + "ecode": "0C004026", + "intro": "L'initialisation de la caméra Live View a échoué ; assurez-vous que la caméra est correctement installée." + }, + { + "ecode": "07008016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07038016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07028016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07068016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18048016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18068016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18078016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18038016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "07058016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "18058016", + "intro": "L'extrudeur n'extrude pas normalement ; veuillez vous référer à l'assistant. Après un dépannage. Si les défauts sont acceptables, veuillez cliquer sur le bouton « Réessayer »." + }, + { + "ecode": "0C00402D", + "intro": "La caméra Toolhead ne fonctionne pas correctement ; redémarrez l'appareil." + }, + { + "ecode": "07FF8004", + "intro": "Impossible de ramener le filament de la tête d'outil vers AMS. Vérifiez si le filament ou la bobine est coincé." + }, + { + "ecode": "0500805C", + "intro": "Le type de tapis de découpe ne correspond pas ; Veuillez placer un tapis de découpe LightGrip." + }, + { + "ecode": "05008059", + "intro": "La base de la plate-forme de coupe n'est pas correctement alignée. Assurez-vous que les quatre coins de la plate-forme sont alignés avec le lit chauffant." + }, + { + "ecode": "0500806C", + "intro": "Placez correctement la plate-forme de découpe et assurez-vous que le marqueur est exposé." + }, + { + "ecode": "07018013", + "intro": "Délai de purge de l'ancien filament trop long : veuillez vérifier si le filament est bloqué ou si l'extrudeur est obstruée." + }, + { + "ecode": "0500805A", + "intro": "Veuillez placer le tapis de découpe sur la base de protection contre les coupures." + }, + { + "ecode": "07068013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18038013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18008013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18048013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18028013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18058013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "07048013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "05008071", + "intro": "La plate-forme n'est pas détectée ; veuillez vous assurer que la plaque de découpe est correctement placée." + }, + { + "ecode": "05008073", + "intro": "Le bloc limiteur du plateau chauffant est obstrué ou contaminé. Nettoyez et assurez-vous que le bloc limite est visible, sinon la détection du décalage de position de la plate-forme risque d'être inexacte." + }, + { + "ecode": "05008068", + "intro": "Placez correctement le tapis de découpe à forte adhérence et assurez-vous que le marqueur est exposé." + }, + { + "ecode": "0500807C", + "intro": "Veuillez placer la plate-forme de coupe (base de protection contre les coupures + tapis de découpe StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Veuillez placer un tapis de découpe LightGrip sur la base de protection contre les coupures." + }, + { + "ecode": "07008013", + "intro": "Délai de purge de l'ancien filament trop long : veuillez vérifier si le filament est bloqué ou si l'extrudeur est obstruée." + }, + { + "ecode": "07028013", + "intro": "Délai de purge de l'ancien filament trop long : veuillez vérifier si le filament est bloqué ou si l'extrudeur est obstruée." + }, + { + "ecode": "07038013", + "intro": "Délai de purge de l'ancien filament trop long : veuillez vérifier si le filament est bloqué ou si l'extrudeur est obstruée." + }, + { + "ecode": "0500806F", + "intro": "Le type de tapis de découpe ne correspond pas ; veuillez placer un tapis de découpe StrongGrip." + }, + { + "ecode": "18068013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "07058013", + "intro": "Délais de purge de l’ancien filament trop long: Veuillez vérifier si le filament est coincé ou si l'extrudeuse est obstruée." + }, + { + "ecode": "07078013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18018013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "18078013", + "intro": "Le temps de purge de l'ancien filament est dépassé: Veuillez vérifier si le filament est bloqué ou si l'extrudeur est bouché. Après le dépannage, cliquez sur le bouton de Réessayer." + }, + { + "ecode": "03004052", + "intro": "Échec de l’origine de l'axe Z de la lame" + }, + { + "ecode": "05008058", + "intro": "Placez correctement le tapis de découpe à prise légère et assurez-vous que le marqueur est exposé." + }, + { + "ecode": "0500807B", + "intro": "Veuillez placer la plate-forme de coupe (base de protection contre les coupures + tapis de découpe LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "La fonction de détection d'objets étrangers ne fonctionne pas. Vous pouvez poursuivre la tâche ou consulter l'assistant pour le dépannage." + }, + { + "ecode": "0500805B", + "intro": "Le type de tapis de découpe est inconnu ; veuillez le remplacer par le tapis de découpe approprié." + }, + { + "ecode": "03008064", + "intro": "La température de la chambre est trop élevée. Veuillez ouvrir le capot supérieur et la porte avant pour refroidir. (La détection des portes ouvertes sera désactivée pour cette impression.)" + }, + { + "ecode": "0C008017", + "intro": "Des objets étrangers ont été détectés sur la plateforme ; veuillez les nettoyer rapidement." + }, + { + "ecode": "05008077", + "intro": "Le marqueur visuel n'a pas été détecté. Assurez-vous que le papier est correctement placé." + }, + { + "ecode": "05008078", + "intro": "Le contenu actuel ne correspond pas aux paramètres du fichier tranché. Veuillez charger le bon matériau et assurez-vous que le code QR sur le matériau n'est pas endommagé ou sale." + }, + { + "ecode": "0500403F", + "intro": "Échec du téléchargement de la tâche d'impression ; veuillez vérifier votre connexion réseau." + }, + { + "ecode": "0500403D", + "intro": "Le module Toolhead n'est pas configuré. Veuillez le configurer avant de lancer la tâche." + }, + { + "ecode": "0300400C", + "intro": "La tâche a été annulée." + }, + { + "ecode": "05008051", + "intro": "La plaque d'impression détectée n'est pas la même que celle du Gcode. Veuillez modifier les réglages du trancheur ou utiliser la plaque appropriée." + }, + { + "ecode": "18038017", + "intro": "Séchage en cours de l'AMS H. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "07078010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18048010", + "intro": "Le moteur d’assistance AMS-HT est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18038010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament enchevêtré ou à une bobine coincée." + }, + { + "ecode": "18028010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18008010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament enchevêtré ou à une bobine coincée." + }, + { + "ecode": "18018017", + "intro": "Séchage en cours de l'AMS F. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "18078010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18028017", + "intro": "Séchage en cours de l'AMS G. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "18008017", + "intro": "Séchage en cours de l'AMS E. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "07068011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "0C004027", + "intro": "L'étalonnage de la caméra Live View a échoué. Consultez l'assistant pour plus de détails et recalibrez la caméra après le traitement." + }, + { + "ecode": "07058010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18018010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament enchevêtré ou à une bobine coincée." + }, + { + "ecode": "18068010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "18058010", + "intro": "Le moteur d'assistance AMS-HT est surchargé. Cela peut être dû à un filament enchevêtré ou à une bobine coincée." + }, + { + "ecode": "07048010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "07068010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "07078011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07058011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07048011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "0C008015", + "intro": "Objets détectés sur la plateforme ; merci de les nettoyer dans les meilleurs délais." + }, + { + "ecode": "05024006", + "intro": "Module inconnu détecté, veuillez essayer de mettre à jour le firmware vers la dernière version." + }, + { + "ecode": "07018017", + "intro": "Séchage en cours de l'AMS B. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "07028017", + "intro": "Séchage en cours de l'AMS C. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "03004013", + "intro": "L'impression ne peut pas être lancée pendant le séchage de l'AMS." + }, + { + "ecode": "07038017", + "intro": "Séchage en cours de l'AMS D. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "07008017", + "intro": "Séchage en cours de l'AMS A. Veuillez arrêter le processus de séchage avant de charger/décharger le matériel." + }, + { + "ecode": "07FFC003", + "intro": "Veuillez retirer le filament du porte-bobine. Si ce message persiste, vérifiez s'il n'y a pas de filament cassé dans l'extrudeur ou le tube en PTFE. (Connectez le tube en PTFE si vous êtes sur le point d'utiliser AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Veuillez retirer le filament du porte-bobine. Si ce message persiste, vérifiez s'il n'y a pas de filament cassé dans l'extrudeur ou le tube en PTFE. (Connectez le tube en PTFE si vous êtes sur le point d'utiliser AMS)" + }, + { + "ecode": "0500405D", + "intro": "Erreur de numéro de série du module laser : impossible de calibrer ou de réaliser un projet." + }, + { + "ecode": "0500805E", + "intro": "Erreur de numéro de série du module de découpe : impossible de calibrer ou de réaliser un projet." + }, + { + "ecode": "0500C010", + "intro": "Échec de lecture-écriture sur clé USB ; veuillez la réinsérer ou la remplacer." + }, + { + "ecode": "0500402F", + "intro": "Les données du secteur de la clé USB sont endommagées ; veuillez la formater. Si elle n'est toujours pas reconnue, remplacez la clé USB." + }, + { + "ecode": "05008053", + "intro": "Une erreur de correspondance des buses a été détectée pendant l'impression. Veuillez lancer l'impression après le re-découpage ou continuer l'impression après avoir remplacé la buse appropriée. Attention : la température de la tête d'impression est élevée." + }, + { + "ecode": "05024003", + "intro": "L'imprimante est en train d'imprimer et la fonction d'amélioration de la précision des mouvements ne peut pas être activée ou désactivée." + }, + { + "ecode": "05024005", + "intro": "L'AMS n'a pas encore été étalonné, l'impression ne peut donc pas être lancée." + }, + { + "ecode": "07FF8003", + "intro": "Veuillez retirer le filament venant du porte-bobine. Si ce message persiste, vérifiez s'il n'y a pas de filament cassé dans l'extrudeur. (Connectez le tube en PTFE si vous êtes sur le point d'utiliser AMS)" + }, + { + "ecode": "03008049", + "intro": "La plaque actuelle n'est pas valide." + }, + { + "ecode": "05004008", + "intro": "Le démarrage de l'impression a échoué. Veuillez redémarrer l'imprimante et renvoyer le travail d'impression." + }, + { + "ecode": "0500400B", + "intro": "Un problème s'est produit lors du téléchargement d'un fichier. Vérifiez votre connexion réseau et renvoyez le travail d'impression." + }, + { + "ecode": "05004018", + "intro": "Échec de l’analyse des informations de configuration de liaison, veuillez réessayer." + }, + { + "ecode": "0500402C", + "intro": "Impossible d'obtenir l'adresse IP, cela peut être dû à une interférence sans fil entraînant une défaillance de la transmission des données ou une saturation du pool d'adresses DHCP du routeur. Rapprochez l'imprimante du routeur et réessayez. Si le problème persiste, vérifiez les paramètres du routeur pour voir si les adresses IP sont épuisées." + }, + { + "ecode": "0500400A", + "intro": "Le nom du fichier n'est pas pris en charge. Veuillez le renommer et relancer la tâche d'impression." + }, + { + "ecode": "0500400D", + "intro": "Exécutez un auto-test et redémarrez le travail d'impression." + }, + { + "ecode": "0501401A", + "intro": "L'accès au cloud a échoué. Parmi les raisons possibles figurent l'instabilité du réseau due à des interférences, l'impossibilité d'accéder à Internet ou des restrictions de configuration du pare-feu du routeur. Vous pouvez essayer de rapprocher l'imprimante du routeur ou de vérifier la configuration du routeur, puis réessayer." + }, + { + "ecode": "05014033", + "intro": "La région de votre application ne correspond pas à celle de votre imprimante, veuillez télécharger l'application dans la région correspondante et enregistrer à nouveau votre compte." + }, + { + "ecode": "0500402D", + "intro": "Erreur système" + }, + { + "ecode": "03008047", + "intro": "Délai de détection du levier de serrage rapide dépassé : veuillez redémarrer l'imprimante." + }, + { + "ecode": "03008008", + "intro": "Dysfonctionnement de la température de la buse" + }, + { + "ecode": "03008009", + "intro": "Dysfonctionnement de la température du plateau chauffant" + }, + { + "ecode": "05004002", + "intro": "Chemin ou nom de fichier d'impression non pris en charge. Veuillez renvoyer le travail d'impression." + }, + { + "ecode": "05004006", + "intro": "Il n'y a pas assez d'espace de stockage libre pour le travail d'impression. La restauration des paramètres d'usine peut libérer de l'espace disponible." + }, + { + "ecode": "05014039", + "intro": "La connexion à l'appareil a expiré ; veuillez réessayer de vous connecter." + }, + { + "ecode": "03008046", + "intro": "Délai de détection d'un objet étranger dépassé : veuillez redémarrer l'imprimante." + }, + { + "ecode": "03008062", + "intro": "La température de la chambre est trop élevée. Cela peut être dû à une température ambiante élevée." + }, + { + "ecode": "03008045", + "intro": "Délai de détection du matériau dépassé : redémarrez l'imprimante." + }, + { + "ecode": "0300800C", + "intro": "Saut de pas détecté: récupération automatique terminée, veuillez reprendre l'impression et vérifier s'il y a des problèmes de décalage de couche." + }, + { + "ecode": "0500401A", + "intro": "L'accès au cloud a échoué. Les raisons possibles incluent l'instabilité du réseau causée par des interférences, l'impossibilité d'accéder à Internet ou les restrictions de configuration du pare-feu du routeur. Vous pouvez essayer de rapprocher l'imprimante du routeur ou de vérifier la configuration du routeur avant de réessayer." + }, + { + "ecode": "05014018", + "intro": "L'analyse des informations de configuration de liaison a échoué ; veuillez réessayer." + }, + { + "ecode": "0300400F", + "intro": "La tension d'alimentation ne correspond pas à celle de l'imprimante." + }, + { + "ecode": "05024004", + "intro": "Certaines fonctionnalités ne sont pas prises en charge par l'appareil actuel. Vérifiez les paramètres des fonctionnalités de Studio ou mettez à jour le firmware vers la dernière version." + }, + { + "ecode": "0500806D", + "intro": "Matériau non détecté. Veuillez confirmer le placement et continuer." + }, + { + "ecode": "0C004022", + "intro": "La configuration de la caméra BirdsEye a échoué. Vérifiez si le module laser fonctionne correctement." + }, + { + "ecode": "0300801D", + "intro": "Le capteur de position du servomoteur de l'extrudeuse fonctionne mal. Veuillez d'abord mettre l'imprimante hors tension et vérifier si le câble de connexion est desserré." + }, + { + "ecode": "07038002", + "intro": "Le cutter est bloqué. Assurez-vous que le manche du couteau est sorti." + }, + { + "ecode": "0C00403D", + "intro": "La plaque du codeur de vision n'a pas été détectée. Vérifiez qu'il est correctement positionné sur le lit chauffant." + }, + { + "ecode": "07028002", + "intro": "Le cutter est bloqué. Assurez-vous que le levier est sorti." + }, + { + "ecode": "07018002", + "intro": "Le cutter est bloqué. Assurez-vous que le manche du couteau est sorti." + }, + { + "ecode": "0C00C004", + "intro": "Une possible défaillance des spaghettis a été détectée." + }, + { + "ecode": "05004043", + "intro": "En raison des limites de puissance, un seul AMS est autorisé à utiliser l'alimentation de l'appareil pour le séchage." + }, + { + "ecode": "05004052", + "intro": "Erreur détectée sur le hotend." + }, + { + "ecode": "05004050", + "intro": "Une erreur a été détectée sur la carte d'impression." + }, + { + "ecode": "03004068", + "intro": "Une perte de pas s'est produite pendant le processus d'amélioration de la précision des mouvements. Veuillez réessayer." + }, + { + "ecode": "05004054", + "intro": "Erreur détectée sur le tapis." + }, + { + "ecode": "0500403E", + "intro": "La tête d'outil actuelle ne prend pas en charge l'initialisation." + }, + { + "ecode": "03004066", + "intro": "L'étalonnage de la précision du mouvement a échoué." + }, + { + "ecode": "0C00C006", + "intro": "Il se peut que du filament purgé se soit accumulé dans la goulotte à déchets." + }, + { + "ecode": "03008063", + "intro": "La température de la chambre est trop élevée. Veuillez ouvrir le capot supérieur et la porte avant pour refroidir." + }, + { + "ecode": "0C00800B", + "intro": "Le marqueur du lit chauffant n'a pas été détecté. Nettoyez tous les objets et retirez le tapis. Assurez-vous que le marqueur n'est pas obstrué." + }, + { + "ecode": "0C004029", + "intro": "Matériau non détecté. Veuillez confirmer le placement et continuer." + }, + { + "ecode": "0C008005", + "intro": "Le filament purgé s'est amassé dans la goulotte d'évacuation, ce qui peut provoquer une collision de la tête de l'outil." + }, + { + "ecode": "0C008033", + "intro": "Le levier à dégagement rapide n'est pas verrouillé. Veuillez le pousser vers le bas pour le sécuriser." + }, + { + "ecode": "0C008009", + "intro": "Le marqueur de localisation de la plaque d'impression est introuvable." + }, + { + "ecode": "1000C001", + "intro": "Une température élevée du lit peut entraîner le bouchage du filament dans la buse. Vous devriez ouvrir la porte du caisson." + }, + { + "ecode": "1000C002", + "intro": "L'impression d'un matériau CF avec de l'acier inoxydable peut dommager la buse." + }, + { + "ecode": "07038010", + "intro": "Le moteur d'assistance de l'AMS est surchargé, veuillez vérifier si la bobine ou le filament est bloqué, après le dépannage, cliquez sur le bouton de réessai." + }, + { + "ecode": "07038011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07FF8006", + "intro": "Veuillez introduire le filament dans le tube en PTFE jusqu'à ce qu'il arrive en butée." + }, + { + "ecode": "07FFC006", + "intro": "Veuillez introduire le filament dans le tube en PTFE jusqu'à ce qu'il arrive en butée." + }, + { + "ecode": "07FFC009", + "intro": "Veuillez introduire le filament dans le tube en PTFE jusqu'à ce qu'il arrive en butée." + }, + { + "ecode": "07028010", + "intro": "Le moteur d'assistance de l'AMS est surchargé, veuillez vérifier si la bobine ou le filament est bloqué, après le dépannage, cliquez sur le bouton de réessai." + }, + { + "ecode": "07028011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07018010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "07018011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07008011", + "intro": "Le filament AMS s'est épuisé. Insérez un nouveau filament dans le même filament AMS." + }, + { + "ecode": "07008002", + "intro": "La fraise est coincée. Veuillez retirer la poignée du cutter et cliquer sur le bouton Réessayer." + }, + { + "ecode": "07008010", + "intro": "Le moteur d'assistance AMS est surchargé. Cela peut être dû à un filament emmêlé ou à une bobine coincée." + }, + { + "ecode": "0501401D", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "0501401F", + "intro": "L'autorisation a expiré. Veuillez vous assurer que votre téléphone ou PC a accès à l'internet et que l'application Bambu Studio/Bambu Handy APP est en cours d'exécution au premier plan pendant l'opération de liaison." + }, + { + "ecode": "05014021", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "05014024", + "intro": "L'accès au cloud a échoué. Parmi les raisons possibles figurent l'instabilité du réseau due à des interférences, l'impossibilité d'accéder à Internet ou des restrictions de configuration du pare-feu du routeur. Vous pouvez essayer de rapprocher l'imprimante du routeur ou de vérifier la configuration du routeur, puis réessayer." + }, + { + "ecode": "05014027", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "05014031", + "intro": "La découverte d'appareil est en cours et le code QR ne peut pas être affiché à l'écran. Vous pouvez attendre que l'association soit terminée ou abandonner le processus dans l'APP mobile/Studio et réessayer de scanner le code QR affiché à l'écran pour effectuer une nouvelle association." + }, + { + "ecode": "05014032", + "intro": "L'association par code QR est en cours et la découverte de l'imprimante ne peut pas être effectuée. Vous pouvez scanner le code QR affiché à l'écran pour réaliser l'association, ou quitter la page d'affichage du code QR à l'écran et essayer à nouveau." + }, + { + "ecode": "05014034", + "intro": "La progression du tranchage n'a pas été mise à jour depuis longtemps et la tâche d'impression est terminée. Confirmez les paramètres et relancez l'impression." + }, + { + "ecode": "05014035", + "intro": "L'appareil est en cours d'association et ne peut pas répondre aux nouvelles demandes." + }, + { + "ecode": "05024001", + "intro": "Le filament actuel sera utilisé pour ce travail d'impression. Les paramètres ne peuvent pas être modifiés." + }, + { + "ecode": "05004001", + "intro": "Échec de la connexion à Bambu Cloud. Veuillez vérifier votre connexion réseau." + }, + { + "ecode": "05004003", + "intro": "L'impression s'est arrêtée car l'imprimante n'a pas pu analyser le fichier. Veuillez renvoyer votre travail d'impression." + }, + { + "ecode": "05004005", + "intro": "Les travaux d'impression ne peuvent pas être envoyés lors de la mise à jour du micrologiciel." + }, + { + "ecode": "05004009", + "intro": "L'envoi de travaux d'impression n'est pas autorisé pendant la mise à jour des journaux." + }, + { + "ecode": "0500400E", + "intro": "L'impression a été annulée." + }, + { + "ecode": "05004014", + "intro": "Échec de la découpe du travail d'impression, veuillez vérifier les paramètres et relancer le travail d'impression." + }, + { + "ecode": "05004017", + "intro": "La liaison a échoué. Veuillez réessayer sinon redémarrer et réessayer." + }, + { + "ecode": "05004019", + "intro": "L'imprimante a déjà été liée. Veuillez la dissocier et réessayer." + }, + { + "ecode": "0500401D", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "0500401F", + "intro": "L'autorisation a expiré. Veuillez vous assurer que votre téléphone ou PC a accès à l'internet et que l'application Bambu Studio/Bambu Handy APP est en cours d'exécution au premier plan pendant l'opération de liaison." + }, + { + "ecode": "05004021", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "05004024", + "intro": "L'accès au cloud a échoué. Parmi les raisons possibles figurent l'instabilité du réseau due à des interférences, l'impossibilité d'accéder à Internet ou des restrictions de configuration du pare-feu du routeur. Vous pouvez essayer de rapprocher l'imprimante du routeur ou de vérifier la configuration du routeur, puis réessayer." + }, + { + "ecode": "05004027", + "intro": "L'accès au cloud a échoué, ce qui peut être dû à l'instabilité du réseau due à des interférences. Vous pouvez essayer de rapprocher l'imprimante du routeur avant de réessayer." + }, + { + "ecode": "0500402A", + "intro": "Impossible de se connecter au routeur, ce qui peut être dû à des interférences sans fil ou à une trop grande distance du routeur. Réessayez ou rapprochez l'imprimante du routeur et réessayez." + }, + { + "ecode": "0500402B", + "intro": "La connexion au routeur a échoué en raison d'un mot de passe incorrect. Vérifiez le mot de passe et réessayez." + }, + { + "ecode": "05004037", + "intro": "Votre fichier tranché n'est pas compatible avec le modèle d'imprimante actuel. Ce fichier ne peut pas être imprimé sur cette imprimante." + }, + { + "ecode": "05004038", + "intro": "Le diamètre de la buse indiqué dans le fichier tranché ne correspond pas au réglage actuel de la buse. Ce fichier ne peut pas être imprimé." + }, + { + "ecode": "05008013", + "intro": "Le fichier d'impression n'est pas disponible. Vérifiez si le support de stockage a été retiré." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Votre fichier découpé n'est pas compatible avec le modèle d'imprimante actuel. Poursuivre ?" + }, + { + "ecode": "05014017", + "intro": "La liaison a échoué. Veuillez réessayer sinon redémarrer et réessayer." + }, + { + "ecode": "05014019", + "intro": "L'imprimante a déjà été liée. Veuillez la dissocier et réessayer." + }, + { + "ecode": "03004001", + "intro": "Le délais de refroidissement de la buse en vue du retour origine est trop important." + }, + { + "ecode": "03004005", + "intro": "La vitesse du ventilateur de la buse est anormale." + }, + { + "ecode": "03004006", + "intro": "La buse est bouchée." + }, + { + "ecode": "03004009", + "intro": "Échec retour origine des axes XY." + }, + { + "ecode": "0300400A", + "intro": "L'identification du mode de résonance mécanique a échoué." + }, + { + "ecode": "0300400D", + "intro": "La reprise a échoué après une coupure de courant." + }, + { + "ecode": "0300400E", + "intro": "L'auto-vérification du moteur a échoué." + }, + { + "ecode": "03008003", + "intro": "Des défauts type spaghetti ont été détectés par l'AI Print Monitoring. Vérifiez le plateau avant de relancer l'impression." + }, + { + "ecode": "03008005", + "intro": "Le capot de l'extrudeur est tombé. Refixez-le et vérifiez que votre impression se déroule correctement." + }, + { + "ecode": "03008007", + "intro": "Une impression était en cours lors de l'extinction de l'imprimante. Si la pièce adhère toujours à la plaque, vous pouvez essayer de reprendre l'impression." + }, + { + "ecode": "0300800E", + "intro": "Le fichier d'impression n'est pas disponible. Vérifiez si le support de stockage a été retiré." + }, + { + "ecode": "0300800F", + "intro": "La porte semble ouverte, l'impression a donc été interrompue." + }, + { + "ecode": "03008010", + "intro": "La vitesse du ventilateur du hotend est anormale." + }, + { + "ecode": "03008013", + "intro": "L'impression a été interrompue par l'utilisateur. Vous pouvez sélectionner « Reprendre » pour poursuivre l'impression." + }, + { + "ecode": "03008018", + "intro": "Dysfonctionnement de la température de la chambre." + }, + { + "ecode": "03008019", + "intro": "Aucune plaque d’impression installée." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_hu_22E.json b/resources/hms/hms_hu_22E.json new file mode 100644 index 0000000000..62db2bb07c --- /dev/null +++ b/resources/hms/hms_hu_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "hu": [ + { + "ecode": "0300020000010008", + "intro": "Az extruderek fúvóka hőmérséklete nem normális, és nem éri el a beállított értéket. Ez lehet, hogy a nem megfelelően telepített fúvóka szilikon sapka okozza." + }, + { + "ecode": "030018000001000D", + "intro": "Fúvó clumping érzékelés kalibrálása sikertelen volt. Túlzott erő észlelhető a fúvón. Kérjük, győződjön meg róla, hogy a fúvó megfelelően van telepítve." + }, + { + "ecode": "030018000001000E", + "intro": "Fúvó clumping érzékelés kalibrálása sikertelen volt. A fúvóka nem érintette meg a lyuk belső falát. Kérjük tisztítsa meg a fúvót és a hőágy hátsó-jobb oldalán lévő acéllemez lyukat." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "Az extruder nem működik megfelelően. Lehet, hogy eltömődött, vagy a filament elvékonyodott, ami az extruder csúszását okozhatja, vagy a külső filament összegabalyodott." + }, + { + "ecode": "0300090000020004", + "intro": "Az extrudálási ellenállás rendellenes. Lehet, hogy az extruder eltömődött, vagy a filament elakadt a szerszámfejben, vagy a külső filament összegubancolódott." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "A bal oldali kiegészítő komponens-hűtőventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "03003A0000020002", + "intro": "A bal oldali kiegészítő komponens-hűtőventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "A time-lapse szett hitelesítése sikertelen. Kérjük, csatlakoztasd újra a kábelt, vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0C0003000003001A", + "intro": "Az idegen tárgy észlelése sikertelen, valószínűleg kézi beavatkozás miatt (pl. a „Stop” gombra kattintás). Ha nem ez a probléma, próbáld meg újraindítani a nyomtatót vagy frissíteni a firmware-t." + }, + { + "ecode": "0501040000030002", + "intro": "A menetes szár kenésre szorul." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Egy anomális ugrás észlelhető a prés extrúziós erő érzékelő adataiban, amelyet potenciálisan rossz érzékelőkapcsolat vagy hibás érzékelő okozhatott." + }, + { + "ecode": "0300910000010008", + "intro": "Az 1. kamrafűtés nem tudta elérni a beállított célhőmérsékletet." + }, + { + "ecode": "0C00030000020015", + "intro": "Az idegen tárgyak érzékelése nem működik. Azt észleltük, hogy a Live View kamera el lett távolítva. Ha a vágómodul van telepítve, kérjük, távolítsd el a modult, koppints a \"Beállítások>Kalibrálás\" oldalra, és kalibráld újra a kamerát." + }, + { + "ecode": "0C00030000020014", + "intro": "Csökkent az idegen tárgyak észlelésének pontossága. Ha ez gyakran előfordul, végezd el a kamera kalibrálását (\"Beállítások\" > \"Kalibrálás\" a nyomtató képernyőjén). Ha a vágómodul van felszerelve, a folytatás előtt távolítsd el." + }, + { + "ecode": "0C00030000020012", + "intro": "Az idegen anyag felismerése nem működik. A LiveView kamerát kalibrálni kell. Koppints a „Beállítások > Kalibrálás“ menüre a képernyőn. Ha a vágómodul be van szerelve, távolítsd el a kalibrálás előtt." + }, + { + "ecode": "0501040000030003", + "intro": "A lineáris rudaknak most tisztításra és kenésre van szükségük." + }, + { + "ecode": "0300180000030009", + "intro": "Első alkalommal nyomtatsz magas asztalhőmérséklettel. A jobb minőségű kezdőréteg érdekében a magas asztalhőmérsékletű kalibrálás automatikusan végre lesz hajtva." + }, + { + "ecode": "03002D0000030009", + "intro": "Első alkalommal nyomtatsz magas asztalhőmérséklettel. A jobb minőségű kezdőréteg érdekében a magas asztalhőmérsékletű kalibrálás automatikusan végre lesz hajtva." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Az asztalszintezés nem sikerült, valószínűleg a rajta lévő idegen tárgyak vagy az asztal dőlése miatt. A nyomtatás folytatása károsíthatja a nyomtatótálcát. Kérjük, távolítsd el az idegen anyagokat, vagy kézzel szintezd az asztalt, mielőtt újra megpróbálnád." + }, + { + "ecode": "0500030000020055", + "intro": "A felhasználói adatok lejártak. Kérjük, jelentkezz be újra." + }, + { + "ecode": "0300290000010001", + "intro": "A Vision enkóderből érkező minta nem ismerhető fel; lehetséges okok a következők: minta torzulása, túlzott expozíció, a tálca helytelen pozícionálása..." + }, + { + "ecode": "0703250000020001", + "intro": "Az AMS D a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0700250000020001", + "intro": "Az AMS A a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0701250000020001", + "intro": "Az AMS B a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0706250000020001", + "intro": "Az AMS G a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0702250000020001", + "intro": "Az AMS C a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0705250000020001", + "intro": "Az AMS F a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0707250000020001", + "intro": "Az AMS H a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0704250000020001", + "intro": "Az AMS E a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "03002B0000020001", + "intro": "A kiegészítő hűtőventilátor szelepének kalibrálása sikertelen. Kérjük, ellenőrizd, hogy nincs-e idegen tárgy a szelepben." + }, + { + "ecode": "0701900000010004", + "intro": "Az AMS B kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0707910000010004", + "intro": "Az AMS H kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1803900000010004", + "intro": "Az AMS-HT D kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1807910000010004", + "intro": "Az AMS-HT H kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1800910000010004", + "intro": "Az AMS-HT A kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1800900000010004", + "intro": "Az AMS-HT A kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0704900000010004", + "intro": "Az AMS E kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1803910000010004", + "intro": "Az AMS-HT D kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0705900000010004", + "intro": "Az AMS F kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1805900000010004", + "intro": "Az AMS-HT F kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0706900000010004", + "intro": "Az AMS G kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1804900000010004", + "intro": "Az AMS-HT E kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0707900000010004", + "intro": "Az AMS H kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1802900000010004", + "intro": "Az AMS-HT C kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1805910000010004", + "intro": "Az AMS-HT F kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1804910000010004", + "intro": "Az AMS-HT E kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1806900000010004", + "intro": "Az AMS-HT G kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0700910000010004", + "intro": "Az AMS B kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0702900000010004", + "intro": "Az AMS C kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0706910000010004", + "intro": "Az AMS G kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0701910000010004", + "intro": "Az AMS B kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1801910000010004", + "intro": "Az AMS-HT B kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1806910000010004", + "intro": "Az AMS-HT G kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0703910000010004", + "intro": "Az AMS D kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0700900000010004", + "intro": "Az AMS A kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0704910000010004", + "intro": "Az AMS E kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0705910000010004", + "intro": "Az AMS F kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0702910000010004", + "intro": "Az AMS C kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0703900000010004", + "intro": "Az AMS D kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1801900000010004", + "intro": "Az AMS-HT B kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1807900000010004", + "intro": "Az AMS-HT H kifúvószelep 1 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "1802910000010004", + "intro": "Az AMS-HT C kifúvószelep 2 áramérzékelője hibás; kérjük vedd fel a kapcsolatot az ügyfélszolgálattal az AMS alaplap cseréjéhez." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1801250000020001", + "intro": "Az AMS-HT B a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1803250000020001", + "intro": "Az AMS-HT D a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1807250000020001", + "intro": "Az AMS-HT H a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1806250000020001", + "intro": "Az AMS-HT G a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0300320000010001", + "intro": "A jobb oldali (kiegészítő komponensek hűtése-szűrés) ventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy beragadt vagy nincs megfelelően csatlakoztatva." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1804250000020001", + "intro": "Az AMS-HT E a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1805250000020001", + "intro": "Az AMS-HT F a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1800250000020001", + "intro": "Az AMS-HT A a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0300320000010002", + "intro": "A jobb oldali (kiegészítő komponensek hűtése-szűrés) ventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "1802250000020001", + "intro": "Az AMS-HT C a nyomtatótól kap tápellátást a szárításhoz a betöltés/nyomtatás során. A jobb szárítási teljesítmény érdekében csatlakoztass egy hálózati adaptert." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F: a hőmérséklet-szabályzási hiba túl nagy, amelynek oka lehet a fedél nyitva hagyása vagy a fűtés meghibásodása." + }, + { + "ecode": "0500060000020001", + "intro": "A szerszámfej kamera nincs a helyén; ellenőrizd a hardvercsatlakozást." + }, + { + "ecode": "0700610000020001", + "intro": "Az AMS A Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0701610000020001", + "intro": "Az AMS B Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0701620000020001", + "intro": "Az AMS B Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0701630000020001", + "intro": "Az AMS B Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0702600000020001", + "intro": "Az AMS C Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1802620000020001", + "intro": "Az AMS-HT C Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0707620000020001", + "intro": "Az AMS H Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1803620000020001", + "intro": "Az AMS-HT D Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1804610000020001", + "intro": "Az AMS-HT E Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1804630000020001", + "intro": "Az AMS-HT E Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0707630000020001", + "intro": "Az AMS H Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1807600000020001", + "intro": "Az AMS-HT H Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0705630000020001", + "intro": "Az AMS F Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0704600000020001", + "intro": "Az AMS E Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1800600000020001", + "intro": "Az AMS-HT A Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0707600000020001", + "intro": "Az AMS H Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1801610000020001", + "intro": "Az AMS-HT B Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0706600000020001", + "intro": "Az AMS G Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0706630000020001", + "intro": "Az AMS G Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0300180000010005", + "intro": "A Z-tengely motor forgása akadályoztatva van; ellenőrizd, hogy nincs-e idegen tárgy ragadva a Z-szánra vagy a Z-szíjtárcsára. Győződj meg arról is, hogy a nyomtatótálca megfelelően van behelyezve, hogy elkerüld a környező tárgyakkal való ütközést." + }, + { + "ecode": "0700600000020001", + "intro": "Az AMS A Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0700620000020001", + "intro": "Az AMS A Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0700630000020001", + "intro": "Az AMS A Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0701600000020001", + "intro": "Az AMS B Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0702610000020001", + "intro": "Az AMS C Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0702620000020001", + "intro": "Az AMS C Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0702630000020001", + "intro": "Az AMS C Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0703600000020001", + "intro": "Az AMS D Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0703610000020001", + "intro": "Az AMS D Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0703620000020001", + "intro": "Az AMS D Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0703630000020001", + "intro": "Az AMS D Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1806600000020001", + "intro": "Az AMS-HT G Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0706620000020001", + "intro": "Az AMS G Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1805630000020001", + "intro": "Az AMS-HT F Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1803630000020001", + "intro": "Az AMS-HT D Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0705610000020001", + "intro": "Az AMS F Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1806610000020001", + "intro": "Az AMS-HT G Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0704620000020001", + "intro": "Az AMS E Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1800630000020001", + "intro": "Az AMS-HT A Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1802600000020001", + "intro": "Az AMS-HT C Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1801630000020001", + "intro": "Az AMS-HT B Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1806630000020001", + "intro": "Az AMS-HT G Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0704630000020001", + "intro": "Az AMS E Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1805610000020001", + "intro": "Az AMS-HT F Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1802630000020001", + "intro": "Az AMS-HT C Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1804620000020001", + "intro": "Az AMS-HT E Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1805620000020001", + "intro": "Az AMS-HT F Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1800620000020001", + "intro": "Az AMS-HT A Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0706610000020001", + "intro": "Az AMS G Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0705620000020001", + "intro": "Az AMS F Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1805600000020001", + "intro": "Az AMS-HT F Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1803610000020001", + "intro": "Az AMS-HT D Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1801600000020001", + "intro": "Az AMS-HT B Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1807620000020001", + "intro": "Az AMS-HT H Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1807630000020001", + "intro": "Az AMS-HT H Slot 4 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1804600000020001", + "intro": "Az AMS-HT E Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0707610000020001", + "intro": "Az AMS H Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1806620000020001", + "intro": "Az AMS-HT G Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1807610000020001", + "intro": "Az AMS-HT H Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1803600000020001", + "intro": "Az AMS-HT D Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1802610000020001", + "intro": "Az AMS-HT C Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1800610000020001", + "intro": "Az AMS-HT A Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "1801620000020001", + "intro": "Az AMS-HT B Slot 3 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0705600000020001", + "intro": "Az AMS F Slot 1 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "0704610000020001", + "intro": "Az AMS E Slot 2 túlterhelt. Lehet, hogy a filament összegabalyodott vagy a filamentpuffer beragadt." + }, + { + "ecode": "050003000002000E", + "intro": "Egyes külső modulok nem kompatibilisek a nyomtató firmware-verziójával, ami befolyásolhatja a használatot. Kérjük, lépj „Firmware” oldalra - miközben csatlakozol az internethez - a frissítés elvégzéséhez, vagy a wikiben található leírás alapján offline is elvégezheted a frissítést." + }, + { + "ecode": "0500050000010007", + "intro": "Az MQTT-parancs ellenőrzése sikertelen, frissítsd a Studiót (és a hálózati bővítményt) vagy a Handyt a legújabb verzióra, majd indítsd újra a szoftvert és próbáld újra." + }, + { + "ecode": "0300A80000010001", + "intro": "AMS tápellátási hiba, valószínűleg az AMS sérülése, az AMS interfész rövidzárlata vagy túl sok AMS csatlakoztatása miatt. Ellenőrizd a csatlakozásokat." + }, + { + "ecode": "030018000001000B", + "intro": "Fúvóka jelenlétének észlelése nem sikerült: a fúvóka nincs beszerelve vagy nem megfelelően lett beszerelve." + }, + { + "ecode": "0706230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0702220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1804230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0705210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1805220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0702210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1804210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1805230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1802220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1807210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1800230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0706220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0704230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0700210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1800220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1801230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0701230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0707220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0704220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0704210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1803220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0701210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0703220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1806230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0707210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1807230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1802210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0703210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F slot 1: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1800210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1803230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0702230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0703230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1806210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1806220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT G és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1804220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT E és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0705230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1802230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT C és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1803210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT D és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0700230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "07FFA00000020001", + "intro": "Időtúllépés a hidegen kihúzás során. Kérjük, kattints az „Újra“ gombra, majd húzd ki a filamentet kézzel." + }, + { + "ecode": "0707230000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1805210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0700220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS A és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1807220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT H és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1801210000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0701220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1801220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS-HT B és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "0705220000020006", + "intro": "A PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd, hogy az AMS F és az extruder közötti PTFE-cső megfelelően van-e csatlakoztatva." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D: a PTFE-cső szétcsatlakozott a filament betöltése során. Kérjük, ellenőrizd a PTFE-cső csatlakozását az AMS-en belül és kívül, illetve ellenőrizd a cső épségét." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H slot 1: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F slot 2: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D slot 4: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E slot 3: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H slot 3: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A slot 4: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F slot 4: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G slot 2: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F slot 4: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B slot 2: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G slot 1: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F slot 3: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C slot 2: a betöltőegység motorja elakadt, nem tudja elforgatni a tekercset." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E slot 3: a segédmotor megcsúszott. Kérjük húzd ki a filamentet, vágd le az elvékonyodott részt, majd próbáld újra." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C slot 1: nem érkezett jel a filament távolságmérőből, amelynek oka lehet a szenzor helytelen csatlakozása vagy a távolságmérő hibája." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B slot 1: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E slot 4: a betöltőegység motorjából nem érkezett jel, amelynek oka lehet a motor rossz csatlakozása vagy a motor hibája." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E slot 2: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D slot 3: a filamentszenzor hibásan működik, ami az AMS-en belüli filamenttörésre utalhat." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C slot 3: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B slot 4: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C slot 1: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D slot 2: túlzott ellenállás adagoláskor. Kérjük, próbáld meg csökkenteni a csőben keletkező, illetve a tekercs forgásakor fellépő ellenállást, és kerüld a túl hosszú csövezést és a cső túlzott hajlítását." + }, + { + "ecode": "18FF700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra." + }, + { + "ecode": "07FF700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra." + }, + { + "ecode": "07FE700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra." + }, + { + "ecode": "18FE700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra." + }, + { + "ecode": "03002C0000010001", + "intro": "Akadályt észleltünk a tárgyasztal alján. Kérjük, távolítsd el a megfelelő nyomtatás érdekében." + }, + { + "ecode": "0300930000010006", + "intro": "A kamra hőmérséklete nem megfelelő. Lehet, hogy a kamra beszívott levegő érzékelője szakadt." + }, + { + "ecode": "0300930000010005", + "intro": "A kamra hőmérséklete nem megfelelő. Lehet, hogy a kamra beszívott levegő érzékelője rövidzárlatos." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "050003000001000E", + "intro": "Egyes külső modulok nem kompatibilisek a nyomtató firmware-verziójával, ami befolyásolhatja a normál működést. Kérjük, a frissítéshez lépj át a „Firmware“ oldalra, miközben a nyomtató csatlakoztatva van az internethez." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H: a filament-puffer pozíciójele elveszett: a kábel vagy a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D: az elszívószelep 1 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A: az elszívószelep 2 tekercsének ellenállása rendellenes, amelynek oka lehet hibás kábelezés vagy sérülés." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D slot 4: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C slot 3: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D slot 2: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G slot 1: az AMS belsejében lévő cső elszakadt vagy kimeneti Hall-jeladó hibásan működik, és nem képes érzékelni a filamentet." + }, + { + "ecode": "0C00040000020026", + "intro": "A Liveview kamera inicializálása sikertelen volt, és néhány MI-funkció, például a spagetti felismerése le lesz tiltva. Kérjük, indítsd újra a nyomtatót. Ha a probléma továbbra is fennáll, kérjük fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "A BirdsEye kamera nincs a helyén; kérjük, ellenőrizd a hardvercsatlakozást." + }, + { + "ecode": "0C0003000002001C", + "intro": "Úgy tűnik, hogy a fúvóka filamenttel van borítva vagy eldugult." + }, + { + "ecode": "030001000003000F", + "intro": "A kamra hőmérséklete magas és a tárgyasztal lassan hűl. A hűtési folyamat felgyorsítása érdekében ajánlott kinyitni a felső fedelet vagy az ajtót." + }, + { + "ecode": "0300930000010004", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy a kamrafűtés hőmérséklet-érzékelője szakadt a levegő kimeneténél." + }, + { + "ecode": "0500030000010004", + "intro": "A filamentpuffer hibásan működik. Indítsd újra az eszközt." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1802980000020002", + "intro": "AMS HT-C: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0502040000010044", + "intro": "AMS C: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "1807980000020002", + "intro": "AMS HT-H: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0503040000010044", + "intro": "AMS D: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "1800980000020002", + "intro": "AMS HT-A: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1804980000020002", + "intro": "AMS HT-E: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1801980000020002", + "intro": "AMS HT-B: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0501040000010044", + "intro": "AMS B: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0500040000010044", + "intro": "AMS A: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1805980000020002", + "intro": "AMS HT-F: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D: tanúsítványhiba. Kérjük, csatlakoztasd újra a kábelt vagy indítsd újra a nyomtatót." + }, + { + "ecode": "1803980000020002", + "intro": "AMS HT-D: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G: a tápegység feszültsége túl alacsony, ami elégtelen szárítási hőmérsékletet eredményezhet. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "1806980000020002", + "intro": "AMS HT-G: a tápegység feszültsége túl magas, ami károsíthatja a fűtőáramkört. Kérjük, cseréld ki a hálózati adaptert." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Az eszköz meghibásodott; kérjük indítsd újra." + }, + { + "ecode": "0C00040000030018", + "intro": "A vágópenge eltérésének kalibrálása nem sikerült. Ez befolyásolhatja a vágás pontosságát. Kérjük, olvasd el a Wikit a penge elhasználódásának megállapításához." + }, + { + "ecode": "0C00040000020023", + "intro": "A vastagságmérés nem sikerült, a szerszámfej kamera nem volt képes felismerni az anyag felületét." + }, + { + "ecode": "0500040000020043", + "intro": "A szerszámfejkamera szennyezett vagy le van takarva; kérjük tisztítsd meg a folytatáshoz." + }, + { + "ecode": "03000F0000010001", + "intro": "Hibás gyorsulásmérő adatokat észleltünk. Kérjük, indítsd újra a nyomtatót." + }, + { + "ecode": "0500020000020008", + "intro": "Az idő szinkronizálása nem sikerült" + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0707920000020003", + "intro": "AMS H heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0705920000020003", + "intro": "AMS F heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0701930000020003", + "intro": "AMS B heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0704930000020003", + "intro": "AMS E heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0505050000010010", + "intro": "AMS F: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0501050000010010", + "intro": "AMS B: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0507050000010010", + "intro": "AMS H: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "050005000001000F", + "intro": "A tartozék firmware verziója nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0502050000010010", + "intro": "AMS C: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0504050000010010", + "intro": "AMS E: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0503050000010010", + "intro": "AMS D: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0706930000020003", + "intro": "AMS G heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0706920000020003", + "intro": "AMS G heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0702920000020003", + "intro": "AMS C heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0704920000020003", + "intro": "AMS E heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0703930000020003", + "intro": "AMS D heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0707930000020003", + "intro": "AMS H heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0703920000020003", + "intro": "AMS D heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0700930000020003", + "intro": "AMS A heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0702930000020003", + "intro": "AMS C heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0705930000020003", + "intro": "AMS F heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0701920000020003", + "intro": "AMS B heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0700920000020003", + "intro": "AMS A heater 1 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B heater 2 hűtőventilátora nem működik, mert a hálózati adapter nincs csatlakoztatva." + }, + { + "ecode": "0500050000010010", + "intro": "AMS A: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0500040000020034", + "intro": "Új lézermodul csatlakoztatva; a pontosabb vágáshoz és gravírozáshoz, kérjük, használat előtt végezd el a beállításokat. (kb. 4 perc) Győződj meg arról is, hogy a légszivattyút rögzítő H2.0 csavar el lett távolítva." + }, + { + "ecode": "1804200000010084", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1802210000010081", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1803230000010081", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1804200000010081", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0700230000010084", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1804200000010083", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706220000010086", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0701230000010086", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803230000010083", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0701210000010086", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0702220000010085", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802220000010086", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0705220000010086", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1807200000010084", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0705230000010086", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806200000010085", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707200000010083", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0704210000010084", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0706220000010083", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0701220000010082", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806200000010086", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1807220000010081", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0703230000010081", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1806200000010081", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1801210000010081", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0703210000010082", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703210000010085", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700220000010084", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703200000010081", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1804210000010084", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1807200000010081", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1804220000010086", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0703230000010083", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0701220000010085", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707200000010085", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806230000010081", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0701210000010083", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0703200000010085", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705210000010086", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0702210000010085", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807200000010083", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800220000010083", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1806230000010085", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801230000010083", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1805230000010083", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800200000010082", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704210000010083", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1804210000010082", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1805220000010084", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703220000010084", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0701220000010084", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1803200000010081", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1801230000010086", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0706210000010082", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707220000010082", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801200000010082", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707230000010081", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0705230000010082", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702220000010086", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0705200000010084", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1801220000010086", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1804230000010084", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0705220000010084", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0701220000010086", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1802200000010084", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1801220000010083", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0704230000010086", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1805210000010084", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0700210000010082", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700230000010083", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800230000010086", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0704220000010085", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806230000010086", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0703210000010084", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1807230000010082", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703210000010083", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800220000010081", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0705210000010085", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803220000010083", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1803210000010082", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804230000010081", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1802210000010084", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805220000010083", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807200000010086", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0704200000010082", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0706230000010085", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806200000010082", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702210000010083", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0703230000010084", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0702200000010083", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706210000010086", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0701210000010081", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0700200000010086", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806220000010082", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705200000010081", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0707220000010084", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1801230000010081", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1800200000010084", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0704230000010085", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702230000010082", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800210000010085", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702220000010082", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703200000010083", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0705230000010083", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706220000010085", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702210000010082", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705210000010082", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807230000010081", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0706210000010081", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0706230000010083", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807210000010082", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707200000010081", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0707230000010084", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0704210000010082", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1805220000010082", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806220000010083", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1806210000010083", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0704220000010086", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0707210000010081", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0703220000010083", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1802230000010084", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0702200000010086", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806210000010086", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803210000010086", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0703230000010085", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701220000010081", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0706200000010081", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0704200000010086", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1802210000010086", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803230000010085", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802220000010084", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805210000010085", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700210000010081", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0700230000010085", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801200000010084", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1803220000010085", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802220000010083", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1805210000010086", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1807210000010085", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707200000010084", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1806230000010083", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1805210000010083", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0707210000010085", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806210000010085", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707210000010083", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1805210000010081", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702230000010086", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0702220000010081", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1806210000010082", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705230000010084", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0705230000010085", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802230000010083", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807220000010084", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0701200000010081", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0704220000010081", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0704200000010081", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0701200000010085", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800230000010085", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801230000010084", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1804220000010084", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1801200000010083", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1806230000010084", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0706230000010086", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803210000010085", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807210000010083", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706200000010083", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1801220000010081", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0704200000010084", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0705200000010085", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701230000010084", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1802220000010081", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1802230000010082", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700220000010082", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802200000010082", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800200000010083", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1801200000010086", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1801230000010085", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800230000010083", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0701210000010085", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800200000010085", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803220000010084", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1800230000010082", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800210000010082", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804220000010081", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1801200000010085", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807210000010086", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1805200000010084", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1804210000010085", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704220000010083", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1804230000010082", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804200000010086", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1804220000010082", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707220000010083", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0701210000010082", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701210000010084", + "intro": "AMS B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1804230000010083", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0702200000010084", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805200000010081", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0703220000010081", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1802220000010085", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1805200000010082", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807220000010083", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1802210000010085", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804210000010086", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0702200000010082", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705200000010082", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701200000010084", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0706200000010084", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805220000010081", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0707220000010085", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806220000010085", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803200000010085", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802200000010086", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1804220000010083", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706220000010084", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1800210000010086", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1802230000010085", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703200000010082", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0706210000010085", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1805230000010085", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702230000010085", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0706230000010084", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0700220000010086", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806220000010081", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0705220000010082", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804200000010082", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806220000010086", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1800200000010086", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1805200000010083", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1802210000010082", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800220000010082", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803200000010086", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803210000010083", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0704210000010085", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700200000010084", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0700230000010082", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801210000010084", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1807230000010084", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0707230000010083", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0705220000010085", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700210000010083", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0707210000010086", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0706210000010083", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1803200000010084", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0700230000010081", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702210000010084", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1804210000010083", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0700220000010081", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0703220000010082", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802200000010083", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0702230000010084", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0705220000010081", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1805210000010082", + "intro": "AMS-HT F slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807230000010083", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0706210000010084", + "intro": "AMS G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805220000010085", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701230000010081", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1806200000010083", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0700210000010086", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806220000010084", + "intro": "AMS-HT G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0706200000010082", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807230000010086", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1802230000010081", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0705210000010083", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0703220000010085", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800220000010086", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0704210000010086", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1801220000010085", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0706220000010082", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700230000010086", + "intro": "AMS A slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0702200000010085", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703230000010082", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703230000010086", + "intro": "AMS D slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0706200000010085", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1805220000010086", + "intro": "AMS-HT F slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1800200000010081", + "intro": "AMS-HT A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1801230000010082", + "intro": "AMS-HT B slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700220000010083", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0702220000010084", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1802220000010082", + "intro": "AMS-HT C slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700220000010085", + "intro": "AMS A slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803230000010084", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1807220000010082", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707220000010081", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702220000010083", + "intro": "AMS C slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0705210000010081", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1806230000010082", + "intro": "AMS-HT G slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701220000010083", + "intro": "AMS B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1801220000010082", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803220000010082", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700200000010083", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0704200000010083", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1804210000010081", + "intro": "AMS-HT E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0704230000010081", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0707200000010086", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803200000010082", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701230000010085", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707220000010086", + "intro": "AMS H slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1801210000010083", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800210000010081", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0707210000010082", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804230000010086", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1801200000010081", + "intro": "AMS-HT B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702200000010081", + "intro": "AMS C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1805230000010084", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1800210000010083", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0707230000010086", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0704220000010082", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705210000010084", + "intro": "AMS F slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0707210000010084", + "intro": "AMS H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0702210000010081", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1800220000010085", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700210000010085", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707200000010082", + "intro": "AMS H slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704230000010082", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802200000010085", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1803220000010086", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0706230000010081", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0705200000010083", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1800230000010081", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1803230000010082", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704230000010083", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1804200000010085", + "intro": "AMS-HT E slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1804230000010085", + "intro": "AMS-HT E slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705230000010081", + "intro": "AMS F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1803210000010084", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703210000010086", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1805230000010082", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800210000010084", + "intro": "AMS-HT A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0707230000010082", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800230000010084", + "intro": "AMS-HT A slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1807210000010081", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0706220000010081", + "intro": "AMS G slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1805230000010081", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702230000010083", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807200000010085", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0701200000010083", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "0705220000010083", + "intro": "AMS F slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807230000010085", + "intro": "AMS-HT H slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704230000010084", + "intro": "AMS E slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0704210000010081", + "intro": "AMS E slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1801220000010084", + "intro": "AMS-HT B slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703210000010081", + "intro": "AMS D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1803210000010081", + "intro": "AMS-HT D slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1802200000010081", + "intro": "AMS-HT C slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0701200000010082", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0705200000010086", + "intro": "AMS F slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1801210000010086", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1807210000010084", + "intro": "AMS-HT H slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0701230000010082", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0700210000010084", + "intro": "AMS A slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703220000010086", + "intro": "AMS D slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806210000010081", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0701200000010086", + "intro": "AMS B slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1804220000010085", + "intro": "AMS-HT E slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807220000010086", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803200000010083", + "intro": "AMS-HT D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1807220000010085", + "intro": "AMS-HT H slot 3: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1802230000010086", + "intro": "AMS-HT C slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0700200000010085", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0704220000010084", + "intro": "AMS E slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "1805200000010086", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1806200000010084", + "intro": "AMS-HT G slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0701230000010083", + "intro": "AMS B slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1805200000010085", + "intro": "AMS-HT F slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1807200000010082", + "intro": "AMS-HT H slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0706200000010086", + "intro": "AMS G slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1805230000010086", + "intro": "AMS-HT F slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0706230000010082", + "intro": "AMS G slot 4: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1800220000010084", + "intro": "AMS-HT A slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0703200000010086", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "1803230000010086", + "intro": "AMS-HT D slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0700200000010082", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0702230000010081", + "intro": "AMS C slot 4: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1803220000010081", + "intro": "AMS-HT D slot 3: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "1802210000010083", + "intro": "AMS-HT C slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült." + }, + { + "ecode": "1801210000010085", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1801210000010082", + "intro": "AMS-HT B slot 2: nem sikerült kiolvasni a filamentinformációt. Nem eredeti RFID-címkét észleltünk. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0707230000010085", + "intro": "AMS H slot 4: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "0703200000010084", + "intro": "AMS D slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0700200000010081", + "intro": "AMS A slot 1: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az AMS főpanelja meghibásodott." + }, + { + "ecode": "0702210000010086", + "intro": "AMS C slot 2: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke nem tud elfordulni, mert a filament elakadt a be- vagy kitöltés során. Kérjük, húzd vissza filamentet és próbáld meg újra." + }, + { + "ecode": "0704200000010085", + "intro": "AMS E slot 1: nem sikerült kiolvasni a filamentinformációt. Az RFID-címke ellenőrzése sikertelen. Próbálj meg eredeti Bambu Lab filamentet használni." + }, + { + "ecode": "1806210000010084", + "intro": "AMS-HT G slot 2: nem sikerült kiolvasni a filamentinformációt. Előfordulhat, hogy az RFID-címke megsérült vagy a címke az RFID-olvasó széléhez közel van. Kérjük, vágj le 5 cm filamentet és próbáld meg újra." + }, + { + "ecode": "0C0003000003000D", + "intro": "Az extruder nem extrudál megfelelően. Kérjük, ellenőrizd, és döntsd el, hogy le kell-e állítani a nyomtatást." + }, + { + "ecode": "0C00030000020018", + "intro": "A rendszer nem észlelt elegendő rendszermemóriát, és az idegen tárgyak felismerése nem működik. Kérjük, a feladat elvégzése után indítsd újra az eszközöket, vagy frissítsd a firmware-t." + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700200000020019", + "intro": "AMS A slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707230000020021", + "intro": "AMS H slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020021", + "intro": "AMS A slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700230000020021", + "intro": "AMS A slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703220000020017", + "intro": "AMS D slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700220000020022", + "intro": "AMS A slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020022", + "intro": "AMS A slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020019", + "intro": "AMS F slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0300020000010009", + "intro": "A fúvóka hőmérséklet-szabályozása nem működik megfelelően. Előfordulhat, hogy a hotend nincs beszerelve. Ha a fűtőbetétet beszerelés nélkül szeretnéd felfűteni, kapcsold be a karbantartás módot a beállításoknál." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020017", + "intro": "AMS B slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020017", + "intro": "AMS H slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020017", + "intro": "AMS D slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020021", + "intro": "AMS G slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0300030000020002", + "intro": "A hotend-ventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703230000020017", + "intro": "AMS D slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F slot 1: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700220000020018", + "intro": "AMS A slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B slot 1: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020017", + "intro": "AMS H slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D slot 2: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700230000020010", + "intro": "AMS A slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C slot 2: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G slot 3: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H slot 1: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A slot 1: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F slot 4: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0300900000010003", + "intro": "A kamrafűtés meghibásodott. A tápegység hőmérséklete túl magas." + }, + { + "ecode": "0300900000010001", + "intro": "A kamrafűtés meghibásodott. Lehet, hogy a kamrafűtés nem képes a meleg levegő befúvására." + }, + { + "ecode": "0300900000010002", + "intro": "A kamrafűtés hibásan működik. Lehet, hogy a kamra nincs bezárva, vagy a külső hőmérséklet túl alacsony, esetleg a tápegység szellőzőnyílása el lett torlaszolva." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H slot 2: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020017", + "intro": "AMS D slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020020", + "intro": "AMS E slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702200000020017", + "intro": "AMS C slot 1: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H slot 3: a segédmotor elakadt a filament puffer és a szerszámfej között lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B slot 3: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H slot 1: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D slot 4: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F slot 2: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D slot 3: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D slot 2: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F slot 1: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D slot 1: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G slot 4: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D slot 2: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A slot 3: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E slot 3: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C slot 4: időtúllépés a filament AMS-ből való kitöltése során." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G slot 4: nem sikerült elforgatni a filamenttekercset a filament AMS-be való visszahúzásakor." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D slot 4: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C slot 3: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B slot 3: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E slot 3: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F slot 4: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D slot 2: a segédmotor elakadt az AMS közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E slot 4: időtúllépés a filament AMS-be való visszahúzása során." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B slot 1: a segédmotor elakadt a filament puffer közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0704210000020019", + "intro": "AMS E slot 2: a segédmotor elakadt az AMS és a filament puffer közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D slot 2: a segédmotor elakadt az AMS és a nyomtató közötti csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E slot 4: a segédmotor elakadt a szerszámfej közelében lévő csőben keletkezett túlzott ellenállás miatt." + }, + { + "ecode": "0500040000020041", + "intro": "A lézermodul hosszabb ideig volt használva. Kérjük, a lehető leghamarabb tisztítsd meg, hogy elkerüld a minőségromlást." + }, + { + "ecode": "0500040000020042", + "intro": "A Live View kamera szennyezett vagy le van takarva; kérjük tisztítsd meg a folytatáshoz." + }, + { + "ecode": "1807700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1803700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1800700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1804700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1805700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0706700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1803700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1804700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1801700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1806700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0700700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0701700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0701700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0702700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0703700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0500060000020031", + "intro": "A szerszámfej kamera nincs csatlakoztatva. Kérjük, ellenőrizd a hardver- és kábelcsatlakozásokat." + }, + { + "ecode": "0700700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0702700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0703700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0500060000020032", + "intro": "A fúvóka kamera nincs csatlakoztatva. Kérjük, ellenőrizd a hardver- és kábelcsatlakozásokat." + }, + { + "ecode": "0300C10000010003", + "intro": "A légáramlási rendszer nem tudja aktiválni a lézer módot; kérjük, ellenőrizd a beömlőnyílást." + }, + { + "ecode": "0500010000030006", + "intro": "Az USB-meghajtó nincs formázva; kérjük, formázd meg az USB-meghajtót." + }, + { + "ecode": "1807700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0707700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1802700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0705700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0707700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1801700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1800700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1806700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0704700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "1802700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0704700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "0705700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0706700000020006", + "intro": "Időtúllépés a régi filament öblítésekor. Lehetséges ok: a filament beragadt vagy az extruder/fúvóka eltömődött." + }, + { + "ecode": "1805700000020003", + "intro": "Nem sikerült extrudálni a filamentet. Lehetséges ok: extruder vagy fúvóka eltömődése." + }, + { + "ecode": "0C00040000020007", + "intro": "A BirdsEye kamera beállítása folyamatban van. Kérjük, távolíts el minden tárgyat és a szőnyeget. Győződj meg arról, hogy a jelölés nincs letakarva. Tisztítsd meg a BirdsEye és a szerszámfej kamerát, és távolítsd el a kilátást akadályozó idegen tárgyakat." + }, + { + "ecode": "0300C00000010002", + "intro": "Szűrőkapcsoló hiba: lehet, hogy beragadt." + }, + { + "ecode": "0300C10000010001", + "intro": "A légáramlási rendszer nem tudja aktiválni a hűtési módot; kérjük, ellenőrizd a beömlőnyílást." + }, + { + "ecode": "0300C10000010002", + "intro": "A légáramlási rendszer nem tudja aktiválni a fűtési módot; kérjük, ellenőrizd a beömlőnyílást." + }, + { + "ecode": "0500040000020037", + "intro": "A vágómodult kalibrálni kell. Kérjük, használat előtt végezd el a kalibrációt. (kb. 2-4 perc)" + }, + { + "ecode": "1806700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0705700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1800700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1803700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1805700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1802700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1807700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0300280000010003", + "intro": "Kommunikációs hiba a vágómodul és a szerszámfej között a Z-tengely alaphelyzetbe állításakor. Lehet, hogy a vágómodul jelkábele meglazult vagy megtört, vagy az erőérzékelő tekercse megsérült." + }, + { + "ecode": "0500010000020001", + "intro": "A média pipeline hibásan működik. Kérjük, indítsd újra a nyomtatót. Ha többszöri próbálkozás után sem működik, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "0700700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0701700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0702700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0703700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0300180000010007", + "intro": "Az extrudálóerő-érzékelő frekvenciája túl magas. Lehet, hogy a szenzor megsérült, vagy a fúvóka hűtőbordája túl közel van az érzékelőhöz." + }, + { + "ecode": "0300180000010004", + "intro": "Az extrudálóerő-érzékelő értéke hibás. Lehet, hogy a szenzor megsérült vagy probléma van az MC-TH kommunikációval." + }, + { + "ecode": "03009D0000020003", + "intro": "A gravírozó lézer Z-fókuszpontjának kalibrálási eredménye jelentősen eltér a feladatban megadott értékektől. Kérjük, szereld be újra a lézermodult, és futtasd újra a lézermodul beállítását. Ha ez ismételten meghiúsul, kérjük vedd fel a kapcsolatot az ügyfélszolgálattal." + }, + { + "ecode": "0C00040000010005", + "intro": "BirdsEye kamera meghibásodás: kérjük, vedd fel a kapcsolatot az ügyfélszolgálattal." + }, + { + "ecode": "0300180000010008", + "intro": "A fúvóka nem megfelelően ér hozzá a tárgyasztalhoz. Győződj meg róla, hogy nincs idegen anyag tapadva a fúvókára ott, ahol az asztalhoz ér." + }, + { + "ecode": "0300180000010001", + "intro": "Az extrudálóerő-érzékelő frekvenciája túl alacsony. Lehet, hogy a fúvóka nincs beszerelve, vagy a fúvóka hűtőbordája túl messze van az érzékelőtől." + }, + { + "ecode": "0C00010000010012", + "intro": "A Live View kamera kalibrálása sikertelen és a kalibrálási eredményeket nem sikerült elmenteni. Próbáld újra a kalibrálást. Ha a kalibrálás többször is sikertelen, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "1804700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0707700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0706700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "0704700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1801700000020008", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "1800510000030001", + "intro": "Az AMS ki van kapcsolva, kérjük, töltsd be a filamentet a külső tartóról." + }, + { + "ecode": "0705700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "1803700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "0C00020000020006", + "intro": "A fúvóka magassága túl nagynak tűnik. Kérjük, győződj meg arról, hogy nincs filament tapadva a fúvókához." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0300910000010002", + "intro": "Az 1. kamrafűtés hőmérséklete rendellenes. Lehet, hogy a fűtőelem megszakadt, vagy a hőbiztosíték kioldott." + }, + { + "ecode": "0700400000020002", + "intro": "Filament-puffer pozíciójel hiba: a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "0700510000030001", + "intro": "Az AMS ki van kapcsolva, kérjük, töltsd be a filamentet a külső tartóról." + }, + { + "ecode": "0700700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "0701700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "0702700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "0703700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1800700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "1800400000020002", + "intro": "Filament-puffer pozíciójel hiba: a pozícióérzékelő meghibásodhatott." + }, + { + "ecode": "1802700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "0707700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "1805700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "1806700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "1807700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "0704700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "1801700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe a folytatáshoz" + }, + { + "ecode": "0500040000020050", + "intro": "A lézeres biztonsági ablak nincs beszerelve." + }, + { + "ecode": "0706700000020007", + "intro": "A filament kifogyott az AMS-ből. Kérjük, helyezz be egy új filamentet ugyanabba az AMS-rekeszbe, és kattints a folytatásra." + }, + { + "ecode": "1804700000020007", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe a folytatáshoz" + }, + { + "ecode": "0703800000010004", + "intro": "AMS D: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B: fűtőelem 2 nem melegszik megfelelően." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D: fűtőelem 1 nem melegszik megfelelően." + }, + { + "ecode": "0C00030000020017", + "intro": "A lézergravírozás Z-tengelyének fókuszkalibrálása nem sikerült. Kérjük, ellenőrizd, hogy a lézer tesztanyag (350 g-os karton) megfelelően van-e elhelyezve, és hogy a felülete tiszta és sértetlen-e." + }, + { + "ecode": "1800240000020009", + "intro": "Az AMS-HT A fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1807240000020009", + "intro": "Az AMS-HT H fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1801240000020009", + "intro": "Az AMS-HT B fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1806240000020009", + "intro": "Az AMS-HT G fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1802240000020009", + "intro": "Az AMS-HT C fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1805240000020009", + "intro": "Az AMS-HT F fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1804240000020009", + "intro": "Az AMS-HT E fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "1803240000020009", + "intro": "Az AMS-HT D fedele nyitva van. Ez befolyásolhatja a szárítási teljesítményt, vagy a filament nedvességet szívhat magába." + }, + { + "ecode": "0707730000020004", + "intro": "AMS H Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0703710000020005", + "intro": "AMS D Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0706700000020005", + "intro": "AMS G Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0701710000020002", + "intro": "AMS B Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704700000020004", + "intro": "AMS E Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1804720000020004", + "intro": "AMS-HT E Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0704720000020005", + "intro": "AMS E Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0702710000020002", + "intro": "AMS C Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703710000020001", + "intro": "AMS D Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1805710000020005", + "intro": "AMS-HT F Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1803720000020002", + "intro": "AMS-HT D Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704710000020001", + "intro": "AMS E Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1805730000020001", + "intro": "AMS-HT F Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1806710000020005", + "intro": "AMS-HT G Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0704730000020004", + "intro": "AMS E Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805730000020004", + "intro": "AMS-HT F Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702720000020005", + "intro": "AMS C Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1800720000020001", + "intro": "AMS-HT A Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0702720000020001", + "intro": "AMS C Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1805710000020002", + "intro": "AMS-HT F Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1804700000020004", + "intro": "AMS-HT E Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1803730000020001", + "intro": "AMS-HT D Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1804720000020001", + "intro": "AMS-HT E Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802710000020004", + "intro": "AMS-HT C Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1801710000020002", + "intro": "AMS-HT B Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703700000020004", + "intro": "AMS D Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1800710000020001", + "intro": "AMS-HT A Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1800720000020004", + "intro": "AMS-HT A Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1800730000020002", + "intro": "AMS-HT A Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1804700000020002", + "intro": "AMS-HT E Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705730000020005", + "intro": "AMS F Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807720000020005", + "intro": "AMS-HT H Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0701700000020001", + "intro": "AMS B Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1807700000020004", + "intro": "AMS-HT H Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702720000020004", + "intro": "AMS C Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0705730000020002", + "intro": "AMS F Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806700000020002", + "intro": "AMS-HT G Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806710000020004", + "intro": "AMS-HT G Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1803730000020002", + "intro": "AMS-HT D Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704720000020001", + "intro": "AMS E Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802730000020004", + "intro": "AMS-HT C Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0707700000020002", + "intro": "AMS H Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1802720000020004", + "intro": "AMS-HT C Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0700700000020004", + "intro": "AMS A Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702710000020005", + "intro": "AMS C Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0704720000020002", + "intro": "AMS E Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703700000020002", + "intro": "AMS D Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703700000020005", + "intro": "AMS D Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1801730000020005", + "intro": "AMS-HT B Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1805700000020005", + "intro": "AMS-HT F Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1800730000020001", + "intro": "AMS-HT A Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1801700000020004", + "intro": "AMS-HT B Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805730000020002", + "intro": "AMS-HT F Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0706700000020004", + "intro": "AMS G Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1802730000020005", + "intro": "AMS-HT C Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807710000020005", + "intro": "AMS-HT H Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0700720000020002", + "intro": "AMS A Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1800700000020001", + "intro": "AMS-HT A Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0705700000020004", + "intro": "AMS F Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1800710000020004", + "intro": "AMS-HT A Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702730000020002", + "intro": "AMS C Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0702710000020001", + "intro": "AMS C Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1804710000020004", + "intro": "AMS-HT E Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1806730000020004", + "intro": "AMS-HT G Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805720000020005", + "intro": "AMS-HT F Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807700000020002", + "intro": "AMS-HT H Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0701720000020004", + "intro": "AMS B Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0705720000020005", + "intro": "AMS F Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807720000020002", + "intro": "AMS-HT H Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1800700000020004", + "intro": "AMS-HT A Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1802730000020002", + "intro": "AMS-HT C Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1801720000020002", + "intro": "AMS-HT B Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1802730000020001", + "intro": "AMS-HT C Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0700710000020001", + "intro": "AMS A Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1801700000020005", + "intro": "AMS-HT B Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0704700000020005", + "intro": "AMS E Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0700710000020002", + "intro": "AMS A Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0701700000020004", + "intro": "AMS B Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1806730000020005", + "intro": "AMS-HT G Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1801710000020004", + "intro": "AMS-HT B Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0707710000020004", + "intro": "AMS H Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1803730000020004", + "intro": "AMS-HT D Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1801730000020002", + "intro": "AMS-HT B Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0700730000020004", + "intro": "AMS A Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1806720000020004", + "intro": "AMS-HT G Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0701720000020005", + "intro": "AMS B Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0705710000020004", + "intro": "AMS F Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1807710000020004", + "intro": "AMS-HT H Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1803700000020004", + "intro": "AMS-HT D Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0705710000020001", + "intro": "AMS F Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707720000020004", + "intro": "AMS H Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702710000020004", + "intro": "AMS C Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0704730000020005", + "intro": "AMS E Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1801700000020001", + "intro": "AMS-HT B Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1805720000020004", + "intro": "AMS-HT F Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702730000020005", + "intro": "AMS C Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0704700000020002", + "intro": "AMS E Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0701700000020005", + "intro": "AMS B Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1801700000020002", + "intro": "AMS-HT B Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1801730000020001", + "intro": "AMS-HT B Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1803720000020005", + "intro": "AMS-HT D Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807730000020004", + "intro": "AMS-HT H Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1800700000020005", + "intro": "AMS-HT A Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0705700000020001", + "intro": "AMS F Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802710000020005", + "intro": "AMS-HT C Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807730000020001", + "intro": "AMS-HT H Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706710000020004", + "intro": "AMS G Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1804730000020002", + "intro": "AMS-HT E Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1803700000020002", + "intro": "AMS-HT D Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1802720000020005", + "intro": "AMS-HT C Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0706730000020002", + "intro": "AMS G Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0707700000020004", + "intro": "AMS H Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805700000020004", + "intro": "AMS-HT F Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805700000020001", + "intro": "AMS-HT F Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707720000020002", + "intro": "AMS H Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0701720000020001", + "intro": "AMS B Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0700720000020004", + "intro": "AMS A Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1804710000020001", + "intro": "AMS-HT E Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1801710000020001", + "intro": "AMS-HT B Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1806730000020002", + "intro": "AMS-HT G Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703710000020002", + "intro": "AMS D Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703720000020001", + "intro": "AMS D Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706720000020001", + "intro": "AMS G Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1801730000020004", + "intro": "AMS-HT B Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0704710000020002", + "intro": "AMS E Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1800710000020002", + "intro": "AMS-HT A Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1802710000020002", + "intro": "AMS-HT C Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1805720000020002", + "intro": "AMS-HT F Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0703730000020004", + "intro": "AMS D Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1806720000020005", + "intro": "AMS-HT G Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0706720000020002", + "intro": "AMS G Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704730000020002", + "intro": "AMS E Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1807720000020001", + "intro": "AMS-HT H Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1803710000020005", + "intro": "AMS-HT D Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807710000020002", + "intro": "AMS-HT H Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705720000020002", + "intro": "AMS F Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0700720000020001", + "intro": "AMS A Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706720000020004", + "intro": "AMS G Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1804700000020001", + "intro": "AMS-HT E Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1803710000020002", + "intro": "AMS-HT D Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0707710000020001", + "intro": "AMS H Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1803720000020004", + "intro": "AMS-HT D Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805730000020005", + "intro": "AMS-HT F Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1803710000020001", + "intro": "AMS-HT D Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1803700000020005", + "intro": "AMS-HT D Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1805700000020002", + "intro": "AMS-HT F Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0701710000020005", + "intro": "AMS B Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0707730000020005", + "intro": "AMS H Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807720000020004", + "intro": "AMS-HT H Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0701720000020002", + "intro": "AMS B Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705700000020005", + "intro": "AMS F Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1801720000020001", + "intro": "AMS-HT B Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707730000020002", + "intro": "AMS H Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1804720000020002", + "intro": "AMS-HT E Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704730000020001", + "intro": "AMS E Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1801720000020004", + "intro": "AMS-HT B Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1802700000020001", + "intro": "AMS-HT C Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0703710000020004", + "intro": "AMS D Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0706730000020001", + "intro": "AMS G Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1806700000020004", + "intro": "AMS-HT G Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0700700000020005", + "intro": "AMS A Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1800720000020002", + "intro": "AMS-HT A Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1800720000020005", + "intro": "AMS-HT A Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1806720000020001", + "intro": "AMS-HT G Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706700000020001", + "intro": "AMS G Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1800700000020002", + "intro": "AMS-HT A Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0700720000020005", + "intro": "AMS A Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0707720000020001", + "intro": "AMS H Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802710000020001", + "intro": "AMS-HT C Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706720000020005", + "intro": "AMS G Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0702720000020002", + "intro": "AMS C Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0704710000020005", + "intro": "AMS E Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1806720000020002", + "intro": "AMS-HT G Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1807700000020001", + "intro": "AMS-HT H Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1804730000020004", + "intro": "AMS-HT E Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0707710000020005", + "intro": "AMS H Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1807730000020005", + "intro": "AMS-HT H Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0705730000020001", + "intro": "AMS F Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0704720000020004", + "intro": "AMS E Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0701730000020005", + "intro": "AMS B Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0704710000020004", + "intro": "AMS E Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1803700000020001", + "intro": "AMS-HT D Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0706710000020005", + "intro": "AMS G Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0707700000020001", + "intro": "AMS H Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1807700000020005", + "intro": "AMS-HT H Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0706730000020005", + "intro": "AMS G Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1805720000020001", + "intro": "AMS-HT F Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0701730000020001", + "intro": "AMS B Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0700710000020005", + "intro": "AMS A Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1803730000020005", + "intro": "AMS-HT D Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1804700000020005", + "intro": "AMS-HT E Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0703700000020001", + "intro": "AMS D Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0701710000020001", + "intro": "AMS B Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802700000020002", + "intro": "AMS-HT C Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0706700000020002", + "intro": "AMS G Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705700000020002", + "intro": "AMS F Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806700000020005", + "intro": "AMS-HT G Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0703720000020005", + "intro": "AMS D Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E: a segédmotor áramérzékelője meghibásodott." + }, + { + "ecode": "0701710000020004", + "intro": "AMS B Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0706710000020001", + "intro": "AMS G Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707700000020005", + "intro": "AMS H Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0701730000020004", + "intro": "AMS B Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0703730000020001", + "intro": "AMS D Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707720000020005", + "intro": "AMS H Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1802700000020005", + "intro": "AMS-HT C Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0703720000020004", + "intro": "AMS D Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1801720000020005", + "intro": "AMS-HT B Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1804710000020002", + "intro": "AMS-HT E Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0700730000020005", + "intro": "AMS A Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1804730000020005", + "intro": "AMS-HT E Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1800730000020005", + "intro": "AMS-HT A Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0705720000020001", + "intro": "AMS F Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1804730000020001", + "intro": "AMS-HT E Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0700730000020001", + "intro": "AMS A Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802720000020001", + "intro": "AMS-HT C Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1806710000020001", + "intro": "AMS-HT G Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0703730000020005", + "intro": "AMS D Slot 4: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1803710000020004", + "intro": "AMS-HT D Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0703730000020002", + "intro": "AMS D Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1803720000020001", + "intro": "AMS-HT D Slot 3: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0700700000020001", + "intro": "AMS A Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1802700000020004", + "intro": "AMS-HT C Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0706710000020002", + "intro": "AMS G Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1804710000020005", + "intro": "AMS-HT E Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0705730000020004", + "intro": "AMS F Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0700710000020004", + "intro": "AMS A Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "1805710000020001", + "intro": "AMS-HT F Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1807730000020002", + "intro": "AMS-HT H Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1804720000020005", + "intro": "AMS-HT E Slot 3: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "1805710000020004", + "intro": "AMS-HT F Slot 2: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0707710000020002", + "intro": "AMS H Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705720000020004", + "intro": "AMS F Slot 3: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702700000020005", + "intro": "AMS C Slot 1: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0700730000020002", + "intro": "AMS A Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1800730000020004", + "intro": "AMS-HT A Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0702730000020004", + "intro": "AMS C Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0701700000020002", + "intro": "AMS B Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0702700000020002", + "intro": "AMS C Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806730000020001", + "intro": "AMS-HT G Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0702700000020001", + "intro": "AMS C Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1800710000020005", + "intro": "AMS-HT A Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0702700000020004", + "intro": "AMS C Slot 1: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0701730000020002", + "intro": "AMS B Slot 4: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0705710000020005", + "intro": "AMS F Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0700700000020002", + "intro": "AMS A Slot 1: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806710000020002", + "intro": "AMS-HT G Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1801710000020005", + "intro": "AMS-HT B Slot 2: nem sikerült betölteni a filamentet. Kérjük, vágd le egyenesre a filament végét és győződj meg róla, hogy a tekercs nincs elakadva." + }, + { + "ecode": "0706730000020004", + "intro": "AMS G Slot 4: nem sikerült visszahúzni a filamentet a szerszámfejből. Lehetséges ok: a tekercs elakadt vagy a filament elakadt." + }, + { + "ecode": "0703720000020002", + "intro": "AMS D Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1802720000020002", + "intro": "AMS-HT C Slot 3: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "0702730000020001", + "intro": "AMS C Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0705710000020002", + "intro": "AMS F Slot 2: nem sikerült betölteni a filamentet a szerszámfejbe. Lehetséges ok: a filament vagy az tekercs elakadt." + }, + { + "ecode": "1806700000020001", + "intro": "AMS-HT G Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0707730000020001", + "intro": "AMS H Slot 4: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "1807710000020001", + "intro": "AMS-HT H Slot 2: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0704700000020001", + "intro": "AMS E Slot 1: nem sikerült kihúzni a filamentet az extruderből. Lehetséges ok: az extruder eldugult vagy a filament beletört az extruderbe." + }, + { + "ecode": "0500030000010021", + "intro": "A hardver nem kompatibilis, kérjük, ellenőrizd a szerszámfej kamerát." + }, + { + "ecode": "0C00010000020008", + "intro": "Nem sikerült lekérni az élő nézet kamerájának képét. A spagetti és a kidobó nyílásban felhalmozódott anyag észlelése jelenleg nem elérhető." + }, + { + "ecode": "0C00040000010012", + "intro": "Live View kamera adatkapcsolat hiba." + }, + { + "ecode": "0C00040000020003", + "intro": "A lézerplatform nincs megfelelően behelyezve. Kérjük, győződj meg arról, hogy a négy sarka megfelelően illeszkedik az asztalra." + }, + { + "ecode": "0500060000020004", + "intro": "A Live View kamera nincs a helyén; ellenőrizd a hardverkapcsolatot." + }, + { + "ecode": "0C00040000020002", + "intro": "A vágóplatform nem található: kérjük, helyezd be a feladathoz szükséges szőnyeget." + }, + { + "ecode": "0500060000020033", + "intro": "A BirdsEye kamera nincs csatlakoztatva. Kérjük, ellenőrizd a hardver- és kábelcsatlakozásokat." + }, + { + "ecode": "0C00030000020016", + "intro": "Az idegen anyag felismerése nem működik és a Live View kamera szériaszámát nem lehet beolvasni. Kérjük, vedd fel a kapcsolatot az ügyfélszolgálattal." + }, + { + "ecode": "0500040000020031", + "intro": "A lézer/vágómodul használata be kell állítani a BirdsEye kamera helyzetét. A pontosabb mérés érdekében használat előtt végezd el a beállítást." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0C00040000020019", + "intro": "A Birdseye kamera elcsúszással lett felszerelve. Kérjük, olvasd el a Wikit." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "03009E0000030001", + "intro": "A nyitott ajtó érzékelési szintje ehhez a nyomtatási feladathoz \"Értesítés\"-re lesz beállítva." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "03009D0000020001", + "intro": "A gravírozó lézer fókuszpont XY-kalibrálása nem sikerült. Kérjük, tisztítsd meg a lézer alaphelyzetének területét a lézerplatformon, és végezd el újra a lézermodul kalibrálását." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Slot 3 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F Slot 2 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Slot 4 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Slot 1 kimeneti Hall-jeladója nincs csatlakoztatva. Lehet, hogy a csatlakozó nem érintkezik megfelelően." + }, + { + "ecode": "03009D0000020002", + "intro": "A gravírozó lézer fókuszpont XY-kalibrálási eredménye jelentősen eltér a feladatban megadott értéktől. Kérjük, szereld be újra a lézermodult, és futtasd újra a lézermodul beállítását." + }, + { + "ecode": "0C00010000010011", + "intro": "A Liveview kamera kalibrálása sikertelen, kérjük kalibráld újra. Győződj meg róla, hogy a tárgyasztal üres és a kamera megfelelő irányba áll. Kérjük, vedd fel a kapcsolatot az ügyfélszolgálattal, ha a probléma ismételten előfordul." + }, + { + "ecode": "0500040000010052", + "intro": "A biztonsági kulcs nincs behelyezve. Kérjük, kövesd a Wiki utasításait a telepítéshez." + }, + { + "ecode": "0500040000010051", + "intro": "A vészleállító gomb nem a megfelelő helyen van; kérjük szereld be a Wiki utasításainak megfelelően" + }, + { + "ecode": "0300090000010001", + "intro": "Az extruder szervomotor áramkörében szakadást észleltünk. Lehet, hogy a csatlakozás nem megfelelő, vagy a motor meghibásodott." + }, + { + "ecode": "0300090000010002", + "intro": "Az extruder szervomotorja rövidzárlatos. Lehet, hogy meghibásodott." + }, + { + "ecode": "0300090000010003", + "intro": "Az extruder szervomotor ellenállása nem megfelelő, lehet, hogy a motor meghibásodott." + }, + { + "ecode": "0300160000010001", + "intro": "Az extruder szervomotor áramérzékelője hibás. Ezt a hardveres mintavevő áramkör hibája is okozhatja." + }, + { + "ecode": "0300410000010001", + "intro": "Instabil rendszerfeszültség; áramkimaradás elleni védelem aktiválva." + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A: ajtóérzékelő hiba, a Hall-jeladó csatlakozása meglazulhatott, vagy elszakadt." + }, + { + "ecode": "07FF700000020003", + "intro": "Figyeld, hogy jön-e filament a fúvókából. Ha nem, finoman told előrébb az anyagot és próbáld meg az extrudálást ismét." + }, + { + "ecode": "0300D00000010002", + "intro": "A pengetartó leesett; kérjük, szereld vissza." + }, + { + "ecode": "0300D00000010001", + "intro": "A vágómodul leesett; kérjük, szereld vissza." + }, + { + "ecode": "0300280000010005", + "intro": "Nem sikerült a Z-tengely alaphelyzetbe állítása a vágáshoz. Kérjük, ellenőrizd, hogy nincs-e idegen tárgy a Z-tengely szánján vagy a szíjkerekén." + }, + { + "ecode": "18FF600000020001", + "intro": "A külső tekercs összegabalyodott vagy elakadt." + }, + { + "ecode": "07FF600000020001", + "intro": "A külső tekercs elakadt vagy az anyag összegabalyodott." + }, + { + "ecode": "0500030000020020", + "intro": "Az USB-meghajtó kapacitása nem elegendő a nyomtatási fájlok gyorsítótárba helyezéséhez." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H: a segédmotor három fázisának vezetéke nincs csatlakoztatva. Előfordulhat, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0500040000020036", + "intro": "Új vágómodul csatlakoztatva. A pontosabb vágás érdekében, kérjük, használat előtt végezd el a beállítást. (kb. 3 perc)" + }, + { + "ecode": "0500040000020035", + "intro": "A lézermodult kalibrálni kell, hogy megfelelően legyen fókuszálva. Kérjük, használat előtt végezd el a kalibrálását. (kb. 2 perc)" + }, + { + "ecode": "0300C30000010002", + "intro": "A szűrőkapcsoló áramérzékelője meghibásodott: ennek oka szakadás vagy a hardveres mintavevő áramkör hibája." + }, + { + "ecode": "0300A10000010001", + "intro": "A kamra hőmérséklete túl magas. Kérjük, nyisd ki a felső fedelet és az elülső ajtót a lehűtéshez, vagy csökkentsd a környezeti hőmérsékletet." + }, + { + "ecode": "0500010000030005", + "intro": "Az USB-meghajtó írásvédett módban van. A videófelvétel és a timelapse funkció nem használható. Kérjük, látogass el a Wiki-oldalra a további információkért." + }, + { + "ecode": "0500040000020038", + "intro": "Csúsztasd be a vágómodult, és rögzítsd a gyorskioldó kart. Ha már be van szerelve, előfordulhat, hogy a modul nincs megfelelően csatlakoztatva. Kérjük, próbáld meg újból beszerelni." + }, + { + "ecode": "0500010000020002", + "intro": "Az USB kamera nincs csatlakoztatva. Kérjük, ellenőrizd a kábelcsatlakozásokat." + }, + { + "ecode": "0500060000020034", + "intro": "A Live View kamera nincs csatlakoztatva. Kérjük, ellenőrizd a hardver- és kábelcsatlakozásokat." + }, + { + "ecode": "0300D00000010003", + "intro": "A vágómodul kábele kilazult; ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1805200000020009", + "intro": "Az AMS-HT F Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1803200000020009", + "intro": "Az AMS-HT D Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1805210000020009", + "intro": "Az AMS-HT F Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804210000020009", + "intro": "Az AMS-HT E Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804220000020009", + "intro": "Az AMS-HT E Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1803210000020009", + "intro": "Az AMS-HT D Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1806230000020009", + "intro": "Az AMS-HT G Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1800220000020009", + "intro": "Az AMS-HT A Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1807230000020009", + "intro": "Az AMS-HT H Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1802200000020009", + "intro": "Az AMS-HT C Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801210000020009", + "intro": "Az AMS-HT B Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1807210000020009", + "intro": "Az AMS-HT H Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1800210000020009", + "intro": "Az AMS-HT A Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1802210000020009", + "intro": "Az AMS-HT C Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1806220000020009", + "intro": "Az AMS-HT G Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1806200000020009", + "intro": "Az AMS-HT G Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804230000020009", + "intro": "Az AMS-HT E Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801220000020009", + "intro": "Az AMS-HT B Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1802220000020009", + "intro": "Az AMS-HT C Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1803230000020009", + "intro": "Az AMS-HT D Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1807200000020009", + "intro": "Az AMS-HT H Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1800230000020009", + "intro": "Az AMS-HT A Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1806210000020009", + "intro": "Az AMS-HT G Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1805220000020009", + "intro": "Az AMS-HT F Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1807220000020009", + "intro": "Az AMS-HT H Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1803220000020009", + "intro": "Az AMS-HT D Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1805230000020009", + "intro": "Az AMS-HT F Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804200000020009", + "intro": "Az AMS-HT E Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801200000020009", + "intro": "Az AMS-HT B Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1800200000020009", + "intro": "Az AMS-HT A Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1802230000020009", + "intro": "Az AMS-HT C Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801230000020009", + "intro": "Az AMS-HT B Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0C0003000002000E", + "intro": "Úgy tűnik, hogy a fúvóka filamenttel van borítva." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1801220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0701130000010001", + "intro": "Az AMS B slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0702100000010001", + "intro": "Az AMS C slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800130000010001", + "intro": "Az AMS-HT A slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1807100000010003", + "intro": "Az AMS-HT H slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1803200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1804130000010001", + "intro": "Az AMS-HT E slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1805120000010001", + "intro": "Az AMS-HT F slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707100000010001", + "intro": "Az AMS H slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0704200000020004", + "intro": "Úgy tűnik, hogy az AMS E Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1801130000010001", + "intro": "Az AMS-HT B slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1802110000020002", + "intro": "Az AMS-HT C slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0705130000010001", + "intro": "Az AMS F slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1807220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704120000010003", + "intro": "Az AMS E slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705120000010003", + "intro": "Az AMS F slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0704100000010003", + "intro": "Az AMS E slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1807300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0704310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0705210000020009", + "intro": "Az AMS F Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0707220000020009", + "intro": "Az AMS H Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0707300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0700120000020002", + "intro": "Az AMS A slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0701100000010001", + "intro": "Az AMS B slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701110000010003", + "intro": "Az AMS B slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702130000010001", + "intro": "Az AMS C slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0703120000020002", + "intro": "Az AMS D slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703130000020002", + "intro": "Az AMS D slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703210000020003", + "intro": "AMS D Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1805210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801120000020002", + "intro": "Az AMS-HT B slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1803210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0706130000010003", + "intro": "Az AMS G slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1804110000010001", + "intro": "Az AMS-HT E slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704130000010001", + "intro": "Az AMS E slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700100000010003", + "intro": "Az AMS A slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0700220000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804130000010003", + "intro": "Az AMS-HT E slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1806110000010003", + "intro": "Az AMS-HT G slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1805130000010003", + "intro": "Az AMS-HT F slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1802110000010001", + "intro": "Az AMS-HT C slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801130000020002", + "intro": "Az AMS-HT B slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1803120000010003", + "intro": "Az AMS-HT D slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1803130000020002", + "intro": "Az AMS-HT D slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1807110000010003", + "intro": "Az AMS-HT H slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1802210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0705200000020004", + "intro": "Úgy tűnik, hogy az AMS F Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806100000010003", + "intro": "Az AMS-HT G slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1806200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0704210000020003", + "intro": "AMS E Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1807200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704110000010001", + "intro": "Az AMS E slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1800210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0706130000020002", + "intro": "Az AMS G slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706110000010001", + "intro": "Az AMS G slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0706130000010001", + "intro": "Az AMS G slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807130000020002", + "intro": "Az AMS-HT H slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800400000020004", + "intro": "Hibás filament-puffer jel; előfordulhat, hogy a rugó beragadt vagy a filament összegabalyodott." + }, + { + "ecode": "0704200000020009", + "intro": "Az AMS E Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1806300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0704310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1800310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0705310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1807310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1806350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701200000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0703110000010001", + "intro": "Az AMS D slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0703130000010003", + "intro": "Az AMS D slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802100000020002", + "intro": "Az AMS-HT C slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1805130000010001", + "intro": "Az AMS-HT F slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0705100000020002", + "intro": "Az AMS F slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704130000020002", + "intro": "Az AMS E slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704230000020003", + "intro": "AMS E Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0705210000020004", + "intro": "Úgy tűnik, hogy az AMS F Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803120000010001", + "intro": "Az AMS-HT D slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1803210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0706210000020004", + "intro": "Úgy tűnik, hogy az AMS G Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0707120000010001", + "intro": "Az AMS H slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801120000010001", + "intro": "Az AMS-HT B slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1800230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806130000010003", + "intro": "Az AMS-HT G slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706200000020003", + "intro": "AMS G Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1802230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1803230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0707200000020003", + "intro": "AMS H Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807120000010003", + "intro": "Az AMS-HT H slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700110000020002", + "intro": "Az AMS A slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700200000020003", + "intro": "AMS A Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0700200000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701100000020002", + "intro": "Az AMS B slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0701110000020002", + "intro": "Az AMS B slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0701130000020002", + "intro": "Az AMS B slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1802220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1804120000010001", + "intro": "Az AMS-HT E slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1807110000020002", + "intro": "Az AMS-HT H slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0707100000010003", + "intro": "Az AMS H slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706230000020004", + "intro": "Úgy tűnik, hogy az AMS G Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0705220000020004", + "intro": "Úgy tűnik, hogy az AMS F Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800120000020002", + "intro": "Az AMS-HT A slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1802210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706220000020004", + "intro": "Úgy tűnik, hogy az AMS G Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800110000010003", + "intro": "Az AMS-HT A slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1804110000010003", + "intro": "Az AMS-HT E slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1800300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1804310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0705200000020009", + "intro": "Az AMS F Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "18FF200000020002", + "intro": "A külső filament hiányzik; kérjük, tölts be új filamentet." + }, + { + "ecode": "1807350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0705300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "18FF200000020001", + "intro": "A külső filament elfogyott; kérjük töltsd be új filamentet." + }, + { + "ecode": "1800450000020001", + "intro": "A filamentvágó érzékelője hibásan működik. Lehet, hogy az érzékelő nincs csatlakoztatva, vagy megsérült." + }, + { + "ecode": "1805310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0704230000020009", + "intro": "Az AMS E Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0707350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0700110000010001", + "intro": "Az AMS A slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701120000020002", + "intro": "Az AMSB slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702200000020003", + "intro": "AMS C Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703110000010003", + "intro": "Az AMS D slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1805120000020002", + "intro": "Az AMS-HT F slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805100000010003", + "intro": "Az AMS-HT F slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0707220000020004", + "intro": "Úgy tűnik, hogy az AMS H Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0704120000010001", + "intro": "Az AMS E slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802130000010001", + "intro": "Az AMS-HT C slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1800130000020002", + "intro": "Az AMS-HT A slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1803200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801100000010001", + "intro": "Az AMS-HT B slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807100000020002", + "intro": "Az AMS-HT H slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1802120000020002", + "intro": "Az AMS-HT C slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705120000020002", + "intro": "Az AMS F slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1805110000010003", + "intro": "Az AMS-HT F slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0700210000020003", + "intro": "AMS A Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0700230000020003", + "intro": "AMS A Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702130000010003", + "intro": "Az AMS C slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703220000020003", + "intro": "AMS D Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1803120000020002", + "intro": "Az AMS-HT D slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1801110000010001", + "intro": "Az AMS-HT B slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803110000010003", + "intro": "Az AMS-HT D slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806110000010001", + "intro": "Az AMS-HT G slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0707200000020004", + "intro": "Úgy tűnik, hogy az AMS H Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802100000010003", + "intro": "Az AMS-HT C slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1801210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0705130000020002", + "intro": "Az AMS F slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1800200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800120000010003", + "intro": "Az AMS-HT A slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0704110000010003", + "intro": "Az AMS E slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804110000020002", + "intro": "Az AMS-HT E slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1805130000020002", + "intro": "Az AMS-HT F slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804130000020002", + "intro": "Az AMS-HT E slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0706300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1800450000020002", + "intro": "A filamentvágó vágási távolsága túl nagy. Az XY motor lépést veszthet." + }, + { + "ecode": "1802300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1802310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1806310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1802300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0705230000020009", + "intro": "Az AMS F Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0707310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0700100000010001", + "intro": "Az AMS A slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0700100000020002", + "intro": "Az AMS A slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700120000010001", + "intro": "Az AMS A slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0700130000010001", + "intro": "Az AMS A slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0702110000020002", + "intro": "Az AMS C slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0702210000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0702220000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0705100000010003", + "intro": "Az AMS F slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1805210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802130000010003", + "intro": "Az AMS-HT C slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0701110000010001", + "intro": "Az AMS B slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701120000010003", + "intro": "Az AMS B slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0702230000020003", + "intro": "AMS C Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0704100000020002", + "intro": "Az AMS E slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1803110000020002", + "intro": "Az AMS-HT D slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705110000010001", + "intro": "Az AMS F slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1800120000010001", + "intro": "Az AMS-HT A slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707120000020002", + "intro": "Az AMS H slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705110000010003", + "intro": "Az AMS F slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1805220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1807110000010001", + "intro": "Az AMS-HT H slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1804220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0706230000020009", + "intro": "Az AMS G Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1804300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1802350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "18FF200000020004", + "intro": "Kérjük, húzd ki a filamentet az extruderből." + }, + { + "ecode": "0705350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0706210000020009", + "intro": "Az AMS G Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1805350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "18FF450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "0707300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1800300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702200000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0703100000010003", + "intro": "Az AMS D slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703120000010001", + "intro": "Az AMS D slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0703230000020003", + "intro": "AMS D Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0705230000020004", + "intro": "Úgy tűnik, hogy az AMS F Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707130000010003", + "intro": "Az AMS H slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707220000020003", + "intro": "AMS H Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0706100000020002", + "intro": "Az AMS G slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704210000020004", + "intro": "Úgy tűnik, hogy az AMS E Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706220000020003", + "intro": "AMS G Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1806230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1804100000010003", + "intro": "Az AMS-HT E slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704120000020002", + "intro": "Az AMS E slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705120000010001", + "intro": "Az AMS F slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1800100000010003", + "intro": "Az AMS-HT A slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0706110000010003", + "intro": "Az AMS G slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0707120000010003", + "intro": "Az AMS H slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705100000010001", + "intro": "Az AMS F slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700130000020002", + "intro": "Az AMS A slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0701230000020003", + "intro": "AMS B Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702230000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0703100000010001", + "intro": "Az AMS D slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0703230000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803100000020002", + "intro": "Az AMS-HT D slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0707130000020002", + "intro": "Az AMS H slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801110000020002", + "intro": "Az AMS-HT B slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1801230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "0706110000020002", + "intro": "Az AMS G slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705130000010003", + "intro": "Az AMS F slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801110000010003", + "intro": "Az AMS-HT B slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0706120000010001", + "intro": "Az AMS G slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1803310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1805300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0706310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1802310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0704350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0707210000020009", + "intro": "Az AMS H Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "18FE450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0703200000020003", + "intro": "AMS D Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707130000010001", + "intro": "Az AMS H slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0704220000020003", + "intro": "AMS E Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801100000010003", + "intro": "Az AMS-HT B slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0704130000010003", + "intro": "Az AMS E slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1806120000010003", + "intro": "Az AMS-HT G slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0706120000010003", + "intro": "Az AMS G slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707210000020003", + "intro": "AMS H Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806120000010001", + "intro": "Az AMS-HT G slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805120000010003", + "intro": "Az AMS-HT F slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800100000010001", + "intro": "Az AMS-HT A slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0705230000020003", + "intro": "AMS F Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0707110000010003", + "intro": "Az AMS H slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806110000020002", + "intro": "Az AMS-HT G slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1806130000020002", + "intro": "Az AMS-HT G slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0700210000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0700220000020003", + "intro": "AMS A Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701100000010003", + "intro": "Az AMS B slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703100000020002", + "intro": "Az AMS D slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703220000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1801200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706100000010003", + "intro": "Az AMS G slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1802100000010001", + "intro": "Az AMS-HT C slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0706210000020003", + "intro": "AMS G Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1806230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1806100000020002", + "intro": "Az AMS-HT G slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1801130000010003", + "intro": "Az AMS-HT B slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1804220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0704100000010001", + "intro": "Az AMS E slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706120000020002", + "intro": "Az AMS G slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1802230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0707110000020002", + "intro": "Az AMS H slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704220000020004", + "intro": "Úgy tűnik, hogy az AMS E Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706100000010001", + "intro": "Az AMS G slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1800210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1800110000020002", + "intro": "Az AMS-HT A slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1807230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1803130000010001", + "intro": "Az AMS-HT D slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1805300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0704300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0707230000020009", + "intro": "Az AMS H Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1803300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1804310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1800310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "1803350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0704210000020009", + "intro": "Az AMS E Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700230000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0702120000010001", + "intro": "Az AMS C slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1807230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1804120000020002", + "intro": "Az AMS-HT E slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705210000020003", + "intro": "AMS F Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802120000010001", + "intro": "Az AMS-HT C slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1801220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0700120000010003", + "intro": "Az AMS A slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0701220000020003", + "intro": "AMS B Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702220000020003", + "intro": "AMS C Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0703120000010003", + "intro": "Az AMS D slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1801100000020002", + "intro": "Az AMS-HT B slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1806100000010001", + "intro": "Az AMS-HT G slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1805110000010001", + "intro": "Az AMS-HT F slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1803110000010001", + "intro": "Az AMS-HT D slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807120000020002", + "intro": "Az AMS-HT H slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807130000010001", + "intro": "Az AMS-HT H slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1800200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1805230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT F Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1804230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0704300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0704220000020009", + "intro": "Az AMS E Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0706310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1800350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "1806300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0707310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0705300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0707200000020009", + "intro": "Az AMS H Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1801300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0706220000020009", + "intro": "Az AMS G Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1800400000020003", + "intro": "AMS Hub kommunikációs probléma, lehet, hogy a kábel nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0706350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0705310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0701220000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0701230000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0702130000020002", + "intro": "Az AMS C slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1805100000020002", + "intro": "Az AMS-HT F slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1801120000010003", + "intro": "Az AMS-HT B slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802200000020004", + "intro": "Úgy tűnik, hogy az AMS-HT C Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807100000010001", + "intro": "Az AMS-HT H slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1804100000020002", + "intro": "Az AMS-HT E slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804100000010001", + "intro": "Az AMS-HT E slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807120000010001", + "intro": "Az AMS-HT H slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704200000020003", + "intro": "AMS E Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1800130000010003", + "intro": "Az AMS-HT A slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0707100000020002", + "intro": "Az AMS H slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707210000020004", + "intro": "Úgy tűnik, hogy az AMS H Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0705110000020002", + "intro": "Az AMS F slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700110000010003", + "intro": "Az AMS A slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701120000010001", + "intro": "Az AMS B slot 3 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0701130000010003", + "intro": "Az AMS B slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0701210000020003", + "intro": "AMS B Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702100000020002", + "intro": "Az AMS C slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0702120000010003", + "intro": "Az AMS C slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0702210000020003", + "intro": "AMS C Slot 2 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703110000020002", + "intro": "Az AMS D slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703130000010001", + "intro": "Az AMS D slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Slot 3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Slot 2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Slot 3 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1800110000010001", + "intro": "Az AMS-HT A slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801230000020004", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1806220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Slot 4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1805100000010001", + "intro": "Az AMS-HT F slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1800220000020004", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 3 filament eltört a nyomtatófejben." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1803220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1804300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1803310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1801310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "1800450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "1807300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0705220000020009", + "intro": "Az AMS F Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Slot 3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0703200000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800100000020002", + "intro": "Az AMS-HT A slot 1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801200000020003", + "intro": "Úgy tűnik, hogy az AMS-HT B Slot 1 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1802130000020002", + "intro": "Az AMS-HT C slot 4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1803130000010003", + "intro": "Az AMS-HT D slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G Slot 2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Slot 4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Slot 3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1806130000010001", + "intro": "Az AMS-HT G slot 4 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1804120000010003", + "intro": "Az AMS-HT E slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807210000020003", + "intro": "Úgy tűnik, hogy az AMS-HT H Slot 2 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1804210000020004", + "intro": "Úgy tűnik, hogy az AMS-HT E Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C Slot 1 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Slot 1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Slot 2 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1802110000010003", + "intro": "Az AMS-HT C slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706230000020003", + "intro": "AMS G Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1803230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT D Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0704230000020004", + "intro": "Úgy tűnik, hogy az AMS E Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D Slot 2 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800230000020003", + "intro": "Úgy tűnik, hogy az AMS-HT A Slot 4 filament eltört az AMS-HT-ben." + }, + { + "ecode": "1806120000020002", + "intro": "Az AMS-HT G slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1805110000020002", + "intro": "Az AMS-HT F slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0707230000020003", + "intro": "AMS H Slot 4 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "0700130000010003", + "intro": "Az AMS A slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0701210000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0702100000010003", + "intro": "Az AMS C slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0702110000010001", + "intro": "Az AMS C slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0702110000010003", + "intro": "Az AMS C slot 2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0702120000020002", + "intro": "Az AMS C slot 3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Slot 2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Slot 4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "0703210000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot 2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0707110000010001", + "intro": "Az AMS H slot 2 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1807130000010003", + "intro": "Az AMS-HT H slot 4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D Slot 3 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1806220000020003", + "intro": "Úgy tűnik, hogy az AMS-HT G Slot 3 filament eltört az AMS-HT-ben." + }, + { + "ecode": "0705200000020003", + "intro": "AMS F Slot 1 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1802120000010003", + "intro": "Az AMS-HT C slot 3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Slot 4 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Slot 1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706200000020004", + "intro": "Úgy tűnik, hogy az AMS G Slot 1 filament eltört a nyomtatófejben." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F szárító hűtést végez; kérjük használat előtt várj, amíg lehűl." + }, + { + "ecode": "0705220000020003", + "intro": "AMS F Slot 3 filament lehet, hogy eltört az AMS-ben." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Slot 1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Slot 4 bemeneti Hall-jeladója nincs csatlakoztatva, ennek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803100000010003", + "intro": "Az AMS-HT D slot 1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0704110000020002", + "intro": "Az AMS E slot 2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Slot 1 filament elfogyott. Kérjük várj, amíg a nyomtató kiüríti a régi filamentet." + }, + { + "ecode": "0707230000020004", + "intro": "Úgy tűnik, hogy az AMS H Slot 4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1803100000010001", + "intro": "Az AMS-HT D slot 1 motor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0706200000020009", + "intro": "Az AMS G Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1807310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0706300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0300C20000010002", + "intro": "A szűrőkapcsoló Hall-jeladója meghibásodott: ellenőrizd a vezetékelést." + }, + { + "ecode": "0C00010000010010", + "intro": "A Liveview kamera kalibrálása sikertelen. Kérjük, győződj meg arról, hogy a tárgyasztal tiszta és a kamera képe tiszta. Ezen lépések után végezd el újra a kalibrálást." + }, + { + "ecode": "0C0001000001000F", + "intro": "A Live View kamera kalibrálása sikertelen. Indítsd újra az eszközöket, vagy frissítsd a firmware-t." + }, + { + "ecode": "0C00010000010013", + "intro": "A Liveview kamera kalibrálása sikertelen és a szériaszámát nem lehet beolvasni. Kérjük, vedd fel a kapcsolatot az ügyfélszolgálattal." + }, + { + "ecode": "050004000001004F", + "intro": "Ismeretlen modul észlelve. Kérjük, próbáld meg frissíteni a firmware-t a legújabb verzióra." + }, + { + "ecode": "0C00040000010020", + "intro": "A tárgyasztalon lévő jelölés megsérült, kérjük vedd fel a kapcsolatot az ügyfélszolgálattal." + }, + { + "ecode": "0C00030000020013", + "intro": "Az idegen anyag felismerése nem működik. Kérjük, indítsd újra a készülékeket, vagy frissítsd a firmware-t." + }, + { + "ecode": "1200300000010004", + "intro": "Az RFID nem olvasható az AMS A titkosítóchip hibája miatt." + }, + { + "ecode": "1201300000010004", + "intro": "Az RFID nem olvasható az AMS B titkosítóchip hibája miatt." + }, + { + "ecode": "1202300000010004", + "intro": "Az RFID nem olvasható az AMS C titkosítóchip hibája miatt." + }, + { + "ecode": "1203300000010004", + "intro": "Az RFID nem olvasható az AMS D titkosítóchip hibája miatt." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B: a kamra hőmérséklete túl magas; a betöltés rásegítés és az RFID-olvasás jelenleg nem működik." + }, + { + "ecode": "07FF450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "07FE450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0500050000010001", + "intro": "Az AP-panel gyári adatai hibásak, kérjük cseréld ki az AP-panelt egy újjal." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0500400000010039", + "intro": "Lézermodul szériaszám hiba" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0500400000010040", + "intro": "Vágómodul szériaszám hiba" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0300180000010006", + "intro": "A tárgyasztal szintezési adatai hibásak. Ellenőrizd, hogy nincs-e idegen tárgy az asztalon és a Z-szánon. Ha igen, távolítsd el őket, és próbáld újra." + }, + { + "ecode": "0500010000030004", + "intro": "Nincs elég hely az USB-meghajtón; kérjük, szabadíts fel helyet." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G: Nem lehet elindítani a szárítást; kérjük húzd ki a filamentet a hubból, és próbáld újra." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G: a környezeti hőmérséklet túl alacsony, ami befolyásolja a szárítási képességet." + }, + { + "ecode": "0300180000010003", + "intro": "Az extrudálóerő-érzékelő nem található. Lehet, hogy az MC és a TH közötti kapcsolat megszakadt, vagy az érzékelő elromlott." + }, + { + "ecode": "0500020000020003", + "intro": "Nem sikerült csatlakozni az internethez; kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0700310000020002", + "intro": "Az AMS A Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0703300000020002", + "intro": "Az AMS D Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0300960000010001", + "intro": "Úgy tűnik, hogy az első ajtó nyitva van; a feladat szünetel." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806310000020002", + "intro": "Az AMS-HT G Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805330000020002", + "intro": "Az AMS-HT F Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0705320000020002", + "intro": "Az AMS F Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "030001000001000D", + "intro": "A tárgyasztal fűtőmoduljaiban korábban rendellenesség észleltünk. A nyomtató használatának folytatásához és a hiba elhárításához látogass el a Wiki-oldalra." + }, + { + "ecode": "0300040000020001", + "intro": "A tárgyhűtő ventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy beragadt vagy nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0300080000010003", + "intro": "A \"Z\" motor ellenállása nem megfelelő, lehet, hogy a motor meghibásodott." + }, + { + "ecode": "0500040000010002", + "intro": "Nem sikerült a nyomtatási állapot jelentése. Kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0500040000030008", + "intro": "Az ajtó nyitva van." + }, + { + "ecode": "0500040000030009", + "intro": "Az asztal hőmérséklete meghaladja a filament üvegesedési hőmérsékletét, ami a fúvóka eltömődéséhez vezethet. Kérjük, hagyd nyitva a nyomtató ajtaját. Ideiglenesen kikapcsoltuk az ajtónyitás-észlelést." + }, + { + "ecode": "0500050000030002", + "intro": "A készülék mérnöki üzemmódban van, kérjük, ügyelj az információbiztonságra." + }, + { + "ecode": "0700300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0701310000020002", + "intro": "Az AMS B Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0702310000020002", + "intro": "Az AMS C Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0703310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0C00020000010005", + "intro": "Új Micro Lidart észleltünk. Kérjük, használat előtt futtasd le a kalibrációt a Kalibrálás oldalon." + }, + { + "ecode": "12FF200000020004", + "intro": "Kérjük, húzd ki a külső tartón lévő filamentet az extruderből." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0C00040000010011", + "intro": "Nem sikerült megmérni az anyagvastagságot: az eszköz paraméterei nem megfelelőek; kérjük, állítsd be újra a BirdsEye kamerát." + }, + { + "ecode": "0C0003000002000C", + "intro": "A tálca azonosítója nem olvasható. Kérjük, győződj meg arról, hogy a tálca megfelelően illeszkedik." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0300A20000010001", + "intro": "Az MC modul hőmérséklete túl magas, valószínűleg a nyomtató magas kamrahőmérséklete miatt. Használat előtt megpróbálhatod csökkenteni a környezeti hőmérsékletet." + }, + { + "ecode": "0300360000010001", + "intro": "A kamra levegőkeringető-ventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy beragadt vagy nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0C00040000010013", + "intro": "A BirdsEye kamera expozíciós paraméterei nem megfelelőek; kérjük, próbáld újra." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802310000020002", + "intro": "Az AMS-HT C Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0707300000020002", + "intro": "Az AMS H Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0707310000020002", + "intro": "Az AMS H Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1800330000020002", + "intro": "Az AMS-HT A Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0705310000020002", + "intro": "Az AMS F Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0705300000020002", + "intro": "Az AMS F Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807310000020002", + "intro": "Az AMS-HT H Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801330000020002", + "intro": "Az AMS-HT B Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1804310000020002", + "intro": "Az AMS-HT E Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1801320000020002", + "intro": "Az AMS-HT B Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "03001B0000010002", + "intro": "Külső zavart észleltünk a tárgyasztal gyorsulásmérőjén. Lehet, hogy a szenzor vezetéke nincs megfelelően rögzítve." + }, + { + "ecode": "030091000001000C", + "intro": "A kamra 1. fűtése hosszú ideje maximális teljesítményen üzemelt. Lehet, hogy a hőmérséklet-szabályozó rendszer meghibásodott." + }, + { + "ecode": "0300940000030001", + "intro": "A kamra túl lassan hűl le. Az ajtó kinyitása segíthet a hűtésben, de csak akkor nyisd ki, ha olyan anyagot nyomtattál, amelynek gőze nem mérgező." + }, + { + "ecode": "0500020000020005", + "intro": "Nem sikerült csatlakozni az internethez; kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0500040000010003", + "intro": "A nyomtatási fájl tartalma olvashatatlan. Kérjük, küldd el újra a nyomtatási feladatot." + }, + { + "ecode": "0500050000010006", + "intro": "Az AP-panel gyári adatai hibásak, kérjük cseréld ki az AP-panelt egy újjal." + }, + { + "ecode": "0700330000020002", + "intro": "Az AMS A Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0701300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0701330000020002", + "intro": "Az AMS B Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0702300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0702300000020002", + "intro": "Az AMS C Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0702320000020002", + "intro": "Az AMS C Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0702330000020002", + "intro": "Az AMS C Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0703310000020002", + "intro": "Az AMS D Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0C0001000001000B", + "intro": "A Micro Lidar kalibrálása nem sikerült, kérjük, győződj meg róla, hogy a kalibráló felület tiszta és nincs lefedve, majd próbáld meg újra kalibrálni." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "050003000001000A", + "intro": "A rendszer állapota nem megfelelő; kérjük, állítsd vissza a gyári beállításokat." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "030001000001000E", + "intro": "A tápfeszültség nem egyezik a gépben megadottal; asztalfűtés letiltva." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0706330000020002", + "intro": "Az AMS G Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1805310000020002", + "intro": "Az AMS-HT F Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805320000020002", + "intro": "Az AMS-HT F Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0704310000020002", + "intro": "Az AMS E Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801310000020002", + "intro": "Az AMS-HT B Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0706320000020002", + "intro": "Az AMS G Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806300000020002", + "intro": "Az AMS-HT G Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804320000020002", + "intro": "Az AMS-HT E Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706310000020002", + "intro": "Az AMS G Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0705330000020002", + "intro": "Az AMS F Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0300010000010008", + "intro": "A tárgyasztal felfűtése során a rendszer problémát talált. Előfordulhat, hogy a fűtőmodul meghibásodott." + }, + { + "ecode": "0300020000010006", + "intro": "A tárgyasztal hőmérséklete nem megfelelő; elképzelhető, hogy a szenzor rövidzárlatos." + }, + { + "ecode": "0700320000020002", + "intro": "Az AMS A Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0700400000020004", + "intro": "Hibás filament-puffer jel; előfordulhat, hogy a rugó beragadt vagy a filament összegabalyodott." + }, + { + "ecode": "0702310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0703300000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0C0003000002000F", + "intro": "Kihagyott tárgyak lettek beállítva az első réteg ellenőrzése előtt. Az első réteg ellenőrzése nem támogatott a jelenlegi nyomtatási módban." + }, + { + "ecode": "12FF200000020006", + "intro": "Nem sikerült extrudálni a filamentet; előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "0C00040000010014", + "intro": "Nem található a vágáshoz szükséges védőlap, ami a tárgyasztal sérüléséhez vezethet.\nKérjük folytatás előtt helyezd be." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0300090000020002", + "intro": "Az extrudálás mechanikai ellenállása túl nagy. Előfordulhat, hogy az extruder eldugult, vagy filament ragadt a szerszámfejbe." + }, + { + "ecode": "0300310000010001", + "intro": "A tárgyhűtő ventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy beragadt vagy nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1804330000020002", + "intro": "Az AMS-HT E Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803310000020002", + "intro": "Az AMS-HT D Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1802300000020002", + "intro": "Az AMS-HT C Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1807320000020002", + "intro": "Az AMS-HT H Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704300000020002", + "intro": "Az AMS E Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803300000020002", + "intro": "Az AMS-HT D Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806320000020002", + "intro": "Az AMS-HT G Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1800300000020002", + "intro": "Az AMS-HT A Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "030001000001000A", + "intro": "A tárgyasztal hőmérséklet-szabályozása nem működik megfelelően. Előfordulhat, hogy az AC-panel meghibásodott." + }, + { + "ecode": "0300030000010001", + "intro": "A tárgyhűtőventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy beragadt vagy megsérült." + }, + { + "ecode": "0300060000010003", + "intro": "Az \"A\" motor ellenállása nem megfelelő, lehet, hogy a motor meghibásodott." + }, + { + "ecode": "0300070000010003", + "intro": "A \"B\" motor ellenállása nem megfelelő, lehet, hogy a motor meghibásodott." + }, + { + "ecode": "03001A0000020001", + "intro": "Filament ragadt a fúvókára vagy a tálca ferdén lett behelyezve." + }, + { + "ecode": "03001D0000010001", + "intro": "Az extruder motorjának helyzetérzékelője hibás. Lehet, hogy az érzékelő vezetéke nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0500040000010001", + "intro": "Nem sikerült letölteni a nyomtatási feladatot. Kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0700300000020002", + "intro": "Az AMS A Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0701320000020002", + "intro": "Az AMS B Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0703320000020002", + "intro": "Az AMS D Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0703330000020002", + "intro": "Az AMS D Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0C00010000020007", + "intro": "A Micro Lidar lézer paraméterei eltolódtak. Kérjük, kalibráld újra a nyomtatót." + }, + { + "ecode": "0C00020000020004", + "intro": "A fúvóka magassága túl alacsonynak tűnik. Előfordulhat, hogy a fúvóka el van kopva vagy elhajolt. A Lidart újból kell kalibrálni, ha lecseréled a fúvókát." + }, + { + "ecode": "0C00020000020009", + "intro": "A függőleges lézer nem elég fényes a nyomtatófej alaphelyzetében. Kérjük, tisztítsd meg vagy cseréld le a tárgyasztalt, ha ez az üzenet ismételten megjelenik." + }, + { + "ecode": "0C00030000020010", + "intro": "Idegen tárgyakat találhatók a tárgyasztalon. Kérjük, ellenőrizd és tisztítsd meg az asztalt." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0500040000020033", + "intro": "Kérjük, csatlakoztasd a modul csatlakozóját." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0C00040000010010", + "intro": "A lézermodul meghibásodása miatt nem sikerült az anyagvastagság mérése." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0706300000020002", + "intro": "Az AMS G Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1801300000020002", + "intro": "Az AMS-HT B Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1804300000020002", + "intro": "Az AMS-HT E Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1807300000020002", + "intro": "Az AMS-HT H Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G: fűtőelem 2 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1802320000020002", + "intro": "Az AMS-HT C Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0704330000020002", + "intro": "Az AMS E Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1802330000020002", + "intro": "Az AMS-HT C Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0500020000020001", + "intro": "Nem sikerült csatlakozni az internethez. Kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0500040000010006", + "intro": "Nem sikerült folytatni az előző nyomtatást" + }, + { + "ecode": "0700310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0700400000020003", + "intro": "AMS Hub kommunikációs probléma, lehet, hogy a kábel nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0701300000020002", + "intro": "Az AMS B Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0701310000010004", + "intro": "Titkosító chip meghibásodás" + }, + { + "ecode": "0C00020000020003", + "intro": "A vízszintes lézer nem elég fényes a nyomtatófej alaphelyzetében. Kérjük, tisztítsd meg vagy cseréld le a tárgyasztalt, ha ez az üzenet ismételten megjelenik." + }, + { + "ecode": "0C00020000020007", + "intro": "A vízszintes lézer nem világít. Kérjük, győződj meg róla, hogy nincs letakarva és megfelelően van csatlakoztatva." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0300090000020003", + "intro": "Az extruder nem extrudál megfelelően. Lehet, hogy eltömődött, vagy a filament elvékonyodott, ami az extruder megcsúszását okozhatja." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B: fűtőelem 1 hőmérséklet-érzékelője hibásan működik, ami a csatlakozó rossz érintkezésének tudható be." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C: fűtőelem 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803330000020002", + "intro": "Az AMS-HT D Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1806330000020002", + "intro": "Az AMS-HT G Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C: a segédmotor tekercselése szakadást mutat. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F: elszívószelep 1 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D: elszívószelep 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E: a segédmotor-jeladó vezetékei nincsenek csatlakoztatva. Lehetséges, hogy a segédmotor csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0707320000020002", + "intro": "Az AMS H Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0707330000020002", + "intro": "Az AMS H Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1805300000020002", + "intro": "Az AMS-HT F Slot1 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H: fűtőelem 2 nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G: a páratartalom-érzékelő nincs csatlakoztatva, aminek oka lehet a csatlakozó rossz érintkezése." + }, + { + "ecode": "0704320000020002", + "intro": "Az AMS E Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800320000020002", + "intro": "Az AMS-HT A Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1803320000020002", + "intro": "Az AMS-HT D Slot3 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1807330000020002", + "intro": "Az AMS-HT H Slot4 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1800310000020002", + "intro": "Az AMS-HT A Slot2 RFID-címkéje megsérült, vagy tartalma nem azonosítható." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F: Fűtőelem 1 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B: Fűtőelem 2 rövidzárlatos, amelynek oka lehet a vezeték rövidzárlata vagy a fűtőelem sérülése." + }, + { + "ecode": "0703200000020009", + "intro": "Az AMS D Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0702230000020009", + "intro": "Az AMS C Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700200000020009", + "intro": "Az AMS A Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0701220000020009", + "intro": "Az AMS B Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0701230000020009", + "intro": "Az AMS B Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0701200000020009", + "intro": "Az AMS B Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0701210000020009", + "intro": "Az AMS B Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0702220000020009", + "intro": "Az AMS C Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700210000020009", + "intro": "Az AMS A Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0702210000020009", + "intro": "Az AMS C Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0703230000020009", + "intro": "Az AMS D Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0702200000020009", + "intro": "Az AMS C Slot 1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700220000020009", + "intro": "Az AMS A Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0703220000020009", + "intro": "Az AMS D Slot 3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0703210000020009", + "intro": "Az AMS D Slot 2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700230000020009", + "intro": "Az AMS A Slot 4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700310000010001", + "intro": "Az AMS A RFID 2 panel meghibásodott." + }, + { + "ecode": "1800010000010003", + "intro": "Az AMS-HT A segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1800310000010001", + "intro": "Az AMS-HT A RFID 2 panel meghibásodott." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1801300000010001", + "intro": "Az AMS-HT B RFID 1 panel meghibásodott." + }, + { + "ecode": "0702310000010001", + "intro": "Az AMS C RFID 2 panel meghibásodott." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1802010000010003", + "intro": "Az AMS-HT C segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0704010000020002", + "intro": "Az AMS E segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800010000010001", + "intro": "Az AMS-HT A segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0706010000010001", + "intro": "Az AMS G segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0701310000010001", + "intro": "Az AMS B RFID 2 panel meghibásodott." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0706010000010003", + "intro": "Az AMS G segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0707010000010003", + "intro": "Az AMS H segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1805010000010001", + "intro": "Az AMS-HT F segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806010000010003", + "intro": "Az AMS-HT G segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1806300000010001", + "intro": "Az AMS-HT G RFID 1 panel meghibásodott." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1805010000010003", + "intro": "Az AMS-HT F segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0704310000010001", + "intro": "Az AMS E RFID 2 panel meghibásodott." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0704010000010004", + "intro": "Az AMS E segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1806010000010004", + "intro": "Az AMS-HT G segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1802010000010001", + "intro": "Az AMS-HT C segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0707010000020002", + "intro": "Az AMS H segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1802310000010001", + "intro": "Az AMS-HT C RFID 2 panel meghibásodott." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1804010000020002", + "intro": "Az AMS-HT E segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1806010000020002", + "intro": "Az AMS-HT G segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804010000010003", + "intro": "Az AMS-HT E segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1803010000020002", + "intro": "Az AMS-HT D segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801010000010004", + "intro": "Az AMS-HT B segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1803010000010001", + "intro": "Az AMS-HT D segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0707310000010001", + "intro": "Az AMS H RFID 2 panel meghibásodott." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1807010000010001", + "intro": "Az AMS-HT H segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0705010000010001", + "intro": "Az AMS F segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0704300000010001", + "intro": "Az AMS E RFID 1 panel meghibásodott." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0705010000020002", + "intro": "Az AMS F segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0701300000010001", + "intro": "Az AMS B RFID 1 panel meghibásodott." + }, + { + "ecode": "0702300000010001", + "intro": "Az AMS C RFID 1 panel meghibásodott." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1803310000010001", + "intro": "Az AMS-HT D RFID 2 panel meghibásodott." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801010000020002", + "intro": "Az AMS-HT B segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1801310000010001", + "intro": "Az AMS-HT B RFID 2 panel meghibásodott." + }, + { + "ecode": "1806310000010001", + "intro": "Az AMS-HT G RFID 2 panel meghibásodott." + }, + { + "ecode": "1805310000010001", + "intro": "Az AMS-HT F RFID 2 panel meghibásodott." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1807010000010003", + "intro": "Az AMS-HT H segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1807010000020002", + "intro": "Az AMS-HT H segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700300000010001", + "intro": "Az AMS A RFID 1 panel meghibásodott." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1803010000010004", + "intro": "Az AMS-HT D segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1800010000020002", + "intro": "Az AMS-HT A segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1807300000010001", + "intro": "Az AMS-HT H RFID 1 panel meghibásodott." + }, + { + "ecode": "1806010000010001", + "intro": "Az AMS-HT G segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0705010000010004", + "intro": "Az AMS F segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0500040000020030", + "intro": "A BirdsEye kamera nincs telepítve. Kérjük, kapcsold ki a nyomtatót, majd szereld be a kamerát." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1804010000010004", + "intro": "Az AMS-HT E segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0705300000010001", + "intro": "Az AMS F RFID 1 panel meghibásodott." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0707300000010001", + "intro": "Az AMS H RFID 1 panel meghibásodott." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1802300000010001", + "intro": "Az AMS-HT C RFID 1 panel meghibásodott." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1805300000010001", + "intro": "Az AMS-HT F RFID 1 panel meghibásodott." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0705310000010001", + "intro": "Az AMS F RFID 2 panel meghibásodott." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1805010000020002", + "intro": "Az AMS-HT F segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0704010000010003", + "intro": "Az AMS E segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0706300000010001", + "intro": "Az AMS G RFID 1 panel meghibásodott." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1807010000010004", + "intro": "Az AMS-HT H segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0706010000020002", + "intro": "Az AMS G segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1800300000010001", + "intro": "Az AMS-HT A RFID 1 panel meghibásodott." + }, + { + "ecode": "0707010000010004", + "intro": "Az AMS H segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1804310000010001", + "intro": "Az AMS-HT E RFID 2 panel meghibásodott." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0706310000010001", + "intro": "Az AMS G RFID 2 panel meghibásodott." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0704010000010001", + "intro": "Az AMS E segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1803300000010001", + "intro": "Az AMS-HT D RFID 1 panel meghibásodott." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0703310000010001", + "intro": "Az AMS D RFID 2 panel meghibásodott." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0707010000010001", + "intro": "Az AMS H segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1801010000010003", + "intro": "Az AMS-HT B segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1805010000010004", + "intro": "Az AMS-HT F segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "0703300000010001", + "intro": "Az AMS D RFID 1 panel meghibásodott." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1803010000010003", + "intro": "Az AMS-HT D segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1800010000010004", + "intro": "Az AMS-HT A segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1804300000010001", + "intro": "Az AMS-HT E RFID 1 panel meghibásodott." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1807310000010001", + "intro": "Az AMS-HT H RFID 2 panel meghibásodott." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1804010000010001", + "intro": "Az AMS-HT E segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0706010000010004", + "intro": "Az AMS G segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C: segédmotor kalibrációs paraméterhiba. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0705010000010003", + "intro": "Az AMS F segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1802010000010004", + "intro": "Az AMS-HT C segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1802010000020002", + "intro": "Az AMS-HT C segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1801010000010001", + "intro": "Az AMS-HT B segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0500010000030007", + "intro": "Nem lehet timelapse anyagot rögzíteni USB-meghajtó nélkül." + }, + { + "ecode": "0300110000020002", + "intro": "Az Y tengely mechanikai rezgésértéke nagy mértékben eltér a legutolsó kalibráláskor rögzített értéktől. Kérjük, tisztítsd meg a karbonrudat és futtasd le a kalibrálást a nyomtatást követően." + }, + { + "ecode": "0300200000010002", + "intro": "Hiba az Y-tengely alaphelyzetbe állításakor: előfordulhat, hogy a nyomtatófej elakadt vagy az Y-kocsi túl nagy mechanikai ellenállást fejt ki." + }, + { + "ecode": "0300200000010001", + "intro": "Hiba az X-tengely alaphelyzetbe állításakor: előfordulhat, hogy a szerszámfej elakadt vagy túl nagy a X-tengely lineáris sínjének mechanikai ellenállása." + }, + { + "ecode": "0300100000020002", + "intro": "Az X-tengely mechanikai rezgésértéke nagy mértékben eltér a legutolsó kalibráláskor rögzített értéktől. Kérjük, tisztítsd meg a X-tengely lineáris sínjét, és futtasd le a kalibrálást később." + }, + { + "ecode": "0500040000020039", + "intro": "Kérjük, csatlakoztasd a modult" + }, + { + "ecode": "0701010000010001", + "intro": "Az AMS B segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1200220000020006", + "intro": "Az AMS A Slot3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B Slot3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1202110000010003", + "intro": "Az AMS C slot2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Slot3 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0702010000020002", + "intro": "Az AMS C segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Slot 1 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Slot 3 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Slot2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Slot 1 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0300010000010001", + "intro": "A tárgyasztal hőmérséklete nem megfelelő; a fűtőelem rövidzárlatos." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0702010000010001", + "intro": "Az AMS C segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1200330000020002", + "intro": "Az AMS A Slot 4 RFID-címkéje sérült." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Slot1 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Slot3 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1201230000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202130000010001", + "intro": "Az AMS C slot4 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C filamentsebesség és hossz hiba. Lehet, hogy a slot 3 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Slot1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203210000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot2 filament eltört a nyomtatófejben." + }, + { + "ecode": "0C0003000003000B", + "intro": "Első réteg vizsgálata, kérjük, várj egy pillanatot." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1200100000020002", + "intro": "Az AMS A Slot1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Slot1 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A filamentsebesség és hossz hiba. Lehet, hogy a slot 3 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A Slot4 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1202300000020002", + "intro": "Az AMS C Slot 1 RFID-címkéje sérült." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Slot 3 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Slot4 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Slot4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1202120000010001", + "intro": "Az AMS C slot3 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Slot2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202230000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Slot4 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1203100000010001", + "intro": "Az AMS D slot1 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1203110000010003", + "intro": "Az AMS D slot2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D Slot3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0C0003000001000A", + "intro": "A nyomtató gyártási üzemmódban van. Kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "050004000002001A", + "intro": "Az AMS C Slot3 RFID-címkéje nem olvasható." + }, + { + "ecode": "1200200000020006", + "intro": "Az AMS A Slot1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A Slot3 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1201220000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202330000020002", + "intro": "Az AMS C Slot 4 RFID-címkéje sérült." + }, + { + "ecode": "1203130000010003", + "intro": "Az AMS D slot4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Slot2 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Slot1 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C filamentsebesség és hossz hiba. Lehet, hogy a slot 2 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1203120000020002", + "intro": "Az AMS D slot3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0500040000020032", + "intro": "Csúsztasd be a lézermodult, és reteszeld a gyorskioldó kart." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0702010000010003", + "intro": "Az AMS C segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Slot3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0700010000010004", + "intro": "Az AMS A segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1200120000020002", + "intro": "Az AMS A slot3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Slot4 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Slot2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0500040000020015", + "intro": "Az AMS B Slot2 RFID-címkéje nem olvasható." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A filamentsebesség és hossz hiba. Lehet, hogy a slot 2 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1201130000010001", + "intro": "Az AMS B slot4 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1201300000030003", + "intro": "Az AMS B Slot1 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Slot 4 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202100000010003", + "intro": "Az AMS C slot1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202310000030003", + "intro": "Az AMS C Slot2 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1203220000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Slot4 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1200230000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Slot 4 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Slot3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D Slot1 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "0300350000020002", + "intro": "Az MC modul ventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0C00040000020004", + "intro": "A platform típusa nem támogatott ennél a feladatnál. Kérjük, a folytatáshoz használd a megfelelő platformot." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Slot2 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Slot3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A Slot4 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Slot 1 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1201200000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Slot4 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1201320000030003", + "intro": "Az AMS B Slot3 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1203230000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot4 filament eltört a nyomtatófejben." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Slot4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "050004000002001C", + "intro": "Az AMS D Slot1 RFID-címkéje nem olvasható." + }, + { + "ecode": "1200110000010001", + "intro": "Az AMS A slot2 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200310000020002", + "intro": "Az AMS A Slot 2 RFID-címkéje sérült." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1201210000020006", + "intro": "Az AMS B Slot2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1202100000020002", + "intro": "Az AMS C slot1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1203110000010001", + "intro": "Az AMS D slot2 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A Slot3 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A Slot1 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Slot1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201200000020006", + "intro": "Az AMS B Slot1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Slot2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B Slot3 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1202200000020006", + "intro": "Az AMS C Slot1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1201300000020002", + "intro": "Az AMS B Slot 1 RFID-címkéje sérült." + }, + { + "ecode": "1201310000030003", + "intro": "Az AMS B Slot2 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B filamentsebesség és hossz hiba. Lehet, hogy a slot 2 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1202130000010003", + "intro": "Az AMS C slot4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Slot1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C Slot3 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1203330000030003", + "intro": "Az AMS D Slot4 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "0300960000030001", + "intro": "Az elülső ajtó nyitva van." + }, + { + "ecode": "050003000002000C", + "intro": "WiFi hardverhiba: kapcsold ki/be a WiFi-t, vagy indítsd újra az eszközt." + }, + { + "ecode": "0300090000020001", + "intro": "Az extrudáló motor túlterhelt. Az extruder eltömődött, vagy a filament beragadt a szerszámfejbe." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Slot1 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B filamentsebesség és hossz hiba. Lehet, hogy a slot 1 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B filamentsebesség és hossz hiba. Lehet, hogy a slot 4 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Slot3 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1202310000020002", + "intro": "Az AMS C Slot 2 RFID-címkéje sérült." + }, + { + "ecode": "1202320000020002", + "intro": "Az AMS C Slot 3 RFID-címkéje sérült." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Slot 3 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203220000020006", + "intro": "Az AMS D Slot3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "0C00040000010015", + "intro": "A lézervédőbetétet nem található: kérjük, helyezd be a folytatáshoz." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0500040000020011", + "intro": "Az AMSA Slot2 RFID-címkéje nem olvasható." + }, + { + "ecode": "0500040000020017", + "intro": "Az AMS B Slot4 RFID-címkéje nem olvasható." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1200120000010003", + "intro": "Az AMS A slot3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A Slot 3 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202300000030003", + "intro": "Az AMS C Slot1 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D filamentsebesség és hossz hiba. Lehet, hogy a slot 1 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Slot1 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0500040000020018", + "intro": "Az AMS C Slot1 RFID-címkéje nem olvasható." + }, + { + "ecode": "0703010000010003", + "intro": "Az AMS D segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Slot3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Slot3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203200000020004", + "intro": "Úgy tűnik, hogy az AMS D Slot1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1203300000030003", + "intro": "Az AMS D Slot1 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1200210000020006", + "intro": "Az AMS A Slot2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1201210000020004", + "intro": "Úgy tűnik, hogy az AMS B Slot2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Slot2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Slot2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1202220000020006", + "intro": "Az AMS C Slot3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1202230000020006", + "intro": "Az AMS C Slot4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Slot1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Slot3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Slot 3 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Slot 4 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1200110000010003", + "intro": "Az AMS A slot2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Slot3 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1202130000020002", + "intro": "Az AMS C slot4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C: a fűtőelem 2 áramérzékelője hibás." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0700010000010003", + "intro": "Az AMS A segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1200100000010001", + "intro": "Az AMS A slot1 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Slot2 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Slot3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Slot4 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1201330000020002", + "intro": "Az AMS B Slot 4 RFID-címkéje sérült." + }, + { + "ecode": "1202110000020002", + "intro": "Az AMS C slot2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1202120000020002", + "intro": "Az AMS C slot3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "0701010000020002", + "intro": "Az AMS B segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200220000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1201130000010003", + "intro": "Az AMS B slot4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Slot4 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "050004000002001F", + "intro": "Az AMS D Slot4 RFID-címkéje nem olvasható." + }, + { + "ecode": "1200130000010001", + "intro": "Az AMS A slot4 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Slot2 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1201220000020006", + "intro": "Az AMS B Slot3 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Slot4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201230000020006", + "intro": "Az AMS B Slot4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1202120000010003", + "intro": "Az AMS C slot3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1202210000020006", + "intro": "Az AMS C Slot2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1203200000020006", + "intro": "Az AMS D Slot1 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Slot2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D filamentsebesség és hossz hiba. Lehet, hogy a slot 3 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0500040000020013", + "intro": "Az AMS A Slot4 RFID-címkéje nem olvasható." + }, + { + "ecode": "1200130000020002", + "intro": "Az AMS A slot4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Slot3 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B filamentsebesség és hossz hiba. Lehet, hogy a slot 3 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1202330000030003", + "intro": "Az AMS C Slot4 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1203130000010001", + "intro": "Az AMS D slot4 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Slot2 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D Slot2 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Slot4 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0500040000020010", + "intro": "Az AMS A Slot1 RFID-címkéje nem olvasható." + }, + { + "ecode": "050004000002001E", + "intro": "Az AMS D Slot3 RFID-címkéje nem olvasható." + }, + { + "ecode": "0700010000010001", + "intro": "Az AMS A segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Slot1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1200320000020002", + "intro": "Az AMS A Slot 3 RFID-címkéje sérült." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Slot1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Slot2 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1202320000030003", + "intro": "Az AMS C Slot3 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1203300000020002", + "intro": "Az AMS D Slot 1 RFID-címkéje sérült." + }, + { + "ecode": "1203330000020002", + "intro": "Az AMS D Slot 4 RFID-címkéje sérült." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0C00040000020008", + "intro": "Anyag nem észlelhető. Kérjük, helyezd be a folytatáshoz." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1201120000010003", + "intro": "Az AMS B slot3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Slot1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1203100000010003", + "intro": "Az AMS D slot1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1203110000020002", + "intro": "Az AMS D slot2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A: a szénkefés motor 2-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0300310000020002", + "intro": "A tárgyhűtő-ventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C: a szárítási folyamat során váratlanul emelkedett a hőmérséklet. Kérjük, kapcsold ki az AMS tápegységét." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A: a szénkefés motor 3-tól nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "1200230000020006", + "intro": "Az AMS A Slot4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Slot2 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Slot3 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C Slot4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Slot3 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Slot 2 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "0703010000010001", + "intro": "Az AMS D segédmotor megcsúszott. Lehet, hogy a kerék elkopott, vagy a filament elvékonyodott." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Slot1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A Slot2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot4 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Slot2 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Slot4 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "0C00040000010016", + "intro": "A gyorskioldó kar nincs lezárva. Kérjük, nyomd le a rögzítéshez." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0500040000020019", + "intro": "Az AMS C Slot2 RFID-címkéje nem olvasható." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1200130000010003", + "intro": "Az AMS A slot4 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Slot3 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Slot2 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Slot4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203120000010001", + "intro": "Az AMS D slot3 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D filamentsebesség és hossz hiba. Lehet, hogy a slot 2 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Slot2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1201100000010003", + "intro": "Az AMS B slot1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1201100000020002", + "intro": "Az AMS B slot1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201310000020002", + "intro": "Az AMS B Slot 2 RFID-címkéje sérült." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Slot1 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Slot1 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Slot3 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1203310000020002", + "intro": "Az AMS D Slot 2 RFID-címkéje sérült." + }, + { + "ecode": "1203320000020002", + "intro": "Az AMS D Slot 3 RFID-címkéje sérült." + }, + { + "ecode": "1203320000030003", + "intro": "Az AMS D Slot3 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "1201110000010003", + "intro": "Az AMS B slot2 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1201120000020002", + "intro": "Az AMS B slot3 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Slot 4 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Slot4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Slot4 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1202200000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C filamentsebesség és hossz hiba. Lehet, hogy a slot 4 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1203120000010003", + "intro": "Az AMS D slot3 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1203210000020006", + "intro": "Az AMS D Slot2 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C: eltérés a segédmotor három fázisának ellenállása között. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "050004000002001B", + "intro": "Az AMS C Slot4 RFID-címkéje nem olvasható." + }, + { + "ecode": "050004000002001D", + "intro": "Az AMS D Slot2 RFID-címkéje nem olvasható." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Slot2 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1203100000020002", + "intro": "Az AMS D slot1 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Slot4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1203310000030003", + "intro": "Az AMS D Slot2 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C: nem érkezett jel a távolságmérőből. Előfordulhat, hogy a távolságmérő csatlakozója nem érintkezik megfelelően." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D: fűtőelem 1 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A filamentsebesség és hossz hiba. Lehet, hogy a hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0702010000010004", + "intro": "Az AMS C segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "0703010000010004", + "intro": "Az AMS D segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1202110000010001", + "intro": "Az AMS C slot2 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Slot1 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C filamentsebesség és hossz hiba. Lehet, hogy a slot 1 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Slot1 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Slot1 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "050003000001000B", + "intro": "A képernyő hibásan működik; indítsd újra az eszközt." + }, + { + "ecode": "0500040000020016", + "intro": "Az AMS B Slot3 RFID-címkéje nem olvasható." + }, + { + "ecode": "0701010000010003", + "intro": "Az AMS B segédmotor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Slot 1 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Slot1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Slot 2 üres; kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A filamentsebesség és hossz hiba. Lehet, hogy a slot 1 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1201110000010001", + "intro": "Az AMS B slot2 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1201120000010001", + "intro": "Az AMS B slot3 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1201320000020002", + "intro": "Az AMS B Slot 3 RFID-címkéje sérült." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Slot 4 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C: fűtőelem 2 hűtőventilátor-fordulatszáma túl alacsony, ami a ventilátor túlzott ellenállása miatt lehet." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C: a segédmotor ellenállása rendellenes. Lehet, hogy a segédmotor meghibásodott." + }, + { + "ecode": "1200300000030003", + "intro": "Az AMS A Slot1 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Slot2 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B kommunikációs hiba, kérjük, ellenőrizd a kábel csatlakoztatását." + }, + { + "ecode": "1202210000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Slot 2 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D filamentsebesség és hossz hiba. Lehet, hogy a slot 4 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B: a fűtőelem 1 áramérzékelője hibás." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0703010000020002", + "intro": "Az AMS D segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200210000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot2 filament eltört a nyomtatófejben." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Slot4 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "1200330000030003", + "intro": "Az AMS A Slot4 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A filamentsebesség és hossz hiba. Lehet, hogy a slot 4 hosszmérő szenzor meghibásodott." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Slot 2 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202100000010001", + "intro": "Az AMS C slot1 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Slot1 filament lehet, hogy eltört a PTFE-csőben." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Slot1 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Slot2 filament kifogyott és a régi filament kiöblítése során hiba lépett fel. Kérjük, győződj meg róla, hogy nincs beragadt filament a nyomtatófejben." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C: a szénkefés motor 1-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B: a szénkefés motor 4-től nem érkezik jel, ami a motor csatlakozójának rossz érintkezése vagy a motor hibája miatt lehet." + }, + { + "ecode": "0500040000020014", + "intro": "Az AMS B Slot1 RFID-címkéje nem olvasható." + }, + { + "ecode": "0700010000020002", + "intro": "Az AMS A segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200120000010001", + "intro": "Az AMS A slot3 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A Slot 2 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1200320000030003", + "intro": "Az AMS A Slot3 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1202220000020004", + "intro": "Úgy tűnik, hogy az AMS C Slot3 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C Slot 1 RFID-tekercse megsérült, vagy a hardveráramkör hibás." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Slot2 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A: elszívószelep 2 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A: fűtőelem 1 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "050003000001000C", + "intro": "Az MC motorvezérlő modul hibásan működik. Kérjük, kapcsold ki, ellenőrizze a csatlakozást, és indítsd újra a készüléket." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A: elszívószelep 1 hibás működés, ennek oka lehet a túlzott ellenállás." + }, + { + "ecode": "0500040000020012", + "intro": "Az AMSA Slot3 RFID-címkéje nem olvasható." + }, + { + "ecode": "0701010000010004", + "intro": "Az AMS B segédmotor fordulatszámszabályzója hibásan működik. Lehet, hogy a sebességérzékelő meghibásodott." + }, + { + "ecode": "1200100000010003", + "intro": "Az AMS A slot1 motor nyomatékszabályzása hibásan működik. Lehet, hogy az áramérzékelő hibás." + }, + { + "ecode": "1200110000020002", + "intro": "Az AMS A slot2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200200000020004", + "intro": "Úgy tűnik, hogy az AMS A Slot1 filament eltört a nyomtatófejben." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Slot3 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1203130000020002", + "intro": "Az AMS D slot4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Slot3 filament elfogyott. Régi filament öblítése, kérjük várj." + }, + { + "ecode": "1203230000020006", + "intro": "Az AMS D Slot4 filament extrudálása sikertelen. Előfordulhat, hogy az extruder eltömődött, vagy a filament átmérője túl kicsi, így az extruder nem tudja behúzni." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A: motorasszisztens paraméter elveszett. Kérjük, húzd ki a filamentet a hubból, majd indítsd újra az AMS-t." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Slot4 filament elfogyott. Kérjük, helyezz be új filamentet." + }, + { + "ecode": "1200300000020002", + "intro": "Az AMS A Slot 1 RFID-címkéje sérült." + }, + { + "ecode": "1200310000030003", + "intro": "Az AMS A Slot2 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Slot2 filament lehet, összegabalyodott vagy beragadt." + }, + { + "ecode": "1201100000010001", + "intro": "Az AMS B slot1 motor megcsúszott. Lehet, hogy az extruderkerék elkopott, vagy a filament túl vékony." + }, + { + "ecode": "1201110000020002", + "intro": "Az AMS B slot2 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201130000020002", + "intro": "Az AMS B slot4 motor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Slot1 filament kifogyott, és automatikusan átváltott egy azonos filamenttel feltöltött férőhelyre." + }, + { + "ecode": "1201330000030003", + "intro": "Az AMS B Slot4 RFID nem olvasható működési hiba miatt." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C: fűtőelem 2 hűtőventilátora nem forog, ami a ventilátor elakadása miatt lehet." + }, + { + "ecode": "12FF200000020001", + "intro": "Elfogyott a filament a külső tartóról; kérjük, helyezz be új filamentet." + }, + { + "ecode": "12FF200000020002", + "intro": "Elfogyott a filament a külső tartóról; kérjük, helyezz be új filamentet." + }, + { + "ecode": "12FF200000020005", + "intro": "Úgy tűnik, hogy filament eltört a nyomtatófejben." + }, + { + "ecode": "12FF200000020007", + "intro": "Nem sikerült detektálni a filament helyzetét a nyomtatófejben, kattints ide a további információért." + }, + { + "ecode": "12FF200000030007", + "intro": "AMS-rekeszekben lévő filamentek helyének ellenőrzése, kérjük, várj." + }, + { + "ecode": "12FF800000020001", + "intro": "Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "1200450000020001", + "intro": "A filamentvágó szenzora hibásan működik. Kérjük, győződj meg róla, hogy megfelelően van csatlakoztatva." + }, + { + "ecode": "1200450000020002", + "intro": "A filamentvágó vágási távolsága túl nagy. Előfordulhat, hogy az X motor lépést veszt." + }, + { + "ecode": "1200450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "1200510000030001", + "intro": "Az AMS ki van kapcsolva, kérjük, töltsd be a filamentet a nyomtató mögött található tartóról." + }, + { + "ecode": "0C0001000001000A", + "intro": "A nyomtatófejen lévő világítás meghibásodhatott. Kérjük, ellenőrizd." + }, + { + "ecode": "0C00020000020002", + "intro": "A filament expozíciójának mérése sikertelen volt, mert a lézervisszaverődés túl gyenge ezen az anyagon. Az első réteg ellenőrzése pontatlan lehet." + }, + { + "ecode": "0C00020000020008", + "intro": "A függőleges lézer nem elég fényes a nyomtatófej alaphelyzetében. Kérjük, tisztítsd meg vagy cseréld le a tárgyasztalt, ha ez az üzenet ismételten megjelenik." + }, + { + "ecode": "0C00030000010009", + "intro": "Az első réteg ellenőrzését végző modul rendellenesen újraindult. Az ellenőrzés eredménye pontatlan lehet." + }, + { + "ecode": "0C00030000020001", + "intro": "A filament expozíciójának mérése sikertelen volt, mert a lézervisszaverődés túl gyenge ezen az anyagon. Az első réteg ellenőrzése pontatlan lehet." + }, + { + "ecode": "0C00030000020002", + "intro": "Az első réteg ellenőrzése megszakadt a rendellenes Lidar adatok miatt." + }, + { + "ecode": "0C00030000020004", + "intro": "Az első réteg ellenőrzése nem támogatott a jelenlegi nyomtatási módban." + }, + { + "ecode": "0C00030000020005", + "intro": "Az első réteg vizsgálata váratlanul leállt, ezért az eredmények pontatlanok lehetnek." + }, + { + "ecode": "0C00030000030006", + "intro": "A kiürített filament felhalmozódhatott az anyagkidobó csúszdában, ami beleütközhet a nyomtatófejbe. Kérjük, tisztítsd meg az anyagkidobó csúszdát." + }, + { + "ecode": "0C00030000030007", + "intro": "Lehetséges hibákat észleltünk az első rétegen." + }, + { + "ecode": "0C00030000030008", + "intro": "Lehetséges spagetti hibákat észleltünk." + }, + { + "ecode": "0C00030000030010", + "intro": "Úgy tűnik, hogy a nyomtató extrudálás nélkül nyomtat." + }, + { + "ecode": "07FF200000020001", + "intro": "A külső filament elfogyott; kérjük, töltsd be új filamentet." + }, + { + "ecode": "07FF200000020002", + "intro": "A külső filament hiányzik; kérjük, tölts be új filamentet." + }, + { + "ecode": "07FF200000020004", + "intro": "Kérjük, húzd ki a külső filamentet az extruderből." + }, + { + "ecode": "0703300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0703310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0703350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0702300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0702310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0702350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0701300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0701310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0701350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0700300000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0700310000030003", + "intro": "Az RFID nem olvasható hardveres vagy szerkezeti hiba miatt." + }, + { + "ecode": "0700350000010001", + "intro": "A hőmérséklet- és páratartalom-érzékelő hibásan működik. Lehet, hogy a chip hibás." + }, + { + "ecode": "0700450000020001", + "intro": "A filamentvágó érzékelője hibásan működik. Lehet, hogy az érzékelő nincs csatlakoztatva, vagy megsérült." + }, + { + "ecode": "0700450000020002", + "intro": "A filamentvágó vágási távolsága túl nagy. Az XY motor lépést veszthet." + }, + { + "ecode": "0700450000020003", + "intro": "A filamentvágó karja nem engedett ki. Lehet, hogy a kar vagy a penge beragadt." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy a tápegység hőmérséklet-érzékelője zárlatos." + }, + { + "ecode": "0300930000010008", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy a tápegység hőmérséklet-érzékelője szakadt." + }, + { + "ecode": "0300940000020003", + "intro": "A kamra nem érte el a kívánt hőmérsékletet. A nyomtató szünetelteti a nyomtatást, amíg eléri a kívánt hőmérsékletet." + }, + { + "ecode": "0300940000030002", + "intro": "A kamrahőmérséklet beállított értéke meghaladja a határértéket. A határérték lesz használva." + }, + { + "ecode": "0500020000020002", + "intro": "Az eszköz bejelentkezése sikertelen." + }, + { + "ecode": "0500020000020004", + "intro": "Jogosulatlan felhasználó." + }, + { + "ecode": "0500020000020006", + "intro": "Streaming hiba. Kérjük, ellenőrizd a hálózatot, és próbáld újra. Ha a probléma továbbra is fennáll, indíts újra a nyomtatót vagy frissítsd a szoftvert." + }, + { + "ecode": "0500020000020007", + "intro": "A Liveview szolgáltatás bejelentkezése sikertelen." + }, + { + "ecode": "0500030000010001", + "intro": "Az MC modul hibásan működik. Indítsd újra az eszközt." + }, + { + "ecode": "0500030000010002", + "intro": "A nyomtatófej hibásan működik. Indítsd újra az eszközt." + }, + { + "ecode": "0500030000010003", + "intro": "Az AMS modul hibásan működik. Indítsd újra az eszközt." + }, + { + "ecode": "0500030000010005", + "intro": "Egy belső hibásan működik. Kérjük, indítsd újra a készüléket." + }, + { + "ecode": "0500030000010006", + "intro": "Rendszerpánik lépett fel. Kérjük, indítsd újra a készüléket." + }, + { + "ecode": "0500030000010008", + "intro": "Rendszerleállás történt. Kérjük, indítsd újra a készüléket." + }, + { + "ecode": "0500030000010009", + "intro": "Rendszerleállás történt. Automatikus újraindítással helyreállt." + }, + { + "ecode": "0500030000010023", + "intro": "A CTC modul hibásan működik. Kérjük, indítsd újra a készüléket." + }, + { + "ecode": "0500030000010025", + "intro": "A jelenlegi firmware nem megfelelő. Kérjük, frissítsd." + }, + { + "ecode": "0500040000010004", + "intro": "A nyomtatási fájl nem engedélyezett." + }, + { + "ecode": "0500040000020007", + "intro": "Az asztal hőmérséklete meghaladja a filament üvegesedési hőmérsékletét, ami a fúvóka eltömődéséhez vezethet. Kérjük, hagyd nyitva a nyomtató ajtaját, vagy csökkentsd az asztal hőmérsékletét." + }, + { + "ecode": "0300400000020001", + "intro": "Rendellenes adatátvitel a soros porton keresztül; szoftverrendszer hiba." + }, + { + "ecode": "0300900000010004", + "intro": "A kamrafűtés meghibásodott. A fűtőventilátor fordulatszáma túl alacsony." + }, + { + "ecode": "0300900000010005", + "intro": "A kamrafűtés meghibásodott. A hőellenállás túl nagy." + }, + { + "ecode": "0300900000010010", + "intro": "Kommunikációs probléma a kamra hőmérséklet-szabályozójával." + }, + { + "ecode": "0300910000010001", + "intro": "Az 1. kamrafűtés hőmérséklete rendellenes. Lehet, hogy a fűtőelem zárlatos." + }, + { + "ecode": "0300910000010003", + "intro": "Az 1. kamrafűtés hőmérséklete rendellenes. A fűtőelem túlmelegedett." + }, + { + "ecode": "0300910000010006", + "intro": "Az 1. kamrafűtés hőmérséklete rendellenes. Lehet, hogy az érzékelő zárlatos." + }, + { + "ecode": "030091000001000A", + "intro": "Az 1. kamrafűtés hőmérséklete rendellenes. Lehet, hogy az AC-panel meghibásodott." + }, + { + "ecode": "0300920000010001", + "intro": "A 2. kamrafűtés hőmérséklete rendellenes. Lehet, hogy a fűtőelem zárlatos." + }, + { + "ecode": "0300920000010002", + "intro": "A 2. kamrafűtés hőmérséklete rendellenes. Lehet, hogy a fűtőelem megszakadt, vagy a hőbiztosíték működésbe lépett." + }, + { + "ecode": "0300920000010003", + "intro": "A 2. kamrafűtés hőmérséklete rendellenes. A fűtőelem túlmelegedett." + }, + { + "ecode": "0300920000010006", + "intro": "A 2. kamrafűtés hőmérséklete rendellenes. Lehet, hogy az érzékelő zárlatos." + }, + { + "ecode": "030092000001000A", + "intro": "A 2. kamrafűtés hőmérséklete rendellenes. Lehet, hogy az AC-panel meghibásodott." + }, + { + "ecode": "0300930000010001", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy az érzékelő zárlatos." + }, + { + "ecode": "0300930000010002", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy az érzékelő szakadt." + }, + { + "ecode": "0300930000010003", + "intro": "A kamrafűtés hőmérséklete rendellenes. Lehet, hogy a kamrafűtés hőmérséklet-érzékelője zárlatos a levegő kimeneténél." + }, + { + "ecode": "0300050000010001", + "intro": "A motorvezérlő túlmelegszik. Lehet, hogy a hűtőborda nem illeszkedik megfelelően, vagy megsérült a hűtőventilátora." + }, + { + "ecode": "0300060000010001", + "intro": "Az \"A\" motor áramkörében szakadást észleltünk. Lehet, hogy a csatlakozás nem megfelelő, vagy a motor leégett." + }, + { + "ecode": "0300060000010002", + "intro": "Az \"A\" motor áramkörében rövidzárlatot észleltünk. Lehet, hogy a motor leégett." + }, + { + "ecode": "0300070000010001", + "intro": "A \"B\" motor áramkörében szakadást észleltünk. Lehet, hogy a csatlakozás nem megfelelő, vagy a motor leégett." + }, + { + "ecode": "0300070000010002", + "intro": "A \"B\" motor áramkörében rövidzárlatot észleltünk. Lehet, hogy a motor leégett." + }, + { + "ecode": "0300080000010001", + "intro": "A \"Z\" motor áramkörében szakadást észleltünk. Lehet, hogy a csatlakozás nem megfelelő, vagy a motor leégett." + }, + { + "ecode": "0300080000010002", + "intro": "A \"Z\" motor áramkörében rövidzárlatot észleltünk. Lehet, hogy a motor leégett." + }, + { + "ecode": "03000A0000010001", + "intro": "A tárgyasztal 1. erőmérő szenzorának értéke túl magas. Lehet, hogy beszorult az asztal és a szenzort tartó kar közé, vagy az asztal szintezőcsavarja túl szoros." + }, + { + "ecode": "03000A0000010002", + "intro": "A tárgyasztal 1. erőmérő szenzorának értéke túl alacsony. Lehet, hogy a szenzor levált a tartókarról." + }, + { + "ecode": "03000A0000010003", + "intro": "A tárgyasztal 1. erőmérő szenzorának értéke túl alacsony. Lehet, hogy elszakadt a vezetéke." + }, + { + "ecode": "03000A0000010004", + "intro": "Külső zavart észleltünk az 1. erőmérő szenzor érzékenységének vizsgálatakor. Lehet, hogy a tárgyasztal lemeze hozzáért valamihez." + }, + { + "ecode": "03000A0000010005", + "intro": "Az 1. erőmérő szenzor statikus értéke nem 0. Lehet, hogy a tárgyasztal elakadt, vagy az analóg jelfeldolgozó áramkor tönkrement." + }, + { + "ecode": "03000B0000010001", + "intro": "A tárgyasztal 2. erőmérő szenzorának értéke túl magas. Elképzelhető, hogy beszorult az asztal és a keret közé, vagy a csavar túl szoros." + }, + { + "ecode": "03000B0000010002", + "intro": "A tárgyasztal 2. erőmérő szenzorának értéke túl alacsony. Lehet, hogy a szenzor levált a tartókarról." + }, + { + "ecode": "03000B0000010003", + "intro": "A tárgyasztal 2. erőmérő szenzorának értéke túl alacsony. Lehet, hogy elszakadt a vezetéke." + }, + { + "ecode": "03000B0000010004", + "intro": "Külső zavart észleltünk a 2. erőmérő szenzor érzékenységének vizsgálatakor. Lehet, hogy a tárgyasztal lemeze hozzáért valamihez." + }, + { + "ecode": "03000B0000010005", + "intro": "A 2. erőmérő szenzor statikus értéke nem 0. Lehet, hogy a tárgyasztal elakadt, vagy az analóg jelfeldolgozó áramkor tönkrement." + }, + { + "ecode": "03000C0000010001", + "intro": "A tárgyasztal 3. erőmérő szenzorának értéke túl magas. Elképzelhető, hogy beszorult az asztal és a keret közé, vagy a csavar túl szoros." + }, + { + "ecode": "03000C0000010002", + "intro": "A tárgyasztal 3. erőmérő szenzorának értéke túl alacsony. Lehet, hogy a szenzor levált a tartókarról." + }, + { + "ecode": "03000C0000010003", + "intro": "A tárgyasztal 3. erőmérő szenzorának értéke túl alacsony. Lehet, hogy elszakadt a vezetéke." + }, + { + "ecode": "03000C0000010004", + "intro": "Külső zavart észleltünk az 3. erőmérő szenzor érzékenységének vizsgálatakor. Lehet, hogy a tárgyasztal lemeze hozzáért valamihez." + }, + { + "ecode": "03000C0000010005", + "intro": "A 3. erőmérő szenzor statikus értéke nem 0. Lehet, hogy a tárgyasztal elakadt, vagy az analóg jelfeldolgozó áramkor tönkrement." + }, + { + "ecode": "0300100000020001", + "intro": "Az X tengely mechanikai rezgésértéke túl alacsony. Lehet, hogy a szíj túl laza." + }, + { + "ecode": "0300110000020001", + "intro": "Az Y tengely mechanikai rezgésértéke túl alacsony. Lehet, hogy a szíj túl laza." + }, + { + "ecode": "0300120000020001", + "intro": "A nyomtatófej előlapja leesett." + }, + { + "ecode": "0300130000010001", + "intro": "Az \"A\" motor áramérzékelője hibás. Ezt a mintavevő áramkör hibája okozhatja." + }, + { + "ecode": "0300140000010001", + "intro": "A \"B\" motor áramérzékelője hibás. Ezt a mintavevő áramkör hibája okozhatja." + }, + { + "ecode": "0300150000010001", + "intro": "A \"Z\" motor áramérzékelője hibás. Ezt a mintavevő áramkör hibája okozhatja." + }, + { + "ecode": "0300170000010001", + "intro": "A fúvóka-ventilátor fordulatszáma túl alacsony vagy megállt. Lehet, hogy elakadt vagy a csatlakozó nincs megfelelően csatlakoztatva." + }, + { + "ecode": "0300170000020002", + "intro": "A hotend-ventilátor fordulatszáma túl alacsony. Lehet, hogy beragadt és tisztításra szorul." + }, + { + "ecode": "03001B0000010001", + "intro": "A tárgyasztal erőmérő szenzorának értéke túl alacsony. Lehet, hogy a szenzor leesett vagy megsérült." + }, + { + "ecode": "03001B0000010003", + "intro": "A tárgyasztal gyorsulásmérője folyamatos erőhatást mér. Lehet, hogy a szenzor beragadt, vagy az analóg jelfeldolgozó áramkor tönkrement." + }, + { + "ecode": "03001C0000010001", + "intro": "Az extruder motor rendellenes működés tapasztalható. Előfordulhat, hogy a MOSFET-ben rövidzár keletkezett." + }, + { + "ecode": "0300200000010003", + "intro": "Rendellenesség az X tengely alaphelyzetbe állításakor: előfordulhat, hogy a fogasszíj meglazult." + }, + { + "ecode": "0300200000010004", + "intro": "Rendellenesség az Y tengely alaphelyzetbe állításakor: előfordulhat, hogy a fogasszíj meglazult." + }, + { + "ecode": "0300010000010002", + "intro": "A tárgyasztal hőmérséklete rendellenes; elképzelhető, hogy a fűtőelem meghibásodott, vagy a hőbiztosíték kioldott." + }, + { + "ecode": "0300010000010003", + "intro": "AMS HT A kommunikációs hiba; kérjük, indítsd újra a nyomtatót." + }, + { + "ecode": "0300010000010006", + "intro": "A tárgyasztal hőmérséklete rendellenes; elképzelhető, hogy a szenzor rövidzárlatos." + }, + { + "ecode": "0300010000010007", + "intro": "A tárgyasztal hőmérséklete rendellenes; elképzelhető, hogy a szenzor megszakadt." + }, + { + "ecode": "030001000001000C", + "intro": "A tárgyasztal hosszú ideje maximális teljesítményen üzemelt. Lehet, hogy a hőmérséklet-szabályozó rendszer meghibásodott." + }, + { + "ecode": "0300010000030008", + "intro": "Az asztal hőmérséklete meghaladja a maximális hőmérsékletet, ezért automatikusan visszaáll a beállított maximális hőmérsékletre." + }, + { + "ecode": "0300020000010001", + "intro": "A tárgyasztal hőmérséklete rendellenes; elképzelhető, hogy a fűtőelem rövidzárlatos." + }, + { + "ecode": "0300020000010002", + "intro": "A fúvóka hőmérséklete rendellenes; elképzelhető, hogy a fűtőelem szakadt." + }, + { + "ecode": "0300020000010003", + "intro": "A fúvóka hőmérséklete rendellenes; a fűtőelem túlmelegedett." + }, + { + "ecode": "0300020000010007", + "intro": "A fúvóka hőmérséklete rendellenes; elképzelhető, hogy a szenzor szakadt." + } + ] + }, + "device_error": { + "ver": 202510142200, + "hu": [ + { + "ecode": "0C00402C", + "intro": "Eszköz adatkapcsolati hiba. Kérjük, indítsd újra a nyomtatót." + }, + { + "ecode": "03004015", + "intro": "Fúvó clumping érzékelés kalibrálása sikertelen volt. Kérjük, menjen az \"Segéd\" menüpontba a hibaelhárításhoz." + }, + { + "ecode": "0500803C", + "intro": "A jelenlegi fúvóka beállítás nem egyezik a szeletelési fájllal. A nyomtatás folytatása befolyásolhatja a nyomtatási minőséget. Javasolt újra szeletelni a nyomtatás megkezdése előtt." + }, + { + "ecode": "0300401F", + "intro": "A hotend nincs felszerelve, és a szerszámfej nem tudja elvégezni a homingot. Kérjük, szerelje fel a hotendet, majd folytassa." + }, + { + "ecode": "0300801E", + "intro": "Az extruder motor túlterhelt, előfordulhat, hogy az extruder eltömődött vagy a filament beragadt a szerszámfejbe." + }, + { + "ecode": "07018007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07028007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07038007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07008007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18058007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07078007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18078007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07058007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18038007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18018007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18028007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18008007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07048007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18068007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "18048007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "07068007", + "intro": "Nem sikerült extrudálni a filamentet. Előfordulhat, hogy az extruder eltömődött." + }, + { + "ecode": "03004016", + "intro": "A fúvóka tisztítása sikertelen. Kattints az Asszisztensre a hibaelhárításhoz." + }, + { + "ecode": "0502C014", + "intro": "Az AMS fennmaradó filament becslése alapértelmezés szerint engedélyezve van, és nem lehet letiltani." + }, + { + "ecode": "05864096", + "intro": "AMS-HT G: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05024098", + "intro": "AMS C: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05014098", + "intro": "AMS B: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05814096", + "intro": "AMS-HT B: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05844096", + "intro": "AMS-HT F: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05824096", + "intro": "AMS-HT C: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05034098", + "intro": "AMS D: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05854096", + "intro": "AMS-HT E: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05804096", + "intro": "AMS-HT A: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05834096", + "intro": "AMS-HT D: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05874096", + "intro": "AMS-HT H: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS-HT kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "05004098", + "intro": "AMS A: az eszköz nem található. Kérjük, csatlakoztasd újra az AMS kábelét vagy indítsd újra a nyomtatót." + }, + { + "ecode": "0500807E", + "intro": "Kérjük, helyezd a StrongGrip vágólapot a vágáshoz szükséges védőlapra." + }, + { + "ecode": "05008062", + "intro": "A tálca azonosítóját nem sikerült beolvasni. Kérjük, győződj meg arról, hogy a tálca mind a négy sarka megfelelően illeszkedik a tárgyasztalra és az azonosító látható. Amennyiben a tálcát erős fény éri, próbáld meg becsukni az ajtót és eltakarni a külső fényforrást." + }, + { + "ecode": "0500808B", + "intro": "A BirdsEye kamera beállítása nem sikerült. Kérjük, távolíts el minden tárgyat és a szőnyeget a tárgyasztalról, és győződj meg arról, hogy a tárgyasztal jelölései láthatóak. Ellenőrizd a BirdsEye kamerát, és távolíts el minden olyan tárgyat, amely akadályozhatja a kamera szabad kilátását." + }, + { + "ecode": "0502C012", + "intro": "A feladat nem szüneteltethető." + }, + { + "ecode": "07FFC010", + "intro": "Told be a filamentet (legalább 30 cm hosszút), amíg tudod. A folyamat során kis mennyiségű füst keletkezhet, ezért a filament behelyezése után zárd be az ajtót és a fedelet." + }, + { + "ecode": "05024002", + "intro": "A nyomtató nem rendelkezik a mozgás pontosságát javító kalibrálási adatokkal; a mozgáspontosság javítása nem kapcsolható be." + }, + { + "ecode": "05008093", + "intro": "A szórófej szilikon borítása nincs felszerelve; fennáll a hőmérséklet-szabályozási hiba kockázata. Kérjük, helyesen szerelje fel, és próbálja újra." + }, + { + "ecode": "05008092", + "intro": "Az eszközfej kamera inicializálása sikertelen volt. Ez a nyomtatás még mindig folytatódhat, de néhány AI funkció letiltásra kerül. Ha újra találkozik ezzel a problémával az újraindítás után, kérjük, lépjen kapcsolatba az ügyfélszolgálattal." + }, + { + "ecode": "05008041", + "intro": "A fűzőszál a hotendben túl hideg. Az extrúzió károsíthatja az extrudert. Még mindig be- vagy kifűzi a fűzőszálat?" + }, + { + "ecode": "05008040", + "intro": "Az eszközfej elülső burkolata leválik. Az eszközfej mozgatása károsíthatja a nyomtatót. Szeretné folytatni?" + }, + { + "ecode": "0502C011", + "intro": "Jelenleg 2D-módban üzemel. Kérjük, folytasd a műveletet a nyomtatón." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "A Vágómodul eltolási kalibrálása sikertelen volt, ami pontatlan vágásokhoz vezethet. Kérjük, győződjön meg róla, hogy a 80g fehér nyomtatópapír (levél papírvastagság) megfelelően van elhelyezve, és ellenőrizze, hogy a vágópengének a hegye el van-e kopva." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "A készülék jelenleg frissítést végez. Kérjük, próbáld meg újra, amikor végzett." + }, + { + "ecode": "0300C012", + "intro": "Kérjük, melegítsd a fúvókát 170 °C fölé." + }, + { + "ecode": "07008023", + "intro": "AMS A: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07028023", + "intro": "AMS C: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07038023", + "intro": "AMS D: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07018023", + "intro": "AMS B: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07058023", + "intro": "AMS F: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07048023", + "intro": "AMS E: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07068023", + "intro": "AMS G: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "07078023", + "intro": "AMS H: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C: hűtés sikertelen. Előfordulhat, hogy a környezeti hőmérséklet túl magas. Kérjük, csak az előírt környezetben üzemeltesd a készüléket." + }, + { + "ecode": "05004010", + "intro": "Az AMS szárítást végez, és jelenleg nem frissíthető. Kérjük, próbáld meg később újra." + }, + { + "ecode": "05004011", + "intro": "A nyomtató éppen filamentet tölt be vagy ki, és jelenleg nem lehet frissíteni. Kérjük, próbáld meg később újra." + }, + { + "ecode": "05004012", + "intro": "A készülék nyomtat, és jelenleg nem frissíthető. Kérjük, próbáld meg később újra." + }, + { + "ecode": "0500400F", + "intro": "Az AMS inicializálást végez, és jelenleg nem frissíthető. Kérjük, próbáld meg később újra." + }, + { + "ecode": "05004013", + "intro": "Az AMS használatban van, és jelenleg nem frissíthető. Kérjük, próbáld meg újra, amikor már nincs használatban." + }, + { + "ecode": "03008022", + "intro": "A tárgyasztal lefelé mozgás közben elakadhat. Kérjük, tisztítsd meg az asztal alatti területet, és figyeld, hogy megfelelően tud-e mozogni." + }, + { + "ecode": "05004042", + "intro": "A teljesítménykorlát miatt az AMS szárítás elindítása szünetelteti az aktuális műveleteket, például a fúvóka felfűtését és a ventilátor működését. Folytatod a szárítást?" + }, + { + "ecode": "05004040", + "intro": "A nyomtató elérte a teljesítménykorlátot. Kérjük, csatlakoztass egy dedikált hálózati adaptert ehhez az AMS-hez a szárításhoz." + }, + { + "ecode": "05004041", + "intro": "Az AMS-sel való szárítás nem indítható el nyomtatás közben." + }, + { + "ecode": "0500806B", + "intro": "A gyorskioldó kar nincs lezárva. Kérjük, nyomd le a külső szerszámfejmodult, hogy megfelelően illeszkedjen, majd nyomd le a kart a rögzítéshez." + }, + { + "ecode": "0502C010", + "intro": "A nyomtató által használható korlátozott teljesítmény miatt a nyomtatás, kalibrálás, vezérlőelemek és egyéb műveletek nem használhatók az AMS-sel való szárítás során. Kérjük, állítsd le a szárítási folyamatot, mielőtt bármilyen más műveletbe kezdenél." + }, + { + "ecode": "03004014", + "intro": "A Z-tengely alaphelyzetbe állítása sikertelen: hőmérséklet-szabályozási rendellenesség." + }, + { + "ecode": "07FFC012", + "intro": "Távolítsd el az előlapot, és akaszd fel az X-tengelyre. Nyomd meg a fekete PTFE-csőcsatlakozót, és húzd ki a PTFE-csövet. A művelet befejezése után kattints a „Folytatás“ gombra." + }, + { + "ecode": "05004007", + "intro": "A készülék javítási frissítést igényel, és a nyomtatás jelenleg nem érhető el." + }, + { + "ecode": "05008090", + "intro": "Kérjük, rögzítsd a 80 g-os fehér papírt a platform középső részére." + }, + { + "ecode": "18068005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18018004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18038005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18078004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18058004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18078005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18008005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18048005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18038004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18008004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18018005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18028004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18028005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18058005", + "intro": "Az AMS-HT nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18048004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18068004", + "intro": "Az AMS-HT nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07FF8025", + "intro": "Időtúllépés a hideg kihúzás során. Kérjük, a részletekért fordulj az Asszisztenshez." + }, + { + "ecode": "18018006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18008006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18078006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18028006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18048006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18058006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18038006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "18068006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS-HT PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "0502400E", + "intro": "Nem sikerült új feladatot indítani: A hidegen kihúzás nem fejeződött be." + }, + { + "ecode": "07008004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07018004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07028005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07038005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07FF8005", + "intro": "Nem sikerült az AMS-ből kihúzni a filamentet. Kérjük, vágd le a filament végét egyenesre, és ellenőrizd, hogy a tekercs nem akadt-e el." + }, + { + "ecode": "18068003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07068004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07048003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07078004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18058003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07048005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18FF8005", + "intro": "Nem sikerült az AMS-HT-ból kihúzni a filamentet. Kérjük, vágd le a filament végét egyenesre, és ellenőrizd, hogy a tekercs nem akadt-e el." + }, + { + "ecode": "07048006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07078006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07058006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07028006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07008005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07018005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07028003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07038004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07018003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07038003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07028004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07068003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "18038003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07058004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "07048004", + "intro": "Az AMS nem tudta visszahúzni a filamentet. Előfordulhat, hogy a tekercs elakadt vagy a filament vége beszorult a csőbe." + }, + { + "ecode": "18008003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "18078003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07058005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07068005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "07058003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "18028003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07078003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07078005", + "intro": "Az AMS nem tudta kitolni a filamentet. Kérjük, vágd le a filament végét és töltsd be újra. Ha ez a hiba továbbra is fennáll, ellenőrizd a PTFE csöveket az AMS-ben, mert előfordulhat, hogy elkoptak vagy szétnyíltak." + }, + { + "ecode": "18048003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "18018003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "07008006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07038006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07018006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07068006", + "intro": "Nem sikerült betölteni a filamentet az extruderbe. Ennek oka lehet az összegabalyodott filament vagy elakadt tekercs. Ha ezek egyike sem áll fenn, ellenőrizd az AMS PTFE-cső csatlakozását. A hibaelhárítási utasításokért kattints az Asszisztensre." + }, + { + "ecode": "07008003", + "intro": "Nem sikerült kihúzni a filamentet az extruderből. Előfordulhat, hogy az extruder eltömődött, vagy a filament beletört az extruderbe." + }, + { + "ecode": "0502400D", + "intro": "Nem sikerült új feladatot indítani: a filament be- és kitöltése nem fejeződött be." + }, + { + "ecode": "03008042", + "intro": "A feladat szünetel, mert az ajtó nyitva van." + }, + { + "ecode": "05008079", + "intro": "Kérjük, helyezd be a lézeres tesztanyagot (350g-os karton) és tegyél alá a tartócsíkokat, hogy megakadályozd az anyag vetemedését." + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0501409D", + "intro": "AMS B: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0503409D", + "intro": "AMS D: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0502409D", + "intro": "AMS C: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0500409D", + "intro": "AMS A: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "03004050", + "intro": "Liveview kamera kalibrálási időtúllépés; indítsd újra a nyomtatót." + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D: a firmware nem kompatibilis a nyomtatóval, az eszköz nem használható tovább. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "0C008034", + "intro": "A Liveview kamera inicializálása sikertelen. A nyomtatás folytatható, de néhány MI-funkció le lesz tiltva. Ha az újraindítás után ismét jelentkezik ez a probléma, kérjük fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "0C008043", + "intro": "Az MI azt észlelte, hogy az anyag felhalmozódott a fúvókán. Kérjük, nézd meg az Asszisztenst a javaslatokért." + }, + { + "ecode": "03004008", + "intro": "Az AMS nem tudta kicserélni a filamentet." + }, + { + "ecode": "0C00402A", + "intro": "Nem látható a vizuális jelölés. Kérjük helyezd be a papírt a megfelelő pozícióba." + }, + { + "ecode": "05004033", + "intro": "AMS: a firmware nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "05004031", + "intro": "A tartozék firmware verziója nem kompatibilis a nyomtatóval. Kérjük, frissítsd a „Firmware\" oldalon." + }, + { + "ecode": "05008085", + "intro": "A szerszámfej kamera le van takarva" + }, + { + "ecode": "07FF8007", + "intro": "Kérjük, figyeld a fúvókát. Ha a filament extrudálódott, kattints a „Folytatás“ gombra; ellenkező esetben told kicsit előrébb a filamentet és kattints az „Újra“ gombra." + }, + { + "ecode": "07FF8002", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját." + }, + { + "ecode": "0500808C", + "intro": "A tálca elcsúszott. Kérjük, igazítsd a tálcát a tárgyasztalhoz, majd folytasd a feladatot." + }, + { + "ecode": "07FFC011", + "intro": "Kérjük, kézzel húzd ki lassan a filamentet az extruderből." + }, + { + "ecode": "05004039", + "intro": "Az aktuális feladat nem teszi lehetővé a lézer/vágómodul telepítését, ezért a feladatot leállítottuk." + }, + { + "ecode": "0500403B", + "intro": "Lézeres/vágási feladatok jelenleg nem indíthatók a gépen. A feladat elindításához használd a számítógépes szoftvert." + }, + { + "ecode": "07044025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07004025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07034025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18014025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07024025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18044025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07014025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07074025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18074025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07064025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18064025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18054025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "07054025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18004025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18034025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "18024025", + "intro": "Nem sikerült kiolvasni a filamentinformációt." + }, + { + "ecode": "0300800D", + "intro": "Úgy tűnik, hogy az extruder nem működik megfelelően. Ha a hibák elfogadhatóak, kattints a „Folytatás“ gombra a nyomtatás folytatásához." + }, + { + "ecode": "0500C036", + "intro": "Ez egy nyomtatási feladat. Kérjük, vedd le a lézer/vágómodult a szerszámfejről." + }, + { + "ecode": "0300804F", + "intro": "A be- és kitöltési folyamat jelenleg is folyamatban van. Kérjük, állítsd le a folyamatot, vagy távolítsd el a lézer/vágómodult." + }, + { + "ecode": "0300804E", + "intro": "Ez egy nyomtatási feladat. Kérjük, vedd le a lézer/vágómodult a szerszámfejről." + }, + { + "ecode": "0500808A", + "intro": "A Birdseye kamera elcsúszással lett felszerelve. Kérjük, nézd meg az Asszisztenst a megfelelő beszereléshez." + }, + { + "ecode": "05008089", + "intro": "A feladat szünetel a jelenlét-ellenőrzés sikertelensége miatt. Kérjük, ellenőrizd a nyomtatót a folytatáshoz." + }, + { + "ecode": "05008074", + "intro": "A lézerplatform nem illeszkedik megfelelően. Győződj meg arról, hogy a tálca négy sarka megfelelően illeszkedik az asztalra és a jelölés nincs letakarva." + }, + { + "ecode": "05FE8081", + "intro": "A bal oldali hotend nincs beszerelve." + }, + { + "ecode": "05FF8081", + "intro": "A jobb oldali hotend nincs beszerelve." + }, + { + "ecode": "05FF8080", + "intro": "A jobb oldali hotend nincs beszerelve" + }, + { + "ecode": "05FE8080", + "intro": "A bal oldali hotend nincs beszerelve." + }, + { + "ecode": "05008080", + "intro": "A bal és a jobb oldali hotend nincs beszerelve." + }, + { + "ecode": "05008081", + "intro": "A bal és a jobb oldali hotend nincs beszerelve." + }, + { + "ecode": "05008088", + "intro": "A Birdseye kamera szennyezett" + }, + { + "ecode": "05008087", + "intro": "A BirdsEye kamera le van takarva" + }, + { + "ecode": "03004002", + "intro": "A feladat leállt, mert az automatikus asztalszintezés sikertelen volt." + }, + { + "ecode": "0C004020", + "intro": "A BirdsEye kamera beállítása sikertelen. Kérjük, távolíts el minden tárgyat és a szőnyeget. Győződj meg arról, hogy a jelölés nincs letakarva. Tisztítsd meg a BirdsEye és a szerszámfej kamerát, és távolítsd el a kilátást akadályozó idegen tárgyakat." + }, + { + "ecode": "03008021", + "intro": "A fúvóka nincs beszerelve vagy nem megfelelően van beszerelve. Kérjük, a folytatás előtt győződj meg arról, hogy a fúvóka megfelelően van beszerelve." + }, + { + "ecode": "03008061", + "intro": "A légáramlási rendszert nem lehet aktiválni; kérjük, ellenőrizd a beömlőnyílást." + }, + { + "ecode": "0300801A", + "intro": "Filament extrudálási hiba; a hibaelhárításhoz fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, koppints a „Folytatás“ gombra a nyomtatás folytatásához." + }, + { + "ecode": "05008084", + "intro": "A Live View kamera szennyezett; kérjük tisztítsd meg a folytatás előtt." + }, + { + "ecode": "0500401E", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014023", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014025", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "18068012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "10018003", + "intro": "A timelapse mód hagyományosra van állítva a szeletelt fájlban. Ez felületi hibákat okozhat. Biztos, hogy engedélyezed?" + }, + { + "ecode": "03008014", + "intro": "Filament ragadt a fúvókára vagy a tálca ferdén lett behelyezve. Kérjük, töröld a nyomtatást, tisztítsd meg a fúvókát vagy igazítsd meg a tálcát, vagy a nyomtatási feladat folytatásához koppints a „Folytatás“ gombra." + }, + { + "ecode": "03008017", + "intro": "Idegen tárgyakat észleltünk a tárgyasztalon. Kérjük, ellenőrizd és tisztítsd meg az asztalt, majd koppints a „Folytatás“ gombra a nyomtatási feladat folytatásához." + }, + { + "ecode": "0500401C", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004025", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004026", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004028", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "0501401B", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014020", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014022", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014029", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "07008012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07018012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07028012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07FF8011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz új filamentet az AMS-be és kattints az újra gombra." + }, + { + "ecode": "0300801C", + "intro": "Az extrudálás mechanikai ellenállása túl nagy. Előfordulhat, hogy az extruder eldugult, fordulj az Asszisztenshez, a hiba megszüntetése után a „Folytatás“ gombra koppintva folytathatod a nyomtatást." + }, + { + "ecode": "05008055", + "intro": "A lézermodulnak kellene beszerelve lennie, de a vágóplatformot érzékeltük. Kérjük, helyezd be a lézerplatformot a kalibráláshoz." + }, + { + "ecode": "03004020", + "intro": "A fúvóka jelenlétének észlelése nem sikerült. A részletekért lásd az Asszisztenst." + }, + { + "ecode": "0500402E", + "intro": "A rendszer nem támogatja az USB-meghajtó által jelenleg használt fájlrendszert. Kérjük, cseréld ki vagy formázd újra FAT32 formátumúra." + }, + { + "ecode": "05008063", + "intro": "A rendszer a kalibrálás során nem észlelte a platformot; kérjük, ellenőrizd, hogy a lézerplatform megfelelően van-e behelyezve." + }, + { + "ecode": "05008066", + "intro": "A feladat elvégzéséhez vágóplatformra van szükség, de a lézerplatform van beszerelve. Kérjük, cseréld ki a vágóplatformra (vágáshoz szükséges védőlap + LightGrip vágólap)." + }, + { + "ecode": "18008012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18048012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07058012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07068012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07078012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18058012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18078012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07048012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18018012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "05004065", + "intro": "A feladat elvégzéséhez lézerplatformra van szükség, de a vágóplatform van beszerelve. Kérjük, cseréld ki a lézerplatformra, végezd el az anyagvastagság-mérést és indítsd újra a feladatot." + }, + { + "ecode": "05004075", + "intro": "A lézerplatform nem található, ami befolyásolhatja a vastagságmérés pontosságát. Kérjük, helyezd be megfelelően a lézerplatformot, és győződj meg arról, hogy a lézerkalibráláshoz szükséges hátsó jelölések láthatóak, majd indítsd újra a vastagságmérést a szoftverben." + }, + { + "ecode": "0500807D", + "intro": "A feladathoz vágóplatformra van szükség, de a rendszer lézerplatformot észlelt. Kérjük helyezd be a vágóplatformot (vágáshoz szükséges védőlap + StrongGrip vágólap)." + }, + { + "ecode": "03008000", + "intro": "A nyomtatás ismeretlen okból szünetel. A nyomtatási feladat folytatásához kattints a „Folytatás“ gombra." + }, + { + "ecode": "03008016", + "intro": "A fúvóka eltömődött. Kérjük, töröld a nyomtatást és tisztítsd meg a fúvókát vagy a nyomtatási feladat folytatásához koppints a „Folytatás“ gombra." + }, + { + "ecode": "0500401B", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004020", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004022", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004023", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05004029", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "0501401C", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "0501401E", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014026", + "intro": "A felhőalapú hozzáférés elutasítva. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "05014028", + "intro": "Érvénytelen válasz a felhőből. Ha többszöri próbálkozás után sem sikerül, kérjük, fordulj az ügyfélszolgálathoz." + }, + { + "ecode": "07038012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07FF8012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "07FFC00A", + "intro": "Kérjük, figyeld a fúvókát. Ha a filament extrudálódott, kattints a „Folytatás“ gombra; ellenkező esetben told kicsit előrébb a filamentet és kattints az „Újra“ gombra." + }, + { + "ecode": "05008064", + "intro": "Kérjük, helyezd be a lézerplatformot, és győződj meg arról, hogy a lézerkalibráláshoz szükséges hátsó jelölések láthatóak." + }, + { + "ecode": "18038012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18028012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "18FF8012", + "intro": "Nem sikerült lekérni az AMS helyek kiosztását; kérjük, kattints az „Újra“ gombra a folytatáshoz." + }, + { + "ecode": "05004076", + "intro": "Kérjük, helyezd be megfelelően a lézerplatformot, és győződj meg arról, hogy a lézerkalibráláshoz szükséges hátsó jelölések láthatóak, majd indítsd újra a vastagságmérést a szoftverben." + }, + { + "ecode": "0500807A", + "intro": "Az idegen anyag felismerése nem működik. Folytathatod a feladatot vagy az Asszisztenshez is fordulhatsz további információért." + }, + { + "ecode": "07FF8010", + "intro": "Előfordulhat, hogy a külső filamenttekercs vagy a filament beszorult." + }, + { + "ecode": "03004000", + "intro": "A feladat leállt, mert nem sikerült a Z-tengelyt alaphelyzetbe állítani." + }, + { + "ecode": "0300800A", + "intro": "Felhalmozódott a filament az anyagkidobó csúszdában. Kérjük, tisztítsd meg az anyagkidobó csúszdát." + }, + { + "ecode": "0300800B", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját és ellenőrizd a filamentérzékelő kábel csatlakoztatását." + }, + { + "ecode": "03008065", + "intro": "Az MC modul hőmérséklete túl magas. A lehetséges okokért nézd meg a Wikit." + }, + { + "ecode": "05004070", + "intro": "A lézer- vagy vágómodul csatlakoztatva van, ezért nem indítható 3D-nyomtatási feladat." + }, + { + "ecode": "0300400B", + "intro": "Belső kommunikációs kivétel" + }, + { + "ecode": "03008001", + "intro": "A nyomtatás szünetel a felhasználó által a nyomtatási fájlhoz hozzáadott szünet parancs miatt." + }, + { + "ecode": "05014038", + "intro": "A regionális beállítások nem egyeznek a nyomtatóval, kérjük, ellenőrizd a nyomtató regionális beállításait." + }, + { + "ecode": "03008051", + "intro": "A vágómodul leesett vagy a vágómodul kábele ki van húzva; kérjük ellenőrizd a modult." + }, + { + "ecode": "0C004024", + "intro": "A Birdseye kamera elcsúszással lett felszerelve. Kérjük, nézd meg az Asszisztenst a megfelelő beszereléshez." + }, + { + "ecode": "10018004", + "intro": "A törlőtorony engedélyezve van és a timelapse mód simára van állítva. Ez felületi hibákat okozhat. Szeretnéd folytatni?" + }, + { + "ecode": "03008041", + "intro": "Lézerplatform-észlelési időtúllépés: indítsd újra a nyomtatót." + }, + { + "ecode": "03004067", + "intro": "A kalibrálási eredmény meghaladja a határértéket." + }, + { + "ecode": "18008011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "18078011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "18038011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "18018011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "18058011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "18068011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "18048011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "03004011", + "intro": "Az áramlásdinamika kalibrálása nem sikerült; kérjük, indítsd újra a nyomtatást vagy a kalibrálást." + }, + { + "ecode": "18028011", + "intro": "Kifogyott a filament az AMS-HT-ból. Kérjük, helyezz be új filamentet ugyanabba az AMS-HT férőhelybe." + }, + { + "ecode": "05008072", + "intro": "A Live View kamera blokkolva van" + }, + { + "ecode": "05008083", + "intro": "A kalibrálás során nem lehet anyag a platformon. Kérjük, távolítsd el az anyagot a platformról." + }, + { + "ecode": "1800C06A", + "intro": "Az AMS-HT A épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C06A", + "intro": "Az AMS-HT F épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1807C06C", + "intro": "Az AMS-HT H előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1800C06C", + "intro": "Az AMS-HT A előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1807C06B", + "intro": "Az AMS-HT H filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "10014002", + "intro": "Timelapse nem használható, mivel a nyomtatási sorrend „Objektumonként“-ra van állítva." + }, + { + "ecode": "1800C06D", + "intro": "Az AMS-HT A filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1803C06A", + "intro": "Az AMS-HT D épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1803C06C", + "intro": "Az AMS-HT D előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C06C", + "intro": "Az AMS-HT F előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1803C069", + "intro": "AMS-HT D: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1802C06A", + "intro": "Az AMS-HT C épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C06E", + "intro": "Az AMS-HT F motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C06C", + "intro": "Az AMS-HT G előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C06D", + "intro": "Az AMS-HT G filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1800C06E", + "intro": "Az AMS-HT A motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C069", + "intro": "AMS-HT F: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1807C06D", + "intro": "Az AMS-HT H filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1802C06C", + "intro": "Az AMS-HT C előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1807C06A", + "intro": "Az AMS-HT H épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1801C06A", + "intro": "Az AMS-HT B épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1807C069", + "intro": "AMS-HT H: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1803C06E", + "intro": "Az AMS-HT D motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1801C06D", + "intro": "Az AMS-HT B filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C06B", + "intro": "Az AMS-HT F filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1802C06D", + "intro": "Az AMS-HT C filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1802C06E", + "intro": "Az AMS-HT C motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1804C06C", + "intro": "Az AMS-HT E előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1804C06A", + "intro": "Az AMS-HT E épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C069", + "intro": "AMS-HT G: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1804C06D", + "intro": "Az AMS-HT E filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C06B", + "intro": "Az AMS-HT G filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1800C069", + "intro": "AMS-HT A: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1802C069", + "intro": "AMS-HT C: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1801C06C", + "intro": "Az AMS-HT B előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1807C06E", + "intro": "Az AMS-HT H motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1000C003", + "intro": "A timelapse hagyományos módban történő engedélyezése hibákat okozhat; kérjük, csak akkor aktiváld, ha valóban használni szeretnéd." + }, + { + "ecode": "1804C069", + "intro": "AMS-HT E: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1801C06E", + "intro": "Az AMS-HT B motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1805C06D", + "intro": "Az AMS-HT F filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1803C06D", + "intro": "Az AMS-HT D filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1801C06B", + "intro": "Az AMS-HT B filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C06E", + "intro": "Az AMS-HT G motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1801C069", + "intro": "AMS-HT B: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "1804C06E", + "intro": "Az AMS-HT E motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1803C06B", + "intro": "Az AMS-HT D filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1804C06B", + "intro": "Az AMS-HT E filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1806C06A", + "intro": "Az AMS-HT G épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1802C06B", + "intro": "Az AMS-HT C filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "1800C06B", + "intro": "Az AMS-HT A filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "10014001", + "intro": "A timelapse funkció nem használható, mert a spirális nyomtatás engedélyezve lett a szeletelő beállításaiban." + }, + { + "ecode": "0500806E", + "intro": "Idegen tárgyakat észleltünk a tárgyasztalon. Kérjük, ellenőrizd és tisztítsd meg az asztalt." + }, + { + "ecode": "05004004", + "intro": "A nyomtató nem tud új nyomtatási feladatokat fogadni nyomtatás közben. Próbáld újra a jelenlegi feladat befejezése után." + }, + { + "ecode": "0C004025", + "intro": "A Birdseye kamera szennyezett. Kérjük, tisztítsd meg, és indítsd újra a folyamatot." + }, + { + "ecode": "05008061", + "intro": "Nem észlelhető nyomtatótálca. Kérjük, ellenőrizd, hogy megfelelően van-e behelyezve." + }, + { + "ecode": "0701C06C", + "intro": "Az AMS B előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0701C069", + "intro": "AMS B: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "0700C06E", + "intro": "Az AMS A motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0703C06C", + "intro": "Az AMS D előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0703C069", + "intro": "AMS D: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "0701C06B", + "intro": "Az AMS Bfilamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0700C06C", + "intro": "Az AMS A előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C069", + "intro": "AMS C: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "0703C06B", + "intro": "Az AMS D filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "03008054", + "intro": "Kérjük, helyezd be a nyomtatáshoz, majd vágáshoz szükséges papírt." + }, + { + "ecode": "0703C06D", + "intro": "Az AMS D filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0701C06D", + "intro": "Az AMS B filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C06A", + "intro": "Az AMS C épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C06E", + "intro": "Az AMS C motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C06C", + "intro": "Az AMS C előtolássegítő módban van. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C06B", + "intro": "Az AMS C filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0700C06D", + "intro": "Az AMS A filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0701C06A", + "intro": "Az AMS B épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0702C06D", + "intro": "Az AMS C filament betöltésében segédkezik. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "05008082", + "intro": "Kérjük, hogy használat előtt távolítsd el a védőfóliát a matt akrilról." + }, + { + "ecode": "0703C06A", + "intro": "Az AMS D épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0700C06B", + "intro": "Az AMS A filamentet cserél. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "05008060", + "intro": "A jelenlegi modul nem felel meg a követelményeknek. Kérjük, cseréld ki a modult a képernyőn megjelenő utasításoknak megfelelően." + }, + { + "ecode": "0700C069", + "intro": "AMS A: hiba történt a szárítás során. Kérjük, további részletekért keresd fel az Asszisztenst." + }, + { + "ecode": "0701C06E", + "intro": "Az AMS B motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0700C06A", + "intro": "Az AMS A épp RFID-t olvas. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "0703C06E", + "intro": "Az AMS D motor öntesztet végez. Nem indítható szárítás. Kérjük, próbáld újra később." + }, + { + "ecode": "05008056", + "intro": "A vágómodulnak kellene beszerelve lennie, de a lézerplatformot érzékeltük. Kérjük, helyezd be a vágóplatformot a kalibráláshoz." + }, + { + "ecode": "0500C07F", + "intro": "Az eszköz foglalt, és nem tudja végrehajtani ezt a műveletet. A folytatáshoz szüneteltesd vagy állítsd le az aktuális feladatot." + }, + { + "ecode": "0C008016", + "intro": "Az idegen tárgy észlelése nem működik megfelelően. Folytathatod a feladatot, vagy megnézheted az Asszisztens javaslatait." + }, + { + "ecode": "07FF8001", + "intro": "Nem sikerült elvágni a filamentet. Kérjük, ellenőrizd a vágót." + }, + { + "ecode": "18FF8001", + "intro": "Nem sikerült elvágni a filamentet. Kérjük, ellenőrizd a vágót." + }, + { + "ecode": "07018016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07048016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18028016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07078016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18018016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18008016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "0C004021", + "intro": "A BirdsEye kamera beállítása nem sikerült; kérjük indítsd újra a nyomtatót." + }, + { + "ecode": "0C004026", + "intro": "A Live View kamera inicializálása sikertelen; kérjük, indítsd újra a nyomtatót." + }, + { + "ecode": "07008016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07038016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07028016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07068016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18048016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18068016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18078016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18038016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "07058016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "18058016", + "intro": "Az extruder nem extrudál rendesen; kérjük, fordulj az Asszisztenshez. A hiba elhárítása után, ha a hibák elfogadhatóak, folytathatod a nyomtatást." + }, + { + "ecode": "0C00402D", + "intro": "A szerszámfej-kamera nem működik megfelelően; indítsd újra az eszközt." + }, + { + "ecode": "07FF8004", + "intro": "Nem sikerült visszahúzni a filamentet az AMS-be. Előfordulhat, hogy a filament vagy a tekercs elakadt." + }, + { + "ecode": "0500805C", + "intro": "A vágószőnyeg tapadása nem megfelelő; kérjük, helyezz be egy alacsony tapadású vágószőnyeget." + }, + { + "ecode": "05008059", + "intro": "A vágóplatform nem illeszkedik megfelelően. Győződj meg arról, hogy a négy sarka megfelelően illeszkedik az asztalra." + }, + { + "ecode": "0500806C", + "intro": "Kérjük, helyezd be a vágóplatformot megfelelően, és győződj meg róla, hogy a jelölés nincs letakarva." + }, + { + "ecode": "07018013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "0500805A", + "intro": "Kérjük, helyezd be a vágószőnyeget a védőlapra." + }, + { + "ecode": "07068013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18038013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18008013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18048013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18028013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18058013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "07048013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "05008071", + "intro": "A vágóplatform nem észlelhető. Kérjük, ellenőrizd, hogy megfelelően helyezted-e be." + }, + { + "ecode": "05008073", + "intro": "A tárgyasztal végállás határolója blokkolva van vagy szennyezett. Kérjük, győződj meg arról, hogy a határoló látható, különben a platform eltolásérzékelése hibásan működhet." + }, + { + "ecode": "05008068", + "intro": "Kérjük, helyezd be a StrongGrip vágólapot és győződj meg arról, hogy a jelölés nincs letakarva." + }, + { + "ecode": "0500807C", + "intro": "Helyezd be a vágóplatformot (vágáshoz szükséges védőlap + StrongGrip vágólap)." + }, + { + "ecode": "05008067", + "intro": "Kérjük, helyezd a LightGrip vágólapot a vágáshoz szükséges védőlapra." + }, + { + "ecode": "07008013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "07028013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "07038013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "0500806F", + "intro": "A vágószőnyeg tapadása nem megfelelő; kérjük, helyezz be egy erős tapadású vágószőnyeget." + }, + { + "ecode": "18068013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "07058013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "07078013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18018013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "18078013", + "intro": "Időtúllépés a régi filament kiöblítésekor: Előfordulhat, hogy a filament beragadt vagy az extruder eltömődött." + }, + { + "ecode": "03004052", + "intro": "A penge Z-tengelyének alaphelyzetbe állítása nem sikerült" + }, + { + "ecode": "05008058", + "intro": "Kérjük, helyezd be a LightGrip vágólapot és győződj meg arról, hogy a jelölés nincs letakarva." + }, + { + "ecode": "0500807B", + "intro": "Helyezd be a vágóplatformot (vágáshoz szükséges védőlap + LightGrip vágólap)." + }, + { + "ecode": "0C008018", + "intro": "Az idegen anyag felismerése nem működik. Folytathatod a feladatot vagy az Asszisztenshez is fordulhatsz további információért." + }, + { + "ecode": "0500805B", + "intro": "Ismeretlen típusú vágólap; kérjük, cseréld ki a megfelelő típusra." + }, + { + "ecode": "03008064", + "intro": "A kamra hőmérséklete túl magas. Kérjük, nyisd ki a felső fedelet és az elülső ajtót a lehűtéshez. (A nyomtatás során az ajtónyitás érzékelés szintje „Értesítés\"-re lesz állítva)" + }, + { + "ecode": "0C008017", + "intro": "Idegen tárgyakat észleltünk a platformon. Kérjük, ellenőrizd és tisztítsd meg a platformot." + }, + { + "ecode": "05008077", + "intro": "Nem látható a jelölés. Kérjük helyezd be a papírt a megfelelő pozícióban." + }, + { + "ecode": "05008078", + "intro": "Az aktuális anyag nem egyezik a szeletelt fájl beállításaival. Kérjük, töltsd be a megfelelő anyagot, és győződj meg arról, hogy az anyagon lévő QR-kód nem sérült vagy szennyezett." + }, + { + "ecode": "0500403F", + "intro": "Nem sikerült letölteni a nyomtatási feladatot. Kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "0500403D", + "intro": "A szerszámfej modul nincs beállítva. Kérjük, állítsd be a feladat megkezdése előtt." + }, + { + "ecode": "0300400C", + "intro": "A nyomtatást törölték." + }, + { + "ecode": "05008051", + "intro": "A jelenlegi tálca nem egyezik a G-kódban megadottal. Kérjük, módosítsd a szeletelő beállításait, vagy használd a megfelelő tálcát." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "07078010", + "intro": "Az AMS segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18048010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18038010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18028010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18008010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "18078010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "07068011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "0C004027", + "intro": "A Liveview kamera kalibrálása sikertelen. Kérjük, fordulj az asszisztenshez a részletekért, és kalibráld újra a kamerát." + }, + { + "ecode": "07058010", + "intro": "Az AMS segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18018010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18068010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "18058010", + "intro": "Az AMS-HT segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "07048010", + "intro": "Az AMS segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "07068010", + "intro": "Az AMS segédmotor túlterhelt. Lehet, hogy a filament összegabalyodott vagy beragadt." + }, + { + "ecode": "07078011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07058011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07048011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "0C008015", + "intro": "Objektumok észlelhetők a platformon; kérjük távolítsd el őket." + }, + { + "ecode": "05024006", + "intro": "Ismeretlen modul észlelve. Kérjük, próbáld meg frissíteni a firmware-t a legújabb verzióra." + }, + { + "ecode": "07018017", + "intro": "AMS B szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "07028017", + "intro": "AMS C szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "03004013", + "intro": "Nem indítható nyomtatás amíg az AMS szárítást végez." + }, + { + "ecode": "07038017", + "intro": "AMS D szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "07008017", + "intro": "AMS A szárítást végez. Kérjük, állítsd le a szárítást a filament be- vagy kitöltése előtt." + }, + { + "ecode": "07FFC003", + "intro": "Kérjük, húzd ki a külső tartón lévő filamentet. Ha ez a hiba továbbra is fennáll, előfordulhat, hogy beletört a filament az extruderbe (ne felejtsd el csatlakoztatni a PTFE-csövet, ha ezután az AMS-t szeretnéd használni)." + }, + { + "ecode": "07FFC008", + "intro": "Kérjük, húzd ki a külső tartón lévő filamentet. Ha ez a hiba továbbra is fennáll, előfordulhat, hogy beletört a filament az extruderbe (ne felejtsd el csatlakoztatni a PTFE-csövet, ha ezután az AMS-t szeretnéd használni)." + }, + { + "ecode": "0500405D", + "intro": "Lézermodul szériaszám hiba: nem lehet kalibrálni vagy használni." + }, + { + "ecode": "0500805E", + "intro": "Vágómodul szériaszám hiba: nem kalibrálható vagy használható." + }, + { + "ecode": "0500C010", + "intro": "USB- meghajtó írási-olvasási kivétel; kérjük próbáld meg újra csatlakoztatni vagy cseréld ki." + }, + { + "ecode": "0500402F", + "intro": "Az USB-meghajtó szektoradatai megsérültek; kérjük, formázd újra. Ha ezután sem működik, cseréld ki a meghajtót." + }, + { + "ecode": "05008053", + "intro": "Fúvóka-eltérést észleltünk a nyomtatás során. Kérjük csak újraszeletelés után indítsd el a nyomtatást, vagy cseréld ki a fúvókát a megfelelő típusra. Vigyázz: a hotend forró!" + }, + { + "ecode": "05024003", + "intro": "A nyomtató jelenleg nyomtat, és a mozgáspontosságot javító funkció nem kapcsolható be vagy ki." + }, + { + "ecode": "05024005", + "intro": "Az AMS még nincs kalibrálva, így a nyomtatás nem indítható el." + }, + { + "ecode": "07FF8003", + "intro": "Kérjük, húzd ki a külső tartón lévő filamentet. Ha ez a hiba továbbra is fennáll, előfordulhat, hogy beletört a filament az extruderbe (ne felejtsd el csatlakoztatni a PTFE-csövet, ha ezután az AMS-t szeretnéd használni)." + }, + { + "ecode": "03008049", + "intro": "Az aktuális tálca nem megfelelő." + }, + { + "ecode": "05004008", + "intro": "Nem sikerült elkezdeni a nyomtatást. Kérjük, indítsd újra a nyomtatót, és küldd el újra a nyomtatási feladatot." + }, + { + "ecode": "0500400B", + "intro": "Hiba történt egy fájl letöltése közben. Kérjük, ellenőrizd a hálózati kapcsolatot, és küldd el újra a nyomtatási feladatot." + }, + { + "ecode": "05004018", + "intro": "A párosítási információk beolvasása sikertelen, kérjük próbáld újra." + }, + { + "ecode": "0500402C", + "intro": "Nem sikerült IP-címet beszerezni. Ezt okozhatja vezetéknélküli interferencia, vagy a router DHCP-címkészlete megtelt. Kérjük, vidd közelebb a nyomtatót a routerhez, és próbáld meg újra. Ha a probléma továbbra is fennáll, ellenőrizd a router beállításait." + }, + { + "ecode": "0500400A", + "intro": "A fájlnév nem támogatott. Kérjük, nevezd át és indítsd újra a nyomtatási feladatot." + }, + { + "ecode": "0500400D", + "intro": "Kérjük, futtass egy öntesztet, és indítsd újra a nyomtatási feladatot." + }, + { + "ecode": "0501401A", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz. A lehetséges okok közé tartozik a hálózati instabilitás, amelyet interferencia, az internet-hozzáférés hiánya vagy a router tűzfal-konfigurációja okozhat. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, vagy ellenőrizd a router konfigurációját, mielőtt újból megpróbálod." + }, + { + "ecode": "05014033", + "intro": "Az alkalmazásban beállított régió nem egyezik a nyomtatón beállított régióval. Kérjük, töltsd le a régiódhoz tartozó alkalmazást, és regisztrálj egy új fiókot." + }, + { + "ecode": "0500402D", + "intro": "Rendszerkivétel" + }, + { + "ecode": "03008047", + "intro": "Időtúllépés a gyorskioldó kar helyzetének érzékelésekor: indítsd újra a nyomtatót." + }, + { + "ecode": "03008008", + "intro": "Fúvóka hőmérsékleti probléma" + }, + { + "ecode": "03008009", + "intro": "Tárgyasztal hőmérsékleti probléma" + }, + { + "ecode": "05004002", + "intro": "Nem támogatott nyomtatási fájl elérési útvonal vagy név. Kérjük, küldd el újra a nyomtatási feladatot." + }, + { + "ecode": "05004006", + "intro": "Nincs elég szabad tárhely a nyomtatási feladathoz. A gyári beállítások visszaállítása felszabadíthat némi helyet." + }, + { + "ecode": "05014039", + "intro": "A bejelentkezés munkamenete lejárt, kérjük végezd el újból a párosítást." + }, + { + "ecode": "03008046", + "intro": "Idegen tárgy észlelésének időtúllépése: indítsd újra a nyomtatót." + }, + { + "ecode": "03008062", + "intro": "A kamra hőmérséklete túl magas. Ennek oka lehet a magas környezeti hőmérséklet." + }, + { + "ecode": "03008045", + "intro": "Anyagérzékelési időtúllépés: indítsd újra a nyomtatót." + }, + { + "ecode": "0300800C", + "intro": "Lépésvesztést észleltünk, az automatikus helyreállítás befejeződött; kérjük, folytasd a nyomtatást és győződj meg arról, hogy nincs rétegeltolódási probléma." + }, + { + "ecode": "0500401A", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz. A lehetséges okok közé tartozik a hálózati instabilitás, amelyet interferencia, az internet-hozzáférés hiánya vagy a router tűzfal-konfigurációja okozhat. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, vagy ellenőrizd a router konfigurációját, mielőtt újból megpróbálod." + }, + { + "ecode": "05014018", + "intro": "A párosítási információk beolvásasa sikertelen, kérjük, próbáld újra." + }, + { + "ecode": "0300400F", + "intro": "A tápfeszültség nem egyezik a gépével." + }, + { + "ecode": "05024004", + "intro": "Az aktuális eszköz nem támogat egyes funkciókat. Kérjük, ellenőrizd a beállításokat a szeletelőben, vagy frissítsd a firmware-t a legújabb verzióra." + }, + { + "ecode": "0500806D", + "intro": "Anyag nem észlelhető. Kérjük, helyezd be a folytatáshoz." + }, + { + "ecode": "0C004022", + "intro": "A BirdsEye kamera beállítása nem sikerült. Kérjük, ellenőrizze, hogy a lézermodul megfelelően működik-e." + }, + { + "ecode": "0300801D", + "intro": "Az extruder szervomotor helyzetérzékelője hibásan működik. Először kapcsold ki a nyomtatót, és ellenőrizd, hogy a csatlakozókábel meglazult-e." + }, + { + "ecode": "07038002", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját." + }, + { + "ecode": "0C00403D", + "intro": "A rendszer nem észlelte a vision encoder tálcáját. Kérjük, ellenőrizd, hogy megfelelően van-e elhelyezve az asztalon." + }, + { + "ecode": "07028002", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját." + }, + { + "ecode": "07018002", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját." + }, + { + "ecode": "0C00C004", + "intro": "Lehetséges spagetti hibát észleltünk." + }, + { + "ecode": "05004043", + "intro": "A korlátozott teljesítmény miatt egyszerre csak egy AMS végezhet szárítást az eszköz tápellátásáról." + }, + { + "ecode": "05004052", + "intro": "Hibát észleltünk a hotendnél." + }, + { + "ecode": "05004050", + "intro": "Hiba a nyomtatólapon." + }, + { + "ecode": "03004068", + "intro": "Lépésvesztés történt a mozgási pontosság kalibrálása során. Kérjük, próbáld újra." + }, + { + "ecode": "05004054", + "intro": "Hiba a szőnyegen." + }, + { + "ecode": "0500403E", + "intro": "Az aktuális szerszámfej nem támogatja az inicializálást." + }, + { + "ecode": "03004066", + "intro": "A mozgáspontosság kalibrálása nem sikerült." + }, + { + "ecode": "0C00C006", + "intro": "A kiürített filament felhalmozódhatott az anyagkidobó csúszdában." + }, + { + "ecode": "03008063", + "intro": "A kamra hőmérséklete túl magas. Kérjük, nyisd ki a felső fedelet és az elülső ajtót a lehűtéshez." + }, + { + "ecode": "0C00800B", + "intro": "A tárgyasztal jelölése nem olvasható. Kérjük, távolíts el minden tárgyat és szőnyeget. Győződj meg arról, hogy a jelölés nincs letakarva." + }, + { + "ecode": "0C004029", + "intro": "Az anyag nem észlelhető. Kérjük, helyezd be újra a folytatáshoz." + }, + { + "ecode": "0C008005", + "intro": "Kiürített filament halmozódott fel az anyagkidobó csúszdában, ami beleütközhet a nyomtatófejbe." + }, + { + "ecode": "0C008033", + "intro": "A gyorskioldó kar nincs lezárva. Kérjük, nyomd le a rögzítéshez." + }, + { + "ecode": "0C008009", + "intro": "Nem észlelhető érvényes azonosító a tálcán." + }, + { + "ecode": "1000C001", + "intro": "A magas asztalhőmérséklet a fúvóka eltömődéséhez vezethet. Kérjük, gondoskod a nyomtató szellőztetéséről." + }, + { + "ecode": "1000C002", + "intro": "Szénszálas filament rozsdamentes acélfúvókával történő nyomtatása károsíthatja a fúvókát." + }, + { + "ecode": "07038010", + "intro": "Az AMS-segédmotor túl van terhelve. Előfordulhat, hogy a filamenttekercs vagy a filament beszorult. A hiba elhárítása után kattints az újra gombra." + }, + { + "ecode": "07038011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07FF8006", + "intro": "Kérjük, kezdd el adagolni a filamentet egészen addig, amíg már nem tudod tovább tolni." + }, + { + "ecode": "07FFC006", + "intro": "Kérjük, kezdd el adagolni a filamentet egészen addig, amíg már nem tudod tovább tolni." + }, + { + "ecode": "07FFC009", + "intro": "Kérjük, kezdd el adagolni a filamentet egészen addig, amíg már nem tudod tovább tolni." + }, + { + "ecode": "07028010", + "intro": "Az AMS-segédmotor túl van terhelve. Előfordulhat, hogy a filamenttekercs vagy a filament beszorult. A hiba elhárítása után kattints az újra gombra." + }, + { + "ecode": "07028011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07018010", + "intro": "Az AMS-segédmotor túl van terhelve. Előfordulhat, hogy a filament összegabalyodott vagy a tekercs megszorult." + }, + { + "ecode": "07018011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07008011", + "intro": "Kifogyott a filament az AMS-ből. Kérjük, helyezz be új filamentet ugyanabba az AMS férőhelybe." + }, + { + "ecode": "07008002", + "intro": "A filamentvágó beragadt. Kérjük, húzd ki a vágó karját." + }, + { + "ecode": "07008010", + "intro": "Az AMS-segédmotor túl van terhelve. Előfordulhat, hogy a filament összegabalyodott vagy a tekercs megszorult." + }, + { + "ecode": "0501401D", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "0501401F", + "intro": "Hitelesítési időtúllépés. Kérjük, győződjön meg arról, hogy telefonod vagy számítógéped rendelkezik internet-hozzáféréssel és arról, hogy a Bambu Studio/Bambu Handy alkalmazás az előtérben fut a párosítás során." + }, + { + "ecode": "05014021", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "05014024", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz. A lehetséges okok közé tartozik a hálózati instabilitás, amelyet interferencia, az internet-hozzáférés hiánya vagy az router tűzfal-konfigurációja okozhat. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, vagy ellenőrizheted a router konfigurációját." + }, + { + "ecode": "05014027", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "05014031", + "intro": "Folyamatban van egy eszköz párosítása, így a QR-kód nem jeleníthető meg a képernyőn. Várj, amíg befejeződik, vagy állítsd meg a folyamatot az alkalmazásban/Studióban és olvasd be a képernyőn megjelenő QR-kódot." + }, + { + "ecode": "05014032", + "intro": "Folyamatban van egy eszköz QR-kód párosítása, így egy új eszköz felismerése nem hajtható végre. A párosításhoz olvasd be a a kijelzőn lévő QR-kódot, vagy lépj vissza az előző oldalra és indíts egy új eszközfelismerést." + }, + { + "ecode": "05014034", + "intro": "A szeletelés folyamata hosszú ideje nem frissült, ezért a nyomtatási feladatot töröltük. Kérjük, erősítsd meg a paramétereket, és indítsd újra a nyomtatást." + }, + { + "ecode": "05014035", + "intro": "Az eszközön párosítási folyamat zajlik, ezért nem tud válaszolni új párosítási kérelemre." + }, + { + "ecode": "05024001", + "intro": "Ebben a nyomtatási feladatban az aktuális filament lesz használva. A beállítások nem módosíthatók." + }, + { + "ecode": "05004001", + "intro": "Nem sikerült csatlakozni a Bambu Cloudhoz. Kérjük, ellenőrizd a hálózati kapcsolatot." + }, + { + "ecode": "05004003", + "intro": "A nyomtatás leállt, mert a nyomtató nem tudta feldolgozni a fájlt. Kérjük, küldd el újra a nyomtatási feladatot." + }, + { + "ecode": "05004005", + "intro": "Nem küldhetők feladatok a nyomtatóra a firmware frissítése közben." + }, + { + "ecode": "05004009", + "intro": "Nem küldhetők feladatok a nyomtatóra a naplófájlok feltöltése közben." + }, + { + "ecode": "0500400E", + "intro": "A nyomtatást törölték." + }, + { + "ecode": "05004014", + "intro": "Nem sikerült szeletelni a nyomtatási feladatot; ellenőrizd a beállításokat, és indítsd újra a nyomtatási feladatot." + }, + { + "ecode": "05004017", + "intro": "Sikertelen párosítás. Kérjük, próbáld újra, vagy indítsd újra a nyomtatót, és próbálkozz újra." + }, + { + "ecode": "05004019", + "intro": "Ez a nyomtató már párosítva lett egy fiókhoz. Kérjük, töröld a párosítást és próbáld újra." + }, + { + "ecode": "0500401D", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "0500401F", + "intro": "Hitelesítési időtúllépés. Kérjük, győződjön meg arról, hogy telefonod vagy számítógéped rendelkezik internet-hozzáféréssel és arról, hogy a Bambu Studio/Bambu Handy alkalmazás az előtérben fut a párosítás során." + }, + { + "ecode": "05004021", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "05004024", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz. A lehetséges okok közé tartozik a hálózati instabilitás, amelyet interferencia, az internet-hozzáférés hiánya vagy az router tűzfal-konfigurációja okozhat. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, vagy ellenőrizheted a router konfigurációját." + }, + { + "ecode": "05004027", + "intro": "Nem sikerült hozzáférni a felhőszolgáltatáshoz instabilitás, vagy interferencia miatt. Megpróbálhatod a nyomtatót közelebb helyezni a routerhez, mielőtt újból megpróbálod." + }, + { + "ecode": "0500402A", + "intro": "Nem sikerült csatlakozni a routerhez, amit vezeték nélküli interferencia vagy az routertől való távolság okozhat. Próbálkozz újra, vagy vidd közelebb a nyomtatót a routerhez." + }, + { + "ecode": "0500402B", + "intro": "A routerhez való kapcsolódás hibás jelszó miatt nem sikerült. Kérjük, ellenőrizd a jelszót, és próbáld meg újra." + }, + { + "ecode": "05004037", + "intro": "A szeletelt fájlban megadott modell nem egyezik a nyomtatód típusával. Ezt a fájlt nem lehet kinyomtatni ezen a nyomtatón." + }, + { + "ecode": "05004038", + "intro": "A szeletelt fájlban megadott fúvókaméret nem egyezik a jelenleg beállított fúvóka méretével. Ezt a fájlt nem lehet kinyomtatni." + }, + { + "ecode": "05008013", + "intro": "A nyomtatási fájl nem elérhető. Kérjük, győződj meg róla, hogy az adathordozó nem lett eltávolítva." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "A szeletelt fájlban megadott modell nem egyezik a nyomtatód típusával. Folytatod?" + }, + { + "ecode": "05014017", + "intro": "Sikertelen párosítás. Kérjük, próbáld újra, vagy indítsd újra a nyomtatót, és próbálkozz újra." + }, + { + "ecode": "05014019", + "intro": "Ez a nyomtató már párosítva lett egy fiókhoz. Kérjük, töröld a párosítást és próbáld újra." + }, + { + "ecode": "03004001", + "intro": "Időtúllépés történt alaphelyzetbe álláskor, miközben a nyomtató arra várt, hogy a fúvóka lehűljön." + }, + { + "ecode": "03004005", + "intro": "Rendellenes fúvóka-ventilátor fordulatszám." + }, + { + "ecode": "03004006", + "intro": "A fúvóka eldugult." + }, + { + "ecode": "03004009", + "intro": "XY tengely alaphelyzetbe állítása sikertelen." + }, + { + "ecode": "0300400A", + "intro": "A mechanikai rezonancia mód meghatározása nem sikerült." + }, + { + "ecode": "0300400D", + "intro": "Áramkimaradás utáni folytatás sikertelen." + }, + { + "ecode": "0300400E", + "intro": "A motor öntesztje sikertelen volt." + }, + { + "ecode": "03008003", + "intro": "Spagetti hibákat észleltünk. Kérjük, ellenőrizd a nyomtatott tárgy minőségét mielőtt folytatnád a nyomtatást." + }, + { + "ecode": "03008005", + "intro": "A nyomtatófej előlapja leesett. Kérjük, helyezd vissza és ellenőrizd a nyomtatott tárgy minőségét mielőtt folytatnád a nyomtatást." + }, + { + "ecode": "03008007", + "intro": "A nyomtató kikapcsolásakor egy nyomtatási feladat volt folyamatban. Ha a tárgy nem vált el a tálcától, megpróbálhatod folytatni a nyomtatási feladatot." + }, + { + "ecode": "0300800E", + "intro": "A nyomtatási fájl nem elérhető. Kérjük, győződj meg róla, hogy az adathordozó nem lett eltávolítva." + }, + { + "ecode": "0300800F", + "intro": "Úgy tűnik, az ajtó nyitva van, ezért a nyomtatás szünetel." + }, + { + "ecode": "03008010", + "intro": "A nyomtatás leállt, mert rendellenes a hotend ventilátor fordulatszáma." + }, + { + "ecode": "03008013", + "intro": "A nyomtatást a felhasználó szüneteltette .A nyomtatás folytatásához válaszd a „Folytatás“-t." + }, + { + "ecode": "03008018", + "intro": "Rendelllenes kamrafűtési hőmérséklet." + }, + { + "ecode": "03008019", + "intro": "Nincs tálca." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_it_22E.json b/resources/hms/hms_it_22E.json new file mode 100644 index 0000000000..3d39802e15 --- /dev/null +++ b/resources/hms/hms_it_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "it": [ + { + "ecode": "0300020000010008", + "intro": "Il temperatura della punta dell'estrusore è anomala e non riesce a raggiungere il valore impostato. Questo potrebbe essere causato da un manicotto in silicone per la punta dell'estrusore installato in modo improprio." + }, + { + "ecode": "030018000001000D", + "intro": "Rilevamento della formazione di grumi della testina di stampa non riuscito. Forza eccessiva rilevata sulla testina di stampa. Assicurarsi che la testina di stampa sia installata correttamente." + }, + { + "ecode": "030018000001000E", + "intro": "Calibrazione del rilevamento dell'agglomerato dell'ugello fallita. L'ugello non ha toccato la parete interna del foro. Si prega di pulire l'ugello e il foro della piastra di acciaio sul lato posteriore destro del piano riscaldato." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "L'estrusore estrude in modo anomalo. Potrebbe essere ostruito, oppure il filamento potrebbe essere troppo sottile, causando lo slittamento dell'estrusore, oppure il filamento montato esternamente potrebbe essere aggrovigliato." + }, + { + "ecode": "0300090000020004", + "intro": "La resistenza all'estrusione è anomala. L'estrusore potrebbe essere intasato, oppure potrebbe esserci del filamento incastrato nella testa, oppure il filamento montato esternamente potrebbe essere aggrovigliato." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "La velocità della ventola di raffreddamento del componente ausiliario sinistro è ridotta. Potrebbe essere bloccata e richiedere la pulizia." + }, + { + "ecode": "03003A0000020002", + "intro": "La velocità della ventola sinistra raffreddamento componente ausiliario è ridotta. Potrebbe essere bloccata e richiedere la pulizia." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Autenticazione del kit time-lapse non riuscita. Ricollegare il cavo o riavviare la stampante." + }, + { + "ecode": "0C0003000003001A", + "intro": "Rilevamento di oggetti estranei non riuscito, probabilmente a causa di un’interruzione manuale (ad es. clic su “Stop”). In caso contrario, provare a riavviare la stampante o aggiornare il firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Le barre filettate necessitano di lubrificazione immediata." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "È stato rilevato un salto anomalo nei dati del sensore di forza di estrusione dell'estrusore, potenzialmente causato da un contatto scadente del sensore o da un sensore difettoso." + }, + { + "ecode": "0300910000010008", + "intro": "Il riscaldatore della camera 1 non è riuscito a raggiungere la temperatura impostata." + }, + { + "ecode": "0C00030000020015", + "intro": "Il rilevamento oggetti estranei non funziona. È stato rilevato che la telecamera Live View è stata sostituita. Se è installato un modulo di taglio, disinstalla il modulo, tocca \"Impostazioni>Calibrazione\" sullo schermo della stampante e ricalibrare la telecamera Live View." + }, + { + "ecode": "0C00030000020014", + "intro": "La precisione del rilevamento oggetti estranei è diminuita. Se questo accade frequentemente, esegui una calibrazione della telecamera Live View (\"Impostazioni\" > \"Calibrazione\" sullo schermo della stampante). Se è installato un modulo di taglio, rimuovilo prima di procedere." + }, + { + "ecode": "0C00030000020012", + "intro": "Il rilevamento di oggetti estranei non funziona. La telecamera Live View deve essere calibrata. Tocca \"Impostazioni > Calibrazione\" sullo schermo della stampante. Se è installato un modulo di taglio, rimuovilo prima della calibrazione." + }, + { + "ecode": "0501040000030003", + "intro": "Le aste lineari hanno bisogno di pulizia e lubrificazione ora." + }, + { + "ecode": "0300180000030009", + "intro": "La stampa ad alta temperatura del piano viene eseguita per la prima volta. Per ottenere una migliore qualità di stampa del primo layer, il bed leveling ad alta temperatura viene eseguito automaticamente." + }, + { + "ecode": "03002D0000030009", + "intro": "Questa è la prima stampa con una temperatura elevata del piano. Per ottenere una miglior qualità di stampa del primo layer, verrà automaticamente eseguito il livellamento del piano ad alta temperatura." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Il livellamento del piano è fallito, probabilmente a causa di corpi estranei sul piano o di un’inclinazione dello stesso. Continuare la stampa potrebbe danneggiare il piatto . Rimuovi eventuali detriti o livella manualmente il piano prima di riprovare." + }, + { + "ecode": "0500030000020055", + "intro": "Le informazioni utente sono scadute. Effettua nuovamente l’accesso." + }, + { + "ecode": "0300290000010001", + "intro": "Non è possibile riconoscere i modelli dell'encoder visivo; tra le possibili cause rientrano la distorsione del modello dell'encoder visivo, la sovraesposizione alla luce e l'errato posizionamento del piatto." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "03002B0000020001", + "intro": "Calibrazione porta d'aria fallita. Verifica se ci sono corpi estranei che bloccano la serranda." + }, + { + "ecode": "0701900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS B è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0707910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS H è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1803900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT D è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT H è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT A è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT A è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS E è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1803910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT D è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS F è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1805900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT F è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS G è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1804900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT E è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS H è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1802900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT C è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT F è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT E è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT G è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS A è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0702900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS C è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0706910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS G è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0701910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS B è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1801910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT B è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT G è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS D è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0700900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS A è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0704910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS E è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0705910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS F è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0702910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS C è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "0703900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS D è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS." + }, + { + "ecode": "1801900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT B è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "Il sensore di corrente della valvola di scarico 1 dell'AMS-HT H è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "Il sensore di corrente della valvola di scarico 2 dell'AMS-HT C è anomalo; contatta l'assistenza clienti per sostituire la scheda madre dell'AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0300320000010001", + "intro": "Velocità ventola lato destro (raffreddamento dei componenti ausiliari) troppo bassa o si ferma. Potrebbe essere bloccato o il connettore potrebbe non essere inserito correttamente." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0300320000010002", + "intro": "Velocità ventola lato destro (raffreddamento-filtrazione dei componenti ausiliari) lenta. Potrebbe essere bloccato e deve essere pulito." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C utilizza l'alimentazione della stampante per l'asciugatura durante il caricamento/stampa. Per prestazioni di asciugatura migliori, collega un adattatore di alimentazione." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F L'errore di controllo temperatura è troppo grande e può essere dovuto all'apertura del coperchio o a un'anomalia del termistore." + }, + { + "ecode": "0500060000020001", + "intro": "La Telecamera Toolhead non è in posizione; controllare la connessione hardware" + }, + { + "ecode": "0700610000020001", + "intro": "Lo Slot 2 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0701610000020001", + "intro": "Lo Slot 2 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0701620000020001", + "intro": "Lo Slot 3 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0701630000020001", + "intro": "Lo Slot 4 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0702600000020001", + "intro": "Lo Slot 1 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1802620000020001", + "intro": "Lo Slot 3 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0707620000020001", + "intro": "Lo Slot 3 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1803620000020001", + "intro": "Lo Slot 3 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1804610000020001", + "intro": "Lo Slot 2 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1804630000020001", + "intro": "Lo Slot 4 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0707630000020001", + "intro": "Lo Slot 4 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1807600000020001", + "intro": "Lo Slot 1 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0705630000020001", + "intro": "Lo Slot 4 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0704600000020001", + "intro": "Lo Slot 1 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1800600000020001", + "intro": "Lo Slot 1 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0707600000020001", + "intro": "Lo Slot 1 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1801610000020001", + "intro": "Lo Slot 2 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0706600000020001", + "intro": "Lo Slot 1 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0706630000020001", + "intro": "Lo Slot 4 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0300180000010005", + "intro": "La rotazione del motore dell'asse Z è ostacolata; verifica che non vi siano oggetti estranei incastrati nello slider o nella puleggia. Inoltre, assicurati che il piatto sia posizionato correttamente per evitare collisioni con le strutture circostanti." + }, + { + "ecode": "0700600000020001", + "intro": "Lo Slot 1 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0700620000020001", + "intro": "Lo Slot 3 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0700630000020001", + "intro": "Lo Slot 4 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0701600000020001", + "intro": "Lo Slot 1 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0702610000020001", + "intro": "Lo Slot 2 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0702620000020001", + "intro": "Lo Slot 3 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0702630000020001", + "intro": "Lo Slot 4 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0703600000020001", + "intro": "Lo Slot 1 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0703610000020001", + "intro": "Lo Slot 2 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0703620000020001", + "intro": "Lo Slot 3 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0703630000020001", + "intro": "Lo Slot 4 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1806600000020001", + "intro": "Lo Slot 1 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0706620000020001", + "intro": "Lo Slot 3 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1805630000020001", + "intro": "Lo Slot 4 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1803630000020001", + "intro": "Lo Slot 4 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0705610000020001", + "intro": "Lo Slot 2 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1806610000020001", + "intro": "Lo Slot 2 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0704620000020001", + "intro": "Lo Slot 3 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1800630000020001", + "intro": "Lo Slot 4 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1802600000020001", + "intro": "Lo Slot 1 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1801630000020001", + "intro": "Lo Slot 4 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1806630000020001", + "intro": "Lo Slot 4 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0704630000020001", + "intro": "Lo Slot 4 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1805610000020001", + "intro": "Lo Slot 2 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1802630000020001", + "intro": "Lo Slot 4 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1804620000020001", + "intro": "Lo Slot 3 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1805620000020001", + "intro": "Lo Slot 3 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1800620000020001", + "intro": "Lo Slot 3 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0706610000020001", + "intro": "Lo Slot 2 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0705620000020001", + "intro": "Lo Slot 3 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1805600000020001", + "intro": "Lo Slot 1 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1803610000020001", + "intro": "Lo Slot 2 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1801600000020001", + "intro": "Lo Slot 1 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1807620000020001", + "intro": "Lo Slot 3 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1807630000020001", + "intro": "Lo Slot 4 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1804600000020001", + "intro": "Lo Slot 1 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0707610000020001", + "intro": "Lo Slot 2 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1806620000020001", + "intro": "Lo Slot 3 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1807610000020001", + "intro": "Lo Slot 2 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1803600000020001", + "intro": "Lo Slot 1 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1802610000020001", + "intro": "Lo Slot 2 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1800610000020001", + "intro": "Lo Slot 2 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "1801620000020001", + "intro": "Lo Slot 3 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0705600000020001", + "intro": "Lo Slot 1 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "0704610000020001", + "intro": "Lo Slot 2 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o il buffer del filamento bloccato." + }, + { + "ecode": "050003000002000E", + "intro": "Alcuni moduli sono incompatibili con la versione del firmware della stampante e ciò potrebbe comprometterne l'utilizzo. Per aggiornarlo assicurati di essere collegato ad internet e vai alla pagina \"Firmware\", oppure aggiornalo offline consultando la guida sul wiki." + }, + { + "ecode": "0500050000010007", + "intro": "La verifica del comando MQTT non è riuscita. Aggiorna Studio (incluso il plugin di rete) o Handy all’ultima versione, quindi riavvia il software e riprova." + }, + { + "ecode": "0300A80000010001", + "intro": "Anomalia alimentazione AMS, forse dovuta a un danno all'AMS o a un cortocircuito nell'interfaccia AMS o a un numero eccessivo di connessioni AMS. Controlla che sia collegato correttamente." + }, + { + "ecode": "030018000001000B", + "intro": "Rilevamento della presenza del Nozzle non riuscito: Nozzle non installato o installato in modo errato." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0701230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1801230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1801230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1806230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1805220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1805230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0704230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0707200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1807210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1803230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS A è slittato. Estrarre il filamento, tagliare la parte usurata e riprovare." + }, + { + "ecode": "0706230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0704230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0707210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0707230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1803220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0703210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0706220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1802200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0702210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1802200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0700210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1806230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0705230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1806210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0700220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1806200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0706220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0701200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1800220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1801220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0706230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1800220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT A è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1800230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT A è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1807210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0707230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS H è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0700230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS A è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0701210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS B è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1807200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1801230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1801220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0701220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0705220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1804210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT E è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0704220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS E è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0701200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1804220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT E è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1802220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1803200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1802200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1804200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT E è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0707210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0705200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS F è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0700220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS A è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0700210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS A è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1801200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0706210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS G è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0707220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS H è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1805230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1801210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0704200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS E è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A ha rilevato una rottura del tubo in PTFE durante il caricamento del filamento. Controlla se i tubi in PTFE all’interno e all’esterno dell’AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1807210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0707200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0702230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0703200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0702200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1800210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0706230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1801200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0704200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0705200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1802200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0700220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0702230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1802220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1801230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0707220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1806220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1802200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0700220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0700200000020012", + "intro": "Il motore dell’unità alimentatore dello slot 1 di AMS A è bloccato, non è possibile ruotare la bobina." + }, + { + "ecode": "1800230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1800230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0707200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0702230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1806220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1802200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1805220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0707230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1800210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1803220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0703230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1801230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0701200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1801220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0707230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0703210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0700200000020013", + "intro": "Il motore dell’unità alimentatore dello slot 1 di AMS A non riceve segnale, potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0704200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0707210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1806230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0704200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0704230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0703220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1807200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1802210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1803220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0704200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0703220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1803200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0706200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1806200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0703200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0704220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0703210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0701230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1805220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1806210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0704210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0705210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0700210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0702220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0705210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0707200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1800220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0702210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0701220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700200000020014", + "intro": "L’odometro del filamento dello slot 1 di AMS A non riceve segnale, potrebbe essere dovuto a un cattivo contatto nel connettore dell’odometro o a un guasto dell’odometro." + }, + { + "ecode": "0705200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0704230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0702200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1800200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0705230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1802220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0706200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1801200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1806210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1805200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0705210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1806210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0703230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1807230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1800200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1806200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS-HT G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1807220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1806220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1806230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0707200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS H è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0702210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1805220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0703220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1803220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS-HT D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0704230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS E è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0706220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1804230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT E è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0704210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS E è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0705230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1803210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0705230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0707230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0706200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0700220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1804220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1801210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1805210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0706210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1800220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1802210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0702200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0707210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0703210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1806200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0704210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0707230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0700210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0705220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0703230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0703200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1805210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0705200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1807200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0705210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0704210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1803230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0700200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1801220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0706210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0703200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1806220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1802230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1801220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1802220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0706230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1806220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1805230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1802230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1806210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT G è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0702210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0703210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0704230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS E è anomalo, potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1806200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0701220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1805210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0705220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1805200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1804200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0703220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0700230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0707220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0707220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0700230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS A è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0701230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1801200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0707220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1807220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1800210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0706230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0702210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1806200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS-HT G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0706200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1803230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1805200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1801210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1800200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1801210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0705220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0701200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1806230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0701230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1801200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1805200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0702200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0702230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0702220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1805230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT F è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1800200000020016", + "intro": "Lo stato del filamento dello slot 1 di AMS-HT A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1802230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1801220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1806220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0702230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0702220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS C è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1801230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0705230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS F è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1802210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS-HT C è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0701220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0706220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1800210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT A non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0705200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1803210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0707220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0705200000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0705210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT E è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "07FFA00000020001", + "intro": "Il processo di estrazione a freddo è scaduto. Fai clic su \"Riprova\" e poi rimuovi manualmente il filamento." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS sono scollegati o danneggiati." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D ha rilevato una rottura del tubo PTFE durante il caricamento del filamento. Verifica se i tubi PTFE all'interno e all'esterno dell'AMS si sono staccati o sono danneggiati." + }, + { + "ecode": "0701230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS B è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0703230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1803210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT D non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1807230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0702210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1806230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0707210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0701200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0702220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0706220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS G non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1803200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT D è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0707200000020016", + "intro": "Il motore di assistenza dello slot 1 di AMS H è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1805220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1800200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT A è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0707210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0705210000020014", + "intro": "L'odometro del filamento dello slot 2 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0702220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1803230000020016", + "intro": "Il motore di assistenza dello slot 4 di AMS-HT D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0705220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1801210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1804220000020014", + "intro": "L'odometro del filamento dello slot 3 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1807220000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS-HT H non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1803210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT D è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS-HT H è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1801200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS-HT B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0700230000020015", + "intro": "Lo stato del filamento dello slot 4 di AMS A è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1805230000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0705230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "1806210000020016", + "intro": "Il motore di assistenza dello slot 2 di AMS-HT G è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "1807210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT H è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1805230000020014", + "intro": "L'odometro del filamento dello slot 4 di AMS-HT F non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701210000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS B non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "1801210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT B è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0706200000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 1 di AMS G è bloccato, non può ruotare la bobina." + }, + { + "ecode": "0700200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS A è anomalo, potrebbe essere dovuto a una rottura del filamento all’interno dell’AMS." + }, + { + "ecode": "0705220000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 3 di AMS F è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1802210000020012", + "intro": "Il motore dell'unità di alimentazione dello slot 2 di AMS-HT C è bloccato, non può ruotare la bobina." + }, + { + "ecode": "1804220000020016", + "intro": "Il motore di assistenza dello slot 3 di AMS-HT E è slittato. Rimuovi il filamento, taglia la parte usurata e riprova." + }, + { + "ecode": "0702200000020014", + "intro": "L'odometro del filamento dello slot 1 di AMS C non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore dell'odometro o a un guasto dell'odometro." + }, + { + "ecode": "0701200000020015", + "intro": "Lo stato del filamento dello slot 1 di AMS B è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1804230000020013", + "intro": "Il motore dell'unità di alimentazione dello slot 4 di AMS-HT E non ha segnale, il che potrebbe essere dovuto a un cattivo contatto nel connettore del motore o a un guasto del motore." + }, + { + "ecode": "0704210000020015", + "intro": "Lo stato del filamento dello slot 2 di AMS E è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "1803220000020015", + "intro": "Lo stato del filamento dello slot 3 di AMS-HT D è anomalo, il che potrebbe essere dovuto a una rottura del filamento all'interno dell'AMS." + }, + { + "ecode": "0702230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1800210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT A è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0702220000020025", + "intro": "La resistenza di alimentazione dello slot 3 di AMS C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1802210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1805210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT F è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0703210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS D è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0706200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS G è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1803230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1802230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS-HT C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0703200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS D è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0701230000020025", + "intro": "La resistenza di alimentazione dello slot 4 di AMS B è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0700200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS A è troppo elevata. Riduci la resistenza all'ingresso, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "0702200000020025", + "intro": "La resistenza di alimentazione dello slot 1 di AMS C è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "1803210000020025", + "intro": "La resistenza di alimentazione dello slot 2 di AMS-HT D è troppo elevata. Riduci la resistenza di alimentazione, diminuisci la resistenza alla rotazione della bobina ed evita che il tubo del filamento sia troppo lungo o eccessivamente piegato." + }, + { + "ecode": "18FF700000020008", + "intro": "Tabella mappatura AMS fallita; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07FF700000020008", + "intro": "Tabella mappatura AMS fallita; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07FE700000020008", + "intro": "Tabella mappatura AMS fallita; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18FE700000020008", + "intro": "Tabella mappatura AMS fallita; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "03002C0000010001", + "intro": "Ostacolo rilevato sotto il piano. Rimuovilo per garantire una stampa corretta." + }, + { + "ecode": "0300930000010006", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera all'ingresso dell'aria potrebbe avere un circuito aperto." + }, + { + "ecode": "0300930000010005", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera potrebbe essere in cortocircuito." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "050003000001000E", + "intro": "Alcuni moduli esterni sono incompatibili con la versione del firmware della stampante, ciò può influire sul normale funzionamento. Per effettuare l'aggiornamento, accedi alla pagina \"Firmware\" mentre sei connesso a Internet." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Segnale di posizione del buffer del filamento perso: il cavo o il sensore di posizione potrebbero non funzionare correttamente." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D resistenza bobina valvola di scarico 1 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A resistenza bobina valvola di scarico 2 è anomala e può essere dovuta a cablaggi o danni anomali." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G slot 4, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A slot 1, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A slot 2 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C slot 3, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D slot 4 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C slot 3 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D slot 2, tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G slot 1 tubo interno dell'AMS rotto o il sensore uscita d'alimentazione è difettoso e non è in grado di rilevare il filamento." + }, + { + "ecode": "0C00040000020026", + "intro": "L'inizializzazione telecamera Liveview fallita e alcune funzioni IA come Spaghetti Detection saranno disabilitate. Riavvia la stampante. Se il problema persiste, contatta l'assistenza clienti." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "La fotocamera BirdsEye non è in posizione; Si prega di controllare la connessione hardware" + }, + { + "ecode": "0C0003000002001C", + "intro": "Il nozzle sembra ricoperto da materiale cloggato o intasato." + }, + { + "ecode": "030001000003000F", + "intro": "La temperatura della camera è attualmente elevata e il piano si sta raffreddando lentamente. Si consiglia di aprire il coperchio superiore o lo sportello anteriore per accelerare il processo di raffreddamento." + }, + { + "ecode": "0300930000010004", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera all'uscita dell'aria potrebbe avere un circuito aperto." + }, + { + "ecode": "0500030000010004", + "intro": "Il modulo Filament buffer non funziona correttamente. Si prega di riavviare il dispositivo." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0583040000010045", + "intro": "Firmware AMS-HT D non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0582040000010045", + "intro": "Firmware AMS-HT C non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0586040000010045", + "intro": "Firmware AMS-HT G non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0502050000010014", + "intro": "Certificazione AMS C fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0502040000010044", + "intro": "Firmware AMS C non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "Firmware AMS-HT F non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0501050000010014", + "intro": "Certificazione AMS B non riuscita. Ricollegare il cavo o riavviare la stampante." + }, + { + "ecode": "0585050000010017", + "intro": "Certificazione AMS-HT F fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0587040000010045", + "intro": "Firmware AMS-HT H non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0586050000010017", + "intro": "Certificazione AMS-HT G fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0503050000010014", + "intro": "Certificazione AMS D fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0503040000010044", + "intro": "Firmware AMS D non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0500050000010014", + "intro": "La certificazione AMS A non è riuscita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0581040000010045", + "intro": "Firmware AMS-HT B non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0501040000010044", + "intro": "Il firmware di AMS B non corrisponde alla stampante. Aggiornalo nella pagina \"Firmware\"." + }, + { + "ecode": "0580040000010045", + "intro": "Firmware AMS-HT A non compatibile con la stampante. Aggiornalo dalla pagina \"Firmware\"." + }, + { + "ecode": "0584040000010045", + "intro": "Certificazione AMS-HT E fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0584050000010017", + "intro": "Certificazione AMS-HT E fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0587050000010017", + "intro": "Certificazione AMS-HT H fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0500040000010044", + "intro": "Il firmware AMS A non è compatibile con la stampante. Si prega di aggiornarlo nella pagina \"Firmware\"." + }, + { + "ecode": "0581050000010017", + "intro": "Certificazione AMS-HT B fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0582050000010017", + "intro": "Certificazione AMS-HT C fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0580050000010017", + "intro": "Certificazione AMS-HT A fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0583050000010017", + "intro": "Certificazione AMS-HT D fallita. Ricollega il cavo o riavvia la stampante." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G Tensione adattatore alimentazione troppo bassa, ciò può comportare una temperatura d'asciugatura insufficiente. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G Tensione adattatore alimentazione troppo elevata può danneggiare il circuito del termistore. Sostituisci l'adattatore d'alimentazione." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Il dispositivo non funziona correttamente; Si prega di riavviare." + }, + { + "ecode": "0C00040000030018", + "intro": "La calibrazione dell'offset della lama di taglio non è riuscita. Questo potrebbe influire sulla precisione del taglio. Ti preghiamo di consultare la Wiki per verificare se la punta della lama è usurata." + }, + { + "ecode": "0C00040000020023", + "intro": "Misurazione dello spessore non riuscita, la fotocamera della testa non è riuscita a rilevare la superficie del materiale." + }, + { + "ecode": "0500040000020043", + "intro": "La fotocamera della testa è sporca o ostruita; ti preghiamo di pulirla e continuare." + }, + { + "ecode": "03000F0000010001", + "intro": "Rilevati dati anomali dell'accelerometro. Provare a riavviare la stampante." + }, + { + "ecode": "0500020000020008", + "intro": "Sincronizzazione dell’orario non riuscita" + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0707920000020003", + "intro": "AMS H riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0705920000020003", + "intro": "AMS F riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0701930000020003", + "intro": "AMS B riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0704930000020003", + "intro": "AMS E riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0505050000010010", + "intro": "Il firmware AMS F non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0501050000010010", + "intro": "Il firmware AMS B non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0507050000010010", + "intro": "Il firmware AMS H non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0582050000010010", + "intro": "Il firmware dell’AMS-HT C non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0584050000010010", + "intro": "Il firmware dell’AMS-HT E non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0587050000010010", + "intro": "Il firmware AMS-HT H non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0586050000010010", + "intro": "Il firmware AMS-HT G non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0585050000010010", + "intro": "Il firmware dell’AMS-HT F non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0580050000010010", + "intro": "Il firmware AMS-HT A non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "050005000001000F", + "intro": "Il firmware dell’accessorio non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0502050000010010", + "intro": "Il firmware AMS C non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0506050000010010", + "intro": "Il firmware AMS G non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0504050000010010", + "intro": "Il firmware AMS E non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0503050000010010", + "intro": "Il firmware AMS D non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0706930000020003", + "intro": "AMS G riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0706920000020003", + "intro": "AMS G riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0702920000020003", + "intro": "AMS C riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0704920000020003", + "intro": "AMS E riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0703930000020003", + "intro": "AMS D riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0707930000020003", + "intro": "AMS H riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0703920000020003", + "intro": "AMS D riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0700930000020003", + "intro": "AMS A riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0702930000020003", + "intro": "AMS C riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0705930000020003", + "intro": "AMS F riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0701920000020003", + "intro": "AMS B riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0700920000020003", + "intro": "AMS A riscaldatore 1: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B riscaldatore 2: La ventola di raffreddamento non può avviarsi perché l'alimentatore non è collegato." + }, + { + "ecode": "0500050000010010", + "intro": "Il firmware AMS A non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0583050000010010", + "intro": "Il firmware dell’AMS-HT D non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0581050000010010", + "intro": "Il firmware dell’AMS-HT B non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "0500040000020034", + "intro": "Modulo laser rilevato per la prima volta. Completa la configurazione (~4 minuti) prima dell'uso per tagli e incisioni precisi. Inoltre, assicurati che la vite H2.0 sul retro che fissa la pompa d'aria sia rimossa." + }, + { + "ecode": "1804200000010084", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1802210000010081", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1803230000010081", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1804200000010081", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0700230000010084", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1804200000010083", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706220000010086", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0701230000010086", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803230000010083", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0701210000010086", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0702220000010085", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0705220000010086", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1807200000010084", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0705230000010086", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806200000010085", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0704210000010084", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0706220000010083", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0701220000010082", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806200000010086", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1807220000010081", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0703230000010081", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1806200000010081", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1801210000010081", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0703210000010082", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703200000010081", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1804210000010084", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1807200000010081", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1804220000010086", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0703230000010083", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0701220000010085", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0701210000010083", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0703200000010085", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0702210000010085", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800220000010083", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1806230000010085", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1805230000010083", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800200000010082", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1804210000010082", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703220000010084", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0701220000010084", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1803200000010081", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1801230000010086", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0706210000010082", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0705230000010082", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0705200000010084", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1801220000010086", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1804230000010084", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0705220000010084", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0701220000010086", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1802200000010084", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1801220000010083", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0704230000010086", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1805210000010084", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0700210000010082", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800230000010086", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0704220000010085", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0703210000010084", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1807230000010082", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800220000010081", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0705210000010085", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1803210000010082", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1802210000010084", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805220000010083", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807200000010086", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0704200000010082", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0703230000010084", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0702200000010083", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706210000010086", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0701210000010081", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0700200000010086", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806220000010082", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0707220000010084", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1801230000010081", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1800200000010084", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0704230000010085", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0705230000010083", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706220000010085", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0706210000010081", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0706230000010083", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807210000010082", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0707230000010084", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0704210000010082", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1806210000010083", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0704220000010086", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0707210000010081", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0703220000010083", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1802230000010084", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0702200000010086", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806210000010086", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803210000010086", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0703230000010085", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0706200000010081", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0704200000010086", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1802210000010086", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803230000010085", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805210000010085", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0700230000010085", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1803220000010085", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1805210000010086", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1807210000010085", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1806230000010083", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1805210000010083", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0707210000010085", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1805210000010081", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702230000010086", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0702220000010081", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1806210000010082", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0705230000010085", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807220000010084", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0701200000010081", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0704220000010081", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0704200000010081", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0701200000010085", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1804220000010084", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1801200000010083", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1806230000010084", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0706230000010086", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803210000010085", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706200000010083", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1801220000010081", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0704200000010084", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0705200000010085", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1802220000010081", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1802230000010082", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1801200000010086", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1801230000010085", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0701210000010085", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1800230000010082", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1801200000010085", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1805200000010084", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1804210000010085", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1804230000010082", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1804220000010082", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0701210000010082", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "AMS B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1804230000010083", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0702200000010084", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805200000010081", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0703220000010081", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1802220000010085", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1802210000010085", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0702200000010082", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0706200000010084", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805220000010081", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0707220000010085", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1804220000010083", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706220000010084", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1800210000010086", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1802230000010085", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0700220000010086", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806220000010081", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0705220000010082", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1800200000010086", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1805200000010083", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1802210000010082", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803210000010083", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0704210000010085", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0700230000010082", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1807230000010084", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0707230000010083", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0705220000010085", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0707210000010086", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0706210000010083", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1803200000010084", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0700230000010081", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702210000010084", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1804210000010083", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0700220000010081", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0703220000010082", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0702230000010084", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0705220000010081", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1805210000010082", + "intro": "AMS-HT F slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0706210000010084", + "intro": "AMS G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805220000010085", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1806200000010083", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0700210000010086", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806220000010084", + "intro": "AMS-HT G slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0706200000010082", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1802230000010081", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0705210000010083", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0703220000010085", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0704210000010086", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1801220000010085", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "AMS A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0702200000010085", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "AMS D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0706200000010085", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "AMS-HT F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1800200000010081", + "intro": "AMS-HT A slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1801230000010082", + "intro": "AMS-HT B slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0702220000010084", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1802220000010082", + "intro": "AMS-HT C slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "AMS A slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1807220000010082", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702220000010083", + "intro": "AMS C slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0705210000010081", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1806230000010082", + "intro": "AMS-HT G slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "AMS B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1801220000010082", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0704200000010083", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1804210000010081", + "intro": "AMS-HT E slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0704230000010081", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0707200000010086", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803200000010082", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "AMS H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1801210000010083", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800210000010081", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0707210000010082", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1801200000010081", + "intro": "AMS-HT B slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702200000010081", + "intro": "AMS C slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1805230000010084", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1800210000010083", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0707230000010086", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0704220000010082", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "AMS F slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0707210000010084", + "intro": "AMS H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0702210000010081", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1800220000010085", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "AMS H slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0706230000010081", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0705200000010083", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1800230000010081", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1803230000010082", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1804200000010085", + "intro": "AMS-HT E slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "AMS-HT E slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "AMS F slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1803210000010084", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703210000010086", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1805230000010082", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "AMS-HT A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0707230000010082", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "AMS-HT A slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1807210000010081", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0706220000010081", + "intro": "AMS G slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1805230000010081", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702230000010083", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807200000010085", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "0705220000010083", + "intro": "AMS F slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807230000010085", + "intro": "AMS-HT H slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "AMS E slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0704210000010081", + "intro": "AMS E slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1801220000010084", + "intro": "AMS-HT B slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703210000010081", + "intro": "AMS D slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1803210000010081", + "intro": "AMS-HT D slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1802200000010081", + "intro": "AMS-HT C slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0701200000010082", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "AMS F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1801210000010086", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1807210000010084", + "intro": "AMS-HT H slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0701230000010082", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "AMS A slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703220000010086", + "intro": "AMS D slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806210000010081", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0701200000010086", + "intro": "AMS B slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1804220000010085", + "intro": "AMS-HT E slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803200000010083", + "intro": "AMS-HT D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1807220000010085", + "intro": "AMS-HT H slot 3: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "AMS-HT C slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0700200000010085", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "AMS E slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "1805200000010086", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1806200000010084", + "intro": "AMS-HT G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0701230000010083", + "intro": "AMS B slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1805200000010085", + "intro": "AMS-HT F slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "AMS-HT H slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "AMS G slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1805230000010086", + "intro": "AMS-HT F slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0706230000010082", + "intro": "AMS G slot 4: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "AMS-HT A slot 3: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0703200000010086", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "1803230000010086", + "intro": "AMS-HT D slot 4: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0700200000010082", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "AMS C slot 4: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1803220000010081", + "intro": "AMS-HT D slot 3: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "1802210000010083", + "intro": "AMS-HT C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato." + }, + { + "ecode": "1801210000010085", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "AMS-HT B slot 2: Impossibile leggere le informazioni sul filamento. È stato rilevato un tag RFID non ufficiale. Provare a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "AMS H slot 4: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "AMS D slot 1: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0700200000010081", + "intro": "AMS A slot 1: Impossibile leggere le informazioni sul filamento. La scheda principale dell'AMS potrebbe essere malfunzionante." + }, + { + "ecode": "0702210000010086", + "intro": "AMS C slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID non può ruotare a causa di un inceppamento durante il caricamento o lo scaricamento del filamento. Estrarre il filamento e riprovare." + }, + { + "ecode": "0704200000010085", + "intro": "AMS E slot 1: Impossibile leggere le informazioni sul filamento. La verifica del tag RFID non è riuscita. Prova a utilizzare un filamento Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "AMS-HT G slot 2: Impossibile leggere le informazioni sul filamento. Il tag RFID potrebbe essere danneggiato o posizionato ai margini del dispositivo di rilevamento RFID. Rimuovere 5 cm di filamento e riprovare." + }, + { + "ecode": "0C0003000003000D", + "intro": "Rilevato un possibile problema di estrusione anomala. Verifica e decidi se interrompere la stampa." + }, + { + "ecode": "0C00030000020018", + "intro": "Rilevata memoria di sistema insufficiente, la funzione di rilevamento oggetti estranei non è operativa. Riavvia i dispositivi o aggiorna il firmware dopo il completamento dell'attività" + }, + { + "ecode": "1807230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1801220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703200000020019", + "intro": "Motore assistenza slot 1 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1801210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0705220000020020", + "intro": "Motore assistenza slot 3 dell'AMS F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700200000020021", + "intro": "Motore assistenza slot 1 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1805230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1806220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700200000020019", + "intro": "Motore assistenza slot 1 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1805200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700220000020020", + "intro": "Motore assistenza slot 3 dell'AMS A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0707230000020021", + "intro": "Motore assistenza slot 4 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1803200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0700230000020019", + "intro": "Motore assistenza slot 4 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1800210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1807230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1802230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0705230000020017", + "intro": "Motore assistenza slot 4 dell'AMS F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705200000020017", + "intro": "Motore assistenza slot 1 dell'AMS F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0703230000020021", + "intro": "Motore assistenza slot 4 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0700220000020019", + "intro": "Motore assistenza slot 3 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0707220000020019", + "intro": "Motore assistenza slot 3 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701220000020020", + "intro": "Motore assistenza slot 3 dell'AMS B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700210000020021", + "intro": "Motore assistenza slot 2 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1803220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0704220000020019", + "intro": "Motore assistenza slot 3 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0702200000020019", + "intro": "Motore assistenza slot 1 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1806220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0703220000020022", + "intro": "AMS D slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1803210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0703200000020021", + "intro": "Motore assistenza slot 1 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0700220000020021", + "intro": "Motore assistenza slot 3 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1801210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1805210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1804200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705210000020017", + "intro": "Motore assistenza slot 2 dell'AMS F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0702210000020021", + "intro": "Motore assistenza slot 2 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702230000020021", + "intro": "Motore assistenza slot 4 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1807210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706200000020020", + "intro": "Motore assistenza slot 1 dell'AMS G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700230000020021", + "intro": "Motore assistenza slot 4 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0701210000020021", + "intro": "Motore assistenza slot 2 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0702220000020022", + "intro": "AMS C slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0702210000020020", + "intro": "Motore assistenza slot 2 dell'AMS C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0703220000020017", + "intro": "Motore assistenza slot 3 dell'AMS D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1802210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1802200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707230000020019", + "intro": "Motore assistenza slot 4 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704230000020017", + "intro": "Motore assistenza slot 4 dell'AMS E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1801210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1802200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0706200000020019", + "intro": "Motore assistenza slot 1 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1807220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1802220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1803230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707200000020019", + "intro": "Motore assistenza slot 1 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1801210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0700210000020017", + "intro": "Motore assistenza slot 2 dell'AMS A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1806220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1803200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0705210000020021", + "intro": "Motore assistenza slot 2 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1801200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0707210000020019", + "intro": "Motore assistenza slot 2 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0704220000020024", + "intro": "AMS E slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0707230000020020", + "intro": "Motore assistenza slot 4 dell'AMS H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0702220000020017", + "intro": "Motore assistenza slot 3 dell'AMS C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1800210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1801220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0707210000020022", + "intro": "AMS H slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0703230000020011", + "intro": "AMS D slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1800210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1807230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707220000020020", + "intro": "Motore assistenza slot 3 dell'AMS H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700220000020022", + "intro": "AMS A slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1803230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1803220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1804210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0705220000020017", + "intro": "Motore assistenza slot 3 dell'AMS F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0704200000020020", + "intro": "Motore assistenza slot 1 dell'AMS E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0704220000020021", + "intro": "Motore assistenza slot 3 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1805220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0701230000020017", + "intro": "Motore assistenza slot 4 dell'AMS B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0702200000020021", + "intro": "Motore assistenza slot 1 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1806230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700210000020022", + "intro": "AMS A slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0704220000020020", + "intro": "Motore assistenza slot 3 dell'AMS E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0705200000020011", + "intro": "AMS F slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0706210000020017", + "intro": "Motore assistenza slot 2 dell'AMS G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1806210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0705230000020019", + "intro": "Motore assistenza slot 4 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0300020000010009", + "intro": "Il controllo della temperatura del nozzle è anomalo. L'hotend potrebbe non essere installato. Per riscaldare il gruppo riscaldante senza hotend, attivare la Modalità Manutenzione nelle impostazioni." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1807200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700200000020020", + "intro": "Motore assistenza slot 1 dell'AMS A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0701220000020017", + "intro": "Motore assistenza slot 3 dell'AMS B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0706220000020017", + "intro": "Motore assistenza slot 3 dell'AMS G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1801200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702210000020019", + "intro": "Motore assistenza slot 2 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703220000020021", + "intro": "Motore assistenza slot 3 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1804200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1806210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705220000020019", + "intro": "Motore assistenza slot 3 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0706200000020021", + "intro": "Motore assistenza slot 1 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0705210000020020", + "intro": "Motore assistenza slot 2 dell'AMS F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0707230000020018", + "intro": "AMS H slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0703220000020020", + "intro": "Motore assistenza slot 3 dell'AMS D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1801230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701230000020021", + "intro": "Motore assistenza slot 4 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0701220000020021", + "intro": "Motore assistenza slot 3 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1805220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1803220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1804210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0700210000020020", + "intro": "Motore assistenza slot 2 dell'AMS A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707210000020021", + "intro": "Motore assistenza slot 2 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1807220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0702230000020019", + "intro": "Motore assistenza slot 4 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0703210000020019", + "intro": "Motore assistenza slot 2 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1801220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1800230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1803200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1806220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1807210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0707200000020017", + "intro": "Motore assistenza slot 1 dell'AMS H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1802230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0703200000020017", + "intro": "Motore assistenza slot 1 dell'AMS D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1803230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702200000020020", + "intro": "Motore assistenza slot 1 dell'AMS C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0700200000020017", + "intro": "Motore assistenza slot 1 dell'AMS A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0705230000020020", + "intro": "Motore assistenza slot 4 dell'AMS F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702230000020017", + "intro": "Motore assistenza slot 4 dell'AMS C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0703230000020020", + "intro": "Motore assistenza slot 4 dell'AMS D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1800220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0701210000020017", + "intro": "Motore assistenza slot 2 dell'AMS B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1802210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1800220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1803200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0702200000020022", + "intro": "AMS C slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1802200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1806230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1800200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703200000020020", + "intro": "Motore assistenza slot 1 dell'AMS D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707200000020020", + "intro": "Motore assistenza slot 1 dell'AMS H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0706220000020021", + "intro": "Motore assistenza slot 3 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1805200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700230000020017", + "intro": "Motore assistenza slot 4 dell'AMS A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0706230000020021", + "intro": "Motore assistenza slot 4 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0704210000020017", + "intro": "Motore assistenza slot 2 dell'AMS E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0701200000020021", + "intro": "Motore assistenza slot 1 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0705200000020020", + "intro": "Motore assistenza slot 1 dell'AMS F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0703210000020011", + "intro": "AMS D slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1805200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1801230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0300030000020002", + "intro": "La velocità della ventola di raffreddamento dell'hotend è lenta. Potrebbe essere ostruita. Controllare la presenza di detriti e pulire se necessario." + }, + { + "ecode": "1800200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1801230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0703210000020020", + "intro": "Motore assistenza slot 2 dell'AMS D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0706200000020017", + "intro": "Motore assistenza slot 1 dell'AMS G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1800220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0707230000020017", + "intro": "Motore assistenza slot 4 dell'AMS H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0705230000020021", + "intro": "Motore assistenza slot 4 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1807200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0703230000020017", + "intro": "Motore assistenza slot 4 dell'AMS D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1800200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1805210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1804220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807210000020021", + "intro": "Motore assistenza slot 2 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0706210000020021", + "intro": "Motore assistenza slot 2 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1801230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0705200000020019", + "intro": "Motore assistenza slot 1 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704200000020019", + "intro": "Motore assistenza slot 1 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0704220000020017", + "intro": "Motore assistenza slot 3 dell'AMS E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0700220000020017", + "intro": "Motore assistenza slot 3 dell'AMS A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0704200000020021", + "intro": "Motore assistenza slot 1 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0706210000020020", + "intro": "Motore assistenza slot 2 dell'AMS G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0702210000020017", + "intro": "Motore assistenza slot 2 dell'AMS C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1803220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0702220000020021", + "intro": "Motore assistenza slot 3 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701200000020017", + "intro": "Motore assistenza slot 1 dell'AMS B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1803230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1804230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0703220000020019", + "intro": "Motore assistenza slot 3 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0701200000020019", + "intro": "Motore assistenza slot 1 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0700200000020010", + "intro": "AMS A slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1800230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706220000020019", + "intro": "Motore assistenza slot 3 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1807220000020021", + "intro": "Motore assistenza slot 3 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0704210000020021", + "intro": "Motore assistenza slot 2 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1802200000020021", + "intro": "Motore assistenza slot 1 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1805210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1807210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1807200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707200000020021", + "intro": "Motore assistenza slot 1 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1800230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1804200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0705210000020019", + "intro": "Motore assistenza slot 2 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0705200000020021", + "intro": "Motore assistenza slot 1 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704210000020020", + "intro": "Motore assistenza slot 2 dell'AMS E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0707210000020020", + "intro": "Motore assistenza slot 2 dell'AMS H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0701230000020020", + "intro": "Motore assistenza slot 4 dell'AMS B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1807220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700220000020018", + "intro": "AMS A slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0706220000020020", + "intro": "Motore assistenza slot 3 dell'AMS G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1803210000020019", + "intro": "Motore assistenza slot 2 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0700220000020024", + "intro": "AMS A slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0701210000020019", + "intro": "Motore assistenza slot 2 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0707210000020018", + "intro": "AMS H slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1801200000020019", + "intro": "Motore assistenza slot 1 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0706230000020011", + "intro": "AMS G slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0704200000020017", + "intro": "Motore assistenza slot 1 dell'AMS E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0702230000020020", + "intro": "Motore assistenza slot 4 dell'AMS C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1801200000020017", + "intro": "Motore assistenza slot 1 dell'AMS-HT B è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1806200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0707220000020017", + "intro": "Motore assistenza slot 3 dell'AMS H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0703210000020021", + "intro": "Motore assistenza slot 2 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1802210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0706230000020020", + "intro": "Motore assistenza slot 4 dell'AMS G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0700230000020010", + "intro": "AMS A slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0701230000020019", + "intro": "Motore assistenza slot 4 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0704230000020021", + "intro": "Motore assistenza slot 4 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C slot 2: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0707210000020017", + "intro": "Motore assistenza slot 2 dell'AMS H è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0701220000020019", + "intro": "Motore assistenza slot 3 dell'AMS B bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G slot 3: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H slot 1: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0700210000020019", + "intro": "Motore assistenza slot 2 dell'AMS A bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A slot 1: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0706230000020017", + "intro": "Motore assistenza slot 4 dell'AMS G è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0706230000020019", + "intro": "Motore assistenza slot 4 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0704230000020019", + "intro": "Motore assistenza slot 4 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0705220000020021", + "intro": "Motore assistenza slot 3 dell'AMS F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1805230000020021", + "intro": "Motore assistenza slot 4 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "0300900000010003", + "intro": "Riscaldamento della camera fallito. La temperatura dell'alimentatore potrebbe essere troppo alta." + }, + { + "ecode": "0300900000010001", + "intro": "Riscaldamento della camera fallito. Il riscaldatore potrebbe non soffiare aria calda." + }, + { + "ecode": "0300900000010002", + "intro": "Riscaldamento della camera fallito. Possibili cause: la camera non è completamente chiusa, la temperatura ambiente è troppo bassa o la ventola di dissipazione dell'alimentatore è bloccata." + }, + { + "ecode": "0700230000020020", + "intro": "Motore assistenza slot 4 dell'AMS A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H slot 2: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1807230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT H bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0703210000020017", + "intro": "Motore assistenza slot 2 dell'AMS D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1805210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0704230000020020", + "intro": "Motore assistenza slot 4 dell'AMS E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0702220000020020", + "intro": "Motore assistenza slot 3 dell'AMS C bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0702200000020017", + "intro": "Motore assistenza slot 1 dell'AMS C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0702220000020019", + "intro": "Motore assistenza slot 3 dell'AMS C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0701210000020020", + "intro": "Motore assistenza slot 2 dell'AMS B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802230000020019", + "intro": "Motore assistenza slot 4 dell'AMS-HT C bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0707220000020021", + "intro": "Motore assistenza slot 3 dell'AMS H bloccato causa eccessiva resistenza nel tubo tra buffer filamento e testa di stampa." + }, + { + "ecode": "1804230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT E è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B slot 3: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H slot 1: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0703230000020019", + "intro": "Motore assistenza slot 4 dell'AMS D bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0703220000020018", + "intro": "AMS D slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803210000020020", + "intro": "Motore assistenza slot 2 dell'AMS-HT D bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "1805220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT F bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D slot 1: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1804220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1806230000020020", + "intro": "Motore assistenza slot 4 dell'AMS-HT G bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D slot 2: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A slot 3: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0706210000020019", + "intro": "Motore assistenza slot 2 dell'AMS G bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1800210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT A è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1804220000020019", + "intro": "Motore assistenza slot 3 dell'AMS-HT E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C slot 4: Timeout alimentazione del filamento dall'AMS." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G slot 4: Impossibile ruotare la bobina del filamento durante il ritiro del filamento nell'AMS." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0705220000020011", + "intro": "AMS F slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1800200000020020", + "intro": "Motore assistenza slot 1 dell'AMS-HT A bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "1802220000020017", + "intro": "Motore assistenza slot 3 dell'AMS-HT C è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1801220000020020", + "intro": "Motore assistenza slot 3 dell'AMS-HT B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E slot 3: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "1805230000020017", + "intro": "Motore assistenza slot 4 dell'AMS-HT F è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D slot 2: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino all'AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E slot 4: Timeout nel ritiro del filamento nell'AMS." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0701200000020020", + "intro": "Motore assistenza slot 1 dell'AMS B bloccato causa eccessiva resistenza nel tubo vicino al buffer filamento." + }, + { + "ecode": "0704210000020019", + "intro": "Motore assistenza slot 2 dell'AMS E bloccato causa eccessiva resistenza nel tubo tra buffer filamento e AMS." + }, + { + "ecode": "1803210000020017", + "intro": "Motore assistenza slot 2 dell'AMS-HT D è bloccato causa eccessiva resistenza nel tubo tra AMS e stampante." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E slot 4: Il motore di assistenza è bloccato a causa di un'eccessiva resistenza nel tubo vicino alla testa di stampa" + }, + { + "ecode": "0500040000020041", + "intro": "Il modulo laser è stato utilizzato per molto tempo. Puliscilo tempestivamente per evitare che influisca sulla lavorazione laser." + }, + { + "ecode": "0500040000020042", + "intro": "Telecamera Live View sporca o ostruita; puliscila e continua." + }, + { + "ecode": "1807700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1803700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1800700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1804700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1805700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0706700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1803700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1804700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1801700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1806700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0700700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0701700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0701700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0702700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0703700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0500060000020031", + "intro": "Telecamera ToolHead non connessa. Controlla l'hardware e i collegamenti via cavo." + }, + { + "ecode": "0700700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0702700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0703700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0500060000020032", + "intro": "Telecamera nozzle non connessa. Controlla l'hardware e i collegamenti via cavo." + }, + { + "ecode": "0300C10000010003", + "intro": "Il sistema Airflow non è riuscito ad attivare la modalità laser; controlla lo stato della porta d'aria." + }, + { + "ecode": "0500010000030006", + "intro": "Unità USB non formattata o non può essere scritta; formatta l'unità USB." + }, + { + "ecode": "1807700000020006", + "intro": "Timeout eliminazione vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0707700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1802700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0705700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0707700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1801700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1800700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1806700000020006", + "intro": "Timeout eliminazione vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0704700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "1802700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0704700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "0705700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0706700000020006", + "intro": "Timeout spurgo vecchio filamento. Possibile causa: filamento bloccato o estrusore/nozzle ostruiti." + }, + { + "ecode": "1805700000020003", + "intro": "Impossibile estrudere il filamento. Possibile causa: intasamento dell'estrusore o del nozzle." + }, + { + "ecode": "0C00040000020007", + "intro": "Telecamera BirdsEye in configurazione. Rimuovi tutti gli oggetti e rimuovi il tappetino. Assicurati che il pennarello non sia ostruito. Nel frattempo, pulisci sia la telecamera BirdsEye che la telecamera Toolhead e rimuovi eventuali oggetti estranei che ne bloccano la visuale." + }, + { + "ecode": "0300C00000010002", + "intro": "Malfunzionamento della porta d'aria Filter Switch Flap: potrebbe essere bloccata." + }, + { + "ecode": "0300C10000010001", + "intro": "Il Sistema Flusso Aria non ha attivato la modalità di raffreddamento; controllare lo stato della porta." + }, + { + "ecode": "0300C10000010002", + "intro": "Il Sistema Flusso Aria non ha attivato la modalità di riscaldamento; controllare lo stato della porta." + }, + { + "ecode": "0500040000020037", + "intro": "Il modulo di taglio deve essere calibrato per ottenere la posizione dell'utensile. Esegui la calibrazione del montaggio prima dell'uso. (circa 2-4 minuti)" + }, + { + "ecode": "1806700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0705700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1800700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1803700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1805700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1802700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1807700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0300280000010003", + "intro": "Errore di comunicazione tra il modulo di taglio e la testa di stampa durante l'homing dell'asse Z. Si prega di verificare se il cavo di segnale del modulo di taglio è allentato o danneggiato oppure se la bobina del sensore di forza è integra." + }, + { + "ecode": "0500010000020001", + "intro": "La pipeline multimediale presenta un malfunzionamento. Si prega di riavviare la stampante. Se diversi tentativi dovessero fallire, contattare l'assistenza clienti." + }, + { + "ecode": "0700700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0701700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0702700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0703700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0300180000010007", + "intro": "La frequenza del sensore di forza di estrusione è troppo alta. Il sensore potrebbe essere danneggiato, oppure il dissipatore di calore del Nozzle potrebbe essere troppo vicino al sensore." + }, + { + "ecode": "0300180000010004", + "intro": "Il segnale del sensore di forza di estrusione è anormale. Il sensore potrebbe essere danneggiato, oppure la comunicazione MC-TH potrebbe essere anomala." + }, + { + "ecode": "03009D0000020003", + "intro": "Calibrazione XY del punto focale laser d'incisione differisce notevolmente dai valori di progettazione. Reinstallare il modulo laser ed esegu nuovamente la configurazione del modulo laser. Se fallisce ripetutamente, contatta l'assistenza clienti." + }, + { + "ecode": "0C00040000010005", + "intro": "Malfunzionamento della telecamera BirdsEye: contattare l'assistenza clienti." + }, + { + "ecode": "0300180000010008", + "intro": "Il Nozzle tocca il piano in modo anomalo. Si prega di verificare se vi sono residui di filamento sul Nozzle o corpi estranei dove il Nozzle tocca il piano." + }, + { + "ecode": "0300180000010001", + "intro": "La frequenza del sensore di forza di estrusione è troppo bassa. Il Nozzle potrebbe non essere installato, oppure il dissipatore di calore del Nozzle potrebbe essere troppo distante dal sensore." + }, + { + "ecode": "0C00010000010012", + "intro": "La calibrazione della LiveView Camera non è riuscita e il risultato della calibrazione non è stato salvato. Si prega di riprovare a calibrare. Se la calibrazione fallisce ripetutamente, contatta l'assistenza clienti." + }, + { + "ecode": "1804700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0707700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0706700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "0704700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1801700000020008", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "1800510000030001", + "intro": "L'AMS è disattivato; carica il filamento dal supporto bobina." + }, + { + "ecode": "0705700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1803700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0C00020000020006", + "intro": "L'altezza del Nozzle sembra essere troppo alta. Si prega di verificare se vi sono residui di filamento attaccati al Nozzle." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0300910000010002", + "intro": "La temperatura del termistore della camera 1 è anomala. Il termistore potrebbe avere un circuito aperto oppure il fusibile termico potrebbe essersi bruciato." + }, + { + "ecode": "0700400000020002", + "intro": "Errore segnale posizione del buffer del filamento: il sensore di posizione potrebbe essere guasto." + }, + { + "ecode": "0700510000030001", + "intro": "L'AMS è disattivato; carica il filamento dal supporto bobina." + }, + { + "ecode": "0700700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0701700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0702700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0703700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1800700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1800400000020002", + "intro": "Errore del segnale di posizione del buffer del filamento: il sensore di posizione potrebbe essere guasto." + }, + { + "ecode": "1802700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0707700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1805700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1806700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1807700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0704700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1801700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0500040000020050", + "intro": "Copertura Sicurezza Laser non installato." + }, + { + "ecode": "0706700000020007", + "intro": "Filamento AMS esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "1804700000020007", + "intro": "Filamento AMS-HT esaurito. Inserisci un nuovo filamento nello stesso slot AMS e riprendi." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B Il riscaldamento del termistore 2 è anomalo." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D Il riscaldamento del termistore 1 è anomalo." + }, + { + "ecode": "0C00030000020017", + "intro": "La calibrazione a fuoco dell'asse Z per l'incisione laser è fallita. Si prega di verificare se il materiale di prova laser (cartone da 350g) è posizionato correttamente e se la sua superficie è pulita e integra." + }, + { + "ecode": "1800240000020009", + "intro": "Sportello frontale AMS-HT A aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1807240000020009", + "intro": "Sportello frontale AMS-HT H aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1801240000020009", + "intro": "Sportello frontale AMS-HT B aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1806240000020009", + "intro": "Sportello frontale AMS-HT G aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1802240000020009", + "intro": "Sportello frontale AMS-HT C aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1805240000020009", + "intro": "Sportello frontale AMS-HT F aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1804240000020009", + "intro": "Sportello frontale AMS-HT E aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "1803240000020009", + "intro": "Sportello frontale AMS-HT D aperto. Questo può influire sulle prestazioni di asciugatura o assorbire umidità." + }, + { + "ecode": "0707730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS H Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703710000020005", + "intro": "L'alimentazione filamento AMS D Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0706700000020005", + "intro": "L'alimentazione filamento AMS G Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0701710000020002", + "intro": "Impossibile inserire il filamento dell'AMS B Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS E Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT E Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704720000020005", + "intro": "L'alimentazione filamento AMS E Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0702710000020002", + "intro": "Impossibile inserire il filamento dell'AMS C Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703710000020001", + "intro": "Impossibile estrarre il filamento AMS D Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1805710000020005", + "intro": "L'alimentazione filamento AMS-HT F Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1803720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT D Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704710000020001", + "intro": "Impossibile estrarre il filamento AMS E Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1805730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT F Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1806710000020005", + "intro": "L'alimentazione filamento AMS-HT G Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0704730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS E Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT F Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702720000020005", + "intro": "L'alimentazione filamento AMS C Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1800720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT A Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0702720000020001", + "intro": "Impossibile estrarre il filamento AMS C Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1805710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT F Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT E Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT D Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1804720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT E Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT C Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT B Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS D Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT A Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1800720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT A Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT A Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT E Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705730000020005", + "intro": "L'alimentazione filamento AMS F Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807720000020005", + "intro": "L'alimentazione filamento AMS-HT H Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0701700000020001", + "intro": "Impossibile estrarre il filamento AMS B Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1807700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT H Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS C Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705730000020002", + "intro": "Impossibile inserire il filamento dell'AMS F Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT G Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT G Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT D Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704720000020001", + "intro": "Impossibile estrarre il filamento AMS E Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT C Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707700000020002", + "intro": "Impossibile inserire il filamento dell'AMS H Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT C Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS A Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702710000020005", + "intro": "L'alimentazione filamento AMS C Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0704720000020002", + "intro": "Impossibile inserire il filamento dell'AMS E Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703700000020002", + "intro": "Impossibile inserire il filamento dell'AMS D Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703700000020005", + "intro": "L'alimentazione filamento AMS D Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1801730000020005", + "intro": "L'alimentazione filamento AMS-HT B Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1805700000020005", + "intro": "L'alimentazione filamento AMS-HT F Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1800730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT A Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1801700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT B Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT F Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0706700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS G Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802730000020005", + "intro": "L'alimentazione filamento AMS-HT C Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807710000020005", + "intro": "L'alimentazione filamento AMS-HT H Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0700720000020002", + "intro": "Impossibile inserire il filamento dell'AMS A Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT A Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0705700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS F Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT A Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702730000020002", + "intro": "Impossibile inserire il filamento dell'AMS C Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702710000020001", + "intro": "Impossibile estrarre il filamento AMS C Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1804710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT E Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT G Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805720000020005", + "intro": "L'alimentazione filamento AMS-HT F Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT H Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS B Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705720000020005", + "intro": "L'alimentazione filamento AMS F Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT H Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT A Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT C Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT B Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT C Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0700710000020001", + "intro": "Impossibile estrarre il filamento AMS A Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1801700000020005", + "intro": "L'alimentazione filamento AMS-HT B Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0704700000020005", + "intro": "L'alimentazione filamento AMS E Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0700710000020002", + "intro": "Impossibile inserire il filamento dell'AMS A Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS B Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806730000020005", + "intro": "L'alimentazione filamento AMS-HT G Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1801710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT B Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS H Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT D Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT B Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS A Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT G Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701720000020005", + "intro": "L'alimentazione filamento AMS B Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0705710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS F Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1807710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT H Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT D Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705710000020001", + "intro": "Impossibile estrarre il filamento AMS F Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS H Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS C Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704730000020005", + "intro": "L'alimentazione filamento AMS E Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1801700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT B Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1805720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT F Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702730000020005", + "intro": "L'alimentazione filamento AMS C Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0704700000020002", + "intro": "Impossibile inserire il filamento dell'AMS E Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701700000020005", + "intro": "L'alimentazione filamento AMS B Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1801700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT B Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT B Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1803720000020005", + "intro": "L'alimentazione filamento AMS-HT D Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT H Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800700000020005", + "intro": "L'alimentazione filamento AMS-HT A Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0705700000020001", + "intro": "Impossibile estrarre il filamento AMS F Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802710000020005", + "intro": "L'alimentazione filamento AMS-HT C Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT H Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS G Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT E Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT D Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802720000020005", + "intro": "L'alimentazione filamento AMS-HT C Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0706730000020002", + "intro": "Impossibile inserire il filamento dell'AMS G Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS H Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT F Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT F Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707720000020002", + "intro": "Impossibile inserire il filamento dell'AMS H Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701720000020001", + "intro": "Impossibile estrarre il filamento AMS B Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0700720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS A Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT E Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1801710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT B Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1806730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT G Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703710000020002", + "intro": "Impossibile inserire il filamento dell'AMS D Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703720000020001", + "intro": "Impossibile estrarre il filamento AMS D Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706720000020001", + "intro": "Impossibile estrarre il filamento AMS G Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1801730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT B Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704710000020002", + "intro": "Impossibile inserire il filamento dell'AMS E Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT A Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT C Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT F Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS D Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806720000020005", + "intro": "L'alimentazione filamento AMS-HT G Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0706720000020002", + "intro": "Impossibile inserire il filamento dell'AMS G Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704730000020002", + "intro": "Impossibile inserire il filamento dell'AMS E Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1807720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT H Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1803710000020005", + "intro": "L'alimentazione filamento AMS-HT D Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT H Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705720000020002", + "intro": "Impossibile inserire il filamento dell'AMS F Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700720000020001", + "intro": "Impossibile estrarre il filamento AMS A Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS G Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT E Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1803710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT D Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707710000020001", + "intro": "Impossibile estrarre il filamento AMS H Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1803720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT D Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805730000020005", + "intro": "L'alimentazione filamento AMS-HT F Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1803710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT D Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1803700000020005", + "intro": "L'alimentazione filamento AMS-HT D Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1805700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT F Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701710000020005", + "intro": "L'alimentazione filamento AMS B Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0707730000020005", + "intro": "L'alimentazione filamento AMS H Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT H Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701720000020002", + "intro": "Impossibile inserire il filamento dell'AMS B Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705700000020005", + "intro": "L'alimentazione filamento AMS F Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1801720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT B Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707730000020002", + "intro": "Impossibile inserire il filamento dell'AMS H Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT E Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704730000020001", + "intro": "Impossibile estrarre il filamento AMS E Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1801720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT B Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT C Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0703710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS D Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0706730000020001", + "intro": "Impossibile estrarre il filamento AMS G Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1806700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT G Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700700000020005", + "intro": "L'alimentazione filamento AMS A Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1800720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT A Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800720000020005", + "intro": "L'alimentazione filamento AMS-HT A Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1806720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT G Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706700000020001", + "intro": "Impossibile estrarre il filamento AMS G Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1800700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT A Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700720000020005", + "intro": "L'alimentazione filamento AMS A Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0707720000020001", + "intro": "Impossibile estrarre il filamento AMS H Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT C Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706720000020005", + "intro": "L'alimentazione filamento AMS G Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0702720000020002", + "intro": "Impossibile inserire il filamento dell'AMS C Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0704710000020005", + "intro": "L'alimentazione filamento AMS E Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1806720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT G Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1807700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT H Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1804730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT E Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707710000020005", + "intro": "L'alimentazione filamento AMS H Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1807730000020005", + "intro": "L'alimentazione filamento AMS-HT H Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0705730000020001", + "intro": "Impossibile estrarre il filamento AMS F Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0704720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS E Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701730000020005", + "intro": "L'alimentazione filamento AMS B Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0704710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS E Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT D Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0706710000020005", + "intro": "L'alimentazione filamento AMS G Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0707700000020001", + "intro": "Impossibile estrarre il filamento AMS H Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1807700000020005", + "intro": "L'alimentazione filamento AMS-HT H Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0706730000020005", + "intro": "L'alimentazione filamento AMS G Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1805720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT F Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0701730000020001", + "intro": "Impossibile estrarre il filamento AMS B Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0700710000020005", + "intro": "L'alimentazione filamento AMS A Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1803730000020005", + "intro": "L'alimentazione filamento AMS-HT D Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1804700000020005", + "intro": "L'alimentazione filamento AMS-HT E Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0703700000020001", + "intro": "Impossibile estrarre il filamento AMS D Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0701710000020001", + "intro": "Impossibile estrarre il filamento AMS B Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802700000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT C Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0706700000020002", + "intro": "Impossibile inserire il filamento dell'AMS G Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705700000020002", + "intro": "Impossibile inserire il filamento dell'AMS F Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806700000020005", + "intro": "L'alimentazione filamento AMS-HT G Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0703720000020005", + "intro": "L'alimentazione filamento AMS D Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E Il sensore corrente del motore ausiliario potrebbe essere difettoso." + }, + { + "ecode": "0701710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS B Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0706710000020001", + "intro": "Impossibile estrarre il filamento AMS G Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707700000020005", + "intro": "L'alimentazione filamento AMS H Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0701730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS B Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703730000020001", + "intro": "Impossibile estrarre il filamento AMS D Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707720000020005", + "intro": "L'alimentazione filamento AMS H Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1802700000020005", + "intro": "L'alimentazione filamento AMS-HT C Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0703720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS D Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801720000020005", + "intro": "L'alimentazione filamento AMS-HT B Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1804710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT E Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700730000020005", + "intro": "L'alimentazione filamento AMS A Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1804730000020005", + "intro": "L'alimentazione filamento AMS-HT E Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1800730000020005", + "intro": "L'alimentazione filamento AMS-HT A Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0705720000020001", + "intro": "Impossibile estrarre il filamento AMS F Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1804730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT E Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0700730000020001", + "intro": "Impossibile estrarre il filamento AMS A Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT C Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1806710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT G Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0703730000020005", + "intro": "L'alimentazione filamento AMS D Slot 4 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1803710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT D Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703730000020002", + "intro": "Impossibile inserire il filamento dell'AMS D Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1803720000020001", + "intro": "Impossibile estrarre il filamento AMS-HT D Slot 3 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0700700000020001", + "intro": "Impossibile estrarre il filamento AMS A Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1802700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT C Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0706710000020002", + "intro": "Impossibile inserire il filamento dell'AMS G Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804710000020005", + "intro": "L'alimentazione filamento AMS-HT E Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0705730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS F Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0700710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS A Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1805710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT F Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1807730000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT H Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1804720000020005", + "intro": "L'alimentazione filamento AMS-HT E Slot 3 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "1805710000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT F Slot 2 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0707710000020002", + "intro": "Impossibile inserire il filamento dell'AMS H Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705720000020004", + "intro": "Impossibile estrarre il filamento dell'AMS F Slot 3 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702700000020005", + "intro": "L'alimentazione filamento AMS C Slot 1 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0700730000020002", + "intro": "Impossibile inserire il filamento dell'AMS A Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1800730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS-HT A Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS C Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701700000020002", + "intro": "Impossibile inserire il filamento dell'AMS B Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702700000020002", + "intro": "Impossibile inserire il filamento dell'AMS C Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806730000020001", + "intro": "Impossibile estrarre il filamento AMS-HT G Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0702700000020001", + "intro": "Impossibile estrarre il filamento AMS C Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1800710000020005", + "intro": "L'alimentazione filamento AMS-HT A Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0702700000020004", + "intro": "Impossibile estrarre il filamento dell'AMS C Slot 1 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0701730000020002", + "intro": "Impossibile inserire il filamento dell'AMS B Slot 4 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0705710000020005", + "intro": "L'alimentazione filamento AMS F Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0700700000020002", + "intro": "Impossibile inserire il filamento dell'AMS A Slot 1 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806710000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT G Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1801710000020005", + "intro": "L'alimentazione filamento AMS-HT B Slot 2 fallita. Taglia la fine del filamento e verica se la bobina sia bloccata." + }, + { + "ecode": "0706730000020004", + "intro": "Impossibile estrarre il filamento dell'AMS G Slot 4 dalla testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0703720000020002", + "intro": "Impossibile inserire il filamento dell'AMS D Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1802720000020002", + "intro": "Impossibile inserire il filamento dell'AMS-HT C Slot 3 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "0702730000020001", + "intro": "Impossibile estrarre il filamento AMS C Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0705710000020002", + "intro": "Impossibile inserire il filamento dell'AMS F Slot 2 nella testa di stampa. Possibile causa: filamento o bobina bloccata." + }, + { + "ecode": "1806700000020001", + "intro": "Impossibile estrarre il filamento AMS-HT G Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0707730000020001", + "intro": "Impossibile estrarre il filamento AMS H Slot 4 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "1807710000020001", + "intro": "Impossibile estrarre il filamento AMS-HT H Slot 2 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0704700000020001", + "intro": "Impossibile estrarre il filamento AMS E Slot 1 dall'estrusore. Possibile causa: estrusore intasato o filamento rotto nell'estrusore." + }, + { + "ecode": "0500030000010021", + "intro": "Hardware incompatibile; Controllare la Toolhead Camera." + }, + { + "ecode": "0C00010000020008", + "intro": "Impossibile ottenere l'immagine dalla LiveView Camera. Il rilevamento dell'accumulo di spaghetti e dello scivolo di spurgo non è disponibile al momento." + }, + { + "ecode": "0C00040000010012", + "intro": "Collegamento dati telecamera Live View anomalo." + }, + { + "ecode": "0C00040000020003", + "intro": "Piattaforma laser non allineata correttamente. Assicurati che tutti e quattro gli angoli siano allineati con il piano." + }, + { + "ecode": "0500060000020004", + "intro": "La telecamera IA Live View non è in posizione; Controlla la connessione hardware." + }, + { + "ecode": "0C00040000020002", + "intro": "Piattaforma di taglio non rilevata. Posiziona il tappetino richiesto per l'operazione e continua." + }, + { + "ecode": "0500060000020033", + "intro": "La telecamera BirdsEye non è collegata. Controllare i collegamenti hardware e dei cavi." + }, + { + "ecode": "0C00030000020016", + "intro": "Il rilevamento di oggetti estranei non funziona e il numero di serie della LiveView Camera non può essere letto. Contatta il team dell'assistenza clienti." + }, + { + "ecode": "0500040000020031", + "intro": "Rilevata nuova telecamera BirdsEye. Per una misurazione IA più precisa, vai alla configurazione prima dell'uso." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0C00040000020019", + "intro": "Telecamera birdseye installata decentrata. Fai riferimento alla guida per reinstallarla." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "03009E0000030001", + "intro": "Il livello Open Door Detection per questo lavoro di stampa verrà impostato su \"Notifica\"." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "03009D0000020001", + "intro": "Calibrazione XY del punto focale laser d'incisione fallita. Pulisci l'area di homing del laser sulla piattaforma laser ed esegui nuovamente la calibrazione del montaggio modulo laser." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Slot 3 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F Slot 2 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Slot 4 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Slot 1 Il sensore Hall in uscita è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "03009D0000020002", + "intro": "Calibrazione XY del punto focale laser d'incisione differisce notevolmente dai valori di progettazione. Reinstallare il modulo laser ed esegu nuovamente la configurazione del modulo laser." + }, + { + "ecode": "0C00010000010011", + "intro": "Calibrazione telecamera Live View fallita. Ricalibrala. Assicurati che il piatto sia vuoto e che la telecamera sia pulita e orientata correttamente. Se si verificano errori ripetuti, contatta l'assistenza clienti." + }, + { + "ecode": "0500040000010052", + "intro": "La chiave di sicurezza non è inserita. Segui la Wiki per installarlo." + }, + { + "ecode": "0500040000010051", + "intro": "Il pulsante di arresto d'emergenza non è nella posizione corretta. Segui la Wiki per installarlo." + }, + { + "ecode": "0300090000010001", + "intro": "Il servomotore presenta un circuito aperto. Il collegamento potrebbe essere allentato o il motore potrebbe essere guasto." + }, + { + "ecode": "0300090000010002", + "intro": "Il servomotore dell'estrusore ha un cortocircuito. Potrebbe essere guasto." + }, + { + "ecode": "0300090000010003", + "intro": "La resistenza servomotore è anormale; il motore potrebbe essere guasto." + }, + { + "ecode": "0300160000010001", + "intro": "Il sensore corrente del servomotore dell'estrusore è anomalo. La causa può essere un guasto del circuito di campionamento hardware." + }, + { + "ecode": "0300410000010001", + "intro": "La tensione del sistema è instabile; attiva la funzione di protezione dall'interruzione di corrente." + }, + { + "ecode": "1803240000010007", + "intro": "Il rilevamento porta AMS-HT D è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1806240000010007", + "intro": "Il rilevamento porta AMS-HT G è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1801240000010007", + "intro": "Il rilevamento porta AMS-HT B è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1805240000010007", + "intro": "Il rilevamento porta AMS-HT F è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1802240000010007", + "intro": "Il rilevamento porta AMS-HT C è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1804240000010007", + "intro": "Il rilevamento porta AMS-HT E è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1807240000010007", + "intro": "Il rilevamento porta AMS-HT H è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "1800240000010007", + "intro": "Il rilevamento porta AMS-HT A è anomalo, il sensore Hall potrebbe essere allentato o scollegato." + }, + { + "ecode": "07FF700000020003", + "intro": "Controlla se il materiale esce dal nozzle. In caso contrario, spingi delicatamente il materiale e riprovare ad estrudere." + }, + { + "ecode": "0300D00000010002", + "intro": "Il porta lama si è staccato; reinstallalo." + }, + { + "ecode": "0300D00000010001", + "intro": "Il modulo di taglio è caduto; reinstallalo." + }, + { + "ecode": "0300280000010005", + "intro": "L'homing dell'asse Z non è riuscito in modalità taglio. Controlla se ci sono oggetti estranei sul cursore dell'asse Z e nella puleggia sincrona dell'asse Z." + }, + { + "ecode": "18FF600000020001", + "intro": "La bobina esterna potrebbe essere attorcigliata o bloccata." + }, + { + "ecode": "07FF600000020001", + "intro": "La bobina esterna potrebbe essere attorcigliata o bloccata." + }, + { + "ecode": "0500030000020020", + "intro": "Capacità insufficiente dell'unità flash USB per memorizzare nella cache i file di stampa." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H I tre fili di fase del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0500040000020036", + "intro": "Nuovo modulo di taglio collegato. Per garantire un taglio più preciso, configuralo prima dell'uso. (circa 3 minuti)" + }, + { + "ecode": "0500040000020035", + "intro": "Il modulo laser deve essere calibrato per ottenere la posizione di messa a fuoco. Esegui la calibrazione del montaggio prima dell'uso. (circa 2 minuti)" + }, + { + "ecode": "0300C30000010002", + "intro": "Malfunzionamento sensore corrente del filtro Swith Flap: ciò può essere dovuto a un circuito aperto o a un guasto hardware del circuito di campionamento." + }, + { + "ecode": "0300A10000010001", + "intro": "Temperatura della camera troppo alta. Apri il coperchio superiore e lo sportello anteriore per raffreddare o abbassare la temperatura ambiente." + }, + { + "ecode": "0500010000030005", + "intro": "L'unità USB è in modalità di sola lettura. Non è possibile eseguire registrazioni video e timelapse. Consulta la Wiki per assistenza." + }, + { + "ecode": "0500040000020038", + "intro": "Inserisci il modulo di taglio e fissare la leva di sgancio rapido. Se già installato, il modulo potrebbe non essere allineato correttamente. Prova a reinstallarlo." + }, + { + "ecode": "0500010000020002", + "intro": "La camera USB non è collegata. Verifica il collegamento del cavo della camera." + }, + { + "ecode": "0500060000020034", + "intro": "Collegamento telecamera Live View fallito. Controlla l'hardware e il collegamento dei cavi." + }, + { + "ecode": "0300D00000010003", + "intro": "Il cavo del modulo di taglio si è allentato; controlla il collegamento del cavo." + }, + { + "ecode": "1805200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1803200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1805210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1803210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1806230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1800220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1807230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1802200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1807210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1800210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1802210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1806220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1806200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1802220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1803230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1807200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1800230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1806210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS-HT G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1805220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1807220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1803220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS-HT D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1805230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1800200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS-HT A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1802230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS-HT B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0C0003000002000E", + "intro": "Il nozzle sembra ricoperto da materiale cloggato o intasato." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0701130000010001", + "intro": "Il motore dello Slot 4 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0702100000010001", + "intro": "Il motore dello Slot 1 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1807100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1804130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1805120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0707100000010001", + "intro": "Il motore dello Slot 1 dell'AMS H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0704200000020004", + "intro": "AMS E Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1801130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1802110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0705130000010001", + "intro": "Il motore dello Slot 4 dell'AMS F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0704100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1807300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0704310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0705210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0707220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0707300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0700120000020002", + "intro": "Il motore Slot 3 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0701100000010001", + "intro": "Il motore dello Slot 1 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702130000010001", + "intro": "Il motore dello Slot 4 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0703120000020002", + "intro": "Il motore Slot 3 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703130000020002", + "intro": "Il motore Slot 4 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703210000020003", + "intro": "AMS D Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0706130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1804110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704130000010001", + "intro": "Il motore dello Slot 4 dell'AMS E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0700220000020004", + "intro": "AMS A Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1806110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1805130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1802110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1803120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1803130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1807110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704210000020003", + "intro": "AMS E Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704110000010001", + "intro": "Il motore dello Slot 2 dell'AMS E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0706130000020002", + "intro": "Il motore Slot 4 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0706110000010001", + "intro": "Il motore dello Slot 2 dell'AMS G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706130000010001", + "intro": "Il motore dello Slot 4 dell'AMS G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800400000020004", + "intro": "Il segnale del buffer filamento è anomalo; la molla potrebbe essere bloccata o il filamento potrebbe essere aggrovigliato." + }, + { + "ecode": "0704200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1806300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0704310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1800310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0705310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1807310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1806350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0701200000020004", + "intro": "AMS B Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0703110000010001", + "intro": "Il motore dello Slot 2 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0703130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1805130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0705100000020002", + "intro": "Il motore Slot 1 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0704130000020002", + "intro": "Il motore Slot 4 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0704230000020003", + "intro": "AMS E Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0705210000020004", + "intro": "AMS F Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706210000020004", + "intro": "AMS G Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0707120000010001", + "intro": "Il motore dello Slot 3 dell'AMS H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706200000020003", + "intro": "AMS G Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0707200000020003", + "intro": "AMS H Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1807120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0700110000020002", + "intro": "Il motore Slot 2 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700200000020003", + "intro": "AMS A Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0701100000020002", + "intro": "Il motore Slot 1 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701110000020002", + "intro": "Il motore Slot 2 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701130000020002", + "intro": "Il motore Slot 4 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1804120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1807110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0707100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706230000020004", + "intro": "AMS G Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0705220000020004", + "intro": "AMS F Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1800120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0706220000020004", + "intro": "AMS G Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1800110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1804110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1800300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1804310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0705200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "18FF200000020002", + "intro": "Filamento esterno mancante; carica un nuovo filamento." + }, + { + "ecode": "1807350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0705300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "18FF200000020001", + "intro": "Filamento esterno esaurito; carica un nuovo filamento." + }, + { + "ecode": "1800450000020001", + "intro": "Il sensore tagliafilamento non funziona correttamente; verificare se il connettore è inserito correttamente." + }, + { + "ecode": "1805310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0704230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0707350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0700110000010001", + "intro": "Il motore dello Slot 2 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701120000020002", + "intro": "Il motore Slot 3 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0702200000020003", + "intro": "AMS C Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0703110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1805120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0707220000020004", + "intro": "AMS H Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0704120000010001", + "intro": "Il motore dello Slot 3 dell'AMS E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1800130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1801100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1802120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705120000020002", + "intro": "Il motore Slot 3 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1805110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0700210000020003", + "intro": "AMS A Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0700230000020003", + "intro": "AMS A Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703220000020003", + "intro": "AMS D Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1803120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1801110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1803110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0707200000020004", + "intro": "AMS H Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705130000020002", + "intro": "Il motore Slot 4 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1800120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0704110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1805130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0706300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1800450000020002", + "intro": "La distanza di taglio della taglierina è troppo grande. Il motore XY potrebbe perdere passi." + }, + { + "ecode": "1802300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1802310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1806310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1802300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0705230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0707310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0700100000010001", + "intro": "Il motore dello Slot 1 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0700100000020002", + "intro": "Il motore Slot 1 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700120000010001", + "intro": "Il motore dello Slot 3 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0700130000010001", + "intro": "Il motore dello Slot 4 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0702110000020002", + "intro": "Il motore Slot 2 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0702210000020004", + "intro": "AMS C Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0702220000020004", + "intro": "AMS C Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0705100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0701110000010001", + "intro": "Il motore dello Slot 2 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0702230000020003", + "intro": "AMS C Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704100000020002", + "intro": "Il motore Slot 1 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1803110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705110000010001", + "intro": "Il motore dello Slot 2 dell'AMS F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1800120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707120000020002", + "intro": "Il motore Slot 3 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1807110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1804300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1802350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "18FF200000020004", + "intro": "Estrai il filamento esterno dall'estrusore." + }, + { + "ecode": "0705350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0706210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1805350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "18FF450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "0707300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1800300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702200000020004", + "intro": "AMS C Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0703100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703120000010001", + "intro": "Il motore dello Slot 3 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0703230000020003", + "intro": "AMS D Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0707220000020003", + "intro": "AMS H Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0706100000020002", + "intro": "Il motore Slot 1 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704210000020004", + "intro": "AMS E Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706220000020003", + "intro": "AMS G Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1804100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704120000020002", + "intro": "Il motore Slot 3 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705120000010001", + "intro": "Il motore dello Slot 3 dell'AMS F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1800100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0706110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0707120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705100000010001", + "intro": "Il motore dello Slot 1 dell'AMS F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0700130000020002", + "intro": "Il motore Slot 4 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0701230000020003", + "intro": "AMS B Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0702230000020004", + "intro": "AMS C Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0703100000010001", + "intro": "Il motore dello Slot 1 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0703230000020004", + "intro": "AMS D Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1803100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0707130000020002", + "intro": "Il motore Slot 4 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "0706110000020002", + "intro": "Il motore Slot 2 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1801110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0706120000010001", + "intro": "Il motore dello Slot 3 dell'AMS G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1803310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1805300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0706310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1802310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0704350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0707210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "18FE450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0703200000020003", + "intro": "AMS D Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707130000010001", + "intro": "Il motore dello Slot 4 dell'AMS H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0704220000020003", + "intro": "AMS E Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0704130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1806120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0706120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0707210000020003", + "intro": "AMS H Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1806120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0705230000020003", + "intro": "AMS F Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0707110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1806110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1806130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0700210000020004", + "intro": "AMS A Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0700220000020003", + "intro": "AMS A Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0701100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0703100000020002", + "intro": "Il motore Slot 1 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703220000020004", + "intro": "AMS D Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1802100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0706210000020003", + "intro": "AMS G Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1806100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1801130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0704100000010001", + "intro": "Il motore dello Slot 1 dell'AMS E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706120000020002", + "intro": "Il motore Slot 3 dell'AMS G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0707110000020002", + "intro": "Il motore Slot 2 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704220000020004", + "intro": "AMS E Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706100000010001", + "intro": "Il motore dello Slot 1 dell'AMS G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1800110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1803130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1805300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0704300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0707230000020009", + "intro": "Estrusione del filamento dello Slot 4 dell'AMS H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1803300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1804310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1800310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "1803350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0704210000020009", + "intro": "Estrusione del filamento dello Slot 2 dell'AMS E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0700230000020004", + "intro": "AMS A Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0702120000010001", + "intro": "Il motore dello Slot 3 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1804120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705210000020003", + "intro": "AMS F Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0700120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0701220000020003", + "intro": "AMS B Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0702220000020003", + "intro": "AMS C Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0703120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1801100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1806100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1805110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1803110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1807130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0704220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS E non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0706310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1800350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "1806300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0707310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0705300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0707200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS H non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1801300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0706220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1800400000020003", + "intro": "Comunicazione con HUB AMS anomala; il cavo potrebbe non essere collegato bene." + }, + { + "ecode": "0706350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0705310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0701220000020004", + "intro": "AMS B Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0701230000020004", + "intro": "AMS B Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0702130000020002", + "intro": "Il motore Slot 4 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1805100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1801120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1804100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT E sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807120000010001", + "intro": "Il motore dello Slot 3 dell'AMS-HT H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704200000020003", + "intro": "AMS E Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1800130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0707100000020002", + "intro": "Il motore Slot 1 dell'AMS H è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707210000020004", + "intro": "AMS H Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0705110000020002", + "intro": "Il motore Slot 2 dell'AMS F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0701120000010001", + "intro": "Il motore dello Slot 3 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0701130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0701210000020003", + "intro": "AMS B Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702100000020002", + "intro": "Il motore Slot 1 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0702120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0702210000020003", + "intro": "AMS C Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0703110000020002", + "intro": "Il motore Slot 2 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703130000010001", + "intro": "Il motore dello Slot 4 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Slot 3 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Slot 2 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Slot 3 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1800110000010001", + "intro": "Il motore dello Slot 2 dell'AMS-HT A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Slot 4 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1805100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT F sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1804300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1803310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1801310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "1800450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "1807300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0705220000020009", + "intro": "Estrusione del filamento dello Slot 3 dell'AMS F non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Slot 3 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800100000020002", + "intro": "Il motore Slot 1 dell'AMS-HT A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1802130000020002", + "intro": "Il motore Slot 4 dell'AMS-HT C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1803130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G Slot 2 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Slot 4 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1806130000010001", + "intro": "Il motore dello Slot 4 dell'AMS-HT G sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1804120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H Slot 2 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C Slot 1 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Slot 1 Filamento terminato. Inserisci un nuovo filamento." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Slot 2 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1802110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS-HT C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706230000020003", + "intro": "AMS G Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0704230000020004", + "intro": "AMS E Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D Slot 2 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1806120000020002", + "intro": "Il motore Slot 3 dell'AMS-HT G è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1805110000020002", + "intro": "Il motore Slot 2 dell'AMS-HT F è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0707230000020003", + "intro": "AMS H Slot 4 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0700130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0701210000020004", + "intro": "AMS B Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0702100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0702110000010001", + "intro": "Il motore dello Slot 2 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0702110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0702120000020002", + "intro": "Il motore Slot 3 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "0703210000020004", + "intro": "AMS D Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0707110000010001", + "intro": "Il motore dello Slot 2 dell'AMS H sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1807130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS-HT H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D Slot 3 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "0705200000020003", + "intro": "AMS F Slot 1 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1802120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS-HT C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Slot 4 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Slot 1 il filamento è esaurito e la pulizia di quello precedente non è avvenuta correttamente; verificare se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706200000020004", + "intro": "AMS G Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F è in fase di raffreddamento; attendere che si raffreddi prima di operare." + }, + { + "ecode": "0705220000020003", + "intro": "AMS F Slot 3 il filamento potrebbe essere rotto nell'AMS." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Slot 4 Il sensore Hall in ingresso è scollegato. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS-HT D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0704110000020002", + "intro": "Il motore Slot 2 dell'AMS E è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Slot 1 Filamento terminato. Attendere svuotamento del filamento precedente." + }, + { + "ecode": "0707230000020004", + "intro": "AMS H Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1803100000010001", + "intro": "Il motore dello Slot 1 dell'AMS-HT D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0706200000020009", + "intro": "Estrusione del filamento dello Slot 1 dell'AMS G non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1807310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0706300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0300C20000010002", + "intro": "Malfunzionamento sensore Hall del Filter Switch Flap: controlla che il cablaggio non sia allentato." + }, + { + "ecode": "0C00010000010010", + "intro": "Calibrazione della telecamera Live View non riuscita. Controlla se il piano è pulito e assicurati che l'immagine della telecamera sia chiara e priva di sporco. Dopo questi passaggi, prova a ricalibrare." + }, + { + "ecode": "0C0001000001000F", + "intro": "La calibrazione della telecamera Live View non è riuscita. Riavviare i dispositivi o aggiornare il firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "Calibrazione videocamera Live View non riuscita e numero di serie della telecamera non può essere letto. Contatta il team di assistenza clienti." + }, + { + "ecode": "050004000001004F", + "intro": "Rilevato modulo sconosciuto, prova ad aggiornare il firmware all'ultima versione." + }, + { + "ecode": "0C00040000010020", + "intro": "Il marker visivo sul piano è danneggiato, contattare il servizio post-vendita." + }, + { + "ecode": "0C00030000020013", + "intro": "Rilevamento oggetti estranei non funziona. Riavvia i dispositivi o aggiorna il firmware." + }, + { + "ecode": "1200300000010004", + "intro": "Il chip RFID non può essere letto a causa di un guasto del chip di crittografia nell'AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "Il chip RFID non può essere letto a causa di un guasto del chip di crittografia nell'AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "Il chip RFID non può essere letto a causa di un guasto del chip di crittografia nell'AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "Il chip RFID non può essere letto a causa di un guasto del chip di crittografia nell'AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B La temperatura della camera è troppo alta; l'alimentazione ausiliaria o la lettura RFID non sono attualmente consentiti." + }, + { + "ecode": "07FF450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "07FE450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0500050000010001", + "intro": "I dati di fabbrica della scheda AP sono anomali; sostituisci la scheda AP con una nuova." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0500400000010039", + "intro": "Errore numero seriale modulo laser" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0500400000010040", + "intro": "Errore nel numero di serie del modulo di taglio" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0300180000010006", + "intro": "I dati di livellamento del piano sono anomali. Verificare la presenza di oggetti estranei sul piano e sul cursore Z. In tal caso, rimuoverli e riprovare." + }, + { + "ecode": "0500010000030004", + "intro": "Spazio insufficiente sull'unità flash USB; liberare spazio." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Non è in grado di avviare l'asciugatura; estrarre il filamento dall'hub e riprovare." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G temperatura interna troppo bassa; ciò influenzerà la capacità di essiccazione." + }, + { + "ecode": "0300180000010003", + "intro": "Il sensore di forza di estrusione non è disponibile, il collegamento tra MC e TH potrebbe essere interrotto o il sensore è guasto." + }, + { + "ecode": "0500020000020003", + "intro": "Impossibile connettersi ad Internet; controlla la connessione di rete." + }, + { + "ecode": "0700310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0703300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0300960000010001", + "intro": "La porta frontale sembra essere aperta; l'attività è stata messa in pausa." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1806310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1805330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0705320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "030001000001000D", + "intro": "In precedenza si è verificata un'anomalia nei moduli di riscaldamento del piano. Per continuare a utilizzare la stampante, consulta il wiki per la risoluzione dei problemi." + }, + { + "ecode": "0300040000020001", + "intro": "La velocità della ventola di raffreddamento dell oggetto è troppo bassa o interrotta. È possibile che il connettore sia bloccato o non è inserito correttamente." + }, + { + "ecode": "0300080000010003", + "intro": "La resistenza del motore-Z è anormale; il motore potrebbe essere guasto." + }, + { + "ecode": "0500040000010002", + "intro": "Impossibile segnalare lo stato di stampa. Controlla la tua connessione di rete." + }, + { + "ecode": "0500040000030008", + "intro": "La porta risulta che è aperta." + }, + { + "ecode": "0500040000030009", + "intro": "La temperatura del piano supera la temperatura di vetrificazione del filamento, che può causare l'ostruzione del nozzle. Si prega di tenere aperta la porta anteriore della stampante. Sto già disattivando temporaneamente il rilevamento dell'apertura della porta." + }, + { + "ecode": "0500050000030002", + "intro": "Il dispositivo è in stato di progettazione; presta attenzione alle questioni relative alla sicurezza delle informazioni." + }, + { + "ecode": "0700300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0701310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0702310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0703310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0C00020000010005", + "intro": "È stato rilevato un nuovo Micro Lidar. Calibralo nella pagina Calibrazione prima dell'uso." + }, + { + "ecode": "12FF200000020004", + "intro": "Estrai il filamento sul supporto della bobina dall'estrusore." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0C00040000010011", + "intro": "Impossibile misurare lo spessore del materiale: parametri del dispositivo anomali; configurare nuovamente la Camera BirdsEye." + }, + { + "ecode": "0C0003000002000C", + "intro": "Il marker di localizzazione della piastra non è stato rilevato. Controlla se la piastra è allineata correttamente." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0300A20000010001", + "intro": "La temperatura del modulo MC è troppo alta, probabilmente a causa dell'elevata temperatura della camera della stampante. Puoi provare ad abbassare la temperatura ambiente prima dell'uso." + }, + { + "ecode": "0300360000010001", + "intro": "La velocità della ventola di circolazione del calore della camera è troppo bassa o si è fermata. Potrebbe essere bloccata o il connettore potrebbe non essere collegato correttamente." + }, + { + "ecode": "0C00040000010013", + "intro": "I parametri di esposizione della Camera BirdsEye non sono efficaci. Riprovare." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1802310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0707300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0707310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1800330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0705310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0705300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1807310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1801330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1804310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1801320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "03001B0000010002", + "intro": "È stato rilevato un disturbo esterno sul sensore d'accelerazione del piano riscaldato. Il cavo di segnale del sensore potrebbe non essere fisso." + }, + { + "ecode": "030091000001000C", + "intro": "Il riscaldatore della camera 1 sta funzionando a pieno carico per un tempo eccessivo. Il sistema di controllo temperatura potrebbe essere difettoso." + }, + { + "ecode": "0300940000030001", + "intro": "Il raffreddamento della camera potrebbe essere troppo lento. È possibile aprire la camera per favorire il raffreddamento se il gas contenuto nella camera non è tossico." + }, + { + "ecode": "0500020000020005", + "intro": "Impossibile connettersi ad Internet; controlla la connessione di rete." + }, + { + "ecode": "0500040000010003", + "intro": "Contenuto del file di stampa è illeggibile. Invia nuovamente il lavoro di stampa." + }, + { + "ecode": "0500050000010006", + "intro": "I dati di fabbrica della scheda AP sono anomali; sostituisci la scheda AP con una nuova." + }, + { + "ecode": "0700330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0701300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0701330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0702300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0702300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0702320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0702330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0703310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0C0001000001000B", + "intro": "Impossibile calibrare Micro Lidar. Assicurati che il marker di calibrazione sia pulito e non coperto ed esegui nuovamente la calibrazione della macchina." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "050003000001000A", + "intro": "Lo stato del sistema è anomalo; ripristinare le impostazioni di fabbrica." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "030001000001000E", + "intro": "La tensione d'alimentazione non corrisponde alla macchina; il piano è stato disattivato." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0706330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1805310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1805320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0704310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1801310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1806300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1804320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0705330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0300010000010008", + "intro": "Si è verificata un'anomalia durante il processo di riscaldamento del piano; i moduli di riscaldamento potrebbero essere danneggiati." + }, + { + "ecode": "0300020000010006", + "intro": "La temperatura del nozzle è anomala; il sensore potrebbe presentare un cortocircuito. Verifica se il connettore è inserito correttamente." + }, + { + "ecode": "0700320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0700400000020004", + "intro": "Il segnale del buffer filamento è anomalo; la molla potrebbe essere bloccata o il filamento potrebbe essere aggrovigliato." + }, + { + "ecode": "0702310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0703300000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0C0003000002000F", + "intro": "Se le parti vengono saltate prima dell'ispezione del primo layer, questa non sarà supportata per il lavoro di stampa corrente." + }, + { + "ecode": "12FF200000020006", + "intro": "Impossibile estrudere il filamento e l'estrusore potrebbe avere cloggato." + }, + { + "ecode": "0C00040000010014", + "intro": "Base di protezione dal taglio non rilevata, che\npuò causare danni al piano. Posizionalo e continua." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0300090000020002", + "intro": "La resistenza all'estrusione è anomala. L'estrusore potrebbe essere ostruito o potrebbe esserci del filamento bloccato nella testa di stampa." + }, + { + "ecode": "0300310000010001", + "intro": "La velocità della ventola di raffreddamento è troppo bassa o si è fermata. Potrebbe essere bloccata o il connettore potrebbe non essere collegato correttamente." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1804330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1803310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1802300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1807320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0704300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1803300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1800300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "030001000001000A", + "intro": "Il controllo della temperatura del piano è anomalo; la scheda AC potrebbe essere guasta." + }, + { + "ecode": "0300030000010001", + "intro": "La velocità della ventola di raffreddamento dell'hotend è troppo bassa o si è fermata. Potrebbe essere bloccato o il connettore non è inserito correttamente." + }, + { + "ecode": "0300060000010003", + "intro": "La resistenza del motore-A è anormale; il motore potrebbe essere guasto." + }, + { + "ecode": "0300070000010003", + "intro": "La resistenza del motore-B è anormale; il motore potrebbe essere guasto." + }, + { + "ecode": "03001A0000020001", + "intro": "Il nozzle è ricoperto di filamento o il piatto viene inserito storto." + }, + { + "ecode": "03001D0000010001", + "intro": "Il sensore di posizione del motore di estrusione è anomalo. Il collegamento al sensore potrebbe non essere corretto." + }, + { + "ecode": "0500040000010001", + "intro": "Impossibile scaricare il lavoro di stampa. Controlla la connessione di rete." + }, + { + "ecode": "0700300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0701320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0703320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0703330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0C00010000020007", + "intro": "I parametri del laser Micro Lidar sono modificati. Ricalibrate la stampante." + }, + { + "ecode": "0C00020000020004", + "intro": "L'altezza del nozzle sembra troppo bassa. Verifica se il nozzle è usurato o inclinato. Ricalibra il Lidar se hai sostituito il nozzle." + }, + { + "ecode": "0C00020000020009", + "intro": "Il laser verticale non è sufficientemente luminoso nella posizione iniziale. Pulisci o sostituisci il riscaldatore se questo messaggio appare ripetutamente." + }, + { + "ecode": "0C00030000020010", + "intro": "Corpi estranei rilevati sul piano: controlla e pulisci il piano." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0500040000020033", + "intro": "Inserire il connettore del modulo." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0C00040000010010", + "intro": "Impossibile misurare lo spessore del materiale a causa di un malfunzionamento del modulo laser." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1807800000010002", + "intro": "In AMS-HT H Il riscaldatore 1 è scollegato, ciò può essere dovuto ad un contatto difettoso del connettore." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0706300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1801300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "1804300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1807300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1807810000010002", + "intro": "In AMS-HT H Il riscaldatore 2 è scollegato, ciò può essere dovuto ad un contatto difettoso del connettore." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G Il sensore di temperatura del termistore 2 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1802320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0704330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1802330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT C è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0500020000020001", + "intro": "Impossibile connettersi ad Internet. Controlla la connessione di rete." + }, + { + "ecode": "0500040000010006", + "intro": "Impossibile riprendere la stampa precedente" + }, + { + "ecode": "0700310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0700400000020003", + "intro": "Comunicazione AMS1 difettosa, il cavo potrebbe non essere ben collegato." + }, + { + "ecode": "0701300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS B è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0701310000010004", + "intro": "Errore al chip di crittografia" + }, + { + "ecode": "0C00020000020003", + "intro": "Il laser orizzontale non è sufficientemente luminoso nella posizione iniziale. Pulisci o sostituisci il riscaldatore se questo messaggio appare ripetutamente." + }, + { + "ecode": "0C00020000020007", + "intro": "Il laser verticale non è acceso. Controlla se è coperto o se la connessione hardware è normale." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0300090000020003", + "intro": "L'estrusore sta estrudendo in modo anomalo. Potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando lo slittamento dell'estrusore." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B Il sensore di temperatura del termistore 1 è guasto, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C Il termistore 1 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1803330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1806330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT G è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C Il motore ausiliario ha il circuito dell'avvolgimento di fase aperto. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F La valvola di scarico 1 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D La valvola di scarico 2 non è collegata, il che potrebbe essere dovuto a un falso contatto del connettore." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E I fili dell'encoder del motore ausiliario non sono collegati. Il connettore potrebbe avere un falso contatto." + }, + { + "ecode": "0707320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0707330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1805300000020002", + "intro": "Il tag RFID dello Slot 1 dell'AMS-HT F è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H Il termistore 2 è scollegato, ciò potrebbe essere causato da un falso contatto del connettore." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G Il sensore di umidità è scollegato, questo potrebbe dipendere da un falso contatto del connettore." + }, + { + "ecode": "0704320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS E è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1803320000020002", + "intro": "Il tag RFID dello Slot 3 dell'AMS-HT D è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1807330000020002", + "intro": "Il tag RFID dello Slot 4 dell'AMS-HT H è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1800310000020002", + "intro": "Il tag RFID dello Slot 2 dell'AMS-HT A è danneggiato, oppure il suo contenuto non può essere identificato." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F Il termistore 1 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B Il termistore 2 è in cortocircuito, ciò potrebbe essere causato da un cortocircuito nei cavi o da un danno al termistore." + }, + { + "ecode": "0703200000020009", + "intro": "Estrusione del filamento dello Slot 1 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0702230000020009", + "intro": "Estrusione del filamento dello Slot 4 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700200000020009", + "intro": "Estrusione del filamento dello Slot 1 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0701220000020009", + "intro": "Estrusione del filamento dello Slot 3 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0701230000020009", + "intro": "Estrusione del filamento dello Slot 4 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0701200000020009", + "intro": "Estrusione del filamento dello Slot 1 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0701210000020009", + "intro": "Estrusione del filamento dello Slot 2 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0702220000020009", + "intro": "Estrusione del filamento dello Slot 3 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700210000020009", + "intro": "Estrusione del filamento dello Slot 2 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0702210000020009", + "intro": "Estrusione del filamento dello Slot 2 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0703230000020009", + "intro": "Estrusione del filamento dello Slot 4 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0702200000020009", + "intro": "Estrusione del filamento dello Slot 1 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700220000020009", + "intro": "Estrusione del filamento dello Slot 3 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0703220000020009", + "intro": "Estrusione del filamento dello Slot 3 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0703210000020009", + "intro": "Estrusione del filamento dello Slot 2 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700230000020009", + "intro": "Estrusione del filamento dello Slot 4 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700310000010001", + "intro": "La scheda RFID 2 dell'AMS A presenta un errore." + }, + { + "ecode": "1800010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1804920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT E è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1802920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT C è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1800310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT A presenta un errore." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1801300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT B presenta un errore." + }, + { + "ecode": "0702310000010001", + "intro": "La scheda RFID 2 dell'AMS C presenta un errore." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1802010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0704010000020002", + "intro": "AMS E il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT A Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0706010000010001", + "intro": "AMS G Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1803930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT D è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0701310000010001", + "intro": "La scheda RFID 2 dell'AMS B presenta un errore." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0706010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0707010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT F Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT G è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1806300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT G presenta un errore." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1805010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0704310000010001", + "intro": "La scheda RFID 2 dell'AMS E presenta un errore." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0704010000010004", + "intro": "AMS E Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0705920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS F è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT C Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0706930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS G è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0707010000020002", + "intro": "AMS H il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1802310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT C presenta un errore." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT E il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT G il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1801920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT B è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT D il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT D Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0707310000010001", + "intro": "La scheda RFID 2 dell'AMS H presenta un errore." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT H Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0705010000010001", + "intro": "AMS F Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1800930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT A è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1805920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT F è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0704300000010001", + "intro": "La scheda RFID 1 dell'AMS E presenta un errore." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0705930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS F è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1807920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT H è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0705010000020002", + "intro": "AMS F il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701300000010001", + "intro": "La scheda RFID 1 dell'AMS B presenta un errore." + }, + { + "ecode": "0702300000010001", + "intro": "La scheda RFID 1 dell'AMS C presenta un errore." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1803310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT D presenta un errore." + }, + { + "ecode": "0704930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS E è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT B il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0707930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS H è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1801310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT B presenta un errore." + }, + { + "ecode": "1806310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT G presenta un errore." + }, + { + "ecode": "1805310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT F presenta un errore." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1807010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT H è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT H il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700300000010001", + "intro": "La scheda RFID 1 dell'AMS A presenta un errore." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT A il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1807300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT H presenta un errore." + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT G Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0705010000010004", + "intro": "AMS F Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0500040000020030", + "intro": "La Camera BirdsEye non è installata. Spegnere la stampante e quindi installare la videocamera." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0705300000010001", + "intro": "La scheda RFID 1 dell'AMS F presenta un errore." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0707300000010001", + "intro": "La scheda RFID 1 dell'AMS H presenta un errore." + }, + { + "ecode": "0706920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS G è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1802300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT C presenta un errore." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1805300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT F presenta un errore." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0705310000010001", + "intro": "La scheda RFID 2 dell'AMS F presenta un errore." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT F il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0704920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS E è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0704010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS E è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0706300000010001", + "intro": "La scheda RFID 1 dell'AMS G presenta un errore." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1805930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT F è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0706010000020002", + "intro": "AMS G il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1800300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT A presenta un errore." + }, + { + "ecode": "0707010000010004", + "intro": "AMS H Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1804310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT E presenta un errore." + }, + { + "ecode": "1800920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT A è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1804930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT E è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0706310000010001", + "intro": "La scheda RFID 2 dell'AMS G presenta un errore." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0704010000010001", + "intro": "AMS E Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1803300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT D presenta un errore." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0703310000010001", + "intro": "La scheda RFID 2 dell'AMS D presenta un errore." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0707010000010001", + "intro": "AMS H Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1801010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT H è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "0703300000010001", + "intro": "La scheda RFID 1 dell'AMS D presenta un errore." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0707920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS H è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1803920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT D è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1803010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS-HT D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1806920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS-HT G è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1806930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT G è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1804300000010001", + "intro": "La scheda RFID 1 dell'AMS-HT E presenta un errore." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1807310000010001", + "intro": "La scheda RFID 2 dell'AMS-HT H presenta un errore." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT E Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1802930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT C è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0706010000010004", + "intro": "AMS G Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C errore di calibrazione del motore ausiliario. Rimuovere il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0705010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS F è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1801930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS-HT B è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT C il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT B Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0500010000030007", + "intro": "Impossibile registrare fotografie time-lapse senza l'unità flash USB inserita." + }, + { + "ecode": "0300110000020002", + "intro": "La frequenza di risonanza dell'asse Y è molto diversa dall'ultima calibrazione. Pulisci le barre di carbonio e riesegui la calibrazione della macchina in un secondo momento." + }, + { + "ecode": "0300200000010002", + "intro": "Anomalia nell'homing dell'asse Y: verificare se la testa di stampa è bloccata o se l'asta di carbonio presenta una resistenza eccessiva." + }, + { + "ecode": "0300200000010001", + "intro": "Anomalia nell'homing dell'asse X: verificare se la testa di stampa è bloccata o se la resistenza sulla guida lineare dell'asse X è troppo elevata." + }, + { + "ecode": "0300100000020002", + "intro": "La frequenza di risonanza dell'asse X differisce notevolmente dall'ultima calibrazione. Pulire la guida lineare dell'asse X ed eseguire una calibrazione dopo la stampa." + }, + { + "ecode": "0500040000020039", + "intro": "Inserire il connettore del modulo" + }, + { + "ecode": "0701010000010001", + "intro": "AMS B Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1200220000020006", + "intro": "Estrusione del filamento dello Slot 3 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B Slot 3 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1202110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Slot 3 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0702010000020002", + "intro": "AMS C il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Slot 1 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Slot 3 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Slot 2 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Slot 1 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0300010000010001", + "intro": "La temperatura del piano è anomala; il termistore potrebbe avere un cortocircuito." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0702010000010001", + "intro": "AMS C Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1200330000020002", + "intro": "Il tag RFID nell'AMS A Slot 4 è danneggiato." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Slot 1 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Slot 3 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "AMS B Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202130000010001", + "intro": "Il motore dello Slot 4 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot3 potrebbe essere difettosa." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Slot 1 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203210000020004", + "intro": "AMS D Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "0C0003000003000B", + "intro": "Ispezione del primo layer: attendi un attimo." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1200100000020002", + "intro": "Il motore Slot 1 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Slot 1 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot3 potrebbe essere difettosa." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A Slot 4 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202300000020002", + "intro": "Il tag RFID nell'AMS C Slot 1 è danneggiato." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Slot 3 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Slot 4 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1202120000010001", + "intro": "Il motore dello Slot 3 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Slot 2 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1202230000020004", + "intro": "AMS C Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Slot 4 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1203100000010001", + "intro": "Il motore dello Slot 1 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1203110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D Slot 3 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0C0003000001000A", + "intro": "La stampante è in modalità di fabbrica. Si prega di contattare il supporto tecnico." + }, + { + "ecode": "050004000002001A", + "intro": "Il tag RFID nell'AMS C Slot 3 non è stato identificato." + }, + { + "ecode": "1200200000020006", + "intro": "Estrusione del filamento dello Slot 1 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A Slot 3 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201220000020004", + "intro": "AMS B Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202330000020002", + "intro": "Il tag RFID nell'AMS C Slot 4 è danneggiato." + }, + { + "ecode": "1203130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0700920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS A è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Slot 2 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Slot 1 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot2 potrebbe essere difettosa." + }, + { + "ecode": "1203120000020002", + "intro": "Il motore Slot 3 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0500040000020032", + "intro": "Inserire il Laser Module e bloccare la leva di sgancio rapido." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0702010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0702920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS C è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0700010000010004", + "intro": "AMS A Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1200120000020002", + "intro": "Il motore Slot 3 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Slot 4 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Slot 2 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0500040000020015", + "intro": "Il tag RFID nell'AMS B Slot 2 non è stato identificato." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot2 potrebbe essere difettosa." + }, + { + "ecode": "1201130000010001", + "intro": "Il motore dello Slot 4 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Slot 1 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Slot 4 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Slot 2 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1203220000020004", + "intro": "AMS D Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Slot 4 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1200230000020004", + "intro": "AMS A Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Slot 4 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Slot 3 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D Slot 1 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "0300350000020002", + "intro": "La velocità della ventola di raffreddamento del modulo MC è lenta. Potrebbe essere bloccato e necessitare di pulizia." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "0C00040000020004", + "intro": "Il tipo di piattaforma non è supportato per questa attività. Utilizza la piattaforma corretta per continuare." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Slot 2 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Slot 3 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A Slot 4 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Slot 1 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Slot 4 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Slot 3 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1203230000020004", + "intro": "AMS D Slot 4 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Slot 4 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "050004000002001C", + "intro": "Il tag RFID nell'AMS D Slot 1 non è stato identificato." + }, + { + "ecode": "1200110000010001", + "intro": "Il motore dello Slot 2 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1200310000020002", + "intro": "Il tag RFID nell'AMS A Slot 2 è danneggiato." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1201210000020006", + "intro": "Estrusione del filamento dello Slot 2 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1202100000020002", + "intro": "Il motore Slot 1 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203110000010001", + "intro": "Il motore dello Slot 2 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A Slot 3 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A Slot 1 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Slot 1 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1201200000020006", + "intro": "Estrusione del filamento dello Slot 1 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Slot 2 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B Slot 3 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1202200000020006", + "intro": "Estrusione del filamento dello Slot 1 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1201300000020002", + "intro": "Il tag RFID nell'AMS B Slot 1 è danneggiato." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Slot 2 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot2 potrebbe essere difettosa." + }, + { + "ecode": "1202130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C Slot 3 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Slot 4 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "0700930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS A è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "0300960000030001", + "intro": "La porta frontale è aperta." + }, + { + "ecode": "050003000002000C", + "intro": "Errore hardware wireless: spegnere/accendere il WiFi o riavviare il dispositivo." + }, + { + "ecode": "0300090000020001", + "intro": "Il motore d'estrusione è sovraccarico. L'estrusore potrebbe essere ostruito o il filamento potrebbe essere bloccato nella testa di stampa." + }, + { + "ecode": "0703930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS D è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Slot 1 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot1 potrebbe essere difettosa." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot4 potrebbe essere difettosa." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Slot 3 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1202310000020002", + "intro": "Il tag RFID nell'AMS C Slot 2 è danneggiato." + }, + { + "ecode": "1202320000020002", + "intro": "Il tag RFID nell'AMS C Slot 3 è danneggiato." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Slot 3 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1203220000020006", + "intro": "Estrusione del filamento dello Slot 3 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "0C00040000010015", + "intro": "Laser Protective Insert non rilevato. Posizionarlo e continuare." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0500040000020011", + "intro": "Il tag RFID nell'AMS A Slot 2 non è stato identificato." + }, + { + "ecode": "0500040000020017", + "intro": "Il tag RFID nell'AMS B Slot 4 non è stato identificato." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1200120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A Slot 3 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Slot 1 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot1 potrebbe essere difettosa." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Slot 1 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "0500040000020018", + "intro": "Il tag RFID nell'AMS C Slot 1 non è stato identificato." + }, + { + "ecode": "0703010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Slot 3 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Slot 3 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Slot 1 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1200210000020006", + "intro": "Estrusione del filamento dello Slot 2 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1201210000020004", + "intro": "AMS B Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Slot 2 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1202220000020006", + "intro": "Estrusione del filamento dello Slot 3 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1202230000020006", + "intro": "Estrusione del filamento dello Slot 4 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Slot 3 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Slot 4 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1200110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Slot 3 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202130000020002", + "intro": "Il motore Slot 4 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C Il sensore di corrente del termistore 2 è in uno stato anomalo." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0700010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "1200100000010001", + "intro": "Il motore dello Slot 1 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Slot 2 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Slot 4 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1201330000020002", + "intro": "Il tag RFID nell'AMS B Slot 4 è danneggiato." + }, + { + "ecode": "1202110000020002", + "intro": "Il motore Slot 2 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202120000020002", + "intro": "Il motore Slot 3 dell'AMS C è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "0701010000020002", + "intro": "AMS B il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200220000020004", + "intro": "AMS A Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1201130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Slot 4 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "Il tag RFID nell'AMS D Slot 4 non è stato identificato." + }, + { + "ecode": "1200130000010001", + "intro": "Il motore dello Slot 4 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Slot 2 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "Estrusione del filamento dello Slot 3 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Slot 4 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1201230000020006", + "intro": "Estrusione del filamento dello Slot 4 AMS B non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1202120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS C è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1202210000020006", + "intro": "Estrusione del filamento dello Slot 2 AMS C non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1203200000020006", + "intro": "Estrusione del filamento dello Slot 1 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot3 potrebbe essere difettosa." + }, + { + "ecode": "0500040000020013", + "intro": "Il tag RFID nell'AMS A Slot 4 non è stato identificato." + }, + { + "ecode": "1200130000020002", + "intro": "Il motore Slot 4 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Slot 3 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot3 potrebbe essere difettosa." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Slot 4 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1203130000010001", + "intro": "Il motore dello Slot 4 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Slot 2 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D Slot 2 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Slot 4 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0500040000020010", + "intro": "Il tag RFID nell'AMS A Slot 1 non è stato identificato." + }, + { + "ecode": "050004000002001E", + "intro": "Il tag RFID nell'AMS D Slot 3 non è stato identificato." + }, + { + "ecode": "0700010000010001", + "intro": "AMS A Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Slot 1 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1200320000020002", + "intro": "Il tag RFID nell'AMS A Slot 3 è danneggiato." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Slot 1 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Slot 2 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Slot 3 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1203300000020002", + "intro": "Il tag RFID nell'AMS D Slot 1 è danneggiato." + }, + { + "ecode": "1203330000020002", + "intro": "Il tag RFID nell'AMS D Slot 4 è danneggiato." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0C00040000020008", + "intro": "Materiale non rilevato. Confermare il posizionamento e continuare." + }, + { + "ecode": "0701930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS B è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1201120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Slot 1 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1203100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1203110000020002", + "intro": "Il motore Slot 2 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A Il motore 2 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0300310000020002", + "intro": "La velocità della ventola di raffreddamento è bassa. Potrebbe essere bloccata e necessitare di pulizia." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C Il processo di asciugatura potrebbe subire un surriscaldamento incontrollato. Spegnere l'alimentazione dell'AMS." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A Il motore 3 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "1200230000020006", + "intro": "Estrusione del filamento dello Slot 4 AMS A non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Slot 2 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Slot 3 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C Slot 4 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Slot 3 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Slot 2 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "0703010000010001", + "intro": "AMS D Il motore ha slittato. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento potrebbe essere troppo sottile." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Slot 1 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot 4 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Slot 2 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Slot 4 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0C00040000010016", + "intro": "La leva di sgancio rapido non è bloccata. Spingerla verso il basso per fissarla." + }, + { + "ecode": "0701920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS B è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0500040000020019", + "intro": "Il tag RFID nell'AMS C Slot 2 non è stato identificato." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1200130000010003", + "intro": "Il controllo coppia del motore Slot 4 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Slot 3 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Slot 2 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Slot 4 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203120000010001", + "intro": "Il motore dello Slot 3 dell'AMS D sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot2 potrebbe essere difettosa." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Slot 2 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1201100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1201100000020002", + "intro": "Il motore Slot 1 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201310000020002", + "intro": "Il tag RFID nell'AMS B Slot 2 è danneggiato." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Slot 1 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Slot 1 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Slot 3 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "Il tag RFID nell'AMS D Slot 2 è danneggiato." + }, + { + "ecode": "1203320000020002", + "intro": "Il tag RFID nell'AMS D Slot 3 è danneggiato." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Slot 3 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "1201110000010003", + "intro": "Il controllo coppia del motore Slot 2 dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1201120000020002", + "intro": "Il motore Slot 3 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Slot 4 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Slot 4 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Slot 4 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot4 potrebbe essere difettosa." + }, + { + "ecode": "1203120000010003", + "intro": "Il controllo coppia del motore Slot 3 dell'AMS D è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1203210000020006", + "intro": "Estrusione del filamento dello Slot 2 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C Il motore ausiliario ha una resistenza trifase squilibrata. Il motore potrebbe essere difettoso." + }, + { + "ecode": "050004000002001B", + "intro": "Il tag RFID nell'AMS C Slot 4 non è stato identificato." + }, + { + "ecode": "050004000002001D", + "intro": "Il tag RFID nell'AMS D Slot 2 non è stato identificato." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Slot 2 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1203100000020002", + "intro": "Il motore Slot 1 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Slot 4 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Slot 2 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C L'odometro non ha segnale. Il connettore dell'odometro potrebbe avere un falso contatto." + }, + { + "ecode": "0703920000020002", + "intro": "La velocità della ventola del termistore 1 dell'AMS D è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Errore di velocità e lunghezza del filamento: L'odometria del filamento potrebbe essere difettosa." + }, + { + "ecode": "0702010000010004", + "intro": "AMS C Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "0703010000010004", + "intro": "AMS D Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1202110000010001", + "intro": "Il motore dello Slot 2 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Slot 1 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot1 potrebbe essere difettosa." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Slot 1 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Slot 1 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "050003000001000B", + "intro": "Lo schermo non funziona correttamente; riavvia il dispositivo." + }, + { + "ecode": "0500040000020016", + "intro": "Il tag RFID nell'AMS B Slot 3 non è stato identificato." + }, + { + "ecode": "0701010000010003", + "intro": "Il controllo coppia del motore ausiliario dell'AMS B è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Slot 1 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Slot 2 vuoto; Inserisci un nuovo filamento." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot1 potrebbe essere difettosa." + }, + { + "ecode": "1201110000010001", + "intro": "Il motore dello Slot 2 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1201120000010001", + "intro": "Il motore dello Slot 3 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1201320000020002", + "intro": "Il tag RFID nell'AMS B Slot 3 è danneggiato." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Slot 4 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "0702930000020002", + "intro": "La velocità della ventola del termistore 2 dell'AMS C è troppo bassa, il che potrebbe essere dovuto a un'eccessiva resistenza della ventola." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C La resistenza del motore ausiliario è anomala. Il motore potrebbe essere difettoso." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Slot 1 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Slot 2 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B Comunicazione anomala; controllare il cavo di connessione." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Slot 2 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot4 potrebbe essere difettosa." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B Il sensore di corrente del termistore 1 è in uno stato anomalo." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0703010000020002", + "intro": "AMS D il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200210000020004", + "intro": "AMS A Slot 2 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Slot 4 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Slot 4 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Errore velocità e lunghezza del filamento: l'odometria del filamento nello slot4 potrebbe essere difettosa." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Slot 2 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202100000010001", + "intro": "Il motore dello Slot 1 dell'AMS C sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Slot 1 il filamento potrebbe essere rotto nel tubo PTFE." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Slot 1 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Slot 2 il filamento è esaurito e lo svuotamento del filamento precedente non è avvenuto correttamente; verificare se il filamento è bloccato nella testina di stampa." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C Il motore 1 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B Il motore 4 non ha segnale, il che potrebbe essere dovuto a un falso contatto del connettore o a un guasto del motore." + }, + { + "ecode": "0500040000020014", + "intro": "Il tag RFID nell'AMS B Slot 1 non è stato identificato." + }, + { + "ecode": "0700010000020002", + "intro": "AMS A il motore ausiliario è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200120000010001", + "intro": "Il motore dello Slot 3 dell'AMS A sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A Slot 2 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Slot 3 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1202220000020004", + "intro": "AMS C Slot 3 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C Slot 1 L'RFID è rotto oppure il circuito hardware RF ha un errore." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Slot 2 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A Il funzionamento della valvola di scarico 2 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A La ventola del termistore 1 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "050003000001000C", + "intro": "Il modulo di controllo del motore MC non funziona correttamente. Spegnere, verificare la connessione e riavviare il dispositivo." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A Il funzionamento della valvola di scarico 1 è anomalo, il che potrebbe essere dovuto a un'eccessiva resistenza." + }, + { + "ecode": "0500040000020012", + "intro": "Il tag RFID nell'AMS A Slot 3 non è stato identificato." + }, + { + "ecode": "0701010000010004", + "intro": "AMS B Il controllo della velocità del motore funziona male. Il sensore di velocità potrebbe essere difettoso." + }, + { + "ecode": "1200100000010003", + "intro": "Il controllo coppia del motore Slot 1 dell'AMS A è difettoso. Il sensore di corrente potrebbe essere guasto." + }, + { + "ecode": "1200110000020002", + "intro": "Il motore Slot 2 dell'AMS A è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1200200000020004", + "intro": "AMS A Slot 1 il filamento potrebbe essere rotto nella testa di stampa." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Slot 3 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203130000020002", + "intro": "Il motore Slot 4 dell'AMS D è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Slot 3 il filamento è esaurito. Svuotamento del filamento precedente in corso; attendere." + }, + { + "ecode": "1203230000020006", + "intro": "Estrusione del filamento dello Slot 4 AMS D non riuscita; l'estrusore potrebbe essere ostruito o il filamento potrebbe essere troppo sottile, causando uno slittamento." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A Parametro motore ausiliario perso. Estrarre il filamento dall'hub e riavviare l'AMS." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Slot 4 Filamento terminato; inserisci un nuovo filamento." + }, + { + "ecode": "1200300000020002", + "intro": "Il tag RFID nell'AMS A Slot 1 è danneggiato." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Slot 2 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Slot 2 Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201100000010001", + "intro": "Il motore dello Slot 1 dell'AMS B sta slittando. La ruota dentata dell'estrusore potrebbe essere usurata, o il filamento troppo sottile." + }, + { + "ecode": "1201110000020002", + "intro": "Il motore Slot 2 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201130000020002", + "intro": "Il motore Slot 4 dell'AMS B è sovraccarico. Il filamento potrebbe essere aggrovigliato o bloccato." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Slot 1 il filamento è esaurito ed è stato effettuato automaticamente lo switch su uno slot con lo stesso filamento." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Slot 4 L'RFID non può essere letto a causa di un errore strutturale." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C La ventola del termistore 2 è bloccata, la ventola potrebbe essere incastrata." + }, + { + "ecode": "12FF200000020001", + "intro": "Il filamento sul supporto della bobina è esaurito; inserisci un nuovo filamento." + }, + { + "ecode": "12FF200000020002", + "intro": "Il filamento sul portabobina è vuoto; inserire un nuovo filamento." + }, + { + "ecode": "12FF200000020005", + "intro": "Il filamento potrebbe rompersi nella testa di stampa." + }, + { + "ecode": "12FF200000020007", + "intro": "Impossibile controllare la posizione del filamento nella testa di stampa, fare clic per ulteriori informazioni." + }, + { + "ecode": "12FF200000030007", + "intro": "Controllo della posizione del filamento in tutti gli slot AMS, attendere." + }, + { + "ecode": "12FF800000020001", + "intro": "Il filamento sul supporto è bloccato o aggrovigliato." + }, + { + "ecode": "1200450000020001", + "intro": "Il sensore tagliafilamento non funziona correttamente; verifica se il connettore è inserito correttamente." + }, + { + "ecode": "1200450000020002", + "intro": "La distanza di taglio del taglia filamento è troppo grande. Il motore X potrebbe perdere passi." + }, + { + "ecode": "1200450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "1200510000030001", + "intro": "L' AMS è disabilitato; carica il filamento dal supporto della bobina." + }, + { + "ecode": "0C0001000001000A", + "intro": "Il LED Micro Lidar potrebbe essere rotto." + }, + { + "ecode": "0C00020000020002", + "intro": "La linea laser orizzontale è troppo ampia. Controlla se il piatto riscaldante è sporco." + }, + { + "ecode": "0C00020000020008", + "intro": "La linea laser verticale è troppo ampia. Controlla se il piatto riscaldante è sporco." + }, + { + "ecode": "0C00030000010009", + "intro": "Il modulo d'ispezione del primo layer si è riavviato in modo anomalo. Il risultato dell'ispezione potrebbe essere impreciso." + }, + { + "ecode": "0C00030000020001", + "intro": "Misurazione dell'esposizione filamento non è riuscita perché la riflessione laser è troppo debole su questo materiale. L'ispezione del primo layer potrebbe essere imprecisa." + }, + { + "ecode": "0C00030000020002", + "intro": "L'ispezione primo layer è stata interrotta a causa dei dati Lidar anomali." + }, + { + "ecode": "0C00030000020004", + "intro": "L'ispezione a primo layer non è supportata per il lavoro di stampa corrente." + }, + { + "ecode": "0C00030000020005", + "intro": "Timeout ispezione primo layer scaduta in modo anomalo e i risultati attuali potrebbero essere imprecisi." + }, + { + "ecode": "0C00030000030006", + "intro": "Il filamento spurgato potrebbe essersi accumulato nello scarico posteriore. Si prega di controlla e pulisci lo scarico." + }, + { + "ecode": "0C00030000030007", + "intro": "Sono stati rilevati possibili difetti del primo layer. Controlla la qualità del primo layer e decidi se interrompere il lavoro." + }, + { + "ecode": "0C00030000030008", + "intro": "Sono stati rilevati possibili spaghetti. Controlla la qualità di stampa e decidi se interrompere il lavoro." + }, + { + "ecode": "0C00030000030010", + "intro": "La tua stampante sembra stampare senza estrusione." + }, + { + "ecode": "07FF200000020001", + "intro": "Filamento esterno esaurito. carica un nuovo filamento." + }, + { + "ecode": "07FF200000020002", + "intro": "Filamento esterno mancante. carica un nuovo filamento." + }, + { + "ecode": "07FF200000020004", + "intro": "Estrai il filamento esterno dall'estrusore." + }, + { + "ecode": "0703300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0703310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0703350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0702300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0702310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0702350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0701300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0701310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0701350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0700300000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0700310000030003", + "intro": "L'RFID non può essere letto a causa di un errore hardware o strutturale." + }, + { + "ecode": "0700350000010001", + "intro": "Il sensore di temperatura e umidità presenta un errore. Il chip potrebbe essere difettoso." + }, + { + "ecode": "0700450000020001", + "intro": "Il sensore tagliafilamento non funziona correttamente; verificare se il connettore è inserito correttamente." + }, + { + "ecode": "0700450000020002", + "intro": "La distanza di taglio della taglierina è troppo grande. Il motore XY potrebbe perdere passi." + }, + { + "ecode": "0700450000020003", + "intro": "La leva della taglierina non è stata rilasciata. La leva o la lama potrebbero essere inceppate oppure potrebbe esserci un problema con il collegamento del sensore filamento." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura dell'alimentatore potrebbe avere un cortocircuito." + }, + { + "ecode": "0300930000010008", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura sull'alimentazione potrebbe avere un circuito aperto." + }, + { + "ecode": "0300940000020003", + "intro": "La camera non ha raggiunto la temperatura desiderata. La macchina rimarrà ferma in attesa del raggiungimento della temperatura idonea." + }, + { + "ecode": "0300940000030002", + "intro": "L'impostazione della temperatura della camera supera il limite, verrà impostato il valore limite." + }, + { + "ecode": "0500020000020002", + "intro": "Accesso al dispositivo fallito; controlla le informazioni del tuo account." + }, + { + "ecode": "0500020000020004", + "intro": "Utente non autorizzato: controlla le informazioni del tuo account." + }, + { + "ecode": "0500020000020006", + "intro": "Lo Streaming non funziona correttamente. Controlla la rete e riprova. Se il problema persiste, aggiorna e riavvia la stampante." + }, + { + "ecode": "0500020000020007", + "intro": "Accesso al servizio Liveview fallito; controlla la connessione di rete." + }, + { + "ecode": "0500030000010001", + "intro": "Il modulo MC non funziona correttamente; riavvia il dispositivo o controlla il collegamento del cavo del dispositivo." + }, + { + "ecode": "0500030000010002", + "intro": "La testa di stampa non funziona correttamente. Riavvia il dispositivo." + }, + { + "ecode": "0500030000010003", + "intro": "Il modulo AMS non funziona correttamente. Riavvia il dispositivo." + }, + { + "ecode": "0500030000010005", + "intro": "Il servizio interno non funziona correttamente. Riavviare il dispositivo." + }, + { + "ecode": "0500030000010006", + "intro": "Si è verificato un errore di sistema (system panic). Riavviare il dispositivo." + }, + { + "ecode": "0500030000010008", + "intro": "Si è verificato un blocco del sistema. Riavviare il dispositivo." + }, + { + "ecode": "0500030000010009", + "intro": "Si è verificato un blocco del sistema. È stato ripristinato dal riavvio automatico." + }, + { + "ecode": "0500030000010023", + "intro": "Il modulo di controllo della temperatura della camera non funziona correttamente. Riavvia il dispositivo." + }, + { + "ecode": "0500030000010025", + "intro": "Il firmware attuale è anomalo. Effettua nuovamente l'aggiornamento." + }, + { + "ecode": "0500040000010004", + "intro": "File di stampa non autorizzato." + }, + { + "ecode": "0500040000020007", + "intro": "La temperatura del piano supera la temperatura di vetrificazione del filamento e può causare l'intasamento del nozzle. Tenere aperto lo sportello anteriore della stampante o ridurre la temperatura del piatto." + }, + { + "ecode": "0300400000020001", + "intro": "Trasmissione dati tramite porta seriale anomala; il sistema software potrebbe essere difettoso." + }, + { + "ecode": "0300900000010004", + "intro": "Il riscaldamento della camera non è riuscito. La velocità della ventola di riscaldamento è troppo bassa." + }, + { + "ecode": "0300900000010005", + "intro": "Il riscaldamento della camera non è riuscito. La resistenza termica è troppo alta." + }, + { + "ecode": "0300900000010010", + "intro": "La comunicazione del regolatore di temperatura della camera è anomala." + }, + { + "ecode": "0300910000010001", + "intro": "La temperatura del riscaldatore della camera 1 è anomala. Il riscaldatore potrebbe avere un cortocircuito." + }, + { + "ecode": "0300910000010003", + "intro": "La temperatura del riscaldatore della camera 1 è anomala. Il riscaldatore ha una temperatura eccessiva." + }, + { + "ecode": "0300910000010006", + "intro": "La temperatura del riscaldatore della camera 1 è anomala. Il sensore potrebbe avere un cortocircuito." + }, + { + "ecode": "030091000001000A", + "intro": "La temperatura del riscaldatore della camera 1 è anomala. La scheda AC potrebbe essere guasta." + }, + { + "ecode": "0300920000010001", + "intro": "La temperatura del riscaldatore della camera 2 è anomala. Il riscaldatore potrebbe avere un cortocircuito." + }, + { + "ecode": "0300920000010002", + "intro": "La temperatura del riscaldatore della camera 2 è anomala. Il riscaldatore potrebbe avere un circuito aperto o il fusibile termico potrebbe essere attivo." + }, + { + "ecode": "0300920000010003", + "intro": "La temperatura del riscaldatore della camera 2 è anomala. Il riscaldatore è surriscaldato." + }, + { + "ecode": "0300920000010006", + "intro": "La temperatura del riscaldatore della camera 2 è anomala. Il sensore potrebbe avere un cortocircuito." + }, + { + "ecode": "030092000001000A", + "intro": "La temperatura riscaldatore della camera 2 è anormale. La scheda AC potrebbe essere guasta." + }, + { + "ecode": "0300930000010001", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera potrebbe avere un cortocircuito." + }, + { + "ecode": "0300930000010002", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera potrebbe avere un circuito aperto." + }, + { + "ecode": "0300930000010003", + "intro": "La temperatura della camera è anomala. Il sensore di temperatura della camera all'uscita dell'aria potrebbe avere un cortocircuito." + }, + { + "ecode": "0300050000010001", + "intro": "Il driver del motore si sta surriscaldando. Il radiatore potrebbe essere allentato o la ventola di raffreddamento potrebbe essere danneggiata." + }, + { + "ecode": "0300060000010001", + "intro": "Il motore-A presenta un circuito aperto. È possibile che vi sia un collegamento allentato o che il motore sia guasto." + }, + { + "ecode": "0300060000010002", + "intro": "Il motore-A ha un cortocircuito. Potrebbe essersi guastato." + }, + { + "ecode": "0300070000010001", + "intro": "Il motore-B presenta un circuito aperto. Il collegamento potrebbe essere allentato o il motore potrebbe essere guasto." + }, + { + "ecode": "0300070000010002", + "intro": "Il motore B presenta un cortocircuito. Potrebbe essersi guastato." + }, + { + "ecode": "0300080000010001", + "intro": "Il motore-Z presenta un circuito aperto. Il collegamento potrebbe essere allentato o il motore potrebbe essere guasto." + }, + { + "ecode": "0300080000010002", + "intro": "Motore-Z ha un cortocircuito. Potrebbe essersi guastato." + }, + { + "ecode": "03000A0000010001", + "intro": "Il sensore 1 del piano è troppo sensibile. Potrebbe essere incastrato tra il braccio di trazione e il supporto del piano, oppure la vite di regolazione potrebbe essere troppo stretta." + }, + { + "ecode": "03000A0000010002", + "intro": "Il segnale del sensore 1 del piano è debole. Il sensore potrebbe essere rotto o avere un problema nel collegamento elettrico." + }, + { + "ecode": "03000A0000010003", + "intro": "Il segnale del sensore 1 del piano è troppo debole. Il collegamento elettrico al sensore potrebbe essere interrotto." + }, + { + "ecode": "03000A0000010004", + "intro": "È stato rilevato un disturbo esterno sul sensore 1. Il piatto potrebbe aver toccato qualcosa all'esterno del piano." + }, + { + "ecode": "03000A0000010005", + "intro": "Il sensore 1 ha rilevato una forza continua inaspettata. È possibile che il piano sia bloccato o che l'estremità anteriore analogica sia rotta." + }, + { + "ecode": "03000B0000010001", + "intro": "Il sensore 2 del piano è troppo sensibile. Potrebbe essere incastrato tra il braccio di trazione e il supporto del letto termico, oppure la vite di regolazione potrebbe essere troppo stretta." + }, + { + "ecode": "03000B0000010002", + "intro": "Il segnale del sensore 2 del piano è debole. Il sensore potrebbe essere rotto o avere un problema nel collegamento elettrico." + }, + { + "ecode": "03000B0000010003", + "intro": "Il segnale 2 del piano è troppo debole. Il collegamento elettronico al sensore potrebbe essere interrotto." + }, + { + "ecode": "03000B0000010004", + "intro": "È stato rilevato un disturbo esterno sul sensore 2. Il piatto potrebbe aver toccato qualcosa all'esterno del piano." + }, + { + "ecode": "03000B0000010005", + "intro": "Il sensore 2 ha rilevato una forza continua inaspettata. È possibile che il piano sia bloccato o che l'estremità anteriore analogica sia rotta." + }, + { + "ecode": "03000C0000010001", + "intro": "Il sensore 3 del piano è troppo sensibile. Potrebbe essere incastrato tra il braccio di trazione e il supporto del piano, oppure la vite di regolazione potrebbe essere troppo stretta." + }, + { + "ecode": "03000C0000010002", + "intro": "Il segnale del sensore 3 del piano è debole. Il sensore potrebbe essere rotto o avere un problema nel collegamento elettrico." + }, + { + "ecode": "03000C0000010003", + "intro": "Il segnale del sensore 3 del piano è troppo debole. Il collegamento elettrico al sensore potrebbe essere interrotto." + }, + { + "ecode": "03000C0000010004", + "intro": "È stato rilevato un disturbo esterno sul sensore 3. Il piatto potrebbe aver toccato qualcosa all'esterno del piano." + }, + { + "ecode": "03000C0000010005", + "intro": "Il sensore 3 ha rilevato una forza continua inaspettata. È possibile che il piano sia bloccato o che l'estremità anteriore analogica sia rotta." + }, + { + "ecode": "0300100000020001", + "intro": "La frequenza di risonanza dell'asse X è bassa. La cinghia di distribuzione potrebbe essere allentata." + }, + { + "ecode": "0300110000020001", + "intro": "La frequenza di risonanza dell'asse Y è bassa. La cinghia di distribuzione potrebbe essere allentata." + }, + { + "ecode": "0300120000020001", + "intro": "Il coperchio anteriore della testa di stampa si è staccato." + }, + { + "ecode": "0300130000010001", + "intro": "Sensore corrente Motor-A anomalo. Ciò può essere causato da un guasto del circuito di campionamento hardware." + }, + { + "ecode": "0300140000010001", + "intro": "Sensore corrente Motor-B anomalo. Ciò può essere causato da un guasto del circuito di campionamento hardware." + }, + { + "ecode": "0300150000010001", + "intro": "Sensore corrente Motor-Z anomalo. Ciò può essere causato da un guasto del circuito di campionamento hardware." + }, + { + "ecode": "0300170000010001", + "intro": "La velocità ventola del nozzle è troppo lenta o interrotta. Potrebbe essere bloccata o il connettore potrebbe non essere inserito correttamente." + }, + { + "ecode": "0300170000020002", + "intro": "La velocità della ventola di raffreddamento dell'hotend è lenta. Potrebbe essere bloccata e deve essere pulita." + }, + { + "ecode": "03001B0000010001", + "intro": "Il segnale del sensore d'accelerazione del piano riscaldato è debole. Il sensore potrebbe essere caduto o essere stato danneggiato." + }, + { + "ecode": "03001B0000010003", + "intro": "Il sensore d'accelerazione del piano riscaldato ha rilevato una forza continua inaspettata. Il sensore potrebbe essere bloccato o il front-end analogico potrebbe essere rotto." + }, + { + "ecode": "03001C0000010001", + "intro": "Il driver del motore di estrusione è anomalo. Il MOSFET potrebbe presentare un cortocircuito." + }, + { + "ecode": "0300200000010003", + "intro": "Homing asse X anomalo: la cinghia di distribuzione potrebbe essere allentata." + }, + { + "ecode": "0300200000010004", + "intro": "Homing asse Y anomalo: la cinghia di distribuzione potrebbe essere allentata." + }, + { + "ecode": "0300010000010002", + "intro": "La temperatura del piano è anomala; il riscaldatore o l'interruttore potrebbe avere un circuito aperto." + }, + { + "ecode": "0300010000010003", + "intro": "La temperatura del piano è anomala; il termistore è in sovra-temperatura." + }, + { + "ecode": "0300010000010006", + "intro": "La temperatura del piano è anomala; il sensore potrebbe avere un cortocircuito." + }, + { + "ecode": "0300010000010007", + "intro": "La temperatura del piano è anomala; il sensore potrebbe avere un circuito aperto." + }, + { + "ecode": "030001000001000C", + "intro": "Il piano sta funzionando a pieno carico per un tempo eccessivo. Il sistema di controllo della temperatura potrebbe essere difettoso." + }, + { + "ecode": "0300010000030008", + "intro": "La temperatura del piano ha superato il limite e si adatta automaticamente alla temperatura limite." + }, + { + "ecode": "0300020000010001", + "intro": "La temperatura del nozzle è anomala; il termistore potrebbe avere un cortocircuito." + }, + { + "ecode": "0300020000010002", + "intro": "La temperatura del nozzle è anomala; il termistore potrebbe avere un circuito aperto." + }, + { + "ecode": "0300020000010003", + "intro": "La temperatura del nozzle è anomala; il termistore è in sovra-temperatura." + }, + { + "ecode": "0300020000010007", + "intro": "La temperatura del nozzle è anomala; il sensore potrebbe avere un circuito aperto." + } + ] + }, + "device_error": { + "ver": 202510142200, + "it": [ + { + "ecode": "0C00402C", + "intro": "Errore nel collegamento dati del dispositivo. Riavvia la stampante." + }, + { + "ecode": "03004015", + "intro": "Rilevamento della formazione di grumi nella testina di stampa non riuscito. Si prega di andare su \"Assistente\" per la risoluzione dei problemi." + }, + { + "ecode": "0500803C", + "intro": "Il settaggio attuale dell'ugello non corrisponde al file di slicing. Continuare a stampare potrebbe influenzare la qualità di stampa. Si consiglia di rielaborare il file prima di avviare la stampa." + }, + { + "ecode": "0300401F", + "intro": "L'hotend non è montato e la testa utensile non può fare l'homing. Per favore, monta l'hotend e poi continua." + }, + { + "ecode": "0300801E", + "intro": "Il motore di estrusione è sovraccarico, verificare se l'estrusore è intasato o se il filamento è bloccato nella testa di stampa." + }, + { + "ecode": "07018007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07028007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07038007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07008007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18058007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07078007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18078007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07058007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18038007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18018007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18028007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18008007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07048007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18068007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "18048007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "07068007", + "intro": "L'estrusione del filamento è fallita. Verifica se l'estrusore è intasato." + }, + { + "ecode": "03004016", + "intro": "Pulizia Nozzle fallita. Clicca sull' assistente per la risoluzione dei problemi." + }, + { + "ecode": "0502C014", + "intro": "Stima filamento residuo AMS attivata di default e non è disattivabile." + }, + { + "ecode": "05864096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT G. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05024098", + "intro": "Il dispositivo non riesce a rilevare AMS C. Ricollegare il cavo AMS o riavviare la stampante." + }, + { + "ecode": "05014098", + "intro": "Il dispositivo non riesce a rilevare AMS B. Ricollegare il cavo AMS o riavviare la stampante." + }, + { + "ecode": "05814096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT B. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05844096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT F. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05824096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT C. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05034098", + "intro": "Il dispositivo non riesce a rilevare AMS D. Ricollegare il cavo AMS o riavviare la stampante." + }, + { + "ecode": "05854096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT E. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05804096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT A. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05834096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT D. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05874096", + "intro": "Il dispositivo non riesce a rilevare AMS-HT H. Ricollegare il cavo AMS-HT o riavviare la stampante." + }, + { + "ecode": "05004098", + "intro": "Il dispositivo non riesce a rilevare AMS A. Ricollegare il cavo AMS o riavviare la stampante." + }, + { + "ecode": "0500807E", + "intro": "Posiziona un tappetino da taglio StrongGrip sulla base di protezione da taglio." + }, + { + "ecode": "05008062", + "intro": "Il marker del piano di stampa non è stato rilevato. Verificare che la piastra sia correttamente posizionato sul piano, con tutti e quattro gli angoli allineati e il marker ben visibile. Se una luce intensa colpisce la piastra, considerare di chiudere lo sportello frontale e bloccare eventuali fonti di luce esterne." + }, + { + "ecode": "0500808B", + "intro": "Configurazione della BirdsEye Camera non riuscita. Rimuovere tutti gli oggetti e il tappetino dal piano, in modo che i marker del piano siano visibili. Assicurarsi inoltre che la BirdsEye Camera sia installata correttamente e che non vi siano ostruzioni che ne blocchino la visuale." + }, + { + "ecode": "0502C012", + "intro": "Impossibile mettere in pausa l’attività." + }, + { + "ecode": "07FFC010", + "intro": "Inserire il filamento (più lungo di 30 cm) fino a battuta. Durante lo spurgo potrebbe fuoriuscire un leggero fumo. Dopo l’inserimento, chiudere lo sportello frontale e il coperchio superiore." + }, + { + "ecode": "05024002", + "intro": "La stampante non dispone dei dati di calibrazione del miglioramento della precisione del movimento; il miglioramento della precisione del movimento non può essere attivato." + }, + { + "ecode": "05008093", + "intro": "Il manicotto in silicone della bocchetta non è installato; c'è un rischio di guasto al controllo della temperatura. Si prega di installarlo correttamente e riprovare." + }, + { + "ecode": "05008092", + "intro": "Inizializzazione della fotocamera Toolhead fallita. Questa stampa può comunque continuare, ma alcune funzioni AI saranno disabilitate. Se incontri nuovamente questo problema dopo il riavvio, contatta il supporto clienti." + }, + { + "ecode": "05008041", + "intro": "Il filamento nell'hotend è troppo freddo. L'estrusione potrebbe danneggiare l'estrusore. Continua a far entrare/uscire il filamento?" + }, + { + "ecode": "05008040", + "intro": "La copertura anteriore del toolhead è staccata. Spostare il toolhead potrebbe danneggiare la stampante. Vuoi continuare?" + }, + { + "ecode": "0502C011", + "intro": "Attualmente in modalità produzione 2D. Opera direttamente sulla stampante." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "La calibrazione dell'offset del modulo di taglio è fallita, il che potrebbe causare tagli inaccurati. Assicurati che la carta stampante bianca da 80g (spessore carta da lettera) sia posizionata correttamente e controlla se la punta della lama di taglio è consumata." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Il dispositivo è in fase di aggiornamento. Riprova quando è inattivo." + }, + { + "ecode": "0300C012", + "intro": "Riscalda il Nozzle oltre 170 °C." + }, + { + "ecode": "07008023", + "intro": "AMS A raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07028023", + "intro": "AMS C raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07038023", + "intro": "AMS D raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07018023", + "intro": "AMS B raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07058023", + "intro": "AMS F raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07048023", + "intro": "AMS E raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07068023", + "intro": "AMS G raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "07078023", + "intro": "AMS H raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C raffreddamento fallito. La temperatura ambiente potrebbe essere troppo alta. Utilizza il dispositivo in un posto più fresco." + }, + { + "ecode": "05004010", + "intro": "AMS è in fase di asciugatura e non è possibile aggiornarlo. Riprova più tardi." + }, + { + "ecode": "05004011", + "intro": "La stampante sta caricando o scaricando il filamento e al momento non può essere aggiornata. Riprova più tardi." + }, + { + "ecode": "05004012", + "intro": "Il dispositivo sta stampando e al momento non è possibile aggiornarlo. Riprova più tardi." + }, + { + "ecode": "0500400F", + "intro": "AMS è in fase di inizializzazione e non può essere aggiornato. Riprova più tardi." + }, + { + "ecode": "05004013", + "intro": "AMS è in funzione e non può essere aggiornato. Riprovare quando sarà inattivo." + }, + { + "ecode": "03008022", + "intro": "Il piano potrebbe essere ostruito durante lo spostamento verso il basso. Rimuovi tutti gli oggetti sotto il piano e verifica l'eventuale resistenza o inceppamento durante il suo movimento." + }, + { + "ecode": "05004042", + "intro": "A causa delle limitazioni di potenza, l'avvio dell'asciugatura AMS metterà in pausa le operazioni correnti come il riscaldamento nozzle e il funzionamento della ventola. Vuoi procedere con l'asciugatura?" + }, + { + "ecode": "05004040", + "intro": "La stampante ha raggiunto il suo limite di potenza. Collega un adattatore di corrente dedicato a questo AMS per consentire l'asciugatura." + }, + { + "ecode": "05004041", + "intro": "L'asciugatura AMS non può essere avviata durante la stampa." + }, + { + "ecode": "0500806B", + "intro": "La leva di sgancio rapido non è bloccata. Premi il modulo esterno della testa dell'utensile per assicurarti che sia ben posizionato, quindi spingi verso il basso la leva per bloccarla in posizione." + }, + { + "ecode": "0502C010", + "intro": "A causa delle limitazioni di alimentazione della stampante, la stampa, la calibrazione, i controlli e altre operazioni non possono essere eseguiti durante l’asciugatura AMS. Interrompi il processo di asciugatura prima di procedere con qualsiasi altra operazione." + }, + { + "ecode": "03004014", + "intro": "Homing dell'asse Z non riuscito: anomalia del controllo della temperatura." + }, + { + "ecode": "07FFC012", + "intro": "Rimuovi il coperchio frontale e appendilo sull'asse X. Premi il raccordo del tubo PTFE nero e scollega il tubo PTFE. Dopo aver completato l'operazione, fai clic su \"Continua\"." + }, + { + "ecode": "05004007", + "intro": "Il dispositivo richiede un aggiornamento di riparazione e la stampa non è attualmente disponibile." + }, + { + "ecode": "05008090", + "intro": "Applica la carta da stampa bianca da 80 g nell'area centrale della piattaforma." + }, + { + "ecode": "18068005", + "intro": "AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18018004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18038005", + "intro": "AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi in PTFE nell' AMS non presentino segni di usura." + }, + { + "ecode": "18078004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18058004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18078005", + "intro": "L'AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18008005", + "intro": "L'AMS-HT non è riuscito ad inviare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi in PTFE nell' AMS non presentino segni di usura." + }, + { + "ecode": "18048005", + "intro": "AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi in PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18038004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18008004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18018005", + "intro": "L'AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi in PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18028004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18028005", + "intro": "L'AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi in PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18058005", + "intro": "AMS-HT non è riuscito a caricare il filamento. Ritaglia l'estremità del filamento e reinseriscilo. Se il messaggio persiste, controlla che i tubi PTFE nell'AMS non presentino segni di usura." + }, + { + "ecode": "18048004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18068004", + "intro": "AMS-HT non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07FF8025", + "intro": "Timeout estrazione a freddo. Aziona o verificare immediatamente se il filamento è rotto all'interno dell'estrusore e clicca sull'Assistente per i dettagli." + }, + { + "ecode": "18018006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo in PTFE AMS-HT sia collegato." + }, + { + "ecode": "18008006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo in PTFE AMS-HT sia collegato." + }, + { + "ecode": "18078006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo PTFE AMS-HT sia collegato." + }, + { + "ecode": "18028006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo in PTFE AMS-HT sia collegato." + }, + { + "ecode": "18048006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo in PTFE AMS-HT sia collegato." + }, + { + "ecode": "18058006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo PTFE AMS-HT sia collegato." + }, + { + "ecode": "18038006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo in PTFE AMS-HT sia collegato." + }, + { + "ecode": "18068006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto a un filamento aggrovigliato o a una bobina bloccata. In caso contrario, controlla se il tubo PTFE AMS-HT sia collegato." + }, + { + "ecode": "0502400E", + "intro": "Impossibile iniziare una nuova attività: l'estrazione a freddo dal nozzle non è stata completata." + }, + { + "ecode": "07008004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07018004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07028005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07038005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07FF8005", + "intro": "Impossibile alimentare il filamento all'esterno dell'AMS. Fissa l'estremità del filamento in modo piatto e verifica se la bobina è bloccata." + }, + { + "ecode": "18068003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07068004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07048003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07078004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18058003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07048005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "18FF8005", + "intro": "Impossibile alimentare il filamento all'esterno dell'AMS-HT. Taglia l'estremità del filamento e verifica se la bobina è bloccata." + }, + { + "ecode": "07048006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07078006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07058006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07028006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07008005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07018005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07028003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07038004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07018003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07038003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07028004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07068003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "18038003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07058004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "07048004", + "intro": "L'AMS non è riuscito a ritirare il filamento. Ciò potrebbe essere dovuto a una bobina bloccata o all'estremità del filamento bloccata nel percorso." + }, + { + "ecode": "18008003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "18078003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07058005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07068005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "07058003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "18028003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07078003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07078005", + "intro": "L’AMS non è riuscito a caricare il filamento. Taglia l’estremità del filamento in modo netto e reinseriscilo. Se il messaggio persiste, controlla i tubi in PTFE dell’AMS per eventuali segni di usura o danni." + }, + { + "ecode": "18048003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "18018003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "07008006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07038006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07018006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07068006", + "intro": "Impossibile inserire il filamento nell'estrusore. Ciò potrebbe essere dovuto al filamento aggrovigliato o la bobina bloccata. In caso contrario, controlla se il tubo AMS PTFE è collegato." + }, + { + "ecode": "07008003", + "intro": "Impossibile estrarre il filamento dall'estrusore. Ciò potrebbe essere causato dall' estrusore intasato o dal filamento rotto all'interno dell'estrusore." + }, + { + "ecode": "0502400D", + "intro": "Impossibile avviare una nuova attività: il caricamento/scaricamento del filamento non è stato completato." + }, + { + "ecode": "03008042", + "intro": "Attività in pausa perché lo sportello risulta aperto." + }, + { + "ecode": "05008079", + "intro": "Posiziona il materiale di prova laser (cartoncino da 350 g) e posiziona le strisce di supporto sotto di esso per evitare che il materiale si deformi." + }, + { + "ecode": "0580409C", + "intro": "Firmware AMS-HT A non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0582409C", + "intro": "Firmware AMS-HT C non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0584409C", + "intro": "Firmware AMS-HT E non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0501409D", + "intro": "Il firmware di AMS B non corrisponde alla stampante; Il dispositivo non può continuare a funzionare. Si prega di aggiornarlo nella pagina \"Firmware\"." + }, + { + "ecode": "0587409C", + "intro": "Firmware AMS-HT H non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina «Firmware»." + }, + { + "ecode": "0503409D", + "intro": "Firmware AMS D non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0581409C", + "intro": "Firmware AMS-HT B non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0585409C", + "intro": "Firmware AMS-HT F non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0502409D", + "intro": "Firmware AMS C non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0500409D", + "intro": "Il firmware di AMS A non corrisponde alla stampante; il dispositivo non può continuare a funzionare. Aggiornalo alla pagina \"Firmware\"." + }, + { + "ecode": "0586409C", + "intro": "Firmware AMS-HT G non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "03004050", + "intro": "Timeout durante la calibrazione della telecamera Liveview; riavviare la stampante." + }, + { + "ecode": "0583409C", + "intro": "Firmware AMS-HT D non corrispondente alla stampante; il dispositivo non può continuare a funzionare. Effettua l'upgrade nella pagina \"Firmware\"." + }, + { + "ecode": "0C008034", + "intro": "Inizializzazione videocamera Liveview fallita. Questa stampa può ancora continuare, ma alcune funzioni IA saranno disabilitate. Se il problema persiste dopo il riavvio, contatta l'assistenza clienti." + }, + { + "ecode": "0C008043", + "intro": "IA ha rilevato il nozzle intasato. Controlla le condizioni del nozzle. Per soluzioni, consulta l'assistente." + }, + { + "ecode": "03004008", + "intro": "L'AMS non è riuscito a cambiare il filamento." + }, + { + "ecode": "0C00402A", + "intro": "Il marker visivo non è stato rilevato. Si prega di incollare nuovamente la carta nella posizione corretta." + }, + { + "ecode": "05004033", + "intro": "Il firmware AMS non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "05004031", + "intro": "Il firmware dell’accessorio non è compatibile con la stampante. Ti preghiamo di aggiornarlo dalla pagina \"Firmware\"." + }, + { + "ecode": "05008085", + "intro": "La fotocamera della testa è ostruita." + }, + { + "ecode": "07FF8007", + "intro": "Osserva il nozzle. Se il filamento è stato estruso, seleziona \"Continua\"; in caso contrario, spingi leggermente il filamento in avanti e poi seleziona \"Riprova\"." + }, + { + "ecode": "07FF8002", + "intro": "Il sistema di taglio è bloccato. Assicurati che la leva del taglierino sia completamente estratta." + }, + { + "ecode": "0500808C", + "intro": "È stato rilevato un disallineamento del piano. Allinea il piano di stampa con la piastra, quindi procedi." + }, + { + "ecode": "07FFC011", + "intro": "Estrai manualmente e lentamente il filamento dall'estrusore. Quindi clicca su \"Continua\"." + }, + { + "ecode": "05004039", + "intro": "L'operazione corrente non consente l'installazione del modulo laser/taglio operazione è interrotta." + }, + { + "ecode": "0500403B", + "intro": "Al momento non è possibile avviare attività laser/taglio sulla macchina. Utilizza il software del computer per avviare l'operazione." + }, + { + "ecode": "07044025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07004025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07034025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18014025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07024025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18044025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07014025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07074025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18074025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07064025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18064025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18054025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "07054025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18004025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18034025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "18024025", + "intro": "Impossibile leggere le informazioni sul filamento." + }, + { + "ecode": "0300800D", + "intro": "Rilevato che l'estrusore non sta estrudendo normalmente. Se i difetti sono accettabili, selezionare \"Riprendi\" per continuare la stampa." + }, + { + "ecode": "0500C036", + "intro": "Questa è un'operazione di stampa. Rimuovere il modulo Laser/Taglio dalla testa utensile." + }, + { + "ecode": "0300804F", + "intro": "Il processo di carico/scarico è attualmente in corso. Interrompere il processo o rimuovere il modulo Laser/Taglio." + }, + { + "ecode": "0300804E", + "intro": "Questa è un'operazione di stampa. Rimuovere il modulo Laser/Taglio dalla testa utensile." + }, + { + "ecode": "0500808A", + "intro": "La telecamera BirdsEye è installata in modalità offset. Rivolgiti all'assistente per reinstallarla." + }, + { + "ecode": "05008089", + "intro": "Attività sospesa a causa di un errore nel controllo presenza. Controlla la stampante per continuare." + }, + { + "ecode": "05008074", + "intro": "Piattaforma laser è sfalsata. Assicurati che i quattro angoli della piattaforma siano allineati con il piano e che l'indicatore non sia ostruito." + }, + { + "ecode": "05FE8081", + "intro": "Hotend sinistro non installato." + }, + { + "ecode": "05FF8081", + "intro": "Hotend destro non installato." + }, + { + "ecode": "05FF8080", + "intro": "Hotend destro non installato." + }, + { + "ecode": "05FE8080", + "intro": "Hotend sinistro non installato." + }, + { + "ecode": "05008080", + "intro": "Hotend sinistro e destro non installati." + }, + { + "ecode": "05008081", + "intro": "Hotend sinistro e destro non installati." + }, + { + "ecode": "05008088", + "intro": "Telecamera Birdseye sporca" + }, + { + "ecode": "05008087", + "intro": "Telecamera BirdsEye ostruita" + }, + { + "ecode": "03004002", + "intro": "Bed leveling automatico fallito. Operazione interrotta." + }, + { + "ecode": "0C004020", + "intro": "Configurazione BirdsEye Camera fallita. Rimuovi tutti gli oggetti e rimuovi il tappetino. Assicurati che il marker non sia ostruito." + }, + { + "ecode": "03008021", + "intro": "Il Nozzle potrebbe non essere installato o non essere installato correttamente. Si prega di assicurarsi che il Nozzle sia installato correttamente prima di procedere." + }, + { + "ecode": "03008061", + "intro": "La modalità Airflow System non si è attivata; controlla lo stato della porta." + }, + { + "ecode": "0300801A", + "intro": "Errore di estrusione del filamento; controlla l'Assistente per la risoluzione dei problemi. Dopo aver risolto il problema, decidi se annullare o riprendere il lavoro di stampa in base allo stato attuale della stampa." + }, + { + "ecode": "05008084", + "intro": "La LiveView Camera è sporca; si prega di pulirla e continuare." + }, + { + "ecode": "0500401E", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014023", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014025", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "18068012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "10018003", + "intro": "L'attivazione del timelapse tradizionale potrebbe portare a difetti. Vuoi abilitarla?" + }, + { + "ecode": "03008014", + "intro": "Il Nozzle è ricoperto di filamento, oppure il piano di stampa è installato in modo errato. Si prega di annullare questa stampa e pulire il Nozzle o regolare il piano in base allo stato attuale. È anche possibile selezionare \"Riprendi\" per riprendere il lavoro di stampa." + }, + { + "ecode": "03008017", + "intro": "Oggetti estranei rilevati sul piano. Verifica e pulisci il piano. Quindi, seleziona \"Riprendi\" per riprendere il lavoro di stampa." + }, + { + "ecode": "0500401C", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004025", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004026", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004028", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "0501401B", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014020", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014022", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014029", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "07008012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07018012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07028012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07FF8011", + "intro": "Filamento esterno è esaurito; caricare un nuovo filamento." + }, + { + "ecode": "0300801C", + "intro": "La resistenza all'estrusione è anomala. L'estrusore potrebbe essere intasato; consulta Assistente per la risoluzione dei problemi. Dopo aver risolto il problema, puoi selezionare \"Riprendi\" per riprendere il lavoro di stampa." + }, + { + "ecode": "05008055", + "intro": "Il modulo laser è installato, ma è rilevata una piattaforma di taglio. Posiziona una piattaforma laser ed esegui la calibrazione laser." + }, + { + "ecode": "03004020", + "intro": "Il rilevamento della presenza del Nozzle non è riuscito. Si prega di controllare Assistente per ulteriori dettagli." + }, + { + "ecode": "0500402E", + "intro": "Il sistema non supporta il file system attualmente utilizzato dalla chiavetta USB. Si prega di sostituire o formattare la chiavetta USB in FAT32." + }, + { + "ecode": "05008063", + "intro": "La piattaforma non è rilevata durante la calibrazione; si prega di assicurarsi che la Piattaforma Laser sia posizionata correttamente." + }, + { + "ecode": "05008066", + "intro": "L'operazione richiede una piattaforma di taglio, attualmente c'è una piattaforma laser. Sostituiscila con una piattaforma di taglio (base di protezione dal taglio + tappetino da taglio LightGrip)." + }, + { + "ecode": "18008012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18048012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07058012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07068012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07078012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18058012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18078012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07048012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18018012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "05004065", + "intro": "L'attività richiede una piattaforma laser, ma quella attuale è una piattaforma di taglio. Sostituiscila, misura lo spessore del materiale nel software e poi riavvia l'operazione." + }, + { + "ecode": "05004075", + "intro": "Nessuna Piattaforma Laser è stata rilevata, il che potrebbe influire sulla precisione della misurazione dello spessore. Si prega di posizionare correttamente la Piattaforma Laser e di assicurarsi che i marcatori posteriori non siano bloccati, quindi riavviare la misurazione dello spessore nel software prima di avviare l'attività." + }, + { + "ecode": "0500807D", + "intro": "Questa attività richiede una Piattaforma Taglio, ma quella attuale è una Piattaforma Laser. Si prega di sostituirla con una Piattaforma Laser (Cutting Protection Base + StrongGrip Cutting Mat)." + }, + { + "ecode": "03008000", + "intro": "La stampa è stata messa in pausa per un motivo sconosciuto. Puoi selezionare \"Riprendi\" per riprendere il lavoro di stampa." + }, + { + "ecode": "03008016", + "intro": "Il Nozzle è ostruito dal filamento. Si prega di annullare questa stampa e pulire il Nozzle oppure selezionare \"Riprendi\" per riprendere il lavoro di stampa." + }, + { + "ecode": "0500401B", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004020", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004022", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004023", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05004029", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "0501401C", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "0501401E", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014026", + "intro": "Accesso al cloud rifiutato. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "05014028", + "intro": "Risposta cloud non valida. Se hai provato più volte e continua a non funzionare, contatta l'assistenza clienti." + }, + { + "ecode": "07038012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07FF8012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "07FFC00A", + "intro": "Osservare il nozzle. Se il filamento è stato estruso, selezionare \"Continua\" in caso contrario, spingere leggermente il filamento in avanti e quindi selezionare \"Riprova\"." + }, + { + "ecode": "05008064", + "intro": "Posizionare correttamente la Piattaforma Laser e assicurarsi che i marcatori posteriori non siano bloccati per la calibrazione laser." + }, + { + "ecode": "18038012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18028012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "18FF8012", + "intro": "Impossibile ottenere la tabella di mappatura AMS; seleziona \"Riprendi\" per riprovare." + }, + { + "ecode": "05004076", + "intro": "Posizionare correttamente la piattaforma laser e assicurarsi che i marcatori posteriori non siano bloccati, quindi riavviare la misurazione dello spessore nel software prima di iniziare l'attività." + }, + { + "ecode": "0500807A", + "intro": "La funzione di rilevamento di oggetti estranei non funziona. Puoi continuare l'attività oppure verificare l'Assistant per la risoluzione dei problemi." + }, + { + "ecode": "07FF8010", + "intro": "Controllare se la bobina o il filamento esterno sono bloccati." + }, + { + "ecode": "03004000", + "intro": "Homing dell'asse Z fallito; l'attività è stata interrotta." + }, + { + "ecode": "0300800A", + "intro": "È stato rilevato un accumulo di filamento tramite l'AI Print Monitoring. Si prega di pulire il filamento dallo scivolo di scarico." + }, + { + "ecode": "0300800B", + "intro": "Il taglierino è bloccato. Assicurati che la leva del taglierino sia fuori e controlla il collegamento del cavo del sensore del filamento." + }, + { + "ecode": "03008065", + "intro": "La temperatura del modulo MC è troppo alta. Si prega di consultare il Wiki per possibili spiegazioni." + }, + { + "ecode": "05004070", + "intro": "Modulo laser o cutter collegato, il dispositivo non può avviare un'attività di stampa 3D." + }, + { + "ecode": "0300400B", + "intro": "Eccezione di comunicazione interna" + }, + { + "ecode": "03008001", + "intro": "La stampa è stata messa in pausa a causa del comando di pausa aggiunto al file di stampa." + }, + { + "ecode": "05014038", + "intro": "Le impostazioni regionali non corrispondono a quelle della stampante; si prega di verificare le impostazioni regionali della stampante." + }, + { + "ecode": "03008051", + "intro": "Modulo di taglio caduto o cavo modulo di taglio scollegato; controlla il modulo." + }, + { + "ecode": "0C004024", + "intro": "Telecamera Birdseye installata decentrata. Per reinstallarla, fai riferimento alla guida." + }, + { + "ecode": "10018004", + "intro": "La Prime Tower non è abilitata e la modalità time-lapse nel file di slicing è impostata su Smooth. Questo potrebbe causare difetti superficiali. Vuoi abilitarla?" + }, + { + "ecode": "03008041", + "intro": "Timeout rilevamento piattaforma: riavvia la stampante." + }, + { + "ecode": "03004067", + "intro": "Il risultato della calibrazione è superiore alla soglia." + }, + { + "ecode": "18008011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18078011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18038011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18018011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18058011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18068011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "18048011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "03004011", + "intro": "Calibrazione dinamica del flusso fallita; riavvia la stampa o la calibrazione." + }, + { + "ecode": "18028011", + "intro": "Filamento AMS-HT terminato. Carica un nuovo filamento nello stesso slot AMS-HT." + }, + { + "ecode": "05008072", + "intro": "La telecamera Live View è bloccata" + }, + { + "ecode": "05008083", + "intro": "Il materiale non è consentito nella calibrazione del montaggio. Si prega di rimuovere il materiale dalla piattaforma." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "10014002", + "intro": "Il timelapse non è supportato in quanto la sequenza di stampa è impostata su \"Per oggetto\"." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1803C069", + "intro": "AMS-HT D Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C06E", + "intro": "Il motore dell'AMS-HT F sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1800C06E", + "intro": "Il motore dell'AMS-HT A sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C069", + "intro": "AMS-HT F Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1807C069", + "intro": "AMS-HT H Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1803C06E", + "intro": "Il motore dell'AMS-HT D sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1802C06E", + "intro": "Il motore dell'AMS-HT C sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C069", + "intro": "AMS-HT G Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1800C069", + "intro": "AMS-HT A Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1802C069", + "intro": "AMS-HT C Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1807C06E", + "intro": "Il motore dell'AMS-HT H sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1000C003", + "intro": "L'attivazione del Timelapse in modalità tradizionale potrebbe causare difetti; Attiva questa funzione solo se necessario." + }, + { + "ecode": "1804C069", + "intro": "AMS-HT E Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1801C06E", + "intro": "Il motore dell'AMS-HT B sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C06E", + "intro": "Il motore dell'AMS-HT G sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1801C069", + "intro": "AMS-HT B Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "1804C06E", + "intro": "Il motore dell'AMS-HT E sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "10014001", + "intro": "Il timelapse non è supportato in quanto la modalità Spiral Vase è abilitata nelle preimpostazioni dello slicing." + }, + { + "ecode": "0500806E", + "intro": "Rilevati oggetti estranei sul piano; controlla e pulisci il piano." + }, + { + "ecode": "05004004", + "intro": "La stampante non può ricevere nuovi lavori di stampa durante la stampa. Attendi il termine della stampa corrente per inviare una nuova stampa." + }, + { + "ecode": "0C004025", + "intro": "La telecamera Birdseye è sporca. Pulirla e riavviare il processo." + }, + { + "ecode": "05008061", + "intro": "Nessuna piatto rilevato. Assicurati che sia posizionato correttamente." + }, + { + "ecode": "0701C06C", + "intro": "AMS B è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0701C069", + "intro": "AMS B Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "0700C06E", + "intro": "Il motore dell'AMS A sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0703C06C", + "intro": "AMS D è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0703C069", + "intro": "AMS D Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "0701C06B", + "intro": "AMS B sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0700C06C", + "intro": "AMS A è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C069", + "intro": "AMS C Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "0703C06B", + "intro": "AMS D sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "03008054", + "intro": "Inserire la carta necessaria per la stampa e il taglio." + }, + { + "ecode": "0703C06D", + "intro": "AMS D sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0701C06D", + "intro": "AMS B sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C06A", + "intro": "AMS C sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C06E", + "intro": "Il motore dell'AMS C sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C06C", + "intro": "AMS C è in modalità assistenza all'alimentazione. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C06B", + "intro": "AMS C sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0700C06D", + "intro": "AMS A sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0701C06A", + "intro": "AMS B sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0702C06D", + "intro": "AMS C sta assistendo nell'inserimento del filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "05008082", + "intro": "Rimuovi la pellicola protettiva sull'acrilico lucido opaco prima della lavorazione" + }, + { + "ecode": "0703C06A", + "intro": "AMS D sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0700C06B", + "intro": "AMS A sta cambiando il filamento. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "05008060", + "intro": "L'attuale modulo sulla testina non soddisfa i requisiti. Sostituisci il modulo seguendo le istruzioni sullo schermo." + }, + { + "ecode": "0700C069", + "intro": "AMS A Si è verificato un errore durante l'asciugatura. Consulta l'Assistente per maggiori dettagli." + }, + { + "ecode": "0701C06E", + "intro": "Il motore dell'AMS B sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0700C06A", + "intro": "AMS A sta leggendo l'RFID. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "0703C06E", + "intro": "Il motore dell'AMS D sta eseguendo un autotest. Impossibile avviare l'asciugatura. Riprova più tardi." + }, + { + "ecode": "05008056", + "intro": "Il modulo di taglio è installato, ma è rilevata la piattaforma laser. Posiziona la piattaforma di taglio per la calibrazione." + }, + { + "ecode": "0500C07F", + "intro": "Il dispositivo è occupato e non può eseguire questa operazione. Per procedere, mettere in pausa o interrompere l'attività corrente." + }, + { + "ecode": "0C008016", + "intro": "La funzione rilevamento oggetti estranei non funziona. È possibile continuare l'attività o verificare la presenza di soluzioni nell'assistente." + }, + { + "ecode": "07FF8001", + "intro": "Taglio del filamento non riuscito. Verifica la lama." + }, + { + "ecode": "18FF8001", + "intro": "Taglio filamento fallito. Verifica la lama." + }, + { + "ecode": "07018016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07048016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18028016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07078016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18018016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18008016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "0C004021", + "intro": "Configurazione telecamera BirdsEye fallita; riavvia la stampante." + }, + { + "ecode": "0C004026", + "intro": "Inizializzazione Camera Live View fallita; Riavvia la stampante." + }, + { + "ecode": "07008016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07038016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07028016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07068016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18048016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18068016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18078016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18038016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "07058016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "18058016", + "intro": "L'estrusore non sta estrudendo normalmente; consulta l'Assistente. Dopo aver risolto, se i difetti sono accettabili, procedi con la stampa." + }, + { + "ecode": "0C00402D", + "intro": "La Telecamera Toolhead non funziona correttamente; riavvia il dispositivo." + }, + { + "ecode": "07FF8004", + "intro": "Impossibile estrarre il filamento dalla testa di stampa all'AMS. Controlla se il filamento o la bobina sono bloccati." + }, + { + "ecode": "0500805C", + "intro": "Tappetino da taglio con impugnatura non corrisponde; posiziona un tappetino da taglio LightGrip." + }, + { + "ecode": "05008059", + "intro": "Base piattaforma di taglio non allineata correttamente. Assicurati che i quattro angoli della piattaforma siano allineati con il piano." + }, + { + "ecode": "0500806C", + "intro": "Posiziona correttamente la piattaforma di taglio e assicurati che il marker sia esposto." + }, + { + "ecode": "07018013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "0500805A", + "intro": "Posiziona il tappetino da taglio sulla base di protezione dal taglio." + }, + { + "ecode": "07068013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18038013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18008013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18048013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18028013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18058013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "07048013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "05008071", + "intro": "Non è stata rilevata alcuna piattaforma di taglio. Verifica che sia stata posizionata correttamente." + }, + { + "ecode": "05008073", + "intro": "Il blocco limite del piano è ostruito o contaminato. Pulisci e assicurati che il blocco limite sia visibile, altrimenti il rilevamento dell'offset dalla posizione della piattaforma potrebbe essere impreciso." + }, + { + "ecode": "05008068", + "intro": "Posiziona correttamente il tappetino da taglio con impugnatura robusta e assicurati che il pennarello sia esposto." + }, + { + "ecode": "0500807C", + "intro": "Posiziona la piattaforma di taglio (base di protezione dal taglio + tappetino da taglio StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Posiziona un tappetino da taglio LightGrip sulla base di protezione da taglio." + }, + { + "ecode": "07008013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "07028013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "07038013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "0500806F", + "intro": "Il tipo di tappetino da taglio con impugnatura non corrisponde; posiziona un tappetino da taglio StrongGrip." + }, + { + "ecode": "18068013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "07058013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato. Dopo aver risolto il problema, clicca su Riprova." + }, + { + "ecode": "07078013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18018013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "18078013", + "intro": "Timeout spurgo vecchio filamento: controlla se il filamento è bloccato o l'estrusore ha cloggato." + }, + { + "ecode": "03004052", + "intro": "Homing asse Z della lama non riuscito" + }, + { + "ecode": "05008058", + "intro": "Posiziona correttamente il tappetino da taglio con impugnatura leggera e assicurati che il pennarello sia esposto." + }, + { + "ecode": "0500807B", + "intro": "Posiziona la piattaforma di taglio (base di protezione dal taglio + tappetino da taglio LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "Funzione rilevamento oggetti estranei non funzionante. È possibile continuare l'attività o visualizzare l'assistente per la risoluzione dei problemi." + }, + { + "ecode": "0500805B", + "intro": "Tappetino da taglio sconosciuto. Sostituirlo con il tappetino da taglio corretto." + }, + { + "ecode": "03008064", + "intro": "Temperatura della cameratroppo alta. Aprire il coperchio superiore e lo sportello anteriore per raffreddare. (Il rilevamento della porta aperta per questo processo di stampa verrà impostato sul livello \"Notifica\")" + }, + { + "ecode": "0C008017", + "intro": "Rilevati oggetti estranei sulla piattaforma; Ripuliscili per tempo." + }, + { + "ecode": "05008077", + "intro": "L'indicatore visivo non è stato rilevato. Assicurati che la carta sia posizionata correttamente." + }, + { + "ecode": "05008078", + "intro": "Il materiale corrente non corrisponde alle impostazioni del file suddiviso. Carica il materiale corretto e assicurati che il QR code sul materiale non sia danneggiato o sporco." + }, + { + "ecode": "0500403F", + "intro": "Download lavoro di stampa fallito; verifica la connessione di rete." + }, + { + "ecode": "0500403D", + "intro": "Modulo testina non configurato. Configuralo prima di iniziare l'attività." + }, + { + "ecode": "0300400C", + "intro": "La stampa è stata annullata." + }, + { + "ecode": "05008051", + "intro": "Il piatto rilevato non è la stesso del file Gcode. Regola le impostazioni dello slicer o utilizza il piatto corretto." + }, + { + "ecode": "18038017", + "intro": "L'AMS-HT D è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "07078010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18048010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18038010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18028010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18008010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18018017", + "intro": "L'AMS-HT B è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "18078010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18028017", + "intro": "L'AMS-HT C è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "18008017", + "intro": "L'AMS-HT A è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "07068011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "0C004027", + "intro": "Calibrazione della telecamera Live View non riuscita. Rivolgiti all'assistente per i dettagli e ricalibra la fotocamera dopo l'elaborazione." + }, + { + "ecode": "07058010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18018010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18068010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "18058010", + "intro": "Il servomotore AMS-HT è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07048010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07068010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07078011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07058011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07048011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "0C008015", + "intro": "Oggetti rilevati sulla piattaforma; puliscili tempestivamente." + }, + { + "ecode": "05024006", + "intro": "Rilevato modulo sconosciuto, prova ad aggiornare il firmware all'ultima versione." + }, + { + "ecode": "07018017", + "intro": "L'AMS B è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "07028017", + "intro": "L'AMS C è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "03004013", + "intro": "La stampa non può essere avviata mentre l'AMS è in fase di asciugatura." + }, + { + "ecode": "07038017", + "intro": "L'AMS D è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "07008017", + "intro": "L'AMS A è in fase di asciugatura. Interrompere il processo di asciugatura prima di caricare/scaricare il materiale." + }, + { + "ecode": "07FFC003", + "intro": "Estrai il filamento dal portabobina. Se questo messaggio persiste, controlla se c'è un filamento rotto nell'estrusore o nel tubo PTFE. (Collega il tubo in PTFE se si sta per utilizzare AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Estrai il filamento dal portabobina. Se questo messaggio persiste, controlla se c'è del filamento rotto nell'estrusore. (Collega il tubo PTFE se stai per utilizzare l'AMS)" + }, + { + "ecode": "0500405D", + "intro": "Errore numero seriale modulo laser: impossibile calibrare o realizzare il progetto." + }, + { + "ecode": "0500805E", + "intro": "Errore numero di serie modulo di taglio: impossibile calibrare o realizzare il progetto." + }, + { + "ecode": "0500C010", + "intro": "Problema lettura/scrittura dell'unità flash USB; reinseriscila o sostituiscila." + }, + { + "ecode": "0500402F", + "intro": "I dati del settore dell'unità flash USB sono danneggiati; formattarla. Se non viene ancora riconosciuta, sostituire l'unità flash USB." + }, + { + "ecode": "05008053", + "intro": "Durante la stampa è stata rilevata una mancata corrispondenza del nozzle. Avviare la stampa dopo aver nuovamente effettuato lo slicing o continuare a stampare dopo aver sostituito il nozzle corretto. Attenzione: la temperatura dell'hotend è elevata." + }, + { + "ecode": "05024003", + "intro": "La stampante è attualmente in fase di stampa e la funzione di miglioramento della precisione del movimento non può essere attivata o disattivata." + }, + { + "ecode": "05024005", + "intro": "L'AMS non è stato ancora calibrato, quindi non è possibile avviare la stampa." + }, + { + "ecode": "07FF8003", + "intro": "Estrai il filamento dal portabobina. Se questo messaggio persiste, controlla se c'è un filamento rotto nell'estrusore. (Collega il tubo in PTFE se si sta per utilizzare AMS)" + }, + { + "ecode": "03008049", + "intro": "La piastra attuale non è valida." + }, + { + "ecode": "05004008", + "intro": "Avvio della stampa non riuscito. Spegnere e riaccendere la stampante e inviare nuovamente il lavoro di stampa." + }, + { + "ecode": "0500400B", + "intro": "Si è verificato un problema durante il download di un file. Controlla la connessione di rete e invia nuovamente il lavoro di stampa." + }, + { + "ecode": "05004018", + "intro": "Analisi delle informazioni di configurazione dell associazione non riuscita, riprovare." + }, + { + "ecode": "0500402C", + "intro": "Impossibile ottenere l'indirizzo IP, ciò può essere causato da interferenze wireless con conseguente errore nella trasmissione dei dati o riempimento del pool di indirizzi DHCP del router. Sposta la stampante più vicino al router e riprova. Se il problema persiste, controlla le impostazioni del router per vedere se gli indirizzi IP sono esauriti." + }, + { + "ecode": "0500400A", + "intro": "Nome del file non supportato. Rinomina e riavvia il processo di stampa." + }, + { + "ecode": "0500400D", + "intro": "Effettua una diagnosi e riavvia il processo di stampa." + }, + { + "ecode": "0501401A", + "intro": "L'accesso al cloud non è riuscito. Tra le possibili cause vi sono l'instabilità della rete causata da interferenze, l'impossibilità di accedere a Internet o le restrizioni della configurazione del firewall del router. Si può provare a spostare la stampante più vicino al router o a controllare la configurazione del router e riprovare." + }, + { + "ecode": "05014033", + "intro": "La tua regione APP non corrisponde alla tua stampante; scarica l'APP nella regione corrispondente e registra nuovamente il tuo account." + }, + { + "ecode": "0500402D", + "intro": "Eccezione di sistema" + }, + { + "ecode": "03008047", + "intro": "Timeout di rilevamento della leva di sgancio rapido: riavviare la stampante." + }, + { + "ecode": "03008008", + "intro": "Stampa interrotta per un problema di temperatura del nozzle" + }, + { + "ecode": "03008009", + "intro": "Malfunzionamento temperatura del piano" + }, + { + "ecode": "05004002", + "intro": "Percorso o nome del file di stampa non supportato. Invia nuovamente il lavoro di stampa." + }, + { + "ecode": "05004006", + "intro": "Lo spazio di archiviazione non è sufficiente per il lavoro di stampa. Il ripristino delle impostazioni di fabbrica può liberare spazio disponibile." + }, + { + "ecode": "05014039", + "intro": "Login al dispositivo scaduto; Riesegui l'associazione." + }, + { + "ecode": "03008046", + "intro": "Timeout rilevamento oggetto estraneo: riavviare la stampante." + }, + { + "ecode": "03008062", + "intro": "La temperatura della camera è troppo alta. Potrebbe essere dovuta all'elevata temperatura ambientale." + }, + { + "ecode": "03008045", + "intro": "Timeout rilevamento materiale: riavviare la stampante." + }, + { + "ecode": "0300800C", + "intro": "Rilevato step saltato, recupero automatico completato; riprendi la stampa e controlla se ci sono problemi di scostamento del layer." + }, + { + "ecode": "0500401A", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze, l'impossibilità di accesso ad Internet o restrizioni configurazione del firewall del router. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "05014018", + "intro": "L'analisi delle informazioni di configurazione del binding non è riuscita, riprovare." + }, + { + "ecode": "0300400F", + "intro": "La tensione di alimentazione non è adatta alla stampante." + }, + { + "ecode": "05024004", + "intro": "Alcune funzionalità non sono supportate dal dispositivo corrente. Controlla le impostazioni delle funzionalità Studio o aggiorna il firmware alla versione più recente." + }, + { + "ecode": "0500806D", + "intro": "Materiale non rilevato. Conferma il posizionamento e continua." + }, + { + "ecode": "0C004022", + "intro": "La configurazione di BirdsEye Camera non è riuscita. Si prega di verificare se il modulo laser funziona correttamente." + }, + { + "ecode": "0300801D", + "intro": "Il sensore di posizione del servomotore dell'estrusore non funziona correttamente. Spegnere la stampante e controllare se il cavo di collegamento è allentato." + }, + { + "ecode": "07038002", + "intro": "La lama è bloccata. Assicurarsi che l'impugnatura della lama sia fuori." + }, + { + "ecode": "0C00403D", + "intro": "La piastra vision encoder non è stata rilevata. Si prega di confermare che sia posizionata correttamente sul piano riscaldato." + }, + { + "ecode": "07028002", + "intro": "La lama è bloccata. Assicurarsi che l'impugnatura della lama sia fuori." + }, + { + "ecode": "07018002", + "intro": "La lama è bloccata. Assicurarsi che l'impugnatura della lama sia fuori." + }, + { + "ecode": "0C00C004", + "intro": "È stato rilevato un possibile errore di spaghetti." + }, + { + "ecode": "05004043", + "intro": "A causa delle limitazioni di alimentazione, solo un AMS può utilizzare l'alimentazione del dispositivo per l'essiccazione." + }, + { + "ecode": "05004052", + "intro": "Errore rilevato sull'hot end." + }, + { + "ecode": "05004050", + "intro": "Errore rilevato sulla scheda di stampa." + }, + { + "ecode": "03004068", + "intro": "Si è verificata una perdita di passo durante il processo di miglioramento della precisione del movimento. Riprovare." + }, + { + "ecode": "05004054", + "intro": "Errore rilevato sul tappetino." + }, + { + "ecode": "0500403E", + "intro": "La testa di stampa corrente non supporta l'inizializzazione." + }, + { + "ecode": "03004066", + "intro": "Calibrazione della precisione del movimento non riuscita." + }, + { + "ecode": "0C00C006", + "intro": "Il filamento spurgato potrebbe essersi accumulato nello scivolo di spurgo." + }, + { + "ecode": "03008063", + "intro": "La temperatura della camera è troppo alta. Aprire il coperchio superiore e lo sportello anteriore per raffreddare." + }, + { + "ecode": "0C00800B", + "intro": "Il marker del piano non è stato rilevato. Si prega di rimuovere tutti gli oggetti e il tappetino. Assicurarsi che il marker non sia ostruito." + }, + { + "ecode": "0C004029", + "intro": "Materiale non rilevato. Confermare il posizionamento e continuare." + }, + { + "ecode": "0C008005", + "intro": "Il filamento spurgato si è accumulato nello scivolo degli scarti, causando una collisione con la testa dell'utensile." + }, + { + "ecode": "0C008033", + "intro": "La leva di sgancio rapido non è bloccata. Spingerla verso il basso per fissarla." + }, + { + "ecode": "0C008009", + "intro": "Il Marker di localizzazione del piatto non è stato trovato." + }, + { + "ecode": "1000C001", + "intro": "L'elevata temperatura del piano può causare l'intasamento del filamento nel nozzle. Puoi aprire la porta della camera." + }, + { + "ecode": "1000C002", + "intro": "La stampa di materiale CF (fibra di carbonio) con nozzle in acciaio inossidabile può danneggiarli." + }, + { + "ecode": "07038010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07038011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07FF8006", + "intro": "Inserisci il filamento nel tubo in PTFE fino a quando non può essere spinto oltre." + }, + { + "ecode": "07FFC006", + "intro": "Inserisci il filamento nel tubo in PTFE fino a quando non può essere spinto oltre." + }, + { + "ecode": "07FFC009", + "intro": "Inserisci il filamento nel tubo PTFE finché non puoi spingerlo oltre." + }, + { + "ecode": "07028010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07028011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07018010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "07018011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07008011", + "intro": "Filamento AMS terminato. Carica un nuovo filamento nello stesso slot AMS." + }, + { + "ecode": "07008002", + "intro": "Taglierina bloccata. Estrarre la leva della taglierina e fai clic sul pulsante riprova." + }, + { + "ecode": "07008010", + "intro": "Il servomotore AMS è sovraccarico. La causa può essere un filamento impigliato o la bobina bloccata." + }, + { + "ecode": "0501401D", + "intro": "L'accesso al cloud non è riuscito, il che potrebbe essere causato dall'instabilità della rete dovuta a interferenze. Puoi provare ad avvicinare la stampante al router prima di riprovare." + }, + { + "ecode": "0501401F", + "intro": "L'autorizzazione è scaduta. Assicurati che il tuo telefono o PC abbia accesso a Internet e assicurati che l'APP Bambu Studio/Bambu Handy sia in esecuzione in primo piano durante l'operazione di associazione." + }, + { + "ecode": "05014021", + "intro": "L'accesso al cloud non è riuscito, il che potrebbe essere causato dall'instabilità della rete dovuta a interferenze. Puoi provare ad avvicinare la stampante al router prima di riprovare." + }, + { + "ecode": "05014024", + "intro": "L'accesso al cloud non è riuscito. Tra le possibili cause vi sono l'instabilità della rete causata da interferenze, l'impossibilità di accedere a Internet o le restrizioni della configurazione del firewall del router. Si può provare a spostare la stampante più vicino al router o a controllare la configurazione del router prima di riprovare." + }, + { + "ecode": "05014027", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "05014031", + "intro": "L'associazione Device Discovery è in corso e il codice QR non può essere visualizzato sullo schermo. Puoi attendere il completamento dell'associazione o interrompere il processo di associazione Device Discovery nell'App/Studio e riprovare a scansionare il codice QR sullo schermo per verificare l'associazione." + }, + { + "ecode": "05014032", + "intro": "L'associazione del codice QR è in corso e l'associazione di rilevamento del dispositivo non può essere eseguita. Puoi scansionare il codice QR sullo schermo per verificarne l'associazione oppure uscire dalla pagina di visualizzazione del codice QR sullo schermo e provare l'associazione Device Discovery." + }, + { + "ecode": "05014034", + "intro": "L'avanzamento dello slicing non viene aggiornato tempo e l'operazione di stampa è terminata. Conferma i parametri e riavvia la stampa." + }, + { + "ecode": "05014035", + "intro": "Il dispositivo è in fase di associazione e non può rispondere alla richiesta vincolante." + }, + { + "ecode": "05024001", + "intro": "Il filamento corrente verrà utilizzato in questo processo di stampa. Le impostazioni non possono essere modificate." + }, + { + "ecode": "05004001", + "intro": "Impossibile connettersi a Bambu Cloud. Controlla la connessione di rete." + }, + { + "ecode": "05004003", + "intro": "Stampa interrotta perché la stampante non è stata in grado di analizzare il file. Invia nuovamente il lavoro di stampa." + }, + { + "ecode": "05004005", + "intro": "Non è consentito inviare lavori di stampa durante l'aggiornamento del firmware." + }, + { + "ecode": "05004009", + "intro": "Non è consentito inviare lavori di stampa durante l'aggiornamento dei registri." + }, + { + "ecode": "0500400E", + "intro": "La stampa è stata annullata." + }, + { + "ecode": "05004014", + "intro": "Impossibile suddividere il lavoro di stampa. Verifica le impostazioni e riavvia il processo di stampa." + }, + { + "ecode": "05004017", + "intro": "Associazione fallita. Riprova o riavvia la stampante." + }, + { + "ecode": "05004019", + "intro": "La stampante è già collegata. Scollegala e riprova." + }, + { + "ecode": "0500401D", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "0500401F", + "intro": "L'autorizzazione è scaduta. Assicurati che il tuo telefono o PC abbia accesso a Internet e assicurati che l'APP Bambu Studio/Bambu Handy sia in esecuzione in primo piano durante l'operazione di associazione." + }, + { + "ecode": "05004021", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "05004024", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze, l'impossibilità di accesso ad Internet o restrizioni configurazione del firewall del router. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "05004027", + "intro": "Accesso al cloud non riuscito. Le cause possibili sono l'instabilità della rete per interferenze. Prova ad avvicinare la stampante al router o controlla la configurazione del router e riprova." + }, + { + "ecode": "0500402A", + "intro": "Connessione al router non riuscita, che può essere causata da interferenze wireless o dalla distanza eccessiva dal router. Riprova o avvicina la stampante al router e riprova." + }, + { + "ecode": "0500402B", + "intro": "Connessione al router non riuscita a causa di una password errata. Controlla la password e riprova." + }, + { + "ecode": "05004037", + "intro": "Il file non è compatibile con il modello di stampante corrente. Questo file non può essere stampato su questa stampante." + }, + { + "ecode": "05004038", + "intro": "Il diametro del nozzle nel file non corrisponde all'impostazione attuale dell'ugello. Questo file non può essere stampato." + }, + { + "ecode": "05008013", + "intro": "File di stampa non disponibile. Verifica se la MicroSD è inserita." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Il file non è compatibile con il modello di stampante corrente. Continuare?" + }, + { + "ecode": "05014017", + "intro": "Associazione fallita. Riprova o riavvia la stampante." + }, + { + "ecode": "05014019", + "intro": "La stampante è già associata. Dissociata e riprova." + }, + { + "ecode": "03004001", + "intro": "La stampante si è bloccata in attesa che il nozzle si raffreddasse prima di eseguire l'homing." + }, + { + "ecode": "03004005", + "intro": "La velocità ventola del nozzle è anomala." + }, + { + "ecode": "03004006", + "intro": "Il Nozzle ha cloggato." + }, + { + "ecode": "03004009", + "intro": "Homing dell'asse XY fallito." + }, + { + "ecode": "0300400A", + "intro": "Identificazione frequenza di risonanza meccanica fallita." + }, + { + "ecode": "0300400D", + "intro": "Ripresa della stampa fallita dopo la perdita di alimentazione." + }, + { + "ecode": "0300400E", + "intro": "Autoverifica del motore fallita." + }, + { + "ecode": "03008003", + "intro": "Sono stati rilevati dal monitoraggio AI difetti di spaghetti. Controlla la qualità del modello in stampa prima di continuare." + }, + { + "ecode": "03008005", + "intro": "La cover anteriore della testa di stampa è caduta. Rimonta la cover anteriore e verifica che la stampa stia andando bene." + }, + { + "ecode": "03008007", + "intro": "C'era un lavoro di stampa incompleto quando la stampante ha perso l'alimentazione. Se il modello è ancora aderente alla piastra di stampa, puoi provare a riprendere il lavoro di stampa." + }, + { + "ecode": "0300800E", + "intro": "File di stampa non disponibile. Verifica se la MicroSD è inserita." + }, + { + "ecode": "0300800F", + "intro": "La porta sembra essere aperta, quindi la stampa è stata messa in pausa." + }, + { + "ecode": "03008010", + "intro": "La velocità della ventola di raffreddamento dell'hotend è anomala." + }, + { + "ecode": "03008013", + "intro": "Stampa messa in pausa dall'utente. Seleziona «Riprendi» per continuare la stampa." + }, + { + "ecode": "03008018", + "intro": "Malfunzionamento temperatura camera." + }, + { + "ecode": "03008019", + "intro": "Piastra non posizionata." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_ja_22E.json b/resources/hms/hms_ja_22E.json new file mode 100644 index 0000000000..09da5abdf3 --- /dev/null +++ b/resources/hms/hms_ja_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "ja": [ + { + "ecode": "0300020000010008", + "intro": "押出しノズルの温度が異常で、設定値に達しない可能性があります。これは、適切に取り付けられていないノズルシリコンソックによるものかもしれません。" + }, + { + "ecode": "030018000001000D", + "intro": "ノズルの凝集検出のキャリブレーションに失敗しました。ノズルに過剰な力が検出されました。ノズルが正しく取り付けられていることを確認してください。" + }, + { + "ecode": "030018000001000E", + "intro": "ノズルの凝集検出のキャリブレーションに失敗しました。ノズルが穴の内壁に触れていませんでした。ノズルとヒートベッドの後ろ右側の鋼板の穴を清掃してください。" + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "押出機が異常に押し出しています。詰まりが発生しているか、フィラメントが細すぎて押出機が空回りしているか、または外付けフィラメントが絡まっている可能性があります。" + }, + { + "ecode": "0300090000020004", + "intro": "押出抵抗が異常です。押出機の詰まり、ツールヘッド内でのフィラメントの滞留、または外付けフィラメントの絡まりが原因の可能性があります。" + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "左側補助コンポーネント冷却ファンの回転が遅くなっています。ファンが詰まっている可能性があり、清掃が必要です。" + }, + { + "ecode": "03003A0000020002", + "intro": "左側補助コンポーネント冷却ファンの回転が遅くなっています。\nファンが詰まっている可能性があり、清掃が必要です。" + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "タイムラプスキットの認証に失敗しました。ケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "0C0003000003001A", + "intro": "異物検出に失敗しました。手動で中断(例:「停止」をクリック)した可能性があります。そうでない場合は、プリンターを再起動するか、ファームウェアを更新してください。" + }, + { + "ecode": "0501040000030002", + "intro": "ねじ棒に潤滑が必要です。" + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "押出機の押出力センサーに異常なデータ変動が検出されました。センサーの接触不良、またはセンサー自体の故障が原因の可能性があります。" + }, + { + "ecode": "0300910000010008", + "intro": "チャンバーのヒーターが目標温度に達しませんでした。" + }, + { + "ecode": "0C00030000020015", + "intro": "異物検出が機能していません。ライブビューカメラが交換されたことを検出しました。プリンター画面の「設定」>「キャリブレーション」からライブビューカメラの再キャリブレーションを行ってください。" + }, + { + "ecode": "0C00030000020014", + "intro": "異物検出の精度が低下しています。頻繁に発生する場合は、プリンター画面の「設定」>「キャリブレーション」からライブビューカメラのキャリブレーションを行ってください。" + }, + { + "ecode": "0C00030000020012", + "intro": "異物検出が機能していません。ライブビューカメラのキャリブレーションが必要です。プリンター画面で「設定 > キャリブレーション」をタップしてください。" + }, + { + "ecode": "0501040000030003", + "intro": "リニアロッドは洗浄と潤滑が必要です。" + }, + { + "ecode": "0300180000030009", + "intro": "このマシンでは初めて高温ベッドレベリングが自動的に行われていますので、ご注意ください。" + }, + { + "ecode": "03002D0000030009", + "intro": "初回の高温ベッドレベリングを実行中です。" + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT Aのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "ヒートベッドのレベリングに失敗しました。ベッド上の異物や傾きが原因の可能性があります。このまま造形を続行すると、造形プレートを損傷する恐れがあります。異物を取り除くか、ベッドを手動でレベリングしてから再試行してください。" + }, + { + "ecode": "0500030000020055", + "intro": "ユーザー情報の有効期限が切れています。もう一度ログインしてください。" + }, + { + "ecode": "0300290000010001", + "intro": "エンコーダーパターンを認識できません。パターンの歪み、光の過剰露出、プレートの位置ずれなどが原因と考えられます。" + }, + { + "ecode": "0703250000020001", + "intro": "AMS D は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0700250000020001", + "intro": "AMS A は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0701250000020001", + "intro": "AMS B は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0706250000020001", + "intro": "AMS G は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0702250000020001", + "intro": "AMS C は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0705250000020001", + "intro": "AMS F は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0707250000020001", + "intro": "AMS H は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0704250000020001", + "intro": "AMS E は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "03002B0000020001", + "intro": "エアドアのキャリブレーションに失敗しました。ダンパーに異物が挟まっていないか確認してください。" + }, + { + "ecode": "0701900000010004", + "intro": "AMS B の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0707910000010004", + "intro": "AMS H の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1803900000010004", + "intro": "AMS-HT D の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1807910000010004", + "intro": "AMS-HT H の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1800910000010004", + "intro": "AMS-HT A の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1800900000010004", + "intro": "AMS-HT A の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0704900000010004", + "intro": "AMS E の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1803910000010004", + "intro": "AMS-HT D の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0705900000010004", + "intro": "AMS F の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1805900000010004", + "intro": "AMS-HT F の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0706900000010004", + "intro": "AMS G の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1804900000010004", + "intro": "AMS-HT E の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0707900000010004", + "intro": "AMS H の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1802900000010004", + "intro": "AMS-HT C の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1805910000010004", + "intro": "AMS-HT F の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1804910000010004", + "intro": "AMS-HT E の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1806900000010004", + "intro": "AMS-HT G の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0700910000010004", + "intro": "AMS A の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0702900000010004", + "intro": "AMS C の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0706910000010004", + "intro": "AMS G の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0701910000010004", + "intro": "AMS B の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1801910000010004", + "intro": "AMS-HT B の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1806910000010004", + "intro": "AMS-HT G の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0703910000010004", + "intro": "AMS D の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0700900000010004", + "intro": "AMS A の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0704910000010004", + "intro": "AMS E の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0705910000010004", + "intro": "AMS F の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0702910000010004", + "intro": "AMS C の排気バルブ 2 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0703900000010004", + "intro": "AMS D の排気バルブ 1 の電流センサーに異常があります。AMSのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1801900000010004", + "intro": "AMS-HT B の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1807900000010004", + "intro": "AMS-HT H の排気バルブ 1 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "1802910000010004", + "intro": "AMS-HT C の排気バルブ 2 の電流センサーに異常があります。AMS-HTのメインボード交換が必要なため、カスタマーサポートまでご連絡ください。" + }, + { + "ecode": "0702960000020004", + "intro": "AMS C の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0704960000020004", + "intro": "AMS E の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0703960000020004", + "intro": "AMS D の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0707960000020004", + "intro": "AMS H の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0300320000010001", + "intro": "右側(補助部品冷却・フィルター用)ファンの回転が遅すぎるか、停止しています。ファンが詰まっているか、コネクタが正しく接続されていない可能性があります。" + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0706960000020004", + "intro": "AMS G の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0701960000020004", + "intro": "AMS B の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0300320000010002", + "intro": "右側(補助部品冷却・フィルター用)ファンの回転が遅くなっています。ファンが詰まっており、清掃が必要な可能性があります。" + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C は、ロード中および造形中の乾燥にプリンターの電源を使用しています。より効果的な乾燥のために、電源アダプターを接続してください。" + }, + { + "ecode": "0700960000020004", + "intro": "AMS A の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0705960000020004", + "intro": "AMS F の温度制御誤差が大きすぎます。フタが開いているか、ヒーターに異常がある可能性があります。" + }, + { + "ecode": "0500060000020001", + "intro": "ツールヘッドカメラが正しく取り付けられていません。ハードウェアの接続を確認してください。" + }, + { + "ecode": "0700610000020001", + "intro": "AMS A スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0701610000020001", + "intro": "AMS Bスロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0701620000020001", + "intro": "AMS B スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0701630000020001", + "intro": "AMS B スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0702600000020001", + "intro": "AMS C スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0707620000020001", + "intro": "AMS H スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0707630000020001", + "intro": "AMS H スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0705630000020001", + "intro": "AMS F スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0704600000020001", + "intro": "AMS E スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0707600000020001", + "intro": "AMS H スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B スロット 2 は過負荷状態です。スプールが動かないか、フィラメントの巻き具合をご確認ください。" + }, + { + "ecode": "0706600000020001", + "intro": "AMS G スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0706630000020001", + "intro": "AMS G スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0300180000010005", + "intro": "Z軸モーターの回転が妨げられています。ZスライダーやZタイミングプーリーに異物が挟まっていないか確認してください。また、造形プレートが正しく設置されており、周囲の構造物と干渉していないこともご確認ください。" + }, + { + "ecode": "0700600000020001", + "intro": "AMS A スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0700620000020001", + "intro": "AMS A スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0700630000020001", + "intro": "AMS A スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0701600000020001", + "intro": "AMS B スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0702610000020001", + "intro": "AMS C スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0702620000020001", + "intro": "AMS C スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0702630000020001", + "intro": "AMS C スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0703600000020001", + "intro": "AMS D スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0703610000020001", + "intro": "AMS D スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0703620000020001", + "intro": "AMS D スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0703630000020001", + "intro": "AMS D スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0706620000020001", + "intro": "AMS G スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0705610000020001", + "intro": "AMS F スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0704620000020001", + "intro": "AMS E スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0704630000020001", + "intro": "AMS E スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0706610000020001", + "intro": "AMS G スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0705620000020001", + "intro": "AMS F スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H スロット 4 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0707610000020001", + "intro": "AMS H スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B スロット 3 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0705600000020001", + "intro": "AMS F スロット 1 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "0704610000020001", + "intro": "AMS E スロット 2 は過負荷状態です。フィラメントが絡まっているか、フィラメントバッファが詰まっている可能性があります。" + }, + { + "ecode": "050003000002000E", + "intro": "一部の外部モジュールが、プリンターのファームウェアバージョンと互換性がありません。正常に動作しない可能性があります。インターネットに接続した状態で、「ファームウェア」ページにアクセスしてアップデートを行ってください。オフラインでの更新方法については、Wikiをご参照ください。" + }, + { + "ecode": "0500050000010007", + "intro": "MQTTコマンドの検証に失敗しました。Studio(ネットワークプラグインを含む)またはHandyを最新バージョンに更新し、ソフトウェアを再起動してから再試行してください。" + }, + { + "ecode": "0300A80000010001", + "intro": "AMSの電源に異常があります。AMSの故障、AMSインターフェースの短絡、またはAMSの接続数が多すぎる可能性があります。正しく接続されているかをご確認ください。" + }, + { + "ecode": "030018000001000B", + "intro": "ノズルの検出に失敗しました。ノズルが取り付けられていないか、正しく取り付けられていない可能性があります。" + }, + { + "ecode": "0706230000020006", + "intro": "AMS Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0702220000020006", + "intro": "AMS Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0705210000020006", + "intro": "AMS Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0702210000020006", + "intro": "AMS Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0703200000020006", + "intro": "AMS Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0705200000020006", + "intro": "AMS Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701220000020015", + "intro": "AMS B スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0701230000020012", + "intro": "AMS B スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703230000020012", + "intro": "AMS D スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E スロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0704230000020014", + "intro": "AMS E スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0707200000020015", + "intro": "AMS H スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700210000020014", + "intro": "AMS A スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700210000020016", + "intro": "AMS A のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0706230000020013", + "intro": "AMS G スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0704230000020013", + "intro": "AMS E スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0707210000020015", + "intro": "AMS H スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0707230000020013", + "intro": "AMS H スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0703210000020015", + "intro": "AMS D スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0706220000020012", + "intro": "AMS G スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704220000020015", + "intro": "AMS E スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0702210000020014", + "intro": "AMS C スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0700210000020015", + "intro": "AMS A スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700220000020012", + "intro": "AMS A スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706210000020015", + "intro": "AMS G スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0705230000020012", + "intro": "AMS F スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0700220000020014", + "intro": "AMS A スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701210000020015", + "intro": "AMS B スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0706220000020015", + "intro": "AMS G スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0701200000020013", + "intro": "AMS B スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700230000020012", + "intro": "AMS A スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0706230000020025", + "intro": "AMS G のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0707230000020025", + "intro": "AMS H のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0700230000020025", + "intro": "AMS A のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0701210000020025", + "intro": "AMS B のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0701220000020025", + "intro": "AMS B のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0705220000020025", + "intro": "AMS F のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0704220000020025", + "intro": "AMS E のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0701200000020025", + "intro": "AMS B のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0707210000020025", + "intro": "AMS H のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0705200000020025", + "intro": "AMS F のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0700220000020025", + "intro": "AMS A のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0700210000020025", + "intro": "AMS A のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0706210000020025", + "intro": "AMS G のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0707220000020025", + "intro": "AMS H のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0704200000020025", + "intro": "AMS E のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0700200000020006", + "intro": "AMS Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701200000020006", + "intro": "AMS Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0706220000020006", + "intro": "AMS Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0704230000020006", + "intro": "AMS Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0700210000020006", + "intro": "AMS Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701230000020006", + "intro": "AMS Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0707220000020006", + "intro": "AMS Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0704220000020006", + "intro": "AMS Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0704210000020006", + "intro": "AMS Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701210000020006", + "intro": "AMS Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0703220000020006", + "intro": "AMS Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0707210000020006", + "intro": "AMS Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0703210000020006", + "intro": "AMS Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0707200000020014", + "intro": "AMS H スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0702230000020014", + "intro": "AMS C スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0703200000020013", + "intro": "AMS D スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0702200000020012", + "intro": "AMS C スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0706230000020015", + "intro": "AMS G スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0704200000020013", + "intro": "AMS E スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0705200000020015", + "intro": "AMS F スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0700220000020015", + "intro": "AMS A スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0702230000020016", + "intro": "AMS C のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704220000020012", + "intro": "AMS E スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0707220000020016", + "intro": "AMS H のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0700220000020013", + "intro": "AMS A スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0700200000020012", + "intro": "AMS A スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0707200000020013", + "intro": "AMS H スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0702230000020015", + "intro": "AMS C スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0707230000020012", + "intro": "AMS H スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704210000020014", + "intro": "AMS E スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0703230000020016", + "intro": "AMS D のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0701200000020012", + "intro": "AMS B スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0707230000020015", + "intro": "AMS H スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0703210000020014", + "intro": "AMS D スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0700200000020013", + "intro": "AMS A スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0704200000020016", + "intro": "AMS E のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0707210000020013", + "intro": "AMS H スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0704200000020014", + "intro": "AMS E スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0704230000020016", + "intro": "AMS E のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703230000020013", + "intro": "AMS D スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0703220000020012", + "intro": "AMS D スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0704200000020012", + "intro": "AMS E スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0703220000020016", + "intro": "AMS D のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E スロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0706200000020013", + "intro": "AMS G スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701210000020014", + "intro": "AMS B スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0703200000020016", + "intro": "AMS D のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703220000020014", + "intro": "AMS D スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0704220000020013", + "intro": "AMS E スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0703210000020013", + "intro": "AMS D スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0701230000020013", + "intro": "AMS B スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。。" + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701210000020016", + "intro": "AMS B のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0704210000020013", + "intro": "AMS E スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0705210000020016", + "intro": "AMS F のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0700210000020013", + "intro": "AMS A スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0702220000020012", + "intro": "AMS C スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0705210000020015", + "intro": "AMS F スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0707200000020012", + "intro": "AMS H スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703220000020015", + "intro": "AMS D スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0702210000020016", + "intro": "AMS C のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0701220000020016", + "intro": "AMS B のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703200000020015", + "intro": "AMS D スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700200000020014", + "intro": "AMS A スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0705200000020012", + "intro": "AMS F スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0704230000020012", + "intro": "AMS E スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0702200000020016", + "intro": "AMS C のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0705230000020016", + "intro": "AMS F のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0706200000020015", + "intro": "AMS G スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0707200000020006", + "intro": "AMS Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0706200000020006", + "intro": "AMS Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0704200000020006", + "intro": "AMS Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0702200000020006", + "intro": "AMS Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0705210000020025", + "intro": "AMS F のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0703230000020025", + "intro": "AMS D のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT Hのスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0707200000020025", + "intro": "AMS H のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0702210000020025", + "intro": "AMS C のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0703220000020025", + "intro": "AMS D のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0704230000020025", + "intro": "AMS E のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0706220000020025", + "intro": "AMS G のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0704210000020025", + "intro": "AMS E のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0705230000020025", + "intro": "AMS F のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0705230000020013", + "intro": "AMS F スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0707230000020016", + "intro": "AMS H のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0706200000020016", + "intro": "AMS G のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0700220000020016", + "intro": "AMS A のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704220000020016", + "intro": "AMS E のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0706210000020014", + "intro": "AMS G スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701220000020014", + "intro": "AMS B スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704200000020015", + "intro": "AMS E スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700230000020014", + "intro": "AMS A スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0702200000020013", + "intro": "AMS C スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0707210000020016", + "intro": "AMS H のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0703210000020012", + "intro": "AMS D スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0704210000020012", + "intro": "AMS E スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706210000020012", + "intro": "AMS G スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0707230000020014", + "intro": "AMS H スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0700210000020012", + "intro": "AMS A スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0705220000020015", + "intro": "AMS F スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0703230000020015", + "intro": "AMS D スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0703200000020014", + "intro": "AMS D スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706210000020016", + "intro": "AMS G のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0705200000020016", + "intro": "AMS F のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704220000020014", + "intro": "AMS E スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0705210000020012", + "intro": "AMS F スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0704210000020016", + "intro": "AMS E のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0700200000020016", + "intro": "AMS A のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0706210000020013", + "intro": "AMS G スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0703200000020012", + "intro": "AMS D スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0706230000020012", + "intro": "AMS G スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E スロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0702210000020015", + "intro": "AMS C スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0703210000020016", + "intro": "AMS D のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0704230000020015", + "intro": "AMS E スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0701220000020013", + "intro": "AMS B スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0705220000020013", + "intro": "AMS F スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0703220000020013", + "intro": "AMS D スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0700230000020013", + "intro": "AMS A スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0707220000020012", + "intro": "AMS H スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0707220000020015", + "intro": "AMS H スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0700230000020016", + "intro": "AMS A のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0701230000020015", + "intro": "AMS B スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0707220000020014", + "intro": "AMS H スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701210000020012", + "intro": "AMS B スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0706230000020014", + "intro": "AMS G スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0702210000020013", + "intro": "AMS C スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0706200000020014", + "intro": "AMS G スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0705220000020016", + "intro": "AMS F のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0701200000020016", + "intro": "AMS B のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0701230000020014", + "intro": "AMS B スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0702200000020015", + "intro": "AMS C スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0702230000020012", + "intro": "AMS C スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0702220000020015", + "intro": "AMS C スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0702230000020013", + "intro": "AMS C スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0702220000020016", + "intro": "AMS C のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0705230000020015", + "intro": "AMS F スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0701220000020012", + "intro": "AMS B スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706220000020014", + "intro": "AMS G スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0706220000020016", + "intro": "AMS G のスロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。。" + }, + { + "ecode": "0705200000020014", + "intro": "AMS F スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0707220000020013", + "intro": "AMS H スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0705200000020013", + "intro": "AMS F スロット 1 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0705210000020013", + "intro": "AMS F スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706210000020006", + "intro": "AMS Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0702230000020006", + "intro": "AMS Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0703230000020006", + "intro": "AMS Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT Gがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT Eがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0705230000020006", + "intro": "AMS Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT Cがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0700230000020006", + "intro": "AMS Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "07FFA00000020001", + "intro": "ノズルのコールドプル処理がタイムアウトしました。「再試行」をクリックし、手動でフィラメントを引き抜いてください。" + }, + { + "ecode": "0707230000020006", + "intro": "AMS Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0700220000020006", + "intro": "AMS Aがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT Hがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701220000020006", + "intro": "AMS Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT Bがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0705220000020006", + "intro": "AMS Fがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT Dがフィラメントのロード中にPTFEチューブの破損を検出しました。AMS内部および外部のPTFEチューブが外れていないか、破損していないかをご確認ください。" + }, + { + "ecode": "0701230000020016", + "intro": "AMS B のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0703230000020014", + "intro": "AMS D スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0702210000020012", + "intro": "AMS C スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0707210000020012", + "intro": "AMS H スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706230000020016", + "intro": "AMS G のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0701200000020014", + "intro": "AMS B スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0702220000020013", + "intro": "AMS C スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0706220000020013", + "intro": "AMS G スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0707200000020016", + "intro": "AMS H のスロット1でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0707210000020014", + "intro": "AMS H スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0705210000020014", + "intro": "AMS F スロット 2 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0702220000020014", + "intro": "AMS C スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D のスロット4でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0705220000020014", + "intro": "AMS F スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E スロット 3 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H スロット 3 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0700230000020015", + "intro": "AMS A スロット 4 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F スロット 4 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0705230000020014", + "intro": "AMS F スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G のスロット2でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F スロット 4 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701210000020013", + "intro": "AMS B スロット 2 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0706200000020012", + "intro": "AMS G スロット 1 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "0700200000020015", + "intro": "AMS A スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0705220000020012", + "intro": "AMS F スロット 3 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C スロット 2 でフィーダーユニットのモーターが停止しており、スプールを回転できません。" + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E スロット3でアシストモーターが空転しました。フィラメントを引き抜き、摩耗した部分を切り取ってから再試行してください。" + }, + { + "ecode": "0702200000020014", + "intro": "AMS C スロット 1 でフィラメントオドメーターの信号が検出されません。オドメーターのコネクタの接触不良、またはオドメーター自体の故障の可能性があります。" + }, + { + "ecode": "0701200000020015", + "intro": "AMS B スロット 1 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E スロット 4 でフィーダーユニットのモーター信号が検出されません。モーターコネクタの接触不良、またはモーター自体の故障の可能性があります。" + }, + { + "ecode": "0704210000020015", + "intro": "AMS E スロット 2 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D スロット 3 でフィラメントの状態に異常があります。AMS内部でフィラメントが切れている可能性があります。" + }, + { + "ecode": "0702230000020025", + "intro": "AMS C のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0702220000020025", + "intro": "AMS C のスロット 3 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0703210000020025", + "intro": "AMS D のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0706200000020025", + "intro": "AMS G のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0703200000020025", + "intro": "AMS D のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0701230000020025", + "intro": "AMS B のスロット 4 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0700200000020025", + "intro": "AMS A のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "0702200000020025", + "intro": "AMS C のスロット 1 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D のスロット 2 でフィラメントの送り抵抗が高すぎます。送り抵抗を軽減し、スプールの回転抵抗を下げ、フィラメントチューブが長すぎたり過度に曲がったりしないようにしてください。" + }, + { + "ecode": "18FF700000020008", + "intro": "AMSマッピングテーブルの取得に失敗しました。「再開」を選択して再試行してください。" + }, + { + "ecode": "07FF700000020008", + "intro": "AMSマッピングテーブルの取得に失敗しました。「再開」を選択して再試行してください。" + }, + { + "ecode": "07FE700000020008", + "intro": "AMSマッピングテーブルの取得に失敗しました。「再開」を選択して再試行してください。" + }, + { + "ecode": "18FE700000020008", + "intro": "AMSマッピングテーブルの取得に失敗しました。「再開」を選択して再試行してください。" + }, + { + "ecode": "03002C0000010001", + "intro": "ヒートベッド下に障害物が検出されました。正常に造形するために、障害物を取り除いてください。" + }, + { + "ecode": "0300930000010006", + "intro": "チャンバー温度に異常が検出されました。エアインレット付近のチャンバーヒーター用温度センサーに断線の可能性があります。" + }, + { + "ecode": "0300930000010005", + "intro": "チャンバーの温度に異常があります。エアインレット側のチャンバーヒーター用温度センサーがショートしている可能性があります。" + }, + { + "ecode": "0700400000020001", + "intro": "AMS Aのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT Aのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT Dのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0701400000020001", + "intro": "AMS Bのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "050003000001000E", + "intro": "一部の外部モジュールがプリンターのファームウェアバージョンと互換性がなく、正常な動作に影響する可能性があります。インターネットに接続した状態で「ファームウェア」ページにアクセスし、アップグレードを行ってください。" + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT Bのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0705400000020001", + "intro": "AMS Fのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT Fのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0706400000020001", + "intro": "AMS Gのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0702400000020001", + "intro": "AMS Cのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0703400000020001", + "intro": "AMS Dのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0704400000020001", + "intro": "AMS Eのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0707400000020001", + "intro": "AMS Hのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT Gのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT Cのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT Eのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT Hのフィラメントバッファの位置信号が失われました。ケーブルまたは位置センサーが故障している可能性があります。" + }, + { + "ecode": "0700900000010002", + "intro": "AMS A 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0701910000010002", + "intro": "AMS B 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0703900000010002", + "intro": "AMS D 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0702910000010002", + "intro": "AMS C 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0701900000010002", + "intro": "AMS B 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0703910000010002", + "intro": "AMS D 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0702900000010002", + "intro": "AMS C 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0704900000010002", + "intro": "AMS E 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0705910000010002", + "intro": "AMS F 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0707900000010002", + "intro": "AMS H 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0706910000010002", + "intro": "AMS G 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0707910000010002", + "intro": "AMS H 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0705900000010002", + "intro": "AMS F 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0706900000010002", + "intro": "AMS G 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0704910000010002", + "intro": "AMS E 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D 排気バルブ1のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "0700910000010002", + "intro": "AMS A 排気バルブ2のコイル抵抗が異常です。配線の不具合や部品の破損が原因の可能性があります。" + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0707220000020023", + "intro": "AMS H スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0700230000020023", + "intro": "AMS A スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0701230000020023", + "intro": "AMS B スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0707210000020023", + "intro": "AMS H スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0706200000020023", + "intro": "AMS G スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0706220000020023", + "intro": "AMS G スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0707200000020023", + "intro": "AMS H スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0703230000020023", + "intro": "AMS D スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0704230000020023", + "intro": "AMS E スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0704210000020023", + "intro": "AMS E スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0707230000020023", + "intro": "AMS H スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0702210000020023", + "intro": "AMS C スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0704220000020023", + "intro": "AMS E スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0701210000020023", + "intro": "AMS B スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0701220000020023", + "intro": "AMS B スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0701200000020023", + "intro": "AMS B スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0705200000020023", + "intro": "AMS F スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0705230000020023", + "intro": "AMS F スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0700210000020023", + "intro": "AMS A スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0705210000020023", + "intro": "AMS F スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0704200000020023", + "intro": "AMS E スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0702230000020023", + "intro": "AMS C スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0706230000020023", + "intro": "AMS G スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0700220000020023", + "intro": "AMS A スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0705220000020023", + "intro": "AMS F スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0706210000020023", + "intro": "AMS G スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0702200000020023", + "intro": "AMS C スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0703200000020023", + "intro": "AMS D スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0703220000020023", + "intro": "AMS D スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0700200000020023", + "intro": "AMS A スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0702220000020023", + "intro": "AMS C スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D スロット 4 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C スロット 3 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0703210000020023", + "intro": "AMS D スロット 2 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G スロット 1 で、AMS内部のチューブが破損しているか、フィードアウト用ホールセンサーに異常があり、フィラメントを検出できません。" + }, + { + "ecode": "0C00040000020026", + "intro": "ライブビューカメラの初期化に失敗しました。「スパゲッティ検出」など一部のAI機能が無効になります。プリンターを再起動してください。問題が解消しない場合は、カスタマーサポートへお問い合わせください。" + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "俯瞰カメラが正しく取り付けられていません。ハードウェアの接続を確認してください。" + }, + { + "ecode": "0C0003000002001C", + "intro": "ノズルに詰まりやフィラメントの付着がある可能性があります。" + }, + { + "ecode": "030001000003000F", + "intro": "チャンバー温度が高く、ヒートベッドの冷却が遅れています。上部カバーや前面ドアを開けて冷却を促してください。" + }, + { + "ecode": "0300930000010004", + "intro": "筐体温度異常、吹き出し口の温度センサーが断線している様です。" + }, + { + "ecode": "0500030000010004", + "intro": "フィラメントバッファーモジュールに異常が発生しています。デバイスを再起動してください。" + }, + { + "ecode": "0700980000020001", + "intro": "AMS A の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT Dのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0703980000020001", + "intro": "AMS D の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0705980000020001", + "intro": "AMS F の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT Cのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0703980000020002", + "intro": "AMS D の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0706980000020002", + "intro": "AMS G の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT Gのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0700980000020002", + "intro": "AMS A の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0502050000010014", + "intro": "AMS Cの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0702980000020002", + "intro": "AMS C の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0704980000020001", + "intro": "AMS E の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0706980000020001", + "intro": "AMS G の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0502040000010044", + "intro": "AMS Cのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT Fのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0501050000010014", + "intro": "AMS Bの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT Fの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT Hのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT Gの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0707980000020002", + "intro": "AMS H の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0701980000020001", + "intro": "AMS B の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0503050000010014", + "intro": "AMS Dの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0503040000010044", + "intro": "AMS Dのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0500050000010014", + "intro": "AMS Aの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0701980000020002", + "intro": "AMS B の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT Bのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0707980000020001", + "intro": "AMS H の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0702980000020001", + "intro": "AMS C の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0501040000010044", + "intro": "AMS Bのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT Aのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT Eのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT Eの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT Hの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0500040000010044", + "intro": "AMS Aのファームウェアがプリンターと一致していません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT Bの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0704980000020002", + "intro": "AMS E の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT Cの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT Aの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "0705980000020002", + "intro": "AMS F の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT Dの認証に失敗しました。ケーブルを再接続するか、プリンタを再起動してください。" + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G の電源アダプターの電圧が低すぎるため、乾燥温度が不十分になる可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G の電源アダプターの電圧が高すぎます。このまま使用するとヒーター回路が損傷する可能性があります。電源アダプターを交換してください。" + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "デバイスが誤動作しました。再起動してください。" + }, + { + "ecode": "0C00040000030018", + "intro": "カッティングブレードのオフセットキャリブレーションに失敗しました。切断精度に影響する可能性があります。刃先が摩耗していないか、アシスタントを参照してご確認ください。" + }, + { + "ecode": "0C00040000020023", + "intro": "厚み測定に失敗しました。ツールヘッドカメラが材料表面を検出できませんでした。" + }, + { + "ecode": "0500040000020043", + "intro": "ノズルカメラが汚れているか、遮られています。清掃してから続行してください。" + }, + { + "ecode": "03000F0000010001", + "intro": "加速度センサーのデータを読み取れませんでした、ヘッドとの接続が切れているか、センサーが故障した可能性があります。" + }, + { + "ecode": "0500020000020008", + "intro": "時刻の同期に失敗しました。" + }, + { + "ecode": "1806930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Gのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1806920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Gのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0707920000020003", + "intro": "電源アダプターが未接続のため、AMS Hのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0705920000020003", + "intro": "電源アダプターが未接続のため、AMS Fのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0701930000020003", + "intro": "電源アダプターが未接続のため、AMS Bのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0704930000020003", + "intro": "電源アダプターが未接続のため、AMS Eのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0505050000010010", + "intro": "AMS F のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0501050000010010", + "intro": "AMS B のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0507050000010010", + "intro": "AMS H のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "050005000001000F", + "intro": "アクセサリのファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0502050000010010", + "intro": "AMS C のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0506050000010010", + "intro": "AMS G のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0504050000010010", + "intro": "AMS E のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0503050000010010", + "intro": "AMS D のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0706930000020003", + "intro": "電源アダプターが未接続のため、AMS Gのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1807920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Hのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1800920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Aのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0706920000020003", + "intro": "電源アダプターが未接続のため、AMS Gのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0702920000020003", + "intro": "電源アダプターが未接続のため、AMS Cのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1801920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Bのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0704920000020003", + "intro": "電源アダプターが未接続のため、AMS Eのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1805920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Fのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1804920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Eのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0703930000020003", + "intro": "電源アダプターが未接続のため、AMS Dのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1804930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Eのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0707930000020003", + "intro": "電源アダプターが未接続のため、AMS Hのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1807930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Hのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0703920000020003", + "intro": "電源アダプターが未接続のため、AMS Dのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0700930000020003", + "intro": "電源アダプターが未接続のため、AMS Aのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1805930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Fのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0702930000020003", + "intro": "電源アダプターが未接続のため、AMS Cのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1802920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Cのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1803930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Dのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1803920000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Dのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1800930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Aのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0705930000020003", + "intro": "電源アダプターが未接続のため、AMS Fのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0701920000020003", + "intro": "電源アダプターが未接続のため、AMS Bのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "0700920000020003", + "intro": "電源アダプターが未接続のため、AMS Aのヒーター1冷却ファンを起動できません。" + }, + { + "ecode": "1802930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Cのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "1801930000020003", + "intro": "電源アダプターが未接続のため、AMS-HT Bのヒーター2冷却ファンを起動できません。" + }, + { + "ecode": "0500050000010010", + "intro": "AMS A のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "0500040000020034", + "intro": "新しいレーザーモジュールが接続されました。より正確なカットや彫刻を行うため、使用前にセットアップを実施してください。(所要時間:約 4 分)また、背面のエアポンプを固定しているH2.0ネジが取り外されていることを確認してください。" + }, + { + "ecode": "1804200000010084", + "intro": "AMS-HT E スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1802210000010081", + "intro": "AMS-HT C スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1803230000010081", + "intro": "AMS-HT D スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1804200000010081", + "intro": "AMS-HT E スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0700230000010084", + "intro": "AMS A スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1804200000010083", + "intro": "AMS-HT E スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706220000010086", + "intro": "AMS G スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0701230000010086", + "intro": "AMS B スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803230000010083", + "intro": "AMS-HT D スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0701210000010086", + "intro": "AMS B スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0702220000010085", + "intro": "AMS C スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802220000010086", + "intro": "AMS-HT C スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0705220000010086", + "intro": "AMS F スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1807200000010084", + "intro": "AMS-HT H スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0705230000010086", + "intro": "AMS F スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806200000010085", + "intro": "AMS-HT G スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707200000010083", + "intro": "AMS H スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0704210000010084", + "intro": "AMS E スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0706220000010083", + "intro": "AMS G スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0701220000010082", + "intro": "AMS B スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806200000010086", + "intro": "AMS-HT G スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1807220000010081", + "intro": "AMS-HT H スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0703230000010081", + "intro": "AMS D スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1806200000010081", + "intro": "AMS-HT G スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1801210000010081", + "intro": "AMS-HT B スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0703210000010082", + "intro": "AMS D スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703210000010085", + "intro": "AMS D スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700220000010084", + "intro": "AMS A スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703200000010081", + "intro": "AMS D スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1804210000010084", + "intro": "AMS-HT E スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1807200000010081", + "intro": "AMS-HT H スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1804220000010086", + "intro": "AMS-HT E スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0703230000010083", + "intro": "AMS D スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0701220000010085", + "intro": "AMS B スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707200000010085", + "intro": "AMS H スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806230000010081", + "intro": "AMS-HT G スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0701210000010083", + "intro": "AMS B スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0703200000010085", + "intro": "AMS D スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705210000010086", + "intro": "AMS F スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0702210000010085", + "intro": "AMS C スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807200000010083", + "intro": "AMS-HT H スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800220000010083", + "intro": "AMS-HT A スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1806230000010085", + "intro": "AMS-HT G スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801230000010083", + "intro": "AMS-HT B スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1805230000010083", + "intro": "AMS-HT F スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800200000010082", + "intro": "AMS-HT A スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704210000010083", + "intro": "AMS E スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1804210000010082", + "intro": "AMS-HT E スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1805220000010084", + "intro": "AMS-HT F スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703220000010084", + "intro": "AMS D スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0701220000010084", + "intro": "AMS B スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1803200000010081", + "intro": "AMS-HT D スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1801230000010086", + "intro": "AMS-HT B スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0706210000010082", + "intro": "AMS G スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707220000010082", + "intro": "AMS H スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801200000010082", + "intro": "AMS-HT B スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707230000010081", + "intro": "AMS H スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0705230000010082", + "intro": "AMS F スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702220000010086", + "intro": "AMS C スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0705200000010084", + "intro": "AMS F スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1801220000010086", + "intro": "AMS-HT B スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1804230000010084", + "intro": "AMS-HT E スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0705220000010084", + "intro": "AMS F スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0701220000010086", + "intro": "AMS B スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1802200000010084", + "intro": "AMS-HT C スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1801220000010083", + "intro": "AMS-HT B スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0704230000010086", + "intro": "AMS E スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1805210000010084", + "intro": "AMS-HT F スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0700210000010082", + "intro": "AMS A スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700230000010083", + "intro": "AMS A スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800230000010086", + "intro": "AMS-HT A スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0704220000010085", + "intro": "AMS E スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806230000010086", + "intro": "AMS-HT G スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0703210000010084", + "intro": "AMS D スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1807230000010082", + "intro": "AMS-HT H スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703210000010083", + "intro": "AMS D スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800220000010081", + "intro": "AMS-HT A スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0705210000010085", + "intro": "AMS F スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803220000010083", + "intro": "AMS-HT D スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1803210000010082", + "intro": "AMS-HT D スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804230000010081", + "intro": "AMS-HT E スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1802210000010084", + "intro": "AMS-HT C スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805220000010083", + "intro": "AMS-HT F スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807200000010086", + "intro": "AMS-HT H スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0704200000010082", + "intro": "AMS E スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0706230000010085", + "intro": "AMS G スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806200000010082", + "intro": "AMS-HT G スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702210000010083", + "intro": "AMS C スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0703230000010084", + "intro": "AMS D スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0702200000010083", + "intro": "AMS C スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706210000010086", + "intro": "AMS G スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0701210000010081", + "intro": "AMS B スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0700200000010086", + "intro": "AMS A スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806220000010082", + "intro": "AMS-HT G スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705200000010081", + "intro": "AMS F スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0707220000010084", + "intro": "AMS H スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1801230000010081", + "intro": "AMS-HT B スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1800200000010084", + "intro": "AMS-HT A スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0704230000010085", + "intro": "AMS E スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702230000010082", + "intro": "AMS C スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800210000010085", + "intro": "AMS-HT A スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702220000010082", + "intro": "AMS C スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703200000010083", + "intro": "AMS D スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0705230000010083", + "intro": "AMS F スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706220000010085", + "intro": "AMS G スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702210000010082", + "intro": "AMS C スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705210000010082", + "intro": "AMS F スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807230000010081", + "intro": "AMS-HT H スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0706210000010081", + "intro": "AMS G スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0706230000010083", + "intro": "AMS G スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807210000010082", + "intro": "AMS-HT H スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707200000010081", + "intro": "AMS H スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0707230000010084", + "intro": "AMS H スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0704210000010082", + "intro": "AMS E スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1805220000010082", + "intro": "AMS-HT Fスロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806220000010083", + "intro": "AMS-HT G スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1806210000010083", + "intro": "AMS-HT G スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0704220000010086", + "intro": "AMS E スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0707210000010081", + "intro": "AMS H スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0703220000010083", + "intro": "AMS D スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1802230000010084", + "intro": "AMS-HT C スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0702200000010086", + "intro": "AMS C スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806210000010086", + "intro": "AMS-HT G スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803210000010086", + "intro": "AMS-HT D スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0703230000010085", + "intro": "AMS D スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701220000010081", + "intro": "AMS B スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0706200000010081", + "intro": "AMS G スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0704200000010086", + "intro": "AMS E スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1802210000010086", + "intro": "AMS-HT C スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803230000010085", + "intro": "AMS-HT D スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802220000010084", + "intro": "AMS-HT C スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805210000010085", + "intro": "AMS-HT F スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700210000010081", + "intro": "AMS A スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0700230000010085", + "intro": "AMS A スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801200000010084", + "intro": "AMS-HT B スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1803220000010085", + "intro": "AMS-HT D スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802220000010083", + "intro": "AMS-HT C スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1805210000010086", + "intro": "AMS-HT F スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1807210000010085", + "intro": "AMS-HT H スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707200000010084", + "intro": "AMS H スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1806230000010083", + "intro": "AMS-HT G スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1805210000010083", + "intro": "AMS-HT F スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0707210000010085", + "intro": "AMS H スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806210000010085", + "intro": "AMS-HT G スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707210000010083", + "intro": "AMS H スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1805210000010081", + "intro": "AMS-HT F スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702230000010086", + "intro": "AMS C スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0702220000010081", + "intro": "AMS C スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1806210000010082", + "intro": "AMS-HT G スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705230000010084", + "intro": "AMS F スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0705230000010085", + "intro": "AMS F スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802230000010083", + "intro": "AMS-HT C スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807220000010084", + "intro": "AMS-HT H スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0701200000010081", + "intro": "AMS B スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0704220000010081", + "intro": "AMS E スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0704200000010081", + "intro": "AMS E スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0701200000010085", + "intro": "AMS B スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800230000010085", + "intro": "AMS-HT A スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801230000010084", + "intro": "AMS-HT B スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1804220000010084", + "intro": "AMS-HT E スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1801200000010083", + "intro": "AMS-HT B スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1806230000010084", + "intro": "AMS-HT G スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0706230000010086", + "intro": "AMS G スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803210000010085", + "intro": "AMS-HT D スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807210000010083", + "intro": "AMS-HT H スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706200000010083", + "intro": "AMS G スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1801220000010081", + "intro": "AMS-HT B スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0704200000010084", + "intro": "AMS E スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0705200000010085", + "intro": "AMS F スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701230000010084", + "intro": "AMS B スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1802220000010081", + "intro": "AMS-HT C スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1802230000010082", + "intro": "AMS-HT C スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700220000010082", + "intro": "AMS A スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802200000010082", + "intro": "AMS-HT C スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800200000010083", + "intro": "AMS-HT A スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1801200000010086", + "intro": "AMS-HT B スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1801230000010085", + "intro": "AMS-HT B スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800230000010083", + "intro": "AMS-HT A スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0701210000010085", + "intro": "AMS B スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800200000010085", + "intro": "AMS-HT A スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803220000010084", + "intro": "AMS-HT D スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1800230000010082", + "intro": "AMS-HT A スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800210000010082", + "intro": "AMS-HT A スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804220000010081", + "intro": "AMS-HT E スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1801200000010085", + "intro": "AMS-HT B スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807210000010086", + "intro": "AMS-HT H スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1805200000010084", + "intro": "AMS-HT F スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1804210000010085", + "intro": "AMS-HT E スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704220000010083", + "intro": "AMS E スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1804230000010082", + "intro": "AMS-HT E スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804200000010086", + "intro": "AMS-HT E スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1804220000010082", + "intro": "AMS-HT E スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707220000010083", + "intro": "AMS H スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0701210000010082", + "intro": "AMS B スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701210000010084", + "intro": "AMS B スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1804230000010083", + "intro": "AMS-HT E スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0702200000010084", + "intro": "AMS C スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805200000010081", + "intro": "AMS-HT F スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0703220000010081", + "intro": "AMS D スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1802220000010085", + "intro": "AMS-HT C スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1805200000010082", + "intro": "AMS-HT F スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807220000010083", + "intro": "AMS-HT H スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1802210000010085", + "intro": "AMS-HT C スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804210000010086", + "intro": "AMS-HT E スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0702200000010082", + "intro": "AMS C スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705200000010082", + "intro": "AMS F スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701200000010084", + "intro": "AMS B スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0706200000010084", + "intro": "AMS G スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805220000010081", + "intro": "AMS-HT F スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0707220000010085", + "intro": "AMS H スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806220000010085", + "intro": "AMS-HT G スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803200000010085", + "intro": "AMS-HT D スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802200000010086", + "intro": "AMS-HT C スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1804220000010083", + "intro": "AMS-HT E スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706220000010084", + "intro": "AMS G スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1800210000010086", + "intro": "AMS-HT A スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1802230000010085", + "intro": "AMS-HT C スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703200000010082", + "intro": "AMS D スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0706210000010085", + "intro": "AMS G スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1805230000010085", + "intro": "AMS-HT F スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702230000010085", + "intro": "AMS C スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0706230000010084", + "intro": "AMS G スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0700220000010086", + "intro": "AMS A スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806220000010081", + "intro": "AMS-HT G スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0705220000010082", + "intro": "AMS F スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804200000010082", + "intro": "AMS-HT E スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806220000010086", + "intro": "AMS-HT G スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1800200000010086", + "intro": "AMS-HT A スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1805200000010083", + "intro": "AMS-HT F スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1802210000010082", + "intro": "AMS-HT C スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800220000010082", + "intro": "AMS-HT A スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803200000010086", + "intro": "AMS-HT D スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803210000010083", + "intro": "AMS-HT D スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0704210000010085", + "intro": "AMS E スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700200000010084", + "intro": "AMS A スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。\n\n" + }, + { + "ecode": "0700230000010082", + "intro": "AMS A スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801210000010084", + "intro": "AMS-HT B スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1807230000010084", + "intro": "AMS-HT H スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0707230000010083", + "intro": "AMS H スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0705220000010085", + "intro": "AMS F スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700210000010083", + "intro": "AMS A スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0707210000010086", + "intro": "AMS H スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0706210000010083", + "intro": "AMS G スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1803200000010084", + "intro": "AMS-HT D スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0700230000010081", + "intro": "AMS A スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702210000010084", + "intro": "AMS C スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1804210000010083", + "intro": "AMS-HT E スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0700220000010081", + "intro": "AMS A スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0703220000010082", + "intro": "AMS D スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802200000010083", + "intro": "AMS-HT C スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0702230000010084", + "intro": "AMS C スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0705220000010081", + "intro": "AMS F スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1805210000010082", + "intro": "AMS-HT F スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807230000010083", + "intro": "AMS-HT H スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0706210000010084", + "intro": "AMS G スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805220000010085", + "intro": "AMS-HT F スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701230000010081", + "intro": "AMS B スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1806200000010083", + "intro": "AMS-HT G スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0700210000010086", + "intro": "AMS A スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806220000010084", + "intro": "AMS-HT G スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0706200000010082", + "intro": "AMS G スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807230000010086", + "intro": "AMS-HT H スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1802230000010081", + "intro": "AMS-HT C スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0705210000010083", + "intro": "AMS F スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0703220000010085", + "intro": "AMS D スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800220000010086", + "intro": "AMS-HT A スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0704210000010086", + "intro": "AMS E スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1801220000010085", + "intro": "AMS-HT B スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0706220000010082", + "intro": "AMS G スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700230000010086", + "intro": "AMS A スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0702200000010085", + "intro": "AMS C スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703230000010082", + "intro": "AMS D スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703230000010086", + "intro": "AMS D スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0706200000010085", + "intro": "AMS G スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1805220000010086", + "intro": "AMS-HT F スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1800200000010081", + "intro": "AMS-HT A スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1801230000010082", + "intro": "AMS-HT B スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700220000010083", + "intro": "AMS A スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0702220000010084", + "intro": "AMS C スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1802220000010082", + "intro": "AMS-HT C スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700220000010085", + "intro": "AMS A スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803230000010084", + "intro": "AMS-HT D スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1807220000010082", + "intro": "AMS-HT H スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707220000010081", + "intro": "AMS H スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702220000010083", + "intro": "AMS C スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0705210000010081", + "intro": "AMS F スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1806230000010082", + "intro": "AMS-HT G スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701220000010083", + "intro": "AMS B スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1801220000010082", + "intro": "AMS-HT B スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803220000010082", + "intro": "AMS-HT D スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700200000010083", + "intro": "AMS A スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0704200000010083", + "intro": "AMS E スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1804210000010081", + "intro": "AMS-HT E スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0704230000010081", + "intro": "AMS E スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0707200000010086", + "intro": "AMS H スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803200000010082", + "intro": "AMS-HT D スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701230000010085", + "intro": "AMS B スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707220000010086", + "intro": "AMS H スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1801210000010083", + "intro": "AMS-HT B スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800210000010081", + "intro": "AMS-HT A スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0707210000010082", + "intro": "AMS H スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804230000010086", + "intro": "AMS-HT E スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1801200000010081", + "intro": "AMS-HT B スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702200000010081", + "intro": "AMS C スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1805230000010084", + "intro": "AMS-HT F スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1800210000010083", + "intro": "AMS-HT A スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0707230000010086", + "intro": "AMS H スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0704220000010082", + "intro": "AMS E スロット 3 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705210000010084", + "intro": "AMS F スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0707210000010084", + "intro": "AMS H スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0702210000010081", + "intro": "AMS C スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1800220000010085", + "intro": "AMS-HT A スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700210000010085", + "intro": "AMS A スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707200000010082", + "intro": "AMS H スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704230000010082", + "intro": "AMS E スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802200000010085", + "intro": "AMS-HT C スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1803220000010086", + "intro": "AMS-HT D スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0706230000010081", + "intro": "AMS G スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0705200000010083", + "intro": "AMS F スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1800230000010081", + "intro": "AMS-HT A スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1803230000010082", + "intro": "AMS-HT D スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704230000010083", + "intro": "AMS E スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1804200000010085", + "intro": "AMS-HT E スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1804230000010085", + "intro": "AMS-HT E スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705230000010081", + "intro": "AMS F スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1803210000010084", + "intro": "AMS-HT D スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703210000010086", + "intro": "AMS D スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1805230000010082", + "intro": "AMS-HT Fスロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800210000010084", + "intro": "AMS-HT A スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0707230000010082", + "intro": "AMS H スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800230000010084", + "intro": "AMS-HT A スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1807210000010081", + "intro": "AMS-HT H スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0706220000010081", + "intro": "AMS G スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1805230000010081", + "intro": "AMS-HT F スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702230000010083", + "intro": "AMS C スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807200000010085", + "intro": "AMS-HT H スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0701200000010083", + "intro": "AMS B スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "0705220000010083", + "intro": "AMS F スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807230000010085", + "intro": "AMS-HT H スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704230000010084", + "intro": "AMS E スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0704210000010081", + "intro": "AMS E スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1801220000010084", + "intro": "AMS-HT B スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703210000010081", + "intro": "AMS D スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1803210000010081", + "intro": "AMS-HT D スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1802200000010081", + "intro": "AMS-HT C スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0701200000010082", + "intro": "AMS B スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0705200000010086", + "intro": "AMS F スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1801210000010086", + "intro": "AMS-HT B スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1807210000010084", + "intro": "AMS-HT H スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0701230000010082", + "intro": "AMS B スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0700210000010084", + "intro": "AMS A スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703220000010086", + "intro": "AMS D スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806210000010081", + "intro": "AMS-HT G スロット 2 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0701200000010086", + "intro": "AMS B スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1804220000010085", + "intro": "AMS-HT E スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807220000010086", + "intro": "AMS-HT H スロット 3 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803200000010083", + "intro": "AMS-HT D スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1807220000010085", + "intro": "AMS-HT H スロット 3 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1802230000010086", + "intro": "AMS-HT C スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0700200000010085", + "intro": "AMS A スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0704220000010084", + "intro": "AMS E スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "1805200000010086", + "intro": "AMS-HT F スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1806200000010084", + "intro": "AMS-HT G スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0701230000010083", + "intro": "AMS B スロット 4 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1805200000010085", + "intro": "AMS-HT F スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1807200000010082", + "intro": "AMS-HT H スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0706200000010086", + "intro": "AMS G スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1805230000010086", + "intro": "AMS-HT F スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0706230000010082", + "intro": "AMS G スロット 4 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1800220000010084", + "intro": "AMS-HT A スロット 3 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0703200000010086", + "intro": "AMS D スロット 1 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "1803230000010086", + "intro": "AMS-HT D スロット 4 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0700200000010082", + "intro": "AMS A スロット 1 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0702230000010081", + "intro": "AMS C スロット 4 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1803220000010081", + "intro": "AMS-HT D スロット 3 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "1802210000010083", + "intro": "AMS-HT C スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損している可能性があります。" + }, + { + "ecode": "1801210000010085", + "intro": "AMS-HT B スロット 2 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1801210000010082", + "intro": "AMS-HT B スロット 2 でフィラメント情報の読み取りに失敗しました。非公式なRFIDタグが検出されています。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0707230000010085", + "intro": "AMS H スロット 4 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "0703200000010084", + "intro": "AMS D スロット 1 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0700200000010081", + "intro": "AMS A スロット 1 のフィラメント情報を読み取れませんでした。AMSのメインボードに不具合が発生している可能性があります。" + }, + { + "ecode": "0702210000010086", + "intro": "AMS C スロット 2 のフィラメント情報を読み取れませんでした。装填または排出中の詰まりにより、RFIDタグが回転できなくなっています。フィラメントを一度取り外して、もう一度お試しください。" + }, + { + "ecode": "0704200000010085", + "intro": "AMS E スロット 1 でフィラメント情報の読み取りに失敗しました。RFIDタグが認証されませんでした。Bambu Lab製フィラメントの使用をおすすめします。" + }, + { + "ecode": "1806210000010084", + "intro": "AMS-HT G スロット 2 のフィラメント情報を読み取れませんでした。RFIDタグが破損しているか、検出位置がずれている可能性があります。フィラメントを5cmほど取り除いて再試行してください。" + }, + { + "ecode": "0C0003000003000D", + "intro": "押出機が正常にフィラメントを押し出していない可能性があります。造形を停止するかどうかご確認ください。" + }, + { + "ecode": "0C00030000020018", + "intro": "システムメモリが不足しているため、異物検出機能が正常に動作していません。タスク終了後に、デバイスの再起動またはファームウェアの更新を行ってください。" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020011", + "intro": "AMS B スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0704220000020022", + "intro": "AMS E スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020024", + "intro": "AMS H スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703200000020019", + "intro": "AMS D スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020011", + "intro": "AMS G スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0706210000020011", + "intro": "AMS G スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020010", + "intro": "AMS E スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0703220000020011", + "intro": "AMS D スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0705210000020010", + "intro": "AMS F スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0705210000020011", + "intro": "AMS F スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0707230000020024", + "intro": "AMS H スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0700230000020011", + "intro": "AMS A スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0705220000020020", + "intro": "AMS F スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G スロット 4 のフィラメント排出がタイムアウトしました 。" + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700200000020021", + "intro": "AMS A スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020018", + "intro": "AMS G スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020024", + "intro": "AMS B スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0703210000020022", + "intro": "AMS D スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700220000020020", + "intro": "AMS A スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700230000020019", + "intro": "AMS A スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020011", + "intro": "AMS F スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020010", + "intro": "AMS B スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020017", + "intro": "AMS F スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705200000020017", + "intro": "AMS F スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702220000020018", + "intro": "AMS C スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703230000020021", + "intro": "AMS D スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700220000020019", + "intro": "AMS A スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020018", + "intro": "AMS H スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0707220000020019", + "intro": "AMS H スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020018", + "intro": "AMS G スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020020", + "intro": "AMS B スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS A スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0707230000020022", + "intro": "AMS H スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0704210000020022", + "intro": "AMS E スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020010", + "intro": "AMS D スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0704220000020019", + "intro": "AMS E スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702200000020019", + "intro": "AMS C スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703220000020022", + "intro": "AMS D スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020021", + "intro": "AMS D スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0700220000020021", + "intro": "AMS A スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700230000020018", + "intro": "AMS A スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701230000020011", + "intro": "AMS B スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0702220000020011", + "intro": "AMS C スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0703220000020024", + "intro": "AMS D スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703230000020024", + "intro": "AMS D スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705210000020017", + "intro": "AMS F スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020021", + "intro": "AMS C スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020021", + "intro": "AMS C スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020020", + "intro": "AMS G スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020011", + "intro": "AMS E スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0700200000020022", + "intro": "AMS A スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020021", + "intro": "AMS B スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702220000020022", + "intro": "AMS C スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020020", + "intro": "AMS C スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703220000020017", + "intro": "AMS D スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020022", + "intro": "AMS B スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707230000020019", + "intro": "AMS H スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020017", + "intro": "AMS E スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020022", + "intro": "AMS G スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020019", + "intro": "AMS G スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020022", + "intro": "AMS G スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020019", + "intro": "AMS H スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020018", + "intro": "AMS F スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020017", + "intro": "AMS A スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020024", + "intro": "AMS F スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0702200000020010", + "intro": "AMS C スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0705210000020021", + "intro": "AMS F スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020011", + "intro": "AMS B スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0700210000020010", + "intro": "AMS A スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0707210000020019", + "intro": "AMS H スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020010", + "intro": "AMS E スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704220000020024", + "intro": "AMS E スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0707230000020020", + "intro": "AMS H スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0702220000020017", + "intro": "AMS C スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020024", + "intro": "AMS G スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020011", + "intro": "AMS C スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020022", + "intro": "AMS H スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703230000020011", + "intro": "AMS D スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020020", + "intro": "AMS H スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS A スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020017", + "intro": "AMS F スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020020", + "intro": "AMS E スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705200000020022", + "intro": "AMS F スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704220000020021", + "intro": "AMS E スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701230000020017", + "intro": "AMS B スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0702200000020021", + "intro": "AMS C スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT AG スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704220000020020", + "intro": "AMS E スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705200000020011", + "intro": "AMS F スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020018", + "intro": "AMS F スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020017", + "intro": "AMS G スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020010", + "intro": "AMS E スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020019", + "intro": "AMS F スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702200000020018", + "intro": "AMS C スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020011", + "intro": "AMS A スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0300020000010009", + "intro": "ノズルの温度制御に異常が検出されました。ホットエンドがインストールされていない可能性があります。ホットエンドを未インストールのまま加熱する場合は、設定ページでメンテナンスモードを有効にしてください。" + }, + { + "ecode": "0704200000020024", + "intro": "AMS E スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0706210000020024", + "intro": "AMS G スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703210000020024", + "intro": "AMS D スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020024", + "intro": "AMS A スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701230000020018", + "intro": "AMS B スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020022", + "intro": "AMS H スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700200000020020", + "intro": "AMS A スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020017", + "intro": "AMS B スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701230000020024", + "intro": "AMS B スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0706220000020017", + "intro": "AMS G スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020019", + "intro": "AMS C スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703220000020021", + "intro": "AMS D スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020019", + "intro": "AMS F スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020024", + "intro": "AMS C スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020018", + "intro": "AMS B スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020021", + "intro": "AMS G スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702200000020024", + "intro": "AMS C スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705210000020020", + "intro": "AMS F スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0705200000020024", + "intro": "AMS F スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0702210000020018", + "intro": "AMS C スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020022", + "intro": "AMS G スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707230000020018", + "intro": "AMS H スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703220000020020", + "intro": "AMS D スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701230000020021", + "intro": "AMS B スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020024", + "intro": "AMS H スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0701220000020021", + "intro": "AMS B スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020018", + "intro": "AMS A スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020010", + "intro": "AMS C スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0704220000020010", + "intro": "AMS E スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700220000020011", + "intro": "AMS A スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701230000020010", + "intro": "AMS B スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702220000020024", + "intro": "AMS C スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020022", + "intro": "AMS H スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700210000020020", + "intro": "AMS A スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701220000020018", + "intro": "AMS B スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020021", + "intro": "AMS H スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0702230000020019", + "intro": "AMS C スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020019", + "intro": "AMS D スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020017", + "intro": "AMS H スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702220000020010", + "intro": "AMS C スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020017", + "intro": "AMS D スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705200000020010", + "intro": "AMS F スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702200000020020", + "intro": "AMS C スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700200000020017", + "intro": "AMS Aスロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020020", + "intro": "AMS F スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0706200000020010", + "intro": "AMS G スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702230000020017", + "intro": "AMS C スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0705200000020018", + "intro": "AMS F スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020011", + "intro": "AMS D スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0703230000020020", + "intro": "AMS D スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020022", + "intro": "AMS C スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020017", + "intro": "AMS B スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020010", + "intro": "AMS D スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020022", + "intro": "AMS C スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702200000020022", + "intro": "AMS C スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703200000020020", + "intro": "AMS D スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0706210000020018", + "intro": "AMS G スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020020", + "intro": "AMS H スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700230000020017", + "intro": "AMS A スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700230000020024", + "intro": "AMS A スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0700200000020011", + "intro": "AMS A スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020021", + "intro": "AMS G スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0704210000020017", + "intro": "AMS E スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020021", + "intro": "AMS B スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020011", + "intro": "AMS H スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0705200000020020", + "intro": "AMS F スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0703200000020024", + "intro": "AMS D スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0705230000020022", + "intro": "AMS F スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020011", + "intro": "AMS D スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0300030000020002", + "intro": "ホットエンド冷却ファンの回転速度が遅くなっています。ファンが固着している、またはクリーニングが必要な可能性がありますのでご確認ください。" + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020020", + "intro": "AMS D スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706200000020017", + "intro": "AMS G スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701200000020011", + "intro": "AMS B スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707230000020017", + "intro": "AMS H スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0701210000020024", + "intro": "AMS B スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0706230000020022", + "intro": "AMS G スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705230000020021", + "intro": "AMS F スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703230000020017", + "intro": "AMS D スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703230000020022", + "intro": "AMS D スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020018", + "intro": "AMS H スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701210000020010", + "intro": "AMS B スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703230000020010", + "intro": "AMS D スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020021", + "intro": "AMS G スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0705200000020019", + "intro": "AMS F スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020019", + "intro": "AMS E スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020011", + "intro": "AMS E スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0707230000020011", + "intro": "AMS H スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0704220000020017", + "intro": "AMS E スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020024", + "intro": "AMS E スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0700220000020017", + "intro": "AMS A スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020021", + "intro": "AMS E スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020022", + "intro": "AMS D スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020020", + "intro": "AMS G スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0702210000020017", + "intro": "AMS C スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702220000020021", + "intro": "AMS C スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702200000020011", + "intro": "AMS C スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0700220000020010", + "intro": "AMS A スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701200000020017", + "intro": "AMS B スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0703220000020010", + "intro": "AMS D スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0703220000020019", + "intro": "AMS D スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020019", + "intro": "AMS B スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020024", + "intro": "AMS H スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0700230000020022", + "intro": "AMS A スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700200000020010", + "intro": "AMS A スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020019", + "intro": "AMS G スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020022", + "intro": "AMS F スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020021", + "intro": "AMS E スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020010", + "intro": "AMS C スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020010", + "intro": "AMS H スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0702230000020018", + "intro": "AMS C スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020011", + "intro": "AMS E スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0705210000020018", + "intro": "AMS F スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707200000020021", + "intro": "AMS H スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020024", + "intro": "AMS F スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705210000020019", + "intro": "AMS F スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020010", + "intro": "AMS G スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0705200000020021", + "intro": "AMS F スロット 1 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020020", + "intro": "AMS E スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020018", + "intro": "AMS G スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705210000020024", + "intro": "AMS F スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0707210000020020", + "intro": "AMS H スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0701230000020020", + "intro": "AMS B スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS A スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020020", + "intro": "AMS G スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020022", + "intro": "AMS B スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700220000020024", + "intro": "AMS A スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0701210000020019", + "intro": "AMS B スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020018", + "intro": "AMS H スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020018", + "intro": "AMS B スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020011", + "intro": "AMS H スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0700200000020018", + "intro": "AMS A スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020024", + "intro": "AMS B スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020010", + "intro": "AMS F スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020011", + "intro": "AMS G スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0704200000020017", + "intro": "AMS E スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020020", + "intro": "AMS C スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020017", + "intro": "AMS H スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020021", + "intro": "AMS D スロット 2 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020024", + "intro": "AMS G スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020020", + "intro": "AMS G スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0701230000020019", + "intro": "AMS B スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704200000020018", + "intro": "AMS E スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020021", + "intro": "AMS E スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C スロット 2 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0704230000020018", + "intro": "AMS E スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707210000020017", + "intro": "AMS H スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020019", + "intro": "AMS B スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G スロット 3 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0707200000020010", + "intro": "AMS H スロット 1 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0707230000020010", + "intro": "AMS H スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0700210000020019", + "intro": "AMS A スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0700200000020024", + "intro": "AMS A スロット 1 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0706230000020017", + "intro": "AMS G スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706230000020019", + "intro": "AMS G スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020019", + "intro": "AMS E スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020021", + "intro": "AMS F スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0300900000010003", + "intro": "チャンバー加熱に失敗しました。原因として、電源の温度が上昇しすぎている可能性があります。" + }, + { + "ecode": "0300900000010001", + "intro": "筐体の加熱に失敗しました。ヒーターが熱風を送れていない可能性があります。" + }, + { + "ecode": "0300900000010002", + "intro": "チャンバー加熱に失敗しました。以下のような原因が考えられます:\nー チャンバーが完全に密閉されていない\nー 周囲温度が低すぎる\nー 電源ユニットの放熱口が塞がれている" + }, + { + "ecode": "0700230000020020", + "intro": "AMS A スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H スロット 2 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0704200000020022", + "intro": "AMS E スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020017", + "intro": "AMS D スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702200000020017", + "intro": "AMS C スロット 1 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703200000020018", + "intro": "AMS D スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702220000020019", + "intro": "AMS C スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701210000020020", + "intro": "AMS B スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0707220000020021", + "intro": "AMS H スロット 3 の補助モーターが停止しました。フィラメントバッファーとツールヘッドの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0702230000020011", + "intro": "AMS C スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0704220000020018", + "intro": "AMS E スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701220000020010", + "intro": "AMS B スロット 3 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H スロット 1 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0703230000020019", + "intro": "AMS D スロット 4 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705210000020022", + "intro": "AMS F スロット 2 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703220000020018", + "intro": "AMS D スロット 3 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F スロット 1 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D スロット 1 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020018", + "intro": "AMS E スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G スロット 4 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D スロット 2 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A スロット 3 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0706210000020019", + "intro": "AMS G スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E スロット 3 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C スロット 4 のフィラメント排出がタイムアウトしました。" + }, + { + "ecode": "0706230000020024", + "intro": "AMS G スロット 4 で、フィラメントをAMSに戻す際にスプールの回転に失敗しました。" + }, + { + "ecode": "0703230000020018", + "intro": "AMS D スロット 4 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704230000020022", + "intro": "AMS E スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0705220000020011", + "intro": "AMS F スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C スロット 3 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B スロット 3 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E スロット 3 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F スロット 4 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0703210000020018", + "intro": "AMS D スロット 2 の補助モーターが停止しました。AMS付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E スロット 4 のフィラメント引き戻しがタイムアウトしました。" + }, + { + "ecode": "0701230000020022", + "intro": "AMS B スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0701200000020020", + "intro": "AMS B スロット 1 の補助モーターが停止しました。フィラメントバッファー付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0704210000020019", + "intro": "AMS E スロット 2 の補助モーターが停止しました。AMSとフィラメントバッファーの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D スロット 2 の補助モーターが停止しました。AMSとプリンタの間のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E スロット 4 の補助モーターが停止しました。ツールヘッド付近のチューブに過度な抵抗が発生している可能性があります。" + }, + { + "ecode": "0500040000020041", + "intro": "レーザーモジュールは長期間使用しています。レーザー加工に影響を与えないよう、速やかに清掃してください。" + }, + { + "ecode": "0500040000020042", + "intro": "ライブビューカメラが汚れているか、遮られています。清掃してから続行してください。" + }, + { + "ecode": "1807700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1803700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1800700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1804700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1805700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0706700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1803700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1804700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1801700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1806700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0700700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性がありますので、ご確認ください。" + }, + { + "ecode": "0701700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性がありますので、ご確認ください。" + }, + { + "ecode": "0701700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0702700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0703700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0500060000020031", + "intro": "ツールヘッドカメラが接続されていません。ハードウェアとケーブルの接続を確認してください。" + }, + { + "ecode": "0700700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0702700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0703700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0500060000020032", + "intro": "ノズルカメラが接続されていません。ハードウェアとケーブルの接続を確認してください。" + }, + { + "ecode": "0300C10000010003", + "intro": "適応型エアフローシステムがレーザー/カットモードを起動できません。エアドアの状態をご確認ください。" + }, + { + "ecode": "0500010000030006", + "intro": "USBドライブが未フォーマットです。USBドライブをフォーマットしてください。" + }, + { + "ecode": "1807700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0707700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1802700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0705700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0707700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1801700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1800700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1806700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0704700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "1802700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0704700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "0705700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0706700000020006", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントが詰まっているか、押出機やノズルが詰まっている可能性があります。" + }, + { + "ecode": "1805700000020003", + "intro": "フィラメントの押出に失敗しました。押出機またはノズルは詰っている可能性があります。" + }, + { + "ecode": "0C00040000020007", + "intro": "俯瞰カメラの設定中です。周りの物を取り除き、マットを外してください。マーカーが遮られていないことを確認してください。その間、俯瞰カメラとツールヘッドカメラの両方を清掃し、視界を遮る異物を取り除いてください。" + }, + { + "ecode": "0300C00000010002", + "intro": "フィルタースイッチフラップに不具合があります。何かが詰まっている可能性があります。" + }, + { + "ecode": "0300C10000010001", + "intro": "適応型エアフローシステムが冷却モードを起動できません。エアドアの状態をご確認ください。" + }, + { + "ecode": "0300C10000010002", + "intro": "適応型エアフローシステムが加熱モードを起動できません。エアドアの状態をご確認ください。" + }, + { + "ecode": "0500040000020037", + "intro": "カットモジュールはツール位置を取得するためにキャリブレーションが必要です。使用前に取り付けキャリブレーションを実行してください。(約2〜4分)" + }, + { + "ecode": "1806700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "0705700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1800700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1803700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1805700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1802700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1807700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "0300280000010003", + "intro": "Z軸の原点復帰中に、カットモジュールとツールヘッド間で通信エラーが発生しました。カットモジュールの信号ケーブルが緩んでいるか、断線していないか、またはフォースセンサーコイルが正常であるかを確認してください。" + }, + { + "ecode": "0500010000020001", + "intro": "メディアパイプラインに異常が発生しました。プリンターを再起動してください。複数回試しても解決しない場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "0700700000020008", + "intro": "AMSのマッピングテーブルを取得できませんでした。再試行してください。" + }, + { + "ecode": "0701700000020008", + "intro": "AMSのマッピングテーブルの取得に失敗しました。「再開」ボタンをクリックして再試行してください。" + }, + { + "ecode": "0702700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。「再開」ボタンをクリックして再試行してください。" + }, + { + "ecode": "0703700000020008", + "intro": "AMS のマッピングテーブルの取得に失敗しました。「再開」ボタンをクリックして再試行してください。" + }, + { + "ecode": "0300180000010007", + "intro": "押出力センサーの周波数範囲が高すぎます。センサーが故障しているか、ノズルのヒートシンクがセンサーに近すぎる可能性があります。" + }, + { + "ecode": "0300180000010004", + "intro": "押出機の押出力センサーの信号に異常があります。センサーが破損しているか、MC-TH通信に異常がある可能性があります。" + }, + { + "ecode": "03009D0000020003", + "intro": "彫刻レーザーの集光点Zのキャリブレーション結果が設計値と大きく異なります。レーザーモジュールを再インストールし、レーザーモジュールのセットアップを再実行してください。何度も失敗する場合は、カスタマーサポートにご連絡ください。" + }, + { + "ecode": "0C00040000010005", + "intro": "俯瞰カメラに不具合があります。サポートチームにご連絡ください。" + }, + { + "ecode": "0300180000010008", + "intro": "ノズルがベッドに異常接触しています。ノズルにフィラメントの付着物や、ノズルがヒートベッドに接触する部分に異物がないか確認してください。" + }, + { + "ecode": "0300180000010001", + "intro": "押出力センサーの周波数範囲が低すぎます。ノズルが正しく取り付けられていないか、ノズルのヒートシンクがセンサーから遠すぎる可能性がありますので、確認してください。" + }, + { + "ecode": "0C00010000010012", + "intro": "ライブビューカメラのキャリブレーションに失敗し、結果を保存できませんでした。再キャリブレーションをお試しください。キャリブレーションが何度も失敗する場合は、サポートチームにご連絡ください。" + }, + { + "ecode": "1804700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "0707700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "0706700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "0704700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1801700000020008", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "1800510000030001", + "intro": "AMSが無効になっています。スプールホルダーからフィラメントをロードしてください。" + }, + { + "ecode": "0705700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0C00020000020006", + "intro": "ノズルの高さが高すぎるようです。ノズルにフィラメントカスが付着していないか確認してください。" + }, + { + "ecode": "0702800000010004", + "intro": "AMS Cのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0702810000010004", + "intro": "AMS Cのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0701800000010004", + "intro": "AMS Bのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0704800000010004", + "intro": "AMS Eのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT Dのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0707810000010004", + "intro": "AMS Hのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT Fのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT Eのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT Bのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0705810000010004", + "intro": "AMS Fのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0300910000010002", + "intro": "筐体ヒーター1は温度異常です。ヒーターが断線しているか、ヒューズが作動している可能性があります。" + }, + { + "ecode": "0700400000020002", + "intro": "フィラメントバッファーの位置信号エラー、位置センサーに異常があります。" + }, + { + "ecode": "0700510000030001", + "intro": "AMSが無効になっています。スプールホルダーからフィラメントをロードしてください。" + }, + { + "ecode": "0700700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0701700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0702700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0703700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0700800000010004", + "intro": "AMS Aのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0700810000010004", + "intro": "AMS Aのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0703810000010004", + "intro": "AMS Dのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0701810000010004", + "intro": "AMS Bのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT Aのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0705800000010004", + "intro": "AMS Fのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT Fのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT Aのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT Cのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0704810000010004", + "intro": "AMS Eのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT Hのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT Cのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT Eのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0707800000010004", + "intro": "AMS Hのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT Hのヒーター2が異常な温度になっています。" + }, + { + "ecode": "0706810000010004", + "intro": "AMS Gのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT Gのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT Gのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0706800000010004", + "intro": "AMS Gのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1800400000020002", + "intro": "フィラメントバッファの位置信号にエラーが発生しています。位置センサーに不具合が生じている可能性があります。" + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0707700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0704700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0500040000020050", + "intro": "レーザー安全窓が取り付けられていません。" + }, + { + "ecode": "0706700000020007", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントを補充して、再開してください。" + }, + { + "ecode": "0703800000010004", + "intro": "AMS Dのヒーター1が異常な温度になっています。" + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT Bのヒーター2が異常な温度になっています。" + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT Dのヒーター1が異常な温度になっています。" + }, + { + "ecode": "0C00030000020017", + "intro": "レーザー彫刻のZ軸フォーカスキャリブレーションに失敗しました。レーザーテスト用材料(350gの紙ボード)が正しく配置されており、その表面が清潔で損傷がないか確認してください。" + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT Aのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT Hのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT Bのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT Gのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT Cのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1805240000020009", + "intro": "AMS-HT Fのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT Eのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT Dのフロントカバーが開いています。これにより、乾燥性能に影響が出るか、フィラメントが湿気を吸収する可能性があります。" + }, + { + "ecode": "0707730000020004", + "intro": "AMS Hスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703710000020005", + "intro": "AMS Cスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0706700000020005", + "intro": "AMS Gスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0701710000020002", + "intro": "AMS Bスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704700000020004", + "intro": "AMS Eスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804720000020004", + "intro": "AMS-HT Eスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704720000020005", + "intro": "AMS Eスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0702710000020002", + "intro": "AMS Cスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703710000020001", + "intro": "AMS Dスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1805710000020005", + "intro": "AMS-HT Fスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1803720000020002", + "intro": "AMS-HT Dスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704710000020001", + "intro": "AMS Eスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1805730000020001", + "intro": "AMS-HT Fスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1806710000020005", + "intro": "AMS-HT Gスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0704730000020004", + "intro": "AMS Eスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805730000020004", + "intro": "AMS-HT Fスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702720000020005", + "intro": "AMS Cスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1800720000020001", + "intro": "AMS -HT Aスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0702720000020001", + "intro": "AMS Cスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1805710000020002", + "intro": "AMS-HT Fスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804700000020004", + "intro": "AMS-HT Eスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803730000020001", + "intro": "AMS-HT Dスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1804720000020001", + "intro": "AMS -HT Eスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802710000020004", + "intro": "AMS-HT Cスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801710000020002", + "intro": "AMS-HT Bスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703700000020004", + "intro": "AMS Dスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800710000020001", + "intro": "AMS-HT Aスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1800720000020004", + "intro": "AMS-HT Aスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800730000020002", + "intro": "AMS-HT Aスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804700000020002", + "intro": "AMS-HT Eスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705730000020005", + "intro": "AMS F スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807720000020005", + "intro": "AMS-HT Hスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0701700000020001", + "intro": "AMS Bスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1807700000020004", + "intro": "AMS-HT Hスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702720000020004", + "intro": "AMS Cスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705730000020002", + "intro": "AMS Fスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806700000020002", + "intro": "AMS-HT Gスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806710000020004", + "intro": "AMS-HT Gスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803730000020002", + "intro": "AMS-HT Dスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704720000020001", + "intro": "AMS Eスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802730000020004", + "intro": "AMS-HT Cスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707700000020002", + "intro": "AMS Hスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802720000020004", + "intro": "AMS-HT Cスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700700000020004", + "intro": "AMS Aスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702710000020005", + "intro": "AMS Cスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0704720000020002", + "intro": "AMS Eスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703700000020002", + "intro": "AMS Dスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703700000020005", + "intro": "AMS Dスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1801730000020005", + "intro": "AMS-HT B スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1805700000020005", + "intro": "AMS-HT Fスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1800730000020001", + "intro": "AMS-HT Aスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1801700000020004", + "intro": "AMS-HT Bスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805730000020002", + "intro": "AMS-HT Fスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0706700000020004", + "intro": "AMS Gスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802730000020005", + "intro": "AMS-HT C スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807710000020005", + "intro": "AMS-HT Hスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0700720000020002", + "intro": "AMS Aスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800700000020001", + "intro": "AMS-HT Aスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0705700000020004", + "intro": "AMS Fスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800710000020004", + "intro": "AMS-HT Aスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702730000020002", + "intro": "AMS Cスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702710000020001", + "intro": "AMS Cスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1804710000020004", + "intro": "AMS-HT Eスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806730000020004", + "intro": "AMS-HT Gスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805720000020005", + "intro": "AMS-HT Fスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807700000020002", + "intro": "AMS-HT Hスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701720000020004", + "intro": "AMS Bスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705720000020005", + "intro": "AMS Fスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807720000020002", + "intro": "AMS-HT Hスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800700000020004", + "intro": "AMS-HT Aスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802730000020002", + "intro": "AMS-HT Cスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801720000020002", + "intro": "AMS-HT Bスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802730000020001", + "intro": "AMS-HT Cスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0700710000020001", + "intro": "AMS Aスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1801700000020005", + "intro": "AMS-HT Bスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0704700000020005", + "intro": "AMS Eスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0700710000020002", + "intro": "AMS Aスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701700000020004", + "intro": "AMS Bスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806730000020005", + "intro": "AMS-HT G スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1801710000020004", + "intro": "AMS-HT Bスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707710000020004", + "intro": "AMS Hスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803730000020004", + "intro": "AMS-HT Dスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801730000020002", + "intro": "AMS-HT Bスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700730000020004", + "intro": "AMS Aスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806720000020004", + "intro": "AMS-HT Gスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701720000020005", + "intro": "AMS Bスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0705710000020004", + "intro": "AMS Fスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1807710000020004", + "intro": "AMS-HT Hスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803700000020004", + "intro": "AMS-HT Dスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705710000020001", + "intro": "AMS Fスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707720000020004", + "intro": "AMS Hスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702710000020004", + "intro": "AMS Cスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704730000020005", + "intro": "AMS E スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1801700000020001", + "intro": "AMS-HT Bスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1805720000020004", + "intro": "AMS-HT Fスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702730000020005", + "intro": "AMS C スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0704700000020002", + "intro": "AMS Eスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701700000020005", + "intro": "AMS Bスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1801700000020002", + "intro": "AMS-HT Bスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801730000020001", + "intro": "AMS-HT Bスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1803720000020005", + "intro": "AMS-HT Dスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807730000020004", + "intro": "AMS-HT Hスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800700000020005", + "intro": "AMS-HT Aスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0705700000020001", + "intro": "AMS Fスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802710000020005", + "intro": "AMS-HT Cスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807730000020001", + "intro": "AMS-HT Hスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706710000020004", + "intro": "AMS Gスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804730000020002", + "intro": "AMS-HT Eスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803700000020002", + "intro": "AMS-HT Dスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802720000020005", + "intro": "AMS-HT Cスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0706730000020002", + "intro": "AMS Gスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707700000020004", + "intro": "AMS Hスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805700000020004", + "intro": "AMS-HT Fスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805700000020001", + "intro": "AMS-HT Fスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707720000020002", + "intro": "AMS Hスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701720000020001", + "intro": "AMS Bスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0700720000020004", + "intro": "AMS Aスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804710000020001", + "intro": "AMS-HT Eスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1801710000020001", + "intro": "AMS-HT Bスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1806730000020002", + "intro": "AMS-HT Gスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703710000020002", + "intro": "AMS Dスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703720000020001", + "intro": "AMS Dスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706720000020001", + "intro": "AMS Gスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1801730000020004", + "intro": "AMS-HT Bスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704710000020002", + "intro": "AMS Eスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800710000020002", + "intro": "AMS-HT Aスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802710000020002", + "intro": "AMS-HT Cスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805720000020002", + "intro": "AMS-HT Fスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703730000020004", + "intro": "AMS Dスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806720000020005", + "intro": "AMS-HT Gスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0706720000020002", + "intro": "AMS Gスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704730000020002", + "intro": "AMS Eスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1807720000020001", + "intro": "AMS -HT Hスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1803710000020005", + "intro": "AMS-HT Dスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807710000020002", + "intro": "AMS-HT Hスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705720000020002", + "intro": "AMS Fスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700720000020001", + "intro": "AMS Aスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706720000020004", + "intro": "AMS Gスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804700000020001", + "intro": "AMS-HT Eスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1803710000020002", + "intro": "AMS-HT Dスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707710000020001", + "intro": "AMS Hスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1803720000020004", + "intro": "AMS-HT Dスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805730000020005", + "intro": "AMS-HT F スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1803710000020001", + "intro": "AMS-HT Dスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1803700000020005", + "intro": "AMS-HT Dスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1805700000020002", + "intro": "AMS-HT Fスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701710000020005", + "intro": "AMS Bスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0707730000020005", + "intro": "AMS H スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807720000020004", + "intro": "AMS-HT Hスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701720000020002", + "intro": "AMS Bスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705700000020005", + "intro": "AMS Fスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1801720000020001", + "intro": "AMS -HT Bスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707730000020002", + "intro": "AMS Hスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804720000020002", + "intro": "AMS-HT Eスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704730000020001", + "intro": "AMS Eスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1801720000020004", + "intro": "AMS-HT Bスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802700000020001", + "intro": "AMS-HT Cスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0703710000020004", + "intro": "AMS Dスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0706730000020001", + "intro": "AMS Gスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1806700000020004", + "intro": "AMS-HT Gスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700700000020005", + "intro": "AMS Aスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1800720000020002", + "intro": "AMS-HT Aスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800720000020005", + "intro": "AMS-HT Aスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1806720000020001", + "intro": "AMS -HT Gスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706700000020001", + "intro": "AMS Gスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1800700000020002", + "intro": "AMS-HT Aスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700720000020005", + "intro": "AMS Aスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0707720000020001", + "intro": "AMS Hスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802710000020001", + "intro": "AMS-HT Cスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706720000020005", + "intro": "AMS Gスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0702720000020002", + "intro": "AMS Cスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0704710000020005", + "intro": "AMS Eスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1806720000020002", + "intro": "AMS-HT Gスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1807700000020001", + "intro": "AMS-HT Hスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1804730000020004", + "intro": "AMS-HT Eスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707710000020005", + "intro": "AMS Hスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1807730000020005", + "intro": "AMS-HT H スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0705730000020001", + "intro": "AMS Fスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0704720000020004", + "intro": "AMS Eスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701730000020005", + "intro": "AMS B スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0704710000020004", + "intro": "AMS Eスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803700000020001", + "intro": "AMS-HT Dスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0706710000020005", + "intro": "AMS Gスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0707700000020001", + "intro": "AMS Hスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1807700000020005", + "intro": "AMS-HT Hスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0706730000020005", + "intro": "AMS G スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1805720000020001", + "intro": "AMS -HT Fスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0701730000020001", + "intro": "AMS Bスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0700710000020005", + "intro": "AMS Aスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1803730000020005", + "intro": "AMS-HT D スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1804700000020005", + "intro": "AMS-HT Eスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0703700000020001", + "intro": "AMS Dスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0701710000020001", + "intro": "AMS Bスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802700000020002", + "intro": "AMS-HT Cスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0706700000020002", + "intro": "AMS Gスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705700000020002", + "intro": "AMS Fスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806700000020005", + "intro": "AMS-HT Gスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0703720000020005", + "intro": "AMS Dスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0700010000010005", + "intro": "AMS Aの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0702010000010005", + "intro": "AMS Cの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0701010000010005", + "intro": "AMS Bの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0703010000010005", + "intro": "AMS Dの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT Aの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT Dの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT Fの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT Cの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0705010000010005", + "intro": "AMS Fの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT Bの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0706010000010005", + "intro": "AMS Gの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT Gの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0707010000010005", + "intro": "AMS Hの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT Eの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT Hの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0704010000010005", + "intro": "AMS Eの補助モーターの電流センサーに不具合がある可能性があります。" + }, + { + "ecode": "0701710000020004", + "intro": "AMS Bスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0706710000020001", + "intro": "AMS Gスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707700000020005", + "intro": "AMS Hスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0701730000020004", + "intro": "AMS Bスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703730000020001", + "intro": "AMS Dスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707720000020005", + "intro": "AMS Hスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1802700000020005", + "intro": "AMS-HT Cスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0703720000020004", + "intro": "AMS Dスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801720000020005", + "intro": "AMS-HT Bスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1804710000020002", + "intro": "AMS-HT Eスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700730000020005", + "intro": "AMS A スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1804730000020005", + "intro": "AMS-HT E スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1800730000020005", + "intro": "AMS-HT A スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0705720000020001", + "intro": "AMS Fスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1804730000020001", + "intro": "AMS-HT Eスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0700730000020001", + "intro": "AMS Aスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802720000020001", + "intro": "AMS -HT Cスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1806710000020001", + "intro": "AMS-HT Gスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0703730000020005", + "intro": "AMS D スロット 4 へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1803710000020004", + "intro": "AMS-HT Dスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703730000020002", + "intro": "AMS Dスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1803720000020001", + "intro": "AMS -HT Dスロット3のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0700700000020001", + "intro": "AMS Aスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1802700000020004", + "intro": "AMS-HT Cスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0706710000020002", + "intro": "AMS Gスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804710000020005", + "intro": "AMS-HT Eスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0705730000020004", + "intro": "AMS Fスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0700710000020004", + "intro": "AMS Aスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1805710000020001", + "intro": "AMS-HT Fスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1807730000020002", + "intro": "AMS-HT Hスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1804720000020005", + "intro": "AMS-HT Eスロット3へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "1805710000020004", + "intro": "AMS-HT Fスロット2のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0707710000020002", + "intro": "AMS Hスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705720000020004", + "intro": "AMS Fスロット3のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702700000020005", + "intro": "AMS Cスロット1へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0700730000020002", + "intro": "AMS Aスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1800730000020004", + "intro": "AMS-HT Aスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702730000020004", + "intro": "AMS Cスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701700000020002", + "intro": "AMS Bスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702700000020002", + "intro": "AMS Cスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806730000020001", + "intro": "AMS-HT Gスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0702700000020001", + "intro": "AMS Cスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1800710000020005", + "intro": "AMS-HT Aスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0702700000020004", + "intro": "AMS Cスロット1のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0701730000020002", + "intro": "AMS Bスロット4のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0705710000020005", + "intro": "AMS Fスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0700700000020002", + "intro": "AMS Aスロット1のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806710000020002", + "intro": "AMS-HT Gスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1801710000020005", + "intro": "AMS-HT Bスロット2へのフィラメントの送り込みに失敗しました。フィラメントの先端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "0706730000020004", + "intro": "AMS Gスロット4のフィラメントをツールヘッドから引き戻せませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0703720000020002", + "intro": "AMS Dスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1802720000020002", + "intro": "AMS-HT Cスロット3のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "0702730000020001", + "intro": "AMS Cスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0705710000020002", + "intro": "AMS Fスロット2のフィラメントをツールヘッドに送り込めませんでした。フィラメントまたはスプールが詰まっている可能性があります。" + }, + { + "ecode": "1806700000020001", + "intro": "AMS-HT Gスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0707730000020001", + "intro": "AMS Hスロット4のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "1807710000020001", + "intro": "AMS-HT Hスロット2のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0704700000020001", + "intro": "AMS Eスロット1のフィラメントを押出機から引き出せませんでした。押出機の詰まりやフィラメントの破片が押出機内で溜まっている可能性があります。" + }, + { + "ecode": "0500030000010021", + "intro": "ハードウェアが非対応です。レーザーを確認してください。" + }, + { + "ecode": "0C00010000020008", + "intro": "ライブビューカメラから画像を取得できませんでした。スパゲッティおよび廃料詰まりの検出は現在使用できません。" + }, + { + "ecode": "0C00040000010012", + "intro": "俯瞰カメラのデータリンクに異常があります。" + }, + { + "ecode": "0C00040000020003", + "intro": "レーザープラットフォームが正しく配置されていません。ヒートベッドの四隅が揃っていることを確認してください。" + }, + { + "ecode": "0500060000020004", + "intro": "AIライブビューカメラが取り付けられていません。ハードウェアの接続を確認してください。" + }, + { + "ecode": "0C00040000020002", + "intro": "カットプラットフォームが検出されませんでした。作業に必要なマットを配置してから、続行してください。" + }, + { + "ecode": "0500060000020033", + "intro": "俯瞰カメラが接続されていません。ハードウェアとケーブル接続を確認してください。" + }, + { + "ecode": "0C00030000020016", + "intro": "異物検出機能に不具合があり、ライブビューカメラのシリアル番号が読み取れませんでした。サポートチームにご連絡ください。" + }, + { + "ecode": "0500040000020031", + "intro": "レーザーまたはカットモジュールを使用する前に、俯瞰カメラの姿勢を決定する必要があります。セットアップを完了し、カメラのキャリブレーションを行ってください。" + }, + { + "ecode": "0703210000020007", + "intro": "AMS Dのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT Aのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701210000020007", + "intro": "AMS Bのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0703200000020007", + "intro": "AMS Dのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0702200000020007", + "intro": "AMS Cのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701200000020007", + "intro": "AMS Bのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0703230000020007", + "intro": "AMS Dのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0700220000020007", + "intro": "AMS Aのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0C00040000020019", + "intro": "俯瞰カメラがずれた状態で取り付けられています。Wikiを参照して正しく再取り付けしてください。" + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT Eのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706230000020007", + "intro": "AMS Gのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT Cのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT Aのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707200000020007", + "intro": "AMS Hのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT Hのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704210000020007", + "intro": "AMS Eのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707220000020007", + "intro": "AMS Hのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT Cのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707210000020007", + "intro": "AMS Hのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT Dのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT Gのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0705230000020007", + "intro": "AMS Fのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT Fのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT Cのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT Dのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704220000020007", + "intro": "AMS Eのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706210000020007", + "intro": "AMS Gのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "03009E0000030001", + "intro": "この造形作業の開扉検出レベルは「通知」に設定されます。" + }, + { + "ecode": "0702210000020007", + "intro": "AMS Cのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0700230000020007", + "intro": "AMS Aのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701230000020007", + "intro": "AMS Bのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704200000020007", + "intro": "AMS Eのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0705220000020007", + "intro": "AMS Fのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0705200000020007", + "intro": "AMS Fのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT Hのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT Hのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT Aのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT Gのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT Bのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707230000020007", + "intro": "AMS Hのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT Bのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT Hのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT Dのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706220000020007", + "intro": "AMS Gのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT Eのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT Fのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT Eのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "03009D0000020001", + "intro": "彫刻レーザーの焦点位置XYキャリブレーションに失敗しました。レーザープラットフォーム上のレーザーホーミング領域を清掃し、レーザーモジュールマウントキャリブレーションを再実行してください。" + }, + { + "ecode": "0702230000020007", + "intro": "AMS Cのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701220000020007", + "intro": "AMS Bのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0702220000020007", + "intro": "AMS Cのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0703220000020007", + "intro": "AMS Dのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0700210000020007", + "intro": "AMS Aのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0700200000020007", + "intro": "AMS Aのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT Eのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT Bのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT Fのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704230000020007", + "intro": "AMS Eのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT Gのスロット3のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT Aのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT Fのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT Gのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0705210000020007", + "intro": "AMS Fのスロット2のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT Bのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT Dのスロット4のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT Cのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706200000020007", + "intro": "AMS Gのスロット1のフィードアウトホールセンサーが切断されています。コネクタに接触不良がある可能性があります。" + }, + { + "ecode": "03009D0000020002", + "intro": "彫刻レーザーの焦点位置XYキャリブレーションの結果が、設計値と大きく異なります。レーザーモジュールを再インストールし、レーザーモジュールのセットアップを再実行してください。" + }, + { + "ecode": "0C00010000010011", + "intro": "ライブビューカメラのキャリブレーションに失敗しました。再キャリブレーションを行ってください。ビルドプレートが空で、カメラの視野がクリアで正しい向きになっていることを確認してください。繰り返し失敗する場合は、サポートチームにご連絡ください。" + }, + { + "ecode": "0500040000010052", + "intro": "セーフティキーが挿入されていません。Wikiを参照して取り付けてください。" + }, + { + "ecode": "0500040000010051", + "intro": "非常停止ボタンが正しい位置にありません。Wikiの指示に従って取り付けてください。" + }, + { + "ecode": "0300090000010001", + "intro": "押出機のサーボモーターに開回路が発生しています。接続が緩んでいる、またはモーター本体が故障している可能性があります。" + }, + { + "ecode": "0300090000010002", + "intro": "押出機のサーボモーターに短絡が発生しています。モーター本体が故障している可能性があります。" + }, + { + "ecode": "0300090000010003", + "intro": "押出機のサーボモーターの絶縁抵抗値に異常が検出されました。モーター本体が故障している可能性があります。" + }, + { + "ecode": "0300160000010001", + "intro": "押出機サーボモーターの電流センサーに異常が検出されました。ハードウェアのサンプリング回路の故障が原因である可能性があります。" + }, + { + "ecode": "0300410000010001", + "intro": "システム電圧が不安定です。電源障害保護機能が作動しました。" + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT Dのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT Gのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT Bのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT Fのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT Cのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT Eのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT Hのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT Aのドア検出に異常があります。ホールセンサーの接続が緩んでいるか、外れている可能性があります。" + }, + { + "ecode": "07FF700000020003", + "intro": "ノズルから材料が出ているか確認してください。出ていない場合は、材料を軽く押してから、再度押出しを試みてください。" + }, + { + "ecode": "0300D00000010002", + "intro": "ブレードホルダーが外れています。再度取り付けてください。" + }, + { + "ecode": "0300D00000010001", + "intro": "カットモジュールのベースが外れています。再度取り付けてください。" + }, + { + "ecode": "0300280000010005", + "intro": "カッティングモードでZ軸の原点復帰に失敗しました。Z軸スライダーやZ軸同期プーリーに異物がないか確認してください。" + }, + { + "ecode": "18FF600000020001", + "intro": "外部スプールが絡んでいるか、詰まっている可能性があります。" + }, + { + "ecode": "07FF600000020001", + "intro": "外部スプールが絡んでいるか、詰まっている可能性があります。" + }, + { + "ecode": "0500030000020020", + "intro": "USBフラッシュドライブの容量が不足しているため、印刷ファイルをキャッシュできません。" + }, + { + "ecode": "0702010000020006", + "intro": "AMS Cの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0703010000020006", + "intro": "AMS Dの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0705010000020006", + "intro": "AMS Fの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT Cの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT Gの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704010000020006", + "intro": "AMS Eの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT Aの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT Fの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701010000020006", + "intro": "AMS Bの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0700010000020006", + "intro": "AMS Aの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT Bの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT Hの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT Eの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT Dの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706010000020006", + "intro": "AMS Gの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707010000020006", + "intro": "AMS Hの補助モーターの三相配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0500040000020036", + "intro": "新しいカットモジュールが接続されました。より正確なカットを行うため、使用前にセットアップを実施してください。(所要時間:約3分)" + }, + { + "ecode": "0500040000020035", + "intro": "レーザーモジュールのキャリブレーションが必要です。使用前にマウントキャリブレーションを実施してください。(所要時間:約2分)" + }, + { + "ecode": "0300C30000010002", + "intro": "フィルタースイッチフラップの電流センサーに不具合があります。断線またはハードウェアのサンプリング回路の故障が原因の可能性があります。" + }, + { + "ecode": "0300A10000010001", + "intro": "筐体内部の温度が高すぎます。冷却のため、上部カバーと前面ドアを開けるか、周囲温度を下げてください。" + }, + { + "ecode": "0500010000030005", + "intro": "USBドライブが読み取り専用モードのため、ビデオ録画やタイムラプス撮影を実行できません。対処方法はWikiを参照してください。" + }, + { + "ecode": "0500040000020038", + "intro": "カットモジュールをスライドして挿入し、クイックリリースレバーを固定してください。すでに取り付けられている場合、モジュールが正しく配置されていない可能性があります。再度取り付けてください。" + }, + { + "ecode": "0500010000020002", + "intro": "ライブビューカメラが接続されていません。ハードウェアおよびケーブル接続を確認してください。" + }, + { + "ecode": "0500060000020034", + "intro": "ライブビューカメラが接続されていません。ハードウェアとケーブルの接続を確認してください。" + }, + { + "ecode": "0300D00000010003", + "intro": "カットモジュールのケーブルが緩んでいます。接続を確認してください。" + }, + { + "ecode": "1805200000020009", + "intro": "AMS-HT F スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1803200000020009", + "intro": "AMS-HT D スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1805210000020009", + "intro": "AMS-HT F スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804210000020009", + "intro": "AMS-HT E スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804220000020009", + "intro": "AMS-HT E スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1803210000020009", + "intro": "AMS-HT D スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1806230000020009", + "intro": "AMS-HT G スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1800220000020009", + "intro": "AMS-HT A スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1807230000020009", + "intro": "AMS-HT H スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1802200000020009", + "intro": "AMS-HT C スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801210000020009", + "intro": "AMS-HT B スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1807210000020009", + "intro": "AMS-HT H スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1800210000020009", + "intro": "AMS-HT A スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1802210000020009", + "intro": "AMS-HT C スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1806220000020009", + "intro": "AMS-HT G スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1806200000020009", + "intro": "AMS-HT G スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804230000020009", + "intro": "AMS-HT E スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801220000020009", + "intro": "AMS-HT B スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1802220000020009", + "intro": "AMS-HT C スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1803230000020009", + "intro": "AMS-HT D スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1807200000020009", + "intro": "AMS-HT H スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1800230000020009", + "intro": "AMS-HT A スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1806210000020009", + "intro": "AMS-HT G スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1805220000020009", + "intro": "AMS-HT F スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1807220000020009", + "intro": "AMS-HT H スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1803220000020009", + "intro": "AMS-HT D スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1805230000020009", + "intro": "AMS-HT F スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804200000020009", + "intro": "AMS-HT E スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801200000020009", + "intro": "AMS-HT B スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1800200000020009", + "intro": "AMS-HT A スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1802230000020009", + "intro": "AMS-HT C スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801230000020009", + "intro": "AMS-HT B スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0C0003000002000E", + "intro": "ノズルに詰まったものが付着しているようです。" + }, + { + "ecode": "0703200000030001", + "intro": "AMS D スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0705200000030001", + "intro": "AMS F スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704200000020005", + "intro": "AMS E スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0701130000010001", + "intro": "AMS B スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0701200000020002", + "intro": "AMS B スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0701200000020005", + "intro": "AMS B スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0702100000010001", + "intro": "AMS C スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0702230000020002", + "intro": "AMS C スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0703200000020005", + "intro": "AMS D スロット 1 のフィラメントが切れ、古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッドに詰まっているかご確認ください。" + }, + { + "ecode": "0703230000030001", + "intro": "AMS D スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0703200000020008", + "intro": "AMS Dのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT Eのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800130000010001", + "intro": "AMS-HT A スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0705210000020005", + "intro": "AMS F スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705220000020002", + "intro": "AMS E スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT Cは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT Hのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT Fのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT Dのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1804130000010001", + "intro": "AMS-HT E スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1805120000010001", + "intro": "AMS-HT F スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706210000020008", + "intro": "AMS Gのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705200000020002", + "intro": "AMS F スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0707100000010001", + "intro": "AMS H スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0704200000020004", + "intro": "AMS E スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1801130000010001", + "intro": "AMS-HT B スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1802110000020002", + "intro": "AMS-HT C スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0705130000010001", + "intro": "AMS F スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0703210000020008", + "intro": "AMS Dのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT Dのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT Cのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0707210000020001", + "intro": "AMS H スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT Hのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT Eは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "0707220000030001", + "intro": "AMS H スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704120000010003", + "intro": "AMS E スロット 3のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705120000010003", + "intro": "AMS F スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0704100000010003", + "intro": "AMS E スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1807300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0704310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0705210000020009", + "intro": "AMS F スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0707220000020009", + "intro": "AMS H スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0707300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0700120000020002", + "intro": "AMS A スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700220000030001", + "intro": "AMS A スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0700230000030001", + "intro": "AMS A スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0701100000010001", + "intro": "AMS B スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0701110000010003", + "intro": "AMS B スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0701220000030002", + "intro": "AMS B スロット 3 のフィラメントが切れました。同じフィラメントの入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0702130000010001", + "intro": "AMS C スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0702220000030001", + "intro": "AMS C スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0703120000020002", + "intro": "AMS D スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0703130000020002", + "intro": "AMS D スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0703210000020003", + "intro": "AMS D スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0703220000020001", + "intro": "AMS D スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0705210000030002", + "intro": "AMS F スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0705210000020008", + "intro": "AMS Fのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT Fのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0707220000020005", + "intro": "AMS H スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1801120000020002", + "intro": "AMS-HT B スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT Cのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0707560000030001", + "intro": "AMS Hは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0706130000010003", + "intro": "AMS G スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1804110000010001", + "intro": "AMS-HT E スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0707230000020008", + "intro": "AMS Hのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704130000010001", + "intro": "AMS E スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT Hのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707200000020008", + "intro": "AMS Hのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700100000010003", + "intro": "AMS A スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0700220000020004", + "intro": "AMS A スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0701220000020001", + "intro": "AMS B スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0702230000020005", + "intro": "AMS C スロット 4 のフィラメントが切れ、古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかをご確認ください。" + }, + { + "ecode": "0703210000020001", + "intro": "AMS D スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0703220000020005", + "intro": "AMS D スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0703220000030001", + "intro": "AMS D スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT D スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1802110000010001", + "intro": "AMS-HT C スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0701210000020008", + "intro": "AMS Bのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801130000020002", + "intro": "AMS-HT B スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1803130000020002", + "intro": "AMS-HT D スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT Cのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0705200000020004", + "intro": "AMS F スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0703560000030001", + "intro": "AMS Dは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT Gのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0704210000020003", + "intro": "AMS E スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704110000010001", + "intro": "AMS E スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0704210000030001", + "intro": "AMS E スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0706130000020002", + "intro": "AMS G スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT Eのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0706110000010001", + "intro": "AMS G スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT Hのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0706130000010001", + "intro": "AMS G スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807130000020002", + "intro": "AMS-HT H スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0703220000020008", + "intro": "AMS Dのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800400000020004", + "intro": "フィラメントバッファの信号に異常があります。スプリングが詰まっているか、フィラメントが絡まっている可能性があります。" + }, + { + "ecode": "0704200000020009", + "intro": "AMS E スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1806300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0704310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1800310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0705310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "1807310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1806350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0700220000020002", + "intro": "AMS A スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0701200000020004", + "intro": "AMS B スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0701230000030001", + "intro": "AMS B スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0702200000020002", + "intro": "AMS C スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0702210000020001", + "intro": "AMS C スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0702210000030001", + "intro": "AMS C スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0703110000010001", + "intro": "AMS D スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0703130000010003", + "intro": "AMS D スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703230000020001", + "intro": "AMS D スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0703230000020002", + "intro": "AMS D スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0700200000020008", + "intro": "AMS Aのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701200000020008", + "intro": "AMS Bのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707200000030001", + "intro": "AMS H スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704220000020005", + "intro": "AMS E スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705210000020001", + "intro": "AMS F スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802100000020002", + "intro": "AMS-HT C スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1805130000010001", + "intro": "AMS-HT F スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0707230000030002", + "intro": "AMS H スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0705100000020002", + "intro": "AMS F スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT Aのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707220000020002", + "intro": "AMS H スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0704130000020002", + "intro": "AMS E スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0704230000020003", + "intro": "AMS E スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0706230000030001", + "intro": "AMS G スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0705210000020004", + "intro": "AMS F スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0704220000020001", + "intro": "AMS E スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803120000010001", + "intro": "AMS-HT D スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT Dのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0706210000020004", + "intro": "AMS G スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0707120000010001", + "intro": "AMS H スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801120000010001", + "intro": "AMS-HT B スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706200000020003", + "intro": "AMS G スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT Cのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0705200000020001", + "intro": "AMS F スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT Fは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT Fのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0707200000020003", + "intro": "AMS H スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0706230000020001", + "intro": "AMS G スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT Gは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "0701230000020008", + "intro": "AMS Bのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700110000020002", + "intro": "AMS A スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700200000020003", + "intro": "AMS A スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0700200000020004", + "intro": "AMS A スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0700210000020001", + "intro": "AMS A スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0701100000020002", + "intro": "AMS B スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701110000020002", + "intro": "AMS B スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701130000020002", + "intro": "AMS B スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "0701200000030001", + "intro": "AMS B スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0701230000030002", + "intro": "AMS B スロット 4 のフィラメントが切れました。同じフィラメントの入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0702200000020001", + "intro": "AMS C スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0703200000020001", + "intro": "AMS D スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0703210000030002", + "intro": "AMS D スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0703230000030002", + "intro": "AMS D スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1804120000010001", + "intro": "AMS-HT E スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1807110000020002", + "intro": "AMS-HT H スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0707100000010003", + "intro": "AMS H スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706230000020004", + "intro": "AMS G スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0705220000020004", + "intro": "AMS F スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1800120000020002", + "intro": "AMS-HT A スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0706210000020002", + "intro": "AMS G スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT Aのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0706220000020004", + "intro": "AMS G スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706220000020002", + "intro": "AMS G スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT A スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704230000030002", + "intro": "AMS E スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1800300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1804310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0705200000020009", + "intro": "AMS F スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "18FF200000020002", + "intro": "外部フィラメントがありません。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1807350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0705300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "18FF200000020001", + "intro": "フィラメントが切れました。新しいものをロードしてください。" + }, + { + "ecode": "1800450000020001", + "intro": "フィラメントカッターセンサーが正常に動作していません。コネクターが正しく接続されているか確認してください。" + }, + { + "ecode": "1805310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0704230000020009", + "intro": "AMS E スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0707350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0700110000010001", + "intro": "AMS A スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0701120000020002", + "intro": "AMS B スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701200000020001", + "intro": "AMS B スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0702200000020003", + "intro": "AMS C スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702210000020005", + "intro": "AMS C スロット 2 のフィラメントが切れました。古いフィラメントの取り出しが正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0703110000010003", + "intro": "AMS D スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703210000020002", + "intro": "AMS D スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0700560000030001", + "intro": "AMS Aは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1805120000020002", + "intro": "AMS-HT F スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0707220000020004", + "intro": "AMS H スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0704120000010001", + "intro": "AMS E スロット3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0704210000020001", + "intro": "AMS E スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802130000010001", + "intro": "AMS-HT C スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0707230000030001", + "intro": "AMS H スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1800130000020002", + "intro": "AMS-HT A スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1801100000010001", + "intro": "AMS-HT B スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807100000020002", + "intro": "AMS-HT H スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0707200000020002", + "intro": "AMS H スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT Cのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1802120000020002", + "intro": "AMS-HT C スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0705120000020002", + "intro": "AMS F スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT Hのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0700210000020003", + "intro": "AMS A スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0700230000020003", + "intro": "AMS A スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0701200000030002", + "intro": "AMS B スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0702130000010003", + "intro": "AMS C スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703220000020003", + "intro": "AMS D スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1803120000020002", + "intro": "AMS-HT D スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1801110000010001", + "intro": "AMS-HT B スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706220000020001", + "intro": "AMS G スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706220000020005", + "intro": "AMS G スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806110000010001", + "intro": "AMS-HT G スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0707200000020004", + "intro": "AMS H スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT Bのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0705130000020002", + "intro": "AMS F スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT Fのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT A スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0704110000010003", + "intro": "AMS E スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804110000020002", + "intro": "AMS-HT E スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1805130000020002", + "intro": "AMS-HT F スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1804130000020002", + "intro": "AMS-HT E スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT Aのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0706210000020001", + "intro": "AMS G スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0705220000020005", + "intro": "AMS F スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0707220000020008", + "intro": "AMS Hのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0706300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1800450000020002", + "intro": "フィラメントカッターの切断距離が大きすぎます。XYモーターの動作が不正確になる可能性があります。" + }, + { + "ecode": "1802300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "1802310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1806310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1802300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0705230000020009", + "intro": "AMS F スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0707310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0700100000010001", + "intro": "AMS A スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0700100000020002", + "intro": "AMS A スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700120000010001", + "intro": "AMS A スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0700130000010001", + "intro": "AMS A スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0702110000020002", + "intro": "AMS C スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "0702210000020004", + "intro": "AMS C スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0702220000020004", + "intro": "AMS C スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0702220000030002", + "intro": "AMS C スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT Eのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705230000020002", + "intro": "AMS E スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0706230000020008", + "intro": "AMS Gのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707220000020001", + "intro": "AMS H スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0706200000020002", + "intro": "AMS G スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0702220000020008", + "intro": "AMS Cのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0707230000020002", + "intro": "AMS H スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0707220000030002", + "intro": "AMS H スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0705100000010003", + "intro": "AMS F スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704200000020002", + "intro": "AMS E スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0705220000030002", + "intro": "AMS F スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT Gのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0700200000020001", + "intro": "AMS A スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0700210000030002", + "intro": "AMS A スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0701110000010001", + "intro": "AMS B スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0701120000010003", + "intro": "AMS B スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0702230000020003", + "intro": "AMS C スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0704100000020002", + "intro": "AMS E スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0704560000030001", + "intro": "AMS Eは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1803110000020002", + "intro": "AMS-HT D スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0705110000010001", + "intro": "AMS F スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0707210000020008", + "intro": "AMS Hのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1800120000010001", + "intro": "AMS-HT A スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT Bのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707120000020002", + "intro": "AMS H スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0705110000010003", + "intro": "AMS F スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1807110000010001", + "intro": "AMS-HT H スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT Bは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "0706200000030001", + "intro": "AMS G スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0706220000030001", + "intro": "AMS G スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT Eのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0706230000020009", + "intro": "AMS G スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1804300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1802350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "18FF200000020004", + "intro": "押出機からフィラメントを引き出してください。" + }, + { + "ecode": "0705350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0706210000020009", + "intro": "AMS G スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1805350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "18FF450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "0707300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1800300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702200000020004", + "intro": "AMS C スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0703100000010003", + "intro": "AMS D スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703120000010001", + "intro": "AMS D スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0703230000020003", + "intro": "AMS D スロット 4 のフィラメントが折れている可能性があります。" + }, + { + "ecode": "0705230000020004", + "intro": "AMS F スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT Aのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707130000010003", + "intro": "AMS H スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0707220000020003", + "intro": "AMS H スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0706100000020002", + "intro": "AMS G スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0704210000020004", + "intro": "AMS E スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706220000020003", + "intro": "AMS G スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0705220000030001", + "intro": "AMS F スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0707210000030001", + "intro": "AMS H スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT Gのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703230000020008", + "intro": "AMS Dのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT Gのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704120000020002", + "intro": "AMS E スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0705120000010001", + "intro": "AMS F スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT Bのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0706110000010003", + "intro": "AMS G スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0707120000010003", + "intro": "AMS H スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT Gのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705100000010001", + "intro": "AMS F スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0700130000020002", + "intro": "AMS A スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700220000020005", + "intro": "AMS A スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0700230000020001", + "intro": "AMS A スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0701210000020001", + "intro": "AMS B スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0701220000030001", + "intro": "AMS B スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0701230000020003", + "intro": "AMS B スロット 4 のフィラメントは AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702200000030002", + "intro": "AMS C スロット 1 のフィラメントが切れました。同じフィラメントが入ったスロットに自動で切り替わりました。" + }, + { + "ecode": "0702230000020001", + "intro": "AMS C スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0702230000020004", + "intro": "AMS3 スロット4のフィラメントがヘッド内で折れている可能性があります。" + }, + { + "ecode": "0703100000010001", + "intro": "AMS D スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0703200000030002", + "intro": "AMS D スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0703230000020004", + "intro": "AMS D スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0703230000020005", + "intro": "AMS D スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかをご確認ください。" + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1803100000020002", + "intro": "AMS-HT D スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0707130000020002", + "intro": "AMS H スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0700210000020008", + "intro": "AMS Aのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT Cのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801110000020002", + "intro": "AMS-HT B スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT Bのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT Hは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "0706110000020002", + "intro": "AMS G スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0706230000020005", + "intro": "AMS G スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705130000010003", + "intro": "AMS F スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706200000020001", + "intro": "AMS G スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0706120000010001", + "intro": "AMS G スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0706230000030002", + "intro": "AMS G スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1803310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1805300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0706310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1802310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0704350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0707210000020009", + "intro": "AMS H スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "18FE450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "0701210000020005", + "intro": "AMS B スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0701210000030002", + "intro": "AMS B スロット 2 のフィラメントが切れました。同じフィラメントの入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0701220000020002", + "intro": "AMS B スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0701230000020001", + "intro": "AMS B スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0701230000020005", + "intro": "AMS B スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0702220000020002", + "intro": "AMS C スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0702230000030001", + "intro": "AMS C スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0703200000020003", + "intro": "AMS D スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702200000020008", + "intro": "AMS Cのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707130000010001", + "intro": "AMS H スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0704220000020003", + "intro": "AMS E スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0704210000020002", + "intro": "AMS E スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706200000030002", + "intro": "AMS G スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0704130000010003", + "intro": "AMS E スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706560000030001", + "intro": "AMS Gは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705230000020005", + "intro": "AMS F スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0706120000010003", + "intro": "AMS G スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0707210000020003", + "intro": "AMS H スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1806120000010001", + "intro": "AMS-HT G スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0704230000020008", + "intro": "AMS Eのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT Fのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800100000010001", + "intro": "AMS-HT A スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0705230000020003", + "intro": "AMS F スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0707110000010003", + "intro": "AMS H スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705210000020002", + "intro": "AMS F スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1806110000020002", + "intro": "AMS-HT G スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1806130000020002", + "intro": "AMS-HT G スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0700200000030002", + "intro": "AMS A スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0700210000020004", + "intro": "AMS A スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0700210000030001", + "intro": "AMS A スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0700220000020003", + "intro": "AMS A スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0700230000020002", + "intro": "AMS A スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0701100000010003", + "intro": "AMS B スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0701210000020002", + "intro": "AMS B スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0703100000020002", + "intro": "AMS D スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0703220000020004", + "intro": "AMS D スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706100000010003", + "intro": "AMS G スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1802100000010001", + "intro": "AMS-HT C スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706210000020003", + "intro": "AMS G スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0704200000020001", + "intro": "AMS E スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706210000030002", + "intro": "AMS G スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1806100000020002", + "intro": "AMS-HT G スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0704100000010001", + "intro": "AMS E スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0704210000020008", + "intro": "AMS Eのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706120000020002", + "intro": "AMS G スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0707110000020002", + "intro": "AMS H スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0704220000020004", + "intro": "AMS E スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706100000010001", + "intro": "AMS G スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT Aのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1800110000020002", + "intro": "AMS-HT A スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0704230000020001", + "intro": "AMS E スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0704210000020005", + "intro": "AMS E スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1803130000010001", + "intro": "AMS-HT D スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1805300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0704300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0707230000020009", + "intro": "AMS H スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1803300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1804310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1800310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "1803350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0704210000020009", + "intro": "AMS E スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0700230000020004", + "intro": "AMS A スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0700230000020005", + "intro": "AMS A スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0701220000020005", + "intro": "AMS B スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0702120000010001", + "intro": "AMS C スロット3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0702210000020002", + "intro": "AMS C スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0703220000030002", + "intro": "AMS D スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT Hのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1804120000020002", + "intro": "AMS-HT E スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0705230000020008", + "intro": "AMS Fのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT Fのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT Aのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707230000020005", + "intro": "AMS H スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0707200000020005", + "intro": "AMS H スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705210000020003", + "intro": "AMS F スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0705210000030001", + "intro": "AMS F スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0705220000020008", + "intro": "AMS Fのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802120000010001", + "intro": "AMS-HT C スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT Bのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0707210000020005", + "intro": "AMS H スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0700120000010003", + "intro": "AMS A スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0700200000030001", + "intro": "AMS A スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0700210000020005", + "intro": "AMS A スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0700230000030002", + "intro": "AMS A スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0701220000020003", + "intro": "AMS B スロット 3 のフィラメントはAMS内で折れている可能性があります。" + }, + { + "ecode": "0702220000020001", + "intro": "AMS C スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0702220000020003", + "intro": "AMS C スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0703120000010003", + "intro": "AMS D スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1801100000020002", + "intro": "AMS-HT B スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1806100000010001", + "intro": "AMS-HT G スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1805110000010001", + "intro": "AMS-HT F スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1803110000010001", + "intro": "AMS-HT D スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807120000020002", + "intro": "AMS-HT H スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0707200000030002", + "intro": "AMS H スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT Dのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT Eのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1807130000010001", + "intro": "AMS-HT H スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0707230000020001", + "intro": "AMS H スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT Bのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0707210000020002", + "intro": "AMS H スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0704200000030002", + "intro": "AMS E スロット1のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0705220000020001", + "intro": "AMS F スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT Aのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT Fのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT Eのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0704300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0704220000020009", + "intro": "AMS E スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0706310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "1800350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "1806300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0707310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0705300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0707200000020009", + "intro": "AMS H スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1801300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0706220000020009", + "intro": "AMS G スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1800400000020003", + "intro": "AMS ハブとの通信が異常です。ケーブルが正しく接続されていない可能性があります。" + }, + { + "ecode": "0706350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0705310000030003", + "intro": "ハードウェアまたは構造的なエラーにより、RFIDを読み取ることができません。" + }, + { + "ecode": "0700200000020005", + "intro": "AMS A スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0700220000030002", + "intro": "AMS A スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0701220000020004", + "intro": "AMS B スロット 3 のフィラメントはツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0701230000020004", + "intro": "AMS B スロット 4 のフィラメントはツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0702130000020002", + "intro": "AMS C スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "0702200000020005", + "intro": "AMS C スロット 1 のフィラメントが切れ、古いフィラメントの取り出しが正常に完了しませんでした。フィラメントがツールヘッドに詰まっていないかご確認ください。" + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT Dは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1805100000020002", + "intro": "AMS-HT F スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0704220000020002", + "intro": "AMS E スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0704210000030002", + "intro": "AMS E スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT Gのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0706200000020008", + "intro": "AMS Gのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807100000010001", + "intro": "AMS-HT H スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1804100000020002", + "intro": "AMS-HT E スロット 1 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1804100000010001", + "intro": "AMS-HT E スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807120000010001", + "intro": "AMS-HT H スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0705200000020008", + "intro": "AMS Fのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704230000030001", + "intro": "AMS E スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704220000030001", + "intro": "AMS E スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0701560000030001", + "intro": "AMS Bは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704200000020003", + "intro": "AMS E スロット1のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT A スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0707100000020002", + "intro": "AMS H スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0705230000030002", + "intro": "AMS F スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0706220000030002", + "intro": "AMS G スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0704230000020005", + "intro": "AMS E スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0704200000020008", + "intro": "AMS Eのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707210000020004", + "intro": "AMS H スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT Gのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0700220000020008", + "intro": "AMS Aのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0705110000020002", + "intro": "AMS F スロット 2のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0700110000010003", + "intro": "AMS A スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0700210000020002", + "intro": "AMS A スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0701120000010001", + "intro": "AMS B スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0701130000010003", + "intro": "AMS B スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0701210000020003", + "intro": "AMS B スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702100000020002", + "intro": "AMS C スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0702120000010003", + "intro": "AMS C スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0702210000020003", + "intro": "AMS C スロット 2 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0702220000020005", + "intro": "AMS C スロット 3 のフィラメントが切れました。古いフィラメントの取り出しが正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0703110000020002", + "intro": "AMS D スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0703130000010001", + "intro": "AMS D スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0703200000020002", + "intro": "AMS D スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0703210000030001", + "intro": "AMS D スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT Aは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT Bのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0700230000020008", + "intro": "AMS Aのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G スロット 2 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1800110000010001", + "intro": "AMS-HT A スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706220000020008", + "intro": "AMS Gのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0702210000020008", + "intro": "AMS Cのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1805100000010001", + "intro": "AMS-HT F スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0704220000020008", + "intro": "AMS Eのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706200000020005", + "intro": "AMS G スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT Fのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT Dのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1804300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1803310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "1801310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "1800450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "1807300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0705220000020009", + "intro": "AMS F スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700220000020001", + "intro": "AMS A スロット 3 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "0701210000030001", + "intro": "AMS B スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0701230000020002", + "intro": "AMS B スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0703200000020004", + "intro": "AMS D スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0703210000020005", + "intro": "AMS D スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかをご確認ください。" + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT Cのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800100000020002", + "intro": "AMS-HT A スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0707210000030002", + "intro": "AMS H スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0702230000020008", + "intro": "AMS Cのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT Bのスロット1にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1802130000020002", + "intro": "AMS-HT C スロット 4 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706210000020005", + "intro": "AMS G スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0705230000020001", + "intro": "AMS F スロット 4 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT Eのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704220000030002", + "intro": "AMS E スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1806130000010001", + "intro": "AMS-HT G スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT Hのスロット2にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT Cのスロット1のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706210000030001", + "intro": "AMS G スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0705200000030002", + "intro": "AMS F スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0707200000020001", + "intro": "AMS H スロット 1 のフィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0704230000020002", + "intro": "AMS E スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0706230000020002", + "intro": "AMS G スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706230000020003", + "intro": "AMS G スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT Dのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0704230000020004", + "intro": "AMS E スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0702560000030001", + "intro": "AMS Cは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT Dのスロット2のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT Aのスロット4にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "1806120000020002", + "intro": "AMS-HT G スロット 3 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0705230000030001", + "intro": "AMS F スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1805110000020002", + "intro": "AMS-HT F スロット 2 のモーターがが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0707230000020003", + "intro": "AMS H スロット 4 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "0700130000010003", + "intro": "AMS A スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0701210000020004", + "intro": "AMS B スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0702100000010003", + "intro": "AMS C スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0702110000010001", + "intro": "AMS C スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "0702110000010003", + "intro": "AMS C スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0702120000020002", + "intro": "AMS C スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "0702200000030001", + "intro": "AMS C スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0702210000030002", + "intro": "AMS C スロット 2 のフィラメントが切れました。同じフィラメントが入ったスロットに自動で切り替わりました。" + }, + { + "ecode": "0702230000030002", + "intro": "AMS C スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "0703210000020004", + "intro": "AMS D スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0703220000020002", + "intro": "AMS D スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0707110000010001", + "intro": "AMS H スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0701220000020008", + "intro": "AMS Bのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT Dのスロット3のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705200000020005", + "intro": "AMS F スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT Gのスロット3にあるフィラメントがAMS-HT内部で折れている可能性があります。" + }, + { + "ecode": "0705200000020003", + "intro": "AMS F スロット 1 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT Eのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706200000020004", + "intro": "AMS G スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0705560000030001", + "intro": "AMS Fは乾燥冷却中です。操作する前に冷却が完了するまでお待ちください。" + }, + { + "ecode": "0705220000020003", + "intro": "AMS F スロット 3 のフィラメントが AMS 内で折れている可能性があります。" + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT Hのスロット4のフィードインホールセンサーが切断されています。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0704110000020002", + "intro": "AMS E スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0704200000030001", + "intro": "AMS E スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0707230000020004", + "intro": "AMS H スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1803100000010001", + "intro": "AMS-HT D スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706200000020009", + "intro": "AMS G スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1807310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0706300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0300C20000010002", + "intro": "フィルタースイッチフラップのホールセンサーに不具合があります。配線が緩んでいないかご確認ください。" + }, + { + "ecode": "0C00010000010010", + "intro": "ライブビューカメラのキャリブレーションに失敗しました。ベッドがクリアで、カメラの画像が鮮明で汚れがないか確認してください。その後、再キャリブレーションを行ってください。" + }, + { + "ecode": "0C0001000001000F", + "intro": "ライブビューカメラのキャリブレーションに失敗しました。デバイスを再起動するか、ファームウェアを更新してください。" + }, + { + "ecode": "0C00010000010013", + "intro": "ライブビューカメラのキャリブレーションに失敗したため、シリアル番号が読み取れませんでした。サポートチームにご連絡ください。" + }, + { + "ecode": "050004000001004F", + "intro": "不明なモジュールが検出されました。ファームウェアを最新バージョンに更新してみてください。" + }, + { + "ecode": "0C00040000010020", + "intro": "ベッドの視覚マーカーが破損しています。サポートチームにご連絡ください。" + }, + { + "ecode": "0C00030000020013", + "intro": "異物検出が機能していません。デバイスを再起動するか、ファームウェアを更新してください。" + }, + { + "ecode": "1200300000010004", + "intro": "AMS A の暗号化チップに障害が発生したため、RFIDを読み取ることができません。" + }, + { + "ecode": "1201300000010004", + "intro": "AMS B の暗号化チップに障害が発生したため、RFIDを読み取ることができません。" + }, + { + "ecode": "1202300000010004", + "intro": "AMS C の暗号化チップに障害が発生したため、RFIDを読み取ることができません。" + }, + { + "ecode": "1203300000010004", + "intro": "AMS D の暗号化チップに障害が発生したため、RFIDを読み取ることができません。" + }, + { + "ecode": "0702970000030001", + "intro": "AMS C の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0703970000030001", + "intro": "AMS D の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0700970000030001", + "intro": "AMS Aの筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0701970000030001", + "intro": "AMS Bの筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0704970000030001", + "intro": "AMS E の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1802970000030001", + "intro": "AMSーHT C の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1805970000030001", + "intro": "AMSーHT F の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1800970000030001", + "intro": "AMSーHT A の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1807970000030001", + "intro": "AMSーHT H の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0706970000030001", + "intro": "AMS G の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0705970000030001", + "intro": "AMS F の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1803970000030001", + "intro": "AMSーHT D の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "0707970000030001", + "intro": "AMS H の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1806970000030001", + "intro": "AMSーHT G の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1804970000030001", + "intro": "AMSーHT E の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "1801970000030001", + "intro": "AMSーHT B の筐体内部の温度が高すぎます。現在、フィラメントの補助供給またはRFID読み取りは許可されていません。" + }, + { + "ecode": "07FF450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "07FE450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS Aの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0701960000020002", + "intro": "AMS Bの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0500050000010001", + "intro": "AP基板の工場データに異常があります。新しいAP基板に交換してください。" + }, + { + "ecode": "0702960000020002", + "intro": "AMS Cの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0703960000010003", + "intro": "AMS Dが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0500400000010039", + "intro": "レーザーモジュールのシリアル番号エラー" + }, + { + "ecode": "0702960000010003", + "intro": "AMS Cが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0703960000020002", + "intro": "AMS Dの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0500400000010040", + "intro": "カットモジュールのシリアル番号エラー" + }, + { + "ecode": "0701960000010003", + "intro": "AMS Bが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0700960000010003", + "intro": "AMS Aが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0300180000010006", + "intro": "ベッドのレベリングデータに異常があります。ベッドやZスライダーに異物がないか確認してください。異物があれば取り除いて、再度お試しください。" + }, + { + "ecode": "0500010000030004", + "intro": "USBフラッシュドライブの容量が不足しています。不要なデータを削除してください。" + }, + { + "ecode": "0707960000020002", + "intro": "AMS Hの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT Eが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT Hが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT Gが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0704960000010003", + "intro": "AMS Eが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT Dの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT Dが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT Eの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT Aの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT Bの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT Hの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT Gの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT Fの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT Fが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0707960000010003", + "intro": "AMS Hが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT Aが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0704960000020002", + "intro": "AMS Eの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0705960000010003", + "intro": "AMS Fが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT Bが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0705960000020002", + "intro": "AMS Fの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT Cが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT Cの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0706960000010003", + "intro": "AMS Gが乾燥を開始できませんでした。フィラメントホブからフィラメントを引き出し、再試行してください。" + }, + { + "ecode": "0706960000020002", + "intro": "AMS Gの周囲温度が低すぎるため、乾燥能力に影響があります。" + }, + { + "ecode": "0300180000010003", + "intro": "押出力センサーが利用できません。メイン制御基板(MC)とツールヘッド基板(TH)の間の接続が切れている、またはセンサー自体が故障している可能性があります。" + }, + { + "ecode": "0500020000020003", + "intro": "インターネットに接続できませんでした。ネットワーク接続を確認してください。" + }, + { + "ecode": "0700310000020002", + "intro": "AMS A スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0703300000020002", + "intro": "AMS D スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0700800000010003", + "intro": "AMS Aのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0300960000010001", + "intro": "前面ドアが開いているようです。作業は一時停止されました。" + }, + { + "ecode": "0703900000010003", + "intro": "AMS Dの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700800000010002", + "intro": "AMS Aのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1806310000020002", + "intro": "AMS-HT G スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0705010000020008", + "intro": "AMS Fの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT Gのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1805330000020002", + "intro": "AMS-HT F スロット 4 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0705320000020002", + "intro": "AMS F スロット3のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT Dのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "030001000001000D", + "intro": "ベッドの加熱モジュールに異常が検出されました。プリンターの使用を継続するには、Wikiを参照してトラブルシューティング方法をご確認ください。" + }, + { + "ecode": "0300040000020001", + "intro": "補助冷却ファンの回転速度が遅すぎる、または停止しています。ファンが固着している、もしくはコネクタが正しく接続されていない可能性があります。" + }, + { + "ecode": "0300080000010003", + "intro": "モーターZの絶縁抵抗値に異常が検出されました。モーター本体が故障している可能性があります。" + }, + { + "ecode": "0500040000010002", + "intro": "印刷状態を読み取れませんでした。ネットワーク接続を確認してください。" + }, + { + "ecode": "0500040000030008", + "intro": "ドアが開いているようです。" + }, + { + "ecode": "0500040000030009", + "intro": "ベッドの温度がフィラメントの軟化温度を超えています。これによりノズルの詰まりが発生する可能性があります。プリンターの前面扉を開けてください。扉の開閉検出機能は一時的に無効化されています。" + }, + { + "ecode": "0500050000030002", + "intro": "デバイスがエンジニアリング状態にあります。情報セキュリティに関する事項にご注意ください。" + }, + { + "ecode": "0700300000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0701310000020002", + "intro": "AMS B スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0702310000020002", + "intro": "AMS C スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0703310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0C00020000010005", + "intro": "新しいマイクロライダーが検出されました。使用する前にキャリブレーションページでキャリブレーションを行ってください。" + }, + { + "ecode": "12FF200000020004", + "intro": "フィラメントを押出機から引き出してください。" + }, + { + "ecode": "0702950000010001", + "intro": "AMS Cのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0702010000020008", + "intro": "AMS Cの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0703910000010003", + "intro": "AMS Dの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0702810000010003", + "intro": "AMS Cのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0702350000010002", + "intro": "AMS Cの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0701010000020007", + "intro": "AMS Bの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0C00040000010011", + "intro": "デバイスのパラメーターが異常なため、材料の厚さ測定に失敗しました。俯瞰カメラの設定を再度行ってください。" + }, + { + "ecode": "0C0003000002000C", + "intro": "ビルドプレートの位置合わせマーカーが検出されませんでした。ビルドプレートが正しく位置合わせされているか確認してください。" + }, + { + "ecode": "0702900000010003", + "intro": "AMS Cの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700810000010002", + "intro": "AMS Aのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0300A20000010001", + "intro": "MCモジュールの温度が高すぎます。これはプリンタの筐体内部の温度が高いためかもしれません。使用前に周囲温度を下げてみてください。" + }, + { + "ecode": "0300360000010001", + "intro": "筐体熱循環ファンの回転速度が遅すぎるか、停止しています。ファンが詰まっているか、コネクタが正しく接続されていない可能性があります。" + }, + { + "ecode": "0C00040000010013", + "intro": "俯瞰カメラの露出パラメーターが反映されていません。もう一度試してください。" + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT Eの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705950000010001", + "intro": "AMS Fのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT Cの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706350000010002", + "intro": "AMS Gの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT Aの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT Cのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0704950000010001", + "intro": "AMS Eのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT Bの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1802310000020002", + "intro": "AMS-HT C スロット 2 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT Gのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0707800000010003", + "intro": "AMS Hのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT Fの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0707300000020002", + "intro": "AMS H スロット1のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0707810000010003", + "intro": "AMS Hのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0705940000010001", + "intro": "AMS Fのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707310000020002", + "intro": "AMS H スロット2のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT Dの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707950000010001", + "intro": "AMS Gのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800330000020002", + "intro": "AMS-HT A スロット 4 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0705310000020002", + "intro": "AMS F スロット2のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT Dのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT Hの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706910000010003", + "intro": "AMS Gの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706940000010001", + "intro": "AMS Gのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT Eのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT Gの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0705300000020002", + "intro": "AMS F スロット1のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT Aの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT Dの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807310000020002", + "intro": "AMS-HT H スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT Dのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1801330000020002", + "intro": "AMS-HT B スロット 4 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1804310000020002", + "intro": "AMS-HT E スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT Eのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT Dのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1801320000020002", + "intro": "AMS-HT B スロット 3 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "03001B0000010002", + "intro": "ベッドの加速度センサーに外部干渉が検出されました。センサーの信号線が固定されていない可能性があります。" + }, + { + "ecode": "030091000001000C", + "intro": "チャンバーヒーター1が全負荷状態で長時間作動しています。温度制御システムに異常がある可能性があります。" + }, + { + "ecode": "0300940000030001", + "intro": "筐体の冷却が遅れているようです。有害な気体が発生していない場合は、扉と蓋を開けて冷却を早めてください。" + }, + { + "ecode": "0500020000020005", + "intro": "インターネットに接続できませんでした。ネットワーク接続を確認してください。" + }, + { + "ecode": "0500040000010003", + "intro": "造形ファイルを読み解けません。もう一度ファイルを送ってください。" + }, + { + "ecode": "0500050000010006", + "intro": "AP基板の工場データに異常があります。新しいAP基板に交換してください。" + }, + { + "ecode": "0700330000020002", + "intro": "AMS A スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0701300000010004", + "intro": "暗号化チップにエラーがあります。" + }, + { + "ecode": "0701330000020002", + "intro": "AMS B スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0702300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0702300000020002", + "intro": "AMS C スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0702320000020002", + "intro": "AMS C スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0702330000020002", + "intro": "AMS C スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0703310000020002", + "intro": "AMS D スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0C0001000001000B", + "intro": "マイクロライダーのキャリブレーションは失敗しました。キャリブレーションチャートが清潔で、視界が遮られていないかをご確認ください。その後、もう一度キャリブレーションを行ってください。" + }, + { + "ecode": "0702810000010002", + "intro": "AMS Cのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0703010000020008", + "intro": "AMS Dの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "050003000001000A", + "intro": "システムの状態が異常です。工場出荷時の設定に戻してください。" + }, + { + "ecode": "0702800000010003", + "intro": "AMS Cのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0701350000010002", + "intro": "AMS Bの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0702940000010001", + "intro": "AMS Cのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700010000020008", + "intro": "AMS Aの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "030001000001000E", + "intro": "電源の電圧が機械に合っていないため、ベッドは無効化されました。" + }, + { + "ecode": "0703810000010003", + "intro": "AMS Dのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0706330000020002", + "intro": "AMS G スロット4のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1805310000020002", + "intro": "AMS-HT F スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT Hの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707800000010002", + "intro": "AMS Hのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT Eのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0706800000010002", + "intro": "AMS Gのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1805320000020002", + "intro": "AMS-HT F スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0704310000020002", + "intro": "AMS E スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0705810000010003", + "intro": "AMS Fのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0704350000010002", + "intro": "AMS Eの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT Gのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT Bのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT Hの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0705910000010003", + "intro": "AMS Fの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT Eの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707910000010003", + "intro": "AMS Hの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT Cの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT Bのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1801310000020002", + "intro": "AMS-HT B スロット 2 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0704800000010002", + "intro": "AMS Eのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0706010000020007", + "intro": "AMS Gの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0706810000010003", + "intro": "AMS Gのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT Eのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT Cの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT Aのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0706810000010002", + "intro": "AMS Gのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT Gのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT Aのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706320000020002", + "intro": "AMS G スロット3のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT Hのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0705800000010002", + "intro": "AMS Fのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0706800000010003", + "intro": "AMS Gのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0707010000020008", + "intro": "AMS Hの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0704810000010002", + "intro": "AMS Eのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1806300000020002", + "intro": "AMS-HT G スロット 1 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT Gの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804320000020002", + "intro": "AMS-HT E スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT Fの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT Fの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706310000020002", + "intro": "AMS G スロット2のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0705330000020002", + "intro": "AMS F スロット4のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0300010000010008", + "intro": "ベッドの加熱プロセス中に異常が発生し、加熱モジュールが破損する可能性があります。" + }, + { + "ecode": "0300020000010006", + "intro": "ノズルの温度に異常が検出されました。センサーが短絡している可能性があります。コネクタが正しく接続されていることを確認してください。" + }, + { + "ecode": "0700320000020002", + "intro": "AMS A スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0700400000020004", + "intro": "フィラメントバッファの信号に異常があります。スプリングが詰まっているか、フィラメントが絡まっている可能性があります。" + }, + { + "ecode": "0702310000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0703300000010004", + "intro": "暗号化チップに不具合があります。" + }, + { + "ecode": "0C0003000002000F", + "intro": "1層目検査の前にパーツがスキップされたため、現在の造形では検査はサポートされていません。" + }, + { + "ecode": "12FF200000020006", + "intro": "古いフィラメントを排出できません。押出機が詰まっているかご確認ください。" + }, + { + "ecode": "0C00040000010014", + "intro": "カッティング保護ベースが検出されませんでした。これにより、ベッドが損傷する可能性があります。カッティング保護ベースを配置してから、続行してください。" + }, + { + "ecode": "0703950000010001", + "intro": "AMS Dのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0703350000010002", + "intro": "AMS Dの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0701910000010003", + "intro": "AMS Bの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700940000010001", + "intro": "AMS Aのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0700350000010002", + "intro": "AMS Aの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0703810000010002", + "intro": "AMS Dのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0700010000020007", + "intro": "AMS Aの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0701800000010002", + "intro": "AMS Bのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0703940000010001", + "intro": "AMS Dのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701800000010003", + "intro": "AMS Bのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0700910000010003", + "intro": "AMS Aの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0703010000020007", + "intro": "AMS Dの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0300090000020002", + "intro": "押出抵抗に異常があります。押出機が詰まっているか、フィラメントがツールヘッドで詰まっている可能性があります。" + }, + { + "ecode": "0300310000010001", + "intro": "パーツ冷却ファンの回転速度が遅すぎるか、停止しています。ファンが詰まっているか、コネクタが正しく接続されていない可能性があります。" + }, + { + "ecode": "0702010000020007", + "intro": "AMS Cの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT Fのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT Bのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804330000020002", + "intro": "AMS-HT E スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT Hのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706010000020008", + "intro": "AMS Gの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT Hの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT Aの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704800000010003", + "intro": "AMS Eのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT Cのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0707010000020007", + "intro": "AMS Hの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT Dの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1803310000020002", + "intro": "AMS-HT D スロット 2 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1802300000020002", + "intro": "AMS-HT C スロット 1 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1807320000020002", + "intro": "AMS-HT H スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT Fのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT Cのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT Dのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT Eの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0707900000010003", + "intro": "AMS Hの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704900000010003", + "intro": "AMS Eの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT Cの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT Hのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705010000020007", + "intro": "AMS Fの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT Bのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0704300000020002", + "intro": "AMS E スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT Bの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0706900000010003", + "intro": "AMS Gの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1803300000020002", + "intro": "AMS-HT D スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT Cのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT Bのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT Hの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT Fのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT Bの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806320000020002", + "intro": "AMS-HT G スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT Dのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0705800000010003", + "intro": "AMS Fのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT Eの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT Cのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1800300000020002", + "intro": "AMS-HT A スロット 1 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "030001000001000A", + "intro": "ベッドの温度制御が異常です。ACボードが破損している可能性があります。" + }, + { + "ecode": "0300030000010001", + "intro": "ホットエンドの冷却ファンの速度が遅すぎる、または停止しています。ファンが故障している、もしくはコネクタが正しく差し込まれていない可能性があります。" + }, + { + "ecode": "0300060000010003", + "intro": "モーターAの絶縁抵抗値に異常が検出されました。モーター本体が故障している可能性があります。" + }, + { + "ecode": "0300070000010003", + "intro": "モーターBの絶縁抵抗値に異常が検出されました。モーター本体が故障している可能性があります。" + }, + { + "ecode": "03001A0000020001", + "intro": "ノズルがフィラメントで覆われているか、ビルドプレートが歪んでいる可能性があります。" + }, + { + "ecode": "03001D0000010001", + "intro": "押出モーターの位置センサーに異常があります。センサーへの接続が緩んでいる可能性があります。" + }, + { + "ecode": "0500040000010001", + "intro": "造形ファイルをダウンロードできませんでした。ネットワーク接続を確認してください。" + }, + { + "ecode": "0700300000020002", + "intro": "AMS A スロット 1の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0701320000020002", + "intro": "AMS B スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0703320000020002", + "intro": "AMS D スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0703330000020002", + "intro": "AMS D スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0C00010000020007", + "intro": "マイクロライダーのレーザーパラメータがずれています。プリンターのキャリブレーションを再度行ってください。" + }, + { + "ecode": "0C00020000020004", + "intro": "ノズルの高さが低すぎるようです。ノズルが摩耗しているか、傾いていないかをご確認ください。ノズルを交換した場合は、ライダーの再キャリブレーションを行ってください。" + }, + { + "ecode": "0C00020000020009", + "intro": "垂直レーザー光が原点復帰位置での照射が弱いようです。このメッセージが繰り返し表示される場合は、ベッドを掃除するか、交換してください。" + }, + { + "ecode": "0C00030000020010", + "intro": "ベッドに異物が検出されました。ベッドを確認し、掃除してください。" + }, + { + "ecode": "0703800000010002", + "intro": "AMS Dのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0701010000020008", + "intro": "AMS Bの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0500040000020033", + "intro": "モジュールのコネクターを接続してください。" + }, + { + "ecode": "0700950000010001", + "intro": "AMS Aのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0C00040000010010", + "intro": "レーザーモジュールの不具合により、材料の厚さを測定できませんでした。" + }, + { + "ecode": "0700810000010003", + "intro": "AMS Aのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0700900000010003", + "intro": "AMS Aの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701900000010003", + "intro": "AMS Bの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701950000010001", + "intro": "AMS Bのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT Fのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT Hのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0704010000020008", + "intro": "AMS Eの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0704810000010003", + "intro": "AMS Eのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT Fのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0706300000020002", + "intro": "AMS G スロット1のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0707350000010002", + "intro": "AMS Hの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1801300000020002", + "intro": "AMS-HT B スロット 1 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT Aの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT Gの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804300000020002", + "intro": "AMS-HT E スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0704940000010001", + "intro": "AMS Eのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT Gの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT Aのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0705810000010002", + "intro": "AMS Fのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT Aのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1807300000020002", + "intro": "AMS-HT H スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT Eのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT Hのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0705350000010002", + "intro": "AMS Fの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT Dの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT Cのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT Bの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT Fの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT Hのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0706950000010001", + "intro": "AMS Gのヒーター2の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT Fの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1802320000020002", + "intro": "AMS-HT C スロット 3 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT Aのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0704330000020002", + "intro": "AMS E スロット4のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1802330000020002", + "intro": "AMS-HT C スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT Aのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0704910000010003", + "intro": "AMS Eの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT Gのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT Eのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT Bの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707940000010001", + "intro": "AMS Hのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT Eの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0500020000020001", + "intro": "インターネットに接続できませんでした。ネットワーク接続を確認してください。" + }, + { + "ecode": "0500040000010006", + "intro": "造形を再開できませんでした。" + }, + { + "ecode": "0700310000010004", + "intro": "暗号化チップの故障が発生しました。" + }, + { + "ecode": "0700400000020003", + "intro": "AMS ハブとの通信が異常です。ケーブルが正しく接続されていない可能性があります。" + }, + { + "ecode": "0701300000020002", + "intro": "AMS B スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0701310000010004", + "intro": "暗号化チップにエラーがあります。" + }, + { + "ecode": "0C00020000020003", + "intro": "水平レーザー光が原点復帰位置での照射が弱いようです。このメッセージが繰り返し表示される場合は、ベッドを掃除するか、交換してください。" + }, + { + "ecode": "0C00020000020007", + "intro": "垂直レーザー光が照射されていません。カバーがかかっていないか、ハードウェア接続に問題がないかをご確認ください。" + }, + { + "ecode": "0702910000010003", + "intro": "AMS Cの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701810000010003", + "intro": "AMS Bのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0300090000020003", + "intro": "押出抵抗に異常があります。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0703800000010003", + "intro": "AMS Dのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0701940000010001", + "intro": "AMS Bのヒーター1の温度センサーに不具合があります。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "0701810000010002", + "intro": "AMS Bのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "0702800000010002", + "intro": "AMS Cのヒーター1が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1803330000020002", + "intro": "AMS-HT D スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1806330000020002", + "intro": "AMS-HT G スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT Cの補助モーターの相巻線に開回路があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0705900000010003", + "intro": "AMS Fの排気弁1が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT Aの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT Dの排気弁2が接続されていません。コネクタの接触不良が原因の可能性があります。" + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT Gのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0704010000020007", + "intro": "AMS Eの補助モーターのエンコーダー配線が接続されていません。補助モーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0707320000020002", + "intro": "AMS H スロット3のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "0707330000020002", + "intro": "AMS H スロット4のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1805300000020002", + "intro": "AMS-HT F スロット 1 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "0707810000010002", + "intro": "AMS Hのヒーター2が接続されていない可能性があります。コネクタの接触不良が原因かもしれません。" + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT Gの湿度センサーが切断されています。コネクタの接触不良が原因である可能性があります。" + }, + { + "ecode": "0704320000020002", + "intro": "AMS E スロット3のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1800320000020002", + "intro": "AMS-HT A スロット 3 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1803320000020002", + "intro": "AMS-HT D スロット 3 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1807330000020002", + "intro": "AMS-HT H スロット 4 の RFID タグが破損しているか、読み取れません。" + }, + { + "ecode": "1800310000020002", + "intro": "AMS-HT A スロット 2 のRFIDタグが破損しているか、読み取れません。" + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT Fのヒーター1がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT Bのヒーター2がショートしています。配線のショートやヒーターの過熱が原因の可能性があります。" + }, + { + "ecode": "0703200000020009", + "intro": "AMS D スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0702230000020009", + "intro": "AMS C スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700200000020009", + "intro": "AMS A スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0701220000020009", + "intro": "AMS B スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0701230000020009", + "intro": "AMS B スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0701200000020009", + "intro": "AMS B スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0701210000020009", + "intro": "AMS B スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0702220000020009", + "intro": "AMS C スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700210000020009", + "intro": "AMS A スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0702210000020009", + "intro": "AMS C スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0703230000020009", + "intro": "AMS D スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0702200000020009", + "intro": "AMS C スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700220000020009", + "intro": "AMS A スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0703220000020009", + "intro": "AMS D スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0703210000020009", + "intro": "AMS D スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700230000020009", + "intro": "AMS A スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700310000010001", + "intro": "AMS A RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A の補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706120000020004", + "intro": "AMS Gのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT Hのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT Hでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT Eのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT Fの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT Cのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1800310000010001", + "intro": "AMS-HT A RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT Dの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT Aのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT Bの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT Dのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1801300000010001", + "intro": "AMS-HT B RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0702310000010001", + "intro": "AMS C RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT Aのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT Bのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0706130000020004", + "intro": "AMS Gのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0707020000020002", + "intro": "AMS Hのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0704010000020011", + "intro": "AMS Eの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0707010000020011", + "intro": "AMS Hの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT Cの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0707930000010001", + "intro": "AMS Hのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0704010000020002", + "intro": "AMS Eの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT Aの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706010000010001", + "intro": "AMS Gの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT Dのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT Dのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT Dのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0701310000010001", + "intro": "AMS B RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0706010000020011", + "intro": "AMS Gの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0706010000010003", + "intro": "AMS Gの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705010000020011", + "intro": "AMS Fの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT Aのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0707010000010003", + "intro": "AMS Hの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT Fのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT Fのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT Dのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT Bの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT Fの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT Eの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT Cの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT Gのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0706010000020009", + "intro": "AMS Gの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806010000010003", + "intro": "AMS-HT Gの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT Hとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT Dでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1806300000010001", + "intro": "AMS-HT G RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0707800000010001", + "intro": "AMS Hのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT Bの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0705800000010001", + "intro": "AMS Fのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT Fの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT Eのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT Hの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT Cの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT Hの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0704310000010001", + "intro": "AMS E RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0707120000020004", + "intro": "AMS Hのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT Dとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT Eとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0704010000010004", + "intro": "AMS E 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT Dのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT Bのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0706110000020004", + "intro": "AMS Gのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0705920000020002", + "intro": "AMS Fのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0707810000010001", + "intro": "AMS Hのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT Bのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT Cの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706930000020002", + "intro": "AMS Gのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0707010000020002", + "intro": "AMS Hの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT Aの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT Hのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT Bのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0704020000010001", + "intro": "AMS E のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1802310000010001", + "intro": "AMS-HT C RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0706100000020004", + "intro": "AMS Gのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT Aのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT Eの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0704810000010001", + "intro": "AMS Eのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0705110000020004", + "intro": "AMS Fのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT Cのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT Gのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0704930000010001", + "intro": "AMS Eのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT Bの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT Gの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0704010000010011", + "intro": "AMS E の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT Eのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT Aのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT Cのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT Gとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0702010000010011", + "intro": "AMS C の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT Gの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT Gの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706960000010001", + "intro": "AMS Gでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT Bのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0705100000020004", + "intro": "AMS Fのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT Dのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT Dの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT Eのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT Dの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT Cの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT Dの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0707310000010001", + "intro": "AMS H RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0707020000010001", + "intro": "AMS H のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT Hの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0705010000010001", + "intro": "AMS Fの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT Bのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT Hのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT Aのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT Eでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT Fのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0706920000010001", + "intro": "AMS Gのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT Dのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT Aのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT Dのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0704300000010001", + "intro": "AMS E RFID 1の基板にエラーが発生しています。" + }, + { + "ecode": "0706930000010001", + "intro": "AMS Gのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT Cのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT Eのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0705930000020002", + "intro": "AMS Fのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0707110000020004", + "intro": "AMS Hのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT Aの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT Gの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT Hの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0704020000020002", + "intro": "AMS Eのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT Eの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT Hの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT Cの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT Hのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0705010000020002", + "intro": "AMS Fの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701300000010001", + "intro": "AMS B RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0702300000010001", + "intro": "AMS C RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT Hのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT Fのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0705920000010001", + "intro": "AMS Fのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT Bのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0706020000010001", + "intro": "AMS G のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT Gでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1803310000010001", + "intro": "AMS-HT D RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0704930000020002", + "intro": "AMS Eのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT Cのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT Bの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0705900000020001", + "intro": "AMS Fの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0707930000020002", + "intro": "AMS Hのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1801310000010001", + "intro": "AMS-HT B RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1806310000010001", + "intro": "AMS-HT G RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1805310000010001", + "intro": "AMS-HT F RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT Eのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1807010000010003", + "intro": "AMS-HT Hの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705020000020002", + "intro": "AMS Fのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT Fでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT Hの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700300000010001", + "intro": "AMS A RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT Fのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0706910000020001", + "intro": "AMS Gの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0707960000010001", + "intro": "AMS Hでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT Gのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0704010000020010", + "intro": "AMS Eの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT Dのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT Fの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT Aの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0704010000020009", + "intro": "AMS Eの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0705960000010001", + "intro": "AMS Fでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1807300000010001", + "intro": "AMS-HT H RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT Gの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT Aのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT Bのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0705010000020009", + "intro": "AMS Fの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT Bのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1803010000010011", + "intro": "AMSーHT D の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0704910000020001", + "intro": "AMS Eの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT Bとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT Hのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT Aでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT Aの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1805010000010011", + "intro": "AMSーHT F の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0704960000010001", + "intro": "AMS Eでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0707010000020009", + "intro": "AMS Hの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT Bの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0705010000010004", + "intro": "AMS F 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "0701010000010011", + "intro": "AMS B の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0500040000020030", + "intro": "俯瞰カメラが取り付けられていません。プリンターの電源を切り、カメラを取り付けてください。" + }, + { + "ecode": "0704920000010001", + "intro": "AMS Eのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0707500000020001", + "intro": "AMS Hとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT Aのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1806010000010011", + "intro": "AMSーHT G の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0705300000010001", + "intro": "AMS F RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT Cのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0707300000010001", + "intro": "AMS H RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0706920000020002", + "intro": "AMS Gのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0704110000020004", + "intro": "AMS Eのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0707910000020001", + "intro": "AMS Hの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1807010000010011", + "intro": "AMSーHT H の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT Fの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1802300000010001", + "intro": "AMS-HT C RFID 1の基板にエラーが発生しています。" + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT Fのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1805300000010001", + "intro": "AMS-HT F RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT Dの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0705310000010001", + "intro": "AMS F RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT Aの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT Fの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0704920000020002", + "intro": "AMS Eのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0706810000010001", + "intro": "AMS Gのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0705120000020004", + "intro": "AMS Fのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT Aの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0704010000010003", + "intro": "AMS Eの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0706300000010001", + "intro": "AMS G RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT Hの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0705130000020004", + "intro": "AMS Fのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT Cのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0707010000020010", + "intro": "AMS Hの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT Gのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT Bでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0705010000010011", + "intro": "AMS F の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT Fのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0704900000020001", + "intro": "AMS Eの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0707100000020004", + "intro": "AMS Hのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0700010000010011", + "intro": "AMS A の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0706010000020010", + "intro": "AMS Gの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0707920000010001", + "intro": "AMS Hのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0705910000020001", + "intro": "AMS Fの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0706010000020002", + "intro": "AMS Gの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1800300000010001", + "intro": "AMS-HT A RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0707010000010004", + "intro": "AMS H 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT Dの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1804310000010001", + "intro": "AMS-HT E RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT Aのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT Gの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0707010000010011", + "intro": "AMS H の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT Eのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT Fのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT Fのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0706310000010001", + "intro": "AMS G RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT Dの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0706900000020001", + "intro": "AMS Gの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT Gのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT Hのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT Eの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0705930000010001", + "intro": "AMS Fのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT Eの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT Eのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT Fの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0704010000010001", + "intro": "AMS Eの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1803300000010001", + "intro": "AMS-HT D RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT Gの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0706500000020001", + "intro": "AMS Gとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1800010000010011", + "intro": "AMSーHT A の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0705020000010001", + "intro": "AMS F のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT Cのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT Hのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0703310000010001", + "intro": "AMS D RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "0704800000010001", + "intro": "AMS Eのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0707010000010001", + "intro": "AMS Hの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT Gの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT Eのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0704100000020004", + "intro": "AMS Eのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT Gのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT Fのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0704500000020001", + "intro": "AMS Eとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0704130000020004", + "intro": "AMS Eのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0704120000020004", + "intro": "AMS Eのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT Cのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1801010000010011", + "intro": "AMSーHT B の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0707130000020004", + "intro": "AMS Hのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1804010000010011", + "intro": "AMSーHT E の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1801010000010003", + "intro": "AMS-HT Bの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT Hのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT Fのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT Gのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT Eのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT Aとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0705010000020010", + "intro": "AMS Fの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT Fとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0707900000020001", + "intro": "AMS Hの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT Cとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "0703300000010001", + "intro": "AMS D RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "0703010000010011", + "intro": "AMS D の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0707920000020002", + "intro": "AMS Hのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT Dのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT Dの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0705500000020001", + "intro": "AMS Fとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT Gのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT Cの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0706010000010011", + "intro": "AMS G の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT Fの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT Gのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT Hのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1804300000010001", + "intro": "AMS-HT E RFID 1 の基板にエラーが発生しています。" + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT Bのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1807310000010001", + "intro": "AMS-HT H RFID 2 の基板にエラーが発生しています。" + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT Eのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT Eの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0705810000010001", + "intro": "AMS Fのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT Eの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT Cのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT Cのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT Gのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0706010000010004", + "intro": "AMS G 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1802010000010011", + "intro": "AMSーHT C の補助モーターにキャリブレーションパラメーターエラーがあります。フィラメントホブからフィラメントを取り出し、その後AMSを再起動してください。" + }, + { + "ecode": "0705010000010003", + "intro": "AMS Fの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT Hのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0706800000010001", + "intro": "AMS Gのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT Gのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT Bのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT Cの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT Bの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0706020000020002", + "intro": "AMS Gのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT Cでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0500010000030007", + "intro": "USBフラッシュドライブが挿入されていないため、タイムラプス撮影を記録できません。" + }, + { + "ecode": "0300110000020002", + "intro": "Y軸の共振周波数が前回のキャリブレーション時と大きく異なっています。カーボン棒を清掃し、造形後に再度キャリブレーションを行ってください。" + }, + { + "ecode": "0300200000010002", + "intro": "Y軸の原点復帰に異常があります。ツールヘッドが固着しているか、Yキャリッジに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0300200000010001", + "intro": "X軸の原点復帰に異常があります。ツールヘッドが詰まっていないか、またはX軸のリニアレールに抵抗が大きすぎないか確認してください。" + }, + { + "ecode": "0300100000020002", + "intro": "X軸の共鳴周波数が前回のキャリブレーションと大きく異なっています。X軸のリニアレールを清掃し、造形後に再キャリブレーションを行ってください。" + }, + { + "ecode": "0500040000020039", + "intro": "モジュールのコネクターを接続してください。" + }, + { + "ecode": "0701010000010001", + "intro": "AMS Bの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200220000020006", + "intro": "AMS A スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1201220000020005", + "intro": "AMS B スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1202110000010003", + "intro": "AMS C スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1203820000020001", + "intro": "AMS Dスロット3のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701960000010001", + "intro": "AMS Bでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0700100000020004", + "intro": "AMS Aのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0702010000020002", + "intro": "AMS C の補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1201300000010001", + "intro": "AMS B スロット 1 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1201320000010001", + "intro": "AMS B スロット 3 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202210000020002", + "intro": "AMS C スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202210000020005", + "intro": "AMS C スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1202230000030002", + "intro": "AMS C スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203300000010001", + "intro": "AMS D スロット 1 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "0703800000010001", + "intro": "AMS Dのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0300010000010001", + "intro": "ヒートベッドの温度が異常です。ヒーターがショートしている可能性があります。" + }, + { + "ecode": "0703810000010001", + "intro": "AMS Dのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0702010000010001", + "intro": "AMS Cの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200330000020002", + "intro": "AMS A スロット 4 の RFID タグが破損したようです。" + }, + { + "ecode": "1201200000030001", + "intro": "AMS B スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1201220000020003", + "intro": "AMS B スロット 3 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1201230000020004", + "intro": "AMS B スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202130000010001", + "intro": "AMS C スロット4のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1202720000010001", + "intro": "AMS C スロット3のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1203200000020001", + "intro": "AMS D スロット 1 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203210000020004", + "intro": "AMS D スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "0C0003000003000B", + "intro": "初層を検査しています。しばらくお待ちください。" + }, + { + "ecode": "0701900000020001", + "intro": "AMS Bの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0702920000010001", + "intro": "AMS Cのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1200100000020002", + "intro": "AMS A スロット 1 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1200200000020003", + "intro": "AMS A スロット 1 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1200720000010001", + "intro": "AMS A スロット3のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1200830000020001", + "intro": "AMS A スロット 4 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1202300000020002", + "intro": "AMS C スロット 1 の RFID タグが破損したようです。" + }, + { + "ecode": "1202320000010001", + "intro": "AMS C スロット 3 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202830000020001", + "intro": "AMS C スロット 4 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701010000020010", + "intro": "AMS Bの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1200230000030002", + "intro": "AMS A スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1202120000010001", + "intro": "AMS C スロット3のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1202210000020001", + "intro": "AMS C スロット 2 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202230000020004", + "intro": "AMS C スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202230000030001", + "intro": "AMS C スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1203100000010001", + "intro": "AMS D スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1203110000010003", + "intro": "AMS D スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1203220000020005", + "intro": "AMS D スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0703010000020009", + "intro": "AMS Dの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0C0003000001000A", + "intro": "プリンタが工場モードになっています。サポートチームにご連絡ください。" + }, + { + "ecode": "050004000002001A", + "intro": "AMS Cのスロット3のRFIDタグが読み取れません。" + }, + { + "ecode": "1200200000020006", + "intro": "AMS A スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1200820000020001", + "intro": "AMS A スロット 3 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1201220000020004", + "intro": "AMS B スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202330000020002", + "intro": "AMS C スロット 4 の RFID タグが破損したようです。" + }, + { + "ecode": "1203130000010003", + "intro": "AMS D スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0700130000020004", + "intro": "AMS Aのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0700920000020002", + "intro": "AMS Aのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0702910000020001", + "intro": "AMS Cの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0703110000020004", + "intro": "AMS Dのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0701010000020011", + "intro": "AMS Bの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0700810000010001", + "intro": "AMS Aのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "1200210000030001", + "intro": "AMS A スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1201200000020003", + "intro": "AMS B スロット 1 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1202710000010001", + "intro": "AMS C スロット2のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1203120000020002", + "intro": "AMS D スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0703130000020004", + "intro": "AMS Dのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0500040000020032", + "intro": "レーザーモジュールをスライドして挿入し、クイックリリースレバーをロックしてください。" + }, + { + "ecode": "0701920000010001", + "intro": "AMS Bのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0701020000010001", + "intro": "AMS B のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0702010000010003", + "intro": "AMS C 補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1202220000030002", + "intro": "AMS C スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1202230000020002", + "intro": "AMS C スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0702920000020002", + "intro": "AMS Cのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0701930000010001", + "intro": "AMS Bのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0700010000010004", + "intro": "AMS Aの補助モーターの速度制御に異常があります。速度センサーが故障している可能性があります。" + }, + { + "ecode": "0700500000020001", + "intro": "AMS Aとの通信に異常があります。接続ケーブルを確認してください。" + }, + { + "ecode": "1200120000020002", + "intro": "AMS A スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1200220000020002", + "intro": "AMS A スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202200000020002", + "intro": "AMS C スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202230000020003", + "intro": "AMS C スロット 4 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1203200000020002", + "intro": "AMS D スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203210000020001", + "intro": "AMS D スロット 2 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0702110000020004", + "intro": "AMS Cのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0703910000020001", + "intro": "AMS Dの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0500040000020015", + "intro": "AMS Bのスロット2のRFIDタグが読み取れません。" + }, + { + "ecode": "0702020000010001", + "intro": "AMS C のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1200710000010001", + "intro": "AMS A スロット2のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1201130000010001", + "intro": "AMS B スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1201300000030003", + "intro": "AMS B スロット1のRFID 読出しに異常があります。" + }, + { + "ecode": "1201330000010001", + "intro": "AMS B スロット 4 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202100000010003", + "intro": "AMS C スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1202220000020002", + "intro": "AMS C スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202310000030003", + "intro": "AMS C スロット2のRFID 読出しに異常があります。" + }, + { + "ecode": "1203220000020004", + "intro": "AMS D スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1200230000020003", + "intro": "AMS A スロット 4 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1200230000020004", + "intro": "AMS A スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1200330000010001", + "intro": "AMS A スロット 4 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1201200000020002", + "intro": "AMS B スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202220000020001", + "intro": "AMS C スロット 3 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203200000030001", + "intro": "AMS D スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0300350000020002", + "intro": "MCモジュールの冷却ファンの回転が遅いです。ファンが詰まっている可能性があるため、掃除が必要です。" + }, + { + "ecode": "0703020000020002", + "intro": "AMS Dのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0C00040000020004", + "intro": "このタスクには、この種類のプラットフォームは対応していません。正しいプラットフォームを使用して、再度お試しください。" + }, + { + "ecode": "1200210000020003", + "intro": "AMS A スロット 2 のフィラメントがPTFEチューブ内で折れている可能性があります。" + }, + { + "ecode": "1200220000020005", + "intro": "AMS A スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1200230000030001", + "intro": "AMS A スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1200300000010001", + "intro": "AMS A スロット 1 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1201200000020004", + "intro": "AMS B スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1201220000020002", + "intro": "AMS B スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201230000020003", + "intro": "AMS B スロット 4 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1201320000030003", + "intro": "AMS B スロット3のRFID 読出しに異常があります。" + }, + { + "ecode": "1203230000020004", + "intro": "AMS D スロット 4 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1203230000020005", + "intro": "AMS D スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0700020000020002", + "intro": "AMS Aのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "050004000002001C", + "intro": "AMS Dのスロット1のRFIDタグが読み取れません。" + }, + { + "ecode": "1200110000010001", + "intro": "AMS A スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200230000020002", + "intro": "AMS A スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200310000020002", + "intro": "AMS A スロット 2 の RFID タグが破損したようです。" + }, + { + "ecode": "1200500000020001", + "intro": "AMS A との通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1201210000020006", + "intro": "AMS B スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1202100000020002", + "intro": "AMS C スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1203110000010001", + "intro": "AMS D スロット 2のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "0703010000020011", + "intro": "AMS Dの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0701910000020001", + "intro": "AMS Bの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0701110000020004", + "intro": "AMS Bのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0703930000010001", + "intro": "AMS Dのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1200220000030001", + "intro": "AMS A スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1200800000020001", + "intro": "AMS A スロット 1 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1201200000020001", + "intro": "AMS B スロット 1 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201200000020006", + "intro": "AMS B スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1201210000020001", + "intro": "AMS B スロット 2 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201220000030001", + "intro": "AMS B スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1202200000020006", + "intro": "AMS C スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1202500000020001", + "intro": "AMS C との通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0703010000020010", + "intro": "AMS Dの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0700010000020010", + "intro": "AMS Aの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0701100000020004", + "intro": "AMS Bのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1201300000020002", + "intro": "AMS B スロット 1 の RFID タグが破損したようです。" + }, + { + "ecode": "1201310000030003", + "intro": "AMS B スロット2のRFID 読出しに異常があります。" + }, + { + "ecode": "1201710000010001", + "intro": "AMS B スロット2のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1202130000010003", + "intro": "AMS C スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1202200000030002", + "intro": "AMS C スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1202220000020005", + "intro": "AMS C スロット 3 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1203330000030003", + "intro": "AMS D スロット4のRFID 読出しに異常があります。" + }, + { + "ecode": "0700930000020002", + "intro": "AMS Aのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0702010000020011", + "intro": "AMS Cの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "0300960000030001", + "intro": "前面ドアが開いています。" + }, + { + "ecode": "050003000002000C", + "intro": "ワイヤレスハードウェアエラーが発生しました。Wi-Fiをオフ/オンにするか、デバイスを再起動してください。" + }, + { + "ecode": "0300090000020001", + "intro": "押出機モーターが過負荷状態です。押出機が詰まっているか、フィラメントがツールヘッドで詰まっている可能性があります。" + }, + { + "ecode": "0703930000020002", + "intro": "AMS Dのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "1200200000030001", + "intro": "AMS A スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1201700000010001", + "intro": "AMS B スロット1のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1201730000010001", + "intro": "AMS B スロット4のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1202220000030001", + "intro": "AMS C スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1202310000020002", + "intro": "AMS C スロット 2 の RFID タグが破損したようです。" + }, + { + "ecode": "1202320000020002", + "intro": "AMS C スロット 3 の RFID タグが破損したようです。" + }, + { + "ecode": "1203220000020002", + "intro": "AMS D スロット 3 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203220000020006", + "intro": "AMS D スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1203230000020002", + "intro": "AMS D スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "0C00040000010015", + "intro": "レーザー保護インサートが検出されませんでした。配置してから、続行してください。\n" + }, + { + "ecode": "0703120000020004", + "intro": "AMS Dのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0700800000010001", + "intro": "AMS Aのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0500040000020011", + "intro": "AMS Aのスロット2のRFIDタグが読み取れません。" + }, + { + "ecode": "0500040000020017", + "intro": "AMS Bのスロット4のRFIDタグが読み取れません。" + }, + { + "ecode": "0701500000020001", + "intro": "AMS Bとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1200120000010003", + "intro": "AMS A スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1200320000010001", + "intro": "AMS A スロット 3 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202300000030003", + "intro": "AMS C スロット1のRFID 読出しに異常があります。" + }, + { + "ecode": "1203700000010001", + "intro": "AMS D スロット1のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1203800000020001", + "intro": "AMS Dスロット1のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0701010000020009", + "intro": "AMS Bの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0701020000020002", + "intro": "AMS Bのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0500040000020018", + "intro": "AMS Cのスロット1のRFIDタグが読み取れません。" + }, + { + "ecode": "0703010000010003", + "intro": "AMS D の補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1200220000020001", + "intro": "AMS A スロット 3 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201210000020002", + "intro": "AMS B スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201220000020001", + "intro": "AMS B スロット 3 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203200000020004", + "intro": "AMS D スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1203300000030003", + "intro": "AMS D スロット1のRFID 読出しに異常があります。" + }, + { + "ecode": "1200210000020006", + "intro": "AMS A スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1201210000020004", + "intro": "AMS B スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1201210000020005", + "intro": "AMS B スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1202210000030002", + "intro": "AMS C スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1202220000020006", + "intro": "AMS C スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1202230000020006", + "intro": "AMS C スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1203200000030002", + "intro": "AMS D スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203220000030002", + "intro": "AMS D スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203320000010001", + "intro": "AMS D スロット 3 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1203330000010001", + "intro": "AMS D スロット 4 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "0701810000010001", + "intro": "AMS Bのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0701120000020004", + "intro": "AMS Bのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1200110000010003", + "intro": "AMS A スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1201820000020001", + "intro": "AMS B スロット 3 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1202130000020002", + "intro": "AMS C スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0702120000020004", + "intro": "AMS Cのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0702810000010001", + "intro": "AMS Cのヒーター2の電流センサーに問題があります。" + }, + { + "ecode": "0702800000010001", + "intro": "AMS Cのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0703960000010001", + "intro": "AMS Dでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0700010000010003", + "intro": "AMS Aの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "0703020000010001", + "intro": "AMS Dのフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1200100000010001", + "intro": "AMS A スロット 1 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかご確認ください。" + }, + { + "ecode": "1200210000020001", + "intro": "AMS A スロット 2 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200220000030002", + "intro": "AMS A スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1201230000030001", + "intro": "AMS B スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1201330000020002", + "intro": "AMS B スロット 4 の RFID タグが破損したようです。" + }, + { + "ecode": "1202110000020002", + "intro": "AMS C スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1202120000020002", + "intro": "AMS C スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0700010000020009", + "intro": "AMS Aの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "0701010000020002", + "intro": "AMS B の補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1200220000020004", + "intro": "AMS A スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1201130000010003", + "intro": "AMS B スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1203230000020003", + "intro": "AMS D スロット 4 のフィラメントが PTFE チューブに残っている可能性があります" + }, + { + "ecode": "050004000002001F", + "intro": "AMS D スロット 4 の RFID タグが読み取れません。" + }, + { + "ecode": "1200130000010001", + "intro": "AMS A スロット 4 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1201210000020003", + "intro": "AMS B スロット 2 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1201220000020006", + "intro": "AMS B スロット 3 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1201230000020001", + "intro": "AMS B スロット 4 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201230000020006", + "intro": "AMS B スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1202120000010003", + "intro": "AMS C スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1202210000020006", + "intro": "AMS C スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1203200000020006", + "intro": "AMS D スロット 1 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1203210000030002", + "intro": "AMS D スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203720000010001", + "intro": "AMS D スロット3のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0500040000020013", + "intro": "AMS Aのスロット4のRFIDタグが読み取れません。" + }, + { + "ecode": "1200130000020002", + "intro": "AMS A スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります" + }, + { + "ecode": "1201220000030002", + "intro": "AMS B スロット 3 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1201720000010001", + "intro": "AMS B スロット3のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1202330000030003", + "intro": "AMS C スロット4のRFID 読出しに異常があります。" + }, + { + "ecode": "1203130000010001", + "intro": "AMS D スロット4のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1203210000020003", + "intro": "AMS D スロット 2 のフィラメントが PTFE チューブに残っている可能性があります" + }, + { + "ecode": "1203210000030001", + "intro": "AMS D スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1203230000030001", + "intro": "AMS D スロット 4 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "0700960000010001", + "intro": "AMS Aでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0500040000020010", + "intro": "AMS Aのスロット1のRFIDタグが読み取れません。" + }, + { + "ecode": "050004000002001E", + "intro": "AMS Dのスロット3のRFIDタグが読み取れません。" + }, + { + "ecode": "0700010000010001", + "intro": "AMS Aの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200200000020005", + "intro": "AMS A スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1200320000020002", + "intro": "AMS A スロット 3 の RFID タグが破損したようです。" + }, + { + "ecode": "1202200000020005", + "intro": "AMS C スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1202210000030001", + "intro": "AMS C スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1202320000030003", + "intro": "AMS C スロット3のRFID 読出しに異常があります。" + }, + { + "ecode": "1203300000020002", + "intro": "AMS D スロット 1 の RFID タグが破損したようです。" + }, + { + "ecode": "1203330000020002", + "intro": "AMS D スロット 4 の RFID タグが破損したようです。" + }, + { + "ecode": "0703100000020004", + "intro": "AMS Dのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0C00040000020008", + "intro": "材料が検出されません。配置を確認し、続行してください。" + }, + { + "ecode": "0701930000020002", + "intro": "AMS Bのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0702500000020001", + "intro": "AMS Cの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1201120000010003", + "intro": "AMS B スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1201200000020005", + "intro": "AMS B スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1203100000010003", + "intro": "AMS D スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1203110000020002", + "intro": "AMS D スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "0700110000020004", + "intro": "AMS Aのブラシ付きモーター2に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0300310000020002", + "intro": "パーツ冷却ファンの回転が遅いです。ファンが詰まっている可能性があるため、掃除が必要です。" + }, + { + "ecode": "0702960000010001", + "intro": "AMS Cでの乾燥プロセスで熱暴走が発生する可能性があります。AMSの電源を切ってください。" + }, + { + "ecode": "0700120000020004", + "intro": "AMS Aのブラシ付きモーター3に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "1200230000020006", + "intro": "AMS A スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1201810000020001", + "intro": "AMS B スロット 2 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1202220000020003", + "intro": "AMS C スロット 3 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1202230000020005", + "intro": "AMS C スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1203220000020001", + "intro": "AMS D スロット 3 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203230000030002", + "intro": "AMS D スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203310000010001", + "intro": "AMS D スロット 2 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "0703010000010001", + "intro": "AMS Dの補助モーターがスリップしました。押出機ギアの消耗やフィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200200000020001", + "intro": "AMS A スロット 1 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200210000030002", + "intro": "AMS A スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1201230000030002", + "intro": "AMS B スロット 4 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203810000020001", + "intro": "AMS Dスロット2のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1203830000020001", + "intro": "AMS Dスロット4のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0C00040000010016", + "intro": "クイックリリースレバーがロックされていません。下に押し込んで固定してください。" + }, + { + "ecode": "0701920000020002", + "intro": "AMS Bのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0702130000020004", + "intro": "AMS Cのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0500040000020019", + "intro": "AMS Cのスロット2のRFIDタグが読み取れません。" + }, + { + "ecode": "0703500000020001", + "intro": "AMS Dとの通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1200130000010003", + "intro": "AMS A スロット 4 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1200220000020003", + "intro": "AMS A スロット 3 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1202210000020003", + "intro": "AMS C スロット 2 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1202230000020001", + "intro": "AMS C スロット 4 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203120000010001", + "intro": "AMS D スロット3のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1203710000010001", + "intro": "AMS D スロット2のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1200210000020005", + "intro": "AMS A スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッドに詰まっていないかご確認ください。" + }, + { + "ecode": "1201100000010003", + "intro": "AMS B スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1201100000020002", + "intro": "AMS B スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1201310000020002", + "intro": "AMS B スロット2 の RFID タグが破損したようです。" + }, + { + "ecode": "1201800000020001", + "intro": "AMS B スロット 1 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1202800000020001", + "intro": "AMS C スロット 1 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1203220000020003", + "intro": "AMS D スロット 3 のフィラメントが PTFE チューブに残っている可能性があります" + }, + { + "ecode": "1203310000020002", + "intro": "AMS D スロット 2 の RFID タグが破損したようです。" + }, + { + "ecode": "1203320000020002", + "intro": "AMS D スロット 3 の RFID タグが破損したようです。" + }, + { + "ecode": "1203320000030003", + "intro": "AMS D スロット3のRFID 読出しに異常があります。" + }, + { + "ecode": "0703920000010001", + "intro": "AMS Dのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "1201110000010003", + "intro": "AMS B スロット 2 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1201120000020002", + "intro": "AMS B スロット 3 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1201230000020002", + "intro": "AMS B スロット 4 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1201230000020005", + "intro": "AMS B スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1201830000020001", + "intro": "AMS B スロット4 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1202200000020004", + "intro": "AMS C スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202730000010001", + "intro": "AMS C スロット4のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1203120000010003", + "intro": "AMS D スロット 3 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1203210000020006", + "intro": "AMS D スロット 2 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "1203500000020001", + "intro": "AMS D との通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "0702010000020009", + "intro": "AMS Cの補助モーターに三相抵抗の不均衡があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "050004000002001B", + "intro": "AMS Cのスロット4のRFIDタグが読み取れません。" + }, + { + "ecode": "050004000002001D", + "intro": "AMS Dのスロット2のRFIDタグが読み取れません。" + }, + { + "ecode": "1201210000030002", + "intro": "AMS B スロット 2 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1203100000020002", + "intro": "AMS D スロット 1のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1203210000020002", + "intro": "AMS D スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203230000020001", + "intro": "AMS D スロット 4 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1203310000030003", + "intro": "AMS D スロット2のRFID 読出しに異常があります。" + }, + { + "ecode": "0702020000020002", + "intro": "AMS Cのオドメーターに信号がありません。オドメーターのコネクタに接触不良がある可能性があります。" + }, + { + "ecode": "0703920000020002", + "intro": "AMS Dのヒーター1の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0700020000010001", + "intro": "AMS A の送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0702010000010004", + "intro": "AMS C 補助モーターの速度制御に異常があります。速度センサーが故障している可能性があります。" + }, + { + "ecode": "0703010000010004", + "intro": "AMS D 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1202110000010001", + "intro": "AMS C スロット 2 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1202200000020001", + "intro": "AMS C スロット 1 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1202700000010001", + "intro": "AMS C スロット1のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1203200000020003", + "intro": "AMS D スロット 1 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1203200000020005", + "intro": "AMS D スロット 1 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "050003000001000B", + "intro": "スクリーンが正常に動作していません。デバイスを再起動してください" + }, + { + "ecode": "0500040000020016", + "intro": "AMS Bのスロット3のRFIDタグが読み取れません。" + }, + { + "ecode": "0701010000010003", + "intro": "AMS Bの補助モーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1200200000020002", + "intro": "AMS A スロット 1 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200200000030002", + "intro": "AMS A スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1200210000020002", + "intro": "AMS A スロット 2 は空です。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200700000010001", + "intro": "AMS A スロット1のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1201110000010001", + "intro": "AMS B スロット2のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1201120000010001", + "intro": "AMS B スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1201320000020002", + "intro": "AMS B スロット 3 の RFID タグが破損したようです。" + }, + { + "ecode": "1202330000010001", + "intro": "AMS C スロット 4 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "0702930000020002", + "intro": "AMS Cのヒーター2の冷却ファンの回転速度が低すぎます。ファンに過剰な抵抗がかかっている可能性があります。" + }, + { + "ecode": "0702010000020010", + "intro": "AMS Cの補助モーターの抵抗に異常があります。補助モーターが故障している可能性があります。" + }, + { + "ecode": "1200300000030003", + "intro": "AMS A スロット 1 のRFID 読出しに異常があります。" + }, + { + "ecode": "1201210000030001", + "intro": "AMS B スロット 2 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1201500000020001", + "intro": "AMS B との通信に異常があります。接続ケーブルをご確認ください。" + }, + { + "ecode": "1202210000020004", + "intro": "AMS C スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202310000010001", + "intro": "AMS C スロット 2 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1203730000010001", + "intro": "AMS D スロット4のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "0701800000010001", + "intro": "AMS Bのヒーター1の電流センサーに問題があります。" + }, + { + "ecode": "0703900000020001", + "intro": "AMS Dの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0703010000020002", + "intro": "AMS Dの補助モーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1200210000020004", + "intro": "AMS A スロット 2 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1200230000020005", + "intro": "AMS A スロット 4 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "1200330000030003", + "intro": "AMS A スロット4のRFID 読出しに異常があります。" + }, + { + "ecode": "1200730000010001", + "intro": "AMS A スロット4のフィラメントの送り速度および長さを読み取れません。オドメーターが故障している可能性があります。" + }, + { + "ecode": "1201310000010001", + "intro": "AMS B スロット 2 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202100000010001", + "intro": "AMS C スロット1のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1202200000020003", + "intro": "AMS C スロット 1 のフィラメントが PTFE チューブに残っている可能性があります。" + }, + { + "ecode": "1202200000030001", + "intro": "AMS C スロット 1 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1203210000020005", + "intro": "AMS B スロット 2 のフィラメントが切れました。古いフィラメントの排出が正常に完了しませんでした。フィラメントがツールヘッド内で詰まっていないかご確認ください。" + }, + { + "ecode": "0702100000020004", + "intro": "AMS Cのブラシ付きモーター1に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0702900000020001", + "intro": "AMS Cの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0701130000020004", + "intro": "AMS Bのブラシ付きモーター4に信号がありません。モーターコネクタの接触不良またはモーターの故障が原因の可能性があります。" + }, + { + "ecode": "0500040000020014", + "intro": "AMS Bのスロット1のRFIDタグが読み取れません。" + }, + { + "ecode": "0700010000020002", + "intro": "AMS Aの補助モーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1200120000010001", + "intro": "AMS A スロット 3 のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1200310000010001", + "intro": "AMS A スロット 2 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1200320000030003", + "intro": "AMS A スロット 3 のRFID 読出しに異常があります。" + }, + { + "ecode": "1202220000020004", + "intro": "AMS C スロット 3 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202300000010001", + "intro": "AMS C スロット 1 のRFIDコイルに損傷があるか、読出し機に異常があります。" + }, + { + "ecode": "1202810000020001", + "intro": "AMS C スロット 2 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "0700910000020001", + "intro": "AMS Aの排気弁2の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0700920000010001", + "intro": "AMS Aのヒーター1の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "050003000001000C", + "intro": "MCモーターコントローラーモジュールが正常に動作していません。電源を切り、接続を確認した後、デバイスを再起動してください。" + }, + { + "ecode": "0700900000020001", + "intro": "AMS Aの排気弁1の動作に異常があります。過剰な抵抗が原因の可能性があります。" + }, + { + "ecode": "0500040000020012", + "intro": "AMS Aのスロット3のRFIDタグが読み取れません。" + }, + { + "ecode": "0701010000010004", + "intro": "AMS B 補助モーターの速度制御に異常があります。速度センサーに問題がある可能性があります。" + }, + { + "ecode": "1200100000010003", + "intro": "AMS A スロット 1 のモーターのトルク制御に不具合があります。電流センサーが故障している可能性があります。" + }, + { + "ecode": "1200110000020002", + "intro": "AMS A スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1200200000020004", + "intro": "AMS A スロット 1 のフィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "1202820000020001", + "intro": "AMS C スロット 3 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1203130000020002", + "intro": "AMS D スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1203220000030001", + "intro": "AMS D スロット 3 のフィラメントが切れました。古いフィラメントの排出が完了するまでお待ちください。" + }, + { + "ecode": "1203230000020006", + "intro": "AMS D スロット 4 のフィラメントを押出できませんでした。押出機が詰まっているか、フィラメントの径が細すぎて押出機がスリップしている可能性があります。" + }, + { + "ecode": "0700930000010001", + "intro": "AMS Aのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "0700010000020011", + "intro": "AMS Aの補助モーターのパラメーターが失われました。フィラメントホブからフィラメントを取り出し、AMSを再起動してください。" + }, + { + "ecode": "1200230000020001", + "intro": "AMS A スロット 4 のフィラメントが切れました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "1200300000020002", + "intro": "AMS A スロット 1 の RFID タグが破損したようです。" + }, + { + "ecode": "1200310000030003", + "intro": "AMS A スロット 2 のRFID 読出しに異常があります。" + }, + { + "ecode": "1200810000020001", + "intro": "AMS A スロット 2 のフィラメントが絡まっているか、詰まっている可能性があります。" + }, + { + "ecode": "1201100000010001", + "intro": "AMS B スロット1のモーターで滑りが発生しました。押出機ギアが消耗しているか、フィラメントの径が細すぎるかをご確認ください。" + }, + { + "ecode": "1201110000020002", + "intro": "AMS B スロット 2 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1201130000020002", + "intro": "AMS B スロット 4 のモーターが過負荷状態です。フィラメントが絡まっているか詰まっている可能性があります。ご確認ください。" + }, + { + "ecode": "1201200000030002", + "intro": "AMS B スロット 1 のフィラメントが切れました。同じフィラメントが入った別のスロットに自動で切り替わりました。" + }, + { + "ecode": "1201330000030003", + "intro": "AMS B スロット4のRFID 読出しに異常があります。" + }, + { + "ecode": "0702930000010001", + "intro": "AMS Cのヒーター2の冷却ファンが詰まっています。ファンが動かなくなっている可能性があります。" + }, + { + "ecode": "12FF200000020001", + "intro": "フィラメントが無くなりました、補充してください。" + }, + { + "ecode": "12FF200000020002", + "intro": "フィラメントがなくなりました。新しいフィラメントを補充してください。" + }, + { + "ecode": "12FF200000020005", + "intro": "フィラメントがツールヘッド内で折れている可能性があります。" + }, + { + "ecode": "12FF200000020007", + "intro": "フィラメントはツールヘッド内で確認されていません、詳細をご確認ください。" + }, + { + "ecode": "12FF200000030007", + "intro": "AMS中のフィラメントを確認中です、少々お待ちください。" + }, + { + "ecode": "12FF800000020001", + "intro": "フィラメントが絡まったり、詰まっている可能性があります。" + }, + { + "ecode": "1200450000020001", + "intro": "フィラメントカッターセンサーが正常に動作していません。コネクターが正しく接続されているか確認してください。" + }, + { + "ecode": "1200450000020002", + "intro": "フィラメント カッターの切断距離が長すぎます。X モーターがステップロスの可能性があります。" + }, + { + "ecode": "1200450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "1200510000030001", + "intro": "AMS は無効になっています。フィラメントをスプールホルダーからロードしてください。" + }, + { + "ecode": "0C0001000001000A", + "intro": "ライダー中のLEDが故障しているようです。" + }, + { + "ecode": "0C00020000020002", + "intro": "レーザーの反射は広すぎるようです。ベットに汚れが付いているかご確認ください。" + }, + { + "ecode": "0C00020000020008", + "intro": "レーザーの反射が広いです、ベッドに汚れが付いているかご確認ください。" + }, + { + "ecode": "0C00030000010009", + "intro": "1層目検査モジュールは異常により再起動しました、検査結果の精度が落ちる可能性があります。" + }, + { + "ecode": "0C00030000020001", + "intro": "フィラメントの反射が弱い為、測定できませんでした。1層目検査の精度が落ちる可能性があります。" + }, + { + "ecode": "0C00030000020002", + "intro": "ライダー異常により、1層目検査は中止されました。" + }, + { + "ecode": "0C00030000020004", + "intro": "現在の造形モードでは、1層目検査はサポートされていません。" + }, + { + "ecode": "0C00030000020005", + "intro": "1層目検査はタイムアウトしました。" + }, + { + "ecode": "0C00030000030006", + "intro": "廃棄フィラメントの蓄積により、ツールヘッドが障害物にぶつかることがあります。シュートを点検し、清掃してください。" + }, + { + "ecode": "0C00030000030007", + "intro": "1層目で欠陥のようなところが検出されました、問題がある場合、造形を停止してください。" + }, + { + "ecode": "0C00030000030008", + "intro": "スパゲティのようなところが検出されました。問題がある場合が造形を停止してください。" + }, + { + "ecode": "0C00030000030010", + "intro": "プリンタが空打ちして印刷しているようです。" + }, + { + "ecode": "07FF200000020001", + "intro": "フィラメントが切れました。新しいものをロードしてください。" + }, + { + "ecode": "07FF200000020002", + "intro": "外部フィラメントがありません。新しいフィラメントをロードしてください。" + }, + { + "ecode": "07FF200000020004", + "intro": "押出機からフィラメントを引き出してください。" + }, + { + "ecode": "0703300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0703310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0703350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0702300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0702310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0702350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。\n" + }, + { + "ecode": "0701300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0701310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0701350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0700300000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0700310000030003", + "intro": "ハードウェアまたは構造の問題により、RFIDを読み取れません。" + }, + { + "ecode": "0700350000010001", + "intro": "温度・湿度センサーにエラーがあります。チップが故障している可能性があります。" + }, + { + "ecode": "0700450000020001", + "intro": "フィラメントカッターセンサーが正常に動作していません。コネクターが正しく接続されているか確認してください。" + }, + { + "ecode": "0700450000020002", + "intro": "フィラメントカッターの切断距離が大きすぎます。XYモーターの動作が不正確になる可能性があります。" + }, + { + "ecode": "0700450000020003", + "intro": "フィラメントカッターのハンドルが解除されていません。ハンドルやブレードが詰まっているか、フィラメントセンサーの接続に問題がある可能性があります。" + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "筐体温度異常、電源の温度センサーが短絡している様です。" + }, + { + "ecode": "0300930000010008", + "intro": "筐体温度異常、電源の温度センサーが断線している様です。" + }, + { + "ecode": "0300940000020003", + "intro": "筐体内にはターゲット温度に達しませんでした。温度が上がるまで待機しています。" + }, + { + "ecode": "0300940000030002", + "intro": "筐体内温度が限界値を超えています、限界値が設定されます。" + }, + { + "ecode": "0500020000020002", + "intro": "デバイスへのサインインに失敗しました。アカウント情報を確認してください。" + }, + { + "ecode": "0500020000020004", + "intro": "権限のないユーザー、アカウント情報を確認してください。" + }, + { + "ecode": "0500020000020006", + "intro": "ライブビューに異常があります、ネットワーク接続を確認してください。" + }, + { + "ecode": "0500020000020007", + "intro": "ライブビューサービスへのサインインは失敗しました。ネットワーク接続を確認してください。" + }, + { + "ecode": "0500030000010001", + "intro": "MCモジュールに異常があります。プリンタを再起動するか、ケーブル接続を確認してください。" + }, + { + "ecode": "0500030000010002", + "intro": "ヘッドに異常があります。再起動してください。" + }, + { + "ecode": "0500030000010003", + "intro": "AMS に異常があります。再起動してください。" + }, + { + "ecode": "0500030000010005", + "intro": "内部サービスに異常があります。再起動してください。" + }, + { + "ecode": "0500030000010006", + "intro": "システムエラーが発生しました。再起動してください。" + }, + { + "ecode": "0500030000010008", + "intro": "システムハングが発生しました。再起動してください。" + }, + { + "ecode": "0500030000010009", + "intro": "システムハングが発生しました。自動再起動により復旧しました。" + }, + { + "ecode": "0500030000010023", + "intro": "CTCモジュールに異常があります、再起動してください。" + }, + { + "ecode": "0500030000010025", + "intro": "現在のファームウェアに異常があります。もう一度アップデートしてください。" + }, + { + "ecode": "0500040000010004", + "intro": "無効な造形ファイルです。" + }, + { + "ecode": "0500040000020007", + "intro": "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能性があります。ベッド温度を下げるか、プリンタのドアを開けてください。" + }, + { + "ecode": "0300400000020001", + "intro": "シリアル通信にデータ異常があります。" + }, + { + "ecode": "0300900000010004", + "intro": "筐体の加熱は失敗しました。加熱ファンの回転速度が低い可能性があります。" + }, + { + "ecode": "0300900000010005", + "intro": "チャンバー加熱に失敗しました。熱抵抗が高すぎます。" + }, + { + "ecode": "0300900000010010", + "intro": "筐体温度コントローラーとの通信に異常があります。" + }, + { + "ecode": "0300910000010001", + "intro": "筐体ヒーター1は温度異常です。" + }, + { + "ecode": "0300910000010003", + "intro": "筐体ヒーター1は温度異常です。ヒーターが過熱しています。" + }, + { + "ecode": "0300910000010006", + "intro": "筐体ヒーター1は温度異常です。温度センサーが短絡しているようです。" + }, + { + "ecode": "030091000001000A", + "intro": "ヒーター1の温度が異常です。ACボードが壊れている可能性があります。" + }, + { + "ecode": "0300920000010001", + "intro": "筐体ヒーター2は温度異常です。" + }, + { + "ecode": "0300920000010002", + "intro": "筐体ヒーター2は温度異常です。ヒーターが断線しているか、ヒューズが作動している可能性があります。" + }, + { + "ecode": "0300920000010003", + "intro": "筐体ヒーター2は温度異常です。ヒーターが過熱しています。" + }, + { + "ecode": "0300920000010006", + "intro": "筐体ヒーター2は温度異常です。温度センサーが短絡しているようです。" + }, + { + "ecode": "030092000001000A", + "intro": "ヒーター2の温度が異常です。ACボードが壊れている可能性があります。" + }, + { + "ecode": "0300930000010001", + "intro": "筐体温度異常、温度センサーが短絡している様です。" + }, + { + "ecode": "0300930000010002", + "intro": "筐体温度異常、温度センサーが断線している様です。" + }, + { + "ecode": "0300930000010003", + "intro": "筐体温度異常、吹き出し口の温度センサーが短絡している様です。" + }, + { + "ecode": "0300050000010001", + "intro": "モータドライバ温度が高いです、放熱器が脱落したかファンが壊れたかご確認ください。" + }, + { + "ecode": "0300060000010001", + "intro": "モーターAはオープンサーキットです。接続が緩んでいるか、故障した可能性があります。" + }, + { + "ecode": "0300060000010002", + "intro": "モーターAはショートしています。故障した可能性があります。" + }, + { + "ecode": "0300070000010001", + "intro": "モーターBにはオープンサーキットがあります。接続が緩んでいるか、故障した可能性があります。" + }, + { + "ecode": "0300070000010002", + "intro": "モーターBはショートしています。故障した可能性があります。" + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Zにはオープンサーキットがあります。接続が緩んでいるか、故障した可能性があります。" + }, + { + "ecode": "0300080000010002", + "intro": "モーターZはショートしています。故障した可能性があります。" + }, + { + "ecode": "03000A0000010001", + "intro": "力覚センサー1の感度が高すぎます。ベッドに挟まれたのか、チルト調整ボルトの締め具合がきつすぎます。" + }, + { + "ecode": "03000A0000010002", + "intro": "力覚センサー1の出力が低いです、センサーが故障したか接触不良の可能性があります。" + }, + { + "ecode": "03000A0000010003", + "intro": "力覚センサー1の出力が非常に低いです、接触不良の可能性があります。" + }, + { + "ecode": "03000A0000010004", + "intro": "力覚センサー1からの信号は異常があります、プレートがどこかに打つかるかご確認ください。" + }, + { + "ecode": "03000A0000010005", + "intro": "力覚センサー1からの信号は異常があります。ベッドが行き詰まったか、電子回路が故障した可能性があります。" + }, + { + "ecode": "03000B0000010001", + "intro": "力覚センサー2の感度が高すぎます。ベッドに挟まれたのか、チルト調整ボルトの締め具合がきつすぎます。" + }, + { + "ecode": "03000B0000010002", + "intro": "力覚センサー2の出力が低いです、センサーが故障したか接触不良の可能性があります。" + }, + { + "ecode": "03000B0000010003", + "intro": "力覚センサー2の出力が非常に低いです、接触不良の可能性があります。" + }, + { + "ecode": "03000B0000010004", + "intro": "力覚センサー2からの信号は異常があります、プレートがどこかに打つかるかご確認ください。" + }, + { + "ecode": "03000B0000010005", + "intro": "力覚センサー2からの信号は異常があります。ベッドが行き詰まったか、電子回路が故障した可能性があります。" + }, + { + "ecode": "03000C0000010001", + "intro": "力覚センサー3の感度が高すぎます。ベッドに挟まれたのか、チルト調整ボルトの締め具合がきつすぎます。" + }, + { + "ecode": "03000C0000010002", + "intro": "力覚センサー3の出力が低いです、センサーが故障したか接触不良の可能性があります。" + }, + { + "ecode": "03000C0000010003", + "intro": "力覚センサー2の出力が非常に低いです、接触不良の可能性があります。" + }, + { + "ecode": "03000C0000010004", + "intro": "力覚センサー3からの信号は異常があります、プレートがどこかに打つかるかご確認ください。" + }, + { + "ecode": "03000C0000010005", + "intro": "力覚センサー3からの信号は異常があります。ベッドが行き詰まったか、電子回路が故障した可能性があります。" + }, + { + "ecode": "0300100000020001", + "intro": "X軸の共振周波数は低いです、タイミングベルトが緩んでいる可能性があります。" + }, + { + "ecode": "0300110000020001", + "intro": "Y軸の共振周波数は低いです、タイミングベルトが緩んでいる可能性があります。" + }, + { + "ecode": "0300120000020001", + "intro": "ヘッドカバーが脱落しました。" + }, + { + "ecode": "0300130000010001", + "intro": "Motor-Aの電流センサーに異常があります。" + }, + { + "ecode": "0300140000010001", + "intro": "Motor-Bの電流センサーに異常があります。" + }, + { + "ecode": "0300150000010001", + "intro": "Motor-Zの電流センサーに異常があります。" + }, + { + "ecode": "0300170000010001", + "intro": "ホットエンド冷却ファンは回転速度が遅いか止まっています。固着しているか、コネクタが正しく接続しているかご確認ください。" + }, + { + "ecode": "0300170000020002", + "intro": "ホットエンド冷却ファンは回転速度が遅いです。固着しているか、クリーニングが必要がご確認ください。" + }, + { + "ecode": "03001B0000010001", + "intro": "ベッド加速度センサーの信号が弱い。センサーが脱落したか、損傷した可能性があります。" + }, + { + "ecode": "03001B0000010003", + "intro": "ベッド加速度センサーが予期しない連続力を検出しました。センサーが動かなくなっているか、アナログフロントエンドが壊れている可能性があります。" + }, + { + "ecode": "03001C0000010001", + "intro": "押出モータードライバーが異常です。回路が故障した可能性があります。" + }, + { + "ecode": "0300200000010003", + "intro": "X軸原点復帰異常:タイミングベルトが緩んでいる可能性があります。" + }, + { + "ecode": "0300200000010004", + "intro": "Y軸原点復帰異常:タイミングベルトが緩んでいる可能性があります。" + }, + { + "ecode": "0300010000010002", + "intro": "ヒートベッドの温度が異常です。ヒーターが回路を開いているか、サーマルスイッチが開いている可能性があります。" + }, + { + "ecode": "0300010000010003", + "intro": "ヒートベッドの温度が異常です。ヒーターが過熱しています。" + }, + { + "ecode": "0300010000010006", + "intro": "ヒートベッドの温度が異常です。センサーがショートしている可能性があります。" + }, + { + "ecode": "0300010000010007", + "intro": "ヒートベッドの温度が異常です。センサーが断線している可能性があります。" + }, + { + "ecode": "030001000001000C", + "intro": "ベッドは長い時間で全負荷で動作してきました。温度制御システムに異常がある可能性があります。" + }, + { + "ecode": "0300010000030008", + "intro": "ベッドの温度が制限を超え、制限温度に自動で調整されます。" + }, + { + "ecode": "0300020000010001", + "intro": "ノズルの温度に異常が検出されました。ヒーターのショートが原因の可能性があります。" + }, + { + "ecode": "0300020000010002", + "intro": "ノズルの温度に異常が検出されました。ヒーターの断線が原因の可能性があります。" + }, + { + "ecode": "0300020000010003", + "intro": "ノズルの温度に異常が検出されました。ヒーターが過熱しています。" + }, + { + "ecode": "0300020000010007", + "intro": "ノズルの温度に異常が検出されました。センサーの断線が原因の可能性があります。" + } + ] + }, + "device_error": { + "ver": 202510142200, + "ja": [ + { + "ecode": "0C00402C", + "intro": "デバイスのデータリンクエラーが発生しました。プリンタを再起動してください。" + }, + { + "ecode": "03004015", + "intro": "ノズルの凝集検出のキャリブレーションに失敗しました。トラブルシューティングのために「アシスタント」に移動してください。" + }, + { + "ecode": "0500803C", + "intro": "現在のノズル設定はスライシングファイルと一致していません。印刷を続けると印刷の品質に影響する可能性があります。印刷を開始する前に再度スライスすることをお勧めします。" + }, + { + "ecode": "0300401F", + "intro": "ホットエンドが取り付けられていないため、ツールヘッドは原点復帰を行えない。ホットエンドを取り付けてから続行せよ。" + }, + { + "ecode": "0300801E", + "intro": "押出機モーターが過負荷状態です。押出機が詰まっていないか、またはツールヘッドにフィラメントの破片が詰まっていないか確認してください。" + }, + { + "ecode": "07018007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07028007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07038007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07008007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18058007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07078007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18078007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07058007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18038007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18018007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18028007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18008007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07048007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18068007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "18048007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "07068007", + "intro": "フィラメントを押し出せませんでした。詳細はアシスタントを確認してください。" + }, + { + "ecode": "03004016", + "intro": "ノズルクリーニングに失敗しました。トラブルシューティングについてはアシスタントをクリックしてください。" + }, + { + "ecode": "0502C014", + "intro": "AMS残量フィラメント推定はデフォルトで有効になっており、無効にすることはできません。" + }, + { + "ecode": "05864096", + "intro": "AMS-HT G が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05024098", + "intro": "AMS C が検出されません。AMS のケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05014098", + "intro": "AMS B が検出されません。AMS のケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05814096", + "intro": "AMS-HT B が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05844096", + "intro": "AMS-HT F が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05824096", + "intro": "AMS-HT C が検出されません。AMS-HT のケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05034098", + "intro": "AMS D が検出されません。AMS のケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05854096", + "intro": "AMS-HT E が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05804096", + "intro": "AMS-HT A が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05834096", + "intro": "AMS-HT D が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05874096", + "intro": "AMS-HT H が検出されません。AMS-HTのケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "05004098", + "intro": "AMS A が検出されません。AMS のケーブルを再接続するか、プリンターを再起動してください。" + }, + { + "ecode": "0500807E", + "intro": "カッティング保護ベースにStrongGripカッティングマットを設置してください。" + }, + { + "ecode": "05008062", + "intro": "プリントプレートのマーカーが検出されませんでした。ヒートベッド上にプリントプレートが正しく配置され、四隅が揃っており、マーカーが見える状態であることを確認してください。プリントシートに強い光が当たっている場合は、前面ドアを閉めて外光を遮ってください。" + }, + { + "ecode": "0500808B", + "intro": "BirdsEyeカメラのセットアップに失敗しました。ヒートベッド上のマットや物をすべて取り除き、マーカーが見える状態にしてください。また、BirdsEyeカメラが正しく取り付けられており、視界を遮るものがないことを確認してください。" + }, + { + "ecode": "0502C012", + "intro": "このタスクは一時停止できません。" + }, + { + "ecode": "07FFC010", + "intro": "長さ30cm以上のフィラメントを奥まで挿入してください。フラッシング中にわずかに煙が出る場合があります。挿入後は、前面ドアと上部カバーを閉めてください。" + }, + { + "ecode": "05024002", + "intro": "モーション精度補正モードを有効にする前に、「設定 > キャリブレーション」からモーション精度補正キャリブレーションを実行してください。" + }, + { + "ecode": "05008093", + "intro": "ノズルのシリコンスリーブが装着されていません。温度制御に支障が出る可能性があります。正しく取り付けてから、再度お試しください。" + }, + { + "ecode": "05008092", + "intro": "ツールヘッドカメラの初期化に失敗しました。このまま造形を続行できますが、一部のAI機能は無効になります。再起動後もこの問題が繰り返される場合は、カスタマーサポートへお問い合わせください。" + }, + { + "ecode": "05008041", + "intro": "ホットエンド内のフィラメントが冷えすぎています。このまま押し出すと、押出機を損傷するおそれがあります。それでもフィラメントを送る/引き抜きますか?" + }, + { + "ecode": "05008040", + "intro": "ツールヘッドの前カバーが外れています。このままツールヘッドを動かすとプリンターが損傷するおそれがあります。続行しますか?" + }, + { + "ecode": "0502C011", + "intro": "現在、2D プロダクションモードです。プリンタで操作を続行してください。" + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "カットモジュールのオフセットキャリブレーションに失敗しました。カット位置がずれる可能性があります。80gの白色プリンター用紙(コピー用紙相当)が正しくセットされているか、カッター刃先の摩耗がないかをご確認ください。" + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "デバイスは現在アップグレード中です。アイドル状態でもう一度試してください。" + }, + { + "ecode": "0300C012", + "intro": "ノズルを170℃以上に加熱してください。" + }, + { + "ecode": "07008023", + "intro": "AMS Aで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07028023", + "intro": "AMS Cで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07038023", + "intro": "AMS Dで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07018023", + "intro": "AMS Bで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07058023", + "intro": "AMS Fで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07048023", + "intro": "AMS Eで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18018023", + "intro": "AMS-HT Bで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07068023", + "intro": "AMS Gで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "07078023", + "intro": "AMS Hで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18048023", + "intro": "AMS-HT Eで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18068023", + "intro": "AMS-HT Gで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18038023", + "intro": "AMS-HT Dで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18058023", + "intro": "AMS-HT Fで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18008023", + "intro": "AMS-HT Aで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18078023", + "intro": "AMS-HT Hで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "18028023", + "intro": "AMS-HT Cで乾燥後の冷却プロセスに失敗しました。周囲の温度が高すぎる可能性があります。適切な環境でご使用ください。" + }, + { + "ecode": "05004010", + "intro": "AMS は乾燥中であり、現時点ではアップグレードできません。後でもう一度試してください。" + }, + { + "ecode": "05004011", + "intro": "プリンタはフィラメントをロードまたはアンロード中であり、現時点ではアップグレードできません。後でもう一度試してください。" + }, + { + "ecode": "05004012", + "intro": "デバイスが造形中のため、現在はアップグレードできません。後でもう一度お試しください。" + }, + { + "ecode": "0500400F", + "intro": "AMS は初期化中であり、現在アップグレードできません。後でもう一度試してください。" + }, + { + "ecode": "05004013", + "intro": "AMSが動作中のため、現在はアップグレードできません。待機状態になってから再度お試しください。" + }, + { + "ecode": "03008022", + "intro": "ヒートベッドの下降中に何かが引っかかっている可能性があります。\nヒートベッドの下に物がないか確認し、スムーズに動いているかどうかをチェックしてください。" + }, + { + "ecode": "05004042", + "intro": "電力制限のため、AMSの乾燥を開始すると、ノズル加熱やファンの動作など現在の処理が一時停止されます。乾燥を開始してもよろしいですか?" + }, + { + "ecode": "05004040", + "intro": "プリンターの電力上限に達しました。乾燥機能を有効にするには、このAMSに専用の電源アダプターを接続してください。" + }, + { + "ecode": "05004041", + "intro": "造形中はAMSの乾燥を開始できません。" + }, + { + "ecode": "0500806B", + "intro": "クイックリリースレバーがロックされていません。外部ツールヘッドモジュールをしっかり押し込んで正しく装着されていることを確認し、レバーを押し下げてロックしてください。" + }, + { + "ecode": "0502C010", + "intro": "プリンターの電力制限により、AMSの乾燥中は造形、キャリブレーション、操作などを行うことができません。他の操作を行う前に、乾燥プロセスを停止してください。" + }, + { + "ecode": "03004014", + "intro": "Z軸の原点復帰に失敗しました。温度制御に異常があります。" + }, + { + "ecode": "07FFC012", + "intro": "前カバーを取り外してX軸に掛けてください。黒いPTFEチューブ用カプラーを押しながら、PTFEチューブを取り外します。操作が完了したら、「続行」をクリックしてください。" + }, + { + "ecode": "05004007", + "intro": "本体に修理アップグレードが必要なため、現在は造形できません。" + }, + { + "ecode": "05008090", + "intro": "80gの白い印刷用紙をプラットフォームの中央に貼り付けてください。" + }, + { + "ecode": "18068005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18018004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18038005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18078004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18058004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18078005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18008005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18048005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18038004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18008004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18018005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18028004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18028005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18058005", + "intro": "フィラメントをAMS-HTから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18048004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18068004", + "intro": "AMS-HTでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07FF8025", + "intro": "コールドプルがタイムアウトしました。速やかに操作を行うか、フィラメントがエクストルーダー内部で折れていないかをご確認ください。詳細は「アシスタント」をクリックしてください。" + }, + { + "ecode": "18018006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18008006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18078006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18028006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18048006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18058006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18038006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "18068006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMS-HTのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "0502400E", + "intro": "新しいタスクを開始できませんでした:ノズルのコールドプルが完了していません。" + }, + { + "ecode": "07008004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07018004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07028005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07038005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07FF8005", + "intro": "フィラメントをAMS外部に送ることができませんでした。フィラメントの端を綺麗に切り、スプールが詰まっていないかをご確認ください。" + }, + { + "ecode": "18068003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07068004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07048003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07078004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18058003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07048005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18FF8005", + "intro": "フィラメントをAMS-HTの外部に送れませんでした。フィラメントの端を綺麗に切り、スプールが詰まっていないか確認してください。" + }, + { + "ecode": "07048006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07078006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07058006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07028006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07008005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07018005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07028003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07038004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07018003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07038003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07028004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07068003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "18038003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07058004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "07048004", + "intro": "AMSでフィラメントの引き戻しに失敗しました。スプールの詰まり、またはフィラメントの先端が経路内で引っかかっている可能性があります。" + }, + { + "ecode": "18008003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "18078003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07058005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07068005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "07058003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "18028003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07078003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07078005", + "intro": "フィラメントをAMSから押し出せませんでした。フィラメントの先端をきれいに切ってから再挿入してください。メッセージが繰り返し表示される場合は、AMS内のPTFEチューブに摩耗や損傷がないか確認してください。" + }, + { + "ecode": "18048003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "18018003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "07008006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07038006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07018006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07068006", + "intro": "フィラメントを押出機に送り込めませんでした。フィラメントの絡まりやスプールの詰まりが原因の可能性があります。該当しない場合は、AMSのPTFEチューブが接続されているかをご確認ください。" + }, + { + "ecode": "07008003", + "intro": "押出機からフィラメントを引き出せませんでした。押出機が詰まっているか、フィラメントの破片が内部で詰まっている可能性があります。" + }, + { + "ecode": "0502400D", + "intro": "新しいタスクを開始できませんでした:フィラメントのロードまたはアンロードが完了していません。" + }, + { + "ecode": "03008042", + "intro": "ドアが開いているため、タスクは一時停止されました。" + }, + { + "ecode": "05008079", + "intro": "レーザーテスト用素材(350gの厚紙)をセットし、反りを防ぐために下にサポートストリップを配置してください。" + }, + { + "ecode": "0580409C", + "intro": "AMS-HT Aのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0582409C", + "intro": "AMS-HT Cのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0584409C", + "intro": "AMS-HT Eのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0501409D", + "intro": "AMS Bのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0587409C", + "intro": "AMS-HT Hのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0503409D", + "intro": "AMS Dのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0581409C", + "intro": "AMS-HT Bのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0585409C", + "intro": "AMS-HT Fのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0502409D", + "intro": "AMS Cのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0500409D", + "intro": "AMS Aのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0586409C", + "intro": "AMS-HT Gのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "03004050", + "intro": "ライブビューカメラのキャリブレーションがタイムアウトしました。プリンタを再起動してください。" + }, + { + "ecode": "0583409C", + "intro": "AMS-HT Dのファームウェアがプリンターと一致していないため、動作を継続できません。「ファームウェア」ページで更新してください。" + }, + { + "ecode": "0C008034", + "intro": "ライブビューカメラの初期化に失敗しました。造形は継続可能ですが、一部のAI機能が無効になります。再起動後に再びこの問題が発生した場合は、カスタマーサポートへお問い合わせください。" + }, + { + "ecode": "0C008043", + "intro": "AIがノズルのフィラメント付着を検出しました。ノズルの状態を確認し、対処方法はアシスタントをご参照ください。" + }, + { + "ecode": "03004008", + "intro": "AMSはフィラメント変更できませんでした。" + }, + { + "ecode": "0C00402A", + "intro": "視覚マーカーが検出されませんでした。用紙を正しい位置に貼り直してください。" + }, + { + "ecode": "05004033", + "intro": "AMS のファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "05004031", + "intro": "アクセサリーのファームウェアがプリンタと一致していません。「ファームウェア」ページでアップグレードしてください。" + }, + { + "ecode": "05008085", + "intro": "ツールヘッドカメラが遮られています" + }, + { + "ecode": "07FF8007", + "intro": "ノズルの様子を確認してください。フィラメントが押し出されている場合は「続行」を選択してください。押し出されていない場合は、フィラメントを少し前に押し込んでから「再試行」を選択してください。" + }, + { + "ecode": "07FF8002", + "intro": "カッターが動かない。カッターのハンドルが出ているか確認してください。" + }, + { + "ecode": "0500808C", + "intro": "ビルドプレートのオフセットが検出されました。ビルドプレートとヒートベッドの位置を合わせてください。" + }, + { + "ecode": "07FFC011", + "intro": "フィラメントを押出機から、ゆっくりと手動で引き抜いてください。次に [続行] をクリックしてください。" + }, + { + "ecode": "05004039", + "intro": "現在のタスクではレーザー/カットモジュールの装着が許可されていないため、タスクは中断されました。" + }, + { + "ecode": "0500403B", + "intro": "現在、このマシン上でレーザー/カットタスクを開始することはできません。パソコン用ソフトウェアからタスクを開始してください。" + }, + { + "ecode": "07044025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07004025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07034025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18014025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07024025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18044025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07014025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07074025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18074025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07064025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18064025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18054025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "07054025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18004025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18034025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "18024025", + "intro": "フィラメントの情報を正しく読み取ることができませんでした。" + }, + { + "ecode": "0300800D", + "intro": "押出機が正常にフィラメントを押し出していない可能性があります。造形の欠陥が許容できる場合は、「再開」を選択して造形を続けてください。" + }, + { + "ecode": "0500C036", + "intro": "このタスクは造形用です。ツールヘッドからレーザー/カットモジュールを取り外してください。" + }, + { + "ecode": "0300804F", + "intro": "装填/排出処理中です。処理を停止するか、レーザー/カットモジュールを取り外してください。" + }, + { + "ecode": "0300804E", + "intro": "このタスクは造形用です。ツールヘッドからレーザー/カットモジュールを取り外してください。" + }, + { + "ecode": "0500808A", + "intro": "俯瞰カメラがオフセットで取り付けられています。再インストール方法については、アシスタントを参照してください。" + }, + { + "ecode": "05008089", + "intro": "プレゼンスチェックに失敗したため、タスクが一時停止しました。続行するにはプリンタを確認してください。" + }, + { + "ecode": "05008074", + "intro": "レーザープラットフォームはオフセットされています。プラットフォームの四隅がヒートベッドと一直線になるようにし、マーカーが邪魔にならないようにしてください。" + }, + { + "ecode": "05FE8081", + "intro": "左ホットエンドが取り付けられていません。" + }, + { + "ecode": "05FF8081", + "intro": "右ホットエンドが取り付けられていません。" + }, + { + "ecode": "05FF8080", + "intro": "右ホットエンドが取り付けられていません。" + }, + { + "ecode": "05FE8080", + "intro": "左ホットエンドが取り付けられていません。" + }, + { + "ecode": "05008080", + "intro": "左右のホットエンドが取り付けられていません。" + }, + { + "ecode": "05008081", + "intro": "左右のホットエンドが取り付けられていません。" + }, + { + "ecode": "05008088", + "intro": "俯瞰カメラが汚れています。" + }, + { + "ecode": "05008087", + "intro": "バードアイカメラが遮られています。" + }, + { + "ecode": "03004002", + "intro": "自動ベッドレベリングに失敗しました。タスクは停止しました。" + }, + { + "ecode": "0C004020", + "intro": "俯瞰カメラの設定に失敗しました。周りの物を取り除き、マットを外してください。マーカーが遮られていないことを確認してください。その間、俯瞰カメラとツールヘッドカメラの両方を清掃し、視界を遮る異物を取り除いてください。" + }, + { + "ecode": "03008021", + "intro": "ノズルが取り付けられていないか、正しく取り付けられていない可能性があります。ノズルが正しく取り付けられていることを確認してから作業を進めてください。" + }, + { + "ecode": "03008061", + "intro": "適応型エアフローシステムのモードが起動しませんでした。エアドアの状態を確認してください。" + }, + { + "ecode": "0300801A", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。このレイヤーに欠陥がある可能性がありますが、問題が許容範囲であれば、再試行してください。" + }, + { + "ecode": "05008084", + "intro": "ライブビューカメラが汚れています。清掃してから続行してください。" + }, + { + "ecode": "0500401E", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05014023", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05014025", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "18068012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "10018003", + "intro": "従来のタイムラプスを有効にすると、欠陥が発生する可能性があります。必要な場合にのみ有効にしてください。" + }, + { + "ecode": "03008014", + "intro": "ノズルがフィラメントで覆われているか、ベッドが正しく装着されていない可能性があります。この造形を一旦キャンセルし、ノズルを掃除するか、ベッドの位置を調整してください。その後、「再開」ボタンをタップしてタスクを再開してください。" + }, + { + "ecode": "03008017", + "intro": "ベッド上に異物が検出されました。ベッドを確認して掃除してください。その後、「再開」ボタンをタップして造形を再開してください。" + }, + { + "ecode": "0500401C", + "intro": "クラウドアクセスが拒否されました。何度試しても失敗する場合は、カスタマーサービスまでご連絡ください。" + }, + { + "ecode": "05004025", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05004026", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05004028", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "0501401B", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05014020", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05014022", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05014029", + "intro": "クラウドアクセスが拒否されました。何度試しても失敗する場合は、カスタマーサービスまでご連絡ください。" + }, + { + "ecode": "07008012", + "intro": "AMSのマッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07018012", + "intro": "AMSのマッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07028012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07FF8011", + "intro": "AMSにフィラメント切れが検出されました。新しいフィラメントを入れて、「再試行」をタップしてください。" + }, + { + "ecode": "0300801C", + "intro": "押出し抵抗に異常があります。押出機が詰まっている可能性があります。アシスタントを参照してトラブルシューティングを行い、その後、「再開」ボタンをタップして造形を再開してください。" + }, + { + "ecode": "05008055", + "intro": "レーザーモジュールはインストールされていますが、カットプラットフォームが検出されます。レーザー台を設置し、レーザーキャリブレーションを行ってください。" + }, + { + "ecode": "03004020", + "intro": "ノズルの存在検出に失敗しました。ノズルが押出機に取り付けられていないか、センサーが故障している可能性があります。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "0500402E", + "intro": "システムは現在使用されているUSBフラッシュドライブのファイルシステムをサポートしていません。USBフラッシュドライブを交換するか、FAT32フォーマットでフォーマットしてください。" + }, + { + "ecode": "05008063", + "intro": "キャリブレーション中にプラットフォームが検出されませんでした。レーザープレートが正しく配置されていることを確認してください。" + }, + { + "ecode": "05008066", + "intro": "この作業にはカットプラットフォームが必要ですが、現在のものはレーザープラットフォームです。カットプラットフォーム(カットプロテクションベース+LightGrip カットマット)に交換してください。" + }, + { + "ecode": "18008012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18048012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07058012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07068012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07078012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18058012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18078012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07048012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18018012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "05004065", + "intro": "このタスクにはレーザープラットフォームが必要ですが、現在のものはカットプラットフォームです。これを交換し、ソフトウェアで材料の厚さを測定してから、タスクを再開してください。" + }, + { + "ecode": "05004075", + "intro": "レーザープラットフォームが検出されませんでした。これにより、厚さ測定の精度に影響が出る可能性があります。レーザープラットフォームを正しく配置し、後部のマーカーが遮られていないことを確認した後、ソフトウェアで厚さ測定を再起動し、作業を開始してください。" + }, + { + "ecode": "0500807D", + "intro": "カットモジュールはインストールされていますが、レーザープラットフォームが検出されています。カットプラットフォーム(カッティング保護ベース+StrongGripカッティングマット)を設置してください。" + }, + { + "ecode": "03008000", + "intro": "造形が一時停止されました。 「再開」をタップし、造形を再開できます。" + }, + { + "ecode": "03008016", + "intro": "ノズルが詰まっている可能性があります。ご確認ください。この造形をキャンセルし、ノズルを掃除した後、「再開」ボタンをタップしてください。" + }, + { + "ecode": "0500401B", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05004020", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05004022", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05004023", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05004029", + "intro": "クラウドアクセスが拒否されました。何度試しても失敗する場合は、カスタマーサービスまでご連絡ください。" + }, + { + "ecode": "0501401C", + "intro": "クラウドアクセスが拒否されました。何度試しても失敗する場合は、カスタマーサービスまでご連絡ください。" + }, + { + "ecode": "0501401E", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "05014026", + "intro": "クラウドアクセスが拒否されました。複数回試しても失敗する場合は、カスタマーサービスにお問い合わせください。" + }, + { + "ecode": "05014028", + "intro": "クラウド応答が無効です、再試行してください。この状況が続いた場合弊社カスタマサポートへご連絡ください。" + }, + { + "ecode": "07038012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07FF8012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "07FFC00A", + "intro": "ノズルをご確認ください。フィラメントが押し出されていれば「続行」ボタンをクリックしてください。押し出されていない場合は、フィラメントを少し前に送り、その後「再試行」ボタンをクリックしてください。" + }, + { + "ecode": "05008064", + "intro": "レーザープラットフォームを正しく配置し、レーザーキャリブレーションのために後部のマーカーが遮られていないことを確認してください。" + }, + { + "ecode": "18038012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18028012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "18FF8012", + "intro": "AMS マッピングテーブルの取得に失敗しました。再試行するには「再開」ボタンをクリックしてください。" + }, + { + "ecode": "05004076", + "intro": "レーザープラットフォームを正しく配置し、後部のマーカーが遮られていないことを確認した後、ソフトウェアで厚さ測定を再起動し、その後作業を開始してください。" + }, + { + "ecode": "0500807A", + "intro": "異物検出機能が動作していません。作業を続行するか、トラブルシューティングのためにアシスタントを確認してください。" + }, + { + "ecode": "07FF8010", + "intro": "外部フィラメントスプールまたはフィラメントが詰まっていないか確認してください。" + }, + { + "ecode": "03004000", + "intro": "Z軸の原点復帰に失敗しました。タスクは停止されました。" + }, + { + "ecode": "0300800A", + "intro": "廃料排出口の詰まりが検出されました、ご確認ください。その後再開してください。" + }, + { + "ecode": "0300800B", + "intro": "カッターが動けなくなりました。カッターハンドルを引き、「再開」ボタンをタップしてください。" + }, + { + "ecode": "03008065", + "intro": "MCモジュールの温度が高すぎます。特定の原因についてはWikiをご確認ください。" + }, + { + "ecode": "05004070", + "intro": "このデバイスはレーザーまたはカットモジュールに接続されており、3D造型作業を開始できません。" + }, + { + "ecode": "0300400B", + "intro": "内部通信に異常があります。" + }, + { + "ecode": "03008001", + "intro": "印刷ファイル内に追加された一時停止コマンドにより、印刷が一時停止されました。" + }, + { + "ecode": "05014038", + "intro": "地域設定がプリンタと一致していません。プリンタの地域設定を確認してください。" + }, + { + "ecode": "03008051", + "intro": "カットモジュールが落下したか、カットモジュールケーブルが外れています。モジュールを確認してください。" + }, + { + "ecode": "0C004024", + "intro": "俯瞰カメラがオフセットで取り付けられています。再インストール方法については、Wikiを参照してください。" + }, + { + "ecode": "10018004", + "intro": "この印刷作業ではワイパータワーが有効になっておらず、さらにタイムラプスモードが「スムーズ」に設定されています。これにより、表面に欠陥が発生する可能性があります。続行しますか?" + }, + { + "ecode": "03008041", + "intro": "レーザープラットフォームの検出でタイムアウトが発生しました。プリンタを再起動してください。" + }, + { + "ecode": "03004067", + "intro": "キャリブレーション結果が閾値を超えています。" + }, + { + "ecode": "18008011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18078011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18038011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18018011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18058011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18068011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "18048011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "03004011", + "intro": "動的流量キャリブレーションに失敗しました。印刷またはキャリブレーションを再度開始してください。" + }, + { + "ecode": "18028011", + "intro": "AMS-HTのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "05008072", + "intro": "ライブビューカメラが遮られています。" + }, + { + "ecode": "05008083", + "intro": "マウントキャリブレーション中は材料を使用できません。プラットフォームから材料を取り外してください。" + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT AはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT FはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT Hはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT Aはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT Hはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "10014002", + "intro": "プリントシーケンスが「オブジェクト別」に設定されているため、タイムラプスは利用できません。" + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT Aがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT DはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT Dはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT Fはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1803C069", + "intro": "AMS-HT Dの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT CはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT Fのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT Gはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT Gがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT Aのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C069", + "intro": "AMS-HT Fの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT Hがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT Cはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT HはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT BはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1807C069", + "intro": "AMS-HT Hの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT Dのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT Bがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT Fはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT Cがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT Cのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT Eはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT EはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1806C069", + "intro": "AMS-HT Gの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT Eがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT Gはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1800C069", + "intro": "AMS-HT Aの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1802C069", + "intro": "AMS-HT Cの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT Bはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT Hのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1000C003", + "intro": "従来モードでタイムラプスを有効にすると、欠陥が発生する可能性があります。この機能は必要な場合にのみ有効にしてください。" + }, + { + "ecode": "1804C069", + "intro": "AMS-HT Eの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT Bのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT Fがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT Dがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT Aはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT Gのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1801C069", + "intro": "AMS-HT Bの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT Eのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT Dはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT Eはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT GはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT Cはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT Aはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "10014001", + "intro": "スライスプリセットでスパイラルベースモードが有効になっているため、タイムラプスはサポートされません。" + }, + { + "ecode": "0500806E", + "intro": "ベッドに異物が検出されました。ベッドを確認し、掃除してください。" + }, + { + "ecode": "05004004", + "intro": "デバイスが使用中です。現在のタスクが完了してから新しいタスクを送信してください。" + }, + { + "ecode": "0C004025", + "intro": "俯瞰カメラが汚れています。清掃してからプロセスを再開してください。" + }, + { + "ecode": "05008061", + "intro": "プリントプレートが検出されません。正しく配置されているか確認してください。" + }, + { + "ecode": "0701C06C", + "intro": "AMS Bはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0701C069", + "intro": "AMS Bの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "0700C06E", + "intro": "AMS Aのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0703C06C", + "intro": "AMS Dはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0703C069", + "intro": "AMS Dの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "0701C06B", + "intro": "AMS Bはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "0700C06C", + "intro": "AMS Aはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C069", + "intro": "AMS Cの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "0703C06B", + "intro": "AMS Dはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "03008054", + "intro": "印刷後カット用紙をセットしてください。" + }, + { + "ecode": "0703C06D", + "intro": "AMS Dがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0701C06D", + "intro": "AMS Bがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C06A", + "intro": "AMS CはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C06E", + "intro": "AMS Cのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C06C", + "intro": "AMS Cはフィードアシストモードです。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C06B", + "intro": "AMS Cはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "0700C06D", + "intro": "AMS Aがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0701C06A", + "intro": "AMS BはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0702C06D", + "intro": "AMS Cがフィラメント挿入を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "05008082", + "intro": "加工前に不透明光沢アクリルの保護フィルムを取り外してください。" + }, + { + "ecode": "0703C06A", + "intro": "AMS DはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0700C06B", + "intro": "AMS Aはフィラメント交換中のため、乾燥を開始できません。後ほどお試しください。" + }, + { + "ecode": "05008060", + "intro": "ツールヘッド上の現在のモジュールが要件を満たしていません。画面の指示に従ってモジュールを交換してください。" + }, + { + "ecode": "0700C069", + "intro": "AMS Aの乾燥中にエラーが発生しました。詳細についてはアシスタントをご確認ください。" + }, + { + "ecode": "0701C06E", + "intro": "AMS Bのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0700C06A", + "intro": "AMS AはRFIDを読み取っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "0703C06E", + "intro": "AMS Dのモーターが自己診断を行っています。乾燥を開始できませんので、後ほど再試行してください。" + }, + { + "ecode": "05008056", + "intro": "カットモジュールはインストールされていますが、レーザープラットフォームが検出されました。キャリブレーションのためにカットプラットフォームを設置してください。" + }, + { + "ecode": "0500C07F", + "intro": "デバイスは現在作業中のため、この操作を実行できません。続行するには、現在の作業を一時停止するか停止してください。" + }, + { + "ecode": "0C008016", + "intro": "異物検出が正しく機能していません。タスクを続行するか、アシスタントで解決策を確認してください。" + }, + { + "ecode": "07FF8001", + "intro": "フィラメントをカットできませんでした。カッターをご確認ください。" + }, + { + "ecode": "18FF8001", + "intro": "フィラメントをカットできませんでした。カッターをご確認ください。" + }, + { + "ecode": "07018016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "07048016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18028016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "07078016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18018016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18008016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "0C004021", + "intro": "俯瞰カメラのセットアップに失敗しました。プリンタを再起動してください。" + }, + { + "ecode": "0C004026", + "intro": "ライブビューカメラの初期化に失敗しました。プリンタを再起動してください。" + }, + { + "ecode": "07008016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。\n" + }, + { + "ecode": "07038016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "07028016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。\n" + }, + { + "ecode": "07068016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18048016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18068016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18078016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18038016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "07058016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "18058016", + "intro": "押出機が正常にフィラメントを押し出していません。トラブルシューティングについてはアシスタントをご参照ください。問題が許容範囲であれば、再開してください。" + }, + { + "ecode": "0C00402D", + "intro": "ツールヘッドカメラが正常に動作していません。デバイスを再起動してください。" + }, + { + "ecode": "07FF8004", + "intro": "フィラメントをAMSに引き戻せませんでした。フィラメントが絡まっているか、スプールが動かないかご確認ください。" + }, + { + "ecode": "0500805C", + "intro": "グリップカットマットの種類が一致していません。LightGripカットマットを置いてください。" + }, + { + "ecode": "05008059", + "intro": "カットプラットフォームの位置が一致していません。四隅がベッドと一致していることを確認してください。" + }, + { + "ecode": "0500806C", + "intro": "カットプラットフォームを正しく配置し、マーカーがが遮られていないことを確認してください。" + }, + { + "ecode": "07018013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "0500805A", + "intro": "カットマットをカッティング保護ベースに置いてください。" + }, + { + "ecode": "07068013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18038013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18008013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18048013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18028013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18058013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "07048013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "05008071", + "intro": "カッティングプラットフォームが検出されませんでした。正しく配置されていることを確認してください。" + }, + { + "ecode": "05008073", + "intro": "ベッドのリミットブロックが遮られているか汚れています。ベッドを清掃し、リミットブロックが正しく見えるようにしてください。リミットブロックが見えないと、プラットフォーム位置のオフセット検出が不正確になる可能性があります。" + }, + { + "ecode": "05008068", + "intro": "強力グリップカッティングマットを正しく配置し、マーカーが露出していることを確認してください。" + }, + { + "ecode": "0500807C", + "intro": "カッティングプラットフォーム(カッティング保護ベース+StrongGripカッティングマット)を設置してください。" + }, + { + "ecode": "05008067", + "intro": "カッティング保護ベースにLightGripカッティングマットを設置してください。" + }, + { + "ecode": "07008013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "07028013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "07038013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "0500806F", + "intro": "グリップカットマットの種類が一致していません。StrongGripカットマットを置いてください。" + }, + { + "ecode": "18068013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "07058013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "07078013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18018013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "18078013", + "intro": "古いフィラメントの排出はタイムアウトしました。フィラメントまたは押出機が詰まっているかをご確認ください。" + }, + { + "ecode": "03004052", + "intro": "ブレードZ軸の原点復帰が失敗しました。" + }, + { + "ecode": "05008058", + "intro": "ライトグリップカッティングマットを正しく配置し、マーカーが露出していることを確認してください。" + }, + { + "ecode": "0500807B", + "intro": "カッティングプラットフォーム(カッティング保護ベース+LightGripカッティングマット)を設置してください。" + }, + { + "ecode": "0C008018", + "intro": "異物検出機能が動作していません。タスクを続行するか、アシスタントを確認してトラブルシューティングを行ってください。" + }, + { + "ecode": "0500805B", + "intro": "カットマットの種類が不明です。正しいカットマットに交換してください。" + }, + { + "ecode": "03008064", + "intro": "筐体内部の温度が高すぎます。冷却のため、上部カバーと前面ドアを開けてください。この造形作業の開扉検出レベルは「通知」レベルに変更されます。" + }, + { + "ecode": "0C008017", + "intro": "プラットフォーム上に異物が検出されました。時間内に清掃をお願いします。" + }, + { + "ecode": "05008077", + "intro": "視覚マーカーが検出されませんでした。紙が正しく配置されていることを確認してください。" + }, + { + "ecode": "05008078", + "intro": "現在の材料はスライスファイルの設定と一致しません。正しい材料をロードし、材料のQRコードが破損していないか汚れていないことを確認してください。" + }, + { + "ecode": "0500403F", + "intro": "造形データのダウンロードに失敗しました。ネットワーク接続を確認してください。" + }, + { + "ecode": "0500403D", + "intro": "ツールヘッドモジュールがセットアップされていません。タスクを開始する前に設定してください。" + }, + { + "ecode": "0300400C", + "intro": "タスクはキャンセルされました。" + }, + { + "ecode": "05008051", + "intro": "検出されたビルドプレートがGコードファイルと一致しません。スライサー設定を調整するか、正しいプレートを使用してください。" + }, + { + "ecode": "18038017", + "intro": "AMS-HT Dは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "07078010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18048010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18038010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18028010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18008010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18018017", + "intro": "AMS-HT Bは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "18078010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18028017", + "intro": "AMS-HT Cは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "18008017", + "intro": "AMS-HT Aは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "07068011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "0C004027", + "intro": "ライブビューカメラのキャリブレーションに失敗しました。詳細はアシスタントを参照し、処理後にカメラの再キャリブレーションを行ってください。" + }, + { + "ecode": "07058010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18018010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18068010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "18058010", + "intro": "AMS-HTの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07048010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07068010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07078011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "07058011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "07048011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "0C008015", + "intro": "プリントベッドに物が検出されました。速やかに取り除いてください。" + }, + { + "ecode": "05024006", + "intro": "不明なモジュールが検出されました。ファームウェアを最新バージョンに更新してみてください。" + }, + { + "ecode": "07018017", + "intro": "AMS Bは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "07028017", + "intro": "AMS Cは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "03004013", + "intro": "AMSが乾燥中の場合、造形を開始することはできません。" + }, + { + "ecode": "07038017", + "intro": "AMS Dは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "07008017", + "intro": "AMS Aは現在乾燥中です。材料のロードやアンロードを行う前に、乾燥を停止してください。" + }, + { + "ecode": "07FFC003", + "intro": "フィラメントを引き出してください。このメッセージが続く場合は、押出機にフィラメントが残っているかご確認ください。(AMSを使用する場合は、PTFEチューブを接続してください。)" + }, + { + "ecode": "07FFC008", + "intro": "フィラメントを引き出してください。このメッセージが続く場合は、押出機にフィラメントが残っているかご確認ください。(AMSを使用する場合は、PTFEチューブを接続してください。)" + }, + { + "ecode": "0500405D", + "intro": "レーザーモジュールのシリアル番号エラーが発生しました。キャリブレーションやプロジェクト作成ができません。" + }, + { + "ecode": "0500805E", + "intro": "カットモジュールのシリアル番号エラーが発生しました。キャリブレーションやプロジェクト作成ができません。" + }, + { + "ecode": "0500C010", + "intro": "USBフラッシュドライブの読み書きエラーが発生しました。再挿入するか、交換してください。" + }, + { + "ecode": "0500402F", + "intro": "USBフラッシュドライブのセクターデータが破損しています。フォーマットしてください。それでも認識されない場合は、USBフラッシュドライブを交換してください。" + }, + { + "ecode": "05008053", + "intro": "造形中にノズルの不一致が検出されました。再スライスしてから造形を開始するか、正しいノズルに交換してから造形を続行してください。注意: ホットエンドの温度が高いです。" + }, + { + "ecode": "05024003", + "intro": "このプリンタは現在作業中のため、動作精度向上機能を有効にすることはできません。" + }, + { + "ecode": "05024005", + "intro": "AMSはまだキャリブレーションされていないため、印刷を開始することができません。" + }, + { + "ecode": "07FF8003", + "intro": "フィラメントを引き出してください。このメッセージが続く場合は、押出機にフィラメントが残っているかご確認ください。(AMSを使用する場合は、PTFEチューブを接続してください。)" + }, + { + "ecode": "03008049", + "intro": "現在のプレートは無効です。" + }, + { + "ecode": "05004008", + "intro": "造形を開始できませんでした。プリンタを再起動して再試行してください。" + }, + { + "ecode": "0500400B", + "intro": "ファイルのダウンロード中に問題が発生しました。ネットワーク接続を確認して、再試行してください。" + }, + { + "ecode": "05004018", + "intro": "バインディング設定情報の解析に失敗しました。もう一度お試しください。" + }, + { + "ecode": "0500402C", + "intro": "IP アドレスを取得できませんでした。ワイヤレス干渉によるデータ転送の失敗、またはルーターのDHCPアドレスプールが満杯である可能性があります。プリンタをルーターに近づけて再試行してください。それでも解決しない場合は、ルーターの設定を確認し、IPアドレスが適切に割り当てられているかご確認ください。" + }, + { + "ecode": "0500400A", + "intro": "指定されたファイル名には対応していません。ファイル名を変更してから再試行してください。" + }, + { + "ecode": "0500400D", + "intro": "セルフテストを実行して、再開してください。" + }, + { + "ecode": "0501401A", + "intro": "クラウドにアクセスできません。インターネット接続が切れているか、ルーターのファイアウォール設定に制限がある可能性があります。プリンターをルーターに近づけるか、ルーターの設定を確認して再試行してください。" + }, + { + "ecode": "05014033", + "intro": "お使いのアプリの地域設定がプリンタと一致しません。対応する地域のアプリをダウンロードし、アカウントを再登録してください。" + }, + { + "ecode": "0500402D", + "intro": "システムに異常が検出されました。" + }, + { + "ecode": "03008047", + "intro": "クイックリリースレバーの検出がタイムアウトしました。プリンタを再起動してください。" + }, + { + "ecode": "03008008", + "intro": "ノズル温度に異常が検出されました。" + }, + { + "ecode": "03008009", + "intro": "ベット温度に異常が検出されました。" + }, + { + "ecode": "05004002", + "intro": "指定されたファイルのパスまたはファイル名には対応していません。造形ファイルを再送信してください。" + }, + { + "ecode": "05004006", + "intro": "空き容量が不足しています。初期化して空き容量を確保してください。" + }, + { + "ecode": "05014039", + "intro": "デバイスのログインが期限切れになりました。再度紐付けをお試しください。" + }, + { + "ecode": "03008046", + "intro": "異物検出がタイムアウトしました。プリンタを再起動してください。" + }, + { + "ecode": "03008062", + "intro": "筐体内部の温度が高すぎます。環境温度が高いためかもしれません。" + }, + { + "ecode": "03008045", + "intro": "材料検出がタイムアウトしました。プリンタを再起動してください。" + }, + { + "ecode": "0300800C", + "intro": "スキップした工程が検出されましたが、自動回復が完了しました。造形を再開し、積層にずれが発生していないかご確認ください。" + }, + { + "ecode": "0500401A", + "intro": "クラウドにアクセスできません。インターネット接続が切れているか、ルーターのファイアウォール設定に制限がある可能性があります。プリンターをルーターに近づけるか、ルーターの設定を確認して再試行してください。" + }, + { + "ecode": "05014018", + "intro": "バインディング設定情報の解析に失敗しました。もう一度お試しください。" + }, + { + "ecode": "0300400F", + "intro": "電源供給の電圧がプリンタに適合していません。" + }, + { + "ecode": "05024004", + "intro": "現在のデバイスでは一部の機能がサポートされていません。スタジオの機能設定を確認するか、ファームウェアを最新バージョンに更新してください。" + }, + { + "ecode": "0500806D", + "intro": "材料が検出されません。配置を確認し、続行してください。" + }, + { + "ecode": "0C004022", + "intro": "俯瞰カメラの設定に失敗しました。レーザーモジュールが正常に動作しているか確認してください。" + }, + { + "ecode": "0300801D", + "intro": "押出機サーボモーター位置センサーに異常があります。プリンタの電源をオフにし、接続ケーブルが緩んでいないか確認してください。" + }, + { + "ecode": "07038002", + "intro": "カッターが動かなくなりました。カッターハンドルを引いて、「再試行」ボタンをタップしてください。" + }, + { + "ecode": "0C00403D", + "intro": "ビジョンエンコーダープレートが検出されませんでした。ベッドに正しく配置されていることを確認してください。" + }, + { + "ecode": "07028002", + "intro": "カッターが動かなくなりました。カッターハンドルを引いて、「再試行」ボタンをタップしてください。" + }, + { + "ecode": "07018002", + "intro": "カッターが動かなくなりました。カッターハンドルを引いて、「再試行」ボタンをタップしてください。" + }, + { + "ecode": "0C00C004", + "intro": "スパゲッティエラーが検出されました。" + }, + { + "ecode": "05004043", + "intro": "電力の制限により、作業中に乾燥のためにデバイスの電力を使用できるAMSは1台のみです。" + }, + { + "ecode": "05004052", + "intro": "ホットエンドにエラーが検出されました。" + }, + { + "ecode": "05004050", + "intro": "プリントボードにエラーが検出されました。" + }, + { + "ecode": "03004068", + "intro": "動作精度向上の過程でステップロスが発生しました。もう一度お試しください。" + }, + { + "ecode": "05004054", + "intro": "マットにエラーが検出されました。" + }, + { + "ecode": "0500403E", + "intro": "現在のツールヘッドは初期化をサポートしていません。" + }, + { + "ecode": "03004066", + "intro": "動作精度のキャリブレーションに失敗しました。" + }, + { + "ecode": "0C00C006", + "intro": "廃棄フィラメントが廃棄シュート内に蓄積している可能性があります。" + }, + { + "ecode": "03008063", + "intro": "筐体内部の温度が高すぎます。冷却のため、上部カバーと前面ドアを開けてください。" + }, + { + "ecode": "0C00800B", + "intro": "ベッド マーカーが検出されませんでした。周りの物を取り除き、マットを外してください。マーカーが遮られていないことを確認してください。" + }, + { + "ecode": "0C004029", + "intro": "材料が検出されません。配置を確認し、続行してください。" + }, + { + "ecode": "0C008005", + "intro": "廃棄フィラメントの蓄積により、ツールヘッドが障害物にぶつかることがあります。" + }, + { + "ecode": "0C008033", + "intro": "クイックリリースレバーがロックされていません。下に押し込んで固定してください。" + }, + { + "ecode": "0C008009", + "intro": "プレートのマーカーが見つかりませんでした。" + }, + { + "ecode": "1000C001", + "intro": "ベッド温度がフィラメントの軟化温度より高いです、ノズル詰まりが発生する可能性があります。ベッド温度を下げるか、プリンタのドアを開けてください。" + }, + { + "ecode": "1000C002", + "intro": "フィラメントに必要なノズル硬度は、プリンターのノズル硬度よりも高いです。強化したノズル、もしくはフィラメントを交換してください。そうしないと、ノズルが過度な磨耗や損傷になります。" + }, + { + "ecode": "07038010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07038011", + "intro": "フィラメントがなくなりました。新しいフィラメントをロードしてください。" + }, + { + "ecode": "07FF8006", + "intro": "フィラメントをPTFEチューブに最後まで送り込んでください。" + }, + { + "ecode": "07FFC006", + "intro": "フィラメントをPTFEチューブに最後まで送り込んでください。" + }, + { + "ecode": "07FFC009", + "intro": "フィラメントをPTFEチューブに最後まで送り込んでください。" + }, + { + "ecode": "07028010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07028011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "07018010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "07018011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "07008011", + "intro": "AMSのフィラメントが切れました。同じスロットに新しいフィラメントをセットしてください。" + }, + { + "ecode": "07008002", + "intro": "カッターが動かなくなりました。カッターハンドルを引いて、「再試行」ボタンをタップしてください。" + }, + { + "ecode": "07008010", + "intro": "AMSの補助モーターが過負荷状態です。フィラメントが絡んでいるか、スプールが詰まっている可能性があります。" + }, + { + "ecode": "0501401D", + "intro": "クラウド アクセスに失敗しました。干渉によるネットワークの不安定が原因のようです。プリンターをルーターの近くに移動して再試行してください。" + }, + { + "ecode": "0501401F", + "intro": "認証がタイムアウトしました。Bambu Studio/Bambu Handy がインターネットに接続されていることを確認してください。" + }, + { + "ecode": "05014021", + "intro": "クラウド アクセスに失敗しました。干渉によるネットワークの不安定が原因のようです。プリンターをルーターの近くに移動して再試行してください。" + }, + { + "ecode": "05014024", + "intro": "クラウドにアクセスできません。インターネット接続が切れているか、ルーターのファイアウォール設定に制限がある可能性があります。プリンターをルーターに近づけるか、ルーターの設定を確認して再試行してください。" + }, + { + "ecode": "05014027", + "intro": "クラウドアクセスに失敗しました。干渉によりネットワークが不安定になっているようです。プリンターをルーターの近くに移動してもう一度お試してみてください。" + }, + { + "ecode": "05014031", + "intro": "デバイス紐付けが実行中のため、QR コードが表示できません。紐付け後、或いはHandy/Studio でのヒム付を中止して、QR コードをスキャンして紐付けを再試行できます。" + }, + { + "ecode": "05014032", + "intro": "QR コードでの紐付けが実行中のため、デバイス検出が実行できません。QR コードをスキャンして紐づけるか、QR コード表示ページを閉じてデバイス検出紐付けを試してください。" + }, + { + "ecode": "05014034", + "intro": "スライスの進行状況が長期間更新されておらず、印刷タスクが終了しました。パラメータを確認して、印刷を再開してください。" + }, + { + "ecode": "05014035", + "intro": "デバイスは紐付け中のため、新しい紐付けリクエストに応答できません。" + }, + { + "ecode": "05024001", + "intro": "使用中のフィラメントがこの造形に使用されます。設定は変更できません。" + }, + { + "ecode": "05004001", + "intro": "Bambu Cloudへの接続に失敗しました。ネットワーク接続を確認してください。" + }, + { + "ecode": "05004003", + "intro": "造形ファイルを解析できませんでした、ファイルを再送してください。" + }, + { + "ecode": "05004005", + "intro": "ファームウェアの更新中には、造形ファイルが受信できません。" + }, + { + "ecode": "05004009", + "intro": "ログの更新中には、造形ファイルが受信できません。" + }, + { + "ecode": "0500400E", + "intro": "造形作業はキャンセルされました。" + }, + { + "ecode": "05004014", + "intro": "スライスプロセスが失敗しました、設定値をご確認の上、再試行してください" + }, + { + "ecode": "05004017", + "intro": "紐付け失敗しました、再試行するか、プリンターを再起動してください。" + }, + { + "ecode": "05004019", + "intro": "このプリンターが既に紐づけられています、紐付け解除してけら再試行してください。" + }, + { + "ecode": "0500401D", + "intro": "クラウド アクセスに失敗しました。干渉によるネットワークの不安定が原因のようです。プリンターをルーターの近くに移動して再試行してください。" + }, + { + "ecode": "0500401F", + "intro": "認証がタイムアウトしました。Bambu Studio/Bambu Handy がインターネットに接続されていることを確認してください。" + }, + { + "ecode": "05004021", + "intro": "クラウド アクセスに失敗しました。干渉によるネットワークの不安定が原因のようです。プリンターをルーターの近くに移動して再試行してください。" + }, + { + "ecode": "05004024", + "intro": "クラウドにアクセスできません。インターネット接続が切れているか、ルーターのファイアウォール設定に制限がある可能性があります。プリンターをルーターに近づけるか、ルーターの設定を確認して再試行してください。" + }, + { + "ecode": "05004027", + "intro": "クラウドアクセスに失敗しました。干渉によりネットワークが不安定になっているようです。プリンターをルーターの近くに移動してもう一度お試してみてください。" + }, + { + "ecode": "0500402A", + "intro": "AP/ルーターに接続できませんでした。ワイヤレス干渉か、ルーターから離れすぎている可能性があります。もう一度試すか、プリンターをルーターの近くに移動してやり直してください。" + }, + { + "ecode": "0500402B", + "intro": "パスワードが正しくないため、ルーター接続に失敗しました。パスワードを確認して、もう一度試してください。" + }, + { + "ecode": "05004037", + "intro": "造形ファイルは現在のプリンタ型番と互換性がないため造形できません。" + }, + { + "ecode": "05004038", + "intro": "造形ファイルのノズル径が現在のノズル設定と一致していないため、造形できません。" + }, + { + "ecode": "05008013", + "intro": "造形ファイルがアクセスできませんでした、ファイルが削除されたかどうかご確認ください。" + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "造形ファイルはプリンタ型番と一致していません。続行しますか?" + }, + { + "ecode": "05014017", + "intro": "紐付け失敗しました、再試行するか、プリンターを再起動してください。" + }, + { + "ecode": "05014019", + "intro": "このプリンターが既に紐づけられています、紐付け解除してけら再試行してください。" + }, + { + "ecode": "03004001", + "intro": "ノズルが冷えるまで待つのがタイムアウトしました。" + }, + { + "ecode": "03004005", + "intro": "冷却ファンの回転速度は異常があります。" + }, + { + "ecode": "03004006", + "intro": "ノズルが詰まっています。" + }, + { + "ecode": "03004009", + "intro": "XY軸の原点復帰は失敗しました。" + }, + { + "ecode": "0300400A", + "intro": "共振周波数測定は失敗しました。" + }, + { + "ecode": "0300400D", + "intro": "造形再開が失敗しました。" + }, + { + "ecode": "0300400E", + "intro": "モーターのセルフチェックが失敗しました。" + }, + { + "ecode": "03008003", + "intro": "スパゲティの欠陥が検出されました。問題が許容範囲内であれば、[再開] をタップして造形を再開します。 " + }, + { + "ecode": "03008005", + "intro": "ヘッドカバーが脱落しました。カバーを装着し「再開」をタップして造形を再開してください。" + }, + { + "ecode": "03008007", + "intro": "前回プリンタの電源を切ったときに、造形が未完了でした。再開するには、「再開」をタップしてください。" + }, + { + "ecode": "0300800E", + "intro": "造形ファイルがアクセスできませんでした、ファイルが削除されたかどうかご確認ください。" + }, + { + "ecode": "0300800F", + "intro": "ドアが開いた為一時停止されました。" + }, + { + "ecode": "03008010", + "intro": "冷却ファンの回転速度は異常があります。" + }, + { + "ecode": "03008013", + "intro": "ユーザにより造形が一時停止されました。 「再開」をタップし、造形を再開できます。" + }, + { + "ecode": "03008018", + "intro": "チャンバー温度の不具合" + }, + { + "ecode": "03008019", + "intro": "ビルドプレートは配置されていません。" + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_ko_22E.json b/resources/hms/hms_ko_22E.json new file mode 100644 index 0000000000..643f8461c1 --- /dev/null +++ b/resources/hms/hms_ko_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "ko": [ + { + "ecode": "0300020000010008", + "intro": "압출기 노즐 온도가 비정상이며 설정 값에 도달할 수 없습니다. 이는 부적절하게 설치된 노즐 실리콘 양말 때문일 수 있습니다." + }, + { + "ecode": "030018000001000D", + "intro": "노즐 뭉침 감지 보정에 실패했습니다. 노즐에 과도한 힘이 감지되었습니다. 노즐이 올바르게 설치되었는지 확인하십시오." + }, + { + "ecode": "030018000001000E", + "intro": "노즐 뭉침 감지 보정에 실패했습니다. 노즐이 구멍의 내벽에 닿지 않았습니다. 노즐과 히트베드의 후우측 강판 구멍을 청소해주세요." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "압출기가 비정상적으로 압출되고 있습니다. 압출기가 막혔거나, 필라멘트가 너무 가늘어서 압출기가 미끄러지거나, 외부에 장착된 필라멘트가 엉켰을 수 있습니다." + }, + { + "ecode": "0300090000020004", + "intro": "압출 저항이 비정상입니다. 압출기가 막혔거나, 툴헤드에 필라멘트가 끼었거나, 외부 장착된 필라멘트가 엉켰을 수 있습니다." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "왼쪽 보조 부품 냉각 팬 속도가 느립니다. 고착되어 청소가 필요할 수 있습니다." + }, + { + "ecode": "03003A0000020002", + "intro": "왼쪽 보조 부품 냉각 팬 속도가 느립니다. 고착되어 청소가 필요할 수 있습니다." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "타임랩스 키트 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 재시작해 주세요." + }, + { + "ecode": "0C0003000003001A", + "intro": "이물질 감지 실패, 수동 중단(예: \"중지\" 클릭)으로 인해 발생했을 수 있습니다. 그렇지 않은 경우 프린터를 재시작하거나 펌웨어를 업데이트해 보세요." + }, + { + "ecode": "0501040000030002", + "intro": "나사봉에 즉시 윤활이 필요합니다." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "압출기 압출 힘 센서 데이터에서 이상 점프가 감지되었으며, 센서 접촉 불량 또는 고장 센서로 인한 가능성이 있습니다." + }, + { + "ecode": "0300910000010008", + "intro": "챔버 히터 1이 목표 온도까지 도달하지 못했습니다." + }, + { + "ecode": "0C00030000020015", + "intro": "이물질 감지가 작동하지 않습니다.라이브 뷰 카메라가 교체된 것을 감지했습니다. 커팅 모듈이 설치된 경우 모듈을 제거하고 프린터 화면에서 “설정>교정”을 탭한 다음 라이브 뷰 카메라를 다시 보정하십시오." + }, + { + "ecode": "0C00030000020014", + "intro": "이물질 감지 정확도가 떨어졌습니다. 이 문제가 자주 발생하는 경우 라이브 뷰 카메라 교정(프린터 화면의 \"설정\" > \"교정\")을 수행합니다. 절단 모듈이 설치된 경우 계속하기 전에 제거하십시오." + }, + { + "ecode": "0C00030000020012", + "intro": "이물질 감지가 작동하지 않습니다. 라이브 뷰 카메라는 교정이 필요합니다.프린터 화면에서 “설정 > 교정”을 탭하십시오. 커팅 모듈이 설치된 경우, 교정 전에 커팅 모듈을 제거하십시오." + }, + { + "ecode": "0501040000030003", + "intro": "선형 로드는 지금 청소와 윤활이 필요합니다." + }, + { + "ecode": "0300180000030009", + "intro": "처음으로 고온 히트베드 출력이 수행됩니다. 더 나은 첫 레이어 출력 품질을 얻기 위해 고온 히트베드 보정이 자동으로 수행됩니다." + }, + { + "ecode": "03002D0000030009", + "intro": "처음으로 고온 히트베드 출력이 수행됩니다. 더 나은 첫 레이어 출력 품질을 얻기 위해 고온 히트베드 보정이 자동으로 수행됩니다." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "가열 베드 수평 조절에 실패했습니다. 베드에 이물질이 있거나 베드 가 기울어져 있을 수 있습니다. 계속 출력하면 빌드 플레이트가 손상될 수 있습니다. 다시 시도하기 전에 이물질을 제거하거나 수동으로 베드 수평을 조절하세요." + }, + { + "ecode": "0500030000020055", + "intro": "사용자 정보가 만료되었습니다. 다시 로그인해 주세요." + }, + { + "ecode": "0300290000010001", + "intro": "비전 엔코더 패턴을 인식할 수 없습니다. 가능한 원인으로는 비전 엔코더 패턴 왜곡, 빛 과다 노출, 플레이트 위치 오류 등이 있습니다." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "03002B0000020001", + "intro": "에어 도어 보정에 실패했습니다. 댐퍼를 막고 있는 이물질이 있는지 확인하세요." + }, + { + "ecode": "0701900000010004", + "intro": "AMS B 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0707910000010004", + "intro": "AMS H 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1803900000010004", + "intro": "AMS-HT D 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1807910000010004", + "intro": "AMS-HT H 배기 밸브 2의 전류 센서가 비정상적입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1800910000010004", + "intro": "AMS-HT A 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1800900000010004", + "intro": "AMS-HT A 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0704900000010004", + "intro": "AMS E 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1803910000010004", + "intro": "AMS-HT D 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0705900000010004", + "intro": "AMS F 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1805900000010004", + "intro": "AMS-HT F 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0706900000010004", + "intro": "AMS G 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1804900000010004", + "intro": "AMS-HT E 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0707900000010004", + "intro": "AMS H 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1802900000010004", + "intro": "AMS-HT C 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1805910000010004", + "intro": "AMS-HT F 배기 밸브 2의 전류 센서가 비정상적입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1804910000010004", + "intro": "AMS-HT E 배기 밸브 2의 전류 센서가 비정상적입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1806900000010004", + "intro": "AMS-HT G 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0700910000010004", + "intro": "AMS A 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0702900000010004", + "intro": "AMS C 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0706910000010004", + "intro": "AMS G 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0701910000010004", + "intro": "AMS B 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1801910000010004", + "intro": "AMS-HT B 배기 밸브 2의 전류 센서가 비정상적입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1806910000010004", + "intro": "AMS-HT G 배기 밸브 2의 전류 센서가 비정상적입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0703910000010004", + "intro": "AMS D 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0700900000010004", + "intro": "AMS A 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0704910000010004", + "intro": "AMS E 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0705910000010004", + "intro": "AMS F 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0702910000010004", + "intro": "AMS C 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "0703900000010004", + "intro": "AMS D 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS 메인보드를 교체하세요." + }, + { + "ecode": "1801900000010004", + "intro": "AMS-HT B 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1807900000010004", + "intro": "AMS-HT H 배기 밸브 1의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "1802910000010004", + "intro": "AMS-HT C 배기 밸브 2의 전류 센서가 비정상입니다. 고객 지원팀에 문의하여 AMS-HT 메인보드를 교체하세요." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0300320000010001", + "intro": "오른쪽(보조 구성품 냉각-여과) 팬 속도가 너무 느리거나 멈췄습니다. 팬이 멈췄거나 커넥터가 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0300320000010002", + "intro": "오른쪽(보조 부품 냉각-필터) 팬 속도가 느립니다. 팬이 막혀 청소가 필요할 수 있습니다." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C는 로드/출력 중 건조를 위해 프린터 전력을 사용합니다. 더 나은 건조 성능을 위해 전원 어댑터를 연결하십시오." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F 온도 조절 오차가 너무 큰데, 덮개가 열려 있거나 히터에 이상이 있을 수 있습니다." + }, + { + "ecode": "0500060000020001", + "intro": "툴헤드 카메라가 제자리에 없습니다. 하드웨어 연결을 확인하세요." + }, + { + "ecode": "0700610000020001", + "intro": "AMS A 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0701610000020001", + "intro": "AMS B 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0701620000020001", + "intro": "AMS B 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0701630000020001", + "intro": "AMS B 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0702600000020001", + "intro": "AMS C 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0707620000020001", + "intro": "AMS H 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0707630000020001", + "intro": "AMS H 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0705630000020001", + "intro": "AMS F 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0704600000020001", + "intro": "AMS E 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0707600000020001", + "intro": "AMS H 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0706600000020001", + "intro": "AMS G 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0706630000020001", + "intro": "AMS G 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0300180000010005", + "intro": "Z축 모터 회전이 방해받고 있습니다. Z 슬라이더 또는 Z 타이밍 풀리에 이물질이 끼어 있는지 확인하세요. 또한, 주변 구조물과의 충돌을 방지하기 위해 빌드 플레이트가 올바르게 배치되었는지 확인하세요." + }, + { + "ecode": "0700600000020001", + "intro": "AMS A 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0700620000020001", + "intro": "AMS A 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0700630000020001", + "intro": "AMS A 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0701600000020001", + "intro": "AMS B 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0702610000020001", + "intro": "AMS C 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0702620000020001", + "intro": "AMS C 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0702630000020001", + "intro": "AMS C 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0703600000020001", + "intro": "AMS D 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0703610000020001", + "intro": "AMS D 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0703620000020001", + "intro": "AMS D 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0703630000020001", + "intro": "AMS D 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0706620000020001", + "intro": "AMS G 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 막혔을 수 있습니다." + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0705610000020001", + "intro": "AMS F 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0704620000020001", + "intro": "AMS E 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0704630000020001", + "intro": "AMS E 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 막혔을 수 있습니다." + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0706610000020001", + "intro": "AMS G 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0705620000020001", + "intro": "AMS F 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H 슬롯 4에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0707610000020001", + "intro": "AMS H 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 막혔을 수 있습니다." + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B 슬롯 3에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0705600000020001", + "intro": "AMS F 슬롯 1에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "0704610000020001", + "intro": "AMS E 슬롯 2에 과부하가 걸렸습니다. 필라멘트가 엉키거나 필라멘트 버퍼가 걸렸을 수 있습니다." + }, + { + "ecode": "050003000002000E", + "intro": "일부 모듈은 프린터의 펌웨어 버전과 호환되지 않아 사용에 영향을 줄 수 있습니다. 인터넷에 연결한 후 \"펌웨어\" 페이지로 이동하여 업데이트하거나 위키에 따라 오프라인으로 업데이트할 수 있습니다." + }, + { + "ecode": "0500050000010007", + "intro": "MQTT 명령 확인에 실패했습니다. Studio(네트워크 플러그인 포함) 또는 Handy를 최신 버전으로 업데이트한 다음 소프트웨어를 다시 시작하고 다시 시도하십시오." + }, + { + "ecode": "0300A80000010001", + "intro": "AMS 손상 또는 AMS 인터페이스의 단락 또는 너무 많은 AMS 연결로 인한 AMS 전원 공급 장치 이상일 수 있습니다. 올바르게 연결되어 있는지 확인하세요." + }, + { + "ecode": "030018000001000B", + "intro": "노즐 존재 감지 실패: 노즐이 설치되지 않았거나 잘못 설치되었습니다." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A 슬롯 2 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A에서 필라멘트 로딩 중 PTFE 튜브 파손을 감지했습니다. AMS 내부와 외부의 PTFE 튜브가 빠지거나 손상되었는지 확인해 주세요." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하십시오." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G 슬롯 1의 이송 저항이 너무 높습니다. 이송 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F 슬롯 1 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A에서 필라멘트 로딩 중 PTFE 튜브 파손을 감지했습니다. AMS 내부와 외부의 PTFE 튜브가 빠지거나 손상되었는지 확인해 주세요." + }, + { + "ecode": "07FFA00000020001", + "intro": "노즐 저온 당기기 프로세스가 시간이 초과되었습니다. \"다시 시도\"를 클릭한 다음 필라멘트를 수동으로 빼내세요." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D는 필라멘트 로딩 중 PTFE 튜브의 파손을 감지했습니다. AMS 내부 및 외부의 PTFE 튜브가 떨어지거나 손상되었는지 확인하십시오." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H 슬롯 1 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F 슬롯 2 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D 슬롯 4 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E 슬롯 3 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H 슬롯 3 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A 슬롯 4 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F 슬롯 4 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G 슬롯 2 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F 슬롯 4 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B 슬롯 2 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G 슬롯 1 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F 슬롯 3 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C 슬롯 2 공급 장치 모터가 정지되어 스풀을 회전할 수 없습니다." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E 슬롯 3 보조 모터가 미끄러졌습니다. 필라멘트를 빼내고 마모된 부분을 잘라낸 후 다시 시도하십시오." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C 슬롯 1 필라멘트 주행 거리계에 신호가 없는데, 이는 주행 거리계 커넥터의 접촉 불량 또는 주행 거리계 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B 슬롯 1 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E 슬롯 4 공급 장치 모터에 신호가 없는데, 이는 모터 커넥터의 접촉 불량이나 모터 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E 슬롯 2 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D 슬롯 3 필라멘트 센서 상태가 비정상적이며, 이는 AMS 내부의 필라멘트 파손으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C 슬롯 3의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B 슬롯 4의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C 슬롯 1의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D 슬롯 2의 공급 저항이 너무 높습니다. 공급 저항을 줄이고, 스풀의 회전 저항을 낮추고, 필라멘트 튜브가 너무 길거나 과도하게 구부러지지 않도록 주의하세요." + }, + { + "ecode": "18FF700000020008", + "intro": "AMS 매핑 테이블을 가져오는 데 실패했습니다. 다시 시도하려면 '다시 시작'을 선택하세요." + }, + { + "ecode": "07FF700000020008", + "intro": "AMS 매핑 테이블을 가져오는 데 실패했습니다. 다시 시도하려면 '다시 시작'을 선택하세요." + }, + { + "ecode": "07FE700000020008", + "intro": "AMS 매핑 테이블을 가져오는 데 실패했습니다. 다시 시도하려면 '다시 시작'을 선택하세요." + }, + { + "ecode": "18FE700000020008", + "intro": "AMS 매핑 테이블을 가져오는 데 실패했습니다. 다시 시도하려면 '다시 시작'을 선택하세요." + }, + { + "ecode": "03002C0000010001", + "intro": "히트베드 아래에 장애물이 감지되었습니다. 제대로 출력하려면 제거하세요." + }, + { + "ecode": "0300930000010006", + "intro": "챔버 온도가 비정상적입니다. 공기 흡입구의 챔버 온도 센서가 단선되었을 수 있습니다." + }, + { + "ecode": "0300930000010005", + "intro": "챔버 온도가 비정상입니다. 챔버 온도 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "0700400000020001", + "intro": "AMS 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT 필라멘트 버퍼 위치 신호가 손실됨: 케이블 또는 위치 센서가 오작동할 수 있습니다." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "050003000001000E", + "intro": "일부 외부 모듈은 프린터의 펌웨어 버전과 호환되지 않아 정상 작동에 영향을 미칠 수 있습니다. 인터넷에 연결된 상태에서 “펌웨어” 페이지로 이동하여 업그레이드하십시오." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H 필라멘트 버퍼 위치 신호 손실: 케이블 또는 위치 센서가 오작동하는 것일 수 있습니다." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D 배기 밸브 1의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A 배기 밸브 2의 코일 저항이 비정상이며, 이는 배선 이상이나 손상으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A 슬롯 2: AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D 슬롯 4 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C 슬롯 3 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D 슬롯 2 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G 슬롯 1 AMS 내부의 튜브가 파손되었거나 피드 아웃 홀 센서에 결함이 있어 필라멘트를 감지할 수 없습니다." + }, + { + "ecode": "0C00040000020026", + "intro": "라이브 뷰 카메라 초기화에 실패했으며 스파게티 감지와 같은 일부 AI 기능이 비활성화됩니다. 프린터를 다시 시작하십시오. 문제가 지속되면 고객 지원에 문의하십시오." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "전망 카메라가 없습니다. 하드웨어 연결을 확인하십시오." + }, + { + "ecode": "0C0003000002001C", + "intro": "노즐이 막혔거나 막힌 이물질로 덮여 있는 것 같습니다." + }, + { + "ecode": "030001000003000F", + "intro": "현재 챔버 온도가 높고 히트베드가 천천히 식고 있습니다. 냉각 속도를 높이려면 상단 덮개나 정문은 여는 것이 좋습니다." + }, + { + "ecode": "0300930000010004", + "intro": "챔버 온도가 비정상입니다. 공기 배출구에 있는 챔버 히터의 온도 센서에 열린 회로가 있을 수 있습니다." + }, + { + "ecode": "0500030000010004", + "intro": "필라멘트 버퍼 모듈에 문제가 있습니다. 장치를 다시 시작하세요." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0502040000010044", + "intro": "AMS C의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0503040000010044", + "intro": "AMS D의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0501040000010044", + "intro": "AMS B의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0500040000010044", + "intro": "AMS A의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D 인증에 실패했습니다. 케이블을 다시 연결하거나 프린터를 다시 시작하십시오." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G 전원 어댑터 전압이 너무 낮아 건조 온도가 충분하지 않을 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G 전원 어댑터 전압이 너무 높아 히터 회로가 손상될 수 있습니다. 전원 어댑터를 교체하세요." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "장치가 오작동했습니다. 다시 시작하십시오." + }, + { + "ecode": "0C00040000030018", + "intro": "절단 칼날 오프셋 보정에 실패했습니다. 절단 정확도에 영향을 미칠 수 있습니다. Wiki에서 칼날 끝이 마모되었는지 확인하세요." + }, + { + "ecode": "0C00040000020023", + "intro": "두께 측정에 실패하여 툴헤드 카메라가 재료 표면을 감지하지 못했습니다." + }, + { + "ecode": "0500040000020043", + "intro": "툴헤드 카메라가 더럽거나 막혀 있습니다. 청소하고 계속하세요." + }, + { + "ecode": "03000F0000010001", + "intro": "비정상적인 가속도계 데이터가 감지되었습니다. 프린터를 다시 시작해 보십시오." + }, + { + "ecode": "0500020000020008", + "intro": "시간 동기화 실패" + }, + { + "ecode": "1806930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT G 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1806920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT G 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0707920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS H 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0705920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS F 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0701930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS B 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0704930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS E 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0505050000010010", + "intro": "AMS F의 펌웨어가 프린터와 일치하지 않습니다. “펌웨어” 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0501050000010010", + "intro": "AMS B의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0507050000010010", + "intro": "AMS H의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "050005000001000F", + "intro": "보조품 펌웨어가 프린터와 일치하지 않습니다. “펌웨어” 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0502050000010010", + "intro": "AMS C의 펌웨어가 프린터와 일치하지 않습니다. “펌웨어” 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0504050000010010", + "intro": "AMS E의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0503050000010010", + "intro": "AMS D의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0706930000020003", + "intro": "전원 어댑터가 연결되지 않아 AMS G 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1807920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT H 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1800920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT A 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0706920000020003", + "intro": "전원 어댑터가 연결되지 않아 AMS G 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0702920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS C 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1801920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT B 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0704920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS E 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1805920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT F 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1804920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT E 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0703930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS D 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1804930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT E 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0707930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS H 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1807930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT H 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0703920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS D 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0700930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS A 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1805930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT F 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0702930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS C 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1802920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT C 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1803930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT D 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1803920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT D 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1800930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT A 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0705930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS F 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0701920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS B 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0700920000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS A 히터 1 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1802930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT C 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "1801930000020003", + "intro": "전원 어댑터가 연결되어 있지 않아 AMS-HT B 히터 2 냉각 팬을 시작할 수 없습니다." + }, + { + "ecode": "0500050000010010", + "intro": "AMS A의 펌웨어가 프린터와 일치하지 않습니다. “펌웨어” 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B의 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0500040000020034", + "intro": "레이저 모듈이 처음으로 감지되었습니다.정확한 절단 및 제판을 위해 사용하기 전에 설정 (~4분) 을 완료하십시오. 또한 공기 펌프를 고정하는 뒷면의 H2.0 나사가 제거되었는지 확인하십시오." + }, + { + "ecode": "1804200000010084", + "intro": "AMS-HT E 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1802210000010081", + "intro": "AMS-HT C 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1803230000010081", + "intro": "AMS-HT D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1804200000010081", + "intro": "AMS-HT E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0700230000010084", + "intro": "AMS A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1804200000010083", + "intro": "AMS-HT E 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706220000010086", + "intro": "AMS G 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0701230000010086", + "intro": "AMS B 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803230000010083", + "intro": "AMS-HT D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0701210000010086", + "intro": "AMS B 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0702220000010085", + "intro": "AMS C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802220000010086", + "intro": "AMS-HT C 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0705220000010086", + "intro": "AMS F 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1807200000010084", + "intro": "AMS-HT H 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0705230000010086", + "intro": "AMS F 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806200000010085", + "intro": "AMS-HT G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707200000010083", + "intro": "AMS H 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0704210000010084", + "intro": "AMS E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0706220000010083", + "intro": "AMS G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0701220000010082", + "intro": "AMS B 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806200000010086", + "intro": "AMS-HT G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1807220000010081", + "intro": "AMS-HT H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0703230000010081", + "intro": "AMS D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1806200000010081", + "intro": "AMS-HT G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1801210000010081", + "intro": "AMS-HT B 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0703210000010082", + "intro": "AMS D 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703210000010085", + "intro": "AMS D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700220000010084", + "intro": "AMS A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703200000010081", + "intro": "AMS D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1804210000010084", + "intro": "AMS-HT E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1807200000010081", + "intro": "AMS-HT H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1804220000010086", + "intro": "AMS-HT E 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0703230000010083", + "intro": "AMS D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0701220000010085", + "intro": "AMS B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707200000010085", + "intro": "AMS H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806230000010081", + "intro": "AMS-HT G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0701210000010083", + "intro": "AMS B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0703200000010085", + "intro": "AMS D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705210000010086", + "intro": "AMS F 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0702210000010085", + "intro": "AMS C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807200000010083", + "intro": "AMS-HT H 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800220000010083", + "intro": "AMS-HT A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1806230000010085", + "intro": "AMS-HT G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1801230000010083", + "intro": "AMS-HT B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1805230000010083", + "intro": "AMS-HT F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800200000010082", + "intro": "AMS-HT A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0704210000010083", + "intro": "AMS E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1804210000010082", + "intro": "AMS-HT E 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1805220000010084", + "intro": "AMS-HT F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703220000010084", + "intro": "AMS D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0701220000010084", + "intro": "AMS B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1803200000010081", + "intro": "AMS-HT D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1801230000010086", + "intro": "AMS-HT B 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0706210000010082", + "intro": "AMS G 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707220000010082", + "intro": "AMS H 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1801200000010082", + "intro": "AMS-HT B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707230000010081", + "intro": "AMS H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0705230000010082", + "intro": "AMS F 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702220000010086", + "intro": "AMS C 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0705200000010084", + "intro": "AMS F 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1801220000010086", + "intro": "AMS-HT B 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1804230000010084", + "intro": "AMS-HT E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0705220000010084", + "intro": "AMS F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0701220000010086", + "intro": "AMS B 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1802200000010084", + "intro": "AMS-HT C 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1801220000010083", + "intro": "AMS-HT B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0704230000010086", + "intro": "AMS E 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1805210000010084", + "intro": "AMS-HT F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0700210000010082", + "intro": "AMS A 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700230000010083", + "intro": "AMS A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800230000010086", + "intro": "AMS-HT A 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0704220000010085", + "intro": "AMS E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806230000010086", + "intro": "AMS-HT G 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0703210000010084", + "intro": "AMS D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1807230000010082", + "intro": "AMS-HT H 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703210000010083", + "intro": "AMS D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800220000010081", + "intro": "AMS-HT A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0705210000010085", + "intro": "AMS F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1803220000010083", + "intro": "AMS-HT D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1803210000010082", + "intro": "AMS-HT D 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804230000010081", + "intro": "AMS-HT E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1802210000010084", + "intro": "AMS-HT C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805220000010083", + "intro": "AMS-HT F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807200000010086", + "intro": "AMS-HT H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0704200000010082", + "intro": "AMS E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0706230000010085", + "intro": "AMS G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806200000010082", + "intro": "AMS-HT G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702210000010083", + "intro": "AMS C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0703230000010084", + "intro": "AMS D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0702200000010083", + "intro": "AMS C 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706210000010086", + "intro": "AMS G 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0701210000010081", + "intro": "AMS B 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0700200000010086", + "intro": "AMS A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806220000010082", + "intro": "AMS-HT G 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705200000010081", + "intro": "AMS F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0707220000010084", + "intro": "AMS H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1801230000010081", + "intro": "AMS-HT B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1800200000010084", + "intro": "AMS-HT A 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0704230000010085", + "intro": "AMS E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702230000010082", + "intro": "AMS C 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800210000010085", + "intro": "AMS-HT A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0702220000010082", + "intro": "AMS C 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703200000010083", + "intro": "AMS D 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0705230000010083", + "intro": "AMS F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706220000010085", + "intro": "AMS G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702210000010082", + "intro": "AMS C 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705210000010082", + "intro": "AMS F 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807230000010081", + "intro": "AMS-HT H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0706210000010081", + "intro": "AMS G 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0706230000010083", + "intro": "AMS G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807210000010082", + "intro": "AMS-HT H 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707200000010081", + "intro": "AMS H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0707230000010084", + "intro": "AMS H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0704210000010082", + "intro": "AMS E 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1805220000010082", + "intro": "AMS-HT F 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806220000010083", + "intro": "AMS-HT G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1806210000010083", + "intro": "AMS-HT G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0704220000010086", + "intro": "AMS E 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0707210000010081", + "intro": "AMS H 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0703220000010083", + "intro": "AMS D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1802230000010084", + "intro": "AMS-HT C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0702200000010086", + "intro": "AMS C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806210000010086", + "intro": "AMS-HT G 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803210000010086", + "intro": "AMS-HT D 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0703230000010085", + "intro": "AMS D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701220000010081", + "intro": "AMS B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0706200000010081", + "intro": "AMS G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0704200000010086", + "intro": "AMS E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1802210000010086", + "intro": "AMS-HT C 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803230000010085", + "intro": "AMS-HT D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802220000010084", + "intro": "AMS-HT C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805210000010085", + "intro": "AMS-HT F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0700210000010081", + "intro": "AMS A 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0700230000010085", + "intro": "AMS A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1801200000010084", + "intro": "AMS-HT B 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1803220000010085", + "intro": "AMS-HT D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802220000010083", + "intro": "AMS-HT C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1805210000010086", + "intro": "AMS-HT F 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1807210000010085", + "intro": "AMS-HT H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0707200000010084", + "intro": "AMS H 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1806230000010083", + "intro": "AMS-HT G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1805210000010083", + "intro": "AMS-HT F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0707210000010085", + "intro": "AMS H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1806210000010085", + "intro": "AMS-HT G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0707210000010083", + "intro": "AMS H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1805210000010081", + "intro": "AMS-HT F 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702230000010086", + "intro": "AMS C 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0702220000010081", + "intro": "AMS C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1806210000010082", + "intro": "AMS-HT G 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705230000010084", + "intro": "AMS F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0705230000010085", + "intro": "AMS F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802230000010083", + "intro": "AMS-HT C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807220000010084", + "intro": "AMS-HT H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0701200000010081", + "intro": "AMS B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0704220000010081", + "intro": "AMS E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0704200000010081", + "intro": "AMS E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0701200000010085", + "intro": "AMS B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800230000010085", + "intro": "AMS-HT A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1801230000010084", + "intro": "AMS-HT B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1804220000010084", + "intro": "AMS-HT E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1801200000010083", + "intro": "AMS-HT B 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1806230000010084", + "intro": "AMS-HT G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0706230000010086", + "intro": "AMS G 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803210000010085", + "intro": "AMS-HT D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1807210000010083", + "intro": "AMS-HT H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706200000010083", + "intro": "AMS G 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1801220000010081", + "intro": "AMS-HT B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0704200000010084", + "intro": "AMS E 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0705200000010085", + "intro": "AMS F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701230000010084", + "intro": "AMS B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1802220000010081", + "intro": "AMS-HT C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1802230000010082", + "intro": "AMS-HT C 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700220000010082", + "intro": "AMS A 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802200000010082", + "intro": "AMS-HT C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800200000010083", + "intro": "AMS-HT A 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1801200000010086", + "intro": "AMS-HT B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1801230000010085", + "intro": "AMS-HT B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800230000010083", + "intro": "AMS-HT A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0701210000010085", + "intro": "AMS B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800200000010085", + "intro": "AMS-HT A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803220000010084", + "intro": "AMS-HT D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1800230000010082", + "intro": "AMS-HT A 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800210000010082", + "intro": "AMS-HT A 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804220000010081", + "intro": "AMS-HT E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1801200000010085", + "intro": "AMS-HT B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807210000010086", + "intro": "AMS-HT H 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1805200000010084", + "intro": "AMS-HT F 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1804210000010085", + "intro": "AMS-HT E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0704220000010083", + "intro": "AMS E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1804230000010082", + "intro": "AMS-HT E 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804200000010086", + "intro": "AMS-HT E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1804220000010082", + "intro": "AMS-HT E 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707220000010083", + "intro": "AMS H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0701210000010082", + "intro": "AMS B 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701210000010084", + "intro": "AMS B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1804230000010083", + "intro": "AMS-HT E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0702200000010084", + "intro": "AMS C 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805200000010081", + "intro": "AMS-HT F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0703220000010081", + "intro": "AMS D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1802220000010085", + "intro": "AMS-HT C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1805200000010082", + "intro": "AMS-HT F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807220000010083", + "intro": "AMS-HT H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1802210000010085", + "intro": "AMS-HT C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1804210000010086", + "intro": "AMS-HT E 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0702200000010082", + "intro": "AMS C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705200000010082", + "intro": "AMS F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701200000010084", + "intro": "AMS B 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0706200000010084", + "intro": "AMS G 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805220000010081", + "intro": "AMS-HT F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0707220000010085", + "intro": "AMS H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806220000010085", + "intro": "AMS-HT G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803200000010085", + "intro": "AMS-HT D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802200000010086", + "intro": "AMS-HT C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1804220000010083", + "intro": "AMS-HT E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706220000010084", + "intro": "AMS G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1800210000010086", + "intro": "AMS-HT A 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1802230000010085", + "intro": "AMS-HT C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703200000010082", + "intro": "AMS D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0706210000010085", + "intro": "AMS G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1805230000010085", + "intro": "AMS-HT F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702230000010085", + "intro": "AMS C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0706230000010084", + "intro": "AMS G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0700220000010086", + "intro": "AMS A 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806220000010081", + "intro": "AMS-HT G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0705220000010082", + "intro": "AMS F 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804200000010082", + "intro": "AMS-HT E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806220000010086", + "intro": "AMS-HT G 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1800200000010086", + "intro": "AMS-HT A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1805200000010083", + "intro": "AMS-HT F 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1802210000010082", + "intro": "AMS-HT C 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800220000010082", + "intro": "AMS-HT A 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803200000010086", + "intro": "AMS-HT D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803210000010083", + "intro": "AMS-HT D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0704210000010085", + "intro": "AMS E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "0700200000010084", + "intro": "AMS A 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0700230000010082", + "intro": "AMS A 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1801210000010084", + "intro": "AMS-HT B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1807230000010084", + "intro": "AMS-HT H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0707230000010083", + "intro": "AMS H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0705220000010085", + "intro": "AMS F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700210000010083", + "intro": "AMS A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0707210000010086", + "intro": "AMS H 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0706210000010083", + "intro": "AMS G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1803200000010084", + "intro": "AMS-HT D 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0700230000010081", + "intro": "AMS A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702210000010084", + "intro": "AMS C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1804210000010083", + "intro": "AMS-HT E 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0700220000010081", + "intro": "AMS A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0703220000010082", + "intro": "AMS D 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802200000010083", + "intro": "AMS-HT C 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0702230000010084", + "intro": "AMS C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0705220000010081", + "intro": "AMS F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1805210000010082", + "intro": "AMS-HT F 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807230000010083", + "intro": "AMS-HT H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0706210000010084", + "intro": "AMS G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805220000010085", + "intro": "AMS-HT F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701230000010081", + "intro": "AMS B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1806200000010083", + "intro": "AMS-HT G 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0700210000010086", + "intro": "AMS A 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806220000010084", + "intro": "AMS-HT G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0706200000010082", + "intro": "AMS G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807230000010086", + "intro": "AMS-HT H 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1802230000010081", + "intro": "AMS-HT C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0705210000010083", + "intro": "AMS F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0703220000010085", + "intro": "AMS D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800220000010086", + "intro": "AMS-HT A 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0704210000010086", + "intro": "AMS E 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1801220000010085", + "intro": "AMS-HT B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0706220000010082", + "intro": "AMS G 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700230000010086", + "intro": "AMS A 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0702200000010085", + "intro": "AMS C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703230000010082", + "intro": "AMS D 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703230000010086", + "intro": "AMS D 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0706200000010085", + "intro": "AMS G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1805220000010086", + "intro": "AMS-HT F 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1800200000010081", + "intro": "AMS-HT A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1801230000010082", + "intro": "AMS-HT B 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700220000010083", + "intro": "AMS A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0702220000010084", + "intro": "AMS C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1802220000010082", + "intro": "AMS-HT C 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700220000010085", + "intro": "AMS A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803230000010084", + "intro": "AMS-HT D 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1807220000010082", + "intro": "AMS-HT H 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707220000010081", + "intro": "AMS H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702220000010083", + "intro": "AMS C 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0705210000010081", + "intro": "AMS F 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1806230000010082", + "intro": "AMS-HT G 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701220000010083", + "intro": "AMS B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1801220000010082", + "intro": "AMS-HT B 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803220000010082", + "intro": "AMS-HT D 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700200000010083", + "intro": "AMS A 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0704200000010083", + "intro": "AMS E 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1804210000010081", + "intro": "AMS-HT E 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0704230000010081", + "intro": "AMS E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0707200000010086", + "intro": "AMS H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803200000010082", + "intro": "AMS-HT D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701230000010085", + "intro": "AMS B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707220000010086", + "intro": "AMS H 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1801210000010083", + "intro": "AMS-HT B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800210000010081", + "intro": "AMS-HT A 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0707210000010082", + "intro": "AMS H 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804230000010086", + "intro": "AMS-HT E 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1801200000010081", + "intro": "AMS-HT B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702200000010081", + "intro": "AMS C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1805230000010084", + "intro": "AMS-HT F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1800210000010083", + "intro": "AMS-HT A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0707230000010086", + "intro": "AMS H 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0704220000010082", + "intro": "AMS E 슬롯 3에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705210000010084", + "intro": "AMS F 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0707210000010084", + "intro": "AMS H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0702210000010081", + "intro": "AMS C 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1800220000010085", + "intro": "AMS-HT A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700210000010085", + "intro": "AMS A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707200000010082", + "intro": "AMS H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0704230000010082", + "intro": "AMS E 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802200000010085", + "intro": "AMS-HT C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1803220000010086", + "intro": "AMS-HT D 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0706230000010081", + "intro": "AMS G 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0705200000010083", + "intro": "AMS F 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1800230000010081", + "intro": "AMS-HT A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1803230000010082", + "intro": "AMS-HT D 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0704230000010083", + "intro": "AMS E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1804200000010085", + "intro": "AMS-HT E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1804230000010085", + "intro": "AMS-HT E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705230000010081", + "intro": "AMS F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1803210000010084", + "intro": "AMS-HT D 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703210000010086", + "intro": "AMS D 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1805230000010082", + "intro": "AMS-HT F 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800210000010084", + "intro": "AMS-HT A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0707230000010082", + "intro": "AMS H 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800230000010084", + "intro": "AMS-HT A 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1807210000010081", + "intro": "AMS-HT H 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0706220000010081", + "intro": "AMS G 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1805230000010081", + "intro": "AMS-HT F 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702230000010083", + "intro": "AMS C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807200000010085", + "intro": "AMS-HT H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0701200000010083", + "intro": "AMS B 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "0705220000010083", + "intro": "AMS F 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807230000010085", + "intro": "AMS-HT H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0704230000010084", + "intro": "AMS E 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0704210000010081", + "intro": "AMS E 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1801220000010084", + "intro": "AMS-HT B 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703210000010081", + "intro": "AMS D 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1803210000010081", + "intro": "AMS-HT D 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1802200000010081", + "intro": "AMS-HT C 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0701200000010082", + "intro": "AMS B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0705200000010086", + "intro": "AMS F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1801210000010086", + "intro": "AMS-HT B 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1807210000010084", + "intro": "AMS-HT H 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0701230000010082", + "intro": "AMS B 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0700210000010084", + "intro": "AMS A 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703220000010086", + "intro": "AMS D 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806210000010081", + "intro": "AMS-HT G 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0701200000010086", + "intro": "AMS B 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1804220000010085", + "intro": "AMS-HT E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807220000010086", + "intro": "AMS-HT H 슬롯 3의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803200000010083", + "intro": "AMS-HT D 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1807220000010085", + "intro": "AMS-HT H 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1802230000010086", + "intro": "AMS-HT C 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0700200000010085", + "intro": "AMS A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0704220000010084", + "intro": "AMS E 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "1805200000010086", + "intro": "AMS-HT F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1806200000010084", + "intro": "AMS-HT G 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0701230000010083", + "intro": "AMS B 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1805200000010085", + "intro": "AMS-HT F 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1807200000010082", + "intro": "AMS-HT H 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0706200000010086", + "intro": "AMS G 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1805230000010086", + "intro": "AMS-HT F 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0706230000010082", + "intro": "AMS G 슬롯 4에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1800220000010084", + "intro": "AMS-HT A 슬롯 3의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0703200000010086", + "intro": "AMS D 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "1803230000010086", + "intro": "AMS-HT D 슬롯 4에서 필라멘트 정보를 읽는 데 실패했습니다. 필라멘트 로딩 또는 언로드 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0700200000010082", + "intro": "AMS A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0702230000010081", + "intro": "AMS C 슬롯 4의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1803220000010081", + "intro": "AMS-HT D 슬롯 3의 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "1802210000010083", + "intro": "AMS-HT C 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었을 수 있습니다." + }, + { + "ecode": "1801210000010085", + "intro": "AMS-HT B 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 볼 수 있습니다." + }, + { + "ecode": "1801210000010082", + "intro": "AMS-HT B 슬롯 2에서 필라멘트 정보를 읽지 못했습니다. 비공식 RFID 태그가 감지되었습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0707230000010085", + "intro": "AMS H 슬롯 4의 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "0703200000010084", + "intro": "AMS D 슬롯 1의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0700200000010081", + "intro": "AMS A 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. AMS 메인보드가 오작동할 수 있습니다." + }, + { + "ecode": "0702210000010086", + "intro": "AMS C 슬롯 2의 필라멘트 정보 읽기에 실패했습니다. 필라멘트 로딩 또는 언로딩 중 용지 걸림으로 인해 RFID 태그가 회전할 수 없습니다. 필라멘트를 빼낸 후 다시 시도해 보세요." + }, + { + "ecode": "0704200000010085", + "intro": "AMS E 슬롯 1에서 필라멘트 정보를 읽지 못했습니다. RFID 태그 확인에 실패했습니다. Bambu Lab 필라멘트를 사용해 보세요." + }, + { + "ecode": "1806210000010084", + "intro": "AMS-HT G 슬롯 2의 필라멘트 정보를 읽지 못했습니다. RFID 태그가 손상되었거나 RFID 감지 장치 가장자리에 위치했을 수 있습니다. 필라멘트를 5cm 제거한 후 다시 시도해주세요." + }, + { + "ecode": "0C0003000003000D", + "intro": "압출기가 정상적으로 압출되지 않을 수 있음을 감지했습니다. 확인 후 출력을 중지할지 여부를 결정하세요." + }, + { + "ecode": "0C00030000020018", + "intro": "시스템 메모리 부족이 감지되어 이물질 감지 기능이 작동하지 않았습니다. 작업이 완료된 후 장치를 다시 시작하거나 펌웨어를 업데이트하십시오." + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700200000020019", + "intro": "AMS A 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707230000020021", + "intro": "AMS H 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020021", + "intro": "AMS A 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700230000020021", + "intro": "AMS A 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703220000020017", + "intro": "AMS D 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700220000020022", + "intro": "AMS A 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020022", + "intro": "AMS A 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020019", + "intro": "AMS F 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0300020000010009", + "intro": "노즐 온도 제어가 비정상적입니다. 핫엔드가 설치되지 않았을 수 있습니다. 핫엔드 없이 가열 어셈블리를 가열하려면 설정에서 유지 관리 모드를 활성화하세요." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020017", + "intro": "AMS B 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020017", + "intro": "AMS H 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703200000020017", + "intro": "AMS D 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020021", + "intro": "AMS G 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0300030000020002", + "intro": "핫엔드 냉각 팬이 느리게 작동합니다. 막혔을 수 있습니다. 이물질이 있는지 확인하고 필요한 경우 청소하세요." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703230000020017", + "intro": "AMS D 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F 슬롯 1 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700220000020018", + "intro": "AMS A 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B 슬롯 1 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020017", + "intro": "AMS H 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D 슬롯 2 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700230000020010", + "intro": "AMS A 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C 슬롯 2는 AMS 시간 초과 시 필라멘트를 공급합니다." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G 슬롯 3이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H 슬롯 1은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A 슬롯 1이 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F 슬롯 4 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0300900000010003", + "intro": "챔버 가열 실패. 전원 공급 장치의 온도가 너무 높을 수 있습니다." + }, + { + "ecode": "0300900000010001", + "intro": "챔버 가열 실패. 챔버 히터에서 뜨거운 공기가 나오지 않을 수 있습니다." + }, + { + "ecode": "0300900000010002", + "intro": "챔버 가열 실패. 가능한 원인: 챔버가 완전히 밀폐되지 않았거나, 주변 온도가 너무 낮거나, 전원 공급 장치의 방열 통풍구가 막혔습니다." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H 슬롯 2는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703210000020017", + "intro": "AMS D 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020020", + "intro": "AMS E 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702200000020017", + "intro": "AMS C 슬롯 1 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H 슬롯 3 보조 모터가 필라멘트 버퍼와 툴헤드 사이의 튜브에 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B 슬롯 3은 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H 슬롯 1은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D 슬롯 4 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F 슬롯 2 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D 슬롯 3 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D 슬롯 2 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F 슬롯 1 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D 슬롯 1 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G 슬롯 4 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D 슬롯 2가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A 슬롯 3 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E 슬롯 3 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C 슬롯 4는 AMS 시간 초과에서 필라멘트를 공급합니다." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G 슬롯 4가 필라멘트를 AMS로 다시 당길 때 필라멘트 스풀을 회전하지 못했습니다." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D 슬롯 4 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B 슬롯 3 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E 슬롯 3은 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F 슬롯 4 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D 슬롯 2 보조 모터가 AMS 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E 슬롯 4는 필라멘트를 AMS 시간 초과로 되돌립니다." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B 슬롯 1 보조 모터가 필라멘트 버퍼 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0704210000020019", + "intro": "AMS E 슬롯 2 보조 모터가 AMS와 필라멘트 버퍼 사이 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D 슬롯 2 보조 모터가 AMS와 프린터 사이 튜브의 과도한 저항으로 인해 보조 모터가 정지되었습니다." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E 슬롯 4 보조 모터가 툴헤드 근처 튜브의 과도한 저항으로 인해 정지되었습니다." + }, + { + "ecode": "0500040000020041", + "intro": "레이저 모듈은 오랫동안 사용되었습니다. 레이저 가공에 영향을 주지 않도록 즉시 청소하십시오." + }, + { + "ecode": "0500040000020042", + "intro": "라이브 뷰 카메라가 더럽거나 장애물이 있습니다. 청소하고 계속하세요." + }, + { + "ecode": "1807700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1803700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1800700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1804700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1805700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0706700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1803700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1804700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1801700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1806700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0700700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0701700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0701700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0702700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0703700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0500060000020031", + "intro": "툴헤드 카메라가 연결되지 않았습니다.하드웨어 및 케이블 연결을 확인하십시오." + }, + { + "ecode": "0700700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0702700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0703700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0500060000020032", + "intro": "노즐 카메라가 연결되지 않았습니다. 하드웨어 및 케이블 연결을 확인하십시오." + }, + { + "ecode": "0300C10000010003", + "intro": "기류 시스템 레이저 모드 활성화 실패; 에어 도어 상태를 확인하세요." + }, + { + "ecode": "0500010000030006", + "intro": "USB 드라이브가 포맷되지 않았거나 쓸 수 없습니다. USB 드라이브를 포맷하십시오." + }, + { + "ecode": "1807700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0707700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1802700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0705700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0707700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1801700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1800700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1806700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0704700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "1802700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0704700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "0705700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0706700000020006", + "intro": "기존 필라멘트 제거 시간 초과. 가능한 원인: 필라멘트가 끼었거나 압출기/노즐이 막힘." + }, + { + "ecode": "1805700000020003", + "intro": "필라멘트 압출 실패. 가능한 원인: 압출기 또는 노즐 막힘." + }, + { + "ecode": "0C00040000020007", + "intro": "전망 카메라가 설정 중입니다. 모든 물체를 치우고 매트를 제거하세요. 마커가 가려져 있지 않은지 확인하세요. 한편, 전망 카메라와 툴헤드 카메라를 모두 청소하고 시야를 가리는 이물질을 제거하세요." + }, + { + "ecode": "0300C00000010002", + "intro": "필터 스위치 플랩 에어 도어 오작동: 고착되었을 수 있습니다." + }, + { + "ecode": "0300C10000010001", + "intro": "기류 시스템 냉각 모드 활성화 실패; 에어 도어 상태를 확인하세요." + }, + { + "ecode": "0300C10000010002", + "intro": "기류 시스템 난방 모드 활성화 실패; 에어 도어 상태를 확인하세요." + }, + { + "ecode": "0500040000020037", + "intro": "커팅 모듈은 도구 위치를 얻기 위해 교정이 필요합니다. 사용 전에 장착 교정을 수행하세요. (약 2-4분)" + }, + { + "ecode": "1806700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0705700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1800700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1803700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1805700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1802700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1807700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0300280000010003", + "intro": "Z축 원점 복귀 중 커터 모듈과 공구 헤드 간의 통신 장애. 커터 모듈 신호 케이블이 느슨하거나 파손되었는지 확인하거나 압력 센서 코일이 손상되지 않았는지 확인하세요." + }, + { + "ecode": "0500010000020001", + "intro": "미디어 링크가 제대로 작동하지 않습니다. 프린터를 다시 시작하십시오. 여러 번 시도후 계속 실패할 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "0700700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0701700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0702700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0703700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0300180000010007", + "intro": "압출력 센서의 주파수가 너무 높습니다. 센서가 손상되었거나 노즐 방열판이 센서에 너무 가까이 있을 수 있습니다." + }, + { + "ecode": "0300180000010004", + "intro": "압출력 센서의 신호가 비정상입니다. 센서가 손상되었거나 MC-TH 통신에 이상이 있을 수 있습니다." + }, + { + "ecode": "03009D0000020003", + "intro": "새기기 레이저 초점 Z 교정 결과는 설계 값과 크게 다릅니다. 레이저 모듈을 다시 설치하고 레이저 모듈 설정을 다시 실행하십시오. 반복적으로 실패할 경우 고객지원팀에 문의하시기 바랍니다." + }, + { + "ecode": "0C00040000010005", + "intro": "전망 카메라 오작동: 고객 서비스에 문의하세요." + }, + { + "ecode": "0300180000010008", + "intro": "노즐이 히트베드에 비정상적으로 닿습니다. 노즐에 필라멘트 잔여물이나 노즐이 베드에 닿는 부분에 이물질이 있는지 확인하세요." + }, + { + "ecode": "0300180000010001", + "intro": "압출력 센서의 주파수가 너무 낮습니다. 노즐이 설치되지 않았거나 노즐 방열판이 센서에서 너무 멀리 떨어져 있을 수 있습니다." + }, + { + "ecode": "0C00010000010012", + "intro": "라이브 뷰 카메라 보정에 실패하여 보정 결과를 저장할 수 없습니다. 다시 보정해 보십시오. 보정이 반복적으로 실패하면 고객 지원 팀에 문의하십시오." + }, + { + "ecode": "1804700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0707700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0706700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "0704700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1801700000020008", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "1800510000030001", + "intro": "AMS 비활성화; 스풀 홀더에서 필라멘트를 로드하십시오." + }, + { + "ecode": "0705700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0C00020000020006", + "intro": "노즐 높이가 너무 높은 것 같습니다. 노즐에 필라멘트 잔여물이 있는지 확인하십시오." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0300910000010002", + "intro": "챔버 히터 1의 온도가 비정상입니다. 히터에 개방 회로가 있거나 열 퓨즈가 끊어졌을 수 있습니다." + }, + { + "ecode": "0700400000020002", + "intro": "필라멘트 버퍼 위치 신호 오류: 위치 센서가 오작동하고 있을 수 있습니다." + }, + { + "ecode": "0700510000030001", + "intro": "AMS 비활성화; 스풀 홀더에서 필라멘트를 로드하십시오." + }, + { + "ecode": "0700700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0701700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0702700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0703700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1800400000020002", + "intro": "필라멘트 버퍼 위치 신호 오류: 위치 센서가 오작동하고 있을 수 있습니다." + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0707700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0704700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0500040000020050", + "intro": "레이저 안전 창이 설치되지 않았습니다." + }, + { + "ecode": "0706700000020007", + "intro": "AMS 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT 필라멘트 소진. AMS의 동일한 슬롯에 새 필라멘트를 넣고 다시 시작하십시오." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B 히터 2이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D 히터 1이 비정상적으로 가열하고 있습니다." + }, + { + "ecode": "0C00030000020017", + "intro": "레이저 새기기 Z축 초점 교정에 실패했습니다. 레이저 테스트 재료(350g 판지)가 올바르게 배치되었는지, 표면이 깨끗하고 손상되지 않았는지 확인하십시오." + }, + { + "ecode": "1800240000020009", + "intro": "AMS HT A 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1807240000020009", + "intro": "AMS HT H 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1801240000020009", + "intro": "AMS HT B 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1806240000020009", + "intro": "AMS HT G 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1802240000020009", + "intro": "AMS HT C 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1805240000020009", + "intro": "AMS HT F 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1804240000020009", + "intro": "AMS HT E 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "1803240000020009", + "intro": "AMS HT D 전면 커버가 열려 있습니다. 건조 성능에 영향을 미치거나 필라멘트가 습기를 흡수할 수 있습니다." + }, + { + "ecode": "0707730000020004", + "intro": "툴헤드에서 AMS H 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0703710000020005", + "intro": "AMS D 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0706700000020005", + "intro": "AMS G 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0701710000020002", + "intro": "AMS B 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704700000020004", + "intro": "툴헤드에서 AMS E 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1804720000020004", + "intro": "툴헤드에서 AMS-HT E 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0704720000020005", + "intro": "AMS E 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0702710000020002", + "intro": "AMS C 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703710000020001", + "intro": "압출기에서 AMS D 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1805710000020005", + "intro": "AMS-HT F 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1803720000020002", + "intro": "AMS-HT D 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704710000020001", + "intro": "압출기에서 AMS E 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1805730000020001", + "intro": "압출기에서 AMS-HT F 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1806710000020005", + "intro": "AMS-HT G 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0704730000020004", + "intro": "툴헤드에서 AMS E 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805730000020004", + "intro": "툴헤드에서 AMS-HT F 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702720000020005", + "intro": "AMS C 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1800720000020001", + "intro": "압출기에서 AMS-HT A 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0702720000020001", + "intro": "압출기에서 AMS C 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1805710000020002", + "intro": "AMS-HT F 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1804700000020004", + "intro": "툴헤드에서 AMS-HT E 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1803730000020001", + "intro": "압출기에서 AMS-HT D 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1804720000020001", + "intro": "압출기에서 AMS-HT E 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802710000020004", + "intro": "툴헤드에서 AMS-HT C 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1801710000020002", + "intro": "AMS-HT B 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703700000020004", + "intro": "툴헤드에서 AMS D 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1800710000020001", + "intro": "압출기에서 AMS-HT A 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1800720000020004", + "intro": "툴헤드에서 AMS-HT A 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1800730000020002", + "intro": "AMS-HT A 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1804700000020002", + "intro": "AMS-HT E 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705730000020005", + "intro": "AMS F 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807720000020005", + "intro": "AMS-HT H 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0701700000020001", + "intro": "압출기에서 AMS B 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1807700000020004", + "intro": "툴헤드에서 AMS-HT H 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702720000020004", + "intro": "툴헤드에서 AMS C 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0705730000020002", + "intro": "AMS F 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806700000020002", + "intro": "AMS-HT G 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806710000020004", + "intro": "툴헤드에서 AMS-HT G 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1803730000020002", + "intro": "AMS-HT D 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704720000020001", + "intro": "압출기에서 AMS E 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802730000020004", + "intro": "툴헤드에서 AMS-HT C 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0707700000020002", + "intro": "AMS H 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1802720000020004", + "intro": "툴헤드에서 AMS-HT C 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0700700000020004", + "intro": "툴헤드에서 AMS A 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702710000020005", + "intro": "AMS C 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0704720000020002", + "intro": "AMS E 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703700000020002", + "intro": "AMS D 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703700000020005", + "intro": "AMS D 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1801730000020005", + "intro": "AMS-HT B 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1805700000020005", + "intro": "AMS-HT F 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1800730000020001", + "intro": "압출기에서 AMS-HT A 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1801700000020004", + "intro": "툴헤드에서 AMS-HT B 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805730000020002", + "intro": "AMS-HT F 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0706700000020004", + "intro": "툴헤드에서 AMS G 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1802730000020005", + "intro": "AMS-HT C 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807710000020005", + "intro": "AMS-HT H 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0700720000020002", + "intro": "AMS A 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1800700000020001", + "intro": "압출기에서 AMS-HT A 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0705700000020004", + "intro": "툴헤드에서 AMS F 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1800710000020004", + "intro": "툴헤드에서 AMS-HT A 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702730000020002", + "intro": "AMS C 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0702710000020001", + "intro": "압출기에서 AMS C 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1804710000020004", + "intro": "툴헤드에서 AMS-HT E 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1806730000020004", + "intro": "툴헤드에서 AMS-HT G 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805720000020005", + "intro": "AMS-HT F 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807700000020002", + "intro": "AMS-HT H 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0701720000020004", + "intro": "툴헤드에서 AMS B 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0705720000020005", + "intro": "AMS F 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807720000020002", + "intro": "AMS-HT H 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1800700000020004", + "intro": "툴헤드에서 AMS-HT A 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1802730000020002", + "intro": "AMS-HT C 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1801720000020002", + "intro": "AMS-HT B 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1802730000020001", + "intro": "압출기에서 AMS-HT C 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0700710000020001", + "intro": "압출기에서 AMS A 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1801700000020005", + "intro": "AMS-HT B 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0704700000020005", + "intro": "AMS E 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0700710000020002", + "intro": "AMS A 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0701700000020004", + "intro": "툴헤드에서 AMS B 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1806730000020005", + "intro": "AMS-HT G 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1801710000020004", + "intro": "툴헤드에서 AMS-HT B 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0707710000020004", + "intro": "툴헤드에서 AMS H 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1803730000020004", + "intro": "툴헤드에서 AMS-HT D 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1801730000020002", + "intro": "AMS-HT B 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0700730000020004", + "intro": "툴헤드에서 AMS A 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1806720000020004", + "intro": "툴헤드에서 AMS-HT G 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0701720000020005", + "intro": "AMS B 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0705710000020004", + "intro": "툴헤드에서 AMS F 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1807710000020004", + "intro": "툴헤드에서 AMS-HT H 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1803700000020004", + "intro": "툴헤드에서 AMS-HT D 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0705710000020001", + "intro": "압출기에서 AMS F 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707720000020004", + "intro": "툴헤드에서 AMS H 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702710000020004", + "intro": "툴헤드에서 AMS C 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0704730000020005", + "intro": "AMS E 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1801700000020001", + "intro": "압출기에서 AMS-HT B 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1805720000020004", + "intro": "툴헤드에서 AMS-HT F 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702730000020005", + "intro": "AMS C 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0704700000020002", + "intro": "AMS E 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0701700000020005", + "intro": "AMS B 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1801700000020002", + "intro": "AMS-HT B 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1801730000020001", + "intro": "압출기에서 AMS-HT B 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1803720000020005", + "intro": "AMS-HT D 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807730000020004", + "intro": "툴헤드에서 AMS-HT H 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1800700000020005", + "intro": "AMS-HT A 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0705700000020001", + "intro": "압출기에서 AMS F 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802710000020005", + "intro": "AMS-HT C 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807730000020001", + "intro": "압출기에서 AMS-HT H 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706710000020004", + "intro": "툴헤드에서 AMS G 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1804730000020002", + "intro": "AMS-HT E 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1803700000020002", + "intro": "AMS-HT D 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1802720000020005", + "intro": "AMS-HT C 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0706730000020002", + "intro": "AMS G 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0707700000020004", + "intro": "툴헤드에서 AMS H 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805700000020004", + "intro": "툴헤드에서 AMS-HT F 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805700000020001", + "intro": "압출기에서 AMS-HT F 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707720000020002", + "intro": "AMS H 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0701720000020001", + "intro": "압출기에서 AMS B 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0700720000020004", + "intro": "툴헤드에서 AMS A 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1804710000020001", + "intro": "압출기에서 AMS-HT E 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1801710000020001", + "intro": "압출기에서 AMS-HT B 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1806730000020002", + "intro": "AMS-HT G 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703710000020002", + "intro": "AMS D 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703720000020001", + "intro": "압출기에서 AMS D 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706720000020001", + "intro": "압출기에서 AMS G 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1801730000020004", + "intro": "툴헤드에서 AMS-HT B 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0704710000020002", + "intro": "AMS E 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1800710000020002", + "intro": "AMS-HT A 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1802710000020002", + "intro": "AMS-HT C 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1805720000020002", + "intro": "AMS-HT F 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0703730000020004", + "intro": "툴헤드에서 AMS D 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1806720000020005", + "intro": "AMS-HT G 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0706720000020002", + "intro": "AMS G 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704730000020002", + "intro": "AMS E 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1807720000020001", + "intro": "압출기에서 AMS-HT H 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1803710000020005", + "intro": "AMS-HT D 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807710000020002", + "intro": "AMS-HT H 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705720000020002", + "intro": "AMS F 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0700720000020001", + "intro": "압출기에서 AMS A 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706720000020004", + "intro": "툴헤드에서 AMS G 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1804700000020001", + "intro": "압출기에서 AMS-HT E 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1803710000020002", + "intro": "AMS-HT D 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0707710000020001", + "intro": "압출기에서 AMS H 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1803720000020004", + "intro": "툴헤드에서 AMS-HT D 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805730000020005", + "intro": "AMS-HT F 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1803710000020001", + "intro": "압출기에서 AMS-HT D 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1803700000020005", + "intro": "AMS-HT D 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1805700000020002", + "intro": "AMS-HT F 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0701710000020005", + "intro": "AMS B 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0707730000020005", + "intro": "AMS H 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807720000020004", + "intro": "툴헤드에서 AMS-HT H 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0701720000020002", + "intro": "AMS B 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705700000020005", + "intro": "AMS F 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1801720000020001", + "intro": "압출기에서 AMS-HT B 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707730000020002", + "intro": "AMS H 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1804720000020002", + "intro": "AMS-HT E 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704730000020001", + "intro": "압출기에서 AMS E 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1801720000020004", + "intro": "툴헤드에서 AMS-HT B 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1802700000020001", + "intro": "압출기에서 AMS-HT C 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0703710000020004", + "intro": "툴헤드에서 AMS D 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0706730000020001", + "intro": "압출기에서 AMS G 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1806700000020004", + "intro": "툴헤드에서 AMS-HT G 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0700700000020005", + "intro": "AMS A 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1800720000020002", + "intro": "AMS-HT A 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1800720000020005", + "intro": "AMS-HT A 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1806720000020001", + "intro": "압출기에서 AMS-HT G 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706700000020001", + "intro": "압출기에서 AMS G 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1800700000020002", + "intro": "AMS-HT A 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0700720000020005", + "intro": "AMS A 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0707720000020001", + "intro": "압출기에서 AMS H 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802710000020001", + "intro": "압출기에서 AMS-HT C 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706720000020005", + "intro": "AMS G 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0702720000020002", + "intro": "AMS C 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0704710000020005", + "intro": "AMS E 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1806720000020002", + "intro": "AMS-HT G 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1807700000020001", + "intro": "압출기에서 AMS-HT H 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1804730000020004", + "intro": "툴헤드에서 AMS-HT E 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0707710000020005", + "intro": "AMS H 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1807730000020005", + "intro": "AMS-HT H 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0705730000020001", + "intro": "압출기에서 AMS F 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0704720000020004", + "intro": "툴헤드에서 AMS E 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0701730000020005", + "intro": "AMS B 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0704710000020004", + "intro": "툴헤드에서 AMS E 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1803700000020001", + "intro": "압출기에서 AMS-HT D 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0706710000020005", + "intro": "AMS G 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0707700000020001", + "intro": "압출기에서 AMS H 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1807700000020005", + "intro": "AMS-HT H 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0706730000020005", + "intro": "AMS G 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1805720000020001", + "intro": "압출기에서 AMS-HT F 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0701730000020001", + "intro": "압출기에서 AMS B 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0700710000020005", + "intro": "AMS A 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1803730000020005", + "intro": "AMS-HT D 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1804700000020005", + "intro": "AMS-HT E 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0703700000020001", + "intro": "압출기에서 AMS D 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0701710000020001", + "intro": "압출기에서 AMS B 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802700000020002", + "intro": "AMS-HT C 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0706700000020002", + "intro": "AMS G 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705700000020002", + "intro": "AMS F 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806700000020005", + "intro": "AMS-HT G 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0703720000020005", + "intro": "AMS D 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E 보조 모터의 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701710000020004", + "intro": "툴헤드에서 AMS B 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0706710000020001", + "intro": "압출기에서 AMS G 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707700000020005", + "intro": "AMS H 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0701730000020004", + "intro": "툴헤드에서 AMS B 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0703730000020001", + "intro": "압출기에서 AMS D 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707720000020005", + "intro": "AMS H 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1802700000020005", + "intro": "AMS-HT C 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0703720000020004", + "intro": "툴헤드에서 AMS D 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1801720000020005", + "intro": "AMS-HT B 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1804710000020002", + "intro": "AMS-HT E 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0700730000020005", + "intro": "AMS A 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1804730000020005", + "intro": "AMS-HT E 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1800730000020005", + "intro": "AMS-HT A 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0705720000020001", + "intro": "압출기에서 AMS F 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1804730000020001", + "intro": "압출기에서 AMS-HT E 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0700730000020001", + "intro": "압출기에서 AMS A 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802720000020001", + "intro": "압출기에서 AMS-HT C 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1806710000020001", + "intro": "압출기에서 AMS-HT G 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0703730000020005", + "intro": "AMS D 슬롯 4 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1803710000020004", + "intro": "툴헤드에서 AMS-HT D 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0703730000020002", + "intro": "AMS D 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1803720000020001", + "intro": "압출기에서 AMS-HT D 슬롯 3 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0700700000020001", + "intro": "압출기에서 AMS A 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1802700000020004", + "intro": "툴헤드에서 AMS-HT C 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0706710000020002", + "intro": "AMS G 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1804710000020005", + "intro": "AMS-HT E 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0705730000020004", + "intro": "툴헤드에서 AMS F 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0700710000020004", + "intro": "툴헤드에서 AMS A 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "1805710000020001", + "intro": "압출기에서 AMS-HT F 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1807730000020002", + "intro": "AMS-HT H 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1804720000020005", + "intro": "AMS-HT E 슬롯 3 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "1805710000020004", + "intro": "툴헤드에서 AMS-HT F 슬롯 2 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0707710000020002", + "intro": "AMS H 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705720000020004", + "intro": "툴헤드에서 AMS F 슬롯 3 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702700000020005", + "intro": "AMS C 슬롯 1 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0700730000020002", + "intro": "AMS A 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1800730000020004", + "intro": "툴헤드에서 AMS-HT A 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0702730000020004", + "intro": "툴헤드에서 AMS C 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0701700000020002", + "intro": "AMS B 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0702700000020002", + "intro": "AMS C 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806730000020001", + "intro": "압출기에서 AMS-HT G 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0702700000020001", + "intro": "압출기에서 AMS C 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1800710000020005", + "intro": "AMS-HT A 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0702700000020004", + "intro": "툴헤드에서 AMS C 슬롯 1 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0701730000020002", + "intro": "AMS B 슬롯 4 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0705710000020005", + "intro": "AMS F 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0700700000020002", + "intro": "AMS A 슬롯 1 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806710000020002", + "intro": "AMS-HT G 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1801710000020005", + "intro": "AMS-HT B 슬롯 2 필라멘트 툴헤드에 공급 실패. 필라멘트 끝을 잘라내고 스풀이 걸렸는지 확인하십시오." + }, + { + "ecode": "0706730000020004", + "intro": "툴헤드에서 AMS G 슬롯 4 필라멘트를 빼내지 못했습니다. 가능한 원인: 필라멘트 또는 스풀이 끼었습니다." + }, + { + "ecode": "0703720000020002", + "intro": "AMS D 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1802720000020002", + "intro": "AMS-HT C 슬롯 3 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "0702730000020001", + "intro": "압출기에서 AMS C 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0705710000020002", + "intro": "AMS F 슬롯 2 필라멘트 툴헤드에 공급 실패. 가능한 원인: 필라멘트 또는 스풀이 걸림." + }, + { + "ecode": "1806700000020001", + "intro": "압출기에서 AMS-HT G 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0707730000020001", + "intro": "압출기에서 AMS H 슬롯 4 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "1807710000020001", + "intro": "압출기에서 AMS-HT H 슬롯 2 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0704700000020001", + "intro": "압출기에서 AMS E 슬롯 1 필라멘트를 꺼내지 못했습니다.가능한 원인: 압출기가 막혔거나 압출기 내부의 필라멘트가 파손되었습니다." + }, + { + "ecode": "0500030000010021", + "intro": "하드웨어 호환되지 않음; 툴헤드 카메라를 확인하십시오." + }, + { + "ecode": "0C00010000020008", + "intro": "라이브뷰 카메라에서 이미지를 가져오지 못했습니다. 스파게티와 폐기물 슈트 쌓임 감지 기능을 현재 사용할 수 없습니다." + }, + { + "ecode": "0C00040000010012", + "intro": "라이브 뷰 카메라 데이터 링크가 비정상입니다." + }, + { + "ecode": "0C00040000020003", + "intro": "레이저 플랫폼이 제대로 정렬되지 않았습니다. 네 모서리가 모두 히트베드와 정렬되어 있는지 확인하십시오." + }, + { + "ecode": "0500060000020004", + "intro": "라이브 뷰 카메라가 설치되어 있지 않으니 하드웨어 연결을 확인하세요." + }, + { + "ecode": "0C00040000020002", + "intro": "커팅 플랫폼이 인식되지 않습니다. 작업에 필요한 매트를 놓고 계속하세요." + }, + { + "ecode": "0500060000020033", + "intro": "전망 카메라가 연결되지 않았습니다.하드웨어 및 케이블 연결을 확인하십시오." + }, + { + "ecode": "0C00030000020016", + "intro": "이물질 감지가 작동하지 않고 라이브 뷰 카메라 일련번호를 읽을 수 없습니다. 고객 지원팀에 문의하세요." + }, + { + "ecode": "0500040000020031", + "intro": "레이저/커팅 모듈을 사용하기 전에 전망 카메라의 자세를 결정해야 합니다. 카메라 보정을 위한 설정을 완료하십시오." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A 슬롯 3 피드 아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0C00040000020019", + "intro": "전망 카메라가 오프셋으로 설치되어 있습니다. 다시 설치하려면 위키를 참조하세요." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "03009E0000030001", + "intro": "이 인쇄 작업의 문 열림 감지 수준이 \"알림\"으로 설정됩니다." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "03009D0000020001", + "intro": "새기기 레이저 초점 XY 보정에 실패했습니다. 레이저 플랫폼의 레이저 호밍 영역을 청소하고 레이저 모듈 마운트 보정을 다시 실행하십시오." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B 슬롯 3 피드 아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C 슬롯 3 피드 아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D 슬롯 3 피드 아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G 슬롯 3 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F 슬롯 2 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D 슬롯 4 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G 슬롯 1 피드아웃 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "03009D0000020002", + "intro": "새기기 레이저 초점 XY 보정 결과는 설계 값과 크게 다릅니다. 레이저 모듈을 다시 설치하고 레이저 모듈 설정을 다시 실행하십시오." + }, + { + "ecode": "0C00010000010011", + "intro": "라이브 뷰 카메라 보정에 실패했습니다. 다시 보정하세요. 빌드 플레이트가 비어 있는지, 카메라 뷰가 선명하고 올바른 방향인지 확인하세요. 실패가 반복되면 고객 지원팀에 문의하세요." + }, + { + "ecode": "0500040000010052", + "intro": "안전 키가 삽입되지 않았습니다. 설치하려면 위키를 참조하세요." + }, + { + "ecode": "0500040000010051", + "intro": "비상 정지 버튼이 올바른 위치에 있지 않습니다. 위키를 따라 설치하세요." + }, + { + "ecode": "0300090000010001", + "intro": "모터-E에 열린회로가 있습니다. 커넥터 연결이 느슨하거나 모터가 고장났을 수 있습니다." + }, + { + "ecode": "0300090000010002", + "intro": "압출기 서보 모터에 단락이 있습니다. 고장났을 수 있습니다." + }, + { + "ecode": "0300090000010003", + "intro": "모터-E의 저항이 비정상입니다. 모터가 고장났을 수 있습니다." + }, + { + "ecode": "0300160000010001", + "intro": "압출기 서보 모터의 전류 센서가 비정상입니다. 하드웨어 샘플링 회로의 오류로 인해 이 문제가 발생할 수 있습니다." + }, + { + "ecode": "0300410000010001", + "intro": "시스템 전압이 불안정하여 정전 보호 기능이 작동했습니다." + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A 도어 감지가 비정상적입니다. 홀 센서 연결이 느슨하거나 분리되었을 수 있습니다." + }, + { + "ecode": "07FF700000020003", + "intro": "필라멘트가 노즐에서 나오는지 확인하세요. 그렇지 않은 경우 재료를 부드럽게 밀고 다시 압출을 시도하세요." + }, + { + "ecode": "0300D00000010002", + "intro": "칼날 홀더가 떨어졌습니다. 다시 설치하십시오." + }, + { + "ecode": "0300D00000010001", + "intro": "커팅 모듈 베이스가 떨어졌습니다. 다시 설치하십시오." + }, + { + "ecode": "0300280000010005", + "intro": "절단 모드에서 Z축 원점 복귀에 실패했습니다. Z축 슬라이더와 Z축 동기 풀리에 이물질이 있는지 확인하시기 바랍니다." + }, + { + "ecode": "18FF600000020001", + "intro": "외부 스풀이 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "07FF600000020001", + "intro": "외부 스풀이 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0500030000020020", + "intro": "USB 플래시 드라이브 용량이 부족하여 인쇄 파일을 캐시할 수 없습니다." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H 보조 모터 삼상 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0500040000020036", + "intro": "새 커팅 모듈이 연결되었습니다. 더 정밀한 커팅을 위해 사용 전에 설정하세요.(약 3분)" + }, + { + "ecode": "0500040000020035", + "intro": "레이저 모듈은 초점 위치를 잡기 위해 보정이 필요합니다.사용하기 전에 장착 보정을 수행하십시오. (약 2분)" + }, + { + "ecode": "0300C30000010002", + "intro": "필터 스위치 플랩의 전류 센서 오작동: 회로 개방 또는 하드웨어 샘플링 회로 오류로 인한 것일 수 있습니다." + }, + { + "ecode": "0300A10000010001", + "intro": "실내 온도가 너무 높습니다. 상단 덮개와 정문을 열어 열을 식히거나 주변 온도를 낮춰주세요." + }, + { + "ecode": "0500010000030005", + "intro": "USB 드라이브가 읽기 전용 모드입니다. 비디오 녹화 및 타임랩스 녹화를 수행할 수 없습니다. 도움이 필요하면 위키를 참조하세요." + }, + { + "ecode": "0500040000020038", + "intro": "커팅 모듈을 밀어 넣고 신속 이탈 레버를 조여주세요. 이미 설치된 경우 모듈이 제대로 정렬되지 않을 수 있습니다. 다시 설치해 보십시오." + }, + { + "ecode": "0500010000020002", + "intro": "라이브 뷰 카메라가 연결되지 않았습니다. 하드웨어 및 케이블 연결을 확인하십시오." + }, + { + "ecode": "0500060000020034", + "intro": "라이브 뷰 카메라가 연결되지 않았습니다. 하드웨어 및 케이블 연결을 확인하십시오." + }, + { + "ecode": "0300D00000010003", + "intro": "커터 모듈 케이블이 느슨해졌습니다. 케이블 연결을 확인하세요." + }, + { + "ecode": "1805200000020009", + "intro": "AMS-HT F 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1803200000020009", + "intro": "AMS-HT D 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1805210000020009", + "intro": "AMS-HT F 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804210000020009", + "intro": "AMS-HT E 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804220000020009", + "intro": "AMS-HT E 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1803210000020009", + "intro": "AMS-HT D 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1806230000020009", + "intro": "AMS-HT G 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1800220000020009", + "intro": "AMS-HT A 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1807230000020009", + "intro": "AMS-HT H 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1802200000020009", + "intro": "AMS-HT C 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801210000020009", + "intro": "AMS-HT B 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1807210000020009", + "intro": "AMS-HT H 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1800210000020009", + "intro": "AMS-HT A 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1802210000020009", + "intro": "AMS-HT C 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1806220000020009", + "intro": "AMS-HT G 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1806200000020009", + "intro": "AMS-HT G 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804230000020009", + "intro": "AMS-HT E 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801220000020009", + "intro": "AMS-HT B 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1802220000020009", + "intro": "AMS-HT C 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1803230000020009", + "intro": "AMS-HT D 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1807200000020009", + "intro": "AMS-HT H 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1800230000020009", + "intro": "AMS-HT A 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1806210000020009", + "intro": "AMS-HT G 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1805220000020009", + "intro": "AMS-HT F 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1807220000020009", + "intro": "AMS-HT H 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1803220000020009", + "intro": "AMS-HT D 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1805230000020009", + "intro": "AMS-HT F 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804200000020009", + "intro": "AMS-HT E 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801200000020009", + "intro": "AMS-HT B 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1800200000020009", + "intro": "AMS-HT A 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1802230000020009", + "intro": "AMS-HT C 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801230000020009", + "intro": "AMS-HT B 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0C0003000002000E", + "intro": "노즐이 걸리거나 이물질로 인해 막혀 있는 것 같습니다." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0701130000010001", + "intro": "AMS B 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0702100000010001", + "intro": "AMS C 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800130000010001", + "intro": "AMS-HT A 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804130000010001", + "intro": "AMS-HT E 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1805120000010001", + "intro": "AMS-HT F 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707100000010001", + "intro": "AMS H 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0704200000020004", + "intro": "AMS E 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1801130000010001", + "intro": "AMS-HT B 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1802110000020002", + "intro": "AMS-HT C 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0705130000010001", + "intro": "AMS F 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704120000010003", + "intro": "AMS E 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705120000010003", + "intro": "AMS F 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704100000010003", + "intro": "AMS E 슬롯 1 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1807300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0704310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0705210000020009", + "intro": "AMS F 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707220000020009", + "intro": "AMS H 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0707300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0700120000020002", + "intro": "AMS A 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0701100000010001", + "intro": "AMS B 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701110000010003", + "intro": "AMS B 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702130000010001", + "intro": "AMS C 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0703120000020002", + "intro": "AMS D 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0703130000020002", + "intro": "AMS D 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0703210000020003", + "intro": "AMS D 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801120000020002", + "intro": "AMS-HT B 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0706130000010003", + "intro": "AMS G 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804110000010001", + "intro": "AMS-HT E 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704130000010001", + "intro": "AMS E 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700100000010003", + "intro": "AMS A 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700220000020004", + "intro": "AMS A 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT F 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802110000010001", + "intro": "AMS-HT C 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801130000020002", + "intro": "AMS-HT B 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803130000020002", + "intro": "AMS-HT D 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704210000020003", + "intro": "AMS E 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704110000010001", + "intro": "AMS E 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0706130000020002", + "intro": "AMS G 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706110000010001", + "intro": "AMS G 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706130000010001", + "intro": "AMS G 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807130000020002", + "intro": "AMS-HT H 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800400000020004", + "intro": "필라멘트 버퍼 신호가 비정상입니다. 스프링이 끼었거나 필라멘트가 엉켰을 수 있습니다." + }, + { + "ecode": "0704200000020009", + "intro": "AMS E 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1806300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0704310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1800310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0705310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1807310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1806350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701200000020004", + "intro": "AMS B 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0703110000010001", + "intro": "AMS D 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0703130000010003", + "intro": "AMS D 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802100000020002", + "intro": "AMS-HT C 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1805130000010001", + "intro": "AMS-HT F 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0705100000020002", + "intro": "AMS F 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704130000020002", + "intro": "AMS E 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704230000020003", + "intro": "AMS E 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0705210000020004", + "intro": "AMS F 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803120000010001", + "intro": "AMS-HT D 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706210000020004", + "intro": "AMS G 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707120000010001", + "intro": "AMS H 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801120000010001", + "intro": "AMS-HT B 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706200000020003", + "intro": "AMS G 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707200000020003", + "intro": "AMS H 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700110000020002", + "intro": "AMS A 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700200000020003", + "intro": "AMS A 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701100000020002", + "intro": "AMS B 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701110000020002", + "intro": "AMS B 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701130000020002", + "intro": "AMS B 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804120000010001", + "intro": "AMS-HT E 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1807110000020002", + "intro": "AMS-HT H 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0707100000010003", + "intro": "AMS H 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706230000020004", + "intro": "AMS G 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705220000020004", + "intro": "AMS F 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800120000020002", + "intro": "AMS-HT A 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706220000020004", + "intro": "AMS G 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT A 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1800300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1804310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0705200000020009", + "intro": "AMS F 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "18FF200000020002", + "intro": "외부 필라멘트가 없습니다. 새 필라멘트를 장착하십시오." + }, + { + "ecode": "1807350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "18FF200000020001", + "intro": "외부 필라멘트 소진. 새 필라멘트를 로드하십시오." + }, + { + "ecode": "1800450000020001", + "intro": "필라멘트 커터 센서가 오작동합니다. 커넥터가 제대로 꽂혀 있는지 확인하세요." + }, + { + "ecode": "1805310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0704230000020009", + "intro": "AMS E 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0707350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700110000010001", + "intro": "AMS A 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701120000020002", + "intro": "AMS B 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702200000020003", + "intro": "AMS C 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703110000010003", + "intro": "AMS D 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1805120000020002", + "intro": "AMS-HT F 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707220000020004", + "intro": "AMS H 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704120000010001", + "intro": "AMS E 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802130000010001", + "intro": "AMS-HT C 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1800130000020002", + "intro": "AMS-HT A 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801100000010001", + "intro": "AMS-HT B 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807100000020002", + "intro": "AMS-HT H 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802120000020002", + "intro": "AMS-HT C 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705120000020002", + "intro": "AMS F 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0700210000020003", + "intro": "AMS A 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700230000020003", + "intro": "AMS A 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702130000010003", + "intro": "AMS C 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703220000020003", + "intro": "AMS D 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803120000020002", + "intro": "AMS-HT D 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1801110000010001", + "intro": "AMS-HT B 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806110000010001", + "intro": "AMS-HT G 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0707200000020004", + "intro": "AMS H 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705130000020002", + "intro": "AMS F 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT A 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704110000010003", + "intro": "AMS E 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804110000020002", + "intro": "AMS-HT E 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1805130000020002", + "intro": "AMS-HT F 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804130000020002", + "intro": "AMS-HT E 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0706300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1800450000020002", + "intro": "필라멘트 커터의 절단 거리가 너무 큽니다. XY 모터가 스텝을 잃을 수 있습니다." + }, + { + "ecode": "1802300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1802310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1806310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1802300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0705230000020009", + "intro": "AMS F 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0707310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0700100000010001", + "intro": "AMS A 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0700100000020002", + "intro": "AMS A 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700120000010001", + "intro": "AMS A 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0700130000010001", + "intro": "AMS A 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0702110000020002", + "intro": "AMS C 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0702210000020004", + "intro": "AMS C 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702220000020004", + "intro": "AMS C 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0705100000010003", + "intro": "AMS F 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0701110000010001", + "intro": "AMS B 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701120000010003", + "intro": "AMS B 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702230000020003", + "intro": "AMS C 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704100000020002", + "intro": "AMS E 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1803110000020002", + "intro": "AMS-HT D 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705110000010001", + "intro": "AMS F 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1800120000010001", + "intro": "AMS-HT A 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707120000020002", + "intro": "AMS H 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705110000010003", + "intro": "AMS F 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807110000010001", + "intro": "AMS-HT H 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706230000020009", + "intro": "AMS G 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1804300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1802350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "18FF200000020004", + "intro": "압출기에서 외부 필라멘트를 당겨 빼주세요." + }, + { + "ecode": "0705350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706210000020009", + "intro": "AMS G 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1805350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "18FF450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "0707300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1800300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702200000020004", + "intro": "AMS C 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703100000010003", + "intro": "AMS D 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703120000010001", + "intro": "AMS D 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0703230000020003", + "intro": "AMS D 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707130000010003", + "intro": "AMS H 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707220000020003", + "intro": "AMS H 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706100000020002", + "intro": "AMS G 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704210000020004", + "intro": "AMS E 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706220000020003", + "intro": "AMS G 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704120000020002", + "intro": "AMS E 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705120000010001", + "intro": "AMS F 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0706110000010003", + "intro": "AMS G 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707120000010003", + "intro": "AMS H 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705100000010001", + "intro": "AMS F 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700130000020002", + "intro": "AMS A 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0701230000020003", + "intro": "AMS B 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702230000020004", + "intro": "AMS C 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703100000010001", + "intro": "AMS D 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0703230000020004", + "intro": "AMS D 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803100000020002", + "intro": "AMS-HT D 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0707130000020002", + "intro": "AMS H 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801110000020002", + "intro": "AMS-HT B 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "0706110000020002", + "intro": "AMS G 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705130000010003", + "intro": "AMS F 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0706120000010001", + "intro": "AMS G 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1803310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1805300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0706310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1802310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0704350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707210000020009", + "intro": "AMS H 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "18FE450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0703200000020003", + "intro": "AMS D 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707130000010001", + "intro": "AMS H 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0704220000020003", + "intro": "AMS E 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0704130000010003", + "intro": "AMS E 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0706120000010003", + "intro": "AMS G 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707210000020003", + "intro": "AMS H 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806120000010001", + "intro": "AMS-HT G 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800100000010001", + "intro": "AMS-HT A 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0705230000020003", + "intro": "AMS F 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707110000010003", + "intro": "AMS H 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806110000020002", + "intro": "AMS-HT G 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1806130000020002", + "intro": "AMS-HT G 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0700210000020004", + "intro": "AMS A 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0700220000020003", + "intro": "AMS A 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701100000010003", + "intro": "AMS B 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703100000020002", + "intro": "AMS D 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0703220000020004", + "intro": "AMS D 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706100000010003", + "intro": "AMS G 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802100000010001", + "intro": "AMS-HT C 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706210000020003", + "intro": "AMS G 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1806100000020002", + "intro": "AMS-HT G 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704100000010001", + "intro": "AMS E 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706120000020002", + "intro": "AMS G 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707110000020002", + "intro": "AMS H 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704220000020004", + "intro": "AMS E 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706100000010001", + "intro": "AMS G 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800110000020002", + "intro": "AMS-HT A 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1803130000010001", + "intro": "AMS-HT D 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1805300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0704300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0707230000020009", + "intro": "AMS H 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1803300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1804310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1800310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1803350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704210000020009", + "intro": "AMS E 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700230000020004", + "intro": "AMS A 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0702120000010001", + "intro": "AMS C 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804120000020002", + "intro": "AMS-HT E 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705210000020003", + "intro": "AMS F 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802120000010001", + "intro": "AMS-HT C 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0700120000010003", + "intro": "AMS A 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0701220000020003", + "intro": "AMS B 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702220000020003", + "intro": "AMS C 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703120000010003", + "intro": "AMS D 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801100000020002", + "intro": "AMS-HT B 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1806100000010001", + "intro": "AMS-HT G 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1805110000010001", + "intro": "AMS-HT F 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1803110000010001", + "intro": "AMS-HT D 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807120000020002", + "intro": "AMS-HT H 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807130000010001", + "intro": "AMS-HT H 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0704220000020009", + "intro": "AMS E 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1800350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0707310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0705300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0707200000020009", + "intro": "AMS H 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1801300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0706220000020009", + "intro": "AMS G 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1800400000020003", + "intro": "AMS Hub 통신이 비정상적입니다. 케이블이 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "0706350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0701220000020004", + "intro": "AMS B 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0701230000020004", + "intro": "AMS B 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702130000020002", + "intro": "AMS C 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1805100000020002", + "intro": "AMS-HT F 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807100000010001", + "intro": "AMS-HT H 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1804100000020002", + "intro": "AMS-HT E 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804100000010001", + "intro": "AMS-HT E 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807120000010001", + "intro": "AMS-HT H 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704200000020003", + "intro": "AMS E 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT A 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707100000020002", + "intro": "AMS H 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0707210000020004", + "intro": "AMS H 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0705110000020002", + "intro": "AMS F 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700110000010003", + "intro": "AMS A 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701120000010001", + "intro": "AMS B 슬롯 3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0701130000010003", + "intro": "AMS B 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701210000020003", + "intro": "AMS B 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702100000020002", + "intro": "AMS C 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0702120000010003", + "intro": "AMS C 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702210000020003", + "intro": "AMS C 슬롯 2의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703110000020002", + "intro": "AMS D 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0703130000010001", + "intro": "AMS D 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F 슬롯 3 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G 슬롯 2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B 슬롯 3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1800110000010001", + "intro": "AMS-HT A 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E 슬롯 4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1805100000010001", + "intro": "AMS-HT F 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A 슬롯 3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1803310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1801310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "1800450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "1807300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0705220000020009", + "intro": "AMS F 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A 슬롯 3 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800100000020002", + "intro": "AMS-HT A 슬롯 1 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B 슬롯 1의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802130000020002", + "intro": "AMS-HT C 슬롯 4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G 슬롯 2 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F 슬롯 4 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E 슬롯 3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1806130000010001", + "intro": "AMS-HT G 슬롯 4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E 슬롯 3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H 슬롯 2의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C 슬롯 1 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H 슬롯 1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F 슬롯 2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706230000020003", + "intro": "AMS G 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0704230000020004", + "intro": "AMS E 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D 슬롯 2 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A 슬롯 4의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1806120000020002", + "intro": "AMS-HT G 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1805110000020002", + "intro": "AMS-HT F 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0707230000020003", + "intro": "AMS H 슬롯 4의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0700130000010003", + "intro": "AMS A 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701210000020004", + "intro": "AMS B 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0702100000010003", + "intro": "AMS C 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702110000010001", + "intro": "AMS C 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0702110000010003", + "intro": "AMS C 슬롯 2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702120000020002", + "intro": "AMS C 슬롯 3 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C 슬롯 2 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C 슬롯 4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "0703210000020004", + "intro": "AMS D 슬롯 2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0707110000010001", + "intro": "AMS H 슬롯 2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H 슬롯 4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D 슬롯 3 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G 슬롯 3의 필라멘트가 AMS-HT 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705200000020003", + "intro": "AMS F 슬롯 1의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C 슬롯 3 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F 슬롯 4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G 슬롯 1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706200000020004", + "intro": "AMS G 슬롯 1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F 건조 냉각 중, 식을 때까지 기다렸다가 작동하십시오." + }, + { + "ecode": "0705220000020003", + "intro": "AMS F 슬롯 3의 필라멘트가 AMS 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H 슬롯 1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H 슬롯 4 피드인 홀 센서가 분리되었는데, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D 슬롯 1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704110000020002", + "intro": "AMS E 슬롯 2 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E 슬롯 1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 동안 기다려 주십시오." + }, + { + "ecode": "0707230000020004", + "intro": "AMS H 슬롯 4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1803100000010001", + "intro": "AMS-HT D 슬롯 1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706200000020009", + "intro": "AMS G 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1807310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0706300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0300C20000010002", + "intro": "필터 스위치 플랩의 홀 센서 오작동: 배선이 느슨하지 않은지 확인하십시오." + }, + { + "ecode": "0C00010000010010", + "intro": "라이브 뷰 카메라 보정에 실패했습니다. 히트베드가 깨끗한지 확인하고 카메라 이미지가 선명하고 먼지가 없는지 확인하세요. 이 단계가 끝나면 다시 보정하세요." + }, + { + "ecode": "0C0001000001000F", + "intro": "라이브 뷰 카메라 보정에 실패했습니다. 장치를 다시 시작하거나 펌웨어를 업데이트하세요." + }, + { + "ecode": "0C00010000010013", + "intro": "라이브 뷰 카메라 보정에 실패하여 라이브 뷰 카메라 일련번호를 읽을 수 없습니다. 고객 지원팀에 문의하세요." + }, + { + "ecode": "050004000001004F", + "intro": "알 수 없는 모듈이 감지되었습니다. 펌웨어를 최신 버전으로 업데이트해 보세요." + }, + { + "ecode": "0C00040000010020", + "intro": "히트베드의 시각적 표시가 손상된 경우 A/S 센터에 문의하세요." + }, + { + "ecode": "0C00030000020013", + "intro": "이물질 감지가 작동하지 않습니다. 장치를 다시 시작하거나 펌웨어를 업데이트하세요." + }, + { + "ecode": "1200300000010004", + "intro": "AMS A의 암호화 칩 장애로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1201300000010004", + "intro": "AMS B의 암호화 칩 장애로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1202300000010004", + "intro": "AMS C의 암호화 칩 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "1203300000010004", + "intro": "AMS D의 암호화 칩 장애로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B 챔버 온도가 너무 높아서 보조 공급이나 RFID 판독이 현재 허용되지 않습니다." + }, + { + "ecode": "07FF450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "07FE450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0500050000010001", + "intro": "AP 보드의 공장 출하 데이터가 비정상입니다. AP 보드를 새 것으로 교체하세요." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0500400000010039", + "intro": "레이저 모듈 일련 번호 오류" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0500400000010040", + "intro": "커팅 모듈 일련 번호 오류" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0300180000010006", + "intro": "히트베드 레벨링 데이터가 비정상입니다. 히트베드과 Z 슬라이더에 이물질이 있는지 확인해 주세요. 이물질이 있다면 제거한 후 다시 시도하세요." + }, + { + "ecode": "0500010000030004", + "intro": "USB 플래시 드라이브의 공간이 부족합니다. 공간을 확보해 주세요." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G 건조를 시작할 수 없습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 다시 시도하세요." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G 환경 온도가 너무 낮아 건조 성능에 영향을 미칠 수 있습니다." + }, + { + "ecode": "0300180000010003", + "intro": "압출력 센서를 사용할 수 없습니다. MC와 TH 사이의 연결이 끊어졌거나 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0500020000020003", + "intro": "인터넷 연결에 실패했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0700310000020002", + "intro": "AMS A 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0703300000020002", + "intro": "AMS D 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0300960000010001", + "intro": "정문이 열려 있는 것 같습니다. 작업이 일시 중지되었습니다." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806310000020002", + "intro": "AMS-HT G 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805330000020002", + "intro": "AMS-HT F 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0705320000020002", + "intro": "AMS F 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "030001000001000D", + "intro": "이전에 히트베드를 가열할 때 문제가 발생했습니다. 프린터를 계속 사용하려면 Wiki를 참조하여 문제를 해결하십시오." + }, + { + "ecode": "0300040000020001", + "intro": "부품 냉각 팬의 속도가 너무 느리거나 멈췄습니다. 이물질이 끼어 있거나 커넥터가 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "0300080000010003", + "intro": "모터-Z의 저항이 비정상입니다. 모터가 고장났을 수 있습니다." + }, + { + "ecode": "0500040000010002", + "intro": "인쇄 상태 보고 실패. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0500040000030008", + "intro": "문이 열려 있는 것 같습니다." + }, + { + "ecode": "0500040000030009", + "intro": "베드 온도가 필라멘트의 유리화 온도를 초과하여 노즐이 막힐 수 있습니다. 프린터의 전면 도어를 열어 두십시오. 도어 열림 감지가 일시적으로 꺼졌습니다." + }, + { + "ecode": "0500050000030002", + "intro": "기기는 엔지니어링 상태이므로 정보 보안 관련 사항에 주의하시기 바랍니다." + }, + { + "ecode": "0700300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0701310000020002", + "intro": "AMS B 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0702310000020002", + "intro": "AMS C 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0703310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0C00020000010005", + "intro": "새로운 마이크로 라이다가 감지되었습니다. 사용하기 전에 교정 페이지에서 교정하십시오." + }, + { + "ecode": "12FF200000020004", + "intro": "스풀 홀더의 필라멘트를 압출기에서 빼내십시오." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C 히터 2가 단락되어 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0C00040000010011", + "intro": "재료 두께 측정에 실패했습니다: 장치 매개변수 이상, 전망 카메라를 다시 설정하세요." + }, + { + "ecode": "0C0003000002000C", + "intro": "빌드 플레이트 현지화 마커가 감지되지 않았습니다. 빌드 플레이트가 올바르게 정렬되었는지 확인하세요." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0300A20000010001", + "intro": "프린터의 챔버 온도가 높아서 MC 모듈 온도가 너무 높습니다. 사용하기 전에 환경 온도를 낮춰 보십시오." + }, + { + "ecode": "0300360000010001", + "intro": "챔버 열 순환 팬 속도가 너무 느리거나 멈췄습니다. 팬이 고착됬거나 커넥터가 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "0C00040000010013", + "intro": "전망 카메라의 노출 매개변수가 유효하지 않으니 다시 시도해 보세요." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802310000020002", + "intro": "AMS-HT C 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707300000020002", + "intro": "AMS H 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707310000020002", + "intro": "AMS H 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800330000020002", + "intro": "AMS-HT A 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0705310000020002", + "intro": "AMS F 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705300000020002", + "intro": "AMS F 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807310000020002", + "intro": "AMS-HT H 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801330000020002", + "intro": "AMS-HT B 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1804310000020002", + "intro": "AMS-HT E 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1801320000020002", + "intro": "AMS-HT B 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "03001B0000010002", + "intro": "히트베드 가속 센서에서 외부 장애가 감지되었습니다.센서 신호선이 부착되지 않았나봅니다." + }, + { + "ecode": "030091000001000C", + "intro": "챔버 히터 1이 장시간 최대 부하로 작동했습니다. 온도 제어 시스템에 이상이 있을 수 있습니다." + }, + { + "ecode": "0300940000030001", + "intro": "챔버 냉각이 너무 느릴 수 있습니다. 챔버의 공기가 무독성이면 앞문이나 상단 덮개를 열어 냉각을 도울 수 있습니다." + }, + { + "ecode": "0500020000020005", + "intro": "인터넷 연결에 실패했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0500040000010003", + "intro": "출력 파일의 내용을 읽을 수 없습니다. 출력 작업을 다시 보내십시오." + }, + { + "ecode": "0500050000010006", + "intro": "AP 보드의 공장 데이터가 비정상입니다. AP 보드를 새 것으로 교체하십시오." + }, + { + "ecode": "0700330000020002", + "intro": "AMS A 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0701300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0701330000020002", + "intro": "AMS B 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0702300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0702300000020002", + "intro": "AMS C 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0702320000020002", + "intro": "AMS C 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0702330000020002", + "intro": "AMS C 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0703310000020002", + "intro": "AMS D 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0C0001000001000B", + "intro": "마이크로 라이더 교정 실패. 교정 차트가 깨끗하고 가려지지 않았는지 확인하십시오. 그런 다음 기계 교정을 다시 실행합니다." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "050003000001000A", + "intro": "시스템 상태가 비정상입니다. 공장 설정으로 복원하세요." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "030001000001000E", + "intro": "전원 공급 전압이 기계와 일치하지 않아 히트베드가 비활성화되었습니다." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D 히터 2가 단락되어 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0706330000020002", + "intro": "AMS G 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1805310000020002", + "intro": "AMS-HT F 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805320000020002", + "intro": "AMS-HT F 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0704310000020002", + "intro": "AMS E 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801310000020002", + "intro": "AMS-HT B 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706320000020002", + "intro": "AMS G 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806300000020002", + "intro": "AMS-HT G 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1804320000020002", + "intro": "AMS-HT E 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706310000020002", + "intro": "AMS G 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0705330000020002", + "intro": "AMS F 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0300010000010008", + "intro": "히트베드의 가열 과정에서 이상이 발생하면 가열 모듈에 결함이 있을 수도 있습니다." + }, + { + "ecode": "0300020000010006", + "intro": "노즐 온도가 비정상입니다. 센서에 합선이 있을 수 있습니다. 커넥터가 제대로 꽂혀 있는지 확인하세요." + }, + { + "ecode": "0700320000020002", + "intro": "AMS A 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0700400000020004", + "intro": "필라멘트 버퍼 신호가 비정상입니다. 스프링이 끼었거나 필라멘트가 엉켰을 수 있습니다." + }, + { + "ecode": "0702310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0703300000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0C0003000002000F", + "intro": "첫 번째 레이어 검사 전에 부품을 건너뛰었습니다. 현재 출력에서는 검사가 지원되지 않습니다." + }, + { + "ecode": "12FF200000020006", + "intro": "필라멘트를 압출하지 못했습니다. 압출기가 막혔을 수 있습니다." + }, + { + "ecode": "0C00040000010014", + "intro": "커팅 보호 베이스가 감지되지 않아\n열판이 손상될 수 있습니다. 올려놓고 계속하세요." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0300090000020002", + "intro": "압출 저항이 비정상입니다. 압출기가 막혔거나 툴 헤드에 필라멘트가 끼어 있을 수 있습니다." + }, + { + "ecode": "0300310000010001", + "intro": "출력물 냉각 팬 속도가 너무 느리거나 멈췄습니다. 팬이 고착됬거나 커넥터가 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804330000020002", + "intro": "AMS-HT E 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803310000020002", + "intro": "AMS-HT D 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1802300000020002", + "intro": "AMS-HT C 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1807320000020002", + "intro": "AMS-HT H 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704300000020002", + "intro": "AMS E 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1803300000020002", + "intro": "AMS-HT D 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806320000020002", + "intro": "AMS-HT G 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1800300000020002", + "intro": "AMS-HT A 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "030001000001000A", + "intro": "히트베드 온도 제어가 비정상적입니다. AC 보드에 결함이 있을 수도 있습니다." + }, + { + "ecode": "0300030000010001", + "intro": "핫엔드 팬의 속도가 너무 느리거나 멈췄습니다. 커넥터에 이물질이 끼어 있거나 커넥터가 제대로 꽂혀 있지 않을 수 있습니다." + }, + { + "ecode": "0300060000010003", + "intro": "모터-A의 저항이 비정상입니다. 모터가 고장났을 수 있습니다." + }, + { + "ecode": "0300070000010003", + "intro": "모터-B의 저항이 비정상입니다. 모터가 고장났을 수 있습니다." + }, + { + "ecode": "03001A0000020001", + "intro": "노즐이 필라멘트로 덮여 있거나 빌드 플레이트가 비뚤어져 있습니다." + }, + { + "ecode": "03001D0000010001", + "intro": "압출 모터의 위치 센서가 비정상입니다. 센서 연결이 느슨해졌나봅니다." + }, + { + "ecode": "0500040000010001", + "intro": "출력 작업을 다운로드하지 못했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0700300000020002", + "intro": "AMS A 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0701320000020002", + "intro": "AMS B 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0703320000020002", + "intro": "AMS D 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0703330000020002", + "intro": "AMS D 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0C00010000020007", + "intro": "마이크로 라이더 레이저 매개변수가 변동되었습니다. 프린터를 다시 교정하십시오." + }, + { + "ecode": "0C00020000020004", + "intro": "노즐 높이가 너무 낮은 것 같습니다. 노즐이 마모되었거나 기울어졌는지 확인하십시오. 노즐을 교체한 경우 라이다를 다시 보정하십시오." + }, + { + "ecode": "0C00020000020009", + "intro": "수직 레이저는 원점 복귀 위치에서 충분히 밝지 않습니다. 이 메시지가 반복적으로 나타나면 히트베드를 청소하거나 교체하십시오." + }, + { + "ecode": "0C00030000020010", + "intro": "히트베드에서 이물질이 검출되었습니다. 히트베드를 확인하고 청소하십시오." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0500040000020033", + "intro": "모듈 커넥터를 연결하세요." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0C00040000010010", + "intro": "레이저 모듈 오작동으로 인해 재료 두께를 측정하지 못했습니다." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A 히터 2가 단락되어 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706300000020002", + "intro": "AMS G 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801300000020002", + "intro": "AMS-HT B 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1804300000020002", + "intro": "AMS-HT E 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1807300000020002", + "intro": "AMS-HT H 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G 히터 2의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802320000020002", + "intro": "AMS-HT C 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704330000020002", + "intro": "AMS E 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1802330000020002", + "intro": "AMS-HT C 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0500020000020001", + "intro": "인터넷 연결에 실패했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0500040000010006", + "intro": "이전 출력을 다시 시작하지 못했습니다." + }, + { + "ecode": "0700310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0700400000020003", + "intro": "AMS Hub 통신이 비정상적입니다. 케이블이 제대로 연결되지 않았을 수 있습니다." + }, + { + "ecode": "0701300000020002", + "intro": "AMS B 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0701310000010004", + "intro": "암호화 칩 오류" + }, + { + "ecode": "0C00020000020003", + "intro": "원점 복귀 위치에서 수평 레이저가 충분히 밝지 않습니다. 이 메시지가 반복해서 나타나면 히트베드를 청소하거나 교체하십시오." + }, + { + "ecode": "0C00020000020007", + "intro": "수직 레이저가 켜지지 않습니다. 가려져 있거나 하드웨어 연결에 문제가 있는지 확인하십시오." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B 히터 2가 단락되어 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0300090000020003", + "intro": "압출기가 비정상적으로 압출되고 있습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러질 수 있습니다." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B 히터 1의 온도 센서가 오작동하며 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C 히터 1의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803330000020002", + "intro": "AMS-HT D 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1806330000020002", + "intro": "AMS-HT G 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C 보조 모터 위상 권선에 개방 회로가 있습니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F 배기 밸브 1이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D 배기 밸브 2이 연결되지 않았으며, 이는 커넥터 접촉 불량 때문일 수 있습니다." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E 보조 모터 인코더 와이어가 연결되지 않았습니다. 보조 모터 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0707320000020002", + "intro": "AMS H 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0707330000020002", + "intro": "AMS H 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1805300000020002", + "intro": "AMS-HT F 슬롯1의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H 히터 2의 연결이 끊어져 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G 습도 센서가 분리되어 커넥터 접촉 불량으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704320000020002", + "intro": "AMS E 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800320000020002", + "intro": "AMS-HT A 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1803320000020002", + "intro": "AMS-HT D 슬롯3의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1807330000020002", + "intro": "AMS-HT H 슬롯4의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1800310000020002", + "intro": "AMS-HT A 슬롯2의 RFID 태그가 손상되었거나 그 내용을 식별할 수 없습니다." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F 히터 1이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B 히터 2이 단락되었으며, 배선 단락 또는 히터 손상으로 인해 단락되었을 수 있습니다." + }, + { + "ecode": "0703200000020009", + "intro": "AMS D 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0702230000020009", + "intro": "AMS C 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700200000020009", + "intro": "AMS A 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0701220000020009", + "intro": "AMS B 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0701230000020009", + "intro": "AMS B 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0701200000020009", + "intro": "AMS B 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0701210000020009", + "intro": "AMS B 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0702220000020009", + "intro": "AMS C 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700210000020009", + "intro": "AMS A 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0702210000020009", + "intro": "AMS C 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0703230000020009", + "intro": "AMS D 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0702200000020009", + "intro": "AMS C 슬롯 1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700220000020009", + "intro": "AMS A 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0703220000020009", + "intro": "AMS D 슬롯 3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0703210000020009", + "intro": "AMS D 슬롯 2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700230000020009", + "intro": "AMS A 슬롯 4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700310000010001", + "intro": "AMS A RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1800310000010001", + "intro": "AMS-HT A RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1801300000010001", + "intro": "AMS-HT B RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0702310000010001", + "intro": "AMS C RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT C 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0704010000020002", + "intro": "AMS E 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT A 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706010000010001", + "intro": "AMS G 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701310000010001", + "intro": "AMS B RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0706010000010003", + "intro": "AMS G 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707010000010003", + "intro": "AMS H 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT F 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806010000010003", + "intro": "AMS-HT G 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1806300000010001", + "intro": "AMS-HT G RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT F 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704310000010001", + "intro": "AMS E RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704010000010004", + "intro": "AMS E 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT C 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0707010000020002", + "intro": "AMS H 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802310000010001", + "intro": "AMS-HT C RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT E 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT G 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT E 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT D 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT D 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0707310000010001", + "intro": "AMS H RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT H 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0705010000010001", + "intro": "AMS F 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0704300000010001", + "intro": "AMS E RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0705010000020002", + "intro": "AMS F 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701300000010001", + "intro": "AMS B RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0702300000010001", + "intro": "AMS C RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1803310000010001", + "intro": "AMS-HT D RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT B 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1801310000010001", + "intro": "AMS-HT B RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1806310000010001", + "intro": "AMS-HT G RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1805310000010001", + "intro": "AMS-HT F RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1807010000010003", + "intro": "AMS-HT H 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT H 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700300000010001", + "intro": "AMS A RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT A 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1807300000010001", + "intro": "AMS-HT H RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT G 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705010000010004", + "intro": "AMS F 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0500040000020030", + "intro": "전망 카메라가 설치되지 않았습니다. 프린터 전원을 끈 다음 카메라를 설치하세요." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0705300000010001", + "intro": "AMS F RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707300000010001", + "intro": "AMS H RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802300000010001", + "intro": "AMS-HT C RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805300000010001", + "intro": "AMS-HT F RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0705310000010001", + "intro": "AMS F RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT F 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0704010000010003", + "intro": "AMS E 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706300000010001", + "intro": "AMS G RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706010000020002", + "intro": "AMS G 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1800300000010001", + "intro": "AMS-HT A RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0707010000010004", + "intro": "AMS H 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804310000010001", + "intro": "AMS-HT E RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0706310000010001", + "intro": "AMS G RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리 측정에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0704010000010001", + "intro": "AMS E 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1803300000010001", + "intro": "AMS-HT D RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703310000010001", + "intro": "AMS D RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0707010000010001", + "intro": "AMS H 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1801010000010003", + "intro": "AMS-HT B 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703300000010001", + "intro": "AMS D RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT D 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1804300000010001", + "intro": "AMS-HT E RFID 1 보드에 오류가 있습니다." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1807310000010001", + "intro": "AMS-HT H RFID 2 보드에 오류가 있습니다." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT E 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0706010000010004", + "intro": "AMS G 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C 보조 모터 교정 매개변수 오류. 필라멘트 허브에서 필라멘트를 빼낸 다음 AMS를 다시 시작하십시오." + }, + { + "ecode": "0705010000010003", + "intro": "AMS F 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT C 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT B 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0500010000030007", + "intro": "USB 플래시 드라이브를 삽입하지 않으면 타임랩스 사진을 녹화할 수 없습니다." + }, + { + "ecode": "0300110000020002", + "intro": "Y축의 공진 주파수는 마지막 보정과 많이 다릅니다. Y축 라이너 연마봉을 청소하고 출력 후 보정을 수행하십시오." + }, + { + "ecode": "0300200000010002", + "intro": "Y 축 원점 복귀 이상: 툴 헤드가 끼어 있거나 Y 캐리지의 저항이 너무 크지 않은지 확인하십시오." + }, + { + "ecode": "0300200000010001", + "intro": "X축 원점 복귀 이상: 공구 헤드가 끼어 있는지 또는 X축 선형 레일의 저항이 너무 높은지 확인하십시오." + }, + { + "ecode": "0300100000020002", + "intro": "X축의 공진 주파수가 마지막 캘리브레이션과 크게 다릅니다. 인쇄 후 X축 리니어 레일을 청소하고 보정을 수행하십시오." + }, + { + "ecode": "0500040000020039", + "intro": "모듈 커넥터를 연결하세요" + }, + { + "ecode": "0701010000010001", + "intro": "AMS B 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200220000020006", + "intro": "AMS A 슬롯3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B 슬롯3 필라멘트가 소진되어 기존 필라멘트 제거가 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1202110000010003", + "intro": "AMS C Slot2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D 슬롯3 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702010000020002", + "intro": "AMS C 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B 슬롯 1 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B 슬롯 3 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C 슬롯2 필라멘트가 소진되어 기존 필라멘트를 제거하는 작업이 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D 슬롯 1 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0300010000010001", + "intro": "히트베드 온도가 비정상입니다. 히터에 단락이 있을 수 있습니다." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0702010000010001", + "intro": "AMS C 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200330000020002", + "intro": "AMS A 슬롯 4의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B 슬롯1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B 슬롯3 필라멘트는 테프론 튜브 내에서 끊어질 수 있습니다." + }, + { + "ecode": "1201230000020004", + "intro": "AMS B 슬롯4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202130000010001", + "intro": "AMS C 슬롯4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C 필라멘트 속도 및 길이 오류: 슬롯 3 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D 슬롯1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1203210000020004", + "intro": "AMS D 슬롯2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "0C0003000003000B", + "intro": "첫 번째 레이어 검사 중: 잠시만 기다려주세요." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1200100000020002", + "intro": "AMS A 슬롯1 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A 슬롯1 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A 필라멘트 속도 및 길이 오류: 슬롯 3 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A 슬롯4 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1202300000020002", + "intro": "AMS C 슬롯 1의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C 슬롯 3 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C 슬롯4 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Slot4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1202120000010001", + "intro": "AMS C 슬롯3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C 슬롯2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202230000020004", + "intro": "AMS C 슬롯4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C 슬롯4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1203100000010001", + "intro": "AMS D Slot1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1203110000010003", + "intro": "AMS D Slot2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D 슬롯3 필라멘트가 소진되어 기존 필라멘트 제거가 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0C0003000001000A", + "intro": "프린터가 공장 모드입니다. 기술 지원팀에 문의하세요." + }, + { + "ecode": "050004000002001A", + "intro": "AMS C 슬롯3의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "1200200000020006", + "intro": "AMS A 슬롯1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A 슬롯3 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1201220000020004", + "intro": "AMS B 슬롯3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202330000020002", + "intro": "AMS C 슬롯 4의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1203130000010003", + "intro": "AMS D 슬롯4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A 슬롯2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B 슬롯1 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C 필라멘트 속도 및 길이 오류: 슬롯 2 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203120000020002", + "intro": "AMS D 슬롯3 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0500040000020032", + "intro": "레이저 모듈을 밀어넣고 신속 이탈 레버를 잠그세요." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702010000010003", + "intro": "AMS C 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C 슬롯3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0700010000010004", + "intro": "AMS A 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1200120000020002", + "intro": "AMS A 슬롯3 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C 슬롯4 필라멘트가 테프론 튜브 내에서 깨질 수 있습니다." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D 슬롯2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0500040000020015", + "intro": "AMS B 슬롯2의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A 필라멘트 속도 및 길이 오류: 슬롯 2 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201130000010001", + "intro": "AMS B 슬롯4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B 슬롯1 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B 슬롯 4 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202100000010003", + "intro": "AMS C Slot1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C 슬롯2 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1203220000020004", + "intro": "AMS D 슬롯3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A 슬롯4 필라멘트가 테프론 튜브 내에서 깨질 수 있습니다." + }, + { + "ecode": "1200230000020004", + "intro": "AMS A 슬롯4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A 슬롯 4 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C 슬롯3 필라멘트가 모두 소진되었습니다. 새 필라멘트를 삽입하세요." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D 슬롯1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "0300350000020002", + "intro": "MC 모듈 냉각 팬 속도가 느립니다. 고착되어 청소가 필요할 수 있습니다." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0C00040000020004", + "intro": "이 작업에는 지원되지 않는 플랫폼 유형이 있습니다. 계속하려면 올바른 플랫폼을 사용하세요." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A 슬롯2 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A 슬롯3 필라멘트가 소진되어 기존 필라멘트 제거가 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A 슬롯4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A 슬롯 1 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B 슬롯1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B 슬롯4 필라멘트가 테프론 튜브 내에서 깨질 수 있습니다." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B 슬롯3 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1203230000020004", + "intro": "AMS D 슬롯4 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D 슬롯4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "050004000002001C", + "intro": "AMS D 슬롯1의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "1200110000010001", + "intro": "AMS A Slot2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1200310000020002", + "intro": "AMS A 슬롯 2의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1201210000020006", + "intro": "AMS B 슬롯2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1202100000020002", + "intro": "AMS C 슬롯1 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1203110000010001", + "intro": "AMS D Slot2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A 슬롯3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A 슬롯1 필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B 슬롯1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1201200000020006", + "intro": "AMS B 슬롯1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B 슬롯2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B 슬롯3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1202200000020006", + "intro": "AMS C 슬롯1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1201300000020002", + "intro": "AMS B 슬롯 1의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B 슬롯2 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B 필라멘트 속도 및 길이 오류: 슬롯 2 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202130000010003", + "intro": "AMS C 슬롯4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C 슬롯1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C 슬롯3 필라멘트가 소진되어 기존 필라멘트 제거가 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D 슬롯4 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "0300960000030001", + "intro": "정문이 열려 있습니다." + }, + { + "ecode": "050003000002000C", + "intro": "무선 하드웨어 오류: Wi-Fi를 끄거나 켜거나 기기를 다시 시작하세요." + }, + { + "ecode": "0300090000020001", + "intro": "압출 모터에 과부하가 걸렸습니다. 압출기가 막혔거나 필라멘트가 툴헤드에 걸렸을 수 있습니다." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A 슬롯1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B 필라멘트 속도 및 길이 오류: 슬롯 1 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B 필라멘트 속도 및 길이 오류: 슬롯 4 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C 슬롯3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1202310000020002", + "intro": "AMS C 슬롯 2의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1202320000020002", + "intro": "AMS C 슬롯 3의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D 슬롯 3이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1203220000020006", + "intro": "AMS D 슬롯3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "0C00040000010015", + "intro": "레이저 보호 인서트가 감지되지 않았습니다. 삽입하고 계속하세요." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0500040000020011", + "intro": "AMS A 슬롯2의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0500040000020017", + "intro": "AMS B 슬롯4의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1200120000010003", + "intro": "AMS A 슬롯3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A 슬롯 3 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C 슬롯1 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D 필라멘트 속도 및 길이 오류: 슬롯 1 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D 슬롯1 필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0500040000020018", + "intro": "AMS C 슬롯1의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0703010000010003", + "intro": "AMS D 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A 슬롯3 필라멘트가 모두 소진되었습니다. 새 필라멘트를 삽입하세요." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B 슬롯3 필라멘트가 모두 소진되었습니다. 새 필라멘트를 삽입하세요." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D 슬롯1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D 슬롯1 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1200210000020006", + "intro": "AMS A 슬롯2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1201210000020004", + "intro": "AMS B 슬롯2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B 슬롯2 필라멘트가 소진되어 기존 필라멘트를 제거하는 작업이 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C 슬롯2 필라멘트가 소진되어 동일한 필라멘트를 사용하는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1202220000020006", + "intro": "AMS C 슬롯3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1202230000020006", + "intro": "AMS C 슬롯4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D 슬롯1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D 슬롯3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D 슬롯 3 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D 슬롯 4 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1200110000010003", + "intro": "AMS A Slot2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B 슬롯3 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1202130000020002", + "intro": "AMS C 슬롯4 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C 히터 2의 전류 센서가 비정상입니다." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0700010000010003", + "intro": "AMS A 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200100000010001", + "intro": "AMS A Slot1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A 슬롯2 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A 슬롯3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B 슬롯4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1201330000020002", + "intro": "AMS B 슬롯 4의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1202110000020002", + "intro": "AMS C 슬롯2 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1202120000020002", + "intro": "AMS C 슬롯3 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701010000020002", + "intro": "AMS B 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1200220000020004", + "intro": "AMS A 슬롯3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1201130000010003", + "intro": "AMS B 슬롯4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D 슬롯4 필라멘트가 테프론 튜브 내에서 깨질 수 있습니다." + }, + { + "ecode": "050004000002001F", + "intro": "AMS D 슬롯4의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "1200130000010001", + "intro": "AMS A 슬롯4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B 슬롯2 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1201220000020006", + "intro": "AMS B 슬롯3 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B 슬롯4 필라멘트가 소진되었습니다. 새로운 필라멘트를 장착하세요." + }, + { + "ecode": "1201230000020006", + "intro": "AMS B 슬롯4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1202120000010003", + "intro": "AMS C 슬롯3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202210000020006", + "intro": "AMS C 슬롯2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1203200000020006", + "intro": "AMS D 슬롯1 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D 슬롯2 필라멘트가 소진되어 동일한 필라멘트를 사용하는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D 필라멘트 속도 및 길이 오류: 슬롯 3 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "0500040000020013", + "intro": "AMS A 슬롯4의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "1200130000020002", + "intro": "AMS A 슬롯4 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B 슬롯3 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B 필라멘트 속도 및 길이 오류: 슬롯 3 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C 슬롯4 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1203130000010001", + "intro": "AMS D 슬롯4 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D 슬롯2 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D 슬롯2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D 슬롯4 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0500040000020010", + "intro": "AMS A 슬롯1의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "050004000002001E", + "intro": "AMS D 슬롯3의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0700010000010001", + "intro": "AMS A 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A 슬롯1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1200320000020002", + "intro": "AMS A 슬롯 3의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C 슬롯1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C 슬롯2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C 슬롯3 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1203300000020002", + "intro": "AMS D 슬롯 1의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1203330000020002", + "intro": "AMS D 슬롯 4의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0C00040000020008", + "intro": "재료가 감지되지 않았습니다. 배치를 확인한 후 계속하세요." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1201120000010003", + "intro": "AMS B 슬롯3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B 슬롯1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1203100000010003", + "intro": "AMS D Slot1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203110000020002", + "intro": "AMS D 슬롯2 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A 브러시드 모터 2에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0300310000020002", + "intro": "출력물 냉각 팬 속도가 느립니다. 고착되어 청소가 필요할 수 있습니다." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C 건조 과정에서 열 폭주가 발생할 수 있습니다. AMS 전원 공급 장치를 꺼주세요." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A 브러시드 모터 3에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "1200230000020006", + "intro": "AMS A 슬롯4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가가 미끄러질 수 있습니다." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B 슬롯2 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C 슬롯3 필라멘트는 테프론 튜브 내에서 끊어질 수 있습니다." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C 슬롯4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D 슬롯3 필라멘트가 모두 소진되었습니다. 새 필라멘트를 삽입하세요." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D 슬롯 2 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "0703010000010001", + "intro": "AMS D 보조 모터가 미끄러졌습니다. 압출 휠이 마모되었거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A 슬롯1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A 슬롯2 필라멘트가 소진되어 동일한 필라멘트를 사용하는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot4 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D 슬롯2 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D 슬롯4 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0C00040000010016", + "intro": "신속 이탈 레버가 잠기지 않았습니다. 아래로 눌러 고정하세요." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0500040000020019", + "intro": "AMS C 슬롯2의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1200130000010003", + "intro": "AMS A Slot4 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A 슬롯3 필라멘트는 테프론 튜브 내에서 끊어질 수 있습니다." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C 슬롯2 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C 슬롯4 필라멘트가 소진되었습니다. 새로운 필라멘트를 장착하세요." + }, + { + "ecode": "1203120000010001", + "intro": "AMS D 슬롯3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D 필라멘트 속도 및 길이 오류: 슬롯 2 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A 슬롯2 필라멘트가 소진되어 기존 필라멘트를 제거하는 작업이 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1201100000010003", + "intro": "AMS B Slot1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201100000020002", + "intro": "AMS B 슬롯1 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1201310000020002", + "intro": "AMS B 슬롯 2의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B 슬롯1 필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C 슬롯1 필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D 슬롯3 필라멘트는 테프론 튜브 내에서 끊어질 수 있습니다." + }, + { + "ecode": "1203310000020002", + "intro": "AMS D 슬롯 2의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1203320000020002", + "intro": "AMS D 슬롯 3의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D 슬롯3 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "1201110000010003", + "intro": "AMS B Slot2 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201120000020002", + "intro": "AMS B 슬롯3 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B 슬롯 4가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B 슬롯4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B 슬롯4 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C 슬롯1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C 필라멘트 속도 및 길이 오류: 슬롯 4 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203120000010003", + "intro": "AMS D 슬롯3 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203210000020006", + "intro": "AMS D 슬롯2 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C 보조 모터 삼상 저항 불균형. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "050004000002001B", + "intro": "AMS C 슬롯4의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "050004000002001D", + "intro": "AMS D 슬롯2의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B 슬롯2 필라멘트가 소진되어 동일한 필라멘트를 사용하는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1203100000020002", + "intro": "AMS D 슬롯1 모터에 과부하가 걸렸습니다.필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D 슬롯4 필라멘트가 소진되었습니다. 새로운 필라멘트를 장착하세요." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D 슬롯2 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C 주행 거리계에 신호가 없습니다. 주행 거리계 커넥터의 접촉 상태가 좋지 않을 수 있습니다." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D 히터 1의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A 필라멘트 속도 및 길이 오류: 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702010000010004", + "intro": "AMS C 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "0703010000010004", + "intro": "AMS D 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1202110000010001", + "intro": "AMS C Slot2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C 슬롯1 필라멘트가 소진되었습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C 필라멘트 속도 및 길이 오류: 슬롯 1 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D 슬롯1 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D 슬롯1 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "050003000001000B", + "intro": "화면이 오작동합니다. 기기를 다시 시작하세요." + }, + { + "ecode": "0500040000020016", + "intro": "AMS B 슬롯3의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0701010000010003", + "intro": "AMS B 보조 모터 토크 제어가 오작동합니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A 슬롯 1이 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A 슬롯1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A 슬롯 2가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A 필라멘트 속도 및 길이 오류: 슬롯 1 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201110000010001", + "intro": "AMS B Slot2 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1201120000010001", + "intro": "AMS B 슬롯3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1201320000020002", + "intro": "AMS B 슬롯 3의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C 슬롯 4 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C 히터 2의 냉각 팬 속도가 너무 낮아 팬 저항이 과도할 수 있습니다." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C 보조 모터 저항이 비정상입니다. 보조 모터에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A 슬롯1 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B 슬롯2 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B 통신이 비정상입니다. 연결 케이블을 확인하십시오." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C 슬롯2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C 슬롯 2 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D 필라멘트 속도 및 길이 오류: 슬롯 4 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B 히터 1의 전류 센서가 비정상입니다." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0703010000020002", + "intro": "AMS D 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1200210000020004", + "intro": "AMS A 슬롯2 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A 슬롯4 필라멘트가 소진되어 기존 필라멘트 제거 중 문제가 발생하였습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A 슬롯4 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A 필라멘트 속도 및 길이 오류: 슬롯 4 필라멘트 주행 거리계에 결함이 있을 수 있습니다." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B 슬롯 2 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202100000010001", + "intro": "AMS C Slot1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C 슬롯1 필라멘트가 테프론 튜브에서 끊어졌을 수 있습니다." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C 슬롯1 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D 슬롯2 필라멘트가 소진되어 기존 필라멘트를 제거하는 작업이 비정상적으로 진행되었습니다. 필라멘트가 툴 헤드에 끼어 있는지 확인하십시오." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C 브러시드 모터 1에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B 브러시드 모터 4에는 신호가 없습니다. 이는 모터 커넥터의 접촉 불량 또는 모터 결함으로 인한 것일 수 있습니다." + }, + { + "ecode": "0500040000020014", + "intro": "AMS B 슬롯1의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0700010000020002", + "intro": "AMS A 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1200120000010001", + "intro": "AMS A 슬롯3 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A 슬롯 2 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A 슬롯3 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1202220000020004", + "intro": "AMS C 슬롯3 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C 슬롯 1 RFID 코일이 고장났거나 RF 하드웨어 회로에 오류가 있습니다." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C 슬롯2 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A 배기 밸브 2의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A 히터 1의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "050003000001000C", + "intro": "MC 모터 컨트롤러 모듈이 오작동하고 있습니다. 전원을 끄고 연결을 확인한 후 장치를 다시 시작하세요." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A 배기 밸브 1의 작동이 비정상적이며, 이는 과도한 저항으로 인한 것일 수 있습니다." + }, + { + "ecode": "0500040000020012", + "intro": "AMS A 슬롯3의 RFID 태그를 식별할 수 없습니다." + }, + { + "ecode": "0701010000010004", + "intro": "AMS B 보조 모터 속도 제어가 오작동합니다. 속도 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200100000010003", + "intro": "AMS A Slot1 모터 토크 제어가 오작동하고 있습니다. 전류 센서에 결함이 있을 수 있습니다." + }, + { + "ecode": "1200110000020002", + "intro": "AMS A 슬롯2 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1200200000020004", + "intro": "AMS A 슬롯1 필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C 슬롯3 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1203130000020002", + "intro": "AMS D 슬롯4 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 붙어 있을 수 있습니다." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D 슬롯3 필라멘트가 소진되었습니다. 기존 필라멘트를 제거하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "1203230000020006", + "intro": "AMS D 슬롯4 필라멘트를 압출하지 못했습니다. 압출기가 막혔거나 필라멘트가 너무 얇아서 압출기가 미끄러졌을 수 있습니다." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A 모터 보조 매개변수가 손실되었습니다. 필라멘트 허브에서 필라멘트를 빼낸 후 AMS를 다시 시작하세요." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A 슬롯4 필라멘트가 소진되었습니다. 새로운 필라멘트를 장착하세요." + }, + { + "ecode": "1200300000020002", + "intro": "AMS A 슬롯 1의 RFID 태그가 손상되었습니다." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A 슬롯2 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A 슬롯2 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1201100000010001", + "intro": "AMS B Slot1 모터가 미끄러졌습니다. 압출 휠이 오작동하거나 필라멘트가 너무 얇을 수 있습니다." + }, + { + "ecode": "1201110000020002", + "intro": "AMS B 슬롯2 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1201130000020002", + "intro": "AMS B 슬롯4 모터에 과부하가 걸렸습니다. 필라멘트가 엉켜있을 수 있습니다." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B 슬롯1 필라멘트가 소진되어 동일한 필라멘트가 있는 슬롯으로 자동 전환되었습니다." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B 슬롯4 RFID는 구조적 오류로 인해 읽을 수 없습니다." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C 히터 2의 냉각 팬이 막혔습니다. 팬이 멈췄기 때문일 수 있습니다." + }, + { + "ecode": "12FF200000020001", + "intro": "스풀 홀더의 필라멘트가 부족합니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "12FF200000020002", + "intro": "스풀 홀더의 필라멘트가 비어 있습니다. 새 필라멘트를 삽입하십시오." + }, + { + "ecode": "12FF200000020005", + "intro": "필라멘트가 툴 헤드 안에서 끊어져 있을 수 있습니다." + }, + { + "ecode": "12FF200000020007", + "intro": "툴 헤드의 필라멘트 위치를 확인하지 못했습니다. 자세한 내용을 보려면 클릭하십시오." + }, + { + "ecode": "12FF200000030007", + "intro": "AMS에서 슬롯의 필라멘트 정보를 확인하는 중입니다. 잠시만 기다려주세요." + }, + { + "ecode": "12FF800000020001", + "intro": "스풀 홀더의 필라멘트가 엉키거나 걸렸을 수 있습니다." + }, + { + "ecode": "1200450000020001", + "intro": "필라멘트 커터 센서가 오작동합니다. 커넥터가 제대로 연결되어 있는지 확인하십시오." + }, + { + "ecode": "1200450000020002", + "intro": "필라멘트 커터의 절단 거리가 너무 큽니다. X 모터가 스텝을 잃을 수 있습니다." + }, + { + "ecode": "1200450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "1200510000030001", + "intro": "AMS가 비활성화되었으므로 스풀 홀더에서 필라멘트를 로드하십시오." + }, + { + "ecode": "0C0001000001000A", + "intro": "마이크로 라이더 LED가 파손되었을 수 있습니다." + }, + { + "ecode": "0C00020000020002", + "intro": "수평 레이저 라인이 너무 넓습니다. 히트베드가 더럽지 않은지 확인해 주세요." + }, + { + "ecode": "0C00020000020008", + "intro": "수직 레이저 라인이 너무 넓습니다. 히트베드가 더러운지 확인하세요." + }, + { + "ecode": "0C00030000010009", + "intro": "첫 번째 레이어 검사 모듈이 비정상적으로 다시 시작되어 검사 결과가 정확하지 않을 수 있습니다." + }, + { + "ecode": "0C00030000020001", + "intro": "이 재료의 레이저 반사가 너무 약하여 필라멘트 측정에 실패했습니다. 첫 번째 레이어 검사가 정확하지 않을 수 있습니다." + }, + { + "ecode": "0C00030000020002", + "intro": "비정상적인 라이다 데이터로 인해 첫 번째 레이어 검사를 수행할 수 없습니다." + }, + { + "ecode": "0C00030000020004", + "intro": "현재 인쇄 작업에는 첫 번째 레이어 검사가 지원되지 않습니다." + }, + { + "ecode": "0C00030000020005", + "intro": "첫 번째 레이어 검사 시간이 비정상적으로 초과되었습니다. 스캔 결과가 정확하지 않을 수 있습니다." + }, + { + "ecode": "0C00030000030006", + "intro": "제거된 필라멘트가 여분의 슈트에 쌓였을 수 있습니다. 여분의 슈트를 확인하고 청소하십시오." + }, + { + "ecode": "0C00030000030007", + "intro": "첫 번째 레이어 결함이 감지되었습니다. 첫 번째 레이어 품질을 확인하고 작업을 중단할지 결정하십시오." + }, + { + "ecode": "0C00030000030008", + "intro": "스파게티 에러가 감지되었습니다. 인쇄 품질을 확인하고 작업을 중지할지 여부를 결정하십시오." + }, + { + "ecode": "0C00030000030010", + "intro": "프린터가 압출되지 않고 출력하는 것 같습니다." + }, + { + "ecode": "07FF200000020001", + "intro": "외부 필라멘트 소진. 새 필라멘트를 로드하십시오." + }, + { + "ecode": "07FF200000020002", + "intro": "외부 필라멘트가 없습니다. 새 필라멘트를 장착하십시오." + }, + { + "ecode": "07FF200000020004", + "intro": "압출기에서 외부 필라멘트를 당겨 빼주세요." + }, + { + "ecode": "0703300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0703310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0703350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0702300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0702310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0702350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0701300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0701310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0701350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700300000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0700310000030003", + "intro": "하드웨어 또는 구조적 오류로 인해 RFID를 읽을 수 없습니다." + }, + { + "ecode": "0700350000010001", + "intro": "온도 및 습도 센서에 오류가 있습니다. 칩에 결함이 있을 수 있습니다." + }, + { + "ecode": "0700450000020001", + "intro": "필라멘트 커터 센서가 오작동합니다. 커넥터가 제대로 꽂혀 있는지 확인하세요." + }, + { + "ecode": "0700450000020002", + "intro": "필라멘트 커터의 절단 거리가 너무 큽니다. XY 모터가 스텝을 잃을 수 있습니다." + }, + { + "ecode": "0700450000020003", + "intro": "필라멘트 커터 손잡이가 풀리지 않았습니다. 손잡이 또는 칼날이 걸렸거나 필라멘트 센서 연결에 문제가 있을 수 있습니다." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "챔버 온도가 비정상입니다. 전원 공급 장치의 온도 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300930000010008", + "intro": "챔버 온도가 비정상입니다. 전원 공급 장치의 온도 센서에 열린 회로가 있을 수 있습니다." + }, + { + "ecode": "0300940000020003", + "intro": "챔버가 원하는 온도에 도달하지 못했습니다. 기계가 챔버 온도를 기다리지 않습니다." + }, + { + "ecode": "0300940000030002", + "intro": "챔버 온도 설정 값이 한계를 초과하면 경계 값이 설정됩니다." + }, + { + "ecode": "0500020000020002", + "intro": "장치 로그인에 실패했습니다. 계정 정보를 확인해 주세요." + }, + { + "ecode": "0500020000020004", + "intro": "권한이 없는 사용자 : 계정 정보를 확인하세요." + }, + { + "ecode": "0500020000020006", + "intro": "스트리밍 기능 오류입니다. 네트워크를 확인하고 다시 시도하세요. 문제가 지속되면 프린터를 다시 시작하거나 업데이트할 수 있습니다." + }, + { + "ecode": "0500020000020007", + "intro": "라이브뷰 서비스 로그인에 실패했습니다. 네트워크 연결을 확인하세요." + }, + { + "ecode": "0500030000010001", + "intro": "MC 모듈이 제대로 작동하지 않습니다. 장치를 다시 시작하거나 장치 케이블 연결을 확인하십시오." + }, + { + "ecode": "0500030000010002", + "intro": "툴 헤드가 오작동하고 있습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010003", + "intro": "AMS 모듈이 오작동하고 있습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010005", + "intro": "내부 서비스가 제대로 작동하지 않습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010006", + "intro": "시스템 오류가 발생했습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010008", + "intro": "시스템 중단이 발생했습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010009", + "intro": "시스템 중단이 발생했습니다. 복구를 위해 자동으로 다시 시작되었습니다." + }, + { + "ecode": "0500030000010023", + "intro": "CTC 모듈이 오작동하고 있습니다. 장치를 다시 시작하십시오." + }, + { + "ecode": "0500030000010025", + "intro": "현재 펌웨어가 비정상입니다.다시 업데이트해 주세요." + }, + { + "ecode": "0500040000010004", + "intro": "출력 파일이 승인되지 않았습니다." + }, + { + "ecode": "0500040000020007", + "intro": "베드 온도가 필라멘트의 열변형 온도를 초과하여 노즐이 막힐 수 있습니다. 프린터 전면 도어를 열어 두거나 베드 온도를 낮추십시오." + }, + { + "ecode": "0300400000020001", + "intro": "직렬 포트를 통한 데이터 전송이 비정상입니다. 소프트웨어 시스템에 결함이 있을 수 있습니다." + }, + { + "ecode": "0300900000010004", + "intro": "챔버 가열에 실패했습니다. 히팅 팬의 속도가 너무 느립니다." + }, + { + "ecode": "0300900000010005", + "intro": "챔버 가열에 실패했습니다. 온도 센서의 저항이 너무 높습니다." + }, + { + "ecode": "0300900000010010", + "intro": "챔버 온도 컨트롤러의 통신이 비정상입니다." + }, + { + "ecode": "0300910000010001", + "intro": "챔버 히터 1의 온도가 비정상입니다. 히터에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300910000010003", + "intro": "챔버 히터 1의 온도가 비정상입니다. 히터가 과열되었습니다." + }, + { + "ecode": "0300910000010006", + "intro": "챔버 히터 1의 온도가 비정상입니다. 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "030091000001000A", + "intro": "챔버 히터 1의 온도가 비정상입니다. AC 보드가 고장났을 수 있습니다." + }, + { + "ecode": "0300920000010001", + "intro": "챔버 히터 2의 온도가 비정상입니다. 히터에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300920000010002", + "intro": "챔버 히터 2의 온도가 비정상입니다. 히터에 열린 회로가 있거나 온도 퓨즈가 작동 중일 수 있습니다." + }, + { + "ecode": "0300920000010003", + "intro": "챔버 히터 2의 온도가 비정상입니다. 히터가 과열되었습니다." + }, + { + "ecode": "0300920000010006", + "intro": "챔버 히터 2의 온도가 비정상입니다. 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "030092000001000A", + "intro": "챔버 히터 2의 온도가 비정상입니다. AC 보드가 손상되었을 수 있습니다." + }, + { + "ecode": "0300930000010001", + "intro": "챔버 온도가 비정상입니다. 챔버 히터의 온도 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300930000010002", + "intro": "챔버 온도가 비정상입니다. 챔버 히터의 온도 센서에 열린 회로가 있을 수 있습니다." + }, + { + "ecode": "0300930000010003", + "intro": "챔버 온도가 비정상입니다. 공기 배출구에 있는 챔버 히터의 온도 센서가 단락되었을 수 있습니다." + }, + { + "ecode": "0300050000010001", + "intro": "모터 드라이버가 과열되었습니다. 방열판이 느슨하거나 냉각 팬이 손상되었을 수 있습니다." + }, + { + "ecode": "0300060000010001", + "intro": "모터-A에 열린 회로가 있습니다. 커넥터 연결이 느슨하거나 모터가 고장 났을 수 있습니다." + }, + { + "ecode": "0300060000010002", + "intro": "모터-A에 단락이 발생했습니다. 고장났을 수 있습니다." + }, + { + "ecode": "0300070000010001", + "intro": "모터-B에 열린 회로가 있습니다. 커넥터 연결이 느슨하거나 모터가 고장 났을 수 있습니다." + }, + { + "ecode": "0300070000010002", + "intro": "모터-B에 단락이 발생했습니다. 고장났을 수 있습니다." + }, + { + "ecode": "0300080000010001", + "intro": "모터-Z에 열린 회로가 있습니다. 커넥터 연결이 느슨하거나 모터가 고장났을 수 있습니다." + }, + { + "ecode": "0300080000010002", + "intro": "모터-Z에 단락이 발생했습니다. 고장났을 수 있습니다." + }, + { + "ecode": "03000A0000010001", + "intro": "히트 베드 압력 센서 1이 너무 민감합니다. 스트레인 암과 히트 베드 지지대 사이에 이물질이 끼어있거나 텐션 조절 나사가 너무 꽉 조여 있을 수 있습니다." + }, + { + "ecode": "03000A0000010002", + "intro": "히트 베드 압력 센서 1의 신호가 약합니다. 압력 센서가 고장났거나 커넥터 연결이 제대로 되지 않았을 수 있습니다." + }, + { + "ecode": "03000A0000010003", + "intro": "히트베드 압력 센서 1의 신호가 너무 약합니다. 압력센서와의 연결이 끊어졌을 수 있습니다." + }, + { + "ecode": "03000A0000010004", + "intro": "압력 센서 1에서 장애가 감지되었습니다. 히트 베드가 외부물체에 닿았을 수 있습니다." + }, + { + "ecode": "03000A0000010005", + "intro": "압력 센서 1에서 예상치 못한 압력을 감지했습니다. 히트 베드가 막혔거나 아날로그 프런트 엔드가 고장났을 수 있습니다." + }, + { + "ecode": "03000B0000010001", + "intro": "히트 베드 압력 센서 2이 너무 민감합니다. 스트레인 암과 히트 베드 지지대 사이에 이물질이 끼어있거나 텐션 조절 나사가 너무 꽉 조여 있을 수 있습니다." + }, + { + "ecode": "03000B0000010002", + "intro": "히트 베드 압력 센서 2의 신호가 약합니다. 압력 센서가 고장났거나 커넥터 연결이 제대로 되지 않았을 수 있습니다." + }, + { + "ecode": "03000B0000010003", + "intro": "히트베드 힘 센서 2의 신호가 너무 약합니다.센서에 대한 전자 연결이 끊어졌을 수 있습니다." + }, + { + "ecode": "03000B0000010004", + "intro": "압력 센서 2에서 외부 장애가 감지되었습니다.히트 베드 플레이트가 히트 베드 외부의 무언가에 닿았을 수 있습니다." + }, + { + "ecode": "03000B0000010005", + "intro": "압력 센서 2에서 예상치 못한 압력을 감지했습니다. 히트 베드가 막혔거나 아날로그 프런트 엔드가 고장났을 수 있습니다." + }, + { + "ecode": "03000C0000010001", + "intro": "히트 베드 압력 센서 3이 너무 민감합니다. 스트레인 암과 히트 베드 지지대 사이에 이물질이 끼어있거나 텐션 조절 나사가 너무 꽉 조여 있을 수 있습니다." + }, + { + "ecode": "03000C0000010002", + "intro": "히트 베드 압력 센서 3의 신호가 약합니다. 압력 센서가 고장났거나 커넥터 연결이 제대로 되지 않았을 수 있습니다." + }, + { + "ecode": "03000C0000010003", + "intro": "히트 베드 압력 센서 3의 신호가 너무 약합니다.센서에 대한 커넥터 연결이 끊어졌을 수 있습니다." + }, + { + "ecode": "03000C0000010004", + "intro": "압력 센서 3에서 외부 장애가 감지되었습니다. 히트 베드 플레이트가 히트 베드 외부의 무언가에 닿았을 수 있습니다." + }, + { + "ecode": "03000C0000010005", + "intro": "압력 센서 3에서 예상치 못한 압력을 감지했습니다. 히트 베드가 막혔거나 아날로그 프런트 엔드가 고장났을 수 있습니다." + }, + { + "ecode": "0300100000020001", + "intro": "X축의 공진 주파수가 낮습니다. 타이밍 벨트가 느슨할 수 있습니다." + }, + { + "ecode": "0300110000020001", + "intro": "Y축의 공진 주파수가 낮습니다. 타이밍 벨트가 느슨할 수 있습니다." + }, + { + "ecode": "0300120000020001", + "intro": "툴 헤드의 전면부 하우징이 떨어졌습니다." + }, + { + "ecode": "0300130000010001", + "intro": "모터-A의 전류 센서가 비정상입니다. 하드웨어 샘플링 회로 고장으로 인해 발생할 수 있습니다." + }, + { + "ecode": "0300140000010001", + "intro": "모터-B의 전류 센서가 비정상입니다. 하드웨어 샘플링 회로의 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0300150000010001", + "intro": "모터-Z의 전류 센서가 비정상입니다. 하드웨어 샘플링 회로의 오류로 인해 발생할 수 있습니다." + }, + { + "ecode": "0300170000010001", + "intro": "핫엔드 팬의 속도가 너무 느리거나 멈췄습니다. 커넥터에 이물질이 끼어 있거나 커넥터가 제대로 꽂혀 있지 않을 수 있습니다." + }, + { + "ecode": "0300170000020002", + "intro": "핫엔드 냉각 팬 속도가 느립니다. 멈춰서 청소가 필요할 수 있습니다." + }, + { + "ecode": "03001B0000010001", + "intro": "히트베드 가속도 센서의 신호가 약합니다.센서가 떨어졌거나 손상되었을 수 있습니다." + }, + { + "ecode": "03001B0000010003", + "intro": "히트베드 가속 센서가 예상치 못한 연속적인 힘을 감지했습니다. 센서가 멈췄거나 아날로그 프런트 엔드가 고장났을 수 있습니다." + }, + { + "ecode": "03001C0000010001", + "intro": "압출 모터 드라이버가 비정상입니다.MOSFET에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300200000010003", + "intro": "X축 원점 복귀 비정상: 타이밍 벨트가 느슨할 수 있습니다." + }, + { + "ecode": "0300200000010004", + "intro": "Y축 원점 복귀 비정상: 타이밍 벨트가 느슨할 수 있습니다." + }, + { + "ecode": "0300010000010002", + "intro": "히트 베드 온도가 비정상입니다. 히터에 열린 회로가 있거나 온도 센서 스위치가 열려 있을 수 있습니다." + }, + { + "ecode": "0300010000010003", + "intro": "히트 베드 온도가 비정상입니다. 히터가 과열되었습니다." + }, + { + "ecode": "0300010000010006", + "intro": "히트 베드 온도가 비정상입니다. 온도 센서에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300010000010007", + "intro": "히트 베드 온도가 비정상입니다. 온도 센서에 열린 회로가 있을 수 있습니다." + }, + { + "ecode": "030001000001000C", + "intro": "히트 베드는 오랫동안 최대 부하로 작동했습니다. 온도 조절 시스템이 비정상일 수 있습니다." + }, + { + "ecode": "0300010000030008", + "intro": "히트 베드의 온도가 한계를 초과하였습니다. 자동으로 최대 온도에 맞춰집니다." + }, + { + "ecode": "0300020000010001", + "intro": "노즐 온도가 비정상입니다. 히터에 단락이 있을 수 있습니다." + }, + { + "ecode": "0300020000010002", + "intro": "노즐 온도가 비정상입니다. 히터에 열린 회로가 있을 수 있습니다." + }, + { + "ecode": "0300020000010003", + "intro": "노즐 온도가 비정상입니다. 히터의 온도가 너무 높습니다." + }, + { + "ecode": "0300020000010007", + "intro": "노즐 온도가 비정상입니다. 센서에 열린 회로가 있을 수 있습니다." + } + ] + }, + "device_error": { + "ver": 202510142200, + "ko": [ + { + "ecode": "0C00402C", + "intro": "장치 데이터 링크 오류입니다. 프린터를 재부팅하세요." + }, + { + "ecode": "03004015", + "intro": "노즐 뭉침 감지 보정에 실패했습니다. 문제 해결을 위해 \"Assistant\"로 이동해주세요." + }, + { + "ecode": "0500803C", + "intro": "현재 노즐 설정이 슬라이싱 파일과 일치하지 않습니다. 계속해서 인쇄하면 인쇄 품질에 영향을 줄 수 있습니다. 인쇄를 시작하기 전에 다시 슬라이스하는 것이 좋습니다." + }, + { + "ecode": "0300401F", + "intro": "핫엔드가 설치되지 않아 공구 헤드가 홈 위치로 이동할 수 없습니다. 핫엔드를 설치한 후 계속 진행하십시오." + }, + { + "ecode": "0300801E", + "intro": "압출 모터에 과부하가 걸린 경우 압출기가 막혔거나 필라멘트가 툴 헤드에 끼어 있는지 확인하세요." + }, + { + "ecode": "07018007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07028007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07038007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07008007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18058007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07078007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18078007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07058007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18038007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18018007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18028007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18008007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07048007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18068007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18048007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07068007", + "intro": "필라멘트 압출 실패. 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "03004016", + "intro": "노즐 세척 실패. 문제 해결을 위해 도우미를 클릭하세요." + }, + { + "ecode": "0502C014", + "intro": "AMS 잔여 필라멘트 추정 기능은 기본적으로 활성화되어 있으며 비활성화할 수 없습니다." + }, + { + "ecode": "05864096", + "intro": "장치가 AMS-HT G를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05024098", + "intro": "장치가 AMS C를 감지하지 못했습니다. AMS 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05014098", + "intro": "장치가 AMS B를 감지하지 못했습니다. AMS 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05814096", + "intro": "장치가 AMS-HT B를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05844096", + "intro": "장치가 AMS-HT F를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05824096", + "intro": "장치가 AMS-HT C를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05034098", + "intro": "장치가 AMS D를 감지하지 못했습니다. AMS 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05854096", + "intro": "장치가 AMS-HT E를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05804096", + "intro": "장치가 AMS-HT A를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05834096", + "intro": "장치가 AMS-HT D를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05874096", + "intro": "장치가 AMS-HT H를 감지하지 못했습니다. AMS-HT 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "05004098", + "intro": "장치가 AMS A를 감지하지 못했습니다. AMS 케이블을 다시 연결하거나 프린터를 재시작하십시오." + }, + { + "ecode": "0500807E", + "intro": "절단 보호대 위에 스트롱그립 커팅 매트를 깔아주세요." + }, + { + "ecode": "05008062", + "intro": "출력 플레이트 마커가 감지되지 않았습니다. 출력 플레이트가 히트베드에 제대로 위치했는지, 네 모서리가 모두 정렬되었는지, 그리고 마커가 보이는지 확인하십시오. 인쇄 용지에 강한 빛이 비치는 경우, 전면 도어를 닫고 외부 광원을 차단하는 것이 좋습니다." + }, + { + "ecode": "0500808B", + "intro": "전망 카메라 설치에 실패했습니다. 히트베드의 모든 물체와 매트를 제거하여 히트베드 마커가 잘 보이도록 하세요. 그동안 전망 카메라가 올바르게 설치되었는지 확인하고 카메라 시야를 가리는 장애물을 모두 제거하세요." + }, + { + "ecode": "0502C012", + "intro": "작업을 일시 중지할 수 없습니다." + }, + { + "ecode": "07FFC010", + "intro": "필라멘트(30cm 이상)를 멈출 때까지 삽입하세요. 세척하는 동안 약간의 연기가 날 수 있습니다. 삽입 후 앞문과 상단 덮개를 닫으세요." + }, + { + "ecode": "05024002", + "intro": "프린터에 모션 정밀도 향상 보정 데이터가 없으므로 모션 정밀도 향상을 켤 수 없습니다." + }, + { + "ecode": "05008093", + "intro": "노즐 실리콘 슬리브가 설치되지 않았습니다. 온도 제어 실패의 위험이 있습니다. 올바르게 설치하고 다시 시도하십시오." + }, + { + "ecode": "05008092", + "intro": "툴헤드 카메라 초기화에 실패했습니다. 이 프린트는 계속 진행될 수 있지만 일부 AI 기능이 비활성화됩니다. 다시 시작한 후에도 이 문제가 발생하면 고객 지원팀에 문의하십시오." + }, + { + "ecode": "05008041", + "intro": "핫엔드의 필라멘트가 너무 차가워요. 압출이 압출기를 손상시킬 수 있어요. 필라멘트를 계속해서 넣거나 빼고 있나요?" + }, + { + "ecode": "05008040", + "intro": "툴헤드 전면 커버가 분리되었습니다. 툴헤드를 이동시키면 프린터가 손상될 수 있습니다. 계속 진행하시겠습니까?" + }, + { + "ecode": "0502C011", + "intro": "현재 2D 제작 모드입니다. 프린터에서 직접 작업해 주세요." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "커팅 모듈 옵셋 보정에 실패했습니다. 이로 인해 정확하지 않은 절단이 발생할 수 있습니다. 80g 화이트 프린터 용지(레터 용지 두께)가 올바르게 위치하고 있는지 확인하고 커팅 블레이드 팁이 닳았는지 확인해주세요." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "장치가 현재 업그레이드 중입니다. 사용이 가능해지면 다시 시도해 주시기 바랍니다." + }, + { + "ecode": "0300C012", + "intro": "노즐을 170°C 이상으로 가열하십시오." + }, + { + "ecode": "07008023", + "intro": "AMS 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07028023", + "intro": "AMS C 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07038023", + "intro": "AMS D 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07018023", + "intro": "AMS B 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07058023", + "intro": "AMS F 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07048023", + "intro": "AMS E 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07068023", + "intro": "AMS G 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "07078023", + "intro": "AMS H 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E 냉각에 문제가 발생했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C 냉각에 실패했습니다. 주변 온도가 너무 높을 수 있습니다. 적절한 환경에서 기기를 작동해 주세요." + }, + { + "ecode": "05004010", + "intro": "AMS가 현재 건조 중이며, 현재는 업그레이드가 불가능합니다. 나중에 다시 시도해 주시기 바랍니다." + }, + { + "ecode": "05004011", + "intro": "프린터가 필라멘트를 로딩 중이거나 언로딩 중이며 현재 업그레이드가 불가능합니다. 나중에 다시 시도해 주시기 바랍니다." + }, + { + "ecode": "05004012", + "intro": "장치가 출력 중이며 현재 업그레이드가 불가능합니다. 나중에 다시 시도해 주시기 바랍니다." + }, + { + "ecode": "0500400F", + "intro": "AMS가 초기화 중이며 현재 업그레이드가 불가능합니다. 나중에 다시 시도해 주시기 바랍니다." + }, + { + "ecode": "05004013", + "intro": "AMS는 현재 작동 중이며 현재 업그레이드가 불가능합니다. 유휴 상태일 때 다시 시도해 주세요." + }, + { + "ecode": "03008022", + "intro": "아래로 이동하는 동안 히트베드가 막힐 수 있습니다. 히트베드 아래에 있는 모든 물체를 치우고 이동 중에 저항이나 걸림이 없는지 확인하십시오." + }, + { + "ecode": "05004042", + "intro": "전력 제한으로 인해 AMS 건조를 시작하면 노즐 가열 및 팬 작동 등 현재 진행 중인 작업이 일시 중지됩니다. 건조를 계속하시겠습니까?" + }, + { + "ecode": "05004040", + "intro": "프린터의 전원 제한에 도달했습니다. 건조를 사용하려면 전용 전원 어댑터를 이 AMS에 연결하세요." + }, + { + "ecode": "05004041", + "intro": "출력 중에는 AMS 건조를 시작할 수 없습니다." + }, + { + "ecode": "0500806B", + "intro": "신속 이탈 레버가 잠기지 않았습니다. 외부 툴헤드 모듈을 눌러 제대로 장착되었는지 확인한 다음 레벨을 아래로 눌러 제자리에 고정하세요." + }, + { + "ecode": "0502C010", + "intro": "프린터 전원 제한으로 인해 AMS 건조 중에는 출력, 보정, 제어 및 기타 작업을 수행할 수 없습니다. 다른 작업을 진행하기 전에 건조 프로세스를 중지하십시오." + }, + { + "ecode": "03004014", + "intro": "Z축 원점 복귀 실패: 온도 제어 이상." + }, + { + "ecode": "07FFC012", + "intro": "전면 커버를 제거하고 X축에 걸어 놓습니다. 검은색 PTFE 튜브 커플러를 누르고 PTFE 튜브의 플러그를 뽑습니다. 작업을 완료한 후 \"계속\"을 클릭합니다." + }, + { + "ecode": "05004007", + "intro": "이 장치는 수리 업그레이드가 필요하며 현재 출력을 사용할 수 없습니다." + }, + { + "ecode": "05008090", + "intro": "80g 흰색 인쇄용지를 플랫폼의 중앙 부분에 부착하세요." + }, + { + "ecode": "18068005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18018004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18038005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18078004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18058004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18078005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18008005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18048005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18038004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18008004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18018005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18028004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18028005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18058005", + "intro": "AMS-HT가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18048004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18068004", + "intro": "AMS-HT가 필라멘트를 뒤로 당기지 못했습니다. 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07FF8025", + "intro": "콜드 풀링 시간이 초과되었습니다. Extruder 내부의 필라멘트 끊어짐 여부를 즉시 작동 또는 확인하시고 자세한 사항은 Assistant를 클릭하여 확인하시기 바랍니다." + }, + { + "ecode": "18018006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18008006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18078006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18028006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18048006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18058006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18038006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "18068006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS-HT PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "0502400E", + "intro": "새 작업 시작 실패: 노즐 저온 당김이 완료되지 않았습니다." + }, + { + "ecode": "07008004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07018004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07028005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07038005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07FF8005", + "intro": "AMS 외부 필라멘트 공급 실패. 필라멘트 끝을 납작하게 자르고 스풀이 끼어 있는지 확인하세요." + }, + { + "ecode": "18068003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07068004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07048003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07078004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18058003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07048005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18FF8005", + "intro": "AMS-HT 외부 필라멘트 공급 실패. 필라멘트 끝을 납작하게 자르고 스풀이 끼어 있는지 확인하세요." + }, + { + "ecode": "07048006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07078006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07058006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07028006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07008005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07018005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07028003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07038004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07018003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07038003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07028004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07068003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "18038003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07058004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07048004", + "intro": "AMS가 필라멘트를 다시 당기지 못했습니다. 이는 스풀이 걸렸거나 필라멘트 끝이 경로에 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18008003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "18078003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07058005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07068005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "07058003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "18028003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07078003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07078005", + "intro": "AMS가 필라멘트를 보내지 못했습니다. 필라멘트 끝을 납작하게 자른 후 다시 삽입할 수 있습니다. 이 메시지가 계속 표시되면 AMS의 PTFE 튜브에 마모된 흔적이 있는지 확인하세요." + }, + { + "ecode": "18048003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "18018003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "07008006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07038006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07018006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07068006", + "intro": "압출기에 필라멘트를 공급할 수 없습니다. 필라멘트가 얽히거나 스풀이 걸렸기 때문일 수 있습니다. 그렇지 않은 경우 AMS PTFE 튜브가 연결되어 있는지 확인하세요." + }, + { + "ecode": "07008003", + "intro": "압출기에서 필라멘트를 빼내지 못했습니다. 압출기가 막히거나 압출기 내부에서 필라멘트가 끊어졌기 때문일 수 있습니다." + }, + { + "ecode": "0502400D", + "intro": "새 작업 시작 실패: 필라멘트 로드/언로드가 완료되지 않았습니다." + }, + { + "ecode": "03008042", + "intro": "문이 열려 있어서 작업이 일시 중지되었습니다." + }, + { + "ecode": "05008079", + "intro": "레이저 테스트 재료(350g 판지)를 놓고 그 아래에 지지대를 배치하여 재료가 뒤틀리는 것을 방지하세요." + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0501409D", + "intro": "AMS B의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0503409D", + "intro": "AMS D의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0502409D", + "intro": "AMS C의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0500409D", + "intro": "AMS A의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "03004050", + "intro": "라이브뷰 카메라 보정 시간 초과; 프린터를 다시 시작하십시오." + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D의 펌웨어가 프린터와 일치하지 않아서 장치가 계속 작동할 수 없습니다. \"펌웨어\" 페이지에서 업데이트하십시오." + }, + { + "ecode": "0C008034", + "intro": "라이브뷰 카메라 초기화에 실패했습니다. 이 출력은 계속할 수 있지만 일부 AI 기능이 비활성화됩니다. 재시작 후 이 문제가 다시 발생하면 고객 지원팀에 문의하세요." + }, + { + "ecode": "0C008043", + "intro": "AI가 노즐 뭉침을 감지했습니다. 노즐 상태를 확인하세요. 해결 방법은 도우미를 참조하세요." + }, + { + "ecode": "03004008", + "intro": "AMS가 필라멘트를 교체하지 못했습니다." + }, + { + "ecode": "0C00402A", + "intro": "시각적 마커가 감지되지 않았습니다. 올바른 위치에 용지를 다시 붙여주세요." + }, + { + "ecode": "05004033", + "intro": "AMS 펌웨어가 프린터와 일치하지 않습니다. \"펌웨어\" 페이지에서 업그레이드하십시오." + }, + { + "ecode": "05004031", + "intro": "보조품 펌웨어가 프린터와 일치하지 않습니다. “펌웨어” 페이지에서 업그레이드하십시오." + }, + { + "ecode": "05008085", + "intro": "툴헤드 카메라가 가려져 있습니다" + }, + { + "ecode": "07FF8007", + "intro": "노즐을 관찰하십시오. 필라멘트가 압출된 경우 “계속”을 선택하고, 압출되지 않은 경우 필라멘트를 약간 앞으로 밀고 “재시도”를 선택하십시오." + }, + { + "ecode": "07FF8002", + "intro": "커터가 걸렸습니다. 커터 손잡이가 밖으로 나와 있는지 확인하세요." + }, + { + "ecode": "0500808C", + "intro": "빌드 플레이트 오프셋이 감지되었습니다. 빌드 플레이트를 히트베드에 맞춘 후 계속 진행하세요." + }, + { + "ecode": "07FFC011", + "intro": "압출기에서 필라멘트를 손으로 천천히 당겨 빼내세요. 그런 다음 \"계속\"을 클릭하십시오." + }, + { + "ecode": "05004039", + "intro": "현재 작업에서는 레이저/절단 모듈 설치를 허용하지 않아 작업이 중단되었습니다." + }, + { + "ecode": "0500403B", + "intro": "지금은 기계에서 레이저/절단 작업을 시작할 수 없습니다. 작업을 시작하려면 컴퓨터 소프트웨어를 사용하십시오." + }, + { + "ecode": "07044025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07004025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07034025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18014025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07024025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18044025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07014025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07074025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18074025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07064025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18064025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18054025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "07054025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18004025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18034025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "18024025", + "intro": "필라멘트 정보를 읽지 못했습니다." + }, + { + "ecode": "0300800D", + "intro": "압출기가 정상적으로 압출되지 않는 것을 감지했습니다. 결함이 허용 가능한 수준이면 '재개'를 선택하여 출력 작업을 다시 시작합니다." + }, + { + "ecode": "0500C036", + "intro": "출력 작업입니다. 툴헤드에서 레이저/절단 모듈을 분리하십시오." + }, + { + "ecode": "0300804F", + "intro": "현재 로드/언로드 프로세스가 진행 중입니다. 프로세스를 중지하거나 레이저/절단 모듈을 제거하십시오." + }, + { + "ecode": "0300804E", + "intro": "출력 작업입니다. 툴헤드에서 레이저/절단 모듈을 분리하십시오." + }, + { + "ecode": "0500808A", + "intro": "전망 카메라는 오프셋으로 설치됩니다. 다시 설치하려면 도우미에게 문의하세요." + }, + { + "ecode": "05008089", + "intro": "존재 확인 실패로 인해 작업이 일시 중지되었습니다. 계속하려면 프린터를 확인하십시오." + }, + { + "ecode": "05008074", + "intro": "레이저 플랫폼은 오프셋되어 있습니다. 플랫폼의 네 모서리가 히트베드와 정렬되어 있고 마커가 안 가려졌는지 확인하십시오." + }, + { + "ecode": "05FE8081", + "intro": "왼쪽 핫엔드가 설치되어 있지 않습니다." + }, + { + "ecode": "05FF8081", + "intro": "오른쪽 핫엔드가 설치되지 않았습니다." + }, + { + "ecode": "05FF8080", + "intro": "오른쪽 핫엔드가 설치되지 않았습니다." + }, + { + "ecode": "05FE8080", + "intro": "왼쪽 핫엔드가 설치되어 있지 않습니다." + }, + { + "ecode": "05008080", + "intro": "왼쪽과 오른쪽 핫엔드가 설치되어 있지 않습니다." + }, + { + "ecode": "05008081", + "intro": "왼쪽과 오른쪽 핫엔드가 설치되어 있지 않습니다." + }, + { + "ecode": "05008088", + "intro": "전망 카메라가 더럽습니다." + }, + { + "ecode": "05008087", + "intro": "전망 카메라가 가려졌습니다." + }, + { + "ecode": "03004002", + "intro": "자동 베드 레벨링 실패, 출력이 중지되었습니다." + }, + { + "ecode": "0C004020", + "intro": "전망 카메라 설정에 실패했습니다. 모든 물체를 치우고 매트를 제거하세요. 마커가 가려져 있지 않은지 확인하세요. 한편, 전망 카메라와 툴헤드 카메라를 모두 청소하고 시야를 가리는 이물질을 제거하세요." + }, + { + "ecode": "03008021", + "intro": "노즐이 설치되지 않았거나 제대로 설치되지 않았을 수 있습니다. 계속하기 전에 노즐이 올바르게 설치되었는지 확인하십시오." + }, + { + "ecode": "03008061", + "intro": "기류 시스템 모드 활성화 실패. 에어 도어 상태를 확인하세요." + }, + { + "ecode": "0300801A", + "intro": "필라멘트 압출 오류; 문제 해결을 위해 도우미를 확인하세요. 문제를 해결한 후 실제 출력 상태에 따라 출력 작업을 취소할지 재개할지 결정하십시오." + }, + { + "ecode": "05008084", + "intro": "라이브 뷰 카메라가 더럽습니다. 청소하고 계속하세요." + }, + { + "ecode": "0500401E", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05014023", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05014025", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "18068012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "10018003", + "intro": "슬라이싱 파일에서 타임랩스 모드가 기존으로 설정되어 있습니다. 이로 인해 표면 결함이 발생할 수 있습니다. 활성화하시겠습니까?" + }, + { + "ecode": "03008014", + "intro": "노즐이 필라멘트로 덮여 있거나 빌드 플레이트가 잘못 설치되었습니다. 이 출력을 취소하고 노즐을 청소하거나 상태에 따라 빌드 플레이트를 조정하세요. “재개”를 선택하여 출력 작업을 재개할 수도 있습니다." + }, + { + "ecode": "03008017", + "intro": "히트베드에서 이물질이 감지되었습니다.히트베드를 점검하고 청소해 주세요.그런 다음 “재개”를 선택하여 출력 작업을 재개합니다." + }, + { + "ecode": "0500401C", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도했는데도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05004025", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05004026", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05004028", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "0501401B", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05014020", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05014022", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05014029", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도했는데도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "07008012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07018012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07028012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07FF8011", + "intro": "외부 필라멘트 소진. 새 필라멘트를 로드하십시오." + }, + { + "ecode": "0300801C", + "intro": "압출 저항이 비정상입니다. 압출기가 막혔을 수 있으므로 도우미에게 문의하여 문제 해결 후 '재개' 버튼을 탭하여 출력 작업을 다시 시작할 수 있습니다." + }, + { + "ecode": "05008055", + "intro": "레이저 모듈이 설치되었지만 절단 플랫폼이 감지되었습니다. 레이저 플랫폼을 배치하고 레이저 보정을 수행하십시오." + }, + { + "ecode": "03004020", + "intro": "노즐 존재 감지 실패. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "0500402E", + "intro": "시스템이 현재 USB 플래시 드라이브에서 사용하는 파일 시스템을 지원하지 않습니다. USB 플래시 드라이브를 교체하거나 FAT32 형식으로 포맷하세요." + }, + { + "ecode": "05008063", + "intro": "보정 중에 플랫폼이 감지되지 않습니다. 레이저 플랫폼이 제대로 배치되었는지 확인하십시오." + }, + { + "ecode": "05008066", + "intro": "이 작업에는 커팅 플랫폼이 필요하지만, 현재 커팅 플랫폼은 레이저 플랫폼입니다. 커팅 플랫폼(커팅 보호 베이스 + LightGrip 커팅 매트)으로 교체해 주세요." + }, + { + "ecode": "18008012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18048012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07058012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07068012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07078012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18058012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18078012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07048012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18018012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "05004065", + "intro": "작업에는 레이저 플랫폼이 필요하지만 현재 플랫폼은 절단 플랫폼입니다. 교체하고 소프트웨어에서 재료 두께를 측정한 다음 작업을 다시 시작하십시오." + }, + { + "ecode": "05004075", + "intro": "레이저 플랫폼이 감지되지 않아 두께 측정 정확도에 영향을 미칠 수 있습니다. 레이저 플랫폼을 올바르게 배치하고 후면 마커가 안 가려졌는지 확인한 다음 작업을 시작하기 전에 소프트웨어에서 두께 측정을 다시 시작하십시오." + }, + { + "ecode": "0500807D", + "intro": "이 작업에는 커팅 플랫폼이 필요하지만 현재는 레이저 플랫폼입니다. 커팅 플랫폼(커팅 보호 베이스 + StrongGrip 커팅 매트)으로 교체해 주세요." + }, + { + "ecode": "03008000", + "intro": "알 수 없는 이유로 출력이 일시 중지되었습니다. “재개”를 선택하여 출력 작업을 재개할 수 있습니다." + }, + { + "ecode": "03008016", + "intro": "노즐이 필라멘트로 막혔습니다. 이 출력을 취소하고 노즐을 청소하거나 “재개”를 선택하여 출력 작업을 재개하십시오." + }, + { + "ecode": "0500401B", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05004020", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05004022", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05004023", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05004029", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도했는데도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "0501401C", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도했는데도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "0501401E", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "05014026", + "intro": "클라우드 연결이 거부되었습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하십시오." + }, + { + "ecode": "05014028", + "intro": "클라우드 응답이 유효하지 않습니다. 여러 번 시도해도 계속 실패하는 경우 고객 서비스에 문의하세요." + }, + { + "ecode": "07038012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07FF8012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "07FFC00A", + "intro": "노즐을 관찰하십시오. 필라멘트가 압출된 경우 \"계속\"을 선택하십시오. 그렇지 않은 경우 필라멘트를 약간 앞으로 밀고 \"재시도\"를 선택하십시오." + }, + { + "ecode": "05008064", + "intro": "레이저 플랫폼을 올바른 위치에 놓고 레이저 교정을 위해 후면 마커가 가려지지 않았는지 확인하세요." + }, + { + "ecode": "18038012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18028012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "18FF8012", + "intro": "AMS 매핑 테이블 가져오기 실패. 다시 시도하려면 “재개”을 선택하십시오." + }, + { + "ecode": "05004076", + "intro": "레이저 플랫폼을 올바르게 배치하고 후면 마커가 막히지 않았는지 확인한 다음 작업을 시작하기 전에 소프트웨어에서 두께 측정을 다시 시작하십시오." + }, + { + "ecode": "0500807A", + "intro": "이물질 감지 기능이 작동하지 않습니다. 작업을 계속 진행하거나 문제 해결을 위한 도우미를 볼 수 있습니다." + }, + { + "ecode": "07FF8010", + "intro": "외부 필라멘트 스풀이나 필라멘트가 끼어 있는지 확인하세요." + }, + { + "ecode": "03004000", + "intro": "Z축 원점 복귀 실패. 작업이 중지되었습니다." + }, + { + "ecode": "0300800A", + "intro": "AI 출력 모니터링에서 필라멘트 쌓임이 감지되었습니다. 폐기물 슈트에서 필라멘트를 청소하세요." + }, + { + "ecode": "0300800B", + "intro": "커터가 끼었습니다. 커터 손잡이가 빠져 있는지 확인하고 필라멘트 센서 케이블 연결을 확인하십시오." + }, + { + "ecode": "03008065", + "intro": "MC 모듈의 온도가 너무 높습니다. 가능한 설명은 Wiki를 확인하십시오." + }, + { + "ecode": "05004070", + "intro": "레이저 또는 커터 모듈이 연결되어 있어 장치가 3D 프린팅 작업을 시작할 수 없습니다." + }, + { + "ecode": "0300400B", + "intro": "내부 통신 예외" + }, + { + "ecode": "03008001", + "intro": "출력 파일에 추가된 일시 중지 명령어로 인해 출력이 일시 중지되었습니다." + }, + { + "ecode": "05014038", + "intro": "지역 설정이 프린터와 일치하지 않습니다. 프린터의 지역 설정을 확인하십시오." + }, + { + "ecode": "03008051", + "intro": "커팅 모듈이 떨어졌거나 커팅 모듈 케이블이 분리되었습니다. 모듈을 확인하십시오." + }, + { + "ecode": "0C004024", + "intro": "전망 카메라가 오프셋으로 설치되어 있습니다. 다시 설치하려면 도우미를 참조하세요." + }, + { + "ecode": "10018004", + "intro": "프라임 타워가 활성화되지 않고 타임랩스 모드가 슬라이싱 파일에서 부드럽게로 설정되어 있습니다. 이로 인해 표면 결함이 발생할 수 있습니다. 활성화하시겠습니까?" + }, + { + "ecode": "03008041", + "intro": "플랫폼 감지 시간 초과: 프린터를 다시 시작하십시오." + }, + { + "ecode": "03004067", + "intro": "보정 결과가 임계값을 초과했습니다." + }, + { + "ecode": "18008011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18078011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18038011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18018011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18058011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18068011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "18048011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "03004011", + "intro": "동적 플럭스 보정 보정 실패; 출력 또는 보정을 다시 시작하십시오." + }, + { + "ecode": "18028011", + "intro": "AMS-HT 필라멘트 소진. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "05008072", + "intro": "라이브뷰 카메라가 차단됨" + }, + { + "ecode": "05008083", + "intro": "장착 보정에는 재료가 허용되지 않습니다. 플랫폼에서 재료를 제거하세요." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "10014002", + "intro": "출력 순서가 “개체별”로 설정되어 있기 때문에 타임랩스는 지원되지 않습니다." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1803C069", + "intro": "AMS-HT D 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT A 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C069", + "intro": "AMS-HT F 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1807C069", + "intro": "AMS-HT H 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT D 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C069", + "intro": "AMS-HT G 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1800C069", + "intro": "AMS-HT A 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1802C069", + "intro": "AMS-HT C 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1000C003", + "intro": "기존 모드에서 타임랩스를 활성화하면 결함이 발생할 수 있으므로 필요에 따라 이 기능을 활성화하세요." + }, + { + "ecode": "1804C069", + "intro": "AMS-HT E 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT B 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT G 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1801C069", + "intro": "AMS-HT B 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "10014001", + "intro": "슬라이싱 프리셋에서 나선형 꽃병 모드가 활성화되어 있으므로 타임랩스는 지원되지 않습니다." + }, + { + "ecode": "0500806E", + "intro": "히트베드에서 이물질이 검출되었습니다. 히트베드를 확인하고 청소하십시오." + }, + { + "ecode": "05004004", + "intro": "장치가 사용 중이어서 새 작업을 시작할 수 없습니다. 새 작업을 보내기 전에 현재 작업이 완료될 때까지 기다려 주세요." + }, + { + "ecode": "0C004025", + "intro": "전망 카메라가 더럽습니다. 청소하고 프로세스를 다시 시작하십시오." + }, + { + "ecode": "05008061", + "intro": "출력 플레이트가 감지되지 않았습니다. 올바르게 배치되었는지 확인하십시오." + }, + { + "ecode": "0701C06C", + "intro": "AMS B가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0701C069", + "intro": "AMS B 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "0700C06E", + "intro": "AMS A 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0703C06C", + "intro": "AMS D가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0703C069", + "intro": "AMS D 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "0701C06B", + "intro": "AMS B 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0700C06C", + "intro": "AMS A가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C069", + "intro": "AMS C 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "0703C06B", + "intro": "AMS D 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "03008054", + "intro": "인쇄 후 자르기에 필요한 용지를 놓으세요." + }, + { + "ecode": "0703C06D", + "intro": "AMS D 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0701C06D", + "intro": "AMS B 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C06A", + "intro": "AMS C RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C06E", + "intro": "AMS C 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C06C", + "intro": "AMS C가 피드 지원 모드입니다. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C06B", + "intro": "AMS C 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0700C06D", + "intro": "AMS A 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0701C06A", + "intro": "AMS B RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0702C06D", + "intro": "AMS C 필라멘트 삽입 지원 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "05008082", + "intro": "가공하기 전에 불투명 광택 아크릴의 보호 필름을 제거하세요" + }, + { + "ecode": "0703C06A", + "intro": "AMS D RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0700C06B", + "intro": "AMS A 필라멘트 교체 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "05008060", + "intro": "툴헤드의 현재 모듈이 요구 사항을 충족하지 않습니다. 화면의 지시에 따라 모듈을 교체하십시오." + }, + { + "ecode": "0700C069", + "intro": "AMS A 건조 중에 오류가 발생했습니다. 자세한 내용은 도우미를 참조하십시오." + }, + { + "ecode": "0701C06E", + "intro": "AMS B 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0700C06A", + "intro": "AMS A RFID를 읽는 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "0703C06E", + "intro": "AMS D 모터 셀프 테스트 수행 중. 건조를 시작할 수 없습니다. 나중에 다시 시도하십시오." + }, + { + "ecode": "05008056", + "intro": "커팅 모듈이 설치되었지만 레이저 플랫폼이 감지되었습니다. 보정을 위해 커팅 플랫폼을 배치하세요." + }, + { + "ecode": "0500C07F", + "intro": "장치가 사용 중이어서 이 작업을 수행할 수 없습니다. 계속하려면 현재 작업을 일시 중지하거나 중단하세요." + }, + { + "ecode": "0C008016", + "intro": "이물질 감지 기능이 작동하지 않습니다. 작업을 계속하거나 도우미에서 해결 방법을 확인할 수 있습니다." + }, + { + "ecode": "07FF8001", + "intro": "필라멘트 절단 실패. 커터를 확인하십시오." + }, + { + "ecode": "18FF8001", + "intro": "필라멘트 절단 실패. 커터를 확인하십시오." + }, + { + "ecode": "07018016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07048016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18028016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07078016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18018016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18008016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "0C004021", + "intro": "전망 카메라 설정 실패. 프린터를 재부팅하십시오." + }, + { + "ecode": "0C004026", + "intro": "라이브 뷰 카메라를 초기화하지 못했습니다. 프린터를 재부팅하십시오." + }, + { + "ecode": "07008016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07038016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07028016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07068016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18048016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18068016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18078016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18038016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "07058016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "18058016", + "intro": "압출기가 정상적으로 압출되지 않습니다. 도우미를 참조하십시오. 문제 해결 후. 결함이 수용 가능한 경우 재개하십시오." + }, + { + "ecode": "0C00402D", + "intro": "툴헤드 카메라가 제대로 작동하지 않으니 기기를 재부팅하세요." + }, + { + "ecode": "07FF8004", + "intro": "툴 헤드에서 AMS로 필라멘트를 당기는 데 실패했습니다. 필라멘트 또는 스풀이 끼여 있는지 확인하십시오." + }, + { + "ecode": "0500805C", + "intro": "그립 커팅 매트 유형이 일치하지 않습니다. LightGrip 커팅 매트를 깔아주세요." + }, + { + "ecode": "05008059", + "intro": "커팅 플랫폼 베이스가 제대로 정렬되지 않았습니다. 플랫폼의 네 모서리가 히트베드와 정렬되어 있는지 확인하십시오." + }, + { + "ecode": "0500806C", + "intro": "커팅 플랫폼을 올바르게 배치하고 마커가 노출되었는지 확인하십시오." + }, + { + "ecode": "07018013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "0500805A", + "intro": "커팅 매트를 커팅 보호 베이스에 올려 놓으십시오." + }, + { + "ecode": "07068013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18038013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18008013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18048013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18028013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18058013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07048013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "05008071", + "intro": "절단 플랫폼이 감지되지 않았습니다. 올바르게 배치되었는지 확인하세요." + }, + { + "ecode": "05008073", + "intro": "히트베드 리미트 블록이 막혔거나 오염되었습니다. 리미트 블록이 보이지 않으면 플랫폼 위치 오프셋 감지가 부정확할 수 있으므로 청소하고 리미트 블록이 잘 보이도록 하세요." + }, + { + "ecode": "05008068", + "intro": "스트롱 그립 커팅 매트를 올바르게 놓고 마커가 노출되었는지 확인하십시오." + }, + { + "ecode": "0500807C", + "intro": "커팅 플랫폼(커팅 보호 베이스 + 스트롱그립 커팅 매트)을 놓으세요." + }, + { + "ecode": "05008067", + "intro": "절단 보호대 위에 라이트그립 커팅 매트를 깔아주세요." + }, + { + "ecode": "07008013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07028013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07038013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "0500806F", + "intro": "그립 커팅 매트 유형이 일치하지 않습니다. StrongGrip 커팅 매트를 깔아주세요." + }, + { + "ecode": "18068013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07058013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "07078013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18018013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "18078013", + "intro": "기존 필라멘트를 제거하는 동안 시간이 초과되었습니다. 필라멘트가 걸렸거나 압출기가 막혔는지 확인하십시오." + }, + { + "ecode": "03004052", + "intro": "칼날 Z축 원점 복귀 실패" + }, + { + "ecode": "05008058", + "intro": "라이트 그립 커팅 매트를 올바르게 배치하고 마커가 노출되도록 하세요." + }, + { + "ecode": "0500807B", + "intro": "커팅 플랫폼(커팅 보호 베이스 + 라이트그립 커팅 매트)을 놓으세요." + }, + { + "ecode": "0C008018", + "intro": "이물질 감지 기능이 작동하지 않습니다. 작업을 계속 진행하거나 문제 해결을 위한 도우미를 볼 수 있습니다." + }, + { + "ecode": "0500805B", + "intro": "커팅 매트 유형을 알 수 없습니다. 올바른 커팅 매트로 교체하십시오." + }, + { + "ecode": "03008064", + "intro": "챔버 온도가 너무 높습니다. 상단 덮개와 전면 도어를 열어 열을 식히십시오. (이 인쇄 작업의 문 열림 감지는 '알림' 수준으로 설정됩니다.)" + }, + { + "ecode": "0C008017", + "intro": "플랫폼에서 이물질이 감지되었으니 제때 청소해 주세요." + }, + { + "ecode": "05008077", + "intro": "시각적 마커가 감지되지 않았습니다. 용지가 올바르게 배치되었는지 확인하세요." + }, + { + "ecode": "05008078", + "intro": "현재 자료가 슬라이스된 파일 설정과 일치하지 않습니다. 올바른 자료를 로드하고 자료의 QR 코드가 손상되거나 더러워지지 않았는지 확인하세요." + }, + { + "ecode": "0500403F", + "intro": "출력 작업을 다운로드하지 못했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "0500403D", + "intro": "툴헤드 모듈이 설정되지 않았습니다. 작업을 시작하기 전에 설정하십시오." + }, + { + "ecode": "0300400C", + "intro": "작업이 취소되었습니다." + }, + { + "ecode": "05008051", + "intro": "감지된 빌드 플레이트가 Gcode파일과 동일하지 않습니다. 슬라이서 설정을 조정하거나 올바른 플레이트를 사용하세요." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "07078010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "18048010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18038010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18028010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18008010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "18078010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "07068011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "0C004027", + "intro": "라이브 뷰 카메라 보정에 실패했습니다. 자세한 내용은 도우미에게 문의하고 처리 후 카메라를 다시 보정하세요." + }, + { + "ecode": "07058010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "18018010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18068010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "18058010", + "intro": "AMS-HT 보조 모터에 과부하가 걸렸습니다. 필라멘트가 엉키거나 스풀이 걸렸기 때문일 수 있습니다." + }, + { + "ecode": "07048010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "07068010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "07078011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07058011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07048011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "0C008015", + "intro": "플랫폼에서 물체가 감지되었습니다. 적시에 청소하십시오." + }, + { + "ecode": "05024006", + "intro": "알 수 없는 모듈이 감지되었습니다. 펌웨어를 최신 버전으로 업데이트해 보세요." + }, + { + "ecode": "07018017", + "intro": "AMS B 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "07028017", + "intro": "AMS C 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "03004013", + "intro": "AMS가 건조되는 동안에는 출력을 시작할 수 없습니다." + }, + { + "ecode": "07038017", + "intro": "AMS D 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "07008017", + "intro": "AMS A 건조 중. 재료를 로드/언로드하기 전에 건조 과정을 중지하십시오." + }, + { + "ecode": "07FFC003", + "intro": "스풀 홀더에서 필라멘트를 빼내십시오. 이 메시지가 지속되면 압출기 또는 PTFE 튜브에 필라멘트가 끊어졌는지 확인하십시오. (AMS를 사용하려는 경우 PTFE 튜브를 연결하십시오.)" + }, + { + "ecode": "07FFC008", + "intro": "스풀 홀더에서 필라멘트를 빼내십시오. 이 메시지가 지속되면 압출기에 필라멘트가 끊어졌는지 확인하십시오. (AMS를 사용하려는 경우 PTFE 튜브를 연결하십시오.)" + }, + { + "ecode": "0500405D", + "intro": "레이저 모듈 일련 번호 오류: 보정하거나 프로젝트를 만들 수 없습니다." + }, + { + "ecode": "0500805E", + "intro": "커팅 모듈 일련 번호 오류: 보정하거나 프로젝트를 만들 수 없습니다." + }, + { + "ecode": "0500C010", + "intro": "USB 플래시 드라이브 읽기-쓰기 예외; 다시 삽입하거나 교체하세요." + }, + { + "ecode": "0500402F", + "intro": "USB 플래시 드라이브 섹터 데이터가 손상되었습니다. 포맷하세요. 그래도 인식되지 않으면 USB 플래시 드라이브를 교체하세요." + }, + { + "ecode": "05008053", + "intro": "출력하는 동안 노즐 불일치가 감지되었습니다. 다시 슬라이싱한 후 출력을 시작하거나 올바른 노즐을 교체한 후 출력을계속하십시오. 주의: 핫엔드 온도가 높습니다." + }, + { + "ecode": "05024003", + "intro": "프린터가 현재 인쇄 중이며 모션 정확도 향상 기능을 켜거나 끌 수 없습니다." + }, + { + "ecode": "05024005", + "intro": "AMS가 아직 보정되지 않았으므로 출력을 시작할 수 없습니다." + }, + { + "ecode": "07FF8003", + "intro": "스풀 홀더에서 필라멘트를 빼내십시오. 이 메시지가 지속되면 압출기에 필라멘트가 끊어졌는지 확인하십시오. (AMS를 사용하려는 경우 PTFE 튜브를 연결하십시오.)" + }, + { + "ecode": "03008049", + "intro": "현재 플레이트가 유효하지 않습니다." + }, + { + "ecode": "05004008", + "intro": "출력 시작 실패. 프린터 전원을 껐다가 다시 켜고 출력 작업을 다시 보내십시오." + }, + { + "ecode": "0500400B", + "intro": "파일을 다운로드하는 중 문제가 발생했습니다. 네트워크 연결을 확인하고 출력 작업을 다시 전송하십시오." + }, + { + "ecode": "05004018", + "intro": "바인딩 구성 정보 분석에 실패했습니다. 다시 시도하세요." + }, + { + "ecode": "0500402C", + "intro": "IP 주소를 얻지 못했습니다. 무선 간섭으로 인해 데이터 전송이 실패했거나 라우터의 DHCP 주소 풀이 꽉 찼기 때문일 수 있습니다.프린터를 라우터에 더 가까이 놓고 다시 시도하십시오.문제가 계속되면 라우터 설정을 확인하여 IP 주소가 모두 사용되었는지 확인하십시오." + }, + { + "ecode": "0500400A", + "intro": "지원되지 않는 파일명 입니다. 파일명을 변경 후 출력 작업을 다시 시작하십시오." + }, + { + "ecode": "0500400D", + "intro": "셀프 테스트를 실행하고 출력 작업을 다시 시작하십시오." + }, + { + "ecode": "0501401A", + "intro": "클라우드 연결에 실패했습니다. 가능한 원인으로는 네트워크 불안정, 인터넷에 액세스할 수 없거나 라우터 방화벽 구성 제한 등이 있습니다. 프린터를 라우터에 더 가깝게 이동하거나 라우터 구성을 확인한 다음 다시 시도해 보세요." + }, + { + "ecode": "05014033", + "intro": "사용 중인 앱 지역이 프린터와 일치하지 않습니다. 해당 지역에서 앱을 다운로드하고 계정을 다시 등록하십시오." + }, + { + "ecode": "0500402D", + "intro": "시스템 예외" + }, + { + "ecode": "03008047", + "intro": "신속 이탈 레버 감지 시간 초과: 프린터를 다시 시작하세요." + }, + { + "ecode": "03008008", + "intro": "노즐 온도 오류" + }, + { + "ecode": "03008009", + "intro": "히트베드 온도 오류" + }, + { + "ecode": "05004002", + "intro": "지원되지 않는 출력 파일 경로 또는 이름입니다. 출력 작업을 다시 보내주십시오." + }, + { + "ecode": "05004006", + "intro": "출력 작업을 위한 사용 가능한 저장 공간이 충분하지 않습니다. 공장 설정으로 복원하면 사용 가능한 공간을 확보할 수 있습니다." + }, + { + "ecode": "05014039", + "intro": "기기 로그인이 만료되었습니다. 다시 바인딩해 보십시오." + }, + { + "ecode": "03008046", + "intro": "이물질 감지 시간 초과: 프린터를 다시 시작하세요." + }, + { + "ecode": "03008062", + "intro": "챔버 온도가 너무 높습니다. 환경 온도가 높기 때문일 수 있습니다." + }, + { + "ecode": "03008045", + "intro": "재료 감지 시간 초과: 프린터를 다시 시작하세요." + }, + { + "ecode": "0300800C", + "intro": "단계 건너뛰기 감지됨: 자동 복구가 완료되었습니다. 출력을 다시 시작하고 레이어 이동 문제가 있는지 확인하십시오." + }, + { + "ecode": "0500401A", + "intro": "클라우드 연결에 실패했습니다. 가능한 원인으로는 네트워크 불안정, 인터넷에 액세스할 수 없거나 라우터 방화벽 구성 제한 등이 있습니다. 프린터를 라우터에 더 가깝게 이동하거나 라우터 구성을 확인한 다음 다시 시도해 보세요." + }, + { + "ecode": "05014018", + "intro": "바인딩 구성 정보 분석에 실패했습니다. 다시 시도하세요." + }, + { + "ecode": "0300400F", + "intro": "전원 공급 장치 전압이 프린터와 일치하지 않습니다." + }, + { + "ecode": "05024004", + "intro": "일부 기능은 현재 디바이스에서 지원되지 않습니다. Studio 기능 설정을 확인하거나 펌웨어를 최신 버전으로 업데이트하세요." + }, + { + "ecode": "0500806D", + "intro": "재료가 감지되지 않았습니다. 배치를 확인한 후 계속하세요." + }, + { + "ecode": "0C004022", + "intro": "전망 카메라 설정에 실패했습니다. 레이저 모듈이 제대로 작동하는지 확인하세요." + }, + { + "ecode": "0300801D", + "intro": "압출기 서보 모터 위치 센서가 오작동합니다. 먼저 프린터의 전원을 끄고 연결 케이블이 느슨하지 않은지 확인하십시오." + }, + { + "ecode": "07038002", + "intro": "커터가 걸렸습니다. 커터 손잡이가 밖으로 나와 있는지 확인하세요." + }, + { + "ecode": "0C00403D", + "intro": "비전 인코더 플레이트가 감지되지 않았습니다. 히트베드에 올바르게 배치되었는지 확인하세요." + }, + { + "ecode": "07028002", + "intro": "커터가 걸렸습니다. 커터 손잡이가 밖으로 나와 있는지 확인하세요." + }, + { + "ecode": "07018002", + "intro": "커터가 걸렸습니다. 커터 손잡이가 밖으로 나와 있는지 확인하세요." + }, + { + "ecode": "0C00C004", + "intro": "스파게티 실패 가능성이 감지되었습니다." + }, + { + "ecode": "05004043", + "intro": "전력 제한으로 인해 장치 전원으로 AMS 한 대만 건조에 사용할 수 있습니다." + }, + { + "ecode": "05004052", + "intro": "핫엔드에서 오류가 감지되었습니다." + }, + { + "ecode": "05004050", + "intro": "출력 보드에서 오류가 감지되었습니다." + }, + { + "ecode": "03004068", + "intro": "모션 정확도 향상 프로세스 중에 스텝 손실이 발생했습니다. 다시 시도하세요." + }, + { + "ecode": "05004054", + "intro": "매트에서 오류가 감지되었습니다." + }, + { + "ecode": "0500403E", + "intro": "현재 도구 헤드는 초기화를 지원하지 않습니다." + }, + { + "ecode": "03004066", + "intro": "모션 정밀도 정 실패." + }, + { + "ecode": "0C00C006", + "intro": "제거 필라멘트가 폐기물 슈트에 쌓였을 수 있습니다." + }, + { + "ecode": "03008063", + "intro": "챔버 온도가 너무 높습니다. 상단 덮개와 전면 도어를 열어 열을 식혀주세요." + }, + { + "ecode": "0C00800B", + "intro": "히트베드 마커가 감지되지 않았습니다. 모든 물체를 치우고 매트를 제거하세요. 마커가 가려져 있지 않은지 확인하세요." + }, + { + "ecode": "0C004029", + "intro": "재료가 감지되지 않았습니다. 배치를 확인한 후 계속하세요." + }, + { + "ecode": "0C008005", + "intro": "제거된 필라멘트가 폐기물 슈트에 쌓여 툴헤드 충돌을 일으킬 수 있습니다." + }, + { + "ecode": "0C008033", + "intro": "신속 이탈 레버가 잠기지 않았습니다. 아래로 눌러 고정하세요." + }, + { + "ecode": "0C008009", + "intro": "빌드 플레이트 로컬라이제이션 마커를 찾을 수 없습니다." + }, + { + "ecode": "1000C001", + "intro": "베드 온도가 높으면 노즐의 필라멘트 막힘이 발생할 수 있습니다.챔버 도어를 열 수 있습니다." + }, + { + "ecode": "1000C002", + "intro": "CF 재료 필라멘트를 스테인리스 스틸로 출력하면 노즐이 손상될 수 있습니다." + }, + { + "ecode": "07038010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "07038011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07FF8006", + "intro": "더 이상 밀 수 없을 때까지 PTFE 튜브에 필라멘트를 공급하십시오." + }, + { + "ecode": "07FFC006", + "intro": "더 이상 밀 수 없을 때까지 PTFE 튜브에 필라멘트를 공급하십시오." + }, + { + "ecode": "07FFC009", + "intro": "더 이상 밀 수 없을 때까지 PTFE 튜브에 필라멘트를 공급하십시오." + }, + { + "ecode": "07028010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "07028011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07018010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "07018011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07008011", + "intro": "AMS 필라멘트가 소진되었습니다. 같은 AMS 슬롯에 새 필라멘트를 삽입하세요." + }, + { + "ecode": "07008002", + "intro": "커터가 걸렸습니다. 커터 손잡이가 밖으로 나와 있는지 확인하세요." + }, + { + "ecode": "07008010", + "intro": "AMS 보조 모터에 과부하가 걸렸습니다. 스풀이나 필라멘트가 끼여 있는지 확인하십시오. 문제 해결 후 재시도 버튼을 선택해주세요." + }, + { + "ecode": "0501401D", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "0501401F", + "intro": "인증 시간이 초과되었습니다. 휴대폰이나 PC가 인터넷에 연결되어 있는지 확인하고 바인딩 작업 중에 Bambu Studio/Bambu Handy 앱이 실행되고 있는지 확인하세요." + }, + { + "ecode": "05014021", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "05014024", + "intro": "클라우드 연결에 실패했습니다. 가능한 원인으로는 네트워크 불안정, 인터넷에 액세스할 수 없거나 라우터 방화벽 구성 제한 등이 있습니다. 프린터를 라우터에 더 가깝게 이동하거나 라우터 구성을 확인한 다음 다시 시도해 보세요." + }, + { + "ecode": "05014027", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "05014031", + "intro": "장치 검색 바인딩이 진행 중이며, QR 코드를 화면에 표시할 수 없습니다. 바인딩이 완료될 때까지 기다리거나 APP/Studio에서 장치 검색 바인딩 프로세스를 중단하고 화면에서 QR 코드를 스캔하여 바인딩을 다시 시도할 수 있습니다." + }, + { + "ecode": "05014032", + "intro": "QR 코드 바인딩이 진행 중이므로 장치 검색 바인딩을 수행할 수 없습니다.화면의 QR 코드를 스캔하여 바인딩하거나 화면의 QR 코드 표시 페이지를 종료하고 장치 검색 바인딩을 시도할 수 있습니다." + }, + { + "ecode": "05014034", + "intro": "슬라이싱 진행률이 오랫동안 업데이트되지 않아 인쇄 작업이 종료되었습니다.매개변수를 확인하고 인쇄를 다시 시작하십시오." + }, + { + "ecode": "05014035", + "intro": "장치가 바인딩 중이므로 새로운 바인딩 요청에 응답할 수 없습니다." + }, + { + "ecode": "05024001", + "intro": "이 출력 작업에는 현재 필라멘트가 사용됩니다.설정을 변경할 수 없습니다." + }, + { + "ecode": "05004001", + "intro": "Bambu Cloud에 연결하지 못했습니다. 네트워크 연결을 확인하십시오." + }, + { + "ecode": "05004003", + "intro": "gcode.3mf를 분석하는 중에 문제가 발생했습니다. 출력 작업을 다시 보내십시오." + }, + { + "ecode": "05004005", + "intro": "펌웨어를 업데이트하는 동안에는 인쇄 작업을 전송할 수 없습니다." + }, + { + "ecode": "05004009", + "intro": "로그를 업데이트하는 동안에는 인쇄 작업을 전송할 수 없습니다." + }, + { + "ecode": "0500400E", + "intro": "인쇄가 취소되었습니다." + }, + { + "ecode": "05004014", + "intro": "클라우드 슬라이싱에서 오류가 발생하였습니다. 매개변수를 확인하고 인쇄를 다시 시작하십시오." + }, + { + "ecode": "05004017", + "intro": "바인딩에 실패했습니다. 다시 시도하거나 프린터를 다시 시작한 후 다시 시도하세요." + }, + { + "ecode": "05004019", + "intro": "프린터가 이미 바인딩되었습니다. 바인딩을 해제하고 다시 시도하십시오." + }, + { + "ecode": "0500401D", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "0500401F", + "intro": "인증 시간이 초과되었습니다. 휴대폰이나 PC가 인터넷에 연결되어 있는지 확인하고 바인딩 작업 중에 Bambu Studio/Bambu Handy 앱이 실행되고 있는지 확인하세요." + }, + { + "ecode": "05004021", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "05004024", + "intro": "클라우드 연결에 실패했습니다. 가능한 원인으로는 네트워크 불안정, 인터넷에 액세스할 수 없거나 라우터 방화벽 구성 제한 등이 있습니다. 프린터를 라우터에 더 가깝게 이동하거나 라우터 구성을 확인한 다음 다시 시도해 보세요." + }, + { + "ecode": "05004027", + "intro": "클라우드 연결에 실패했습니다. 이는 네트워크 불안정으로 인한 것일 수 있습니다. 다시 시도하기 전에 프린터를 라우터에 더 가까이 이동해 보세요." + }, + { + "ecode": "0500402A", + "intro": "라우터에 연결하지 못했습니다. 무선 연결이 불안정 합니다. 라우터와 너무 멀리 떨어져 있기 때문일 수 있습니다. 다시 시도하거나 프린터를 라우터 근처로 이동한 다음 다시 시도하십시오." + }, + { + "ecode": "0500402B", + "intro": "잘못된 비밀번호로 인해 라우터 연결에 실패했습니다. 비밀번호를 확인하고 다시 시도하세요." + }, + { + "ecode": "05004037", + "intro": "슬라이스된 파일이 현재 프린터 모델과 호환되지 않습니다. 이 파일은 이 프린터에서 출력할 수 없습니다." + }, + { + "ecode": "05004038", + "intro": "슬라이스된 파일의 노즐 지름이 현재 노즐 설정과 일치하지 않습니다.이 파일은 출력할 수 없습니다." + }, + { + "ecode": "05008013", + "intro": "출력 파일을 찾을 수 없습니다. 저장 매체가 제거되었는지 확인하십시오." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "슬라이스된 파일이 현재 프린터 모델과 일치하지 않습니다.계속하시겠습니까?" + }, + { + "ecode": "05014017", + "intro": "바인딩에 실패했습니다. 다시 시도하거나 프린터를 다시 시작한 후 다시 시도하세요." + }, + { + "ecode": "05014019", + "intro": "프린터가 이미 바인딩되었습니다. 바인딩을 해제하고 다시 시도하십시오." + }, + { + "ecode": "03004001", + "intro": "원점 복귀 전에 노즐이 식기를 기다리는 동안 프린터 대기시간이 초과되었습니다." + }, + { + "ecode": "03004005", + "intro": "핫엔드 냉각 팬 속도가 비정상입니다." + }, + { + "ecode": "03004006", + "intro": "노즐이 막힌것 같습니다." + }, + { + "ecode": "03004009", + "intro": "XY 축 원점 복귀에 실패했습니다." + }, + { + "ecode": "0300400A", + "intro": "공진 주파수 식별에 실패했습니다." + }, + { + "ecode": "0300400D", + "intro": "전원이 끊긴 후 다시 시작하지 못했습니다." + }, + { + "ecode": "0300400E", + "intro": "모터 셀프 체크에 실패했습니다." + }, + { + "ecode": "03008003", + "intro": "스파게티 결함은 AI Print Monitoring에 의해 감지되었습니다. 출력을 계속하기 전에 출력된 모델의 품질을 확인하십시오." + }, + { + "ecode": "03008005", + "intro": "툴헤드 전면 커버가 떨어졌습니다. 전면 커버를 다시 장착하고 출력이 제대로 되는지 확인하세요." + }, + { + "ecode": "03008007", + "intro": "프린터 전원이 꺼졌을 때 완료되지 않은 출력 작업이 있었습니다. 모델이 여전히 빌드 플레이트에 붙어 있으면 출력 작업을 재개해 볼 수 있습니다." + }, + { + "ecode": "0300800E", + "intro": "출력 파일을 찾을 수 없습니다. 저장 매체가 제거되었는지 확인하십시오." + }, + { + "ecode": "0300800F", + "intro": "문이 열려 있는 것 같습니다. 인쇄가 일시 중지되었습니다." + }, + { + "ecode": "03008010", + "intro": "핫엔드 냉각 팬 속도가 비정상입니다." + }, + { + "ecode": "03008013", + "intro": "사용자가 출력을 일시 중지했습니다. '재시작'을 선택하여 인쇄 작업을 재개할 수 있습니다." + }, + { + "ecode": "03008018", + "intro": "챔버 온도 오작동." + }, + { + "ecode": "03008019", + "intro": "빌드 플레이트가 장착되지 않았습니다." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_nl_22E.json b/resources/hms/hms_nl_22E.json new file mode 100644 index 0000000000..e537183e8c --- /dev/null +++ b/resources/hms/hms_nl_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "nl": [ + { + "ecode": "0300020000010008", + "intro": "De temperatuur van de extruder mondstuk is abnormaal en kan de ingestelde waarde niet bereiken. Dit kan worden veroorzaakt door een verkeerd geïnstalleerde mondstuk siliconen hoes." + }, + { + "ecode": "030018000001000D", + "intro": "Nozzle klonterdetectie kalibratie mislukt. Overmatige kracht gedetecteerd op de nozzle. Zorg ervoor dat de nozzle correct is geïnstalleerd." + }, + { + "ecode": "030018000001000E", + "intro": "Nozzle klonterdetectie kalibratie mislukt. De nozzle raakte de binnenwand van het gat niet aan. Reinig alstublieft de nozzle en het stalen plaatgat aan de achterste rechterkant van het warmtebed." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "De extruder werkt niet goed. Misschien zit hij verstopt, of is het filament te dun, waardoor de extruder wegglijdt, of is het filament dat je eraan hebt vastgemaakt in de knoop geraakt." + }, + { + "ecode": "0300090000020004", + "intro": "De extrusieweerstand is niet normaal. Misschien zit de extruder verstopt of zit er filament vast in de toolhead, of is het extern gemonteerde filament in de knoop geraakt." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "De snelheid van de linker zijcomponent van de koelventilator is laag. Mogelijk zit hij vast en moet hij worden schoongemaakt." + }, + { + "ecode": "03003A0000020002", + "intro": "De snelheid van de linker zijcomponent van de koelventilator is laag. Mogelijk zit hij vast en moet hij worden schoongemaakt." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Authenticatie van time-lapse kit mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0C0003000003001A", + "intro": "Detectie van vreemde voorwerpen mislukt, mogelijk door een handmatige onderbreking (bijvoorbeeld door op "Stop" te klikken). Zo niet, probeer dan de printer opnieuw op te starten of de firmware bij te werken." + }, + { + "ecode": "0501040000030002", + "intro": "De draadstang moet nu gesmeerd worden." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Er is een rare sprong in de extruder extrusion force sensor-gegevens gevonden, waarschijnlijk door een slecht contact of een kapotte sensor." + }, + { + "ecode": "0300910000010008", + "intro": "De kamerverwarming heeft de gewenste temperatuur niet gehaald." + }, + { + "ecode": "0C00030000020015", + "intro": "Detectie van vreemde voorwerpen werkt niet. De Live View-camera is vervangen. Tik op \"Instellingen > Kalibratie\" op het printerscherm en kalibreer de Live View-camera opnieuw." + }, + { + "ecode": "0C00030000020014", + "intro": "De nauwkeurigheid van de detectie van vreemde voorwerpen is afgenomen. Als dit vaak voorkomt, voer dan een Live View Camera-kalibratie uit (\"Instellingen\" > \"Kalibratie\" op het printerscherm)." + }, + { + "ecode": "0C00030000020012", + "intro": "De detectie van vreemde voorwerpen werkt niet. De Live View Camera moet worden gekalibreerd. Tik op \"Instellingen > Kalibratie\" op het printerscherm. Als er een snijmodule is geïnstalleerd, verwijder deze dan voor het kalibreren." + }, + { + "ecode": "0501040000030003", + "intro": "Lineaire stangen moeten nu schoongemaakt en gesmeerd worden." + }, + { + "ecode": "0300180000030009", + "intro": "Uitvoeren van de eerste hogetemperatuurbednivellering." + }, + { + "ecode": "03002D0000030009", + "intro": "Uitvoeren van de eerste hogetemperatuurbednivellering." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A de odometer heeft geen signaal. De connector van de odometer heeft mogelijk slecht contact." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Het waterpas stellen van het verwarmde bed is mislukt, mogelijk door vreemde voorwerpen op het bed of door het kantelen van het bed. Doorgaan met printen kan de bouwplaat beschadigen. Verwijder vuil of stel het bed handmatig waterpas voordat je het opnieuw probeert." + }, + { + "ecode": "0500030000020055", + "intro": "Gebruikersinformatie is verlopen, log opnieuw in." + }, + { + "ecode": "0300290000010001", + "intro": "Vision Encoder patronen kunnen niet worden herkend; mogelijke redenen zijn vervorming van het Vision Encoder patroon, overbelichting van het licht en verkeerde plaatsing van de plaat." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0700250000020001", + "intro": "De AMS A gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit een voedingsadapter aan voor betere droogprestaties." + }, + { + "ecode": "0706250000020001", + "intro": "De AMS G gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0702250000020001", + "intro": "De AMS C gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0705250000020001", + "intro": "De AMS F gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0707250000020001", + "intro": "De AMS H gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0704250000020001", + "intro": "De AMS E gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "03002B0000020001", + "intro": "Kalibratie luchtklep mislukt. Controleer of er een vreemd voorwerp de klep blokkeert." + }, + { + "ecode": "0701900000010004", + "intro": "De stroomsensor van AMS B uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0707910000010004", + "intro": "De stroomsensor van AMS H uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1803900000010004", + "intro": "De stroomsensor van de AMS-HT D uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1807910000010004", + "intro": "De stroomsensor van de AMS-HT H uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1800910000010004", + "intro": "De huidige sensor van de AMS-HT A uitlaatklep 2 is afwijkend. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1800900000010004", + "intro": "De huidige sensor van de AMS-HT A uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0704900000010004", + "intro": "De stroomsensor van AMS E uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1803910000010004", + "intro": "De stroomsensor van de AMS-HT D uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0705900000010004", + "intro": "De stroomsensor van AMS F uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1805900000010004", + "intro": "De stroomsensor van de AMS-HT F uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0706900000010004", + "intro": "De stroomsensor van AMS G uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1804900000010004", + "intro": "De stroomsensor van de AMS-HT E uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0707900000010004", + "intro": "De stroomsensor van AMS H uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1802900000010004", + "intro": "De stroomsensor van de AMS-HT C uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1805910000010004", + "intro": "De stroomsensor van de AMS-HT F uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1804910000010004", + "intro": "De stroomsensor van de AMS-HT E uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1806900000010004", + "intro": "De huidige sensor van de AMS-HT G uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0700910000010004", + "intro": "De stroomsensor van AMS A uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0702900000010004", + "intro": "De stroomsensor van AMS C uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0706910000010004", + "intro": "De stroomsensor van AMS G uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0701910000010004", + "intro": "De stroomsensor van AMS B uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1801910000010004", + "intro": "De stroomsensor van de AMS-HT B uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1806910000010004", + "intro": "De huidige sensor van de AMS-HT G uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0703910000010004", + "intro": "De stroomsensor van AMS D uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0700900000010004", + "intro": "De stroomsensor van AMS A uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0704910000010004", + "intro": "De stroomsensor van de AMS E uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0705910000010004", + "intro": "De stroomsensor van AMS F uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0702910000010004", + "intro": "De stroomsensor van AMS C uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "0703900000010004", + "intro": "De stroomsensor van AMS D uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-moederbord te vervangen." + }, + { + "ecode": "1801900000010004", + "intro": "De stroomsensor van de AMS-HT B uitlaatklep 1 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1807900000010004", + "intro": "De stroomsensor van de AMS-HT H uitlaatklep 1 is afwijkend. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "1802910000010004", + "intro": "De stroomsensor van de AMS-HT C uitlaatklep 2 is niet goed. Neem contact op met de klantenservice om het AMS-HT-moederbord te vervangen." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1801250000020001", + "intro": "De AMS-HT B gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1803250000020001", + "intro": "De AMS-HT D gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1807250000020001", + "intro": "De AMS-HT H gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1806250000020001", + "intro": "De AMS-HT G gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de heater." + }, + { + "ecode": "0300320000010001", + "intro": "De snelheid van de ventilator aan de rechterkant (hulpcomponent koeling-filtratie) is te laag of staat stil. Het kan vastzitten of de connector is niet goed aangesloten." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de heater." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de vervarming." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1804250000020001", + "intro": "De AMS-HT E gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1805250000020001", + "intro": "De AMS-HT F gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1800250000020001", + "intro": "De AMS-HT A gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0300320000010002", + "intro": "De snelheid van de ventilator aan de rechterkant (hulpcomponent koeling-filtratie) is laag. Mogelijk zit hij vast en moet hij worden schoongemaakt." + }, + { + "ecode": "1802250000020001", + "intro": "De AMS-HT C gebruikt printervoeding voor het drogen tijdens het laden/printen. Sluit voor betere droogprestaties een voedingsadapter aan." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F De fout in de temperatuurregeling is te groot, wat kan komen doordat het deksel open is of door een afwijking in de verwarming." + }, + { + "ecode": "0500060000020001", + "intro": "De Toolhead Camera zit niet op zijn plaats; controleer de hardwareverbinding." + }, + { + "ecode": "0700610000020001", + "intro": "Slot 2 van de AMS A is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0701610000020001", + "intro": "Slot 2 van de AMS B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0701620000020001", + "intro": "Slot 3 van de AMS B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0701630000020001", + "intro": "Slot 4 van de AMS B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0702600000020001", + "intro": "Slot 1 van de AMS C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1802620000020001", + "intro": "Slot 3 van de AMS-HT C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0707620000020001", + "intro": "De AMS H-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1803620000020001", + "intro": "De AMS-HT D-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1804610000020001", + "intro": "De AMS-HT E-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1804630000020001", + "intro": "De AMS-HT E-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0707630000020001", + "intro": "De AMS H-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1807600000020001", + "intro": "De AMS-HT H-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0705630000020001", + "intro": "De AMS F-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0704600000020001", + "intro": "De AMS E-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1800600000020001", + "intro": "Slot 1 van de AMS-HT A is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0707600000020001", + "intro": "De AMS H-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1801610000020001", + "intro": "De AMS-HT B-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0706600000020001", + "intro": "De AMS G-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0706630000020001", + "intro": "De AMS G-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0300180000010005", + "intro": "De rotatie van de motor op de Z-as is belemmerd; controleer of er vreemde voorwerpen vastzitten in de Z-schuif of de Z-distributiepoelie. Zorg er ook voor dat de bouwplaat correct is geplaatst om botsingen met omliggende constructies te voorkomen." + }, + { + "ecode": "0700600000020001", + "intro": "Slot 1 van de AMS A is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0700620000020001", + "intro": "Slot 3 van de AMS A is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0700630000020001", + "intro": "Slot 4 van de AMS A is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0701600000020001", + "intro": "Slot 1 van de AMS B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0702610000020001", + "intro": "Slot 2 van de AMS C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0702620000020001", + "intro": "Slot 3 van de AMS C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0702630000020001", + "intro": "Slot 4 van de AMS C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0703600000020001", + "intro": "De AMS D-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0703610000020001", + "intro": "De AMS D-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0703620000020001", + "intro": "De AMS D-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0703630000020001", + "intro": "De AMS D-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1806600000020001", + "intro": "De AMS-HT G-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0706620000020001", + "intro": "De AMS G-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1805630000020001", + "intro": "De AMS-HT F-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1803630000020001", + "intro": "De AMS-HT D-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0705610000020001", + "intro": "De AMS F-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1806610000020001", + "intro": "De AMS-HT G-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0704620000020001", + "intro": "De AMS E-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1800630000020001", + "intro": "De AMS-HT A Slot 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1802600000020001", + "intro": "Slot 1 van de AMS-HT C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1801630000020001", + "intro": "Slot 4 van de AMS-HT B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1806630000020001", + "intro": "De AMS-HT G-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0704630000020001", + "intro": "De AMS E-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1805610000020001", + "intro": "De AMS-HT F-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1802630000020001", + "intro": "Slot 4 van de AMS-HT C is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1804620000020001", + "intro": "De AMS-HT E-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1805620000020001", + "intro": "De AMS-HT F-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1800620000020001", + "intro": "De AMS-HT A Slot 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0706610000020001", + "intro": "De AMS G-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0705620000020001", + "intro": "De AMS F-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1805600000020001", + "intro": "De AMS-HT F-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1803610000020001", + "intro": "De AMS-HT D-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1801600000020001", + "intro": "Slot 1 van de AMS-HT B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1807620000020001", + "intro": "De AMS-HT H-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1807630000020001", + "intro": "De AMS-HT H-sleuf 4 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1804600000020001", + "intro": "De AMS-HT E-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0707610000020001", + "intro": "De AMS H-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1806620000020001", + "intro": "De AMS-HT G-sleuf 3 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1807610000020001", + "intro": "De AMS-HT H-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1803600000020001", + "intro": "De AMS-HT D-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1802610000020001", + "intro": "De AMS-HT C-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1800610000020001", + "intro": "De AMS-HT A-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "1801620000020001", + "intro": "Slot 3 van de AMS-HT B is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0705600000020001", + "intro": "De AMS F-sleuf 1 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "0704610000020001", + "intro": "De AMS E-sleuf 2 is overbelast. Het filament kan in de knoop zitten of de filamentbuffer kan vastlopen." + }, + { + "ecode": "050003000002000E", + "intro": "Sommige modules zijn niet compatibel met de firmwareversie van de printer, wat het gebruik kan beïnvloeden. Ga naar de pagina \"Firmware\" om te updaten nadat u verbinding hebt gemaakt met internet, of u kunt offline updaten volgens wiki." + }, + { + "ecode": "0500050000010007", + "intro": "MQTT-opdrachtverificatie mislukt. Werk Studio (inclusief de netwerkplug-in) of Handy bij naar de nieuwste versie, start de software opnieuw op en probeer het opnieuw." + }, + { + "ecode": "0300A80000010001", + "intro": "AMS-voedingsstoring, mogelijk door schade aan het AMS of kortsluiting in de AMS-interface, of te veel AMS-aansluitingen. Controleer of deze correct is aangesloten." + }, + { + "ecode": "030018000001000B", + "intro": "Aanwezigheidsdetectie nozzle mislukt: Nozzle niet geïnstalleerd of onjuist geïnstalleerd." + }, + { + "ecode": "0706230000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS G naar de extruder correct is aangesloten." + }, + { + "ecode": "0702220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS C naar de extruder correct is aangesloten." + }, + { + "ecode": "1804230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT E naar de extruder correct is aangesloten." + }, + { + "ecode": "0705210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS F naar de extruder correct is aangesloten." + }, + { + "ecode": "1805220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT F naar de extruder correct is aangesloten." + }, + { + "ecode": "0702210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS C naar de extruder correct is aangesloten." + }, + { + "ecode": "1804210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT E naar de extruder correct is aangesloten." + }, + { + "ecode": "1805230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT F naar de extruder correct is aangesloten." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D heeft een breuk in de PTFE-slang geconstateerd tijdens het laden van filament. Controleer of de PTFE-slangen in en buiten de AMS losgeraakt of beschadigd zijn." + }, + { + "ecode": "0705200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS op de extruder." + }, + { + "ecode": "1804200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "0701220000020015", + "intro": "De status van het AMS B-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0701230000020012", + "intro": "De motor van de AMS B-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1805200000020013", + "intro": "De motor van de AMS-HT F-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H slot 4 feeder unit motor is vastgelopen, kan de spoel niet draaien." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B slot 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703230000020012", + "intro": "De motor van de AMS D-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1801230000020015", + "intro": "De status van het AMS-HT B slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT Een slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E slot 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1806230000020013", + "intro": "De motor van de AMS-HT G-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1805220000020015", + "intro": "De status van het AMS-HT F-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1805230000020013", + "intro": "De motor van de AMS-HT F-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0707200000020015", + "intro": "De status van het AMS H-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1807210000020015", + "intro": "De status van het AMS-HT H-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700210000020014", + "intro": "AMS Een slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "1803230000020013", + "intro": "De AMS-HT D-sleuf 4-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "1802220000020013", + "intro": "De motor van de AMS-HT C-sleuf 3 feeder heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807220000020015", + "intro": "De filamentstatus van AMS-HT H-sleuf 3 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0706230000020013", + "intro": "De motor van de AMS G-sleuf 4 heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0704230000020013", + "intro": "De AMS E-sleuf 4-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "1804210000020015", + "intro": "De status van het AMS-HT E-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803230000020015", + "intro": "De status van het AMS-HT D slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0707210000020015", + "intro": "De status van het AMS H-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0707230000020013", + "intro": "De motor van de AMS H-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1803220000020012", + "intro": "De motor van de voedingseenheid AMS-HT D slot 3 is vastgelopen." + }, + { + "ecode": "0703210000020015", + "intro": "De status van het AMS D-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800220000020015", + "intro": "De status van AMS-HT A slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803220000020013", + "intro": "De motor van de AMS-HT D slot 3 feeder unit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0706220000020012", + "intro": "De motor van de AMS G-sleuf 3 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704220000020015", + "intro": "De status van het AMS E-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT Een sleuf 4 filament-odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de connector van de odometer of door een storing in de odometer." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "1802200000020012", + "intro": "De motor van de AMS-HT C-sleuf 1-toevoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "1805200000020016", + "intro": "De AMS-HT F sleuf 1 hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0700210000020015", + "intro": "De status van AMS A slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1806230000020015", + "intro": "De status van het AMS-HT G-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700220000020012", + "intro": "AMS Een sleuf 3 feeder unit motor is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706210000020015", + "intro": "De status van het AMS G-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803200000020015", + "intro": "De status van het AMS-HT D-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0705230000020012", + "intro": "De motor van de AMS F-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0700220000020014", + "intro": "AMS Een slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "0701210000020015", + "intro": "De status van het AMS B-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803210000020012", + "intro": "De motor van de AMS-HT D-sleuf 2 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1804200000020015", + "intro": "De status van het AMS-HT E-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT De motor van de sleuf 4 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1806200000020015", + "intro": "De status van het AMS-HT G-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0706220000020015", + "intro": "De status van het AMS G-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0701200000020013", + "intro": "De motor van de AMS B-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT De motor van de sleuf 3 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804210000020013", + "intro": "De motor van de AMS-HT E slot 2 feeder unit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1801220000020015", + "intro": "De filamentstatus van AMS-HT B-sleuf 3 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700230000020012", + "intro": "AMS Een sleuf 4 feeder unit motor is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0706230000020025", + "intro": "De invoerweerstand van AMS G slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A slot 3 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A slot 4 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H-slot 2 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A slot 4 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0701210000020025", + "intro": "De invoerweerstand van AMS B slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H slot 1 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B slot 3 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0701220000020025", + "intro": "De invoerweerstand van AMS B slot 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0705220000020025", + "intro": "De voedingsweerstand van AMS F slot 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1804210000020025", + "intro": "De voedingsweerstand van AMS-HT E sleuf 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0704220000020025", + "intro": "De voedingsweerstand van AMS E slot 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B slot 1 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1804220000020025", + "intro": "De voedingsweerstand van AMS-HT E sleuf 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C slot 3 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D sleuf 1 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C slot 1 De invoerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E sleuf 1 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0707210000020025", + "intro": "De voedingsweerstand van AMS H slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0705200000020025", + "intro": "De voedingsweerstand van AMS F slot 1 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A slot 3 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A slot 2 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B slot 1 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0706210000020025", + "intro": "De voedingsweerstand van AMS G sleuf 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H slot 3 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B slot 2 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E slot 1 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A heeft een breuk in de PTFE-slang gedetecteerd tijdens het laden van filament. Controleer of de PTFE-slangen in en buiten de AMS losgeraakt of beschadigd zijn." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B heeft een breuk in de PTFE-slang gedetecteerd tijdens het laden van filament. Controleer of de PTFE-slangen binnen en buiten de AMS losgeraakt of beschadigd zijn." + }, + { + "ecode": "1802220000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS-HT C naar de extruder correct is aangesloten." + }, + { + "ecode": "1807210000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS-HT H naar de extruder correct is aangesloten." + }, + { + "ecode": "1800230000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS-HT A naar de extruder correct is aangesloten." + }, + { + "ecode": "0706220000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS G naar de extruder correct is aangesloten." + }, + { + "ecode": "0704230000020006", + "intro": "Ontkoppeling van de PTFE-buis gedetecteerd tijdens het laden van de gloeidraad. Controleer of de PTFE-buis van AMS E naar de extruder correct is aangesloten." + }, + { + "ecode": "0700210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS A naar de extruder correct is aangesloten." + }, + { + "ecode": "1800220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT A naar de extruder correct is aangesloten." + }, + { + "ecode": "1801230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT B naar de extruder correct is aangesloten." + }, + { + "ecode": "0701230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS B naar de extruder correct is aangesloten." + }, + { + "ecode": "0707220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS H naar de extruder correct is aangesloten." + }, + { + "ecode": "0704220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS E naar de extruder correct is aangesloten." + }, + { + "ecode": "0704210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS E naar de extruder correct is aangesloten." + }, + { + "ecode": "1803220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT D naar de extruder correct is aangesloten." + }, + { + "ecode": "0701210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS B naar de extruder correct is aangesloten." + }, + { + "ecode": "0703220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS D naar de extruder correct is aangesloten." + }, + { + "ecode": "1806230000020006", + "intro": "Ontkoppeling van de PTFE-slang gedetecteerd tijdens het laden van het filament. Controleer of de PTFE-slang van AMS-HT G naar de extruder goed is aangesloten." + }, + { + "ecode": "0707210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS H naar de extruder correct is aangesloten." + }, + { + "ecode": "1807230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT H naar de extruder correct is aangesloten." + }, + { + "ecode": "1802210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT C naar de extruder correct is aangesloten." + }, + { + "ecode": "0703210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS D naar de extruder correct is aangesloten." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H-slot 2 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807200000020013", + "intro": "De motor van de AMS-HT H-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802230000020013", + "intro": "De motor van de AMS-HT C-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1804220000020012", + "intro": "De motor van de AMS-HT E-sleuf 3 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0703200000020013", + "intro": "De motor van de AMS D-sleuf 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0702200000020012", + "intro": "De motor van de AMS C-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804200000020013", + "intro": "De motor van de AMS-HT E-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT Een slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0706230000020015", + "intro": "De status van het AMS G-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1801200000020015", + "intro": "De status van het AMS-HT B-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0704200000020013", + "intro": "De motor van de AMS E-sleuf 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0705200000020015", + "intro": "De status van het AMS F-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1802200000020013", + "intro": "De motor van de AMS-HT C-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0700220000020015", + "intro": "De status van AMS A slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C slot 4 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807220000020014", + "intro": "De AMS-HT H sleuf 3 filament odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de odometerconnector of een storing in de odometer." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704220000020012", + "intro": "De motor van de AMS E-sleuf 3-invoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H-slot 3 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1806220000020012", + "intro": "De motor van de AMS-HT G-sleuf 3 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0700220000020013", + "intro": "De motor van de AMS A-sleuf 3-feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0700200000020012", + "intro": "AMS Een sleuf 1 feeder unit motor is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A De filamentstatus van sleuf 4 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT De motor van de sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT Een sleuf 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0707200000020013", + "intro": "De motor van de AMS H-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802220000020012", + "intro": "De motor van de AMS-HT C-sleuf 3 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0702230000020015", + "intro": "De status van het AMS C-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1802200000020015", + "intro": "De filamentstatus van AMS-HT C-sleuf 1 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F slot 3 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0707230000020012", + "intro": "De motor van de AMS H-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT Een sleuf 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1803220000020016", + "intro": "De hulpmotor AMS-HT D slot 3 is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D slot 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1801230000020012", + "intro": "De motor van de AMS-HT B-sleuf 4 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0701200000020012", + "intro": "De motor van de AMS B-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1801220000020012", + "intro": "De motor van de AMS-HT B sleuf 3-toevoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "0707230000020015", + "intro": "De status van het AMS H-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0700200000020013", + "intro": "AMS Een sleuf 1 feeder unit motor heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0707210000020013", + "intro": "De AMS H-sleuf 2-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "1806230000020012", + "intro": "De motor van de AMS-HT G-sleuf 4 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0704230000020016", + "intro": "De AMS E-slot 4-hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703230000020013", + "intro": "De motor van de AMS D slot 4 feeder unit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0703220000020012", + "intro": "De motor van de AMS D-sleuf 3 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1805220000020012", + "intro": "De motor van de AMS-HT F-sleuf 3 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H slot 1 de motor van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1802210000020013", + "intro": "De motor van de AMS-HT C-sleuf 2 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C slot 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "0704200000020012", + "intro": "De motor van de AMS E-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0703220000020016", + "intro": "De hulpmotor van AMS D slot 3 is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D slot 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807220000020012", + "intro": "De motor van de AMS-HT H-sleuf 3 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804230000020016", + "intro": "De AMS-HT E sleuf 4 hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0706200000020013", + "intro": "De AMS G-sleuf 1-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G sleuf 1 de motor van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D slot 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703220000020014", + "intro": "De AMS D-slot 3 filamentodometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de odometerconnector of een storing in de odometer." + }, + { + "ecode": "0704220000020013", + "intro": "De motor van de AMS E-sleuf 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0703210000020013", + "intro": "De motor van de AMS D-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0701230000020013", + "intro": "De motor van de AMS B-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1806210000020012", + "intro": "De motor van de AMS-HT G-sleuf 2-toevoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "0704210000020013", + "intro": "De motor van de AMS E-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0705210000020016", + "intro": "De hulpmotor van AMS F-slot 2 is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0700210000020013", + "intro": "De motor van de AMS A-sleuf 2-feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0702220000020012", + "intro": "De motor van de AMS C-sleuf 3 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0705210000020015", + "intro": "De status van het AMS F-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0707200000020012", + "intro": "De motor van de AMS H-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT Een sleuf 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703220000020015", + "intro": "De status van het AMS D slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703200000020015", + "intro": "De status van het AMS D-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700200000020014", + "intro": "AMS Een slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0705200000020012", + "intro": "De motor van de AMS F-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0704230000020012", + "intro": "De motor van de AMS E-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1800200000020015", + "intro": "De status van AMS-HT A slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0705230000020016", + "intro": "De hulpmotor van AMS F-slot 4 is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1804220000020015", + "intro": "De status van het AMS-HT E-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803200000020013", + "intro": "De motor van de AMS-HT D-sleuf 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0706200000020015", + "intro": "De status van het AMS G-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT De motor van de sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1806210000020013", + "intro": "De motor van de AMS-HT G-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "1807200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "1801200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "0707200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS op de extruder." + }, + { + "ecode": "1806200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "1800200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "1805200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "0706200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS op de extruder." + }, + { + "ecode": "0704200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS op de extruder." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C heeft een breuk in de PTFE-slang gedetecteerd tijdens het laden van filament. Controleer of de PTFE-slangen in en buiten de AMS losgeraakt of beschadigd zijn." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F slot 1 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0705210000020025", + "intro": "De invoerweerstand van AMS F slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1806210000020025", + "intro": "De voedingsweerstand van AMS-HT G slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0703230000020025", + "intro": "De voedingsweerstand van AMS D slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1807230000020025", + "intro": "De voedingsweerstand van AMS-HT H-slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A slot 1 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1806200000020025", + "intro": "De voedingsweerstand van AMS-HT G sleuf 1 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1807220000020025", + "intro": "De voedingsweerstand van AMS-HT H-sleuf 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1806220000020025", + "intro": "De voedingsweerstand van AMS-HT G sleuf 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0707200000020025", + "intro": "De voedingsweerstand van AMS H-slot 1 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0702210000020025", + "intro": "De voedingsweerstand van AMS C slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F slot 3 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0703220000020025", + "intro": "De invoerweerstand van AMS D sleuf 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1803220000020025", + "intro": "De voedingsweerstand van AMS-HT D sleuf 3 is te hoog, wat te wijten kan zijn aan het feit dat de toevoerleiding verbogen is, te lang is of dat de rotatie van de spoel hoog is." + }, + { + "ecode": "0704230000020025", + "intro": "De voedingsweerstand van AMS E-slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0706220000020025", + "intro": "De voedingsweerstand van AMS G slot 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1804230000020025", + "intro": "De voedingsweerstand van AMS-HT E slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0704210000020025", + "intro": "De voedingsweerstand van AMS E slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0705230000020025", + "intro": "De voedingsweerstand van AMS F slot 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1803210000020015", + "intro": "De filamentstatus van AMS-HT D-sleuf 2 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "0705230000020013", + "intro": "De motor van de AMS F-sleuf 4 feeder heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H slot 4 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G slot 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1804220000020013", + "intro": "De motor van de AMS-HT E slot 3 feeder unit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1805210000020013", + "intro": "De AMS-HT F slot 2 feeder unit motor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0701220000020014", + "intro": "De AMS B slot 3 filament-odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de connector van de odometer of door een storing in de odometer." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT Een slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C slot 2 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704200000020015", + "intro": "De status van het AMS E-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700230000020014", + "intro": "AMS Een slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0702200000020013", + "intro": "De motor van de AMS C-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H slot 2 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0703210000020012", + "intro": "De motor van de AMS D sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0704210000020012", + "intro": "De motor van de AMS E-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706210000020012", + "intro": "De motor van de AMS G-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0707230000020014", + "intro": "De AMS H slot 4 filament-odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de connector van de odometer of door een storing in de odometer." + }, + { + "ecode": "0700210000020012", + "intro": "De motor van de AMS A-invoereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0705220000020015", + "intro": "De status van het AMS F-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT De motor van de sleuf 2 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1805210000020015", + "intro": "De status van het AMS-HT F-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0703230000020015", + "intro": "De filamentstatus van AMS D slot 4 is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1805210000020012", + "intro": "De motor van de AMS-HT F-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706210000020016", + "intro": "De AMS G-slot 2-hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1804210000020012", + "intro": "De motor van de AMS-HT E-sleuf 2 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H-slot 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0705210000020012", + "intro": "De motor van de AMS F-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0704210000020016", + "intro": "De hulpmotor van AMS E slot 2 is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1803230000020012", + "intro": "De motor van de AMS-HT D-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0706210000020013", + "intro": "De motor van de AMS G-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807200000020015", + "intro": "De status van het AMS-HT H-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0703200000020012", + "intro": "De motor van de AMS D-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1806220000020013", + "intro": "De motor van de AMS-HT G-sleuf 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C slot 4 feeder unit motor is vastgelopen, kan de spoel niet draaien." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1802220000020015", + "intro": "De status van het AMS-HT C-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0706230000020012", + "intro": "De motor van de AMS G-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804210000020016", + "intro": "De AMS-HT E sleuf 2 hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1806220000020015", + "intro": "De status van het AMS-HT G-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1805230000020015", + "intro": "De status van het AMS-HT F-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1802230000020015", + "intro": "De status van het AMS-HT C-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1806210000020015", + "intro": "De status van het AMS-HT G-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0702210000020015", + "intro": "De status van het AMS C-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0704230000020015", + "intro": "De status van het AMS E-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1806200000020013", + "intro": "De motor van de AMS-HT G-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0701220000020013", + "intro": "De motor van de AMS B-sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F slot 2 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0705220000020013", + "intro": "De motor van de AMS F-sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E slot 1 de motor van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0703220000020013", + "intro": "De motor van de AMS D-sleuf 3 feeder heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0700230000020013", + "intro": "AMS Een motor van de voedingseenheid in sleuf 4 heeft geen signaal." + }, + { + "ecode": "1807210000020013", + "intro": "De motor van de AMS-HT H-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0707220000020012", + "intro": "De motor van de AMS H-sleuf 3 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0707220000020015", + "intro": "De status van het AMS H-slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A slot 4 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0701230000020015", + "intro": "De status van het AMS B-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "0701210000020012", + "intro": "De motor van de AMS B-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H-slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1800210000020015", + "intro": "De status van AMS-HT A slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0702210000020013", + "intro": "De motor van de AMS C-sleuf 2 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G-sleuf 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "1805200000020015", + "intro": "De status van het AMS-HT F-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1801210000020015", + "intro": "De status van het AMS-HT B-slot 2-filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT De motor van de feederunit van slot 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G-sleuf 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "1801200000020013", + "intro": "De motor van de AMS-HT B-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1804230000020015", + "intro": "De status van het AMS-HT E-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1805200000020012", + "intro": "De motor van de AMS-HT F-sleuf 1 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0702200000020015", + "intro": "De status van het AMS C-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0702230000020012", + "intro": "De motor van de AMS C-sleuf 4 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0702220000020015", + "intro": "De filamentstatus van AMS C-sleuf 3 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1805230000020016", + "intro": "De AMS-HT F sleuf 4 hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT Een sleuf 1 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "1801220000020013", + "intro": "De motor van de AMS-HT B-sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G-sleuf 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0702230000020013", + "intro": "De AMS C-sleuf 4-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C slot 3 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1801230000020013", + "intro": "De motor van de AMS-HT B-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0705230000020015", + "intro": "De status van het AMS F-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1802210000020015", + "intro": "De filamentstatus van AMS-HT C-sleuf 2 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "0701220000020012", + "intro": "De motor van de AMS B-sleuf 3 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "0706220000020016", + "intro": "De hulpmotor van AMS G slot 3 is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT De motor van de sleuf 2 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807230000020013", + "intro": "De motor van de AMS-HT H-sleuf 4 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0707220000020013", + "intro": "De AMS H-sleuf 3-feederunitmotor geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de motorconnector of door een motorstoring." + }, + { + "ecode": "0705200000020013", + "intro": "De motor van de AMS F-sleuf 1 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0705210000020013", + "intro": "De motor van de AMS F-sleuf 2 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1804230000020012", + "intro": "De motor van de AMS-HT E-sleuf 4 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS G naar de extruder correct is aangesloten." + }, + { + "ecode": "1800210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT A naar de extruder correct is aangesloten." + }, + { + "ecode": "1803230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT D naar de extruder correct is aangesloten." + }, + { + "ecode": "0702230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS C naar de extruder correct is aangesloten." + }, + { + "ecode": "0703230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS D naar de extruder correct is aangesloten." + }, + { + "ecode": "1806210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT G naar de extruder correct is aangesloten." + }, + { + "ecode": "1806220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT G naar de extruder correct is aangesloten." + }, + { + "ecode": "1804220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT E naar de extruder correct is aangesloten." + }, + { + "ecode": "0705230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS F naar de extruder correct is aangesloten." + }, + { + "ecode": "1802230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT C naar de extruder correct is aangesloten." + }, + { + "ecode": "1803210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT D naar de extruder correct is aangesloten." + }, + { + "ecode": "0700230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS A naar de extruder correct is aangesloten." + }, + { + "ecode": "07FFA00000020001", + "intro": "Het koude trekproces van het mondstuk is uitgetimed. Klik op \"Opnieuw proberen\" en trek het filament er dan handmatig uit." + }, + { + "ecode": "0707230000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS H naar de extruder correct is aangesloten." + }, + { + "ecode": "1805210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT F naar de extruder correct is aangesloten." + }, + { + "ecode": "0700220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS A naar de extruder correct is aangesloten." + }, + { + "ecode": "1807220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT H naar de extruder correct is aangesloten." + }, + { + "ecode": "1801210000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT B naar de extruder correct is aangesloten." + }, + { + "ecode": "0701220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS B naar de extruder correct is aangesloten." + }, + { + "ecode": "1801220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van de AMS-HT B naar de extruder correct is aangesloten." + }, + { + "ecode": "0705220000020006", + "intro": "PTFE-slang losgekoppeld tijdens het laden van filament. Controleer of de PTFE-slang van AMS F naar de extruder correct is aangesloten." + }, + { + "ecode": "1803200000020006", + "intro": "PTFE-slang losgemaakt tijdens het voedingsproces. Controleer of de PTFE-slang is aangesloten van AMS-HT op de extruder." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B slot 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "1803210000020013", + "intro": "De motor van de AMS-HT D slot 2 feeder unit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H-slot 4 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0702210000020012", + "intro": "De motor van de AMS C-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0707210000020012", + "intro": "De motor van de AMS H-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706230000020016", + "intro": "De hulpmotor AMS G slot 4 is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0702220000020013", + "intro": "De motor van de AMS C-sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0706220000020013", + "intro": "De motor van de AMS G-sleuf 3 feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D sleuf 1 de motor van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H-slot 1 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1805220000020013", + "intro": "De AMS-HT F-sleuf 3-feederunitmotor geeft geen signaal. Dit kan te wijten zijn aan een slecht contact in de motorconnector of aan een motorstoring." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT De motor van de sleuf 1 van de feederunit is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H slot 2 filament odometer heeft geen signaal." + }, + { + "ecode": "0705210000020014", + "intro": "De AMS F slot 2 filament-odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de connector van de odometer of door een storing in de odometer." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D slot 4 hulpmotor is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0705220000020014", + "intro": "De AMS F slot 3 filament-odometer geeft geen signaal. Dit kan worden veroorzaakt door een slecht contact in de odometerconnector of een storing in de odometer." + }, + { + "ecode": "1801210000020013", + "intro": "De motor van de AMS-HT B-sleuf 2-feederunit heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E slot 3 filament odometer heeft geen signaal." + }, + { + "ecode": "1807220000020013", + "intro": "De motor van de AMS-HT H-sleuf 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1803210000020016", + "intro": "De hulpmotor AMS-HT D sleuf 2 is uitgegleden. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807230000020015", + "intro": "De status van het AMS-HT H-slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B slot 1 feeder unit motor is vastgelopen, kan de spoel niet draaien." + }, + { + "ecode": "0700230000020015", + "intro": "De status van AMS A slot 4 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1805230000020012", + "intro": "De motor van de AMS-HT F-sleuf 4 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "1806210000020016", + "intro": "De AMS-HT G sleuf 2 hulpmotor is doorgeslagen. Trek de gloeidraad eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "1807210000020012", + "intro": "De motor van de AMS-HT H-sleuf 2 is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F slot 4 filament odometer heeft geen signaal." + }, + { + "ecode": "0701210000020013", + "intro": "De motor van de AMS B-sleuf 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "1801210000020012", + "intro": "De motor van de AMS-HT B-sleuf 2 van de feedereenheid is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "0706200000020012", + "intro": "De motor van de AMS G-sleuf 1-toevoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "0700200000020015", + "intro": "De filamentstatus van AMS A-slot 1 is abnormaal, wat mogelijk te wijten is aan een filamentbreuk in de AMS." + }, + { + "ecode": "0705220000020012", + "intro": "De motor van de AMS F-sleuf 3-toevoereenheid is vastgelopen, de spoel kan niet worden gedraaid." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C slot 2 feeder unit motor is vastgelopen en kan de spoel niet draaien." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E slot 3 hulpmotor is verschoven. Trek het filament eruit, knip het versleten onderdeel af en probeer het opnieuw." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C slot 1 filament odometer heeft geen signaal." + }, + { + "ecode": "0701200000020015", + "intro": "De status van het AMS B-slot 1 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1804230000020013", + "intro": "De motor van de voedingseenheid AMS-HT E slot 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorfout." + }, + { + "ecode": "0704210000020015", + "intro": "De status van het AMS E-slot 2 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "1803220000020015", + "intro": "De status van het AMS-HT D slot 3 filament is abnormaal, wat te wijten kan zijn aan een filamentbreuk in de AMS." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A slot 2 voerweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0702220000020025", + "intro": "De voedingsweerstand van AMS C slot 3 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C slot 2 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1805210000020025", + "intro": "De voedingsweerstand van AMS-HT F slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0703210000020025", + "intro": "De voedingsweerstand van AMS D slot 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0706200000020025", + "intro": "De voedingsweerstand van AMS G slot 1 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1803230000020025", + "intro": "De voedingsweerstand van AMS-HT D sleuf 4 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D slot 1 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B slot 4 de voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A slot 1 voedingsweerstand is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "0702200000020025", + "intro": "De voedingsweerstand van AMS C slot 1 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "1803210000020025", + "intro": "De voedingsweerstand van AMS-HT D sleuf 2 is te hoog. Verminder de voedingsweerstand, verlaag de rotatieweerstand van de spoel en vermijd dat de filamentbuis te lang en te veel gebogen is." + }, + { + "ecode": "18FF700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07FF700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07FE700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18FE700000020008", + "intro": "Het is niet gelukt om de AMS mapping tabel op te halen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "03002C0000010001", + "intro": "Obstakel gedetecteerd onder het verwarmde printbed. Verwijder dit om een correcte afdruk te garanderen." + }, + { + "ecode": "0300930000010006", + "intro": "De kamertemperatuur is abnormaal. De kamertemperatuursensor bij de luchtinlaat heeft mogelijk een onderbreking." + }, + { + "ecode": "0300930000010005", + "intro": "De kamertemperatuur is abnormaal. De kamertemperatuursensor kan kortsluiting hebben." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Filamentbuffer positiesignaal verloren: de kabel of positiesensor is mogelijk defect." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Filament buffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "050003000001000E", + "intro": "Sommige externe modules zijn niet compatibel met de firmwareversie van de printer, wat de normale werking kan beïnvloeden. Ga naar de pagina \"Firmware\" terwijl u verbonden bent met internet om te upgraden." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Filament buffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Filament buffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Filament buffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Filament buffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Filament buffer positiesignaal verloren: de kabel of positiesensor is mogelijk defect." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Filamentbuffer positiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Filamentbufferpositiesignaal verloren: de kabel of positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G De bobineweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D De schroefweerstand van uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G De schroefweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A De bobineweerstand van uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan abnormale bedrading of schade." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B-sleuf 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H-slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G-sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H-slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E-sleuf 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H-slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B-sleuf 1 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F-sleuf 1 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F-sleuf 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F-sleuf 2 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E-sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C-sleuf 4 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G-sleuf 4 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G-sleuf 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C-sleuf 1 de buis in de AMS is kapot of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D-sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F slot 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G-sleuf 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A slot 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C-sleuf 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F-sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D sleuf 4 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C slot 3 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D slot 2 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G-sleuf 1 de buis in de AMS is kapot, of de sensor van de uitvoerhal is defect en kan het filament niet detecteren." + }, + { + "ecode": "0C00040000020026", + "intro": "De initialisatie van de Liveview-camera is mislukt en sommige AI-functies, zoals Spaghettidetectie, worden uitgeschakeld. Start de printer opnieuw op. Als het probleem zich blijft voordoen, neem dan contact op met de klantenservice." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "De BirdsEye-camera is niet aanwezig; Controleer de hardwareverbinding" + }, + { + "ecode": "0C0003000002001C", + "intro": "Het lijkt erop dat uw nozzle bedekt is met vastgelopen of verstopt materiaal." + }, + { + "ecode": "030001000003000F", + "intro": "De temperatuur in de kamer is momenteel hoog en het verwarmingsbed koelt langzaam af. Het wordt aanbevolen om de bovenklep of de voorklep te openen om het koelproces te versnellen." + }, + { + "ecode": "0300930000010004", + "intro": "De temperatuur van de kamer is abnormaal. De luchtuitlaat temperatuursensor van de kamerverwarmering kan kortsluiting hebben." + }, + { + "ecode": "0500030000010004", + "intro": "De Filament Buffer module werkt niet goed. Start het apparaat opnieuw op." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0583040000010045", + "intro": "De firmware van AMS-HT D komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F De spanning van de voedingsadapter is te laag, waardoor de droogtemperatuur te laag kan zijn. Vervang de voedingsadapter." + }, + { + "ecode": "0582040000010045", + "intro": "De firmware van AMS-HT C komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0586040000010045", + "intro": "De firmware van AMS-HT G komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A De voedingsadapter voltage is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C De voedingsadapter voltage is te hoog, wat het verwarmingscircuit kan beschadigen. Vervang de voedingsadapter." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C De voedingsadapter voltage is te hoog, wat het verwarmingscircuit kan beschadigen. Vervang de voedingsadapter." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G De voedingsadapter voltage is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0502040000010044", + "intro": "De firmware van AMS C komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "De firmware van AMS-HT F komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F-certificering mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0587040000010045", + "intro": "De firmware van AMS-HT H komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B De voedingsadapter voltage is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0503040000010044", + "intro": "De firmware van AMS D komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B De voedingsadapter voltage is te hoog, wat het verwarmingscircuit kan beschadigen. Vervang de voedingsadapter." + }, + { + "ecode": "0581040000010045", + "intro": "De firmware van AMS-HT B komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C De voedingsadapter voltage is te laag, wat kan resulteren in een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0501040000010044", + "intro": "De firmware van AMS B komt niet overeen met die van de printer. Werk deze bij op de pagina "Firmware"." + }, + { + "ecode": "0580040000010045", + "intro": "De firmware van AMS-HT A komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0584040000010045", + "intro": "De firmware van de AMS-HT E komt niet overeen met die van de printer. Werk deze bij op de pagina 'Firmware'." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F De spanning van de voedingsadapter is te laag, waardoor de droogtemperatuur te laag kan zijn. Vervang de voedingsadapter." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H-certificering mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0500040000010044", + "intro": "De firmware van AMS A komt niet overeen met de printer. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E De spanning van de netadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E De spanning van de voedingsadapter is te hoog, wat het verwarmingscircuit kan beschadigen. Vervang de voedingsadapter." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C certificering mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A-certificering is mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F De spanning van de voedingsadapter is te hoog, waardoor het circuit van de heater beschadigd kan raken. Vervang de voedingsadapter." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D-certificering mislukt. Sluit de kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G De spanning van de voedingsadapter is te laag, wat kan leiden tot een te lage droogtemperatuur. Vervang de voedingsadapter." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G De spanning van de voedingsadapter is te hoog, waardoor het verwarmingscircuit kan worden beschadigd. Vervang de voedingsadapter." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Het apparaat werkte niet goed; Start opnieuw op." + }, + { + "ecode": "0C00040000030018", + "intro": "De kalibratie van de snijbladoffset is mislukt. Dit kan de snijnauwkeurigheid beïnvloeden. Raadpleeg de Wiki om te controleren of de bladpunt versleten is." + }, + { + "ecode": "0C00040000020023", + "intro": "De diktemeting is mislukt, de gereedschappskop-camera kon het materiaaloppervlak niet detecteren." + }, + { + "ecode": "0500040000020043", + "intro": "De Toolhead-camera is vuil of verstopt; Maak het schoon en ga verder." + }, + { + "ecode": "03000F0000010001", + "intro": "Abnormale versnellingsmeterdata gedetecteerd. Probeer de printer opnieuw op te starten." + }, + { + "ecode": "0500020000020008", + "intro": "Tijdsynchronisatie mislukt" + }, + { + "ecode": "1806930000020003", + "intro": "De koelventilator van de AMS-HT G heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1806920000020003", + "intro": "De koelventilator van de AMS-HT G heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0707920000020003", + "intro": "De koelventilator van de AMS H heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0705920000020003", + "intro": "De AMS F heater 1 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0701930000020003", + "intro": "De koelventilator van de AMS B heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0704930000020003", + "intro": "De koelventilator van de AMS E heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0505050000010010", + "intro": "De firmware van AMS F komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0501050000010010", + "intro": "De firmware van AMS B komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0507050000010010", + "intro": "De firmware van AMS H komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0582050000010010", + "intro": "De firmware van AMS-HT C komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0584050000010010", + "intro": "De firmware van AMS-HT E komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0587050000010010", + "intro": "De firmware van AMS-HT H komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0586050000010010", + "intro": "De firmware van AMS-HT G komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0585050000010010", + "intro": "De firmware van AMS-HT F komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0580050000010010", + "intro": "De firmware van AMS-HT A komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "050005000001000F", + "intro": "De firmware van het accessoire komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0502050000010010", + "intro": "De firmware van AMS C komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0506050000010010", + "intro": "De firmware van AMS G komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0504050000010010", + "intro": "De firmware van AMS E komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0503050000010010", + "intro": "De firmware van AMS D komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0706930000020003", + "intro": "De koelventilator van de AMS G heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1807920000020003", + "intro": "De koelventilator van de AMS-HT H heater 1 kan niet starten omdat de netadapter niet is aangesloten." + }, + { + "ecode": "1800920000020003", + "intro": "De AMS-HT A heater 1 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0706920000020003", + "intro": "De AMS G heater 1 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0702920000020003", + "intro": "De AMS C heater 1 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1801920000020003", + "intro": "De koelventilator van de AMS-HT B heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0704920000020003", + "intro": "De koelventilator van de AMS E heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1805920000020003", + "intro": "De koelventilator van de AMS-HT F heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1804920000020003", + "intro": "De AMS-HT E heater 1 koelventilator kan niet starten omdat de netadapter niet is aangesloten." + }, + { + "ecode": "0703930000020003", + "intro": "De koelventilator van de AMS D heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1804930000020003", + "intro": "De koelventilator van de AMS-HT E heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0707930000020003", + "intro": "De koelventilator van de AMS H heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1807930000020003", + "intro": "De koelventilator van de AMS-HT H heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0703920000020003", + "intro": "De koelventilator van de AMS D heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0700930000020003", + "intro": "De AMS A heater 2 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1805930000020003", + "intro": "De koelventilator van de AMS-HT F heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0702930000020003", + "intro": "De koelventilator van de AMS C heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1802920000020003", + "intro": "De koelventilator van de AMS-HT C heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1803930000020003", + "intro": "De koelventilator van de AMS-HT D heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1803920000020003", + "intro": "De koelventilator van de AMS-HT D heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1800930000020003", + "intro": "De AMS-HT A heater 2 koelventilator kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0705930000020003", + "intro": "De koelventilator van de AMS F heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0701920000020003", + "intro": "De koelventilator van de AMS B heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0700920000020003", + "intro": "De koelventilator van de AMS-HT F heater 1 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1802930000020003", + "intro": "De koelventilator van de AMS-HT C heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "1801930000020003", + "intro": "De koelventilator van de AMS-HT B heater 2 kan niet starten omdat de voedingsadapter niet is aangesloten." + }, + { + "ecode": "0500050000010010", + "intro": "De firmware van AMS A komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0583050000010010", + "intro": "De firmware van AMS-HT D komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0581050000010010", + "intro": "De firmware van AMS-HT B komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "0500040000020034", + "intro": "Lasermodule voor het eerst gedetecteerd. Voltooi de installatie (~4 min) voor gebruik voor nauwkeurig snijden en graveren. Zorg er ook voor dat de H2.0-schroef aan de achterkant waarmee de luchtpomp is bevestigd, is verwijderd." + }, + { + "ecode": "1804200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1802210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1803230000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 4 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1804200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0700230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "1804200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0706220000010086", + "intro": "Het lezen van de filamentinformatie van AMS G slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0701230000010086", + "intro": "Het lezen van de filamentinformatie van AMS B slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803230000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 4 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0701210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0702220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802220000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0705220000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1807200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0705230000010086", + "intro": "Het lezen van de filamentinformatie van AMS F slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT G slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0704210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0706220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 3 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0701220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1807220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0703230000010081", + "intro": "Het is niet gelukt de filamentinformatie van AMS D slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1806200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1801210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0703210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS D slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS D slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0703200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1804210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1807200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1804220000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT E slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0703230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 4 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0701220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0701210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0703200000010085", + "intro": "Mislukt bij het lezen van de filamentinformatie van AMS D slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0702210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1800220000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT A slot 3 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1806230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT G slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801230000010083", + "intro": "Er is geen nozzleinformatie uit AMS-HT B slot 4 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1805230000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT F slot 4 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1800200000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT A slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1804210000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT E slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1805220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0703220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0701220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1803200000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 1 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1801230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT B slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0706210000010082", + "intro": "Het lezen van de filamentinformatie van AMS G slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 4 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "0705230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702220000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0705200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1801220000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT B slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1804230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0705220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0701220000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1802200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1801220000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT B slot 3 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0704230000010086", + "intro": "Het lezen van de filamentinformatie van AMS E slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1805210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0700210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700230000010083", + "intro": "Er is geen filamentinformatie uit AMS A slot 4 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1800230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT A slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder de nozzle en probeer het opnieuw." + }, + { + "ecode": "0704220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0703210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1807230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT H slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1800220000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT A slot 3 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0705210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803220000010083", + "intro": "Er is geen nozzleinformatie uit AMS-HT D slot 3 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1803210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804230000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT E slot 4 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1802210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1805220000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT F slot 3 gelezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1807200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT H slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0704200000010082", + "intro": "Het lezen van de filamentinformatie van AMS E slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0706230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS G slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806200000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0703230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0702200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0706210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0701210000010081", + "intro": "Het is niet gelukt de filamentinformatie van AMS B slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0700200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van de filamentgarens. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806220000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 3 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0707220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1801230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1800200000010084", + "intro": "Er is geen filamentinformatie uit AMS-HT A slot 1 gelezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0704230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0705230000010083", + "intro": "Er is geen draadinformatie uit AMS F-sleuf 4 gelezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0706220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS G slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0706210000010081", + "intro": "Het is niet gelukt de filamentinformatie van AMS G slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0706230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 4 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1807210000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT H slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 1 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "0707230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0704210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1805220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1806210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0704220000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0707210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0703220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 3 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1802230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0702200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806210000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803210000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT D slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0703230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS D slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0706200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0704200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1802210000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1805210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0700230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1803220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1805210000010086", + "intro": "Het is niet gelukt om de filamentinformatie uit AMS-HT F slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1807210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT H slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1806230000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT G slot 4 gelezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1805210000010083", + "intro": "Er is geen nozzleinformatie uit AMS-HT F slot 2 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0707210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806210000010085", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 2 is mislukt. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1805210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0702230000010086", + "intro": "Het lezen van de filamentinformatie van AMS C slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0702220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 3 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "1806210000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0705230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 4 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1807220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0701200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0704220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0704200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0701200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1804220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1801200000010083", + "intro": "Het is niet gelukt de filamentinformatie van AMS-HT B slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1806230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0706230000010086", + "intro": "Het lezen van de filamentinformatie van AMS G slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0706200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1801220000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT B slot 3 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0704200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0705200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1802220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1802230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802200000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 1 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1801200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT B slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1801230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800230000010083", + "intro": "Er is geen filamentinformatie uit AMS-HT A slot 4 gelezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0701210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT D slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1800230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800210000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT A slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1801200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807210000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT H slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1805200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1804210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT E slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 3 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1804230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT E slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT E slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1804220000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT E slot 3 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0701210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "1804230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 4 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0702200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1805200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0703220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1802220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1805200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1802210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804210000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT E slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0702200000010082", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 1 te lezen. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0706200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1805220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0707220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT G slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1804220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 3 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0706220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1800210000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT A slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1802230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS D slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0706210000010085", + "intro": "Het lezen van de filamentinformatie van AMS G slot 2 is mislukt. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1805230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS C slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0706230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0700220000010086", + "intro": "Het lezen van de filamentinformatie van AMS A slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van de filamentgarens. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0705220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804200000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT E slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806220000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1800200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT A slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1805200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1802210000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 2 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT D slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT D slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0704210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0700230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1807230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0707230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 4 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0705220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS F slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0707210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0706210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1803200000010084", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 1 gelezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0700230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0702210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1804210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0700220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0703220000010082", + "intro": "Het lezen van de filamentinformatie van AMS D slot 3 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0702230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0705220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1805210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 4 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0706210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1805220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1806200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0700210000010086", + "intro": "Het lezen van de filamentinformatie van AMS A slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0706200000010082", + "intro": "Het lezen van de filamentinformatie van AMS G slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807230000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT H slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1802230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0705210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 2 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0703220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS D slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800220000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT A slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder de nozzle en probeer het opnieuw." + }, + { + "ecode": "0704210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1801220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0706220000010082", + "intro": "Het lezen van de filamentinformatie van AMS G slot 3 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700230000010086", + "intro": "Het lezen van de filamentinformatie van AMS A slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0702200000010085", + "intro": "Mislukt bij het lezen van de filamentinformatie van AMS C slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703230000010082", + "intro": "Het lezen van de filamentinformatie van AMS D slot 4 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703230000010086", + "intro": "Het is niet gelukt om de filamentinformatie uit AMS D slot 4 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0706200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS G slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1805220000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT F slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1800200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1801230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0702220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1802220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT D slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1807220000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT H slot 3 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 3 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "0702220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 3 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0705210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1806230000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT G slot 4 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701220000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 3 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1801220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 1 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0704200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1804210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT E slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0704230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0707200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707220000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1801210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1800210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0707210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT E slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1801200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0702200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 1 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "1805230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "1800210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "0707230000010086", + "intro": "Het lezen van de filamentinformatie van AMS H slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0704220000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 3. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0707210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS H slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0702210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1800220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT A slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT C slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1803220000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT D slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0706230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0705200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1800230000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT A slot 4 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1803230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT D slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 4 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1804200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT E slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1804230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT E slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1803210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT D slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0703210000010086", + "intro": "Het is niet gelukt om de filamentinformatie uit AMS D slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1805230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0707230000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 4. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "1807210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0706220000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 3 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1805230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT F slot 4 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0702230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 4 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1807200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT H slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0701200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "0705220000010083", + "intro": "Er is geen draadinformatie uit AMS F-sleuf 3 gelezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1807230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT H slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704230000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 4 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0704210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1801220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT B slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0703210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1803210000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 2 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1802200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0701200000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS B slot 1. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0705200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS F slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1801210000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT B slot 2 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1807210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT H slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0701230000010082", + "intro": "Het lezen van de filamentinformatie van AMS B slot 4 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0700210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0703220000010086", + "intro": "Het is niet gelukt om de filamentinformatie uit AMS D slot 3 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806210000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 2 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0701200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1804220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT E slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807220000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT H slot 3 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803200000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT D slot 1 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1807220000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT H slot 3. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1802230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT C slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0700200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS A slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0704220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS E slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "1805200000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT F slot 1 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1806200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0701230000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS B slot 4 te lezen. De RFID-tag is mogelijk beschadigd." + }, + { + "ecode": "1805200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT F slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1807200000010082", + "intro": "Het lezen van de filamentinformatie van AMS-HT H slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0706200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS G slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1805230000010086", + "intro": "Het lezen van de filamentinformatie van AMS-HT F slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0706230000010082", + "intro": "Het lezen van de filamentinformatie van AMS G slot 4 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1800220000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT A slot 3 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm nozzle en probeer het opnieuw." + }, + { + "ecode": "0703200000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 1 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "1803230000010086", + "intro": "Het lezen van de filamentinformatie uit AMS-HT D slot 4 is mislukt. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of lossen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0700200000010082", + "intro": "Het lezen van de filamentinformatie van AMS A slot 1 is mislukt. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0702230000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 4 te lezen. Mogelijk is er een storing op de AMS-hoofdkaart." + }, + { + "ecode": "1803220000010081", + "intro": "Er is geen filamentinformatie uit AMS-HT D slot 3 gelezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "1802210000010083", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT C slot 2 te lezen. De RFID-tag kan beschadigd zijn." + }, + { + "ecode": "1801210000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 2. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1801210000010082", + "intro": "Fout bij het lezen van de filamentinformatie van AMS-HT B slot 2. Er is een niet-officiële RFID-tag gedetecteerd. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0707230000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS H slot 4. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "0703200000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS D slot 1 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm draad en probeer het opnieuw." + }, + { + "ecode": "0700200000010081", + "intro": "Het is niet gelukt om de filamentinformatie van AMS A slot 1 te lezen. Mogelijk is er een storing op het AMS-hoofdbord." + }, + { + "ecode": "0702210000010086", + "intro": "Het is niet gelukt om de filamentinformatie van AMS C slot 2 te lezen. De RFID-tag kan niet draaien vanwege een blokkering tijdens het laden of verwijderen van het filament. Verwijder het filament en probeer het opnieuw." + }, + { + "ecode": "0704200000010085", + "intro": "Fout bij het lezen van de filamentinformatie van AMS E slot 1. RFID tag verificatie mislukt. U kunt proberen Bambu Lab filament te gebruiken." + }, + { + "ecode": "1806210000010084", + "intro": "Het is niet gelukt om de filamentinformatie van AMS-HT G slot 2 te lezen. De RFID-tag is mogelijk beschadigd of bevindt zich aan de rand van het RFID-detectieapparaat. Verwijder 5 cm filament en probeer het opnieuw." + }, + { + "ecode": "0C0003000003000D", + "intro": "Er is gedetecteerd dat de extruder mogelijk niet normaal extrudeert. Controleer en beslis of het afdrukken moet worden gestopt." + }, + { + "ecode": "0C00030000020018", + "intro": "Er werd onvoldoende systeemgeheugen gedetecteerd en de vreemd-voorwerpdetectiefunctie werkte niet. Start de apparaten opnieuw op of werk de firmware bij nadat de taak is voltooid" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0703200000020019", + "intro": "De hulpmotor van AMS D slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E slot 2 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H slot 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0700200000020021", + "intro": "AMS De hulpmotor van sleuf 1 is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0706230000020018", + "intro": "De hulpmotor AMS G slot 4 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1805230000020019", + "intro": "De hulpmotor AMS-HT F slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A slot 1 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B slot 3 kon de filamentspoel niet draaien wanneer er draad werd teruggetrokken naar AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0700220000020020", + "intro": "AMS De hulpmotor van sleuf 3 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT De hulpmotor van sleuf 1 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A slot 4 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT De hulpmotor van sleuf 2 is vastgelopen door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806230000020022", + "intro": "De hulpmotor AMS-HT G sleuf 4 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0705230000020017", + "intro": "De hulpmotor AMS F slot 4 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0705200000020017", + "intro": "De hulpmotor van AMS F slot 1 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C slot 3 assist motor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A slot 3 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0707200000020018", + "intro": "De hulpmotor AMS H slot 1 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0707220000020019", + "intro": "De hulpmotor AMS H slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0706200000020018", + "intro": "De hulpmotor AMS G slot 1 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0701220000020020", + "intro": "De hulpmotor van AMS B slot 3 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS De hulpmotor van sleuf 2 is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E slot 4 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1803220000020019", + "intro": "De hulpmotor AMS-HT D slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0704220000020019", + "intro": "De hulpmotor AMS E slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1803210000020022", + "intro": "De hulpmotor AMS-HT D slot 2 is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0702200000020019", + "intro": "De hulpmotor AMS C slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1806220000020019", + "intro": "De hulpmotor AMS-HT G slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H slot 1 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS De hulpmotor van sleuf 3 is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1801210000020019", + "intro": "De hulpmotor AMS-HT B slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806220000020022", + "intro": "De hulpmotor AMS-HT G sleuf 3 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E slot 2 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0700230000020018", + "intro": "AMS Een hulpmotor met sleuf 4 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D slot 3 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D slot 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0705210000020017", + "intro": "De hulpmotor van AMS F slot 2 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT De hulpmotor van sleuf 4 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1807210000020019", + "intro": "De hulpmotor AMS-HT H slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0706200000020020", + "intro": "De hulpmotor AMS G slot 1 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS De hulpmotor van sleuf 4 is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0700200000020022", + "intro": "AMS De hulpmotor van sleuf 1 is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0702210000020020", + "intro": "De hulpmotor AMS C slot 2 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0703220000020017", + "intro": "De hulpmotor van AMS D slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1802210000020019", + "intro": "De hulpmotor AMS-HT C slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1802200000020019", + "intro": "De hulpmotor AMS-HT C slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0707230000020019", + "intro": "De hulpmotor AMS H slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0704230000020017", + "intro": "De hulpmotor van AMS E slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0706210000020022", + "intro": "De hulpmotor AMS G sleuf 2 is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C slot 1 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0706200000020019", + "intro": "De hulpmotor AMS G slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G slot 1 assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1807220000020019", + "intro": "De hulpmotor AMS-HT H slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1803230000020019", + "intro": "De hulpmotor AMS-HT D slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0707200000020019", + "intro": "De hulpmotor van AMS H slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0705230000020018", + "intro": "De hulpmotor AMS F slot 4 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B slot 2 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A slot 2 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F slot 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F slot 1 kan de filamentspoel niet draaien wanneer de nozzle wordt teruggetrokken naar AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1803200000020020", + "intro": "De hulpmotor van AMS-HT D slot 1 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F slot 3 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F-sleuf 2 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0707210000020019", + "intro": "De hulpmotor van AMS H slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E slot 3 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0707230000020020", + "intro": "De hulpmotor AMS H slot 4 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A sleuf 3 kon de filamentspel niet draaien bij het terugtrekken van de nozzle naar de AMS." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT De hulpmotor van sleuf 2 is vastgelopen door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G slot 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1801220000020019", + "intro": "De hulpmotor AMS-HT B slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C slot 4 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1805210000020022", + "intro": "De hulpmotor AMS-HT F sleuf 2 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D slot 1 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT De hulpmotor van sleuf 2 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E slot 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1807230000020019", + "intro": "De hulpmotor AMS-HT H slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS Een hulpmotor met sleuf 3 is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A slot 1 kan de filamentspoel niet draaien wanneer de draad wordt teruggetrokken naar de AMS." + }, + { + "ecode": "1803230000020020", + "intro": "De hulpmotor AMS-HT D slot 4 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0705220000020017", + "intro": "De hulpmotor AMS F slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F slot 1 assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0701230000020017", + "intro": "De hulpmotor van AMS B sleuf 4 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C slot 3 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS Een slot 2-assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT De hulpmotor van sleuf 4 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "0705220000020018", + "intro": "De hulpmotor AMS F slot 3 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0706210000020017", + "intro": "De hulpmotor van AMS G sleuf 2 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0705230000020019", + "intro": "De hulpmotor AMS F slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0300020000010009", + "intro": "De temperatuurregeling van het stuk is abnormaal; mogelijk is het hete uiteinde niet geïnstalleerd. Als je het hete uiteinde wilt verwarmen zonder dat het geïnstalleerd is, schakel dan de onderhoudsmodus in op de instellingenpagina." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E slot 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A slot 2 kon de filamentspoel niet draaien wanneer er filament werd teruggetrokken naar AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G slot 4 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B slot 4 assist motor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0701220000020017", + "intro": "De hulpmotor van AMS B slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT Een hulpmotor met sleuf 3 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B slot 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0706220000020017", + "intro": "De hulpmotor AMS G slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702210000020019", + "intro": "De hulpmotor AMS C slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H slot 2 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F slot 2 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0705220000020019", + "intro": "De hulpmotor AMS F slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C-sleuf 4 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B slot 2 assist motor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C-sleuf 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1806210000020022", + "intro": "De hulpmotor AMS-HT G sleuf 2 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F slot 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0702210000020018", + "intro": "De hulpmotor AMS C slot 2 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G slot 3 assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H slot 4 assist motor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT Een hulpmotor met sleuf 2 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E slot 1 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804210000020019", + "intro": "De hulpmotor AMS-HT E slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H slot 3 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0700210000020018", + "intro": "AMS Een slot 2-assistentiemotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C slot 4 voert filament uit AMS time-out." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1807200000020019", + "intro": "De hulpmotor AMS-HT H slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B slot 4 voert filament uit AMS time-out." + }, + { + "ecode": "1805220000020019", + "intro": "De hulpmotor AMS-HT F slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C slot 3 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C slot 2 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B slot 1 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0700210000020020", + "intro": "AMS De hulpmotor van sleuf 2 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B slot 3 assist motor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C slot 4 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0703210000020019", + "intro": "De hulpmotor van AMS D slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E slot 4 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT De hulpmotor van sleuf 4 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1803200000020019", + "intro": "De hulpmotor AMS-HT D slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C slot 4 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0707200000020017", + "intro": "De hulpmotor van AMS H slot 1 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C slot 3 voert filament uit AMS time-out." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0703200000020017", + "intro": "De hulpmotor van AMS D slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0702200000020020", + "intro": "De hulpmotor AMS C slot 1 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E slot 4 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A slot 1 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0705230000020020", + "intro": "De hulpmotor AMS F slot 4 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H slot 3 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0703230000020020", + "intro": "De hulpmotor AMS D slot 4 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT De hulpmotor van sleuf 3 is vastgelopen door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0701210000020017", + "intro": "De hulpmotor van AMS B sleuf 2 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C slot 2 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT De hulpmotor van sleuf 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1806230000020019", + "intro": "De hulpmotor AMS-HT G slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT De hulpmotor van sleuf 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B slot 3 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0703200000020020", + "intro": "De hulpmotor van AMS D slot 1 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802220000020019", + "intro": "De hulpmotor AMS-HT C slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0706210000020018", + "intro": "De hulpmotor AMS G slot 2 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0707200000020020", + "intro": "De hulpmotor van AMS H slot 1 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A slot 4 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT De hulpmotor van sleuf 3 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D slot 3 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0704210000020017", + "intro": "De hulpmotor van AMS E slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B slot 2 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D slot 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F slot 4 assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H slot 2 voert filament toe na time-out AMS." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H slot 4 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "1805200000020019", + "intro": "De hulpmotor AMS-HT F slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0300030000020002", + "intro": "De koelventilator van het hotend draait langzaam. Mogelijk zit deze verstopt. Controleer of er vuil zit en reinig dit indien nodig." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT De hulpmotor van sleuf 1 is vastgelopen door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0703210000020020", + "intro": "De hulpmotor van AMS D slot 2 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0706200000020017", + "intro": "De hulpmotor AMS G slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H slot 2 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT De hulpmotor van sleuf 3 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E slot 3 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0707230000020017", + "intro": "De hulpmotor van AMS H slot 4 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F-sleuf 4 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0706230000020022", + "intro": "De hulpmotor AMS G sleuf 4 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0703230000020017", + "intro": "De hulpmotor van AMS D slot 4 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT De hulpmotor van sleuf 1 is vastgelopen door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1803210000020018", + "intro": "De hulpmotor AMS-HT D slot 2 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E slot 4 assist motor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT De hulpmotor van sleuf 2 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B slot 2 voert filament toe na time-out AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B slot 2 voert filament uit AMS time-out." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G slot 4 kon de gloeispoel niet draaien bij het terugtrekken van de filament naar AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0705200000020019", + "intro": "De hulpmotor AMS F slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0704200000020019", + "intro": "De hulpmotor AMS E slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B slot 4 draaide de filamentspel niet bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0704220000020017", + "intro": "De hulpmotor AMS E slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0706210000020020", + "intro": "De hulpmotor AMS G slot 2 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G slot 1 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "0702210000020017", + "intro": "De hulpmotor van AMS C slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0701200000020017", + "intro": "De hulpmotor van AMS B slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "0703220000020019", + "intro": "De hulpmotor AMS D slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0701200000020019", + "intro": "De hulpmotor van AMS B slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H slot 1 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1806210000020019", + "intro": "De hulpmotor AMS-HT G slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0700230000020022", + "intro": "AMS Een hulpmotor met sleuf 4 is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT De hulpmotor van sleuf 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0706220000020019", + "intro": "De hulpmotor AMS G slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C slot 2 voert filament uit AMS time-out." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C slot 4 assist motor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1805210000020019", + "intro": "De hulpmotor AMS-HT F slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0705210000020018", + "intro": "De hulpmotor AMS F slot 2 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT Een hulpmotor van sleuf 4 is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F slot 3 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D slot 4 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E slot 1 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0705210000020019", + "intro": "De hulpmotor AMS F slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806200000020019", + "intro": "De hulpmotor AMS-HT G slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0706220000020018", + "intro": "De hulpmotor AMS G slot 3 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F slot 2 kan de filamentspoel niet draaien wanneer de draad wordt teruggetrokken naar het AMS." + }, + { + "ecode": "0707210000020020", + "intro": "De hulpmotor AMS H slot 2 is vastgelopen, door een te hoge weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C slot 2 kon de filamentspoel niet draaien bij het terugtrekken van draad naar AMS." + }, + { + "ecode": "0701230000020020", + "intro": "De hulpmotor van AMS B slot 4 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1803230000020018", + "intro": "De hulpmotor AMS-HT D slot 4 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H slot 4 assist motor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS Een hulpmotor met sleuf 3 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1803210000020019", + "intro": "De hulpmotor AMS-HT D slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A slot 3 kon de filamentspoel niet draaien wanneer er filament werd teruggetrokken naar AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C slot 1 kon de filamentspel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "0701210000020019", + "intro": "De hulpmotor van AMS B slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0707210000020018", + "intro": "De hulpmotor AMS H slot 2 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0700200000020018", + "intro": "AMS Een hulpmotor in sleuf 1 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B slot 1 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A slot 2 kan de filamentspel niet draaien wanneer de nozzle wordt teruggetrokken naar de AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT Een hulpmotor in sleuf 1 is vastgelopen, door te veel weerstand in de buis bij AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1801200000020019", + "intro": "De hulpmotor AMS-HT B slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1806200000020022", + "intro": "De hulpmotor AMS-HT G sleuf 1 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A slot 4 draaide de filamentspel niet bij het terugtrekken van de nozzle naar de AMS." + }, + { + "ecode": "0704200000020017", + "intro": "De hulpmotor van AMS E slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0707220000020017", + "intro": "De hulpmotor van AMS H slot 3 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0706220000020024", + "intro": "G-sleuf 3 van de AMS kon de filamentspoel niet draaien bij het terugtrekken van draad naar de AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G slot 2 kon de filamentspoel niet draaien bij het terugtrekken van filament naar AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT Een hulpmotor met sleuf 4 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C slot 2 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0706230000020020", + "intro": "De hulpmotor AMS G slot 4 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0701230000020019", + "intro": "De hulpmotor van AMS B slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0704200000020018", + "intro": "De hulpmotor AMS E slot 1 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C slot 2 voert filament uit time-out AMS." + }, + { + "ecode": "0704230000020018", + "intro": "De hulpmotor AMS E slot 4 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0707210000020017", + "intro": "De hulpmotor van AMS H slot 2 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0701220000020019", + "intro": "De hulpmotor van AMS B slot 3 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G slot 3 kon de gloeispoel niet draaien bij het terugtrekken van de filament naar AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H slot 1 voert filament uit time-out AMS." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A slot 2 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A slot 1 kan de filamentspoel niet draaien wanneer er filament wordt teruggetrokken naar AMS." + }, + { + "ecode": "0706230000020017", + "intro": "De hulpmotor AMS G sleuf 4 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0706230000020019", + "intro": "De hulpmotor AMS G slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0704230000020019", + "intro": "De hulpmotor AMS E slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "0300900000010003", + "intro": "Kamerverwarming mislukte. De temperatuur van de voeding is mogelijk te hoog." + }, + { + "ecode": "0300900000010001", + "intro": "Kamerverwarming is mislukt. Het is mogelijk dat de kamerverwarmer geen filament lucht blaast." + }, + { + "ecode": "0300900000010002", + "intro": "Kamerverwarming mislukte. Mogelijke oorzaken: de kamer is niet volledig afgesloten, de omgevingstemperatuur is te laag of de warmteafvoeropening van de voeding is geblokkeerd." + }, + { + "ecode": "0700230000020020", + "intro": "De hulpmotor van AMS A slot 4 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H slot 2 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0703210000020017", + "intro": "De hulpmotor van AMS D slot 2 is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0702200000020017", + "intro": "De hulpmotor van AMS C slot 1 is vastgelopen, door een te hoge weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0703200000020018", + "intro": "De hulpmotor AMS D slot 1 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C slot 3 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0701210000020020", + "intro": "De hulpmotor van AMS B slot 2 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C slot 4 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen de filamentbuffer en de gereedschapskop." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F slot 3 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0704220000020018", + "intro": "De hulpmotor AMS E slot 3 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B slot 3 voert filament uit time-out AMS." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H slot 1 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0703230000020019", + "intro": "De hulpmotor AMS D slot 4 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0703220000020018", + "intro": "De hulpmotor AMS D slot 3 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1803210000020020", + "intro": "De hulpmotor van AMS-HT D slot 2 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F slot 1 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D slot 1 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0704210000020018", + "intro": "De hulpmotor AMS E slot 2 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C slot 2 hulpmotor is vastgelopen, door overmatige weerstand in de buis bij AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D slot 2 kon de filamentspoel niet draaien bij het terugtrekken van nozzle naar AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT De hulpmotor van sleuf 3 is vastgelopen door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0706210000020019", + "intro": "De hulpmotor AMS G slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT De hulpmotor van sleuf 2 is vastgelopen door een te hoge weerstand in de buis tussen het AMS en de printer." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E slot 3 assist motor is vastgelopen, door een te hoge weerstand in de buis tussen AMS en de filamentbuffer." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C slot 4 voert filament uit time-out AMS." + }, + { + "ecode": "0706230000020024", + "intro": "G-sleuf 4 van de AMS kon de filamentspoel niet draaien wanneer er draad werd teruggetrokken naar de AMS." + }, + { + "ecode": "0703230000020018", + "intro": "De hulpmotor AMS D slot 4 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E slot 4 assistentiemotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT De hulpmotor van sleuf 1 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C slot 3 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B slot 3 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E slot 3 trekt filament terug naar AMS timeout." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F slot 4 assist motor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "0703210000020018", + "intro": "De hulpmotor AMS D slot 2 is vastgelopen, door te veel weerstand in de buis bij de AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E slot 4 trekt filament terug naar AMS timeout." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0701200000020020", + "intro": "De hulpmotor van AMS B slot 1 is vastgelopen door te veel weerstand in de buis bij de filamentbuffer。" + }, + { + "ecode": "0704210000020019", + "intro": "De hulpmotor AMS E slot 2 is vastgelopen, door een te hoge weerstand in de buis tussen de AMS en de filamentbuffer." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D slot 2 hulpmotor is vastgelopen, door te veel weerstand in de buis tussen AMS en printer." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E slot 4 hulpmotor is vastgelopen, door te veel weerstand in de buis bij de gereedschapskop." + }, + { + "ecode": "0500040000020041", + "intro": "De lasermodule is lange tijd gebruikt. Reinig deze onmiddellijk om te voorkomen dat de laserbewerking wordt beïnvloed." + }, + { + "ecode": "0500040000020042", + "intro": "De Live View-camera is vuil of verstopt; maak hem schoon en ga verder." + }, + { + "ecode": "1807700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1803700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1800700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "1804700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1805700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0706700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1803700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "1804700000020006", + "intro": "Time-out bij het verwijderen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle is verstopt." + }, + { + "ecode": "1801700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "1806700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0700700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0701700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0701700000020006", + "intro": "Time-out bij het purgen van oud filament. Mogelijke oorzaak: filament vastgelopen of de extruder/nozzle verstopt." + }, + { + "ecode": "0702700000020003", + "intro": "Het filament kan niet worden geëxtrudeerd. Mogelijke oorzaak: verstopping van de extruder of nozzle. Neem contact op met de Assistent voor meer informatie." + }, + { + "ecode": "0703700000020006", + "intro": "Time-out bij het purgen van oud filament. Mogelijke oorzaak: filament vastgelopen of de extruder/nozzle verstopt." + }, + { + "ecode": "0500060000020031", + "intro": "Gereedschapskop-camera is niet verbonden. Controleer de hardware en kabelaansluitingen." + }, + { + "ecode": "0700700000020006", + "intro": "Time-out bij het purgen van oud filament. Mogelijke oorzaak: filament vastgelopen of de extruder/nozzle verstopt." + }, + { + "ecode": "0702700000020006", + "intro": "Time-out bij het purgen van oud filament. Mogelijke oorzaak: filament vastgelopen of de extruder/nozzle verstopt." + }, + { + "ecode": "0703700000020003", + "intro": "Het is niet gelukt om het filament te extruderen. Mogelijke oorzaak: verstopping van de extruder of nozzle." + }, + { + "ecode": "0500060000020032", + "intro": "Nozzle camera koppeling mislukt. Controleer de hardware en kabelverbindingen." + }, + { + "ecode": "0300C10000010003", + "intro": "Het luchtstroomsysteem kon de lasermodus niet activeren; Controleer de status van de luchtdeur." + }, + { + "ecode": "0500010000030006", + "intro": "Het USB-station is niet geformatteerd of kan niet worden geschreven; formatteer de USB-drive." + }, + { + "ecode": "1807700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0707700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1802700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0705700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0707700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "1801700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1800700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1806700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0704700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "1802700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0704700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "0705700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0706700000020006", + "intro": "Time-out voor het opschonen van oud filament. Mogelijke oorzaak: filament zit vast of de extruder/nozzle verstopt." + }, + { + "ecode": "1805700000020003", + "intro": "Kan het filament niet extruderen. Mogelijke oorzaak: verstopping van de extruder of de nozzle." + }, + { + "ecode": "0C00040000020007", + "intro": "BirdsEye Camera is aan het instellen. Ruim alle voorwerpen op en verwijder de mat. Zorg ervoor dat de marker niet wordt belemmerd. Maak ondertussen zowel de BirdsEye-camera als de gereedschapskop-camera schoon en verwijder alle vreemde voorwerpen die hun zicht belemmeren." + }, + { + "ecode": "0300C00000010002", + "intro": "Filterschakelaar Storing in de luchtklep: deze kan vastzitten." + }, + { + "ecode": "0300C10000010001", + "intro": "Het luchtstroomsysteem kon de koelmodus niet activeren; Controleer de status van de luchtdeur." + }, + { + "ecode": "0300C10000010002", + "intro": "Het luchtstroomsysteem kon de verwarmingsmodus niet activeren; Controleer de status van de luchtdeur." + }, + { + "ecode": "0500040000020037", + "intro": "De snijmodule moet worden gekalibreerd om de gereedschapspositie te bepalen. Voer de montagekalibratie uit voor gebruik. (ongeveer 2-4 minuten)" + }, + { + "ecode": "1806700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0705700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1800700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1803700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1805700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1802700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1807700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0300280000010003", + "intro": "Communicatiestoring tussen de snijmodule en de gereedschapskop tijdens het homiseren op de Z-as. Controleer of de signaalkabel van de snijmodule los of gebroken is of controleer of de spoel van de krachtsensor intact is." + }, + { + "ecode": "0500010000020001", + "intro": "De mediapijplijn werkt niet goed. Start de printer opnieuw op. Als meerdere pogingen mislukken, neem dan contact op met de klantenservice." + }, + { + "ecode": "0700700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0701700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0702700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0703700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0300180000010007", + "intro": "De frequentie van de extrusiekrachtsensor is te hoog. De sensor is mogelijk beschadigd of het koellichaam van de nozzle bevindt zich mogelijk te dicht bij de sensor." + }, + { + "ecode": "0300180000010004", + "intro": "Het signaal van de extrusiekrachtsensor is afwijkend. De sensor kan beschadigd zijn of de MC-TH-communicatie kan abnormaal zijn." + }, + { + "ecode": "03009D0000020003", + "intro": "Het resultaat van de kalibratie van het brandpunt Z van de graveerlaser wijkt aanzienlijk af van de ontwerpwaarden. Installeer de lasermodule opnieuw en voer de Laser Module Setup opnieuw uit. Als dit herhaaldelijk mislukt, neem dan contact op met de klantenservice." + }, + { + "ecode": "0C00040000010005", + "intro": "Storing BirdsEye-camera: neem contact op met de klantenservice." + }, + { + "ecode": "0300180000010008", + "intro": "De nozzle raakt het verwarmingsbed abnormaal. Controleer of er filamentresten op de nozzle achterblijven of vreemde voorwerpen op de plaats waar de nozzle het bed raakt." + }, + { + "ecode": "0300180000010001", + "intro": "De frequentie van de extrusiekrachtsensor is te laag. Het mondstuk is mogelijk niet geïnstalleerd of het koellichaam van de nozzle is mogelijk te ver weg van de sensor." + }, + { + "ecode": "0C00010000010012", + "intro": "De kalibratie van de Live View-camera is mislukt en het kalibratieresultaat kan niet worden opgeslagen. Probeer het opnieuw te kalibreren. Als de kalibratie herhaaldelijk mislukt, neem dan contact op met de klantenservice." + }, + { + "ecode": "1804700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0707700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0706700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "0704700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1801700000020008", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "1800510000030001", + "intro": "De AMS is uitgeschakeld; Laad het filament uit de spoelhouder." + }, + { + "ecode": "0705700000020007", + "intro": "AMS-filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0C00020000020006", + "intro": "De hoogte van de nozzle lijkt te hoog te zijn. Controleer of er filamentresten aan de nozzle zijn bevestigd." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0300910000010002", + "intro": "De temperatuur van kamerverwarming 1 is abnormaal. De kachel heeft mogelijk een open circuit of de thermische zekering is doorgebrand." + }, + { + "ecode": "0700400000020002", + "intro": "Fout in het positiesignaal van de filamentbuffer: de positiesensor kan defect zijn." + }, + { + "ecode": "0700510000030001", + "intro": "De AMS is uitgeschakeld; laad het filament van de spoelhouder." + }, + { + "ecode": "0700700000020007", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0701700000020007", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0702700000020007", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0703700000020007", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1800400000020002", + "intro": "Fout filamentbufferpositiesignaal: de positiesensor werkt mogelijk niet goed." + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0707700000020007", + "intro": "AMS-filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0704700000020007", + "intro": "AMS-filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0500040000020050", + "intro": "Laserveiligheidsraam niet geïnstalleerd." + }, + { + "ecode": "0706700000020007", + "intro": "AMS-filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde sleuf in AMS en ga verder." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B De kachel 2 verwarmt abnormaal." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D De kachel 1 verwarmt abnormaal." + }, + { + "ecode": "0C00030000020017", + "intro": "De focuskalibratie van de Z-as van het lasergraveren is mislukt. Controleer of het lasertestmateriaal (350 g karton) goed is geplaatst en of het oppervlak schoon en intact is." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT Een voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT B voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1805240000020009", + "intro": "De voorklep van de AMS-HT F is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT E voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D voorklep is open. Dit kan de droogprestaties beïnvloeden of ervoor zorgen dat het filament vocht opneemt." + }, + { + "ecode": "0707730000020004", + "intro": "Het kan niet lukken om het AMS H Slot 4 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703710000020005", + "intro": "Kan het AMS D Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0706700000020005", + "intro": "Kan het AMS G Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0701710000020002", + "intro": "Het AMS B Solt 2-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704700000020004", + "intro": "Het lukt niet om het AMS E Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804720000020004", + "intro": "Het kan niet lukken om het AMS-HT E Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704720000020005", + "intro": "Kan het AMS E Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0702710000020002", + "intro": "Het AMS C Slot 2-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703710000020001", + "intro": "Het lukt niet om het AMS D Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1805710000020005", + "intro": "Kan het AMS-HT F Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1803720000020002", + "intro": "Het is niet gelukt om het AMS-HT D Slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704710000020001", + "intro": "Het lukt niet om het AMS E Slot 2 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1805730000020001", + "intro": "Het is niet gelukt om het AMS-HT F Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1806710000020005", + "intro": "Kan het AMS-HT G Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0704730000020004", + "intro": "Het is niet gelukt om het AMS E Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805730000020004", + "intro": "Het kan niet lukken om het AMS-HT F Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702720000020005", + "intro": "Kan het AMS C Slot 3 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1800720000020001", + "intro": "Het lukt niet om het AMS-HT A Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0702720000020001", + "intro": "Het is niet gelukt om het AMS C Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1805710000020002", + "intro": "Het is niet gelukt om het AMS-HT F Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804700000020004", + "intro": "Het lukt niet om het AMS-HT E Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803730000020001", + "intro": "Het lukt niet om het AMS-HT D Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1804720000020001", + "intro": "Het kan niet lukken om het AMS-HT E Slot 3 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802710000020004", + "intro": "Het kan niet lukken om het AMS-HT C Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801710000020002", + "intro": "Het kan niet lukken om het AMS-HT B Slot 2 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703700000020004", + "intro": "Het is niet gelukt om het AMS D Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800710000020001", + "intro": "Het lukt niet om het AMS-HT A Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1800720000020004", + "intro": "Het lukt niet om het AMS-HT A Slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800730000020002", + "intro": "Het kan niet lukken om het AMS-HT A Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804700000020002", + "intro": "Het kan niet lukken om het AMS-HT E-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705730000020005", + "intro": "Kan het AMS F Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807720000020005", + "intro": "Kan het AMS-HT H Slot 3 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0701700000020001", + "intro": "Het is niet gelukt om het AMS B Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1807700000020004", + "intro": "Het lukt niet om het AMS-HT H-slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702720000020004", + "intro": "Het lukt niet om het AMS C Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705730000020002", + "intro": "Het AMS F Slot 4-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806700000020002", + "intro": "Het kan niet lukken om het AMS-HT G Slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806710000020004", + "intro": "Het lukt niet om het AMS-HT G Slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803730000020002", + "intro": "Het kan niet lukken om het AMS-HT D Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704720000020001", + "intro": "Het kan niet lukken om het AMS E Slot 3 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802730000020004", + "intro": "Het lukt niet om het AMS-HT C Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707700000020002", + "intro": "Het kan niet lukken om het AMS H Slot 1 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802720000020004", + "intro": "Het lukt niet om het AMS-HT C Slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700700000020004", + "intro": "Het lukt niet om het AMS A Slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702710000020005", + "intro": "Kan het AMS C Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0704720000020002", + "intro": "Kan het AMS E Slot 3-filament niet in de gereedschapskop voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703700000020002", + "intro": "Het kan niet lukken om het AMS D Slot 1 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703700000020005", + "intro": "Kan het AMS D Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1801730000020005", + "intro": "Kan het AMS-HT B Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1805700000020005", + "intro": "Kan het AMS-HT F-slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1800730000020001", + "intro": "Het lukt niet om het AMS-HT A Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1801700000020004", + "intro": "Het lukt niet om het AMS-HT B-slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805730000020002", + "intro": "Het kan niet lukken om het AMS-HT F-slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0706700000020004", + "intro": "Het kan niet lukken om het AMS G Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802730000020005", + "intro": "Kan het AMS-HT C Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807710000020005", + "intro": "Kan het AMS-HT H Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0700720000020002", + "intro": "Het AMS A Slot 3-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800700000020001", + "intro": "Het lukt niet om het AMS-HT A Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0705700000020004", + "intro": "Het kan niet lukken om het AMS F Slot 1 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800710000020004", + "intro": "Het lukt niet om het AMS-HT A Slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702730000020002", + "intro": "Het kan niet lukken om het AMS C Slot 4 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702710000020001", + "intro": "Het is niet gelukt om het AMS C Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1804710000020004", + "intro": "Het is niet gelukt om het AMS-HT E Slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806730000020004", + "intro": "Het lukt niet om het AMS-HT G Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805720000020005", + "intro": "Kan het AMS-HT F Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807700000020002", + "intro": "Het kan niet lukken om het AMS-HT H-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701720000020004", + "intro": "Het kan niet lukken om het AMS B Slot 3 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705720000020005", + "intro": "Kan het AMS F Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807720000020002", + "intro": "Het kan niet lukken om het AMS-HT H-slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800700000020004", + "intro": "Het lukt niet om het AMS-HT A Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802730000020002", + "intro": "Het kan niet lukken om het AMS-HT C Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801720000020002", + "intro": "Het kan niet lukken om het AMS-HT B Slot 3 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802730000020001", + "intro": "Het lukt niet om het AMS-HT C Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0700710000020001", + "intro": "Het lukt niet om het AMS A Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1801700000020005", + "intro": "Kan het AMS-HT B Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0704700000020005", + "intro": "Kan het AMS E Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0700710000020002", + "intro": "Het AMS A Slot 2-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701700000020004", + "intro": "Het lukt niet om het AMS B-slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806730000020005", + "intro": "Kan het AMS-HT G Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1801710000020004", + "intro": "Het kan niet lukken om het AMS-HT B Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707710000020004", + "intro": "Het lukt niet om het AMS H Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803730000020004", + "intro": "Het lukt niet om het AMS-HT D Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801730000020002", + "intro": "Het is niet gelukt om het AMS-HT B Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700730000020004", + "intro": "Het lukt niet om het AMS A Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806720000020004", + "intro": "Het lukt niet om het AMS-HT G Slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701720000020005", + "intro": "Kan het AMS B Slot 3 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0705710000020004", + "intro": "Het kan niet lukken om het AMS F Slot 2 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1807710000020004", + "intro": "Het lukt niet om het AMS-HT H-slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803700000020004", + "intro": "Het lukt niet om het AMS-HT D Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705710000020001", + "intro": "Het is niet gelukt om het AMS F Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707720000020004", + "intro": "Het lukt niet om het AMS H Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702710000020004", + "intro": "Het is niet gelukt om het AMS C Slot 2 filament terug te trekken uit de Toolhead. Mogelijke oorzaak: filament of spoel vastgelopen." + }, + { + "ecode": "0704730000020005", + "intro": "Kan het AMS E Slot 4 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1801700000020001", + "intro": "Het lukt niet om het AMS-HT B Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1805720000020004", + "intro": "Het lukt niet om het AMS-HT F-slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702730000020005", + "intro": "Kan het AMS C Slot 4 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0704700000020002", + "intro": "Het kan niet lukken om het AMS E Slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701700000020005", + "intro": "Kan het AMS B Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1801700000020002", + "intro": "Het filament van de AMS-HT B-sleuf 1 kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801730000020001", + "intro": "Het is niet gelukt om het AMS-HT B Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1803720000020005", + "intro": "Kan het AMS-HT D Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807730000020004", + "intro": "Het lukt niet om het AMS-HT H Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800700000020005", + "intro": "Kan het AMS-HT A Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0705700000020001", + "intro": "Het lukt niet om het AMS F Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802710000020005", + "intro": "Kan het AMS-HT C Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807730000020001", + "intro": "Het lukt niet om het AMS-HT H Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706710000020004", + "intro": "Het lukt niet om het AMS G Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804730000020002", + "intro": "Het kan niet lukken om het AMS-HT E Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803700000020002", + "intro": "Het kan niet lukken om het AMS-HT D Slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802720000020005", + "intro": "Kan het AMS-HT C Slot 3 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0706730000020002", + "intro": "Het AMS G Slot 4-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707700000020004", + "intro": "Het is niet gelukt om het AMS H Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805700000020004", + "intro": "Het kan niet lukken om het AMS-HT F-slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805700000020001", + "intro": "Het lukt niet om het AMS-HT F Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707720000020002", + "intro": "Het kan niet lukken om het AMS H Slot 3 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701720000020001", + "intro": "Het lukt niet om het AMS B Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0700720000020004", + "intro": "Het lukt niet om het AMS A Slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804710000020001", + "intro": "Het lukt niet om het AMS-HT E Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1801710000020001", + "intro": "Het is niet gelukt om het AMS-HT B Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1806730000020002", + "intro": "Het kan niet lukken om het AMS-HT G Slot 4 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703710000020002", + "intro": "Het kan niet lukken om het AMS D Slot 2 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703720000020001", + "intro": "Het lukt niet om het AMS D Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706720000020001", + "intro": "Het kan niet lukken om het AMS G Slot 3 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1801730000020004", + "intro": "Het lukt niet om het AMS-HT B Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704710000020002", + "intro": "Kan het AMS E Slot 2-filament niet in de gereedschapskop voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800710000020002", + "intro": "Het is niet gelukt om het AMS-HT A Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802710000020002", + "intro": "Het kan niet lukken om het AMS-HT C Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805720000020002", + "intro": "Het kan niet lukken om het AMS-HT F-slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703730000020004", + "intro": "Het kan niet lukken om het AMS D Slot 4 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806720000020005", + "intro": "Kan het AMS-HT G Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0706720000020002", + "intro": "Het AMS G Slot 3-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704730000020002", + "intro": "Het kan niet gelukt om het AMS E Slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1807720000020001", + "intro": "Het lukt niet om het AMS-HT H Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1803710000020005", + "intro": "Kan het AMS-HT D Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807710000020002", + "intro": "Het is niet gelukt om het AMS-HT H Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705720000020002", + "intro": "Het AMS F Slot 3-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700720000020001", + "intro": "Het is niet gelukt om het AMS A Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706720000020004", + "intro": "Het lukt niet om het AMS G Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804700000020001", + "intro": "Het lukt niet om het AMS-HT E Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1803710000020002", + "intro": "Het kan niet lukken om het AMS-HT D Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707710000020001", + "intro": "Het lukt niet om het AMS H Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1803720000020004", + "intro": "Het lukt niet om het AMS-HT D Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805730000020005", + "intro": "Kan het AMS-HT F Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1803710000020001", + "intro": "Het lukt niet om het AMS-HT D Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1803700000020005", + "intro": "Kan het AMS-HT D Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1805700000020002", + "intro": "Het kan niet lukken om het AMS-HT F-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701710000020005", + "intro": "Kan het AMS B Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0707730000020005", + "intro": "Kan het AMS H Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807720000020004", + "intro": "Het lukt niet om het AMS-HT H-slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701720000020002", + "intro": "Het kan niet lukken om het AMS B Slot 3 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705700000020005", + "intro": "Kan het AMS F Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1801720000020001", + "intro": "Het lukt niet om het AMS-HT B Slot 3 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707730000020002", + "intro": "Het AMS H Slot 4-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804720000020002", + "intro": "Het kan niet lukken om het AMS-HT E Slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704730000020001", + "intro": "Het is niet gelukt om het AMS E Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1801720000020004", + "intro": "Het lukt niet om het AMS-HT B Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802700000020001", + "intro": "Het lukt niet om het AMS-HT C Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0703710000020004", + "intro": "Het lukt niet om het AMS D Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0706730000020001", + "intro": "Het kan niet lukken om het AMS G Slot 4 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1806700000020004", + "intro": "Het is niet gelukt om het AMS-HT G Slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700700000020005", + "intro": "Kan het AMS A Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1800720000020002", + "intro": "Het kan niet lukken om het AMS-HT A Slot 3 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800720000020005", + "intro": "Kan het AMS-HT A-slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1806720000020001", + "intro": "Het lukt niet om het AMS-HT G Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706700000020001", + "intro": "Het is niet gelukt om het AMS G Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1800700000020002", + "intro": "Het kan niet lukken om het AMS-HT A-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700720000020005", + "intro": "Kan het AMS A Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0707720000020001", + "intro": "Het is niet gelukt om het AMS H Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802710000020001", + "intro": "Het is niet gelukt om het AMS-HT C Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706720000020005", + "intro": "Kan het AMS G Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0702720000020002", + "intro": "Het AMS C Slot 3-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0704710000020005", + "intro": "Kan het AMS E Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1806720000020002", + "intro": "Het kan niet lukken om het AMS-HT G Slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1807700000020001", + "intro": "Het lukt niet om het AMS-HT H Slot 1 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1804730000020004", + "intro": "Het is niet gelukt om het AMS-HT E Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707710000020005", + "intro": "Kan het AMS H Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1807730000020005", + "intro": "Kan het AMS-HT H Slot 4 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0705730000020001", + "intro": "Het is niet gelukt om het AMS F Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0704720000020004", + "intro": "Het lukt niet om het AMS E Slot 3 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701730000020005", + "intro": "Kan het AMS B Slot 4 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0704710000020004", + "intro": "Het lukt niet om het AMS E Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803700000020001", + "intro": "Het lukt niet om het AMS-HT D Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0706710000020005", + "intro": "Kan het AMS G Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0707700000020001", + "intro": "Het is niet gelukt om het AMS H Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1807700000020005", + "intro": "Kan het AMS-HT H Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0706730000020005", + "intro": "Kan het AMS G Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1805720000020001", + "intro": "Het kan niet lukken om het AMS-HT F Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0701730000020001", + "intro": "Het lukt niet om het AMS B Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0700710000020005", + "intro": "Kan het AMS A Slot 2 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1803730000020005", + "intro": "Kan het AMS-HT D Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1804700000020005", + "intro": "Kan het AMS-HT E Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0703700000020001", + "intro": "Het lukt niet om het AMS D Slot 1 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0701710000020001", + "intro": "Het lukt niet om het AMS B Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802700000020002", + "intro": "Het kan niet lukken om het AMS-HT C-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0706700000020002", + "intro": "Het kan niet lukken om het AMS G Slot 1 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705700000020002", + "intro": "Het kan niet lukken om het AMS F-slot 1-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806700000020005", + "intro": "Kan het AMS-HT G Slot 1-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0703720000020005", + "intro": "Het AMS D Slot 3 filament is niet doorgevoerd. Knip het uiteinde van het filament bij en controleer of de spoel vastzit." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E De stroomsensor van de hulpmotor is mogelijk defect." + }, + { + "ecode": "0701710000020004", + "intro": "Het lukt niet om het AMS B Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0706710000020001", + "intro": "Het lukt niet om het AMS G Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707700000020005", + "intro": "Kan het AMS H Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0701730000020004", + "intro": "Het kan niet lukken om het AMS B Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703730000020001", + "intro": "Het kan niet gelukt om het AMS D Slot 4 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707720000020005", + "intro": "Kan het AMS H Slot 3 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1802700000020005", + "intro": "Kan het AMS-HT C Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0703720000020004", + "intro": "Het lukt niet om het AMS D Slot 3 filament terug te trekken van de gereedschapskop. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801720000020005", + "intro": "Kan het AMS-HT B Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1804710000020002", + "intro": "Het kan niet lukken om het AMS-HT E Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700730000020005", + "intro": "Kan het AMS A Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1804730000020005", + "intro": "Kan het AMS-HT E Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1800730000020005", + "intro": "Kan het AMS-HT A Slot 4-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0705720000020001", + "intro": "Het AMS F Slot 3-filament kan niet uit de extruder worden getrokken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1804730000020001", + "intro": "Het is niet gelukt om het AMS-HT E Slot 4 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0700730000020001", + "intro": "Het lukt niet om het AMS A Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802720000020001", + "intro": "Het lukt niet om het AMS-HT C Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1806710000020001", + "intro": "Het lukt niet om het AMS-HT G Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0703730000020005", + "intro": "Kan het AMS D Slot 4 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1803710000020004", + "intro": "Het lukt niet om het AMS-HT D Slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703730000020002", + "intro": "Het kan niet lukken om het AMS D Slot 4 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1803720000020001", + "intro": "Het lukt niet om het AMS-HT D Slot 3-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0700700000020001", + "intro": "Het lukt niet om het AMS A Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1802700000020004", + "intro": "Het kan niet lukken om het AMS-HT C-slot 1-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0706710000020002", + "intro": "Het kan niet lukken om het AMS G Slot 2 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804710000020005", + "intro": "Kan het AMS-HT E Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0705730000020004", + "intro": "Het lukt niet om het AMS F Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0700710000020004", + "intro": "Het lukt niet om het AMS A Slot 2-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1805710000020001", + "intro": "Het is niet gelukt om het AMS-HT F Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1807730000020002", + "intro": "Het kan niet lukken om het AMS-HT H-slot 4-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1804720000020005", + "intro": "Kan het AMS-HT E Slot 3-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "1805710000020004", + "intro": "Het kan niet lukken om het AMS-HT F Slot 2 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0707710000020002", + "intro": "Het kan niet lukken om het AMS H Slot 2 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705720000020004", + "intro": "Het lukt niet om het AMS F Slot 3-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702700000020005", + "intro": "Kan het AMS C Slot 1 filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0700730000020002", + "intro": "Het AMS A Slot 4-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1800730000020004", + "intro": "Het is niet gelukt om het AMS-HT A Slot 4-filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702730000020004", + "intro": "Het lukt niet om het AMS C Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701700000020002", + "intro": "Kan het AMS B-slot 1-filament niet in de gereedschapskop voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702700000020002", + "intro": "Het kan niet lukken om het AMS C Slot 1 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806730000020001", + "intro": "Het lukt niet om het AMS-HT G Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0702700000020001", + "intro": "Het lukt niet om het AMS C Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1800710000020005", + "intro": "Kan het AMS-HT A Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0702700000020004", + "intro": "Het lukt niet om het AMS C Slot 1 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0701730000020002", + "intro": "Het kan niet lukken om het AMS B Slot 4 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0705710000020005", + "intro": "Kan het AMS F Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0700700000020002", + "intro": "Het AMS A Slot 1-filament kan niet in de gereedschapskop worden ingevoerd. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806710000020002", + "intro": "Het is niet gelukt om het AMS-HT G Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1801710000020005", + "intro": "Kan het AMS-HT B Slot 2-filament niet voeden. Knip het uiteinde van het filament af en controleer of de spoel vastzit." + }, + { + "ecode": "0706730000020004", + "intro": "Het kan niet lukken om het AMS G Slot 4 filament van de gereedschapskop terug te trekken. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0703720000020002", + "intro": "Het kan niet lukken om het AMS D Slot 3 filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1802720000020002", + "intro": "Het is niet gelukt om het AMS-HT C Slot 3-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "0702730000020001", + "intro": "Het is niet gelukt om het AMS C Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0705710000020002", + "intro": "Het kan niet lukken om het AMS F Slot 2-filament in de gereedschapskop te voeren. Mogelijke oorzaak: filament of spoel zit vast." + }, + { + "ecode": "1806700000020001", + "intro": "Het lukt niet om het AMS-HT G Slot 1-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0707730000020001", + "intro": "Het lukt niet om het AMS H Slot 4-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "1807710000020001", + "intro": "Het lukt niet om het AMS-HT H Slot 2-filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0704700000020001", + "intro": "Het lukt niet om het AMS E Slot 1 filament uit de extruder te trekken. Mogelijke oorzaak: verstopte extruder of gebroken filament in de extruder." + }, + { + "ecode": "0500030000010021", + "intro": "Hardware incompatibel; controleer de Toolhead Camera." + }, + { + "ecode": "0C00010000020008", + "intro": "Kan geen beeld krijgen van Live View Camera. Detectie van opstapeling van spaghetti en afvalstortkokers is op dit moment niet beschikbaar." + }, + { + "ecode": "0C00040000010012", + "intro": "De gegevenslink van de Live View-camera is abnormaal." + }, + { + "ecode": "0C00040000020003", + "intro": "Het laserplatform is niet goed uitgelijnd. Zorg ervoor dat alle vier de hoeken zijn uitgelijnd met het warmtebed." + }, + { + "ecode": "0500060000020004", + "intro": "De Live View-camera is niet op zijn plaats; Controleer de hardwareverbinding." + }, + { + "ecode": "0C00040000020002", + "intro": "Snijplatform niet gedetecteerd. Plaats de benodigde mat voor de taak en ga verder." + }, + { + "ecode": "0500060000020033", + "intro": "De BirdsEye-camera is niet aangesloten. Controleer de hardware en kabelaansluitingen." + }, + { + "ecode": "0C00030000020016", + "intro": "De detectie van vreemde voorwerpen werkt niet en het serienummer van de Live View-camera kan niet worden gelezen. Neem contact op met de klantenservice." + }, + { + "ecode": "0500040000020031", + "intro": "Voordat u een laser-/snijmodule gebruikt, moet de houding van de BirdsEye-camera worden bepaald. Voltooi de installatie om de camera te kalibreren." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT Een Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B De feed-out Hall-sensor van sleuf 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D De Hall-sensor van sleuf 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C De Hall-sensor van sleuf 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Slot 1 feed-out Hall-sensor is losgekoppeld, dit kan te wijten zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0C00040000020019", + "intro": "De birdseye-camera is offset geïnstalleerd. Raadpleeg de handleiding om het opnieuw te installeren." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT Een Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H De Hall-sensor van sleuf 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F De Hall-sensor van sleuf 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E De Hall-sensor van sleuf 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan slecht contact met de connector." + }, + { + "ecode": "03009E0000030001", + "intro": "Het detectieniveau voor open deur voor deze afdruktaak wordt ingesteld op \"Melding\"." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Slot 1 feed-out Hall-sensor is losgekoppeld, dit kan te wijten zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H De sleuf 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT Een Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Sleuf 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D De Hall-sensor van sleuf 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G De Hall-sensor van sleuf 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E De Hall-sensor van sleuf 1 feed-out is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "03009D0000020001", + "intro": "De XY-kalibratie van het brandpunt van de graveerlaser is mislukt. Maak het doelgebied van de laser op het laserplatform schoon en voer de kalibratie van de lasermodule opnieuw uit." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Slot 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Sleuf 2 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Slot 3 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A De voedingssensor Hall van sleuf 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G De Hall-sensor van sleuf 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705210000020007", + "intro": "De AMS F Slot 2 feed-out Hall-sensor is losgekoppeld, wat kan worden veroorzaakt door een slecht connectorcontact." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Slot 4 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Slot 1 feed-out Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "03009D0000020002", + "intro": "Het resultaat van de XY-kalibratie van het brandpunt van de graveerlaser wijkt aanzienlijk af van de ontwerpwaarden. Installeer de lasermodule opnieuw en voer de Laser Module Setup opnieuw uit." + }, + { + "ecode": "0C00010000010011", + "intro": "De kalibratie van de Live View Camera is mislukt. Controleer of de camera correct is geïnstalleerd en zorg ervoor dat het camerabeeld helder en vrij van vuil is. Kalibreer na deze stappen opnieuw." + }, + { + "ecode": "0500040000010052", + "intro": "Veiligheidssleutel is niet ingestoken. Volg de Wiki om het te installeren." + }, + { + "ecode": "0500040000010051", + "intro": "Noodstopknop staat niet in de juiste positie. Volg de Wiki om het te installeren." + }, + { + "ecode": "0300090000010001", + "intro": "De servomotor van de extruder heeft een open circuit. De verbinding kan los zitten of de motor kan defect zijn." + }, + { + "ecode": "0300090000010002", + "intro": "De servomotor van de extruder heeft een kortsluiting. Het kan zijn mislukt." + }, + { + "ecode": "0300090000010003", + "intro": "De weerstand van Motor-E is abnormaal, de motor kan defect zijn." + }, + { + "ecode": "0300160000010001", + "intro": "De huidige sensor van de extruder-servomotor is abnormaal. Dit kan worden veroorzaakt door een storing in het hardwarebemonsteringscircuit." + }, + { + "ecode": "0300410000010001", + "intro": "De systeemspanning is onstabiel; hierdoor wordt de stroomuitvalbeveiligingsfunctie geactiveerd." + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D deurdetectie is abnormaal, de verbinding van de Hall-sensor kan los zitten of losgekoppeld zijn." + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G-deurdetectie is abnormaal, de verbinding van de Hall-sensor is mogelijk los of losgekoppeld." + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B deurdetectie is abnormaal, de verbinding van de Hall-sensor is mogelijk los of losgekoppeld." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F deurdetectie is abnormaal, de verbinding van de Hall-sensor is mogelijk los of losgekoppeld." + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C deurdetectie is abnormaal, de verbinding van de Hall-sensor is mogelijk los of losgekoppeld." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E deurdetectie is abnormaal, de verbinding van de Hall-sensor kan los zitten of losgekoppeld zijn." + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H-deurdetectie is abnormaal, de verbinding van de Hall-sensor is mogelijk los of losgekoppeld." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT Een deurdetectie is abnormaal, de verbinding van de Hall-sensor kan los zitten of losgekoppeld zijn." + }, + { + "ecode": "07FF700000020003", + "intro": "Het extruderfilament is opgebruikt; Voer a.u.b. nieuw filament aan." + }, + { + "ecode": "0300D00000010002", + "intro": "Het snijgereedschap is eraf gevallen; Installeer het opnieuw." + }, + { + "ecode": "0300D00000010001", + "intro": "De snijfilament is eraf gevallen; Installeer het opnieuw." + }, + { + "ecode": "0300280000010005", + "intro": "Z-as homing mislukte in de snijmodus. Controleer of er vreemde voorwerpen in de Z-as schuifregelaar en de Z-as synchrone poelie zitten." + }, + { + "ecode": "18FF600000020001", + "intro": "De externe spoel kan in de knoop raken of vastlopen." + }, + { + "ecode": "07FF600000020001", + "intro": "De externe spoel kan in de knoop raken of vastlopen." + }, + { + "ecode": "0500030000020020", + "intro": "De capaciteit van een USB-stick is onvoldoende om afdrukbestanden in de cache op te slaan." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E De driefasendraden van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk slecht contact." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D De driefasendraden van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk slecht contact." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H De driefasige draden van de hulpmotor zijn niet aangesloten. De connector van de asssist-motor heeft mogelijk een slecht contact." + }, + { + "ecode": "0500040000020036", + "intro": "Nieuwe snijmodule aangesloten. Om nauwkeuriger te snijden, dient u het voor gebruik in te stellen. (ongeveer 3 minuten)" + }, + { + "ecode": "0500040000020035", + "intro": "De lasermodule moet worden gekalibreerd om de scherpstelpositie te krijgen. Voer voor gebruik een montagekalibratie uit. (ongeveer 2 minuten)" + }, + { + "ecode": "0300C30000010002", + "intro": "Storing in de stroomsensor van de filterschakelaarklep: dit kan te wijten zijn aan een open circuit of een fout in het hardware-samplingcircuit." + }, + { + "ecode": "0300A10000010001", + "intro": "De temperatuur in de kamer is te hoog. Open de bovenklep en de voordeur om af te koelen." + }, + { + "ecode": "0500010000030005", + "intro": "Fout USB-flashstation: Plaats de USB-drive opnieuw, formatteer of vervang deze." + }, + { + "ecode": "0500040000020038", + "intro": "Schuif de snijmodule naar binnen en draai de snelspanhendel vast. Als de module al is geïnstalleerd, is deze mogelijk niet goed uitgelijnd. Probeer het opnieuw te installeren." + }, + { + "ecode": "0500010000020002", + "intro": "Live View-camera is niet aangesloten. Controleer de hardware en kabelaansluitingen." + }, + { + "ecode": "0500060000020034", + "intro": "Live View-camera is niet aangesloten. Controleer de hardware en kabelaansluitingen." + }, + { + "ecode": "0300D00000010003", + "intro": "De kabel van de snijmodule is losgeraakt; Controleer de kabelverbinding." + }, + { + "ecode": "1805200000020009", + "intro": "Kan AMS-HT F Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1803200000020009", + "intro": "Kan AMS-HT D Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1805210000020009", + "intro": "Kan AMS-HT F Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804210000020009", + "intro": "Kan AMS-HT E Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804220000020009", + "intro": "Kan AMS-HT E Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1803210000020009", + "intro": "Kan AMS-HT D Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1806230000020009", + "intro": "Kan AMS-HT G Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1800220000020009", + "intro": "Kan AMS-HT A Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1807230000020009", + "intro": "Kan AMS-HT H Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1802200000020009", + "intro": "Kan AMS-HT C Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801210000020009", + "intro": "Kan AMS-HT B Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1807210000020009", + "intro": "Kan AMS-HT H Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1800210000020009", + "intro": "Kan AMS-HT A Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1802210000020009", + "intro": "Kan AMS-HT C Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1806220000020009", + "intro": "Kan AMS-HT G Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1806200000020009", + "intro": "Kan AMS-HT G Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804230000020009", + "intro": "Kan AMS-HT E Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801220000020009", + "intro": "Kan AMS-HT B Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1802220000020009", + "intro": "Kan AMS-HT C Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1803230000020009", + "intro": "Kan AMS-HT D Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1807200000020009", + "intro": "Kan AMS-HT H Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1800230000020009", + "intro": "Kan AMS-HT A Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1806210000020009", + "intro": "Kan AMS-HT G Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1805220000020009", + "intro": "Kan AMS-HT F Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1807220000020009", + "intro": "Kan AMS-HT H Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1803220000020009", + "intro": "Kan AMS-HT D Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1805230000020009", + "intro": "Kan AMS-HT F Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804200000020009", + "intro": "Kan AMS-HT E Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801200000020009", + "intro": "Kan AMS-HT B Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1800200000020009", + "intro": "Kan AMS-HT A Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1802230000020009", + "intro": "Kan AMS-HT C Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801230000020009", + "intro": "Kan AMS-HT B Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0C0003000002000E", + "intro": "De nozzle lijkt bedekt te zijn met vastgelopen of verstopt materiaal." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Slot 1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT Het filament van een Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT Het filament van een Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1801220000020004", + "intro": "Het filament van AMS-HT B Slot 3 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0705200000030001", + "intro": "Het filament van AMS F Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Slot 1 filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0701130000010001", + "intro": "De AMS B-slot 4-motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 is leeg; plaats een nieuwe filament." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Slot 1 filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0702100000010001", + "intro": "De AMS C slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Slot 1 filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804210000020008", + "intro": "De Hall-sensor van de invoer in AMS-HT E Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800130000010001", + "intro": "De AMS-HT A slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT Een Slot 4 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "1804220000030001", + "intro": "Het filament van AMS-HT E Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1807100000010003", + "intro": "De AMS-HT H slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1802220000020001", + "intro": "Het filament van AMS-HT C Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0705210000020005", + "intro": "Het AMS F Slot 2-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Slot2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805200000020008", + "intro": "De feed-in van AMS-HT F Slot 1 Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802220000020005", + "intro": "Het AMS-HT C Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1803200000020003", + "intro": "Het filament van AMS-HT D Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "De AMS-HT E slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1805120000010001", + "intro": "De AMS-HT F slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan slecht contact met de connector." + }, + { + "ecode": "1806220000020005", + "intro": "Het AMS-HT G Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Slot1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806220000020001", + "intro": "Het filament van AMS-HT G Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707100000010001", + "intro": "De AMS H slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0704200000020004", + "intro": "AMS E Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1801130000010001", + "intro": "De AMS-HT B slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1802110000020002", + "intro": "De AMS-HT C slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1805200000030001", + "intro": "Het filament van AMS-HT F Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0705130000010001", + "intro": "De AMS F slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1806200000020001", + "intro": "Het filament van AMS-HT G Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803200000020008", + "intro": "De AMS-HT D Slot 1 feed-in Hall-sensor is losgekoppeld, wat kan worden veroorzaakt door een slecht connectorcontact." + }, + { + "ecode": "1802200000020003", + "intro": "Het filament van AMS-HT C Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "Het filament van AMS H Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1804210000030001", + "intro": "Het filament van AMS-HT E Slot2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1807220000020003", + "intro": "Het filament van AMS-HT H Slot 3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "0707220000030001", + "intro": "Het filament van AMS H Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704120000010003", + "intro": "De koppelregeling van de AMS E-sleuf 3 van de motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705120000010003", + "intro": "De motorkoppelregeling van AMS F slot 3 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0704100000010003", + "intro": "De motorkoppelregeling van AMS E-slot 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807210000020004", + "intro": "Het filament van AMS-HT H Slot 2 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1806310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1807300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0704310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0705210000020009", + "intro": "Kan AMS F Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0707220000020009", + "intro": "Kan AMS H Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0707300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0700120000020002", + "intro": "De AMS A slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Slot 3 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0701100000010001", + "intro": "De AMS B-slot 1-motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701110000010003", + "intro": "De AMS B-slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Slot 3 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0702130000010001", + "intro": "De AMS C slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Slot 3 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0703120000020002", + "intro": "De AMS D slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703130000020002", + "intro": "De AMS D slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703210000020003", + "intro": "Het filament van AMS D Slot 2 is mogelijk kapot in AMS." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Slot 3 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801220000020001", + "intro": "Het filament van AMS-HT B Slot3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805220000030002", + "intro": "Het filament van het AMS-HT F Slot 3 is op en wordt automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0705210000030002", + "intro": "Het AMS F Slot 2 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0705210000020008", + "intro": "De feed-in Hall-sensor van AMS F Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803200000020005", + "intro": "Het filament van AMS-HT D Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1805210000020003", + "intro": "Het filament van AMS-HT F Slot2 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "Het AMS H Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801120000020002", + "intro": "De AMS-HT B slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1807230000020001", + "intro": "Het filament van AMS-HT H Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802220000020003", + "intro": "Het filament van AMS-HT C Slot3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT Het filament van een Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1807210000020001", + "intro": "Het filament van AMS-HT H Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805220000030001", + "intro": "Het filament van AMS-HT F Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H ondergaat droge afkoeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Slot 4 filament is op. Wacht even terwijl het oude filament wordt verwijderd." + }, + { + "ecode": "0706130000010003", + "intro": "De motorkoppelregeling van AMS G-slot 4 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1804110000010001", + "intro": "De AMS-HT E slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1803230000020005", + "intro": "Het filament van AMS-HT D Slot 4 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704130000010001", + "intro": "De AMS E slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801200000030002", + "intro": "Het filament van AMS-HT B Slot 1 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H De feed-in Hall-sensor van sleuf 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700100000010003", + "intro": "De AMS A slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0700220000020004", + "intro": "AMS A Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0701220000020001", + "intro": "Het filament van AMS B Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702230000020005", + "intro": "Het AMS C Slot 4-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Slot 2 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Slot 3 filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Slot 3 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1806230000030002", + "intro": "Het filament van het AMS-HT G Slot 4 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1804130000010003", + "intro": "De AMS-HT E-slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1806110000010003", + "intro": "De AMS-HT G slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1805130000010003", + "intro": "De AMS-HT F slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1802110000010001", + "intro": "De AMS-HT C slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B De feed-in Hall-sensor van sleuf 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801130000020002", + "intro": "De AMS-HT B slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1803120000010003", + "intro": "De AMS-HT D slot 3 motor torque control is defect. De huidige sensor is mogelijk defect." + }, + { + "ecode": "1803130000020002", + "intro": "De AMS-HT D slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1807110000010003", + "intro": "De AMS-HT H slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1802210000020003", + "intro": "Het filament van AMS-HT C Slot 2 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F Slot1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1806100000010003", + "intro": "De motorkoppelregeling van AMS-HT G-sleuf 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT Een Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0703560000030001", + "intro": "AMS ondergaat droge afkoeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1806200000020003", + "intro": "Het filament van AMS-HT G Slot1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "Het filament van AMS E Slot 2 kan gebroken zijn in AMS." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1804230000030001", + "intro": "Het filament van AMS-HT E Slot 4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704110000010001", + "intro": "De AMS E slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT Een Slot 2-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Slot 2 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0706130000020002", + "intro": "De AMS G slot4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1804210000020003", + "intro": "Het filament van AMS-HT E Slot2 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805210000020001", + "intro": "Het filament van AMS-HT F Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706110000010001", + "intro": "De AMS G slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807200000020003", + "intro": "Het filament van AMS-HT H Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "De AMS G slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1802210000030002", + "intro": "Het AMS-HT C Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807130000020002", + "intro": "De AMS-HT H slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800400000020004", + "intro": "Het signaal van de filamentbuffer is abnormaal; De veer kan vastzitten of het filament kan in de knoop raken." + }, + { + "ecode": "0704200000020009", + "intro": "Kan AMS E Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1806300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0704310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1800310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0705310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1807310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1806350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Sleuf 3 is leeg; plaats een nieuwe filament." + }, + { + "ecode": "0701200000020004", + "intro": "AMS B Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Slot 2 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Slot 2 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0703110000010001", + "intro": "De AMS D slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0703130000010003", + "intro": "De AMS D-slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Slot1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704220000020005", + "intro": "Het AMS E Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705210000020001", + "intro": "Het filament van AMS F Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802100000020002", + "intro": "De AMS-HT C slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1805130000010001", + "intro": "De motor van de AMS-HT F slot 4 is uitgevallen. Mogelijk werkt het extrusiewiel niet goed of is het filament te dun." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Slot 4 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0705100000020002", + "intro": "De motor van AMS F slot 1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT Een Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Slot 3 is leeg. Plaats een nieuw filament." + }, + { + "ecode": "0704130000020002", + "intro": "De AMS E slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1803230000030001", + "intro": "Het filament van AMS-HT D Slot 4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0704230000020003", + "intro": "Het filament van AMS E Slot4 is mogelijk gebroken in AMS." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0705210000020004", + "intro": "AMS F Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1806200000030002", + "intro": "Het AMS-HT G Slot 1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Slot 3 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803120000010001", + "intro": "De AMS-HT D slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1803210000020003", + "intro": "Het filament van AMS-HT D Slot 2 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "AMS G Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0707120000010001", + "intro": "De AMS H slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801120000010001", + "intro": "De AMS-HT B slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805200000030002", + "intro": "Het filament van AMS-HT F Slot 1 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT Een Slot 4-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT Een Slot 4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806130000010003", + "intro": "De AMS-HT G-sleuf 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706200000020003", + "intro": "Het filament van AMS G Slot 1 kan gebroken zijn in AMS." + }, + { + "ecode": "1802230000020003", + "intro": "Het filament van AMS-HT C Slot 4 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "Het filament van AMS F Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807230000020005", + "intro": "Het AMS-HT H Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1805210000020008", + "intro": "De feed-in Hall-sensor van AMS-HT F Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805210000030002", + "intro": "Het filament van het AMS-HT F Slot 2 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1803230000020004", + "intro": "Het filament van AMS-HT D Slot 4 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0707200000020003", + "intro": "Het filament van AMS H Slot1 kan gebroken zijn in AMS." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807120000010003", + "intro": "De AMS-HT H-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT Een Slot 3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700110000020002", + "intro": "De AMS A slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700200000020003", + "intro": "AMS Het filament van een Slot 1 kan gebroken zijn in AMS." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Slot 2 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701100000020002", + "intro": "De AMS B slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701110000020002", + "intro": "De AMS B slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701130000020002", + "intro": "De AMS B slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Slot 1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Slot 4 filament is op en is automatisch overgeschakeld naar de slot met hetzelfde filament." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Slot 1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Slot 1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Slot 4 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1801220000030002", + "intro": "Het AMS-HT B Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1802220000020004", + "intro": "Het filament van AMS-HT C Slot 3 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1804120000010001", + "intro": "De AMS-HT E slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1806210000030001", + "intro": "Het filament van AMS-HT G Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1801210000030002", + "intro": "Het filament van AMS-HT B Slot 2 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1802200000020005", + "intro": "Het AMS-HT C Slot 1-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1807110000020002", + "intro": "De AMS-HT H slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0707100000010003", + "intro": "De motorkoppelregeling van AMS H-slot1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706230000020004", + "intro": "AMS G Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0705220000020004", + "intro": "AMS F Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1806210000020004", + "intro": "Het AMS-HT G Slot 2-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1803200000020001", + "intro": "Het filament van AMS-HT D Slot1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800120000020002", + "intro": "De AMS-HT A slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1802210000020004", + "intro": "Het AMS-HT C Slot 2-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Slot 2 is leeg. Plaats een nieuw filament." + }, + { + "ecode": "1801220000020005", + "intro": "Het filament van AMS-HT B Slot 3 is op en het doorspoelen van het oude filament verliep abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT Een Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806220000030002", + "intro": "Het AMS-HT G Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Slot1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706220000020004", + "intro": "AMS G Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Slot3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800110000010003", + "intro": "De AMS-HT A slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1805230000020005", + "intro": "Het AMS-HT F Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1804110000010003", + "intro": "De AMS-HT E slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1806220000030001", + "intro": "Het filament van AMS-HT G Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Slot 4 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1804200000020005", + "intro": "Het filament van AMS-HT E Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801230000020005", + "intro": "Het filament van AMS-HT B Slot 4 is op en het doorspoelen van het oude filament verliep abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1800300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1804310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0705200000020009", + "intro": "Kan AMS F Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "18FF200000020002", + "intro": "Extern filament ontbreekt; Laad a.u.b. een nieuw filament." + }, + { + "ecode": "1807350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0705300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "18FF200000020001", + "intro": "Het externe filament is op; Laad a.u.b. een nieuw filament." + }, + { + "ecode": "1800450000020001", + "intro": "De sensor van de filamentsnijder werkt niet goed; Controleer of de connector goed is aangesloten." + }, + { + "ecode": "1805310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0704230000020009", + "intro": "Kan AMS E Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0707350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0700110000010001", + "intro": "De AMS A slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701120000020002", + "intro": "De AMS B slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Slot 1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702200000020003", + "intro": "Het filament van AMS C Slot 1 kan gebroken zijn in AMS." + }, + { + "ecode": "0702210000020005", + "intro": "Het AMS C Slot 2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703110000010003", + "intro": "De AMS D-slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801210000020001", + "intro": "Het filament van AMS-HT B Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A ondergaat droge afkoeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1805120000020002", + "intro": "De AMS-HT F slot3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1806210000030002", + "intro": "Het filament van het AMS-HT G Slot 2 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805100000010003", + "intro": "De AMS-HT F slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0707220000020004", + "intro": "AMS H Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0704120000010001", + "intro": "De AMS E slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Slot 2 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802130000010001", + "intro": "De AMS-HT C slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1806230000030001", + "intro": "Het filament van AMS-HT G Slot 4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1800130000020002", + "intro": "De AMS-HT A slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801100000010001", + "intro": "De AMS-HT B slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807100000020002", + "intro": "De AMS-HT H slot1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801230000020001", + "intro": "Het filament van AMS-HT B Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805230000030002", + "intro": "Het filament van AMS-HT F Slot 4 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1804200000020004", + "intro": "Het filament van AMS-HT E Slot 1 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1802120000020002", + "intro": "De AMS-HT C-slot 3-motor is overbelast. Het filament kan verstrikt zijn of vastzitten." + }, + { + "ecode": "0705120000020002", + "intro": "De AMS F slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1805110000010003", + "intro": "De AMS-HT F slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807220000030002", + "intro": "Het filament van AMS-HT H Slot 3 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807230000030002", + "intro": "Het filament van AMS-HT H Slot 4 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0700210000020003", + "intro": "Het filament van AMS A Slot 2 kan kapot zijn in AMS." + }, + { + "ecode": "0700230000020003", + "intro": "AMS Het filament van een Slot 4 kan gebroken zijn in AMS." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Slot 1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0702130000010003", + "intro": "De AMS C slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0703220000020003", + "intro": "Het filament van AMS D Slot 3 is mogelijk gebroken in AMS." + }, + { + "ecode": "1803120000020002", + "intro": "De AMS-HT D slot 3 motor is overbelast. Het filament kan verward of vastzitten." + }, + { + "ecode": "1801110000010001", + "intro": "De AMS-HT B slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0706220000020001", + "intro": "Het filament van AMS G Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803110000010003", + "intro": "De AMS-HT D-sleuf 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706220000020005", + "intro": "Het AMS G Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806110000010001", + "intro": "De AMS-HT G slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1802220000030002", + "intro": "Het AMS-HT C Slot 3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0707200000020004", + "intro": "AMS H Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1803230000020001", + "intro": "Het filament van AMS-HT D Slot4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802100000010003", + "intro": "De AMS-HT C slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1801210000020003", + "intro": "Het filament van AMS-HT B Slot 2 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "De AMS F slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1803220000030002", + "intro": "Het AMS-HT D Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Slot4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805200000020003", + "intro": "Het filament van AMS-HT F Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT Het filament van Slot 1 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Sleuf 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800120000010003", + "intro": "De AMS-HT A slot3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0704110000010003", + "intro": "De motorkoppelregeling van AMS E slot2 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804110000020002", + "intro": "De AMS-HT E slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1805130000020002", + "intro": "De AMS-HT F slot 4 motor is overbelast. Het filament kan verward of vastzitten." + }, + { + "ecode": "1804130000020002", + "intro": "De AMS-HT E slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT Het filament van een Slot 3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0706210000020001", + "intro": "Het filament van AMS G Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0705220000020005", + "intro": "Het filament in AMS F Slot 3 is op en het verwijderen van het oude filament is niet goed gegaan. Controleer of het filament vastzit in de kop van het gereedschap." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801210000020004", + "intro": "Het filament van AMS-HT B Slot 2 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1803300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0706300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1800450000020002", + "intro": "De snijafstand van de filamentsnijder is te groot. De XY-motor kan stappen verliezen." + }, + { + "ecode": "1802300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1802310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1806310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1802300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0705230000020009", + "intro": "Kan AMS F Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0707310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0700100000010001", + "intro": "De AMS A slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0700100000020002", + "intro": "De AMS A slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700120000010001", + "intro": "De AMS A slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0700130000010001", + "intro": "De AMS A slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0702110000020002", + "intro": "De AMS C slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0702210000020004", + "intro": "AMS C Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0702220000020004", + "intro": "AMS C Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0702220000030002", + "intro": "Het AMS C Slot 3 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805210000020005", + "intro": "Het AMS-HT F Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802200000030002", + "intro": "Het filament van AMS-HT C Slot 1 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT Het filament van Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen. Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Slot3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707220000020001", + "intro": "Het filament van AMS H Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Slot1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807230000030001", + "intro": "Het filament van AMS-HT H Slot 4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Slot 3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0705100000010003", + "intro": "De motorkoppelregeling van AMS F-sleuf 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1803210000020005", + "intro": "Het AMS-HT D Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1805210000020004", + "intro": "Het filament van AMS-HT F Slot 2 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT Het filament van een Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803210000030001", + "intro": "Het filament van AMS-HT D Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Slot1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802130000010003", + "intro": "De AMS-HT C slot4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804210000030002", + "intro": "Het filament van AMS-HT E Slot 2 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A Het filament in sleuf 1 is op en er is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0705220000030002", + "intro": "Het AMS F Slot 3 filament is op en is automatisch overgeschakeld naar de slot met hetzelfde filament." + }, + { + "ecode": "1802210000030001", + "intro": "Het filament van AMS-HT C Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1806230000020008", + "intro": "De Hall-sensor van het AMS-HT G-sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805220000020001", + "intro": "Het filament van AMS-HT F Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802200000020001", + "intro": "Het filament van AMS-HT C Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Slot 1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Slot 2 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0701110000010001", + "intro": "De AMS B slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701120000010003", + "intro": "De AMS B-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0702230000020003", + "intro": "Het filament van AMS C Slot 4 kan kapot zijn in AMS." + }, + { + "ecode": "0704100000020002", + "intro": "De motor van AMS E slot 1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1807200000020001", + "intro": "Het filament van AMS-HT H Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1804230000030002", + "intro": "Het filament van AMS-HT E Slot 4 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1803110000020002", + "intro": "De AMS-HT D slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705110000010001", + "intro": "De AMS F slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807210000020005", + "intro": "Het filament van AMS-HT H Slot 2 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1803220000020001", + "intro": "Het filament van AMS-HT D Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT Het filament van een Slot4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1800120000010001", + "intro": "De AMS-HT A slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707120000020002", + "intro": "De AMS H slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705110000010003", + "intro": "De motorkoppelregeling van AMS F slot 2 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F Sleuf 3 filament is mogelijk gebroken in de gereedschapskop." + }, + { + "ecode": "1807110000010001", + "intro": "De AMS-HT H slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "0706200000030001", + "intro": "Het filament van AMS G Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1807210000030001", + "intro": "Het filament van AMS-HT H Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1804200000020001", + "intro": "Het filament van AMS-HT E Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1804200000030002", + "intro": "Het filament van AMS-HT E Slot 1 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0706220000030001", + "intro": "Het filament van AMS G Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1804220000020003", + "intro": "Het filament van AMS-HT E Slot 3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "Kan AMS G Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1804300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1802350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "18FF200000020004", + "intro": "Trek het externe filament uit de extruder." + }, + { + "ecode": "0705350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0706210000020009", + "intro": "Kan AMS G Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1805350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "18FF450000020003", + "intro": "De handgreep van de filamentsnijder is niet losgemaakt. Het handvat of het mes kan vastzitten of er kan een probleem zijn met de aansluiting van de filamentsensor." + }, + { + "ecode": "0707300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1800300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0701200000020003", + "intro": "Het filament van AMS B Slot 1 is mogelijk gebroken in AMS." + }, + { + "ecode": "0702200000020004", + "intro": "AMS C Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0703100000010003", + "intro": "De motorkoppelregeling van AMS D-sleuf 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0703120000010001", + "intro": "De AMS D slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0703230000020003", + "intro": "Het filament van AMS D Slot 4 is mogelijk gebroken in AMS." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT Een Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707130000010003", + "intro": "De AMS H slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707220000020003", + "intro": "Het filament van AMS H Slot 3 kan gebroken zijn in AMS." + }, + { + "ecode": "0706100000020002", + "intro": "De motor van AMS G slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704210000020004", + "intro": "AMS E Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0706220000020003", + "intro": "Het filament van AMS G Slot 3 is mogelijk gebroken in AMS." + }, + { + "ecode": "0705220000030001", + "intro": "Het filament van AMS F Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0707210000030001", + "intro": "Het filament van AMS H Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1806230000020003", + "intro": "Het filament van AMS-HT G Slot 4 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "Het AMS-HT G Slot 4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1804100000010003", + "intro": "De AMS-HT E-slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805200000020004", + "intro": "Het AMS-HT F Slot1-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1802220000030001", + "intro": "Het AMS-HT C Slot3 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Slot3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704120000020002", + "intro": "De AMS E slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705120000010001", + "intro": "De motor van AMS F slot 3 is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1800100000010003", + "intro": "De AMS-HT A slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1801200000020001", + "intro": "Het filament van AMS-HT B Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804220000030002", + "intro": "Het filament van AMS-HT E Slot 3 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0706110000010003", + "intro": "De motorkoppelregeling van AMS G-sleuf 2 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0707120000010003", + "intro": "De AMS H slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807200000030001", + "intro": "Het filament van AMS-HT H Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G De Hall-sensor van sleuf 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705100000010001", + "intro": "De AMS F slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Slot4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700130000020002", + "intro": "De AMS A slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700220000020005", + "intro": "AMS Een Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Slot 2 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701220000030001", + "intro": "Het filament van AMS B Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0701230000020003", + "intro": "Het filament van AMS B Slot 4 kan gebroken zijn in AMS." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Slot 1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702230000020004", + "intro": "AMS C Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0703100000010001", + "intro": "De AMS D slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Slot 1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0703230000020004", + "intro": "AMS D Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0703230000020005", + "intro": "Het AMS D Slot 4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Slot3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803100000020002", + "intro": "De motor van AMS-HT D-slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1803210000020001", + "intro": "Het filament van AMS-HT D Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT Een Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0707130000020002", + "intro": "De AMS H slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806210000020005", + "intro": "Het AMS-HT G Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802230000020008", + "intro": "De feed-in Hall-sensor van AMS-HT C Slot 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801110000020002", + "intro": "De AMS-HT B slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1801230000020003", + "intro": "Het filament van AMS-HT B Slot 4 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "Het filament van AMS-HT D Slot3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "0706110000020002", + "intro": "De AMS G slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0706230000020005", + "intro": "Het AMS G Slot 4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705130000010003", + "intro": "De motorkoppelregeling van AMS F slot 4 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804220000020005", + "intro": "Het AMS-HT E Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Sleuf 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801110000010003", + "intro": "De AMS-HT B slot2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804230000020004", + "intro": "Het filament van AMS-HT E Slot 4 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0706200000020001", + "intro": "Het filament van AMS G Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803200000030001", + "intro": "Het filament van AMS-HT D Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0706120000010001", + "intro": "De AMS G slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1806230000020001", + "intro": "Het filament van AMS-HT G Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802230000030001", + "intro": "Het filament van AMS-HT C Slot4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0706230000030002", + "intro": "Het AMS G Slot4 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1803310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1805300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0706310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1802310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0704350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0707210000020009", + "intro": "Kan AMS H Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "18FE450000020003", + "intro": "De handgreep van de filamentsnijder is niet losgemaakt. Het handvat of het mes kan vastzitten of er kan een probleem zijn met de aansluiting van de filamentsensor." + }, + { + "ecode": "0701210000020005", + "intro": "Het AMS B Slot 2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Slot 2 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701230000020005", + "intro": "Het AMS B Slot 4 filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0703200000020003", + "intro": "Het filament van AMS D Slot 1 is mogelijk gebroken in AMS." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707130000010001", + "intro": "De AMS H slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807200000020005", + "intro": "Het filament van AMS-HT H Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0704220000020003", + "intro": "Het filament van AMS E Slot 3 kan kapot zijn in AMS." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Slot2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805200000020005", + "intro": "Het AMS-HT F Slot 1-filament is op en het doorspoelen van het oude filament verliep abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801100000010003", + "intro": "De AMS-HT B-sleuf 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706200000030002", + "intro": "Het AMS G Slot 1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0704130000010003", + "intro": "De koppelregeling van de AMS E-sleuf 4 motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1806120000010003", + "intro": "De AMS-HT G-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705230000020005", + "intro": "Het AMS F Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0706120000010003", + "intro": "De motorkoppelregeling van AMS G slot3 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1801230000030002", + "intro": "Het filament van AMS-HT B Slot 4 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707210000020003", + "intro": "Het filament van AMS H Slot 2 is mogelijk gebroken in AMS." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806120000010001", + "intro": "De AMS-HT G slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0704230000020008", + "intro": "De feed-in Hall-sensor van AMS E Slot 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805120000010003", + "intro": "De AMS-HT F slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1805220000020008", + "intro": "De feed-in van de Hall-sensor van AMS-HT F Slot 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800100000010001", + "intro": "De AMS-HT A slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0705230000020003", + "intro": "Het filament van AMS F Slot 4 is mogelijk gebroken in AMS." + }, + { + "ecode": "0707110000010003", + "intro": "De AMS H slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806110000020002", + "intro": "De AMS-HT G slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1806130000020002", + "intro": "De AMS-HT G slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT Het filament van een Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Slot 1 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0700210000020004", + "intro": "AMS A Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Slot 2 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0700220000020003", + "intro": "Het filament van AMS A Slot 3 kan gebroken zijn in AMS." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701100000010003", + "intro": "De motorkoppelregeling van AMS B-sleuf 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703100000020002", + "intro": "De AMS D slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703220000020004", + "intro": "AMS D Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1801200000020004", + "intro": "Het filament van AMS-HT B Slot 1 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0706100000010003", + "intro": "De motorkoppelregeling van AMS G-sleuf 1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804230000020001", + "intro": "Het filament van AMS-HT E Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1802100000010001", + "intro": "De AMS-HT C slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0706210000020003", + "intro": "Het filament van AMS G Slot 2 is mogelijk gebroken in AMS." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Slot 1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801200000030001", + "intro": "Het filament van AMS-HT B Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1805230000020001", + "intro": "Het filament van het AMS-HT F Slot4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Slot 2 filament is op en is automatisch overgeschakeld naar de slot met hetzelfde filament." + }, + { + "ecode": "1806100000020002", + "intro": "De AMS-HT G slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1801130000010003", + "intro": "De AMS-HT B-slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807220000030001", + "intro": "Het filament van AMS-HT H Slot 3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1804210000020005", + "intro": "Het AMS-HT E Slot 2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1804220000020004", + "intro": "Het filament van AMS-HT E Slot 3 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0704100000010001", + "intro": "De motor van de AMS E-slot1 is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706120000020002", + "intro": "De AMS G slot3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1802230000020004", + "intro": "Het filament van AMS-HT C Slot 4 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0707110000020002", + "intro": "De AMS H slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704220000020004", + "intro": "AMS E Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0706100000010001", + "intro": "De AMS G slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT Het filament van een Slot 2 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1800110000020002", + "intro": "De AMS-HT A slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0704210000020005", + "intro": "Het AMS E Slot 2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1803130000010001", + "intro": "De AMS-HT D slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1805300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0704300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0707230000020009", + "intro": "Kan AMS H Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1803300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1804310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1800310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "1803350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0704210000020009", + "intro": "Kan AMS E Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700230000020004", + "intro": "AMS A Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0700230000020005", + "intro": "AMS Een Slot 4 filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0701220000020005", + "intro": "Het AMS B Slot 3-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0702120000010001", + "intro": "De AMS C slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Slot 3 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "1803230000030002", + "intro": "Het filament van het AMS-HT D Slot 4 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Slot1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805230000020004", + "intro": "Het AMS-HT F Slot4-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1807230000020003", + "intro": "Het filament van AMS-HT H Slot 4 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1804120000020002", + "intro": "De AMS-HT E slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F De feed-in Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807220000020001", + "intro": "Het filament van AMS-HT H Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805220000020003", + "intro": "Het filament van AMS-HT F Slot 3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707230000020005", + "intro": "Het AMS H Slot4-filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0707200000020005", + "intro": "Het AMS H Slot 1-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802230000030002", + "intro": "Het filament van AMS-HT C Slot 4 is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Sleuf 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801200000020005", + "intro": "Het filament van AMS-HT B Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705210000020003", + "intro": "Het filament van AMS F Slot 2 is mogelijk gebroken in AMS." + }, + { + "ecode": "0705210000030001", + "intro": "Het filament van AMS F Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0705220000020008", + "intro": "De Hall-sensor van AMS F Slot 3 feed-in is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802120000010001", + "intro": "De AMS-HT C slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1801220000020003", + "intro": "Het filament van AMS-HT B Slot 3 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "Het AMS H Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0700120000010003", + "intro": "De AMS A slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Slot 1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0700210000020005", + "intro": "AMS Een Slot 2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Slot 4 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "0701220000020003", + "intro": "Het filament van AMS B Slot 3 kan gebroken zijn in AMS." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Slot 3 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702220000020003", + "intro": "Het filament van AMS C Slot 3 is mogelijk gebroken in AMS." + }, + { + "ecode": "0703120000010003", + "intro": "De koppelregeling van de AMS D-sleuf 3 motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1801100000020002", + "intro": "De AMS-HT B slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1806100000010001", + "intro": "De AMS-HT G slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1805110000010001", + "intro": "De AMS-HT F slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1803110000010001", + "intro": "De AMS-HT D slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807120000020002", + "intro": "De AMS-HT H slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Slot 1 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "1803230000020008", + "intro": "De feed-in Hall-sensor van AMS-HT D Slot 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804200000020003", + "intro": "Het filament van AMS-HT E Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "Het filament van AMS-HT H Slot 3 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Slot3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807130000010001", + "intro": "De AMS-HT H slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Slot 4 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802210000020001", + "intro": "Het filament van AMS-HT C Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Slot 1 filament is op en schakelt automatisch over naar de slot met hetzelfde filament." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0705220000020001", + "intro": "Het AMS F Slot3 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT Het filament van een Slot1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1805230000020003", + "intro": "Het filament van AMS-HT F Slot4 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "Het filament van AMS-HT C Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1804230000020003", + "intro": "Het filament van AMS-HT E Slot 4 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0704220000020009", + "intro": "Kan AMS E Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0706310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1800350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "1806300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0707310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0705300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0707200000020009", + "intro": "Kan AMS H Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1801300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0706220000020009", + "intro": "Kan AMS G Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1800400000020003", + "intro": "De communicatie van AMS Hub is abnormaal; De kabel is mogelijk niet goed aangesloten." + }, + { + "ecode": "0706350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip is mogelijk defect." + }, + { + "ecode": "0705310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Slot 1 filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0700220000030002", + "intro": "AMS Een Slot 3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0701220000020004", + "intro": "AMS B Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0701230000020004", + "intro": "AMS B Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0702130000020002", + "intro": "De AMS C slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Slot 1 filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801210000020005", + "intro": "Het filament van AMS-HT B Slot 2 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1801210000030001", + "intro": "Het filament van AMS-HT B Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1804220000020001", + "intro": "Het filament van AMS-HT E Slot 3 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1805100000020002", + "intro": "De AMS-HT F slot1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1801120000010003", + "intro": "De AMS-HT B-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1803220000020005", + "intro": "Het filament van AMS-HT D Slot 3 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806210000020008", + "intro": "De feed-in Hall-sensor van AMS-HT G Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802200000020004", + "intro": "Het filament van AMS-HT C Slot 1 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0706200000020008", + "intro": "De feed-in Hall-sensor van AMS G Slot 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807100000010001", + "intro": "De AMS-HT H slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1804100000020002", + "intro": "De motor van AMS-HT E-slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1804100000010001", + "intro": "De AMS-HT E slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807120000010001", + "intro": "De AMS-HT H slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Slot 4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Slot 3 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1806200000030001", + "intro": "Het filament van AMS-HT G Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704200000020003", + "intro": "Het filament van AMS E Slot 1 kan gebroken zijn in AMS." + }, + { + "ecode": "1800130000010003", + "intro": "De AMS-HT A slot4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0707100000020002", + "intro": "De motor van AMS H slot 1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705230000030002", + "intro": "Het AMS F Slot4 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0706220000030002", + "intro": "Het AMS G Slot 3 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Slot 4 filament is op en het doorspoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707210000020004", + "intro": "AMS H Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1806210000020003", + "intro": "Het filament van AMS-HT G Slot 2 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A De Hall-sensor van sleuf 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT Het filament van een Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0705110000020002", + "intro": "De motor van AMS F slot 2 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700110000010003", + "intro": "De AMS A slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701120000010001", + "intro": "De AMS B slot 3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0701130000010003", + "intro": "De AMS B-slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0701210000020003", + "intro": "Het filament van AMS B Slot 2 kan gebroken zijn in AMS." + }, + { + "ecode": "0702100000020002", + "intro": "De AMS C slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0702120000010003", + "intro": "De AMS C slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0702210000020003", + "intro": "Het filament van AMS C Slot 2 is mogelijk gebroken in AMS." + }, + { + "ecode": "0702220000020005", + "intro": "Het AMS C Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703110000020002", + "intro": "De AMS D slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703130000010001", + "intro": "De AMS D slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Slot 2 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "1804210000020001", + "intro": "Het filament van AMS-HT E Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Slot 1 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802210000020005", + "intro": "Het AMS-HT C Slot2-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802230000020005", + "intro": "Het AMS-HT C Slot 4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT Het filament van een Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805220000020005", + "intro": "Het AMS-HT F Slot 3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806210000020001", + "intro": "Het filament van AMS-HT G Slot 2 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1807210000030002", + "intro": "Het AMS-HT H Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1801220000030001", + "intro": "Het filament van AMS-HT B Slot3 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1803200000030002", + "intro": "Het filament van AMS-HT D Slot 1 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1800110000010001", + "intro": "De AMS-HT A slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0706220000020008", + "intro": "De AMS G Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G Slot 3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1803210000030002", + "intro": "Het filament van AMS-HT D Slot 2 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1804230000020005", + "intro": "Het AMS-HT E Slot4-filament is op en het doorspoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1804200000030001", + "intro": "Het filament van AMS-HT E Slot1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Slot 2 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802200000030001", + "intro": "Het filament van AMS-HT C Slot 1 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1805100000010001", + "intro": "De AMS-HT F slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT Een Slot 3-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706200000020005", + "intro": "Het AMS G Slot 1-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1805230000020008", + "intro": "De feed-in van de Hall-sensor van AMS-HT F Slot 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT Een Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1803220000020003", + "intro": "Het filament van AMS-HT D Slot 3 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1803310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1801310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "1800450000020003", + "intro": "De hendel van de filament snijder is niet losgelaten. De handgreep of het mesje kan vastzitten of er kan een probleem zijn met de verbinding van de filamentsensor." + }, + { + "ecode": "1807300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0705220000020009", + "intro": "Kan AMS F Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Slot 3 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Slot 2 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Slot 2 filament is op en het doorspoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1802210000020008", + "intro": "De Hall-sensor van de invoer in AMS-HT C Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800100000020002", + "intro": "De AMS-HT A slot 1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801200000020003", + "intro": "Het filament van AMS-HT B Slot 1 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "De AMS-HT C slot 4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1803130000010003", + "intro": "De AMS-HT D-slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706210000020005", + "intro": "Het AMS G Slot2-filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0705230000020001", + "intro": "Het filament van AMS F Slot 4 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805200000020001", + "intro": "Het filament van AMS-HT F Slot 1 is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1804200000020008", + "intro": "De feed-in Hall-sensor van AMS-HT E Slot 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1806130000010001", + "intro": "De AMS-HT G slot 4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1804120000010003", + "intro": "De AMS-HT E-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807210000020003", + "intro": "Het filament van AMS-HT H Slot 2 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "Het filament van AMS-HT E Slot 2 kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1802200000020008", + "intro": "De feed-in van AMS-HT C Slot 1 Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706210000030001", + "intro": "Het filament van AMS G Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0705200000030002", + "intro": "Het AMS F Slot1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Slot1 filament is op. Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805210000030001", + "intro": "Het filament van AMS-HT F Slot 2 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Slot4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1802110000010003", + "intro": "De AMS-HT C slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706230000020003", + "intro": "Het filament van AMS G Slot 4 is mogelijk gebroken in AMS." + }, + { + "ecode": "1803230000020003", + "intro": "Het filament van AMS-HT D Slot 4 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "AMS E Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C wordt momenteel droog gekoeld. Wacht tot het apparaat is afgekoeld voordat u het weer in gebruik neemt." + }, + { + "ecode": "1803210000020008", + "intro": "De feed-in van de Hall-sensor van AMS-HT D Slot 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT Het filament van een Slot 4 kan gebroken zijn in AMS-HT." + }, + { + "ecode": "1806120000020002", + "intro": "De AMS-HT G slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705230000030001", + "intro": "Het AMS F Slot4 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1805110000020002", + "intro": "De AMS-HT F slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0707230000020003", + "intro": "Het filament van AMS H Slot 4 kan gebroken zijn in AMS." + }, + { + "ecode": "0700130000010003", + "intro": "De AMS A slot 4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0701210000020004", + "intro": "AMS B Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0702100000010003", + "intro": "De AMS C slot 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0702110000010001", + "intro": "De AMS C slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0702110000010003", + "intro": "De AMS C slot 2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0702120000020002", + "intro": "De AMS C slot 3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Slot 1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Slot 2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Slot 4 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "0703210000020004", + "intro": "AMS D Slot 2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0707110000010001", + "intro": "De AMS H slot 2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1807130000010003", + "intro": "De AMS-HT H slot 4 motor torque control is defect. De huidige sensor is mogelijk defect." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Slot 3 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D De Hall-sensor van sleuf 3 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Slot 1 filament is op en het spoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1806220000020003", + "intro": "Het filament van AMS-HT G Slot 3 is mogelijk gebroken in AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "Het filament van AMS F Slot1 is mogelijk gebroken in AMS." + }, + { + "ecode": "1802120000010003", + "intro": "De AMS-HT C-slot 3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1805230000030001", + "intro": "Het filament van het AMS-HT F Slot4 is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "1806200000020005", + "intro": "Het filament van AMS-HT G Slot 1 is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E De Hall-sensor van sleuf 4 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706200000020004", + "intro": "AMS G Slot 1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F ondergaat droge koeling; Wacht tot het is afgekoeld voordat u het gebruikt." + }, + { + "ecode": "0705220000020003", + "intro": "Het filament van AMS F Slot3 kan gebroken zijn in AMS." + }, + { + "ecode": "1807200000030002", + "intro": "Het filament van AMS-HT H Slot 1 is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Slot 4 feed-in Hall-sensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803100000010003", + "intro": "De AMS-HT D-sleuf 1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0704110000020002", + "intro": "De AMS E slot 2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Slot 1 filament is op. Even geduld a.u.b. terwijl het oude filament wordt gezuiverd." + }, + { + "ecode": "0707230000020004", + "intro": "AMS H Slot 4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1803100000010001", + "intro": "De AMS-HT D slot 1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0706200000020009", + "intro": "Kan AMS G Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1807310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0706300000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0300C20000010002", + "intro": "Hall-sensor van de filterschakelklep defect: controleer of de bedrading los zit." + }, + { + "ecode": "0C00010000010010", + "intro": "De kalibratie van de Live View Camera is mislukt. Controleer of het heatbed helder is en zorg ervoor dat het camerabeeld helder en vuilvrij is. Kalibreer na deze stappen opnieuw." + }, + { + "ecode": "0C0001000001000F", + "intro": "De kalibratie van de Live View Camera is mislukt. Start de apparaten opnieuw op of update de firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "De kalibratie van de Live View-camera is mislukt en het serienummer van de Liveview-camera kan niet worden gelezen. Neem contact op met de klantenservice." + }, + { + "ecode": "050004000001004F", + "intro": "Onbekende module gedetecteerd, probeer de firmware bij te werken naar de nieuwste versie." + }, + { + "ecode": "0C00040000010020", + "intro": "De visuele markering op het heatbed is beschadigd, neem contact op met de klantenservice." + }, + { + "ecode": "0C00030000020013", + "intro": "Detectie van vreemde voorwerpen werkt niet. Start de apparaten opnieuw op of update de firmware." + }, + { + "ecode": "1200300000010004", + "intro": "RFID kan niet worden gelezen vanwege een storing in de coderingschip in AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "RFID kan niet worden gelezen vanwege een fout in de coderingschip in AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "RFID kan niet worden gelezen vanwege een storing in de coderingschip in AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "RFID kan niet worden gelezen vanwege een storing in de coderingschip in AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "De temperatuur van de AMS C-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0703970000030001", + "intro": "De temperatuur van de AMS D-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0700970000030001", + "intro": "AMS Een kamertemperatuur is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0701970000030001", + "intro": "De temperatuur van de AMS B-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0704970000030001", + "intro": "De temperatuur van de AMS E-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1802970000030001", + "intro": "De temperatuur van de AMS-HT C-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1805970000030001", + "intro": "De temperatuur van de AMS-HT F-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT Een kamertemperatuur is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1807970000030001", + "intro": "De temperatuur van de AMS-HT H-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0706970000030001", + "intro": "De temperatuur van de AMS G-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0705970000030001", + "intro": "De temperatuur van de AMS F-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1803970000030001", + "intro": "De temperatuur van de AMS-HT D-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "0707970000030001", + "intro": "De temperatuur van de AMS H-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1806970000030001", + "intro": "De temperatuur van de AMS-HT G-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1804970000030001", + "intro": "De temperatuur van de AMS-HT E-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "1801970000030001", + "intro": "De temperatuur van de AMS-HT B-kamer is te hoog; hulpvoeding of RFID-uitlezing is momenteel niet toegestaan." + }, + { + "ecode": "07FF450000020003", + "intro": "De handgreep van de filamentsnijder is niet losgemaakt. Het handvat of het mes kan vastzitten of er kan een probleem zijn met de aansluiting van de filamentsensor." + }, + { + "ecode": "07FE450000020003", + "intro": "De handgreep van de filamentsnijder is niet losgemaakt. Het handvat of het mes kan vastzitten of er kan een probleem zijn met de aansluiting van de filamentsensor." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0701960000020002", + "intro": "De omgevingstemperatuur van AMS B is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0500050000010001", + "intro": "De fabrieksgegevens van het AP-bord zijn abnormaal; vervang de AP-kaart door een nieuwe." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0500400000010039", + "intro": "Fout in serienummer van de lasermodule" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0500400000010040", + "intro": "Fout in serienummer van de snijmodule" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0300180000010006", + "intro": "De nivelleringsgegevens van het heatbed zijn abnormaal. Controleer of er vreemde voorwerpen op het heatbed en de Z-schuifregelaar zitten. Als dit het geval is, verwijder ze dan en probeer het opnieuw." + }, + { + "ecode": "0500010000030004", + "intro": "Niet genoeg ruimte op de USB-stick; Maak alstublieft wat ruimte vrij." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1807960000020002", + "intro": "De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1806960000020002", + "intro": "De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0704960000020002", + "intro": "De omgevingstemperatuur van AMS E is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "1802960000020002", + "intro": "De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Kan niet beginnen met drogen; Trek het filament uit de filamentnaaf en probeer het opnieuw." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G De omgevingstemperatuur is te laag, wat invloed heeft op het droogvermogen." + }, + { + "ecode": "0300180000010003", + "intro": "De extrusiekrachtsensor is niet beschikbaar; de verbinding tussen de MC en TH kan worden verbroken, of de sensor kan worden verbroken." + }, + { + "ecode": "0500020000020003", + "intro": "Kan geen verbinding maken met internet; Controleer de netwerkverbinding." + }, + { + "ecode": "0700310000020002", + "intro": "De RFID-tag op AMS A Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0703300000020002", + "intro": "De RFID-tag op AMS D Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0300960000010001", + "intro": "De voordeur lijkt open te staan; De taak is gepauzeerd." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806310000020002", + "intro": "De RFID-tag op de AMS-HT G Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805330000020002", + "intro": "De RFID-tag op de AMS-HT F Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0705320000020002", + "intro": "De RFID-tag op AMS F Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "030001000001000D", + "intro": "Er is eerder een afwijking opgetreden in de verwarmingsmodules van het verwarmingsbed. Raadpleeg de wiki voor het oplossen van problemen als u de printer wilt blijven gebruiken." + }, + { + "ecode": "0300040000020001", + "intro": "De snelheid van de deelkoelventilator is te laag of stopt. Mogelijk zit de ventilator vast of is de connector niet goed aangesloten." + }, + { + "ecode": "0300080000010003", + "intro": "De weerstand van Motor-Z is abnormaal, de motor kan defect zijn." + }, + { + "ecode": "0500040000010002", + "intro": "Er is geen afdrukstatus gerapporteerd; controleer uw netwerkverbinding." + }, + { + "ecode": "0500040000030008", + "intro": "De deur lijkt open te zijn." + }, + { + "ecode": "0500040000030009", + "intro": "De bedtemperatuur overschrijdt de verglazingstemperatuur van het filament, waardoor de nozzle verstopt kan raken. Houd de voorklep van de printer open. Detectie van open deur is tijdelijk uitgeschakeld." + }, + { + "ecode": "0500050000030002", + "intro": "Het apparaat is in de technische staat; let op de informatiebeveiliging." + }, + { + "ecode": "0700300000010004", + "intro": "Storing in encryptiechip" + }, + { + "ecode": "0701310000020002", + "intro": "De RFID-tag op AMS B Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0702310000020002", + "intro": "De RFID-tag op AMS C Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0703310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0C00020000010005", + "intro": "Er is een nieuwe Micro Lidar gedetecteerd. Kalibreer het voor gebruik op de kalibratiepagina." + }, + { + "ecode": "12FF200000020004", + "intro": "Trek het filament op de spoelhouder uit de extruder." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0C00040000010011", + "intro": "Kan de materiaaldikte niet meten: abnormale apparaatparameters; stel de BirdsEye-camera opnieuw in." + }, + { + "ecode": "0C0003000002000C", + "intro": "De lokalisatiemarkering van de printplaat werd niet gedetecteerd. Controleer of de printplaat correct is uitgelijnd." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0300A20000010001", + "intro": "De temperatuur van de MC-module is te hoog, mogelijk vanwege de hoge kamertemperatuur van de printer. U kunt voor gebruik proberen de omgevingstemperatuur te verlagen." + }, + { + "ecode": "0300360000010001", + "intro": "De snelheid van de ventilator voor kamerwarmtecirculatie is te laag of gestopt. Het kan zijn dat het vastzit of dat de connector niet goed is aangesloten." + }, + { + "ecode": "0C00040000010013", + "intro": "De belichtingsparameters van de BirdsEye camera zijn niet effectief; Probeer het opnieuw." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802310000020002", + "intro": "De RFID-tag op AMS-HT C Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0707300000020002", + "intro": "De RFID-tag op AMS H Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F De temperatuursensor van verwarming 1 werkt niet goed en dit kan te wijten zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707310000020002", + "intro": "De RFID-tag op AMS H Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800330000020002", + "intro": "De RFID-tag op AMS-HT A Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0705310000020002", + "intro": "De RFID-tag op AMS F Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G De uitlaatklep 2 is niet aangesloten, dit kan komen door een slecht connectorcontact." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0705300000020002", + "intro": "De RFID-tag op AMS F Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807310000020002", + "intro": "De RFID-tag op AMS-HT H Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801330000020002", + "intro": "De RFID-tag op AMS-HT B Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1804310000020002", + "intro": "De RFID-tag op AMS-HT E Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1801320000020002", + "intro": "De RFID-tag op AMS-HT B Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "03001B0000010002", + "intro": "Er is een externe verstoring gedetecteerd op de acceleleeratiesensor van het heatbed. De signaalfilament van de sensor is mogelijk niet bevestigd." + }, + { + "ecode": "030091000001000C", + "intro": "De kamerverwarmer 1 heeft lange tijd op vollast gewerkt. Het temperatuurregelsysteem kan abnormaal zijn." + }, + { + "ecode": "0300940000030001", + "intro": "De koeling van de kamer kan te traag zijn. U kunt de voorklep of bovenklep openen om af te koelen als de lucht in de kamer niet giftig is." + }, + { + "ecode": "0500020000020005", + "intro": "Kan geen verbinding maken met internet; Controleer de netwerkverbinding." + }, + { + "ecode": "0500040000010003", + "intro": "De inhoud van het afdrukbestand is onleesbaar; verzend de afdruktaak opnieuw." + }, + { + "ecode": "0500050000010006", + "intro": "De fabrieksgegevens van de AP-kaart zijn abnormaal; vervang de AP-kaart door een nieuwe." + }, + { + "ecode": "0700330000020002", + "intro": "De RFID-tag op AMS A Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0701300000010004", + "intro": "Storing in encryptiechip" + }, + { + "ecode": "0701330000020002", + "intro": "De RFID-tag op AMS B Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0702300000010004", + "intro": "Storing in encryptiechip" + }, + { + "ecode": "0702300000020002", + "intro": "De RFID-tag op AMS C Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0702320000020002", + "intro": "De RFID-tag op AMS C Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0702330000020002", + "intro": "De RFID-tag op AMS C Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0703310000020002", + "intro": "De RFID-tag op AMS D Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0C0001000001000B", + "intro": "Kan Micro Lidar niet kalibreren. Zorg ervoor dat de kalibratiekaart schoon is en niet verborgen. Voer vervolgens de machinekalibratie opnieuw uit." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C De verwarming 2 is losgekoppeld, wat kan komen door een slecht connectorcontact." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "050003000001000A", + "intro": "De toestand van het systeem is abnormaal; Herstel naar de fabrieksinstellingen." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "030001000001000E", + "intro": "De voedingsspanning komt niet overeen met de machine; Het heatbed is uitgeschakeld." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0706330000020002", + "intro": "De RFID-tag op AMS G Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1805310000020002", + "intro": "De RFID-tag op de AMS-HT F Slot2 is beschadigd of de inhoud ervan kan niet worden geïdentificeerd." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805320000020002", + "intro": "De RFID-tag op de AMS-HT F Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0704310000020002", + "intro": "De RFID-tag op AMS E Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801310000020002", + "intro": "De RFID-tag op AMS-HT B Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G De verwarming 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706320000020002", + "intro": "De RFID-tag op AMS G Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806300000020002", + "intro": "De RFID-tag op de AMS-HT G Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804320000020002", + "intro": "De RFID-tag op AMS-HT E Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F De uitlaatklep 2 is niet aangesloten, wat kan komen door een slecht connectorcontact." + }, + { + "ecode": "0706310000020002", + "intro": "De RFID-tag op AMS G Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0705330000020002", + "intro": "De RFID-tag op AMS F Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0300010000010008", + "intro": "Er doet zich een afwijking voor tijdens het opwarmingsproces van het verwarmingsbed; de verwarmingsmodules kunnen kapot zijn." + }, + { + "ecode": "0300020000010006", + "intro": "De temperatuur van het stuk is abnormaal; de sensor kan kortsluiting hebben. Controleer of de connector goed is aangesloten." + }, + { + "ecode": "0700320000020002", + "intro": "De RFID-tag op AMS A Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0700400000020004", + "intro": "Het filamentbuffersignaal is abnormaal. Mogelijk zit de veer vast of is het filament in de knoop geraakt." + }, + { + "ecode": "0702310000010004", + "intro": "Storing in encryptiechip" + }, + { + "ecode": "0703300000010004", + "intro": "Fout coderingschip" + }, + { + "ecode": "0C0003000002000F", + "intro": "Onderdelen die zijn overgeslagen vóór de inspectie van de eerste laag; De inspectie wordt niet ondersteund voor de huidige afdruk." + }, + { + "ecode": "12FF200000020006", + "intro": "Het filament is niet geëxtrudeerd; De extruder is mogelijk verstopt." + }, + { + "ecode": "0C00040000010014", + "intro": "Snijbeschermingsbasis niet gedetecteerd, die\nkan leiden tot schade aan het heatbed. Plaats het alstublieft en ga verder." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0300090000020002", + "intro": "De extrusieweerstand is abnormaal. De extruder kan verstopt zijn of er kan filament vastzitten in de gereedschapskop." + }, + { + "ecode": "0300310000010001", + "intro": "De snelheid van de ventilator voor het koelen van het onderdeel is te laag of gestopt. Het kan zijn dat het vastzit of dat de connector niet goed is aangesloten." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B De temperatuursensor van verwarmingselement 1 functioneert niet goed, wat kan komen door een slecht connectorcontact." + }, + { + "ecode": "1804330000020002", + "intro": "De RFID-tag op AMS-HT E Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803310000020002", + "intro": "De RFID-tag op AMS-HT D Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1802300000020002", + "intro": "De RFID-tag op AMS-HT C Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1807320000020002", + "intro": "De RFID-tag op AMS-HT H Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704300000020002", + "intro": "De RFID-tag op AMS E Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803300000020002", + "intro": "De RFID-tag op AMS-HT D Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806320000020002", + "intro": "De RFID-tag op de AMS-HT G Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1800300000020002", + "intro": "De RFID-tag op AMS-HT A Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "030001000001000A", + "intro": "De temperatuurregeling van het verwarmingsbed is abnormaal; de AC-kaart kan defect zijn." + }, + { + "ecode": "0300030000010001", + "intro": "De snelheid van de koelventilator van de hotend is te laag of stopt. Mogelijk zit de ventilator vast of is de connector niet goed aangesloten." + }, + { + "ecode": "0300060000010003", + "intro": "De weerstand van Motor-A is abnormaal; de motor kan defect zijn." + }, + { + "ecode": "0300070000010003", + "intro": "De weerstand van Motor-B is abnormaal; de motor kan defect zijn." + }, + { + "ecode": "03001A0000020001", + "intro": "Het stuk is bedekt met filament of de bouwplaat is scheef." + }, + { + "ecode": "03001D0000010001", + "intro": "De positiesensor van de extrusiemotor is abnormaal. De verbinding met de sensor kan los zitten." + }, + { + "ecode": "0500040000010001", + "intro": "Download printopdracht niet gelukt; controleer uw netwerkverbinding." + }, + { + "ecode": "0700300000020002", + "intro": "De RFID-tag op AMS A Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0701320000020002", + "intro": "De RFID-tag op AMS B Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0703320000020002", + "intro": "De RFID-tag op AMS D Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0703330000020002", + "intro": "De RFID-tag op AMS D Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0C00010000020007", + "intro": "De parameters van de Micro Lidar-laser zijn afgedreven. Kalibreer uw printer opnieuw." + }, + { + "ecode": "0C00020000020004", + "intro": "De hoogte van de nozzle lijkt te laag te zijn. Controleer of de nozzle versleten of gekanteld is. Kalibreer Lidar opnieuw als de nozzle is vervangen." + }, + { + "ecode": "0C00020000020009", + "intro": "De verticale laser is niet helder genoeg in de startpositie. Reinig of vervang het heatbed als dit bericht herhaaldelijk verschijnt." + }, + { + "ecode": "0C00030000020010", + "intro": "Vreemde voorwerpen gedetecteerd op heatbed; Controleer en reinig het heatbed." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0500040000020033", + "intro": "Sluit de moduleconnector aan." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0C00040000010010", + "intro": "Kan de materiaaldikte niet meten vanwege een storing in de lasermodule." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0706300000020002", + "intro": "De RFID-tag op AMS G Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1801300000020002", + "intro": "De RFID-tag op AMS-HT B Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "1804300000020002", + "intro": "De RFID-tag op AMS-HT E Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1807300000020002", + "intro": "De RFID-tag op AMS-HT H Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G De temperatuursensor van verwarming 2 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1802320000020002", + "intro": "De RFID-tag op AMS-HT C Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704330000020002", + "intro": "De RFID-tag op AMS E Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1802330000020002", + "intro": "De RFID-tag op AMS-HT C Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E De temperatuursensor van verwarmingselement 1 functioneert niet goed, wat kan worden veroorzaakt door een slecht connectorcontact." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0500020000020001", + "intro": "Kan geen verbinding maken met internet. Controleer de netwerkverbinding." + }, + { + "ecode": "0500040000010006", + "intro": "Kan vorige afdruk niet hervatten" + }, + { + "ecode": "0700310000010004", + "intro": "Storing in encryptiechip" + }, + { + "ecode": "0700400000020003", + "intro": "De communicatie met de AMS Hub verloopt niet goed. Mogelijk is de kabel niet goed aangesloten." + }, + { + "ecode": "0701300000020002", + "intro": "De RFID-tag op AMS B Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0701310000010004", + "intro": "Fout in versleutelingspaan" + }, + { + "ecode": "0C00020000020003", + "intro": "De horizontale laser is niet helder genoeg in de homing-positie. Reinig of vervang het heatbed als dit bericht herhaaldelijk verschijnt." + }, + { + "ecode": "0C00020000020007", + "intro": "De verticale laser is niet verlicht. Controleer of het gedekt is of dat er een probleem is met de hardwareverbinding." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0300090000020003", + "intro": "De extruder extrudeert abnormaal. Het kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B De temperatuursensor van verwarming 1 werkt niet goed, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C De kachel 1 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803330000020002", + "intro": "De RFID-tag op AMS-HT D Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1806330000020002", + "intro": "De RFID-tag op de AMS-HT G Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C De fasewikkeling van de hulpmotor heeft een open circuit. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F De uitlaatklep 1 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D De uitlaatklep 2 is niet aangesloten, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E De draden van de encoder van de hulpmotor zijn niet aangesloten. De connector van de hulpmotor heeft mogelijk een slecht contact." + }, + { + "ecode": "0707320000020002", + "intro": "De RFID-tag op AMS H Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0707330000020002", + "intro": "De RFID-tag op AMS H Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1805300000020002", + "intro": "De RFID-tag op de AMS-HT F Slot1 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H De kachel 2 is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G De vochtigheidssensor is losgekoppeld, wat te wijten kan zijn aan een slecht contact met de connector." + }, + { + "ecode": "0704320000020002", + "intro": "De RFID-tag op AMS E Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800320000020002", + "intro": "De RFID-tag op AMS-HT A Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1803320000020002", + "intro": "De RFID-tag op AMS-HT D Slot3 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1807330000020002", + "intro": "De RFID-tag op AMS-HT H Slot4 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1800310000020002", + "intro": "De RFID-tag op AMS-HT A Slot2 is beschadigd of de inhoud kan niet worden geïdentificeerd." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F De kachel 1 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B De kachel 2 is kortgesloten, wat te wijten kan zijn aan kortsluiting in de bedrading of schade aan de verwarming." + }, + { + "ecode": "0703200000020009", + "intro": "Kan AMS D Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0702230000020009", + "intro": "Kan AMS C Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700200000020009", + "intro": "Kan AMS A Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0701220000020009", + "intro": "Kan AMS B Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0701230000020009", + "intro": "Kan AMS B Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0701200000020009", + "intro": "Kan AMS B Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0701210000020009", + "intro": "Kan AMS B Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0702220000020009", + "intro": "Kan AMS C Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700210000020009", + "intro": "Kan AMS A Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0702210000020009", + "intro": "Kan AMS C Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0703230000020009", + "intro": "Kan AMS D Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0702200000020009", + "intro": "Kan AMS C Slot 1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700220000020009", + "intro": "Kan AMS A Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0703220000020009", + "intro": "Kan AMS D Slot 3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0703210000020009", + "intro": "Kan AMS D Slot 2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700230000020009", + "intro": "Kan AMS A Slot 4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700310000010001", + "intro": "Er is een fout opgetreden op het AMS A RFID 2-bord." + }, + { + "ecode": "1800010000010003", + "intro": "De koppelregeling van de AMS-HT A hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G De geborstelde motor 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H Het droogproces kan last hebben van thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E De snelheid van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C De snelheid van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1800310000010001", + "intro": "Het AMS-HT A RFID 2-bord heeft een fout." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1801300000010001", + "intro": "Het AMS-HT B RFID 1-bord heeft een fout." + }, + { + "ecode": "0702310000010001", + "intro": "Er is een fout opgetreden op het AMS C RFID 2-bord." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1802010000010003", + "intro": "De koppelregeling van de AMS-HT C-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0704010000020002", + "intro": "De AMS E hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800010000010001", + "intro": "De AMS-HT A hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0706010000010001", + "intro": "De AMS G-hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D De geborstelde motor 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0701310000010001", + "intro": "Er is een fout opgetreden op het AMS B RFID 2-bord." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0706010000010003", + "intro": "De koppelregeling van de AMS G-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A De motor met borstels 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0707010000010003", + "intro": "De koppelregeling van de AMS H-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D De geborstelde motor 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1805010000010001", + "intro": "De AMS-HT F hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C De parameter motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Filament snelheid en lengte fout: De filament odometrie is mogelijk defect." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806010000010003", + "intro": "De koppelregeling van de AMS-HT G-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D Het droogproces kan last hebben van thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1806300000010001", + "intro": "Het AMS-HT G RFID 1-bord heeft een fout." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1805010000010003", + "intro": "De koppelregeling van de AMS-HT F-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E De geborstelde motor 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "0704310000010001", + "intro": "Het AMS E RFID 2-bord heeft een fout." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H De geborstelde motor 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Fout in filamentsnelheid en -lengte: De filamentodometrie is mogelijk defect." + }, + { + "ecode": "0704010000010004", + "intro": "De toerentalregeling van de AMS E-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1806010000010004", + "intro": "De toerentalregeling van de AMS-HT G-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B De geborstelde motor 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1802010000010001", + "intro": "De AMS-HT C hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0707010000020002", + "intro": "De AMS H hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H De geborstelde motor 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Filament snelheids- en lengtefout: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1802310000010001", + "intro": "Het AMS-HT C RFID 2-bord heeft een fout." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G De geborstelde motor 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1804010000020002", + "intro": "De AMS-HT E hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Fout in filamentsnelheid en -lengte: De filamentodometrie is mogelijk defect." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Fout in snelheid en lengte van het filament: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E De koelventilator van kachel 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1806010000020002", + "intro": "De AMS-HT G hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1804010000010003", + "intro": "De koppelregeling van de AMS-HT E hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B De snelheid van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1803010000020002", + "intro": "De AMS-HT D hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801010000010004", + "intro": "De toerentalregeling van de AMS-HT B-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Fout in snelheid en lengte van het filament: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1803010000010001", + "intro": "De AMS-HT D hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0707310000010001", + "intro": "Het AMS H RFID 2-bord heeft een fout." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Filament snelheid en lengte fout: De filament odometrie kan defect zijn." + }, + { + "ecode": "1807010000010001", + "intro": "De AMS-HT H hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0705010000010001", + "intro": "De AMS F-hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G De koelventilator van kachel 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D De koelventilator van kachel 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0704300000010001", + "intro": "Het AMS E RFID 1-bord heeft een fout." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G De koelventilator van kachel 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F Het toerental van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G De parameter motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0705010000020002", + "intro": "De AMS F-hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701300000010001", + "intro": "Er is een fout opgetreden op het AMS B RFID 1-bord." + }, + { + "ecode": "0702300000010001", + "intro": "Er is een fout opgetreden op het AMS C RFID 1-bord." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Filament snelheid en lengtefout: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1803310000010001", + "intro": "Het AMS-HT D RFID 2-bord heeft een fout." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801010000020002", + "intro": "De AMS-HT B hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1801310000010001", + "intro": "Het AMS-HT B RFID 2-bord heeft een fout." + }, + { + "ecode": "1806310000010001", + "intro": "Het AMS-HT G RFID 2-bord heeft een fout." + }, + { + "ecode": "1805310000010001", + "intro": "Het AMS-HT F RFID 2-bord heeft een fout." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1807010000010003", + "intro": "De koppelregeling van de AMS-HT H-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1807010000020002", + "intro": "De AMS-HT H hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700300000010001", + "intro": "Er is een fout opgetreden op het AMS A RFID 1-bord." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Filament snelheid en lengte fout: De filament odometrie is mogelijk defect." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1803010000010004", + "intro": "De toerentalregeling van de AMS-HT D hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1800010000020002", + "intro": "De AMS-HT A hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F Tijdens het droogproces kan er een thermische afvloeiing optreden. Schakel de AMS-voeding uit." + }, + { + "ecode": "1807300000010001", + "intro": "Het AMS-HT H RFID 1-bord heeft een fout." + }, + { + "ecode": "1806010000010001", + "intro": "De AMS-HT G hulpmotor is uitgevallen. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A Het droogproces kan last hebben van thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F Fout in de kalibratieparameter van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0705010000010004", + "intro": "De toerentalregeling van de AMS F-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B De parameterfout van de hulpmotorkalibratie. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0500040000020030", + "intro": "De BirdsEye-camera is niet geïnstalleerd. Schakel de printer uit en installeer vervolgens de camera." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1804010000010004", + "intro": "De toerentalregeling van de AMS-HT E hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0705300000010001", + "intro": "Het AMS F RFID 1-bord heeft een fout." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0707300000010001", + "intro": "Het AMS H RFID 1-bord heeft een fout." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1802300000010001", + "intro": "Het AMS-HT C RFID 1-bord heeft een fout." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1805300000010001", + "intro": "Het AMS-HT F RFID 1-bord heeft een fout." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0705310000010001", + "intro": "Het AMS F RFID 2-bord heeft een fout." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A De hulpmotor heeft een ongebalanceerde tree-fase weerstand. De hulpmotor kan defect zijn." + }, + { + "ecode": "1805010000020002", + "intro": "De AMS-HT F hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F De geborstelde motor 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0704010000010003", + "intro": "De AMS E assist motor torque control is defect. De huidige sensor is mogelijk defect." + }, + { + "ecode": "0706300000010001", + "intro": "Het AMS G RFID 1-bord heeft een fout." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C De motor met borstels 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F De parameterfout van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1807010000010004", + "intro": "De toerentalregeling van de AMS-HT H-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H De geborstelde motor 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Fout in snelheid en lengte van het filament: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H De koelventilator van kachel 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0706010000020002", + "intro": "De AMS G-hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1800300000010001", + "intro": "Het AMS-HT A RFID 1-bord heeft een fout." + }, + { + "ecode": "0707010000010004", + "intro": "De toerentalregeling van de AMS H-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1804310000010001", + "intro": "Het AMS-HT E RFID 2-bord heeft een fout." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H Fout in de kalibratieparameter van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0706310000010001", + "intro": "Het AMS G RFID 2-bord heeft een fout." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G De koelventilator van kachel 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan overmatige weerstand." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Fout in snelheid en lengte van het filament: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0704010000010001", + "intro": "De AMS E hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1803300000010001", + "intro": "Het AMS-HT D RFID 1-bord heeft een fout." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Fout in snelheid en lengte van het filament: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0703310000010001", + "intro": "Het AMS D RFID 2-bord heeft een fout." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0707010000010001", + "intro": "De AMS H-hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E De motor met borstels 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H De geborstelde motor 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E De fout in de kalibratieparameter van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1801010000010003", + "intro": "De koppelregeling van de AMS-HT B-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1805010000010004", + "intro": "De toerentalregeling van de AMS-HT F-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "0703300000010001", + "intro": "Het AMS D RFID 1-bord heeft een fout." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D De snelheid van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1803010000010003", + "intro": "De koppelregeling van de AMS-HT D hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1800010000010004", + "intro": "De toerentalregeling van de AMS-HT A hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G Fout in de kalibratieparameter van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F De parameter motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1804300000010001", + "intro": "Het AMS-HT E RFID 1-bord heeft een fout." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1807310000010001", + "intro": "Het AMS-HT H RFID 2-bord heeft een fout." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1804010000010001", + "intro": "De AMS-HT E hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0706010000010004", + "intro": "De toerentalregeling van de AMS G-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C De parameterfout van de kalibratie van de hulpmotor. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0705010000010003", + "intro": "De koppelregeling van de AMS F-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1802010000010004", + "intro": "De toerentalregeling van de AMS-HT C hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1802010000020002", + "intro": "De AMS-HT C hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1801010000010001", + "intro": "De AMS-HT B hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0500010000030007", + "intro": "Kan geen time-lapse-fotografie opnemen zonder dat er een USB-stick is geplaatst." + }, + { + "ecode": "0300110000020002", + "intro": "De resonantiefrequentie van de Y-as wijkt sterk af van de laatste kalibratie. Reinig de Y-as voeringstang en voer een kalibratie uit na het afdrukken." + }, + { + "ecode": "0300200000010002", + "intro": "Abnormaal Y-as homing: controleer of de gereedschapskop vastzit of dat de Y-wagen te veel weerstand heeft." + }, + { + "ecode": "0300200000010001", + "intro": "Abnormale homing van de X-as: controleer of de gereedschapskop vastzit of dat de weerstand op de lineaire rail op de X-as te hoog is." + }, + { + "ecode": "0300100000020002", + "intro": "De resonantiefrequentie van de X-as wijkt aanzienlijk af van de laatste kalibratie. Reinig de X-as lineaire rail en voer een kalibratie uit na het afdrukken." + }, + { + "ecode": "0500040000020039", + "intro": "Sluit a.u.b. de moduleconnector aan" + }, + { + "ecode": "0701010000010001", + "intro": "De hulpmotor van de AMS B is vastgelopen. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1200220000020006", + "intro": "Kan AMS A Slot3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1201220000020005", + "intro": "Het AMS B Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1202110000010003", + "intro": "De AMS C slot2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Slot3 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0702010000020002", + "intro": "De AMS C hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Slot 1 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Slot 3 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202210000020005", + "intro": "Het AMS C Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Slot4 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Slot 1 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0300010000010001", + "intro": "De temperatuur van het heatbed is abnormaal; De kachel kan kortsluiting hebben." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0702010000010001", + "intro": "De AMS C-hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1200330000020002", + "intro": "De RFID-tag op AMS A Slot 4 is beschadigd." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Slot1 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Slot3 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1201230000020004", + "intro": "AMS B Slot4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202130000010001", + "intro": "De AMS C slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Filament snelheid en lengtefout: De odometrie van het slot 3 filament is mogelijk defect." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Slot1 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203210000020004", + "intro": "AMS D Slot2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspecteren van de eerste laag: even geduld a.u.b." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1200100000020002", + "intro": "De motor van AMS A slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Slot1 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Filament snelheid en lengte fout: De odometrie van het slot 3 filament is mogelijk defect." + }, + { + "ecode": "1200830000020001", + "intro": "AMS Een Slot4 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202300000020002", + "intro": "De RFID-tag op AMS C Slot 1 is beschadigd." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Slot 3 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Slot4 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1200230000030002", + "intro": "AMS Een Slot4 filament is op en is automatisch overgeschakeld naar de slot met hetzelfde filament." + }, + { + "ecode": "1202120000010001", + "intro": "De AMS C slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Slot2 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202230000020004", + "intro": "AMS C Slot4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Slot4 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1203100000010001", + "intro": "De motor van AMS D slot1 is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1203110000010003", + "intro": "De motorkoppelregeling van AMS D slot2 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1203220000020005", + "intro": "Het AMS D Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0C0003000001000A", + "intro": "Uw printer staat in de fabrieksmodus. Neem contact op met de technische ondersteuning." + }, + { + "ecode": "050004000002001A", + "intro": "De RFID-tag op AMS C Slot3 kan niet worden geïdentificeerd." + }, + { + "ecode": "1200200000020006", + "intro": "Kan AMS A Slot1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1200820000020001", + "intro": "AMS Een Slot3-filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201220000020004", + "intro": "AMS B Slot3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202330000020002", + "intro": "De RFID-tag op AMS C Slot 4 is beschadigd." + }, + { + "ecode": "1203130000010003", + "intro": "De AMS D slot4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A De snelheid van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Slot2 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Slot1 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Filament snelheid en lengtefout: De odometrie van het slot 2 filament is mogelijk defect." + }, + { + "ecode": "1203120000020002", + "intro": "De motor van AMS D slot3 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0500040000020032", + "intro": "Schuif de lasermodule erin en vergrendel de snelspanhendel." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B De koelventilator van kachel 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Filament snelheid en lengtefout: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "0702010000010003", + "intro": "De koppelregeling van de AMS C-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Slot3 filament is op en is automatisch overgeschakeld naar de slot met hetzelfde filament." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B De koelventilator van verwarmingselement 2 is geblokkeerd, mogelijk doordat de ventilator vastzit." + }, + { + "ecode": "0700010000010004", + "intro": "De AMS A assist motor speed control is defect. De speed sensor is mogelijk defect." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A-communicatie is abnormaal. Controleer de verbindingskabel." + }, + { + "ecode": "1200120000020002", + "intro": "De AMS A slot3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Slot4 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Slot2 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C De motor met borstel 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0500040000020015", + "intro": "De RFID-tag op AMS B Slot2 kan niet worden geïdentificeerd." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Filament snelheid en lengte fout: De filament odometrie is mogelijk defect." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Filament snelheid en lengte fout: De odometrie van het slot 2 filament is mogelijk defect." + }, + { + "ecode": "1201130000010001", + "intro": "De AMS B slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Slot1 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Slot 4 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202100000010003", + "intro": "De motorkoppelregeling van AMS C slot1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Slot2 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1203220000020004", + "intro": "AMS D Slot3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1200230000020003", + "intro": "AMS Een Slot4 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1200230000020004", + "intro": "AMS Een Slot4-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Slot 4 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Slot3 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203200000030001", + "intro": "Het AMS D Slot1 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "0300350000020002", + "intro": "De snelheid van de koelventilator van de MC-module is traag. Het kan vastzitten en moet worden schoongemaakt." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "0C00040000020004", + "intro": "Het type platform wordt niet ondersteund voor deze taak. Gebruik het juiste platform om door te gaan." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Slot2 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1200220000020005", + "intro": "AMS Een Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1200230000030001", + "intro": "AMS Een Slot4 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Slot 1 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B Slot1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Slot4 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Slot3 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1203230000020004", + "intro": "AMS D Slot4 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1203230000020005", + "intro": "Het AMS D Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "050004000002001C", + "intro": "De RFID-tag op AMS D Slot1 kan niet worden geïdentificeerd." + }, + { + "ecode": "1200110000010001", + "intro": "De AMS A slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200310000020002", + "intro": "De RFID-tag op AMS A Slot 2 is beschadigd." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1201210000020006", + "intro": "Kan AMS B Slot2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1202100000020002", + "intro": "De AMS C slot1 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203110000010001", + "intro": "De AMS D slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B De geborstelde motor 2 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1200220000030001", + "intro": "AMS Een Slot3 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1200800000020001", + "intro": "AMS Een Slot1-filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Slot1 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201200000020006", + "intro": "Kan AMS B Slot1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Slot2 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201220000030001", + "intro": "Het filament van AMS B Slot3 is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1202200000020006", + "intro": "Lukt niet om AMS C Slot1 filament te extruderen; de extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder slipt." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B De geborstelde motor 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1201300000020002", + "intro": "De RFID-tag op AMS B Slot 1 is beschadigd." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Slot2 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Filament snelheid en lengtefout: De odometrie van het slot 2 filament is mogelijk defect." + }, + { + "ecode": "1202130000010003", + "intro": "De AMS C slot4 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Slot1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1202220000020005", + "intro": "Het AMS C Slot3-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Slot4 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "0300960000030001", + "intro": "De voordeur staat open." + }, + { + "ecode": "050003000002000C", + "intro": "Draadloze hardwarefout: schakel wifi in/uit of start het apparaat opnieuw op." + }, + { + "ecode": "0300090000020001", + "intro": "De extrusiemotor is overbelast. De extruder kan verstopt zijn of het filament kan vast komen te zitten in de gereedschapskop." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Slot1 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Fout in snelheid en lengte van het filament: De odometrie van het slot 1 filament is mogelijk defect." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Filament snelheid en lengte fout: De odometrie van het slot 4 filament is mogelijk defect." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Slot3 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1202310000020002", + "intro": "De RFID-tag op AMS C Slot 2 is beschadigd." + }, + { + "ecode": "1202320000020002", + "intro": "De RFID-tag op AMS C Slot 3 is beschadigd." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Slot 3 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203220000020006", + "intro": "Kan AMS D Slot3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "0C00040000010015", + "intro": "Laser Protective Insert niet gedetecteerd. Plaats het alstublieft en ga verder." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0500040000020011", + "intro": "De RFID-tag op AMS A Slot2 kan niet worden geïdentificeerd." + }, + { + "ecode": "0500040000020017", + "intro": "De RFID-tag op AMS B Slot4 kan niet worden geïdentificeerd." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B-communicatie is abnormaal. Controleer de verbindingskabel." + }, + { + "ecode": "1200120000010003", + "intro": "De koppelregeling van de AMS A-slot3 motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1200320000010001", + "intro": "AMS Een Slot 3 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Slot1 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Filament snelheids- en lengtefout: De odometrie van het slot 1 filament is mogelijk defect." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Slot1 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B De hulpmotor heeft een ongebalanceerde driefasenweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "0500040000020018", + "intro": "De RFID-tag op AMS C Slot1 kan niet worden geïdentificeerd." + }, + { + "ecode": "0703010000010003", + "intro": "De koppelregeling van de AMS D-hulpmotor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Slot3 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Slot3 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D Slot1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Slot1 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1200210000020006", + "intro": "Kan AMS A Slot2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1201210000020004", + "intro": "AMS B Slot2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1201210000020005", + "intro": "Het AMS B Slot2-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Slot2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1202220000020006", + "intro": "Kan AMS C Slot3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1202230000020006", + "intro": "Kan AMS C Slot4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Slot1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Slot 3 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Slot 4 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1200110000010003", + "intro": "De koppelregeling van de AMS A-slot2-motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Slot3 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202130000020002", + "intro": "De AMS C slot4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C De borstelmotor 3 heeft geen signaal. Dit kan komen door een slecht contact in de motorconnector of door een motorstoring." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C De stroomsensor van verwarming 2 is abnormaal." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0700010000010003", + "intro": "De koppelregeling van de hulpmotor AMS A werkt niet goed. De stroomsensor kan defect zijn." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Filament snelheids- en lengtefout: De odometrie van het filament is mogelijk defect." + }, + { + "ecode": "1200100000010001", + "intro": "De AMS A slot1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Slot2 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200220000030002", + "intro": "AMS Een Slot3 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Slot4 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1201330000020002", + "intro": "De RFID-tag op AMS B Slot 4 is beschadigd." + }, + { + "ecode": "1202110000020002", + "intro": "De AMS C slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202120000020002", + "intro": "De AMS C slot3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "0701010000020002", + "intro": "De hulpmotor van de AMS B is overbelast. De filament kan verstrikt zijn of vastzitten." + }, + { + "ecode": "1200220000020004", + "intro": "AMS Een Slot3-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1201130000010003", + "intro": "De koppelregeling van de AMS B-slot4 motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Slot4 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "050004000002001F", + "intro": "De RFID-tag op AMS D Slot4 kan niet worden geïdentificeerd." + }, + { + "ecode": "1200130000010001", + "intro": "De AMS A slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Slot2 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1201220000020006", + "intro": "Kan AMS B Slot3-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Slot4 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201230000020006", + "intro": "Kan AMS B Slot4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1202120000010003", + "intro": "De AMS C slot3 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1202210000020006", + "intro": "Kan AMS C Slot2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1203200000020006", + "intro": "Kan AMS D Slot1-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Slot2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Filament snelheid en lengte fout: De odometrie van het slot 3 filament is mogelijk defect." + }, + { + "ecode": "0500040000020013", + "intro": "De RFID-tag op AMS A Slot4 kan niet worden geïdentificeerd." + }, + { + "ecode": "1200130000020002", + "intro": "De AMS A slot4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Slot3 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Filament snelheid en lengte fout: De odometrie van het slot 3 filament is mogelijk defect." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Slot4 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1203130000010001", + "intro": "De AMS D slot4 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Slot2 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1203210000030001", + "intro": "Het AMS D Slot2 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Slot4 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A Het droogproces kan een thermische runaway ervaren. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0500040000020010", + "intro": "De RFID-tag op AMS A Slot1 kan niet worden geïdentificeerd." + }, + { + "ecode": "050004000002001E", + "intro": "De RFID-tag op AMS D Slot3 kan niet worden geïdentificeerd." + }, + { + "ecode": "0700010000010001", + "intro": "De AMS1 hulpmotor slipt. Het kan zijn dat het tandwiel in de extruder versleten is, of het gebruikte filament is te dun." + }, + { + "ecode": "1200200000020005", + "intro": "AMS Een Slot1-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1200320000020002", + "intro": "De RFID-tag op AMS A Slot 3 is beschadigd." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Slot1 filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Slot2 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Slot3 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1203300000020002", + "intro": "De RFID-tag op AMS D Slot 1 is beschadigd." + }, + { + "ecode": "1203330000020002", + "intro": "De RFID-tag op AMS D Slot 4 is beschadigd." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D De motor met borstel 1 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0C00040000020008", + "intro": "Materiaal niet gedetecteerd. Bevestig de plaatsing en ga verder." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B De snelheid van de koelventilator van verwarmingselement 2 is te laag, wat kan worden veroorzaakt door een te hoge ventilatorweerstand." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1201120000010003", + "intro": "De motorkoppelregeling van AMS B slot3 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Slot1 filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1203100000010003", + "intro": "De motorkoppelregeling van AMS D-slot1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1203110000020002", + "intro": "De AMS D slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A De borstelmotor 2 heeft geen signaal. Dit kan komen door een slecht contact in de motorconnector of door een motorstoring." + }, + { + "ecode": "0300310000020002", + "intro": "De snelheid van de ventilator voor het koelen van het onderdeel is traag. Het kan vastzitten en moet worden schoongemaakt." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C Het droogproces kan te maken krijgen met thermal runaway. Schakel a.u.b. de AMS-voeding uit." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A De motor met borstel 3 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "1200230000020006", + "intro": "Kan AMS A Slot4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Slot2 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Slot3 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1202230000020005", + "intro": "Het AMS C Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Slot3 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Slot4 filament is op en is automatisch overgeschakeld naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Slot 2 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "0703010000010001", + "intro": "De AMS D-hulpmotor is weggegleden. Het extrusiewiel kan versleten zijn of het filament kan te dun zijn." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Slot1 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200210000030002", + "intro": "AMS Een Slot2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Slot4 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Slot2 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Slot4 filament kan in de knoop raken of vast komen te zitten." + }, + { + "ecode": "0C00040000010016", + "intro": "Snelspanhendel is niet vergrendeld. Duw het naar beneden om het vast te zetten." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0500040000020019", + "intro": "De RFID-tag op AMS3 Slot2 kan niet worden geïdentificeerd." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1200130000010003", + "intro": "De koppelregeling van de AMS A slot4-motor werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1200220000020003", + "intro": "AMS Een Slot3 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1202210000020003", + "intro": "AMS3 Slot2 filament kan gebroken zijn in de PTFE-buis." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Slot4 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203120000010001", + "intro": "De motor van AMS D slot3 is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Filament snelheid en lengte fout: De odometrie van het slot 2 filament is mogelijk defect." + }, + { + "ecode": "1200210000020005", + "intro": "AMS Een Slot2-filament is op en het doorspoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1201100000010003", + "intro": "De motorkoppelregeling van AMS B-slot1 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1201100000020002", + "intro": "De motor van AMS B-slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201310000020002", + "intro": "De RFID-tag op AMS B Slot 2 is beschadigd." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Slot1 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Slot1 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Slot3 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1203310000020002", + "intro": "De RFID-tag op AMS D Slot 2 is beschadigd." + }, + { + "ecode": "1203320000020002", + "intro": "De RFID-tag op AMS D Slot 3 is beschadigd." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Slot3 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "1201110000010003", + "intro": "De AMS B-slot2 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1201120000020002", + "intro": "De AMS B slot3 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Slot 4 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1201230000020005", + "intro": "Het AMS B Slot4-filament is op en het spoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Slot4 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C Slot1 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Filament snelheid en lengtefout: De odometrie van het slot 4 filament is mogelijk defect." + }, + { + "ecode": "1203120000010003", + "intro": "De motorkoppelregeling van AMS D-slot3 werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1203210000020006", + "intro": "Kan AMS D Slot2-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C De hulpmotor heeft een ongebalanceerde boomfaseweerstand. De hulpmotor is mogelijk defect." + }, + { + "ecode": "050004000002001B", + "intro": "De RFID-tag op AMS C Slot4 kan niet worden geïdentificeerd." + }, + { + "ecode": "050004000002001D", + "intro": "De RFID-tag op AMS D Slot2 kan niet worden geïdentificeerd." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Slot2 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1203100000020002", + "intro": "De motor van AMS D-slot1 is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Slot4 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Slot2 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C De odometer heeft geen signaal. De connector van de odometer heeft mogelijk een slecht contact." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D Het toerental van de koelventilator van verwarming 1 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Fout in filamentsnelheid en -lengte: De filamentodometrie is mogelijk defect." + }, + { + "ecode": "0702010000010004", + "intro": "De toerentalregeling van de AMS C-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "0703010000010004", + "intro": "De snelheidsregeling van de AMS D-hulpmotor werkt niet goed. De snelheidssensor is mogelijk defect." + }, + { + "ecode": "1202110000010001", + "intro": "De AMS C slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Slot1 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Filament snelheid en lengtefout: De odometrie van het slot 1 filament is mogelijk defect." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Slot1 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Slot1 filament is op en het doorspoelen van het oude filament ging abnormaal; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "050003000001000B", + "intro": "Het scherm werkt niet goed; Start het apparaat opnieuw op." + }, + { + "ecode": "0500040000020016", + "intro": "De RFID-tag op AMS B Slot3 kan niet worden geïdentificeerd." + }, + { + "ecode": "0701010000010003", + "intro": "De koppelregeling van de hulpmotor AMS B werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Slot 1 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200200000030002", + "intro": "AMS Een Slot1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Slot 2 is leeg; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Fout in snelheid en lengte van het filament: De odometrie van het slot 1 filament is mogelijk defect." + }, + { + "ecode": "1201110000010001", + "intro": "De AMS B slot2 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1201120000010001", + "intro": "De AMS B slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1201320000020002", + "intro": "De RFID-tag op AMS B Slot 3 is beschadigd." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Slot 4 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C De snelheid van de koelventilator van verwarming 2 is te laag, wat te wijten kan zijn aan een te hoge ventilatorweerstand." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C De weerstand van de hulpmotor is abnormaal. De hulpmotor is mogelijk defect." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Slot1 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Slot2 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B-communicatie is abnormaal; Controleer de aansluitkabel." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C Slot2 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Slot 2 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Filament snelheids- en lengtefout: De odometrie van het slot 4 filament is mogelijk defect." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B De stroomsensor van verwarming 1 is abnormaal." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0703010000020002", + "intro": "De AMS D hulpmotor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1200210000020004", + "intro": "AMS Een Slot2-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1200230000020005", + "intro": "AMS Een Slot4-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Slot4 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Filament snelheids- en lengtefout: De odometrie van het slot 4 filament is mogelijk defect." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Slot 2 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202100000010001", + "intro": "De AMS C slot1 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Slot1 filament kan gebroken zijn in de PTFE slang." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Slot1 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1203210000020005", + "intro": "Het AMS D Slot2-filament is op en het doorspoelen van het oude filament is abnormaal verlopen; Controleer of het filament vastzit in de gereedschapskop." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C De borstelmotor 1 heeft geen signaal. Dit kan komen door een slecht contact in de motorconnector of door een motorstoring." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B De motor met borstel 4 heeft geen signaal, wat te wijten kan zijn aan een slecht contact in de motorconnector of een motorstoring." + }, + { + "ecode": "0500040000020014", + "intro": "De RFID-tag op AMS B Slot1 kan niet worden geïdentificeerd." + }, + { + "ecode": "0700010000020002", + "intro": "De AMS A-hulpmotor is overbelast. Het filament kan in de knoop zitten of vastzitten." + }, + { + "ecode": "1200120000010001", + "intro": "De AMS A slot3 motor is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1200310000010001", + "intro": "AMS Een Slot 2 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Slot3 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1202220000020004", + "intro": "AMS C Slot3 filament kan gebroken zijn in de gereedschapskop." + }, + { + "ecode": "1202300000010001", + "intro": "AMS C Slot 1 RFID-spoel is kapot of het RF-hardwarecircuit heeft een fout." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Slot2 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A De werking van de uitlaatklep 2 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A De koelventilator van verwarming 1 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "050003000001000C", + "intro": "De module van de MC-motorcontroller werkt niet goed. Schakel het apparaat uit, controleer de verbinding en start het apparaat opnieuw op." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A De werking van de uitlaatklep 1 is abnormaal, wat te wijten kan zijn aan een te hoge weerstand." + }, + { + "ecode": "0500040000020012", + "intro": "De RFID-tag op AMS1 Slot3 kan niet worden geïdentificeerd." + }, + { + "ecode": "0701010000010004", + "intro": "De snelheidsregeling van de AMS B hulpmotor werkt niet goed. De snelheidssensor kan defect zijn." + }, + { + "ecode": "1200100000010003", + "intro": "De AMS A slot1 motorkoppelregeling werkt niet goed. De stroomsensor is mogelijk defect." + }, + { + "ecode": "1200110000020002", + "intro": "De AMS A slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1200200000020004", + "intro": "AMS Een Slot1-filament kan in de gereedschapskop zijn gebroken." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Slot3 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203130000020002", + "intro": "De AMS D slot4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Slot3 filament is op. Het oude filament doorspoelen; Een ogenblik geduld." + }, + { + "ecode": "1203230000020006", + "intro": "Kan AMS D Slot4-filament niet extruderen; De extruder kan verstopt zijn of het filament kan te dun zijn, waardoor de extruder wegglijdt." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A De parameter voor motorondersteuning gaat verloren. Trek het filament uit de filamentnaaf en start de AMS opnieuw op." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Slot4 filament is op; Plaats a.u.b. een nieuw filament." + }, + { + "ecode": "1200300000020002", + "intro": "De RFID-tag op AMS A Slot 1 is beschadigd." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Slot2 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Slot2 filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201100000010001", + "intro": "De motor van AMS B-slot1 is weggegleden. Het extrusiewiel werkt mogelijk niet goed of het filament is mogelijk te dun." + }, + { + "ecode": "1201110000020002", + "intro": "De AMS B slot2 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201130000020002", + "intro": "De AMS B slot4 motor is overbelast. Het filament kan in de knoop raken of vastzitten." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Slot1 filament is op en schakelt automatisch over naar de sleuf met hetzelfde filament." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Slot4 RFID kan niet worden gelezen vanwege een structurele fout." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C De koelventilator van verwarming 2 is geblokkeerd, wat te wijten kan zijn aan het vastzitten van de ventilator." + }, + { + "ecode": "12FF200000020001", + "intro": "Het filament in de spoelhouder is op; plaats een nieuw filament." + }, + { + "ecode": "12FF200000020002", + "intro": "Het filament op de spoelhouder is leeg; plaats een nieuw filament." + }, + { + "ecode": "12FF200000020005", + "intro": "Het filament is mogelijk gebroken in de kop van het gereedschap." + }, + { + "ecode": "12FF200000020007", + "intro": "Kan de positie van het filament in de gereedschapskop niet controleren, tik hier voor meer hulp." + }, + { + "ecode": "12FF200000030007", + "intro": "Even geduld, de locatie van het filament in elk AMS-slot wordt gecontroleerd." + }, + { + "ecode": "12FF800000020001", + "intro": "Het filament op de spoelhouder kan verstrikt zijn of vastzitten." + }, + { + "ecode": "1200450000020001", + "intro": "De sensor van de filamentsnijder werkt niet goed; controleer of de connector goed is aangesloten." + }, + { + "ecode": "1200450000020002", + "intro": "De snijafstand van de filamentsnijder is te groot. De X-motor kan stappen verliezen." + }, + { + "ecode": "1200450000020003", + "intro": "De hendel van de filamentafsnijder komt niet los. De handgreep of het mes kan vastzitten." + }, + { + "ecode": "1200510000030001", + "intro": "AMS is uitgeschakeld; laad het filament uit de spoelhouder." + }, + { + "ecode": "0C0001000001000A", + "intro": "De Micro Lidar-LED is mogelijk kapot." + }, + { + "ecode": "0C00020000020002", + "intro": "De horizontale laserlijn is te breed. Controleer of het printbed vuil is." + }, + { + "ecode": "0C00020000020008", + "intro": "De verticale laserlijn is te breed. Controleer of het printbed vuil is." + }, + { + "ecode": "0C00030000010009", + "intro": "De inspectie van de eerste laag is niet correct afgerond. Het kan zijn dat het resultaat van de inspectie niet correct is." + }, + { + "ecode": "0C00030000020001", + "intro": "De belichtingsmeting van het filament is mislukt omdat de laserreflectie te zwak is op dit materiaal. Hierdoor kan de inspectie van de eerste laag onnauwkeurig zijn." + }, + { + "ecode": "0C00030000020002", + "intro": "Inspectie van de eerste laag beëindigd wegens abnormale Lidar-gegevens." + }, + { + "ecode": "0C00030000020004", + "intro": "Inspectie van de eerste laag wordt niet ondersteund voor de huidige printopdracht." + }, + { + "ecode": "0C00030000020005", + "intro": "Het Lidar scan proces is onjuist afgesloten, het kan zijn dat de huidige resultaten, niet accuraat zijn." + }, + { + "ecode": "0C00030000030006", + "intro": "Er kan zich te veel filament hebben opgestapeld in de stortkoker. Controleer en reinig de stortkoker." + }, + { + "ecode": "0C00030000030007", + "intro": "Mogelijke defecten in de eerste laag zijn gedetecteerd. Controleer de kwaliteit van de eerste laag en beslis of de taak moet worden stopgezet." + }, + { + "ecode": "0C00030000030008", + "intro": "Mogelijke spaghetti fouten zijn gedetecteerd. Controleer de afdrukkwaliteit en beslis of de taak moet worden stopgezet." + }, + { + "ecode": "0C00030000030010", + "intro": "Uw printer lijkt af te drukken zonder te extruderen." + }, + { + "ecode": "07FF200000020001", + "intro": "Het externe filament is op; laad een nieuw filament." + }, + { + "ecode": "07FF200000020002", + "intro": "Extern filament ontbreekt; laad een nieuw filament." + }, + { + "ecode": "07FF200000020004", + "intro": "Verwijder het externe filament uit de extruder." + }, + { + "ecode": "0703300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0703310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0703350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een fout. De chip kan defect zijn." + }, + { + "ecode": "0702300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0702310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0702350000010001", + "intro": "De temperatuur- en vochtigheidssensor heeft een storing. De chip is mogelijk defect." + }, + { + "ecode": "0701300000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0701310000030003", + "intro": "RFID kan niet worden gelezen vanwege een hardware- of structurele fout." + }, + { + "ecode": "0701350000010001", + "intro": "De temperatuur- en vochtsensor heeft een storing. De chip is mogelijk defect." + }, + { + "ecode": "0700300000030003", + "intro": "RFID kan niet gelezen worden door een hardware- of structurele fout." + }, + { + "ecode": "0700310000030003", + "intro": "RFID kan niet gelezen worden door een hardware- of structurele fout." + }, + { + "ecode": "0700350000010001", + "intro": "De temperatuur- en vochtsensor heeft een fout. De chip kan defect zijn." + }, + { + "ecode": "0700450000020001", + "intro": "De sensor van de filamentsnijder werkt niet goed; controleer of de connector goed is aangesloten." + }, + { + "ecode": "0700450000020002", + "intro": "De snijafstand van de filament snijder is te groot. De XY-motor kan stappen overslaan." + }, + { + "ecode": "0700450000020003", + "intro": "De hendel van de filament snijder is niet losgekomen. Het handvat of het mesje kan vastzitten." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "De temperatuur van de kamer is abnormaal. De temperatuursensor op de voeding kan kortsluiting hebben." + }, + { + "ecode": "0300930000010008", + "intro": "De temperatuur van de kamer is abnormaal. De temperatuursensor op de voeding kan kortsluiting hebben." + }, + { + "ecode": "0300940000020003", + "intro": "De kamer heeft de gewenste temperatuur niet bereikt. Het apparaat stopt met wachten op de kamertemperatuur." + }, + { + "ecode": "0300940000030002", + "intro": "De instelwaarde van de kamertemperatuur overschrijdt de limiet, de grenswaarde wordt ingesteld." + }, + { + "ecode": "0500020000020002", + "intro": "Het inloggen op het apparaat is mislukt. Controleer je accountgegevens." + }, + { + "ecode": "0500020000020004", + "intro": "Onbevoegde gebruiker: controleer je accountgegevens." + }, + { + "ecode": "0500020000020006", + "intro": "Fout bij streamingfunctie. Controleer het netwerk en probeer het opnieuw. U kunt de printer opnieuw opstarten of bijwerken als het probleem zich blijft voordoen." + }, + { + "ecode": "0500020000020007", + "intro": "Het inloggen op de Liveview-service is mislukt. Controleer uw netwerkverbinding." + }, + { + "ecode": "0500030000010001", + "intro": "De MC-module werkt niet goed. Start het apparaat opnieuw op of controleer de kabelverbinding van het apparaat." + }, + { + "ecode": "0500030000010002", + "intro": "De printkop werk niet goed. Herstart de printer." + }, + { + "ecode": "0500030000010003", + "intro": "De AMS module functioneert niet juist. Start de printer opnieuw op." + }, + { + "ecode": "0500030000010005", + "intro": "Interne service werkt niet goed. Start de printer opnieuw op." + }, + { + "ecode": "0500030000010006", + "intro": "Er is een kritische systeemfout opgetreden. Start de printer opnieuw op." + }, + { + "ecode": "0500030000010008", + "intro": "Er is een systeemfout opgetreden. Start de printer opnieuw op." + }, + { + "ecode": "0500030000010009", + "intro": "Er is een systeemstoring opgetreden. Het is hersteld door een automatische herstart." + }, + { + "ecode": "0500030000010023", + "intro": "De CTC-module werkt niet goed. Start het apparaat opnieuw op." + }, + { + "ecode": "0500030000010025", + "intro": "De huidige firmware is abnormaal. Werk opnieuw bij." + }, + { + "ecode": "0500040000010004", + "intro": "Het print bestand is niet toegestaan." + }, + { + "ecode": "0500040000020007", + "intro": "De bedtemperatuur overschrijdt de verglazingstemperatuur van het filament, wat een verstopping van de nozzle kan veroorzaken. Houd de voorklep van de printer open of verlaag de bedtemperatuur." + }, + { + "ecode": "0300400000020001", + "intro": "Gegevensoverdracht via de seriële poort is abnormaal; het softwaresysteem is mogelijk defect." + }, + { + "ecode": "0300900000010004", + "intro": "Het verwarmen van de kamer werkt niet. De snelheid van de verwarmingsventilator is te laag." + }, + { + "ecode": "0300900000010005", + "intro": "Het verwarmen van de kamer werkt niet. De thermische weerstand is te hoog." + }, + { + "ecode": "0300900000010010", + "intro": "De communicatie van de kamertemperatuurregelaar is abnormaal." + }, + { + "ecode": "0300910000010001", + "intro": "De temperatuur van kamerverwarming 1 is abnormaal. De verwarming kan kortsluiting hebben." + }, + { + "ecode": "0300910000010003", + "intro": "De verwarming heeft mogelijk een kortsluiting of de thermische zekering is mogelijk in werking getreden. De temperatuur van de verwarming is te hoog." + }, + { + "ecode": "0300910000010006", + "intro": "De temperatuur van kamerverwarming 1 is abnormaal. De sensor heeft mogelijk een kortsluiting." + }, + { + "ecode": "030091000001000A", + "intro": "De temperatuur van kamerverwarmer 1 is abnormaal. De AC-kaart is mogelijk kapot." + }, + { + "ecode": "0300920000010001", + "intro": "De temperatuur van kamerverwarming 2 is abnormaal. De sensor heeft mogelijk een kortsluiting." + }, + { + "ecode": "0300920000010002", + "intro": "De temperatuur van kamerverwarming 2 is abnormaal. De verwarming heeft mogelijk een kortsluiting of de thermische zekering is mogelijk actief." + }, + { + "ecode": "0300920000010003", + "intro": "De temperatuur van kamerverwarming 2 is abnormaal. De verwarming is oververhit." + }, + { + "ecode": "0300920000010006", + "intro": "De temperatuur van kamerverwarming 2 is abnormaal. De sensor heeft mogelijk een kortsluiting." + }, + { + "ecode": "030092000001000A", + "intro": "De temperatuur van kamerverwarmer 2 is abnormaal. De AC-kaart is mogelijk kapot." + }, + { + "ecode": "0300930000010001", + "intro": "De temperatuur van de kamer is abnormaal. De temperatuursensor van de kamerverwarmer kan kortsluiting hebben." + }, + { + "ecode": "0300930000010002", + "intro": "De temperatuur van de kamer is abnormaal. De temperatuursensor van de kamerverwarming kan kortsluiting hebben." + }, + { + "ecode": "0300930000010003", + "intro": "De temperatuur van de kamer is abnormaal. De luchtuitlaat temperatuursensor van de kamerverwarmering kan kortsluiting hebben." + }, + { + "ecode": "0300050000010001", + "intro": "De motoraandrijving raakt oververhit. De radiator kan los zitten of de koelventilator is beschadigd." + }, + { + "ecode": "0300060000010001", + "intro": "Motor-A heeft een open circuit. Er kan een losse verbinding zijn of de motor is defect." + }, + { + "ecode": "0300060000010002", + "intro": "Motor-A heeft een kortsluiting. Deze kan defect zijn." + }, + { + "ecode": "0300070000010001", + "intro": "Motor-B heeft een open circuit. De verbinding kan los zitten of de motor is defect." + }, + { + "ecode": "0300070000010002", + "intro": "Motor-B heeft een kortsluiting. Hij kan defect zijn." + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Z heeft een open circuit. De verbinding kan los zitten of de motor is defect." + }, + { + "ecode": "0300080000010002", + "intro": "Motor-Z heeft een kortsluiting. Deze kan defect zijn." + }, + { + "ecode": "03000A0000010001", + "intro": "De gevoeligheid van printbed druksensor 1 is te hoog. Het kan zijn dat het vast zit tussen de spanarm en het printbed support, of de afstelschroef zit te strak." + }, + { + "ecode": "03000A0000010002", + "intro": "De gevoeligheid van druksensor 1 van het printbed is laag. Het kan zijn dat de druksensor is losgekomen van de spanarm of de elektronische verbinding kan slecht zijn." + }, + { + "ecode": "03000A0000010003", + "intro": "De gevoeligheid van druksensor 1 van het printbed is laag. Het kan zijn dat de elektronische verbinding met de druksensor verbroken is." + }, + { + "ecode": "03000A0000010004", + "intro": "Er is een externe storing op druksensor 1. Het kan zijn dat het printbed geraakt is door iets buiten het printbed." + }, + { + "ecode": "03000A0000010005", + "intro": "Krachtsensor 1 detecteerde onverwachte continue kracht. Het printbed kan vastzitten of de analoge front end kan kapot zijn." + }, + { + "ecode": "03000B0000010001", + "intro": "De gevoeligheid van printbed druksensor 2 is te hoog. Het kan zijn dat deze vastzit tussen de spanarm en het printbed support, of de afstelschroef zit te strak." + }, + { + "ecode": "03000B0000010002", + "intro": "Het signaal van printbed krachtsensor 2 is zwak. De krachtsensor kan kapot zijn of een slechte elektrische verbinding hebben." + }, + { + "ecode": "03000B0000010003", + "intro": "Het signaal van printbed krachtsensor 2 is te zwak. De elektronische verbinding met de sensor kan verbroken zijn." + }, + { + "ecode": "03000B0000010004", + "intro": "Op de krachtsensor 2 werd een externe storing gedetecteerd. Het kan zijn dat het printbed iets buiten het warmtebed heeft aangeraakt." + }, + { + "ecode": "03000B0000010005", + "intro": "Krachtsensor 2 heeft onverwachte continue kracht gedetecteerd. Het printbed kan vast zitten of de analoge front end is mogelijk kapot." + }, + { + "ecode": "03000C0000010001", + "intro": "Printbed krachtsensor 3 is te gevoelig. Het kan vast zitten tussen de rekarm en de warmtebedsteun, of de stelschroef kan te strak zitten." + }, + { + "ecode": "03000C0000010002", + "intro": "Het signaal van printbed krachtsensor 3 is zwak. De krachtsensor is mogelijk defect of heeft een slechte elektrische verbinding." + }, + { + "ecode": "03000C0000010003", + "intro": "Het signaal van printbed krachtsensor 3 is te zwak. De elektronische verbinding met de sensor is mogelijk verbroken." + }, + { + "ecode": "03000C0000010004", + "intro": "Er is een externe storing gedetecteerd op krachtsensor 3. De plaat van het printbed heeft mogelijk iets buiten het printbed aangeraakt." + }, + { + "ecode": "03000C0000010005", + "intro": "Krachtsensor 3 heeft onverwachte continue kracht gedetecteerd. Het printbed kan vast zitten of de analoge front end is mogelijk kapot." + }, + { + "ecode": "0300100000020001", + "intro": "De resonantiefrequentie van de X-as is laag. De distributieriem kan los zitten." + }, + { + "ecode": "0300110000020001", + "intro": "De resonantiefrequentie van de Y-as is laag. De distributieriem kan los zitten." + }, + { + "ecode": "0300120000020001", + "intro": "Het kapje aan de voorzijde van de prinktkop is los geraakt." + }, + { + "ecode": "0300130000010001", + "intro": "De stroomsensor van motor-A is abnormaal. Dit kan worden veroorzaakt door een storing in het hardware sampling circuit." + }, + { + "ecode": "0300140000010001", + "intro": "De stroomsensor van Motor-B is abnormaal. Dit kan worden veroorzaakt door een storing in het hardware sampling circuit." + }, + { + "ecode": "0300150000010001", + "intro": "De stroomsensor van Motor-Z is abnormaal. Dit kan worden veroorzaakt door een storing in het hardware sampling circuit." + }, + { + "ecode": "0300170000010001", + "intro": "De snelheid van de stuk ventilator is te laag of gestopt. Mogelijk zit deze vast of de connector is niet goed aangesloten." + }, + { + "ecode": "0300170000020002", + "intro": "De snelheid van de stuk-ventilator is laag. Mogelijk zit deze vast en moet deze worden schoongemaakt." + }, + { + "ecode": "03001B0000010001", + "intro": "Het signaal van de versnellingssensor van het warmtebed is zwak. De sensor kan eraf gevallen of beschadigd zijn." + }, + { + "ecode": "03001B0000010003", + "intro": "De versnellingssensor van het warmtebed heeft een onverwachte continue kracht gedetecteerd. Mogelijk zit de sensor vast of is de analoge voorkant kapot." + }, + { + "ecode": "03001C0000010001", + "intro": "De extrusiemotordriver is abnormaal. De MOSFET kan kortsluiting hebben." + }, + { + "ecode": "0300200000010003", + "intro": "X-as homing abnormaal: de riem kan los zitten.." + }, + { + "ecode": "0300200000010004", + "intro": "Abnormale homing van de Y-as: de riem zit mogelijk los." + }, + { + "ecode": "0300010000010002", + "intro": "De temperatuur van het printbed is abnormaal; het verwarmingselement kan een open circuit hebben of de thermische zekering kan open zijn." + }, + { + "ecode": "0300010000010003", + "intro": "De temperatuur van het printbed is abnormaal; het verwarmingselement is oververhit." + }, + { + "ecode": "0300010000010006", + "intro": "De temperatuur van het printbed is abnormaal; de sensor kan een kortsluiting hebben." + }, + { + "ecode": "0300010000010007", + "intro": "De temperatuur van het printbed is abnormaal; de sensor kan een open circuit hebben." + }, + { + "ecode": "030001000001000C", + "intro": "Het verwarmingsbed heeft lange tijd op volle belasting gewerkt. Mogelijk is het temperatuurregelsysteem abnormaal." + }, + { + "ecode": "0300010000030008", + "intro": "De temperatuur van het printbed overschrijdt de limiet en past zich automatisch aan de limiettemperatuur aan." + }, + { + "ecode": "0300020000010001", + "intro": "De temperatuur van de nozzle is abnormaal; het verwarmingselement kan kortsluiting vertonen." + }, + { + "ecode": "0300020000010002", + "intro": "De temperatuur van de nozzle is abnormaal; het verwarmingselement kan een open circuit hebben." + }, + { + "ecode": "0300020000010003", + "intro": "De temperatuur van de nozzle is abnormaal; het verwarmingselement is oververhit." + }, + { + "ecode": "0300020000010007", + "intro": "De temperatuur van de nozzle is abnormaal; de sensor kan een open circuit hebben." + } + ] + }, + "device_error": { + "ver": 202510142200, + "nl": [ + { + "ecode": "0C00402C", + "intro": "Fout in de verbinding met apparaatgegevens. Start de printer opnieuw op." + }, + { + "ecode": "03004015", + "intro": "Nozzle klonterdetectie kalibratie mislukt. Ga naar \"Assistent\" voor probleemoplossing." + }, + { + "ecode": "0500803C", + "intro": "De huidige mondstukinstelling komt niet overeen met het slicebestand. Doorgaan met printen kan de printkwaliteit beïnvloeden. Het wordt aanbevolen om opnieuw te slicen voordat u met printen begint." + }, + { + "ecode": "0300401F", + "intro": "De hotend is niet geïnstalleerd en de toolhead kan geen homing uitvoeren. Installeer de hotend en ga verder." + }, + { + "ecode": "0300801E", + "intro": "De extrusiemotor is overbelast, controleer of de extruder verstopt is of dat het filament vastzit in de gereedschapskop." + }, + { + "ecode": "07018007", + "intro": "Het is niet gelukt om het filament te extruderen. Controleer of de extruder verstopt is." + }, + { + "ecode": "07028007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is." + }, + { + "ecode": "07038007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is." + }, + { + "ecode": "07008007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18058007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07078007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18078007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07058007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18038007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18018007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18028007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18008007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07048007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18068007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18048007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07068007", + "intro": "Het filament kan niet worden geëxtrudeerd. Controleer of de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "03004016", + "intro": "Het schoonmaken van de spuitmond is mislukt. Klik op de Assistent voor hulp bij het oplossen van problemen." + }, + { + "ecode": "0502C014", + "intro": "De AMS-schatting van resterende filament is standaard aan en kan niet worden uitgeschakeld." + }, + { + "ecode": "05864096", + "intro": "Niet-gecertificeerde AMS-HT G gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05024098", + "intro": "Niet-gecertificeerde AMS C gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05014098", + "intro": "Niet-gecertificeerde AMS B gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05814096", + "intro": "Niet-gecertificeerde AMS-HT B gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05844096", + "intro": "Niet-gecertificeerde AMS-HT F gedetecteerd, het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05824096", + "intro": "Niet-gecertificeerde AMS-HT C gedetecteerd, het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05034098", + "intro": "Niet-gecertificeerde AMS D gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05854096", + "intro": "Niet-gecertificeerde AMS-HT E gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05804096", + "intro": "Niet-gecertificeerde AMS-HT A gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05834096", + "intro": "Niet-gecertificeerde AMS-HT D gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05874096", + "intro": "Niet-gecertificeerde AMS-HT H gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-HT-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "05004098", + "intro": "Niet-gecertificeerde AMS A gedetecteerd; Het apparaat kan niet verder werken. Sluit de AMS-kabel opnieuw aan of start de printer opnieuw op." + }, + { + "ecode": "0500807E", + "intro": "Plaats a.u.b. een StrongGrip snijmat op de snijbeschermingsbasis." + }, + { + "ecode": "05008062", + "intro": "De printplaatmarkering is niet gedetecteerd. Controleer of de printplaat correct op het verhittingsbed is geplaatst met alle vier de hoeken uitgelijnd en de markering zichtbaar is." + }, + { + "ecode": "0500808B", + "intro": "De installatie van de BirdsEye-camera is mislukt. Maak het warmtebed leeg, verwijder alle voorwerpen en de mat en zorg ervoor dat de heatbedmarkeringen zichtbaar zijn. Maak ondertussen de BirdsEye-camera en de Toolhead-camera schoon en verwijder alle obstakels die de camera's kunnen blokkeren." + }, + { + "ecode": "0502C012", + "intro": "De kalibratietaak kan niet worden gepauzeerd." + }, + { + "ecode": "07FFC010", + "intro": "Steek de filament erin tot hij niet verder kan. Er kan lichte rookontwikkeling zijn tijdens het doorspoelen, dus sluit de voorklep en bovenklep na het plaatsen." + }, + { + "ecode": "05024002", + "intro": "Ga naar \"Instellingen > Kalibratie\" om de Motion Accuracy Enhancement-kalibratie uit te voeren voordat u de Motion Accuracy Enhancement-modus inschakelt." + }, + { + "ecode": "05008093", + "intro": "De siliconen huls van het nozzle is niet geïnstalleerd; er bestaat een risico op een storing in de temperatuurregeling. Installeer de huls correct en probeer het opnieuw." + }, + { + "ecode": "05008092", + "intro": "Het opstarten van de toolheadcamera is mislukt. Je kunt gewoon doorgaan met printen, maar sommige AI-functies werken niet meer. Als je dit probleem na het opnieuw opstarten nog steeds hebt, neem dan even contact op met de klantenservice." + }, + { + "ecode": "05008041", + "intro": "Het filament in de hotend is te koud. Extrusie kan de extruder beschadigen. Wordt het filament nog steeds in- of uitgevoerd?" + }, + { + "ecode": "05008040", + "intro": "De voorkant van de printkop is los. Als je de printkop verplaatst, kan de printer kapot gaan. Wil je doorgaan?" + }, + { + "ecode": "0502C011", + "intro": "Nu in 2D-productiemodus. Ga gewoon door met de printer." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "De offsetkalibratie van de snijmodule is mislukt, waardoor de sneden misschien niet goed uitkomen. Zorg ervoor dat het witte printerpapier van 80 g (letterformaat) goed ligt en check of het mesje nog scherp is." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Het apparaat is momenteel aan het upgraden. Probeer het opnieuw als het niet actief is." + }, + { + "ecode": "0300C012", + "intro": "Verwarm de nozzle tot boven de 170°C." + }, + { + "ecode": "07008023", + "intro": "Koeling AMS A is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07028023", + "intro": "Koeling AMS C is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07038023", + "intro": "Koeling AMS D mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07018023", + "intro": "Koeling AMS B is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07058023", + "intro": "Koeling AMS F mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07048023", + "intro": "Koeling AMS E is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18018023", + "intro": "Koeling AMS-HT B is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07068023", + "intro": "Koeling AMS G is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "07078023", + "intro": "Koeling AMS H mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18048023", + "intro": "Koeling AMS-HT E mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18068023", + "intro": "Koeling AMS-HT G is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18038023", + "intro": "Koeling AMS-HT D mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18058023", + "intro": "Koeling AMS-HT F mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A koeling mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18078023", + "intro": "Koeling AMS-HT H mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "18028023", + "intro": "Koeling AMS-HT C is mislukt. De omgevingstemperatuur is mogelijk te hoog. Gebruik het apparaat in een geschikte omgeving." + }, + { + "ecode": "05004010", + "intro": "AMS is aan het drogen en kan momenteel niet worden geüpgraded. Probeer het later nog eens." + }, + { + "ecode": "05004011", + "intro": "De printer is bezig met het laden of lossen van filament en kan op dit moment niet worden geüpgraded. Probeer het later nog eens." + }, + { + "ecode": "05004012", + "intro": "Het apparaat is bezig met afdrukken en kan momenteel niet worden geüpgraded. Probeer het later nog eens." + }, + { + "ecode": "0500400F", + "intro": "AMS wordt geïnitialiseerd en kan momenteel niet worden geüpgraded. Probeer het later nog eens." + }, + { + "ecode": "05004013", + "intro": "AMS is in bedrijf en kan momenteel niet worden geüpgraded. Probeer het opnieuw als het niet actief is." + }, + { + "ecode": "03008022", + "intro": "Het is mogelijk dat het verwarmingsbed tijdens de neerwaartse beweging wordt geblokkeerd. Verwijder voorwerpen onder het verwarmingsbed en controleer op weerstand of vastlopen tijdens de beweging." + }, + { + "ecode": "05004042", + "intro": "Vanwege stroombeperkingen zal het starten van het AMS drogen de huidige bewerkingen zoals het verwarmen van de nozzle en het draaien van de ventilator onderbreken. Wil je doorgaan met drogen?" + }, + { + "ecode": "05004040", + "intro": "De printer heeft zijn stroomlimiet bereikt. Sluit een speciale voedingsadapter aan op deze AMS om te kunnen drogen." + }, + { + "ecode": "05004041", + "intro": "Het AMS-drogen kan niet worden gestart tijdens het printen." + }, + { + "ecode": "0500806B", + "intro": "De snelspanhendel is niet vergrendeld. Druk de externe gereedschapskopmodule naar beneden om te controleren of deze goed vastzit en druk vervolgens de waterpas naar beneden om deze te vergrendelen." + }, + { + "ecode": "0502C010", + "intro": "Vanwege de vermogensbeperkingen van de printer kunnen afdrukken, kalibreren, controles en andere handelingen niet worden uitgevoerd tijdens het drogen van de AMS. Stop het droogproces voordat u verdergaat met andere bewerkingen." + }, + { + "ecode": "03004014", + "intro": "Homing Z-as mislukt: temperatuurregeling abnormaal." + }, + { + "ecode": "07FFC012", + "intro": "Verwijder de voorklep en hang hem aan de X-as. Druk op de zwarte PTFE-buiskoppeling en koppel de PTFE-buis los. Klik op \"Doorgaan\" nadat de bewerking is voltooid" + }, + { + "ecode": "05004007", + "intro": "Het apparaat heeft een reparatie-upgrade nodig en printen is momenteel niet mogelijk." + }, + { + "ecode": "05008090", + "intro": "Bevestig het 80g witte printpapier op het middengedeelte van het platform." + }, + { + "ecode": "18068005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18018004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18038005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18078004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18058004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18078005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18008005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18048005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18038004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18008004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18018005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18028004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18028005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18058005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18048004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18068004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "07FF8025", + "intro": "Koud trekken is uitgetimed. Bedien of controleer onmiddellijk of het filament in de extruder gebroken is en klik op de Assistent voor meer informatie." + }, + { + "ecode": "18018006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18008006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18078006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18028006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18048006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18058006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18038006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "18068006", + "intro": "Kan geen filament invoeren in de extruder. Dit kan komen door een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS-HT PTFE-slang is aangesloten. Klik op Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "0502400E", + "intro": "Kan een nieuwe taak niet starten: De cold pull van de nozzle is niet voltooid." + }, + { + "ecode": "07008004", + "intro": "AMS slaagde er niet in om filament terug te trekken. Dit kan te wijten zijn aan een vastzittende spoel of het uiteinde van het filament dat vastzit in het pad." + }, + { + "ecode": "07018004", + "intro": "AMS slaagde er niet in om filament terug te trekken. Dit kan te wijten zijn aan een vastzittende spoel of het uiteinde van het filament dat vastzit in het pad." + }, + { + "ecode": "07028005", + "intro": "De AMS slaagde er niet in om filament uit te zenden. U kunt het uiteinde van uw filament plat knippen en opnieuw plaatsen. Als deze melding aanhoudt, controleer dan de PTFE-slangen in AMS op tekenen van slijtage." + }, + { + "ecode": "07038005", + "intro": "De AMS slaagde er niet in om filament uit te zenden. U kunt het uiteinde van uw filament plat knippen en opnieuw plaatsen. Als deze melding aanhoudt, controleer dan de PTFE-slangen in AMS op tekenen van slijtage." + }, + { + "ecode": "07FF8005", + "intro": "Het lukte niet om het filament buiten de AMS te voeren. Knip het uiteinde van het filament plat af en controleer of de spoel vastzit." + }, + { + "ecode": "18068003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07068004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "07048003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07078004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18058003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07048005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18FF8005", + "intro": "Kan het filament niet buiten de AMS-HT voeden. Klem het uiteinde van het filament plat en controleer of de spoel vastzit." + }, + { + "ecode": "07048006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07078006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07058006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07028006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07008005", + "intro": "De AMS slaagde er niet in om filament uit te zenden. U kunt het uiteinde van uw filament plat knippen en opnieuw plaatsen. Als deze melding aanhoudt, controleer dan de PTFE-slangen in AMS op tekenen van slijtage." + }, + { + "ecode": "07018005", + "intro": "De AMS slaagde er niet in om filament uit te zenden. U kunt het uiteinde van uw filament plat knippen en opnieuw plaatsen. Als deze melding aanhoudt, controleer dan de PTFE-slangen in AMS op tekenen van slijtage." + }, + { + "ecode": "07028003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of draadbreuk in de extruder." + }, + { + "ecode": "07038004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "07018003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of draadbreuk in de extruder." + }, + { + "ecode": "07038003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07028004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "07068003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "18038003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07058004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "07048004", + "intro": "AMS slaagt er niet in om het filament terug te trekken. Dit kan komen door een vastzittende spoel of doordat het uiteinde van het filament vastzit in het pad." + }, + { + "ecode": "18008003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "18078003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07058005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "07068005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "07058003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "18028003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07078003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07078005", + "intro": "De AMS heeft geen filament verzonden. Je kunt het uiteinde van het filament plat knippen en opnieuw insteken. Als deze melding blijft, controleer dan de PTFE-buizen in het AMS op tekenen van slijtage." + }, + { + "ecode": "18048003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "18018003", + "intro": "Het lukt niet om het filament uit de extruder te trekken. Dit kan worden veroorzaakt door een verstopte extruder of filament breuk in de extruder." + }, + { + "ecode": "07008006", + "intro": "Kan geen filament invoeren in de extruder. Dit kan komen door een verstrikt filament of een vastzittende spoel. Als dit niet het geval is, controleer dan of de AMS PTFE-slang is aangesloten. Klik op Assistent voor instructies om problemen op te lossen." + }, + { + "ecode": "07038006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07018006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07068006", + "intro": "Kan filament niet in de extruder voeren. Dit kan te wijten zijn aan een verstrikt filament of een vastzittende spoel. Zo niet, controleer dan of de AMS PTFE-slang is aangesloten. Klik op de Assistent voor instructies voor het oplossen van problemen." + }, + { + "ecode": "07008003", + "intro": "Het filament kan niet uit de extruder worden getrokken. Dit kan worden veroorzaakt door een verstopte extruder of een defect filament in de extruder." + }, + { + "ecode": "0502400D", + "intro": "Kan een nieuwe taak niet starten: filament laden/ontladen niet voltooid." + }, + { + "ecode": "03008042", + "intro": "Taak gepauzeerd omdat de deur open is." + }, + { + "ecode": "05008079", + "intro": "Plaats het lasertestmateriaal (350 g karton) en plaats er steunstrips onder om kromtrekken van het materiaal te voorkomen." + }, + { + "ecode": "0580409C", + "intro": "De firmware van AMS-HT A komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0582409C", + "intro": "De firmware van AMS-HT C komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0584409C", + "intro": "De firmware van AMS-HT E komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0501409D", + "intro": "De firmware van AMS B komt niet overeen met de printer; het apparaat kan niet verder werken. Werk de firmware bij op de pagina \"Firmware\"." + }, + { + "ecode": "0587409C", + "intro": "De firmware van AMS-HT H komt niet overeen met de printer, het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0503409D", + "intro": "De firmware van AMS D komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0581409C", + "intro": "De firmware van AMS-HT B komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0585409C", + "intro": "De firmware van AMS-HT F komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0502409D", + "intro": "De firmware van AMS C komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0500409D", + "intro": "De firmware van AMS A komt niet overeen met de printer, het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0586409C", + "intro": "De firmware van AMS-HT G komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "03004050", + "intro": "Time-out voor kalibratie van de LiveView-camera; Start de printer opnieuw op." + }, + { + "ecode": "0583409C", + "intro": "De firmware van AMS-HT D komt niet overeen met de printer; Het apparaat kan niet verder werken. Werk het bij op de pagina \"Firmware\"." + }, + { + "ecode": "0C008034", + "intro": "De initialisatie van de Liveview-camera is mislukt. Deze print kan nog steeds doorgaan, maar sommige AI-functies worden uitgeschakeld. Als u dit probleem opnieuw tegenkomt nadat u opnieuw bent opgestart, neem dan contact op met de klantenservice." + }, + { + "ecode": "0C008043", + "intro": "AI detecteerde klontering van de nozzle. Controleer de nozzleconditie. Raadpleeg de assistent voor oplossingen." + }, + { + "ecode": "03004008", + "intro": "De AMS is er niet in geslaagd het filament te vervangen." + }, + { + "ecode": "0C00402A", + "intro": "De visuele marker is niet gedetecteerd. Plak het papier opnieuw op de juiste positie." + }, + { + "ecode": "05004033", + "intro": "De AMS-firmware komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "05004031", + "intro": "De firmware van het accessoire komt niet overeen met de printer. Upgrade het op de pagina \"Firmware\"." + }, + { + "ecode": "05008085", + "intro": "De camera van de gereedschapskop wordt geblokkeerd" + }, + { + "ecode": "07FF8007", + "intro": "Let op de nozzle. Als het filament is geëxtrudeerd, selecteert u \"Doorgaan\"; als dit niet het geval is, duw het filament dan iets naar voren en selecteer vervolgens \"Opnieuw proberen\"." + }, + { + "ecode": "07FF8002", + "intro": "Het snijmechanische is vastgelopen. Trek de hendel van het snijmechanisme uit en klik op \"Opnieuw proberen\"." + }, + { + "ecode": "0500808C", + "intro": "Offset van de buildplaat gedetecteerd. Lijn de bouwplaat uit met het warmtebed en ga dan verder." + }, + { + "ecode": "07FFC011", + "intro": "Trek het filament handmatig en langzaam uit de extruder. Klik vervolgens op \"Doorgaan\"." + }, + { + "ecode": "05004039", + "intro": "De huidige taak staat de installatie van de laser-/snijmodule niet toe en de taak is gestopt." + }, + { + "ecode": "0500403B", + "intro": "Laser-/snijtaken kunnen momenteel niet worden gestart op de machine. Gebruik de computersoftware om de taak te starten." + }, + { + "ecode": "07044025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07004025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07034025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18014025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07024025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18044025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07014025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07074025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18074025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07064025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18064025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18054025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "07054025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18004025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18034025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "18024025", + "intro": "De filamentinformatie is niet gelezen." + }, + { + "ecode": "0300800D", + "intro": "Sommige onderdelen zijn omgevallen of de extruder extrudeert niet normaal. Als de defecten acceptabel zijn, tikt u op het pictogram \"Hervatten\" om de printopdracht te hervatten." + }, + { + "ecode": "0500C036", + "intro": "Dit is een printtaak. Maak de laser/snijmodule los van de gereedschapskop." + }, + { + "ecode": "0300804F", + "intro": "Het laad-/ontlaadproces is momenteel bezig. Stop het proces of verwijder de laser/snijmodule." + }, + { + "ecode": "0300804E", + "intro": "Dit is een printtaak. Maak de laser/snijmodule los van de gereedschapskop." + }, + { + "ecode": "0500808A", + "intro": "De BirdsEye Camera is verkeerd geïnstalleerd. Raadpleeg de assistent om de camera opnieuw te installeren." + }, + { + "ecode": "05008089", + "intro": "Taak gepauzeerd wegens mislukte aanwezigheidscontrole. Controleer de printer om door te gaan." + }, + { + "ecode": "05008074", + "intro": "Het laserplatform is verschoven. Zorg ervoor dat de vier hoeken van het platform zijn uitgelijnd met het warmtebed en dat de markering niet wordt belemmerd." + }, + { + "ecode": "05FE8081", + "intro": "De linker hotend is niet geïnstalleerd." + }, + { + "ecode": "05FF8081", + "intro": "De juiste hotend is niet geïnstalleerd." + }, + { + "ecode": "05FF8080", + "intro": "De juiste hotend is niet geïnstalleerd." + }, + { + "ecode": "05FE8080", + "intro": "De linker hotend is niet geïnstalleerd." + }, + { + "ecode": "05008080", + "intro": "De linker en rechter hotend is niet geïnstalleerd." + }, + { + "ecode": "05008081", + "intro": "De linker en rechter hotend is niet geïnstalleerd." + }, + { + "ecode": "05008088", + "intro": "De Birdseye-camera is vies" + }, + { + "ecode": "05008087", + "intro": "BirdsEye-camera wordt geblokkeerd" + }, + { + "ecode": "03004002", + "intro": "Afdrukken gestopt omdat automatisch bed nivelleren mislukt is." + }, + { + "ecode": "0C004020", + "intro": "De installatie van de BirdsEye Camera is mislukt. Ruim alle voorwerpen op en verwijder de mat. Zorg ervoor dat de marker niet wordt belemmerd. Maak ondertussen zowel de BirdsEye-camera als de Toolhead-camera schoon en verwijder alle vreemde voorwerpen die hun zicht belemmeren." + }, + { + "ecode": "03008021", + "intro": "De nozzle is mogelijk niet of niet goed geïnstalleerd. Zorg ervoor dat het mondstuk correct is geïnstalleerd voordat u verdergaat." + }, + { + "ecode": "03008061", + "intro": "De modus van het luchtstroomsysteem kon niet worden geactiveerd; Controleer de toestand van de luchtdeur." + }, + { + "ecode": "0300801A", + "intro": "Filament extrusie fout; Raadpleeg de assistent voor het oplossen van problemen. Nadat u het probleem hebt opgelost, beslist u of u de afdruktaak wilt annuleren of hervatten op basis van de werkelijke afdrukstatus." + }, + { + "ecode": "05008084", + "intro": "De Live View-camera is vuil; maak hem schoon en ga verder." + }, + { + "ecode": "0500401E", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014023", + "intro": "Toegang tot de cloud geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014025", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "18068012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "10018003", + "intro": "De time-lapse-modus is in het slicing-bestand ingesteld op Traditioneel. Dit kan oppervlaktedefecten veroorzaken. Wil je het inschakelen?" + }, + { + "ecode": "03008014", + "intro": "Het stuk is bedekt met filament of de bouwplaat is verkeerd geïnstalleerd. Annuleer deze afdruk en reinig het stuk of pas de bouwplaat aan volgens de werkelijke status. U kunt ook op de knop \"Hervatten\" tikken om de afdruktaak te hervatten." + }, + { + "ecode": "03008017", + "intro": "Vreemde voorwerpen gedetecteerd op het verwarmingsbed. Controleer en reinig het heatsbed. Selecteer vervolgens \"Hervatten\" om de afdruktaak te hervatten." + }, + { + "ecode": "0500401C", + "intro": "Toegang tot de cloud wordt geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004025", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004026", + "intro": "Toegang tot de cloud geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004028", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "0501401B", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014020", + "intro": "Toegang tot cloud geweigerd. Als je het meerdere keren hebt geprobeerd en het lukt nog steeds niet, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014022", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014029", + "intro": "Toegang tot de cloud wordt geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "07008012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07018012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07028012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07FF8011", + "intro": "Het externe filament is op; laad een nieuw filament." + }, + { + "ecode": "0300801C", + "intro": "De extrusieweerstand is abnormaal. De extruder is mogelijk verstopt, raadpleeg de assistent, na het oplossen van problemen kunt u \"Hervatten\" selecteren om de afdruktaak te hervatten." + }, + { + "ecode": "05008055", + "intro": "Er is een lasermodule geïnstalleerd, maar er wordt een snijplatform gedetecteerd. Plaats een laserplatform en voer de laserkalibratie uit." + }, + { + "ecode": "03004020", + "intro": "De detectie van de aanwezigheid van de nozzle is mislukt. Raadpleeg de Assistent voor meer informatie." + }, + { + "ecode": "0500402E", + "intro": "Het systeem biedt geen ondersteuning voor het bestandssysteem dat momenteel door de USB-flashdrive wordt gebruikt. Vervang of formatteer de USB-stick naar FAT32." + }, + { + "ecode": "05008063", + "intro": "Het platform wordt niet gedetecteerd tijdens de kalibratie; zorg ervoor dat het laserplatform correct is geplaatst." + }, + { + "ecode": "05008066", + "intro": "De taak vereist een snijplatform, maar het huidige is een laserplatform. Vervang het door een snijplatform (snijbeschermingsbasis + LightGrip-snijmat)." + }, + { + "ecode": "18008012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18048012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07058012", + "intro": "Het is niet gelukt om de AMS mapping tabel op te halen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07068012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07078012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18058012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18078012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07048012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18018012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "05004065", + "intro": "De taak vereist een laserplatform, maar het huidige platform is een snijplatform. Vervang het, meet de materiaaldikte in de software en start de taak opnieuw." + }, + { + "ecode": "05004075", + "intro": "Er is geen laserplatform gedetecteerd, wat de nauwkeurigheid van de diktemeting kan beïnvloeden. Plaats het laserplatform correct en zorg ervoor dat de achterste markeringen niet worden geblokkeerd, start vervolgens de diktemeting opnieuw in de software voordat u de taak start." + }, + { + "ecode": "0500807D", + "intro": "Deze taak vereist een snijplatform, maar het huidige is een laserplatform. Vervang het door een snijplatform (snijbeschermingsbasis + StrongGrip-snijmat)." + }, + { + "ecode": "03008000", + "intro": "Het printen is om onbekende reden onderbroken. U kunt op \"Hervatten\" tikken om de printtaak te hervatten." + }, + { + "ecode": "03008016", + "intro": "Het stuk is verstopt met filament. Annuleer deze afdruk en reinig de spuit of tik op de knop \"Hervatten\" om de afdruktaak te hervatten." + }, + { + "ecode": "0500401B", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en het nog steeds niet lukt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004020", + "intro": "Toegang tot de cloud geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004022", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004023", + "intro": "Toegang tot de cloud geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05004029", + "intro": "Toegang tot de cloud wordt geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "0501401C", + "intro": "Toegang tot de cloud wordt geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "0501401E", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014026", + "intro": "Toegang tot de cloud geweigerd. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "05014028", + "intro": "Cloudreactie is ongeldig. Als je het meerdere keren hebt geprobeerd en nog steeds faalt, neem dan contact op met de klantenservice." + }, + { + "ecode": "07038012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07FF8012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "07FFC00A", + "intro": "Let op de nozzle. Als het filament is geëxtrudeerd, selecteert u "Doorgaan"; als dat niet het geval is, duwt u het filament iets naar voren en selecteert u vervolgens "Opnieuw proberen"." + }, + { + "ecode": "05008064", + "intro": "Plaats het laserplatform correct en zorg ervoor dat de achterste markeringen niet worden geblokkeerd voor laserkalibratie." + }, + { + "ecode": "18038012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18028012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "18FF8012", + "intro": "Kan de AMS-mappingtabel niet krijgen; selecteer \"Hervatten\" om het opnieuw te proberen." + }, + { + "ecode": "05004076", + "intro": "Plaats het laserplatform correct en zorg ervoor dat de achterste markeringen niet worden geblokkeerd, start vervolgens de diktemeting opnieuw in de software voordat u de taak start." + }, + { + "ecode": "0500807A", + "intro": "De functie voor het detecteren van vreemde voorwerpen werkt niet. U kunt de taak voortzetten of de assistent controleren op probleemoplossing." + }, + { + "ecode": "07FF8010", + "intro": "Controleer of de externe filamentspoel of draad vastzit." + }, + { + "ecode": "03004000", + "intro": "Z-as homing is mislukt, taak is gestopt." + }, + { + "ecode": "0300800A", + "intro": "Er is een opeenhoping van filament gedetecteerd door de AI-printmonitoring. Verwijder het filament uit de afvalgoot." + }, + { + "ecode": "0300800B", + "intro": "De snijder zit vast. Controleer of de hendel van de snijplotter eruit is." + }, + { + "ecode": "03008065", + "intro": "De temperatuur van de MC module is te hoog. Kijk op de Wiki voor mogelijke uitleg." + }, + { + "ecode": "05004070", + "intro": "De laser- of snijmodule is aangesloten, zodat het apparaat geen 3D-printtaak kan starten." + }, + { + "ecode": "0300400B", + "intro": "Interne communicatie storing" + }, + { + "ecode": "03008001", + "intro": "Het afdrukken is onderbroken vanwege de pauzeopdracht die in het printbestand is toegevoegd." + }, + { + "ecode": "05014038", + "intro": "De regionale instellingen komen niet overeen met de printer. Controleer de regionale instellingen van de printer." + }, + { + "ecode": "03008051", + "intro": "De snijmodule is gevallen of de kabel van de snijmodule is losgekoppeld; Controleer de module." + }, + { + "ecode": "0C004024", + "intro": "De Birdseye-camera wordt offset geïnstalleerd. Raadpleeg de assistent om het opnieuw te installeren." + }, + { + "ecode": "10018004", + "intro": "Prime Tower is niet ingeschakeld en de time-lapse-modus is ingesteld op Vloeiend in het slicing-bestand. Dit kan oppervlaktedefecten veroorzaken. Wil je het inschakelen?" + }, + { + "ecode": "03008041", + "intro": "Time-out voor platformdetectie: start de printer opnieuw op." + }, + { + "ecode": "03004067", + "intro": "Het kalibratieresultaat ligt boven de drempelwaarde." + }, + { + "ecode": "18008011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18078011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18038011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18018011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18058011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18068011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "18048011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "03004011", + "intro": "Kalibratie van stromingsdynamica is mislukt; Begin opnieuw met afdrukken of kalibreren." + }, + { + "ecode": "18028011", + "intro": "AMS-HT filament raakte op. Plaats een nieuw filament in dezelfde AMS-HT-sleuf." + }, + { + "ecode": "05008072", + "intro": "Live View-camera is geblokkeerd" + }, + { + "ecode": "05008083", + "intro": "Materiaal is niet toegestaan bij montagekalibratie. Verwijder het materiaal van het platform." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "10014002", + "intro": "Timelapse wordt niet ondersteund omdat de afdrukvolgorde is ingesteld op 'Per object'." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D bevindt zich in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C06C", + "intro": "De AMS-HT F staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1803C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT D. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C06E", + "intro": "De AMS-HT F-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT Een motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT F. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1807C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT H. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1803C06E", + "intro": "De AMS-HT D-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1802C06E", + "intro": "De AMS-HT C-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT G. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1800C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT A. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1802C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT C. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1807C06E", + "intro": "De AMS-HT H-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1000C003", + "intro": "Het inschakelen van Timelapse in de traditionele modus kan defecten veroorzaken; Activeer deze functie indien nodig." + }, + { + "ecode": "1804C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT E. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1801C06E", + "intro": "De AMS-HT B-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D helpt bij het inbrengen van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C06E", + "intro": "De AMS-HT G-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1801C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS-HT B. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "1804C06E", + "intro": "De AMS-HT E-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "10014001", + "intro": "Timelapse wordt niet ondersteund omdat de modus Spiral Vase is ingeschakeld in slicing-voorinstellingen." + }, + { + "ecode": "0500806E", + "intro": "Vreemde voorwerpen gedetecteerd op heatbed; Controleer en reinig het heatbed." + }, + { + "ecode": "05004004", + "intro": "Het apparaat is bezet en kan geen nieuwe taak starten. Wacht tot de huidige taak is voltooid voordat u een nieuwe taak verzendt." + }, + { + "ecode": "0C004025", + "intro": "De birdseye-camera is vies; Maak het schoon en start het proces opnieuw." + }, + { + "ecode": "05008061", + "intro": "Er is geen printplaat gedetecteerd. Controleer of de printplaat correct is geplaatst." + }, + { + "ecode": "0701C06C", + "intro": "AMS B staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0701C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS B. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "0700C06E", + "intro": "AMS Een motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0703C06C", + "intro": "AMS D staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0703C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS D. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "0701C06B", + "intro": "AMS B verandert van filament. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0700C06C", + "intro": "AMS A staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS C. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "0703C06B", + "intro": "AMS D is het filament aan het veranderen. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "03008054", + "intro": "Plaats het papier dat nodig is voor Afdrukken en snijden." + }, + { + "ecode": "0703C06D", + "intro": "AMS D helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0701C06D", + "intro": "AMS B helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C06A", + "intro": "AMS C leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C06E", + "intro": "De AMS C-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C06C", + "intro": "AMS C staat in de Feed Assist-modus. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C06B", + "intro": "AMS C is het filament aan het veranderen. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0700C06D", + "intro": "AMS A helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0701C06A", + "intro": "AMS B leest RFID uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0702C06D", + "intro": "AMS C helpt bij het inbrengen van filamenten. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "05008082", + "intro": "Verwijder de beschermfolie op de Opaque Glossy Acrylic voordat u deze verwerkt" + }, + { + "ecode": "0703C06A", + "intro": "AMS D leest RFID. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0700C06B", + "intro": "AMS A is van filament aan het veranderen. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "05008060", + "intro": "De huidige module op de gereedschapskop voldoet niet aan de vereisten. Vervang de module volgens de instructies op het scherm." + }, + { + "ecode": "0700C069", + "intro": "Er is een fout opgetreden tijdens het drogen van AMS A. Ga naar de Assistent voor meer informatie." + }, + { + "ecode": "0701C06E", + "intro": "De AMS B-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0700C06A", + "intro": "AMS A leest RFID uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "0703C06E", + "intro": "De AMS D-motor voert een zelftest uit. Kan niet beginnen met drogen. Probeer het later opnieuw." + }, + { + "ecode": "05008056", + "intro": "De snijmodule is geïnstalleerd, maar het laserplatform wordt gedetecteerd. Plaats het snijplatform voor kalibratie." + }, + { + "ecode": "0500C07F", + "intro": "Het apparaat is bezet en kan deze bewerking niet uitvoeren. Om verder te gaan, pauzeert of stopt u de huidige taak." + }, + { + "ecode": "0C008016", + "intro": "De functie voor het detecteren van vreemde voorwerpen werkt niet. U kunt de taak voortzetten of de assistent raadplegen voor oplossingen." + }, + { + "ecode": "07FF8001", + "intro": "Het filament kan niet worden doorgesneden. Controleer de filament snijder." + }, + { + "ecode": "18FF8001", + "intro": "Het filament kan niet worden doorgesneden. Controleer de snijplotter." + }, + { + "ecode": "07018016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07048016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18028016", + "intro": "De extruder extrudeert niet normaal; raadpleeg de Assistent. Na het oplossen van problemen. Als de defecten aanvaardbaar zijn, klik dan op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07078016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18018016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18008016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "0C004021", + "intro": "De installatie van de BirdsEye Camera is mislukt; Start de printer opnieuw op." + }, + { + "ecode": "0C004026", + "intro": "De initialisatie van de Live View-camera is mislukt; Zorg ervoor dat de camera correct is geïnstalleerd." + }, + { + "ecode": "07008016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07038016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07028016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07068016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18048016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18068016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18078016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18038016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07058016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18058016", + "intro": "De extruder extrudeert niet normaal; neem dan contact op met de Assistent. Na het oplossen van problemen. Als de defecten acceptabel zijn, klikt u op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "0C00402D", + "intro": "De camera van de gereedschapskop werkt niet goed; Start het apparaat opnieuw op." + }, + { + "ecode": "07FF8004", + "intro": "Het filament kan niet worden teruggetrokken van de gereedschapskop naar AMS. Controleer of het filament of de spoel vastzit." + }, + { + "ecode": "0500805C", + "intro": "Het type snijmat voor de grip komt niet overeen; plaats een LightGrip-snijmat." + }, + { + "ecode": "05008059", + "intro": "De basis van het snijplatform is niet correct uitgelijnd. Zorg ervoor dat de vier hoeken van het platform zijn uitgelijnd met het warmtebed." + }, + { + "ecode": "0500806C", + "intro": "Plaats het snijplatform correct en zorg ervoor dat de marker zichtbaar is." + }, + { + "ecode": "07018013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is." + }, + { + "ecode": "0500805A", + "intro": "Plaats de snijmat op de basis van de snijbescherming." + }, + { + "ecode": "07068013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18038013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18008013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18048013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18028013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18058013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07048013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "05008071", + "intro": "Het platform wordt niet gedetecteerd; Zorg ervoor dat de cuuting plate correct is geplaatst." + }, + { + "ecode": "05008073", + "intro": "Het limietblok van het heatbed is geblokkeerd of vervuild. Reinig en zorg ervoor dat het limietblok zichtbaar is, anders kan de detectie van de offset van de platformpositie onnauwkeurig zijn." + }, + { + "ecode": "05008068", + "intro": "Plaats de snijmat met sterke grip op de juiste manier en zorg ervoor dat de marker zichtbaar is." + }, + { + "ecode": "0500807C", + "intro": "Plaats a.u.b. het snijplatform (snijbeschermingsvoet + StrongGrip-snijmat)." + }, + { + "ecode": "05008067", + "intro": "Plaats een LightGrip snijmat op de snijbeschermingsbasis." + }, + { + "ecode": "07008013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is." + }, + { + "ecode": "07028013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is." + }, + { + "ecode": "07038013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is." + }, + { + "ecode": "0500806F", + "intro": "Het type snijmat voor de grip komt niet overeen; plaats een StrongGrip-snijmat." + }, + { + "ecode": "18068013", + "intro": "Time-out bij het verwijderen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07058013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "07078013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18018013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "18078013", + "intro": "Time-out voor het doorspoelen van oud filament: Controleer of het filament vastzit of dat de extruder verstopt is. Klik na het oplossen van het probleem op de knop \"Opnieuw proberen\"." + }, + { + "ecode": "03004052", + "intro": "Lokalisatie Z-as blad mislukt" + }, + { + "ecode": "05008058", + "intro": "Plaats de snijmat met lichte grip op de juiste manier en zorg ervoor dat de marker zichtbaar is." + }, + { + "ecode": "0500807B", + "intro": "Plaats a.u.b. het snijplatform (snijbeschermingsvoet + LightGrip-snijmat)." + }, + { + "ecode": "0C008018", + "intro": "De functie voor het detecteren van vreemde voorwerpen werkt niet. U kunt de taak voortzetten of de assistent bekijken voor het oplossen van problemen." + }, + { + "ecode": "0500805B", + "intro": "Het type snijmat is onbekend; Vervang deze door de juiste snijmat." + }, + { + "ecode": "03008064", + "intro": "De temperatuur in de kamer is te hoog. Open de bovenklep en de voordeur om af te koelen. (Detectie van open deur is uitgeschakeld voor deze afdruk.)" + }, + { + "ecode": "0C008017", + "intro": "Vreemde voorwerpen gedetecteerd op het platform; Gelieve ze op tijd op te ruimen." + }, + { + "ecode": "05008077", + "intro": "De visuele markering werd niet gedetecteerd. Zorg ervoor dat het papier op de juiste manier is geplaatst." + }, + { + "ecode": "05008078", + "intro": "Het huidige materiaal komt niet overeen met de instellingen van het gesegmenteerde bestand. Laad het juiste materiaal en zorg ervoor dat de QR-code op het materiaal niet beschadigd of vuil is." + }, + { + "ecode": "0500403F", + "intro": "Drogen AMS; Kan het afdrukken niet starten." + }, + { + "ecode": "0500403D", + "intro": "De gereedschapskop-module is niet ingesteld. Stel het in voordat u de taak start." + }, + { + "ecode": "0300400C", + "intro": "De taak is geannuleerd." + }, + { + "ecode": "05008051", + "intro": "Gedetecteerde printplaat is niet hetzelfde als het Gcode-bestand. Pas de instellingen van de snijmachine aan of gebruik de juiste plaat." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D is aan het drogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "07078010", + "intro": "De AMS-hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18048010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18038010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18028010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18008010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B is aan het drogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "18078010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C is aan het drogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A is aan het drogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "07068011", + "intro": "AMS-filament was op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "0C004027", + "intro": "De kalibratie van de Live View Camera is mislukt. Raadpleeg de assistent voor meer informatie en kalibreer de camera opnieuw na verwerking." + }, + { + "ecode": "07058010", + "intro": "De AMS-hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18018010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "18068010", + "intro": "De hulpmotor van de AMS-HT is overbelast. Dit kan komen door een verstrikt filamentje of een vastzittende spoel." + }, + { + "ecode": "18058010", + "intro": "De AMS-HT hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "07048010", + "intro": "De AMS-hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "07068010", + "intro": "De AMS-hulpmotor is overbelast. Dit kan te wijten zijn aan verstrikt filament of een vastzittende spoel." + }, + { + "ecode": "07078011", + "intro": "AMS-filament was op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07058011", + "intro": "AMS-filament was op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07048011", + "intro": "AMS-filament was op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "0C008015", + "intro": "Objecten gedetecteerd op het platform; Ruim ze alstublieft tijdig op." + }, + { + "ecode": "05024006", + "intro": "Onbekende module gedetecteerd, probeer de firmware bij te werken naar de nieuwste versie." + }, + { + "ecode": "07018017", + "intro": "AMS B is aan het opdrogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "07028017", + "intro": "AMS C is aan het drogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "03004013", + "intro": "Het afdrukken kan niet worden gestart terwijl AMS aan het drogen is." + }, + { + "ecode": "07038017", + "intro": "AMS D is aan het opdrogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "07008017", + "intro": "AMS A is aan het opdrogen. Stop het droogproces voordat u materiaal laadt/lost." + }, + { + "ecode": "07FFC003", + "intro": "Trek het filament op de spoelhouder naar buiten. Als dit bericht aanhoudt, controleer dan of er filament kapot is in de extruder of PTFE-slang. (Sluit een PTFE-slang aan als u op het punt staat een AMS te gebruiken)" + }, + { + "ecode": "07FFC008", + "intro": "Trek het filament op de spoelhouder naar buiten. Als dit bericht aanhoudt, controleer dan of er filament kapot is in de extruder. (Sluit een PTFE-slang aan als u op het punt staat een AMS te gebruiken)" + }, + { + "ecode": "0500405D", + "intro": "Fout serienummer lasermodule: kan niet kalibreren of project maken." + }, + { + "ecode": "0500805E", + "intro": "Fout serienummer snijmodule: kan niet kalibreren of project maken." + }, + { + "ecode": "0500C010", + "intro": "Uitzondering voor lezen-schrijven op USB-stick; Plaats het opnieuw of vervang het." + }, + { + "ecode": "0500402F", + "intro": "De sectorgegevens van de USB-flashdrive zijn beschadigd; Formatteer het alstublieft. Als het nog steeds niet kan worden herkend, vervang dan de USB-stick." + }, + { + "ecode": "05008053", + "intro": "Tijdens het afdrukken is gedetecteerd dat de nozzles niet overeenkomen. Start de afdruk na het opnieuw slicen of ga door met afdrukken nadat u de juiste nozzle hebt vervangen. Let op: de hotend-temperatuur is hoog." + }, + { + "ecode": "05024003", + "intro": "De printer drukt momenteel af en de functie voor het verbeteren van de bewegingsnauwkeurigheid kan niet worden in- of uitgeschakeld." + }, + { + "ecode": "05024005", + "intro": "De AMS is nog niet gekalibreerd, dus het printen kan niet worden gestart." + }, + { + "ecode": "07FF8003", + "intro": "Trek het filament op de spoelhouder naar buiten. Als dit bericht aanhoudt, controleer dan of er filament kapot is in de extruder. (Sluit een PTFE-slang aan als u op het punt staat een AMS te gebruiken.)" + }, + { + "ecode": "03008049", + "intro": "De huidige plaat is ongeldig." + }, + { + "ecode": "05004008", + "intro": "Afdrukken is mislukt; schakel de printer uit en verzend de afdruktaak opnieuw." + }, + { + "ecode": "0500400B", + "intro": "Er is een probleem opgetreden bij het downloaden van een bestand. Controleer uw netwerkverbinding en verzend de printopdracht opnieuw." + }, + { + "ecode": "05004018", + "intro": "Het parsen van de koppelingsconfiguratie-informatie is mislukt; probeer het opnieuw." + }, + { + "ecode": "0500402C", + "intro": "IP-adres is niet verkregen. Dit kan worden veroorzaakt door filamentloze interferentie waardoor gegevensoverdracht mislukt of doordat de DHCP-adrespool van de router vol is. Plaats de printer dichter bij de router en probeer het opnieuw. Als het probleem zich blijft voordoen, controleer dan de routerinstellingen om te zien of de IP-adressen zijn uitgeput." + }, + { + "ecode": "0500400A", + "intro": "De bestandsnaam wordt niet ondersteund. Wijzig de naam en start de printtaak opnieuw." + }, + { + "ecode": "0500400D", + "intro": "Voer een zelftest uit en start de printopdracht opnieuw." + }, + { + "ecode": "0501401A", + "intro": "Toegang tot de cloud is mislukt. Mogelijke oorzaken zijn netwerkinstabiliteit door interferentie, geen toegang tot internet of beperkingen in de configuratie van de firewall van de router. U kunt proberen de printer dichter bij de router te plaatsen of de routerconfiguratie te controleren voordat u het opnieuw probeert." + }, + { + "ecode": "05014033", + "intro": "Uw APP-regio komt niet overeen met uw printer; download de APP in de overeenkomstige regio en registreer uw account opnieuw." + }, + { + "ecode": "0500402D", + "intro": "Systeemuitzondering" + }, + { + "ecode": "03008047", + "intro": "Time-out voor detectie van de snelkoppelingshendel: start de printer opnieuw op." + }, + { + "ecode": "03008008", + "intro": "Nozzle temperatuur storing" + }, + { + "ecode": "03008009", + "intro": "Temperatuur storing warmtebed" + }, + { + "ecode": "05004002", + "intro": "Het pad of de naam van het afdrukbestand wordt niet ondersteund. Verzend de afdruktaak opnieuw." + }, + { + "ecode": "05004006", + "intro": "Er is niet voldoende vrije opslagruimte voor de printtaak. Terugzetten naar de fabrieksinstellingen kan beschikbare ruimte vrijmaken." + }, + { + "ecode": "05014039", + "intro": "De aanmelding voor het apparaat is verlopen; probeer opnieuw te koppelen." + }, + { + "ecode": "03008046", + "intro": "Time-out voor detectie van vreemde voorwerpen: start de printer opnieuw op." + }, + { + "ecode": "03008062", + "intro": "De temperatuur in de kamer is te hoog. Dit kan te wijten zijn aan een hoge omgevingstemperatuur." + }, + { + "ecode": "03008045", + "intro": "Time-out materiaaldetectie: start de printer opnieuw op." + }, + { + "ecode": "0300800C", + "intro": "Overgeslagen stap gedetecteerd: automatisch herstel voltooid; Ga verder met afdrukken en controleer of er problemen zijn met het verschuiven van lagen." + }, + { + "ecode": "0500401A", + "intro": "Toegang tot de cloud is mislukt. Mogelijke oorzaken zijn netwerkinstabiliteit door interferentie, geen toegang tot internet of beperkingen in de configuratie van de firewall van de router. U kunt proberen de printer dichter bij de router te plaatsen of de routerconfiguratie te controleren voordat u het opnieuw probeert." + }, + { + "ecode": "05014018", + "intro": "Het verwerken van de koppelingsconfiguratie-informatie is mislukt, probeer het opnieuw." + }, + { + "ecode": "0300400F", + "intro": "De voedingsspanning komt niet overeen met die van de printer." + }, + { + "ecode": "05024004", + "intro": "Sommige functies worden niet ondersteund door het huidige apparaat. Controleer de instellingen van de Studio-functie of werk de firmware bij naar de nieuwste versie." + }, + { + "ecode": "0500806D", + "intro": "Materiaal niet gedetecteerd. Bevestig de plaatsing en ga verder." + }, + { + "ecode": "0C004022", + "intro": "De installatie van de BirdsEye Camera is mislukt. Controleer of de lasermodule goed werkt." + }, + { + "ecode": "0300801D", + "intro": "De positiesensor van de extruderservomotor werkt niet goed. Schakel eerst de printer uit en controleer of de aansluitkabel los zit." + }, + { + "ecode": "07038002", + "intro": "De snijder zit vast. Zorg ervoor dat de handgreep van het mes uit is." + }, + { + "ecode": "0C00403D", + "intro": "De vision-encoderplaat werd niet gedetecteerd. Controleer of het correct op het warmtebed is geplaatst." + }, + { + "ecode": "07028002", + "intro": "De snijder zit vast. Zorg ervoor dat de handgreep van het mes naar buiten is." + }, + { + "ecode": "07018002", + "intro": "De snijder zit vast. Zorg ervoor dat de handgreep van het mes naar buiten is." + }, + { + "ecode": "0C00C004", + "intro": "Er is een mogelijke spaghettistoring gedetecteerd." + }, + { + "ecode": "05004043", + "intro": "Vanwege stroombeperkingen mag slechts één AMS de stroom van het apparaat gebruiken voor het drogen." + }, + { + "ecode": "05004052", + "intro": "Fout gedetecteerd op de hot-end." + }, + { + "ecode": "05004050", + "intro": "Fout gedetecteerd op de printplaat." + }, + { + "ecode": "03004068", + "intro": "Er is stapverlies opgetreden tijdens het proces voor het verbeteren van de bewegingsnauwkeurigheid. Probeer het opnieuw." + }, + { + "ecode": "05004054", + "intro": "Fout gedetecteerd op de mat." + }, + { + "ecode": "0500403E", + "intro": "De huidige gereedschapskop ondersteunt geen initialisatie." + }, + { + "ecode": "03004066", + "intro": "Kalibratie van de bewegingsprecisie is mislukt." + }, + { + "ecode": "0C00C006", + "intro": "Gespoeld filament kan zich hebben opgestapeld in de afvalkoker." + }, + { + "ecode": "03008063", + "intro": "De temperatuur in de kamer is te hoog. Open de bovenklep en de voordeur om af te koelen." + }, + { + "ecode": "0C00800B", + "intro": "De heatbed-marker werd niet gedetecteerd. Verwijder alle voorwerpen en verwijder de mat. Zorg ervoor dat de marker niet wordt geblokkeerd." + }, + { + "ecode": "0C004029", + "intro": "Materiaal niet gedetecteerd. Bevestig de plaatsing en ga verder." + }, + { + "ecode": "0C008005", + "intro": "Gespoeld filament heeft zich opgestapeld in de afvalgoot, wat een botsing met de gereedschapskop kan veroorzaken." + }, + { + "ecode": "0C008033", + "intro": "Snelspanhendel is niet vergrendeld. Duw het naar beneden om het vast te zetten." + }, + { + "ecode": "0C008009", + "intro": "De localisatiemarker voor de printplaat is niet gevonden." + }, + { + "ecode": "1000C001", + "intro": "Een hoge bedtemperatuur kan leiden tot verstopping van het filament in het stuk. U kunt de kamerdeur openen." + }, + { + "ecode": "1000C002", + "intro": "Het printen van CF-materiaal met roestvrij staal kan leiden tot beschadiging van het stuk." + }, + { + "ecode": "07038010", + "intro": "De AMS-hulpmotor is overbelast. Controleer of de spoel of het filament vastzit en klik na het oplossen van de problemen op de knop Opnieuw proberen." + }, + { + "ecode": "07038011", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07FF8006", + "intro": "Voer het filament in de PTFE-buis totdat het niet verder kan worden geschoven." + }, + { + "ecode": "07FFC006", + "intro": "Voer het filament in de PTFE-buis totdat het niet verder kan worden geschoven." + }, + { + "ecode": "07FFC009", + "intro": "Voer het filament in de PTFE-buis totdat het niet verder kan worden geduwd." + }, + { + "ecode": "07028010", + "intro": "De AMS-hulpmotor is overbelast. Controleer of de spoel of het filament vastzit en klik na het oplossen van de problemen op de knop Opnieuw proberen." + }, + { + "ecode": "07028011", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07018010", + "intro": "De hulpmotor van de AMS is overbelast. Dit kan komen door een verstrikt filamentje of een vastzittende spoel." + }, + { + "ecode": "07018011", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07008011", + "intro": "AMS filament is op. Plaats een nieuw filament in dezelfde AMS-sleuf." + }, + { + "ecode": "07008002", + "intro": "Het snijmechanische is vastgelopen. Trek de hendel van het snijmechanisme uit en klik op \"Opnieuw proberen\"." + }, + { + "ecode": "07008010", + "intro": "De hulpmotor van de AMS is overbelast. Dit kan komen door een verstrikt filamentje of een vastzittende spoel." + }, + { + "ecode": "0501401D", + "intro": "De toegang tot de cloud is mislukt, wat kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "0501401F", + "intro": "Autorisatie time-out. Zorg ervoor dat uw telefoon of pc toegang heeft tot internet en zorg ervoor dat de Bambu Studio/Bambu Handy-app op de voorgrond draait tijdens het koppelen." + }, + { + "ecode": "05014021", + "intro": "De toegang tot de cloud is mislukt, wat kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "05014024", + "intro": "Toegang tot de cloud is mislukt. Mogelijke oorzaken zijn onder meer netwerkinstabiliteit veroorzaakt door interferentie, onmogelijkheid om toegang te krijgen tot het internet of beperkingen in de configuratie van de firewall van de router. U kunt proberen de printer dichter bij de router te plaatsen of de configuratie van de router te controleren voordat u het opnieuw probeert." + }, + { + "ecode": "05014027", + "intro": "Toegang tot de cloud is mislukt; dit kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "05014031", + "intro": "Koppelingsproces is bezig met apparaatdetectie en de QR-code kan niet op het scherm worden weergegeven. U kunt wachten tot de koppeling is voltooid of het koppelingsproces voor apparaatdetectie in de app/Studio afbreken en opnieuw proberen de QR-code op het scherm te scannen om deze te koppelen." + }, + { + "ecode": "05014032", + "intro": "Het koppelen via de QR-code is bezig en er kan geen verbinding worden gemaakt met de detectie van apparaten. U kunt de QR-code op het scherm scannen om deze te koppelen, of de weergavepagina van de QR-code op het scherm verlaten en proberen om de verbinding met apparaatdetectie te proberen." + }, + { + "ecode": "05014034", + "intro": "De voortgang van het slicen is lange tijd niet bijgewerkt en de afdruktaak is afgebroken. Bevestig de parameters en start het afdrukken opnieuw." + }, + { + "ecode": "05014035", + "intro": "Het apparaat is bezig met koppelen en kan niet reageren op nieuwe koppelingsverzoeken." + }, + { + "ecode": "05024001", + "intro": "In deze printopdracht wordt het huidige filament gebruikt. Instellingen kunnen niet worden gewijzigd." + }, + { + "ecode": "05004001", + "intro": "Kan geen verbinding maken met Bambu Cloud. Controleer je netwerkverbinding." + }, + { + "ecode": "05004003", + "intro": "Het afdrukken is gestopt omdat de printer het bestand niet kon verwerken. Verstuur uw afdruktaak opnieuw." + }, + { + "ecode": "05004005", + "intro": "Printtaken mogen niet worden verzonden tijdens het bijwerken van de firmware." + }, + { + "ecode": "05004009", + "intro": "Printtaken mogen niet worden verzonden tijdens het bijwerken van logboeken." + }, + { + "ecode": "0500400E", + "intro": "Het printen is geannuleerd." + }, + { + "ecode": "05004014", + "intro": "Kon de printopdracht niet slicen. Controleer de instellingen en start de printopdracht opnieuw." + }, + { + "ecode": "05004017", + "intro": "Binden is mislukt. Probeer het opnieuw of start de printer opnieuw." + }, + { + "ecode": "05004019", + "intro": "De printer is al gebonden. Ontbind de printer en probeer het opnieuw." + }, + { + "ecode": "0500401D", + "intro": "De toegang tot de cloud is mislukt, wat kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "0500401F", + "intro": "Autorisatie time-out. Zorg ervoor dat uw telefoon of pc toegang heeft tot internet en zorg ervoor dat de Bambu Studio/Bambu Handy-app op de voorgrond draait tijdens het koppelen." + }, + { + "ecode": "05004021", + "intro": "De toegang tot de cloud is mislukt, wat kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "05004024", + "intro": "Toegang tot de cloud is mislukt. Mogelijke oorzaken zijn onder meer netwerkinstabiliteit veroorzaakt door interferentie, onmogelijkheid om toegang te krijgen tot het internet of beperkingen in de configuratie van de firewall van de router. U kunt proberen de printer dichter bij de router te plaatsen of de configuratie van de router te controleren voordat u het opnieuw probeert." + }, + { + "ecode": "05004027", + "intro": "Toegang tot de cloud is mislukt; dit kan worden veroorzaakt door netwerkinstabiliteit als gevolg van interferentie. U kunt proberen de printer dichter bij de router te plaatsen voordat u het opnieuw probeert." + }, + { + "ecode": "0500402A", + "intro": "Kan geen verbinding maken met de router, mogelijk veroorzaakt door filamentloze interferentie of door een te grote afstand van de router. Probeer het opnieuw of plaats de printer dichter bij de router en probeer het opnieuw." + }, + { + "ecode": "0500402B", + "intro": "De verbinding met de router is mislukt vanwege een onjuist wachtwoord. Controleer het wachtwoord en probeer het opnieuw." + }, + { + "ecode": "05004037", + "intro": "Uw gesegmenteerde bestand is niet compatibel met het huidige printermodel. Dit bestand kan niet op deze printer worden afgedrukt." + }, + { + "ecode": "05004038", + "intro": "De diameter van de nozzle in het gesegmenteerde bestand komt niet overeen met de huidige filamentspoelstuk-instelling. Dit bestand kan niet worden afgedrukt." + }, + { + "ecode": "05008013", + "intro": "Het printbestand is niet beschikbaar. Controleer of het opslagmedium is verwijderd." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Het gesegmenteerde bestand is niet consistent met het huidige printermodel. Doorgaan?" + }, + { + "ecode": "05014017", + "intro": "Koppeling is mislukt. Probeer het opnieuw of start de printer opnieuw." + }, + { + "ecode": "05014019", + "intro": "De printer is al gekoppeld. Ontkoppel de printer en probeer het opnieuw." + }, + { + "ecode": "03004001", + "intro": "Er is een time-out opgetreden tijdens de cooldown van de nozzle, alvorens de printer naar de home positie kon gaan." + }, + { + "ecode": "03004005", + "intro": "De snelheid van de stuk ventilator is abnormaal." + }, + { + "ecode": "03004006", + "intro": "De nozzle is verstopt." + }, + { + "ecode": "03004009", + "intro": "Homing van de XY as is mislukt." + }, + { + "ecode": "0300400A", + "intro": "Mechanische resonantie modus identificatie mislukt." + }, + { + "ecode": "0300400D", + "intro": "Hervatten na strooerbreking is mislukt." + }, + { + "ecode": "0300400E", + "intro": "De motor zelf-test is mislukt." + }, + { + "ecode": "03008003", + "intro": "Er zijn spaghettifouten gedetecteerd door de AI-printmonitoring. Controleer de kwaliteit van het geprinte model voordat u verder gaat met printen." + }, + { + "ecode": "03008005", + "intro": "De voorplaat van de gereedschapskop is eraf gevallen. Monteer de voorklep opnieuw en controleer of het afdrukken goed gaat." + }, + { + "ecode": "03008007", + "intro": "Er was een onvoltooide printopdracht toen de printer uitviel. Als het model nog aan de printplaat vastzit, kun je proberen de afdruktaak te hervatten." + }, + { + "ecode": "0300800E", + "intro": "Het printbestand is niet beschikbaar. Controleer of het opslagmedium is verwijderd." + }, + { + "ecode": "0300800F", + "intro": "De deur lijkt open te staan, dus het printen werd gepauzeerd." + }, + { + "ecode": "03008010", + "intro": "De snelheid van de ventilator van het verwarmingselement is abnormaal." + }, + { + "ecode": "03008013", + "intro": "Het afdrukken is gepauzeerd door de gebruiker. U kunt \"Hervatten\" selecteren om het afdrukken voort te zetten." + }, + { + "ecode": "03008018", + "intro": "Storing in de kamertemperatuur." + }, + { + "ecode": "03008019", + "intro": "Er is geen printplaat geplaatst." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_pl_22E.json b/resources/hms/hms_pl_22E.json new file mode 100644 index 0000000000..54037418b8 --- /dev/null +++ b/resources/hms/hms_pl_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "pl": [ + { + "ecode": "0300020000010008", + "intro": "Temperatura dyszy ekstrudera jest nietypowa i nie może osiągnąć ustawionej wartości. Może to być spowodowane niewłaściwie zamontowaną silikonową osłoną dyszy." + }, + { + "ecode": "030018000001000D", + "intro": "Kalibracja wykrywania zlepiania dyszy nie powiodła się. Wykryto nadmierną siłę na dyszy. Upewnij się, że dysza jest poprawnie zamontowana." + }, + { + "ecode": "030018000001000E", + "intro": "Kalibracja wykrywania zlepiania dyszy nie powiodła się. Dysza nie dotknęła wewnętrznej ściany otworu. Proszę wyczyścić dyszę i otwór w stalowej płycie z tyłu po prawej stronie podgrzewanej łóżka." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "Ekstruder wytłacza w sposób nieprawidłowy. Może być zatkany, filament może być zbyt cienki, co powoduje ślizganie się ekstrudera, lub zewnętrznie zamontowany filament może być splątany." + }, + { + "ecode": "0300090000020004", + "intro": "Opór wytłaczania jest nieprawidłowy. Ekstruder może być zatkany lub filament mógł utknąć w głowicy, albo filament zamontowany na zewnątrz może być splątany." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "Prędkość lewego wentylatora pomocniczego jest zbyt niska. Może być zablokowany i wymagać czyszczenia." + }, + { + "ecode": "03003A0000020002", + "intro": "Prędkość lewego wentylatora pomocniczego jest zbyt niska. Może być zablokowany i wymagać czyszczenia." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Błąd autoryzacji zestawu do time-lapse. Spróbuj podłączyć kabel ponownie lub zrestartować drukarkę." + }, + { + "ecode": "0C0003000003001A", + "intro": "Wykrywanie ciał obcych nie powiodło się, prawdopodobnie z powodu ręcznego jego przerwania (np. kliknięcia przycisku \"Stop\"). Jeśli nie, spróbuj zrestartować drukarkę lub zaktualizować firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Pręty gwintowane wymagają natychmiastowego nasmarowania." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Wykryto nietypowy skok w danych czujnika siły wytłaczania ekstrudera, potencjalnie spowodowany słabym kontaktem czujnika lub wadliwym czujnikiem." + }, + { + "ecode": "0300910000010008", + "intro": "Podgrzewacz komory 1 nie osiągnął temperatury docelowej." + }, + { + "ecode": "0C00030000020015", + "intro": "Wykrywanie obcych obiektów nie działa. Wykryto, że kamera Live View została wymieniona. Jeśli jest zamontowany moduł tnący, proszę go odinstalować, a następnie ekranie drukarki wybrać \"Ustawienia > Kalibracja\" i ponownie skalibrować kamerę Live View." + }, + { + "ecode": "0C00030000020014", + "intro": "Zmniejszyła się dokładność wykrywania obcych obiektów. Jeśli zdarza się to często, przeprowadź kalibrację kamery Live View (\"Ustawienia\" > \"Kalibracja\" na ekranie drukarki). Jeśli zainstalowany jest moduł tnący, usuń go przed kontynuowaniem." + }, + { + "ecode": "0C00030000020012", + "intro": "Wykrywanie obcych obiektów nie działa. Kamera Live View wymaga kalibracji. Proszę wybrać \"Ustawienia > Kalibracja\" na ekranie drukarki. Jeśli jest zainstalowany moduł tnący, usuń go przed kalibracją." + }, + { + "ecode": "0501040000030003", + "intro": "Pionowe pręty wymagają teraz czyszczenia i smarowania." + }, + { + "ecode": "0300180000030009", + "intro": "Po raz pierwszy wykonywany jest wydruk przy wysokiej temperaturze podgrzewanego stołu. Rozpoczęto automatyczną kalibracja stołu, aby uzyskać lepszą jakość druku pierwszej warstwy." + }, + { + "ecode": "03002D0000030009", + "intro": "Po raz pierwszy wykonywany jest wydruk przy wysokiej temperaturze podgrzewanego stołu. Rozpoczęto automatyczną kalibracja stołu, aby uzyskać lepszą jakość druku pierwszej warstwy." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Poziomowanie podgrzewanego stołu nie powiodło się, prawdopodobnie z powodu obcych przedmiotów na stole lub przechylenia stołu. Kontynuowanie drukowania może uszkodzić płytę roboczą. Proszę usunąć wszelkie zanieczyszczenia lub ręcznie wypoziomować stół przed ponowną próbą." + }, + { + "ecode": "0500030000020055", + "intro": "Informacje o użytkowniku wygasły, zaloguj się ponownie." + }, + { + "ecode": "0300290000010001", + "intro": "Wzór Vision Enkodera nie może być rozpoznany. Możliwe przyczyny to: zniekształcenie wzoru, nadmierne oświetlenie, nieprawidłowe umiejscowienie płyty." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "03002B0000020001", + "intro": "Kalibracja przepustnicy powietrza nie powiodła się. Sprawdź, czy żaden obcy przedmiot jej nie blokuje." + }, + { + "ecode": "0701900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS B jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0707910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS H jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1803900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT D jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT H jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT A jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT A jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS E jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1803910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT D jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS F jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1805900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT F jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS G jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1804900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT E jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS H jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1802900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT C jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT F jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT E jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT G jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS A jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0702900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS C jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0706910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS G jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0701910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS B jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1801910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT B jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT G jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS D jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0700900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS A jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0704910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS E jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0705910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS F jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0702910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS C jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "0703900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS D jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS." + }, + { + "ecode": "1801900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT B jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "Czujnik prądu zaworu wylotowego 1 w AMS-HT H jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "Czujnik prądu zaworu wylotowego 2 w AMS-HT C jest uszkodzony. Proszę skontaktować się z obsługą klienta w celu wymiany płyty głównej AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0300320000010001", + "intro": "Prędkość wentylatora po prawej stronie (komponent wspomagania chłodzenia–filtracja) jest zbyt niska lub zatrzymał się. Może być zablokowany lub wtyczka może nie być prawidłowo podłączona." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0300320000010002", + "intro": "Prędkość wentylatora po prawej stronie (komponent wspomagania chłodzenia–filtracja) jest zbyt niska. Może być zablokowany i wymagać czyszczenia." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C wykorzystuje zasilanie drukarki do suszenia podczas ładowania/drukowania. Aby poprawić efektywność suszenia, proszę podłączyć zasilacz." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F Zbyt duże odchylenia podczas kontroli temperatury, co może być spowodowane otwartą pokrywą lub nieprawidłowym działaniem grzałki." + }, + { + "ecode": "0500060000020001", + "intro": "Kamera głowicy nie jest na miejscu. Proszę sprawdzić połączenie sprzętowe." + }, + { + "ecode": "0700610000020001", + "intro": "Gniazdo 2 modułu AMS A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0701610000020001", + "intro": "Gniazdo 2 modułu AMS B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0701620000020001", + "intro": "Gniazdo 3 modułu AMS B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0701630000020001", + "intro": "Gniazdo 4 modułu AMS B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0702600000020001", + "intro": "Gniazdo 1 modułu AMS C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1802620000020001", + "intro": "Gniazdo 3 modułu AMS-HT C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0707620000020001", + "intro": "Gniazdo 3 modułu AMS H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1803620000020001", + "intro": "Gniazdo 3 modułu AMS-HT D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1804610000020001", + "intro": "Gniazdo 2 modułu AMS-HT E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1804630000020001", + "intro": "Gniazdo 4 modułu AMS-HT E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0707630000020001", + "intro": "Gniazdo 4 modułu AMS H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1807600000020001", + "intro": "Gniazdo 1 modułu AMS-HT H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0705630000020001", + "intro": "Gniazdo 4 modułu AMS F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0704600000020001", + "intro": "Gniazdo 1 modułu AMS E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1800600000020001", + "intro": "Gniazdo 1 modułu AMS-HT A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0707600000020001", + "intro": "Gniazdo 1 modułu AMS H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1801610000020001", + "intro": "Gniazdo 2 modułu AMS-HT B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0706600000020001", + "intro": "Gniazdo 1 modułu AMS G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0706630000020001", + "intro": "Gniazdo 4 modułu AMS G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0300180000010005", + "intro": "Ruch silnika osi Z jest ograniczony. Proszę sprawdzić, czy na prowadnicy osi Z lub kole pasowym osi Z nie znajduje się ciało obce. Upewnij się również, że płyta robocza umieszczona jest prawidłowo, aby uniknąć kolizji z innymi elementami." + }, + { + "ecode": "0700600000020001", + "intro": "Gniazdo 1 modułu AMS A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0700620000020001", + "intro": "Gniazdo 3 modułu AMS A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0700630000020001", + "intro": "Gniazdo 4 modułu AMS A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0701600000020001", + "intro": "Gniazdo 1 modułu AMS B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0702610000020001", + "intro": "Gniazdo 2 modułu AMS C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0702620000020001", + "intro": "Gniazdo 3 modułu AMS C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0702630000020001", + "intro": "Gniazdo 4 modułu AMS C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0703600000020001", + "intro": "Gniazdo 1 modułu AMS D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0703610000020001", + "intro": "Gniazdo 2 modułu AMS D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0703620000020001", + "intro": "Gniazdo 3 modułu AMS D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0703630000020001", + "intro": "Gniazdo 4 modułu AMS D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1806600000020001", + "intro": "Gniazdo 1 modułu AMS-HT G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0706620000020001", + "intro": "Gniazdo 3 modułu AMS G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1805630000020001", + "intro": "Gniazdo 4 modułu AMS-HT F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1803630000020001", + "intro": "Gniazdo 4 modułu AMS-HT D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0705610000020001", + "intro": "Gniazdo 2 modułu AMS F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1806610000020001", + "intro": "Gniazdo 2 modułu AMS-HT G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0704620000020001", + "intro": "Gniazdo 3 modułu AMS E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1800630000020001", + "intro": "Gniazdo 4 modułu AMS-HT A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1802600000020001", + "intro": "Gniazdo 1 modułu AMS-HT C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1801630000020001", + "intro": "Gniazdo 4 modułu AMS-HT B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1806630000020001", + "intro": "Gniazdo 4 modułu AMS-HT G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0704630000020001", + "intro": "Gniazdo 4 modułu AMS E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1805610000020001", + "intro": "Gniazdo 2 modułu AMS-HT F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1802630000020001", + "intro": "Gniazdo 4 modułu AMS-HT C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1804620000020001", + "intro": "Gniazdo 3 modułu AMS-HT E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1805620000020001", + "intro": "Gniazdo 3 modułu AMS-HT F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1800620000020001", + "intro": "Gniazdo 3 modułu AMS-HT A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0706610000020001", + "intro": "Gniazdo 2 modułu AMS G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0705620000020001", + "intro": "Gniazdo 3 modułu AMS F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1805600000020001", + "intro": "Gniazdo 1 modułu AMS-HT F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1803610000020001", + "intro": "Gniazdo 2 modułu AMS-HT D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1801600000020001", + "intro": "Gniazdo 1 modułu AMS-HT B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1807620000020001", + "intro": "Gniazdo 3 modułu AMS-HT H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1807630000020001", + "intro": "Gniazdo 4 modułu AMS-HT H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1804600000020001", + "intro": "Gniazdo 1 modułu AMS-HT E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0707610000020001", + "intro": "Gniazdo 2 modułu AMS H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1806620000020001", + "intro": "Gniazdo 3 modułu AMS-HT G jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1807610000020001", + "intro": "Gniazdo 2 modułu AMS-HT H jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1803600000020001", + "intro": "Gniazdo 1 modułu AMS-HT D jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1802610000020001", + "intro": "Gniazdo 2 modułu AMS-HT C jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1800610000020001", + "intro": "Gniazdo 2 modułu AMS-HT A jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "1801620000020001", + "intro": "Gniazdo 3 modułu AMS-HT B jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0705600000020001", + "intro": "Gniazdo 1 modułu AMS F jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "0704610000020001", + "intro": "Gniazdo 2 modułu AMS E jest przeciążone. Filament może być splątany lub bufor filamentu może być zablokowany." + }, + { + "ecode": "050003000002000E", + "intro": "Niektóre moduły są niekompatybilne z obecną wersją firmware drukarki, co może wpływać na jej prawidłowe działanie. Połącz się z internetem i przejdź do strony \"Firmware\", aby zaktualizować oprogramowanie lub wykonaj aktualizację offline zgodnie z Wiki." + }, + { + "ecode": "0500050000010007", + "intro": "Weryfikacja polecenia MQTT nie powiodła się. Zaktualizuj Studio (wraz z wtyczką sieciową) lub Handy do najnowszej wersji, a następnie uruchom program ponownie i ponów próbę." + }, + { + "ecode": "0300A80000010001", + "intro": "Nieprawidłowe zasilanie AMS, prawdopodobnie spowodowane uszkodzeniem modułu AMS, zwarciem na złączu AMS lub zbyt wiele podłączonych modułów AMS. Proszę sprawdzić połączenie." + }, + { + "ecode": "030018000001000B", + "intro": "Nie udało się wykryć obecności dyszy: Dysza nie została zainstalowana lub została zainstalowana nieprawidłowo." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy ślizga się.Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F gniazdo 1 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "07FFA00000020001", + "intro": "Upłynął limit czasu na cold pull. Kliknij \"Spróbuj ponownie\", a następnie ręcznie wyciągnij filament." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D wykrył uszkodzenie rurki PTFE podczas ładowania filamentu. Sprawdź, czy rurki PTFE wewnątrz i na zewnątrz AMS nie odłączyły się lub nie zostały uszkodzone." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H gniazdo 1 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F gniazdo 2 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E gniazdo 3 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H gniazdo 3 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A gniazdo 4 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F gniazdo 4 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F gniazdo 4 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B gniazdo 2 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G gniazdo 1 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F gniazdo 3 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C gniazdo 2 silnik jednostki podającej jest zablokowany i nie może obracać szpuli." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy ślizga się. Wyciągnij filament, odetnij uszkodzony fragment, a następnie spróbuj ponownie." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C gniazdo 1 czujnik odometrii filamentu nie wysyła sygnału, co może być spowodowane słabym stykiem w złączu odometru lub jego usterką." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B gniazdo 1 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E gniazdo 4 silnik jednostki podającej nie wysyła sygnału, co może być spowodowane słabym stykiem na złączu silnika lub jego awarią." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E gniazdo 2 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D gniazdo 3 wykryto nieprawidłowy stan filamentu, co może być spowodowane jego pęknięciem wewnątrz AMS." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C gniazdo 3 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B gniazdo 4 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C gniazdo 1 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D gniazdo 2 opór podawania jest zbyt wysoki. Upewnij się, że szpula obraca się swobodnie, a rurka podająca filament nie jest zbyt długa ani zagięta." + }, + { + "ecode": "18FF700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07FF700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07FE700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18FE700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "03002C0000010001", + "intro": "Wykryto przeszkodę pod stołem grzewczym. Usuń ją, aby zapewnić prawidłowe drukowanie." + }, + { + "ecode": "0300930000010006", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury nagrzewnicy komory na wlocie powietrza może mieć przerwany obwód." + }, + { + "ecode": "0300930000010005", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury nagrzewnicy komory na wlocie powietrza może mieć zwarcie." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "050003000001000E", + "intro": "Niektóre moduły zewnętrzne mogą być niekompatybilne z obecną wersją firmware drukarki, co może wpływać na jej prawidłowe działanie. Po połączeniu z internetem przejdź do zakładki \"Firmware\", aby przeprowadzić aktualizację." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Utrata sygnału pozycji bufora filamentu: przewód lub czujnik położenia może być uszkodzony." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D Rezystancja cewki zaworu wylotowego 1 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A Rezystancja cewki zaworu wylotowego 2 jest nieprawidłowa, co może być spowodowane nieprawidłowym okablowaniem lub uszkodzeniem." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D gniazdo 4 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C gniazdo 3 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D gniazdo 2 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G gniazdo 1 rurka PTFE wewnątrz AMS jest uszkodzona, lub czujnik Halla odpowiedzialny za wykrywanie podawania filamentu nie działa prawidłowo." + }, + { + "ecode": "0C00040000020026", + "intro": "Inicjalizacja kamery Liveview nie powiodła się, a niektóre funkcje AI, takie jak wykrywanie spaghetti, zostaną wyłączone. Uruchom ponownie drukarkę. Jeśli problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "Kamera BirdsEye nie jest na miejscu. Proszę sprawdzić połączenie sprzętowe" + }, + { + "ecode": "0C0003000002001C", + "intro": "Wygląda na to, że dysza jest zatkana lub zablokowana materiałem." + }, + { + "ecode": "030001000003000F", + "intro": "Temperatura w komorze jest obecnie wysoka, a stół grzewczy powoli się schładza. Zaleca się otwarcie górnej pokrywy lub przednich drzwiczek w celu przyspieszenia procesu chłodzenia." + }, + { + "ecode": "0300930000010004", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury nagrzewnicy komory na wylocie powietrza może mieć przerwany obwód." + }, + { + "ecode": "0500030000010004", + "intro": "Moduł bufora filamentu nie działa prawidłowo. Uruchom ponownie urządzenie." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0583040000010045", + "intro": "Firmware AMS-HT D nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0582040000010045", + "intro": "Firmware AMS-HT C nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0586040000010045", + "intro": "Firmware AMS-HT G nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0502050000010014", + "intro": "Certyfikacja AMS C nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0502040000010044", + "intro": "Firmware AMS C nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "Firmware AMS-HT F nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0501050000010014", + "intro": "Certyfikacja AMS B nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0585050000010017", + "intro": "Certyfikacja AMS-HT F nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0587040000010045", + "intro": "Firmware AMS-HT H nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0586050000010017", + "intro": "Certyfikacja AMS-HT G nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0503050000010014", + "intro": "Certyfikacja AMS D nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0503040000010044", + "intro": "Firmware AMS D nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0500050000010014", + "intro": "Certyfikacja AMS A nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0581040000010045", + "intro": "Firmware AMS-HT B nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0501040000010044", + "intro": "Firmware AMS B nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0580040000010045", + "intro": "Firmware AMS-HT A nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0584040000010045", + "intro": "Firmware AMS-HT E nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0584050000010017", + "intro": "Certyfikacja AMS-HT E nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0587050000010017", + "intro": "Certyfikacja AMS-HT H nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0500040000010044", + "intro": "Firmware AMS A nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0581050000010017", + "intro": "Certyfikacja AMS-HT B nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0582050000010017", + "intro": "Certyfikacja AMS-HT C nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0580050000010017", + "intro": "Certyfikacja AMS-HT A nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0583050000010017", + "intro": "Certyfikacja AMS-HT D nie powiodła się. Podłącz ponownie kabel lub uruchom ponownie drukarkę." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G Napięcie zasilacza jest zbyt niskie, co może skutkować niewystarczającą temperaturą suszenia. Wymień zasilacz." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G Napięcie zasilacza jest zbyt wysokie, co może uszkodzić obwód grzałki. Wymień zasilacz." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Urządzenie nie działa prawidłowo. Uruchom je ponownie." + }, + { + "ecode": "0C00040000030018", + "intro": "Kalibracja przesunięcia ostrza tnącego nie powiodła się. Może to wpłynąć na dokładność cięcia. Zapoznaj się z Wiki, aby sprawdzić, czy końcówka ostrza jest zużyta." + }, + { + "ecode": "0C00040000020023", + "intro": "Pomiar grubości nie powiódł się, kamera głowicy nie była w stanie wykryć powierzchni materiału." + }, + { + "ecode": "0500040000020043", + "intro": "Kamera głowicy jest zabrudzona lub zasłonięta. Wyczyść ją i kontynuuj." + }, + { + "ecode": "03000F0000010001", + "intro": "Wykryto nieprawidłowe dane akcelerometru. Spróbuj ponownie uruchomić drukarkę." + }, + { + "ecode": "0500020000020008", + "intro": "Synchronizacja czasu nie powiodła się." + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0707920000020003", + "intro": "AMS H wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0705920000020003", + "intro": "AMS F wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0701930000020003", + "intro": "AMS B wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0704930000020003", + "intro": "AMS E wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0505050000010010", + "intro": "Firmware AMS F nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0501050000010010", + "intro": "Firmware AMS B nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0507050000010010", + "intro": "Firmware AMS H nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0582050000010010", + "intro": "Firmware AMS-HT C nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0584050000010010", + "intro": "Firmware AMS-HT E nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0587050000010010", + "intro": "Firmware AMS-HT H nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0586050000010010", + "intro": "Firmware AMS-HT G nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0585050000010010", + "intro": "Firmware AMS-HT F nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0580050000010010", + "intro": "Firmware AMS-HT A nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "050005000001000F", + "intro": "Firmware akcesorium nie jest zgodny z drukarką. Proszę zaktualizować go na stronie \"Firmware\"." + }, + { + "ecode": "0502050000010010", + "intro": "Firmware AMS C nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0506050000010010", + "intro": "Firmware AMS G nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0504050000010010", + "intro": "Firmware AMS E nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0503050000010010", + "intro": "Firmware AMS D nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0706930000020003", + "intro": "AMS G wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0706920000020003", + "intro": "AMS G wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0702920000020003", + "intro": "AMS C wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0704920000020003", + "intro": "AMS E wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0703930000020003", + "intro": "AMS D wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0707930000020003", + "intro": "AMS H wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0703920000020003", + "intro": "AMS D wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0700930000020003", + "intro": "AMS A wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0702930000020003", + "intro": "AMS C wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0705930000020003", + "intro": "AMS F wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0701920000020003", + "intro": "AMS B wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0700920000020003", + "intro": "AMS A wentylator chłodzący grzałkę 1 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B wentylator chłodzący grzałkę 2 nie może zostać uruchomiony, ponieważ zasilacz nie jest podłączony." + }, + { + "ecode": "0500050000010010", + "intro": "Firmware AMS A nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0583050000010010", + "intro": "Firmware AMS-HT D nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0581050000010010", + "intro": "Firmware AMS-HT B nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0500040000020034", + "intro": "Wykryto moduł lasera po raz pierwszy. Aby uzyskać bardziej precyzyjne cięcie i grawerowanie, przed użyciem należy przeprowadzić konfigurację (~4 minuty). Upewnij się, że śruba H2.0 z tyłu pompy powietrza jest usunięta." + }, + { + "ecode": "1804200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1802210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1803230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1804200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0700230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1804200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0701230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0701210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0702220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0705220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1807200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0705230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0704210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0706220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0701220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu LAB." + }, + { + "ecode": "1806200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1807220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0703230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1806200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1801210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0703210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1804210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1807200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1804220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0703230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0701220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0701210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0703200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0702210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1806230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1805230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1804210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0701220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1803200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1801230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0706210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0705230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0705200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1801220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1804230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0705220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0701220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1802200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1801220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0704230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1805210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0700210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0704220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0703210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1807230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0705210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1803210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1802210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0704200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0703230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0702200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0701210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0700200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0707220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1801230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1800200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0704230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0705230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0706210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0706230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0707230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0704210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1806210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0704220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0707210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0703220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1802230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0702200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0703230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0706200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0704200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1802210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0700230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1803220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1805210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1807210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1806230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1805210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0707210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1805210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0702220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1806210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0705230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0701200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0704220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0704200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0701200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1804220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1801200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1806230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0706230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1801220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0704200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0705200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1802220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1802230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1801200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1801230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0701210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1800230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1801200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1805200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1804210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1804230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1804220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0701210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1804230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0702200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0703220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1802220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1802210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0702200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0706200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0707220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1804220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1800210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1802230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0700220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0705220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1800200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1805200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1802210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0704210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0700230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1807230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0707230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0705220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0707210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0706210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1803200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0700230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1804210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0700220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0703220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0702230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0705220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1805210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0706210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1806200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0700210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0706200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1802230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0705210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0703220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0704210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1801220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0702200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0706200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1800200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1801230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0702220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1802220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1807220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0705210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1806230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1801220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0704200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1804210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0704230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0707200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1801210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0707210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1801200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1805230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1800210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0707230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0704220000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0707210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0702210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1800220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0706230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0705200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1800230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1803230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1804200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1803210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1805230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0707230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1807210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0706220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1805230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "0705220000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 3. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 4. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0704210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1801220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1803210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1802200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0701200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS F gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1801210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1807210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0701230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806210000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0701200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1804220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT E gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803200000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 1. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1807220000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 3. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0700200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "1805200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1806200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0701230000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS B gniazdo 4. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1805200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT H gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1805230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT F gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0706230000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS G gniazdo 4. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT A gniazdo 3. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0703200000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "1803230000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 4. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0700200000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 4. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1803220000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT D gniazdo 3. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "1802210000010083", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT C gniazdo 2. Znacznik RFID może być uszkodzony." + }, + { + "ecode": "1801210000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT B gniazdo 2. Wykryto nieoficjalny znacznik RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS H gniazdo 4. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS D gniazdo 1. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0700200000010081", + "intro": "Nie udało się odczytać informacji o filamencie z AMS A gniazdo 1. Płyta główna AMS nie działa prawidłowo." + }, + { + "ecode": "0702210000010086", + "intro": "Nie udało się odczytać informacji o filamencie z AMS C gniazdo 2. Znacznik RFID nie może się obrócić z powodu zacięcia podczas załadunku lub rozładunku filamentu. Proszę wyciągnąć filament i spróbować ponownie." + }, + { + "ecode": "0704200000010085", + "intro": "Nie udało się odczytać informacji o filamencie z AMS E gniazdo 1. Nie można zweryfikować znacznika RFID. Spróbuj użyć filamentu Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "Nie udało się odczytać informacji o filamencie z AMS-HT G gniazdo 2. Znacznik RFID może być uszkodzony lub umieszczony na skraju czytnika RFID. Proszę uciąć 5cm filamentu i spróbować ponownie." + }, + { + "ecode": "0C0003000003000D", + "intro": "Wykryto, że ekstruder nie wytłacza poprawnie. Sprawdź i zdecyduj, czy drukowanie powinno zostać zatrzymane." + }, + { + "ecode": "0C00030000020018", + "intro": "Wykryto nie wystarczającą pamięć systemową, a funkcja wykrywania obcych obiektów nie działa. Proszę uruchomić ponownie urządzenie lub zaktualizować oprogramowanie po zakończeniu zadania." + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F gniazdo 2 przekroczono limit czasu cofania filamentu do AMS." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700200000020019", + "intro": "AMS A gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0707230000020021", + "intro": "AMS H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700210000020021", + "intro": "AMS A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700230000020021", + "intro": "AMS A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0703220000020017", + "intro": "AMS D gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700220000020022", + "intro": "AMS A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700210000020022", + "intro": "AMS A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0705230000020019", + "intro": "AMS F gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0300020000010009", + "intro": "Sterowanie temperaturą dyszy jest nieprawidłowe. Hot-end może nie być zainstalowany. Jeśli chcesz podgrzać hotend bez jego instalacji, włącz tryb konserwacji na stronie ustawień." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0701220000020017", + "intro": "AMS B gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0707200000020017", + "intro": "AMS H gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0703200000020017", + "intro": "AMS D gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0706220000020021", + "intro": "AMS G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0300030000020002", + "intro": "Prędkość wentylatora chłodzącego hotend jest za niska. Proszę sprawdzić czy nie jest zanieczyszczony i jeśli jest potrzeba, wyczyścić go." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0703230000020017", + "intro": "AMS D gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700220000020018", + "intro": "AMS A gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0707220000020017", + "intro": "AMS H gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0700230000020010", + "intro": "AMS A gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C gniazdo 2 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G gniazdo 3 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H gniazdo 1 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A gniazdo 1 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "0300900000010003", + "intro": "Ogrzewanie komory nie powiodło się. Temperatura zasilacza może być zbyt wysoka." + }, + { + "ecode": "0300900000010001", + "intro": "Podgrzewanie komory zakończone niepowodzeniem. Grzałka komory może nie dostarczać gorącego powietrza." + }, + { + "ecode": "0300900000010002", + "intro": "Podgrzewanie komory nie powiodło się. Komora może nie być zamknięta, temperatura otoczenia może być zbyt niska lub otwór wentylacyjny zasilacza może być zablokowany." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H gniazdo 2 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0703210000020017", + "intro": "AMS D gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0704230000020020", + "intro": "AMS E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0702200000020017", + "intro": "AMS C gniazdo 1 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce między buforem filamentu, a głowicą." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B gniazdo 3 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H gniazdo 1 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D gniazdo 2 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D gniazdo 1 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D gniazdo 2 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E gniazdo 3 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C gniazdo 4 przekroczono limit czasu podawania filamentu z AMS." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G gniazdo 4 nie udało się obrócić szpuli z filamentem podczas cofania filamentu z powrotem do AMS." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D gniazdo 4 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C gniazdo 3 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B gniazdo 3 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E gniazdo 3 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F gniazdo 4 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE przy AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E gniazdo 4 przekroczono limit czasu wycofania filamentu do AMS." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B gniazdo 1 silnik pomocniczy nie działa, zbyt duży opór w rurce PTFE przy buforze filamentu." + }, + { + "ecode": "0704210000020019", + "intro": "AMS E gniazdo 2 silnik pomocniczy nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a buforem filamentu." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D gniazdo 2 silnik nie działa, z powodu zbyt dużego oporu w rurce PTFE pomiędzy AMS, a drukarką." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E gniazdo 4 silnik pomocniczy nie działa, zbyt duży opór w rurce przy głowicy." + }, + { + "ecode": "0500040000020041", + "intro": "Wykryto długi czas użytkowania modułu lasera. Wyczyść go, aby nie wpływało to na proces obróbki laserem." + }, + { + "ecode": "0500040000020042", + "intro": "Kamera Live View jest zabrudzona lub zasłonięta. Wyczyść ją i kontynuuj." + }, + { + "ecode": "1807700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1803700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1800700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1804700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1805700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0706700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1803700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1804700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1801700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1806700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0700700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0701700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0701700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0702700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0703700000020006", + "intro": "Przekroczenie limitu czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0500060000020031", + "intro": "Kamera głowicy nie jest podłączona. Proszę sprawdzić sprzęt oraz połączenia kablowe." + }, + { + "ecode": "0700700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0702700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0703700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0500060000020032", + "intro": "Powiązanie kamery dyszy nie powiodło się. Proszę sprawdzić sprzęt oraz połączenia kablowe." + }, + { + "ecode": "0300C10000010003", + "intro": "Adaptacyjny system przepływu powietrza nie może aktywować trybu lasera. Sprawdź stan drzwiczek wentylacyjnych." + }, + { + "ecode": "0500010000030006", + "intro": "Dysk USB nie jest sformatowany lub nie można na nim zapisywać danych. Proszę sformatować dysk USB." + }, + { + "ecode": "1807700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0707700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1802700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0705700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0707700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1801700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1800700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1806700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0704700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "1802700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0704700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "0705700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0706700000020006", + "intro": "Przekroczono limit czasu usuwania starego filamentu. Możliwa przyczyna: zablokowany filament lub zatkany ekstruder/dysza." + }, + { + "ecode": "1805700000020003", + "intro": "Nie udało się wytłoczyć filamentu. Możliwa przyczyna: zatkany ekstruder lub dysza." + }, + { + "ecode": "0C00040000020007", + "intro": "Trwa konfiguracja kamery BirdsEye. Usuń wszystkie obiekty i usuń matę. Upewnij się, że znacznik nie jest zasłonięty. W tym czasie proszę oczyścić zarówno kamerę BirdsEye, jak i kamerę głowicy oraz usuwając wszelkie przeszkody, które mogą blokować widoczność." + }, + { + "ecode": "0300C00000010002", + "intro": "Awaria klapy przełącznika filtra: może być zablokowana." + }, + { + "ecode": "0300C10000010001", + "intro": "Adaptacyjny system przepływu powietrza nie może aktywować trybu chłodzenia. Sprawdź stan drzwiczek wentylacyjnych." + }, + { + "ecode": "0300C10000010002", + "intro": "Adaptacyjny system przepływu powietrza nie może aktywować trybu ogrzewania. Sprawdź stan drzwiczek wentylacyjnych." + }, + { + "ecode": "0500040000020037", + "intro": "Moduł tnący wymaga kalibracji. Przed użyciem należy przeprowadzić kalibrację montażu. (około 2-4 minuty)" + }, + { + "ecode": "1806700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0705700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1800700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1803700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1805700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1802700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1807700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0300280000010003", + "intro": "Wystąpił błąd komunikacji między modułem tnącym a głowicą podczas bazowania osi Z. Proszę skontrolować połączenie kabla sygnałowego modułu tnącego, oraz zweryfikować stan cewki czujnika siły." + }, + { + "ecode": "0500010000020001", + "intro": "Ścieżka przesyłania mediów działa nieprawidłowo. Proszę ponownie uruchomić drukarkę. Jeśli wielokrotne próby zawiodą, prosimy o kontakt z obsługą klienta." + }, + { + "ecode": "0700700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0701700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0702700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0703700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0300180000010007", + "intro": "Częstotliwość czujnika siły ekstruzji jest zbyt wysoka. Czujnik może być uszkodzony lub radiator dyszy może być zbyt blisko czujnika." + }, + { + "ecode": "0300180000010004", + "intro": "Sygnał z czujnika siły ekstruzji jest nieprawidłowy. Czujnik może być uszkodzony, lub komunikacja MC-TH może działać nieprawidłowo." + }, + { + "ecode": "03009D0000020003", + "intro": "Wynik kalibracji punktu ogniskowania lasera grawerującego w osi Z znacznie odbiega od wartości projektowych. Ponownie zainstaluj i przeprowadź konfigurację modułu lasera. Jeśli problem powtarza się wielokrotnie, skontaktuj się z obsługą klienta." + }, + { + "ecode": "0C00040000010005", + "intro": "Awaria kamery BirdsEye: proszę skontaktować się z obsługą klienta." + }, + { + "ecode": "0300180000010008", + "intro": "Dysza nieprawidłowo dotyka podgrzewanego stołu. Proszę sprawdzić, czy na dyszy nie ma resztek filamentu lub ciał obcych w miejscu, w którym dysza styka się ze stołem." + }, + { + "ecode": "0300180000010001", + "intro": "Częstotliwość czujnika siły ekstruzji jest zbyt niska. Dysza może być niewłaściwie zainstalowana, lub radiator dyszy znajduje się zbyt daleko od czujnika." + }, + { + "ecode": "0C00010000010012", + "intro": "Kalibracja kamery Live View nie powiodła się, a wynik kalibracji nie został zapisany. Spróbuj ponownie przeprowadzić kalibrację. Jeśli kalibracja nie powiedzie się wielokrotnie, skontaktuj się z działem obsługi klienta." + }, + { + "ecode": "1804700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0707700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0706700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "0704700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1801700000020008", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "1800510000030001", + "intro": "AMS jest wyłączony. Załaduj filament z uchwytu szpuli." + }, + { + "ecode": "0705700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1803700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0C00020000020006", + "intro": "Wysokość dyszy wydaje się zbyt duża. Sprawdź, czy do dyszy nie przyczepiły się resztki filamentu." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F Grzałka 2 nagrzewa się w sposób nieprawidłowy" + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0300910000010002", + "intro": "Temperatura podgrzewacza komory 1 jest nieprawidłowa. Grzałka może mieć przerwany obwód lub zadziałał bezpiecznik termiczny." + }, + { + "ecode": "0700400000020002", + "intro": "Błąd sygnału pozycji bufora filamentu: czujnik położenia może działać nieprawidłowo." + }, + { + "ecode": "0700510000030001", + "intro": "AMS jest wyłączony. Załaduj filament z uchwytu szpuli." + }, + { + "ecode": "0700700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0701700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0702700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0703700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H Grzałka 2 nagrzewa się w sposób nieprawidłowy" + }, + { + "ecode": "0706810000010004", + "intro": "AMS G Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G Grzałka 2 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1800700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1800400000020002", + "intro": "Błąd sygnału pozycji bufora filamentu: czujnik położenia może działać nieprawidłowo." + }, + { + "ecode": "1802700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0707700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1805700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1806700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1807700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0704700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1801700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0500040000020050", + "intro": "Okno ochronne lasera nie zostało zainstalowane." + }, + { + "ecode": "0706700000020007", + "intro": "Skończył się filament w AMS. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "1804700000020007", + "intro": "Skończył się filament w AMS-HT. Proszę włóż nowy filament do tego samego gniazda w AMS i kontynuuj." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B Grzałka 2 nagrzewa się w sposób nieprawidłowy" + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D Grzałka 1 nagrzewa się w sposób nieprawidłowy." + }, + { + "ecode": "0C00030000020017", + "intro": "Kalibracja ostrości na osi Z dla grawerowania laserowego nie powiodła się. Proszę sprawdzić, czy materiał testowy lasera (tektura 350g) jest poprawnie ustawiony, a jego powierzchnia jest czysta i nieuszkodzona." + }, + { + "ecode": "1800240000020009", + "intro": "Przednia pokrywa AMS-HT A jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1807240000020009", + "intro": "Przednia pokrywa AMS-HT H jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1801240000020009", + "intro": "Przednia pokrywa AMS-HT B jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1806240000020009", + "intro": "Przednia pokrywa AMS-HT G jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1802240000020009", + "intro": "Przednia pokrywa AMS-HT C jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1805240000020009", + "intro": "Przednia pokrywa AMS-HT F jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1804240000020009", + "intro": "Przednia pokrywa AMS-HT E jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "1803240000020009", + "intro": "Przednia pokrywa AMS-HT D jest otwarta. Może to wpłynąć na skuteczność suszenia lub spowodować pochłanianie wilgoci przez filament." + }, + { + "ecode": "0707730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703710000020005", + "intro": "Nie udało się podać filamentu AMS D gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0706700000020005", + "intro": "Nie udało się podać filamentu AMS G gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0701710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704720000020005", + "intro": "Nie udało się podać filamentu AMS E gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0702710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1805710000020005", + "intro": "Nie udało się podać filamentu AMS-HT F gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1803720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1805730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1806710000020005", + "intro": "Nie udało się podać filamentu AMS-HT G gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0704730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702720000020005", + "intro": "Nie udało się podać filamentu AMS C gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1800720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0702720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1805710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1804720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1800720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705730000020005", + "intro": "Nie udało się podać filamentu AMS F gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807720000020005", + "intro": "Nie udało się podać filamentu AMS-HT H gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0701700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1807700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702710000020005", + "intro": "Nie udało się podać filamentu AMS C gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0704720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703700000020005", + "intro": "Nie udało się podać filamentu AMS D gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1801730000020005", + "intro": "Nie udało się podać filamentu AMS-HT B gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1805700000020005", + "intro": "Nie udało się podać filamentu AMS-HT F gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1800730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1801700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0706700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802730000020005", + "intro": "Nie udało się podać filamentu AMS-HT C gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807710000020005", + "intro": "Nie udało się podać filamentu AMS-HT H gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0700720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0705700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1804710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805720000020005", + "intro": "Nie udało się podać filamentu AMS-HT F gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705720000020005", + "intro": "Nie udało się podać filamentu AMS F gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0700710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1801700000020005", + "intro": "Nie udało się podać filamentu AMS-HT B gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0704700000020005", + "intro": "Nie udało się podać filamentu AMS E gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0700710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806730000020005", + "intro": "Nie udało się podać filamentu AMS-HT G gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1801710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701720000020005", + "intro": "Nie udało się podać filamentu AMS B gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0705710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1807710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704730000020005", + "intro": "Nie udało się podać filamentu AMS E gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1801700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1805720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702730000020005", + "intro": "Nie udało się podać filamentu AMS C gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0704700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701700000020005", + "intro": "Nie udało się podać filamentu AMS B gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1801700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1803720000020005", + "intro": "Nie udało się podać filamentu AMS-HT D gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800700000020005", + "intro": "Nie udało się podać filamentu AMS-HT A gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0705700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802710000020005", + "intro": "Nie udało się podać filamentu AMS-HT C gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802720000020005", + "intro": "Nie udało się podać filamentu AMS-HT C gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0706730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0700720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1801710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1806730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1801730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806720000020005", + "intro": "Nie udało się podać filamentu AMS-HT G gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0706720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1807720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1803710000020005", + "intro": "Nie udało się podać filamentu AMS-HT D gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1803710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1803720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805730000020005", + "intro": "Nie udało się podać filamentu AMS-HT F gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1803710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1803700000020005", + "intro": "Nie udało się podać filamentu AMS-HT D gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1805700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701710000020005", + "intro": "Nie udało się podać filamentu AMS B gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0707730000020005", + "intro": "Nie udało się podać filamentu AMS H gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705700000020005", + "intro": "Nie udało się podać filamentu AMS F gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1801720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1801720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS-HT B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0703710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0706730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1806700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700700000020005", + "intro": "Nie udało się podać filamentu AMS A gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1800720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800720000020005", + "intro": "Nie udało się podać filamentu AMS-HT A gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1806720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1800700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700720000020005", + "intro": "Nie udało się podać filamentu AMS A gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0707720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706720000020005", + "intro": "Nie udało się podać filamentu AMS G gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0702720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0704710000020005", + "intro": "Nie udało się podać filamentu AMS E gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1806720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1807700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1804730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707710000020005", + "intro": "Nie udało się podać filamentu AMS H gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1807730000020005", + "intro": "Nie udało się podać filamentu AMS-HT H gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0705730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0704720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701730000020005", + "intro": "Nie udało się podać filamentu AMS B gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0704710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0706710000020005", + "intro": "Nie udało się podać filamentu AMS G gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0707700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1807700000020005", + "intro": "Nie udało się podać filamentu AMS-HT H gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0706730000020005", + "intro": "Nie udało się podać filamentu AMS G gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1805720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0701730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0700710000020005", + "intro": "Nie udało się podać filamentu AMS A gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1803730000020005", + "intro": "Nie udało się podać filamentu AMS-HT D gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1804700000020005", + "intro": "Nie udało się podać filamentu AMS-HT E gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0703700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0701710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS B zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0706700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806700000020005", + "intro": "Nie udało się podać filamentu AMS-HT G gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0703720000020005", + "intro": "Nie udało się podać filamentu AMS D gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E Czujnik prądu silnika pomocniczego może być uszkodzony." + }, + { + "ecode": "0701710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0706710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707700000020005", + "intro": "Nie udało się podać filamentu AMS H gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0701730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707720000020005", + "intro": "Nie udało się podać filamentu AMS H gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1802700000020005", + "intro": "Nie udało się podać filamentu AMS-HT C gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0703720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801720000020005", + "intro": "Nie udało się podać filamentu AMS-HT B gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1804710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT E. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700730000020005", + "intro": "Nie udało się podać filamentu AMS A gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1804730000020005", + "intro": "Nie udało się podać filamentu AMS-HT E gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1800730000020005", + "intro": "Nie udało się podać filamentu AMS-HT A gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0705720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1804730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0700730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1806710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0703730000020005", + "intro": "Nie udało się podać filamentu AMS D gniazdo 4. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1803710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1803720000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 3 modułu AMS-HT D zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0700700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS A zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1802700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0706710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804710000020005", + "intro": "Nie udało się podać filamentu AMS-HT E gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0705730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0700710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1805710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT F zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1807730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS-HT H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1804720000020005", + "intro": "Nie udało się podać filamentu AMS-HT E gniazdo 3. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "1805710000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 2 modułu AMS-HT F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0707710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS H. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705720000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 3 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702700000020005", + "intro": "Nie udało się podać filamentu AMS C gniazdo 1. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0700730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1800730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS-HT A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS-HT G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0702700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1800710000020005", + "intro": "Nie udało się podać filamentu AMS-HT A gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0702700000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 1 modułu AMS C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0701730000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 4 modułu AMS B. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0705710000020005", + "intro": "Nie udało się podać filamentu AMS F gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0700700000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 1 modułu AMS A. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS-HT G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1801710000020005", + "intro": "Nie udało się podać filamentu AMS-HT B gniazdo 2. Przytnij koniec filamentu i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "0706730000020004", + "intro": "Nie udało się wycofać filamentu z głowicy w gnieździe 4 modułu AMS G. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0703720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS D. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1802720000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 3 modułu AMS-HT C. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "0702730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS C zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0705710000020002", + "intro": "Nie udało się podać filamentu do głowicy w gnieździe 2 modułu AMS F. Możliwa przyczyna: zablokowanie filamentu lub szpuli." + }, + { + "ecode": "1806700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS-HT G zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0707730000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 4 modułu AMS H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "1807710000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 2 modułu AMS-HT H zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0704700000020001", + "intro": "Wycofanie filamentu z ekstrudera w gnieździe 1 modułu AMS E zakończyło się niepowodzeniem. Możliwa przyczyna: zatkany ekstruder lub uszkodzony filament wewnątrz ekstrudera." + }, + { + "ecode": "0500030000010021", + "intro": "Sprzęt niekompatybilny. Proszę sprawdzić kamerę głowicy." + }, + { + "ecode": "0C00010000020008", + "intro": "Nie udało się uzyskać obrazu z kamery. Wykrywanie spaghetti i przepełnienia zsypu jest obecnie niedostępne." + }, + { + "ecode": "0C00040000010012", + "intro": "Połączenie z kamerą live view jest nieprawidłowe." + }, + { + "ecode": "0C00040000020003", + "intro": "Platforma lasera nie jest prawidłowo wyrównana. Upewnij się, że wszystkie cztery rogi są wyrównane z podgrzewanym stołem." + }, + { + "ecode": "0500060000020004", + "intro": "Kamera AI Live View nie jest na miejscu. Proszę sprawdzić połączenie sprzętowe." + }, + { + "ecode": "0C00040000020002", + "intro": "Nie wykryto platformy do cięcia. Umieść odpowiednią matę do wykonania tego zadania i kontynuuj." + }, + { + "ecode": "0500060000020033", + "intro": "Kamera BirdsEye nie jest podłączona. Proszę sprawdzić sprzęt oraz połączenia kablowe." + }, + { + "ecode": "0C00030000020016", + "intro": "Wykrywanie obcych przedmiotów nie działa, a numer seryjny kamery Live View nie może zostać odczytany. Prosimy o kontakt z działem obsługi klienta." + }, + { + "ecode": "0500040000020031", + "intro": "Przed rozpoczęciem korzystania z modułu lasera/cięcia należy określić pozycję kamery BirdsEye. Dokończ konfigurację aby skalibrować kamerę." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0C00040000020019", + "intro": "Kamera birdseye została niepoprawnie zainstalowana. Zapoznaj się z instrukcją i zamontuj ją ponownie." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "03009E0000030001", + "intro": "Poziom wykrywania otwartych drzwiczek dla tego zadania druku zostanie ustawiony na \"Powiadomienie\"." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "03009D0000020001", + "intro": "Błąd kalibracji punktu ogniskowania lasera grawerującego w osi XY. Wyczyść obszar bazowania lasera na platformie lasera. Ponownie przeprowadź kalibrację modułu lasera." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Czujnik Halla na wyjściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F Czujnik Halla na wyjściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Czujnik Halla na wyjściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Czujnik Halla na wyjściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "03009D0000020002", + "intro": "Wynik kalibracji punktu ogniskowania lasera grawerującego w osi XY znacznie odbiega od wartości projektowych. Ponownie zainstaluj i przeprowadź konfigurację modułu lasera." + }, + { + "ecode": "0C00010000010011", + "intro": "Kalibracja kamery Live View nie powiodła się. Sprawdź, czy kamera jest prawidłowo zainstalowana i upewnij się, że obraz z kamery jest wyraźny i wolny od zabrudzeń. Po wykonaniu tych czynności należy przeprowadzić ponowną kalibrację." + }, + { + "ecode": "0500040000010052", + "intro": "Klucz bezpieczeństwa nie jest włożony. Aby go zainstalować, postępuj zgodnie z Wiki." + }, + { + "ecode": "0500040000010051", + "intro": "Przycisk awaryjnego zatrzymania nie znajduje się we właściwej pozycji. Proszę skorzystać z Wiki, aby go poprawnie zainstalować." + }, + { + "ecode": "0300090000010001", + "intro": "Serwomotor ekstrudera ma obwód otwarty. Złącze może być luźne lub silnik może być uszkodzony." + }, + { + "ecode": "0300090000010002", + "intro": "Serwomotor ekstrudera ma zwarcie. Mógł ulec awarii." + }, + { + "ecode": "0300090000010003", + "intro": "Rezystancja silnika E jest nieprawidłowa, silnik mógł ulec awarii." + }, + { + "ecode": "0300160000010001", + "intro": "Czujnik prądu serwomotoru ekstrudera działa nieprawidłowo. Może to być spowodowane awarią obwodu odczytu sprzętowego." + }, + { + "ecode": "0300410000010001", + "intro": "Napięcie systemu jest niestabilne, co powoduje uruchomienie funkcji zabezpieczającej przed awarią zasilania." + }, + { + "ecode": "1803240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT D działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1806240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT G działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1801240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT B działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1805240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT F działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1802240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT C działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1804240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT E działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1807240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT H działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "1800240000010007", + "intro": "Wykrywanie otwartych drzwiczek AMS-HT A działa nieprawidłowo, możliwe, że przewód czujnika Halla jest luźny lub odłączony." + }, + { + "ecode": "07FF700000020003", + "intro": "Skończył się filament w ekstruderze. Proszę załadować nowy filament." + }, + { + "ecode": "0300D00000010002", + "intro": "Narzędzie tnące odpadło. Zainstaluj je ponownie." + }, + { + "ecode": "0300D00000010001", + "intro": "Uchwyt narzędzia tnącego odpadł. Proszę go ponownie zamontować." + }, + { + "ecode": "0300280000010005", + "intro": "Nie udało się przeprowadzić bazowania osi Z w trybie cięcia. Sprawdź, czy na prowadnicy osi Z i synchronicznym kole pasowym osi Z nie ma żadnych obcych obiektów." + }, + { + "ecode": "18FF600000020001", + "intro": "Szpula zewnętrzna może być zablokowana lub splątana." + }, + { + "ecode": "07FF600000020001", + "intro": "Szpula zewnętrzna może być zablokowana lub splątana." + }, + { + "ecode": "0500030000020020", + "intro": "Pojemność dysku USB jest niewystarczająca do buforowania plików do druku." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H Przewody trójfazowe silnika pomocniczego nie są połączone. Złącze silnika może mieć słaby styk." + }, + { + "ecode": "0500040000020036", + "intro": "Podłączono nowy moduł tnący. Aby zapewnić bardziej precyzyjne cięcie, należy go skonfigurować przed użyciem. (około 3 minuty)" + }, + { + "ecode": "0500040000020035", + "intro": "Moduł lasera wymaga kalibracji, aby ustawić pozycję ogniskowania. Przed użyciem należy przeprowadzić kalibrację montażu. (około 2 minuty)" + }, + { + "ecode": "0300C30000010002", + "intro": "Awaria czujnika prądu klapy przełącznika filtra: może to wynikać z przerwy w obwodzie lub usterki sprzętowego układu pomiarowego." + }, + { + "ecode": "0300A10000010001", + "intro": "Temperatura w komorze jest zbyt wysoka. Otwórz górną pokrywę i drzwi komory, aby schłodzić urządzenie." + }, + { + "ecode": "0500010000030005", + "intro": "Błąd pamięci USB: Proszę ponownie włożyć, sformatować lub wymienić pamięć USB." + }, + { + "ecode": "0500040000020038", + "intro": "Wsuń moduł tnący i zabezpiecz dźwignią szybkiego montażu. Jeśli jest już zainstalowany, może być niepoprawnie ustawiony. Zaleca się jego ponowną instalację." + }, + { + "ecode": "0500010000020002", + "intro": "Kamera Live View nie jest podłączona. Proszę sprawdzić sprzęt oraz połączenia kablowe." + }, + { + "ecode": "0500060000020034", + "intro": "Powiązanie kamery Live View nie powiodło się. Proszę sprawdzić sprzęt oraz połączenia kablowe." + }, + { + "ecode": "0300D00000010003", + "intro": "Przewód modułu tnącego poluzował się. Sprawdź połączenie." + }, + { + "ecode": "1805200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1803200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1805210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1803210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1806230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1800220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1807230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1802200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1807210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1800210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1802210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1806220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1806200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1802220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1803230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1807200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1800230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1806210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS-HT G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1805220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1807220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1803220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS-HT D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1805230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1800200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS-HT A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1802230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS-HT B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0C0003000002000E", + "intro": "Wygląda na to, że dysza jest zatkana lub zablokowana materiałem." + }, + { + "ecode": "0703200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1800220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT A. Proszę włożyć nowy filament." + }, + { + "ecode": "1800200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1801220000020004", + "intro": "Gniazdo 3 modułu AMS-HT B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0705200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704200000020005", + "intro": "Skończył się filament w AMS E gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0701130000010001", + "intro": "Silnik gniazda 4 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701200000020002", + "intro": "Gniazdo 1 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0701200000020005", + "intro": "Skończył się filament w AMS B gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0702100000010001", + "intro": "Silnik gniazda 1 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0702230000020002", + "intro": "Gniazdo 4 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0703200000020005", + "intro": "Skończył się filament w AMS D gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1800230000030002", + "intro": "Skończył się filament w AMS-HT A gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1807100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT H gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1802220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT C. Proszę włożyć nowy filament." + }, + { + "ecode": "0705210000020005", + "intro": "Skończył się filament w AMS F gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705220000020002", + "intro": "Gniazdo 3 modułu AMS F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1806200000020004", + "intro": "Gniazdo 1 modułu AMS-HT G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1807230000020002", + "intro": "Gniazdo 4 modułu AMS-HT H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1807210000020002", + "intro": "Gniazdo 2 modułu AMS-HT H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802220000020005", + "intro": "Skończył się filament w AMS-HT C gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1803200000020003", + "intro": "Filament w module AMS-HT D w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1804130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1805120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806220000020005", + "intro": "Skończył się filament w AMS-HT G gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705200000020002", + "intro": "Gniazdo 1 modułu AMS F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1806220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT G. Proszę włożyć nowy filament." + }, + { + "ecode": "0707100000010001", + "intro": "Silnik gniazda 1 modułu AMS H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0704200000020004", + "intro": "Gniazdo 1 modułu AMS E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1801130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1802110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1805200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0705130000010001", + "intro": "Silnik gniazda 4 modułu AMS F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1806200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT G. Proszę włożyć nowy filament." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802200000020003", + "intro": "Filament w module AMS-HT C w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0707210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS H. Proszę włożyć nowy filament." + }, + { + "ecode": "1804210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1807220000020003", + "intro": "Filament w module AMS-HT H w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "0707220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS E gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS F gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0704100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS E gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807210000020004", + "intro": "Gniazdo 2 modułu AMS-HT H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1807300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0704310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0705210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0707220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0707300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0700120000020002", + "intro": "Silnik gniazda 3 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0700230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0701100000010001", + "intro": "Silnik gniazda 1 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0701220000030002", + "intro": "Skończył się filament w AMS B gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702130000010001", + "intro": "Silnik gniazda 4 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0702220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0703120000020002", + "intro": "Silnik gniazda 3 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703130000020002", + "intro": "Silnik gniazda 4 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703210000020003", + "intro": "Filament w module AMS D w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0703220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "1801220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT B. Proszę włożyć nowy filament." + }, + { + "ecode": "1805220000030002", + "intro": "Skończył się filament w AMS-HT F gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0705210000030002", + "intro": "Skończył się filament w AMS F gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803200000020005", + "intro": "Skończył się filament w AMS-HT D gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1805210000020003", + "intro": "Filament w module AMS-HT F w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0707220000020005", + "intro": "Skończył się filament w AMS H gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1807230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT H. Proszę włożyć nowy filament." + }, + { + "ecode": "1802220000020003", + "intro": "Filament w module AMS-HT C w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1800220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1807210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT H. Proszę włożyć nowy filament." + }, + { + "ecode": "1805220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1803210000020004", + "intro": "Gniazdo 2 modułu AMS-HT D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0707560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1801230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0706130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS G gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807220000020004", + "intro": "Gniazdo 3 modułu AMS-HT H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1804110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1803230000020005", + "intro": "Skończył się filament w AMS-HT D gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704130000010001", + "intro": "Silnik gniazda 4 modułu AMS E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801200000030002", + "intro": "Skończył się filament w AMS-HT B gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0700220000020004", + "intro": "Gniazdo 3 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0701220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "0702230000020005", + "intro": "Skończył się filament w AMS C gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "0703220000020005", + "intro": "Skończył się filament w AMS D gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1806230000030002", + "intro": "Skończył się filament w AMS-HT G gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT E gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1806110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT G gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1805130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT F gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1802110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1803120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT D gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1803130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1807110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT H gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1802210000020003", + "intro": "Filament w module AMS-HT C w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0705200000020004", + "intro": "Gniazdo 1 modułu AMS F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT G gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1800210000030002", + "intro": "Skończył się filament w AMS-HT A gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0703560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1806200000020003", + "intro": "Filament w module AMS-HT G w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0704210000020003", + "intro": "Filament w module AMS E w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1807200000020004", + "intro": "Gniazdo 1 modułu AMS-HT H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1804230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704110000010001", + "intro": "Silnik gniazda 2 modułu AMS E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1800210000020004", + "intro": "Gniazdo 2 modułu AMS-HT A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0704210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0706130000020002", + "intro": "Silnik gniazda 4 modułu AMS G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804210000020003", + "intro": "Filament w module AMS-HT E w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1806210000020002", + "intro": "Gniazdo 2 modułu AMS-HT G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT F. Proszę włożyć nowy filament" + }, + { + "ecode": "0706110000010001", + "intro": "Silnik gniazda 2 modułu AMS G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807200000020003", + "intro": "Filament w module AMS-HT H w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0706130000010001", + "intro": "Silnik gniazda 4 modułu AMS G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1802210000030002", + "intro": "Skończył się filament w AMS-HT C gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800400000020004", + "intro": "Sygnał z bufora filamentu jest nieprawidłowy. Sprężyna może być zablokowana lub filament może być splątany." + }, + { + "ecode": "0704200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1806300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0704310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1800310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0705310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1807310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1806350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0700220000020002", + "intro": "Gniazdo 3 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0701200000020004", + "intro": "Gniazdo 1 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0701230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0702200000020002", + "intro": "Gniazdo 1 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0702210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "0702210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0703110000010001", + "intro": "Silnik gniazda 2 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0703130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "0703230000020002", + "intro": "Gniazdo 4 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704220000020005", + "intro": "Skończył się filament w AMS E gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS F. Proszę włożyć nowy filament." + }, + { + "ecode": "1802100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1805130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0707230000030002", + "intro": "Skończył się filament w AMS H gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0705100000020002", + "intro": "Silnik gniazda 1 modułu AMS F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707220000020002", + "intro": "Gniazdo 3 modułu AMS H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0704130000020002", + "intro": "Silnik gniazda 4 modułu AMS E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1803230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1801220000020002", + "intro": "Gniazdo 3 modułu AMS-HT B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0704230000020003", + "intro": "Filament w module AMS E w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0706230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0705210000020004", + "intro": "Gniazdo 2 modułu AMS F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806200000030002", + "intro": "Skończył się filament w AMS-HT G gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0704220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS E. Proszę włożyć nowy filament." + }, + { + "ecode": "1803120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1803210000020003", + "intro": "Filament w module AMS-HT D w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0706210000020004", + "intro": "Gniazdo 2 modułu AMS G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0707120000010001", + "intro": "Silnik gniazda 3 modułu AMS H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801210000020002", + "intro": "Gniazdo 2 modułu AMS-HT B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805200000030002", + "intro": "Skończył się filament w AMS-HT F gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1800230000020004", + "intro": "Gniazdo 4 modułu AMS-HT A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1800230000020005", + "intro": "Skończył się filament w AMS-HT A gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT G gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706200000020003", + "intro": "Filament w module AMS G w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1802230000020003", + "intro": "Filament w module AMS-HT C w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0705200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS F. Proszę włożyć nowy filament." + }, + { + "ecode": "1807230000020005", + "intro": "Skończył się filament w AMS-HT H gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805210000030002", + "intro": "Skończył się filament w AMS-HT F gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1803230000020004", + "intro": "Gniazdo 4 modułu AMS-HT D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0707200000020003", + "intro": "Filament w module AMS H w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0706230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS G. Proszę włożyć nowy filament." + }, + { + "ecode": "1807120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT H gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1800220000030002", + "intro": "Skończył się filament w AMS-HT A gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0700110000020002", + "intro": "Silnik gniazda 2 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700200000020003", + "intro": "Filament w module AMS A w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0700200000020004", + "intro": "Gniazdo 1 modułu AMS A. Filament może być uszkodzony w głowicy.." + }, + { + "ecode": "0700210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "0701100000020002", + "intro": "Silnik gniazda 1 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0701110000020002", + "intro": "Silnik gniazda 2 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0701130000020002", + "intro": "Silnik gniazda 4 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0701200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0701230000030002", + "intro": "Skończył się filament w AMS B gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "0703200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "0703210000030002", + "intro": "Skończył się filament w AMS D gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0703230000030002", + "intro": "Skończył się filament w AMS D gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1801220000030002", + "intro": "Skończył się filament w AMS-HT B gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1802220000020004", + "intro": "Gniazdo 3 modułu AMS-HT C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1804120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1806210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1801210000030002", + "intro": "Skończył się filament w AMS-HT B gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1802200000020005", + "intro": "Skończył się filament w AMS-HT C gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1807110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0707100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS H gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706230000020004", + "intro": "Gniazdo 4 modułu AMS G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0705220000020004", + "intro": "Gniazdo 3 modułu AMS F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806210000020004", + "intro": "Gniazdo 2 modułu AMS-HT G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT D. Proszę włożyć nowy filament." + }, + { + "ecode": "1800120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1802210000020004", + "intro": "Gniazdo 2 modułu AMS-HT C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1800220000020002", + "intro": "Gniazdo 3 modułu AMS-HT A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0706210000020002", + "intro": "Gniazdo 2 modułu AMS G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1801220000020005", + "intro": "Skończył się filament w AMS-HT B gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806220000030002", + "intro": "Skończył się filament w AMS-HT G gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1802200000020002", + "intro": "Gniazdo 1 modułu AMS-HT C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0706220000020004", + "intro": "Gniazdo 3 modułu AMS G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706220000020002", + "intro": "Gniazdo 3 modułu AMS G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1800110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT A gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1805230000020005", + "intro": "Skończył się filament w AMS-HT F gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1804110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT E gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1806220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704230000030002", + "intro": "Skończył się filament w AMS E gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804200000020005", + "intro": "Skończył się filament w AMS-HT E gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801230000020005", + "intro": "Skończył się filament w AMS-HT B gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1800300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1804310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0705200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "18FF200000020002", + "intro": "Brak filamentu zewnętrznego. Załaduj nowy filament." + }, + { + "ecode": "1807350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0705300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "18FF200000020001", + "intro": "Skończył się filament zewnętrzny. Załaduj nowy filament." + }, + { + "ecode": "1800450000020001", + "intro": "Czujnik przecinarki filamentu działa nieprawidłowo. Sprawdź, czy wtyk jest prawidłowo podłączony." + }, + { + "ecode": "1805310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0704230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0707350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0700110000010001", + "intro": "Silnik gniazda 2 modułu AMS A ślizga się. Koło ekstruzyji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701120000020002", + "intro": "Silnik gniazda 3 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0701200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "0702200000020003", + "intro": "Filament w module AMS C w gnieździe 1 może być uszkodzony w AMS." + }, + { + "ecode": "0702210000020005", + "intro": "Skończył się filament w AMS C gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703210000020002", + "intro": "Gniazdo 2 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1801210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT B. Proszę włożyć nowy filament." + }, + { + "ecode": "0700560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1805120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1806210000030002", + "intro": "Skończył się filament w AMS-HT G gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT F gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0707220000020004", + "intro": "Gniazdo 3 modułu AMS H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0704120000010001", + "intro": "Silnik gniazda 3 modułu AMS E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0704210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS E. Proszę włożyć nowy filament." + }, + { + "ecode": "1802130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1806230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0707230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1800130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1803200000020004", + "intro": "Gniazdo 1 modułu AMS-HT D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1800230000020002", + "intro": "Gniazdo 4 modułu AMS-HT A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1801100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0707200000020002", + "intro": "Gniazdo 1 modułu AMS H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT B. Proszę włożyć nowy filament." + }, + { + "ecode": "1805230000030002", + "intro": "Skończył się filament w AMS-HT F gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804200000020004", + "intro": "Gniazdo 1 modułu AMS-HT E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1802120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705120000020002", + "intro": "Silnik gniazda 3 modułu AMS F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1805110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT F gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807220000030002", + "intro": "Skończył się filament w AMS-HT H gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807230000030002", + "intro": "Skończył się filament w AMS-HT H gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0700210000020003", + "intro": "Filament modułu AMS A w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0700230000020003", + "intro": "Filament w module AMS A w gnieździe 4 może być uszkodzony w AMS." + }, + { + "ecode": "0701200000030002", + "intro": "Skończył się filament w AMS B gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703220000020003", + "intro": "Filament w module AMS D w gnieździe 3 może być uszkodzony w AMS." + }, + { + "ecode": "1803120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1801110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0706220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS G. Proszę włożyć nowy filament." + }, + { + "ecode": "1803230000020002", + "intro": "Gniazdo 4 modułu AMS-HT D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1803110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT D gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706220000020005", + "intro": "Skończył się filament w AMS G gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1802220000030002", + "intro": "Skończył się filament w AMS-HT C gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0707200000020004", + "intro": "Gniazdo 1 modułu AMS H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT D. Proszę włożyć nowy filament." + }, + { + "ecode": "1802100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT C gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1801210000020003", + "intro": "Filament w module AMS-HT B w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0705130000020002", + "intro": "Silnik gniazda 4 modułu AMS F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1803220000030002", + "intro": "Skończył się filament w AMS-HT D gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805230000020002", + "intro": "Gniazdo 4 modułu AMS-HT F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805200000020003", + "intro": "Filament w module AMS-HT F w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1800200000020004", + "intro": "Gniazdo 1 modułu AMS-HT A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803200000020002", + "intro": "Gniazdo 1 modułu AMS-HT D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1800120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT A gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0704110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS E gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1805130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800220000020003", + "intro": "Filament w module AMS-HT A w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0706210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS G. Proszę włożyć nowy filament." + }, + { + "ecode": "0705220000020005", + "intro": "Skończył się filament w AMS F gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801210000020004", + "intro": "Gniazdo 2 modułu AMS-HT B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0706300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1800450000020002", + "intro": "Dystans cięcia dla noża jest zbyt duży. Silnik XY może tracić kroki." + }, + { + "ecode": "1802300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1802310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1806310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1802300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0705230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0707310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0700100000010001", + "intro": "Silnik gniazda 1 modułu AMS A ślizga się. Koło ekstruzyji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0700100000020002", + "intro": "Silnik gniazda 1 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700120000010001", + "intro": "Silnik gniazda 3 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0700130000010001", + "intro": "Silnik gniazda 4 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0702110000020002", + "intro": "Silnik gniazda 2 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0702210000020004", + "intro": "Gniazdo 2 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0702220000020004", + "intro": "Gniazdo 3 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0702220000030002", + "intro": "Skończył się filament w AMS C gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805210000020005", + "intro": "Skończył się filament w AMS-HT F gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802200000030002", + "intro": "Skończył się filament w AMS-HT C gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705230000020002", + "intro": "Gniazdo 4 modułu AMS F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1800200000020005", + "intro": "Skończył się filament w AMS-HT A gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1805220000020002", + "intro": "Gniazdo3 modułu AMS-HT F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS H. Proszę włożyć nowy filament." + }, + { + "ecode": "0706200000020002", + "intro": "Gniazdo 1 modułu AMS G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0707230000020002", + "intro": "Gniazdo 4 modułu AMS H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0707220000030002", + "intro": "Skończył się filament w AMS H gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0705100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS F gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1803210000020005", + "intro": "Skończył się filament w AMS-HT D gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1805210000020004", + "intro": "Gniazdo 2 modułu AMS-HT F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1800210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT A. Proszę włożyć nowy filament." + }, + { + "ecode": "1803210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704200000020002", + "intro": "Gniazdo 1 modułu AMS E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT C gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804210000030002", + "intro": "Skończył się filament w AMS-HT E gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1800200000030002", + "intro": "Skończył się filament w AMS-HT A gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0705220000030002", + "intro": "Skończył się filament w AMS F gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1802210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT F. Proszę włożyć nowy filament" + }, + { + "ecode": "1802200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT C. Proszę włożyć nowy filament." + }, + { + "ecode": "0700200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "0700210000030002", + "intro": "Skończył się filament w AMS A gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0701110000010001", + "intro": "Silnik gniazda 2 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0702230000020003", + "intro": "Filament w module AMS C w gnieździe 4 może być uszkodzony w AMS." + }, + { + "ecode": "0704100000020002", + "intro": "Silnik gniazda 1 modułu AMS E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1807200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT H. Proszę włożyć nowy filament." + }, + { + "ecode": "0704560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1804230000030002", + "intro": "Skończył się filament w AMS-HT E gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1803110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705110000010001", + "intro": "Silnik gniazda 2 modułu AMS F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807210000020005", + "intro": "Skończył się filament w AMS-HT H gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1803220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT D. Proszę włożyć nowy filament." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1800120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707120000020002", + "intro": "Silnik gniazda 3 modułu AMS H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS F gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1805220000020004", + "intro": "Gniazdo 3 modułu AMS-HT F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1807110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "0706200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1807210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1804200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT E. Proszę włożyć nowy filament." + }, + { + "ecode": "1804200000030002", + "intro": "Skończył się filament w AMS-HT E gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0706220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1804220000020003", + "intro": "Filament w module AMS-HT E w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0706230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1804300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1802350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "18FF200000020004", + "intro": "Proszę wyciągnąć zewnętrzny filament z ekstrudera." + }, + { + "ecode": "0705350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0706210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1805350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "18FF450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "0707300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1800300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0701200000020003", + "intro": "Filament w module AMS B w gnieździe 1 może być uszkodzony w AMS" + }, + { + "ecode": "0702200000020004", + "intro": "Gniazdo 1 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0703100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703120000010001", + "intro": "Silnik gniazda 3 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0703230000020003", + "intro": "Filament w module AMS D w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0705230000020004", + "intro": "Gniazdo 4 modułu AMS F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS H gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1806200000020002", + "intro": "Gniazdo 1 modułu AMS-HT G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0707220000020003", + "intro": "Filament w module AMS H w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0706100000020002", + "intro": "Silnik gniazda 1 modułu AMS G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704210000020004", + "intro": "Gniazdo 2 modułu AMS E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706220000020003", + "intro": "Filament w module AMS G w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0705220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0707210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1806230000020003", + "intro": "Filament w module AMS-HT G w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1806230000020005", + "intro": "Skończył się filament w AMS-HT G gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1804100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT E gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805200000020004", + "intro": "Gniazdo 1 modułu AMS-HT F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1802220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1804220000020002", + "intro": "Gniazdo 3 modułu AMS-HT E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704120000020002", + "intro": "Silnik gniazda 3 modułu AMS E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705120000010001", + "intro": "Silnik gniazda 3 modułu AMS F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1800100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT A gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1801200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT B. Proszę włożyć nowy filament." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804220000030002", + "intro": "Skończył się filament w AMS-HT E gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0706110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS G gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0707120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS H gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705100000010001", + "intro": "Silnik gniazda 1 modułu AMS F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1804230000020002", + "intro": "Gniazdo 4 modułu AMS-HT E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0700130000020002", + "intro": "Silnik gniazda 4 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700220000020005", + "intro": "Skończył się filament w AMS A gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0700230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "0701210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "0701220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0701230000020003", + "intro": "Filament w module AMS B w gnieździe 4 może być uszkodzony w AMS." + }, + { + "ecode": "0702200000030002", + "intro": "Skończył się filament w AMS C gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "0702230000020004", + "intro": "Gniazdo 4 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0703100000010001", + "intro": "Silnik gniazda 1 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0703200000030002", + "intro": "Skończył się filament w AMS D gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0703230000020004", + "intro": "Gniazdo 4 modułu AMS D. Filament może być uszkodzony w głowicy" + }, + { + "ecode": "0703230000020005", + "intro": "Skończył się filament w AMS D gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802220000020002", + "intro": "Gniazdo 3 modułu AMS-HT C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1803100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1803210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT D. Proszę włożyć nowy filament." + }, + { + "ecode": "1800220000020005", + "intro": "Skończył się filament w AMS-HT A gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0707130000020002", + "intro": "Silnik gniazda 4 modułu AMS H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804200000020002", + "intro": "Gniazdo 1 modułu AMS-HT E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806210000020005", + "intro": "Skończył się filament w AMS-HT G gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1801230000020003", + "intro": "Filament w module AMS-HT B w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1803220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "0706110000020002", + "intro": "Silnik gniazda 2 modułu AMS G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0706230000020005", + "intro": "Skończył się filament w AMS G gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS F gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804220000020005", + "intro": "Skończył się filament w AMS-HT E gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801200000020002", + "intro": "Gniazdo 1 modułu AMS-HT B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1801110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT B gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804230000020004", + "intro": "Gniazdo 4 modułu AMS-HT E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS G. Proszę włożyć nowy filament." + }, + { + "ecode": "1803200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0706120000010001", + "intro": "Silnik gniazda 3 modułu AMS G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1806230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT G. Proszę włożyć nowy filament." + }, + { + "ecode": "1802230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0706230000030002", + "intro": "Skończył się filament w AMS G gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1803310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1805300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0706310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1802310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0704350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0707210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "18FE450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "0701210000020005", + "intro": "Skończył się filament w AMS B gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0701210000030002", + "intro": "Skończył się filament w AMS B gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0701220000020002", + "intro": "Gniazdo 3 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0701230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "0701230000020005", + "intro": "Skończył się filament w AMS B gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0702220000020002", + "intro": "Gniazdo 3 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0702230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0703200000020003", + "intro": "Filament w module AMS D w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707130000010001", + "intro": "Silnik gniazda 4 modułu AMS H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807200000020005", + "intro": "Skończył się filament w AMS-HT H gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0704220000020003", + "intro": "Filament w module AMS E w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0704210000020002", + "intro": "Gniazdo 2 modułu AMS E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805200000020005", + "intro": "Skończył się filament w AMS-HT F gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT B gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706200000030002", + "intro": "Skończył się filament w AMS G gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0704130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS E gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1806120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT G gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705230000020005", + "intro": "Skończył się filament w AMS F gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0706120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS G gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1801230000030002", + "intro": "Skończył się filament w AMS-HT B gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807220000020002", + "intro": "Gniazdo 3 modułu AMS-HT H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0707210000020003", + "intro": "Filament w module AMS H w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1802230000020002", + "intro": "Gniazdo 4 modułu AMS-HT C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1806120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1805120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT F gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0705230000020003", + "intro": "Filament w module AMS F w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0707110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS H gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705210000020002", + "intro": "Gniazdo 2 modułu AMS F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1800210000020002", + "intro": "Gniazdo 2 modułu AMS-HT A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1806110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1806130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT A. Proszę włożyć nowy filament." + }, + { + "ecode": "0700200000030002", + "intro": "Skończył się filament w AMS A gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0700210000020004", + "intro": "Gniazdo 2 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0700210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0700220000020003", + "intro": "Filament w module AMS A w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0700230000020002", + "intro": "Gniazdo 4 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0701100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0701210000020002", + "intro": "Gniazdo 2 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0703100000020002", + "intro": "Silnik gniazda 1 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703220000020004", + "intro": "Gniazdo 3 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1801200000020004", + "intro": "Gniazdo 1 modułu AMS-HT B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS G gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT E. Proszę włożyć nowy filament." + }, + { + "ecode": "1803220000020004", + "intro": "Gniazdo 3 modułu AMS-HT D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1802100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0706210000020003", + "intro": "Filament w module AMS G w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0704200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS E. Proszę włożyć nowy filament." + }, + { + "ecode": "1801200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1805230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT F. Proszę włożyć nowy filament" + }, + { + "ecode": "1806230000020004", + "intro": "Gniazdo 4 modułu AMS-HT G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706210000030002", + "intro": "Skończył się filament w AMS G gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1806100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1801130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT B gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT H. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1804210000020005", + "intro": "Skończył się filament w AMS-HT E gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1804220000020004", + "intro": "Gniazdo 3 modułu AMS-HT E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0704100000010001", + "intro": "Silnik gniazda 1 modułu AMS E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706120000020002", + "intro": "Silnik gniazda 3 modułu AMS G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1802230000020004", + "intro": "Gniazdo 4 modułu AMS-HT C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0707110000020002", + "intro": "Silnik gniazda 2 modułu AMS H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704220000020004", + "intro": "Gniazdo 3 modułu AMS E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706100000010001", + "intro": "Silnik gniazda 1 modułu AMS G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1800210000020003", + "intro": "Filament w module AMS-HT A w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1800110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1807230000020004", + "intro": "Gniazdo 4 modułu AMS-HT H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0704230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS E. Proszę włożyć nowy filament." + }, + { + "ecode": "0704210000020005", + "intro": "Skończył się filament w AMS E gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1803130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1805300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0704300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0707230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1803300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1804310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1800310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "1803350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0704210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0700200000020002", + "intro": "Gniazdo 1 modułu AMS A jest puste. Załaduj nowy filament." + }, + { + "ecode": "0700230000020004", + "intro": "Gniazdo 4 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0700230000020005", + "intro": "Skończył się filament w AMS A gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0701220000020005", + "intro": "Skończył się filament w AMS B gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo; sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0702120000010001", + "intro": "Silnik gniazda 3 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0702210000020002", + "intro": "Gniazdo 2 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0703220000030002", + "intro": "Skończył się filament w AMS D gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1803230000030002", + "intro": "Skończył się filament w AMS-HT D gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807200000020002", + "intro": "Gniazdo 1 modułu AMS-HT H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805230000020004", + "intro": "Gniazdo 4 modułu AMS-HT F. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1807230000020003", + "intro": "Filament w module AMS-HT H w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1804120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803220000020002", + "intro": "Gniazdo 3 modułu AMS-HT D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1807220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT H. Proszę włożyć nowy filament." + }, + { + "ecode": "1805220000020003", + "intro": "Filament w module AMS-HT F w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707230000020005", + "intro": "Skończył się filament w AMS H gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0707200000020005", + "intro": "Skończył się filament w AMS H gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802230000030002", + "intro": "Skończył się filament w AMS-HT C gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805200000020002", + "intro": "Gniazdo 1 modułu AMS-HT F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1801200000020005", + "intro": "Skończył się filament w AMS-HT B gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705210000020003", + "intro": "Filament w module AMS F w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0705210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1801220000020003", + "intro": "Filament w module AMS-HT B w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0707210000020005", + "intro": "Skończył się filament w AMS H gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0700120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0700200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0700210000020005", + "intro": "Skończył się filament w AMS A gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0700230000030002", + "intro": "Skończył się filament w AMS A gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0701220000020003", + "intro": "Filament w module AMS B w gnieździe 3 może być uszkodzony w AMS." + }, + { + "ecode": "0702220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "0702220000020003", + "intro": "Filament w module AMS C w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0703120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1801100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1806100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1805110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1803110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0707200000030002", + "intro": "Skończył się filament w AMS H gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1804200000020003", + "intro": "Filament w module AMS-HT E w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1807220000020005", + "intro": "Skończył się filament w AMS-HT H gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806220000020002", + "intro": "Gniazdo 3 modułu AMS-HT G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1807130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0707230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS H. Proszę włożyć nowy filament." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT C. Proszę włożyć nowy filament." + }, + { + "ecode": "0707210000020002", + "intro": "Gniazdo 2 modułu AMS H jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0704200000030002", + "intro": "Skończył się filament w AMS E gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1804210000020002", + "intro": "Gniazdo 2 modułu AMS-HT E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0705220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS F. Proszę włożyć nowy filament." + }, + { + "ecode": "1800200000020003", + "intro": "Filament w module AMS-HT A w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1805230000020003", + "intro": "Filament w module AMS-HT F w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1802230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT C. Proszę włożyć nowy filament." + }, + { + "ecode": "1804230000020003", + "intro": "Filament w module AMS-HT E w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0704300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0704220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS E. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0706310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1800350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "1806300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0707310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0705300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0707200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS H. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1801300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0706220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1800400000020003", + "intro": "Komunikacja AMS Hub jest nieprawidłowa. Przewód może być nieprawidłowo podłączony." + }, + { + "ecode": "0706350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0705310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0700200000020005", + "intro": "Skończył się filament w AMS A gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0700220000030002", + "intro": "Skończył się filament w AMS A gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0701220000020004", + "intro": "Gniazdo 3 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0701230000020004", + "intro": "Gniazdo 4 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0702130000020002", + "intro": "Silnik gniazda 4 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0702200000020005", + "intro": "Skończył się filament w AMS C gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo; sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801210000020005", + "intro": "Skończył się filament w AMS-HT B gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1801210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1804220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT E. Proszę włożyć nowy filament." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1805100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704220000020002", + "intro": "Gniazdo 3 modułu AMS E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0704210000030002", + "intro": "Skończył się filament w AMS E gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1801120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT B gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1803220000020005", + "intro": "Skończył się filament w AMS-HT D gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802200000020004", + "intro": "Gniazdo 1 modułu AMS-HT C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1807100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1804100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT E ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807120000010001", + "intro": "Silnik gniazda 3 modułu AMS-HT H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0701560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1806200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704200000020003", + "intro": "Filament w module AMS E w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1800130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT A gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0707100000020002", + "intro": "Silnik gniazda 1 modułu AMS H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705230000030002", + "intro": "Skończył się filament w AMS F gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0706220000030002", + "intro": "Skończył się filament w AMS G gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0704230000020005", + "intro": "Skończył się filament w AMS E gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0707210000020004", + "intro": "Gniazdo 2 modułu AMS H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806210000020003", + "intro": "Filament w module AMS-HT G w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT A. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0705110000020002", + "intro": "Silnik gniazda 2 modułu AMS F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0700210000020002", + "intro": "Gniazdo 2 modułu AMS A jest puste. Załaduj nowy filament." + }, + { + "ecode": "0701120000010001", + "intro": "Silnik gniazda 3 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0701130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0701210000020003", + "intro": "Filament w module AMS B w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0702100000020002", + "intro": "Silnik gniazda 1 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0702120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0702210000020003", + "intro": "Filament w module AMS C w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "0702220000020005", + "intro": "Skończył się filament w AMS C gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703110000020002", + "intro": "Silnik gniazda 2 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703130000010001", + "intro": "Silnik gniazda 4 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0703200000020002", + "intro": "Gniazdo 1 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0703210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS D. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1804210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT E. Proszę włożyć nowy filament." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803210000020002", + "intro": "Gniazdo 2 modułu AMS-HT D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802210000020005", + "intro": "Skończył się filament w AMS-HT C gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802230000020005", + "intro": "Skończył się filament w AMS-HT C gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1800200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT A. Proszę włożyć nowy filament." + }, + { + "ecode": "1805220000020005", + "intro": "Skończył się filament w AMS-HT F gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806230000020002", + "intro": "Gniazdo 4 modułu AMS-HT G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1806210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT G. Proszę włożyć nowy filament." + }, + { + "ecode": "1807210000030002", + "intro": "Skończył się filament w AMS-HT H gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1801220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS-HT B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1803200000030002", + "intro": "Skończył się filament w AMS-HT D gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1800110000010001", + "intro": "Silnik gniazda 2 modułu AMS-HT A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801230000020004", + "intro": "Gniazdo 4 modułu AMS-HT B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1806220000020004", + "intro": "Gniazdo 3 modułu AMS-HT G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803210000030002", + "intro": "Skończył się filament w AMS-HT D gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1805210000020002", + "intro": "Gniazdo 2 modułu AMS-HT F jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802210000020002", + "intro": "Gniazdo 2 modułu AMS-HT C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1804230000020005", + "intro": "Skończył się filament w AMS-HT E gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1804200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1802200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1805100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT F ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1800220000020004", + "intro": "Gniazdo 3 modułu AMS-HT A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706200000020005", + "intro": "Skończył się filament w AMS G gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800210000020005", + "intro": "Skończył się filament w AMS-HT A gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1803220000020003", + "intro": "Filament w module AMS-HT D w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1804300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1803310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1801310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "1800450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "1807300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0705220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS F. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "0701210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS B. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0701230000020002", + "intro": "Gniazdo 4 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0703200000020004", + "intro": "Gniazdo 1 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0703210000020005", + "intro": "Skończył się filament w AMS D gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800100000020002", + "intro": "Silnik gniazda 1 modułu AMS-HT A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0707210000030002", + "intro": "Skończył się filament w AMS H gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1801200000020003", + "intro": "Filament w module AMS-HT B w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1802130000020002", + "intro": "Silnik gniazda 4 modułu AMS-HT C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800200000020002", + "intro": "Gniazdo 1 modułu AMS-HT A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1803130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT D gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706210000020005", + "intro": "Skończył się filament w AMS G gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0705230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS F. Proszę włożyć nowy filament." + }, + { + "ecode": "1805200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS-HT F. Proszę włożyć nowy filament." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0704220000030002", + "intro": "Skończył się filament w AMS E gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1806130000010001", + "intro": "Silnik gniazda 4 modułu AMS-HT G ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1804120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT E gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807210000020003", + "intro": "Filament w module AMS-HT H w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1804210000020004", + "intro": "Gniazdo 2 modułu AMS-HT E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C Czujnik Halla na wejściu gniazda 1 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS G. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0705200000030002", + "intro": "Skończył się filament w AMS F gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0707200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS H. Proszę włożyć nowy filament." + }, + { + "ecode": "1805210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS-HT F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0704230000020002", + "intro": "Gniazdo 4 modułu AMS E jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0706230000020002", + "intro": "Gniazdo 4 modułu AMS G jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1802110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT C gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706230000020003", + "intro": "Filament w module AMS G w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1803230000020003", + "intro": "Filament w module AMS-HT D w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0704230000020004", + "intro": "Gniazdo 4 modułu AMS E. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0702560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D Czujnik Halla na wejściu gniazda 2 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1800230000020003", + "intro": "Filament w module AMS-HT A w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1806120000020002", + "intro": "Silnik gniazda 3 modułu AMS-HT G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1805110000020002", + "intro": "Silnik gniazda 2 modułu AMS-HT F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0707230000020003", + "intro": "Filament w module AMS H w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0700130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0701210000020004", + "intro": "Gniazdo 2 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0702100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0702110000010001", + "intro": "Silnik gniazda 2 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0702110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0702120000020002", + "intro": "Silnik gniazda 3 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0702200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS C. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0702210000030002", + "intro": "Skończył się filament w AMS C gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0702230000030002", + "intro": "Skończył się filament w AMS C gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "0703210000020004", + "intro": "Gniazdo 2 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0703220000020002", + "intro": "Gniazdo 3 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0707110000010001", + "intro": "Silnik gniazda 2 modułu AMS H ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1807130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT H gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D Czujnik Halla na wejściu gniazda 3 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0705200000020005", + "intro": "Skończył się filament w AMS F gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1806220000020003", + "intro": "Filament w module AMS-HT G w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0705200000020003", + "intro": "Filament w module AMS F w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1802120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT C gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1801230000020002", + "intro": "Gniazdo 4 modułu AMS-HT B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1805230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS-HT F. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "1806200000020005", + "intro": "Skończył się filament w AMS-HT G gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "0706200000020004", + "intro": "Gniazdo 1 modułu AMS G. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0705560000030001", + "intro": "AMS schładza się po procesie suszenia. Proszę odczekać, aż się schłodzi przed dalszym użyciem." + }, + { + "ecode": "0705220000020003", + "intro": "Filament w module AMS F w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1807200000030002", + "intro": "Skończył się filament w AMS-HT H gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Czujnik Halla na wejściu gniazda 4 jest odłączony, co może wynikać ze słabego styku złącza." + }, + { + "ecode": "1803100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS-HT D gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0704110000020002", + "intro": "Silnik gniazda 2 modułu AMS E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS E. Poczekaj, aż stary filament zostanie usunięty." + }, + { + "ecode": "0707230000020004", + "intro": "Gniazdo 4 modułu AMS H. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1803100000010001", + "intro": "Silnik gniazda 1 modułu AMS-HT D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0706200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS G. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1807310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0706300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0300C20000010002", + "intro": "Awaria czujnika Halla w układzie adaptacyjnej klapy powietrza: sprawdź, czy przewody nie są poluzowane." + }, + { + "ecode": "0C00010000010010", + "intro": "Kalibracja kamery Live View nie powiodła się. Sprawdź, czy podgrzewany stół jest czysty i upewnij się, że obraz z kamery jest wyraźny i wolny od zabrudzeń. Po wykonaniu tych czynności należy przeprowadzić ponowną kalibrację." + }, + { + "ecode": "0C0001000001000F", + "intro": "Kalibracja kamery Live View nie powiodła się. Uruchom ponownie urządzenia lub zaktualizuj firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "Kalibracja kamery Live View nie powiodła się i nie można odczytać numeru seryjnego kamery Liveview. Prosimy o kontakt z działem obsługi klienta." + }, + { + "ecode": "050004000001004F", + "intro": "Wykryto nieznany moduł, proszę spróbować zaktualizować firmware do najnowszej wersji." + }, + { + "ecode": "0C00040000010020", + "intro": "Znacznik wizualny na podgrzewanym stole jest uszkodzony, prosimy o kontakt z obsługą klienta." + }, + { + "ecode": "0C00030000020013", + "intro": "Wykrywanie obcych obiektów nie działa. Uruchom ponownie urządzenia lub zaktualizuj firmware." + }, + { + "ecode": "1200300000010004", + "intro": "Nie można odczytać RFID z powodu awarii chipa szyfrującego w AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "Nie można odczytać RFID z powodu awarii chipa szyfrującego w AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "Nie można odczytać RFID z powodu awarii chipa szyfrującego w AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "Nie można odczytać RFID z powodu awarii chipa szyfrującego w AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "Temperatura w komorze modułu AMS C jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0703970000030001", + "intro": "Temperatura w komorze modułu AMS D jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0700970000030001", + "intro": "Temperatura w komorze modułu AMS A jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0701970000030001", + "intro": "Temperatura w komorze modułu AMS B jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0704970000030001", + "intro": "Temperatura w komorze modułu AMS E jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1802970000030001", + "intro": "Temperatura w komorze modułu AMS-HT C jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1805970000030001", + "intro": "Temperatura w komorze modułu AMS-HT F jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1800970000030001", + "intro": "Temperatura w komorze modułu AMS-HT A jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1807970000030001", + "intro": "Temperatura w komorze modułu AMS-HT H jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0706970000030001", + "intro": "Temperatura w komorze modułu AMS G jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0705970000030001", + "intro": "Temperatura w komorze modułu AMS F jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1803970000030001", + "intro": "Temperatura w komorze modułu AMS-HT D jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "0707970000030001", + "intro": "Temperatura w komorze modułu AMS H jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1806970000030001", + "intro": "Temperatura w komorze modułu AMS-HT G jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1804970000030001", + "intro": "Temperatura w komorze modułu AMS-HT E jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "1801970000030001", + "intro": "Temperatura w komorze modułu AMS-HT B jest zbyt wysoka. Wspomaganie podawania lub odczyt RFID są obecnie niedostępne." + }, + { + "ecode": "07FF450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "07FE450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0500050000010001", + "intro": "Dane fabryczne płyty AP są nieprawidłowe. Proszę wymień płytkę AP na nową." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0500400000010039", + "intro": "Numer seryjny modułu lasera jest błędny" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0500400000010040", + "intro": "Błąd numeru seryjnego modułu tnącego" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0300180000010006", + "intro": "Dane dotyczące poziomowania stołu są nieprawidłowe. Sprawdź, czy na podgrzewanym stole i prowadnicy osi Z nie ma żadnych niepożądanych obiektów. Jeśli tak, usuń je i spróbuj ponownie." + }, + { + "ecode": "0500010000030004", + "intro": "Brak miejsca na pamięci USB. Proszę zwolnij trochę miejsca." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT H Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Nie udało się rozpocząć suszenia. Proszę wyciągnąć filament z huba i spróbować ponownie." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G Temperatura otoczenia jest zbyt niska, co wpłynie na efektywność suszenia." + }, + { + "ecode": "0300180000010003", + "intro": "Czujnik siły ekstruzji jest niedostępny. Połączenie między MC a TH może być przerwane lub czujnik jest uszkodzony." + }, + { + "ecode": "0500020000020003", + "intro": "Nie udało się połączyć z Internetem. Sprawdź połączenie sieciowe." + }, + { + "ecode": "0700310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0703300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0300960000010001", + "intro": "Przednie drzwi komory wydają się być otwarte. Zadanie zostało wstrzymane." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1805330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0705320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "030001000001000D", + "intro": "Wystąpił problem podczas wcześniejszego nagrzewania stołu roboczego. Aby kontynuować korzystanie z drukarki, zapoznaj się z wiki w celu rozwiązania problemu." + }, + { + "ecode": "0300040000020001", + "intro": "Prędkość wentylatora chłodzącego wydruk jest zbyt niska lub został on zatrzymany. Mógł się zablokować lub wtyczka nie jest prawidłowo podłączona." + }, + { + "ecode": "0300080000010003", + "intro": "Rezystancja silnika Z jest nieprawidłowa, silnik mógł ulec awarii." + }, + { + "ecode": "0500040000010002", + "intro": "Nie udało się zgłosić stanu druku. Proszę sprawdzić połączenie sieciowe." + }, + { + "ecode": "0500040000030008", + "intro": "Wygląda na to, że drzwi komory są otwarte." + }, + { + "ecode": "0500040000030009", + "intro": "Temperatura stołu przekracza temperaturę zeszklenia filamentu, co może spowodować zatkanie dyszy. Pozostaw przednie drzwi drukarki otwarte. Wykrywanie otwarcia drzwi komory zostało tymczasowo wyłączone." + }, + { + "ecode": "0500050000030002", + "intro": "Urządzenie znajduje się w fazie inżynieryjnej. Proszę zwrócić uwagę na kwestie związane z bezpieczeństwem." + }, + { + "ecode": "0700300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0701310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS B jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0702310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0703310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0C00020000010005", + "intro": "Wykryto nowy Micro Lidar. Przed użyciem należy go skalibrować na stronie Kalibracja." + }, + { + "ecode": "12FF200000020004", + "intro": "Proszę wyjąć filament znajdujący się na uchwycie szpuli z ekstrudera." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0C00040000010011", + "intro": "Nie udało się zmierzyć grubości materiału: parametry urządzenia są nieprawidłowe. Należy ponownie skonfigurować kamerę BirdsEye." + }, + { + "ecode": "0C0003000002000C", + "intro": "Nie wykryto znacznika lokalizacji płyty roboczej. Sprawdź, czy płyta robocza jest poprawnie ustawiona." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0300A20000010001", + "intro": "Temperatura modułu MC jest zbyt wysoka, prawdopodobnie z powodu wysokiej temperatury komory drukarki. Możesz spróbować obniżyć temperaturę otoczenia przed użyciem." + }, + { + "ecode": "0300360000010001", + "intro": "Prędkość wentylatora cyrkulacji ciepła w komorze jest zbyt niska lub został on zatrzymany. Mógł się zablokować lub wtyczka nie jest prawidłowo podłączona." + }, + { + "ecode": "0C00040000010013", + "intro": "Parametry ekspozycji kamery BirdsEye nie przyniosły efektu. Spróbuj ponownie." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0707300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0707310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0705310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0705300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT B jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1804310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1801320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT B jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "03001B0000010002", + "intro": "Wykryto zakłócenia zewnętrzne na czujniku przyspieszenia podgrzewanego stołu. Przewód sygnałowy czujnika może nie być poprawnie podłączony." + }, + { + "ecode": "030091000001000C", + "intro": "Nagrzewnica komory 1 od dłuższego czasu pracuje przy pełnym obciążeniu. Może wystąpić problem z systemem kontroli temperatury." + }, + { + "ecode": "0300940000030001", + "intro": "Chłodzenie komory może być zbyt wolne. Można otworzyć komorę, aby wspomóc chłodzenie, jeśli opary w komorze nie są toksyczne." + }, + { + "ecode": "0500020000020005", + "intro": "Nie udało się połączyć z Internetem. Sprawdź połączenie sieciowe." + }, + { + "ecode": "0500040000010003", + "intro": "Zawartość pliku do wydruku jest nieczytelna. Proszę ponownie wysłać zadanie drukowania." + }, + { + "ecode": "0500050000010006", + "intro": "Dane fabryczne płyty AP są nieprawidłowe. Proszę wymień płytkę AP na nową." + }, + { + "ecode": "0700330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0701300000010004", + "intro": "Awaria układu szyfrującego." + }, + { + "ecode": "0701330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS B jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0702300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0702300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS C jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0702320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0702330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0703310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0C0001000001000B", + "intro": "Kalibracja Mikro Lidar nie powiodła się. Upewnij się, że plansza kalibracyjna jest czysta i nie jest zasłonięta. Następnie spróbuj ponownie przeprowadzić kalibrację." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "050003000001000A", + "intro": "Stan systemu jest nieprawidłowy. Przywróć ustawienia fabryczne." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "030001000001000E", + "intro": "Napięcie zasilania jest niezgodne z urządzeniem. Stół grzewczy został wyłączony." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0706330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1805310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1805320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0704310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT B jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0705330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0300010000010008", + "intro": "Podczas nagrzewania stołu roboczego wystąpiła nieprawidłowość, moduły grzewcze mogły ulec uszkodzeniu." + }, + { + "ecode": "0300020000010006", + "intro": "Temperatura dyszy jest nieprawidłowa. Czujnik może mieć zwarcie, sprawdź, czy wtyczka jest prawidłowo podłączona." + }, + { + "ecode": "0700320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0700400000020004", + "intro": "Sygnał z bufora filamentu jest nieprawidłowy. Sprężyna może być zablokowana lub filament może być splątany." + }, + { + "ecode": "0702310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0703300000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0C0003000002000F", + "intro": "Pominięto drukowanie części przed inspekcją pierwszej warstwy. Inspekcja nie jest obsługiwana dla bieżącego wydruku." + }, + { + "ecode": "12FF200000020006", + "intro": "Nie udało się wytłoczyć filamentu. Ekstruder może być zatkany." + }, + { + "ecode": "0C00040000010014", + "intro": "Nie wykryto podstawy do ochrony przy cięciu, co \nmoże prowadzić do uszkodzenia stołu grzewczego. Umieść ją, aby kontynuować." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0300090000020002", + "intro": "Opór przy wytłaczaniu jest nieprawidłowy. Ekstruder może być zapchany lub filament zablokował sie w głowicy." + }, + { + "ecode": "0300310000010001", + "intro": "Prędkość wentylatora chłodzącego wydruk jest zbyt niska lub został on zatrzymany. Mógł się zablokować lub wtyczka nie jest prawidłowo podłączona." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1802300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1807320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1806320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1800300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "030001000001000A", + "intro": "Regulacja temperatury stołu jest nieprawidłowa, płyta AC może być uszkodzona." + }, + { + "ecode": "0300030000010001", + "intro": "Prędkość wentylatora hotendu jest zbyt niska lub został zatrzymany. Mógł się zablokować lub wtyczka nie jest prawidłowo podłączona." + }, + { + "ecode": "0300060000010003", + "intro": "Rezystancja silnika A jest nieprawidłowa, silnik mógł ulec awarii." + }, + { + "ecode": "0300070000010003", + "intro": "Rezystancja silnika B jest nieprawidłowa, silnik mógł ulec awarii." + }, + { + "ecode": "03001A0000020001", + "intro": "Dysza jest pokryta filamentem lub platforma robocza jest nieprawidłowo zainstalowana." + }, + { + "ecode": "03001D0000010001", + "intro": "Czujnik pozycji silnika ekstrudera jest nieprawidłowy. Połączenie z czujnikiem może być poluzowane." + }, + { + "ecode": "0500040000010001", + "intro": "Nie udało się pobrać zadania drukowania. Sprawdź swoje połączenie sieciowe." + }, + { + "ecode": "0700300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS1 jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0701320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS B jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0703320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS D jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0703330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0C00010000020007", + "intro": "Parametry lasera Micro Lidar uległy przesunięciu. Proszę ponownie skalibrować drukarkę." + }, + { + "ecode": "0C00020000020004", + "intro": "Wysokość dyszy wydaje się zbyt niska. Sprawdź, czy dysza nie jest zużyta lub przechylona. Jeśli dysza została wymieniona, należy ponownie skalibrować Micro Lidar." + }, + { + "ecode": "0C00020000020009", + "intro": "Laser pionowy nie jest wystarczająco jasny w pozycji bazowej. Jeśli ten komunikat będzie się powtarzał, wyczyść lub wymień płytę roboczą." + }, + { + "ecode": "0C00030000020010", + "intro": "Wykryto obce obiekty na stole roboczym. Proszę sprawdź i wyczyść stół." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0500040000020033", + "intro": "Proszę podłączyć wtyczkę modułu" + }, + { + "ecode": "0700950000010001", + "intro": "AMS A Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0C00040000010010", + "intro": "Nie udało się zmierzyć grubości materiału z powodu awarii modułu lasera." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0706300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT B jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "1804300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1807300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G Czujnik temperatury grzałki 2 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1802320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1802330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT C jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0500020000020001", + "intro": "Nie udało się połączyć z Internetem. Sprawdź połączenie sieciowe." + }, + { + "ecode": "0500040000010006", + "intro": "Nie udało się wznowić poprzedniego druku." + }, + { + "ecode": "0700310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0700400000020003", + "intro": "Komunikacja z Hubem AMS jest nieprawidłowa. Kabel może nie być poprawnie podłączony." + }, + { + "ecode": "0701300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS B jest uszkodzony lub nie można zidentyfikować jego zawartości. " + }, + { + "ecode": "0701310000010004", + "intro": "Awaria układu szyfrującego" + }, + { + "ecode": "0C00020000020003", + "intro": "Poziomy laser nie jest wystarczająco jasny w pozycji bazowej. Jeśli ten komunikat będzie się powtarzał, wyczyść lub wymień płytę roboczą." + }, + { + "ecode": "0C00020000020007", + "intro": "Pionowy laser nie świeci. Sprawdź, czy jest nie jest zasłonięty lub czy połączenie sprzętowe jest prawidłowe." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0300090000020003", + "intro": "Ekstruder wytłacza w sposób nieprawidłowy. Może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B Czujnik temperatury grzałki 1 działa nieprawidłowo, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C Grzałka 1 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1806330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT G jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C Uzwojenie fazowe silnika pomocniczego ma obwód otwarty. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F Zawór wylotowy 1 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D Zawór wylotowy 2 nie jest podłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E Przewody enkodera silnika pomocniczego nie są podłączone. Złącze silnika pomocniczego może mieć słaby styk." + }, + { + "ecode": "0707320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0707330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1805300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS-HT F jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H Grzałka 2 jest odłączona, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G Czujnik wilgotności jest odłączony, co może być spowodowane słabym stykiem złącza." + }, + { + "ecode": "0704320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS E jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1803320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS-HT D jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1807330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS-HT H jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1800310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS-HT A jest uszkodzony lub nie można zidentyfikować jego zawartości." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F W grzałce 1 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B W grzałce 2 doszło do zwarcia, co może być spowodowane zwarciem w okablowaniu lub uszkodzeniem grzałki." + }, + { + "ecode": "0703200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0702230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0701220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0701230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0701200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0701210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0702220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0702210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0703230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0702200000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0703220000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0703210000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700230000020009", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700310000010001", + "intro": "Na płytce RFID 2 w AMS A wystąpił błąd." + }, + { + "ecode": "1800010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT A działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1800310000010001", + "intro": "Na płytce RFID 2 w AMS-HT A wystąpił błąd." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1801300000010001", + "intro": "Na płytce RFID 1 w AMS-HT B wystąpił błąd." + }, + { + "ecode": "0702310000010001", + "intro": "Na płytce RFID 2 w AMS C wystąpił błąd." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1802010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT C działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0704010000020002", + "intro": "Silnik pomocniczy modułu AMS E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800010000010001", + "intro": "Silnik wspomagania AMS-HT A ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0706010000010001", + "intro": "Silnik wspomagania AMS G ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0701310000010001", + "intro": "Na płytce RFID 2 w AMS B wystąpił błąd." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0706010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS G działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0707010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS H działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1805010000010001", + "intro": "Silnik wspomagania AMS-HT F ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1806010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT G działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807500000020001", + "intro": "Komunikacja AMS-HT H jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1806300000010001", + "intro": "Na płytce RFID 1 w AMS-HT G wystąpił błąd." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1805010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT F działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0704310000010001", + "intro": "Na płytce RFID 2 w AMS E wystąpił błąd." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803500000020001", + "intro": "Komunikacja AMS-HT D jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1804500000020001", + "intro": "Komunikacja AMS-HT E jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "0704010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS E działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1806010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT G działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1802010000010001", + "intro": "Silnik wspomagania AMS-HT C ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0707010000020002", + "intro": "Silnik pomocniczy modułu AMS H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1802310000010001", + "intro": "Na płytce RFID 2 w AMS-HT C wystąpił błąd." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1804010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT E jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1806500000020001", + "intro": "Komunikacja AMS-HT G jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1806010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT E działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1803010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT B działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1803010000010001", + "intro": "Silnik wspomagania AMS-HT D ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0707310000010001", + "intro": "Na płytce RFID 2 w AMS H wystąpił błąd." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1807010000010001", + "intro": "Silnik wspomagania AMS-HT H ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0705010000010001", + "intro": "Silnik wspomagania AMS F ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0704300000010001", + "intro": "Na płytce RFID 1 w AMS E wystąpił błąd." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0705010000020002", + "intro": "Silnik pomocniczy modułu AMS F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0701300000010001", + "intro": "Na płytce RFID 1 w AMS B wystąpił błąd." + }, + { + "ecode": "0702300000010001", + "intro": "Na płytce RFID 1 w AMS C wystąpił błąd." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1803310000010001", + "intro": "Na płytce RFID 2 w AMS-HT D wystąpił błąd." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1801310000010001", + "intro": "Na płytce RFID 2 w AMS-HT B wystąpił błąd." + }, + { + "ecode": "1806310000010001", + "intro": "Na płytce RFID 2 w AMS-HT G wystąpił błąd." + }, + { + "ecode": "1805310000010001", + "intro": "Na płytce RFID 2 w AMS-HT F wystąpił błąd." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1807010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT H działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1807010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT H jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700300000010001", + "intro": "Na płytce RFID 1 w AMS A wystąpił błąd." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1803010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT D działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1800010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1807300000010001", + "intro": "Na płytce RFID 1 w AMS-HT H wystąpił błąd." + }, + { + "ecode": "1806010000010001", + "intro": "Silnik wspomagania AMS-HT G ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1801500000020001", + "intro": "Komunikacja AMS-HT B jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0705010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS F działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0500040000020030", + "intro": "Kamera BirdsEye nie jest zainstalowana. Wyłącz drukarkę, a następnie zainstaluj kamerę." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0707500000020001", + "intro": "Komunikacja AMS H jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1804010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT E działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0705300000010001", + "intro": "Na płytce RFID 1 w AMS F wystąpił błąd." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0707300000010001", + "intro": "Na płytce RFID 1 w AMS H wystąpił błąd." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1802300000010001", + "intro": "Na płytce RFID 1 w AMS-HT C wystąpił błąd." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1805300000010001", + "intro": "Na płytce RFID 1 w AMS-HT F wystąpił błąd." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0705310000010001", + "intro": "Na płytce RFID 2 w AMS F wystąpił błąd." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1805010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT F jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0704010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS E działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0706300000010001", + "intro": "Na płytce RFID 1 w AMS G wystąpił błąd." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1807010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT H działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0706010000020002", + "intro": "Silnik pomocniczy modułu AMS G jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1800300000010001", + "intro": "Na płytce RFID 1 w AMS-HT A wystąpił błąd." + }, + { + "ecode": "0707010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS H działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1804310000010001", + "intro": "Na płytce RFID 2 w AMS-HT E wystąpił błąd." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0706310000010001", + "intro": "Na płytce RFID 2 w AMS G wystąpił błąd." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0704010000010001", + "intro": "Silnik wspomagania AMS E ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1803300000010001", + "intro": "Na płytce RFID 1 w AMS-HT D wystąpił błąd." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0706500000020001", + "intro": "Komunikacja AMS G jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0703310000010001", + "intro": "Na płytce RFID 2 w AMS D wystąpił błąd." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0707010000010001", + "intro": "Silnik wspomagania AMS H ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0704500000020001", + "intro": "Komunikacja AMS E jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1801010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT B działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1800500000020001", + "intro": "Komunikacja AMS-HT A jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1805500000020001", + "intro": "Komunikacja AMS-HT F jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "1802500000020001", + "intro": "Komunikacja AMS-HT C jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1805010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT F działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "0703300000010001", + "intro": "Na płytce RFID 1 w AMS D wystąpił błąd." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1803010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS-HT D działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0705500000020001", + "intro": "Komunikacja AMS F jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1800010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT A działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1804300000010001", + "intro": "Na płytce RFID 1 w AMS-HT E wystąpił błąd." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1807310000010001", + "intro": "Na płytce RFID 12 w AMS-HT H wystąpił błąd." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1804010000010001", + "intro": "Silnik wspomagania AMS-HT E ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0706010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS G działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C Błąd parametru kalibracji silnika pomocniczego. Proszę wyjąć filament z huba, a następnie uruchomić ponownie AMS." + }, + { + "ecode": "0705010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS F działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1802010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS-HT C działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1802010000020002", + "intro": "Silnik pomocniczy modułu AMS-HT C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1801010000010001", + "intro": "Silnik wspomagania AMS-HT B ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0500010000030007", + "intro": "Nie można nagrywać zdjęć time-lapse bez włożonej pamięci USB." + }, + { + "ecode": "0300110000020002", + "intro": "Częstotliwość rezonansowa osi Y różni się znacznie od ostatniej kalibracji. Proszę oczyścić pręt prowadnicy osi Y i przeprowadzić kalibrację po druku." + }, + { + "ecode": "0300200000010002", + "intro": "Nieprawidłowe bazowanie osi Y: sprawdź, czy głowica narzędzia nie jest zablokowana lub czy karetka osi Y nie ma zbyt dużego oporu." + }, + { + "ecode": "0300200000010001", + "intro": "Nieprawidłowe bazowanie osi X: sprawdź, czy głowica nie jest zablokowana lub czy prowadnica liniowa osi X nie ma zbyt dużego oporu." + }, + { + "ecode": "0300100000020002", + "intro": "Częstotliwość rezonansu osi X znacznie różni się od ostatniej kalibracji. Proszę wyczyścić prowadnice liniową osi X i przeprowadzić kalibrację po wydruku." + }, + { + "ecode": "0500040000020039", + "intro": "Proszę podłączyć wtyczkę modułu" + }, + { + "ecode": "0701010000010001", + "intro": "Silnik pomocniczy modułu AMS B ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1200220000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1201220000020005", + "intro": "Skończył się filament w AMS B gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1202110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1203820000020001", + "intro": "Filament w gnieździe 3 modułu AMS D może być splątany lub zablokowany." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0702010000020002", + "intro": "Silnik pomocniczy modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201300000010001", + "intro": "Cewka RFID gniazda 1 modułu AMS B jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1201320000010001", + "intro": "Cewka RFID gniazda 3 modułu AMS B jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202210000020002", + "intro": "Gniazdo 2 modułu AMS C jest puste. Proszę załaduj nowy filament" + }, + { + "ecode": "1202210000020005", + "intro": "Skończył się filament w AMS C gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1202230000030002", + "intro": "Skończył się filament w AMS C gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203300000010001", + "intro": "Cewka RFID gniazda 1 modułu AMS D jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0300010000010001", + "intro": "Temperatura podgrzewanego stołu jest nieprawidłowa. Grzałka może mieć zwarcie." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0702010000010001", + "intro": "Silnik pomocniczy modułu AMS C ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1200330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS A jest uszkodzony." + }, + { + "ecode": "1201200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS B. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1201220000020003", + "intro": "Filament w gnieździe 3 modułu AMS B może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "Gniazdo 4 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202130000010001", + "intro": "Silnik gniazda 4 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1202720000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS C: czujnik odometrii filamentu w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1203200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "1203210000020004", + "intro": "Gniazdo 2 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "0C0003000003000B", + "intro": "Sprawdzenie pierwszej warstwy: proszę chwilę poczekać." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1200100000020002", + "intro": "Silnik gniazda 1 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200200000020003", + "intro": "Filament w gnieździe 1 modułu AMS A może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1200720000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS A: czujnik odometrii filamentu w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1200830000020001", + "intro": "Filament w gnieździe 4 modułu AMS A może być splątany lub zablokowany." + }, + { + "ecode": "1202300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS C jest uszkodzony." + }, + { + "ecode": "1202320000010001", + "intro": "Cewka RFID gniazda 3 modułu AMS C jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202830000020001", + "intro": "Filament w gnieździe 4 modułu AMS C może być splątany lub zablokowany." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1200230000030002", + "intro": "Skończył się filament w AMS A gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1202120000010001", + "intro": "Silnik gniazda 3 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1202210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "1202230000020004", + "intro": "Gniazdo 4 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS C. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1203100000010001", + "intro": "Silnik gniazda 1 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1203110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1203220000020005", + "intro": "Skończył się filament w AMS D gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0C0003000001000A", + "intro": "Twoja drukarka jest w trybie fabrycznym. Skontaktuj się z pomocą techniczną." + }, + { + "ecode": "050004000002001A", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 3 modułu AMS C." + }, + { + "ecode": "1200200000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1200820000020001", + "intro": "Filament w gnieździe 3 modułu AMS A może być splątany lub zablokowany." + }, + { + "ecode": "1201220000020004", + "intro": "Gniazdo 3 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS C jest uszkodzony." + }, + { + "ecode": "1203130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "1200210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS A. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1201200000020003", + "intro": "Filament w gnieździe 1 modułu AMS B może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1202710000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS C: czujnik odometrii filamentu w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1203120000020002", + "intro": "Silnik gniazda 3 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0500040000020032", + "intro": "Proszę wsunąć moduł lasera i zablokować dźwignię szybkozłączki." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "0702010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS C działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1202220000030002", + "intro": "Skończył się filament w AMS C gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1202230000020002", + "intro": "Gniazdo 4 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0700010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS A działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "0700500000020001", + "intro": "Komunikacja AMS A jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1200120000020002", + "intro": "Silnik gniazda 3 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200220000020002", + "intro": "Gniazdo 3 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1202200000020002", + "intro": "Gniazdo 1 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1202230000020003", + "intro": "Filament w gnieździe 4 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "Gniazdo 1 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1203210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0500040000020015", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 2 modułu AMS B." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1200710000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS A: czujnik odometrii filamentu w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1201130000010001", + "intro": "Silnik gniazda 4 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1201300000030003", + "intro": "Moduł AMS B gniazdo 1. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1201330000010001", + "intro": "Cewka RFID gniazda 4 modułu AMS B jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1202220000020002", + "intro": "Gniazdo 3 modułu AMS C jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1202310000030003", + "intro": "Moduł AMS C gniazdo 2. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1203220000020004", + "intro": "Gniazdo 3 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1200230000020003", + "intro": "Filament w gnieździe 4 modułu AMS A może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1200230000020004", + "intro": "Gniazdo 4 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1200330000010001", + "intro": "Cewka RFID gniazda 4 modułu AMS A jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1201200000020002", + "intro": "Gniazdo 1 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1202220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "1203200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS D. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "0300350000020002", + "intro": "Prędkość wentylatora chłodzącego moduł MC jest za niska. Może być on zablokowany i wymagać czyszczenia." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "0C00040000020004", + "intro": "Typ platformy nie jest obsługiwany w tym zadaniu. Użyj właściwej platformy, aby kontynuować." + }, + { + "ecode": "1200210000020003", + "intro": "Filament w gnieździe 2 modułu AMS A może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1200220000020005", + "intro": "Skończył się filament w AMS A gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1200230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS A. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1200300000010001", + "intro": "Cewka RFID gniazda 1 modułu AMS A jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1201200000020004", + "intro": "Gniazdo 1 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1201220000020002", + "intro": "Gniazdo 3 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1201230000020003", + "intro": "Filament w gnieździe 4 modułu AMS B może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "Moduł AMS B gniazdo 3. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1203230000020004", + "intro": "Gniazdo 3 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1203230000020005", + "intro": "Skończył się filament w AMS D gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "050004000002001C", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 1 modułu AMS D." + }, + { + "ecode": "1200110000010001", + "intro": "Silnik gniazda 2 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1200230000020002", + "intro": "Gniazdo 4 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1200310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS A jest uszkodzony." + }, + { + "ecode": "1200500000020001", + "intro": "Komunikacja AMS A jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1201210000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1202100000020002", + "intro": "Silnik gniazda 1 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1203110000010001", + "intro": "Silnik gniazda 2 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1200220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS A. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1200800000020001", + "intro": "Filament w gnieździe 1 modułu AMS A może być splątany lub zablokowany." + }, + { + "ecode": "1201200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "1201200000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1201210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "1201220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS B. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1202200000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1202500000020001", + "intro": "Komunikacja AMS C jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1201300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS B jest uszkodzony." + }, + { + "ecode": "1201310000030003", + "intro": "Moduł AMS B gniazdo 2. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1201710000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS B: czujnik odometrii filamentu w gnieździe 2 może być uszkodzony.." + }, + { + "ecode": "1202130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1202200000030002", + "intro": "Skończył się filament w AMS C gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1202220000020005", + "intro": "Skończył się filament w AMS C gniazdo 3, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1203330000030003", + "intro": "Moduł AMS D gniazdo 4. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "0300960000030001", + "intro": "Przednie drzwi komory są otwarte." + }, + { + "ecode": "050003000002000C", + "intro": "Błąd sprzętu sieci bezprzewodowej: wyłącz/włącz WiFi lub uruchom ponownie urządzenie." + }, + { + "ecode": "0300090000020001", + "intro": "Silnik ekstruzji jest przeciążony. Ekstruder może być zatkany lub filament może być zablokowany w głowicy." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "1200200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS A. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1201700000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS B: czujnik odometrii filamentu w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1201730000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS B: czujnik odometrii filamentu w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1202220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS C. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1202310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS C jest uszkodzony." + }, + { + "ecode": "1202320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS C jest uszkodzony." + }, + { + "ecode": "1203220000020002", + "intro": "Gniazdo 3 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1203220000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1203230000020002", + "intro": "Gniazdo 4 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "0C00040000010015", + "intro": "Nie wykryto osłony ochronnej lasera: Umieść ją i kontynuuj." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0500040000020011", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 2 modułu AMS A." + }, + { + "ecode": "0500040000020017", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 4 modułu AMS B." + }, + { + "ecode": "0701500000020001", + "intro": "Komunikacja AMS B jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1200120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1200320000010001", + "intro": "Cewka RFID gniazda 3 modułu AMS A jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202300000030003", + "intro": "Moduł AMS C gniazdo 1. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1203700000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS D: czujnik odometrii filamentu w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1203800000020001", + "intro": "Filament w gnieździe 1 modułu AMS D może być splątany lub zablokowany." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "0500040000020018", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 1 modułu AMS C." + }, + { + "ecode": "0703010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS D działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1200220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "1201210000020002", + "intro": "Gniazdo 2 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1201220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "1203200000020004", + "intro": "Gniazdo 1 modułu AMS D. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1203300000030003", + "intro": "Moduł AMS D gniazdo 1. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1200210000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1201210000020004", + "intro": "Gniazdo 2 modułu AMS B. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1201210000020005", + "intro": "Skończył się filament w AMS B gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1202210000030002", + "intro": "Skończył się filament w AMS C gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1202220000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1202230000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1203200000030002", + "intro": "Skończył się filament w AMS D gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203220000030002", + "intro": "Skończył się filament w AMS D gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203320000010001", + "intro": "Cewka RFID gniazda 3 modułu AMS D jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1203330000010001", + "intro": "Cewka RFID gniazda 4 modułu AMS D jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1200110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1201820000020001", + "intro": "Filament w gnieździe 3 modułu AMS B może być splątany lub zablokowany." + }, + { + "ecode": "1202130000020002", + "intro": "Silnik gniazda 4 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C Czujnik prądu grzałki 2 działa nieprawidłowo." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0700010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS A działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika rolki pomiarowej." + }, + { + "ecode": "1200100000010001", + "intro": "Silnik gniazda 1 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1200210000020001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "1200220000030002", + "intro": "Skończył się filament w AMS A gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1201230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS B. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1201330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS B jest uszkodzony." + }, + { + "ecode": "1202110000020002", + "intro": "Silnik gniazda 2 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1202120000020002", + "intro": "Silnik gniazda 3 modułu AMS C jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "0701010000020002", + "intro": "Silnik pomocniczy modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200220000020004", + "intro": "Gniazdo 3 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1201130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1203230000020003", + "intro": "Filament w gnieździe 4 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 4 modułu AMS D." + }, + { + "ecode": "1200130000010001", + "intro": "Silnik gniazda 4 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1201210000020003", + "intro": "Filament w gnieździe 2 modułu AMS B może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 3 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1201230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS B. Proszę włożyć nowy filament." + }, + { + "ecode": "1201230000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS B. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1202120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS C gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1202210000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS C. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1203200000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 1 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1203210000030002", + "intro": "Skończył się filament w AMS D gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203720000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS D: czujnik odometrii filamentu w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "0500040000020013", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 4 modułu AMS A." + }, + { + "ecode": "1200130000020002", + "intro": "Silnik gniazda 4 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201220000030002", + "intro": "Skończył się filament w AMS B gniazdo 3 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1201720000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS B: czujnik odometrii filamentu w gnieździe 3 może być uszkodzony." + }, + { + "ecode": "1202330000030003", + "intro": "Moduł AMS C gniazdo 4. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1203130000010001", + "intro": "Silnik gniazda 4 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1203210000020003", + "intro": "Filament w gnieździe 2 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1203210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS D. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1203230000030001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS D. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0500040000020010", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 1 modułu AMS A." + }, + { + "ecode": "050004000002001E", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 3 modułu AMS D." + }, + { + "ecode": "0700010000010001", + "intro": "Silnik wspomagania AMS A ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1200200000020005", + "intro": "Skończył się filament w AMS A gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1200320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS A jest uszkodzony." + }, + { + "ecode": "1202200000020005", + "intro": "Skończył się filament w AMS C gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1202210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS C. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1202320000030003", + "intro": "Moduł AMS C gniazdo 3. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1203300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS D jest uszkodzony." + }, + { + "ecode": "1203330000020002", + "intro": "RFID-tag w gnieździe 4 modułu AMS D jest uszkodzony." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0C00040000020008", + "intro": "Nie wykryto materiału. Proszę upewnić się, że materiał jest odpowiednio umieszczony i kontynuować." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0702500000020001", + "intro": "Komunikacja AMS C jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1201120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1201200000020005", + "intro": "Skończył się filament w AMS B gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1203100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1203110000020002", + "intro": "Silnik gniazda 2 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A Silnik szczotkowy 2 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0300310000020002", + "intro": "Prędkość wentylatora chłodzącego wydruk jest za niska. Może być on zablokowany i wymagać czyszczenia." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C Podczas procesu suszenia może ulec przegrzaniu. Proszę wyłączyć zasilanie AMS." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A Silnik szczotkowy 3 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "1200230000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS A. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1201810000020001", + "intro": "Filament w gnieździe 2 modułu AMS B może być splątany lub zablokowany." + }, + { + "ecode": "1202220000020003", + "intro": "Filament w gnieździe 3 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "Skończył się filament w AMS C gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1203220000020001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "1203230000030002", + "intro": "Skończył się filament w AMS D gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203310000010001", + "intro": "Cewka RFID gniazda 2 modułu AMS D jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "0703010000010001", + "intro": "Silnik pomocniczy modułu AMS D ślizga się. Koło ekstruzji może być zużyte lub filament może być zbyt cienki." + }, + { + "ecode": "1200200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "1200210000030002", + "intro": "Skończył się filament w AMS A gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1201230000030002", + "intro": "Skończył się filament w AMS B gniazdo 4 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203810000020001", + "intro": "Filament w gnieździe 2 modułu AMS D może być splątany lub zablokowany." + }, + { + "ecode": "1203830000020001", + "intro": "Filament w gnieździe 4 modułu AMS D może być splątany lub zablokowany." + }, + { + "ecode": "0C00040000010016", + "intro": "Dźwignia szybkozłączki nie jest zablokowana. Naciśnij ją w dół, aby zablokować." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0500040000020019", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 2 modułu AMS C." + }, + { + "ecode": "0703500000020001", + "intro": "Komunikacja AMS D jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1200130000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 4 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1200220000020003", + "intro": "Filament w gnieździe 3 modułu AMS A może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1202210000020003", + "intro": "Filament w gnieździe 1 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1202230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "1203120000010001", + "intro": "Silnik gniazda 3 modułu AMS D ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1203710000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS D: czujnik odometrii filamentu w gnieździe 2 może być uszkodzony." + }, + { + "ecode": "1200210000020005", + "intro": "Skończył się filament w AMS A gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1201100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1201100000020002", + "intro": "Silnik gniazda 1 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS B jest uszkodzony." + }, + { + "ecode": "1201800000020001", + "intro": "Filament w gnieździe 1 modułu AMS B może być splątany lub zablokowany." + }, + { + "ecode": "1202800000020001", + "intro": "Filament w gnieździe 1 modułu AMS C może być splątany lub zablokowany." + }, + { + "ecode": "1203220000020003", + "intro": "Filament w gnieździe 3 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "RFID-tag w gnieździe 2 modułu AMS D jest uszkodzony." + }, + { + "ecode": "1203320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS D jest uszkodzony." + }, + { + "ecode": "1203320000030003", + "intro": "Moduł AMS D gniazdo 3. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "1201110000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS B gniazda 2 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1201120000020002", + "intro": "Silnik gniazda 3 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201230000020002", + "intro": "Gniazdo 4 modułu AMS B jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1201230000020005", + "intro": "Skończył się filament w AMS B gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1201830000020001", + "intro": "Filament w gnieździe 4 modułu AMS B może być splątany lub zablokowany." + }, + { + "ecode": "1202200000020004", + "intro": "Gniazdo 1 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202730000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS C: czujnik odometrii filamentu w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1203120000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS D gniazda 3 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1203210000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 2 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "1203500000020001", + "intro": "Komunikacja AMS D jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C Silnik pomocniczy ma niezrównoważoną rezystancję trójfazową. Silnik może być uszkodzony." + }, + { + "ecode": "050004000002001B", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 4 modułu AMS C." + }, + { + "ecode": "050004000002001D", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 2 modułu AMS D." + }, + { + "ecode": "1201210000030002", + "intro": "Skończył się filament w AMS B gniazdo 2 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1203100000020002", + "intro": "Silnik gniazda 1 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1203210000020002", + "intro": "Gniazdo 2 modułu AMS D jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1203230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS D. Proszę włożyć nowy filament." + }, + { + "ecode": "1203310000030003", + "intro": "Moduł AMS D gniazdo 2. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C Brak sygnału odometrii. Złącze czujnika odometrii może mieć słaby styk." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D Prędkość wentylatora chłodzącego grzałkę 1 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Błąd w obliczaniu prędkości i długości filamentu: Możliwa awaria czujnika odometrycznego." + }, + { + "ecode": "0702010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS C działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "0703010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS D działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1202110000010001", + "intro": "Silnik gniazda 2 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1202200000020001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS C. Proszę włożyć nowy filament." + }, + { + "ecode": "1202700000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS C: czujnik odometrii filamentu w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1203200000020003", + "intro": "Filament w gnieździe 1 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1203200000020005", + "intro": "Skończył się filament w AMS D gniazdo 1, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "050003000001000B", + "intro": "Ekran działa nieprawidłowo. Proszę zrestartować urządzenie." + }, + { + "ecode": "0500040000020016", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 3 modułu AMS B." + }, + { + "ecode": "0701010000010003", + "intro": "Sterowanie momentem obrotowym silnika pomocniczego AMS B działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1200200000020002", + "intro": "Gniazdo 1 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1200200000030002", + "intro": "Skończył się filament w AMS A gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1200210000020002", + "intro": "Gniazdo 2 modułu AMS A jest puste. Proszę załaduj nowy filament." + }, + { + "ecode": "1200700000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS A: czujnik odometrii filamentu w gnieździe 1 może być uszkodzony." + }, + { + "ecode": "1201110000010001", + "intro": "Silnik gniazda 2 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1201120000010001", + "intro": "Silnik gniazda 3 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1201320000020002", + "intro": "RFID-tag w gnieździe 3 modułu AMS B jest uszkodzony." + }, + { + "ecode": "1202330000010001", + "intro": "Cewka RFID gniazda 4 modułu AMS C jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C Prędkość wentylatora chłodzącego grzałkę 2 jest zbyt niska, co może być spowodowane nadmiernym oporem wentylatora." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C Rezystancja silnika pomocniczego jest nieprawidłowy. Silnik pomocniczy może być uszkodzony." + }, + { + "ecode": "1200300000030003", + "intro": "Moduł AMS A gniazdo 1. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1201210000030001", + "intro": "Skończył się filament w gnieździe 2 modułu AMS B. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1201500000020001", + "intro": "Komunikacja AMS B jest nieprawidłowa. Sprawdź kabel połączeniowy." + }, + { + "ecode": "1202210000020004", + "intro": "Gniazdo 2 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202310000010001", + "intro": "Cewka RFID gniazda 2 modułu AMS C jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1203730000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS D: czujnik odometrii filamentu w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B Czujnik prądu grzałki 1 działa nieprawidłowo." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0703010000020002", + "intro": "Silnik pomocniczy modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200210000020004", + "intro": "Gniazdo 2 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1200230000020005", + "intro": "Skończył się filament w AMS A gniazdo 4, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "1200330000030003", + "intro": "Moduł AMS A gniazdo 4. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1200730000010001", + "intro": "Błąd w obliczaniu prędkości i długości filamentu w module AMS A: czujnik odometrii filamentu w gnieździe 4 może być uszkodzony." + }, + { + "ecode": "1201310000010001", + "intro": "Cewka RFID gniazda 1 modułu AMS B jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202100000010001", + "intro": "Silnik gniazda 1 modułu AMS C ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1202200000020003", + "intro": "Filament w gnieździe 1 modułu AMS C może być uszkodzony w rurce PTFE." + }, + { + "ecode": "1202200000030001", + "intro": "Skończył się filament w gnieździe 1 modułu AMS C. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1203210000020005", + "intro": "Skończył się filament w AMS D gniazdo 2, a oczyszczenie ze starego filamentu przebiegło nieprawidłowo. Sprawdź, czy filament nie utknął w głowicy." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C Silnik szczotkowy 1 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B Silnik szczotkowy 4 nie generuje sygnału, co może być spowodowane słabym stykiem na złączu silnika lub awarią silnika." + }, + { + "ecode": "0500040000020014", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 1 modułu AMS B." + }, + { + "ecode": "0700010000020002", + "intro": "Silnik pomocniczy modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200120000010001", + "intro": "Silnik gniazda 3 modułu AMS A ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1200310000010001", + "intro": "Cewka RFID gniazda 2 modułu AMS A jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1200320000030003", + "intro": "Moduł AMS A gniazdo 3. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1202220000020004", + "intro": "Gniazdo 3 modułu AMS C. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202300000010001", + "intro": "Cewka RFID gniazda 1 modułu AMS C jest uszkodzona lub w obwodzie sprzętowym RF wystąpił błąd." + }, + { + "ecode": "1202810000020001", + "intro": "Filament w gnieździe 2 modułu AMS C może być splątany lub zablokowany." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A Zawór wentylacyjny 2 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A Wentylator chłodzenia grzałki 1 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "050003000001000C", + "intro": "Moduł sterownika silnika MC działa nieprawidłowo. Wyłącz zasilanie, sprawdź połączenie i uruchom urządzenie ponownie." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A Zawór wentylacyjny 1 działa nieprawidłowo, może to być spowodowane zbyt dużym oporem." + }, + { + "ecode": "0500040000020012", + "intro": "Nie można zidentyfikować RFID-tag w gnieździe 3 modułu AMS A." + }, + { + "ecode": "0701010000010004", + "intro": "Sterowanie prędkością silnika pomocniczego AMS B działa nieprawidłowo. Czujnik prędkości może być uszkodzony." + }, + { + "ecode": "1200100000010003", + "intro": "Sterowanie momentem obrotowym silnika AMS A gniazda 1 działa nieprawidłowo. Czujnik prądu może być uszkodzony." + }, + { + "ecode": "1200110000020002", + "intro": "Silnik gniazda 2 modułu AMS A jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1200200000020004", + "intro": "Gniazdo 1 modułu AMS A. Filament może być uszkodzony w głowicy." + }, + { + "ecode": "1202820000020001", + "intro": "Filament w gnieździe 3 modułu AMS C może być splątany lub zablokowany." + }, + { + "ecode": "1203130000020002", + "intro": "Silnik gniazda 4 modułu AMS D jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1203220000030001", + "intro": "Skończył się filament w gnieździe 3 modułu AMS D. Oczyszczenie ze starego filamentu. Proszę czekać." + }, + { + "ecode": "1203230000020006", + "intro": "Nie udało się wytłoczyć filamentu w gnieździe 4 modułu AMS D. Ekstruder może być zatkany lub filament może być zbyt cienki, powodując ślizganie się ekstrudera." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A Utracono parametry silnika pomocniczego. Proszę wyjąć filament z huba, a następnie ponownie uruchomić AMS." + }, + { + "ecode": "1200230000020001", + "intro": "Skończył się filament w gnieździe 4 modułu AMS A. Proszę włożyć nowy filament." + }, + { + "ecode": "1200300000020002", + "intro": "RFID-tag w gnieździe 1 modułu AMS A jest uszkodzony." + }, + { + "ecode": "1200310000030003", + "intro": "Moduł AMS A gniazdo 2. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "1200810000020001", + "intro": "Filament w gnieździe 2 modułu AMS A może być splątany lub zablokowany." + }, + { + "ecode": "1201100000010001", + "intro": "Silnik gniazda 1 modułu AMS B ślizga się. Koło ekstruzji może działać nieprawidłowo lub filament może być zbyt cienki." + }, + { + "ecode": "1201110000020002", + "intro": "Silnik gniazda 2 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201130000020002", + "intro": "Silnik gniazda 4 modułu AMS B jest przeciążony. Filament może być splątany lub zablokowany." + }, + { + "ecode": "1201200000030002", + "intro": "Skończył się filament w AMS B gniazdo 1 i został automatycznie przełączony na gniazdo z tym samym filamentem." + }, + { + "ecode": "1201330000030003", + "intro": "Moduł AMS B gniazdo 4. RFID nie może zostać odczytany z powodu błędu strukturalnego." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C Wentylator chłodzenia grzałki 2 jest zablokowany, co może być spowodowane zacięciem się wentylatora." + }, + { + "ecode": "12FF200000020001", + "intro": "Skończył się filament na szpuli w uchwycie; włóż nowy filament." + }, + { + "ecode": "12FF200000020002", + "intro": "Szpula z filamentem na uchwycie jest pusta. Proszę umieść nowy filament." + }, + { + "ecode": "12FF200000020005", + "intro": "Możliwe jest, że w głowicy został uszkodzony filament." + }, + { + "ecode": "12FF200000020007", + "intro": "Nie udało się sprawdzić położenia filamentu w głowicy narzędzia; kliknij, aby uzyskać pomoc." + }, + { + "ecode": "12FF200000030007", + "intro": "Sprawdzanie położenia filamentu we wszystkich gniazdach AMS, proszę czekać." + }, + { + "ecode": "12FF800000020001", + "intro": "Filament na uchwycie szpuli może być splątany lub zablokowany." + }, + { + "ecode": "1200450000020001", + "intro": "Czujnik przecinarki filamentu działa nieprawidłowo. Sprawdź, czy wtyk jest prawidłowo podłączony." + }, + { + "ecode": "1200450000020002", + "intro": "Dystans cięcia dla noża jest zbyt duży. Silnik X może tracić kroki." + }, + { + "ecode": "1200450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "1200510000030001", + "intro": "AMS jest wyłączony; należy załadować filament z uchwytu szpuli." + }, + { + "ecode": "0C0001000001000A", + "intro": "Dioda LED mikrolidaru może być uszkodzona." + }, + { + "ecode": "0C00020000020002", + "intro": "Pozioma linia lasera jest zbyt szeroka. Sprawdź, czy podgrzewany stół nie jest zabrudzony." + }, + { + "ecode": "0C00020000020008", + "intro": "Pozioma linia lasera jest zbyt szeroka. Sprawdź, czy płyta robocza nie jest zabrudzona." + }, + { + "ecode": "0C00030000010009", + "intro": "Moduł kontroli pierwszej warstwy został zrestartowany nieprawidłowo. Wynik kontroli może być niedokładny." + }, + { + "ecode": "0C00030000020001", + "intro": "Pomiar ekspozycji filamentu nie powiódł się, ponieważ odbicie lasera jest zbyt słabe dla tego materiału. Kontrola pierwszej warstwy może być niedokładna." + }, + { + "ecode": "0C00030000020002", + "intro": "Inspekcja pierwszej warstwy została zakończona z powodu nieprawidłowych danych Lidar." + }, + { + "ecode": "0C00030000020004", + "intro": "Kontrola pierwszej warstwy nie jest obsługiwana dla bieżącego zadania drukowania." + }, + { + "ecode": "0C00030000020005", + "intro": "Inspekcja pierwszej warstwy zakończyła się nieprawidłowo, a bieżące wyniki mogą być niedokładne." + }, + { + "ecode": "0C00030000030006", + "intro": "Filament z płukania mógł nagromadzić się w rynnie na odpady. Należy sprawdzić i wyczyścić zsyp." + }, + { + "ecode": "0C00030000030007", + "intro": "Wykryto możliwe wady pierwszej warstwy. Proszę sprawdzić jakość pierwszej warstwy i zdecydować, czy należy przerwać zadanie drukowania." + }, + { + "ecode": "0C00030000030008", + "intro": "Wykryto ewentualne wady \"spaghetti\". Sprawdź jakość wydruku i zdecyduj, czy zadanie powinno zostać przerwane." + }, + { + "ecode": "0C00030000030010", + "intro": "Wygląda na to, że Twoja drukarka drukuje bez ekstruzji." + }, + { + "ecode": "07FF200000020001", + "intro": "Skończył się filament zewnętrzny. Załaduj nowy filament." + }, + { + "ecode": "07FF200000020002", + "intro": "Brak filamentu zewnętrznego. Załaduj nowy filament." + }, + { + "ecode": "07FF200000020004", + "intro": "Proszę wyciągnąć zewnętrzny filament z ekstrudera." + }, + { + "ecode": "0703300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0703310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0703350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0702300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0702310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0702350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0701300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0701310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0701350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0700300000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0700310000030003", + "intro": "Nie można odczytać RFID z powodu błędu sprzętowego lub strukturalnego." + }, + { + "ecode": "0700350000010001", + "intro": "Wystąpił błąd czujnika temperatury i wilgotności. Chip może być uszkodzony." + }, + { + "ecode": "0700450000020001", + "intro": "Czujnik przecinarki filamentu działa nieprawidłowo. Sprawdź, czy wtyk jest prawidłowo podłączony." + }, + { + "ecode": "0700450000020002", + "intro": "Dystans cięcia dla noża jest zbyt duży. Silnik XY może tracić kroki." + }, + { + "ecode": "0700450000020003", + "intro": "Dźwignia obcinacza filamentu nie została zwolniona. Dźwignia lub ostrze mogą być zablokowane, a także może występować problem z połączeniem czujnika filamentu." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "Temperatura komory jest nieprawidłowa. Czujnik temperatury przy zasilaczu może być zwarty." + }, + { + "ecode": "0300930000010008", + "intro": "Temperatura komory jest nieprawidłowa. Czujnik temperatury przy zasilaniu może mieć przerwę w obwodzie." + }, + { + "ecode": "0300940000020003", + "intro": "Komora nie osiągnęła żądanej temperatury. Urządzenie zakończy oczekiwaniu na osiągnięcie temperatury komory." + }, + { + "ecode": "0300940000030002", + "intro": "W przypadku przekroczenia ustawionej wartości temperatury komory, zostanie ustawiona jej górna granica." + }, + { + "ecode": "0500020000020002", + "intro": "Logowanie do urządzenia nie powiodło się; sprawdź informacje o swoim koncie." + }, + { + "ecode": "0500020000020004", + "intro": "Nieautoryzowany użytkownik: sprawdź informacje o swoim koncie." + }, + { + "ecode": "0500020000020006", + "intro": "Błąd funkcji przesyłania strumieniowego. Sprawdź sieć i spróbuj ponownie. Jeśli problem będzie się powtarzał możesz ponownie uruchomić lub zaktualizować drukarkę." + }, + { + "ecode": "0500020000020007", + "intro": "Logowanie do usługi Liveview nie powiodło się. Sprawdź połączenie sieciowe." + }, + { + "ecode": "0500030000010001", + "intro": "Moduł MC działa nieprawidłowo; Uruchom ponownie urządzenie lub sprawdź połączenie kablowe urządzenia." + }, + { + "ecode": "0500030000010002", + "intro": "Głowica narzędziowa działa nieprawidłowo. Uruchom ponownie urządzenie." + }, + { + "ecode": "0500030000010003", + "intro": "Moduł AMS działa nieprawidłowo. Uruchom ponownie urządzenie." + }, + { + "ecode": "0500030000010005", + "intro": "Usługa wewnętrzna działa nieprawidłowo. Proszę zrestartować urządzenie." + }, + { + "ecode": "0500030000010006", + "intro": "Wystąpił panic w systemie. Proszę ponownie uruchomić urządzenie." + }, + { + "ecode": "0500030000010008", + "intro": "Wystąpiło zawieszenie systemu. Proszę ponownie uruchomić urządzenie." + }, + { + "ecode": "0500030000010009", + "intro": "Nastąpiło zawieszenie systemu. Przywrócono przez automatyczne ponowne uruchomienie." + }, + { + "ecode": "0500030000010023", + "intro": "Moduł CTC działa nieprawidłowo. Uruchom ponownie urządzenie." + }, + { + "ecode": "0500030000010025", + "intro": "Aktualne firmware jest nieprawidłowe. Proszę zaktualizować ponownie." + }, + { + "ecode": "0500040000010004", + "intro": "Plik wydruku jest nieautoryzowany." + }, + { + "ecode": "0500040000020007", + "intro": "Temperatura stołu przekracza temperaturę zeszklenia filamentu, co może spowodować zatkanie dyszy. Pozostaw przednie drzwi drukarki otwarte lub obniż temperaturę stołu." + }, + { + "ecode": "0300400000020001", + "intro": "Transmisja danych przez port szeregowy jest nienormalna; system oprogramowania może być uszkodzony." + }, + { + "ecode": "0300900000010004", + "intro": "Ogrzewanie komory nie powiodło się. Prędkość wentylatora w podgrzewaczu jest zbyt niska." + }, + { + "ecode": "0300900000010005", + "intro": "Ogrzewanie komory nie powiodło się. Opór termiczny jest zbyt wysoki." + }, + { + "ecode": "0300900000010010", + "intro": "Komunikacja z regulatorem temperatury w komorze jest nietypowa." + }, + { + "ecode": "0300910000010001", + "intro": "Temperatura podgrzewacza komory 1 jest nieprawidłowa. Grzałka może mieć zwarcie." + }, + { + "ecode": "0300910000010003", + "intro": "Temperatura podgrzewacza komory 1 jest nieprawidłowa. Temperatura grzałki jest zbyt wysoka." + }, + { + "ecode": "0300910000010006", + "intro": "Temperatura nagrzewnicy komory 1 jest nieprawidłowa. Czujnik może mieć zwarcie." + }, + { + "ecode": "030091000001000A", + "intro": "Temperatura podgrzewacza komory 1 jest nieprawidłowa. Płyta AC może być uszkodzona." + }, + { + "ecode": "0300920000010001", + "intro": "Temperatura podgrzewacza komory 2 jest nieprawidłowa. Grzałka może mieć zwarcie." + }, + { + "ecode": "0300920000010002", + "intro": "Temperatura podgrzewacza komory 2 jest nieprawidłowa. Grzałka może mieć przerwany obwód lub zadziałał bezpiecznik termiczny." + }, + { + "ecode": "0300920000010003", + "intro": "Temperatura podgrzewacza komory 2 jest nieprawidłowa. Temperatura grzałki jest zbyt wysoka." + }, + { + "ecode": "0300920000010006", + "intro": "Temperatura podgrzewacza komory 2 jest nieprawidłowa. Czujnik może mieć zwarcie." + }, + { + "ecode": "030092000001000A", + "intro": "Temperatura podgrzewacza komory 2 jest nieprawidłowa. Płyta AC może być uszkodzona." + }, + { + "ecode": "0300930000010001", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury podgrzewacza komory może być zwarty." + }, + { + "ecode": "0300930000010002", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury podgrzewacza komory może mieć przerwę w obwodzie." + }, + { + "ecode": "0300930000010003", + "intro": "Temperatura w komorze jest nieprawidłowa. Czujnik temperatury nagrzewnicy komory na wylocie powietrza może być zwarty." + }, + { + "ecode": "0300050000010001", + "intro": "Sterownik silnika przegrzewa się. Radiator mógł się poluzować lub wentylator chłodzący może być uszkodzony." + }, + { + "ecode": "0300060000010001", + "intro": "Silnik A ma otwarty obwód. Może to być spowodowane luźnym połączeniem lub uszkodzeniem silnika." + }, + { + "ecode": "0300060000010002", + "intro": "Silnik A ma zwarcie. Mógł ulec awarii." + }, + { + "ecode": "0300070000010001", + "intro": "Silnik B ma otwarty obwód. Złącze może być luźne lub silnik może być uszkodzony." + }, + { + "ecode": "0300070000010002", + "intro": "Silnik B ma zwarcie. Mógł ulec awarii." + }, + { + "ecode": "0300080000010001", + "intro": "Silnik Z ma otwarty obwód. Złącze może być luźne lub silnik może być uszkodzony." + }, + { + "ecode": "0300080000010002", + "intro": "Silnik Z ma zwarcie. Mógł ulec awarii." + }, + { + "ecode": "03000A0000010001", + "intro": "Czujnik nacisku podgrzewanego stołu 1 jest zbyt czuły. Może być zablokowany pomiędzy ramieniem naprężającym a podporą płyty grzewczej, lub śruba regulacyjna może być zbyt mocno dokręcona." + }, + { + "ecode": "03000A0000010002", + "intro": "Sygnał czujnika nacisku 1, podgrzewanego stołu jest słaby. Czujnik nacisku może być uszkodzony lub mieć słabe połączenie elektryczne." + }, + { + "ecode": "03000A0000010003", + "intro": "Sygnał czujnika siły nacisku podgrzewanego stołu 1 jest zbyt słaby. Połączenie elektroniczne z czujnikiem może być uszkodzone." + }, + { + "ecode": "03000A0000010004", + "intro": "Podczas testowania czujnika siły nacisku 1 zaobserwowano zewnętrzne zakłócenie. Prawdopodobnie płyta grzejna dotknęła czegoś poza jej obszarem." + }, + { + "ecode": "03000A0000010005", + "intro": "Czujnik nacisku 1, wykrył nieoczekiwaną siłę ciągłą. Podgrzewany stół mógł się zawiesić lub moduł analogowy może być uszkodzony." + }, + { + "ecode": "03000B0000010001", + "intro": "Czujnik nacisku 2, podgrzewanego stołu jest zbyt czuły. Może być zablokowany pomiędzy ramieniem naprężającym a podporą płyty grzewczej, lub śruba regulacyjna może być zbyt mocno dokręcona." + }, + { + "ecode": "03000B0000010002", + "intro": "Sygnał czujnika nacisku 2, podgrzewanego stołu jest słaby. Czujnik nacisku może być uszkodzony lub mieć słabe połączenie elektryczne." + }, + { + "ecode": "03000B0000010003", + "intro": "Sygnał czujnika siły nacisku stołu grzewczego 2 jest zbyt słaby. Połączenie elektroniczne z czujnikiem może być uszkodzone." + }, + { + "ecode": "03000B0000010004", + "intro": "Podczas testowania czujnika siły nacisku 2 zaobserwowano zewnętrzne zakłócenie. Prawdopodobnie płyta grzejna dotknęła czegoś poza jej obszarem." + }, + { + "ecode": "03000B0000010005", + "intro": "Czujnik nacisku 2, wykrył nieoczekiwaną ciągłą siłę. Podgrzewany stół mógł się zawiesić lub moduł analogowy może być uszkodzony." + }, + { + "ecode": "03000C0000010001", + "intro": "Czujnik siły nacisku 3, podgrzewanego stołu jest zbyt czuły. Może być zablokowany pomiędzy ramieniem naprężającym a podporą płyty grzewczej, lub śruba regulacyjna może być zbyt mocno dokręcona." + }, + { + "ecode": "03000C0000010002", + "intro": "Sygnał czujnika nacisku 3, podgrzewanego stołu jest słaby. Czujnik nacisku może być uszkodzony lub mieć słabe połączenie elektryczne." + }, + { + "ecode": "03000C0000010003", + "intro": "Sygnał czujnika siły nacisku 3, podgrzewanego stołu jest zbyt słaby. Połączenie elektroniczne z czujnikiem mogło zostać przerwane." + }, + { + "ecode": "03000C0000010004", + "intro": "Podczas testowania czujnika siły nacisku 3 zaobserwowano zewnętrzne zakłócenie. Prawdopodobnie płyta grzejna dotknęła czegoś poza jej obszarem." + }, + { + "ecode": "03000C0000010005", + "intro": "Czujnik siły nacisku 3, wykrył nieoczekiwaną siłę ciągłą. Podgrzewany stół mógł się zawiesić lub moduł analogowy może być uszkodzony." + }, + { + "ecode": "0300100000020001", + "intro": "Częstotliwość rezonansowa osi X jest niska. Pasek zębaty może być luźny." + }, + { + "ecode": "0300110000020001", + "intro": "Częstotliwość rezonansowa osi Y jest niska. Pasek zębaty może być luźny." + }, + { + "ecode": "0300120000020001", + "intro": "Przednia osłona głowicy narzędziowej odpadła." + }, + { + "ecode": "0300130000010001", + "intro": "Czujnik prądu silnika A jest nieprawidłowy. Może to być spowodowane awarią obwodu odczytu sprzętowego." + }, + { + "ecode": "0300140000010001", + "intro": "Czujnik prądu silnika B jest nieprawidłowy. Może to być spowodowane awarią obwodu odczytu sprzętowego." + }, + { + "ecode": "0300150000010001", + "intro": "Czujnik prądu silnika Z jest nieprawidłowy. Może to być spowodowane awarią obwodu odczytu sprzętowego." + }, + { + "ecode": "0300170000010001", + "intro": "Prędkość wentylatora hotendu jest zbyt niska lub został zatrzymany. Mógł się zablokować lub wtyczka nie jest prawidłowo podłączona." + }, + { + "ecode": "0300170000020002", + "intro": "Prędkość wentylatora chłodzącego hotend jest za niska. Może być on zablokowany i wymagać czyszczenia." + }, + { + "ecode": "03001B0000010001", + "intro": "Sygnał z czujnika przyspieszenia podgrzewanego stołu jest zbyt słaby. Czujnik mógł odpaść lub zostać uszkodzony." + }, + { + "ecode": "03001B0000010003", + "intro": "Czujnik przyspieszenia podgrzewanego stołu wykrył nieoczekiwaną siłę ciągłą. Czujnik mógł się zablokować lub analogowe złącze przednie może być uszkodzone." + }, + { + "ecode": "03001C0000010001", + "intro": "Sterownik silnika wytłaczarki działa nieprawidłowo. MOSFET może mieć zwarcie." + }, + { + "ecode": "0300200000010003", + "intro": "Nieprawidłowe bazowanie osi X: pasek zębaty może być luźny." + }, + { + "ecode": "0300200000010004", + "intro": "Nieprawidłowe bazowanie osi Y: pasek zębaty może być luźny." + }, + { + "ecode": "0300010000010002", + "intro": "Temperatura podgrzewanego stołu jest nieprawidłowa; element grzejny może mieć przerwany obwód lub wyłącznik termiczny może być otwarty." + }, + { + "ecode": "0300010000010003", + "intro": "Temperatura podgrzewanego stołu jest nieprawidłowa; temperatura grzałki jest zbyt wysoka." + }, + { + "ecode": "0300010000010006", + "intro": "Temperatura podgrzewanego stołu jest nieprawidłowa; czujnik może mieć zwarcie." + }, + { + "ecode": "0300010000010007", + "intro": "Temperatura podgrzewanego stołu jest nieprawidłowa; czujnik może mieć przerwę w obwodzie." + }, + { + "ecode": "030001000001000C", + "intro": "Podgrzewany stół przez długi czas pracował na pełnym obciążeniu. System kontroli temperatury może działać nieprawidłowo." + }, + { + "ecode": "0300010000030008", + "intro": "Temperatura stołu przekracza wartość graniczną i automatycznie dostosowuje się do maksymalnej temperatury." + }, + { + "ecode": "0300020000010001", + "intro": "Temperatura dyszy jest nieprawidłowa; grzałka może mieć zwarcie." + }, + { + "ecode": "0300020000010002", + "intro": "Temperatura dyszy jest nieprawidłowa; grzałka może mieć przerwany obwód." + }, + { + "ecode": "0300020000010003", + "intro": "Temperatura dyszy jest nieprawidłowa; grzałka ma zbyt wysoką temperaturę." + }, + { + "ecode": "0300020000010007", + "intro": "Temperatura dyszy jest nieprawidłowa; czujnik może mieć przerwę w obwodzie." + } + ] + }, + "device_error": { + "ver": 202510142200, + "pl": [ + { + "ecode": "0C00402C", + "intro": "Błąd łącza danych. Proszę ponownie uruchomić drukarkę." + }, + { + "ecode": "03004015", + "intro": "Kalibracja wykrywania zlepiania dyszy nie powiodła się. Proszę przejść do \"Asystenta\" w celu rozwiązania problemu." + }, + { + "ecode": "0500803C", + "intro": "Aktualne ustawienie dyszy nie pasuje do pliku cięcia. Kontynuowanie drukowania może wpłynąć na jakość wydruku. Zaleca się ponowne przeslicowanie przed rozpoczęciem drukowania." + }, + { + "ecode": "0300401F", + "intro": "Gorąca końcówka nie jest zainstalowana, a głowica narzędziowa nie może wykonać powrotu do pozycji wyjściowej. Zainstaluj gorącą końcówkę, a następnie kontynuuj." + }, + { + "ecode": "0300801E", + "intro": "Silnik ekstruzji jest przeciążony. Ekstruder może być zatkany lub filament może być zablokowany w głowicy." + }, + { + "ecode": "07018007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07028007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07038007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07008007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18058007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07078007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18078007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07058007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18038007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18018007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18028007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18008007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07048007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18068007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18048007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07068007", + "intro": "Nie udało się wytłoczyć filamentu. Proszę sprawdzić czy ekstruder nie jest zatkany. Po rozwiązaniu problemu kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "03004016", + "intro": "Nie udało się wyczyścić dyszy. Kliknij Asystenta, aby rozwiązać problem." + }, + { + "ecode": "0502C014", + "intro": "Funkcja szacowania pozostałej ilości filamentu w AMS jest domyślnie włączona i nie można jej wyłączyć." + }, + { + "ecode": "05864096", + "intro": "AMS-HT G nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05024098", + "intro": "AMS C nie został wykryty. Podłącz ponownie kabel AMS lub uruchom ponownie drukarkę." + }, + { + "ecode": "05014098", + "intro": "AMS B nie został wykryty. Podłącz ponownie kabel AMS lub uruchom ponownie drukarkę." + }, + { + "ecode": "05814096", + "intro": "AMS-HT B nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05844096", + "intro": "AMS-HT F nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05824096", + "intro": "AMS-HT C nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05034098", + "intro": "AMS D nie został wykryty. Podłącz ponownie kabel AMS lub uruchom ponownie drukarkę." + }, + { + "ecode": "05854096", + "intro": "AMS-HT E nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05804096", + "intro": "AMS-HT A nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05834096", + "intro": "AMS-HT D nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05874096", + "intro": "AMS-HT H nie został wykryty. Podłącz ponownie kabel AMS-HT lub uruchom ponownie drukarkę." + }, + { + "ecode": "05004098", + "intro": "AMS A nie został wykryty. Podłącz ponownie kabel AMS lub uruchom ponownie drukarkę." + }, + { + "ecode": "0500807E", + "intro": "Proszę położyć matę StrongGrip na podstawie ochronnej do cięcia." + }, + { + "ecode": "05008062", + "intro": "Znacznik płyty roboczej nie został wykryty. Upewnij się, że płyta robocza jest prawidłowo ustawiona na stole grzewczym, wszystkie cztery rogi są wyrównane, a znacznik jest widoczny. Przy zbyt jasnym oświetleniu powierzchni płyty, zamknij przednie drzwi komory i ogranicz dopływ światła zewnętrznego." + }, + { + "ecode": "0500808B", + "intro": "Konfiguracja kamery BirdsEye nie powiodła się. Wyczyść stół grzewczy, usuń wszystkie obiekty i matę oraz upewnij się, że znaczniki podgrzewanego stołu są widoczne. Jednocześnie upewnij się, że kamera BirdsEye jest prawidłowo zainstalowana i usuń wszelkie przeszkody, które mogą blokować jej widoczność." + }, + { + "ecode": "0502C012", + "intro": "Zadanie nie można zostać wstrzymane." + }, + { + "ecode": "07FFC010", + "intro": "Włóż filament (o długości ponad 30 cm) aż do oporu. Podczas płukania może pojawić się niewielka ilość dymu. Po włożeniu zamknij przednie drzwi komory i górną pokrywę." + }, + { + "ecode": "05024002", + "intro": "Drukarka nie posiada danych kalibracyjnych poprawy precyzji ruchu. Poprawa precyzji ruchu nie może zostać włączona." + }, + { + "ecode": "05008093", + "intro": "Osłona silikonowa dyszy nie jest zamontowana; istnieje ryzyko awarii kontroli temperatury. Proszę zamontować ją poprawnie i spróbować ponownie." + }, + { + "ecode": "05008092", + "intro": "Inicjalizacja kamery narzędziowej nie powiodła się. Drukowanie może nadal trwać, ale niektóre funkcje sztucznej inteligencji zostaną wyłączone. Jeśli napotkasz ten problem ponownie po ponownym uruchomieniu, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05008041", + "intro": "Filament w hotendzie jest zbyt zimny. Ekstruzja może uszkodzić ekstruder. Nadal podajesz/wyjmujesz filament?" + }, + { + "ecode": "05008040", + "intro": "Przednia pokrywa narzędzia jest odłączona. Przesunięcie narzędzia może uszkodzić drukarkę. Czy chcesz kontynuować?" + }, + { + "ecode": "0502C011", + "intro": "Aktualny tryb to produkcja 2D. Proszę operować bezpośrednio na drukarce." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "Kalibracja przesunięcia modułu cięcia nie powiodła się, co może skutkować niedokładnymi cięciami. Upewnij się, że biały papier drukarki o gramaturze 80g (grubość papieru listowego) jest prawidłowo umieszczony i sprawdź, czy końcówka ostrza tnącego jest zużyta." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Urządzenie jest w trakcie aktualizacji. Spróbuj ponownie, gdy będzie w stanie bezczynności." + }, + { + "ecode": "0300C012", + "intro": "Podgrzej dyszę do temperatury powyżej 170°C." + }, + { + "ecode": "07008023", + "intro": "Chłodzenie AMS A nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07028023", + "intro": "Chłodzenie AMS C nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07038023", + "intro": "Chłodzenie AMS D nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07018023", + "intro": "Chłodzenie AMS B nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07058023", + "intro": "Chłodzenie AMS F nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07048023", + "intro": "Chłodzenie AMS E nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18018023", + "intro": "Chłodzenie AMS-HT B nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07068023", + "intro": "Chłodzenie AMS G nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "07078023", + "intro": "Chłodzenie AMS H nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18048023", + "intro": "Chłodzenie AMS-HT E nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18068023", + "intro": "Chłodzenie AMS-HT G nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18038023", + "intro": "Chłodzenie AMS-HT D nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18058023", + "intro": "Chłodzenie AMS-HT F nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18008023", + "intro": "Chłodzenie AMS-HT A nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18078023", + "intro": "Chłodzenie AMS-HT H nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "18028023", + "intro": "Chłodzenie AMS-HT C nie powiodło się. Temperatura otoczenia może być zbyt wysoka. Proszę korzystać z urządzenia w odpowiednich warunkach." + }, + { + "ecode": "05004010", + "intro": "AMS jest w trakcie suszenia i nie można go obecnie zaktualizować. Spróbuj ponownie później." + }, + { + "ecode": "05004011", + "intro": "Drukarka jest w trakcie załadunku lub rozładunku filamentu i nie można jej w tej chwili zaktualizować. Spróbuj ponownie później." + }, + { + "ecode": "05004012", + "intro": "Urządzenie jest w trakcie druku i nie można go w tej chwili zaktualizować. Spróbuj ponownie później." + }, + { + "ecode": "0500400F", + "intro": "Obecnie trwa inicjalizacja AMS, dlatego nie można przeprowadzić aktualizacji. Spróbuj ponownie później." + }, + { + "ecode": "05004013", + "intro": "AMS jest w trakcie działania i nie można w tej chwili przeprowadzić aktualizacji. Spróbuj ponownie, gdy będzie w stanie bezczynności." + }, + { + "ecode": "03008022", + "intro": "Podgrzewany stół może zostać zablokowany podczas jego opuszczania. Usuń wszelkie przedmioty znajdujące się pod stołem grzewczym i sprawdź, czy nie stawia on oporu lub nie blokuje się podczas ruchu." + }, + { + "ecode": "05004042", + "intro": "Ze względu na ograniczenia zasilania, uruchomienie suszenia w AMS wstrzyma bieżące operacje, takie jak nagrzewanie dyszy i działanie wentylatora. Czy chcesz kontynuować suszenie?" + }, + { + "ecode": "05004040", + "intro": "Osiągnięto maksymalne obciążenie zasilania drukarki. Podłącz dedykowany zasilacz do tego modułu AMS, aby włączyć funkcję suszenia." + }, + { + "ecode": "05004041", + "intro": "Suszenie w AMS nie może zostać uruchomione podczas drukowania." + }, + { + "ecode": "0500806B", + "intro": "Dźwignia szybkiego zwalniania nie jest zablokowana. Dociśnij zewnętrzny moduł głowicy, aby upewnić się, że jest prawidłowo osadzony, a następnie opuść dźwignię, aby go zablokować." + }, + { + "ecode": "0502C010", + "intro": "Ze względu na ograniczenia mocy drukarki, drukowanie, kalibracja, sterowanie i inne czynności nie mogą być wykonywane podczas suszenia w AMS. Zatrzymaj proces suszenia przed wykonaniem innych czynności." + }, + { + "ecode": "03004014", + "intro": "Bazowanie osi Z nie powiodło się: awaria sterowania temperaturą." + }, + { + "ecode": "07FFC012", + "intro": "Zdejmij przednią pokrywę i zawieś ją na osi X. Naciśnij czarną złączkę rurki PTFE i odłącz rurkę PTFE. Po zakończeniu operacji kliknij przycisk \"Kontynuuj\"." + }, + { + "ecode": "05004007", + "intro": "Urządzenie wymaga aktualizacji naprawczej, a drukowanie jest obecnie niedostępne." + }, + { + "ecode": "05008090", + "intro": "Proszę przymocować biały papier do drukowania 80g na środku platformy." + }, + { + "ecode": "18068005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18018004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18038005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18078004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18058004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18078005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18008005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18048005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18038004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18008004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18018005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18028004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18028005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18058005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18048004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18068004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07FF8025", + "intro": "Upłynął czas dla cold pull. Natychmiast uruchom lub sprawdź czy filament wewnątrz ekstrudera nie jest złamany i naciśnij Asystenta aby uzyskać szczegóły." + }, + { + "ecode": "18018006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18008006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18078006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18028006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18048006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18058006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18038006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "18068006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "0502400E", + "intro": "Nie udało się rozpocząć nowego zadania: Cold pull dyszy nie został ukończony." + }, + { + "ecode": "07008004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07018004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07028005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07038005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07FF8005", + "intro": "Nie udało się podać filamentu poza AMS. Przytnij koniec filamentu na płasko i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "18068003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07068004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07048003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07078004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18058003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07048005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18FF8005", + "intro": "Nie udało się podać filamentu poza AMS-HT. Przytnij koniec filamentu na płasko i sprawdź, czy szpula nie jest zablokowana." + }, + { + "ecode": "07048006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07078006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07058006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07028006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07008005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07018005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07028003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07038004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07018003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07038003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07028004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07068003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "18038003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07058004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "07048004", + "intro": "AMS nie mógł wycofać filamentu. Może to być spowodowane zablokowaniem szpuli lub zacięciem filamentu po drodze." + }, + { + "ecode": "18008003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "18078003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07058005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07068005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "07058003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "18028003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07078003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07078005", + "intro": "AMS nie podał filamentu. Możesz przyciąć koniec filamentu na płasko i włożyć go ponownie. Jeśli ten komunikat będzie się powtarzał, sprawdź rurki PTFE w AMS pod kątem oznak zużycia." + }, + { + "ecode": "18048003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "18018003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "07008006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07038006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07018006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07068006", + "intro": "Nie można podać filamentu do ekstrudera. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą. Jeśli nie, sprawdź, czy rurka PTFE AMS jest podłączona." + }, + { + "ecode": "07008003", + "intro": "Nie udało się wyciągnąć filamentu z ekstrudera. Może to być spowodowane zatkaniem ekstrudera lub uszkodzeniem filamentu wewnątrz ekstrudera." + }, + { + "ecode": "0502400D", + "intro": "Nie udało się rozpocząć nowego zadania: załadunek/rozładunek filamentu nie został ukończony." + }, + { + "ecode": "03008042", + "intro": "Zadanie wstrzymane, ponieważ drzwi komory zostały otwarte." + }, + { + "ecode": "05008079", + "intro": "Umieść materiał testowy do cięcia laserem (karton 350 g) i podłóż pod niego paski podporowe, aby zapobiec jego odkształceniu podczas obróbki." + }, + { + "ecode": "0580409C", + "intro": "Firmware AMS-HT A nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0582409C", + "intro": "Firmware AMS-HT C nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0584409C", + "intro": "Firmware AMS-HT E nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0501409D", + "intro": "Firmware AMS B nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0587409C", + "intro": "Firmware AMS-HT H nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0503409D", + "intro": "Firmware AMS D nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0581409C", + "intro": "Firmware AMS-HT B nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0585409C", + "intro": "Firmware AMS-HT F nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0502409D", + "intro": "Firmware AMS C nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0500409D", + "intro": "Firmware AMS A nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0586409C", + "intro": "Firmware AMS-HT G nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "03004050", + "intro": "Upłynął limit czasu kalibracji kamery Liveview. Uruchom ponownie drukarkę." + }, + { + "ecode": "0583409C", + "intro": "Firmware AMS-HT D nie jest zgodny z drukarką, urządzenie nie może kontynuować pracy. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "0C008034", + "intro": "Inicjalizacja kamery Liveview nie powiodła się. Ten wydruk może być kontynuowany, ale niektóre funkcje AI zostaną wyłączone. Jeśli problem pojawi się znowu po ponownym uruchomieniu, skontaktuj się z działem obsługi klienta." + }, + { + "ecode": "0C008043", + "intro": "AI wykryło zlepianie się dyszy. Sprawdź stan dyszy. Rozwiązania można znaleźć w Asystencie." + }, + { + "ecode": "03004008", + "intro": "Nie udało się zmienić filamentu w AMS." + }, + { + "ecode": "0C00402A", + "intro": "Znacznik wizualny nie został wykryty. Ponownie umieść papier we właściwej pozycji." + }, + { + "ecode": "05004033", + "intro": "Firmware AMS nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "05004031", + "intro": "Firmware akcesorium nie jest zgodny z drukarką. Zaktualizuj go na stronie \"Firmware\"." + }, + { + "ecode": "05008085", + "intro": "Kamera głowicy jest zasłonięta" + }, + { + "ecode": "07FF8007", + "intro": "Obserwuj dyszę. Jeśli filament został wytłoczony, wybierz \"Kontynuuj\" jeśli nie, popchnij filament lekko do przodu, a następnie wybierz \"Spróbuj ponownie\"." + }, + { + "ecode": "07FF8002", + "intro": "Przecinarka jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta." + }, + { + "ecode": "0500808C", + "intro": "Wykryto przesunięcie płyty roboczej. Wyrównaj płytę roboczą ze stołem roboczym, a następnie kontynuuj." + }, + { + "ecode": "07FFC011", + "intro": "Proszę ręcznie i powoli wyciągnąć filament z ekstrudera. Następnie naciśnij \"Kontynuuj\"." + }, + { + "ecode": "05004039", + "intro": "Obecne zadanie nie pozwala na instalację modułu lasera/tnącego, a zadanie zostało wstrzymane." + }, + { + "ecode": "0500403B", + "intro": "Nie można zainicjować zadań obróbki laserem/cięcia na maszynie w tym momencie. Użyj oprogramowania komputera aby zacząć zadanie." + }, + { + "ecode": "07044025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07004025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07034025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18014025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07024025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18044025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07014025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07074025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18074025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07064025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18064025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18054025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "07054025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18004025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18034025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "18024025", + "intro": "Nie udało się odczytać informacji o filamencie." + }, + { + "ecode": "0300800D", + "intro": "Wykryto, ze ekstruder nie działa prawidłowo. Jeżeli wady są akceptowalne, wybierz \"Wznów\" aby wznowić drukowanie." + }, + { + "ecode": "0500C036", + "intro": "To jest zadanie druku. Proszę zdemontować moduł lasera/tnący z głowicy." + }, + { + "ecode": "0300804F", + "intro": "Aktualnie trwa proces załadunku/rozładunku. Proszę zatrzymać proces lub usunąć moduł lasera/tnący." + }, + { + "ecode": "0300804E", + "intro": "To jest zadanie druku. Proszę zdemontować moduł lasera/tnący z głowicy." + }, + { + "ecode": "0500808A", + "intro": "Kamera birdseye została niepoprawnie zainstalowana. Zapoznaj się z instrukcją i zainstaluj ją ponownie." + }, + { + "ecode": "05008089", + "intro": "Wstrzymano zadanie z powodu braku potwierdzenia obecności. Sprawdź drukarkę i kontynuuj." + }, + { + "ecode": "05008074", + "intro": "Platforma lasera jest przesunięta. Należy upewnić się, że cztery rogi platformy są wyrównane z podgrzewanym stołem, a znaczniki nie są zasłonięte." + }, + { + "ecode": "05FE8081", + "intro": "Lewy hotend nie jest zainstalowany." + }, + { + "ecode": "05FF8081", + "intro": "Prawy hotend nie jest zainstalowany." + }, + { + "ecode": "05FF8080", + "intro": "Prawy hotend nie jest zainstalowany." + }, + { + "ecode": "05FE8080", + "intro": "Lewy hotend nie jest zainstalowany." + }, + { + "ecode": "05008080", + "intro": "Lewy i prawy hotend nie są zainstalowane." + }, + { + "ecode": "05008081", + "intro": "Lewy i prawy hotend nie są zainstalowane." + }, + { + "ecode": "05008088", + "intro": "Kamera BirdsEye jest zabrudzona" + }, + { + "ecode": "05008087", + "intro": "Kamera BirdsEye jest zasłonięta" + }, + { + "ecode": "03004002", + "intro": "Drukowanie zostało zatrzymane, ponieważ automatyczne poziomowanie stołu nie powiodło się." + }, + { + "ecode": "0C004020", + "intro": "Konfiguracja kamery BirdsEye nie powiodła się. Usuń wszystkie przedmioty i zdejmij matę. Upewnij się, że znacznik nie jest zasłonięty. Wyczyść kamerę głowicy i BirdsEye oraz usuń obiekty mogące ograniczać widoczność." + }, + { + "ecode": "03008021", + "intro": "Możliwe, że dysza nie jest zainstalowana lub jest zainstalowana nieprawidłowo. Przed kontynuacją proszę upewnić się, że dysza jest zainstalowana prawidłowo." + }, + { + "ecode": "03008061", + "intro": "Tryb adaptacyjnego systemu przepływu powietrza nie został aktywowany. Sprawdź stan drzwiczek wentylacyjnych." + }, + { + "ecode": "0300801A", + "intro": "Błąd ekstruzji filamentu. Należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, zdecyduj, czy anulować, czy wznowić zadanie drukowania, w zależności od aktualnego stanu druku." + }, + { + "ecode": "05008084", + "intro": "Kamera LiveView jest zabrudzona; proszę ją wyczyścić i kontynuować." + }, + { + "ecode": "0500401E", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014023", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014025", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "18068012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "10018003", + "intro": "Włączenie tradycyjnego timelapse może spowodować wady. Czy chcesz go włączyć?" + }, + { + "ecode": "03008014", + "intro": "Dysza jest pokryta filamentam lub platforma robocza jest nieprawidłowo zainstalowana. Proszę przerwać drukowanie, wyczyścić dyszę lub dostosować pozycję płyty drukującej. Następnie możesz dotknąć przycisku „Wznów”, aby kontynuować zadanie drukowania." + }, + { + "ecode": "03008017", + "intro": "Wykryto obce obiekty na stole roboczym. Proszę sprawdź i wyczyść stół, a następnie naciśnij przycisk \"Wznów\", aby wznowić zadanie drukowania." + }, + { + "ecode": "0500401C", + "intro": "Dostęp do chmury został odrzucony. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004025", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004026", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004028", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "0501401B", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014020", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014022", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014029", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "07008012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07018012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07028012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07FF8011", + "intro": "Skończył się filament zewnętrzny. Załaduj nowy filament." + }, + { + "ecode": "0300801C", + "intro": "Opór przy wytłaczaniu jest nieprawidłowy. Ekstruder może być zapchany, skorzystaj z pomocy asystenta. Po rozwiązaniu problemu możesz wybrać \"Wznów\", aby wznowić zadanie drukowania." + }, + { + "ecode": "05008055", + "intro": "Nieprawidłowy typ platformy. Umieść platformę lasera i przeprowadź kalibrację lasera." + }, + { + "ecode": "03004020", + "intro": "Nie udało się wykryć obecności dyszy. Proszę sprawdzić asystenta, aby uzyskać szczegóły." + }, + { + "ecode": "0500402E", + "intro": "System nie obsługuje systemu plików używanego obecnie przez pamięć USB. Proszę wymienić lub sformatować pamięć USB na FAT32." + }, + { + "ecode": "05008063", + "intro": "Platforma nie została wykryta podczas kalibracji. Upewnij się, że platforma lasera jest prawidłowo umieszczona." + }, + { + "ecode": "05008066", + "intro": "Zadanie wymaga platformy do cięcia, ale obecna to platforma lasera. Wymień ją na platformę do cięcia (podstawa ochronna do cięcia + mata do cięcia LightGrip)." + }, + { + "ecode": "18008012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18048012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07058012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07068012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07078012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18058012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18078012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07048012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18018012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "05004065", + "intro": "Zadanie wymaga platformy lasera, ale obecna to platforma do cięcia. Wymień ją, uruchom pomiar grubości materiału w oprogramowaniu i uruchom ponownie zadanie." + }, + { + "ecode": "05004075", + "intro": "Nie wykryto platformy lasera, co może mieć wpływ na dokładność pomiaru grubości. Należy prawidłowo umieścić platformę lasera i upewnić się, że tylne znaczniki nie są zasłonięte, a następnie ponownie uruchomić pomiar grubości w oprogramowaniu przed rozpoczęciem zadania." + }, + { + "ecode": "0500807D", + "intro": "To zadanie wymaga platformy do cięcia, ale została wykryta platforma lasera. Proszę wymienić ją na platformę do cięcia (podstawę do ochrony przy cięciu + matę do cięcia StrongGrip)." + }, + { + "ecode": "03008000", + "intro": "Drukowanie zostało wstrzymane z nieznanego powodu. Możesz wybrać „Wznów”, aby kontynuować zadanie drukowania." + }, + { + "ecode": "03008016", + "intro": "Dysza jest zatkana filamentem. Anuluj ten wydruk i wyczyść dyszę lub wybierz \"Wznów\", aby wznowić zadanie drukowania." + }, + { + "ecode": "0500401B", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004020", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004022", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004023", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05004029", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "0501401C", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "0501401E", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014026", + "intro": "Nie udało się uzyskać dostępu do chmury. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "05014028", + "intro": "Odpowiedź z chmury jest nieprawidłowa. Jeśli podejmowano już próbę wiele razy a problem nadal występuje, skontaktuj się z obsługą klienta." + }, + { + "ecode": "07038012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07FF8012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "07FFC00A", + "intro": "Proszę obserwować dyszę. Jeśli filament został wytłoczony, wybierz \"Kontynuuj\". Jeśli tak nie jest, popchnij filament lekko do przodu, a następnie wybierz \"Spróbuj ponownie\"." + }, + { + "ecode": "05008064", + "intro": "Proszę prawidłowo umieścić platformę lasera i upewnić się, że tylne znaczniki nie są zasłonięte podczas kalibracji lasera." + }, + { + "ecode": "18038012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18028012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "18FF8012", + "intro": "Nie udało się pobrać tabeli mapowania z AMS. Wybierz \"Wznów\", aby spróbować ponownie." + }, + { + "ecode": "05004076", + "intro": "Proszę prawidłowo umieścić platformę lasera i upewnić się, że tylne znaczniki nie są zasłonięte. Następnie ponownie uruchom pomiar grubości w oprogramowaniu przed rozpoczęciem zadania." + }, + { + "ecode": "0500807A", + "intro": "Funkcja wykrywania obcych obiektów nie działa. Możesz kontynuować zadanie lub sprawdzić asystenta pod kątem rozwiązywania problemów." + }, + { + "ecode": "07FF8010", + "intro": "Sprawdź, czy filament lub zewnętrzna szpula nie są zablokowane." + }, + { + "ecode": "03004000", + "intro": "Bazowanie osi Z nie powiodło się, zadanie zostało zatrzymane." + }, + { + "ecode": "0300800A", + "intro": "System monitorowania druku AI wykrył nagromadzenie filamentu. Wyczyść filament ze zsypu odpadów." + }, + { + "ecode": "0300800B", + "intro": "Przecinarka jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta i sprawdź połączenie czujnika filamentu." + }, + { + "ecode": "03008065", + "intro": "Temperatura modułu MC jest zbyt wysoka. Sprawdź Wiki, aby poznać przyczyny." + }, + { + "ecode": "05004070", + "intro": "Do urządzenia został podłączony moduł lasera lub moduł tnący i nie można zainicjować zadania druku 3D." + }, + { + "ecode": "0300400B", + "intro": "Wyjątek komunikacji wewnętrznej." + }, + { + "ecode": "03008001", + "intro": "Drukowanie zostało wstrzymane z powodu polecenia pauzy dodanego w pliku drukowania." + }, + { + "ecode": "05014038", + "intro": "Ustawienia regionu nie są zgodne z drukarką. Proszę sprawdź ustawienia regionu drukarki." + }, + { + "ecode": "03008051", + "intro": "Moduł tnący odpadł lub kabel modułu tnącego został odłączony. Proszę sprawdź moduł." + }, + { + "ecode": "0C004024", + "intro": "Kamera Birdseye jest zamontowana nieprawidłowo. Proszę skorzystać z asystenta, aby ją ponownie zainstalować." + }, + { + "ecode": "10018004", + "intro": "Wieża czyszcząca nie jest włączona, a tryb timelapse jest ustawiony na Płynny w pociętym pliku. Może to spowodować wady powierzchni. Czy chcesz ją włączyć?" + }, + { + "ecode": "03008041", + "intro": "Przekroczono limit czasu wykrywania platformy: uruchom ponownie drukarkę." + }, + { + "ecode": "03004067", + "intro": "Wynik kalibracji przekracza wartość progową." + }, + { + "ecode": "18008011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18078011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18038011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18018011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18058011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18068011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "18048011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "03004011", + "intro": "Kalibracja dynamiki przepływu nie powiodła się. Uruchom ponownie druk lub kalibrację." + }, + { + "ecode": "18028011", + "intro": "Skończył się filament w module AMS-HT. Włóż nowy filament do tego samego gniazda AMS-HT." + }, + { + "ecode": "05008072", + "intro": "Kamera Live View jest zablokowana" + }, + { + "ecode": "05008083", + "intro": "Żaden materiał nie może być obecny w trakcie kalibracji montażu. Proszę usunąć materiał z platformy." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "10014002", + "intro": "Timelapse nie jest obsługiwany, ponieważ sekwencja druku jest ustawiona na \"Według obiektu\"." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1803C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT D. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1805C06E", + "intro": "Silnik AMS-HT F przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1800C06E", + "intro": "Silnik AMS-HT A przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1805C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT F. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1807C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT H. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1803C06E", + "intro": "Silnik AMS-HT D przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1802C06E", + "intro": "Silnik AMS-HT C przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1806C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT G. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1800C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT A. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1802C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT C. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1807C06E", + "intro": "Silnik AMS-HT H przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1000C003", + "intro": "Włączenie funkcji Timelapse w trybie tradycyjnym może powodować usterki. Włącz tę funkcję w razie potrzeby." + }, + { + "ecode": "1804C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT E. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1801C06E", + "intro": "Silnik AMS-HT B przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1806C06E", + "intro": "Silnik AMS-HT G przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1801C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS-HT B. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "1804C06E", + "intro": "Silnik AMS-HT E przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "10014001", + "intro": "Timelapse nie jest obsługiwany, ponieważ w ustawieniach cięcia włączono tryb Wazy." + }, + { + "ecode": "0500806E", + "intro": "Wykryto obce obiekty na stole roboczym. Proszę sprawdź i wyczyść stół." + }, + { + "ecode": "05004004", + "intro": "Urządzenie jest zajęte i nie może rozpocząć nowego zadania. Poczekaj na zakończenie bieżącego zadania przed wysłaniem nowego." + }, + { + "ecode": "0C004025", + "intro": "Kamera Birdseye jest zabrudzona. Wyczyść ją i uruchom ponownie proces." + }, + { + "ecode": "05008061", + "intro": "Nie wykryto płyty roboczej. Proszę upewnić się, że jest prawidłowo zamontowana." + }, + { + "ecode": "0701C06C", + "intro": "AMS B jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0701C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS B. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "0700C06E", + "intro": "Silnik AMS A przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0703C06C", + "intro": "AMS D jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0703C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS D. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "0701C06B", + "intro": "AMS B zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0700C06C", + "intro": "AMS A jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0702C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS C. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "0703C06B", + "intro": "AMS D zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "03008054", + "intro": "Proszę umieścić odpowiedni papier do drukowania, a następnie cięcia." + }, + { + "ecode": "0703C06D", + "intro": "AMS D wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0701C06D", + "intro": "AMS B wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0702C06A", + "intro": "AMS C odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0702C06E", + "intro": "Silnik AMS C przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0702C06C", + "intro": "AMS C jest w trybie wspomagania załadunku. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0702C06B", + "intro": "AMS C zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0700C06D", + "intro": "AMS A wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "0701C06A", + "intro": "AMS B odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0702C06D", + "intro": "AMS C wspomaga ładowanie filamentu. Suszenie nie może zostać rozpoczęte. Proszę spróbować później." + }, + { + "ecode": "05008082", + "intro": "Proszę usunąć ochronną folię z błyszczącego akrylu przed jego obróbką." + }, + { + "ecode": "0703C06A", + "intro": "AMS D odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0700C06B", + "intro": "AMS A zmienia filament. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "05008060", + "intro": "Aktualny moduł na głowicy nie spełnia wymagań. Proszę wymienić moduł zgodnie z instrukcjami wyświetlanymi na ekranie." + }, + { + "ecode": "0700C069", + "intro": "Wystąpił błąd w trakcie suszenia AMS A. Przejdź do Asystenta, aby uzyskać więcej informacji." + }, + { + "ecode": "0701C06E", + "intro": "Silnik AMS B przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0700C06A", + "intro": "AMS A odczytuje RFID. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "0703C06E", + "intro": "Silnik AMS D przeprowadza autotest. Nie można rozpocząć suszenia. Proszę spróbować ponownie później." + }, + { + "ecode": "05008056", + "intro": "Nieprawidłowy typ platformy. Umieść platformę do cięcia w celu przeprowadzenia kalibracji cięcia." + }, + { + "ecode": "0500C07F", + "intro": "Urządzenie jest zajęte i nie może wykonać tej operacji. Aby kontynuować, wstrzymaj lub zatrzymaj bieżące zadanie." + }, + { + "ecode": "0C008016", + "intro": "Funkcja wykrywania obcych obiektów nie działa. Możesz kontynuować zadanie lub sprawdzić rozwiązania w asystencie." + }, + { + "ecode": "07FF8001", + "intro": "Nie udało się przeciąć filamentu. Sprawdź obcinarkę." + }, + { + "ecode": "18FF8001", + "intro": "Nie udało się przeciąć filamentu. Sprawdź obcinarkę." + }, + { + "ecode": "07018016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07048016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18028016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07078016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18018016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18008016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "0C004021", + "intro": "Konfiguracja kamery BirdsEye nie powiodła się. Uruchom ponownie drukarkę." + }, + { + "ecode": "0C004026", + "intro": "Wystąpił błąd podczas inicjalizacji kamery Live view. Sprawdź, czy kamera jest prawidłowo zainstalowana." + }, + { + "ecode": "07008016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07038016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07028016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07068016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18048016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18068016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18078016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18038016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "07058016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "18058016", + "intro": "Ekstruder nie wytłacza normalnie; należy skorzystać z pomocy asystenta. Po rozwiązaniu problemu, jeśli wady są akceptowalne, kliknij przycisk \"Spróbuj ponownie\"." + }, + { + "ecode": "0C00402D", + "intro": "Kamera głowicy nie działa prawidłowo. Proszę ponownie uruchomić urządzenie." + }, + { + "ecode": "07FF8004", + "intro": "Nie udało się wycofać filamentu z ekstrudera do AMS. Sprawdź, czy filament lub szpula są zablokowane." + }, + { + "ecode": "0500805C", + "intro": "Typ maty do cięcia nie jest odpowiedni. Umieść matę do cięcia LightGrip." + }, + { + "ecode": "05008059", + "intro": "Platforma do cięcia nie jest prawidłowo ustawiona. Upewnij się, że cztery narożniki są wyrównane względem podgrzewanego stołu." + }, + { + "ecode": "0500806C", + "intro": "Umieść platformę do cięcia w prawidłowy sposób, upewniając się że znacznik jest dobrze widoczny." + }, + { + "ecode": "07018013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "0500805A", + "intro": "Proszę umieścić matę do cięcia na podstawie do ochrony przy cięciu." + }, + { + "ecode": "07068013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18038013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18008013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18048013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18028013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18058013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "07048013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "05008071", + "intro": "Platforma nie została wykryta. Sprawdź, czy płyta do cięcia jest prawidłowo umieszczona." + }, + { + "ecode": "05008073", + "intro": "Ogranicznik ruchu podgrzewanego stołu jest zabrudzony lub zasłonięty. Wyczyść i upewnij się, że jest on widoczny, w przeciwnym razie detekcja przesunięcia platformy może być niedokładna." + }, + { + "ecode": "05008068", + "intro": "Proszę prawidłowo umieścić matę do cięcia Strong Grip i upewnić się, że znacznik jest odsłonięty." + }, + { + "ecode": "0500807C", + "intro": "Proszę umieścić platformę do cięcia (podstawę do ochrony przy cięciu + matę do cięcia StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Proszę położyć matę LightGrip na podstawie ochronnej do cięcia." + }, + { + "ecode": "07008013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "07028013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "07038013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "0500806F", + "intro": "Typ maty do cięcia nie jest odpowiedni. Umieść matę do cięcia StrongGrip." + }, + { + "ecode": "18068013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "07058013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "07078013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18018013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "18078013", + "intro": "Przekroczono limit czasu usuwania starego filamentu: Sprawdź, czy filament się nie zaciął lub czy ekstruder nie jest zatkany." + }, + { + "ecode": "03004052", + "intro": "Błąd bazowania ostrza w osi Z" + }, + { + "ecode": "05008058", + "intro": "Proszę prawidłowo umieścić matę LightGrip do cięcia i upewnić się, że znacznik jest widoczny." + }, + { + "ecode": "0500807B", + "intro": "Proszę umieścić platformę do cięcia (podstawę do ochrony przy cięciu + matę do cięcia LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "Funkcja wykrywania obcych przedmiotów nie działa. Możesz kontynuować zadanie lub skorzystać z pomocy asystenta w celu rozwiązania problemu." + }, + { + "ecode": "0500805B", + "intro": "Typ maty do cięcia jest nieznany. Wymień ją na właściwą." + }, + { + "ecode": "03008064", + "intro": "Temperatura w komorze jest zbyt wysoka. Otwórz górną pokrywę i drzwi komory, aby schłodzić urządzenie. (Wykrywanie otwartych drzwi komory zostanie wyłączone dla tego wydruku)." + }, + { + "ecode": "0C008017", + "intro": "Wykryto obce obiekty na platformie. Proszę usunąć je jak najszybciej." + }, + { + "ecode": "05008077", + "intro": "Nie wykryto znacznika wizualnego. Upewnij się, że papier jest prawidłowo umieszczony." + }, + { + "ecode": "05008078", + "intro": "Aktualny materiał nie pasuje do ustawień w pociętym pliku. Załaduj odpowiedni materiał i upewnij się, że kod QR na materiale nie jest uszkodzony ani zabrudzony." + }, + { + "ecode": "0500403F", + "intro": "AMS jest w trakcie suszenia. Drukowanie nie może zostać rozpoczęte." + }, + { + "ecode": "0500403D", + "intro": "Moduł głowicy nie jest skonfigurowany. Skonfiguruj przed rozpoczęciem zadania." + }, + { + "ecode": "0300400C", + "intro": "Zadanie zostało anulowane." + }, + { + "ecode": "05008051", + "intro": "Obecna płyta do druku 3D nie jest zgodna z tą, która jest wymagana do druku." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "07078010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18048010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18038010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18028010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18008010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "18078010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "07068011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "0C004027", + "intro": "Kalibracja kamery Live View nie powiodła się. Szczegółowe informacje można znaleźć w asystencie, a po rozwiązaniu problemu spróbuj ponownie przeprowadzić kalibrację." + }, + { + "ecode": "07058010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18018010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18068010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "18058010", + "intro": "Silnik pomocniczy AMS-HT jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07048010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07068010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07078011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07058011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07048011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "0C008015", + "intro": "Wykryto obiekty na platformie. Proszę je niezwłocznie usunąć." + }, + { + "ecode": "05024006", + "intro": "Wykryto nieznany moduł, proszę spróbować zaktualizować firmware do najnowszej wersji." + }, + { + "ecode": "07018017", + "intro": "AMS B suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "07028017", + "intro": "AMS C suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "03004013", + "intro": "Nie można rozpocząć drukowania w trakcie suszenia AMS." + }, + { + "ecode": "07038017", + "intro": "AMS D suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "07008017", + "intro": "AMS A suszy. Proszę zatrzymać proces suszenia przed załadunkiem/rozładunkiem materiału." + }, + { + "ecode": "07FFC003", + "intro": "Proszę wyciągnąć filament z uchwytu szpuli. Jeśli komunikat nie zniknie, sprawdź, czy filament nie jest uszkodzony w ekstruderze lub rurce PTFE. (Podłącz rurkę PTFE, jeśli zamierzasz używać AMS)." + }, + { + "ecode": "07FFC008", + "intro": "Proszę wyciągnąć filament z uchwytu szpuli. Jeśli komunikat nie zniknie, sprawdź, czy filament nie jest uszkodzony w ekstruderze. (Podłącz rurkę PTFE, jeśli zamierzasz używać AMS)." + }, + { + "ecode": "0500405D", + "intro": "Numer seryjny modułu lasera jest błędny: nie można przeprowadzić kalibracji ani utworzyć projektu." + }, + { + "ecode": "0500805E", + "intro": "Numer seryjny modułu tnącego jest błędny: nie można przeprowadzić kalibracji ani utworzyć projektu." + }, + { + "ecode": "0500C010", + "intro": "Problem odczytu/zapisu na pamięci USB. Proszę ją ponownie włożyć lub wymienić." + }, + { + "ecode": "0500402F", + "intro": "Dane sektora pamięci USB są uszkodzone. Proszę ją sformatować. Jeśli nadal nie można jej rozpoznać, wymień pamięć USB." + }, + { + "ecode": "05008053", + "intro": "Wykryto niezgodność dyszy podczas druku. Proszę rozpocząć drukowanie po ponownym pocięciu modelu lub wymienić dyszę na prawidłową. Uwaga: temperatura głowicy jest wysoka." + }, + { + "ecode": "05024003", + "intro": "Drukarka jest w trakcie drukowania, a funkcji poprawy precyzji ruchu nie można włączyć ani wyłączyć." + }, + { + "ecode": "05024005", + "intro": "AMS nie został jeszcze skalibrowany, więc nie można rozpocząć drukowania." + }, + { + "ecode": "07FF8003", + "intro": "Proszę wyciągnąć filament z uchwytu szpuli. Jeśli ten komunikat będzie się powtarzał, sprawdź, czy w ekstruderze nie ma uszkodzonego filamentu. (Podłącz rurkę PTFE, jeśli masz zamiar użyć AMS)" + }, + { + "ecode": "03008049", + "intro": "Bieżąca płyta jest nieprawidłowa." + }, + { + "ecode": "05004008", + "intro": "Rozpoczęcie drukowania nie powiodło się. Wyłącz i włącz drukarkę i wyślij ponownie zadanie drukowania." + }, + { + "ecode": "0500400B", + "intro": "Wystąpił problem z pobraniem pliku. Sprawdź połączenie sieciowe i wyślij ponownie zadanie drukowania." + }, + { + "ecode": "05004018", + "intro": "Analiza informacji o konfiguracji powiązania nie powiodła się. Spróbuj ponownie." + }, + { + "ecode": "0500402C", + "intro": "Nie udało się uzyskać adresu IP, może to być spowodowane zakłóceniami sieci bezprzewodowej powodującymi awarię transmisji danych lub pełną pulę adresów DHCP routera. Przenieś drukarkę bliżej routera i spróbuj ponownie. Jeśli problem nadal występuje, sprawdź ustawienia routera, aby sprawdzić, czy adresy IP nie zostały wyczerpane." + }, + { + "ecode": "0500400A", + "intro": "Nazwa pliku nie jest obsługiwana. Zmień nazwę i uruchom ponownie zadanie drukowania." + }, + { + "ecode": "0500400D", + "intro": "Przeprowadź test automatyczny i uruchom ponownie zadanie drukowania." + }, + { + "ecode": "0501401A", + "intro": "Nie udało się uzyskać dostępu do chmury. Możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami, brak dostępu do Internetu lub ograniczenia konfiguracji zapory routera. Można spróbować przenieść drukarkę bliżej routera lub sprawdzić konfigurację routera, a następnie spróbować ponownie." + }, + { + "ecode": "05014033", + "intro": "Region w aplikacji nie jest zgodny z Twoją drukarką. Proszę pobierz aplikację w odpowiednim regionie i ponownie zarejestruj swoje konto." + }, + { + "ecode": "0500402D", + "intro": "Wyjątek systemowy" + }, + { + "ecode": "03008047", + "intro": "Upłynął czas wykrywania dźwigni szybkozłączki: należy ponownie uruchomić drukarkę." + }, + { + "ecode": "03008008", + "intro": "Problem z temperaturą dyszy" + }, + { + "ecode": "03008009", + "intro": "Nieprawidłowa temperatura podgrzewanego stołu" + }, + { + "ecode": "05004002", + "intro": "Nieobsługiwana ścieżka lub nazwa pliku. Wyślij ponownie zadanie drukowania." + }, + { + "ecode": "05004006", + "intro": "Nie ma wystarczającej ilości wolnego miejsca na zadanie drukowania. Przywrócenie ustawień fabrycznych może zwolnić dostępną przestrzeń." + }, + { + "ecode": "05014039", + "intro": "Sesja logowania urządzenia wygasła. Proszę spróbować ponownie." + }, + { + "ecode": "03008046", + "intro": "Czas na wykrycie obcego obiektu został przekroczony: Proszę uruchomić drukarkę ponownie." + }, + { + "ecode": "03008062", + "intro": "Temperatura w komorze jest zbyt wysoka. Może to być spowodowane wysoką temperaturą otoczenia." + }, + { + "ecode": "03008045", + "intro": "Przekroczono limit czasu wykrywania materiału: Proszę zrestartować drukarkę." + }, + { + "ecode": "0300800C", + "intro": "Wykryto pominięty krok: automatyczne odzyskiwanie zostało zakończone. Proszę wznowić drukowanie i sprawdzić, czy nie wystąpił problem z przesunięciem warstwy." + }, + { + "ecode": "0500401A", + "intro": "Nie udało się uzyskać dostępu do chmury. Możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami, brak dostępu do Internetu lub ograniczenia konfiguracji zapory routera. Można spróbować przenieść drukarkę bliżej routera lub sprawdzić konfigurację routera, a następnie spróbować ponownie." + }, + { + "ecode": "05014018", + "intro": "Analiza informacji o konfiguracji powiązania nie powiodła się. Spróbuj ponownie." + }, + { + "ecode": "0300400F", + "intro": "Napięcie zasilania nie jest zgodne z napięciem drukarki." + }, + { + "ecode": "05024004", + "intro": "Obecne urządzenie nie obsługuje niektórych funkcji. Proszę sprawdzić ustawienia funkcji w Studio lub zaktualizować oprogramowanie do najnowszej wersji." + }, + { + "ecode": "0500806D", + "intro": "Nie wykryto materiału. Proszę upewnić się, że materiał jest odpowiednio umieszczony i kontynuować." + }, + { + "ecode": "0C004022", + "intro": "Konfiguracja kamery BirdsEye nie powiodła się. Sprawdź, czy moduł lasera działa prawidłowo." + }, + { + "ecode": "0300801D", + "intro": "Czujnik pozycji silnika serwomotoru ekstrudera działa nieprawidłowo. Proszę wyłączyć drukarkę i skontrolować, czy przewód nie jest poluzowany." + }, + { + "ecode": "07038002", + "intro": "Przecinarka filamentu jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta." + }, + { + "ecode": "0C00403D", + "intro": "Płyta Vision Encoder nie została wykryta. Sprawdź, czy jest ona prawidłowo umieszczona na podgrzewanym stole." + }, + { + "ecode": "07028002", + "intro": "Przecinarka filamentu jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta." + }, + { + "ecode": "07018002", + "intro": "Przecinarka filamentu jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta." + }, + { + "ecode": "0C00C004", + "intro": "Wykryto potencjalną awarię spaghetti." + }, + { + "ecode": "05004043", + "intro": "Ze względu na ograniczenia mocy tylko jeden moduł AMS może być wykorzystany do suszenia." + }, + { + "ecode": "05004052", + "intro": "Wykryto błąd na hotendzie." + }, + { + "ecode": "05004050", + "intro": "Wykryto błąd na płycie druku." + }, + { + "ecode": "03004068", + "intro": "Wystąpiła utrata kroków podczas procesu poprawy precyzji ruchu. Proszę spróbować ponownie." + }, + { + "ecode": "05004054", + "intro": "Wykryto błąd na macie." + }, + { + "ecode": "0500403E", + "intro": "Aktualna głowica narzędziowa nie wspiera inicjalizacji." + }, + { + "ecode": "03004066", + "intro": "Kalibracja precyzji ruchu nie powiodła się." + }, + { + "ecode": "0C00C006", + "intro": "Spłukiwany filament mógł nagromadzić się w rynnie na odpady." + }, + { + "ecode": "03008063", + "intro": "Temperatura w komorze jest zbyt wysoka. Otwórz górną pokrywę i drzwi komory, aby schłodzić urządzenie." + }, + { + "ecode": "0C00800B", + "intro": "Znacznik podgrzewanego stołu nie został wykryty. Usuń wszystkie przedmioty i zdejmij matę. Upewnij się, że znacznik nie jest zasłonięty." + }, + { + "ecode": "0C004029", + "intro": "Nie wykryto materiału. Proszę upewnić się, że materiał jest odpowiednio umieszczony i kontynuować." + }, + { + "ecode": "0C008005", + "intro": "Filament po czyszczeniu zgromadził się w zsypie na odpady, co może spowodować kolizję głowicy." + }, + { + "ecode": "0C008033", + "intro": "Dźwignia szybkozłączki nie jest zablokowana. Naciśnij ją w dół, aby zablokować." + }, + { + "ecode": "0C008009", + "intro": "Nie znaleziono znacznika (kod QR) lokalizacji płyty roboczej." + }, + { + "ecode": "1000C001", + "intro": "Wysoka temperatura stołu może prowadzić do zatykania się dyszy filamentem. Można otworzyć drzwi komory drukarki." + }, + { + "ecode": "1000C002", + "intro": "Drukowanie materiału CF dyszą ze stali nierdzewnej może spowodować jej uszkodzenie." + }, + { + "ecode": "07038010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07038011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07FF8006", + "intro": "Proszę wprowadzić filament do rurki PTFE, aż nie będzie można go dalej wsunąć." + }, + { + "ecode": "07FFC006", + "intro": "Proszę włożyć filament do rurki PTFE, aż nie będzie można go dalej wepchnąć." + }, + { + "ecode": "07FFC009", + "intro": "Proszę wprowadzić filament do rurki PTFE, do momentu aż nie będzie można go dalej wsunąć." + }, + { + "ecode": "07028010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07028011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07018010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "07018011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07008011", + "intro": "Skończył się filament w module AMS. Włóż nowy filament do tego samego gniazda AMS." + }, + { + "ecode": "07008002", + "intro": "Przecinarka filamentu jest zablokowana. Upewnij się, że dźwignia noża jest wysunięta." + }, + { + "ecode": "07008010", + "intro": "Silnik pomocniczy AMS jest przeciążony. Może to być spowodowane splątanym filamentem lub zablokowaną szpulą." + }, + { + "ecode": "0501401D", + "intro": "Nie udało się uzyskać dostępu do chmury, może to być spowodowane niestabilnością sieci spowodowaną zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "0501401F", + "intro": "Upłynął limit czasu autoryzacji. Upewnij się, że telefon lub komputer ma dostęp do Internetu i sprawdź czy aplikacja Bambu Studio/Bambu Handy jest uruchomiona na pierwszym planie podczas łączenia." + }, + { + "ecode": "05014021", + "intro": "Nie udało się uzyskać dostępu do chmury, może to być spowodowane niestabilnością sieci spowodowaną zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "05014024", + "intro": "Nie udało się uzyskać dostępu do chmury. Możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami, brak dostępu do Internetu lub ograniczenia konfiguracji zapory routera. Można spróbować przenieść drukarkę bliżej routera lub sprawdzić konfigurację routera, a następnie spróbować ponownie." + }, + { + "ecode": "05014027", + "intro": "Nie udało się uzyskać dostępu do chmury, może to być spowodowane niestabilnością sieci spowodowaną zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "05014031", + "intro": "Proces wiązania przez wyszukiwanie urządzeń jest w toku, w tym czasie kod QR nie może być wyświetlony na ekranie. Możesz poczekać na zakończenie połączenia lub przerwać proces w APP/Studio i spróbować ponownie zeskanować kod QR na ekranie w celu połączenia." + }, + { + "ecode": "05014032", + "intro": "Proces wiązania za pomocą kodu QR jest w toku, a wiązanie poprzez rozpoznawanie urządzenia nie może być przeprowadzone. Możesz zeskanować kod QR wyświetlany na ekranie, aby dokonać wiązanie, lub opuścić stronę wyświetlającą kod QR na ekranie i spróbować wiązania poprzez rozpoznawanie urządzenia." + }, + { + "ecode": "05014034", + "intro": "Postęp krojenia nie był aktualizowany przez długi czas, a zadanie drukowania zostało zakończone. Potwierdź parametry i ponownie zainicjuj drukowanie." + }, + { + "ecode": "05014035", + "intro": "Urządzenie jest w trakcie wiązania i nie może odpowiadać na nowe żądania powiązań." + }, + { + "ecode": "05024001", + "intro": "W tym zadaniu drukowania zostanie użyty bieżący filament. Ustawienia nie mogą zostać zmienione." + }, + { + "ecode": "05004001", + "intro": "Nie udało się połączyć z Bambu Cloud. Sprawdź połączenie sieciowe." + }, + { + "ecode": "05004003", + "intro": "Drukowanie zostało zatrzymane, ponieważ drukarka nie mogła przeanalizować pliku. Wyślij ponownie zadanie drukowania." + }, + { + "ecode": "05004005", + "intro": "Zadania drukowania nie mogą być wysyłane podczas aktualizacji oprogramowania sprzętowego." + }, + { + "ecode": "05004009", + "intro": "Przesyłanie zadań drukowania nie jest dozwolone podczas aktualizacji dzienników." + }, + { + "ecode": "0500400E", + "intro": "Drukowanie zostało anulowane." + }, + { + "ecode": "05004014", + "intro": "Zadanie druku nie mogło zostać pokrojone (Slicie). Proszę sprawdzić ustawienia i ponownie uruchomić drukowanie." + }, + { + "ecode": "05004017", + "intro": "Wiązanie nie powiodło się. Spróbuj ponownie lub uruchom ponownie drukarkę." + }, + { + "ecode": "05004019", + "intro": "Drukarka została już połączona. Rozłącz ją i spróbuj ponownie." + }, + { + "ecode": "0500401D", + "intro": "Nie udało się uzyskać dostępu do chmury, możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "0500401F", + "intro": "Upłynął limit czasu autoryzacji. Upewnij się, że telefon lub komputer ma dostęp do Internetu i sprawdź czy aplikacja Bambu Studio/Bambu Handy jest uruchomiona na pierwszym planie podczas łączenia." + }, + { + "ecode": "05004021", + "intro": "Nie udało się uzyskać dostępu do chmury, możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "05004024", + "intro": "Nie udało się uzyskać dostępu do chmury. Możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami, brak dostępu do Internetu lub ograniczenia konfiguracji zapory routera. Można spróbować przenieść drukarkę bliżej routera lub sprawdzić konfigurację routera, a następnie spróbować ponownie." + }, + { + "ecode": "05004027", + "intro": "Nie udało się uzyskać dostępu do chmury. Możliwe przyczyny to niestabilność sieci spowodowana zakłóceniami. Przed ponowną próbą możesz spróbować przenieść drukarkę bliżej routera." + }, + { + "ecode": "0500402A", + "intro": "Nie można połączyć się z routerem, może to być spowodowane zakłóceniami sieci bezprzewodowej lub zbyt dużą odległością od routera. Spróbuj ponownie lub przenieś drukarkę bliżej routera." + }, + { + "ecode": "0500402B", + "intro": "Połączenie z routerem nie powiodło się z powodu błędnego hasła. Sprawdź hasło i spróbuj ponownie." + }, + { + "ecode": "05004037", + "intro": "Plik nie jest zgodny z bieżącym modelem drukarki. Tego pliku nie można wydrukować na tej drukarce." + }, + { + "ecode": "05004038", + "intro": "Średnica dyszy w pliku nie jest zgodna z aktualnymi ustawieniami. Tego pliku nie można wydrukować." + }, + { + "ecode": "05008013", + "intro": "Plik do druku jest niedostępny. Sprawdź, czy nośnik pamięci nie został usunięty." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Twój plik nie jest zgodny z bieżącym modelem drukarki. Kontynuować?" + }, + { + "ecode": "05014017", + "intro": "Wiązanie nie powiodło się. Spróbuj ponownie lub uruchom ponownie drukarkę." + }, + { + "ecode": "05014019", + "intro": "Drukarka została już połączona. Rozłącz ją i spróbuj ponownie." + }, + { + "ecode": "03004001", + "intro": "Upłynął limit czasu oczekiwania na ostygnięcie dyszy przed powrotem do pozycji bazowej." + }, + { + "ecode": "03004005", + "intro": "Prędkość wentylatora dyszy jest nieprawidłowa." + }, + { + "ecode": "03004006", + "intro": "Dysza jest zatkana." + }, + { + "ecode": "03004009", + "intro": "Błąd bazowania osi XY." + }, + { + "ecode": "0300400A", + "intro": "Mechaniczna identyfikacja częstotliwości rezonansu nie powiodła się." + }, + { + "ecode": "0300400D", + "intro": "Wznowienie nie powiodło się po utracie zasilania." + }, + { + "ecode": "0300400E", + "intro": "Autodiagnostyka silnika nie powiodła się." + }, + { + "ecode": "03008003", + "intro": "Wada \"spaghetti\" została wykryta przez AI Print Monitoring. Przed kontynuowaniem drukowania sprawdź jakość wydrukowanego modelu." + }, + { + "ecode": "03008005", + "intro": "Odpadła przednia osłona głowicy narzędziowej. Proszę ponownie zamocować osłonę i sprawdzić, czy wydruk przebiega prawidłowo." + }, + { + "ecode": "03008007", + "intro": "Drukowanie nie zostało ukończone, gdy drukarka utraciła zasilanie. Jeśli model nadal przylega do płyty roboczej, można spróbować wznowić zadanie drukowania." + }, + { + "ecode": "0300800E", + "intro": "Plik do druku jest niedostępny. Sprawdź, czy nośnik pamięci nie został usunięty." + }, + { + "ecode": "0300800F", + "intro": "Wygląda na to, że drzwi komory są otwarte, więc drukowanie zostało wstrzymane." + }, + { + "ecode": "03008010", + "intro": "Prędkość wentylatora hotendu jest nieprawidłowa." + }, + { + "ecode": "03008013", + "intro": "Drukowanie zostało wstrzymane przez użytkownika. Możesz wybrać „Wznów”, aby kontynuować drukowanie." + }, + { + "ecode": "03008018", + "intro": "Nieprawidłowa temperatura komory." + }, + { + "ecode": "03008019", + "intro": "Nie umieszczono żadnej płyty roboczej." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_pt-BR_22E.json b/resources/hms/hms_pt-BR_22E.json new file mode 100644 index 0000000000..4888e3b4d7 --- /dev/null +++ b/resources/hms/hms_pt-BR_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "pt-BR": [ + { + "ecode": "0300020000010008", + "intro": "A temperatura da ponta do extrusor está anormal e não consegue atingir o valor definido. Isso pode ser causado por uma capa de silicone da ponta mal instalada." + }, + { + "ecode": "030018000001000D", + "intro": "Calibração de detecção de aglomeração de bico falhou. Força excessiva detectada no bico. Por favor, certifique-se de que o bico está instalado corretamente." + }, + { + "ecode": "030018000001000E", + "intro": "A calibração da detecção de aglomeração do bico falhou. O bico não tocou na parede interna do furo. Por favor, limpe o bico e o furo da chapa de aço no lado traseiro direito da mesa aquecida." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "A extrusora está extrudando de forma anormal. Ela pode estar obstruída, ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue, ou o filamento montado externamente pode estar emaranhado." + }, + { + "ecode": "0300090000020004", + "intro": "A resistência à extrusão está anormal. A extrusora pode estar obstruída, pode haver filamento preso na cabeça da ferramenta ou o filamento montado externamente pode estar emaranhado." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "A velocidade da ventoinha de resfriamento do componente auxiliar esquerdo está lenta. Ela pode estar travada e precisa de limpeza." + }, + { + "ecode": "03003A0000020002", + "intro": "A velocidade da ventoinha de resfriamento do componente auxiliar esquerdo está lenta. Ela pode estar travada e precisa de limpeza." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Falha na autenticação do kit de lapso de tempo. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0C0003000003001A", + "intro": "Falha na detecção de objetos estranhos, possivelmente devido a uma interrupção manual (por exemplo, ao clicar em "Parar"). Caso contrário, tente reiniciar a impressora ou atualizar o firmware." + }, + { + "ecode": "0501040000030002", + "intro": "A haste roscada precisa de lubrificação agora." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Foi detectado um salto anômalo nos dados do sensor de força de extrusão do extrusor, potencialmente causado por um contato ruim do sensor ou um sensor com defeito." + }, + { + "ecode": "0300910000010008", + "intro": "O aquecedor da câmara 1 não conseguiu atingir a temperatura alvo." + }, + { + "ecode": "0C00030000020015", + "intro": "A detecção de objetos estranhos não está funcionando. Foi detectado que a Câmera Live View foi substituída. Se um módulo de corte estiver instalado, desinstale-o, toque em "Configurações > Calibração" na tela da impressora e recalibre a Câmera Live View." + }, + { + "ecode": "0C00030000020014", + "intro": "A precisão da detecção de objetos estranhos diminuiu. Se isso ocorrer com frequência, execute uma calibração da Câmera Live View (“Configurações” > “Calibração” na tela da impressora). Se houver um módulo de corte instalado, remova-o antes de prosseguir." + }, + { + "ecode": "0C00030000020012", + "intro": "A detecção de objetos estranhos não está funcionando. A câmera Live View precisa ser calibrada. Toque em "Configurações > Calibração" na tela da impressora. Se houver um módulo de corte instalado, remova-o antes da calibração." + }, + { + "ecode": "0501040000030003", + "intro": "Hastes lineares precisam de limpeza e lubrificação agora." + }, + { + "ecode": "0300180000030009", + "intro": "A impressão em alta temperatura no leito térmico é executada pela primeira vez. Para obter uma melhor qualidade de impressão na primeira camada, a calibração do leito térmico de alta temperatura está sendo executada automaticamente." + }, + { + "ecode": "03002D0000030009", + "intro": "Essa é a primeira impressão da impressora com alta temperatura no leito térmico. Para obter uma melhor qualidade de impressão na primeira camada, o nivelamento do leito em alta temperatura está sendo executado automaticamente." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A o odômetro não tem sinal. O conector do odômetro pode estar com mau contato." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "O nivelamento da cama aquecida falhou, possivelmente devido a objetos estranhos na cama ou à inclinação da cama. Se você continuar a imprimir, poderá danificar a placa de impressão. Remova todos os detritos ou nivele manualmente a cama antes de tentar novamente." + }, + { + "ecode": "0500030000020055", + "intro": "As informações do usuário expiraram, faça login novamente." + }, + { + "ecode": "0300290000010001", + "intro": "Os padrões do codificador de visão não podem ser reconhecidos; os possíveis motivos incluem distorção do padrão do codificador de visão, superexposição à luz e deslocamento incorreto da placa." + }, + { + "ecode": "0703250000020001", + "intro": "O AMS D usa a energia da impressora para secar durante o carregamento/impressão. Para um melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0700250000020001", + "intro": "O AMS A utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0701250000020001", + "intro": "O AMS B utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0706250000020001", + "intro": "O AMS G utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0702250000020001", + "intro": "O AMS C utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0705250000020001", + "intro": "O AMS F utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0707250000020001", + "intro": "O AMS H utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0704250000020001", + "intro": "O AMS E utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "03002B0000020001", + "intro": "A calibração do amortecedor do ventilador de resfriamento auxiliar falhou. Verifique se há algum objeto estranho bloqueando o amortecedor." + }, + { + "ecode": "0701900000010004", + "intro": "O sensor de corrente da válvula de escape AMS B 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0707910000010004", + "intro": "O sensor atual da válvula de escape AMS H 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1803900000010004", + "intro": "O sensor de corrente da válvula de escape AMS-HT D 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT H está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT A está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "O sensor de corrente da válvula de escape 1 do AMS-HT A está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "O sensor de corrente da válvula de escape AMS E 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1803910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT D está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "O sensor de corrente da válvula de escape AMS F 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1805900000010004", + "intro": "O sensor de corrente da válvula de escape AMS-HT F 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "O sensor de corrente da válvula de escape AMS G 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1804900000010004", + "intro": "O sensor de corrente da válvula de escape 1 do AMS-HT E está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "O sensor de corrente da válvula de escape AMS H 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1802900000010004", + "intro": "O sensor de corrente da válvula de escape 1 do AMS-HT C está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT F está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT E está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "O sensor de corrente da válvula de escape AMS-HT G 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "O sensor atual da válvula de escape AMS A 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0702900000010004", + "intro": "O sensor de corrente da válvula de escape 1 do AMS C está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS." + }, + { + "ecode": "0706910000010004", + "intro": "O sensor de corrente da válvula de escape AMS G 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0701910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS B está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS." + }, + { + "ecode": "1801910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT B está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "O sensor de corrente da válvula de escape AMS-HT G 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS D está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS." + }, + { + "ecode": "0700900000010004", + "intro": "O sensor atual da válvula de escape AMS A 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0704910000010004", + "intro": "O sensor de corrente da válvula de escape AMS E 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0705910000010004", + "intro": "O sensor de corrente da válvula de escape AMS F 2 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "0702910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS C está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS." + }, + { + "ecode": "0703900000010004", + "intro": "O sensor de corrente da válvula de escape AMS D 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS." + }, + { + "ecode": "1801900000010004", + "intro": "O sensor de corrente da válvula de escape 1 do AMS-HT B está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "O sensor de corrente da válvula de escape AMS-HT H 1 está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "O sensor de corrente da válvula de escape 2 do AMS-HT C está anormal; entre em contato com o suporte ao cliente para substituir a placa-mãe do AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1801250000020001", + "intro": "O AMS-HT B utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1803250000020001", + "intro": "O AMS-HT D utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1807250000020001", + "intro": "O AMS-HT H utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1806250000020001", + "intro": "O AMS-HT G utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0300320000010001", + "intro": "A velocidade da ventoinha do lado direito (resfriamento e filtragem do componente auxiliar) está muito lenta ou parada. Ela pode estar travada ou o conector pode não estar conectado corretamente." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1804250000020001", + "intro": "O AMS-HT E utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1805250000020001", + "intro": "O AMS-HT F utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1800250000020001", + "intro": "O AMS-HT A utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0300320000010002", + "intro": "A velocidade da ventoinha do lado direito (resfriamento e filtragem do componente auxiliar) está lenta. Pode estar presa e precisa de limpeza." + }, + { + "ecode": "1802250000020001", + "intro": "O AMS-HT C utiliza a energia da impressora para secagem durante o carregamento/impressão. Para melhor desempenho de secagem, conecte um adaptador de energia." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F O erro de controle de temperatura é muito grande, o que pode ser devido à tampa estar aberta ou a uma anormalidade no aquecedor." + }, + { + "ecode": "0500060000020001", + "intro": "A câmera do Toolhead não está no lugar; verifique a conexão do hardware" + }, + { + "ecode": "0700610000020001", + "intro": "O Slot 2 do AMS A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0701610000020001", + "intro": "O slot 2 do AMS B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0701620000020001", + "intro": "O slot 3 do AMS B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0701630000020001", + "intro": "O slot 4 do AMS B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0702600000020001", + "intro": "O Slot 1 do AMS C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1802620000020001", + "intro": "O slot 3 do AMS-HT C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0707620000020001", + "intro": "O slot 3 do AMS H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1803620000020001", + "intro": "O slot 3 do AMS-HT D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1804610000020001", + "intro": "O slot 2 do AMS-HT E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1804630000020001", + "intro": "O slot 4 do AMS-HT E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0707630000020001", + "intro": "O slot 4 do AMS H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1807600000020001", + "intro": "O slot 1 do AMS-HT H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0705630000020001", + "intro": "O slot 4 do AMS F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0704600000020001", + "intro": "O slot 1 do AMS E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1800600000020001", + "intro": "O Slot 1 do AMS-HT A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0707600000020001", + "intro": "O slot 1 do AMS H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1801610000020001", + "intro": "O slot 2 do AMS-HT B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0706600000020001", + "intro": "O slot 1 do AMS G está sobrecarregado. O filamento pode estar emaranhado ou o buffer do filamento pode estar preso." + }, + { + "ecode": "0706630000020001", + "intro": "O slot 4 do AMS G está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0300180000010005", + "intro": "A rotação do motor do eixo Z está obstruída; verifique se há objetos estranhos presos no cursor Z ou na polia de sincronização Z. Além disso, certifique-se de que a placa de impressão esteja posicionada corretamente para evitar colisões com estruturas ao redor." + }, + { + "ecode": "0700600000020001", + "intro": "O Slot 1 do AMS A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0700620000020001", + "intro": "O Slot 3 do AMS A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0700630000020001", + "intro": "O slot 4 do AMS A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0701600000020001", + "intro": "O slot 1 do AMS B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0702610000020001", + "intro": "O slot 2 do AMS C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0702620000020001", + "intro": "O slot 3 do AMS C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0702630000020001", + "intro": "O slot 4 do AMS C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0703600000020001", + "intro": "O slot 1 do AMS D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0703610000020001", + "intro": "O slot 2 do AMS D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0703620000020001", + "intro": "O slot 3 do AMS D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0703630000020001", + "intro": "O slot 4 do AMS D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1806600000020001", + "intro": "O slot 1 do AMS-HT G está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0706620000020001", + "intro": "O slot 3 do AMS G está sobrecarregado. O filamento pode estar emaranhado ou o buffer do filamento pode estar preso." + }, + { + "ecode": "1805630000020001", + "intro": "O slot 4 do AMS-HT F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1803630000020001", + "intro": "O slot 4 do AMS-HT D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0705610000020001", + "intro": "O slot 2 do AMS F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1806610000020001", + "intro": "O slot 2 do AMS-HT G está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0704620000020001", + "intro": "O slot 3 do AMS E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1800630000020001", + "intro": "O slot 4 do AMS-HT A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1802600000020001", + "intro": "O slot 1 do AMS-HT C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1801630000020001", + "intro": "O slot 4 do AMS-HT B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1806630000020001", + "intro": "O slot 4 do AMS-HT G está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0704630000020001", + "intro": "O slot 4 do AMS E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1805610000020001", + "intro": "O slot 2 do AMS-HT F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1802630000020001", + "intro": "O slot 4 do AMS-HT C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1804620000020001", + "intro": "O slot 3 do AMS-HT E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1805620000020001", + "intro": "O slot 3 do AMS-HT F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1800620000020001", + "intro": "O slot 3 do AMS-HT A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0706610000020001", + "intro": "O slot 2 do AMS G está sobrecarregado. O filamento pode estar emaranhado ou o buffer do filamento pode estar preso." + }, + { + "ecode": "0705620000020001", + "intro": "O slot 3 do AMS F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1805600000020001", + "intro": "O slot 1 do AMS-HT F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1803610000020001", + "intro": "O slot 2 do AMS-HT D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1801600000020001", + "intro": "O slot 1 do AMS-HT B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1807620000020001", + "intro": "O slot 3 do AMS-HT H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1807630000020001", + "intro": "O slot 4 do AMS-HT H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1804600000020001", + "intro": "O slot 1 do AMS-HT E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0707610000020001", + "intro": "O slot 2 do AMS H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1806620000020001", + "intro": "O slot 3 do AMS-HT G está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1807610000020001", + "intro": "O slot 2 do AMS-HT H está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1803600000020001", + "intro": "O slot 1 do AMS-HT D está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1802610000020001", + "intro": "O slot 2 do AMS-HT C está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1800610000020001", + "intro": "O slot 2 do AMS-HT A está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "1801620000020001", + "intro": "O slot 3 do AMS-HT B está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0705600000020001", + "intro": "O Slot 1 do AMS F está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "0704610000020001", + "intro": "O slot 2 do AMS E está sobrecarregado. O filamento pode estar emaranhado ou o buffer de filamento pode estar preso." + }, + { + "ecode": "050003000002000E", + "intro": "Alguns módulos externos são incompatíveis com a versão de firmware da impressora, o que pode afetar o funcionamento normal. Acesse a página "Firmware" enquanto estiver conectado à internet para atualizar." + }, + { + "ecode": "0500050000010007", + "intro": "Falha na verificação do comando MQTT. Atualize o Studio (incluindo o plugin de rede) ou o Handy para a versão mais recente, reinicie o software e tente novamente." + }, + { + "ecode": "0300A80000010001", + "intro": "Anormalidade na fonte de alimentação do AMS, possivelmente devido a danos no AMS ou a um curto-circuito na interface do AMS, ou a muitas conexões do AMS. Verifique se está conectado corretamente." + }, + { + "ecode": "030018000001000B", + "intro": "Falha na detecção de presença do bico: Bico não instalado ou instalado incorretamente." + }, + { + "ecode": "0706230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS G à extrusora está conectado corretamente." + }, + { + "ecode": "0702220000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS C para a extrusora está conectado corretamente." + }, + { + "ecode": "1804230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS-HT E à extrusora está conectado corretamente." + }, + { + "ecode": "0705210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS F à extrusora está conectado corretamente." + }, + { + "ecode": "1805220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT F à extrusora está conectado corretamente." + }, + { + "ecode": "0702210000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS C para a extrusora está conectado corretamente." + }, + { + "ecode": "1804210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS-HT E à extrusora está conectado corretamente." + }, + { + "ecode": "1805230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT F à extrusora está conectado corretamente." + }, + { + "ecode": "0703200000020006", + "intro": "O AMS D detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0705200000020006", + "intro": "O AMS F detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1804200000020006", + "intro": "O AMS-HT E detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0701220000020015", + "intro": "O status do filamento do slot 3 do AMS B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0701230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS B está parado e não é possível girar o carretel." + }, + { + "ecode": "1805200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT H está parado e não é possível girar o carretel." + }, + { + "ecode": "1801230000020016", + "intro": "O motor de assistência do slot 4 do AMS-HT B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS D está parado e não é possível girar o carretel." + }, + { + "ecode": "1801230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT E deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1806230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1805230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT F não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704230000020014", + "intro": "O odômetro de filamento AMS E slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0707200000020015", + "intro": "O status do filamento do slot 1 do AMS H está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1807210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT H é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700210000020014", + "intro": "O odômetro de filamento AMS A slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1803230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT H é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700210000020016", + "intro": "O motor auxiliar do slot 2 do AMS A escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0706230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0707210000020015", + "intro": "O status do filamento do slot 2 do AMS H está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0707230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT D está parado e não é possível girar o carretel." + }, + { + "ecode": "0703210000020015", + "intro": "O status do filamento do slot 2 do AMS D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT A é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS G está parado e não é possível girar o carretel." + }, + { + "ecode": "1802200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704220000020015", + "intro": "O status do filamento do slot 3 do AMS E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800230000020014", + "intro": "O odômetro de filamento de slot 4 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0702210000020014", + "intro": "O odômetro de filamento do slot 2 do AMS C não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1802200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT C está parado e não é possível girar o carretel." + }, + { + "ecode": "1805200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0700210000020015", + "intro": "O status do filamento do slot 2 do AMS está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1806230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS está parado e não é possível girar o carretel." + }, + { + "ecode": "0706210000020015", + "intro": "O status do filamento do slot 2 do AMS G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0705230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS F está parado e não é possível girar o carretel." + }, + { + "ecode": "1806210000020014", + "intro": "O odômetro de filamento AMS-HT G slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0700220000020014", + "intro": "O odômetro de filamento AMS A slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701210000020015", + "intro": "O status do filamento do slot 2 do AMS B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT D está parado e não é possível girar o carretel." + }, + { + "ecode": "1804200000020014", + "intro": "O odômetro de filamento AMS-HT E slot 1 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT está parado e não é possível girar o carretel." + }, + { + "ecode": "1806200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0706220000020015", + "intro": "O status do filamento do slot 3 do AMS G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0701200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT está parado e não é possível girar o carretel." + }, + { + "ecode": "1804210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS está parado e não é possível girar o carretel." + }, + { + "ecode": "1805210000020014", + "intro": "O odômetro de filamento AMS-HT F slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0706230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1800220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1800230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1807210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0707230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0700230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0701210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1807200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1801230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1801220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0701220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0705220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1804210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0704220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0701200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1804220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1802220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1803200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1802200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1804200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0707210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0705200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0700220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0700210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1801200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0706210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0707220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1805230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1801210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0704200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0700200000020006", + "intro": "O AMS A detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0701200000020006", + "intro": "O AMS B detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1802220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT C para a extrusora está conectado corretamente." + }, + { + "ecode": "1807210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT H à extrusora está conectado corretamente." + }, + { + "ecode": "1800230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT A à extrusora está conectado corretamente." + }, + { + "ecode": "0706220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS G à extrusora está conectado corretamente." + }, + { + "ecode": "0704230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS E à extrusora está conectado corretamente." + }, + { + "ecode": "0700210000020006", + "intro": "Desconexão do tubo PTFE detectado durante o carregamento de filamento. Por favor verifique se o tubo PTFE do AMS A para a extrusora está devidamente conectado." + }, + { + "ecode": "1800220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT A à extrusora está conectado corretamente." + }, + { + "ecode": "1801230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT B à extrusora está conectado corretamente." + }, + { + "ecode": "0701230000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS B para a extrusora está conectado corretamente." + }, + { + "ecode": "0707220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS H à extrusora está conectado corretamente." + }, + { + "ecode": "0704220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS E à extrusora está conectado corretamente." + }, + { + "ecode": "0704210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS E à extrusora está conectado corretamente." + }, + { + "ecode": "1803220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT D à extrusora está conectado corretamente." + }, + { + "ecode": "0701210000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS B para a extrusora está conectado corretamente." + }, + { + "ecode": "0703220000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS D para a extrusora está conectado corretamente." + }, + { + "ecode": "1806230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT G à extrusora está conectado corretamente." + }, + { + "ecode": "0707210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS H à extrusora está conectado corretamente." + }, + { + "ecode": "1807230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT H à extrusora está conectado corretamente." + }, + { + "ecode": "1802210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT C à extrusora está conectado corretamente." + }, + { + "ecode": "0703210000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS D para a extrusora está conectado corretamente." + }, + { + "ecode": "1807210000020016", + "intro": "O motor auxiliar do slot 2 do AMS-HT H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS H não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT E está parado, não é possível girar o carretel." + }, + { + "ecode": "0702230000020014", + "intro": "O odômetro de filamento do slot 4 do AMS C não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0703200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS C está parado e não é possível girar o carretel." + }, + { + "ecode": "1804200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800210000020014", + "intro": "O odômetro de filamento AMS-HT A slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0706230000020015", + "intro": "O status do filamento do slot 4 do AMS G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1801200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0704200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705200000020015", + "intro": "O status do filamento do slot 1 do AMS F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1802200000020013", + "intro": "O motor da unidade alimentadora AMS-HT C slot 1 não tem sinal." + }, + { + "ecode": "0700220000020015", + "intro": "O status do filamento do slot 3 do AMS está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0702230000020016", + "intro": "O motor auxiliar do slot 4 do AMS C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807220000020014", + "intro": "O odômetro de filamento AMS-HT H slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1802220000020016", + "intro": "O motor auxiliar do slot 3 do AMS-HT C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS E está parado e não é possível girar o carretel." + }, + { + "ecode": "1801230000020014", + "intro": "O odômetro de filamento AMS-HT B slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0707220000020016", + "intro": "O motor auxiliar do slot 3 do AMS H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1806220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT G está parado e não é possível girar o carretel." + }, + { + "ecode": "1802200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS-HT C não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0700220000020013", + "intro": "O motor da unidade alimentadora de slot 3 do AMS não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0700200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS está parado e não é possível girar o carretel." + }, + { + "ecode": "1800230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT A está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800220000020013", + "intro": "O motor da unidade alimentadora de slot 3 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800230000020016", + "intro": "O motor auxiliar do slot 4 do AMS-HT escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0707200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT C está parado e não é possível girar o carretel." + }, + { + "ecode": "0702230000020015", + "intro": "O status do filamento do slot 4 do AMS C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1806220000020014", + "intro": "O odômetro de filamento AMS-HT G slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1802200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1805220000020016", + "intro": "O motor auxiliar do slot 3 do AMS-HT F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0707230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS H está parado e não é possível girar o carretel." + }, + { + "ecode": "1800210000020016", + "intro": "O motor auxiliar do slot 2 do AMS-HT escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1803220000020016", + "intro": "O motor auxiliar do slot 3 do AMS-HT D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704210000020014", + "intro": "O odômetro de filamento AMS E slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0703230000020016", + "intro": "O motor de assistência do slot 4 do AMS D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1801230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT B está parado e não é possível girar o carretel." + }, + { + "ecode": "0701200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS B está parado e não é possível girar o carretel." + }, + { + "ecode": "1801220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT B está parado e não é possível girar o carretel." + }, + { + "ecode": "0707230000020015", + "intro": "O status do filamento do slot 4 do AMS H está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0703210000020014", + "intro": "O odômetro de filamento AMS D slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0700200000020013", + "intro": "O motor da unidade alimentadora do slot 1 do AMS não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704200000020016", + "intro": "O motor de assistência do slot 1 do AMS E escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0707210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1806230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT G está parado e não é possível girar o carretel." + }, + { + "ecode": "0704200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS E não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0704230000020016", + "intro": "O motor de assistência do slot 4 do AMS E escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0703220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS D está parado e não é possível girar o carretel." + }, + { + "ecode": "1805220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT F está parado e não é possível girar o carretel." + }, + { + "ecode": "1807200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT H está parado e não é possível girar o carretel." + }, + { + "ecode": "1802210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802230000020016", + "intro": "O motor auxiliar do slot 4 do AMS-HT C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1803220000020014", + "intro": "O odômetro de filamento AMS-HT D slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0704200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS E está parado e não é possível girar o carretel." + }, + { + "ecode": "0703220000020016", + "intro": "O motor auxiliar do slot 3 do AMS D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1803200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT H está parado e não é possível girar o carretel." + }, + { + "ecode": "1804230000020016", + "intro": "O motor de assistência do slot 4 do AMS-HT E deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0706200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807230000020014", + "intro": "O odômetro de filamento AMS-HT H slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701210000020014", + "intro": "O odômetro de filamento do slot 2 do AMS B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1806200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT G está parado e não é possível girar o carretel." + }, + { + "ecode": "0703200000020016", + "intro": "O motor de assistência do slot 1 do AMS D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703220000020014", + "intro": "O odômetro de filamento AMS D slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0704220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0703210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0701230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804230000020014", + "intro": "O odômetro de filamento AMS-HT E slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701210000020016", + "intro": "O motor de assistência do slot 2 do AMS B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1805220000020014", + "intro": "O odômetro de filamento AMS-HT F slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1806210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT G está parado e não é possível girar o carretel." + }, + { + "ecode": "0704210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807210000020014", + "intro": "O odômetro de filamento AMS-HT H slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0705210000020016", + "intro": "O motor de assistência do slot 2 do AMS F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0700210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS C está parado e não é possível girar o carretel." + }, + { + "ecode": "0705210000020015", + "intro": "O status do filamento do slot 2 do AMS F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0707200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS H está parado e não é possível girar o carretel." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT Um motor auxiliar de slot 3 escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703220000020015", + "intro": "O status do filamento do slot 3 do AMS D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0702210000020016", + "intro": "O motor de assistência do slot 2 do AMS C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0701220000020016", + "intro": "O motor auxiliar do slot 3 do AMS B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703200000020015", + "intro": "O status do filamento do slot 1 do AMS D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700200000020014", + "intro": "O odômetro de filamento AMS A slot 1 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0705200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS F está parado e não é possível girar o carretel." + }, + { + "ecode": "0704230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS E está parado e não é possível girar o carretel." + }, + { + "ecode": "0702200000020016", + "intro": "O motor de assistência do slot 1 do AMS C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1800200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT A está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0705230000020016", + "intro": "O motor auxiliar do slot 4 do AMS F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1802220000020014", + "intro": "O odômetro de filamento AMS-HT C slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706200000020015", + "intro": "O status do filamento do slot 1 do AMS G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800230000020013", + "intro": "O motor da unidade alimentadora de slot 4 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS-HT B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1806210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802200000020006", + "intro": "O AMS-HT C detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1807200000020006", + "intro": "O AMS-HT H detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1801200000020006", + "intro": "O AMS-HT B detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0707200000020006", + "intro": "O AMS H detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1806200000020006", + "intro": "O AMS-HT G detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1800200000020006", + "intro": "O AMS-HT A detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1805200000020006", + "intro": "O AMS-HT F detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0706200000020006", + "intro": "O AMS G detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0704200000020006", + "intro": "O AMS E detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0702200000020006", + "intro": "O AMS C detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "1805200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0705210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1806210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0703230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1807230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1800200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1806200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS-HT G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1807220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1806220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1806230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0707200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS H está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0702210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1805220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0703220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1803220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS-HT D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0704230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0706220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1804230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0704210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS E está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0705230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1803210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT D é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0705230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707230000020016", + "intro": "O motor auxiliar do slot 4 do AMS H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0706200000020016", + "intro": "O motor de assistência do slot 1 do AMS G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0700220000020016", + "intro": "O motor auxiliar do slot 3 do AMS A deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1804220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704220000020016", + "intro": "O motor de assistência do slot 3 do AMS E escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1805210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706210000020014", + "intro": "O odômetro de filamento AMS G slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701220000020014", + "intro": "O odômetro de filamento do slot 3 do AMS B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1800220000020014", + "intro": "O odômetro de filamento AMS-HT A slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1802210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704200000020015", + "intro": "O status do filamento do slot 1 do AMS E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700230000020014", + "intro": "O odômetro de filamento AMS A slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0702200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802210000020014", + "intro": "O odômetro de filamento AMS-HT C slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0707210000020016", + "intro": "O motor de assistência do slot 2 do AMS H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0703210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS D está parado e não é possível girar o carretel." + }, + { + "ecode": "1806200000020014", + "intro": "O odômetro de filamento AMS-HT G slot 1 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0704210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS E está parado e não é possível girar o carretel." + }, + { + "ecode": "0706210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS G está parado e não é possível girar o carretel." + }, + { + "ecode": "0707230000020014", + "intro": "O odômetro de filamento AMS H slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0700210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS está parado e não é possível girar o carretel." + }, + { + "ecode": "0705220000020015", + "intro": "O status do filamento do slot 3 do AMS F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT está parado e não é possível girar o carretel." + }, + { + "ecode": "1805210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0703230000020015", + "intro": "O status do filamento do slot 4 do AMS D está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0703200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS D não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1805210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT F está parado e não é possível girar o carretel." + }, + { + "ecode": "0706210000020016", + "intro": "O motor de assistência do slot 2 do AMS G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0705200000020016", + "intro": "O motor de assistência do slot 1 do AMS F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704220000020014", + "intro": "O odômetro de filamento AMS E slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT E está parado, não é possível girar o carretel." + }, + { + "ecode": "1807200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0705210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS F está parado e não é possível girar o carretel." + }, + { + "ecode": "0704210000020016", + "intro": "O motor de assistência do slot 2 do AMS E escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1803230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT D está parado e não é possível girar o carretel." + }, + { + "ecode": "0700200000020016", + "intro": "O motor auxiliar do slot 1 do AMS A deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1801220000020016", + "intro": "O motor auxiliar do slot 3 do AMS-HT B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0706210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT H é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0703200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS D está parado e não é possível girar o carretel." + }, + { + "ecode": "1806220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT C está parado e não é possível girar o carretel." + }, + { + "ecode": "1801220000020014", + "intro": "O odômetro de filamento AMS-HT B slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1802220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0706230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS G está parado e não é possível girar o carretel." + }, + { + "ecode": "1804210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT E escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1806220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1805230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1802230000020015", + "intro": "O status do sensor de filamento AMS-HT C slot 4 é anormal." + }, + { + "ecode": "1806210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT G está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0702210000020015", + "intro": "O status do filamento do slot 2 do AMS C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0703210000020016", + "intro": "O motor de assistência do slot 2 do AMS D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0704230000020015", + "intro": "O status do filamento do slot 4 do AMS E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1806200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0701220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0705220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805200000020014", + "intro": "O odômetro de filamento AMS-HT F slot 1 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1804200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT E está parado, não é possível girar o carretel." + }, + { + "ecode": "0703220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0700230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS H está parado e não é possível girar o carretel." + }, + { + "ecode": "0707220000020015", + "intro": "O status do filamento do slot 3 do AMS H está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0700230000020016", + "intro": "O motor auxiliar do slot 4 do AMS A deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0701230000020015", + "intro": "O status do filamento do slot 4 do AMS B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1801200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0707220000020014", + "intro": "O odômetro de filamento AMS H slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS B está parado e não é possível girar o carretel." + }, + { + "ecode": "1807220000020016", + "intro": "O motor auxiliar do slot 3 do AMS-HT H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1800210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT A está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0706230000020014", + "intro": "O odômetro de filamento AMS G slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0702210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1806200000020016", + "intro": "O motor de assistência do slot 1 do AMS-HT G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0706200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS G não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1803230000020014", + "intro": "O odômetro de filamento AMS-HT D slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1805200000020015", + "intro": "O status do filamento do slot 1 do AMS-HT F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1801210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1800200000020013", + "intro": "O motor da unidade alimentadora do slot 1 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801210000020014", + "intro": "O odômetro de filamento do slot 2 do AMS-HT B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0705220000020016", + "intro": "O motor auxiliar do slot 3 do AMS F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0701200000020016", + "intro": "O motor de assistência do slot 1 do AMS B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1806230000020016", + "intro": "O motor de assistência do slot 4 do AMS-HT G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0701230000020014", + "intro": "O odômetro de filamento do slot 4 do AMS B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1801200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1805200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT F está parado e não é possível girar o carretel." + }, + { + "ecode": "0702200000020015", + "intro": "O status do filamento do slot 1 do AMS C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0702230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS C está parado e não é possível girar o carretel." + }, + { + "ecode": "0702220000020015", + "intro": "O status do filamento do slot 3 do AMS C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803200000020014", + "intro": "O odômetro de filamento AMS-HT D slot 1 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1805230000020016", + "intro": "O motor de assistência do slot 4 do AMS-HT F escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1800200000020016", + "intro": "O motor auxiliar do slot 1 do AMS-HT A deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1802230000020014", + "intro": "O odômetro de filamento AMS-HT C slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1801220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT B não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804210000020014", + "intro": "O odômetro de filamento AMS-HT E slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1806220000020016", + "intro": "O motor de assistência do slot 3 do AMS-HT G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0702230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702220000020016", + "intro": "O motor auxiliar do slot 3 do AMS C escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1801230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705230000020015", + "intro": "O status do filamento do slot 4 do AMS F é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1802210000020015", + "intro": "O status do filamento do slot 2 do AMS-HT C é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0701220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS B está parado e não é possível girar o carretel." + }, + { + "ecode": "0706220000020014", + "intro": "O odômetro de filamento AMS G slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0706220000020016", + "intro": "O motor de assistência do slot 3 do AMS G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1800210000020013", + "intro": "O motor da unidade alimentadora do slot 2 do AMS-HT não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS F não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1803210000020014", + "intro": "O odômetro de filamento AMS-HT D slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0707220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705200000020013", + "intro": "O motor da unidade de alimentação do slot 1 do AMS F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT E está parado, não é possível girar o carretel." + }, + { + "ecode": "0706210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS G à extrusora está conectado corretamente." + }, + { + "ecode": "1800210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT A à extrusora está conectado corretamente." + }, + { + "ecode": "1803230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT D à extrusora está conectado corretamente." + }, + { + "ecode": "0702230000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS C para a extrusora está conectado corretamente." + }, + { + "ecode": "0703230000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS D para a extrusora está conectado corretamente." + }, + { + "ecode": "1806210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT G à extrusora está conectado corretamente." + }, + { + "ecode": "1806220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT G à extrusora está conectado corretamente." + }, + { + "ecode": "1804220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS-HT E à extrusora está conectado corretamente." + }, + { + "ecode": "0705230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS F à extrusora está conectado corretamente." + }, + { + "ecode": "1802230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT C à extrusora está conectado corretamente." + }, + { + "ecode": "1803210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT D à extrusora está conectado corretamente." + }, + { + "ecode": "0700230000020006", + "intro": "Desconexão do tubo PTFE detectado durante o carregamento de filamento. Por favor verifique se o tubo PTFE do AMS A para a extrusora está devidamente conectado." + }, + { + "ecode": "07FFA00000020001", + "intro": "O processo de extração a frio do bico expirou. Clique em "Repetir" e retire o filamento manualmente." + }, + { + "ecode": "0707230000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS H à extrusora está conectado corretamente." + }, + { + "ecode": "1805210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT F à extrusora está conectado corretamente." + }, + { + "ecode": "0700220000020006", + "intro": "Desconexão do tubo PTFE detectado durante o carregamento de filamento. Por favor verifique se o tubo PTFE do AMS A para a extrusora está devidamente conectado." + }, + { + "ecode": "1807220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT H à extrusora está conectado corretamente." + }, + { + "ecode": "1801210000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT B à extrusora está conectado corretamente." + }, + { + "ecode": "0701220000020006", + "intro": "Desconexão do tubo PTFE detectada durante o carregamento do filamento. Verifique se o tubo PTFE do AMS B para a extrusora está conectado corretamente." + }, + { + "ecode": "1801220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE do AMS-HT B à extrusora está conectado corretamente." + }, + { + "ecode": "0705220000020006", + "intro": "Desconexão do tubo de PTFE detectada durante o carregamento do filamento. Verifique se o tubo de PTFE da AMS F à extrusora está conectado corretamente." + }, + { + "ecode": "1803200000020006", + "intro": "O AMS-HT D detectou uma quebra no tubo de PTFE durante o carregamento do filamento. Verifique se os tubos de PTFE dentro e fora do AMS caíram ou foram danificados." + }, + { + "ecode": "0701230000020016", + "intro": "O motor de assistência do slot 4 do AMS B escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS-HT H não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0703230000020014", + "intro": "O odômetro de filamento AMS D slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1803210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT D não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807230000020016", + "intro": "O motor auxiliar do slot 4 do AMS-HT H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0702210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS C está parado e não é possível girar o carretel." + }, + { + "ecode": "1806230000020014", + "intro": "O odômetro de filamento AMS-HT G slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0707210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS H está parado e não é possível girar o carretel." + }, + { + "ecode": "0706230000020016", + "intro": "O motor de assistência do slot 4 do AMS G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0701200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS B não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0702220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS C não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS G não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT D está parado, não é possível girar o carretel." + }, + { + "ecode": "0707200000020016", + "intro": "O motor de assistência do slot 1 do AMS H escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1805220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT F não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT está parado e não é possível girar o carretel." + }, + { + "ecode": "0707210000020014", + "intro": "O odômetro de filamento AMS H slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0705210000020014", + "intro": "O odômetro de filamento AMS F slot 2 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0702220000020014", + "intro": "O odômetro de filamento do slot 3 do AMS C não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1803230000020016", + "intro": "O motor de assistência do slot 4 do AMS-HT D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0705220000020014", + "intro": "O odômetro de filamento AMS F slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1801210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804220000020014", + "intro": "O odômetro de filamento AMS-HT E slot 3 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1807220000020013", + "intro": "O motor da unidade de alimentação do slot 3 do AMS-HT H não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT D escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807230000020015", + "intro": "O status do filamento do slot 4 do AMS-HT H está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1801200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS-HT B está parado e não é possível girar o carretel." + }, + { + "ecode": "0700230000020015", + "intro": "O status do filamento do slot 4 do AMS está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1805230000020012", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT F está parado e não é possível girar o carretel." + }, + { + "ecode": "0705230000020014", + "intro": "O odômetro de filamento AMS F slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "1806210000020016", + "intro": "O motor de assistência do slot 2 do AMS-HT G escorregou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "1807210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT H está parado e não é possível girar o carretel." + }, + { + "ecode": "1805230000020014", + "intro": "O odômetro de filamento AMS-HT F slot 4 não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701210000020013", + "intro": "O motor da unidade de alimentação do slot 2 do AMS B não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT B está parado e não é possível girar o carretel." + }, + { + "ecode": "0706200000020012", + "intro": "O motor da unidade de alimentação do slot 1 do AMS G está parado e não é possível girar o carretel." + }, + { + "ecode": "0700200000020015", + "intro": "O status do filamento do slot 1 do AMS está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0705220000020012", + "intro": "O motor da unidade de alimentação do slot 3 do AMS F está parado e não é possível girar o carretel." + }, + { + "ecode": "1802210000020012", + "intro": "O motor da unidade de alimentação do slot 2 do AMS-HT C está parado e não é possível girar o carretel." + }, + { + "ecode": "1804220000020016", + "intro": "O motor de assistência do slot 3 do AMS-HT E deslizou. Retire o filamento, corte a parte desgastada e tente novamente." + }, + { + "ecode": "0702200000020014", + "intro": "O odômetro de filamento do slot 1 do AMS C não tem sinal, o que pode ser devido ao mau contato no conector do odômetro ou a uma falha no odômetro." + }, + { + "ecode": "0701200000020015", + "intro": "O status do filamento do slot 1 do AMS B está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1804230000020013", + "intro": "O motor da unidade de alimentação do slot 4 do AMS-HT E não tem sinal, o que pode ser devido a mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704210000020015", + "intro": "O status do filamento do slot 2 do AMS E está anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "1803220000020015", + "intro": "O status do filamento do slot 3 do AMS-HT D é anormal, o que pode ser devido a uma quebra de filamento dentro do AMS." + }, + { + "ecode": "0702230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1800210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0702220000020025", + "intro": "A resistência de alimentação do slot 3 do AMS C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1802210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1805210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT F está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0703210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0706200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS G está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "1803230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1802230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS-HT C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0703200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente dobrado." + }, + { + "ecode": "0701230000020025", + "intro": "A resistência de alimentação do slot 4 do AMS B está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0700200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS A está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "0702200000020025", + "intro": "A resistência de alimentação do slot 1 do AMS C está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "1803210000020025", + "intro": "A resistência de alimentação do slot 2 do AMS-HT D está muito alta. Reduza a resistência de alimentação, diminua a resistência à rotação do carretel e evite que o tubo do filamento fique muito longo e excessivamente curvado." + }, + { + "ecode": "18FF700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07FF700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07FE700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18FE700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "03002C0000010001", + "intro": "Obstáculo detectado sob a cama de aquecimento. Remova-o para garantir a impressão correta." + }, + { + "ecode": "0300930000010006", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura da câmara na entrada de ar pode estar com um circuito aberto." + }, + { + "ecode": "0300930000010005", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura da câmara pode estar em curto-circuito." + }, + { + "ecode": "0700400000020001", + "intro": "Sinal de posição do buffer de filamento AMS A perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1800400000020001", + "intro": "Sinal de posição do buffer de filamento AMS-HT A perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1803400000020001", + "intro": "Perda do sinal de posição do buffer do filamento AMS-HT D: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0701400000020001", + "intro": "Sinal de posição do buffer do filamento AMS B perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "050003000001000E", + "intro": "Alguns módulos externos são incompatíveis com a versão de firmware da impressora, o que pode afetar o funcionamento normal. Acesse a página "Firmware" enquanto estiver conectado à internet para atualizar." + }, + { + "ecode": "1801400000020001", + "intro": "Sinal de posição do buffer do filamento AMS-HT B perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0705400000020001", + "intro": "Sinal de posição do buffer do filamento AMS F perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1805400000020001", + "intro": "Sinal de posição do buffer do filamento AMS-HT F perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0706400000020001", + "intro": "Sinal de posição do buffer do filamento AMS G perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0702400000020001", + "intro": "Sinal de posição do buffer do filamento AMS C perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0703400000020001", + "intro": "Sinal de posição do buffer do filamento AMS D perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0704400000020001", + "intro": "Sinal de posição do buffer do filamento AMS E perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0707400000020001", + "intro": "Perda do sinal de posição do buffer do filamento AMS H: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1806400000020001", + "intro": "Sinal de posição do buffer do filamento AMS-HT G perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1802400000020001", + "intro": "Sinal de posição do buffer do filamento AMS-HT C perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1804400000020001", + "intro": "Sinal de posição do buffer de filamento AMS-HT E perdido: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "1807400000020001", + "intro": "Perda do sinal de posição do buffer do filamento AMS-HT H: o cabo ou o sensor de posição podem estar com defeito." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D A resistência da bobina da válvula de escape 1 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A A resistência da bobina da válvula de escape 2 está anormal, o que pode ser devido a fiação anormal ou danos." + }, + { + "ecode": "1801200000020023", + "intro": "Slot 1 do AMS-HT B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1804200000020023", + "intro": "Slot 1 do AMS-HT E o tubo dentro do AMS está quebrado ou o sensor de saída do hall está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0707220000020023", + "intro": "Slot AMS H 3: o tubo dentro do AMS está quebrado." + }, + { + "ecode": "0700230000020023", + "intro": "O slot 4 do tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0701230000020023", + "intro": "Slot 4 do AMS B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1803200000020023", + "intro": "Slot 1 do AMS-HT D o tubo dentro do AMS está quebrado ou o sensor de saída do hall está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1802200000020023", + "intro": "Slot 1 do AMS-HT C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0707210000020023", + "intro": "Slot 2 do AMS H: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1801230000020023", + "intro": "Slot 4 do AMS-HT B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0706200000020023", + "intro": "Slot 1 do AMS G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1806220000020023", + "intro": "Slot 3 do AMS-HT G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0706220000020023", + "intro": "Slot 3 do AMS G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1806210000020023", + "intro": "Slot 2 do AMS-HT G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1802230000020023", + "intro": "Slot 4 do AMS-HT C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1805220000020023", + "intro": "Slot 3 do AMS-HT F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A ranhura 3 do tubo dentro do AMS está quebrada ou o sensor de hall de alimentação está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0707200000020023", + "intro": "Slot 1 do AMS H: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1805210000020023", + "intro": "Slot 2 do AMS-HT F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0703230000020023", + "intro": "Slot 4 do AMS D: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1804230000020023", + "intro": "Slot 4 do AMS-HT E o tubo dentro do AMS está quebrado ou o sensor de saída do hall está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0704230000020023", + "intro": "Slot AMS E 4: o tubo dentro do AMS está quebrado." + }, + { + "ecode": "0704210000020023", + "intro": "Slot AMS E 2: o tubo dentro do AMS está quebrado." + }, + { + "ecode": "1807210000020023", + "intro": "Slot 2 do AMS-HT H: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1807220000020023", + "intro": "Slot 3 do AMS-HT H o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0707230000020023", + "intro": "Slot 4 do AMS H: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0702210000020023", + "intro": "Slot 2 do AMS C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1802210000020023", + "intro": "Slot 2 do AMS-HT C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0704220000020023", + "intro": "Slot 3 do AMS E o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0701210000020023", + "intro": "Slot AMS B 2: o tubo dentro do AMS está quebrado." + }, + { + "ecode": "1800230000020023", + "intro": "O slot 4 do AMS-HT A está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0701220000020023", + "intro": "Slot 3 do AMS B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1807200000020023", + "intro": "Slot 1 do AMS-HT H: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0701200000020023", + "intro": "Slot 1 do AMS B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1800200000020023", + "intro": "Slot 1 do AMS-HT A, o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0705200000020023", + "intro": "Slot 1 do AMS F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0705230000020023", + "intro": "Slot 4 do AMS F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0700210000020023", + "intro": "O slot 2 do tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1801220000020023", + "intro": "Slot 3 do AMS-HT B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0705210000020023", + "intro": "Slot 2 do AMS F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0704200000020023", + "intro": "Slot 1 do AMS E o tubo dentro do AMS está quebrado ou o sensor de saída do hall está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1803210000020023", + "intro": "Slot 2 do AMS-HT D: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1803220000020023", + "intro": "Slot 3 do AMS-HT D o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0702230000020023", + "intro": "Slot 4 do AMS C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0706230000020023", + "intro": "Slot 4 do AMS G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0700220000020023", + "intro": "O slot 3 do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0705220000020023", + "intro": "Slot 3 do AMS F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1807230000020023", + "intro": "Ranhura AMS-HT H 4: o tubo dentro do AMS está quebrado." + }, + { + "ecode": "0706210000020023", + "intro": "Slot 2 do AMS G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0702200000020023", + "intro": "Slot 1 do AMS C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0703200000020023", + "intro": "Slot 1 do AMS D: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1805230000020023", + "intro": "Slot 4 do AMS-HT F o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1804220000020023", + "intro": "Slot 3 do AMS-HT E o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1806230000020023", + "intro": "Slot 4 do AMS-HT G o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1804210000020023", + "intro": "Slot 2 do AMS-HT E o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1801210000020023", + "intro": "Slot 2 do AMS-HT B: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0703220000020023", + "intro": "Slot 3 do AMS D: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0700200000020023", + "intro": "O slot 1 do AMS A está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1800210000020023", + "intro": "O slot 2 do AMS-HT A está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0702220000020023", + "intro": "Slot 3 do AMS C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1805200000020023", + "intro": "Slot 1 do AMS-HT F: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1803230000020023", + "intro": "Slot 4 do AMS-HT D o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1802220000020023", + "intro": "Slot 3 do AMS-HT C: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0703210000020023", + "intro": "Slot 2 do AMS D: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "1806200000020023", + "intro": "Slot 1 do AMS-HT G: o tubo dentro do AMS está quebrado ou o sensor de saída do filtro está com defeito e não consegue detectar o filamento." + }, + { + "ecode": "0C00040000020026", + "intro": "A inicialização da câmera Liveview falhou e algumas funções de IA, como a Detecção de Espaguete, serão desativadas. Reinicie a impressora. Se o problema persistir, entre em contato com o suporte ao cliente." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "A câmera BirdsEye não está instalada; verifique a conexão do hardware" + }, + { + "ecode": "0C0003000002001C", + "intro": "Seu bocal parece estar coberto com material atolado ou entupido." + }, + { + "ecode": "030001000003000F", + "intro": "A temperatura da câmara está alta e a cama térmica está esfriando lentamente. Recomenda-se abrir a tampa superior ou a porta frontal para acelerar o processo de resfriamento." + }, + { + "ecode": "0300930000010004", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura do aquecedor da câmara na saída de ar pode ter um circuito aberto." + }, + { + "ecode": "0500030000010004", + "intro": "O módulo do buffer de filamento está com defeito. Reinicie o dispositivo." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0583040000010045", + "intro": "O firmware do AMS-HT D não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0582040000010045", + "intro": "O firmware do AMS-HT C não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0586040000010045", + "intro": "O firmware do AMS-HT G não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0502050000010014", + "intro": "Falha na certificação AMS C. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0502040000010044", + "intro": "O firmware do AMS C não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0585040000010045", + "intro": "O firmware do AMS-HT F não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0501050000010014", + "intro": "Falha na certificação AMS B. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0585050000010017", + "intro": "Falha na certificação AMS-HT F. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0587040000010045", + "intro": "O firmware do AMS-HT H não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0586050000010017", + "intro": "Falha na certificação AMS-HT G. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0503050000010014", + "intro": "Falha na certificação AMS D. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0503040000010044", + "intro": "O firmware do AMS D não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0500050000010014", + "intro": "Falha na certificação AMS A. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0581040000010045", + "intro": "O firmware do AMS-HT B não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0501040000010044", + "intro": "O firmware do AMS B não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0580040000010045", + "intro": "O firmware do AMS-HT A não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0584040000010045", + "intro": "O firmware do AMS-HT E não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0584050000010017", + "intro": "Falha na certificação AMS-HT E. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0587050000010017", + "intro": "Falha na certificação AMS-HT H. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0500040000010044", + "intro": "O firmware do AMS A não corresponde à impressora. Atualize-o na página “Firmware”." + }, + { + "ecode": "0581050000010017", + "intro": "Falha na certificação AMS-HT B. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E A voltagem do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0582050000010017", + "intro": "Falha na certificação AMS-HT C. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0580050000010017", + "intro": "Falha na certificação AMS-HT A. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0583050000010017", + "intro": "Falha na certificação AMS-HT D. Reconecte o cabo ou reinicie a impressora." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G A voltagem do adaptador de energia está muito baixa, o que pode resultar em temperatura de secagem insuficiente. Substitua o adaptador de energia." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G A tensão do adaptador de energia está muito alta, o que pode danificar o circuito do aquecedor. Substitua o adaptador de energia." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "O dispositivo não funcionou corretamente; reinicie." + }, + { + "ecode": "0C00040000030018", + "intro": "A calibração do deslocamento da lâmina de corte falhou. Isso pode afetar a precisão do corte. Consulte o Wiki para verificar se a ponta da lâmina está gasta." + }, + { + "ecode": "0C00040000020023", + "intro": "A medição da espessura falhou, a câmera Toolhead não conseguiu detectar a superfície do material." + }, + { + "ecode": "0500040000020043", + "intro": "A câmera Toolhead está suja ou obstruída; limpe-a e continue." + }, + { + "ecode": "03000F0000010001", + "intro": "Dados anormais do acelerômetro detectados. Tente reiniciar a impressora." + }, + { + "ecode": "0500020000020008", + "intro": "Falha na sincronização de horário." + }, + { + "ecode": "1806930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 AMS-HT G não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1806920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT G não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0707920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS H não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0705920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS F não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0701930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS B não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0704930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS E não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0505050000010010", + "intro": "O AMS F não certificado foi detectado ou o firmware do AMS F não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0501050000010010", + "intro": "O AMS B não certificado foi detectado ou o firmware do AMS B não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0507050000010010", + "intro": "O AMS H não certificado foi detectado ou o firmware do AMS H não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0582050000010010", + "intro": "Detectado AMS-HT C não certificado ou firmware AMS-HT C não atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0584050000010010", + "intro": "O AMS-HT E não certificado foi detectado ou o firmware do AMS-HT E não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0587050000010010", + "intro": "O AMS-HT H não certificado foi detectado ou o firmware do AMS-HT H não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0586050000010010", + "intro": "O AMS-HT G não certificado foi detectado ou o firmware do AMS-HT G não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0585050000010010", + "intro": "O AMS-HT F não certificado foi detectado ou o firmware AMS-HT F não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0580050000010010", + "intro": "O firmware AMS-HT A não certificado foi detectado ou o firmware AMS-HT A não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "050005000001000F", + "intro": "Acessório não certificado detectado. Por favor, use acessórios oficiais." + }, + { + "ecode": "0502050000010010", + "intro": "O AMS C não certificado foi detectado ou o firmware do AMS C não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G não certificado detectado ou firmware AMS G não atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0504050000010010", + "intro": "O AMS E não certificado foi detectado ou o firmware do AMS E não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0503050000010010", + "intro": "O AMS D não certificado foi detectado ou o firmware do AMS D não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0706930000020003", + "intro": "A ventoinha de resfriamento do AMS G heater 2 não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1807920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT H não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1800920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT A não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0706920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS G não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0702920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS C não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1801920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT B não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0704920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS E não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1805920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT F não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1804920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT E não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0703930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS D não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1804930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS-HT E não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0707930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS H não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1807930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS-HT H não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0703920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS D não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0700930000020003", + "intro": "A ventoinha de resfriamento AMS A heater 2 não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1805930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS-HT F não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0702930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS C não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1802920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT C não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1803930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 AMS-HT D não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1803920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS-HT D não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1800930000020003", + "intro": "A ventoinha de resfriamento AMS-HT A heater 2 não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0705930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS F não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0701920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS B não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0700920000020003", + "intro": "A ventoinha de resfriamento do aquecedor 1 AMS A não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1802930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS-HT C não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "1801930000020003", + "intro": "A ventoinha de resfriamento do aquecedor 2 do AMS-HT B não pode iniciar porque o adaptador de alimentação não está conectado." + }, + { + "ecode": "0500050000010010", + "intro": "O AMS A não certificado foi detectado ou o firmware do AMS A não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0583050000010010", + "intro": "Foi detectado o AMS-HT D não certificado ou o firmware do AMS-HT D não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0581050000010010", + "intro": "O AMS-HT B não certificado foi detectado ou o firmware do AMS-HT B não foi atualizado. Não é possível operar com esta impressora." + }, + { + "ecode": "0500040000020034", + "intro": "Novo módulo laser conectado; para cortes e gravações mais precisos, acesse a configuração antes de usar. (cerca de 5 minutos)" + }, + { + "ecode": "1804200000010084", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1802210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1803230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1804200000010081", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0700230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1804200000010083", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0701230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0701210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0702220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0705220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1807200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0705230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0704210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0706220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0701220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1807220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0703230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1806200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1801210000010081", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0703210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1804210000010084", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1807200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1804220000010086", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0703230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0701220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0701210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0703200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0702210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1806230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1805230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1804210000010082", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0701220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1803200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1801230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0706210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0705230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0705200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1801220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1804230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0705220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0701220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1802200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1801220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0704230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1805210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0700210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0704220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0703210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1807230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0705210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1803210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1802210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0704200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0703230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0702200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0701210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0700200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0707220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1801230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1800200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0704230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0705230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0706210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0706230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0707230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0704210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1806210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0704220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0707210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0703220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1802230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0702200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0703230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0706200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0704200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1802210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0700230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1803220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1805210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1807210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1806230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1805210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0707210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1805210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0702220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1806210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0705230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0701200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0704220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0704200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0701200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1804220000010084", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1801200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1806230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0706230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1801220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0704200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0705200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1802220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1802230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1801200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1801230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0701210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1800230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1801200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1805200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1804210000010085", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1804230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1804220000010082", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0701210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS B 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1804230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0702200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0703220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1802220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1802210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0702200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0706200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0707220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1804220000010083", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1800210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1802230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0700220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0705220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1800200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1805200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1802210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0704210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0700230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1807230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0707230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0705220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0707210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0706210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1803200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0700230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1804210000010083", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0700220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0703220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0702230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0705220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1805210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0706210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS G 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1806200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0700210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0706200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1802230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0705210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0703220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0704210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1801220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS A 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0702200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS D 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0706200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1800200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1801230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT B. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0702220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1802220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS A 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1807220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS C 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0705210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1806230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS B 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1801220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0704200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1804210000010081", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT E. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0704230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0707200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS H 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1801210000010083", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0707210000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1801200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS C 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1805230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1800210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0707230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0704220000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS F 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0707210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS H 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0702210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1800220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS H 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0706230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0705200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1800230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1803230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1804200000010085", + "intro": "Falha ao ler as informações do filamento do slot 1 do AMS-HT E. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT E. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS F. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1803210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1805230000010082", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0707230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT A. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1807210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0706220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS G 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1805230000010081", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "0705220000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS F 3. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS E. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0704210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS E 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1801220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT B 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS D 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1803210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1802200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0701200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS F 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1801210000010086", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1807210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0701230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS A 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS D 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806210000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0701200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS B 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1804220000010085", + "intro": "Falha ao ler as informações do filamento do slot 3 do AMS-HT E. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803200000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 1. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1807220000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 3. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0700200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS E 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "1805200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1806200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0701230000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS B 4. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1805200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT F 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT H 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS G 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1805230000010086", + "intro": "Falha ao ler as informações do filamento do slot 4 do AMS-HT F. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0706230000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS G 4. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT A 3. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0703200000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "1803230000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 4. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0700200000010082", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS C 4. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1803220000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT D 3. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "1802210000010083", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT C 2. A etiqueta RFID pode estar danificada." + }, + { + "ecode": "1801210000010085", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "Falha ao ler as informações do filamento do slot 2 do AMS-HT B. Uma etiqueta RFID não oficial foi detectada. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS H 4. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS D 1. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0700200000010081", + "intro": "Falha ao ler as informações do filamento do slot AMS A 1. A placa principal do AMS pode estar com defeito." + }, + { + "ecode": "0702210000010086", + "intro": "Falha ao ler as informações do filamento do slot AMS C 2. A etiqueta RFID não pode girar devido a um congestionamento durante o carregamento ou descarregamento do filamento. Retire o filamento e tente novamente." + }, + { + "ecode": "0704200000010085", + "intro": "Falha ao ler as informações do filamento do slot AMS E 1. Falha na verificação da etiqueta RFID. Você pode tentar usar o filamento Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "Falha ao ler as informações do filamento do slot AMS-HT G 2. A etiqueta RFID pode estar danificada ou posicionada na borda do dispositivo de detecção de RFID. Remova o filamento de 5 cm e tente novamente." + }, + { + "ecode": "0C0003000003000D", + "intro": "Alguns objetos podem ter caído ou a extrusora não está extrudando normalmente. Verifique e decida se a impressão deve ser interrompida." + }, + { + "ecode": "0C00030000020018", + "intro": "Foi detectada memória insuficiente do sistema e a função de detecção de objetos estranhos não estava funcionando. Reinicie os dispositivos ou atualize o firmware após a conclusão da tarefa" + }, + { + "ecode": "1807230000020021", + "intro": "O motor de assistência AMS-HT H slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0701210000020011", + "intro": "O slot 2 do AMS B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0704220000020022", + "intro": "O motor de assistência AMS E slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1806210000020018", + "intro": "O motor de assistência AMS-HT G slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1801220000020017", + "intro": "O motor auxiliar AMS-HT B slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0707210000020024", + "intro": "O slot 2 do AMS H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703200000020019", + "intro": "O motor auxiliar AMS D slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706200000020011", + "intro": "O slot AMS G 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0706210000020011", + "intro": "O slot AMS G 2 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1801210000020021", + "intro": "O motor de assistência AMS-HT B slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0704210000020010", + "intro": "O slot 2 do AMS E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0703220000020011", + "intro": "O slot 3 do AMS D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0705210000020010", + "intro": "O slot 2 do AMS F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1804210000020024", + "intro": "O slot 2 do AMS-HT E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0705210000020011", + "intro": "O slot 2 do AMS F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0707230000020024", + "intro": "O slot 4 do AMS H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS Um slot 4 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0705220000020020", + "intro": "O motor de assistência AMS F slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0706230000020010", + "intro": "O slot AMS G 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1803230000020010", + "intro": "O slot AMS-HT D 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700200000020021", + "intro": "AMS Um motor de assistência com ranhura 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0706230000020018", + "intro": "O motor de assistência AMS G slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1805230000020019", + "intro": "O motor de assistência AMS-HT F slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1806220000020020", + "intro": "O motor de assistência AMS-HT G slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS Um motor auxiliar de slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0701220000020024", + "intro": "O slot 3 do AMS B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1807230000020011", + "intro": "O slot 4 do AMS-HT H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805230000020011", + "intro": "O slot 4 do AMS-HT F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0703210000020022", + "intro": "O motor de assistência AMS D slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1805200000020017", + "intro": "O motor auxiliar AMS-HT F slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1807230000020010", + "intro": "O slot AMS-HT H 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700220000020020", + "intro": "AMS Um motor auxiliar de slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0707230000020021", + "intro": "O motor de assistência AMS H slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT Um motor de assistência com ranhura 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1806200000020011", + "intro": "O slot AMS-HT G 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1803200000020017", + "intro": "O motor auxiliar AMS-HT D slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0700230000020019", + "intro": "AMS Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0705230000020011", + "intro": "O slot 4 do AMS F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806230000020022", + "intro": "O motor de assistência AMS-HT G slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1807230000020017", + "intro": "O motor auxiliar AMS-HT H slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0701200000020010", + "intro": "O slot AMS B 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1802230000020021", + "intro": "O motor de assistência AMS-HT C slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804200000020021", + "intro": "O motor de assistência AMS-HT E slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0705230000020017", + "intro": "O motor auxiliar AMS F slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705200000020017", + "intro": "O motor auxiliar AMS F slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0702220000020018", + "intro": "O motor de assistência AMS C slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0703230000020021", + "intro": "O motor de assistência AMS D slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1805200000020018", + "intro": "O motor de assistência AMS-HT F slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1807200000020018", + "intro": "O motor de assistência AMS-HT H slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS Um motor auxiliar de slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707200000020018", + "intro": "O motor de assistência AMS H slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803220000020010", + "intro": "O slot 3 do AMS-HT D alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0707220000020019", + "intro": "O motor auxiliar AMS H slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706200000020018", + "intro": "O motor de assistência AMS G slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701220000020020", + "intro": "O motor de assistência AMS B slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1802210000020022", + "intro": "O motor de assistência AMS-HT C slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804230000020024", + "intro": "O slot 4 do AMS-HT E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0707230000020022", + "intro": "O motor de assistência AMS H slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1806220000020011", + "intro": "O slot 3 do AMS-HT G puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0704210000020022", + "intro": "O motor de assistência AMS E slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1803220000020019", + "intro": "O motor de assistência AMS-HT D slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0703210000020010", + "intro": "O slot 2 do AMS D alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1801220000020010", + "intro": "O slot 3 do AMS-HT B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0704220000020019", + "intro": "O motor auxiliar AMS E slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1803210000020022", + "intro": "O motor de assistência AMS-HT D slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0702200000020019", + "intro": "O motor auxiliar AMS C slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1806220000020019", + "intro": "O motor de assistência AMS-HT G slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1804220000020022", + "intro": "O motor de assistência AMS-HT E slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0703220000020022", + "intro": "O motor de assistência AMS D slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1803210000020021", + "intro": "O motor de assistência AMS-HT D slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0703200000020021", + "intro": "O motor de assistência AMS D slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1807200000020024", + "intro": "O slot 1 do AMS-HT H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1801210000020019", + "intro": "O motor de assistência AMS-HT B slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1801220000020011", + "intro": "O slot 3 do AMS-HT B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806220000020022", + "intro": "O motor de assistência AMS-HT G slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804210000020020", + "intro": "O motor de assistência AMS-HT E slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1806210000020010", + "intro": "O slot 2 do AMS-HT G alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700230000020018", + "intro": "AMS Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1805210000020021", + "intro": "O motor de assistência AMS-HT F slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0701230000020011", + "intro": "O slot 4 do AMS B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0702220000020011", + "intro": "O slot 3 do AMS C puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0703220000020024", + "intro": "O slot 3 do AMS D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703230000020024", + "intro": "O slot 4 do AMS D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1804200000020017", + "intro": "O motor auxiliar AMS-HT E slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705210000020017", + "intro": "O motor auxiliar AMS F slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT Um motor de assistência com ranhura 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0702210000020021", + "intro": "O motor auxiliar AMS C slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702230000020021", + "intro": "O motor de assistência AMS C slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1807210000020019", + "intro": "O motor de assistência AMS-HT H slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706200000020020", + "intro": "O motor de assistência AMS G slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0704210000020011", + "intro": "O slot 2 do AMS E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS Um motor de assistência com ranhura 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0701210000020021", + "intro": "O motor auxiliar AMS B slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1801220000020022", + "intro": "O motor de assistência AMS-HT B slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0702220000020022", + "intro": "O motor de assistência AMS C slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0702210000020020", + "intro": "O motor auxiliar AMS C slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0703220000020017", + "intro": "O motor auxiliar AMS D slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1802210000020019", + "intro": "O motor de assistência AMS-HT C slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0701210000020022", + "intro": "O motor de assistência AMS B slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1802200000020019", + "intro": "O motor de assistência AMS-HT C slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707230000020019", + "intro": "O motor de assistência AMS H slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704230000020017", + "intro": "O motor auxiliar AMS E slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0706210000020022", + "intro": "O motor de assistência AMS G slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1801210000020020", + "intro": "O motor de assistência AMS-HT B slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1805200000020010", + "intro": "O slot 1 do AMS-HT F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807220000020022", + "intro": "O motor de assistência AMS-HT H slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1802200000020022", + "intro": "O motor de assistência AMS-HT C slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT Um slot 2 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1802200000020017", + "intro": "O motor auxiliar AMS-HT C slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0706200000020019", + "intro": "O motor de assistência AMS G slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706200000020022", + "intro": "O motor de assistência AMS G slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1807220000020019", + "intro": "O motor de assistência AMS-HT H slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1802220000020020", + "intro": "O motor de assistência AMS-HT C slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802220000020022", + "intro": "O motor de assistência AMS-HT C slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1803230000020019", + "intro": "O motor de assistência AMS-HT D slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707200000020019", + "intro": "O motor auxiliar AMS H slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0705230000020018", + "intro": "O motor de assistência AMS F slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1801210000020017", + "intro": "O motor auxiliar AMS-HT B slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0700210000020017", + "intro": "AMS Um motor auxiliar de slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705230000020024", + "intro": "O slot 4 do AMS F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1805200000020024", + "intro": "O slot 1 do AMS-HT F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0702200000020010", + "intro": "O slot AMS C 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1806220000020017", + "intro": "O motor auxiliar AMS-HT G slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1803200000020020", + "intro": "O motor de assistência AMS-HT D slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1807200000020010", + "intro": "O slot AMS-HT H 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0705210000020021", + "intro": "O motor auxiliar AMS F slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0701220000020011", + "intro": "O slot 3 do AMS B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805220000020024", + "intro": "O slot 3 do AMS-HT F não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS Um slot 2 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1801200000020020", + "intro": "O motor de assistência AMS-HT B slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0706220000020010", + "intro": "O slot AMS G 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1803200000020010", + "intro": "O slot AMS-HT D 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1806200000020010", + "intro": "O slot AMS-HT G 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1805210000020024", + "intro": "O slot 2 do AMS-HT F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0707210000020019", + "intro": "O motor auxiliar AMS H slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1802200000020018", + "intro": "O motor de assistência AMS-HT C slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0704200000020010", + "intro": "O slot AMS E 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1803200000020022", + "intro": "O motor de assistência AMS-HT D slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0704220000020024", + "intro": "O slot 3 do AMS E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0707230000020020", + "intro": "O motor de assistência AMS H slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0701220000020022", + "intro": "O motor de assistência AMS B slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT Um slot 3 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0702220000020017", + "intro": "O motor auxiliar AMS C slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706200000020024", + "intro": "O slot 1 do AMS G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1801220000020019", + "intro": "O motor de assistência AMS-HT B slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0702210000020011", + "intro": "O slot 2 do AMS C puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1802230000020018", + "intro": "O motor de assistência AMS-HT C slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1805210000020022", + "intro": "O motor de assistência AMS-HT F slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0707210000020022", + "intro": "O motor de assistência AMS H slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0703230000020011", + "intro": "O slot 4 do AMS D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806200000020021", + "intro": "O motor de assistência AMS-HT G slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1803200000020024", + "intro": "O slot 1 do AMS-HT D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1804220000020011", + "intro": "O slot 3 do AMS-HT E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT Um slot 2 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT Um motor de assistência com ranhura 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0704230000020024", + "intro": "O slot 4 do AMS E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1807230000020019", + "intro": "O motor de assistência AMS-HT H slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707220000020020", + "intro": "O motor de assistência AMS H slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT Um slot 1 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1803230000020020", + "intro": "O motor de assistência AMS-HT D slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1803220000020020", + "intro": "O motor de assistência AMS-HT D slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1804210000020021", + "intro": "O motor auxiliar AMS-HT E slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0705220000020017", + "intro": "O motor auxiliar AMS F slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0704200000020020", + "intro": "O motor de assistência AMS E slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1801230000020018", + "intro": "O motor de assistência AMS-HT B slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0705200000020022", + "intro": "O motor de assistência AMS F slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0704220000020021", + "intro": "O motor auxiliar AMS E slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1805220000020017", + "intro": "O motor auxiliar AMS-HT F slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0701230000020017", + "intro": "O motor auxiliar AMS B slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1802220000020024", + "intro": "O slot 3 do AMS-HT C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0702200000020021", + "intro": "O motor de assistência AMS C slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1806230000020017", + "intro": "O motor auxiliar AMS-HT G slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805230000020020", + "intro": "O motor de assistência AMS-HT F slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0704220000020020", + "intro": "O motor auxiliar AMS E slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1801210000020022", + "intro": "O motor de assistência AMS-HT B slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0705200000020011", + "intro": "O slot 1 do AMS F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705220000020018", + "intro": "O motor de assistência AMS F slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803230000020022", + "intro": "O motor de assistência AMS-HT D slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0706210000020017", + "intro": "O motor auxiliar AMS G slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805200000020021", + "intro": "O motor de assistência AMS-HT F slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0704230000020010", + "intro": "O slot AMS E 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1806210000020020", + "intro": "O motor de assistência AMS-HT G slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0705230000020019", + "intro": "O motor de assistência AMS F slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0702200000020018", + "intro": "O motor de assistência AMS C slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS Um slot 2 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0300020000010009", + "intro": "O controle de temperatura do bico é anormal; o hotend pode não estar instalado. Se você quiser aquecer o hot end sem que ele seja instalado, ative o modo de manutenção na página de configurações." + }, + { + "ecode": "0704200000020024", + "intro": "O slot 1 do AMS E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0706210000020024", + "intro": "O slot 2 do AMS G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703210000020024", + "intro": "O slot 2 do AMS D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT Um slot 3 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806230000020021", + "intro": "O motor de assistência AMS-HT G slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1807200000020021", + "intro": "O motor de assistência AMS-HT H slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0700210000020024", + "intro": "AMS Um slot 2 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806230000020018", + "intro": "O motor de assistência AMS-HT G slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701230000020018", + "intro": "O motor de assistência AMS B slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707200000020022", + "intro": "O motor de assistência AMS H slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804220000020010", + "intro": "O slot 3 do AMS-HT E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700200000020020", + "intro": "AMS Um motor auxiliar de slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0701220000020017", + "intro": "O motor auxiliar AMS B slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701230000020024", + "intro": "O slot 4 do AMS B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0706220000020017", + "intro": "O motor auxiliar AMS G slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1802220000020010", + "intro": "O slot AMS-HT C 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1801200000020021", + "intro": "O motor de assistência AMS-HT B slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702210000020019", + "intro": "O motor auxiliar AMS C slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1807210000020024", + "intro": "O slot 2 do AMS-HT H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703220000020021", + "intro": "O motor auxiliar AMS D slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1801210000020011", + "intro": "O slot 2 do AMS-HT B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805210000020018", + "intro": "O motor de assistência AMS-HT F slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1802200000020010", + "intro": "O slot AMS-HT C 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1804200000020020", + "intro": "O motor de assistência AMS-HT E slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1806210000020017", + "intro": "O motor auxiliar AMS-HT G slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705220000020019", + "intro": "O motor auxiliar AMS F slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0702230000020024", + "intro": "O slot 4 do AMS C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1804200000020018", + "intro": "O motor de assistência AMS-HT E slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701210000020018", + "intro": "O motor de assistência AMS B slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0706200000020021", + "intro": "O motor de assistência AMS G slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702200000020024", + "intro": "O slot 1 do AMS C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806210000020022", + "intro": "O motor de assistência AMS-HT G slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1801200000020018", + "intro": "O motor de assistência AMS-HT B slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0705210000020020", + "intro": "O motor auxiliar AMS F slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802210000020021", + "intro": "O motor de assistência AMS-HT C slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT Um slot 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0705200000020024", + "intro": "O slot 1 do AMS F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0702210000020018", + "intro": "O motor de assistência AMS C slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0706220000020022", + "intro": "O motor de assistência AMS G slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0707230000020018", + "intro": "O motor de assistência AMS H slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0703220000020020", + "intro": "O motor de assistência AMS D slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1804200000020010", + "intro": "O slot 1 do AMS-HT E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1801230000020020", + "intro": "O motor de assistência AMS-HT B slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1805210000020011", + "intro": "O slot 2 do AMS-HT F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701230000020021", + "intro": "O motor de assistência AMS B slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804200000020024", + "intro": "O slot 1 do AMS-HT E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1801220000020018", + "intro": "O motor de assistência AMS-HT B slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803220000020022", + "intro": "O motor de assistência AMS-HT D slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804210000020019", + "intro": "O motor de assistência AMS-HT E slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707220000020024", + "intro": "O slot 3 do AMS H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0701220000020021", + "intro": "O motor de assistência AMS B slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0700210000020018", + "intro": "AMS Um motor auxiliar de slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0702230000020010", + "intro": "O slot AMS C 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0704220000020010", + "intro": "O slot 3 do AMS E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807200000020019", + "intro": "O motor de assistência AMS-HT H slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0700220000020011", + "intro": "AMS Um slot 3 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1804210000020010", + "intro": "O slot 2 do AMS-HT E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701230000020010", + "intro": "O slot AMS B 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1805220000020019", + "intro": "O motor de assistência AMS-HT F slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1803220000020021", + "intro": "O motor de assistência AMS-HT D slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1805230000020010", + "intro": "O slot 4 do AMS-HT F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702220000020024", + "intro": "O slot 3 do AMS C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1802220000020011", + "intro": "O slot 3 do AMS-HT C puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1803220000020011", + "intro": "O slot 3 do AMS-HT D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1804210000020017", + "intro": "O motor auxiliar AMS-HT E slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0707220000020022", + "intro": "O motor de assistência AMS H slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1802210000020024", + "intro": "O slot 2 do AMS-HT C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1801200000020024", + "intro": "O slot 1 do AMS-HT B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806210000020021", + "intro": "O motor de assistência AMS-HT G slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0700210000020020", + "intro": "AMS Um motor auxiliar de slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1805220000020010", + "intro": "O slot 3 do AMS-HT F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701220000020018", + "intro": "O motor de assistência AMS B slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707210000020021", + "intro": "O motor auxiliar AMS H slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1803200000020011", + "intro": "O slot AMS-HT D 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1807220000020017", + "intro": "O motor auxiliar AMS-HT H slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1807220000020011", + "intro": "O slot 3 do AMS-HT H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0702230000020019", + "intro": "O motor auxiliar AMS C slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0703210000020019", + "intro": "O motor auxiliar AMS D slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1802210000020011", + "intro": "O slot 2 do AMS-HT C puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1801220000020021", + "intro": "O motor de assistência AMS-HT B slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804230000020020", + "intro": "O motor de assistência AMS-HT E slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT Um motor auxiliar de slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1803200000020019", + "intro": "O motor de assistência AMS-HT D slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1802230000020024", + "intro": "O slot 4 do AMS-HT C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1802230000020022", + "intro": "O motor de assistência AMS-HT C slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1806220000020021", + "intro": "O motor de assistência AMS-HT G slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1807210000020020", + "intro": "O motor de assistência AMS-HT H slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0707200000020017", + "intro": "O motor auxiliar AMS H slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1806220000020010", + "intro": "O slot AMS-HT G 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702220000020010", + "intro": "O slot AMS C 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1802230000020020", + "intro": "O motor de assistência AMS-HT C slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0703200000020017", + "intro": "O motor auxiliar AMS D slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805220000020021", + "intro": "O motor de assistência AMS-HT F slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1803230000020021", + "intro": "O motor de assistência AMS-HT D slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1803220000020018", + "intro": "O motor de assistência AMS-HT D slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0705200000020010", + "intro": "O slot AMS F 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702200000020020", + "intro": "O motor de assistência AMS C slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802220000020021", + "intro": "O motor de assistência AMS-HT C slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804230000020019", + "intro": "O motor de assistência AMS-HT E slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0700200000020017", + "intro": "AMS Um motor auxiliar de slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0705230000020020", + "intro": "O motor de assistência AMS F slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0707210000020011", + "intro": "O slot 2 do AMS H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0706200000020010", + "intro": "O slot AMS G 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702230000020017", + "intro": "O motor auxiliar AMS C slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1801230000020022", + "intro": "O motor de assistência AMS-HT B slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804210000020018", + "intro": "O motor de assistência AMS-HT E slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1804220000020018", + "intro": "O motor de assistência AMS-HT E slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1807220000020024", + "intro": "O slot 3 do AMS-HT H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806230000020011", + "intro": "O slot 4 do AMS-HT G puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0705200000020018", + "intro": "O motor de assistência AMS F slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0703200000020011", + "intro": "O slot AMS D 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0703230000020020", + "intro": "O motor de assistência AMS D slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702210000020022", + "intro": "O motor de assistência AMS C slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0701210000020017", + "intro": "O motor auxiliar AMS B slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1801200000020022", + "intro": "O motor de assistência AMS-HT B slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1802210000020020", + "intro": "O motor de assistência AMS-HT C slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1807230000020022", + "intro": "O motor de assistência AMS-HT H slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0703200000020010", + "intro": "O slot AMS D 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1803200000020021", + "intro": "O motor de assistência AMS-HT D slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702230000020022", + "intro": "O motor de assistência AMS C slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0702200000020022", + "intro": "O motor de assistência AMS C slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1805230000020018", + "intro": "O motor de assistência AMS-HT F slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1802200000020020", + "intro": "O motor de assistência AMS-HT C slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1806230000020019", + "intro": "O motor de assistência AMS-HT G slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT Um motor de assistência com ranhura 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1801220000020024", + "intro": "O slot 3 do AMS-HT B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703200000020020", + "intro": "O motor de assistência AMS D slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802220000020019", + "intro": "O motor de assistência AMS-HT C slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1801200000020010", + "intro": "O slot 1 do AMS-HT B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0706210000020018", + "intro": "O motor de assistência AMS G slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707200000020020", + "intro": "O motor de assistência AMS H slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0706220000020021", + "intro": "O motor de assistência AMS G slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1805200000020020", + "intro": "O motor de assistência AMS-HT F slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0705230000020010", + "intro": "O slot 4 do AMS F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700230000020017", + "intro": "AMS Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0700230000020024", + "intro": "AMS Um slot 4 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS Um slot 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT Um motor auxiliar de slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0706230000020021", + "intro": "O motor de assistência AMS G slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1803220000020024", + "intro": "O slot 3 do AMS-HT D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0704210000020017", + "intro": "O motor auxiliar AMS E slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0701200000020021", + "intro": "O motor de assistência AMS B slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0707200000020011", + "intro": "O slot 1 do AMS H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1801210000020024", + "intro": "O slot 2 do AMS-HT B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0705200000020020", + "intro": "O motor de assistência AMS F slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT Um slot 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1801230000020010", + "intro": "O slot 4 do AMS-HT B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0703200000020024", + "intro": "O slot 1 do AMS D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0705230000020022", + "intro": "O motor de assistência AMS F slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0703210000020011", + "intro": "O slot 2 do AMS D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1807210000020010", + "intro": "O slot 2 do AMS-HT H alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807230000020024", + "intro": "O slot 4 do AMS-HT H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1805200000020019", + "intro": "O motor de assistência AMS-HT F slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1801230000020021", + "intro": "O motor de assistência AMS-HT B slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0300030000020002", + "intro": "O ventilador de resfriamento do hotend está funcionando lentamente. Pode estar obstruído. Por favor, verifique se há detritos e limpe, se necessário." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT Um motor de assistência com ranhura 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1801230000020017", + "intro": "O motor auxiliar AMS-HT B slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0703210000020020", + "intro": "O motor auxiliar AMS D slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1807200000020022", + "intro": "O motor de assistência AMS-HT H slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0706200000020017", + "intro": "O motor auxiliar AMS G slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805210000020010", + "intro": "O slot 2 do AMS-HT F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807210000020018", + "intro": "O motor de assistência AMS-HT H slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT Um motor de assistência com ranhura 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1804220000020024", + "intro": "O slot 3 do AMS-HT E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1801230000020011", + "intro": "O slot 4 do AMS-HT B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT Um slot 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701200000020011", + "intro": "O slot 1 do AMS B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806200000020017", + "intro": "O motor auxiliar AMS-HT G slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0707230000020017", + "intro": "O motor auxiliar AMS H slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1804200000020022", + "intro": "O motor de assistência AMS-HT E slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1801200000020011", + "intro": "O slot 1 do AMS-HT B puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805230000020024", + "intro": "O slot 4 do AMS-HT F não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0701210000020024", + "intro": "O slot 2 do AMS B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0706230000020022", + "intro": "O motor de assistência AMS G slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0705230000020021", + "intro": "O motor de assistência AMS F slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804220000020017", + "intro": "O motor auxiliar AMS-HT E slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1807200000020020", + "intro": "O motor de assistência AMS-HT H slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0703230000020017", + "intro": "O motor auxiliar AMS D slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT Um motor auxiliar de slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0703230000020022", + "intro": "O motor de assistência AMS D slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1806200000020018", + "intro": "O motor de assistência AMS-HT G slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803210000020018", + "intro": "O motor de assistência AMS-HT D slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1804230000020018", + "intro": "O motor de assistência AMS-HT E slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803230000020011", + "intro": "O slot 4 do AMS-HT D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT Um motor de assistência com ranhura 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1805210000020017", + "intro": "O motor auxiliar AMS-HT F slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1807220000020018", + "intro": "O motor de assistência AMS-HT H slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707220000020018", + "intro": "O motor de assistência AMS H slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1801210000020010", + "intro": "O slot 2 do AMS-HT B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1806230000020010", + "intro": "O slot AMS-HT G 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701210000020010", + "intro": "O slot 2 do AMS B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1804220000020021", + "intro": "O motor de assistência AMS-HT E slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1806230000020024", + "intro": "O slot 4 do AMS-HT G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703230000020010", + "intro": "O slot AMS D 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807210000020021", + "intro": "O motor de assistência AMS-HT H slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0706210000020021", + "intro": "O motor de assistência AMS G slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1801230000020019", + "intro": "O motor de assistência AMS-HT B slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1804210000020011", + "intro": "O slot 2 do AMS-HT E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805220000020022", + "intro": "O motor de assistência AMS-HT F slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1802200000020011", + "intro": "O slot AMS-HT C 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0705200000020019", + "intro": "O motor de assistência AMS F slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704200000020019", + "intro": "O motor auxiliar AMS E slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704230000020011", + "intro": "O slot 4 do AMS E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0707230000020011", + "intro": "O slot 4 do AMS H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1801230000020024", + "intro": "O slot 4 do AMS-HT B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0704220000020017", + "intro": "O motor auxiliar AMS E slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0704210000020024", + "intro": "O slot 2 do AMS E falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS Um motor auxiliar de slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0704200000020021", + "intro": "O motor de assistência AMS E slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1802220000020018", + "intro": "O motor de assistência AMS-HT C slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0703200000020022", + "intro": "O motor de assistência AMS D slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0706210000020020", + "intro": "O motor de assistência AMS G slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1801210000020018", + "intro": "O motor de assistência AMS-HT B slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1806200000020024", + "intro": "O slot 1 do AMS-HT G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0702210000020017", + "intro": "O motor auxiliar AMS C slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1803220000020017", + "intro": "O motor auxiliar AMS-HT D slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0702220000020021", + "intro": "O motor auxiliar AMS C slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT Um slot 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702200000020011", + "intro": "O slot AMS C 1 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0700220000020010", + "intro": "AMS Um slot 3 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701200000020017", + "intro": "O motor auxiliar AMS B slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1803230000020017", + "intro": "O motor auxiliar AMS-HT D slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1804230000020021", + "intro": "O motor de assistência AMS-HT E slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804230000020010", + "intro": "O slot 4 do AMS-HT E alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0703220000020010", + "intro": "O slot 3 do AMS D alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0703220000020019", + "intro": "O motor auxiliar AMS D slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0701200000020019", + "intro": "O motor auxiliar AMS B slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707200000020024", + "intro": "O slot 1 do AMS H falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806210000020019", + "intro": "O motor de assistência AMS-HT G slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT Um slot 4 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0700230000020022", + "intro": "AMS Um motor de assistência com ranhura 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0700200000020010", + "intro": "AMS Um slot 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT Um motor auxiliar de slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706220000020019", + "intro": "O motor de assistência AMS G slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0705220000020022", + "intro": "O motor de assistência AMS F slot 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1807220000020021", + "intro": "O motor de assistência AMS-HT H slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0704210000020021", + "intro": "O motor auxiliar AMS E slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0702210000020010", + "intro": "O slot AMS C 2 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1802200000020021", + "intro": "O motor de assistência AMS-HT C slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0707210000020010", + "intro": "O slot 2 do AMS H alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0702230000020018", + "intro": "O motor de assistência AMS C slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1805210000020019", + "intro": "O motor de assistência AMS-HT F slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1807210000020017", + "intro": "O motor auxiliar AMS-HT H slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1807200000020017", + "intro": "O motor auxiliar AMS-HT H slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0704200000020011", + "intro": "O slot 1 do AMS E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1803210000020011", + "intro": "O slot 2 do AMS-HT D puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0705210000020018", + "intro": "O motor de assistência AMS F slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707200000020021", + "intro": "O motor de assistência AMS H slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT Um motor de assistência com ranhura 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0705220000020024", + "intro": "O slot 3 do AMS F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1803230000020024", + "intro": "O slot 4 do AMS-HT D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1804200000020019", + "intro": "O motor de assistência AMS-HT E slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0705210000020019", + "intro": "O motor auxiliar AMS F slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0706210000020010", + "intro": "O slot AMS G 2 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0705200000020021", + "intro": "O motor de assistência AMS F slot 1 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804200000020011", + "intro": "O slot 1 do AMS-HT E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806200000020019", + "intro": "O motor de assistência AMS-HT G slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704210000020020", + "intro": "O motor auxiliar AMS E slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0706220000020018", + "intro": "O motor de assistência AMS G slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0705210000020024", + "intro": "O slot 2 do AMS F falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0707210000020020", + "intro": "O motor auxiliar AMS H slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0702210000020024", + "intro": "O slot 2 do AMS C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0701230000020020", + "intro": "O motor de assistência AMS B slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0707220000020010", + "intro": "O slot 3 do AMS H alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1803230000020018", + "intro": "O motor de assistência AMS-HT D slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1805220000020011", + "intro": "O slot 3 do AMS-HT F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1807230000020018", + "intro": "O motor de assistência AMS-HT H slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1807220000020020", + "intro": "O motor de assistência AMS-HT H slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS Um motor auxiliar de slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0706220000020020", + "intro": "O motor de assistência AMS G slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1803210000020019", + "intro": "O motor de assistência AMS-HT D slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0701200000020022", + "intro": "O motor de assistência AMS B slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0700220000020024", + "intro": "AMS Um slot 3 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1802200000020024", + "intro": "O slot 1 do AMS-HT C falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0701210000020019", + "intro": "O motor auxiliar AMS B slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1807210000020022", + "intro": "O motor de assistência AMS-HT H slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1804210000020022", + "intro": "O motor de assistência AMS-HT E slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0707210000020018", + "intro": "O motor de assistência AMS H slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701200000020018", + "intro": "O motor de assistência AMS B slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707220000020011", + "intro": "O slot 3 do AMS H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0700200000020018", + "intro": "AMS Um motor auxiliar de slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701200000020024", + "intro": "O slot 1 do AMS B falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1807220000020010", + "intro": "O slot 3 do AMS-HT H alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1802230000020011", + "intro": "O slot AMS-HT C 4 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT Um slot 2 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT Um motor auxiliar de slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0705220000020010", + "intro": "O slot 3 do AMS F alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1801200000020019", + "intro": "O motor de assistência AMS-HT B slot 1 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1806210000020011", + "intro": "O slot AMS-HT G 2 puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1806200000020022", + "intro": "O motor de assistência AMS-HT G slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0706230000020011", + "intro": "O slot 4 do AMS G puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT Um slot 4 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0704200000020017", + "intro": "O motor auxiliar AMS E slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0702230000020020", + "intro": "O motor de assistência AMS C slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802230000020017", + "intro": "O motor auxiliar AMS-HT C slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1801200000020017", + "intro": "O motor auxiliar AMS-HT B slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1803210000020010", + "intro": "O slot 2 do AMS-HT D alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1806200000020020", + "intro": "O motor de assistência AMS-HT G slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0707220000020017", + "intro": "O motor auxiliar AMS H slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0703210000020021", + "intro": "O motor auxiliar AMS D slot 2 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0706220000020024", + "intro": "O slot 3 do AMS G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1806210000020024", + "intro": "O slot 2 do AMS-HT G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT Um motor de assistência com slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1806220000020018", + "intro": "O motor de assistência AMS-HT G slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1802210000020017", + "intro": "O motor auxiliar AMS-HT C slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0706230000020020", + "intro": "O motor de assistência AMS G slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS Um slot 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0701230000020019", + "intro": "O motor auxiliar AMS B slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704200000020018", + "intro": "O motor de assistência AMS E slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0704230000020021", + "intro": "O motor de assistência AMS E slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1802210000020010", + "intro": "O slot 2 do AMS-HT C alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0704230000020018", + "intro": "O motor de assistência AMS E slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0707210000020017", + "intro": "O motor auxiliar AMS H slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0701220000020019", + "intro": "O motor auxiliar AMS B slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1806220000020024", + "intro": "O slot 3 do AMS-HT G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0707200000020010", + "intro": "O slot AMS H 1 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0707230000020010", + "intro": "O slot AMS H 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0700210000020019", + "intro": "AMS Um motor auxiliar de slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0700200000020024", + "intro": "AMS Um slot 1 não conseguiu girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0706230000020017", + "intro": "O motor auxiliar AMS G slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0706230000020019", + "intro": "O motor de assistência AMS G slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0704230000020019", + "intro": "O motor auxiliar AMS E slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0705220000020021", + "intro": "O motor de assistência AMS F slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1805230000020021", + "intro": "O motor de assistência AMS-HT F slot 4 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "0300900000010003", + "intro": "Falha no aquecimento da câmara. A temperatura da fonte de alimentação pode estar muito alta." + }, + { + "ecode": "0300900000010001", + "intro": "Falha no aquecimento da câmara. O aquecedor da câmara pode estar falhando ao soprar ar quente." + }, + { + "ecode": "0300900000010002", + "intro": "O aquecimento da câmara falhou. A câmara pode não estar fechada, a temperatura ambiente pode estar muito baixa ou a ventilação de dissipação de calor da fonte de alimentação pode estar bloqueada." + }, + { + "ecode": "0700230000020020", + "intro": "AMS Um motor auxiliar de slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1807210000020011", + "intro": "O slot 2 do AMS-HT H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0704200000020022", + "intro": "O motor de assistência AMS E slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1807230000020020", + "intro": "O motor de assistência AMS-HT H slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0703210000020017", + "intro": "O motor auxiliar AMS D slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805230000020022", + "intro": "O motor de assistência AMS-HT F slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1805210000020020", + "intro": "O motor de assistência AMS-HT F slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0704230000020020", + "intro": "O motor de assistência AMS E slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0702220000020020", + "intro": "O motor de assistência AMS C slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0702200000020017", + "intro": "O motor auxiliar AMS C slot 1 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0703200000020018", + "intro": "O motor de assistência AMS D slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0702220000020019", + "intro": "O motor auxiliar AMS C slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0701210000020020", + "intro": "O motor auxiliar AMS B slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802230000020019", + "intro": "O motor de assistência AMS-HT C slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0707220000020021", + "intro": "O motor de assistência AMS H slot 3 está parado devido à resistência excessiva no tubo entre o tampão de filamento e a cabeça da ferramenta." + }, + { + "ecode": "1804230000020017", + "intro": "O motor auxiliar AMS-HT E slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1805220000020018", + "intro": "O motor de assistência AMS-HT F slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0702230000020011", + "intro": "O slot 4 do AMS C puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805200000020011", + "intro": "O slot 1 do AMS-HT F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0704220000020018", + "intro": "O motor de assistência AMS E slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0701220000020010", + "intro": "O slot 3 do AMS B alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "1807200000020011", + "intro": "O slot 1 do AMS-HT H puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0703230000020019", + "intro": "O motor de assistência AMS D slot 4 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "0705210000020022", + "intro": "O motor de assistência AMS F slot 2 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0703220000020018", + "intro": "O motor de assistência AMS D slot 3 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803210000020020", + "intro": "O motor de assistência AMS-HT D slot 2 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1805200000020022", + "intro": "O motor de assistência AMS-HT F slot 1 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "1805220000020020", + "intro": "O motor de assistência AMS-HT F slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1803200000020018", + "intro": "O motor de assistência AMS-HT D slot 1 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1804220000020020", + "intro": "O motor de assistência AMS-HT E slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0704210000020018", + "intro": "O motor de assistência AMS E slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1806230000020020", + "intro": "O motor de assistência AMS-HT G slot 4 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0706220000020011", + "intro": "O slot 3 do AMS G puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1802210000020018", + "intro": "O motor de assistência AMS-HT C slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1803210000020024", + "intro": "O slot 2 do AMS-HT D falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT Um motor de assistência com ranhura 3 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0706210000020019", + "intro": "O motor auxiliar AMS G slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT Um motor auxiliar de slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1804220000020019", + "intro": "O motor de assistência AMS-HT E slot 3 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1802230000020010", + "intro": "O slot AMS-HT C 4 alimenta o filamento fora do tempo limite do AMS." + }, + { + "ecode": "0706230000020024", + "intro": "O slot 4 do AMS G falhou ao girar o carretel de filamento ao puxar o filamento de volta para o AMS." + }, + { + "ecode": "0703230000020018", + "intro": "O motor de assistência AMS D slot 4 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "0704230000020022", + "intro": "O motor de assistência AMS E slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0705220000020011", + "intro": "O slot 3 do AMS F puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT Um motor de assistência de slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "1802220000020017", + "intro": "O motor auxiliar AMS-HT C slot 3 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1801220000020020", + "intro": "O motor de assistência AMS-HT B slot 3 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0704220000020011", + "intro": "O slot 3 do AMS E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "1805230000020017", + "intro": "O motor auxiliar AMS-HT F slot 4 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "0703210000020018", + "intro": "O motor de assistência AMS D slot 2 está parado devido à resistência excessiva no tubo próximo ao AMS." + }, + { + "ecode": "1804230000020011", + "intro": "O slot 4 do AMS-HT E puxa o filamento de volta ao tempo limite do AMS." + }, + { + "ecode": "0701230000020022", + "intro": "O motor de assistência AMS B slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0701200000020020", + "intro": "O motor de assistência AMS B slot 1 está parado, devido à resistência excessiva no tubo próximo ao tampão de filamento。" + }, + { + "ecode": "0704210000020019", + "intro": "O motor auxiliar AMS E slot 2 está parado devido à resistência excessiva no tubo entre o AMS e o tampão de filamento." + }, + { + "ecode": "1803210000020017", + "intro": "O motor auxiliar AMS-HT D slot 2 está parado devido à resistência excessiva no tubo entre o AMS e a impressora." + }, + { + "ecode": "1804230000020022", + "intro": "O motor de assistência AMS-HT E slot 4 está parado devido à resistência excessiva no tubo próximo à cabeça da ferramenta." + }, + { + "ecode": "0500040000020041", + "intro": "O módulo laser é usado há muito tempo. Limpe-o imediatamente para evitar afetar o processamento a laser." + }, + { + "ecode": "0500040000020042", + "intro": "A câmera Live View está suja ou obstruída; limpe-a e continue." + }, + { + "ecode": "1807700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1803700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico." + }, + { + "ecode": "1800700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1804700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1805700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0706700000020003", + "intro": "Falha ao extrudar o filamento. Possível causa: entupimento do extrusor ou do bico." + }, + { + "ecode": "1803700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal." + }, + { + "ecode": "1804700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal." + }, + { + "ecode": "1801700000020006", + "intro": "Tempo limite para purgar filamento antigo. Possível causa: filamento preso ou extrusora/bico entupido." + }, + { + "ecode": "1806700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0700700000020003", + "intro": "Falha ao extrudar o filamento. Possível causa: extrusora ou bico obstruído. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0701700000020003", + "intro": "Falha ao extrudar o filamento. Possível causa: extrusora ou bico obstruído. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0701700000020006", + "intro": "Tempo limite para purgar filamento antigo atingido. Possível causa: filamento preso ou extrusora/bico entupido. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0702700000020003", + "intro": "Falha ao extrudar o filamento. Possível causa: extrusora ou bico obstruído. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0703700000020006", + "intro": "Tempo limite para purgar filamento antigo. Possível causa: filamento preso ou extrusora/bico entupido. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0500060000020031", + "intro": "A encadernação da câmera Toolhead falhou. Verifique as conexões do hardware e dos cabos." + }, + { + "ecode": "0700700000020006", + "intro": "Tempo limite para purgar filamento antigo. Possível causa: filamento preso ou extrusora/bico entupido. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0702700000020006", + "intro": "Tempo limite para purgar filamento antigo. Possível causa: filamento preso ou extrusora/bico entupido. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0703700000020003", + "intro": "Falha ao extrudar o filamento. Possível causa: entupimento do extrusor ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0500060000020032", + "intro": "Falha na vinculação da câmera do bocal. Verifique as conexões de hardware e cabo." + }, + { + "ecode": "0300C10000010003", + "intro": "O sistema de fluxo de ar falhou ao ativar o modo laser/corte; verifique o status da porta de ar." + }, + { + "ecode": "0500010000030006", + "intro": "A unidade USB não está formatada; formate a unidade USB." + }, + { + "ecode": "1807700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal." + }, + { + "ecode": "0707700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1802700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico." + }, + { + "ecode": "0705700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0707700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1801700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1800700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico." + }, + { + "ecode": "1806700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal." + }, + { + "ecode": "0704700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1802700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0704700000020006", + "intro": "Tempo limite para purgar filamento antigo. Possível causa: filamento preso ou extrusora/bico entupido." + }, + { + "ecode": "0705700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0706700000020006", + "intro": "Tempo limite de purga do filamento antigo. Possível causa: filamento preso ou obstrução da extrusora/bocal. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "1805700000020003", + "intro": "Falha na extrusão do filamento. Possível causa: obstrução da extrusora ou do bico. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0C00040000020007", + "intro": "A câmera BirdsEye está sendo configurada. Limpe todos os objetos e remova o tapete. Certifique-se de que o marcador não esteja obstruído." + }, + { + "ecode": "0300C00000010002", + "intro": "Falha na porta de ar do interruptor do filtro: pode estar presa." + }, + { + "ecode": "0300C10000010001", + "intro": "O sistema de fluxo de ar falhou ao ativar o modo de resfriamento; verifique o status da porta de ar." + }, + { + "ecode": "0300C10000010002", + "intro": "O sistema de fluxo de ar falhou ao ativar o modo de aquecimento; verifique o status da porta de ar." + }, + { + "ecode": "0500040000020037", + "intro": "O módulo de corte precisa ser calibrado. Execute a calibração de montagem antes de usar. (cerca de 30 segundos)" + }, + { + "ecode": "1806700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "0705700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1800700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1803700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1805700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1802700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1807700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "0300280000010003", + "intro": "Falha na comunicação entre o módulo de corte e o cabeçote da ferramenta durante o posicionamento do eixo Z. Verifique se o cabo de sinal do módulo de corte está solto ou quebrado ou verifique se a bobina do sensor de força está intacta." + }, + { + "ecode": "0500010000020001", + "intro": "O pipeline de mídia está com defeito. Reinicie a impressora. Se várias tentativas falharem, entre em contato com o serviço de atendimento ao cliente." + }, + { + "ecode": "0700700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; clique em “Continuar” para tentar novamente" + }, + { + "ecode": "0701700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; clique em “Continuar” para tentar novamente" + }, + { + "ecode": "0702700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; clique em “Continuar” para tentar novamente" + }, + { + "ecode": "0703700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; clique em “Continuar” para tentar novamente" + }, + { + "ecode": "0300180000010007", + "intro": "A frequência do sensor de força de extrusão é muito alta. O sensor pode estar danificado ou o dissipador de calor do bocal pode estar muito próximo do sensor." + }, + { + "ecode": "0300180000010004", + "intro": "O sinal do sensor de força de extrusão está anormal. O sensor pode estar danificado ou a comunicação MC-TH pode estar anormal." + }, + { + "ecode": "03009D0000020003", + "intro": "O resultado da calibração Z do ponto focal a laser de gravação difere significativamente dos valores do projeto. Reinstale o módulo laser e execute novamente a configuração do módulo laser. Se falhar repetidamente, entre em contato com o suporte ao cliente." + }, + { + "ecode": "0C00040000010005", + "intro": "Avaria da câmera BirdsEye: entre em contato com o suporte ao cliente." + }, + { + "ecode": "0300180000010008", + "intro": "O bocal toca o leito térmico de forma anormal. Verifique se há resíduos de filamento no bocal ou corpos estranhos onde o bocal toca a base." + }, + { + "ecode": "0300180000010001", + "intro": "A frequência do sensor de força de extrusão é muito baixa. O bocal pode não estar instalado ou o dissipador de calor do bocal pode estar muito longe do sensor." + }, + { + "ecode": "0C00010000010012", + "intro": "A calibração da câmera Live View falhou e o resultado da calibração não pôde ser salvo. Por favor, tente recalibrar. Se a calibração falhar repetidamente, entre em contato com a equipe de suporte ao cliente." + }, + { + "ecode": "1804700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "0707700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "0706700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "0704700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1801700000020008", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "1800510000030001", + "intro": "O AMS está desativado; carregue o filamento do suporte do carretel." + }, + { + "ecode": "0705700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot do AMS e continue." + }, + { + "ecode": "1803700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "0C00020000020006", + "intro": "A altura do bico parece muito alta. Por favor, verifique se há resíduo de filamento preso ao bico." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0300910000010002", + "intro": "A temperatura do aquecedor da câmara 1 está anormal. O aquecedor pode ter um circuito aberto ou o fusível térmico pode ter queimado." + }, + { + "ecode": "0700400000020002", + "intro": "O erro do sinal de posição do buffer de filamento: o sensor de posição pode estar com defeito." + }, + { + "ecode": "0700510000030001", + "intro": "O AMS está desativado; carregue o filamento do suporte do carretel." + }, + { + "ecode": "0700700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot no AMS e continue" + }, + { + "ecode": "0701700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot no AMS e continue" + }, + { + "ecode": "0702700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot no AMS e continue" + }, + { + "ecode": "0703700000020007", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue" + }, + { + "ecode": "0700800000010004", + "intro": "AMS A O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1800700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "1800400000020002", + "intro": "Erro no sinal de posição do buffer de filamento: o sensor de posição pode estar com defeito." + }, + { + "ecode": "1802700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "0707700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot do AMS e continue." + }, + { + "ecode": "1805700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "1806700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "1807700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "0704700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot do AMS e continue." + }, + { + "ecode": "1801700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "0500040000020050", + "intro": "A janela de segurança a laser não está instalada." + }, + { + "ecode": "0706700000020007", + "intro": "O filamento AMS acabou. Coloque um novo filamento no mesmo slot do AMS e continue." + }, + { + "ecode": "1804700000020007", + "intro": "O filamento AMS-HT acabou. Por favor, coloque um novo filamento no mesmo slot no AMS e continue." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B O aquecedor 2 está aquecendo de forma anormal." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D O aquecedor 1 está aquecendo de forma anormal." + }, + { + "ecode": "0C00030000020017", + "intro": "Falha na calibração do foco do eixo Z da gravação a laser. Verifique se o material de teste a laser (cartão de 350g) está colocado corretamente e se sua superfície está limpa e intacta." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT Uma tampa frontal está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "1807240000020009", + "intro": "A tampa frontal do AMS-HT H está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "1801240000020009", + "intro": "A tampa frontal do AMS-HT B está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "1806240000020009", + "intro": "A tampa frontal do AMS-HT G está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva umidade." + }, + { + "ecode": "1802240000020009", + "intro": "A tampa frontal do AMS-HT C está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "1805240000020009", + "intro": "A tampa frontal do AMS-HT F está aberta. Isso pode afetar o desempenho da secagem ou fazer com que o filamento absorva umidade." + }, + { + "ecode": "1804240000020009", + "intro": "A tampa frontal do AMS-HT E está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "1803240000020009", + "intro": "A tampa frontal do AMS-HT D está aberta. Isso pode afetar o desempenho de secagem ou fazer com que o filamento absorva a umidade." + }, + { + "ecode": "0707730000020004", + "intro": "Falha ao puxar o filamento AMS H Slot 4 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0703710000020005", + "intro": "Falha ao alimentar o filamento AMS D Slot 2. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "0706700000020005", + "intro": "Falha ao alimentar o filamento AMS G Slot 1. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "0701710000020002", + "intro": "Falha ao alimentar o filamento AMS B Slot 2 no Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0704700000020004", + "intro": "Falha ao puxar o filamento AMS E Slot 1 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "1804720000020004", + "intro": "Falha ao puxar o filamento AMS-HT E Slot 3 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0704720000020005", + "intro": "Falha ao alimentar o filamento AMS E Slot 3. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "0702710000020002", + "intro": "Falha ao alimentar o filamento AMS C Slot 2 no Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0703710000020001", + "intro": "Falha ao retirar o filamento AMS D Slot 2 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "1805710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 2. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "1803720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 3 no Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0704710000020001", + "intro": "Falha ao retirar o filamento AMS E Slot 2 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "1805730000020001", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 4 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "1806710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 2. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "0704730000020004", + "intro": "Falha ao puxar o filamento AMS E Slot 4 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "1805730000020004", + "intro": "Falha ao puxar o filamento AMS-HT F Slot 4 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0702720000020005", + "intro": "Falha ao alimentar o filamento AMS C Slot 3. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "1800720000020001", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 3 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "0702720000020001", + "intro": "Falha ao retirar o filamento AMS C Slot 3 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "1805710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 2 no Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "1804700000020004", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803730000020001", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1804720000020001", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802710000020004", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703700000020004", + "intro": "Falha ao retirar o filamento AMS D Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800710000020001", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 2 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1800720000020004", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 4 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705730000020005", + "intro": "Falha ao alimentar o filamento AMS F Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0701700000020001", + "intro": "Falha ao retirar o filamento AMS B Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1807700000020004", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702720000020004", + "intro": "Falha ao retirar o filamento AMS C Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705730000020002", + "intro": "Falha ao alimentar o filamento AMS F Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806710000020004", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704720000020001", + "intro": "Falha ao retirar o filamento AMS E Slot 3 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802730000020004", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707700000020002", + "intro": "Falha ao alimentar o filamento AMS H Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802720000020004", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700700000020004", + "intro": "Falha ao retirar o filamento AMS A Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702710000020005", + "intro": "Falha ao alimentar o filamento AMS C Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0704720000020002", + "intro": "Falha ao alimentar o filamento AMS E Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703700000020002", + "intro": "Falha ao alimentar o filamento AMS D Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703700000020005", + "intro": "Falha ao alimentar o filamento AMS D Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1801730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1805700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1800730000020001", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1801700000020004", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0706700000020004", + "intro": "Falha ao retirar o filamento AMS G Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0700720000020002", + "intro": "Falha ao inserir o filamento AMS A Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800700000020001", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0705700000020004", + "intro": "Falha ao retirar o filamento AMS F Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800710000020004", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702730000020002", + "intro": "Falha ao alimentar o filamento AMS C Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702710000020001", + "intro": "Falha ao retirar o filamento AMS C Slot 2 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1804710000020004", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806730000020004", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701720000020004", + "intro": "Falha ao retirar o filamento AMS B Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705720000020005", + "intro": "Falha ao alimentar o filamento AMS F Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800700000020004", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802730000020001", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0700710000020001", + "intro": "Falha ao retirar o filamento AMS A Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1801700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0704700000020005", + "intro": "Falha ao alimentar o filamento AMS E Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0700710000020002", + "intro": "Falha ao inserir o filamento AMS A Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701700000020004", + "intro": "Falha ao retirar o filamento AMS B Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1801710000020004", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707710000020004", + "intro": "Falha ao retirar o filamento AMS H Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803730000020004", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700730000020004", + "intro": "Falha ao retirar o filamento AMS A Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806720000020004", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701720000020005", + "intro": "Falha ao alimentar o filamento AMS B Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0705710000020004", + "intro": "Falha ao retirar o filamento AMS F Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1807710000020004", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803700000020004", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705710000020001", + "intro": "Falha ao retirar o filamento AMS F Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0707720000020004", + "intro": "Falha ao retirar o filamento AMS H Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702710000020004", + "intro": "Falha ao retirar o filamento AMS C Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704730000020005", + "intro": "Falha ao alimentar o filamento AMS E Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1801700000020001", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1805720000020004", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702730000020005", + "intro": "Falha ao alimentar o filamento AMS C Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0704700000020002", + "intro": "Falha ao alimentar o filamento AMS E Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701700000020005", + "intro": "Falha ao alimentar o filamento AMS B Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1801700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801730000020001", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1803720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807730000020004", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0705700000020001", + "intro": "Falha ao retirar o filamento AMS F Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807730000020001", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706710000020004", + "intro": "Falha ao retirar o filamento AMS G Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0706730000020002", + "intro": "Falha ao inserir o filamento AMS G Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707700000020004", + "intro": "Falha ao retirar o filamento AMS H Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805700000020004", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805700000020001", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0707720000020002", + "intro": "Falha ao alimentar o filamento AMS H Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701720000020001", + "intro": "Falha ao retirar o filamento AMS B Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0700720000020004", + "intro": "Falha ao retirar o filamento AMS A Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804710000020001", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1801710000020001", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 2 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1806730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703710000020002", + "intro": "Falha ao alimentar o filamento AMS D Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703720000020001", + "intro": "Falha ao retirar o filamento AMS D Slot 3 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706720000020001", + "intro": "Falha ao retirar o filamento AMS G Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1801730000020004", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704710000020002", + "intro": "Falha ao alimentar o filamento AMS E Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 2 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703730000020004", + "intro": "Falha ao retirar o filamento AMS D Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0706720000020002", + "intro": "Falha ao inserir o filamento AMS G Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704730000020002", + "intro": "Falha ao alimentar o filamento AMS E Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1807720000020001", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1803710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705720000020002", + "intro": "Falha ao alimentar o filamento AMS F Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700720000020001", + "intro": "Falha ao retirar o filamento AMS A Slot 3 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706720000020004", + "intro": "Falha ao retirar o filamento AMS G Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804700000020001", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1803710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707710000020001", + "intro": "Falha ao retirar o filamento AMS H Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1803720000020004", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1803710000020001", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1803700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1805700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT F Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701710000020005", + "intro": "Falha ao alimentar o filamento AMS B Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0707730000020005", + "intro": "Falha ao alimentar o filamento AMS H Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807720000020004", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701720000020002", + "intro": "Falha ao alimentar o filamento AMS B Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705700000020005", + "intro": "Falha ao alimentar o filamento AMS F Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1801720000020001", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0707730000020002", + "intro": "Falha ao alimentar o filamento AMS H Slot 4 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704730000020001", + "intro": "Falha ao retirar o filamento AMS E Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1801720000020004", + "intro": "Falha ao retirar o filamento AMS-HT B Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802700000020001", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0703710000020004", + "intro": "Falha ao retirar o filamento AMS D Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0706730000020001", + "intro": "Falha ao retirar o filamento AMS G Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1806700000020004", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700700000020005", + "intro": "Falha ao alimentar o filamento AMS A Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1800720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 3 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1806720000020001", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706700000020001", + "intro": "Falha ao retirar o filamento AMS G Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1800700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 1 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700720000020005", + "intro": "Falha ao alimentar o filamento AMS A Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0707720000020001", + "intro": "Falha ao retirar o filamento AMS H Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802710000020001", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706720000020005", + "intro": "Falha ao alimentar o filamento AMS G Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0702720000020002", + "intro": "Falha ao alimentar o filamento AMS C Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0704710000020005", + "intro": "Falha ao alimentar o filamento AMS E Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1806720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1807700000020001", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1804730000020004", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707710000020005", + "intro": "Falha ao alimentar o filamento AMS H Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1807730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0705730000020001", + "intro": "Falha ao retirar o filamento AMS F Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0704720000020004", + "intro": "Falha ao retirar o filamento AMS E Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701730000020005", + "intro": "Falha ao alimentar o filamento AMS B Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0704710000020004", + "intro": "Falha ao retirar o filamento AMS E Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803700000020001", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0706710000020005", + "intro": "Falha ao alimentar o filamento AMS G Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0707700000020001", + "intro": "Falha ao retirar o filamento AMS H Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1807700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0706730000020005", + "intro": "Falha ao alimentar o filamento AMS G Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1805720000020001", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0701730000020001", + "intro": "Falha ao retirar o filamento AMS B Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0700710000020005", + "intro": "Falha ao alimentar o filamento AMS A Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1803730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT D Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1804700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0703700000020001", + "intro": "Falha ao retirar o filamento AMS D Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0701710000020001", + "intro": "Falha ao retirar o filamento AMS B Slot 2 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802700000020002", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0706700000020002", + "intro": "Falha ao inserir o filamento AMS G Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705700000020002", + "intro": "Falha ao alimentar o filamento AMS F Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0703720000020005", + "intro": "Falha ao alimentar o filamento AMS D Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E O sensor de corrente do motor auxiliar pode estar com defeito." + }, + { + "ecode": "0701710000020004", + "intro": "Falha ao puxar o filamento AMS B Slot 2 do Toolhead. Possível causa: filamento ou carretel preso." + }, + { + "ecode": "0706710000020001", + "intro": "Falha ao retirar o filamento AMS G Slot 2 do extrusor. Possível causa: extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "0707700000020005", + "intro": "Falha ao alimentar o filamento AMS H Slot 1. Corte a ponta do filamento e verifique se o carretel está preso." + }, + { + "ecode": "0701730000020004", + "intro": "Falha ao retirar o filamento AMS B Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703730000020001", + "intro": "Falha ao retirar o filamento AMS D Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0707720000020005", + "intro": "Falha ao alimentar o filamento AMS H Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1802700000020005", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0703720000020004", + "intro": "Falha ao retirar o filamento AMS D Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1804710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700730000020005", + "intro": "Falha ao alimentar o filamento AMS A Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1804730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1800730000020005", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0705720000020001", + "intro": "Falha ao retirar o filamento AMS F Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1804730000020001", + "intro": "Falha ao retirar o filamento AMS-HT E Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0700730000020001", + "intro": "Falha ao retirar o filamento AMS A Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802720000020001", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 3 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1806710000020001", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0703730000020005", + "intro": "Falha ao alimentar o filamento AMS D Slot 4. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1803710000020004", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703730000020002", + "intro": "Falha ao alimentar o filamento AMS D Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1803720000020001", + "intro": "Falha ao retirar o filamento AMS-HT D Slot 3 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0700700000020001", + "intro": "Falha ao retirar o filamento AMS A Slot 1 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1802700000020004", + "intro": "Falha ao retirar o filamento AMS-HT C Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0706710000020002", + "intro": "Falha ao inserir o filamento AMS G Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0705730000020004", + "intro": "Falha ao retirar o filamento AMS F Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0700710000020004", + "intro": "Falha ao retirar o filamento AMS A Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1805710000020001", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1807730000020002", + "intro": "Falha ao alimentar o filamento AMS-HT H Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1804720000020005", + "intro": "Falha ao alimentar o filamento AMS-HT E Slot 3. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "1805710000020004", + "intro": "Falha ao retirar o filamento AMS-HT F Slot 2 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0707710000020002", + "intro": "Falha ao alimentar o filamento AMS H Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705720000020004", + "intro": "Falha ao retirar o filamento AMS F Slot 3 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702700000020005", + "intro": "Falha ao alimentar o filamento AMS C Slot 1. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0700730000020002", + "intro": "Falha ao alimentar o filamento AMS A Slot 4 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1800730000020004", + "intro": "Falha ao retirar o filamento AMS-HT A Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702730000020004", + "intro": "Falha ao retirar o filamento AMS C Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701700000020002", + "intro": "Falha ao alimentar o filamento AMS B Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702700000020002", + "intro": "Falha ao alimentar o filamento AMS C Slot 1 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806730000020001", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0702700000020001", + "intro": "Falha ao retirar o filamento AMS C Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1800710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT A Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0702700000020004", + "intro": "Falha ao retirar o filamento AMS C Slot 1 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0701730000020002", + "intro": "Falha ao alimentar o filamento AMS B Slot 4 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0705710000020005", + "intro": "Falha ao alimentar o filamento AMS F Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0700700000020002", + "intro": "Falha ao alimentar o filamento AMS A Slot 1 no cabeçote de ferramenta. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806710000020002", + "intro": "Falha ao alimentar o filamento AMS-HT G Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1801710000020005", + "intro": "Falha ao alimentar o filamento AMS-HT B Slot 2. Corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "0706730000020004", + "intro": "Falha ao retirar o filamento AMS G Slot 4 do cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0703720000020002", + "intro": "Falha ao alimentar o filamento AMS D Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1802720000020002", + "intro": "Falha ao alimentar o filamento AMS-HT C Slot 3 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "0702730000020001", + "intro": "Falha ao retirar o filamento AMS C Slot 4 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0705710000020002", + "intro": "Falha ao alimentar o filamento AMS F Slot 2 no cabeçote de ferramentas. Possível causa: filamento ou bobina presa." + }, + { + "ecode": "1806700000020001", + "intro": "Falha ao retirar o filamento AMS-HT G Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0707730000020001", + "intro": "Falha ao retirar o filamento AMS H Slot 4 da extrusora. Causa possível: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "1807710000020001", + "intro": "Falha ao retirar o filamento AMS-HT H Slot 2 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0704700000020001", + "intro": "Falha ao retirar o filamento AMS E Slot 1 da extrusora. Possível causa: extrusora entupida ou filamento quebrado dentro da extrusora." + }, + { + "ecode": "0500030000010021", + "intro": "Hardware incompatível; Por favor, verifique o laser." + }, + { + "ecode": "0C00010000020008", + "intro": "Falha ao obter imagem da câmera Live View. A detecção de acúmulo de espaguete e acumulo na calha não estão disponível no momento." + }, + { + "ecode": "0C00040000010012", + "intro": "O link de dados da câmera BirdsEye está anormal." + }, + { + "ecode": "0C00040000020003", + "intro": "A base de trabalho do laser não está alinhada corretamente. Certifique-se de que todos os quatro cantos estejam alinhados com a cama térmica." + }, + { + "ecode": "0500060000020004", + "intro": "A câmera Live View não está no lugar; verifique a conexão do hardware." + }, + { + "ecode": "0C00040000020002", + "intro": "Tapete de corte não detectado. Coloque o tapete necessário para a tarefa e continue." + }, + { + "ecode": "0500060000020033", + "intro": "A câmera BirdsEye não está conectada. Verifique as conexões do hardware e dos cabos." + }, + { + "ecode": "0C00030000020016", + "intro": "A detecção de objetos estranhos não está funcionando e o número de série da câmera Live View não pode ser lido. Entre em contato com a equipe de suporte ao cliente." + }, + { + "ecode": "0500040000020031", + "intro": "Nova câmera BirdsEye detectada. Para uma medição de IA mais precisa, vá para a configuração antes de usar." + }, + { + "ecode": "0703210000020007", + "intro": "O sensor Hall de alimentação AMS D Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0701210000020007", + "intro": "O sensor Hall de alimentação AMS B Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0703200000020007", + "intro": "O sensor Hall de alimentação do slot 1 do AMS D está desconectado. O conector pode ter mau contato." + }, + { + "ecode": "0702200000020007", + "intro": "O sensor Hall de alimentação AMS C Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0701200000020007", + "intro": "O sensor Hall de alimentação AMS B Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0703230000020007", + "intro": "O sensor Hall de alimentação AMS D Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0700220000020007", + "intro": "AMS Um sensor Hall de alimentação do Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0C00040000020019", + "intro": "A câmera Birdseye é instalada em offset. Consulte o Wiki para reinstalá-lo." + }, + { + "ecode": "1804210000020007", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0706230000020007", + "intro": "O sensor Hall de alimentação AMS G Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1802230000020007", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0707200000020007", + "intro": "O sensor Hall de alimentação AMS H Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1807230000020007", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0704210000020007", + "intro": "O sensor Hall de alimentação AMS E Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0707220000020007", + "intro": "O sensor Hall de alimentação AMS H Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1802220000020007", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0707210000020007", + "intro": "O sensor Hall de alimentação AMS H Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1803200000020007", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1806200000020007", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0705230000020007", + "intro": "O sensor Hall de alimentação AMS F Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1805220000020007", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1802210000020007", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1803220000020007", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0704220000020007", + "intro": "O sensor Hall de alimentação AMS E Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0706210000020007", + "intro": "O sensor Hall de alimentação AMS G Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "03009E0000030001", + "intro": "O nível de detecção de porta aberta para este trabalho de impressão será definido como “Notificação”." + }, + { + "ecode": "0702210000020007", + "intro": "O sensor Hall de alimentação AMS C Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0700230000020007", + "intro": "AMS Um sensor Hall de alimentação do Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0701230000020007", + "intro": "O sensor Hall de alimentação AMS B Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0704200000020007", + "intro": "O sensor Hall de alimentação AMS E Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0705220000020007", + "intro": "O sensor Hall de alimentação AMS F Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0705200000020007", + "intro": "O sensor Hall de alimentação AMS F Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1807200000020007", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1807220000020007", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1806230000020007", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1801220000020007", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0707230000020007", + "intro": "O sensor Hall de alimentação AMS H Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1801200000020007", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1807210000020007", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1803210000020007", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0706220000020007", + "intro": "O sensor Hall de alimentação AMS G Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1804200000020007", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1805210000020007", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1804220000020007", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "03009D0000020001", + "intro": "A calibração XY do ponto focal do laser de gravação falhou. Limpe a área de localização do laser na plataforma a laser e execute novamente a calibração da montagem do módulo laser." + }, + { + "ecode": "0702230000020007", + "intro": "O sensor Hall de alimentação AMS C Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0701220000020007", + "intro": "O sensor Hall de alimentação AMS B Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0702220000020007", + "intro": "O sensor Hall de alimentação AMS C Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0703220000020007", + "intro": "O sensor Hall de alimentação AMS D Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0700210000020007", + "intro": "AMS Um sensor Hall de alimentação do Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0700200000020007", + "intro": "AMS Um sensor Hall de alimentação do Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1804230000020007", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1801210000020007", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1805230000020007", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0704230000020007", + "intro": "O sensor Hall de alimentação AMS E Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1806220000020007", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 3 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1805200000020007", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1806210000020007", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0705210000020007", + "intro": "O sensor Hall de alimentação AMS F Slot 2 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1801230000020007", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1803230000020007", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 4 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "1802200000020007", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "0706200000020007", + "intro": "O sensor Hall de alimentação AMS G Slot 1 está desconectado. O conector pode ter um contato ruim." + }, + { + "ecode": "03009D0000020002", + "intro": "O resultado da calibração XY do ponto focal a laser de gravação difere significativamente dos valores do projeto. Reinstale o módulo laser e execute novamente a configuração do módulo laser." + }, + { + "ecode": "0C00010000010011", + "intro": "A calibração da câmera Live View falhou, recalibre. Certifique-se de que a placa de montagem esteja vazia e que a visão da câmera esteja clara e orientada adequadamente. Entre em contato com o suporte ao cliente se ocorrerem falhas repetidas." + }, + { + "ecode": "0500040000010052", + "intro": "A chave de segurança não está inserida. Siga o Wiki para instalá-lo." + }, + { + "ecode": "0500040000010051", + "intro": "O botão de parada de emergência não está na posição correta. Siga o Wiki para instalá-lo." + }, + { + "ecode": "0300090000010001", + "intro": "O servomotor da extrusora tem um circuito aberto. A conexão pode estar solta ou o motor pode ter falhado." + }, + { + "ecode": "0300090000010002", + "intro": "O servomotor da extrusora tem um curto-circuito. Pode ter falhado." + }, + { + "ecode": "0300090000010003", + "intro": "A resistência do Motor-E está anormal, o motor pode ter falhado." + }, + { + "ecode": "0300160000010001", + "intro": "O sensor de corrente do servomotor da extrusora está anormal. Uma falha no circuito de amostragem de hardware pode causar isso." + }, + { + "ecode": "0300410000010001", + "intro": "A tensão do sistema é instável, acionando a função de proteção contra falha de energia." + }, + { + "ecode": "1803240000010007", + "intro": "A detecção da porta AMS-HT D é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1806240000010007", + "intro": "A detecção de porta do AMS-HT G está anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1801240000010007", + "intro": "A detecção da porta AMS-HT B é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1805240000010007", + "intro": "A detecção da porta AMS-HT F é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1802240000010007", + "intro": "A detecção da porta AMS-HT C é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1804240000010007", + "intro": "A detecção da porta AMS-HT E é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1807240000010007", + "intro": "A detecção da porta AMS-HT H é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A detecção de uma porta é anormal, a conexão do sensor Hall pode estar solta ou desconectada." + }, + { + "ecode": "07FF700000020003", + "intro": "Verifique se o filamento está saindo do bocal. Caso contrário, empurre suavemente o material e tente extrudar novamente." + }, + { + "ecode": "0300D00000010002", + "intro": "O suporte da lâmina caiu; reinstale-o." + }, + { + "ecode": "0300D00000010001", + "intro": "A base do módulo de corte caiu; reinstale-a." + }, + { + "ecode": "0300280000010005", + "intro": "O posicionamento do eixo Z falhou no modo de corte. Verifique se há algum objeto estranho no controle deslizante do eixo Z e na polia síncrona do eixo Z." + }, + { + "ecode": "18FF600000020001", + "intro": "O carretel externo pode estar emaranhado ou preso." + }, + { + "ecode": "07FF600000020001", + "intro": "O carretel externo pode estar emaranhado ou preso." + }, + { + "ecode": "0500030000020020", + "intro": "A capacidade da unidade flash USB é insuficiente para armazenar em cache os arquivos de impressão." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter mau contato." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H Os fios trifásicos do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0500040000020036", + "intro": "Novo módulo de corte conectado. Para garantir um corte mais preciso, configure-o antes de usar. (cerca de 5 minutos)" + }, + { + "ecode": "0500040000020035", + "intro": "O módulo laser precisa ser calibrado. Execute a calibração da montagem antes de usar. (cerca de 30 segundos)" + }, + { + "ecode": "0300C30000010002", + "intro": "Avaria do sensor de corrente do filtro Switch Flap: isso pode ser devido a um circuito aberto ou a uma falha no circuito de amostragem de hardware." + }, + { + "ecode": "0300A10000010001", + "intro": "A temperatura da câmara está muito alta. Abra a tampa superior e a porta frontal para esfriar ou baixar a temperatura ambiente." + }, + { + "ecode": "0500010000030005", + "intro": "A unidade USB está no modo Somente leitura. A gravação de vídeo e a gravação em timelapse não podem ser executadas. Consulte o Wiki para obter ajuda." + }, + { + "ecode": "0500040000020038", + "intro": "Por favor, deslize no módulo de corte e aperte a alavanca de liberação rápida" + }, + { + "ecode": "0500010000020002", + "intro": "A câmera USB não está conectada. Verifique a conexão do cabo da câmera de vídeo." + }, + { + "ecode": "0500060000020034", + "intro": "A câmera Live View não está conectada. Verifique as conexões do hardware e dos cabos." + }, + { + "ecode": "0300D00000010003", + "intro": "O cabo do módulo de corte se soltou; verifique a conexão do cabo." + }, + { + "ecode": "1805200000020009", + "intro": "Falha ao extrudar o filamento do slot 1 do AMS-HT F; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1803200000020009", + "intro": "Falha na extrusão do filamento AMS-HT D Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1805210000020009", + "intro": "Falha na extrusão do filamento AMS-HT F Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1804210000020009", + "intro": "Falha na extrusão do filamento AMS-HT E Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1804220000020009", + "intro": "Falha na extrusão do filamento AMS-HT E Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1803210000020009", + "intro": "Falha na extrusão do filamento AMS-HT D Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1806230000020009", + "intro": "Falha na extrusão do filamento AMS-HT G Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1800220000020009", + "intro": "Falha na extrusão do filamento AMS-HT A Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1807230000020009", + "intro": "Falha na extrusão do filamento AMS-HT H Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1802200000020009", + "intro": "Falha na extrusão do filamento AMS-HT C Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801210000020009", + "intro": "Falha na extrusão do filamento AMS-HT B Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1807210000020009", + "intro": "Falha na extrusão do filamento AMS-HT H Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1800210000020009", + "intro": "Falha na extrusão do filamento AMS-HT A Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1802210000020009", + "intro": "Falha na extrusão do filamento AMS-HT C Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1806220000020009", + "intro": "Falha na extrusão do filamento AMS-HT G Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1806200000020009", + "intro": "Falha ao extrudar o filamento do slot 1 do AMS-HT G; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora deslize." + }, + { + "ecode": "1804230000020009", + "intro": "Falha na extrusão do filamento AMS-HT E Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801220000020009", + "intro": "Falha na extrusão do filamento AMS-HT B Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1802220000020009", + "intro": "Falha na extrusão do filamento AMS-HT C Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1803230000020009", + "intro": "Falha na extrusão do filamento AMS-HT D Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1807200000020009", + "intro": "Falha na extrusão do filamento AMS-HT H Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1800230000020009", + "intro": "Falha ao extrudar o filamento AMS-HT A Slot 4; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1806210000020009", + "intro": "Falha na extrusão do filamento AMS-HT G Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1805220000020009", + "intro": "Falha ao extrudar o filamento AMS-HT F Slot 3; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1807220000020009", + "intro": "Falha na extrusão do filamento AMS-HT H Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1803220000020009", + "intro": "Falha ao extrudar o filamento AMS-HT D Slot 3; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1805230000020009", + "intro": "Falha na extrusão do filamento AMS-HT F Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1804200000020009", + "intro": "Falha na extrusão do filamento AMS-HT E Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801200000020009", + "intro": "Falha na extrusão do filamento AMS-HT B Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1800200000020009", + "intro": "Falha na extrusão do filamento AMS-HT A Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1802230000020009", + "intro": "Falha na extrusão do filamento AMS-HT C Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801230000020009", + "intro": "Falha na extrusão do filamento AMS-HT B Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0C0003000002000E", + "intro": "Seu bocal parece estar coberto com material atolado ou entupido." + }, + { + "ecode": "0703200000030001", + "intro": "O filamento AMS D Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT Um filamento do Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT Um filamento do Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1801220000020004", + "intro": "O filamento AMS-HT B Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0705200000030001", + "intro": "O filamento AMS F Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704200000020005", + "intro": "O filamento AMS E Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0701130000010001", + "intro": "O motor AMS B slot 4 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Slot 1 está vazio; inserir um novo filamento." + }, + { + "ecode": "0701200000020005", + "intro": "O filamento do AMS B no Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0702100000010001", + "intro": "O motor do slot 1 AMS C patinou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "0702230000020002", + "intro": "O AMS C Slot 4 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0703200000020005", + "intro": "O filamento AMS D Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0703230000030001", + "intro": "O filamento AMS D Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0703200000020008", + "intro": "O sensor Hall de alimentação AMS D Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804210000020008", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800130000010001", + "intro": "O motor AMS-HT A slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT Um filamento do Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804220000030001", + "intro": "O filamento AMS-HT E Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1807100000010003", + "intro": "O controle de torque do motor AMS-HT H slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1802220000020001", + "intro": "O filamento AMS-HT C Slot 3 acabou. Insira um novo filamento." + }, + { + "ecode": "0705210000020005", + "intro": "O filamento AMS F Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705220000020002", + "intro": "O slot 3 do AMS F está vazio; insira um novo filamento." + }, + { + "ecode": "1806200000020004", + "intro": "O filamento AMS-HT G Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1807230000020002", + "intro": "O slot 4 do AMS-HT H está vazio; insira um novo filamento." + }, + { + "ecode": "1807210000020002", + "intro": "O slot 2 do AMS-HT H está vazio; insira um novo filamento." + }, + { + "ecode": "1802560000030001", + "intro": "O AMS-HT C está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1807220000020008", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805200000020008", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802220000020005", + "intro": "O filamento AMS-HT C Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1803200000020003", + "intro": "O filamento do AMS-HT D Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "O motor AMS-HT E slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1805120000010001", + "intro": "O motor AMS-HT F slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0706210000020008", + "intro": "O sensor Hall de alimentação AMS G Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806220000020005", + "intro": "O filamento AMS-HT G Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705200000020002", + "intro": "O slot AMS F 1 está vazio; insira um novo filamento." + }, + { + "ecode": "1806220000020001", + "intro": "O filamento AMS-HT G Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0707100000010001", + "intro": "O motor AMS H slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0704200000020004", + "intro": "O filamento AMS E Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1801130000010001", + "intro": "O motor AMS-HT B slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1802110000020002", + "intro": "O motor AMS-HT C slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1805200000030001", + "intro": "O filamento AMS-HT F Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0705130000010001", + "intro": "O motor AMS F slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1806200000020001", + "intro": "O filamento AMS-HT G Slot 1 acabou. Insira um novo filamento." + }, + { + "ecode": "0703210000020008", + "intro": "O sensor Hall de alimentação AMS D Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803200000020008", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802200000020003", + "intro": "O filamento do AMS-HT C Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "O filamento AMS H Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1804210000030001", + "intro": "O filamento AMS-HT E Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1807220000020003", + "intro": "O filamento do AMS-HT H Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "O AMS-HT E está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "0707220000030001", + "intro": "O filamento AMS H Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704120000010003", + "intro": "O controle de torque do motor AMS E slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705120000010003", + "intro": "O controle de torque do motor AMS F slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0704100000010003", + "intro": "O controle de torque do motor AMS E slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807210000020004", + "intro": "O filamento AMS-HT H Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1807300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0704310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0705210000020009", + "intro": "Falha na extrusão do filamento AMS F Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1804350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0707220000020009", + "intro": "Falha na extrusão do filamento AMS H Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0707300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0700120000020002", + "intro": "O motor AMS A slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700220000030001", + "intro": "O filamento AMS A Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0700230000030001", + "intro": "O filamento AMS A Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0701100000010001", + "intro": "O motor AMS b slot1 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0701110000010003", + "intro": "O controle de torque do motor AMS B slot 2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0701220000030002", + "intro": "O filamento AMSB Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702130000010001", + "intro": "O motor AMS C slot 4 patinou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "0702220000030001", + "intro": "O filamento AMS C Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0703120000020002", + "intro": "O motor AMS D slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703130000020002", + "intro": "O motor AMS D slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703210000020003", + "intro": "O filamento do AMS D Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "0703220000020001", + "intro": "O filamento AMS D Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1801220000020001", + "intro": "O filamento AMS-HT B Slot 3 acabou. Insira um novo filamento." + }, + { + "ecode": "1805220000030002", + "intro": "O filamento AMS-HT F Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0705210000030002", + "intro": "O filamento AMS F Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0705210000020008", + "intro": "O sensor Hall de alimentação AMS F Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803200000020005", + "intro": "O filamento AMS-HT D Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1805210000020003", + "intro": "O filamento do slot 2 do AMS-HT F pode estar quebrado no AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "O filamento AMS H Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801120000020002", + "intro": "O motor AMS-HT B slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1807230000020001", + "intro": "O filamento AMS-HT H Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1802220000020003", + "intro": "O filamento do AMS-HT C Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT Um filamento do Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1807210000020001", + "intro": "O filamento AMS-HT H Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1805220000030001", + "intro": "O filamento AMS-HT F Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1803210000020004", + "intro": "O filamento AMS-HT D Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0707560000030001", + "intro": "O AMS H está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1801230000030001", + "intro": "O filamento AMS-HT B Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0706130000010003", + "intro": "O controle de torque do motor AMS G slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807220000020004", + "intro": "O filamento AMS-HT H Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1804110000010001", + "intro": "O motor AMS-HT E slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1803230000020005", + "intro": "O filamento AMS-HT D Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0707230000020008", + "intro": "O sensor Hall de alimentação AMS H Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704130000010001", + "intro": "O motor AMS E slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1801200000030002", + "intro": "O filamento AMS-HT B Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807200000020008", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707200000020008", + "intro": "O sensor Hall de alimentação AMS H Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700100000010003", + "intro": "O controle de torque do motor AMS A slot 1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0700220000020004", + "intro": "O filamento do AMS A no Slot 3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0701220000020001", + "intro": "O filamento AMS B Slot 3 acabou. Insira um novo filamento." + }, + { + "ecode": "0702230000020005", + "intro": "O filamento AMS C Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0703210000020001", + "intro": "O filamento AMS D Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0703220000020005", + "intro": "O filamento AMS D Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0703220000030001", + "intro": "O filamento AMS D Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1806230000030002", + "intro": "O filamento AMS-HT G Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804130000010003", + "intro": "O controle de torque do motor AMS-HT E slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1806110000010003", + "intro": "O controle de torque do motor AMS-HT G slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1805130000010003", + "intro": "O controle de torque do motor AMS-HT F slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1802110000010001", + "intro": "O motor AMS-HT C slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0701210000020008", + "intro": "O sensor Hall de alimentação AMS B Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801130000020002", + "intro": "O motor AMS-HT B slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1803120000010003", + "intro": "O controle de torque do motor AMS-HT D slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1803130000020002", + "intro": "O motor AMS-HT D slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1807110000010003", + "intro": "O controle de torque do motor AMS-HT H slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1802210000020003", + "intro": "O filamento do AMS-HT C Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "O filamento AMS F Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806100000010003", + "intro": "O controle de torque do motor AMS-HT G slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT Um filamento do Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0703560000030001", + "intro": "O AMS D está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1806200000020003", + "intro": "O filamento do slot 1 do AMS-HT G pode estar quebrado no AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "O filamento do AMS E Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "1807200000020004", + "intro": "O filamento AMS-HT H Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1804230000030001", + "intro": "O filamento AMS-HT E Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704110000010001", + "intro": "O motor AMS E slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT Um filamento Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0704210000030001", + "intro": "O filamento AMS E Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0706130000020002", + "intro": "O motor AMS G slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804210000020003", + "intro": "O filamento do AMS-HT E Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "O slot AMS-HT G 2 está vazio; insira um novo filamento." + }, + { + "ecode": "1805210000020001", + "intro": "O filamento AMS-HT F Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0706110000010001", + "intro": "O motor AMS G slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807200000020003", + "intro": "O filamento do AMS-HT H Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "O motor AMS G slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1802210000030002", + "intro": "O filamento AMS-HT C Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807130000020002", + "intro": "O motor AMS-HT H slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703220000020008", + "intro": "O sensor Hall de alimentação AMS D Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800400000020004", + "intro": "O sinal do buffer do filamento está anormal; a mola pode estar presa ou o filamento pode estar emaranhado." + }, + { + "ecode": "0704200000020009", + "intro": "Falha ao extrudar o filamento do slot 1 do AMS E; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1806300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0704310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1800310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0705310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1807310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1806350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0700220000020002", + "intro": "O AMS A Slot 3 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0701200000020004", + "intro": "O filamento AMS B Slot 1 pode estar quebrado no cabeçote de impressão." + }, + { + "ecode": "0701230000030001", + "intro": "O filamento AMS B Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Slot 1 está vazio; inserir um novo filamento." + }, + { + "ecode": "0702210000020001", + "intro": "O filamento AMS C Slot 2 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "0702210000030001", + "intro": "O filamento AMS C Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0703110000010001", + "intro": "O motor slot 2 AMS D escorregou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "0703130000010003", + "intro": "O controle de torque do motor AMS D slot 4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0703230000020001", + "intro": "O filamento AMS D Slot 4 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "0703230000020002", + "intro": "O AMS D Slot 4 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0700200000020008", + "intro": "AMS Um sensor Hall de alimentação do Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701200000020008", + "intro": "O sensor Hall de alimentação AMS B Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707200000030001", + "intro": "O filamento AMS H Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704220000020005", + "intro": "O filamento AMS E Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705210000020001", + "intro": "O filamento AMS F Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1802100000020002", + "intro": "O motor AMS-HT C slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1805130000010001", + "intro": "O motor AMS-HT F slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0707230000030002", + "intro": "O filamento AMS H Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0705100000020002", + "intro": "O motor AMS F slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707220000020002", + "intro": "O slot 3 do AMS H está vazio; insira um novo filamento." + }, + { + "ecode": "0704130000020002", + "intro": "O motor AMS E slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1803230000030001", + "intro": "O filamento AMS-HT D Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1801220000020002", + "intro": "O slot 3 do AMS-HT B está vazio; insira um novo filamento." + }, + { + "ecode": "0704230000020003", + "intro": "O filamento do AMS E Slot 4 pode estar quebrado no AMS.\n" + }, + { + "ecode": "0706230000030001", + "intro": "O filamento AMS G Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0705210000020004", + "intro": "O filamento AMS F Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806200000030002", + "intro": "O filamento AMS-HT G Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0704220000020001", + "intro": "O filamento AMS E Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803120000010001", + "intro": "O motor AMS-HT D slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1803210000020003", + "intro": "O filamento do AMS-HT D Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "O filamento AMS G Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0707120000010001", + "intro": "O motor AMS H slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "1801120000010001", + "intro": "O motor AMS-HT B slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1801210000020002", + "intro": "O slot 2 do AMS-HT B está vazio; insira um novo filamento." + }, + { + "ecode": "1805200000030002", + "intro": "O filamento AMS-HT F Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT Um filamento Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT Um filamento Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806130000010003", + "intro": "O controle de torque do motor AMS-HT G slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706200000020003", + "intro": "O filamento do AMS G Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "1802230000020003", + "intro": "O filamento do AMS-HT C Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "O filamento AMS F Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1807230000020005", + "intro": "O filamento AMS-HT H Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1805560000030001", + "intro": "O AMS-HT F está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1805210000020008", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805210000030002", + "intro": "O filamento AMS-HT F Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1803230000020004", + "intro": "O filamento AMS-HT D Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0707200000020003", + "intro": "O filamento do AMS H Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "0706230000020001", + "intro": "O filamento AMS G Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1807120000010003", + "intro": "O controle de torque do motor AMS-HT H slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT Um filamento do Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1806560000030001", + "intro": "O AMS-HT G está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "0701230000020008", + "intro": "O sensor Hall de alimentação AMS B Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700110000020002", + "intro": "O motor AMS A slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700200000020003", + "intro": "O filamento do AMS A Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "0700200000020004", + "intro": "O filamento AMS A Slot 1 pode estar quebrado no cabeçote de impressão." + }, + { + "ecode": "0700210000020001", + "intro": "O filamento AMS A Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0701100000020002", + "intro": "O motor AMS B slot1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0701110000020002", + "intro": "O motor AMS B slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0701130000020002", + "intro": "O motor AMS B slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0701200000030001", + "intro": "O filamento AMS B Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0701230000030002", + "intro": "O filamento AMS B Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702200000020001", + "intro": "O filamento AMS C Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0703200000020001", + "intro": "O filamento AMS D Slot 1 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "0703210000030002", + "intro": "O filamento AMS D Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0703230000030002", + "intro": "O filamento AMS D Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1801220000030002", + "intro": "O filamento AMS-HT B Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1802220000020004", + "intro": "O filamento AMS-HT C Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1804120000010001", + "intro": "O motor AMS-HT E slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1806210000030001", + "intro": "O filamento AMS-HT G Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1801210000030002", + "intro": "O filamento AMS-HT B Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1802200000020005", + "intro": "O filamento AMS-HT C Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1807110000020002", + "intro": "O motor AMS-HT H slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0707100000010003", + "intro": "O controle de torque do motor AMS H slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706230000020004", + "intro": "O filamento AMS G Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0705220000020004", + "intro": "O filamento AMS F Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806210000020004", + "intro": "O filamento AMS-HT G Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803200000020001", + "intro": "O filamento AMS-HT D Slot 1 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "1800120000020002", + "intro": "O motor AMS-HT A slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1802210000020004", + "intro": "O filamento AMS-HT C Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A ranhura 3 está vazia; insira um novo filamento." + }, + { + "ecode": "0706210000020002", + "intro": "O slot AMS G 2 está vazio; insira um novo filamento." + }, + { + "ecode": "1801220000020005", + "intro": "O filamento AMS-HT B Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806220000030002", + "intro": "O filamento AMS-HT G Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1802200000020002", + "intro": "O slot 1 do AMS-HT C está vazio; insira um novo filamento." + }, + { + "ecode": "0706220000020004", + "intro": "O filamento AMS G Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706220000020002", + "intro": "O slot AMS G 3 está vazio; insira um novo filamento." + }, + { + "ecode": "1800110000010003", + "intro": "O controle de torque do motor AMS-HT A slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1805230000020005", + "intro": "O filamento AMS-HT F Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1804110000010003", + "intro": "O controle de torque do motor AMS-HT E slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1806220000030001", + "intro": "O filamento AMS-HT G Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704230000030002", + "intro": "O filamento AMS E Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804200000020005", + "intro": "O filamento AMS-HT E Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801230000020005", + "intro": "O filamento AMS-HT B Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1800300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1804310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0705200000020009", + "intro": "Falha na extrusão do filamento AMS F Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "18FF200000020002", + "intro": "Falta um filamento externo; por favor, carregue um novo filamento." + }, + { + "ecode": "1807350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0705300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "18FF200000020001", + "intro": "O filamento externo acabou; por favor, carregue um novo filamento." + }, + { + "ecode": "1800450000020001", + "intro": "O sensor do cortador de filamento está com defeito; verifique se o conector está conectado corretamente." + }, + { + "ecode": "1805310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0704230000020009", + "intro": "Falha na extrusão do filamento AMS E Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0707350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0700110000010001", + "intro": "O motor AMS A slot 2 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0701120000020002", + "intro": "O motor AMS B slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0701200000020001", + "intro": "O filamento AMS B Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0702200000020003", + "intro": "O filamento do Slot 1 do AMS C pode estar quebrado no AMS." + }, + { + "ecode": "0702210000020005", + "intro": "O filamento AMS C Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0703110000010003", + "intro": "O controle de torque do motor AMS D slot 2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0703210000020002", + "intro": "O slot 2 do AMS D está vazio; insira um novo filamento." + }, + { + "ecode": "1801210000020001", + "intro": "O filamento AMS-HT B Slot 2 acabou. Insira um novo filamento." + }, + { + "ecode": "0700560000030001", + "intro": "O AMS A está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1805120000020002", + "intro": "O motor AMS-HT F slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1806210000030002", + "intro": "O filamento AMS-HT G Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805100000010003", + "intro": "O controle de torque do motor AMS-HT F slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0707220000020004", + "intro": "O filamento AMS H Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0704120000010001", + "intro": "O motor AMS E slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0704210000020001", + "intro": "O filamento AMS E Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1802130000010001", + "intro": "O motor AMS-HT C slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1806230000030001", + "intro": "O filamento AMS-HT G Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0707230000030001", + "intro": "O filamento AMS H Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1800130000020002", + "intro": "O motor AMS-HT A slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1803200000020004", + "intro": "O filamento AMS-HT D Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Slot 4 está vazio; insira um novo filamento." + }, + { + "ecode": "1801100000010001", + "intro": "O motor AMS-HT B slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807100000020002", + "intro": "O motor AMS-HT H slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0707200000020002", + "intro": "O slot AMS H 1 está vazio; insira um novo filamento." + }, + { + "ecode": "1802220000020008", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801230000020001", + "intro": "O filamento AMS-HT B Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1805230000030002", + "intro": "O filamento AMS-HT F Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804200000020004", + "intro": "O filamento AMS-HT E Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1802120000020002", + "intro": "O motor AMS-HT C slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705120000020002", + "intro": "O motor AMS F slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1805110000010003", + "intro": "O controle de torque do motor AMS-HT F slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807220000030002", + "intro": "O filamento AMS-HT H Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807210000020008", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807230000030002", + "intro": "O filamento AMS-HT H Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0700210000020003", + "intro": "O filamento do AMS A Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "0700230000020003", + "intro": "O filamento do AMS A Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "0701200000030002", + "intro": "O filamento AMS B Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702130000010003", + "intro": "O controle de torque do motor AMS C slot 4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0703220000020003", + "intro": "O filamento do AMS D Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "1803120000020002", + "intro": "O motor AMS-HT D slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1801110000010001", + "intro": "O motor AMS-HT B slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0706220000020001", + "intro": "O filamento AMS G Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803230000020002", + "intro": "O slot 4 do AMS-HT D está vazio; insira um novo filamento." + }, + { + "ecode": "1803110000010003", + "intro": "O controle de torque do motor AMS-HT D slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706220000020005", + "intro": "O filamento AMS G Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806110000010001", + "intro": "O motor AMS-HT G slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1802220000030002", + "intro": "O filamento AMS-HT C Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0707200000020004", + "intro": "O filamento AMS H Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803230000020001", + "intro": "O filamento AMS-HT D Slot 4 acabou. Insira um novo filamento." + }, + { + "ecode": "1802100000010003", + "intro": "O controle de torque do motor AMS-HT C slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1801210000020003", + "intro": "O filamento do AMS-HT B Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "O motor AMS F slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1803220000030002", + "intro": "O filamento AMS-HT D Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805230000020002", + "intro": "O slot 4 do AMS-HT F está vazio; insira um novo filamento." + }, + { + "ecode": "1805200000020003", + "intro": "O filamento do AMS-HT F Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT Um filamento do Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803200000020002", + "intro": "O slot AMS-HT D 1 está vazio; insira um novo filamento." + }, + { + "ecode": "1800120000010003", + "intro": "O controle de torque do motor AMS-HT A slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0704110000010003", + "intro": "O AMS 5 Slot 2 está com mal funcionamento no controle de torque do motor. O sensor de corrente pode estar danificado." + }, + { + "ecode": "1804110000020002", + "intro": "O motor AMS-HT E slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1805130000020002", + "intro": "O motor AMS-HT F slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804130000020002", + "intro": "O motor AMS-HT E slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT Um filamento do Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0706210000020001", + "intro": "O filamento AMS G Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0705220000020005", + "intro": "O filamento AMS F Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0707220000020008", + "intro": "O sensor Hall de alimentação AMS H Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801210000020004", + "intro": "O filamento AMS-HT B Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0706300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1800450000020002", + "intro": "A distância de corte do cortador de filamento é muito grande. O motor XY pode perder etapas." + }, + { + "ecode": "1802300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1802310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1806310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1802300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0705230000020009", + "intro": "Falha na extrusão do filamento AMS F Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0707310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0700100000010001", + "intro": "O motor AMS A slot 1 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0700100000020002", + "intro": "O motor AMS A slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700120000010001", + "intro": "O motor AMS A slot 3 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0700130000010001", + "intro": "O motor AMS A slot 4 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0702110000020002", + "intro": "O motor AMS C slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0702210000020004", + "intro": "O filamento do AMS C no Slot 2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0702220000020004", + "intro": "O filamento do AMS C no Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0702220000030002", + "intro": "O filamento AMS C Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805210000020005", + "intro": "O filamento AMS-HT F Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802200000030002", + "intro": "O filamento AMS-HT C Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804220000020008", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705230000020002", + "intro": "O slot 4 do AMS F está vazio; insira um novo filamento." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT Um filamento do Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1805220000020002", + "intro": "O slot 3 do AMS-HT F está vazio; insira um novo filamento." + }, + { + "ecode": "0706230000020008", + "intro": "O sensor Hall de alimentação AMS G Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707220000020001", + "intro": "O filamento AMS H Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0706200000020002", + "intro": "O slot AMS G 1 está vazio; insira um novo filamento." + }, + { + "ecode": "0702220000020008", + "intro": "O sensor Hall de alimentação AMS C Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807230000030001", + "intro": "O filamento AMS-HT H Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0707230000020002", + "intro": "O slot 4 do AMS H está vazio; insira um novo filamento." + }, + { + "ecode": "0707220000030002", + "intro": "O filamento AMS H Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0705100000010003", + "intro": "O controle de torque do motor AMS F slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1803210000020005", + "intro": "O filamento do slot 2 do AMS-HT D acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote da ferramenta." + }, + { + "ecode": "1805210000020004", + "intro": "O filamento AMS-HT F Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT Um filamento do Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803210000030001", + "intro": "O filamento AMS-HT D Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704200000020002", + "intro": "O slot 1 do AMS E está vazio; insira um novo filamento." + }, + { + "ecode": "1802130000010003", + "intro": "O controle de torque do motor AMS-HT C slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1804210000030002", + "intro": "O filamento AMS-HT E Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT Um filamento do Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0705220000030002", + "intro": "O filamento AMS F Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1802210000030001", + "intro": "O filamento AMS-HT C Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1806230000020008", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805220000020001", + "intro": "O filamento AMS-HT F Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1802200000020001", + "intro": "O filamento AMS-HT C Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0700200000020001", + "intro": "O filamento AMS A Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0700210000030002", + "intro": "O filamento AMS A Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0701110000010001", + "intro": "O motor AMS B slot 2 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino" + }, + { + "ecode": "0701120000010003", + "intro": "O controle de torque do motor AMS B slot 3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0702230000020003", + "intro": "O filamento do AMS C Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "0704100000020002", + "intro": "O motor AMS E slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1807200000020001", + "intro": "O filamento AMS-HT H Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0704560000030001", + "intro": "O AMS E está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1804230000030002", + "intro": "O filamento AMS-HT E Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1803110000020002", + "intro": "O motor AMS-HT D slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705110000010001", + "intro": "O motor AMS F slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "1807210000020005", + "intro": "O filamento AMS-HT H Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1803220000020001", + "intro": "O filamento AMS-HT D Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0707210000020008", + "intro": "O sensor Hall de alimentação AMS H Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT Um filamento do Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1800120000010001", + "intro": "O motor AMS-HT A slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1801220000020008", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707120000020002", + "intro": "O motor AMS H slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705110000010003", + "intro": "O controle de torque do motor AMS F slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1805220000020004", + "intro": "O filamento AMS-HT F Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1807110000010001", + "intro": "O motor AMS-HT H slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1801560000030001", + "intro": "O AMS-HT B está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "0706200000030001", + "intro": "O filamento AMS G Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1807210000030001", + "intro": "O filamento AMS-HT H Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1804200000020001", + "intro": "O filamento AMS-HT E Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1804200000030002", + "intro": "O filamento AMS-HT E Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0706220000030001", + "intro": "O filamento AMS G Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1804220000020003", + "intro": "O filamento do AMS-HT E Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "Falha na extrusão do filamento AMS G Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1804300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1802350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "18FF200000020004", + "intro": "Por favor, puxe o filamento externo da extrusora." + }, + { + "ecode": "0705350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0706210000020009", + "intro": "Falha na extrusão do filamento AMS G Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1805350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "18FF450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "0707300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1800300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0701200000020003", + "intro": "O filamento do AMS B Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "0702200000020004", + "intro": "O filamento AMS C Slot 1 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0703100000010003", + "intro": "O controle de torque do motor AMS D slot 1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0703120000010001", + "intro": "O motor slot 3 AMS D escorregou. A roda de extrusão pode estar com defeito ou o filamento pode ser muito fino." + }, + { + "ecode": "0703230000020003", + "intro": "O filamento do AMS D Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "0705230000020004", + "intro": "O filamento AMS F Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707130000010003", + "intro": "O controle de torque do motor AMS H slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1806200000020002", + "intro": "O slot AMS-HT G 1 está vazio; insira um novo filamento." + }, + { + "ecode": "0707220000020003", + "intro": "O filamento do AMS H Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0706100000020002", + "intro": "O motor AMS G slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704210000020004", + "intro": "O filamento AMS E Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706220000020003", + "intro": "O filamento do AMS G Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0705220000030001", + "intro": "O filamento AMS F Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0707210000030001", + "intro": "O filamento AMS H Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1806230000020003", + "intro": "O filamento do AMS-HT G Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "O filamento AMS-HT G Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1804100000010003", + "intro": "O controle de torque do motor AMS-HT E slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0703230000020008", + "intro": "O sensor Hall de alimentação AMS D Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805200000020004", + "intro": "O filamento AMS-HT F Slot 1 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1802220000030001", + "intro": "O filamento AMS-HT C Slot 3 acabou. Aguarde enquanto o filamento antigo é eliminado." + }, + { + "ecode": "1804220000020002", + "intro": "O slot 3 do AMS-HT E está vazio; insira um novo filamento." + }, + { + "ecode": "1806220000020008", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704120000020002", + "intro": "O motor AMS E slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705120000010001", + "intro": "O motor AMS F slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1800100000010003", + "intro": "O controle de torque do motor AMS-HT A slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1801200000020001", + "intro": "O filamento AMS-HT B Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1801230000020008", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804220000030002", + "intro": "O filamento AMS-HT E Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0706110000010003", + "intro": "O controle de torque do motor AMS G slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0707120000010003", + "intro": "O controle de torque do motor AMS H slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807200000030001", + "intro": "O filamento AMS-HT H Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1806200000020008", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705100000010001", + "intro": "O motor AMS F slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1804230000020002", + "intro": "O slot 4 do AMS-HT E está vazio; insira um novo filamento." + }, + { + "ecode": "0700130000020002", + "intro": "O motor AMS A slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700220000020005", + "intro": "O filamento AMS A Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0700230000020001", + "intro": "O filamento AMS A Slot 4 acabou. Insira um novo filamento." + }, + { + "ecode": "0701210000020001", + "intro": "O filamento AMS B Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0701220000030001", + "intro": "O filamento AMS B Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0701230000020003", + "intro": "O filamento do AMS B Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "0702200000030002", + "intro": "O filamento AMS C Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702230000020001", + "intro": "O filamento AMS C Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0702230000020004", + "intro": "O filamento do AMS C no Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0703100000010001", + "intro": "O motor AMS D slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0703200000030002", + "intro": "O filamento AMS D Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0703230000020004", + "intro": "O filamento do AMS D no Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0703230000020005", + "intro": "O filamento AMS D Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802220000020002", + "intro": "O slot 3 do AMS-HT C está vazio; insira um novo filamento." + }, + { + "ecode": "1803100000020002", + "intro": "O motor AMS-HT D slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1803210000020001", + "intro": "O filamento AMS-HT D Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT Um filamento Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0707130000020002", + "intro": "O motor AMS H slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804200000020002", + "intro": "O slot 1 do AMS-HT E está vazio; insira um novo filamento." + }, + { + "ecode": "0700210000020008", + "intro": "AMS Um sensor Hall de alimentação do Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806210000020005", + "intro": "O filamento AMS-HT G Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802230000020008", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801110000020002", + "intro": "O motor AMS-HT B slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1801230000020003", + "intro": "O filamento do AMS-HT B Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "O filamento AMS-HT D Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1807560000030001", + "intro": "O AMS-HT H está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "0706110000020002", + "intro": "O motor AMS G slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0706230000020005", + "intro": "O filamento AMS G Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705130000010003", + "intro": "O controle de torque do motor AMS F slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1804220000020005", + "intro": "O filamento AMS-HT E Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801200000020002", + "intro": "O slot 1 do AMS-HT B está vazio; insira um novo filamento." + }, + { + "ecode": "1801110000010003", + "intro": "O controle de torque do motor AMS-HT B slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1804230000020004", + "intro": "O filamento AMS-HT E Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706200000020001", + "intro": "O filamento AMS G Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803200000030001", + "intro": "O filamento AMS-HT D Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0706120000010001", + "intro": "O motor AMS G slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1806230000020001", + "intro": "O filamento AMS-HT G Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1802230000030001", + "intro": "O filamento AMS-HT C Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0706230000030002", + "intro": "O filamento AMS G Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1803310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1805300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0706310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1802310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0704350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0707210000020009", + "intro": "Falha na extrusão do filamento AMS H Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "18FE450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "0701210000020005", + "intro": "O filamento AMS B Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0701210000030002", + "intro": "O filamento AMS B Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0701220000020002", + "intro": "O AMS B Slot 3 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0701230000020001", + "intro": "O filamento AMS Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0701230000020005", + "intro": "O filamento AMS B Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0702220000020002", + "intro": "O AMS C Slot 3 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0702230000030001", + "intro": "O filamento AMS C Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0703200000020003", + "intro": "O filamento do AMS D Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "0702200000020008", + "intro": "O sensor Hall de alimentação AMS C Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707130000010001", + "intro": "O motor AMS H slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807200000020005", + "intro": "O filamento AMS-HT H Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0704220000020003", + "intro": "O filamento do AMS E Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0704210000020002", + "intro": "O slot 2 do AMS E está vazio; insira um novo filamento." + }, + { + "ecode": "1805200000020005", + "intro": "O filamento AMS-HT F Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801100000010003", + "intro": "O controle de torque do motor AMS-HT B slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706200000030002", + "intro": "O filamento AMS G Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0704130000010003", + "intro": "O controle de torque do motor AMS E slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706560000030001", + "intro": "O AMS G está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1806120000010003", + "intro": "O controle de torque do motor AMS-HT G slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705230000020005", + "intro": "O filamento AMS F Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0706120000010003", + "intro": "O controle de torque do motor AMS G slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1801230000030002", + "intro": "O filamento AMS-HT B Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807220000020002", + "intro": "O slot 3 do AMS-HT H está vazio; insira um novo filamento." + }, + { + "ecode": "0707210000020003", + "intro": "O filamento do AMS H Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "1802230000020002", + "intro": "O slot 4 do AMS-HT C está vazio; insira um novo filamento." + }, + { + "ecode": "1806120000010001", + "intro": "O motor AMS-HT G slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0704230000020008", + "intro": "O sensor Hall de alimentação AMS E Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805120000010003", + "intro": "O controle de torque do motor AMS-HT F slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1805220000020008", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800100000010001", + "intro": "O motor AMS-HT A slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0705230000020003", + "intro": "O filamento do AMS F Slot 4 pode ser quebrado no AMS." + }, + { + "ecode": "0707110000010003", + "intro": "O controle de torque do motor AMS H slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705210000020002", + "intro": "O slot 2 do AMS F está vazio; insira um novo filamento." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A ranhura 2 está vazia; insira um novo filamento." + }, + { + "ecode": "1806110000020002", + "intro": "O motor AMS-HT G slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1806130000020002", + "intro": "O motor AMS-HT G slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT Um filamento do Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0700200000030002", + "intro": "O filamento AMS A Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0700210000020004", + "intro": "O filamento do AMS A no Slot 2 pode estar quebrado no cabeçote de impressão." + }, + { + "ecode": "0700210000030001", + "intro": "O filamento AMS A Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0700220000020003", + "intro": "O filamento do AMS A Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0700230000020002", + "intro": "O AMS A Slot 4 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0701100000010003", + "intro": "O controle de torque do motor AMS B slot1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0701210000020002", + "intro": "O AMS B Slot 2 está vazio; carregue um novo filamento." + }, + { + "ecode": "0703100000020002", + "intro": "O motor slot 1 AMS D está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703220000020004", + "intro": "O filamento do AMS D no Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1801200000020004", + "intro": "O filamento AMS-HT B Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706100000010003", + "intro": "O controle de torque do motor AMS G slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1804230000020001", + "intro": "O filamento AMS-HT E Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803220000020004", + "intro": "O filamento AMS-HT D Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1802100000010001", + "intro": "O motor AMS-HT C slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0706210000020003", + "intro": "O filamento do AMS G Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "0704200000020001", + "intro": "O filamento AMS E Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1801200000030001", + "intro": "O filamento AMS-HT B Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1805230000020001", + "intro": "O filamento AMS-HT F Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1806230000020004", + "intro": "O filamento AMS-HT G Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706210000030002", + "intro": "O filamento AMS G Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1806100000020002", + "intro": "O motor AMS-HT G slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1801130000010003", + "intro": "O controle de torque do motor AMS-HT B slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807220000030001", + "intro": "O filamento AMS-HT H Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1804210000020005", + "intro": "O filamento AMS-HT E Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1804220000020004", + "intro": "O filamento AMS-HT E Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0704100000010001", + "intro": "O motor AMS E slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0704210000020008", + "intro": "O sensor Hall de alimentação AMS E Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706120000020002", + "intro": "O motor AMS G slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1802230000020004", + "intro": "O filamento AMS-HT C Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0707110000020002", + "intro": "O motor AMS H slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704220000020004", + "intro": "O filamento AMS E Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706100000010001", + "intro": "O motor AMS G slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT Um filamento do Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1800110000020002", + "intro": "O motor AMS-HT A slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1807230000020004", + "intro": "O filamento AMS-HT H Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0704230000020001", + "intro": "O filamento AMS E Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0704210000020005", + "intro": "O filamento AMS E Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1803130000010001", + "intro": "O motor AMS-HT D slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1805300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0704300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0707230000020009", + "intro": "Falha na extrusão do filamento AMS H Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1803300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1804310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1800310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "1803350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0704210000020009", + "intro": "Falha ao extrudar o filamento do slot 2 do AMS E; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0700200000020002", + "intro": "O Slot 1 AMS A está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0700230000020004", + "intro": "O filamento do AMS A no Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0700230000020005", + "intro": "O filamento AMS A Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0701220000020005", + "intro": "O filamento AMS B Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0702120000010001", + "intro": "O motor AMS C slot 3 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0702210000020002", + "intro": "O AMS C Slot 2 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0703220000030002", + "intro": "O filamento AMS D Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1803230000030002", + "intro": "O filamento AMS-HT D Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807200000020002", + "intro": "O slot 1 do AMS-HT H está vazio; insira um novo filamento." + }, + { + "ecode": "1805230000020004", + "intro": "O filamento AMS-HT F Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1807230000020003", + "intro": "O filamento do AMS-HT H Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1804120000020002", + "intro": "O motor AMS-HT E slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705230000020008", + "intro": "O sensor Hall de alimentação AMS F Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803220000020002", + "intro": "O slot 3 do AMS-HT D está vazio; insira um novo filamento." + }, + { + "ecode": "1807220000020001", + "intro": "O filamento AMS-HT H Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1805220000020003", + "intro": "O filamento do AMS-HT F Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT Um sensor Hall de alimentação do Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707230000020005", + "intro": "O filamento AMS H Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0707200000020005", + "intro": "O filamento AMS H Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802230000030002", + "intro": "O filamento AMS-HT C Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805200000020002", + "intro": "O slot 1 do AMS-HT F está vazio; insira um novo filamento." + }, + { + "ecode": "1801200000020005", + "intro": "O filamento AMS-HT B Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705210000020003", + "intro": "O filamento do AMS F Slot 2 pode ser quebrado no AMS." + }, + { + "ecode": "0705210000030001", + "intro": "O filamento AMS F Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0705220000020008", + "intro": "O sensor Hall de alimentação AMS F Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802120000010001", + "intro": "O motor AMS-HT C slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1801220000020003", + "intro": "O filamento do AMS-HT B Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "O filamento AMS H Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0700120000010003", + "intro": "O controle de torque do motor AMS A slot 3 está com defeito. O sensor de corrente pode estar com defeito" + }, + { + "ecode": "0700200000030001", + "intro": "O filamento AMS A Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0700210000020005", + "intro": "O filamento AMS A Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0700230000030002", + "intro": "O filamento AMS A Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0701220000020003", + "intro": "O filamento do AMS B Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0702220000020001", + "intro": "O filamento AMS C Slot 3 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "0702220000020003", + "intro": "O filamento do AMS C Slot 3 pode estar quebrado no AMS." + }, + { + "ecode": "0703120000010003", + "intro": "O controle de torque do motor AMS D slot 3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1801100000020002", + "intro": "O motor AMS-HT B slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1806100000010001", + "intro": "O motor AMS-HT G slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1805110000010001", + "intro": "O motor AMS-HT F slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1803110000010001", + "intro": "O motor AMS-HT D slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807120000020002", + "intro": "O motor AMS-HT H slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0707200000030002", + "intro": "O filamento AMS H Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1803230000020008", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804200000020003", + "intro": "O filamento do AMS-HT E Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "O filamento AMS-HT H Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806220000020002", + "intro": "O slot 3 do AMS-HT G está vazio; insira um novo filamento." + }, + { + "ecode": "1807130000010001", + "intro": "O motor AMS-HT H slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0707230000020001", + "intro": "O filamento AMS H Slot 4 acabou. Insira um novo filamento." + }, + { + "ecode": "1801210000020008", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802210000020001", + "intro": "O filamento AMS-HT C Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0707210000020002", + "intro": "O slot AMS H 2 está vazio; insira um novo filamento." + }, + { + "ecode": "0704200000030002", + "intro": "O filamento AMS E Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1804210000020002", + "intro": "O slot 2 do AMS-HT E está vazio; insira um novo filamento." + }, + { + "ecode": "0705220000020001", + "intro": "O filamento AMS F Slot 3 acabou. Por favor insira um novo filamento." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT O filamento do slot 1 pode estar quebrado no AMS-HT.\n" + }, + { + "ecode": "1805230000020003", + "intro": "O filamento do AMS-HT F Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "O filamento AMS-HT C Slot 4 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1804230000020003", + "intro": "O filamento do AMS-HT E Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0704220000020009", + "intro": "Falha na extrusão do filamento AMS E Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0706310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1800350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "1806300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0707310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0705300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0707200000020009", + "intro": "Falha na extrusão do filamento AMS H Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1801300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0706220000020009", + "intro": "Falha na extrusão do filamento AMS G Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1800400000020003", + "intro": "A comunicação do hub AMS está anormal; o cabo pode não estar bem conectado." + }, + { + "ecode": "0706350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0705310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0700200000020005", + "intro": "O filamento do AMS A no Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "0700220000030002", + "intro": "O filamento AMS A Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0701220000020004", + "intro": "O filamento do AMS B no Slot 3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0701230000020004", + "intro": "O filamento do AMS B no Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0702130000020002", + "intro": "O motor slot 4 AMS C está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0702200000020005", + "intro": "O filamento AMS C Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801210000020005", + "intro": "O filamento AMS-HT B Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1801210000030001", + "intro": "O filamento AMS-HT B Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1804220000020001", + "intro": "O filamento AMS-HT E Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1803560000030001", + "intro": "O AMS-HT D está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1805100000020002", + "intro": "O motor AMS-HT F slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704220000020002", + "intro": "O slot 3 do AMS E está vazio; insira um novo filamento." + }, + { + "ecode": "0704210000030002", + "intro": "O filamento AMS E Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1801120000010003", + "intro": "O controle de torque do motor AMS-HT B slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1803220000020005", + "intro": "O filamento AMS-HT D Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806210000020008", + "intro": "O sensor Hall de alimentação AMS-HT G Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802200000020004", + "intro": "O filamento AMS-HT C Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0706200000020008", + "intro": "O sensor Hall de alimentação AMS G Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807100000010001", + "intro": "O motor AMS-HT H slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1804100000020002", + "intro": "O motor AMS-HT E slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804100000010001", + "intro": "O motor AMS-HT E slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807120000010001", + "intro": "O motor AMS-HT H slot 3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0705200000020008", + "intro": "O sensor Hall de alimentação AMS F Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704230000030001", + "intro": "O filamento AMS E Slot 4 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704220000030001", + "intro": "O filamento AMS E Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0701560000030001", + "intro": "O AMS B está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1806200000030001", + "intro": "O filamento AMS-HT G Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704200000020003", + "intro": "O filamento do AMS E Slot 1 pode estar quebrado no AMS." + }, + { + "ecode": "1800130000010003", + "intro": "O controle de torque do motor do slot 4 do AMS-HT A está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0707100000020002", + "intro": "O motor AMS H slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705230000030002", + "intro": "O filamento AMS F Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0706220000030002", + "intro": "O filamento AMS G Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0704230000020005", + "intro": "O filamento AMS E Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0704200000020008", + "intro": "O sensor Hall de alimentação AMS E Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707210000020004", + "intro": "O filamento AMS H Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806210000020003", + "intro": "O filamento do AMS-HT G Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "AMS Um sensor Hall de alimentação do Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT Um filamento do Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0705110000020002", + "intro": "O motor AMS F slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700110000010003", + "intro": "O controle de torque do motor AMS A slot 2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0700210000020002", + "intro": "O AMS A Slot 2 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0701120000010001", + "intro": "O motor AMS B slot 3 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino" + }, + { + "ecode": "0701130000010003", + "intro": "O controle de torque do motor AMS B slot 4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0701210000020003", + "intro": "O filamento do AMS B Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "0702100000020002", + "intro": "O motor do slot 1 AMS C está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0702120000010003", + "intro": "O controle de torque do motor AMS C slot 3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0702210000020003", + "intro": "O filamento do AMS C Slot 2 pode estar quebrado no AMS." + }, + { + "ecode": "0702220000020005", + "intro": "O filamento AMS C Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0703110000020002", + "intro": "O motor slot 2 AMS D está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703130000010001", + "intro": "O motor AMS D slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0703200000020002", + "intro": "O slot 1 do AMS D está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0703210000030001", + "intro": "O filamento AMS D Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1800560000030001", + "intro": "O AMS-HT A está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1804210000020001", + "intro": "O filamento AMS-HT E Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1801200000020008", + "intro": "O sensor Hall de alimentação AMS-HT B Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803210000020002", + "intro": "O slot 2 do AMS-HT D está vazio; insira um novo filamento." + }, + { + "ecode": "1802210000020005", + "intro": "O filamento AMS-HT C Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802230000020005", + "intro": "O filamento AMS-HT C Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT Um filamento do Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1805220000020005", + "intro": "O filamento AMS-HT F Slot 3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806230000020002", + "intro": "O slot 4 do AMS-HT G está vazio; insira um novo filamento." + }, + { + "ecode": "0700230000020008", + "intro": "AMS Um sensor Hall de alimentação do Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806210000020001", + "intro": "O filamento AMS-HT G Slot 2 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1807210000030002", + "intro": "O filamento AMS-HT H Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1801220000030001", + "intro": "O filamento AMS-HT B Slot 3 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1803200000030002", + "intro": "O filamento AMS-HT D Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1800110000010001", + "intro": "O motor AMS-HT A slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0706220000020008", + "intro": "O sensor Hall de alimentação AMS G Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801230000020004", + "intro": "O filamento AMS-HT B Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1806220000020004", + "intro": "O filamento AMS-HT G Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803210000030002", + "intro": "O filamento AMS-HT D Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1805210000020002", + "intro": "O slot 2 do AMS-HT F está vazio; insira um novo filamento." + }, + { + "ecode": "1802210000020002", + "intro": "O slot 2 do AMS-HT C está vazio; insira um novo filamento." + }, + { + "ecode": "1804230000020005", + "intro": "O filamento AMS-HT E Slot 4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1804200000030001", + "intro": "O filamento AMS-HT E Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0702210000020008", + "intro": "O sensor Hall de alimentação AMS C Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802200000030001", + "intro": "O filamento AMS-HT C Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "1805100000010001", + "intro": "O motor AMS-HT F slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT Um filamento Slot 3 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0704220000020008", + "intro": "O sensor Hall de alimentação AMS E Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706200000020005", + "intro": "O filamento AMS G Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1805230000020008", + "intro": "O sensor Hall de alimentação AMS-HT F Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT Um filamento Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1803220000020003", + "intro": "O filamento do AMS-HT D Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1803310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1801310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "1800450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "1807300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0705220000020009", + "intro": "Falha ao extrudar o filamento AMS F Slot 3; a extrusora pode estar obstruída ou o filamento pode ser muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700220000020001", + "intro": "O filamento AMS A Slot 3 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "0701210000030001", + "intro": "O filamento AMS B Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0701230000020002", + "intro": "O AMS B Slot 4 está vazio; por favor, carregue um novo filamento." + }, + { + "ecode": "0703200000020004", + "intro": "O filamento Slot 1 do AMS D pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0703210000020005", + "intro": "O filamento AMS D Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1802210000020008", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800100000020002", + "intro": "O motor AMS-HT A slot 1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0707210000030002", + "intro": "O filamento AMS H Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702230000020008", + "intro": "O sensor Hall de alimentação AMS C Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801200000020003", + "intro": "O filamento do AMS-HT B Slot 1 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "O motor AMS-HT C slot 4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A ranhura 1 está vazia; insira um novo filamento." + }, + { + "ecode": "1803130000010003", + "intro": "O controle de torque do motor AMS-HT D slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706210000020005", + "intro": "O filamento AMS G Slot 2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "0705230000020001", + "intro": "O filamento AMS F Slot 4 acabou. Insira um novo filamento." + }, + { + "ecode": "1805200000020001", + "intro": "O filamento AMS-HT F Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1804200000020008", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704220000030002", + "intro": "O filamento AMS E Slot 3 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1806130000010001", + "intro": "O motor AMS-HT G slot 4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1804120000010003", + "intro": "O controle de torque do motor AMS-HT E slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807210000020003", + "intro": "O filamento do AMS-HT H Slot 2 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "O filamento AMS-HT E Slot 2 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1802200000020008", + "intro": "O sensor Hall de alimentação AMS-HT C Slot 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706210000030001", + "intro": "O filamento AMS G Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0705200000030002", + "intro": "O filamento do slot 1 do AMS F acabou e foi trocado automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0707200000020001", + "intro": "O filamento AMS H Slot 1 acabou. Por favor, insira um novo filamento." + }, + { + "ecode": "1805210000030001", + "intro": "O filamento AMS-HT F Slot 2 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0704230000020002", + "intro": "O slot 4 do AMS E está vazio; insira um novo filamento." + }, + { + "ecode": "0706230000020002", + "intro": "O slot AMS G 4 está vazio; insira um novo filamento." + }, + { + "ecode": "1802110000010003", + "intro": "O controle de torque do motor AMS-HT C slot 2 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706230000020003", + "intro": "O filamento do AMS G Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "1803230000020003", + "intro": "O filamento do AMS-HT D Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "O filamento AMS E Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0702560000030001", + "intro": "O AMS C está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "1803210000020008", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT Um filamento do Slot 4 pode estar quebrado no AMS-HT." + }, + { + "ecode": "1806120000020002", + "intro": "O motor AMS-HT G slot 3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705230000030001", + "intro": "O filamento AMS F Slot 4 acabou. Aguarde enquanto o filamento antigo é eliminado." + }, + { + "ecode": "1805110000020002", + "intro": "O motor AMS-HT F slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0707230000020003", + "intro": "O filamento do AMS H Slot 4 pode estar quebrado no AMS." + }, + { + "ecode": "0700130000010003", + "intro": "O controle de torque do motor AMS A slot 4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0701210000020004", + "intro": "O filamento do AMS B no Slot 2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0702100000010003", + "intro": "O controle de torque do motor AMS C slot 1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0702110000010001", + "intro": "O motor AMS C slot 2 patinou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0702110000010003", + "intro": "O controle de torque do motor AMS C slot 2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0702120000020002", + "intro": "O motor do slot 3 AMS C está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0702200000030001", + "intro": "O filamento AMS C Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0702210000030002", + "intro": "O filamento AMS C Slot 2 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0702230000030002", + "intro": "O filamento AMS C Slot 4 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "0703210000020004", + "intro": "O filamento do AMS D no Slot 2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0703220000020002", + "intro": "O slot 3 do AMS D está vazio; insira um novo filamento." + }, + { + "ecode": "0707110000010001", + "intro": "O motor AMS H slot 2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1807130000010003", + "intro": "O controle de torque do motor AMS-HT H slot 4 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0701220000020008", + "intro": "O sensor Hall de alimentação AMS B Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803220000020008", + "intro": "O sensor Hall de alimentação AMS-HT D Slot 3 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705200000020005", + "intro": "O filamento AMS F Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1806220000020003", + "intro": "O filamento do AMS-HT G Slot 3 pode estar quebrado no AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "O filamento do AMS F Slot 1 pode ser quebrado no AMS." + }, + { + "ecode": "1802120000010003", + "intro": "O controle de torque do motor AMS-HT C slot 3 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1801230000020002", + "intro": "O slot 4 do AMS-HT B está vazio; insira um novo filamento." + }, + { + "ecode": "1805230000030001", + "intro": "O filamento AMS-HT F Slot 4 acabou. Aguarde enquanto o filamento antigo é eliminado." + }, + { + "ecode": "1806200000020005", + "intro": "O filamento AMS-HT G Slot 1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "1804230000020008", + "intro": "O sensor Hall de alimentação AMS-HT E Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706200000020004", + "intro": "O filamento AMS G Slot 1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "0705560000030001", + "intro": "O AMS F está sendo resfriado a seco; aguarde até que esfrie antes de operar." + }, + { + "ecode": "0705220000020003", + "intro": "O filamento do AMS F Slot 3 pode ser quebrado no AMS." + }, + { + "ecode": "1807200000030002", + "intro": "O filamento AMS-HT H Slot 1 acabou e mudou automaticamente para o slot com o mesmo filamento." + }, + { + "ecode": "1807230000020008", + "intro": "O sensor Hall de alimentação AMS-HT H Slot 4 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803100000010003", + "intro": "O controle de torque do motor AMS-HT D slot 1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0704110000020002", + "intro": "O motor AMS E slot 2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704200000030001", + "intro": "O filamento AMS E Slot 1 acabou. Aguarde enquanto o filamento antigo é purgado." + }, + { + "ecode": "0707230000020004", + "intro": "O filamento AMS H Slot 4 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1803100000010001", + "intro": "O motor AMS-HT D slot 1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0706200000020009", + "intro": "Falha na extrusão do filamento AMS G Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1807310000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0706300000010004", + "intro": "Falha no chip de criptografia" + }, + { + "ecode": "0300C20000010002", + "intro": "Avaria no sensor Hall do Filter Switch Flap: verifique se a fiação está solta." + }, + { + "ecode": "0C00010000010010", + "intro": "A calibração da câmera Live View falhou. Verifique se a cama térmica está nítida e certifique-se de que a imagem da câmera esteja nítida e sem sujeira. Após essas etapas, recalibre." + }, + { + "ecode": "0C0001000001000F", + "intro": "A calibração da câmera Live View falhou. Reinicie os dispositivos ou atualize o firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "A calibração da câmera Live View falhou e o número de série da câmera Liveview não pode ser lido. Entre em contato com a equipe de suporte ao cliente." + }, + { + "ecode": "050004000001004F", + "intro": "Módulo desconhecido detectado, tente atualizar o firmware para a versão mais recente." + }, + { + "ecode": "0C00040000010020", + "intro": "O marcador visual no leito térmico está danificado, entre em contato com o departamento de pós-venda." + }, + { + "ecode": "0C00030000020013", + "intro": "A detecção de objetos estranhos não está funcionando. Reinicie os dispositivos ou atualize o firmware." + }, + { + "ecode": "1200300000010004", + "intro": "O RFID não pode ser lido devido a uma falha no chip de criptografia no AMS1." + }, + { + "ecode": "1201300000010004", + "intro": "O RFID não pode ser lido devido a uma falha no chip de criptografia no AMS2." + }, + { + "ecode": "1202300000010004", + "intro": "O RFID não pode ser lido devido a uma falha no chip de criptografia no AMS3." + }, + { + "ecode": "1203300000010004", + "intro": "O RFID não pode ser lido devido a uma falha no chip de criptografia no AMS4." + }, + { + "ecode": "0702970000030001", + "intro": "A temperatura da câmara AMS C está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "0703970000030001", + "intro": "A temperatura da câmara AMS D está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "0700970000030001", + "intro": "AMS A temperatura da câmara está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "0701970000030001", + "intro": "A temperatura da câmara AMS B está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "0704970000030001", + "intro": "A temperatura da câmara AMS E está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "1802970000030001", + "intro": "A temperatura da câmara AMS-HT C está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "1805970000030001", + "intro": "A temperatura da câmara AMS-HT F está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A temperatura da câmara está muito alta; a alimentação auxiliar ou a leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "1807970000030001", + "intro": "A temperatura da câmara AMS-HT H está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "0706970000030001", + "intro": "A temperatura da câmara AMS G está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "0705970000030001", + "intro": "A temperatura da câmara AMS F está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "1803970000030001", + "intro": "A temperatura da câmara AMS-HT D está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "0707970000030001", + "intro": "A temperatura da câmara AMS H está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "1806970000030001", + "intro": "A temperatura da câmara AMS-HT G está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "1804970000030001", + "intro": "A temperatura da câmara AMS-HT E está muito alta; a alimentação auxiliar ou a leitura de RFID não são permitidas atualmente." + }, + { + "ecode": "1801970000030001", + "intro": "A temperatura da câmara AMS-HT B está muito alta; alimentação auxiliar ou leitura de RFID atualmente não são permitidas." + }, + { + "ecode": "07FF450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "07FE450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0500050000010001", + "intro": "Os dados de fábrica da placa AP são anormais; substitua a placa AP por uma nova." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0500400000010039", + "intro": "Erro no número de série do módulo laser" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0500400000010040", + "intro": "Erro no número de série do módulo de corte" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0300180000010006", + "intro": "Os dados de nivelamento do leito térmico estão anormais. Verifique se há algum objeto estranho na cama térmica e no controle deslizante Z. Em caso afirmativo, remova-os e tente novamente." + }, + { + "ecode": "0500010000030004", + "intro": "Não há espaço suficiente na unidade flash USB; limpe algum espaço." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Não foi possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Não é possível iniciar a secagem; retire o filamento do cubo de filamento e tente novamente." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G A temperatura ambiente está muito baixa, o que afetará a capacidade de secagem." + }, + { + "ecode": "0300180000010003", + "intro": "O sensor de força de extrusão não está disponível, a ligação entre MC e TH pode estar rompida ou o sensor está quebrado." + }, + { + "ecode": "0500020000020003", + "intro": "Falha ao conectar a internet; verifique a conexão de rede." + }, + { + "ecode": "0700310000020002", + "intro": "A etiqueta RFID no AMS A Slot 2 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0703300000020002", + "intro": "A etiqueta RFID no AMS D Slot1 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0700800000010003", + "intro": "AMS A O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0300960000010001", + "intro": "A porta da frente parece estar aberta; a tarefa foi pausada." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806310000020002", + "intro": "A etiqueta RFID no AMS-HT G Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F O enrolamento de fase do motor auxiliar está em circuito aberto. O motor de assistência pode estar com defeito." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805330000020002", + "intro": "A etiqueta RFID no AMS-HT F Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0705320000020002", + "intro": "A etiqueta RFID no AMS F Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "030001000001000D", + "intro": "Ocorreu uma anormalidade nos módulos da da mesa aquecida anteriormente. Para continuar a usar a impressora, consulte o wiki para solucionar o problema." + }, + { + "ecode": "0300040000020001", + "intro": "A velocidade da ventoinha de resfriamento da peça está muito lenta ou parada. Ele pode estar preso ou o conector não está conectado corretamente." + }, + { + "ecode": "0300080000010003", + "intro": "A resistência do Motor-Z está anormal, o motor pode ter falhado." + }, + { + "ecode": "0500040000010002", + "intro": "Falha ao relatar o estado de impressão. Verifique sua conexão de rede." + }, + { + "ecode": "0500040000030008", + "intro": "A porta é detectada como aberta." + }, + { + "ecode": "0500040000030009", + "intro": "A temperatura da mesa excede a temperatura de vitrificação do filamento, o que pode causar entupimento do bico. Mantenha a porta frontal da impressora aberta. A deteção de abertura de portas foi temporariamente desativada." + }, + { + "ecode": "0500050000030002", + "intro": "O dispositivo está no estado de engenharia, preste atenção aos assuntos relacionados à segurança da informação." + }, + { + "ecode": "0700300000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0701310000020002", + "intro": "A etiqueta RFID no AMS B Slot 2 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0702310000020002", + "intro": "A etiqueta RFID no AMS C Slot 2 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0703310000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0C00020000010005", + "intro": "Um novo Micro Lidar foi detectado. Calibre-o na página de calibração antes de usar." + }, + { + "ecode": "12FF200000020004", + "intro": "Retire o filamento do suporte do carretel da extrusora." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0C00040000010011", + "intro": "Falha ao medir a espessura do material: parâmetros do dispositivo anormais; configure a câmera BirdsEye novamente." + }, + { + "ecode": "0C0003000002000C", + "intro": "O marcador de localização da placa de construção não foi detectado. Verifique se a placa de montagem está alinhada corretamente." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0300A20000010001", + "intro": "A temperatura do módulo MC está muito alta, possivelmente devido à alta temperatura da câmara da impressora. Você pode tentar baixar a temperatura ambiente antes de usar." + }, + { + "ecode": "0300360000010001", + "intro": "A velocidade do ventilador de circulação de calor da câmara está muito lenta ou parada. Ele pode estar preso ou o conector pode não estar conectado corretamente." + }, + { + "ecode": "0C00040000010013", + "intro": "Os parâmetros de exposição da câmera BirdsEye não são efetivos; tente novamente." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802310000020002", + "intro": "A etiqueta RFID no AMS-HT C Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0707300000020002", + "intro": "A etiqueta RFID no AMS H Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707310000020002", + "intro": "A etiqueta RFID no AMS H Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800330000020002", + "intro": "A etiqueta RFID no AMS-HT A Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0705310000020002", + "intro": "A etiqueta RFID no AMS F Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0705300000020002", + "intro": "A etiqueta RFID no AMS F Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807310000020002", + "intro": "A etiqueta RFID no AMS-HT H Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801330000020002", + "intro": "A etiqueta RFID no AMS-HT B Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1804310000020002", + "intro": "A etiqueta RFID no AMS-HT E Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1801320000020002", + "intro": "A etiqueta RFID no AMS-HT B Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "03001B0000010002", + "intro": "Foi detectada perturbação externa no sensor de aceleração da mesa aquecida. O fio de sinal do sensor pode não estar fixo." + }, + { + "ecode": "030091000001000C", + "intro": "O aquecedor de câmara 1 está funcionando com carga total por um longo período. O sistema de controle de temperatura pode estar anormal." + }, + { + "ecode": "0300940000030001", + "intro": "O resfriamento da câmara pode ser muito lento. Você pode abrir a câmara para ajudar no resfriamento se o gás na câmara não for tóxico." + }, + { + "ecode": "0500020000020005", + "intro": "Falha ao conectar a internet; verifique a conexão de rede." + }, + { + "ecode": "0500040000010003", + "intro": "O conteúdo do arquivo de impressão é ilegível. Reenvie o trabalho de impressão." + }, + { + "ecode": "0500050000010006", + "intro": "Os dados de fábrica da placa AP são anormais; substitua a placa AP por uma nova." + }, + { + "ecode": "0700330000020002", + "intro": "A etiqueta RFID no AMS A Slot 4 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0701300000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0701330000020002", + "intro": "A etiqueta RFID no AMS B Slot 4 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0702300000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0702300000020002", + "intro": "A etiqueta RFID no Slot 1 do AMS C está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0702320000020002", + "intro": "A etiqueta RFID no AMS C Slot 3 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0702330000020002", + "intro": "A etiqueta RFID no AMS C Slot 4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0703310000020002", + "intro": "A etiqueta RFID no AMS D Slot 2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0C0001000001000B", + "intro": "Falha ao calibrar o Micro Lidar. Certifique-se de que a tabela de calibração esteja limpa e não obscurecida. Em seguida, execute a calibração da máquina novamente." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "050003000001000A", + "intro": "O estado do sistema está anormal; restaure as configurações de fábrica." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "030001000001000E", + "intro": "A tensão da fonte de alimentação não corresponde à máquina; o aquecedor foi desativado." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0706330000020002", + "intro": "A etiqueta RFID no AMS G Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1805310000020002", + "intro": "A etiqueta RFID no AMS-HT F Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805320000020002", + "intro": "A etiqueta RFID no AMS-HT F Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0704310000020002", + "intro": "A etiqueta RFID no AMS E Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801310000020002", + "intro": "A etiqueta RFID no AMS-HT B Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706320000020002", + "intro": "A etiqueta RFID no AMS G Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806300000020002", + "intro": "A etiqueta RFID no AMS-HT G Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804320000020002", + "intro": "A etiqueta RFID no AMS-HT E Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706310000020002", + "intro": "A etiqueta RFID no AMS G Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0705330000020002", + "intro": "A etiqueta RFID no AMS F Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0300010000010008", + "intro": "Uma anormalidade ocorre durante o processo de aquecimento da mesa; os módulos de aquecimento podem estar danificados." + }, + { + "ecode": "0300020000010006", + "intro": "A temperatura do bico está anormal; O sensor pode ter um curto-circuito, verifique se o conector está plugado corretamente." + }, + { + "ecode": "0700320000020002", + "intro": "A etiqueta RFID no AMS A Slot 3 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0700400000020004", + "intro": "O sinal do buffer do filamento está anormal; a mola pode estar presa ou o filamento pode estar emaranhado." + }, + { + "ecode": "0702310000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0703300000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0C0003000002000F", + "intro": "Se as peças forem ignoradas antes da inspeção da primeira camada, a inspeção não será suportada na impressão atual." + }, + { + "ecode": "12FF200000020006", + "intro": "Falha na extrusão do filamento e a extrusora pode ficar entupida." + }, + { + "ecode": "0C00040000010014", + "intro": "Base de proteção de corte não detectada, que\npode causar danos ao leito térmico. Por favor, coloque-o e continue." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0300090000020002", + "intro": "A resistência à extrusão é anormal. A extrusora pode estar entupida ou pode haver filamento preso na cabeça da ferramenta." + }, + { + "ecode": "0300310000010001", + "intro": "A velocidade do ventilador de resfriamento parcial está muito lenta ou parada. Ele pode estar preso ou o conector pode não estar conectado corretamente." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804330000020002", + "intro": "A etiqueta RFID no AMS-HT E Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803310000020002", + "intro": "A etiqueta RFID no AMS-HT D Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1802300000020002", + "intro": "A etiqueta RFID no slot AMS-HT C 1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1807320000020002", + "intro": "A etiqueta RFID no AMS-HT H Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704300000020002", + "intro": "A etiqueta RFID no AMS E Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803300000020002", + "intro": "A etiqueta RFID no slot AMS-HT D 1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806320000020002", + "intro": "A etiqueta RFID no AMS-HT G Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1800300000020002", + "intro": "A etiqueta RFID no AMS-HT A Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "030001000001000A", + "intro": "O controle de temperatura da mesa aquecida está anormal, a placa AC pode estar danificada." + }, + { + "ecode": "0300030000010001", + "intro": "A velocidade do ventilador do bico é muito lenta ou está parada. Ele pode estar preso ou o conector não está conectado corretamente." + }, + { + "ecode": "0300060000010003", + "intro": "A resistência do Motor-A está anormal, o motor pode ter falhado." + }, + { + "ecode": "0300070000010003", + "intro": "A resistência do Motor-B está anormal, o motor pode ter falhado." + }, + { + "ecode": "03001A0000020001", + "intro": "O bico é entupido por filamentos ou a placa de construção foi colocada de forma torta." + }, + { + "ecode": "03001D0000010001", + "intro": "O sensor de posição do motor de extrusão está anormal. O fio de sinal do sensor pode não estar conectado corretamente." + }, + { + "ecode": "0500040000010001", + "intro": "Falha ao baixar o trabalho de impressão. Verifique sua conexão de rede." + }, + { + "ecode": "0700300000020002", + "intro": "A etiqueta RFID no AMS A Slot 1 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0701320000020002", + "intro": "A etiqueta RFID no AMS B Slot 3 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0703320000020002", + "intro": "A etiqueta RFID no AMS D Slot 3 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0703330000020002", + "intro": "A etiqueta RFID no AMS D Slot 4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0C00010000020007", + "intro": "Os parâmetros do laser Micro Lidar são desviados. Por favor, recalibre sua impressora." + }, + { + "ecode": "0C00020000020004", + "intro": "A altura do bico parece muito baixa. Verifique se o bico está gasto ou inclinado. Recalibre o Lidar se o bico tiver sido substituído." + }, + { + "ecode": "0C00020000020009", + "intro": "O laser vertical não é suficientemente brilhante na posição inicial. Limpe ou substitua a mesa de impressão se esta mensagem aparecer repetidamente." + }, + { + "ecode": "0C00030000020010", + "intro": "Objetos estranhos detectados na mesa aquecida, verifique e limpe a cama aquecida." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0500040000020033", + "intro": "Por favor, conecte o conector do módulo." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0C00040000010010", + "intro": "Falha ao medir a espessura do material devido ao mau funcionamento do módulo laser." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0706300000020002", + "intro": "A etiqueta RFID no AMS G Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801300000020002", + "intro": "A etiqueta RFID no slot 1 do AMS-HT B está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "1804300000020002", + "intro": "A etiqueta RFID no AMS-HT E Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1807300000020002", + "intro": "A etiqueta RFID no slot AMS-HT H 1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G O sensor de temperatura do aquecedor 2 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1802320000020002", + "intro": "A etiqueta RFID no AMS-HT C Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704330000020002", + "intro": "A etiqueta RFID no AMS E Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1802330000020002", + "intro": "A etiqueta RFID no AMS-HT C Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0500020000020001", + "intro": "Falha na conexão com a Internet. Verifique a conexão de rede." + }, + { + "ecode": "0500040000010006", + "intro": "Falha ao retomar a impressão anterior." + }, + { + "ecode": "0700310000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0700400000020003", + "intro": "A comunicação do AMS Hub é anormal, o cabo pode não estar bem conectado." + }, + { + "ecode": "0701300000020002", + "intro": "A etiqueta RFID no AMS B Slot 1 está danificada ou seu conteúdo não pode ser identificado. " + }, + { + "ecode": "0701310000010004", + "intro": "Falha no chip de criptografia." + }, + { + "ecode": "0C00020000020003", + "intro": "O laser horizontal não é brilhante o suficiente na posição de retorno. Limpe ou substitua o a mesa aquecida se esta mensagem aparecer repetidamente." + }, + { + "ecode": "0C00020000020007", + "intro": "O laser vertical não está aceso. Verifique se está coberto ou se a conexão de hardware está normal." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701810000010003", + "intro": "O aquecedor 2 do AMS 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou dano no aquecedor." + }, + { + "ecode": "0300090000020003", + "intro": "A extrusora está extrudando de forma anormal. Pode estar entupido ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B O sensor de temperatura do aquecedor 1 está com defeito, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C O aquecedor 1 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803330000020002", + "intro": "A etiqueta RFID no AMS-HT D Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1806330000020002", + "intro": "A etiqueta RFID no AMS-HT G Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C O enrolamento de fase do motor auxiliar tem um circuito aberto. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F A válvula de escape 1 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D A válvula de escape 2 não está conectada, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E Os fios do codificador do motor auxiliar não estão conectados. O conector do motor auxiliar pode ter um contato ruim." + }, + { + "ecode": "0707320000020002", + "intro": "A etiqueta RFID no AMS H Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0707330000020002", + "intro": "A etiqueta RFID no AMS H Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1805300000020002", + "intro": "A etiqueta RFID no AMS-HT F Slot1 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H O aquecedor 2 está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G O sensor de umidade está desconectado, o que pode ser devido ao mau contato do conector." + }, + { + "ecode": "0704320000020002", + "intro": "A etiqueta RFID no AMS E Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800320000020002", + "intro": "A etiqueta RFID no AMS-HT A Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1803320000020002", + "intro": "A etiqueta RFID no AMS-HT D Slot3 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1807330000020002", + "intro": "A etiqueta RFID no AMS-HT H Slot4 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1800310000020002", + "intro": "A etiqueta RFID no AMS-HT A Slot2 está danificada ou seu conteúdo não pode ser identificado." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F O aquecedor 1 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B O aquecedor 2 está em curto-circuito, o que pode ser devido a um curto-circuito na fiação ou a danos no aquecedor." + }, + { + "ecode": "0703200000020009", + "intro": "Falha na extrusão do filamento AMS D Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0702230000020009", + "intro": "Falha na extrusão do filamento AMS C Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700200000020009", + "intro": "Falha na extrusão do filamento AMS A Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0701220000020009", + "intro": "Falha na extrusão do filamento AMS B Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0701230000020009", + "intro": "Falha na extrusão do filamento AMS B Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0701200000020009", + "intro": "Falha na extrusão do filamento AMS B Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0701210000020009", + "intro": "Falha na extrusão do filamento AMS B Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0702220000020009", + "intro": "Falha na extrusão do filamento AMS C Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700210000020009", + "intro": "Falha na extrusão do filamento AMS A Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0702210000020009", + "intro": "Falha na extrusão do filamento AMS C Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0703230000020009", + "intro": "Falha na extrusão do filamento AMS D Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0702200000020009", + "intro": "Falha na extrusão do filamento AMS C Slot 1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700220000020009", + "intro": "Falha na extrusão do filamento AMS A Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0703220000020009", + "intro": "Falha na extrusão do filamento AMS D Slot 3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0703210000020009", + "intro": "Falha na extrusão do filamento AMS D Slot 2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700230000020009", + "intro": "Falha na extrusão do filamento AMS A Slot 4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700310000010001", + "intro": "A placa RFID AMS A entre Slot 3 e Slot 4 tem um erro." + }, + { + "ecode": "1800010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT A está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1800310000010001", + "intro": "A placa AMS-HT A RFID 2 tem um erro." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1801300000010001", + "intro": "A placa AMS-HT B RFID 1 tem um erro." + }, + { + "ecode": "0702310000010001", + "intro": "A placa RFID do AMS C entre o Slot3 e Slot4 tem um erro." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A O sensor de corrente do aquecedor 2 é anormal." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H O hodômetro não tem sinal. O conector do hodômetro pode ter mau contato." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1802010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT C está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0704010000020002", + "intro": "O motor auxiliar AMS E está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800010000010001", + "intro": "O motor auxiliar AMS-HT A escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "0706010000010001", + "intro": "O motor auxiliar AMS G escorregou. A roda de extrusão pode estar desgastada ou o filamento pode ser muito fino." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0701310000010001", + "intro": "A placa RFID 2 do AMS B possui um erro" + }, + { + "ecode": "0706010000020011", + "intro": "AMS G O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0706010000010003", + "intro": "O controle de torque do motor auxiliar AMS G está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707010000010003", + "intro": "O controle de torque do motor auxiliar AMS H está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1805010000010001", + "intro": "O motor auxiliar AMS-HT F escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C O parâmetro de assistência do motor é perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G O motor 3 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT G está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807500000020001", + "intro": "A comunicação AMS-HT H está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1806300000010001", + "intro": "A placa AMS-HT G RFID 1 tem um erro." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "1805010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT F está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E O motor 3 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0704310000010001", + "intro": "A placa AMS E RFID 2 tem um erro." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803500000020001", + "intro": "A comunicação AMS-HT D está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1804500000020001", + "intro": "A comunicação AMS-HT E está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0704010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS E está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1806010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT G está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1802010000010001", + "intro": "O motor auxiliar AMS-HT C escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0707010000020002", + "intro": "O motor auxiliar AMS H está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1802310000010001", + "intro": "A placa AMS-HT C RFID 2 tem um erro." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804010000020002", + "intro": "O motor auxiliar AMS-HT E está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1806500000020001", + "intro": "A comunicação AMS-HT G está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1806010000020002", + "intro": "O motor auxiliar AMS-HT G está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT E está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "1803010000020002", + "intro": "O motor auxiliar AMS-HT D está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT B está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1803010000010001", + "intro": "O motor auxiliar AMS-HT D escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "0707310000010001", + "intro": "A placa AMS H RFID 2 tem um erro." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1807010000010001", + "intro": "O motor auxiliar AMS-HT H escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "0705010000010001", + "intro": "O motor auxiliar AMS F escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0704300000010001", + "intro": "A placa AMS E RFID 1 tem um erro." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G A ventoinha de resfriamento do aquecedor 2 está bloqueado, o que pode ser devido ao bloqueio do ventilador." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0705010000020002", + "intro": "O motor auxiliar AMS F está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0701300000010001", + "intro": "A placa AMS B RFID 1 tem um erro." + }, + { + "ecode": "0702300000010001", + "intro": "A placa RFID do AMS C entre o Slot 1 e o Slot 2 tem um erro." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "0706020000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS G: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1803310000010001", + "intro": "A placa AMS-HT D RFID 2 tem um erro." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801010000020002", + "intro": "O motor auxiliar AMS-HT B está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1801310000010001", + "intro": "A placa AMS-HT B RFID 2 tem um erro." + }, + { + "ecode": "1806310000010001", + "intro": "A placa AMS-HT G RFID 2 tem um erro." + }, + { + "ecode": "1805310000010001", + "intro": "A placa AMS-HT F RFID 2 tem um erro." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "1807010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT H está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F O hodômetro não tem sinal. O conector do hodômetro pode ter mau contato." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1807010000020002", + "intro": "O motor auxiliar AMS-HT H está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700300000010001", + "intro": "A placa RFID AMS A entre Slot 1 e Slot2 tem um erro." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1803010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT D está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1800010000020002", + "intro": "O motor auxiliar AMS-HT A está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1807300000010001", + "intro": "A placa AMS-HT H RFID 1 tem um erro." + }, + { + "ecode": "1806010000010001", + "intro": "O motor auxiliar AMS-HT G escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1801500000020001", + "intro": "A comunicação AMS-HT B está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B O motor auxiliar possui resistência trifasica desequilibrada. O motor de assistência pode estar com defeito." + }, + { + "ecode": "0705010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS F está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0500040000020030", + "intro": "A câmera BirdsEye não está instalada. Desligue a impressora e instale a câmera." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0707500000020001", + "intro": "A comunicação AMS H está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "1804010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT E está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0705300000010001", + "intro": "A placa AMS F RFID 1 tem um erro." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707300000010001", + "intro": "A placa AMS H RFID 1 tem um erro." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1802300000010001", + "intro": "A placa AMS-HT C RFID 1 tem um erro." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805300000010001", + "intro": "A placa AMS-HT F RFID 1 tem um erro." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0705310000010001", + "intro": "A placa AMS F RFID 2 tem um erro." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A O motor auxiliar tem resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1805010000020002", + "intro": "O motor auxiliar AMS-HT F está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0704010000010003", + "intro": "O controle de torque do motor auxiliar AMS E está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0706300000010001", + "intro": "A placa AMS G RFID 1 tem um erro." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1807010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT H está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F O funcionamento da válvula de escape 2 está anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0706010000020002", + "intro": "O motor auxiliar AMS G está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1800300000010001", + "intro": "A placa AMS-HT A RFID 1 tem um erro." + }, + { + "ecode": "0707010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS H está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1804310000010001", + "intro": "A placa AMS-HT E RFID 2 tem um erro." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0706310000010001", + "intro": "A placa AMS G RFID 2 tem um erro." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0704010000010001", + "intro": "O motor auxiliar AMS E escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1803300000010001", + "intro": "A placa AMS-HT D RFID 1 tem um erro." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0706500000020001", + "intro": "A comunicação AMS G está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A Erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0703310000010001", + "intro": "A placa RFID entre o AMS D Slot 3 e o Slot 4 tem um erro." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0707010000010001", + "intro": "O motor auxiliar AMS H escorregou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G O motor auxiliar tem resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E O motor 4 escovado não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0704500000020001", + "intro": "A comunicação AMS E está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1801010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT B está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A comunicação está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1805500000020001", + "intro": "A comunicação AMS-HT F está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "1802500000020001", + "intro": "A comunicação AMS-HT C está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1805010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT F está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "0703300000010001", + "intro": "A placa RFID do AMS D entre Slot 1 e Slot 2 tem um erro." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1803010000010003", + "intro": "O controle de torque do motor auxiliar AMS-HT D está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0705500000020001", + "intro": "A comunicação AMS F está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1800010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT A está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "1804300000010001", + "intro": "A placa AMS-HT E RFID 1 tem um erro." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1807310000010001", + "intro": "A placa AMS-HT H RFID 2 tem um erro." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1804010000010001", + "intro": "O motor auxiliar AMS-HT E escorregou. A roda de extrusão pode estar desgastada ou o filamento pode ser muito fino." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G O sensor de corrente do aquecedor 2 está anormal." + }, + { + "ecode": "0706010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS G está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C O erro do parâmetro de calibração do motor auxiliar. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0705010000010003", + "intro": "O controle de torque do motor de assistência AMS F está com mau funcionamento. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H O sensor de corrente do aquecedor 1 está anormal." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G O motor escovado 4 não possui sinal, o que pode ser devido a mau contato no conector do motor ou falha no motor." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1802010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS-HT C está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1802010000020002", + "intro": "O motor auxiliar AMS-HT C está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1801010000010001", + "intro": "O motor auxiliar AMS-HT B escorregou. A roda de extrusão pode estar desgastada ou o filamento pode ser muito fino." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0500010000030007", + "intro": "Não é possível gravar fotografias com lapso de tempo sem a unidade flash USB inserida." + }, + { + "ecode": "0300110000020002", + "intro": "A frequência de ressonância do eixo Y difere muito da última calibração. Limpe a haste de carbono e execute novamente a calibração da máquina depois de imprimir." + }, + { + "ecode": "0300200000010002", + "intro": "Retorno do eixo Y anormal: verifique se o cabeçote da ferramenta está preso ou se o carro Y tem muita resistência." + }, + { + "ecode": "0300200000010001", + "intro": "Localização anormal do eixo X: verifique se a cabeça da ferramenta está presa ou se a resistência no trilho linear do eixo X está muito alta." + }, + { + "ecode": "0300100000020002", + "intro": "A frequência de ressonância do eixo X difere significativamente da última calibração. Limpe o trilho linear do eixo X e faça uma calibração após a impressão." + }, + { + "ecode": "0500040000020039", + "intro": "Por favor, conecte o conector do módulo" + }, + { + "ecode": "0701010000010001", + "intro": "O motor auxiliar AMS B patinou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1200220000020006", + "intro": "Falha na extrusão do filamento AMS1 Slot3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1201220000020005", + "intro": "O filamento do AMS2 Slot3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1202110000010003", + "intro": "O controle de torque do motor AMS3 slot2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1203820000020001", + "intro": "O filamento do AMS4 Slot3 pode estar emaranhado ou preso." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702010000020002", + "intro": "O motor de assistência AMS C está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201300000010001", + "intro": "A bobina de RFID do AMS2 Slot1 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1201320000010001", + "intro": "A bobina de RFID do AMS2 Slot3 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202210000020002", + "intro": "O slot2 do AMS3 está vazio; insira um novo filamento." + }, + { + "ecode": "1202210000020005", + "intro": "O filamento do AMS3 Slot2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1202230000030002", + "intro": "O filamento no AMS3 Slot4 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203300000010001", + "intro": "A bobina de RFID do AMS4 Slot1 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0300010000010001", + "intro": "A temperatura da mesa aquecida é anormal; o aquecedor pode ter um curto-circuito." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "0702010000010001", + "intro": "O motor auxiliar AMS C patinou. A roda de extrusão pode estar desgastada ou o filamento pode estar muito fino." + }, + { + "ecode": "1200330000020002", + "intro": "A etiqueta RFID no AMS1 Slot4 está danificada." + }, + { + "ecode": "1201200000030001", + "intro": "O filamento AMS2 Slot1 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1201220000020003", + "intro": "O filamento AMS2 Slot3 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "O filamento AMS2 Slot4 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1202130000010001", + "intro": "O motor AMS3 slot4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1202720000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS3: A odometria do filamento do slot 3 pode estar com defeito." + }, + { + "ecode": "1203200000020001", + "intro": "O filamento AMS4 Slot1 acabou; insira um novo filamento." + }, + { + "ecode": "1203210000020004", + "intro": "O filamento AMS4 Slot2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspecionando a primeira camada: aguarde um momento." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1200100000020002", + "intro": "O motor AMS1 Slot1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200200000020003", + "intro": "O filamento AMS1 Slot1 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1200720000010001", + "intro": "Erro de velocidade e comprimento do filamento no AMS1: A odometria do filamento do slot 3 pode estar com defeito." + }, + { + "ecode": "1200830000020001", + "intro": "O filamento AMS1 Slot4 pode estar emaranhado ou preso." + }, + { + "ecode": "1202300000020002", + "intro": "A etiqueta RFID no AMS3 Slot1 está danificada." + }, + { + "ecode": "1202320000010001", + "intro": "A bobina de RFID do AMS3 Slot3 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202830000020001", + "intro": "O filamento do AMS3 Slot4 pode estar emaranhado ou preso." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B A resistência do motor auxiliar está anormal. O motor de assistência pode estar com defeito." + }, + { + "ecode": "1200230000030002", + "intro": "O filamento no slot 4 do AMS1 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1202120000010001", + "intro": "O motor AMS3 slot3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1202210000020001", + "intro": "O filamento do AMS3 Slot2 acabou; insira um novo filamento." + }, + { + "ecode": "1202230000020004", + "intro": "O filamento AMS3 Slot4 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1202230000030001", + "intro": "O filamento AMS3 Slot4 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1203100000010001", + "intro": "O motor AMS4 Slot1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1203110000010003", + "intro": "O controle de torque do motor AMS4 slot2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1203220000020005", + "intro": "O filamento do AMS4 Slot3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0C0003000001000A", + "intro": "Sua impressora está no modo de fábrica. Entre em contato com o Suporte Técnico." + }, + { + "ecode": "050004000002001A", + "intro": "A etiqueta RFID no AMS3 Slot3 não pode ser identificada." + }, + { + "ecode": "1200200000020006", + "intro": "Falha na extrusão do filamento AMS1 Slot1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1200820000020001", + "intro": "O filamento AMS1 Slot3 pode estar emaranhado ou preso." + }, + { + "ecode": "1201220000020004", + "intro": "O filamento AMS2 Slot3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1202330000020002", + "intro": "A etiqueta RFID no Slot4 AMS3 está danificada." + }, + { + "ecode": "1203130000010003", + "intro": "O controle de torque do motor AMS4 slot4 não está funcionando corretamente. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B O parâmetro de assistência do motor é perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "1200210000030001", + "intro": "O filamento AMS1 Slot2 acabou. limpando o filamento antigo; por favor, aguarde." + }, + { + "ecode": "1201200000020003", + "intro": "O filamento AMS2 Slot1 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1202710000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS3: A odometria do filamento do slot 2 pode estar com defeito." + }, + { + "ecode": "1203120000020002", + "intro": "O motor AMS4 Slot3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0500040000020032", + "intro": "Por favor, deslize no Módulo Laser e trave a alavanca de liberação rápida." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0701020000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS B: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0702010000010003", + "intro": "O controle de torque do motor de assistência AMS C está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1202220000030002", + "intro": "O filamento no slot 3 do AMS3 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1202230000020002", + "intro": "O AMS3 Slot4 está vazio; insira um novo filamento." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0700010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS1 está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "0700500000020001", + "intro": "A comunicação AMS A está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1200120000020002", + "intro": "O motor AMS1 Slot3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200220000020002", + "intro": "O slot3 do AMS1 está vazio; insira um novo filamento." + }, + { + "ecode": "1202200000020002", + "intro": "AMS3 Slot1 está vazio; insira um novo filamento." + }, + { + "ecode": "1202230000020003", + "intro": "O filamento AMS3 Slot4 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "AMS4 Slot1 está vazio; insira um novo filamento." + }, + { + "ecode": "1203210000020001", + "intro": "O filamento do AMS4 Slot2 acabou; insira um novo filamento." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0500040000020015", + "intro": "A etiqueta RFID no AMS2 Slot2 não pode ser identificada." + }, + { + "ecode": "0702020000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS C: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1200710000010001", + "intro": "Erro de velocidade e comprimento do filamento no AMS1: A odometria do filamento do slot 2 pode estar com defeito." + }, + { + "ecode": "1201130000010001", + "intro": "O motor AMS2 slot4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1201300000030003", + "intro": "O RFID AMS2 Slot1 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1201330000010001", + "intro": "A bobina de RFID do AMS2 Slot4 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202100000010003", + "intro": "O controle de torque do motor AMS3 Slot1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1202220000020002", + "intro": "O slot 3 do AMS3 está vazio; insira um novo filamento." + }, + { + "ecode": "1202310000030003", + "intro": "O RFID AMS3 Slot2 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1203220000020004", + "intro": "O filamento AMS4 Slot3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1200230000020003", + "intro": "O filamento AMS1 Slot4 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1200230000020004", + "intro": "O filamento AMS1 Slot4 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1200330000010001", + "intro": "A bobina de RFID do AMS1 Slot4 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1201200000020002", + "intro": "AMS2 Slot1 está vazio; insira um novo filamento." + }, + { + "ecode": "1202220000020001", + "intro": "O filamento do AMS3 Slot3 acabou; insira um novo filamento." + }, + { + "ecode": "1203200000030001", + "intro": "O filamento AMS4 Slot1 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "0300350000020002", + "intro": "A velocidade do ventilador de resfriamento do módulo MC é lenta. Pode estar preso e precisar ser limpo." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "0C00040000020004", + "intro": "O tipo de plataforma não é compatível com essa tarefa. Use a plataforma correta para continuar." + }, + { + "ecode": "1200210000020003", + "intro": "O filamento AMS1 Slot2 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1200220000020005", + "intro": "O filamento do AMS1 Slot3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1200230000030001", + "intro": "O filamento AMS1 Slot4 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1200300000010001", + "intro": "A bobina de RFID do AMS1 Slot1 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1201200000020004", + "intro": "O filamento AMS2 Slot1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1201220000020002", + "intro": "O slot 3 do AMS2 está vazio; insira um novo filamento." + }, + { + "ecode": "1201230000020003", + "intro": "O filamento AMS2 Slot4 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "O RFID AMS2 Slot3 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1203230000020004", + "intro": "O filamento AMS4 Slot4 pode estar quebrado no cabeçote." + }, + { + "ecode": "1203230000020005", + "intro": "O filamento do AMS4 Slot4 acabou e a limpeza do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "050004000002001C", + "intro": "A etiqueta RFID no AMS4 Slot1 não pode ser identificada." + }, + { + "ecode": "1200110000010001", + "intro": "O motor AMS1 slot2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1200230000020002", + "intro": "O AMS1 Slot4 está vazio; insira um novo filamento." + }, + { + "ecode": "1200310000020002", + "intro": "A etiqueta RFID no Slot2 AMS1 está danificada." + }, + { + "ecode": "1200500000020001", + "intro": "A comunicação AMS1 está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1201210000020006", + "intro": "Falha na extrusão do filamento AMS2 Slot2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1202100000020002", + "intro": "O motor AMS3 Slot1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1203110000010001", + "intro": "O motor AMS4 slot2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B O motor escovado 2 não tem sinal, o que pode ser devido a mau contato no conector do motor ou falha no motor." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1200220000030001", + "intro": "O filamento AMS1 Slot3 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1200800000020001", + "intro": "O filamento AMS1 Slot1 pode estar emaranhado ou preso." + }, + { + "ecode": "1201200000020001", + "intro": "O filamento AMS2 Slot1 acabou; insira um novo filamento." + }, + { + "ecode": "1201200000020006", + "intro": "Falha na extrusão do filamento AMS2 Slot1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1201210000020001", + "intro": "O filamento do AMS2 Slot2 acabou; insira um novo filamento." + }, + { + "ecode": "1201220000030001", + "intro": "O filamento AMS2 Slot3 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1202200000020006", + "intro": "Falha na extrusão do filamento AMS3 Slot1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1202500000020001", + "intro": "A comunicação do AMS3 está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1201300000020002", + "intro": "A etiqueta RFID no AMS2 Slot1 está danificada." + }, + { + "ecode": "1201310000030003", + "intro": "O RFID AMS2 Slot2 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1201710000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS2: A odometria do filamento do slot 2 pode estar com defeito." + }, + { + "ecode": "1202130000010003", + "intro": "O controle de torque do motor AMS3 slot4 não está funcionando corretamente. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1202200000030002", + "intro": "O filamento no slot 1 do AMS3 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1202220000020005", + "intro": "O filamento do AMS3 Slot3 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1203330000030003", + "intro": "O RFID AMS4 Slot4 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C O parâmetro de assistência do motor está perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "0300960000030001", + "intro": "A porta da frente está aberta." + }, + { + "ecode": "050003000002000C", + "intro": "Erro de hardware sem fio: desligue/ligue o WiFi ou reinicie o dispositivo." + }, + { + "ecode": "0300090000020001", + "intro": "O motor de extrusão está sobrecarregado. A extrusora pode estar entupida ou o filamento pode estar preso na cabeça da ferramenta." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "1200200000030001", + "intro": "O filamento AMS1 Slot1 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1201700000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS2: A odometria do filamento do slot 1 pode estar com defeito." + }, + { + "ecode": "1201730000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS2: A odometria do filamento do slot 4 pode estar com defeito." + }, + { + "ecode": "1202220000030001", + "intro": "O filamento AMS3 Slot3 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1202310000020002", + "intro": "A etiqueta RFID no Slot2 AMS3 está danificada." + }, + { + "ecode": "1202320000020002", + "intro": "A etiqueta RFID no Slot3 AMS3 está danificada." + }, + { + "ecode": "1203220000020002", + "intro": "O AMS4 Slot3 está vazio; insira um novo filamento." + }, + { + "ecode": "1203220000020006", + "intro": "Falha na extrusão do filamento AMS4 Slot3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1203230000020002", + "intro": "O AMS4 Slot4 está vazio; insira um novo filamento." + }, + { + "ecode": "0C00040000010015", + "intro": "Inserção protetora a laser não detectada. Por favor, coloque-o e continue." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0500040000020011", + "intro": "A etiqueta RFID no AMS1 Slot2 não pode ser identificada. " + }, + { + "ecode": "0500040000020017", + "intro": "A etiqueta RFID no AMS2 Slot4 não pode ser identificada." + }, + { + "ecode": "0701500000020001", + "intro": "A comunicação AMS B está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1200120000010003", + "intro": "O controle de torque do motor AMS1 slot3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1200320000010001", + "intro": "A bobina de RFID do AMS1 Slot3 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202300000030003", + "intro": "O RFID AMS3 Slot1 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1203700000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS4: A odometria do filamento do slot 1 pode estar com defeito." + }, + { + "ecode": "1203800000020001", + "intro": "O filamento do AMS4 Slot1 pode estar emaranhado ou preso." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "0500040000020018", + "intro": "A etiqueta RFID no AMS3 Slot1 não pode ser identificada." + }, + { + "ecode": "0703010000010003", + "intro": "O controle de torque do motor auxiliar AMS D está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1200220000020001", + "intro": "O filamento do AMS1 Slot3 acabou; insira um novo filamento." + }, + { + "ecode": "1201210000020002", + "intro": "O slot 2 do AMS2 está vazio; insira um novo filamento." + }, + { + "ecode": "1201220000020001", + "intro": "O filamento do AMS2 Slot3 acabou; insira um novo filamento." + }, + { + "ecode": "1203200000020004", + "intro": "O filamento AMS4 Slot1 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1203300000030003", + "intro": "O RFID AMS4 Slot1 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1200210000020006", + "intro": "Falha na extrusão do filamento AMS1 Slot2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1201210000020004", + "intro": "O filamento AMS2 Slot2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1201210000020005", + "intro": "O filamento do AMS2 Slot2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1202210000030002", + "intro": "O filamento no slot 2 do AMS3 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1202220000020006", + "intro": "Falha na extrusão do filamento AMS3 Slot3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1202230000020006", + "intro": "Falha na extrusão do filamento AMS3 Slot4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1203200000030002", + "intro": "O filamento no AMS4 Slot1 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203220000030002", + "intro": "O filamento no slot 3 do AMS4 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203320000010001", + "intro": "A bobina de RFID do AMS4 Slot3 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1203330000010001", + "intro": "A bobina de RFID do AMS4 Slot4 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1200110000010003", + "intro": "O controle de torque do motor AMS1 slot2 está funcionando mal. O sensor de corrente pode estar defeituoso." + }, + { + "ecode": "1201820000020001", + "intro": "O filamento do AMS2 Slot3 pode estar emaranhado ou preso." + }, + { + "ecode": "1202130000020002", + "intro": "O motor AMS3 Slot4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C O sensor atual do aquecedor 2 está anormal." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0700010000010003", + "intro": "O controle de torque do motor auxiliar AMS1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "0703020000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS D: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "1200100000010001", + "intro": "O motor AMS1 Slot1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1200210000020001", + "intro": "O filamento AMS1 Slot2 acabou; insira um novo filamento." + }, + { + "ecode": "1200220000030002", + "intro": "O filamento no slot 3 do AMS1 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1201230000030001", + "intro": "O filamento AMS2 Slot4 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1201330000020002", + "intro": "A etiqueta RFID no Slot4 AMS2 está danificada." + }, + { + "ecode": "1202110000020002", + "intro": "O motor AMS3 Slot2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1202120000020002", + "intro": "O motor AMS3 Slot3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "0701010000020002", + "intro": "O motor auxiliar AMS B está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200220000020004", + "intro": "O filamento AMS1 Slot3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1201130000010003", + "intro": "O controle de torque do motor AMS2 slot4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1203230000020003", + "intro": "O filamento AMS4 Slot4 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "A etiqueta RFID no AMS4 Slot4 não pode ser identificada." + }, + { + "ecode": "1200130000010001", + "intro": "O motor AMS1 slot4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1201210000020003", + "intro": "O filamento AMS2 Slot2 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "Falha na extrusão do filamento AMS2 Slot3; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1201230000020001", + "intro": "O filamento do AMS2 Slot4 acabou; insira um novo filamento." + }, + { + "ecode": "1201230000020006", + "intro": "Falha na extrusão do filamento AMS2 Slot4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1202120000010003", + "intro": "O controle de torque do motor AMS3 slot3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1202210000020006", + "intro": "Falha na extrusão do filamento AMS3 Slot2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1203200000020006", + "intro": "Falha na extrusão do filamento AMS4 Slot1; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1203210000030002", + "intro": "O filamento do AMS4 Slot2 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203720000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS4: A odometria do filamento do slot 3 pode estar com defeito." + }, + { + "ecode": "0500040000020013", + "intro": "A etiqueta RFID no AMS1 Slot4 não pode ser identificada." + }, + { + "ecode": "1200130000020002", + "intro": "O motor AMS1 Slot4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201220000030002", + "intro": "O filamento do AMS2 Slot3 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1201720000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS2: A odometria do filamento do slot 3 pode estar com defeito." + }, + { + "ecode": "1202330000030003", + "intro": "O RFID AMS3 Slot4 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1203130000010001", + "intro": "O motor AMS4 slot4 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1203210000020003", + "intro": "O filamento AMS4 Slot2 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1203210000030001", + "intro": "O filamento AMS4 Slot2 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1203230000030001", + "intro": "O filamento AMS4 Slot4 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0500040000020010", + "intro": "A etiqueta RFID no AMS1 Slot1 não pode ser identificada. " + }, + { + "ecode": "050004000002001E", + "intro": "A etiqueta RFID no AMS4 Slot3 não pode ser identificada." + }, + { + "ecode": "0700010000010001", + "intro": "O motor auxiliar AMS1 escorregou. A roda de extrusão pode estar gasta ou o filamento pode estar muito fino." + }, + { + "ecode": "1200200000020005", + "intro": "O filamento AMS1 Slot1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1200320000020002", + "intro": "A etiqueta RFID no Slot3 AMS1 está danificada." + }, + { + "ecode": "1202200000020005", + "intro": "O filamento do AMS3 Slot1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1202210000030001", + "intro": "O filamento AMS3 Slot2 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1202320000030003", + "intro": "O RFID AMS3 Slot3 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1203300000020002", + "intro": "A etiqueta RFID no Slot1 AMS4 está danificada." + }, + { + "ecode": "1203330000020002", + "intro": "A etiqueta RFID no Slot4 AMS4 está danificada." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0C00040000020008", + "intro": "Material não detectado. Confirme a colocação e continue." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0702500000020001", + "intro": "A comunicação AMS C está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1201120000010003", + "intro": "O controle de torque do motor AMS2 slot3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1201200000020005", + "intro": "O filamento do AMS2 Slot1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1203100000010003", + "intro": "O controle de torque do motor AMS4 Slot1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1203110000020002", + "intro": "O motor AMS4 Slot2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A O motor escovado 2 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0300310000020002", + "intro": "A velocidade do ventilador de resfriamento parcial é lenta. Pode estar preso e precisar ser limpo." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C O processo de secagem pode sofrer fuga térmica. Por favor, desligue a fonte de alimentação AMS." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A O motor escovado 3 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "1200230000020006", + "intro": "Falha na extrusão do filamento AMS1 Slot4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1201810000020001", + "intro": "O filamento AMS2 Slot2 pode estar emaranhado ou preso." + }, + { + "ecode": "1202220000020003", + "intro": "O filamento AMS3 Slot3 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "O filamento do AMS3 Slot4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1203220000020001", + "intro": "O filamento do AMS4 Slot3 acabou; insira um novo filamento." + }, + { + "ecode": "1203230000030002", + "intro": "O filamento no slot 4 do AMS4 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203310000010001", + "intro": "A bobina de RFID do AMS4 Slot2 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "0703010000010001", + "intro": "O motor de assistência AMS D escorregou. A roda de extrusão pode estar desgastada ou o filamento pode ser muito fino." + }, + { + "ecode": "1200200000020001", + "intro": "O filamento do slot 1 do AMS1 acabou; insira um novo filamento." + }, + { + "ecode": "1200210000030002", + "intro": "O filamento no slot2 do AMS1 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1201230000030002", + "intro": "O filamento no AMS2 Slot4 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203810000020001", + "intro": "O filamento do AMS4 Slot2 pode estar emaranhado ou preso." + }, + { + "ecode": "1203830000020001", + "intro": "O filamento do AMS4 Slot4 pode estar emaranhado ou preso." + }, + { + "ecode": "0C00040000010016", + "intro": "A alavanca de liberação rápida não está bloqueada. Por favor, empurre-o para baixo para prender." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0500040000020019", + "intro": "A etiqueta RFID no AMS3 Slot2 não pode ser identificada." + }, + { + "ecode": "0703500000020001", + "intro": "A comunicação AMS D está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1200130000010003", + "intro": "O controle de torque do motor AMS1 slot4 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1200220000020003", + "intro": "O filamento AMS1 Slot3 pode estar quebrado no tubo de PTFE." + }, + { + "ecode": "1202210000020003", + "intro": "O filamento AMS3 Slot2 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1202230000020001", + "intro": "O filamento do AMS3 Slot4 acabou; insira um novo filamento." + }, + { + "ecode": "1203120000010001", + "intro": "O motor AMS4 slot3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1203710000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS4: A odometria do filamento do slot 2 pode estar com defeito." + }, + { + "ecode": "1200210000020005", + "intro": "O filamento do AMS1 Slot2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1201100000010003", + "intro": "O controle de torque do motor AMS2 Slot1 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1201100000020002", + "intro": "O motor AMS2 Slot1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201310000020002", + "intro": "A etiqueta RFID no Slot2 AMS2 está danificada." + }, + { + "ecode": "1201800000020001", + "intro": "O filamento AMS2 Slot1 pode estar emaranhado ou preso." + }, + { + "ecode": "1202800000020001", + "intro": "O filamento do AMS3 Slot1 pode estar emaranhado ou preso." + }, + { + "ecode": "1203220000020003", + "intro": "O filamento AMS4 Slot3 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "A etiqueta RFID no Slot2 AMS4 está danificada." + }, + { + "ecode": "1203320000020002", + "intro": "A etiqueta RFID no Slot3 AMS4 está danificada." + }, + { + "ecode": "1203320000030003", + "intro": "O RFID AMS4 Slot3 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "1201110000010003", + "intro": "O controle de torque do motor AMS2 slot2 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1201120000020002", + "intro": "O motor AMS2 Slot3 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201230000020002", + "intro": "O AMS2 Slot4 está vazio; insira um novo filamento." + }, + { + "ecode": "1201230000020005", + "intro": "O filamento do AMS2 Slot4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1201830000020001", + "intro": "O filamento do AMS2 Slot4 pode estar emaranhado ou preso." + }, + { + "ecode": "1202200000020004", + "intro": "O filamento AMS3 Slot1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1202730000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS3: A odometria do filamento do slot 4 pode estar com defeito." + }, + { + "ecode": "1203120000010003", + "intro": "O controle de torque do motor AMS4 slot3 está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1203210000020006", + "intro": "Falha na extrusão do filamento AMS4 Slot2; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "1203500000020001", + "intro": "A comunicação AMS4 está anormal; verifique o cabo de conexão." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C O motor auxiliar tem uma resistência trifásica desequilibrada. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "050004000002001B", + "intro": "A etiqueta RFID no AMS3 Slot4 não pode ser identificada." + }, + { + "ecode": "050004000002001D", + "intro": "A etiqueta RFID no AMS4 Slot2 não pode ser identificada." + }, + { + "ecode": "1201210000030002", + "intro": "O filamento no slot 2 do AMS2 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1203100000020002", + "intro": "O motor AMS4 Slot1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1203210000020002", + "intro": "O slot2 do AMS4 está vazio; insira um novo filamento." + }, + { + "ecode": "1203230000020001", + "intro": "O filamento do AMS4 Slot4 acabou; insira um novo filamento." + }, + { + "ecode": "1203310000030003", + "intro": "O RFID AMS4 Slot2 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C O odômetro não tem sinal. O conector do odômetro pode ter um contato ruim." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D A velocidade do ventilador de resfriamento do aquecedor 1 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Erro de velocidade e comprimento do filamento: A odometria do filamento pode estar com defeito." + }, + { + "ecode": "0702010000010004", + "intro": "O controle de velocidade do motor de assistência AMS C está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "0703010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS D está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1202110000010001", + "intro": "O motor AMS3 slot2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1202200000020001", + "intro": "O filamento AMS3 Slot1 acabou; insira um novo filamento." + }, + { + "ecode": "1202700000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS3: A odometria do filamento do slot 1 pode estar com defeito." + }, + { + "ecode": "1203200000020003", + "intro": "O filamento AMS4 Slot1 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1203200000020005", + "intro": "O filamento AMS4 Slot1 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "050003000001000B", + "intro": "A tela está com defeito; reinicie o dispositivo." + }, + { + "ecode": "0500040000020016", + "intro": "A etiqueta RFID no AMS2 Slot3 não pode ser identificada." + }, + { + "ecode": "0701010000010003", + "intro": "O controle de torque do motor de assistência AMS B está com defeito. O sensor de corrente pode estar com defeito." + }, + { + "ecode": "1200200000020002", + "intro": "AMS1 Slot1 está vazio; insira um novo filamento." + }, + { + "ecode": "1200200000030002", + "intro": "O filamento no slot 1 do AMS1 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1200210000020002", + "intro": "AMS1 Slot2 está vazio; insira um novo filamento." + }, + { + "ecode": "1200700000010001", + "intro": "Erro de velocidade e comprimento do filamento no AMS1: A odometria do filamento do slot 1 pode estar com defeito." + }, + { + "ecode": "1201110000010001", + "intro": "O motor AMS2 slot2 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1201120000010001", + "intro": "O motor AMS2 slot3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1201320000020002", + "intro": "A etiqueta RFID no Slot3 AMS2 está danificada." + }, + { + "ecode": "1202330000010001", + "intro": "A bobina de RFID do AMS3 Slot4 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C A velocidade do ventilador de resfriamento do aquecedor 2 é muito baixa, o que pode ser devido à resistência excessiva do ventilador." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C A resistência do motor auxiliar é anormal. O motor auxiliar pode estar com defeito." + }, + { + "ecode": "1200300000030003", + "intro": "O RFID AMS1 Slot1 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1201210000030001", + "intro": "O filamento AMS2 Slot2 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1201500000020001", + "intro": "A comunicação AMS2 está anormal; verifique o cabo de conexão." + }, + { + "ecode": "1202210000020004", + "intro": "O filamento AMS3 Slot2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1202310000010001", + "intro": "A bobina de RFID do AMS3 Slot2 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1203730000010001", + "intro": "Erro de velocidade e comprimento do filamento AMS4: A odometria do filamento do slot 4 pode estar com defeito." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B O sensor atual do aquecedor 1 está anormal." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0703010000020002", + "intro": "O motor auxiliar AMS D está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200210000020004", + "intro": "O filamento AMS1 Slot2 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1200230000020005", + "intro": "O filamento do AMS1 Slot4 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "1200330000030003", + "intro": "O RFID AMS1 Slot4 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1200730000010001", + "intro": "Erro de velocidade e comprimento do filamento no AMS1: A odometria do filamento do slot 4 pode estar com defeito." + }, + { + "ecode": "1201310000010001", + "intro": "A bobina de RFID do AMS2 Slot2 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202100000010001", + "intro": "O motor AMS3 Slot1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1202200000020003", + "intro": "O filamento AMS3 Slot1 pode ser quebrado no tubo de PTFE." + }, + { + "ecode": "1202200000030001", + "intro": "O filamento AMS3 Slot1 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1203210000020005", + "intro": "O filamento do AMS4 Slot2 acabou e a purga do filamento antigo ocorreu de forma anormal; verifique se o filamento está preso no cabeçote." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C O motor escovado 1 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B O motor escovado 4 não tem sinal, o que pode ser devido ao mau contato no conector do motor ou a uma falha do motor." + }, + { + "ecode": "0500040000020014", + "intro": "A etiqueta RFID no AMS2 Slot1 não pode ser identificada." + }, + { + "ecode": "0700010000020002", + "intro": "O motor auxiliar AMS1 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200120000010001", + "intro": "O motor AMS1 slot3 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1200310000010001", + "intro": "A bobina RFID AMS1 Slot2 está quebrada ou o circuito de hardware de RF apresenta um erro." + }, + { + "ecode": "1200320000030003", + "intro": "O RFID AMS1 Slot3 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1202220000020004", + "intro": "O filamento AMS3 Slot3 pode estar quebrado no cabeçote da ferramenta." + }, + { + "ecode": "1202300000010001", + "intro": "A bobina de RFID do slot 1 do AMS3 está quebrada ou o circuito de hardware de RF tem um erro." + }, + { + "ecode": "1202810000020001", + "intro": "O filamento do AMS3 Slot2 pode estar emaranhado ou preso." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A A operação da válvula de escape 2 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A A ventoinha de resfriamento do aquecedor 1 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "050003000001000C", + "intro": "O módulo controlador do motor MC está com defeito. Desligue, verifique a conexão e reinicie o dispositivo." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A A operação da válvula de escape 1 é anormal, o que pode ser devido à resistência excessiva." + }, + { + "ecode": "0500040000020012", + "intro": "A etiqueta RFID no AMS1 Slot3 não pode ser identificada." + }, + { + "ecode": "0701010000010004", + "intro": "O controle de velocidade do motor auxiliar AMS B está com defeito. O sensor de velocidade pode estar com defeito." + }, + { + "ecode": "1200100000010003", + "intro": "O controle de torque do motor AMS1 Slot1 está com defeito. O sensor atual pode estar com defeito." + }, + { + "ecode": "1200110000020002", + "intro": "O motor AMS1 Slot2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1200200000020004", + "intro": "O filamento AMS1 Slot1 pode estar quebrado na cabeça da ferramenta." + }, + { + "ecode": "1202820000020001", + "intro": "O filamento do AMS3 Slot3 pode estar emaranhado ou preso." + }, + { + "ecode": "1203130000020002", + "intro": "O motor AMS4 Slot4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1203220000030001", + "intro": "O filamento AMS4 Slot3 acabou. Limpando o filamento antigo; aguarde." + }, + { + "ecode": "1203230000020006", + "intro": "Falha na extrusão do filamento AMS4 Slot4; a extrusora pode estar entupida ou o filamento pode estar muito fino, fazendo com que a extrusora escorregue." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A O parâmetro de assistência do motor foi perdido. Retire o filamento do hub de filamento e reinicie o AMS." + }, + { + "ecode": "1200230000020001", + "intro": "O filamento do AMS1 Slot4 acabou; insira um novo filamento." + }, + { + "ecode": "1200300000020002", + "intro": "A etiqueta RFID no AMS1 Slot1 está danificada." + }, + { + "ecode": "1200310000030003", + "intro": "O RFID AMS1 Slot2 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "1200810000020001", + "intro": "O filamento AMS1 Slot2 pode estar emaranhado ou preso." + }, + { + "ecode": "1201100000010001", + "intro": "O motor AMS2 Slot1 escorregou. A roda de extrusão pode estar com defeito ou o filamento pode estar muito fino." + }, + { + "ecode": "1201110000020002", + "intro": "O motor AMS2 Slot2 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201130000020002", + "intro": "O motor AMS2 Slot4 está sobrecarregado. O filamento pode estar emaranhado ou preso." + }, + { + "ecode": "1201200000030002", + "intro": "O filamento no slot 1 do AMS2 acabou e foi automaticamente trocado para o slot com o mesmo filamento." + }, + { + "ecode": "1201330000030003", + "intro": "O RFID AMS2 Slot4 não pode ser lido devido a um erro estrutural." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C A ventoinha de resfriamento do aquecedor 2 está bloqueada, o que pode ser devido ao fato de a ventoinha estar presa." + }, + { + "ecode": "12FF200000020001", + "intro": "O filamento no suporte do carretel acabou; insira um novo filamento." + }, + { + "ecode": "12FF200000020002", + "intro": "O filamento no suporte da bobina está vazio; insira um novo filamento." + }, + { + "ecode": "12FF200000020005", + "intro": "O filamento pode estar quebrado no cabeçote." + }, + { + "ecode": "12FF200000020007", + "intro": "Falha ao verificar a localização do filamento no cabeçote; por favor clique para obter mais ajuda." + }, + { + "ecode": "12FF200000030007", + "intro": "Verificando a localização do filamento de todos os slots AMS, aguarde." + }, + { + "ecode": "12FF800000020001", + "intro": "O filamento no suporte da bobina pode estar emaranhado ou preso." + }, + { + "ecode": "1200450000020001", + "intro": "O sensor do cortador de filamento está com defeito. Verifique se o conector está conectado corretamente." + }, + { + "ecode": "1200450000020002", + "intro": "A distância de corte do cortador de filamento é muito grande. O motor X pode perder etapas." + }, + { + "ecode": "1200450000020003", + "intro": "A alça do cortador de filamento não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "1200510000030001", + "intro": "O AMS está desativado; carregue o filamento do suporte do carretel." + }, + { + "ecode": "0C0001000001000A", + "intro": "O LED do Micro Lidar pode estar quebrado." + }, + { + "ecode": "0C00020000020002", + "intro": "A linha horizontal do laser é muito larga. Verifique se a cama aquicida está suja." + }, + { + "ecode": "0C00020000020008", + "intro": "A linha vertical do laser é muito larga. Verifique se o mesa está suja." + }, + { + "ecode": "0C00030000010009", + "intro": "O módulo de inspeção da primeira camada foi reinicializado de forma anormal. O resultado da inspeção pode ser impreciso." + }, + { + "ecode": "0C00030000020001", + "intro": "A medição da exposição do filamento falhou porque a reflexão do laser é muito fraca neste material. A inspeção da primeira camada pode estar imprecisa." + }, + { + "ecode": "0C00030000020002", + "intro": "A inspeção da primeira camada foi encerrada devido a dados anormais do Lidar." + }, + { + "ecode": "0C00030000020004", + "intro": "A inspeção de primeira camada não é suportada para o trabalho de impressão atual." + }, + { + "ecode": "0C00030000020005", + "intro": "A inspeção da primeira camada atingiu um tempo limite anormal e os resultados atuais podem ser imprecisos." + }, + { + "ecode": "0C00030000030006", + "intro": "O filamento purgado pode ter se acumulado em execesso na calha. Verifique e limpe o excesso de calha." + }, + { + "ecode": "0C00030000030007", + "intro": "Possíveis defeitos na primeira camada foram detectados. Verifique a qualidade da primeira camada e decida se o trabalho deve ser interrompido." + }, + { + "ecode": "0C00030000030008", + "intro": "Possíveis defeitos de espaguete foram detectados. Verifique a qualidade da impressão e decida se o trabalho deve ser interrompido." + }, + { + "ecode": "0C00030000030010", + "intro": "Sua impressora parece estar imprimindo sem extrusão." + }, + { + "ecode": "07FF200000020001", + "intro": "O filamento externo acabou; por favor, carregue um novo filamento." + }, + { + "ecode": "07FF200000020002", + "intro": "Falta um filamento externo; por favor, carregue um novo filamento." + }, + { + "ecode": "07FF200000020004", + "intro": "Por favor, puxe o filamento externo da extrusora." + }, + { + "ecode": "0703300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0703310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0703350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0702300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0702310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0702350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0701300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0701310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0701350000010001", + "intro": "O sensor de temperatura e umidade apresenta um erro. O chip pode estar com defeito." + }, + { + "ecode": "0700300000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0700310000030003", + "intro": "O RFID não pode ser lido devido a um erro estrutural ou de hardware." + }, + { + "ecode": "0700350000010001", + "intro": "O sensor de temperatura e umidade tem um erro. O chip pode estar com defeito." + }, + { + "ecode": "0700450000020001", + "intro": "O sensor do cortador de filamento está com defeito; verifique se o conector está conectado corretamente." + }, + { + "ecode": "0700450000020002", + "intro": "A distância de corte do cortador de filamento é muito grande. O motor XY pode perder etapas." + }, + { + "ecode": "0700450000020003", + "intro": "A alça do cortador de filamentos não foi liberada. O cabo ou a lâmina podem estar presos." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura na fonte de alimentação pode ter um curto-circuito." + }, + { + "ecode": "0300930000010008", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura na fonte de alimentação pode ter um circuito aberto." + }, + { + "ecode": "0300940000020003", + "intro": "A câmara não conseguiu atingir a temperatura desejada. A máquina deixará de esperar pela temperatura da câmara." + }, + { + "ecode": "0300940000030002", + "intro": "Se o valor de configuração da temperatura da câmara exceder o limite, o valor limite será definido." + }, + { + "ecode": "0500020000020002", + "intro": "Falha no login do dispositivo; verifique as informações da sua conta." + }, + { + "ecode": "0500020000020004", + "intro": "Usuário não autorizado: verifique as informações da sua conta." + }, + { + "ecode": "0500020000020006", + "intro": "O serviço Liveview está com defeito; verifique sua conexão de rede." + }, + { + "ecode": "0500020000020007", + "intro": "Falha no login do serviço Liveview; verifique sua conexão de rede." + }, + { + "ecode": "0500030000010001", + "intro": "O módulo MC está com defeito; reinicie o dispositivo ou verifique a conexão do cabo do dispositivo." + }, + { + "ecode": "0500030000010002", + "intro": "O cabeçote da ferramenta está com defeito. Reinicie o dispositivo." + }, + { + "ecode": "0500030000010003", + "intro": "O módulo AMS está com defeito. Reinicie o dispositivo." + }, + { + "ecode": "0500030000010005", + "intro": "O serviço interno está com defeito. Por favor, reinicie o dispositivo." + }, + { + "ecode": "0500030000010006", + "intro": "Ocorreu uma pane no sistema. Reinicie o dispositivo." + }, + { + "ecode": "0500030000010008", + "intro": "Ocorreu um travamento do sistema. Reinicie o dispositivo." + }, + { + "ecode": "0500030000010009", + "intro": "Ocorreu um travamento do sistema. Ele foi recuperado por reinicialização automática." + }, + { + "ecode": "0500030000010023", + "intro": "O módulo CTC está com defeito. Por favor reinicie o dispositivo." + }, + { + "ecode": "0500030000010025", + "intro": "O firmware atual está anormal. Por favor, atualize novamente." + }, + { + "ecode": "0500040000010004", + "intro": "O arquivo de impressão não está autorizado." + }, + { + "ecode": "0500040000020007", + "intro": "A temperatura da mesa excede a temperatura de vitrificação do filamento, o que pode causar um entupimento no bico. Mantenha a porta frontal da impressora aberta ou diminua a temperatura da mesa." + }, + { + "ecode": "0300400000020001", + "intro": "A transmissão de dados pela porta serial está anormal; o sistema de software pode estar com defeito." + }, + { + "ecode": "0300900000010004", + "intro": "Falha no aquecimento da câmara. A velocidade do ventilador de aquecimento está muito baixa." + }, + { + "ecode": "0300900000010005", + "intro": "Falha no aquecimento da câmara. A resistência térmica é muito alta." + }, + { + "ecode": "0300900000010010", + "intro": "A comunicação do controlador de temperatura da câmara está anormal." + }, + { + "ecode": "0300910000010001", + "intro": "A temperatura do aquecedor da câmara 1 está anormal. O aquecedor pode ter um curto-circuito." + }, + { + "ecode": "0300910000010003", + "intro": "A temperatura do aquecedor da câmara 1 está anormal. O aquecedor está acima da temperatura." + }, + { + "ecode": "0300910000010006", + "intro": "A temperatura do aquecedor de câmara 1 está anormal. O sensor pode ter um curto-circuito." + }, + { + "ecode": "030091000001000A", + "intro": "A temperatura do aquecedor da câmara 1 está anormal. A placa AC pode estar quebrada." + }, + { + "ecode": "0300920000010001", + "intro": "A temperatura do aquecedor da câmara 2 está anormal. O aquecedor pode estar em curto-circuito." + }, + { + "ecode": "0300920000010002", + "intro": "A temperatura do aquecedor da câmara 2 está anormal. O aquecedor pode estar com circuito aberto ou o fusível térmico pode estar ativado." + }, + { + "ecode": "0300920000010003", + "intro": "A temperatura do aquecedor da câmara 2 está anormal. O aquecedor está acima da temperatura." + }, + { + "ecode": "0300920000010006", + "intro": "A temperatura do aquecedor da câmara 2 é anormal. O sensor pode ter um curto-circuito." + }, + { + "ecode": "030092000001000A", + "intro": "A temperatura do aquecedor da câmara 2 está anormal. A placa AC pode estar quebrada." + }, + { + "ecode": "0300930000010001", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura do aquecedor da câmara pode ter um curto-circuito." + }, + { + "ecode": "0300930000010002", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura do aquecedor da câmara pode ter um circuito aberto." + }, + { + "ecode": "0300930000010003", + "intro": "A temperatura da câmara está anormal. O sensor de temperatura do aquecedor da câmara na saída de ar pode ter um curto-circuito." + }, + { + "ecode": "0300050000010001", + "intro": "O driver do motor está superaquecendo. Seu radiador pode estar solto ou sua ventoinha de resfriamento pode estar danificada." + }, + { + "ecode": "0300060000010001", + "intro": "O Motor-A tem um circuito aberto. Pode haver uma conexão solta ou o motor pode ter falhado." + }, + { + "ecode": "0300060000010002", + "intro": "O Motor-A tem um curto-circuito. Pode ter falhado." + }, + { + "ecode": "0300070000010001", + "intro": "O Motor-B tem um circuito aberto. A conexão pode estar solta ou o motor pode ter falhado." + }, + { + "ecode": "0300070000010002", + "intro": "O motor-B tem um curto-circuito. Pode ter falhado." + }, + { + "ecode": "0300080000010001", + "intro": "O Motor-Z tem um circuito aberto. A conexão pode estar solta ou o motor pode ter falhado." + }, + { + "ecode": "0300080000010002", + "intro": "O Motor-Z tem um curto-circuito. Pode ter falhado." + }, + { + "ecode": "03000A0000010001", + "intro": "O sensor de força da mesa aquecida 1 é muito sensível. Ele pode estar preso entre o braço de tensão e o suporte da mesa aquecida ou o parafuso de ajuste pode estar muito apertado." + }, + { + "ecode": "03000A0000010002", + "intro": "O sinal do sensor de força da mesa aquecida 1 é fraco. O sensor de força pode estar quebrado ou ter uma conexão elétrica ruim." + }, + { + "ecode": "03000A0000010003", + "intro": "O sinal do sensor de força da mesa aquecida 1 é muito fraco. A conexão eletrônica ao sensor pode estar interrompida." + }, + { + "ecode": "03000A0000010004", + "intro": "Foi detectada uma perturbação externa no sensor de força 1. A placa da mesa aquecida pode ter tocado em algo." + }, + { + "ecode": "03000A0000010005", + "intro": "O sensor de força 1 detectou força contínua inesperada. A mesa aquecida pode estar preso ou a extremidade frontal analógica pode estar quebrada." + }, + { + "ecode": "03000B0000010001", + "intro": "O sensor de força 2 da mesa aquecida está muito sensivel. Talvez esteja preso entre o braço e o suporte da mesa aquecida, ou ajustando o parafuso que esteja muito apertado." + }, + { + "ecode": "03000B0000010002", + "intro": "O sinal do sensor da mesa aquecida 2 está fraco. O sensor de força pode estar quebrado ou ter uma conexão elétrica ruim." + }, + { + "ecode": "03000B0000010003", + "intro": "O sinal do sensor de força 2 da mesa aquecida está muito fraco. A conexão eletrônica com o sensor pode estar quebrada." + }, + { + "ecode": "03000B0000010004", + "intro": "Foi detectada uma perturbação externa no sensor de força 2. A placa da mesa aquecida por ter tocado em algo." + }, + { + "ecode": "03000B0000010005", + "intro": "O sensor de força 2 detectou força contínua inesperada. O aquecedor pode estar preso ou a extremidade frontal analógica pode estar quebrada." + }, + { + "ecode": "03000C0000010001", + "intro": "O sensor de força 3 da mesa aquecida está muito sensivel. Talvez esteja preso entre o braço e o suporte da mesa aquecida, ou ajustando o parafuso que esteja muito apertado." + }, + { + "ecode": "03000C0000010002", + "intro": "O sinal do sensor de força da mesa aquecida 3 é fraco. O sensor de força pode estar quebrado ou ter uma conexão elétrica ruim." + }, + { + "ecode": "03000C0000010003", + "intro": "O sinal do sensor de força 3 da mesa aquecida está muito fraco. A conexão eletrônica com o sensor pode estar quebrada." + }, + { + "ecode": "03000C0000010004", + "intro": "Uma perturbação externa foi detectada no sensor de força 3. A placa da mesa aquecida pode ter tocado em algo." + }, + { + "ecode": "03000C0000010005", + "intro": "O sensor de força 3 detectou força contínua inesperada. A mesa aquecida pode estar preso ou a extremidade frontal analógica pode estar quebrada." + }, + { + "ecode": "0300100000020001", + "intro": "A frequência de ressonância do eixo X é baixa. A correia dentada pode estar solta." + }, + { + "ecode": "0300110000020001", + "intro": "A frequência de ressonância do eixo Y é baixa. A correia dentada pode estar solta." + }, + { + "ecode": "0300120000020001", + "intro": "A tampa frontal do cabeçote caiu." + }, + { + "ecode": "0300130000010001", + "intro": "O sensor de corrente do Motor-A está anormal. Isso pode ser causado por uma falha do circuito de amostragem de hardware." + }, + { + "ecode": "0300140000010001", + "intro": "O sensor de corrente do Motor-B está anormal. Isso pode ser causado por uma falha do circuito de amostragem de hardware." + }, + { + "ecode": "0300150000010001", + "intro": "O sensor de corrente do Motor-Z está anormal. Isso pode ser causado por uma falha do circuito de amostragem de hardware." + }, + { + "ecode": "0300170000010001", + "intro": "A velocidade do ventilador do bocal está muito lenta ou parada. Ele pode estar preso ou o conector pode não estar conectado corretamente." + }, + { + "ecode": "0300170000020002", + "intro": "A velocidade do ventilador do bico está lenta. Ele pode estar preso e precisa ser limpo." + }, + { + "ecode": "03001B0000010001", + "intro": "O sinal do sensor de aceleração do leito térmico está fraco. O sensor pode ter caído ou sido danificado." + }, + { + "ecode": "03001B0000010003", + "intro": "O sensor de aceleração da cama aquecida detectou uma força contínua inesperada. O sensor pode estar preso ou a extremidade frontal analógica pode estar quebrada." + }, + { + "ecode": "03001C0000010001", + "intro": "O driver do motor de extrusão está anormal. O MOSFET pode estar em curto-circuito." + }, + { + "ecode": "0300200000010003", + "intro": "Retorno do eixo X anormal: a correia pode estar frouxa." + }, + { + "ecode": "0300200000010004", + "intro": "Retorno do eixo Y anormal: a correia pode estar frouxa." + }, + { + "ecode": "0300010000010002", + "intro": "A temperatura da mesa aquecida é anormal; o aquecedor pode ter um circuito aberto ou o interruptor térmico pode estar aberto." + }, + { + "ecode": "0300010000010003", + "intro": "A temperatura da mesa aquecida é anormal; o aquecedor está acima da temperatura." + }, + { + "ecode": "0300010000010006", + "intro": "A temperatura da mesa aquecida está anormal; o sensor pode ter um curto-circuito." + }, + { + "ecode": "0300010000010007", + "intro": "A temperatura da mesa aquecida é anormal; o sensor pode ter um circuito aberto." + }, + { + "ecode": "030001000001000C", + "intro": "A mesa aquecida está funcionando com carga total há muito tempo. O sistema de controle de temperatura pode estar anormal." + }, + { + "ecode": "0300010000030008", + "intro": "A temperatura da mesa aquecida excede o limite e se ajusta automaticamente à temperatura limite." + }, + { + "ecode": "0300020000010001", + "intro": "A temperatura do bico está anormal; o aquecedor pode ter um curto-circuito." + }, + { + "ecode": "0300020000010002", + "intro": "A temperatura do bico está anormal; o aquecedor pode ter um circuito aberto." + }, + { + "ecode": "0300020000010003", + "intro": "A temperatura do bico é anormal; o aquecedor está acima da temperatura." + }, + { + "ecode": "0300020000010007", + "intro": "A temperatura do bico está anormal; o sensor pode ter um circuito aberto." + } + ] + }, + "device_error": { + "ver": 202510142200, + "pt-BR": [ + { + "ecode": "0C00402C", + "intro": "Erro de link de dados do dispositivo. Por favor, reinicie a impressora." + }, + { + "ecode": "03004015", + "intro": "Calibração de detecção de aglomeração de bico falhou. Por favor, vá para \"Assistente\" para solução de problemas." + }, + { + "ecode": "0500803C", + "intro": "A configuração atual da bico não corresponde ao arquivo de fatiamento. Continuar a imprimir pode afetar a qualidade da impressão. É recomendável refazer o fatiamento antes de iniciar a impressão." + }, + { + "ecode": "0300401F", + "intro": "O hotend não está instalado e a ferramenta não pode realizar a homing. Por favor, instale o hotend e então continue." + }, + { + "ecode": "0300801E", + "intro": "O motor de extrusão está sobrecarregado, verifique se a extrusora está entupida ou se o filamento está preso na cabeça da ferramenta." + }, + { + "ecode": "07018007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07028007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07038007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07008007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18058007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07078007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18078007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07058007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18038007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18018007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18028007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18008007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "07048007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18068007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "18048007", + "intro": "Falha ao extrudar o filamento. Verifique se o extrusor está obstruído." + }, + { + "ecode": "07068007", + "intro": "Falha na extrusão do filamento. Verifique se a extrusora está entupida." + }, + { + "ecode": "03004016", + "intro": "Falha na limpeza do bicos. Clique no Assistente para solução de problemas." + }, + { + "ecode": "0502C014", + "intro": "A estimativa de filamento restante do AMS é habilitada por padrão e não pode ser desabilitada." + }, + { + "ecode": "05864096", + "intro": "AMS-HT G não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05024098", + "intro": "Detectado AMS C não certificado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS ou reinicie a impressora." + }, + { + "ecode": "05014098", + "intro": "AMS B não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS ou reinicie a impressora." + }, + { + "ecode": "05814096", + "intro": "AMS-HT B não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05844096", + "intro": "AMS-HT F não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05824096", + "intro": "AMS-HT C não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05034098", + "intro": "AMS D não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS ou reinicie a impressora." + }, + { + "ecode": "05854096", + "intro": "AMS-HT E não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05804096", + "intro": "AMS-HT A não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05834096", + "intro": "AMS-HT D não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05874096", + "intro": "AMS-HT H não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS-HT ou reinicie a impressora." + }, + { + "ecode": "05004098", + "intro": "AMS A não certificado detectado; o dispositivo não pode continuar funcionando. Reconecte o cabo AMS ou reinicie a impressora." + }, + { + "ecode": "0500807E", + "intro": "Coloque um tapete de corte StrongGrip na base de proteção de corte." + }, + { + "ecode": "05008062", + "intro": "O marcador da placa de impressão não foi detectado. Confirme se a placa de impressão está posicionada corretamente na mesa de aquecimento, com os quatro cantos alinhados e se o marcador está visível. Se houver muita luz incidindo sobre a folha de impressão, considere fechar a porta frontal e bloquear as fontes de luz externas." + }, + { + "ecode": "0500808B", + "intro": "A configuração da câmera BirdsEye falhou. Limpe a cama térmica, remova todos os objetos e o tapete e certifique-se de que os marcadores da cama térmica estejam visíveis. Enquanto isso, limpe a câmera BirdsEye e a câmera Toolhead e remova quaisquer obstruções que possam bloquear as câmeras." + }, + { + "ecode": "0502C012", + "intro": "A tarefa de calibração não pode ser pausada." + }, + { + "ecode": "07FFC010", + "intro": "Insira o filamento até que ele não possa ser empurrado mais longe. Pode haver uma leve fumaça durante a purga, portanto, feche a porta frontal e a tampa superior após a inserção." + }, + { + "ecode": "05024002", + "intro": "A impressora não tem dados de calibração de aprimoramento de precisão de movimento; o aprimoramento de precisão de movimento não pode ser ativado." + }, + { + "ecode": "05008093", + "intro": "A capa de silicone da ponta não está instalada; há um risco de falha no controle de temperatura. Por favor, instale corretamente e tente novamente." + }, + { + "ecode": "05008092", + "intro": "A inicialização da câmera da ferramenta falhou. Esta impressão ainda pode continuar, mas algumas funções de IA serão desativadas. Se você encontrar esse problema novamente após reiniciar, entre em contato com o suporte ao cliente." + }, + { + "ecode": "05008041", + "intro": "O filamento no hotend está muito frio. A extrusão pode danificar o extrusor. Ainda está alimentando o filamento para dentro/fora?" + }, + { + "ecode": "05008040", + "intro": "A tampa frontal da cabeça da ferramenta está solta. Mover a cabeça da ferramenta pode danificar a impressora. Deseja continuar?" + }, + { + "ecode": "0502C011", + "intro": "Atualmente, você está no modo de produção 2D. Opere diretamente na impressora." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "A calibração do offset do módulo de corte falhou, o que pode resultar em cortes imprecisos. Por favor, certifique-se de que o papel de impressora branco de 80g (espessura de papel carta) está devidamente posicionado e verifique se a ponta da lâmina de corte está desgastada." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "O dispositivo está sendo atualizado no momento. Tente novamente quando ele estiver ocioso." + }, + { + "ecode": "0300C012", + "intro": "Por favor, aqueça o bocal acima de 170° C." + }, + { + "ecode": "07008023", + "intro": "Falha no resfriamento da AMS A. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07028023", + "intro": "Falha no resfriamento do AMS C. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07038023", + "intro": "Falha no resfriamento do AMS D. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07018023", + "intro": "Falha no resfriamento do AMS B. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07058023", + "intro": "Falha no resfriamento do AMS F. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07048023", + "intro": "Falha no resfriamento do AMS E. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18018023", + "intro": "Falha no resfriamento do AMS-HT B. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07068023", + "intro": "Falha no resfriamento do AMS G. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "07078023", + "intro": "Falha no resfriamento do AMS H. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18048023", + "intro": "Falha no resfriamento do AMS-HT E. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18068023", + "intro": "Falha no resfriamento do AMS-HT G. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18038023", + "intro": "Falha no resfriamento do AMS-HT D. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18058023", + "intro": "Falha no resfriamento do AMS-HT F. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18008023", + "intro": "Falha no resfriamento do AMS-HT A. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18078023", + "intro": "Falha no resfriamento do AMS-HT H. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "18028023", + "intro": "Falha no resfriamento do AMS-HT C. A temperatura ambiente pode estar muito alta. Opere o dispositivo em um ambiente adequado." + }, + { + "ecode": "05004010", + "intro": "O AMS está secando e não pode ser atualizado no momento. Tente novamente mais tarde." + }, + { + "ecode": "05004011", + "intro": "A impressora está carregando ou descarregando filamento e não pode ser atualizada no momento. Tente novamente mais tarde." + }, + { + "ecode": "05004012", + "intro": "O dispositivo está imprimindo e não pode ser atualizado no momento. Tente novamente mais tarde." + }, + { + "ecode": "0500400F", + "intro": "O AMS está sendo inicializado e não pode ser atualizado no momento. Tente novamente mais tarde." + }, + { + "ecode": "05004013", + "intro": "O AMS está em operação e não pode ser atualizado no momento. Tente novamente quando ele estiver inativo." + }, + { + "ecode": "03008022", + "intro": "O leito térmico pode ficar obstruído enquanto se move para baixo. Limpe todos os objetos embaixo da cama térmica e verifique se há resistência ou obstrução durante o movimento." + }, + { + "ecode": "05004042", + "intro": "Devido a limitações de energia, iniciar a secagem AMS interromperá as operações atuais, como o aquecimento do bico e o funcionamento do ventilador. Deseja prosseguir com a secagem?" + }, + { + "ecode": "05004040", + "intro": "A impressora atingiu o limite de energia. Conecte um adaptador de energia dedicado a este AMS para permitir a secagem." + }, + { + "ecode": "05004041", + "intro": "A secagem AMS não pode ser iniciada durante a impressão." + }, + { + "ecode": "0500806B", + "intro": "A alavanca de liberação rápida não está travada. Pressione o módulo externo da cabeça da ferramenta para garantir que esteja corretamente encaixado e, em seguida, empurre o nível para baixo para travá-lo no lugar." + }, + { + "ecode": "0502C010", + "intro": "Devido a limitações de energia da impressora, a impressão, a calibração, os controles e outras ações não podem ser realizados durante a secagem AMS. Interrompa o processo de secagem antes de prosseguir com qualquer outra operação." + }, + { + "ecode": "03004014", + "intro": "Falha no eixo Z de homing: anormalidade no controle de temperatura." + }, + { + "ecode": "07FFC012", + "intro": "Remova a tampa frontal e pendure-a no eixo X. Pressione o acoplador preto do tubo de PTFE e desconecte o tubo de PTFE. Após concluir a operação, clique em "Continuar"." + }, + { + "ecode": "05004007", + "intro": "O dispositivo requer uma atualização de reparo e a impressão não está disponível no momento." + }, + { + "ecode": "05008090", + "intro": "Cole o papel de impressão branco de 80 g na área central da plataforma." + }, + { + "ecode": "18068005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18018004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18038005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18078004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18058004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18078005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18008005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18048005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18038004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18008004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18018005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18028004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18028005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18058005", + "intro": "O AMS-HT falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18048004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18068004", + "intro": "O AMS-HT falhou ao puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07FF8025", + "intro": "A extração a frio atingiu o tempo limite. Opere imediatamente ou verifique se o filamento está quebrado dentro da extrusora e clique no Assistente para obter detalhes." + }, + { + "ecode": "18018006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18008006", + "intro": "Incapaz de alimentar o filamento na extrusora. Isto pode ser devido a um filamento emaranhado ou a um carretel preso. Caso contrário, verifique se o tubo AMS-HT PTFE está ligado." + }, + { + "ecode": "18078006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18028006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18048006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18058006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18038006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "18068006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS-HT está conectado." + }, + { + "ecode": "0502400E", + "intro": "Falha ao iniciar uma nova tarefa: a extração a frio do bico não foi concluída." + }, + { + "ecode": "07008004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07018004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07028005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07038005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07FF8005", + "intro": "Falha ao alimentar o filamento fora do AMS. Corte a ponta do filamento e verifique se o carretel está preso. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "18068003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07068004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07048003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07078004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18058003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07048005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18FF8005", + "intro": "Falha ao alimentar o filamento fora do AMS-HT. Por favor, corte a extremidade do filamento e verifique se a bobina está presa." + }, + { + "ecode": "07048006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07078006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07058006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07028006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07008005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07018005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07028003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07038004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07018003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07038003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07028004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07068003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "18038003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07058004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "07048004", + "intro": "O AMS falhou em puxar o filamento de volta. Isso pode ser devido a um carretel preso ou à ponta do filamento estar presa no caminho." + }, + { + "ecode": "18008003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "18078003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07058005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07068005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "07058003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "18028003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07078003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07078005", + "intro": "O AMS falhou ao enviar o filamento. Você pode cortar a ponta do seu filamento e reinseri-lo. Se esta mensagem persistir, verifique os tubos de PTFE no AMS para ver se há sinais de desgaste." + }, + { + "ecode": "18048003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "18018003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "07008006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07038006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07018006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07068006", + "intro": "Não é possível alimentar o filamento na extrusora. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa. Caso contrário, verifique se o tubo de PTFE AMS está conectado." + }, + { + "ecode": "07008003", + "intro": "Falha ao retirar o filamento do extrusor. Isso pode ser causado por extrusor entupido ou filamento quebrado dentro do extrusor." + }, + { + "ecode": "0502400D", + "intro": "Falha ao iniciar uma nova tarefa: o carregamento/descarregamento do filamento não foi concluído." + }, + { + "ecode": "03008042", + "intro": "Tarefa pausada porque a porta está aberta." + }, + { + "ecode": "05008079", + "intro": "Coloque o material de teste do laser (papelão de 350 g) e posicione as tiras de suporte embaixo para evitar deformações do material." + }, + { + "ecode": "0580409C", + "intro": "O firmware do AMS-HT A não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0582409C", + "intro": "O firmware do AMS-HT C não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0584409C", + "intro": "O firmware do AMS-HT E não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0501409D", + "intro": "O firmware do AMS B não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0587409C", + "intro": "O firmware do AMS-HT H não é compatível com a impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0503409D", + "intro": "O firmware do AMS D não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0581409C", + "intro": "O firmware do AMS-HT B não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0585409C", + "intro": "O firmware do AMS-HT F não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0502409D", + "intro": "O firmware do AMS C não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0500409D", + "intro": "O firmware do AMS A não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0586409C", + "intro": "O firmware do AMS-HT G não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "03004050", + "intro": "Tempo limite de calibração da câmera Liveview; reinicie a impressora." + }, + { + "ecode": "0583409C", + "intro": "O firmware do AMS-HT D não corresponde à impressora; o dispositivo não pode continuar funcionando. Atualize-o na página "Firmware"." + }, + { + "ecode": "0C008034", + "intro": "Falha na inicialização da câmera Liveview. Esta impressão ainda pode ser feita, mas algumas funções de IA serão desativadas. Se o problema persistir após a reinicialização, entre em contato com o suporte ao cliente." + }, + { + "ecode": "0C008043", + "intro": "A IA detectou aglomeração de bicos. Verifique a condição do bico. Consulte o assistente para obter soluções." + }, + { + "ecode": "03004008", + "intro": "O AMS não conseguiu trocar o filamento." + }, + { + "ecode": "0C00402A", + "intro": "O marcador visual não foi detectado. Cole novamente o papel na posição correta." + }, + { + "ecode": "05004033", + "intro": "AMS não certificado detectado ou firmware AMS não atualizado: o dispositivo não pode continuar funcionando." + }, + { + "ecode": "05004031", + "intro": "Um acessório não certificado foi detectado e o dispositivo não pode continuar funcionando. Use os acessórios do Bambu Lab ou atualize para o firmware mais recente." + }, + { + "ecode": "05008085", + "intro": "A câmera do bocal está obstruída" + }, + { + "ecode": "07FF8007", + "intro": "Por favor, observe o bocal. Se o filamento tiver sido extrudado, selecione “Continuar”; se não estiver, empurre o filamento ligeiramente para frente e selecione “Tentar novamente”." + }, + { + "ecode": "07FF8002", + "intro": "O cortador está preso. Puxe a alça do cortador e clique no botão “Tentar novamente”." + }, + { + "ecode": "0500808C", + "intro": "Desvio detectado da placa de construção. Alinhe a placa de construção com a cama térmica e continue." + }, + { + "ecode": "07FFC011", + "intro": "Retire manualmente e lentamente o filamento da extrusora. Em seguida, clique em “Continuar”." + }, + { + "ecode": "05004039", + "intro": "A tarefa atual não permite a instalação do módulo de laser/corte e a tarefa foi interrompida." + }, + { + "ecode": "0500403B", + "intro": "As tarefas de laser/corte não podem ser iniciadas na máquina no momento. Use o software do computador para iniciar a tarefa." + }, + { + "ecode": "07044025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07004025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07034025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18014025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07024025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18044025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07014025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07074025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18074025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07064025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18064025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18054025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "07054025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18004025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18034025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "18024025", + "intro": "Falha ao ler as informações do filamento." + }, + { + "ecode": "0300800D", + "intro": "Alguns objetos caíram ou a extrusora não está extrudando normalmente. Se os defeitos forem aceitáveis, selecione “Continuar” para retomar o trabalho de impressão." + }, + { + "ecode": "0500C036", + "intro": "Essa é uma tarefa de impressão. Por favor, desconecte o módulo de laser/corte da cabeça da ferramenta." + }, + { + "ecode": "0300804F", + "intro": "O processo de carregamento/descarregamento está em andamento. Pare o processo ou remova o módulo de laser/corte." + }, + { + "ecode": "0300804E", + "intro": "Essa é uma tarefa de impressão. Por favor, desconecte o módulo de laser/corte da cabeça da ferramenta." + }, + { + "ecode": "0500808A", + "intro": "A câmera Birdseye é instalada em offset. Consulte o assistente para reinstalá-lo." + }, + { + "ecode": "05008089", + "intro": "A tarefa foi pausada devido à falha na verificação de presença. Verifique a impressora para continuar." + }, + { + "ecode": "05008074", + "intro": "A plataforma laser é compensada. Certifique-se de que os quatro cantos da plataforma estejam alinhados com a cama térmica e que o marcador não esteja obstruído." + }, + { + "ecode": "05FE8081", + "intro": "O hotend esquerdo não está instalado." + }, + { + "ecode": "05FF8081", + "intro": "O hot-end correto não está instalado." + }, + { + "ecode": "05FF8080", + "intro": "O hot-end correto não está instalado." + }, + { + "ecode": "05FE8080", + "intro": "O hotend esquerdo não está instalado." + }, + { + "ecode": "05008080", + "intro": "Os hot-end esquerdo e direito não estão instalados." + }, + { + "ecode": "05008081", + "intro": "Os hot-end esquerdo e direito não estão instalados." + }, + { + "ecode": "05008088", + "intro": "A câmera Birdseye está suja" + }, + { + "ecode": "05008087", + "intro": "A câmera BirdsEye está obstruída" + }, + { + "ecode": "03004002", + "intro": "A impressão foi interrompida porque o nivelamento automático da mesa falhou." + }, + { + "ecode": "0C004020", + "intro": "A configuração da câmera BirdsEye falhou. Limpe todos os objetos e remova o tapete. Certifique-se de que o marcador não esteja obstruído." + }, + { + "ecode": "03008021", + "intro": "O bocal pode não estar instalado ou não estar instalado corretamente. Certifique-se de que o bocal esteja instalado corretamente antes de continuar." + }, + { + "ecode": "03008061", + "intro": "O modo do sistema de fluxo de ar falhou ao ser ativado; verifique a condição da porta de ar." + }, + { + "ecode": "0300801A", + "intro": "Erro de extrusão de filamento; consulte o assistente para solucionar problemas. Depois de resolver o problema, decida se deseja cancelar ou retomar o trabalho de impressão com base no status real da impressão." + }, + { + "ecode": "05008084", + "intro": "A câmera Live View está suja; limpe-a e continue." + }, + { + "ecode": "0500401E", + "intro": "A resposta da nuvem é inválida. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05014023", + "intro": "Acesso à nuvem rejeitado. Se você já tentou várias vezes e ainda está falhando, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05014025", + "intro": "A resposta da nuvem é inválida. Se você já tentou várias vezes e ainda está falhando, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "18068012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "10018003", + "intro": "O modo de lapso de tempo é definido como Tradicional no arquivo de fatiamento. Isso pode causar defeitos na superfície. Você gostaria de habilitá-lo?" + }, + { + "ecode": "03008014", + "intro": "O bico está entupido de filamentos ou a placa de construção está instalada incorretamente. Cancele essa impressão e limpe o bico ou ajuste a placa de construção de acordo com o status atual, ou toque no botão \"Resume\" para retomar o trabalho de impressão." + }, + { + "ecode": "03008017", + "intro": "Objetos estranhos detectados na mesa aquecida, verifique e limpe a mesa aquecida e, em seguida, toque no botão \"Resume\" para retomar o trabalho de impressão." + }, + { + "ecode": "0500401C", + "intro": "O acesso à nuvem foi rejeitado. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004025", + "intro": "A resposta da nuvem é inválida. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004026", + "intro": "Acesso à nuvem rejeitado. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004028", + "intro": "A resposta da nuvem é inválida. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "0501401B", + "intro": "A resposta da nuvem é inválida. Se você já tentou várias vezes e ainda está falhando, entre em contato com o suporte ao cliente." + }, + { + "ecode": "05014020", + "intro": "Acesso à nuvem rejeitado. Se você tentou várias vezes e ainda não conseguiu, entre em contato com o suporte ao cliente." + }, + { + "ecode": "05014022", + "intro": "A resposta da nuvem é inválida. Se você já tentou várias vezes e ainda está falhando, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05014029", + "intro": "O acesso à nuvem foi rejeitado. Se você tentou várias vezes e ainda não conseguiu, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "07008012", + "intro": "Falha ao obter a tabela de mapeamento AMS; clique em “Repetir” para continuar." + }, + { + "ecode": "07018012", + "intro": "Falha ao obter a tabela de mapeamento AMS; clique em “Repetir” para continuar." + }, + { + "ecode": "07028012", + "intro": "Falha ao obter a tabela de mapeamento AMS; clique em “Repetir” para continuar." + }, + { + "ecode": "07FF8011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "0300801C", + "intro": "A resistência à extrusão é anormal. A extrusora pode estar entupida, consulte o assistente, após a solução de problemas, você pode selecionar \"Retomar\" para retomar o trabalho de impressão." + }, + { + "ecode": "05008055", + "intro": "Tipo de plataforma incorreto. Por favor, coloque a plataforma de corte para calibração a laser." + }, + { + "ecode": "03004020", + "intro": "A detecção da presença do bocal falhou. Consulte o Assistente para obter detalhes." + }, + { + "ecode": "0500402E", + "intro": "O sistema não suporta o sistema de arquivos usado atualmente pela unidade flash USB. Substitua ou formate a unidade flash USB para FAT32." + }, + { + "ecode": "05008063", + "intro": "A plataforma não é detectada durante a calibração; certifique-se de que a plataforma laser esteja posicionada corretamente." + }, + { + "ecode": "05008066", + "intro": "O tipo de almofada não corresponde; por favor, coloque uma almofada de corte." + }, + { + "ecode": "18008012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18048012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07058012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07068012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07078012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18058012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18078012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07048012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18018012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "05004065", + "intro": "A tarefa requer uma plataforma a laser, mas a atual é uma plataforma de corte. Substitua-o, meça a espessura do material no software e reinicie a tarefa." + }, + { + "ecode": "05004075", + "intro": "Nenhuma plataforma de laser foi detectada, o que pode afetar a precisão da medição de espessura. Coloque a plataforma a laser corretamente e certifique-se de que os marcadores traseiros não estejam bloqueados e, em seguida, reinicie a medição de espessura no software antes de iniciar a tarefa." + }, + { + "ecode": "0500807D", + "intro": "Essa tarefa requer uma plataforma de corte, mas a atual é uma plataforma a laser. Substitua-a por uma plataforma de corte (base de proteção de corte e tapete de corte StrongGrip)." + }, + { + "ecode": "03008000", + "intro": "A impressão foi pausada por um motivo desconhecido. Você pode selecionar “Retomar” para retomar o trabalho de impressão." + }, + { + "ecode": "03008016", + "intro": "O bico está entupido com filamentos. Cancele esta impressão e limpe o bico de acordo com o status real ou toque no botão “Continuar” para retomar o trabalho de impressão." + }, + { + "ecode": "0500401B", + "intro": "A resposta da nuvem é inválida. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004020", + "intro": "Acesso à nuvem rejeitado. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004022", + "intro": "A resposta da nuvem é inválida. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004023", + "intro": "Acesso à nuvem rejeitado. Se tiver tentado várias vezes e ainda assim não conseguir, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05004029", + "intro": "O acesso à nuvem é rejeitado. Se você já tentou várias vezes e ainda está falhando, entre em contato com o suporte ao cliente." + }, + { + "ecode": "0501401C", + "intro": "O acesso à nuvem foi rejeitado. Se você tentou várias vezes e ainda não conseguiu, entre em contato com o suporte ao cliente." + }, + { + "ecode": "0501401E", + "intro": "A resposta da nuvem é inválida. Se você já tentou várias vezes e ainda está falhando, entre em contato com o suporte ao cliente." + }, + { + "ecode": "05014026", + "intro": "Acesso à nuvem rejeitado. Se você já tentou várias vezes e ainda está falhando, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "05014028", + "intro": "A resposta da nuvem é inválida. Se você já tentou várias vezes e ainda está falhando, entre em contato com o atendimento ao cliente." + }, + { + "ecode": "07038012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "07FF8012", + "intro": "Falha ao obter a tabela de mapeamento AMS; clique em “Repetir” para continuar." + }, + { + "ecode": "07FFC00A", + "intro": "Observe o bico. Se o filamento tiver sido extrudado, selecione "Continuar"; caso contrário, empurre o filamento para frente levemente e selecione "Tentar novamente"." + }, + { + "ecode": "05008064", + "intro": "Coloque a plataforma a laser corretamente e certifique-se de que os marcadores traseiros não estejam bloqueados para calibração a laser." + }, + { + "ecode": "18038012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18028012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "18FF8012", + "intro": "Falha ao obter a tabela de mapeamento do AMS; selecione “Continuar” para tentar novamente." + }, + { + "ecode": "05004076", + "intro": "Coloque a plataforma a laser corretamente e certifique-se de que os marcadores traseiros não estejam bloqueados e, em seguida, reinicie a medição de espessura no software antes de iniciar a tarefa." + }, + { + "ecode": "0500807A", + "intro": "A função de detecção de objetos estranhos não está funcionando. Você pode continuar a tarefa ou verificar o assistente para solucionar problemas." + }, + { + "ecode": "07FF8010", + "intro": "Verifique se o carretel ou filamento externo do filamento está preso." + }, + { + "ecode": "03004000", + "intro": "Falha no referenciamento do eixo Z, a tarefa foi interrompida." + }, + { + "ecode": "0300800A", + "intro": "Um acúmulo de filamentos foi detectado pelo AI Print Monitoring. Por favor, limpe o filamento da calha de resíduos." + }, + { + "ecode": "0300800B", + "intro": "O cortador está preso. Certifique-se de que a alça do cortador esteja solta e verifique a conexão do cabo do sensor de filamento." + }, + { + "ecode": "03008065", + "intro": "A temperatura do módulo MC está muito alta. Consulte o Wiki para obter possíveis explicações." + }, + { + "ecode": "05004070", + "intro": "O dispositivo foi conectado ao módulo laser ou cortador e não pode iniciar uma tarefa de impressão 3D." + }, + { + "ecode": "0300400B", + "intro": "Exceção de comunicação interna" + }, + { + "ecode": "03008001", + "intro": "A impressão foi pausada pelo comando do usuário. Você pode tocar em “Retomar” para retomar o trabalho de impressão." + }, + { + "ecode": "05014038", + "intro": "As configurações regionais não correspondem à impressora. Verifique as configurações regionais da impressora." + }, + { + "ecode": "03008051", + "intro": "O módulo de corte caiu; verifique." + }, + { + "ecode": "0C004024", + "intro": "A câmera Birdseye é instalada em offset. Consulte o assistente para reinstalá-lo." + }, + { + "ecode": "10018004", + "intro": "O Prime Tower não está ativado e o modo de lapso de tempo está definido como Suavizar no arquivo de corte. Isso pode causar defeitos na superfície. Você gostaria de habilitá-lo?" + }, + { + "ecode": "03008041", + "intro": "Tempo limite de detecção da plataforma a laser" + }, + { + "ecode": "03004067", + "intro": "O resultado da calibração está acima do limite." + }, + { + "ecode": "18008011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18078011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18038011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18018011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18058011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18068011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "18048011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "03004011", + "intro": "A calibração da compensação dinâmica de fluxo falhou." + }, + { + "ecode": "18028011", + "intro": "O filamento AMS-HT acabou. Insira um novo filamento no mesmo slot AMS-HT." + }, + { + "ecode": "05008072", + "intro": "A câmera Live View está bloqueada" + }, + { + "ecode": "05008083", + "intro": "O material não é permitido na calibração de montagem. Remova o material da plataforma." + }, + { + "ecode": "1800C06A", + "intro": "O AMS-HT A está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1805C06A", + "intro": "O AMS-HT F está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1807C06C", + "intro": "O AMS-HT H está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1800C06C", + "intro": "O AMS-HT A está no modo de assistência de alimentação. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H está trocando o filamento. Não é possível iniciar a secagem. Tente novamente mais tarde." + }, + { + "ecode": "10014002", + "intro": "O lapso de tempo não é suportado, pois a sequência de impressão está definida como \"Por objeto\"." + }, + { + "ecode": "1800C06D", + "intro": "O AMS-HT A está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1803C06A", + "intro": "O AMS-HT D está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1803C06C", + "intro": "O AMS-HT D está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1805C06C", + "intro": "O AMS-HT F está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1803C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT D. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C está lendo RFID. Não é possível iniciar a secagem. Tente novamente mais tarde." + }, + { + "ecode": "1805C06E", + "intro": "O motor AMS-HT F está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C06C", + "intro": "O AMS-HT G está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C06D", + "intro": "O AMS-HT G está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT Um motor está realizando um autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1805C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT F. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1807C06D", + "intro": "O AMS-HT H está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1802C06C", + "intro": "O AMS-HT C está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1807C06A", + "intro": "O AMS-HT H está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1801C06A", + "intro": "O AMS-HT B está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1807C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT H. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1803C06E", + "intro": "O motor AMS-HT D está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1801C06D", + "intro": "O AMS-HT B está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1805C06B", + "intro": "O AMS-HT F está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1802C06D", + "intro": "O AMS-HT C está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1802C06E", + "intro": "O motor AMS-HT C está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E está no Modo Feed Assist. Não é possível iniciar a secagem. Tente novamente mais tarde." + }, + { + "ecode": "1804C06A", + "intro": "O AMS-HT E está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT G. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1804C06D", + "intro": "O AMS-HT E está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C06B", + "intro": "O AMS-HT G está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1800C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT A. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1802C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT C. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1801C06C", + "intro": "O AMS-HT B está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1807C06E", + "intro": "O motor AMS-HT H está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1000C003", + "intro": "Ativar o Timelapse no modo tradicional pode causar defeitos; ative esse recurso conforme necessário." + }, + { + "ecode": "1804C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT E. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1801C06E", + "intro": "O motor AMS-HT B está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1805C06D", + "intro": "O AMS-HT F está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1803C06D", + "intro": "O AMS-HT D está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1801C06B", + "intro": "O AMS-HT B está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C06E", + "intro": "O motor AMS-HT G está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1801C069", + "intro": "Ocorreu um erro durante a secagem do AMS-HT B. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "1804C06E", + "intro": "O motor AMS-HT E está realizando autoteste. Não é possível iniciar a secagem. Tente novamente mais tarde." + }, + { + "ecode": "1803C06B", + "intro": "O AMS-HT D está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1804C06B", + "intro": "O AMS-HT E está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1806C06A", + "intro": "O AMS-HT G está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1802C06B", + "intro": "O AMS-HT C está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "1800C06B", + "intro": "O AMS-HT A está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "10014001", + "intro": "O timelapse não é suportado, pois o modo Vaso em Espiral está habilitado nas predefinições de fatiamento." + }, + { + "ecode": "0500806E", + "intro": "Objetos estranhos detectados no leito térmico; verifique e limpe o leito térmico." + }, + { + "ecode": "05004004", + "intro": "O dispositivo está ocupado e não pode iniciar uma nova tarefa. Por favor aguarde a conclusão da tarefa atual antes de enviar outra." + }, + { + "ecode": "0C004025", + "intro": "A câmera Birdseye está suja. Limpe-o e reinicie o processo." + }, + { + "ecode": "05008061", + "intro": "Nenhuma placa de impressão detectada. Certifique-se de que esteja colocado corretamente." + }, + { + "ecode": "0701C06C", + "intro": "O AMS B está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0701C069", + "intro": "Ocorreu um erro durante a secagem do AMS B. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "0700C06E", + "intro": "AMS Um motor está realizando um autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0703C06C", + "intro": "O AMS D está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0703C069", + "intro": "Ocorreu um erro durante a secagem do AMS D. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "0701C06B", + "intro": "AMS B está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0700C06C", + "intro": "O AMS A está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C069", + "intro": "Ocorreu um erro durante a secagem do AMS C. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "0703C06B", + "intro": "AMS D está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "03008054", + "intro": "Coloque o papel necessário para imprimir e cortar." + }, + { + "ecode": "0703C06D", + "intro": "O AMS D está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0701C06D", + "intro": "O AMS B está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C06A", + "intro": "O AMS C está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C06E", + "intro": "O motor AMS C está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C06C", + "intro": "O AMS C está no modo Feed Assist. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C06B", + "intro": "O AMS C está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0700C06D", + "intro": "O AMS A está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0701C06A", + "intro": "AMS B está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0702C06D", + "intro": "O AMS C está auxiliando na inserção do filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "05008082", + "intro": "Remova a película protetora do acrílico opaco brilhante antes de processar" + }, + { + "ecode": "0703C06A", + "intro": "O AMS D está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0700C06B", + "intro": "O AMS A está mudando o filamento. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "05008060", + "intro": "O módulo atual não atende aos requisitos de fabricação. Substitua o módulo de acordo com as instruções na tela." + }, + { + "ecode": "0700C069", + "intro": "Ocorreu um erro durante a secagem do AMS A. Acesse o Assistente para obter mais detalhes." + }, + { + "ecode": "0701C06E", + "intro": "O motor AMS B está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0700C06A", + "intro": "AMS A está lendo RFID. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "0703C06E", + "intro": "O motor AMS D está realizando o autoteste. Não é possível começar a secar. Tente novamente mais tarde." + }, + { + "ecode": "05008056", + "intro": "Tipo de plataforma incorreto. Por favor, coloque a plataforma de corte para calibração de corte." + }, + { + "ecode": "0500C07F", + "intro": "O dispositivo está ocupado e não pode realizar essa operação. Para continuar, pause ou interrompa a tarefa atual." + }, + { + "ecode": "0C008016", + "intro": "A detecção de objetos estranhos não é eficaz; preste atenção se há objetos no bloco de impressão." + }, + { + "ecode": "07FF8001", + "intro": "Falha ao cortar o filamento. Por favor, verifique o cortador." + }, + { + "ecode": "18FF8001", + "intro": "Falha ao cortar o filamento. Por favor, verifique o cortador." + }, + { + "ecode": "07018016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07048016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18028016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07078016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18018016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18008016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "0C004021", + "intro": "A configuração da câmera BirdsEye falhou. Verifique se a câmera está instalada corretamente." + }, + { + "ecode": "0C004026", + "intro": "A inicialização da câmera Live View falhou; reinicie a impressora." + }, + { + "ecode": "07008016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07038016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Após a solução de problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07028016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07068016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18048016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18068016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18078016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18038016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "07058016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "18058016", + "intro": "A extrusora não está extrudando normalmente; consulte o Assistente. Depois de solucionar problemas. Se os defeitos forem aceitáveis, retome." + }, + { + "ecode": "0C00402D", + "intro": "A câmera do cabeçote de ferramentas não está funcionando corretamente; reinicie o dispositivo." + }, + { + "ecode": "07FF8004", + "intro": "Falha ao puxar o filamento do toolhead para o AMS. Verifique se o filamento ou o carretel está preso." + }, + { + "ecode": "0500805C", + "intro": "O tipo de tapete de corte não corresponde; coloque um tapete de corte leve." + }, + { + "ecode": "05008059", + "intro": "A posição da plataforma não está alinhada. Certifique-se de que os quatro cantos estejam alinhados com a cama térmica." + }, + { + "ecode": "0500806C", + "intro": "O tipo de plataforma é desconhecido; substitua-a pela plataforma de corte correta e verifique se a câmera Live View está obstruída." + }, + { + "ecode": "07018013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "0500805A", + "intro": "Por favor, coloque o tapete de corte." + }, + { + "ecode": "07068013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18038013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18008013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18048013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18028013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18058013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "07048013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "05008071", + "intro": "Nenhuma plataforma de corte foi detectada. Confirme se ele foi colocado corretamente." + }, + { + "ecode": "05008073", + "intro": "O bloco limite do leito térmico está obstruído ou contaminado. Limpe e certifique-se de que o bloco limite esteja visível, caso contrário, a detecção de deslocamento da posição da plataforma pode ser imprecisa." + }, + { + "ecode": "05008068", + "intro": "Coloque o tapete de corte de aderência forte corretamente e certifique-se de que o marcador esteja exposto." + }, + { + "ecode": "0500807C", + "intro": "Coloque a plataforma de corte (base de proteção de corte+tapete de corte StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Coloque um tapete de corte LightGrip na base de proteção de corte." + }, + { + "ecode": "07008013", + "intro": "Tempo limite de purga do filamento atingido: verifique se o filamento está preso ou se a extrusora está entupida. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "07028013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "07038013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "0500806F", + "intro": "O tipo de tapete de corte não corresponde; por favor, coloque um tapete de corte forte." + }, + { + "ecode": "18068013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "07058013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "07078013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18018013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "18078013", + "intro": "Tempo limite de purga do filamento antigo: verifique se o filamento está preso ou se a extrusora está entupida." + }, + { + "ecode": "03004052", + "intro": "Falha no posicionamento do eixo Z do Blade" + }, + { + "ecode": "05008058", + "intro": "Coloque o tapete de corte Light Grip corretamente e certifique-se de que o marcador esteja exposto." + }, + { + "ecode": "0500807B", + "intro": "Coloque a plataforma de corte (base de proteção de corte + tapete de corte LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "A função de detecção de objetos estranhos não está funcionando. Você pode continuar a tarefa ou ver o assistente para solução de problemas." + }, + { + "ecode": "0500805B", + "intro": "O tipo de tapete de corte é desconhecido; substitua-o pelo tapete de corte correto e verifique se a câmera Live View está obstruída." + }, + { + "ecode": "03008064", + "intro": "A temperatura da câmara está muito alta. Abra a tampa superior e a porta frontal para esfriar. (A detecção de portas abertas para este trabalho de impressão será definida para o nível “Notificação”)" + }, + { + "ecode": "0C008017", + "intro": "Objetos estranhos detectados na plataforma; limpe-os a tempo." + }, + { + "ecode": "05008077", + "intro": "O marcador visual não foi detectado. Certifique-se de que o papel esteja colocado corretamente." + }, + { + "ecode": "05008078", + "intro": "O material atual não corresponde às configurações do arquivo fatiado. Carregue o material correto e certifique-se de que o código QR do material não esteja danificado ou sujo." + }, + { + "ecode": "0500403F", + "intro": "Falha ao baixar o trabalho de impressão; verifique sua conexão de rede." + }, + { + "ecode": "0500403D", + "intro": "Verifique se o cabeçote da ferramenta não está inicializado. Inicie a tarefa de impressão/gravação depois que a cabeça da ferramenta for inicializada." + }, + { + "ecode": "0300400C", + "intro": "A tarefa foi cancelada." + }, + { + "ecode": "05008051", + "intro": "A placa de construção atual não é a mesma do G-code. Pare o trabalho de impressão e substitua a placa de construção. Você também pode tocar em “Retomar” para forçar a retomada do trabalho de impressão." + }, + { + "ecode": "18038017", + "intro": "O AMS-HT D está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "07078010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "18048010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18038010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18028010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18008010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18018017", + "intro": "O AMS-HT B está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "18078010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18028017", + "intro": "O AMS-HT C está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "18008017", + "intro": "O AMS-HT A está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "07068011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "0C004027", + "intro": "A calibração da câmera Live View falhou. Consulte o assistente para obter detalhes e recalibre a câmera após o processamento." + }, + { + "ecode": "07058010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "18018010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18068010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "18058010", + "intro": "O motor auxiliar AMS-HT está sobrecarregado. Isso pode ser devido a um filamento emaranhado ou a uma bobina presa." + }, + { + "ecode": "07048010", + "intro": "O motor de assistência AMS está sobrecarregado. Isso pode ser devido a filamento emaranhado ou carretel preso." + }, + { + "ecode": "07068010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "07078011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "07058011", + "intro": "O filamento AMS acabou. Por favor, insira um novo filamento no mesmo slot AMS." + }, + { + "ecode": "07048011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "0C008015", + "intro": "Objetos detectados na almofada; limpe-os em tempo hábil." + }, + { + "ecode": "05024006", + "intro": "Módulo desconhecido detectado, tente atualizar o firmware para a versão mais recente." + }, + { + "ecode": "07018017", + "intro": "AMS B está secando. Pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "07028017", + "intro": "O AMS C está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "03004013", + "intro": "A impressão não pode ser iniciada enquanto o AMS estiver secando." + }, + { + "ecode": "07038017", + "intro": "O AMS D está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "07008017", + "intro": "O AMS A está secando. Por favor, pare o processo de secagem antes de carregar/descarregar o material." + }, + { + "ecode": "07FFC003", + "intro": "Por favor, retire o filamento do suporte do carretel. Se esta mensagem persistir, verifique se há filamento quebrado no extrusor ou no tubo de PTFE. (Conecte um tubo de PTFE se você estiver prestes a usar um AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Por favor, retire o filamento do suporte do carretel. Se esta mensagem persistir, verifique se há filamento quebrado na extrusora. (Conecte um tubo de PTFE se você estiver prestes a usar um AMS)" + }, + { + "ecode": "0500405D", + "intro": "Erro no número de série do módulo laser: não é possível calibrar ou fazer o projeto." + }, + { + "ecode": "0500805E", + "intro": "Erro no número de série do módulo de corte: não é possível calibrar ou fazer o projeto." + }, + { + "ecode": "0500C010", + "intro": "Exceção de leitura e gravação da unidade flash USB; reinsira-a ou substitua-a." + }, + { + "ecode": "0500402F", + "intro": "Os dados do setor da unidade flash USB estão danificados; formate-os. Se ainda não puder ser reconhecido, substitua a unidade flash USB." + }, + { + "ecode": "05008053", + "intro": "A incompatibilidade dos bicos foi detectada durante a impressão. Inicie a impressão após fatiar novamente ou continue imprimindo após substituir o bico correto. Cuidado: a temperatura da extremidade quente está alta." + }, + { + "ecode": "05024003", + "intro": "A impressora está imprimindo no momento e o recurso de aprimoramento da precisão de movimento não pode ser ligado ou desligado." + }, + { + "ecode": "05024005", + "intro": "O AMS ainda não foi calibrado, portanto, a impressão não pode ser iniciada." + }, + { + "ecode": "07FF8003", + "intro": "Por favor, retire o filamento do suporte do carretel. Se esta mensagem persistir, por favor, verifique se há filamento quebrado na extrusora. (Conecte um tubo de PTFE se você estiver prestes a usar um AMS.)" + }, + { + "ecode": "03008049", + "intro": "A placa atual é inválida." + }, + { + "ecode": "05004008", + "intro": "Falha ao iniciar a impressão. Desligue e desligue a impressora e reenvie o trabalho de impressão." + }, + { + "ecode": "0500400B", + "intro": "Houve um problema ao baixar um arquivo. Verifique sua conexão de rede e reenvie o trabalho de impressão." + }, + { + "ecode": "05004018", + "intro": "Falha na análise das informações de configuração de vinculação. Tente novamente." + }, + { + "ecode": "0500402C", + "intro": "Falha ao obter o endereço IP, o que pode ser causado por interferência sem fio, resultando em falha na transmissão de dados ou na lotação do pool de endereços DHCP do roteador. Aproxime a impressora do roteador e tente novamente. Se o problema persistir, verifique as configurações do roteador para ver se os endereços IP foram esgotados." + }, + { + "ecode": "0500400A", + "intro": "O nome do arquivo não é suportado. Renomeie e reinicie o trabalho de impressão." + }, + { + "ecode": "0500400D", + "intro": "Execute um autoteste e reinicie o trabalho de impressão." + }, + { + "ecode": "0501401A", + "intro": "Falha no acesso à nuvem. Os possíveis motivos incluem instabilidade da rede causada por interferência, incapacidade de acessar a Internet ou restrições de configuração do firewall do roteador. Você pode tentar aproximar a impressora do roteador ou verificar a configuração do roteador e tentar novamente." + }, + { + "ecode": "05014033", + "intro": "A região do seu APP não corresponde à sua impressora. Faça o download do APP na região correspondente e registre sua conta novamente." + }, + { + "ecode": "0500402D", + "intro": "Exceção do sistema." + }, + { + "ecode": "03008047", + "intro": "Tempo limite de detecção da alavanca de liberação rápida: reinicie a impressora." + }, + { + "ecode": "03008008", + "intro": "Mau funcionamento da temperatura do bico." + }, + { + "ecode": "03008009", + "intro": "Mau funcionamento da temperatura da mesa aquecida." + }, + { + "ecode": "05004002", + "intro": "Caminho ou nome do arquivo de impressão não suportado. Por favor, reenvie o trabalho de impressão." + }, + { + "ecode": "05004006", + "intro": "Não há espaço de armazenamento livre suficiente para o trabalho de impressão. Restaurar as configurações de fábrica pode liberar espaço disponível." + }, + { + "ecode": "05014039", + "intro": "O login do dispositivo expirou; por favor tente vincular novamente." + }, + { + "ecode": "03008046", + "intro": "Tempo limite de detecção de objetos estranhos: reinicie a impressora." + }, + { + "ecode": "03008062", + "intro": "A temperatura da câmara está muito alta. Pode ser devido à alta temperatura ambiente." + }, + { + "ecode": "03008045", + "intro": "Tempo limite de detecção de material: reinicie a impressora." + }, + { + "ecode": "0300800C", + "intro": "Etapa de salto detectada, recuperação automática concluída; retome a impressão e verifique se há algum problema de mudança de camada." + }, + { + "ecode": "0500401A", + "intro": "Falha no acesso à nuvem. Os possíveis motivos incluem instabilidade da rede causada por interferência, incapacidade de acessar a Internet ou restrições de configuração do firewall do roteador. Você pode tentar mover a impressora para mais perto do roteador ou verificar a configuração do roteador e, em seguida, tentar novamente." + }, + { + "ecode": "05014018", + "intro": "Falha na análise das informações de configuração da vinculação. Tente novamente." + }, + { + "ecode": "0300400F", + "intro": "A voltagem da fonte de alimentação não corresponde à da impressora." + }, + { + "ecode": "05024004", + "intro": "Alguns recursos não são compatíveis com o dispositivo atual. Verifique as configurações dos recursos do Studio ou atualize o firmware para a versão mais recente." + }, + { + "ecode": "0500806D", + "intro": "Material não detectado. Confirme a colocação e continue." + }, + { + "ecode": "0C004022", + "intro": "A configuração da câmera BirdsEye falhou. Verifique se o módulo laser está funcionando corretamente." + }, + { + "ecode": "0300801D", + "intro": "O sensor de posição do servomotor da extrusora está com defeito. Desligue a impressora primeiro e verifique se o cabo de conexão está solto." + }, + { + "ecode": "07038002", + "intro": "O cortador está preso. Puxe a alça do cortador e clique no botão “Tentar novamente”." + }, + { + "ecode": "0C00403D", + "intro": "A placa codificadora de visão não foi detectada. Confirme se ele está posicionado corretamente na cama térmica." + }, + { + "ecode": "07028002", + "intro": "O cortador está preso. Puxe a alça do cortador e clique no botão “Tentar novamente”." + }, + { + "ecode": "07018002", + "intro": "O cortador está preso. Puxe a alça do cortador e clique no botão “Tentar novamente”." + }, + { + "ecode": "0C00C004", + "intro": "Uma possível falha no espaguete foi detectada." + }, + { + "ecode": "05004043", + "intro": "Devido às limitações de energia, somente um AMS pode usar a energia do dispositivo para secagem." + }, + { + "ecode": "05004052", + "intro": "Erro detectado na extremidade quente." + }, + { + "ecode": "05004050", + "intro": "Erro detectado na placa de impressão." + }, + { + "ecode": "03004068", + "intro": "A perda de etapas ocorreu durante o processo de aprimoramento da precisão do movimento. Por favor, tente novamente." + }, + { + "ecode": "05004054", + "intro": "Erro detectado no tapete." + }, + { + "ecode": "0500403E", + "intro": "O cabeçote de ferramenta atual não suporta inicialização." + }, + { + "ecode": "03004066", + "intro": "A calibração da precisão do movimento falhou." + }, + { + "ecode": "0C00C006", + "intro": "O filamento purgado pode ter se acumulado em excesso na calha ." + }, + { + "ecode": "03008063", + "intro": "A temperatura da câmara está muito alta. Abra a tampa superior e a porta frontal para esfriar." + }, + { + "ecode": "0C00800B", + "intro": "O marcador do leito térmico não foi detectado. Limpe todos os objetos e remova o tapete. Certifique-se de que o marcador não esteja obstruído." + }, + { + "ecode": "0C004029", + "intro": "Material não detectado. Confirme a colocação e continue." + }, + { + "ecode": "0C008005", + "intro": "O filamento purgado se acumulou na calha de resíduos, o que pode causar uma colisão na cabeça da ferramenta." + }, + { + "ecode": "0C008033", + "intro": "A alavanca de liberação rápida não está bloqueada. Por favor, empurre-o para baixo para prender." + }, + { + "ecode": "0C008009", + "intro": "O marcador de localização da placa de construção não foi encontrado." + }, + { + "ecode": "1000C001", + "intro": "A alta temperatura da mesa impressão pode causar entupimento do filamento no bocal. Garanta a ventilação da impressora." + }, + { + "ecode": "1000C002", + "intro": "A impressão de material CF com aço inoxidável pode causar danos ao bico." + }, + { + "ecode": "07038010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "07038011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "07FF8006", + "intro": "Alimente o suporte do carretel até que o sensor de filamento da cabeça da ferramenta seja acionado e, em seguida, clique em “Tentar novamente”." + }, + { + "ecode": "07FFC006", + "intro": "Por favor, alimente do suporte da bobina até que o sensor de filamento da cabeça da ferramenta seja acionado." + }, + { + "ecode": "07FFC009", + "intro": "Por favor, alimente o filamento no tubo de PTFE até que ele não possa mais ser empurrado." + }, + { + "ecode": "07028010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão "Tentar novamente"." + }, + { + "ecode": "07028011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "07018010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "07018011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "07008011", + "intro": "O filamento AMS acabou. Por favor, coloque um novo filamento no AMS e clique no botão “Repetir”." + }, + { + "ecode": "07008002", + "intro": "O cortador está preso. Puxe a alça do cortador e clique no botão “Tentar novamente”." + }, + { + "ecode": "07008010", + "intro": "O motor auxiliar AMS está sobrecarregado. Verifique se o carretel ou o filamento estão presos. Após a solução de problemas, clique no botão “Tentar novamente”." + }, + { + "ecode": "0501401D", + "intro": "O acesso à nuvem falhou, o que pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar mover a impressora para mais perto do roteador antes de tentar novamente." + }, + { + "ecode": "0501401F", + "intro": "O tempo de autorização expirou. Certifique-se de que seu telefone ou PC tenha acesso à Internet e de que o aplicativo Bambu Studio/Bambu Handy esteja sendo executado em primeiro plano durante a operação de vinculação." + }, + { + "ecode": "05014021", + "intro": "Falha no acesso à nuvem, o que pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar aproximar a impressora do roteador antes de tentar novamente." + }, + { + "ecode": "05014024", + "intro": "Falha no acesso à nuvem. Os possíveis motivos incluem instabilidade da rede causada por interferência, incapacidade de acessar a Internet ou restrições de configuração do firewall do roteador. Você pode tentar aproximar a impressora do roteador ou verificar a configuração do roteador antes de tentar novamente." + }, + { + "ecode": "05014027", + "intro": "Falha no acesso à nuvem; isso pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar aproximar a impressora do roteador antes de tentar novamente." + }, + { + "ecode": "05014031", + "intro": "A vinculação da descoberta do dispositivo está em andamento e o código QR não pode ser exibido na tela. Você pode aguardar a conclusão da vinculação ou abortar o processo de vinculação de descoberta do dispositivo no aplicativo/Studio e tentar digitalizar novamente o código QR na tela para vinculação." + }, + { + "ecode": "05014032", + "intro": "A vinculação do QR- Code está em andamento, portanto, a vinculação de descoberta de dispositivos não pode ser executada. Você pode digitalizar o QR- code na tela para vincular ou sair da página de exibição do QR- code na tela e tentar a vinculação de descoberta de dispositivos." + }, + { + "ecode": "05014034", + "intro": "O progresso do fatiamento não é atualizado há muito tempo e a tarefa de impressão foi encerrada. Confirme os parâmetros e reinicie a impressão." + }, + { + "ecode": "05014035", + "intro": "O dispositivo está em processo de vinculação e não pode responder a novas solicitações de vinculação." + }, + { + "ecode": "05024001", + "intro": "O filamento atual será usado neste trabalho de impressão. As configurações não podem ser alteradas." + }, + { + "ecode": "05004001", + "intro": "Falha ao conectar-se ao Bambu Cloud. Verifique sua conexão de rede." + }, + { + "ecode": "05004003", + "intro": "Houve um problema ao analisar o gcode.3mf. Reenvie o trabalho de impressão." + }, + { + "ecode": "05004005", + "intro": "Não é permitido o envio de trabalhos de impressão durante a atualização do firmware." + }, + { + "ecode": "05004009", + "intro": "Os trabalhos de impressão não podem ser enviados durante a atualização dos registros." + }, + { + "ecode": "0500400E", + "intro": "A impressão foi cancelada." + }, + { + "ecode": "05004014", + "intro": "Falha ao cortar o trabalho de impressão; verifique as configurações e reinicie o trabalho de impressão." + }, + { + "ecode": "05004017", + "intro": "Falha na vinculação. Tente novamente ou reinicie a impressora e tente novamente." + }, + { + "ecode": "05004019", + "intro": "A impressora já foi vinculada. Desvincule-o e tente novamente." + }, + { + "ecode": "0500401D", + "intro": "O acesso à nuvem falhou, o que pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar mover a impressora para mais perto do roteador antes de tentar novamente." + }, + { + "ecode": "0500401F", + "intro": "O tempo de autorização expirou. Certifique-se de que seu telefone ou PC tenha acesso à Internet e de que o aplicativo Bambu Studio/Bambu Handy esteja sendo executado em primeiro plano durante a operação de vinculação." + }, + { + "ecode": "05004021", + "intro": "O acesso à nuvem falhou, o que pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar mover a impressora para mais perto do roteador antes de tentar novamente." + }, + { + "ecode": "05004024", + "intro": "Falha no acesso à nuvem. Os possíveis motivos incluem instabilidade da rede causada por interferência, incapacidade de acessar a Internet ou restrições de configuração do firewall do roteador. Você pode tentar mover a impressora para mais perto do roteador ou verificar a configuração do roteador antes de tentar novamente." + }, + { + "ecode": "05004027", + "intro": "Falha no acesso à nuvem; isso pode ser causado pela instabilidade da rede devido à interferência. Você pode tentar mover a impressora para mais perto do roteador antes de tentar novamente." + }, + { + "ecode": "0500402A", + "intro": "Falha na conexão com o roteador, que pode ser causada por interferência sem fio ou por estar muito longe do roteador. Tente novamente ou aproxime a impressora do roteador e tente novamente." + }, + { + "ecode": "0500402B", + "intro": "A conexão do roteador falhou devido à senha incorreta. Verifique a senha e tente novamente." + }, + { + "ecode": "05004037", + "intro": "Seu arquivo fatiado não é compatível com o modelo atual da impressora. Esse arquivo não pode ser impresso nesta impressora." + }, + { + "ecode": "05004038", + "intro": "O diâmetro do bico na lima fatiada não é consistente com a configuração atual do bico. Esse arquivo não pode ser impresso." + }, + { + "ecode": "05008013", + "intro": "O arquivo de impressão não está disponível. Verifique se a mídia de armazenamento foi removida." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Seu arquivo fatiado não é consistente com o modelo atual da impressora. Continuar?" + }, + { + "ecode": "05014017", + "intro": "Falha na vinculação. Tente novamente ou reinicie a impressora e tente novamente." + }, + { + "ecode": "05014019", + "intro": "A impressora já foi vinculada. Desvincule-o e tente novamente." + }, + { + "ecode": "03004001", + "intro": "A impressora expirou esperando que o bico esfriasse antes de retornar." + }, + { + "ecode": "03004005", + "intro": "A velocidade do ventilador do bico está anormal." + }, + { + "ecode": "03004006", + "intro": "O bico está entupido." + }, + { + "ecode": "03004009", + "intro": "Falha no referenciamento do eixo XY" + }, + { + "ecode": "0300400A", + "intro": "Falha na identificação da frequência de ressonância mecânica." + }, + { + "ecode": "0300400D", + "intro": "Falha ao retomar após perda de energia." + }, + { + "ecode": "0300400E", + "intro": "A verificação automática do motor falhou." + }, + { + "ecode": "03008003", + "intro": "Defeitos de espaguete foram detectados. Se os defeitos forem aceitáveis, toque em “Retomar” para retomar o trabalho de impressão. " + }, + { + "ecode": "03008005", + "intro": "A impressão foi interrompida porque a tampa frontal da cabeça da ferramenta caiu. Monte-o novamente e toque em “Continuar” para retomar o trabalho de impressão." + }, + { + "ecode": "03008007", + "intro": "Havia um trabalho de impressão inacabado quando a impressora foi desligada. Toque em “Retomar” para retomar o trabalho de impressão." + }, + { + "ecode": "0300800E", + "intro": "O arquivo de impressão não está disponível. Verifique se a mídia de armazenamento foi removida." + }, + { + "ecode": "0300800F", + "intro": "A porta parece estar aberta, então a impressão foi interrompida." + }, + { + "ecode": "03008010", + "intro": "A velocidade do ventilador do bico está anormal." + }, + { + "ecode": "03008013", + "intro": "A impressão foi pausada pelo usuário. Você pode tocar em \"Resume\" (Retomar) para retomar o trabalho de impressão." + }, + { + "ecode": "03008018", + "intro": "Mau funcionamento da temperatura da câmara." + }, + { + "ecode": "03008019", + "intro": "Nenhuma placa de construção é colocada." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_ru_22E.json b/resources/hms/hms_ru_22E.json new file mode 100644 index 0000000000..2af96a445d --- /dev/null +++ b/resources/hms/hms_ru_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "ru": [ + { + "ecode": "0300020000010008", + "intro": "Температура сопла экструдера ненормальная и не может достичь установленного значения. Это может быть вызвано неправильно установленным силиконовым носком на сопле." + }, + { + "ecode": "030018000001000D", + "intro": "Калибровка детекции склеивания сопла не удалась. Обнаружено избыточное усилие на сопле. Пожалуйста, убедитесь, что сопло установлено правильно." + }, + { + "ecode": "030018000001000E", + "intro": "Калибровка детекции склеивания сопла не удалась. Сопло не касалось внутренней стенки отверстия. Пожалуйста, очистите сопло и отверстие стальной пластины на заднем правом краю подогреваемой платформы." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "Экструдер экструдирует необычным образом. Возможно, он заблокирован, или филамент слишком тонкий, что приводит к проскальзыванию экструдера, или внешне установленный филамент может быть запутан." + }, + { + "ecode": "0300090000020004", + "intro": "Сопротивление экструзии аномально. Экструдер может быть заблокирован, или в головке инструмента может застрять филамент, или внешне установленный филамент может быть запутан." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "Скорость вращения левого вспомогательного вентилятора охлаждения низкая. Возможно, он застрял и требует очистки." + }, + { + "ecode": "03003A0000020002", + "intro": "Скорость вращения левого вспомогательного вентилятора охлаждения низкая. Возможно, он застрял и требует очистки." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Аутентификация комплекта таймлапса не удалась. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0C0003000003001A", + "intro": "Обнаружение постороннего объекта не удалось, возможно, из-за ручного прерывания (например, нажатия \"Стоп\"). Если нет, попробуйте перезапустить принтер или обновить прошивку." + }, + { + "ecode": "0501040000030002", + "intro": "Винтовые стержни нуждаются в смазке." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "Обнаружен аномальный скачок в данных датчика силы экструзии экструдера, вероятно, вызванный плохим контактом датчика или неисправностью датчика." + }, + { + "ecode": "0300910000010008", + "intro": "Камерный обогреватель не смог достичь целевой температуры." + }, + { + "ecode": "0C00030000020015", + "intro": "Обнаружение иностранного объекта не работает. Обнаружено, что камера прямого просмотра была заменена. Пожалуйста, нажмите \"Настройки>Калибровка\" на экране принтера и повторно откалибруйте камеру прямого просмотра." + }, + { + "ecode": "0C00030000020014", + "intro": "Точность обнаружения иностранного объекта снизилась. Если это происходит часто, выполните калибровку камеры Live View (\"Настройки\" > \"Калибровка\" на экране принтера)." + }, + { + "ecode": "0C00030000020012", + "intro": "Обнаружение иностранного объекта не работает. Камера прямого просмотра требует калибровки. Пожалуйста, нажмите \"Настройки > Калибровка\" на экране принтера." + }, + { + "ecode": "0501040000030003", + "intro": "Линейные стержни нуждаются в очистке и смазке прямо сейчас." + }, + { + "ecode": "0300180000030009", + "intro": "Выполнение начальной нивелировки кровати при высокой температуре." + }, + { + "ecode": "03002D0000030009", + "intro": "Выполнение начальной процедуры выравнивания уровня кровати при высокой температуре." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Проверка уровня нагретой кровати не удалась, возможно из-за наличия посторонних предметов на кровати или наклона кровати. Продолжение печати может повредить печатную пластину. Пожалуйста, удалите любые мусор или вручную выровняйте кровать перед повторной попыткой." + }, + { + "ecode": "0500030000020055", + "intro": "Информация пользователя устарела, пожалуйста, войдите снова." + }, + { + "ecode": "0300290000010001", + "intro": "Шаблоны кодировщика видео не могут быть распознаны; возможные причины включают искажение шаблона кодировщика видео, переизбыток света и неправильное расположение пластины." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "03002B0000020001", + "intro": "Калибровка воздушной двери не удалась. Пожалуйста, проверьте, нет ли какого-либо постороннего объекта, блокирующего заслонку." + }, + { + "ecode": "0701900000010004", + "intro": "Текущий датчик выхлопного клапана AMS B1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0707910000010004", + "intro": "Датчик тока AMS H выпускного клапана 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1803900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT D1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1807910000010004", + "intro": "Текущий датчик выхлопного клапана 2 AMS-HT H неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1800910000010004", + "intro": "Текущий датчик AMS-HT A выпускного клапана 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1800900000010004", + "intro": "Текущий датчик AMS-HT A выпускного клапана 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0704900000010004", + "intro": "Текущий датчик выхлопного клапана AMS E1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1803910000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT D2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0705900000010004", + "intro": "Текущий датчик выхлопного клапана AMS F1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1805900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT F1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0706900000010004", + "intro": "Текущий датчик выхлопного клапана AMS G 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1804900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT E1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0707900000010004", + "intro": "Текущий датчик выпускного клапана AMS Н1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1802900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT C 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1805910000010004", + "intro": "Текущий датчик выхлопного клапана 2 AMS-HT F неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1804910000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT E2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1806900000010004", + "intro": "Текущий датчик выпускного клапана AMS-HT G 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0700910000010004", + "intro": "Датчик тока AMS A выпускного клапана 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0702900000010004", + "intro": "Текущий датчик выхлопного клапана AMS C 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0706910000010004", + "intro": "Датчик тока выпускного клапана AMS G 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0701910000010004", + "intro": "Текущий датчик выхлопного клапана 2 AMS B неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1801910000010004", + "intro": "Текущий датчик выхлопного клапана 2 AMS-HT B неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1806910000010004", + "intro": "Текущий датчик выхлопного клапана 2 AMS-HT G неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0703910000010004", + "intro": "Текущий датчик выхлопного клапана AMS D2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0700900000010004", + "intro": "Текущий датчик AMS A выпускного клапана 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0704910000010004", + "intro": "Датчик тока AMS E выпускного клапана 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0705910000010004", + "intro": "Датчик тока выпускного клапана AMS F2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0702910000010004", + "intro": "Датчик тока выпускного клапана AMS C 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "0703900000010004", + "intro": "Текущий датчик выпускного клапана AMS D 1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS." + }, + { + "ecode": "1801900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT B1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1807900000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT H1 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "1802910000010004", + "intro": "Текущий датчик выхлопного клапана AMS-HT C 2 неисправен; пожалуйста, свяжитесь с службой поддержки клиентов для замены главной платы AMS-HT." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0300320000010001", + "intro": "Скорость вентилятора правой стороны (охлаждение-фильтрация вспомогательных компонентов) слишком медленная или остановилась. Возможно, он застрял, или разъем может быть неправильно подключен." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G Ошибка управления температурой слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0300320000010002", + "intro": "Скорость вентилятора правой стороны (охлаждение-фильтрация вспомогательных компонентов) низкая. Возможно, он застрял и требует чистки." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C использует питание принтера для сушки во время загрузки/печати. Для лучшей производительности сушки, пожалуйста, подключите адаптер питания." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F Ошибка контроля температуры слишком велика, что может быть вызвано открытой крышкой или неисправностью обогревателя." + }, + { + "ecode": "0500060000020001", + "intro": "Камера Toolhead не находится на месте; пожалуйста, проверьте аппаратное соединение." + }, + { + "ecode": "0700610000020001", + "intro": "AMS A Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0701610000020001", + "intro": "AMS B Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0701620000020001", + "intro": "AMS B Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0701630000020001", + "intro": "AMS B Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0702600000020001", + "intro": "AMS C Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0707620000020001", + "intro": "AMS H Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0707630000020001", + "intro": "AMS H Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0705630000020001", + "intro": "AMS F Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0704600000020001", + "intro": "AMS E Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0707600000020001", + "intro": "AMS H Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0706600000020001", + "intro": "AMS G Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0706630000020001", + "intro": "AMS G Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0300180000010005", + "intro": "Вращение мотора по оси Z затруднено; пожалуйста, проверьте, не застряли ли в Z-слайдере или Z-ременном шкиве чужие предметы. Также убедитесь, что рабочая площадка правильно установлена, чтобы избежать столкновений с окружающими конструкциями." + }, + { + "ecode": "0700600000020001", + "intro": "AMS A Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0700620000020001", + "intro": "AMS A Слот 3 перегружен. Возможно, нить перекручена или буфер нити застрял." + }, + { + "ecode": "0700630000020001", + "intro": "AMS A Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0701600000020001", + "intro": "AMS B Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0702610000020001", + "intro": "AMS C Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0702620000020001", + "intro": "AMS C Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0702630000020001", + "intro": "AMS C Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0703600000020001", + "intro": "AMS D Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0703610000020001", + "intro": "AMS D Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0703620000020001", + "intro": "AMS D Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0703630000020001", + "intro": "AMS D Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0706620000020001", + "intro": "AMS G Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0705610000020001", + "intro": "AMS F Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0704620000020001", + "intro": "AMS E Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0704630000020001", + "intro": "AMS E Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0706610000020001", + "intro": "AMS G Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0705620000020001", + "intro": "AMS F Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H Слот 4 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0707610000020001", + "intro": "AMS H Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B Слот 3 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0705600000020001", + "intro": "AMS F Слот 1 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "0704610000020001", + "intro": "AMS E Слот 2 перегружен. Возможно, нить перепутана или буфер нити застрял." + }, + { + "ecode": "050003000002000E", + "intro": "Некоторые модули несовместимы с версией прошивки принтера, что может повлиять на использование. Пожалуйста, перейдите на страницу \"Прошивка\" для обновления после подключения к интернету, или вы можете обновить офлайн в соответствии с вики." + }, + { + "ecode": "0500050000010007", + "intro": "Проверка команды MQTT не удалась. Пожалуйста, обновите Studio (включая сетевой плагин) или Handy до последней версии, затем перезапустите программу и попробуйте снова." + }, + { + "ecode": "0300A80000010001", + "intro": "Нарушение питания AMS, возможно, из-за повреждения AMS или короткого замыкания в интерфейсе AMS или из-за слишком большого количества подключений AMS. Пожалуйста, проверьте, правильно ли он подключен." + }, + { + "ecode": "030018000001000B", + "intro": "Обнаружение наличия сопла не удалось: сопло не установлено или установлено неправильно." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701220000020015", + "intro": "Статус нити AMS B Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0701230000020012", + "intro": "Мотор подающего устройства AMS B Слот 4 застопорился, не может вращать катушку." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F Слот 1 блока питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H Слот 4 блок питания подачи застрял, не может вращать катушку." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703230000020012", + "intro": "Мотор подачи блока 4 AMS D застрял, не может вращать катушку." + }, + { + "ecode": "1801230000020015", + "intro": "Состояние нити AMS-HT B Слот 4 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT Счетчик пробега с филаментом Слот 1 не имеет сигнала, что может быть вызвано плохим контактом в разъеме счетчика пробега или неисправностью счетчика пробега." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1806230000020013", + "intro": "Мотор подачи юнита Слот 4 AMS-HT G не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F Слот 3 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1805230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS-HT F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0704230000020014", + "intro": "Филаментный одометр Слот 4 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0707200000020015", + "intro": "Статус нити AMS H Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H Слот 2 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700210000020014", + "intro": "У одометра счетчика нити Слот 2 AMS нет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1803230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS-HT D не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C Слот 3 блока питания мотора не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807220000020015", + "intro": "Состояние нити AMS-HT H Слот 3 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700210000020016", + "intro": "AMS Слот 2 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0706230000020013", + "intro": "Мотор подающего устройства AMS G Слот 4 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0704230000020013", + "intro": "Мотор подачи юнита AMS E Слот 4 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804210000020015", + "intro": "Состояние нити Слот 2 AMS-HT E аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D Слот 4 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0707210000020015", + "intro": "Статус нити AMS H Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0707230000020013", + "intro": "Мотор подачи блока 4 AMS Н не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D Слот 3 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "0703210000020015", + "intro": "Статус нити AMS D Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT Статус нити Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D Слот 3 блока питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0706220000020012", + "intro": "Мотор подающего устройства AMS G Слот 3 застопорился, не может вращать катушку." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704220000020015", + "intro": "Статус нити Слот 3 AMS E аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT Счетчик пробега с филаментом Слот 4 не имеет сигнала, что может быть вызвано плохим контактом в разъеме счетчика пробега или неисправностью счетчика пробега." + }, + { + "ecode": "0702210000020014", + "intro": "Филаментный одометр Слот 2 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C Слот 1 блок питания подающего устройства застопорился, не может вращать катушку." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0700210000020015", + "intro": "Статус нити AMS A Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G Слот 4 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700220000020012", + "intro": "Мотор подающего устройства AMS A Слот 3 застопорился, не может вращать катушку." + }, + { + "ecode": "0706210000020015", + "intro": "Статус нити AMS G Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803200000020015", + "intro": "Статус нити Слот 1 AMS-HT D аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0705230000020012", + "intro": "Мотор подающего устройства Слот 4 AMS F застопорился, не может вращать катушку." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G Слот 2 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0700220000020014", + "intro": "У одометра счетчика AMS A Слот 3 нет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701210000020015", + "intro": "Статус нити AMS B Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D Слот 2 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E Слот 1 одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1804200000020015", + "intro": "Состояние нити AMS-HT E Слот 1 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT Мотор подающего устройства Слот 4 застопорился, не может вращать катушку." + }, + { + "ecode": "1806200000020015", + "intro": "Статус нити AMS-HT G Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0706220000020015", + "intro": "Статус нити AMS G Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0701200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT Мотор подающего устройства Слот 3 застопорился, не может вращать катушку." + }, + { + "ecode": "1804210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS-HT E не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1801220000020015", + "intro": "Статус нити Слот 3 AMS-HT B аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700230000020012", + "intro": "Мотор подающего устройства AMS A Слот 4 остановился, не может вращать катушку." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F Слот 2 одометр нити не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0706230000020025", + "intro": "Сопротивление подачи AMS G Слот 4 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT Сопротивление подачи в Слоте 3 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT Сопротивление подачи в пазу 4 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H Слот 2 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0707230000020025", + "intro": "Сопротивление питания AMS H Слот 4 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0700230000020025", + "intro": "Сопротивление питания AMS A Слот 4 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0701210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS B слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H Слот 1 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1801230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS-HT слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0701220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS B слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0705220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS F слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1804210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS-HT E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0704220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0701200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS B слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1804220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS-HT E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D Слот 1 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1802200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS-HT слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1804200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS-HT E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0707210000020025", + "intro": "Сопротивление питания AMS H Слот 2 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0705200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS F слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0700220000020025", + "intro": "Сопротивление питания Слот 3 AMS слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0700210000020025", + "intro": "Сопротивление питания AMS A Слот 2 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B Слот 1 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0706210000020025", + "intro": "Сопротивление подачи AMS G Слот 2 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0707220000020025", + "intro": "Сопротивление питания AMS H Слот 3 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F Слот 4 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1801210000020025", + "intro": "Сопротивление подачи AMS-HT B Слот 2 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0704200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H Слот 2 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H Слот 1 блок питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C Слот 4 блок питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0707200000020014", + "intro": "Филаментный одометр Слот 1 AMS H не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E Слот 3 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0702230000020014", + "intro": "Филаментный одометр Слот 4 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0703200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0702200000020012", + "intro": "Мотор подающего устройства Слот 1 AMS C застопорился, не может вращать катушку." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E Слот 1 подающий мотор не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT Счетчик пробега с шлицем 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме счетчика пробега или неисправностью счетчика пробега." + }, + { + "ecode": "0706230000020015", + "intro": "Статус нити AMS G Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1801200000020015", + "intro": "Состояние нити AMS-HT B Слот 1 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0704200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0705200000020015", + "intro": "Статус нити AMS F Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C Слот 1 блок питания мотора не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0700220000020015", + "intro": "Статус нити Слот 3 AMS аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H Слот 3 нить одометра не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C Слот 3 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704220000020012", + "intro": "Мотор подачи блока 3 AMS E застрял, не может вращать катушку." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B Слот 4 одометр нити не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H Слот 3 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G Слот 3 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C Слот 1 одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0700220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0700200000020012", + "intro": "Мотор подающего устройства AMS A Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT Статус нити Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT Мотор подающего устройства Слот 3 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT Слот 4 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0707200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS H не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C Слот 3 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0702230000020015", + "intro": "Статус нити AMS C Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G Слот 3 нить одометра не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1802200000020015", + "intro": "Статус нити Слот 1 AMS-HT C аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F Слот 3 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0707230000020012", + "intro": "Мотор подачи блока 4 AMS H застрял, не может вращать катушку." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT Слот 2 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D Слот 3 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704210000020014", + "intro": "Филаментный одометр Слот 2 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D Слот 4 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B Слот 4 блок питания подачи застрял, не может вращать катушку." + }, + { + "ecode": "0701200000020012", + "intro": "Мотор подающего устройства AMS B Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B Слот 3 блок питания подачи мотора заблокирован, не может вращать катушку." + }, + { + "ecode": "0707230000020015", + "intro": "Статус нити AMS H Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0703210000020014", + "intro": "Филаментный одометр Слот 2 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0700200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E Слот 1 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0707210000020013", + "intro": "Мотор подающего устройства AMS H Слот 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G Слот 4 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0704200000020014", + "intro": "Филаментный одометр Слот 1 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0703220000020012", + "intro": "Мотор подающего устройства Слот 3 AMS D остановился, не может вращать катушку." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F Слот 3 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H Слот 1 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C Слот 2 подающий мотор не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C Слот 4 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D Слот 3 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0704200000020012", + "intro": "Мотор подающего устройства AMS E Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H Слот 3 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0706200000020013", + "intro": "Мотор подающего устройства AMS G Слот 1 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701210000020014", + "intro": "Филаментный одометр Слот 2 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G Слот 1 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D Слот 1 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703220000020014", + "intro": "Филаментный одометр Слот 3 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0704220000020013", + "intro": "Мотор подачи юнита Слот 3 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0703210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0701230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F Слот 3 нить одометра не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G Слот 2 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0704210000020013", + "intro": "Мотор подающего устройства AMS E Слот 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H Слот 2 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F Слот 2 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0700210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0702220000020012", + "intro": "Мотор подачи блока 3 AMS C застрял, не может вращать катушку." + }, + { + "ecode": "0705210000020015", + "intro": "Статус нити AMS F Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0707200000020012", + "intro": "Мотор подающего устройства AMS H Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703220000020015", + "intro": "Статус нити AMS D Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703200000020015", + "intro": "Статус нити AMS D Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700200000020014", + "intro": "У одометра счетчика нити Слот 1 AMS нет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0705200000020012", + "intro": "Мотор подающего устройства Слот 1 AMS F застопорился, не может вращать катушку." + }, + { + "ecode": "0704230000020012", + "intro": "Мотор подачи блока 4 AMS E застопорился, не может вращать катушку." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C Слот 1 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT Статус нити Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C Слот 3 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1804220000020015", + "intro": "Состояние нити AMS-HT E Слот 3 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D Слот 1 блока подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0706200000020015", + "intro": "Статус нити AMS G Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT Мотор подающего устройства Слот 4 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B Слот 1 одометр счетчика нити не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1806210000020013", + "intro": "Мотор подающего устройства AMS-HT G Слот 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F Слот 1 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0705210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS F слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G Слот 2 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0703230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS D слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H Слот 4 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT Сопротивление подачи в Слоте 1 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G Слот 1 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G Слот 4 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0707200000020025", + "intro": "Сопротивление подачи AMS H Слот 1 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0702210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS C слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0703220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS D слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D Слот 3 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0704230000020025", + "intro": "Сопротивление питания AMS E Слот 4 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0706220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS G слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1804230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS-HT E слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0704210000020025", + "intro": "Сопротивление питания AMS E Слот 2 слишком высокое. Пожалуйста, уменьшите сопротивление питания, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0705230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS F слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1803210000020015", + "intro": "Статус нити Слот 2 AMS-HT D аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0705230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0707230000020016", + "intro": "Мотор помощи AMS H Слот 4 соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0706200000020016", + "intro": "Мотор помощи AMS G Слот 1 соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0700220000020016", + "intro": "AMS Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E Слот 3 подающий мотор не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F Слот 2 блока питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0706210000020014", + "intro": "Филаментный одометр Слот 2 AMS G не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701220000020014", + "intro": "Филаментный одометр Слот 3 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT Счетчик пробега с шлицем 3 не имеет сигнала, что может быть вызвано плохим контактом в разъеме счетчика пробега или неисправностью счетчика пробега." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C Слот 2 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704200000020015", + "intro": "Статус нити AMS E Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700230000020014", + "intro": "Филаментный одометр Слот 4 AMS не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0702200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C Слот 2 одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0703210000020012", + "intro": "Мотор подающего устройства Слот 2 AMS D застопорился, не может вращать катушку." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G Слот 1 филамент одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0704210000020012", + "intro": "Мотор подающего устройства AMS E Слот 2 остановился, не может вращать катушку." + }, + { + "ecode": "0706210000020012", + "intro": "Мотор подающего устройства AMS G Слот 2 застопорился, не может вращать катушку." + }, + { + "ecode": "0707230000020014", + "intro": "Филаментный одометр Слот 4 AMS H не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0700210000020012", + "intro": "Мотор подающего устройства AMS A Слот 2 застопорился, не может вращать катушку." + }, + { + "ecode": "0705220000020015", + "intro": "Статус нити AMS F Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT Мотор подающего устройства Слот 2 застрял, не может вращать катушку." + }, + { + "ecode": "1805210000020015", + "intro": "Состояние нити AMS-HT F Слот 2 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0703230000020015", + "intro": "Статус нити AMS D Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0703200000020014", + "intro": "Филаментный одометр Слот 1 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F Слот 2 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "0706210000020016", + "intro": "Мотор помощи AMS G Слот 2 соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704220000020014", + "intro": "Филаментный одометр Слот 3 AMS E не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E Слот 2 блок питания двигателя застрял, не может вращать катушку." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0705210000020012", + "intro": "Мотор подачи блока AMS F Слот 2 застопорился, не может вращать катушку." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D Слот 4 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0700200000020016", + "intro": "AMS Слот 1 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B Слот 3 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0706210000020013", + "intro": "Мотор подающего устройства AMS G Слот 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807200000020015", + "intro": "Статус нити AMS-HT H Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0703200000020012", + "intro": "Мотор подающего устройства Слот 1 AMS D застопорился, не может вращать катушку." + }, + { + "ecode": "1806220000020013", + "intro": "Мотор подачи юнита AMS-HT G Слот 3 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C Слот 4 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B Слот 3 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1802220000020015", + "intro": "Статус нити Слот 3 AMS-HT C аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0706230000020012", + "intro": "Мотор подачи блока 4 AMS G застрял, не может вращать катушку." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E Слот 2 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1806220000020015", + "intro": "Состояние нити AMS-HT G Слот 3 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F Слот 4 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C Слот 4 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1806210000020015", + "intro": "Статус нити Слот 2 AMS-HT G аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0702210000020015", + "intro": "Статус нити Слот 2 AMS C аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D Слот 2 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0704230000020015", + "intro": "Статус нити AMS E Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1806200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS-HT G не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0701220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F Слот 2 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0705220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F Слот 1 одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E Слот 1 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "0703220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0700230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H Слот 2 блока питания мотора не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0707220000020012", + "intro": "Мотор подачи блока AMS H Слот 3 остановился, не может вращать катушку." + }, + { + "ecode": "0707220000020015", + "intro": "Статус нити AMS H Слот 3 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0700230000020016", + "intro": "AMS Слот 4 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0701230000020015", + "intro": "Статус нити AMS B Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B Слот 1 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0707220000020014", + "intro": "Филаментный одометр Слот 3 AMS Н не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701210000020012", + "intro": "Мотор подающего устройства AMS B Слот 2 застопорился, не может вращать катушку." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H Слот 3 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT Статус нити Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0706230000020014", + "intro": "Филаментный одометр Слот 4 AMS G не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0702210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G Слот 1 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0706200000020014", + "intro": "Филаментный одометр Слот 1 AMS G не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1805200000020015", + "intro": "Состояние нити AMS-HT F Слот 1 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1801210000020015", + "intro": "Состояние нити AMS-HT B Слот 2 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT Мотор подающего устройства Слот 1 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B Слот 2 одометр нити не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F Слот 3 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B Слот 1 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0701230000020014", + "intro": "Филаментный одометр Слот 4 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B Слот 1 блок питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804230000020015", + "intro": "Состояние нити AMS-HT E Слот 4 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F Слот 1 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "0702200000020015", + "intro": "Статус нити AMS C Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0702230000020012", + "intro": "Мотор подающего устройства Слот 4 AMS C застопорился, не может вращать катушку." + }, + { + "ecode": "0702220000020015", + "intro": "Статус нити Слот 3 AMS C аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D Слот 1 одометр нити не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F Слот 4 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT Слот 1 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1801220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS-HT B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E Слот 2 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0702230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C Слот 3 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1801230000020013", + "intro": "Мотор подающего устройства Слот 4 AMS-HT B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0705230000020015", + "intro": "Статус нити AMS F Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1802210000020015", + "intro": "Состояние нити AMS-HT C Слот 2 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0701220000020012", + "intro": "Мотор подающего устройства Слот 3 AMS B застопорился, не может вращать катушку." + }, + { + "ecode": "0706220000020014", + "intro": "Филаментный одометр Слот 3 AMS G не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G Слот 3 вспомогательный двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT Двигатель подающего устройства Слот 2 не имеет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H Слот 4 блока питания мотора не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0705200000020014", + "intro": "Филаментный одометр Слот 1 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D Слот 2 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0707220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS H не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0705200000020013", + "intro": "Мотор подающего устройства Слот 1 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0705210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E Слот 4 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "07FFA00000020001", + "intro": "Процесс холодного извлечения сопла завершился по таймауту. Пожалуйста, нажмите \"Повторить\" и затем вручную извлеките филамент." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F обнаружил разрыв тефлоновой трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены тефлоновые трубки внутри и снаружи AMS." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D обнаружил разрыв PTFE трубки во время загрузки филамента. Пожалуйста, проверьте, не отвалились ли или не были повреждены PTFE трубки внутри и снаружи AMS." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B Слот 4 вспомогательный мотор соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H Слот 1 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0703230000020014", + "intro": "Филаментный одометр Слот 4 AMS D не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D Слот 2 блока питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0702210000020012", + "intro": "Мотор подающего устройства Слот 2 AMS C застопорился, не может вращать катушку." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0707210000020012", + "intro": "Мотор подающего устройства AMS H Слот 2 застопорился, не может вращать катушку." + }, + { + "ecode": "0706230000020016", + "intro": "Мотор помощи AMS G Слот 4 соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0701200000020014", + "intro": "Филаментный одометр Слот 1 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0702220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0706220000020013", + "intro": "Мотор подающего устройства AMS G Слот 3 не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D Слот 1 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H Слот 1 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1805220000020013", + "intro": "Мотор подающего устройства Слот 3 AMS-HT F не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT Мотор подающего устройства Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "0707210000020014", + "intro": "Филаментный одометр Слот 2 AMS Н не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0705210000020014", + "intro": "Филаментный одометр Слот 2 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0702220000020014", + "intro": "Филаментный одометр Слот 3 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D Слот 4 помощи двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0705220000020014", + "intro": "Филаментный одометр Слот 3 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1801210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS-HT B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E Слот 3 нить одометра не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H Слот 3 блока питания подачи не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D Слот 2 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807230000020015", + "intro": "Состояние нити AMS-HT H Слот 4 аномальное, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B Слот 1 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0700230000020015", + "intro": "Статус нити AMS Слот 4 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F Слот 4 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "0705230000020014", + "intro": "Филаментный одометр Слот 4 AMS F не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G Слот 2 помощь двигатель соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H Слот 2 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F Слот 4 филаментный одометр не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701210000020013", + "intro": "Мотор подающего устройства Слот 2 AMS B не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B Слот 2 блок питания мотора застрял, не может вращать катушку." + }, + { + "ecode": "0706200000020012", + "intro": "Мотор подающего устройства AMS G Слот 1 застопорился, не может вращать катушку." + }, + { + "ecode": "0700200000020015", + "intro": "Статус нити AMS A Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0705220000020012", + "intro": "Мотор подачи блока 3 AMS F застрял, не может вращать катушку." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C Слот 2 блок питания подающего устройства застрял, не может вращать катушку." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E Слот 3 помощь двигателя соскользнул. Пожалуйста, вытащите филамент, отрежьте изношенную часть, а затем попробуйте снова." + }, + { + "ecode": "0702200000020014", + "intro": "Филаментный одометр Слот 1 AMS C не имеет сигнала, что может быть вызвано плохим контактом в разъеме одометра или неисправностью одометра." + }, + { + "ecode": "0701200000020015", + "intro": "Статус нити AMS B Слот 1 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E Слот 4 подающего устройства мотора не имеет сигнала, что может быть вызвано плохим контактом в разъеме мотора или неисправностью мотора." + }, + { + "ecode": "0704210000020015", + "intro": "Статус нити AMS E Слот 2 аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D Слот 3 статус нити аномальный, что может быть вызвано разрывом нити внутри AMS." + }, + { + "ecode": "0702230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS C слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT Сопротивление подачи в Слоте 2 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0702220000020025", + "intro": "Сопротивление подачи в Слоте 3 AMS C слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1802210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS-HT C слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F Слот 2 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0703210000020025", + "intro": "Сопротивление подачи в Слоте 2 AMS D слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0706200000020025", + "intro": "Сопротивление подачи AMS G Слот 1 слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D Слот 4 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1802230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS-HT слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0703200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS D слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0701230000020025", + "intro": "Сопротивление подачи в Слоте 4 AMS B слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0700200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "0702200000020025", + "intro": "Сопротивление подачи в Слоте 1 AMS C слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D Слот 2 сопротивление подачи слишком высокое. Пожалуйста, уменьшите сопротивление подачи, уменьшите сопротивление вращения катушки и избегайте слишком длинной и излишне изогнутой трубки для филамента." + }, + { + "ecode": "18FF700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07FF700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07FE700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18FE700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "03002C0000010001", + "intro": "Обнаружено препятствие под нагревательной платформой. Пожалуйста, удалите его, чтобы обеспечить правильную печать." + }, + { + "ecode": "0300930000010006", + "intro": "Температура в камере нестандартная. Датчик температуры воздуха на входе в камеру может иметь обрыв цепи." + }, + { + "ecode": "0300930000010005", + "intro": "Температура в камере нестандартная. Датчик температуры в камере может иметь короткое замыкание." + }, + { + "ecode": "0700400000020001", + "intro": "AMS Сигнал потери позиции буфера нити: возможно, кабель или датчик позиции неисправны." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT Сигнал потери позиции буфера нити: возможно, кабель или датчик позиции неисправны." + }, + { + "ecode": "1803400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT D: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0701400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS B: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "050003000001000E", + "intro": "Некоторые внешние модули несовместимы с версией прошивки принтера, что может повлиять на нормальную работу. Пожалуйста, перейдите на страницу \"Прошивка\", находясь в интернете, чтобы обновиться." + }, + { + "ecode": "1801400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT B: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0705400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS F: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "1805400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT F: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0706400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS G: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0702400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS C: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0703400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS D: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0704400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS E: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0707400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS H: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "1806400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT G: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "1802400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT C: возможно, кабель или датчик позиции неисправны." + }, + { + "ecode": "1804400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT E: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "1807400000020001", + "intro": "Потерян сигнал позиции буфера нити AMS-HT H: возможно, неисправен кабель или датчик позиции." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0707910000010002", + "intro": "AMS Н Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D Сопротивление катушки выпускного клапана 1 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A Сопротивление катушки выпускного клапана 2 аномально, что может быть вызвано аномальной проводкой или повреждением." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0700230000020023", + "intro": "AMS Слот 4 для трубки внутри AMS сломан, или датчик подачи внутреннего отверстия неисправен и не может обнаружить филамент." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B Слот 4: трубка внутри AMS сломана, или датчик выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C Слот 1 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B Слот 4 труба внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C Слот 4 труба внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT Слот 3 внутри трубы AMS сломан, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H Слот 1 трубка внутри AMS сломана, или датчик выхода нити неисправен и не может обнаружить филамент." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F Слот 2 трубка внутри AMS сломана, или датчик зала вывода неисправен и не может обнаружить филамент." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D Слот 4 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H Слот 3 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H Слот 4 трубка внутри AMS сломана, или датчик выхода подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E Слот 3 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT Слот 4 для трубки внутри AMS сломан, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B Слот 3 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H Слот 1 труба внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT Слот 1 трубки внутри AMS сломан, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F Слот 1 трубка внутри AMS сломана, или датчик зала вывода неисправен и не может обнаружить филамент." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0700210000020023", + "intro": "AMS Слот 2 трубки внутри AMS сломан, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0700220000020023", + "intro": "В Слоте 3 AMS трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H Слот 4 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F Слот 4 трубка внутри AMS сломана, или датчик зала вывода неисправен и не может обнаружить филамент." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G Слот 4 труба внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0700200000020023", + "intro": "AMS Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT Слот 2 трубки внутри AMS сломан, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F Слот 1 трубка внутри AMS сломана, или датчик зала выдачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D Слот 4 труба внутри AMS сломана, или датчик зала вывода неисправен и не может обнаружить филамент." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C Слот 3 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D Слот 2 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G Слот 1 трубка внутри AMS сломана, или датчик зала подачи неисправен и не может обнаружить филамент." + }, + { + "ecode": "0C00040000020026", + "intro": "Инициализация камеры Liveview не удалась, и некоторые функции искусственного интеллекта, такие как обнаружение спагетти, будут отключены. Пожалуйста, перезапустите принтер. Если проблема сохраняется, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "Камера BirdsEye не на месте; пожалуйста, проверьте аппаратное подключение." + }, + { + "ecode": "0C0003000002001C", + "intro": "Ваш насадок, кажется, покрыт застрявшим или забившимся материалом." + }, + { + "ecode": "030001000003000F", + "intro": "Температура в камере в данный момент высокая, а подогреваемая платформа медленно остывает. Рекомендуется открыть верхнюю крышку или переднюю дверь, чтобы ускорить процесс охлаждения." + }, + { + "ecode": "0300930000010004", + "intro": "Температура в камере нестандартная. Датчик температуры нагревателя камеры на выходе воздуха может иметь обрыв цепи." + }, + { + "ecode": "0500030000010004", + "intro": "Модуль буфера нити неисправен. Пожалуйста, перезапустите устройство." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0583040000010045", + "intro": "Прошивка AMS-HT D не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0582040000010045", + "intro": "Прошивка AMS-HT C не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0586040000010045", + "intro": "Прошивка AMS-HT G не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0502050000010014", + "intro": "Сертификация AMS C не удалась. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0502040000010044", + "intro": "Прошивка AMS C не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0585040000010045", + "intro": "Прошивка AMS-HT F не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0501050000010014", + "intro": "Сертификация AMS B не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0585050000010017", + "intro": "Сертификация AMS-HT F не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0587040000010045", + "intro": "Прошивка AMS-HT H не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0586050000010017", + "intro": "Сертификация AMS-HT G не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0503050000010014", + "intro": "Сертификация AMS D не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0503040000010044", + "intro": "Прошивка AMS D не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0500050000010014", + "intro": "Сертификация AMS не удалась. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0581040000010045", + "intro": "Прошивка AMS-HT B не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0501040000010044", + "intro": "Прошивка AMS B не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0580040000010045", + "intro": "Прошивка AMS-HT A не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0584040000010045", + "intro": "Прошивка AMS-HT E не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0584050000010017", + "intro": "Сертификация AMS-HT E не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0587050000010017", + "intro": "Сертификация AMS-HT H не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0500040000010044", + "intro": "Прошивка AMS A не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0581050000010017", + "intro": "Сертификация AMS-HT B не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0582050000010017", + "intro": "Сертификация AMS-HT C не прошла. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0580050000010017", + "intro": "Сертификация AMS-HT не удалась. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0583050000010017", + "intro": "Сертификация AMS-HT D не удалась. Пожалуйста, переподключите кабель или перезапустите принтер." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G Напряжение адаптера питания слишком низкое, что может привести к недостаточной температуре сушки. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G Напряжение адаптера питания слишком высокое, что может повредить цепь нагревателя. Пожалуйста, замените адаптер питания." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Устройство сбоит; пожалуйста, перезагрузите." + }, + { + "ecode": "0C00040000030018", + "intro": "Калибровка смещения режущего лезвия не удалась. Это может повлиять на точность резки. Пожалуйста, обратитесь к Вики, чтобы проверить, изношен ли кончик лезвия." + }, + { + "ecode": "0C00040000020023", + "intro": "Измерение толщины не удалось, камера инструмента не смогла обнаружить поверхность материала." + }, + { + "ecode": "0500040000020043", + "intro": "Камера инструмента грязная или заблокирована; пожалуйста, очистите ее и продолжайте." + }, + { + "ecode": "03000F0000010001", + "intro": "Обнаружены аномальные данные акселерометра. Пожалуйста, попробуйте перезапустить принтер." + }, + { + "ecode": "0500020000020008", + "intro": "Синхронизация времени не удалась" + }, + { + "ecode": "1806930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT G2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1806920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT G 1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0707920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS H1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0705920000020003", + "intro": "Вентилятор охлаждения AMS F Нагреватель 1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0701930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS B2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0704930000020003", + "intro": "Вентилятор охлаждения AMS E Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0505050000010010", + "intro": "Прошивка AMS F не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0501050000010010", + "intro": "Прошивка AMS B не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0507050000010010", + "intro": "Прошивка AMS H не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0582050000010010", + "intro": "Прошивка AMS-HT C не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0584050000010010", + "intro": "Прошивка AMS-HT E не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0587050000010010", + "intro": "Прошивка AMS-HT H не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0586050000010010", + "intro": "Прошивка AMS-HT G не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0585050000010010", + "intro": "Прошивка AMS-HT F не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0580050000010010", + "intro": "Прошивка AMS-HT A не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "050005000001000F", + "intro": "Прошивка аксессуара не подходит для принтера. Обновите её на странице «Прошивка»." + }, + { + "ecode": "0502050000010010", + "intro": "Прошивка AMS C не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0506050000010010", + "intro": "Прошивка AMS G не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0504050000010010", + "intro": "Прошивка AMS E не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0503050000010010", + "intro": "Прошивка AMS D не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0706930000020003", + "intro": "Вентилятор охлаждения AMS G Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1807920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT H1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1800920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT A1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0706920000020003", + "intro": "Вентилятор охлаждения AMS G Нагреватель 1 не может запуститься, потому что не подключен адаптер питания." + }, + { + "ecode": "0702920000020003", + "intro": "Вентилятор охлаждения AMS C Нагреватель 1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1801920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT B1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0704920000020003", + "intro": "Вентилятор охлаждения AMS E Нагреватель 1 не может запуститься, потому что не подключен адаптер питания." + }, + { + "ecode": "1805920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT F1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1804920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT E1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0703930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS D2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1804930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT E2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0707930000020003", + "intro": "Вентилятор охлаждения AMS H Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1807930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT H2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0703920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS D1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0700930000020003", + "intro": "Вентилятор охлаждения AMS A Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1805930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT F2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0702930000020003", + "intro": "Вентилятор охлаждения AMS C Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1802920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT C1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1803930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT D2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1803920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT D1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1800930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT A2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0705930000020003", + "intro": "Вентилятор охлаждения AMS F Нагреватель 2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0701920000020003", + "intro": "Вентилятор охлаждения нагревателя AMS B1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0700920000020003", + "intro": "Вентилятор охлаждения AMS A Нагреватель 1 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "1802930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT C 2 не может запуститься, потому что не подключен адаптер питания." + }, + { + "ecode": "1801930000020003", + "intro": "Вентилятор охлаждения нагревателя AMS-HT B2 не может запуститься, потому что адаптер питания не подключен." + }, + { + "ecode": "0500050000010010", + "intro": "Прошивка AMS A не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0583050000010010", + "intro": "Прошивка AMS-HT D не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0581050000010010", + "intro": "Прошивка AMS-HT B не соответствует принтеру. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0500040000020034", + "intro": "Лазерный модуль обнаружен впервые. Завершите настройку (~4 мин) перед использованием для точной резки и гравировки. Также убедитесь, что винт H2.0 на задней стороне, фиксирующий воздушный насос, удален." + }, + { + "ecode": "1804200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1802210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1803230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1804200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0700230000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 4. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1804200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. Метка RFID может быть повреждена." + }, + { + "ecode": "0706220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0701230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. Метка RFID может быть повреждена." + }, + { + "ecode": "0701210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0702220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0705220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1807200000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 1. Метка RFID может быть повреждена или находиться на краю устройства для обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0705230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707200000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. Метка RFID может быть повреждена." + }, + { + "ecode": "0704210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0706220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. Метка RFID может быть повреждена." + }, + { + "ecode": "0701220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1807220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT H. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0703230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1806200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1801210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0703210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS D Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS A. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1804210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT E Слот 2. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1807200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT H. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1804220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0703230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. Метка RFID может быть повреждена." + }, + { + "ecode": "0701220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0701210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. Метка RFID может быть повреждена." + }, + { + "ecode": "0703200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS F. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0702210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807200000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 1. Метка RFID может быть повреждена." + }, + { + "ecode": "1800220000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 3. Метка RFID может быть повреждена." + }, + { + "ecode": "1806230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. Метка RFID может быть повреждена." + }, + { + "ecode": "1805230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. Метка RFID может быть повреждена." + }, + { + "ecode": "1800200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT A. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "1804210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT E Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1805220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0701220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1803200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1801230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0706210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS H. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707230000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0705230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0705200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1801220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1804230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0705220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0701220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1802200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1801220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. Метка RFID может быть повреждена." + }, + { + "ecode": "0704230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS E. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1805210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0700210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "1800230000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 4. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0704220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS E. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0703210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1807230000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 4. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS D. Метка RFID может быть повреждена." + }, + { + "ecode": "1800220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0705210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS F Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. Метка RFID может быть повреждена." + }, + { + "ecode": "1803210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1802210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. Метка RFID может быть повреждена." + }, + { + "ecode": "1807200000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 1. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0704200000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 1. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0706230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS G. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. Метка RFID может быть повреждена." + }, + { + "ecode": "0703230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0702200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. Метка RFID может быть повреждена." + }, + { + "ecode": "0706210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0701210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0700200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS A. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0707220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS H. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1801230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1800200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT A. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0704230000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 4. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. Метка RFID может быть повреждена." + }, + { + "ecode": "0705230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. Метка RFID может быть повреждена." + }, + { + "ecode": "0706220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS F Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT H. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0706210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0706230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS G Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "1807210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707200000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0707230000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0704210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1805220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. Метка RFID может быть повреждена." + }, + { + "ecode": "1806210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. Метка RFID может быть повреждена." + }, + { + "ecode": "0704220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS E. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0707210000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0703220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. Метка RFID может быть повреждена." + }, + { + "ecode": "1802230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0702200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0703230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0706200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0704200000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 1. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1802210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700210000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS Слот 2. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0700230000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS Слот 4. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1803220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. Метка RFID может быть повреждена." + }, + { + "ecode": "1805210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1807210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707200000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1806230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. Метка RFID может быть повреждена." + }, + { + "ecode": "1805210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. Метка RFID может быть повреждена." + }, + { + "ecode": "0707210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "1805210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0702220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1806210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0705230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. Метка RFID может быть повреждена." + }, + { + "ecode": "1807220000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 3. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0701200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0704220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0704200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0701200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800230000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 4. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1804220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. Метка RFID может быть повреждена или находиться на краю устройства для обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1801200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. Метка RFID может быть повреждена." + }, + { + "ecode": "1806230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0706230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "0706200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS G. Метка RFID может быть повреждена." + }, + { + "ecode": "1801220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0704200000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 1. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0705200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS F Слот 1. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1802220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1802230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS A. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800200000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 1. Метка RFID может быть повреждена." + }, + { + "ecode": "1801200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1801230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "0701210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 1. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1800230000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 4. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1801200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807210000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1805200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1804210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT E Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS E. Метка RFID может быть повреждена." + }, + { + "ecode": "1804230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1804220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS H. Метка RFID может быть повреждена." + }, + { + "ecode": "0701210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1804230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. Метка RFID может быть повреждена." + }, + { + "ecode": "0702200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0703220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1802220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1805200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807220000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 3. Метка RFID может быть повреждена." + }, + { + "ecode": "1802210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT E. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0702200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0706200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0707220000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 3. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1804220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. Метка RFID может быть повреждена." + }, + { + "ecode": "0706220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1800210000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 2. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1802230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0706210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS G Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1805230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0706230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0700220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS A. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0705220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1800200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT A. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1805200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. Метка RFID может быть повреждена." + }, + { + "ecode": "1802210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800220000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 3. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. Метка RFID может быть повреждена." + }, + { + "ecode": "0704210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS A. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0700230000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS Слот 4. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1807230000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 4. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0707230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "0705220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "0707210000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0706210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS G Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "1803200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0700230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS A. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1804210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT E Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "0700220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS A. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0703220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. Метка RFID может быть повреждена." + }, + { + "ecode": "0702230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0705220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1805210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "0706210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1806200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. Метка RFID может быть повреждена." + }, + { + "ecode": "0700210000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 2. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0706200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807230000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 4. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1802230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0705210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS F Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "0703220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT A. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0704210000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1801220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0706220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS A. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0702200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS D. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0706200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS G Слот 1. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1805220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT F. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1800200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT A. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1801230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700220000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 3. Метка RFID может быть повреждена." + }, + { + "ecode": "0702220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1802220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT C. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700220000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS Слот 3. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1807220000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 3. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS H. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS C. Метка RFID может быть повреждена." + }, + { + "ecode": "0705210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1806230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS B. Метка RFID может быть повреждена." + }, + { + "ecode": "1801220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700200000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 1. Метка RFID может быть повреждена." + }, + { + "ecode": "0704200000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 1. Метка RFID может быть повреждена." + }, + { + "ecode": "1804210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0704230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS E. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0707200000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS H. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1801210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. Метка RFID может быть повреждена." + }, + { + "ecode": "1800210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0707210000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1801200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT B. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1805230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1800210000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 2. Метка RFID может быть повреждена." + }, + { + "ecode": "0707230000010086", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0704220000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS E. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS F. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0707210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 2. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0702210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1800220000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT Слот 3. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700210000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 2. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707200000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 1. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS E. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1803220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0706230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0705200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS F. Метка RFID может быть повреждена." + }, + { + "ecode": "1800230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1803230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704230000010083", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 4. Метка RFID может быть повреждена." + }, + { + "ecode": "1804200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT E. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1804230000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT E. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1803210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS D. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1805230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 2. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0707230000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800230000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT A Слот 4. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1807210000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0706220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1805230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. Метка RFID может быть повреждена." + }, + { + "ecode": "1807200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 1. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0701200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. Метка RFID может быть повреждена." + }, + { + "ecode": "0705220000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS F. Метка RFID может быть повреждена." + }, + { + "ecode": "1807230000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 4. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704230000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS E. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0704210000010081", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 2. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1801220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT B. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1803210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1802200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0701200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0705200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS F. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1801210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1807210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 2. Метка RFID может быть повреждена или находиться на краю устройства для обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0701230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0700210000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 2. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS D. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806210000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0701200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS B. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1804220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT E. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807220000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT H. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803200000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT D. Метка RFID может быть повреждена." + }, + { + "ecode": "1807220000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT H. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1802230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT C. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0700200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS A Слот 1. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0704220000010084", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 3. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "1805200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1806200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0701230000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS B. Метка RFID может быть повреждена." + }, + { + "ecode": "1805200000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS-HT F. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1807200000010082", + "intro": "Не удалось прочитать информацию о филаменте из AMS-HT H Слот 1. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0706200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS G. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1805230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT F. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0706230000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS G. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1800220000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT A. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0703200000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "1803230000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS-HT D. RFID-метка не может вращаться из-за заедания во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0700200000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS A. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0702230000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 4 AMS C. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1803220000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 3 AMS-HT D. Основная плата AMS может быть неисправна." + }, + { + "ecode": "1802210000010083", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT C. Метка RFID может быть повреждена." + }, + { + "ecode": "1801210000010085", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1801210000010082", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT B. Обнаружен неофициальный RFID-тег. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0707230000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS H Слот 4. Проверка метки RFID не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "0703200000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS D. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0700200000010081", + "intro": "Не удалось прочитать информацию о филаменте из Слот 1 AMS A. Основная плата AMS может быть неисправна." + }, + { + "ecode": "0702210000010086", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS C. RFID-метка не может вращаться из-за затора во время загрузки или выгрузки филамента. Пожалуйста, вытащите филамент и попробуйте снова." + }, + { + "ecode": "0704200000010085", + "intro": "Не удалось прочитать информацию о филаменте из AMS E Слот 1. Проверка RFID-метки не удалась. Вы можете попробовать использовать филамент Bambu Lab." + }, + { + "ecode": "1806210000010084", + "intro": "Не удалось прочитать информацию о филаменте из Слот 2 AMS-HT G. Метка RFID может быть повреждена или находиться на краю устройства обнаружения RFID. Пожалуйста, удалите 5 см филамента и попробуйте снова." + }, + { + "ecode": "0C0003000003000D", + "intro": "Обнаружено, что экструдер может не работать нормально. Пожалуйста, проверьте и решите, следует ли остановить печать." + }, + { + "ecode": "0C00030000020018", + "intro": "Была обнаружена недостаточная системная память, и функция обнаружения иностранного объекта не работала. Пожалуйста, перезапустите устройства или обновите прошивку после завершения задачи." + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G Слот 1 возвращает филамент обратно после тайм-аута AMS." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H Слот 4 не смог повернуть катушку нити при откате нити обратно в AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS Слот 4 возвращает нить назад до истечения времени AMS." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0706230000020010", + "intro": "AMS G Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A Слот 1 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700200000020019", + "intro": "AMS A Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B Слот 3 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H Слот 4 открывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F Слот 4 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0700220000020020", + "intro": "AMS Слот 3 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0707230000020021", + "intro": "AMS H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G Слот 1 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F Слот 4 помощь двигателя заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705200000020017", + "intro": "Мотор помощи Слот 1 AMS F остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS Слот 3 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе возле AMS." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700210000020021", + "intro": "AMS A Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и инструментальной головкой." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E Слот 4 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G Слот 3 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H Слот 1 не смог повернуть катушку нити при оттягивании нити обратно в AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS Слот 3 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B Слот 3 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B Слот 4 откатывает филамент до истечения времени AMS." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D Слот 3 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D Слот 4 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F Слот 2 помощь мотор застрял из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700230000020021", + "intro": "AMS Слот 4 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E Слот 2 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0701210000020021", + "intro": "Мотор помощи Слот 2 AMS B застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0703220000020017", + "intro": "AMS D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT Слот 2 возвращает нить назад до истечения времени AMS." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F Слот 4 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B Слот 3 откатывает филамент до истечения времени AMS." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F Слот 3 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0706220000020010", + "intro": "AMS G Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F Слот 2 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0701220000020022", + "intro": "AMS B Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT Слот 3 не смог повернуть катушку нити при оттягивании нити обратно к AMS." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT. Двигатель помощи Слот 2 остановлен из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C Слот 4 помощь двигателя заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0704230000020024", + "intro": "AMS E Слот 4 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700220000020022", + "intro": "AMS Слот 3 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT Слот 1 не смог повернуть катушку нити при оттягивании нити обратно к AMS." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0701230000020017", + "intro": "Мотор помощи Слот 4 AMS B остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700210000020022", + "intro": "AMS Двигатель второго Слот для помощи остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F Слот 1 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0706210000020017", + "intro": "Мотор помощи AMS G Слот 2 остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0705230000020019", + "intro": "AMS F Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS Слот 2 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "0300020000010009", + "intro": "Контроль температуры сопла неисправен. Возможно, горячий конец не установлен. Чтобы нагреть нагревательный блок без горячего конца, включите режим обслуживания в настройках." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D Слот 2 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT Слот 3 возвращает нить назад до истечения времени AMS." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A Слот 2 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0701230000020018", + "intro": "Мотор помощи Слот 4 AMS B остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E Слот 3 выводит нить из AMS из-за истечения времени ожидания." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0701220000020017", + "intro": "Мотор помощи Слот 3 AMS B застрял из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B Слот 4 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B Слот 2 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C Слот 4 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0701210000020018", + "intro": "Мотор помощи в Слоте 2 AMS B остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G Слот 1 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C Слот 1 не смог повернуть катушку нити при откате нити обратно в AMS." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F Слот 1 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E Слот 1 выводит нить из AMS из-за истечения времени ожидания." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F Слот 2 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H Слот 3 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A Слот 2 вспомогательный двигатель остановлен из-за избыточного сопротивления в трубе возле AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0700220000020011", + "intro": "AMS Слот 3 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E Слот 2 выводит нить из AMS из-за истечения времени ожидания." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C Слот 3 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT Слот 3 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D Слот 3 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C Слот 2 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0700210000020020", + "intro": "AMS Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H Слот 3 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C Слот 2 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C Слот 4 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C Слот 4 помощь двигатель застрял из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0707200000020017", + "intro": "AMS H Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0703200000020017", + "intro": "AMS D Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0707210000020011", + "intro": "AMS H Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G Слот 4 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D Слот 1 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT Слот 3 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0701210000020017", + "intro": "Мотор помощи Слот 2 AMS B застрял из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT. Двигатель помощи Слот 1 остановлен из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0706220000020021", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0705230000020010", + "intro": "AMS F Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A Слот 4 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS Слот 1 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D Слот 3 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H Слот 1 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F Слот 4 помощь двигателя заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D Слот 2 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H Слот 4 не смог повернуть катушку с нитью при оттягивании нити обратно в AMS." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0300030000020002", + "intro": "Вентилятор охлаждения головки нагрева работает медленно. Возможно, он заблокирован. Пожалуйста, проверьте наличие мусора и, при необходимости, очистите." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и инструментальной головкой." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B Слот 1 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0707230000020017", + "intro": "Мотор помощи AMS H Слот 4 остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F Слот 4 не смог повернуть катушку нити при оттягивании нити обратно в AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B Слот 2 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0703230000020017", + "intro": "AMS D Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D Слот 4 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT Двигатель вспомогательного Слот 2 остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G Слот 4 не смог повернуть катушку с ниткой при оттягивании нити обратно к AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H Слот 2 помощь двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E Слот 2 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B Слот 4 не смог повернуть катушку нити при оттягивании нити обратно в AMS." + }, + { + "ecode": "0704220000020017", + "intro": "Мотор помощи Слот 3 AMS E остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G Слот 1 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C Слот 1 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "0700220000020010", + "intro": "AMS Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0701200000020017", + "intro": "Мотор помощи в Слоте 1 AMS B остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT Слот 4 возвращает нить назад до истечения времени AMS." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0700200000020010", + "intro": "AMS Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H Слот 2 помощь двигатель остановлен из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E Слот 1 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D Слот 2 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H Слот 1 помощь двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT Слот 4 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе между буфером нити и инструментальной головкой." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F Слот 3 не смог повернуть катушку нити при откате нити обратно в AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D Слот 4 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E Слот 1 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0706220000020018", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F Слот 2 не смог повернуть катушку нити при откате нити обратно в AMS." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0702210000020024", + "intro": "AMS C Слот 2 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0707220000020010", + "intro": "AMS H Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F Слот 3 откатывает филамент обратно до истечения времени AMS." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700220000020018", + "intro": "AMS Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A Слот 3 не смог повернуть катушку с нитью при откате нити обратно в AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C Слот 1 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0701210000020019", + "intro": "Мотор помощи Слот 2 AMS B остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе возле AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT Слот 2 не смог повернуть катушку нити при оттягивании нити обратно к AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G Слот 2 открывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G Слот 4 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT Слот 4 не смог повернуть катушку с нитями при оттягивании нити обратно к AMS." + }, + { + "ecode": "0704200000020017", + "intro": "Мотор помощи AMS E Слот 1 остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C Слот 4 помощь двигатель остановлен из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0707220000020017", + "intro": "AMS H Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G Слот 3 не смог повернуть катушку нити при оттягивании нити обратно в AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G Слот 2 не смог повернуть катушку нити при оттягивании нити обратно в AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0700230000020010", + "intro": "AMS Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе возле AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C Слот 2 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0707210000020017", + "intro": "Мотор помощи AMS H Слот 2 остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0701220000020019", + "intro": "Мотор помощи Слот 3 AMS B остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G Слот 3 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H Слот 1 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A Слот 1 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "0300900000010003", + "intro": "Отказала нагревательная камера. Температура питания может быть слишком высокой." + }, + { + "ecode": "0300900000010001", + "intro": "Отопление в камере не работает. Возможно, обогреватель не выдувает горячий воздух." + }, + { + "ecode": "0300900000010002", + "intro": "Нагрев камеры не удался. Возможные причины: камера не полностью закрыта, температура окружающей среды слишком низкая или заблокирована вентиляция отвода тепла источника питания." + }, + { + "ecode": "0700230000020020", + "intro": "AMS Слот 4 вспомогательный двигатель застрял из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H Слот 2 оттягивает филамент назад до истечения времени AMS." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0703210000020017", + "intro": "AMS D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0704230000020020", + "intro": "AMS E Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0702220000020020", + "intro": "AMS C Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0702200000020017", + "intro": "AMS C Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H Слот 3 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе между буфером нити и головкой инструмента." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C Слот 4 откатывает нить назад до истечения времени AMS." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B Слот 3 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H Слот 1 оттягивает нить назад до истечения времени AMS." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F Слот 2 помощь двигателя заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0704210000020018", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0706220000020011", + "intro": "AMS G Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C Слот 2 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D Слот 2 не смог повернуть катушку с ниткой при оттягивании нити обратно в AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C Слот 4 выводит нить из AMS после истечения времени ожидания." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G Слот 4 не смог повернуть катушку с ниткой при откате нити обратно в AMS." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT Слот 1 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B Слот 3 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0704220000020011", + "intro": "AMS E Слот 3 откатывает филамент назад до истечения времени AMS." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе рядом с AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E Слот 4 откатывает филамент до истечения времени AMS." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B Слот 4 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B Слот 1 вспомогательный двигатель заблокирован из-за избыточного сопротивления в трубе около буфера нити." + }, + { + "ecode": "0704210000020019", + "intro": "AMS E Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и буфером нити." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D Слот 2 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе между AMS и принтером." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E Слот 4 вспомогательный двигатель остановился из-за избыточного сопротивления в трубе около головки инструмента." + }, + { + "ecode": "0500040000020041", + "intro": "Лазерный модуль использовался длительное время. Пожалуйста, немедленно очистите его, чтобы избежать влияния на лазерную обработку." + }, + { + "ecode": "0500040000020042", + "intro": "Камера Liveview загрязнена или заблокирована; очистите ее и продолжайте." + }, + { + "ecode": "1807700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1803700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1800700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "1804700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1805700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0706700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1803700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "1804700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "1801700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "1806700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0700700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0701700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0701700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0702700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0703700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0500060000020031", + "intro": "Камера ToolHead не подключена. Пожалуйста, проверьте аппаратное обеспечение и кабельные соединения." + }, + { + "ecode": "0700700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0702700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0703700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0500060000020032", + "intro": "Камера сопла не подключена. Пожалуйста, проверьте аппаратное обеспечение и кабельные соединения." + }, + { + "ecode": "0300C10000010003", + "intro": "Система воздушного потока не смогла активировать режим лазера; пожалуйста, проверьте статус воздушной двери." + }, + { + "ecode": "0500010000030006", + "intro": "USB-накопитель не отформатирован или не может быть записан; пожалуйста, отформатируйте USB-накопитель." + }, + { + "ecode": "1807700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревание филамента или засорение экструдера/сопла." + }, + { + "ecode": "0707700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1802700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0705700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0707700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревание филамента или засорение экструдера/сопла." + }, + { + "ecode": "1801700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1800700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1806700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "0704700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "1802700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревание филамента или засорение экструдера/сопла." + }, + { + "ecode": "0704700000020006", + "intro": "Таймаут очистки старого филамента. Возможная причина: застревание филамента или засорение экструдера/сопла." + }, + { + "ecode": "0705700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0706700000020006", + "intro": "Тайм-аут очистки старого филамента. Возможная причина: застревший филамент или засорение экструдера/сопла." + }, + { + "ecode": "1805700000020003", + "intro": "Не удалось выдавить филамент. Возможная причина: засорение экструдера или сопла." + }, + { + "ecode": "0C00040000020007", + "intro": "Камера BirdsEye настраивается. Пожалуйста, удалите все объекты и снимите коврик. Убедитесь, что маркер не заблокирован. Тем временем, очистите как камеру BirdsEye, так и камеру Toolhead, и удалите все посторонние объекты, мешающие виду." + }, + { + "ecode": "0300C00000010002", + "intro": "Неисправность клапана воздушной двери переключателя фильтра: возможно, он застрял." + }, + { + "ecode": "0300C10000010001", + "intro": "Система воздушного потока не смогла активировать режим охлаждения; пожалуйста, проверьте статус воздушной двери." + }, + { + "ecode": "0300C10000010002", + "intro": "Система воздушного потока не смогла активировать режим отопления; пожалуйста, проверьте статус воздушной двери." + }, + { + "ecode": "0500040000020037", + "intro": "Модуль резки требует калибровки для определения положения инструмента. Пожалуйста, выполните калибровку установки перед использованием. (примерно 2-4 минуты)" + }, + { + "ecode": "1806700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0705700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1800700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1803700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1805700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1802700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1807700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0300280000010003", + "intro": "Сбой связи между модулем резки и инструментальной головкой во время выравнивания по оси Z. Пожалуйста, проверьте, не разъединен ли или не сломан кабель сигнала модуля резки, или убедитесь, что катушка датчика силы цела." + }, + { + "ecode": "0500010000020001", + "intro": "Медиа-канал не работает должным образом. Пожалуйста, перезапустите принтер. Если несколько попыток не увенчаются успехом, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0700700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0701700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Продолжить\", чтобы повторить попытку." + }, + { + "ecode": "0702700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0703700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0300180000010007", + "intro": "Частота датчика силы экструзии слишком высока. Датчик может быть поврежден, или теплоотвод сопла может быть слишком близко к датчику." + }, + { + "ecode": "0300180000010004", + "intro": "Сигнал датчика силы экструзии аномальный. Возможно, датчик поврежден, или коммуникация MC-TH может быть нарушена." + }, + { + "ecode": "03009D0000020003", + "intro": "Результат калибровки фокусного расстояния лазерной гравировки значительно отличается от проектных значений. Пожалуйста, переустановите лазерный модуль и повторите настройку лазерного модуля. Если ошибка повторяется, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0C00040000010005", + "intro": "Сбой камеры BirdsEye: пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0300180000010008", + "intro": "Сопло касается нагревательного стола необычным образом. Пожалуйста, проверьте, есть ли остатки филамента на сопле или посторонние предметы там, где сопло касается стола." + }, + { + "ecode": "0300180000010001", + "intro": "Частота датчика силы экструзии слишком низкая. Сопло может быть не установлено, или радиатор нагрева сопла может быть слишком далеко от датчика." + }, + { + "ecode": "0C00010000010012", + "intro": "Калибровка камеры Live View не удалась, и результат калибровки не удалось сохранить. Попробуйте повторно откалибровать. Если калибровка не удается несколько раз, обратитесь в службу поддержки клиентов." + }, + { + "ecode": "1804700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0707700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Продолжить\" для повторной попытки." + }, + { + "ecode": "0706700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "0704700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1801700000020008", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "1800510000030001", + "intro": "AMS отключен; пожалуйста, загрузите филамент с держателя катушки." + }, + { + "ecode": "0705700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "0C00020000020006", + "intro": "Высота сопла кажется слишком высокой. Пожалуйста, проверьте, есть ли остаточный филамент, прикрепленный к соплу." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C Нагреватель 1 нагревается необычно." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C Нагреватель 2 нагревается необычно." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B Нагреватель 1 нагревает необычно." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E Обогреватель 1 нагревается необычно." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D Нагреватель 2 нагревается необычно." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B Нагреватель 1 нагревается необычно." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F Обогреватель 2 нагревается необычно." + }, + { + "ecode": "0300910000010002", + "intro": "Температура нагревателя камеры 1 аномальна. Возможно, нагреватель имеет обрыв цепи или термический предохранитель перегорел." + }, + { + "ecode": "0700400000020002", + "intro": "Ошибка сигнала позиции буфера нити: датчик позиции может быть неисправен." + }, + { + "ecode": "0700510000030001", + "intro": "AMS отключен; пожалуйста, загрузите филамент с держателя катушки." + }, + { + "ecode": "0700700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "0701700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "0702700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "0703700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A Обогреватель 1 нагревается необычно." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A Нагреватель 2 нагревается необычно." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D Обогреватель 2 нагревается необычно." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A Нагреватель 2 нагревает необычно." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F Обогреватель 1 нагревается необычно." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F Нагреватель 1 нагревается необычно." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A Нагреватель 1 нагревается необычно." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C Нагреватель 2 нагревается необычно." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H Нагреватель 1 нагревается необычно." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C Нагреватель 1 нагревается необычно." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E Нагреватель 1 нагревается необычно." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H Нагреватель 1 нагревается необычно." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H Нагреватель 2 нагревается необычно." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G Обогреватель 2 нагревается необычно." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G Нагреватель 1 нагревается необычно." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G Обогреватель 1 нагревается необычно." + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "1800400000020002", + "intro": "Ошибка сигнала позиции буфера нити: датчик позиции может быть неисправен." + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "0707700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "0704700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "0500040000020050", + "intro": "Окно безопасности лазера не установлено." + }, + { + "ecode": "0706700000020007", + "intro": "Филамент AMS закончился. Пожалуйста, поместите новый филамент в тот же Слот в AMS и продолжайте работу." + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT нить закончилась. Пожалуйста, поместите новую нить в тот же Слот в AMS и продолжайте." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D Обогреватель 1 нагревается необычно." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B Нагреватель 2 нагревается необычно." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D Нагреватель 1 нагревается необычно." + }, + { + "ecode": "0C00030000020017", + "intro": "Калибровка фокуса Z-ось лазерной гравировки не удалась. Пожалуйста, проверьте, правильно ли размещен тестовый материал для лазера (350 г бумаги) и его поверхность чиста и цела." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT Открыта передняя крышка. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1807240000020009", + "intro": "Крышка передней части AMS-HT открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1801240000020009", + "intro": "Крышка передней части AMS-HT B открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1806240000020009", + "intro": "Крышка передней части AMS-HT G открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1802240000020009", + "intro": "Крышка передней части AMS-HT C открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1805240000020009", + "intro": "Крышка AMS-HT F открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1804240000020009", + "intro": "Крышка передней части AMS-HT E открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "1803240000020009", + "intro": "Крышка передней части AMS-HT D открыта. Это может повлиять на производительность сушки или вызвать поглощение влаги филаментом." + }, + { + "ecode": "0707730000020004", + "intro": "Не удалось отозвать филамент AMS H Слот 4 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0703710000020005", + "intro": "Не удалось подать нить в Слот 2 AMS D. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0706700000020005", + "intro": "Не удалось подать нить в AMS G Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0701710000020002", + "intro": "Не удалось подать нить в AMS B Слот 2 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704700000020004", + "intro": "Не удалось отозвать филамент AMS E Слот 1 из головки инструмента. Возможная причина: застрявший филамент или катушка." + }, + { + "ecode": "1804720000020004", + "intro": "Не удалось отозвать филамент AMS-HT E Слот 3 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0704720000020005", + "intro": "Не удалось подать нить в AMS E Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0702710000020002", + "intro": "Не удалось загрузить нить в AMS C Слот 2 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703710000020001", + "intro": "Не удалось вытащить филамент AMS D Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанный филамент внутри экструдера." + }, + { + "ecode": "1805710000020005", + "intro": "Не удалось подать нить в AMS-HT F Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1803720000020002", + "intro": "Не удалось подать нить AMS-HT D в Слот 3 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704710000020001", + "intro": "Не удалось извлечь нить AMS E Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1805730000020001", + "intro": "Не удалось вытащить нить AMS-HT F Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1806710000020005", + "intro": "Не удалось подать нить в AMS-HT G Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0704730000020004", + "intro": "Не удалось отозвать филамент AMS E Слот 4 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1805730000020004", + "intro": "Не удалось отозвать нить AMS-HT F Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702720000020005", + "intro": "Не удалось подать нить в Слот 3 AMS C. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1800720000020001", + "intro": "Не удалось вытащить нить AMS-HT A из экструдера Слот 3. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0702720000020001", + "intro": "Не удалось вытащить нить AMS C Слот 3 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1805710000020002", + "intro": "Не удалось подать нить AMS-HT F в Слот 2 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1804700000020004", + "intro": "Не удалось отозвать филамент AMS-HT E Слот 1 из головки инструмента. Возможная причина: застрявший филамент или катушка." + }, + { + "ecode": "1803730000020001", + "intro": "Не удалось вытащить нить AMS-HT D Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1804720000020001", + "intro": "Не удалось вытащить нить AMS-HT E Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802710000020004", + "intro": "Не удалось отозвать нить AMS-HT C Слот 2 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1801710000020002", + "intro": "Не удалось подать нить AMS-HT B в Слот 2 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703700000020004", + "intro": "Не удалось отозвать нить AMS D Слот 1 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800710000020001", + "intro": "Не удалось вытащить нить AMS-HT A из экструдера Слот 2. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1800720000020004", + "intro": "Не удалось отозвать филамент AMS-HT A Слот 3 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1800730000020002", + "intro": "Не удалось подать нить AMS-HT A Слот 4 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1804700000020002", + "intro": "Не удалось подать нить AMS-HT E в Слот 1 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705730000020005", + "intro": "Не удалось подать нить в AMS F Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1807720000020005", + "intro": "Не удалось подать нить в AMS-HT H Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0701700000020001", + "intro": "Не удалось вытащить нить AMS B Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1807700000020004", + "intro": "Не удалось отозвать нить AMS-HT H Слот 1 из Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702720000020004", + "intro": "Не удалось отозвать филамент AMS C Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0705730000020002", + "intro": "Не удалось подать нить в AMS F Слот 4 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806700000020002", + "intro": "Не удалось загрузить нить AMS-HT G Слот 1 в инструментальную головку. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "1806710000020004", + "intro": "Не удалось отозвать филамент AMS-HT G Слот 2 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1803730000020002", + "intro": "Не удалось подать нить AMS-HT D в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704720000020001", + "intro": "Не удалось вытащить нить AMS E Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802730000020004", + "intro": "Не удалось отозвать нить AMS-HT C Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0707700000020002", + "intro": "Не удалось подать нить AMS H Слот 1 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1802720000020004", + "intro": "Не удалось отозвать филамент AMS-HT C Слот 3 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0700700000020004", + "intro": "Не удалось вернуть нить AMS A Слот 1 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702710000020005", + "intro": "Не удалось подать нить в AMS C Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0704720000020002", + "intro": "Не удалось загрузить нить в AMS E Слот 3 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703700000020002", + "intro": "Не удалось подать нить в Слот 1 AMS D в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703700000020005", + "intro": "Не удалось подать нить в Слот 1 AMS D. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1801730000020005", + "intro": "Не удалось подать нить в AMS-HT B Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1805700000020005", + "intro": "Не удалось подать нить в AMS-HT F Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1800730000020001", + "intro": "Не удалось вытащить нить AMS-HT A Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1801700000020004", + "intro": "Не удалось отозвать филамент AMS-HT B Слот 1 из инструмента. Возможная причина: застрявший филамент или катушка." + }, + { + "ecode": "1805730000020002", + "intro": "Не удалось подать нить AMS-HT F в Слот 4 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0706700000020004", + "intro": "Не удалось вернуть филамент AMS G Слот 1 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1802730000020005", + "intro": "Не удалось подать нить в AMS-HT C Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1807710000020005", + "intro": "Не удалось подать нить в AMS-HT H Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0700720000020002", + "intro": "Не удалось загрузить нить AMS A в Слот 3 в инструментальную головку. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "1800700000020001", + "intro": "Не удалось вытащить нить AMS-HT A из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0705700000020004", + "intro": "Не удалось отозвать нить AMS F Слот 1 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800710000020004", + "intro": "Не удалось отозвать филамент AMS-HT A Слот 2 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0702730000020002", + "intro": "Не удалось подать нить в AMS C Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702710000020001", + "intro": "Не удалось вытащить филамент AMS C Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанный филамент внутри экструдера." + }, + { + "ecode": "1804710000020004", + "intro": "Не удалось отозвать нить AMS-HT E Слот 2 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806730000020004", + "intro": "Не удалось отозвать нить AMS-HT G Слот 4 из Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1805720000020005", + "intro": "Не удалось подать нить в AMS-HT F Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1807700000020002", + "intro": "Не удалось подать нить AMS-HT H в Слот 1 в Toolhead. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "0701720000020004", + "intro": "Не удалось вернуть филамент AMS B Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0705720000020005", + "intro": "Не удалось подать нить в Слот 3 AMS F. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1807720000020002", + "intro": "Не удалось подать нить AMS-HT H в Слот 3 в Toolhead. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "1800700000020004", + "intro": "Не удалось отозвать филамент AMS-HT A Слот 1 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1802730000020002", + "intro": "Не удалось подать нить AMS-HT C в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1801720000020002", + "intro": "Не удалось подать нить AMS-HT B в Слот 3 головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1802730000020001", + "intro": "Не удалось вытащить нить AMS-HT C Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0700710000020001", + "intro": "Не удалось вытащить филамент AMS A Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанный филамент внутри экструдера." + }, + { + "ecode": "1801700000020005", + "intro": "Не удалось подать нить в AMS-HT B Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0704700000020005", + "intro": "Не удалось подать нить в AMS E Слот 1. Пожалуйста, обрежьте конец нити и проверьте, не застрял ли катушка." + }, + { + "ecode": "0700710000020002", + "intro": "Не удалось загрузить нить AMS A в Слот 2 в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701700000020004", + "intro": "Не удалось вернуть филамент AMS B Слот 1 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1806730000020005", + "intro": "Не удалось подать нить в AMS-HT G Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1801710000020004", + "intro": "Не удалось отозвать филамент AMS-HT B Слот 2 из головки инструмента. Возможная причина: застрявший филамент или катушка." + }, + { + "ecode": "0707710000020004", + "intro": "Не удалось отозвать филамент AMS H Слот 2 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1803730000020004", + "intro": "Не удалось отозвать нить AMS-HT D Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1801730000020002", + "intro": "Не удалось подать нить AMS-HT B в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700730000020004", + "intro": "Не удалось вернуть филамент AMS A Слот 4 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1806720000020004", + "intro": "Не удалось отозвать филамент AMS-HT G Слот 3 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0701720000020005", + "intro": "Не удалось подать нить в Слот B3 AMS. Пожалуйста, обрежьте конец нити и проверьте, не застряла ли катушка." + }, + { + "ecode": "0705710000020004", + "intro": "Не удалось отозвать нить AMS F Слот 2 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1807710000020004", + "intro": "Не удалось отозвать нить AMS-HT H Слот 2 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1803700000020004", + "intro": "Не удалось отозвать нить AMS-HT D Слот 1 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705710000020001", + "intro": "Не удалось вытащить нить AMS F Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0707720000020004", + "intro": "Не удалось вернуть нить AMS H Слот 3 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702710000020004", + "intro": "Не удалось отозвать филамент AMS C Слот 2 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0704730000020005", + "intro": "Не удалось подать нить в AMS E Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1801700000020001", + "intro": "Не удалось вытащить нить AMS-HT B из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1805720000020004", + "intro": "Не удалось отозвать нить AMS-HT F Слот 3 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702730000020005", + "intro": "Не удалось подать нить в AMS C Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0704700000020002", + "intro": "Не удалось загрузить нить в AMS E Слот 1 в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701700000020005", + "intro": "Не удалось подать нить в Слот 1 AMS B. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1801700000020002", + "intro": "Не удалось подать нить AMS-HT B в Слот 1 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1801730000020001", + "intro": "Не удалось вытащить нить AMS-HT B из Слот 4 экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1803720000020005", + "intro": "Не удалось подать нить в AMS-HT D Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1807730000020004", + "intro": "Не удалось отозвать нить AMS-HT H Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800700000020005", + "intro": "Не удалось подать нить в AMS-HT A Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0705700000020001", + "intro": "Не удалось вытащить нить AMS F Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802710000020005", + "intro": "Не удалось подать нить в AMS-HT C Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1807730000020001", + "intro": "Не удалось вытащить нить AMS-HT H Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0706710000020004", + "intro": "Не удалось отозвать филамент AMS G Слот 2 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1804730000020002", + "intro": "Не удалось подать нить AMS-HT E в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1803700000020002", + "intro": "Не удалось подать нить AMS-HT D в Слот 1 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1802720000020005", + "intro": "Не удалось подать нить в AMS-HT C Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0706730000020002", + "intro": "Не удалось загрузить нить AMS G Слот 4 в инструментальную головку. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "0707700000020004", + "intro": "Не удалось отозвать филамент AMS H Слот 1 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1805700000020004", + "intro": "Не удалось отозвать нить AMS-HT F Слот 1 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1805700000020001", + "intro": "Не удалось вытащить нить AMS-HT F из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0707720000020002", + "intro": "Не удалось загрузить нить AMS H Слот 3 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701720000020001", + "intro": "Не удалось вытащить нить AMS B Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0700720000020004", + "intro": "Не удалось вернуть филамент AMS A Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1804710000020001", + "intro": "Не удалось вытащить нить AMS-HT E Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1801710000020001", + "intro": "Не удалось вытащить нить AMS-HT B Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1806730000020002", + "intro": "Не удалось загрузить нить AMS-HT G в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703710000020002", + "intro": "Не удалось загрузить нить в Слот 2 AMS D в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703720000020001", + "intro": "Не удалось вытащить нить AMS D Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0706720000020001", + "intro": "Не удалось вытащить нить AMS G Слот 3 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1801730000020004", + "intro": "Не удалось отозвать нить AMS-HT B Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704710000020002", + "intro": "Не удалось подать нить AMS E Слот 2 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800710000020002", + "intro": "Не удалось загрузить нить AMS-HT A в Слот 2 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1802710000020002", + "intro": "Не удалось подать нить AMS-HT C в Слот 2 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1805720000020002", + "intro": "Не удалось подать нить AMS-HT F в Слот 3 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703730000020004", + "intro": "Не удалось отозвать филамент AMS D Слот 4 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1806720000020005", + "intro": "Не удалось подать нить в AMS-HT G Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0706720000020002", + "intro": "Не удалось загрузить нить AMS G Слот 3 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704730000020002", + "intro": "Не удалось загрузить нить в AMS E Слот 4 в инструментальную головку. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "1807720000020001", + "intro": "Не удалось вытащить нить AMS-HT H Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1803710000020005", + "intro": "Не удалось подать нить в AMS-HT D Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1807710000020002", + "intro": "Не удалось подать нить AMS-HT H в Слот 2 головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705720000020002", + "intro": "Не удалось загрузить нить в Слот 3 AMS F в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700720000020001", + "intro": "Не удалось извлечь филамент AMS A Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанный филамент внутри экструдера." + }, + { + "ecode": "0706720000020004", + "intro": "Не удалось вернуть пленку AMS G Слот 3 из головки инструмента. Возможная причина: застрявшая пленка или катушка." + }, + { + "ecode": "1804700000020001", + "intro": "Не удалось вытащить нить AMS-HT E Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1803710000020002", + "intro": "Не удалось подать нить AMS-HT D в Слот 2 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0707710000020001", + "intro": "Не удалось вытащить нить AMS H Слот 2 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1803720000020004", + "intro": "Не удалось отозвать нить AMS-HT D Слот 3 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1805730000020005", + "intro": "Не удалось подать нить в AMS-HT F Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1803710000020001", + "intro": "Не удалось вытащить нить AMS-HT D Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1803700000020005", + "intro": "Не удалось подать нить в AMS-HT D Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1805700000020002", + "intro": "Не удалось загрузить нить AMS-HT F в Слот 1 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701710000020005", + "intro": "Не удалось подать нить в AMS B Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0707730000020005", + "intro": "Не удалось подать нить в AMS H Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1807720000020004", + "intro": "Не удалось отозвать нить AMS-HT H Слот 3 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701720000020002", + "intro": "Не удалось загрузить нить в Слот 3 AMS B в головку инструмента. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "0705700000020005", + "intro": "Не удалось подать нить в Слот 1 AMS F. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1801720000020001", + "intro": "Не удалось вытащить нить AMS-HT B из экструдера Слот 3. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0707730000020002", + "intro": "Не удалось загрузить нить AMS H Слот 4 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1804720000020002", + "intro": "Не удалось подать нить AMS-HT E в Слот 3 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0704730000020001", + "intro": "Не удалось вытащить нить AMS E Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1801720000020004", + "intro": "Не удалось отозвать филамент AMS-HT B Слот 3 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1802700000020001", + "intro": "Не удалось вытащить нить AMS-HT C Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0703710000020004", + "intro": "Не удалось отозвать филамент AMS D Слот 2 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0706730000020001", + "intro": "Не удалось вытащить нить AMS G Слот 4 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1806700000020004", + "intro": "Не удалось отозвать нить AMS-HT G Слот 1 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700700000020005", + "intro": "Не удалось подать нить в Слот 1 AMS A. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1800720000020002", + "intro": "Не удалось подать нить AMS-HT A Слот 3 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800720000020005", + "intro": "Не удалось подать нить в AMS-HT A Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1806720000020001", + "intro": "Не удалось вытащить нить AMS-HT G Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0706700000020001", + "intro": "Не удалось вытащить нить AMS G Слот 1 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1800700000020002", + "intro": "Не удалось подать нить AMS-HT A в Слот 1 в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700720000020005", + "intro": "Не удалось подать нить в Слот 3 AMS A. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0707720000020001", + "intro": "Не удалось вытащить нить AMS H Слот 3 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802710000020001", + "intro": "Не удалось вытащить нить AMS-HT C Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0706720000020005", + "intro": "Не удалось подать нить в AMS G Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0702720000020002", + "intro": "Не удалось загрузить нить в Слот 3 AMS C в головку инструмента. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "0704710000020005", + "intro": "Не удалось подать нить в AMS E Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1806720000020002", + "intro": "Не удалось подать нить AMS-HT G в Слот 3 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1807700000020001", + "intro": "Не удалось вытащить нить AMS-HT H Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1804730000020004", + "intro": "Не удалось отозвать нить AMS-HT E Слот 4 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0707710000020005", + "intro": "Не удалось подать нить в AMS H Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1807730000020005", + "intro": "Не удалось подать нить в AMS-HT H Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0705730000020001", + "intro": "Не удалось вытащить нить AMS F Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0704720000020004", + "intro": "Не удалось вытащить филамент AMS E Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0701730000020005", + "intro": "Не удалось подать нить в Слот 4 AMS B. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0704710000020004", + "intro": "Не удалось отозвать филамент AMS E Слот 2 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1803700000020001", + "intro": "Не удалось вытащить нить AMS-HT D Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0706710000020005", + "intro": "Не удалось подать нить в AMS G Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0707700000020001", + "intro": "Не удалось вытащить нить AMS H Слот 1 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1807700000020005", + "intro": "Не удалось подать нить в AMS-HT H Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0706730000020005", + "intro": "Не удалось подать нить в AMS G Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1805720000020001", + "intro": "Не удалось вытащить нить AMS-HT F Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0701730000020001", + "intro": "Не удалось вытащить нить AMS B Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0700710000020005", + "intro": "Не удалось подать нить в AMS A Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1803730000020005", + "intro": "Не удалось подать нить в AMS-HT D Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1804700000020005", + "intro": "Не удалось подать нить в AMS-HT E Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0703700000020001", + "intro": "Не удалось вытащить нить AMS D Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0701710000020001", + "intro": "Не удалось вытащить нить AMS B Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802700000020002", + "intro": "Не удалось подать нить AMS-HT C в Слот 1 головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0706700000020002", + "intro": "Не удалось загрузить нить AMS G Слот 1 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705700000020002", + "intro": "Не удалось загрузить нить в Слот 1 AMS F в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806700000020005", + "intro": "Не удалось подать нить в AMS-HT G Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0703720000020005", + "intro": "Не удалось подать нить в Слот 3 AMS D. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "1800010000010005", + "intro": "Датчик тока AMS-HT A вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "1803010000010005", + "intro": "Датчик тока помощного двигателя AMS-HT D может быть неисправен." + }, + { + "ecode": "1805010000010005", + "intro": "Датчик тока помощи мотора AMS-HT F может быть неисправен." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "1801010000010005", + "intro": "Датчик тока AMS-HT B вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "1806010000010005", + "intro": "Датчик тока AMS-HT G вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "1804010000010005", + "intro": "Датчик тока помощного двигателя AMS-HT E может быть неисправен." + }, + { + "ecode": "1807010000010005", + "intro": "Датчик тока AMS-HT H вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E Датчик тока вспомогательного двигателя может быть неисправен." + }, + { + "ecode": "0701710000020004", + "intro": "Не удалось вернуть филамент AMS B Слот 2 из головки инструмента. Возможная причина: застрявший филамент или катушка." + }, + { + "ecode": "0706710000020001", + "intro": "Не удалось вытащить филамент AMS G Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанный филамент внутри экструдера." + }, + { + "ecode": "0707700000020005", + "intro": "Не удалось подать нить в AMS H Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0701730000020004", + "intro": "Не удалось отозвать филамент AMS B Слот 4 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0703730000020001", + "intro": "Не удалось вытащить нить AMS D Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0707720000020005", + "intro": "Не удалось подать нить в AMS H Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1802700000020005", + "intro": "Не удалось подать нить в AMS-HT C Слот 1. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0703720000020004", + "intro": "Не удалось отозвать филамент AMS D Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1801720000020005", + "intro": "Не удалось подать нить в AMS-HT B Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1804710000020002", + "intro": "Не удалось подать нить AMS-HT E в Слот 2 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700730000020005", + "intro": "Не удалось подать нить в Слот 4 AMS A. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "1804730000020005", + "intro": "Не удалось подать нить в AMS-HT E Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1800730000020005", + "intro": "Не удалось подать нить в AMS-HT A Слот 4. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0705720000020001", + "intro": "Не удалось вытащить нить AMS F Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1804730000020001", + "intro": "Не удалось вытащить нить AMS-HT E Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0700730000020001", + "intro": "Не удалось вытащить нить AMS A Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802720000020001", + "intro": "Не удалось вытащить нить AMS-HT C Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1806710000020001", + "intro": "Не удалось вытащить нить AMS-HT G Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0703730000020005", + "intro": "Не удалось подать нить в Слот 4 AMS D. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1803710000020004", + "intro": "Не удалось отозвать нить AMS-HT D Слот 2 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0703730000020002", + "intro": "Не удалось загрузить нить в Слот 4 AMS D в инструментальную головку. Возможная причина: нить или катушка застряли." + }, + { + "ecode": "1803720000020001", + "intro": "Не удалось вытащить нить AMS-HT D Слот 3 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0700700000020001", + "intro": "Не удалось вытащить нить AMS A Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1802700000020004", + "intro": "Не удалось отозвать нить AMS-HT C Слот 1 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0706710000020002", + "intro": "Не удалось загрузить нить в AMS G Слот 2 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1804710000020005", + "intro": "Не удалось подать нить в AMS-HT E Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0705730000020004", + "intro": "Не удалось отозвать нить AMS F Слот 4 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0700710000020004", + "intro": "Не удалось вернуть филамент AMS A Слот 2 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "1805710000020001", + "intro": "Не удалось вытащить нить AMS-HT F Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1807730000020002", + "intro": "Не удалось подать нить AMS-HT H в Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1804720000020005", + "intro": "Не удалось подать нить в AMS-HT E Слот 3. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "1805710000020004", + "intro": "Не удалось отозвать нить AMS-HT F Слот 2 из головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0707710000020002", + "intro": "Не удалось подать нить AMS H Слот 2 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705720000020004", + "intro": "Не удалось вернуть филамент AMS F Слот 3 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0702700000020005", + "intro": "Не удалось подать нить в Слот 1 AMS C. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0700730000020002", + "intro": "Не удалось загрузить нить AMS A в Слот 4 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1800730000020004", + "intro": "Не удалось отозвать филамент AMS-HT A Слот 4 из инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0702730000020004", + "intro": "Не удалось отозвать нить AMS C Слот 4 из инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701700000020002", + "intro": "Не удалось загрузить нить в Слот 1 AMS B в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702700000020002", + "intro": "Не удалось загрузить нить в Слот 1 AMS C в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806730000020001", + "intro": "Не удалось вытащить нить AMS-HT G Слот 4 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0702700000020001", + "intro": "Не удалось вытащить нить AMS C Слот 1 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1800710000020005", + "intro": "Не удалось подать нить в AMS-HT A Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0702700000020004", + "intro": "Не удалось отозвать нить AMS C Слот 1 из Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0701730000020002", + "intro": "Не удалось подать нить в AMS B Слот 4 в Toolhead. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0705710000020005", + "intro": "Не удалось подать нить в AMS F Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застрял ли катушка." + }, + { + "ecode": "0700700000020002", + "intro": "Не удалось загрузить нить AMS A в Слот 1 в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806710000020002", + "intro": "Не удалось подать нить AMS-HT G в Слот 2 головки инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1801710000020005", + "intro": "Не удалось подать нить в AMS-HT B Слот 2. Пожалуйста, обрежьте конец нити и проверьте, застряла ли катушка." + }, + { + "ecode": "0706730000020004", + "intro": "Не удалось вернуть филамент AMS G Слот 4 из головки инструмента. Возможная причина: филамент или катушка застряли." + }, + { + "ecode": "0703720000020002", + "intro": "Не удалось загрузить нить в Слот 3 AMS D в инструментальную головку. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1802720000020002", + "intro": "Не удалось подать нить AMS-HT C в Слот 3 инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "0702730000020001", + "intro": "Не удалось вытащить нить AMS C Слот 4 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0705710000020002", + "intro": "Не удалось загрузить нить в AMS F Слот 2 в головку инструмента. Возможная причина: застрявшая нить или катушка." + }, + { + "ecode": "1806700000020001", + "intro": "Не удалось вытащить нить AMS-HT G Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0707730000020001", + "intro": "Не удалось вытащить нить AMS H Слот 4 из экструдера. Возможная причина: засоренный экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "1807710000020001", + "intro": "Не удалось вытащить нить AMS-HT H Слот 2 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0704700000020001", + "intro": "Не удалось вытащить нить AMS E Слот 1 из экструдера. Возможная причина: забитый экструдер или сломанная нить внутри экструдера." + }, + { + "ecode": "0500030000010021", + "intro": "Оборудование несовместимо; пожалуйста, проверьте камеру инструмента." + }, + { + "ecode": "0C00010000020008", + "intro": "Не удалось получить изображение с камеры прямого просмотра. Обнаружение заторов спагетти и отходов в сбросном отверстии в настоящее время недоступно." + }, + { + "ecode": "0C00040000010012", + "intro": "Данные связи камеры Live View ненормальны." + }, + { + "ecode": "0C00040000020003", + "intro": "Платформа лазера неправильно выровнена. Пожалуйста, убедитесь, что все четыре угла выровнены с подогреваемой платформой." + }, + { + "ecode": "0500060000020004", + "intro": "Камера Live View не на месте; пожалуйста, проверьте аппаратное соединение." + }, + { + "ecode": "0C00040000020002", + "intro": "Платформа для резки не обнаружена. Пожалуйста, поместите необходимый коврик для задачи и продолжайте." + }, + { + "ecode": "0500060000020033", + "intro": "Камера BirdsEye не подключена. Пожалуйста, проверьте аппаратное обеспечение и кабельные соединения." + }, + { + "ecode": "0C00030000020016", + "intro": "Обнаружение иностранного объекта не работает, и серийный номер камеры Live View не может быть прочитан. Пожалуйста, свяжитесь с командой службы поддержки клиентов." + }, + { + "ecode": "0500040000020031", + "intro": "Перед использованием модуля лазерной/режущей установки необходимо определить положение камеры BirdsEye. Пожалуйста, выполните настройку для калибровки камеры." + }, + { + "ecode": "0703210000020007", + "intro": "Датчик Холла AMS D Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1800200000020007", + "intro": "Датчик Холла AMS-HT для вывода питания Слот 1 отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0701210000020007", + "intro": "Датчик Холла AMS B Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0703200000020007", + "intro": "Датчик Холла AMS D Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0702200000020007", + "intro": "Датчик Холла AMS C Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0701200000020007", + "intro": "Датчик Холла AMS B Слот 1 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0703230000020007", + "intro": "Датчик Холла AMS D Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0700220000020007", + "intro": "Датчик Холла AMS A Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0C00040000020019", + "intro": "Камера Birdseye установлена смещенно. Пожалуйста, обратитесь к Вики, чтобы переустановить ее." + }, + { + "ecode": "1804210000020007", + "intro": "Датчик Холла AMS-HT E Слот 2 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "0706230000020007", + "intro": "Датчик Холла AMS G Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1802230000020007", + "intro": "Датчик Холла AMS-HT C Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1800220000020007", + "intro": "Датчик Холла AMS-HT A Слот 3 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "0707200000020007", + "intro": "Датчик Холла AMS H Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1807230000020007", + "intro": "Датчик Холла AMS-HT H Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0704210000020007", + "intro": "Датчик Холла AMS E Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0707220000020007", + "intro": "Датчик Холла AMS H Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1802220000020007", + "intro": "Датчик Холла AMS-HT C Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0707210000020007", + "intro": "Датчик Холла AMS H Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1803200000020007", + "intro": "Датчик Холла AMS-HT D Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1806200000020007", + "intro": "Датчик Холла AMS-HT G Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0705230000020007", + "intro": "Датчик Холла AMS F Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1805220000020007", + "intro": "Датчик Холла AMS-HT F Слот 3 выходного питания отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1802210000020007", + "intro": "Датчик Холла AMS-HT C Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1803220000020007", + "intro": "Датчик Холла AMS-HT D Слот 3 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "0704220000020007", + "intro": "Датчик Холла AMS E Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0706210000020007", + "intro": "Датчик Холла AMS G Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "03009E0000030001", + "intro": "Уровень обнаружения открытой двери для этой печатной задачи будет установлен как \"Уведомление\"." + }, + { + "ecode": "0702210000020007", + "intro": "Датчик Холла AMS C Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0700230000020007", + "intro": "Датчик Холла AMS A Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0701230000020007", + "intro": "Датчик Холла AMS B Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0704200000020007", + "intro": "Датчик Холла AMS E Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0705220000020007", + "intro": "Датчик Холла AMS F Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0705200000020007", + "intro": "Датчик Холла AMS F Слот 1 выходного питания отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1807200000020007", + "intro": "Датчик Холла AMS-HT H Слот 1 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1807220000020007", + "intro": "Датчик Холла AMS-HT H Слот 3 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1800230000020007", + "intro": "Датчик Холла AMS-HT для вывода питания Слот 4 отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1806230000020007", + "intro": "Датчик Холла AMS-HT G Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1801220000020007", + "intro": "Датчик Холла AMS-HT B Слот 3 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "0707230000020007", + "intro": "Датчик Холла AMS H Слот 4 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1801200000020007", + "intro": "Датчик Холла AMS-HT B Слот 1 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1807210000020007", + "intro": "Датчик Холла AMS-HT H Слот 2 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1803210000020007", + "intro": "Датчик Холла AMS-HT D Слот 2 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0706220000020007", + "intro": "Датчик Холла AMS G Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1804200000020007", + "intro": "Датчик Холла AMS-HT E Слот 1 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1805210000020007", + "intro": "Датчик Холла AMS-HT F Слот 2 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1804220000020007", + "intro": "Датчик Холла AMS-HT E Слот 3 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "03009D0000020001", + "intro": "Калибровка фокусного растяжения лазерной гравировки XY не удалась. Пожалуйста, очистите область домашнего лазера на лазерной платформе и повторно запустите калибровку установки лазерного модуля." + }, + { + "ecode": "0702230000020007", + "intro": "Датчик Холла AMS C Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0701220000020007", + "intro": "Датчик Холла AMS B Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0702220000020007", + "intro": "Датчик Холла AMS C Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0703220000020007", + "intro": "Датчик Холла AMS D Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0700210000020007", + "intro": "Датчик Холла AMS A Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0700200000020007", + "intro": "Датчик Холла AMS A Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1804230000020007", + "intro": "Датчик Холла AMS-HT E Слот 4 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1801210000020007", + "intro": "Датчик Холла AMS-HT B Слот 2 выдача материала отключен. Возможно, разъем имеет плохой контакт." + }, + { + "ecode": "1805230000020007", + "intro": "Датчик Холла AMS-HT F Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0704230000020007", + "intro": "Датчик Холла AMS E Слот 4 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1806220000020007", + "intro": "Датчик Холла AMS-HT G Слот 3 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1800210000020007", + "intro": "Датчик Холла AMS-HT для вывода питания Слот 2 отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1805200000020007", + "intro": "Датчик Холла AMS-HT F Слот 1 выходного питания отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1806210000020007", + "intro": "Датчик Холла AMS-HT G Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0705210000020007", + "intro": "Датчик Холла AMS F Слот 2 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1801230000020007", + "intro": "Датчик Холла AMS-HT B Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1803230000020007", + "intro": "Датчик Холла AMS-HT D Слот 4 выходного канала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "1802200000020007", + "intro": "Датчик Холла AMS-HT C Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "0706200000020007", + "intro": "Датчик Холла AMS G Слот 1 выдача материала отключен. Разъем может иметь плохой контакт." + }, + { + "ecode": "03009D0000020002", + "intro": "Результат калибровки фокусного расстояния лазерной гравировки XY значительно отличается от расчетных значений. Пожалуйста, переустановите лазерный модуль и повторите настройку лазерного модуля." + }, + { + "ecode": "0C00010000010011", + "intro": "Калибровка камеры Live View не удалась, пожалуйста, перекалибруйте. Убедитесь, что печатная площадка пуста, а вид камеры четкий и правильно ориентирован. Обратитесь в службу поддержки клиентов, если ситуация повторится." + }, + { + "ecode": "0500040000010052", + "intro": "Ключ безопасности не вставлен. Пожалуйста, следуйте инструкциям в Wiki для установки." + }, + { + "ecode": "0500040000010051", + "intro": "Кнопка аварийной остановки не находится в правильном положении. Пожалуйста, следуйте инструкциям в Wiki для установки." + }, + { + "ecode": "0300090000010001", + "intro": "Сервомотор экструдера имеет обрыв цепи. Соединение может быть слабым, или мотор может быть неисправен." + }, + { + "ecode": "0300090000010002", + "intro": "Серводвигатель экструдера имеет короткое замыкание. Возможно, он вышел из строя." + }, + { + "ecode": "0300090000010003", + "intro": "Сопротивление серводвигателя экструдера аномально; возможно, мотор вышел из строя." + }, + { + "ecode": "0300160000010001", + "intro": "Датчик тока серводвигателя экструдера неисправен. Отказ аппаратной схемы сбора данных может вызвать это." + }, + { + "ecode": "0300410000010001", + "intro": "Напряжение системы нестабильно. Срабатывает функция защиты от отключения питания." + }, + { + "ecode": "1803240000010007", + "intro": "Обнаружено неисправное датчика двери AMS-HT D, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1806240000010007", + "intro": "Обнаружено неисправное датчиков двери AMS-HT G, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1801240000010007", + "intro": "Обнаружено неисправное датчика двери AMS-HT B, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F обнаружение двери неисправно, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1802240000010007", + "intro": "Обнаружено неисправное датчика двери AMS-HT C, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E обнаружение двери неисправно, возможно, соединение датчика Холла может быть слабым или разорванным." + }, + { + "ecode": "1807240000010007", + "intro": "Обнаружено неисправное датчик двери AMS-HT H, возможно, соединение датчика Холла может быть слабым или отсоединенным." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT Обнаружено неисправное датчик двери, возможно, соединение датчика Холла может быть слабым или отсоединено." + }, + { + "ecode": "07FF700000020003", + "intro": "Пожалуйста, проверьте, выходит ли нить из сопла. Если нет, аккуратно нажмите на материал и попробуйте снова экструдировать." + }, + { + "ecode": "0300D00000010002", + "intro": "Держатель лезвия отвалился; пожалуйста, установите его обратно." + }, + { + "ecode": "0300D00000010001", + "intro": "База модуля резки отвалилась; пожалуйста, установите её обратно." + }, + { + "ecode": "0300280000010005", + "intro": "Не удалось выполнить возврат по оси Z в режиме резки. Пожалуйста, проверьте, есть ли какие-либо посторонние предметы на слайдере оси Z и синхронном шкиве оси Z." + }, + { + "ecode": "18FF600000020001", + "intro": "Внешний шпуль может быть запутанным или заблокированным." + }, + { + "ecode": "07FF600000020001", + "intro": "Внешний шпуль может быть запутанным или заблокированным." + }, + { + "ecode": "0500030000020020", + "intro": "Объем USB-накопителя недостаточен для кэширования печатных файлов." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G Трехфазные провода вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H Трехфазные провода помощного двигателя не подключены. Разъем помощного двигателя может иметь плохой контакт." + }, + { + "ecode": "0500040000020036", + "intro": "Новый модуль резки подключен. Для обеспечения более точной резки, пожалуйста, настройте его перед использованием. (около 3 минут)" + }, + { + "ecode": "0500040000020035", + "intro": "Модуль лазера требует калибровки для определения позиции фокуса. Пожалуйста, выполните калибровку установки перед использованием. (примерно 2 минуты)" + }, + { + "ecode": "0300C30000010002", + "intro": "Неисправность датчика тока клапана фильтрационного переключателя: это может быть вызвано обрывом цепи или неисправностью аппаратной схемы сэмплирования." + }, + { + "ecode": "0300A10000010001", + "intro": "Температура в камере слишком высокая. Пожалуйста, откройте верхнюю крышку и переднюю дверь, чтобы охладиться, или снизьте окружающую температуру." + }, + { + "ecode": "0500010000030005", + "intro": "USB-накопитель находится в режиме \"Только чтение\". Запись видео и запись таймлапса невозможны. Обратитесь к Вики для получения помощи." + }, + { + "ecode": "0500040000020038", + "intro": "Пожалуйста, вставьте модуль для резки и зафиксируйте быстрый рычаг освобождения. Если модуль уже установлен, возможно, он не правильно выровнен. Попробуйте переустановить его." + }, + { + "ecode": "0500010000020002", + "intro": "Камера Liveview не подключена. Проверьте оборудование и подключение кабелей." + }, + { + "ecode": "0500060000020034", + "intro": "Камера Live View не подключена. Пожалуйста, проверьте аппаратное обеспечение и кабельные соединения." + }, + { + "ecode": "0300D00000010003", + "intro": "Кабель модуля резки отошел; пожалуйста, проверьте подключение кабеля." + }, + { + "ecode": "1805200000020009", + "intro": "Не удалось выдавить нить AMS-HT F Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1803200000020009", + "intro": "Не удалось выдавить нить AMS-HT D Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1805210000020009", + "intro": "Не удалось выдавить нить AMS-HT F Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1804210000020009", + "intro": "Не удалось выдавить нить AMS-HT E Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1804220000020009", + "intro": "Не удалось выдавить нить AMS-HT E Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1803210000020009", + "intro": "Не удалось выдавить нить AMS-HT D Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1806230000020009", + "intro": "Не удалось выдавить нить AMS-HT G Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1800220000020009", + "intro": "Не удалось выдавить нить AMS-HT A Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1807230000020009", + "intro": "Не удалось выдавить нить AMS-HT H Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1802200000020009", + "intro": "Не удалось выдавить нить AMS-HT C Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1801210000020009", + "intro": "Не удалось выдавить нить AMS-HT B для Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1807210000020009", + "intro": "Не удалось выдавить нить AMS-HT H Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1800210000020009", + "intro": "Не удалось выдавить AMS-HT A Слот 2 нить; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1802210000020009", + "intro": "Не удалось выдавить нить AMS-HT C Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1806220000020009", + "intro": "Не удалось выдавить нить AMS-HT G Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1806200000020009", + "intro": "Не удалось выдавить нить AMS-HT G Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1804230000020009", + "intro": "Не удалось выдавить нить AMS-HT E Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1801220000020009", + "intro": "Не удалось выдавить нить AMS-HT B для Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1802220000020009", + "intro": "Не удалось выдавить нить AMS-HT C Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1803230000020009", + "intro": "Не удалось выдавить нить AMS-HT D Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1807200000020009", + "intro": "Не удалось выдавить нить AMS-HT H Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1800230000020009", + "intro": "Не удалось выдавить AMS-HT A Слот 4 нить; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1806210000020009", + "intro": "Не удалось выдавить нить AMS-HT G Слот 2; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1805220000020009", + "intro": "Не удалось выдавить нить AMS-HT F Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1807220000020009", + "intro": "Не удалось выдавить нить AMS-HT H Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1803220000020009", + "intro": "Не удалось выдавить нить AMS-HT D Слот 3; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1805230000020009", + "intro": "Не удалось выдавить нить AMS-HT F для Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1804200000020009", + "intro": "Не удалось выдавить нить AMS-HT E Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1801200000020009", + "intro": "Не удалось выдавить нить AMS-HT B для Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1800200000020009", + "intro": "Не удалось выдавить AMS-HT A Слот 1 нить; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1802230000020009", + "intro": "Не удалось выдавить нить AMS-HT C Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1801230000020009", + "intro": "Не удалось выдавить нить AMS-HT B для Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0C0003000002000E", + "intro": "Ваш насадок, кажется, покрыт застрявшим или забившимся материалом." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT Слот 3 закончился филамент. Пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "0701130000010001", + "intro": "Двигатель Слот 4 AMS B соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701200000020005", + "intro": "Филамент AMS B Слот 1 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в инструментальной головке." + }, + { + "ecode": "0702100000010001", + "intro": "Мотор Слот 1 AMS C соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0703200000020008", + "intro": "Датчик Холла AMS D Слот 1 для подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804210000020008", + "intro": "Датчик Холла AMS-HT E Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800130000010001", + "intro": "Мотор Слот 4 AMS-HT соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем приступить к работе." + }, + { + "ecode": "1807220000020008", + "intro": "Датчик Холла AMS-HT H Слот 3 подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805200000020008", + "intro": "Датчик Холла AMS-HT F Слот 1 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1803200000020003", + "intro": "Филамент Слот 1 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "Двигатель AMS-HT E Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1805120000010001", + "intro": "Двигатель AMS-HT F Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0706210000020008", + "intro": "Датчик Холла AMS G Слот 2 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0707100000010001", + "intro": "Двигатель AMS H Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0704200000020004", + "intro": "Филамент AMS E Слот 1 может быть сломан в головке инструмента." + }, + { + "ecode": "1801130000010001", + "intro": "Мотор Слот 4 AMS-HT B соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1802110000020002", + "intro": "Двигатель AMS-HT C Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0705130000010001", + "intro": "Двигатель AMS F Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0703210000020008", + "intro": "Датчик Холла AMS D Слот 2 для подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803200000020008", + "intro": "Датчик Холла AMS-HT D Слот 1 для подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802200000020003", + "intro": "Филамент Слот 1 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1807220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем приступить к работе." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704120000010003", + "intro": "Контроль крутящего момента двигателя AMS E Слот 3 неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0705120000010003", + "intro": "Управление крутящим моментом двигателя AMS F Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0704100000010003", + "intro": "Контроль крутящего момента двигателя AMS E Слот 1 неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1806310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1807300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0704310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0705210000020009", + "intro": "Не удалось выдавить филамент AMS F Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1804350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0707220000020009", + "intro": "Не удалось выдавить филамент AMS H Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0707300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0700120000020002", + "intro": "Мотор Слот 3 AMS A перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700220000030001", + "intro": "AMS Слот 3 закончился филамент. Пожалуйста, подождите, пока старый филамент будет очищен." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0701100000010001", + "intro": "Двигатель AMS B Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701110000010003", + "intro": "Управление крутящим моментом двигателя Слот 2 AMS B неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0701220000030002", + "intro": "Филимент AMS B Слот 3 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "0702130000010001", + "intro": "Мотор Слот 4 AMS C соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0703120000020002", + "intro": "Двигатель AMS D Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0703130000020002", + "intro": "Двигатель Слот 4 AMS D перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0703210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0705210000020008", + "intro": "Датчик Холла AMS F Слот 2 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1805210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "Филамент AMS H Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в инструментальной головке." + }, + { + "ecode": "1801120000020002", + "intro": "Двигатель AMS-HT B Слот 3 перегружен. Возможно, нить перекручена или застряла." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT Слот 3 нити закончились. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем начинать работу." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0706130000010003", + "intro": "Управление крутящим моментом двигателя AMS G Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1804110000010001", + "intro": "Двигатель AMS-HT E Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0707230000020008", + "intro": "Датчик Холла AMS H Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704130000010001", + "intro": "Двигатель AMS E Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807200000020008", + "intro": "Датчик Холла AMS-HT H Слот 1 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707200000020008", + "intro": "Датчик Холла AMS H Слот 1 для подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700100000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0700220000020004", + "intro": "В AMS A Слоте 3 может быть сломана нить в головке инструмента." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702230000020005", + "intro": "Филамент AMS C Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT F Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1802110000010001", + "intro": "Двигатель AMS-HT C Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701210000020008", + "intro": "Датчик Холла AMS B Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801130000020002", + "intro": "Двигатель AMS-HT B Слот 4 перегружен. Возможно, нить перекручена или застряла." + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1803130000020002", + "intro": "Двигатель AMS-HT D Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1802210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед началом работы." + }, + { + "ecode": "1806200000020003", + "intro": "Филамент Слот 1 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704110000010001", + "intro": "Двигатель AMS E Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT Слот 2 филамент может быть сломан в головке инструмента." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0706130000020002", + "intro": "Мотор AMS G Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1804210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0706110000010001", + "intro": "Двигатель AMS G Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H Слот 1 может быть сломан в AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "Мотор AMS G Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807130000020002", + "intro": "Двигатель AMS-HT H Слот 4 перегружен. Возможно, нить перекручена или застряла." + }, + { + "ecode": "0703220000020008", + "intro": "Датчик Холла AMS D Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800400000020004", + "intro": "Сигнал буфера нити аномальный; пружина может застрять, или нить может запутаться." + }, + { + "ecode": "0704200000020009", + "intro": "Не удалось выдавить нить AMS E Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1806300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0704310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1800310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0705310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1807310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1806350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701200000020004", + "intro": "Филамент AMS B Слот 1 может быть сломан в головке инструмента." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0703110000010001", + "intro": "Двигатель AMS D Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0703130000010003", + "intro": "Управление крутящим моментом двигателя Слот 4 AMS D неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700200000020008", + "intro": "Датчик Холла AMS A Слот 1 для подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701200000020008", + "intro": "Датчик Холла AMS B Слот 1 для подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704220000020005", + "intro": "Филамент AMS E Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в инструментальной головке." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802100000020002", + "intro": "Двигатель AMS-HT C Слот 1 перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "1805130000010001", + "intro": "Двигатель AMS-HT F Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0707230000030002", + "intro": "Филимент AMS H Слот 4 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "0705100000020002", + "intro": "Двигатель AMS F Слот 1 перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "1800210000020008", + "intro": "Датчик Холла AMS-HT для подачи в Слот 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0704130000020002", + "intro": "Двигатель AMS E Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0704230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0705210000020004", + "intro": "Филамент AMS F Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1803120000010001", + "intro": "Двигатель AMS-HT D Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1803210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "Филамент AMS G Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0707120000010001", + "intro": "Двигатель AMS H Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801120000010001", + "intro": "Двигатель AMS-HT B Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT Слот 4 нити могут быть сломаны в головке инструмента." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0706200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "1802230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем включать его." + }, + { + "ecode": "1805210000020008", + "intro": "Датчик Холла AMS-HT F Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0707200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем включать его." + }, + { + "ecode": "0701230000020008", + "intro": "Датчик Холла AMS B Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700110000020002", + "intro": "Двигатель AMS A Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700200000020003", + "intro": "В AMS A Слот 1 может быть сломана нить." + }, + { + "ecode": "0700200000020004", + "intro": "В AMS A Слоте 1 может быть сломана нить в головке инструмента." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Слот 2 закончился филамент. Пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701100000020002", + "intro": "Двигатель Слот 1 AMS B перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0701110000020002", + "intro": "Двигатель Слот 2 AMS B перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0701130000020002", + "intro": "Двигатель Слот 4 AMS B перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0701230000030002", + "intro": "Филимент AMS B Слот 4 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1804120000010001", + "intro": "Двигатель AMS-HT E Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "1807110000020002", + "intro": "Двигатель AMS-HT H Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0707100000010003", + "intro": "Управление крутящим моментом двигателя AMS H Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0706230000020004", + "intro": "Филамент AMS G Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "0705220000020004", + "intro": "Филамент AMS F Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1800120000020002", + "intro": "Двигатель AMS-HT A Слот 3 перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1800200000020008", + "intro": "Датчик Холла AMS-HT для подачи в канал 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0706220000020004", + "intro": "Филамент AMS G Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1800300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1804310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0705200000020009", + "intro": "Не удалось выдавить филамент AMS F Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "18FF200000020002", + "intro": "Внешний филамент отсутствует; пожалуйста, загрузите новый филамент." + }, + { + "ecode": "1807350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0705300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "18FF200000020001", + "intro": "Внешний филамент закончился; пожалуйста, загрузите новый филамент." + }, + { + "ecode": "1800450000020001", + "intro": "Датчик резки нити неисправен; пожалуйста, проверьте, правильно ли подключен разъем." + }, + { + "ecode": "1805310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0704230000020009", + "intro": "Не удалось выдавить филамент AMS E Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0707350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0700110000010001", + "intro": "Двигатель AMS A Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701120000020002", + "intro": "Двигатель Слот 3 AMS B перегружен. Возможно, нить перекручена или застряла." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0703110000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед запуском." + }, + { + "ecode": "1805120000020002", + "intro": "Двигатель AMS-HT F Слот 3 перегружен. Возможно, нить перекручена или застряла." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0707220000020004", + "intro": "Филамент AMS H Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "0704120000010001", + "intro": "Мотор Слот 3 AMS E соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802130000010001", + "intro": "Двигатель Слот 4 AMS-HT C соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1800130000020002", + "intro": "Двигатель AMS-HT Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1801100000010001", + "intro": "Двигатель AMS-HT B Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807100000020002", + "intro": "Двигатель AMS-HT H Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802220000020008", + "intro": "Датчик Холла AMS-HT C Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1802120000020002", + "intro": "Двигатель AMS-HT C Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705120000020002", + "intro": "Двигатель AMS F Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807210000020008", + "intro": "Датчик Холла AMS-HT H Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0700210000020003", + "intro": "В AMS может быть сломана нить в Слоте 2 AMS." + }, + { + "ecode": "0700230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0701200000030002", + "intro": "Филамент AMS B Слот 1 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0702130000010003", + "intro": "Управление крутящим моментом двигателя Слот 4 AMS C неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0703220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "1803120000020002", + "intro": "Двигатель AMS-HT D Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1801110000010001", + "intro": "Двигатель AMS-HT B Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0706220000020005", + "intro": "Филамент AMS G Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "1806110000010001", + "intro": "Мотор AMS-HT G Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0707200000020004", + "intro": "Филамент AMS H Слот 1 может быть сломан в головке инструмента." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1801210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "Двигатель Слот 4 AMS F перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805200000020003", + "intro": "Филамент Слот 1 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0704110000010003", + "intro": "Управление крутящим моментом двигателя AMS E Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1804110000020002", + "intro": "Двигатель AMS-HT E Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1805130000020002", + "intro": "Двигатель AMS-HT F Слот 4 перегружен. Возможно, филамент запутан или застрял." + }, + { + "ecode": "1804130000020002", + "intro": "Двигатель AMS-HT E Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1800220000020003", + "intro": "В AMS-HT может быть сломана нить Слот 3." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0705220000020005", + "intro": "Филамент AMS F Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0707220000020008", + "intro": "Датчик Холла AMS H Слот 3 подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1803300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0706300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1800450000020002", + "intro": "Расстояние резки режущего элемента слишком велико. Мотор XY может потерять шаги." + }, + { + "ecode": "1802300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1802310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1806310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1802300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0705230000020009", + "intro": "Не удалось выдавить филамент Слот 4 AMS F; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0707310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0700100000010001", + "intro": "Двигатель AMS A Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0700100000020002", + "intro": "Двигатель AMS A Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700120000010001", + "intro": "Двигатель AMS A Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0700130000010001", + "intro": "Двигатель AMS A Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0702110000020002", + "intro": "Двигатель Слот 2 AMS C перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0702210000020004", + "intro": "Филамент AMS C Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0702220000020004", + "intro": "Филамент AMS C Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "0702220000030002", + "intro": "Филамент AMS C Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804220000020008", + "intro": "Датчик Холла AMS-HT E Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0706230000020008", + "intro": "Датчик Холла AMS G Слот 4 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0702220000020008", + "intro": "Датчик Холла AMS C Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0707220000030002", + "intro": "Филамент AMS H Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0705100000010003", + "intro": "Контроль крутящего момента двигателя AMS F Слот 1 неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT Слот 2 закончился филамент. Пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0705220000030002", + "intro": "Филамент AMS F Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1806230000020008", + "intro": "Датчик Холла AMS-HT G Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0700210000030002", + "intro": "Филамент AMS A Слот 2 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0701110000010001", + "intro": "Двигатель Слот 2 AMS B соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701120000010003", + "intro": "Управление крутящим моментом двигателя Слот 3 AMS B неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0702230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0704100000020002", + "intro": "Двигатель AMS E Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед началом работы." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1803110000020002", + "intro": "Двигатель AMS-HT D Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705110000010001", + "intro": "Двигатель AMS F Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0707210000020008", + "intro": "Датчик Холла AMS H Слот 2 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT Слот 4 нити закончились. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1800120000010001", + "intro": "Мотор AMS-HT Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801220000020008", + "intro": "Датчик Холла AMS-HT B Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707120000020002", + "intro": "Двигатель AMS H Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705110000010003", + "intro": "Управление крутящим моментом двигателя Слот 2 AMS F неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1807110000010001", + "intro": "Двигатель AMS-HT H Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем включать его." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1804220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "Не удалось выдавить филамент AMS G Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1804300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1802350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "18FF200000020004", + "intro": "Пожалуйста, вытащите внешний филамент из экструдера." + }, + { + "ecode": "0705350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0706210000020009", + "intro": "Не удалось выдавить филамент AMS G Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1801310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1805350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "18FF450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "0707300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1800300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0701200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "0702200000020004", + "intro": "В AMS C Слоте 1 может быть сломана нить в головке инструмента." + }, + { + "ecode": "0703100000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0703120000010001", + "intro": "Двигатель AMS D Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0703230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1800220000020008", + "intro": "Датчик Холла AMS-HT Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707130000010003", + "intro": "Управление крутящим моментом двигателя AMS H Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0707220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "0706100000020002", + "intro": "Мотор AMS G Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0704210000020004", + "intro": "Филамент AMS E Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0706220000020003", + "intro": "Филамент Слот 3 AMS G может быть сломан в AMS." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1806230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0703230000020008", + "intro": "Датчик Холла AMS D Слот 4 для подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1806220000020008", + "intro": "Датчик Холла AMS-HT G Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704120000020002", + "intro": "Двигатель AMS E Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705120000010001", + "intro": "Мотор Слот 3 AMS F соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1801230000020008", + "intro": "Датчик Холла AMS-HT B Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0706110000010003", + "intro": "Управление крутящим моментом двигателя AMS G Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0707120000010003", + "intro": "Управление крутящим моментом двигателя AMS H Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1806200000020008", + "intro": "Датчик Холла AMS-HT G Слот 1 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705100000010001", + "intro": "Двигатель AMS F Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700130000020002", + "intro": "Двигатель AMS A Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0701230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702230000020004", + "intro": "Филамент AMS C Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "0703100000010001", + "intro": "Двигатель AMS D Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0703230000020004", + "intro": "Филамент AMS D Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1803100000020002", + "intro": "Двигатель AMS-HT D Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0707130000020002", + "intro": "Двигатель AMS H Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700210000020008", + "intro": "Датчик Холла AMS A Слот 2 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1802230000020008", + "intro": "Датчик Холла AMS-HT C Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801110000020002", + "intro": "Двигатель AMS-HT B Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1801230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем приступить к работе." + }, + { + "ecode": "0706110000020002", + "intro": "Двигатель AMS G Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0706230000020005", + "intro": "Филамент AMS G Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0705130000010003", + "intro": "Управление крутящим моментом двигателя Слот 4 AMS F неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0706120000010001", + "intro": "Мотор AMS G Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1805310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1803310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1805300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0706310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1802310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0704350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0707210000020009", + "intro": "Не удалось выдавить филамент AMS H Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "18FE450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0701210000030002", + "intro": "Филамент AMS B Слот 2 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0701230000020005", + "intro": "Филамент AMS B Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0703200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "0702200000020008", + "intro": "Датчик Холла AMS C Слот 1 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707130000010001", + "intro": "Двигатель AMS H Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0704220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0704130000010003", + "intro": "Контроль крутящего момента двигателя Слот 4 AMS E неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем начинать работу." + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "0706120000010003", + "intro": "Управление крутящим моментом двигателя AMS G Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0707210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1806120000010001", + "intro": "Мотор AMS-HT G Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0704230000020008", + "intro": "Датчик Холла AMS E Слот 4 для подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1805220000020008", + "intro": "Датчик Холла AMS-HT F Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800100000010001", + "intro": "Двигатель AMS-HT A Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0705230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0707110000010003", + "intro": "Управление крутящим моментом двигателя AMS H Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1806110000020002", + "intro": "Двигатель AMS-HT G Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1806130000020002", + "intro": "Двигатель AMS-HT G Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT Слот 4 закончился филамент. Пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700200000030002", + "intro": "Филамент AMS A Слот 1 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0700210000020004", + "intro": "В AMS A Слоте 2 может быть сломана нить в головке инструмента." + }, + { + "ecode": "0700210000030001", + "intro": "AMS Слот 2 закончился. Пожалуйста, подождите, пока старый филамент будет очищен." + }, + { + "ecode": "0700220000020003", + "intro": "В AMS Слот 3 может быть сломана нить." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701100000010003", + "intro": "Управление крутящим моментом двигателя Слот 1 AMS B неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0703100000020002", + "intro": "Двигатель AMS D Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0703220000020004", + "intro": "Филамент AMS D Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0706100000010003", + "intro": "Контроль крутящего момента двигателя AMS G Слот 1 неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1802100000010001", + "intro": "Двигатель AMS-HT C Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0706210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1806100000020002", + "intro": "Мотор AMS-HT G Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0704100000010001", + "intro": "Двигатель AMS E Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0704210000020008", + "intro": "Датчик Холла AMS E Слот 2 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706120000020002", + "intro": "Мотор AMS G Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0707110000020002", + "intro": "Двигатель AMS H Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0704220000020004", + "intro": "Филамент AMS E Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "0706100000010001", + "intro": "Мотор AMS G Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT В AMS-HT может быть сломана нить Слот 2." + }, + { + "ecode": "1800110000020002", + "intro": "Двигатель AMS-HT A Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0704210000020005", + "intro": "Филамент AMS E Слот 2 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "1803130000010001", + "intro": "Двигатель AMS-HT D Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1805300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0704300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0707230000020009", + "intro": "Не удалось выдавить нить AMS H Слот 4; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1803300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1804310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1800310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "1803350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0704210000020009", + "intro": "Не удалось выдавить филамент AMS E Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1801300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700230000020004", + "intro": "В AMS A Слоте 4 может быть сломана нить в головке инструмента." + }, + { + "ecode": "0700230000020005", + "intro": "Филамент AMS A Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0701220000020005", + "intro": "Филамент AMS B Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0702120000010001", + "intro": "Мотор Слот 3 AMS C соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0703220000030002", + "intro": "Филамент AMS D Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1807230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1804120000020002", + "intro": "Двигатель AMS-HT E Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705230000020008", + "intro": "Датчик Холла AMS F Слот 4 для подачи питания отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "Датчик Холла AMS-HT для подачи в канал 4 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707230000020005", + "intro": "Филамент AMS H Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0705210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0705220000020008", + "intro": "Датчик Холла AMS F Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802120000010001", + "intro": "Двигатель AMS-HT C Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1801220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "Филамент AMS H Слот 2 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0700120000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0700200000030001", + "intro": "AMS Слот 1 закончился. Пожалуйста, подождите, пока старый филамент будет очищен." + }, + { + "ecode": "0700210000020005", + "intro": "Филамент AMS A Слот 2 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0700230000030002", + "intro": "Филамент AMS A Слот 4 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0701220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "0703120000010003", + "intro": "Управление крутящим моментом двигателя Слот 3 AMS D неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1801100000020002", + "intro": "Двигатель AMS-HT B Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1806100000010001", + "intro": "Двигатель AMS-HT G Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1805110000010001", + "intro": "Двигатель AMS-HT F Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1803110000010001", + "intro": "Двигатель AMS-HT D Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807120000020002", + "intro": "Двигатель AMS-HT H Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1803230000020008", + "intro": "Датчик Холла AMS-HT D Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804200000020003", + "intro": "Филамент Слот 1 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1807130000010001", + "intro": "Двигатель AMS-HT H Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1801210000020008", + "intro": "Датчик Холла AMS-HT B Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT В AMS-HT может быть сломана нить Слот 1." + }, + { + "ecode": "1805230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1804230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0704220000020009", + "intro": "Не удалось выдавить филамент AMS E Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1801350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0706310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1800350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "1806300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0707310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0705300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0707200000020009", + "intro": "Не удалось выдавить нить AMS H Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к скольжению экструдера." + }, + { + "ecode": "1801300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0706220000020009", + "intro": "Не удалось выдавить филамент AMS G Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1800400000020003", + "intro": "Связь с Центром AMS нарушена; возможно, кабель плохо подключен." + }, + { + "ecode": "0706350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0705310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0700220000030002", + "intro": "Филамент AMS A Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0701220000020004", + "intro": "Филамент AMS B Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "0701230000020004", + "intro": "Филамент AMS B Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "0702130000020002", + "intro": "Мотор Слот 4 AMS C перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед запуском." + }, + { + "ecode": "1805100000020002", + "intro": "Двигатель AMS-HT F Слот 1 перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1806210000020008", + "intro": "Датчик Холла AMS-HT G Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0706200000020008", + "intro": "Датчик Холла AMS G Слот 1 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807100000010001", + "intro": "Двигатель AMS-HT H Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1804100000020002", + "intro": "Двигатель AMS-HT E Слот 1 перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1804100000010001", + "intro": "Двигатель AMS-HT E Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807120000010001", + "intro": "Двигатель AMS-HT H Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0705200000020008", + "intro": "Датчик Холла AMS F Слот 1 для подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед началом работы." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0707100000020002", + "intro": "Двигатель AMS H Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0706220000030002", + "intro": "Филамент AMS G Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0704200000020008", + "intro": "Датчик Холла AMS E Слот 1 для подачи сигнала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707210000020004", + "intro": "Филамент AMS H Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "1806210000020003", + "intro": "Филамент Слот 2 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "Датчик Холла AMS A Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0705110000020002", + "intro": "Двигатель AMS F Слот 2 перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "0700110000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0701120000010001", + "intro": "Мотор Слот 3 AMS B соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0701130000010003", + "intro": "Управление крутящим моментом двигателя Слот 4 AMS B неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0701210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "0702100000020002", + "intro": "Мотор Слот 1 AMS C перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "0702120000010003", + "intro": "Управление крутящим моментом двигателя Слот 3 AMS C неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0702210000020003", + "intro": "Филамент Слот 2 AMS может быть сломан в AMS." + }, + { + "ecode": "0702220000020005", + "intro": "Филамент AMS C Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в инструментальной головке." + }, + { + "ecode": "0703110000020002", + "intro": "Двигатель AMS D Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0703130000010001", + "intro": "Двигатель AMS D Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем начинать работу." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1801200000020008", + "intro": "Датчик Холла AMS-HT B Слот 1 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT Слот 1 закончился филамент. Пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Слот 3 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0700230000020008", + "intro": "Датчик Холла AMS A Слот 4 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Слот 2 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Слот 3 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1800110000010001", + "intro": "Двигатель AMS-HT A Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0706220000020008", + "intro": "Датчик Холла AMS G Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B Слот 4 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G Слот 3 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0702210000020008", + "intro": "Датчик Холла AMS C Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1805100000010001", + "intro": "Двигатель Слот 1 AMS-HT F соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT Слот 3 нити могут быть сломаны в головке инструмента." + }, + { + "ecode": "0704220000020008", + "intro": "Датчик зала AMS E Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1805230000020008", + "intro": "Датчик Холла AMS-HT F Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1803220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1803310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1801310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "1800450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "1807300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0705220000020009", + "intro": "Не удалось выдавить филамент Слот 3 AMS F; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Слот 3 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1802210000020008", + "intro": "Датчик Холла AMS-HT C Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800100000020002", + "intro": "Двигатель AMS-HT A Слот 1 перегружен. Возможно, нить перепутана или застряла." + }, + { + "ecode": "0707210000030002", + "intro": "Филимент AMS H Слот 2 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "0702230000020008", + "intro": "Датчик Холла AMS C Слот 4 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B Слот 1 может быть сломан в AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "Двигатель Слот 4 AMS-HT C перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0706210000020005", + "intro": "Филамент AMS G Слот 2 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Слот 4 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1804200000020008", + "intro": "Датчик Холла AMS-HT E Слот 1 для подачи сигнала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704220000030002", + "intro": "Филимент AMS E Слот 3 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "1806130000010001", + "intro": "Двигатель AMS-HT G Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H Слот 2 может быть сломан в AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1802200000020008", + "intro": "Датчик Холла AMS-HT C Слот 1 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Слот 1 нить закончилась. Пожалуйста, вставьте новую нить." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Слот 2 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C Слот 2 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0706230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "1803230000020003", + "intro": "Филамент Слот 4 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "Филамент AMS E Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C проходит сухое охлаждение; пожалуйста, подождите, пока он остынет, прежде чем начинать работу." + }, + { + "ecode": "1803210000020008", + "intro": "Датчик Холла AMS-HT D Слот 2 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT В AMS-HT может быть сломана нить Слот 4." + }, + { + "ecode": "1806120000020002", + "intro": "Двигатель AMS-HT G Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1805110000020002", + "intro": "Двигатель AMS-HT F Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0707230000020003", + "intro": "Филамент Слот 4 AMS может быть сломан в AMS." + }, + { + "ecode": "0700130000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0701210000020004", + "intro": "Филамент AMS B Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0702100000010003", + "intro": "Управление крутящим моментом двигателя Слот 1 AMS C неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0702110000010001", + "intro": "Двигатель AMS C Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0702110000010003", + "intro": "Управление крутящим моментом двигателя Слот 2 AMS C неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0702120000020002", + "intro": "Мотор Слот 3 AMS C перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "0702230000030002", + "intro": "Филамент AMS C Слот 4 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "0703210000020004", + "intro": "Филамент AMS D Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0707110000010001", + "intro": "Двигатель AMS H Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H Слот 4 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0701220000020008", + "intro": "Датчик Холла AMS B Слот 3 подача материала отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803220000020008", + "intro": "Датчик Холла AMS-HT D Слот 3 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в инструментальной головке." + }, + { + "ecode": "1806220000020003", + "intro": "Филамент Слот 3 AMS-HT может быть сломан в AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "Филамент Слот 1 AMS может быть сломан в AMS." + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C Слот 3 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Слот 4 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1804230000020008", + "intro": "Датчик Холла AMS-HT E Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706200000020004", + "intro": "Возможно, нить AMS G Слот 1 сломана в головке инструмента." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F проходит сухое охлаждение; пожалуйста, подождите, пока он не остынет перед включением." + }, + { + "ecode": "0705220000020003", + "intro": "Филамент Слот 3 AMS может быть сломан в AMS." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1807230000020008", + "intro": "Датчик Холла AMS-HT H Слот 4 подачи отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "0704110000020002", + "intro": "Двигатель AMS E Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Слот 1 нить закончилась. Пожалуйста, подождите, пока старая нить будет очищена." + }, + { + "ecode": "0707230000020004", + "intro": "Филамент AMS H Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "1803100000010001", + "intro": "Двигатель AMS-HT D Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0706200000020009", + "intro": "Не удалось выдавить филамент AMS G Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1807310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0706300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0300C20000010002", + "intro": "Неисправность датчика Холла клапана фильтра: пожалуйста, проверьте, не ослаблен ли провод." + }, + { + "ecode": "0C00010000010010", + "intro": "Калибровка камеры прямого просмотра не удалась. Пожалуйста, проверьте, чтобы печать была чистой, и убедитесь, что изображение камеры четкое и без загрязнений. После этих шагов, пожалуйста, проведите повторную калибровку." + }, + { + "ecode": "0C0001000001000F", + "intro": "Калибровка камеры Live View не удалась. Пожалуйста, перезапустите устройства или обновите прошивку." + }, + { + "ecode": "0C00010000010013", + "intro": "Калибровка камеры Live View не удалась, и серийный номер камеры Liveview не может быть прочитан. Пожалуйста, свяжитесь с командой службы поддержки клиентов." + }, + { + "ecode": "050004000001004F", + "intro": "Обнаружен неизвестный модуль, пожалуйста, попробуйте обновить прошивку до последней версии." + }, + { + "ecode": "0C00040000010020", + "intro": "Визуальный маркер на подогревателе поврежден, пожалуйста, свяжитесь с отделом послепродажного обслуживания." + }, + { + "ecode": "0C00030000020013", + "intro": "Обнаружение иностранного объекта не работает. Пожалуйста, перезапустите устройства или обновите прошивку." + }, + { + "ecode": "1200300000010004", + "intro": "RFID не может быть считан из-за сбоя шифровального чипа в AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "RFID не может быть считан из-за сбоя шифровального чипа в AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "RFID не может быть считан из-за сбоя шифровального чипа в AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "RFID не может быть считан из-за сбоя шифровального чипа в AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "Температура в камере AMS C слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0703970000030001", + "intro": "Температура в камере AMS D слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0700970000030001", + "intro": "Температура в камере AMS слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0701970000030001", + "intro": "Температура в камере B AMS слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0704970000030001", + "intro": "Температура в камере AMS E слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1802970000030001", + "intro": "Температура камеры AMS-HT C слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1805970000030001", + "intro": "Температура камеры AMS-HT F слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT Температура в камере слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1807970000030001", + "intro": "Температура камеры AMS-HT H слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0706970000030001", + "intro": "Температура в камере AMS G слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0705970000030001", + "intro": "Температура в камере AMS F слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1803970000030001", + "intro": "Температура камеры AMS-HT D слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "0707970000030001", + "intro": "Температура в камере AMS H слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1806970000030001", + "intro": "Температура камеры AMS-HT G слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1804970000030001", + "intro": "Температура камеры AMS-HT E слишком высока; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "1801970000030001", + "intro": "Температура в камере AMS-HT B слишком высокая; в настоящее время запрещено дополнительное питание или считывание RFID." + }, + { + "ecode": "07FF450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "07FE450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B Температура окружающей среды слишком низкая, что повлияет на способность к сушке." + }, + { + "ecode": "0500050000010001", + "intro": "Данные заводской платы AP аномальны; пожалуйста, замените плату AP на новую." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C Температура окружающей среды слишком низкая, что повлияет на способность к сушке." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0500400000010039", + "intro": "Ошибка серийного номера лазерного модуля" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "0500400000010040", + "intro": "Ошибка серийного номера модуля резки" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0300180000010006", + "intro": "Данные о нивелировании подогреваемой кровати аномальны. Пожалуйста, проверьте, есть ли какие-либо посторонние предметы на подогреваемой кровати и Z-слайдере. Если они есть, пожалуйста, удалите их и попробуйте снова." + }, + { + "ecode": "0500010000030004", + "intro": "Недостаточно места на USB-флеш-накопителе; пожалуйста, освободите немного места." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G Температура окружающей среды слишком низкая, что повлияет на способность к сушке." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0707960000010003", + "intro": "AMS Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Невозможно начать сушку; пожалуйста, вытащите филамент из филаментного хаба и попробуйте снова." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G Температура окружающей среды слишком низкая, что повлияет на способность сушки." + }, + { + "ecode": "0300180000010003", + "intro": "Датчик силы экструзии недоступен; связь между МС и ТН может быть нарушена, или датчик может быть сломан." + }, + { + "ecode": "0500020000020003", + "intro": "Не удалось подключиться к интернету; пожалуйста, проверьте сетевое соединение." + }, + { + "ecode": "0700310000020002", + "intro": "RFID-метка на AMS A Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0703300000020002", + "intro": "RFID-метка на Слоте AMS D Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A Обогреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "0300960000010001", + "intro": "Дверь открыта; задача приостановлена." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806310000020002", + "intro": "RFID-метка на AMS-HT G Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805330000020002", + "intro": "RFID-метка на AMS-HT F Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0705320000020002", + "intro": "RFID-метка на Слоте AMS F3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "030001000001000D", + "intro": "В модулях нагрева тепловой кровати ранее произошло отклонение от нормы. Чтобы продолжить использовать принтер, обратитесь к вики для устранения неполадок." + }, + { + "ecode": "0300040000020001", + "intro": "Скорость вентилятора охлаждения детали слишком медленная или остановилась. Возможно, он застрял, или разъем может быть неправильно подключен." + }, + { + "ecode": "0300080000010003", + "intro": "Сопротивление Motor-Z аномально; мотор может быть вышел из строя." + }, + { + "ecode": "0500040000010002", + "intro": "Не удалось сообщить о состоянии печати; пожалуйста, проверьте ваше сетевое подключение." + }, + { + "ecode": "0500040000030008", + "intro": "Дверь, кажется, открыта." + }, + { + "ecode": "0500040000030009", + "intro": "Температура кровати превышает температуру витрификации филамента, что может вызвать засор сопла. Пожалуйста, держите переднюю дверь принтера открытой. Обнаружение открытой двери временно отключено." + }, + { + "ecode": "0500050000030002", + "intro": "Устройство находится в состоянии инженерии; пожалуйста, обратите внимание на вопросы, связанные с информационной безопасностью." + }, + { + "ecode": "0700300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0701310000020002", + "intro": "RFID-метка на Слоте 2 AMS B повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0702310000020002", + "intro": "RFID-метка на Слоте 2 AMS C повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0703310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0C00020000010005", + "intro": "Был обнаружен новый микро Лидар. Пожалуйста, откалибруйте его на странице калибровки перед использованием." + }, + { + "ecode": "12FF200000020004", + "intro": "Пожалуйста, вытащите нить с держателя катушки из экструдера." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C Обмотка фазы вспомогательного двигателя имеет обрыв. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0702350000010002", + "intro": "Датчик влажности AMS C отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0C00040000010011", + "intro": "Не удалось измерить толщину материала: параметры устройства аномальны; пожалуйста, настройте камеру BirdsEye снова." + }, + { + "ecode": "0C0003000002000C", + "intro": "Маркер локализации печатной платформы не был обнаружен. Пожалуйста, проверьте, правильно ли выровнена печатная платформа." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0300A20000010001", + "intro": "Температура модуля MC слишком высока, возможно из-за высокой температуры камеры принтера. Попробуйте снизить окружающую температуру перед использованием." + }, + { + "ecode": "0300360000010001", + "intro": "Скорость вентилятора циркуляции тепла в камере слишком медленная или остановилась. Возможно, он застрял, или разъем может быть неправильно подключен." + }, + { + "ecode": "0C00040000010013", + "intro": "Параметры экспозиции камеры BirdsEye неэффективны; пожалуйста, попробуйте снова." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705950000010001", + "intro": "Датчик температуры нагревателя 2 AMS F неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706350000010002", + "intro": "Датчик влажности AMS G отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801350000010002", + "intro": "Датчик влажности AMS-HT B отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802310000020002", + "intro": "RFID-метка на AMS-HT C Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G Обогреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0707300000020002", + "intro": "RFID-метка на AMS H Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0705940000010001", + "intro": "Датчик температуры нагревателя 1 AMS F неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707310000020002", + "intro": "RFID-метка на AMS H Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800330000020002", + "intro": "RFID-метка на AMS-HT A Слот 4 повреждена, или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0705310000020002", + "intro": "RFID-метка на AMS F Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803940000010001", + "intro": "Датчик температуры нагревателя 1 AMS-HT D неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0705300000020002", + "intro": "RFID-метка на Слоте AMS F1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807310000020002", + "intro": "RFID-метка на AMS-HT H Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801330000020002", + "intro": "RFID-метка на AMS-HT B Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1804310000020002", + "intro": "RFID-метка на AMS-HT E Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1801320000020002", + "intro": "RFID-метка на Слоте AMS-HT B Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "03001B0000010002", + "intro": "На датчике ускорения тепловой кровати обнаружено внешнее воздействие. Провод сигнала датчика может быть не закреплен." + }, + { + "ecode": "030091000001000C", + "intro": "Камерный обогреватель 1 работал на полной мощности длительное время. Система контроля температуры может быть неисправна." + }, + { + "ecode": "0300940000030001", + "intro": "Охлаждение камеры может быть слишком медленным. Если воздух в камере не токсичен, вы можете открыть переднюю дверь или верхнюю крышку, чтобы помочь охлаждению." + }, + { + "ecode": "0500020000020005", + "intro": "Не удалось подключиться к интернету; пожалуйста, проверьте сетевое соединение." + }, + { + "ecode": "0500040000010003", + "intro": "Содержимое печатного файла неразборчиво; пожалуйста, отправьте задание на печать снова." + }, + { + "ecode": "0500050000010006", + "intro": "Данные заводского AP-платы аномальны; пожалуйста, замените AP-плату на новую." + }, + { + "ecode": "0700330000020002", + "intro": "RFID-метка на AMS A Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0701300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0701330000020002", + "intro": "RFID-метка на Слоте AMS B4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0702300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0702300000020002", + "intro": "RFID-метка на Слоте AMS C Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0702320000020002", + "intro": "RFID-метка на Слоте AMS C3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0702330000020002", + "intro": "RFID-метка на Слоте AMS C Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0703310000020002", + "intro": "RFID-метка на AMS D Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0C0001000001000B", + "intro": "Не удалось откалибровать микро Лидар. Пожалуйста, убедитесь, что калибровочная таблица чиста и не закрыта. Затем повторите калибровку машины." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "050003000001000A", + "intro": "Состояние системы не нормальное; пожалуйста, восстановите заводские настройки." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0701350000010002", + "intro": "Датчик влажности AMS B отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "030001000001000E", + "intro": "Напряжение питания не соответствует машине; подогрев отключен." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0706330000020002", + "intro": "RFID-метка на AMS G Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1805310000020002", + "intro": "RFID-метка на AMS-HT F Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805320000020002", + "intro": "RFID-метка на AMS-HT F Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0704310000020002", + "intro": "RFID-метка на AMS E Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0704350000010002", + "intro": "Датчик влажности AMS E отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806940000010001", + "intro": "Датчик температуры нагревателя 1 AMS-HT G неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801950000010001", + "intro": "Датчик температуры нагревателя 2 AMS-HT B неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807350000010002", + "intro": "Датчик влажности AMS-HT H отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801310000020002", + "intro": "RFID-метка на AMS-HT B Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1802350000010002", + "intro": "Датчик влажности AMS-HT C отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806950000010001", + "intro": "Датчик температуры нагревателя 2 AMS-HT G неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800950000010001", + "intro": "Датчик температуры нагревателя 2 AMS-HT A неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706320000020002", + "intro": "RFID-метка на AMS G Слот 3 повреждена, или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0707010000020008", + "intro": "AMS Н Обмотка фазы вспомогательного двигателя имеет обрыв. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806300000020002", + "intro": "RFID-метка на AMS-HT G Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804320000020002", + "intro": "RFID-метка на AMS-HT E Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706310000020002", + "intro": "RFID-метка на AMS G Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0705330000020002", + "intro": "RFID-метка на Слоте AMS F4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0300010000010008", + "intro": "Во время процесса нагревания подогревательной платы происходит аномалия; нагревательные модули могут быть повреждены." + }, + { + "ecode": "0300020000010006", + "intro": "Температура сопла необычная; датчик может иметь короткое замыкание. Пожалуйста, проверьте, правильно ли подключен разъем." + }, + { + "ecode": "0700320000020002", + "intro": "RFID-метка на AMS A Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0700400000020004", + "intro": "Сигнал буфера нити аномальный; пружина может застрять, или нить может запутаться." + }, + { + "ecode": "0702310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0703300000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0C0003000002000F", + "intro": "Части пропущены перед первичной проверкой слоя; проверка не поддерживается для текущей печати." + }, + { + "ecode": "12FF200000020006", + "intro": "Не удалось выдавить филамент; экструдер может быть забит." + }, + { + "ecode": "0C00040000010014", + "intro": "База защиты от резки не обнаружена, что может привести к повреждению подогреваемой кровати. Пожалуйста, установите ее и продолжайте." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0703350000010002", + "intro": "Датчик влажности AMS D отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700940000010001", + "intro": "Датчик температуры нагревателя 1 AMS A неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700350000010002", + "intro": "Датчик влажности AMS A отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0703940000010001", + "intro": "Датчик температуры нагревателя 1 AMS D неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0300090000020002", + "intro": "Сопротивление экструзии аномально. Экструдер может быть забит или в инструментальной головке может застрять филамент." + }, + { + "ecode": "0300310000010001", + "intro": "Скорость вентилятора охлаждения детали слишком медленная или остановилась. Возможно, он застрял, или разъем может быть неправильно подключен." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1801940000010001", + "intro": "Датчик температуры нагревателя 1 AMS-HT B неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804330000020002", + "intro": "RFID-метка на AMS-HT E Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1802940000010001", + "intro": "Датчик температуры нагревателя 1 AMS-HT C неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1803350000010002", + "intro": "Датчик влажности AMS-HT D отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803310000020002", + "intro": "RFID-метка на AMS-HT D Слот 2 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1802300000020002", + "intro": "RFID-метка на AMS-HT C Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1807320000020002", + "intro": "RFID-метка на AMS-HT H Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1804350000010002", + "intro": "Датчик влажности AMS-HT E отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704300000020002", + "intro": "RFID-метка на AMS E Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803300000020002", + "intro": "RFID-метка на AMS-HT D Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1802950000010001", + "intro": "Датчик температуры нагревателя 2 AMS-HT C неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1806320000020002", + "intro": "RFID-метка на AMS-HT G Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803950000010001", + "intro": "Датчик температуры нагревателя 2 AMS-HT D неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F Обогреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1800300000020002", + "intro": "RFID-метка на AMS-HT A Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "030001000001000A", + "intro": "Управление температурой подогрева неисправно; плата переменного тока может быть сломана." + }, + { + "ecode": "0300030000010001", + "intro": "Скорость вентилятора охлаждения головки печати слишком медленная или остановилась. Возможно, он застрял или разъем может быть неправильно подключен." + }, + { + "ecode": "0300060000010003", + "intro": "Сопротивление двигателя Motor-A аномально; возможно, двигатель вышел из строя." + }, + { + "ecode": "0300070000010003", + "intro": "Сопротивление двигателя Motor-B аномально; возможно, двигатель вышел из строя." + }, + { + "ecode": "03001A0000020001", + "intro": "Сопло покрыто филаментом, или рабочая плита наклонена." + }, + { + "ecode": "03001D0000010001", + "intro": "Датчик положения экструзионного двигателя неисправен. Возможно, соединение с датчиком не надежно." + }, + { + "ecode": "0500040000010001", + "intro": "Не удалось загрузить печатное задание; пожалуйста, проверьте ваше сетевое подключение." + }, + { + "ecode": "0700300000020002", + "intro": "RFID-метка на AMS A Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0701320000020002", + "intro": "RFID-метка на Слоте AMS B3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0703320000020002", + "intro": "RFID-метка на AMS D Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0703330000020002", + "intro": "RFID-метка на AMS D Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0C00010000020007", + "intro": "Параметры лазерного микролидара сместились. Пожалуйста, перекалибруйте свой принтер." + }, + { + "ecode": "0C00020000020004", + "intro": "Высота сопла, кажется, слишком низкая. Пожалуйста, проверьте, изношено ли или наклонено сопло. Перекалибруйте Лидар, если сопло было заменено." + }, + { + "ecode": "0C00020000020009", + "intro": "Вертикальный лазер не достаточно яркий в положении дома. Пожалуйста, очистите или замените подогреваемую плату, если это сообщение появляется повторно." + }, + { + "ecode": "0C00030000020010", + "intro": "Обнаружены иностранные объекты на нагревательной плате; Пожалуйста, проверьте и очистите нагревательную плату." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0500040000020033", + "intro": "Пожалуйста, подключите разъем модуля." + }, + { + "ecode": "0700950000010001", + "intro": "Датчик температуры нагревателя 2 неисправен, возможно из-за плохого контакта разъема." + }, + { + "ecode": "0C00040000010010", + "intro": "Не удалось измерить толщину материала из-за сбоя лазерного модуля." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A Обогреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B Датчик температуры обогревателя 2 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E Обогреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0706300000020002", + "intro": "RFID-метка на AMS G Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0707350000010002", + "intro": "Датчик влажности AMS Н не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801300000020002", + "intro": "RFID-метка на Слоте 1 AMS-HT B повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "1804300000020002", + "intro": "RFID-метка на AMS-HT E Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1807300000020002", + "intro": "RFID-метка на AMS-HT H Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0705350000010002", + "intro": "Датчик влажности AMS F отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0706950000010001", + "intro": "Датчик температуры нагревателя 2 AMS G неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1805350000010002", + "intro": "Датчик влажности AMS-HT F отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1802320000020002", + "intro": "RFID-метка на AMS-HT C Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704330000020002", + "intro": "RFID-метка на AMS E Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1802330000020002", + "intro": "RFID-метка на AMS-HT C Слот 4 повреждена, или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0500020000020001", + "intro": "Не удалось подключиться к интернету. Пожалуйста, проверьте соединение с сетью." + }, + { + "ecode": "0500040000010006", + "intro": "Не удалось возобновить предыдущую печать" + }, + { + "ecode": "0700310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0700400000020003", + "intro": "Связь с Центром AMS нарушена; возможно, кабель плохо подключен." + }, + { + "ecode": "0701300000020002", + "intro": "RFID-метка на Слоте AMS B1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0701310000010004", + "intro": "Сбой шифровального чипа" + }, + { + "ecode": "0C00020000020003", + "intro": "Горизонтальный лазер не достаточно яркий в положении дома. Пожалуйста, очистите или замените подогреваемую плату, если это сообщение появляется повторно." + }, + { + "ecode": "0C00020000020007", + "intro": "Вертикальный лазер не горит. Пожалуйста, проверьте, не закрыт ли он или есть проблема с аппаратным подключением." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0300090000020003", + "intro": "Экструдер экструдирует необычно. Возможно, он забит, или филамент слишком тонкий, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D Обогреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением обогревателя." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B Датчик температуры обогревателя 1 неисправен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C Обогреватель 1 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803330000020002", + "intro": "RFID-метка на AMS-HT D Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1806330000020002", + "intro": "RFID-метка на AMS-HT G Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C Обмотка фазы вспомогательного двигателя имеет обрыв. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F Выхлопной клапан 1 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1800350000010002", + "intro": "Датчик влажности AMS-HT A отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D Выхлопной клапан 2 не подключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E Провода энкодера вспомогательного двигателя не подключены. Разъем вспомогательного двигателя может иметь плохой контакт." + }, + { + "ecode": "0707320000020002", + "intro": "RFID-метка на AMS H Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0707330000020002", + "intro": "RFID-метка на AMS H Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1805300000020002", + "intro": "RFID-метка на AMS-HT F Слот 1 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H Обогреватель 2 отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "1806350000010002", + "intro": "Датчик влажности AMS-HT G отключен, что может быть вызвано плохим контактом разъема." + }, + { + "ecode": "0704320000020002", + "intro": "RFID-метка на AMS E Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800320000020002", + "intro": "RFID-метка на AMS-HT A Слот 3 повреждена, или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1803320000020002", + "intro": "RFID-метка на AMS-HT D Слот 3 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1807330000020002", + "intro": "RFID-метка на AMS-HT H Слот 4 повреждена или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1800310000020002", + "intro": "RFID-метка на AMS-HT A Слот 2 повреждена, или ее содержимое не может быть идентифицировано." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F Нагреватель 1 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B Нагреватель 2 короткозамкнут, что может быть вызвано коротким замыканием проводки или повреждением нагревателя." + }, + { + "ecode": "0703200000020009", + "intro": "Не удалось выдавить филамент Слот 1 AMS D; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0702230000020009", + "intro": "Не удалось выдавить филамент Слот 4 AMS C; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700200000020009", + "intro": "Не удалось выдавить филамент AMS A Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0701220000020009", + "intro": "Не удалось выдавить филамент AMS B Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0701230000020009", + "intro": "Не удалось выдавить филамент Слот 4 AMS B; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0701200000020009", + "intro": "Не удалось выдавить филамент Слот 1 AMS B; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0701210000020009", + "intro": "Не удалось выдавить филамент Слот 2 AMS B; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0702220000020009", + "intro": "Не удалось выдавить филамент Слот 3 AMS C; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700210000020009", + "intro": "Не удалось выдавить филамент AMS A Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0702210000020009", + "intro": "Не удалось выдавить филамент AMS C Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0703230000020009", + "intro": "Не удалось выдавить филамент Слот 4 AMS D; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0702200000020009", + "intro": "Не удалось выдавить филамент AMS C Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0700220000020009", + "intro": "Не удалось выдавить филамент AMS A Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0703220000020009", + "intro": "Не удалось выдавить филамент Слот 3 AMS D; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "0703210000020009", + "intro": "Не удалось выдавить филамент AMS D Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700230000020009", + "intro": "Не удалось выдавить филамент AMS A Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700310000010001", + "intro": "Плата AMS A RFID 2 имеет ошибку." + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A помощь контроля крутящего момента двигателя неисправна. Датчик тока может быть неисправен." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1800310000010001", + "intro": "Плата AMS-HT A RFID 2 имеет ошибку." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1801300000010001", + "intro": "Плата AMS-HT B RFID 1 имеет ошибку." + }, + { + "ecode": "0702310000010001", + "intro": "Плата AMS C RFID 2 имеет ошибку." + }, + { + "ecode": "1800810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT A неисправен." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0707020000020002", + "intro": "AMS Н Счетчик пробега не имеет сигнала. Разъем счетчика пробега может иметь плохой контакт." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT C помощь мотора крутящего момента контроля неисправна. Токовый датчик может быть неисправен." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0704010000020002", + "intro": "Мотор AMS E вспомогательный перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1800010000010001", + "intro": "Мотор помощи AMS-HT A соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0706010000010001", + "intro": "Мотор вспомогательного привода AMS G соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0701310000010001", + "intro": "Плата AMS B RFID 2 имеет ошибку." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0706010000010003", + "intro": "Контроль крутящего момента помощного двигателя AMS G неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0707010000010003", + "intro": "Управление крутящим моментом вспомогательного двигателя AMS Н неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1805810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT F неисправен." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1805010000010001", + "intro": "Мотор помощи AMS-HT F соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G. У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1806010000010003", + "intro": "Контроль крутящего момента помощного двигателя AMS-HT G неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1806300000010001", + "intro": "Плата AMS-HT G RFID 1 имеет ошибку." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT F помощь контроля крутящего момента двигателя неисправна. Датчик тока может быть неисправен." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT Неисправно сопротивление вспомогательного двигателя. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H Работа выпускного клапана 1 аномальна, что может быть вызвано излишним сопротивлением." + }, + { + "ecode": "0704310000010001", + "intro": "Плата AMS E RFID 2 имеет ошибку." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D связь нарушена; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "0704010000010004", + "intro": "Управление скоростью двигателя AMS E вспомогательный неисправно. Датчик скорости может быть неисправен." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1802010000010001", + "intro": "Мотор помощи AMS-HT C соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0707010000020002", + "intro": "Мотор помощи AMS H перегружен. Нить может быть запутана или застряла." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1801810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT B неисправен." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1802310000010001", + "intro": "Плата AMS-HT C RFID 2 имеет ошибку." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G У щеткового двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1804010000020002", + "intro": "Мотор AMS-HT E вспомогательный перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1806800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT G неисправен." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E Вентилятор обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1806010000020002", + "intro": "Мотор помощи AMS-HT G перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT E помощь мотора контроля крутящего момента неисправен. Датчик тока может быть неисправен." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F У щеткового двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803800000010001", + "intro": "Датчик тока нагревателя 1 (AMS-HT D) неисправен." + }, + { + "ecode": "1803010000020002", + "intro": "Мотор помощи AMS-HT D перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1803010000010001", + "intro": "Мотор помощи AMS-HT D соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0707310000010001", + "intro": "Плата AMS H RFID 2 имеет ошибку." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Ошибка скорости и длины филамента: Одометрия филамента может быть неправильной." + }, + { + "ecode": "1807010000010001", + "intro": "Мотор помощи AMS-HT H соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0705010000010001", + "intro": "Мотор помощи AMS F соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0704300000010001", + "intro": "Плата AMS E RFID 1 имеет ошибку." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1802800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT C неисправен." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT Неисправна работа выпускного клапана 2, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E У вспомогательного двигателя несбалансированное трехфазное сопротивление. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0705010000020002", + "intro": "Мотор помощи AMS F перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "0701300000010001", + "intro": "Плата AMS B RFID 1 имеет ошибку." + }, + { + "ecode": "0702300000010001", + "intro": "Плата AMS C RFID 1 имеет ошибку." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1805800000010001", + "intro": "Датчик тока нагревателя 1 (AMS-HT F) неисправен." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F Вентилятор обогревателя 1 заблокирован, возможно, из-за застревания вентилятора." + }, + { + "ecode": "1801800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT B неисправен." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Ошибка скорости и длины филамента: Одометрия филамента может быть неправильной." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1803310000010001", + "intro": "Плата AMS-HT D RFID 2 имеет ошибку." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C Вентилятор обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1801010000020002", + "intro": "Мотор помощи AMS-HT B перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1801310000010001", + "intro": "Плата AMS-HT B RFID 2 содержит ошибку." + }, + { + "ecode": "1806310000010001", + "intro": "Плата AMS-HT G RFID 2 имеет ошибку." + }, + { + "ecode": "1805310000010001", + "intro": "Плата AMS-HT F RFID 2 имеет ошибку." + }, + { + "ecode": "1804800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT E неисправен." + }, + { + "ecode": "1807010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS-HT H неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1807010000020002", + "intro": "Мотор помощи AMS-HT H перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "0700300000010001", + "intro": "Плата AMS A RFID 1 имеет ошибку." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F Вентилятор обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити C: Одометрия нити может быть неправильной." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E Сопротивление вспомогательного двигателя ненормально. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1803810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT D неисправен." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1800010000020002", + "intro": "Мотор помощи AMS-HT A перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1807300000010001", + "intro": "Плата AMS-HT H RFID 1 имеет ошибку." + }, + { + "ecode": "1806010000010001", + "intro": "Мотор помощи AMS-HT G соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F. Помощной двигатель имеет неравномерное трехфазное сопротивление. Помощной двигатель может быть неисправен." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H. Помощный двигатель имеет неравномерное трехфазное сопротивление. Помощный двигатель может быть неисправен." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B У вспомогательного двигателя несбалансированное трехфазное сопротивление. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0705010000010004", + "intro": "Управление скоростью помощного двигателя AMS F неисправно. Датчик скорости может быть неисправен." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0500040000020030", + "intro": "Камера BirdsEye не установлена. Пожалуйста, выключите принтер и установите камеру." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E Вентилятор обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1800800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT A неисправен." + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0705300000010001", + "intro": "Плата AMS F RFID 1 содержит ошибку." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0707300000010001", + "intro": "Плата AMS H RFID 1 имеет ошибку." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H Работа выпускного клапана 2 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1802300000010001", + "intro": "Плата AMS-HT C RFID 1 имеет ошибку." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1805300000010001", + "intro": "Плата AMS-HT F RFID 1 имеет ошибку." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0705310000010001", + "intro": "Плата AMS F RFID 2 имеет ошибку." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A. У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1805010000020002", + "intro": "Мотор помощи AMS-HT F перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0706810000010001", + "intro": "Датчик тока нагревателя 2 AMS G неисправен." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0704010000010003", + "intro": "Контроль крутящего момента электромотора AMS E помощи неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0706300000010001", + "intro": "Плата AMS G RFID 1 имеет ошибку." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F У щеткового двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0707010000020010", + "intro": "AMS Н Сопротивление вспомогательного двигателя ненормальное. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H У щеткового двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0706010000020002", + "intro": "Мотор помощи AMS G перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1800300000010001", + "intro": "Плата AMS-HT A RFID 1 имеет ошибку." + }, + { + "ecode": "0707010000010004", + "intro": "AMS H помощь управления скоростью двигателя неисправна. Датчик скорости может быть неисправен." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1804310000010001", + "intro": "Плата AMS-HT E RFID 2 имеет ошибку." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0706310000010001", + "intro": "Плата AMS G RFID 2 имеет ошибку." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F Вентилятор обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1804810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT E неисправен." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F Сопротивление вспомогательного двигателя неисправно. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0704010000010001", + "intro": "Мотор AMS E вспомогательный соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1803300000010001", + "intro": "Плата AMS-HT D RFID 1 имеет ошибку." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0703310000010001", + "intro": "Плата AMS D RFID 2 имеет ошибку." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "0707010000010001", + "intro": "Мотор помощи AMS H соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F Вентилятор обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1802810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT C неисправен." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1801010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS-HT B неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT Связь нарушена; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "0703300000010001", + "intro": "Плата AMS D RFID 1 имеет ошибку." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT D помощь мотора контроля крутящего момента неисправна. Датчик тока может быть неисправен." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A помощь контроля скорости двигателя неисправна. Датчик скорости может быть неисправен." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1807810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT H неисправен." + }, + { + "ecode": "1804300000010001", + "intro": "Плата AMS-HT E RFID 1 имеет ошибку." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1807310000010001", + "intro": "Плата AMS-HT H RFID 2 имеет ошибку." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1804010000010001", + "intro": "Мотор помощи AMS-HT E соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1806810000010001", + "intro": "Датчик тока нагревателя 2 AMS-HT G неисправен." + }, + { + "ecode": "0706010000010004", + "intro": "AMS G помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C Ошибка параметра калибровки вспомогательного двигателя. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0705010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS F неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1807800000010001", + "intro": "Датчик тока нагревателя 1 AMS-HT H неисправен." + }, + { + "ecode": "0706800000010001", + "intro": "Датчик тока нагревателя 1 AMS G неисправен." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C помощь двигателя скорость управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1802010000020002", + "intro": "Мотор помощи AMS-HT C перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1801010000010001", + "intro": "Мотор вспомогательного двигателя AMS-HT B соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0500010000030007", + "intro": "Невозможно записать видео в режиме таймлапс без вставленного USB-флеш-накопителя." + }, + { + "ecode": "0300110000020002", + "intro": "Резонансная частота оси Y сильно отличается от последней калибровки. Пожалуйста, очистите направляющий стержень оси Y и проведите калибровку после печати." + }, + { + "ecode": "0300200000010002", + "intro": "Неисправность возвратного хода по оси Y: пожалуйста, проверьте, застрял ли инструмент или у каретки оси Y слишком большое сопротивление." + }, + { + "ecode": "0300200000010001", + "intro": "Неисправность возвратного хода по оси X: пожалуйста, проверьте, застрял ли инструмент или слишком высокое сопротивление на линейном рельсе оси X." + }, + { + "ecode": "0300100000020002", + "intro": "Резонансная частота оси X значительно отличается от последней калибровки. Пожалуйста, очистите линейный рельс оси X и проведите калибровку после печати." + }, + { + "ecode": "0500040000020039", + "intro": "Пожалуйста, вставьте разъем модуля" + }, + { + "ecode": "0701010000010001", + "intro": "Мотор вспомогательного привода AMS B соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1200220000020006", + "intro": "Не удалось выдавить филамент AMS A Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1201220000020005", + "intro": "Филамент AMS B Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "1202110000010003", + "intro": "Управление крутящим моментом двигателя AMS C Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Слот 3 нить может быть запутана или застряла." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0702010000020002", + "intro": "Мотор помощи AMS C перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1201300000010001", + "intro": "Катушка RFID Слот 1 AMS B сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1201320000010001", + "intro": "Катушка RFID Слот 3 AMS B сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1202230000030002", + "intro": "Филамент AMS C Слот 4 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1203300000010001", + "intro": "Катушка RFID Слот 1 AMS D сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "0300010000010001", + "intro": "Температура подогрева нагревателя необычна; нагреватель может иметь короткое замыкание." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "0702010000010001", + "intro": "Мотор вспомогательного привода AMS C соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1200330000020002", + "intro": "RFID-метка на Слоте 4 AMS A повреждена." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Слот 1 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1201220000020003", + "intro": "Филамент Слот 3 AMS B может быть сломан в трубке из PTFE." + }, + { + "ecode": "1201230000020004", + "intro": "Филамент AMS B Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "1202130000010001", + "intro": "Двигатель AMS C Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Ошибка скорости и длины нити: Одометрия нити Слот 3 может быть неправильной." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Слот 1 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203210000020004", + "intro": "Филамент AMS D Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "0C0003000003000B", + "intro": "Проверка первого слоя: пожалуйста, подождите немного." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1200100000020002", + "intro": "Двигатель AMS A Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1200200000020003", + "intro": "В PTFE трубке может быть сломана нить AMS A Слот 1." + }, + { + "ecode": "1200720000010001", + "intro": "AMS Ошибка скорости и длины нити: Одометрия нити Слот 3 может быть неправильной." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A Слот 4 филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1202300000020002", + "intro": "RFID-метка на Слоте 1 AMS C повреждена." + }, + { + "ecode": "1202320000010001", + "intro": "Катушка RFID Слот 3 AMS C сломана или у радиочастотного аппаратного обеспечения ошибка." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Слот 4 нить может быть запутана или застряла." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Слот 4-нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1202120000010001", + "intro": "Двигатель AMS C Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Слот 2 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1202230000020004", + "intro": "Филамент AMS C Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Слот 4 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1203100000010001", + "intro": "Двигатель AMS D Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1203110000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1203220000020005", + "intro": "Филамент AMS D Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, застрял ли филамент в головке инструмента." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D. У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0C0003000001000A", + "intro": "Ваш принтер находится в режиме завода. Пожалуйста, свяжитесь с технической поддержкой." + }, + { + "ecode": "050004000002001A", + "intro": "RFID-метка на Слоте AMS C Слот 3 не может быть идентифицирована." + }, + { + "ecode": "1200200000020006", + "intro": "Не удалось выдавить нить AMS A Слот 1; экструдер может быть забит или нить может быть слишком тонкой, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A Слот 3 нить может быть запутана или застряла." + }, + { + "ecode": "1201220000020004", + "intro": "Филамент AMS B Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "1202330000020002", + "intro": "RFID-метка на Слоте 4 AMS C повреждена." + }, + { + "ecode": "1203130000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0700810000010001", + "intro": "Датчик тока нагревателя 2 AMS A неисправен." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Слот 2-нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Слот 1 нить может быть сломана в PTFE трубке." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Ошибка скорости и длины нити: Одометрия нити Слот 2 может быть неисправна." + }, + { + "ecode": "1203120000020002", + "intro": "Двигатель AMS D Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0500040000020032", + "intro": "Пожалуйста, вставьте лазерный модуль и закрепите быстроразъемный рычаг." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B Вентилятор охлаждения обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Ошибка скорости и длины филамента: Одометрия филамента может быть неправильной." + }, + { + "ecode": "0702010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS C неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1202220000030002", + "intro": "Филимент AMS C Слот 3 закончился и автоматически переключился на Слот с тем же филиментом." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0700010000010004", + "intro": "AMS A помощь управления скоростью двигателя неисправна. Датчик скорости может быть неисправен." + }, + { + "ecode": "0700500000020001", + "intro": "AMS Связь нарушена; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "1200120000020002", + "intro": "Двигатель AMS A Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1202230000020003", + "intro": "Филамент Слот 4 AMS C может быть сломан в трубке из PTFE." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Слот 2 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0500040000020015", + "intro": "RFID-метка на Слоте 2 AMS B не может быть идентифицирована." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Ошибка скорости и длины филамента: Одометрия филамента может быть неправильной." + }, + { + "ecode": "1200710000010001", + "intro": "AMS Ошибка скорости и длины нити: Одометрия нити Слот 2 может быть неправильной." + }, + { + "ecode": "1201130000010001", + "intro": "Двигатель AMS B Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Слот 1 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1201330000010001", + "intro": "Катушка RFID Слот 4 AMS B сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1202100000010003", + "intro": "Управление крутящим моментом двигателя AMS C Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Слот 2 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1203220000020004", + "intro": "Филамент AMS D Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "1200230000020003", + "intro": "В PTFE трубке может быть сломана нить AMS A Слот 4." + }, + { + "ecode": "1200230000020004", + "intro": "В AMS A Слот 4 может быть сломан филамент в головке инструмента." + }, + { + "ecode": "1200330000010001", + "intro": "Катушка RFID Слот 4 AMS A сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Слот 3 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D Слот 1 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "0300350000020002", + "intro": "Скорость вентилятора охлаждения модуля MC слишком низкая. Возможно, он застрял и требует чистки." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "0C00040000020004", + "intro": "Тип платформы не поддерживается для этой задачи. Пожалуйста, используйте правильную платформу для продолжения." + }, + { + "ecode": "1200210000020003", + "intro": "В PTFE трубке может быть сломана нить AMS A Слот 2." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Слот 3-нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A Слот 4 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1200300000010001", + "intro": "Катушка RFID Слот 1 AMS сломана или схема аппаратного обеспечения RF содержит ошибку." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B Слот 1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1201230000020003", + "intro": "Филамент AMS B Слот 4 может быть сломан в трубке из PTFE." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Слот 3 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1203230000020004", + "intro": "Филамент AMS D Слот 4 может быть сломан в головке инструмента." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "050004000002001C", + "intro": "RFID-метка на AMS D Слот 1 не может быть идентифицирована." + }, + { + "ecode": "1200110000010001", + "intro": "Двигатель AMS A Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1200310000020002", + "intro": "RFID-метка на Слоте 2 AMS A повреждена." + }, + { + "ecode": "1200500000020001", + "intro": "AMS Связь неисправна; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "1201210000020006", + "intro": "Не удалось выдавить филамент AMS B Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1202100000020002", + "intro": "Двигатель AMS C Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1203110000010001", + "intro": "Двигатель AMS D Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A Слот 3 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A Слот 1 нить может быть запутана или застряла." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Слот 1 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1201200000020006", + "intro": "Не удалось выдавить филамент AMS B Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Слот 2 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B Слот 3 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1202200000020006", + "intro": "Не удалось выдавить филамент AMS C Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D Сопротивление вспомогательного двигателя ненормальное. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A Сопротивление вспомогательного двигателя ненормальное. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1201300000020002", + "intro": "RFID-метка на Слоте 1 AMS B повреждена." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Слот 2 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Ошибка скорости и длины нити: Одометрия нити Слот 2 может быть неправильной." + }, + { + "ecode": "1202130000010003", + "intro": "Управление крутящим моментом двигателя AMS C Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1202220000020005", + "intro": "Филамент AMS C Слот 3 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Слот 4 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "0300960000030001", + "intro": "Дверь открыта." + }, + { + "ecode": "050003000002000C", + "intro": "Ошибка беспроводного оборудования: пожалуйста, выключите/включите WiFi или перезагрузите устройство." + }, + { + "ecode": "0300090000020001", + "intro": "Мотор экструдера перегружен. Экструдер может быть заблокирован или филамент может застрять в головке инструмента." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Слот 1 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Ошибка скорости и длины нити: Одометрия нити Слот 1 может быть неисправной." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Ошибка скорости и длины нити: Одометрия филамента Слот 4 может быть неисправна." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Слот 3 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1202310000020002", + "intro": "RFID-метка на Слоте 2 AMS C повреждена." + }, + { + "ecode": "1202320000020002", + "intro": "RFID-метка на Слоте 3 AMS C повреждена." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Слот 3 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1203220000020006", + "intro": "Не удалось выдавить филамент AMS D Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "0C00040000010015", + "intro": "Лазерная защитная вставка не обнаружена. Пожалуйста, поместите её и продолжайте." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "0500040000020011", + "intro": "RFID-метка на AMS A Слот 2 не может быть идентифицирована." + }, + { + "ecode": "0500040000020017", + "intro": "RFID-метка на Слоте 4 AMS B не может быть идентифицирована." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1200120000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1200320000010001", + "intro": "Катушка RFID Слот 3 AMS A сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Слот 1 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Ошибка скорости и длины нити: Одометрия нити Слот 1 может быть неправильной." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Слот 1 нить может быть запутана или застряла." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B У вспомогательного двигателя несбалансированное трехфазное сопротивление. Возможно, вспомогательный двигатель неисправен." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "0500040000020018", + "intro": "RFID-метка на Слоте 1 AMS C не может быть идентифицирована." + }, + { + "ecode": "0703010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS D неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Слот 3 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Слот 3 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D Слот1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Слот 1 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1200210000020006", + "intro": "Не удалось выдавить филамент AMS A Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1201210000020004", + "intro": "Филамент AMS B Слот 2 может быть сломан в головке инструмента." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1202220000020006", + "intro": "Не удалось выдавить филамент AMS C Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1202230000020006", + "intro": "Не удалось выдавить филамент AMS C Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1203220000030002", + "intro": "Филамент AMS D Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1203320000010001", + "intro": "Катушка RFID Слот 3 AMS D сломана или у радиочастотного аппаратного обеспечения ошибка." + }, + { + "ecode": "1203330000010001", + "intro": "Катушка RFID Слот 4 AMS D сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1200110000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Слот 3 нить может быть запутана или застряла." + }, + { + "ecode": "1202130000020002", + "intro": "Двигатель AMS C Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C У щеткового двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C Текущий датчик обогревателя 2 неисправен." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0700010000010003", + "intro": "Контроль крутящего момента помощного двигателя AMS A неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Ошибка скорости и длины филамента: Одометрия филамента может быть неправильной." + }, + { + "ecode": "1200100000010001", + "intro": "Двигатель AMS A Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Слот 2 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Слот 3 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Слот 4 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1201330000020002", + "intro": "RFID-метка на Слоте 4 AMS B повреждена." + }, + { + "ecode": "1202110000020002", + "intro": "Двигатель AMS C Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1202120000020002", + "intro": "Двигатель AMS C Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A Помощной двигатель имеет несбалансированное трехфазное сопротивление. Помощной двигатель может быть неисправен." + }, + { + "ecode": "0701010000020002", + "intro": "Мотор вспомогательного двигателя AMS B перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1200220000020004", + "intro": "В AMS A Слот 3 может быть сломана нить в головке инструмента." + }, + { + "ecode": "1201130000010003", + "intro": "Управление крутящим моментом двигателя AMS B Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1203230000020003", + "intro": "Филамент AMS D Слот 4 может быть сломан в трубке из PTFE." + }, + { + "ecode": "050004000002001F", + "intro": "RFID-метка на AMS D Слот 4 не может быть идентифицирована." + }, + { + "ecode": "1200130000010001", + "intro": "Двигатель AMS A Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1201210000020003", + "intro": "Филамент AMS B Слот 2 может быть сломан в трубке из PTFE." + }, + { + "ecode": "1201220000020006", + "intro": "Не удалось выдавить филамент AMS B Слот 3; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Слот 4 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1201230000020006", + "intro": "Не удалось выдавить филамент AMS B Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1202120000010003", + "intro": "Управление крутящим моментом двигателя AMS C Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1202210000020006", + "intro": "Не удалось выдавить филамент AMS C Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к проскальзыванию экструдера." + }, + { + "ecode": "1203200000020006", + "intro": "Не удалось выдавить филамент AMS D Слот 1; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Ошибка скорости и длины нити: Одометрия нити Слот 3 может быть неправильной." + }, + { + "ecode": "0500040000020013", + "intro": "RFID-метка на AMS A Слот 4 не может быть идентифицирована." + }, + { + "ecode": "1200130000020002", + "intro": "Двигатель AMS A Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1201220000030002", + "intro": "Филамент AMS B Слот 3 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Ошибка скорости и длины нити: Одометрия нити Слот 3 может быть неправильной." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Слот 4 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1203130000010001", + "intro": "Мотор AMS D Слот 4 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Слот 2 нить может быть сломана в PTFE трубке." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D Слот 2 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Слот 4 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0500040000020010", + "intro": "RFID-метка на AMS A Слот 1 не может быть идентифицирована." + }, + { + "ecode": "050004000002001E", + "intro": "RFID-метка на AMS D Слот 3 не может быть идентифицирована." + }, + { + "ecode": "0700010000010001", + "intro": "Мотор помощи AMS A соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Слот 1-нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1200320000020002", + "intro": "RFID-метка на Слоте 3 AMS A повреждена." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Слот 2 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Слот 3 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1203300000020002", + "intro": "RFID-метка на Слоте 1 AMS D повреждена." + }, + { + "ecode": "1203330000020002", + "intro": "RFID-метка на Слоте 4 AMS D повреждена." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D У щеточного двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0C00040000020008", + "intro": "Материал не обнаружен. Пожалуйста, подтвердите расположение и продолжайте." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1201120000010003", + "intro": "Управление крутящим моментом двигателя AMS B Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1203100000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1203110000020002", + "intro": "Двигатель AMS D Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A У щеточного двигателя 2 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0300310000020002", + "intro": "Скорость вентилятора охлаждения детали низкая. Возможно, он застрял и требует очистки." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C Процесс сушки может привести к тепловому самовозгоранию. Пожалуйста, отключите питание AMS." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A У щеточного двигателя 3 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "1200230000020006", + "intro": "Не удалось выдавить филамент AMS A Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Слот 2 нить может быть запутана или застряла." + }, + { + "ecode": "1202220000020003", + "intro": "Филамент Слот 3 AMS C может быть сломан в трубке из PTFE." + }, + { + "ecode": "1202230000020005", + "intro": "Филамент AMS C Слот 4 закончился, и очистка старого филамента прошла необычно; пожалуйста, проверьте, не застрял ли филамент в головке инструмента." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Слот 3 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1203310000010001", + "intro": "Катушка RFID Слот 2 AMS D сломана или у радиочастотного аппаратного обеспечения ошибка." + }, + { + "ecode": "0703010000010001", + "intro": "Мотор помощи AMS D соскользнул. Возможно, колесо экструзии износилось, или филамент слишком тонкий." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Слот 1 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1200210000030002", + "intro": "Филамент AMS A Слот 2 закончился и автоматически переключился на Слот с тем же филаментом." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Слот 4 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Слот 2 нить может быть запутана или застряла." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Слот 4 нить может быть запутана или застряла." + }, + { + "ecode": "0C00040000010016", + "intro": "Рычаг быстрого выпуска не заблокирован. Пожалуйста, нажмите на него вниз, чтобы зафиксировать." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0500040000020019", + "intro": "RFID-метка на Слоте 2 AMS C не может быть идентифицирована." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D связь нарушена; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "1200130000010003", + "intro": "Управление крутящим моментом двигателя AMS A Слот 4 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1200220000020003", + "intro": "В PTFE трубке может быть сломана нить AMS A Слот 3." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Слот 2 нить может быть сломана в PTFE трубке." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Слот 4 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203120000010001", + "intro": "Двигатель AMS D Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Ошибка скорости и длины нити: Одометрия нити Слот 2 может быть неправильной." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Слот 2-нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1201100000010003", + "intro": "Управление крутящим моментом двигателя AMS B Слот 1 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1201100000020002", + "intro": "Двигатель AMS B Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1201310000020002", + "intro": "RFID-метка на Слоте 2 AMS B повреждена." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Слот 1 нить может быть запутана или застряла." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Слот 1 нить может быть запутана или застряла." + }, + { + "ecode": "1203220000020003", + "intro": "Филамент Слот 3 AMS D может быть сломан в трубке из PTFE." + }, + { + "ecode": "1203310000020002", + "intro": "RFID-метка на Слоте 2 AMS D повреждена." + }, + { + "ecode": "1203320000020002", + "intro": "RFID-метка на Слоте 3 AMS D повреждена." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Слот 3 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D Вентилятор обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "1201110000010003", + "intro": "Управление крутящим моментом двигателя AMS B Слот 2 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1201120000020002", + "intro": "Мотор AMS B Слот 3 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Слот 4 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Слот 4 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Слот 4 нить может быть запутана или застряла." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C Слот1 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Ошибка скорости и длины нити: Одометрия филамента Слот 4 может быть неправильной." + }, + { + "ecode": "1203120000010003", + "intro": "Управление крутящим моментом двигателя AMS D Слот 3 неисправно. Возможно, датчик тока неисправен." + }, + { + "ecode": "1203210000020006", + "intro": "Не удалось выдавить филамент AMS D Слот 2; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D связь нарушена; пожалуйста, проверьте кабель подключения." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C. У вспомогательного двигателя несбалансированное трехфазное сопротивление. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "050004000002001B", + "intro": "RFID-метка на AMS C Слот 4 не может быть идентифицирована." + }, + { + "ecode": "050004000002001D", + "intro": "RFID-метка на AMS D Слот 2 не может быть идентифицирована." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Слот 2 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1203100000020002", + "intro": "Двигатель AMS D Слот 1 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Слот 4 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Слот 2 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C Одометр не имеет сигнала. Разъем одометра может иметь плохой контакт." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D Скорость вращения вентилятора охлаждения обогревателя 1 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0700020000010001", + "intro": "AMS Ошибка скорости и длины нити: Одометрия нити может быть неправильной." + }, + { + "ecode": "0702010000010004", + "intro": "AMS C помощь управления скоростью двигателя неисправна. Датчик скорости может быть неисправен." + }, + { + "ecode": "0703010000010004", + "intro": "AMS D помощь двигателя скорости управления неисправен. Датчик скорости может быть неисправен." + }, + { + "ecode": "1202110000010001", + "intro": "Двигатель AMS C Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Слот 1 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Ошибка скорости и длины нити: Одометрия нити Слот 1 может быть неправильной." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Слот 1 нить может быть сломана в PTFE трубке." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Слот 1 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "050003000001000B", + "intro": "Экран неисправен; пожалуйста, перезагрузите устройство." + }, + { + "ecode": "0500040000020016", + "intro": "RFID-метка на Слоте AMS B Слот 3 не может быть идентифицирована." + }, + { + "ecode": "0701010000010003", + "intro": "Контроль крутящего момента вспомогательного двигателя AMS B неисправен. Возможно, датчик тока неисправен." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Слот 1 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Слот1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Слот 2 пуст; пожалуйста, вставьте новый филамент." + }, + { + "ecode": "1200700000010001", + "intro": "AMS Ошибка скорости и длины нити: Одометрия нити Слот 1 может быть неправильной." + }, + { + "ecode": "1201110000010001", + "intro": "Двигатель AMS B Слот 2 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1201120000010001", + "intro": "Мотор AMS B Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1201320000020002", + "intro": "RFID-метка на Слоте 3 AMS B повреждена." + }, + { + "ecode": "1202330000010001", + "intro": "Катушка RFID Слот 4 AMS C сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C Скорость вращения вентилятора охлаждения обогревателя 2 слишком низкая, что может быть вызвано избыточным сопротивлением вентилятора." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C Сопротивление вспомогательного двигателя ненормальное. Вспомогательный двигатель может быть неисправен." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Слот 1 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Слот 2 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B связь нарушена; пожалуйста, проверьте соединительный кабель." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C Слот 2 нить может быть сломана в головке инструмента." + }, + { + "ecode": "1202310000010001", + "intro": "Катушка RFID Слот 2 AMS C сломана или у радиочастотного аппаратного обеспечения ошибка." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Ошибка скорости и длины нити: Одометрия филамента Слот 4 может быть неисправна." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B Текущий датчик обогревателя 1 неисправен." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0703010000020002", + "intro": "Двигатель помощи AMS D перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1200210000020004", + "intro": "В AMS A Слот 2 может быть сломана нить в головке инструмента." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Слот 4-нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, не застряла ли нить в головке инструмента." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Слот 4 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1200730000010001", + "intro": "AMS Ошибка скорости и длины нити: Одометрия нити Слот 4 может быть неправильной." + }, + { + "ecode": "1201310000010001", + "intro": "Катушка RFID Слот 2 AMS B сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1202100000010001", + "intro": "Двигатель AMS C Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Слот1 нить может быть сломана в PTFE трубке." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Слот 1 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Слот 2 нить закончилась, и очистка старой нити прошла необычно; пожалуйста, проверьте, застряла ли нить в головке инструмента." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C У щеткового двигателя 1 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C Работа выпускного клапана 1 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B У щеточного двигателя 4 нет сигнала, что может быть вызвано плохим контактом в разъеме двигателя или неисправностью двигателя." + }, + { + "ecode": "0500040000020014", + "intro": "RFID-метка на Слоте AMS B Слот 1 не может быть идентифицирована." + }, + { + "ecode": "0700010000020002", + "intro": "Мотор помощи AMS A перегружен. Филамент может быть запутанным или застрявшим." + }, + { + "ecode": "1200120000010001", + "intro": "Двигатель AMS A Слот 3 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1200310000010001", + "intro": "Катушка RFID Слот 2 AMS сломана или схема аппаратного обеспечения RF содержит ошибку." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Слот 3 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1202220000020004", + "intro": "Филамент AMS C Слот 3 может быть сломан в головке инструмента." + }, + { + "ecode": "1202300000010001", + "intro": "Катушка RFID Слот 1 AMS C сломана или у RF аппаратной части есть ошибка." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Слот 2 нить может быть запутана или застряла." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A Работа выпускного клапана 2 аномальна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A Вентилятор обдува обогревателя 1 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "050003000001000C", + "intro": "Модуль контроллера двигателя MC неисправен. Пожалуйста, выключите питание, проверьте подключение и перезапустите устройство." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A Работа выпускного клапана 1 неисправна, что может быть вызвано избыточным сопротивлением." + }, + { + "ecode": "0500040000020012", + "intro": "RFID-метка на AMS A Слот 3 не может быть идентифицирована." + }, + { + "ecode": "0701010000010004", + "intro": "AMS B помощь управления скоростью двигателя неисправна. Датчик скорости может быть неисправен." + }, + { + "ecode": "1200100000010003", + "intro": "AMS A Слот 1 управление крутящим моментом двигателя неисправно. Датчик тока может быть неисправен." + }, + { + "ecode": "1200110000020002", + "intro": "Двигатель AMS A Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1200200000020004", + "intro": "В AMS A Слот 1 может быть сломан филамент в головке инструмента." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Слот 3 нить может быть запутана или застряла." + }, + { + "ecode": "1203130000020002", + "intro": "Двигатель AMS D Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Слот 3 нить закончилась. Очистка старой нити; пожалуйста, подождите." + }, + { + "ecode": "1203230000020006", + "intro": "Не удалось выдавить филамент AMS D Слот 4; экструдер может быть забит или филамент может быть слишком тонким, что приводит к скольжению экструдера." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A Вентилятор охлаждения обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A Параметр помощи двигателя потерян. Пожалуйста, вытащите филамент из филаментного хаба, а затем перезапустите AMS." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Слот 4 нить закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "1200300000020002", + "intro": "RFID-метка на Слоте 1 AMS A повреждена." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Слот 2 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Слот 2 нить может быть запутана или застряла." + }, + { + "ecode": "1201100000010001", + "intro": "Двигатель AMS B Слот 1 соскользнул. Возможно, колесо экструзии неисправно, или филамент слишком тонкий." + }, + { + "ecode": "1201110000020002", + "intro": "Двигатель AMS B Слот 2 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1201130000020002", + "intro": "Двигатель AMS B Слот 4 перегружен. Возможно, нить запуталась или застряла." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Слот 1 нить закончилась и автоматически переключилась на Слот с той же нитью." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Слот 4 RFID не может быть считан из-за структурной ошибки." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C Вентилятор обогревателя 2 заблокирован, что может быть вызвано застреванием вентилятора." + }, + { + "ecode": "12FF200000020001", + "intro": "Нить на держателе катушки закончилась; пожалуйста, вставьте новую нить." + }, + { + "ecode": "12FF200000020002", + "intro": "Нить на держателе катушки пуста; пожалуйста, вставьте новую нить." + }, + { + "ecode": "12FF200000020005", + "intro": "Филамент может быть сломан в головке инструмента." + }, + { + "ecode": "12FF200000020007", + "intro": "Не удалось проверить местоположение нити в головке инструмента; пожалуйста, нажмите для получения дополнительной помощи." + }, + { + "ecode": "12FF200000030007", + "intro": "Проверка местоположения филимента всех Слотов AMS, пожалуйста, подождите." + }, + { + "ecode": "12FF800000020001", + "intro": "Нить на держателе катушки может быть запутана или застряла." + }, + { + "ecode": "1200450000020001", + "intro": "Датчик резки нити неисправен. Пожалуйста, проверьте, правильно ли подключен разъем." + }, + { + "ecode": "1200450000020002", + "intro": "Расстояние резки режущего элемента слишком велико. Мотор X может потерять шаги." + }, + { + "ecode": "1200450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "1200510000030001", + "intro": "AMS отключен; пожалуйста, загрузите филамент с держателя катушки." + }, + { + "ecode": "0C0001000001000A", + "intro": "Микро Лидар LED может быть сломан." + }, + { + "ecode": "0C00020000020002", + "intro": "Горизонтальная лазерная линия слишком широкая. Пожалуйста, проверьте, не загрязнена ли печь." + }, + { + "ecode": "0C00020000020008", + "intro": "Вертикальная лазерная линия слишком широкая. Пожалуйста, проверьте, не загрязнена ли печь." + }, + { + "ecode": "0C00030000010009", + "intro": "Модуль первого уровня инспекции перезагрузился нештатно. Результат инспекции может быть неточным." + }, + { + "ecode": "0C00030000020001", + "intro": "Измерение экспозиции нити не удалось из-за того, что отражение лазера на этом материале слишком слабое. Проверка первого слоя может быть неточной." + }, + { + "ecode": "0C00030000020002", + "intro": "Первичная проверка завершена из-за необычных данных Лидара." + }, + { + "ecode": "0C00030000020004", + "intro": "Первичная проверка не поддерживается для текущей печатной задачи." + }, + { + "ecode": "0C00030000020005", + "intro": "Первый уровень инспекции неожиданно завершился по истечении времени, и текущие результаты могут быть неточными." + }, + { + "ecode": "0C00030000030006", + "intro": "Очищенный филамент может накопиться в отходном канале. Пожалуйста, проверьте и очистите канал." + }, + { + "ecode": "0C00030000030007", + "intro": "Были обнаружены возможные дефекты первого слоя. Пожалуйста, проверьте качество первого слоя и решите, следует ли остановить работу." + }, + { + "ecode": "0C00030000030008", + "intro": "Были обнаружены возможные дефекты спагетти. Пожалуйста, проверьте качество печати и решите, следует ли остановить работу." + }, + { + "ecode": "0C00030000030010", + "intro": "Ваш принтер, кажется, печатает без экструзии." + }, + { + "ecode": "07FF200000020001", + "intro": "Внешний филамент закончился; пожалуйста, загрузите новый филамент." + }, + { + "ecode": "07FF200000020002", + "intro": "Внешний филамент отсутствует; пожалуйста, загрузите новый филамент." + }, + { + "ecode": "07FF200000020004", + "intro": "Пожалуйста, вытащите внешний филамент из экструдера." + }, + { + "ecode": "0703300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0703310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0703350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0702300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0702310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0702350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0701300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0701310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0701350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0700300000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0700310000030003", + "intro": "RFID не может быть считан из-за аппаратной или структурной ошибки." + }, + { + "ecode": "0700350000010001", + "intro": "Датчик температуры и влажности имеет ошибку. Возможно, микросхема неисправна." + }, + { + "ecode": "0700450000020001", + "intro": "Датчик резки нити неисправен; пожалуйста, проверьте, правильно ли подключен разъем." + }, + { + "ecode": "0700450000020002", + "intro": "Расстояние резки режущего элемента слишком велико. Мотор XY может потерять шаги." + }, + { + "ecode": "0700450000020003", + "intro": "Рукоятка резака нити не отпущена. Рукоятка или лезвие могут быть заблокированы, или может быть проблема с подключением датчика нити." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "Температура в камере нестандартная. Датчик температуры в блоке питания может иметь короткое замыкание." + }, + { + "ecode": "0300930000010008", + "intro": "Температура в камере необычная. Датчик температуры в блоке питания может иметь обрыв цепи." + }, + { + "ecode": "0300940000020003", + "intro": "Камера не смогла достичь желаемой температуры. Машина остановится, ожидая температуры камеры." + }, + { + "ecode": "0300940000030002", + "intro": "Значение установки температуры камеры превышает предел, будет установлено граничное значение." + }, + { + "ecode": "0500020000020002", + "intro": "Вход в устройство не удался; пожалуйста, проверьте информацию вашей учетной записи." + }, + { + "ecode": "0500020000020004", + "intro": "Неавторизованный пользователь: пожалуйста, проверьте информацию вашей учетной записи." + }, + { + "ecode": "0500020000020006", + "intro": "Ошибка функции потоковой передачи. Пожалуйста, проверьте сеть и попробуйте снова. Вы можете перезапустить или обновить принтер, если проблема сохраняется." + }, + { + "ecode": "0500020000020007", + "intro": "Ошибка входа в службу Liveview; пожалуйста, проверьте ваше сетевое подключение." + }, + { + "ecode": "0500030000010001", + "intro": "Модуль MC неисправен; пожалуйста, перезапустите устройство или проверьте подключение кабеля устройства." + }, + { + "ecode": "0500030000010002", + "intro": "Инструментальная головка неисправна. Пожалуйста, перезапустите устройство." + }, + { + "ecode": "0500030000010003", + "intro": "Модуль AMS неисправен. Пожалуйста, перезагрузите устройство." + }, + { + "ecode": "0500030000010005", + "intro": "Внутренний сервис неисправен. Пожалуйста, перезагрузите устройство." + }, + { + "ecode": "0500030000010006", + "intro": "Произошла системная паника. Пожалуйста, перезагрузите устройство." + }, + { + "ecode": "0500030000010008", + "intro": "Произошло зависание системы. Пожалуйста, перезагрузите устройство." + }, + { + "ecode": "0500030000010009", + "intro": "Произошло зависание системы. Оно было восстановлено автоматическим перезапуском." + }, + { + "ecode": "0500030000010023", + "intro": "Модуль управления температурой камеры неисправен. Пожалуйста, перезапустите устройство." + }, + { + "ecode": "0500030000010025", + "intro": "Текущая прошивка неисправна. Пожалуйста, обновите её снова." + }, + { + "ecode": "0500040000010004", + "intro": "Печатный файл не авторизован." + }, + { + "ecode": "0500040000020007", + "intro": "Температура кровати превышает температуру витрификации филамента, что может вызвать засор сопла. Пожалуйста, держите переднюю дверцу принтера открытой или снизьте температуру кровати." + }, + { + "ecode": "0300400000020001", + "intro": "Передача данных через последовательный порт неисправна; программная система может быть неисправной." + }, + { + "ecode": "0300900000010004", + "intro": "Отказало отопление камеры. Скорость вентилятора отопления слишком низкая." + }, + { + "ecode": "0300900000010005", + "intro": "Нагрев камеры не удался. Тепловое сопротивление слишком высокое." + }, + { + "ecode": "0300900000010010", + "intro": "Коммуникация контроллера температуры камеры неисправна." + }, + { + "ecode": "0300910000010001", + "intro": "Температура нагревателя камеры 1 аномальна. Возможно, нагреватель имеет короткое замыкание." + }, + { + "ecode": "0300910000010003", + "intro": "Температура нагревателя камеры 1 аномальна. Нагреватель перегрет." + }, + { + "ecode": "0300910000010006", + "intro": "Температура нагревателя камеры 1 аномальна. Возможно, датчик имеет короткое замыкание." + }, + { + "ecode": "030091000001000A", + "intro": "Температура нагревателя камеры 1 аномальна. Возможно, сломана плата кондиционера." + }, + { + "ecode": "0300920000010001", + "intro": "Температура нагревателя камеры 2 аномальна. Возможно, нагреватель имеет короткое замыкание." + }, + { + "ecode": "0300920000010002", + "intro": "Температура нагревателя камеры 2 аномальна. Возможно, нагреватель имеет обрыв цепи или действует термический предохранитель." + }, + { + "ecode": "0300920000010003", + "intro": "Температура нагревателя камеры 2 аномальна. Нагреватель перегрет." + }, + { + "ecode": "0300920000010006", + "intro": "Температура нагревателя камеры 2 аномальна. Возможно, датчик имеет короткое замыкание." + }, + { + "ecode": "030092000001000A", + "intro": "Температура нагревателя камеры 2 аномальна. Возможно, сломана плата кондиционера." + }, + { + "ecode": "0300930000010001", + "intro": "Ненормальная температура камеры. Возможно, произошло короткое замыкание датчика температуры нагревателя камеры." + }, + { + "ecode": "0300930000010002", + "intro": "Температура камеры нестандартная. Датчик температуры нагревателя камеры может иметь обрыв цепи." + }, + { + "ecode": "0300930000010003", + "intro": "Ненормальная температура камеры. Возможно, произошло короткое замыкание датчика температуры нагревателя камеры на выходе." + }, + { + "ecode": "0300050000010001", + "intro": "Драйвер двигателя перегревается. Его радиатор может быть слабо закреплен, или его вентилятор охлаждения может быть поврежден." + }, + { + "ecode": "0300060000010001", + "intro": "Мотор-А имеет обрыв цепи. Возможно, есть слабое соединение, или мотор может быть неисправен." + }, + { + "ecode": "0300060000010002", + "intro": "Мотор-А имеет короткое замыкание. Возможно, он вышел из строя." + }, + { + "ecode": "0300070000010001", + "intro": "Мотор-B имеет обрыв. Соединение может быть слабым, или мотор может быть неисправен." + }, + { + "ecode": "0300070000010002", + "intro": "Мотор-B имеет короткое замыкание. Возможно, он вышел из строя." + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Z имеет обрыв цепи. Соединение может быть слабым, или мотор может быть неисправен." + }, + { + "ecode": "0300080000010002", + "intro": "Motor-Z имеет короткое замыкание. Возможно, он вышел из строя." + }, + { + "ecode": "03000A0000010001", + "intro": "Датчик силы тепловой кровати 1 слишком чувствителен. Возможно, он застрял между рычагом напряжения и опорой тепловой кровати, или регулировочный винт может быть затянут слишком сильно." + }, + { + "ecode": "03000A0000010002", + "intro": "Сигнал датчика силы теплового стола 1 слабый. Возможно, датчик силы сломан или имеет плохое электрическое соединение." + }, + { + "ecode": "03000A0000010003", + "intro": "Сигнал датчика силы теплового стола 1 слишком слабый. Электронное соединение с датчиком может быть разорвано." + }, + { + "ecode": "03000A0000010004", + "intro": "На датчике силы 1 было обнаружено внешнее воздействие. Возможно, плита подогрева касалась чего-то за пределами подогрева." + }, + { + "ecode": "03000A0000010005", + "intro": "Датчик силы 1 обнаружил неожиданную непрерывную силу. Возможно, нагревательная платформа застряла, или аналоговый фронтенд может быть сломан." + }, + { + "ecode": "03000B0000010001", + "intro": "Датчик силы тепловой кровати 2 слишком чувствителен. Возможно, он застрял между рычагом напряжения и опорой тепловой кровати, или регулировочный винт может быть затянут слишком сильно." + }, + { + "ecode": "03000B0000010002", + "intro": "Сигнал датчика силы теплового стола 2 слабый. Возможно, датчик силы сломан или имеет плохое электрическое соединение." + }, + { + "ecode": "03000B0000010003", + "intro": "Сигнал датчика силы теплового стола 2 слишком слабый. Электронное соединение с датчиком может быть разорвано." + }, + { + "ecode": "03000B0000010004", + "intro": "На датчике силы 2 было обнаружено внешнее воздействие. Возможно, нагревательная плита касалась чего-то за пределами нагревательной плиты." + }, + { + "ecode": "03000B0000010005", + "intro": "Датчик силы 2 обнаружил неожиданную непрерывную силу. Возможно, нагревательная платформа застряла, или аналоговый фронт-энд может быть сломан." + }, + { + "ecode": "03000C0000010001", + "intro": "Датчик силы теплового стола 3 слишком чувствителен. Возможно, он застрял между рычагом напряжения и опорой теплового стола, или регулировочный винт может быть затянут слишком сильно." + }, + { + "ecode": "03000C0000010002", + "intro": "Слабый сигнал тензодатчика 3 нагревательного стола. Тензодатчик может быть поврежден или иметь плохое электрическое соединение." + }, + { + "ecode": "03000C0000010003", + "intro": "Сигнал датчика силы нагревательного стола 3 слишком слабый. Электронное соединение с датчиком может быть разорвано." + }, + { + "ecode": "03000C0000010004", + "intro": "На датчике силы 3 было обнаружено внешнее воздействие. Возможно, плита подогрева касалась чего-то за пределами подогрева." + }, + { + "ecode": "03000C0000010005", + "intro": "Датчик силы 3 обнаружил неожиданную непрерывную силу. Возможно, нагревательная платформа застряла, или аналоговый фронт-энд может быть сломан." + }, + { + "ecode": "0300100000020001", + "intro": "Резонансная частота оси X низкая. Ремень синхронизации может быть слабо натянут." + }, + { + "ecode": "0300110000020001", + "intro": "Резонансная частота оси Y низкая. Ремень синхронизации может быть слабо натянут." + }, + { + "ecode": "0300120000020001", + "intro": "Крышка передней части инструмента отвалилась." + }, + { + "ecode": "0300130000010001", + "intro": "Текущий датчик Motor-A неисправен. Это может быть вызвано сбоем аппаратной схемы сэмплирования." + }, + { + "ecode": "0300140000010001", + "intro": "Текущий датчик Motor-B неисправен. Это может быть вызвано сбоем аппаратной схемы сэмплирования." + }, + { + "ecode": "0300150000010001", + "intro": "Текущий датчик Motor-Z неисправен. Это может быть вызвано сбоем аппаратной схемы сэмплирования." + }, + { + "ecode": "0300170000010001", + "intro": "Скорость вентилятора охлаждения головки печати слишком медленная или остановилась. Возможно, он застрял или разъем может быть неправильно подключен." + }, + { + "ecode": "0300170000020002", + "intro": "Скорость вентилятора охлаждения горячего конца низкая. Возможно, он застрял и требует очистки." + }, + { + "ecode": "03001B0000010001", + "intro": "Сигнал датчика ускорения подогрева слабый. Возможно, датчик отвалился или поврежден." + }, + { + "ecode": "03001B0000010003", + "intro": "Датчик ускорения тепловой кровати обнаружил неожиданную непрерывную силу. Возможно, датчик застрял, или аналоговый фронт-энд может быть сломан." + }, + { + "ecode": "03001C0000010001", + "intro": "Драйвер экструзии мотора неисправен. Возможно, MOSFET имеет короткое замыкание." + }, + { + "ecode": "0300200000010003", + "intro": "Неисправность возвратного хода по оси X: ремень синхронизации может быть слабо натянут." + }, + { + "ecode": "0300200000010004", + "intro": "Неисправность возвратного хода по оси Y: ремень синхронизации может быть слабо натянут." + }, + { + "ecode": "0300010000010002", + "intro": "Температура подогрева стола необычна; нагреватель может иметь обрыв цепи, или термопереключатель может быть открыт." + }, + { + "ecode": "0300010000010003", + "intro": "Температура подогрева нагревается необычно; нагреватель перегрет." + }, + { + "ecode": "0300010000010006", + "intro": "Температура подогрева аномальная; датчик может иметь короткое замыкание." + }, + { + "ecode": "0300010000010007", + "intro": "Температура подогрева абсурдна; датчик может иметь обрыв." + }, + { + "ecode": "030001000001000C", + "intro": "Нагревательная плита работала на полную мощность в течение длительного времени. Система контроля температуры может быть неисправна." + }, + { + "ecode": "0300010000030008", + "intro": "Температура нагретой кровати превышает предел и автоматически корректируется до предельной температуры." + }, + { + "ecode": "0300020000010001", + "intro": "Температура сопла необычна; нагреватель может иметь короткое замыкание." + }, + { + "ecode": "0300020000010002", + "intro": "Температура сопла необычна; нагреватель может иметь обрыв цепи." + }, + { + "ecode": "0300020000010003", + "intro": "Температура сопла необычная; нагреватель перегрет." + }, + { + "ecode": "0300020000010007", + "intro": "Температура сопла необычна; датчик может иметь обрыв." + } + ] + }, + "device_error": { + "ver": 202510142200, + "ru": [ + { + "ecode": "0C00402C", + "intro": "Ошибка связи с устройством. Пожалуйста, перезагрузите принтер." + }, + { + "ecode": "03004015", + "intro": "Калибровка детекции склеивания сопла не удалась. Пожалуйста, перейдите в раздел \"Помощник\" для устранения неполадок." + }, + { + "ecode": "0500803C", + "intro": "Текущая настройка сопла не соответствует файлу нарезки. Продолжение печати может повлиять на качество печати. Рекомендуется повторно нарезать перед началом печати." + }, + { + "ecode": "0300401F", + "intro": "Горячий конец не установлен, и инструментальная головка не может выполнить возврат в исходное положение. Установи горячий конец и продолжай." + }, + { + "ecode": "0300801E", + "intro": "Мотор экструдера перегружен, пожалуйста, проверьте, не забит ли экструдер и не застрял ли филамент в инструментальной головке." + }, + { + "ecode": "07018007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07028007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07038007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07008007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18058007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07078007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18078007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07058007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18038007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18018007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18028007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18008007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07048007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18068007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "18048007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "07068007", + "intro": "Не удалось экструдировать филамент. Проверьте, не забит ли экструдер." + }, + { + "ecode": "03004016", + "intro": "Очистка сопла не удалась. Пожалуйста, нажмите на помощника для устранения неполадок." + }, + { + "ecode": "0502C014", + "intro": "Оценка оставшегося филамента AMS включена по умолчанию и не может быть отключена." + }, + { + "ecode": "05864096", + "intro": "Устройство не может обнаружить AMS-HT G; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05024098", + "intro": "Устройство не может обнаружить AMS C; переподключите кабель AMS или перезапустите принтер." + }, + { + "ecode": "05014098", + "intro": "Устройство не может обнаружить AMS B; переподключите кабель AMS или перезапустите принтер." + }, + { + "ecode": "05814096", + "intro": "Устройство не может обнаружить AMS-HT B; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05844096", + "intro": "Устройство не может обнаружить AMS-HT F; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05824096", + "intro": "Устройство не может обнаружить AMS-HT C; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05034098", + "intro": "Устройство не может обнаружить AMS D. Пожалуйста, переподключите кабель AMS или перезапустите принтер." + }, + { + "ecode": "05854096", + "intro": "Устройство не может обнаружить AMS-HT E; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05804096", + "intro": "Устройство не может обнаружить AMS-HT A; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05834096", + "intro": "Устройство не может обнаружить AMS-HT D; пожалуйста, переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05874096", + "intro": "Устройство не может обнаружить AMS-HT H; переподключите кабель AMS-HT или перезапустите принтер." + }, + { + "ecode": "05004098", + "intro": "Устройство не может обнаружить AMS A; переподключите кабель AMS или перезапустите принтер." + }, + { + "ecode": "0500807E", + "intro": "Пожалуйста, поместите режущий коврик StrongGrip на базу защиты от резки." + }, + { + "ecode": "05008062", + "intro": "Сильный свет падает на печатный лист, подумайте о том, чтобы закрыть переднюю дверь и заблокировать внешние источники света." + }, + { + "ecode": "0500808B", + "intro": "Настройка камеры BirdsEye не удалась. Пожалуйста, уберите все объекты и мат на нагревательном столе, чтобы маркеры нагревательного стола были видны. Тем временем убедитесь, что камера BirdsEye установлена правильно, и уберите любые препятствия, которые могут блокировать обзор камеры." + }, + { + "ecode": "0502C012", + "intro": "Задачу нельзя приостановить." + }, + { + "ecode": "07FFC010", + "intro": "Вставьте нить (длиной более 30 см) до упора. Во время промывки вы можете увидеть легкий дым. После вставки закройте переднюю дверь и верхнюю крышку." + }, + { + "ecode": "05024002", + "intro": "Пожалуйста, перейдите в раздел \"Настройки > Калибровка\", чтобы запустить калибровку улучшения точности движения перед включением режима улучшения точности движения." + }, + { + "ecode": "05008093", + "intro": "Силиконовый чехол насадки не установлен; есть риск сбоя в контроле температуры. Пожалуйста, установите его правильно и попробуйте снова." + }, + { + "ecode": "05008092", + "intro": "Инициализация камеры Toolhead не удалась. Печать все еще может продолжаться, но некоторые функции искусственного интеллекта будут отключены. Если вы столкнетесь с этой проблемой снова после перезапуска, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05008041", + "intro": "Филамент в горячем конце слишком холодный. Экструзия может повредить экструдер. Все еще подаете/выводите филамент?" + }, + { + "ecode": "05008040", + "intro": "Крышка передней части инструмента отсоединена. Перемещение инструмента может повредить принтер. Хотите продолжить?" + }, + { + "ecode": "0502C011", + "intro": "В настоящее время в режиме производства 2D. Пожалуйста, продолжайте операцию на принтере." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "Калибровка смещения модуля резки не удалась, что может привести к неточным резкам. Пожалуйста, убедитесь, что 80-граммовая белая бумага для принтера (толщина бумаги для писем) правильно расположена и проверьте, изношен ли кончик режущего лезвия." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Устройство в настоящее время обновляется. Пожалуйста, попробуйте снова, когда оно будет в режиме ожидания." + }, + { + "ecode": "0300C012", + "intro": "Пожалуйста, нагрейте сопло выше 170°C." + }, + { + "ecode": "07008023", + "intro": "AMS Охлаждение вышло из строя. Окружающая температура может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07028023", + "intro": "AMS C охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07038023", + "intro": "AMS D охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07018023", + "intro": "AMS B охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07058023", + "intro": "AMS F охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07048023", + "intro": "AMS E охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07068023", + "intro": "AMS G охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "07078023", + "intro": "AMS H охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18008023", + "intro": "AMS-HT Охлаждение не работает. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C охлаждение не удалось. Температура окружающей среды может быть слишком высокой. Пожалуйста, работайте с устройством в подходящей среде." + }, + { + "ecode": "05004010", + "intro": "AMS сейчас находится в процессе сушки и не может быть обновлен. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "05004011", + "intro": "Принтер загружает или выгружает филамент и в данный момент не может быть обновлен. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "05004012", + "intro": "Устройство печатает и в данный момент не может быть обновлено. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0500400F", + "intro": "AMS инициализируется и в данный момент не может быть обновлен. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "05004013", + "intro": "AMS находится в рабочем состоянии и в данный момент не может быть обновлена. Пожалуйста, попробуйте снова, когда она будет в режиме ожидания." + }, + { + "ecode": "03008022", + "intro": "Нагревательная плита может быть заблокирована при движении вниз. Пожалуйста, удалите все объекты под нагревательной плитой и проверьте наличие сопротивления или заедания во время ее движения." + }, + { + "ecode": "05004042", + "intro": "Из-за ограничений по мощности, запуск сушки AMS приведет к приостановке текущих операций, таких как нагрев сопла и работа вентилятора. Хотите продолжить сушку?" + }, + { + "ecode": "05004040", + "intro": "Принтер достиг предела мощности. Пожалуйста, подключите специальный адаптер питания к этому AMS, чтобы включить сушку." + }, + { + "ecode": "05004041", + "intro": "Сушка AMS не может быть запущена во время печати." + }, + { + "ecode": "0500806B", + "intro": "Рычаг быстрого выпуска не заблокирован. Пожалуйста, нажмите на внешний модуль инструмента, чтобы убедиться, что он правильно установлен, затем нажмите на рычаг, чтобы заблокировать его на месте." + }, + { + "ecode": "0502C010", + "intro": "Из-за ограничений по мощности принтера, печать, калибровка, управление и другие действия не могут выполняться во время сушки AMS. Пожалуйста, остановите процесс сушки перед выполнением любой другой операции." + }, + { + "ecode": "03004014", + "intro": "Ошибка при возврате по оси Z: аномалия контроля температуры." + }, + { + "ecode": "07FFC012", + "intro": "Снимите переднюю крышку и повесьте ее на ось X. Нажмите на черный соединитель трубки PTFE и отсоедините трубку PTFE. После завершения операции нажмите \"Продолжить\"." + }, + { + "ecode": "05004007", + "intro": "Устройство требует ремонта и обновления, и в настоящее время печать недоступна." + }, + { + "ecode": "05008090", + "intro": "Пожалуйста, прикрепите 80 г белой печатной бумаги к центральной области платформы." + }, + { + "ecode": "18068005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и вставить ее обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18018004", + "intro": "AMS-HT не удалось оттянуть нить. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18038005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и повторно вставить. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18078004", + "intro": "AMS-HT не удалось оттянуть нить. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18058004", + "intro": "AMS-HT не смог вернуть нить назад. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18078005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и повторно вставить. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18008005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и повторно вставить. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18048005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и повторно вставить. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18038004", + "intro": "AMS-HT не удалось оттянуть нить. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18008004", + "intro": "AMS-HT не смог вернуть нить назад. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18018005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и вставить ее обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18028004", + "intro": "AMS-HT не смог вернуть нить назад. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18028005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и вставить ее обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18058005", + "intro": "AMS-HT не удалось отправить нить. Вы можете обрезать конец своей нити ровно и повторно вставить. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18048004", + "intro": "AMS-HT не смог вернуть нить назад. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "18068004", + "intro": "AMS-HT не смог вернуть нить назад. Это может быть из-за застрявшего катушки или конца нити, застрявшего на пути." + }, + { + "ecode": "07FF8025", + "intro": "Cold pull не удался. Пожалуйста, немедленно проверьте, не оборван ли филамент в экструдере, и нажмите на помощника для получения подробной информации." + }, + { + "ecode": "18018006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18008006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18078006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18028006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18048006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18058006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18038006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "18068006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS-HT PTFE." + }, + { + "ecode": "0502400E", + "intro": "Не удалось запустить новую задачу: Процедура холодного вытягивания сопла не была завершена." + }, + { + "ecode": "07008004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или конца филамента, застрявшего на пути." + }, + { + "ecode": "07018004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "07028005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "07038005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и повторно вставить его. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на наличие признаков износа." + }, + { + "ecode": "07FF8005", + "intro": "Не удалось подать филамент за пределы AMS. Пожалуйста, обрежьте конец филамента ровно и проверьте, застрял ли катушка." + }, + { + "ecode": "18068003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07068004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "07048003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07078004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "18058003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07048005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и повторно вставить его. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18FF8005", + "intro": "Не удалось выдавить филамент за пределы AMS-HT. Пожалуйста, обрежьте конец филамента ровно и проверьте, застрял ли катушка." + }, + { + "ecode": "07048006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07078006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07058006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07028006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07008005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "07018005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "07028003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07038004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "07018003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07038003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07028004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "07068003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "18038003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07058004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "07048004", + "intro": "AMS не смогла оттянуть филамент. Это может быть из-за застрявшей катушки или застрявшего конца филамента на пути." + }, + { + "ecode": "18008003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "18078003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07058005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "07068005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "07058003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "18028003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07078003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07078005", + "intro": "AMS не удалось отправить филамент. Вы можете обрезать конец своего филамента ровно и вставить его обратно. Если это сообщение продолжает появляться, пожалуйста, проверьте PTFE трубки в AMS на предмет признаков износа." + }, + { + "ecode": "18048003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "18018003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "07008006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07038006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07018006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07068006", + "intro": "Невозможно подать нить в экструдер. Это может быть вызвано запутанной нитью или застрявшим катушкой. Если нет, пожалуйста, проверьте, подключен ли трубопровод AMS PTFE." + }, + { + "ecode": "07008003", + "intro": "Не удалось вытащить филамент из экструдера. Это может быть вызвано засором экструдера или поломкой филамента внутри экструдера." + }, + { + "ecode": "0502400D", + "intro": "Не удалось запустить новую задачу: загрузка/выгрузка филамента не завершена." + }, + { + "ecode": "03008042", + "intro": "Задача приостановлена из-за открытой двери." + }, + { + "ecode": "05008079", + "intro": "Пожалуйста, поместите лазерный тестовый материал (350 г бумаги-картона) и опорные полосы под ним, чтобы предотвратить деформацию материала." + }, + { + "ecode": "0580409C", + "intro": "Прошивка AMS-HT не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0582409C", + "intro": "Прошивка AMS-HT C не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0584409C", + "intro": "Прошивка AMS-HT E не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0501409D", + "intro": "Прошивка AMS B не подходит для принтера. Устройство не может продолжать работу. Обновите её на странице «Прошивка»." + }, + { + "ecode": "0587409C", + "intro": "Прошивка AMS-HT H не соответствует принтеру; устройство не может продолжать работу. Пожалуйста, обновите ее на странице \"Прошивка\"." + }, + { + "ecode": "0503409D", + "intro": "Прошивка AMS D не подходит для принтера. Устройство не может продолжать работу. Обновите её на странице «Прошивка»." + }, + { + "ecode": "0581409C", + "intro": "Прошивка AMS-HT B не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0585409C", + "intro": "Прошивка AMS-HT F не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0502409D", + "intro": "Прошивка AMS C не соответствует принтеру; устройство не может продолжать работу. Пожалуйста, обновите ее на странице \"Прошивка\"." + }, + { + "ecode": "0500409D", + "intro": "Прошивка AMS A не соответствует принтеру; устройство не может продолжать работу. Пожалуйста, обновите ее на странице \"Прошивка\"." + }, + { + "ecode": "0586409C", + "intro": "Прошивка AMS-HT G не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "03004050", + "intro": "Тайм-аут калибровки камеры Liveview; пожалуйста, перезапустите принтер." + }, + { + "ecode": "0583409C", + "intro": "Прошивка AMS-HT D не соответствует принтеру; устройство не может продолжать работу. Обновите ее на странице «Прошивка»." + }, + { + "ecode": "0C008034", + "intro": "Инициализация камеры Liveview не удалась. Печать все равно может продолжаться, но некоторые функции искусственного интеллекта будут отключены. Если вы столкнетесь с этой проблемой снова после перезапуска, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0C008043", + "intro": "ИИ обнаружил склеивание сопла. Пожалуйста, проверьте состояние сопла. Обратитесь к ассистенту за решениями." + }, + { + "ecode": "03004008", + "intro": "AMS не смогла заменить нить." + }, + { + "ecode": "0C00402A", + "intro": "Визуальный маркер не был обнаружен. Пожалуйста, повторно вставьте бумагу в правильное положение." + }, + { + "ecode": "05004033", + "intro": "Прошивка AMS не подходит для принтера. Обновите её на странице «Прошивка»." + }, + { + "ecode": "05004031", + "intro": "Прошивка аксессуара не подходит для принтера. Обновите её на странице «Прошивка»." + }, + { + "ecode": "05008085", + "intro": "Камера инструмента заблокирована." + }, + { + "ecode": "07FF8007", + "intro": "Пожалуйста, обратите внимание на сопло. Если филамент был выдавлен, выберите \"Продолжить\"; если нет, пожалуйста, немного продвиньте филамент вперед, а затем выберите \"Повторить\"." + }, + { + "ecode": "07FF8002", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута." + }, + { + "ecode": "0500808C", + "intro": "Обнаружено смещение печатной платформы. Пожалуйста, выровняйте печатную платформу с подогреваемой платформой, а затем продолжайте." + }, + { + "ecode": "07FFC011", + "intro": "Пожалуйста, вручную и медленно вытащите филамент из экструдера. Затем нажмите \"Продолжить\"." + }, + { + "ecode": "05004039", + "intro": "Текущая задача не позволяет установку лазерного/режущего модуля, и задача была приостановлена." + }, + { + "ecode": "0500403B", + "intro": "В данный момент на машине нельзя запускать задачи на лазерную резку. Пожалуйста, используйте компьютерное программное обеспечение для запуска задачи." + }, + { + "ecode": "07044025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07004025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07034025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18014025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07024025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18044025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07014025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07074025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18074025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07064025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18064025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18054025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "07054025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18004025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18034025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "18024025", + "intro": "Не удалось прочитать информацию о филаменте." + }, + { + "ecode": "0300800D", + "intro": "Обнаружено, что экструдер не выдавливает материал нормально. Если дефекты приемлемы, выберите \"Продолжить\", чтобы возобновить печать." + }, + { + "ecode": "0500C036", + "intro": "Это задача на печать. Пожалуйста, отсоедините модуль лазерной резки от головки инструмента." + }, + { + "ecode": "0300804F", + "intro": "Процесс загрузки/выгрузки в настоящее время продолжается. Пожалуйста, остановите процесс или удалите лазерный/режущий модуль." + }, + { + "ecode": "0300804E", + "intro": "Это задача по печати. Пожалуйста, отсоедините модуль лазерной резки от инструмента." + }, + { + "ecode": "0500808A", + "intro": "Камера BirdsEye установлена смещенно. Пожалуйста, обратитесь к ассистенту, чтобы переустановить ее." + }, + { + "ecode": "05008089", + "intro": "Задача приостановлена из-за неудачной проверки наличия. Пожалуйста, проверьте принтер, чтобы продолжить." + }, + { + "ecode": "05008074", + "intro": "Платформа лазера смещена. Пожалуйста, убедитесь, что четыре угла платформы выровнены с подогреваемой платформой, и маркер не заблокирован." + }, + { + "ecode": "05FE8081", + "intro": "Левый головка не установлена." + }, + { + "ecode": "05FF8081", + "intro": "Правильный головка нагрева не установлена." + }, + { + "ecode": "05FF8080", + "intro": "Правильный головка нагрева не установлена." + }, + { + "ecode": "05FE8080", + "intro": "Левый головка не установлена." + }, + { + "ecode": "05008080", + "intro": "Левый и правый головки не установлены." + }, + { + "ecode": "05008081", + "intro": "Левый и правый головки не установлены." + }, + { + "ecode": "05008088", + "intro": "Камера Birdseye грязная." + }, + { + "ecode": "05008087", + "intro": "Камера BirdsEye заблокирована." + }, + { + "ecode": "03004002", + "intro": "Автоматическое нивелирование кровати не удалось; задача была остановлена." + }, + { + "ecode": "0C004020", + "intro": "Установка камеры BirdsEye не удалась. Пожалуйста, удалите все объекты и снимите коврик. Убедитесь, что маркер не заблокирован. Тем временем, очистите как камеру BirdsEye, так и камеру Toolhead, и удалите все посторонние объекты, мешающие им видеть." + }, + { + "ecode": "03008021", + "intro": "Сопло может быть не установлено или неправильно установлено. Пожалуйста, убедитесь, что сопло правильно установлено перед продолжением." + }, + { + "ecode": "03008061", + "intro": "Режим системы воздушного потока не удалось активировать; проверьте состояние воздушной двери." + }, + { + "ecode": "0300801A", + "intro": "Ошибка экструзии филамента; пожалуйста, проверьте помощника для устранения неполадок. После устранения проблемы, примите решение о том, отменить ли или возобновить печать на основе фактического статуса печати." + }, + { + "ecode": "05008084", + "intro": "Камера Live View грязная; пожалуйста, очистите ее и продолжайте." + }, + { + "ecode": "0500401E", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014023", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014025", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "18068012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "10018003", + "intro": "Режим тайм-лапс установлен на Традиционный в файле нарезки. Это может вызвать дефекты на поверхности. Хотели бы вы его включить?" + }, + { + "ecode": "03008014", + "intro": "Сопло покрыто филаментом, или сборочная платформа установлена неправильно. Пожалуйста, отмените эту печать и очистите сопло или отрегулируйте сборочную платформу в соответствии с фактическим статусом. Вы также можете выбрать \"Продолжить\", чтобы возобновить печать." + }, + { + "ecode": "03008017", + "intro": "Обнаружены иностранные объекты на нагревательной платформе. Пожалуйста, проверьте и очистите нагревательную платформу. Затем выберите \"Продолжить\", чтобы возобновить печать." + }, + { + "ecode": "0500401C", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004025", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004026", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004028", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0501401B", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014020", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014022", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014029", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "07008012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07018012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07028012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07FF8011", + "intro": "Внешний филамент закончился; пожалуйста, загрузите новый филамент." + }, + { + "ecode": "0300801C", + "intro": "Сопротивление экструзии аномально. Экструдер может быть заблокирован, пожалуйста, обратитесь к помощнику, после устранения неполадок, вы можете выбрать \"Возобновить\", чтобы возобновить печать." + }, + { + "ecode": "05008055", + "intro": "Лазерный модуль установлен, но обнаружена режущая платформа. Пожалуйста, установите лазерную платформу и выполните калибровку лазера." + }, + { + "ecode": "03004020", + "intro": "Обнаружение наличия сопла не удалось. Пожалуйста, проверьте помощника для получения подробной информации." + }, + { + "ecode": "0500402E", + "intro": "Система не поддерживает файловую систему, используемую в данный момент на USB-флеш-накопителе. Пожалуйста, замените или отформатируйте USB-флеш-накопитель в формат FAT32." + }, + { + "ecode": "05008063", + "intro": "Платформа не обнаружена во время калибровки; пожалуйста, убедитесь, что лазерная платформа правильно размещена." + }, + { + "ecode": "05008066", + "intro": "Для выполнения задачи требуется Режущая Платформа, но текущая - Лазерная Платформа. Пожалуйста, замените её на Режущую Платформу (База защиты от резки + Режущий коврик LightGrip)." + }, + { + "ecode": "18008012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18048012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07058012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07068012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07078012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18058012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18078012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07048012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18018012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "05004065", + "intro": "Задача требует Лазерной Платформы, но текущая - Режущая Платформа. Пожалуйста, замените её, измерьте толщину материала в программном обеспечении, а затем перезапустите задачу." + }, + { + "ecode": "05004075", + "intro": "Не обнаружено лазерной платформы, что может повлиять на точность измерения толщины. Пожалуйста, правильно разместите лазерную платформу и убедитесь, что задние маркеры не заблокированы, затем перезапустите измерение толщины в программном обеспечении перед началом задачи." + }, + { + "ecode": "0500807D", + "intro": "Для выполнения этой задачи требуется Платформа для резки, но текущая - Лазерная Платформа. Пожалуйста, замените её на Платформу для резки (База защиты от резки + Прочный режущий коврик)." + }, + { + "ecode": "03008000", + "intro": "Печать была приостановлена по неизвестной причине. Вы можете выбрать \"Продолжить\", чтобы возобновить печать." + }, + { + "ecode": "03008016", + "intro": "Сопло забито филаментом. Пожалуйста, отмените эту печать и очистите сопло или выберите \"Продолжить\", чтобы возобновить печать." + }, + { + "ecode": "0500401B", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004020", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004022", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004023", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05004029", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0501401C", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "0501401E", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014026", + "intro": "Доступ к облаку отклонен. Если вы пытались несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "05014028", + "intro": "Ответ облачного сервиса недействителен. Если вы попробовали несколько раз и по-прежнему не удается, пожалуйста, свяжитесь с службой поддержки клиентов." + }, + { + "ecode": "07038012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07FF8012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "07FFC00A", + "intro": "Пожалуйста, обратите внимание на сопло. Если филамент был выдавлен, выберите \"Продолжить\"; если нет, пожалуйста, немного продвиньте филамент вперед, а затем выберите \"Повторить\"." + }, + { + "ecode": "05008064", + "intro": "Пожалуйста, правильно разместите Лазерную Платформу и убедитесь, что задние маркеры не заблокированы для калибровки лазера." + }, + { + "ecode": "18038012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18028012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "18FF8012", + "intro": "Не удалось получить таблицу сопоставления AMS; выберите \"Возобновить\", чтобы повторить попытку." + }, + { + "ecode": "05004076", + "intro": "Пожалуйста, правильно разместите Лазерную Платформу и убедитесь, что задние маркеры не заблокированы, затем перезапустите измерение толщины в программном обеспечении перед началом задачи." + }, + { + "ecode": "0500807A", + "intro": "Функция обнаружения иностранного объекта не работает. Вы можете продолжить задачу или проверить помощника для устранения неполадок." + }, + { + "ecode": "07FF8010", + "intro": "Проверьте, застрял ли внешний катушка с нитью или нить." + }, + { + "ecode": "03004000", + "intro": "Не удалось выполнить возврат по оси Z; задача была остановлена." + }, + { + "ecode": "0300800A", + "intro": "Искусственный интеллект обнаружил скопление филамента в мониторинге печати. Пожалуйста, очистите филамент из отходового канала." + }, + { + "ecode": "0300800B", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута и проверьте подключение кабеля датчика филамента." + }, + { + "ecode": "03008065", + "intro": "Температура модуля MC слишком высока. Пожалуйста, проверьте вики для возможных объяснений." + }, + { + "ecode": "05004070", + "intro": "Модуль лазера или резака подключен, поэтому устройство не может инициировать задачу 3D-печати." + }, + { + "ecode": "0300400B", + "intro": "Исключение во внутренней коммуникации" + }, + { + "ecode": "03008001", + "intro": "Печать приостановлена из-за команды паузы, добавленной в файл печати." + }, + { + "ecode": "05014038", + "intro": "Региональные настройки не соответствуют принтеру; пожалуйста, проверьте региональные настройки принтера." + }, + { + "ecode": "03008051", + "intro": "Модуль резки выпал или кабель модуля резки отключен; пожалуйста, проверьте модуль." + }, + { + "ecode": "0C004024", + "intro": "Камера Birdseye установлена смещенно. Пожалуйста, обратитесь к ассистенту для повторной установки." + }, + { + "ecode": "10018004", + "intro": "Prime Tower не активирован, и режим тайм-лапс установлен на Smooth в файле нарезки. Это может вызвать дефекты поверхности. Хотели бы вы его активировать?" + }, + { + "ecode": "03008041", + "intro": "Тайм-аут обнаружения платформы: пожалуйста, перезапустите принтер." + }, + { + "ecode": "03004067", + "intro": "Результат калибровки превышает пороговое значение." + }, + { + "ecode": "18008011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18078011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18038011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18018011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18058011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18068011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "18048011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "03004011", + "intro": "Калибровка динамики потока не удалась; пожалуйста, повторите печать или калибровку." + }, + { + "ecode": "18028011", + "intro": "Нить AMS-HT закончилась. Пожалуйста, вставьте новую нить в тот же Слот AMS-HT." + }, + { + "ecode": "05008072", + "intro": "Камера Live View заблокирована" + }, + { + "ecode": "05008083", + "intro": "Материал не допускается при калибровке установки. Пожалуйста, удалите материал с платформы." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "10014002", + "intro": "Таймлапс не поддерживается, так как последовательность печати установлена на \"По объектам\"." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D считывает RFID. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1803C069", + "intro": "Произошла ошибка во время сушки AMS-HT D. Пожалуйста, перейдите к Ассистенту для получения более подробной информации." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C считывает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F мотор выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT Двигатель выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1805C069", + "intro": "Произошла ошибка во время сушки AMS-HT F. Пожалуйста, перейдите к помощнику для получения более подробной информации." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B считывает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1807C069", + "intro": "Произошла ошибка во время сушки AMS-HT H. Пожалуйста, перейдите к Ассистенту для получения более подробной информации." + }, + { + "ecode": "1803C06E", + "intro": "Двигатель AMS-HT D выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C мотор выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E считывает RFID. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1806C069", + "intro": "Произошла ошибка во время сушки AMS-HT G. Пожалуйста, обратитесь к помощнику для получения более подробной информации." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1800C069", + "intro": "Во время AMS-HT A произошла ошибка во время сушки. Пожалуйста, перейдите к помощнику для получения более подробной информации." + }, + { + "ecode": "1802C069", + "intro": "Произошла ошибка во время сушки AMS-HT C. Пожалуйста, перейдите к Ассистенту для получения более подробной информации." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B находится в режиме помощи при подаче. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H мотор выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1000C003", + "intro": "Включение Timelapse в традиционном режиме может вызвать дефекты; пожалуйста, активируйте эту функцию по необходимости." + }, + { + "ecode": "1804C069", + "intro": "Произошла ошибка во время сушки AMS-HT E. Пожалуйста, обратитесь к помощнику для получения более подробной информации." + }, + { + "ecode": "1801C06E", + "intro": "Двигатель AMS-HT B выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1806C06E", + "intro": "Двигатель AMS-HT G выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1801C069", + "intro": "Произошла ошибка во время сушки AMS-HT B. Пожалуйста, обратитесь к помощнику для получения более подробной информации." + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E мотор выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G считывает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "10014001", + "intro": "Таймлапс не поддерживается, так как в настройках нарезки включен режим Spiral Vase." + }, + { + "ecode": "0500806E", + "intro": "Обнаружены иностранные объекты на нагревательной платформе; пожалуйста, проверьте и очистите нагревательную платформу." + }, + { + "ecode": "05004004", + "intro": "Устройство занято и не может начать новую задачу. Пожалуйста, подождите, пока текущая задача завершится, прежде чем отправлять новую задачу." + }, + { + "ecode": "0C004025", + "intro": "Камера Birdseye грязная. Пожалуйста, очистите ее и перезапустите процесс." + }, + { + "ecode": "05008061", + "intro": "Не обнаружена печатная пластина. Пожалуйста, убедитесь, что она правильно размещена." + }, + { + "ecode": "0701C06C", + "intro": "AMS B находится в режиме помощи при питании. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0701C069", + "intro": "Произошла ошибка во время сушки AMS B. Пожалуйста, обратитесь к помощнику для получения более подробной информации." + }, + { + "ecode": "0700C06E", + "intro": "AMS A мотор выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "0703C06C", + "intro": "AMS D находится в режиме помощи при питании. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0703C069", + "intro": "Произошла ошибка во время сушки AMS D. Пожалуйста, перейдите к помощнику для получения более подробной информации." + }, + { + "ecode": "0701C06B", + "intro": "AMS B меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "0700C06C", + "intro": "AMS A находится в режиме помощи при питании. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0702C069", + "intro": "Произошла ошибка во время сушки AMS C. Пожалуйста, обратитесь к помощнику для получения более подробной информации." + }, + { + "ecode": "0703C06B", + "intro": "AMS D меняет филамент. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "03008054", + "intro": "Пожалуйста, поместите бумагу, необходимую для печати, а затем для вырезки." + }, + { + "ecode": "0703C06D", + "intro": "AMS D помогает вставить филамент. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "0701C06D", + "intro": "AMS B помогает вставить нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "0702C06A", + "intro": "AMS C читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "0702C06E", + "intro": "Двигатель AMS C выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0702C06C", + "intro": "AMS C находится в режиме помощи при питании. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0702C06B", + "intro": "AMS C меняет филамент. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0700C06D", + "intro": "AMS A помогает вставить филамент. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "0701C06A", + "intro": "AMS B читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "0702C06D", + "intro": "AMS C помогает вставить филамент. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "05008082", + "intro": "Пожалуйста, удалите защитную пленку с непрозрачного глянцевого акрила перед обработкой." + }, + { + "ecode": "0703C06A", + "intro": "AMS D читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0700C06B", + "intro": "AMS A меняет нить. Невозможно начать сушку. Пожалуйста, попробуйте еще раз позже." + }, + { + "ecode": "05008060", + "intro": "Текущий модуль на инструментальной головке не соответствует требованиям. Пожалуйста, замените модуль в соответствии с инструкциями на экране." + }, + { + "ecode": "0700C069", + "intro": "Во время AMS A сушки произошла ошибка. Пожалуйста, перейдите к Assistant для получения более подробной информации." + }, + { + "ecode": "0701C06E", + "intro": "Двигатель AMS B выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "0700C06A", + "intro": "AMS A читает RFID. Невозможно начать сушку. Пожалуйста, попробуйте позже." + }, + { + "ecode": "0703C06E", + "intro": "Двигатель AMS D выполняет самодиагностику. Невозможно начать сушку. Пожалуйста, попробуйте снова позже." + }, + { + "ecode": "05008056", + "intro": "Модуль резки установлен, но обнаружена лазерная платформа. Пожалуйста, поместите платформу для резки для калибровки." + }, + { + "ecode": "0500C07F", + "intro": "Устройство занято и не может выполнить эту операцию. Чтобы продолжить, приостановите или остановите текущую задачу." + }, + { + "ecode": "0C008016", + "intro": "Функция обнаружения иностранного объекта не работает. Вы можете продолжить задачу или проверить помощника для решения проблемы." + }, + { + "ecode": "07FF8001", + "intro": "Не удалось обрезать нить. Пожалуйста, проверьте резак." + }, + { + "ecode": "18FF8001", + "intro": "Не удалось обрезать нить. Пожалуйста, проверьте резак." + }, + { + "ecode": "07018016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07048016", + "intro": "Экструдер не выдавливает материал нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18028016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07078016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18018016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18008016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "0C004021", + "intro": "Установка камеры BirdsEye не удалась; пожалуйста, перезагрузите принтер." + }, + { + "ecode": "0C004026", + "intro": "Инициализация камеры Live View не удалась; пожалуйста, перезагрузите принтер." + }, + { + "ecode": "07008016", + "intro": "Экструдер не выдавливает материал нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07038016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07028016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07068016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18048016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18068016", + "intro": "Экструдер не выдавливает материал нормально; обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18078016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18038016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "07058016", + "intro": "Экструдер не работает нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "18058016", + "intro": "Экструдер не выдавливает материал нормально; пожалуйста, обратитесь к Ассистенту. После устранения неполадок. Если дефекты приемлемы, пожалуйста, возобновите работу." + }, + { + "ecode": "0C00402D", + "intro": "Камера инструмента не работает должным образом; пожалуйста, перезагрузите устройство." + }, + { + "ecode": "07FF8004", + "intro": "Не удалось вернуть филамент из головки инструмента в AMS. Пожалуйста, проверьте, застрял ли филамент или катушка." + }, + { + "ecode": "0500805C", + "intro": "Тип режущего коврика не соответствует; пожалуйста, поместите режущий коврик LightGrip." + }, + { + "ecode": "05008059", + "intro": "База платформы для резки неправильно выровнена. Пожалуйста, убедитесь, что четыре угла платформы выровнены с подогреваемой платформой." + }, + { + "ecode": "0500806C", + "intro": "Пожалуйста, правильно разместите платформу для резки и убедитесь, что маркер находится на видном месте." + }, + { + "ecode": "07018013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "0500805A", + "intro": "Пожалуйста, поместите режущий коврик на базу защиты от порезов." + }, + { + "ecode": "07068013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18038013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18008013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18048013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18028013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18058013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "07048013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "05008071", + "intro": "Платформа для резки не была обнаружена. Пожалуйста, подтвердите, что она была правильно установлена." + }, + { + "ecode": "05008073", + "intro": "Блок ограничения нагрева заблокирован или загрязнен. Пожалуйста, очистите и убедитесь, что блок ограничения виден, в противном случае детекция смещения позиции платформы может быть неточной." + }, + { + "ecode": "05008068", + "intro": "Пожалуйста, правильно разместите коврик для резки с крепким захватом и убедитесь, что маркер находится на виду." + }, + { + "ecode": "0500807C", + "intro": "Пожалуйста, поместите платформу для резки (основание для защиты от резки + режущий коврик StrongGrip)." + }, + { + "ecode": "05008067", + "intro": "Пожалуйста, поместите режущий коврик LightGrip на базу защиты от резки." + }, + { + "ecode": "07008013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "07028013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился экструдер." + }, + { + "ecode": "07038013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "0500806F", + "intro": "Тип режущего коврика не соответствует; пожалуйста, используйте режущий коврик StrongGrip." + }, + { + "ecode": "18068013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "07058013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "07078013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18018013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "18078013", + "intro": "Тайм-аут очистки старого филамента: Пожалуйста, проверьте, застрял ли филамент или забился ли экструдер." + }, + { + "ecode": "03004052", + "intro": "Сбой при возврате ножа по оси Z" + }, + { + "ecode": "05008058", + "intro": "Пожалуйста, правильно разместите легкую рукоятку режущего коврика и убедитесь, что маркер открыт." + }, + { + "ecode": "0500807B", + "intro": "Пожалуйста, поместите платформу для резки (основа защиты от резки + режущий коврик LightGrip)." + }, + { + "ecode": "0C008018", + "intro": "Функция обнаружения иностранного объекта не работает. Вы можете продолжить задачу или просмотреть помощника для устранения неполадок." + }, + { + "ecode": "0500805B", + "intro": "Тип режущего коврика неизвестен; пожалуйста, замените его на правильный режущий коврик." + }, + { + "ecode": "03008064", + "intro": "Температура в камере слишком высокая. Пожалуйста, откройте верхнюю крышку и переднюю дверь, чтобы остудиться. (Обнаружение открытой двери для этой печатной задачи будет установлено на уровень \"Уведомление\")" + }, + { + "ecode": "0C008017", + "intro": "На платформе обнаружены иностранные предметы; пожалуйста, уберите их вовремя." + }, + { + "ecode": "05008077", + "intro": "Визуальный маркер не был обнаружен. Пожалуйста, убедитесь, что бумага правильно размещена." + }, + { + "ecode": "05008078", + "intro": "Текущий материал не соответствует настройкам файла. Пожалуйста, загрузите правильный материал и убедитесь, что QR-код на материале не поврежден или грязный." + }, + { + "ecode": "0500403F", + "intro": "Не удалось загрузить печатное задание; пожалуйста, проверьте ваше сетевое подключение." + }, + { + "ecode": "0500403D", + "intro": "Модуль инструмента не настроен. Пожалуйста, настройте его перед началом задачи." + }, + { + "ecode": "0300400C", + "intro": "Задача была отменена." + }, + { + "ecode": "05008051", + "intro": "Обнаружена несовпадающая с файлом Gcode печатная платформа. Пожалуйста, отрегулируйте настройки срезчика или используйте правильную платформу." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D сушится. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "07078010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18048010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18038010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18028010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18008010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B высыхает. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "18078010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C высыхает. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A сушится. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "07068011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "0C004027", + "intro": "Калибровка камеры Live View не удалась. Пожалуйста, обратитесь к ассистенту для получения подробной информации и перекалибруйте камеру после обработки." + }, + { + "ecode": "07058010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18018010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18068010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "18058010", + "intro": "Мотор помощи AMS-HT перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07048010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07068010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07078011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07058011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07048011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "0C008015", + "intro": "Объекты обнаружены на платформе; пожалуйста, уберите их своевременно." + }, + { + "ecode": "05024006", + "intro": "Обнаружен неизвестный модуль, пожалуйста, попробуйте обновить прошивку до последней версии." + }, + { + "ecode": "07018017", + "intro": "AMS B сушится. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "07028017", + "intro": "AMS C сушится. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "03004013", + "intro": "Печать не может быть запущена, пока AMS сохнет." + }, + { + "ecode": "07038017", + "intro": "AMS D сушится. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "07008017", + "intro": "AMS A высыхает. Пожалуйста, остановите процесс сушки перед загрузкой/выгрузкой материала." + }, + { + "ecode": "07FFC003", + "intro": "Пожалуйста, вытащите нить на держателе катушки. Если это сообщение продолжает появляться, пожалуйста, проверьте, есть ли оборванная нить в экструдере или PTFE трубке. (Подключите PTFE трубку, если вы собираетесь использовать AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Пожалуйста, вытащите нить на держателе катушки. Если это сообщение продолжает появляться, пожалуйста, проверьте, есть ли оборванная нить в экструдере. (Подключите PTFE трубку, если собираетесь использовать AMS)" + }, + { + "ecode": "0500405D", + "intro": "Ошибка серийного номера лазерного модуля: невозможно откалибровать или создать проект." + }, + { + "ecode": "0500805E", + "intro": "Ошибка серийного номера модуля резки: невозможно откалибровать или создать проект." + }, + { + "ecode": "0500C010", + "intro": "Исключение чтения и записи USB-флеш-накопителя; пожалуйста, переустановите или замените его." + }, + { + "ecode": "0500402F", + "intro": "Данные сектора USB флеш-накопителя повреждены; пожалуйста, отформатируйте его. Если он все еще не распознается, замените USB флеш-накопитель." + }, + { + "ecode": "05008053", + "intro": "Во время печати было обнаружено несоответствие сопла. Пожалуйста, начните печать после повторного нарезания, или продолжите печать после замены правильного сопла. Осторожно: температура головки нагрева высока." + }, + { + "ecode": "05024003", + "intro": "Принтер в настоящее время печатает, и функция улучшения точности движения не может быть включена или выключена." + }, + { + "ecode": "05024005", + "intro": "AMS еще не откалиброван, поэтому печать не может быть инициирована." + }, + { + "ecode": "07FF8003", + "intro": "Пожалуйста, вытащите нить на держателе катушки. Если это сообщение продолжает появляться, пожалуйста, проверьте, есть ли оборванная нить в экструдере. (Подключите PTFE трубку, если собираетесь использовать AMS.)" + }, + { + "ecode": "03008049", + "intro": "Текущая плита недействительна." + }, + { + "ecode": "05004008", + "intro": "Начало печати не удалось; пожалуйста, перезагрузите принтер и отправьте задание на печать снова." + }, + { + "ecode": "0500400B", + "intro": "Произошла проблема при загрузке файла. Пожалуйста, проверьте ваше сетевое подключение и отправьте задание на печать еще раз." + }, + { + "ecode": "05004018", + "intro": "Сбой разбора информации о привязке конфигурации; пожалуйста, попробуйте снова." + }, + { + "ecode": "0500402C", + "intro": "Не удалось получить IP-адрес, что может быть вызвано беспроводными помехами, приводящими к сбоям передачи данных, или заполнением пула адресов DHCP маршрутизатора. Пожалуйста, переместите принтер ближе к маршрутизатору и попробуйте снова. Если проблема сохраняется, пожалуйста, проверьте настройки маршрутизатора, чтобы убедиться, что IP-адреса исчерпаны." + }, + { + "ecode": "0500400A", + "intro": "Имя файла не поддерживается. Пожалуйста, переименуйте и перезапустите печать." + }, + { + "ecode": "0500400D", + "intro": "Пожалуйста, запустите самодиагностику и перезапустите печать." + }, + { + "ecode": "0501401A", + "intro": "Облачный доступ не удался. Возможные причины включают в себя нестабильность сети, вызванную помехами, невозможность доступа в Интернет или ограничения конфигурации брандмауэра маршрутизатора. Вы можете попробовать переместить принтер ближе к маршрутизатору или проверить конфигурацию маршрутизатора перед повторной попыткой." + }, + { + "ecode": "05014033", + "intro": "Ваш регион приложения не соответствует вашему принтеру; пожалуйста, загрузите приложение в соответствующем регионе и зарегистрируйте свою учетную запись снова." + }, + { + "ecode": "0500402D", + "intro": "Системное исключение" + }, + { + "ecode": "03008047", + "intro": "Время ожидания срабатывания рычага быстрого выпуска истекло: пожалуйста, перезапустите принтер." + }, + { + "ecode": "03008008", + "intro": "Неисправность температуры сопла" + }, + { + "ecode": "03008009", + "intro": "Неисправность температуры подогревающей платы" + }, + { + "ecode": "05004002", + "intro": "Неподдерживаемый путь или имя файла для печати. Пожалуйста, отправьте задание на печать снова." + }, + { + "ecode": "05004006", + "intro": "Для печати недостаточно свободного места. Восстановление заводских настроек может освободить доступное пространство." + }, + { + "ecode": "05014039", + "intro": "Срок действия входа в устройство истек; пожалуйста, попробуйте привязать его снова." + }, + { + "ecode": "03008046", + "intro": "Тайм-аут обнаружения иностранного объекта: пожалуйста, перезапустите принтер." + }, + { + "ecode": "03008062", + "intro": "Температура в камере слишком высокая. Это может быть вызвано высокой окружающей температурой." + }, + { + "ecode": "03008045", + "intro": "Тайм-аут обнаружения материала: пожалуйста, перезапустите принтер." + }, + { + "ecode": "0300800C", + "intro": "Обнаружен пропущенный шаг: автоматическое восстановление завершено; пожалуйста, возобновите печать и проверьте, есть ли проблемы с сдвигом слоя." + }, + { + "ecode": "0500401A", + "intro": "Облачный доступ не удался. Возможные причины включают в себя нестабильность сети, вызванную помехами, невозможность доступа в Интернет или ограничения конфигурации брандмауэра маршрутизатора. Вы можете попробовать переместить принтер ближе к маршрутизатору или проверить конфигурацию маршрутизатора перед повторной попыткой." + }, + { + "ecode": "05014018", + "intro": "Сбой разбора информации о привязке конфигурации; пожалуйста, попробуйте снова." + }, + { + "ecode": "0300400F", + "intro": "Напряжение источника питания не соответствует принтеру." + }, + { + "ecode": "05024004", + "intro": "Некоторые функции не поддерживаются текущим устройством. Пожалуйста, проверьте настройки функций Studio или обновите прошивку до последней версии." + }, + { + "ecode": "0500806D", + "intro": "Материал не обнаружен. Пожалуйста, подтвердите расположение и продолжайте." + }, + { + "ecode": "0C004022", + "intro": "Установка камеры BirdsEye не удалась. Пожалуйста, проверьте, работает ли лазерный модуль правильно." + }, + { + "ecode": "0300801D", + "intro": "Датчик положения серводвигателя экструдера неисправен. Пожалуйста, сначала выключите принтер и проверьте, не ослаблен ли кабель подключения." + }, + { + "ecode": "07038002", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута." + }, + { + "ecode": "0C00403D", + "intro": "Плата кодера видения не была обнаружена. Пожалуйста, убедитесь, что она правильно расположена на нагревательной платформе." + }, + { + "ecode": "07028002", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута." + }, + { + "ecode": "07018002", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута." + }, + { + "ecode": "0C00C004", + "intro": "Обнаружена возможная неисправность спагетти." + }, + { + "ecode": "05004043", + "intro": "Из-за ограничений по мощности только одному АМС разрешено использовать мощность устройства для сушки." + }, + { + "ecode": "05004052", + "intro": "Ошибка обнаружена на горячем конце." + }, + { + "ecode": "05004050", + "intro": "Ошибка обнаружена на печатной плате." + }, + { + "ecode": "03004068", + "intro": "Произошла потеря шага в процессе повышения точности движения. Пожалуйста, попробуйте еще раз." + }, + { + "ecode": "05004054", + "intro": "Ошибка обнаружена на коврике." + }, + { + "ecode": "0500403E", + "intro": "Текущая головка инструмента не поддерживает инициализацию." + }, + { + "ecode": "03004066", + "intro": "Калибровка точности движения не удалась." + }, + { + "ecode": "0C00C006", + "intro": "Очищенный филамент может накопиться в отходном канале." + }, + { + "ecode": "03008063", + "intro": "Температура в камере слишком высокая. Пожалуйста, откройте верхнюю крышку и переднюю дверь, чтобы охладиться." + }, + { + "ecode": "0C00800B", + "intro": "Маркер подогрева не был обнаружен. Пожалуйста, удалите все объекты и снимите коврик. Убедитесь, что маркер не заблокирован." + }, + { + "ecode": "0C004029", + "intro": "Материал не обнаружен. Пожалуйста, подтвердите расположение и продолжайте." + }, + { + "ecode": "0C008005", + "intro": "Очищенный филамент накопился в отходном канале, что может вызвать столкновение головки инструмента." + }, + { + "ecode": "0C008033", + "intro": "Рычаг быстрого выпуска не заблокирован. Пожалуйста, нажмите на него вниз, чтобы зафиксировать." + }, + { + "ecode": "0C008009", + "intro": "Маркер локализации печатной платы не был найден." + }, + { + "ecode": "1000C001", + "intro": "Высокая температура кровати может привести к засорению филамента в сопле. Вы можете открыть дверь камеры." + }, + { + "ecode": "1000C002", + "intro": "Печать материала CF с нержавеющей сталью может привести к повреждению сопла." + }, + { + "ecode": "07038010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07038011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07FF8006", + "intro": "Пожалуйста, подайте филамент в PTFE трубку до тех пор, пока его нельзя будет дальше толкнуть." + }, + { + "ecode": "07FFC006", + "intro": "Пожалуйста, подайте филамент в PTFE трубку до тех пор, пока его нельзя будет дальше толкнуть." + }, + { + "ecode": "07FFC009", + "intro": "Пожалуйста, подайте филамент в PTFE трубку до тех пор, пока его нельзя будет дальше толкнуть." + }, + { + "ecode": "07028010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07028011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07018010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "07018011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07008011", + "intro": "Филамент AMS закончился. Пожалуйста, вставьте новый филамент в тот же Слот AMS." + }, + { + "ecode": "07008002", + "intro": "Резак застрял. Пожалуйста, убедитесь, что ручка резака выдвинута." + }, + { + "ecode": "07008010", + "intro": "Мотор вспомогательного привода AMS перегружен. Это может быть вызвано запутанным филаментом или застрявшим катушкой." + }, + { + "ecode": "0501401D", + "intro": "Облачный доступ не удался, что может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "0501401F", + "intro": "Авторизация истекла. Пожалуйста, убедитесь, что ваш телефон или ПК имеют доступ к интернету, и убедитесь, что при привязке приложение Bambu Studio/Bambu Handy работает на переднем плане." + }, + { + "ecode": "05014021", + "intro": "Облачный доступ не удался, что может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "05014024", + "intro": "Облако доступа не удалось. Возможные причины включают в себя нестабильность сети, вызванную помехами, невозможность доступа в Интернет или ограничения конфигурации брандмауэра маршрутизатора. Вы можете попробовать переместить принтер ближе к маршрутизатору или проверить конфигурацию маршрутизатора перед повторной попыткой." + }, + { + "ecode": "05014027", + "intro": "Облачный доступ не удался; это может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "05014031", + "intro": "Процесс привязки устройства находится в процессе выполнения, и QR-код не может быть отображен на экране. Вы можете дождаться завершения привязки или прервать процесс обнаружения устройства в приложении/студии и повторно отсканировать QR-код на экране для привязки." + }, + { + "ecode": "05014032", + "intro": "Процесс привязки QR-кода выполняется, поэтому привязка обнаружения устройства не может быть выполнена. Вы можете отсканировать QR-код на экране для привязки или выйти со страницы отображения QR-кода на экране и попробовать привязку обнаружения устройства." + }, + { + "ecode": "05014034", + "intro": "Процесс нарезки давно не обновлялся, и задача печати завершилась. Пожалуйста, подтвердите параметры и повторно запустите печать." + }, + { + "ecode": "05014035", + "intro": "Устройство находится в процессе привязки и не может отвечать на новые запросы привязки." + }, + { + "ecode": "05024001", + "intro": "В этой печатной работе будет использоваться текущий филамент. Настройки не могут быть изменены." + }, + { + "ecode": "05004001", + "intro": "Не удалось подключиться к облаку Bambu. Пожалуйста, проверьте ваше сетевое подключение." + }, + { + "ecode": "05004003", + "intro": "Печать остановлена из-за того, что принтер не смог обработать файл. Пожалуйста, отправьте свою печатную задачу снова." + }, + { + "ecode": "05004005", + "intro": "Печать заданий не разрешается во время обновления прошивки." + }, + { + "ecode": "05004009", + "intro": "Печать заданий не разрешается во время обновления журналов." + }, + { + "ecode": "0500400E", + "intro": "Печать была отменена." + }, + { + "ecode": "05004014", + "intro": "Срезка для печати не удалась. Пожалуйста, проверьте ваши настройки и перезапустите печатное задание." + }, + { + "ecode": "05004017", + "intro": "Связь не удалась. Пожалуйста, повторите попытку или перезапустите принтер и повторите попытку." + }, + { + "ecode": "05004019", + "intro": "Принтер уже привязан. Пожалуйста, отвяжите его и попробуйте снова." + }, + { + "ecode": "0500401D", + "intro": "Облачный доступ не удался, что может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "0500401F", + "intro": "Авторизация истекла. Пожалуйста, убедитесь, что ваш телефон или ПК имеют доступ к интернету, и убедитесь, что при привязке приложение Bambu Studio/Bambu Handy работает на переднем плане." + }, + { + "ecode": "05004021", + "intro": "Облачный доступ не удался, что может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "05004024", + "intro": "Облако доступа не удалось. Возможные причины включают в себя нестабильность сети, вызванную помехами, невозможность доступа в Интернет или ограничения конфигурации брандмауэра маршрутизатора. Вы можете попробовать переместить принтер ближе к маршрутизатору или проверить конфигурацию маршрутизатора перед повторной попыткой." + }, + { + "ecode": "05004027", + "intro": "Облачный доступ не удался; это может быть вызвано нестабильностью сети из-за помех. Попробуйте переместить принтер ближе к маршрутизатору, прежде чем попробовать снова." + }, + { + "ecode": "0500402A", + "intro": "Не удалось подключиться к маршрутизатору, что может быть вызвано беспроводными помехами или слишком большим расстоянием от маршрутизатора. Попробуйте снова или переместите принтер ближе к маршрутизатору и попробуйте снова." + }, + { + "ecode": "0500402B", + "intro": "Подключение маршрутизатора не удалось из-за неправильного пароля. Пожалуйста, проверьте пароль и попробуйте снова." + }, + { + "ecode": "05004037", + "intro": "Ваш файл несовместим с текущей моделью принтера. Этот файл не может быть напечатан на этом принтере." + }, + { + "ecode": "05004038", + "intro": "Диаметр сопла в срезанном файле не соответствует текущей настройке сопла. Этот файл не может быть напечатан." + }, + { + "ecode": "05008013", + "intro": "Файл для печати недоступен. Пожалуйста, проверьте, был ли извлечен носитель." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Ваш файл для печати не соответствует текущей модели принтера. Продолжить?" + }, + { + "ecode": "05014017", + "intro": "Связь не удалась. Пожалуйста, повторите попытку или перезапустите принтер и повторите попытку." + }, + { + "ecode": "05014019", + "intro": "Принтер уже привязан. Пожалуйста, отвяжите его и попробуйте снова." + }, + { + "ecode": "03004001", + "intro": "Принтер завершил ожидание остывания сопла перед возвратом в исходное положение." + }, + { + "ecode": "03004005", + "intro": "Скорость вентилятора охлаждения головки нагрева необычна." + }, + { + "ecode": "03004006", + "intro": "Сопло забито." + }, + { + "ecode": "03004009", + "intro": "Не удалось вернуться к оси XY." + }, + { + "ecode": "0300400A", + "intro": "Идентификация резонансной частоты механического колебания не удалась." + }, + { + "ecode": "0300400D", + "intro": "Резюме не удалось после потери питания." + }, + { + "ecode": "0300400E", + "intro": "Самопроверка двигателя не удалась." + }, + { + "ecode": "03008003", + "intro": "Дефекты спагетти были обнаружены системой мониторинга печати AI. Пожалуйста, проверьте качество напечатанной модели перед продолжением печати." + }, + { + "ecode": "03008005", + "intro": "Крышка передней части инструмента отвалилась. Пожалуйста, снова установите переднюю крышку и проверьте, чтобы убедиться, что ваша печать проходит нормально." + }, + { + "ecode": "03008007", + "intro": "Когда принтер потерял питание, осталась незавершенная печать. Если модель все еще приклеена к печатной платформе, вы можете попробовать возобновить печать." + }, + { + "ecode": "0300800E", + "intro": "Файл для печати недоступен. Пожалуйста, проверьте, был ли извлечен носитель данных." + }, + { + "ecode": "0300800F", + "intro": "Дверь кажется открытой, поэтому печать была приостановлена." + }, + { + "ecode": "03008010", + "intro": "Скорость вентилятора охлаждения головки печати необычна." + }, + { + "ecode": "03008013", + "intro": "Печать была приостановлена пользователем. Вы можете выбрать \"Продолжить\", чтобы продолжить печать." + }, + { + "ecode": "03008018", + "intro": "Неисправность температуры в камере." + }, + { + "ecode": "03008019", + "intro": "Строительная плита не установлена." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_sv_22E.json b/resources/hms/hms_sv_22E.json new file mode 100644 index 0000000000..5421321556 --- /dev/null +++ b/resources/hms/hms_sv_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "sv": [ + { + "ecode": "0300020000010008", + "intro": "Extrudernozzletemperaturen är onormal och kan inte nå det inställda värdet. Detta kan bero på en felaktigt installerad munstyckssilikonsocka." + }, + { + "ecode": "030018000001000D", + "intro": "Dysfunktion i kalibrering av munstycksklumpdetektion. Överdriven kraft upptäckt på munstycket. Se till att munstycket är korrekt installerat." + }, + { + "ecode": "030018000001000E", + "intro": "Dysfunktion vid kalibrering av munstycksklumpdetektion. Munstycket rörde inte vid den inre väggen av hålet. Vänligen rengör munstycket och stålplåthålet på baksidan till höger om värmebädden." + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "Extrudern extruderar onormalt. Den kan vara igensatt, eller så kan filamentet vara för tunt, vilket gör att extrudern slirar, eller så kan det externt monterade filamentet vara trassligt." + }, + { + "ecode": "0300090000020004", + "intro": "Extruderingsmotståndet är onormalt. Extrudern kan vara igensatt eller så kan det finnas filament som fastnat i verktygshuvudet, eller så kan det externt monterade filamentet vara trassligt." + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "Kylfläktens hastighet för vänster sidas extra komponent är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "03003A0000020002", + "intro": "Kylfläktens hastighet för vänster sidas extra komponent är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "Autentisering av timelapse kit misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0C0003000003001A", + "intro": "Detekteringen av främmande föremål misslyckades, eventuellt på grund av manuell avbrott (t.ex. genom att klicka på \"Stopp\"). Om inte, försök starta om printern eller uppdatera firmware." + }, + { + "ecode": "0501040000030002", + "intro": "Gängstänger behöver smörjas nu." + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "En anomali hopp i extruderns extrusionskraftsensor data har upptäckts, potentiellt orsakad av dålig sensor kontakt eller en defekt sensor." + }, + { + "ecode": "0300910000010008", + "intro": "Kammarens värmare 1 steg inte till önskad temperatur." + }, + { + "ecode": "0C00030000020015", + "intro": "Detektering av främmande föremål fungerar inte. Live View kameran har bytts ut. Om en skärmodul är installerad, avinstallera modulen, tryck på \"Inställningar>Kalibrering\" på printer skärmen och kalibrera om Live View kameran." + }, + { + "ecode": "0C00030000020014", + "intro": "Noggrannheten för detektering av främmande föremål har minskat. Om detta inträffar ofta utför du en Live View kamera kalibrering (\"Inställningar\" > \"Kalibrering\" på printerns skärm). Om en skärmodul är installerad, ta bort den innan du fortsätter." + }, + { + "ecode": "0C00030000020012", + "intro": "Detektering av främmande föremål fungerar inte. Live View kameran behöver kalibreras. Tryck på \"Inställningar > kalibrering\" på printerns skärm. Om en skärmodul är installerad, ta bort den före kalibrering." + }, + { + "ecode": "0501040000030003", + "intro": "Linjära stavar behöver rengöras och smörjas nu." + }, + { + "ecode": "0300180000030009", + "intro": "Utskrift med hög värmebädds temperatur utförs för första gången. För att få bättre utskriftskvalitet i första lagret utförs kalibrering av värmebädd med hög temperatur automatiskt." + }, + { + "ecode": "03002D0000030009", + "intro": "Detta är printerns första utskrift med hög temperatur på värmebädden. För att få bättre kvalitet på utskriften av det första lagret utförs automatisk nivellering av bädden med hög temperatur." + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "Nivelleringen av den uppvärmda bädden misslyckades, eventuellt på grund av främmande föremål på bädden eller bäddens lutning. Om du fortsätter att skriva ut kan byggplattan skadas. Ta bort eventuellt skräp eller nivellera bädden manuellt innan du försöker igen." + }, + { + "ecode": "0500030000020055", + "intro": "Användarinformationen har gått ut, logga in igen." + }, + { + "ecode": "0300290000010001", + "intro": "Visionskodarens mönster kan inte identifieras; möjliga orsaker inkluderar förvrängning av visionskodarens mönster, överexponering av ljus och felplacering av plattan." + }, + { + "ecode": "0703250000020001", + "intro": "AMS D använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0700250000020001", + "intro": "AMS A använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0701250000020001", + "intro": "AMS B använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0706250000020001", + "intro": "AMS G använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0702250000020001", + "intro": "AMS C använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0705250000020001", + "intro": "AMS F använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0707250000020001", + "intro": "AMS H använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0704250000020001", + "intro": "AMS E använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "03002B0000020001", + "intro": "Kalibreringen av luft slussen misslyckades. Kontrollera om det finns främmande föremål som blockerar spjället." + }, + { + "ecode": "0701900000010004", + "intro": "Strömsensorn för AMS B utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0707910000010004", + "intro": "Strömsensorn för AMS H utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1803900000010004", + "intro": "Strömsensorn för AMS-HT D utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1807910000010004", + "intro": "Strömsensorn för AMS-HT H utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1800910000010004", + "intro": "Strömsensorn för AMS-HT A utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1800900000010004", + "intro": "Strömsensorn för AMS-HT A utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0704900000010004", + "intro": "Strömsensorn för AMS E utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1803910000010004", + "intro": "Strömsensorn för AMS-HT D utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0705900000010004", + "intro": "Strömsensorn för AMS F utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1805900000010004", + "intro": "Strömsensorn för AMS-HT F utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0706900000010004", + "intro": "Strömsensorn för AMS G utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1804900000010004", + "intro": "Strömsensorn för AMS-HT E utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0707900000010004", + "intro": "Strömsensorn för AMS H utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1802900000010004", + "intro": "Strömsensorn för AMS-HT C utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1805910000010004", + "intro": "Strömsensorn för AMS-HT F utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1804910000010004", + "intro": "Strömsensorn för AMS-HT E utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1806900000010004", + "intro": "Strömsensorn för AMS-HT G utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0700910000010004", + "intro": "Strömsensorn för AMS A utblås ventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0702900000010004", + "intro": "Strömsensorn för AMS C utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0706910000010004", + "intro": "Strömsensorn för AMS G utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0701910000010004", + "intro": "Strömsensorn för AMS B utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1801910000010004", + "intro": "Strömsensorn för AMS-HT B utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1806910000010004", + "intro": "Strömsensorn för AMS-HT G utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0703910000010004", + "intro": "Strömsensorn för AMS D utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0700900000010004", + "intro": "Strömsensorn för AMS A utblås ventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0704910000010004", + "intro": "Strömsensorn för AMS E utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0705910000010004", + "intro": "Strömsensorn för AMS F utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0702910000010004", + "intro": "Strömsensorn för AMS C utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0703900000010004", + "intro": "Strömsensorn för AMS D utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1801900000010004", + "intro": "Strömsensorn för AMS-HT B utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1807900000010004", + "intro": "Strömsensorn för AMS-HT H utblåsventil 1 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "1802910000010004", + "intro": "Strömsensorn för AMS-HT C utblåsventil 2 är onormal; vänligen kontakta kundsupport för att byta ut AMS moderkortet." + }, + { + "ecode": "0702960000020004", + "intro": "AMS C Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0704960000020004", + "intro": "AMS E Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0703960000020004", + "intro": "AMS D Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0707960000020004", + "intro": "AMS H Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0300320000010001", + "intro": "Fläkthastigheten på höger sida (extra komponents kylnings-filtrering) är för låg eller stoppad. Den kan ha fastnat eller så kanske kontakten inte är ordentligt ansluten." + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0706960000020004", + "intro": "AMS G Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0701960000020004", + "intro": "AMS B Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0300320000010002", + "intro": "Fläkthastigheten på höger sida (extra komponents kylnings-filtrering) är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C använder printerns ström för torkning under laddning/utskrift. För bättre torkprestanda, anslut en nätadapter." + }, + { + "ecode": "0700960000020004", + "intro": "AMS A Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0705960000020004", + "intro": "AMS F Temperatur kontroll felet är för stort, vilket kan bero på att locket är öppet eller ett fel på värmaren." + }, + { + "ecode": "0500060000020001", + "intro": "Verktygshuvud kameran är inte på plats; kontrollera hårdvaruanslutningen" + }, + { + "ecode": "0700610000020001", + "intro": "AMS A Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0701610000020001", + "intro": "AMS B Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0701620000020001", + "intro": "AMS B Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0701630000020001", + "intro": "AMS B Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0702600000020001", + "intro": "AMS C Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0707620000020001", + "intro": "AMS H Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0707630000020001", + "intro": "AMS H Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0705630000020001", + "intro": "AMS F fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0704600000020001", + "intro": "AMS E Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0707600000020001", + "intro": "AMS H Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0706600000020001", + "intro": "AMS G Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0706630000020001", + "intro": "AMS G Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0300180000010005", + "intro": "Z axelmotorns rotation är blockerad; kontrollera om främmande föremål har fastnat i Z reglaget eller Z timingremskivan. Se också till att byggplattan är korrekt placerad för att undvika kollisioner med omgivande strukturer." + }, + { + "ecode": "0700600000020001", + "intro": "AMS A Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0700620000020001", + "intro": "AMS A Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0700630000020001", + "intro": "AMS A Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0701600000020001", + "intro": "AMS B Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0702610000020001", + "intro": "AMS C Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0702620000020001", + "intro": "AMS C Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0702630000020001", + "intro": "AMS C Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0703600000020001", + "intro": "AMS D Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0703610000020001", + "intro": "AMS D Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0703620000020001", + "intro": "AMS D Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0703630000020001", + "intro": "AMS D Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0706620000020001", + "intro": "AMS G Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0705610000020001", + "intro": "AMS F Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0704620000020001", + "intro": "AMS E Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0704630000020001", + "intro": "AMS E Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0706610000020001", + "intro": "AMS G Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0705620000020001", + "intro": "AMS F Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H Fack 4 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0707610000020001", + "intro": "AMS H Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B Fack 3 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0705600000020001", + "intro": "AMS F Fack 1 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "0704610000020001", + "intro": "AMS E Fack 2 är överbelastad. Filamentet kan vara trassligt eller så kan filament bufferten ha fastnat." + }, + { + "ecode": "050003000002000E", + "intro": "Vissa moduler är inte kompatibla med skrivarens firmwareversion, vilket kan påverka användningen. Gå till sidan \"Firmware\" för att uppdatera när du är ansluten till internet, eller så kan du uppdatera offline enligt wiki." + }, + { + "ecode": "0500050000010007", + "intro": "Verifieringen av MQTT kommandot misslyckades. Uppdatera Studio (inklusive nätverksplugin) eller Handy till den senaste versionen, starta sedan om programvaran och försök igen." + }, + { + "ecode": "0300A80000010001", + "intro": "Avvikelse i AMS strömförsörjning, eventuellt på grund av skada på AMS eller kortslutning i AMS gränssnittet, eller för många AMS anslutningar. Kontrollera att den är korrekt ansluten." + }, + { + "ecode": "030018000001000B", + "intro": "Detektering av nozzle misslyckades: nozzle inte installerad eller felaktigt installerad." + }, + { + "ecode": "0706230000020006", + "intro": "AMS G har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0702220000020006", + "intro": "AMS C har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0705210000020006", + "intro": "AMS F har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0702210000020006", + "intro": "AMS C har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0703200000020006", + "intro": "AMS D har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0705200000020006", + "intro": "AMS F har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701220000020015", + "intro": "AMS B fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0701230000020012", + "intro": "AMS B fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703230000020012", + "intro": "AMS D fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F fack 3 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0704230000020014", + "intro": "AMS E fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0707200000020015", + "intro": "AMS H fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0700210000020014", + "intro": "AMS A fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H fack 3 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0700210000020016", + "intro": "AMS A fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0706230000020013", + "intro": "AMS G fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0704230000020013", + "intro": "AMS E fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0707210000020015", + "intro": "AMS H fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0707230000020013", + "intro": "AMS H fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0703210000020015", + "intro": "AMS D fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0706220000020012", + "intro": "AMS G fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704220000020015", + "intro": "AMS E fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0702210000020014", + "intro": "AMS C fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0700210000020015", + "intro": "AMS A fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G fack 4 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0700220000020012", + "intro": "AMS A fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706210000020015", + "intro": "AMS G fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0705230000020012", + "intro": "AMS F fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0700220000020014", + "intro": "AMS A fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701210000020015", + "intro": "AMS B fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0706220000020015", + "intro": "AMS G fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0701200000020013", + "intro": "AMS B fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0700230000020012", + "intro": "AMS A fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0706230000020025", + "intro": "AMS G fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0707230000020025", + "intro": "AMS H fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0700230000020025", + "intro": "AMS A fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0701210000020025", + "intro": "AMS B fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0701220000020025", + "intro": "AMS B fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0705220000020025", + "intro": "AMS F fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0704220000020025", + "intro": "AMS E fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0701200000020025", + "intro": "AMS B fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0707210000020025", + "intro": "AMS H fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0705200000020025", + "intro": "AMS F fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0700220000020025", + "intro": "AMS A fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0700210000020025", + "intro": "AMS A fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0706210000020025", + "intro": "AMS G fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0707220000020025", + "intro": "AMS H fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0704200000020025", + "intro": "AMS E fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0700200000020006", + "intro": "AMS A har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701200000020006", + "intro": "AMS B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0706220000020006", + "intro": "AMS G har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0704230000020006", + "intro": "AMS E har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0700210000020006", + "intro": "AMS A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701230000020006", + "intro": "AMS B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0707220000020006", + "intro": "AMS H har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0704220000020006", + "intro": "AMS E har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0704210000020006", + "intro": "AMS E har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701210000020006", + "intro": "AMS B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0703220000020006", + "intro": "AMS D har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0707210000020006", + "intro": "AMS H har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0703210000020006", + "intro": "AMS D har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707200000020014", + "intro": "AMS H fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0702230000020014", + "intro": "AMS C fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0703200000020013", + "intro": "AMS D fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0702200000020012", + "intro": "AMS C fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0706230000020015", + "intro": "AMS G fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0704200000020013", + "intro": "AMS E fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705200000020015", + "intro": "AMS F fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0700220000020015", + "intro": "AMS A fack 3 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0702230000020016", + "intro": "AMS C fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704220000020012", + "intro": "AMS E fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0707220000020016", + "intro": "AMS H fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0700220000020013", + "intro": "AMS A fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0700200000020012", + "intro": "AMS A fack 1 matar motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0707200000020013", + "intro": "AMS H fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0702230000020015", + "intro": "AMS C fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0707230000020012", + "intro": "AMS H fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704210000020014", + "intro": "AMS E fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0703230000020016", + "intro": "AMS D fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0701200000020012", + "intro": "AMS B fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0707230000020015", + "intro": "AMS H fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0703210000020014", + "intro": "AMS D fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0700200000020013", + "intro": "AMS A fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0704200000020016", + "intro": "AMS E fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0707210000020013", + "intro": "AMS H fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0704200000020014", + "intro": "AMS E fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0704230000020016", + "intro": "AMS E fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703230000020013", + "intro": "AMS D fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0703220000020012", + "intro": "AMS D fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0704200000020012", + "intro": "AMS E fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0703220000020016", + "intro": "AMS D fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0706200000020013", + "intro": "AMS G fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701210000020014", + "intro": "AMS B fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0703200000020016", + "intro": "AMS D fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703220000020014", + "intro": "AMS D fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0704220000020013", + "intro": "AMS E fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0703210000020013", + "intro": "AMS D fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0701230000020013", + "intro": "AMS B fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701210000020016", + "intro": "AMS B fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0704210000020013", + "intro": "AMS E fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0705210000020016", + "intro": "AMS F fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0700210000020013", + "intro": "AMS A fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0702220000020012", + "intro": "AMS C fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0705210000020015", + "intro": "AMS F fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0707200000020012", + "intro": "AMS H fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703220000020015", + "intro": "AMS D fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0702210000020016", + "intro": "AMS C fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0701220000020016", + "intro": "AMS B fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703200000020015", + "intro": "AMS D fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0700200000020014", + "intro": "AMS A fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0705200000020012", + "intro": "AMS F fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0704230000020012", + "intro": "AMS E fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0702200000020016", + "intro": "AMS C fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0705230000020016", + "intro": "AMS F fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E fack 3 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0706200000020015", + "intro": "AMS G fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0707200000020006", + "intro": "AMS H har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0706200000020006", + "intro": "AMS G har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0704200000020006", + "intro": "AMS E har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0702200000020006", + "intro": "AMS C har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0705210000020025", + "intro": "AMS F fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0703230000020025", + "intro": "AMS D fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0707200000020025", + "intro": "AMS H fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0702210000020025", + "intro": "AMS C fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0703220000020025", + "intro": "AMS D fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0704230000020025", + "intro": "AMS E fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0706220000020025", + "intro": "AMS G fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0704210000020025", + "intro": "AMS E fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0705230000020025", + "intro": "AMS F fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0705230000020013", + "intro": "AMS F fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707230000020016", + "intro": "AMS H fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0706200000020016", + "intro": "AMS G fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0700220000020016", + "intro": "AMS A fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704220000020016", + "intro": "AMS E fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0706210000020014", + "intro": "AMS G fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701220000020014", + "intro": "AMS B fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704200000020015", + "intro": "AMS E fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0700230000020014", + "intro": "AMS A fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0702200000020013", + "intro": "AMS C fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0707210000020016", + "intro": "AMS H fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0703210000020012", + "intro": "AMS D fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0704210000020012", + "intro": "AMS E fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706210000020012", + "intro": "AMS G fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0707230000020014", + "intro": "AMS H fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0700210000020012", + "intro": "AMS A fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0705220000020015", + "intro": "AMS F fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0703230000020015", + "intro": "AMS D fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0703200000020014", + "intro": "AMS D fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706210000020016", + "intro": "AMS G fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0705200000020016", + "intro": "AMS F fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704220000020014", + "intro": "AMS E fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0705210000020012", + "intro": "AMS F fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0704210000020016", + "intro": "AMS E fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0700200000020016", + "intro": "AMS A fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0706210000020013", + "intro": "AMS G fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0703200000020012", + "intro": "AMS D fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0706230000020012", + "intro": "AMS G fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G fack 3 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F fack 4 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G fack 2 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0702210000020015", + "intro": "AMS C fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0703210000020016", + "intro": "AMS D fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0704230000020015", + "intro": "AMS E fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0701220000020013", + "intro": "AMS B fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0705220000020013", + "intro": "AMS F fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0703220000020013", + "intro": "AMS D fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0700230000020013", + "intro": "AMS A fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707220000020012", + "intro": "AMS H fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0707220000020015", + "intro": "AMS H fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0700230000020016", + "intro": "AMS A fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0701230000020015", + "intro": "AMS B fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0707220000020014", + "intro": "AMS H fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701210000020012", + "intro": "AMS B fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0706230000020014", + "intro": "AMS G fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0702210000020013", + "intro": "AMS C fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0706200000020014", + "intro": "AMS G fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0705220000020016", + "intro": "AMS F fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0701200000020016", + "intro": "AMS B fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0701230000020014", + "intro": "AMS B fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E fack 4 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0702200000020015", + "intro": "AMS C fack 1 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0702230000020012", + "intro": "AMS C fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0702220000020015", + "intro": "AMS C fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0702230000020013", + "intro": "AMS C fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0702220000020016", + "intro": "AMS C fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705230000020015", + "intro": "AMS F fack 4 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0701220000020012", + "intro": "AMS B fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706220000020014", + "intro": "AMS G fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0706220000020016", + "intro": "AMS G fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705200000020014", + "intro": "AMS F fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0707220000020013", + "intro": "AMS H fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705200000020013", + "intro": "AMS F fack 1 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705210000020013", + "intro": "AMS F fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706210000020006", + "intro": "AMS G har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0702230000020006", + "intro": "AMS C har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0703230000020006", + "intro": "AMS D har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0705230000020006", + "intro": "AMS F har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0700230000020006", + "intro": "AMS A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "07FFA00000020001", + "intro": "Nozzle kalldragnings process har löpt ut. Klicka på \"Försök igen\" och dra sedan ut filamentet manuellt." + }, + { + "ecode": "0707230000020006", + "intro": "AMS H har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0700220000020006", + "intro": "AMS A har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701220000020006", + "intro": "AMS B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0705220000020006", + "intro": "AMS F har upptäckt ett brott på PTFE slangen under filamentladdningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D har upptäckt ett brott på PTFE slangen under filament laddningen. Kontrollera om PTFE slangarna inuti och utanför AMS har fallit av eller skadats." + }, + { + "ecode": "0701230000020016", + "intro": "AMS B fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0703230000020014", + "intro": "AMS D fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0702210000020012", + "intro": "AMS C fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0707210000020012", + "intro": "AMS H fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706230000020016", + "intro": "AMS G fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0701200000020014", + "intro": "AMS B fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0702220000020013", + "intro": "AMS C fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0706220000020013", + "intro": "AMS G fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0707200000020016", + "intro": "AMS H fack 1 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0707210000020014", + "intro": "AMS H fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0705210000020014", + "intro": "AMS F fack 2 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0702220000020014", + "intro": "AMS C fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D fack 4 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0705220000020014", + "intro": "AMS F fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E fack 3 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H fack 3 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H fack 4 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0700230000020015", + "intro": "AMS A fack 4 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F fack 4 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0705230000020014", + "intro": "AMS F fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G fack 2 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F fack 4 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701210000020013", + "intro": "AMS B fack 2 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0706200000020012", + "intro": "AMS G fack 1 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "0700200000020015", + "intro": "AMS A fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "0705220000020012", + "intro": "AMS F fack 3 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C fack 2 matarenhets motor har stannat, spolen kan inte rotera." + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E fack 3 stödmotor har slirat. Dra ut filamentet, klipp av den slitna delen och försök sedan igen." + }, + { + "ecode": "0702200000020014", + "intro": "AMS C fack 1 filament mätare har ingen signal, vilket kan bero på dålig kontakt i odometer kontakten eller ett fel på odometern." + }, + { + "ecode": "0701200000020015", + "intro": "AMS B fack 1 filament sensor är onormal, vilket kan bero på ett filamentbrott inuti AMS." + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E fack 4 matarenhets motor har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0704210000020015", + "intro": "AMS E fack 2 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D fack 3 filament sensorn är onormal, vilket kan bero på att ett filamentbrott inuti AMS." + }, + { + "ecode": "0702230000020025", + "intro": "AMS C fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0702220000020025", + "intro": "AMS C fack 3 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0703210000020025", + "intro": "AMS D fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0706200000020025", + "intro": "AMS G fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0703200000020025", + "intro": "AMS D fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0701230000020025", + "intro": "AMS B fack 4 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0700200000020025", + "intro": "AMS A fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "0702200000020025", + "intro": "AMS C fack 1 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D fack 2 matnings motståndet är för högt. Minska matnings motståndet, minska spolens rotations motstånd och undvik att ha filament slangen för långt och överdrivet böjt." + }, + { + "ecode": "18FF700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; klicka på \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07FF700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07FE700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18FE700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; klicka på \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "03002C0000010001", + "intro": "Hinder upptäckt under värmebädden. Ta bort den för att säkerställa korrekt utskrift." + }, + { + "ecode": "0300930000010006", + "intro": "Kammar temperaturen är onormal. Kammar temperaturgivaren vid luftintaget kan ha en öppen krets." + }, + { + "ecode": "0300930000010005", + "intro": "Kammar temperaturen är onormal. Sensorn för kammar temperaturen kan ha kortslutits." + }, + { + "ecode": "0700400000020001", + "intro": "AMS A Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0701400000020001", + "intro": "AMS B Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "050003000001000E", + "intro": "Vissa externa moduler är inte kompatibla med printerns firmware version, vilket kan påverka normal drift. Gå till sidan \"Firmware\" när du är ansluten till internet för att uppgradera." + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0705400000020001", + "intro": "AMS F Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0706400000020001", + "intro": "AMS G Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0702400000020001", + "intro": "AMS C Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0703400000020001", + "intro": "AMS D Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0704400000020001", + "intro": "AMS E Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0707400000020001", + "intro": "AMS H Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H Filament buffertens positions signal förlorad: kabeln eller positions sensorn kan vara defekt." + }, + { + "ecode": "0700900000010002", + "intro": "AMS A Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0701910000010002", + "intro": "AMS B Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0703900000010002", + "intro": "AMS D Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0702910000010002", + "intro": "AMS C Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0701900000010002", + "intro": "AMS B Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0703910000010002", + "intro": "AMS D Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0702900000010002", + "intro": "AMS C Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0704900000010002", + "intro": "AMS E Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0705910000010002", + "intro": "AMS F Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0707900000010002", + "intro": "AMS H Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0706910000010002", + "intro": "AMS G Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0707910000010002", + "intro": "AMS H Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0705900000010002", + "intro": "AMS F Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0706900000010002", + "intro": "AMS G Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0704910000010002", + "intro": "AMS E Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D Spolmotståndet till utsugs ventil 1 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "0700910000010002", + "intro": "AMS A Spolmotståndet till utsugs ventil 2 är onormal, vilket kan bero på felaktig kabeldragning eller skada." + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0707220000020023", + "intro": "AMS H fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0700230000020023", + "intro": "AMS A fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0701230000020023", + "intro": "AMS B fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0707210000020023", + "intro": "AMS H fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0706200000020023", + "intro": "AMS G fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0706220000020023", + "intro": "AMS G fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0707200000020023", + "intro": "AMS H fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0703230000020023", + "intro": "AMS D fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0704230000020023", + "intro": "AMS E fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0704210000020023", + "intro": "AMS E fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0707230000020023", + "intro": "AMS H fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0702210000020023", + "intro": "AMS C fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0704220000020023", + "intro": "AMS E fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0701210000020023", + "intro": "AMS B fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0701220000020023", + "intro": "AMS B fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0701200000020023", + "intro": "AMS B fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0705200000020023", + "intro": "AMS F fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0705230000020023", + "intro": "AMS F fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0700210000020023", + "intro": "AMS A fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0705210000020023", + "intro": "AMS F fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0704200000020023", + "intro": "AMS E fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0702230000020023", + "intro": "AMS C fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0706230000020023", + "intro": "AMS G fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0700220000020023", + "intro": "AMS A fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0705220000020023", + "intro": "AMS F fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0706210000020023", + "intro": "AMS G fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0702200000020023", + "intro": "AMS C fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0703200000020023", + "intro": "AMS D fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0703220000020023", + "intro": "AMS D fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0700200000020023", + "intro": "AMS A fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0702220000020023", + "intro": "AMS C fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D fack 4 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C fack 3 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0703210000020023", + "intro": "AMS D fack 2 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G fack 1 slangen inuti AMS är trasig, eller matnings sensorn är felaktig och kan inte upptäcka filamentet." + }, + { + "ecode": "0C00040000020026", + "intro": "Initialiseringen av Liveview kameran misslyckades och vissa AI funktioner, t.ex. spaghetti avkänning, kommer att avaktiveras. Starta om printern. Kontakta kundsupport om problemet kvarstår." + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "BirdsEye kameran är inte på plats; kontrollera anslutningen" + }, + { + "ecode": "0C0003000002001C", + "intro": "Din nozzle verkar vara täckt med material som har fastnat eller är igensatt." + }, + { + "ecode": "030001000003000F", + "intro": "Kammartemperaturen är för närvarande hög och värmebädden kyls ned långsamt. Vi rekommenderar att du öppnar topplocket eller frontluckan för att påskynda kylningsprocessen." + }, + { + "ecode": "0300930000010004", + "intro": "Kammar temperaturen är onormal. Kammar värmarens temperatursensor vid luftutloppet kan ha en öppen krets." + }, + { + "ecode": "0500030000010004", + "intro": "Det är fel på filament buffert modulen. Starta om enheten." + }, + { + "ecode": "0700980000020001", + "intro": "AMS A Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0703980000020001", + "intro": "AMS D Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0705980000020001", + "intro": "AMS F Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0703980000020002", + "intro": "AMS D Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0706980000020002", + "intro": "AMS G Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0700980000020002", + "intro": "AMS A Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0502050000010014", + "intro": "AMS C certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0702980000020002", + "intro": "AMS C Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0704980000020001", + "intro": "AMS E Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0706980000020001", + "intro": "AMS G Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0502040000010044", + "intro": "AMS C firmware matchar inte printern. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0501050000010014", + "intro": "AMS B certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C Strömadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0707980000020002", + "intro": "AMS H Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0701980000020001", + "intro": "AMS B Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0503050000010014", + "intro": "AMS D certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0503040000010044", + "intro": "AMS D firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0500050000010014", + "intro": "AMS A certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0701980000020002", + "intro": "AMS B Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0707980000020001", + "intro": "AMS H Strömadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0702980000020001", + "intro": "AMS C Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0501040000010044", + "intro": "AMS B firmware matchar inte printern. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0500040000010044", + "intro": "AMS A firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "0704980000020002", + "intro": "AMS E Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "0705980000020002", + "intro": "AMS F Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D certifiering misslyckades. Anslut kabeln igen eller starta om printern." + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G Nätadapterns spänning är för låg, vilket kan leda till otillräcklig torktemperatur. Byt ut nätadaptern." + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G Nätadapterns spänning är för hög, vilket kan skada värmekretsen. Byt ut nätadaptern." + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "Enheten fungerade inte som den skulle; starta om." + }, + { + "ecode": "0C00040000030018", + "intro": "Kalibreringen av skärbladets offset misslyckades. Detta kan påverka skär noggrannheten. Se Wiki för att kontrollera om bladspetsen är sliten." + }, + { + "ecode": "0C00040000020023", + "intro": "Tjockleks mätningen misslyckades, verktygshuvud kameran kunde inte detektera materialytan." + }, + { + "ecode": "0500040000020043", + "intro": "Verktygshuvud kameran är smutsig eller blockerad; rengör den och fortsätt." + }, + { + "ecode": "03000F0000010001", + "intro": "Onormal accelerometerdata har upptäckts. Försök att starta om printern." + }, + { + "ecode": "0500020000020008", + "intro": "Tids synkroniseringen misslyckades" + }, + { + "ecode": "1806930000020003", + "intro": "Kylfläkten AMS-HT G värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1806920000020003", + "intro": "Kylfläkten AMS-HT G värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0707920000020003", + "intro": "Kylfläkten AMS H värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0705920000020003", + "intro": "Kylfläkten AMS F värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0701930000020003", + "intro": "Kylfläkten AMS B värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0704930000020003", + "intro": "Kylfläkten AMS E värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0505050000010010", + "intro": "AMS F firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0501050000010010", + "intro": "AMS B firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0507050000010010", + "intro": "AMS H firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "050005000001000F", + "intro": "Tillbehörets firmware matchar inte printern. Uppgradera den på sidan \"Firmware\"." + }, + { + "ecode": "0502050000010010", + "intro": "AMS C firmware matchar inte printern. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0506050000010010", + "intro": "AMS G firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0504050000010010", + "intro": "AMS E firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0503050000010010", + "intro": "AMS D firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0706930000020003", + "intro": "Kylfläkten AMS G värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1807920000020003", + "intro": "Kylfläkten AMS-HT H värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1800920000020003", + "intro": "Kylfläkten AMS-HT A värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0706920000020003", + "intro": "Kylfläkten AMS G värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0702920000020003", + "intro": "Kylfläkten AMS C värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1801920000020003", + "intro": "Kylfläkten AMS-HT B värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0704920000020003", + "intro": "Kylfläkten AMS E värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1805920000020003", + "intro": "Kylfläkten AMS-HT F värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1804920000020003", + "intro": "Kylfläkten AMS-HT E värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0703930000020003", + "intro": "Kylfläkten AMS D värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1804930000020003", + "intro": "Kylfläkten AMS-HT E värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0707930000020003", + "intro": "Kylfläkten AMS H värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1807930000020003", + "intro": "Kylfläkten AMS-HT H värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0703920000020003", + "intro": "Kylfläkten AMS D värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0700930000020003", + "intro": "Kylfläkten AMS A värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1805930000020003", + "intro": "Kylfläkten AMS-HT F värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0702930000020003", + "intro": "Kylfläkten AMS C värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1802920000020003", + "intro": "Kylfläkten AMS-HT C värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1803930000020003", + "intro": "Kylfläkten AMS-HT D värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1803920000020003", + "intro": "Kylfläkten AMS-HT D värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1800930000020003", + "intro": "Kylfläkten AMS-HT A värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0705930000020003", + "intro": "Kylfläkten AMS F värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0701920000020003", + "intro": "Kylfläkten AMS B värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0700920000020003", + "intro": "Kylfläkten AMS A värmare 1 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1802930000020003", + "intro": "Kylfläkten AMS-HT C värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "1801930000020003", + "intro": "Kylfläkten AMS-HT B värmare 2 kan inte starta eftersom nätadaptern inte är ansluten." + }, + { + "ecode": "0500050000010010", + "intro": "AMS A firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B firmware matchar inte printern. Uppgradera den på sidan ”Firmware”." + }, + { + "ecode": "0500040000020034", + "intro": "Lasermodulen detekteras för första gången. Slutför installationen (~4 min) före användning för exakt skärning och gravyr. Se också till att H2.0 skruven på baksidan som håller fast luftpumpen är borttagen." + }, + { + "ecode": "1804200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1802210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1803230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1804200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0700230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1804200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0701230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0701210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0702220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0705220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1807200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0705230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0704210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0706220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0701220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1807220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0703230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1806200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1801210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0703210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1804210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1807200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1804220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0703230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0701220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0701210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0703200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0702210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1806230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1805230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1804210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1805220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0701220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1803200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1801230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0706210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0705230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0705200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1801220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1804230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0705220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0701220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1802200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1801220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0704230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1805210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0700210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0704220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0703210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1807230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0705210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1803210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1802210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0704200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0706230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0703230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0702200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0701210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0700200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0707220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1801230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1800200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0704230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0705230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0706210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0706230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0707230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0704210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1805220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1806210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0704220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0707210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0703220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1802230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0702200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0703230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0706200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0704200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1802210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0700230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1803220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1805210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1807210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1806230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1805210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0707210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1805210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0702220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1806210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0705230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0701200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0704220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0704200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0701200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1804220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1801200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1806230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0706230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1801220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0704200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0705200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1802220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1802230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1801200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1801230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0701210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1800230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1801200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1805200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1804210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1804230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1804220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0701210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1804230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0702200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0703220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1802220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1805200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1802210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0702200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0706200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0707220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1804220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1800210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1802230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0706210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1805230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0706230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0700220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0705220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1800200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1805200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1802210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0704210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. RFID taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0700230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1807230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0707230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0705220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0707210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0706210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1803200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0700230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1804210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0700220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0703220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0702230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0705220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1805210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "0706210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1806200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0700210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0706200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1802230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0705210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0703220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0704210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1801220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0706220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 4. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0702200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0706200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1805220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1800200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1801230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0702220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1802220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1807220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "0705210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1806230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1801220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. RFID taggen kan vara skadad." + }, + { + "ecode": "0704200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1804210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0704230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0707200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1801210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0707210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1801200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1805230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1800210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "0707230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0704220000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0707210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0702210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1800220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1803220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0706230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0705200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1800230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1803230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1804200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1804230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1803210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1805230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0707230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1807210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0706220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1805230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0701200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "0705220000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 3. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704230000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 4. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0704210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1801220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1803210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1802200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0701200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0705200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS F fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1801210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1807210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0701230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0700210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806210000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0701200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1804220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT E fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807220000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803200000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 1. RFID-taggen kan vara skadad." + }, + { + "ecode": "1807220000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 3. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1802230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0700200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. Verifiering av RFID tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0704220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "1805200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1806200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0701230000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS B fack 4. RFID-taggen kan vara skadad." + }, + { + "ecode": "1805200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1807200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT H fack 1. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0706200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 1. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1805230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT F fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0706230000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS G fack 4. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1800220000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT A fack 3. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0703200000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "1803230000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 4. RFID taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0700200000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. En icke officiell RFID tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0702230000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 4. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1803220000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT D fack 3. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "1802210000010083", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT C fack 2. RFID-taggen kan vara skadad." + }, + { + "ecode": "1801210000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1801210000010082", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT B fack 2. En icke-officiell RFID-tagg upptäcktes. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0707230000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS H fack 4. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "0703200000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS D fack 1. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0700200000010081", + "intro": "Misslyckades med att läsa filament informationen från AMS A fack 1. Det kan vara fel på AMS huvudkort." + }, + { + "ecode": "0702210000010086", + "intro": "Misslyckades med att läsa filament informationen från AMS C fack 2. RFID-taggen kan inte rotera på grund av ett stopp under laddning eller lossning av filament. Dra ut filamentet och försök igen." + }, + { + "ecode": "0704200000010085", + "intro": "Misslyckades med att läsa filament informationen från AMS E fack 1. Verifiering av RFID-tagg misslyckades. Du kan försöka använda Bambu Lab filament." + }, + { + "ecode": "1806210000010084", + "intro": "Misslyckades med att läsa filament informationen från AMS-HT G fack 2. RFID-taggen kan vara skadad eller placerad vid kanten av RFID detekterings enheten. Ta bort 5 cm filament och försök igen." + }, + { + "ecode": "0C0003000003000D", + "intro": "Upptäckt att extrudern kanske inte extruderar normalt. Kontrollera och besluta om utskriften ska stoppas." + }, + { + "ecode": "0C00030000020018", + "intro": "Otillräckligt systemminne upptäcktes och funktionen för detektering av främmande föremål fungerade inte. Starta om enheterna eller uppdatera firmware efter att uppgiften är klar" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0701210000020011", + "intro": "AMS B fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0704220000020022", + "intro": "AMS E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0707210000020024", + "intro": "AMS H fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703200000020019", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706200000020011", + "intro": "AMS G fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0706210000020011", + "intro": "AMS G fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0704210000020010", + "intro": "AMS E fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0703220000020011", + "intro": "AMS D fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0705210000020010", + "intro": "AMS F fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0705210000020011", + "intro": "AMS F fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0707230000020024", + "intro": "AMS H fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0700230000020011", + "intro": "AMS A fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0705220000020020", + "intro": "AMS F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0700200000020021", + "intro": "AMS A fack 1 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament buffert och verktygshuvudet." + }, + { + "ecode": "0706230000020018", + "intro": "AMS G fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0701220000020024", + "intro": "AMS B fack 3 kunde inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0703210000020022", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0700220000020020", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0700230000020019", + "intro": "AMS A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0705230000020011", + "intro": "AMS F fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0701200000020010", + "intro": "AMS B fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0705230000020017", + "intro": "AMS F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705200000020017", + "intro": "AMS F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0702220000020018", + "intro": "AMS C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "0703230000020021", + "intro": "AMS D fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0700220000020019", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707200000020018", + "intro": "AMS H fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0707220000020019", + "intro": "AMS H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706200000020018", + "intro": "AMS G fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701220000020020", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS A fack 2 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0707230000020022", + "intro": "AMS H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0704210000020022", + "intro": "AMS E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0703210000020010", + "intro": "AMS D fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0704220000020019", + "intro": "AMS E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0702200000020019", + "intro": "AMS C fack 1 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0703220000020022", + "intro": "AMS D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0703200000020021", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0700220000020021", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0700230000020018", + "intro": "AMS A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0701230000020011", + "intro": "AMS B fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0702220000020011", + "intro": "AMS C fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0703220000020024", + "intro": "AMS D fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703230000020024", + "intro": "AMS D fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705210000020017", + "intro": "AMS F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0702210000020021", + "intro": "AMS C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702230000020021", + "intro": "AMS C fack 4 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706200000020020", + "intro": "AMS G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A fack 4 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0704210000020011", + "intro": "AMS E fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0700200000020022", + "intro": "AMS A fack 1 stödmotor har stannat på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0701210000020021", + "intro": "AMS B fack 2 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0702220000020022", + "intro": "AMS C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0702210000020020", + "intro": "AMS C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0703220000020017", + "intro": "AMS D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0701210000020022", + "intro": "AMS B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707230000020019", + "intro": "AMS H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704230000020017", + "intro": "AMS E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0706210000020022", + "intro": "AMS G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0706200000020019", + "intro": "AMS G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706200000020022", + "intro": "AMS G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707200000020019", + "intro": "AMS H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0705230000020018", + "intro": "AMS F fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0700210000020017", + "intro": "AMS A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705230000020024", + "intro": "AMS F fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0702200000020010", + "intro": "AMS C fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0705210000020021", + "intro": "AMS F fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0701220000020011", + "intro": "AMS B fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0700210000020010", + "intro": "AMS A fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0707210000020019", + "intro": "AMS H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0704200000020010", + "intro": "AMS E fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0704220000020024", + "intro": "AMS E fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0707230000020020", + "intro": "AMS H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0702220000020017", + "intro": "AMS C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706200000020024", + "intro": "AMS G fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0702210000020011", + "intro": "AMS C fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0707210000020022", + "intro": "AMS H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0703230000020011", + "intro": "AMS D fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707220000020020", + "intro": "AMS H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0705220000020017", + "intro": "AMS F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0704200000020020", + "intro": "AMS E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0705200000020022", + "intro": "AMS F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0704220000020021", + "intro": "AMS E fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0701230000020017", + "intro": "AMS B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0702200000020021", + "intro": "AMS C fack 1 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0704220000020020", + "intro": "AMS E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0705200000020011", + "intro": "AMS F fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705220000020018", + "intro": "AMS F fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0706210000020017", + "intro": "AMS G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0704230000020010", + "intro": "AMS E fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0705230000020019", + "intro": "AMS F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0702200000020018", + "intro": "AMS C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "0700210000020011", + "intro": "AMS A fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0300020000010009", + "intro": "Nozzle temperaturkontroll är onormal; Hotend är kanske inte är installerad. För att värma hotend utan att den installeras, slå på underhållsläge på inställningssidan." + }, + { + "ecode": "0704200000020024", + "intro": "AMS E fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0706210000020024", + "intro": "AMS G fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703210000020024", + "intro": "AMS D fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0700210000020024", + "intro": "AMS A fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701230000020018", + "intro": "AMS B fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707200000020022", + "intro": "AMS H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0700200000020020", + "intro": "AMS A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0701220000020017", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701230000020024", + "intro": "AMS B fack 4 kunde inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0706220000020017", + "intro": "AMS G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702210000020019", + "intro": "AMS C fack 2 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703220000020021", + "intro": "AMS D fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705220000020019", + "intro": "AMS F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0702230000020024", + "intro": "AMS C fack 4 roterade inte filament spolen när filamentet drogs tillbaka till AMS." + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701210000020018", + "intro": "AMS B fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0706200000020021", + "intro": "AMS G fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702200000020024", + "intro": "AMS C fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0705210000020020", + "intro": "AMS F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0705200000020024", + "intro": "AMS F fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0702210000020018", + "intro": "AMS C fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0706220000020022", + "intro": "AMS G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0707230000020018", + "intro": "AMS H fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0703220000020020", + "intro": "AMS D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701230000020021", + "intro": "AMS B fack 4 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707220000020024", + "intro": "AMS H fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0701220000020021", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0700210000020018", + "intro": "AMS A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "0702230000020010", + "intro": "AMS C fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0704220000020010", + "intro": "AMS E fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0700220000020011", + "intro": "AMS A fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0701230000020010", + "intro": "AMS B fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0702220000020024", + "intro": "AMS C fack 3 roterade inte filament spolen när filamentet drogs tillbaka till AMS." + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0707220000020022", + "intro": "AMS H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0700210000020020", + "intro": "AMS A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0701220000020018", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707210000020021", + "intro": "AMS H fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0702230000020019", + "intro": "AMS C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0703210000020019", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0707200000020017", + "intro": "AMS H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0702220000020010", + "intro": "AMS C fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0703200000020017", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0705200000020010", + "intro": "AMS F fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0702200000020020", + "intro": "AMS C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0700200000020017", + "intro": "AMS A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0705230000020020", + "intro": "AMS F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0706200000020010", + "intro": "AMS G fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0702230000020017", + "intro": "AMS C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0705200000020018", + "intro": "AMS F fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0703200000020011", + "intro": "AMS D fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0703230000020020", + "intro": "AMS D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702210000020022", + "intro": "AMS C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0701210000020017", + "intro": "AMS B fack 2 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0703200000020010", + "intro": "AMS D fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702230000020022", + "intro": "AMS C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0702200000020022", + "intro": "AMS C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703200000020020", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0706210000020018", + "intro": "AMS G fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707200000020020", + "intro": "AMS H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0700230000020017", + "intro": "AMS A fack 4 stöd motor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0700230000020024", + "intro": "AMS A fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0700200000020011", + "intro": "AMS A fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0706230000020021", + "intro": "AMS G fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0704210000020017", + "intro": "AMS E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0701200000020021", + "intro": "AMS B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0707200000020011", + "intro": "AMS H fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0705200000020020", + "intro": "AMS F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0703200000020024", + "intro": "AMS D fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0705230000020022", + "intro": "AMS F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0703210000020011", + "intro": "AMS D fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0300030000020002", + "intro": "Hotend fläktens hastighet är långsam. Den kan ha fastnat och behöver rengöras. Kontrollera om det finns skräp och rengör vid behov." + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0703210000020020", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0706200000020017", + "intro": "AMS G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0701200000020011", + "intro": "AMS B fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0707230000020017", + "intro": "AMS H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0701210000020024", + "intro": "AMS B fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0706230000020022", + "intro": "AMS G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0705230000020021", + "intro": "AMS F fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0703230000020017", + "intro": "AMS D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0703230000020022", + "intro": "AMS D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707220000020018", + "intro": "AMS H fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0701210000020010", + "intro": "AMS B fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703230000020010", + "intro": "AMS D fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0706210000020021", + "intro": "AMS G fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0705200000020019", + "intro": "AMS F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704200000020019", + "intro": "AMS E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704230000020011", + "intro": "AMS E fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0707230000020011", + "intro": "AMS H fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0704220000020017", + "intro": "AMS E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0704210000020024", + "intro": "AMS E fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0700220000020017", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0704200000020021", + "intro": "AMS E fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0703200000020022", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0706210000020020", + "intro": "AMS G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0702210000020017", + "intro": "AMS C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0702220000020021", + "intro": "AMS C fack 3 stödmotor har stannat på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0702200000020011", + "intro": "AMS C fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0700220000020010", + "intro": "AMS A fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0701200000020017", + "intro": "AMS B fack 1 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0703220000020010", + "intro": "AMS D fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "0703220000020019", + "intro": "AMS D fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0701200000020019", + "intro": "AMS B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707200000020024", + "intro": "AMS H fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0700230000020022", + "intro": "AMS A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0700200000020010", + "intro": "AMS A fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706220000020019", + "intro": "AMS G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0705220000020022", + "intro": "AMS F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0704210000020021", + "intro": "AMS E fack 2 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0702210000020010", + "intro": "AMS C fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0707210000020010", + "intro": "AMS H fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0702230000020018", + "intro": "AMS C fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0704200000020011", + "intro": "AMS E fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0705210000020018", + "intro": "AMS F fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707200000020021", + "intro": "AMS H fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0705220000020024", + "intro": "AMS F fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0705210000020019", + "intro": "AMS F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0706210000020010", + "intro": "AMS G fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0705200000020021", + "intro": "AMS F fack 1 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704210000020020", + "intro": "AMS E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0706220000020018", + "intro": "AMS G fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0705210000020024", + "intro": "AMS F fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0707210000020020", + "intro": "AMS H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C fack 2 roterade inte filament spolen när filamentet drogs tillbaka till AMS." + }, + { + "ecode": "0701230000020020", + "intro": "AMS B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "0706220000020020", + "intro": "AMS G fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0701200000020022", + "intro": "AMS B slot 1 hjälpmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0700220000020024", + "intro": "AMS A fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0701210000020019", + "intro": "AMS B fack 2 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0707210000020018", + "intro": "AMS H fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701200000020018", + "intro": "AMS B fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707220000020011", + "intro": "AMS H fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0700200000020018", + "intro": "AMS A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära AMS." + }, + { + "ecode": "0701200000020024", + "intro": "AMS B fack 1 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0705220000020010", + "intro": "AMS F fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0706230000020011", + "intro": "AMS G fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0704200000020017", + "intro": "AMS E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0702230000020020", + "intro": "AMS C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0707220000020017", + "intro": "AMS H fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0703210000020021", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0706220000020024", + "intro": "AMS G fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0706230000020020", + "intro": "AMS G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0701230000020019", + "intro": "AMS B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704200000020018", + "intro": "AMS E fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0704230000020021", + "intro": "AMS E fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C fack 2 matar filament efter AMS timeout." + }, + { + "ecode": "0704230000020018", + "intro": "AMS E fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0707210000020017", + "intro": "AMS H fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0701220000020019", + "intro": "AMS B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G fack 3 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0707200000020010", + "intro": "AMS H fack 1 matar filament efter AMS timeout." + }, + { + "ecode": "0707230000020010", + "intro": "AMS H fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0700210000020019", + "intro": "AMS A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0700200000020024", + "intro": "AMS A fack 1 lyckades inte rotera filamentspolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0706230000020017", + "intro": "AMS G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0706230000020019", + "intro": "AMS G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0704230000020019", + "intro": "AMS E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0705220000020021", + "intro": "AMS F fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F fack 4 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "0300900000010003", + "intro": "Kammarens uppvärmning misslyckades. Strömförsörjnings temperaturen kan vara för hög." + }, + { + "ecode": "0300900000010001", + "intro": "Kammar uppvärmningen misslyckades. Värmaren blåser inte varmluft." + }, + { + "ecode": "0300900000010002", + "intro": "Kammarens uppvärmning misslyckades. Möjliga orsaker: kammaren är inte helt sluten, omgivningstemperaturen är för låg eller nätaggregatets värme avledningsventil är blockerad." + }, + { + "ecode": "0700230000020020", + "intro": "AMS A fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H fack 2 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0704200000020022", + "intro": "AMS E fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0703210000020017", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0702200000020017", + "intro": "AMS C fack 1 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0703200000020018", + "intro": "AMS D fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0702220000020019", + "intro": "AMS C fack 3 stödmotor har stannat på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0701210000020020", + "intro": "AMS B fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0707220000020021", + "intro": "AMS H fack 3 stödmotor stannat, på grund av för högt motstånd i slangen mellan filament bufferten och verktygshuvudet." + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0702230000020011", + "intro": "AMS C fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0704220000020018", + "intro": "AMS E fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0701220000020010", + "intro": "AMS B fack 3 matar filament efter AMS timeout." + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H fack 1 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0703230000020019", + "intro": "AMS D fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "0705210000020022", + "intro": "AMS F fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0703220000020018", + "intro": "AMS D fack 3 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D fack 1 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0704210000020018", + "intro": "AMS E fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D fack 2 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0706210000020019", + "intro": "AMS G fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C fack 4 matar filament efter AMS timeout." + }, + { + "ecode": "0706230000020024", + "intro": "AMS G fack 4 lyckades inte rotera filament spolen när filament drogs tillbaka till AMS." + }, + { + "ecode": "0703230000020018", + "intro": "AMS D fack 4 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "0704230000020022", + "intro": "AMS E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0705220000020011", + "intro": "AMS F fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B fack 3 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E fack 3 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "0703210000020018", + "intro": "AMS D fack 2 stödmotor har stannat, på grund av för stort motstånd i slangen nära AMS." + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E fack 4 drar tillbaka filament till AMS timeout." + }, + { + "ecode": "0701230000020022", + "intro": "AMS B fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0701200000020020", + "intro": "AMS B fack 1 stödmotor har stannat, på grund av för högt motstånd i slangen nära filament bufferten。" + }, + { + "ecode": "0704210000020019", + "intro": "AMS E fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och filament bufferten." + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D fack 2 stödmotor har stannat, på grund av för högt motstånd i slangen mellan AMS och printer." + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E fack 4 stödmotor har stannat, på grund av för högt motstånd i slangen nära verktygshuvudet." + }, + { + "ecode": "0500040000020041", + "intro": "Lasermodulen har använts under lång tid. Rengör den snarast för att undvika att påverka laser bearbetningen." + }, + { + "ecode": "0500040000020042", + "intro": "Live View kameran är smutsig eller blockerad; rengör den och fortsätt." + }, + { + "ecode": "1807700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1803700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1800700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1804700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1805700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0706700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1803700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1804700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1801700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1806700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0700700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller igensatt nozzle." + }, + { + "ecode": "0701700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0701700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0702700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0703700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0500060000020031", + "intro": "Verktygshuvud kameran är inte ansluten. Kontrollera hårdvaran och kabel anslutningarna." + }, + { + "ecode": "0700700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0702700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0703700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruderaren eller nozzle är igensatt." + }, + { + "ecode": "0500060000020032", + "intro": "Nozzle kameran är inte ansluten. Kontrollera hårdvaran och kabel anslutningarna." + }, + { + "ecode": "0300C10000010003", + "intro": "Luftflödessystemet lyckades inte aktivera laserläget; kontrollera luftdörrens status." + }, + { + "ecode": "0500010000030006", + "intro": "USB enheten är inte formaterad eller går inte att skriva på; formatera USB enheten." + }, + { + "ecode": "1807700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0707700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1802700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0705700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0707700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1801700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1800700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruderaren eller nozzle är igensatt." + }, + { + "ecode": "1806700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0704700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "1802700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0704700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "0705700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0706700000020006", + "intro": "Timeout för rensning av gammalt filament. Möjlig orsak: filament har fastnat eller extruder/nozzle är igensatt." + }, + { + "ecode": "1805700000020003", + "intro": "Det gick inte att extrudera filamentet. Möjlig orsak: extruder eller nozzle är igensatt." + }, + { + "ecode": "0C00040000020007", + "intro": "BirdsEye kameran håller på att ställas in. Rensa bort alla föremål och ta bort mattan. Se till att markören inte är blockerad. Under tiden ska du rengöra både BirdsEye kameran och Verktygshuvud kameran och ta bort alla främmande föremål som blockerar deras sikt." + }, + { + "ecode": "0300C00000010002", + "intro": "Filter växel klaffen fungerar inte: den kan ha fastnat." + }, + { + "ecode": "0300C10000010001", + "intro": "Luftflödessystemet lyckades inte aktivera kylläget; kontrollera luftdörrens status." + }, + { + "ecode": "0300C10000010002", + "intro": "Luftflödes systemet lyckades inte aktivera värmeläget; kontrollera luftdörrens status." + }, + { + "ecode": "0500040000020037", + "intro": "Skärmodulen behöver kalibreras för att få verktygspositionen. Utför monteringskalibreringen före användning. (ca 2-4 minuter)" + }, + { + "ecode": "1806700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0705700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1800700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabell; klicka på \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1803700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1805700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1802700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1807700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0300280000010003", + "intro": "Kommunikationsfel mellan skär modulen och verktygshuvudet under Z axelns nollställning. Kontrollera om skär modulens signalkabel är lös eller trasig eller om kraft sensorns spole är intakt." + }, + { + "ecode": "0500010000020001", + "intro": "Medie rörledningen fungerar inte som den ska. Starta om printern. Kontakta support om flera försök misslyckas." + }, + { + "ecode": "0700700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0701700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0702700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0703700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0300180000010007", + "intro": "Frekvensen för sensorn för extruderingskraft är för hög. Sensorn kan vara skadad eller så kan nozzlens kylfläns vara för nära givaren." + }, + { + "ecode": "0300180000010004", + "intro": "Signalen från extruderingskraft sensorn är onormal. Sensorn kan vara skadad eller MC-TH kommunikationen kan vara onormal." + }, + { + "ecode": "03009D0000020003", + "intro": "Resultatet av kalibreringen av gravyr laserns brännpunkt Z skiljer sig avsevärt från konstruktions värdena. Installera om lasermodulen och kör Laser Modul Setup på nytt. Om det misslyckas upprepade gånger, vänligen kontakta kundsupport." + }, + { + "ecode": "0C00040000010005", + "intro": "Fel på BirdsEye kameran: kontakta kundsupport." + }, + { + "ecode": "0300180000010008", + "intro": "Nozzlen vidrör värmebädden på ett onormalt sätt. Kontrollera om det finns filament rester på nozzlen eller främmande föremål där nozzlen vidrör bädden." + }, + { + "ecode": "0300180000010001", + "intro": "Frekvensen på sensorn för extruderingskraft är för låg. Nozzlen kanske inte är installerad eller så är nozzlens kylfläns för långt bort från sensorn." + }, + { + "ecode": "0C00010000010012", + "intro": "Live View Kamera kalibreringen misslyckades och kalibreringsresultatet kunde inte sparas. Försök att kalibrera på nytt. Om kalibreringen misslyckas flera gånger, kontakta kund support." + }, + { + "ecode": "1804700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0707700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0706700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "0704700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "1801700000020008", + "intro": "Det gick inte att hämta AMS mappnings tabell; välj ”Fortsätt” för att försöka igen." + }, + { + "ecode": "1800510000030001", + "intro": "AMS är inaktiverad; ladda filament från spolhållaren." + }, + { + "ecode": "0705700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0C00020000020006", + "intro": "Nozzle höjden verkar vara för hög. Kontrollera om det finns filament rester på nozzlen." + }, + { + "ecode": "0702800000010004", + "intro": "AMS C Värmare 1 värmer onormalt." + }, + { + "ecode": "0702810000010004", + "intro": "AMS C Värmare 2 värmer onormalt." + }, + { + "ecode": "0701800000010004", + "intro": "AMS B Värmare 1 värmer onormalt." + }, + { + "ecode": "0704800000010004", + "intro": "AMS E Värmare 1 värmer onormalt." + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D Värmare 2 värmer onormalt." + }, + { + "ecode": "0707810000010004", + "intro": "AMS H Värmare 2 värmer onormalt." + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F Värmare 2 värmer onormalt." + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E Värmare 2 värmer onormalt." + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B Värmare 1 värmer onormalt." + }, + { + "ecode": "0705810000010004", + "intro": "AMS F Värmare 2 värmer onormalt." + }, + { + "ecode": "0300910000010002", + "intro": "Temperaturen i kammarens värmare 1 är onormal. Värmaren kan ha en öppen krets eller så kan termosäkringen ha bränt." + }, + { + "ecode": "0700400000020002", + "intro": "Filamentets buffer positions signal fel: positions sensorn kan vara defekt." + }, + { + "ecode": "0700510000030001", + "intro": "AMS är inaktiverad; ladda filament från spol hållaren." + }, + { + "ecode": "0700700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0701700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0702700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0703700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0700800000010004", + "intro": "AMS A Värmare 1 värmer onormalt." + }, + { + "ecode": "0700810000010004", + "intro": "AMS A Värmare 2 värms onormalt." + }, + { + "ecode": "0703810000010004", + "intro": "AMS D Värmare 2 värmer onormalt." + }, + { + "ecode": "0701810000010004", + "intro": "AMS B Värmare 2 värmer onormalt." + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A Värmare 2 värmer onormalt." + }, + { + "ecode": "0705800000010004", + "intro": "AMS F Värmare 1 värmer onormalt." + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F Värmare 1 värmer onormalt." + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A Värmare 1 värmer onormalt." + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C Värmare 2 värmer onormalt." + }, + { + "ecode": "0704810000010004", + "intro": "AMS E Värmare 2 värmer onormalt." + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H Värmare 1 värmer onormalt." + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C Värmare 1 värmer onormalt." + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E Värmare 1 värmer onormalt." + }, + { + "ecode": "0707800000010004", + "intro": "AMS H Värmare 1 värmer onormalt." + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H Värmare 2 värmer onormalt." + }, + { + "ecode": "0706810000010004", + "intro": "AMS G Värmare 2 värmer onormalt." + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G Värmare 2 värmer onormalt." + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G Värmare 1 värmer onormalt." + }, + { + "ecode": "0706800000010004", + "intro": "AMS G Värmare 1 värmer onormalt." + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1800400000020002", + "intro": "Filamentets buffer positions signal fel: positions sensorn kan vara defekt." + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0707700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0704700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0500040000020050", + "intro": "Lasersäkerhets fönster ej installerad." + }, + { + "ecode": "0706700000020007", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma fack i AMS och fortsätt." + }, + { + "ecode": "0703800000010004", + "intro": "AMS D Värmare 1 värmer onormalt." + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B Värmare 2 värmer onormalt." + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D Värmare 1 värmer onormalt." + }, + { + "ecode": "0C00030000020017", + "intro": "Kalibrering av lasergravyrens Z axel fokus misslyckades. Kontrollera att laser testmaterialet (350 g kartong) är korrekt placerat och att dess yta är ren och intakt." + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT A frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1801240000020009", + "intro": "AMS HT B frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G frontlucka är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1805240000020009", + "intro": "AMS HT F frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1804240000020009", + "intro": "AMS HT E frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D frontluckan är öppen. Detta kan påverka torkprestandan eller få filamentet att absorbera fukt." + }, + { + "ecode": "0707730000020004", + "intro": "Det gick inte att dra tillbaka AMS H Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703710000020005", + "intro": "Det gick inte att mata AMS D Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0706700000020005", + "intro": "Det gick inte att mata AMS G Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0701710000020002", + "intro": "Det gick inte att mata AMS B Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704700000020004", + "intro": "Det gick inte att dra tillbaka AMS E Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT E Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704720000020005", + "intro": "Det gick inte att mata AMS E Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0702710000020002", + "intro": "Det gick inte att mata AMS C Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703710000020001", + "intro": "Det gick inte att dra ut AMS D Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1805710000020005", + "intro": "Det gick inte att mata AMS-HT F Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1803720000020002", + "intro": "Det gick inte att mata AMS-HT D Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704710000020001", + "intro": "Det gick inte att dra ut AMS E Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1805730000020001", + "intro": "Det gick inte att dra ut AMS-HT F Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1806710000020005", + "intro": "Det gick inte att mata AMS-HT G Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0704730000020004", + "intro": "Det gick inte att dra tillbaka AMS E Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT F Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702720000020005", + "intro": "Det gick inte att mata AMS C Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1800720000020001", + "intro": "Det gick inte att dra ut AMS-HT A Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0702720000020001", + "intro": "Det gick inte att dra ut AMS C Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1805710000020002", + "intro": "Det gick inte att mata AMS-HT F Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT E Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803730000020001", + "intro": "Det gick inte att dra ut AMS-HT D Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1804720000020001", + "intro": "Det gick inte att dra ut AMS-HT E Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT C Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801710000020002", + "intro": "Det gick inte att mata AMS-HT B Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703700000020004", + "intro": "Det gick inte att dra tillbaka AMS D Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800710000020001", + "intro": "Det gick inte att dra ut AMS-HT A Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1800720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT A Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800730000020002", + "intro": "Det gick inte att mata AMS-HT A Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804700000020002", + "intro": "Det gick inte att mata AMS-HT E Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705730000020005", + "intro": "Det gick inte att mata AMS F Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807720000020005", + "intro": "Det gick inte att mata AMS-HT H Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0701700000020001", + "intro": "Det gick inte att dra ut AMS B Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1807700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT H Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702720000020004", + "intro": "Det gick inte att dra tillbaka AMS C Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705730000020002", + "intro": "Det gick inte att mata AMS F Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806700000020002", + "intro": "Det gick inte att mata AMS-HT G Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT G Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803730000020002", + "intro": "Det gick inte att mata AMS-HT D Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704720000020001", + "intro": "Det gick inte att dra ut AMS E Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT C Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707700000020002", + "intro": "Det gick inte att mata AMS H Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT C Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700700000020004", + "intro": "Det gick inte att dra tillbaka AMS A Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702710000020005", + "intro": "Det gick inte att mata AMS C Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0704720000020002", + "intro": "Det gick inte att mata AMS E Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703700000020002", + "intro": "Det gick inte att mata AMS D Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703700000020005", + "intro": "Det gick inte att mata AMS D Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1801730000020005", + "intro": "Det gick inte att mata AMS-HT B Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1805700000020005", + "intro": "Det gick inte att mata AMS-HT F Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1800730000020001", + "intro": "Det gick inte att dra ut AMS-HT A Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1801700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT B Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805730000020002", + "intro": "Det gick inte att mata AMS-HT F Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0706700000020004", + "intro": "Det gick inte att dra tillbaka AMS G Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802730000020005", + "intro": "Det gick inte att mata AMS-HT C Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807710000020005", + "intro": "Det gick inte att mata AMS-HT H Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0700720000020002", + "intro": "Det gick inte att mata AMS A Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800700000020001", + "intro": "Det gick inte att dra ut AMS-HT A Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0705700000020004", + "intro": "Det gick inte att dra tillbaka AMS F Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT A Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702730000020002", + "intro": "Det gick inte att mata AMS C Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702710000020001", + "intro": "Det gick inte att dra ut AMS C Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1804710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT E Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT G Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805720000020005", + "intro": "Det gick inte att mata AMS-HT F Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807700000020002", + "intro": "Det gick inte att mata AMS-HT H Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701720000020004", + "intro": "Det gick inte att dra tillbaka AMS B Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705720000020005", + "intro": "Det gick inte att mata AMS F Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807720000020002", + "intro": "Det gick inte att mata AMS-HT H Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT A Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802730000020002", + "intro": "Det gick inte att mata AMS-HT C Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801720000020002", + "intro": "Det gick inte att mata AMS-HT B Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802730000020001", + "intro": "Det gick inte att dra ut AMS-HT C Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0700710000020001", + "intro": "Det gick inte att dra ut AMS A Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1801700000020005", + "intro": "Det gick inte att mata AMS-HT B Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0704700000020005", + "intro": "Det gick inte att mata AMS E Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0700710000020002", + "intro": "Det gick inte att mata AMS A Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701700000020004", + "intro": "Det gick inte att dra tillbaka AMS B Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806730000020005", + "intro": "Det gick inte att mata AMS-HT G Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1801710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT B Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707710000020004", + "intro": "Det gick inte att dra tillbaka AMS H Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT D Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801730000020002", + "intro": "Det gick inte att mata AMS-HT B Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700730000020004", + "intro": "Det gick inte att dra tillbaka AMS A Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT G Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701720000020005", + "intro": "Det gick inte att mata AMS B Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0705710000020004", + "intro": "Det gick inte att dra tillbaka AMS F Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1807710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT H Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT D Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705710000020001", + "intro": "Det gick inte att dra ut AMS F Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707720000020004", + "intro": "Det gick inte att dra tillbaka AMS H Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702710000020004", + "intro": "Det gick inte att dra tillbaka AMS C Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704730000020005", + "intro": "Det gick inte att mata AMS E Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1801700000020001", + "intro": "Det gick inte att dra ut AMS-HT B Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1805720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT F Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702730000020005", + "intro": "Det gick inte att mata AMS C Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0704700000020002", + "intro": "Det gick inte att mata AMS E Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701700000020005", + "intro": "Det gick inte att mata AMS B Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1801700000020002", + "intro": "Det gick inte att mata AMS-HT B Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801730000020001", + "intro": "Det gick inte att dra ut AMS-HT B Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1803720000020005", + "intro": "Det gick inte att mata AMS-HT D Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT H Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800700000020005", + "intro": "Det gick inte att mata AMS-HT A Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0705700000020001", + "intro": "Det gick inte att dra ut AMS F Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802710000020005", + "intro": "Det gick inte att mata AMS-HT C Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807730000020001", + "intro": "Det gick inte att dra ut AMS-HT H Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706710000020004", + "intro": "Det gick inte att dra tillbaka AMS G Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804730000020002", + "intro": "Det gick inte att mata AMS-HT E Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803700000020002", + "intro": "Det gick inte att mata AMS-HT D Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802720000020005", + "intro": "Det gick inte att mata AMS-HT C Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0706730000020002", + "intro": "Det gick inte att mata AMS G Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707700000020004", + "intro": "Det gick inte att dra tillbaka AMS H Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT F Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805700000020001", + "intro": "Det gick inte att dra ut AMS-HT F Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707720000020002", + "intro": "Det gick inte att mata AMS H Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701720000020001", + "intro": "Det gick inte att dra ut AMS B Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0700720000020004", + "intro": "Det gick inte att dra tillbaka AMS A Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804710000020001", + "intro": "Det gick inte att dra ut AMS-HT E Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1801710000020001", + "intro": "Det gick inte att dra ut AMS-HT B Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1806730000020002", + "intro": "Det gick inte att mata AMS-HT G Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703710000020002", + "intro": "Det gick inte att mata AMS D Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703720000020001", + "intro": "Det gick inte att dra ut AMS D Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706720000020001", + "intro": "Det gick inte att dra ut AMS G Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1801730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT B Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704710000020002", + "intro": "Det gick inte att mata AMS E Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800710000020002", + "intro": "Det gick inte att mata AMS-HT A Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802710000020002", + "intro": "Det gick inte att mata AMS-HT C Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805720000020002", + "intro": "Det gick inte att mata AMS-HT F Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703730000020004", + "intro": "Det gick inte att dra tillbaka AMS D Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806720000020005", + "intro": "Det gick inte att mata AMS-HT G Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0706720000020002", + "intro": "Det gick inte att mata AMS G Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704730000020002", + "intro": "Det gick inte att mata AMS E Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1807720000020001", + "intro": "Det gick inte att dra ut AMS-HT H Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1803710000020005", + "intro": "Det gick inte att mata AMS-HT D Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807710000020002", + "intro": "Det gick inte att mata AMS-HT H Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705720000020002", + "intro": "Det gick inte att mata AMS F Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700720000020001", + "intro": "Det gick inte att dra ut AMS A Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706720000020004", + "intro": "Det gick inte att dra tillbaka AMS G Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804700000020001", + "intro": "Det gick inte att dra ut AMS-HT E Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1803710000020002", + "intro": "Det gick inte att mata AMS-HT D Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707710000020001", + "intro": "Det gick inte att dra ut AMS H Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1803720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT D Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805730000020005", + "intro": "Det gick inte att mata AMS-HT F Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1803710000020001", + "intro": "Det gick inte att dra ut AMS-HT D Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1803700000020005", + "intro": "Det gick inte att mata AMS-HT D Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1805700000020002", + "intro": "Det gick inte att mata AMS-HT F Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701710000020005", + "intro": "Det gick inte att mata AMS B Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0707730000020005", + "intro": "Det gick inte att mata AMS H Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT H Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701720000020002", + "intro": "Det gick inte att mata AMS B Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705700000020005", + "intro": "Det gick inte att mata AMS F Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1801720000020001", + "intro": "Det gick inte att dra ut AMS-HT B Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707730000020002", + "intro": "Det gick inte att mata AMS H Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804720000020002", + "intro": "Det gick inte att mata AMS-HT E Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704730000020001", + "intro": "Det gick inte att dra ut AMS E Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1801720000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT B Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802700000020001", + "intro": "Det gick inte att dra ut AMS-HT C Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0703710000020004", + "intro": "Det gick inte att dra tillbaka AMS D Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0706730000020001", + "intro": "Det gick inte att dra ut AMS G Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1806700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT G Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700700000020005", + "intro": "Det gick inte att mata AMS A Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1800720000020002", + "intro": "Det gick inte att mata AMS-HT A Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800720000020005", + "intro": "Det gick inte att mata AMS-HT A Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1806720000020001", + "intro": "Det gick inte att dra ut AMS-HT G Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706700000020001", + "intro": "Det gick inte att dra ut AMS G Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1800700000020002", + "intro": "Det gick inte att mata AMS-HT A Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700720000020005", + "intro": "Det gick inte att mata AMS A Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0707720000020001", + "intro": "Det gick inte att dra ut AMS H Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802710000020001", + "intro": "Det gick inte att dra ut AMS-HT C Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706720000020005", + "intro": "Det gick inte att mata AMS G Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0702720000020002", + "intro": "Det gick inte att mata AMS C Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0704710000020005", + "intro": "Det gick inte att mata AMS E Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1806720000020002", + "intro": "Det gick inte att mata AMS-HT G Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1807700000020001", + "intro": "Det gick inte att dra ut AMS-HT H Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1804730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT E Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707710000020005", + "intro": "Det gick inte att mata AMS H Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1807730000020005", + "intro": "Det gick inte att mata AMS-HT H Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0705730000020001", + "intro": "Det gick inte att dra ut AMS F Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0704720000020004", + "intro": "Det gick inte att dra tillbaka AMS E Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701730000020005", + "intro": "Det gick inte att mata AMS B Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0704710000020004", + "intro": "Det gick inte att dra tillbaka AMS E Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803700000020001", + "intro": "Det gick inte att dra ut AMS-HT D Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0706710000020005", + "intro": "Det gick inte att mata AMS G Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0707700000020001", + "intro": "Det gick inte att dra ut AMS H Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1807700000020005", + "intro": "Det gick inte att mata AMS-HT H Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0706730000020005", + "intro": "Det gick inte att mata AMS G Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1805720000020001", + "intro": "Det gick inte att dra ut AMS-HT F Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0701730000020001", + "intro": "Det gick inte att dra ut AMS B Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0700710000020005", + "intro": "Det gick inte att mata AMS A Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1803730000020005", + "intro": "Det gick inte att mata AMS-HT D Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1804700000020005", + "intro": "Det gick inte att mata AMS-HT E Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0703700000020001", + "intro": "Det gick inte att dra ut AMS D Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0701710000020001", + "intro": "Det gick inte att dra ut AMS B Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802700000020002", + "intro": "Det gick inte att mata AMS-HT C Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0706700000020002", + "intro": "Det gick inte att mata AMS G Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705700000020002", + "intro": "Det gick inte att mata AMS F Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806700000020005", + "intro": "Det gick inte att mata AMS-HT G Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0703720000020005", + "intro": "Det gick inte att mata AMS D Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0700010000010005", + "intro": "AMS A Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0702010000010005", + "intro": "AMS C Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0701010000010005", + "intro": "AMS B Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0703010000010005", + "intro": "AMS D Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0705010000010005", + "intro": "AMS F Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0706010000010005", + "intro": "AMS G Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0707010000010005", + "intro": "AMS H Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0704010000010005", + "intro": "AMS E Stöd motorns strömsensor kan vara defekt." + }, + { + "ecode": "0701710000020004", + "intro": "Det gick inte att dra tillbaka AMS B Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0706710000020001", + "intro": "Det gick inte att dra ut AMS G Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707700000020005", + "intro": "Det gick inte att mata AMS H Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0701730000020004", + "intro": "Det gick inte att dra tillbaka AMS B Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703730000020001", + "intro": "Det gick inte att dra ut AMS D Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707720000020005", + "intro": "Det gick inte att mata AMS H Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1802700000020005", + "intro": "Det gick inte att mata AMS-HT C Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0703720000020004", + "intro": "Det gick inte att dra tillbaka AMS D Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801720000020005", + "intro": "Det gick inte att mata AMS-HT B Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1804710000020002", + "intro": "Det gick inte att mata AMS-HT E Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700730000020005", + "intro": "Det gick inte att mata AMS A Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1804730000020005", + "intro": "Det gick inte att mata AMS-HT E Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1800730000020005", + "intro": "Det gick inte att mata AMS-HT A Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0705720000020001", + "intro": "Det gick inte att dra ut AMS F Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1804730000020001", + "intro": "Det gick inte att dra ut AMS-HT E Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0700730000020001", + "intro": "Det gick inte att dra ut AMS A Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802720000020001", + "intro": "Det gick inte att dra ut AMS-HT C Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1806710000020001", + "intro": "Det gick inte att dra ut AMS-HT G Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0703730000020005", + "intro": "Det gick inte att mata AMS D Fack 4 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1803710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT D Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703730000020002", + "intro": "Det gick inte att mata AMS D Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1803720000020001", + "intro": "Det gick inte att dra ut AMS-HT D Fack 3 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0700700000020001", + "intro": "Det gick inte att dra tillbaka AMS A Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1802700000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT C Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0706710000020002", + "intro": "Det gick inte att mata AMS G Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804710000020005", + "intro": "Det gick inte att mata AMS-HT E Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0705730000020004", + "intro": "Det gick inte att dra tillbaka AMS F Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0700710000020004", + "intro": "Det gick inte att dra tillbaka AMS A Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1805710000020001", + "intro": "Det gick inte att dra ut AMS-HT F Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1807730000020002", + "intro": "Det gick inte att mata AMS-HT H Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1804720000020005", + "intro": "Det gick inte att mata AMS-HT E Fack 3 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "1805710000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT F Fack 2 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0707710000020002", + "intro": "Det gick inte att mata AMS H Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705720000020004", + "intro": "Det gick inte att dra tillbaka AMS F Fack 3 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702700000020005", + "intro": "Det gick inte att mata AMS C Fack 1 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0700730000020002", + "intro": "Det gick inte att mata AMS A Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1800730000020004", + "intro": "Det gick inte att dra tillbaka AMS-HT A Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702730000020004", + "intro": "Det gick inte att dra tillbaka AMS C Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701700000020002", + "intro": "Det gick inte att mata AMS B Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702700000020002", + "intro": "Det gick inte att mata AMS C Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806730000020001", + "intro": "Det gick inte att dra ut AMS-HT G Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0702700000020001", + "intro": "Det gick inte att dra ut AMS C Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1800710000020005", + "intro": "Det gick inte att mata AMS-HT A Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0702700000020004", + "intro": "Det gick inte att dra tillbaka AMS C Fack 1 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0701730000020002", + "intro": "Det gick inte att mata AMS B Fack 4 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0705710000020005", + "intro": "Det gick inte att mata AMS F Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0700700000020002", + "intro": "Det gick inte att mata AMS A Fack 1 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806710000020002", + "intro": "Det gick inte att mata AMS-HT G Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1801710000020005", + "intro": "Det gick inte att mata AMS-HT B Fack 2 filamentet. Klipp av änden av filamentet och kontrollera om spolen har fastnat." + }, + { + "ecode": "0706730000020004", + "intro": "Det gick inte att dra tillbaka AMS G Fack 4 filamentet från verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0703720000020002", + "intro": "Det gick inte att mata AMS D Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1802720000020002", + "intro": "Det gick inte att mata AMS-HT C Fack 3 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "0702730000020001", + "intro": "Det gick inte att dra ut AMS C Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0705710000020002", + "intro": "Det gick inte att mata AMS F Fack 2 filamentet i verktygshuvudet. Möjlig orsak: filament eller spole har fastnat." + }, + { + "ecode": "1806700000020001", + "intro": "Det gick inte att dra ut AMS-HT G Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0707730000020001", + "intro": "Det gick inte att dra ut AMS H Fack 4 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "1807710000020001", + "intro": "Det gick inte att dra ut AMS-HT H Fack 2 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0704700000020001", + "intro": "Det gick inte att dra ut AMS E Fack 1 filamentet från extrudern. Möjlig orsak: igensatt extruder eller trasigt filament i extrudern." + }, + { + "ecode": "0500030000010021", + "intro": "Hårdvaran är inkompatibel; kontrollera Verktygshuvud kameran." + }, + { + "ecode": "0C00010000020008", + "intro": "Det gick inte att hämta bilden från LiveView kameran. Detektering av spagetti och fylld avfallsränna är inte tillgänglig just nu." + }, + { + "ecode": "0C00040000010012", + "intro": "BirdsEye kamerans datalänk är onormal." + }, + { + "ecode": "0C00040000020003", + "intro": "Laser plattformen är inte korrekt inriktad. Se till att alla fyra hörnen är i linje med värmebädden." + }, + { + "ecode": "0500060000020004", + "intro": "Live View kameran är inte på plats; kontrollera anslutningen till maskinvaran." + }, + { + "ecode": "0C00040000020002", + "intro": "Skärmatta upptäcktes inte. Placera den matta som krävs för uppgiften och fortsätt." + }, + { + "ecode": "0500060000020033", + "intro": "BirdsEye kameran är inte ansluten. Kontrollera maskinvaran och kabel anslutningarna." + }, + { + "ecode": "0C00030000020016", + "intro": "Detektering av främmande föremål fungerar inte och Live View kamerans serienummer kan inte läsas. Kontakta kundsupport." + }, + { + "ecode": "0500040000020031", + "intro": "Innan du använder en laser-/skärmodul måste BirdsEye kamerans position bestämmas. Slutför installationen för att kalibrera kameran." + }, + { + "ecode": "0703210000020007", + "intro": "AMS D Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0701210000020007", + "intro": "AMS B Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0703200000020007", + "intro": "AMS D Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0702200000020007", + "intro": "AMS C Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0701200000020007", + "intro": "AMS B Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0703230000020007", + "intro": "AMS D Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0700220000020007", + "intro": "AMS A Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0C00040000020019", + "intro": "Birdseye kameran är förskjuten. Se Wiki för att installera om den." + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0706230000020007", + "intro": "AMS G Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0707200000020007", + "intro": "AMS H Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H Hall sensorn med utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0704210000020007", + "intro": "AMS E Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0707220000020007", + "intro": "AMS H Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0707210000020007", + "intro": "AMS H Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0705230000020007", + "intro": "AMS F Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0704220000020007", + "intro": "AMS E Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0706210000020007", + "intro": "AMS G Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "03009E0000030001", + "intro": "Detekteringsnivån för öppen dörr för detta utskriftsjobb kommer att ställas in som \"Meddelande\"." + }, + { + "ecode": "0702210000020007", + "intro": "AMS C Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0700230000020007", + "intro": "AMS A Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0701230000020007", + "intro": "AMS B Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0704200000020007", + "intro": "AMS E Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0705220000020007", + "intro": "AMS F Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0705200000020007", + "intro": "AMS F Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G Hall sensorn med utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0707230000020007", + "intro": "AMS H Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D Hall-sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0706220000020007", + "intro": "AMS G Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "03009D0000020001", + "intro": "Graverings laserns XY kalibrering av brännpunkten har misslyckats. Städa upp laserns mål område på laserplattformen och kör om kalibreringen av lasermodulens montering." + }, + { + "ecode": "0702230000020007", + "intro": "AMS C Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0701220000020007", + "intro": "AMS B Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0702220000020007", + "intro": "AMS C Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0703220000020007", + "intro": "AMS D Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0700210000020007", + "intro": "AMS A Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0700200000020007", + "intro": "AMS A Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F Hall sensorn med utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0704230000020007", + "intro": "AMS E Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G Hall sensorn för utmatning av fack 3 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0705210000020007", + "intro": "AMS F Hall sensorn för utmatning av fack 2 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B Hall sensorn för utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D Hall sensorn med utmatning av fack 4 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "0706200000020007", + "intro": "AMS G Hall sensorn för utmatning av fack 1 är frånkopplad. Det kan bero på dålig kontakt." + }, + { + "ecode": "03009D0000020002", + "intro": "Resultatet av XY kalibreringen av graverings laserns brännpunkt skiljer sig avsevärt från konstruktions värdena. Installera om lasermodulen och kör Laser Modul Setup på nytt." + }, + { + "ecode": "0C00010000010011", + "intro": "Kalibreringen av Live View-kameran misslyckades, kalibrera om. Se till att byggplattan är tom och att kameran view är tydlig och korrekt orienterad. Kontakta kundsupport om upprepade fel uppstår." + }, + { + "ecode": "0500040000010052", + "intro": "Säkerhetsnyckeln är inte inlagd. Följ Wiki guiden för att installera den." + }, + { + "ecode": "0500040000010051", + "intro": "Nödstopps knappen är inte i rätt position. Följ Wiki guiden för att installera den." + }, + { + "ecode": "0300090000010001", + "intro": "Extruderns servomotor har en öppen krets. Anslutningen kan vara lös eller så kan motorn ha gått sönder." + }, + { + "ecode": "0300090000010002", + "intro": "Extruderns servomotor har en kortslutning. Det kan ha gått isönder." + }, + { + "ecode": "0300090000010003", + "intro": "Motståndet i extruderns servomotor är onormalt; motorn kan ha gått sönder." + }, + { + "ecode": "0300160000010001", + "intro": "Extruderns servo motor onormal. Vilket kan orsakas av ett fel i hårdvaru samplingskretsen." + }, + { + "ecode": "0300410000010001", + "intro": "Systemspänningen är instabil. Utlöser skyddsfunktionen för strömavbrott." + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A dörrdetektering är onormal, Hall sensorns anslutning kan vara lös eller frånkopplad." + }, + { + "ecode": "07FF700000020003", + "intro": "Kontrollera om filamentet kommer ut ur nozzle. Om inte, tryck försiktigt på materialet och försök att extrudera igen." + }, + { + "ecode": "0300D00000010002", + "intro": "Kniv hållaren har fallit av; installera det igen." + }, + { + "ecode": "0300D00000010001", + "intro": "Skärmoduls basen har fallit av; installera den igen." + }, + { + "ecode": "0300280000010005", + "intro": "Z axelns nollställning misslyckades i skärläge. Kontrollera om det finns några främmande föremål i Z axelns slider och Z axelns synkrona remskiva." + }, + { + "ecode": "18FF600000020001", + "intro": "Den externa spolen kan vara trasslig eller ha fastnat." + }, + { + "ecode": "07FF600000020001", + "intro": "Den externa spolen kan vara trasslig eller ha fastnat." + }, + { + "ecode": "0500030000020020", + "intro": "USB minnet har inte tillräcklig kapacitet för att lagra utskriftsfiler." + }, + { + "ecode": "0702010000020006", + "intro": "AMS C Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0703010000020006", + "intro": "AMS D Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0705010000020006", + "intro": "AMS F Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0704010000020006", + "intro": "AMS E Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0701010000020006", + "intro": "AMS B Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0700010000020006", + "intro": "AMS A Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0706010000020006", + "intro": "AMS G Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707010000020006", + "intro": "AMS H Stöd motorns trefasledningar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0500040000020036", + "intro": "Ny skärmodul ansluten. För att säkerställa en mer exakt skärning, vänligen ställ in den före användning. (ca 3 minuter)" + }, + { + "ecode": "0500040000020035", + "intro": "Lasermodulen behöver kalibreras för att få rätt fokusposition. Utför monteringskalibrering före användning. (ca 2 minuter)" + }, + { + "ecode": "0300C30000010002", + "intro": "Strömsensorn för Filter Växel Klaff fungerar inte: detta kan bero på en öppen krets eller ett fel i hårdvarans provtagnings krets." + }, + { + "ecode": "0300A10000010001", + "intro": "Kammartemperaturen är för hög. Öppna toppluckan och frontluckan för att kyla ned eller sänk omgivningstemperaturen." + }, + { + "ecode": "0500010000030005", + "intro": "USB enheten är i skrivskyddat läge. Videoinspelning och Timelapse inspelning kan inte utföras. Se Wiki för hjälp." + }, + { + "ecode": "0500040000020038", + "intro": "Skjut in skärmodulen och fäst snabbkopplings spaken. Om modulen redan är installerad kanske den inte är korrekt inriktad. Försök att installera den igen." + }, + { + "ecode": "0500010000020002", + "intro": "Live View kameran är inte ansluten. Kontrollera maskinvaran och kabelanslutningarna." + }, + { + "ecode": "0500060000020034", + "intro": "Live View kameran är inte ansluten. Kontrollera maskinvaran och kabelanslutningarna." + }, + { + "ecode": "0300D00000010003", + "intro": "Skärmodul kabeln har lossnat; kontrollera kabelanslutningen." + }, + { + "ecode": "1805200000020009", + "intro": "Det gick inte att extrudera AMS-HT F Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1803200000020009", + "intro": "Det gick inte att extrudera AMS-HT D Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1805210000020009", + "intro": "Det gick inte att extrudera AMS-HT F Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804210000020009", + "intro": "Det gick inte att extrudera AMS-HT E Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804220000020009", + "intro": "Det gick inte att extrudera AMS-HT E Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1803210000020009", + "intro": "Det gick inte att extrudera AMS-HT D Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1806230000020009", + "intro": "Det gick inte att extrudera AMS-HT G Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1800220000020009", + "intro": "Det gick inte att extrudera AMS-HT A Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1807230000020009", + "intro": "Det gick inte att extrudera AMS-HT H Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1802200000020009", + "intro": "Det gick inte att extrudera AMS-HT C Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801210000020009", + "intro": "Det gick inte att extrudera AMS-HT B Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1807210000020009", + "intro": "Det gick inte att extrudera AMS-HT H Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1800210000020009", + "intro": "Det gick inte att extrudera AMS-HT A Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1802210000020009", + "intro": "Det gick inte att extrudera AMS-HT C Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1806220000020009", + "intro": "Det gick inte att extrudera AMS-HT G Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1806200000020009", + "intro": "Det gick inte att extrudera AMS-HT G Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804230000020009", + "intro": "Det gick inte att extrudera AMS-HT E Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801220000020009", + "intro": "Det gick inte att extrudera AMS-HT B Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1802220000020009", + "intro": "Det gick inte att extrudera AMS-HT C Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1803230000020009", + "intro": "Det gick inte att extrudera AMS-HT D Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1807200000020009", + "intro": "Det gick inte att extrudera AMS-HT H Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1800230000020009", + "intro": "Det gick inte att extrudera AMS-HT A Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1806210000020009", + "intro": "Det gick inte att extrudera AMS-HT G Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1805220000020009", + "intro": "Det gick inte att extrudera AMS-HT F Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1807220000020009", + "intro": "Det gick inte att extrudera AMS-HT H Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1803220000020009", + "intro": "Det gick inte att extrudera AMS-HT D Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1805230000020009", + "intro": "Det gick inte att extrudera AMS-HT F Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804200000020009", + "intro": "Det gick inte att extrudera AMS-HT E Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801200000020009", + "intro": "Det gick inte att extrudera AMS-HT B Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1800200000020009", + "intro": "Det gick inte att extrudera AMS-HT A Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1802230000020009", + "intro": "Det gick inte att extrudera AMS-HT C Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801230000020009", + "intro": "Det gick inte att extrudera AMS-HT B Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0C0003000002000E", + "intro": "Nozzle verkar vara täckt av fastnat eller igensatt material." + }, + { + "ecode": "0703200000030001", + "intro": "AMS D Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0705200000030001", + "intro": "AMS F Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704200000020005", + "intro": "AMS E Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0701130000010001", + "intro": "AMS B fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701200000020002", + "intro": "AMS B Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0701200000020005", + "intro": "AMS B Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; Kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0702100000010001", + "intro": "AMS C fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0702230000020002", + "intro": "AMS C Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0703200000020005", + "intro": "AMS D Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0703230000030001", + "intro": "AMS D Slot 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0703200000020008", + "intro": "AMS D Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800130000010001", + "intro": "AMS-HT A fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H Fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0705210000020005", + "intro": "AMS F Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705220000020002", + "intro": "AMS F Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H Hall sensorn för inmatning av Fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1804130000010001", + "intro": "AMS-HT E fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1805120000010001", + "intro": "AMS-HT F fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0706210000020008", + "intro": "AMS G Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705200000020002", + "intro": "AMS F Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0707100000010001", + "intro": "AMS H fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0704200000020004", + "intro": "AMS E Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1801130000010001", + "intro": "AMS-HT B fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1802110000020002", + "intro": "AMS-HT C fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0705130000010001", + "intro": "AMS F fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0703210000020008", + "intro": "AMS D Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0707210000020001", + "intro": "AMS H Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas bort." + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "0707220000030001", + "intro": "AMS H Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704120000010003", + "intro": "AMS E fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705120000010003", + "intro": "AMS F fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0704100000010003", + "intro": "AMS E fack 1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1807300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0704310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0705210000020009", + "intro": "Det gick inte att extrudera AMS F Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0707220000020009", + "intro": "Det gick inte att extrudera AMS H Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0707300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0700120000020002", + "intro": "The AMS A fack 3 motor är överbelastad. Filamentet kan ha trasslat sig eller fastnat." + }, + { + "ecode": "0700220000030001", + "intro": "AMS A Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0700230000030001", + "intro": "AMS A Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0701100000010001", + "intro": "AMS B fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701110000010003", + "intro": "AMS B fack 2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0701220000030002", + "intro": "AMS B Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702130000010001", + "intro": "AMS C fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0702220000030001", + "intro": "AMS C Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0703120000020002", + "intro": "AMS D fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller ha fastnat." + }, + { + "ecode": "0703130000020002", + "intro": "AMS D fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0703210000020003", + "intro": "AMS D Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "0703220000020001", + "intro": "AMS D Fack 3 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0705210000030002", + "intro": "AMS F Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0705210000020008", + "intro": "AMS F Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0707220000020005", + "intro": "AMS H Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801120000020002", + "intro": "AMS-HT B fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0707560000030001", + "intro": "AMS H genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0706130000010003", + "intro": "AMS G fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1804110000010001", + "intro": "AMS-HT E fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0707230000020008", + "intro": "AMS H Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704130000010001", + "intro": "AMS E fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H Hall sensorn för inmatning av Fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707200000020008", + "intro": "AMS H Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700100000010003", + "intro": "AMS A fack 1 motorns vridmomentkontroll fungerar inte som den ska. Strömsensorn kan vara defekt." + }, + { + "ecode": "0700220000020004", + "intro": "AMS A Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0701220000020001", + "intro": "AMS B Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0702230000020005", + "intro": "AMS C Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0703210000020001", + "intro": "AMS D Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0703220000020005", + "intro": "AMS D Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0703220000030001", + "intro": "AMS D Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT F fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1802110000010001", + "intro": "AMS-HT C fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701210000020008", + "intro": "AMS B Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801130000020002", + "intro": "AMS-HT B fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1803130000020002", + "intro": "AMS-HT D fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H Fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0705200000020004", + "intro": "AMS F Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0703560000030001", + "intro": "AMS D genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0704210000020003", + "intro": "AMS E Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704110000010001", + "intro": "AMS E fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0704210000030001", + "intro": "AMS E Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0706130000020002", + "intro": "AMS G fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0706110000010001", + "intro": "AMS G fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0706130000010001", + "intro": "AMS G fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807130000020002", + "intro": "AMS-HT H Fack 4 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0703220000020008", + "intro": "AMS D Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800400000020004", + "intro": "Filament buffertsignalen är onormal; Fjädern kan ha fastnat eller så kan filamentet vara trassligt." + }, + { + "ecode": "0704200000020009", + "intro": "Det gick inte att extrudera AMS E Fack 1 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1806300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0704310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1800310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0705310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1807310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1806350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0700220000020002", + "intro": "AMS A Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0701200000020004", + "intro": "AMS B Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0701230000030001", + "intro": "AMS B Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0702200000020002", + "intro": "AMS C Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0702210000020001", + "intro": "AMS C Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0702210000030001", + "intro": "AMS C Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0703110000010001", + "intro": "AMS D fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0703130000010003", + "intro": "AMS D fack 4 motorns vridmomentstyrning fungerar inte som den ska. Strömsensorn kan vara defekt." + }, + { + "ecode": "0703230000020001", + "intro": "AMS D Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0703230000020002", + "intro": "AMS D Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0700200000020008", + "intro": "AMS A Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701200000020008", + "intro": "AMS B Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707200000030001", + "intro": "AMS H Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704220000020005", + "intro": "AMS E Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705210000020001", + "intro": "AMS F Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802100000020002", + "intro": "AMS-HT C fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1805130000010001", + "intro": "AMS-HT F fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0707230000030002", + "intro": "AMS H Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0705100000020002", + "intro": "AMS F fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707220000020002", + "intro": "AMS H Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0704130000020002", + "intro": "AMS E fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0704230000020003", + "intro": "AMS E Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0706230000030001", + "intro": "AMS G Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0705210000020004", + "intro": "AMS F Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0704220000020001", + "intro": "AMS E Fack 3 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803120000010001", + "intro": "AMS-HT D fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0706210000020004", + "intro": "AMS G Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0707120000010001", + "intro": "AMS H fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801120000010001", + "intro": "AMS-HT B fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A Fack 4 filament har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706200000020003", + "intro": "AMS G Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0705200000020001", + "intro": "AMS F fack 1 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0707200000020003", + "intro": "AMS H Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "0706230000020001", + "intro": "AMS G Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H Fack 3 motorns vridmomentkontroll fungerar inte som den ska. Strömsensorn kan vara defekt." + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "0701230000020008", + "intro": "AMS B Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700110000020002", + "intro": "AMS A fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700200000020003", + "intro": "AMS A Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "0700200000020004", + "intro": "AMS A Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0700210000020001", + "intro": "AMS A Fack 2 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0701100000020002", + "intro": "AMS B fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701110000020002", + "intro": "AMS B fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701130000020002", + "intro": "AMS B fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701200000030001", + "intro": "AMS B Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0701230000030002", + "intro": "AMS B Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702200000020001", + "intro": "AMS C Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0703200000020001", + "intro": "AMS D Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0703210000030002", + "intro": "AMS D Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0703230000030002", + "intro": "AMS D Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1804120000010001", + "intro": "AMS-HT E fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1807110000020002", + "intro": "AMS-HT H Fack 2 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0707100000010003", + "intro": "AMS H fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706230000020004", + "intro": "AMS G Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0705220000020004", + "intro": "AMS F Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1800120000020002", + "intro": "AMS-HT A fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0706210000020002", + "intro": "AMS G Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0706220000020004", + "intro": "AMS G Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706220000020002", + "intro": "AMS G Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT A fack 2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E fack 2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704230000030002", + "intro": "AMS E Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E Fack 1 filament har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1800300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1804310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0705200000020009", + "intro": "Det gick inte att extrudera AMS F Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "18FF200000020002", + "intro": "Externt filament saknas; sätt i nytt filament." + }, + { + "ecode": "1807350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0705300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "18FF200000020001", + "intro": "Externa filamentet har tagit slut; sätt i nytt filament." + }, + { + "ecode": "1800450000020001", + "intro": "Sensorn för filament klippning fungerar dåligt. Kontrollera om kontakten är korrekt inkopplad." + }, + { + "ecode": "1805310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0704230000020009", + "intro": "Det gick inte att extrudera AMS E Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0707350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0700110000010001", + "intro": "AMS A fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701120000020002", + "intro": "AMS B fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701200000020001", + "intro": "AMS B Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0702200000020003", + "intro": "AMS C Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "0702210000020005", + "intro": "AMS C Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0703110000010003", + "intro": "AMS D fack 2 motorns vridmoment styrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0703210000020002", + "intro": "AMS D Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0700560000030001", + "intro": "AMS A genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1805120000020002", + "intro": "AMS-HT F fack 3 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0707220000020004", + "intro": "AMS H Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0704120000010001", + "intro": "AMS E fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0704210000020001", + "intro": "AMS E Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802130000010001", + "intro": "AMS-HT C fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0707230000030001", + "intro": "AMS H Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1800130000020002", + "intro": "AMS-HT A fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1801100000010001", + "intro": "AMS-HT B fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807100000020002", + "intro": "AMS-HT H Fack 1 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0707200000020002", + "intro": "AMS H Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1802120000020002", + "intro": "AMS-HT C fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705120000020002", + "intro": "AMS F fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H Hall sensorn för inmatning av Fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0700210000020003", + "intro": "AMS A Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "0700230000020003", + "intro": "AMS A Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0701200000030002", + "intro": "AMS B Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702130000010003", + "intro": "AMS C fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0703220000020003", + "intro": "AMS D Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "1803120000020002", + "intro": "AMS-HT D fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1801110000010001", + "intro": "AMS-HT B fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0706220000020001", + "intro": "AMS G Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706220000020005", + "intro": "AMS G Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806110000010001", + "intro": "AMS-HT G fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0707200000020004", + "intro": "AMS H Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0705130000020002", + "intro": "AMS F fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D Fack 3 ffilamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT A fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0704110000010003", + "intro": "AMS E fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804110000020002", + "intro": "AMS-HT E fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1805130000020002", + "intro": "AMS-HT F fack 4 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804130000020002", + "intro": "AMS-HT E fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0706210000020001", + "intro": "AMS G Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0705220000020005", + "intro": "AMS F Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0707220000020008", + "intro": "AMS H Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0706300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1800450000020002", + "intro": "Filament skärarens skäravstånd är för stort. XY-motorn kan förlora steg." + }, + { + "ecode": "1802300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1802310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1806310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1802300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0705230000020009", + "intro": "Det gick inte att extrudera AMS F Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0707310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0700100000010001", + "intro": "AMS A fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0700100000020002", + "intro": "AMS A fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700120000010001", + "intro": "AMS A fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0700130000010001", + "intro": "The AMS A fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0702110000020002", + "intro": "AMS C fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0702210000020004", + "intro": "AMS C Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0702220000020004", + "intro": "AMS C Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0702220000030002", + "intro": "AMS C Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705230000020002", + "intro": "AMS F Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A Fack 1 filament har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0706230000020008", + "intro": "AMS G Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707220000020001", + "intro": "AMS H Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0706200000020002", + "intro": "AMS G Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0702220000020008", + "intro": "AMS C Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0707230000020002", + "intro": "AMS H Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0707220000030002", + "intro": "AMS H Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0705100000010003", + "intro": "AMS F fack 1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D Fack 2 filament har tagit slut, och rensning av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704200000020002", + "intro": "AMS E Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0705220000030002", + "intro": "AMS F Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0700200000020001", + "intro": "AMS A Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0700210000030002", + "intro": "AMS A Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0701110000010001", + "intro": "AMS B fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701120000010003", + "intro": "AMS B fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0702230000020003", + "intro": "AMS C Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0704100000020002", + "intro": "AMS E fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0704560000030001", + "intro": "AMS E genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1803110000020002", + "intro": "AMS-HT D fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705110000010001", + "intro": "AMS F fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H Fack 2 filament har tagit slut, och rensning av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0707210000020008", + "intro": "AMS H Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1800120000010001", + "intro": "AMS-HT A fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707120000020002", + "intro": "AMS H fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705110000010003", + "intro": "AMS F fack 2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1807110000010001", + "intro": "AMS-HT H Fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "0706200000030001", + "intro": "AMS G Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0706220000030001", + "intro": "AMS G Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0706230000020009", + "intro": "Det gick inte att extrudera AMS G Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1804300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1802350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "18FF200000020004", + "intro": "Dra ut det externa filamentet ifrån extrudern." + }, + { + "ecode": "0705350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0706210000020009", + "intro": "Det gick inte att extrudera AMS G Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1805350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "18FF450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "0707300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1800300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B Fack 1 filament kan vara trasig i AMS." + }, + { + "ecode": "0702200000020004", + "intro": "AMS C Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0703100000010003", + "intro": "AMS D fack 1 motorns vridmoments kontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0703120000010001", + "intro": "AMS D fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0703230000020003", + "intro": "AMS D Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0705230000020004", + "intro": "AMS F Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707130000010003", + "intro": "AMS H fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0707220000020003", + "intro": "AMS H Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0706100000020002", + "intro": "AMS G fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704210000020004", + "intro": "AMS E Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706220000020003", + "intro": "AMS G Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0705220000030001", + "intro": "AMS F Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0707210000030001", + "intro": "AMS H Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0703230000020008", + "intro": "AMS D Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F Fack 1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704120000020002", + "intro": "AMS E fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705120000010001", + "intro": "AMS F fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A fack 1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0706110000010003", + "intro": "AMS G fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0707120000010003", + "intro": "AMS H fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705100000010001", + "intro": "AMS F fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0700130000020002", + "intro": "The AMS A fack 4 motor är överbelastad. Filamentet kan ha trasslat sig eller fastnat." + }, + { + "ecode": "0700220000020005", + "intro": "AMS A Fack 3 filamentet har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet sitter fast i verktygshuvudet." + }, + { + "ecode": "0700230000020001", + "intro": "AMS A Fack 4 filament har tagit slut. Sätt in ett nytt filament." + }, + { + "ecode": "0701210000020001", + "intro": "AMS B Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0701220000030001", + "intro": "AMS B Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0701230000020003", + "intro": "AMS B Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0702200000030002", + "intro": "AMS C Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702230000020001", + "intro": "AMS C Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0702230000020004", + "intro": "AMS C Fack 4 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0703100000010001", + "intro": "AMS D fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0703200000030002", + "intro": "AMS D Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0703230000020004", + "intro": "AMS D Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0703230000020005", + "intro": "AMS D Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1803100000020002", + "intro": "AMS-HT D fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0707130000020002", + "intro": "AMS H fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0700210000020008", + "intro": "AMS A Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801110000020002", + "intro": "AMS-HT B fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "0706110000020002", + "intro": "AMS G fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0706230000020005", + "intro": "AMS G Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705130000010003", + "intro": "AMS F fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B fack 2 motorns vridmomentstyrning fungerar inte som den ska. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E Fack 4 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706200000020001", + "intro": "AMS G Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0706120000010001", + "intro": "AMS G fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0706230000030002", + "intro": "AMS G Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1803310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1805300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0706310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1802310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0704350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0707210000020009", + "intro": "Det gick inte att extrudera AMS H Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "18FE450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "0701210000020005", + "intro": "AMS B fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0701210000030002", + "intro": "AMS B Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0701220000020002", + "intro": "AMS B Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0701230000020001", + "intro": "AMS B Fack 4 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0701230000020005", + "intro": "AMS B Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0702220000020002", + "intro": "AMS C Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0702230000030001", + "intro": "AMS C Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0703200000020003", + "intro": "AMS D Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "0702200000020008", + "intro": "AMS C Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707130000010001", + "intro": "AMS H fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0704220000020003", + "intro": "AMS E Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0704210000020002", + "intro": "AMS E Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; Kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706200000030002", + "intro": "AMS G Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0704130000010003", + "intro": "AMS E fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706560000030001", + "intro": "AMS G genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705230000020005", + "intro": "AMS F Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0706120000010003", + "intro": "AMS G fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0707210000020003", + "intro": "AMS H Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1806120000010001", + "intro": "AMS-HT G fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0704230000020008", + "intro": "AMS E Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800100000010001", + "intro": "AMS-HT A fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0705230000020003", + "intro": "AMS F Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0707110000010003", + "intro": "AMS H fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705210000020002", + "intro": "AMS F Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1806110000020002", + "intro": "AMS-HT G fack 2 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1806130000020002", + "intro": "AMS-HT G fack 4 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0700200000030002", + "intro": "AMS A Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0700210000020004", + "intro": "AMS A Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0700210000030001", + "intro": "AMS A Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0700220000020003", + "intro": "AMS A Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0700230000020002", + "intro": "AMS A Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0701100000010003", + "intro": "AMS B fack 1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0701210000020002", + "intro": "AMS B Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0703100000020002", + "intro": "AMS D fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0703220000020004", + "intro": "AMS D Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706100000010003", + "intro": "AMS G fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1802100000010001", + "intro": "AMS-HT C fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0706210000020003", + "intro": "AMS G Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "0704200000020001", + "intro": "AMS E Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706210000030002", + "intro": "AMS G Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1806100000020002", + "intro": "AMS-HT G fack 1 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E Fack 2 filament har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0704100000010001", + "intro": "AMS E fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0704210000020008", + "intro": "AMS E Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706120000020002", + "intro": "AMS G fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0707110000020002", + "intro": "AMS H fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704220000020004", + "intro": "AMS E Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706100000010001", + "intro": "AMS G fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1800110000020002", + "intro": "AMS-HT A fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0704230000020001", + "intro": "AMS E Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0704210000020005", + "intro": "AMS E Fack 2 filament har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1803130000010001", + "intro": "AMS-HT D fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1805300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0704300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0707230000020009", + "intro": "Det gick inte att extrudera AMS H Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1803300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1804310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1800310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "1803350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0704210000020009", + "intro": "Det gick inte att extrudera AMS E Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0700230000020004", + "intro": "AMS A Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0700230000020005", + "intro": "AMS A Fack 4 filamentet har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet sitter fast i verktygshuvudet." + }, + { + "ecode": "0701220000020005", + "intro": "AMS B Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; Kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0702120000010001", + "intro": "AMS C fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0702210000020002", + "intro": "AMS C Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0703220000030002", + "intro": "AMS D Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1804120000020002", + "intro": "AMS-HT E fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705230000020008", + "intro": "AMS F Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707230000020005", + "intro": "AMS H Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0707200000020005", + "intro": "AMS H Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705210000020003", + "intro": "AMS F Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "0705210000030001", + "intro": "AMS F Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0705220000020008", + "intro": "AMS F Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802120000010001", + "intro": "AMS-HT C fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0707210000020005", + "intro": "AMS H Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0700120000010003", + "intro": "AMS A fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0700200000030001", + "intro": "AMS A Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0700210000020005", + "intro": "AMS A Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; Kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0700230000030002", + "intro": "AMS A Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0701220000020003", + "intro": "AMS B Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0702220000020001", + "intro": "AMS C Fack 3 filamentet har tagit slut. Sätt i nytt filament." + }, + { + "ecode": "0702220000020003", + "intro": "AMS C Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "0703120000010003", + "intro": "AMS D fack 3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1801100000020002", + "intro": "AMS-HT B fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1806100000010001", + "intro": "AMS-HT G fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1805110000010001", + "intro": "AMS-HT F fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1803110000010001", + "intro": "AMS-HT D fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807120000020002", + "intro": "AMS-HT H Fack 3 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0707200000030002", + "intro": "AMS H Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E Fack 1 filamentet kan vara trasigt i AMS-HT." + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G Fack 3 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1807130000010001", + "intro": "AMS-HT H Fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0707230000020001", + "intro": "AMS H Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0707210000020002", + "intro": "AMS H Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0704200000030002", + "intro": "AMS E Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0705220000020001", + "intro": "AMS F Fack 3 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C Fack 4 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0704300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0704220000020009", + "intro": "Det gick inte att extrudera AMS E Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0706310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1800350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "1806300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0707310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0705300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0707200000020009", + "intro": "Det gick inte att extrudera AMS H Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1801300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0706220000020009", + "intro": "Det gick inte att extrudera AMS G Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1800400000020003", + "intro": "AMS Hub kommunikationen är onormal; kabeln kan vara dåligt ansluten." + }, + { + "ecode": "0706350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0705310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0700200000020005", + "intro": "AMS A Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0700220000030002", + "intro": "AMS A Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0701220000020004", + "intro": "AMS B Fack 3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0701230000020004", + "intro": "AMS B Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0702130000020002", + "intro": "AMS C fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0702200000020005", + "intro": "AMS C Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; Kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B Fack 2 filament har tagit slut, och rensning av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E Fack 3 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1805100000020002", + "intro": "AMS-HT F fack 1 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704220000020002", + "intro": "AMS E Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0704210000030002", + "intro": "AMS E Fack 2 ffilamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0706200000020008", + "intro": "AMS G Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807100000010001", + "intro": "AMS-HT H Fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1804100000020002", + "intro": "AMS-HT E fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804100000010001", + "intro": "AMS-HT E fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807120000010001", + "intro": "AMS-HT H Fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0705200000020008", + "intro": "AMS F Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704230000030001", + "intro": "AMS E Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704220000030001", + "intro": "AMS E Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0701560000030001", + "intro": "AMS B genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704200000020003", + "intro": "AMS E Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT A fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0707100000020002", + "intro": "AMS H fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705230000030002", + "intro": "AMS F Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0706220000030002", + "intro": "AMS G Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0704230000020005", + "intro": "AMS E Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0704200000020008", + "intro": "AMS E Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707210000020004", + "intro": "AMS H Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0700220000020008", + "intro": "AMS A Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0705110000020002", + "intro": "AMS F fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700110000010003", + "intro": "AMS A fack 2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0700210000020002", + "intro": "AMS A Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0701120000010001", + "intro": "AMS B fack 3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0701130000010003", + "intro": "AMS B fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0701210000020003", + "intro": "AMS B Fack 2 filament kan vara trasigt i AMS." + }, + { + "ecode": "0702100000020002", + "intro": "AMS C fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0702120000010003", + "intro": "AMS C fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0702210000020003", + "intro": "AMS C Fack 2 filament kan vara trasig i AMS." + }, + { + "ecode": "0702220000020005", + "intro": "AMS C Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0703110000020002", + "intro": "AMS D fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0703130000010001", + "intro": "AMS D fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0703200000020002", + "intro": "AMS D Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0703210000030001", + "intro": "AMS D Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F Fack 3 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0700230000020008", + "intro": "AMS A Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G Fack 2 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B Fack 3 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1800110000010001", + "intro": "AMS-HT A fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0706220000020008", + "intro": "AMS G Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B Fack 4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C Fack 2 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E Fack 4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0702210000020008", + "intro": "AMS C Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1805100000010001", + "intro": "AMS-HT F fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A Fack 3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0704220000020008", + "intro": "AMS E Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706200000020005", + "intro": "AMS G Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A Fack 2 filament har tagit slut, och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1804300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1803310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1801310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "1800450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "1807300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0705220000020009", + "intro": "Det gick inte att extrudera AMS F Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700220000020001", + "intro": "AMS A Fack 3 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "0701210000030001", + "intro": "AMS B Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0701230000020002", + "intro": "AMS B Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0703200000020004", + "intro": "AMS D Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0703210000020005", + "intro": "AMS D Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800100000020002", + "intro": "AMS-HT A fack 1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0707210000030002", + "intro": "AMS H Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702230000020008", + "intro": "AMS C Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B Fack 1 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1802130000020002", + "intro": "AMS-HT C fack 4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A Fack 1 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706210000020005", + "intro": "AMS G Fack 2 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "0705230000020001", + "intro": "AMS F Fack 4 filament har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704220000030002", + "intro": "AMS E Fack 3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1806130000010001", + "intro": "AMS-HT G fack 4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H Fack 2 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E Fack 2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C Hall sensorn för inmatning av fack 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706210000030001", + "intro": "AMS G Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0705200000030002", + "intro": "AMS F Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0707200000020001", + "intro": "AMS H Fack 1 filamentet har tagit slut. Sätt i ett nytt filament." + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F Fack 2 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0704230000020002", + "intro": "AMS E Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0706230000020002", + "intro": "AMS G Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706230000020003", + "intro": "AMS G Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0704230000020004", + "intro": "AMS E Fack 4 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0702560000030001", + "intro": "AMS C genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D Hall sensorn för inmatning av fack 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A Fack 4 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "1806120000020002", + "intro": "AMS-HT G fack 3 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705230000030001", + "intro": "AMS F Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1805110000020002", + "intro": "AMS-HT F fack 2 stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0707230000020003", + "intro": "AMS H Fack 4 filament kan vara trasigt i AMS." + }, + { + "ecode": "0700130000010003", + "intro": "AMS A Fack 4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0701210000020004", + "intro": "AMS B Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0702100000010003", + "intro": "AMS C fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0702110000010001", + "intro": "AMS C fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0702110000010003", + "intro": "AMS C fack 2 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0702120000020002", + "intro": "AMS C fack 3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0702200000030001", + "intro": "AMS C Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0702210000030002", + "intro": "AMS C Fack 2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0702230000030002", + "intro": "AMS C Fack 4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "0703210000020004", + "intro": "AMS D Fack 2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0703220000020002", + "intro": "AMS D Fack 3 är tom; sätt i ett nytt filament." + }, + { + "ecode": "0707110000010001", + "intro": "AMS H fack 2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H fack 4 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0701220000020008", + "intro": "AMS B Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D Hall sensorn för inmatning av fack 3 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705200000020005", + "intro": "AMS F Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G Fack 3 filament kan vara trasigt i AMS-HT." + }, + { + "ecode": "0705200000020003", + "intro": "AMS F Fack 1 filament kan vara trasigt i AMS." + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C fack 3 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B Fack 4 är tom; sätt i ett nytt filament." + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F Fack 4 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G Fack 1 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E Hall sensorn för inmatning av fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706200000020004", + "intro": "AMS G Fack 1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0705560000030001", + "intro": "AMS F genomgår torr kylning; vänta tills den svalnar innan du använder den." + }, + { + "ecode": "0705220000020003", + "intro": "AMS F Fack 3 filament kan vara trasigt i AMS." + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H Fack 1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H Hall sensorn för inmatning av Fack 4 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D fack 1 motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0704110000020002", + "intro": "AMS E fack 2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704200000030001", + "intro": "AMS E Fack 1 filament har tagit slut. Vänta medan gammalt filament rensas." + }, + { + "ecode": "0707230000020004", + "intro": "AMS H Fack 4 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1803100000010001", + "intro": "AMS-HT D fack 1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0706200000020009", + "intro": "Det gick inte att extrudera AMS G Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1807310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0706300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0300C20000010002", + "intro": "Hallsensor för Filter Växel Klaffen fungerar inte: kontrollera om kablarna är lösa." + }, + { + "ecode": "0C00010000010010", + "intro": "Kalibreringen av Live View kameran misslyckades. Kontrollera om heatbed är ren och se till att kamerabilden är tydlig och smutsfri. Efter dessa steg, kalibrera om." + }, + { + "ecode": "0C0001000001000F", + "intro": "Kalibreringen av Live View kameran misslyckades. Starta om enheterna eller uppdatera firmware." + }, + { + "ecode": "0C00010000010013", + "intro": "Kalibreringen av Live View kameran misslyckades och Live View kamerans serienummer kan inte läsas. Vänligen kontakta kundtjänst." + }, + { + "ecode": "050004000001004F", + "intro": "Okänd modul upptäcktes, försök att uppdatera firmware till den senaste versionen." + }, + { + "ecode": "0C00040000010020", + "intro": "Den visuella markören på heatbed är skadad, kontakta kundservice." + }, + { + "ecode": "0C00030000020013", + "intro": "Detektering av främmande föremål fungerar inte. Starta om enheterna eller uppdatera firmware." + }, + { + "ecode": "1200300000010004", + "intro": "RFID kan inte läsas på grund av ett fel på krypteringschipet i AMS A." + }, + { + "ecode": "1201300000010004", + "intro": "RFID kan inte läsas på grund av ett fel på krypteringschipet i AMS B." + }, + { + "ecode": "1202300000010004", + "intro": "RFID kan inte läsas på grund av ett fel på krypteringschipet i AMS C." + }, + { + "ecode": "1203300000010004", + "intro": "RFID kan inte läsas på grund av ett fel på krypteringschipet i AMS D." + }, + { + "ecode": "0702970000030001", + "intro": "AMS C kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0703970000030001", + "intro": "AMS D kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0700970000030001", + "intro": "AMS kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0701970000030001", + "intro": "AMS B kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0704970000030001", + "intro": "AMS E kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0706970000030001", + "intro": "AMS G kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0705970000030001", + "intro": "AMS F kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "0707970000030001", + "intro": "AMS H kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G kammar temperatur är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B kammar temperaturen är för hög; extra matning eller RFID-avläsning är för närvarande inte tillåtet." + }, + { + "ecode": "07FF450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "07FE450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0701960000020002", + "intro": "AMS B Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0500050000010001", + "intro": "AP-kortets fabriksdata är onormala; byt ut AP-kortet med ett nytt." + }, + { + "ecode": "0702960000020002", + "intro": "AMS C Omgivningstemperaturen är för låg, vilket kommer att påverka tork förmågan." + }, + { + "ecode": "0703960000010003", + "intro": "AMS D Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0500400000010039", + "intro": "Lasermodul Serienummer fel" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0703960000020002", + "intro": "AMS D Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0500400000010040", + "intro": "Skärmodul Serienummer fel" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0700960000010003", + "intro": "AMS A Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0300180000010006", + "intro": "Värmebäddens utjämningsdata är onormala. Kontrollera om det finns några främmande föremål på värmebädden och Z-skjutreglaget. Om så är fallet, ta bort dem och försök igen." + }, + { + "ecode": "0500010000030004", + "intro": "Inte tillräckligt med utrymme på USB minnet; frigör lite utrymme." + }, + { + "ecode": "0707960000020002", + "intro": "AMS H Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0704960000010003", + "intro": "AMS E Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0707960000010003", + "intro": "AMS H Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0704960000020002", + "intro": "AMS E Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0705960000010003", + "intro": "AMS F Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0705960000020002", + "intro": "AMS F Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0706960000010003", + "intro": "AMS G Det går inte att börja torka; dra ut filamentet från filamentnavet och försök igen." + }, + { + "ecode": "0706960000020002", + "intro": "AMS G Omgivningstemperaturen är för låg, vilket kommer att påverka torkförmågan." + }, + { + "ecode": "0300180000010003", + "intro": "Sensorn för extruderingskraften är inte tillgänglig; länken mellan MC och TH kan vara bruten eller så kan sensorn vara trasig." + }, + { + "ecode": "0500020000020003", + "intro": "Det gick inte att ansluta till internet; kontrollera nätverksanslutningen." + }, + { + "ecode": "0700310000020002", + "intro": "RFID-taggen på AMS A Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0703300000020002", + "intro": "RFID-taggen på AMS D Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0700800000010003", + "intro": "AMS A Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0300960000010001", + "intro": "Front dörren verkar vara öppen; uppgiften har pausats." + }, + { + "ecode": "0703900000010003", + "intro": "AMS D Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700800000010002", + "intro": "AMS A Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806310000020002", + "intro": "RFID-taggen på AMS-HT G Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0705010000020008", + "intro": "AMS F Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805330000020002", + "intro": "RFID-taggen på AMS-HT F Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0705320000020002", + "intro": "RFID-taggen på AMS F Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "030001000001000D", + "intro": "En avvikelse inträffade i värmemoduler av värmebädd tidigare. För att fortsätta använda din skrivare, se wikin för att felsöka." + }, + { + "ecode": "0300040000020001", + "intro": "Kylfläktens hastighet är för långsam eller har stannat. Den kan ha fastnat eller så är kontakten inte ordentligt inkopplad." + }, + { + "ecode": "0300080000010003", + "intro": "Motståndet i Motor-Z är onormalt; motorn kan ha gått sönder." + }, + { + "ecode": "0500040000010002", + "intro": "Det gick inte att rapportera utskriftsstatus; kontrollera din nätverksanslutning." + }, + { + "ecode": "0500040000030008", + "intro": "Dörren verkar vara öppen." + }, + { + "ecode": "0500040000030009", + "intro": "Bäddtemperaturen överskrider filamentets förglasningstemperatur, vilket kan orsaka igensättning av nozzeln. Håll printerns främre dörr öppen. Avkänningen av öppen dörr har tillfälligt stängts av." + }, + { + "ecode": "0500050000030002", + "intro": "Enheten är i konstruktionsstadiet; var uppmärksam på informationssäkerhets relaterade frågor." + }, + { + "ecode": "0700300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0701310000020002", + "intro": "RFID-taggen på AMS B Fack2 är skadad eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0702310000020002", + "intro": "RFID-taggen på AMS C Fack2 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0703310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0C00020000010005", + "intro": "En ny Micro Lidar har upptäckts. Kalibrera den på kalibrerings sidan före användning." + }, + { + "ecode": "12FF200000020004", + "intro": "Dra ut filamentet på spolhållaren från extrudern." + }, + { + "ecode": "0702950000010001", + "intro": "AMS C Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0702010000020008", + "intro": "AMS C Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0703910000010003", + "intro": "AMS D Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0702810000010003", + "intro": "AMS C Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0702350000010002", + "intro": "AMS C Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701010000020007", + "intro": "AMS B Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0C00040000010011", + "intro": "Det gick inte att mäta materialtjocklek: enhets parametrar onormala; installera BirdsEye kameran igen." + }, + { + "ecode": "0C0003000002000C", + "intro": "Byggplattans lokaliserings markör upptäcktes inte. Kontrollera om byggplattan är korrekt inriktad." + }, + { + "ecode": "0702900000010003", + "intro": "AMS C Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700810000010002", + "intro": "AMS A Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0300A20000010001", + "intro": "MC-modulens temperatur är för hög, möjligen på grund av skrivarens höga kammartemperatur. Du kan försöka sänka omgivningstemperaturen före användning." + }, + { + "ecode": "0300360000010001", + "intro": "Kammarens värmecirkulations fläkthastighet är för långsam eller stoppad. Den kan ha fastnat eller så kanske kontakten inte är ordentligt ansluten." + }, + { + "ecode": "0C00040000010013", + "intro": "Exponerings parametrarna för BirdsEye kameran är inte effektiva. Försök igen." + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705950000010001", + "intro": "AMS F Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706350000010002", + "intro": "AMS G Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C Värmare 1 är bortkopplad, det kan bero på dålig kontakt." + }, + { + "ecode": "0704950000010001", + "intro": "AMS E Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802310000020002", + "intro": "RFID-taggen på AMS-HT C Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0707800000010003", + "intro": "AMS H Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0707300000020002", + "intro": "RFID-taggen på AMS H Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0707810000010003", + "intro": "AMS H Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0705940000010001", + "intro": "AMS F Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707310000020002", + "intro": "RFID-taggen på AMS H Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707950000010001", + "intro": "AMS H Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800330000020002", + "intro": "RFID-taggen på AMS-HT A Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0705310000020002", + "intro": "RFID-taggen på AMS F Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706910000010003", + "intro": "AMS G Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706940000010001", + "intro": "AMS G Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0705300000020002", + "intro": "RFID-taggen på AMS Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807310000020002", + "intro": "RFID-taggen på AMS-HT H Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D Värmare 1 är bortkopplad, det kan vara dålig kontakt." + }, + { + "ecode": "1801330000020002", + "intro": "RFID-taggen på AMS-HT B Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1804310000020002", + "intro": "RFID-taggen på AMS-HT E Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1801320000020002", + "intro": "RFID-taggen på AMS-HT B Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "03001B0000010002", + "intro": "Extern störning detekterades på värmebäddens accelerationssensor. Sensorns signalkabel kanske inte är fastsatt." + }, + { + "ecode": "030091000001000C", + "intro": "Kammarvärmaren 1 har arbetat med full belastning under en längre tid. Temperaturkontroll systemet kan vara onormalt." + }, + { + "ecode": "0300940000030001", + "intro": "Kylningen av kammaren kan vara för långsam. Du kan öppna frontluckan eller det övre locket för att påskynda kylningen om luften i kammaren är giftfri." + }, + { + "ecode": "0500020000020005", + "intro": "Det gick inte att ansluta till internet; kontrollera nätverksanslutningen." + }, + { + "ecode": "0500040000010003", + "intro": "Innehållet i utskriftsfilen är oläsligt. Skicka utskriftsjobbet igen." + }, + { + "ecode": "0500050000010006", + "intro": "AP-kortets fabriksdata är onormala; byt ut AP-kortet med ett nytt." + }, + { + "ecode": "0700330000020002", + "intro": "RFID-taggen på AMS A Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0701300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0701330000020002", + "intro": "RFID-taggen på AMS B Fack4 är skadad eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0702300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0702300000020002", + "intro": "RFID-taggen på AMS C Fack1 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0702320000020002", + "intro": "RFID-taggen på AMS C Fack3 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0702330000020002", + "intro": "RFID-taggen på AMS C Fack4 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0703310000020002", + "intro": "RFID-taggen på AMS D Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0C0001000001000B", + "intro": "Det gick inte att kalibrera Micro Lidar. Kontrollera att kalibrerings diagrammet är rent och att det inte är täckt. Kör sedan kalibrering av maskinen igen." + }, + { + "ecode": "0702810000010002", + "intro": "AMS C Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0703010000020008", + "intro": "AMS D Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "050003000001000A", + "intro": "Systemtillståndet är onormalt; återställ till fabriksinställningarna." + }, + { + "ecode": "0702800000010003", + "intro": "AMS C Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0701350000010002", + "intro": "AMS B Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0702940000010001", + "intro": "AMS C Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700010000020008", + "intro": "AMS A Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "030001000001000E", + "intro": "Strömförsörjnings spänningen stämmer inte överens med maskinen; värmebädden har stängts av." + }, + { + "ecode": "0703810000010003", + "intro": "AMS D Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0706330000020002", + "intro": "RFID-taggen på AMS G Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1805310000020002", + "intro": "RFID-taggen på AMS-HT F Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707800000010002", + "intro": "AMS H Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706800000010002", + "intro": "AMS G Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805320000020002", + "intro": "RFID-taggen på AMS-HT F Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0704310000020002", + "intro": "RFID-taggen på AMS E Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0705810000010003", + "intro": "AMS F Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0704350000010002", + "intro": "AMS E Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705910000010003", + "intro": "AMS F Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707910000010003", + "intro": "AMS H Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801310000020002", + "intro": "RFID-taggen på AMS-HT B Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0704800000010002", + "intro": "AMS E Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706010000020007", + "intro": "AMS G Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0706810000010003", + "intro": "AMS G Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706810000010002", + "intro": "AMS G Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706320000020002", + "intro": "RFID-taggen på AMS G Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0705800000010002", + "intro": "AMS F Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706800000010003", + "intro": "AMS G Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0707010000020008", + "intro": "AMS H Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0704810000010002", + "intro": "AMS E Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806300000020002", + "intro": "RFID-taggen på AMS-HT G Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804320000020002", + "intro": "RFID-taggen på AMS-HT E Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706310000020002", + "intro": "RFID-taggen på AMS G Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0705330000020002", + "intro": "RFID-taggen på AMS F Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0300010000010008", + "intro": "En abnormitet uppstår under värmebäddens uppvärmning; värmemodulerna kan vara trasiga." + }, + { + "ecode": "0300020000010006", + "intro": "Nozzel temperaturen är onormal; sensorn kan ha en kortslutning. Kontrollera om kontakten är ordentligt ansluten." + }, + { + "ecode": "0700320000020002", + "intro": "RFID-taggen på AMS A Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0700400000020004", + "intro": "Filament buffertsignalen är onormal; Fjädern kan ha fastnat eller så kan filamentet vara trassligt." + }, + { + "ecode": "0702310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0703300000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0C0003000002000F", + "intro": "Delar hoppas över före kontroll av första lagret; kontrollen stöds inte för den aktuella utskriften." + }, + { + "ecode": "12FF200000020006", + "intro": "Det gick inte att extrudera filamentet; extrudern kan vara igensatt." + }, + { + "ecode": "0C00040000010014", + "intro": "Skärskydds basen upptäcktes inte, vilket\nkan leda till skador på heatbed. Placera den och fortsätt." + }, + { + "ecode": "0703950000010001", + "intro": "AMS D Temperaturgivaren i värmare 2 fungerar inte som den ska, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0703350000010002", + "intro": "AMS D Fuktsensorn är bortkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701910000010003", + "intro": "AMS B Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700940000010001", + "intro": "AMS A Temperaturgivaren på värmare 1 fungerar inte som den ska, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700350000010002", + "intro": "AMS A Fuktsensorn är bortkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0703810000010002", + "intro": "AMS D Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0700010000020007", + "intro": "AMS A Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0701800000010002", + "intro": "AMS B Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0703940000010001", + "intro": "AMS D Temperaturgivaren för värmare 1 fungerar inte som den ska, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701800000010003", + "intro": "AMS B Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0700910000010003", + "intro": "AMS A Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0703010000020007", + "intro": "AMS D Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0300090000020002", + "intro": "Extruderingsmotståndet är onormalt. Extrudern kan vara igensatt eller så kan filament ha fastnat i verktygshuvudet." + }, + { + "ecode": "0300310000010001", + "intro": "Hastigheten för delkyl fläkten är för långsam eller stoppad. Den kan ha fastnat eller så kanske kontakten inte är ordentligt ansluten." + }, + { + "ecode": "0702010000020007", + "intro": "AMS C Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804330000020002", + "intro": "RFID-taggen på AMS-HT E Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706010000020008", + "intro": "AMS G Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0704800000010003", + "intro": "AMS E Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707010000020007", + "intro": "AMS H Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803310000020002", + "intro": "RFID-taggen på AMS-HT D Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1802300000020002", + "intro": "RFID-taggen på AMS-HT C Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1807320000020002", + "intro": "RFID-taggen på AMS-HT H Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0707900000010003", + "intro": "AMS H Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704900000010003", + "intro": "AMS E Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705010000020007", + "intro": "AMS F Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704300000020002", + "intro": "RFID-taggen på AMS E Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706900000010003", + "intro": "AMS G Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803300000020002", + "intro": "RFID-taggen på AMS-HT D Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806320000020002", + "intro": "RFID-taggen på AMS-HT G Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705800000010003", + "intro": "AMS F Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1800300000020002", + "intro": "RFID-taggen på AMS-HT A Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "030001000001000A", + "intro": "Värmebäddens temperaturkontroll är onormal; AC-kortet kan vara trasigt." + }, + { + "ecode": "0300030000010001", + "intro": "Hotend fläkten är för långsam eller har stannat. Den kan ha fastnat eller så är kontakten inte ordentligt inkopplad." + }, + { + "ecode": "0300060000010003", + "intro": "Motståndet hos Motor-A är onormalt; motorn kan ha gått sönder." + }, + { + "ecode": "0300070000010003", + "intro": "Motståndet hos Motor-B är onormalt; motorn kan ha gått sönder." + }, + { + "ecode": "03001A0000020001", + "intro": "Nozzeln är täckt av filament, eller så är byggplattan sned." + }, + { + "ecode": "03001D0000010001", + "intro": "Extruderings motorns positionssensor är onormal. Anslutningen till sensorn kan vara lös." + }, + { + "ecode": "0500040000010001", + "intro": "Det gick inte att ladda ned utskriftsjobbet. Kontrollera din nätverksanslutning." + }, + { + "ecode": "0700300000020002", + "intro": "RFID-taggen på AMS A Fack1 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0701320000020002", + "intro": "RFID-taggen på AMS B Fack3 är skadad eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0703320000020002", + "intro": "RFID-taggen på AMS D Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0703330000020002", + "intro": "RFID-taggen på AMS D Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0C00010000020007", + "intro": "Micro Lidars laser parametrar har avvikit. Kalibrera om din skrivare." + }, + { + "ecode": "0C00020000020004", + "intro": "Nozzle höjden verkar vara för låg. Kontrollera om nozzlen är slitet eller lutar. Kalibrera om Lidar om nozzle har bytts ut." + }, + { + "ecode": "0C00020000020009", + "intro": "Den vertikala lasern är inte tillräckligt ljusstark i målsöknings position. Rengör eller byt ut heatbed om detta meddelande visas upprepade gånger." + }, + { + "ecode": "0C00030000020010", + "intro": "Främmande föremål upptäcks på heatbed; kontrollera och rengör värmebädden." + }, + { + "ecode": "0703800000010002", + "intro": "AMS D Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701010000020008", + "intro": "AMS B Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0500040000020033", + "intro": "Anslut modul kontakten." + }, + { + "ecode": "0700950000010001", + "intro": "AMS A Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0C00040000010010", + "intro": "Det gick inte att mäta material tjockleken på grund av fel på lasermodulen." + }, + { + "ecode": "0700810000010003", + "intro": "AMS A Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0700900000010003", + "intro": "AMS A Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701900000010003", + "intro": "AMS B Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701950000010001", + "intro": "AMS B Temperaturgivaren i värmare 2 fungerar inte som den ska, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704010000020008", + "intro": "AMS E Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0704810000010003", + "intro": "AMS E Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0706300000020002", + "intro": "RFID-taggen på AMS G Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0707350000010002", + "intro": "AMS H Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801300000020002", + "intro": "RFID-taggen på AMS-HT B Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "1804300000020002", + "intro": "RFID-taggen på AMS-HT E Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0704940000010001", + "intro": "AMS E Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0705810000010002", + "intro": "AMS F Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1807300000020002", + "intro": "RFID-taggen på AMS-HT H Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0705350000010002", + "intro": "AMS F Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0706950000010001", + "intro": "AMS G Temperaturgivaren på värmare 2 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1802320000020002", + "intro": "RFID-taggen på AMS-HT C Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704330000020002", + "intro": "RFID-taggen på AMS E Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1802330000020002", + "intro": "RFID-taggen på AMS-HT C Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704910000010003", + "intro": "AMS E Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707940000010001", + "intro": "AMS H Temperaturgivaren på värmare 1 fungerar inte, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0500020000020001", + "intro": "Det gick inte att ansluta till internet. Kontrollera nätverksanslutningen." + }, + { + "ecode": "0500040000010006", + "intro": "Det gick inte att återuppta föregående utskrift" + }, + { + "ecode": "0700310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0700400000020003", + "intro": "AMS Hub kommunikationen är onormal; kabeln kan vara dåligt ansluten." + }, + { + "ecode": "0701300000020002", + "intro": "RFID-taggen på AMS B Fack1 är skadad eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "0701310000010004", + "intro": "Fel på krypterings chipet" + }, + { + "ecode": "0C00020000020003", + "intro": "Den horisontella lasern är inte tillräckligt ljusstark i målsöknings position. Rengör eller byt ut heatbed om detta meddelande visas upprepade gånger." + }, + { + "ecode": "0C00020000020007", + "intro": "Den vertikala lasern lyser inte. Kontrollera om det är täckt eller om hårdvaruanslutningen har ett problem." + }, + { + "ecode": "0702910000010003", + "intro": "AMS C Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701810000010003", + "intro": "AMS B Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0300090000020003", + "intro": "Extrudern extruderar på ett onormalt sätt. Den kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0703800000010003", + "intro": "AMS D Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0701940000010001", + "intro": "AMS B Temperaturgivaren för värmare 1 fungerar inte som den ska, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0701810000010002", + "intro": "AMS B Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0702800000010002", + "intro": "AMS C Värmare 1 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803330000020002", + "intro": "RFID-taggen på AMS-HT D Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1806330000020002", + "intro": "RFID-taggen på AMS-HT G Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C Stöd motorns faslindning har en öppen krets. Stöd motorn kan vara defekt." + }, + { + "ecode": "0705900000010003", + "intro": "AMS F Utsugs ventil 1 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D Utsugs ventil 2 är inte ansluten, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0704010000020007", + "intro": "AMS E Stöd motorns kablar är inte anslutna. Stöd motorn kan ha dålig kontakt." + }, + { + "ecode": "0707320000020002", + "intro": "RFID-taggen på AMS H Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0707330000020002", + "intro": "RFID-taggen på AMS H Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1805300000020002", + "intro": "RFID-taggen på AMS-HT F Fack1 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "0707810000010002", + "intro": "AMS H Värmare 2 är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G Fuktsensorn är frånkopplad, vilket kan bero på dålig kontakt." + }, + { + "ecode": "0704320000020002", + "intro": "RFID-taggen på AMS E Fack3 är skadad, eller så kan dess innehåll inte identifieras." + }, + { + "ecode": "1800320000020002", + "intro": "RFID-taggen på AMS-HT A Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1803320000020002", + "intro": "RFID-taggen på AMS-HT D Fack3 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1807330000020002", + "intro": "RFID-taggen på AMS-HT H Fack4 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1800310000020002", + "intro": "RFID-taggen på AMS-HT A Fack2 är skadad eller dess innehåll kan inte identifieras." + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F Värmare 1 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B Värmare 2 är kortsluten, vilket kan bero på kortslutning eller värmeskador." + }, + { + "ecode": "0703200000020009", + "intro": "Det gick inte att extrudera AMS D Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0702230000020009", + "intro": "Det gick inte att extrudera AMS C Fack 4 filamentet; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700200000020009", + "intro": "Det gick inte att extrudera AMS A Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0701220000020009", + "intro": "Det gick inte att extrudera AMS B Fack 3 filament; extrudern kan vara igensatt eller så är filamentet för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0701230000020009", + "intro": "Det gick inte att extrudera AMS B Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0701200000020009", + "intro": "Det gick inte att extrudera AMS B Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0701210000020009", + "intro": "Det gick inte att extrudera AMS B Fack 2 filament; extrudern kan vara igensatt eller så är filamentet för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0702220000020009", + "intro": "Det gick inte att extrudera AMS C Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700210000020009", + "intro": "Det gick inte att extrudera AMS A Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0702210000020009", + "intro": "Det gick inte att extrudera AMS C Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0703230000020009", + "intro": "Det gick inte att extrudera AMS D Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0702200000020009", + "intro": "Det gick inte att extrudera AMS C Fack 1 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700220000020009", + "intro": "Det gick inte att extrudera AMS A Fack 3 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0703220000020009", + "intro": "Det gick inte att extrudera AMS D Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0703210000020009", + "intro": "Det gick inte att extrudera AMS D Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700230000020009", + "intro": "Det gick inte att extrudera AMS A Fack 4 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700310000010001", + "intro": "AMS A RFID 2 kortet har ett fel." + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706120000020004", + "intro": "AMS G Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1800310000010001", + "intro": "AMS-HT A RFID 2 kortet har ett fel." + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1801300000010001", + "intro": "AMS-HT B RFID 1 kortet har ett fel." + }, + { + "ecode": "0702310000010001", + "intro": "AMS C RFID 2 kortet har ett fel." + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0706130000020004", + "intro": "AMS G Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707020000020002", + "intro": "AMS H Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "0704010000020011", + "intro": "AMS E Parametern för motorassistans har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0707010000020011", + "intro": "AMS H Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT C stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0707930000010001", + "intro": "AMS H Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0704010000020002", + "intro": "AMS E stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT A stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "0706010000010001", + "intro": "AMS G stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0701310000010001", + "intro": "AMS B RFID 2 kortet har ett fel." + }, + { + "ecode": "0706010000020011", + "intro": "AMS G Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0706010000010003", + "intro": "AMS G stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705010000020011", + "intro": "AMS F Parametern för stöd motorn har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0707010000010003", + "intro": "AMS H stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT F stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0706010000020009", + "intro": "AMS G Stöd motorn har ett obalanserat trefas motstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806010000010003", + "intro": "AMS-HT G stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1806300000010001", + "intro": "AMS-HT G RFID 1 kortet har ett fel." + }, + { + "ecode": "0707800000010001", + "intro": "AMS H Strömsensorn för värmare 1 är onormal." + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B Parametern för stöd motorn har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0705800000010001", + "intro": "AMS F Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT F stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0704310000010001", + "intro": "AMS E RFID 2 kortet har ett fel." + }, + { + "ecode": "0707120000020004", + "intro": "AMS H Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D-kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A Filamenthastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0704010000010004", + "intro": "AMS E stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0706110000020004", + "intro": "AMS G Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0705920000020002", + "intro": "AMS F Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0707810000010001", + "intro": "AMS H Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT C stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "0706930000020002", + "intro": "AMS G Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0707010000020002", + "intro": "AMS H stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0704020000010001", + "intro": "AMS E Filamenthastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1802310000010001", + "intro": "AMS-HT C RFID 2 kortet har ett fel." + }, + { + "ecode": "0706100000020004", + "intro": "AMS G Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT E stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704810000010001", + "intro": "AMS E Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0705110000020004", + "intro": "AMS F Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0704930000010001", + "intro": "AMS E Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0704010000010011", + "intro": "AMS E Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0702010000010011", + "intro": "AMS C Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT G stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT E stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706960000010001", + "intro": "AMS G Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0705100000020004", + "intro": "AMS F Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT D stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT D stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "0707310000010001", + "intro": "AMS H RFID 2 kortet har ett fel." + }, + { + "ecode": "0707020000010001", + "intro": "AMS H Filamenthastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT H stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "0705010000010001", + "intro": "AMS F stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0706920000010001", + "intro": "AMS G Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0704300000010001", + "intro": "AMS E RFID 1 kortet har ett fel." + }, + { + "ecode": "0706930000010001", + "intro": "AMS G Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C Strömsensorn för värmare 1 är onormal." + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0705930000020002", + "intro": "AMS F Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0707110000020004", + "intro": "AMS H Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0704020000020002", + "intro": "AMS E Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0705010000020002", + "intro": "AMS F stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701300000010001", + "intro": "AMS B RFID 1 kortet har ett fel." + }, + { + "ecode": "0702300000010001", + "intro": "AMS C RFID 1 kortet har ett fel." + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0705920000010001", + "intro": "AMS F Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0706020000010001", + "intro": "AMS G Filamenthastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1803310000010001", + "intro": "AMS-HT D RFID 2 kortet har ett fel." + }, + { + "ecode": "0704930000020002", + "intro": "AMS E Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på högt fläktmotstånd." + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT B stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0705900000020001", + "intro": "AMS F Utsugs ventil 1 fungerar inte som den ska, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0707930000020002", + "intro": "AMS H Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1801310000010001", + "intro": "AMS-HT B RFID 2 kortet har ett fel." + }, + { + "ecode": "1806310000010001", + "intro": "AMS-HT G RFID 2 kortet har ett fel." + }, + { + "ecode": "1805310000010001", + "intro": "AMS-HT F RFID 2 kortet har ett fel." + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "1807010000010003", + "intro": "AMS-HT H stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705020000020002", + "intro": "AMS F Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT H stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700300000010001", + "intro": "AMS A RFID 1 kortet har ett fel." + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0706910000020001", + "intro": "AMS G Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0707960000010001", + "intro": "AMS H Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0704010000020010", + "intro": "AMS E Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D stöd motorns varvtalsreglering fungerar inte som den ska. Hastighets sensorn kan vara defekt." + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F Stöd motorn har ett obalanserad trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT A stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704010000020009", + "intro": "AMS E Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0705960000010001", + "intro": "AMS F Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1807300000010001", + "intro": "AMS-HT H RFID 1 kortet har ett fel." + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT G stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0705010000020009", + "intro": "AMS F Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D Fel på parametern för kalibrering av stöd motorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0704910000020001", + "intro": "AMS E Utsugs ventil 2 fungerar onormalt, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0704960000010001", + "intro": "AMS E Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0707010000020009", + "intro": "AMS H Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0705010000010004", + "intro": "AMS F stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "0701010000010011", + "intro": "AMS B Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0500040000020030", + "intro": "BirdsEye kameran är inte installerad. Stäng av skrivaren och installera sedan kameran." + }, + { + "ecode": "0704920000010001", + "intro": "AMS E Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0707500000020001", + "intro": "AMS H kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0705300000010001", + "intro": "AMS F RFID 1 kortet har ett fel." + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0707300000010001", + "intro": "AMS H RFID 1 kortet har ett fel." + }, + { + "ecode": "0706920000020002", + "intro": "AMS G Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0704110000020004", + "intro": "AMS E Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707910000020001", + "intro": "AMS H Utsugs ventil 2 fungerar onormalt, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1802300000010001", + "intro": "AMS-HT C RFID 1 kortet har ett fel." + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1805300000010001", + "intro": "AMS-HT F RFID 1 kortet har ett fel." + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0705310000010001", + "intro": "AMS F RFID 2 kortet har ett fel." + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A Stöd motorn har ett obalanserat trefas motstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT F stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0704920000020002", + "intro": "AMS E Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på högt fläktmotstånd." + }, + { + "ecode": "0706810000010001", + "intro": "AMS G Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0705120000020004", + "intro": "AMS F Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0704010000010003", + "intro": "AMS E stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0706300000010001", + "intro": "AMS G RFID 1 kortet har ett fel." + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H Stöd motorn har ett obalanserad trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0705130000020004", + "intro": "AMS F Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0707010000020010", + "intro": "AMS H Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0705010000010011", + "intro": "AMS F Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0704900000020001", + "intro": "AMS E Utsugs ventil 1 fungerar inte som den ska, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0707100000020004", + "intro": "AMS H Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0700010000010011", + "intro": "AMS A Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0706010000020010", + "intro": "AMS G Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0707920000010001", + "intro": "AMS H Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0705910000020001", + "intro": "AMS F Utsugs ventil 2 fungerar inte som den ska, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0706010000020002", + "intro": "AMS G stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1800300000010001", + "intro": "AMS-HT A RFID 1 kortet har ett fel." + }, + { + "ecode": "0707010000010004", + "intro": "AMS H stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1804310000010001", + "intro": "AMS-HT E RFID 2 kortet har ett fel." + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0707010000010011", + "intro": "AMS H Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0706310000010001", + "intro": "AMS G RFID 2 kortet har ett fel." + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D Stöd motorn har ett obalanserad trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0706900000020001", + "intro": "AMS G Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0705930000010001", + "intro": "AMS F Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "0704010000010001", + "intro": "AMS E stöd motor har slirat. Extruderingshjulet kan vara slitet eller filamentet kan vara för tunt." + }, + { + "ecode": "1803300000010001", + "intro": "AMS-HT D RFID 1 kortet har ett fel." + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "0706500000020001", + "intro": "AMS G kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A Fel på parametern för kalibrering av stöd motorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0705020000010001", + "intro": "AMS F Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0703310000010001", + "intro": "AMS D RFID 2-kortet har ett fel." + }, + { + "ecode": "0704800000010001", + "intro": "AMS E Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0707010000010001", + "intro": "AMS H stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G Stöd motorn har ett obalanserad trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0704100000020004", + "intro": "AMS E Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0704500000020001", + "intro": "AMS E-kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0704130000020004", + "intro": "AMS E Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0704120000020004", + "intro": "AMS E Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B Fel på parametern för kalibrering av stöd motorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0707130000020004", + "intro": "AMS H Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1801010000010003", + "intro": "AMS-HT B stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0705010000020010", + "intro": "AMS F Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0707900000020001", + "intro": "AMS H Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "0703300000010001", + "intro": "AMS D RFID 1 kortet har ett fel." + }, + { + "ecode": "0703010000010011", + "intro": "AMS D Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0707920000020002", + "intro": "AMS H Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT D stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0705500000020001", + "intro": "AMS F kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "0706010000010011", + "intro": "AMS G Fel på parametern för kalibrering av stödmotorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1804300000010001", + "intro": "AMS-HT E RFID 1 kortet har ett fel." + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1807310000010001", + "intro": "AMS-HT H RFID 2 kortet har ett fel." + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT E stöd motorn har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "0705810000010001", + "intro": "AMS F Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0706010000010004", + "intro": "AMS G stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C Fel på parametern för kalibrering av stöd motorn. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0705010000010003", + "intro": "AMS F stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0706800000010001", + "intro": "AMS G Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C stöd motorns varvtalsreglering fungerar inte som den ska. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT C stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT B stöd motor har slirat. Extruderingshjulet kan vara slitet eller filamentet kan vara för tunt." + }, + { + "ecode": "0706020000020002", + "intro": "AMS G Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0500010000030007", + "intro": "Det går inte att spela in time-lapse utan att USB minnet är isatt." + }, + { + "ecode": "0300110000020002", + "intro": "Y-axelns resonans frekvens skiljer sig mycket från den senaste kalibreringen. Rengör Y-axelns linjestång och utför en kalibrering efter utskrift." + }, + { + "ecode": "0300200000010002", + "intro": "Y-axelns nollställning onormal: kontrollera om verktygshuvudet har fastnat eller om Y-vagnen har för mycket motstånd." + }, + { + "ecode": "0300200000010001", + "intro": "X-axelns nollställning avviker: kontrollera om verktygshuvudet har fastnat eller om motståndet på X-axelns linjära skena är för högt." + }, + { + "ecode": "0300100000020002", + "intro": "X-axelns resonans frekvens skiljer sig avsevärt från den senaste kalibreringen. Rengör X-axelns linjära skena och utför en kalibrering efter utskrift." + }, + { + "ecode": "0500040000020039", + "intro": "Anslut modulkontakten" + }, + { + "ecode": "0701010000010001", + "intro": "AMS B stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1200220000020006", + "intro": "Det gick inte att extrudera AMS A Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1201220000020005", + "intro": "AMS B Fack3 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1202110000010003", + "intro": "AMS C Fack2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1203820000020001", + "intro": "AMS D Fack3 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701960000010001", + "intro": "AMS B Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0700100000020004", + "intro": "AMS A Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0702010000020002", + "intro": "AMS C stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201300000010001", + "intro": "AMS B Fack 1 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1201320000010001", + "intro": "AMS B Fack 3 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1202210000020002", + "intro": "AMS C Fack 2 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1202210000020005", + "intro": "AMS C Fack2 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1202230000030002", + "intro": "AMS C Fack4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203300000010001", + "intro": "AMS D Fack 1 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "0703800000010001", + "intro": "AMS D Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0300010000010001", + "intro": "Värmebäddens temperatur är onormal; värmaren kan ha en kortslutning." + }, + { + "ecode": "0703810000010001", + "intro": "AMS D Strömsensorn för värmare 2 är onormal." + }, + { + "ecode": "0702010000010001", + "intro": "AMS C stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1200330000020002", + "intro": "RFID-taggen på AMS A Fack 4 är skadad." + }, + { + "ecode": "1201200000030001", + "intro": "AMS B Fack1 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1201220000020003", + "intro": "AMS B Fack3 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1201230000020004", + "intro": "AMS B Fack4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202130000010001", + "intro": "AMS C Fack4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1202720000010001", + "intro": "AMS C Fel på filamentets hastighet och längd: Mätningen av filament i fack 3 kan vara felaktig." + }, + { + "ecode": "1203200000020001", + "intro": "AMS D Fack1 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203210000020004", + "intro": "AMS D Fack2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "0C0003000003000B", + "intro": "Inspektera det första lagret: vänta ett ögonblick." + }, + { + "ecode": "0701900000020001", + "intro": "AMS B Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0702920000010001", + "intro": "AMS C Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1200100000020002", + "intro": "AMS A fack1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200200000020003", + "intro": "AMS A Fack1 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1200720000010001", + "intro": "AMS A Fel på filamentets hastighet och längd: Mätningen av filament i fack 3 kan vara felaktig." + }, + { + "ecode": "1200830000020001", + "intro": "AMS A Fack4 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1202300000020002", + "intro": "RFID-taggen på AMS C Fack 1 är skadad." + }, + { + "ecode": "1202320000010001", + "intro": "AMS C Fack 3 RFID-spolen är trasig eller RF-hårdvarukretsen har ett fel." + }, + { + "ecode": "1202830000020001", + "intro": "AMS C Fack4 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701010000020010", + "intro": "AMS B Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1200230000030002", + "intro": "AMS A Fack4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1202120000010001", + "intro": "AMS C Fack3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1202210000020001", + "intro": "AMS C Fack2 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1202230000020004", + "intro": "AMS C Fack4 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202230000030001", + "intro": "AMS C Fack4 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1203100000010001", + "intro": "AMS D Fack1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1203110000010003", + "intro": "AMS D Fack2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1203220000020005", + "intro": "AMS D Fack3 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "0703010000020009", + "intro": "AMS D Stöd motorn har obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0C0003000001000A", + "intro": "Skrivaren är i fabriksläge. Kontakta teknisk support." + }, + { + "ecode": "050004000002001A", + "intro": "RFID-taggen på AMS C Fack3 kan inte identifieras." + }, + { + "ecode": "1200200000020006", + "intro": "Det gick inte att extrudera AMS A Fack 1 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1200820000020001", + "intro": "AMS A Fack3 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1201220000020004", + "intro": "AMS B Fack3 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202330000020002", + "intro": "RFID-taggen på AMS C Fack 4 är skadad." + }, + { + "ecode": "1203130000010003", + "intro": "AMS D Fack4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "0700130000020004", + "intro": "AMS A Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "0700920000020002", + "intro": "AMS A Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0702910000020001", + "intro": "AMS C Funktionen på utsugs ventil 2 är onormal, vilket kan bero på högt motstånd." + }, + { + "ecode": "0703110000020004", + "intro": "AMS D Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0701010000020011", + "intro": "AMS B Parametern för stöd motorn har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0700810000010001", + "intro": "AMS A Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "1200210000030001", + "intro": "AMS A Fack2 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1201200000020003", + "intro": "AMS B Fack1 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1202710000010001", + "intro": "AMS C Fel på filamentets hastighet och längd: Mätningen av filament i fack 2 kan vara felaktig." + }, + { + "ecode": "1203120000020002", + "intro": "AMS D fack3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0703130000020004", + "intro": "AMS D Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0500040000020032", + "intro": "Skjut in lasermodulen och lås fast snabbkopplingsspaken." + }, + { + "ecode": "0701920000010001", + "intro": "AMS B Kylfläkten på värmaren 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0701020000010001", + "intro": "AMS B Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0702010000010003", + "intro": "AMS C stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1202220000030002", + "intro": "AMS C Fack3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1202230000020002", + "intro": "AMS C Fack 4 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "0702920000020002", + "intro": "AMS C Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på högt fläktmotstånd." + }, + { + "ecode": "0701930000010001", + "intro": "AMS B Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0700010000010004", + "intro": "AMS A stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "0700500000020001", + "intro": "AMS A kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1200120000020002", + "intro": "AMS A fack3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200220000020002", + "intro": "AMS A Fack 3 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1202200000020002", + "intro": "AMS C Fack 1 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1202230000020003", + "intro": "AMS C Fack4 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1203200000020002", + "intro": "AMS D Fack 1 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1203210000020001", + "intro": "AMS D Fack2 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "0702110000020004", + "intro": "AMS C Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0703910000020001", + "intro": "AMS D Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0500040000020015", + "intro": "RFID-taggen på AMS B Fack2 kan inte identifieras." + }, + { + "ecode": "0702020000010001", + "intro": "AMS C Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1200710000010001", + "intro": "AMS A Fel på filamentets hastighet och längd: Mätningen av filament i fack 2 kan vara felaktig." + }, + { + "ecode": "1201130000010001", + "intro": "AMS B Fack4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1201300000030003", + "intro": "AMS B Fack1 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1201330000010001", + "intro": "AMS B Fack 4 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1202100000010003", + "intro": "AMS C Fack1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1202220000020002", + "intro": "AMS C Fack 3 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1202310000030003", + "intro": "AMS C Fack2 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1203220000020004", + "intro": "AMS D Fack3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1200230000020003", + "intro": "AMS A Fack4 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1200230000020004", + "intro": "AMS A Fack4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1200330000010001", + "intro": "AMS A Fack 4 RFID-spolen är trasig eller RF-hårdvarukretsen har ett fel." + }, + { + "ecode": "1201200000020002", + "intro": "AMS B Fack 1 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1202220000020001", + "intro": "AMS C Fack3 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203200000030001", + "intro": "AMS D Fack1 filament har tagit slut. Rensar bort det gamla filamentet; vänligen vänta." + }, + { + "ecode": "0300350000020002", + "intro": "MC-modulens kylfläkts hastighet är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "0703020000020002", + "intro": "AMS D Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "0C00040000020004", + "intro": "Plattformstypen stöds inte för den här uppgiften. Använd rätt plattform för att fortsätta." + }, + { + "ecode": "1200210000020003", + "intro": "AMS A Fack2 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1200220000020005", + "intro": "AMS A Fack3 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1200230000030001", + "intro": "AMS A Fack4 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1200300000010001", + "intro": "AMS A Fack 1 RFID-spole är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1201200000020004", + "intro": "AMS B Fack1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1201220000020002", + "intro": "AMS B Fack 3 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1201230000020003", + "intro": "AMS B Fack4 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1201320000030003", + "intro": "AMS B Fack3 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1203230000020004", + "intro": "AMS D Fack4 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1203230000020005", + "intro": "AMS D Fack4 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "0700020000020002", + "intro": "AMS A Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "050004000002001C", + "intro": "RFID-taggen på AMS D Fack1 kan inte identifieras." + }, + { + "ecode": "1200110000010001", + "intro": "AMS A fack2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1200230000020002", + "intro": "AMS A Fack 4 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1200310000020002", + "intro": "RFID-taggen på AMS A Fack 2 är skadad." + }, + { + "ecode": "1200500000020001", + "intro": "AMS A kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1201210000020006", + "intro": "Det gick inte att extrudera AMS B Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1202100000020002", + "intro": "AMS C Fack1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203110000010001", + "intro": "AMS D Fack2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "0703010000020011", + "intro": "AMS D Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0701910000020001", + "intro": "AMS B Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0701110000020004", + "intro": "AMS B Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0703930000010001", + "intro": "AMS D Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1200220000030001", + "intro": "AMS A Fack3 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1200800000020001", + "intro": "AMS A Fack1 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1201200000020001", + "intro": "AMS B Fack1 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1201200000020006", + "intro": "Det gick inte att extrudera AMS B Fack 1 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1201210000020001", + "intro": "AMS B Fack2 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1201220000030001", + "intro": "AMS B Fack3 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1202200000020006", + "intro": "Det gick inte att extrudera AMS C Fack 1 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1202500000020001", + "intro": "AMS C kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0703010000020010", + "intro": "AMS D Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "0700010000020010", + "intro": "AMS A Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "0701100000020004", + "intro": "AMS B Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1201300000020002", + "intro": "RFID-taggen på AMS B Fack 1 är skadad." + }, + { + "ecode": "1201310000030003", + "intro": "AMS B Fack2 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1201710000010001", + "intro": "AMS B Fel på filamentets hastighet och längd: Mätningen av filament i fack 2 kan vara felaktig." + }, + { + "ecode": "1202130000010003", + "intro": "AMS C Fack4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1202200000030002", + "intro": "AMS C Fack1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1202220000020005", + "intro": "AMS C Fack3 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1203330000030003", + "intro": "AMS D Fack4 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "0700930000020002", + "intro": "AMS A Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0702010000020011", + "intro": "AMS C Parametern för motor stöd har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "0300960000030001", + "intro": "Front dörren är öppen." + }, + { + "ecode": "050003000002000C", + "intro": "Fel på trådlös maskinvara: stäng av/på WiFi eller starta om enheten." + }, + { + "ecode": "0300090000020001", + "intro": "Extruderings motorn är överbelastad. Extrudern kan vara igensatt eller filamentet kan ha fastnat i verktygshuvudet." + }, + { + "ecode": "0703930000020002", + "intro": "AMS D Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "1200200000030001", + "intro": "AMS A Fack1 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1201700000010001", + "intro": "AMS B Fel på filamentets hastighet och längd: Mätningen av filament i fack 1 kan vara felaktig." + }, + { + "ecode": "1201730000010001", + "intro": "AMS B Fel på filamentets hastighet och längd: Mätningen av filament i fack 4 kan vara felaktig." + }, + { + "ecode": "1202220000030001", + "intro": "AMS C Fack3 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1202310000020002", + "intro": "RFID-taggen på AMS C Fack 2 är skadad." + }, + { + "ecode": "1202320000020002", + "intro": "RFID-taggen på AMS C Fack 3 är skadad." + }, + { + "ecode": "1203220000020002", + "intro": "AMS D Fack 3 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1203220000020006", + "intro": "Det gick inte att extrudera AMS D Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1203230000020002", + "intro": "AMS D Fack 4 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "0C00040000010015", + "intro": "Laserskydds insats upptäcktes inte. Placera den och fortsätt." + }, + { + "ecode": "0703120000020004", + "intro": "AMS D Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0700800000010001", + "intro": "AMS A Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0500040000020011", + "intro": "RFID-taggen på AMS A Fack2 kan inte identifieras." + }, + { + "ecode": "0500040000020017", + "intro": "RFID-taggen på AMS B Fack4 kan inte identifieras." + }, + { + "ecode": "0701500000020001", + "intro": "AMS B kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1200120000010003", + "intro": "AMS A fack3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1200320000010001", + "intro": "AMS A Fack 3 RFID-spolen är trasig eller RF-hårdvarukretsen har ett fel." + }, + { + "ecode": "1202300000030003", + "intro": "AMS C Fack1 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1203700000010001", + "intro": "AMS D Fel på filamentets hastighet och längd: Mätning av filament i fack 1 kan vara felaktig." + }, + { + "ecode": "1203800000020001", + "intro": "AMS D Fack1 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0701010000020009", + "intro": "AMS B Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0701020000020002", + "intro": "AMS B Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "0500040000020018", + "intro": "RFID-taggen på AMS C Fack1 kan inte identifieras." + }, + { + "ecode": "0703010000010003", + "intro": "AMS D stöd motorns vridmomentkontroll fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1200220000020001", + "intro": "AMS A Fack3 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1201210000020002", + "intro": "AMS B Fack 2 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1201220000020001", + "intro": "AMS B Fack3 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203200000020004", + "intro": "AMS D Fack1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1203300000030003", + "intro": "AMS D Fack1 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1200210000020006", + "intro": "Det gick inte att extrudera AMS A Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1201210000020004", + "intro": "AMS B Fack2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1201210000020005", + "intro": "AMS B Fack2 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1202210000030002", + "intro": "AMS C Fack2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1202220000020006", + "intro": "Det gick inte att extrudera AMS C Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1202230000020006", + "intro": "Det gick inte att extrudera AMS C Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1203200000030002", + "intro": "AMS D Fack1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203220000030002", + "intro": "AMS D Fack3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203320000010001", + "intro": "AMS D Fack 3 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1203330000010001", + "intro": "AMS D Fack 4 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "0701810000010001", + "intro": "AMS B Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0701120000020004", + "intro": "AMS B Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "1200110000010003", + "intro": "AMS A fack2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1201820000020001", + "intro": "AMS B Fack3 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1202130000020002", + "intro": "AMS C Fack4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0702120000020004", + "intro": "AMS C Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0702810000010001", + "intro": "AMS C Strömsensorn på värmare 2 är onormal." + }, + { + "ecode": "0702800000010001", + "intro": "AMS C Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0703960000010001", + "intro": "AMS D Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0700010000010003", + "intro": "AMS A stöd motors vridmoments styrning är ur funktion. Strömsensorn kan vara felaktig." + }, + { + "ecode": "0703020000010001", + "intro": "AMS D Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "1200100000010001", + "intro": "AMS A fack1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1200210000020001", + "intro": "AMS A Fack2 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1200220000030002", + "intro": "AMS A Fack3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1201230000030001", + "intro": "AMS B Fack4 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1201330000020002", + "intro": "RFID-taggen på AMS B Fack 4 är skadad." + }, + { + "ecode": "1202110000020002", + "intro": "AMS C Fack2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1202120000020002", + "intro": "AMS C Fack3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700010000020009", + "intro": "AMS A Stöd motorn har ett obalanserad trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "0701010000020002", + "intro": "AMS B stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200220000020004", + "intro": "AMS A Fack3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1201130000010003", + "intro": "AMS B Fack4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1203230000020003", + "intro": "AMS D Fack4 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "050004000002001F", + "intro": "RFID-taggen på AMS D Fack4 kan inte identifieras." + }, + { + "ecode": "1200130000010001", + "intro": "AMS A fack4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1201210000020003", + "intro": "AMS B Fack2 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1201220000020006", + "intro": "Det gick inte att extrudera AMS B Fack 3 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1201230000020001", + "intro": "AMS B Fack4 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1201230000020006", + "intro": "Det gick inte att extrudera AMS B Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1202120000010003", + "intro": "AMS C Fack3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1202210000020006", + "intro": "Det gick inte att extrudera AMS C Fack 2 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1203200000020006", + "intro": "Det gick inte att extrudera AMS D Fack 1 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1203210000030002", + "intro": "AMS D Fack2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203720000010001", + "intro": "AMS D Fel på filamentets hastighet och längd: Mätning av filament i fack 3 kan vara felaktig." + }, + { + "ecode": "0500040000020013", + "intro": "RFID-taggen på AMS A Fack4 kan inte identifieras." + }, + { + "ecode": "1200130000020002", + "intro": "AMS A Fack4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201220000030002", + "intro": "AMS B Fack3 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1201720000010001", + "intro": "AMS B Fel på filamentets hastighet och längd: Mätningen av filament i fack 3 kan vara felaktig." + }, + { + "ecode": "1202330000030003", + "intro": "AMS C Fack4 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1203130000010001", + "intro": "AMS D Fack4 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1203210000020003", + "intro": "AMS D Fack2 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1203210000030001", + "intro": "AMS D Fack2 filament har tagit slut. Rensar bort det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1203230000030001", + "intro": "AMS D Fack4 filament har tagit slut. Rensar bort det gamla filamentet; vänligen vänta." + }, + { + "ecode": "0700960000010001", + "intro": "AMS A Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0500040000020010", + "intro": "RFID-taggen på AMS A Fack1 kan inte identifieras." + }, + { + "ecode": "050004000002001E", + "intro": "RFID-taggen på AMS D Fack3 kan inte identifieras." + }, + { + "ecode": "0700010000010001", + "intro": "AMS A stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1200200000020005", + "intro": "AMS A Fack1 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1200320000020002", + "intro": "RFID-taggen på AMS A Fack 3 är skadad." + }, + { + "ecode": "1202200000020005", + "intro": "AMS C Fack1 filament har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1202210000030001", + "intro": "AMS C Fack2 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1202320000030003", + "intro": "AMS C Fack3 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1203300000020002", + "intro": "RFID-taggen på AMS D Fack 1 är skadad." + }, + { + "ecode": "1203330000020002", + "intro": "RFID-taggen på AMS D Fack 4 är skadad." + }, + { + "ecode": "0703100000020004", + "intro": "AMS D Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0C00040000020008", + "intro": "Materialet har inte upptäckts. Bekräfta placering och fortsätt." + }, + { + "ecode": "0701930000020002", + "intro": "AMS B Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0702500000020001", + "intro": "AMS C kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1201120000010003", + "intro": "AMS B Fack3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1201200000020005", + "intro": "AMS B Fack1 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1203100000010003", + "intro": "AMS D Fack1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1203110000020002", + "intro": "AMS D Fack2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700110000020004", + "intro": "AMS A Borstmotor 2 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0300310000020002", + "intro": "Hastigheten för delkyl fläkten är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "0702960000010001", + "intro": "AMS C Torkningsprocessen kan uppleva termisk rusning. Stäng av AMS strömförsörjning." + }, + { + "ecode": "0700120000020004", + "intro": "AMS A Borstmotor 3 har ingen signal, vilket kan bero på dålig kontakt i motorkontakten eller ett motorfel." + }, + { + "ecode": "1200230000020006", + "intro": "Det gick inte att extrudera AMS A Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1201810000020001", + "intro": "AMS B Fack2 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1202220000020003", + "intro": "AMS C Fack3 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1202230000020005", + "intro": "AMS C Fack4 filamentet har tagit slut och rensningen av det gamla filamentet gick onormalt; kontrollera om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "1203220000020001", + "intro": "AMS D Fack3 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203230000030002", + "intro": "AMS D Fack4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203310000010001", + "intro": "AMS D Fack 2 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "0703010000010001", + "intro": "AMS D stöd motor har slirat. Extruderingshjulet kan vara slitet eller så kan filamentet vara för tunt." + }, + { + "ecode": "1200200000020001", + "intro": "AMS A Fack1 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1200210000030002", + "intro": "AMS A Fack2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1201230000030002", + "intro": "AMS B Fack4 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203810000020001", + "intro": "AMS D Fack2 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203830000020001", + "intro": "AMS D Fack4 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0C00040000010016", + "intro": "Snabbkopplings spaken är inte låst. Tryck ner den för att säkra." + }, + { + "ecode": "0701920000020002", + "intro": "AMS B Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0702130000020004", + "intro": "AMS C Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0500040000020019", + "intro": "RFID-taggen på AMS C Fack2 kan inte identifieras." + }, + { + "ecode": "0703500000020001", + "intro": "AMS D kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1200130000010003", + "intro": "AMS A Fack4 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1200220000020003", + "intro": "AMS A Fack3 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1202210000020003", + "intro": "AMS C Fack2 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1202230000020001", + "intro": "AMS C Fack4 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203120000010001", + "intro": "AMS D fack3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1203710000010001", + "intro": "AMS D Fel på filamentets hastighet och längd: Mätning av filament i fack 2 kan vara felaktig." + }, + { + "ecode": "1200210000020005", + "intro": "AMS A Fack2 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1201100000010003", + "intro": "AMS B Fack1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1201100000020002", + "intro": "AMS B Fack1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201310000020002", + "intro": "RFID-taggen på AMS B Fack 2 är skadad." + }, + { + "ecode": "1201800000020001", + "intro": "AMS B Fack1 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1202800000020001", + "intro": "AMS C Fack1 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203220000020003", + "intro": "AMS D Fack3 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1203310000020002", + "intro": "RFID-taggen på AMS D Fack 2 är skadad." + }, + { + "ecode": "1203320000020002", + "intro": "RFID-taggen på AMS D Fack 3 är skadad." + }, + { + "ecode": "1203320000030003", + "intro": "AMS D Fack3 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "0703920000010001", + "intro": "AMS D Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "1201110000010003", + "intro": "AMS B Fack2 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1201120000020002", + "intro": "AMS B Fack3 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201230000020002", + "intro": "AMS B Fack 4 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1201230000020005", + "intro": "AMS B Fack4 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1201830000020001", + "intro": "AMS B Fack4 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1202200000020004", + "intro": "AMS C Fack1 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202730000010001", + "intro": "AMS C Fel på filamentets hastighet och längd: Mätningen av filament i fack 4 kan vara felaktig." + }, + { + "ecode": "1203120000010003", + "intro": "AMS D Fack3 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1203210000020006", + "intro": "Det gick inte att extrudera AMS D Fack 2 filament; extrudern kan vara igensatt eller så kan filamentet vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "1203500000020001", + "intro": "AMS D kommunikationen är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "0702010000020009", + "intro": "AMS C Stöd motorn har ett obalanserat trefasmotstånd. Stöd motorn kan vara defekt." + }, + { + "ecode": "050004000002001B", + "intro": "RFID-taggen på AMS C Fack4 kan inte identifieras." + }, + { + "ecode": "050004000002001D", + "intro": "RFID-taggen på AMS D Fack2 kan inte identifieras." + }, + { + "ecode": "1201210000030002", + "intro": "AMS B Fack2 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1203100000020002", + "intro": "AMS D Fack1 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203210000020002", + "intro": "AMS D Fack 2 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1203230000020001", + "intro": "AMS D Fack4 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1203310000030003", + "intro": "AMS D Fack2 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "0702020000020002", + "intro": "AMS C Mätaren har ingen signal. Mätaren kan ha dålig kontakt." + }, + { + "ecode": "0703920000020002", + "intro": "AMS D Kylfläktens hastighet för värmare 1 är för låg, vilket kan bero på för högt fläktmotstånd." + }, + { + "ecode": "0700020000010001", + "intro": "AMS A Filament hastighet och längdfel: Filament mätningen kan vara felaktig." + }, + { + "ecode": "0702010000010004", + "intro": "AMS C stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "0703010000010004", + "intro": "AMS D stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1202110000010001", + "intro": "AMS C Fack2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1202200000020001", + "intro": "AMS C Fack1 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1202700000010001", + "intro": "AMS C Fel på filamentets hastighet och längd: Mätningen av filament i fack 1 kan vara felaktig." + }, + { + "ecode": "1203200000020003", + "intro": "AMS D Fack1 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1203200000020005", + "intro": "AMS D Fack1 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "050003000001000B", + "intro": "Skärmen fungerar inte; starta om enheten." + }, + { + "ecode": "0500040000020016", + "intro": "RFID-taggen på AMS B Fack3 kan inte identifieras." + }, + { + "ecode": "0701010000010003", + "intro": "AMS B stöd motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1200200000020002", + "intro": "AMS A Fack 1 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1200200000030002", + "intro": "AMS A Fack1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1200210000020002", + "intro": "AMS A Fack 2 är tomt; sätt i ett nytt filament." + }, + { + "ecode": "1200700000010001", + "intro": "AMS A Fel på filamentets hastighet och längd: Mätningen av filament i fack 1 kan vara felaktig." + }, + { + "ecode": "1201110000010001", + "intro": "AMS B Fack2 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1201120000010001", + "intro": "AMS B Fack3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1201320000020002", + "intro": "RFID-taggen på AMS B Fack 3 är skadad." + }, + { + "ecode": "1202330000010001", + "intro": "AMS C Fack 4 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "0702930000020002", + "intro": "AMS C Kylfläktens hastighet för värmare 2 är för låg, vilket kan bero på högt fläktmotstånd." + }, + { + "ecode": "0702010000020010", + "intro": "AMS C Stöd motorns motstånd är onormalt. Stöd motorn kan vara defekt." + }, + { + "ecode": "1200300000030003", + "intro": "AMS A Fack1 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1201210000030001", + "intro": "AMS B Fack2 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1201500000020001", + "intro": "AMS B kommunikation är onormal; kontrollera anslutningskabeln." + }, + { + "ecode": "1202210000020004", + "intro": "AMS C Fack2 filamentet kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202310000010001", + "intro": "AMS C Fack 2 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1203730000010001", + "intro": "AMS D Fel på filamentets hastighet och längd: Mätning av filament i fack 4 kan vara felaktig." + }, + { + "ecode": "0701800000010001", + "intro": "AMS B Strömsensorn på värmare 1 är onormal." + }, + { + "ecode": "0703900000020001", + "intro": "AMS D Utsugs ventil 1 fungerar onormalt, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0703010000020002", + "intro": "AMS D stöd motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200210000020004", + "intro": "AMS A Fack2 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1200230000020005", + "intro": "AMS A Fack4 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "1200330000030003", + "intro": "AMS A Fack4 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1200730000010001", + "intro": "AMS A Fel på filamentets hastighet och längd: Mätningen av filament i fack 4 kan vara felaktig." + }, + { + "ecode": "1201310000010001", + "intro": "AMS B Fack 2 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1202100000010001", + "intro": "AMS C Fack1motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1202200000020003", + "intro": "AMS C Fack1 filament kan vara trasigt i PTFE slangen." + }, + { + "ecode": "1202200000030001", + "intro": "AMS C Fack1 filament har tagit slut. Rensar det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1203210000020005", + "intro": "AMS D Fack2 filament har tagit slut och rensning av det gamla filamentet gick onormalt; kontrollera om filament har fastnat i verktygshuvudet." + }, + { + "ecode": "0702100000020004", + "intro": "AMS C Borstmotor 1 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0702900000020001", + "intro": "AMS C Funktionen på utsugs ventil 1 är onormal, vilket kan bero på högt motstånd." + }, + { + "ecode": "0701130000020004", + "intro": "AMS B Borstmotor 4 har ingen signal, vilket kan bero på dålig kontakt i motoranslutningen eller ett motorfel." + }, + { + "ecode": "0500040000020014", + "intro": "RFID-taggen på AMS B Fack1 kan inte identifieras." + }, + { + "ecode": "0700010000020002", + "intro": "AMS A stöd motor är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200120000010001", + "intro": "AMS A fack3 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1200310000010001", + "intro": "AMS A Fack 2 RFID-spolen är trasig eller så har RF-hårdvarukretsen ett fel." + }, + { + "ecode": "1200320000030003", + "intro": "AMS A Fack3 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1202220000020004", + "intro": "AMS3 Fack3 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202300000010001", + "intro": "RFID-spolen AMS C Fack 1 är trasig eller så har RF hårdvarukretsen ett fel." + }, + { + "ecode": "1202810000020001", + "intro": "AMS C Fack2 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "0700910000020001", + "intro": "AMS A Funktionen hos utsugs ventil 2 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0700920000010001", + "intro": "AMS A Kylfläkten på värmare 1 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "050003000001000C", + "intro": "MC motorstyrmodulen fungerar inte. Stäng av, kontrollera anslutningen och starta om enheten." + }, + { + "ecode": "0700900000020001", + "intro": "AMS A Funktionen hos utsugs ventil 1 är onormal, vilket kan bero på för högt motstånd." + }, + { + "ecode": "0500040000020012", + "intro": "RFID-taggen på AMS A Fack3 kan inte identifieras." + }, + { + "ecode": "0701010000010004", + "intro": "AMS B stöd motorns varvtalsreglering fungerar inte. Hastighetssensorn kan vara defekt." + }, + { + "ecode": "1200100000010003", + "intro": "AMS A fack1 motorns vridmomentstyrning fungerar inte. Strömsensorn kan vara defekt." + }, + { + "ecode": "1200110000020002", + "intro": "AMS A fack2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1200200000020004", + "intro": "AMS A Fack1 filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "1202820000020001", + "intro": "AMS C Fack3 filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203130000020002", + "intro": "AMS D Fack4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1203220000030001", + "intro": "AMS D Fack3 filament har tagit slut. Rensar bort det gamla filamentet; vänligen vänta." + }, + { + "ecode": "1203230000020006", + "intro": "Det gick inte att extrudera AMS D Fack 4 filament; extrudern kan vara igensatt eller filamentet kan vara för tunt, vilket gör att extrudern slirar." + }, + { + "ecode": "0700930000010001", + "intro": "AMS A Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "0700010000020011", + "intro": "AMS A parametern för motorassistans har gått förlorad. Dra ut filamentet från filamentnavet och starta sedan om AMS." + }, + { + "ecode": "1200230000020001", + "intro": "AMS A Fack4 filament har tagit slut; sätt i ett nytt filament." + }, + { + "ecode": "1200300000020002", + "intro": "RFID-taggen på AMS A Fack 1 är skadad." + }, + { + "ecode": "1200310000030003", + "intro": "AMS A Fack2 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "1200810000020001", + "intro": "AMS A Fack2 filament kan vara trassligt eller fastnat." + }, + { + "ecode": "1201100000010001", + "intro": "AMS B Fack1 motorn har slirat. Extruderings hjulet kan vara trasigt eller så är filamentet för tunt." + }, + { + "ecode": "1201110000020002", + "intro": "AMS B Fack2 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201130000020002", + "intro": "AMS B Fack4 motorn är överbelastad. Filamentet kan vara trassligt eller fastnat." + }, + { + "ecode": "1201200000030002", + "intro": "AMS B Fack1 filamentet har tagit slut och automatiskt växlat till fack med samma filament." + }, + { + "ecode": "1201330000030003", + "intro": "AMS B Fack4 RFID kan inte läsas på grund av ett strukturellt fel." + }, + { + "ecode": "0702930000010001", + "intro": "AMS C Kylfläkten på värmare 2 är blockerad, vilket kan bero på att fläkten sitter fast." + }, + { + "ecode": "12FF200000020001", + "intro": "Filamentet i spolhållaren har tagit slut; sätt in ett nytt filament." + }, + { + "ecode": "12FF200000020002", + "intro": "Filamentet på spolhållaren är tom, sätt i ett nytt filament." + }, + { + "ecode": "12FF200000020005", + "intro": "Filament kan vara trasigt i verktygshuvudet." + }, + { + "ecode": "12FF200000020007", + "intro": "Det gick inte att kontrollera filament positionen i verktygshuvudet, klicka för mer hjälp." + }, + { + "ecode": "12FF200000030007", + "intro": "Kontrollerar placeringen av filament i varje AMS fack, vänligen vänta." + }, + { + "ecode": "12FF800000020001", + "intro": "Filamentet på spol hållaren kan vara trassligt eller ha fastnat." + }, + { + "ecode": "1200450000020001", + "intro": "Sensorn för filament klippning fungerar dåligt. Kontrollera om kontakten är korrekt inkopplad." + }, + { + "ecode": "1200450000020002", + "intro": "Filament skärarens skäravstånd är för stort. XY-motorn kan förlora steg." + }, + { + "ecode": "1200450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "1200510000030001", + "intro": "AMS är inaktiverad; ladda filament från spolhållaren." + }, + { + "ecode": "0C0001000001000A", + "intro": "Micro Lidar LED kan vara trasig." + }, + { + "ecode": "0C00020000020002", + "intro": "Den horisontella lasern är för bred. Kontrollera om värmebädden är smutsig." + }, + { + "ecode": "0C00020000020008", + "intro": "Den vertikala laserlinjen är för bred. Kontrollera om värmebädden är smutsig." + }, + { + "ecode": "0C00030000010009", + "intro": "Första lager inspektion modulen omstartades onormalt. Inspektionen kan vara felaktig." + }, + { + "ecode": "0C00030000020001", + "intro": "Filamentets exponerings parameter onormal. Inspektionen av första lager kan vara felaktig." + }, + { + "ecode": "0C00030000020002", + "intro": "Inspektionen av det första lagret avbryts på grund av onormala Micro Lidar data." + }, + { + "ecode": "0C00030000020004", + "intro": "Inspektion av första lagret stöds inte för det nuvarande utskriftsjobbet." + }, + { + "ecode": "0C00030000020005", + "intro": "Inspektionen av det första lagret har avslutats onormalt och de aktuella resultaten kan vara felaktiga." + }, + { + "ecode": "0C00030000030006", + "intro": "Rensat filament kan ha fyllt upp avfallsrännan. Kontrollera och rengör avfallsrännan." + }, + { + "ecode": "0C00030000030007", + "intro": "Eventuella defekter i det första lagret har upptäckts. Kontrollera kvaliteten på det första lagret och bestäm om utskriften ska stoppas." + }, + { + "ecode": "0C00030000030008", + "intro": "Möjliga spaghetti fenomen har upptäckts. Kontrollera utskriftskvaliteten och bestäm om utskriften ska stoppas." + }, + { + "ecode": "0C00030000030010", + "intro": "Din printer verkar skriva ut utan att extrudera." + }, + { + "ecode": "07FF200000020001", + "intro": "Externa filamentet har tagit slut; sätt i nytt filament." + }, + { + "ecode": "07FF200000020002", + "intro": "Externt filament saknas; sätt i nytt filament." + }, + { + "ecode": "07FF200000020004", + "intro": "Dra ut det externa filamentet ifrån extrudern." + }, + { + "ecode": "0703300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0703310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0703350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0702300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0702310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0702350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0701300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0701310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0701350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0700300000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0700310000030003", + "intro": "RFID kan inte avläsas på grund av hårdvaru eller struktur fel." + }, + { + "ecode": "0700350000010001", + "intro": "Temperatur och fuktighets sensor fel. Chippet kan vara felaktigt." + }, + { + "ecode": "0700450000020001", + "intro": "Sensorn för filament klippning fungerar dåligt. Kontrollera om kontakten är korrekt inkopplad." + }, + { + "ecode": "0700450000020002", + "intro": "Filament skärarens skäravstånd är för stort. XY-motorn kan förlora steg." + }, + { + "ecode": "0700450000020003", + "intro": "Filament skärarens handtag har inte släppts. Handtaget eller bladet kan ha fastnat eller så kan det vara ett problem med anslutningen till filament sensorn." + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "Kammar temperaturen är onormal. Temperaturgivaren vid strömförsörjningen kan ha en kortslutning." + }, + { + "ecode": "0300930000010008", + "intro": "Kammar temperaturen är onormal. Temperaturgivaren vid strömförsörjningen kan ha en öppen krets." + }, + { + "ecode": "0300940000020003", + "intro": "Kammaren nådde inte önskad temperatur. Maskinen stannar i väntan på kammartemperaturen." + }, + { + "ecode": "0300940000030002", + "intro": "Inställningsvärdet för kammar temperaturen överskrider gränsen, gränsvärdet kommer att ställas in." + }, + { + "ecode": "0500020000020002", + "intro": "Inloggningen till enheten misslyckades; Kontrollera din kontoinformation." + }, + { + "ecode": "0500020000020004", + "intro": "Obehörig användare: kontrollera din kontoinformation." + }, + { + "ecode": "0500020000020006", + "intro": "Fel i streaming funktionen. Kontrollera nätverket och försök igen. Du kan starta om eller uppdatera skrivaren om problemet kvarstår." + }, + { + "ecode": "0500020000020007", + "intro": "Inloggningen till Liveview-tjänsten misslyckades; kontrollera din nätverksanslutning." + }, + { + "ecode": "0500030000010001", + "intro": "MC-modulen fungerar inte; starta om enheten eller kontrollera anslutningen av enhetens kablar." + }, + { + "ecode": "0500030000010002", + "intro": "Verktygshuvudet är ur funktion. Starta om enheten." + }, + { + "ecode": "0500030000010003", + "intro": "AMS modulen är ur funktion. Starta om enheten." + }, + { + "ecode": "0500030000010005", + "intro": "Intern service är ur funktion. Starta om enheten." + }, + { + "ecode": "0500030000010006", + "intro": "Systemfel har upptäckts. Starta om enheten." + }, + { + "ecode": "0500030000010008", + "intro": "Systemlåsning har inträffat. Starta om enheten." + }, + { + "ecode": "0500030000010009", + "intro": "Systemlåsning har inträffat. Återställd efter automatisk omstart." + }, + { + "ecode": "0500030000010023", + "intro": "Modulen för kontroll av kammartemperaturen fungerar inte som den ska. Vänligen starta om enheten." + }, + { + "ecode": "0500030000010025", + "intro": "Den aktuella firmware är onormal. Vänligen uppdatera igen." + }, + { + "ecode": "0500040000010004", + "intro": "Utskriftsfilen är inte tillåten." + }, + { + "ecode": "0500040000020007", + "intro": "Värmebäddens temperatur överstiger filamentets förglasnings temperatur, vilket kan orsaka igensättning av nozzeln. Håll skrivarens dörr öppen eller sänk bäddens temperatur." + }, + { + "ecode": "0300400000020001", + "intro": "Dataöverföringen via den seriella porten är onormal; mjukvarusystemet kan vara felaktigt." + }, + { + "ecode": "0300900000010004", + "intro": "Uppvärmning av kammaren misslyckades. Värmefläktens hastighet är för låg." + }, + { + "ecode": "0300900000010005", + "intro": "Uppvärmning av kammaren misslyckades. Värmemotståndet är för högt." + }, + { + "ecode": "0300900000010010", + "intro": "Kommunikationen med kammarens temperatur regulator är onormal." + }, + { + "ecode": "0300910000010001", + "intro": "Temperaturen på kammarvärmare 1 är onormal. Värmaren kan ha en kortslutning." + }, + { + "ecode": "0300910000010003", + "intro": "Temperaturen för kammarvärmare 1 är onormal. Värmaren är överhettad." + }, + { + "ecode": "0300910000010006", + "intro": "Temperaturen på kammarvärmare 1 är onormal. Givaren kan ha en kortslutning." + }, + { + "ecode": "030091000001000A", + "intro": "Temperaturen på kammar värmare 1 är onormal. AC-kortet kan vara trasigt." + }, + { + "ecode": "0300920000010001", + "intro": "Temperaturen på kammar värmare 2 är onormal. Värmaren kan ha en kortslutning." + }, + { + "ecode": "0300920000010002", + "intro": "Temperaturen på kammar värmare 2 är onormal. Värmaren kan ha en öppen krets eller så har den termiska säkringen utlöst." + }, + { + "ecode": "0300920000010003", + "intro": "Temperaturen för kammar värmare 2 är onormal. Värmaren är överhettad." + }, + { + "ecode": "0300920000010006", + "intro": "Temperaturen på kammar värmare 2 är onormal. Givaren kan ha en kortslutning." + }, + { + "ecode": "030092000001000A", + "intro": "Temperaturen på kammar värmare 2 är onormal. AC-kortet kan vara trasigt." + }, + { + "ecode": "0300930000010001", + "intro": "Kammar temperaturen är onormal. Kammar värmarens temperatursensor kan ha en kortslutning." + }, + { + "ecode": "0300930000010002", + "intro": "Kammar temperaturen är onormal. Kammar värmarens temperatursensor kan ha en öppen krets." + }, + { + "ecode": "0300930000010003", + "intro": "Kammar temperaturen är onormal. Kammar värmarens temperatursensor vid luftutloppet kan ha en kortslutning." + }, + { + "ecode": "0300050000010001", + "intro": "Motorn överhettad. Elementet kan vara lös eller är dess kylfläkt skadad." + }, + { + "ecode": "0300060000010001", + "intro": "Motor-A har en öppen krets. Det kan vara en lös anslutning eller så kan motorn vara trasig." + }, + { + "ecode": "0300060000010002", + "intro": "Motor-A har en kortslutning. Den kan vara trasig." + }, + { + "ecode": "0300070000010001", + "intro": "Motor-B har en öppen krets. Anslutningen kan vara lös eller så kan motorn vara trasig." + }, + { + "ecode": "0300070000010002", + "intro": "Motor-B har en kortslutning. Den kan vara trasig." + }, + { + "ecode": "0300080000010001", + "intro": "Motor-Z har en öppen krets. Anslutningen kan vara lös eller så kan motorn vara trasig." + }, + { + "ecode": "0300080000010002", + "intro": "Motor-Z har en kortslutning. Den kan vara trasig." + }, + { + "ecode": "03000A0000010001", + "intro": "Värmebäddens kraft givare 1 är för känslig. Den kan ha fastnat mellan spännarmen och värmebäddens support eller så är juster skruven för hårt åtdragen." + }, + { + "ecode": "03000A0000010002", + "intro": "Signalen från värmebäddens kraft givare 1 är svag. Kraft givaren kan vara trasig eller ha dålig elekrisk anslutning." + }, + { + "ecode": "03000A0000010003", + "intro": "Signalen från värmebäddens kraft givare 1 är för svag. Den elektriska anslutningen kan vara bruten." + }, + { + "ecode": "03000A0000010004", + "intro": "En extern störning upptäcktes på kraft givare 1. Värmebädden kan ha rört något utanför värmebädden." + }, + { + "ecode": "03000A0000010005", + "intro": "Kraftsensor 1 detekterade oväntad kontinuerlig kraft. Värmebädden kan ha fastnat eller så kan den analoga frontänden vara trasig." + }, + { + "ecode": "03000B0000010001", + "intro": "Värmebäddens kraft givare 2 är för känslig. Den kan ha fastnat mellan spännarmen och värmebäddens support eller så är juster skruven för hårt åtdragen." + }, + { + "ecode": "03000B0000010002", + "intro": "Värmebäddens kraftsensor 2 är svag. Kraftsensorn kan vara trasig eller ha dålig elektrisk anslutning." + }, + { + "ecode": "03000B0000010003", + "intro": "Värmebäddens kraftsensor 2 är för svag. Den elektroniska anslutningen till sensorn kan vara bruten." + }, + { + "ecode": "03000B0000010004", + "intro": "En extern störning upptäcktes på kraftsensor 2. Värmebädden kan ha rört något utanför värmebädden." + }, + { + "ecode": "03000B0000010005", + "intro": "Kraftsensor 2 har upptäckt en oväntad kontinuerlig kraft. Värmebädden kan ha fastnat eller så kan den analoga fronten vara trasig." + }, + { + "ecode": "03000C0000010001", + "intro": "Värmebäddens kraftsensor 3 är för känslig. Den kan sitta fast mellan spännarmen och värmebäddens stöd eller så kan justeringsskruven vara för hårt åtdragen." + }, + { + "ecode": "03000C0000010002", + "intro": "Signalen från värmebäddens kraftsensor 3 är svag. Kraftsensorn kan vara trasig eller ha dålig elektrisk anslutning." + }, + { + "ecode": "03000C0000010003", + "intro": "Signalen från värmebäddens kraftsensor 3 är för svag. Den elektroniska anslutningen till sensorn kan vara trasig." + }, + { + "ecode": "03000C0000010004", + "intro": "En extern störning upptäcktes på kraftsensor 3. Värmebädden kan ha rört något utanför värmebädden." + }, + { + "ecode": "03000C0000010005", + "intro": "Kraftsensor 3 känner av en oväntad kontinuerlig kraft . Det kan hända att värmebädden sitter fast eller att den analoga fronten är trasig." + }, + { + "ecode": "0300100000020001", + "intro": "Resonansfrekvensen för X-axeln är låg. Tandremmen kan vara lös." + }, + { + "ecode": "0300110000020001", + "intro": "Y-axelns resonansfrekvens är låg. Tandremmen kan vara lös." + }, + { + "ecode": "0300120000020001", + "intro": "Frontskyddet på verktygs huvudet är av." + }, + { + "ecode": "0300130000010001", + "intro": "Strömsensorn i Motor-A är onormal, vilket kan orsakas av ett fel i hårdvaru-samplingskretsen." + }, + { + "ecode": "0300140000010001", + "intro": "Strömsensorn i Motor-B är onormal, vilket kan orsakas av ett fel i hårdvaru-samplingskretsen." + }, + { + "ecode": "0300150000010001", + "intro": "Strömsensorn hos Motor-Z är onormal, vilket kan orsakas av ett fel i hårdvaru-samplingskretsen." + }, + { + "ecode": "0300170000010001", + "intro": "Hotend fläktens hastighet är för långsam eller har stannat. Den kan ha fastnat eller så är kontakten inte ordentligt inkopplad." + }, + { + "ecode": "0300170000020002", + "intro": "Hotend fläktens hastighet är långsam. Den kan ha fastnat och behöver rengöras." + }, + { + "ecode": "03001B0000010001", + "intro": "Signalen från värmebäddens accelerationssensor är svag. Sensorn kan ha fallit av eller skadats." + }, + { + "ecode": "03001B0000010003", + "intro": "Värmebäddens accelerationssensor detekterade oväntad kontinuerlig kraft. Sensorn kan ha fastnat eller så kan den analoga fronten vara trasig." + }, + { + "ecode": "03001C0000010001", + "intro": "Drivningen av extruderings motorn är onormal. MOSFET kan ha en kortslutning." + }, + { + "ecode": "0300200000010003", + "intro": "X-axelns nollställning är onormal: Remmen kan vara lös.." + }, + { + "ecode": "0300200000010004", + "intro": "Y-axelns nollställning är onormal: Remmen kan vara lös.." + }, + { + "ecode": "0300010000010002", + "intro": "Värmebäddens temperatur är onormal; värmaren kan ha en öppen krets, eller så kan termobrytaren vara öppen." + }, + { + "ecode": "0300010000010003", + "intro": "Temperaturen i värmebädden är onormal, värmaren har för hög temperatur." + }, + { + "ecode": "0300010000010006", + "intro": "Byggplattans temperatur är onormal; sensorn kan vara kortsluten." + }, + { + "ecode": "0300010000010007", + "intro": "Temperaturen i värmebädden är onormal, det kan vara en öppen krets i sensorn." + }, + { + "ecode": "030001000001000C", + "intro": "Värmebädden har arbetat med full belastning under en längre tid. Temperatur kontroll systemet kan vara onormalt." + }, + { + "ecode": "0300010000030008", + "intro": "Temperaturen i värmebädden överskrider gränsen och justeras automatiskt till gränstemperaturen." + }, + { + "ecode": "0300020000010001", + "intro": "Nozzle temperatur onormal; Sensorn för nozzle temperatur kan ha en kortslutning." + }, + { + "ecode": "0300020000010002", + "intro": "Nozzle temperatur onormal; Det kan vara en öppen krets i värmaren." + }, + { + "ecode": "0300020000010003", + "intro": "Nozzle temperaturen onormal; värmaren har för hög temperatur." + }, + { + "ecode": "0300020000010007", + "intro": "Nozzle temperaturen är onormal, sensorn kan ha en öppen krets." + } + ] + }, + "device_error": { + "ver": 202510142200, + "sv": [ + { + "ecode": "0C00402C", + "intro": "Fel på enhetens datalänk. Starta om skrivaren." + }, + { + "ecode": "03004015", + "intro": "Dysfunktion vid kalibrering av munstycksklumpdetektering. Gå till \"Assistent\" för felsökning." + }, + { + "ecode": "0500803C", + "intro": "Den aktuella munstycksinställningen matchar inte skivningsfilen. Att fortsätta att skriva ut kan påverka utskriftskvaliteten. Det rekommenderas att skiva om innan utskrift påbörjas." + }, + { + "ecode": "0300401F", + "intro": "Hotenden är inte installerad och verktygshuvudet kan inte utföra hempositionering. Installera hotenden och fortsätt sedan." + }, + { + "ecode": "0300801E", + "intro": "Extruderingsmotorn är överbelastad, kontrollera om extrudern är igensatt eller om filamentet har fastnat i verktygshuvudet." + }, + { + "ecode": "07018007", + "intro": "Misslyckades med att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07028007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07038007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07008007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18058007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07078007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18078007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07058007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18038007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18018007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18028007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18008007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07048007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18068007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "18048007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "07068007", + "intro": "Det gick inte att extrudera filamentet. Kontrollera om extrudern är igensatt." + }, + { + "ecode": "03004016", + "intro": "Nozzle rengöringen misslyckades. Klicka på Assistenten för felsökning." + }, + { + "ecode": "0502C014", + "intro": "AMS uppskattningen av återstående filament är aktiverad som standard och kan inte inaktiveras." + }, + { + "ecode": "05864096", + "intro": "Enheten kan inte identifiera AMS-HT G. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05024098", + "intro": "Enheten kan inte identifiera AMS C. Anslut AMS-kabeln igen eller starta om printern." + }, + { + "ecode": "05014098", + "intro": "Enheten kan inte identifiera AMS B. Anslut AMS-kabeln igen eller starta om printern." + }, + { + "ecode": "05814096", + "intro": "Enheten kan inte identifiera AMS-HT B. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05844096", + "intro": "Enheten kan inte identifiera AMS-HT F. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05824096", + "intro": "Enheten kan inte identifiera AMS-HT C. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05034098", + "intro": "Enheten kan inte identifiera AMS D. Anslut AMS-kabeln igen eller starta om printern." + }, + { + "ecode": "05854096", + "intro": "Enheten kan inte identifiera AMS-HT E. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05804096", + "intro": "Enheten kan inte identifiera AMS-HT A. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05834096", + "intro": "Enheten kan inte identifiera AMS-HT D. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05874096", + "intro": "Enheten kan inte identifiera AMS-HT H. Anslut AMS-HT-kabeln igen eller starta om printern." + }, + { + "ecode": "05004098", + "intro": "Enheten kan inte identifiera AMS A. Anslut AMS kabeln igen eller starta om printern." + }, + { + "ecode": "0500807E", + "intro": "Placera en StrongGrip skärmatta på skärskyddets bas." + }, + { + "ecode": "05008062", + "intro": "Markeringen på utskrifts plattan har inte upptäckts. Kontrollera att utskrifts plattan är korrekt placerad på värmebädden med alla fyra hörn i linje och att markeringen är synlig. Om starkt ljus lyser på utskrifts plattan bör du överväga att stänga frontluckan och blockera externa ljuskällor." + }, + { + "ecode": "0500808B", + "intro": "Installationen av BirdsEye kameran misslyckades. Ta bort alla föremål och mattan på värmebädden för att säkerställa att markeringarna på värmebädden är synliga. Se samtidigt till att BirdsEye kameran är korrekt installerad och ta bort eventuella hinder som kan blockera kamerans sikt." + }, + { + "ecode": "0502C012", + "intro": "Uppgiften kan inte pausas." + }, + { + "ecode": "07FFC010", + "intro": "Sätt i filamentet (över 30cm långt) tills det går inte längre. Det kan komma lite rök under rensningen. Stäng frontluckan och toppskyddet efter insättningen." + }, + { + "ecode": "05024002", + "intro": "Skrivaren har inte kalibreringsdata för rörelseprecisions förbättring; rörelseprecisions förbättringen kan inte aktiveras." + }, + { + "ecode": "05008093", + "intro": "Silikonhylsan på munstycket är inte installerad; det finns en risk för temperaturkontrollfel. Installera den korrekt och försök igen." + }, + { + "ecode": "05008092", + "intro": "Toolhead-kamerainitiering misslyckades. Denna utskrift kan fortfarande fortsätta, men vissa AI-funktioner kommer att inaktiveras. Om du stöter på detta problem igen efter omstart, vänligen kontakta kundsupport." + }, + { + "ecode": "05008041", + "intro": "Tråden i hotend är för kall. Extruderingen kan skada extrudern. Fortfarande matar in/ut tråden?" + }, + { + "ecode": "05008040", + "intro": "Verktygshuvudets framsida är lossad. Att flytta verktygshuvudet kan skada skrivaren. Vill du fortsätta?" + }, + { + "ecode": "0502C011", + "intro": "För närvarande i 2D produktionsläge. Använd direkt på printern." + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "Kalibreringen av skärmaskinens offsetmodul misslyckades, vilket kan resultera i felaktiga snitt. Se till att det 80g vita skrivarpapperet (brevpapperstjocklek) är korrekt positionerat och kontrollera om skärbladets spets är slitet." + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "Enheten uppgraderas för närvarande. Försök igen när den är inaktiv." + }, + { + "ecode": "0300C012", + "intro": "Värm nozzle till över 170°C." + }, + { + "ecode": "07008023", + "intro": "AMS A kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07028023", + "intro": "AMS C kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07038023", + "intro": "AMS D kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07018023", + "intro": "AMS B kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07058023", + "intro": "AMS F kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07048023", + "intro": "AMS E kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18018023", + "intro": "AMS-HT B kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07068023", + "intro": "AMS G kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "07078023", + "intro": "AMS H kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18048023", + "intro": "AMS-HT E kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18068023", + "intro": "AMS-HT G kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18038023", + "intro": "AMS-HT D kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18058023", + "intro": "AMS-HT F kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18008023", + "intro": "AMS-HT A kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18078023", + "intro": "AMS-HT H kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "18028023", + "intro": "AMS-HT C kylning misslyckades. Omgivningstemperaturen kan vara för hög. Använd enheten i en lämplig miljö." + }, + { + "ecode": "05004010", + "intro": "AMS torkar och kan inte uppgraderas just nu. Försök igen senare." + }, + { + "ecode": "05004011", + "intro": "Printern laddar eller lossar filament och kan inte uppgraderas för tillfället. Försök igen senare." + }, + { + "ecode": "05004012", + "intro": "Enheten skriver ut och kan inte uppgraderas för tillfället. Försök igen senare." + }, + { + "ecode": "0500400F", + "intro": "AMS initieras och kan inte uppgraderas just nu. Försök igen senare." + }, + { + "ecode": "05004013", + "intro": "AMS är i drift och kan inte uppgraderas för tillfället. Försök igen när den är inaktiv." + }, + { + "ecode": "03008022", + "intro": "Värmebädden kan vara blockerad när den rör sig nedåt. Avlägsna eventuella föremål under värmebädden och kontrollera om det finns något motstånd eller om den fastnar under rörelsen." + }, + { + "ecode": "05004042", + "intro": "På grund av effektbegränsningar kommer start av AMS torkning att pausa aktuella operationer som nozzle uppvärmning och fläktdrift. Vill du fortsätta med torkningen?" + }, + { + "ecode": "05004040", + "intro": "Printern har nått sin effektgräns. Anslut en dedikerad strömadapter till denna AMS för att möjliggöra torkning." + }, + { + "ecode": "05004041", + "intro": "AMS torkningen kan inte startas under utskrift." + }, + { + "ecode": "0500806B", + "intro": "Snabbkopplingsspaken är inte låst. Tryck ner den externa verktygshuvud modulen för att säkerställa att den sitter ordentligt och tryck sedan ner spaken för att låsa den på plats." + }, + { + "ecode": "0502C010", + "intro": "På grund av begränsningar i printerns effekt kan utskrift, kalibrering, kontroller och andra åtgärder inte utföras under AMS torkning. Stoppa torkningsprocessen innan du fortsätter med någon annan operation." + }, + { + "ecode": "03004014", + "intro": "Nollställning av Z-axeln misslyckades: avvikelse i temperatur kontrollen." + }, + { + "ecode": "07FFC012", + "intro": "Ta bort frontluckan och häng upp den på X-axeln. Tryck på den svarta PTFE slangkopplingen och dra ut PTFE slangen. När du har slutfört åtgärden klickar du på \"Fortsätt\"." + }, + { + "ecode": "05004007", + "intro": "Enheten kräver en reparations uppgradering och utskrift är för närvarande inte tillgängligt." + }, + { + "ecode": "05008090", + "intro": "Fäst det 80 g vita utskrifts papperet i mitten av plattformen." + }, + { + "ecode": "18068005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18018004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18038005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18078004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18058004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18078005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18008005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18048005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18038004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18008004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18018005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18028004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18028005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18058005", + "intro": "AMS-HT misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18048004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18068004", + "intro": "AMS-HT kunde inte dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07FF8025", + "intro": "Kalldragning timed out. Använd eller kontrollera omedelbart om filamentet är trasigt inuti extrudern och klicka på Assistenten för mer information." + }, + { + "ecode": "18018006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18008006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18078006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18028006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18048006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18058006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18038006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "18068006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS-HT PTFE slangen är ansluten." + }, + { + "ecode": "0502400E", + "intro": "Misslyckades med att starta en ny uppgift: Kalldragningen av nozzle slutfördes inte." + }, + { + "ecode": "07008004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07018004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07028005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07038005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07FF8005", + "intro": "Det gick inte att mata filamentet utanför AMS. Klipp änden av filamentet platt och kontrollera om spolen har fastnat." + }, + { + "ecode": "18068003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07068004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07048003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07078004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18058003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07048005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18FF8005", + "intro": "Det gick inte att mata filamentet utanför AMS. Klipp änden av filamentet platt och kontrollera om spolen har fastnat." + }, + { + "ecode": "07048006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07078006", + "intro": "Det går inte att mata in filament i extrudern. AMS kan vara felkopplad med extrudern. Du kan köra om AMS Setup. Det kan också bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om inte, kontrollera om AMS PTFE slang är ansluten." + }, + { + "ecode": "07058006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07028006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07008005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07018005", + "intro": "AMS misslyckades med att mata ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07028003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07038004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07018003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07038003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07028004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07068003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "18038003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07058004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "07048004", + "intro": "AMS misslyckades med att dra tillbaka filamentet. Detta kan bero på att spolen har fastnat eller att filamentets ände har fastnat i banan." + }, + { + "ecode": "18008003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "18078003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07058005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07068005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "07058003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "18028003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07078003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07078005", + "intro": "AMS misslyckades med att skicka ut filament. Du kan klippa änden av filamentet platt och sätta in den igen. Om detta meddelande kvarstår bör du kontrollera PTFE slangarna i AMS för tecken på slitage." + }, + { + "ecode": "18048003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "18018003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "07008006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07038006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07018006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07068006", + "intro": "Det går inte att mata in filament i extrudern. Det kan bero på att filamentet har trasslat in sig eller att spolen har fastnat. Om så inte är fallet, kontrollera om AMS PTFE slangen är ansluten." + }, + { + "ecode": "07008003", + "intro": "Det gick inte att dra ut filamentet från extrudern. Detta kan bero på att extrudern är igensatt eller att filamentet har gått av inuti extrudern." + }, + { + "ecode": "0502400D", + "intro": "Det gick inte att starta en ny uppgift: laddning/lossning av filament har inte slutförts." + }, + { + "ecode": "03008042", + "intro": "Uppgiften pausades eftersom dörren är öppen." + }, + { + "ecode": "05008079", + "intro": "Placera lasertestmaterialet (350 g kartong) och placera stödremsor under för att förhindra att materialet vrids." + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A firmware matchar inte skrivaren, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0501409D", + "intro": "AMS B firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H firmware matchar inte printern; enheten kan inte fortsätta att fungera. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0503409D", + "intro": "AMS D firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F firmaware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0502409D", + "intro": "AMS C firmware matchar inte printern; enheten kan inte fortsätta att fungera. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0500409D", + "intro": "AMS A firmware matchar inte printern; enheten kan inte fortsätta att fungera. Uppdatera den på sidan \"Firmware\"." + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "03004050", + "intro": "Timeout för kalibrering av Liveview kameran; starta om printern." + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D firmware matchar inte printern, enheten kan inte fortsätta fungera. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "0C008034", + "intro": "Initialiseringen av Liveview kameran misslyckades. Utskriften kan fortfarande fortsätta, men vissa AI funktioner kommer att inaktiveras. Om du stöter på problemet igen efter omstart, kontakta kundsupport." + }, + { + "ecode": "0C008043", + "intro": "AI upptäckte klumpbildning på nozzle. Kontrollera nozzlens skick. Se assistenten för lösningar." + }, + { + "ecode": "03004008", + "intro": "AMS misslyckades med att byta filament." + }, + { + "ecode": "0C00402A", + "intro": "Den visuella markören upptäcktes inte. Klistra in papperet på nytt i rätt position." + }, + { + "ecode": "05004033", + "intro": "AMS firmware matchar inte printern. Uppdatera den på sidan ”Firmware”." + }, + { + "ecode": "05004031", + "intro": "Tillbehörets firmware matchar inte printern. Uppgradera den på sidan \"Firmware\"." + }, + { + "ecode": "05008085", + "intro": "Verktygshuvudets kamera är blockerad" + }, + { + "ecode": "07FF8007", + "intro": "Observera nozzle. Om filamentet har extruderats, välj \"Fortsätt\"; Om det inte är det, tryck filamentet något framåt och välj sedan \"Försök igen\"." + }, + { + "ecode": "07FF8002", + "intro": "Kniven har fastnat. Kontrollera att skärhandtaget är utfällt." + }, + { + "ecode": "0500808C", + "intro": "Detekterad offset av byggplattan. Rikta in byggplattan mot värmebädden och fortsätt sedan." + }, + { + "ecode": "07FFC011", + "intro": "Dra manuellt och långsamt ut filamentet från extrudern. Klicka sedan på \"Fortsätt\"." + }, + { + "ecode": "05004039", + "intro": "Den aktuella uppgiften tillåter inte installation av laser-/skärmodulen, och uppgiften har stoppats." + }, + { + "ecode": "0500403B", + "intro": "Laser-/skärnings uppgifter kan för närvarande inte startas på maskinen. Använd programvaran på datan för att starta uppgiften." + }, + { + "ecode": "07044025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07004025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07034025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18014025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07024025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18044025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07014025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07074025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18074025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07064025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18064025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18054025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "07054025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18004025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18034025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "18024025", + "intro": "Misslyckades med att läsa filament informationen." + }, + { + "ecode": "0300800D", + "intro": "Detekterat att extrudern inte extruderar normalt. Om defekterna är acceptabla väljer du \"Fortsätt\" för att återuppta utskriftsjobbet." + }, + { + "ecode": "0500C036", + "intro": "Detta är ett utskrifts jobb. Ta bort laser-/skärmodulen från verktygshuvudet." + }, + { + "ecode": "0300804F", + "intro": "Laddnings/utmatnings processen pågår för närvarande. Vänligen stoppa processen eller ta bort laser-/skärmodulen." + }, + { + "ecode": "0300804E", + "intro": "Detta är ett utskrifts jobb. Ta bort laser-/skärmodulen från verktygshuvudet." + }, + { + "ecode": "0500808A", + "intro": "BirdsEye kameran är installerad offset. Se assistenten för att installera om den." + }, + { + "ecode": "05008089", + "intro": "Uppgiften pausad på grund av att Närvaro Kontroll misslyckades. Kontrollera printern för att fortsätta." + }, + { + "ecode": "05008074", + "intro": "Laserplattformen är offset. Se till att plattformens fyra hörn är i linje med värmebädden, och att markören inte hindras." + }, + { + "ecode": "05FE8081", + "intro": "Vänster hotend är inte installerad." + }, + { + "ecode": "05FF8081", + "intro": "Höger hotend är inte installerad." + }, + { + "ecode": "05FF8080", + "intro": "Höger hotend är inte installerad." + }, + { + "ecode": "05FE8080", + "intro": "Vänster hotend är inte installerad." + }, + { + "ecode": "05008080", + "intro": "Vänster och höger hotend är inte installerad." + }, + { + "ecode": "05008081", + "intro": "Vänster och höger hotend är inte installerad." + }, + { + "ecode": "05008088", + "intro": "Birdseye kameran är smutsig" + }, + { + "ecode": "05008087", + "intro": "BirdsEye kameran är blockerad" + }, + { + "ecode": "03004002", + "intro": "Auto bädd utjämningen misslyckades; uppgiften har avbrutits." + }, + { + "ecode": "0C004020", + "intro": "Installationen av BirdsEye Kamera misslyckades. Rensa bort alla föremål och ta bort mattan. Se till att markören inte är blockerad. Under tiden ska du rengöra både BirdsEye kameran och Verktygshuvud kameran och ta bort alla främmande föremål som blockerar deras sikt." + }, + { + "ecode": "03008021", + "intro": "Nozzle kanske inte är installerad eller inte är korrekt installerad. Se till att nozzle är korrekt installerad innan du fortsätter." + }, + { + "ecode": "03008061", + "intro": "Läget för luftflödes systemet kunde inte aktiveras; kontrollera luft dörrens tillstånd." + }, + { + "ecode": "0300801A", + "intro": "Filament extruderings fel; kontrollera assistenten för felsökning. När du har löst problemet kan du avgöra om du ska avbryta eller återuppta utskriftsjobbet baserat på den faktiska utskrifts statusen." + }, + { + "ecode": "05008084", + "intro": "Live View kameran är smutsig; rengör den och fortsätt." + }, + { + "ecode": "0500401E", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande inte lyckas, kontakta support." + }, + { + "ecode": "05014023", + "intro": "Moln åtkomst avvisades. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05014025", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "18068012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "10018003", + "intro": "Time-lapse läget är inställt på Traditionell i berednings filen. Detta kan orsaka ytdefekter. Vill du aktivera det?" + }, + { + "ecode": "03008014", + "intro": "Nozzlen är täckt av filament eller så är byggplattan felaktigt installerad. Avbryt utskriften och rengör nozzlen eller justera byggplattan i enlighet med den faktiska statusen. Du kan också trycka på knappen \"Återuppta\" för att återuppta utskriftsjobbet." + }, + { + "ecode": "03008017", + "intro": "Främmande föremål har upptäckts på värmebädden. Kontrollera och rengör värmebädden. Tryck sedan på \"Återuppta\" för att återuppta utskriftsjobbet." + }, + { + "ecode": "0500401C", + "intro": "Moln åtkomst nekas. Om du har försökt flera gånger och det fortfarande inte går, kontakta kundsupport." + }, + { + "ecode": "05004025", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, vänligen kontakta kundsupport." + }, + { + "ecode": "05004026", + "intro": "Moln åtkomst avvisades. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05004028", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, vänligen kontakta kundsupport." + }, + { + "ecode": "0501401B", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05014020", + "intro": "Moln åtkomst avvisades. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05014022", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, vänligen kontakta kundsupport." + }, + { + "ecode": "05014029", + "intro": "Moln åtkomst avvisas. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "07008012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07018012", + "intro": "Det gick inte att hämta AMS mappnings tabell; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07028012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07FF8011", + "intro": "Externt filament har tagit slut; ladda en ny filament." + }, + { + "ecode": "0300801C", + "intro": "Extruderings motståndet är onormalt. Extrudern kan vara igensatt, se assistenten, efter felsökning kan du trycka på ”Återuppta” för att återuppta utskriftsjobbet." + }, + { + "ecode": "05008055", + "intro": "Lasermodulen är installerad, men en skärplattform har upptäckts. Placera en laserplattform och utför laserkalibrering." + }, + { + "ecode": "03004020", + "intro": "Detektering av nozzle misslyckades. Kontrollera assistenten för mer information." + }, + { + "ecode": "0500402E", + "intro": "Systemet stöder inte det filsystem som för närvarande används av USB minnet. Vänligen byt ut eller formatera USB minnet till FAT32." + }, + { + "ecode": "05008063", + "intro": "Plattformen detekteras inte under kalibreringen; kontrollera att laser plattformen är korrekt placerad." + }, + { + "ecode": "05008066", + "intro": "Uppgiften kräver en skärplattform, men den nuvarande är en laserplattform. Vänligen byt ut den mot en skärplattform (skärskyddsbas + LightGrip skärmatta)." + }, + { + "ecode": "18008012", + "intro": "Det gick inte att hämta AMS mappnings tabell; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18048012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07058012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07068012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07078012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18058012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18078012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07048012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18018012", + "intro": "Det gick inte att hämta AMS mappnings tabell; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "05004065", + "intro": "Uppgiften kräver en laserplattform, men den nuvarande är en skärplattform. Byt ut den, mät materialtjockleken i programvaran och starta sedan om uppgiften." + }, + { + "ecode": "05004075", + "intro": "Ingen laserplattform detekterades, vilket kan påverka tjockleksmätningens noggrannhet. Placera laserplattformen på rätt sätt och se till att de bakre markörerna inte blockeras, starta sedan om tjockleksmätningen i programvaran innan du påbörjar uppgiften." + }, + { + "ecode": "0500807D", + "intro": "Den här uppgiften kräver en skär plattform, men den nuvarande är en laser plattform. Vänligen ersätt den med en skär plattform (skär skyddsbas + StrongGrip skär matta)." + }, + { + "ecode": "03008000", + "intro": "Utskrift pausad av okänd orsak. Tryck på \"Återuppta\" för att fortsätta utskriften." + }, + { + "ecode": "03008016", + "intro": "Nozzlen är igensatt med filament. Avbryt utskriften och rengör nozzlen eller tryck på knappen \"Återuppta\" för att återuppta utskriften." + }, + { + "ecode": "0500401B", + "intro": "Molnsvaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta support." + }, + { + "ecode": "05004020", + "intro": "Åtkomst till molnet nekas. Om du har försökt flera gånger och fortfarande inte lyckas, kontakta kundsupport." + }, + { + "ecode": "05004022", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05004023", + "intro": "Moln åtkomst avvisades. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05004029", + "intro": "Moln åtkomst avvisas. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "0501401C", + "intro": "Moln åtkomst avvisas. Om du har försökt flera gånger och fortfarande inte lyckas, kontakta kundsupport." + }, + { + "ecode": "0501401E", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05014026", + "intro": "Moln åtkomst avvisades. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "05014028", + "intro": "Moln svaret är ogiltigt. Om du har försökt flera gånger och fortfarande misslyckas, kontakta kundsupport." + }, + { + "ecode": "07038012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07FF8012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "07FFC00A", + "intro": "Observera nozzle. Om filamentet har extruderats, välj \"Fortsätt\"; om inte, tryck filamentet något framåt och klicka sedan på \"Försök igen\"." + }, + { + "ecode": "05008064", + "intro": "Placera laser plattformen på rätt sätt och se till att de bakre markörerna inte blockeras för laserkalibrering." + }, + { + "ecode": "18038012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18028012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "18FF8012", + "intro": "Det gick inte att hämta AMS mappnings tabellen; välj \"Fortsätt\" för att försöka igen." + }, + { + "ecode": "05004076", + "intro": "Placera laserplattformen på rätt sätt och se till att de bakre markörerna inte blockeras, starta sedan om tjockleksmätningen i programvaran innan du påbörjar uppgiften." + }, + { + "ecode": "0500807A", + "intro": "Funktionen för att upptäcka främmande föremål fungerar inte. Du kan fortsätta med uppgiften eller kontrollera assistenten för felsökning." + }, + { + "ecode": "07FF8010", + "intro": "Kontrollera om den externa filamentspolen eller filamentet har fastnat." + }, + { + "ecode": "03004000", + "intro": "Z axelns nollställning misslyckades; uppgiften har stoppats." + }, + { + "ecode": "0300800A", + "intro": "Filament ansamling upptäcktes av AI utskrifts övervakningen. Ta bort filamentet från utlopps rännan." + }, + { + "ecode": "0300800B", + "intro": "Skäraren har fastnat. Kontrollera att skärhandtaget är utfällt och kontrollera filament sensorns kabelanslutning." + }, + { + "ecode": "03008065", + "intro": "MC modulens temperatur är för hög. Kontrollera Wiki för möjliga förklaringar." + }, + { + "ecode": "05004070", + "intro": "Laser- eller skärmodulen är ansluten, så enheten kan inte starta en 3D utskrift." + }, + { + "ecode": "0300400B", + "intro": "Undantag för intern kommunikation." + }, + { + "ecode": "03008001", + "intro": "Utskriften pausades på grund av paus kommandot som lagts till i utskrifts filen." + }, + { + "ecode": "05014038", + "intro": "De regionala inställningarna stämmer inte överens med printerns; kontrollera printerns regionala inställningar." + }, + { + "ecode": "03008051", + "intro": "Skärmodulen har tappats eller skärmodulens kabel är bortkopplad; kontrollera modulen." + }, + { + "ecode": "0C004024", + "intro": "Birdseye kameran är installerad offset. Se assistenten för att installera om den." + }, + { + "ecode": "10018004", + "intro": "Prime Tower är inte aktiverat och time-lapse läget är inställt på Smooth i berednings filen. Detta kan orsaka ytdefekter. Vill du aktivera det?" + }, + { + "ecode": "03008041", + "intro": "Timeout för plattforms detektering: starta om printern." + }, + { + "ecode": "03004067", + "intro": "Kalibrerings resultatet är över gränsvärdet." + }, + { + "ecode": "18008011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "18078011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "18038011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "18018011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "18058011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "18068011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "18048011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "03004011", + "intro": "Kalibrering av flödesdynamik misslyckades; påbörja utskrift eller kalibrering." + }, + { + "ecode": "18028011", + "intro": "AMS-HT filament tog slut. Sätt i nytt filament i samma AMS-HT fack." + }, + { + "ecode": "05008072", + "intro": "Live View kameran är blockerad" + }, + { + "ecode": "05008083", + "intro": "Material är inte tillåtet i monterings kalibreringen. Ta bort materialet från plattformen." + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "10014002", + "intro": "Timelapse stöds inte eftersom utskriftssekvensen är inställd på \"Per objekt\"." + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1803C069", + "intro": "Ett fel uppstod under AMS-HT D torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT A motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1805C069", + "intro": "Ett fel uppstod under AMS-HT F torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H läser RFID. Det går inte att starta torkningen. Vänligen försök igen senare." + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1807C069", + "intro": "Ett fel uppstod under AMS-HT H torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT D motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C hjälper till med filament inmatning. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1806C069", + "intro": "Ett fel uppstod under AMS-HT G torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1800C069", + "intro": "Ett fel uppstod under AMS-HT A torkning. Gå till Assistent för mer information." + }, + { + "ecode": "1802C069", + "intro": "Ett fel uppstod under AMS-HT C torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B är i matnings stöd läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1000C003", + "intro": "Att aktivera Timelapse i traditionellt läge kan orsaka defekter; aktivera denna funktion efter behov." + }, + { + "ecode": "1804C069", + "intro": "Ett fel uppstod under AMS-HT E torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT B motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT G motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1801C069", + "intro": "Ett fel uppstod under AMS-HT B torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A byter filament. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "10014001", + "intro": "Timelapse stöds inte eftersom Spiral vase läget är aktiverat i berednings inställningarna." + }, + { + "ecode": "0500806E", + "intro": "Främmande föremål upptäcks på värmebädden; kontrollera och rengör värmebädden." + }, + { + "ecode": "05004004", + "intro": "Enheten är upptagen och kan inte starta en ny uppgift. Vänta tills den aktuella uppgiften är klar innan du skickar en ny uppgift." + }, + { + "ecode": "0C004025", + "intro": "BirdsEye kameran är smutsig. Rengör den och starta om processen." + }, + { + "ecode": "05008061", + "intro": "Ingen utskrifts platta upptäcktes. Se till att den är korrekt placerad." + }, + { + "ecode": "0701C06C", + "intro": "AMS B är i matnings hjälpläge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0701C069", + "intro": "Ett fel uppstod under AMS B torkning. Gå till Assistent för mer information." + }, + { + "ecode": "0700C06E", + "intro": "AMS A motorn utför självtest. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0703C06C", + "intro": "AMS D är i matnings assistent läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0703C069", + "intro": "Ett fel uppstod under AMS D torkning. Gå till Assistenten för mer information." + }, + { + "ecode": "0701C06B", + "intro": "AMS B byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0700C06C", + "intro": "AMS A är i Matnings Stöd Läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0702C069", + "intro": "Ett fel uppstod under AMS C torkning. Gå till Assistent för mer information." + }, + { + "ecode": "0703C06B", + "intro": "AMS D byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "03008054", + "intro": "Lägg i det papper som krävs för Print Then Cut." + }, + { + "ecode": "0703C06D", + "intro": "AMS D hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0701C06D", + "intro": "AMS B hjälper till med filamentinsättning. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0702C06A", + "intro": "AMS C läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "0702C06E", + "intro": "AMS C motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "0702C06C", + "intro": "AMS C är i matnings assistent läge. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0702C06B", + "intro": "AMS C byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0700C06D", + "intro": "AMS A hjälper till med filament matning. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0701C06A", + "intro": "AMS B läser RFID. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "0702C06D", + "intro": "AMS C hjälper till att sätta in filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "05008082", + "intro": "Ta bort skyddsfilmen på den ogenomskinliga glansiga akrylen före bearbetning" + }, + { + "ecode": "0703C06A", + "intro": "AMS D läser RFID. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0700C06B", + "intro": "AMS A byter filament. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "05008060", + "intro": "Den nuvarande modulen på verktygshuvudet uppfyller inte kraven. Vänligen byt ut modulen enligt instruktionerna på skärmen." + }, + { + "ecode": "0700C069", + "intro": "Ett fel uppstod under AMS A torkning. Gå till Assistent för mer information." + }, + { + "ecode": "0701C06E", + "intro": "AMS B motor utför självtest. Det går inte att starta torkningen. Försök igen senare." + }, + { + "ecode": "0700C06A", + "intro": "AMS A läser RFID. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "0703C06E", + "intro": "AMS D motorn utför självtest. Det går inte att börja torka. Försök igen senare." + }, + { + "ecode": "05008056", + "intro": "Skärmodulen är installerad, men laserplattform detekteras. Vänligen placera skärplattformen för kalibrering." + }, + { + "ecode": "0500C07F", + "intro": "Enheten är upptagen och kan inte utföra den här åtgärden. För att fortsätta, pausa eller stoppa den aktuella uppgiften." + }, + { + "ecode": "0C008016", + "intro": "Funktionen för detektering av främmande föremål fungerar inte. Du kan fortsätta med uppgiften eller kontrollera assistenten för lösningar." + }, + { + "ecode": "07FF8001", + "intro": "Misslyckades med att klippa filamentet. Kontrollera skäraren." + }, + { + "ecode": "18FF8001", + "intro": "Det gick inte att klippa filamentet. Kontrollera kniven." + }, + { + "ecode": "07018016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07048016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18028016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07078016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18018016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18008016", + "intro": "Extrudern extruderar inte normalt; vänligen hänvisa till assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen återuppta." + }, + { + "ecode": "0C004021", + "intro": "Installationen av BirdsEye Camera misslyckades; starta om printern." + }, + { + "ecode": "0C004026", + "intro": "Initialiseringen av Live View Camera misslyckades; starta om skrivaren." + }, + { + "ecode": "07008016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07038016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07028016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07068016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18048016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18068016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18078016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18038016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "07058016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "18058016", + "intro": "Extrudern extruderar inte normalt; se assistenten. Efter felsökning. Om defekterna är acceptabla, vänligen fortsätt." + }, + { + "ecode": "0C00402D", + "intro": "Verktygshuvudets kamera fungerar inte som den ska; starta om enheten." + }, + { + "ecode": "07FF8004", + "intro": "Det gick inte att dra tillbaka filamentet från verktygshuvudet till AMS. Kontrollera om filamentet eller spolen har fastnat." + }, + { + "ecode": "0500805C", + "intro": "Typen av grepp skärmatta matchar inte; placera en LightGrip skärmatta." + }, + { + "ecode": "05008059", + "intro": "Skärplattformens bas är inte korrekt inriktad. Se till att plattformens fyra hörn är i linje med värmebädden." + }, + { + "ecode": "0500806C", + "intro": "Placera skärplattformen på rätt sätt och se till att markören är exponerad." + }, + { + "ecode": "07018013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "0500805A", + "intro": "Placera skärmattan på skärskyddets bas." + }, + { + "ecode": "07068013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18038013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18008013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18048013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18028013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18058013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "07048013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "05008071", + "intro": "Ingen skärplattform upptäcktes. Bekräfta att den har placerats korrekt." + }, + { + "ecode": "05008073", + "intro": "Gränsblocket för värmebädden är blockerat eller förorenat. Rengör och se till att gränsblocket är synligt, annars kan detekteringen av plattformens positions offset vara felaktig." + }, + { + "ecode": "05008068", + "intro": "Placera skärmattan med starkt grepp på rätt sätt och se till att markören är synlig." + }, + { + "ecode": "0500807C", + "intro": "Placera skärplattformen (skärskyddsbas + StrongGrip skärmatta)." + }, + { + "ecode": "05008067", + "intro": "Placera en LightGrip skärmatta på skärskyddets bas." + }, + { + "ecode": "07008013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "07028013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "07038013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "0500806F", + "intro": "Typen av skärmatta matchar inte; placera en StrongGrip skärmatta." + }, + { + "ecode": "18068013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "07058013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "07078013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18018013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "18078013", + "intro": "Timeout för rensning av gammalt filament: Kontrollera om filament sitter fast eller om extrudern är igensatt." + }, + { + "ecode": "03004052", + "intro": "Blad Z axelns nollställning misslyckades" + }, + { + "ecode": "05008058", + "intro": "Placera skärmattan med lätt grepp korrekt och se till att markören är exponerad." + }, + { + "ecode": "0500807B", + "intro": "Placera skärplattformen (skärskyddsbas + LightGrip skärmatta)." + }, + { + "ecode": "0C008018", + "intro": "Funktionen för detektering av främmande föremål fungerar inte. Du kan fortsätta uppgiften eller visa assistenten för felsökning." + }, + { + "ecode": "0500805B", + "intro": "Typen av skärmatta är okänd; vänligen byt ut den mot rätt skärmatta." + }, + { + "ecode": "03008064", + "intro": "Kammarens temperatur är för hög. Öppna den övre luckan och den främre luckan för att svalna. (Detektering av öppen dörr för detta utskriftsjobb kommer att ställas in på nivån \"Meddelande\")" + }, + { + "ecode": "0C008017", + "intro": "Främmande föremål upptäckt på plattformen; ta bort dem." + }, + { + "ecode": "05008077", + "intro": "Den visuella markören upptäcktes inte. Se till att papperet är korrekt placerat." + }, + { + "ecode": "05008078", + "intro": "Aktuellt material stämmer inte överens med inställningarna i berednings filen. Ladda rätt material och se till att QR koden på materialet inte är skadad eller smutsig." + }, + { + "ecode": "0500403F", + "intro": "Det gick inte att ladda ned utskriftsjobbet; kontrollera din nätverksanslutning." + }, + { + "ecode": "0500403D", + "intro": "Verktygshuvud modulen är inte konfigurerad. Ställ in den innan du påbörjar uppgiften." + }, + { + "ecode": "0300400C", + "intro": "Utskriften avbröts." + }, + { + "ecode": "05008051", + "intro": "Upptäckt byggplatta är inte densamma som G-kod filen. Justera berednings inställningarna eller använd rätt platta." + }, + { + "ecode": "18038017", + "intro": "AMS-HT D torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "07078010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18048010", + "intro": "AMS-HT stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18038010", + "intro": "AMS-HT stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18028010", + "intro": "AMS-HT stöd motorn är överbelastad. Detta kan bero på trassligt filament eller en spole som fastnat." + }, + { + "ecode": "18008010", + "intro": "AMS-HT stöd motorn är överbelastad. Detta kan bero på trassligt filament eller en spole som fastnat." + }, + { + "ecode": "18018017", + "intro": "AMS-HT B torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "18078010", + "intro": "AMS-HT stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18028017", + "intro": "AMS-HT C torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "18008017", + "intro": "AMS-HT A håller på att torka. Vänligen stoppa torkprocessen innan du laddar/lossar material." + }, + { + "ecode": "07068011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "0C004027", + "intro": "Kalibreringen av Live View kameran misslyckades. Se assistenten för detaljer och kalibrera om kameran efter bearbetningen." + }, + { + "ecode": "07058010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18018010", + "intro": "AMS-HT stöd motorn är överbelastad. Detta kan bero på trassligt filament eller en spole som fastnat." + }, + { + "ecode": "18068010", + "intro": "AMS-HT stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "18058010", + "intro": "AMS-HT stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07048010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07068010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07078011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07058011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07048011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "0C008015", + "intro": "Föremål upptäcks på plattformen; städa upp dem i god tid." + }, + { + "ecode": "05024006", + "intro": "Okänd modul upptäcktes, försök att uppdatera firmware till den senaste versionen." + }, + { + "ecode": "07018017", + "intro": "AMS B torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "07028017", + "intro": "AMS C torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "03004013", + "intro": "Utskrift kan inte påbörjas medan AMS torkar." + }, + { + "ecode": "07038017", + "intro": "AMS D torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "07008017", + "intro": "AMS A torkar. Vänligen sluta torkningen innan du laddar/lossar material." + }, + { + "ecode": "07FFC003", + "intro": "Dra ut filamentet på spolhållaren. Om detta meddelande kvarstår, kontrollera om filamentet har gått sönder i extrudern eller PTFE slangen. (Anslut en PTFE slang om du ska använda en AMS)" + }, + { + "ecode": "07FFC008", + "intro": "Dra ut filamentet på spolhållaren. Om detta meddelande kvarstår, kontrollera om filamentet har gått sönder i extrudern. (Anslut en PTFE slang om du ska använda en AMS)" + }, + { + "ecode": "0500405D", + "intro": "Fel på lasermodulens serienummer: det går inte att kalibrera eller skapa ett projekt." + }, + { + "ecode": "0500805E", + "intro": "Fel på skärmodulens serienummer: det går inte att kalibrera eller skapa ett projekt." + }, + { + "ecode": "0500C010", + "intro": "USB-minne med skrivskydd undantag; vänligen sätt in eller byt ut det igen." + }, + { + "ecode": "0500402F", + "intro": "USB minnets sektordata är skadad; formatera det. Om den fortfarande inte kan identifieras, byt ut USB minnet." + }, + { + "ecode": "05008053", + "intro": "Nozzel fel upptäcktes under utskrift. Starta utskriften efter ny beredning, eller fortsätt skriva ut efter att rätt nozzel har bytats ut. Varning: värmetemperaturen är hög." + }, + { + "ecode": "05024003", + "intro": "Skrivaren håller på att skriva ut och funktionen för förbättring av rörelseprecisionen kan inte slås på eller av." + }, + { + "ecode": "05024005", + "intro": "AMS har inte kalibrerats ännu, så utskrift kan inte initieras." + }, + { + "ecode": "07FF8003", + "intro": "Dra ut filamentet på spolhållaren. Om detta meddelande kvarstår, kontrollera om filamentet har gått sönder i extrudern. (Anslut en PTFE slang om du ska använda en AMS)." + }, + { + "ecode": "03008049", + "intro": "Den aktuella plattan är ogiltig." + }, + { + "ecode": "05004008", + "intro": "Det gick inte att starta utskriften; stäng av skrivaren och skicka utskriftsjobbet igen." + }, + { + "ecode": "0500400B", + "intro": "Det uppstod ett problem med att ladda ner en fil. Kontrollera din nätverksanslutning och skicka utskriften igen." + }, + { + "ecode": "05004018", + "intro": "Analys av information om bindnings konfiguration misslyckades; försök igen." + }, + { + "ecode": "0500402C", + "intro": "IP-adressen kunde inte erhållas, vilket kan bero på trådlösa störningar som leder till att dataöverföringen misslyckas eller att routerns DHCP adresspool är full. Flytta skrivaren närmare routern och försök igen. Om problemet kvarstår kan du kontrollera routerns inställningar för att se om IP-adresserna är slut." + }, + { + "ecode": "0500400A", + "intro": "Filnamnet stöds inte. Byt namn och starta om utskriftsjobbet." + }, + { + "ecode": "0500400D", + "intro": "Kör ett självtest och starta om utskriftsjobbet." + }, + { + "ecode": "0501401A", + "intro": "Åtkomst till molnet misslyckades. Möjliga orsaker är att nätverket är instabilt på grund av störningar, att det inte går att komma åt Internet eller att routerns brandväggskonfiguration är begränsad. Du kan försöka flytta skrivaren närmare routern eller kontrollera routerns konfiguration innan du försöker igen." + }, + { + "ecode": "05014033", + "intro": "Din APP-region matchar inte din skrivare; ladda ner APP i motsvarande region och registrera ditt konto igen." + }, + { + "ecode": "0500402D", + "intro": "System undantag" + }, + { + "ecode": "03008047", + "intro": "Tidsgräns för detektering av snabbkopplings spaken: starta om skrivaren." + }, + { + "ecode": "03008008", + "intro": "Fel i nozzelns temperatur" + }, + { + "ecode": "03008009", + "intro": "Fel på värmebäddens temperatur" + }, + { + "ecode": "05004002", + "intro": "Sökväg eller namn för utskriftsfil stöds inte. Skicka utskriftsjobbet igen." + }, + { + "ecode": "05004006", + "intro": "Det finns inte tillräckligt med ledigt lagringsutrymme för utskriftsjobbet. Återställning till fabriksinställningar kan frigöra tillgängligt utrymme." + }, + { + "ecode": "05014039", + "intro": "Enhetens inloggning har gått ut; försök att binda igen." + }, + { + "ecode": "03008046", + "intro": "Timeout för detektering av främmande föremål: starta om skrivaren." + }, + { + "ecode": "03008062", + "intro": "Kammarens temperatur är för hög. Det kan bero på hög omgivningstemperatur." + }, + { + "ecode": "03008045", + "intro": "Timeout för materialdetektering: starta om skrivaren." + }, + { + "ecode": "0300800C", + "intro": "Stegförlust upptäckt: automatisk återställning klar; fortsätt utskriften och kontrollera om det finns några lager förskjutningsproblem." + }, + { + "ecode": "0500401A", + "intro": "Åtkomst till molnet misslyckades. Möjliga orsaker är att nätverket är instabilt på grund av störningar, att det inte går att komma åt Internet eller att routerns brandväggskonfiguration är begränsad. Du kan försöka flytta skrivaren närmare routern eller kontrollera routerns konfiguration innan du försöker igen." + }, + { + "ecode": "05014018", + "intro": "Analys av information om bindnings konfiguration misslyckades; försök igen." + }, + { + "ecode": "0300400F", + "intro": "Strömförsörjningsspänningen matchar inte skrivaren." + }, + { + "ecode": "05024004", + "intro": "Vissa funktioner stöds inte av den aktuella enheten. Kontrollera Studio inställningarna eller uppdatera firmware till den senaste versionen." + }, + { + "ecode": "0500806D", + "intro": "Material detekteras inte. Bekräfta placeringen och fortsätt." + }, + { + "ecode": "0C004022", + "intro": "Installationen av BirdsEye kameran misslyckades. Kontrollera om lasermodulen fungerar som den ska." + }, + { + "ecode": "0300801D", + "intro": "Positionssensorn för extruderns servomotor fungerar inte som den ska. Stäng först av skrivaren och kontrollera om anslutningskabeln är lös." + }, + { + "ecode": "07038002", + "intro": "Skäraren sitter fast. Se till att skärhandtaget är ute." + }, + { + "ecode": "0C00403D", + "intro": "Vision kodarplattan upptäcktes inte. Kontrollera att den är korrekt placerad på heatbed." + }, + { + "ecode": "07028002", + "intro": "Skäraren sitter fast. Se till att skärhandtaget är ute." + }, + { + "ecode": "07018002", + "intro": "Skäraren sitter fast. Se till att skärhandtaget är ute." + }, + { + "ecode": "0C00C004", + "intro": "Möjligt spagettifel upptäcktes." + }, + { + "ecode": "05004043", + "intro": "På grund av effektbegränsningar får endast en AMS använda enhetens kraft för torkning." + }, + { + "ecode": "05004052", + "intro": "Fel upptäckt på hotend." + }, + { + "ecode": "05004050", + "intro": "Fel upptäckt på utskrifts kortet." + }, + { + "ecode": "03004068", + "intro": "Stegförlust inträffade under processen för förbättring av rörelseprecisionen. Vänligen försök igen." + }, + { + "ecode": "05004054", + "intro": "Fel upptäckt på mattan." + }, + { + "ecode": "0500403E", + "intro": "Det aktuella verktygshuvudet stöder inte initiering." + }, + { + "ecode": "03004066", + "intro": "Kalibrering av rörelseprecision misslyckades." + }, + { + "ecode": "0C00C006", + "intro": "Rensat filament kan ha samlats i avfalls rännan." + }, + { + "ecode": "03008063", + "intro": "Kammartemperaturen är för hög. Öppna toppluckan och frontluckan för att kyla ned." + }, + { + "ecode": "0C00800B", + "intro": "Heatbeds markören detekterades inte. Rensa alla föremål och ta bort mattan. Se till att markören inte är blockerad." + }, + { + "ecode": "0C004029", + "intro": "Materialet har inte upptäckts. Bekräfta placering och fortsätt." + }, + { + "ecode": "0C008005", + "intro": "Rensat filament har samlats i avfallsrännan, vilket kan orsaka en kollision med verktygshuvudet." + }, + { + "ecode": "0C008033", + "intro": "Snabbkopplings spaken är inte låst. Tryck ner den för att säkra." + }, + { + "ecode": "0C008009", + "intro": "Lokaliserings markören för byggplattan har inte hittats." + }, + { + "ecode": "1000C001", + "intro": "Hög bäddtemperatur kan leda till att filamentet täpps till i nozzeln. Du kan öppna kammar dörren." + }, + { + "ecode": "1000C002", + "intro": "Utskrift med CF material med rostfritt stål kan orsaka skador på nozzeln." + }, + { + "ecode": "07038010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07038011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07FF8006", + "intro": "Mata in filament i PTFE-röret tills det inte går att trycka längre." + }, + { + "ecode": "07FFC006", + "intro": "Mata in filament i PTFE-röret tills det inte går att trycka längre." + }, + { + "ecode": "07FFC009", + "intro": "Mata in filament i PTFE slangen tills det inte går att trycka längre." + }, + { + "ecode": "07028010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07028011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07018010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "07018011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07008011", + "intro": "AMS filament tog slut. Sätt i nytt filament i samma AMS fack." + }, + { + "ecode": "07008002", + "intro": "Skäraren sitter fast. Se till att skärhandtaget är ute." + }, + { + "ecode": "07008010", + "intro": "AMS stöd motor är överbelastad. Detta kan bero på trassligt filament eller att spolen har fastnat." + }, + { + "ecode": "0501401D", + "intro": "Moln åtkomst misslyckades, vilket kan bero på att nätverket är instabilt på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "0501401F", + "intro": "Tiden för auktorisering har gått ut. Se till att din telefon eller dator har tillgång till internet och att Bambu Studio/Bambu Handy APP är öppen under kopplings operationen." + }, + { + "ecode": "05014021", + "intro": "Moln åtkomst misslyckades, vilket kan bero på att nätverket är instabilt på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "05014024", + "intro": "Moln åtkomst misslyckades. Möjliga orsaker kan vara instabilitet i nätverket på grund av störningar, att det inte går att komma åt Internet eller begränsningar i routerns brandväggs konfiguration. Du kan försöka flytta skrivaren närmare routern eller kontrollera routerns konfiguration innan du försöker igen." + }, + { + "ecode": "05014027", + "intro": "Moln åtkomst misslyckades; detta kan orsakas av instabilitet i nätverket på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "05014031", + "intro": "Bindning av enhetsidentifiering pågår och QR-koden kan inte visas på skärmen. Du kan vänta tills bindningen är klar eller avbryta bindningsprocessen för enhetsidentifiering i APP/Studio och försöka skanna QR-koden på skärmen igen för bindning." + }, + { + "ecode": "05014032", + "intro": "Bindning av QR-kod pågår och bindning av enhetsidentifiering kan inte utföras. Du kan skanna QR-koden på skärmen för bindning, eller avsluta visningssidan för QR-kod på skärmen och försöka binda enhetsidentifiering." + }, + { + "ecode": "05014034", + "intro": "Berednings förloppet har inte uppdaterats på länge och utskriftsuppgiften har avslutats. Bekräfta parametrarna och starta utskriften igen." + }, + { + "ecode": "05014035", + "intro": "Enheten håller på att sammankopplas och kan inte svara på nya sammankopplings förfrågningar." + }, + { + "ecode": "05024001", + "intro": "Nuvarande filament kommer att användas i detta utskriftsjobb. Inställningarna kan inte ändras." + }, + { + "ecode": "05004001", + "intro": "Kontakt med Bambu Cloud misslyckades. Kontrollera nätverks kopplingen." + }, + { + "ecode": "05004003", + "intro": "Utskriften stoppades eftersom printern inte kunde analysera filen. Skicka utskriftsjobbet igen." + }, + { + "ecode": "05004005", + "intro": "Utskriftsjobb får inte skickas vid uppdatering av firmware." + }, + { + "ecode": "05004009", + "intro": "Utskriftsjobb får inte skickas vid uppdatering av loggar." + }, + { + "ecode": "0500400E", + "intro": "Utskriften avbröts." + }, + { + "ecode": "05004014", + "intro": "Utskriftsjobbet kunde inte beredas, kontrollera inställningarna och starta om utskriftsjobbet." + }, + { + "ecode": "05004017", + "intro": "Kopplingen misslyckades. Försök igen eller starta om skrivaren och försök igen." + }, + { + "ecode": "05004019", + "intro": "Skrivaren har redan kopplats. Ta bort kopplingen och försök igen." + }, + { + "ecode": "0500401D", + "intro": "Moln åtkomst misslyckades, vilket kan bero på att nätverket är instabilt på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "0500401F", + "intro": "Tiden för auktorisering har gått ut. Se till att din telefon eller dator har tillgång till internet och att Bambu Studio/Bambu Handy APP är öppen under kopplings operationen." + }, + { + "ecode": "05004021", + "intro": "Moln åtkomst misslyckades, vilket kan bero på att nätverket är instabilt på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "05004024", + "intro": "Moln åtkomst misslyckades. Möjliga orsaker kan vara instabilitet i nätverket på grund av störningar, att det inte går att komma åt Internet eller begränsningar i routerns brandväggs konfiguration. Du kan försöka flytta skrivaren närmare routern eller kontrollera routerns konfiguration innan du försöker igen." + }, + { + "ecode": "05004027", + "intro": "Moln åtkomst misslyckades; detta kan orsakas av instabilitet i nätverket på grund av störningar. Du kan försöka flytta skrivaren närmare routern innan du försöker igen." + }, + { + "ecode": "0500402A", + "intro": "Det gick inte att ansluta till routern, vilket kan bero på trådlösa störningar eller att skrivaren är för långt bort från routern. Försök igen eller flytta skrivaren närmare routern och försök igen." + }, + { + "ecode": "0500402B", + "intro": "Router anslutningen misslyckades på grund av felaktigt lösenord. Kontrollera lösenordet och försök igen." + }, + { + "ecode": "05004037", + "intro": "Din beredda fil är inte kompatibel med aktuell skrivar modell. Den här filen kan inte skrivas ut på den här skrivaren." + }, + { + "ecode": "05004038", + "intro": "Nozzel diametern i den beredda filen överensstämmer inte med den aktuella nozzel inställningen. Denna fil kan inte skrivas ut." + }, + { + "ecode": "05008013", + "intro": "Utskriftsfilen är inte tillgänglig. Kontrollera om lagringsmediet har tagits bort." + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "Din beredda fil överensstämmer inte med den aktuella skrivarmodellen. Fortsätta?" + }, + { + "ecode": "05014017", + "intro": "Kopplingen misslyckades. Försök igen eller starta om skrivaren och försök igen." + }, + { + "ecode": "05014019", + "intro": "Skrivaren har redan kopplats. Ta bort kopplingen och försök igen." + }, + { + "ecode": "03004001", + "intro": "Skrivaren tog timeout i väntan på att nozzle skulle kylas ner innan nollställning." + }, + { + "ecode": "03004005", + "intro": "Hotend fläktens hastighet är onormal." + }, + { + "ecode": "03004006", + "intro": "Nozzle är igensatt." + }, + { + "ecode": "03004009", + "intro": "Nollställning av XY axis misslyckades." + }, + { + "ecode": "0300400A", + "intro": "Identifiering av mekanisk resonansfrekvens misslyckades." + }, + { + "ecode": "0300400D", + "intro": "Återupptagande efter strömavbrott misslyckades." + }, + { + "ecode": "0300400E", + "intro": "Självtestet av motorn misslyckades." + }, + { + "ecode": "03008003", + "intro": "Spaghetti-defekter upptäcktes av AI-utskrifts övervakningen. Kontrollera kvaliteten på den utskrivna modellen innan du fortsätter utskriften." + }, + { + "ecode": "03008005", + "intro": "Verktygshuvudets främre kåpa föll av. Sätt tillbaka frontkåpan och kontrollera att utskriften går bra." + }, + { + "ecode": "03008007", + "intro": "Det fanns ett oavslutat utskriftsjobb när printern förlorade strömmen. Om modellen fortfarande sitter fast på byggplattan kan du försöka återuppta utskriftsjobbet." + }, + { + "ecode": "0300800E", + "intro": "Utskriftsfilen är inte tillgänglig. Kontrollera om lagringsmediet har tagits bort." + }, + { + "ecode": "0300800F", + "intro": "Dörren har upptäckts att vara öppen, så utskriften är pausad." + }, + { + "ecode": "03008010", + "intro": "Hotend fläktens hastighet är onormal." + }, + { + "ecode": "03008013", + "intro": "Utskriften pausades av användaren. Du kan välja \"Återuppta\" för att fortsätta utskriften." + }, + { + "ecode": "03008018", + "intro": "Fel i kammar temperaturen." + }, + { + "ecode": "03008019", + "intro": "Ingen byggplatta är placerad." + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_zh-cn_22E.json b/resources/hms/hms_zh-cn_22E.json new file mode 100644 index 0000000000..5b3c93e1a9 --- /dev/null +++ b/resources/hms/hms_zh-cn_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "zh-cn": [ + { + "ecode": "0300020000010008", + "intro": "挤出机喷嘴温度异常,无法加热至设定值,可能是喷嘴硅胶套未正确安装。" + }, + { + "ecode": "030018000001000D", + "intro": "喷嘴裹头位置检测失败。检测到喷嘴受力过大,请确认喷嘴已正确安装。" + }, + { + "ecode": "030018000001000E", + "intro": "喷嘴裹头位置检测失败,未能触碰圆孔内壁。请清理喷嘴及热床右后侧钢片圆孔处的异物。" + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "挤出电机无法挤出料,可能堵头或者耗材丝过细导致挤出机打滑,或者外部挂载的耗材缠绕。" + }, + { + "ecode": "0300090000020004", + "intro": "挤出阻力异常,可能堵头或者有耗材卡在工具头内,或者外部挂载的耗材缠绕。" + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "左侧辅助部件冷却风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "03003A0000020002", + "intro": "左侧辅助部件冷却风扇转速转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "延时摄影套件认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0C0003000003001A", + "intro": "异物检测未生效,可能因检测过程中被中断(如手动点击“停止”)所致,可忽略。若非人为中断,建议重启打印机或升级固件恢复功能。" + }, + { + "ecode": "030018000001000C", + "intro": "检测到挤出机挤出力传感器数据异常跳变,可能是传感器接触不良或损坏。" + }, + { + "ecode": "0300910000010008", + "intro": "腔温加热器加热失败。" + }, + { + "ecode": "0C00030000020015", + "intro": "异物检测未生效,检测到实况摄像头已经更换,请在打印机屏幕上点击“设置>校准”,进行实况摄像头校准。" + }, + { + "ecode": "0C00030000020014", + "intro": "异物检测精度下降。若频繁出现,建议进行实况摄像头校准(点击屏幕 “设置” > “校准”)。" + }, + { + "ecode": "0C00030000020012", + "intro": "异物检测未生效,实况摄像头需要校准,请在打印机屏幕点击“设置>校准”。" + }, + { + "ecode": "0501040000030003", + "intro": "请进行光杆清洁和润滑。" + }, + { + "ecode": "0501040000030002", + "intro": "请进行丝杆润滑。" + }, + { + "ecode": "0300180000030009", + "intro": "正在执行首次高温热床调平" + }, + { + "ecode": "03002D0000030009", + "intro": "正在执行首次高温热床调平" + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "热床调平失败,可能由于热床上有异物或热床倾斜。继续打印可能损坏打印板,请清理异物或手动调平热床后重试。" + }, + { + "ecode": "0500030000020055", + "intro": "用户信息已过期,请重新登录账号。" + }, + { + "ecode": "0300290000010001", + "intro": "视觉编码板图案识别异常,可能原因有:图案变形或破损、光源过曝、编码板摆放不对等。" + }, + { + "ecode": "0703250000020001", + "intro": "检测到 AMS D 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0700250000020001", + "intro": "检测到 AMS A 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0701250000020001", + "intro": "检测到 AMS B 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0706250000020001", + "intro": "检测到 AMS G 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0702250000020001", + "intro": "检测到 AMS C 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0705250000020001", + "intro": "检测到 AMS F 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0707250000020001", + "intro": "检测到 AMS H 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0704250000020001", + "intro": "检测到 AMS E 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "03002B0000020001", + "intro": "风门标定失败,请检查风门是否有异物卡住。" + }, + { + "ecode": "0701900000010004", + "intro": "AMS B 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0707910000010004", + "intro": "AMS H 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1803900000010004", + "intro": "AMS-HT D 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1807910000010004", + "intro": "AMS-HT H 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1800910000010004", + "intro": "AMS-HT A 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1800900000010004", + "intro": "AMS-HT A 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0704900000010004", + "intro": "AMS E 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1803910000010004", + "intro": "AMS-HT D 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0705900000010004", + "intro": "AMS F 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1805900000010004", + "intro": "AMS-HT F 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0706900000010004", + "intro": "AMS G 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1804900000010004", + "intro": "AMS-HT E 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0707900000010004", + "intro": "AMS H 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1802900000010004", + "intro": "AMS-HT C 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1805910000010004", + "intro": "AMS-HT F 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1804910000010004", + "intro": "AMS-HT E 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1806900000010004", + "intro": "AMS-HT G 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0700910000010004", + "intro": "AMS A 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0702900000010004", + "intro": "AMS C 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0706910000010004", + "intro": "AMS G 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0701910000010004", + "intro": "AMS B 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1801910000010004", + "intro": "AMS-HT B 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1806910000010004", + "intro": "AMS-HT G 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0703910000010004", + "intro": "AMS D 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0700900000010004", + "intro": "AMS A 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0704910000010004", + "intro": "AMS E 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0705910000010004", + "intro": "AMS F 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0702910000010004", + "intro": "AMS C 排气风门 2 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "0703900000010004", + "intro": "AMS D 排气风门 1 电流传感器异常,请联系客服更换 AMS 主板。" + }, + { + "ecode": "1801900000010004", + "intro": "AMS-HT B 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1807900000010004", + "intro": "AMS-HT H 排气风门 1 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "1802910000010004", + "intro": "AMS-HT C 排气风门 2 电流传感器异常,请联系客服更换 AMS-HT 主板。" + }, + { + "ecode": "0702960000020004", + "intro": "AMS C 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0704960000020004", + "intro": "AMS E 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1801250000020001", + "intro": "检测到 AMS-HT B 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1803250000020001", + "intro": "检测到 AMS-HT D 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1807250000020001", + "intro": "检测到 AMS-HT H 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1806250000020001", + "intro": "检测到 AMS-HT G 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0703960000020004", + "intro": "AMS D 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0707960000020004", + "intro": "AMS H 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0300320000010001", + "intro": "右侧(辅助部件冷却-过滤)风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0706960000020004", + "intro": "AMS G 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0701960000020004", + "intro": "AMS B 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1804250000020001", + "intro": "检测到 AMS-HT E 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1805250000020001", + "intro": "检测到 AMS-HT F 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1800250000020001", + "intro": "检测到 AMS-HT A 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0300320000010002", + "intro": "右侧(辅助部件冷却-过滤)风扇转速转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "1802250000020001", + "intro": "检测到 AMS-HT C 在打印/进料过程中使用打印机供电烘干,建议接入电源适配器以获得最佳烘干效果。" + }, + { + "ecode": "0700960000020004", + "intro": "AMS A 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0705960000020004", + "intro": "AMS F 温控误差过大,可能是盖子打开或者加热器异常。" + }, + { + "ecode": "0700610000020001", + "intro": "AMS A 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0701610000020001", + "intro": "AMS B 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0701620000020001", + "intro": "AMS B 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0701630000020001", + "intro": "AMS B 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0702600000020001", + "intro": "AMS C 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0707620000020001", + "intro": "AMS H 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0707630000020001", + "intro": "AMS H 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0705630000020001", + "intro": "AMS F 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0704600000020001", + "intro": "AMS E 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0707600000020001", + "intro": "AMS H 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0706600000020001", + "intro": "AMS G 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0706630000020001", + "intro": "AMS G 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "050003000002000E", + "intro": "检测到部分配件与打印机固件版本不匹配,可能影响正常使用。请在联网后前往“固件”页面进行升级。也可查看wiki进行离线升级。" + }, + { + "ecode": "0300180000010005", + "intro": "Z轴电机转动受阻,请检查Z滑块和Z同步带轮是否有异物卡住,或热床打印板是否放置不正导致与周边结构发生碰撞。" + }, + { + "ecode": "0700600000020001", + "intro": "AMS A 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0700620000020001", + "intro": "AMS A 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0700630000020001", + "intro": "AMS A 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0701600000020001", + "intro": "AMS B 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0702610000020001", + "intro": "AMS C 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0702620000020001", + "intro": "AMS C 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0702630000020001", + "intro": "AMS C 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0703600000020001", + "intro": "AMS D 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0703610000020001", + "intro": "AMS D 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0703620000020001", + "intro": "AMS D 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0703630000020001", + "intro": "AMS D 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0706620000020001", + "intro": "AMS G 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0705610000020001", + "intro": "AMS F 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0704620000020001", + "intro": "AMS E 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0704630000020001", + "intro": "AMS E 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0706610000020001", + "intro": "AMS G 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0705620000020001", + "intro": "AMS F 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H 槽位4 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0707610000020001", + "intro": "AMS H 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B 槽位3 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0705600000020001", + "intro": "AMS F 槽位1 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0704610000020001", + "intro": "AMS E 槽位2 过载。可能耗材缠绕或缓冲器卡住。" + }, + { + "ecode": "0500050000010007", + "intro": "MQTT 命令校验失败。请更新 Studio(含网络插件)或 Handy 至最新版本,并重启软件后重试。" + }, + { + "ecode": "0300A80000010001", + "intro": "AMS电源异常,可能是AMS损坏、AMS接口短路,或AMS接入数量过多。请检查AMS接入是否正确。" + }, + { + "ecode": "030018000001000B", + "intro": "喷嘴在位检测失败:喷嘴未安装或安装不到位。" + }, + { + "ecode": "0706230000020006", + "intro": "AMS G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0702220000020006", + "intro": "AMS C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1804230000020006", + "intro": "AMS-HT E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0705210000020006", + "intro": "AMS F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1805220000020006", + "intro": "AMS-HT F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0702210000020006", + "intro": "AMS C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1804210000020006", + "intro": "AMS-HT E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1805230000020006", + "intro": "AMS-HT F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0703200000020006", + "intro": "AMS D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0705200000020006", + "intro": "AMS F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701220000020015", + "intro": "AMS B 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0701230000020012", + "intro": "AMS B 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703230000020012", + "intro": "AMS D 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0704230000020014", + "intro": "AMS E 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0707200000020015", + "intro": "AMS H 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700210000020014", + "intro": "AMS A 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700210000020016", + "intro": "AMS A 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0706230000020013", + "intro": "AMS G 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0704230000020013", + "intro": "AMS E 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0707210000020015", + "intro": "AMS H 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0707230000020013", + "intro": "AMS H 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0703210000020015", + "intro": "AMS D 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706220000020012", + "intro": "AMS G 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704220000020015", + "intro": "AMS E 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0702210000020014", + "intro": "AMS C 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0700210000020015", + "intro": "AMS A 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700220000020012", + "intro": "AMS A 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706210000020015", + "intro": "AMS G 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0705230000020012", + "intro": "AMS F 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0700220000020014", + "intro": "AMS A 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701210000020015", + "intro": "AMS B 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT D 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0706220000020015", + "intro": "AMS G 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0701200000020013", + "intro": "AMS B 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700230000020012", + "intro": "AMS A 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0706230000020025", + "intro": "AMS G 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0707230000020025", + "intro": "AMS H 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0700230000020025", + "intro": "AMS A 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0701210000020025", + "intro": "AMS B 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0701220000020025", + "intro": "AMS B 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0705220000020025", + "intro": "AMS F 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0704220000020025", + "intro": "AMS E 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0701200000020025", + "intro": "AMS B 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0707210000020025", + "intro": "AMS H 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0705200000020025", + "intro": "AMS F 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0700220000020025", + "intro": "AMS A 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0700210000020025", + "intro": "AMS A 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0706210000020025", + "intro": "AMS G 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0707220000020025", + "intro": "AMS H 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0704200000020025", + "intro": "AMS E 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0700200000020006", + "intro": "AMS A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701200000020006", + "intro": "AMS B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1802220000020006", + "intro": "AMS-HT C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1807210000020006", + "intro": "AMS-HT H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1800230000020006", + "intro": "AMS-HT A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0706220000020006", + "intro": "AMS G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0704230000020006", + "intro": "AMS E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0700210000020006", + "intro": "AMS A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1800220000020006", + "intro": "AMS-HT A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1801230000020006", + "intro": "AMS-HT B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701230000020006", + "intro": "AMS B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0707220000020006", + "intro": "AMS H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0704220000020006", + "intro": "AMS E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0704210000020006", + "intro": "AMS E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1803220000020006", + "intro": "AMS-HT D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701210000020006", + "intro": "AMS B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0703220000020006", + "intro": "AMS D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1806230000020006", + "intro": "AMS-HT G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0707210000020006", + "intro": "AMS H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1807230000020006", + "intro": "AMS-HT H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1802210000020006", + "intro": "AMS-HT C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0703210000020006", + "intro": "AMS D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707200000020014", + "intro": "AMS H 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0702230000020014", + "intro": "AMS C 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0703200000020013", + "intro": "AMS D 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702200000020012", + "intro": "AMS C 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0706230000020015", + "intro": "AMS G 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0704200000020013", + "intro": "AMS E 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705200000020015", + "intro": "AMS F 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700220000020015", + "intro": "AMS A 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0702230000020016", + "intro": "AMS C 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704220000020012", + "intro": "AMS E 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0707220000020016", + "intro": "AMS H 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0700220000020013", + "intro": "AMS A 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700200000020012", + "intro": "AMS A 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0707200000020013", + "intro": "AMS H 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0702230000020015", + "intro": "AMS C 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0707230000020012", + "intro": "AMS H 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704210000020014", + "intro": "AMS E 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0703230000020016", + "intro": "AMS D 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0701200000020012", + "intro": "AMS B 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0707230000020015", + "intro": "AMS H 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0703210000020014", + "intro": "AMS D 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0700200000020013", + "intro": "AMS A 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0704200000020016", + "intro": "AMS E 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0707210000020013", + "intro": "AMS H 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0704200000020014", + "intro": "AMS E 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0704230000020016", + "intro": "AMS E 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703230000020013", + "intro": "AMS D 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703220000020012", + "intro": "AMS D 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0704200000020012", + "intro": "AMS E 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0703220000020016", + "intro": "AMS D 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0706200000020013", + "intro": "AMS G 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701210000020014", + "intro": "AMS B 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0703200000020016", + "intro": "AMS D 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703220000020014", + "intro": "AMS D 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0704220000020013", + "intro": "AMS E 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703210000020013", + "intro": "AMS D 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701230000020013", + "intro": "AMS B 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701210000020016", + "intro": "AMS B 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0704210000020013", + "intro": "AMS E 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT H 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0705210000020016", + "intro": "AMS F 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0700210000020013", + "intro": "AMS A 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702220000020012", + "intro": "AMS C 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0705210000020015", + "intro": "AMS F 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0707200000020012", + "intro": "AMS H 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703220000020015", + "intro": "AMS D 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0702210000020016", + "intro": "AMS C 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0701220000020016", + "intro": "AMS B 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703200000020015", + "intro": "AMS D 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700200000020014", + "intro": "AMS A 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0705200000020012", + "intro": "AMS F 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0704230000020012", + "intro": "AMS E 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0702200000020016", + "intro": "AMS C 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0705230000020016", + "intro": "AMS F 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706200000020015", + "intro": "AMS G 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0707200000020006", + "intro": "AMS H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0706200000020006", + "intro": "AMS G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0704200000020006", + "intro": "AMS E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0702200000020006", + "intro": "AMS C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0705210000020025", + "intro": "AMS F 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0703230000020025", + "intro": "AMS D 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0707200000020025", + "intro": "AMS H 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0702210000020025", + "intro": "AMS C 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0703220000020025", + "intro": "AMS D 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0704230000020025", + "intro": "AMS E 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0706220000020025", + "intro": "AMS G 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0704210000020025", + "intro": "AMS E 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0705230000020025", + "intro": "AMS F 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0705230000020013", + "intro": "AMS F 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707230000020016", + "intro": "AMS H 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0706200000020016", + "intro": "AMS G 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0700220000020016", + "intro": "AMS A 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704220000020016", + "intro": "AMS E 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706210000020014", + "intro": "AMS G 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701220000020014", + "intro": "AMS B 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704200000020015", + "intro": "AMS E 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700230000020014", + "intro": "AMS A 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0702200000020013", + "intro": "AMS C 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0707210000020016", + "intro": "AMS H 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0703210000020012", + "intro": "AMS D 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0704210000020012", + "intro": "AMS E 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706210000020012", + "intro": "AMS G 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0707230000020014", + "intro": "AMS H 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0700210000020012", + "intro": "AMS A 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0705220000020015", + "intro": "AMS F 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0703230000020015", + "intro": "AMS D 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0703200000020014", + "intro": "AMS D 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706210000020016", + "intro": "AMS G 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0705200000020016", + "intro": "AMS F 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704220000020014", + "intro": "AMS E 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT E 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0705210000020012", + "intro": "AMS F 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0704210000020016", + "intro": "AMS E 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0700200000020016", + "intro": "AMS A 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0706210000020013", + "intro": "AMS G 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0703200000020012", + "intro": "AMS D 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0706230000020012", + "intro": "AMS G 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0702210000020015", + "intro": "AMS C 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0703210000020016", + "intro": "AMS D 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0704230000020015", + "intro": "AMS E 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701220000020013", + "intro": "AMS B 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0705220000020013", + "intro": "AMS F 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0703220000020013", + "intro": "AMS D 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700230000020013", + "intro": "AMS A 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707220000020012", + "intro": "AMS H 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0707220000020015", + "intro": "AMS H 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0700230000020016", + "intro": "AMS A 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0701230000020015", + "intro": "AMS B 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0707220000020014", + "intro": "AMS H 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701210000020012", + "intro": "AMS B 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0706230000020014", + "intro": "AMS G 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0702210000020013", + "intro": "AMS C 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0706200000020014", + "intro": "AMS G 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0705220000020016", + "intro": "AMS F 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0701200000020016", + "intro": "AMS B 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0701230000020014", + "intro": "AMS B 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0702200000020015", + "intro": "AMS C 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0702230000020012", + "intro": "AMS C 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0702220000020015", + "intro": "AMS C 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT G 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0702230000020013", + "intro": "AMS C 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702220000020016", + "intro": "AMS C 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705230000020015", + "intro": "AMS F 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0701220000020012", + "intro": "AMS B 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706220000020014", + "intro": "AMS G 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0706220000020016", + "intro": "AMS G 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705200000020014", + "intro": "AMS F 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0707220000020013", + "intro": "AMS H 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705200000020013", + "intro": "AMS F 槽 1 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705210000020013", + "intro": "AMS F 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706210000020006", + "intro": "AMS G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1800210000020006", + "intro": "AMS-HT A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1803230000020006", + "intro": "AMS-HT D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0702230000020006", + "intro": "AMS C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0703230000020006", + "intro": "AMS D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1806210000020006", + "intro": "AMS-HT G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1806220000020006", + "intro": "AMS-HT G 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1804220000020006", + "intro": "AMS-HT E 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0705230000020006", + "intro": "AMS F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1802230000020006", + "intro": "AMS-HT C 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1803210000020006", + "intro": "AMS-HT D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0700230000020006", + "intro": "AMS A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "07FFA00000020001", + "intro": "喷嘴冷拔超时,请点击重试按钮后拔出耗材。" + }, + { + "ecode": "0707230000020006", + "intro": "AMS H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1805210000020006", + "intro": "AMS-HT F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0700220000020006", + "intro": "AMS A 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1807220000020006", + "intro": "AMS-HT H 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1801210000020006", + "intro": "AMS-HT B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701220000020006", + "intro": "AMS B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1801220000020006", + "intro": "AMS-HT B 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0705220000020006", + "intro": "AMS F 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D 进料过程中检测到特氟龙管断开,请检查AMS内部和外部的特氟龙管是否脱落、破损。" + }, + { + "ecode": "0701230000020016", + "intro": "AMS B 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0703230000020014", + "intro": "AMS D 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0702210000020012", + "intro": "AMS C 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0707210000020012", + "intro": "AMS H 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706230000020016", + "intro": "AMS G 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0701200000020014", + "intro": "AMS B 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0702220000020013", + "intro": "AMS C 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706220000020013", + "intro": "AMS G 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0707200000020016", + "intro": "AMS H 槽 1 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0707210000020014", + "intro": "AMS H 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0705210000020014", + "intro": "AMS F 槽 2 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0702220000020014", + "intro": "AMS C 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D 槽 4 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0705220000020014", + "intro": "AMS F 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E 槽 3 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H 槽 3 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0700230000020015", + "intro": "AMS A 槽 4 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F 槽 4 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0705230000020014", + "intro": "AMS F 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G 槽 2 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F 槽 4 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701210000020013", + "intro": "AMS B 槽 2 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0706200000020012", + "intro": "AMS G 槽 1 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "0700200000020015", + "intro": "AMS A 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0705220000020012", + "intro": "AMS F 槽 3 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C 槽 2 上下料电机过载,无法转动料盘。" + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E 槽 3 助力电机打滑,请拉出耗材剪掉磨损的部分然后重试。" + }, + { + "ecode": "0702200000020014", + "intro": "AMS C 槽 1 里程轮无信号,可能是里程轮插头接触不良或故障。" + }, + { + "ecode": "0701200000020015", + "intro": "AMS B 槽 1 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E 槽 4 上下料电机无信号,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0704210000020015", + "intro": "AMS E 槽 2 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D 槽 3 耗材状态异常,可能是AMS中有断料。" + }, + { + "ecode": "0702230000020025", + "intro": "AMS C 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0702220000020025", + "intro": "AMS C 槽 3 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0703210000020025", + "intro": "AMS D 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0706200000020025", + "intro": "AMS G 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0703200000020025", + "intro": "AMS D 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0701230000020025", + "intro": "AMS B 槽 4 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0700200000020025", + "intro": "AMS A 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "0702200000020025", + "intro": "AMS C 槽 1 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D 槽 2 进料阻力过大,请减小进料的阻力,减小料盘转动阻力,避免料管太长和过度弯曲。" + }, + { + "ecode": "18FF700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "07FF700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "07FE700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "18FE700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "03002C0000010001", + "intro": "热床底部存在障碍物影响打印,请清除障碍物。" + }, + { + "ecode": "0300930000010006", + "intro": "腔温异常,腔体温度传感器可能开路。" + }, + { + "ecode": "0300930000010005", + "intro": "腔温异常,腔体温度传感器可能短路。" + }, + { + "ecode": "0700400000020001", + "intro": "AMS A 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0701400000020001", + "intro": "AMS B 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "050003000001000E", + "intro": "检测到部分配件与打印机固件版本不匹配,可能影响正常使用。请在联网状态下前往“固件”页面进行升级。" + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0705400000020001", + "intro": "AMS F 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0706400000020001", + "intro": "AMS G 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0702400000020001", + "intro": "AMS C 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0703400000020001", + "intro": "AMS D 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0704400000020001", + "intro": "AMS E 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0707400000020001", + "intro": "AMS H 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H 缓冲器位置信号丢失,可能连接线异常或位置传感器异常。" + }, + { + "ecode": "0700900000010002", + "intro": "AMS A排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0701910000010002", + "intro": "AMS B排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0700910000010002", + "intro": "AMS A排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0703900000010002", + "intro": "AMS D排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0702910000010002", + "intro": "AMS C排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0701900000010002", + "intro": "AMS B排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0703910000010002", + "intro": "AMS D排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0702900000010002", + "intro": "AMS C排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0704900000010002", + "intro": "AMS E排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0705910000010002", + "intro": "AMS F排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0707900000010002", + "intro": "AMS H排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0706910000010002", + "intro": "AMS G排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0707910000010002", + "intro": "AMS H排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0705900000010002", + "intro": "AMS F排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0706900000010002", + "intro": "AMS G排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "0704910000010002", + "intro": "AMS E排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D排气风门1线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G排气风门2线圈电阻异常,可能是接线异常或者损坏。" + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0707220000020023", + "intro": "AMS H 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0700230000020023", + "intro": "AMS A 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0701230000020023", + "intro": "AMS B 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0707210000020023", + "intro": "AMS H 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0706200000020023", + "intro": "AMS G 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0706220000020023", + "intro": "AMS G 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0707200000020023", + "intro": "AMS H 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0703230000020023", + "intro": "AMS D 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0704230000020023", + "intro": "AMS E 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0704210000020023", + "intro": "AMS E 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0707230000020023", + "intro": "AMS H 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0702210000020023", + "intro": "AMS C 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0704220000020023", + "intro": "AMS E 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0701210000020023", + "intro": "AMS B 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0701220000020023", + "intro": "AMS B 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0701200000020023", + "intro": "AMS B 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0705200000020023", + "intro": "AMS F 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0705230000020023", + "intro": "AMS F 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0700210000020023", + "intro": "AMS A 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0705210000020023", + "intro": "AMS F 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0704200000020023", + "intro": "AMS E 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0702230000020023", + "intro": "AMS C 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0706230000020023", + "intro": "AMS G 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0700220000020023", + "intro": "AMS A 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0705220000020023", + "intro": "AMS F 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0706210000020023", + "intro": "AMS G 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0702200000020023", + "intro": "AMS C 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0703200000020023", + "intro": "AMS D 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0703220000020023", + "intro": "AMS D 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0700200000020023", + "intro": "AMS A 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0702220000020023", + "intro": "AMS C 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D 槽 4 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C 槽 3 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0703210000020023", + "intro": "AMS D 槽 2 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G 槽 1 AMS内部料管脱落,或者出料霍尔传感器异常,检测不到耗材。" + }, + { + "ecode": "0C00040000020026", + "intro": "实况摄像头初始化失败,炒面检测等部分AI功能会失效。请重启打印机,若仍遇到此问题,请联系售后。" + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020001", + "intro": "工具头摄像头不在位,请检测硬件连接" + }, + { + "ecode": "0500060000020003", + "intro": "俯视摄像头不在位,请检测硬件连接" + }, + { + "ecode": "0C0003000002001C", + "intro": "检测到可能发生了裹头。" + }, + { + "ecode": "030001000003000F", + "intro": "当前腔体温度较高,热床降温较慢。建议打开上盖或前门,以加快降温速度。" + }, + { + "ecode": "0500030000010004", + "intro": "缓冲器模块工作异常,请重启设备。" + }, + { + "ecode": "0700980000020001", + "intro": "AMS A 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0703980000020001", + "intro": "AMS D 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0705980000020001", + "intro": "AMS F 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0703980000020002", + "intro": "AMS D 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0706980000020002", + "intro": "AMS G 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0700980000020002", + "intro": "AMS A 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0502050000010014", + "intro": "AMS C 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0702980000020002", + "intro": "AMS C 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0704980000020001", + "intro": "AMS E 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0706980000020001", + "intro": "AMS G 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0502040000010044", + "intro": "AMS C固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0501050000010014", + "intro": "AMS B 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0707980000020002", + "intro": "AMS H 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0701980000020001", + "intro": "AMS B 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0503050000010014", + "intro": "AMS D 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0503040000010044", + "intro": "AMS D固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0500050000010014", + "intro": "AMS A 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0701980000020002", + "intro": "AMS B 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0707980000020001", + "intro": "AMS H 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0702980000020001", + "intro": "AMS C 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0501040000010044", + "intro": "AMS B固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0500040000020031", + "intro": "在使用激光/刀切模组前,需要确定俯视摄像头的位置和姿态。请点击“初始化”来校准俯视摄像头。" + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0500040000010044", + "intro": "AMS A固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0704980000020002", + "intro": "AMS E 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "0705980000020002", + "intro": "AMS F 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D 认证失败,请拔插连接线或重启打印机。" + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D 电源适配器电压过高,可能导致加热器电路损坏,请更换电源适配器。" + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G 电源适配器电压过低,可能导致烘干温度偏低,请更换电源适配器。" + }, + { + "ecode": "0C00040000010025", + "intro": "设备故障,请重启机器。" + }, + { + "ecode": "0C00040000030018", + "intro": "模切刀偏移校准失败,本次切割可能存在误差。请检查切割刀尖是否已磨损。可查阅wiki获得详细解决方案。" + }, + { + "ecode": "0C00040000020023", + "intro": "测厚失败,工具头摄像头没有识别到材料表面。" + }, + { + "ecode": "0500040000020043", + "intro": "工具头摄像头脏污或被遮挡,请清理后继续。" + }, + { + "ecode": "03000F0000010001", + "intro": "检测到加速度计数据异常,请尝试重启机器。" + }, + { + "ecode": "0500020000020008", + "intro": "时间同步失败" + }, + { + "ecode": "03009D0000020002", + "intro": "雕刻激光器焦点XY标定结果与设计值偏差较大,建议重新安装激光模组并重新运行一次激光模组首次安装初始化。" + }, + { + "ecode": "03009D0000020003", + "intro": "雕刻激光器焦点Z标定结果与设计值偏差较大,建议重新安装激光模组并重新运行一次激光模组首次安装初始化。如果多次失败,请联系我们的售后团队。" + }, + { + "ecode": "0300280000010003", + "intro": "Z轴回零过程中,刀切模组与工具头通信失败,请检查刀切模组信号线是否松动断裂,或检查力传感器线圈是否完好。" + }, + { + "ecode": "0700930000020003", + "intro": "AMS A加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0707920000020003", + "intro": "AMS H加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0705920000020003", + "intro": "AMS F加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0701930000020003", + "intro": "AMS B加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0704930000020003", + "intro": "AMS E加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0505050000010010", + "intro": "AMS F固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0501050000010010", + "intro": "AMS B固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0507050000010010", + "intro": "AMS H固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "050005000001000F", + "intro": "配件固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0502050000010010", + "intro": "AMS C固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0506050000010010", + "intro": "AMS G固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0504050000010010", + "intro": "AMS E固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0503050000010010", + "intro": "AMS D固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0706930000020003", + "intro": "AMS G加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0706920000020003", + "intro": "AMS G加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0702920000020003", + "intro": "AMS C加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0704920000020003", + "intro": "AMS E加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0703930000020003", + "intro": "AMS D加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0707930000020003", + "intro": "AMS H加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0703920000020003", + "intro": "AMS D加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0702930000020003", + "intro": "AMS C加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0705930000020003", + "intro": "AMS F加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0701920000020003", + "intro": "AMS B加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0700920000020003", + "intro": "AMS A加热器1散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B加热器2散热风扇无法启动,因为电源适配器未接。" + }, + { + "ecode": "0500050000010010", + "intro": "AMS A固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "0500040000020034", + "intro": "检测到激光组件首次接入。为确保激光雕刻精度,请在使用前进行初始化,预计耗时约 4 分钟。同时,请确认已拆除打印机背部的 H2.0 气泵螺钉。" + }, + { + "ecode": "1804200000010084", + "intro": "读取AMS-HT E槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1802210000010081", + "intro": "读取AMS-HT C槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1803230000010081", + "intro": "读取AMS-HT D槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1804200000010081", + "intro": "读取AMS-HT E槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0700230000010084", + "intro": "读取AMS A槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1804200000010083", + "intro": "读取AMS-HT E槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706220000010086", + "intro": "读取AMS G槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0701230000010086", + "intro": "读取AMS B槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803230000010083", + "intro": "读取AMS-HT D槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0701210000010086", + "intro": "读取AMS B槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0702220000010085", + "intro": "读取AMS C槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802220000010086", + "intro": "读取AMS-HT C槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0705220000010086", + "intro": "读取AMS F槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1807200000010084", + "intro": "读取AMS-HT H槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0705230000010086", + "intro": "读取AMS F槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806200000010085", + "intro": "读取AMS-HT G槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707200000010083", + "intro": "读取AMS H槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0704210000010084", + "intro": "读取AMS E槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0706220000010083", + "intro": "读取AMS G槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0701220000010082", + "intro": "读取AMS B槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1806200000010086", + "intro": "读取AMS-HT G槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1807220000010081", + "intro": "读取AMS-HT H槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0703230000010081", + "intro": "读取AMS D槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1806200000010081", + "intro": "读取AMS-HT G槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1801210000010081", + "intro": "读取AMS-HT B槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0703210000010082", + "intro": "读取AMS D槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0703210000010085", + "intro": "读取AMS D槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0700220000010084", + "intro": "读取AMS A槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703200000010081", + "intro": "读取AMS D槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1804210000010084", + "intro": "读取AMS-HT E槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1807200000010081", + "intro": "读取AMS-HT H槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1804220000010086", + "intro": "读取AMS-HT E槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0703230000010083", + "intro": "读取AMS D槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0701220000010085", + "intro": "读取AMS B槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707200000010085", + "intro": "读取AMS H槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806230000010081", + "intro": "读取AMS-HT G槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0701210000010083", + "intro": "读取AMS B槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0703200000010085", + "intro": "读取AMS D槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0705210000010086", + "intro": "读取AMS F槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0702210000010085", + "intro": "读取AMS C槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1807200000010083", + "intro": "读取AMS-HT H槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800220000010083", + "intro": "读取AMS-HT A槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1806230000010085", + "intro": "读取AMS-HT G槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1801230000010083", + "intro": "读取AMS-HT B槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1805230000010083", + "intro": "读取AMS-HT F槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800200000010082", + "intro": "读取AMS-HT A槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0704210000010083", + "intro": "读取AMS E槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1804210000010082", + "intro": "读取AMS-HT E槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1805220000010084", + "intro": "读取AMS-HT F槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703220000010084", + "intro": "读取AMS D槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0701220000010084", + "intro": "读取AMS B槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1803200000010081", + "intro": "读取AMS-HT D槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1801230000010086", + "intro": "读取AMS-HT B槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0706210000010082", + "intro": "读取AMS G槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707220000010082", + "intro": "读取AMS H槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1801200000010082", + "intro": "读取AMS-HT B槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707230000010081", + "intro": "读取AMS H槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0705230000010082", + "intro": "读取AMS F槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0702220000010086", + "intro": "读取AMS C槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0705200000010084", + "intro": "读取AMS F槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1801220000010086", + "intro": "读取AMS-HT B槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1804230000010084", + "intro": "读取AMS-HT E槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0705220000010084", + "intro": "读取AMS F槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0701220000010086", + "intro": "读取AMS B槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1802200000010084", + "intro": "读取AMS-HT C槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1801220000010083", + "intro": "读取AMS-HT B槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0704230000010086", + "intro": "读取AMS E槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1805210000010084", + "intro": "读取AMS-HT F槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0700210000010082", + "intro": "读取AMS A槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700230000010083", + "intro": "读取AMS A槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800230000010086", + "intro": "读取AMS-HT A槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0704220000010085", + "intro": "读取AMS E槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806230000010086", + "intro": "读取AMS-HT G槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0703210000010084", + "intro": "读取AMS D槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1807230000010082", + "intro": "读取AMS-HT H槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0703210000010083", + "intro": "读取AMS D槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800220000010081", + "intro": "读取AMS-HT A槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0705210000010085", + "intro": "读取AMS F槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1803220000010083", + "intro": "读取AMS-HT D槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1803210000010082", + "intro": "读取AMS-HT D槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1804230000010081", + "intro": "读取AMS-HT E槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1802210000010084", + "intro": "读取AMS-HT C槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805220000010083", + "intro": "读取AMS-HT F槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807200000010086", + "intro": "读取AMS-HT H槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0704200000010082", + "intro": "读取AMS E槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0706230000010085", + "intro": "读取AMS G槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806200000010082", + "intro": "读取AMS-HT G槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0702210000010083", + "intro": "读取AMS C槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0703230000010084", + "intro": "读取AMS D槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0702200000010083", + "intro": "读取AMS C槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706210000010086", + "intro": "读取AMS G槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0701210000010081", + "intro": "读取AMS B槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0700200000010086", + "intro": "读取AMS A槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806220000010082", + "intro": "读取AMS-HT G槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705200000010081", + "intro": "读取AMS F槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0707220000010084", + "intro": "读取AMS H槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1801230000010081", + "intro": "读取AMS-HT B槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1800200000010084", + "intro": "读取AMS-HT A槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0704230000010085", + "intro": "读取AMS E槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0702230000010082", + "intro": "读取AMS C槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800210000010085", + "intro": "读取AMS-HT A槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0702220000010082", + "intro": "读取AMS C槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0703200000010083", + "intro": "读取AMS D槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0705230000010083", + "intro": "读取AMS F槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706220000010085", + "intro": "读取AMS G槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0702210000010082", + "intro": "读取AMS C槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705210000010082", + "intro": "读取AMS F槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1807230000010081", + "intro": "读取AMS-HT H槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0706210000010081", + "intro": "读取AMS G槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0706230000010083", + "intro": "读取AMS G槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807210000010082", + "intro": "读取AMS-HT H槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707200000010081", + "intro": "读取AMS H槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0707230000010084", + "intro": "读取AMS H槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0704210000010082", + "intro": "读取AMS E槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1805220000010082", + "intro": "读取AMS-HT F槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1806220000010083", + "intro": "读取AMS-HT G槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1806210000010083", + "intro": "读取AMS-HT G槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0704220000010086", + "intro": "读取AMS E槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0707210000010081", + "intro": "读取AMS H槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010083", + "intro": "读取AMS D槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1802230000010084", + "intro": "读取AMS-HT C槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0702200000010086", + "intro": "读取AMS C槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806210000010086", + "intro": "读取AMS-HT G槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803210000010086", + "intro": "读取AMS-HT D槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0703230000010085", + "intro": "读取AMS D槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0701220000010081", + "intro": "读取AMS B槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0706200000010081", + "intro": "读取AMS G槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0704200000010086", + "intro": "读取AMS E槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1802210000010086", + "intro": "读取AMS-HT C槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803230000010085", + "intro": "读取AMS-HT D槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802220000010084", + "intro": "读取AMS-HT C槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805210000010085", + "intro": "读取AMS-HT F槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0700210000010081", + "intro": "读取AMS A槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0700230000010085", + "intro": "读取AMS A槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1801200000010084", + "intro": "读取AMS-HT B槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1803220000010085", + "intro": "读取AMS-HT D槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802220000010083", + "intro": "读取AMS-HT C槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1805210000010086", + "intro": "读取AMS-HT F槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1807210000010085", + "intro": "读取AMS-HT H槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707200000010084", + "intro": "读取AMS H槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1806230000010083", + "intro": "读取AMS-HT G槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1805210000010083", + "intro": "读取AMS-HT F槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0707210000010085", + "intro": "读取AMS H槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806210000010085", + "intro": "读取AMS-HT G槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707210000010083", + "intro": "读取AMS H槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1805210000010081", + "intro": "读取AMS-HT F槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702230000010086", + "intro": "读取AMS C槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0702220000010081", + "intro": "读取AMS C槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1806210000010082", + "intro": "读取AMS-HT G槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705230000010084", + "intro": "读取AMS F槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0705230000010085", + "intro": "读取AMS F槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802230000010083", + "intro": "读取AMS-HT C槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807220000010084", + "intro": "读取AMS-HT H槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0701200000010081", + "intro": "读取AMS B槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0704220000010081", + "intro": "读取AMS E槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0704200000010081", + "intro": "读取AMS E槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0701200000010085", + "intro": "读取AMS B槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1800230000010085", + "intro": "读取AMS-HT A槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1801230000010084", + "intro": "读取AMS-HT B槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1804220000010084", + "intro": "读取AMS-HT E槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1801200000010083", + "intro": "读取AMS-HT B槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1806230000010084", + "intro": "读取AMS-HT G槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0706230000010086", + "intro": "读取AMS G槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803210000010085", + "intro": "读取AMS-HT D槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1807210000010083", + "intro": "读取AMS-HT H槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706200000010083", + "intro": "读取AMS G槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1801220000010081", + "intro": "读取AMS-HT B槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0704200000010084", + "intro": "读取AMS E槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0705200000010085", + "intro": "读取AMS F槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0701230000010084", + "intro": "读取AMS B槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1802220000010081", + "intro": "读取AMS-HT C槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1802230000010082", + "intro": "读取AMS-HT C槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700220000010082", + "intro": "读取AMS A槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1802200000010082", + "intro": "读取AMS-HT C槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800200000010083", + "intro": "读取AMS-HT A槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1801200000010086", + "intro": "读取AMS-HT B槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1801230000010085", + "intro": "读取AMS-HT B槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1800230000010083", + "intro": "读取AMS-HT A槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0701210000010085", + "intro": "读取AMS B槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1800200000010085", + "intro": "读取AMS-HT A槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1803220000010084", + "intro": "读取AMS-HT D槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1800230000010082", + "intro": "读取AMS-HT A槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800210000010082", + "intro": "读取AMS-HT A槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1804220000010081", + "intro": "读取AMS-HT E槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1801200000010085", + "intro": "读取AMS-HT B槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1807210000010086", + "intro": "读取AMS-HT H槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1805200000010084", + "intro": "读取AMS-HT F槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1804210000010085", + "intro": "读取AMS-HT E槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0704220000010083", + "intro": "读取AMS E槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1804230000010082", + "intro": "读取AMS-HT E槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1804200000010086", + "intro": "读取AMS-HT E槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1804220000010082", + "intro": "读取AMS-HT E槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707220000010083", + "intro": "读取AMS H槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0701210000010082", + "intro": "读取AMS B槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0701210000010084", + "intro": "读取AMS B槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1804230000010083", + "intro": "读取AMS-HT E槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0702200000010084", + "intro": "读取AMS C槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805200000010081", + "intro": "读取AMS-HT F槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010081", + "intro": "读取AMS D槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1802220000010085", + "intro": "读取AMS-HT C槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1805200000010082", + "intro": "读取AMS-HT F槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1807220000010083", + "intro": "读取AMS-HT H槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1802210000010085", + "intro": "读取AMS-HT C槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1804210000010086", + "intro": "读取AMS-HT E槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0702200000010082", + "intro": "读取AMS C槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705200000010082", + "intro": "读取AMS F槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0701200000010084", + "intro": "读取AMS B槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0706200000010084", + "intro": "读取AMS G槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805220000010081", + "intro": "读取AMS-HT F槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0707220000010085", + "intro": "读取AMS H槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806220000010085", + "intro": "读取AMS-HT G槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1803200000010085", + "intro": "读取AMS-HT D槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802200000010086", + "intro": "读取AMS-HT C槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1804220000010083", + "intro": "读取AMS-HT E槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706220000010084", + "intro": "读取AMS G槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1800210000010086", + "intro": "读取AMS-HT A槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1802230000010085", + "intro": "读取AMS-HT C槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0703200000010082", + "intro": "读取AMS D槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0706210000010085", + "intro": "读取AMS G槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1805230000010085", + "intro": "读取AMS-HT F槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0702230000010085", + "intro": "读取AMS C槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0706230000010084", + "intro": "读取AMS G槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0700220000010086", + "intro": "读取AMS A槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806220000010081", + "intro": "读取AMS-HT G槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0705220000010082", + "intro": "读取AMS F槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1804200000010082", + "intro": "读取AMS-HT E槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1806220000010086", + "intro": "读取AMS-HT G槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1800200000010086", + "intro": "读取AMS-HT A槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1805200000010083", + "intro": "读取AMS-HT F槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1802210000010082", + "intro": "读取AMS-HT C槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800220000010082", + "intro": "读取AMS-HT A槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1803200000010086", + "intro": "读取AMS-HT D槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803210000010083", + "intro": "读取AMS-HT D槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0704210000010085", + "intro": "读取AMS E槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0700200000010084", + "intro": "读取AMS A槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0700230000010082", + "intro": "读取AMS A槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1801210000010084", + "intro": "读取AMS-HT B槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1807230000010084", + "intro": "读取AMS-HT H槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0707230000010083", + "intro": "读取AMS H槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0705220000010085", + "intro": "读取AMS F槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0700210000010083", + "intro": "读取AMS A槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0707210000010086", + "intro": "读取AMS H槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0706210000010083", + "intro": "读取AMS G槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1803200000010084", + "intro": "读取AMS-HT D槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0700230000010081", + "intro": "读取AMS A槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702210000010084", + "intro": "读取AMS C槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1804210000010083", + "intro": "读取AMS-HT E槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0700220000010081", + "intro": "读取AMS A槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010082", + "intro": "读取AMS D槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1802200000010083", + "intro": "读取AMS-HT C槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0702230000010084", + "intro": "读取AMS C槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0705220000010081", + "intro": "读取AMS F槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1805210000010082", + "intro": "读取AMS-HT F槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1807230000010083", + "intro": "读取AMS-HT H槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0706210000010084", + "intro": "读取AMS G槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805220000010085", + "intro": "读取AMS-HT F槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0701230000010081", + "intro": "读取AMS B槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1806200000010083", + "intro": "读取AMS-HT G槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0700210000010086", + "intro": "读取AMS A槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806220000010084", + "intro": "读取AMS-HT G槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0706200000010082", + "intro": "读取AMS G槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1807230000010086", + "intro": "读取AMS-HT H槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1802230000010081", + "intro": "读取AMS-HT C槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0705210000010083", + "intro": "读取AMS F槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0703220000010085", + "intro": "读取AMS D槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1800220000010086", + "intro": "读取AMS-HT A槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0704210000010086", + "intro": "读取AMS E槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1801220000010085", + "intro": "读取AMS-HT B槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0706220000010082", + "intro": "读取AMS G槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700230000010086", + "intro": "读取AMS A槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0702200000010085", + "intro": "读取AMS C槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0703230000010082", + "intro": "读取AMS D槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0703230000010086", + "intro": "读取AMS D槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0706200000010085", + "intro": "读取AMS G槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1805220000010086", + "intro": "读取AMS-HT F槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1800200000010081", + "intro": "读取AMS-HT A槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1801230000010082", + "intro": "读取AMS-HT B槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700220000010083", + "intro": "读取AMS A槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0702220000010084", + "intro": "读取AMS C槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1802220000010082", + "intro": "读取AMS-HT C槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700220000010085", + "intro": "读取AMS A槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1803230000010084", + "intro": "读取AMS-HT D槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1807220000010082", + "intro": "读取AMS-HT H槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707220000010081", + "intro": "读取AMS H槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702220000010083", + "intro": "读取AMS C槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0705210000010081", + "intro": "读取AMS F槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1806230000010082", + "intro": "读取AMS-HT G槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0701220000010083", + "intro": "读取AMS B槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1801220000010082", + "intro": "读取AMS-HT B槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1803220000010082", + "intro": "读取AMS-HT D槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700200000010083", + "intro": "读取AMS A槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0704200000010083", + "intro": "读取AMS E槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1804210000010081", + "intro": "读取AMS-HT E槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0704230000010081", + "intro": "读取AMS E槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0707200000010086", + "intro": "读取AMS H槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803200000010082", + "intro": "读取AMS-HT D槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0701230000010085", + "intro": "读取AMS B槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707220000010086", + "intro": "读取AMS H槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1801210000010083", + "intro": "读取AMS-HT B槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800210000010081", + "intro": "读取AMS-HT A槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0707210000010082", + "intro": "读取AMS H槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1804230000010086", + "intro": "读取AMS-HT E槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1801200000010081", + "intro": "读取AMS-HT B槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702200000010081", + "intro": "读取AMS C槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1805230000010084", + "intro": "读取AMS-HT F槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1800210000010083", + "intro": "读取AMS-HT A槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0707230000010086", + "intro": "读取AMS H槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0704220000010082", + "intro": "读取AMS E槽位3的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705210000010084", + "intro": "读取AMS F槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0707210000010084", + "intro": "读取AMS H槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0702210000010081", + "intro": "读取AMS C槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1800220000010085", + "intro": "读取AMS-HT A槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0700210000010085", + "intro": "读取AMS A槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0707200000010082", + "intro": "读取AMS H槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0704230000010082", + "intro": "读取AMS E槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1802200000010085", + "intro": "读取AMS-HT C槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1803220000010086", + "intro": "读取AMS-HT D槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0706230000010081", + "intro": "读取AMS G槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0705200000010083", + "intro": "读取AMS F槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1800230000010081", + "intro": "读取AMS-HT A槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1803230000010082", + "intro": "读取AMS-HT D槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0704230000010083", + "intro": "读取AMS E槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1804200000010085", + "intro": "读取AMS-HT E槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1804230000010085", + "intro": "读取AMS-HT E槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0705230000010081", + "intro": "读取AMS F槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1803210000010084", + "intro": "读取AMS-HT D槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703210000010086", + "intro": "读取AMS D槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1805230000010082", + "intro": "读取AMS-HT F槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800210000010084", + "intro": "读取AMS-HT A槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0707230000010082", + "intro": "读取AMS H槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800230000010084", + "intro": "读取AMS-HT A槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1807210000010081", + "intro": "读取AMS-HT H槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0706220000010081", + "intro": "读取AMS G槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1805230000010081", + "intro": "读取AMS-HT F槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702230000010083", + "intro": "读取AMS C槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807200000010085", + "intro": "读取AMS-HT H槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0701200000010083", + "intro": "读取AMS B槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "0705220000010083", + "intro": "读取AMS F槽位3的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807230000010085", + "intro": "读取AMS-HT H槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0704230000010084", + "intro": "读取AMS E槽位4的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0704210000010081", + "intro": "读取AMS E槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1801220000010084", + "intro": "读取AMS-HT B槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703210000010081", + "intro": "读取AMS D槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1803210000010081", + "intro": "读取AMS-HT D槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1802200000010081", + "intro": "读取AMS-HT C槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0701200000010082", + "intro": "读取AMS B槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0705200000010086", + "intro": "读取AMS F槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1801210000010086", + "intro": "读取AMS-HT B槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1807210000010084", + "intro": "读取AMS-HT H槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0701230000010082", + "intro": "读取AMS B槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0700210000010084", + "intro": "读取AMS A槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703220000010086", + "intro": "读取AMS D槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806210000010081", + "intro": "读取AMS-HT G槽位2的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0701200000010086", + "intro": "读取AMS B槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1804220000010085", + "intro": "读取AMS-HT E槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1807220000010086", + "intro": "读取AMS-HT H槽位3的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803200000010083", + "intro": "读取AMS-HT D槽位1的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1807220000010085", + "intro": "读取AMS-HT H槽位3的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1802230000010086", + "intro": "读取AMS-HT C槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0700200000010085", + "intro": "读取AMS A槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0704220000010084", + "intro": "读取AMS E槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "1805200000010086", + "intro": "读取AMS-HT F槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1806200000010084", + "intro": "读取AMS-HT G槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0701230000010083", + "intro": "读取AMS B槽位4的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1805200000010085", + "intro": "读取AMS-HT F槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1807200000010082", + "intro": "读取AMS-HT H槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0706200000010086", + "intro": "读取AMS G槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1805230000010086", + "intro": "读取AMS-HT F槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0706230000010082", + "intro": "读取AMS G槽位4的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "1800220000010084", + "intro": "读取AMS-HT A槽位3的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0703200000010086", + "intro": "读取AMS D槽位1的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "1803230000010086", + "intro": "读取AMS-HT D槽位4的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0700200000010082", + "intro": "读取AMS A槽位1的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0702230000010081", + "intro": "读取AMS C槽位4的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1803220000010081", + "intro": "读取AMS-HT D槽位3的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "1802210000010083", + "intro": "读取AMS-HT C槽位2的耗材信息失败,可能是RFID标签损坏。" + }, + { + "ecode": "1801210000010085", + "intro": "读取AMS-HT B槽位2的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1801210000010082", + "intro": "读取AMS-HT B槽位2的耗材信息失败,非官方标签,建议使用官方耗材。" + }, + { + "ecode": "0707230000010085", + "intro": "读取AMS H槽位4的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "0703200000010084", + "intro": "读取AMS D槽位1的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0700200000010081", + "intro": "读取AMS A槽位1的耗材信息失败,可能是AMS主板故障。" + }, + { + "ecode": "0702210000010086", + "intro": "读取AMS C槽位2的耗材信息失败,可能是进退料过程卡住导致RFID标签无法转动,请拔出耗材重试。" + }, + { + "ecode": "0704200000010085", + "intro": "读取AMS E槽位1的耗材信息失败,RFID标签验证失败,建议使用官方耗材。" + }, + { + "ecode": "1806210000010084", + "intro": "读取AMS-HT G槽位2的耗材信息失败,可能是RFID标签损坏或处于RFID检测装置边缘,请减掉5厘米耗材后重试。" + }, + { + "ecode": "0C0003000003000D", + "intro": "检测到喷嘴可能没有正常挤出。请检查并确认是否需要停止打印。" + }, + { + "ecode": "0C00030000020018", + "intro": "检测到系统内存不足,异物检测功能未生效。可在任务结束后重启打印机或升级最新固件以改善该问题。" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0701210000020011", + "intro": "AMS B 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0704220000020022", + "intro": "AMS E 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0707210000020024", + "intro": "AMS H 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703200000020019", + "intro": "AMS D 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706200000020011", + "intro": "AMS G 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0706210000020011", + "intro": "AMS G 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0704210000020010", + "intro": "AMS E 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "0703220000020011", + "intro": "AMS D 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "0705210000020010", + "intro": "AMS F 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0705210000020011", + "intro": "AMS F 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0707230000020024", + "intro": "AMS H 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0700230000020011", + "intro": "AMS A 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0705220000020020", + "intro": "AMS F 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0700200000020021", + "intro": "AMS A 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0706230000020018", + "intro": "AMS G 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0701220000020024", + "intro": "AMS B 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0703210000020022", + "intro": "AMS D 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0700220000020020", + "intro": "AMS A 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0700230000020019", + "intro": "AMS A 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0705230000020011", + "intro": "AMS F 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0701200000020010", + "intro": "AMS B 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0705230000020017", + "intro": "AMS F 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705200000020017", + "intro": "AMS F 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0702220000020018", + "intro": "AMS C 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0703230000020021", + "intro": "AMS D 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0700220000020019", + "intro": "AMS A 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707200000020018", + "intro": "AMS H 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0707220000020019", + "intro": "AMS H 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706200000020018", + "intro": "AMS G 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701220000020020", + "intro": "AMS B 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS A 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0707230000020022", + "intro": "AMS H 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "0704210000020022", + "intro": "AMS E 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0703210000020010", + "intro": "AMS D 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0704220000020019", + "intro": "AMS E 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0702200000020019", + "intro": "AMS C 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0703220000020022", + "intro": "AMS D 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0703200000020021", + "intro": "AMS D 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0700220000020021", + "intro": "AMS A 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT G 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "0700230000020018", + "intro": "AMS A 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT F 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0701230000020011", + "intro": "AMS B 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0702220000020011", + "intro": "AMS C 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "0703220000020024", + "intro": "AMS D 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703230000020024", + "intro": "AMS D 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705210000020017", + "intro": "AMS F 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0702210000020021", + "intro": "AMS C 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702230000020021", + "intro": "AMS C 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706200000020020", + "intro": "AMS G 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0704210000020011", + "intro": "AMS E 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0700200000020022", + "intro": "AMS A 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0701210000020021", + "intro": "AMS B 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0702220000020022", + "intro": "AMS C 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0702210000020020", + "intro": "AMS C 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0703220000020017", + "intro": "AMS D 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0701210000020022", + "intro": "AMS B 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707230000020019", + "intro": "AMS H 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704230000020017", + "intro": "AMS E 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0706210000020022", + "intro": "AMS G 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0706200000020019", + "intro": "AMS G 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706200000020022", + "intro": "AMS G 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707200000020019", + "intro": "AMS H 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0705230000020018", + "intro": "AMS F 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0700210000020017", + "intro": "AMS A 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705230000020024", + "intro": "AMS F 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0702200000020010", + "intro": "AMS C 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0705210000020021", + "intro": "AMS F 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0701220000020011", + "intro": "AMS B 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0700210000020010", + "intro": "AMS A 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0707210000020019", + "intro": "AMS H 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0704200000020010", + "intro": "AMS E 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0704220000020024", + "intro": "AMS E 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0707230000020020", + "intro": "AMS H 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0702220000020017", + "intro": "AMS C 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706200000020024", + "intro": "AMS G 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0702210000020011", + "intro": "AMS C 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0707210000020022", + "intro": "AMS H 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706200000020021", + "intro": "AMS G 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0703230000020011", + "intro": "AMS D 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707220000020020", + "intro": "AMS H 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS A 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0705220000020017", + "intro": "AMS F 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0704200000020020", + "intro": "AMS E 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0705200000020022", + "intro": "AMS F 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0704220000020021", + "intro": "AMS E 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0701230000020017", + "intro": "AMS B 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0702200000020021", + "intro": "AMS C 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0704220000020020", + "intro": "AMS E 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0705200000020011", + "intro": "AMS F 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705220000020018", + "intro": "AMS F 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706210000020017", + "intro": "AMS G 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0704230000020010", + "intro": "AMS E 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0705230000020019", + "intro": "AMS F 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0702200000020018", + "intro": "AMS C 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0700210000020011", + "intro": "AMS A 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0704200000020024", + "intro": "AMS E 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0706210000020024", + "intro": "AMS G 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703210000020024", + "intro": "AMS D 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0700210000020024", + "intro": "AMS A 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701230000020018", + "intro": "AMS B 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707200000020022", + "intro": "AMS H 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0700200000020020", + "intro": "AMS A 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0701220000020017", + "intro": "AMS B 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701230000020024", + "intro": "AMS B 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0706220000020017", + "intro": "AMS G 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702210000020019", + "intro": "AMS C 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703220000020021", + "intro": "AMS D 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705220000020019", + "intro": "AMS F 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0702230000020024", + "intro": "AMS C 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701210000020018", + "intro": "AMS B 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0702200000020024", + "intro": "AMS C 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0705210000020020", + "intro": "AMS F 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0705200000020024", + "intro": "AMS F 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0702210000020018", + "intro": "AMS C 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0706220000020022", + "intro": "AMS G 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0707230000020018", + "intro": "AMS H 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0703220000020020", + "intro": "AMS D 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701230000020021", + "intro": "AMS B 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707220000020024", + "intro": "AMS H 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0701220000020021", + "intro": "AMS B 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0700210000020018", + "intro": "AMS A 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0702230000020010", + "intro": "AMS C 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0704220000020010", + "intro": "AMS E 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0700220000020011", + "intro": "AMS A 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "0701230000020010", + "intro": "AMS B 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0702220000020024", + "intro": "AMS C 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0707220000020022", + "intro": "AMS H 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0700210000020020", + "intro": "AMS A 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0701220000020018", + "intro": "AMS B 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707210000020021", + "intro": "AMS H 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "0702230000020019", + "intro": "AMS C 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0703210000020019", + "intro": "AMS D 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0707200000020017", + "intro": "AMS H 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0702220000020010", + "intro": "AMS C 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0703200000020017", + "intro": "AMS D 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0705200000020010", + "intro": "AMS F 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0702200000020020", + "intro": "AMS C 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0700200000020017", + "intro": "AMS A 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0705230000020020", + "intro": "AMS F 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0706200000020010", + "intro": "AMS G 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0702230000020017", + "intro": "AMS C 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0705200000020018", + "intro": "AMS F 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0703200000020011", + "intro": "AMS D 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0703230000020020", + "intro": "AMS D 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702210000020022", + "intro": "AMS C 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0701210000020017", + "intro": "AMS B 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0703200000020010", + "intro": "AMS D 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702230000020022", + "intro": "AMS C 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0702200000020022", + "intro": "AMS C 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703200000020020", + "intro": "AMS D 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0706210000020018", + "intro": "AMS G 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707200000020020", + "intro": "AMS H 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0700230000020017", + "intro": "AMS A 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0700230000020024", + "intro": "AMS A 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0700200000020011", + "intro": "AMS A 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0706230000020021", + "intro": "AMS G 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0704210000020017", + "intro": "AMS E 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0701200000020021", + "intro": "AMS B 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0707200000020011", + "intro": "AMS H 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0705200000020020", + "intro": "AMS F 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0703200000020024", + "intro": "AMS D 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0705230000020022", + "intro": "AMS F 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0703210000020011", + "intro": "AMS D 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0703210000020020", + "intro": "AMS D 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706200000020017", + "intro": "AMS G 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0701200000020011", + "intro": "AMS B 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0707230000020017", + "intro": "AMS H 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0701210000020024", + "intro": "AMS B 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0706230000020022", + "intro": "AMS G 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0705230000020021", + "intro": "AMS F 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0703230000020017", + "intro": "AMS D 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0703230000020022", + "intro": "AMS D 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT E 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT D 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT A 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT F 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707220000020018", + "intro": "AMS H 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0701210000020010", + "intro": "AMS B 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0703230000020010", + "intro": "AMS D 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0706210000020021", + "intro": "AMS G 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0705200000020019", + "intro": "AMS F 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704200000020019", + "intro": "AMS E 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704230000020011", + "intro": "AMS E 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0707230000020011", + "intro": "AMS H 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0704220000020017", + "intro": "AMS E 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0704210000020024", + "intro": "AMS E 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0700220000020017", + "intro": "AMS A 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0704200000020021", + "intro": "AMS E 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0703200000020022", + "intro": "AMS D 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706210000020020", + "intro": "AMS G 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0702210000020017", + "intro": "AMS C 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0702220000020021", + "intro": "AMS C 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0702200000020011", + "intro": "AMS C 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0700220000020010", + "intro": "AMS A 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0701200000020017", + "intro": "AMS B 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0703220000020010", + "intro": "AMS D 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "0703220000020019", + "intro": "AMS D 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0701200000020019", + "intro": "AMS B 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707200000020024", + "intro": "AMS H 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0700230000020022", + "intro": "AMS A 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0700200000020010", + "intro": "AMS A 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706220000020019", + "intro": "AMS G 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0705220000020022", + "intro": "AMS F 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0704210000020021", + "intro": "AMS E 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702210000020010", + "intro": "AMS C 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0707210000020010", + "intro": "AMS H 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0702230000020018", + "intro": "AMS C 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0704200000020011", + "intro": "AMS E 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0705210000020018", + "intro": "AMS F 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707200000020021", + "intro": "AMS H 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0705220000020024", + "intro": "AMS F 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0705210000020019", + "intro": "AMS F 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0706210000020010", + "intro": "AMS G 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "0705200000020021", + "intro": "AMS F 槽 1 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704210000020020", + "intro": "AMS E 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0706220000020018", + "intro": "AMS G 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0705210000020024", + "intro": "AMS F 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0707210000020020", + "intro": "AMS H 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0701230000020020", + "intro": "AMS B 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS A 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0706220000020020", + "intro": "AMS G 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0701200000020022", + "intro": "AMS B 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0700220000020024", + "intro": "AMS A 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0701210000020019", + "intro": "AMS B 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0707210000020018", + "intro": "AMS H 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701200000020018", + "intro": "AMS B 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707220000020011", + "intro": "AMS H 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "0700200000020018", + "intro": "AMS A 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701200000020024", + "intro": "AMS B 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0705220000020010", + "intro": "AMS F 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B 槽 1 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706230000020011", + "intro": "AMS G 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0704200000020017", + "intro": "AMS E 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0702230000020020", + "intro": "AMS C 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0707220000020017", + "intro": "AMS H 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0703210000020021", + "intro": "AMS D 槽 2 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0706220000020024", + "intro": "AMS G 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0706230000020020", + "intro": "AMS G 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0701230000020019", + "intro": "AMS B 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704200000020018", + "intro": "AMS E 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0704230000020021", + "intro": "AMS E 槽 4 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C 槽 2 耗材送出AMS超时。" + }, + { + "ecode": "0704230000020018", + "intro": "AMS E 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0707210000020017", + "intro": "AMS H 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0701220000020019", + "intro": "AMS B 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G 槽 3 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0707200000020010", + "intro": "AMS H 槽 1 耗材送出AMS超时。" + }, + { + "ecode": "0707230000020010", + "intro": "AMS H 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0700210000020019", + "intro": "AMS A 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0700200000020024", + "intro": "AMS A 槽 1 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0706230000020017", + "intro": "AMS G 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0706230000020019", + "intro": "AMS G 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0704230000020019", + "intro": "AMS E 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0705220000020021", + "intro": "AMS F 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "0700230000020020", + "intro": "AMS A 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H 槽 2 耗材退回AMS超时。" + }, + { + "ecode": "0704200000020022", + "intro": "AMS E 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0703210000020017", + "intro": "AMS D 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0702200000020017", + "intro": "AMS C 槽 1 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0703200000020018", + "intro": "AMS D 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0702220000020019", + "intro": "AMS C 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0701210000020020", + "intro": "AMS B 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0707220000020021", + "intro": "AMS H 槽 3 助力电机过载,缓冲器至工具头之间料管阻力过大。" + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0702230000020011", + "intro": "AMS C 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0704220000020018", + "intro": "AMS E 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0701220000020010", + "intro": "AMS B 槽 3 耗材送出AMS超时。" + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H 槽 1 耗材退回AMS超时。" + }, + { + "ecode": "0703230000020019", + "intro": "AMS D 槽 4 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "0705210000020022", + "intro": "AMS F 槽 2 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0703220000020018", + "intro": "AMS D 槽 3 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D 槽 2 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F 槽 1 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D 槽 1 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0704210000020018", + "intro": "AMS E 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G 槽 4 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D 槽 2 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A 槽 3 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0706210000020019", + "intro": "AMS G 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E 槽 3 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C 槽 4 耗材送出AMS超时。" + }, + { + "ecode": "0706230000020024", + "intro": "AMS G 槽 4 耗材退回AMS时转动料盘失败。" + }, + { + "ecode": "0703230000020018", + "intro": "AMS D 槽 4 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "0704230000020022", + "intro": "AMS E 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0705220000020011", + "intro": "AMS F 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C 槽 3 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B 槽 3 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E 槽 3 耗材退回AMS超时。" + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F 槽 4 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "0703210000020018", + "intro": "AMS D 槽 2 助力电机过载,AMS附近料管阻力过大。" + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E 槽 4 耗材退回AMS超时。" + }, + { + "ecode": "0701230000020022", + "intro": "AMS B 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0701200000020020", + "intro": "AMS B 槽 1 助力电机过载,缓冲器附近料管阻力过大。" + }, + { + "ecode": "0704210000020019", + "intro": "AMS E 槽 2 助力电机过载,AMS至缓冲器之间料管阻力过大。" + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D 槽 2 助力电机过载,AMS至打印机之间料管阻力过大。" + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E 槽 4 助力电机过载,工具头附近料管阻力过大。" + }, + { + "ecode": "0500040000020041", + "intro": "当前激光模组使用时间较长,请及时清理烟尘,避免影响激光加工。" + }, + { + "ecode": "0500040000020042", + "intro": "实况摄像头脏污或被遮挡,请清理后继续。" + }, + { + "ecode": "1807700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1803700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1800700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1804700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1805700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0706700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1803700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1804700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1801700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1806700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0700700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0701700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0701700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0702700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0703700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0500060000020031", + "intro": "未连接工具头摄像头,请检查硬件及线路连接。" + }, + { + "ecode": "0700700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0702700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0703700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0500060000020032", + "intro": "未连接喷嘴摄像头,请检查硬件及线路连接。" + }, + { + "ecode": "0300C10000010003", + "intro": "风道无法进入激光模式,请检查风门状态。" + }, + { + "ecode": "0500010000030006", + "intro": "U盘未格式化或无法写入,请格式化U盘。" + }, + { + "ecode": "0C00010000010010", + "intro": "实况摄像头校准失败。请留意热床是否被清空,摄像头图像清晰无脏污,处理后请重新校准。" + }, + { + "ecode": "0C00010000010013", + "intro": "实况摄像头校准失败,无法读取实况摄像头序列号,请联系售后。" + }, + { + "ecode": "1807700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0707700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1802700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0705700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0707700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1801700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1800700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1806700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0704700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "1802700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0704700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "0705700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0706700000020006", + "intro": "检测到冲刷旧料超时,可能是耗材卡住或挤出机/喷嘴堵塞。" + }, + { + "ecode": "1805700000020003", + "intro": "耗材挤出异常,可能是挤出机或喷嘴堵塞。" + }, + { + "ecode": "0C00040000020007", + "intro": "俯视摄像头正在初始化,请清空热床上的所有物体并拿开垫板。确保热床标记不被遮挡。同时,请清理俯视摄像头及工具头摄像头,并移除可能遮挡摄像头的异物。" + }, + { + "ecode": "0300C10000010001", + "intro": "风道无法进入冷却模式,请检查风门状态。" + }, + { + "ecode": "0300C10000010002", + "intro": "风道无法进入腔温保持模式,请检查风门状态。" + }, + { + "ecode": "0500040000020037", + "intro": "刀切模组需要校准,以获取精确的刀尖位置。请在使用前执行挂载校准。耗时约2-4min。" + }, + { + "ecode": "0500040000020050", + "intro": "激光防护视窗未安装" + }, + { + "ecode": "0C00030000020017", + "intro": "雕刻激光校准Z轴对焦失败,请检查激光测试材料(350g卡纸)是否正确放置且表面干净完好。" + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT A 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT B 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1805240000020009", + "intro": "AMS-HT F 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT E 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D 前盖打开,可能影响烘干效果或使耗材受潮。" + }, + { + "ecode": "0500030000010021", + "intro": "硬件不兼容,请检查工具头相机。" + }, + { + "ecode": "0707700000020001", + "intro": "AMS H槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1807700000020005", + "intro": "AMS-HT H槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702730000020001", + "intro": "AMS C槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0706730000020005", + "intro": "AMS G槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705710000020002", + "intro": "AMS F槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806700000020001", + "intro": "AMS-HT G槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1805720000020001", + "intro": "AMS-HT F槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0701730000020001", + "intro": "AMS B槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0700710000020005", + "intro": "AMS A槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1803730000020005", + "intro": "AMS-HT D槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1804700000020005", + "intro": "AMS-HT E槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0703700000020001", + "intro": "AMS D槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0701710000020001", + "intro": "AMS B槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0707730000020001", + "intro": "AMS H槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802700000020002", + "intro": "AMS-HT C槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706700000020002", + "intro": "AMS G槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807710000020001", + "intro": "AMS-HT H槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0705700000020002", + "intro": "AMS F槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704700000020001", + "intro": "AMS E槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1806700000020005", + "intro": "AMS-HT G槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0703720000020005", + "intro": "AMS D槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702730000020002", + "intro": "AMS C槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804710000020005", + "intro": "AMS-HT E槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702710000020001", + "intro": "AMS C槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1804710000020004", + "intro": "AMS-HT E槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806730000020004", + "intro": "AMS-HT G槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805720000020005", + "intro": "AMS-HT F槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807700000020002", + "intro": "AMS-HT H槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701720000020004", + "intro": "AMS B槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705720000020005", + "intro": "AMS F槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807720000020002", + "intro": "AMS-HT H槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800700000020004", + "intro": "AMS-HT A槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705730000020004", + "intro": "AMS F槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802730000020002", + "intro": "AMS-HT C槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1801720000020002", + "intro": "AMS-HT B槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802730000020001", + "intro": "AMS-HT C槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0700710000020001", + "intro": "AMS A槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801700000020005", + "intro": "AMS-HT B槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700710000020004", + "intro": "AMS A槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704700000020005", + "intro": "AMS E槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700710000020002", + "intro": "AMS A槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701700000020004", + "intro": "AMS B槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806730000020005", + "intro": "AMS-HT G槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1801710000020004", + "intro": "AMS-HT B槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707710000020004", + "intro": "AMS H槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803730000020004", + "intro": "AMS-HT D槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1801730000020002", + "intro": "AMS-HT B槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0700730000020004", + "intro": "AMS A槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806720000020004", + "intro": "AMS-HT G槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701720000020005", + "intro": "AMS B槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1805710000020001", + "intro": "AMS-HT F槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0705710000020004", + "intro": "AMS F槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807710000020004", + "intro": "AMS-HT H槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807730000020002", + "intro": "AMS-HT H槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803700000020004", + "intro": "AMS-HT D槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804720000020005", + "intro": "AMS-HT E槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705710000020001", + "intro": "AMS F槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1805710000020004", + "intro": "AMS-HT F槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707720000020004", + "intro": "AMS H槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702710000020004", + "intro": "AMS C槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704730000020005", + "intro": "AMS E槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1801700000020001", + "intro": "AMS-HT B槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0707710000020002", + "intro": "AMS H槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805720000020004", + "intro": "AMS-HT F槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702730000020005", + "intro": "AMS C槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0704700000020002", + "intro": "AMS E槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701700000020005", + "intro": "AMS B槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1801700000020002", + "intro": "AMS-HT B槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1801730000020001", + "intro": "AMS-HT B槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1803720000020005", + "intro": "AMS-HT D槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807730000020004", + "intro": "AMS-HT H槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800700000020005", + "intro": "AMS-HT A槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705700000020001", + "intro": "AMS F槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802710000020005", + "intro": "AMS-HT C槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705720000020004", + "intro": "AMS F槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807730000020001", + "intro": "AMS-HT H槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0702700000020005", + "intro": "AMS C槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700730000020002", + "intro": "AMS A槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706710000020004", + "intro": "AMS G槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804730000020002", + "intro": "AMS-HT E槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803700000020002", + "intro": "AMS-HT D槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802720000020005", + "intro": "AMS-HT C槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0706730000020002", + "intro": "AMS G槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707700000020004", + "intro": "AMS H槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805700000020004", + "intro": "AMS-HT F槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805700000020001", + "intro": "AMS-HT F槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0707720000020002", + "intro": "AMS H槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701720000020001", + "intro": "AMS B槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0700720000020004", + "intro": "AMS A槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804710000020001", + "intro": "AMS-HT E槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801710000020001", + "intro": "AMS-HT B槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1800730000020004", + "intro": "AMS-HT A槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806730000020002", + "intro": "AMS-HT G槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703710000020002", + "intro": "AMS D槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702730000020004", + "intro": "AMS C槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703720000020001", + "intro": "AMS D槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0701700000020002", + "intro": "AMS B槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706720000020001", + "intro": "AMS G槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801730000020004", + "intro": "AMS-HT B槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704710000020002", + "intro": "AMS E槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800710000020002", + "intro": "AMS-HT A槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802710000020002", + "intro": "AMS-HT C槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805720000020002", + "intro": "AMS-HT F槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703730000020004", + "intro": "AMS D槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806720000020005", + "intro": "AMS-HT G槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702700000020002", + "intro": "AMS C槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706720000020002", + "intro": "AMS G槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806730000020001", + "intro": "AMS-HT G槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0704730000020002", + "intro": "AMS E槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807720000020001", + "intro": "AMS-HT H槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1803710000020005", + "intro": "AMS-HT D槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807710000020002", + "intro": "AMS-HT H槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702700000020001", + "intro": "AMS C槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0705720000020002", + "intro": "AMS F槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0700720000020001", + "intro": "AMS A槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0706720000020004", + "intro": "AMS G槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804700000020001", + "intro": "AMS-HT E槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1803710000020002", + "intro": "AMS-HT D槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707710000020001", + "intro": "AMS H槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1803720000020004", + "intro": "AMS-HT D槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805730000020005", + "intro": "AMS-HT F槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1803710000020001", + "intro": "AMS-HT D槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1803700000020005", + "intro": "AMS-HT D槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1805700000020002", + "intro": "AMS-HT F槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701710000020005", + "intro": "AMS B槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0707730000020005", + "intro": "AMS H槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807720000020004", + "intro": "AMS-HT H槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701720000020002", + "intro": "AMS B槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705700000020005", + "intro": "AMS F槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1801720000020001", + "intro": "AMS-HT B槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0707730000020002", + "intro": "AMS H槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804720000020002", + "intro": "AMS-HT E槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800710000020005", + "intro": "AMS-HT A槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0704730000020001", + "intro": "AMS E槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801720000020004", + "intro": "AMS-HT B槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802700000020001", + "intro": "AMS-HT C槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0703710000020004", + "intro": "AMS D槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702700000020004", + "intro": "AMS C槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701730000020002", + "intro": "AMS B槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706730000020001", + "intro": "AMS G槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1806700000020004", + "intro": "AMS-HT G槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705710000020005", + "intro": "AMS F槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700700000020005", + "intro": "AMS A槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800720000020002", + "intro": "AMS-HT A槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800720000020005", + "intro": "AMS-HT A槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700700000020002", + "intro": "AMS A槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806720000020001", + "intro": "AMS-HT G槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0706700000020001", + "intro": "AMS G槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1800700000020002", + "intro": "AMS-HT A槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0700720000020005", + "intro": "AMS A槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0707720000020001", + "intro": "AMS H槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802710000020001", + "intro": "AMS-HT C槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1806710000020002", + "intro": "AMS-HT G槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1801710000020005", + "intro": "AMS-HT B槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0706720000020005", + "intro": "AMS G槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702720000020002", + "intro": "AMS C槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704710000020005", + "intro": "AMS E槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1806720000020002", + "intro": "AMS-HT G槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1807700000020001", + "intro": "AMS-HT H槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1804730000020004", + "intro": "AMS-HT E槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706730000020004", + "intro": "AMS G槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707710000020005", + "intro": "AMS H槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807730000020005", + "intro": "AMS-HT H槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705730000020001", + "intro": "AMS F槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0703720000020002", + "intro": "AMS D槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802720000020002", + "intro": "AMS-HT C槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704720000020004", + "intro": "AMS E槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701730000020005", + "intro": "AMS B槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0704710000020004", + "intro": "AMS E槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803700000020001", + "intro": "AMS-HT D槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0706710000020005", + "intro": "AMS G槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0701710000020004", + "intro": "AMS B槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707730000020004", + "intro": "AMS H槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703710000020005", + "intro": "AMS D槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0706700000020005", + "intro": "AMS G槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0701710000020002", + "intro": "AMS B槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704700000020004", + "intro": "AMS E槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804720000020004", + "intro": "AMS-HT E槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704720000020005", + "intro": "AMS E槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702710000020002", + "intro": "AMS C槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703710000020001", + "intro": "AMS D槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0706710000020001", + "intro": "AMS G槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1805710000020005", + "intro": "AMS-HT F槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1803720000020002", + "intro": "AMS-HT D槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0704710000020001", + "intro": "AMS E槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1805730000020001", + "intro": "AMS-HT F槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1806710000020005", + "intro": "AMS-HT G槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0704730000020004", + "intro": "AMS E槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805730000020004", + "intro": "AMS-HT F槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707700000020005", + "intro": "AMS H槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0702720000020005", + "intro": "AMS C槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800720000020001", + "intro": "AMS-HT A槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0702720000020001", + "intro": "AMS C槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1805710000020002", + "intro": "AMS-HT F槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804700000020004", + "intro": "AMS-HT E槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0701730000020004", + "intro": "AMS B槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803730000020001", + "intro": "AMS-HT D槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1804720000020001", + "intro": "AMS-HT E槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802710000020004", + "intro": "AMS-HT C槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703730000020001", + "intro": "AMS D槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801710000020002", + "intro": "AMS-HT B槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703700000020004", + "intro": "AMS D槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707720000020005", + "intro": "AMS H槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1802700000020005", + "intro": "AMS-HT C槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800710000020001", + "intro": "AMS-HT A槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1800720000020004", + "intro": "AMS-HT A槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703720000020004", + "intro": "AMS D槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1801720000020005", + "intro": "AMS-HT B槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800730000020002", + "intro": "AMS-HT A槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804700000020002", + "intro": "AMS-HT E槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705730000020005", + "intro": "AMS F槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807720000020005", + "intro": "AMS-HT H槽3的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0701700000020001", + "intro": "AMS B槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1807700000020004", + "intro": "AMS-HT H槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1804710000020002", + "intro": "AMS-HT E槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702720000020004", + "intro": "AMS C槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0700730000020005", + "intro": "AMS A槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1804730000020005", + "intro": "AMS-HT E槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800730000020005", + "intro": "AMS-HT A槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0705730000020002", + "intro": "AMS F槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806700000020002", + "intro": "AMS-HT G槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1806710000020004", + "intro": "AMS-HT G槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803730000020002", + "intro": "AMS-HT D槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0705720000020001", + "intro": "AMS F槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1804730000020001", + "intro": "AMS-HT E槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0704720000020001", + "intro": "AMS E槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802730000020004", + "intro": "AMS-HT C槽4的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0707700000020002", + "intro": "AMS H槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802720000020004", + "intro": "AMS-HT C槽3的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0700700000020004", + "intro": "AMS A槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0702710000020005", + "intro": "AMS C槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700730000020001", + "intro": "AMS A槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0704720000020002", + "intro": "AMS E槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703700000020002", + "intro": "AMS D槽1的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703700000020005", + "intro": "AMS D槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1802720000020001", + "intro": "AMS-HT C槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801730000020005", + "intro": "AMS-HT B槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1805700000020005", + "intro": "AMS-HT F槽1的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1806710000020001", + "intro": "AMS-HT G槽2的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0703730000020005", + "intro": "AMS D槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1800730000020001", + "intro": "AMS-HT A槽4的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1801700000020004", + "intro": "AMS-HT B槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803710000020004", + "intro": "AMS-HT D槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1805730000020002", + "intro": "AMS-HT F槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703730000020002", + "intro": "AMS D槽4的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706700000020004", + "intro": "AMS G槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1803720000020001", + "intro": "AMS-HT D槽3的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0700700000020001", + "intro": "AMS A槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "1802730000020005", + "intro": "AMS-HT C槽4的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "1807710000020005", + "intro": "AMS-HT H槽2的耗材送出失败,请剪平耗材端口、检查料盘是否卡住。" + }, + { + "ecode": "0700720000020002", + "intro": "AMS A槽3的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800700000020001", + "intro": "AMS-HT A槽1的耗材退出挤出机失败,可能是堵头或者耗材断在挤出机内部。" + }, + { + "ecode": "0705700000020004", + "intro": "AMS F槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1802700000020004", + "intro": "AMS-HT C槽1的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "1800710000020004", + "intro": "AMS-HT A槽2的耗材从工具头退回失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0706710000020002", + "intro": "AMS G槽2的耗材送往挤出机失败,可能是耗材或料盘卡住。" + }, + { + "ecode": "0703210000020007", + "intro": "AMS D 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0701210000020007", + "intro": "AMS B 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0703200000020007", + "intro": "AMS D 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0702200000020007", + "intro": "AMS C 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0701200000020007", + "intro": "AMS B 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0703230000020007", + "intro": "AMS D 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0700220000020007", + "intro": "AMS A 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0C00040000020019", + "intro": "俯视摄像头安装偏移,请参照Wiki重新进行安装" + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0706230000020007", + "intro": "AMS G 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0707200000020007", + "intro": "AMS H 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0704210000020007", + "intro": "AMS E 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0707220000020007", + "intro": "AMS H 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0707210000020007", + "intro": "AMS H 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0705230000020007", + "intro": "AMS F 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0704220000020007", + "intro": "AMS E 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0706210000020007", + "intro": "AMS G 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0702210000020007", + "intro": "AMS C 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0700230000020007", + "intro": "AMS A 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0701230000020007", + "intro": "AMS B 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0704200000020007", + "intro": "AMS E 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0705220000020007", + "intro": "AMS F 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0705200000020007", + "intro": "AMS F 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0707230000020007", + "intro": "AMS H 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0706220000020007", + "intro": "AMS G 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0702230000020007", + "intro": "AMS C 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0701220000020007", + "intro": "AMS B 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0702220000020007", + "intro": "AMS C 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0703220000020007", + "intro": "AMS D 槽位3出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0700210000020007", + "intro": "AMS A 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0700200000020007", + "intro": "AMS A 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0704230000020007", + "intro": "AMS E 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0705210000020007", + "intro": "AMS F 槽位2出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D 槽位4出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0706200000020007", + "intro": "AMS G 槽位1出料霍尔传感器掉线,可能是连接线接触不良。" + }, + { + "ecode": "0C00010000010011", + "intro": "实况摄像头校准失败,请重新标定。标定前请确保:垫板清空、摄像头画面清晰且图像正立。若多次校准失败,请联系售后。" + }, + { + "ecode": "0500040000010052", + "intro": "未插入安全钥匙,请按照Wiki正确安装。" + }, + { + "ecode": "0500040000010051", + "intro": "急停按钮未正确安装,请按照Wiki正确安装。" + }, + { + "ecode": "0300090000010001", + "intro": "挤出电机断路,可能线没插紧或电机故障。" + }, + { + "ecode": "0300090000010002", + "intro": "挤出电机短路,可能电机故障。" + }, + { + "ecode": "0300090000010003", + "intro": "挤出电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0300160000010001", + "intro": "挤出电机电流传感器异常,可能是硬件采样电路故障。" + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A 开门检测异常,可能霍尔传感器连接线松动或脱落。" + }, + { + "ecode": "07FF700000020003", + "intro": "请检查耗材是否从喷嘴挤出。如未挤出,请轻推耗材后重试" + }, + { + "ecode": "0500040000020036", + "intro": "检测到刀切模组首次接入。为了切割更加精确,请在使用前初始化。耗时约3分钟。" + }, + { + "ecode": "0300D00000010003", + "intro": "刀切模组连接线脱落,请检查。" + }, + { + "ecode": "0300D00000010002", + "intro": "刀切刀架掉落,请重新安装。" + }, + { + "ecode": "0300D00000010001", + "intro": "刀切模组脱落,请重新安装。" + }, + { + "ecode": "0300280000010005", + "intro": "刀切模式Z轴回零失败,请检查Z滑块、Z同步带轮是否有异物。" + }, + { + "ecode": "18FF600000020001", + "intro": "挤出机外部挂载的耗材缠绕或料盘卡住。" + }, + { + "ecode": "07FF600000020001", + "intro": "挤出机外部挂载的耗材缠绕或料盘卡住。" + }, + { + "ecode": "1200450000020002", + "intro": "切刀刀柄行程异常,可能X电机丢步。" + }, + { + "ecode": "0C00040000010014", + "intro": "未检测到刀切保护钢板,有损坏热床风险,请放置后继续。" + }, + { + "ecode": "0500040000020038", + "intro": "请安装刀切模组并锁紧快拆锁扣。如已安装,可能是模组没有滑入到位,请尝试重新安装。" + }, + { + "ecode": "0C00040000020002", + "intro": "未检测到粘性刀切粘板,请放置任务需要的粘板后继续。" + }, + { + "ecode": "0500400000010040", + "intro": "刀切模组序列号异常" + }, + { + "ecode": "0500030000020020", + "intro": "U盘存储容量不足,无法缓存打印文件。" + }, + { + "ecode": "03009E0000030001", + "intro": "本次打印的开门检测功能将设置为“通知”级别。" + }, + { + "ecode": "0500040000020035", + "intro": "激光组件需要校准,以获取精确的焦点位置。请在使用前执行挂载校准。耗时大约2分钟。" + }, + { + "ecode": "0300A10000010001", + "intro": "腔体温度过高,请打开上盖和前门降温,或降低环境温度。" + }, + { + "ecode": "0C00040000010012", + "intro": "实况摄像头数据链路异常。" + }, + { + "ecode": "0500010000030005", + "intro": "当前U盘处于只读模式,无法进行录像和Timelapse录制,请参考Wiki处理。" + }, + { + "ecode": "0C00010000010012", + "intro": "实况摄像头校准失败,校准结果无法写入,请尝试重新校准。若多次校准失败,请联系售后。" + }, + { + "ecode": "0500010000020002", + "intro": "未连接实况摄像头,请检查硬件及线路连接。" + }, + { + "ecode": "0500060000020034", + "intro": "未连接实况摄像头,请检查硬件及线路连接。" + }, + { + "ecode": "0500060000020033", + "intro": "未连接俯视摄像头,请检查硬件及线路连接。" + }, + { + "ecode": "1805200000020009", + "intro": "AMS-HT F槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1803200000020009", + "intro": "AMS-HT D槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1805210000020009", + "intro": "AMS-HT F槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804210000020009", + "intro": "AMS-HT E槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804220000020009", + "intro": "AMS-HT E槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1803210000020009", + "intro": "AMS-HT D槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806230000020009", + "intro": "AMS-HT G槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800220000020009", + "intro": "AMS-HT A槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807230000020009", + "intro": "AMS-HT H槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1802200000020009", + "intro": "AMS-HT C槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801210000020009", + "intro": "AMS-HT B槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807210000020009", + "intro": "AMS-HT H槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800210000020009", + "intro": "AMS-HT A槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1802210000020009", + "intro": "AMS-HT C槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806220000020009", + "intro": "AMS-HT G槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806200000020009", + "intro": "AMS-HT G槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804230000020009", + "intro": "AMS-HT E槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801220000020009", + "intro": "AMS-HT B槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1802220000020009", + "intro": "AMS-HT C槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1803230000020009", + "intro": "AMS-HT D槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807200000020009", + "intro": "AMS-HT H槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800230000020009", + "intro": "AMS-HT A槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806210000020009", + "intro": "AMS-HT G槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1805220000020009", + "intro": "AMS-HT F槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807220000020009", + "intro": "AMS-HT H槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1803220000020009", + "intro": "AMS-HT D槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1805230000020009", + "intro": "AMS-HT F槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804200000020009", + "intro": "AMS-HT E槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801200000020009", + "intro": "AMS-HT B槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800200000020009", + "intro": "AMS-HT A槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1802230000020009", + "intro": "AMS-HT C槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801230000020009", + "intro": "AMS-HT B槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0C0003000002000E", + "intro": "检测到可能发生了裹头。" + }, + { + "ecode": "0300030000020002", + "intro": "热端散热风扇转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1806310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1807300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0704310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0705210000020009", + "intro": "AMS F槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0707220000020009", + "intro": "AMS H槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0707300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0707560000030001", + "intro": "AMS H正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "0703560000030001", + "intro": "AMS D正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1800700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1800400000020004", + "intro": "缓冲区位置信号异常,可能缓冲区弹簧卡住或耗材缠绕。" + }, + { + "ecode": "0704200000020009", + "intro": "AMS E槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0704310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1800310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0705310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1807310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1806350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1800300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1804310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0705200000020009", + "intro": "AMS F槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "18FF200000020002", + "intro": "未发现外部挂载的耗材;请装入新的耗材。" + }, + { + "ecode": "1807350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0705300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "18FF200000020001", + "intro": "外部挂载的耗材用完;请装入新的耗材。" + }, + { + "ecode": "1800450000020001", + "intro": "切料传感器异常。请检查连接器是否正确插入。" + }, + { + "ecode": "1805310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0704230000020009", + "intro": "AMS E槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0707350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0700560000030001", + "intro": "AMS A正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1803300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0706300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1800450000020002", + "intro": "切刀刀柄行程异常,可能电机丢步或XY未回零。" + }, + { + "ecode": "1802700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1807700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1802300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1802310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1806310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1802300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0704700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0705230000020009", + "intro": "AMS F槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0707310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0704560000030001", + "intro": "AMS E正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "0706230000020009", + "intro": "AMS G槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1801700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1802350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "18FF200000020004", + "intro": "请从挤出机中拉出外部挂载的耗材。" + }, + { + "ecode": "0705350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0706210000020009", + "intro": "AMS G槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1805350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "18FF450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "0707300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1800300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0705700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0704700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1805310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1805700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1803310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1805300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0705700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0706310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1802310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0704350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0707210000020009", + "intro": "AMS H槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800510000030001", + "intro": "AMS已禁用,请从料盘支架加载耗材。" + }, + { + "ecode": "18FE450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "0706560000030001", + "intro": "AMS G正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1805300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0704300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0707230000020009", + "intro": "AMS H槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1803300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1804310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0706700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1800310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1803350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0704210000020009", + "intro": "AMS E槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1803700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0704300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0707700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0704220000020009", + "intro": "AMS E槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0706310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1800350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "1806300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0707310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0705300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0707200000020009", + "intro": "AMS H槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0706220000020009", + "intro": "AMS G槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800400000020003", + "intro": "多通缓冲通信异常,可能连接线异常。" + }, + { + "ecode": "0706350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0705310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "0701560000030001", + "intro": "AMS B正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0707700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1804300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1803310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1804700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "1801310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "1800400000020002", + "intro": "缓冲区位置信号异常,可能位置传感器异常。" + }, + { + "ecode": "0706700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "1800450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "1807300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0705220000020009", + "intro": "AMS F槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702560000030001", + "intro": "AMS C正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "0705560000030001", + "intro": "AMS F正在进行烘干冷却,请等待其降温后操作。" + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0706200000020009", + "intro": "AMS G槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0706300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0300C00000010002", + "intro": "过滤切换风门动作异常,可能卡住。" + }, + { + "ecode": "0300A20000010001", + "intro": "MC模块温度过高,可能是因为打印机背部散热受限,建议调整打印机位置或降低环境温度后再使用。" + }, + { + "ecode": "0300C30000010002", + "intro": "过滤切换风门电流传感器异常,可能是风门排线松动或硬件采样电路故障。" + }, + { + "ecode": "0300C20000010002", + "intro": "过滤切换风门霍尔传感器异常,可能是风门排线松动。" + }, + { + "ecode": "0C00030000020016", + "intro": "异物检测未生效,无法读取实况摄像头序列号,请联系售后。" + }, + { + "ecode": "0C0001000001000F", + "intro": "实况摄像头标定失败,请重启设备或更新固件。" + }, + { + "ecode": "050004000001004F", + "intro": "检测到未知模块接入,请尝试升级固件至最新版本。" + }, + { + "ecode": "0C00030000020013", + "intro": "异物检测未生效,请重启设备或更新固件。" + }, + { + "ecode": "0300350000020002", + "intro": "MC模块散热风扇转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "0702970000030001", + "intro": "AMS C 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0703970000030001", + "intro": "AMS D 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0700970000030001", + "intro": "AMS A 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0701970000030001", + "intro": "AMS B 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0704970000030001", + "intro": "AMS E 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0706970000030001", + "intro": "AMS G 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0705970000030001", + "intro": "AMS F 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "0707970000030001", + "intro": "AMS H 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B 腔温较高,现在不能辅助上料或读RFID。" + }, + { + "ecode": "03009D0000020001", + "intro": "雕刻激光器的焦点XY标定失败,请将激光垫板回零台清洁干净后,重新执行激光模组挂载校准后,进行重试。" + }, + { + "ecode": "07FF450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "07FE450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0500010000020001", + "intro": "媒体链路错误。请重启机器,如多次尝试失败请联系客服。" + }, + { + "ecode": "0703200000020009", + "intro": "AMS D槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702230000020009", + "intro": "AMS C槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700200000020009", + "intro": "AMS A槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0701220000020009", + "intro": "AMS B槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0701230000020009", + "intro": "AMS B槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0701200000020009", + "intro": "AMS B槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0701210000020009", + "intro": "AMS B槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702220000020009", + "intro": "AMS C槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700210000020009", + "intro": "AMS A槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702210000020009", + "intro": "AMS C槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0703230000020009", + "intro": "AMS D槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702200000020009", + "intro": "AMS C槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700220000020009", + "intro": "AMS A槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0703220000020009", + "intro": "AMS D槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0703210000020009", + "intro": "AMS D槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700230000020009", + "intro": "AMS A槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0300960000010001", + "intro": "检测到前门打开,任务暂停。" + }, + { + "ecode": "0700230000020003", + "intro": "AMS A 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "0701220000020003", + "intro": "AMS B 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "0702210000020003", + "intro": "AMS C 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0702220000020003", + "intro": "AMS C 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "0703230000020003", + "intro": "AMS D 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "0707220000020003", + "intro": "AMS H 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "0705200000020003", + "intro": "AMS F 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "0707210000020003", + "intro": "AMS H 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0704200000020003", + "intro": "AMS E 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "0705210000020003", + "intro": "AMS F 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "0700200000020003", + "intro": "AMS A 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "0700210000020003", + "intro": "AMS A 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0700220000020003", + "intro": "AMS A 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "0701210000020003", + "intro": "AMS B 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0701230000020003", + "intro": "AMS B 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "0702200000020003", + "intro": "AMS C 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "0702230000020003", + "intro": "AMS C 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "0703200000020003", + "intro": "AMS D 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "0703210000020003", + "intro": "AMS D 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0703220000020003", + "intro": "AMS D 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "0704220000020003", + "intro": "AMS E 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "0706220000020003", + "intro": "AMS G 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "0706210000020003", + "intro": "AMS G 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "0704230000020003", + "intro": "AMS E 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "0704210000020003", + "intro": "AMS E 槽位2耗材可能断在AMS中。" + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "0705220000020003", + "intro": "AMS F 槽位3耗材可能断在AMS中。" + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "0706230000020003", + "intro": "AMS G 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "0706200000020003", + "intro": "AMS G 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "0705230000020003", + "intro": "AMS F 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A 槽位1耗材可能断在AMS-HT中。" + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "0707200000020003", + "intro": "AMS H 槽位1耗材可能断在AMS中。" + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G 槽位2耗材可能断在AMS-HT中。" + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A 槽位4耗材可能断在AMS-HT中。" + }, + { + "ecode": "0707230000020003", + "intro": "AMS H 槽位4耗材可能断在AMS中。" + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E 槽位3耗材可能断在AMS-HT中。" + }, + { + "ecode": "0700310000010001", + "intro": "AMS A RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0705110000020002", + "intro": "AMS F有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707210000020005", + "intro": "AMS H 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706120000020004", + "intro": "AMS G有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G助力电机电流传感器故障。" + }, + { + "ecode": "0705800000010003", + "intro": "AMS F加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701230000020008", + "intro": "AMS B 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0706310000020002", + "intro": "AMS G槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704130000010001", + "intro": "AMS E有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0705100000010001", + "intro": "AMS F有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E 槽位4为空,请插入耗材。" + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0705230000030001", + "intro": "AMS F 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805110000020002", + "intro": "AMS-HT F有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1800310000010001", + "intro": "AMS-HT A RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0704100000010003", + "intro": "AMS E有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0706230000030002", + "intro": "AMS G 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0706800000010004", + "intro": "AMS G加热器1异常发热。" + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0707200000020008", + "intro": "AMS H 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0705330000020002", + "intro": "AMS F槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0707010000010005", + "intro": "AMS H助力电机电流传感器故障。" + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1801320000020002", + "intro": "AMS-HT B槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703220000020008", + "intro": "AMS D 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0706960000020002", + "intro": "AMS G环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0707940000010001", + "intro": "AMS H加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803130000010001", + "intro": "AMS-HT D有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1801300000010001", + "intro": "AMS-HT B RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1800300000020002", + "intro": "AMS-HT A槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0702310000010001", + "intro": "AMS C RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0706120000010001", + "intro": "AMS G有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1807310000020002", + "intro": "AMS-HT H槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1806110000020002", + "intro": "AMS-HT G有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0704120000010003", + "intro": "AMS E有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A加热器2电流传感器异常。" + }, + { + "ecode": "0706010000010005", + "intro": "AMS G助力电机电流传感器故障。" + }, + { + "ecode": "1806130000020002", + "intro": "AMS-HT G有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704010000010005", + "intro": "AMS E助力电机电流传感器故障。" + }, + { + "ecode": "1807330000020002", + "intro": "AMS-HT H槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1801330000020002", + "intro": "AMS-HT B槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0706130000020004", + "intro": "AMS G有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804310000020002", + "intro": "AMS-HT E槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807130000020002", + "intro": "AMS-HT H有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707020000020002", + "intro": "AMS H里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1806320000020002", + "intro": "AMS-HT G槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704010000020011", + "intro": "AMS E助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0707010000020011", + "intro": "AMS H助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT C 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800310000020002", + "intro": "AMS-HT A槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0707930000010001", + "intro": "AMS H加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0704010000020002", + "intro": "AMS E 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT A 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0706010000010001", + "intro": "AMS G 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806120000020002", + "intro": "AMS-HT G有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0707230000020008", + "intro": "AMS H 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0705120000010003", + "intro": "AMS F有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706960000010003", + "intro": "AMS G不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0700220000020008", + "intro": "AMS A 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0704230000020001", + "intro": "AMS E 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0706220000030001", + "intro": "AMS G 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0704210000020005", + "intro": "AMS E 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0704910000010003", + "intro": "AMS E排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707010000020006", + "intro": "AMS H助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0704230000030002", + "intro": "AMS E 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0701310000010001", + "intro": "AMS B RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0706010000020011", + "intro": "AMS G助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0705220000020005", + "intro": "AMS F 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705220000020001", + "intro": "AMS F 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0706010000010003", + "intro": "AMS G 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0705010000020011", + "intro": "AMS F助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0706200000020001", + "intro": "AMS G 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707010000010003", + "intro": "AMS H 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F加热器2电流传感器异常。" + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707210000020004", + "intro": "AMS H 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0704230000020004", + "intro": "AMS E 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0705210000020002", + "intro": "AMS F 槽位2为空,请插入耗材。" + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT F 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A 槽位2为空,请插入耗材。" + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0706200000030001", + "intro": "AMS G 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0707230000020004", + "intro": "AMS H 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706230000020001", + "intro": "AMS G 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0704330000020002", + "intro": "AMS E槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1802120000020002", + "intro": "AMS-HT C有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0705120000020002", + "intro": "AMS F有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0705810000010004", + "intro": "AMS F加热器2异常发热。" + }, + { + "ecode": "0706010000020009", + "intro": "AMS G助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0707220000030001", + "intro": "AMS H 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0707220000020008", + "intro": "AMS H 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806010000010003", + "intro": "AMS-HT G 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1804110000010001", + "intro": "AMS-HT E有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0705200000030001", + "intro": "AMS F 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804320000020002", + "intro": "AMS-HT E槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1803100000010001", + "intro": "AMS-HT D有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0704200000020005", + "intro": "AMS E 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1802330000020002", + "intro": "AMS-HT C槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1806300000010001", + "intro": "AMS-HT G RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0C00040000010011", + "intro": "材料厚度测量失败,设备参数异常。请重新运行俯视摄像头初始化。" + }, + { + "ecode": "0706900000010003", + "intro": "AMS G排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1803300000020002", + "intro": "AMS-HT D槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0707800000010001", + "intro": "AMS H加热器1电流传感器异常。" + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0707210000020001", + "intro": "AMS H 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1800100000010001", + "intro": "AMS-HT A有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT A有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1800320000020002", + "intro": "AMS-HT A槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0705800000010001", + "intro": "AMS F加热器1电流传感器异常。" + }, + { + "ecode": "0705960000020002", + "intro": "AMS F环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804130000020002", + "intro": "AMS-HT E有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT F 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0704200000020008", + "intro": "AMS E 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705200000020001", + "intro": "AMS F 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0706130000010003", + "intro": "AMS G有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0704220000020008", + "intro": "AMS E 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0706200000020005", + "intro": "AMS G 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0704810000010002", + "intro": "AMS E加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0704110000020002", + "intro": "AMS E有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0704310000010001", + "intro": "AMS E RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0707120000020004", + "intro": "AMS H有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1803320000020002", + "intro": "AMS-HT D槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807110000010001", + "intro": "AMS-HT H有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0704200000030001", + "intro": "AMS E 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1806300000020002", + "intro": "AMS-HT G槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704010000010004", + "intro": "AMS E 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0706130000010001", + "intro": "AMS G有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800110000020002", + "intro": "AMS-HT A有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707110000010003", + "intro": "AMS H有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706110000020004", + "intro": "AMS G有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705920000020002", + "intro": "AMS F加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0707810000010001", + "intro": "AMS H加热器2电流传感器异常。" + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1802320000020002", + "intro": "AMS-HT C槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E 槽位2为空,请插入耗材。" + }, + { + "ecode": "0706210000020001", + "intro": "AMS G 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT C 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0704960000020002", + "intro": "AMS E环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0704230000020008", + "intro": "AMS E 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0706930000020002", + "intro": "AMS G加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0705800000010002", + "intro": "AMS F加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0704110000010003", + "intro": "AMS E有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0707010000020002", + "intro": "AMS H 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B加热器2电流传感器异常。" + }, + { + "ecode": "0704020000010001", + "intro": "AMS E 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B助力电机电流传感器故障。" + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1802310000010001", + "intro": "AMS-HT C RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0706100000020004", + "intro": "AMS G有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705960000010003", + "intro": "AMS F不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT E 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706010000020006", + "intro": "AMS G助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B 槽位2为空,请插入耗材。" + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804110000020002", + "intro": "AMS-HT E有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0704810000010001", + "intro": "AMS E加热器2电流传感器异常。" + }, + { + "ecode": "0706230000020002", + "intro": "AMS G 槽位4为空,请插入耗材。" + }, + { + "ecode": "0705110000020004", + "intro": "AMS F有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0706220000020002", + "intro": "AMS G 槽位3为空,请插入耗材。" + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0707120000010003", + "intro": "AMS H有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0705220000020008", + "intro": "AMS F 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0706950000010001", + "intro": "AMS G加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0706110000010001", + "intro": "AMS G有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G加热器1电流传感器异常。" + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0704930000010001", + "intro": "AMS E加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0704320000020002", + "intro": "AMS E槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706220000030002", + "intro": "AMS G 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0706800000010003", + "intro": "AMS G加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805100000010001", + "intro": "AMS-HT F有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1805130000020002", + "intro": "AMS-HT F有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G加热器2异常发热。" + }, + { + "ecode": "0704010000010011", + "intro": "AMS E助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0704230000020005", + "intro": "AMS E 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802120000010001", + "intro": "AMS-HT C有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706100000010001", + "intro": "AMS G有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G加热器1异常发热。" + }, + { + "ecode": "0707010000020008", + "intro": "AMS H助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0705300000020002", + "intro": "AMS F槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0C00040000010013", + "intro": "俯视摄像头的曝光参数设置没有生效,请重试。" + }, + { + "ecode": "0705010000020002", + "intro": "AMS F 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT G 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT E 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0706960000010001", + "intro": "AMS G烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D 槽位1为空,请插入耗材。" + }, + { + "ecode": "0707200000020001", + "intro": "AMS H 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0705100000020004", + "intro": "AMS F有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D加热器1电流传感器异常。" + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT D 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706230000020005", + "intro": "AMS G 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0702210000020008", + "intro": "AMS C 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H加热器2异常发热。" + }, + { + "ecode": "0706910000010003", + "intro": "AMS G排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0706940000010001", + "intro": "AMS G加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G 槽位2为空,请插入耗材。" + }, + { + "ecode": "0705130000010003", + "intro": "AMS F有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0704300000020002", + "intro": "AMS E槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0706220000020004", + "intro": "AMS G 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1806120000010001", + "intro": "AMS-HT G有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0705010000010005", + "intro": "AMS F助力电机电流传感器故障。" + }, + { + "ecode": "0705220000030002", + "intro": "AMS F 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT A有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "0706110000010003", + "intro": "AMS G有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0705210000030001", + "intro": "AMS F 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703210000020008", + "intro": "AMS D 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT D 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707310000010001", + "intro": "AMS H RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT A有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B加热器1异常发热。" + }, + { + "ecode": "0704230000020002", + "intro": "AMS E 槽位4为空,请插入耗材。" + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "0707020000010001", + "intro": "AMS H 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0706320000020002", + "intro": "AMS G槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0707100000020002", + "intro": "AMS H有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0705110000010003", + "intro": "AMS F有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706810000010004", + "intro": "AMS G加热器2异常发热。" + }, + { + "ecode": "0707110000020002", + "intro": "AMS H有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801120000010001", + "intro": "AMS-HT B有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B 槽位1为空,请插入耗材。" + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT H 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0705230000030002", + "intro": "AMS F 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0705010000010001", + "intro": "AMS F 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0704220000020004", + "intro": "AMS E 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A 槽位3为空,请插入耗材。" + }, + { + "ecode": "1805330000020002", + "intro": "AMS-HT F槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0706210000020002", + "intro": "AMS G 槽位2为空,请插入耗材。" + }, + { + "ecode": "0707810000010002", + "intro": "AMS H加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0706210000030001", + "intro": "AMS G 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0705320000020002", + "intro": "AMS F槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706120000020002", + "intro": "AMS G有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0707120000020002", + "intro": "AMS H有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706920000010001", + "intro": "AMS G加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0706810000010002", + "intro": "AMS G加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0707800000010004", + "intro": "AMS H加热器1异常发热。" + }, + { + "ecode": "0704300000010001", + "intro": "AMS E RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0706930000010001", + "intro": "AMS G加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0704200000030002", + "intro": "AMS E 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C加热器1电流传感器异常。" + }, + { + "ecode": "0706110000020002", + "intro": "AMS G有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707200000020002", + "intro": "AMS H 槽位1为空,请插入耗材。" + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0707960000010003", + "intro": "AMS H不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0706210000020004", + "intro": "AMS G 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0705930000020002", + "intro": "AMS F加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0705200000030002", + "intro": "AMS F 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0707110000020004", + "intro": "AMS H有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0705010000020007", + "intro": "AMS F助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0704020000020002", + "intro": "AMS E里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0707120000010001", + "intro": "AMS H有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT E助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C 槽位4为空,请插入耗材。" + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C 槽位1为空,请插入耗材。" + }, + { + "ecode": "0705130000010001", + "intro": "AMS F有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0701300000010001", + "intro": "AMS B RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0702300000010001", + "intro": "AMS C RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1801100000010001", + "intro": "AMS-HT B有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0706200000020004", + "intro": "AMS G 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F加热器1电流传感器异常。" + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C 槽位2为空,请插入耗材。" + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F加热器2异常发热。" + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C助力电机电流传感器故障。" + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0704120000020002", + "intro": "AMS E有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0705920000010001", + "intro": "AMS F加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0706810000010003", + "intro": "AMS G加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0704220000030001", + "intro": "AMS E 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0707900000010003", + "intro": "AMS H排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0706130000020002", + "intro": "AMS G有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B加热器1电流传感器异常。" + }, + { + "ecode": "0705310000020002", + "intro": "AMS F槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0706020000010001", + "intro": "AMS G 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1803310000010001", + "intro": "AMS-HT D RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0704220000020001", + "intro": "AMS E 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0704900000010003", + "intro": "AMS E排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0705120000010001", + "intro": "AMS F有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0704930000020002", + "intro": "AMS E加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E加热器2异常发热。" + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H助力电机电流传感器故障。" + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1801130000010001", + "intro": "AMS-HT B有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F 槽位4为空,请插入耗材。" + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F 槽位1为空,请插入耗材。" + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT B 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0705900000020001", + "intro": "AMS F排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1803120000010001", + "intro": "AMS-HT D有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1802110000020002", + "intro": "AMS-HT C有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1807100000020002", + "intro": "AMS-HT H有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "0707930000020002", + "intro": "AMS H加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1801310000010001", + "intro": "AMS-HT B RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1806310000010001", + "intro": "AMS-HT G RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1805310000010001", + "intro": "AMS-HT F RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E加热器1电流传感器异常。" + }, + { + "ecode": "1807010000010003", + "intro": "AMS-HT H 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0705020000020002", + "intro": "AMS F里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT H 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700300000010001", + "intro": "AMS A RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0705010000010004", + "intro": "AMS F 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0707100000010001", + "intro": "AMS H有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1806100000020002", + "intro": "AMS-HT G有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1806130000010001", + "intro": "AMS-HT G有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1803310000020002", + "intro": "AMS-HT D槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0704110000010001", + "intro": "AMS E有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707950000010001", + "intro": "AMS H加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0704200000020004", + "intro": "AMS E 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0707200000020005", + "intro": "AMS H 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705350000010002", + "intro": "AMS F湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1800120000010001", + "intro": "AMS-HT A有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706910000020001", + "intro": "AMS G排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F助力电机电流传感器故障。" + }, + { + "ecode": "0704800000010002", + "intro": "AMS E加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0707960000010001", + "intro": "AMS H烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1802300000020002", + "intro": "AMS-HT C槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704210000030001", + "intro": "AMS E 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1807320000020002", + "intro": "AMS-HT H槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704200000020002", + "intro": "AMS E 槽位1为空,请插入耗材。" + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A 槽位4为空,请插入耗材。" + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0704010000020010", + "intro": "AMS E助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1800330000020002", + "intro": "AMS-HT A槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0707210000020002", + "intro": "AMS H 槽位2为空,请插入耗材。" + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D加热器2电流传感器异常。" + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1801110000020002", + "intro": "AMS-HT B有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H 槽位3为空,请插入耗材。" + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT A 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706010000020007", + "intro": "AMS G助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1800120000020002", + "intro": "AMS-HT A有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0704100000010001", + "intro": "AMS E有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F 槽位2为空,请插入耗材。" + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0704010000020009", + "intro": "AMS E助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0704210000020008", + "intro": "AMS E 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800130000020002", + "intro": "AMS-HT A有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C加热器1异常发热。" + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0704230000030001", + "intro": "AMS E 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0705960000010001", + "intro": "AMS F烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1807300000010001", + "intro": "AMS-HT H RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT G 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705010000020009", + "intro": "AMS F助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805300000020002", + "intro": "AMS-HT F槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0707810000010004", + "intro": "AMS H加热器2异常发热。" + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0704910000020001", + "intro": "AMS E排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706230000030001", + "intro": "AMS G 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0707230000020005", + "intro": "AMS H 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1800110000010001", + "intro": "AMS-HT A有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0705810000010002", + "intro": "AMS F加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E加热器1异常发热。" + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1807300000020002", + "intro": "AMS-HT H槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0706220000020008", + "intro": "AMS G 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E 槽位3为空,请插入耗材。" + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT F助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0705210000020004", + "intro": "AMS F 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704960000010001", + "intro": "AMS E烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0707010000020009", + "intro": "AMS H助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1801310000020002", + "intro": "AMS-HT B槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0705940000010001", + "intro": "AMS F加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0706210000030002", + "intro": "AMS G 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0707210000020008", + "intro": "AMS H 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0707310000020002", + "intro": "AMS H槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0500040000020030", + "intro": "俯视摄像头未安装,请断电后参考说明书安装。" + }, + { + "ecode": "1801120000020002", + "intro": "AMS-HT B有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0704200000020001", + "intro": "AMS E 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0705910000010003", + "intro": "AMS F排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0704920000010001", + "intro": "AMS E加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0704130000020002", + "intro": "AMS E有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706120000010003", + "intro": "AMS G有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0707500000020001", + "intro": "AMS H 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A加热器1电流传感器异常。" + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B 槽位4为空,请插入耗材。" + }, + { + "ecode": "0705200000020004", + "intro": "AMS F 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0705300000010001", + "intro": "AMS F RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707300000010001", + "intro": "AMS H RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0706920000020002", + "intro": "AMS G加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H加热器1异常发热。" + }, + { + "ecode": "0705200000020002", + "intro": "AMS F 槽位1为空,请插入耗材。" + }, + { + "ecode": "0704110000020004", + "intro": "AMS E有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0704010000020006", + "intro": "AMS E助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1804300000020002", + "intro": "AMS-HT E槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0707910000020001", + "intro": "AMS H排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0703230000020008", + "intro": "AMS D 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G 槽位4为空,请插入耗材。" + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0707300000020002", + "intro": "AMS H槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0707910000010003", + "intro": "AMS H排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0700210000020008", + "intro": "AMS A 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0705130000020002", + "intro": "AMS F有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0704220000030002", + "intro": "AMS E 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704940000010001", + "intro": "AMS E加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1802300000010001", + "intro": "AMS-HT C RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805300000010001", + "intro": "AMS-HT F RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0700230000020008", + "intro": "AMS A 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0705310000010001", + "intro": "AMS F RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B 槽位3为空,请插入耗材。" + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0707810000010003", + "intro": "AMS H加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0707010000020007", + "intro": "AMS H助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT F 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1802310000020002", + "intro": "AMS-HT C槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704210000020001", + "intro": "AMS E 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1802130000010001", + "intro": "AMS-HT C有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0704920000020002", + "intro": "AMS E加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0706810000010001", + "intro": "AMS G加热器2电流传感器异常。" + }, + { + "ecode": "0705110000010001", + "intro": "AMS F有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0705120000020004", + "intro": "AMS F有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707320000020002", + "intro": "AMS H槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0707130000020002", + "intro": "AMS H有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0704010000010003", + "intro": "AMS E 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0706300000010001", + "intro": "AMS G RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0707210000030001", + "intro": "AMS H 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G 槽位3为空,请插入耗材。" + }, + { + "ecode": "0705100000020002", + "intro": "AMS F有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0705130000020004", + "intro": "AMS F有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707010000020010", + "intro": "AMS H助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0706230000020004", + "intro": "AMS G 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707220000030002", + "intro": "AMS H 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704810000010004", + "intro": "AMS E加热器2异常发热。" + }, + { + "ecode": "0705100000010003", + "intro": "AMS F有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0707330000020002", + "intro": "AMS H槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D加热器1异常发热。" + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705230000020005", + "intro": "AMS F 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807130000010001", + "intro": "AMS-HT H有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707230000020001", + "intro": "AMS H 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E 槽位1为空,请插入耗材。" + }, + { + "ecode": "0707230000030001", + "intro": "AMS H 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0705010000010011", + "intro": "AMS F助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D助力电机电流传感器故障。" + }, + { + "ecode": "0705200000020008", + "intro": "AMS F 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0707800000010003", + "intro": "AMS H加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0704900000020001", + "intro": "AMS E排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0704800000010003", + "intro": "AMS E加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0707220000020002", + "intro": "AMS H 槽位3为空,请插入耗材。" + }, + { + "ecode": "0707200000020004", + "intro": "AMS H 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0707100000020004", + "intro": "AMS H有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0705220000020004", + "intro": "AMS F 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0C00010000020008", + "intro": "获取实况摄像头的图像失败,炒面及堆料检测暂时失效。" + }, + { + "ecode": "0706010000020008", + "intro": "AMS G助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0706210000020005", + "intro": "AMS G 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706010000020010", + "intro": "AMS G助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0707920000010001", + "intro": "AMS H加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0704960000010003", + "intro": "AMS E不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1807120000010001", + "intro": "AMS-HT H有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706300000020002", + "intro": "AMS G槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D 槽位2为空,请插入耗材。" + }, + { + "ecode": "0704210000020004", + "intro": "AMS E 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D 槽位3为空,请插入耗材。" + }, + { + "ecode": "0705910000020001", + "intro": "AMS F排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0706010000020002", + "intro": "AMS G 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A加热器1异常发热。" + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0706220000020005", + "intro": "AMS G 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1802100000010001", + "intro": "AMS-HT C有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0705220000030001", + "intro": "AMS F 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0707220000020005", + "intro": "AMS H 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0704950000010001", + "intro": "AMS E加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705810000010003", + "intro": "AMS F加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805130000010001", + "intro": "AMS-HT F有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1800300000010001", + "intro": "AMS-HT A RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0707010000010004", + "intro": "AMS H 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1804310000010001", + "intro": "AMS-HT E RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0705230000020001", + "intro": "AMS F 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1805120000010001", + "intro": "AMS-HT F有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1807110000020002", + "intro": "AMS-HT H有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706210000020008", + "intro": "AMS G 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806110000010001", + "intro": "AMS-HT G有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707010000010011", + "intro": "AMS H助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C加热器2异常发热。" + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707350000010002", + "intro": "AMS H湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0705010000020008", + "intro": "AMS F助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0707230000020002", + "intro": "AMS H 槽位4为空,请插入耗材。" + }, + { + "ecode": "1801300000020002", + "intro": "AMS-HT B槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704010000020007", + "intro": "AMS E助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0706310000010001", + "intro": "AMS G RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0704350000010002", + "intro": "AMS E湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1803130000020002", + "intro": "AMS-HT D有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707230000030002", + "intro": "AMS H 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0706900000020001", + "intro": "AMS G排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0707100000010003", + "intro": "AMS H有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A助力电机电流传感器故障。" + }, + { + "ecode": "0704130000010003", + "intro": "AMS E有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802130000020002", + "intro": "AMS-HT C有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702220000020008", + "intro": "AMS C 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0706100000020002", + "intro": "AMS G有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H 槽位4为空,请插入耗材。" + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H 槽位2为空,请插入耗材。" + }, + { + "ecode": "0707220000020004", + "intro": "AMS H 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0705930000010001", + "intro": "AMS F加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A 槽位1为空,请插入耗材。" + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0704010000020008", + "intro": "AMS E助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0706200000020008", + "intro": "AMS G 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E加热器2电流传感器异常。" + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0704010000010001", + "intro": "AMS E 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803110000010001", + "intro": "AMS-HT D有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803300000010001", + "intro": "AMS-HT D RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0701210000020008", + "intro": "AMS B 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1807120000020002", + "intro": "AMS-HT H有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1801130000020002", + "intro": "AMS-HT B有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802100000020002", + "intro": "AMS-HT C有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1807100000010001", + "intro": "AMS-HT H有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707200000030002", + "intro": "AMS H 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1804100000020002", + "intro": "AMS-HT E有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706500000020001", + "intro": "AMS G 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0704120000010001", + "intro": "AMS E有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1804130000010001", + "intro": "AMS-HT E有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706800000010002", + "intro": "AMS G加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1804120000020002", + "intro": "AMS-HT E有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1805320000020002", + "intro": "AMS-HT F槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0704310000020002", + "intro": "AMS E槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0705020000010001", + "intro": "AMS F 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0704810000010003", + "intro": "AMS E加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0705230000020008", + "intro": "AMS F 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1804100000010001", + "intro": "AMS-HT E有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0703310000010001", + "intro": "AMS D RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0C00040000010005", + "intro": "俯视摄像头功能异常,请联系售后服务。" + }, + { + "ecode": "0704800000010001", + "intro": "AMS E加热器1电流传感器异常。" + }, + { + "ecode": "0702230000020008", + "intro": "AMS C 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0705900000010003", + "intro": "AMS F排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "1806310000020002", + "intro": "AMS-HT G槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0707010000010001", + "intro": "AMS H 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F加热器1异常发热。" + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0704100000020004", + "intro": "AMS E有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0705210000020005", + "intro": "AMS F 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0704500000020001", + "intro": "AMS E 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0704130000020004", + "intro": "AMS E有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701220000020008", + "intro": "AMS B 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1803100000020002", + "intro": "AMS-HT D有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0705230000020002", + "intro": "AMS F 槽位4为空,请插入耗材。" + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0704120000020004", + "intro": "AMS E有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C加热器2电流传感器异常。" + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0707130000020004", + "intro": "AMS H有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT E助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1801010000010003", + "intro": "AMS-HT B 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F 槽位3为空,请插入耗材。" + }, + { + "ecode": "1803110000020002", + "intro": "AMS-HT D有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0707800000010002", + "intro": "AMS H加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0706230000020008", + "intro": "AMS G 槽位4进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0707220000020001", + "intro": "AMS H 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1804330000020002", + "intro": "AMS-HT E槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0705210000020001", + "intro": "AMS F 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D加热器2异常发热。" + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G 槽位1为空,请插入耗材。" + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT E里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0705220000020002", + "intro": "AMS F 槽位3为空,请插入耗材。" + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0706100000010003", + "intro": "AMS G有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0705010000020010", + "intro": "AMS F助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0707900000020001", + "intro": "AMS H排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0705200000020005", + "intro": "AMS F 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1802110000010001", + "intro": "AMS-HT C有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706200000030002", + "intro": "AMS G 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1805110000010001", + "intro": "AMS-HT F有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706200000020002", + "intro": "AMS G 槽位1为空,请插入耗材。" + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0703300000010001", + "intro": "AMS D RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "0706220000020001", + "intro": "AMS G 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0707920000020002", + "intro": "AMS H加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0707110000010001", + "intro": "AMS H有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0704220000020005", + "intro": "AMS E 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H 槽位1为空,请插入耗材。" + }, + { + "ecode": "0707130000010003", + "intro": "AMS H有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1801100000020002", + "intro": "AMS-HT B有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT D 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0705950000010001", + "intro": "AMS F加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0704210000030002", + "intro": "AMS E 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800100000020002", + "intro": "AMS-HT A有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0705500000020001", + "intro": "AMS F 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D 槽位4为空,请插入耗材。" + }, + { + "ecode": "1806100000010001", + "intro": "AMS-HT G有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0705800000010004", + "intro": "AMS F加热器1异常发热。" + }, + { + "ecode": "1805310000020002", + "intro": "AMS-HT F槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C 槽位3为空,请插入耗材。" + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0706010000010011", + "intro": "AMS G助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0706350000010002", + "intro": "AMS G湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1806330000020002", + "intro": "AMS-HT G槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H加热器2电流传感器异常。" + }, + { + "ecode": "0707210000030002", + "intro": "AMS H 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1804300000010001", + "intro": "AMS-HT E RFID硬件1错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT F有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1807310000010001", + "intro": "AMS-HT H RFID硬件2错误,可能是RFID射频板线断连或者RFID射频板损坏。" + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E助力电机电流传感器故障。" + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT E 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0705810000010001", + "intro": "AMS F加热器2电流传感器异常。" + }, + { + "ecode": "0704210000020002", + "intro": "AMS E 槽位2为空,请插入耗材。" + }, + { + "ecode": "1804120000010001", + "intro": "AMS-HT E有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0705010000020006", + "intro": "AMS F助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0705210000020008", + "intro": "AMS F 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706330000020002", + "intro": "AMS G槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0705230000020004", + "intro": "AMS F 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B加热器2异常发热。" + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G加热器2电流传感器异常。" + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1803330000020002", + "intro": "AMS-HT D槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1803120000020002", + "intro": "AMS-HT D有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0706010000010004", + "intro": "AMS G 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C 槽位2进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0704100000020002", + "intro": "AMS E有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0705010000010003", + "intro": "AMS F 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0705210000030002", + "intro": "AMS F 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800130000010001", + "intro": "AMS-HT A有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707130000010001", + "intro": "AMS H有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0707960000020002", + "intro": "AMS H环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H加热器1电流传感器异常。" + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A加热器2异常发热。" + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0706800000010001", + "intro": "AMS G加热器1电流传感器异常。" + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0707200000030001", + "intro": "AMS H 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0704800000010004", + "intro": "AMS E加热器1异常发热。" + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1805120000020002", + "intro": "AMS-HT F有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT C 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1805100000020002", + "intro": "AMS-HT F有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT B 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "1801110000010001", + "intro": "AMS-HT B有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0706020000020002", + "intro": "AMS G里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A 槽位3进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0704220000020002", + "intro": "AMS E 槽位3为空,请插入耗材。" + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0500010000030007", + "intro": "没有插入U盘,无法录制延时摄影。" + }, + { + "ecode": "0300110000020002", + "intro": "Y轴共振频率与上次校准差异较大,建议完成打印后清洁Y轴光杆并执行一次自动校准。" + }, + { + "ecode": "0500030000010002", + "intro": "工具头模块工作异常,请尝试重启设备。" + }, + { + "ecode": "0500030000010006", + "intro": "系统崩溃,需要断电重启。" + }, + { + "ecode": "0500060000020004", + "intro": "实况摄像头不在位,请检测硬件连接" + }, + { + "ecode": "0500400000010039", + "intro": "激光模组序列号异常" + }, + { + "ecode": "0300200000010001", + "intro": "X轴回零异常,请检查是否工具头被卡住或X轴导轨阻力过大。" + }, + { + "ecode": "0300100000020002", + "intro": "X轴共振频率与上次校准差异较大,建议完成打印后清洁X轴导轨并执行一次自动校准。" + }, + { + "ecode": "0300090000020002", + "intro": "挤出阻力异常,可能堵头或者有耗材卡在工具头内。" + }, + { + "ecode": "0500040000020039", + "intro": "请插入模组的连接线。" + }, + { + "ecode": "0300180000010006", + "intro": "调平数据异常,请检查热床以及Z滑块附近是否有异物,如有请清理干净再重试。" + }, + { + "ecode": "0C00040000010020", + "intro": "热床视觉标志损坏,请联系售后。" + }, + { + "ecode": "0500010000030004", + "intro": "U盘空间不足,请删除U盘中部分文件。" + }, + { + "ecode": "0700100000010001", + "intro": "AMS A有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0700110000010001", + "intro": "AMS A有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0700110000010003", + "intro": "AMS A有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0700110000020002", + "intro": "AMS A有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700120000010001", + "intro": "AMS A有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0700130000010003", + "intro": "AMS A有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0701100000010001", + "intro": "AMS B有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701100000010003", + "intro": "AMS B有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0701110000010001", + "intro": "AMS B有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701120000010001", + "intro": "AMS B有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701120000010003", + "intro": "AMS B有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0701120000020002", + "intro": "AMS B有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0701130000010001", + "intro": "AMS B有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701130000010003", + "intro": "AMS B有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0701130000020002", + "intro": "AMS B有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702100000010001", + "intro": "AMS C有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702100000010003", + "intro": "AMS C有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0702110000010001", + "intro": "AMS C有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702110000010003", + "intro": "AMS C有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0702120000010001", + "intro": "AMS C有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702120000010003", + "intro": "AMS C有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0702130000020002", + "intro": "AMS C有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703100000010001", + "intro": "AMS D有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0703100000010003", + "intro": "AMS D有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0703100000020002", + "intro": "AMS D有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703110000010003", + "intro": "AMS D有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0703110000020002", + "intro": "AMS D有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703120000010003", + "intro": "AMS D有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0703120000020002", + "intro": "AMS D有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703130000010001", + "intro": "AMS D有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0703130000010003", + "intro": "AMS D有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0703130000020002", + "intro": "AMS D有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0500040000020033", + "intro": "请插入模组的连接线。" + }, + { + "ecode": "0701960000020002", + "intro": "AMS B环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0500050000010001", + "intro": "AP板出厂数据异常,请更换新AP板。" + }, + { + "ecode": "0702960000020002", + "intro": "AMS C环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0703960000010003", + "intro": "AMS D不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0703960000020002", + "intro": "AMS D环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0700960000010003", + "intro": "AMS A不能发起烘干,请将耗材退出五通组件,然后重试。" + }, + { + "ecode": "0700100000010003", + "intro": "AMS A有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0700100000020002", + "intro": "AMS A有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700120000010003", + "intro": "AMS A有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0700120000020002", + "intro": "AMS A有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700130000010001", + "intro": "AMS A有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0700130000020002", + "intro": "AMS A有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0701100000020002", + "intro": "AMS B有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0701110000010003", + "intro": "AMS B有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0701110000020002", + "intro": "AMS B有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702100000020002", + "intro": "AMS C有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702110000020002", + "intro": "AMS C有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702120000020002", + "intro": "AMS C有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702130000010001", + "intro": "AMS C有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702130000010003", + "intro": "AMS C有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0703110000010001", + "intro": "AMS D有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0703120000010001", + "intro": "AMS D有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A环境温度过低,烘干效果会受影响。" + }, + { + "ecode": "0300180000010001", + "intro": "挤出力传感器频率过低,可能喷嘴未安装或喷嘴散热片距离传感器过远。" + }, + { + "ecode": "0300180000010004", + "intro": "挤出力传感器信号异常,可能传感器已损坏或MC-TH通信异常。" + }, + { + "ecode": "0701010000010001", + "intro": "AMS B 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702210000020004", + "intro": "AMS C 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1200220000020006", + "intro": "AMS A 槽位3耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1201220000020005", + "intro": "AMS B 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1202110000010003", + "intro": "AMS C 有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1203820000020001", + "intro": "AMS D 槽位3供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "0701960000010001", + "intro": "AMS B烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0700100000020004", + "intro": "AMS A有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701210000020001", + "intro": "AMS B 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "0701220000030001", + "intro": "AMS B 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0701330000020002", + "intro": "AMS B槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0702010000020002", + "intro": "AMS C 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702200000030002", + "intro": "AMS C 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0702320000020002", + "intro": "AMS C槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0703200000020005", + "intro": "AMS D 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703200000030002", + "intro": "AMS D 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1201300000010001", + "intro": "AMS B RFID硬件1错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1201320000010001", + "intro": "AMS B RFID硬件3错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1202210000020002", + "intro": "AMS C 槽位2为空,需放置耗材。" + }, + { + "ecode": "1202210000020005", + "intro": "AMS C 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1202230000030002", + "intro": "AMS C 槽位4耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203300000010001", + "intro": "AMS D RFID硬件1错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "12FF200000020005", + "intro": "耗材可能断在工具头里。" + }, + { + "ecode": "0703010000010005", + "intro": "AMS D助力电机电流传感器故障。" + }, + { + "ecode": "0703800000010001", + "intro": "AMS D加热器1电流传感器异常。" + }, + { + "ecode": "0300010000010001", + "intro": "热床温控异常,加热器可能短路。" + }, + { + "ecode": "0702010000020007", + "intro": "AMS C助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0703810000010001", + "intro": "AMS D加热器2电流传感器异常。" + }, + { + "ecode": "0700210000030002", + "intro": "AMS A 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0700220000020002", + "intro": "AMS A 槽位3为空,请插入耗材。" + }, + { + "ecode": "0701210000020002", + "intro": "AMS B 槽位2为空,请插入耗材。" + }, + { + "ecode": "0701230000020001", + "intro": "AMS B 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0702010000010001", + "intro": "AMS C 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0702220000020001", + "intro": "AMS C 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1200330000020002", + "intro": "AMS A 料卷标签4损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1201200000030001", + "intro": "AMS B 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1201220000020003", + "intro": "AMS B 槽位3耗材可能断在料管中。" + }, + { + "ecode": "1201230000020004", + "intro": "AMS B 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1202130000010001", + "intro": "AMS C 有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1202720000010001", + "intro": "AMS C 耗材速度与长度计算错误,可能是里程轮传感器3故障。" + }, + { + "ecode": "1203200000020001", + "intro": "AMS D 槽位1耗材用完,请放置新料。" + }, + { + "ecode": "1203210000020004", + "intro": "AMS D 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0C0003000003000B", + "intro": "首层检查中,请稍候。" + }, + { + "ecode": "0701900000020001", + "intro": "AMS B排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0702920000010001", + "intro": "AMS C加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0703220000020001", + "intro": "AMS D 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "1200100000020002", + "intro": "AMS A 有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1200200000020003", + "intro": "AMS A 槽位1耗材可能断在料管中。" + }, + { + "ecode": "1200720000010001", + "intro": "AMS A 耗材速度与长度计算错误,可能是里程轮传感器3故障。" + }, + { + "ecode": "1200830000020001", + "intro": "AMS A 槽位4供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1202300000020002", + "intro": "AMS C 料卷标签1损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1202320000010001", + "intro": "AMS C RFID硬件3错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1202830000020001", + "intro": "AMS C 槽位4供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1203100000010001", + "intro": "AMS D 有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701010000020010", + "intro": "AMS B助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0700200000020005", + "intro": "AMS A 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0700230000030001", + "intro": "AMS A 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0700300000020002", + "intro": "AMS A槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0700330000020002", + "intro": "AMS A槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0702200000020005", + "intro": "AMS C 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0702220000030001", + "intro": "AMS C 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200230000030002", + "intro": "AMS A 槽位4耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1202120000010001", + "intro": "AMS C 有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1202210000020001", + "intro": "AMS C 槽位2耗材用完,请放置新料。" + }, + { + "ecode": "1202230000020004", + "intro": "AMS C 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1202230000030001", + "intro": "AMS C 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1203110000010003", + "intro": "AMS D 有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1203220000020005", + "intro": "AMS D 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0300310000010001", + "intro": "部件冷却风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "0703800000010004", + "intro": "AMS D加热器1异常发热。" + }, + { + "ecode": "0703010000020009", + "intro": "AMS D助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0C0003000001000A", + "intro": "打印机处于工厂态,请联系售后。" + }, + { + "ecode": "0300900000010002", + "intro": "腔温加热失败。可能是因为舱门未关闭,或者外界温度过低。" + }, + { + "ecode": "050004000002001A", + "intro": "无法识别AMS C料卷3的标签内容。" + }, + { + "ecode": "0700210000020002", + "intro": "AMS A 槽位2为空,请插入耗材。" + }, + { + "ecode": "0700210000020004", + "intro": "AMS A 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0702230000020004", + "intro": "AMS C 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1200200000020006", + "intro": "AMS A 槽位1耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1200300000010004", + "intro": "AMS A 加密芯片损坏,无法读取RFID。" + }, + { + "ecode": "1200820000020001", + "intro": "AMS A 槽位3供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1201200000020003", + "intro": "AMS B 槽位1耗材可能断在料管中。" + }, + { + "ecode": "1201220000020004", + "intro": "AMS B 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1202330000020002", + "intro": "AMS C 料卷标签4损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1203130000010003", + "intro": "AMS D 有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "0700130000020004", + "intro": "AMS A有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700920000020002", + "intro": "AMS A加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0702910000020001", + "intro": "AMS C排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0703810000010003", + "intro": "AMS D加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0700800000010002", + "intro": "AMS A加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0703110000020004", + "intro": "AMS D有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701010000020011", + "intro": "AMS B助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0700810000010001", + "intro": "AMS A加热器2电流传感器异常。" + }, + { + "ecode": "0701200000020008", + "intro": "AMS B 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0702210000030001", + "intro": "AMS C 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702220000020002", + "intro": "AMS C 槽位3为空,请插入耗材。" + }, + { + "ecode": "1200210000030001", + "intro": "AMS A 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1202710000010001", + "intro": "AMS C 耗材速度与长度计算错误,可能是里程轮传感器2故障。" + }, + { + "ecode": "1203120000020002", + "intro": "AMS D 有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703130000020004", + "intro": "AMS D有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703010000010011", + "intro": "AMS D助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0500040000020032", + "intro": "请插入激光模组并锁紧快拆锁扣。" + }, + { + "ecode": "0701920000010001", + "intro": "AMS B加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0701020000010001", + "intro": "AMS B 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0702010000010003", + "intro": "AMS C 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0702220000020005", + "intro": "AMS C 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1202200000020002", + "intro": "AMS C 槽位1为空,需放置耗材。" + }, + { + "ecode": "1202220000030002", + "intro": "AMS C 槽位3耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1202230000020002", + "intro": "AMS C 槽位4为空,需放置耗材。" + }, + { + "ecode": "12FF200000020007", + "intro": "工具头内部耗材位置检查失败,请点击此文案查看更多帮助。" + }, + { + "ecode": "0703900000010003", + "intro": "AMS D排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0702920000020002", + "intro": "AMS C加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0701930000010001", + "intro": "AMS B加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0700010000010004", + "intro": "AMS A 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0700500000020001", + "intro": "AMS A 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0702310000020002", + "intro": "AMS C槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1200120000020002", + "intro": "AMS A 有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1200220000020002", + "intro": "AMS A 槽位3为空,需放置耗材。" + }, + { + "ecode": "1202230000020003", + "intro": "AMS C 槽位4耗材可能断在料管中。" + }, + { + "ecode": "1203200000020002", + "intro": "AMS D 槽位1为空,需放置耗材。" + }, + { + "ecode": "1203210000020001", + "intro": "AMS D 槽位2耗材用完,请放置新料。" + }, + { + "ecode": "0702110000020004", + "intro": "AMS C有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703910000020001", + "intro": "AMS D排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0703200000020008", + "intro": "AMS D 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0500040000020015", + "intro": "无法识别AMS B料卷2的标签内容。" + }, + { + "ecode": "0700200000020001", + "intro": "AMS A 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "0700200000020004", + "intro": "AMS A 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0700230000020001", + "intro": "AMS A 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0701210000030001", + "intro": "AMS B 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702020000010001", + "intro": "AMS C 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1200710000010001", + "intro": "AMS A 耗材速度与长度计算错误,可能是里程轮传感器2故障。" + }, + { + "ecode": "1201130000010001", + "intro": "AMS B 有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1201300000030003", + "intro": "AMS B 槽位1由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1201330000010001", + "intro": "AMS B RFID硬件4错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1202100000010003", + "intro": "AMS C 有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1202220000020002", + "intro": "AMS C 槽位3为空,需放置耗材。" + }, + { + "ecode": "1202310000030003", + "intro": "AMS C 槽位2由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1203220000020004", + "intro": "AMS D 槽位3耗材可能断在工具头。" + }, + { + "ecode": "12FF200000020004", + "intro": "请将料盘支架上的耗材拉出工具头。" + }, + { + "ecode": "12FF200000030007", + "intro": "正在检查AMS各个槽中的耗材位置,请稍等。" + }, + { + "ecode": "0701900000010003", + "intro": "AMS B排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0300360000010001", + "intro": "腔温加热循环风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "0701950000010001", + "intro": "AMS B加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701200000020001", + "intro": "AMS B 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "0703230000020002", + "intro": "AMS D 槽位4为空,请插入耗材。" + }, + { + "ecode": "0703230000030001", + "intro": "AMS D 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200230000020003", + "intro": "AMS A 槽位4耗材可能断在料管中。" + }, + { + "ecode": "1200230000020004", + "intro": "AMS A 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1200330000010001", + "intro": "AMS A RFID硬件4错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1201200000020002", + "intro": "AMS B 槽位1为空,需放置耗材。" + }, + { + "ecode": "1202220000020001", + "intro": "AMS C 槽位3耗材用完,请放置新料。" + }, + { + "ecode": "1203200000030001", + "intro": "AMS D 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703020000020002", + "intro": "AMS D里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0C00040000020004", + "intro": "垫板类型不支持该任务,请使用正确的垫板继续任务。" + }, + { + "ecode": "0700220000030002", + "intro": "AMS A 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1200210000020003", + "intro": "AMS A 槽位2耗材可能断在料管中。" + }, + { + "ecode": "1200220000020005", + "intro": "AMS A 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200230000030001", + "intro": "AMS A 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200300000010001", + "intro": "AMS A RFID硬件1错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1201200000020004", + "intro": "AMS B 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1201220000020002", + "intro": "AMS B 槽位3为空,需放置耗材。" + }, + { + "ecode": "1201230000020003", + "intro": "AMS B 槽位4耗材可能断在料管中。" + }, + { + "ecode": "1201320000030003", + "intro": "AMS B 槽位3由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1203230000020004", + "intro": "AMS D 槽位4耗材可能断在工具头。" + }, + { + "ecode": "1203230000020005", + "intro": "AMS D 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0701810000010004", + "intro": "AMS B加热器2异常发热。" + }, + { + "ecode": "0700020000020002", + "intro": "AMS A里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "050004000002001C", + "intro": "无法识别AMS D料卷1的标签内容。" + }, + { + "ecode": "0700220000020004", + "intro": "AMS A 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0703230000030002", + "intro": "AMS D 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703300000020002", + "intro": "AMS D槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1200110000010001", + "intro": "AMS A 有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1200230000020002", + "intro": "AMS A 槽位4为空,需放置耗材。" + }, + { + "ecode": "1200310000020002", + "intro": "AMS A 料卷标签2损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1200500000020001", + "intro": "AMS A 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1201210000020006", + "intro": "AMS B 槽位2耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1202100000020002", + "intro": "AMS C 有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1203110000010001", + "intro": "AMS D 有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701800000010004", + "intro": "AMS B加热器1异常发热。" + }, + { + "ecode": "0700900000010003", + "intro": "AMS A排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0703010000020011", + "intro": "AMS D助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0701910000020001", + "intro": "AMS B排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0701110000020004", + "intro": "AMS B有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703930000010001", + "intro": "AMS D加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0701200000020002", + "intro": "AMS B 槽位1为空,请插入耗材。" + }, + { + "ecode": "0701230000020002", + "intro": "AMS B 槽位4为空,请插入耗材。" + }, + { + "ecode": "0703220000020005", + "intro": "AMS D 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200220000030001", + "intro": "AMS A 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200800000020001", + "intro": "AMS A 槽位1供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1201200000020001", + "intro": "AMS B 槽位1耗材用完,请放置新料。" + }, + { + "ecode": "1201200000020006", + "intro": "AMS B 槽位1耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1201210000020001", + "intro": "AMS B 槽位2耗材用完,请放置新料。" + }, + { + "ecode": "1201220000030001", + "intro": "AMS B 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1202200000020006", + "intro": "AMS C 槽位1耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1202500000020001", + "intro": "AMS C 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0702800000010002", + "intro": "AMS C加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0700810000010002", + "intro": "AMS A加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0703010000020010", + "intro": "AMS D助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0700010000020010", + "intro": "AMS A助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0701100000020004", + "intro": "AMS B有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702220000030002", + "intro": "AMS C 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703230000020001", + "intro": "AMS D 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0C00030000020001", + "intro": "由于该材料的反光太弱,耗材自动测光失败,本次首层质量检查可能不准确。" + }, + { + "ecode": "1201300000020002", + "intro": "AMS B 料卷标签1损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1201310000030003", + "intro": "AMS B 槽位2由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1201710000010001", + "intro": "AMS B 耗材速度与长度计算错误,可能是里程轮传感器2故障。" + }, + { + "ecode": "1202130000010003", + "intro": "AMS C 有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1202200000030002", + "intro": "AMS C 槽位1耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1202220000020005", + "intro": "AMS C 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1203330000030003", + "intro": "AMS D 槽位4由于结构问题导致识别RFID失败。" + }, + { + "ecode": "0700930000020002", + "intro": "AMS A加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0702010000020011", + "intro": "AMS C助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0300960000030001", + "intro": "检测到前门打开" + }, + { + "ecode": "050003000002000C", + "intro": "网络硬件异常,请关闭/开启WIFi或者重启设备。" + }, + { + "ecode": "0700010000020006", + "intro": "AMS A助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0300090000020001", + "intro": "挤出电机过载,可能堵头或者有耗材卡在工具头内。" + }, + { + "ecode": "0703930000020002", + "intro": "AMS D加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "1200200000030001", + "intro": "AMS A 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1201700000010001", + "intro": "AMS B 耗材速度与长度计算错误,可能是里程轮传感器1故障。" + }, + { + "ecode": "1201730000010001", + "intro": "AMS B 耗材速度与长度计算错误,可能是里程轮传感器4故障。" + }, + { + "ecode": "1202220000030001", + "intro": "AMS C 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1202310000020002", + "intro": "AMS C 料卷标签2损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1202320000020002", + "intro": "AMS C 料卷标签3损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1203220000020002", + "intro": "AMS D 槽位3为空,需放置耗材。" + }, + { + "ecode": "1203220000020006", + "intro": "AMS D 槽位3耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1203230000020002", + "intro": "AMS D 槽位4为空,需放置耗材。" + }, + { + "ecode": "12FF200000020006", + "intro": "耗材挤出异常,可能存在堵头。" + }, + { + "ecode": "0C00040000010015", + "intro": "未检测到激光保护铝板,请放置后继续。" + }, + { + "ecode": "0702010000010011", + "intro": "AMS C助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0703120000020004", + "intro": "AMS D有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700800000010003", + "intro": "AMS A加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0700800000010001", + "intro": "AMS A加热器1电流传感器异常。" + }, + { + "ecode": "0300180000010007", + "intro": "挤出力传感器频率过高,可能传感器已损坏或喷嘴散热片距离传感器过近。" + }, + { + "ecode": "0703010000020007", + "intro": "AMS D助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0701010000020006", + "intro": "AMS B助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0300940000030001", + "intro": "腔体散热可能过慢。如腔内气体无害,可打开前门和上盖辅助散热。" + }, + { + "ecode": "0500040000020011", + "intro": "无法识别AMS A料卷2的标签内容。" + }, + { + "ecode": "0500040000020017", + "intro": "无法识别AMS B料卷4的标签内容。" + }, + { + "ecode": "0700200000030001", + "intro": "AMS A 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0700230000020005", + "intro": "AMS A 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0701220000020005", + "intro": "AMS B 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0701500000020001", + "intro": "AMS B 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0702200000020004", + "intro": "AMS C 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0703200000020002", + "intro": "AMS D 槽位1为空,请插入耗材。" + }, + { + "ecode": "1200120000010003", + "intro": "AMS A 有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1200320000010001", + "intro": "AMS A RFID硬件3错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1201210000020002", + "intro": "AMS B 槽位2为空,需放置耗材。" + }, + { + "ecode": "1202300000030003", + "intro": "AMS C 槽位1由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1203700000010001", + "intro": "AMS D 耗材速度与长度计算错误,可能是里程轮传感器1故障。" + }, + { + "ecode": "1203800000020001", + "intro": "AMS D 槽位1供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "0700810000010003", + "intro": "AMS A加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0701010000020009", + "intro": "AMS B助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0701020000020002", + "intro": "AMS B里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0C0003000002000C", + "intro": "没有检测到打印板定位标记。请检查打印板是否正确放置。" + }, + { + "ecode": "0702900000010003", + "intro": "AMS C排气风门1开路,可能是插头接触不良。" + }, + { + "ecode": "0500040000020018", + "intro": "无法识别AMS C料卷1的标签内容。" + }, + { + "ecode": "0700220000030001", + "intro": "AMS A 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0701230000030002", + "intro": "AMS B 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703010000010003", + "intro": "AMS D 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "1200220000020001", + "intro": "AMS A 槽位3耗材用完,请放置新料。" + }, + { + "ecode": "1201210000020005", + "intro": "AMS B 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1201220000020001", + "intro": "AMS B 槽位3耗材用完,请放置新料。" + }, + { + "ecode": "1203200000020004", + "intro": "AMS D 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1203300000030003", + "intro": "AMS D 槽位1由于结构问题导致识别RFID失败。" + }, + { + "ecode": "0701800000010003", + "intro": "AMS B加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0C00040000010010", + "intro": "材料厚度测量失败,激光模组功能异常。" + }, + { + "ecode": "0700910000010003", + "intro": "AMS A排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0703220000030001", + "intro": "AMS D 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703230000020004", + "intro": "AMS D 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0703320000020002", + "intro": "AMS D槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1200210000020006", + "intro": "AMS A 槽位2耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1201210000020004", + "intro": "AMS B 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1202210000030002", + "intro": "AMS C 槽位2耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1202220000020006", + "intro": "AMS C 槽位3耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1202230000020006", + "intro": "AMS C 槽位4耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1203200000030002", + "intro": "AMS D 槽位1耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203220000030002", + "intro": "AMS D 槽位3耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203320000010001", + "intro": "AMS D RFID硬件3错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1203330000010001", + "intro": "AMS D RFID硬件4错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "0703810000010004", + "intro": "AMS D加热器2异常发热。" + }, + { + "ecode": "0703940000010001", + "intro": "AMS D加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701810000010001", + "intro": "AMS B加热器2电流传感器异常。" + }, + { + "ecode": "0701120000020004", + "intro": "AMS B有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700400000020004", + "intro": "缓冲区位置信号异常,可能缓冲区弹簧卡住或耗材缠绕。" + }, + { + "ecode": "0702210000030002", + "intro": "AMS C 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "1200100000010001", + "intro": "AMS A 有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1200110000010003", + "intro": "AMS A 有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1201820000020001", + "intro": "AMS B 槽位3供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1202130000020002", + "intro": "AMS C 有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0702120000020004", + "intro": "AMS C有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702810000010001", + "intro": "AMS C加热器2电流传感器异常。" + }, + { + "ecode": "0702800000010001", + "intro": "AMS C加热器1电流传感器异常。" + }, + { + "ecode": "0702010000010005", + "intro": "AMS C助力电机电流传感器故障。" + }, + { + "ecode": "0703960000010001", + "intro": "AMS D烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0701010000010005", + "intro": "AMS B助力电机电流传感器故障。" + }, + { + "ecode": "0700010000010003", + "intro": "AMS A 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0701320000020002", + "intro": "AMS B槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0703020000010001", + "intro": "AMS D 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "1200210000020001", + "intro": "AMS A 槽位2耗材用完,请放置新料。" + }, + { + "ecode": "1200220000030002", + "intro": "AMS A 槽位3耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1201230000030001", + "intro": "AMS B 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1201330000020002", + "intro": "AMS B 料卷标签4损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1202110000020002", + "intro": "AMS C 有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1202120000020002", + "intro": "AMS C 有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "030001000001000E", + "intro": "检测到电源电压与机器不匹配,热床加热已禁用" + }, + { + "ecode": "0700010000020009", + "intro": "AMS A助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "0701810000010002", + "intro": "AMS B加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A 槽位1为空,请插入耗材。" + }, + { + "ecode": "0701010000020002", + "intro": "AMS B 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0703220000020002", + "intro": "AMS D 槽位3为空,请插入耗材。" + }, + { + "ecode": "0703330000020002", + "intro": "AMS D槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1200220000020004", + "intro": "AMS A 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1201130000010003", + "intro": "AMS B 有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1203230000020003", + "intro": "AMS D 槽位4耗材可能断在料管中。" + }, + { + "ecode": "12FF800000020001", + "intro": "外挂料盘供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "0700010000020008", + "intro": "AMS A助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0700810000010004", + "intro": "AMS A加热器2异常发热。" + }, + { + "ecode": "0701010000020007", + "intro": "AMS B助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "050004000002001F", + "intro": "无法识别AMS D料卷4的标签内容。" + }, + { + "ecode": "0700310000020002", + "intro": "AMS A槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0702230000020005", + "intro": "AMS C 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0C00020000020008", + "intro": "竖直激光线过宽,请检查打印板上是否脏污。" + }, + { + "ecode": "1200130000010001", + "intro": "AMS A 有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1201210000020003", + "intro": "AMS B 槽位2耗材可能断在料管中。" + }, + { + "ecode": "1201220000020006", + "intro": "AMS B 槽位3耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1201230000020001", + "intro": "AMS B 槽位4耗材用完,请放置新料。" + }, + { + "ecode": "1201230000020006", + "intro": "AMS B 槽位4耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1202120000010003", + "intro": "AMS C 有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1202210000020006", + "intro": "AMS C 槽位2耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1203200000020006", + "intro": "AMS D 槽位1耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1203210000030002", + "intro": "AMS D 槽位2耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203720000010001", + "intro": "AMS D 耗材速度与长度计算错误,可能是里程轮传感器3故障。" + }, + { + "ecode": "0702940000010001", + "intro": "AMS C加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0300180000010008", + "intro": "喷嘴触碰热床异常,请检查喷嘴是否有耗材丝残留或触碰位置有异物。" + }, + { + "ecode": "0702810000010004", + "intro": "AMS C加热器2异常发热。" + }, + { + "ecode": "0500040000020013", + "intro": "无法识别AMS A料卷4的标签内容。" + }, + { + "ecode": "0700210000020005", + "intro": "AMS A 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0701200000030001", + "intro": "AMS B 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702330000020002", + "intro": "AMS C槽位4 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0703210000020002", + "intro": "AMS D 槽位2为空,请插入耗材。" + }, + { + "ecode": "1200130000020002", + "intro": "AMS A 有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1201220000030002", + "intro": "AMS B 槽位3耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1201720000010001", + "intro": "AMS B 耗材速度与长度计算错误,可能是里程轮传感器3故障。" + }, + { + "ecode": "1202330000030003", + "intro": "AMS C 槽位4由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1203130000010001", + "intro": "AMS D 有刷电机4打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1203210000020003", + "intro": "AMS D 槽位2耗材可能断在料管中。" + }, + { + "ecode": "1203210000030001", + "intro": "AMS D 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1203230000030001", + "intro": "AMS D 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703810000010002", + "intro": "AMS D加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0700010000020007", + "intro": "AMS A助力电机编码器未接,可能是电机排线接触不良。" + }, + { + "ecode": "0700960000010001", + "intro": "AMS A烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0703010000020006", + "intro": "AMS D助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0700200000020008", + "intro": "AMS A 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0701940000010001", + "intro": "AMS B加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701800000010002", + "intro": "AMS B加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0500040000020010", + "intro": "无法识别AMS A料卷1的标签内容。" + }, + { + "ecode": "050004000002001E", + "intro": "无法识别AMS D料卷3的标签内容。" + }, + { + "ecode": "0700010000010001", + "intro": "AMS A 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0701220000020001", + "intro": "AMS B 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0701230000020005", + "intro": "AMS B 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0702300000020002", + "intro": "AMS C槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0703200000030001", + "intro": "AMS D 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703210000020001", + "intro": "AMS D 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "1200200000020005", + "intro": "AMS A 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200320000020002", + "intro": "AMS A 料卷标签3损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1202200000020005", + "intro": "AMS C 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1202210000030001", + "intro": "AMS C 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1202320000030003", + "intro": "AMS C 槽位3由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1203300000020002", + "intro": "AMS D 料卷标签1损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1203330000020002", + "intro": "AMS D 料卷标签4损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "0700350000010002", + "intro": "AMS A湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0703100000020004", + "intro": "AMS D有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0702350000010002", + "intro": "AMS C湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0C00040000020008", + "intro": "未检测到制作材料,请确认放置材料后继续。" + }, + { + "ecode": "0701930000020002", + "intro": "AMS B加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0700220000020001", + "intro": "AMS A 槽位3耗材用完,请插入新耗材。" + }, + { + "ecode": "0701210000030002", + "intro": "AMS B 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0701310000020002", + "intro": "AMS B槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0702200000020001", + "intro": "AMS C 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "0702200000020002", + "intro": "AMS C 槽位1为空,请插入耗材。" + }, + { + "ecode": "0702210000020002", + "intro": "AMS C 槽位2为空,请插入耗材。" + }, + { + "ecode": "0702500000020001", + "intro": "AMS C 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0703210000020004", + "intro": "AMS D 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1201120000010003", + "intro": "AMS B 有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1201200000020005", + "intro": "AMS B 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1203100000010003", + "intro": "AMS D 有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1203110000020002", + "intro": "AMS D 有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700110000020004", + "intro": "AMS A有刷电机2无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701350000010002", + "intro": "AMS B湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0700010000010011", + "intro": "AMS A助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0300310000020002", + "intro": "部件冷却风扇转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "0702960000010001", + "intro": "AMS C烘干可能发生热失控,请关闭AMS电源。" + }, + { + "ecode": "0700120000020004", + "intro": "AMS A有刷电机3无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0701910000010003", + "intro": "AMS B排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0700940000010001", + "intro": "AMS A加热器1温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701200000020004", + "intro": "AMS B 槽位1耗材可能断在工具头。" + }, + { + "ecode": "0701210000020004", + "intro": "AMS B 槽位2耗材可能断在工具头。" + }, + { + "ecode": "0702200000030001", + "intro": "AMS C 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702210000020001", + "intro": "AMS C 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "0702210000020005", + "intro": "AMS C 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200230000020006", + "intro": "AMS A 槽位4耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1201810000020001", + "intro": "AMS B 槽位2供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1202220000020003", + "intro": "AMS C 槽位3耗材可能断在料管中。" + }, + { + "ecode": "1202230000020005", + "intro": "AMS C 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1203220000020001", + "intro": "AMS D 槽位3耗材用完,请放置新料。" + }, + { + "ecode": "1203230000030002", + "intro": "AMS D 槽位4耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203310000010001", + "intro": "AMS D RFID硬件2错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "0702810000010003", + "intro": "AMS C加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0701010000010011", + "intro": "AMS B助力电机校准参数错误,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0703010000010001", + "intro": "AMS D 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "0703200000020004", + "intro": "AMS D 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1200200000020001", + "intro": "AMS A 槽位1耗材用完,请放置新料。" + }, + { + "ecode": "1200210000030002", + "intro": "AMS A 槽位2耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1201230000030002", + "intro": "AMS B 槽位4耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203810000020001", + "intro": "AMS D 槽位2供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1203830000020001", + "intro": "AMS D 槽位4供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "0700800000010004", + "intro": "AMS A加热器1异常发热。" + }, + { + "ecode": "0C00040000010016", + "intro": "快拆锁扣未锁定,请向下扣紧。" + }, + { + "ecode": "0703910000010003", + "intro": "AMS D排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0300090000020003", + "intro": "挤出电机无法挤出料,可能堵头或者耗材丝过细导致挤出机打滑。" + }, + { + "ecode": "0700950000010001", + "intro": "AMS A加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701920000020002", + "intro": "AMS B加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0702130000020004", + "intro": "AMS C有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0703800000010003", + "intro": "AMS D加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0500040000020019", + "intro": "无法识别AMS C料卷2的标签内容。" + }, + { + "ecode": "0701220000020002", + "intro": "AMS B 槽位3为空,请插入耗材。" + }, + { + "ecode": "0703220000030002", + "intro": "AMS D 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703500000020001", + "intro": "AMS D 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1200130000010003", + "intro": "AMS A 有刷电机4扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1200220000020003", + "intro": "AMS A 槽位3耗材可能断在料管中。" + }, + { + "ecode": "1202210000020003", + "intro": "AMS C 槽位2耗材可能断在料管中。" + }, + { + "ecode": "1202230000020001", + "intro": "AMS C 槽位4耗材用完,请放置新料。" + }, + { + "ecode": "1203120000010001", + "intro": "AMS D 有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1203710000010001", + "intro": "AMS D 耗材速度与长度计算错误,可能是里程轮传感器2故障。" + }, + { + "ecode": "0701230000020004", + "intro": "AMS B 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0702230000020002", + "intro": "AMS C 槽位4为空,请插入耗材。" + }, + { + "ecode": "0703230000020005", + "intro": "AMS D 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200210000020005", + "intro": "AMS A 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1201100000010003", + "intro": "AMS B 有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1201100000020002", + "intro": "AMS B 有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1201120000020002", + "intro": "AMS B 有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1201310000020002", + "intro": "AMS B 料卷标签2损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1201800000020001", + "intro": "AMS B 槽位1供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1202800000020001", + "intro": "AMS C 槽位1供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1203220000020003", + "intro": "AMS D 槽位3耗材可能断在料管中。" + }, + { + "ecode": "1203300000010004", + "intro": "AMS D 加密芯片损坏,无法读取RFID。" + }, + { + "ecode": "1203310000020002", + "intro": "AMS D 料卷标签2损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1203320000020002", + "intro": "AMS D 料卷标签3损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1203320000030003", + "intro": "AMS D 槽位3由于结构问题导致识别RFID失败。" + }, + { + "ecode": "0703920000010001", + "intro": "AMS D加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0701010000020008", + "intro": "AMS B助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "050003000001000A", + "intro": "系统状态异常,请恢复出厂设置。" + }, + { + "ecode": "0702010000020006", + "intro": "AMS C助力电机三相线未接,可能是电机排线接触不良。" + }, + { + "ecode": "0702800000010003", + "intro": "AMS C加热器1短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "050004000002001B", + "intro": "无法识别AMS C料卷4的标签内容。" + }, + { + "ecode": "0700210000020001", + "intro": "AMS A 槽位2耗材用完,请插入新耗材。" + }, + { + "ecode": "0701200000030002", + "intro": "AMS B 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0701220000020004", + "intro": "AMS B 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1201110000010003", + "intro": "AMS B 有刷电机2扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1201230000020002", + "intro": "AMS B 槽位4为空,需放置耗材。" + }, + { + "ecode": "1201230000020005", + "intro": "AMS B 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1201300000010004", + "intro": "AMS B 加密芯片损坏,无法读取RFID。" + }, + { + "ecode": "1201830000020001", + "intro": "AMS B 槽位4供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1202200000020004", + "intro": "AMS C 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1202730000010001", + "intro": "AMS C 耗材速度与长度计算错误,可能是里程轮传感器4故障。" + }, + { + "ecode": "1203120000010003", + "intro": "AMS D 有刷电机3扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1203210000020006", + "intro": "AMS D 槽位2耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1203500000020001", + "intro": "AMS D 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "0C00040000020003", + "intro": "激光工作底板偏移,请确保底板的四角与热床对齐。" + }, + { + "ecode": "0702010000020009", + "intro": "AMS C助力电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "050004000002001D", + "intro": "无法识别AMS D料卷2的标签内容。" + }, + { + "ecode": "0702230000030002", + "intro": "AMS C 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703210000030002", + "intro": "AMS D 槽位2耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0703310000020002", + "intro": "AMS D槽位2 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1201210000030002", + "intro": "AMS B 槽位2耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1203100000020002", + "intro": "AMS D 有刷电机1过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1203210000020002", + "intro": "AMS D 槽位2为空,需放置耗材。" + }, + { + "ecode": "1203230000020001", + "intro": "AMS D 槽位4耗材用完,请放置新料。" + }, + { + "ecode": "1203310000030003", + "intro": "AMS D 槽位2由于结构问题导致识别RFID失败。" + }, + { + "ecode": "0702020000020002", + "intro": "AMS C里程轮无信号,可能是里程轮线接触不良。" + }, + { + "ecode": "0701810000010003", + "intro": "AMS B加热器2短路,可能接线短路或加热器损坏。" + }, + { + "ecode": "0703920000020002", + "intro": "AMS D加热器1散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0700020000010001", + "intro": "AMS A 耗材速度与长度计算错误,可能是里程轮传感器故障。" + }, + { + "ecode": "0702010000010004", + "intro": "AMS C 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0702220000020004", + "intro": "AMS C 槽位3耗材可能断在工具头。" + }, + { + "ecode": "0702230000020001", + "intro": "AMS C 槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0703010000010004", + "intro": "AMS D 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0703220000020004", + "intro": "AMS D 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1202110000010001", + "intro": "AMS C 有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1202200000020001", + "intro": "AMS C 槽位1耗材用完,请放置新料。" + }, + { + "ecode": "1202300000010004", + "intro": "AMS C 加密芯片损坏,无法读取RFID。" + }, + { + "ecode": "1202700000010001", + "intro": "AMS C 耗材速度与长度计算错误,可能是里程轮传感器1故障。" + }, + { + "ecode": "1203200000020003", + "intro": "AMS D 槽位1耗材可能断在料管中。" + }, + { + "ecode": "1203200000020005", + "intro": "AMS D 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703350000010002", + "intro": "AMS D湿度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "050003000001000B", + "intro": "屏幕出现故障;请重新启动设备。" + }, + { + "ecode": "0702010000020008", + "intro": "AMS C助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0500040000020016", + "intro": "无法识别AMS B料卷3的标签内容。" + }, + { + "ecode": "0700200000030002", + "intro": "AMS A 槽位1耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0701010000010003", + "intro": "AMS B 助力电机扭矩控制异常,可能是电流传感器故障。" + }, + { + "ecode": "0701220000030002", + "intro": "AMS B 槽位3耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0701230000030001", + "intro": "AMS B 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200200000020002", + "intro": "AMS A 槽位1为空,需放置耗材。" + }, + { + "ecode": "1200200000030002", + "intro": "AMS A 槽位1耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1200210000020002", + "intro": "AMS A 槽位2为空,需放置耗材。" + }, + { + "ecode": "1200300000030003", + "intro": "AMS A 槽位1由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1200700000010001", + "intro": "AMS A 耗材速度与长度计算错误,可能是里程轮传感器1故障。" + }, + { + "ecode": "1201110000010001", + "intro": "AMS B 有刷电机2打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1201120000010001", + "intro": "AMS B 有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1201320000020002", + "intro": "AMS B 料卷标签3损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1202330000010001", + "intro": "AMS C RFID硬件4错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "0703800000010002", + "intro": "AMS D加热器1离线,可能是插头接触不良。" + }, + { + "ecode": "0702930000020002", + "intro": "AMS C加热器2散热风扇转速低,可能是阻力过大。" + }, + { + "ecode": "0702010000020010", + "intro": "AMS C助力电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0703950000010001", + "intro": "AMS D加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0700210000030001", + "intro": "AMS A 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702230000030001", + "intro": "AMS C 槽位4耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0703200000020001", + "intro": "AMS D 槽位1耗材用完,请插入新耗材。" + }, + { + "ecode": "1200330000030003", + "intro": "AMS A 槽位4由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1201210000030001", + "intro": "AMS B 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1201500000020001", + "intro": "AMS B 通信异常,请检查AMS的连接线。" + }, + { + "ecode": "1202210000020004", + "intro": "AMS C 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1202310000010001", + "intro": "AMS C RFID硬件2错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1203730000010001", + "intro": "AMS D 耗材速度与长度计算错误,可能是里程轮传感器4故障。" + }, + { + "ecode": "0702950000010001", + "intro": "AMS C加热器2温度传感器离线,可能是插头接触不良。" + }, + { + "ecode": "0701800000010001", + "intro": "AMS B加热器1电流传感器异常。" + }, + { + "ecode": "0702200000020008", + "intro": "AMS C 槽位1进料霍尔传感器掉线,可能是插头接触不良。" + }, + { + "ecode": "0703010000020008", + "intro": "AMS D助力电机相绕组开路,可能是电机故障。" + }, + { + "ecode": "0703900000020001", + "intro": "AMS D排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0701210000020005", + "intro": "AMS B 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703010000020002", + "intro": "AMS D 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1200210000020004", + "intro": "AMS A 槽位2耗材可能断在工具头。" + }, + { + "ecode": "1200230000020005", + "intro": "AMS A 槽位4耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200730000010001", + "intro": "AMS A 耗材速度与长度计算错误,可能是里程轮传感器4故障。" + }, + { + "ecode": "1201310000010001", + "intro": "AMS B RFID硬件2错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1202100000010001", + "intro": "AMS C 有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1202200000020003", + "intro": "AMS C 槽位1耗材可能断在料管中。" + }, + { + "ecode": "1202200000030001", + "intro": "AMS C 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1203210000020005", + "intro": "AMS D 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0702100000020004", + "intro": "AMS C有刷电机1无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0700010000010005", + "intro": "AMS A助力电机电流传感器故障。" + }, + { + "ecode": "0702900000020001", + "intro": "AMS C排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0701130000020004", + "intro": "AMS B有刷电机4无响应,可能是电机插头接触不良或者电机故障。" + }, + { + "ecode": "0500040000020014", + "intro": "无法识别AMS B料卷1的标签内容。" + }, + { + "ecode": "0700010000020002", + "intro": "AMS A 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0700220000020005", + "intro": "AMS A 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0700230000020004", + "intro": "AMS A 槽位4耗材可能断在工具头。" + }, + { + "ecode": "0700230000030002", + "intro": "AMS A 槽位4耗材用完并已自动切换到有相同耗材的槽位。" + }, + { + "ecode": "0701200000020005", + "intro": "AMS B 槽位1耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1200120000010001", + "intro": "AMS A 有刷电机3打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1200310000010001", + "intro": "AMS A RFID硬件2错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1200320000030003", + "intro": "AMS A 槽位3由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1202220000020004", + "intro": "AMS C 槽位3耗材可能断在工具头。" + }, + { + "ecode": "1202300000010001", + "intro": "AMS C RFID硬件1错误,可能是RFID线圈断或者射频硬件电路损坏。" + }, + { + "ecode": "1202810000020001", + "intro": "AMS C 槽位2供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "0700910000020001", + "intro": "AMS A排气风门2动作异常,可能是阻力过大。" + }, + { + "ecode": "0702810000010002", + "intro": "AMS C加热器2离线,可能是插头接触不良。" + }, + { + "ecode": "0700920000010001", + "intro": "AMS A加热器1散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "050003000001000C", + "intro": "MC电机控制器工作异常,请断电排查线路连接情况,并重启设备。" + }, + { + "ecode": "0700900000020001", + "intro": "AMS A排气风门1动作异常,可能是阻力过大。" + }, + { + "ecode": "0702910000010003", + "intro": "AMS C排气风门2开路,可能是插头接触不良。" + }, + { + "ecode": "0500040000020012", + "intro": "无法识别AMS A料卷3的标签内容。" + }, + { + "ecode": "0700230000020002", + "intro": "AMS A 槽位4为空,请插入耗材。" + }, + { + "ecode": "0701010000010004", + "intro": "AMS B 助力电机转速控制异常,可能是转速传感器故障。" + }, + { + "ecode": "0701300000020002", + "intro": "AMS B槽位1 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "1200100000010003", + "intro": "AMS A 有刷电机1扭矩控制异常,可能是电流传感器异常。" + }, + { + "ecode": "1200110000020002", + "intro": "AMS A 有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1200200000020004", + "intro": "AMS A 槽位1耗材可能断在工具头。" + }, + { + "ecode": "1201200000030002", + "intro": "AMS B 槽位1耗材用完并已自动切换到有相同耗材的料槽。" + }, + { + "ecode": "1202820000020001", + "intro": "AMS C 槽位3供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1203130000020002", + "intro": "AMS D 有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1203220000030001", + "intro": "AMS D 槽位3耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1203230000020006", + "intro": "AMS D 槽位4耗材挤出异常,可能存在堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700930000010001", + "intro": "AMS A加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0700010000020011", + "intro": "AMS A助力电机参数丢失,请将耗材拉出五通,然后重启AMS。" + }, + { + "ecode": "0700320000020002", + "intro": "AMS A槽位3 的RFID标签损坏或者标签内容不能被识别。" + }, + { + "ecode": "0703210000020005", + "intro": "AMS D 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703210000030001", + "intro": "AMS D 槽位2耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1200230000020001", + "intro": "AMS A 槽位4耗材用完,请放置新料。" + }, + { + "ecode": "1200300000020002", + "intro": "AMS A 料卷标签1损坏或非法,可能是料卷标签坏了或者用户使用了假的标签。" + }, + { + "ecode": "1200310000030003", + "intro": "AMS A 槽位2由于结构问题导致识别RFID失败。" + }, + { + "ecode": "1200810000020001", + "intro": "AMS A 槽位2供料阻力大,耗材可能缠绕。" + }, + { + "ecode": "1201100000010001", + "intro": "AMS B 有刷电机1打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1201110000020002", + "intro": "AMS B 有刷电机2过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1201130000020002", + "intro": "AMS B 有刷电机4过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1201330000030003", + "intro": "AMS B 槽位4由于结构问题导致识别RFID失败。" + }, + { + "ecode": "0702930000010001", + "intro": "AMS C加热器2散热风扇堵转,可能是风扇被异物卡住。" + }, + { + "ecode": "0702800000010004", + "intro": "AMS C加热器1异常发热。" + }, + { + "ecode": "12FF200000020001", + "intro": "检测到料盘支架耗材用完,请放置新料。" + }, + { + "ecode": "12FF200000020002", + "intro": "料盘支架耗材为空,请放置新料。" + }, + { + "ecode": "1200450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "1200510000030001", + "intro": "AMS已禁用,请从料盘支架加载耗材。" + }, + { + "ecode": "1200450000020001", + "intro": "切料传感器异常,请检查连接器是否插好。" + }, + { + "ecode": "0C0001000001000A", + "intro": "激光雷达补光灯可能损坏。" + }, + { + "ecode": "0C0001000001000B", + "intro": "激光雷达校准失败,请确保校准块表面干净无遮挡,然后重新运行机器校准。" + }, + { + "ecode": "0C00010000020007", + "intro": "激光器参数发生飘移,请重新校准机器。" + }, + { + "ecode": "0C00020000010005", + "intro": "发现新的激光雷达,使用前请点击机器校准完成校准。" + }, + { + "ecode": "0C00020000020002", + "intro": "水平激光线过宽,请检查打印板上是否脏污。" + }, + { + "ecode": "0C00020000020003", + "intro": "检测到水平激光器在回中位置的亮度偏低,若该提示频繁出现,请清洗或更换打印板。" + }, + { + "ecode": "0C00020000020004", + "intro": "检测到喷嘴高度过低。请检查喷嘴是否有明显的磨损或倾斜。如更换过喷嘴请重新校准激光雷达。" + }, + { + "ecode": "0C00020000020006", + "intro": "检测到喷嘴高度过高。请检查喷嘴处是否有残料附着。" + }, + { + "ecode": "0C00020000020007", + "intro": "竖直激光器不亮,请检查激光器是否被遮挡,或线路是否正常。" + }, + { + "ecode": "0C00020000020009", + "intro": "竖直激光器在回中位置的亮度偏低,若该提示频繁出现,请清洗或更换打印板。" + }, + { + "ecode": "0C00030000010009", + "intro": "首层质量检查模块异常重启,本次检查结果可能不准确。" + }, + { + "ecode": "0C00030000020002", + "intro": "激光雷达数据异常,本次首层质量检查无法进行。" + }, + { + "ecode": "0C00030000020004", + "intro": "本次打印不支持首层质量检查。" + }, + { + "ecode": "0C00030000020005", + "intro": "激光雷达扫描异常超时, 当前扫描结果可能不准确。" + }, + { + "ecode": "0C0003000002000F", + "intro": "因首层检查前跳过了零件,当前打印将不支持首层检查。" + }, + { + "ecode": "0C00030000020010", + "intro": "检测到热床上异物,请检查并清理。" + }, + { + "ecode": "0C00030000030006", + "intro": "可能发生废料堆积。请检查并清理废料槽。" + }, + { + "ecode": "0C00030000030007", + "intro": "可能发生首层打印缺陷。请检查首层质量并决定是否停止任务。" + }, + { + "ecode": "0C00030000030008", + "intro": "可能发生炒面缺陷。请检查打印质量并决定是否停止任务。" + }, + { + "ecode": "0C00030000030010", + "intro": "检测到可能发生了空打。" + }, + { + "ecode": "0703300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0703300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0703310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0703310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0703350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0703700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0703700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "07FF200000020001", + "intro": "外部挂载的耗材用完;请装入新的耗材。" + }, + { + "ecode": "07FF200000020002", + "intro": "未发现外部挂载的耗材;请装入新的耗材。" + }, + { + "ecode": "07FF200000020004", + "intro": "请从挤出机中拉出外部挂载的耗材。" + }, + { + "ecode": "0702300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0702310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0702310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0702350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0702700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0702700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0702300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0701300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0701300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0701310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0701310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0701350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0701700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0701700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0700300000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0700300000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0700310000010004", + "intro": "加密芯片损坏。" + }, + { + "ecode": "0700310000030003", + "intro": "由于电机或结构问题导致无法识别。" + }, + { + "ecode": "0700350000010001", + "intro": "温湿度传感器错误,可能是芯片故障。" + }, + { + "ecode": "0700400000020002", + "intro": "缓冲区位置信号异常,可能位置传感器异常。" + }, + { + "ecode": "0700400000020003", + "intro": "多通缓冲通信异常,可能连接线异常。" + }, + { + "ecode": "0700450000020001", + "intro": "切料传感器异常。请检查连接器是否正确插入。" + }, + { + "ecode": "0700450000020002", + "intro": "切刀刀柄行程异常,可能电机丢步或XY未回零。" + }, + { + "ecode": "0700450000020003", + "intro": "切刀刀柄未松开,刀柄或刀片可能被卡住,或耗材霍尔接线异常。" + }, + { + "ecode": "0700510000030001", + "intro": "AMS已禁用,请从料盘支架加载耗材。" + }, + { + "ecode": "0700700000020007", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0700700000020008", + "intro": "多次获取AMS映射表失败,请点击“继续”重试。" + }, + { + "ecode": "0500040000030008", + "intro": "检测到打印过程中开门。" + }, + { + "ecode": "0500040000030009", + "intro": "热床温度超过了耗材丝的软化温度,可能造成堵塞。请保持打印机的前门打开,本次打印已经临时关闭了开门检测功能。" + }, + { + "ecode": "0500050000010006", + "intro": "AP板出厂数据异常,请更换新AP板。" + }, + { + "ecode": "0500050000030002", + "intro": "设备处于工程态,请注意信息安全。" + }, + { + "ecode": "0300930000010007", + "intro": "腔温异常,电源温度传感器可能短路。" + }, + { + "ecode": "0300930000010008", + "intro": "腔温异常,电源温度传感器可能开路。" + }, + { + "ecode": "0300940000020003", + "intro": "腔温未能达到预期,已退出腔温等待并开始后续工作。" + }, + { + "ecode": "0300940000030002", + "intro": "腔温设置超出边界,将使用边界值。" + }, + { + "ecode": "0500020000020001", + "intro": "设备连接服务器失败,请检查网络连接。" + }, + { + "ecode": "0500020000020002", + "intro": "账号登录失败,请检查账号信息。" + }, + { + "ecode": "0500020000020003", + "intro": "无法连接互联网;请检查网络连接。" + }, + { + "ecode": "0500020000020004", + "intro": "未经授权的用户:请检查您的账户信息。" + }, + { + "ecode": "0500020000020005", + "intro": "无法连接互联网;请检查网络连接。" + }, + { + "ecode": "0500020000020006", + "intro": "流媒体服务异常,检查网络后重试。如仍未恢复,可重启或更新打印机。" + }, + { + "ecode": "0500020000020007", + "intro": "流媒体服务登录失败,请检查网络连接。" + }, + { + "ecode": "0500030000010001", + "intro": "MC模块工作异常,请尝试重启设备。请检查排线连接。" + }, + { + "ecode": "0500030000010003", + "intro": "AMS模块工作异常,请尝试重启设备。" + }, + { + "ecode": "0500030000010005", + "intro": "内部服务异常,请重启设备。" + }, + { + "ecode": "0500030000010008", + "intro": "系统出现卡死,需要断电重启。" + }, + { + "ecode": "0500030000010009", + "intro": "系统出现卡死,已自动重启恢复。" + }, + { + "ecode": "0500030000010023", + "intro": "腔温控制器工作异常,请重启设备。" + }, + { + "ecode": "0500030000010025", + "intro": "当前固件版本异常,请重新升级。" + }, + { + "ecode": "0500040000010001", + "intro": "下载打印任务失败,请检查网络连接。" + }, + { + "ecode": "0500040000010002", + "intro": "打印状态上传错误,请检查网络连接。" + }, + { + "ecode": "0500040000010003", + "intro": "打印文件异常,请重新启动打印。" + }, + { + "ecode": "0500040000010004", + "intro": "打印文件未授权。" + }, + { + "ecode": "0500040000010006", + "intro": "恢复上次打印失败。" + }, + { + "ecode": "0500040000020007", + "intro": "热床温度超过了耗材丝的软化温度,可能造成堵塞。请保持打印机的前门打开或者降低热床温度。" + }, + { + "ecode": "0300900000010001", + "intro": "腔温加热失败,腔温加热器热风产出可能异常。" + }, + { + "ecode": "0300900000010003", + "intro": "腔温加热失败,电源可能出现过热。" + }, + { + "ecode": "0300900000010004", + "intro": "腔温加热失败,加热风扇转速过低。" + }, + { + "ecode": "0300900000010005", + "intro": "腔温加热失败,加热链路热阻过大。" + }, + { + "ecode": "0300900000010010", + "intro": "腔温控制器通信异常。" + }, + { + "ecode": "0300910000010001", + "intro": "腔温加热器1温控异常,加热器可能短路。" + }, + { + "ecode": "0300910000010002", + "intro": "腔温加热器1温控异常,加热器可能开路或热保险丝断开。" + }, + { + "ecode": "0300910000010003", + "intro": "腔温加热器1温控异常,加热器过温。" + }, + { + "ecode": "0300910000010006", + "intro": "腔温加热器1温控异常,温度传感器可能短路。" + }, + { + "ecode": "030091000001000A", + "intro": "腔温加热器1温控异常,AC板可能故障。" + }, + { + "ecode": "030091000001000C", + "intro": "腔温加热器1长时间满载工作,温控系统可能异常。" + }, + { + "ecode": "0300920000010001", + "intro": "腔温加热器2温控异常,加热器可能短路。" + }, + { + "ecode": "0300920000010002", + "intro": "腔温加热器2温控异常,加热器可能开路或热保险丝断开。" + }, + { + "ecode": "0300920000010003", + "intro": "腔温加热器2温控异常,加热器过温。" + }, + { + "ecode": "0300920000010006", + "intro": "腔温加热器2温控异常,温度传感器可能短路。" + }, + { + "ecode": "030092000001000A", + "intro": "腔温加热器2温控异常,AC板可能故障。" + }, + { + "ecode": "0300930000010001", + "intro": "腔温异常,加热器温度传感器可能短路。" + }, + { + "ecode": "0300930000010002", + "intro": "腔温异常,加热器温度传感器可能开路。" + }, + { + "ecode": "0300930000010003", + "intro": "腔温异常,出风口温度传感器可能短路。" + }, + { + "ecode": "0300930000010004", + "intro": "腔温异常,出风口温度传感器可能开路。" + }, + { + "ecode": "03000C0000010005", + "intro": "热床的3号压力传感器在检测到异常持续外力,可能是被卡住或发生了电路损坏。" + }, + { + "ecode": "0300100000020001", + "intro": "X轴共振频率偏低,可能是同步带松了。" + }, + { + "ecode": "0300110000020001", + "intro": "Y轴共振频率偏低,可能是同步带松了。" + }, + { + "ecode": "0300120000020001", + "intro": "工具头前盖脱落。" + }, + { + "ecode": "0300130000010001", + "intro": "A电机电流传感器异常,可能是硬件采样电路故障。" + }, + { + "ecode": "0300140000010001", + "intro": "B电机电流传感器异常,可能是硬件采样电路故障。" + }, + { + "ecode": "0300150000010001", + "intro": "Z电机电流传感器异常,可能是硬件采样电路故障。" + }, + { + "ecode": "0300170000010001", + "intro": "热端散热风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "0300170000020002", + "intro": "热端散热风扇转速偏低,可能有杂物堆积导致转速偏低。" + }, + { + "ecode": "0300180000010003", + "intro": "无法读取挤出力传感器数据,可能遇到通信断路或者传感器损坏。" + }, + { + "ecode": "03001A0000020001", + "intro": "喷嘴被耗材包裹或打印板放歪。" + }, + { + "ecode": "03001B0000010001", + "intro": "热床加速度传感器信号弱,可能是传感器脱落或已受损。" + }, + { + "ecode": "03001B0000010002", + "intro": "热床加速度传感器检测到外部干扰,可能传感器信号线未固定。" + }, + { + "ecode": "03001B0000010003", + "intro": "热床加速度传感器检测到异常持续外力,可能是传感器被卡住或发生了电路损坏。" + }, + { + "ecode": "03001C0000010001", + "intro": "挤出电机驱动异常,可能是开关管短路。" + }, + { + "ecode": "03001D0000010001", + "intro": "挤出电机位置传感器异常,可能是传感器排线松动。" + }, + { + "ecode": "0300200000010002", + "intro": "Y轴回零异常,请检查是否工具头被卡住或Y滑车阻力过大。" + }, + { + "ecode": "0300200000010003", + "intro": "X轴回零异常,可能是同步带松了。" + }, + { + "ecode": "0300200000010004", + "intro": "Y轴回零异常,可能是同步带松了。" + }, + { + "ecode": "0300400000020001", + "intro": "通过串行端口传输数据异常;软件系统可能有故障。" + }, + { + "ecode": "0300410000010001", + "intro": "系统电压不稳定,触发断电保护功能。" + }, + { + "ecode": "0300010000010002", + "intro": "热床温控异常,加热器可能开路或热敏开关开路。" + }, + { + "ecode": "0300010000010003", + "intro": "热床温控异常,加热器过温。" + }, + { + "ecode": "0300010000010006", + "intro": "热床温控异常,温度传感器可能短路。" + }, + { + "ecode": "0300010000010007", + "intro": "热床温控异常,温度传感器可能开路。" + }, + { + "ecode": "0300010000010008", + "intro": "热床加热过程中出现异常,加热模块可能故障。" + }, + { + "ecode": "030001000001000A", + "intro": "热床温控异常,AC板可能故障。" + }, + { + "ecode": "030001000001000C", + "intro": "热床长时间满负荷工作,温控系统可能异常。" + }, + { + "ecode": "030001000001000D", + "intro": "热床曾发生过加热模块故障,需要按wiki排除故障才能继续使用。" + }, + { + "ecode": "0300010000030008", + "intro": "热床设置温度超限,已经自动调整至限制温度。" + }, + { + "ecode": "0300020000010001", + "intro": "喷嘴温控异常,加热器可能短路。" + }, + { + "ecode": "0300020000010002", + "intro": "喷嘴温控异常,加热器可能开路。" + }, + { + "ecode": "0300020000010003", + "intro": "喷嘴温控异常,加热器过温。" + }, + { + "ecode": "0300020000010006", + "intro": "喷嘴温控异常,温度传感器可能短路,请检查连接器是否插好。" + }, + { + "ecode": "0300020000010007", + "intro": "喷嘴温控异常,温度传感器可能开路。" + }, + { + "ecode": "0300020000010009", + "intro": "喷嘴温控异常,热端可能未安装。若需在热端未安装时也能加热,请在设置页面打开维护模式。" + }, + { + "ecode": "0300030000010001", + "intro": "热端散热风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "0300040000020001", + "intro": "部件冷却风扇转速过低或停转,可能被杂物卡住或连接器未插好。" + }, + { + "ecode": "0300050000010001", + "intro": "电机驱动器过热,可能冷却风扇停转或散热片脱落。" + }, + { + "ecode": "0300060000010001", + "intro": "A电机断路,可能是连接器没插紧或电机故障。" + }, + { + "ecode": "0300060000010002", + "intro": "A电机短路,可能电机故障。" + }, + { + "ecode": "0300060000010003", + "intro": "A电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0300070000010001", + "intro": "B电机断路,可能线没插紧或电机故障。" + }, + { + "ecode": "0300070000010002", + "intro": "B电机短路,可能电机故障。" + }, + { + "ecode": "0300070000010003", + "intro": "B电机电阻异常,可能是电机故障。" + }, + { + "ecode": "0300080000010001", + "intro": "Z电机断路,可能线没插紧或电机故障。" + }, + { + "ecode": "0300080000010002", + "intro": "Z电机短路,可能电机故障。" + }, + { + "ecode": "0300080000010003", + "intro": "Z电机电阻异常,可能是电机故障。" + }, + { + "ecode": "03000A0000010001", + "intro": "热床的1号压力传感器太过灵敏,可能是有东西卡在悬臂和热床支架之间,或调平螺纹拧太深夹住了。" + }, + { + "ecode": "03000A0000010002", + "intro": "热床的1号压力传感器信号弱,可能是力传感器故障或电气接触不良。" + }, + { + "ecode": "03000A0000010003", + "intro": "热床的1号压力传感器信号微弱,可能是力传感器接线断开。" + }, + { + "ecode": "03000A0000010004", + "intro": "热床的1号压力传感器检测到有外力干扰,可能热床与周围有刮蹭。" + }, + { + "ecode": "03000A0000010005", + "intro": "热床的1号压力传感器在检测到异常持续外力,可能是被卡住或发生了电路损坏。" + }, + { + "ecode": "03000B0000010001", + "intro": "热床的2号压力传感器太过灵敏,可能是有东西卡在悬臂和热床支架之间,或调平螺纹拧太深夹住了。" + }, + { + "ecode": "03000B0000010002", + "intro": "热床的2号压力传感器信号弱,可能是力传感器故障或电气接触不良。" + }, + { + "ecode": "03000B0000010003", + "intro": "热床的2号压力传感器信号微弱,可能是力传感器接线断开。" + }, + { + "ecode": "03000B0000010004", + "intro": "热床的2号压力传感器检测到有外力干扰,可能热床与周围有刮蹭。" + }, + { + "ecode": "03000B0000010005", + "intro": "热床的2号压力传感器在检测到异常持续外力,可能是被卡住或发生了电路损坏。" + }, + { + "ecode": "03000C0000010001", + "intro": "热床的3号压力传感器太过灵敏,可能是有东西卡在悬臂和热床支架之间,或调平螺纹拧太深夹住了。" + }, + { + "ecode": "03000C0000010002", + "intro": "热床的3号压力传感器信号弱,可能是力传感器故障或电气接触不良。" + }, + { + "ecode": "03000C0000010003", + "intro": "热床的3号压力传感器信号微弱,可能是力传感器接线断开。" + }, + { + "ecode": "03000C0000010004", + "intro": "热床的3号压力传感器检测到有外力干扰,可能热床与周围有刮蹭。" + } + ] + }, + "device_error": { + "ver": 202510142200, + "zh-cn": [ + { + "ecode": "0C00402C", + "intro": "设备链路异常,请重启打印机。" + }, + { + "ecode": "03004015", + "intro": "喷嘴裹头位置检测失败,请前往“助手”排查问题。" + }, + { + "ecode": "0500803C", + "intro": "当前喷嘴设置与切片文件不一致,若继续打印可能影响打印质量,建议重新切片后再开始打印。" + }, + { + "ecode": "0300401F", + "intro": "热端未安装,无法进行回中。请安装热端后再继续操作。" + }, + { + "ecode": "0300801E", + "intro": "挤出电机过载,请前往助手查看详情。" + }, + { + "ecode": "07018007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07028007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07038007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07008007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18058007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07078007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18078007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07058007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18038007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18018007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18028007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18008007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07048007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18068007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "18048007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "07068007", + "intro": "耗材挤出异常,请前往助手查看详情。" + }, + { + "ecode": "03004016", + "intro": "喷嘴清理失败,请查看助手排除故障。" + }, + { + "ecode": "0502C014", + "intro": "AMS 剩余容量估计功能默认开启,无法关闭。" + }, + { + "ecode": "05864096", + "intro": "设备无法识别AMS-HT G。请拔插连接线或重启打印机。" + }, + { + "ecode": "05024098", + "intro": "设备无法识别AMS C。请拔插连接线或重启打印机。" + }, + { + "ecode": "05014098", + "intro": "设备无法识别AMS B。请拔插连接线或重启打印机。" + }, + { + "ecode": "05814096", + "intro": "设备无法识别AMS-HT B。请拔插连接线或重启打印机。" + }, + { + "ecode": "05844096", + "intro": "设备无法识别AMS-HT F。请拔插连接线或重启打印机。" + }, + { + "ecode": "05824096", + "intro": "设备无法识别AMS-HT C。请拔插连接线或重启打印机。" + }, + { + "ecode": "05034098", + "intro": "设备无法识别AMS D。请拔插连接线或重启打印机。" + }, + { + "ecode": "05854096", + "intro": "设备无法识别AMS-HT E。请拔插连接线或重启打印机。" + }, + { + "ecode": "05804096", + "intro": "设备无法识别AMS-HT A。请拔插连接线或重启打印机。" + }, + { + "ecode": "05834096", + "intro": "设备无法识别AMS-HT D。请拔插连接线或重启打印机。" + }, + { + "ecode": "05874096", + "intro": "设备无法识别AMS-HT H。请拔插连接线或重启打印机。" + }, + { + "ecode": "05004098", + "intro": "设备无法识别AMS A。请拔插连接线或重启打印机。" + }, + { + "ecode": "0500807E", + "intro": "请在刀切保护钢板上放置高粘性刀切粘板。" + }, + { + "ecode": "05008062", + "intro": "未检测到打印板定位标识。请确保打印板放置正确,定位标识清晰。如有强光照射打印板,建议关闭前门并适当遮挡外部光源。" + }, + { + "ecode": "0500808B", + "intro": "俯视摄像头初始化失败,请移除热床上的垫板和物体,确保热床标记可见。同时,请确保俯视摄像头安装到位,并移除可能遮挡摄像头的异物。" + }, + { + "ecode": "0502C012", + "intro": "当前任务无法暂停" + }, + { + "ecode": "07FFC010", + "intro": "插入耗材(长度大于30厘米)直到推不动为止。 冲刷时可能会有轻微烟雾。插入后请关闭前门和上盖。" + }, + { + "ecode": "05024002", + "intro": "请前往“设置>校准”进行运动精度增强校准,才能开启运动精度增强。" + }, + { + "ecode": "05008093", + "intro": "热端硅胶套未安装,影响温控功能,请正确安装后重试。" + }, + { + "ecode": "05008092", + "intro": "工具头摄像头初始化失败,本次打印仍可继续,但部分AI功能会失效。如果重启后尝试仍遇到此问题,请联系售后。" + }, + { + "ecode": "05008041", + "intro": "当前热端温度较低。继续进退料可能损坏挤出机。是否仍要继续?" + }, + { + "ecode": "05008040", + "intro": "检测到工具头前盖脱落。移动工具头可能损坏打印机。是否继续移动?" + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "刀切模组偏移校准失败,可能导致切割误差。请确保放置了一张标准厚度的80g打印纸(相当于普通A4纸),并检查刀尖是否存在磨损或损坏。" + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "03008014", + "intro": "检测到喷嘴裹料或打印板放歪,请根据实际状态,取消本次打印并清理喷嘴或调整热床,或点击“继续打印”按钮恢复打印任务。" + }, + { + "ecode": "0502C011", + "intro": "当前处于2D制作模式,请在打印机上完成操作。" + }, + { + "ecode": "05004030", + "intro": "设备正在升级,请待空闲后再试。" + }, + { + "ecode": "0300C012", + "intro": "请将喷嘴加热至170℃以上。" + }, + { + "ecode": "07008023", + "intro": "AMS A 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07028023", + "intro": "AMS C 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07038023", + "intro": "AMS D 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07018023", + "intro": "AMS B 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07058023", + "intro": "AMS F 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07048023", + "intro": "AMS E 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18018023", + "intro": "AMS-HT B 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07068023", + "intro": "AMS G 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "07078023", + "intro": "AMS H 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18048023", + "intro": "AMS-HT E 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18068023", + "intro": "AMS-HT G 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18038023", + "intro": "AMS-HT D 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18058023", + "intro": "AMS-HT F 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18008023", + "intro": "AMS-HT A 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18078023", + "intro": "AMS-HT H 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "18028023", + "intro": "AMS-HT C 冷却失败,环境温度可能过高,请在适宜温度下使用设备。" + }, + { + "ecode": "05004010", + "intro": "AMS 正在烘干,暂无法升级,请稍后重试。" + }, + { + "ecode": "05004011", + "intro": "打印机正在进退料,暂无法升级,请稍后重试。" + }, + { + "ecode": "05004012", + "intro": "设备正在打印,暂无法升级,请稍后重试。" + }, + { + "ecode": "0500400F", + "intro": "AMS 正在初始化,暂无法升级,请稍后重试。" + }, + { + "ecode": "05004013", + "intro": "AMS 工作中,暂无法升级,请待空闲后重试。" + }, + { + "ecode": "05008051", + "intro": "检测到打印板类型与切片G代码中不一致。请修改切片参数或者使用匹配的打印板。" + }, + { + "ecode": "03008022", + "intro": "热床在向下移动时可能被阻挡。请清理热床底部物品,并检查热床移动时是否卡顿。" + }, + { + "ecode": "05004042", + "intro": "由于功率限制,启动 AMS 烘干将暂停当前的喷嘴加热、风扇运行等操作。是否继续启动烘干?" + }, + { + "ecode": "05004040", + "intro": "当前打印机功率已达上限,需为此 AMS 接入独立电源适配器后,方可启动烘干。" + }, + { + "ecode": "05004041", + "intro": "打印中无法启动 AMS 烘干。" + }, + { + "ecode": "0500806B", + "intro": "快拆锁扣未锁定,请下压工具头外置模组,确保安装到位后向下锁紧锁扣。" + }, + { + "ecode": "0502C010", + "intro": "由于机器功率限制,AMS烘干中无法同时进行打印、校准、机器控制等操作,如需操作请先停止烘干。" + }, + { + "ecode": "03004014", + "intro": "Z回零失败:温控异常。" + }, + { + "ecode": "07FFC012", + "intro": "取下前盖并挂在X轴上,按下黑色气动接口,拔出铁氟龙管。操作后点击“继续”。" + }, + { + "ecode": "05004007", + "intro": "设备需要修复升级,无法进行打印。" + }, + { + "ecode": "05008090", + "intro": "请在垫板中间区域放置80g白色打印纸。" + }, + { + "ecode": "18068005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18018004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18038005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18078004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18058004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18078005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18008005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18048005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18038004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18008004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18018005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18028004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18028005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18058005", + "intro": "耗材送出AMS-HT失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18048004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18068004", + "intro": "耗材从工具头退回AMS-HT失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07008004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07018004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07028005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07038005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07FF8005", + "intro": "耗材送出AMS失败,请剪平料头、检查料盘是否卡住。" + }, + { + "ecode": "18068003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07068004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07048003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07078004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18058003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07048005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18FF8005", + "intro": "耗材送出AMS-HT失败,请剪平料头、检查料盘是否卡住。" + }, + { + "ecode": "18018006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07048006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07078006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07058006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07028006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07008005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07018005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07028003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07038004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07018003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07038003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07028004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07068003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "18038003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07058004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "07048004", + "intro": "耗材从工具头退回AMS失败。可能是因为料盘卡住,或者耗材的端头卡在路径中。" + }, + { + "ecode": "18008003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "18078003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07058005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07068005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "07058003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "18028003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07078003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "07078005", + "intro": "耗材送出AMS失败。请取出耗材后,剪平料头重新插入。如果异常继续,请检查AMS内部特氟龙管有无磨损。" + }, + { + "ecode": "18048003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "18018003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "18008006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18078006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07008006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18028006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18048006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07038006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18058006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18038006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07018006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "18068006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07068006", + "intro": "耗材送往挤出机失败,可能是耗材缠料、料盘卡住、以及AMS特氟龙管未接上。" + }, + { + "ecode": "07008003", + "intro": "耗材退出挤出机失败,可能堵头或耗材卡在挤出机内部。" + }, + { + "ecode": "0502400D", + "intro": "进退料尚未完成,无法发起新任务。" + }, + { + "ecode": "0502400E", + "intro": "喷嘴冷拔维护尚未完成,无法发起新任务。" + }, + { + "ecode": "03008042", + "intro": "任务暂停,检测到机箱前门打开。" + }, + { + "ecode": "05008079", + "intro": "请按指引放置激光测试材料(350g卡纸),并在下方垫好支撑条,防止材料翘起。" + }, + { + "ecode": "03004050", + "intro": "实况相机校准响应超时,请重启打印机。" + }, + { + "ecode": "0C008034", + "intro": "实况摄像头初始化失败,本次打印仍可继续,但部分AI功能会失效。如果重启后尝试仍遇到此问题,请联系售后。" + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0501409D", + "intro": "AMS B固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0C008043", + "intro": "AI检测到热端裹头,请确认热端状况,可跳转助手查看解决方案。" + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0503409D", + "intro": "AMS D固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0502409D", + "intro": "AMS C固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0500409D", + "intro": "AMS A固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E固件与打印机不匹配,设备无法继续工作,请到“固件”页面进行升级。" + }, + { + "ecode": "03004008", + "intro": "AMS换料失败。" + }, + { + "ecode": "0C00402A", + "intro": "未检测到视觉标志,请重新按正确位置粘贴纸张。" + }, + { + "ecode": "0500808A", + "intro": "俯视摄像头安装偏移,可查阅机器助手获得解决方案。" + }, + { + "ecode": "05004039", + "intro": "当前任务不允许安装激光/模切模组,任务已停止。" + }, + { + "ecode": "05004033", + "intro": "AMS固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "05004031", + "intro": "配件固件与打印机不匹配,请到“固件”页面进行升级。" + }, + { + "ecode": "05008085", + "intro": "工具头摄像头被遮挡" + }, + { + "ecode": "07FF8007", + "intro": "请观察喷嘴,若耗材已被挤出,点击\"继续\";若未被挤出,请往前轻推耗材后点击\"重试\"。" + }, + { + "ecode": "05008058", + "intro": "请正确放置低粘性刀切垫板并确保露出标记。" + }, + { + "ecode": "07FF8002", + "intro": "检测到切刀卡住,请拨出刀柄后点击\"重试\"按钮。" + }, + { + "ecode": "0500808C", + "intro": "检测到打印板偏移,请将打印板与热床对齐后继续。" + }, + { + "ecode": "07FFC011", + "intro": "请从挤出机中手动缓慢拉出耗材,再点击“继续“。" + }, + { + "ecode": "07FF8025", + "intro": "喷嘴冷拔超时,请及时操作或检查耗材是否断在挤出机内,查看助手了解更多。" + }, + { + "ecode": "0500403B", + "intro": "暂不支持在机器上发起激光/刀切任务,请使用电脑软件开始任务。" + }, + { + "ecode": "07044025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07004025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07034025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18014025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07024025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18044025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07014025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07074025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18074025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07064025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18064025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18054025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "07054025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18004025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18034025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "18024025", + "intro": "读取耗材信息失败" + }, + { + "ecode": "0300800D", + "intro": "检测到没有正常挤出。如果缺陷可接受,可点击\"继续打印\"按钮来恢复打印任务。" + }, + { + "ecode": "0500C036", + "intro": "打印任务进行中,请将激光/刀切模组从工具头取下。" + }, + { + "ecode": "0300804F", + "intro": "设备正在进退料。请停止当前流程,或取下激光/刀切模组。" + }, + { + "ecode": "0300804E", + "intro": "打印任务进行中,请将激光/刀切模组从工具头取下。" + }, + { + "ecode": "05008089", + "intro": "因长时间未打卡,任务已暂停,请在设备屏幕上打卡后继续。" + }, + { + "ecode": "05008074", + "intro": "激光垫板位置偏移,请确保底板的四角与热床对齐,并且露出板上标记。" + }, + { + "ecode": "05FE8081", + "intro": "左热端未安装" + }, + { + "ecode": "05FF8081", + "intro": "右热端未安装" + }, + { + "ecode": "05FF8080", + "intro": "右热端未安装" + }, + { + "ecode": "05FE8080", + "intro": "左热端未安装" + }, + { + "ecode": "05008080", + "intro": "左、右热端未安装" + }, + { + "ecode": "05008081", + "intro": "左、右热端未安装" + }, + { + "ecode": "05008088", + "intro": "俯视摄像头脏污" + }, + { + "ecode": "05008087", + "intro": "俯视摄像头被遮挡" + }, + { + "ecode": "03004002", + "intro": "热床调平失败,任务已停止。" + }, + { + "ecode": "0C004020", + "intro": "俯视摄像头初始化失败,请清空热床上的所有物体并拿开垫板。确保热床标记不被遮挡。同时,请清理俯视摄像头及工具头摄像头,并移除可能遮挡摄像头的异物。" + }, + { + "ecode": "05008068", + "intro": "请正确放置高粘性刀切垫板并确保露出标记。" + }, + { + "ecode": "03008021", + "intro": "喷嘴可能未安装或安装未到位,请正确安装后继续。" + }, + { + "ecode": "03008061", + "intro": "风道系统切换或维持失败,请检查风门状态。" + }, + { + "ecode": "0300801A", + "intro": "耗材挤出异常,请查看助手。排除故障后,根据实际打印件状态,选择取消或者继续打印。" + }, + { + "ecode": "05008084", + "intro": "实况摄像头脏污,请擦拭后继续。" + }, + { + "ecode": "03004020", + "intro": "喷嘴在位检测失败。请前往助手查看详情。" + }, + { + "ecode": "05008066", + "intro": "此任务要求使用刀切垫板,但当前正在使用激光垫板。请放置刀切垫板(刀切保护底板+低粘性刀切垫板)。" + }, + { + "ecode": "05004065", + "intro": "此任务要求使用激光垫板,但当前正在使用刀切垫板。请将其更换,在软件中拍照测厚后重新发起任务。" + }, + { + "ecode": "0500807D", + "intro": "此任务要求使用刀切垫板,但当前正在使用激光垫板。请放置刀切垫板(刀切保护钢板+高粘性刀切垫板)" + }, + { + "ecode": "07FF8010", + "intro": "请检查外挂料盘或耗材是否卡住。" + }, + { + "ecode": "10018003", + "intro": "当前切片中的延时摄影为传统模式,开启延时摄影后可能会产生表面瑕疵,请确认是否开启?" + }, + { + "ecode": "10018004", + "intro": "当前切片中暂未使用擦料塔,并且延时摄影的模式为平滑。开启延时摄影后可能会产生表面瑕疵,请确认是否开启?" + }, + { + "ecode": "03008041", + "intro": "垫板检测超时,请重启打印机。" + }, + { + "ecode": "05008083", + "intro": "挂载校准时不允许放置制作材料,请将材料从垫板上拿走。" + }, + { + "ecode": "10014001", + "intro": "切片参数中开启了旋转花瓶,无法支持延时摄影。" + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "10014002", + "intro": "切片参数中开启了逐件打印,无法支持延时摄影。" + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1803C069", + "intro": "AMS-HT D烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT A电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C069", + "intro": "AMS-HT F烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1807C069", + "intro": "AMS-HT H烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT D电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C069", + "intro": "AMS-HT G烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1800C069", + "intro": "AMS-HT A烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1802C069", + "intro": "AMS-HT C烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1000C003", + "intro": "开启传统模式的延时摄影,可能会产生表面瑕疵,请根据需要启用。" + }, + { + "ecode": "1804C069", + "intro": "AMS-HT E烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT B电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT G电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1801C069", + "intro": "AMS-HT B烘干异常,请前往助手查看详情。" + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "05004004", + "intro": "设备正忙,无法启动新的任务,请在当前任务结束后再发送新任务。" + }, + { + "ecode": "0701C06C", + "intro": "AMS B正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0701C069", + "intro": "AMS B烘干异常,请前往助手查看详情。" + }, + { + "ecode": "0700C06E", + "intro": "AMS A电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0703C06C", + "intro": "AMS D正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0703C069", + "intro": "AMS D烘干异常,请前往助手查看详情。" + }, + { + "ecode": "0701C06B", + "intro": "AMS B正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0700C06C", + "intro": "AMS A正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C069", + "intro": "AMS C烘干异常,请前往助手查看详情。" + }, + { + "ecode": "0703C06B", + "intro": "AMS D正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "05008059", + "intro": "刀切垫板偏移,请确保底板的四角与热床对齐" + }, + { + "ecode": "0C004024", + "intro": "俯视摄像头安装偏移,请参照Wiki重新进行安装。" + }, + { + "ecode": "0703C06D", + "intro": "AMS D正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0701C06D", + "intro": "AMS B正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C06A", + "intro": "AMS C正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C06E", + "intro": "AMS C电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C06C", + "intro": "AMS C正在送料助力模式,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C06B", + "intro": "AMS C正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0700C06D", + "intro": "AMS A正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0701C06A", + "intro": "AMS B正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0702C06D", + "intro": "AMS C正在辅助吸料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "05008082", + "intro": "请撕掉亚克力板上的保护膜后再开始加工" + }, + { + "ecode": "0703C06A", + "intro": "AMS D正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0700C06B", + "intro": "AMS A正在换料,不能开启烘干,请稍后重试。" + }, + { + "ecode": "05008060", + "intro": "当前工具头上的模组不符合加工要求,请根据屏幕要求更换模组。" + }, + { + "ecode": "0500806C", + "intro": "请正确放置刀切垫板并确保露出板上标记。" + }, + { + "ecode": "0700C069", + "intro": "AMS A烘干异常,请前往助手查看详情。" + }, + { + "ecode": "0701C06E", + "intro": "AMS B电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0700C06A", + "intro": "AMS A正在读RFID,不能开启烘干,请稍后重试。" + }, + { + "ecode": "0703C06E", + "intro": "AMS D电机正在自检,不能开启烘干,请稍后重试。" + }, + { + "ecode": "05008055", + "intro": "设备已安装激光模组,但检测到刀切垫板。请放置激光垫板后进行激光校准。" + }, + { + "ecode": "05008056", + "intro": "设备已安装刀切模组,但检测到激光垫板,请放置刀切垫板后进行刀切校准。" + }, + { + "ecode": "0500C07F", + "intro": "设备正忙,暂时无法执行此操作。如需继续操作,请先暂停或停止当前任务。" + }, + { + "ecode": "0C008016", + "intro": "异物检测未生效。可继续任务或查看助手。" + }, + { + "ecode": "07FF8001", + "intro": "检测到切料失败,请检查切刀。" + }, + { + "ecode": "18FF8001", + "intro": "检测到切料失败,请检查切刀。" + }, + { + "ecode": "05004075", + "intro": "未检测到激光垫板,可能影响测厚精度。请确保垫板正确放置且尾部标记未被遮挡,在软件上重新发起测厚后再开始任务。" + }, + { + "ecode": "05004076", + "intro": "请正确放置激光垫板并确保垫板上标记可见,在软件中重新测厚后开始任务。" + }, + { + "ecode": "05008064", + "intro": "请正确放置激光垫板,并确保露出板上标记后,进行激光校准。" + }, + { + "ecode": "07FFC00A", + "intro": "请观察喷嘴,若耗材已被挤出,点击\"继续\";若未被挤出,请往前轻推耗材后点击\"重试\"。" + }, + { + "ecode": "0C004021", + "intro": "俯视摄像头初始化失败,请重启打印机。" + }, + { + "ecode": "0C004026", + "intro": "实况摄像头初始化失败,请重启打印机。" + }, + { + "ecode": "0C00402D", + "intro": "工具头摄像头工作异常,请重启设备。" + }, + { + "ecode": "07018012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07028012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07038012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07FF8004", + "intro": "耗材从工具头退回AMS失败,请检查耗材或料盘是否卡住。" + }, + { + "ecode": "0500805B", + "intro": "未知的粘性刀切粘板类型,请使用正确的粘板。" + }, + { + "ecode": "0500805C", + "intro": "刀切粘板的类型不匹配,请放置低粘性刀切粘板。" + }, + { + "ecode": "07018013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "0500805A", + "intro": "请在刀切保护钢板上放置粘性刀切粘板。" + }, + { + "ecode": "18038017", + "intro": "AMS-HT D 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "18028017", + "intro": "AMS-HT C 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "07038017", + "intro": "AMS D 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "18018017", + "intro": "AMS-HT B 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "07068013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18038013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18008013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18048013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18028013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18048012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07058012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "18058013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18058012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "18078012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07048013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18018012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "05008071", + "intro": "未检测到切割垫板,请确认已正确放置" + }, + { + "ecode": "05008073", + "intro": "热床限位块被遮挡或脏污,请清理确保限位块可见,否则可能导致垫板位置偏移检测错误。" + }, + { + "ecode": "0500807A", + "intro": "异物检测未生效。可继续任务,或查看助手排除故障。" + }, + { + "ecode": "0500807C", + "intro": "请放置刀切垫板 (刀切保护钢板+高粘性刀切垫板)" + }, + { + "ecode": "05008067", + "intro": "请在刀切保护钢板上放置低粘性刀切粘板。" + }, + { + "ecode": "07008012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07FF8012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "03008051", + "intro": "刀切模组掉落或者连接线脱落,请检查。" + }, + { + "ecode": "0500805E", + "intro": "刀切模组序列号异常,无法标定或雕刻。" + }, + { + "ecode": "05004070", + "intro": "设备已接入激光/刀切模组,无法发起3D打印相关任务。" + }, + { + "ecode": "07008013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "07028013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "07038013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "0500806F", + "intro": "粘性刀切粘板类型不匹配,请放置高粘性刀切垫板" + }, + { + "ecode": "07018017", + "intro": "AMS B 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "07028017", + "intro": "AMS C 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "18008017", + "intro": "AMS-HT A 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "07008017", + "intro": "AMS A 在烘干中,无法发起进退料,请停止烘干后重新发起。" + }, + { + "ecode": "18068013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18068012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "18008012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07058013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18038012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07068012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07078012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "07078013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18018013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "07048012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "18028012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "18078013", + "intro": "检测到冲刷旧料超时,请检查耗材是否卡住或挤出机堵头。" + }, + { + "ecode": "18FF8012", + "intro": "多次获取AMS映射表失败,请点击\"继续\"重试。" + }, + { + "ecode": "03004052", + "intro": "切割刀Z轴回零失败" + }, + { + "ecode": "0500807B", + "intro": "请放置刀切垫板 (刀切保护钢板+低粘性刀切垫板)" + }, + { + "ecode": "0C008018", + "intro": "异物检测未生效。可继续任务或查看助手进行排故。" + }, + { + "ecode": "03008054", + "intro": "请放置打印后刀切工序所需的纸张" + }, + { + "ecode": "0C008017", + "intro": "检测到垫板上存在异物,请及时清理。" + }, + { + "ecode": "03008064", + "intro": "腔温过高,请打开上盖和前门降温。(打开上盖或前门后,本次打印的开门检测功能将设置为“通知”级别)" + }, + { + "ecode": "05008077", + "intro": "未检测到视觉标志,请确保纸张已正确放置。" + }, + { + "ecode": "05008078", + "intro": "当前材料与切片中的不匹配,请放置正确的材料并确保材料上的二维码无污损。" + }, + { + "ecode": "0500403F", + "intro": "下载打印任务失败,请检查网络连接。" + }, + { + "ecode": "05008063", + "intro": "校准中未检测到垫板,请确认已正确放置激光垫板。" + }, + { + "ecode": "05008072", + "intro": "实况摄像头被遮挡" + }, + { + "ecode": "0C004027", + "intro": "实况摄像头校准失败,请前往助手查看详细原因。处理后重新执行标定。" + }, + { + "ecode": "0500403D", + "intro": "工具头模组未初始化,请在工具头初始化后发起任务。" + }, + { + "ecode": "03004000", + "intro": "Z轴回零失败,任务已停止。" + }, + { + "ecode": "0300400C", + "intro": "任务已取消。" + }, + { + "ecode": "18058016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18048011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "07078010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18048010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07058016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18038010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18008016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18028010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18038016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18008010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07078016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18018016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18078010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18068011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "07068011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "18058011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "07058010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18018010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18018011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "18078016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18028016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18038011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "18058010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18068016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "18068010", + "intro": "AMS-HT助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18048016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "07048016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "07068016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "07048010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07068010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "18078011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "07078011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "07058011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "07048011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "18008011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "18028011", + "intro": "AMS-HT耗材用尽。请把耗材放入同一个AMS-HT槽位后继续。" + }, + { + "ecode": "05024006", + "intro": "检测到未知模块接入,请尝试升级固件至最新版本。" + }, + { + "ecode": "03004013", + "intro": "AMS烘干中,不能发起打印。" + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05024005", + "intro": "AMS尚未标定完成,不能发起打印。" + }, + { + "ecode": "0300400F", + "intro": "电源电压与打印机不匹配。" + }, + { + "ecode": "0500806E", + "intro": "检测到热床上异物,请检查并清理。" + }, + { + "ecode": "05024004", + "intro": "选择的部分功能当前设备不支持,请检查Studio功能设置或升级固件至最新版本。" + }, + { + "ecode": "0500806D", + "intro": "未检测到制作材料,请确认放置后继续。" + }, + { + "ecode": "07028016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "05024003", + "intro": "打印机正在打印中,无法开启或关闭运动精度增强功能。" + }, + { + "ecode": "07008016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "07018016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "07038016", + "intro": "检测到挤出机无法挤出耗材,请查看助手排除故障。可能在这层出现打印缺陷,如果接受请继续打印。" + }, + { + "ecode": "03008047", + "intro": "快拆锁扣检测超时,请重启打印机。" + }, + { + "ecode": "03008045", + "intro": "制作材料检测超时,请重启打印机。" + }, + { + "ecode": "03008046", + "intro": "异物检测超时,请重启打印机。" + }, + { + "ecode": "0C004022", + "intro": "俯视摄像头初始化失败,请确保激光在正常工作。" + }, + { + "ecode": "0300801D", + "intro": "挤出电机位置传感器异常,请先切断电源,检查连接线是否松动。" + }, + { + "ecode": "0500405D", + "intro": "激光器序列号异常,无法标定或雕刻。" + }, + { + "ecode": "05008053", + "intro": "喷嘴与切片文件所选项不匹配。请在重新切片后启动打印,或者更换正确的喷嘴后再继续打印。注意,热端温度较高,请小心操作。" + }, + { + "ecode": "07038002", + "intro": "检测到切刀卡住,请拨出刀柄后点击\"重试\"按钮。" + }, + { + "ecode": "0C00403D", + "intro": "未检测到视觉编码器板,请确认已正确放置。" + }, + { + "ecode": "0500C010", + "intro": "U盘读写异常,请重新插入或更换U盘。" + }, + { + "ecode": "07028002", + "intro": "检测到切刀卡住,请拨出刀柄后点击\"重试\"按钮。" + }, + { + "ecode": "0500402E", + "intro": "系统不支持U盘当前使用的文件系统,请更换或格式化该U盘成FAT32格式。" + }, + { + "ecode": "0C004025", + "intro": "俯视摄像头脏污,请清理后重新开始流程。" + }, + { + "ecode": "07018002", + "intro": "检测到切刀卡住,请拨出刀柄后点击\"重试\"按钮。" + }, + { + "ecode": "05008061", + "intro": "未检测到打印板,请确认已正确放置。" + }, + { + "ecode": "0500402F", + "intro": "U盘扇区数据发生损坏,请格式化,若仍无法识别,请更换U盘。" + }, + { + "ecode": "0C00C004", + "intro": "检测到可能发生了打印炒面失败问题。" + }, + { + "ecode": "05004043", + "intro": "由于功率限制,只允许一台AMS接设备电源烘干。" + }, + { + "ecode": "05004052", + "intro": "检测热端出错" + }, + { + "ecode": "05004050", + "intro": "检测打印板出错" + }, + { + "ecode": "03004067", + "intro": "校准完成,运动精度有提升。由于机器结构的老化等原因,可能不是最佳效果。" + }, + { + "ecode": "03004068", + "intro": "运动精度增强过程发生丢步,请重试。" + }, + { + "ecode": "03004011", + "intro": "动态流量校准失败。请重新发起打印或校准。" + }, + { + "ecode": "05004054", + "intro": "检测垫板出错" + }, + { + "ecode": "0500403E", + "intro": "当前工具头不支持进行初始化" + }, + { + "ecode": "0C008015", + "intro": "检测到垫板上存在物体,请及时清理。" + }, + { + "ecode": "03004066", + "intro": "运动精度增强发生异常,请查看助手。" + }, + { + "ecode": "0C00C006", + "intro": "检测到可能发生垃圾桶堆料问题。" + }, + { + "ecode": "0300800B", + "intro": "切刀已卡住,请确保切刀刀柄弹回及耗材霍尔开关接线正常。" + }, + { + "ecode": "03008063", + "intro": "腔温过高,请打开上盖和前门降温。" + }, + { + "ecode": "03008065", + "intro": "MC模块温度过高,请前往Wiki排查具体原因。" + }, + { + "ecode": "0C00800B", + "intro": "未检测到热床标记,请清空热床上的所有物体并拿开垫板。确保热床标记不被遮挡。" + }, + { + "ecode": "03008062", + "intro": "腔温过高,可能因为环境温度过高。" + }, + { + "ecode": "0C004029", + "intro": "未检测到制作材料,请确认放置材料后继续。" + }, + { + "ecode": "0300801C", + "intro": "检测到挤出机挤出阻力异常,可能堵头。请查看助手,排除异常后,点击\"继续打印\"恢复打印任务。" + }, + { + "ecode": "0C008005", + "intro": "检测到垃圾桶废料堆积,可能导致工具头撞料。" + }, + { + "ecode": "0C008033", + "intro": "快拆锁扣未锁定,请向下扣紧。" + }, + { + "ecode": "03008049", + "intro": "当前垫板非法" + }, + { + "ecode": "07FF8003", + "intro": "请将外挂料盘的耗材拉出。如果该消息重复出现,请检查是否有耗材断在工具头。(如后续使用AMS,请连接特氟龙管)" + }, + { + "ecode": "07FF8006", + "intro": "请把耗材插入进料口,直到推不动为止。" + }, + { + "ecode": "07FF8011", + "intro": "外挂料盘耗材用尽,请装入新的耗材。" + }, + { + "ecode": "07FFC003", + "intro": "请将外挂料盘的耗材拉出。如果该消息重复出现,请检查是否有耗材断在工具头。(如后续使用AMS,请连接特氟龙管)" + }, + { + "ecode": "07FFC006", + "intro": "请把耗材插入进料口,直到推不动为止。" + }, + { + "ecode": "07FFC008", + "intro": "请将外挂料盘的耗材拉出。如果该消息重复出现,请检查是否有耗材断在工具头。(如后续使用AMS,请连接特氟龙管)" + }, + { + "ecode": "07FFC009", + "intro": "请把耗材插入进料口,直到推不动为止。" + }, + { + "ecode": "0C008009", + "intro": "未检测到打印板定位标识。" + }, + { + "ecode": "1000C001", + "intro": "热床温度较高,可能造成耗材软化堵头。您可打开机箱门打印。" + }, + { + "ecode": "1000C002", + "intro": "用不锈钢喷嘴打印碳纤维料可能造成喷嘴损坏。" + }, + { + "ecode": "07038010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07038011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "07028010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07028011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "07018010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07018011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "07008002", + "intro": "检测到切刀卡住,请拨出刀柄后点击\"重试\"按钮。" + }, + { + "ecode": "07008010", + "intro": "AMS助力电机过载,可能是因为耗材缠住或料盘卡住。" + }, + { + "ecode": "07008011", + "intro": "AMS耗材用尽。请把耗材放入同一个AMS槽位后继续。" + }, + { + "ecode": "0501401A", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,或不具备internet访问能力, 或路由器防火墙限制。可移动打印机到路由器附近 或检测路由器配置后重试。" + }, + { + "ecode": "0501401B", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "0501401C", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "0501401D", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "0501401E", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "0501401F", + "intro": "云端绑定授权超时,请检查手机或PC具备访问internet能力,并保证绑定操作时Bmabu Studio/Handy APP在前台执行。" + }, + { + "ecode": "05014020", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014021", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "05014022", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014023", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014024", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,或不具备internel访问能力, 或路由器防火墙限制。可移动打印机到路由器附近 或检测路由器配置后重试。" + }, + { + "ecode": "05014025", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014026", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014027", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "05014028", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014029", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05014031", + "intro": "设备发现绑定执行中,屏幕无法展现二维码。可等待局域网绑定结束,或Hand APP/Studio中止绑定,重试扫描屏幕二维码绑定。" + }, + { + "ecode": "05014032", + "intro": "二维码绑定执行中,无法进行设备发现绑定。可扫描屏幕二维码绑定,或退出屏幕上二维码页面,尝试设备发现绑定。" + }, + { + "ecode": "05014033", + "intro": "打印区区域限制,请在对应区域的商城下载APP,注册后重试绑定。" + }, + { + "ecode": "05014034", + "intro": "切片进度长时间没有更新,打印任务退出。请确认参数并重新发起打印。" + }, + { + "ecode": "05014035", + "intro": "设备正在进行绑定中,无法响应绑定请求。" + }, + { + "ecode": "05014038", + "intro": "区域设置与打印机不匹配,请检查打印机的区域设置。" + }, + { + "ecode": "05014039", + "intro": "设备登录过期,请尝试重新绑定。" + }, + { + "ecode": "05024001", + "intro": "当前耗材会在此次打印任务中使用,不允许设置。" + }, + { + "ecode": "05004001", + "intro": "无法连接服务器,请检查网络连接。" + }, + { + "ecode": "05004002", + "intro": "不支持的打印文件路径或者名称,请重新发起打印。" + }, + { + "ecode": "05004003", + "intro": "解析gcode.3mf遇到问题,打印已停止。请重新发送打印。" + }, + { + "ecode": "05004005", + "intro": "不允许在固件更新过程中发送打印任务。" + }, + { + "ecode": "05004006", + "intro": "内部存储空间不足,可恢复出厂设置以释放所有可用空间。" + }, + { + "ecode": "05004008", + "intro": "启动打印失败,请重启机器并重新发送打印。" + }, + { + "ecode": "05004009", + "intro": "不允许在日志上传过程中发送打印任务。" + }, + { + "ecode": "0500400A", + "intro": "文件名不支持,请修改文件名并重新发送打印。" + }, + { + "ecode": "0500400B", + "intro": "文件下载错误,请检查网络并重新发送打印。" + }, + { + "ecode": "0500400D", + "intro": "请运行自检后重新启动打印作业。" + }, + { + "ecode": "0500400E", + "intro": "打印已取消。" + }, + { + "ecode": "05004014", + "intro": "云端切片发生错误,请检查切片参数并重新发起打印。" + }, + { + "ecode": "05004017", + "intro": "绑定操作失败,可重试或重启打印机后重试。" + }, + { + "ecode": "05004018", + "intro": "绑定配置信息解析失败,请重试。" + }, + { + "ecode": "05004019", + "intro": "打印机已经绑定。请解除绑定,然后重试。" + }, + { + "ecode": "0500401A", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,或不具备internet访问能力, 或路由器防火墙限制。可移动打印机到路由器附近 或检测路由器配置后重试。" + }, + { + "ecode": "0500401B", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "0500401C", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "0500401D", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "0500401E", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "0500401F", + "intro": "云端绑定授权超时,请检查手机或PC具备访问internet能力,并保证绑定操作时Bmabu Studio/Handy APP在前台执行。" + }, + { + "ecode": "05004020", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004021", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "05004022", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004023", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004024", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,或不具备internel访问能力, 或路由器防火墙限制。可移动打印机到路由器附近 或检测路由器配置后重试。" + }, + { + "ecode": "05004025", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004026", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004027", + "intro": "云端访问失败,可能的原因是干扰导致网络不稳定,可移动打印机到路由器附近后重试。" + }, + { + "ecode": "05004028", + "intro": "云端访问返回值非法,如多次尝试失败请联系客服。" + }, + { + "ecode": "05004029", + "intro": "云端访问被拒绝,如多次尝试失败请联系客服。" + }, + { + "ecode": "0500402A", + "intro": "连接路由器失败,可能是无线环境干扰或距离路由器较远,可重试或移动打印机到路由器附近重试。" + }, + { + "ecode": "0500402B", + "intro": "连接路由器密码错误,请检查密码后重试。" + }, + { + "ecode": "0500402C", + "intro": "未成功获取IP地址,可能时无线环境干扰导致数据收发未成功或路由器DHCP地址池满,可移动打印机到路由器附近后重试。若多次失败需要检查路由器DHCP地址池是否已耗尽。" + }, + { + "ecode": "0500402D", + "intro": "系统发生异常。" + }, + { + "ecode": "05004037", + "intro": "切片文件中预设机型与当前打印机型号不兼容,不能进行打印。" + }, + { + "ecode": "05004038", + "intro": "切片文件中的喷嘴直径与当前设置不符,不能进行打印。" + }, + { + "ecode": "05008013", + "intro": "检测到打印文件不可用。请确认存储介质是否被移除。" + }, + { + "ecode": "05008036", + "intro": "切片文件中预设机型与当前打印机型号不一致,是否继续?" + }, + { + "ecode": "05014017", + "intro": "绑定操作失败,可重试或重启打印机后重试。" + }, + { + "ecode": "05014018", + "intro": "绑定配置信息解析失败,请重试。" + }, + { + "ecode": "05014019", + "intro": "打印机已经绑定。请解除绑定,然后重试。" + }, + { + "ecode": "03008000", + "intro": "未知原因暂停。你可以点击“继续打印”来恢复打印任务。" + }, + { + "ecode": "03008001", + "intro": "打印暂停,因为打印文件中添加了暂停命令。" + }, + { + "ecode": "03008003", + "intro": "AI打印监控检测到炒面缺陷。请检查打印件状况后做相应处理。" + }, + { + "ecode": "03008005", + "intro": "工具头前盖掉落。请把前盖重新装上,并检查打印件是否完好。" + }, + { + "ecode": "03008007", + "intro": "检测到断电时有未完成的打印任务。如果模型仍然粘接在底板上,可尝试继续打印。" + }, + { + "ecode": "03008008", + "intro": "喷嘴温控故障。" + }, + { + "ecode": "03008009", + "intro": "热床温控故障。" + }, + { + "ecode": "0300800A", + "intro": "AI打印监控检测到垃圾桶处废料堆积,请及时清理。" + }, + { + "ecode": "0300800C", + "intro": "检测到丢步并自动恢复,请继续打印并观察后续打印是否有错层现象。" + }, + { + "ecode": "0300800E", + "intro": "检测到打印文件不可用。请确认存储介质是否被移除。" + }, + { + "ecode": "0300800F", + "intro": "检测到门已打开,暂停打印。" + }, + { + "ecode": "03008010", + "intro": "热端散热风扇转速异常。" + }, + { + "ecode": "03008013", + "intro": "用户暂停。你可以点击“继续打印”来恢复打印任务。" + }, + { + "ecode": "03008016", + "intro": "检测到挤出机无法挤出料。请根据实际状态,取消本次打印并清理挤出机,或点击“继续打印”按钮恢复打印任务。" + }, + { + "ecode": "03008017", + "intro": "检测到热床上有异物,请检查并清理后,再点击“继续打印”按钮继续打印。" + }, + { + "ecode": "03008018", + "intro": "腔体温控故障。" + }, + { + "ecode": "03008019", + "intro": "没有放置打印板。" + }, + { + "ecode": "03004001", + "intro": "工具头降温超时。" + }, + { + "ecode": "03004005", + "intro": "热端散热风扇转速异常。" + }, + { + "ecode": "03004006", + "intro": "喷嘴堵头。" + }, + { + "ecode": "03004009", + "intro": "XY回零失败。" + }, + { + "ecode": "0300400A", + "intro": "振动扫频识别失败。" + }, + { + "ecode": "0300400B", + "intro": "内部通讯异常。" + }, + { + "ecode": "0300400D", + "intro": "断电续打失败。" + }, + { + "ecode": "0300400E", + "intro": "电机参数自检失败。" + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/hms_zh-tw_22E.json b/resources/hms/hms_zh-tw_22E.json new file mode 100644 index 0000000000..20b8350079 --- /dev/null +++ b/resources/hms/hms_zh-tw_22E.json @@ -0,0 +1,20217 @@ +{ + "result": 0, + "t": 1760060379, + "ver": 202510142200, + "data": { + "device_hms": { + "ver": 202510142200, + "zh-tw": [ + { + "ecode": "0300020000010008", + "intro": "擠出機噴嘴溫度異常,無法達到設定值。這可能是由於噴嘴矽膠套安裝不當引起的。" + }, + { + "ecode": "030018000001000D", + "intro": "噴嘴結塊檢測校準失敗。檢測到噴嘴上有過多的力。請確保噴嘴安裝正確。" + }, + { + "ecode": "030018000001000E", + "intro": "噴嘴凝結檢測校準失敗。噴嘴未觸及孔洞內壁。請清潔噴嘴和熱床右後方的鋼板孔。" + }, + { + "ecode": "0C0001000002000E", + "intro": "" + }, + { + "ecode": "0300090000020005", + "intro": "擠出機出現異常擠出。可能是堵塞了,或者是螺絲太薄,導致擠出機打滑,或者外部安裝的螺絲可能被纏結。" + }, + { + "ecode": "0300090000020004", + "intro": "擠壓阻力異常。擠壓機可能被堵塞,或者工具頭中可能有塞住的螺絲材料,或者外部安裝的螺絲材料可能被纏結。" + }, + { + "ecode": "0500070000020201", + "intro": "" + }, + { + "ecode": "0500070000020002", + "intro": "" + }, + { + "ecode": "0500070000020001", + "intro": "" + }, + { + "ecode": "0500070000020003", + "intro": "" + }, + { + "ecode": "0500070000020101", + "intro": "" + }, + { + "ecode": "03003A0000010001", + "intro": "左側輔助元件冷卻風扇的轉速較慢。它可能卡住了,需要清潔。" + }, + { + "ecode": "03003A0000020002", + "intro": "左側輔助元件冷卻風扇速度緩慢。它可能被卡住,需要清潔。" + }, + { + "ecode": "0500040000010056", + "intro": "" + }, + { + "ecode": "0503000000030027", + "intro": "" + }, + { + "ecode": "0503000000030028", + "intro": "" + }, + { + "ecode": "0503000000030029", + "intro": "" + }, + { + "ecode": "0500050000010021", + "intro": "延時攝影套件驗證失敗。請重新連接線纜或重新啟動印表機。" + }, + { + "ecode": "0C0003000003001A", + "intro": "異物檢測失敗,可能是由於手動中斷(例如,點擊“停止”)。如果不是,請嘗試重新啟動印表機或更新韌體。" + }, + { + "ecode": "0501040000030002", + "intro": "螺桿需立即潤滑。" + }, + { + "ecode": "0500050000020030", + "intro": "" + }, + { + "ecode": "030018000001000C", + "intro": "偵測到擠出機擠出力感測器數據出現異常跳躍,可能是由於感測器接觸不良或感測器故障引起的。" + }, + { + "ecode": "0300910000010008", + "intro": "腔溫加熱器加熱失敗。" + }, + { + "ecode": "0C00030000020015", + "intro": "外物检测功能无法正常运作。检测到实况视图相机已被更换。请在打印机屏幕上点击“设置>校准”,重新校准实况视图相机。" + }, + { + "ecode": "0C00030000020014", + "intro": "外来物体检测准确度下降。如果这种情况经常发生,請進行实时视图相机校准(在打印机屏幕上选择“設定” > “校準”)。" + }, + { + "ecode": "0C00030000020012", + "intro": "外物检测功能无法正常运作。实况视图相机需要校准。请在打印机屏幕上点击“设置 > 校准”。" + }, + { + "ecode": "0501040000030003", + "intro": "線性滑軌現在需要清潔和潤滑。" + }, + { + "ecode": "0300180000030009", + "intro": "檢測到首次進行高床溫打印,為了得到更好的首層打印質量,正在自動進行高溫熱床調平。" + }, + { + "ecode": "03002D0000030009", + "intro": "進行初始高溫床調平。" + }, + { + "ecode": "0500010000020003", + "intro": "" + }, + { + "ecode": "0500030000020012", + "intro": "" + }, + { + "ecode": "0500030000020013", + "intro": "" + }, + { + "ecode": "0500030000020014", + "intro": "" + }, + { + "ecode": "0500030000020015", + "intro": "" + }, + { + "ecode": "0500030000020016", + "intro": "" + }, + { + "ecode": "0500030000020017", + "intro": "" + }, + { + "ecode": "0500030000020018", + "intro": "" + }, + { + "ecode": "0500060000020007", + "intro": "" + }, + { + "ecode": "0500010000020009", + "intro": "" + }, + { + "ecode": "05000600000200A1", + "intro": "" + }, + { + "ecode": "0500060000020013", + "intro": "" + }, + { + "ecode": "0500060000020012", + "intro": "" + }, + { + "ecode": "0500060000020023", + "intro": "" + }, + { + "ecode": "0500060000020005", + "intro": "" + }, + { + "ecode": "0500060000020024", + "intro": "" + }, + { + "ecode": "0500060000020011", + "intro": "" + }, + { + "ecode": "0500060000020008", + "intro": "" + }, + { + "ecode": "0500060000020022", + "intro": "" + }, + { + "ecode": "0500010000020008", + "intro": "" + }, + { + "ecode": "0500060000020014", + "intro": "" + }, + { + "ecode": "1800020000020002", + "intro": "AMS-HT A 里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "0500030000010053", + "intro": "" + }, + { + "ecode": "0C00010000020019", + "intro": "" + }, + { + "ecode": "0500060000020054", + "intro": "" + }, + { + "ecode": "0500060000020044", + "intro": "" + }, + { + "ecode": "0500060000020061", + "intro": "" + }, + { + "ecode": "0C0001000002001B", + "intro": "" + }, + { + "ecode": "0500050000010009", + "intro": "" + }, + { + "ecode": "0500050000010008", + "intro": "" + }, + { + "ecode": "050005000001000B", + "intro": "" + }, + { + "ecode": "050005000001000A", + "intro": "" + }, + { + "ecode": "050005000001000C", + "intro": "" + }, + { + "ecode": "0C00010000020016", + "intro": "" + }, + { + "ecode": "0C00010000020015", + "intro": "" + }, + { + "ecode": "0500030000020010", + "intro": "" + }, + { + "ecode": "0500030000020011", + "intro": "" + }, + { + "ecode": "0500030000030007", + "intro": "" + }, + { + "ecode": "0500010000030009", + "intro": "" + }, + { + "ecode": "05000600000200A0", + "intro": "" + }, + { + "ecode": "0500060000020021", + "intro": "" + }, + { + "ecode": "0C0001000002001A", + "intro": "" + }, + { + "ecode": "0500060000020062", + "intro": "" + }, + { + "ecode": "03002D0000010006", + "intro": "加熱床調平失敗,可能是由於床上有外來物體或床傾斜。繼續列印可能會損壞建造板。請在重試之前清除任何碎片或手動調平床。" + }, + { + "ecode": "0500030000020055", + "intro": "使用者資訊已過期,請重新登入。" + }, + { + "ecode": "0300290000010001", + "intro": "視覺編碼板圖案識別異常,可能原因有:圖案變形或破損、光源過曝、編碼板擺放不對等。" + }, + { + "ecode": "0703250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0700250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0701250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0706250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0702250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0705250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0707250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "0704250000020001", + "intro": "檢測到AMS在打印/進料過程中使用打印機供電烘乾,建議接入電源適配器以獲得最佳烘乾效果。" + }, + { + "ecode": "03002B0000020001", + "intro": "輔助冷卻風扇風門校準失敗。請檢查是否有異物堵塞風門。" + }, + { + "ecode": "0701900000010004", + "intro": "AMS B排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0707910000010004", + "intro": "AMS H排气阀2的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1803900000010004", + "intro": "AMS-HT D排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1807910000010004", + "intro": "AMS-HT H排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1800910000010004", + "intro": "AMS-HT A排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1800900000010004", + "intro": "AMS-HT A排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0704900000010004", + "intro": "AMS E排气阀1的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1803910000010004", + "intro": "AMS-HT D排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0705900000010004", + "intro": "AMS F排气阀1的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1805900000010004", + "intro": "AMS-HT F排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0706900000010004", + "intro": "AMS G排氣閥1的當前感應器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "1804900000010004", + "intro": "AMS-HT E排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0707900000010004", + "intro": "AMS H排气阀1的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1802900000010004", + "intro": "AMS-HT C排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1805910000010004", + "intro": "AMS-HT F排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1804910000010004", + "intro": "AMS-HT E排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1806900000010004", + "intro": "AMS-HT G排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0700910000010004", + "intro": "AMS A排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0702900000010004", + "intro": "AMS C排氣閥1的當前感應器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0706910000010004", + "intro": "AMS G排氣閥2的當前感應器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0701910000010004", + "intro": "AMS B排气阀2的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1801910000010004", + "intro": "AMS-HT B排气阀2的当前传感器异常;请联系客户支持以更换AMS-HT主板。" + }, + { + "ecode": "1806910000010004", + "intro": "AMS-HT G排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0703910000010004", + "intro": "AMS D排气阀2的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "0700900000010004", + "intro": "AMS A排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0704910000010004", + "intro": "AMS E排氣閥2的當前感應器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0705910000010004", + "intro": "AMS F排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS主機板。" + }, + { + "ecode": "0702910000010004", + "intro": "AMS C排气阀2的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "0703900000010004", + "intro": "AMS D排气阀1的当前传感器异常;请联系客户支持以更换AMS主板。" + }, + { + "ecode": "1801900000010004", + "intro": "AMS-HT B排氣閥1的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1807900000010004", + "intro": "AMS-HT H排氣閥1的當前感應器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "1802910000010004", + "intro": "AMS-HT C排氣閥2的當前感測器異常;請聯繫客戶支援以更換AMS-HT主機板。" + }, + { + "ecode": "0702960000020004", + "intro": "AMS C 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1800960000020004", + "intro": "AMS-HT A 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0704960000020004", + "intro": "AMS E 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1801250000020001", + "intro": "AMS-HT B在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1803250000020001", + "intro": "AMS-HT D在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1807250000020001", + "intro": "AMS-HT H 在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1806250000020001", + "intro": "AMS-HT G在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "0703960000020004", + "intro": "AMS D 溫度控制誤差過大,可能是由於蓋子打開或加熱器異常引起的。" + }, + { + "ecode": "0707960000020004", + "intro": "AMS H 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1802960000020004", + "intro": "AMS-HT C 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0300320000010001", + "intro": "右側(輔助組件冷卻-過濾)風扇速度過慢或停止。可能卡住了,或連接器可能沒有正確插入。" + }, + { + "ecode": "1803960000020004", + "intro": "AMS-HT D 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0706960000020004", + "intro": "AMS G 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1804960000020004", + "intro": "AMS-HT E 溫度控制誤差過大,可能是由於蓋子打開或加熱器異常引起的。" + }, + { + "ecode": "0701960000020004", + "intro": "AMS B 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1807960000020004", + "intro": "AMS-HT H 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1804250000020001", + "intro": "AMS-HT E 在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1805960000020004", + "intro": "AMS-HT F 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1805250000020001", + "intro": "AMS-HT F在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1800250000020001", + "intro": "AMS-HT A在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "1801960000020004", + "intro": "AMS-HT B 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "1806960000020004", + "intro": "AMS-HT G 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0300320000010002", + "intro": "右側(輔助組件冷卻-過濾)風扇速度較慢。可能卡住了,需要清潔。" + }, + { + "ecode": "1802250000020001", + "intro": "AMS-HT C 在加载/打印过程中使用打印机电源进行干燥。为了获得更好的干燥效果,请连接电源适配器。" + }, + { + "ecode": "0700960000020004", + "intro": "AMS A 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0705960000020004", + "intro": "AMS F 溫度控制誤差過大,可能是因為蓋子打開或加熱器異常。" + }, + { + "ecode": "0500060000020001", + "intro": "工具頭攝像頭未就位,請檢查硬體連接。" + }, + { + "ecode": "0700610000020001", + "intro": "AMS A 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0701610000020001", + "intro": "AMS B 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0701620000020001", + "intro": "AMS B 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0701630000020001", + "intro": "AMS B 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0702600000020001", + "intro": "AMS C 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1802620000020001", + "intro": "AMS-HT C 槽位3 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0707620000020001", + "intro": "AMS H 槽位 3 過載。環境溫度可能過高。請在合適的環境中操作設備。" + }, + { + "ecode": "1803620000020001", + "intro": "AMS-HT D 槽位3 過載。可能耗材縈繞或料盤卡住。" + }, + { + "ecode": "1804610000020001", + "intro": "AMS-HT E 槽位 2 過載。可能耗材緊纏或緩衝器卡住。" + }, + { + "ecode": "1804630000020001", + "intro": "AMS-HT E 槽位4 過載。可能耗材糾結或料盤卡住。" + }, + { + "ecode": "0707630000020001", + "intro": "AMS H槽位4過載。可能是耗材纏繞或料盤卡住。" + }, + { + "ecode": "1807600000020001", + "intro": "AMS-HT H 槽位1 過載。可能耗材繞繞或料盤卡住。" + }, + { + "ecode": "0705630000020001", + "intro": "AMS F 槽位4 過載。可能耗材縈繞或料盤卡住。" + }, + { + "ecode": "0704600000020001", + "intro": "AMS E 槽位1 過載。可能耗材繞繩或料盤卡住。" + }, + { + "ecode": "1800600000020001", + "intro": "AMS-HT A 槽位1 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0707600000020001", + "intro": "AMS H 槽位1 過載。可能耗材糾纏或料盤卡住。" + }, + { + "ecode": "1801610000020001", + "intro": "AMS-HT B 槽位2 過載。可能耗材綑綁或料盤卡住。" + }, + { + "ecode": "0706600000020001", + "intro": "AMS G 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0706630000020001", + "intro": "AMS G槽位4過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0300180000010005", + "intro": "Z軸電機轉動受阻,請檢查Z滑塊、Z同步帶輪是否有異物卡住。此外,請確保構建板正確放置,以避免與周圍結構碰撞。" + }, + { + "ecode": "0700600000020001", + "intro": "AMS A 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0700620000020001", + "intro": "AMS A 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0700630000020001", + "intro": "AMS A 槽位 4 過載,可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0701600000020001", + "intro": "AMS B 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0702610000020001", + "intro": "AMS C 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0702620000020001", + "intro": "AMS C 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0702630000020001", + "intro": "AMS C 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0703600000020001", + "intro": "AMS D 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0703610000020001", + "intro": "AMS D 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0703620000020001", + "intro": "AMS D 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0703630000020001", + "intro": "AMS D 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1806600000020001", + "intro": "AMS-HT G槽位1過載。可能耗材糾結或料盤卡住。" + }, + { + "ecode": "0706620000020001", + "intro": "AMS G 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1805630000020001", + "intro": "AMS-HT F 槽位4 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1803630000020001", + "intro": "AMS-HT D 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "0705610000020001", + "intro": "AMS F 槽位2 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1806610000020001", + "intro": "AMS-HT G 槽位2 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0704620000020001", + "intro": "AMS E 槽位3 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1800630000020001", + "intro": "AMS-HT A 槽位 4 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1802600000020001", + "intro": "AMS-HT C 槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1801630000020001", + "intro": "AMS-HT B 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1806630000020001", + "intro": "AMS-HT G 槽位4過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0704630000020001", + "intro": "AMS E 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1805610000020001", + "intro": "AMS-HT F 槽位2 過載。可能耗材糾結或料盤卡住。" + }, + { + "ecode": "1802630000020001", + "intro": "AMS-HT C 槽位 4 過載,可能耗材纏繞或緩衝器可能卡住。" + }, + { + "ecode": "1804620000020001", + "intro": "AMS-HT E 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1805620000020001", + "intro": "AMS-HT F 槽位 3 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1800620000020001", + "intro": "AMS-HT A槽位3過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0706610000020001", + "intro": "AMS G 槽位2 過載。可能耗材糾纏或料盤卡住。" + }, + { + "ecode": "0705620000020001", + "intro": "AMS F 型槽位 3 過載。可能耗材縈繞或料盤卡住。" + }, + { + "ecode": "1805600000020001", + "intro": "AMS-HT F槽位 1 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1803610000020001", + "intro": "AMS-HT D 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1801600000020001", + "intro": "AMS-HT B 槽位 1 過載。可能耗材纏繞或耗材緩衝器卡住。" + }, + { + "ecode": "1807620000020001", + "intro": "AMS-HT H 槽位 3 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1807630000020001", + "intro": "AMS-HT H 槽位 4 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1804600000020001", + "intro": "AMS-HT E 槽位 1 過載。可能耗材纏繞或燈絲緩衝器卡住。" + }, + { + "ecode": "0707610000020001", + "intro": "AMS H 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1806620000020001", + "intro": "AMS-HT G槽位3過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1807610000020001", + "intro": "AMS-HT H 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1803600000020001", + "intro": "AMS-HT D 槽位1 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "1802610000020001", + "intro": "AMS-HT C 槽位 2 過載。可能耗材糾纏或耗材緩衝器卡住。" + }, + { + "ecode": "1800610000020001", + "intro": "AMS-HT A 槽位2 過載。可能是耗材纏繞或料盤卡住。" + }, + { + "ecode": "1801620000020001", + "intro": "AMS-HT B 槽位3過載。可能耗材線纜纏繞或料盤卡住。" + }, + { + "ecode": "0705600000020001", + "intro": "AMS F 槽位1 過載。可能耗材纏繞或料盤卡住。" + }, + { + "ecode": "0704610000020001", + "intro": "AMS E 槽位2過載,可能是耗材纏繞或料盤卡住。" + }, + { + "ecode": "050003000002000E", + "intro": "某些外接模組與列印機的韌體版本不相容,可能會影響正常運作。請在連接網路的情況下前往「韌體」頁面進行升級。" + }, + { + "ecode": "0500050000010007", + "intro": "MQTT 命令校驗失敗。請將 Studio(包括網路外掛程式)或 Handy 更新到最新版本,然後重新啟動軟體並重試。" + }, + { + "ecode": "0300A80000010001", + "intro": "AMS 電源供應異常,可能是由於 AMS 損壞或 AMS 介面短路,或是 AMS 連接過多。請檢查是否正確連接。" + }, + { + "ecode": "030018000001000B", + "intro": "噴嘴在位檢測失敗:噴嘴未安裝或安裝不到位。" + }, + { + "ecode": "0706230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0702220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1804230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0705210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1805220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0702210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1804210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1805230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0703200000020006", + "intro": "AMS D 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0705200000020006", + "intro": "AMS F 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1804200000020006", + "intro": "AMS-HT E 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0701220000020015", + "intro": "AMS B 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0701230000020012", + "intro": "AMS B 槽 4 上下料電機過載。" + }, + { + "ecode": "1805200000020013", + "intro": "AMS-HT F 槽 1 上下料電機無信號。" + }, + { + "ecode": "1807230000020012", + "intro": "AMS-HT H 槽 4 上下料電機過載。" + }, + { + "ecode": "1801230000020016", + "intro": "AMS-HT B 槽 4 助力電機打滑。" + }, + { + "ecode": "0703230000020012", + "intro": "AMS D 槽 4 上下料電機過載。" + }, + { + "ecode": "1801230000020015", + "intro": "AMS-HT B 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1800200000020014", + "intro": "AMS-HT A槽1里程輪無信號。" + }, + { + "ecode": "1804200000020016", + "intro": "AMS-HT E 槽 1 助力電機打滑。" + }, + { + "ecode": "1806230000020013", + "intro": "AMS-HT G槽4上下料電機無信號。" + }, + { + "ecode": "1805220000020015", + "intro": "AMS-HT F 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "1805230000020013", + "intro": "AMS-HT F槽4上下料電機無信號。" + }, + { + "ecode": "0704230000020014", + "intro": "AMS E 槽 4 里程輪無信號。" + }, + { + "ecode": "0707200000020015", + "intro": "AMS H 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1807210000020015", + "intro": "AMS-HT H 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0700210000020014", + "intro": "AMS A 槽 2 里程輪無信號。" + }, + { + "ecode": "1803230000020013", + "intro": "AMS-HT D 槽 4 上下料電機無信號。" + }, + { + "ecode": "1802220000020013", + "intro": "AMS-HT C 槽 3 上下料電機無信號。" + }, + { + "ecode": "1807220000020015", + "intro": "AMS-HT H 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0700210000020016", + "intro": "AMS A 槽 2 助力電機打滑。" + }, + { + "ecode": "0706230000020013", + "intro": "AMS G 槽 4 上下料電機無信號。" + }, + { + "ecode": "0704230000020013", + "intro": "AMS E 槽 4 上下料電機無信號。" + }, + { + "ecode": "1804210000020015", + "intro": "AMS-HT E 機台 2 耗材感應器狀態異常。" + }, + { + "ecode": "1803230000020015", + "intro": "AMS-HT D 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "0707210000020015", + "intro": "AMS H 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0707230000020013", + "intro": "AMS H 槽 4 上下料電機無信號。" + }, + { + "ecode": "1803220000020012", + "intro": "AMS-HT D 槽 3 上下料電機過載。" + }, + { + "ecode": "0703210000020015", + "intro": "AMS D 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "1800220000020015", + "intro": "AMS-HT A 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "1803220000020013", + "intro": "AMS-HT D 槽 3 上下料電機無信號。" + }, + { + "ecode": "0706220000020012", + "intro": "AMS G 槽 3 上下料電機過載。" + }, + { + "ecode": "1802200000020016", + "intro": "AMS-HT C槽1助力電機打滑。" + }, + { + "ecode": "0704220000020015", + "intro": "AMS E槽3耗材傳感器狀態異常。" + }, + { + "ecode": "1800230000020014", + "intro": "AMS-HT A槽4裡程輪無信號。" + }, + { + "ecode": "0702210000020014", + "intro": "AMS C槽2里程輪無信號。" + }, + { + "ecode": "1802200000020012", + "intro": "AMS-HT C槽1上下料電機過載。" + }, + { + "ecode": "1805200000020016", + "intro": "AMS-HT F 槽 1 助力電機打滑。" + }, + { + "ecode": "0700210000020015", + "intro": "AMS A 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "1806230000020015", + "intro": "AMS-HT G 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "0700220000020012", + "intro": "AMS A 槽 3 上下料電機過載。" + }, + { + "ecode": "0706210000020015", + "intro": "AMS G 軸 2 的耗材傳感器狀態異常。" + }, + { + "ecode": "1803200000020015", + "intro": "AMS-HT D 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0705230000020012", + "intro": "AMS F 槽 4 上下料電機過載。" + }, + { + "ecode": "1806210000020014", + "intro": "AMS-HT G 槽 2 里程輪無信號。" + }, + { + "ecode": "0700220000020014", + "intro": "AMS A 槽 3 里程輪無信號。" + }, + { + "ecode": "0701210000020015", + "intro": "AMS B槽2的耗材感應器狀態異常。" + }, + { + "ecode": "1803210000020012", + "intro": "AMS-HT 的 D 槽 2 上下料電機過載。" + }, + { + "ecode": "1804200000020014", + "intro": "AMS-HT E 槽 1 里程輪無信號。" + }, + { + "ecode": "1804200000020015", + "intro": "AMS-HT E 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1800230000020012", + "intro": "AMS-HT A 機 A 段 4 上下料電機過載。" + }, + { + "ecode": "1806200000020015", + "intro": "AMS-HT G槽1號耗材感應器狀態異常。" + }, + { + "ecode": "0706220000020015", + "intro": "AMS G槽3號耗材感應器狀態異常。" + }, + { + "ecode": "0701200000020013", + "intro": "AMS B 槽 1 上下料電機無信號。" + }, + { + "ecode": "1800220000020012", + "intro": "AMS-HT A 槽3 上下料電機過載。" + }, + { + "ecode": "1804210000020013", + "intro": "AMS-HT E 槽 2 上下料電機無信號。" + }, + { + "ecode": "1801220000020015", + "intro": "AMS-HT B槽3耗材傳感器狀態異常。" + }, + { + "ecode": "0700230000020012", + "intro": "AMS A 槽 4 上下料電機過載。" + }, + { + "ecode": "1805210000020014", + "intro": "AMS-HT F 槽 2 里程轉輪無信號。" + }, + { + "ecode": "0706230000020025", + "intro": "AMS G 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1800220000020025", + "intro": "AMS-HT A 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力大。" + }, + { + "ecode": "1800230000020025", + "intro": "AMS-HT A 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1807210000020025", + "intro": "AMS-HT H 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0707230000020025", + "intro": "AMS H 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "0700230000020025", + "intro": "AMS A 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0701210000020025", + "intro": "AMS B 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1807200000020025", + "intro": "AMS-HT H 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1801230000020025", + "intro": "AMS-HT B 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1801220000020025", + "intro": "AMS-HT B 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0701220000020025", + "intro": "AMS B 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "0705220000020025", + "intro": "AMS F 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "1804210000020025", + "intro": "AMS-HT E 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0704220000020025", + "intro": "AMS E 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "0701200000020025", + "intro": "AMS B 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1804220000020025", + "intro": "AMS-HT E 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1802220000020025", + "intro": "AMS-HT C 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1803200000020025", + "intro": "AMS-HT D 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1802200000020025", + "intro": "AMS-HT C 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1804200000020025", + "intro": "AMS-HT E 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0707210000020025", + "intro": "AMS H 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0705200000020025", + "intro": "AMS F 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0700220000020025", + "intro": "AMS A 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "0700210000020025", + "intro": "AMS A 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1801200000020025", + "intro": "AMS-HT B 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0706210000020025", + "intro": "AMS G 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0707220000020025", + "intro": "AMS H 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "1805230000020025", + "intro": "AMS-HT F 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1801210000020025", + "intro": "AMS-HT B 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0704200000020025", + "intro": "AMS E 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0700200000020006", + "intro": "AMS A 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0701200000020006", + "intro": "AMS B 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1802220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1807210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1800230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0706220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0704230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0700210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1800220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1801230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0701230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0707220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0704220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0704210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1803220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0701210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0703220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1806230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0707210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1807230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1802210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0703210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1807210000020016", + "intro": "AMS-HT H槽2助力電機打滑。" + }, + { + "ecode": "1807200000020013", + "intro": "AMS-HT H 槽 1 上下料電機無信號。" + }, + { + "ecode": "1802230000020013", + "intro": "AMS-HT C 槽 4 上下料電機無信號。" + }, + { + "ecode": "0707200000020014", + "intro": "AMS H 槽 1 里程輪無信號。" + }, + { + "ecode": "1804220000020012", + "intro": "AMS-HT E槽3上下料電機過載。" + }, + { + "ecode": "0702230000020014", + "intro": "AMS C 槽 4 里程輪無信號。" + }, + { + "ecode": "0703200000020013", + "intro": "AMS D 槽 1 上下料電機無信號。" + }, + { + "ecode": "0702200000020012", + "intro": "AMS C 槽 1 上下料電機過載。" + }, + { + "ecode": "1804200000020013", + "intro": "AMS-HT E 槽 1 上下料電機無信號。" + }, + { + "ecode": "1800210000020014", + "intro": "AMS-HT A槽 2里程輪無信號。" + }, + { + "ecode": "0706230000020015", + "intro": "AMS G槽4耗材傳感器狀態異常。" + }, + { + "ecode": "1801200000020015", + "intro": "AMS-HT B槽1耗材傳感器狀態異常。" + }, + { + "ecode": "0704200000020013", + "intro": "AMS E槽1上下料電機無信號。" + }, + { + "ecode": "0705200000020015", + "intro": "AMS F槽1耗材傳感器狀態異常。" + }, + { + "ecode": "1802200000020013", + "intro": "AMS-HT C 槽 1 上下料電機無信號。" + }, + { + "ecode": "0700220000020015", + "intro": "AMS A 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0702230000020016", + "intro": "AMS C槽4助力電機打滑。" + }, + { + "ecode": "1807220000020014", + "intro": "AMS-HT H 槽 3 里程輪無信號。" + }, + { + "ecode": "1802220000020016", + "intro": "AMS-HT C 槽 3 助力電機打滑。" + }, + { + "ecode": "0704220000020012", + "intro": "AMS E 槽 3 上下料電機過載。" + }, + { + "ecode": "1801230000020014", + "intro": "AMS-HT B 槽 4 里程輪無信號。" + }, + { + "ecode": "0707220000020016", + "intro": "AMS H 槽 3 助力電機打滑。" + }, + { + "ecode": "1806220000020012", + "intro": "AMS-HT G 槽 3 上下料電機過載。" + }, + { + "ecode": "1802200000020014", + "intro": "AMS-HT C 槽 1 里程輪無信號。" + }, + { + "ecode": "0700220000020013", + "intro": "AMS A 槽 3 上下料電機無信號。" + }, + { + "ecode": "0700200000020012", + "intro": "AMS A槽1上下料電機過載。" + }, + { + "ecode": "1800230000020015", + "intro": "AMS-HT A槽4耗材傳感器狀態異常。" + }, + { + "ecode": "1800220000020013", + "intro": "AMS-HT A 槽 3 上下料電機無信號。" + }, + { + "ecode": "1800230000020016", + "intro": "AMS-HT A 槽 4 助力電機打滑。" + }, + { + "ecode": "0707200000020013", + "intro": "AMS H 槽 1 上下料電機無信號。" + }, + { + "ecode": "1802220000020012", + "intro": "AMS-HT C槽3上下料電機過載。" + }, + { + "ecode": "0702230000020015", + "intro": "AMS C 機台 4 耗材感應器狀態異常。" + }, + { + "ecode": "1806220000020014", + "intro": "AMS-HT G 機台 3 里程輪無信號。" + }, + { + "ecode": "1802200000020015", + "intro": "AMS-HT C 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1805220000020016", + "intro": "AMS-HT F 槽 3 助力電機能力不足。" + }, + { + "ecode": "0707230000020012", + "intro": "AMS H 槽 4 上下料電機過載。" + }, + { + "ecode": "1800210000020016", + "intro": "AMS-HT A 槽 2 助力電機打滑。" + }, + { + "ecode": "1803220000020016", + "intro": "AMS-HT D 槽 3 助力電機打滑。" + }, + { + "ecode": "0704210000020014", + "intro": "AMS E 槽 2 里程輪無信號。" + }, + { + "ecode": "0703230000020016", + "intro": "AMS D 槽 4 助力電機打滑。" + }, + { + "ecode": "1801230000020012", + "intro": "AMS-HT B槽4上下料電機過載。" + }, + { + "ecode": "0701200000020012", + "intro": "AMS B槽1上下料電機過載。" + }, + { + "ecode": "1801220000020012", + "intro": "AMS-HT B 槽 3 上下料電機過載。" + }, + { + "ecode": "0707230000020015", + "intro": "AMS H 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "0703210000020014", + "intro": "AMS D 槽 2 里程輪無信號。" + }, + { + "ecode": "0700200000020013", + "intro": "AMS A槽1上下料電機無信號。" + }, + { + "ecode": "0704200000020016", + "intro": "AMS E槽1助力電機打滑。" + }, + { + "ecode": "0707210000020013", + "intro": "AMS H槽2上下料電機無信號。" + }, + { + "ecode": "1806230000020012", + "intro": "AMS-HT G 槽 4 上下料電機過載。" + }, + { + "ecode": "0704200000020014", + "intro": "AMS E 槽 1 里程輪無信號。" + }, + { + "ecode": "0704230000020016", + "intro": "AMS E 槽 4 助力電機打滑。" + }, + { + "ecode": "0703230000020013", + "intro": "AMS D 槽 4 上下料電機無信號。" + }, + { + "ecode": "0703220000020012", + "intro": "AMS D槽3上下料電機過載。" + }, + { + "ecode": "1805220000020012", + "intro": "AMS-HT F槽3上下料電機過載。" + }, + { + "ecode": "1807200000020012", + "intro": "AMS-HT H槽1上下料電機過載。" + }, + { + "ecode": "1802210000020013", + "intro": "AMS-HT C槽2上下料電機無信號。" + }, + { + "ecode": "1802230000020016", + "intro": "AMS-HT C 槽 4 助力電機打滑。" + }, + { + "ecode": "1803220000020014", + "intro": "AMS-HT D 槽 3 里程輪無信號。" + }, + { + "ecode": "0704200000020012", + "intro": "AMS E 槽 1 上下料電機過載。" + }, + { + "ecode": "0703220000020016", + "intro": "AMS D 槽 3 助力電機打滑。" + }, + { + "ecode": "1803200000020016", + "intro": "AMS-HT D 槽 1 助力電機打滑。" + }, + { + "ecode": "1807220000020012", + "intro": "AMS-HT H 槽 3 上下料電機過載。" + }, + { + "ecode": "1804230000020016", + "intro": "AMS-HT E 槽 4 助力電機打滑。" + }, + { + "ecode": "0706200000020013", + "intro": "AMS G 軸 1 的上下料馬達沒有信號。" + }, + { + "ecode": "1807230000020014", + "intro": "AMS-HT H 槽 4 里程輪無信號。" + }, + { + "ecode": "0701210000020014", + "intro": "AMS B 槽 2 里程輪無信號。" + }, + { + "ecode": "1806200000020012", + "intro": "AMS-HT G 槽 1 上下料電機過載。" + }, + { + "ecode": "0703200000020016", + "intro": "AMS D 槽 1 助力電機打滑。" + }, + { + "ecode": "0703220000020014", + "intro": "AMS D槽3里程輪無信號。" + }, + { + "ecode": "0704220000020013", + "intro": "AMS E 槽 3 上下料電機無訊號。" + }, + { + "ecode": "0703210000020013", + "intro": "AMS D 槽 2 上下料電機無訊號。" + }, + { + "ecode": "0701230000020013", + "intro": "AMS B槽4上下料電機無信號。" + }, + { + "ecode": "1804230000020014", + "intro": "AMS-HT E槽4里程輪無信號。" + }, + { + "ecode": "0701210000020016", + "intro": "AMS B槽2助力電機打滑。" + }, + { + "ecode": "1805220000020014", + "intro": "AMS-HT F槽3里程輪無信號。" + }, + { + "ecode": "1806210000020012", + "intro": "AMS-HT G槽2的上下料電機能力超載。" + }, + { + "ecode": "0704210000020013", + "intro": "AMS E 槽 2 上下料電機無信號。" + }, + { + "ecode": "1807210000020014", + "intro": "AMS-HT 的 H 槽 2 里程輪沒信號。" + }, + { + "ecode": "0705210000020016", + "intro": "AMS 的 F 槽 2 助力電機打滑。" + }, + { + "ecode": "0700210000020013", + "intro": "AMS A 槽 2 上下料電機無信號。" + }, + { + "ecode": "0702220000020012", + "intro": "AMS C 槽 3 上下料電機過載。" + }, + { + "ecode": "0705210000020015", + "intro": "AMS F 機 F 段 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0707200000020012", + "intro": "AMS H槽1上下料電機過載。" + }, + { + "ecode": "1800220000020016", + "intro": "AMS-HT A槽3號助力電機打滑。" + }, + { + "ecode": "0703220000020015", + "intro": "AMS D 槽 3 耗材感應器狀態異常。" + }, + { + "ecode": "0702210000020016", + "intro": "AMS C 槽 2 助力電機打滑。" + }, + { + "ecode": "0701220000020016", + "intro": "AMS B 槽 3 助力電機打滑。" + }, + { + "ecode": "0703200000020015", + "intro": "AMS D 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0700200000020014", + "intro": "AMS A槽1里程輪無信號。" + }, + { + "ecode": "0705200000020012", + "intro": "AMS F 槽 1 上下料電機過載。" + }, + { + "ecode": "0704230000020012", + "intro": "AMS E 槽 4 上下料電機過載。" + }, + { + "ecode": "0702200000020016", + "intro": "AMS C 槽 1 助力電機打滑。" + }, + { + "ecode": "1800200000020015", + "intro": "AMS-HT A 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0705230000020016", + "intro": "AMS F 槽 4 助力電機打滑。" + }, + { + "ecode": "1802220000020014", + "intro": "AMS-HT C 槽 3 里程輪無信號。" + }, + { + "ecode": "1804220000020015", + "intro": "AMS-HT E 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "1803200000020013", + "intro": "AMS-HT D 槽 1 上下料電機無信號。" + }, + { + "ecode": "0706200000020015", + "intro": "AMS G 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1800230000020013", + "intro": "AMS-HT A 槽 4 上下料電機無信號。" + }, + { + "ecode": "1801200000020014", + "intro": "AMS-HT B 槽 1 里程輪無信號。" + }, + { + "ecode": "1806210000020013", + "intro": "AMS-HT G 槽 2 上下料電機無信號。" + }, + { + "ecode": "1802200000020006", + "intro": "AMS-HT C 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1807200000020006", + "intro": "AMS-HT H 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1801200000020006", + "intro": "AMS-HT B 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0707200000020006", + "intro": "AMS H 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1806200000020006", + "intro": "AMS-HT G 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1800200000020006", + "intro": "AMS-HT A 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1805200000020006", + "intro": "AMS-HT F 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0706200000020006", + "intro": "AMS G 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0704200000020006", + "intro": "AMS E 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0702200000020006", + "intro": "AMS C 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "1805200000020025", + "intro": "AMS-HT F 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0705210000020025", + "intro": "AMS F 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1806210000020025", + "intro": "AMS-HT G 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力大。" + }, + { + "ecode": "0703230000020025", + "intro": "AMS D 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1807230000020025", + "intro": "AMS-HT H 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1800200000020025", + "intro": "AMS-HT A 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1806200000020025", + "intro": "AMS-HT G 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1807220000020025", + "intro": "AMS-HT H 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1806220000020025", + "intro": "AMS-HT G 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1806230000020025", + "intro": "AMS-HT G 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0707200000020025", + "intro": "AMS H 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0702210000020025", + "intro": "AMS C 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1805220000020025", + "intro": "AMS-HT F 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0703220000020025", + "intro": "AMS D 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "1803220000020025", + "intro": "AMS-HT D 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0704230000020025", + "intro": "AMS E 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大所引起。" + }, + { + "ecode": "0706220000020025", + "intro": "AMS G 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1804230000020025", + "intro": "AMS-HT E 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0704210000020025", + "intro": "AMS E 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0705230000020025", + "intro": "AMS F 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1803210000020015", + "intro": "AMS-HT D槽2耗材傳感器狀態異常。" + }, + { + "ecode": "0705230000020013", + "intro": "AMS F槽4上下料電機無信號。" + }, + { + "ecode": "0707230000020016", + "intro": "AMS H 槽 4 助力電機打滑。" + }, + { + "ecode": "0706200000020016", + "intro": "AMS G 槽 1 助力電機打滑。" + }, + { + "ecode": "0700220000020016", + "intro": "AMS A 槽 3 助力電機打滑。" + }, + { + "ecode": "1804220000020013", + "intro": "AMS-HT E 槽 3 上下料電機無信號。" + }, + { + "ecode": "1801210000020016", + "intro": "AMS-HT B 槽 2 助力電機打滑。" + }, + { + "ecode": "0704220000020016", + "intro": "AMS E 槽 3 助力電機打滑。" + }, + { + "ecode": "1805210000020013", + "intro": "AMS-HT F 槽 2 上下料電機無信號。" + }, + { + "ecode": "0706210000020014", + "intro": "AMS G 槽 2 里程輪無信號。" + }, + { + "ecode": "0701220000020014", + "intro": "AMS B 槽 3 里程輪無信號,這可能是由於里程表連接器接觸不良或里程輪故障。" + }, + { + "ecode": "1800220000020014", + "intro": "AMS-HT A 槽 3 里程輪無信號。" + }, + { + "ecode": "1802210000020016", + "intro": "AMS-HT C 槽 2 助力電機打滑。" + }, + { + "ecode": "0704200000020015", + "intro": "AMS E 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0700230000020014", + "intro": "AMS A 槽 4 里程輪無信號。" + }, + { + "ecode": "0702200000020013", + "intro": "AMS C槽1上下料電機無信號。" + }, + { + "ecode": "1802210000020014", + "intro": "AMS-HT C槽2里程輪無信號。" + }, + { + "ecode": "0707210000020016", + "intro": "AMS H 槽 2 助力電機打滑。" + }, + { + "ecode": "0703210000020012", + "intro": "AMS D 槽 2 上下料電機過載。" + }, + { + "ecode": "1806200000020014", + "intro": "AMS-HT G 槽 1 里程輪無信號。" + }, + { + "ecode": "0704210000020012", + "intro": "AMS E 槽 2 上下料電機過載。" + }, + { + "ecode": "0706210000020012", + "intro": "AMS G 槽 2 上下料電機過載。" + }, + { + "ecode": "0707230000020014", + "intro": "AMS H 槽 4 里程輪無信號。" + }, + { + "ecode": "0700210000020012", + "intro": "AMS A 槽 2 上下料電機過載。" + }, + { + "ecode": "0705220000020015", + "intro": "AMS F 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "1800210000020012", + "intro": "AMS-HT A 槽 2 上下料電機過載。" + }, + { + "ecode": "1805210000020015", + "intro": "AMS-HT F 槽2號耗材感應器狀態異常。" + }, + { + "ecode": "0703230000020015", + "intro": "AMS D 槽4號耗材感應器狀態異常。" + }, + { + "ecode": "0703200000020014", + "intro": "AMS D 槽 1 里程輪無信號。" + }, + { + "ecode": "1805210000020012", + "intro": "AMS-HT F 槽 2 上下料電機過載。" + }, + { + "ecode": "0706210000020016", + "intro": "AMS G 槽 2 助力電機打滑。" + }, + { + "ecode": "0705200000020016", + "intro": "AMS F 槽 1 助力電機打滑。" + }, + { + "ecode": "0704220000020014", + "intro": "AMS E 槽 3 里程輪無信號。" + }, + { + "ecode": "1804210000020012", + "intro": "AMS-HT 的 E 槽 2 上下料電機過載。" + }, + { + "ecode": "1807200000020016", + "intro": "AMS-HT H 槽 1 助力電機打滑。" + }, + { + "ecode": "0705210000020012", + "intro": "AMS F 槽 2 上下料電機過載。" + }, + { + "ecode": "0704210000020016", + "intro": "AMS E 槽 2 助力電機打滑。" + }, + { + "ecode": "1803230000020012", + "intro": "AMS-HT D槽4上下料電機過載。" + }, + { + "ecode": "0700200000020016", + "intro": "AMS A槽1助力電機打滑。" + }, + { + "ecode": "1801220000020016", + "intro": "AMS-HT B 槽 3 助力電機打滑。" + }, + { + "ecode": "0706210000020013", + "intro": "AMS G 槽 2 上下料電機無信號。" + }, + { + "ecode": "1807200000020015", + "intro": "AMS-HT H 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0703200000020012", + "intro": "AMS D 槽 1 上下料電機過載。" + }, + { + "ecode": "1806220000020013", + "intro": "AMS-HT G槽3上下料馬達無信號。" + }, + { + "ecode": "1802230000020012", + "intro": "AMS-HT C槽4上下料馬達過載。" + }, + { + "ecode": "1801220000020014", + "intro": "AMS-HT B槽3 里程輪無信號。" + }, + { + "ecode": "1802220000020015", + "intro": "AMS-HT C 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0706230000020012", + "intro": "AMS G 槽 4 上下料電機過載。" + }, + { + "ecode": "1804210000020016", + "intro": "AMS-HT E 槽 2 助力電機打滑。" + }, + { + "ecode": "1806220000020015", + "intro": "AMS-HT G槽3 耗材傳感器狀態異常。" + }, + { + "ecode": "1805230000020015", + "intro": "AMS-HT F 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1802230000020015", + "intro": "AMS-HT C 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1806210000020015", + "intro": "AMS-HT G 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0702210000020015", + "intro": "AMS C 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0703210000020016", + "intro": "AMS D 槽 2 助力電機打滑。" + }, + { + "ecode": "0704230000020015", + "intro": "AMS E 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1806200000020013", + "intro": "AMS-HT G 槽 1 上下料電機無信號。" + }, + { + "ecode": "0701220000020013", + "intro": "AMS B 槽 3 上下料電機無信號。" + }, + { + "ecode": "1805210000020016", + "intro": "AMS-HT F槽2助力電機打滑。" + }, + { + "ecode": "0705220000020013", + "intro": "AMS F槽3上下料電機無信號。" + }, + { + "ecode": "1805200000020014", + "intro": "AMS-HT F槽1裡程輪無信號。" + }, + { + "ecode": "1804200000020012", + "intro": "AMS-HT E槽1上下料電機過載。" + }, + { + "ecode": "0703220000020013", + "intro": "AMS D槽3上下料電機無信號。" + }, + { + "ecode": "0700230000020013", + "intro": "AMS A槽4上下料電機無信號。" + }, + { + "ecode": "1807210000020013", + "intro": "AMS-HT H槽2上下料電機無信號。" + }, + { + "ecode": "0707220000020012", + "intro": "AMS H 槽 3 上下料電機過載。" + }, + { + "ecode": "0707220000020015", + "intro": "AMS H 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0700230000020016", + "intro": "AMS A 槽 4 助力電機打滑。" + }, + { + "ecode": "0701230000020015", + "intro": "AMS B 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1801200000020016", + "intro": "AMS-HT B 槽 1 助力電機打滑。請拔出耗材,剪掉磨損部分,然後重試。" + }, + { + "ecode": "0707220000020014", + "intro": "AMS H 槽 3 里程輪無信號。" + }, + { + "ecode": "0701210000020012", + "intro": "AMS B 槽 2 上下料電機過載。" + }, + { + "ecode": "1807220000020016", + "intro": "AMS-HT H 槽 3 助力電機打滑。" + }, + { + "ecode": "1800210000020015", + "intro": "AMS-HT A 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "0706230000020014", + "intro": "AMS G 槽 4 里程輪無信號。" + }, + { + "ecode": "0702210000020013", + "intro": "AMS C 軸 2 的上下料馬達沒有信號。" + }, + { + "ecode": "1806200000020016", + "intro": "AMS-HT G 軸 1 的助力馬達打滑。" + }, + { + "ecode": "0706200000020014", + "intro": "AMS G 槽 1 里程輪無信號。" + }, + { + "ecode": "1803230000020014", + "intro": "AMS-HT D 槽 4 里程輪無信號。" + }, + { + "ecode": "1805200000020015", + "intro": "AMS-HT F 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1801210000020015", + "intro": "AMS-HT B 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "1800200000020013", + "intro": "AMS-HT A 槽 1 上下料電機無信號。" + }, + { + "ecode": "1801210000020014", + "intro": "AMS-HT B 槽 2 里程輪無信號。" + }, + { + "ecode": "0705220000020016", + "intro": "AMS F 槽 3 助力電機打滑。" + }, + { + "ecode": "0701200000020016", + "intro": "AMS B槽1助力電機打滑。" + }, + { + "ecode": "1806230000020016", + "intro": "AMS-HT G 槽 4 助力電機打滑。" + }, + { + "ecode": "0701230000020014", + "intro": "AMS B 槽 4 里程輪無信號。" + }, + { + "ecode": "1801200000020013", + "intro": "AMS-HT B 槽 1 上下料電機無信號。" + }, + { + "ecode": "1804230000020015", + "intro": "AMS-HT E 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1805200000020012", + "intro": "AMS-HT F 槽 1 上下料電機過載。" + }, + { + "ecode": "0702200000020015", + "intro": "AMS C 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0702230000020012", + "intro": "AMS C 槽 4 上下料電機過載。" + }, + { + "ecode": "0702220000020015", + "intro": "AMS C 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "1803200000020014", + "intro": "AMS-HT D槽1里程輪無信號。" + }, + { + "ecode": "1805230000020016", + "intro": "AMS-HT F槽4助力電機打滑。" + }, + { + "ecode": "1800200000020016", + "intro": "AMS-HT A槽1助力電機打滑。" + }, + { + "ecode": "1802230000020014", + "intro": "AMS-HT C槽4里程輪無信號。" + }, + { + "ecode": "1801220000020013", + "intro": "AMS-HT B 槽 3 上下料電機無信號。" + }, + { + "ecode": "1804210000020014", + "intro": "AMS-HT E 槽 2 里程輪無信號。" + }, + { + "ecode": "1806220000020016", + "intro": "AMS-HT 的 G 槽 3 輔助電動機打滑。" + }, + { + "ecode": "0702230000020013", + "intro": "AMS C 槽 4 上下料電機無信號。" + }, + { + "ecode": "0702220000020016", + "intro": "AMS C 槽 3 助力電機打滑。" + }, + { + "ecode": "1801230000020013", + "intro": "AMS-HT B 槽 4 上下料電機無信號。" + }, + { + "ecode": "0705230000020015", + "intro": "AMS F 機 F 段 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1802210000020015", + "intro": "AMS-HT C槽2號耗材感應器狀態異常。" + }, + { + "ecode": "0701220000020012", + "intro": "AMS B 槽3 上下料電機過載。" + }, + { + "ecode": "0706220000020014", + "intro": "AMS G 槽 3 里程輪無訊號。" + }, + { + "ecode": "0706220000020016", + "intro": "AMS G 槽 3 助力電機打滑。" + }, + { + "ecode": "1800210000020013", + "intro": "AMS-HT A 槽 2 上下料電機無信號。" + }, + { + "ecode": "1807230000020013", + "intro": "AMS-HT H 槽 4 上下料電機無信號。" + }, + { + "ecode": "0705200000020014", + "intro": "AMS F 槽 1 里程轉輪無信號。" + }, + { + "ecode": "1803210000020014", + "intro": "AMS-HT D 槽 2 里程轉輪無信號。" + }, + { + "ecode": "0707220000020013", + "intro": "AMS H 槽 3 上下料電機無信號。" + }, + { + "ecode": "0705200000020013", + "intro": "AMS F 槽 1 上下料電機無信號。" + }, + { + "ecode": "0705210000020013", + "intro": "AMS F 槽 2 上下料電機無信號。" + }, + { + "ecode": "1804230000020012", + "intro": "AMS-HT E 槽 4 上下料電機過載。" + }, + { + "ecode": "0706210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1800210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1803230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0702230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0703230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1806210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1806220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT G到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1804220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT E到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0705230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1802230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT C到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1803210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT D到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0700230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "07FFA00000020001", + "intro": "噴嘴冷拉程序已超時。請點擊“重試”,然後手動拉出填充物。" + }, + { + "ecode": "0707230000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1805210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0700220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS A到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1807220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT H到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1801210000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0701220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1801220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS-HT B到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "0705220000020006", + "intro": "進料過程中檢測到特氟龍管斷開,請檢查從AMS F到擠出機的特氟龍管是否接好。" + }, + { + "ecode": "1803200000020006", + "intro": "AMS-HT D 在進料過程中檢測到 PTFE 管斷開。請檢查 AMS 內外 PTFE 管是否脫落或損壞。" + }, + { + "ecode": "0701230000020016", + "intro": "AMS B槽4助力電機打滑。" + }, + { + "ecode": "1807200000020014", + "intro": "AMS-HT H 槽 1 里程輪無信號。" + }, + { + "ecode": "0703230000020014", + "intro": "AMS D 槽 4 里程輪無信號。" + }, + { + "ecode": "1803210000020013", + "intro": "AMS-HT D 槽 2 上下料電機無信號。" + }, + { + "ecode": "1807230000020016", + "intro": "AMS-HT H 槽 4 助力電機打滑。" + }, + { + "ecode": "0702210000020012", + "intro": "AMS C 槽 2 上下料電機過載。" + }, + { + "ecode": "1806230000020014", + "intro": "AMS-HT G槽4里程輪無信號。" + }, + { + "ecode": "0707210000020012", + "intro": "AMS H槽2上下料電機過載。" + }, + { + "ecode": "0706230000020016", + "intro": "AMS G 槽 4 助力電機打滑。" + }, + { + "ecode": "0701200000020014", + "intro": "AMS B 槽 1 里程輪無信號。" + }, + { + "ecode": "0702220000020013", + "intro": "AMS C 槽 3 上下料電機無信號。" + }, + { + "ecode": "0706220000020013", + "intro": "AMS G 槽 3 上下料電機無信號。" + }, + { + "ecode": "1803200000020012", + "intro": "AMS-HT D 槽 1 上下料電機過載。" + }, + { + "ecode": "0707200000020016", + "intro": "AMS H 槽 1 助力電機打滑。" + }, + { + "ecode": "1805220000020013", + "intro": "AMS-HT F 槽 3 上下料電機無信號。" + }, + { + "ecode": "1800200000020012", + "intro": "AMS-HT A 槽 1 上下料電機過載。" + }, + { + "ecode": "0707210000020014", + "intro": "AMS H槽2里程輪無信號。" + }, + { + "ecode": "0705210000020014", + "intro": "AMS F槽2里程輪無信號。" + }, + { + "ecode": "0702220000020014", + "intro": "AMS C槽3里程輪無信號。" + }, + { + "ecode": "1803230000020016", + "intro": "AMS-HT D 槽 4 助力電機打滑。" + }, + { + "ecode": "0705220000020014", + "intro": "AMS F 槽 3 里程輪無信號。" + }, + { + "ecode": "1801210000020013", + "intro": "AMS-HT B 槽 2 上下料電機無信號。" + }, + { + "ecode": "1804220000020014", + "intro": "AMS-HT E 槽 3 里程輪無信號。" + }, + { + "ecode": "1807220000020013", + "intro": "AMS-HT H 槽 3 上下料電機無信號。" + }, + { + "ecode": "1803210000020016", + "intro": "AMS-HT D 槽 2 助力電機打滑。" + }, + { + "ecode": "1807230000020015", + "intro": "AMS-HT H 槽 4 耗材傳感器狀態異常。" + }, + { + "ecode": "1801200000020012", + "intro": "AMS-HT B 槽 1 上下料電機過載。" + }, + { + "ecode": "0700230000020015", + "intro": "AMS A槽4耗材傳感器狀態異常。" + }, + { + "ecode": "1805230000020012", + "intro": "AMS-HT F槽4的上下料電機能力超載。" + }, + { + "ecode": "0705230000020014", + "intro": "AMS F 槽 4 里程輪無信號。" + }, + { + "ecode": "1806210000020016", + "intro": "AMS-HT G 槽 2 助力電機打滑。" + }, + { + "ecode": "1807210000020012", + "intro": "AMS-HT H 槽 2 上下料電機過載。" + }, + { + "ecode": "1805230000020014", + "intro": "AMS-HT F 槽4 里程輪無信號。" + }, + { + "ecode": "0701210000020013", + "intro": "AMS B槽2上下料電機無信號。" + }, + { + "ecode": "1801210000020012", + "intro": "AMS-HT B 槽 2 上下料電機過載。" + }, + { + "ecode": "0706200000020012", + "intro": "AMS G 槽 1 上下料電機過載。" + }, + { + "ecode": "0700200000020015", + "intro": "AMS A 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "0705220000020012", + "intro": "AMS F 槽 3 上下料電機過載。" + }, + { + "ecode": "1802210000020012", + "intro": "AMS-HT C 槽 2 上下料電機過載。" + }, + { + "ecode": "1804220000020016", + "intro": "AMS-HT E 槽 3 助力電機打滑。" + }, + { + "ecode": "0702200000020014", + "intro": "AMS C槽1里程輪無信號。" + }, + { + "ecode": "0701200000020015", + "intro": "AMS B 槽 1 耗材傳感器狀態異常。" + }, + { + "ecode": "1804230000020013", + "intro": "AMS-HT E 槽 4 上下料電機無信號。" + }, + { + "ecode": "0704210000020015", + "intro": "AMS E 槽 2 耗材傳感器狀態異常。" + }, + { + "ecode": "1803220000020015", + "intro": "AMS-HT D 槽 3 耗材傳感器狀態異常。" + }, + { + "ecode": "0702230000020025", + "intro": "AMS C 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1800210000020025", + "intro": "AMS-HT A 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0702220000020025", + "intro": "AMS C 槽 3 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1802210000020025", + "intro": "AMS-HT C 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1805210000020025", + "intro": "AMS-HT F 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0703210000020025", + "intro": "AMS D 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "0706200000020025", + "intro": "AMS G 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "1803230000020025", + "intro": "AMS-HT D 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "1802230000020025", + "intro": "AMS-HT C 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "0703200000020025", + "intro": "AMS D 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "0701230000020025", + "intro": "AMS B 槽 4 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "0700200000020025", + "intro": "AMS A 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯旋轉阻力太大。" + }, + { + "ecode": "0702200000020025", + "intro": "AMS C 槽 1 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力太大。" + }, + { + "ecode": "1803210000020025", + "intro": "AMS-HT D 槽 2 進料阻力太大,可能是進料管彎曲、太長或閥芯轉動阻力大。" + }, + { + "ecode": "18FF700000020008", + "intro": "無法取得AMS映射表;請選擇「恢復」重試。" + }, + { + "ecode": "07FF700000020008", + "intro": "無法取得AMS映射表;請選擇「恢復」重試。" + }, + { + "ecode": "07FE700000020008", + "intro": "無法取得AMS映射表;請選擇「恢復」重試。" + }, + { + "ecode": "18FE700000020008", + "intro": "無法取得AMS映射表;請選擇「恢復」重試。" + }, + { + "ecode": "03002C0000010001", + "intro": "在熱床下檢測到障礙物。請將其移除以確保正確列印。" + }, + { + "ecode": "0300930000010006", + "intro": "腔溫異常,進氣口處的腔溫溫度傳感器可能開路。" + }, + { + "ecode": "0300930000010005", + "intro": "腔溫異常,腔溫溫度傳感器可能短路。" + }, + { + "ecode": "0700400000020001", + "intro": "AMS A 緩衝區位置信號丟失,可能連接線異常或位置傳感器異常。" + }, + { + "ecode": "1800400000020001", + "intro": "AMS-HT A 緩衝區位置信號丟失,可能連接線異常或位置傳感器異常。" + }, + { + "ecode": "1803400000020001", + "intro": "AMS-HT D 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0701400000020001", + "intro": "AMS B 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "050003000001000E", + "intro": "某些外接模組與列印機的韌體版本不相容,可能會影響正常運作。請在連接網路的情況下前往「韌體」頁面進行升級。" + }, + { + "ecode": "1801400000020001", + "intro": "AMS-HT B 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0705400000020001", + "intro": "AMS F 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "1805400000020001", + "intro": "AMS-HT F 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0706400000020001", + "intro": "AMS G 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0702400000020001", + "intro": "AMS C 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0703400000020001", + "intro": "AMS D 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0704400000020001", + "intro": "AMS E 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0707400000020001", + "intro": "AMS H 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "1806400000020001", + "intro": "AMS-HT G 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "1802400000020001", + "intro": "AMS-HT C 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "1804400000020001", + "intro": "AMS-HT E 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "1807400000020001", + "intro": "AMS-HT H 耗材緩衝器位置訊號遺失:可能是線纜或位置感測器故障。" + }, + { + "ecode": "0700900000010002", + "intro": "AMS A 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0701910000010002", + "intro": "AMS B 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0703900000010002", + "intro": "AMS D 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0702910000010002", + "intro": "AMS C 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0701900000010002", + "intro": "AMS B 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0703910000010002", + "intro": "AMS D 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0702900000010002", + "intro": "AMS C 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞。" + }, + { + "ecode": "1804910000010002", + "intro": "AMS-HT E 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1801910000010002", + "intro": "AMS-HT B 排氣風門2線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1806900000010002", + "intro": "AMS-HT G 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1805910000010002", + "intro": "AMS-HT F 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1807900000010002", + "intro": "AMS-HT H 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1805900000010002", + "intro": "AMS-HT F 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1800900000010002", + "intro": "AMS-HT A 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0704900000010002", + "intro": "AMS E 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1800910000010002", + "intro": "AMS-HT A 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1802900000010002", + "intro": "AMS-HT C 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0705910000010002", + "intro": "AMS F 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0707900000010002", + "intro": "AMS H 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0706910000010002", + "intro": "AMS G 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1807910000010002", + "intro": "AMS-HT H 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0707910000010002", + "intro": "AMS H 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1802910000010002", + "intro": "AMS-HT C 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1804900000010002", + "intro": "AMS-HT E 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0705900000010002", + "intro": "AMS F 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0706900000010002", + "intro": "AMS G 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0704910000010002", + "intro": "AMS E 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1801900000010002", + "intro": "AMS-HT B 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞。" + }, + { + "ecode": "1803900000010002", + "intro": "AMS-HT D 排氣風門 1 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1803910000010002", + "intro": "AMS-HT D 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1806910000010002", + "intro": "AMS-HT G 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "0700910000010002", + "intro": "AMS A 排氣風門 2 的線圈電阻異常,可能是由於配線異常或損壞所致。" + }, + { + "ecode": "1801200000020023", + "intro": "AMS-HT B 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1804200000020023", + "intro": "AMS-HT E 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0707220000020023", + "intro": "AMS H 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0700230000020023", + "intro": "AMS A 槽 4 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0701230000020023", + "intro": "AMS B 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1803200000020023", + "intro": "AMS-HT D 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1802200000020023", + "intro": "AMS-HT C 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0707210000020023", + "intro": "AMS H槽2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1801230000020023", + "intro": "AMS-HT B 槽 4 AMS 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0706200000020023", + "intro": "AMS G 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1806220000020023", + "intro": "AMS-HT G 槽 3 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0706220000020023", + "intro": "AMS G 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1806210000020023", + "intro": "AMS-HT G 插槽 2 AMS 內部的管子損壞,或出料霍爾傳感器故障,無法檢測耗材。" + }, + { + "ecode": "1802230000020023", + "intro": "AMS-HT C 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1805220000020023", + "intro": "AMS-HT F槽3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1800220000020023", + "intro": "AMS-HT A 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0707200000020023", + "intro": "AMS H 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1805210000020023", + "intro": "AMS-HT F 槽 2 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0703230000020023", + "intro": "AMS D 槽 4 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1804230000020023", + "intro": "AMS-HT E 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0704230000020023", + "intro": "AMS E 機台 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0704210000020023", + "intro": "AMS E 機台 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1807210000020023", + "intro": "AMS-HT H 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1807220000020023", + "intro": "AMS-HT H 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0707230000020023", + "intro": "AMS H 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0702210000020023", + "intro": "AMS C 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1802210000020023", + "intro": "AMS-HT C 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0704220000020023", + "intro": "AMS E槽3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0701210000020023", + "intro": "AMS B 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1800230000020023", + "intro": "AMS-HT A 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0701220000020023", + "intro": "AMS B 槽 3 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1807200000020023", + "intro": "AMS-HT H 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0701200000020023", + "intro": "AMS B 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1800200000020023", + "intro": "AMS-HT A 槽 1 AMS 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0705200000020023", + "intro": "AMS F 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0705230000020023", + "intro": "AMS F 槽 4 內部料管脱落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0700210000020023", + "intro": "AMS A 槽 2 AMS內部料管脱落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1801220000020023", + "intro": "AMS-HT B 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0705210000020023", + "intro": "AMS F 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0704200000020023", + "intro": "AMS E 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1803210000020023", + "intro": "AMS-HT D 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1803220000020023", + "intro": "AMS-HT D 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0702230000020023", + "intro": "AMS C 軸 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0706230000020023", + "intro": "AMS G 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0700220000020023", + "intro": "AMS A 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0705220000020023", + "intro": "AMS F 槽 3 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1807230000020023", + "intro": "AMS-HT H 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0706210000020023", + "intro": "AMS G 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0702200000020023", + "intro": "AMS C 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0703200000020023", + "intro": "AMS D 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1805230000020023", + "intro": "AMS-HT F 槽 4內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1804220000020023", + "intro": "AMS-HT E 槽 3內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1806230000020023", + "intro": "AMS-HT G 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1804210000020023", + "intro": "AMS-HT E 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1801210000020023", + "intro": "AMS-HT B 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0703220000020023", + "intro": "AMS D 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0700200000020023", + "intro": "AMS A 槽 1 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1800210000020023", + "intro": "AMS-HT A 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0702220000020023", + "intro": "AMS C 機 C 段 3 AMS 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1805200000020023", + "intro": "AMS-HT F 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1803230000020023", + "intro": "AMS-HT D 槽 4 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "1802220000020023", + "intro": "AMS-HT C 槽 3 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0703210000020023", + "intro": "AMS D 槽 2 內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。。" + }, + { + "ecode": "1806200000020023", + "intro": "AMS-HT G 槽 1 AMS內部料管脫落,或出料霍爾感知器故障,無法偵測到耗材。" + }, + { + "ecode": "0C00040000020026", + "intro": "即時取景相機初始化失敗,部分 AI 功能(如義大利麵條偵測)將會停用。請重新啟動印表機。如果問題仍然存在,請聯絡客戶支援。" + }, + { + "ecode": "050001000001000A", + "intro": "" + }, + { + "ecode": "0500060000020003", + "intro": "BirdsEye 攝像頭未就位; 請檢查硬體連接。" + }, + { + "ecode": "0C0003000002001C", + "intro": "檢測到可能發生了裹頭。" + }, + { + "ecode": "030001000003000F", + "intro": "室內溫度目前很高,加熱床慢慢冷卻。建議打開頂蓋或前門以加速冷卻過程。" + }, + { + "ecode": "0300930000010004", + "intro": "腔體溫異常,風口溫度感應器可能斷路。" + }, + { + "ecode": "0500030000010004", + "intro": "緩衝器模組發生故障。請重新啟動設備。" + }, + { + "ecode": "0700980000020001", + "intro": "AMS A 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0583040000010045", + "intro": "AMS-HT D 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "1803980000020001", + "intro": "AMS-HT D 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0703980000020001", + "intro": "AMS D 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0705980000020001", + "intro": "AMS F 電源適配器電壓過低,可能導致乾燥溫度不足。請更換電源適配器。" + }, + { + "ecode": "0582040000010045", + "intro": "AMS-HT C 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0703980000020002", + "intro": "AMS D 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0706980000020002", + "intro": "AMS G 電源適配器電壓過高,可能會損壞加熱器電路。請更換電源適配器。" + }, + { + "ecode": "0586040000010045", + "intro": "AMS-HT G 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0700980000020002", + "intro": "AMS A 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0502050000010014", + "intro": "AMS C 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0702980000020002", + "intro": "AMS C 電源適配器電壓過高,可能會損壞加熱器電路。請更換電源適配器。" + }, + { + "ecode": "1802980000020002", + "intro": "AMS-HT C 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0704980000020001", + "intro": "AMS E 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0706980000020001", + "intro": "AMS G 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0502040000010044", + "intro": "AMS C 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0585040000010045", + "intro": "AMS-HT F 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0501050000010014", + "intro": "AMS B 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0585050000010017", + "intro": "AMS-HT F認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "1807980000020002", + "intro": "AMS-HT H 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0587040000010045", + "intro": "AMS-HT H 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "1802980000020001", + "intro": "AMS-HT C 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0586050000010017", + "intro": "AMS-HT G 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0707980000020002", + "intro": "AMS H 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0701980000020001", + "intro": "AMS B 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0503050000010014", + "intro": "AMS D 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0503040000010044", + "intro": "AMS D 的韌體與印表機不符。請在「韌體」頁面進行更新。" + }, + { + "ecode": "1800980000020002", + "intro": "AMS-HT A 電源適配器電壓過高,可能會損壞加熱器電路。請更換電源適配器。" + }, + { + "ecode": "1801980000020001", + "intro": "AMS-HT B 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0500050000010014", + "intro": "AMS A 認證失敗。請重新連接纜線或重新啟動印表機。" + }, + { + "ecode": "0701980000020002", + "intro": "AMS B 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0581040000010045", + "intro": "AMS-HT B 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0707980000020001", + "intro": "AMS H 電源適配器電壓過低,可能導致乾燥溫度不足。請更換電源適配器。" + }, + { + "ecode": "1800980000020001", + "intro": "AMS-HT A 電源適配器電壓過低,可能導致乾燥溫度不足。請更換電源適配器。" + }, + { + "ecode": "1804980000020002", + "intro": "AMS-HT E 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0702980000020001", + "intro": "AMS C 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "1801980000020002", + "intro": "AMS-HT B 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "1807980000020001", + "intro": "AMS-HT H 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0501040000010044", + "intro": "AMS B 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0580040000010045", + "intro": "AMS-HT A 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0584040000010045", + "intro": "AMS-HT E 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "1805980000020001", + "intro": "AMS-HT F 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0584050000010017", + "intro": "AMS-HT E 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0587050000010017", + "intro": "AMS-HT H 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0500040000010044", + "intro": "AMS A 的韌體與印表機不符。請在「韌體」頁面上更新它。" + }, + { + "ecode": "0581050000010017", + "intro": "AMS-HT B 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "1804980000020001", + "intro": "AMS-HT E 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "0704980000020002", + "intro": "AMS E 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0582050000010017", + "intro": "AMS-HT C 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0580050000010017", + "intro": "AMS-HT A 認證失敗。請重新連接電纜或重新啟動印表機。" + }, + { + "ecode": "0705980000020002", + "intro": "AMS F 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "1805980000020002", + "intro": "AMS-HT F 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0583050000010017", + "intro": "AMS-HT D 認證失敗。請重新連接纜線或重新啟動印表機。" + }, + { + "ecode": "1803980000020002", + "intro": "AMS-HT D 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "1806980000020001", + "intro": "AMS-HT G 電源轉接器電壓過低,可能導致烘乾溫度不夠。請更換電源供應器。" + }, + { + "ecode": "1806980000020002", + "intro": "AMS-HT G 電源轉接器電壓過高,可能損壞加熱器電路。請更換電源供應器。" + }, + { + "ecode": "0C00010000010018", + "intro": "" + }, + { + "ecode": "0C00040000010025", + "intro": "設備發生故障;請重新啟動。" + }, + { + "ecode": "0C00040000030018", + "intro": "模切刀偏移校準失敗,本次切割可能存在誤差。請檢查切割刀尖是否已磨損。可查閱Wiki獲得詳細解決方案。" + }, + { + "ecode": "0C00040000020023", + "intro": "測厚失敗,工具頭攝像頭未識別到材料表面。" + }, + { + "ecode": "0500040000020043", + "intro": "工具頭攝像頭髒污或被遮擋,請清理後繼續。" + }, + { + "ecode": "03000F0000010001", + "intro": "檢測到加速度計資料異常,請嘗試重新啟動機器。" + }, + { + "ecode": "0500020000020008", + "intro": "時間同步失敗" + }, + { + "ecode": "1806930000020003", + "intro": "AMS-HT G 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1806920000020003", + "intro": "AMS-HT G 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0707920000020003", + "intro": "AMS H 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0705920000020003", + "intro": "AMS F 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0701930000020003", + "intro": "AMS B 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0704930000020003", + "intro": "AMS E 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0505050000010010", + "intro": "AMS F 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0501050000010010", + "intro": "AMS B 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0507050000010010", + "intro": "AMS H 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0582050000010010", + "intro": "AMS-HT C 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0584050000010010", + "intro": "AMS-HT E 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0587050000010010", + "intro": "AMS-HT H 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0586050000010010", + "intro": "AMS-HT G 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0585050000010010", + "intro": "AMS-HT F 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0580050000010010", + "intro": "AMS-HT A 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "050005000001000F", + "intro": "附件韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0502050000010010", + "intro": "AMS C 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0506050000010010", + "intro": "AMS G 的韌體與印表機不匹配。請在「韌體」 頁面上進行升級。" + }, + { + "ecode": "0504050000010010", + "intro": "AMS E 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0503050000010010", + "intro": "AMS D 的韌體與印表機不匹配。請在「韌體」 頁面上進行升級。" + }, + { + "ecode": "0706930000020003", + "intro": "AMS G 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1807920000020003", + "intro": "AMS-HT H 加熱器 1 冷卻風扇無法啟動,請連接電源轉接器。" + }, + { + "ecode": "1800920000020003", + "intro": "AMS-HT A 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0706920000020003", + "intro": "AMS G 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0702920000020003", + "intro": "AMS C 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1801920000020003", + "intro": "AMS-HT B 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0704920000020003", + "intro": "AMS E 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1805920000020003", + "intro": "AMS-HT F 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1804920000020003", + "intro": "AMS-HT E 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0703930000020003", + "intro": "AMS D 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1804930000020003", + "intro": "AMS-HT E 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0707930000020003", + "intro": "AMS H 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1807930000020003", + "intro": "AMS-HT H 加熱器 2 冷卻風扇無法啟動,請連接電源轉接器。" + }, + { + "ecode": "0703920000020003", + "intro": "AMS D 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0700930000020003", + "intro": "AMS A 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1805930000020003", + "intro": "AMS-HT F 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0702930000020003", + "intro": "AMS C 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1802920000020003", + "intro": "AMS-HT C 加熱器 1 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1803930000020003", + "intro": "AMS-HT D 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1803920000020003", + "intro": "AMS-HT D 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1800930000020003", + "intro": "AMS-HT A 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0705930000020003", + "intro": "AMS F 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0701920000020003", + "intro": "AMS B 加熱器 1 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0700920000020003", + "intro": "AMS A 加熱器 1 冷卻風扇無法啟動,因為未連接電源適配器。" + }, + { + "ecode": "1802930000020003", + "intro": "AMS-HT C 加熱器 2 冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "1801930000020003", + "intro": "AMS-HT B 加熱器 2 的冷卻風扇無法啟動,請連接電源適配器。" + }, + { + "ecode": "0500050000010010", + "intro": "AMS A 的韌體與印表機不符。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0583050000010010", + "intro": "AMS-HT D 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0581050000010010", + "intro": "AMS-HT B 的韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0500040000020034", + "intro": "檢測到激光組件首次接入。為確保激光雕刻精度,請在使用前進行初始化,預計耗時約 4 分鐘。同時,請確認已拆除打印機背部的 H2.0 氣泵螺釘。" + }, + { + "ecode": "1804200000010084", + "intro": "讀取AMS-HT E槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1802210000010081", + "intro": "讀取AMS-HT C槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "1803230000010081", + "intro": "讀取AMS-HT D槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "1804200000010081", + "intro": "讀取AMS-HT E槽位1的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0700230000010084", + "intro": "讀取AMS A槽位4的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1804200000010083", + "intro": "讀取AMS-HT E槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0706220000010086", + "intro": "讀取AMS G槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0701230000010086", + "intro": "讀取AMS B槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803230000010083", + "intro": "讀取AMS-HT D槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0701210000010086", + "intro": "讀取AMS B槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0702220000010085", + "intro": "讀取AMS C槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802220000010086", + "intro": "讀取AMS-HT C槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0705220000010086", + "intro": "讀取AMS F槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1807200000010084", + "intro": "讀取AMS-HT H槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0705230000010086", + "intro": "讀取AMS F槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806200000010085", + "intro": "讀取AMS-HT G槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707200000010083", + "intro": "讀取AMS H槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0704210000010084", + "intro": "讀取AMS E槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0706220000010083", + "intro": "讀取AMS G槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0701220000010082", + "intro": "讀取AMS B槽位3的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1806200000010086", + "intro": "讀取AMS-HT G槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1807220000010081", + "intro": "讀取AMS-HT H槽位3的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0703230000010081", + "intro": "讀取AMS D槽位4的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1806200000010081", + "intro": "讀取AMS-HT G槽位1的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1801210000010081", + "intro": "讀取AMS-HT B槽位2的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0703210000010082", + "intro": "讀取AMS D槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0703210000010085", + "intro": "讀取AMS D槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0700220000010084", + "intro": "讀取AMS A槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0703200000010081", + "intro": "讀取AMS D槽位1的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1804210000010084", + "intro": "讀取AMS-HT E槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1807200000010081", + "intro": "讀取AMS-HT H槽位1的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1804220000010086", + "intro": "讀取AMS-HT E槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0703230000010083", + "intro": "讀取AMS D槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0701220000010085", + "intro": "讀取AMS B槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707200000010085", + "intro": "讀取AMS H槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806230000010081", + "intro": "讀取AMS-HT G槽位4的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0701210000010083", + "intro": "讀取AMS B槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0703200000010085", + "intro": "讀取AMS D槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0705210000010086", + "intro": "讀取AMS F槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0702210000010085", + "intro": "讀取AMS C槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1807200000010083", + "intro": "讀取AMS-HT H槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800220000010083", + "intro": "讀取AMS-HT A槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1806230000010085", + "intro": "讀取AMS-HT G槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1801230000010083", + "intro": "讀取AMS-HT B槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1805230000010083", + "intro": "讀取AMS-HT F槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800200000010082", + "intro": "讀取AMS-HT A槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0704210000010083", + "intro": "讀取AMS E槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1804210000010082", + "intro": "讀取AMS-HT E槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1805220000010084", + "intro": "讀取AMS-HT F槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0703220000010084", + "intro": "讀取AMS D槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0701220000010084", + "intro": "讀取 AMS B 槽位 3 的耗材信息失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "1803200000010081", + "intro": "讀取 AMS-HT D 槽位 1 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1801230000010086", + "intro": "讀取 AMS-HT B 槽位 4 的耗材信息失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0706210000010082", + "intro": "讀取 AMS G 槽位 2 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707220000010082", + "intro": "讀取 AMS H 槽位 3 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1801200000010082", + "intro": "讀取 AMS-HT B 槽位 1 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707230000010081", + "intro": "讀取 AMS H 槽位 4 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0705230000010082", + "intro": "讀取 AMS F 槽位 4 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0702220000010086", + "intro": "讀取 AMS C 槽位 3 的耗材信息失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0705200000010084", + "intro": "讀取 AMS F 槽位 1 的耗材信息失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "1801220000010086", + "intro": "讀取AMS-HT B槽位3的耗材信息失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1804230000010084", + "intro": "讀取AMS-HT E槽位4的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0705220000010084", + "intro": "讀取AMS F槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0701220000010086", + "intro": "讀取AMS B槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1802200000010084", + "intro": "讀取AMS-HT C槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1801220000010083", + "intro": "讀取AMS-HT B槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0704230000010086", + "intro": "讀取AMS E槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1805210000010084", + "intro": "讀取AMS-HT F槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0700210000010082", + "intro": "讀取AMS A槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700230000010083", + "intro": "讀取AMS A槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800230000010086", + "intro": "讀取 AMS-HT A 槽位 4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0704220000010085", + "intro": "讀取 AMS E 槽位 3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806230000010086", + "intro": "讀取 AMS-HT G 槽位 4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0703210000010084", + "intro": "讀取 AMS D 槽位 2 的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1807230000010082", + "intro": "讀取 AMS-HT H 槽位 4 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0703210000010083", + "intro": "讀取 AMS D 槽位 2 的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800220000010081", + "intro": "讀取 AMS-HT A 槽位 3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0705210000010085", + "intro": "讀取 AMS F 槽位 2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1803220000010083", + "intro": "讀取 AMS-HT D 槽位 3 的耗材資訊失敗,可能是RFID 標籤損壞。" + }, + { + "ecode": "1803210000010082", + "intro": "讀取 AMS-HT D 槽位 2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1804230000010081", + "intro": "讀取AMS-HT E槽位4的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1802210000010084", + "intro": "讀取AMS-HT C槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1805220000010083", + "intro": "讀取AMS-HT F槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1807200000010086", + "intro": "讀取AMS-HT H槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0704200000010082", + "intro": "讀取AMS E槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0706230000010085", + "intro": "讀取AMS G槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806200000010082", + "intro": "讀取AMS-HT G槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0702210000010083", + "intro": "讀取AMS C槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0703230000010084", + "intro": "讀取AMS D槽位4的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0702200000010083", + "intro": "讀取AMS C槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0706210000010086", + "intro": "讀取AMS G槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0701210000010081", + "intro": "讀取AMS B槽位2的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0700200000010086", + "intro": "讀取AMS A槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806220000010082", + "intro": "讀取AMS-HT G槽位3的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705200000010081", + "intro": "讀取AMS F槽位1的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0707220000010084", + "intro": "讀取AMS H槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1801230000010081", + "intro": "讀取AMS-HT B槽位4的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1800200000010084", + "intro": "讀取AMS-HT A槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0704230000010085", + "intro": "讀取AMS E槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0702230000010082", + "intro": "讀取AMS C槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800210000010085", + "intro": "讀取 AMS-HT A 槽位2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0702220000010082", + "intro": "讀取 AMS C 槽位3 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0703200000010083", + "intro": "讀取 AMS D 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0705230000010083", + "intro": "讀取 AMS F 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0706220000010085", + "intro": "讀取 AMS G 槽位3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0702210000010082", + "intro": "讀取 AMS C 槽位2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705210000010082", + "intro": "讀取 AMS F 槽位2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1807230000010081", + "intro": "讀取 AMS-HT H 槽位4 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0706210000010081", + "intro": "讀取 AMS G 槽位2 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0706230000010083", + "intro": "讀取 AMS G 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1807210000010082", + "intro": "讀取AMS-HT H槽位2的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707200000010081", + "intro": "讀取AMS H槽位1的耗材信息失敗,可能是AMS主板故障。" + }, + { + "ecode": "0707230000010084", + "intro": "讀取AMS H槽位4的耗材信息失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0704210000010082", + "intro": "讀取AMS E槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1805220000010082", + "intro": "讀取AMS-HT F槽位3的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1806220000010083", + "intro": "讀取AMS-HT G槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1806210000010083", + "intro": "讀取AMS-HT G槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0704220000010086", + "intro": "讀取AMS E槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0707210000010081", + "intro": "讀取AMS H槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010083", + "intro": "讀取AMS D槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1802230000010084", + "intro": "讀取 AMS-HT C 槽位 4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0702200000010086", + "intro": "讀取 AMS C 槽位 1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806210000010086", + "intro": "讀取 AMS-HT G 槽位 2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803210000010086", + "intro": "讀取 AMS-HT D 槽位 2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0703230000010085", + "intro": "讀取 AMS D 槽位 4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0701220000010081", + "intro": "讀取 AMS B 槽位 3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0706200000010081", + "intro": "讀取 AMS G 槽位 1 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0704200000010086", + "intro": "讀取 AMS E 槽位 1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1802210000010086", + "intro": "讀取 AMS-HT C 槽位 2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803230000010085", + "intro": "讀取 AMS-HT D 槽位 4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802220000010084", + "intro": "讀取AMS-HT C槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1805210000010085", + "intro": "讀取AMS-HT F槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0700210000010081", + "intro": "讀取AMS A槽位2的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0700230000010085", + "intro": "讀取AMS A槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1801200000010084", + "intro": "讀取AMS-HT B槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1803220000010085", + "intro": "讀取AMS-HT D槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802220000010083", + "intro": "讀取AMS-HT C槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1805210000010086", + "intro": "讀取AMS-HT F槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1807210000010085", + "intro": "讀取AMS-HT H槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707200000010084", + "intro": "讀取AMS H槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1806230000010083", + "intro": "讀取AMS-HT G槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1805210000010083", + "intro": "讀取AMS-HT F槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0707210000010085", + "intro": "讀取AMS H槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806210000010085", + "intro": "讀取AMS-HT G槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707210000010083", + "intro": "讀取AMS H槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1805210000010081", + "intro": "讀取AMS-HT F槽位2的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0702230000010086", + "intro": "讀取AMS C槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0702220000010081", + "intro": "讀取AMS C槽位3的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1806210000010082", + "intro": "讀取AMS-HT G槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705230000010084", + "intro": "讀取AMS F槽位4的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0705230000010085", + "intro": "讀取AMS F槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802230000010083", + "intro": "讀取AMS-HT C槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1807220000010084", + "intro": "讀取AMS-HT H槽位3的耗材資訊失敗,可能是RFID標籤損壞或位於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0701200000010081", + "intro": "讀取AMS B槽位1的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0704220000010081", + "intro": "讀取AMS E槽位3的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0704200000010081", + "intro": "讀取AMS E槽位1的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0701200000010085", + "intro": "讀取AMS B槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1800230000010085", + "intro": "讀取AMS-HT A槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1801230000010084", + "intro": "讀取AMS-HT B槽位4的耗材資訊失敗,可能是RFID標籤損壞或位於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1804220000010084", + "intro": "讀取AMS-HT E槽位3的耗材資訊失敗,可能是RFID標籤損壞或位於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1801200000010083", + "intro": "讀取 AMS-HT B 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1806230000010084", + "intro": "讀取 AMS-HT G 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0706230000010086", + "intro": "讀取 AMS G 槽位4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803210000010085", + "intro": "讀取 AMS-HT D 槽位2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1807210000010083", + "intro": "讀取 AMS-HT H 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0706200000010083", + "intro": "讀取 AMS G 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1801220000010081", + "intro": "讀取 AMS-HT B 槽位3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0704200000010084", + "intro": "讀取 AMS E 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0705200000010085", + "intro": "讀取 AMS F 槽位1 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0701230000010084", + "intro": "讀取 AMS B 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1802220000010081", + "intro": "讀取 AMS-HT C 槽位 3 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1802230000010082", + "intro": "讀取 AMS-HT C 槽位 4 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700220000010082", + "intro": "讀取 AMS A 槽位 3 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1802200000010082", + "intro": "讀取 AMS-HT C 槽位 1 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800200000010083", + "intro": "讀取 AMS-HT A 槽位 1 的耗材信息失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1801200000010086", + "intro": "讀取 AMS-HT B 槽位 1 的耗材信息失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1801230000010085", + "intro": "讀取 AMS-HT B 槽位 4 的耗材信息失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1800230000010083", + "intro": "讀取 AMS-HT A 槽位 4 的耗材信息失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0701210000010085", + "intro": "讀取 AMS B 槽位 2 的耗材信息失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1800200000010085", + "intro": "讀取 AMS-HT A 槽位 1 的耗材信息失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1803220000010084", + "intro": "讀取AMS-HT D槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1800230000010082", + "intro": "讀取AMS-HT A槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800210000010082", + "intro": "讀取AMS-HT A槽位2的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1804220000010081", + "intro": "讀取AMS-HT E槽位3的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "1801200000010085", + "intro": "讀取AMS-HT B槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1807210000010086", + "intro": "讀取AMS-HT H槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1805200000010084", + "intro": "讀取AMS-HT F槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1804210000010085", + "intro": "讀取AMS-HT E槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0704220000010083", + "intro": "讀取AMS E槽位3的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1804230000010082", + "intro": "讀取AMS-HT E槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1804200000010086", + "intro": "讀取AMS-HT E槽位1的耗材信息失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1804220000010082", + "intro": "讀取AMS-HT E槽位3的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707220000010083", + "intro": "讀取AMS H槽位3的耗材信息失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0701210000010082", + "intro": "讀取AMS B槽位2的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0701210000010084", + "intro": "讀取AMS B槽位2的耗材信息失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1804230000010083", + "intro": "讀取AMS-HT E槽位4的耗材信息失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0702200000010084", + "intro": "讀取AMS C槽位1的耗材信息失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1805200000010081", + "intro": "讀取AMS-HT F槽位1的耗材信息失敗,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010081", + "intro": "讀取AMS D槽位3的耗材信息失敗,可能是AMS主板故障。" + }, + { + "ecode": "1802220000010085", + "intro": "讀取AMS-HT C槽位3的耗材信息失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1805200000010082", + "intro": "讀取 AMS-HT F 槽位1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1807220000010083", + "intro": "讀取 AMS-HT H 槽位3 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1802210000010085", + "intro": "讀取 AMS-HT C 槽位2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1804210000010086", + "intro": "讀取 AMS-HT E 槽位2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0702200000010082", + "intro": "讀取 AMS C 槽位1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705200000010082", + "intro": "讀取 AMS F 槽位1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0701200000010084", + "intro": "讀取 AMS B 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0706200000010084", + "intro": "讀取 AMS G 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1805220000010081", + "intro": "讀取 AMS-HT F 槽位3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0707220000010085", + "intro": "讀取 AMS H 槽位3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806220000010085", + "intro": "讀取 AMS-HT G 槽位3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1803200000010085", + "intro": "讀取 AMS-HT D 槽位1 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802200000010086", + "intro": "讀取 AMS-HT C 槽位1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1804220000010083", + "intro": "讀取 AMS-HT E 槽位3 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0706220000010084", + "intro": "讀取 AMS G 槽位3 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1800210000010086", + "intro": "讀取 AMS-HT A 槽位2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1802230000010085", + "intro": "讀取 AMS-HT C 槽位4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0703200000010082", + "intro": "讀取 AMS D 槽位1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0706210000010085", + "intro": "讀取 AMS G 槽位2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1805230000010085", + "intro": "讀取 AMS-HT F 槽位4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0702230000010085", + "intro": "讀取 AMS C 槽位4 的耗材信息失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0706230000010084", + "intro": "讀取 AMS G 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0700220000010086", + "intro": "讀取 AMS A 槽位3 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806220000010081", + "intro": "讀取 AMS-HT G 槽位3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0705220000010082", + "intro": "讀取 AMS F 槽位3 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1804200000010082", + "intro": "讀取 AMS-HT E 槽位1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1806220000010086", + "intro": "讀取 AMS-HT G 槽位3 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1800200000010086", + "intro": "讀取 AMS-HT A 槽位1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1805200000010083", + "intro": "讀取 AMS-HT F 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1802210000010082", + "intro": "讀取 AMS-HT C 槽位2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800220000010082", + "intro": "讀取 AMS-HT A 槽位3 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1803200000010086", + "intro": "讀取 AMS-HT D 槽位1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803210000010083", + "intro": "讀取 AMS-HT D 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0704210000010085", + "intro": "讀取 AMS E 槽位2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0700200000010084", + "intro": "讀取 AMS A 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0700230000010082", + "intro": "讀取 AMS A 槽位4 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1801210000010084", + "intro": "讀取 AMS-HT B 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "1807230000010084", + "intro": "讀取 AMS-HT H 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0707230000010083", + "intro": "讀取 AMS H 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0705220000010085", + "intro": "讀取 AMS F 槽位3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0700210000010083", + "intro": "讀取 AMS A 槽位 2 的耗材資訊失敗,可能是 RFID 標簽損壞。" + }, + { + "ecode": "0707210000010086", + "intro": "讀取AMS H槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標簽無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0706210000010083", + "intro": "讀取AMS G槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1803200000010084", + "intro": "讀取AMS-HT D槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0700230000010081", + "intro": "讀取AMS A槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0702210000010084", + "intro": "讀取AMS C槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1804210000010083", + "intro": "讀取AMS-HT E槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0700220000010081", + "intro": "讀取AMS A槽位3的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0703220000010082", + "intro": "讀取AMS D槽位3的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1802200000010083", + "intro": "讀取AMS-HT C槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0702230000010084", + "intro": "讀取 AMS C 槽位 4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0705220000010081", + "intro": "讀取 AMS F 槽位 3 的耗材資訊失敗,可能是 AMS 主機板故障。" + }, + { + "ecode": "1805210000010082", + "intro": "讀取 AMS-HT F 槽位 2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1807230000010083", + "intro": "讀取 AMS-HT H 槽位 4 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0706210000010084", + "intro": "讀取 AMS G 槽位 2 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "1805220000010085", + "intro": "讀取 AMS-HT F 槽位 3 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0701230000010081", + "intro": "讀取 AMS B 槽位 4 的耗材資訊失敗,可能是 AMS 主機板故障。" + }, + { + "ecode": "1806200000010083", + "intro": "讀取 AMS-HT G 槽位 1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0700210000010086", + "intro": "讀取 AMS A 槽位 2 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806220000010084", + "intro": "讀取 AMS-HT G 槽位 3 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0706200000010082", + "intro": "讀取AMS G槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1807230000010086", + "intro": "讀取AMS-HT H槽位4的耗材資訊失敗,可能因進退料過程卡住,導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1802230000010081", + "intro": "讀取AMS-HT C槽位4的耗材資訊失敗,可能是AMS主機板故障。" + }, + { + "ecode": "0705210000010083", + "intro": "讀取AMS F槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0703220000010085", + "intro": "讀取AMS D槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1800220000010086", + "intro": "讀取AMS-HT A槽位3的耗材資訊失敗,可能因進退料過程卡住,導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0704210000010086", + "intro": "讀取AMS E槽位2的耗材資訊失敗,可能因進退料過程卡住,導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1801220000010085", + "intro": "讀取AMS-HT B槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0706220000010082", + "intro": "讀取AMS G槽位3的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700230000010086", + "intro": "讀取AMS A槽位4的耗材資訊失敗,可能因進退料過程卡住,導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0702200000010085", + "intro": "讀取AMS C槽位1的耗材信息失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0703230000010082", + "intro": "讀取AMS D槽位4的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0703230000010086", + "intro": "讀取AMS D槽位4的耗材信息失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0706200000010085", + "intro": "讀取AMS G槽位1的耗材信息失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1805220000010086", + "intro": "讀取AMS-HT F槽位3的耗材信息失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1800200000010081", + "intro": "讀取AMS-HT A槽位1的耗材信息失敗,可能是AMS主板故障。" + }, + { + "ecode": "1801230000010082", + "intro": "讀取AMS-HT B槽位4的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700220000010083", + "intro": "讀取AMS A槽位3的耗材信息失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0702220000010084", + "intro": "讀取AMS C槽位3的耗材信息失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1802220000010082", + "intro": "讀取AMS-HT C槽位3的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700220000010085", + "intro": "讀取 AMS A 槽位 3 的耗材信息失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1803230000010084", + "intro": "讀取 AMS-HT D 槽位 4 的耗材信息失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "1807220000010082", + "intro": "讀取 AMS-HT H 槽位 3 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707220000010081", + "intro": "讀取 AMS H 槽位 3 的耗材信息失敗,可能是 AMS 主機板故障。" + }, + { + "ecode": "0702220000010083", + "intro": "讀取 AMS C 槽位 3 的耗材信息失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0705210000010081", + "intro": "讀取 AMS F 槽位 2 的耗材信息失敗,可能是 AMS 主機板故障。" + }, + { + "ecode": "1806230000010082", + "intro": "讀取 AMS-HT G 槽位 4 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0701220000010083", + "intro": "讀取 AMS B 槽位 3 的耗材信息失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1801220000010082", + "intro": "讀取 AMS-HT B 槽位 3 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1803220000010082", + "intro": "讀取 AMS-HT D 槽位 3 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700200000010083", + "intro": "讀取AMS A槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "0704200000010083", + "intro": "讀取AMS E槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1804210000010081", + "intro": "讀取AMS-HT E槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0704230000010081", + "intro": "讀取AMS E槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0707200000010086", + "intro": "讀取AMS H槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803200000010082", + "intro": "讀取AMS-HT D槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0701230000010085", + "intro": "讀取AMS B槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707220000010086", + "intro": "讀取AMS H槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1801210000010083", + "intro": "讀取AMS-HT B槽位2的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800210000010081", + "intro": "讀取AMS-HT A槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0707210000010082", + "intro": "讀取 AMS H 槽位2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1804230000010086", + "intro": "讀取 AMS-HT E 槽位4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1801200000010081", + "intro": "讀取 AMS-HT B 槽位1 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0702200000010081", + "intro": "讀取 AMS C 槽位1 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1805230000010084", + "intro": "讀取 AMS-HT F 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1800210000010083", + "intro": "讀取 AMS-HT A 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0707230000010086", + "intro": "讀取 AMS H 槽位4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0704220000010082", + "intro": "讀取 AMS E 槽位3 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705210000010084", + "intro": "讀取 AMS F 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0707210000010084", + "intro": "讀取 AMS H 槽位2 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0702210000010081", + "intro": "讀取AMS C槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "1800220000010085", + "intro": "讀取AMS-HT A槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0700210000010085", + "intro": "讀取AMS A槽位2的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0707200000010082", + "intro": "讀取AMS H槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0704230000010082", + "intro": "讀取AMS E槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1802200000010085", + "intro": "讀取AMS-HT C槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1803220000010086", + "intro": "讀取AMS-HT D槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0706230000010081", + "intro": "讀取AMS G槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0705200000010083", + "intro": "讀取AMS F槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1800230000010081", + "intro": "讀取AMS-HT A槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "1803230000010082", + "intro": "讀取AMS-HT D槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0704230000010083", + "intro": "讀取AMS E槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1804200000010085", + "intro": "讀取AMS-HT E槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1804230000010085", + "intro": "讀取AMS-HT E槽位4的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0705230000010081", + "intro": "讀取AMS F槽位4的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "1803210000010084", + "intro": "讀取AMS-HT D槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0703210000010086", + "intro": "讀取AMS D槽位2的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1805230000010082", + "intro": "讀取AMS-HT F槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800210000010084", + "intro": "讀取AMS-HT A槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0707230000010082", + "intro": "讀取AMS H槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800230000010084", + "intro": "讀取 AMS-HT A 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1807210000010081", + "intro": "讀取 AMS-HT H 槽位2 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0706220000010081", + "intro": "讀取 AMS G 槽位3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1805230000010081", + "intro": "讀取 AMS-HT F 槽位4 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0702230000010083", + "intro": "讀取 AMS C 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1807200000010085", + "intro": "讀取 AMS-HT H 槽位1 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0701200000010083", + "intro": "讀取 AMS B 槽位1 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "0705220000010083", + "intro": "讀取 AMS F 槽位3 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1807230000010085", + "intro": "讀取 AMS-HT H 槽位4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0704230000010084", + "intro": "讀取 AMS E 槽位4 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0704210000010081", + "intro": "讀取 AMS E 槽位 2 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1801220000010084", + "intro": "讀取 AMS-HT B 槽位 3 的耗材信息失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0703210000010081", + "intro": "讀取 AMS D 槽位 2 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1803210000010081", + "intro": "讀取 AMS-HT D 槽位 2 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1802200000010081", + "intro": "讀取 AMS-HT C 槽位 1 的耗材信息失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "0701200000010082", + "intro": "讀取 AMS B 槽位 1 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0705200000010086", + "intro": "讀取 AMS F 槽位 1 的耗材信息失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1801210000010086", + "intro": "讀取 AMS-HT B 槽位 2 的耗材信息失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1807210000010084", + "intro": "讀取 AMS-HT H 槽位 2 的耗材信息失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0701230000010082", + "intro": "讀取 AMS B 槽位 4 的耗材信息失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0700210000010084", + "intro": "讀取AMS A槽位2的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0703220000010086", + "intro": "讀取AMS D槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806210000010081", + "intro": "讀取AMS-HT G槽位2的耗材資訊失敗,可能是AMS主板故障。" + }, + { + "ecode": "0701200000010086", + "intro": "讀取AMS B槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1804220000010085", + "intro": "讀取AMS-HT E槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1807220000010086", + "intro": "讀取AMS-HT H槽位3的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803200000010083", + "intro": "讀取AMS-HT D槽位1的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1807220000010085", + "intro": "讀取AMS-HT H槽位3的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1802230000010086", + "intro": "讀取AMS-HT C槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0700200000010085", + "intro": "讀取AMS A槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0704220000010084", + "intro": "讀取AMS E槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "1805200000010086", + "intro": "讀取AMS-HT F槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1806200000010084", + "intro": "讀取AMS-HT G槽位1的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0701230000010083", + "intro": "讀取AMS B槽位4的耗材資訊失敗,可能是RFID標籤損壞。" + }, + { + "ecode": "1805200000010085", + "intro": "讀取AMS-HT F槽位1的耗材資訊失敗,RFID標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1807200000010082", + "intro": "讀取AMS-HT H槽位1的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0706200000010086", + "intro": "讀取AMS G槽位1的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1805230000010086", + "intro": "讀取AMS-HT F槽位4的耗材資訊失敗,可能是進退料過程卡住導致RFID標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0706230000010082", + "intro": "讀取AMS G槽位4的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "1800220000010084", + "intro": "讀取AMS-HT A槽位3的耗材資訊失敗,可能是RFID標籤損壞或處於RFID檢測裝置邊緣,請減掉5厘米耗材後重試。" + }, + { + "ecode": "0703200000010086", + "intro": "讀取 AMS D 槽位 1 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "1803230000010086", + "intro": "讀取 AMS-HT D 槽位 4 的耗材資訊失敗,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0700200000010082", + "intro": "讀取 AMS A 槽位 1 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0702230000010081", + "intro": "讀取 AMS C 槽位 4 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1803220000010081", + "intro": "讀取 AMS-HT D 槽位 3 的耗材資訊失敗,可能是 AMS 主板故障。" + }, + { + "ecode": "1802210000010083", + "intro": "讀取 AMS-HT C 槽位 2 的耗材資訊失敗,可能是 RFID 標籤損壞。" + }, + { + "ecode": "1801210000010085", + "intro": "讀取 AMS-HT B 槽位 2 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1801210000010082", + "intro": "讀取 AMS-HT B 槽位 2 的耗材資訊失敗,非官方標籤,建議使用官方耗材。" + }, + { + "ecode": "0707230000010085", + "intro": "讀取 AMS H 槽位 4 的耗材資訊失敗,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "0703200000010084", + "intro": "讀取 AMS D 槽位 1 的耗材資訊失敗,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0700200000010081", + "intro": "無法讀取 AMS A 槽位 1 的耗材資訊,可能是 AMS 主機板故障。" + }, + { + "ecode": "0702210000010086", + "intro": "無法讀取 AMS C 槽位 2 的耗材資訊,可能是進退料過程卡住導致 RFID 標籤無法轉動,請拔出耗材重試。" + }, + { + "ecode": "0704200000010085", + "intro": "無法讀取 AMS E 槽位 1 的耗材資訊,RFID 標籤驗證失敗,建議使用官方耗材。" + }, + { + "ecode": "1806210000010084", + "intro": "無法讀取 AMS-HT G 槽位 2 的耗材資訊,可能是 RFID 標籤損壞或處於 RFID 檢測裝置邊緣,請減掉 5 厘米耗材後重試。" + }, + { + "ecode": "0C0003000003000D", + "intro": "檢測到噴嘴可能沒有正常擠出。請檢查並確認是否需要停止列印。" + }, + { + "ecode": "0C00030000020018", + "intro": "檢測到系統內存不足,異物檢測功能未啟用。可在任務結束後重新啟動印表機或升級最新韌體以改善該問題。" + }, + { + "ecode": "1807230000020021", + "intro": "AMS-HT H 槽 4 助力電機過載,緩衝器至工具頭間料管阻力過大。" + }, + { + "ecode": "0701210000020011", + "intro": "AMS B 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "0704220000020022", + "intro": "AMS E 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1806210000020018", + "intro": "AMS-HT G 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1801220000020017", + "intro": "AMS-HT B 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0707210000020024", + "intro": "AMS H 槽 2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0703200000020019", + "intro": "AMS D 槽 1 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706200000020011", + "intro": "AMS G 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "0706210000020011", + "intro": "AMS G 槽 2 耗材退回AMS超時。" + }, + { + "ecode": "1801210000020021", + "intro": "AMS-HT B 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0704210000020010", + "intro": "AMS E 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "0703220000020011", + "intro": "AMS D 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "0705210000020010", + "intro": "AMS F 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "1804210000020024", + "intro": "AMS-HT E 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0705210000020011", + "intro": "AMS F 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "0707230000020024", + "intro": "AMS H 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0700230000020011", + "intro": "AMS A 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "0705220000020020", + "intro": "AMS F 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0706230000020010", + "intro": "AMS G 槽 4 耗材送出AMS超時。" + }, + { + "ecode": "1803230000020010", + "intro": "AMS-HT D 槽 4 耗材送出AMS超時。" + }, + { + "ecode": "0700200000020021", + "intro": "AMS A 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0706230000020018", + "intro": "AMS G 槽 4 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1805230000020019", + "intro": "AMS-HT F 槽 4 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1806220000020020", + "intro": "AMS-HT G 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700200000020019", + "intro": "AMS A 槽 1 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0701220000020024", + "intro": "AMS B 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1807230000020011", + "intro": "AMS-HT H 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "1805230000020011", + "intro": "AMS-HT F 槽4 耗材退回 AMS 超時。" + }, + { + "ecode": "0703210000020022", + "intro": "AMS D 槽2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1805200000020017", + "intro": "AMS-HT F 槽1 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1807230000020010", + "intro": "AMS-HT H 槽4 耗材送出 AMS 超時。" + }, + { + "ecode": "0700220000020020", + "intro": "AMS A 槽3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0707230000020021", + "intro": "AMS H 槽4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1800200000020022", + "intro": "AMS-HT A 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1806200000020011", + "intro": "AMS-HT G 槽 1 耗材退回 AMS 超時。" + }, + { + "ecode": "1803200000020017", + "intro": "AMS-HT D 槽 1 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0700230000020019", + "intro": "AMS A 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1800210000020021", + "intro": "AMS-HT A 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0705230000020011", + "intro": "AMS F 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "1806230000020022", + "intro": "AMS-HT G 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1807230000020017", + "intro": "AMS-HT H 槽 4 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0701200000020010", + "intro": "AMS B槽1耗材送出AMS超時。" + }, + { + "ecode": "1802230000020021", + "intro": "AMS-HT C槽4助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804200000020021", + "intro": "AMS-HT E槽1助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0705230000020017", + "intro": "AMS F槽4助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705200000020017", + "intro": "AMS F槽1助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0702220000020018", + "intro": "AMS C槽3助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0703230000020021", + "intro": "AMS D槽4助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1805200000020018", + "intro": "AMS-HT F 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1807200000020018", + "intro": "AMS-HT H 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0700220000020019", + "intro": "AMS A 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707200000020018", + "intro": "AMS H 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1803220000020010", + "intro": "AMS-HT D 槽 3 耗材送出AMS超時。" + }, + { + "ecode": "0707220000020019", + "intro": "AMS H 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706200000020018", + "intro": "AMS G 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701220000020020", + "intro": "AMS B 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700210000020021", + "intro": "AMS A 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1802210000020022", + "intro": "AMS-HT C 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804230000020024", + "intro": "AMS-HT E 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0707230000020022", + "intro": "AMS H 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1806220000020011", + "intro": "AMS-HT G 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "0704210000020022", + "intro": "AMS E 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1803220000020019", + "intro": "AMS-HT D 槽 3 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0703210000020010", + "intro": "AMS D 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "1801220000020010", + "intro": "AMS-HT B 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "0704220000020019", + "intro": "AMS E 槽 3 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1803210000020022", + "intro": "AMS-HT D槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0702200000020019", + "intro": "AMS C槽1助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1806220000020019", + "intro": "AMS-HT G槽3助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1804220000020022", + "intro": "AMS-HT E槽3助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0703220000020022", + "intro": "AMS D槽3助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1803210000020021", + "intro": "AMS-HT D槽2助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0703200000020021", + "intro": "AMS D槽1助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1807200000020024", + "intro": "AMS-HT H槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0700220000020021", + "intro": "AMS A 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1801210000020019", + "intro": "AMS-HT B 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1801220000020011", + "intro": "AMS-HT B 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1806220000020022", + "intro": "AMS-HT G 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804210000020020", + "intro": "AMS-HT E 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1806210000020010", + "intro": "AMS-HT 的 G 槽 2 耗材送出 AMS 時間超時。" + }, + { + "ecode": "0700230000020018", + "intro": "AMS 的 A 槽 4 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1805210000020021", + "intro": "AMS-HT 的 F 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0701230000020011", + "intro": "AMS 的 B 槽 4 耗材退回 AMS 時間超時。" + }, + { + "ecode": "0702220000020011", + "intro": "AMS 的 C 槽 3 耗材退回 AMS 時間超時。" + }, + { + "ecode": "0703220000020024", + "intro": "AMS 的 D 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0703230000020024", + "intro": "AMS D 槽 4 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1804200000020017", + "intro": "AMS-HT E 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705210000020017", + "intro": "AMS F 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1800230000020022", + "intro": "AMS-HT A 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0702210000020021", + "intro": "AMS C 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702230000020021", + "intro": "AMS C 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1807210000020019", + "intro": "AMS-HT H 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706200000020020", + "intro": "AMS G 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700230000020021", + "intro": "AMS A 機 A 段 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0704210000020011", + "intro": "AMS E 機 E 段 2 耗材退回 AMS 超時。" + }, + { + "ecode": "0700200000020022", + "intro": "AMS A 機 A 段 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0701210000020021", + "intro": "AMS B 機 B 段 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1801220000020022", + "intro": "AMS-HT B 機 B 段 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0702220000020022", + "intro": "AMS C 機 C 段 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0702210000020020", + "intro": "AMS C槽2號助力電機過載,緩衝器附近的管道阻力過大。" + }, + { + "ecode": "0703220000020017", + "intro": "AMS D槽3號助力電機過載,AMS至打印機之間的管道阻力過大。" + }, + { + "ecode": "1802210000020019", + "intro": "AMS-HT C槽2號助力電機過載,AMS至緩衝器之間的管道阻力過大。" + }, + { + "ecode": "0701210000020022", + "intro": "AMS B槽2號助力電機過載,工具頭附近的管道阻力過大。" + }, + { + "ecode": "1802200000020019", + "intro": "AMS-HT C槽1號助力電機過載,AMS至緩衝器之間的管道阻力過大。" + }, + { + "ecode": "0707230000020019", + "intro": "AMS H 槽 4 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704230000020017", + "intro": "AMS E 槽 4 助力電機過載,AMS至印表機之間料管阻力過大。" + }, + { + "ecode": "0706210000020022", + "intro": "AMS G 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1801210000020020", + "intro": "AMS-HT B 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1805200000020010", + "intro": "AMS-HT F 槽 1 耗材送出AMS超時。" + }, + { + "ecode": "1807220000020022", + "intro": "AMS-HT H 槽3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1802200000020022", + "intro": "AMS-HT C 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1800210000020011", + "intro": "AMS-HT A 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "1802200000020017", + "intro": "AMS-HT C 槽 1 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0706200000020019", + "intro": "AMS G 槽 1 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706200000020022", + "intro": "AMS G 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1807220000020019", + "intro": "AMS-HT H 槽 3 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1802220000020020", + "intro": "AMS-HT C 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802220000020022", + "intro": "AMS-HT C 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1803230000020019", + "intro": "AMS-HT D 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707200000020019", + "intro": "AMS H 槽 1 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0705230000020018", + "intro": "AMS F 槽 4 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1801210000020017", + "intro": "AMS-HT B 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0700210000020017", + "intro": "AMS A 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705230000020024", + "intro": "AMS F 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1805200000020024", + "intro": "AMS-HT F 槽 1 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0702200000020010", + "intro": "AMS C 槽 1 耗材送出 AMS 超時。" + }, + { + "ecode": "1806220000020017", + "intro": "AMS-HT G 槽 3 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1803200000020020", + "intro": "AMS-HT D 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1807200000020010", + "intro": "AMS-HT H 槽 1 耗材送出 AMS 超時。" + }, + { + "ecode": "0705210000020021", + "intro": "AMS F 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0701220000020011", + "intro": "AMS B槽3耗材退回AMS超時。" + }, + { + "ecode": "1805220000020024", + "intro": "AMS-HT F槽3耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0700210000020010", + "intro": "AMS A槽2耗材送出AMS超時。" + }, + { + "ecode": "1801200000020020", + "intro": "AMS-HT B槽1助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0706220000020010", + "intro": "AMS G槽3耗材送出AMS超時。" + }, + { + "ecode": "1803200000020010", + "intro": "AMS-HT D槽1耗材送出AMS超時。" + }, + { + "ecode": "1806200000020010", + "intro": "AMS-HT G槽1耗材送出AMS超時。" + }, + { + "ecode": "1805210000020024", + "intro": "AMS-HT F槽2耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0707210000020019", + "intro": "AMS H槽2助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1802200000020018", + "intro": "AMS-HT C槽1助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0704200000020010", + "intro": "AMS E槽1耗材送出AMS超時。" + }, + { + "ecode": "1803200000020022", + "intro": "AMS-HT D槽1助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0704220000020024", + "intro": "AMS E槽3耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0707230000020020", + "intro": "AMS H槽4助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0701220000020022", + "intro": "AMS B槽3的助力電機過載,工具頭附近的料管阻力過大。" + }, + { + "ecode": "1800220000020024", + "intro": "AMS-HT A槽3的耗材在退回AMS時,旋轉料盤失敗。" + }, + { + "ecode": "0702220000020017", + "intro": "AMS C槽3的助力電機過載,從AMS到打印機之間的料管阻力過大。" + }, + { + "ecode": "1800210000020019", + "intro": "AMS-HT A槽2的助力電機過載,從AMS到緩衝器之間的料管阻力過大。" + }, + { + "ecode": "0706200000020024", + "intro": "AMS G槽1的耗材在退回AMS時,轉動料盤失敗。" + }, + { + "ecode": "1801220000020019", + "intro": "AMS-HT B槽3的助力電機過載,從AMS到緩衝器之間的料管阻力過大。" + }, + { + "ecode": "0702210000020011", + "intro": "AMS C槽2的耗材退回AMS超時。" + }, + { + "ecode": "1802230000020018", + "intro": "AMS-HT C槽4助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1805210000020022", + "intro": "AMS-HT F槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0707210000020022", + "intro": "AMS H槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0703230000020011", + "intro": "AMS D槽4耗材退回AMS超時。" + }, + { + "ecode": "1806200000020021", + "intro": "AMS-HT G槽1助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1803200000020024", + "intro": "AMS-HT D槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1804220000020011", + "intro": "AMS-HT E 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1800210000020010", + "intro": "AMS-HT A 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "1800210000020020", + "intro": "AMS-HT A 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0704230000020024", + "intro": "AMS E 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1807230000020019", + "intro": "AMS-HT H 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707220000020020", + "intro": "AMS H 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700220000020022", + "intro": "AMS A 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1800200000020024", + "intro": "AMS-HT A 槽 1 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1803230000020020", + "intro": "AMS-HT D 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1803220000020020", + "intro": "AMS-HT D 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1804210000020021", + "intro": "AMS-HT E 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0705220000020017", + "intro": "AMS F 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0704200000020020", + "intro": "AMS E 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1801230000020018", + "intro": "AMS-HT B 槽 4 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0705200000020022", + "intro": "AMS F 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0704220000020021", + "intro": "AMS E 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1805220000020017", + "intro": "AMS-HT F 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0701230000020017", + "intro": "AMS B 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1802220000020024", + "intro": "AMS-HT C 槽 3 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0702200000020021", + "intro": "AMS C 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1806230000020017", + "intro": "AMS-HT G 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1805230000020020", + "intro": "AMS-HT F槽4助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700210000020022", + "intro": "AMS A槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0704220000020020", + "intro": "AMS E槽3助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1801210000020022", + "intro": "AMS-HT B槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0705200000020011", + "intro": "AMS F槽1耗材退回AMS超時。" + }, + { + "ecode": "1800230000020017", + "intro": "AMS-HT A槽4助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705220000020018", + "intro": "AMS F 槽 3 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1803230000020022", + "intro": "AMS-HT D 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0706210000020017", + "intro": "AMS G 槽 2 助力電機過載,AMS 至印表機之間料管阻力過大。" + }, + { + "ecode": "1805200000020021", + "intro": "AMS-HT F 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0704230000020010", + "intro": "AMS E 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "1806210000020020", + "intro": "AMS-HT G 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0705230000020019", + "intro": "AMS F 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0702200000020018", + "intro": "AMS C 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0700210000020011", + "intro": "AMS A 槽 2 耗材退回AMS超時。" + }, + { + "ecode": "0300020000010009", + "intro": "噴嘴溫控異常,熱端可能未安裝。若需在熱端未安裝時也能加熱,請在設置頁面打開維護模式。" + }, + { + "ecode": "0704200000020024", + "intro": "AMS E 槽 1 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0706210000020024", + "intro": "AMS G 槽 2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0703210000020024", + "intro": "AMS D 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1800220000020011", + "intro": "AMS-HT A 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1806230000020021", + "intro": "AMS-HT G 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1807200000020021", + "intro": "AMS-HT H 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0700210000020024", + "intro": "AMS A 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1806230000020018", + "intro": "AMS-HT G 槽 4 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701230000020018", + "intro": "AMS B 槽 4 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707200000020022", + "intro": "AMS H 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804220000020010", + "intro": "AMS-HT E 槽 3 耗材送出AMS超時。" + }, + { + "ecode": "0700200000020020", + "intro": "AMS A 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0701220000020017", + "intro": "AMS B 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1800220000020018", + "intro": "AMS-HT A 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701230000020024", + "intro": "AMS B 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0706220000020017", + "intro": "AMS G 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1802220000020010", + "intro": "AMS-HT C 槽 3 耗材送出AMS超時。" + }, + { + "ecode": "1801200000020021", + "intro": "AMS-HT B 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702210000020019", + "intro": "AMS C 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1807210000020024", + "intro": "AMS-HT H 槽 2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0703220000020021", + "intro": "AMS D 軸 3 的輔助馬達過載,緩衝器至工具頭之間的料管阻力過大。" + }, + { + "ecode": "1801210000020011", + "intro": "AMS-HT B 軸 2 的耗材退回至 AMS 時間超時。" + }, + { + "ecode": "1805210000020018", + "intro": "AMS-HT F 軸 2 的助力馬達過載,靠近 AMS 的料管阻力過大。" + }, + { + "ecode": "1802200000020010", + "intro": "AMS-HT C 軸 1 的耗材送出至 AMS 超時。" + }, + { + "ecode": "1804200000020020", + "intro": "AMS-HT E 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1806210000020017", + "intro": "AMS-HT G 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705220000020019", + "intro": "AMS F 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0702230000020024", + "intro": "AMS C 槽 4 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1804200000020018", + "intro": "AMS-HT E 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701210000020018", + "intro": "AMS B 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0706200000020021", + "intro": "AMS G槽1助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702200000020024", + "intro": "AMS C槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1806210000020022", + "intro": "AMS-HT G槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1801200000020018", + "intro": "AMS-HT B槽1助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0705210000020020", + "intro": "AMS F槽2助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802210000020021", + "intro": "AMS-HT C槽2助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1800220000020010", + "intro": "AMS-HT A槽3耗材送出AMS超時。" + }, + { + "ecode": "0705200000020024", + "intro": "AMS F槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0702210000020018", + "intro": "AMS C槽2助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0706220000020022", + "intro": "AMS G槽3助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0707230000020018", + "intro": "AMS H槽4助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0703220000020020", + "intro": "AMS D槽3助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1804200000020010", + "intro": "AMS-HT E槽1耗材送出AMS超時。" + }, + { + "ecode": "1801230000020020", + "intro": "AMS-HT B槽4助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1805210000020011", + "intro": "AMS-HT F槽2耗材退回AMS超時。" + }, + { + "ecode": "1800210000020018", + "intro": "AMS-HT A槽2助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701230000020021", + "intro": "AMS B槽4助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804200000020024", + "intro": "AMS-HT E槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1801220000020018", + "intro": "AMS-HT B槽3助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1803220000020022", + "intro": "AMS-HT D槽3助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804210000020019", + "intro": "AMS-HT E槽2助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707220000020024", + "intro": "AMS H槽3耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0701220000020021", + "intro": "AMS B槽3助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0700210000020018", + "intro": "AMS A槽2助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0702230000020010", + "intro": "AMS C槽4耗材送出AMS超時。" + }, + { + "ecode": "0704220000020010", + "intro": "AMS E槽3耗材送出AMS超時。" + }, + { + "ecode": "1807200000020019", + "intro": "AMS-HT H槽1助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0700220000020011", + "intro": "AMS A槽3耗材退回AMS超時。" + }, + { + "ecode": "1804210000020010", + "intro": "AMS-HT E槽2耗材送出AMS超時。" + }, + { + "ecode": "0701230000020010", + "intro": "AMS B槽4耗材送出AMS超時。" + }, + { + "ecode": "1805220000020019", + "intro": "AMS-HT F槽3助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1803220000020021", + "intro": "AMS-HT D槽3助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1805230000020010", + "intro": "AMS-HT F槽4耗材送出AMS超時。" + }, + { + "ecode": "0702220000020024", + "intro": "AMS C 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1802220000020011", + "intro": "AMS-HT C 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1803220000020011", + "intro": "AMS-HT D 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1804210000020017", + "intro": "AMS-HT E 槽 2 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0707220000020022", + "intro": "AMS H 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1802210000020024", + "intro": "AMS-HT C 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1801200000020024", + "intro": "AMS-HT B 槽 1 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1806210000020021", + "intro": "AMS-HT G 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0700210000020020", + "intro": "AMS A 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1805220000020010", + "intro": "AMS-HT F 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "0701220000020018", + "intro": "AMS B 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707210000020021", + "intro": "AMS H 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1803200000020011", + "intro": "AMS-HT D 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "1807220000020017", + "intro": "AMS-HT H 槽 3 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1807220000020011", + "intro": "AMS-HT H 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "0702230000020019", + "intro": "AMS C 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0703210000020019", + "intro": "AMS D 槽 2 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1802210000020011", + "intro": "AMS-HT C 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "1801220000020021", + "intro": "AMS-HT B 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804230000020020", + "intro": "AMS-HT E 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1800230000020020", + "intro": "AMS-HT A 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1803200000020019", + "intro": "AMS-HT D 槽 1 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1802230000020024", + "intro": "AMS-HT C 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1802230000020022", + "intro": "AMS-HT C槽4助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1806220000020021", + "intro": "AMS-HT G槽3助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1807210000020020", + "intro": "AMS-HT H槽2助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0707200000020017", + "intro": "AMS H槽1助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1806220000020010", + "intro": "AMS-HT G 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "0702220000020010", + "intro": "AMS C 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "1802230000020020", + "intro": "AMS-HT C 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0703200000020017", + "intro": "AMS D 槽 1 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1805220000020021", + "intro": "AMS-HT F 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1803230000020021", + "intro": "AMS-HT D 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1803220000020018", + "intro": "AMS-HT D 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0705200000020010", + "intro": "AMS F 槽 1 耗材送出AMS超時。" + }, + { + "ecode": "0702200000020020", + "intro": "AMS C 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802220000020021", + "intro": "AMS-HT C 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804230000020019", + "intro": "AMS-HT E 槽 4 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0700200000020017", + "intro": "AMS A 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0705230000020020", + "intro": "AMS F 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0707210000020011", + "intro": "AMS H 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "0706200000020010", + "intro": "AMS G 槽 1 耗材送出 AMS 超時。" + }, + { + "ecode": "0702230000020017", + "intro": "AMS C 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1801230000020022", + "intro": "AMS-HT B 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804210000020018", + "intro": "AMS-HT E 槽2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1804220000020018", + "intro": "AMS-HT E 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1807220000020024", + "intro": "AMS-HT H 槽 3 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1806230000020011", + "intro": "AMS-HT G 槽 4 耗材退回AMS超時。" + }, + { + "ecode": "0705200000020018", + "intro": "AMS F 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0703200000020011", + "intro": "AMS D 槽 1 耗材退回 AMS 超時。" + }, + { + "ecode": "0703230000020020", + "intro": "AMS D 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1800220000020021", + "intro": "AMS-HT A 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702210000020022", + "intro": "AMS C 槽 2 助力電機過載,工具頭附近料管阻力過大。 " + }, + { + "ecode": "0701210000020017", + "intro": "AMS B 槽 2 助力電機過載,AMS至印表機之間料管阻力過大。" + }, + { + "ecode": "1801200000020022", + "intro": "AMS-HT B 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1802210000020020", + "intro": "AMS-HT C 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1807230000020022", + "intro": "AMS-HT H 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1800220000020019", + "intro": "AMS-HT A 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0703200000020010", + "intro": "AMS D 槽 1 耗材送出AMS超時。" + }, + { + "ecode": "1803200000020021", + "intro": "AMS-HT D 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702230000020022", + "intro": "AMS C 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0702200000020022", + "intro": "AMS C 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1805230000020018", + "intro": "AMS-HT F槽4助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1802200000020020", + "intro": "AMS-HT C槽1助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1806230000020019", + "intro": "AMS-HT G槽4助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1800200000020019", + "intro": "AMS-HT A 槽 1 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1801220000020024", + "intro": "AMS-HT B 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0703200000020020", + "intro": "AMS D 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802220000020019", + "intro": "AMS-HT C 槽 3 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1801200000020010", + "intro": "AMS-HT B 槽 1 耗材送出 AMS 超時。" + }, + { + "ecode": "0706210000020018", + "intro": "AMS G 槽 2 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "0707200000020020", + "intro": "AMS H 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0706220000020021", + "intro": "AMS G 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1805200000020020", + "intro": "AMS-HT F 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0705230000020010", + "intro": "AMS F 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "0700230000020017", + "intro": "AMS A 槽 4 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0700230000020024", + "intro": "AMS A 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0700200000020011", + "intro": "AMS A 槽 1 耗材退回 AMS 超時。" + }, + { + "ecode": "1800220000020017", + "intro": "AMS-HT A槽3號助力馬達過載,AMS至打印機之間的料管阻力過大。" + }, + { + "ecode": "0706230000020021", + "intro": "AMS G槽4號助力馬達過載,緩衝器至工具頭之間的料管阻力過大。" + }, + { + "ecode": "1803220000020024", + "intro": "AMS-HT D槽3耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0704210000020017", + "intro": "AMS E槽2 助力馬達過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0701200000020021", + "intro": "AMS B槽1 助力馬達過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0707200000020011", + "intro": "AMS H槽1 耗材退回AMS超時。" + }, + { + "ecode": "1801210000020024", + "intro": "AMS-HT B槽2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0705200000020020", + "intro": "AMS F 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1800200000020011", + "intro": "AMS-HT A 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "1801230000020010", + "intro": "AMS-HT B 槽 4 耗材送出AMS超時。" + }, + { + "ecode": "0703200000020024", + "intro": "AMS D 槽 1 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0705230000020022", + "intro": "AMS F 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0703210000020011", + "intro": "AMS D 槽 2 耗材退回AMS超時。" + }, + { + "ecode": "1807210000020010", + "intro": "AMS-HT H 槽 2 耗材送出AMS超時。" + }, + { + "ecode": "1807230000020024", + "intro": "AMS-HT H 槽 4 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1805200000020019", + "intro": "AMS-HT F 槽 1 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1801230000020021", + "intro": "AMS-HT B 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0300030000020002", + "intro": "熱端散熱風扇轉速偏低,可能有雜物堆積導致轉速減緩。" + }, + { + "ecode": "1800200000020021", + "intro": "AMS-HT A 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1801230000020017", + "intro": "AMS-HT B 槽 4 助力電機過載,AMS至印表機之間料管阻力過大。" + }, + { + "ecode": "0703210000020020", + "intro": "AMS D 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1807200000020022", + "intro": "AMS-HT H 機台 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0706200000020017", + "intro": "AMS G 機台 1 助力電機過載,AMS 至印表機之間料管阻力過大。" + }, + { + "ecode": "1805210000020010", + "intro": "AMS-HT F 機台 2 耗材送出超時。" + }, + { + "ecode": "1807210000020018", + "intro": "AMS-HT H 機台 2 助力電機過載,AMS 附近料管阻力過大。 " + }, + { + "ecode": "1800220000020020", + "intro": "AMS-HT A 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1804220000020024", + "intro": "AMS-HT E 槽 3 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1801230000020011", + "intro": "AMS-HT B 槽 4 耗材退回AMS超時。" + }, + { + "ecode": "1800230000020010", + "intro": "AMS-HT A 槽 4 耗材送出AMS超時。" + }, + { + "ecode": "0701200000020011", + "intro": "AMS B 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "1806200000020017", + "intro": "AMS-HT G 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0707230000020017", + "intro": "AMS H 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1804200000020022", + "intro": "AMS-HT E 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1801200000020011", + "intro": "AMS-HT B 槽 1 耗材退回 AMS 超時。" + }, + { + "ecode": "1805230000020024", + "intro": "AMS-HT F 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0701210000020024", + "intro": "AMS B 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0706230000020022", + "intro": "AMS G 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0705230000020021", + "intro": "AMS F 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804220000020017", + "intro": "AMS-HT E 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1807200000020020", + "intro": "AMS-HT H 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0703230000020017", + "intro": "AMS D 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1800200000020017", + "intro": "AMS-HT A 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0703230000020022", + "intro": "AMS D 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1806200000020018", + "intro": "AMS-HT G 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1803210000020018", + "intro": "AMS-HT D 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1804230000020018", + "intro": "AMS-HT 的 E 槽 4 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1803230000020011", + "intro": "AMS-HT 的 D 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "1800210000020022", + "intro": "AMS-HT 的 A 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1805210000020017", + "intro": "AMS-HT 的 F 槽 2 助力電機過載,AMS 至打印機之間的料管阻力過大。" + }, + { + "ecode": "1807220000020018", + "intro": "AMS-HT H 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707220000020018", + "intro": "AMS H 槽 3 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1801210000020010", + "intro": "AMS-HT B 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "1806230000020010", + "intro": "AMS-HT G 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "0701210000020010", + "intro": "AMS B 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "1804220000020021", + "intro": "AMS-HT E 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1806230000020024", + "intro": "AMS-HT G 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0703230000020010", + "intro": "AMS D 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "1807210000020021", + "intro": "AMS-HT H 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0706210000020021", + "intro": "AMS G槽2助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1801230000020019", + "intro": "AMS-HT B槽4助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1804210000020011", + "intro": "AMS-HT E槽2耗材退回AMS超時。" + }, + { + "ecode": "1805220000020022", + "intro": "AMS-HT F槽3助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1802200000020011", + "intro": "AMS-HT C槽1耗材退回AMS超時。" + }, + { + "ecode": "0705200000020019", + "intro": "AMS F槽1助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704200000020019", + "intro": "AMS E槽1助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704230000020011", + "intro": "AMS E槽4耗材退回AMS超時。" + }, + { + "ecode": "0707230000020011", + "intro": "AMS H 槽 4 耗材退回AMS超時。" + }, + { + "ecode": "1801230000020024", + "intro": "AMS-HT B 槽 4 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0704220000020017", + "intro": "AMS E 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0704210000020024", + "intro": "AMS E 槽 2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0700220000020017", + "intro": "AMS A 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0704200000020021", + "intro": "AMS E 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1802220000020018", + "intro": "AMS-HT C 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0703200000020022", + "intro": "AMS D 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0706210000020020", + "intro": "AMS G 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1801210000020018", + "intro": "AMS-HT B 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1806200000020024", + "intro": "AMS-HT G 槽 1 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0702210000020017", + "intro": "AMS C 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1803220000020017", + "intro": "AMS-HT D 槽 3 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0702220000020021", + "intro": "AMS C 槽3號助力馬達過載,緩衝器至工具頭之間的管道阻力過大。" + }, + { + "ecode": "1800200000020010", + "intro": "AMS-HT A 槽1號耗材送出AMS超時。" + }, + { + "ecode": "0702200000020011", + "intro": "AMS C 槽1號耗材退回AMS超時。" + }, + { + "ecode": "0700220000020010", + "intro": "AMS A 槽3號耗材送出AMS超時。" + }, + { + "ecode": "0701200000020017", + "intro": "AMS B 槽1號助力馬達過載,AMS至打印機之間的管道阻力過大。" + }, + { + "ecode": "1803230000020017", + "intro": "AMS-HT D 槽4號助力馬達過載,AMS至打印機之間的管道阻力過大。" + }, + { + "ecode": "1804230000020021", + "intro": "AMS-HT E 槽4號助力馬達過載,緩衝器至工具頭之間的管道阻力過大。" + }, + { + "ecode": "1804230000020010", + "intro": "AMS-HT E 槽4號耗材送出AMS超時。" + }, + { + "ecode": "0703220000020010", + "intro": "AMS D 槽 3 耗材送出AMS超時。" + }, + { + "ecode": "0703220000020019", + "intro": "AMS D槽3助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0701200000020019", + "intro": "AMS B槽1助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707200000020024", + "intro": "AMS H槽1耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1806210000020019", + "intro": "AMS-HT G槽2助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1800230000020011", + "intro": "AMS-HT A槽4耗材退回AMS超時。" + }, + { + "ecode": "0700230000020022", + "intro": "AMS A槽4助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0700200000020010", + "intro": "AMS A槽1耗材送出AMS超時。" + }, + { + "ecode": "1800230000020019", + "intro": "AMS-HT A 槽 4 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706220000020019", + "intro": "AMS G 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0705220000020022", + "intro": "AMS F 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1807220000020021", + "intro": "AMS-HT H 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0704210000020021", + "intro": "AMS E 槽 2 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0702210000020010", + "intro": "AMS C 槽 2 耗材送出AMS超時。" + }, + { + "ecode": "1802200000020021", + "intro": "AMS-HT C 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0707210000020010", + "intro": "AMS H 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "0702230000020018", + "intro": "AMS C 槽 4 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1805210000020019", + "intro": "AMS-HT F 槽 2 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1807210000020017", + "intro": "AMS-HT H 槽 2 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1807200000020017", + "intro": "AMS-HT H 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0704200000020011", + "intro": "AMS E 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "1803210000020011", + "intro": "AMS-HT D 槽 2 耗材退回AMS超時。" + }, + { + "ecode": "0705210000020018", + "intro": "AMS F 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707200000020021", + "intro": "AMS H 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1800230000020021", + "intro": "AMS-HT A 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0705220000020024", + "intro": "AMS F 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1803230000020024", + "intro": "AMS-HT D 槽 4 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1804200000020019", + "intro": "AMS-HT E 槽 1 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0705210000020019", + "intro": "AMS F 槽 2 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0706210000020010", + "intro": "AMS G 槽 2 耗材送出 AMS 超時。" + }, + { + "ecode": "0705200000020021", + "intro": "AMS F 槽 1 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804200000020011", + "intro": "AMS-HT E 槽 1 耗材退回AMS超時。" + }, + { + "ecode": "1806200000020019", + "intro": "AMS-HT G 槽 1 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704210000020020", + "intro": "AMS E 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0706220000020018", + "intro": "AMS G 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0705210000020024", + "intro": "AMS F 槽 2 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0707210000020020", + "intro": "AMS H 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0702210000020024", + "intro": "AMS C 槽 2 耗材回裝時料盤轉動失敗。" + }, + { + "ecode": "0701230000020020", + "intro": "AMS B 槽 4 助力電機過載,緩衝器附近管路阻力過大。" + }, + { + "ecode": "0707220000020010", + "intro": "AMS H 槽 3 耗材送出AMS超時。" + }, + { + "ecode": "1803230000020018", + "intro": "AMS-HT D 槽 4 助力電機過載,AMS 附近管路阻力過大。" + }, + { + "ecode": "1805220000020011", + "intro": "AMS-HT F 槽 3 耗材回裝AMS超時。" + }, + { + "ecode": "1807230000020018", + "intro": "AMS-HT H 槽 4 助力電機過載,AMS 附近管路阻力過大。" + }, + { + "ecode": "1807220000020020", + "intro": "AMS-HT H 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700220000020018", + "intro": "AMS A 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0706220000020020", + "intro": "AMS G 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1803210000020019", + "intro": "AMS-HT D 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0701200000020022", + "intro": "AMS B 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0700220000020024", + "intro": "AMS A 槽 3 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "1802200000020024", + "intro": "AMS-HT C 槽 1 耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0701210000020019", + "intro": "AMS B 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1807210000020022", + "intro": "AMS-HT H 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1804210000020022", + "intro": "AMS-HT E 槽 2 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0707210000020018", + "intro": "AMS H 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701200000020018", + "intro": "AMS B 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707220000020011", + "intro": "AMS H 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "0700200000020018", + "intro": "AMS A 槽 1 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "0701200000020024", + "intro": "AMS B 槽 1 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1807220000020010", + "intro": "AMS-HT H 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "1802230000020011", + "intro": "AMS-HT C 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "1800210000020024", + "intro": "AMS-HT A 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1800200000020018", + "intro": "AMS-HT A 槽 1 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "0705220000020010", + "intro": "AMS F 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "1801200000020019", + "intro": "AMS-HT B 槽 1 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1806210000020011", + "intro": "AMS-HT G 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "1806200000020022", + "intro": "AMS-HT G槽1助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0706230000020011", + "intro": "AMS G槽4耗材退回AMS超時。" + }, + { + "ecode": "1800230000020024", + "intro": "AMS-HT A槽4耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0704200000020017", + "intro": "AMS E槽1助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0702230000020020", + "intro": "AMS C槽4助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802230000020017", + "intro": "AMS-HT C槽4助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1801200000020017", + "intro": "AMS-HT B槽1助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1803210000020010", + "intro": "AMS-HT D槽2耗材送出AMS超時。" + }, + { + "ecode": "1806200000020020", + "intro": "AMS-HT G槽1助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0707220000020017", + "intro": "AMS H槽3助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0703210000020021", + "intro": "AMS D槽2助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0706220000020024", + "intro": "AMS G 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1806210000020024", + "intro": "AMS-HT G 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1800230000020018", + "intro": "AMS-HT A 槽 4 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1806220000020018", + "intro": "AMS-HT G 槽 3 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1802210000020017", + "intro": "AMS-HT C 槽 2 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0706230000020020", + "intro": "AMS G 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0700230000020010", + "intro": "AMS A槽4耗材送出AMS超時。" + }, + { + "ecode": "0701230000020019", + "intro": "AMS B槽4助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704200000020018", + "intro": "AMS E槽1助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0704230000020021", + "intro": "AMS E槽4助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1802210000020010", + "intro": "AMS-HT C槽2耗材送出AMS超時。" + }, + { + "ecode": "0704230000020018", + "intro": "AMS E槽4助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0707210000020017", + "intro": "AMS H 槽 2 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0701220000020019", + "intro": "AMS B 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1806220000020024", + "intro": "AMS-HT G 槽 3 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0707200000020010", + "intro": "AMS H 槽 1 耗材送出 AMS 超時。" + }, + { + "ecode": "0707230000020010", + "intro": "AMS H 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "0700210000020019", + "intro": "AMS A 槽 2 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0700200000020024", + "intro": "AMS A 槽 1 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "0706230000020017", + "intro": "AMS G 槽 4 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "0706230000020019", + "intro": "AMS G 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0704230000020019", + "intro": "AMS E 槽 4 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0705220000020021", + "intro": "AMS F 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1805230000020021", + "intro": "AMS-HT F 槽 4 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "0300900000010003", + "intro": "腔溫加熱失敗,電源可能出現過熱。" + }, + { + "ecode": "0300900000010001", + "intro": "腔溫加熱失敗,腔溫加熱器熱風產出可能異常。" + }, + { + "ecode": "0300900000010002", + "intro": "腔溫加熱失敗。可能是因為艙門未關閉,或者外界溫度過低。" + }, + { + "ecode": "0700230000020020", + "intro": "AMS A 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1807210000020011", + "intro": "AMS-HT H 槽 2 耗材退回 AMS 超時。" + }, + { + "ecode": "0704200000020022", + "intro": "AMS E 槽 1 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1807230000020020", + "intro": "AMS-HT H 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0703210000020017", + "intro": "AMS D 槽 2 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1805230000020022", + "intro": "AMS-HT F 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1805210000020020", + "intro": "AMS-HT F 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0704230000020020", + "intro": "AMS E 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0702220000020020", + "intro": "AMS C 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0702200000020017", + "intro": "AMS C 槽 1 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0703200000020018", + "intro": "AMS D 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0702220000020019", + "intro": "AMS C 槽 3 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0701210000020020", + "intro": "AMS B 槽 2 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802230000020019", + "intro": "AMS-HT C 槽 4 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0707220000020021", + "intro": "AMS H 槽 3 助力電機過載,緩衝器至工具頭之間料管阻力過大。" + }, + { + "ecode": "1804230000020017", + "intro": "AMS-HT E 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1805220000020018", + "intro": "AMS-HT F 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0702230000020011", + "intro": "AMS C 槽 4 耗材退回 AMS 超時。" + }, + { + "ecode": "1805200000020011", + "intro": "AMS-HT F 槽 1 耗材退回 AMS 超時。" + }, + { + "ecode": "0704220000020018", + "intro": "AMS E 槽 3 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0701220000020010", + "intro": "AMS B 槽 3 耗材送出 AMS 超時。" + }, + { + "ecode": "1807200000020011", + "intro": "AMS-HT H槽1耗材退回AMS超時。" + }, + { + "ecode": "0703230000020019", + "intro": "AMS D槽4助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "0705210000020022", + "intro": "AMS F槽2助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0703220000020018", + "intro": "AMS D槽3助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1803210000020020", + "intro": "AMS-HT D槽2助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1805200000020022", + "intro": "AMS-HT F槽1助力電動機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "1805220000020020", + "intro": "AMS-HT F槽3助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1803200000020018", + "intro": "AMS-HT D 槽 1 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1804220000020020", + "intro": "AMS-HT E 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0704210000020018", + "intro": "AMS E 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1806230000020020", + "intro": "AMS-HT G 槽 4 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0706220000020011", + "intro": "AMS G 槽 3 耗材退回 AMS 超時。" + }, + { + "ecode": "1802210000020018", + "intro": "AMS-HT C 槽 2 助力電機過載,AMS 附近料管阻力過大。" + }, + { + "ecode": "1803210000020024", + "intro": "AMS-HT D 槽 2 耗材退回 AMS 時轉動料盤失敗。" + }, + { + "ecode": "1800220000020022", + "intro": "AMS-HT A 槽 3 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0706210000020019", + "intro": "AMS G 槽 2 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1800210000020017", + "intro": "AMS-HT A 槽 2 助力電機過載,AMS 至打印機之間料管阻力過大。" + }, + { + "ecode": "1804220000020019", + "intro": "AMS-HT E 槽 3 助力電機過載,AMS 至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1802230000020010", + "intro": "AMS-HT C 槽 4 耗材送出 AMS 超時。" + }, + { + "ecode": "0706230000020024", + "intro": "AMS G槽4耗材退回AMS時轉動料盤失敗。" + }, + { + "ecode": "0703230000020018", + "intro": "AMS D槽4助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "0704230000020022", + "intro": "AMS E槽4助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0705220000020011", + "intro": "AMS F槽3耗材退回AMS超時。" + }, + { + "ecode": "1800200000020020", + "intro": "AMS-HT A槽1助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "1802220000020017", + "intro": "AMS-HT C槽3助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "1801220000020020", + "intro": "AMS-HT B 槽 3 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0704220000020011", + "intro": "AMS E 槽 3 耗材退回AMS超時。" + }, + { + "ecode": "1805230000020017", + "intro": "AMS-HT F 槽 4 助力電機過載,AMS至打印機之間料管阻力過大。" + }, + { + "ecode": "0703210000020018", + "intro": "AMS D 槽 2 助力電機過載,AMS附近料管阻力過大。" + }, + { + "ecode": "1804230000020011", + "intro": "AMS-HT E 槽 4 耗材退回AMS超時。" + }, + { + "ecode": "0701230000020022", + "intro": "AMS B 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0701200000020020", + "intro": "AMS B 槽 1 助力電機過載,緩衝器附近料管阻力過大。" + }, + { + "ecode": "0704210000020019", + "intro": "AMS E 槽 2 助力電機過載,AMS至緩衝器之間料管阻力過大。" + }, + { + "ecode": "1803210000020017", + "intro": "AMS-HT D 槽 2 助力電機過載,AMS至印表機之間料管阻力過大。" + }, + { + "ecode": "1804230000020022", + "intro": "AMS-HT E 槽 4 助力電機過載,工具頭附近料管阻力過大。" + }, + { + "ecode": "0500040000020041", + "intro": "當前激光模組使用時間較長,請及時清理煙塵,避免影響激光加工。" + }, + { + "ecode": "0500040000020042", + "intro": "實況攝像頭髒污或被遮擋,請清理後繼續。" + }, + { + "ecode": "1807700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1803700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1800700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1804700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1805700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0706700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1803700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1804700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1801700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1806700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0700700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0701700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0701700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0702700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0703700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0500060000020031", + "intro": "未連接工具頭攝像頭,請檢查硬體及線路連接。" + }, + { + "ecode": "0700700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0702700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0703700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0500060000020032", + "intro": "未連接噴嘴攝像頭,請檢查硬體及線路連接。" + }, + { + "ecode": "0300C10000010003", + "intro": "風道無法進入激光模式,請檢查風門狀態。" + }, + { + "ecode": "0500010000030006", + "intro": "U盤未格式化或無法寫入,請格式化U盤。" + }, + { + "ecode": "1807700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0707700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1802700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0705700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0707700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1801700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1800700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1806700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0704700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "1802700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0704700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "0705700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0706700000020006", + "intro": "檢測到沖刷舊料超時,可能是耗材卡住或擠出機/噴嘴堵塞。" + }, + { + "ecode": "1805700000020003", + "intro": "耗材擠出異常,可能是擠出機或噴嘴堵塞。" + }, + { + "ecode": "0C00040000020007", + "intro": "俯視攝像頭正在初始化,請清空熱床上的所有物體並拿開墊板。確保熱床標記不被遮擋。同時,請清理俯視攝像頭及工具頭攝像頭,並移除可能遮擋攝像頭的異物。" + }, + { + "ecode": "0300C00000010002", + "intro": "過濾切換風門動作異常,可能卡住。" + }, + { + "ecode": "0300C10000010001", + "intro": "風道無法進入冷卻模式,請檢查風門狀態。" + }, + { + "ecode": "0300C10000010002", + "intro": "風道無法進入腔溫保持模式,請檢查風門狀態。" + }, + { + "ecode": "0500040000020037", + "intro": "刀切模組需要校準,以獲得精確的刀尖位置。請在使用前執行掛載校準。耗時約2-4分鐘。" + }, + { + "ecode": "1806700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0705700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1800700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1803700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1805700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1802700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1807700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0300280000010003", + "intro": "Z軸回零過程中,刀切模塊與工具頭通信失敗,請檢查刀切模塊信號線是否鬆動斷裂,或檢查力傳感器線圈是否完好。" + }, + { + "ecode": "0500010000020001", + "intro": "媒體鏈路錯誤。請重啟機器,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "0700700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0701700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0702700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0703700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0300180000010007", + "intro": "挤出力傳感器頻率過高,可能傳感器已損壞或噴嘴散熱片距離傳感器過近。" + }, + { + "ecode": "0300180000010004", + "intro": "挤出力傳感器信號異常,可能傳感器已損壞或MC-TH通信異常。" + }, + { + "ecode": "03009D0000020003", + "intro": "雕刻激光器焦點Z標定結果與設計值偏差較大,建議重新安裝激光模組並重新運行一次激光模組首次安裝初始化。如果多次失敗,請聯繫我們的售後團隊。" + }, + { + "ecode": "0C00040000010005", + "intro": "俯視攝像頭功能異常,請聯繫售後服務。" + }, + { + "ecode": "0300180000010008", + "intro": "喷嘴觸碰熱床異常,請檢查噴嘴是否有耗材絲殘留或觸碰位置有異物。" + }, + { + "ecode": "0300180000010001", + "intro": "挤出力傳感器頻率過低,可能噴嘴未安裝或噴嘴散熱片距離傳感器過遠。" + }, + { + "ecode": "0C00010000010012", + "intro": "實況攝像頭校準失敗,校準結果無法寫入,請嘗試重新校準。若多次校準失敗,請聯繫售後。" + }, + { + "ecode": "1804700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0707700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0706700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "0704700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1801700000020008", + "intro": "多次獲取AMS映射表失敗,請點擊“繼續”重試。" + }, + { + "ecode": "1800510000030001", + "intro": "AMS已禁用,請從料盤支架加載耗材。" + }, + { + "ecode": "0705700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "1803700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "0C00020000020006", + "intro": "偵測到噴嘴高度過高。請檢查噴嘴處是否有殘料附著。" + }, + { + "ecode": "0702800000010004", + "intro": "AMS C加熱器1異常發熱。" + }, + { + "ecode": "0702810000010004", + "intro": "AMS C加熱器2異常發熱。" + }, + { + "ecode": "0701800000010004", + "intro": "AMS B加熱器1異常發熱。" + }, + { + "ecode": "0704800000010004", + "intro": "AMS E加熱器1異常發熱。" + }, + { + "ecode": "1803810000010004", + "intro": "AMS-HT D加熱器2異常發熱。" + }, + { + "ecode": "0707810000010004", + "intro": "AMS H加熱器2異常發熱。" + }, + { + "ecode": "1805810000010004", + "intro": "AMS-HT F加熱器2異常發熱。" + }, + { + "ecode": "1804810000010004", + "intro": "AMS-HT E加熱器2異常發熱。" + }, + { + "ecode": "1801800000010004", + "intro": "AMS-HT B加熱器1異常發熱。" + }, + { + "ecode": "0705810000010004", + "intro": "AMS F加熱器2異常發熱。" + }, + { + "ecode": "0300910000010002", + "intro": "腔溫加熱器1溫控異常,加熱器可能開路或熱保險絲斷開。" + }, + { + "ecode": "0700400000020002", + "intro": "緩衝區位置信號異常,可能位置傳感器異常。" + }, + { + "ecode": "0700510000030001", + "intro": "AMS已禁用,請從料盤支架加載耗材。" + }, + { + "ecode": "0700700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0701700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0702700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0703700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0700800000010004", + "intro": "AMS A加熱器1異常發熱。" + }, + { + "ecode": "0700810000010004", + "intro": "AMS A加熱器2異常發熱。" + }, + { + "ecode": "0703810000010004", + "intro": "AMS D加熱器2異常發熱。" + }, + { + "ecode": "0701810000010004", + "intro": "AMS B加熱器2異常發熱。" + }, + { + "ecode": "1800810000010004", + "intro": "AMS-HT A加熱器2異常發熱。" + }, + { + "ecode": "0705800000010004", + "intro": "AMS F加熱器1異常發熱。" + }, + { + "ecode": "1805800000010004", + "intro": "AMS-HT F加熱器1異常發熱。" + }, + { + "ecode": "1800800000010004", + "intro": "AMS-HT A加熱器1異常發熱。" + }, + { + "ecode": "1802810000010004", + "intro": "AMS-HT C加熱器2異常發熱。" + }, + { + "ecode": "0704810000010004", + "intro": "AMS E加熱器2異常發熱。" + }, + { + "ecode": "1807800000010004", + "intro": "AMS-HT H加熱器1異常發熱。" + }, + { + "ecode": "1802800000010004", + "intro": "AMS-HT C加熱器1異常發熱。" + }, + { + "ecode": "1804800000010004", + "intro": "AMS-HT E加熱器1異常發熱。" + }, + { + "ecode": "0707800000010004", + "intro": "AMS H 型加熱器 1 異常發熱。" + }, + { + "ecode": "1807810000010004", + "intro": "AMS-HT H加熱器2異常發熱。" + }, + { + "ecode": "0706810000010004", + "intro": "AMS G加熱器2異常發熱。" + }, + { + "ecode": "1806810000010004", + "intro": "AMS-HT G加熱器2異常發熱。" + }, + { + "ecode": "1806800000010004", + "intro": "AMS-HT G加熱器1異常發熱。" + }, + { + "ecode": "0706800000010004", + "intro": "AMS G加熱器1異常發熱。" + }, + { + "ecode": "1800700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "1800400000020002", + "intro": "緩衝區位置信號異常,可能位置傳感器異常。" + }, + { + "ecode": "1802700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "0707700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "1805700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "1806700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "1807700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "0704700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "1801700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "0500040000020050", + "intro": "激光防護視窗未安裝。" + }, + { + "ecode": "0706700000020007", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "1804700000020007", + "intro": "AMS-HT耗材用盡。請把耗材放入同一個AMS槽位後繼續。" + }, + { + "ecode": "0703800000010004", + "intro": "AMS D加熱器1異常發熱。" + }, + { + "ecode": "1801810000010004", + "intro": "AMS-HT B加熱器2異常發熱。" + }, + { + "ecode": "1803800000010004", + "intro": "AMS-HT D加熱器1異常發熱。" + }, + { + "ecode": "0C00030000020017", + "intro": "雕刻激光校準Z軸對焦失敗,請檢查激光測試材料(350g卡紙)是否正確放置且表面乾淨完好。" + }, + { + "ecode": "1800240000020009", + "intro": "AMS-HT A 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1807240000020009", + "intro": "AMS-HT H 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1801240000020009", + "intro": "AMS-HT B 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1806240000020009", + "intro": "AMS-HT G 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1802240000020009", + "intro": "AMS-HT C 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1805240000020009", + "intro": "AMS-HT F 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1804240000020009", + "intro": "AMS-HT E 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "1803240000020009", + "intro": "AMS-HT D 前蓋打開,可能影響烘乾效果或使耗材受潮。" + }, + { + "ecode": "0707730000020004", + "intro": "AMS H槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703710000020005", + "intro": "AMS D槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0706700000020005", + "intro": "AMS G槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0701710000020002", + "intro": "AMS B槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704700000020004", + "intro": "AMS E槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804720000020004", + "intro": "AMS-HT E槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704720000020005", + "intro": "AMS E槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0702710000020002", + "intro": "AMS C槽2的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703710000020001", + "intro": "AMS D槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1805710000020005", + "intro": "AMS-HT F槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1803720000020002", + "intro": "AMS-HT D槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704710000020001", + "intro": "AMS E槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1805730000020001", + "intro": "AMS-HT F槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1806710000020005", + "intro": "AMS-HT G槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0704730000020004", + "intro": "AMS E槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805730000020004", + "intro": "AMS-HT F槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702720000020005", + "intro": "AMS C槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1800720000020001", + "intro": "AMS-HT A槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0702720000020001", + "intro": "AMS C槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1805710000020002", + "intro": "AMS-HT F槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804700000020004", + "intro": "AMS-HT E槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803730000020001", + "intro": "AMS-HT D槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1804720000020001", + "intro": "AMS-HT E槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1802710000020004", + "intro": "AMS-HT C槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801710000020002", + "intro": "AMS-HT B槽2的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703700000020004", + "intro": "AMS D槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800710000020001", + "intro": "AMS-HT A槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1800720000020004", + "intro": "AMS-HT A槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800730000020002", + "intro": "AMS-HT A槽4的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804700000020002", + "intro": "AMS-HT E槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705730000020005", + "intro": "AMS F槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807720000020005", + "intro": "AMS-HT H槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0701700000020001", + "intro": "AMS B槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1807700000020004", + "intro": "AMS-HT H槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702720000020004", + "intro": "AMS C槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705730000020002", + "intro": "AMS F槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806700000020002", + "intro": "AMS-HT G槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806710000020004", + "intro": "AMS-HT G槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803730000020002", + "intro": "AMS-HT D槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704720000020001", + "intro": "AMS E槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1802730000020004", + "intro": "AMS-HT C槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707700000020002", + "intro": "AMS H槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802720000020004", + "intro": "AMS-HT C槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700700000020004", + "intro": "AMS A槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702710000020005", + "intro": "AMS C槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0704720000020002", + "intro": "AMS E槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703700000020002", + "intro": "AMS D槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703700000020005", + "intro": "AMS D槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1801730000020005", + "intro": "AMS-HT B槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1805700000020005", + "intro": "AMS-HT F槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1800730000020001", + "intro": "AMS-HT A槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1801700000020004", + "intro": "AMS-HT B槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805730000020002", + "intro": "AMS-HT F槽4的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0706700000020004", + "intro": "AMS G槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802730000020005", + "intro": "AMS-HT C槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807710000020005", + "intro": "AMS-HT H槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0700720000020002", + "intro": "AMS A槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800700000020001", + "intro": "AMS-HT A槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0705700000020004", + "intro": "AMS F槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800710000020004", + "intro": "AMS-HT A槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702730000020002", + "intro": "AMS C槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702710000020001", + "intro": "AMS C槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1804710000020004", + "intro": "AMS-HT E槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806730000020004", + "intro": "AMS-HT G槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805720000020005", + "intro": "AMS-HT F槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807700000020002", + "intro": "AMS-HT H槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701720000020004", + "intro": "AMS B槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705720000020005", + "intro": "AMS F槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807720000020002", + "intro": "AMS-HT H槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800700000020004", + "intro": "AMS-HT A槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802730000020002", + "intro": "AMS-HT C槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801720000020002", + "intro": "AMS-HT B槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802730000020001", + "intro": "AMS-HT C槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0700710000020001", + "intro": "AMS A槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1801700000020005", + "intro": "AMS-HT B槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0704700000020005", + "intro": "AMS E槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0700710000020002", + "intro": "AMS A槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701700000020004", + "intro": "AMS B槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806730000020005", + "intro": "AMS-HT G槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1801710000020004", + "intro": "AMS-HT B槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707710000020004", + "intro": "AMS H槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803730000020004", + "intro": "AMS-HT D槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801730000020002", + "intro": "AMS-HT B槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700730000020004", + "intro": "AMS A槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806720000020004", + "intro": "AMS-HT G槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701720000020005", + "intro": "AMS B槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0705710000020004", + "intro": "AMS F槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1807710000020004", + "intro": "AMS-HT H槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803700000020004", + "intro": "AMS-HT D槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705710000020001", + "intro": "AMS F槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0707720000020004", + "intro": "AMS H槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702710000020004", + "intro": "AMS C槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704730000020005", + "intro": "AMS E槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1801700000020001", + "intro": "AMS-HT B槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1805720000020004", + "intro": "AMS-HT F槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702730000020005", + "intro": "AMS C槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0704700000020002", + "intro": "AMS E槽1的耗材送往挤出機未成功,可能是耗材或料盤卡住了。" + }, + { + "ecode": "0701700000020005", + "intro": "AMS B槽1的耗材送出失敗,請剪平耗材端口,檢查料盤是否卡住。" + }, + { + "ecode": "1801700000020002", + "intro": "AMS-HT B槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801730000020001", + "intro": "AMS-HT B槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1803720000020005", + "intro": "AMS-HT D槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807730000020004", + "intro": "AMS-HT H槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800700000020005", + "intro": "AMS-HT A槽1的耗材送出失敗,請剪平耗材端口,檢查料盤是否卡住。" + }, + { + "ecode": "0705700000020001", + "intro": "AMS F槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1802710000020005", + "intro": "AMS-HT C槽2的耗材送出失敗,請剪平耗材端口,檢查料盤是否卡住。" + }, + { + "ecode": "1807730000020001", + "intro": "AMS-HT H槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0706710000020004", + "intro": "AMS G槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804730000020002", + "intro": "AMS-HT E槽4的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803700000020002", + "intro": "AMS-HT D槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802720000020005", + "intro": "AMS-HT C槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0706730000020002", + "intro": "AMS G槽4的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707700000020004", + "intro": "AMS H槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805700000020004", + "intro": "AMS-HT F槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805700000020001", + "intro": "AMS-HT F槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0707720000020002", + "intro": "AMS H槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701720000020001", + "intro": "AMS B槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0700720000020004", + "intro": "AMS A槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804710000020001", + "intro": "AMS-HT E槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1801710000020001", + "intro": "AMS-HT B槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1806730000020002", + "intro": "AMS-HT G槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703710000020002", + "intro": "AMS D槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703720000020001", + "intro": "AMS D槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0706720000020001", + "intro": "AMS G槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1801730000020004", + "intro": "AMS-HT B槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704710000020002", + "intro": "AMS E槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800710000020002", + "intro": "AMS-HT A槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802710000020002", + "intro": "AMS-HT C槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805720000020002", + "intro": "AMS-HT F槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703730000020004", + "intro": "AMS D槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806720000020005", + "intro": "AMS-HT G槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0706720000020002", + "intro": "AMS G槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704730000020002", + "intro": "AMS E槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1807720000020001", + "intro": "AMS-HT H槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1803710000020005", + "intro": "AMS-HT D槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807710000020002", + "intro": "AMS-HT H槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705720000020002", + "intro": "AMS F槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700720000020001", + "intro": "AMS A槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0706720000020004", + "intro": "AMS G槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804700000020001", + "intro": "AMS-HT E槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1803710000020002", + "intro": "AMS-HT D槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707710000020001", + "intro": "AMS H槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1803720000020004", + "intro": "AMS-HT D槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805730000020005", + "intro": "AMS-HT F槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1803710000020001", + "intro": "AMS-HT D槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1803700000020005", + "intro": "AMS-HT D槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1805700000020002", + "intro": "AMS-HT F槽1的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701710000020005", + "intro": "AMS B槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0707730000020005", + "intro": "AMS H槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807720000020004", + "intro": "AMS-HT H槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701720000020002", + "intro": "AMS B槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705700000020005", + "intro": "AMS F槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1801720000020001", + "intro": "AMS-HT B槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0707730000020002", + "intro": "AMS H槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804720000020002", + "intro": "AMS-HT E槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704730000020001", + "intro": "AMS E槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1801720000020004", + "intro": "AMS-HT B槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802700000020001", + "intro": "AMS-HT C槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0703710000020004", + "intro": "AMS D槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0706730000020001", + "intro": "AMS G槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1806700000020004", + "intro": "AMS-HT G槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700700000020005", + "intro": "AMS A槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1800720000020002", + "intro": "AMS-HT A槽3的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800720000020005", + "intro": "AMS-HT A槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1806720000020001", + "intro": "AMS-HT G槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0706700000020001", + "intro": "AMS G槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1800700000020002", + "intro": "AMS-HT A槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700720000020005", + "intro": "AMS A槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0707720000020001", + "intro": "AMS H槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1802710000020001", + "intro": "AMS-HT C槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0706720000020005", + "intro": "AMS G槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0702720000020002", + "intro": "AMS C槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0704710000020005", + "intro": "AMS E槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1806720000020002", + "intro": "AMS-HT G槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1807700000020001", + "intro": "AMS-HT H槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1804730000020004", + "intro": "AMS-HT E槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707710000020005", + "intro": "AMS H槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1807730000020005", + "intro": "AMS-HT H槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0705730000020001", + "intro": "AMS F槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0704720000020004", + "intro": "AMS E槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701730000020005", + "intro": "AMS B槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0704710000020004", + "intro": "AMS E槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803700000020001", + "intro": "AMS-HT D槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0706710000020005", + "intro": "AMS G槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0707700000020001", + "intro": "AMS H槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1807700000020005", + "intro": "AMS-HT H槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0706730000020005", + "intro": "AMS G槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1805720000020001", + "intro": "AMS-HT F槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0701730000020001", + "intro": "AMS B槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0700710000020005", + "intro": "AMS A槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1803730000020005", + "intro": "AMS-HT D槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1804700000020005", + "intro": "AMS-HT E槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0703700000020001", + "intro": "AMS D槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0701710000020001", + "intro": "AMS B槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1802700000020002", + "intro": "AMS-HT C槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0706700000020002", + "intro": "AMS G槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705700000020002", + "intro": "AMS F槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806700000020005", + "intro": "AMS-HT G槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0703720000020005", + "intro": "AMS D槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0700010000010005", + "intro": "AMS A機架的輔助電機電流感知器故障。" + }, + { + "ecode": "0702010000010005", + "intro": "AMS C助力電機電流傳感器故障。" + }, + { + "ecode": "0701010000010005", + "intro": "AMS B助力電機電流傳感器故障。" + }, + { + "ecode": "0703010000010005", + "intro": "AMS D助力電機電流傳感器故障。" + }, + { + "ecode": "1800010000010005", + "intro": "AMS-HT A助力電機電流傳感器故障。" + }, + { + "ecode": "1803010000010005", + "intro": "AMS-HT D 助力電機電流傳感器故障。" + }, + { + "ecode": "1805010000010005", + "intro": "AMS-HT F助力電機電流傳感器故障。" + }, + { + "ecode": "1802010000010005", + "intro": "AMS-HT C助力電機電流感測器故障。" + }, + { + "ecode": "0705010000010005", + "intro": "AMS F助力電機電流傳感器故障。" + }, + { + "ecode": "1801010000010005", + "intro": "AMS-HT B助力電機電流傳感器故障。" + }, + { + "ecode": "0706010000010005", + "intro": "AMS G助力電機電流傳感器故障。" + }, + { + "ecode": "1806010000010005", + "intro": "AMS-HT G助力電機電流傳感器故障。" + }, + { + "ecode": "0707010000010005", + "intro": "AMS H助力電機電流傳感器故障。" + }, + { + "ecode": "1804010000010005", + "intro": "AMS-HT E 助力電機電流感測器故障。" + }, + { + "ecode": "1807010000010005", + "intro": "AMS-HT H助力電機電流傳感器故障。" + }, + { + "ecode": "0704010000010005", + "intro": "AMS E助力電機電流傳感器故障。" + }, + { + "ecode": "0701710000020004", + "intro": "AMS B槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0706710000020001", + "intro": "AMS G槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0707700000020005", + "intro": "AMS H槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0701730000020004", + "intro": "AMS B槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703730000020001", + "intro": "AMS D槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0707720000020005", + "intro": "AMS H槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1802700000020005", + "intro": "AMS-HT C槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0703720000020004", + "intro": "AMS D槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801720000020005", + "intro": "AMS-HT B槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1804710000020002", + "intro": "AMS-HT E槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700730000020005", + "intro": "AMS A槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1804730000020005", + "intro": "AMS-HT E槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1800730000020005", + "intro": "AMS-HT A槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0705720000020001", + "intro": "AMS F槽3的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1804730000020001", + "intro": "AMS-HT E槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0700730000020001", + "intro": "AMS A槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1802720000020001", + "intro": "AMS-HT C槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1806710000020001", + "intro": "AMS-HT G槽2的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0703730000020005", + "intro": "AMS D槽4的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1803710000020004", + "intro": "AMS-HT D槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703730000020002", + "intro": "AMS D槽4的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1803720000020001", + "intro": "AMS-HT D槽3的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "0700700000020001", + "intro": "AMS A槽1的耗材退出挤出機失敗,可能是堵頭或者耗材斷在挤出機內部。" + }, + { + "ecode": "1802700000020004", + "intro": "AMS-HT C槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0706710000020002", + "intro": "AMS G槽2的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804710000020005", + "intro": "AMS-HT E槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0705730000020004", + "intro": "AMS F槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0700710000020004", + "intro": "AMS A槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1805710000020001", + "intro": "AMS-HT F槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1807730000020002", + "intro": "AMS-HT H槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1804720000020005", + "intro": "AMS-HT E槽3的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "1805710000020004", + "intro": "AMS-HT F槽2的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0707710000020002", + "intro": "AMS H槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705720000020004", + "intro": "AMS F槽3的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702700000020005", + "intro": "AMS C槽1的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0700730000020002", + "intro": "AMS A槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1800730000020004", + "intro": "AMS-HT A槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702730000020004", + "intro": "AMS C槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701700000020002", + "intro": "AMS B槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702700000020002", + "intro": "AMS C槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806730000020001", + "intro": "AMS-HT G槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0702700000020001", + "intro": "AMS C槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1800710000020005", + "intro": "AMS-HT A槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0702700000020004", + "intro": "AMS C槽1的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0701730000020002", + "intro": "AMS B槽4的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0705710000020005", + "intro": "AMS F槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0700700000020002", + "intro": "AMS A槽1的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806710000020002", + "intro": "AMS-HT G槽2的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1801710000020005", + "intro": "AMS-HT B槽2的耗材送出失敗,請剪平耗材端口、檢查料盤是否卡住。" + }, + { + "ecode": "0706730000020004", + "intro": "AMS G槽4的耗材從工具頭退回失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0703720000020002", + "intro": "AMS D槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1802720000020002", + "intro": "AMS-HT C槽3的耗材送往挤出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "0702730000020001", + "intro": "AMS C槽4的耗材退出挤出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0705710000020002", + "intro": "AMS F槽2的耗材送往擠出機失敗,可能是耗材或料盤卡住。" + }, + { + "ecode": "1806700000020001", + "intro": "AMS-HT G槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0707730000020001", + "intro": "AMS H槽4的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "1807710000020001", + "intro": "AMS-HT H槽2的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0704700000020001", + "intro": "AMS E槽1的耗材退出擠出機失敗,可能是堵頭或者耗材斷在擠出機內部。" + }, + { + "ecode": "0500030000010021", + "intro": "硬體不兼容,請檢查工具頭相機。" + }, + { + "ecode": "0C00010000020008", + "intro": "獲取實況攝像頭的圖像失敗,炒麵及堆料檢測暫時失效。" + }, + { + "ecode": "0C00040000010012", + "intro": "實況攝像頭數據鏈路異常。" + }, + { + "ecode": "0C00040000020003", + "intro": "激光工作底板偏移,請確保底板的四角與熱床對齊。" + }, + { + "ecode": "0500060000020004", + "intro": "實況攝像頭不在位,請檢查硬體連接。" + }, + { + "ecode": "0C00040000020002", + "intro": "未檢測到粘性刀切粘板,請放置任務需要的粘板後繼續。" + }, + { + "ecode": "0500060000020033", + "intro": "未連接俯視攝像頭,請檢查硬體及線路連接。" + }, + { + "ecode": "0C00030000020016", + "intro": "異物檢測未生效,無法讀取實況攝影機序列號,請聯繫售後。" + }, + { + "ecode": "0500040000020031", + "intro": "在使用激光/切割模組前,需要確定俯視攝像頭的位置和姿態。請點擊“初始化”來校準俯視攝像頭。" + }, + { + "ecode": "0703210000020007", + "intro": "AMS D 槽位2出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1800200000020007", + "intro": "AMS-HT A 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0701210000020007", + "intro": "AMS B 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0703200000020007", + "intro": "AMS D 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0702200000020007", + "intro": "AMS C 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0701200000020007", + "intro": "AMS B 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0703230000020007", + "intro": "AMS D 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0700220000020007", + "intro": "AMS A 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0C00040000020019", + "intro": "俯視攝像頭安裝偏移,請參照Wiki重新進行安裝。" + }, + { + "ecode": "1804210000020007", + "intro": "AMS-HT E 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0706230000020007", + "intro": "AMS G 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1802230000020007", + "intro": "AMS-HT C 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1800220000020007", + "intro": "AMS-HT A 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0707200000020007", + "intro": "AMS H 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1807230000020007", + "intro": "AMS-HT H 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0704210000020007", + "intro": "AMS E 槽位2出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0707220000020007", + "intro": "AMS H 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1802220000020007", + "intro": "AMS-HT C 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0707210000020007", + "intro": "AMS H 槽位2出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1803200000020007", + "intro": "AMS-HT D 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1806200000020007", + "intro": "AMS-HT G 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0705230000020007", + "intro": "AMS F 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1805220000020007", + "intro": "AMS-HT F 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1802210000020007", + "intro": "AMS-HT C 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1803220000020007", + "intro": "AMS-HT D 槽位3出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0704220000020007", + "intro": "AMS E 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0706210000020007", + "intro": "AMS G 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "03009E0000030001", + "intro": "本次列印的開門檢測功能將設置為“通知”級別。" + }, + { + "ecode": "0702210000020007", + "intro": "AMS C 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0700230000020007", + "intro": "AMS A 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0701230000020007", + "intro": "AMS B 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0704200000020007", + "intro": "AMS E 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0705220000020007", + "intro": "AMS F 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0705200000020007", + "intro": "AMS F 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1807200000020007", + "intro": "AMS-HT H 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1807220000020007", + "intro": "AMS-HT H 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1800230000020007", + "intro": "AMS-HT A 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1806230000020007", + "intro": "AMS-HT G 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1801220000020007", + "intro": "AMS-HT B 槽位3出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0707230000020007", + "intro": "AMS H 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1801200000020007", + "intro": "AMS-HT B 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1807210000020007", + "intro": "AMS-HT H 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1803210000020007", + "intro": "AMS-HT D 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0706220000020007", + "intro": "AMS G 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1804200000020007", + "intro": "AMS-HT E 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1805210000020007", + "intro": "AMS-HT F 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1804220000020007", + "intro": "AMS-HT E 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "03009D0000020001", + "intro": "雕刻激光器的焦點XY標定失敗,請將激光墊板回零台清潔乾淨後,重新執行激光模組掛載校準後,進行重試。" + }, + { + "ecode": "0702230000020007", + "intro": "AMS C 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0701220000020007", + "intro": "AMS B 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0702220000020007", + "intro": "AMS C 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0703220000020007", + "intro": "AMS D 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0700210000020007", + "intro": "AMS A 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0700200000020007", + "intro": "AMS A 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1804230000020007", + "intro": "AMS-HT E 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1801210000020007", + "intro": "AMS-HT B 槽位2出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1805230000020007", + "intro": "AMS-HT F 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0704230000020007", + "intro": "AMS E 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1806220000020007", + "intro": "AMS-HT G 槽位3出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1800210000020007", + "intro": "AMS-HT A 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1805200000020007", + "intro": "AMS-HT F 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1806210000020007", + "intro": "AMS-HT G 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0705210000020007", + "intro": "AMS F 槽位2出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1801230000020007", + "intro": "AMS-HT B 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1803230000020007", + "intro": "AMS-HT D 槽位4出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "1802200000020007", + "intro": "AMS-HT C 槽位1出料霍爾傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "0706200000020007", + "intro": "AMS G 槽位1 出料霍尔傳感器掉線,可能是連接線接觸不良。" + }, + { + "ecode": "03009D0000020002", + "intro": "雕刻激光器焦點XY標定結果與設計值偏差較大,建議重新安裝激光模組並重新運行一次激光模組首次安裝初始化。" + }, + { + "ecode": "0C00010000010011", + "intro": "實況攝像頭校準失敗,請重新標定。標定前請確保:墊板清空、攝像頭畫面清晰且圖像正立。若多次校準失敗,請聯繫售後。" + }, + { + "ecode": "0500040000010052", + "intro": "未插入安全鑰匙,請按照 Wiki 正確安裝。" + }, + { + "ecode": "0500040000010051", + "intro": "急停按鈕未正確安裝,請按照 Wiki 正確安裝。" + }, + { + "ecode": "0300090000010001", + "intro": "挤出電機斷路,可能是線沒插緊或電機故障。" + }, + { + "ecode": "0300090000010002", + "intro": "挤出電機短路,可能是電機故障。" + }, + { + "ecode": "0300090000010003", + "intro": "挤出電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0300160000010001", + "intro": "挤出電機電流傳感器異常,可能是硬體採樣電路故障。" + }, + { + "ecode": "0300410000010001", + "intro": "系統電壓不穩定,觸發斷電保護功能。" + }, + { + "ecode": "1803240000010007", + "intro": "AMS-HT D 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1806240000010007", + "intro": "AMS-HT G 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1801240000010007", + "intro": "AMS-HT B 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1805240000010007", + "intro": "AMS-HT F 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1802240000010007", + "intro": "AMS-HT C 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1804240000010007", + "intro": "AMS-HT E 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1807240000010007", + "intro": "AMS-HT H 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "1800240000010007", + "intro": "AMS-HT A 開門檢測異常,可能霍爾傳感器連接線鬆動或脫落。" + }, + { + "ecode": "07FF700000020003", + "intro": "請檢查耗材是否從噴嘴擠出。如未擠出,請輕推耗材後重試。" + }, + { + "ecode": "0300D00000010002", + "intro": "刀切刀架掉落,請重新安裝。" + }, + { + "ecode": "0300D00000010001", + "intro": "刀切模組脫落,請重新安裝。" + }, + { + "ecode": "0300280000010005", + "intro": "刀切模式Z軸回零失敗,請檢查Z滑塊、Z同步帶輪是否有異物。" + }, + { + "ecode": "18FF600000020001", + "intro": "挤出機外部掛載的耗材纏繞或料盤卡住。" + }, + { + "ecode": "07FF600000020001", + "intro": "挤出機外部掛載的耗材纏繞或料盤卡住。" + }, + { + "ecode": "0500030000020020", + "intro": "U盤存儲容量不足,無法緩存打印文件。" + }, + { + "ecode": "0702010000020006", + "intro": "AMS C助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0703010000020006", + "intro": "AMS D助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0705010000020006", + "intro": "AMS F助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1802010000020006", + "intro": "AMS-HT C助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1806010000020006", + "intro": "AMS-HT G 助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0704010000020006", + "intro": "AMS E助力電機三相線未連接,可能是電機排線接觸不良。" + }, + { + "ecode": "1800010000020006", + "intro": "AMS-HT A助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1805010000020006", + "intro": "AMS-HT F 助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0701010000020006", + "intro": "AMS B助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0700010000020006", + "intro": "AMS A助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1801010000020006", + "intro": "AMS-HT B助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1807010000020006", + "intro": "AMS-HT H助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1804010000020006", + "intro": "AMS-HT E助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1803010000020006", + "intro": "AMS-HT D助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0706010000020006", + "intro": "AMS G助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707010000020006", + "intro": "AMS H助力電機三相線未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0500040000020036", + "intro": "檢測到刀切模組首次接入。為了切割更加精確,請在使用前初始化。耗時約3分鐘。" + }, + { + "ecode": "0500040000020035", + "intro": "激光組件需要校準,以獲取精確的焦點位置。請在使用前執行掛載校準。耗時約2分鐘。" + }, + { + "ecode": "0300C30000010002", + "intro": "過濾切換風門電流傳感器異常,可能是風門排線鬆動或硬件採樣電路故障。" + }, + { + "ecode": "0300A10000010001", + "intro": "腔體溫度過高,請打開上蓋和前門降溫,或降低環境溫度。" + }, + { + "ecode": "0500010000030005", + "intro": "當前U盤處於只讀模式,無法進行錄像和Timelapse錄製,請參考Wiki處理。" + }, + { + "ecode": "0500040000020038", + "intro": "請安裝刀切模組並鎖緊快拆鎖扣。如已安裝,可能是模組沒有滑入到位,請嘗試重新安裝。" + }, + { + "ecode": "0500010000020002", + "intro": "未連接實況攝像頭,請檢查硬體及線路連接。" + }, + { + "ecode": "0500060000020034", + "intro": "未連接實況攝像頭,請檢查硬體及線路連接。" + }, + { + "ecode": "0300D00000010003", + "intro": "刀切模組連接線脫落,請檢查。" + }, + { + "ecode": "1805200000020009", + "intro": "AMS-HT F槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1803200000020009", + "intro": "AMS-HT D槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1805210000020009", + "intro": "AMS-HT F槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1804210000020009", + "intro": "AMS-HT E槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1804220000020009", + "intro": "AMS-HT E槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1803210000020009", + "intro": "AMS-HT D槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1806230000020009", + "intro": "AMS-HT G槽位4耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1800220000020009", + "intro": "AMS-HT A槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1807230000020009", + "intro": "AMS-HT H槽位4耗材挤出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1802200000020009", + "intro": "AMS-HT C槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1801210000020009", + "intro": "AMS-HT B槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1807210000020009", + "intro": "AMS-HT H槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1800210000020009", + "intro": "AMS-HT A槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1802210000020009", + "intro": "AMS-HT C槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1806220000020009", + "intro": "AMS-HT G槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1806200000020009", + "intro": "AMS-HT G槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1804230000020009", + "intro": "AMS-HT E槽位4耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1801220000020009", + "intro": "AMS-HT B槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1802220000020009", + "intro": "AMS-HT C槽位3耗材挤出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1803230000020009", + "intro": "AMS-HT D槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807200000020009", + "intro": "AMS-HT H槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800230000020009", + "intro": "AMS-HT A槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1806210000020009", + "intro": "AMS-HT G槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1805220000020009", + "intro": "AMS-HT F槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807220000020009", + "intro": "AMS-HT H槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1803220000020009", + "intro": "AMS-HT D槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1805230000020009", + "intro": "AMS-HT F槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1804200000020009", + "intro": "AMS-HT E槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801200000020009", + "intro": "AMS-HT B插槽1耗材挤出异常,可能堵塞或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1800200000020009", + "intro": "AMS-HT A插槽1耗材挤出异常,可能堵塞或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1802230000020009", + "intro": "AMS-HT C插槽4耗材挤出异常,可能堵塞或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1801230000020009", + "intro": "AMS-HT B插槽4耗材挤出异常,可能堵塞或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0C0003000002000E", + "intro": "檢測到可能發生了裹頭。" + }, + { + "ecode": "0703200000030001", + "intro": "AMS D 槽位1耗材用完,正在清洗舊料,請稍等。" + }, + { + "ecode": "1800220000020001", + "intro": "AMS-HT A 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1800200000030001", + "intro": "AMS-HT A 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1801220000020004", + "intro": "AMS-HT B 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0705200000030001", + "intro": "AMS F 槽位 1 耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704200000020005", + "intro": "AMS E 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0701130000010001", + "intro": "AMS B有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701200000020002", + "intro": "AMS B 槽位1為空,請插入耗材。" + }, + { + "ecode": "0701200000020005", + "intro": "AMS B 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0702100000010001", + "intro": "AMS C有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0702230000020002", + "intro": "AMS C 槽位4為空,請插入耗材。" + }, + { + "ecode": "0703200000020005", + "intro": "AMS D 槽位1耗材用完,冲刷旧料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0703230000030001", + "intro": "AMS D 槽位4耗材用完,正在清洗舊料,請稍等。" + }, + { + "ecode": "0703200000020008", + "intro": "AMS D 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1804210000020008", + "intro": "AMS-HT E槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800130000010001", + "intro": "AMS-HT A有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800230000030002", + "intro": "AMS-HT A槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804220000030001", + "intro": "AMS-HT E槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1807100000010003", + "intro": "AMS-HT H有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1802220000020001", + "intro": "AMS-HT C 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0705210000020005", + "intro": "AMS F 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705220000020002", + "intro": "AMS F 槽位 3 為空,請插入耗材。" + }, + { + "ecode": "1806200000020004", + "intro": "AMS-HT G 槽位 1 耗材可能斷在工具頭。" + }, + { + "ecode": "1807230000020002", + "intro": "AMS-HT H 槽位4為空,請插入耗材。" + }, + { + "ecode": "1807210000020002", + "intro": "AMS-HT H槽位2為空,請插入耗材。" + }, + { + "ecode": "1802560000030001", + "intro": "AMS-HT C正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1807220000020008", + "intro": "AMS-HT H 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1805200000020008", + "intro": "AMS-HT F 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1802220000020005", + "intro": "AMS-HT C槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1803200000020003", + "intro": "AMS-HT D 槽位1耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "1804130000010001", + "intro": "AMS-HT E有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1805120000010001", + "intro": "AMS-HT F有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706210000020008", + "intro": "AMS G 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1806220000020005", + "intro": "AMS-HT G 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705200000020002", + "intro": "AMS F槽位1為空,請插入耗材。" + }, + { + "ecode": "1806220000020001", + "intro": "AMS-HT G 插槽 3 的耗材用完了,請插入新的耗材。" + }, + { + "ecode": "0707100000010001", + "intro": "AMS H有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0704200000020004", + "intro": "AMS E 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1801130000010001", + "intro": "AMS-HT B有刷電機4打滑,可能是擠出輪磨損或耗材過細。" + }, + { + "ecode": "1802110000020002", + "intro": "AMS-HT C有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1805200000030001", + "intro": "AMS-HT F 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0705130000010001", + "intro": "AMS F有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1806200000020001", + "intro": "AMS-HT G 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0703210000020008", + "intro": "AMS D 槽位2進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "1803200000020008", + "intro": "AMS-HT D 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1802200000020003", + "intro": "AMS-HT C 槽位1耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0707210000020001", + "intro": "AMS H 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1804210000030001", + "intro": "AMS-HT E 槽位2耗材用完,沖洗舊料中,請等待。" + }, + { + "ecode": "1807220000020003", + "intro": "AMS-HT H 槽位3耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1804560000030001", + "intro": "AMS-HT E正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "0707220000030001", + "intro": "AMS H 槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704120000010003", + "intro": "AMS E有刷電機3扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0705120000010003", + "intro": "AMS F有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0704100000010003", + "intro": "AMS E有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1807210000020004", + "intro": "AMS-HT H槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1806310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1807300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0704310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0705210000020009", + "intro": "AMS F槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1804350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0707220000020009", + "intro": "AMS H槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0707300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0700120000020002", + "intro": "AMS A有刷電機3過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0700220000030001", + "intro": "AMS A槽位3耗材用完,冲刷旧料中,請等待。" + }, + { + "ecode": "0700230000030001", + "intro": "AMS A 槽位4耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "0701100000010001", + "intro": "AMS B有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701110000010003", + "intro": "AMS B有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0701220000030002", + "intro": "AMS B 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702130000010001", + "intro": "AMS C有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0702220000030001", + "intro": "AMS C槽位3耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "0703120000020002", + "intro": "AMS D有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0703130000020002", + "intro": "AMS D有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0703210000020003", + "intro": "AMS D 槽位2耗材可能斷在AMS中。" + }, + { + "ecode": "0703220000020001", + "intro": "AMS D 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1801220000020001", + "intro": "AMS-HT B槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1805220000030002", + "intro": "AMS-HT F槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0705210000030002", + "intro": "AMS F 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0705210000020008", + "intro": "AMS F 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1803200000020005", + "intro": "AMS-HT D 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1805210000020003", + "intro": "AMS-HT F 槽位2耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0707220000020005", + "intro": "AMS H 槽位3耗材用完,冲刷旧料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801120000020002", + "intro": "AMS-HT B 刷式馬達 3 過載,可能是由於上料路徑阻力大或材料纏繞所致。" + }, + { + "ecode": "1807230000020001", + "intro": "AMS-HT H 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1802220000020003", + "intro": "AMS-HT C 槽位3耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1800220000030001", + "intro": "AMS-HT A 槽位3耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1807210000020001", + "intro": "AMS-HT H 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1805220000030001", + "intro": "AMS-HT F槽位3耗材用完,正在沖刷舊料,請稍等。" + }, + { + "ecode": "1803210000020004", + "intro": "AMS-HT D 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0707560000030001", + "intro": "AMS H正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1801230000030001", + "intro": "AMS-HT B 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0706130000010003", + "intro": "AMS G 有刷電機4扭矩控制異常,可能是電流感應器異常。" + }, + { + "ecode": "1807220000020004", + "intro": "AMS-HT H 槽位3 耗材可能斷在工具頭。" + }, + { + "ecode": "1804110000010001", + "intro": "AMS-HT E 有刷電機 2 打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1803230000020005", + "intro": "AMS-HT D槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0707230000020008", + "intro": "AMS H槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0704130000010001", + "intro": "AMS E有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801200000030002", + "intro": "AMS-HT B槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807200000020008", + "intro": "AMS-HT H槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707200000020008", + "intro": "AMS H槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0700100000010003", + "intro": "AMS A有刷電機1扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0700220000020004", + "intro": "AMS A 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0701220000020001", + "intro": "AMS B 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0702230000020005", + "intro": "AMS C槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0703210000020001", + "intro": "AMS D 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0703220000020005", + "intro": "AMS D 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0703220000030001", + "intro": "AMS D槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1806230000030002", + "intro": "AMS-HT G 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804130000010003", + "intro": "AMS-HT E有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1806110000010003", + "intro": "AMS-HT G有刷電機2扭矩控制異常,可能是電流感應器異常。" + }, + { + "ecode": "1805130000010003", + "intro": "AMS-HT F有刷電機4扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "1802110000010001", + "intro": "AMS-HT C有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701210000020008", + "intro": "AMS B 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1801130000020002", + "intro": "AMS-HT B有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1803120000010003", + "intro": "AMS-HT D有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1803130000020002", + "intro": "AMS-HT D有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1807110000010003", + "intro": "AMS-HT H有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1802210000020003", + "intro": "AMS-HT C 槽位2耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0705200000020004", + "intro": "AMS F 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1806100000010003", + "intro": "AMS-HT G有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1800210000030002", + "intro": "AMS-HT A 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0703560000030001", + "intro": "AMS D正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1806200000020003", + "intro": "AMS-HT G 插槽1的耗材可能在 AMS-HT 中断开。" + }, + { + "ecode": "0704210000020003", + "intro": "AMS E 插槽2 的耗材可能在 AMS 中断开。" + }, + { + "ecode": "1807200000020004", + "intro": "AMS-HT H槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1804230000030001", + "intro": "AMS-HT E 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704110000010001", + "intro": "AMS E有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800210000020004", + "intro": "AMS-HT A槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0704210000030001", + "intro": "AMS E槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0706130000020002", + "intro": "AMS G有刷電機4過載,可能是供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1804210000020003", + "intro": "AMS-HT E 槽位2耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1806210000020002", + "intro": "AMS-HT G 槽位2為空,請插入耗材。" + }, + { + "ecode": "1805210000020001", + "intro": "AMS-HT F 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0706110000010001", + "intro": "AMS G有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807200000020003", + "intro": "AMS-HT H 槽位1耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0706130000010001", + "intro": "AMS G有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1802210000030002", + "intro": "AMS-HT C 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807130000020002", + "intro": "AMS-HT H有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0703220000020008", + "intro": "AMS D槽位3進料霍尔傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800400000020004", + "intro": "緩衝區位置信號異常,可能緩衝區彈簧卡住或耗材纏繞。" + }, + { + "ecode": "0704200000020009", + "intro": "AMS E槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1806300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0704310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1800310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0705310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1807310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1806350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0700220000020002", + "intro": "AMS A 槽位3為空,請插入耗材。" + }, + { + "ecode": "0701200000020004", + "intro": "AMS B 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0701230000030001", + "intro": "AMS B 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0702200000020002", + "intro": "AMS C 槽位1為空,請插入耗材。" + }, + { + "ecode": "0702210000020001", + "intro": "AMS C 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0702210000030001", + "intro": "AMS C 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0703110000010001", + "intro": "AMS D有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0703130000010003", + "intro": "AMS D有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0703230000020001", + "intro": "AMS D 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "0703230000020002", + "intro": "AMS D 槽位4為空,請插入耗材。" + }, + { + "ecode": "0700200000020008", + "intro": "AMS A 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0701200000020008", + "intro": "AMS B 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707200000030001", + "intro": "AMS H槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704220000020005", + "intro": "AMS E 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705210000020001", + "intro": "AMS F 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1802100000020002", + "intro": "AMS-HT C有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1805130000010001", + "intro": "AMS-HT F有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0707230000030002", + "intro": "AMS H 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0705100000020002", + "intro": "AMS F有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1800210000020008", + "intro": "AMS-HT A槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707220000020002", + "intro": "AMS H 槽位3為空,請插入耗材。" + }, + { + "ecode": "0704130000020002", + "intro": "AMS E有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1803230000030001", + "intro": "AMS-HT D槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1801220000020002", + "intro": "AMS-HT B 槽位3為空,請插入耗材。" + }, + { + "ecode": "0704230000020003", + "intro": "AMS E 插槽4 的耗材可能在 AMS 中断开。" + }, + { + "ecode": "0706230000030001", + "intro": "AMS G 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0705210000020004", + "intro": "AMS F 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1806200000030002", + "intro": "AMS-HT G 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0704220000020001", + "intro": "AMS E 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1803120000010001", + "intro": "AMS-HT D有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1803210000020003", + "intro": "AMS-HT D 插槽2 的耗材可能在 AMS-HT 中断开。" + }, + { + "ecode": "0706210000020004", + "intro": "AMS G 槽位2 耗材可能斷在工具頭。" + }, + { + "ecode": "0707120000010001", + "intro": "AMS H有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801120000010001", + "intro": "AMS-HT B有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801210000020002", + "intro": "AMS-HT B 槽位2為空,請插入耗材。" + }, + { + "ecode": "1805200000030002", + "intro": "AMS-HT F 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1800230000020004", + "intro": "AMS-HT A 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1800230000020005", + "intro": "AMS-HT A 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1806130000010003", + "intro": "AMS-HT G有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706200000020003", + "intro": "AMS G 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "1802230000020003", + "intro": "AMS-HT C 槽位4耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0705200000020001", + "intro": "AMS F 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1807230000020005", + "intro": "AMS-HT H槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1805560000030001", + "intro": "AMS-HT F 正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1805210000020008", + "intro": "AMS-HT F 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1805210000030002", + "intro": "AMS-HT F槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1803230000020004", + "intro": "AMS-HT D 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0707200000020003", + "intro": "AMS H 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "0706230000020001", + "intro": "AMS G 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1807120000010003", + "intro": "AMS-HT H有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1800220000030002", + "intro": "AMS-HT A槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1806560000030001", + "intro": "AMS-HT G 正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "0701230000020008", + "intro": "AMS B 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0700110000020002", + "intro": "AMS A有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0700200000020003", + "intro": "AMS A 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "0700200000020004", + "intro": "AMS A 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0700210000020001", + "intro": "AMS A 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0701100000020002", + "intro": "AMS B有刷電機1過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0701110000020002", + "intro": "AMS B有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0701130000020002", + "intro": "AMS B有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0701200000030001", + "intro": "AMS B 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0701230000030002", + "intro": "AMS B 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702200000020001", + "intro": "AMS C 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0703200000020001", + "intro": "AMS D 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0703210000030002", + "intro": "AMS D 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0703230000030002", + "intro": "AMS D 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1801220000030002", + "intro": "AMS-HT B槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1802220000020004", + "intro": "AMS-HT C 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1804120000010001", + "intro": "AMS-HT E 有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1806210000030001", + "intro": "AMS-HT G槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1801210000030002", + "intro": "AMS-HT B 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1802200000020005", + "intro": "AMS-HT C槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1807110000020002", + "intro": "AMS-HT H有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0707100000010003", + "intro": "AMS H有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706230000020004", + "intro": "AMS G 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0705220000020004", + "intro": "AMS F 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1806210000020004", + "intro": "AMS-HT G 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1803200000020001", + "intro": "AMS-HT D 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1800120000020002", + "intro": "AMS-HT A有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1802210000020004", + "intro": "AMS-HT C 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1800220000020002", + "intro": "AMS-HT A 槽位3為空,請插入耗材。" + }, + { + "ecode": "0706210000020002", + "intro": "AMS G槽位2為空,請插入耗材。" + }, + { + "ecode": "1801220000020005", + "intro": "AMS-HT B槽位3耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1800200000020008", + "intro": "AMS-HT A 槽位1 進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1806220000030002", + "intro": "AMS-HT G槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1802200000020002", + "intro": "AMS-HT C槽位1為空,請插入耗材。" + }, + { + "ecode": "0706220000020004", + "intro": "AMS G槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0706220000020002", + "intro": "AMS G 槽位3為空,請插入耗材。" + }, + { + "ecode": "1800110000010003", + "intro": "AMS-HT A有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1805230000020005", + "intro": "AMS-HT F 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1804110000010003", + "intro": "AMS-HT E有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1806220000030001", + "intro": "AMS-HT G槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704230000030002", + "intro": "AMS E 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804200000020005", + "intro": "AMS-HT E 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801230000020005", + "intro": "AMS-HT B槽位4耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1800300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1804310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0705200000020009", + "intro": "AMS F槽位1耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "18FF200000020002", + "intro": "未發現外部掛載的耗材;請裝入新的耗材。" + }, + { + "ecode": "1807350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0705300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "18FF200000020001", + "intro": "外部掛載的耗材用完;請裝入新的耗材。" + }, + { + "ecode": "1800450000020001", + "intro": "切料傳感器異常。請檢查連接器是否正確插入。" + }, + { + "ecode": "1805310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0704230000020009", + "intro": "AMS E槽位4耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0707350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0700110000010001", + "intro": "AMS A有刷電機2打滑,可能是擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701120000020002", + "intro": "AMS B有刷電機3過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0701200000020001", + "intro": "AMS B槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0702200000020003", + "intro": "AMS C 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "0702210000020005", + "intro": "AMS C 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0703110000010003", + "intro": "AMS D有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0703210000020002", + "intro": "AMS D 槽位2 為空,請插入耗材。" + }, + { + "ecode": "1801210000020001", + "intro": "AMS-HT B槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0700560000030001", + "intro": "AMS A正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1805120000020002", + "intro": "AMS-HT F有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1806210000030002", + "intro": "AMS-HT G 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1805100000010003", + "intro": "AMS-HT F有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0707220000020004", + "intro": "AMS H槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0704120000010001", + "intro": "AMS E有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0704210000020001", + "intro": "AMS E 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1802130000010001", + "intro": "AMS-HT C有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1806230000030001", + "intro": "AMS-HT G 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0707230000030001", + "intro": "AMS H 槽位4耗材用完,清洗中,請等待。" + }, + { + "ecode": "1800130000020002", + "intro": "AMS-HT A有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1803200000020004", + "intro": "AMS-HT D槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1800230000020002", + "intro": "AMS-HT A 槽位4為空,請插入耗材。" + }, + { + "ecode": "1801100000010001", + "intro": "AMS-HT B有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807100000020002", + "intro": "AMS-HT H有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0707200000020002", + "intro": "AMS H 槽位1為空,請插入耗材。" + }, + { + "ecode": "1802220000020008", + "intro": "AMS-HT C 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1801230000020001", + "intro": "AMS-HT B槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1805230000030002", + "intro": "AMS-HT F槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804200000020004", + "intro": "AMS-HT E 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1802120000020002", + "intro": "AMS-HT C有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0705120000020002", + "intro": "AMS F有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1805110000010003", + "intro": "AMS-HT F 有刷電機 2 扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1807220000030002", + "intro": "AMS-HT H槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807210000020008", + "intro": "AMS-HT H槽位2進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "1807230000030002", + "intro": "AMS-HT H 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0700210000020003", + "intro": "AMS A 槽位2耗材可能斷在AMS中。" + }, + { + "ecode": "0700230000020003", + "intro": "AMS A 槽位4耗材可能斷在 AMS 中。" + }, + { + "ecode": "0701200000030002", + "intro": "AMS B槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702130000010003", + "intro": "AMS C有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0703220000020003", + "intro": "AMS D 槽位3耗材可能斷在AMS中。" + }, + { + "ecode": "1803120000020002", + "intro": "AMS-HT D有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1801110000010001", + "intro": "AMS-HT B有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706220000020001", + "intro": "AMS G 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1803230000020002", + "intro": "AMS-HT D 槽位4為空,請插入耗材。" + }, + { + "ecode": "1803110000010003", + "intro": "AMS-HT D 有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706220000020005", + "intro": "AMS G 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1806110000010001", + "intro": "AMS-HT G有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1802220000030002", + "intro": "AMS-HT C 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0707200000020004", + "intro": "AMS H 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1803230000020001", + "intro": "AMS-HT D插槽4耗材已用完,請更換新的耗材。" + }, + { + "ecode": "1802100000010003", + "intro": "AMS-HT C有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1801210000020003", + "intro": "AMS-HT B 槽位2耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0705130000020002", + "intro": "AMS F 有刷電機 4 過載,可能是由於供料路徑阻力大或耗材纏繞所引起。" + }, + { + "ecode": "1803220000030002", + "intro": "AMS-HT D 槽位3耗材用完,已自動切換至另一個有相同耗材的槽位。" + }, + { + "ecode": "1805230000020002", + "intro": "AMS-HT F槽位4為空,請插入耗材。" + }, + { + "ecode": "1805200000020003", + "intro": "AMS-HT F 槽位1耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1800200000020004", + "intro": "AMS-HT A 型槽位 1 耗材可能斷在工具頭。" + }, + { + "ecode": "1803200000020002", + "intro": "AMS-HT D槽位1為空,請插入耗材。" + }, + { + "ecode": "1800120000010003", + "intro": "AMS-HT A有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0704110000010003", + "intro": "AMS E有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1804110000020002", + "intro": "AMS-HT E有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1805130000020002", + "intro": "AMS-HT F有刷電機4過載,可能供料路径阻力大或耗材纏繞。" + }, + { + "ecode": "1804130000020002", + "intro": "AMS-HT E有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1800220000020003", + "intro": "AMS-HT A 槽位3耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0706210000020001", + "intro": "AMS G槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0705220000020005", + "intro": "AMS F 槽位3耗材用完,沖洗舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0707220000020008", + "intro": "AMS H 槽位 3 進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1801210000020004", + "intro": "AMS-HT B槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1803300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0706300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1800450000020002", + "intro": "切刀刀柄行程異常,可能電機丟步或XY未回零。" + }, + { + "ecode": "1802300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1802310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1806310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1802300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0705230000020009", + "intro": "AMS F槽位4耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0707310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0700100000010001", + "intro": "AMS A有刷電機1打滑,可能是擠出輪磨損或耗材過細。" + }, + { + "ecode": "0700100000020002", + "intro": "AMS A有刷電機1過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0700120000010001", + "intro": "AMS A有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0700130000010001", + "intro": "AMS A有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0702110000020002", + "intro": "AMS C有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0702210000020004", + "intro": "AMS C 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0702220000020004", + "intro": "AMS C槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0702220000030002", + "intro": "AMS C 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1805210000020005", + "intro": "AMS-HT F槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1802200000030002", + "intro": "AMS-HT C 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804220000020008", + "intro": "AMS-HT E 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0705230000020002", + "intro": "AMS F 槽位4為空,請插入耗材。" + }, + { + "ecode": "1800200000020005", + "intro": "AMS-HT A 槽位 1 耗材用完,冲刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1805220000020002", + "intro": "AMS-HT F 槽位3 為空,請插入耗材。" + }, + { + "ecode": "0706230000020008", + "intro": "AMS G 槽位4 進料霍爾感測器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707220000020001", + "intro": "AMS H 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0706200000020002", + "intro": "AMS G 槽位1為空,請插入耗材。" + }, + { + "ecode": "0702220000020008", + "intro": "AMS C 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1807230000030001", + "intro": "AMS-HT H 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0707230000020002", + "intro": "AMS H 槽位4為空,請插入耗材。" + }, + { + "ecode": "0707220000030002", + "intro": "AMS H 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0705100000010003", + "intro": "AMS F有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1803210000020005", + "intro": "AMS-HT D 槽位2耗材用完,清洗旧料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1805210000020004", + "intro": "AMS-HT F 插槽 2 的耗材可能斷裂在工具頭。" + }, + { + "ecode": "1800210000020001", + "intro": "AMS-HT A 插槽 2 的耗材用完了,請插入新的耗材。" + }, + { + "ecode": "1803210000030001", + "intro": "AMS-HT D 槽位2耗材用完,正在清洗。請稍候。" + }, + { + "ecode": "0704200000020002", + "intro": "AMS E 槽位1為空,請插入耗材。" + }, + { + "ecode": "1802130000010003", + "intro": "AMS-HT C有刷電機4扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "1804210000030002", + "intro": "AMS-HT E 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1800200000030002", + "intro": "AMS-HT A槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0705220000030002", + "intro": "AMS F槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1802210000030001", + "intro": "AMS-HT C槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1806230000020008", + "intro": "AMS-HT G槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1805220000020001", + "intro": "AMS-HT F 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1802200000020001", + "intro": "AMS-HT C槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0700200000020001", + "intro": "AMS A 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0700210000030002", + "intro": "AMS A 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0701110000010001", + "intro": "AMS B有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701120000010003", + "intro": "AMS B有刷電機3扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0702230000020003", + "intro": "AMS C 槽位4耗材可能斷在AMS中。" + }, + { + "ecode": "0704100000020002", + "intro": "AMS E有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1807200000020001", + "intro": "AMS-HT H槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "0704560000030001", + "intro": "AMS E 正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1804230000030002", + "intro": "AMS-HT E 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1803110000020002", + "intro": "AMS-HT D 有刷電機2 過載,可能是供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0705110000010001", + "intro": "AMS F有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807210000020005", + "intro": "AMS-HT H槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1803220000020001", + "intro": "AMS-HT D槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0707210000020008", + "intro": "AMS H槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800230000030001", + "intro": "AMS-HT A 插槽 4 耗材用完,正在清洗旧料中,请等待。" + }, + { + "ecode": "1800120000010001", + "intro": "AMS-HT A有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801220000020008", + "intro": "AMS-HT B槽位3進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "0707120000020002", + "intro": "AMS H有刷電機3過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "0705110000010003", + "intro": "AMS F有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1805220000020004", + "intro": "AMS-HT F 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1807110000010001", + "intro": "AMS-HT H有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801560000030001", + "intro": "AMS-HT B正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "0706200000030001", + "intro": "AMS G 槽位1耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1807210000030001", + "intro": "AMS-HT H 槽位2耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1804200000020001", + "intro": "AMS-HT E槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1804200000030002", + "intro": "AMS-HT E槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0706220000030001", + "intro": "AMS G 槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1804220000020003", + "intro": "AMS-HT E 槽位3耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "0706230000020009", + "intro": "AMS G槽位4耗材擠出異常,可能是堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1804300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1802350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "18FF200000020004", + "intro": "請從擠出機中拉出外部掛載的耗材。" + }, + { + "ecode": "0705350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0706210000020009", + "intro": "AMS G槽位2耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1801310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1805350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "18FF450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "0707300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1800300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0701200000020003", + "intro": "AMS B 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "0702200000020004", + "intro": "AMS C槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0703100000010003", + "intro": "AMS D有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0703120000010001", + "intro": "AMS D有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0703230000020003", + "intro": "AMS D 槽位4耗材可能斷在 AMS 中。" + }, + { + "ecode": "0705230000020004", + "intro": "AMS F槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1800220000020008", + "intro": "AMS-HT A 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707130000010003", + "intro": "AMS H有刷電機4扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "1806200000020002", + "intro": "AMS-HT G 槽位1為空,請插入耗材。" + }, + { + "ecode": "0707220000020003", + "intro": "AMS H 槽位3耗材可能斷在 AMS 中。" + }, + { + "ecode": "0706100000020002", + "intro": "AMS G有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704210000020004", + "intro": "AMS E 槽位2 耗材可能斷在工具頭。" + }, + { + "ecode": "0706220000020003", + "intro": "AMS G 插槽3 的耗材可能在 AMS 中断开。" + }, + { + "ecode": "0705220000030001", + "intro": "AMS F 槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0707210000030001", + "intro": "AMS H槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1806230000020003", + "intro": "AMS-HT G 槽位4耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1806230000020005", + "intro": "AMS-HT G 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1804100000010003", + "intro": "AMS-HT E 刷式馬達 1 扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0703230000020008", + "intro": "AMS D槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1805200000020004", + "intro": "AMS-HT F 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1802220000030001", + "intro": "AMS-HT C槽位3耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1804220000020002", + "intro": "AMS-HT E 槽位3為空,請插入耗材。" + }, + { + "ecode": "1806220000020008", + "intro": "AMS-HT G 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0704120000020002", + "intro": "AMS E有刷電機3過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "0705120000010001", + "intro": "AMS F有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800100000010003", + "intro": "AMS-HT A有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1801200000020001", + "intro": "AMS-HT B 槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1801230000020008", + "intro": "AMS-HT B 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1804220000030002", + "intro": "AMS-HT E 槽 3 的耗材已耗盡,並已自動切換到具有相同耗材的槽。" + }, + { + "ecode": "0706110000010003", + "intro": "AMS G有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0707120000010003", + "intro": "AMS H有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1807200000030001", + "intro": "AMS-HT H槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1806200000020008", + "intro": "AMS-HT G槽位1進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "0705100000010001", + "intro": "AMS F有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1804230000020002", + "intro": "AMS-HT E槽位4為空, 請插入耗材。" + }, + { + "ecode": "0700130000020002", + "intro": "AMS A有刷電機4過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0700220000020005", + "intro": "AMS A 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0700230000020001", + "intro": "AMS A 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "0701210000020001", + "intro": "AMS B 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0701220000030001", + "intro": "AMS B 槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0701230000020003", + "intro": "AMS B 槽位4耗材可能斷在AMS中。" + }, + { + "ecode": "0702200000030002", + "intro": "AMS C槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702230000020001", + "intro": "請插入新的 AMS C 槽位4 耗材。" + }, + { + "ecode": "0702230000020004", + "intro": "AMS C槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0703100000010001", + "intro": "AMS D有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0703200000030002", + "intro": "AMS D 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0703230000020004", + "intro": "AMS D 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0703230000020005", + "intro": "AMS D 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1802220000020002", + "intro": "AMS-HT C槽位3為空,請插入耗材。" + }, + { + "ecode": "1803100000020002", + "intro": "AMS-HT D有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1803210000020001", + "intro": "AMS-HT D 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1800220000020005", + "intro": "AMS-HT A 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "0707130000020002", + "intro": "AMS H有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1804200000020002", + "intro": "AMS-HT E 槽位1為空,請插入耗材。" + }, + { + "ecode": "0700210000020008", + "intro": "AMS A 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1806210000020005", + "intro": "AMS-HT G 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1802230000020008", + "intro": "AMS-HT C 槽位4 進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "1801110000020002", + "intro": "AMS-HT B有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1801230000020003", + "intro": "AMS-HT B 插槽4 的耗材可能在 AMS-HT 中断开。" + }, + { + "ecode": "1803220000030001", + "intro": "AMS-HT D 槽位3耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1807560000030001", + "intro": "AMS-HT H正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "0706110000020002", + "intro": "AMS G有刷電機2過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0706230000020005", + "intro": "AMS G槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705130000010003", + "intro": "AMS F有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1804220000020005", + "intro": "AMS-HT E 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801200000020002", + "intro": "AMS-HT B槽位1為空,請插入耗材。" + }, + { + "ecode": "1801110000010003", + "intro": "AMS-HT B有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1804230000020004", + "intro": "AMS-HT E 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0706200000020001", + "intro": "AMS G槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1803200000030001", + "intro": "AMS-HT D 槽位 1 耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0706120000010001", + "intro": "AMS G有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1806230000020001", + "intro": "AMS-HT G槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1802230000030001", + "intro": "AMS-HT C 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0706230000030002", + "intro": "AMS G 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1805310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1803310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1805300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0706310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1802310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0704350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0707210000020009", + "intro": "AMS H槽位2耗材挤出异常,可能是堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "18FE450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "0701210000020005", + "intro": "AMS B 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0701210000030002", + "intro": "AMS B 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0701220000020002", + "intro": "AMS B槽位3為空,請插入耗材。" + }, + { + "ecode": "0701230000020001", + "intro": "AMS B 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "0701230000020005", + "intro": "AMS B 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0702220000020002", + "intro": "AMS C 槽位3為空,請插入耗材。" + }, + { + "ecode": "0702230000030001", + "intro": "AMS C槽位4耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "0703200000020003", + "intro": "AMS D 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "0702200000020008", + "intro": "AMS C槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707130000010001", + "intro": "AMS H有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807200000020005", + "intro": "AMS-HT H槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0704220000020003", + "intro": "AMS E 槽位3耗材可能斷在AMS中。" + }, + { + "ecode": "0704210000020002", + "intro": "AMS E 槽位2 為空,請插入耗材。" + }, + { + "ecode": "1805200000020005", + "intro": "AMS-HT F槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801100000010003", + "intro": "AMS-HT B有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706200000030002", + "intro": "AMS G 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0704130000010003", + "intro": "AMS E有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706560000030001", + "intro": "AMS G正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1806120000010003", + "intro": "AMS-HT G有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0705230000020005", + "intro": "AMS F槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0706120000010003", + "intro": "AMS G有刷電機3扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "1801230000030002", + "intro": "AMS-HT B 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807220000020002", + "intro": "AMS-HT H 槽位3為空,請插入耗材。" + }, + { + "ecode": "0707210000020003", + "intro": "AMS H 槽位2耗材可能斷在AMS中。" + }, + { + "ecode": "1802230000020002", + "intro": "AMS-HT C槽位4為空,請插入耗材。" + }, + { + "ecode": "1806120000010001", + "intro": "AMS-HT G有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0704230000020008", + "intro": "AMS E槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1805120000010003", + "intro": "AMS-HT F有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1805220000020008", + "intro": "AMS-HT F槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800100000010001", + "intro": "AMS-HT A有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0705230000020003", + "intro": "AMS F 槽位4耗材可能斷在AMS中。" + }, + { + "ecode": "0707110000010003", + "intro": "AMS H有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0705210000020002", + "intro": "AMS F 槽位2為空,請插入耗材。" + }, + { + "ecode": "1800210000020002", + "intro": "AMS-HT A槽位2為空,請插入耗材。" + }, + { + "ecode": "1806110000020002", + "intro": "AMS-HT G有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1806130000020002", + "intro": "AMS-HT G有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1800230000020001", + "intro": "AMS-HT A槽位4耗材用完,请插入新耗材。" + }, + { + "ecode": "0700200000030002", + "intro": "AMS A 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0700210000020004", + "intro": "AMS A 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0700210000030001", + "intro": "AMS A 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0700220000020003", + "intro": "AMS A 槽位3耗材可能斷在AMS中。" + }, + { + "ecode": "0700230000020002", + "intro": "AMS A槽位4為空,請插入耗材。" + }, + { + "ecode": "0701100000010003", + "intro": "AMS B有刷電機1扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0701210000020002", + "intro": "AMS B 槽位2為空,請插入耗材。" + }, + { + "ecode": "0703100000020002", + "intro": "AMS D有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0703220000020004", + "intro": "AMS D 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1801200000020004", + "intro": "AMS-HT B 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0706100000010003", + "intro": "AMS G 有刷電機 1 扭矩控制異常,可能是電流感應器異常。" + }, + { + "ecode": "1804230000020001", + "intro": "AMS-HT E 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1803220000020004", + "intro": "AMS-HT D 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1802100000010001", + "intro": "AMS-HT C有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706210000020003", + "intro": "AMS G 插槽2 的耗材可能在 AMS 中断开。" + }, + { + "ecode": "0704200000020001", + "intro": "AMS E 插槽 1 耗材用完,請插入新的耗材。" + }, + { + "ecode": "1801200000030001", + "intro": "AMS-HT B 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1805230000020001", + "intro": "AMS-HT F槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1806230000020004", + "intro": "AMS-HT G 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0706210000030002", + "intro": "AMS G槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1806100000020002", + "intro": "AMS-HT G有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1801130000010003", + "intro": "AMS-HT B有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1807220000030001", + "intro": "AMS-HT H槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1804210000020005", + "intro": "AMS-HT E槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1804220000020004", + "intro": "AMS-HT E槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0704100000010001", + "intro": "AMS E有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0704210000020008", + "intro": "AMS E 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0706120000020002", + "intro": "AMS G有刷電機3過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "1802230000020004", + "intro": "AMS-HT C 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0707110000020002", + "intro": "AMS H有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704220000020004", + "intro": "AMS E 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0706100000010001", + "intro": "AMS G有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800210000020003", + "intro": "AMS-HT A 槽位2耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1800110000020002", + "intro": "AMS-HT A有刷電機2過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "1807230000020004", + "intro": "AMS-HT H 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0704230000020001", + "intro": "AMS E 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "0704210000020005", + "intro": "AMS E 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1803130000010001", + "intro": "AMS-HT D有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1805300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0704300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0707230000020009", + "intro": "AMS H槽位4耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1803300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1804310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1800310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "1803350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0704210000020009", + "intro": "AMS E槽位2耗材擠出異常,可能是堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1801300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0700200000020002", + "intro": "AMS A 槽位1為空,請插入耗材。" + }, + { + "ecode": "0700230000020004", + "intro": "AMS A 槽位4耗材可能斷在工具頭中。" + }, + { + "ecode": "0700230000020005", + "intro": "AMS A槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0701220000020005", + "intro": "AMS B 槽位3耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0702120000010001", + "intro": "AMS C有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0702210000020002", + "intro": "AMS C 槽位2為空,請插入耗材。" + }, + { + "ecode": "0703220000030002", + "intro": "AMS D槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1803230000030002", + "intro": "AMS-HT D槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807200000020002", + "intro": "AMS-HT H 槽位1為空,請插入耗材。" + }, + { + "ecode": "1805230000020004", + "intro": "AMS-HT F 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1807230000020003", + "intro": "AMS-HT H 槽位4耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "1804120000020002", + "intro": "AMS-HT E有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0705230000020008", + "intro": "AMS F 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1803220000020002", + "intro": "AMS-HT D 槽位3為空,請插入耗材。" + }, + { + "ecode": "1807220000020001", + "intro": "AMS-HT H 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1805220000020003", + "intro": "AMS-HT F 插槽3 的耗材可能在 AMS-HT 中断开。" + }, + { + "ecode": "1800230000020008", + "intro": "AMS-HT A槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0707230000020005", + "intro": "AMS H 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0707200000020005", + "intro": "AMS H 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1802230000030002", + "intro": "AMS-HT C 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1805200000020002", + "intro": "AMS-HT F 槽位1為空,請插入耗材。" + }, + { + "ecode": "1801200000020005", + "intro": "AMS-HT B 型槽位 1 耗材用完,冲刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705210000020003", + "intro": "AMS F 槽位2耗材可能斷在AMS中。" + }, + { + "ecode": "0705210000030001", + "intro": "AMS F 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0705220000020008", + "intro": "AMS F 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1802120000010001", + "intro": "AMS-HT C有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801220000020003", + "intro": "AMS-HT B 槽位3耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0707210000020005", + "intro": "AMS H 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0700120000010003", + "intro": "AMS A有刷電機3扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0700200000030001", + "intro": "AMS A 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0700210000020005", + "intro": "AMS A槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0700230000030002", + "intro": "AMS A 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0701220000020003", + "intro": "AMS B 槽位3耗材可能斷在 AMS 中。" + }, + { + "ecode": "0702220000020001", + "intro": "AMS C 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0702220000020003", + "intro": "AMS C 槽位3耗材可能斷在 AMS 中。" + }, + { + "ecode": "0703120000010003", + "intro": "AMS D有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1801100000020002", + "intro": "AMS-HT B有刷電機1過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "1806100000010001", + "intro": "AMS-HT G有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1805110000010001", + "intro": "AMS-HT F有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1803110000010001", + "intro": "AMS-HT D有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807120000020002", + "intro": "AMS-HT H有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0707200000030002", + "intro": "AMS H 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1803230000020008", + "intro": "AMS-HT D 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1804200000020003", + "intro": "AMS-HT E 槽位1耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1807220000020005", + "intro": "AMS-HT H 槽位3耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1806220000020002", + "intro": "AMS-HT G 槽位3為空,請插入耗材。" + }, + { + "ecode": "1807130000010001", + "intro": "AMS-HT H有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0707230000020001", + "intro": "AMS H槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1801210000020008", + "intro": "AMS-HT B 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1802210000020001", + "intro": "AMS-HT C 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "0707210000020002", + "intro": "AMS H 槽位2為空,請插入耗材。" + }, + { + "ecode": "0704200000030002", + "intro": "AMS E 槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1804210000020002", + "intro": "AMS-HT E槽位2為空,請插入耗材。" + }, + { + "ecode": "0705220000020001", + "intro": "AMS F 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1800200000020003", + "intro": "AMS-HT A 槽位1耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1805230000020003", + "intro": "AMS-HT F 槽位4耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1802230000020001", + "intro": "AMS-HT C 槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1804230000020003", + "intro": "AMS-HT E 槽位4耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0704300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0704220000020009", + "intro": "AMS E槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1801350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0706310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1800350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "1806300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0707310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0705300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0707200000020009", + "intro": "AMS H槽位1耗材擠出異常,可能塞頭或耗材太細導致擠出機打滑。" + }, + { + "ecode": "1801300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0706220000020009", + "intro": "AMS G槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1800400000020003", + "intro": "多通緩衝通信異常,可能連接線異常。" + }, + { + "ecode": "0706350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0705310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0700200000020005", + "intro": "AMS A槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0700220000030002", + "intro": "AMS A 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0701220000020004", + "intro": "AMS B槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0701230000020004", + "intro": "AMS B 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0702130000020002", + "intro": "AMS C有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0702200000020005", + "intro": "AMS C槽位1耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801210000020005", + "intro": "AMS-HT B 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1801210000030001", + "intro": "AMS-HT B 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1804220000020001", + "intro": "AMS-HT E 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "1803560000030001", + "intro": "AMS-HT D正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1805100000020002", + "intro": "AMS-HT F有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704220000020002", + "intro": "AMS E 槽位3為空,請插入耗材。" + }, + { + "ecode": "0704210000030002", + "intro": "AMS E 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1801120000010003", + "intro": "AMS-HT B 有刷電機3扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "1803220000020005", + "intro": "AMS-HT D 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1806210000020008", + "intro": "AMS-HT G 槽位2進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "1802200000020004", + "intro": "AMS-HT C槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0706200000020008", + "intro": "AMS G 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1807100000010001", + "intro": "AMS-HT H有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1804100000020002", + "intro": "AMS-HT E有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1804100000010001", + "intro": "AMS-HT E有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807120000010001", + "intro": "AMS-HT H有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0705200000020008", + "intro": "AMS F 槽位1進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "0704230000030001", + "intro": "AMS E 槽位4耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "0704220000030001", + "intro": "AMS E 槽位3耗材用完,正在清洗舊物料,請等待。" + }, + { + "ecode": "0701560000030001", + "intro": "AMS B正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "1806200000030001", + "intro": "AMS-HT G 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704200000020003", + "intro": "AMS E 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "1800130000010003", + "intro": "AMS-HT A有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0707100000020002", + "intro": "AMS H有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0705230000030002", + "intro": "AMS F槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0706220000030002", + "intro": "AMS G槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0704230000020005", + "intro": "AMS E槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0704200000020008", + "intro": "AMS E槽位1進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "0707210000020004", + "intro": "AMS H 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1806210000020003", + "intro": "AMS-HT G 槽位2耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "0700220000020008", + "intro": "AMS A槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800210000030001", + "intro": "AMS-HT A 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0705110000020002", + "intro": "AMS F 有刷電機2 過載,可能供料路徑阻力大或耗材線圈纏繞。" + }, + { + "ecode": "0700110000010003", + "intro": "AMS A有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0700210000020002", + "intro": "AMS A 槽位2為空,請插入耗材。" + }, + { + "ecode": "0701120000010001", + "intro": "AMS B有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0701130000010003", + "intro": "AMS B有刷電機4扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0701210000020003", + "intro": "AMS B 槽位2耗材可能斷在AMS中。" + }, + { + "ecode": "0702100000020002", + "intro": "AMS C有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0702120000010003", + "intro": "AMS C有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0702210000020003", + "intro": "AMS C 槽位2耗材可能斷在 AMS 中。" + }, + { + "ecode": "0702220000020005", + "intro": "AMS C 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0703110000020002", + "intro": "AMS D有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0703130000010001", + "intro": "AMS D有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0703200000020002", + "intro": "AMS D槽位1為空,請插入耗材。" + }, + { + "ecode": "0703210000030001", + "intro": "AMS D 槽位2耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1800560000030001", + "intro": "AMS-HT A 正在進行烘乾冷卻,請等待冷卻後操作。" + }, + { + "ecode": "1804210000020001", + "intro": "AMS-HT E 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1801200000020008", + "intro": "AMS-HT B 槽位1進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1803210000020002", + "intro": "AMS-HT D 槽位2 為空,請插入耗材。" + }, + { + "ecode": "1802210000020005", + "intro": "AMS-HT C槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1802230000020005", + "intro": "AMS-HT C槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1800200000020001", + "intro": "AMS-HT A插槽1耗材已用完,請更換新的耗材。" + }, + { + "ecode": "1805220000020005", + "intro": "AMS-HT F槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1806230000020002", + "intro": "AMS-HT G 槽位4為空,請插入耗材。" + }, + { + "ecode": "0700230000020008", + "intro": "AMS A 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1806210000020001", + "intro": "AMS-HT G 槽位2耗材用完,請插入新耗材。" + }, + { + "ecode": "1807210000030002", + "intro": "AMS-HT H 槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1801220000030001", + "intro": "AMS-HT B 槽位3耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "1803200000030002", + "intro": "AMS-HT D槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1800110000010001", + "intro": "AMS-HT A有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706220000020008", + "intro": "AMS G 槽位3進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "1801230000020004", + "intro": "AMS-HT B槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1806220000020004", + "intro": "AMS-HT G槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1803210000030002", + "intro": "AMS-HT D槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1805210000020002", + "intro": "AMS-HT F 槽位2為空,請插入耗材。" + }, + { + "ecode": "1802210000020002", + "intro": "AMS-HT C槽位2為空,請插入耗材。" + }, + { + "ecode": "1804230000020005", + "intro": "AMS-HT E槽位4耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1804200000030001", + "intro": "AMS-HT E槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0702210000020008", + "intro": "AMS C 槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1802200000030001", + "intro": "AMS-HT C 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1805100000010001", + "intro": "AMS-HT F有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800220000020004", + "intro": "AMS-HT A槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "0704220000020008", + "intro": "AMS E 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0706200000020005", + "intro": "AMS G 槽位1耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1805230000020008", + "intro": "AMS-HT F 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800210000020005", + "intro": "AMS-HT A槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1803220000020003", + "intro": "AMS-HT D 槽位3耗材可能斷在AMS-HT中。" + }, + { + "ecode": "1804300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1803310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1801310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "1800450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "1807300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0705220000020009", + "intro": "AMS F槽位3耗材擠出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0700220000020001", + "intro": "AMS A 槽位3耗材用完,請插入新耗材。" + }, + { + "ecode": "0701210000030001", + "intro": "AMS B 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0701230000020002", + "intro": "AMS B 槽位4為空,請插入耗材。" + }, + { + "ecode": "0703200000020004", + "intro": "AMS D 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0703210000020005", + "intro": "AMS D機架位置 2 的耗材已用完,刷出舊料遇異常,請檢查耗材是否卡在工具頭中。" + }, + { + "ecode": "1802210000020008", + "intro": "AMS-HT C槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800100000020002", + "intro": "AMS-HT A有刷電機1過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "0707210000030002", + "intro": "AMS H槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702230000020008", + "intro": "AMS C 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1801200000020003", + "intro": "AMS-HT B 槽位1耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "1802130000020002", + "intro": "AMS-HT C有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1800200000020002", + "intro": "AMS-HT A槽位1為空,請插入耗材。" + }, + { + "ecode": "1803130000010003", + "intro": "AMS-HT D有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706210000020005", + "intro": "AMS G 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0705230000020001", + "intro": "AMS F槽位4耗材用完,請插入新耗材。" + }, + { + "ecode": "1805200000020001", + "intro": "AMS-HT F槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1804200000020008", + "intro": "AMS-HT E 插槽 1 進料霍爾傳感器斷線,可能是插頭接觸不良。" + }, + { + "ecode": "0704220000030002", + "intro": "AMS E 槽位3耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1806130000010001", + "intro": "AMS-HT G有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1804120000010003", + "intro": "AMS-HT E有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1807210000020003", + "intro": "AMS-HT H 插槽2 的耗材可能在 AMS-HT 中断开。" + }, + { + "ecode": "1804210000020004", + "intro": "AMS-HT E 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1802200000020008", + "intro": "AMS-HT C槽位1進料霍尔傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0706210000030001", + "intro": "AMS G槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0705200000030002", + "intro": "AMS F 槽位1 耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0707200000020001", + "intro": "AMS H槽位1耗材用完,請插入新耗材。" + }, + { + "ecode": "1805210000030001", + "intro": "AMS-HT F 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "0704230000020002", + "intro": "AMS E 槽位4為空,請插入耗材。" + }, + { + "ecode": "0706230000020002", + "intro": "AMS G 槽位4為空,請插入耗材。" + }, + { + "ecode": "1802110000010003", + "intro": "AMS-HT C有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0706230000020003", + "intro": "AMS G 槽位4耗材可能斷在AMS中。" + }, + { + "ecode": "1803230000020003", + "intro": "AMS-HT D 槽位4耗材可能斷在AMS-HT中。" + }, + { + "ecode": "0704230000020004", + "intro": "AMS E 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "0702560000030001", + "intro": "AMS C正在進行烘幹冷卻,請等待冷卻後再進行操作。" + }, + { + "ecode": "1803210000020008", + "intro": "AMS-HT D槽位2進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1800230000020003", + "intro": "AMS-HT A 槽位4耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "1806120000020002", + "intro": "AMS-HT G有刷电机3过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "0705230000030001", + "intro": "AMS F 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1805110000020002", + "intro": "AMS-HT F有刷電機2過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0707230000020003", + "intro": "AMS H 槽位4耗材可能斷在 AMS 中。" + }, + { + "ecode": "0700130000010003", + "intro": "AMS A有刷電機4扭矩控制異常,可能是電流感測器異常。" + }, + { + "ecode": "0701210000020004", + "intro": "AMS B槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0702100000010003", + "intro": "AMS C有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0702110000010001", + "intro": "AMS C有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0702110000010003", + "intro": "AMS C有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0702120000020002", + "intro": "AMS C有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0702200000030001", + "intro": "AMS C 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "0702210000030002", + "intro": "AMS C槽位2耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0702230000030002", + "intro": "AMS C 槽位4耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "0703210000020004", + "intro": "AMS D 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0703220000020002", + "intro": "AMS D 槽位3為空,請插入耗材。" + }, + { + "ecode": "0707110000010001", + "intro": "AMS H有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1807130000010003", + "intro": "AMS-HT H 有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0701220000020008", + "intro": "AMS B 槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1803220000020008", + "intro": "AMS-HT D槽位3進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0705200000020005", + "intro": "AMS F 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1806220000020003", + "intro": "AMS-HT G 槽位3耗材可能斷在 AMS-HT 中。" + }, + { + "ecode": "0705200000020003", + "intro": "AMS F 槽位1耗材可能斷在AMS中。" + }, + { + "ecode": "1802120000010003", + "intro": "AMS-HT C 刷子電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1801230000020002", + "intro": "AMS-HT B 槽位4為空,請插入耗材。" + }, + { + "ecode": "1805230000030001", + "intro": "AMS-HT F槽位4耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1806200000020005", + "intro": "AMS-HT G槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1804230000020008", + "intro": "AMS-HT E槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "0706200000020004", + "intro": "AMS G 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "0705560000030001", + "intro": "AMS F正在進行烘乾冷卻,請等待其降溫後操作。" + }, + { + "ecode": "0705220000020003", + "intro": "AMS F 插槽3 的耗材可能在 AMS 中断开。" + }, + { + "ecode": "1807200000030002", + "intro": "AMS-HT H槽位1耗材用完並已自動切換到有相同耗材的槽位。" + }, + { + "ecode": "1807230000020008", + "intro": "AMS-HT H 槽位4進料霍爾傳感器掉線,可能是插頭接觸不良。" + }, + { + "ecode": "1803100000010003", + "intro": "AMS-HT D有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0704110000020002", + "intro": "AMS E有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704200000030001", + "intro": "AMS E 槽位1耗材用完,沖刷舊料中,请等待。" + }, + { + "ecode": "0707230000020004", + "intro": "AMS H 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1803100000010001", + "intro": "AMS-HT D有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706200000020009", + "intro": "AMS G 槽位1 耗材挤出异常,可能是堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "1807310000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0706300000010004", + "intro": "加密晶片損壞。" + }, + { + "ecode": "0300C20000010002", + "intro": "過濾切換風門霍爾傳感器異常,可能是風門排線鬆動。" + }, + { + "ecode": "0C00010000010010", + "intro": "實況攝像頭校準失敗。請留意熱床是否被清空,攝像頭圖像清晰無污垢,處理後請重新校準。" + }, + { + "ecode": "0C0001000001000F", + "intro": "實況攝影機標定失敗,請重新啟動設備或更新韌體。" + }, + { + "ecode": "0C00010000010013", + "intro": "實況攝像頭校準失敗,無法讀取實況攝像頭序列號,請聯繫售後。" + }, + { + "ecode": "050004000001004F", + "intro": "檢測到未知模組接入,請嘗試升級固件至最新版本。" + }, + { + "ecode": "0C00040000010020", + "intro": "熱床視覺標誌損壞,請聯繫售後。" + }, + { + "ecode": "0C00030000020013", + "intro": "異物檢測未生效,請重啟設備或更新韌體。" + }, + { + "ecode": "1200300000010004", + "intro": "AMS A加密晶片損壞,無法讀取RFID。" + }, + { + "ecode": "1201300000010004", + "intro": "AMS B加密晶片損壞,無法讀取RFID。" + }, + { + "ecode": "1202300000010004", + "intro": "AMS C 加密晶片損壞,無法讀取 RFID。" + }, + { + "ecode": "1203300000010004", + "intro": "AMS D 加密晶片損壞,無法讀取RFID。" + }, + { + "ecode": "0702970000030001", + "intro": "AMS C 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0703970000030001", + "intro": "AMS D 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0700970000030001", + "intro": "AMS A 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0701970000030001", + "intro": "AMS B 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0704970000030001", + "intro": "AMS E 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1802970000030001", + "intro": "AMS-HT C 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1805970000030001", + "intro": "AMS-HT F 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1800970000030001", + "intro": "AMS-HT A 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1807970000030001", + "intro": "AMS-HT H 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0706970000030001", + "intro": "AMS G 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0705970000030001", + "intro": "AMS F 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1803970000030001", + "intro": "AMS-HT D 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "0707970000030001", + "intro": "AMS H 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1806970000030001", + "intro": "AMS-HT G 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1804970000030001", + "intro": "AMS-HT E 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "1801970000030001", + "intro": "AMS-HT B 腔溫較高,現在不能輔助上料或讀RFID。" + }, + { + "ecode": "07FF450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "07FE450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "0300180000000000", + "intro": "" + }, + { + "ecode": "0C00040000020006", + "intro": "" + }, + { + "ecode": "0700960000020002", + "intro": "AMS A環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "0701960000020002", + "intro": "AMS B環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "0500050000010001", + "intro": "AP板出廠數據異常,請更換新AP板。" + }, + { + "ecode": "0702960000020002", + "intro": "AMS C環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "0703960000010003", + "intro": "AMS D不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0500400000010039", + "intro": "激光模組序列號異常。" + }, + { + "ecode": "0702960000010003", + "intro": "AMS C不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0703960000020002", + "intro": "AMS D環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "0500400000010040", + "intro": "刀切模組序列號異常" + }, + { + "ecode": "0701960000010003", + "intro": "AMS B無法啟動烘乾功能,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0700960000010003", + "intro": "AMS A無法啟動烘乾功能,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0300180000010006", + "intro": "調平數據異常,請檢查熱床以及Z滑塊附近是否有異物,如有請清理乾淨再重試。" + }, + { + "ecode": "0500010000030004", + "intro": "U盤空間不足,請刪除U盤中部分檔案。" + }, + { + "ecode": "0707960000020002", + "intro": "AMS H環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1804960000010003", + "intro": "AMS-HT E不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1807960000010003", + "intro": "AMS-HT H不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1806960000010003", + "intro": "AMS-HT G不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0704960000010003", + "intro": "AMS E不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1803960000020002", + "intro": "AMS-HT D環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1803960000010003", + "intro": "AMS-HT D 不能啟動烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1804960000020002", + "intro": "AMS-HT E環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1800960000020002", + "intro": "AMS-HT A 環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "1801960000020002", + "intro": "AMS-HT B環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1807960000020002", + "intro": "AMS-HT H環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1806960000020002", + "intro": "AMS-HT G環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1805960000020002", + "intro": "AMS-HT F環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "1805960000010003", + "intro": "AMS-HT F不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0707960000010003", + "intro": "AMS H不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1800960000010003", + "intro": "AMS-HT A 不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0704960000020002", + "intro": "AMS E環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "0705960000010003", + "intro": "AMS F不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "1801960000010003", + "intro": "AMS-HT B不能發起烘乾,請將耗材退出五通元件,然後重試。" + }, + { + "ecode": "0705960000020002", + "intro": "AMS F環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "1802960000010003", + "intro": "AMS-HT C不能發起烘乾,請將耗材退出五通元件,然後重試。" + }, + { + "ecode": "1802960000020002", + "intro": "AMS-HT C環境溫度過低,烘乾效果會受到影響。" + }, + { + "ecode": "0706960000010003", + "intro": "AMS G不能發起烘乾,請將耗材退出五通組件,然後重試。" + }, + { + "ecode": "0706960000020002", + "intro": "AMS G環境溫度過低,烘乾效果會受影響。" + }, + { + "ecode": "0300180000010003", + "intro": "無法讀取擠出力傳感器數據,可能遇到通信斷路或者傳感器損壞。" + }, + { + "ecode": "0500020000020003", + "intro": "無法連接網際網路,請檢查網路連線。" + }, + { + "ecode": "0700310000020002", + "intro": "AMS A槽位2的RFID標籤損壞或者標籤內容無法被識別。" + }, + { + "ecode": "0703300000020002", + "intro": "AMS D槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0700800000010003", + "intro": "AMS A加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0300960000010001", + "intro": "檢測到前門打開,任務暫停。" + }, + { + "ecode": "0703900000010003", + "intro": "AMS D排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0700800000010002", + "intro": "AMS A加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806310000020002", + "intro": "AMS-HT G槽位2 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0705010000020008", + "intro": "AMS F助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1806810000010002", + "intro": "AMS-HT G加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1805330000020002", + "intro": "AMS-HT F槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0705320000020002", + "intro": "AMS F槽位3的RFID標籤損壞或標籤內容不能被識別。" + }, + { + "ecode": "1803810000010002", + "intro": "AMS-HT D加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "030001000001000D", + "intro": "熱床曾經發生過加熱模塊故障,需要按wiki排除故障才能繼續使用。" + }, + { + "ecode": "0300040000020001", + "intro": "部件冷卻風扇轉速過低或停轉,可能被雜物卡住或連接器未插好。" + }, + { + "ecode": "0300080000010003", + "intro": "Z電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0500040000010002", + "intro": "列印狀態上傳錯誤,請檢查網路連接。" + }, + { + "ecode": "0500040000030008", + "intro": "檢測到打印過程中開門。" + }, + { + "ecode": "0500040000030009", + "intro": "熱床溫度超過了耗材絲的軟化溫度,可能造成堵塞。請保持打印機的前門打開,本次打印已經臨時關閉了開門檢測功能。" + }, + { + "ecode": "0500050000030002", + "intro": "設備處於工程狀態,請注意資訊安全。" + }, + { + "ecode": "0700300000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0701310000020002", + "intro": "AMS B槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0702310000020002", + "intro": "AMS C槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0703310000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0C00020000010005", + "intro": "發現新的激光雷達,使用前請點擊機器校準完成校準。" + }, + { + "ecode": "12FF200000020004", + "intro": "請將料盤支架上的耗材拉出工具頭。" + }, + { + "ecode": "0702950000010001", + "intro": "AMS C加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0702010000020008", + "intro": "AMS C助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0703910000010003", + "intro": "AMS D排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0702810000010003", + "intro": "AMS C加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0702350000010002", + "intro": "AMS C濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0701010000020007", + "intro": "AMS B助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0C00040000010011", + "intro": "材料厚度測量失敗,設備參數異常。請重新運行俯視攝影機初始化。" + }, + { + "ecode": "0C0003000002000C", + "intro": "沒有檢測到列印板定位標記。請檢查列印板是否正確放置。" + }, + { + "ecode": "0702900000010003", + "intro": "AMS C排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0700810000010002", + "intro": "AMS A加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0300A20000010001", + "intro": "MC模塊溫度過高,可能是因為打印機後部散熱受限,建議調整打印機位置或降低環境溫度後再使用。" + }, + { + "ecode": "0300360000010001", + "intro": "腔溫加熱循環風扇轉速過低或停轉,可能被雜物卡住或連接器未插好。" + }, + { + "ecode": "0C00040000010013", + "intro": "俯視攝像頭的曝光參數設置沒有生效,請重試。" + }, + { + "ecode": "1804910000010003", + "intro": "AMS-HT E排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0705950000010001", + "intro": "AMS F加熱器2溫度感測器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1802910000010003", + "intro": "AMS-HT C排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0706350000010002", + "intro": "AMS G濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1800900000010003", + "intro": "AMS-HT A排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1802800000010002", + "intro": "AMS-HT C 加熱器 1 離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704950000010001", + "intro": "AMS E加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801350000010002", + "intro": "AMS-HT B濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1802310000020002", + "intro": "AMS-HT C槽位2 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1806800000010003", + "intro": "AMS-HT G加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0707800000010003", + "intro": "AMS H 加熱器1短路,可能是接線短路或加熱器損壞。" + }, + { + "ecode": "1805010000020008", + "intro": "AMS-HT F助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0707300000020002", + "intro": "AMS H槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0707810000010003", + "intro": "AMS H加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0705940000010001", + "intro": "AMS F加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0707310000020002", + "intro": "AMS H槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1803010000020007", + "intro": "AMS-HT D助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707950000010001", + "intro": "AMS H加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1800330000020002", + "intro": "AMS-HT A槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0705310000020002", + "intro": "AMS F槽位2的RFID標籤損壞或標籤內容無法識別。" + }, + { + "ecode": "1803940000010001", + "intro": "AMS-HT D加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1807900000010003", + "intro": "AMS-HT H排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0706910000010003", + "intro": "AMS G排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0706940000010001", + "intro": "AMS G加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1804950000010001", + "intro": "AMS-HT E加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806010000020008", + "intro": "AMS-HT G助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0705300000020002", + "intro": "AMS F槽位1 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800910000010003", + "intro": "AMS-HT A排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1803900000010003", + "intro": "AMS-HT D排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1807310000020002", + "intro": "AMS-HT H槽位2的RFID標籤損壞或標籤內容不能被識別。" + }, + { + "ecode": "1803800000010002", + "intro": "AMS-HT D加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801330000020002", + "intro": "AMS-HT B槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1804310000020002", + "intro": "AMS-HT E槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1804800000010003", + "intro": "AMS-HT E加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1803800000010003", + "intro": "AMS-HT D加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1801320000020002", + "intro": "AMS-HT B槽位3的RFID標籤損壞或標籤內容不能被識別。" + }, + { + "ecode": "03001B0000010002", + "intro": "熱床加速度傳感器檢測到外部干擾,可能傳感器信號線未固定。" + }, + { + "ecode": "030091000001000C", + "intro": "腔溫加熱器 1 長時間滿載工作,溫控系統可能異常。" + }, + { + "ecode": "0300940000030001", + "intro": "腔體散熱可能過慢。如腔內氣體無害,可打開前門和上蓋輔助散熱。" + }, + { + "ecode": "0500020000020005", + "intro": "無法連接網際網路,請檢查網路連線。" + }, + { + "ecode": "0500040000010003", + "intro": "列印檔案異常,請重新啟動列印。" + }, + { + "ecode": "0500050000010006", + "intro": "AP板出廠數據異常,請更換新AP板。" + }, + { + "ecode": "0700330000020002", + "intro": "AMS A槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0701300000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0701330000020002", + "intro": "AMS B槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0702300000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0702300000020002", + "intro": "AMS C槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0702320000020002", + "intro": "AMS C槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0702330000020002", + "intro": "AMS C槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0703310000020002", + "intro": "AMS D槽位2的RFID標籤損壞或者標籤內容無法被識別。" + }, + { + "ecode": "0C0001000001000B", + "intro": "激光雷達校準失敗,請確保校準塊表面乾淨無遮擋,然後重新運行機器校準。" + }, + { + "ecode": "0702810000010002", + "intro": "AMS C加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0703010000020008", + "intro": "AMS D 助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "050003000001000A", + "intro": "系統狀態異常,請還原出廠設置。" + }, + { + "ecode": "0702800000010003", + "intro": "AMS C加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0701350000010002", + "intro": "AMS B濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0702940000010001", + "intro": "AMS C加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0700010000020008", + "intro": "AMS A助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "030001000001000E", + "intro": "檢測到電源電壓與機器不匹配,熱床加熱已禁用。" + }, + { + "ecode": "0703810000010003", + "intro": "AMS D加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0706330000020002", + "intro": "AMS G槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1805310000020002", + "intro": "AMS-HT F槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1807010000020007", + "intro": "AMS-HT H助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707800000010002", + "intro": "AMS H 加熱器1 離線,可能是插頭接觸不良。" + }, + { + "ecode": "1804800000010002", + "intro": "AMS-HT E加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706800000010002", + "intro": "AMS G加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "1805320000020002", + "intro": "AMS-HT F槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0704310000020002", + "intro": "AMS E槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0705810000010003", + "intro": "AMS F加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0704350000010002", + "intro": "AMS E濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806940000010001", + "intro": "AMS-HT G加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801950000010001", + "intro": "AMS-HT B加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1807350000010002", + "intro": "AMS-HT H濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0705910000010003", + "intro": "AMS F 排氣風門 2 斷路,可能是插頭接觸不良。" + }, + { + "ecode": "1804010000020007", + "intro": "AMS-HT E助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707910000010003", + "intro": "AMS H排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1802900000010003", + "intro": "AMS-HT C排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1801810000010002", + "intro": "AMS-HT B加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801310000020002", + "intro": "AMS-HT B槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0704800000010002", + "intro": "AMS E加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706010000020007", + "intro": "AMS G助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0706810000010003", + "intro": "AMS G加熱器2短路,可能是接線短路或加熱器損壞。" + }, + { + "ecode": "1804810000010003", + "intro": "AMS-HT E加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1802350000010002", + "intro": "AMS-HT C濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1800810000010002", + "intro": "AMS-HT A加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706810000010002", + "intro": "AMS G加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806950000010001", + "intro": "AMS-HT G加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1800950000010001", + "intro": "AMS-HT A加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706320000020002", + "intro": "AMS G槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1807810000010003", + "intro": "AMS-HT H加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0705800000010002", + "intro": "AMS F加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706800000010003", + "intro": "AMS G加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0707010000020008", + "intro": "AMS H助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0704810000010002", + "intro": "AMS E加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806300000020002", + "intro": "AMS-HT G槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1806910000010003", + "intro": "AMS-HT G排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1804320000020002", + "intro": "AMS-HT E 槽位 3 的 RFID 標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1805010000020007", + "intro": "AMS-HT F助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1805910000010003", + "intro": "AMS-HT F排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0706310000020002", + "intro": "AMS G槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0705330000020002", + "intro": "AMS F槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0300010000010008", + "intro": "熱床加熱過程中出現異常,加熱模塊可能故障。" + }, + { + "ecode": "0300020000010006", + "intro": "噴嘴溫控異常,溫度傳感器可能短路,請檢查連接器是否插好。" + }, + { + "ecode": "0700320000020002", + "intro": "AMS A槽位3的RFID標籤損壞或標籤內容不能被識別。" + }, + { + "ecode": "0700400000020004", + "intro": "緩衝區位置信號異常,可能緩衝區彈簧卡住或耗材纏繞。" + }, + { + "ecode": "0702310000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0703300000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0C0003000002000F", + "intro": "因首層檢查前跳過了零件,當前列印將不支援首層檢查。" + }, + { + "ecode": "12FF200000020006", + "intro": "耗材擠出異常,可能存在堵頭。" + }, + { + "ecode": "0C00040000010014", + "intro": "未檢測到刀切保護鋼板,有損壞熱床風險,請放置後繼續。" + }, + { + "ecode": "0703950000010001", + "intro": "AMS D加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0703350000010002", + "intro": "AMS D濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0701910000010003", + "intro": "AMS B排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0700940000010001", + "intro": "AMS A加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0700350000010002", + "intro": "AMS A濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0703810000010002", + "intro": "AMS D加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0700010000020007", + "intro": "AMS A助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0701800000010002", + "intro": "AMS B加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0703940000010001", + "intro": "AMS D加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0701800000010003", + "intro": "AMS B加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0700910000010003", + "intro": "AMS A排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0703010000020007", + "intro": "AMS D助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0300090000020002", + "intro": "擠出阻力異常,可能堵頭或者有耗材卡在工具頭內。" + }, + { + "ecode": "0300310000010001", + "intro": "部件冷卻風扇轉速過低或停轉,可能被雜物卡住或連接器未插好。" + }, + { + "ecode": "0702010000020007", + "intro": "AMS C助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1805810000010003", + "intro": "AMS-HT F加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1801940000010001", + "intro": "AMS-HT B加熱器1溫度感測器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1804330000020002", + "intro": "AMS-HT E槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1807940000010001", + "intro": "AMS-HT H加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706010000020008", + "intro": "AMS G助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1807910000010003", + "intro": "AMS-HT H排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1800010000020007", + "intro": "AMS-HT A助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0704800000010003", + "intro": "AMS E加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1802940000010001", + "intro": "AMS-HT C 加熱器 1 溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0707010000020007", + "intro": "AMS H助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1803350000010002", + "intro": "AMS-HT D濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1803310000020002", + "intro": "AMS-HT D槽位2 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1802300000020002", + "intro": "AMS-HT C槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1807320000020002", + "intro": "AMS-HT H槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1805810000010002", + "intro": "AMS-HT F加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1802810000010002", + "intro": "AMS-HT C加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1803810000010003", + "intro": "AMS-HT D加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1804350000010002", + "intro": "AMS-HT E濕度感測器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0707900000010003", + "intro": "AMS H排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0704900000010003", + "intro": "AMS E排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1802010000020007", + "intro": "AMS-HT C 型號的輔助電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1807950000010001", + "intro": "AMS-HT H加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0705010000020007", + "intro": "AMS F助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1801800000010002", + "intro": "AMS-HT B加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704300000020002", + "intro": "AMS E槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1801900000010003", + "intro": "AMS-HT B排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0706900000010003", + "intro": "AMS G排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1803300000020002", + "intro": "AMS-HT D槽位1 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1802950000010001", + "intro": "AMS-HT C加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801800000010003", + "intro": "AMS-HT B加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1807010000020008", + "intro": "AMS-HT H助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1805950000010001", + "intro": "AMS-HT F加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801010000020008", + "intro": "AMS-HT B助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1806320000020002", + "intro": "AMS-HT G槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1803950000010001", + "intro": "AMS-HT D加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0705800000010003", + "intro": "AMS F加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1804900000010003", + "intro": "AMS-HT E排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1802810000010003", + "intro": "AMS-HT C加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1800300000020002", + "intro": "AMS-HT A槽位1 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "030001000001000A", + "intro": "熱床溫控異常,AC板可能故障。" + }, + { + "ecode": "0300030000010001", + "intro": "熱端散熱風扇轉速過低或停轉,可能被雜物卡住或連接器未插好。" + }, + { + "ecode": "0300060000010003", + "intro": "A電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0300070000010003", + "intro": "B電機電阻異常,可能是電機故障。" + }, + { + "ecode": "03001A0000020001", + "intro": "喷嘴被耗材包裹或打印板放歪。" + }, + { + "ecode": "03001D0000010001", + "intro": "擠出電機位置傳感器異常,可能是傳感器排線鬆動。" + }, + { + "ecode": "0500040000010001", + "intro": "下載打印任務失敗,請檢查網絡連接。" + }, + { + "ecode": "0700300000020002", + "intro": "AMS A槽位1 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0701320000020002", + "intro": "AMS B槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0703320000020002", + "intro": "AMS D槽位3的RFID標籤損壞,或者標籤內容不能被識別。" + }, + { + "ecode": "0703330000020002", + "intro": "AMS D槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0C00010000020007", + "intro": "激光器參數發生飄移,請重新校準機器。" + }, + { + "ecode": "0C00020000020004", + "intro": "檢測到噴嘴高度過低。請檢查噴嘴是否有明顯的磨損或傾斜。如更換過噴嘴,請重新校準激光雷達。" + }, + { + "ecode": "0C00020000020009", + "intro": "垂直激光器在回中位置的亮度偏低,若該提示頻繁出現,請清洗或更換列印板。" + }, + { + "ecode": "0C00030000020010", + "intro": "偵測到熱床上異物,請檢查並清理。" + }, + { + "ecode": "0703800000010002", + "intro": "AMS D 加熱器1 離線,可能是插頭接觸不良。" + }, + { + "ecode": "0701010000020008", + "intro": "AMS B助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0500040000020033", + "intro": "請插入模組的連接線。" + }, + { + "ecode": "0700950000010001", + "intro": "AMS A加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0C00040000010010", + "intro": "材料厚度測量失敗,激光模組功能異常。" + }, + { + "ecode": "0700810000010003", + "intro": "AMS A加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0700900000010003", + "intro": "AMS A排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0701900000010003", + "intro": "AMS B排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "0701950000010001", + "intro": "AMS B加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1805940000010001", + "intro": "AMS-HT F加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1807800000010002", + "intro": "AMS-HT H加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704010000020008", + "intro": "AMS E幫助電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0704810000010003", + "intro": "AMS E加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1805800000010002", + "intro": "AMS-HT F加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0706300000020002", + "intro": "AMS G槽位1 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0707350000010002", + "intro": "AMS H濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801300000020002", + "intro": "AMS-HT B槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800010000020008", + "intro": "AMS-HT A助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1806010000020007", + "intro": "AMS-HT G助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "1804300000020002", + "intro": "AMS-HT E槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0704940000010001", + "intro": "AMS E 加熱器 1 的溫度傳感器掉線,可能是插頭接觸不良所引起。" + }, + { + "ecode": "1806900000010003", + "intro": "AMS-HT G排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1800800000010003", + "intro": "AMS-HT A加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0705810000010002", + "intro": "AMS F加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1800810000010003", + "intro": "AMS-HT A加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1807300000020002", + "intro": "AMS-HT H槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1804810000010002", + "intro": "AMS-HT E加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1807810000010002", + "intro": "AMS-HT H加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0705350000010002", + "intro": "AMS F 濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1803010000020008", + "intro": "AMS-HT D助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "1802800000010003", + "intro": "AMS-HT C加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1801910000010003", + "intro": "AMS-HT B排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1805900000010003", + "intro": "AMS-HT F排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1807800000010003", + "intro": "AMS-HT H加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0706950000010001", + "intro": "AMS G加熱器2溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1805350000010002", + "intro": "AMS-HT F濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1802320000020002", + "intro": "AMS-HT C槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800940000010001", + "intro": "AMS-HT A加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704330000020002", + "intro": "AMS E槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1802330000020002", + "intro": "AMS-HT C槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800800000010002", + "intro": "AMS-HT A加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704910000010003", + "intro": "AMS E排氣風門2斷路,可能是插頭接觸不良。" + }, + { + "ecode": "1806800000010002", + "intro": "AMS-HT G加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "1804940000010001", + "intro": "AMS-HT E 加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1801010000020007", + "intro": "AMS-HT B助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707940000010001", + "intro": "AMS H加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1804010000020008", + "intro": "AMS-HT E助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0500020000020001", + "intro": "設備連接伺服器失敗,請檢查網路連線。" + }, + { + "ecode": "0500040000010006", + "intro": "恢復上次列印失敗。" + }, + { + "ecode": "0700310000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0700400000020003", + "intro": "AMS Hub 通信異常,可能連接線異常。" + }, + { + "ecode": "0701300000020002", + "intro": "AMS B槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0701310000010004", + "intro": "加密晶片損壞" + }, + { + "ecode": "0C00020000020003", + "intro": "檢測到水平激光器在回中位置的亮度偏低,若該提示頻繁出現,請清洗或更換打印板。" + }, + { + "ecode": "0C00020000020007", + "intro": "垂直激光器不亮,請檢查激光器是否被遮擋,或線路是否正常。" + }, + { + "ecode": "0702910000010003", + "intro": "AMS C排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "0701810000010003", + "intro": "AMS B加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0300090000020003", + "intro": "擠出電機無法擠出料,可能堵頭或者耗材絲過細導致擠出機打滑。" + }, + { + "ecode": "0703800000010003", + "intro": "AMS D加熱器1短路,可能是接線短路或加熱器損壞。" + }, + { + "ecode": "0701940000010001", + "intro": "AMS B加熱器1溫度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0701810000010002", + "intro": "AMS B加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "0702800000010002", + "intro": "AMS C加熱器1離線,可能是插頭接觸不良。" + }, + { + "ecode": "1803330000020002", + "intro": "AMS-HT D槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1806330000020002", + "intro": "AMS-HT G槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1802010000020008", + "intro": "AMS-HT C助力電機相繞組開路,可能是電機故障。" + }, + { + "ecode": "0705900000010003", + "intro": "AMS F排氣風門1開路,可能是插頭接觸不良。" + }, + { + "ecode": "1800350000010002", + "intro": "AMS-HT A濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "1803910000010003", + "intro": "AMS-HT D排氣風門2開路,可能是插頭接觸不良。" + }, + { + "ecode": "1806810000010003", + "intro": "AMS-HT G加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0704010000020007", + "intro": "AMS E助力電機編碼器未接,可能是電機排線接觸不良。" + }, + { + "ecode": "0707320000020002", + "intro": "AMS H槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0707330000020002", + "intro": "AMS H槽位4 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1805300000020002", + "intro": "AMS-HT F槽位1的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "0707810000010002", + "intro": "AMS H加熱器2離線,可能是插頭接觸不良。" + }, + { + "ecode": "1806350000010002", + "intro": "AMS-HT G 濕度傳感器離線,可能是插頭接觸不良。" + }, + { + "ecode": "0704320000020002", + "intro": "AMS E槽位3 的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800320000020002", + "intro": "AMS-HT A槽位3的RFID標籤損壞或標籤內容無法識別。" + }, + { + "ecode": "1803320000020002", + "intro": "AMS-HT D槽位3的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1807330000020002", + "intro": "AMS-HT H槽位4的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1800310000020002", + "intro": "AMS-HT A槽位2的RFID標籤損壞或者標籤內容不能被識別。" + }, + { + "ecode": "1805800000010003", + "intro": "AMS-HT F加熱器1短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "1801810000010003", + "intro": "AMS-HT B加熱器2短路,可能接線短路或加熱器損壞。" + }, + { + "ecode": "0703200000020009", + "intro": "AMS D槽1耗材挤出异常,可能的原因是耗材堵塞或过细而导致挤出机打滑。" + }, + { + "ecode": "0702230000020009", + "intro": "AMS C槽4耗材挤出异常,可能的原因是耗材堵塞或过细而导致挤出机打滑。" + }, + { + "ecode": "0700200000020009", + "intro": "AMS A槽1耗材挤出异常,可能的原因是耗材堵塞或过细而导致挤出机打滑。" + }, + { + "ecode": "0701220000020009", + "intro": "AMS B槽3耗材挤出异常,可能的原因是耗材堵塞或过细而导致挤出机打滑。" + }, + { + "ecode": "0701230000020009", + "intro": "AMS B槽位4耗材挤出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0701200000020009", + "intro": "AMS B槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0701210000020009", + "intro": "AMS B槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702220000020009", + "intro": "AMS C槽位3耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700210000020009", + "intro": "AMS A槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702210000020009", + "intro": "AMS C槽位2耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0703230000020009", + "intro": "AMS D槽位4耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0702200000020009", + "intro": "AMS C槽位1耗材挤出异常,可能堵头或耗材过细导致挤出机打滑。" + }, + { + "ecode": "0700220000020009", + "intro": "AMS A槽位3耗材挤出異常,可能堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0703220000020009", + "intro": "AMS D槽位3耗材擠出異常,可能是因為堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0703210000020009", + "intro": "AMS D槽位2耗材擠出異常,可能是因為堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0700230000020009", + "intro": "AMS A槽位4耗材擠出異常,可能是因為堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0700310000010001", + "intro": "AMS A RFID 硬件2 錯誤,可能是 RFID 射頻板線斷連或者 RFID 射頻板損壞。" + }, + { + "ecode": "1800010000010003", + "intro": "AMS-HT A 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0706120000020004", + "intro": "AMS G有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1807130000020004", + "intro": "AMS-HT H有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1807960000010001", + "intro": "AMS-HT H烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1804920000020002", + "intro": "AMS-HT E加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1805910000020001", + "intro": "AMS-HT F排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1802920000020002", + "intro": "AMS-HT C加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1800310000010001", + "intro": "AMS-HT A RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1803010000020010", + "intro": "AMS-HT D助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1800930000010001", + "intro": "AMS-HT A加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1801910000020001", + "intro": "AMS-HT B排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1803020000020002", + "intro": "AMS-HT D里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1801300000010001", + "intro": "AMS-HT B RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0702310000010001", + "intro": "AMS C RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1800810000010001", + "intro": "AMS-HT A加熱器2電流傳感器異常。" + }, + { + "ecode": "1801100000020004", + "intro": "AMS-HT B有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0706130000020004", + "intro": "AMS G有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0707020000020002", + "intro": "AMS H里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "0704010000020011", + "intro": "AMS E助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0707010000020011", + "intro": "AMS H助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1802010000010003", + "intro": "AMS-HT C助力電機扭矩控制異常,可能是電流感測器故障。" + }, + { + "ecode": "0707930000010001", + "intro": "AMS H加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0704010000020002", + "intro": "AMS E助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1800010000010001", + "intro": "AMS-HT A 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706010000010001", + "intro": "AMS G 助力电机打滑,可能挤出轮磨损或耗材过细。" + }, + { + "ecode": "1803930000020002", + "intro": "AMS-HT D加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1803130000020004", + "intro": "AMS-HT D有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803110000020004", + "intro": "AMS-HT D有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0701310000010001", + "intro": "AMS B RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0706010000020011", + "intro": "AMS G助力電機參數遺失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0706010000010003", + "intro": "AMS G 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0705010000020011", + "intro": "AMS F助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1800110000020004", + "intro": "AMS-HT A有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0707010000010003", + "intro": "AMS H助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1805110000020004", + "intro": "AMS-HT F有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1805810000010001", + "intro": "AMS-HT F加熱器2電流傳感器異常。" + }, + { + "ecode": "1803120000020004", + "intro": "AMS-HT D有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1801900000020001", + "intro": "AMS-HT B排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "1805010000010001", + "intro": "AMS-HT F 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1804010000020011", + "intro": "AMS-HT E助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1802010000020011", + "intro": "AMS-HT C助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1806120000020004", + "intro": "AMS-HT G有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803020000010001", + "intro": "AMS-HT D 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0706010000020009", + "intro": "AMS G助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1806010000010003", + "intro": "AMS-HT G 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1807500000020001", + "intro": "AMS-HT H 通訊異常,請檢查 AMS 的連接線。" + }, + { + "ecode": "1803960000010001", + "intro": "AMS-HT D烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1806300000010001", + "intro": "AMS-HT G RFID硬體1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0707800000010001", + "intro": "AMS H加熱器1電流傳感器異常。" + }, + { + "ecode": "1801010000020011", + "intro": "AMS-HT B助力電機參數遺失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0705800000010001", + "intro": "AMS F加熱器1電流感測器異常。" + }, + { + "ecode": "1805010000010003", + "intro": "AMS-HT F助力電機扭矩控制異常,可能是電流感測器故障。" + }, + { + "ecode": "1804120000020004", + "intro": "AMS-HT E有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1807010000020010", + "intro": "AMS-HT H 助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1802900000020001", + "intro": "AMS-HT C排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "1807900000020001", + "intro": "AMS-HT H排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0704310000010001", + "intro": "AMS E RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0707120000020004", + "intro": "AMS H有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803500000020001", + "intro": "AMS-HT D 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1804500000020001", + "intro": "AMS-HT E 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1800020000010001", + "intro": "AMS-HT A 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0704010000010004", + "intro": "AMS E 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1803100000020004", + "intro": "AMS-HT D有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1806010000010004", + "intro": "AMS-HT G 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1801130000020004", + "intro": "AMS-HT B有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0706110000020004", + "intro": "AMS G有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0705920000020002", + "intro": "AMS F加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0707810000010001", + "intro": "AMS H加熱器2電流傳感器異常。" + }, + { + "ecode": "1801020000020002", + "intro": "AMS-HT B里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1802010000010001", + "intro": "AMS-HT C助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706930000020002", + "intro": "AMS G加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0707010000020002", + "intro": "AMS H助力電機過載,可能供料路徑阻力大或耗材線繞。" + }, + { + "ecode": "1800910000020001", + "intro": "AMS-HT A排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1807110000020004", + "intro": "AMS-HT H有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1801810000010001", + "intro": "AMS-HT B加熱器2電流傳感器異常。" + }, + { + "ecode": "0704020000010001", + "intro": "AMS E 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1802310000010001", + "intro": "AMS-HT C RFID硬體2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0706100000020004", + "intro": "AMS G有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1800130000020004", + "intro": "AMS-HT A有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1804010000020002", + "intro": "AMS-HT E 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704810000010001", + "intro": "AMS E加熱器2電流傳感器異常。" + }, + { + "ecode": "0705110000020004", + "intro": "AMS F有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1801020000010001", + "intro": "AMS-HT B 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1802020000020002", + "intro": "AMS-HT C里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1805020000010001", + "intro": "AMS-HT F 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1806800000010001", + "intro": "AMS-HT G加熱器1電流傳感器異常。" + }, + { + "ecode": "0704930000010001", + "intro": "AMS E加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1801010000020010", + "intro": "AMS-HT B助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1806900000020001", + "intro": "AMS-HT G排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0704010000010011", + "intro": "AMS E助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1804110000020004", + "intro": "AMS-HT E有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1800100000020004", + "intro": "AMS-HT A有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1802130000020004", + "intro": "AMS-HT C有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1806500000020001", + "intro": "AMS-HT G 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0702010000010011", + "intro": "AMS C助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1806010000020002", + "intro": "AMS-HT G 助力电机过载,可能供料路径阻力大或耗材缠绕。" + }, + { + "ecode": "1804010000010003", + "intro": "AMS-HT E 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0706960000010001", + "intro": "AMS G烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1801920000020002", + "intro": "AMS-HT B加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0705100000020004", + "intro": "AMS F有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803800000010001", + "intro": "AMS-HT D加熱器1電流傳感器異常。" + }, + { + "ecode": "1803010000020002", + "intro": "AMS-HT D助力電機過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "1804920000010001", + "intro": "AMS-HT E加熱器1散熱風扇卡住,可能是風扇被異物卡住。" + }, + { + "ecode": "1801010000010004", + "intro": "AMS-HT B 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1803910000020001", + "intro": "AMS-HT D排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1802910000020001", + "intro": "AMS-HT C排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1806020000010001", + "intro": "AMS-HT G耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1803010000010001", + "intro": "AMS-HT D 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0707310000010001", + "intro": "AMS H RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0707020000010001", + "intro": "AMS H 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1807010000010001", + "intro": "AMS-HT H助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0705010000010001", + "intro": "AMS F 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1801930000010001", + "intro": "AMS-HT B加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1807930000010001", + "intro": "AMS-HT H加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1800930000020002", + "intro": "AMS-HT A加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1804960000010001", + "intro": "AMS-HT E烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1805920000020002", + "intro": "AMS-HT F加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0706920000010001", + "intro": "AMS G加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1803930000010001", + "intro": "AMS-HT D加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1800120000020004", + "intro": "AMS-HT A 型有刷電機 3 無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803920000010001", + "intro": "AMS-HT D 型加熱器 1 散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0704300000010001", + "intro": "AMS E 型 RFID 硬體 1 錯誤,可能是 RFID 射頻板線斷路或者 RFID 射頻板損壞。" + }, + { + "ecode": "0706930000010001", + "intro": "AMS G 型加熱器 2 散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1802800000010001", + "intro": "AMS-HT C加熱器1電流傳感器異常。" + }, + { + "ecode": "1804100000020004", + "intro": "AMS-HT E有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0705930000020002", + "intro": "AMS F加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0707110000020004", + "intro": "AMS H 有刷電機2 無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1800900000020001", + "intro": "AMS-HT A 排氣風門1 動作異常,可能是阻力過大。" + }, + { + "ecode": "1806010000020011", + "intro": "AMS-HT G助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1807910000020001", + "intro": "AMS-HT H排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0704020000020002", + "intro": "AMS E里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1804010000020009", + "intro": "AMS-HT電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1807010000020011", + "intro": "AMS-HT H助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1802010000020009", + "intro": "AMS-HT C辅助电机三相电阻不平衡,可能是电机故障。" + }, + { + "ecode": "1807920000020002", + "intro": "AMS-HT H加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0705010000020002", + "intro": "AMS F 助力電機過載,可能供料路徑阻力大或耗材繞繩。" + }, + { + "ecode": "0701300000010001", + "intro": "AMS B RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0702300000010001", + "intro": "AMS C RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1807020000020002", + "intro": "AMS-HT H里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1805800000010001", + "intro": "AMS-HT F加熱器1電流感測器異常。" + }, + { + "ecode": "0705920000010001", + "intro": "AMS F加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1801800000010001", + "intro": "AMS-HT B加熱器1電流感測器異常。" + }, + { + "ecode": "0706020000010001", + "intro": "AMS G耗材速度與長度計算錯誤,可能是里程輪感測器故障。" + }, + { + "ecode": "1806960000010001", + "intro": "AMS-HT G烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1803310000010001", + "intro": "AMS-HT D RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0704930000020002", + "intro": "AMS E加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1802930000010001", + "intro": "AMS-HT C加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1801010000020002", + "intro": "AMS-HT B 助力電機過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "0705900000020001", + "intro": "AMS F排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0707930000020002", + "intro": "AMS H加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1801310000010001", + "intro": "AMS-HT B RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1806310000010001", + "intro": "AMS-HT G RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1805310000010001", + "intro": "AMS-HT F RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1804800000010001", + "intro": "AMS-HT E加熱器1電流傳感器異常。" + }, + { + "ecode": "1807010000010003", + "intro": "AMS-HT H 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0705020000020002", + "intro": "AMS F里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1805960000010001", + "intro": "AMS-HT F烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1807010000020002", + "intro": "AMS-HT H 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0700300000010001", + "intro": "AMS A RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1805920000010001", + "intro": "AMS-HT F加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0706910000020001", + "intro": "AMS G排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0707960000010001", + "intro": "AMS H烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1806020000020002", + "intro": "AMS-HT G里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1802020000010001", + "intro": "AMS-HT C 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0704010000020010", + "intro": "AMS E助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1803010000010004", + "intro": "AMS-HT D助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1803810000010001", + "intro": "AMS-HT D加熱器2電流傳感器異常。" + }, + { + "ecode": "1805010000020009", + "intro": "AMS-HT F助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1800010000020002", + "intro": "AMS-HT A 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0704010000020009", + "intro": "AMS E助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0705960000010001", + "intro": "AMS F烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1807300000010001", + "intro": "AMS-HT H RFID硬體1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1806010000010001", + "intro": "AMS-HT G 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1800920000010001", + "intro": "AMS-HT A加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1801110000020004", + "intro": "AMS-HT B有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0705010000020009", + "intro": "AMS F助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1801120000020004", + "intro": "AMS-HT B有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1803010000010011", + "intro": "AMS-HT D助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0704910000020001", + "intro": "AMS E排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1801500000020001", + "intro": "AMS-HT B 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1807120000020004", + "intro": "AMS-HT H有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1800960000010001", + "intro": "AMS-HT A烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "1800010000020010", + "intro": "AMS-HT A助力馬達電阻異常,可能是馬達故障。" + }, + { + "ecode": "1805010000010011", + "intro": "AMS-HT 助力電機校準參數錯誤,請將耗材拉出五通,然後重啟 AMS。" + }, + { + "ecode": "0704960000010001", + "intro": "AMS E烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0707010000020009", + "intro": "AMS H助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1801010000020009", + "intro": "AMS-HT B助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0705010000010004", + "intro": "AMS F 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "0701010000010011", + "intro": "AMS B助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0500040000020030", + "intro": "俯視攝影機未安裝,請關機並查閱說明書以進行安裝。" + }, + { + "ecode": "0704920000010001", + "intro": "AMS E 加熱器 1 散熱風扇卡住,可能是風扇被異物卡住。" + }, + { + "ecode": "0707500000020001", + "intro": "AMS H 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1800800000010001", + "intro": "AMS-HT A加熱器1電流感測器異常。" + }, + { + "ecode": "1804010000010004", + "intro": "AMS-HT E 助力電機轉速控制異常,可能是轉速感測器故障。" + }, + { + "ecode": "1806010000010011", + "intro": "AMS-HT G助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0705300000010001", + "intro": "AMS F RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1802120000020004", + "intro": "AMS-HT C刷子電機3無回應,可能是插頭接觸不良或電機故障。" + }, + { + "ecode": "0707300000010001", + "intro": "AMS H RFID硬體1錯誤,可能是RFID射頻板線路斷裂或RFID射頻板損壞。" + }, + { + "ecode": "0706920000020002", + "intro": "AMS G加熱器1散熱風扇轉速過低,可能是阻力過大。" + }, + { + "ecode": "0704110000020004", + "intro": "AMS E刷子電機2無回應,可能是插頭接觸不良或電機故障。" + }, + { + "ecode": "0707910000020001", + "intro": "AMS H排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "1807010000010011", + "intro": "AMS-HT H助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1805900000020001", + "intro": "AMS-HT F 排氣風門 1 的運作異常,可能是阻力過大引起的。" + }, + { + "ecode": "1802300000010001", + "intro": "AMS-HT C RFID硬體1錯誤,可能是RFID射頻板線路斷開或RFID射頻板損壞。" + }, + { + "ecode": "1805120000020004", + "intro": "AMS-HT F有刷電機3沒有回應,可能是馬達插頭接觸不良或者馬達故障。" + }, + { + "ecode": "1805300000010001", + "intro": "AMS-HT F RFID硬體1錯誤,可能是RFID射頻板線路斷開或RFID射頻板損壞。" + }, + { + "ecode": "1803010000020011", + "intro": "AMS-HT D助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0705310000010001", + "intro": "AMS F RFID硬體2錯誤,可能是RFID射頻板線路斷開或RFID射頻板損壞。" + }, + { + "ecode": "1800010000020009", + "intro": "AMS-HT A助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1805010000020002", + "intro": "AMS-HT F 助力電機過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "0704920000020002", + "intro": "AMS E加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0706810000010001", + "intro": "AMS G加熱器2電流傳感器異常。" + }, + { + "ecode": "0705120000020004", + "intro": "AMS F有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1800010000020011", + "intro": "AMS-HT A助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0704010000010003", + "intro": "AMS E 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0706300000010001", + "intro": "AMS G RFID硬體1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1807010000020009", + "intro": "AMS-HT H助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0705130000020004", + "intro": "AMS F有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1802110000020004", + "intro": "AMS-HT C有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0707010000020010", + "intro": "AMS H助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1806100000020004", + "intro": "AMS-HT G有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1801960000010001", + "intro": "AMS-HT B烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0705010000010011", + "intro": "AMS F 助力電機校準參數錯誤,請將耗材拉出五通,然後重新啟動 AMS。" + }, + { + "ecode": "1807010000010004", + "intro": "AMS-HT H 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1805930000020002", + "intro": "AMS-HT F加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0704900000020001", + "intro": "AMS E排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0707100000020004", + "intro": "AMS H有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0700010000010011", + "intro": "AMS A助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0706010000020010", + "intro": "AMS G助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1804020000010001", + "intro": "AMS-HT E 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0707920000010001", + "intro": "AMS H加熱器1散熱風扇卡轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0705910000020001", + "intro": "AMS F排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0706010000020002", + "intro": "AMS G 助力電機過載,可能供料路徑阻力大或耗材緊纏。" + }, + { + "ecode": "1800300000010001", + "intro": "AMS-HT A RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0707010000010004", + "intro": "AMS H 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1803900000020001", + "intro": "AMS-HT D排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "1804310000010001", + "intro": "AMS-HT E RFID硬體2錯誤,可能是RFID射頻板線斷連或RFID射頻板損壞。" + }, + { + "ecode": "1800920000020002", + "intro": "AMS-HT A加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1806910000020001", + "intro": "AMS-HT G排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0707010000010011", + "intro": "AMS H助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1804930000020002", + "intro": "AMS-HT E加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1805100000020004", + "intro": "AMS-HT F有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1805130000020004", + "intro": "AMS-HT F有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0706310000010001", + "intro": "AMS G RFID硬體2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1803010000020009", + "intro": "AMS-HT D助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0706900000020001", + "intro": "AMS G排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "1806930000010001", + "intro": "AMS-HT G加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1807920000010001", + "intro": "AMS-HT H加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1804910000020001", + "intro": "AMS-HT E排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0705930000010001", + "intro": "AMS F加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1804900000020001", + "intro": "AMS-HT E排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "1807020000010001", + "intro": "AMS-HT H耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1804810000010001", + "intro": "AMS-HT E加熱器2電流傳感器異常。" + }, + { + "ecode": "1805010000020010", + "intro": "AMS-HT F幫助電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0704010000010001", + "intro": "AMS E 幫助電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1803300000010001", + "intro": "AMS-HT D RFID硬件1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "1806010000020010", + "intro": "AMS-HT G助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0706500000020001", + "intro": "AMS G 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1800010000010011", + "intro": "AMS-HT A助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0705020000010001", + "intro": "AMS F耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1802920000010001", + "intro": "AMS-HT C加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1807100000020004", + "intro": "AMS-HT H有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0703310000010001", + "intro": "AMS D RFID硬件2錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0704800000010001", + "intro": "AMS E加熱器1電流傳感器異常。" + }, + { + "ecode": "0707010000010001", + "intro": "AMS H助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1806010000020009", + "intro": "AMS-HT G助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "1804130000020004", + "intro": "AMS-HT E有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0704100000020004", + "intro": "AMS E有刷電機1無回應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1806110000020004", + "intro": "AMS-HT G有刷電機2無回應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1805930000010001", + "intro": "AMS-HT F加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0704500000020001", + "intro": "AMS E 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0704130000020004", + "intro": "AMS E有刷電機4無回應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0704120000020004", + "intro": "AMS E有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1802810000010001", + "intro": "AMS-HT C加熱器2電流傳感器異常。" + }, + { + "ecode": "1801010000010011", + "intro": "AMS-HT B 助力電機校準參數錯誤,請將耗材拉出五通,然後重啟 AMS。" + }, + { + "ecode": "0707130000020004", + "intro": "AMS H 有刷電機4 無響應,可能是電機插頭接觸不良或是電機故障。" + }, + { + "ecode": "1804010000010011", + "intro": "AMS-HT 電機校準參數錯誤,請將耗材拉出五通,然後重啟 AMS。" + }, + { + "ecode": "1801010000010003", + "intro": "AMS-HT B 助力電機扭矩控制異常,可能是電流感測器故障。" + }, + { + "ecode": "1807930000020002", + "intro": "AMS-HT H 加熱器2 散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1805020000020002", + "intro": "AMS-HT F裡程輪無信號,可能是裡程輪線接觸不良。" + }, + { + "ecode": "1806920000010001", + "intro": "AMS-HT G加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1804020000020002", + "intro": "AMS-HT的里程轮沒有信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1800500000020001", + "intro": "AMS-HT A 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0705010000020010", + "intro": "AMS F 助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1805500000020001", + "intro": "AMS-HT F 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0707900000020001", + "intro": "AMS H 排氣風門 1 動作異常,可能是阻力過大。" + }, + { + "ecode": "1802500000020001", + "intro": "AMS-HT C 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1805010000010004", + "intro": "AMS-HT F 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "0703300000010001", + "intro": "AMS D RFID硬體1錯誤,可能是RFID射頻板線斷連或者RFID射頻板損壞。" + }, + { + "ecode": "0703010000010011", + "intro": "AMS D助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0707920000020002", + "intro": "AMS H加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1803920000020002", + "intro": "AMS-HT D加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1803010000010003", + "intro": "AMS-HT D 助力電機扭矩控制異常,可能是電流感測器故障。" + }, + { + "ecode": "0705500000020001", + "intro": "AMS F 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1806920000020002", + "intro": "AMS-HT G加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1800010000010004", + "intro": "AMS-HT A 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1802010000020010", + "intro": "AMS-HT C助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0706010000010011", + "intro": "AMS G助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1805010000020011", + "intro": "AMS-HT F助力電機參數遺失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1806930000020002", + "intro": "AMS-HT G加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1807810000010001", + "intro": "AMS-HT H加熱器2電流感應器異常。" + }, + { + "ecode": "1804300000010001", + "intro": "AMS-HT E RFID硬體1錯誤,可能是RFID射頻板線路斷開或RFID射頻板損壞。" + }, + { + "ecode": "1801920000010001", + "intro": "AMS-HT B加熱器1散熱風扇卡住,可能是被異物卡住。" + }, + { + "ecode": "1807310000010001", + "intro": "AMS-HT H RFID硬體2錯誤,可能是RFID射頻板線路斷開或RFID射頻板損壞。" + }, + { + "ecode": "1804930000010001", + "intro": "AMS-HT E加熱器2散熱風扇卡住,可能是被異物卡住。" + }, + { + "ecode": "1804010000010001", + "intro": "AMS-HT E 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0705810000010001", + "intro": "AMS F加熱器2電流傳感器異常。" + }, + { + "ecode": "1804010000020010", + "intro": "AMS-HT E助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1802100000020004", + "intro": "AMS-HT C有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1802930000020002", + "intro": "AMS-HT C加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1806810000010001", + "intro": "AMS-HT G加熱器2電流傳感器異常。" + }, + { + "ecode": "0706010000010004", + "intro": "AMS G 助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1802010000010011", + "intro": "AMS-HT C助力電機校準參數錯誤,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0705010000010003", + "intro": "AMS F 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1807800000010001", + "intro": "AMS-HT H加熱器1電流傳感器異常。" + }, + { + "ecode": "0706800000010001", + "intro": "AMS G加熱器1電流傳感器異常。" + }, + { + "ecode": "1806130000020004", + "intro": "AMS-HT G有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1801930000020002", + "intro": "AMS-HT B加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1802010000010004", + "intro": "AMS-HT C助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1802010000020002", + "intro": "AMS-HT C助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1801010000010001", + "intro": "AMS-HT B助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0706020000020002", + "intro": "AMS G里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "1802960000010001", + "intro": "AMS-HT C烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0500010000030007", + "intro": "沒有插入U盤,無法錄製延時攝影。" + }, + { + "ecode": "0300110000020002", + "intro": "Y軸共振頻率與上次校準差異較大,建議完成打印後清潔Y軸光杆並執行一次自動校準。" + }, + { + "ecode": "0300200000010002", + "intro": "Y軸回零異常,請檢查是否工具頭被卡住或Y滑車阻力過大。" + }, + { + "ecode": "0300200000010001", + "intro": "X軸回零異常,請檢查是否工具頭被卡住或X軸導軌阻力過大。" + }, + { + "ecode": "0300100000020002", + "intro": "X軸共振頻率與上次校準差異較大,建議完成打印後清潔X軸導軌並執行一次自動校準。" + }, + { + "ecode": "0500040000020039", + "intro": "請插入模組的連接線。" + }, + { + "ecode": "0701010000010001", + "intro": "AMS B 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200220000020006", + "intro": "AMS A 槽位3耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1201220000020005", + "intro": "AMS B 槽位3耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1202110000010003", + "intro": "AMS C 有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1203820000020001", + "intro": "AMS D 槽位3供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "0701960000010001", + "intro": "AMS B烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0700100000020004", + "intro": "AMS A有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0702010000020002", + "intro": "AMS C 助力電機過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "1201300000010001", + "intro": "AMS B RFID硬件1錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1201320000010001", + "intro": "AMS B RFID硬件3錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1202210000020002", + "intro": "AMS C 槽位2為空,需放置耗材。" + }, + { + "ecode": "1202210000020005", + "intro": "AMS C 槽位2耗材用完,冲刷旧料异常,请检查耗材是否卡在工具头。" + }, + { + "ecode": "1202230000030002", + "intro": "AMS C 槽位4耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203300000010001", + "intro": "AMS D RFID硬件1錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "0703800000010001", + "intro": "AMS D加熱器1電流傳感器異常。" + }, + { + "ecode": "0300010000010001", + "intro": "熱床溫控異常,加熱器可能短路。" + }, + { + "ecode": "0703810000010001", + "intro": "AMS D加熱器2電流傳感器異常。" + }, + { + "ecode": "0702010000010001", + "intro": "AMS C助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200330000020002", + "intro": "AMS A 料卷標籤4損壞或非法,可能是料卷標籤壞了或者使用者使用了假標籤。" + }, + { + "ecode": "1201200000030001", + "intro": "AMS B 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1201220000020003", + "intro": "AMS B 槽位3耗材可能斷在料管中。" + }, + { + "ecode": "1201230000020004", + "intro": "AMS B 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1202130000010001", + "intro": "AMS C 有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1202720000010001", + "intro": "AMS C 耗材速度與長度計算錯誤,可能是里程輪傳感器3故障。" + }, + { + "ecode": "1203200000020001", + "intro": "AMS D 槽位1耗材用完,請放置新料。" + }, + { + "ecode": "1203210000020004", + "intro": "AMS D 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "0C0003000003000B", + "intro": "正在進行首層檢查,請稍候。" + }, + { + "ecode": "0701900000020001", + "intro": "AMS B 排氣風門1 動作異常,可能是阻力過大。" + }, + { + "ecode": "0702920000010001", + "intro": "AMS C 加熱器1 散熱風扇卡轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1200100000020002", + "intro": "AMS A 有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1200200000020003", + "intro": "AMS A 槽位1耗材可能斷在料管中。" + }, + { + "ecode": "1200720000010001", + "intro": "AMS A 耗材速度與長度計算錯誤,可能是里程輪傳感器3故障。" + }, + { + "ecode": "1200830000020001", + "intro": "AMS A 槽位4供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1202300000020002", + "intro": "AMS C 料卷標籤1損壞或非法,可能是料卷標籤壞了或者用戶使用了假的標籤。" + }, + { + "ecode": "1202320000010001", + "intro": "AMS C RFID硬件3錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1202830000020001", + "intro": "AMS C 槽位4供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "0701010000020010", + "intro": "AMS B助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1200230000030002", + "intro": "AMS A槽位4耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1202120000010001", + "intro": "AMS C有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1202210000020001", + "intro": "AMS C槽位2耗材用完,請放置新料。" + }, + { + "ecode": "1202230000020004", + "intro": "AMS C槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1202230000030001", + "intro": "AMS C槽位4耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "1203100000010001", + "intro": "AMS D 有刷電機1打滑,可能挤出輪磨損或耗材過細。" + }, + { + "ecode": "1203110000010003", + "intro": "AMS D 有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1203220000020005", + "intro": "AMS D 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0703010000020009", + "intro": "AMS D助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0C0003000001000A", + "intro": "打印機處於工廠狀態,請聯繫售後。" + }, + { + "ecode": "050004000002001A", + "intro": "無法識別AMS C料卷3的標籤內容。" + }, + { + "ecode": "1200200000020006", + "intro": "AMS A槽位1耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1200820000020001", + "intro": "AMS A槽位3供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1201220000020004", + "intro": "AMS B槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1202330000020002", + "intro": "AMS C 料卷標籤4損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "1203130000010003", + "intro": "AMS D 有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "0700130000020004", + "intro": "AMS A 有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0700920000020002", + "intro": "AMS A加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0702910000020001", + "intro": "AMS C排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0703110000020004", + "intro": "AMS D有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0701010000020011", + "intro": "AMS B助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0700810000010001", + "intro": "AMS A加熱器2電流傳感器異常。" + }, + { + "ecode": "1200210000030001", + "intro": "AMS A 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1201200000020003", + "intro": "AMS B槽位1耗材可能斷在料管中。" + }, + { + "ecode": "1202710000010001", + "intro": "AMS C 耗材速度與長度計算錯誤,可能是里程輪傳感器2故障。" + }, + { + "ecode": "1203120000020002", + "intro": "AMS D 有刷電機3過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "0703130000020004", + "intro": "AMS D有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0500040000020032", + "intro": "請插入激光模組並鎖緊快拆鎖扣。" + }, + { + "ecode": "0701920000010001", + "intro": "AMS B加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0701020000010001", + "intro": "AMS B 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0702010000010003", + "intro": "AMS C 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1202220000030002", + "intro": "AMS C 槽位3耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1202230000020002", + "intro": "AMS C 槽位4為空,需放置耗材。" + }, + { + "ecode": "0702920000020002", + "intro": "AMS C加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0701930000010001", + "intro": "AMS B加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0700010000010004", + "intro": "AMS A助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "0700500000020001", + "intro": "AMS A通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1200120000020002", + "intro": "AMS A有刷電機3過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "1200220000020002", + "intro": "AMS A 槽位3為空,需要放置耗材。" + }, + { + "ecode": "1202200000020002", + "intro": "AMS C 槽位1為空,需放置耗材。" + }, + { + "ecode": "1202230000020003", + "intro": "AMS C 槽位4耗材可能斷在料管中。" + }, + { + "ecode": "1203200000020002", + "intro": "AMS D 槽位1為空,需要放置耗材。" + }, + { + "ecode": "1203210000020001", + "intro": "AMS D 槽位2耗材用完,請放置新料。" + }, + { + "ecode": "0702110000020004", + "intro": "AMS C有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0703910000020001", + "intro": "AMS D排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0500040000020015", + "intro": "無法識別AMS B料卷2的標籤內容。" + }, + { + "ecode": "0702020000010001", + "intro": "AMS C 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1200710000010001", + "intro": "AMS A 耗材速度與長度計算錯誤,可能是里程輪傳感器2故障。" + }, + { + "ecode": "1201130000010001", + "intro": "AMS B 有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1201300000030003", + "intro": "AMS B 槽位1由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1201330000010001", + "intro": "AMS B RFID硬件4錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1202100000010003", + "intro": "AMS C 有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1202220000020002", + "intro": "AMS C 槽位3為空,需要放置耗材。" + }, + { + "ecode": "1202310000030003", + "intro": "AMS C 槽位2由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1203220000020004", + "intro": "AMS D 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1200230000020003", + "intro": "AMS A 槽位4耗材可能堵在料管中。" + }, + { + "ecode": "1200230000020004", + "intro": "AMS A 槽位4耗材可能斷在工具頭中。" + }, + { + "ecode": "1200330000010001", + "intro": "AMS A RFID硬件4錯誤,可能是RFID線圈斷路或是射頻硬體電路損壞。" + }, + { + "ecode": "1201200000020002", + "intro": "AMS B 槽位1為空,請放置耗材。" + }, + { + "ecode": "1202220000020001", + "intro": "AMS C 槽位3耗材用完,請放置新料。" + }, + { + "ecode": "1203200000030001", + "intro": "AMS D 槽位1耗材用完,正在清洗舊料,請稍等。" + }, + { + "ecode": "0300350000020002", + "intro": "MC模組散熱風扇轉速偏低,可能有雜物堆積導致轉速偏低。" + }, + { + "ecode": "0703020000020002", + "intro": "AMS D里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "0C00040000020004", + "intro": "墊板類型不支持該任務,請使用正確的墊板繼續任務。" + }, + { + "ecode": "1200210000020003", + "intro": "AMS A 槽位2耗材可能斷在料管中。" + }, + { + "ecode": "1200220000020005", + "intro": "AMS A 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1200230000030001", + "intro": "AMS A 槽位4耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "1200300000010001", + "intro": "AMS A RFID硬件1錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1201200000020004", + "intro": "AMS B 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1201220000020002", + "intro": "AMS B 槽位3為空,需放置耗材。" + }, + { + "ecode": "1201230000020003", + "intro": "AMS B 槽位4耗材可能斷在料管中。" + }, + { + "ecode": "1201320000030003", + "intro": "AMS B 槽位3由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1203230000020004", + "intro": "AMS D 槽位4耗材可能斷在工具頭。" + }, + { + "ecode": "1203230000020005", + "intro": "AMS D 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "0700020000020002", + "intro": "AMS A里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "050004000002001C", + "intro": "無法識別AMS D料卷1的標籤內容。" + }, + { + "ecode": "1200110000010001", + "intro": "AMS A有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200230000020002", + "intro": "AMS A槽位4為空,需放置耗材。" + }, + { + "ecode": "1200310000020002", + "intro": "AMS A 料卷標籤2損壞或非法,可能是料卷標籤壞了或者使用者使用了假的標籤。" + }, + { + "ecode": "1200500000020001", + "intro": "AMS A通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1201210000020006", + "intro": "AMS B 槽位2耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1202100000020002", + "intro": "AMS C 有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1203110000010001", + "intro": "AMS D 有刷電機2打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "0703010000020011", + "intro": "AMS D助力電機參數丟失,請將耗材拉出五通,然後重新啟動AMS。" + }, + { + "ecode": "0701910000020001", + "intro": "AMS B排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0701110000020004", + "intro": "AMS B有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0703930000010001", + "intro": "AMS D加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "1200220000030001", + "intro": "AMS A槽位3耗材用完,冲刷旧料中,請等待。" + }, + { + "ecode": "1200800000020001", + "intro": "AMS A槽位1供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1201200000020001", + "intro": "AMS B槽位1耗材用完,請放置新料。" + }, + { + "ecode": "1201200000020006", + "intro": "AMS B槽位1耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1201210000020001", + "intro": "AMS B 槽位2耗材用完,請放置新料。" + }, + { + "ecode": "1201220000030001", + "intro": "AMS B 槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1202200000020006", + "intro": "AMS C 槽位1耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1202500000020001", + "intro": "AMS C 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0703010000020010", + "intro": "AMS D助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0700010000020010", + "intro": "AMS A助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "0701100000020004", + "intro": "AMS B有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1201300000020002", + "intro": "AMS B 料卷標籤1損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "1201310000030003", + "intro": "AMS B 槽位2由於結構問題導致辨識RFID失敗。" + }, + { + "ecode": "1201710000010001", + "intro": "AMS B 耗材速度與長度計算錯誤,可能是里程輪傳感器2故障。" + }, + { + "ecode": "1202130000010003", + "intro": "AMS C 有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1202200000030002", + "intro": "AMS C 槽位1耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1202220000020005", + "intro": "AMS C 槽位3耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1203330000030003", + "intro": "AMS D 槽位4由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "0700930000020002", + "intro": "AMS A加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0702010000020011", + "intro": "AMS C助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "0300960000030001", + "intro": "檢測到前門打開。" + }, + { + "ecode": "050003000002000C", + "intro": "網路硬體異常,請關閉/開啟WiFi或者重啟設備。" + }, + { + "ecode": "0300090000020001", + "intro": "擠出電機過載,可能堵頭或者有耗材卡在工具頭內。" + }, + { + "ecode": "0703930000020002", + "intro": "AMS D加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "1200200000030001", + "intro": "AMS A 槽位1耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1201700000010001", + "intro": "AMS B 耗材速度與長度計算錯誤,可能是里程輪傳感器1故障。" + }, + { + "ecode": "1201730000010001", + "intro": "AMS B 耗材速度與長度計算錯誤,可能是里程輪傳感器4故障。" + }, + { + "ecode": "1202220000030001", + "intro": "AMS C槽位3耗材用完,衝刷舊料中,請等待。" + }, + { + "ecode": "1202310000020002", + "intro": "AMS C 料卷標籤2損壞或非法,可能是料卷標籤壞了或者使用者使用了假的標籤。" + }, + { + "ecode": "1202320000020002", + "intro": "AMS C 料卷標籤3損壞或非法,可能是料卷標籤壞了或者使用者使用了假的標籤。" + }, + { + "ecode": "1203220000020002", + "intro": "AMS D 槽位3為空,需放置耗材。" + }, + { + "ecode": "1203220000020006", + "intro": "AMS D 槽位3耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1203230000020002", + "intro": "AMS D 槽位4為空,需放置耗材。" + }, + { + "ecode": "0C00040000010015", + "intro": "未檢測到激光保護鋁板,請放置後繼續。" + }, + { + "ecode": "0703120000020004", + "intro": "AMS D有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0700800000010001", + "intro": "AMS A加熱器1電流傳感器異常。" + }, + { + "ecode": "0500040000020011", + "intro": "無法識別AMS A料卷2的標籤內容。" + }, + { + "ecode": "0500040000020017", + "intro": "無法識別AMS B料卷4的標籤內容。" + }, + { + "ecode": "0701500000020001", + "intro": "AMS B通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1200120000010003", + "intro": "AMS A 有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1200320000010001", + "intro": "AMS A RFID硬件3錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1202300000030003", + "intro": "AMS C 槽位1由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1203700000010001", + "intro": "AMS D 耗材速度與長度計算錯誤,可能是里程輪傳感器1故障。" + }, + { + "ecode": "1203800000020001", + "intro": "AMS D 槽位1供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "0701010000020009", + "intro": "AMS B助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0701020000020002", + "intro": "AMS B里程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "0500040000020018", + "intro": "無法識別AMS C料卷1的標籤內容。" + }, + { + "ecode": "0703010000010003", + "intro": "AMS D 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1200220000020001", + "intro": "AMS A 槽位3耗材用完,請放置新料。" + }, + { + "ecode": "1201210000020002", + "intro": "AMS B 槽位2為空,需放置耗材。" + }, + { + "ecode": "1201220000020001", + "intro": "AMS B 槽位3耗材用完,請放置新料。" + }, + { + "ecode": "1203200000020004", + "intro": "AMS D 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1203300000030003", + "intro": "AMS D 槽位1由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1200210000020006", + "intro": "AMS A槽位2耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1201210000020004", + "intro": "AMS B槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1201210000020005", + "intro": "AMS B 槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1202210000030002", + "intro": "AMS C槽位2耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1202220000020006", + "intro": "AMS C 槽位3耗材挤出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1202230000020006", + "intro": "AMS C 槽位4耗材挤出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1203200000030002", + "intro": "AMS D 槽位1耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203220000030002", + "intro": "AMS D 槽位3耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203320000010001", + "intro": "AMS D RFID硬件3錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1203330000010001", + "intro": "AMS D RFID硬件4錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "0701810000010001", + "intro": "AMS B加熱器2電流傳感器異常。" + }, + { + "ecode": "0701120000020004", + "intro": "AMS B有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1200110000010003", + "intro": "AMS A有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1201820000020001", + "intro": "AMS B槽位3供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1202130000020002", + "intro": "AMS C有刷電機4過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0702120000020004", + "intro": "AMS C有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0702810000010001", + "intro": "AMS C加熱器2電流傳感器異常。" + }, + { + "ecode": "0702800000010001", + "intro": "AMS C加熱器1電流傳感器異常。" + }, + { + "ecode": "0703960000010001", + "intro": "AMS D烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0700010000010003", + "intro": "AMS A 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "0703020000010001", + "intro": "AMS D 耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "1200100000010001", + "intro": "AMS A有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200210000020001", + "intro": "AMS A 槽位2耗材用完,請放置新料。" + }, + { + "ecode": "1200220000030002", + "intro": "AMS A 槽位3耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1201230000030001", + "intro": "AMS B 槽位4耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1201330000020002", + "intro": "AMS B 料卷標籤4損壞或非法,可能是料卷標籤壞了或者用戶使用了假的標籤。" + }, + { + "ecode": "1202110000020002", + "intro": "AMS C 有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1202120000020002", + "intro": "AMS C 有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0700010000020009", + "intro": "AMS A助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "0701010000020002", + "intro": "AMS B 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1200220000020004", + "intro": "AMS A 槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1201130000010003", + "intro": "AMS B 有刷電機4扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1203230000020003", + "intro": "AMS D 槽位4耗材可能斷在料管中。" + }, + { + "ecode": "050004000002001F", + "intro": "無法識別AMS D料卷4的標籤內容。" + }, + { + "ecode": "1200130000010001", + "intro": "AMS A有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1201210000020003", + "intro": "AMS B 槽位2耗材可能斷在料管中。" + }, + { + "ecode": "1201220000020006", + "intro": "AMS B 槽位3耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1201230000020001", + "intro": "AMS B 槽位4耗材用完,請放置新料。" + }, + { + "ecode": "1201230000020006", + "intro": "AMS B 槽位4耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1202120000010003", + "intro": "AMS C 有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1202210000020006", + "intro": "AMS C 槽位2耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1203200000020006", + "intro": "AMS D 槽位1耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1203210000030002", + "intro": "AMS D 槽位2耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203720000010001", + "intro": "AMS D 耗材速度與長度計算錯誤,可能是里程輪傳感器3故障。" + }, + { + "ecode": "0500040000020013", + "intro": "無法識別AMS A料卷4的標籤內容。" + }, + { + "ecode": "1200130000020002", + "intro": "AMS A 有刷電機4過載,可能供料路徑阻力大或耗材緊繞。" + }, + { + "ecode": "1201220000030002", + "intro": "AMS B 槽位3耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1201720000010001", + "intro": "AMS B 耗材速度與長度計算錯誤,可能是里程輪傳感器3故障。" + }, + { + "ecode": "1202330000030003", + "intro": "AMS C 槽位4由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1203130000010001", + "intro": "AMS D 有刷電機4打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1203210000020003", + "intro": "AMS D 槽位2耗材可能斷在料管中。" + }, + { + "ecode": "1203210000030001", + "intro": "AMS D 槽位2耗材用完,冲刷舊料中,請等待。" + }, + { + "ecode": "1203230000030001", + "intro": "AMS D 槽位4耗材用完,正在清洗舊料,請稍等。" + }, + { + "ecode": "0700960000010001", + "intro": "AMS A烘乾可能發生熱失控,請關閉 AMS 電源。" + }, + { + "ecode": "0500040000020010", + "intro": "無法識別AMS A料卷1的標籤內容。" + }, + { + "ecode": "050004000002001E", + "intro": "無法識別AMS D料卷3的標籤內容。" + }, + { + "ecode": "0700010000010001", + "intro": "AMS A 助力電機打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200200000020005", + "intro": "AMS A槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1200320000020002", + "intro": "AMS A 料卷標籤3損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "1202200000020005", + "intro": "AMS C槽位1耗材用完,衝刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1202210000030001", + "intro": "AMS C 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1202320000030003", + "intro": "AMS C 槽位3由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1203300000020002", + "intro": "AMS D 料卷標籤1損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "1203330000020002", + "intro": "AMS D 料卷標籤4損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "0703100000020004", + "intro": "AMS D有刷電機1無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0C00040000020008", + "intro": "未檢測到製作材料,請確認放置材料後繼續。" + }, + { + "ecode": "0701930000020002", + "intro": "AMS B加熱器2散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0702500000020001", + "intro": "AMS C 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1201120000010003", + "intro": "AMS B 有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1201200000020005", + "intro": "AMS B 槽位1耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1203100000010003", + "intro": "AMS D 有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1203110000020002", + "intro": "AMS D 有刷電機2過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "0700110000020004", + "intro": "AMS A 有刷電機2無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0300310000020002", + "intro": "部件冷卻風扇轉速偏低,可能有雜物堆積導致轉速偏低。" + }, + { + "ecode": "0702960000010001", + "intro": "AMS C烘乾可能發生熱失控,請關閉AMS電源。" + }, + { + "ecode": "0700120000020004", + "intro": "AMS A有刷電機3無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "1200230000020006", + "intro": "AMS A 槽位4耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1201810000020001", + "intro": "AMS B 槽位2供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1202220000020003", + "intro": "AMS C 槽位3耗材可能斷在料管中。" + }, + { + "ecode": "1202230000020005", + "intro": "AMS C槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1203220000020001", + "intro": "AMS D 槽位3耗材用完,請放置新料。" + }, + { + "ecode": "1203230000030002", + "intro": "AMS D 槽位4耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203310000010001", + "intro": "AMS D RFID硬件2錯誤,可能是RFID線圈斷或射頻硬件電路損壞。" + }, + { + "ecode": "0703010000010001", + "intro": "AMS D 助力電機打滑,可能擠出輪磨損或耗材太細。" + }, + { + "ecode": "1200200000020001", + "intro": "AMS A 槽位1耗材用完,請放置新料。" + }, + { + "ecode": "1200210000030002", + "intro": "AMS A 槽位2耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1201230000030002", + "intro": "AMS B 槽位4耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203810000020001", + "intro": "AMS D 槽位2供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1203830000020001", + "intro": "AMS D 槽位4供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "0C00040000010016", + "intro": "快拆鎖扣未鎖定,請向下扣緊。" + }, + { + "ecode": "0701920000020002", + "intro": "AMS B加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0702130000020004", + "intro": "AMS C有刷電機4無響應,可能是電機插頭接觸不良或者電機故障。" + }, + { + "ecode": "0500040000020019", + "intro": "無法識別AMS C料卷2的標籤內容。" + }, + { + "ecode": "0703500000020001", + "intro": "AMS D 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1200130000010003", + "intro": "AMS A 有刷電機4扭矩控制異常,可能是電流感應器異常。" + }, + { + "ecode": "1200220000020003", + "intro": "AMS A 槽位3耗材可能斷在料管中。" + }, + { + "ecode": "1202210000020003", + "intro": "AMS C 槽位2耗材可能斷在料管中。" + }, + { + "ecode": "1202230000020001", + "intro": "AMS C 槽位4耗材用完,請放置新料。" + }, + { + "ecode": "1203120000010001", + "intro": "AMS D 有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1203710000010001", + "intro": "AMS D 耗材速度與長度計算錯誤,可能是里程輪感應器2故障。" + }, + { + "ecode": "1200210000020005", + "intro": "AMS A槽位2耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1201100000010003", + "intro": "AMS B 有刷電機1扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1201100000020002", + "intro": "AMS B 有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1201310000020002", + "intro": "AMS B 料卷標籤2損壞或非法,可能是料卷標籤壞了或者用戶使用了假的標籤。" + }, + { + "ecode": "1201800000020001", + "intro": "AMS B 槽位1供料阻力大,耗材可能糾結。" + }, + { + "ecode": "1202800000020001", + "intro": "AMS C 槽位1供料阻力大,耗材可能糾結。" + }, + { + "ecode": "1203220000020003", + "intro": "AMS D 槽位3耗材可能斷在料管中。" + }, + { + "ecode": "1203310000020002", + "intro": "AMS D 料卷標籤2損壞或非法,可能是料卷標籤壞了或者使用者使用了假的標籤。" + }, + { + "ecode": "1203320000020002", + "intro": "AMS D 料卷標籤3損壞或非法,可能是料卷標籤壞了或者使用者使用了假的標籤。" + }, + { + "ecode": "1203320000030003", + "intro": "AMS D 槽位3由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "0703920000010001", + "intro": "AMS D加熱器1散熱風扇卡住,可能是風扇被異物卡住。" + }, + { + "ecode": "1201110000010003", + "intro": "AMS B有刷電機2扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1201120000020002", + "intro": "AMS B 有刷電機3過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1201230000020002", + "intro": "AMS B槽位4為空,需放置耗材。" + }, + { + "ecode": "1201230000020005", + "intro": "AMS B 槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1201830000020001", + "intro": "AMS B 槽位4供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1202200000020004", + "intro": "AMS C槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1202730000010001", + "intro": "AMS C 耗材速度與長度計算錯誤,可能是里程輪傳感器4故障。" + }, + { + "ecode": "1203120000010003", + "intro": "AMS D 有刷電機3扭矩控制異常,可能是電流傳感器異常。" + }, + { + "ecode": "1203210000020006", + "intro": "AMS D 槽位2耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "1203500000020001", + "intro": "AMS D 通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "0702010000020009", + "intro": "AMS C 助力電機三相電阻不平衡,可能是電機故障。" + }, + { + "ecode": "050004000002001B", + "intro": "無法識別AMS C料卷4的標籤內容。" + }, + { + "ecode": "050004000002001D", + "intro": "無法識別AMS D料卷2的標籤內容。" + }, + { + "ecode": "1201210000030002", + "intro": "AMS B 槽位2耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1203100000020002", + "intro": "AMS D 有刷電機1過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1203210000020002", + "intro": "AMS D 槽位2為空,需放置耗材。" + }, + { + "ecode": "1203230000020001", + "intro": "AMS D槽位4耗材用完,請放置新料。" + }, + { + "ecode": "1203310000030003", + "intro": "AMS D 槽位2因結構問題導致RFID識別失敗。" + }, + { + "ecode": "0702020000020002", + "intro": "AMS C裡程輪無信號,可能是里程輪線接觸不良。" + }, + { + "ecode": "0703920000020002", + "intro": "AMS D加熱器1散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0700020000010001", + "intro": "AMS A耗材速度與長度計算錯誤,可能是里程輪傳感器故障。" + }, + { + "ecode": "0702010000010004", + "intro": "AMS C助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "0703010000010004", + "intro": "AMS D 助力電機轉速控制異常,可能是轉速感應器故障。" + }, + { + "ecode": "1202110000010001", + "intro": "AMS C 有刷電機2 打滑,可能是挤出輪磨損或耗材太細。" + }, + { + "ecode": "1202200000020001", + "intro": "請放置新的 AMS C 槽位1 耗材。" + }, + { + "ecode": "1202700000010001", + "intro": "AMS C 耗材速度和長度計算錯誤,可能是里程輪感應器 1 故障。" + }, + { + "ecode": "1203200000020003", + "intro": "AMS D 槽位1 耗材可能卡在料管內斷裂了。" + }, + { + "ecode": "1203200000020005", + "intro": "AMS D 槽位1耗材用完,冲刷旧料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "050003000001000B", + "intro": "螢幕出現故障;請重新啟動設備。" + }, + { + "ecode": "0500040000020016", + "intro": "無法識別AMS B料捲3的標籤內容。" + }, + { + "ecode": "0701010000010003", + "intro": "AMS B 助力電機扭矩控制異常,可能是電流傳感器故障。" + }, + { + "ecode": "1200200000020002", + "intro": "AMS A 槽位1為空,需放置耗材。" + }, + { + "ecode": "1200200000030002", + "intro": "AMS A 槽位1耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1200210000020002", + "intro": "AMS A 槽位2為空,需放置耗材。" + }, + { + "ecode": "1200700000010001", + "intro": "AMS A 耗材速度與長度計算錯誤,可能是里程輪感應器1故障。" + }, + { + "ecode": "1201110000010001", + "intro": "AMS B 有刷電機2 打滑,可能是挤出轮磨損或耗材過細。" + }, + { + "ecode": "1201120000010001", + "intro": "AMS B 有刷電機3 打滑,可能是挤出轮磨損或耗材過細。" + }, + { + "ecode": "1201320000020002", + "intro": "AMS B 料卷標籤3 損壞或非法,可能是料卷標籤壞了或者使用了假的標籤。" + }, + { + "ecode": "1202330000010001", + "intro": "AMS C RFID硬件4錯誤,可能是RFID線圈斷路或射頻硬體電路損壞。" + }, + { + "ecode": "0702930000020002", + "intro": "AMS C 加熱器2 散熱風扇轉速低,可能是阻力過大。" + }, + { + "ecode": "0702010000020010", + "intro": "AMS C助力電機電阻異常,可能是電機故障。" + }, + { + "ecode": "1200300000030003", + "intro": "AMS A 插槽 1 因結構問題導致 RFID 辨識失敗。" + }, + { + "ecode": "1201210000030001", + "intro": "AMS B 槽位2耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1201500000020001", + "intro": "AMS B通訊異常,請檢查AMS的連接線。" + }, + { + "ecode": "1202210000020004", + "intro": "AMS C 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1202310000010001", + "intro": "AMS C RFID硬件2錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1203730000010001", + "intro": "AMS D 耗材速度與長度計算錯誤,可能是里程輪傳感器4故障。" + }, + { + "ecode": "0701800000010001", + "intro": "AMS B加熱器1電流傳感器異常。" + }, + { + "ecode": "0703900000020001", + "intro": "AMS D排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0703010000020002", + "intro": "AMS D 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1200210000020004", + "intro": "AMS A 槽位2耗材可能斷在工具頭。" + }, + { + "ecode": "1200230000020005", + "intro": "AMS A槽位4耗材用完,沖刷舊料異常,請檢查耗材是否卡在工具頭。" + }, + { + "ecode": "1200330000030003", + "intro": "AMS A 槽位4由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1200730000010001", + "intro": "AMS A 耗材速度與長度計算錯誤,可能是里程輪傳感器4故障。" + }, + { + "ecode": "1201310000010001", + "intro": "AMS B RFID硬體2錯誤,可能是RFID線圈斷或者射頻硬件電路損壞。" + }, + { + "ecode": "1202100000010001", + "intro": "AMS C 有刷電機1打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1202200000020003", + "intro": "AMS C 機架位置 1 的耗材可能卡在料管中。" + }, + { + "ecode": "1202200000030001", + "intro": "AMS C 槽位1耗材用完,冲刷旧料中,请等待。" + }, + { + "ecode": "1203210000020005", + "intro": "AMS D機架位置 2 的耗材已用完,刷出舊料遇異常,請檢查耗材是否卡在工具頭中。" + }, + { + "ecode": "0702100000020004", + "intro": "AMS C機架的清掃電機 1 無回應,可能是插頭接觸不良或電機故障。" + }, + { + "ecode": "0702900000020001", + "intro": "AMS C機架的排氣風門 1 運作異常,可能是因為阻力過大。" + }, + { + "ecode": "0701130000020004", + "intro": "AMS B機架的清掃電機 4 無回應,可能是插頭接觸不良或電機故障。" + }, + { + "ecode": "0500040000020014", + "intro": "無法識別AMS B料卷1的標籤內容。" + }, + { + "ecode": "0700010000020002", + "intro": "AMS A 助力電機過載,可能供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1200120000010001", + "intro": "AMS A 有刷電機3打滑,可能擠出輪磨損或耗材過細。" + }, + { + "ecode": "1200310000010001", + "intro": "AMS A RFID硬體2錯誤,可能是RFID線圈斷或者射頻硬體電路損壞。" + }, + { + "ecode": "1200320000030003", + "intro": "AMS A 槽位3由於結構問題導致識別RFID失敗。" + }, + { + "ecode": "1202220000020004", + "intro": "AMS C槽位3耗材可能斷在工具頭。" + }, + { + "ecode": "1202300000010001", + "intro": "AMS C RFID硬體1錯誤,可能是RFID線圈斷開或射頻硬體電路損壞。" + }, + { + "ecode": "1202810000020001", + "intro": "AMS C 槽位2供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "0700910000020001", + "intro": "AMS A排氣風門2動作異常,可能是阻力過大。" + }, + { + "ecode": "0700920000010001", + "intro": "AMS A加熱器1散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "050003000001000C", + "intro": "MC電機控制器工作異常,請斷電排查線路連接情況,並重啟設備。" + }, + { + "ecode": "0700900000020001", + "intro": "AMS A排氣風門1動作異常,可能是阻力過大。" + }, + { + "ecode": "0500040000020012", + "intro": "無法識別AMS A料卷3的標籤內容。" + }, + { + "ecode": "0701010000010004", + "intro": "AMS B助力電機轉速控制異常,可能是轉速傳感器故障。" + }, + { + "ecode": "1200100000010003", + "intro": "AMS A有刷電機1扭矩控制異常,可能是電流傳感器异常。" + }, + { + "ecode": "1200110000020002", + "intro": "AMS A有刷電機2過載,可能供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "1200200000020004", + "intro": "AMS A 槽位1耗材可能斷在工具頭。" + }, + { + "ecode": "1202820000020001", + "intro": "AMS C 槽位3供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1203130000020002", + "intro": "AMS D 有刷電機4過載,可能供料路徑阻力大或耗材糾纏。" + }, + { + "ecode": "1203220000030001", + "intro": "AMS D槽位3耗材用完,沖刷舊料中,請等待。" + }, + { + "ecode": "1203230000020006", + "intro": "AMS D 槽位4耗材擠出異常,可能存在堵頭或耗材過細導致擠出機打滑。" + }, + { + "ecode": "0700930000010001", + "intro": "AMS A加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "0700010000020011", + "intro": "AMS A助力電機參數丟失,請將耗材拉出五通,然後重啟AMS。" + }, + { + "ecode": "1200230000020001", + "intro": "AMS A 槽位4耗材已用完,請加入新耗材。" + }, + { + "ecode": "1200300000020002", + "intro": "AMS A 料卷標籤1損壞或非法,可能是因為標籤損壞或使用了假標籤。" + }, + { + "ecode": "1200310000030003", + "intro": "AMS A 槽位2因結構問題導致RFID識別失敗。" + }, + { + "ecode": "1200810000020001", + "intro": "AMS A 槽位2供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1201100000010001", + "intro": "AMS B 有刷電機1打滑,可能是因為擠出輪磨損或耗材太細。" + }, + { + "ecode": "1201110000020002", + "intro": "AMS B 有刷電機2過載,可能是因為供料路徑阻力大或耗材糾結。" + }, + { + "ecode": "1201130000020002", + "intro": "AMS B 有刷電機4過載,可能是因為供料路徑阻力大或耗材纏繞。" + }, + { + "ecode": "1201200000030002", + "intro": "AMS B槽位1耗材用完並已自動切換到有相同耗材的料槽。" + }, + { + "ecode": "1201330000030003", + "intro": "AMS B 槽位4因結構問題導致RFID識別失敗。" + }, + { + "ecode": "0702930000010001", + "intro": "AMS C加熱器2散熱風扇堵轉,可能是風扇被異物卡住。" + }, + { + "ecode": "12FF200000020001", + "intro": "檢測到料盤支架耗材用完,請放置新料。" + }, + { + "ecode": "12FF200000020002", + "intro": "料盤支架耗材為空,請放置新料。" + }, + { + "ecode": "12FF200000020005", + "intro": "耗材可能斷在工具頭裡。" + }, + { + "ecode": "12FF200000020007", + "intro": "工具頭內部耗材位置檢查失敗,請點擊此文案查看更多幫助。" + }, + { + "ecode": "12FF200000030007", + "intro": "正在檢查AMS各個槽中的耗材位置,請稍等。" + }, + { + "ecode": "12FF800000020001", + "intro": "外掛料盤供料阻力大,耗材可能纏繞。" + }, + { + "ecode": "1200450000020001", + "intro": "切料傳感器異常,請檢查連接器是否插好。" + }, + { + "ecode": "1200450000020002", + "intro": "切刀刀柄行程異常,可能X電機丟步。" + }, + { + "ecode": "1200450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "1200510000030001", + "intro": "AMS已禁用,請從料盤支架加載耗材。" + }, + { + "ecode": "0C0001000001000A", + "intro": "激光雷達補光燈可能損壞。" + }, + { + "ecode": "0C00020000020002", + "intro": "水平激光線過寬,請檢查打印板上是否骯髒。" + }, + { + "ecode": "0C00020000020008", + "intro": "垂直激光線過寬,請檢查列印板上是否髒污。" + }, + { + "ecode": "0C00030000010009", + "intro": "首層品質檢查模塊異常重啟,本次檢查結果可能不準確。" + }, + { + "ecode": "0C00030000020001", + "intro": "由於該材料的反光太弱,耗材自動測光失敗,本次首層質量檢查可能不準確。" + }, + { + "ecode": "0C00030000020002", + "intro": "激光雷達資料異常,本次首層品質檢查無法進行。" + }, + { + "ecode": "0C00030000020004", + "intro": "本次列印不支援首層品質檢查。" + }, + { + "ecode": "0C00030000020005", + "intro": "激光雷達掃描異常超時,當前掃描結果可能不準確。" + }, + { + "ecode": "0C00030000030006", + "intro": "可能發生廢料堆積,請檢查並清理廢料槽。" + }, + { + "ecode": "0C00030000030007", + "intro": "可能發生首層打印缺陷。請檢查首層品質並決定是否停止任務。" + }, + { + "ecode": "0C00030000030008", + "intro": "可能發生炒麵缺陷。請檢查列印品質並決定是否停止任務。" + }, + { + "ecode": "0C00030000030010", + "intro": "檢測到可能發生了空打。" + }, + { + "ecode": "07FF200000020001", + "intro": "外部掛載的耗材用完;請裝入新的耗材。" + }, + { + "ecode": "07FF200000020002", + "intro": "未發現外部掛載的耗材;請裝入新的耗材。" + }, + { + "ecode": "07FF200000020004", + "intro": "請從擠出機中拉出外部掛載的耗材。" + }, + { + "ecode": "0703300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0703310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0703350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0702300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0702310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0702350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0701300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0701310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0701350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0700300000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0700310000030003", + "intro": "由於電機或結構問題導致無法識別。" + }, + { + "ecode": "0700350000010001", + "intro": "溫濕度傳感器錯誤,可能是晶片故障。" + }, + { + "ecode": "0700450000020001", + "intro": "切料傳感器異常。請檢查連接器是否正確插入。" + }, + { + "ecode": "0700450000020002", + "intro": "切刀刀柄行程異常,可能電機丟步或XY未回零。" + }, + { + "ecode": "0700450000020003", + "intro": "切刀刀柄未鬆開,刀柄或刀片可能被卡住,或耗材霍爾接線異常。" + }, + { + "ecode": "0500040000020020", + "intro": "" + }, + { + "ecode": "0300930000010007", + "intro": "腔溫異常,電源溫度傳感器可能短路。" + }, + { + "ecode": "0300930000010008", + "intro": "腔溫異常,電源溫度傳感器可能開路。" + }, + { + "ecode": "0300940000020003", + "intro": "腔溫未能達到預期,已退出腔溫等待並開始後續工作。" + }, + { + "ecode": "0300940000030002", + "intro": "腔溫設置超出邊界,將使用邊界值。" + }, + { + "ecode": "0500020000020002", + "intro": "帳號登錄失敗,請檢查帳號資訊。" + }, + { + "ecode": "0500020000020004", + "intro": "未經授權的用戶:請檢查您的帳號資訊。" + }, + { + "ecode": "0500020000020006", + "intro": "流媒體服務異常,檢查網絡後重試。如仍未恢復,可重啟或更新打印機。" + }, + { + "ecode": "0500020000020007", + "intro": "流媒體服務登錄失敗,請檢查網絡連接。" + }, + { + "ecode": "0500030000010001", + "intro": "MC模塊工作異常,請嘗試重啟設備。請檢查排線連接。" + }, + { + "ecode": "0500030000010002", + "intro": "工具頭模組工作異常,請嘗試重啟設備。" + }, + { + "ecode": "0500030000010003", + "intro": "AMS模塊工作異常,請嘗試重啟設備。" + }, + { + "ecode": "0500030000010005", + "intro": "內部服務異常,請重啟設備。" + }, + { + "ecode": "0500030000010006", + "intro": "系統崩潰,需要斷電重啟。" + }, + { + "ecode": "0500030000010008", + "intro": "系統出現卡死,需要斷電重啟。" + }, + { + "ecode": "0500030000010009", + "intro": "系統出現卡死,已自動重啟恢復。" + }, + { + "ecode": "0500030000010023", + "intro": "腔溫控制器工作異常,請重啟設備。" + }, + { + "ecode": "0500030000010025", + "intro": "當前固件版本異常,請重新升級。" + }, + { + "ecode": "0500040000010004", + "intro": "列印檔案未授權。" + }, + { + "ecode": "0500040000020007", + "intro": "熱床溫度超過了耗材絲的軟化溫度,可能造成堵塞。請保持列印機的前門打開或者降低熱床溫度。" + }, + { + "ecode": "0300400000020001", + "intro": "通過串行端口傳輸數據異常;軟體系統可能有故障。" + }, + { + "ecode": "0300900000010004", + "intro": "腔溫加熱失敗,加熱風扇轉速過低。" + }, + { + "ecode": "0300900000010005", + "intro": "腔溫加熱失敗,加熱鏈路熱阻過大。" + }, + { + "ecode": "0300900000010010", + "intro": "腔溫控制器通訊異常。" + }, + { + "ecode": "0300910000010001", + "intro": "腔溫加熱器1溫控異常,加熱器可能短路。" + }, + { + "ecode": "0300910000010003", + "intro": "腔溫加熱器1溫控異常,加熱器過溫。" + }, + { + "ecode": "0300910000010006", + "intro": "腔溫加熱器1溫控異常,溫度傳感器可能短路。" + }, + { + "ecode": "030091000001000A", + "intro": "腔溫加熱器1溫控異常,AC板可能故障。" + }, + { + "ecode": "0300920000010001", + "intro": "腔溫加熱器2溫控異常,加熱器可能短路。" + }, + { + "ecode": "0300920000010002", + "intro": "腔溫加熱器2溫控異常,加熱器可能開路或熱保險絲斷開。" + }, + { + "ecode": "0300920000010003", + "intro": "腔溫加熱器2溫控異常,加熱器過溫。" + }, + { + "ecode": "0300920000010006", + "intro": "腔溫加熱器2溫控異常,溫度傳感器可能短路。" + }, + { + "ecode": "030092000001000A", + "intro": "腔溫加熱器2溫控異常,AC板可能故障。" + }, + { + "ecode": "0300930000010001", + "intro": "腔溫異常,加熱器溫度傳感器可能短路。" + }, + { + "ecode": "0300930000010002", + "intro": "腔溫異常,加熱器溫度傳感器可能開路。" + }, + { + "ecode": "0300930000010003", + "intro": "腔體溫異常,風口溫度感應器可能短路。" + }, + { + "ecode": "0300050000010001", + "intro": "電機驅動器過熱,可能冷卻風扇停轉或散熱片脫落。" + }, + { + "ecode": "0300060000010001", + "intro": "A電機斷路,可能是連接器沒插緊或電機故障。" + }, + { + "ecode": "0300060000010002", + "intro": "A電機短路,可能電機故障。" + }, + { + "ecode": "0300070000010001", + "intro": "B電機斷路,可能線路沒插緊或電機故障。" + }, + { + "ecode": "0300070000010002", + "intro": "B電機短路,可能電機故障。" + }, + { + "ecode": "0300080000010001", + "intro": "Z電機斷路,可能線路沒插緊或電機故障。" + }, + { + "ecode": "0300080000010002", + "intro": "Z電機短路,可能電機故障。" + }, + { + "ecode": "03000A0000010001", + "intro": "熱床的1號壓力感測器太過靈敏,可能是有東西卡在懸臂和熱床支架之間,或調平螺紋拧太深夾住了。" + }, + { + "ecode": "03000A0000010002", + "intro": "熱床的1號壓力感測器信號弱,可能是力傳感器故障或電氣接觸不良。" + }, + { + "ecode": "03000A0000010003", + "intro": "熱床的1號壓力感測器信號微弱,可能是力傳感器接線斷開。" + }, + { + "ecode": "03000A0000010004", + "intro": "熱床的1號壓力感測器檢測到有外力干擾,可能熱床與周圍有刮蹭。" + }, + { + "ecode": "03000A0000010005", + "intro": "熱床的1號壓力感測器在檢測到異常持續外力,可能是被卡住或發生了電路損壞。" + }, + { + "ecode": "03000B0000010001", + "intro": "熱床的2號壓力感測器太過靈敏,可能是有東西卡在懸臂和熱床支架之間,或調平螺紋拧太深夾住了。" + }, + { + "ecode": "03000B0000010002", + "intro": "熱床的2號壓力感測器信號弱,可能是力傳感器故障或電氣接觸不良。" + }, + { + "ecode": "03000B0000010003", + "intro": "熱床的2號壓力感測器信號微弱,可能是力傳感器接線斷開。" + }, + { + "ecode": "03000B0000010004", + "intro": "熱床的2號壓力傳感器檢測到有外力干擾,可能熱床與周圍有刮蹭。" + }, + { + "ecode": "03000B0000010005", + "intro": "熱床的2號壓力傳感器在檢測到異常持續外力時,可能被卡住或發生了電路損壞。" + }, + { + "ecode": "03000C0000010001", + "intro": "熱床的3號壓力傳感器太過靈敏,可能是有東西卡在懸臂和熱床支架之間,或者調平螺紋拧太深夾住了。" + }, + { + "ecode": "03000C0000010002", + "intro": "熱床的3號壓力傳感器信號弱,可能是力傳感器故障或電氣接觸不良。" + }, + { + "ecode": "03000C0000010003", + "intro": "熱床的3號壓力傳感器信號微弱,可能是力傳感器接線斷開。" + }, + { + "ecode": "03000C0000010004", + "intro": "熱床的3號壓力傳感器檢測到有外力干擾,可能熱床與周圍有刮蹭。" + }, + { + "ecode": "03000C0000010005", + "intro": "熱床的3號壓力感應器偵測到持續異常外力,可能被卡住或電路發生損壞。" + }, + { + "ecode": "0300100000020001", + "intro": "X軸共振頻率偏低,可能是同步帶鬆了。" + }, + { + "ecode": "0300110000020001", + "intro": "Y軸共振頻率偏低,可能是同步帶鬆了。" + }, + { + "ecode": "0300120000020001", + "intro": "工具頭前蓋脫落。" + }, + { + "ecode": "0300130000010001", + "intro": "A馬達電流感應器異常,可能是硬體採樣電路故障。" + }, + { + "ecode": "0300140000010001", + "intro": "B馬達電流感應器異常,可能是硬體採樣電路故障。" + }, + { + "ecode": "0300150000010001", + "intro": "Z電機電流傳感器異常,可能是硬件採樣電路故障。" + }, + { + "ecode": "0300170000010001", + "intro": "熱端散熱風扇轉速過低或停轉,可能被雜物卡住或連接器未插好。" + }, + { + "ecode": "0300170000020002", + "intro": "熱端散熱風扇轉速偏低,可能有雜物堆積導致轉速減緩。" + }, + { + "ecode": "03001B0000010001", + "intro": "熱床加速度傳感器信號弱,可能是傳感器脫落或已受損。" + }, + { + "ecode": "03001B0000010003", + "intro": "熱床加速度傳感器偵測到異常持續外力,可能是傳感器被卡住或發生了電路損壞。" + }, + { + "ecode": "03001C0000010001", + "intro": "擠出電機驅動異常,可能是開關管短路。" + }, + { + "ecode": "0300200000010003", + "intro": "X軸回零異常,可能是同步帶鬆了。" + }, + { + "ecode": "0300200000010004", + "intro": "Y軸回零異常,可能是同步帶鬆了。" + }, + { + "ecode": "0300010000010002", + "intro": "熱床溫控異常,加熱器可能開路或熱敏開關開路。" + }, + { + "ecode": "0300010000010003", + "intro": "熱床溫控異常,加熱器過溫。" + }, + { + "ecode": "0300010000010006", + "intro": "熱床溫控異常,溫度傳感器可能短路。" + }, + { + "ecode": "0300010000010007", + "intro": "熱床溫控異常,溫度傳感器可能開路。" + }, + { + "ecode": "030001000001000C", + "intro": "熱床長時間滿負荷工作,溫控系統可能異常。" + }, + { + "ecode": "0300010000030008", + "intro": "熱床設定溫度超限,已經自動調整至限制溫度。" + }, + { + "ecode": "0300020000010001", + "intro": "噴嘴溫控異常,加熱器可能短路。" + }, + { + "ecode": "0300020000010002", + "intro": "噴嘴溫控異常,加熱器可能開路。" + }, + { + "ecode": "0300020000010003", + "intro": "喷嘴溫控異常,加熱器過溫。" + }, + { + "ecode": "0300020000010007", + "intro": "噴嘴溫控異常,溫度傳感器可能開路。" + } + ] + }, + "device_error": { + "ver": 202510142200, + "zh-tw": [ + { + "ecode": "0C00402C", + "intro": "設備鏈路異常,請重啟打印機。" + }, + { + "ecode": "03004015", + "intro": "噴嘴結塊檢測校準失敗。請前往“助手”進行故障排除。" + }, + { + "ecode": "0500803C", + "intro": "目前的噴嘴設定與切片文件不符。繼續列印可能會影響列印品質。建議在開始列印前重新切片。" + }, + { + "ecode": "0300401F", + "intro": "熱端未安裝,工具頭無法歸位。請安裝熱端後再繼續。" + }, + { + "ecode": "0300801E", + "intro": "檢測到擠出電機過載,請檢查是否堵頭或有耗材卡在工具頭內。" + }, + { + "ecode": "07018007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07028007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07038007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07008007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18058007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07078007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18078007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07058007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18038007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18018007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18028007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18008007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07048007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18068007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "18048007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "07068007", + "intro": "耗材挤出異常,請檢查擠出機是否堵塞。" + }, + { + "ecode": "03004016", + "intro": "噴嘴清潔失敗。請點擊助手進行故障排除。" + }, + { + "ecode": "0502C014", + "intro": "AMS 剩餘線材估算預設為啟用,無法禁用。" + }, + { + "ecode": "05864096", + "intro": "偵測到未經認證的 AMS-HT G;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05024098", + "intro": "偵測到未經認證的 AMS C;設備無法繼續運作。請重新連接 AMS 電纜或重新啟動印表機。" + }, + { + "ecode": "05014098", + "intro": "偵測到未經認證的 AMS B;設備無法繼續運作。請重新連接 AMS 電纜或重新啟動印表機。" + }, + { + "ecode": "05814096", + "intro": "偵測到未經認證的 AMS-HT B;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05844096", + "intro": "偵測到未經認證的 AMS-HT F;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05824096", + "intro": "偵測到未經認證的 AMS-HT C;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05034098", + "intro": "偵測到未經認證的 AMS D;設備無法繼續運作。請重新連接 AMS 電纜或重新啟動印表機。" + }, + { + "ecode": "05854096", + "intro": "偵測到未經認證的 AMS-HT E;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05804096", + "intro": "偵測到未經認證的 AMS-HT A;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05834096", + "intro": "偵測到未經認證的 AMS-HT D;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05874096", + "intro": "偵測到未經認證的 AMS-HT H;設備無法繼續運作。請重新連接 AMS-HT 電纜或重新啟動印表機。" + }, + { + "ecode": "05004098", + "intro": "偵測到未經認證的 AMS A;設備無法繼續運作。請重新連接 AMS 電纜或重新啟動印表機。" + }, + { + "ecode": "0500807E", + "intro": "請在刀切保護鋼板上放置高粘性刀切粘板。" + }, + { + "ecode": "05008062", + "intro": "未偵測到列印板定位標記。請確認列印板已正確放置於熱床上、四角對齊且定位標記清晰可見。若有強光照射在列印板上,請考慮關閉前門並遮擋外部光源。" + }, + { + "ecode": "0500808B", + "intro": "俯視攝像頭設置失敗。請移除熱床上的所有物品及墊板,確保熱床標記清晰可見。同時,請確認俯視攝像頭安裝正確,並移除可能阻擋攝像頭視野的物品。" + }, + { + "ecode": "0502C012", + "intro": "校準任務無法暫停。" + }, + { + "ecode": "07FFC010", + "intro": "將長度超過 30 公分的耗材插入至無法再推入為止。沖刷過程中可能會看到少量煙霧。插入後,請關閉前門和頂蓋。" + }, + { + "ecode": "05024002", + "intro": "打印機沒有運動精度增強標定數據,不允許打開運動精度增強。" + }, + { + "ecode": "05008093", + "intro": "未安裝噴嘴矽膠套管;存在溫度控制失敗的風險。請正確安裝並再次嘗試。" + }, + { + "ecode": "05008092", + "intro": "工具头相机初始化失败。此打印仍可继续进行,但某些AI功能将被禁用。如果重新启动后再次遇到此问题,请联系客户支持。" + }, + { + "ecode": "05008041", + "intro": "熔噴頭中的熱端太冷了。擠出可能會損壞擠出機。仍在進出進料?" + }, + { + "ecode": "05008040", + "intro": "工具头前盖已脱落。移动工具头可能会损坏打印机。您要继续吗?" + }, + { + "ecode": "0502C011", + "intro": "目前处于2D生产模式。请继续在打印机上操作。" + }, + { + "ecode": "0C008002", + "intro": "" + }, + { + "ecode": "05024008", + "intro": "" + }, + { + "ecode": "0502400A", + "intro": "" + }, + { + "ecode": "05024007", + "intro": "" + }, + { + "ecode": "05008091", + "intro": "切割模組的偏移校準失敗,可能導致切割不準確。請確保80g白色印表紙(信紙厚度)被正確放置,並檢查切割刀片尖端是否磨損。" + }, + { + "ecode": "0502400C", + "intro": "" + }, + { + "ecode": "05024009", + "intro": "" + }, + { + "ecode": "0502400B", + "intro": "" + }, + { + "ecode": "05004030", + "intro": "該裝置目前正在升級中。請在閒置時再試一次。" + }, + { + "ecode": "0300C012", + "intro": "請將噴嘴加熱至170°C以上。" + }, + { + "ecode": "07008023", + "intro": "AMS A 烘乾冷卻失敗。" + }, + { + "ecode": "07028023", + "intro": "AMS C 烘乾冷卻失敗。環境溫度可能過高。請在合適的環境中操作設備。" + }, + { + "ecode": "07038023", + "intro": "AMS D 烘乾冷卻失敗。" + }, + { + "ecode": "07018023", + "intro": "AMS B 烘乾冷卻失敗。" + }, + { + "ecode": "07058023", + "intro": "AMS F烘乾冷卻失敗。" + }, + { + "ecode": "07048023", + "intro": "AMS E烘乾冷卻失敗。" + }, + { + "ecode": "18018023", + "intro": "AMS-HT B烘乾冷卻失敗。" + }, + { + "ecode": "07068023", + "intro": "AMS G烘乾冷卻失敗。" + }, + { + "ecode": "07078023", + "intro": "AMS H烘乾冷卻失敗。" + }, + { + "ecode": "18048023", + "intro": "AMS-HT E烘乾冷卻失敗。" + }, + { + "ecode": "18068023", + "intro": "AMS-HT G烘乾冷卻失敗。" + }, + { + "ecode": "18038023", + "intro": "AMS-HT D烘乾冷卻失敗。" + }, + { + "ecode": "18058023", + "intro": "AMS-HT F烘乾冷卻失敗。" + }, + { + "ecode": "18008023", + "intro": "AMS-HT A 烘乾冷卻失敗。" + }, + { + "ecode": "18078023", + "intro": "AMS-HT H 烘箱冷卻失敗。環境溫度可能過高。請在合適的環境中操作設備。" + }, + { + "ecode": "18028023", + "intro": "AMS-HT C烘箱冷卻失敗。" + }, + { + "ecode": "05004010", + "intro": "AMS 目前正在進行乾燥,無法進行升級。請稍後再試。" + }, + { + "ecode": "05004011", + "intro": "印表機正在載入或卸載線材,目前無法進行升級。請稍後再試。" + }, + { + "ecode": "05004012", + "intro": "該設備正在列印,目前無法升級。請稍後再試。" + }, + { + "ecode": "0500400F", + "intro": "AMS正在初始化,目前無法升級。請稍後再試。" + }, + { + "ecode": "05004013", + "intro": "AMS 目前正在运行,无法进行升级。请在空闲时再次尝试。" + }, + { + "ecode": "03008022", + "intro": "在熱床下檢測到障礙物。" + }, + { + "ecode": "05004042", + "intro": "AMS正被用於列印,無法發起烘乾。" + }, + { + "ecode": "05004040", + "intro": "由於功率限制,打印時不允許AMS接設備電源烘乾,是否停止烘乾?" + }, + { + "ecode": "05004041", + "intro": "由於功率限制,打印時只允許一台AMS接設備電源烘乾,是否停止烘乾?" + }, + { + "ecode": "0500806B", + "intro": "快拆鎖扣未鎖定,請向下扣緊。" + }, + { + "ecode": "0502C010", + "intro": "由於印表機功率限制,無法在 AMS 乾燥期間進行打印、校準、控制和其他操作。請在進行任何其他操作之前停止乾燥過程。" + }, + { + "ecode": "03004014", + "intro": "Z軸歸位失敗:溫控異常。" + }, + { + "ecode": "07FFC012", + "intro": "拆下前盖並掛在X軸上。按下黑色PTFE管接頭並拔掉PTFE管。完成操作後,點擊「繼續」。" + }, + { + "ecode": "05004007", + "intro": "設備需要修復升級,並且當前無法列印。" + }, + { + "ecode": "05008090", + "intro": "請將80g白色列印紙貼在平臺的中心區域。" + }, + { + "ecode": "18068005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18018004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18038005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18078004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18058004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18078005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18008005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18048005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18038004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18008004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18018005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18028004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18028005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18058005", + "intro": "耗材送出AMS-HT失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18048004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18068004", + "intro": "耗材從工具頭退回AMS-HT失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07FF8025", + "intro": "噴嘴冷拔超時,請及時操作或檢查耗材是否斷在擠出機內,查看助手了解更多。" + }, + { + "ecode": "18018006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18008006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18078006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18028006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18048006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18058006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18038006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "18068006", + "intro": "無法將耗材送入擠出機。這可能是由於耗材纏繞或線軸卡住所致。如果不是,請檢查 AMS-HT PTFE 管是否已連接。" + }, + { + "ecode": "0502400E", + "intro": "噴嘴冷拔維護尚未完成,無法發起新任務。" + }, + { + "ecode": "07008004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07018004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07028005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "07038005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "07FF8005", + "intro": "耗材送出AMS失敗,請剪平料頭、檢查料盤是否卡住。" + }, + { + "ecode": "18068003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07068004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07048003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07078004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18058003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07048005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18FF8005", + "intro": "耗材送出AMS-HT失敗,請剪平料頭、檢查料盤是否卡住。" + }, + { + "ecode": "07048006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07078006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07058006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07028006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07008005", + "intro": "AMS 未能發送燈絲。您可以將燈絲的末端夾平,然後重新插入。如果此消息仍然存在,請檢查AMS中的 PTFE 管是否有任何磨損跡象。" + }, + { + "ecode": "07018005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "07028003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07038004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07018003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。請點擊「助手」以獲取疑難排解說明。" + }, + { + "ecode": "07038003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07028004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07068003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "18038003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07058004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "07048004", + "intro": "耗材從工具頭退回AMS失敗。可能是因為料盤卡住,或者耗材的端頭卡在路徑中。" + }, + { + "ecode": "18008003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "18078003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07058005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "07068005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "07058003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "18028003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07078003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07078005", + "intro": "耗材送出AMS失敗。請取出耗材後,剪平料頭重新插入。如果異常繼續,請檢查AMS內部特氟龍管有無磨損。" + }, + { + "ecode": "18048003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "18018003", + "intro": "耗材退出挤出機失敗,可能堵頭或耗材卡在挤出機內部。" + }, + { + "ecode": "07008006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07038006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07018006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07068006", + "intro": "耗材送往擠出機失敗。 可能是因為耗材纏住或料盤卡住,也可能是AMS鐵氟龍管未接上。" + }, + { + "ecode": "07008003", + "intro": "無法從擠出機中拉出線材。這可能是由擠出機堵塞或擠出機內部的纖維破損所造成的。 " + }, + { + "ecode": "0502400D", + "intro": "進退料尚未完成,無法發起新任務。" + }, + { + "ecode": "03008042", + "intro": "由於門開著,任務暫停。" + }, + { + "ecode": "05008079", + "intro": "請放置雷射測試材料(350g紙板)並在下面放置支撐條以防止材料翹曲。" + }, + { + "ecode": "0580409C", + "intro": "AMS-HT A的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0582409C", + "intro": "AMS-HT C 的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0584409C", + "intro": "AMS-HT E 的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0501409D", + "intro": "AMS B的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0587409C", + "intro": "AMS-HT H的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0503409D", + "intro": "AMS D 的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0581409C", + "intro": "AMS-HT B的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0585409C", + "intro": "AMS-HT F 的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0502409D", + "intro": "AMS C的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0500409D", + "intro": "AMS A的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行升級。" + }, + { + "ecode": "0586409C", + "intro": "AMS-HT G的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "03004050", + "intro": "即時取景相機校準逾時;請重新啟動印表機。" + }, + { + "ecode": "0583409C", + "intro": "AMS-HT D 的韌體與印表機不符;設備無法繼續工作。請在「韌體」頁面進行更新。" + }, + { + "ecode": "0C008034", + "intro": "即時取景相機初始化失敗。此次列印仍可繼續,但部分 AI 功能將停用。如果重新啟動後再次遇到此問題,請聯絡客戶支援。" + }, + { + "ecode": "0C008043", + "intro": "AI檢測到熱端裹頭,請確認熱端狀況,可跳轉助手查看解決方案。" + }, + { + "ecode": "03004008", + "intro": "AMS 換料失敗" + }, + { + "ecode": "0C00402A", + "intro": "未檢測到視覺標誌,請重新按正確位置粘貼紙張。" + }, + { + "ecode": "05004033", + "intro": "AMS 韌體與印表機不匹配。請在「韌體」頁面進行升級。" + }, + { + "ecode": "05004031", + "intro": "配件韌體與印表機不符。請在「韌體」頁面上升級它。" + }, + { + "ecode": "05008085", + "intro": "噴嘴攝像頭被遮擋" + }, + { + "ecode": "07FF8007", + "intro": "請觀察噴嘴。如果耗材已經擠出,選擇「繼續」;如果不是,請將燈絲稍微向前推,然後選擇「重試」。" + }, + { + "ecode": "07FF8002", + "intro": "檢測到切刀卡住,請拔出刀柄。" + }, + { + "ecode": "0500808C", + "intro": "偵測到構建板偏移。請將構建板與熱床對齊,然後繼續。" + }, + { + "ecode": "07FFC011", + "intro": "請從擠出機中手動緩慢拉出耗材,再點擊“繼續”。" + }, + { + "ecode": "05004039", + "intro": "當前任務不允許安裝激光/模切模塊,任務已停止。" + }, + { + "ecode": "0500403B", + "intro": "暫不支持在機器上發起激光/刀切任務,請使用電腦軟件開始任務。" + }, + { + "ecode": "07044025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07004025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07034025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18014025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07024025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18044025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07014025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07074025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18074025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07064025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18064025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18054025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "07054025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18004025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18034025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "18024025", + "intro": "讀取耗材資訊失敗。" + }, + { + "ecode": "0300800D", + "intro": "檢測到沒有正常擠出。如果缺陷可接受,可點擊\"繼續打印\"按鈕來恢復打印任務。" + }, + { + "ecode": "0500C036", + "intro": "打印任務進行中,請將激光/刀切模組從工具頭取下。" + }, + { + "ecode": "0300804F", + "intro": "設備正在進退料。請停止當前流程,或取下激光/刀切模組。" + }, + { + "ecode": "0300804E", + "intro": "打印任務進行中,請將激光/刀切模組從工具頭取下。" + }, + { + "ecode": "0500808A", + "intro": "俯視攝像頭安裝偏移,請參照Wiki重新進行安裝。" + }, + { + "ecode": "05008089", + "intro": "因長時間未打卡,任務已暫停,請在設備螢幕上打卡後繼續。" + }, + { + "ecode": "05008074", + "intro": "激光墊板位置偏移,請確保底板的四角與熱床對齊,並且露出板上標記。" + }, + { + "ecode": "05FE8081", + "intro": "左熱端未安裝。" + }, + { + "ecode": "05FF8081", + "intro": "右熱端未安裝。" + }, + { + "ecode": "05FF8080", + "intro": "右熱端未安裝。" + }, + { + "ecode": "05FE8080", + "intro": "左熱端未安裝。" + }, + { + "ecode": "05008080", + "intro": "左、右熱端未安裝" + }, + { + "ecode": "05008081", + "intro": "左、右熱端未安裝" + }, + { + "ecode": "05008088", + "intro": "俯視攝像頭髒污" + }, + { + "ecode": "05008087", + "intro": "俯視攝像頭被遮擋" + }, + { + "ecode": "03004002", + "intro": "熱床調平失敗,任務已停止。" + }, + { + "ecode": "0C004020", + "intro": "俯視攝像頭初始化失敗,請清空熱床上的所有物體並拿開墊板。確保熱床標記不被遮擋。同時,請清理俯視攝像頭及工具頭攝像頭,並移除可能遮擋攝像頭的異物。" + }, + { + "ecode": "03008021", + "intro": "噴嘴可能未安裝或安裝未到位,請正確安裝後繼續。" + }, + { + "ecode": "03008061", + "intro": "風道系統切換或維持失敗,請檢查風門狀態。" + }, + { + "ecode": "0300801A", + "intro": "耗材擠出異常,請查看助手。排除故障後,根據實際打印件狀態,選擇取消或繼續打印。" + }, + { + "ecode": "05008084", + "intro": "實況攝像頭髒污,請擦拭後繼續。" + }, + { + "ecode": "0500401E", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014023", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014025", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "18068012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "10018003", + "intro": "當前切片中的延時攝影為傳統模式,開啟延時攝影後可能會產生表面瑕疵,請確認是否開啟?" + }, + { + "ecode": "03008014", + "intro": "檢測到擠出機裹料或列印版放歪,請根據實際狀況,取消本次打印並清理擠出機或調整熱床,或點擊“繼續打印”按鈕恢復打印任務。" + }, + { + "ecode": "03008017", + "intro": "檢測到熱床上有異物,請檢查並清理後,再點擊“繼續打印”按鈕繼續打印。" + }, + { + "ecode": "0500401C", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004025", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004026", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004028", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "0501401B", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014020", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014022", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014029", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "07008012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07018012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07028012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07FF8011", + "intro": "外挂料盤耗材用尽,請裝入新的耗材。" + }, + { + "ecode": "0300801C", + "intro": "檢測到擠出機擠出阻力異常,可能有堵頭情況。請查看助手,排除異常後,點擊“繼續打印”恢復打印任務。" + }, + { + "ecode": "05008055", + "intro": "設備已安裝激光模組,但檢測到刀切墊板。請放置激光墊板後進行激光校準。" + }, + { + "ecode": "03004020", + "intro": "噴嘴在位檢測失敗。請前往助手查看詳情。" + }, + { + "ecode": "0500402E", + "intro": "系統不支援U盤當前使用的檔案系統,請更換或格式化該U盤為FAT32格式。" + }, + { + "ecode": "05008063", + "intro": "校驗中未檢測到墊板,請確認已正確放置激光墊板。" + }, + { + "ecode": "05008066", + "intro": "此任務要求使用刀切墊板,但當前正在使用激光墊板。請放置刀切墊板(刀切保護底板+低粘性刀切墊板)。" + }, + { + "ecode": "18008012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18048012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07058012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07068012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07078012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18058012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18078012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07048012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18018012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "05004065", + "intro": "此任務要求使用激光墊板,但當前正在使用刀切墊板。請將其更換,在軟體中拍照測厚後重新發起任務。" + }, + { + "ecode": "05004075", + "intro": "未檢測到激光墊板,可能影響測厚精度。請確保墊板正確放置且尾部標記未被遮擋,在軟件上重新發起測厚後再開始任務。" + }, + { + "ecode": "0500807D", + "intro": "此任務要求使用刀切墊板,但當前正在使用激光墊板。請放置刀切墊板(刀切保護鋼板+高粘性刀切墊板)。" + }, + { + "ecode": "03008000", + "intro": "未知原因暫停。你可以點擊“繼續打印”來恢復打印任務。" + }, + { + "ecode": "03008016", + "intro": "檢測到擠出機無法擠出料,請根據實際狀況,取消本次打印並清理擠出機,或點擊“繼續打印”按鈕恢復打印任務。" + }, + { + "ecode": "0500401B", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004020", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004022", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004023", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05004029", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "0501401C", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "0501401E", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014026", + "intro": "雲端訪問被拒絕,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "05014028", + "intro": "雲端訪問返回值非法,如多次嘗試失敗請聯繫客服。" + }, + { + "ecode": "07038012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07FF8012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "07FFC00A", + "intro": "請觀察噴嘴,若耗材已被擠出,點擊“繼續”;若未被擠出,請向前輕推耗材後點擊“重試”。" + }, + { + "ecode": "05008064", + "intro": "請正確放置激光墊板,並確保露出板上標記後,進行激光校準。" + }, + { + "ecode": "18038012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18028012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "18FF8012", + "intro": "多次獲取AMS映射表失敗,請點擊\"繼續\"重試。" + }, + { + "ecode": "05004076", + "intro": "請正確放置激光墊板並確保墊板上標記可見,在軟件中重新測厚後開始任務。" + }, + { + "ecode": "0500807A", + "intro": "異物檢測未生效。可繼續任務,或查看助手排除故障。" + }, + { + "ecode": "07FF8010", + "intro": "請檢查外掛料盤或耗材是否卡住。" + }, + { + "ecode": "03004000", + "intro": "Z軸回零失敗,任務已停止。" + }, + { + "ecode": "0300800A", + "intro": "AI打印監控檢測到垃圾桶處廢料堆積,請及時清理。" + }, + { + "ecode": "0300800B", + "intro": "切刀已卡住,請確保切刀刀柄彈回及耗材霍爾開關接線正常。" + }, + { + "ecode": "03008065", + "intro": "MC模組溫度過高,請前往Wiki排查具體原因。" + }, + { + "ecode": "05004070", + "intro": "設備已接入激光/刀切模組,無法發起3D打印相關任務。" + }, + { + "ecode": "0300400B", + "intro": "內部通訊異常。" + }, + { + "ecode": "03008001", + "intro": "打印暫停,因為打印文件中添加了暫停命令。" + }, + { + "ecode": "05014038", + "intro": "區域設置與印表機不匹配,請檢查印表機的區域設置。" + }, + { + "ecode": "03008051", + "intro": "刀切模組掉落或者連接線脫落,請檢查。" + }, + { + "ecode": "0C004024", + "intro": "俯視攝像頭安裝偏移,請參照Wiki重新進行安裝。" + }, + { + "ecode": "10018004", + "intro": "當前切片中暫未使用擦料塔,並且延時攝影的模式為平滑。開啟延時攝影後可能會產生表面瑕疵,請確認是否開啟?" + }, + { + "ecode": "03008041", + "intro": "墊板檢測超時,請重啟打印機。" + }, + { + "ecode": "03004067", + "intro": "校準完成,運動精度有提升。由於機器結構的老化等原因,可能不是最佳效果。" + }, + { + "ecode": "18008011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18078011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18038011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18018011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18058011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18068011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "18048011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "03004011", + "intro": "動態流量校準失敗。請重新發起打印或校準。" + }, + { + "ecode": "18028011", + "intro": "AMS-HT 耗材用盡,請把耗材放入同一個 AMS-HT 槽位後繼續。" + }, + { + "ecode": "05008072", + "intro": "實況攝像頭被遮擋" + }, + { + "ecode": "05008083", + "intro": "掛載校準時不允許放置製作材料,請將材料從墊板上拿走。" + }, + { + "ecode": "1800C06A", + "intro": "AMS-HT A正在讀取RFID,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C06A", + "intro": "AMS-HT F正在讀取RFID,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1807C06C", + "intro": "AMS-HT H正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1800C06C", + "intro": "AMS-HT A正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1807C06B", + "intro": "AMS-HT H正在換料,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "10014002", + "intro": "切片參數中開啟了逐件打印,無法支持延時攝影。" + }, + { + "ecode": "1800C06D", + "intro": "AMS-HT A正在輔助吸料,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1803C06A", + "intro": "AMS-HT D正在讀取RFID,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1803C06C", + "intro": "AMS-HT D正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C06C", + "intro": "AMS-HT F正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1803C069", + "intro": "AMS-HT D烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1802C06A", + "intro": "AMS-HT C正在讀取RFID,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C06E", + "intro": "AMS-HT F電機正在自檢,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C06C", + "intro": "AMS-HT G正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C06D", + "intro": "AMS-HT G正在輔助吸料,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1800C06E", + "intro": "AMS-HT A電機正在自檢,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C069", + "intro": "AMS-HT F烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1807C06D", + "intro": "AMS-HT H正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1802C06C", + "intro": "AMS-HT C正在送料助力模式,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1807C06A", + "intro": "AMS-HT H正在讀取RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1801C06A", + "intro": "AMS-HT B正在讀取RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1807C069", + "intro": "AMS-HT H烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1803C06E", + "intro": "AMS-HT D電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1801C06D", + "intro": "AMS-HT B正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C06B", + "intro": "AMS-HT F正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1802C06D", + "intro": "AMS-HT C正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1802C06E", + "intro": "AMS-HT C電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1804C06C", + "intro": "AMS-HT E正在送料助力模式,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1804C06A", + "intro": "AMS-HT E正在讀取RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C069", + "intro": "AMS-HT G烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1804C06D", + "intro": "AMS-HT E正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C06B", + "intro": "AMS-HT G正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1800C069", + "intro": "AMS-HT A烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1802C069", + "intro": "AMS-HT C烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1801C06C", + "intro": "AMS-HT B正在送料助力模式,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1807C06E", + "intro": "AMS-HT H電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1000C003", + "intro": "開啟傳統模式的延時攝影,可能會產生表面瑕疵,請根據需要啟用。" + }, + { + "ecode": "1804C069", + "intro": "AMS-HT E烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1801C06E", + "intro": "AMS-HT B電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1805C06D", + "intro": "AMS-HT F正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1803C06D", + "intro": "AMS-HT D正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1801C06B", + "intro": "AMS-HT B正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C06E", + "intro": "AMS-HT G電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1801C069", + "intro": "AMS-HT B烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "1804C06E", + "intro": "AMS-HT E電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1803C06B", + "intro": "AMS-HT D正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1804C06B", + "intro": "AMS-HT E正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1806C06A", + "intro": "AMS-HT G正在讀RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1802C06B", + "intro": "AMS-HT C正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "1800C06B", + "intro": "AMS-HT A正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "10014001", + "intro": "切片參數中開啟了旋轉花瓶,無法支持延時攝影。" + }, + { + "ecode": "0500806E", + "intro": "偵測到熱床上異物,請檢查並清理。" + }, + { + "ecode": "05004004", + "intro": "設備正忙,無法啟動新的任務,請在當前任務結束後再發送新任務。" + }, + { + "ecode": "0C004025", + "intro": "俯視攝像頭髒污,請清理後重新開始流程。" + }, + { + "ecode": "05008061", + "intro": "未檢測到列印板,請確認已正確放置。" + }, + { + "ecode": "0701C06C", + "intro": "AMS B正在送料助力模式,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0701C069", + "intro": "AMS B烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "0700C06E", + "intro": "AMS A電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0703C06C", + "intro": "AMS D正在送料助力模式,無法啟動烘乾,請稍後重試。" + }, + { + "ecode": "0703C069", + "intro": "AMS D烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "0701C06B", + "intro": "AMS B正在換料,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "0700C06C", + "intro": "AMS A正在送料助力模式,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C069", + "intro": "AMS C烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "0703C06B", + "intro": "AMS D正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "03008054", + "intro": "請放置打印後刀切工序所需的紙張" + }, + { + "ecode": "0703C06D", + "intro": "AMS D正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0701C06D", + "intro": "AMS B正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C06A", + "intro": "AMS C正在讀RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C06E", + "intro": "AMS C電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C06C", + "intro": "AMS C正在送料助力模式,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C06B", + "intro": "AMS C正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0700C06D", + "intro": "AMS A正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0701C06A", + "intro": "AMS B正在讀RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0702C06D", + "intro": "AMS C正在輔助吸料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "05008082", + "intro": "請撕掉亞克力板上的保護膜後再開始加工。" + }, + { + "ecode": "0703C06A", + "intro": "AMS D 正在讀取 RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0700C06B", + "intro": "AMS A 正在換料,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "05008060", + "intro": "當前工具頭上的模組不符合加工要求,請根據螢幕要求更換模組。" + }, + { + "ecode": "0700C069", + "intro": "AMS A烘乾異常,請前往助手查看詳情。" + }, + { + "ecode": "0701C06E", + "intro": "AMS B電機正在自檢,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0700C06A", + "intro": "AMS A正在讀取RFID,不能開啟烘乾,請稍後重試。" + }, + { + "ecode": "0703C06E", + "intro": "AMS D電機正在自檢,無法開啟烘乾,請稍後重試。" + }, + { + "ecode": "05008056", + "intro": "設備已安裝刀切模組,但檢測到激光墊板,請放置刀切墊板後進行刀切校準。" + }, + { + "ecode": "0500C07F", + "intro": "設備正忙,暫時無法執行此操作。如需繼續操作,請先暫停或停止當前任務。" + }, + { + "ecode": "0C008016", + "intro": "異物檢測未生效。可繼續任務或查看助手。" + }, + { + "ecode": "07FF8001", + "intro": "檢測到切料失敗,請檢查切刀。" + }, + { + "ecode": "18FF8001", + "intro": "檢測到切料失敗,請檢查切刀。" + }, + { + "ecode": "07018016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07048016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18028016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07078016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18018016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18008016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "0C004021", + "intro": "俯視攝像頭初始化失敗,請重啟打印機。" + }, + { + "ecode": "0C004026", + "intro": "實況攝像頭初始化失敗,請重啟打印機。" + }, + { + "ecode": "07008016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07038016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07028016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07068016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18048016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18068016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18078016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18038016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "07058016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "18058016", + "intro": "檢測到擠出機無法擠出耗材,請查看助手排除故障。可能在這層出現打印缺陷,如果接受請繼續打印。" + }, + { + "ecode": "0C00402D", + "intro": "工具頭攝像頭工作異常,請重啟設備。" + }, + { + "ecode": "07FF8004", + "intro": "耗材從工具頭退回AMS失敗,請檢查耗材或料盤是否卡住。" + }, + { + "ecode": "0500805C", + "intro": "刀切粘板的類型不匹配,請放置低黏性刀切粘板。" + }, + { + "ecode": "05008059", + "intro": "刀切墊板偏移,請確保底板的四角與熱床對齊。" + }, + { + "ecode": "0500806C", + "intro": "請正確放置刀切墊板並確保露出板上標記。" + }, + { + "ecode": "07018013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "0500805A", + "intro": "請在刀切保護鋼板上放置黏性刀切黏板。" + }, + { + "ecode": "07068013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18038013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18008013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18048013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18028013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18058013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "07048013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "05008071", + "intro": "未檢測到切割墊板,請確認已正確放置。" + }, + { + "ecode": "05008073", + "intro": "熱床限位塊被遮擋或髒污,請清理確保限位塊可見,否則可能導致墊板位置偏移檢測錯誤。" + }, + { + "ecode": "05008068", + "intro": "請正確放置高粘性刀切墊板並確保露出標記。" + }, + { + "ecode": "0500807C", + "intro": "請放置刀切墊板(刀切保護鋼板+高粘性刀切墊板)" + }, + { + "ecode": "05008067", + "intro": "請在刀切保護鋼板上放置低粘性刀切粘板。" + }, + { + "ecode": "07008013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "07028013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "07038013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "0500806F", + "intro": "粘性刀切粘板類型不匹配,請放置高粘性刀切墊板。" + }, + { + "ecode": "18068013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "07058013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "07078013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18018013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "18078013", + "intro": "檢測到沖刷舊料超時,請檢查耗材是否卡住或擠出機堵頭。" + }, + { + "ecode": "03004052", + "intro": "切割刀Z軸回零失敗" + }, + { + "ecode": "05008058", + "intro": "請正確放置低粘性刀切墊板並確保露出標記。" + }, + { + "ecode": "0500807B", + "intro": "請放置刀切墊板 (刀切保護鋼板+低黏性刀切墊板)" + }, + { + "ecode": "0C008018", + "intro": "異物檢測未生效。可繼續任務或查看助手進行排故。" + }, + { + "ecode": "0500805B", + "intro": "未知的黏性刀切黏板類型,請使用正確的黏板。" + }, + { + "ecode": "03008064", + "intro": "腔温過高,請打開上蓋和前門降温。(打開上蓋或前門後,本次打印的開門檢測功能將設置為“通知”級別)" + }, + { + "ecode": "0C008017", + "intro": "檢測到墊板上存在異物,請及時清理。" + }, + { + "ecode": "05008077", + "intro": "未檢測到視覺標志,請確保紙張已正確放置。" + }, + { + "ecode": "05008078", + "intro": "當前材料與切片中的不匹配,請放置正確的材料並確保材料上的二維碼無污損。" + }, + { + "ecode": "0500403F", + "intro": "下載打印任務失敗,請檢查網絡連接。" + }, + { + "ecode": "0500403D", + "intro": "工具頭模組未初始化,請在工具頭初始化後發起任務。" + }, + { + "ecode": "0300400C", + "intro": "任務已取消。" + }, + { + "ecode": "05008051", + "intro": "檢測到的打印板類型與切片G程式碼中不一致。請修改切片參數或者使用匹配的打印板。" + }, + { + "ecode": "18038017", + "intro": "AMS-HT D 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "07078010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18048010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18038010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18028010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18008010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18018017", + "intro": "AMS-HT B 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "18078010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18028017", + "intro": "AMS-HT C 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "18008017", + "intro": "AMS-HT A 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "07068011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0C004027", + "intro": "實況攝像頭校準失敗,請前往助手查看詳細原因,處理後重新執行標定。" + }, + { + "ecode": "07058010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18018010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18068010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "18058010", + "intro": "AMS-HT助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07048010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07068010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07078011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07058011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07048011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "0C008015", + "intro": "偵測到墊板上存在物體,請及時清理。" + }, + { + "ecode": "05024006", + "intro": "檢測到未知模組接入,請嘗試升級固件至最新版本。" + }, + { + "ecode": "07018017", + "intro": "AMS B 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "07028017", + "intro": "AMS C 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "03004013", + "intro": "AMS烘乾中,不能發起列印。" + }, + { + "ecode": "07038017", + "intro": "AMS D 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "07008017", + "intro": "AMS A 在烘乾中,無法發起進退料,請停止烘乾後重新發起。" + }, + { + "ecode": "07FFC003", + "intro": "請將外掛料盤的耗材拉出。如果該消息重複出現,請檢查是否有耗材斷在工具頭。(如後續使用AMS,請連接特氟龍管)" + }, + { + "ecode": "07FFC008", + "intro": "請將外掛料盤的耗材拉出。如果該消息重複出現,請檢查是否有耗材斷在工具頭。(如後續使用AMS,請連接特氟龍管)" + }, + { + "ecode": "0500405D", + "intro": "雷射器序列號異常,無法標定或雕刻。" + }, + { + "ecode": "0500805E", + "intro": "刀切模組序列號異常,無法標定或雕刻。" + }, + { + "ecode": "0500C010", + "intro": "U盤讀寫異常,請重新插入或更換U盤。" + }, + { + "ecode": "0500402F", + "intro": "U盤扇區數據發生損壞,請格式化,如仍無法識別,請更換U盤。" + }, + { + "ecode": "05008053", + "intro": "噴嘴與切片文件所選項不匹配。請在重新切片後啟動打印,或者更換正確的噴嘴後再繼續打印。注意,熱端溫度較高,請小心操作。" + }, + { + "ecode": "05024003", + "intro": "打印機正在打印中,無法開啟或關閉運動精度增強功能。" + }, + { + "ecode": "05024005", + "intro": "AMS尚未標定完成,不能發起列印。" + }, + { + "ecode": "07FF8003", + "intro": "請將外掛料盤的耗材拉出。如果該消息重複出現,請檢查是否有耗材斷在工具頭。(如後續使用AMS,請連接特氟龍管)" + }, + { + "ecode": "03008049", + "intro": "當前墊板非法。" + }, + { + "ecode": "05004008", + "intro": "啟動列印失敗,請重新啟動您的機器,並重新傳送列印。" + }, + { + "ecode": "0500400B", + "intro": "檔案下載錯誤,請檢查您的網路並重新傳送列印。" + }, + { + "ecode": "05004018", + "intro": "綁定配置訊息解析失敗,請重試。" + }, + { + "ecode": "0500402C", + "intro": "未成功獲取IP位址,可能是無線環境干擾導致數據收發未成功或路由器DHCP位址池已滿,請移動打印機到路由器附近後重試。若多次失敗需要檢查路由器DHCP位址池是否已耗盡。" + }, + { + "ecode": "0500400A", + "intro": "不支援此檔案名稱,請更改檔案名稱後重新傳送列印。" + }, + { + "ecode": "0500400D", + "intro": "請執行自我檢查後重新啟動列印作業。" + }, + { + "ecode": "0501401A", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,或不具備 internet 訪問能力,或路由器防火牆限制。可移動打印機到路由器附近或檢測路由器配置後重試。" + }, + { + "ecode": "05014033", + "intro": "打印區區域限制,請在對應區域的商城下載應用程式,註冊後重試綁定。" + }, + { + "ecode": "0500402D", + "intro": "系統發生異常" + }, + { + "ecode": "03008047", + "intro": "快拆鎖扣檢測超時,請重啟打印機。" + }, + { + "ecode": "03008008", + "intro": "噴嘴溫控故障。" + }, + { + "ecode": "03008009", + "intro": "熱床溫控故障。" + }, + { + "ecode": "05004002", + "intro": "不支援的列印檔案路徑或名稱,請重新發起列印。" + }, + { + "ecode": "05004006", + "intro": "您的內部儲存空間不足,可以透過還原出廠設定以釋放所有可用空間。" + }, + { + "ecode": "05014039", + "intro": "設備登錄過期,請嘗試重新綁定。" + }, + { + "ecode": "03008046", + "intro": "異物檢測超時,請重啟打印機。" + }, + { + "ecode": "03008062", + "intro": "腔溫過高,可能因為環境溫度過高。" + }, + { + "ecode": "03008045", + "intro": "製作材料檢測超時,請重啟打印機。" + }, + { + "ecode": "0300800C", + "intro": "檢測到丟步並自動恢復,請繼續打印並觀察後續打印是否有錯層現象。" + }, + { + "ecode": "0500401A", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,或不具備 internet 訪問能力,或路由器防火牆限制。可移動打印機到路由器附近或檢測路由器配置後重試。" + }, + { + "ecode": "05014018", + "intro": "綁定配置訊息解析失敗,請重試。" + }, + { + "ecode": "0300400F", + "intro": "電源電壓與列印機不符。" + }, + { + "ecode": "05024004", + "intro": "目前設備不支援所選擇的部分功能,請檢查 Studio 功能設置或升級固件至最新版本。" + }, + { + "ecode": "0500806D", + "intro": "未偵測到製作材料,請確認後放置並繼續。" + }, + { + "ecode": "0C004022", + "intro": "俯視攝影機初始化失敗,請確保激光在正常工作。" + }, + { + "ecode": "0300801D", + "intro": "擠出電機位置傳感器異常,請先切斷電源,檢查連接線是否鬆動。" + }, + { + "ecode": "07038002", + "intro": "檢測到切刀卡住,請拔出刀柄後點擊\"重試\"按鈕。" + }, + { + "ecode": "0C00403D", + "intro": "未檢測到視覺編碼器板,請確認已正確放置。" + }, + { + "ecode": "07028002", + "intro": "檢測到切刀卡住,請拔出刀柄後點擊\"重試\"按鈕。" + }, + { + "ecode": "07018002", + "intro": "檢測到切刀卡住,請拔出刀柄後點擊\"重試\"按鈕。" + }, + { + "ecode": "0C00C004", + "intro": "檢測到可能發生了打印炒麵失敗問題。" + }, + { + "ecode": "05004043", + "intro": "由於功率限制,只允許一台AMS接設備電源烘乾。" + }, + { + "ecode": "05004052", + "intro": "檢測熱端錯誤。" + }, + { + "ecode": "05004050", + "intro": "檢測列印版錯誤。" + }, + { + "ecode": "03004068", + "intro": "運動精度增強過程發生丟步,請重試。" + }, + { + "ecode": "05004054", + "intro": "檢測墊板出錯。" + }, + { + "ecode": "0500403E", + "intro": "當前工具頭不支援進行初始化。" + }, + { + "ecode": "03004066", + "intro": "運動精度增強發生異常,請查看助手。" + }, + { + "ecode": "0C00C006", + "intro": "偵測到可能發生垃圾桶堆料問題。" + }, + { + "ecode": "03008063", + "intro": "腔溫過高,請打開上蓋和前門降溫。" + }, + { + "ecode": "0C00800B", + "intro": "未檢測到熱床標記,請清空熱床上的所有物體並拿開墊板。確保熱床標記不被遮蔽。" + }, + { + "ecode": "0C004029", + "intro": "未檢測到製作材料,請確認放置材料後繼續。" + }, + { + "ecode": "0C008005", + "intro": "檢測到垃圾桶廢料堆積,可能導致工具頭撞料。" + }, + { + "ecode": "0C008033", + "intro": "快拆鎖扣未鎖定,請向下扣緊。" + }, + { + "ecode": "0C008009", + "intro": "未檢測到列印版定位標識。" + }, + { + "ecode": "1000C001", + "intro": "熱床溫度較高,可能造成耗材軟化堵頭。您可打開機箱門列印。" + }, + { + "ecode": "1000C002", + "intro": "使用不銹鋼噴嘴列印碳纖維料可能造成噴嘴損壞。" + }, + { + "ecode": "07038010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07038011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07FF8006", + "intro": "請將耗材插入進料口,直到推不動為止。" + }, + { + "ecode": "07FFC006", + "intro": "請將耗材插入進料口,直到推不動為止。" + }, + { + "ecode": "07FFC009", + "intro": "請將耗材插入進料口,直到推不動為止。" + }, + { + "ecode": "07028010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07028011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07018010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "07018011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07008011", + "intro": "AMS 耗材用盡。請將耗材放入同一個AMS 槽位後繼續。" + }, + { + "ecode": "07008002", + "intro": "檢測到切刀卡住,請拔出刀柄後點擊\"重試\"按鈕。" + }, + { + "ecode": "07008010", + "intro": "AMS助力電機過載,可能是因為耗材纏住或料盤卡住。" + }, + { + "ecode": "0501401D", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "0501401F", + "intro": "雲端綁定授權超時,請檢查手機或電腦具備訪問 Internet 的能力,並確保綁定操作時 Bmabu Studio/Handy APP 在前台執行。" + }, + { + "ecode": "05014021", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "05014024", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,或不具備internel訪問能力,或路由器防火牆限制。可移動打印機到路由器附近或檢測路由器配置後重試。" + }, + { + "ecode": "05014027", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "05014031", + "intro": "設備發現綁定執行中,屏幕無法展示二維碼。可等待局域網綁定結束,或Hand APP/Studio中止綁定,重試掃描屏幕二維碼進行綁定。" + }, + { + "ecode": "05014032", + "intro": "二維碼綁定執行中,無法進行設備發現綁定。可掃描屏幕二維碼進行綁定,或退出屏幕上的二維碼頁面,嘗試設備發現綁定。" + }, + { + "ecode": "05014034", + "intro": "切片進度長時間沒有更新,列印任務退出。請確認參數並重新發起列印。" + }, + { + "ecode": "05014035", + "intro": "設備正在進行綁定中,無法響應綁定請求。" + }, + { + "ecode": "05024001", + "intro": "當前耗材會在此次列印任務中使用,不允許設置。" + }, + { + "ecode": "05004001", + "intro": "無法連接伺服器,請檢查網路連線。" + }, + { + "ecode": "05004003", + "intro": "解析gcode.3mf遇到問題,列印已停止。請重新發送列印。" + }, + { + "ecode": "05004005", + "intro": "固件更新期间禁止发送打印任务。" + }, + { + "ecode": "05004009", + "intro": "日誌上傳期間禁止發送列印任務。" + }, + { + "ecode": "0500400E", + "intro": "列印已取消。" + }, + { + "ecode": "05004014", + "intro": "雲端切片發生錯誤,請檢查切片參數並重新發起列印。" + }, + { + "ecode": "05004017", + "intro": "綁定操作失敗,可重試或重啟印表機後重試。" + }, + { + "ecode": "05004019", + "intro": "印表機已綁定。請解除綁定,然後重試。" + }, + { + "ecode": "0500401D", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "0500401F", + "intro": "雲端綁定授權超時,請檢查手機或電腦具備訪問 Internet 的能力,並確保綁定操作時 Bmabu Studio/Handy APP 在前台執行。" + }, + { + "ecode": "05004021", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "05004024", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,或不具備internel訪問能力,或路由器防火牆限制。可移動打印機到路由器附近或檢測路由器配置後重試。" + }, + { + "ecode": "05004027", + "intro": "雲端訪問失敗,可能的原因是干擾導致網絡不穩定,可移動打印機到路由器附近後重試。" + }, + { + "ecode": "0500402A", + "intro": "連接路由器失敗,可能是無線環境干擾或距離路由器較遠,可重試或將打印機移至路由器附近後重試。" + }, + { + "ecode": "0500402B", + "intro": "連接路由器密碼錯誤,請檢查密碼後重試。" + }, + { + "ecode": "05004037", + "intro": "切片文件中預設機型與當前打印機型號不兼容,不能進行列印。" + }, + { + "ecode": "05004038", + "intro": "切片文件中的噴嘴直徑與當前設定不符,不能進行列印。" + }, + { + "ecode": "05008013", + "intro": "偵測到列印文件不可用。請確認儲存媒體是否已被移除。" + }, + { + "ecode": "05008030", + "intro": "" + }, + { + "ecode": "05008036", + "intro": "切片文件中預設機型與當前打印機型號不一致,是否繼續?" + }, + { + "ecode": "05014017", + "intro": "綁定操作失敗,可重試或重啟印表機後重試。" + }, + { + "ecode": "05014019", + "intro": "印表機已綁定。請解除綁定,然後重試。" + }, + { + "ecode": "03004001", + "intro": "工具頭降溫超時。" + }, + { + "ecode": "03004005", + "intro": "熱端散熱風扇轉速異常。" + }, + { + "ecode": "03004006", + "intro": "噴嘴堵塞。" + }, + { + "ecode": "03004009", + "intro": "XY回零失敗。" + }, + { + "ecode": "0300400A", + "intro": "振動掃頻識別失敗。" + }, + { + "ecode": "0300400D", + "intro": "斷電續打失敗。" + }, + { + "ecode": "0300400E", + "intro": "電機參數自檢失敗。" + }, + { + "ecode": "03008003", + "intro": "AI打印監控檢測到炒麵缺陷。請檢查打印件狀況後做相應處理。" + }, + { + "ecode": "03008005", + "intro": "工具頭前蓋掉落。請把前蓋重新裝上,並檢查打印件是否完好。" + }, + { + "ecode": "03008007", + "intro": "檢測到斷電時有未完成的打印任務。如果模型仍然粘著底板,可嘗試繼續打印。" + }, + { + "ecode": "0300800E", + "intro": "偵測到列印文件不可用。請確認儲存媒體是否已被移除。" + }, + { + "ecode": "0300800F", + "intro": "檢測到門已打開,暫停打印。" + }, + { + "ecode": "03008010", + "intro": "熱端散熱風扇轉速異常。" + }, + { + "ecode": "03008013", + "intro": "用戶暫停。您可以點擊“繼續打印”來恢復打印任務。" + }, + { + "ecode": "03008018", + "intro": "腔體溫控故障。" + }, + { + "ecode": "03008019", + "intro": "沒有放置列印版。" + } + ] + } + } +} \ No newline at end of file diff --git a/resources/hms/local_image/04f29005329321e1d436fd4ac314ecb9.png b/resources/hms/local_image/04f29005329321e1d436fd4ac314ecb9.png new file mode 100644 index 0000000000..9722f529f4 Binary files /dev/null and b/resources/hms/local_image/04f29005329321e1d436fd4ac314ecb9.png differ diff --git a/resources/hms/local_image/0b0aa9ac563cdd636db3b1c5b8786ab2.png b/resources/hms/local_image/0b0aa9ac563cdd636db3b1c5b8786ab2.png new file mode 100644 index 0000000000..79fda7d1e1 Binary files /dev/null and b/resources/hms/local_image/0b0aa9ac563cdd636db3b1c5b8786ab2.png differ diff --git a/resources/hms/local_image/28aff2f7e32f66b0161499b7d5b72f60.png b/resources/hms/local_image/28aff2f7e32f66b0161499b7d5b72f60.png new file mode 100644 index 0000000000..0292e06f53 Binary files /dev/null and b/resources/hms/local_image/28aff2f7e32f66b0161499b7d5b72f60.png differ diff --git a/resources/hms/local_image/2b91c6f42e469818d19a0595edff6954.png b/resources/hms/local_image/2b91c6f42e469818d19a0595edff6954.png index a666e139ad..e69de29bb2 100644 Binary files a/resources/hms/local_image/2b91c6f42e469818d19a0595edff6954.png and b/resources/hms/local_image/2b91c6f42e469818d19a0595edff6954.png differ diff --git a/resources/hms/local_image/36a5ba8da7edd10b38499ffca9789c97.png b/resources/hms/local_image/36a5ba8da7edd10b38499ffca9789c97.png index 34eb1da56f..e69de29bb2 100644 Binary files a/resources/hms/local_image/36a5ba8da7edd10b38499ffca9789c97.png and b/resources/hms/local_image/36a5ba8da7edd10b38499ffca9789c97.png differ diff --git a/resources/hms/local_image/7db6d3fff317ecd772e569717a9ff383.png b/resources/hms/local_image/7db6d3fff317ecd772e569717a9ff383.png new file mode 100644 index 0000000000..aea8c2f93f Binary files /dev/null and b/resources/hms/local_image/7db6d3fff317ecd772e569717a9ff383.png differ diff --git a/resources/hms/local_image/a3fd5f2163e55c21e320b3a89d8a1d13.png b/resources/hms/local_image/a3fd5f2163e55c21e320b3a89d8a1d13.png new file mode 100644 index 0000000000..78a2cc8dea Binary files /dev/null and b/resources/hms/local_image/a3fd5f2163e55c21e320b3a89d8a1d13.png differ diff --git a/resources/hms/local_image/a60c12b86c59916d04917d00e0f2d1e1.png b/resources/hms/local_image/a60c12b86c59916d04917d00e0f2d1e1.png new file mode 100644 index 0000000000..0844b9b0a8 Binary files /dev/null and b/resources/hms/local_image/a60c12b86c59916d04917d00e0f2d1e1.png differ diff --git a/resources/hms/local_image/acbe24eacf6e5bbd656b06485a307dd8.png b/resources/hms/local_image/acbe24eacf6e5bbd656b06485a307dd8.png new file mode 100644 index 0000000000..4de744500f Binary files /dev/null and b/resources/hms/local_image/acbe24eacf6e5bbd656b06485a307dd8.png differ diff --git a/resources/hms/local_image/c1413baf5336d9d9810ce59a13422a9f.png b/resources/hms/local_image/c1413baf5336d9d9810ce59a13422a9f.png index 380ff7902c..e69de29bb2 100644 Binary files a/resources/hms/local_image/c1413baf5336d9d9810ce59a13422a9f.png and b/resources/hms/local_image/c1413baf5336d9d9810ce59a13422a9f.png differ diff --git a/resources/hms/local_image/c63f2cd5273828825452c4908f3ac0b0.png b/resources/hms/local_image/c63f2cd5273828825452c4908f3ac0b0.png new file mode 100644 index 0000000000..ea6dec48fa Binary files /dev/null and b/resources/hms/local_image/c63f2cd5273828825452c4908f3ac0b0.png differ diff --git a/resources/hms/local_image/cfbd7c18d8c0cede93b6eaa40ca825f0.png b/resources/hms/local_image/cfbd7c18d8c0cede93b6eaa40ca825f0.png index 5b1b60bb24..e69de29bb2 100644 Binary files a/resources/hms/local_image/cfbd7c18d8c0cede93b6eaa40ca825f0.png and b/resources/hms/local_image/cfbd7c18d8c0cede93b6eaa40ca825f0.png differ diff --git a/resources/hms/local_image/d0835cf8b3a48ca8f7dcb3982e924b85.png b/resources/hms/local_image/d0835cf8b3a48ca8f7dcb3982e924b85.png new file mode 100644 index 0000000000..5f597eee80 Binary files /dev/null and b/resources/hms/local_image/d0835cf8b3a48ca8f7dcb3982e924b85.png differ diff --git a/resources/hms/local_image/f87557495f2f2163a44bde8f4ddd9b8c.png b/resources/hms/local_image/f87557495f2f2163a44bde8f4ddd9b8c.png index 9449dd940a..85af323953 100644 Binary files a/resources/hms/local_image/f87557495f2f2163a44bde8f4ddd9b8c.png and b/resources/hms/local_image/f87557495f2f2163a44bde8f4ddd9b8c.png differ diff --git a/resources/images/advanced.svg b/resources/images/advanced.svg index 561a15b303..ef868e36b1 100644 --- a/resources/images/advanced.svg +++ b/resources/images/advanced.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/air_pump.png b/resources/images/air_pump.png index 887f70701f..020286451c 100644 Binary files a/resources/images/air_pump.png and b/resources/images/air_pump.png differ diff --git a/resources/images/ams_1_tray.svg b/resources/images/ams_1_tray.svg index 6d9c7b3f28..d46cb35b07 100644 --- a/resources/images/ams_1_tray.svg +++ b/resources/images/ams_1_tray.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/resources/images/ams_4_tray.svg b/resources/images/ams_4_tray.svg index 379dcdf991..779383ed27 100644 --- a/resources/images/ams_4_tray.svg +++ b/resources/images/ams_4_tray.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/resources/images/axis_toggle.svg b/resources/images/axis_toggle.svg deleted file mode 100644 index 679c34e5ca..0000000000 --- a/resources/images/axis_toggle.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - diff --git a/resources/images/axis_toggle_dark.svg b/resources/images/axis_toggle_dark.svg deleted file mode 100644 index 08c52a8398..0000000000 --- a/resources/images/axis_toggle_dark.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - diff --git a/resources/images/axis_toggle_hover.svg b/resources/images/axis_toggle_hover.svg deleted file mode 100644 index 1d462ffb1d..0000000000 --- a/resources/images/axis_toggle_hover.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - diff --git a/resources/images/axis_toggle_hover_dark.svg b/resources/images/axis_toggle_hover_dark.svg deleted file mode 100644 index 14f9bd2767..0000000000 --- a/resources/images/axis_toggle_hover_dark.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - diff --git a/resources/images/bbl_bed_ep_bottom_n.svg b/resources/images/bbl_bed_ep_bottom_n.svg new file mode 100644 index 0000000000..2c6403fc3d --- /dev/null +++ b/resources/images/bbl_bed_ep_bottom_n.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_ep_left_bottom.svg b/resources/images/bbl_bed_ep_left_bottom.svg new file mode 100644 index 0000000000..7d411d0fb1 --- /dev/null +++ b/resources/images/bbl_bed_ep_left_bottom.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_ep_middle.svg b/resources/images/bbl_bed_ep_middle.svg new file mode 100644 index 0000000000..a428cebb31 --- /dev/null +++ b/resources/images/bbl_bed_ep_middle.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_pc_left_bottom.svg b/resources/images/bbl_bed_pc_left_bottom.svg new file mode 100644 index 0000000000..5df6b7d4ad --- /dev/null +++ b/resources/images/bbl_bed_pc_left_bottom.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/resources/images/bbl_bed_pc_middle.svg b/resources/images/bbl_bed_pc_middle.svg new file mode 100644 index 0000000000..c4da4dae5a --- /dev/null +++ b/resources/images/bbl_bed_pc_middle.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_pei_bottom_n.svg b/resources/images/bbl_bed_pei_bottom_n.svg new file mode 100644 index 0000000000..4130318a41 --- /dev/null +++ b/resources/images/bbl_bed_pei_bottom_n.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_pte_bottom_n.svg b/resources/images/bbl_bed_pte_bottom_n.svg new file mode 100644 index 0000000000..4130318a41 --- /dev/null +++ b/resources/images/bbl_bed_pte_bottom_n.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_st_bottom_n.svg b/resources/images/bbl_bed_st_bottom_n.svg new file mode 100644 index 0000000000..b4a76a6ee9 --- /dev/null +++ b/resources/images/bbl_bed_st_bottom_n.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_st_left_bottom.svg b/resources/images/bbl_bed_st_left_bottom.svg new file mode 100644 index 0000000000..a5f2297662 --- /dev/null +++ b/resources/images/bbl_bed_st_left_bottom.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_bed_st_middle.svg b/resources/images/bbl_bed_st_middle.svg new file mode 100644 index 0000000000..c6e2807866 --- /dev/null +++ b/resources/images/bbl_bed_st_middle.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/bbl_cali_lines.svg b/resources/images/bbl_cali_lines.svg index a125cadd0b..beb2ce5b9e 100644 --- a/resources/images/bbl_cali_lines.svg +++ b/resources/images/bbl_cali_lines.svg @@ -1,12 +1,12 @@ - - + + - - + + - + diff --git a/resources/images/bed_cool.png b/resources/images/bed_cool.png index 41234a1ac5..625ebd6325 100644 Binary files a/resources/images/bed_cool.png and b/resources/images/bed_cool.png differ diff --git a/resources/images/bed_cool_supertack.png b/resources/images/bed_cool_supertack.png index cf05fb85ea..1c13570943 100644 Binary files a/resources/images/bed_cool_supertack.png and b/resources/images/bed_cool_supertack.png differ diff --git a/resources/images/bed_cool_supertack_mini.png b/resources/images/bed_cool_supertack_mini.png deleted file mode 100644 index b363b43093..0000000000 Binary files a/resources/images/bed_cool_supertack_mini.png and /dev/null differ diff --git a/resources/images/bed_engineering.png b/resources/images/bed_engineering.png index 9fe23a2666..62a3ad9093 100644 Binary files a/resources/images/bed_engineering.png and b/resources/images/bed_engineering.png differ diff --git a/resources/images/bed_high_templ.png b/resources/images/bed_high_templ.png index 3fe8a603c8..d7f80aee92 100644 Binary files a/resources/images/bed_high_templ.png and b/resources/images/bed_high_templ.png differ diff --git a/resources/images/bed_high_templ_mini.png b/resources/images/bed_high_templ_mini.png deleted file mode 100644 index 6036556c0a..0000000000 Binary files a/resources/images/bed_high_templ_mini.png and /dev/null differ diff --git a/resources/images/bed_high_templ_o.png b/resources/images/bed_high_templ_o.png deleted file mode 100644 index f0fadb7667..0000000000 Binary files a/resources/images/bed_high_templ_o.png and /dev/null differ diff --git a/resources/images/bed_pei.png b/resources/images/bed_pei.png index 4a1913516d..c942905304 100644 Binary files a/resources/images/bed_pei.png and b/resources/images/bed_pei.png differ diff --git a/resources/images/bed_pei_cool.png b/resources/images/bed_pei_cool.png new file mode 100644 index 0000000000..0514ec1f50 Binary files /dev/null and b/resources/images/bed_pei_cool.png differ diff --git a/resources/images/bed_pei_mini.png b/resources/images/bed_pei_mini.png deleted file mode 100644 index cea0373230..0000000000 Binary files a/resources/images/bed_pei_mini.png and /dev/null differ diff --git a/resources/images/bed_pei_o.png b/resources/images/bed_pei_o.png deleted file mode 100644 index d6fd7ce0a6..0000000000 Binary files a/resources/images/bed_pei_o.png and /dev/null differ diff --git a/resources/images/big_bed_cool.png b/resources/images/big_bed_cool.png index 2d2917e2ed..66ea212bc3 100644 Binary files a/resources/images/big_bed_cool.png and b/resources/images/big_bed_cool.png differ diff --git a/resources/images/big_bed_cool_supertack.png b/resources/images/big_bed_cool_supertack.png index 87ab558248..bbd607e7a8 100644 Binary files a/resources/images/big_bed_cool_supertack.png and b/resources/images/big_bed_cool_supertack.png differ diff --git a/resources/images/big_bed_cool_supertack_mini.png b/resources/images/big_bed_cool_supertack_mini.png deleted file mode 100644 index 18605c6b67..0000000000 Binary files a/resources/images/big_bed_cool_supertack_mini.png and /dev/null differ diff --git a/resources/images/big_bed_engineering.png b/resources/images/big_bed_engineering.png index 7cdd39b641..2cd6e7fe08 100644 Binary files a/resources/images/big_bed_engineering.png and b/resources/images/big_bed_engineering.png differ diff --git a/resources/images/big_bed_high_templ.png b/resources/images/big_bed_high_templ.png index ebc1b5f237..7b3bc41569 100644 Binary files a/resources/images/big_bed_high_templ.png and b/resources/images/big_bed_high_templ.png differ diff --git a/resources/images/big_bed_high_templ_mini.png b/resources/images/big_bed_high_templ_mini.png deleted file mode 100644 index 8f5800af04..0000000000 Binary files a/resources/images/big_bed_high_templ_mini.png and /dev/null differ diff --git a/resources/images/big_bed_high_templ_o.png b/resources/images/big_bed_high_templ_o.png deleted file mode 100644 index e75df475ac..0000000000 Binary files a/resources/images/big_bed_high_templ_o.png and /dev/null differ diff --git a/resources/images/big_bed_pei.png b/resources/images/big_bed_pei.png index e87d15993d..d76c16f13c 100644 Binary files a/resources/images/big_bed_pei.png and b/resources/images/big_bed_pei.png differ diff --git a/resources/images/big_bed_pei_cool.png b/resources/images/big_bed_pei_cool.png new file mode 100644 index 0000000000..5aee15fc99 Binary files /dev/null and b/resources/images/big_bed_pei_cool.png differ diff --git a/resources/images/big_bed_pei_mini.png b/resources/images/big_bed_pei_mini.png deleted file mode 100644 index 18878f8147..0000000000 Binary files a/resources/images/big_bed_pei_mini.png and /dev/null differ diff --git a/resources/images/big_bed_pei_o.png b/resources/images/big_bed_pei_o.png deleted file mode 100644 index 51a5bef46a..0000000000 Binary files a/resources/images/big_bed_pei_o.png and /dev/null differ diff --git a/resources/images/canvas_menu.svg b/resources/images/canvas_menu.svg new file mode 100644 index 0000000000..b94a4952f0 --- /dev/null +++ b/resources/images/canvas_menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_menu_dark.svg b/resources/images/canvas_menu_dark.svg new file mode 100644 index 0000000000..6578d79a9c --- /dev/null +++ b/resources/images/canvas_menu_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_menu_dark_hover.svg b/resources/images/canvas_menu_dark_hover.svg new file mode 100644 index 0000000000..e71a5c9787 --- /dev/null +++ b/resources/images/canvas_menu_dark_hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_menu_hover.svg b/resources/images/canvas_menu_hover.svg new file mode 100644 index 0000000000..83fbddee17 --- /dev/null +++ b/resources/images/canvas_menu_hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_zoom.svg b/resources/images/canvas_zoom.svg new file mode 100644 index 0000000000..5448cd7cee --- /dev/null +++ b/resources/images/canvas_zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_zoom_dark.svg b/resources/images/canvas_zoom_dark.svg new file mode 100644 index 0000000000..9e598f8cba --- /dev/null +++ b/resources/images/canvas_zoom_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_zoom_dark_hover.svg b/resources/images/canvas_zoom_dark_hover.svg new file mode 100644 index 0000000000..6d7e4e5fcb --- /dev/null +++ b/resources/images/canvas_zoom_dark_hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/canvas_zoom_hover.svg b/resources/images/canvas_zoom_hover.svg new file mode 100644 index 0000000000..53f272d28d --- /dev/null +++ b/resources/images/canvas_zoom_hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/custom-gcode_advanced.svg b/resources/images/custom-gcode_advanced.svg index 561a15b303..e363a28d13 100644 --- a/resources/images/custom-gcode_advanced.svg +++ b/resources/images/custom-gcode_advanced.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/cut.png b/resources/images/cut.png index 01bf818b30..81f83d5353 100644 Binary files a/resources/images/cut.png and b/resources/images/cut.png differ diff --git a/resources/images/dev_ams_rearrange.svg b/resources/images/dev_ams_rearrange.svg new file mode 100644 index 0000000000..411cc4db84 --- /dev/null +++ b/resources/images/dev_ams_rearrange.svg @@ -0,0 +1,4 @@ + + + + diff --git a/resources/images/dev_ams_upgrading.svg b/resources/images/dev_ams_upgrading.svg new file mode 100644 index 0000000000..9c1526209c --- /dev/null +++ b/resources/images/dev_ams_upgrading.svg @@ -0,0 +1,5 @@ + +
+ + +
diff --git a/resources/images/ext_image_n7.svg b/resources/images/ext_image_n7.svg new file mode 100644 index 0000000000..0e82ba9bcf --- /dev/null +++ b/resources/images/ext_image_n7.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/extinguish.png b/resources/images/extinguish.png index ecc2960b09..c69d10929f 100644 Binary files a/resources/images/extinguish.png and b/resources/images/extinguish.png differ diff --git a/resources/images/extra_icon.png b/resources/images/extra_icon.png new file mode 100644 index 0000000000..e69de29bb2 diff --git a/resources/images/fd_calibration_auto_n7.png b/resources/images/fd_calibration_auto_n7.png new file mode 100644 index 0000000000..776c2ef0d0 Binary files /dev/null and b/resources/images/fd_calibration_auto_n7.png differ diff --git a/resources/images/four_slot_ams_item.svg b/resources/images/four_slot_ams_item.svg index b42e94a6ca..8b1f7f787b 100644 --- a/resources/images/four_slot_ams_item.svg +++ b/resources/images/four_slot_ams_item.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/resources/images/four_slot_ams_item_dark.svg b/resources/images/four_slot_ams_item_dark.svg index 1d788268ff..8b1f7f787b 100644 --- a/resources/images/four_slot_ams_item_dark.svg +++ b/resources/images/four_slot_ams_item_dark.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/resources/images/horizontal_hide.svg b/resources/images/horizontal_hide.svg new file mode 100644 index 0000000000..28f3e27f3e --- /dev/null +++ b/resources/images/horizontal_hide.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/resources/images/horizontal_show.svg b/resources/images/horizontal_show.svg new file mode 100644 index 0000000000..dab8523875 --- /dev/null +++ b/resources/images/horizontal_show.svg @@ -0,0 +1,46 @@ + + + + + + + + + + diff --git a/resources/images/laser.png b/resources/images/laser.png index 98896453d6..895b3039ae 100644 Binary files a/resources/images/laser.png and b/resources/images/laser.png differ diff --git a/resources/images/laser_40.png b/resources/images/laser_40.png index 74909d116e..b6868b2c5b 100644 Binary files a/resources/images/laser_40.png and b/resources/images/laser_40.png differ diff --git a/resources/images/lock_hover.svg b/resources/images/lock_hover.svg index b25ba1cfdc..7abfb97480 100644 --- a/resources/images/lock_hover.svg +++ b/resources/images/lock_hover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/lock_normal.svg b/resources/images/lock_normal.svg index e585aba3f6..7abfb97480 100644 --- a/resources/images/lock_normal.svg +++ b/resources/images/lock_normal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/menu_filament.svg b/resources/images/menu_filament.svg index 1a4a0eddb0..1e41503e60 100644 --- a/resources/images/menu_filament.svg +++ b/resources/images/menu_filament.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/resources/images/monitor_upgrade_ams_png.png b/resources/images/monitor_upgrade_ams_png.png index d043ad3738..e6c1e808c6 100644 Binary files a/resources/images/monitor_upgrade_ams_png.png and b/resources/images/monitor_upgrade_ams_png.png differ diff --git a/resources/images/monitor_upgrade_n3s.png b/resources/images/monitor_upgrade_n3s.png index 352f5f6771..3f3dca46dc 100644 Binary files a/resources/images/monitor_upgrade_n3s.png and b/resources/images/monitor_upgrade_n3s.png differ diff --git a/resources/images/obj_variable_layer_height.svg b/resources/images/obj_variable_layer_height.svg new file mode 100644 index 0000000000..801d3e4ad2 --- /dev/null +++ b/resources/images/obj_variable_layer_height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/page_down.svg b/resources/images/page_down.svg index 077526b5a7..7a9b362b61 100644 --- a/resources/images/page_down.svg +++ b/resources/images/page_down.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/resources/images/page_up.svg b/resources/images/page_up.svg index 3a801242b2..d500df39a8 100644 --- a/resources/images/page_up.svg +++ b/resources/images/page_up.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/resources/images/param_advanced.svg b/resources/images/param_advanced.svg index 86d13f71a7..d5bbb99a94 100644 --- a/resources/images/param_advanced.svg +++ b/resources/images/param_advanced.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/param_extruder_clearence.svg b/resources/images/param_extruder_clearance.svg similarity index 100% rename from resources/images/param_extruder_clearence.svg rename to resources/images/param_extruder_clearance.svg diff --git a/resources/images/param_zig-zag.svg b/resources/images/param_zig-zag.svg deleted file mode 100644 index 0c062058bc..0000000000 --- a/resources/images/param_zig-zag.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/resources/images/printer_placeholder.png b/resources/images/printer_placeholder.png index bc1b2af2ed..636ffc1075 100644 Binary files a/resources/images/printer_placeholder.png and b/resources/images/printer_placeholder.png differ diff --git a/resources/images/printer_preview_BL-P001.png b/resources/images/printer_preview_BL-P001.png index 5bf40ff509..7673774115 100644 Binary files a/resources/images/printer_preview_BL-P001.png and b/resources/images/printer_preview_BL-P001.png differ diff --git a/resources/images/printer_preview_BL-P002.png b/resources/images/printer_preview_BL-P002.png index 5bf40ff509..d8b089524c 100644 Binary files a/resources/images/printer_preview_BL-P002.png and b/resources/images/printer_preview_BL-P002.png differ diff --git a/resources/images/printer_preview_C11.png b/resources/images/printer_preview_C11.png index bbe6b42562..78c0d5d115 100644 Binary files a/resources/images/printer_preview_C11.png and b/resources/images/printer_preview_C11.png differ diff --git a/resources/images/printer_preview_C12.png b/resources/images/printer_preview_C12.png index d9b3294e7e..04d179dd05 100644 Binary files a/resources/images/printer_preview_C12.png and b/resources/images/printer_preview_C12.png differ diff --git a/resources/images/printer_preview_C13.png b/resources/images/printer_preview_C13.png index 7d666d02dd..5ae4c807d6 100644 Binary files a/resources/images/printer_preview_C13.png and b/resources/images/printer_preview_C13.png differ diff --git a/resources/images/printer_preview_N1.png b/resources/images/printer_preview_N1.png index 80fbe7dc2d..060e0a2d2c 100644 Binary files a/resources/images/printer_preview_N1.png and b/resources/images/printer_preview_N1.png differ diff --git a/resources/images/printer_preview_N2S.png b/resources/images/printer_preview_N2S.png index d7a640e41f..e6a3358061 100644 Binary files a/resources/images/printer_preview_N2S.png and b/resources/images/printer_preview_N2S.png differ diff --git a/resources/images/printer_preview_N7.png b/resources/images/printer_preview_N7.png new file mode 100644 index 0000000000..f8f7d8bd7a Binary files /dev/null and b/resources/images/printer_preview_N7.png differ diff --git a/resources/images/printer_preview_O1D.png b/resources/images/printer_preview_O1D.png index 69ad76d373..3f3a099bc7 100644 Binary files a/resources/images/printer_preview_O1D.png and b/resources/images/printer_preview_O1D.png differ diff --git a/resources/images/printer_preview_O1E.png b/resources/images/printer_preview_O1E.png index 255b4b37fe..d45e231794 100644 Binary files a/resources/images/printer_preview_O1E.png and b/resources/images/printer_preview_O1E.png differ diff --git a/resources/images/printer_preview_O1S.png b/resources/images/printer_preview_O1S.png index c5f8a5c5aa..70a048d50a 100644 Binary files a/resources/images/printer_preview_O1S.png and b/resources/images/printer_preview_O1S.png differ diff --git a/resources/images/printer_sync.svg b/resources/images/printer_sync.svg index 449ab9a97d..f052eec5b4 100644 --- a/resources/images/printer_sync.svg +++ b/resources/images/printer_sync.svg @@ -1,10 +1 @@ - - - - - - - - - - + \ No newline at end of file diff --git a/resources/images/printer_sync_not.svg b/resources/images/printer_sync_not.svg new file mode 100644 index 0000000000..5d5855c1f6 --- /dev/null +++ b/resources/images/printer_sync_not.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/printer_sync_ok.svg b/resources/images/printer_sync_ok.svg new file mode 100644 index 0000000000..684a291cd1 --- /dev/null +++ b/resources/images/printer_sync_ok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/printer_thumbnail_N7.png b/resources/images/printer_thumbnail_N7.png new file mode 100644 index 0000000000..a02afb2264 Binary files /dev/null and b/resources/images/printer_thumbnail_N7.png differ diff --git a/resources/images/printer_thumbnail_N7_dark.png b/resources/images/printer_thumbnail_N7_dark.png new file mode 100644 index 0000000000..a02afb2264 Binary files /dev/null and b/resources/images/printer_thumbnail_N7_dark.png differ diff --git a/resources/images/printer_thumbnail_N7_png.png b/resources/images/printer_thumbnail_N7_png.png new file mode 100644 index 0000000000..5ee881dbf2 Binary files /dev/null and b/resources/images/printer_thumbnail_N7_png.png differ diff --git a/resources/images/printer_thumbnail_h2d_png.png b/resources/images/printer_thumbnail_h2d_png.png index 12c268ad32..a0c64860cf 100644 Binary files a/resources/images/printer_thumbnail_h2d_png.png and b/resources/images/printer_thumbnail_h2d_png.png differ diff --git a/resources/images/printer_thumbnail_n1_png.png b/resources/images/printer_thumbnail_n1_png.png index 0ed185030e..377952a51e 100644 Binary files a/resources/images/printer_thumbnail_n1_png.png and b/resources/images/printer_thumbnail_n1_png.png differ diff --git a/resources/images/printer_thumbnail_n2s_png.png b/resources/images/printer_thumbnail_n2s_png.png index a886f834e4..9c2c2bd0ac 100644 Binary files a/resources/images/printer_thumbnail_n2s_png.png and b/resources/images/printer_thumbnail_n2s_png.png differ diff --git a/resources/images/printer_thumbnail_o1e_png.png b/resources/images/printer_thumbnail_o1e_png.png index a9d65753ac..0855761975 100644 Binary files a/resources/images/printer_thumbnail_o1e_png.png and b/resources/images/printer_thumbnail_o1e_png.png differ diff --git a/resources/images/printer_thumbnail_o1s_png.png b/resources/images/printer_thumbnail_o1s_png.png index a4e0eb5bad..5d37644b19 100644 Binary files a/resources/images/printer_thumbnail_o1s_png.png and b/resources/images/printer_thumbnail_o1s_png.png differ diff --git a/resources/images/printer_thumbnail_p1p_png.png b/resources/images/printer_thumbnail_p1p_png.png index 6aa9bd1093..d07dba60ae 100644 Binary files a/resources/images/printer_thumbnail_p1p_png.png and b/resources/images/printer_thumbnail_p1p_png.png differ diff --git a/resources/images/printer_thumbnail_p1s_png.png b/resources/images/printer_thumbnail_p1s_png.png index 48b3bd33c6..26cc4035df 100644 Binary files a/resources/images/printer_thumbnail_p1s_png.png and b/resources/images/printer_thumbnail_p1s_png.png differ diff --git a/resources/images/printer_thumbnail_png.png b/resources/images/printer_thumbnail_png.png index 50c881cbec..86bf78436d 100644 Binary files a/resources/images/printer_thumbnail_png.png and b/resources/images/printer_thumbnail_png.png differ diff --git a/resources/images/printer_thumbnail_x1c.svg b/resources/images/printer_thumbnail_x1c.svg new file mode 100644 index 0000000000..2a2c5e0a56 --- /dev/null +++ b/resources/images/printer_thumbnail_x1c.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/printer_thumbnail_x1c_dark.svg b/resources/images/printer_thumbnail_x1c_dark.svg new file mode 100644 index 0000000000..03c280357e --- /dev/null +++ b/resources/images/printer_thumbnail_x1c_dark.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/printer_thumbnail_x1c_png.png b/resources/images/printer_thumbnail_x1c_png.png index 5d6d7a315d..d29fc447c0 100644 Binary files a/resources/images/printer_thumbnail_x1c_png.png and b/resources/images/printer_thumbnail_x1c_png.png differ diff --git a/resources/images/printer_thumbnail_x1e.svg b/resources/images/printer_thumbnail_x1e.svg new file mode 100644 index 0000000000..2a2c5e0a56 --- /dev/null +++ b/resources/images/printer_thumbnail_x1e.svg @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/printer_thumbnail_x1e_dark.svg b/resources/images/printer_thumbnail_x1e_dark.svg new file mode 100644 index 0000000000..03c280357e --- /dev/null +++ b/resources/images/printer_thumbnail_x1e_dark.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/images/printer_thumbnail_x1e_png.png b/resources/images/printer_thumbnail_x1e_png.png index d50a144ffb..5685b9a55b 100644 Binary files a/resources/images/printer_thumbnail_x1e_png.png and b/resources/images/printer_thumbnail_x1e_png.png differ diff --git a/resources/images/radio_ban.svg b/resources/images/radio_ban.svg new file mode 100644 index 0000000000..91440c9620 --- /dev/null +++ b/resources/images/radio_ban.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/images/reset_gray.svg b/resources/images/reset_gray.svg index 9e5578903e..dea3f8dcc5 100644 --- a/resources/images/reset_gray.svg +++ b/resources/images/reset_gray.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/resources/images/revert_btn.svg b/resources/images/revert_btn.svg index 763a86ff76..ffcc5535f2 100644 --- a/resources/images/revert_btn.svg +++ b/resources/images/revert_btn.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/single_slot_ams_item.svg b/resources/images/single_slot_ams_item.svg index a1f94f84fc..edd4698500 100644 --- a/resources/images/single_slot_ams_item.svg +++ b/resources/images/single_slot_ams_item.svg @@ -1,12 +1 @@ - - - - - - - - - - - - + \ No newline at end of file diff --git a/resources/images/single_slot_ams_item_dark.svg b/resources/images/single_slot_ams_item_dark.svg index b259df0329..edd4698500 100644 --- a/resources/images/single_slot_ams_item_dark.svg +++ b/resources/images/single_slot_ams_item_dark.svg @@ -1,15 +1 @@ - - - - - - - - 第 1 层 - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/tab_multi_active.svg b/resources/images/tab_multi_active.svg index dc776469e5..a005848cee 100644 --- a/resources/images/tab_multi_active.svg +++ b/resources/images/tab_multi_active.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/resources/images/thermal_question.svg b/resources/images/thermal_question.svg new file mode 100644 index 0000000000..99027ed76b --- /dev/null +++ b/resources/images/thermal_question.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/images/toolbar_double_directional_arrow.svg b/resources/images/toolbar_double_directional_arrow.svg index 4cc9b2ecb3..b2b52621a0 100644 --- a/resources/images/toolbar_double_directional_arrow.svg +++ b/resources/images/toolbar_double_directional_arrow.svg @@ -1,8 +1 @@ - - - - - - - - + \ No newline at end of file diff --git a/resources/images/toolbar_reset.svg b/resources/images/toolbar_reset.svg index ad78b43e15..ffcc5535f2 100644 --- a/resources/images/toolbar_reset.svg +++ b/resources/images/toolbar_reset.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/toolbar_reset_hover.svg b/resources/images/toolbar_reset_hover.svg index ad78b43e15..ffcc5535f2 100644 --- a/resources/images/toolbar_reset_hover.svg +++ b/resources/images/toolbar_reset_hover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/toolbar_reset_zero.svg b/resources/images/toolbar_reset_zero.svg index 10be9c46fc..07ce4a5fd2 100644 --- a/resources/images/toolbar_reset_zero.svg +++ b/resources/images/toolbar_reset_zero.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/toolbar_reset_zero_hover.svg b/resources/images/toolbar_reset_zero_hover.svg index 10be9c46fc..07ce4a5fd2 100644 --- a/resources/images/toolbar_reset_zero_hover.svg +++ b/resources/images/toolbar_reset_zero_hover.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/images/undo.svg b/resources/images/undo.svg index 763a86ff76..ffcc5535f2 100644 --- a/resources/images/undo.svg +++ b/resources/images/undo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/resources/info/nozzle_info.json b/resources/info/nozzle_info.json index 3a4bba977a..1a93bb09ff 100644 --- a/resources/info/nozzle_info.json +++ b/resources/info/nozzle_info.json @@ -5,6 +5,7 @@ "stainless_steel": 20, "tungsten_carbide": 85, "brass": 2, + "E3D": 55, "undefine": 0 } } \ No newline at end of file diff --git a/resources/printers/BL-P001.json b/resources/printers/BL-P001.json index 0d7173a2aa..a456526a04 100644 --- a/resources/printers/BL-P001.json +++ b/resources/printers/BL-P001.json @@ -43,16 +43,19 @@ "support_ai_monitoring": false, "support_first_layer_inspect": true, "support_save_remote_print_file_to_storage": true, + "support_chamber": true, "support_chamber_temp_edit": false, "support_extrusion_cali": false, - "support_user_preset": false + "support_user_preset": false, + "support_ams_ext_mix_print": true }, "model_id": "BL-P001", "compatible_machine": [ "BL-P002", "C11", "C12", "C13" ], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto", "printer_type": "3DPrinter-X1-Carbon", - "printer_thumbnail_image": "printer_thumbnail", + "printer_thumbnail_image": "printer_thumbnail_x1c", "printer_connect_help_image": "input_access_code_x1", "printer_use_ams_image": "ams_icon", "printer_ext_image": ["ext_image_xp"], @@ -61,7 +64,8 @@ "printer_series": "series_x1", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false }, "01.01.01.00": { "print": { diff --git a/resources/printers/BL-P002.json b/resources/printers/BL-P002.json index 913b28a57c..2594aabfa3 100644 --- a/resources/printers/BL-P002.json +++ b/resources/printers/BL-P002.json @@ -43,11 +43,14 @@ "support_ai_monitoring": false, "support_first_layer_inspect": true, "support_save_remote_print_file_to_storage": true, + "support_chamber": true, "support_chamber_temp_edit": false, "support_extrusion_cali": false, - "support_user_preset": false + "support_user_preset": false, + "support_ams_ext_mix_print": true }, "model_id": "BL-P002", + "auto_pa_cali_thumbnail_image": "fd_calibration_auto", "compatible_machine": [ "BL-P001", "C11", "C12", "C13" ], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "printer_type": "3DPrinter-X1", @@ -61,7 +64,8 @@ "printer_series": "series_x1", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false }, "01.01.01.00": { "print": { diff --git a/resources/printers/C11.json b/resources/printers/C11.json index 2e69f66105..fa1d729b3f 100644 --- a/resources/printers/C11.json +++ b/resources/printers/C11.json @@ -37,13 +37,16 @@ "support_lidar_calibration": false, "support_ai_monitoring": false, "support_first_layer_inspect": false, + "support_chamber": false, "support_chamber_temp_edit": false, "support_extrusion_cali": true, "support_user_preset": false, - "bed_temperature_limit": 100 + "bed_temperature_limit": 100, + "support_ams_ext_mix_print": true }, "model_id": "C11", "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto", "compatible_machine": [ "BL-P001", "BL-P002", "C12", "C13" ], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "printer_type": "C11", diff --git a/resources/printers/C12.json b/resources/printers/C12.json index bc0599937c..121a1002af 100644 --- a/resources/printers/C12.json +++ b/resources/printers/C12.json @@ -37,13 +37,16 @@ "support_lidar_calibration": false, "support_ai_monitoring": false, "support_first_layer_inspect": false, + "support_chamber": true, "support_chamber_temp_edit": false, "support_extrusion_cali": true, "support_user_preset": false, - "bed_temperature_limit": 100 + "bed_temperature_limit": 100, + "support_ams_ext_mix_print": true }, "model_id": "C12", "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto", "compatible_machine": [ "BL-P001", "BL-P002", "C11", "C13" ], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "printer_type": "C12", diff --git a/resources/printers/C13.json b/resources/printers/C13.json index 974781f36c..95f368e3a9 100644 --- a/resources/printers/C13.json +++ b/resources/printers/C13.json @@ -44,19 +44,22 @@ "support_lidar_calibration": true, "support_ai_monitoring": true, "support_first_layer_inspect": true, + "support_chamber": true, "support_chamber_temp_edit": true, "support_chamber_temp_edit_range": [0, 60], "support_extrusion_cali": false, "support_user_preset": false, "bed_temperature_limit": 110, - "nozzle_max_temperature": 320 + "nozzle_max_temperature": 320, + "support_ams_ext_mix_print": true }, "model_id": "C13", "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto", "compatible_machine": [ "BL-P001", "BL-P002", "C11", "C12" ], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "printer_type": "C13", - "printer_thumbnail_image": "printer_thumbnail", + "printer_thumbnail_image": "printer_thumbnail_x1e", "printer_connect_help_image": "input_access_code_x1", "printer_use_ams_image": "ams_icon", "printer_ext_image": ["ext_image_xp"], @@ -65,7 +68,8 @@ "printer_series": "series_x1", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false }, "01.05.06.06": { "rv2166": "00.00.21.20" diff --git a/resources/printers/N1.json b/resources/printers/N1.json index 6899b2f77a..496d3bc128 100644 --- a/resources/printers/N1.json +++ b/resources/printers/N1.json @@ -37,13 +37,16 @@ "support_lidar_calibration": false, "support_ai_monitoring": false, "support_first_layer_inspect": false, + "support_chamber": false, "support_chamber_temp_edit": false, "support_extrusion_cali": true, "support_user_preset": false, - "bed_temperature_limit": 80 + "bed_temperature_limit": 80, + "support_ams_ext_mix_print": false }, "model_id": "N1", "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_i3", "compatible_machine": [], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "printer_type": "N1", @@ -57,7 +60,8 @@ "printer_series": "series_n", "has_cali_line": false, "printer_is_enclosed": false, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false }, "01.01.50.01": { "print": { diff --git a/resources/printers/N2S.json b/resources/printers/N2S.json index 5c331bc36f..099b5eb269 100644 --- a/resources/printers/N2S.json +++ b/resources/printers/N2S.json @@ -37,15 +37,18 @@ "support_lidar_calibration": false, "support_ai_monitoring": false, "support_first_layer_inspect": false, + "support_chamber": false, "support_chamber_temp_edit": false, "support_extrusion_cali": true, "support_user_preset": false, - "bed_temperature_limit": 100 + "bed_temperature_limit": 100, + "support_ams_ext_mix_print": false }, "model_id": "N2S", "compatible_machine": [], "auto_cali_not_support_filaments": [ "GFU03", "GFU04" ], "support_wrapping_detection": false, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_i3", "printer_type": "N2S", "ftp_folder": "sdcard/", "printer_thumbnail_image": "printer_thumbnail_n2s", @@ -57,7 +60,8 @@ "printer_series": "series_n", "has_cali_line": false, "printer_is_enclosed": false, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false }, "01.01.50.01": { "print": { diff --git a/resources/printers/N7.json b/resources/printers/N7.json new file mode 100644 index 0000000000..5e8cfa2ae1 --- /dev/null +++ b/resources/printers/N7.json @@ -0,0 +1,91 @@ +{ + "00.00.00.00": { + "display_name": "Bambu Lab P2S", + "print": { + "ipcam": { + "resolution_supported": [ "1080p" ], + "virtual_camera": "enabled", + "liveview": { + "remote": "tutk" + }, + "file": { + "local": "local", + "remote": "tutk", + "model_download": "enabled" + } + }, + "nozzle_temp_range": [ 0, 300 ], + "nozzle_replace_wiki": { + "zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend", + "en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend" + }, + "bed_temp_range": [ 0, 110 ], + "support_motor_noise_cali": false, + "support_tunnel_mqtt": true, + "support_mqtt_alive": true, + "support_command_ams_switch": true, + "support_ssl_for_mqtt": true, + "support_cloud_print_only": false, + "support_1080dpi": true, + "support_prompt_sound": false, + "support_ams_humidity": true, + "support_auto_recovery_step_loss": true, + "support_bed_leveling": 2, + "support_update_remain": true, + "support_timelapse": true, + "support_filament_backup": true, + "support_chamber_fan": true, + "support_aux_fan": true, + "support_send_to_sd": true, + "support_print_all": true, + "support_print_without_sd": true, + "support_flow_calibration": true, + "support_auto_flow_calibration": true, + "support_build_plate_marker_detect": true, + "support_build_plate_marker_detect_type": 2, + "support_lidar_calibration": false, + "support_nozzle_offset_calibration": false, + "support_high_tempbed_calibration": true, + "support_clump_position_calibration": true, + "support_ai_monitoring": true, + "support_first_layer_inspect": false, + "support_save_remote_print_file_to_storage": true, + "support_chamber": true, + "support_chamber_temp_edit": false, + "support_extrusion_cali": false, + "support_user_preset": false, + "support_ams_ext_mix_print": true + }, + "fan" : { + "0" : + { + "description": "", + "2": "Right(Aux)", + "10": "Left(Aux)" + }, + "1" : + { + "2": "Right(Filter)", + "10": "Left(Aux)" + }, + "special_cooling_text" : "Cooling mode is suitable for printing PLA/PETG/TPU materials." + }, + "model_id": "N7", + "subseries": ["N7-V2"], + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_n7", + "support_wrapping_detection": true, + "compatible_machine": [], + "printer_type": "N7", + "printer_thumbnail_image": "printer_thumbnail_N7", + "printer_connect_help_image": "input_access_code_x1", + "printer_use_ams_image": "ams_icon", + "printer_ext_image": ["ext_image_n7"], + "use_ams_type": "generic", + "printer_arch": "core_xy", + "printer_series": "series_x1", + "has_cali_line": true, + "printer_is_enclosed": true, + "enable_set_nozzle_info": false, + "support_safety_options": true + } +} \ No newline at end of file diff --git a/resources/printers/O1D.json b/resources/printers/O1D.json index 5a9de409f2..a1510536ab 100644 --- a/resources/printers/O1D.json +++ b/resources/printers/O1D.json @@ -54,14 +54,18 @@ "support_ai_monitoring": true, "support_first_layer_inspect": false, "support_save_remote_print_file_to_storage": true, + "support_chamber": true, "support_chamber_temp_edit": true, "support_chamber_temp_edit_range": [ 0, 65 ], "support_chamber_temp_switch_heating": 40, "support_extrusion_cali": false, - "support_user_preset": false + "support_user_preset": false, + "support_refresh_nozzle": true, + "support_ams_ext_mix_print": true }, "model_id": "O1D", "support_wrapping_detection": true, + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_multi_extruders", "printer_modes": [ "fdm", "laser", "cut" ], "compatible_machine": ["O1E"], "printer_type": "O1D", @@ -74,6 +78,7 @@ "printer_series": "series_o", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false } } \ No newline at end of file diff --git a/resources/printers/O1E.json b/resources/printers/O1E.json index 0b1f712c54..23a8649cd3 100644 --- a/resources/printers/O1E.json +++ b/resources/printers/O1E.json @@ -54,13 +54,17 @@ "support_ai_monitoring": true, "support_first_layer_inspect": false, "support_save_remote_print_file_to_storage": true, + "support_chamber": true, "support_chamber_temp_edit": true, "support_chamber_temp_edit_range": [ 0, 65 ], "support_chamber_temp_switch_heating": 40, "support_extrusion_cali": false, - "support_user_preset": false + "support_user_preset": false, + "support_refresh_nozzle": true, + "support_ams_ext_mix_print": true }, "model_id": "O1E", + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_multi_extruders", "support_wrapping_detection": true, "printer_modes": [ "fdm", "laser", "cut" ], "compatible_machine": ["O1D"], @@ -74,6 +78,7 @@ "printer_series": "series_o", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false } } \ No newline at end of file diff --git a/resources/printers/O1S.json b/resources/printers/O1S.json index 861a51729c..2cea96a0c7 100644 --- a/resources/printers/O1S.json +++ b/resources/printers/O1S.json @@ -21,8 +21,8 @@ }, "nozzle_temp_range": [ 0, 350 ], "nozzle_replace_wiki": { - "zh": "https://wiki.bambulab.com/zh/h2/maintenance/replace-hotend", - "en": "https://wiki.bambulab.com/en/h2/maintenance/replace-hotend" + "zh": "https://wiki.bambulab.com/zh/h2s/maintenance/replace-silicone-sock-and-hotend", + "en": "https://wiki.bambulab.com/en/h2s/maintenance/replace-silicone-sock-and-hotend" }, "bed_temp_range": [ 0, 120 ], "support_motor_noise_cali": false, @@ -58,9 +58,11 @@ "support_chamber_temp_edit_range": [0, 65], "support_chamber_temp_switch_heating": 40, "support_extrusion_cali": false, - "support_user_preset": false + "support_user_preset": false, + "support_ams_ext_mix_print": true }, "model_id": "O1S", + "auto_pa_cali_thumbnail_image": "fd_calibration_auto_single_o", "printer_modes": [ "fdm", "laser", "cut" ], "compatible_machine": [], "printer_type": "O1S", @@ -73,6 +75,7 @@ "printer_series": "series_o", "has_cali_line": true, "printer_is_enclosed": true, - "enable_set_nozzle_info": false + "enable_set_nozzle_info": false, + "support_safety_options": false } } \ No newline at end of file diff --git a/resources/printers/filaments_blacklist.json b/resources/printers/filaments_blacklist.json index 14f8f94af1..b273c09994 100644 --- a/resources/printers/filaments_blacklist.json +++ b/resources/printers/filaments_blacklist.json @@ -8,6 +8,23 @@ "slot": "ams", "description": "TPU is not supported by AMS." }, + { + "vendor": "Bambu Lab", + "type": "PET-CF", + "action": "prohibition", + "slot": "ams", + "description": "AMS does not support 'Bambu Lab PET-CF'." + }, + { + "type": "TPU", + "action": "warning", + "description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer." + }, + { + "type": "TPU-AMS", + "action": "warning", + "description": "Please cold pull before printing TPU to avoid clogging. You may use cold pull maintenance on the printer." + }, { "type": "PVA", "action": "warning", diff --git a/resources/printers/version.txt b/resources/printers/version.txt index 41d4966d13..b7c8d86711 100644 --- a/resources/printers/version.txt +++ b/resources/printers/version.txt @@ -1 +1 @@ -02.00.00.26 +02.00.00.29 \ No newline at end of file diff --git a/resources/profiles/Anycubic.json b/resources/profiles/Anycubic.json index d0e7881a75..7f1bf3b236 100644 --- a/resources/profiles/Anycubic.json +++ b/resources/profiles/Anycubic.json @@ -63,6 +63,10 @@ { "name": "Anycubic i3 Mega S", "sub_path": "machine/Anycubic i3 Mega S.json" + }, + { + "name": "Anycubic Predator", + "sub_path": "machine/Anycubic Predator.json" } ], "process_list": [ @@ -82,6 +86,10 @@ "name": "0.12mm Detail @Anycubic Kobra 3 0.4 nozzle", "sub_path": "process/0.12mm Detail @Anycubic Kobra 3 0.4 nozzle.json" }, + { + "name": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle", + "sub_path": "process/0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle.json" + }, { "name": "0.15mm Optimal @Anycubic 4MaxPro2", "sub_path": "process/0.15mm Optimal @Anycubic 4MaxPro2.json" @@ -118,6 +126,10 @@ "name": "0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle", "sub_path": "process/0.16mm Optimal @Anycubic Kobra 2 Pro 0.4 nozzle.json" }, + { + "name": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "sub_path": "process/0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json" + }, { "name": "0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle", "sub_path": "process/0.16mm Optimal @Anycubic Kobra 3 0.4 nozzle.json" @@ -194,6 +206,10 @@ "name": "0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle", "sub_path": "process/0.28mm SuperDraft @Anycubic Kobra 3 0.4 nozzle.json" }, + { + "name": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "sub_path": "process/0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json" + }, { "name": "0.30mm Draft @Anycubic 4MaxPro2", "sub_path": "process/0.30mm Draft @Anycubic 4MaxPro2.json" @@ -233,6 +249,10 @@ { "name": "0.40mm Standard @Anycubic Kobra 3 0.8 nozzle", "sub_path": "process/0.40mm Standard @Anycubic Kobra 3 0.8 nozzle.json" + }, + { + "name": "0.20mm Standard @Anycubic Predator", + "sub_path": "process/0.20mm Standard @Anycubic Predator.json" } ], "filament_list": [ @@ -493,6 +513,10 @@ { "name": "Anycubic i3 Mega S 0.4 nozzle", "sub_path": "machine/Anycubic i3 Mega S 0.4 nozzle.json" + }, + { + "name": "Anycubic Predator 0.4 nozzle", + "sub_path": "machine/Anycubic Predator 0.4 nozzle.json" } ] -} \ No newline at end of file +} diff --git a/resources/profiles/Anycubic/Anycubic Predator_buildplate_model.stl b/resources/profiles/Anycubic/Anycubic Predator_buildplate_model.stl new file mode 100644 index 0000000000..fc5b568a0d Binary files /dev/null and b/resources/profiles/Anycubic/Anycubic Predator_buildplate_model.stl differ diff --git a/resources/profiles/Anycubic/Anycubic Predator_buildplate_texture.svg b/resources/profiles/Anycubic/Anycubic Predator_buildplate_texture.svg new file mode 100644 index 0000000000..0bbeb0f6cc --- /dev/null +++ b/resources/profiles/Anycubic/Anycubic Predator_buildplate_texture.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/profiles/Anycubic/Anycubic Predator_cover.png b/resources/profiles/Anycubic/Anycubic Predator_cover.png new file mode 100644 index 0000000000..5e7627ad1c Binary files /dev/null and b/resources/profiles/Anycubic/Anycubic Predator_cover.png differ diff --git a/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json index 3ea31a77ae..2c42cc077b 100644 --- a/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json +++ b/resources/profiles/Anycubic/machine/Anycubic Kobra S1 0.4 nozzle.json @@ -41,7 +41,7 @@ "before_layer_change_gcode": "; BEFORE_LAYER_CHANGE [layer_num] @ [layer_z]mm", "best_object_pos": "0.5,0.5", "change_extrusion_role_gcode": "", - "change_filament_gcode": "", + "change_filament_gcode": "; FLUSH_START\n;;; M400 P0\nT[next_extruder] ; change extruder\n; 1\n;;; G90\n;;; G1 Z{toolchange_z+2} F480\n;;; G1 X261 Y25 F12000\n;;; G1 Y1 F600\n;;; M400 P2730\n;;; G1 Y25 F3000\n;;; M400 P76250\n;;; M400 P35780\n; 2.1\n;;; G90\n;;; G1 Z{toolchange_z+2} F480\n;;; G1 X47 Y230 F12000\n;;; M400 P0\n; 2.2\n;;; G1 X47 Y276 F600\n;;; G1 X47 Y230 F12000\n;;; G1 X47 Y276 F600\n;;; G1 X47 Y230 F12000\n; 3.1\n;;; G1 F36000\n;;; G1 Y250\n;;; G1 F8000\n;;; G1 X81\n;;; G1 Y273\n; 3.2\n;;; G1 F8000\n;;; G1 X96\n;;; G1 X81\n;;; G1 F8000\n;;; G1 X96\n;;; G1 X81\n;;; G1 F8000\n;;; G1 X96\n;;; G1 X81\n;;; G1 X96\n;;; G1 X81\n;;; G1 X96\n;;; G1 X81\n;;; G1 X96\n;;; G1 X81\n; 3.3\n;;; G1 X72\n;;; G1 X77\n;;; G1 Z{toolchange_z}\n;;; M400 P0\n; FLUSH_END", "cooling_tube_length": "0", "cooling_tube_retraction": "0", "deretraction_speed": [ @@ -228,4 +228,4 @@ "Slope Lift" ], "z_offset": "0" -} \ No newline at end of file +} diff --git a/resources/profiles/Anycubic/machine/Anycubic Predator 0.4 nozzle.json b/resources/profiles/Anycubic/machine/Anycubic Predator 0.4 nozzle.json new file mode 100644 index 0000000000..38c14c21aa --- /dev/null +++ b/resources/profiles/Anycubic/machine/Anycubic Predator 0.4 nozzle.json @@ -0,0 +1,99 @@ +{ + "type": "machine", + "name": "Anycubic Predator 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "printer_model": "Anycubic Predator", + "default_print_profile": "0.20mm Standard @Anycubic Predator", + "gcode_flavor": "marlin", + "nozzle_diameter": [ + "0.4" + ], + "bed_exclude_area": [ + "0x0" + ], + "printable_area": [ + "184.296x16.1238", + "182.189x32.1249", + "178.696x47.8815", + "173.843x63.2737", + "167.667x78.1844", + "160.215x92.5", + "151.543x106.112", + "141.718x118.916", + "130.815x130.815", + "118.916x141.718", + "106.112x151.543", + "92.5x160.215", + "78.1844x167.667", + "63.2737x173.843", + "47.8815x178.696", + "32.1249x182.189", + "16.1238x184.296", + "1.1328e-14x185", + "-16.1238x184.296", + "-32.1249x182.189", + "-47.8815x178.696", + "-63.2737x173.843", + "-78.1844x167.667", + "-92.5x160.215", + "-106.112x151.543", + "-118.916x141.718", + "-130.815x130.815", + "-141.718x118.916", + "-151.543x106.112", + "-160.215x92.5", + "-167.667x78.1844", + "-173.843x63.2737", + "-178.696x47.8815", + "-182.189x32.1249", + "-184.296x16.1238", + "-185x2.2656e-14", + "-184.296x-16.1238", + "-182.189x-32.1249", + "-178.696x-47.8815", + "-173.843x-63.2737", + "-167.667x-78.1844", + "-160.215x-92.5", + "-151.543x-106.112", + "-141.718x-118.916", + "-130.815x-130.815", + "-118.916x-141.718", + "-106.112x-151.543", + "-92.5x-160.215", + "-78.1844x-167.667", + "-63.2737x-173.843", + "-47.8815x-178.696", + "-32.1249x-182.189", + "-16.1238x-184.296", + "-3.39839e-14x-185", + "16.1238x-184.296", + "32.1249x-182.189", + "47.8815x-178.696", + "63.2737x-173.843", + "78.1844x-167.667", + "92.5x-160.215", + "106.112x-151.543", + "118.916x-141.718", + "130.815x-130.815", + "141.718x-118.916", + "151.543x-106.112", + "160.215x-92.5", + "167.667x-78.1844", + "173.843x-63.2737", + "178.696x-47.8815", + "182.189x-32.1249", + "184.296x-16.1238", + "185x-4.53119e-14" + ], + "printable_height": "455", + "machine_end_gcode": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300\nG1 Z+0.5 F6000\nG28 \nG90 ;absolute positioning", + "machine_start_gcode": "G21 ; use millimeters\nG90 ; absolute positioning\nM82 ; absolute extrusion\nM107 T0 ; turn off part cooling fan\n\nM140 S[bed_temperature_initial_layer_single] ; set bed temp\nM104 S[nozzle_temperature_initial_layer] T0 ; set nozzle temp\nM190 S[bed_temperature_initial_layer_single] ; wait for bed\nM109 S[nozzle_temperature_initial_layer] T0 ; wait for nozzle\n\nG28 ; home all\nG1 X0 Y0 Z5.0 F4000 ; jump to center\nG1 X-180 Y0 Z0.4 F2000 ; move to near bed edge\nG92 E0 ; reset the extruder\n\n; --- Prime line ---\nG1 E5 F300 ; initial prime\nG0 X-180.00 Y0.00 Z0.30 E0 F1000\nG1 X-179.385 Y-14.864 Z0.30 E3.57042\nG1 X-177.545 Y-29.627 Z0.30 E7.14094\nG1 X-174.492 Y-44.187 Z0.30 E10.71134\nG1 X-170.247 Y-58.446 Z0.30 E14.28195\nG1 X-164.839 Y-72.305 Z0.30 E17.85235\nG1 X-158.305 Y-85.671 Z0.30 E21.42298\nG1 X-150.690 Y-98.451 Z0.30 E24.99339\nG1 X-142.045 Y-110.558 Z0.30 E27.56379 ; gradually reducing extrusion\nG1 F1500 E26.56379 ; retract 1mm\nG1 Z0.5 F3000 ; lift Z slightly\nG92 E0 ; reset the extruder\n; --- End priming line ---", + "layer_change_gcode": "", + "machine_pause_gcode": "PAUSE", + "scan_first_layer": "0", + "nozzle_type": "brass", + "auxiliary_fan": "0" +} diff --git a/resources/profiles/Anycubic/machine/Anycubic Predator.json b/resources/profiles/Anycubic/machine/Anycubic Predator.json new file mode 100644 index 0000000000..d59230ad23 --- /dev/null +++ b/resources/profiles/Anycubic/machine/Anycubic Predator.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Anycubic Predator", + "model_id": "Anycubic_Predator", + "nozzle_diameter": "0.4", + "machine_tech": "FFF", + "family": "Anycubic", + "bed_model": "Anycubic Predator_buildplate_model.stl", + "bed_texture": "Anycubic Predator_buildplate_texture.svg", + "hotend_model": "", + "default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF" +} diff --git a/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle.json new file mode 100644 index 0000000000..15369c3c92 --- /dev/null +++ b/resources/profiles/Anycubic/process/0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -0,0 +1,293 @@ +{ + "type": "process", + "name": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.12mm Detail @Anycubic Kobra 2 Neo 0.4 nozzle", + "layer_height": "0.12", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "60", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "2000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "100", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.12", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "1500", + "inner_wall_jerk": "10", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "65", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "100", + "ironing_angle": "0", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "1000", + "outer_wall_jerk": "10", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "45", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "45", + "overhang_3_4_speed": "28", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "5%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "150", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.1", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "1000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "60", + "travel_acceleration": "2000", + "travel_jerk": "10", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "solid_infill_rotate_template": "" + +} diff --git a/resources/profiles/Anycubic/process/0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json new file mode 100644 index 0000000000..ffd74ae991 --- /dev/null +++ b/resources/profiles/Anycubic/process/0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -0,0 +1,291 @@ +{ + "type": "process", + "name": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.16mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "layer_height": "0.16", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "2000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "100", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "1500", + "inner_wall_jerk": "10", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "100", + "ironing_angle": "0", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "1000", + "outer_wall_jerk": "10", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "60", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "15%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "150", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.1", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "4", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "1000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "60", + "travel_acceleration": "2000", + "travel_jerk": "10", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Predator.json b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Predator.json new file mode 100644 index 0000000000..f343ff09eb --- /dev/null +++ b/resources/profiles/Anycubic/process/0.20mm Standard @Anycubic Predator.json @@ -0,0 +1,31 @@ +{ + "default_acceleration": "1500", + "default_jerk": "9", + "exclude_object": "1", + "from": "system", + "gap_infill_speed": "200", + "inherits": "fdm_process_common", + "initial_layer_acceleration": "1500", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "50", + "inner_wall_acceleration": "1500", + "inner_wall_speed": "200", + "instantiation": "true", + "internal_solid_infill_speed": "200", + "name": "0.20mm Standard @Anycubic Predator", + "outer_wall_acceleration": "1500", + "outer_wall_speed": "120", + "overhang_1_4_speed": "80", + "setting_id": "GP001", + "sparse_infill_speed": "250", + "top_surface_acceleration": "1500", + "top_surface_speed": "200", + "travel_acceleration": "1500", + "travel_speed": "400", + "travel_jerk": "9", + "type": "process", + "compatible_printers": [ + "Anycubic Predator 0.4 nozzle" + ] +} + diff --git a/resources/profiles/Anycubic/process/0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json b/resources/profiles/Anycubic/process/0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json new file mode 100644 index 0000000000..3ff5e918f5 --- /dev/null +++ b/resources/profiles/Anycubic/process/0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle.json @@ -0,0 +1,291 @@ +{ + "type": "process", + "name": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "inherits": "fdm_process_common", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "print_settings_id": "0.28mm Standard @Anycubic Kobra 2 Neo 0.4 nozzle", + "layer_height": "0.28", + "filename_format": "{input_filename_base}_{filament_type[0]}_{layer_height}_{print_time}.gcode", + "compatible_printers": [ + "Anycubic Kobra 2 Neo 0.4 nozzle" + ], + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "1", + "alternate_extra_wall": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0.6", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonic", + "bridge_acceleration": "50%", + "bridge_angle": "0", + "bridge_density": "100%", + "bridge_flow": "0.9", + "bridge_no_support": "1", + "bridge_speed": "30", + "brim_ears_detection_length": "1", + "brim_ears_max_angle": "125", + "brim_object_gap": "0.15", + "brim_type": "outer_only", + "brim_width": "5", + "compatible_printers_condition": "", + "counterbore_hole_bridging": "none", + "default_acceleration": "2000", + "default_jerk": "0", + "detect_narrow_internal_solid_infill": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.075", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "0", + "extra_perimeters_on_overhangs": "1", + "filter_out_gap_fill": "0", + "flush_into_infill": "0", + "flush_into_objects": "0", + "flush_into_support": "0", + "fuzzy_skin": "none", + "fuzzy_skin_first_layer": "0", + "fuzzy_skin_point_distance": "0.8", + "fuzzy_skin_thickness": "0.3", + "gap_fill_target": "topbottom", + "gap_infill_speed": "80", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "hole_to_polyhole": "0", + "hole_to_polyhole_threshold": "0.01", + "hole_to_polyhole_twisted": "1", + "independent_support_layer_height": "1", + "infill_anchor": "400", + "infill_anchor_max": "10", + "infill_combination": "0", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "15%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "45", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.5", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.28", + "initial_layer_speed": "45", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "1500", + "inner_wall_jerk": "10", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "100", + "interface_shells": "0", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "100", + "ironing_angle": "0", + "ironing_flow": "15%", + "ironing_pattern": "zig-zag", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "is_infill_first": "0", + "line_width": "0.42", + "make_overhang_printable": "0", + "make_overhang_printable_angle": "55", + "make_overhang_printable_hole_size": "0", + "max_bridge_length": "10", + "max_travel_detour_distance": "0", + "max_volumetric_extrusion_rate_slope": "0", + "max_volumetric_extrusion_rate_slope_segment_length": "5", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "mmu_segmented_region_interlocking_depth": "0", + "mmu_segmented_region_max_width": "0", + "notes": "", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "1000", + "outer_wall_jerk": "10", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "55", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "1", + "post_process": [], + "precise_outer_wall": "0", + "precise_z_height": "0", + "prime_tower_brim_width": "5", + "prime_tower_width": "45", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "raft_contact_distance": "0.1", + "raft_expansion": "1.5", + "raft_first_layer_density": "90%", + "raft_first_layer_expansion": "2", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "1", + "rotate_solid_infill_direction": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "15%", + "seam_position": "aligned", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "0", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "skirt_speed": "50", + "slice_closing_radius": "0.049", + "slicing_mode": "regular", + "slow_down_layers": "1", + "slowdown_for_curled_perimeters": "0", + "small_area_infill_flow_compensation": "0", + "small_area_infill_flow_compensation_model": [ + "0,0", + "\n0.2,0.4444", + "\n0.4,0.6145", + "\n0.6,0.7059", + "\n0.8,0.7619", + "\n1.5,0.8571", + "\n2,0.8889", + "\n3,0.9231", + "\n5,0.9520", + "\n10,1" + ], + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "15%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "crosshatch", + "sparse_infill_speed": "120", + "spiral_mode": "0", + "spiral_mode_max_xy_smoothing": "200%", + "spiral_mode_smooth": "0", + "staggered_inner_seams": "0", + "standby_temperature_delta": "-5", + "support_angle": "0", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "0.2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.1", + "support_critical_regions_only": "0", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "-1", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.4", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "1", + "support_remove_small_overhang": "1", + "support_speed": "100", + "support_style": "default", + "support_threshold_angle": "40", + "support_top_z_distance": "0.1", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "3", + "top_shell_thickness": "1", + "top_solid_infill_flow_ratio": "1", + "top_surface_acceleration": "1000", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "60", + "travel_acceleration": "2000", + "travel_jerk": "10", + "travel_speed": "300", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "40", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "5", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_double_wall": "3", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "1", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_top_rate": "30%", + "tree_support_wall_count": "0", + "wall_direction": "auto", + "wall_distribution_count": "1", + "wall_filament": "1", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "outer wall/inner wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_before_external_loop": "0", + "wipe_on_loops": "0", + "wipe_speed": "80%", + "wipe_tower_bridging": "10", + "wipe_tower_cone_angle": "15", + "wipe_tower_extra_spacing": "100%", + "wipe_tower_extruder": "0", + "wipe_tower_max_purge_speed": "90", + "wipe_tower_no_sparse_layers": "0", + "wipe_tower_rotation_angle": "0", + "wiping_volumes_extruders": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ], + "xy_contour_compensation": "0", + "xy_hole_compensation": "0.1" +} \ No newline at end of file diff --git a/resources/profiles/Artillery.json b/resources/profiles/Artillery.json index c7c1632678..664ad511ca 100644 --- a/resources/profiles/Artillery.json +++ b/resources/profiles/Artillery.json @@ -1,9 +1,13 @@ { "name": "Artillery", - "version": "02.03.01.10", + "version": "02.03.02.10", "force_update": "0", "description": "Artillery configurations", "machine_model_list": [ + { + "name": "Artillery Sidewinder X1", + "sub_path": "machine/Artillery Sidewinder X1.json" + }, { "name": "Artillery Genius", "sub_path": "machine/Artillery Genius.json" @@ -12,143 +16,43 @@ "name": "Artillery Genius Pro", "sub_path": "machine/Artillery Genius Pro.json" }, - { - "name": "Artillery Hornet", - "sub_path": "machine/Artillery Hornet.json" - }, - { - "name": "Artillery M1 Pro", - "sub_path": "machine/Artillery M1 Pro.json" - }, - { - "name": "Artillery Sidewinder X1", - "sub_path": "machine/Artillery Sidewinder X1.json" - }, { "name": "Artillery Sidewinder X2", "sub_path": "machine/Artillery Sidewinder X2.json" }, { - "name": "Artillery Sidewinder X3 Plus", - "sub_path": "machine/Artillery Sidewinder X3 Plus.json" + "name": "Artillery Hornet", + "sub_path": "machine/Artillery Hornet.json" }, { "name": "Artillery Sidewinder X3 Pro", "sub_path": "machine/Artillery Sidewinder X3 Pro.json" }, { - "name": "Artillery Sidewinder X4 Plus", - "sub_path": "machine/Artillery Sidewinder X4 Plus.json" + "name": "Artillery Sidewinder X3 Plus", + "sub_path": "machine/Artillery Sidewinder X3 Plus.json" }, { "name": "Artillery Sidewinder X4 Pro", "sub_path": "machine/Artillery Sidewinder X4 Pro.json" + }, + { + "name": "Artillery Sidewinder X4 Plus", + "sub_path": "machine/Artillery Sidewinder X4 Plus.json" + }, + { + "name": "Artillery M1 Pro", + "sub_path": "machine/Artillery M1 Pro.json" } ], "process_list": [ - { - "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json" - }, { "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, { - "name": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", - "sub_path": "process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", - "sub_path": "process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", - "sub_path": "process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + "name": "0.16mm Optimal @Artillery X1", + "sub_path": "process/0.16mm Optimal @Artillery X1.json" }, { "name": "0.15mm Optimal @Artillery Genius", @@ -158,21 +62,13 @@ "name": "0.15mm Optimal @Artillery Genius Pro", "sub_path": "process/0.15mm Optimal @Artillery Genius Pro.json" }, - { - "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "0.16mm Optimal @Artillery Hornet", "sub_path": "process/0.16mm Optimal @Artillery Hornet.json" }, { - "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.16mm Optimal @Artillery X1", - "sub_path": "process/0.16mm Optimal @Artillery X1.json" + "name": "0.20mm Standard @Artillery X1", + "sub_path": "process/0.20mm Standard @Artillery X1.json" }, { "name": "0.20mm Standard @Artillery Genius", @@ -182,49 +78,13 @@ "name": "0.20mm Standard @Artillery Genius Pro", "sub_path": "process/0.20mm Standard @Artillery Genius Pro.json" }, - { - "name": "0.20mm Standard @Artillery Hornet", - "sub_path": "process/0.20mm Standard @Artillery Hornet.json" - }, - { - "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery X1", - "sub_path": "process/0.20mm Standard @Artillery X1.json" - }, { "name": "0.20mm Standard @Artillery X2", "sub_path": "process/0.20mm Standard @Artillery X2.json" }, { - "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json" - }, - { - "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json" - }, - { - "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "0.24mm Draft @Artillery Hornet", - "sub_path": "process/0.24mm Draft @Artillery Hornet.json" - }, - { - "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json" + "name": "0.20mm Standard @Artillery Hornet", + "sub_path": "process/0.20mm Standard @Artillery Hornet.json" }, { "name": "0.24mm Draft @Artillery X1", @@ -239,8 +99,52 @@ "sub_path": "process/0.25mm Draft @Artillery Genius Pro.json" }, { - "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json" + "name": "0.24mm Draft @Artillery Hornet", + "sub_path": "process/0.24mm Draft @Artillery Hornet.json" + }, + { + "name": "0.20mm Standard @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery X4Plus 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json" }, { "name": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", @@ -279,107 +183,143 @@ "sub_path": "process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json" }, { - "name": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json" + "name": "0.20mm Standard @Artillery X3Plus 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json" }, { - "name": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json" + "name": "0.20mm Standard @Artillery X3Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json" }, { - "name": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json" + "name": "0.08mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json" + "name": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json" + "name": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json" + "name": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json" }, { - "name": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json" + "name": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json" }, { - "name": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json" + "name": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json" }, { - "name": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", - "sub_path": "process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json" + "name": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", + "sub_path": "process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.24mm Draft @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", + "sub_path": "process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", + "sub_path": "process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "0.56mm Standard @Artillery M1 Pro 0.8 nozzle", + "sub_path": "process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json" } ], "filament_list": [ - { - "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json" - }, { "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json" - }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_asa", - "sub_path": "filament/fdm_filament_asa.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, { "name": "fdm_filament_pla", "sub_path": "filament/fdm_filament_pla.json" @@ -389,16 +329,16 @@ "sub_path": "filament/fdm_filament_tpu.json" }, { - "name": "Artillery Generic ABS", - "sub_path": "filament/Artillery Generic ABS.json" + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, { - "name": "Artillery Generic ASA", - "sub_path": "filament/Artillery Generic ASA.json" + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" }, { - "name": "Artillery Generic PETG", - "sub_path": "filament/Artillery Generic PETG.json" + "name": "fdm_filament_asa", + "sub_path": "filament/fdm_filament_asa.json" }, { "name": "Artillery Generic PLA", @@ -408,98 +348,58 @@ "name": "Artillery Generic PLA-CF", "sub_path": "filament/Artillery Generic PLA-CF.json" }, + { + "name": "Artillery Generic PETG", + "sub_path": "filament/Artillery Generic PETG.json" + }, + { + "name": "Artillery Generic ABS", + "sub_path": "filament/Artillery Generic ABS.json" + }, { "name": "Artillery Generic TPU", "sub_path": "filament/Artillery Generic TPU.json" }, { - "name": "Artillery ABS", - "sub_path": "filament/Artillery ABS.json" - }, - { - "name": "Artillery ABS @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PETG", - "sub_path": "filament/Artillery PETG.json" - }, - { - "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json" + "name": "Artillery Generic ASA", + "sub_path": "filament/Artillery Generic ASA.json" }, { "name": "Artillery PLA Basic", "sub_path": "filament/Artillery PLA Basic.json" }, - { - "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PLA Matte", "sub_path": "filament/Artillery PLA Matte.json" }, - { - "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PLA Silk", "sub_path": "filament/Artillery PLA Silk.json" }, - { - "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json" - }, { "name": "Artillery PLA Tough", "sub_path": "filament/Artillery PLA Tough.json" }, { - "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json" + "name": "Artillery PETG", + "sub_path": "filament/Artillery PETG.json" }, { "name": "Artillery TPU", "sub_path": "filament/Artillery TPU.json" }, { - "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", - "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json" + "name": "Artillery ABS", + "sub_path": "filament/Artillery ABS.json" }, { "name": "Artillery ABS @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery ABS @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery ABS @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json" @@ -512,6 +412,10 @@ "name": "Artillery ASA @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery ASA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery ASA @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json" @@ -524,6 +428,10 @@ "name": "Artillery PET @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery PET @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery PET @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json" @@ -536,6 +444,10 @@ "name": "Artillery PETG @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery PETG @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery PETG @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json" @@ -544,10 +456,94 @@ "name": "Artillery PETG @Artillery M1 Pro 0.8 nozzle", "sub_path": "filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json" }, + { + "name": "Artillery PLA @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json" + }, + { + "name": "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PC @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json" + }, + { + "name": "Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle", + "sub_path": "filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json" + }, { "name": "Artillery PVA @Artillery M1 Pro 0.2 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery PVA @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery PVA @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json" @@ -556,6 +552,10 @@ "name": "Artillery PVA @Artillery M1 Pro 0.8 nozzle", "sub_path": "filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json" }, + { + "name": "Artillery TPU @Artillery M1 Pro 0.4 nozzle", + "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery TPU @Artillery M1 Pro 0.6 nozzle", "sub_path": "filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json" @@ -570,10 +570,18 @@ "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, + { + "name": "Artillery Sidewinder X1 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X1 0.4 nozzle.json" + }, { "name": "Artillery Genius 0.4 nozzle", "sub_path": "machine/Artillery Genius 0.4 nozzle.json" }, + { + "name": "Artillery Sidewinder X2 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X2 0.4 nozzle.json" + }, { "name": "Artillery Genius Pro 0.4 nozzle", "sub_path": "machine/Artillery Genius Pro 0.4 nozzle.json" @@ -583,37 +591,29 @@ "sub_path": "machine/Artillery Hornet 0.4 nozzle.json" }, { - "name": "Artillery M1 Pro 0.4 nozzle", - "sub_path": "machine/Artillery M1 Pro 0.4 nozzle.json" - }, - { - "name": "Artillery Sidewinder X1 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X1 0.4 nozzle.json" - }, - { - "name": "Artillery Sidewinder X2 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X2 0.4 nozzle.json" + "name": "Artillery Sidewinder X3 Pro 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json" }, { "name": "Artillery Sidewinder X3 Plus 0.4 nozzle", "sub_path": "machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json" }, { - "name": "Artillery Sidewinder X3 Pro 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json" + "name": "Artillery Sidewinder X4 Pro 0.4 nozzle", + "sub_path": "machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json" }, { "name": "Artillery Sidewinder X4 Plus 0.4 nozzle", "sub_path": "machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json" }, - { - "name": "Artillery Sidewinder X4 Pro 0.4 nozzle", - "sub_path": "machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json" - }, { "name": "Artillery M1 Pro 0.2 nozzle", "sub_path": "machine/Artillery M1 Pro 0.2 nozzle.json" }, + { + "name": "Artillery M1 Pro 0.4 nozzle", + "sub_path": "machine/Artillery M1 Pro 0.4 nozzle.json" + }, { "name": "Artillery M1 Pro 0.6 nozzle", "sub_path": "machine/Artillery M1 Pro 0.6 nozzle.json" diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json index 032e4427f4..6aed1aa063 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.2 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] -} \ No newline at end of file + ], + "version": "2.1.1.0" +} diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json index 875f4864c6..a513d2fa14 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.4 nozzle.json @@ -19,6 +19,7 @@ "filament_settings_id": [ "Artillery ABS @Artillery M1 Pro 0.4 nozzle" ], + "is_custom_defined": "0", "slow_down_layer_time": [ "12" ], @@ -26,7 +27,7 @@ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.3" + "0.8" ], "filament_retraction_speed": [ "40" @@ -102,5 +103,7 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.2.2" + } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json index bfa41358b7..61f3c3ac4a 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.6 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] -} \ No newline at end of file + ], + "version": "2.1.1.0" +} diff --git a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json index e33bbd96de..c31bcb691f 100644 --- a/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ABS @Artillery M1 Pro 0.8 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] -} \ No newline at end of file + ], + "version": "2.1.1.0" +} diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json index fde322042a..0b9d5717f4 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.2 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "270" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] -} \ No newline at end of file + ], + "version": "2.1.1.0" +} diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json index 428dd19599..03169714d5 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.4 nozzle.json @@ -40,6 +40,7 @@ "filament_type": [ "ASA" ], + "is_custom_defined": "0", "nozzle_temperature": [ "260" ], @@ -111,5 +112,7 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.2.2" + } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json index e9f26828fc..565a7ab466 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.6 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "270" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json index ade4239d14..ca4d108537 100644 --- a/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery ASA @Artillery M1 Pro 0.8 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "270" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json index eac9a4c0f7..f64bf35225 100644 --- a/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PA @Artillery M1 Pro 0.4 nozzle.json @@ -14,19 +14,19 @@ "100" ], "fan_max_speed": [ - "100" + "90" ], "fan_min_speed": [ - "100" + "60" ], "filament_flow_ratio": [ - "1.04" + "0.99" ], "filament_max_volumetric_speed": [ - "14" + "8" ], "additional_cooling_fan_speed": [ - "100" + "70" ], "filament_settings_id": [ "Artillery PA @Artillery M1 Pro 0.4 nozzle" @@ -35,22 +35,26 @@ "PA" ], "nozzle_temperature": [ - "210" + "240" ], "nozzle_temperature_initial_layer": [ - "210" + "240" ], "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ "240" ], "slow_down_layer_time": [ - "10" + "6" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.3" + "0.8" ], "filament_retraction_speed": [ "30" @@ -62,10 +66,10 @@ "Artillery" ], "filament_z_hop": [ - "0.4" + "0.6" ], "temperature_vitrification": [ - "60" + "108" ], "enable_pressure_advance": [ "1" @@ -77,7 +81,7 @@ "50" ], "slow_down_min_speed": [ - "20" + "10" ], "filament_retract_lift_below": [ "259" @@ -97,7 +101,16 @@ "cool_plate_temp_initial_layer": [ "100" ], + "chamber_temperature": [ + "50" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "overhang_fan_threshold": [ + "0%" + ], "pressure_advance": [ - "0.032" + "0.07" ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json index d1f6ebe215..fc3e46c605 100644 --- a/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PA-CF @Artillery M1 Pro 0.4 nozzle.json @@ -1,9 +1,9 @@ { - "type": "filament", + "from": "system", "name": "Artillery PA-CF @Artillery M1 Pro 0.4 nozzle", "inherits": "Artillery Generic PLA", - "from": "system", "instantiation": "true", + "is_custom_defined": "0", "complete_print_exhaust_fan_speed": [ "0" ], @@ -49,11 +49,12 @@ "slow_down_layer_time": [ "2" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.3" + "0.8" ], "filament_retraction_speed": [ "30" @@ -115,6 +116,9 @@ "close_fan_the_first_x_layers": [ "3" ], + "reduce_fan_stop_start_freq": [ + "0" + ], "pressure_advance": [ "0.092" ] diff --git a/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json index 40bd3de77a..1d0010b1df 100644 --- a/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PC @Artillery M1 Pro 0.4 nozzle.json @@ -11,22 +11,22 @@ "0" ], "fan_cooling_layer_time": [ - "100" + "30" ], "fan_max_speed": [ - "100" + "0" ], "fan_min_speed": [ - "100" + "0" ], "filament_flow_ratio": [ - "1.04" + "0.94" ], "filament_max_volumetric_speed": [ - "14" + "6" ], "additional_cooling_fan_speed": [ - "100" + "0" ], "filament_settings_id": [ "Artillery PC @Artillery M1 Pro 0.4 nozzle" @@ -34,23 +34,28 @@ "filament_type": [ "PC" ], + "is_custom_defined": "0", "nozzle_temperature": [ - "210" + "295" ], "nozzle_temperature_initial_layer": [ - "210" + "295" ], "nozzle_temperature_range_high": [ - "240" + "300" + ], + "nozzle_temperature_range_low": [ + "250" ], "slow_down_layer_time": [ - "10" + "2" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.3" + "0.8" ], "filament_retraction_speed": [ "30" @@ -65,7 +70,7 @@ "0.4" ], "temperature_vitrification": [ - "60" + "120" ], "enable_pressure_advance": [ "1" @@ -77,7 +82,7 @@ "50" ], "slow_down_min_speed": [ - "20" + "0" ], "filament_retract_lift_below": [ "259" @@ -86,18 +91,33 @@ "30" ], "textured_plate_temp": [ - "100" + "110" ], "textured_plate_temp_initial_layer": [ - "100" + "110" ], "cool_plate_temp": [ - "100" + "110" ], "cool_plate_temp_initial_layer": [ - "100" + "110" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "60" + ], + "chamber_temperature": [ + "50" + ], + "reduce_fan_stop_start_freq": [ + "0" ], "pressure_advance": [ - "0.032" + "0.03" ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json index ef0de50e6d..b1b14f636a 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.2 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json index 7e1b1bdd19..b6440584b5 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.4 nozzle.json @@ -37,6 +37,7 @@ "filament_type": [ "PET" ], + "is_custom_defined": "0", "slow_down_layer_time": [ "12" ], @@ -82,14 +83,11 @@ "overhang_fan_threshold": [ "10%" ], - "overhang_fan_speed": [ - "90" - ], "enable_pressure_advance": [ "1" ], "pressure_advance": [ - "0.063" + "0.08" ], "textured_plate_temp": [ "80" @@ -104,12 +102,16 @@ "80" ], "filament_flow_ratio": [ - "1.029" + "0.97" ], "slow_down_min_speed": [ "20" ], + "overhang_fan_speed": [ + "100" + ], "filament_deretraction_speed": [ "30" - ] + ], + "version": "2.1.2.2" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json index 9c29ae18b6..23a6cc7d8f 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.6 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json index 4df0aae950..f548a115cc 100644 --- a/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PET @Artillery M1 Pro 0.8 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "100" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json index d1882eccae..d409e61cea 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.2 nozzle.json @@ -232,6 +232,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json index 4f51108e50..2b96a61f93 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.4 nozzle.json @@ -28,6 +28,7 @@ "filament_start_gcode": [ "; filament start gcode " ], + "is_custom_defined": "0", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], @@ -68,10 +69,10 @@ "70" ], "nozzle_temperature": [ - "240" + "250" ], "nozzle_temperature_initial_layer": [ - "240" + "250" ], "fan_max_speed": [ "90" @@ -104,7 +105,7 @@ "220" ], "filament_flow_ratio": [ - "1.029" + "0.95" ], "slow_down_min_speed": [ "20" diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json index e870a95cb7..24ba7fccec 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.6 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json index 4f39e4a55f..5957f705e2 100644 --- a/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PETG @Artillery M1 Pro 0.8 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "250" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json index 82a992ac9c..c5be6f682d 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.2 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "210" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json index bc40c2bdf9..2c987c326a 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.6 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "210" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json index 722a0c0ee8..4f3a302e7c 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA @Artillery M1 Pro 0.8 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "210" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json index ab2a670623..233829c04d 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.2 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.2 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json index b6bf142c7a..fccd74088d 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle.json @@ -1,8 +1,4 @@ { - "type": "filament", - "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", - "inherits": "Artillery Generic PLA", - "from": "system", "instantiation": "true", "complete_print_exhaust_fan_speed": [ "0" @@ -20,7 +16,7 @@ "100" ], "filament_flow_ratio": [ - "0.95" + "0.98" ], "filament_max_volumetric_speed": [ "27" @@ -34,8 +30,11 @@ "filament_type": [ "PLA Basic" ], + "from": "system", + "is_custom_defined": "0", + "name": "Artillery PLA Basic @Artillery M1 Pro 0.4 nozzle", "nozzle_temperature": [ - "210" + "220" ], "nozzle_temperature_initial_layer": [ "220" @@ -46,6 +45,7 @@ "slow_down_layer_time": [ "6" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], @@ -64,6 +64,7 @@ "filament_z_hop": [ "0.6" ], + "inherits": "Artillery Generic PLA", "temperature_vitrification": [ "60" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json index bf26b66778..09f64ee70f 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.6 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.6 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json index 3521807ef5..6998c0691f 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic @Artillery M1 Pro 0.8 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.8 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json index 45f6ae72a0..66d7ce8156 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic+ @Artillery M1 Pro 0.4 nozzle.json @@ -34,6 +34,7 @@ "filament_type": [ "PLA Basic+" ], + "is_custom_defined": "0", "nozzle_temperature": [ "210" ], @@ -43,6 +44,7 @@ "slow_down_layer_time": [ "6" ], + "version": "2.1.1.0", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], diff --git a/resources/profiles/Artillery/filament/Artillery PLA Basic.json b/resources/profiles/Artillery/filament/Artillery PLA Basic.json index 2bd2f060c5..a5432bae98 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Basic.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Basic.json @@ -60,5 +60,6 @@ ], "pressure_advance": [ "0.046" - ] + ], + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json index a266d79ff0..2cc630fb5d 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.2 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.2 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json index 08ed5ffb0a..14835342b1 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.4 nozzle.json @@ -20,7 +20,7 @@ "100" ], "filament_flow_ratio": [ - "0.95" + "1" ], "filament_max_volumetric_speed": [ "27" @@ -34,8 +34,9 @@ "filament_type": [ "PLA Matte" ], + "is_custom_defined": "0", "nozzle_temperature": [ - "210" + "220" ], "nozzle_temperature_initial_layer": [ "220" @@ -55,6 +56,7 @@ "slow_down_layer_time": [ "6" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], @@ -83,6 +85,6 @@ "15" ], "pressure_advance": [ - "0.032" + "0.038" ] } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json index 13b36fd2c9..cc0e26a067 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.6 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.6 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json index c46519bb0f..3096a99b63 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte @Artillery M1 Pro 0.8 nozzle.json @@ -30,5 +30,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.8 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Matte.json b/resources/profiles/Artillery/filament/Artillery PLA Matte.json index 858272c274..7bfbb02af6 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Matte.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Matte.json @@ -60,5 +60,6 @@ ], "pressure_advance": [ "0.046" - ] + ], + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json index dd56353128..b641ecaba5 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.2 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.2 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json index f28ef2632e..88ac852851 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle.json @@ -25,6 +25,7 @@ "filament_settings_id": [ "Artillery PLA Silk @Artillery M1 Pro 0.4 nozzle" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -34,11 +35,12 @@ "slow_down_layer_time": [ "6" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.1" + "0.8" ], "filament_retraction_speed": [ "20" @@ -47,7 +49,7 @@ "20" ], "additional_cooling_fan_speed": [ - "100" + "50" ], "filament_start_gcode": [ "" diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json index 786ae45125..bbc76298be 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.6 nozzle.json @@ -27,5 +27,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.6 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json index 4df235ee49..acf6ea996f 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk @Artillery M1 Pro 0.8 nozzle.json @@ -30,5 +30,7 @@ ], "compatible_printers": [ "Artillery M1 Pro 0.8 nozzle" - ] + ], + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Silk.json b/resources/profiles/Artillery/filament/Artillery PLA Silk.json index 87434301f3..4a8c79bdb4 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Silk.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Silk.json @@ -60,5 +60,6 @@ ], "pressure_advance": [ "0.046" - ] + ], + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA Tough.json b/resources/profiles/Artillery/filament/Artillery PLA Tough.json index 01141db114..f1075664fa 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA Tough.json +++ b/resources/profiles/Artillery/filament/Artillery PLA Tough.json @@ -66,5 +66,6 @@ ], "pressure_advance": [ "0.046" - ] + ], + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json index 187e2d67f9..3889b56a0b 100644 --- a/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle.json @@ -26,7 +26,7 @@ "14" ], "additional_cooling_fan_speed": [ - "100" + "50" ], "filament_settings_id": [ "Artillery PLA-CF @Artillery M1 Pro 0.4 nozzle" @@ -34,11 +34,12 @@ "filament_type": [ "PLA-CF" ], + "is_custom_defined": "0", "nozzle_temperature": [ - "210" + "220" ], "nozzle_temperature_initial_layer": [ - "210" + "220" ], "nozzle_temperature_range_high": [ "240" @@ -46,11 +47,12 @@ "slow_down_layer_time": [ "10" ], + "version": "2.1.2.2", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], "filament_retraction_length": [ - "1.3" + "0.8" ], "filament_retraction_speed": [ "30" diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json index 722389db32..d5a94356b5 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.2 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -282,5 +283,6 @@ ], "textured_plate_temp_initial_layer": [ "45" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json index be8b3080d0..9824f644fd 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.4 nozzle.json @@ -37,6 +37,7 @@ "hot_plate_temp_initial_layer": [ "60" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -90,5 +91,6 @@ ], "pressure_advance": [ "0.05" - ] + ], + "version": "2.1.2.2" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json index 8c5bd08fd2..971233ea75 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.6 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -282,5 +283,6 @@ ], "textured_plate_temp_initial_layer": [ "45" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json index 0fbfd43a63..70c1c74207 100644 --- a/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery PVA @Artillery M1 Pro 0.8 nozzle.json @@ -226,6 +226,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "240" ], @@ -282,5 +283,6 @@ ], "textured_plate_temp_initial_layer": [ "45" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json index e120c0279a..d9dafbf9ae 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.4 nozzle.json @@ -23,8 +23,9 @@ "60" ], "additional_cooling_fan_speed": [ - "100" + "50" ], + "is_custom_defined": "0", "compatible_printers": [ "Artillery M1 Pro 0.4 nozzle" ], @@ -108,5 +109,6 @@ ], "cool_plate_temp_initial_layer": [ "60" - ] + ], + "version": "2.1.2.2" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json index e8d65fb86f..76c277f609 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.6 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "60" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json index 7ffea128a6..9c6941562e 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/filament/Artillery TPU @Artillery M1 Pro 0.8 nozzle.json @@ -220,6 +220,7 @@ "idle_temperature": [ "0" ], + "is_custom_defined": "0", "nozzle_temperature": [ "220" ], @@ -282,5 +283,6 @@ ], "cool_plate_temp_initial_layer": [ "60" - ] + ], + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/filament/Artillery TPU.json b/resources/profiles/Artillery/filament/Artillery TPU.json index f9d57e4309..8e746d44ac 100644 --- a/resources/profiles/Artillery/filament/Artillery TPU.json +++ b/resources/profiles/Artillery/filament/Artillery TPU.json @@ -78,5 +78,6 @@ ], "pressure_advance": [ "0.06" - ] + ], + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json index 68bff14ed7..2177f1afff 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.2 nozzle.json @@ -48,6 +48,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -455,6 +456,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", + "version": "2.1.1.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json index 114caaa827..1b4aaf7e92 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.4 nozzle.json @@ -7,8 +7,9 @@ "instantiation": "true", "is_artillery": "1", "emit_machine_limits_to_gcode": "1", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n", - "machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250729 =====================\n\n;===== Raise Z-Axis =====================\nM400 ; wait for buffer to clear\nG90\nG92 E0 ; zero the extruder\nG1 E-3 F1800 ; retract\n\n{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F300 ; Move print head up{endif} \nG1 X260 Y250 F3600 ; move to safe pos \nM400\nTIMELAPSE_TAKE_FRAME\n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S255\nM141 S0\nM106 P1 S255\nM104 S160\nG4 P10000\nM109 S160\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nM104 S0\nM140 S0\nM400\nM84 X Y Z E ; disable motors\nM400\n;===== G-CODE END =====================", + "machine_end_gcode": ";===== G-CODE START =====================\n;===== machine: M1 PRO =========================\n;===== date: 20250729 =====================\n\n;===== Raise Z-Axis =====================\nM400 ; wait for buffer to clear\nG90\nG92 E0 ; zero the extruder\nG1 E-3 F1800 ; retract\n\n{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F300 ; Move print head up{endif} \nG90\nG1 X200 Y260 F21000\nG1 X200 Y275 F6000\nG1 X160 Y275 F6000\nG1 X137 Y275 F3000\nM400\nTIMELAPSE_TAKE_FRAME\n{if max_layer_z < 50}G1 Z50 F300 ; Move print head further up{endif}\n;===== Default Settings =====================\nM400\nM106 S255\nM141 S0\nM106 P1 S255\nM104 S160\nG4 P10000\nM109 S160\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nM104 S0\nM140 S0\nM400\nM84 X Y Z E ; disable motors\nM400\n;===== G-CODE END =====================", "machine_max_acceleration_extruding": [ "20000", "1250" @@ -57,7 +58,7 @@ "20", "12" ], - "machine_start_gcode": ";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250708 =====================\n;===== Filament Temperature Configuration =====================\n;Nozzle_Preheat_Temp:140\n;Bed_Preheat_Temp:[bed_temperature_initial_layer_single]\n{if (nozzle_temperature_initial_layer[0] >250)};Filament_Common_Extrusion_Temp:[nozzle_temperature_initial_layer]{else};Filament_Common_Extrusion_Temp:250{endif}\n;Nozzle_Init_Layer_Temp:[nozzle_temperature_initial_layer]\n;Filament_Softening_Temp:[nozzle_temperature_range_low]\n\n;===== Default Settings =====================\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nG90\n\n;===== Preheat While Zeroing =====================\nM106 P1 S153\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA-CF\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y5.8 Z0.2 F18000\n\n;===== Set Print Temperature =====================\nM106 S120;\nG4 P500\nM104 S[first_layer_temperature];\n\n{if (bed_temperature_initial_layer_single >0)}\nM190 S[bed_temperature_initial_layer_single];\n{else}\nM140 S[bed_temperature_initial_layer_single];\n{endif}\n\nM109 S[first_layer_temperature];\nM106 S0;\nG4 P500\n\n;===== Wipe Nozzle Extrude Line =====================\nG1 X80 Y-0.5 Z5 F18000\nM400\nG1 X80 Y-0.5 Z0.3 F600\nM400\n\nG92 E0\nG1 Z0.3 E8 F300\nM400\n\nG92 E0\nG1 X180 Y-0.5 Z0.3 F1800.0 E10.0;draw line\n\nG92 E0\nG1 X180 Y-2 Z0.3 F1800.0 E0.15;draw line\n\nG92 E0\nG1 X90 Y-2 Z0.3 F1800.0 E9;draw line\n\nG92 E0\nG1 X90 Y0 Z0.2 E0.2 F1800;\n\nG92 E0\nG1 Z0.6 F600\nM400\n\nG1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} F9000\nM400\n\n;===== END G-CODE =====================\n\n\n\n", + "machine_start_gcode":";===== START G-CODE =====================\n;===== machine: M1 PRO =========================\n;===== size: X260 Y260 Z260 =====================\n;===== date: 20250708 =====================\n;===== Filament Temperature Configuration =====================\n;Nozzle_Preheat_Temp:140\n;Bed_Preheat_Temp:[bed_temperature_initial_layer_single]\n{if (nozzle_temperature_initial_layer[0] >250)};Filament_Common_Extrusion_Temp:[nozzle_temperature_initial_layer]{else};Filament_Common_Extrusion_Temp:250{endif}\n;Nozzle_Init_Layer_Temp:[nozzle_temperature_initial_layer]\n;Filament_Softening_Temp:[nozzle_temperature_range_low]\n\n;===== Default Settings =====================\nM106 S0 ;turn off cool fan\nM141 S0 ;turn off PTC\nM106 P2 S0 ;turn off chamber fan\nM106 P1 S0 ;turn off PTC fan\nM106 P3 S0 ;turn off filter fan\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nSET_VELOCITY_LIMIT VELOCITY=500;\nSET_VELOCITY_LIMIT ACCEL=6000;\nSET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0.2;\nSET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=5;\nG21; set units to millimeters\nG90\n\n;===== Preheat While Zeroing =====================\nM106 P1 S153\n\nM140 S[bed_temperature_initial_layer_single];\n\n{if filament_type[initial_no_support_extruder]==\"ABS\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PC\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"ASA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\n{if filament_type[initial_no_support_extruder]==\"PA-CF\"}\nM106 P1 S255\nM106 P2 S60\nG4 P5000\nM191 S47;\nM141 S{chamber_temperature[0]};\n{endif}\n\nM106 P2 S0\nM106 S0;\nG4 P500\n\n;===== Wait heating =====================\nG28\nG1 X20 Y2 Z0 F18000\n\n;===== Set Print Temperature =====================\nM106 S120;\nG4 P500\nM104 S[first_layer_temperature];\n\n{if (bed_temperature_initial_layer_single >0)}\nM190 S[bed_temperature_initial_layer_single];\n{else}\nM140 S[bed_temperature_initial_layer_single];\n{endif}\n\nM109 S[first_layer_temperature];\nM106 S0;\nG4 P500\n\n;===== Wipe Nozzle Extrude Line =====================\nG1 X20 Y2 Z0 F18000\nM400\n\nG92 E0\nG0 E4;\nM400\n\nG92 E0\nG1 X240 Y2 Z0.2 F1800.0 E11.0;\n\nG92 E0\nG1 X240 Y10 Z0.2 F1800.0 E1;\n\nG92 E0\nG1 X239.5\nG0 E0.2\n\nG92 E0\nG0 Y2.5 E0.125\n\nG92 E0\nG1 X20 F1800.0 E11;\n\nM400\nG92 E0\nG1 Z0.6 F600\nM400\n\nG1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} F9000\nM400\n\n;===== END G-CODE =====================\n\n\n", "print_host": "192.168.3.29", "printable_area": [ "0x0", @@ -69,6 +70,7 @@ "retraction_length": [ "1.3" ], + "version": "2.1.2.2", "z_hop": [ "0.6" ], diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json index cca8f1024f..0f4cbc94d6 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.6 nozzle.json @@ -48,6 +48,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -455,6 +456,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", + "version": "2.1.1.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json index 46aa56c70a..d4c30ae637 100644 --- a/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery M1 Pro 0.8 nozzle.json @@ -48,6 +48,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0\n{if layer_num==2}\n\n;filter_fan\nM106 P3 S{during_print_exhaust_fan_speed[0]*255/100.0};\n\n;auxiliary_fan\nM106 P2 S{additional_cooling_fan_speed[0]*255/100.0}\n\n{endif}\n\n\n", "long_retractions_when_cut": [ "0" @@ -455,6 +456,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", + "version": "2.1.1.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json index 2551f15203..9fc8e6fc5b 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Plus 0.4 nozzle.json @@ -51,6 +51,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1", "machine_load_filament_time": "0", @@ -211,6 +212,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "0", + "version": "2.0.2.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json index 26cb3daca0..88913a1426 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X3 Pro 0.4 nozzle.json @@ -54,6 +54,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM211 S1", "machine_load_filament_time": "0", @@ -211,6 +212,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "0", + "version": "2.0.2.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json index a16628e7f3..21ac4ada3e 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Plus 0.4 nozzle.json @@ -54,6 +54,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y305 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", "machine_load_filament_time": "0", @@ -211,6 +212,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", + "version": "2.0.2.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json index 2198d8ed37..456028bdc8 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X4 Pro 0.4 nozzle.json @@ -54,6 +54,7 @@ "head_wrap_detect_zone": [], "high_current_on_filament_swap": "0", "host_type": "octoprint", + "is_custom_defined": "0", "layer_change_gcode": "G92 E0", "machine_end_gcode": "G91 ;Relative positioning\nG1 E-1 F2700 ;Retract a bit\nG1 E-1 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z1 ;Raise Z more\nG90 ;Absolute positionning\nG1 X-5 Y250 F3000 ;Wipe out\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z", "machine_load_filament_time": "0", @@ -211,6 +212,7 @@ "upward_compatible_machine": [], "use_firmware_retraction": "0", "use_relative_e_distances": "1", + "version": "2.0.2.0", "wipe": [ "0" ], diff --git a/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 62833e4165..4c95c4c56a 100644 --- a/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.06mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -5,6 +5,8 @@ "from": "system", "instantiation": "true", "initial_layer_speed": "30", + "is_custom_defined": "0", "layer_height": "0.06", - "print_settings_id": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle" -} \ No newline at end of file + "print_settings_id": "0.06mm High Quality @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" +} diff --git a/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json index eac469621d..51e88faab9 100644 --- a/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.06mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -6,8 +6,10 @@ "instantiation": "true", "default_acceleration": "10000", "initial_layer_speed": "30", + "is_custom_defined": "0", "layer_height": "0.06", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle" + "print_settings_id": "0.06mm Standard @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json index 6782b66043..481c6b555f 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle.json @@ -6,9 +6,10 @@ "instantiation": "true", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "350", "initial_layer_infill_speed": "80", - "inner_wall_speed": "300", + "inner_wall_speed": "350", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.08mm Extra Fine @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -18,6 +19,7 @@ "top_surface_pattern": "monotonicline", "travel_speed": "500", "tree_support_branch_diameter_double_wall": "1", + "version": "2.1.2.2", "wall_generator": "classic", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", @@ -37,7 +39,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -54,7 +56,7 @@ "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -86,7 +88,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", "initial_layer_min_bead_width": "85%", @@ -99,9 +101,9 @@ "internal_bridge_flow": "1", "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "350", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -120,7 +122,7 @@ "min_feature_size": "25%", "min_length_factor": "0.5", "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "10", + "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", "notes": "", @@ -129,9 +131,9 @@ "ooze_prevention": "0", "outer_wall_acceleration": "5000", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -195,8 +197,8 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "200", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "450", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", "spiral_mode_smooth": "0", @@ -229,10 +231,10 @@ "timelapse_type": "0", "top_shell_thickness": "0.8", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "20000", "top_surface_jerk": "9", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "200", + "travel_acceleration": "1000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json index f50d9d0e7b..fe3c9310e2 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle.json @@ -10,5 +10,6 @@ "outer_wall_line_width": "0.42", "print_settings_id": "0.08mm Extra Fine @Artillery X4Plus 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json index 56e5a6dfc0..31bb0d5773 100644 --- a/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle.json @@ -10,5 +10,6 @@ "outer_wall_line_width": "0.42", "print_settings_id": "0.08mm Extra Fine @Artillery X4Pro 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 2f78eb25c1..f5c38ad2ea 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -93,12 +93,13 @@ "internal_solid_infill_line_width": "0.22", "internal_solid_infill_pattern": "zig-zag", "internal_solid_infill_speed": "150", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.08", "line_width": "0.22", @@ -263,6 +264,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json index f83d5abd27..f926302a21 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -6,12 +6,14 @@ "instantiation": "true", "default_acceleration": "4000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "210", "initial_layer_infill_speed": "80", + "is_custom_defined": "0", "print_settings_id": "0.08mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "top_shell_layers": "9", "travel_speed": "500", + "version": "2.1.1.0", "initial_layer_print_height": "0.2", "inner_wall_speed": "120", "internal_solid_infill_line_width": "0.42", @@ -35,7 +37,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -52,7 +54,7 @@ "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -84,7 +86,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", "initial_layer_min_bead_width": "85%", @@ -97,8 +99,8 @@ "internal_bridge_flow": "1", "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", + "internal_solid_infill_pattern": "zig-zag", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -117,7 +119,7 @@ "min_feature_size": "25%", "min_length_factor": "0.5", "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "10", + "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", "notes": "", @@ -125,9 +127,9 @@ "only_one_wall_top": "0", "ooze_prevention": "0", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -226,11 +228,11 @@ "timelapse_type": "0", "top_shell_thickness": "0.8", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", - "top_surface_pattern": "monotonic", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "150", + "travel_acceleration": "10000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json index 8bcd20f416..7810e8ae2f 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.08mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json index 6d00c14176..deb545a5aa 100644 --- a/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.08mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json index fa2f4dbd91..17488bc26e 100644 --- a/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.08mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -7,5 +7,6 @@ "default_acceleration": "10000", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle" + "print_settings_id": "0.08mm Standard @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json index 07c209d6ec..c4db4a77dd 100644 --- a/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.10mm High Quality @Artillery M1 Pro 0.2 nozzle.json @@ -5,5 +5,6 @@ "from": "system", "instantiation": "true", "layer_height": "0.1", - "print_settings_id": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle" + "print_settings_id": "0.10mm High Quality @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json index 345ae3491a..6dc0bb41f5 100644 --- a/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.10mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -5,11 +5,13 @@ "from": "system", "instantiation": "true", "default_acceleration": "10000", + "is_custom_defined": "0", "layer_height": "0.1", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", "print_settings_id": "0.10mm Standard @Artillery M1 Pro 0.2 nozzle", "sparse_infill_pattern": "zig-zag", "support_style": "default", - "support_type": "tree(auto)" + "support_type": "tree(auto)", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json index 817bb4adfa..127fb7573b 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery M1 Pro 0.4 nozzle.json @@ -7,17 +7,19 @@ "bottom_shell_layers": "5", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "350", "initial_layer_infill_speed": "80", - "inner_wall_speed": "300", + "inner_wall_speed": "350", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.12mm Fine @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", - "sparse_infill_speed": "400", + "sparse_infill_speed": "430", "top_shell_layers": "5", "top_shell_thickness": "0.6", "top_surface_pattern": "monotonicline", "travel_speed": "700", + "version": "2.1.2.2", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.12", @@ -35,7 +37,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -52,7 +54,7 @@ "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -84,7 +86,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", "initial_layer_min_bead_width": "85%", @@ -97,9 +99,9 @@ "internal_bridge_flow": "1", "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "350", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -127,9 +129,9 @@ "ooze_prevention": "0", "outer_wall_acceleration": "5000", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -193,7 +195,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", "spiral_mode_smooth": "0", @@ -227,12 +229,12 @@ "thick_internal_bridges": "1", "timelapse_type": "0", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "200", + "travel_acceleration": "10000", "travel_jerk": "12", - "travel_speed_z": "0", + "travel_speed_z": "500", "tree_support_adaptive_layer_height": "1", "tree_support_angle_slow": "25", "tree_support_auto_brim": "1", @@ -280,5 +282,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap": "15%" + "top_bottom_infill_wall_overlap":"15%" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json index 5eb11491d8..ca7c9e881a 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Plus 0.4 nozzle.json @@ -10,5 +10,6 @@ "outer_wall_line_width": "0.42", "print_settings_id": "0.12mm Fine @Artillery X4Plus 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json index c9d200b4d1..9c4cee1f1b 100644 --- a/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Fine @Artillery X4Pro 0.4 nozzle.json @@ -10,5 +10,6 @@ "outer_wall_line_width": "0.42", "print_settings_id": "0.12mm Fine @Artillery X4Pro 0.4 nozzle", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json index 62dc77f66d..ab093070f0 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -7,21 +7,23 @@ "bottom_shell_layers": "5", "default_acceleration": "4000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "230", "inner_wall_speed": "150", + "is_custom_defined": "0", "print_settings_id": "0.12mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "top_shell_thickness": "0.6", "top_surface_pattern": "monotonicline", "travel_speed": "500", + "version": "2.1.2.2", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_speed": "150", + "internal_solid_infill_speed": "180", "layer_height": "0.12", "outer_wall_acceleration": "2000", "outer_wall_line_width": "0.42", "outer_wall_speed": "60", - "sparse_infill_speed": "150", + "sparse_infill_speed": "180", "support_line_width": "0.42", "top_surface_line_width": "0.42", "accel_to_decel_enable": "1", @@ -35,7 +37,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -84,7 +86,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_infill_speed": "30", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", @@ -98,8 +100,8 @@ "internal_bridge_flow": "1", "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", - "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", + "internal_solid_infill_pattern": "zig-zag", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -118,7 +120,7 @@ "min_feature_size": "25%", "min_length_factor": "0.5", "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "10", + "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", "notes": "", @@ -126,9 +128,9 @@ "only_one_wall_top": "0", "ooze_prevention": "0", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -227,10 +229,10 @@ "timelapse_type": "0", "top_shell_layers": "4", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "150", + "travel_acceleration": "10000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json index 59a7885c79..30d7ae88b0 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.12mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json index 2e2a3e9b2c..b54fd63a69 100644 --- a/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.12mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "150", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json index 89201e2f78..f1fd0f62f2 100644 --- a/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.12mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -8,5 +8,6 @@ "layer_height": "0.12", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle" + "print_settings_id": "0.12mm Standard @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json b/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json index 589065bc37..fd8857dc74 100644 --- a/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json +++ b/resources/profiles/Artillery/process/0.14mm Standard @Artillery M1 Pro 0.2 nozzle.json @@ -5,8 +5,10 @@ "from": "system", "instantiation": "true", "default_acceleration": "10000", + "is_custom_defined": "0", "layer_height": "0.14", "outer_wall_acceleration": "5000", "outer_wall_speed": "120", - "print_settings_id": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle" + "print_settings_id": "0.14mm Standard @Artillery M1 Pro 0.2 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json index c5a47dce99..bf15e55fa9 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery M1 Pro 0.4 nozzle.json @@ -10,6 +10,7 @@ "gap_infill_speed": "200", "initial_layer_infill_speed": "80", "internal_solid_infill_speed": "200", + "is_custom_defined": "0", "print_settings_id": "0.16mm High Quality @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "sparse_infill_speed": "200", @@ -17,6 +18,7 @@ "top_shell_thickness": "1", "top_surface_pattern": "monotonicline", "travel_speed": "500", + "version": "2.1.2.2", "initial_layer_print_height": "0.2", "inner_wall_speed": "150", "internal_solid_infill_line_width": "0.42", @@ -37,7 +39,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -54,7 +56,7 @@ "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -86,7 +88,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", "initial_layer_min_bead_width": "85%", @@ -100,7 +102,7 @@ "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -127,9 +129,9 @@ "only_one_wall_top": "0", "ooze_prevention": "0", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -193,7 +195,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", "spiral_mode_smooth": "0", @@ -227,10 +229,10 @@ "thick_internal_bridges": "1", "timelapse_type": "0", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "150", + "travel_acceleration": "10000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json index 181381f77a..dc73f3a2c3 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Plus 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.16mm High Quality @Artillery X4Plus 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json index c925ceff9b..e38bc7bdc0 100644 --- a/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm High Quality @Artillery X4Pro 0.4 nozzle.json @@ -16,5 +16,6 @@ "print_settings_id": "0.16mm High Quality @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json index 79729dfa9a..409bfc670b 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery M1 Pro 0.4 nozzle.json @@ -6,14 +6,15 @@ "instantiation": "true", "bottom_shell_layers": "4", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "300", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", - "internal_solid_infill_speed": "200", + "internal_solid_infill_speed": "300", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.16mm Optimal @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", - "sparse_infill_speed": "300", + "sparse_infill_speed": "330", "support_style": "default", "support_type": "tree(auto)", "top_shell_layers": "6", @@ -21,6 +22,7 @@ "top_surface_pattern": "monotonicline", "travel_speed": "500", "tree_support_branch_diameter_double_wall": "1", + "version": "2.1.2.2", "initial_layer_print_height": "0.2", "internal_solid_infill_line_width": "0.42", "layer_height": "0.16", @@ -38,7 +40,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -49,14 +51,14 @@ ], "compatible_printers_condition": "", "counterbore_hole_bridging": "none", - "default_acceleration": "5000", + "default_acceleration": "10000", "default_jerk": "0", "detect_narrow_internal_solid_infill": "1", "detect_overhang_wall": "1", "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -88,7 +90,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", "initial_layer_min_bead_width": "85%", @@ -102,7 +104,7 @@ "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", "internal_solid_infill_pattern": "monotonic", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -121,7 +123,7 @@ "min_feature_size": "25%", "min_length_factor": "0.5", "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "10", + "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", "notes": "", @@ -130,9 +132,9 @@ "ooze_prevention": "0", "outer_wall_acceleration": "5000", "outer_wall_jerk": "9", - "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -196,7 +198,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", "spiral_mode_smooth": "0", @@ -228,10 +230,10 @@ "thick_internal_bridges": "1", "timelapse_type": "0", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "200", + "travel_acceleration": "10000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", @@ -280,5 +282,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap": "15%" + "top_bottom_infill_wall_overlap":"15%" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json index fa9bc49dc8..91c953fd32 100644 --- a/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.16mm Optimal @Artillery X4Pro 0.4 nozzle.json @@ -12,5 +12,6 @@ "print_settings_id": "0.16mm Optimal @Artillery X4Pro 0.4 nozzle", "sparse_infill_speed": "180", "support_line_width": "0.42", - "top_surface_line_width": "0.42" + "top_surface_line_width": "0.42", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json index 77f75b6395..6190830603 100644 --- a/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.18mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -2,9 +2,10 @@ "type": "process", "name": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "from": "system", "instantiation": "true", + "is_custom_defined": "0", "layer_height": "0.18", "print_settings_id": "0.18mm Standard @Artillery M1 Pro 0.6 nozzle", - "slow_down_layers": "3" + "slow_down_layers": "3", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json index e7464ceaac..6c0dc79f39 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery M1 Pro 0.4 nozzle.json @@ -11,6 +11,7 @@ "gap_infill_speed": "250", "initial_layer_infill_speed": "80", "inner_wall_speed": "300", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.20mm Standard @Artillery M1 Pro 0.4 nozzle", "reduce_crossing_wall": "0", @@ -26,6 +27,7 @@ "travel_speed": "700", "tree_support_branch_diameter_angle": "5", "tree_support_branch_diameter_double_wall": "0", + "version": "2.1.2.2", "wall_generator": "arachne", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", @@ -56,7 +58,7 @@ "draft_shield": "disabled", "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", - "enable_arc_fitting": "1", + "enable_arc_fitting": "0", "enable_overhang_speed": "1", "enable_prime_tower": "1", "enable_support": "0", @@ -103,7 +105,7 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "250", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -197,7 +199,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "sparse_infill_speed": "270", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", @@ -205,7 +207,7 @@ "staggered_inner_seams": "1", "standby_temperature_delta": "-5", "support_angle": "0", - "support_base_pattern": "rectilinear", + "support_base_pattern": "default", "support_base_pattern_spacing": "2.5", "support_bottom_interface_spacing": "0.5", "support_bottom_z_distance": "0.2", @@ -221,11 +223,11 @@ "support_interface_speed": "80", "support_interface_top_layers": "2", "support_line_width": "0.42", - "support_object_xy_distance": "0.35", + "support_object_xy_distance": "0.5", "support_on_build_plate_only": "0", "support_remove_small_overhang": "1", "support_threshold_angle": "30", - "support_top_z_distance": "0.2", + "support_top_z_distance": "0.16", "thick_bridges": "0", "thick_internal_bridges": "1", "timelapse_type": "0", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json index 095eca39f6..7d80de5b4a 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Plus 0.4 nozzle.json @@ -87,12 +87,13 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "150", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -248,6 +249,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json index 4f2ba17308..80366cfe6b 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X3Pro 0.4 nozzle.json @@ -87,12 +87,13 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "150", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -248,6 +249,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json index 6cd017a2a2..6344696c95 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Plus 0.4 nozzle.json @@ -87,12 +87,13 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -248,6 +249,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json index 205850caa9..7c611624e1 100644 --- a/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Standard @Artillery X4Pro 0.4 nozzle.json @@ -87,12 +87,13 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.2", "line_width": "0.42", @@ -248,6 +249,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.0.2.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json index 3c82b8e353..888f71c411 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery M1 Pro 0.4 nozzle.json @@ -7,7 +7,8 @@ "bottom_shell_layers": "3", "default_acceleration": "10000", "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", - "gap_infill_speed": "200", + "gap_infill_speed": "250", + "is_custom_defined": "0", "print_settings_id": "0.20mm Strength @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", "support_style": "default", @@ -17,6 +18,7 @@ "travel_speed": "500", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", + "version": "2.1.2.2", "outer_wall_speed": "60", "wall_loops": "6", "accel_to_decel_enable": "1", @@ -30,7 +32,7 @@ "bridge_density": "100%", "bridge_flow": "1", "bridge_no_support": "0", - "bridge_speed": "70", + "bridge_speed": "50", "brim_ears_detection_length": "1", "brim_ears_max_angle": "125", "brim_object_gap": "0", @@ -47,7 +49,7 @@ "detect_thin_wall": "1", "dont_filter_internal_bridges": "disabled", "draft_shield": "disabled", - "elefant_foot_compensation": "0", + "elefant_foot_compensation": "0.15", "elefant_foot_compensation_layers": "1", "enable_arc_fitting": "0", "enable_overhang_speed": "1", @@ -79,7 +81,7 @@ "infill_direction": "45", "infill_jerk": "9", "infill_wall_overlap": "15%", - "initial_layer_acceleration": "0", + "initial_layer_acceleration": "500", "initial_layer_infill_speed": "30", "initial_layer_jerk": "9", "initial_layer_line_width": "0.5", @@ -90,15 +92,15 @@ "inner_wall_acceleration": "0", "inner_wall_jerk": "9", "inner_wall_line_width": "0.45", - "inner_wall_speed": "200", + "inner_wall_speed": "300", "interface_shells": "0", "internal_bridge_flow": "1", "internal_bridge_speed": "150%", "internal_solid_infill_acceleration": "100%", "internal_solid_infill_line_width": "0.42", - "internal_solid_infill_pattern": "monotonic", - "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "internal_solid_infill_pattern": "zig-zag", + "internal_solid_infill_speed": "250", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -118,7 +120,7 @@ "min_feature_size": "25%", "min_length_factor": "0.5", "min_width_top_surface": "300%", - "minimum_sparse_infill_area": "10", + "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", "notes": "", @@ -129,8 +131,8 @@ "outer_wall_jerk": "9", "outer_wall_line_width": "0.42", "overhang_1_4_speed": "0", - "overhang_2_4_speed": "20", - "overhang_3_4_speed": "15", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", "overhang_4_4_speed": "10", "overhang_reverse": "0", "overhang_reverse_internal_only": "0", @@ -191,11 +193,11 @@ "small_perimeter_threshold": "0", "solid_infill_filament": "1", "sparse_infill_acceleration": "100%", - "sparse_infill_density": "15%", + "sparse_infill_density": "25%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", - "sparse_infill_speed": "200", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "270", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", "spiral_mode_smooth": "0", @@ -228,12 +230,12 @@ "thick_internal_bridges": "1", "timelapse_type": "0", "top_solid_infill_flow_ratio": "1", - "top_surface_acceleration": "0", + "top_surface_acceleration": "2000", "top_surface_jerk": "9", "top_surface_line_width": "0.42", "top_surface_pattern": "monotonic", - "top_surface_speed": "100", - "travel_acceleration": "0", + "top_surface_speed": "200", + "travel_acceleration": "10000", "travel_jerk": "12", "travel_speed_z": "0", "tree_support_adaptive_layer_height": "1", @@ -280,5 +282,5 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0", - "top_bottom_infill_wall_overlap": "15%" + "top_bottom_infill_wall_overlap": "25%" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json index e11485212b..5c0993e74f 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Plus 0.4 nozzle.json @@ -6,5 +6,6 @@ "instantiation": "true", "outer_wall_speed": "60", "print_settings_id": "0.20mm Strength @Artillery X4Plus 0.4 nozzle", + "version": "2.0.2.0", "wall_loops": "6" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json index 9bc49fa84d..9f2c965213 100644 --- a/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.20mm Strength @Artillery X4Pro 0.4 nozzle.json @@ -6,5 +6,6 @@ "instantiation": "true", "outer_wall_speed": "60", "print_settings_id": "0.20mm Strength @Artillery X4Pro 0.4 nozzle", + "version": "2.0.2.0", "wall_loops": "6" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json index b0bbf7da19..618d984bff 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.4 nozzle.json @@ -8,6 +8,7 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", "gap_infill_speed": "200", "inner_wall_speed": "300", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.24mm Draft @Artillery M1 Pro 0.4 nozzle", "slow_down_layers": "3", @@ -16,6 +17,7 @@ "top_shell_thickness": "1", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", + "version": "2.1.1.0", "initial_layer_print_height": "0.2", "layer_height": "0.24", "accel_to_decel_enable": "1", @@ -96,7 +98,7 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -191,7 +193,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "sparse_infill_speed": "200", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json index e2e13de246..0e31812eba 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.6 nozzle.json @@ -93,12 +93,13 @@ "internal_solid_infill_line_width": "0.62", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "150", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.24", "line_width": "0.62", @@ -200,7 +201,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.62", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "sparse_infill_speed": "100", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", @@ -263,6 +264,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json index 73faaa0416..8752e09ab1 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery M1 Pro 0.8 nozzle.json @@ -93,12 +93,13 @@ "internal_solid_infill_line_width": "0.82", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "150", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", "ironing_speed": "15", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "layer_height": "0.24", "line_width": "0.82", @@ -200,7 +201,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.82", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "sparse_infill_speed": "100", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", @@ -263,6 +264,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "2.1.1.0", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json index b67dedd7cf..848b07af02 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Plus 0.4 nozzle.json @@ -7,5 +7,6 @@ "initial_layer_print_height": "0.2", "layer_height": "0.24", "outer_wall_speed": "120", - "print_settings_id": "0.24mm Draft @Artillery X4Plus 0.4 nozzle" + "print_settings_id": "0.24mm Draft @Artillery X4Plus 0.4 nozzle", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json index ea118fc33d..5947cb7487 100644 --- a/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Draft @Artillery X4Pro 0.4 nozzle.json @@ -6,5 +6,6 @@ "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.24", - "print_settings_id": "0.24mm Draft @Artillery X4Pro 0.4 nozzle" + "print_settings_id": "0.24mm Draft @Artillery X4Pro 0.4 nozzle", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json index dee34543bf..2c2219020a 100644 --- a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -5,5 +5,7 @@ "from": "system", "instantiation": "true", "detect_thin_wall": "0", - "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle" + "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.6 nozzle", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json index cdddaac679..e6dbe92d88 100644 --- a/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.24mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -5,5 +5,7 @@ "from": "system", "instantiation": "true", "bottom_shell_layers": "3", - "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle" + "print_settings_id": "0.24mm Standard @Artillery M1 Pro 0.8 nozzle", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json index 82d05cd7f9..3b44014d12 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle.json @@ -9,6 +9,7 @@ "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_M1Pro.gcode", "gap_infill_speed": "200", "initial_layer_infill_speed": "80", + "is_custom_defined": "0", "outer_wall_speed": "200", "print_settings_id": "0.28mm Extra Draft @Artillery M1 Pro 0.4 nozzle", "reduce_crossing_wall": "1", @@ -20,6 +21,7 @@ "travel_speed": "500", "tree_support_branch_diameter_angle": "15", "tree_support_branch_diameter_double_wall": "1", + "version": "2.1.1.0", "initial_layer_print_height": "0.2", "layer_height": "0.28", "accel_to_decel_enable": "1", @@ -99,7 +101,7 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "monotonic", "internal_solid_infill_speed": "300", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "15%", "ironing_pattern": "zig-zag", "ironing_spacing": "0.1", @@ -193,7 +195,7 @@ "sparse_infill_density": "15%", "sparse_infill_filament": "1", "sparse_infill_line_width": "0.45", - "sparse_infill_pattern": "gyroid", + "sparse_infill_pattern": "grid", "sparse_infill_speed": "200", "spiral_mode": "0", "spiral_mode_max_xy_smoothing": "200%", diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json index 27c259d105..a92c92d8b2 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle.json @@ -7,5 +7,6 @@ "initial_layer_print_height": "0.2", "layer_height": "0.28", "outer_wall_speed": "120", - "print_settings_id": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle" + "print_settings_id": "0.28mm Extra Draft @Artillery X4Plus 0.4 nozzle", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json index 8fa494c6bb..cf3de3542f 100644 --- a/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json +++ b/resources/profiles/Artillery/process/0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle.json @@ -6,5 +6,6 @@ "instantiation": "true", "initial_layer_print_height": "0.2", "layer_height": "0.28", - "print_settings_id": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle" + "print_settings_id": "0.28mm Extra Draft @Artillery X4Pro 0.4 nozzle", + "version": "2.0.2.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json index 5ef572b610..8e399a4f45 100644 --- a/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.30mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -6,5 +6,7 @@ "instantiation": "true", "detect_thin_wall": "0", "layer_height": "0.3", - "print_settings_id": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle" + "print_settings_id": "0.30mm Standard @Artillery M1 Pro 0.6 nozzle", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json index 0f0a856f9b..6124b8de40 100644 --- a/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.30mm Strength @Artillery M1 Pro 0.6 nozzle.json @@ -6,8 +6,10 @@ "instantiation": "true", "initial_layer_infill_speed": "55", "initial_layer_speed": "35", + "is_custom_defined": "0", "layer_height": "0.3", "print_settings_id": "0.30mm Strength @Artillery M1 Pro 0.6 nozzle", "sparse_infill_density": "25%", + "version": "2.1.1.0", "wall_loops": "4" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json index 2ab29f261f..792652e238 100644 --- a/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.32mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -5,6 +5,8 @@ "from": "system", "instantiation": "true", "bottom_shell_layers": "3", + "is_custom_defined": "0", "layer_height": "0.32", - "print_settings_id": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle" + "print_settings_id": "0.32mm Standard @Artillery M1 Pro 0.8 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json index c946d0eb70..d07eba0951 100644 --- a/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.36mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -2,8 +2,9 @@ "type": "process", "name": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", "inherits": "0.24mm Draft @Artillery M1 Pro 0.6 nozzle", - "from": "system", "instantiation": "true", + "is_custom_defined": "0", "layer_height": "0.36", - "print_settings_id": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle" + "print_settings_id": "0.36mm Standard @Artillery M1 Pro 0.6 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json index fde7dcc99a..a6039be6e0 100644 --- a/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.40mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -5,6 +5,8 @@ "from": "system", "instantiation": "true", "bottom_shell_layers": "3", + "is_custom_defined": "0", "layer_height": "0.4", - "print_settings_id": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle" + "print_settings_id": "0.40mm Standard @Artillery M1 Pro 0.8 nozzle", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json b/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json index 5b67eca303..1e0bd0837e 100644 --- a/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json +++ b/resources/profiles/Artillery/process/0.42mm Standard @Artillery M1 Pro 0.6 nozzle.json @@ -5,5 +5,7 @@ "from": "system", "instantiation": "true", "layer_height": "0.42", - "print_settings_id": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle" + "print_settings_id": "0.42mm Standard @Artillery M1 Pro 0.6 nozzle", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json index adff882f6d..a66ff6e6f8 100644 --- a/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.48mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -7,5 +7,7 @@ "bottom_shell_layers": "3", "layer_height": "0.48", "print_settings_id": "0.48mm Standard @Artillery M1 Pro 0.8 nozzle", - "slow_down_layers": "3" + "slow_down_layers": "3", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json b/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json index 88523c512f..06f2aa5350 100644 --- a/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json +++ b/resources/profiles/Artillery/process/0.56mm Standard @Artillery M1 Pro 0.8 nozzle.json @@ -10,5 +10,7 @@ "support_style": "default", "support_type": "tree(auto)", "tree_support_branch_diameter_angle": "15", - "tree_support_branch_diameter_double_wall": "1" + "tree_support_branch_diameter_double_wall": "1", + "is_custom_defined": "0", + "version": "2.1.1.0" } \ No newline at end of file diff --git a/resources/profiles/BBL.json b/resources/profiles/BBL.json index 3deb18e4ca..fdc096c888 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.00.00.55", + "version": "02.00.00.56", "force_update": "0", "description": "the initial version of BBL configurations", "machine_model_list": [ @@ -33,6 +33,10 @@ "name": "Bambu Lab P1S", "sub_path": "machine/Bambu Lab P1S.json" }, + { + "name": "Bambu Lab P2S", + "sub_path": "machine/Bambu Lab P2S.json" + }, { "name": "Bambu Lab X1", "sub_path": "machine/Bambu Lab X1.json" @@ -419,6 +423,10 @@ "name": "0.08mm High Quality @BBL P1P", "sub_path": "process/0.08mm High Quality @BBL P1P.json" }, + { + "name": "0.08mm High Quality @BBL P2S", + "sub_path": "process/0.08mm High Quality @BBL P2S.json" + }, { "name": "0.08mm High Quality @BBL X1C", "sub_path": "process/0.08mm High Quality @BBL X1C.json" @@ -439,6 +447,10 @@ "name": "0.08mm High Quality @BBL P1P 0.2 nozzle", "sub_path": "process/0.08mm High Quality @BBL P1P 0.2 nozzle.json" }, + { + "name": "0.08mm High Quality @BBL P2S 0.2 nozzle", + "sub_path": "process/0.08mm High Quality @BBL P2S 0.2 nozzle.json" + }, { "name": "0.08mm High Quality @BBL X1C 0.2 nozzle", "sub_path": "process/0.08mm High Quality @BBL X1C 0.2 nozzle.json" @@ -479,6 +491,10 @@ "name": "0.10mm Standard @BBL A1 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL A1 0.2 nozzle.json" }, + { + "name": "0.10mm Standard @BBL A1M 0.2 nozzle", + "sub_path": "process/0.10mm Standard @BBL A1M 0.2 nozzle.json" + }, { "name": "0.10mm Standard @BBL H2S 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL H2S 0.2 nozzle.json" @@ -487,6 +503,10 @@ "name": "0.10mm Standard @BBL P1P 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL P1P 0.2 nozzle.json" }, + { + "name": "0.10mm Standard @BBL P2S 0.2 nozzle", + "sub_path": "process/0.10mm Standard @BBL P2S 0.2 nozzle.json" + }, { "name": "0.10mm Standard @BBL X1C 0.2 nozzle", "sub_path": "process/0.10mm Standard @BBL X1C 0.2 nozzle.json" @@ -523,6 +543,10 @@ "name": "0.12mm High Quality @BBL P1P", "sub_path": "process/0.12mm High Quality @BBL P1P.json" }, + { + "name": "0.12mm High Quality @BBL P2S", + "sub_path": "process/0.12mm High Quality @BBL P2S.json" + }, { "name": "0.12mm High Quality @BBL X1C", "sub_path": "process/0.12mm High Quality @BBL X1C.json" @@ -531,6 +555,10 @@ "name": "0.12mm Balanced Quality @BBL H2S 0.2 nozzle", "sub_path": "process/0.12mm Balanced Quality @BBL H2S 0.2 nozzle.json" }, + { + "name": "0.12mm Balanced Quality @BBL P2S 0.2 nozzle", + "sub_path": "process/0.12mm Balanced Quality @BBL P2S 0.2 nozzle.json" + }, { "name": "0.12mm Draft @BBL A1 0.2 nozzle", "sub_path": "process/0.12mm Draft @BBL A1 0.2 nozzle.json" @@ -579,6 +607,10 @@ "name": "0.16mm High Quality @BBL P1P", "sub_path": "process/0.16mm High Quality @BBL P1P.json" }, + { + "name": "0.16mm High Quality @BBL P2S", + "sub_path": "process/0.16mm High Quality @BBL P2S.json" + }, { "name": "0.16mm High Quality @BBL X1C", "sub_path": "process/0.16mm High Quality @BBL X1C.json" @@ -603,10 +635,18 @@ "name": "0.16mm Standard @BBL H2S", "sub_path": "process/0.16mm Standard @BBL H2S.json" }, + { + "name": "0.16mm Standard @BBL P2S", + "sub_path": "process/0.16mm Standard @BBL P2S.json" + }, { "name": "0.18mm Balanced Quality @BBL H2S 0.6 nozzle", "sub_path": "process/0.18mm Balanced Quality @BBL H2S 0.6 nozzle.json" }, + { + "name": "0.18mm Balanced Quality @BBL P2S 0.6 nozzle", + "sub_path": "process/0.18mm Balanced Quality @BBL P2S 0.6 nozzle.json" + }, { "name": "0.18mm Fine @BBL A1 0.6 nozzle", "sub_path": "process/0.18mm Fine @BBL A1 0.6 nozzle.json" @@ -627,10 +667,18 @@ "name": "0.20mm High Quality @BBL H2S", "sub_path": "process/0.20mm High Quality @BBL H2S.json" }, + { + "name": "0.20mm High Quality @BBL P2S", + "sub_path": "process/0.20mm High Quality @BBL P2S.json" + }, { "name": "0.20mm Standard @BBL A1", "sub_path": "process/0.20mm Standard @BBL A1.json" }, + { + "name": "0.20mm Standard @BBL A1M", + "sub_path": "process/0.20mm Standard @BBL A1M.json" + }, { "name": "0.20mm Standard @BBL H2S", "sub_path": "process/0.20mm Standard @BBL H2S.json" @@ -639,6 +687,10 @@ "name": "0.20mm Standard @BBL P1P", "sub_path": "process/0.20mm Standard @BBL P1P.json" }, + { + "name": "0.20mm Standard @BBL P2S", + "sub_path": "process/0.20mm Standard @BBL P2S.json" + }, { "name": "0.20mm Standard @BBL X1C", "sub_path": "process/0.20mm Standard @BBL X1C.json" @@ -647,6 +699,10 @@ "name": "0.20mm Strength @BBL A1", "sub_path": "process/0.20mm Strength @BBL A1.json" }, + { + "name": "0.20mm Strength @BBL A1M", + "sub_path": "process/0.20mm Strength @BBL A1M.json" + }, { "name": "0.20mm Strength @BBL P1P", "sub_path": "process/0.20mm Strength @BBL P1P.json" @@ -675,10 +731,18 @@ "name": "0.24mm Standard @BBL H2S", "sub_path": "process/0.24mm Standard @BBL H2S.json" }, + { + "name": "0.24mm Standard @BBL P2S", + "sub_path": "process/0.24mm Standard @BBL P2S.json" + }, { "name": "0.24mm Balanced Quality @BBL H2S 0.6 nozzle", "sub_path": "process/0.24mm Balanced Quality @BBL H2S 0.6 nozzle.json" }, + { + "name": "0.24mm Balanced Quality @BBL P2S 0.6 nozzle", + "sub_path": "process/0.24mm Balanced Quality @BBL P2S 0.6 nozzle.json" + }, { "name": "0.24mm Optimal @BBL A1 0.6 nozzle", "sub_path": "process/0.24mm Optimal @BBL A1 0.6 nozzle.json" @@ -699,6 +763,10 @@ "name": "0.24mm Balanced Quality @BBL H2S 0.8 nozzle", "sub_path": "process/0.24mm Balanced Quality @BBL H2S 0.8 nozzle.json" }, + { + "name": "0.24mm Balanced Quality @BBL P2S 0.8 nozzle", + "sub_path": "process/0.24mm Balanced Quality @BBL P2S 0.8 nozzle.json" + }, { "name": "0.24mm Fine @BBL A1 0.8 nozzle", "sub_path": "process/0.24mm Fine @BBL A1 0.8 nozzle.json" @@ -735,6 +803,10 @@ "name": "0.30mm Standard @BBL A1 0.6 nozzle", "sub_path": "process/0.30mm Standard @BBL A1 0.6 nozzle.json" }, + { + "name": "0.30mm Standard @BBL A1M 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL A1M 0.6 nozzle.json" + }, { "name": "0.30mm Standard @BBL H2S 0.6 nozzle", "sub_path": "process/0.30mm Standard @BBL H2S 0.6 nozzle.json" @@ -743,6 +815,10 @@ "name": "0.30mm Standard @BBL P1P 0.6 nozzle", "sub_path": "process/0.30mm Standard @BBL P1P 0.6 nozzle.json" }, + { + "name": "0.30mm Standard @BBL P2S 0.6 nozzle", + "sub_path": "process/0.30mm Standard @BBL P2S 0.6 nozzle.json" + }, { "name": "0.30mm Standard @BBL X1 0.6 nozzle", "sub_path": "process/0.30mm Standard @BBL X1 0.6 nozzle.json" @@ -771,6 +847,10 @@ "name": "0.32mm Balanced Quality @BBL H2S 0.8 nozzle", "sub_path": "process/0.32mm Balanced Quality @BBL H2S 0.8 nozzle.json" }, + { + "name": "0.32mm Balanced Quality @BBL P2S 0.8 nozzle", + "sub_path": "process/0.32mm Balanced Quality @BBL P2S 0.8 nozzle.json" + }, { "name": "0.32mm Optimal @BBL A1 0.8 nozzle", "sub_path": "process/0.32mm Optimal @BBL A1 0.8 nozzle.json" @@ -807,6 +887,10 @@ "name": "0.40mm Standard @BBL A1 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL A1 0.8 nozzle.json" }, + { + "name": "0.40mm Standard @BBL A1M 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL A1M 0.8 nozzle.json" + }, { "name": "0.40mm Standard @BBL H2S 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL H2S 0.8 nozzle.json" @@ -815,6 +899,10 @@ "name": "0.40mm Standard @BBL P1P 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL P1P 0.8 nozzle.json" }, + { + "name": "0.40mm Standard @BBL P2S 0.8 nozzle", + "sub_path": "process/0.40mm Standard @BBL P2S 0.8 nozzle.json" + }, { "name": "0.40mm Standard @BBL X1 0.8 nozzle", "sub_path": "process/0.40mm Standard @BBL X1 0.8 nozzle.json" @@ -870,26 +958,6 @@ { "name": "0.56mm Standard @BBL X1C 0.8 nozzle", "sub_path": "process/0.56mm Standard @BBL X1C 0.8 nozzle.json" - }, - { - "name": "0.10mm Standard @BBL A1M 0.2 nozzle", - "sub_path": "process/0.10mm Standard @BBL A1M 0.2 nozzle.json" - }, - { - "name": "0.20mm Standard @BBL A1M", - "sub_path": "process/0.20mm Standard @BBL A1M.json" - }, - { - "name": "0.20mm Strength @BBL A1M", - "sub_path": "process/0.20mm Strength @BBL A1M.json" - }, - { - "name": "0.30mm Standard @BBL A1M 0.6 nozzle", - "sub_path": "process/0.30mm Standard @BBL A1M 0.6 nozzle.json" - }, - { - "name": "0.40mm Standard @BBL A1M 0.8 nozzle", - "sub_path": "process/0.40mm Standard @BBL A1M 0.8 nozzle.json" } ], "filament_list": [ @@ -1337,6 +1405,10 @@ "name": "Generic PLA-CF @base", "sub_path": "filament/Generic PLA-CF @base.json" }, + { + "name": "Numakers PLA+ @base", + "sub_path": "filament/Numakers/Numakers PLA+ @base.json" + }, { "name": "Overture Matte PLA @base", "sub_path": "filament/Overture/Overture Matte PLA @base.json" @@ -1390,12 +1462,12 @@ "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" }, { - "name": "Panchroma PLA Silk @base", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" + "name": "Panchroma PLA Satin @base", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @base.json" }, { - "name": "Panchroma PLA Stain @base", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" + "name": "Panchroma PLA Silk @base", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" }, { "name": "Panchroma PLA Starlight @base", @@ -1561,10 +1633,22 @@ "name": "Bambu ABS @BBL H2D 0.8 nozzle", "sub_path": "filament/Bambu ABS @BBL H2D 0.8 nozzle.json" }, + { + "name": "Bambu ABS @BBL H2DP", + "sub_path": "filament/Bambu ABS @BBL H2DP.json" + }, + { + "name": "Bambu ABS @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL H2DP 0.2 nozzle.json" + }, { "name": "Bambu ABS @BBL H2DP 0.6 nozzle", "sub_path": "filament/Bambu ABS @BBL H2DP 0.6 nozzle.json" }, + { + "name": "Bambu ABS @BBL H2DP 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL H2DP 0.8 nozzle.json" + }, { "name": "Bambu ABS @BBL H2S", "sub_path": "filament/Bambu ABS @BBL H2S.json" @@ -1589,6 +1673,22 @@ "name": "Bambu ABS @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu ABS @BBL P2S", + "sub_path": "filament/Bambu ABS @BBL P2S.json" + }, + { + "name": "Bambu ABS @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu ABS @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu ABS @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu ABS @BBL X1C", "sub_path": "filament/Bambu ABS @BBL X1C.json" @@ -1601,6 +1701,18 @@ "name": "Bambu ABS @BBL X1C 0.8 nozzle", "sub_path": "filament/Bambu ABS @BBL X1C 0.8 nozzle.json" }, + { + "name": "Bambu ABS @BBL X1E", + "sub_path": "filament/Bambu ABS @BBL X1E.json" + }, + { + "name": "Bambu ABS @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @BBL X1E 0.8 nozzle", + "sub_path": "filament/Bambu ABS @BBL X1E 0.8 nozzle.json" + }, { "name": "Bambu ABS-GF @BBL A1", "sub_path": "filament/Bambu ABS-GF @BBL A1.json" @@ -1621,6 +1733,10 @@ "name": "Bambu ABS-GF @BBL P1P", "sub_path": "filament/Bambu ABS-GF @BBL P1P.json" }, + { + "name": "Bambu ABS-GF @BBL P2S", + "sub_path": "filament/Bambu ABS-GF @BBL P2S.json" + }, { "name": "Bambu ABS-GF @BBL X1C", "sub_path": "filament/Bambu ABS-GF @BBL X1C.json" @@ -1641,6 +1757,10 @@ "name": "Bambu Support for ABS @BBL H2S", "sub_path": "filament/Bambu Support for ABS @BBL H2S.json" }, + { + "name": "Bambu Support for ABS @BBL P2S", + "sub_path": "filament/Bambu Support for ABS @BBL P2S.json" + }, { "name": "Bambu Support for ABS @BBL X1C", "sub_path": "filament/Bambu Support for ABS @BBL X1C.json" @@ -1685,6 +1805,14 @@ "name": "Generic ABS @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic ABS @BBL P2S", + "sub_path": "filament/Generic ABS @BBL P2S.json" + }, + { + "name": "Generic ABS @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic ABS @BBL P2S 0.2 nozzle.json" + }, { "name": "PolyLite ABS @BBL A1", "sub_path": "filament/Polymaker/PolyLite ABS @BBL A1.json" @@ -1701,6 +1829,14 @@ "name": "PolyLite ABS @BBL H2D 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ABS @BBL H2D 0.2 nozzle.json" }, + { + "name": "PolyLite ABS @BBL H2DP", + "sub_path": "filament/PolyLite ABS @BBL H2DP.json" + }, + { + "name": "PolyLite ABS @BBL H2DP 0.2 nozzle", + "sub_path": "filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json" + }, { "name": "PolyLite ABS @BBL P1P", "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P.json" @@ -1709,6 +1845,14 @@ "name": "PolyLite ABS @BBL X1C", "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C.json" }, + { + "name": "PolyLite ABS @BBL X1E", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E.json" + }, + { + "name": "PolyLite ABS @BBL X1E 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json" + }, { "name": "Bambu ASA @BBL A1 0.2 nozzle", "sub_path": "filament/Bambu ASA @BBL A1 0.2 nozzle.json" @@ -1737,6 +1881,18 @@ "name": "Bambu ASA @BBL H2D 0.8 nozzle", "sub_path": "filament/Bambu ASA @BBL H2D 0.8 nozzle.json" }, + { + "name": "Bambu ASA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2DP 0.2 nozzle.json" + }, + { + "name": "Bambu ASA @BBL H2DP 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2DP 0.4 nozzle.json" + }, + { + "name": "Bambu ASA @BBL H2DP 0.6 nozzle", + "sub_path": "filament/Bambu ASA @BBL H2DP 0.6 nozzle.json" + }, { "name": "Bambu ASA @BBL H2DP 0.8 nozzle", "sub_path": "filament/Bambu ASA @BBL H2DP 0.8 nozzle.json" @@ -1757,6 +1913,22 @@ "name": "Bambu ASA @BBL H2S 0.8 nozzle", "sub_path": "filament/Bambu ASA @BBL H2S 0.8 nozzle.json" }, + { + "name": "Bambu ASA @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu ASA @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu ASA @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu ASA @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu ASA @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu ASA @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu ASA @BBL X1 0.2 nozzle", "sub_path": "filament/Bambu ASA @BBL X1 0.2 nozzle.json" @@ -1777,6 +1949,18 @@ "name": "Bambu ASA @BBL X1C 0.4 nozzle", "sub_path": "filament/Bambu ASA @BBL X1C 0.4 nozzle.json" }, + { + "name": "Bambu ASA @BBL X1E", + "sub_path": "filament/Bambu ASA @BBL X1E.json" + }, + { + "name": "Bambu ASA @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu ASA @BBL X1E 0.4 nozzle", + "sub_path": "filament/Bambu ASA @BBL X1E 0.4 nozzle.json" + }, { "name": "Bambu ASA-Aero @BBL A1", "sub_path": "filament/Bambu ASA-Aero @BBL A1.json" @@ -1797,6 +1981,10 @@ "name": "Bambu ASA-Aero @BBL P1P", "sub_path": "filament/Bambu ASA-Aero @BBL P1P.json" }, + { + "name": "Bambu ASA-Aero @BBL P2S", + "sub_path": "filament/Bambu ASA-Aero @BBL P2S.json" + }, { "name": "Bambu ASA-Aero @BBL X1C", "sub_path": "filament/Bambu ASA-Aero @BBL X1C.json" @@ -1837,6 +2025,14 @@ "name": "Bambu ASA-CF @BBL P1P 0.6 nozzle", "sub_path": "filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json" }, + { + "name": "Bambu ASA-CF @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu ASA-CF @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu ASA-CF @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu ASA-CF @BBL X1C", "sub_path": "filament/Bambu ASA-CF @BBL X1C.json" @@ -1885,6 +2081,14 @@ "name": "Generic ASA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic ASA @BBL P2S", + "sub_path": "filament/Generic ASA @BBL P2S.json" + }, + { + "name": "Generic ASA @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic ASA @BBL P2S 0.2 nozzle.json" + }, { "name": "PolyLite ASA @BBL A1", "sub_path": "filament/Polymaker/PolyLite ASA @BBL A1.json" @@ -1901,6 +2105,14 @@ "name": "PolyLite ASA @BBL H2D 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ASA @BBL H2D 0.2 nozzle.json" }, + { + "name": "PolyLite ASA @BBL H2DP", + "sub_path": "filament/PolyLite ASA @BBL H2DP.json" + }, + { + "name": "PolyLite ASA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json" + }, { "name": "PolyLite ASA @BBL P1P", "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P.json" @@ -1909,6 +2121,10 @@ "name": "PolyLite ASA @BBL X1C", "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C.json" }, + { + "name": "PolyLite ASA @BBL X1E", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E.json" + }, { "name": "Generic BVOH @BBL A1", "sub_path": "filament/Generic BVOH @BBL A1.json" @@ -1929,6 +2145,10 @@ "name": "Generic BVOH @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic BVOH @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic BVOH @BBL P2S", + "sub_path": "filament/Generic BVOH @BBL P2S.json" + }, { "name": "Generic BVOH @BBL X1C", "sub_path": "filament/Generic BVOH @BBL X1C.json" @@ -1953,6 +2173,10 @@ "name": "Generic EVA @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic EVA @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic EVA @BBL P2S", + "sub_path": "filament/Generic EVA @BBL P2S.json" + }, { "name": "Generic EVA @BBL X1C", "sub_path": "filament/Generic EVA @BBL X1C.json" @@ -1997,6 +2221,14 @@ "name": "Generic HIPS @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic HIPS @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic HIPS @BBL P2S", + "sub_path": "filament/Generic HIPS @BBL P2S.json" + }, + { + "name": "Generic HIPS @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic HIPS @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic HIPS @BBL X1C", "sub_path": "filament/Generic HIPS @BBL X1C.json" @@ -2013,6 +2245,10 @@ "name": "Bambu PA-CF @BBL H2D", "sub_path": "filament/Bambu PA-CF @BBL H2D.json" }, + { + "name": "Bambu PA-CF @BBL H2DP", + "sub_path": "filament/Bambu PA-CF @BBL H2DP.json" + }, { "name": "Bambu PA-CF @BBL H2S", "sub_path": "filament/Bambu PA-CF @BBL H2S.json" @@ -2021,10 +2257,18 @@ "name": "Bambu PA-CF @BBL P1P", "sub_path": "filament/P1P/Bambu PA-CF @BBL P1P.json" }, + { + "name": "Bambu PA-CF @BBL P2S", + "sub_path": "filament/Bambu PA-CF @BBL P2S.json" + }, { "name": "Bambu PA-CF @BBL X1C", "sub_path": "filament/Bambu PA-CF @BBL X1C.json" }, + { + "name": "Bambu PA-CF @BBL X1E", + "sub_path": "filament/Bambu PA-CF @BBL X1E.json" + }, { "name": "Bambu PA6-CF @BBL A1", "sub_path": "filament/Bambu PA6-CF @BBL A1.json" @@ -2041,6 +2285,10 @@ "name": "Bambu PA6-CF @BBL H2S", "sub_path": "filament/Bambu PA6-CF @BBL H2S.json" }, + { + "name": "Bambu PA6-CF @BBL P2S", + "sub_path": "filament/Bambu PA6-CF @BBL P2S.json" + }, { "name": "Bambu PA6-CF @BBL X1C", "sub_path": "filament/Bambu PA6-CF @BBL X1C.json" @@ -2069,6 +2317,10 @@ "name": "Bambu PA6-GF @BBL P1P", "sub_path": "filament/Bambu PA6-GF @BBL P1P.json" }, + { + "name": "Bambu PA6-GF @BBL P2S", + "sub_path": "filament/Bambu PA6-GF @BBL P2S.json" + }, { "name": "Bambu PA6-GF @BBL X1C", "sub_path": "filament/Bambu PA6-GF @BBL X1C.json" @@ -2093,6 +2345,10 @@ "name": "Bambu PAHT-CF @BBL P1P", "sub_path": "filament/P1P/Bambu PAHT-CF @BBL P1P.json" }, + { + "name": "Bambu PAHT-CF @BBL P2S", + "sub_path": "filament/Bambu PAHT-CF @BBL P2S.json" + }, { "name": "Bambu PAHT-CF @BBL X1C", "sub_path": "filament/Bambu PAHT-CF @BBL X1C.json" @@ -2117,6 +2373,10 @@ "name": "Bambu Support For PA/PET @BBL P1P", "sub_path": "filament/P1P/Bambu Support For PA PET @BBL P1P.json" }, + { + "name": "Bambu Support For PA/PET @BBL P2S", + "sub_path": "filament/Bambu Support For PA PET @BBL P2S.json" + }, { "name": "Bambu Support For PA/PET @BBL X1C", "sub_path": "filament/Bambu Support For PA PET @BBL X1C.json" @@ -2129,6 +2389,10 @@ "name": "Bambu Support G @BBL H2D", "sub_path": "filament/Bambu Support G @BBL H2D.json" }, + { + "name": "Bambu Support G @BBL H2DP", + "sub_path": "filament/Bambu Support G @BBL H2DP.json" + }, { "name": "Bambu Support G @BBL H2S", "sub_path": "filament/Bambu Support G @BBL H2S.json" @@ -2137,10 +2401,18 @@ "name": "Bambu Support G @BBL P1P", "sub_path": "filament/P1P/Bambu Support G @BBL P1P.json" }, + { + "name": "Bambu Support G @BBL P2S", + "sub_path": "filament/Bambu Support G @BBL P2S.json" + }, { "name": "Bambu Support G @BBL X1C", "sub_path": "filament/Bambu Support G @BBL X1C.json" }, + { + "name": "Bambu Support G @BBL X1E", + "sub_path": "filament/Bambu Support G @BBL X1E.json" + }, { "name": "Fiberon PA12-CF @BBL H2D", "sub_path": "filament/Polymaker/Fiberon PA12-CF @BBL H2D.json" @@ -2193,6 +2465,10 @@ "name": "Generic PA @BBL P1P", "sub_path": "filament/P1P/Generic PA @BBL P1P.json" }, + { + "name": "Generic PA @BBL P2S", + "sub_path": "filament/Generic PA @BBL P2S.json" + }, { "name": "Generic PA-CF", "sub_path": "filament/Generic PA-CF.json" @@ -2205,6 +2481,10 @@ "name": "Generic PA-CF @BBL P1P", "sub_path": "filament/P1P/Generic PA-CF @BBL P1P.json" }, + { + "name": "Generic PA-CF @BBL P2S", + "sub_path": "filament/Generic PA-CF @BBL P2S.json" + }, { "name": "Bambu PC @BBL A1", "sub_path": "filament/Bambu PC @BBL A1.json" @@ -2229,6 +2509,22 @@ "name": "Bambu PC @BBL H2D 0.8 nozzle", "sub_path": "filament/Bambu PC @BBL H2D 0.8 nozzle.json" }, + { + "name": "Bambu PC @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL H2DP 0.2 nozzle.json" + }, + { + "name": "Bambu PC @BBL H2DP 0.4 nozzle", + "sub_path": "filament/Bambu PC @BBL H2DP 0.4 nozzle.json" + }, + { + "name": "Bambu PC @BBL H2DP 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL H2DP 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL H2DP 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL H2DP 0.8 nozzle.json" + }, { "name": "Bambu PC @BBL H2S", "sub_path": "filament/Bambu PC @BBL H2S.json" @@ -2253,6 +2549,18 @@ "name": "Bambu PC @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PC @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PC @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PC @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PC @BBL X1C", "sub_path": "filament/Bambu PC @BBL X1C.json" @@ -2269,6 +2577,22 @@ "name": "Bambu PC @BBL X1C 0.8 nozzle", "sub_path": "filament/Bambu PC @BBL X1C 0.8 nozzle.json" }, + { + "name": "Bambu PC @BBL X1E", + "sub_path": "filament/Bambu PC @BBL X1E.json" + }, + { + "name": "Bambu PC @BBL X1E 0.2 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.2 nozzle.json" + }, + { + "name": "Bambu PC @BBL X1E 0.6 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.6 nozzle.json" + }, + { + "name": "Bambu PC @BBL X1E 0.8 nozzle", + "sub_path": "filament/Bambu PC @BBL X1E 0.8 nozzle.json" + }, { "name": "Bambu PC FR @BBL A1", "sub_path": "filament/Bambu PC FR @BBL A1.json" @@ -2341,6 +2665,18 @@ "name": "Bambu PC FR @BBL P1S 0.8 nozzle", "sub_path": "filament/Bambu PC FR @BBL P1S 0.8 nozzle.json" }, + { + "name": "Bambu PC FR @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PC FR @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PC FR @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PC FR @BBL X1C", "sub_path": "filament/Bambu PC FR @BBL X1C.json" @@ -2433,6 +2769,10 @@ "name": "Generic PCTG @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PCTG @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PCTG @BBL P2S", + "sub_path": "filament/Generic PCTG @BBL P2S.json" + }, { "name": "Generic PCTG @BBL X1C", "sub_path": "filament/Generic PCTG @BBL X1C.json" @@ -2457,6 +2797,10 @@ "name": "Generic PE @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PE @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PE @BBL P2S", + "sub_path": "filament/Generic PE @BBL P2S.json" + }, { "name": "Generic PE @BBL X1C", "sub_path": "filament/Generic PE @BBL X1C.json" @@ -2481,6 +2825,10 @@ "name": "Generic PE-CF @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PE-CF @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PE-CF @BBL P2S", + "sub_path": "filament/Generic PE-CF @BBL P2S.json" + }, { "name": "Generic PE-CF @BBL X1C", "sub_path": "filament/Generic PE-CF @BBL X1C.json" @@ -2493,6 +2841,10 @@ "name": "Bambu PET-CF @BBL H2D", "sub_path": "filament/Bambu PET-CF @BBL H2D.json" }, + { + "name": "Bambu PET-CF @BBL H2DP", + "sub_path": "filament/Bambu PET-CF @BBL H2DP.json" + }, { "name": "Bambu PET-CF @BBL H2S", "sub_path": "filament/Bambu PET-CF @BBL H2S.json" @@ -2501,10 +2853,18 @@ "name": "Bambu PET-CF @BBL P1P", "sub_path": "filament/P1P/Bambu PET-CF @BBL P1P.json" }, + { + "name": "Bambu PET-CF @BBL P2S", + "sub_path": "filament/Bambu PET-CF @BBL P2S.json" + }, { "name": "Bambu PET-CF @BBL X1C", "sub_path": "filament/Bambu PET-CF @BBL X1C.json" }, + { + "name": "Bambu PET-CF @BBL X1E", + "sub_path": "filament/Bambu PET-CF @BBL X1E.json" + }, { "name": "Bambu PETG Basic @BBL A1", "sub_path": "filament/Bambu PETG Basic @BBL A1.json" @@ -2517,6 +2877,18 @@ "name": "Bambu PETG Basic @BBL A1 0.8 nozzle", "sub_path": "filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json" }, + { + "name": "Bambu PETG Basic @BBL A1M 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL A1M 0.4 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL A1M 0.8 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json" + }, { "name": "Bambu PETG Basic @BBL H2D 0.2 nozzle", "sub_path": "filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json" @@ -2549,6 +2921,18 @@ "name": "Bambu PETG Basic @BBL H2S 0.2 nozzle", "sub_path": "filament/Bambu PETG Basic @BBL H2S 0.2 nozzle.json" }, + { + "name": "Bambu PETG Basic @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Basic @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PETG Basic @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu PETG Basic @BBL X1C", "sub_path": "filament/Bambu PETG Basic @BBL X1C.json" @@ -2633,6 +3017,18 @@ "name": "Bambu PETG HF @BBL H2S 0.8 nozzle", "sub_path": "filament/Bambu PETG HF @BBL H2S 0.8 nozzle.json" }, + { + "name": "Bambu PETG HF @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PETG HF @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PETG HF @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu PETG HF @BBL X1C", "sub_path": "filament/Bambu PETG HF @BBL X1C.json" @@ -2701,6 +3097,18 @@ "name": "Bambu PETG Translucent @BBL H2S 0.2 nozzle", "sub_path": "filament/Bambu PETG Translucent @BBL H2S 0.2 nozzle.json" }, + { + "name": "Bambu PETG Translucent @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PETG Translucent @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PETG Translucent @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu PETG Translucent @BBL X1C", "sub_path": "filament/Bambu PETG Translucent @BBL X1C.json" @@ -2753,6 +3161,14 @@ "name": "Bambu PETG-CF @BBL P1P 0.4 nozzle", "sub_path": "filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json" }, + { + "name": "Bambu PETG-CF @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PETG-CF @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PETG-CF @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu PETG-CF @BBL X1C", "sub_path": "filament/Bambu PETG-CF @BBL X1C.json" @@ -2841,6 +3257,14 @@ "name": "Generic PETG @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic PETG @BBL P2S", + "sub_path": "filament/Generic PETG @BBL P2S.json" + }, + { + "name": "Generic PETG @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PETG @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic PETG HF @BBL A1", "sub_path": "filament/Generic PETG HF @BBL A1.json" @@ -2889,6 +3313,18 @@ "name": "Generic PETG HF @BBL P1P 0.2 nozzle", "sub_path": "filament/Generic PETG HF @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic PETG HF @BBL P2S", + "sub_path": "filament/Generic PETG HF @BBL P2S.json" + }, + { + "name": "Generic PETG HF @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PETG HF @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Generic PETG HF @BBL P2S 0.4 nozzle", + "sub_path": "filament/Generic PETG HF @BBL P2S 0.4 nozzle.json" + }, { "name": "Generic PETG HF @BBL X1C", "sub_path": "filament/Generic PETG HF @BBL X1C.json" @@ -2901,6 +3337,10 @@ "name": "Generic PETG-CF @BBL A1", "sub_path": "filament/Generic PETG-CF @BBL A1.json" }, + { + "name": "Generic PETG-CF @BBL A1M", + "sub_path": "filament/P1P/Generic PETG-CF @BBL A1M.json" + }, { "name": "Generic PETG-CF @BBL H2D", "sub_path": "filament/Generic PETG-CF @BBL H2D.json" @@ -2917,6 +3357,10 @@ "name": "Generic PETG-CF @BBL P1P", "sub_path": "filament/P1P/Generic PETG-CF @BBL P1P.json" }, + { + "name": "Generic PETG-CF @BBL P2S", + "sub_path": "filament/Generic PETG-CF @BBL P2S.json" + }, { "name": "Generic PETG-CF @BBL X1C", "sub_path": "filament/Generic PETG-CF @BBL X1C.json" @@ -2945,6 +3389,10 @@ "name": "PolyLite PETG @BBL H2DP", "sub_path": "filament/PolyLite PETG @BBL H2DP.json" }, + { + "name": "PolyLite PETG @BBL H2DP 0.2 nozzle", + "sub_path": "filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json" + }, { "name": "PolyLite PETG @BBL H2S", "sub_path": "filament/PolyLite PETG @BBL H2S.json" @@ -2973,6 +3421,18 @@ "name": "SUNLU PETG @BBL A1 0.8 nozzle", "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1 0.8 nozzle.json" }, + { + "name": "SUNLU PETG @BBL A1M 0.2 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json" + }, + { + "name": "SUNLU PETG @BBL A1M 0.4 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M.json" + }, + { + "name": "SUNLU PETG @BBL A1M 0.8 nozzle", + "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json" + }, { "name": "SUNLU PETG @BBL X1C", "sub_path": "filament/SUNLU/SUNLU PETG @BBL X1C.json" @@ -3005,6 +3465,10 @@ "name": "Generic PHA @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PHA @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PHA @BBL P2S", + "sub_path": "filament/Generic PHA @BBL P2S.json" + }, { "name": "Generic PHA @BBL X1C", "sub_path": "filament/Generic PHA @BBL X1C.json" @@ -3033,6 +3497,10 @@ "name": "Bambu PLA Aero @BBL P1P", "sub_path": "filament/P1P/Bambu PLA Aero @BBL P1P.json" }, + { + "name": "Bambu PLA Aero @BBL P2S", + "sub_path": "filament/Bambu PLA Aero @BBL P2S.json" + }, { "name": "Bambu PLA Aero @BBL X1", "sub_path": "filament/Bambu PLA Aero @BBL X1.json" @@ -3113,6 +3581,22 @@ "name": "Bambu PLA Basic @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Basic @BBL P2S", + "sub_path": "filament/Bambu PLA Basic @BBL P2S.json" + }, + { + "name": "Bambu PLA Basic @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Basic @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Basic @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Basic @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Basic @BBL X1", "sub_path": "filament/Bambu PLA Basic @BBL X1.json" @@ -3185,6 +3669,18 @@ "name": "Bambu PLA Dynamic @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Dynamic @BBL P2S", + "sub_path": "filament/Bambu PLA Dynamic @BBL P2S.json" + }, + { + "name": "Bambu PLA Dynamic @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Dynamic @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Dynamic @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Dynamic @BBL X1C", "sub_path": "filament/Bambu PLA Dynamic @BBL X1C.json" @@ -3253,6 +3749,18 @@ "name": "Bambu PLA Galaxy @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Galaxy @BBL P2S", + "sub_path": "filament/Bambu PLA Galaxy @BBL P2S.json" + }, + { + "name": "Bambu PLA Galaxy @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Galaxy @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Galaxy @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Galaxy @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Galaxy @BBL X1C", "sub_path": "filament/Bambu PLA Galaxy @BBL X1C.json" @@ -3289,6 +3797,10 @@ "name": "Bambu PLA Glow @BBL H2DP", "sub_path": "filament/Bambu PLA Glow @BBL H2DP.json" }, + { + "name": "Bambu PLA Glow @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json" + }, { "name": "Bambu PLA Glow @BBL H2S", "sub_path": "filament/Bambu PLA Glow @BBL H2S.json" @@ -3301,6 +3813,22 @@ "name": "Bambu PLA Glow @BBL P1P", "sub_path": "filament/Bambu PLA Glow @BBL P1P.json" }, + { + "name": "Bambu PLA Glow @BBL P2S", + "sub_path": "filament/Bambu PLA Glow @BBL P2S.json" + }, + { + "name": "Bambu PLA Glow @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Glow @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Glow @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Glow @BBL X1", "sub_path": "filament/Bambu PLA Glow @BBL X1.json" @@ -3373,6 +3901,22 @@ "name": "Bambu PLA Lite @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Lite @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Lite @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Lite @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PLA Lite @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PLA Lite @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Lite @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Lite @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Lite @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Lite @BBL X1C", "sub_path": "filament/Bambu PLA Lite @BBL X1C.json" @@ -3409,6 +3953,14 @@ "name": "Bambu PLA Marble @BBL P1P", "sub_path": "filament/P1P/Bambu PLA Marble @BBL P1P.json" }, + { + "name": "Bambu PLA Marble @BBL P2S", + "sub_path": "filament/Bambu PLA Marble @BBL P2S.json" + }, + { + "name": "Bambu PLA Marble @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Marble @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Marble @BBL X1", "sub_path": "filament/Bambu PLA Marble @BBL X1.json" @@ -3489,6 +4041,22 @@ "name": "Bambu PLA Matte @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Matte @BBL P2S", + "sub_path": "filament/Bambu PLA Matte @BBL P2S.json" + }, + { + "name": "Bambu PLA Matte @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Matte @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Matte @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Matte @BBL X1", "sub_path": "filament/Bambu PLA Matte @BBL X1.json" @@ -3553,6 +4121,22 @@ "name": "Bambu PLA Metal @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Metal @BBL P2S", + "sub_path": "filament/Bambu PLA Metal @BBL P2S.json" + }, + { + "name": "Bambu PLA Metal @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Metal @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Metal @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Metal @BBL X1", "sub_path": "filament/Bambu PLA Metal @BBL X1.json" @@ -3613,6 +4197,22 @@ "name": "Bambu PLA Silk @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Silk @BBL P2S", + "sub_path": "filament/Bambu PLA Silk @BBL P2S.json" + }, + { + "name": "Bambu PLA Silk @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Silk @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Silk @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Silk @BBL X1", "sub_path": "filament/Bambu PLA Silk @BBL X1.json" @@ -3673,6 +4273,22 @@ "name": "Bambu PLA Silk+ @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Silk+ @BBL P2S", + "sub_path": "filament/Bambu PLA Silk+ @BBL P2S.json" + }, + { + "name": "Bambu PLA Silk+ @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Silk+ @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Silk+ @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Silk+ @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Silk+ @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Silk+ @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Silk+ @BBL X1", "sub_path": "filament/Bambu PLA Silk+ @BBL X1.json" @@ -3709,6 +4325,18 @@ "name": "Bambu PLA Sparkle @BBL P1P", "sub_path": "filament/P1P/Bambu PLA Sparkle @BBL P1P.json" }, + { + "name": "Bambu PLA Sparkle @BBL P2S", + "sub_path": "filament/Bambu PLA Sparkle @BBL P2S.json" + }, + { + "name": "Bambu PLA Sparkle @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Sparkle @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Sparkle @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Sparkle @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Sparkle @BBL X1", "sub_path": "filament/Bambu PLA Sparkle @BBL X1.json" @@ -3765,6 +4393,14 @@ "name": "Bambu PLA Tough @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Tough @BBL P2S", + "sub_path": "filament/Bambu PLA Tough @BBL P2S.json" + }, + { + "name": "Bambu PLA Tough @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough @BBL P2S 0.2 nozzle.json" + }, { "name": "Bambu PLA Tough @BBL X1", "sub_path": "filament/Bambu PLA Tough @BBL X1.json" @@ -3849,6 +4485,22 @@ "name": "Bambu PLA Tough+ @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu PLA Tough+ @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PLA Tough+ @BBL P2S", + "sub_path": "filament/Bambu PLA Tough+ @BBL P2S.json" + }, + { + "name": "Bambu PLA Tough+ @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Tough+ @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Tough+ @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Tough+ @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Tough+ @BBL X1", "sub_path": "filament/Bambu PLA Tough+ @BBL X1.json" @@ -3933,6 +4585,22 @@ "name": "Bambu PLA Translucent @BBL P1P 0.8 nozzle", "sub_path": "filament/Bambu PLA Translucent @BBL P1P 0.8 nozzle.json" }, + { + "name": "Bambu PLA Translucent @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu PLA Translucent @BBL P2S 0.2 nozzle.json" + }, + { + "name": "Bambu PLA Translucent @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PLA Translucent @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PLA Translucent @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Translucent @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Translucent @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Translucent @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Translucent @BBL X1C", "sub_path": "filament/Bambu PLA Translucent @BBL X1C.json" @@ -3977,6 +4645,18 @@ "name": "Bambu PLA Wood @BBL P1P", "sub_path": "filament/Bambu PLA Wood @BBL P1P.json" }, + { + "name": "Bambu PLA Wood @BBL P2S", + "sub_path": "filament/Bambu PLA Wood @BBL P2S.json" + }, + { + "name": "Bambu PLA Wood @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA Wood @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu PLA Wood @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu PLA Wood @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu PLA Wood @BBL X1", "sub_path": "filament/Bambu PLA Wood @BBL X1.json" @@ -4033,6 +4713,14 @@ "name": "Bambu PLA-CF @BBL P1P 0.8 nozzle", "sub_path": "filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json" }, + { + "name": "Bambu PLA-CF @BBL P2S 0.4 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL P2S 0.4 nozzle.json" + }, + { + "name": "Bambu PLA-CF @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu PLA-CF @BBL P2S 0.6 nozzle.json" + }, { "name": "Bambu PLA-CF @BBL X1C", "sub_path": "filament/Bambu PLA-CF @BBL X1C.json" @@ -4089,6 +4777,14 @@ "name": "Bambu Support For PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu Support For PLA @BBL P2S", + "sub_path": "filament/Bambu Support For PLA @BBL P2S.json" + }, + { + "name": "Bambu Support For PLA @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA @BBL P2S 0.2 nozzle.json" + }, { "name": "Bambu Support For PLA @BBL X1C", "sub_path": "filament/Bambu Support For PLA @BBL X1C.json" @@ -4145,6 +4841,14 @@ "name": "Bambu Support For PLA/PETG @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu Support For PLA/PETG @BBL P2S", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL P2S.json" + }, + { + "name": "Bambu Support For PLA/PETG @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu Support For PLA-PETG @BBL P2S 0.2 nozzle.json" + }, { "name": "Bambu Support For PLA/PETG @BBL X1C", "sub_path": "filament/Bambu Support For PLA-PETG @BBL X1C.json" @@ -4201,6 +4905,14 @@ "name": "Bambu Support W @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu Support W @BBL P2S", + "sub_path": "filament/Bambu Support W @BBL P2S.json" + }, + { + "name": "Bambu Support W @BBL P2S 0.2 nozzle", + "sub_path": "filament/Bambu Support W @BBL P2S 0.2 nozzle.json" + }, { "name": "Bambu Support W @BBL X1", "sub_path": "filament/Bambu Support W @BBL X1.json" @@ -4269,6 +4981,14 @@ "name": "Generic PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic PLA @BBL P2S", + "sub_path": "filament/Generic PLA @BBL P2S.json" + }, + { + "name": "Generic PLA @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PLA @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic PLA High Speed @BBL A1", "sub_path": "filament/Generic PLA High Speed @BBL A1.json" @@ -4293,6 +5013,10 @@ "name": "Generic PLA High Speed @BBL H2DP", "sub_path": "filament/Generic PLA High Speed @BBL H2DP.json" }, + { + "name": "Generic PLA High Speed @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json" + }, { "name": "Generic PLA High Speed @BBL H2S", "sub_path": "filament/Generic PLA High Speed @BBL H2S.json" @@ -4305,6 +5029,14 @@ "name": "Generic PLA High Speed @BBL P1P", "sub_path": "filament/Generic PLA High Speed @BBL P1P.json" }, + { + "name": "Generic PLA High Speed @BBL P2S", + "sub_path": "filament/Generic PLA High Speed @BBL P2S.json" + }, + { + "name": "Generic PLA High Speed @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PLA High Speed @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic PLA High Speed @BBL X1C", "sub_path": "filament/Generic PLA High Speed @BBL X1C.json" @@ -4337,6 +5069,10 @@ "name": "Generic PLA Silk @BBL P1P", "sub_path": "filament/P1P/Generic PLA Silk @BBL P1P.json" }, + { + "name": "Generic PLA Silk @BBL P2S", + "sub_path": "filament/Generic PLA Silk @BBL P2S.json" + }, { "name": "Generic PLA-CF", "sub_path": "filament/Generic PLA-CF.json" @@ -4365,6 +5101,46 @@ "name": "Generic PLA-CF @BBL P1P", "sub_path": "filament/P1P/Generic PLA-CF @BBL P1P.json" }, + { + "name": "Generic PLA-CF @BBL P2S", + "sub_path": "filament/Generic PLA-CF @BBL P2S.json" + }, + { + "name": "Numakers PLA+ @BBL A1", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1.json" + }, + { + "name": "Numakers PLA+ @BBL A1 0.2 nozzle", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1 0.2 nozzle.json" + }, + { + "name": "Numakers PLA+ @BBL A1M", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1M.json" + }, + { + "name": "Numakers PLA+ @BBL A1M 0.2 nozzle", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Numakers PLA+ @BBL P1P", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL P1P.json" + }, + { + "name": "Numakers PLA+ @BBL P1P 0.2 nozzle", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Numakers PLA+ @BBL X1", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1.json" + }, + { + "name": "Numakers PLA+ @BBL X1C", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1C.json" + }, + { + "name": "Numakers PLA+ @BBL X1C 0.2 nozzle", + "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1C 0.2 nozzle.json" + }, { "name": "Overture Matte PLA @BBL A1", "sub_path": "filament/Overture/Overture Matte PLA @BBL A1.json" @@ -4389,6 +5165,10 @@ "name": "Overture Matte PLA @BBL H2DP", "sub_path": "filament/Overture Matte PLA @BBL H2DP.json" }, + { + "name": "Overture Matte PLA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json" + }, { "name": "Overture Matte PLA @BBL H2S", "sub_path": "filament/Overture Matte PLA @BBL H2S.json" @@ -4433,6 +5213,10 @@ "name": "Overture PLA @BBL H2DP", "sub_path": "filament/Overture PLA @BBL H2DP.json" }, + { + "name": "Overture PLA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/Overture PLA @BBL H2DP 0.2 nozzle.json" + }, { "name": "Overture PLA @BBL H2S", "sub_path": "filament/Overture PLA @BBL H2S.json" @@ -4897,6 +5681,46 @@ "name": "Panchroma PLA Neon @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/Panchroma PLA Neon @BBL X1C 0.2 nozzle.json" }, + { + "name": "Panchroma PLA Satin @BBL A1", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL A1.json" + }, + { + "name": "Panchroma PLA Satin @BBL A1 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL A1 0.2 nozzle.json" + }, + { + "name": "Panchroma PLA Satin @BBL A1M", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL A1M.json" + }, + { + "name": "Panchroma PLA Satin @BBL A1M 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL A1M 0.2 nozzle.json" + }, + { + "name": "Panchroma PLA Satin @BBL P1P", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL P1P.json" + }, + { + "name": "Panchroma PLA Satin @BBL P1P 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL P1P 0.2 nozzle.json" + }, + { + "name": "Panchroma PLA Satin @BBL X1", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL X1.json" + }, + { + "name": "Panchroma PLA Satin @BBL X1 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL X1 0.2 nozzle.json" + }, + { + "name": "Panchroma PLA Satin @BBL X1C", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL X1C.json" + }, + { + "name": "Panchroma PLA Satin @BBL X1C 0.2 nozzle", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @BBL X1C 0.2 nozzle.json" + }, { "name": "Panchroma PLA Silk @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL A1.json" @@ -4933,46 +5757,6 @@ "name": "Panchroma PLA Silk @BBL X1C", "sub_path": "filament/Polymaker/Panchroma PLA Silk @BBL X1C.json" }, - { - "name": "Panchroma PLA Stain @BBL A1", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL A1.json" - }, - { - "name": "Panchroma PLA Stain @BBL A1 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL A1 0.2 nozzle.json" - }, - { - "name": "Panchroma PLA Stain @BBL A1M", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL A1M.json" - }, - { - "name": "Panchroma PLA Stain @BBL A1M 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Panchroma PLA Stain @BBL P1P", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL P1P.json" - }, - { - "name": "Panchroma PLA Stain @BBL P1P 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Panchroma PLA Stain @BBL X1", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL X1.json" - }, - { - "name": "Panchroma PLA Stain @BBL X1 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL X1 0.2 nozzle.json" - }, - { - "name": "Panchroma PLA Stain @BBL X1C", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL X1C.json" - }, - { - "name": "Panchroma PLA Stain @BBL X1C 0.2 nozzle", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @BBL X1C 0.2 nozzle.json" - }, { "name": "Panchroma PLA Starlight @BBL A1", "sub_path": "filament/Polymaker/Panchroma PLA Starlight @BBL A1.json" @@ -5161,6 +5945,10 @@ "name": "PolyLite PLA @BBL H2DP", "sub_path": "filament/PolyLite PLA @BBL H2DP.json" }, + { + "name": "PolyLite PLA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json" + }, { "name": "PolyLite PLA @BBL H2S", "sub_path": "filament/PolyLite PLA @BBL H2S.json" @@ -5249,6 +6037,10 @@ "name": "PolyTerra PLA @BBL H2DP", "sub_path": "filament/PolyTerra PLA @BBL H2DP.json" }, + { + "name": "PolyTerra PLA @BBL H2DP 0.2 nozzle", + "sub_path": "filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json" + }, { "name": "PolyTerra PLA @BBL H2S", "sub_path": "filament/PolyTerra PLA @BBL H2S.json" @@ -5613,6 +6405,10 @@ "name": "Generic PP @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PP @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PP @BBL P2S", + "sub_path": "filament/Generic PP @BBL P2S.json" + }, { "name": "Generic PP @BBL X1C", "sub_path": "filament/Generic PP @BBL X1C.json" @@ -5633,6 +6429,10 @@ "name": "Generic PP-CF @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PP-CF @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PP-CF @BBL P2S", + "sub_path": "filament/Generic PP-CF @BBL P2S.json" + }, { "name": "Generic PP-CF @BBL X1C", "sub_path": "filament/Generic PP-CF @BBL X1C.json" @@ -5653,6 +6453,10 @@ "name": "Generic PP-GF @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PP-GF @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PP-GF @BBL P2S", + "sub_path": "filament/Generic PP-GF @BBL P2S.json" + }, { "name": "Generic PP-GF @BBL X1C", "sub_path": "filament/Generic PP-GF @BBL X1C.json" @@ -5669,6 +6473,10 @@ "name": "Bambu PPA-CF @BBL H2S", "sub_path": "filament/Bambu PPA-CF @BBL H2S.json" }, + { + "name": "Bambu PPA-CF @BBL P2S", + "sub_path": "filament/Bambu PPA-CF @BBL P2S.json" + }, { "name": "Bambu PPA-CF @BBL X1C", "sub_path": "filament/Bambu PPA-CF @BBL X1C.json" @@ -5689,6 +6497,10 @@ "name": "Generic PPA-CF @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PPA-CF @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PPA-CF @BBL P2S", + "sub_path": "filament/Generic PPA-CF @BBL P2S.json" + }, { "name": "Generic PPA-CF @BBL X1C", "sub_path": "filament/Generic PPA-CF @BBL X1C.json" @@ -5709,6 +6521,10 @@ "name": "Generic PPA-GF @BBL H2S 0.4 nozzle", "sub_path": "filament/Generic PPA-GF @BBL H2S 0.4 nozzle.json" }, + { + "name": "Generic PPA-GF @BBL P2S", + "sub_path": "filament/Generic PPA-GF @BBL P2S.json" + }, { "name": "Generic PPA-GF @BBL X1C", "sub_path": "filament/Generic PPA-GF @BBL X1C.json" @@ -5801,6 +6617,10 @@ "name": "Bambu PVA @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PVA @BBL P1P 0.2 nozzle.json" }, + { + "name": "Bambu PVA @BBL P2S", + "sub_path": "filament/Bambu PVA @BBL P2S.json" + }, { "name": "Bambu PVA @BBL X1C", "sub_path": "filament/Bambu PVA @BBL X1C.json" @@ -5853,6 +6673,14 @@ "name": "Generic PVA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json" }, + { + "name": "Generic PVA @BBL P2S", + "sub_path": "filament/Generic PVA @BBL P2S.json" + }, + { + "name": "Generic PVA @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PVA @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic SBS", "sub_path": "filament/Generic SBS.json" @@ -5881,6 +6709,14 @@ "name": "Bambu TPU 85A @BBL P1P", "sub_path": "filament/Bambu TPU 85A @BBL P1P.json" }, + { + "name": "Bambu TPU 85A @BBL P2S", + "sub_path": "filament/Bambu TPU 85A @BBL P2S.json" + }, + { + "name": "Bambu TPU 85A @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu TPU 85A @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu TPU 85A @BBL X1C", "sub_path": "filament/Bambu TPU 85A @BBL X1C.json" @@ -5917,6 +6753,18 @@ "name": "Bambu TPU 90A @BBL P1P", "sub_path": "filament/Bambu TPU 90A @BBL P1P.json" }, + { + "name": "Bambu TPU 90A @BBL P2S", + "sub_path": "filament/Bambu TPU 90A @BBL P2S.json" + }, + { + "name": "Bambu TPU 90A @BBL P2S 0.6 nozzle", + "sub_path": "filament/Bambu TPU 90A @BBL P2S 0.6 nozzle.json" + }, + { + "name": "Bambu TPU 90A @BBL P2S 0.8 nozzle", + "sub_path": "filament/Bambu TPU 90A @BBL P2S 0.8 nozzle.json" + }, { "name": "Bambu TPU 90A @BBL X1C", "sub_path": "filament/Bambu TPU 90A @BBL X1C.json" @@ -5945,6 +6793,10 @@ "name": "Bambu TPU 95A @BBL P1P", "sub_path": "filament/P1P/Bambu TPU 95A @BBL P1P.json" }, + { + "name": "Bambu TPU 95A @BBL P2S", + "sub_path": "filament/Bambu TPU 95A @BBL P2S.json" + }, { "name": "Bambu TPU 95A @BBL X1", "sub_path": "filament/Bambu TPU 95A @BBL X1.json" @@ -5981,6 +6833,10 @@ "name": "Bambu TPU 95A HF @BBL P1S", "sub_path": "filament/Bambu TPU 95A HF @BBL P1S.json" }, + { + "name": "Bambu TPU 95A HF @BBL P2S", + "sub_path": "filament/Bambu TPU 95A HF @BBL P2S.json" + }, { "name": "Bambu TPU 95A HF @BBL X1", "sub_path": "filament/Bambu TPU 95A HF @BBL X1.json" @@ -6017,6 +6873,10 @@ "name": "Bambu TPU for AMS @BBL P1P", "sub_path": "filament/Bambu TPU for AMS @BBL P1P.json" }, + { + "name": "Bambu TPU for AMS @BBL P2S", + "sub_path": "filament/Bambu TPU for AMS @BBL P2S.json" + }, { "name": "Bambu TPU for AMS @BBL X1C", "sub_path": "filament/Bambu TPU for AMS @BBL X1C.json" @@ -6037,6 +6897,10 @@ "name": "Generic TPU @BBL P1P", "sub_path": "filament/P1P/Generic TPU @BBL P1P.json" }, + { + "name": "Generic TPU @BBL P2S", + "sub_path": "filament/Generic TPU @BBL P2S.json" + }, { "name": "Generic TPU for AMS @BBL A1", "sub_path": "filament/Generic TPU for AMS @BBL A1.json" @@ -6061,34 +6925,14 @@ "name": "Generic TPU for AMS @BBL P1P", "sub_path": "filament/Generic TPU for AMS @BBL P1P.json" }, + { + "name": "Generic TPU for AMS @BBL P2S", + "sub_path": "filament/Generic TPU for AMS @BBL P2S.json" + }, { "name": "Generic TPU for AMS @BBL X1C", "sub_path": "filament/Generic TPU for AMS @BBL X1C.json" }, - { - "name": "Bambu ABS @BBL H2DP", - "sub_path": "filament/Bambu ABS @BBL H2DP.json" - }, - { - "name": "Bambu ABS @BBL X1E", - "sub_path": "filament/Bambu ABS @BBL X1E.json" - }, - { - "name": "Bambu ABS @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL H2DP 0.2 nozzle.json" - }, - { - "name": "Bambu ABS @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu ABS @BBL H2DP 0.8 nozzle", - "sub_path": "filament/Bambu ABS @BBL H2DP 0.8 nozzle.json" - }, - { - "name": "Bambu ABS @BBL X1E 0.8 nozzle", - "sub_path": "filament/Bambu ABS @BBL X1E 0.8 nozzle.json" - }, { "name": "Generic ABS @BBL H2DP", "sub_path": "filament/Generic ABS @BBL H2DP.json" @@ -6109,42 +6953,10 @@ "name": "PolyLite ABS @BBL P1P 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json" }, - { - "name": "PolyLite ABS @BBL H2DP", - "sub_path": "filament/PolyLite ABS @BBL H2DP.json" - }, { "name": "PolyLite ABS @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json" }, - { - "name": "PolyLite ABS @BBL X1E", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E.json" - }, - { - "name": "Bambu ASA @BBL H2DP 0.6 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2DP 0.6 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1E", - "sub_path": "filament/Bambu ASA @BBL X1E.json" - }, - { - "name": "Bambu ASA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2DP 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu ASA @BBL H2DP 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL H2DP 0.4 nozzle.json" - }, - { - "name": "Bambu ASA @BBL X1E 0.4 nozzle", - "sub_path": "filament/Bambu ASA @BBL X1E 0.4 nozzle.json" - }, { "name": "Generic ASA @BBL H2DP", "sub_path": "filament/Generic ASA @BBL H2DP.json" @@ -6165,33 +6977,13 @@ "name": "PolyLite ASA @BBL P1P 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json" }, - { - "name": "PolyLite ASA @BBL H2DP", - "sub_path": "filament/PolyLite ASA @BBL H2DP.json" - }, { "name": "PolyLite ASA @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json" }, { - "name": "PolyLite ASA @BBL X1E", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E.json" - }, - { - "name": "Bambu PA-CF @BBL H2DP", - "sub_path": "filament/Bambu PA-CF @BBL H2DP.json" - }, - { - "name": "Bambu PA-CF @BBL X1E", - "sub_path": "filament/Bambu PA-CF @BBL X1E.json" - }, - { - "name": "Bambu Support G @BBL H2DP", - "sub_path": "filament/Bambu Support G @BBL H2DP.json" - }, - { - "name": "Bambu Support G @BBL X1E", - "sub_path": "filament/Bambu Support G @BBL X1E.json" + "name": "PolyLite ASA @BBL X1E 0.2 nozzle", + "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json" }, { "name": "Generic PA @BBL A1", @@ -6213,54 +7005,22 @@ "name": "Generic PA-CF @BBL X1E", "sub_path": "filament/Generic PA-CF @BBL X1E.json" }, - { - "name": "Bambu PC @BBL H2DP 0.4 nozzle", - "sub_path": "filament/Bambu PC @BBL H2DP 0.4 nozzle.json" - }, { "name": "Bambu PC @BBL P1S", "sub_path": "filament/Bambu PC @BBL P1S.json" }, - { - "name": "Bambu PC @BBL X1E", - "sub_path": "filament/Bambu PC @BBL X1E.json" - }, - { - "name": "Bambu PC @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL H2DP 0.2 nozzle.json" - }, { "name": "Bambu PC @BBL P1S 0.2 nozzle", "sub_path": "filament/Bambu PC @BBL P1S 0.2 nozzle.json" }, - { - "name": "Bambu PC @BBL X1E 0.2 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.2 nozzle.json" - }, - { - "name": "Bambu PC @BBL H2DP 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL H2DP 0.6 nozzle.json" - }, { "name": "Bambu PC @BBL P1S 0.6 nozzle", "sub_path": "filament/Bambu PC @BBL P1S 0.6 nozzle.json" }, - { - "name": "Bambu PC @BBL X1E 0.6 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.6 nozzle.json" - }, - { - "name": "Bambu PC @BBL H2DP 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL H2DP 0.8 nozzle.json" - }, { "name": "Bambu PC @BBL P1S 0.8 nozzle", "sub_path": "filament/Bambu PC @BBL P1S 0.8 nozzle.json" }, - { - "name": "Bambu PC @BBL X1E 0.8 nozzle", - "sub_path": "filament/Bambu PC @BBL X1E 0.8 nozzle.json" - }, { "name": "Generic PC @BBL H2DP", "sub_path": "filament/Generic PC @BBL H2DP.json" @@ -6269,6 +7029,10 @@ "name": "Generic PC @BBL P1S", "sub_path": "filament/Generic PC @BBL P1S.json" }, + { + "name": "Generic PC @BBL P2S", + "sub_path": "filament/Generic PC @BBL P2S.json" + }, { "name": "Generic PC @BBL X1E", "sub_path": "filament/Generic PC @BBL X1E.json" @@ -6281,38 +7045,18 @@ "name": "Generic PC @BBL P1S 0.2 nozzle", "sub_path": "filament/Generic PC @BBL P1S 0.2 nozzle.json" }, + { + "name": "Generic PC @BBL P2S 0.2 nozzle", + "sub_path": "filament/Generic PC @BBL P2S 0.2 nozzle.json" + }, { "name": "Generic PC @BBL X1E 0.2 nozzle", "sub_path": "filament/Generic PC @BBL X1E 0.2 nozzle.json" }, - { - "name": "Bambu PET-CF @BBL H2DP", - "sub_path": "filament/Bambu PET-CF @BBL H2DP.json" - }, - { - "name": "Bambu PET-CF @BBL X1E", - "sub_path": "filament/Bambu PET-CF @BBL X1E.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.4 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.2 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Bambu PETG Basic @BBL A1M 0.8 nozzle", - "sub_path": "filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json" - }, { "name": "Bambu PETG-CF @BBL A1M 0.4 nozzle", "sub_path": "filament/Bambu PETG-CF @BBL A1M 0.4 nozzle.json" }, - { - "name": "Generic PETG-CF @BBL A1M", - "sub_path": "filament/P1P/Generic PETG-CF @BBL A1M.json" - }, { "name": "PolyLite PETG @BBL A1M 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite PETG @BBL A1M 0.2 nozzle.json" @@ -6321,26 +7065,10 @@ "name": "PolyLite PETG @BBL P1P 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json" }, - { - "name": "PolyLite PETG @BBL H2DP 0.2 nozzle", - "sub_path": "filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json" - }, { "name": "PolyLite PETG @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json" }, - { - "name": "SUNLU PETG @BBL A1M 0.4 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M.json" - }, - { - "name": "SUNLU PETG @BBL A1M 0.2 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json" - }, - { - "name": "SUNLU PETG @BBL A1M 0.8 nozzle", - "sub_path": "filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json" - }, { "name": "Bambu PLA Glow @BBL P1P 0.2 nozzle", "sub_path": "filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json" @@ -6353,10 +7081,6 @@ "name": "Bambu PLA Glow @BBL X1C 0.2 nozzle", "sub_path": "filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json" }, - { - "name": "Bambu PLA Glow @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json" - }, { "name": "Bambu PLA Glow @BBL X1E 0.2 nozzle", "sub_path": "filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json" @@ -6369,10 +7093,6 @@ "name": "Generic PLA High Speed @BBL P1P 0.2 nozzle", "sub_path": "filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json" }, - { - "name": "Generic PLA High Speed @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json" - }, { "name": "Generic PLA High Speed @BBL X1C 0.2 nozzle", "sub_path": "filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json" @@ -6385,10 +7105,6 @@ "name": "Overture Matte PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json" }, - { - "name": "Overture Matte PLA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json" - }, { "name": "Overture Matte PLA @BBL X1C 0.2 nozzle", "sub_path": "filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json" @@ -6401,18 +7117,10 @@ "name": "Overture PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json" }, - { - "name": "Overture PLA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/Overture PLA @BBL H2DP 0.2 nozzle.json" - }, { "name": "Overture PLA @BBL X1C 0.2 nozzle", "sub_path": "filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json" }, - { - "name": "PolyLite PLA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json" - }, { "name": "PolyLite PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json" @@ -6421,10 +7129,6 @@ "name": "PolyLite PLA @BBL X1C 0.2 nozzle", "sub_path": "filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json" }, - { - "name": "PolyTerra PLA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json" - }, { "name": "PolyTerra PLA @BBL P1P 0.2 nozzle", "sub_path": "filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json" @@ -6445,22 +7149,6 @@ "name": "Generic TPU @BBL H2S", "sub_path": "filament/Generic TPU @BBL H2S.json" }, - { - "name": "PolyLite ABS @BBL H2DP 0.2 nozzle", - "sub_path": "filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json" - }, - { - "name": "PolyLite ABS @BBL X1E 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL H2DP 0.2 nozzle", - "sub_path": "filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json" - }, - { - "name": "PolyLite ASA @BBL X1E 0.2 nozzle", - "sub_path": "filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json" - }, { "name": "AliZ PA-CF @P1-X1", "sub_path": "filament/AliZ/AliZ PA-CF @P1-X1.json" @@ -7013,46 +7701,6 @@ "name": "Overture TPU @BBL X1C 0.2 nozzle", "sub_path": "filament/Overture/Overture TPU @BBL X1C 0.2 nozzle.json" }, - { - "name": "Numakers PLA+ @base", - "sub_path": "filament/Numakers/Numakers PLA+ @base.json" - }, - { - "name": "Numakers PLA+ @BBL A1", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1.json" - }, - { - "name": "Numakers PLA+ @BBL A1 0.2 nozzle", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1 0.2 nozzle.json" - }, - { - "name": "Numakers PLA+ @BBL A1M", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1M.json" - }, - { - "name": "Numakers PLA+ @BBL A1M 0.2 nozzle", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL A1M 0.2 nozzle.json" - }, - { - "name": "Numakers PLA+ @BBL P1P", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL P1P.json" - }, - { - "name": "Numakers PLA+ @BBL P1P 0.2 nozzle", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL P1P 0.2 nozzle.json" - }, - { - "name": "Numakers PLA+ @BBL X1", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1.json" - }, - { - "name": "Numakers PLA+ @BBL X1C", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1C.json" - }, - { - "name": "Numakers PLA+ @BBL X1C 0.2 nozzle", - "sub_path": "filament/Numakers/Numakers PLA+ @BBL X1C 0.2 nozzle.json" - }, { "name": "fdm_filament_dual_common", "sub_path": "filament/fdm_filament_dual_common.json" @@ -7091,6 +7739,10 @@ "name": "Bambu Lab P1S 0.4 nozzle", "sub_path": "machine/Bambu Lab P1S 0.4 nozzle.json" }, + { + "name": "Bambu Lab P2S 0.4 nozzle", + "sub_path": "machine/Bambu Lab P2S 0.4 nozzle.json" + }, { "name": "Bambu Lab X1 0.4 nozzle", "sub_path": "machine/Bambu Lab X1 0.4 nozzle.json" @@ -7171,6 +7823,18 @@ "name": "Bambu Lab P1S 0.8 nozzle", "sub_path": "machine/Bambu Lab P1S 0.8 nozzle.json" }, + { + "name": "Bambu Lab P2S 0.2 nozzle", + "sub_path": "machine/Bambu Lab P2S 0.2 nozzle.json" + }, + { + "name": "Bambu Lab P2S 0.6 nozzle", + "sub_path": "machine/Bambu Lab P2S 0.6 nozzle.json" + }, + { + "name": "Bambu Lab P2S 0.8 nozzle", + "sub_path": "machine/Bambu Lab P2S 0.8 nozzle.json" + }, { "name": "Bambu Lab X1 0.2 nozzle", "sub_path": "machine/Bambu Lab X1 0.2 nozzle.json" diff --git a/resources/profiles/BBL/Bambu Lab P2S_cover.png b/resources/profiles/BBL/Bambu Lab P2S_cover.png new file mode 100644 index 0000000000..30982b863a Binary files /dev/null and b/resources/profiles/BBL/Bambu Lab P2S_cover.png differ diff --git a/resources/profiles/BBL/cli_config.json b/resources/profiles/BBL/cli_config.json index 84a77b8785..f42c51620e 100644 --- a/resources/profiles/BBL/cli_config.json +++ b/resources/profiles/BBL/cli_config.json @@ -28,7 +28,8 @@ "Bambu Lab A1 mini 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab A1 0.4 nozzle": [ "Bambu Lab P1S 0.4 nozzle", @@ -39,7 +40,8 @@ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab A1 0.6 nozzle": [ "Bambu Lab P1S 0.6 nozzle", @@ -50,7 +52,8 @@ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab A1 0.8 nozzle": [ "Bambu Lab P1S 0.8 nozzle", @@ -61,7 +64,8 @@ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -92,7 +96,8 @@ "Bambu Lab X1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab A1 mini 0.4 nozzle": [ "Bambu Lab P1S 0.4 nozzle", @@ -102,7 +107,8 @@ "Bambu Lab X1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab A1 mini 0.6 nozzle": [ "Bambu Lab P1S 0.6 nozzle", @@ -112,7 +118,8 @@ "Bambu Lab X1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab A1 mini 0.8 nozzle": [ "Bambu Lab P1S 0.8 nozzle", @@ -122,7 +129,8 @@ "Bambu Lab X1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -133,28 +141,32 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab X1 0.4 nozzle": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab X1 0.6 nozzle": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab X1 0.8 nozzle": [ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -165,28 +177,32 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab X1 Carbon 0.4 nozzle": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab X1 Carbon 0.6 nozzle": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab X1 Carbon 0.8 nozzle": [ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -197,28 +213,32 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab X1E 0.4 nozzle": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab X1E 0.6 nozzle": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab X1E 0.8 nozzle": [ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -229,28 +249,32 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab P1P 0.4 nozzle": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab P1P 0.6 nozzle": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab P1P 0.8 nozzle": [ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -261,28 +285,32 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab P1S 0.4 nozzle": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab P1S 0.6 nozzle": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab P1S 0.8 nozzle": [ "Bambu Lab A1 mini 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -296,7 +324,8 @@ "Bambu Lab X1 0.2 nozzle", "Bambu Lab A1 0.2 nozzle", "Bambu Lab A1 mini 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab H2D 0.4 nozzle": [ "Bambu Lab P1S 0.4 nozzle", @@ -306,7 +335,8 @@ "Bambu Lab X1 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab A1 mini 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab H2D 0.6 nozzle": [ "Bambu Lab P1S 0.6 nozzle", @@ -316,7 +346,8 @@ "Bambu Lab X1 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab A1 mini 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab H2D 0.8 nozzle": [ "Bambu Lab P1S 0.8 nozzle", @@ -326,7 +357,8 @@ "Bambu Lab X1 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab A1 mini 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -340,7 +372,8 @@ "Bambu Lab X1 0.2 nozzle", "Bambu Lab A1 0.2 nozzle", "Bambu Lab A1 mini 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab H2D Pro 0.4 nozzle": [ "Bambu Lab P1S 0.4 nozzle", @@ -350,7 +383,8 @@ "Bambu Lab X1 0.4 nozzle", "Bambu Lab A1 0.4 nozzle", "Bambu Lab A1 mini 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab H2D Pro 0.6 nozzle": [ "Bambu Lab P1S 0.6 nozzle", @@ -360,7 +394,8 @@ "Bambu Lab X1 0.6 nozzle", "Bambu Lab A1 0.6 nozzle", "Bambu Lab A1 mini 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab H2D Pro 0.8 nozzle": [ "Bambu Lab P1S 0.8 nozzle", @@ -370,7 +405,8 @@ "Bambu Lab X1 0.8 nozzle", "Bambu Lab A1 0.8 nozzle", "Bambu Lab A1 mini 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } }, @@ -385,7 +421,8 @@ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", "Bambu Lab X1 Carbon 0.2 nozzle", - "Bambu Lab X1E 0.2 nozzle" + "Bambu Lab X1E 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], "Bambu Lab H2S 0.4 nozzle": [ "Bambu Lab A1 0.4 nozzle", @@ -396,7 +433,8 @@ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle", - "Bambu Lab X1E 0.4 nozzle" + "Bambu Lab X1E 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], "Bambu Lab H2S 0.6 nozzle": [ "Bambu Lab A1 0.6 nozzle", @@ -407,7 +445,8 @@ "Bambu Lab P1S 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", - "Bambu Lab X1E 0.6 nozzle" + "Bambu Lab X1E 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], "Bambu Lab H2S 0.8 nozzle": [ "Bambu Lab A1 0.8 nozzle", @@ -418,6 +457,59 @@ "Bambu Lab P1S 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", + "Bambu Lab X1E 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ] + } + }, + "Bambu Lab P2S": { + "downward_check": { + "Bambu Lab P2S 0.2 nozzle": [ + "Bambu Lab A1 0.2 nozzle", + "Bambu Lab A1 mini 0.2 nozzle", + "Bambu Lab H2D 0.2 nozzle", + "Bambu Lab H2D Pro 0.2 nozzle", + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P1P 0.2 nozzle", + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle", + "Bambu Lab X1 Carbon 0.2 nozzle", + "Bambu Lab X1E 0.2 nozzle" + ], + "Bambu Lab P2S 0.4 nozzle": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab A1 mini 0.4 nozzle", + "Bambu Lab H2D 0.4 nozzle", + "Bambu Lab H2D Pro 0.4 nozzle", + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle", + "Bambu Lab X1E 0.4 nozzle" + ], + "Bambu Lab P2S 0.6 nozzle": [ + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab A1 mini 0.6 nozzle", + "Bambu Lab H2D 0.6 nozzle", + "Bambu Lab H2D Pro 0.6 nozzle", + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle", + "Bambu Lab X1E 0.6 nozzle" + ], + "Bambu Lab P2S 0.8 nozzle": [ + "Bambu Lab A1 0.8 nozzle", + "Bambu Lab A1 mini 0.8 nozzle", + "Bambu Lab H2D 0.8 nozzle", + "Bambu Lab H2D Pro 0.8 nozzle", + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P1P 0.8 nozzle", + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab X1 0.8 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1E 0.8 nozzle" ] } diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL H2D.json b/resources/profiles/BBL/filament/Bambu ABS @BBL H2D.json index 93aea03abb..986e211bd9 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL H2D.json @@ -33,7 +33,7 @@ ], "filament_max_volumetric_speed": [ "20", - "30" + "35" ], "filament_ramming_volumetric_speed": [ "-1", diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.2 nozzle.json index cc3b991ced..544f239f71 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu ABS @BBL H2DP 0.2 nozzle", - "inherits": "Bambu ABS @BBL X1C 0.2 nozzle", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_17", "instantiation": "true", "chamber_temperatures": [ "65" ], + "fan_max_speed": [ + "60" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.8 nozzle.json index 84a185eb10..3d54de0990 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu ABS @BBL H2DP 0.8 nozzle", - "inherits": "Bambu ABS @BBL X1C 0.8 nozzle", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_18", "instantiation": "true", "chamber_temperatures": [ "65" ], + "fan_max_speed": [ + "60" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,8 +115,8 @@ "10", "10" ], - "slow_down_min_speed": [ - "20" + "slow_down_layer_time": [ + "12" ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP.json index d2c64271ab..7bd4573d7e 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL H2DP.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu ABS @BBL H2DP", - "inherits": "Bambu ABS @BBL X1C", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_16", "instantiation": "true", "chamber_temperatures": [ "65" ], + "fan_max_speed": [ + "60" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..ad72815fca --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.2 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu ABS @BBL P2S 0.2 nozzle", + "inherits": "Bambu ABS @base", + "from": "system", + "setting_id": "GFSB00_14", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "fan_min_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..fb74f00f3e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.6 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu ABS @BBL P2S 0.6 nozzle", + "inherits": "Bambu ABS @base", + "from": "system", + "setting_id": "GFSB00_36", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..b6c51bebc2 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S 0.8 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu ABS @BBL P2S 0.8 nozzle", + "inherits": "Bambu ABS @base", + "from": "system", + "setting_id": "GFSB00_15", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL P2S.json b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S.json new file mode 100644 index 0000000000..90440fc549 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu ABS @BBL P2S", + "inherits": "Bambu ABS @base", + "from": "system", + "setting_id": "GFSB00_10", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "25" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.2 nozzle.json index ae2331a947..406a057a11 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.2 nozzle.json @@ -9,17 +9,116 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.8 nozzle.json index fa8c04cf9f..561e68be9c 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C 0.8 nozzle.json @@ -9,23 +9,119 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "18", "18" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], "slow_down_min_speed": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C.json index cef6534784..0bb78c5a4b 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1C.json @@ -9,17 +9,116 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "16", "16" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.2 nozzle.json index 97c7af9a10..b54d3f9e7b 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.2 nozzle.json @@ -1,10 +1,124 @@ { "type": "filament", "name": "Bambu ABS @BBL X1E 0.2 nozzle", - "inherits": "Bambu ABS @BBL X1C 0.2 nozzle", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_05", "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.8 nozzle.json index 6f5d353ded..13da2ab01a 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E 0.8 nozzle.json @@ -1,10 +1,127 @@ { "type": "filament", "name": "Bambu ABS @BBL X1E 0.8 nozzle", - "inherits": "Bambu ABS @BBL X1C 0.8 nozzle", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_06", "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "slow_down_min_speed": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.8 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E.json b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E.json index e281fa4032..03fb607280 100644 --- a/resources/profiles/BBL/filament/Bambu ABS @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu ABS @BBL X1E.json @@ -1,10 +1,124 @@ { "type": "filament", "name": "Bambu ABS @BBL X1E", - "inherits": "Bambu ABS @BBL X1C", + "inherits": "Bambu ABS @base", "from": "system", "setting_id": "GFSB00_04", "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P1P.json b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P1P.json index 8a51aedb7e..e563058ee8 100644 --- a/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P1P.json @@ -6,11 +6,113 @@ "setting_id": "GFSB50_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P2S.json new file mode 100644 index 0000000000..c278640f05 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu ABS-GF @BBL P2S", + "inherits": "Bambu ABS-GF @base", + "from": "system", + "setting_id": "GFSB50_04", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ABS-GF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL X1C.json index 173f63007d..c9fb9dc963 100644 --- a/resources/profiles/BBL/filament/Bambu ABS-GF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu ABS-GF @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSB50_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL H2D 0.4 nozzle.json index dfbf760c23..3794a82dd9 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL H2D 0.4 nozzle.json @@ -39,7 +39,7 @@ ], "filament_max_volumetric_speed": [ "20", - "30" + "35" ], "filament_ramming_volumetric_speed": [ "-1", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.2 nozzle.json index 419e6b610e..66c064b880 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "Bambu ASA @BBL H2DP 0.2 nozzle", - "inherits": "Bambu ASA @BBL X1C 0.2 nozzle", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_18", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.4 nozzle.json index 26de44e9b6..ac5e9c2041 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.4 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "Bambu ASA @BBL H2DP 0.4 nozzle", - "inherits": "Bambu ASA @BBL X1C 0.4 nozzle", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_19", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.6 nozzle.json index 85dedc862d..290b352c88 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL H2DP 0.6 nozzle.json @@ -1,16 +1,13 @@ { "type": "filament", "name": "Bambu ASA @BBL H2DP 0.6 nozzle", - "inherits": "Bambu ASA @BBL X1C", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_17", "instantiation": "true", "chamber_temperatures": [ "65" ], - "fan_min_speed": [ - "10" - ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..d3d4f9e022 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.2 nozzle.json @@ -0,0 +1,192 @@ +{ + "type": "filament", + "name": "Bambu ASA @BBL P2S 0.2 nozzle", + "inherits": "Bambu ASA @base", + "from": "system", + "setting_id": "GFSB01_15", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..39fcf0b23a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.4 nozzle.json @@ -0,0 +1,186 @@ +{ + "type": "filament", + "name": "Bambu ASA @BBL P2S 0.4 nozzle", + "inherits": "Bambu ASA @base", + "from": "system", + "setting_id": "GFSB01_16", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "25" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..ba27c6adb5 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.6 nozzle.json @@ -0,0 +1,189 @@ +{ + "type": "filament", + "name": "Bambu ASA @BBL P2S 0.6 nozzle", + "inherits": "Bambu ASA @base", + "from": "system", + "setting_id": "GFSB01_14", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "65" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_min_speed": [ + "25" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..80df7d13a4 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL P2S 0.8 nozzle.json @@ -0,0 +1,186 @@ +{ + "type": "filament", + "name": "Bambu ASA @BBL P2S 0.8 nozzle", + "inherits": "Bambu ASA @base", + "from": "system", + "setting_id": "GFSB01_32", + "instantiation": "true", + "chamber_temperatures": [ + "65" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "fan_min_speed": [ + "25" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.2 nozzle.json index 628864de14..3deb3e7c50 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.2 nozzle.json @@ -5,32 +5,113 @@ "from": "system", "setting_id": "GFSB01_03", "instantiation": "true", - "eng_plate_temp": [ - "100" - ], - "eng_plate_temp_initial_layer": [ - "100" - ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], - "hot_plate_temp": [ - "100" + "filament_flow_ratio": [ + "0.95", + "0.95" ], - "hot_plate_temp_initial_layer": [ - "100" + "filament_deretraction_speed": [ + "nil", + "nil" ], - "textured_plate_temp": [ - "100" + "filament_flush_temp": [ + "0", + "0" ], - "textured_plate_temp_initial_layer": [ - "100" + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" ], "compatible_printers": [ "Bambu Lab X1 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.6 nozzle.json index d123c14f12..6ad9472699 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1 0.6 nozzle.json @@ -5,36 +5,120 @@ "from": "system", "setting_id": "GFSB01_04", "instantiation": "true", - "eng_plate_temp": [ - "100" - ], - "eng_plate_temp_initial_layer": [ - "100" - ], "fan_min_speed": [ "25" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_retraction_speed": [ + "0.4", "0.4" ], - "hot_plate_temp": [ - "100" + "filament_flow_ratio": [ + "0.95", + "0.95" ], - "hot_plate_temp_initial_layer": [ - "100" + "filament_max_volumetric_speed": [ + "18", + "18" ], - "textured_plate_temp": [ - "100" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" ], "textured_plate_temp_initial_layer": [ "V" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.6 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.2 nozzle.json index 5264f9d6de..b5ff71c37d 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSB01_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab P1S 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.4 nozzle.json index 6a8a891f25..579b8dc9f5 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C 0.4 nozzle.json @@ -9,11 +9,113 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab P1S 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C.json index db44041c73..a5e1b309d5 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1C.json @@ -9,11 +9,113 @@ "25" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.2 nozzle.json index a2a1ee66dd..b9b88dc731 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.2 nozzle.json @@ -1,10 +1,118 @@ { "type": "filament", "name": "Bambu ASA @BBL X1E 0.2 nozzle", - "inherits": "Bambu ASA @BBL X1C 0.2 nozzle", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_06", "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.4 nozzle.json index 795272b92d..f14cdf1a82 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E 0.4 nozzle.json @@ -1,13 +1,118 @@ { "type": "filament", "name": "Bambu ASA @BBL X1E 0.4 nozzle", - "inherits": "Bambu ASA @BBL X1C 0.4 nozzle", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_07", "instantiation": "true", - "chamber_temperatures": [ + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", "0" ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E.json b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E.json index 9d15dcb1c2..422999eb3b 100644 --- a/resources/profiles/BBL/filament/Bambu ASA @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu ASA @BBL X1E.json @@ -1,10 +1,121 @@ { "type": "filament", "name": "Bambu ASA @BBL X1E", - "inherits": "Bambu ASA @BBL X1C", + "inherits": "Bambu ASA @base", "from": "system", "setting_id": "GFSB01_05", "instantiation": "true", + "fan_min_speed": [ + "25" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P1P.json b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P1P.json index 03be549c97..66c3e6795e 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB02_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.52", + "0.52" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_retraction_length": [ + "1.5", + "1.5" + ], + "filament_wipe_distance": [ + "5", + "5" + ], + "filament_z_hop_types": [ + "Normal Lift", + "Normal Lift" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P2S.json b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P2S.json new file mode 100644 index 0000000000..6a3f8651d0 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu ASA-Aero @BBL P2S", + "inherits": "Bambu ASA-Aero @base", + "from": "system", + "setting_id": "GFSB02_04", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.52", + "0.52" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1.5", + "1.5" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "5", + "5" + ], + "filament_z_hop": [ + "0", + "0" + ], + "filament_z_hop_types": [ + "Normal Lift", + "Normal Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL X1C.json b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL X1C.json index 2a0eaaa792..208623713f 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu ASA-Aero @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB02_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.52", + "0.52" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_retraction_length": [ + "1.5", + "1.5" + ], + "filament_wipe_distance": [ + "5", + "5" + ], + "filament_z_hop_types": [ + "Normal Lift", + "Normal Lift" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json index 037afb066b..c0b3be7005 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2D 0.4 nozzle.json @@ -8,6 +8,9 @@ "chamber_temperatures": [ "60" ], + "eng_plate_temp": [ + "90" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2DP 0.4 nozzle.json index dea9e307ac..526e8e3a10 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL H2DP 0.4 nozzle.json @@ -8,6 +8,9 @@ "chamber_temperatures": [ "60" ], + "eng_plate_temp": [ + "90" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json index 0d038bb515..17a1b80a81 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P 0.6 nozzle.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB51_03", "instantiation": "true", + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P.json index 7c19ff9806..873c18bdaa 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB51_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..475cf64645 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.4 nozzle.json @@ -0,0 +1,186 @@ +{ + "type": "filament", + "name": "Bambu ASA-CF @BBL P2S 0.4 nozzle", + "inherits": "Bambu ASA-CF @base", + "from": "system", + "setting_id": "GFSB51_08", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..e53253cb73 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL P2S 0.6 nozzle.json @@ -0,0 +1,187 @@ +{ + "type": "filament", + "name": "Bambu ASA-CF @BBL P2S 0.6 nozzle", + "inherits": "Bambu ASA-CF @base", + "from": "system", + "setting_id": "GFSB51_09", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json index 44c110b635..7ac1998ce6 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C 0.6 nozzle.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB51_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C.json index a65d70b6f3..73d8703631 100644 --- a/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu ASA-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB51_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.9", + "0.9" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA-CF @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PA-CF @BBL H2DP.json index 730e52e167..8b7328b0af 100644 --- a/resources/profiles/BBL/filament/Bambu PA-CF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PA-CF @BBL H2DP.json @@ -1,22 +1,13 @@ { "type": "filament", "name": "Bambu PA-CF @BBL H2DP", - "inherits": "Bambu PA-CF @BBL X1C", + "inherits": "Bambu PA-CF @base", "from": "system", "setting_id": "GFSN03_04", "instantiation": "true", "chamber_temperatures": [ "60" ], - "fan_cooling_layer_time": [ - "4" - ], - "fan_max_speed": [ - "60" - ], - "fan_min_speed": [ - "0" - ], "filament_deretraction_speed": [ "nil", "nil" @@ -89,9 +80,6 @@ "nil", "nil" ], - "full_fan_speed_layer": [ - "0" - ], "filament_extruder_variant": [ "Direct Drive Standard", "Direct Drive High Flow" diff --git a/resources/profiles/BBL/filament/Bambu PA-CF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PA-CF @BBL P2S.json new file mode 100644 index 0000000000..5697b8341a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PA-CF @BBL P2S.json @@ -0,0 +1,182 @@ +{ + "type": "filament", + "name": "Bambu PA-CF @BBL P2S", + "inherits": "Bambu PA-CF @base", + "from": "system", + "setting_id": "GFSN03_03", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "fan_cooling_layer_time": [ + "5" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "full_fan_speed_layer": [ + "2" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1C.json index 710f09ad56..ba628e6fdc 100644 --- a/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1C.json @@ -17,12 +17,114 @@ "full_fan_speed_layer": [ "2" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_initial_layer": [ + "290", "290" ], "nozzle_temperature": [ + "290", "290" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1E.json index 56aecc4f50..51ad46f79a 100644 --- a/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PA-CF @BBL X1E.json @@ -1,13 +1,133 @@ { "type": "filament", "name": "Bambu PA-CF @BBL X1E", - "inherits": "Bambu PA-CF @BBL X1C", + "inherits": "Bambu PA-CF @base", "from": "system", "setting_id": "GFSN03_00", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_cooling_layer_time": [ + "5" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "full_fan_speed_layer": [ + "2" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA6-CF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL P2S.json new file mode 100644 index 0000000000..8ee612c814 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu PA6-CF @BBL P2S", + "inherits": "Bambu PA6-CF @base", + "from": "system", + "setting_id": "GFSN05_05", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json index 3d81a495a1..1acbc430b5 100644 --- a/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSN05_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1E.json index 98cd1f7621..f1e63a2732 100644 --- a/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PA6-CF @BBL X1E.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "275", + "275" + ], + "nozzle_temperature_initial_layer": [ + "275", + "275" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P1P.json index d0ff9e318a..68b3e7fab7 100644 --- a/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P1P.json @@ -6,14 +6,113 @@ "setting_id": "GFSN08_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "10.5", "10.5" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "265", "265" ], "nozzle_temperature_initial_layer": [ + "265", "265" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P2S.json new file mode 100644 index 0000000000..8645dfc80b --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu PA6-GF @BBL P2S", + "inherits": "Bambu PA6-GF @base", + "from": "system", + "setting_id": "GFSN08_04", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "10.5", + "10.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "265", + "265" + ], + "nozzle_temperature_initial_layer": [ + "265", + "265" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PA6-GF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL X1C.json index cf166026aa..818d7f001f 100644 --- a/resources/profiles/BBL/filament/Bambu PA6-GF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PA6-GF @BBL X1C.json @@ -9,14 +9,113 @@ "60" ], "filament_max_volumetric_speed": [ + "10.5", "10.5" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "265", "265" ], "nozzle_temperature_initial_layer": [ + "265", "265" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL P2S.json new file mode 100644 index 0000000000..5a45eee506 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu PAHT-CF @BBL P2S", + "inherits": "Bambu PAHT-CF @base", + "from": "system", + "setting_id": "GFSN04_02", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json index 8e02c61fdb..e017179ba0 100644 --- a/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PAHT-CF @BBL X1C.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL H2D 0.4 nozzle.json index 23457e86f8..bc6eee025a 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL H2D 0.4 nozzle.json @@ -33,7 +33,7 @@ ], "filament_max_volumetric_speed": [ "20", - "30" + "35" ], "filament_ramming_volumetric_speed": [ "-1", diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.2 nozzle.json index 401063d356..3fcaf084aa 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.2 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu PC @BBL H2DP 0.2 nozzle", - "inherits": "Bambu PC @BBL X1C 0.2 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_28", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.4 nozzle.json index 87aa2ecc03..7a78cf1d4a 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.4 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu PC @BBL H2DP 0.4 nozzle", - "inherits": "Bambu PC @BBL X1C", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_27", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.6 nozzle.json index ad977f807e..e1bf9a2523 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.6 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu PC @BBL H2DP 0.6 nozzle", - "inherits": "Bambu PC @BBL X1C 0.6 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_30", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.8 nozzle.json index 6c996e71e2..f022d4a9f5 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL H2DP 0.8 nozzle.json @@ -1,13 +1,16 @@ { "type": "filament", "name": "Bambu PC @BBL H2DP 0.8 nozzle", - "inherits": "Bambu PC @BBL X1C 0.8 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_29", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -112,6 +115,9 @@ "10", "10" ], + "slow_down_layer_time": [ + "12" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..c5f0ca0f96 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.4 nozzle.json @@ -0,0 +1,189 @@ +{ + "type": "filament", + "name": "Bambu PC @BBL P2S 0.4 nozzle", + "inherits": "Bambu PC @base", + "from": "system", + "setting_id": "GFSC00_20", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "30" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..090a22876c --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.6 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "filament", + "name": "Bambu PC @BBL P2S 0.6 nozzle", + "inherits": "Bambu PC @base", + "from": "system", + "setting_id": "GFSC00_26", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "40", + "40" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..97127bd9cc --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC @BBL P2S 0.8 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "filament", + "name": "Bambu PC @BBL P2S 0.8 nozzle", + "inherits": "Bambu PC @base", + "from": "system", + "setting_id": "GFSC00_25", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.2 nozzle.json index fd33b77786..863edab186 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.2 nozzle.json @@ -9,14 +9,116 @@ "40" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.6 nozzle.json index ec8d95d22f..4c359c3a56 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.6 nozzle.json @@ -8,12 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.8 nozzle.json index 6cd58cc061..24532385a0 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1C 0.8 nozzle.json @@ -8,12 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1C.json index cccf6aad59..301718ffa2 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1C.json @@ -8,9 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.2 nozzle.json index a89ee103c4..64cfe8a00d 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.2 nozzle.json @@ -1,13 +1,127 @@ { "type": "filament", "name": "Bambu PC @BBL X1E 0.2 nozzle", - "inherits": "Bambu PC @BBL X1C 0.2 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_09", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.6 nozzle.json index 3464603199..7e78174bbc 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.6 nozzle.json @@ -1,13 +1,127 @@ { "type": "filament", "name": "Bambu PC @BBL X1E 0.6 nozzle", - "inherits": "Bambu PC @BBL X1C 0.6 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_10", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.8 nozzle.json index 1930bde03d..18d52f1f9d 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1E 0.8 nozzle.json @@ -1,13 +1,127 @@ { "type": "filament", "name": "Bambu PC @BBL X1E 0.8 nozzle", - "inherits": "Bambu PC @BBL X1C 0.8 nozzle", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_11", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.8 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PC @BBL X1E.json index 75cdf76d8e..76322acdb5 100644 --- a/resources/profiles/BBL/filament/Bambu PC @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PC @BBL X1E.json @@ -1,13 +1,127 @@ { "type": "filament", "name": "Bambu PC @BBL X1E", - "inherits": "Bambu PC @BBL X1C", + "inherits": "Bambu PC @base", "from": "system", "setting_id": "GFSC00_12", "instantiation": "true", "chamber_temperatures": [ "60" ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P 0.2 nozzle.json index ab18865a0f..51a9512bf4 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P 0.2 nozzle.json @@ -15,20 +15,118 @@ "20" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -38,6 +136,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P.json index f5744a0507..14ef739536 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1P.json @@ -14,15 +14,119 @@ "fan_max_speed": [ "20" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -32,6 +136,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.2 nozzle.json index 10dc4dcb55..5b5b95db97 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.2 nozzle.json @@ -15,17 +15,115 @@ "40" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -35,6 +133,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.6 nozzle.json index 318e4ee779..fdaae19498 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.6 nozzle.json @@ -14,15 +14,116 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -32,6 +133,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.6 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.8 nozzle.json index a5de6cea20..0aad426b59 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S 0.8 nozzle.json @@ -14,15 +14,116 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -32,6 +133,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.8 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S.json index fb6e060962..1a02151017 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P1S.json @@ -14,12 +14,116 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -29,6 +133,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..d691f466b3 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.4 nozzle.json @@ -0,0 +1,189 @@ +{ + "type": "filament", + "name": "Bambu PC FR @BBL P2S 0.4 nozzle", + "inherits": "Bambu PC FR @base", + "from": "system", + "setting_id": "GFSC01_20", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..ceb5af913e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.6 nozzle.json @@ -0,0 +1,189 @@ +{ + "type": "filament", + "name": "Bambu PC FR @BBL P2S 0.6 nozzle", + "inherits": "Bambu PC FR @base", + "from": "system", + "setting_id": "GFSC01_22", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..5c86eff60b --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL P2S 0.8 nozzle.json @@ -0,0 +1,189 @@ +{ + "type": "filament", + "name": "Bambu PC FR @BBL P2S 0.8 nozzle", + "inherits": "Bambu PC FR @base", + "from": "system", + "setting_id": "GFSC01_23", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "fan_max_speed": [ + "40" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.2 nozzle.json index 4f5e8a2e0f..38520c781f 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.2 nozzle.json @@ -9,14 +9,116 @@ "40" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.6 nozzle.json index 121a57d4e1..b1c4fe08f1 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.6 nozzle.json @@ -8,12 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.8 nozzle.json index fed767626f..9ca2345b4f 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C 0.8 nozzle.json @@ -8,12 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C.json index a9aa12ebcb..fa021aa4f1 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1C.json @@ -8,9 +8,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.2 nozzle.json index 56002eb218..2533df69b5 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.2 nozzle.json @@ -12,14 +12,116 @@ "40" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.6 nozzle.json index 9eea3696f2..6bc286b106 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.6 nozzle.json @@ -11,12 +11,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.8 nozzle.json index 65ac493b44..f0a30f94a5 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E 0.8 nozzle.json @@ -11,12 +11,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.8 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E.json index ab4e7f4d35..a9d81d5eda 100644 --- a/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PC FR @BBL X1E.json @@ -11,9 +11,117 @@ "fan_max_speed": [ "40" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2D.json index eee37e3543..b354d8e8f8 100644 --- a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2D.json @@ -14,6 +14,12 @@ "counter_coef_3": [ "-0.052" ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2DP.json index acfb217aba..679beccc08 100644 --- a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2DP.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "Bambu PET-CF @BBL H2DP", - "inherits": "Bambu PET-CF @BBL X1C", + "inherits": "Bambu PET-CF @base", "from": "system", "setting_id": "GFST01_05", "instantiation": "true", @@ -14,6 +14,12 @@ "counter_coef_3": [ "-0.052" ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -126,16 +132,10 @@ "270", "270" ], - "reduce_fan_stop_start_freq": [ - "1" - ], "retraction_distances_when_ec": [ "10", "10" ], - "slow_down_min_speed": [ - "10" - ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2S.json index a95829387a..e3d9b0513a 100644 --- a/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL H2S.json @@ -8,6 +8,12 @@ "chamber_temperatures": [ "60" ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL P2S.json new file mode 100644 index 0000000000..72e9dd78a7 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL P2S.json @@ -0,0 +1,179 @@ +{ + "type": "filament", + "name": "Bambu PET-CF @BBL P2S", + "inherits": "Bambu PET-CF @base", + "from": "system", + "setting_id": "GFST01_03", + "instantiation": "true", + "chamber_temperatures": [ + "50" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_min_speed": [ + "20" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1C.json index 09f2147d66..d7419e29f8 100644 --- a/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1C.json @@ -5,12 +5,120 @@ "from": "system", "setting_id": "GFST01", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_min_speed": [ "20" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1E.json index 44be4cef2c..18ee4da69a 100644 --- a/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PET-CF @BBL X1E.json @@ -1,13 +1,127 @@ { "type": "filament", "name": "Bambu PET-CF @BBL X1E", - "inherits": "Bambu PET-CF @BBL X1C", + "inherits": "Bambu PET-CF @base", "from": "system", "setting_id": "GFST01_00", "instantiation": "true", "chamber_temperatures": [ "60" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_min_speed": [ + "20" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json index 8425802223..0bd8b9dbdf 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.2 nozzle.json @@ -5,6 +5,15 @@ "from": "system", "setting_id": "GFSG00_07", "instantiation": "true", + "fan_cooling_layer_time": [ + "15" + ], + "fan_max_speed": [ + "35" + ], + "fan_min_speed": [ + "20" + ], "filament_flow_ratio": [ "0.94" ], @@ -17,8 +26,14 @@ "filament_retraction_distances_when_cut": [ "18" ], + "overhang_fan_threshold": [ + "25%" + ], "pre_start_fan_time": [ - "2" + "0" + ], + "slow_down_layer_time": [ + "7" ], "compatible_printers": [ "Bambu Lab A1 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json index 4129b0362e..ee66fc15fd 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1 0.8 nozzle.json @@ -6,10 +6,10 @@ "setting_id": "GFSG00_08", "instantiation": "true", "fan_max_speed": [ - "60" + "50" ], "fan_min_speed": [ - "20" + "30" ], "filament_flow_ratio": [ "0.94" @@ -18,13 +18,34 @@ "1" ], "filament_max_volumetric_speed": [ - "12" + "13" ], "filament_retraction_distances_when_cut": [ "18" ], + "filament_retraction_length": [ + "0.4" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], "pre_start_fan_time": [ - "2" + "0" ], "compatible_printers": [ "Bambu Lab A1 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1.json index d1d8634fb0..4e61159c36 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSG00_06", "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "30" + ], "filament_flow_ratio": [ "0.94" ], @@ -12,11 +18,29 @@ "1" ], "filament_max_volumetric_speed": [ - "9" + "13" ], "filament_retraction_distances_when_cut": [ "18" ], + "filament_retraction_length": [ + "0.4" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" + ], "pre_start_fan_time": [ "2" ], diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json index 38058d3f8c..35d1d7ba99 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.2 nozzle.json @@ -1,21 +1,39 @@ { "type": "filament", "name": "Bambu PETG Basic @BBL A1M 0.2 nozzle", - "inherits": "Bambu PETG Basic @BBL X1C 0.2 nozzle", + "inherits": "Bambu PETG Basic @base", "from": "system", "setting_id": "GFSG00_04", "instantiation": "true", + "fan_cooling_layer_time": [ + "15" + ], + "fan_max_speed": [ + "35" + ], + "fan_min_speed": [ + "20" + ], "filament_flow_ratio": [ "0.94" ], "filament_long_retractions_when_cut": [ - "nil" + "1" + ], + "filament_max_volumetric_speed": [ + "1" ], "filament_retraction_distances_when_cut": [ - "nil" + "18" + ], + "overhang_fan_threshold": [ + "25%" ], "pre_start_fan_time": [ - "2" + "0" + ], + "slow_down_layer_time": [ + "7" ], "compatible_printers": [ "Bambu Lab A1 mini 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json index 2324ff89ce..e1775a0cb4 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.4 nozzle.json @@ -1,21 +1,45 @@ { "type": "filament", "name": "Bambu PETG Basic @BBL A1M 0.4 nozzle", - "inherits": "Bambu PETG Basic @BBL X1C", + "inherits": "Bambu PETG Basic @base", "from": "system", "setting_id": "GFSG00_03", "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "30" + ], "filament_flow_ratio": [ "0.94" ], "filament_long_retractions_when_cut": [ - "nil" + "1" ], "filament_max_volumetric_speed": [ - "9" + "13" ], "filament_retraction_distances_when_cut": [ - "nil" + "18" + ], + "filament_retraction_length": [ + "0.4" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" ], "pre_start_fan_time": [ "2" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json index 9c5d860869..b4790e22e0 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL A1M 0.8 nozzle.json @@ -1,24 +1,51 @@ { "type": "filament", "name": "Bambu PETG Basic @BBL A1M 0.8 nozzle", - "inherits": "Bambu PETG Basic @BBL X1C 0.8 nozzle", + "inherits": "Bambu PETG Basic @base", "from": "system", "setting_id": "GFSG00_05", "instantiation": "true", + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "30" + ], "filament_flow_ratio": [ "0.94" ], "filament_long_retractions_when_cut": [ - "nil" + "1" ], "filament_max_volumetric_speed": [ - "12" + "13" ], "filament_retraction_distances_when_cut": [ - "nil" + "18" + ], + "filament_retraction_length": [ + "0.4" + ], + "filament_wipe": [ + "1" + ], + "filament_wipe_distance": [ + "1" + ], + "filament_z_hop": [ + "0.2" + ], + "filament_z_hop_types": [ + "Spiral Lift" + ], + "nozzle_temperature": [ + "245" + ], + "nozzle_temperature_initial_layer": [ + "245" ], "pre_start_fan_time": [ - "2" + "0" ], "compatible_printers": [ "Bambu Lab A1 mini 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json index a0abdb0600..03d3b34b83 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.2 nozzle.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSG00_15", "instantiation": "true", + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -18,8 +21,8 @@ "0" ], "filament_flush_volumetric_speed": [ - "0", - "0" + "3", + "3" ], "filament_long_retractions_when_cut": [ "nil", @@ -98,15 +101,22 @@ "1" ], "nozzle_temperature": [ - "255", - "255" + "250", + "250" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" ], "pre_start_fan_time": [ - "2" + "0" ], "retraction_distances_when_ec": [ "10", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json index b64c3878e1..3b63e12bb1 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.4 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSG00_09", "instantiation": "true", + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -26,8 +32,8 @@ "nil" ], "filament_max_volumetric_speed": [ - "13", - "13" + "18", + "21" ], "filament_ramming_volumetric_speed": [ "-1", @@ -50,8 +56,8 @@ "nil" ], "filament_retraction_length": [ - "nil", - "nil" + "0.4", + "0.4" ], "filament_retraction_minimum_travel": [ "nil", @@ -62,20 +68,20 @@ "nil" ], "filament_wipe": [ - "nil", - "nil" + "1", + "1" ], "filament_wipe_distance": [ - "nil", - "nil" + "1", + "1" ], "filament_z_hop": [ "nil", "nil" ], "filament_z_hop_types": [ - "nil", - "nil" + "Spiral Lift", + "Spiral Lift" ], "filament_extruder_variant": [ "Direct Drive Standard", @@ -98,12 +104,16 @@ "1" ], "nozzle_temperature": [ - "255", - "255" + "250", + "250" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" ], "pre_start_fan_time": [ "2" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json index e5321c42af..7b4df1ab9a 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2D 0.6 nozzle.json @@ -5,9 +5,6 @@ "from": "system", "setting_id": "GFSG00_16", "instantiation": "true", - "fan_max_speed": [ - "60" - ], "fan_min_speed": [ "20" ], @@ -32,8 +29,8 @@ "nil" ], "filament_max_volumetric_speed": [ - "16", - "16" + "21", + "28" ], "filament_ramming_volumetric_speed": [ "-1", @@ -56,8 +53,8 @@ "nil" ], "filament_retraction_length": [ - "nil", - "nil" + "0.4", + "0.4" ], "filament_retraction_minimum_travel": [ "nil", @@ -68,20 +65,20 @@ "nil" ], "filament_wipe": [ - "nil", - "nil" + "1", + "1" ], "filament_wipe_distance": [ - "nil", - "nil" + "1", + "1" ], "filament_z_hop": [ - "nil", - "nil" + "0.2", + "0.2" ], "filament_z_hop_types": [ - "nil", - "nil" + "Spiral Lift", + "Spiral Lift" ], "filament_extruder_variant": [ "Direct Drive Standard", @@ -104,13 +101,17 @@ "1" ], "nozzle_temperature": [ - "255", + "250", "255" ], "nozzle_temperature_initial_layer": [ - "255", + "245", "255" ], + "override_process_overhang_speed": [ + "0", + "0" + ], "pre_start_fan_time": [ "2" ], diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.2 nozzle.json index f8e840cb11..5b84c21cb1 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSG00_20", "instantiation": "true", + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -18,8 +21,8 @@ "0" ], "filament_flush_volumetric_speed": [ - "0", - "0" + "3", + "3" ], "filament_long_retractions_when_cut": [ "nil", @@ -98,15 +101,22 @@ "1" ], "nozzle_temperature": [ - "255", - "255" + "250", + "250" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" ], "pre_start_fan_time": [ - "2" + "0" ], "retraction_distances_when_ec": [ "10", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.4 nozzle.json index 5cfbdf23c9..0e2c5baea5 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.4 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSG00_19", "instantiation": "true", + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -26,8 +32,8 @@ "nil" ], "filament_max_volumetric_speed": [ - "13", - "13" + "18", + "21" ], "filament_ramming_volumetric_speed": [ "-1", @@ -50,8 +56,8 @@ "nil" ], "filament_retraction_length": [ - "nil", - "nil" + "0.4", + "0.4" ], "filament_retraction_minimum_travel": [ "nil", @@ -62,20 +68,20 @@ "nil" ], "filament_wipe": [ - "nil", - "nil" + "1", + "1" ], "filament_wipe_distance": [ - "nil", - "nil" + "1", + "1" ], "filament_z_hop": [ "nil", "nil" ], "filament_z_hop_types": [ - "nil", - "nil" + "Spiral Lift", + "Spiral Lift" ], "filament_extruder_variant": [ "Direct Drive Standard", @@ -98,12 +104,16 @@ "1" ], "nozzle_temperature": [ - "255", - "255" + "250", + "250" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" ], "pre_start_fan_time": [ "2" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.6 nozzle.json index fd5de2b9f6..65fba316ec 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2DP 0.6 nozzle.json @@ -5,9 +5,6 @@ "from": "system", "setting_id": "GFSG00_21", "instantiation": "true", - "fan_max_speed": [ - "60" - ], "fan_min_speed": [ "20" ], @@ -32,8 +29,8 @@ "nil" ], "filament_max_volumetric_speed": [ - "16", - "16" + "21", + "28" ], "filament_ramming_volumetric_speed": [ "-1", @@ -56,8 +53,8 @@ "nil" ], "filament_retraction_length": [ - "nil", - "nil" + "0.4", + "0.4" ], "filament_retraction_minimum_travel": [ "nil", @@ -68,20 +65,20 @@ "nil" ], "filament_wipe": [ - "nil", - "nil" + "1", + "1" ], "filament_wipe_distance": [ - "nil", - "nil" + "1", + "1" ], "filament_z_hop": [ - "nil", - "nil" + "0.2", + "0.2" ], "filament_z_hop_types": [ - "nil", - "nil" + "Spiral Lift", + "Spiral Lift" ], "filament_extruder_variant": [ "Direct Drive Standard", @@ -104,13 +101,17 @@ "1" ], "nozzle_temperature": [ - "255", + "250", "255" ], "nozzle_temperature_initial_layer": [ - "255", + "245", "255" ], + "override_process_overhang_speed": [ + "0", + "0" + ], "pre_start_fan_time": [ "2" ], diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S 0.2 nozzle.json index 888ed7b6d0..8598bf5090 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S 0.2 nozzle.json @@ -5,6 +5,9 @@ "from": "system", "setting_id": "GFSG00_11", "instantiation": "true", + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -22,8 +25,8 @@ "3" ], "filament_long_retractions_when_cut": [ - "0", - "0" + "nil", + "nil" ], "filament_max_volumetric_speed": [ "1", @@ -46,8 +49,8 @@ "nil" ], "filament_retraction_distances_when_cut": [ - "10", - "10" + "nil", + "nil" ], "filament_retraction_length": [ "nil", @@ -94,21 +97,31 @@ "0" ], "long_retractions_when_ec": [ - "0", - "0" + "1", + "1" ], "nozzle_temperature": [ - "255", - "255" + "250", + "250" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" ], - "retraction_distances_when_ec": [ + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ "0", "0" ], + "pre_start_fan_time": [ + "0" + ], + "retraction_distances_when_ec": [ + "10", + "10" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S.json index 4a8b3bf3c9..898d8609ef 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL H2S.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSG00_10", "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -26,8 +32,8 @@ "0" ], "filament_max_volumetric_speed": [ - "13", - "13" + "18", + "21" ], "filament_ramming_volumetric_speed": [ "-1", @@ -50,8 +56,8 @@ "10" ], "filament_retraction_length": [ - "nil", - "nil" + "0.4", + "0.4" ], "filament_retraction_minimum_travel": [ "nil", @@ -62,20 +68,20 @@ "nil" ], "filament_wipe": [ - "nil", - "nil" + "1", + "1" ], "filament_wipe_distance": [ - "nil", - "nil" + "2", + "2" ], "filament_z_hop": [ "nil", "nil" ], "filament_z_hop_types": [ - "nil", - "nil" + "Spiral Lift", + "Spiral Lift" ], "filament_extruder_variant": [ "Direct Drive Standard", @@ -98,12 +104,16 @@ "0" ], "nozzle_temperature": [ - "255", - "255" + "245", + "245" ], "nozzle_temperature_initial_layer": [ - "255", - "255" + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" ], "retraction_distances_when_ec": [ "0", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..671d9c9bc0 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.2 nozzle.json @@ -0,0 +1,138 @@ +{ + "type": "filament", + "name": "Bambu PETG Basic @BBL P2S 0.2 nozzle", + "inherits": "Bambu PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_17", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "250", + "250" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..2ec38ea6f9 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.4 nozzle.json @@ -0,0 +1,135 @@ +{ + "type": "filament", + "name": "Bambu PETG Basic @BBL P2S 0.4 nozzle", + "inherits": "Bambu PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_14", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "250", + "250" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..a2d11e7ef5 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL P2S 0.6 nozzle.json @@ -0,0 +1,136 @@ +{ + "type": "filament", + "name": "Bambu PETG Basic @BBL P2S 0.6 nozzle", + "inherits": "Bambu PETG Basic @base", + "from": "system", + "setting_id": "GFSG00_18", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "23" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "0.2", + "0.2" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "250", + "250" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json index 24857fa2e0..1c5568a679 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.2 nozzle.json @@ -5,15 +5,127 @@ "from": "system", "setting_id": "GFSG00_00", "instantiation": "true", - "filament_max_volumetric_speed": [ - "1" + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" ], "filament_long_retractions_when_cut": [ + "1", "1" ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json index 73d7aab022..c4e2a64ca7 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C 0.8 nozzle.json @@ -11,14 +11,117 @@ "fan_min_speed": [ "20" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], "filament_long_retractions_when_cut": [ + "1", "1" ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], "filament_retraction_distances_when_cut": [ + "18", "18" ], - "filament_max_volumetric_speed": [ - "16" + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "0.2", + "0.2" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C.json index 1dbee44121..d6e3623012 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @BBL X1C.json @@ -5,15 +5,121 @@ "from": "system", "setting_id": "GFSG00_01", "instantiation": "true", + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ - "13" + "15", + "15" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Basic @base.json b/resources/profiles/BBL/filament/Bambu PETG Basic @base.json index 8b9309a145..899b210c46 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Basic @base.json +++ b/resources/profiles/BBL/filament/Bambu PETG Basic @base.json @@ -42,6 +42,18 @@ "filament_vendor": [ "Bambu Lab" ], + "filament_prime_volume_nc": [ + "60" + ], + "first_x_layer_fan_speed": [ + "0" + ], + "filament_change_length": [ + "10" + ], + "filament_change_length_nc": [ + "10" + ], "hot_plate_temp": [ "70" ], @@ -51,21 +63,27 @@ "impact_strength_z": [ "13.6" ], - "nozzle_temperature_range_high": [ - "270" - ], "nozzle_temperature_range_low": [ "230" ], + "nozzle_temperature_range_high": [ + "270" + ], "overhang_fan_speed": [ "90" ], "overhang_fan_threshold": [ "10%" ], + "override_process_overhang_speed": [ + "0" + ], "slow_down_layer_time": [ "12" ], + "temperature_vitrification": [ + "60" + ], "textured_plate_temp": [ "70" ], diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json index fd1496988c..36826f6f39 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2D 0.4 nozzle.json @@ -42,7 +42,7 @@ ], "filament_max_volumetric_speed": [ "25", - "35" + "40" ], "filament_ramming_volumetric_speed": [ "-1", @@ -108,6 +108,9 @@ "0", "0" ], + "fan_max_speed": [ + "30" + ], "hole_coef_2": [ "-0.006" ], diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.2 nozzle.json index bed89da6d5..77df22fd97 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.2 nozzle.json @@ -9,7 +9,7 @@ "20" ], "fan_max_speed": [ - "60" + "50" ], "fan_min_speed": [ "20" diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json index 5883ff10c0..0df9092e93 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.6 nozzle.json @@ -9,7 +9,7 @@ "20" ], "fan_max_speed": [ - "60" + "50" ], "fan_min_speed": [ "20" diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.8 nozzle.json index 909f25582d..5c8f7f9a38 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S 0.8 nozzle.json @@ -9,7 +9,7 @@ "20" ], "fan_max_speed": [ - "60" + "50" ], "fan_min_speed": [ "20" diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S.json index 574ea107bc..6ecf295b03 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL H2S.json @@ -9,7 +9,7 @@ "20" ], "fan_max_speed": [ - "60" + "50" ], "fan_min_speed": [ "20" diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..e8362772e6 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.2 nozzle.json @@ -0,0 +1,183 @@ +{ + "type": "filament", + "name": "Bambu PETG HF @BBL P2S 0.2 nozzle", + "inherits": "Bambu PETG HF @base", + "from": "system", + "setting_id": "GFSG02_17", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "40" + ], + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "0", + "0" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..02ee2aaeca --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.4 nozzle.json @@ -0,0 +1,180 @@ +{ + "type": "filament", + "name": "Bambu PETG HF @BBL P2S 0.4 nozzle", + "inherits": "Bambu PETG HF @base", + "from": "system", + "setting_id": "GFSG02_16", + "instantiation": "true", + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "240", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "30" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "0", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..70e667bae0 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL P2S 0.6 nozzle.json @@ -0,0 +1,181 @@ +{ + "type": "filament", + "name": "Bambu PETG HF @BBL P2S 0.6 nozzle", + "inherits": "Bambu PETG HF @base", + "from": "system", + "setting_id": "GFSG02_18", + "instantiation": "true", + "fan_cooling_layer_time": [ + "20" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "35" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "slow_down_min_speed": [ + "20" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json index 72f3a64f35..a1bc1da684 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.2 nozzle.json @@ -12,23 +12,122 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "20" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle", "Bambu Lab P1S 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json index 145f98d1ff..0ac4b5e09b 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C 0.8 nozzle.json @@ -12,20 +12,122 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "20" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C.json index d31822c6d7..1792d38deb 100644 --- a/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PETG HF @BBL X1C.json @@ -12,20 +12,122 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], "slow_down_min_speed": [ "20" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..b6b03c928b --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.2 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PETG Translucent @BBL P2S 0.2 nozzle", + "inherits": "Bambu PETG Translucent @base", + "from": "system", + "setting_id": "GFSG01_15", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "20" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "1", + "1" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "50", + "50" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "8" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..e57cabfc18 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.4 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu PETG Translucent @BBL P2S 0.4 nozzle", + "inherits": "Bambu PETG Translucent @base", + "from": "system", + "setting_id": "GFSG01_13", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.3", + "0.3" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "8" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..2c1d6f5616 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL P2S 0.6 nozzle.json @@ -0,0 +1,175 @@ +{ + "type": "filament", + "name": "Bambu PETG Translucent @BBL P2S 0.6 nozzle", + "inherits": "Bambu PETG Translucent @base", + "from": "system", + "setting_id": "GFSG01_14", + "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.2", + "0.2" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "8" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json index b539b9aed2..ee3e6301dc 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.2 nozzle.json @@ -6,20 +6,116 @@ "setting_id": "GFSG01_07", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_retraction_length": [ + "0.3", "0.3" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.2 nozzle", "Bambu Lab P1P 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json index eafc44f3b5..145f987f86 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C 0.8 nozzle.json @@ -12,20 +12,116 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "16", "16" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_retraction_length": [ + "0.2", "0.2" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C.json index 830dab5dea..7a0dda20cc 100644 --- a/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PETG Translucent @BBL X1C.json @@ -6,17 +6,116 @@ "setting_id": "GFSG01_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_retraction_length": [ + "0.3", "0.3" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..dcd2482e19 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.4 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PETG-CF @BBL P2S 0.4 nozzle", + "inherits": "Bambu PETG-CF @base", + "from": "system", + "setting_id": "GFSG50_13", + "instantiation": "true", + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "11.5", + "11.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..59523fe8e3 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL P2S 0.6 nozzle.json @@ -0,0 +1,178 @@ +{ + "type": "filament", + "name": "Bambu PETG-CF @BBL P2S 0.6 nozzle", + "inherits": "Bambu PETG-CF @base", + "from": "system", + "setting_id": "GFSG50_12", + "instantiation": "true", + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "11.5", + "11.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json index 41f1bc333e..de6b3f90ff 100644 --- a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C 0.4 nozzle.json @@ -15,17 +15,116 @@ "5" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json index 42e23219c5..e20af2287e 100644 --- a/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PETG-CF @BBL X1C.json @@ -15,17 +15,116 @@ "5" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2D.json index 4e8847b52e..4e2ef1e36e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "0" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2DP.json index 9be82ef891..3e863bb50a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "0" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2S.json index 771b353bb1..8bb597572b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "0" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL P2S.json new file mode 100644 index 0000000000..82f6a500c7 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL P2S.json @@ -0,0 +1,179 @@ +{ + "type": "filament", + "name": "Bambu PLA Aero @BBL P2S", + "inherits": "Bambu PLA Aero @base", + "from": "system", + "setting_id": "GFSA11_06", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "0" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.6", + "0.6" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "8" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1.json index d614051813..e0362cb290 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1.json @@ -8,9 +8,117 @@ "additional_cooling_fan_speed": [ "0" ], + "filament_flow_ratio": [ + "0.6", + "0.6" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1C.json index fd83a7dfdf..277e8a3a87 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Aero @BBL X1C.json @@ -8,9 +8,117 @@ "additional_cooling_fan_speed": [ "0" ], + "filament_flow_ratio": [ + "0.6", + "0.6" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json index 55c2641c0d..f3d6bf8fb6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.6 nozzle.json index 4b35e125c2..184c62976f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.6 nozzle.json @@ -17,6 +17,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json index 5cded4946a..f282b0a96b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D.json index 666bf1ec80..40ef9c9696 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2D.json @@ -17,6 +17,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], @@ -45,7 +51,7 @@ ], "filament_max_volumetric_speed": [ "25", - "35" + "40" ], "filament_ramming_volumetric_speed": [ "-1", diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.2 nozzle.json index 88919d17f0..bf14c1ac38 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.6 nozzle.json index a3123c2fd6..72dc068292 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.6 nozzle.json @@ -17,6 +17,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.8 nozzle.json index 6645456715..9b171c3516 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP.json index c01909534f..ec77c7ac90 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2DP.json @@ -17,6 +17,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.2 nozzle.json index 360646e9f6..f350133c2a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "60" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json index 634bf760fd..0e05446856 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.6 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "60" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.8 nozzle.json index bce0778255..9052e0dfb3 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "60" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S.json index 9818e1f9eb..607a2247b6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "60" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..930c316659 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Basic @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_15", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..bfb42f4cb1 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.6 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Basic @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_26", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..15fac9c3cd --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Basic @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_16", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S.json new file mode 100644 index 0000000000..03b942131a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL P2S.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Basic @BBL P2S", + "inherits": "Bambu PLA Basic @base", + "from": "system", + "setting_id": "GFSA00_11", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1.json index d326e07e3a..124930cd48 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1.json @@ -6,20 +6,119 @@ "setting_id": "GFSA04", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json index 490b7a892b..43b58b39f6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA00_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -22,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json index 2d84f62f69..eb83f135fa 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C 0.8 nozzle.json @@ -6,11 +6,113 @@ "setting_id": "GFSA00_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", @@ -18,8 +120,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C.json index 23dcc64ee5..79c471e3e7 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Basic @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSA00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -21,8 +123,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.2 nozzle.json index 1375cb526a..ee79d219dc 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.8 nozzle.json index 1579c20c3f..629fc174b9 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_13", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D.json index 3999cf48c2..4abee21032 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_09", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.2 nozzle.json index 69947608ea..a0b4b73d08 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_18", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.8 nozzle.json index 1b69a0dadc..2b048d5ab1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_19", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP.json index c4abda9f62..4410e977b2 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA13_17", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S 0.2 nozzle.json index 7b86cb4e74..c8d39990ba 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S.json index 4ea2b18567..44b1a49655 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json index 129f1197df..6d14601d0b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P 0.2 nozzle.json @@ -12,13 +12,92 @@ "50" ], "filament_flow_ratio": [ + "0.98", "0.98" ], "filament_max_volumetric_speed": [ + "2", "2" ], - "filament_vendor": [ - "Bambu Lab" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" ], "hot_plate_temp": [ "65" @@ -26,12 +105,32 @@ "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P.json index 21a6898e51..8275899fcd 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P1P.json @@ -12,13 +12,92 @@ "50" ], "filament_flow_ratio": [ + "0.98", "0.98" ], "filament_max_volumetric_speed": [ + "21", "21" ], - "filament_vendor": [ - "Bambu Lab" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" ], "hot_plate_temp": [ "65" @@ -26,6 +105,22 @@ "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -35,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..038ea6682d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Dynamic @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Dynamic @base", + "from": "system", + "setting_id": "GFSA13_15", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..c5e586dc59 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Dynamic @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Dynamic @base", + "from": "system", + "setting_id": "GFSA13_16", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S.json new file mode 100644 index 0000000000..3c11173164 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL P2S.json @@ -0,0 +1,172 @@ +{ + "type": "filament", + "name": "Bambu PLA Dynamic @BBL P2S", + "inherits": "Bambu PLA Dynamic @base", + "from": "system", + "setting_id": "GFSA13_14", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json index fb09d370f5..195fe97c46 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.2 nozzle.json @@ -6,13 +6,112 @@ "setting_id": "GFSA13_01", "instantiation": "true", "filament_flow_ratio": [ + "0.98", "0.98" ], "filament_max_volumetric_speed": [ + "2", "2" ], - "filament_vendor": [ - "Bambu Lab" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json index 029cc864be..e0264ab693 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C 0.8 nozzle.json @@ -6,13 +6,112 @@ "setting_id": "GFSA13_02", "instantiation": "true", "filament_flow_ratio": [ + "0.98", "0.98" ], "filament_max_volumetric_speed": [ + "21", "21" ], - "filament_vendor": [ - "Bambu Lab" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C.json index ff52a275ee..a6fe5cc49d 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Dynamic @BBL X1C.json @@ -6,13 +6,112 @@ "setting_id": "GFSA13_00", "instantiation": "true", "filament_flow_ratio": [ + "0.98", "0.98" ], "filament_max_volumetric_speed": [ + "21", "21" ], - "filament_vendor": [ - "Bambu Lab" + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.2 nozzle.json index f5baab3567..04de8bdcdf 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.8 nozzle.json index a1a0aace34..35633e2642 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_13", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D.json index bd6b913134..7da79db9ae 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_09", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.2 nozzle.json index f382040875..f436db49db 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_18", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.8 nozzle.json index 4dc7640292..c4db3ff84f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_19", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP.json index bf4edf42fb..286e0f4034 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA15_17", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S 0.2 nozzle.json index c0c9625067..fe787c5fd7 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S.json index 5f05681277..0c1c607cb5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json index 636518b50e..90105c53bb 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P 0.2 nozzle.json @@ -12,26 +12,125 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P.json index 2ebe013d9a..301b6cc8f5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P1P.json @@ -12,17 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -32,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..f2b57ec870 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.2 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Galaxy @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Galaxy @base", + "from": "system", + "setting_id": "GFSA15_15", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..c828b0623d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Galaxy @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Galaxy @base", + "from": "system", + "setting_id": "GFSA15_16", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "1", + "1" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S.json new file mode 100644 index 0000000000..abff3b9681 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL P2S.json @@ -0,0 +1,175 @@ +{ + "type": "filament", + "name": "Bambu PLA Galaxy @BBL P2S", + "inherits": "Bambu PLA Galaxy @base", + "from": "system", + "setting_id": "GFSA15_14", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json index 0d387ff78c..51af4fbbf6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA15_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json index bae2c44be9..9018c6bea0 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C 0.8 nozzle.json @@ -6,11 +6,113 @@ "setting_id": "GFSA15_02", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C.json index 1a8e719f09..c8b21aee77 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Galaxy @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSA15_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2D.json index 9bc8a5b6f5..f9ebc1c9d8 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA12_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json index c3ecbb47ee..b48f751118 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "Bambu PLA Glow @BBL H2DP 0.2 nozzle", - "inherits": "Bambu PLA Glow @BBL X1E", + "inherits": "Bambu PLA Glow @base", "from": "system", "setting_id": "GFSA12_19", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP.json index 52c265806b..9a97dcfedd 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA12_18", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S 0.2 nozzle.json index f0d28635dc..9d014958d1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S.json index 767facf404..b90ae4f34f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json index 02c4e904e1..34d9c80622 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSA12_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P.json index 198c2bf29a..06cfa5cb80 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P1P.json @@ -12,17 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -32,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..02c2e37521 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.2 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_15", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..8a2a0ccfba --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.6 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_28", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.6", + "0.6" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "0", + "0" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..561ebdf862 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_29", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S.json new file mode 100644 index 0000000000..7cefec6976 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Glow @BBL P2S", + "inherits": "Bambu PLA Glow @base", + "from": "system", + "setting_id": "GFSA12_14", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json index 5ae194b74c..553b1ef680 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSA12_09", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1.json index c4a3ca7738..72e14dbb58 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1.json @@ -6,14 +6,116 @@ "setting_id": "GFSA12_08", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json index 48cf37ec67..c78067c23a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSA12_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C.json index abcc9763a4..6095828970 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSA12_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json index 6bea42ba19..85b566349a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSA12_05", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E.json index 1bfc1ca5cd..e29540e146 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PLA Glow @BBL X1E.json @@ -6,11 +6,113 @@ "setting_id": "GFSA12_04", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.2 nozzle.json index 053aa3bca4..7c7904fb27 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.8 nozzle.json index 733853a861..bbec039851 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D.json index b49b62c34b..f2177fb958 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2D.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.2 nozzle.json index edb3d0f192..ee3f71f353 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.4 nozzle.json index d6dfbde6a1..0b79fb8869 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.4 nozzle.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.6 nozzle.json index 8fcd782018..345acf4d28 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.6 nozzle.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.8 nozzle.json index 9cde63764c..d10df4bde4 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2DP 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S 0.2 nozzle.json index e050e97a23..1c521d4c9a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S.json index 8118628d7c..082abbaf28 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json index 1e80e84036..c693035834 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P 0.2 nozzle.json @@ -12,32 +12,125 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P.json index a8ba0ac501..bb39ef580b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P1P.json @@ -12,23 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -38,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..4a0b0560e9 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.2 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu PLA Lite @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Lite @base", + "from": "system", + "setting_id": "GFSA18_24", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..d4dc1403df --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.4 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu PLA Lite @BBL P2S 0.4 nozzle", + "inherits": "Bambu PLA Lite @base", + "from": "system", + "setting_id": "GFSA18_23", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "18" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..d4718ceba6 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.6 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu PLA Lite @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Lite @base", + "from": "system", + "setting_id": "GFSA18_25", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..65f42aeb4e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL P2S 0.8 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu PLA Lite @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Lite @base", + "from": "system", + "setting_id": "GFSA18_26", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.2 nozzle.json index e01458c7cd..f014d702e8 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.2 nozzle.json @@ -6,20 +6,113 @@ "setting_id": "GFSA18_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.8 nozzle.json index 5273ee8868..6af0a04724 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C 0.8 nozzle.json @@ -6,17 +6,113 @@ "setting_id": "GFSA18_02", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C.json index 8458fc4ccb..c6f675509e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Lite @BBL X1C.json @@ -6,17 +6,113 @@ "setting_id": "GFSA18_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "220", "220" ], "nozzle_temperature_initial_layer": [ + "220", "220" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2D.json index 85bc9cff0c..d4f5093486 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA07_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2DP.json index cbebc13880..529add8779 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA07_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2S.json index 863a5ed815..3d19f8a541 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..7e2785f9e7 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S 0.8 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Marble @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Marble @base", + "from": "system", + "setting_id": "GFSA07_14", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S.json new file mode 100644 index 0000000000..05de47d0bb --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL P2S.json @@ -0,0 +1,175 @@ +{ + "type": "filament", + "name": "Bambu PLA Marble @BBL P2S", + "inherits": "Bambu PLA Marble @base", + "from": "system", + "setting_id": "GFSA07_05", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1.json index f2aa971bf4..92dfd971af 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1.json @@ -6,20 +6,119 @@ "setting_id": "GFSA07_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1C.json index 9ca957ea63..694c006019 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Marble @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSA07_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -24,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json index 3e9a8aa310..472b772483 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.6 nozzle.json index fa9b65454f..7f974e76b4 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.6 nozzle.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json index ce3d0e1d0e..944cd4269f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D.json index b46bc3578b..546b8d39c2 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2D.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], @@ -48,7 +54,7 @@ ], "filament_max_volumetric_speed": [ "25", - "35" + "40" ], "filament_ramming_volumetric_speed": [ "-1", diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.2 nozzle.json index 9c261aff63..1656bbf6fe 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.6 nozzle.json index 340f5aca47..09aad583c2 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.6 nozzle.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.8 nozzle.json index 50d1757fdf..4ce2da8899 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP.json index fc78106efd..bf89c583bb 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2DP.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.2 nozzle.json index c8b5a05087..4fe6559378 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json index 44b2619595..8fa732c513 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.6 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.8 nozzle.json index 418336a4c8..69a2c8ff77 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S.json index 3995949061..b17783ca54 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..201d8ec54b --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.2 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Matte @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_15", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "0", + "0" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..e20a2b2638 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.6 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Matte @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_26", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "22", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..1cc6d882f6 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S 0.8 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Matte @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_16", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "22", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S.json new file mode 100644 index 0000000000..049c3cadfc --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Matte @BBL P2S", + "inherits": "Bambu PLA Matte @base", + "from": "system", + "setting_id": "GFSA01_12", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "22", + "40" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "0", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1.json index 78000a0071..ea1ff53a41 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1.json @@ -6,17 +6,116 @@ "setting_id": "GFSA05", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "22", "22" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", @@ -24,8 +123,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json index 20d0048e56..bd9da573f6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA01_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -22,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json index d62ad8b7ff..9d6469c22f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C 0.8 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA01_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "22", "22" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", @@ -21,8 +120,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C.json index bdec9c70a3..8f5fdfaa59 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Matte @BBL X1C.json @@ -6,14 +6,113 @@ "setting_id": "GFSA01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "22", "22" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -24,8 +123,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json index d2d8ce08b6..953f649af1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA02_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D.json index ab3d432722..e5699664c8 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA02_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP 0.2 nozzle.json index f3730246dd..563504178e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA02_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP.json index d14c0bca9f..41fcc120a9 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA02_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S 0.2 nozzle.json index 5c34a94633..0f720300ca 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S.json index 75c04f3fd6..e7663b62f7 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -115,6 +121,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..f0336ca16d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.2 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Metal @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Metal @base", + "from": "system", + "setting_id": "GFSA02_12", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..140bbd77a5 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.6 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Metal @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Metal @base", + "from": "system", + "setting_id": "GFSA02_24", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..a20f362772 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S 0.8 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Metal @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Metal @base", + "from": "system", + "setting_id": "GFSA02_25", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "8" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S.json new file mode 100644 index 0000000000..9888bd13b7 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Metal @BBL P2S", + "inherits": "Bambu PLA Metal @base", + "from": "system", + "setting_id": "GFSA02_13", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1.json index 699c722eb4..3b1bc318d0 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1.json @@ -6,17 +6,119 @@ "setting_id": "GFSA02_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json index 895c2b41e9..8f558d73f5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSA02_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -16,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C.json index d9435d6fc3..c2dca3059d 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Metal @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSA02", "instantiation": "true", "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -21,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json index 5aa209da1c..eb42030aaa 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D.json index 96c007c70a..da7ee5724c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2D.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP 0.2 nozzle.json index 4e4b0c1ee6..9b168baba0 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP.json index 29f496c43d..eca55899f5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2DP.json @@ -20,6 +20,12 @@ "counter_limit_max": [ "0.05" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S 0.2 nozzle.json index 6b0c57eed8..be0f1469f1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S.json index 8ee68c1372..c3ed5153aa 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..d88976dc05 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.2 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_15", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..0d63bcef6a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.6 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_26", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "nil" + ], + "filament_wipe_distance": [ + "1", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..666e77a50e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S 0.8 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_27", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "nil" + ], + "filament_wipe_distance": [ + "1", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S.json new file mode 100644 index 0000000000..3b8ab12558 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL P2S.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk @BBL P2S", + "inherits": "Bambu PLA Silk @base", + "from": "system", + "setting_id": "GFSA05_17", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "80" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "nil" + ], + "filament_wipe_distance": [ + "1", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1.json index 51400ee66b..63cc8ddb2b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1.json @@ -5,15 +5,120 @@ "from": "system", "setting_id": "GFSA05_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json index 09eec04647..3cdde8e6b4 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSA05_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -16,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C.json index eb052e5068..9822b4294e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSA05_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -18,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D 0.2 nozzle.json index de0885b473..5a661ceb41 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D.json index c552acff6c..876c58aa09 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP 0.2 nozzle.json index 7f404b3f6a..3086c4cec9 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP.json index 112867f9bb..5e1e0fe350 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S 0.2 nozzle.json index 2a8939ebcf..eef5e067b1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S.json index 815c64126b..ff6d9d87cd 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json index ba3571a680..83cae4b796 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P 0.2 nozzle.json @@ -6,14 +6,115 @@ "setting_id": "GFSA06_04", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "supertack_plate_temp": [ "35" ], @@ -26,6 +127,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P.json index 39ab9a3938..6acb80353c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P1P.json @@ -5,12 +5,116 @@ "from": "system", "setting_id": "GFSA06_03", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..b5cd1ae6e1 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.2 nozzle.json @@ -0,0 +1,183 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk+ @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Silk+ @base", + "from": "system", + "setting_id": "GFSA06_12", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "slow_down_layer_time": [ + "12" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..196725668d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.6 nozzle.json @@ -0,0 +1,180 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk+ @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Silk+ @base", + "from": "system", + "setting_id": "GFSA06_25", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "10", + "10" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "0.4", + "0.4" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "slow_down_layer_time": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..78ef1097dd --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S 0.8 nozzle.json @@ -0,0 +1,180 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk+ @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Silk+ @base", + "from": "system", + "setting_id": "GFSA06_26", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "slow_down_layer_time": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S.json new file mode 100644 index 0000000000..cc58a33abc --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL P2S.json @@ -0,0 +1,183 @@ +{ + "type": "filament", + "name": "Bambu PLA Silk+ @BBL P2S", + "inherits": "Bambu PLA Silk+ @base", + "from": "system", + "setting_id": "GFSA06_11", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "80" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "200", + "200" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1.json index ae40323a98..6fb15ffb8b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1.json @@ -5,6 +5,110 @@ "from": "system", "setting_id": "GFSA06_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -14,6 +118,10 @@ "supertack_plate_temp_initial_layer": [ "35" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json index 2ae8ad777f..67dfc2ed2e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C 0.2 nozzle.json @@ -6,14 +6,119 @@ "setting_id": "GFSA06_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "supertack_plate_temp": [ "35" ], "supertack_plate_temp_initial_layer": [ "35" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C.json index e46b129e25..6788013b5e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Silk+ @BBL X1C.json @@ -5,12 +5,120 @@ "from": "system", "setting_id": "GFSA06_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "supertack_plate_temp": [ "35" ], "supertack_plate_temp_initial_layer": [ "35" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2D.json index d83cb4182e..1931542262 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA08_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2DP.json index 8b0554771e..b6b43b8be6 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA08_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2S.json index 5a4e0a6c50..dd3710bfa1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], @@ -118,6 +124,9 @@ "0", "0" ], + "slow_down_layer_time": [ + "6" + ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..7f286b9b93 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.6 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Sparkle @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Sparkle @base", + "from": "system", + "setting_id": "GFSA08_14", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.6", + "0.6" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..d620277268 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S 0.8 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Sparkle @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Sparkle @base", + "from": "system", + "setting_id": "GFSA08_15", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1", + "1" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S.json new file mode 100644 index 0000000000..89f4ea6545 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Sparkle @BBL P2S", + "inherits": "Bambu PLA Sparkle @base", + "from": "system", + "setting_id": "GFSA08_05", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "6" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1.json index 57b359cfdb..238f2fa598 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1.json @@ -5,15 +5,120 @@ "from": "system", "setting_id": "GFSA08_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1C.json index ed141be605..32a25b0da4 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Sparkle @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSA08_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -18,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json index 987277775c..be4468793b 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA09_08", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D.json index 951455eb2a..932d4d1d3d 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2D.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.1" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP 0.2 nozzle.json index 7c0029cf0d..47a3e8b3c3 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA09_16", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP.json index ce7f84623f..23321b9227 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2DP.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.1" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S 0.2 nozzle.json index 7c9c4d4e64..07c2f5b482 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S.json index a4d793cd7f..2429bd368a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..81bbc60db1 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Tough @base", + "from": "system", + "setting_id": "GFSA09_14", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S.json new file mode 100644 index 0000000000..6639015b40 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough @BBL P2S", + "inherits": "Bambu PLA Tough @base", + "from": "system", + "setting_id": "GFSA09_13", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1.json index ec139d32fe..0dff0b646e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1.json @@ -6,17 +6,119 @@ "setting_id": "GFSA09_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json index c348875643..ef719078d1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSA09_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -16,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C.json index 8a3bf03096..1047a9e1c3 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSA09_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -21,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.2 nozzle.json index 211e4180e4..9a0f57aa7c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.6 nozzle.json index 80a75db6ab..28475645c0 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.6 nozzle.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.8 nozzle.json index ff85d474fc..4a01df3d94 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D.json index 4ece2017fb..db159b6eef 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2D.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.2 nozzle.json index b7dd13ff0c..57532706cb 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_08", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.6 nozzle.json index 44adddc2cf..ea15b43962 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.6 nozzle.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.8 nozzle.json index 29fda2a04e..342b6051ce 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP.json index 42a8f9cfc9..628eea204e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2DP.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.088" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json index 5567c1a5f4..d8e49d6f52 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_12", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json index 2b4287cefd..4335d8f7d3 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.6 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_13", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json index 8754f761bc..820286fd21 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json index 0c6ebdbe16..6a77512b64 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL H2S.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA10_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..953138f2e3 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_25", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..5f06228b8e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.6 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_26", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..194157272e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_27", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S.json new file mode 100644 index 0000000000..0c02101d50 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL P2S.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Tough+ @BBL P2S", + "inherits": "Bambu PLA Tough+ @base", + "from": "system", + "setting_id": "GFSA10_28", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1.json index 094690fe56..3461e38598 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1.json @@ -9,9 +9,11 @@ "70" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "fan_cooling_layer_time": [ @@ -21,11 +23,108 @@ "90" ], "filament_max_volumetric_speed": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "6" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.2 nozzle.json index 4b5fe2b3fc..bd77449ef8 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA10_30", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.8 nozzle.json index 53bbe272a1..190c69f91a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C 0.8 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSA10_31", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_max_volumetric_speed": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C.json index 6f362dae00..f9b1bade5e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Tough+ @BBL X1C.json @@ -6,14 +6,113 @@ "setting_id": "GFSA10_32", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_max_volumetric_speed": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.2 nozzle.json index b1143eca7b..d121a21905 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.8 nozzle.json index d178317057..80b8fdf62e 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_13", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D.json index 7e6a2bd659..dad6c71d7c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_12", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.2 nozzle.json index 3dee260049..acf540ce77 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_33", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.8 nozzle.json index a07224dc8c..90d32f8885 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_32", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP.json index 2257af5050..cb8986be56 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA17_31", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S 0.2 nozzle.json index 9008684995..f125227f44 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S.json index 6f9cb7a087..90a54b2947 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL H2S.json @@ -9,6 +9,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.2 nozzle.json index 40e6619756..45bf9470ad 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.2 nozzle.json @@ -12,9 +12,91 @@ "50" ], "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", "0" ], "hot_plate_temp": [ @@ -23,15 +105,35 @@ "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.8 nozzle.json index e9f587ccc0..676dafa5a8 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P 0.8 nozzle.json @@ -12,6 +12,91 @@ "50" ], "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", "0" ], "hot_plate_temp": [ @@ -20,15 +105,35 @@ "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P.json index 29fc0473a5..76577495e5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P1P.json @@ -12,6 +12,91 @@ "50" ], "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", "0" ], "hot_plate_temp": [ @@ -20,15 +105,35 @@ "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..28480b0d35 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.2 nozzle.json @@ -0,0 +1,180 @@ +{ + "type": "filament", + "name": "Bambu PLA Translucent @BBL P2S 0.2 nozzle", + "inherits": "Bambu PLA Translucent @base", + "from": "system", + "setting_id": "GFSA17_24", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1.6", + "1.6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "1", + "1" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..ed20592c7e --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.4 nozzle.json @@ -0,0 +1,178 @@ +{ + "type": "filament", + "name": "Bambu PLA Translucent @BBL P2S 0.4 nozzle", + "inherits": "Bambu PLA Translucent @base", + "from": "system", + "setting_id": "GFSA17_21", + "instantiation": "true", + "description": "The generic presets are conservatively tuned for compatibility with a wider range of filaments. For higher printing quality and speeds, please use Bambu filaments with Bambu presets.", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..6b25de172a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.6 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu PLA Translucent @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Translucent @base", + "from": "system", + "setting_id": "GFSA17_22", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "50", + "50" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..eab3ffa0cc --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL P2S 0.8 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Bambu PLA Translucent @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Translucent @base", + "from": "system", + "setting_id": "GFSA17_23", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp_initial_layer": [ + "60" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.2 nozzle.json index 22a91fa0f0..d3a2f5dd88 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.2 nozzle.json @@ -6,17 +6,119 @@ "setting_id": "GFSA17_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", "0" ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp_initial_layer": [ "60" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.8 nozzle.json index 36e9735e1e..302e24b425 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C 0.8 nozzle.json @@ -6,14 +6,119 @@ "setting_id": "GFSA17_01", "instantiation": "true", "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", "0" ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp_initial_layer": [ "60" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C.json index 8641d02b68..b5b1bb78b1 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Translucent @BBL X1C.json @@ -7,14 +7,119 @@ "instantiation": "true", "description": "The generic presets are conservatively tuned for compatibility with a wider range of filaments. For higher printing quality and speeds, please use Bambu filaments with Bambu presets.", "filament_retract_before_wipe": [ + "0", + "0" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", "0" ], "nozzle_temperature_range_low": [ "200" ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp_initial_layer": [ "60" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json index 255402e2de..bfba98829a 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA16_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D.json index c0085aa5b5..c4b9a14053 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA16_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP 0.8 nozzle.json index 589edd96d4..a5d1391479 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP 0.8 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA16_11", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP.json index c98a1aac6f..22a2d12fe2 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA16_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2S.json index 9f03c9ca53..562ca6ccf3 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_min_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P1P.json index a5309d7a97..d98c3de20c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..1c0729cf0c --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.6 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Wood @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA Wood @base", + "from": "system", + "setting_id": "GFSA16_19", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..28ca4583d8 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Wood @BBL P2S 0.8 nozzle", + "inherits": "Bambu PLA Wood @base", + "from": "system", + "setting_id": "GFSA16_09", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S.json new file mode 100644 index 0000000000..3da363c360 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL P2S.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA Wood @BBL P2S", + "inherits": "Bambu PLA Wood @base", + "from": "system", + "setting_id": "GFSA16_08", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1.json index 6abc1a51f7..352ff1b0ce 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSA16_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json index 4f787b2b7e..edb0fa33ef 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C 0.8 nozzle.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSA16_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C.json index 9c1251245b..3fb4640f75 100644 --- a/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA Wood @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSA16_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json index 0714698ae0..f66cfc9e8c 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.4 nozzle.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.07" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json index f5e7aadc2d..e293c9e16f 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2D 0.6 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA50_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.4 nozzle.json index 7eebcdf21f..a0f8b7d892 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.4 nozzle.json @@ -14,6 +14,12 @@ "counter_limit_max": [ "0.07" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.6 nozzle.json index 98645a3452..6ab8128d71 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2DP 0.6 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA50_13", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2S.json index e60700f762..827d3c5c41 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL H2S.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSA50_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..068890ea13 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.4 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu PLA-CF @BBL P2S 0.4 nozzle", + "inherits": "Bambu PLA-CF @base", + "from": "system", + "setting_id": "GFSA50_12", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..a315c650f5 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL P2S 0.6 nozzle.json @@ -0,0 +1,172 @@ +{ + "type": "filament", + "name": "Bambu PLA-CF @BBL P2S 0.6 nozzle", + "inherits": "Bambu PLA-CF @base", + "from": "system", + "setting_id": "GFSA50_09", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json index 42273428a5..2802965f94 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C 0.8 nozzle.json @@ -6,20 +6,113 @@ "setting_id": "GFSA50_02", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "18", "18" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "230", "230" ], "nozzle_temperature_initial_layer": [ + "230", "230" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.8 nozzle", @@ -32,8 +125,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C.json index 2063fb8c90..df9d9f97b5 100644 --- a/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PLA-CF @BBL X1C.json @@ -6,20 +6,113 @@ "setting_id": "GFSA50_01", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "15", "15" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "230", "230" ], "nozzle_temperature_initial_layer": [ + "230", "230" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", @@ -28,8 +121,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\nM142 P1 R35 S40\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL P2S.json new file mode 100644 index 0000000000..b34933374a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL P2S.json @@ -0,0 +1,176 @@ +{ + "type": "filament", + "name": "Bambu PPA-CF @BBL P2S", + "inherits": "Bambu PPA-CF @base", + "from": "system", + "setting_id": "GFSN06_03", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json index 0278330335..8ee70c716a 100644 --- a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSN06_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json index 12b3c9d5ed..99042ab3a7 100644 --- a/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PPA-CF @BBL X1E.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PPS-CF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu PPS-CF @BBL X1E.json index a4694394be..c7471d2c9d 100644 --- a/resources/profiles/BBL/filament/Bambu PPS-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu PPS-CF @BBL X1E.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFST02_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "320", + "320" + ], + "nozzle_temperature_initial_layer": [ + "320", + "320" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL H2D.json b/resources/profiles/BBL/filament/Bambu PVA @BBL H2D.json index 9c3259680c..a5a8542ef6 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS04_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu PVA @BBL H2DP.json index 4cd1ad6265..c19703402d 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS04_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL H2S.json b/resources/profiles/BBL/filament/Bambu PVA @BBL H2S.json index 413c8af35d..305e9d0102 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL H2S.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS04_20", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PVA @BBL P1P 0.2 nozzle.json index 47ec5c0ba0..b79d017149 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL P1P 0.2 nozzle.json @@ -12,26 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL P1P.json b/resources/profiles/BBL/filament/Bambu PVA @BBL P1P.json index 964c5e79a7..0bf80773e9 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL P1P.json @@ -11,24 +11,126 @@ "fan_min_speed": [ "50" ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL P2S.json b/resources/profiles/BBL/filament/Bambu PVA @BBL P2S.json new file mode 100644 index 0000000000..04051e4b04 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu PVA @BBL P2S", + "inherits": "Bambu PVA @base", + "from": "system", + "setting_id": "GFSS04_12", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu PVA @BBL X1C 0.2 nozzle.json index 01f0ef77bb..c8bb642f98 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSS04_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1E 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu PVA @BBL X1C.json b/resources/profiles/BBL/filament/Bambu PVA @BBL X1C.json index c3ce4d3780..2e21d0c9fa 100644 --- a/resources/profiles/BBL/filament/Bambu PVA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu PVA @BBL X1C.json @@ -5,12 +5,114 @@ "from": "system", "setting_id": "GFSS04_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL P2S.json new file mode 100644 index 0000000000..d21cf9f542 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu Support For PA/PET @BBL P2S", + "inherits": "Bambu Support For PA/PET @base", + "from": "system", + "setting_id": "GFSS03_04", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json index bcf6a2ad8f..cc5d7b2d91 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support For PA PET @BBL X1C.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json index e2ebe6c849..9f41769b6b 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS02_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "30" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D.json index 1a5c5d9203..40e72b9f14 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS02_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "30" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP 0.2 nozzle.json index 271d6b1501..c794bbb4fb 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS02_17", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "30" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP.json index e7d4e6deb8..2a682e02cb 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS02_18", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "30" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S 0.2 nozzle.json index 6cdbfc2fd6..472af0abb8 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S.json index c34bb21290..5e1555ca5c 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..0a5a16d050 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S 0.2 nozzle.json @@ -0,0 +1,177 @@ +{ + "type": "filament", + "name": "Bambu Support For PLA @BBL P2S 0.2 nozzle", + "inherits": "Bambu Support For PLA @base", + "from": "system", + "setting_id": "GFSS02_15", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "0.5", + "0.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S.json new file mode 100644 index 0000000000..40c90b0b1a --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu Support For PLA @BBL P2S", + "inherits": "Bambu Support For PLA @base", + "from": "system", + "setting_id": "GFSS02_16", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json index cf064eb4de..1f286ee81e 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSS02_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C.json index d136f6380d..69dfa32903 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS02_02", "instantiation": "true", + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json index 5f71f87c3f..87f980f0a2 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P 0.2 nozzle.json @@ -12,26 +12,125 @@ "65" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "0.5", "0.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P.json index 3e3db66e03..6e5b0994cb 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P1P.json @@ -12,23 +12,125 @@ "65" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..3f2e71e484 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu Support For PLA/PETG @BBL P2S 0.2 nozzle", + "inherits": "Bambu Support For PLA/PETG @base", + "from": "system", + "setting_id": "GFSS05_11", + "instantiation": "true", + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "0.5", + "0.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S.json new file mode 100644 index 0000000000..31e3155ccf --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu Support For PLA/PETG @BBL P2S", + "inherits": "Bambu Support For PLA/PETG @base", + "from": "system", + "setting_id": "GFSS05_10", + "instantiation": "true", + "eng_plate_temp": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json index 793ddf06ee..8349b0cbac 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C 0.2 nozzle.json @@ -12,14 +12,113 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "0.5", "0.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C.json index 3f210fc579..77096fac9e 100644 --- a/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support For PLA-PETG @BBL X1C.json @@ -12,11 +12,113 @@ "60" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support G @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu Support G @BBL H2DP.json index 336cff19d1..47f0e1eed3 100644 --- a/resources/profiles/BBL/filament/Bambu Support G @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu Support G @BBL H2DP.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "Bambu Support G @BBL H2DP", - "inherits": "Bambu Support G @BBL X1C", + "inherits": "Bambu Support G @base", "from": "system", "setting_id": "GFSS01_04", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/Bambu Support G @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support G @BBL P2S.json new file mode 100644 index 0000000000..a363410db4 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support G @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Bambu Support G @BBL P2S", + "inherits": "Bambu Support G @base", + "from": "system", + "setting_id": "GFSS01_03", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support G @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support G @BBL X1C.json index b0847af241..96710d4dbc 100644 --- a/resources/profiles/BBL/filament/Bambu Support G @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support G @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS01", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support G @BBL X1E.json b/resources/profiles/BBL/filament/Bambu Support G @BBL X1E.json index 043f8661f7..ff2a9a5336 100644 --- a/resources/profiles/BBL/filament/Bambu Support G @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu Support G @BBL X1E.json @@ -1,13 +1,121 @@ { "type": "filament", "name": "Bambu Support G @BBL X1E", - "inherits": "Bambu Support G @BBL X1C", + "inherits": "Bambu Support G @base", "from": "system", "setting_id": "GFSS01_00", "instantiation": "true", "chamber_temperatures": [ "60" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2D 0.2 nozzle.json index 27a899cb88..013caf5c8d 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS00_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2D.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2D.json index e4d4eeaac0..33025c45c3 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS00_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP 0.2 nozzle.json index c4c035cf38..9a4535423f 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS00_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP.json index f25082093b..1d8fb4695f 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS00_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2S 0.2 nozzle.json index 2a89f81c08..218bfc1bee 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL H2S.json b/resources/profiles/BBL/filament/Bambu Support W @BBL H2S.json index d31ae9491e..f8f3ba5a9e 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "fan_max_speed": [ "80" ], diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support W @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..3ccfac920d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu Support W @BBL P2S 0.2 nozzle", + "inherits": "Bambu Support W @base", + "from": "system", + "setting_id": "GFSS00_13", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "0.5", + "0.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support W @BBL P2S.json new file mode 100644 index 0000000000..fda4dd4b67 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu Support W @BBL P2S", + "inherits": "Bambu Support W @base", + "from": "system", + "setting_id": "GFSS00_12", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL X1.json b/resources/profiles/BBL/filament/Bambu Support W @BBL X1.json index 9c93fb34b5..01e7505ba5 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL X1.json @@ -5,12 +5,117 @@ "from": "system", "setting_id": "GFSS02", "instantiation": "true", + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Bambu Support W @BBL X1C 0.2 nozzle.json index 3a0a8203f7..2c9cc5cc55 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL X1C 0.2 nozzle.json @@ -6,21 +6,117 @@ "setting_id": "GFSS00_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", "Bambu Lab P1S 0.2 nozzle", "Bambu Lab X1E 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support W @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support W @BBL X1C.json index c81b0b6085..6171373a19 100644 --- a/resources/profiles/BBL/filament/Bambu Support W @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support W @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -15,8 +123,5 @@ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support for ABS @BBL P2S.json b/resources/profiles/BBL/filament/Bambu Support for ABS @BBL P2S.json new file mode 100644 index 0000000000..63e1132315 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu Support for ABS @BBL P2S.json @@ -0,0 +1,170 @@ +{ + "type": "filament", + "name": "Bambu Support for ABS @BBL P2S", + "inherits": "Bambu Support for ABS @base", + "from": "system", + "setting_id": "GFSS06_03", + "instantiation": "true", + "activate_air_filtration": [ + "0" + ], + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "10", + "10" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu Support for ABS @BBL X1C.json b/resources/profiles/BBL/filament/Bambu Support for ABS @BBL X1C.json index 9ae445e96c..b5dcbdecc9 100644 --- a/resources/profiles/BBL/filament/Bambu Support for ABS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu Support for ABS @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSS06_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json index 70d3bf7467..352bdf50a8 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2DP.json index 389c6003ea..6df9b6d8d1 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.6 nozzle.json index 6995879908..e15915f2fe 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.6 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.8 nozzle.json index e129f3de56..709bd81678 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "5", "5" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S.json index d60665ac43..f40a1465c3 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json index 1f9171b684..277af3c834 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSU04_01", "instantiation": "true", + "filament_max_volumetric_speed": [ + "2.2", + "2.2" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..c0b9260c42 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S 0.8 nozzle.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @BBL P2S 0.8 nozzle", + "inherits": "Bambu TPU 85A @base", + "from": "system", + "setting_id": "GFSU04_10", + "instantiation": "true", + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.2", + "2.2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1.2", + "1.2" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S.json new file mode 100644 index 0000000000..72483114fe --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL P2S.json @@ -0,0 +1,168 @@ +{ + "type": "filament", + "name": "Bambu TPU 85A @BBL P2S", + "inherits": "Bambu TPU 85A @base", + "from": "system", + "setting_id": "GFSU04_06", + "instantiation": "true", + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.2", + "2.2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1", + "1" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json index 334a1623a8..da7dda2b45 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU 85A @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSU04_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "2.2", + "2.2" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.6 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2D.json index fea34d87d4..456aeda05e 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2DP.json index c448382455..e79f5e0171 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.6 nozzle.json index f3d83403e3..cf5162d4cb 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.6 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.6 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.8 nozzle.json index de09d91d9b..204ddc9a95 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S 0.8 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "5", "5" diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S.json index 555f11b4a3..7250a40765 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P1P.json index d333ee5490..adf2eb88c4 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P1P.json @@ -5,7 +5,114 @@ "from": "system", "setting_id": "GFSU03_01", "instantiation": "true", - "description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.", + "filament_max_volumetric_speed": [ + "2.8", + "2.8" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..dffc0f685d --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.6 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu TPU 90A @BBL P2S 0.6 nozzle", + "inherits": "Bambu TPU 90A @base", + "from": "system", + "setting_id": "GFSU03_16", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.8", + "2.8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.6", + "0.6" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "1", + "1" + ], + "filament_wipe_distance": [ + "0", + "0" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "Spiral Lift", + "Spiral Lift" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..a2e54f6006 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu TPU 90A @BBL P2S 0.8 nozzle", + "inherits": "Bambu TPU 90A @base", + "from": "system", + "setting_id": "GFSU03_17", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.8", + "2.8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1.2", + "1.2" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S.json new file mode 100644 index 0000000000..a9214cfdc9 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL P2S.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Bambu TPU 90A @BBL P2S", + "inherits": "Bambu TPU 90A @base", + "from": "system", + "setting_id": "GFSU03_10", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2.8", + "2.8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "1", + "1" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL X1C.json index 4c95ef88df..31e98023aa 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 90A @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU 90A @BBL X1C.json @@ -5,7 +5,114 @@ "from": "system", "setting_id": "GFSU03_00", "instantiation": "true", - "description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.", + "filament_max_volumetric_speed": [ + "2.8", + "2.8" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "225", + "225" + ], + "nozzle_temperature_initial_layer": [ + "225", + "225" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2D.json index 79454b1c72..1e969f8d0a 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2DP.json index fd3137e4d0..3df22d34db 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2S.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2S.json index cc4a7f25f7..6acc927611 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL P2S.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL P2S.json new file mode 100644 index 0000000000..b23878f251 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Bambu TPU 95A @BBL P2S", + "inherits": "Bambu TPU 95A @base", + "from": "system", + "setting_id": "GFSU01_05", + "instantiation": "true", + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "3.6", + "3.6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1.json index 2625946528..2363e3a192 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1.json @@ -6,8 +6,113 @@ "setting_id": "GFSU01", "instantiation": "true", "filament_max_volumetric_speed": [ + "3.6", "3.6" ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json index 0916bf63a5..1ea07a9238 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSU00", "instantiation": "true", "filament_max_volumetric_speed": [ + "3.6", "3.6" ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2D.json index 34d14cfad3..086cefdb6e 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2DP.json index 76052be762..abf10a7505 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2S.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2S.json index b171d4c2d1..2f2877cedd 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "10", "10" diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1P.json index 839cabf7e1..1d57122256 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1P.json @@ -6,26 +6,125 @@ "setting_id": "GFSU00_02", "instantiation": "true", "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.8", "0.8" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "45" ], "hot_plate_temp_initial_layer": [ "45" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "45" ], "textured_plate_temp_initial_layer": [ "45" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1S.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1S.json index a4ed1b6c38..2a57452d59 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1S.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P1S.json @@ -6,14 +6,113 @@ "setting_id": "GFSU00_03", "instantiation": "true", "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.8", "0.8" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P2S.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P2S.json new file mode 100644 index 0000000000..c50d5e2f26 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL P2S.json @@ -0,0 +1,176 @@ +{ + "type": "filament", + "name": "Bambu TPU 95A HF @BBL P2S", + "inherits": "Bambu TPU 95A HF @base", + "from": "system", + "setting_id": "GFSU00_10", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1.json index e593e255a5..eb4d1c8300 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1.json @@ -6,14 +6,113 @@ "setting_id": "GFSU00_01", "instantiation": "true", "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.8", "0.8" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1C.json index 6a85000d0a..7889953d03 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1C.json @@ -6,14 +6,113 @@ "setting_id": "GFSU00_00", "instantiation": "true", "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.8", "0.8" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 Carbon 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1E.json b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1E.json index 103586ab45..56d5892475 100644 --- a/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Bambu TPU 95A HF @BBL X1E.json @@ -6,14 +6,113 @@ "setting_id": "GFSU00_04", "instantiation": "true", "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.8", "0.8" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json index 34cfa873a2..bc8ecafa75 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_max_speed": [ "40" ], diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2DP.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2DP.json index c352449911..d7982b42b8 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_max_speed": [ "40" ], diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2S.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2S.json index 3bba8360f3..ddef1ce330 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2S.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_max_speed": [ "60" ], diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json index a6ca641756..7b0c7f213f 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P1P.json @@ -9,14 +9,113 @@ "40" ], "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.4", "0.4" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_flow_ratio": [ + "0.97", + "0.97" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P2S.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P2S.json new file mode 100644 index 0000000000..07e27a6df0 --- /dev/null +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL P2S.json @@ -0,0 +1,182 @@ +{ + "type": "filament", + "name": "Bambu TPU for AMS @BBL P2S", + "inherits": "Bambu TPU for AMS @base", + "from": "system", + "setting_id": "GFSU02_05", + "instantiation": "true", + "additional_cooling_fan_speed": [ + "100" + ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "30" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.97", + "0.97" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json index 209e708196..f11f2b357a 100644 --- a/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Bambu TPU for AMS @BBL X1C.json @@ -9,14 +9,113 @@ "40" ], "filament_deretraction_speed": [ + "nil", "nil" ], "filament_retraction_length": [ + "0.4", "0.4" ], "filament_retraction_speed": [ + "nil", "nil" ], + "filament_flow_ratio": [ + "0.97", + "0.97" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic ABS @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic ABS @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..f062f34eff --- /dev/null +++ b/resources/profiles/BBL/filament/Generic ABS @BBL P2S 0.2 nozzle.json @@ -0,0 +1,165 @@ +{ + "type": "filament", + "name": "Generic ABS @BBL P2S 0.2 nozzle", + "inherits": "Generic ABS @base", + "from": "system", + "setting_id": "GFSB99_10", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic ABS @BBL P2S.json b/resources/profiles/BBL/filament/Generic ABS @BBL P2S.json new file mode 100644 index 0000000000..9cc0b9dfc0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic ABS @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic ABS @BBL P2S", + "inherits": "Generic ABS @base", + "from": "system", + "setting_id": "GFSB99_09", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic ABS @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic ABS @BBL X1E 0.2 nozzle.json index 217ee39225..5d4c2d152a 100644 --- a/resources/profiles/BBL/filament/Generic ABS @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic ABS @BBL X1E 0.2 nozzle.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB99_04", "instantiation": "true", + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Generic ABS @BBL X1E.json b/resources/profiles/BBL/filament/Generic ABS @BBL X1E.json index f8755a9f65..41ca14f9a8 100644 --- a/resources/profiles/BBL/filament/Generic ABS @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic ABS @BBL X1E.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB99_03", "instantiation": "true", + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic ASA @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic ASA @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..941cb44bb0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic ASA @BBL P2S 0.2 nozzle.json @@ -0,0 +1,183 @@ +{ + "type": "filament", + "name": "Generic ASA @BBL P2S 0.2 nozzle", + "inherits": "Generic ASA @base", + "from": "system", + "setting_id": "GFSB98_07", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic ASA @BBL P2S.json b/resources/profiles/BBL/filament/Generic ASA @BBL P2S.json new file mode 100644 index 0000000000..16530dc8ea --- /dev/null +++ b/resources/profiles/BBL/filament/Generic ASA @BBL P2S.json @@ -0,0 +1,185 @@ +{ + "type": "filament", + "name": "Generic ASA @BBL P2S", + "inherits": "Generic ASA @base", + "from": "system", + "setting_id": "GFSB98_08", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "90" + ], + "eng_plate_temp_initial_layer": [ + "90" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "90" + ], + "hot_plate_temp_initial_layer": [ + "90" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "90" + ], + "textured_plate_temp_initial_layer": [ + "90" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic ASA @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic ASA @BBL X1E 0.2 nozzle.json index 758d7aa64b..953077c47e 100644 --- a/resources/profiles/BBL/filament/Generic ASA @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic ASA @BBL X1E 0.2 nozzle.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB98_01", "instantiation": "true", + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Generic ASA @BBL X1E.json b/resources/profiles/BBL/filament/Generic ASA @BBL X1E.json index c93c41ffb7..d4f9047ee1 100644 --- a/resources/profiles/BBL/filament/Generic ASA @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic ASA @BBL X1E.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB98_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic BVOH @BBL H2D.json b/resources/profiles/BBL/filament/Generic BVOH @BBL H2D.json index 050328a2df..f599cb64aa 100644 --- a/resources/profiles/BBL/filament/Generic BVOH @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic BVOH @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS97_03", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic BVOH @BBL H2DP.json b/resources/profiles/BBL/filament/Generic BVOH @BBL H2DP.json index b40a751b3f..432c528bc2 100644 --- a/resources/profiles/BBL/filament/Generic BVOH @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic BVOH @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS97_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic BVOH @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic BVOH @BBL H2S 0.4 nozzle.json index 8512910d65..369ee37118 100644 --- a/resources/profiles/BBL/filament/Generic BVOH @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic BVOH @BBL H2S 0.4 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS97_11", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic BVOH @BBL P2S.json b/resources/profiles/BBL/filament/Generic BVOH @BBL P2S.json new file mode 100644 index 0000000000..50df38a871 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic BVOH @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic BVOH @BBL P2S", + "inherits": "Generic BVOH @base", + "from": "system", + "setting_id": "GFSS97_04", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic BVOH @BBL X1C.json b/resources/profiles/BBL/filament/Generic BVOH @BBL X1C.json index 12205f9c9a..ceb9d8125c 100644 --- a/resources/profiles/BBL/filament/Generic BVOH @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic BVOH @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS97_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic EVA @BBL H2D.json b/resources/profiles/BBL/filament/Generic EVA @BBL H2D.json index 9a5084ff95..be14fdf265 100644 --- a/resources/profiles/BBL/filament/Generic EVA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic EVA @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSR99_03", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic EVA @BBL H2DP.json b/resources/profiles/BBL/filament/Generic EVA @BBL H2DP.json index b3d34df072..98afc2f59b 100644 --- a/resources/profiles/BBL/filament/Generic EVA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic EVA @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSR99_05", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic EVA @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic EVA @BBL H2S 0.4 nozzle.json index 21470fc9aa..20a5bd9ba6 100644 --- a/resources/profiles/BBL/filament/Generic EVA @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic EVA @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSR99_12", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic EVA @BBL P2S.json b/resources/profiles/BBL/filament/Generic EVA @BBL P2S.json new file mode 100644 index 0000000000..4dd2c1d729 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic EVA @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic EVA @BBL P2S", + "inherits": "Generic EVA @base", + "from": "system", + "setting_id": "GFSR99_04", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic EVA @BBL X1C.json b/resources/profiles/BBL/filament/Generic EVA @BBL X1C.json index c10fe78b5e..5f68705d4e 100644 --- a/resources/profiles/BBL/filament/Generic EVA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic EVA @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSR99_00", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic HIPS @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic HIPS @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..a111a0862e --- /dev/null +++ b/resources/profiles/BBL/filament/Generic HIPS @BBL P2S 0.2 nozzle.json @@ -0,0 +1,165 @@ +{ + "type": "filament", + "name": "Generic HIPS @BBL P2S 0.2 nozzle", + "inherits": "Generic HIPS @base", + "from": "system", + "setting_id": "GFSS98_09", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "0.5", + "0.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic HIPS @BBL P2S.json b/resources/profiles/BBL/filament/Generic HIPS @BBL P2S.json new file mode 100644 index 0000000000..546e17417e --- /dev/null +++ b/resources/profiles/BBL/filament/Generic HIPS @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic HIPS @BBL P2S", + "inherits": "Generic HIPS @base", + "from": "system", + "setting_id": "GFSS98_08", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic HIPS @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic HIPS @BBL X1C 0.2 nozzle.json index f4f53fb2d3..fca24ac76d 100644 --- a/resources/profiles/BBL/filament/Generic HIPS @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic HIPS @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSS98_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Generic HIPS @BBL X1C.json b/resources/profiles/BBL/filament/Generic HIPS @BBL X1C.json index 9890712738..d5343086a6 100644 --- a/resources/profiles/BBL/filament/Generic HIPS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic HIPS @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS98_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PA @BBL P2S.json b/resources/profiles/BBL/filament/Generic PA @BBL P2S.json new file mode 100644 index 0000000000..d65a06ed8f --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PA @BBL P2S.json @@ -0,0 +1,164 @@ +{ + "type": "filament", + "name": "Generic PA @BBL P2S", + "inherits": "Generic PA @base", + "from": "system", + "setting_id": "GFSN99_02", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PA-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PA-CF @BBL P2S.json new file mode 100644 index 0000000000..9013f67b76 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PA-CF @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic PA-CF @BBL P2S", + "inherits": "Generic PA-CF @base", + "from": "system", + "setting_id": "GFSN98_03", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PA-CF @BBL X1E.json b/resources/profiles/BBL/filament/Generic PA-CF @BBL X1E.json index 6c2b48142f..618ed32c62 100644 --- a/resources/profiles/BBL/filament/Generic PA-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PA-CF @BBL X1E.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PC @BBL P1S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PC @BBL P1S 0.2 nozzle.json index 43ba9a9c6b..17af8d8ff2 100644 --- a/resources/profiles/BBL/filament/Generic PC @BBL P1S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PC @BBL P1S 0.2 nozzle.json @@ -11,18 +11,126 @@ "eng_plate_temp_initial_layer": [ "100" ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Generic PC @BBL P1S.json b/resources/profiles/BBL/filament/Generic PC @BBL P1S.json index a384d080e8..045093a22b 100644 --- a/resources/profiles/BBL/filament/Generic PC @BBL P1S.json +++ b/resources/profiles/BBL/filament/Generic PC @BBL P1S.json @@ -11,18 +11,126 @@ "eng_plate_temp_initial_layer": [ "100" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PC @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PC @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..48ca1be3e6 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PC @BBL P2S 0.2 nozzle.json @@ -0,0 +1,183 @@ +{ + "type": "filament", + "name": "Generic PC @BBL P2S 0.2 nozzle", + "inherits": "Generic PC @0.2 nozzle", + "from": "system", + "setting_id": "GFSC99_13", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PC @BBL P2S.json b/resources/profiles/BBL/filament/Generic PC @BBL P2S.json new file mode 100644 index 0000000000..ac80f0ac48 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PC @BBL P2S.json @@ -0,0 +1,185 @@ +{ + "type": "filament", + "name": "Generic PC @BBL P2S", + "inherits": "Generic PC", + "from": "system", + "setting_id": "GFSC99_14", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "eng_plate_temp": [ + "100" + ], + "eng_plate_temp_initial_layer": [ + "100" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "textured_plate_temp": [ + "100" + ], + "textured_plate_temp_initial_layer": [ + "100" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PC @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PC @BBL X1E 0.2 nozzle.json index ed8ebb495e..1dd7d42ea5 100644 --- a/resources/profiles/BBL/filament/Generic PC @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PC @BBL X1E 0.2 nozzle.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Generic PC @BBL X1E.json b/resources/profiles/BBL/filament/Generic PC @BBL X1E.json index 9d8c61a978..54f6493fcd 100644 --- a/resources/profiles/BBL/filament/Generic PC @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PC @BBL X1E.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PCTG @BBL P2S.json b/resources/profiles/BBL/filament/Generic PCTG @BBL P2S.json new file mode 100644 index 0000000000..94823e01a6 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PCTG @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic PCTG @BBL P2S", + "inherits": "Generic PCTG @base", + "from": "system", + "setting_id": "GFSG97_04", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PCTG @BBL X1C.json b/resources/profiles/BBL/filament/Generic PCTG @BBL X1C.json index e7802ed3d7..2786fc4ba6 100644 --- a/resources/profiles/BBL/filament/Generic PCTG @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PCTG @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSG97_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PE @BBL H2D.json b/resources/profiles/BBL/filament/Generic PE @BBL H2D.json index dce2f4dff5..5505214f9a 100644 --- a/resources/profiles/BBL/filament/Generic PE @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PE @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSP99_03", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PE @BBL H2DP.json index 70e5bbdb02..3cc9c3d197 100644 --- a/resources/profiles/BBL/filament/Generic PE @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PE @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSP99_05", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PE @BBL H2S 0.4 nozzle.json index 2898f06e33..756aa27fe2 100644 --- a/resources/profiles/BBL/filament/Generic PE @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PE @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSP99_11", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE @BBL P2S.json b/resources/profiles/BBL/filament/Generic PE @BBL P2S.json new file mode 100644 index 0000000000..5c6dd41dc7 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PE @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PE @BBL P2S", + "inherits": "Generic PE @base", + "from": "system", + "setting_id": "GFSP99_04", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PE @BBL X1C.json b/resources/profiles/BBL/filament/Generic PE @BBL X1C.json index da34e44a63..45c000e21f 100644 --- a/resources/profiles/BBL/filament/Generic PE @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PE @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSP99_00", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2D.json b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2D.json index dd4505a7be..23df00e470 100644 --- a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSP98_03", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2DP.json index 64ed864f09..24c6ff69fa 100644 --- a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSP98_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2S 0.4 nozzle.json index 24d630a3ea..6acb37cace 100644 --- a/resources/profiles/BBL/filament/Generic PE-CF @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PE-CF @BBL H2S 0.4 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSP98_11", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PE-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PE-CF @BBL P2S.json new file mode 100644 index 0000000000..d64ba2f020 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PE-CF @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PE-CF @BBL P2S", + "inherits": "Generic PE-CF @base", + "from": "system", + "setting_id": "GFSP98_04", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PE-CF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PE-CF @BBL X1C.json index bf95029646..d98099a15d 100644 --- a/resources/profiles/BBL/filament/Generic PE-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PE-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSP98_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "210", + "210" + ], + "nozzle_temperature_initial_layer": [ + "210", + "210" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PETG @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PETG @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..084c7f69e0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG @BBL P2S 0.2 nozzle.json @@ -0,0 +1,165 @@ +{ + "type": "filament", + "name": "Generic PETG @BBL P2S 0.2 nozzle", + "inherits": "Generic PETG @base", + "from": "system", + "setting_id": "GFSG99_12", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG @BBL P2S.json b/resources/profiles/BBL/filament/Generic PETG @BBL P2S.json new file mode 100644 index 0000000000..6bfd92f374 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic PETG @BBL P2S", + "inherits": "Generic PETG @base", + "from": "system", + "setting_id": "GFSG99_09", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P 0.2 nozzle.json index ff6131e515..37fecd5b2c 100644 --- a/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSG96_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P.json index 12ef5acaa1..f48c8ffc5e 100644 --- a/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P.json +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL P1P.json @@ -6,8 +6,113 @@ "setting_id": "GFSG96_02", "instantiation": "true", "filament_retraction_length": [ + "0.4", "0.4" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..c217341e5d --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.2 nozzle.json @@ -0,0 +1,165 @@ +{ + "type": "filament", + "name": "Generic PETG HF @BBL P2S 0.2 nozzle", + "inherits": "Generic PETG HF @base", + "from": "system", + "setting_id": "GFSG96_11", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1", + "1" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.4 nozzle.json new file mode 100644 index 0000000000..916fec6abf --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S 0.4 nozzle.json @@ -0,0 +1,165 @@ +{ + "type": "filament", + "name": "Generic PETG HF @BBL P2S 0.4 nozzle", + "inherits": "Generic PETG HF @base", + "from": "system", + "setting_id": "GFSG96_24", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "240", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S.json new file mode 100644 index 0000000000..d960f9b499 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL P2S.json @@ -0,0 +1,166 @@ +{ + "type": "filament", + "name": "Generic PETG HF @BBL P2S", + "inherits": "Generic PETG HF @base", + "from": "system", + "setting_id": "GFSG96_10", + "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C 0.2 nozzle.json index 963be7b885..12357fd150 100644 --- a/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSG96_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C.json index 7e83580a3c..9d7ff2e4ce 100644 --- a/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PETG HF @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSG96_00", "instantiation": "true", "filament_retraction_length": [ + "0.4", "0.4" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PETG-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PETG-CF @BBL P2S.json new file mode 100644 index 0000000000..27bdc67c75 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PETG-CF @BBL P2S.json @@ -0,0 +1,179 @@ +{ + "type": "filament", + "name": "Generic PETG-CF @BBL P2S", + "inherits": "Generic PETG-CF @base", + "from": "system", + "setting_id": "GFSG98_03", + "instantiation": "true", + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "5" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "11.5", + "11.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "overhang_fan_speed": [ + "100" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json index 59be4dea79..d3ec3e6073 100644 --- a/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PETG-CF @BBL X1C.json @@ -15,11 +15,116 @@ "5" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PHA @BBL H2D.json b/resources/profiles/BBL/filament/Generic PHA @BBL H2D.json index e1cd2ee225..69d692b073 100644 --- a/resources/profiles/BBL/filament/Generic PHA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PHA @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSR98_03", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PHA @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PHA @BBL H2DP.json index edbc8068ed..b70cf1b2c1 100644 --- a/resources/profiles/BBL/filament/Generic PHA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PHA @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSR98_05", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PHA @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PHA @BBL H2S 0.4 nozzle.json index 242c475d2c..546df47bb5 100644 --- a/resources/profiles/BBL/filament/Generic PHA @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PHA @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSR98_11", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PHA @BBL P2S.json b/resources/profiles/BBL/filament/Generic PHA @BBL P2S.json new file mode 100644 index 0000000000..3f7d178a29 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PHA @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PHA @BBL P2S", + "inherits": "Generic PHA @base", + "from": "system", + "setting_id": "GFSR98_04", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PHA @BBL X1C.json b/resources/profiles/BBL/filament/Generic PHA @BBL X1C.json index 0305af0ee6..e5e7783628 100644 --- a/resources/profiles/BBL/filament/Generic PHA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PHA @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSR98_00", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2D 0.2 nozzle.json index 692fdb610b..3025f5f541 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL99_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2D.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2D.json index 88ef947986..c620fc4a94 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL99_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2DP 0.2 nozzle.json index fb71291737..ade335085c 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL99_16", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2DP.json index 821a1283da..2e36f41b12 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL99_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2S 0.2 nozzle.json index dd56f65199..0a06245202 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL H2S.json b/resources/profiles/BBL/filament/Generic PLA @BBL H2S.json index 94218d26bb..f0cc62a0fa 100644 --- a/resources/profiles/BBL/filament/Generic PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..6fda4f5827 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Generic PLA @BBL P2S 0.2 nozzle", + "inherits": "Generic PLA @base", + "from": "system", + "setting_id": "GFSL99_14", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "1.6", + "1.6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PLA @BBL P2S.json b/resources/profiles/BBL/filament/Generic PLA @BBL P2S.json new file mode 100644 index 0000000000..5e7da8a1d0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PLA @BBL P2S", + "inherits": "Generic PLA @base", + "from": "system", + "setting_id": "GFSL99_13", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json index fbddc1b610..363cc17e3d 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL95_09", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D.json index 08bab32bbf..0beda8641e 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL95_08", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json index 046eb86b22..0c4cfbb9c5 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "Generic PLA High Speed @BBL H2DP 0.2 nozzle", - "inherits": "Generic PLA High Speed @BBL X1C", + "inherits": "Generic PLA High Speed @base", "from": "system", "setting_id": "GFSL95_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" @@ -109,9 +115,6 @@ "10", "10" ], - "slow_down_layer_time": [ - "8" - ], "volumetric_speed_coefficients": [ "0 0 0 0 0 0", "0 0 0 0 0 0" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP.json index ab38d538ec..d2c7922917 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL95_14", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S 0.2 nozzle.json index 7540a0bd96..14d0bb40f1 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S.json index 58e1a14487..0975743c9a 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json index a96bb26134..ae9b7cd6e4 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL95_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P.json index a1750a1a16..37a44b345f 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P1P.json @@ -11,18 +11,126 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..e46249cfb0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S 0.2 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PLA High Speed @BBL P2S 0.2 nozzle", + "inherits": "Generic PLA High Speed @base", + "from": "system", + "setting_id": "GFSL95_13", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "4" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S.json new file mode 100644 index 0000000000..0f68922a87 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL P2S.json @@ -0,0 +1,176 @@ +{ + "type": "filament", + "name": "Generic PLA High Speed @BBL P2S", + "inherits": "Generic PLA High Speed @base", + "from": "system", + "setting_id": "GFSL95_12", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "4" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json index 51a76c165a..4d1639b736 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL95_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C.json b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C.json index 7263d42f85..190d0870f9 100644 --- a/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PLA High Speed @BBL X1C.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSL95_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "4" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2D.json b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2D.json index e2d4bb21d1..a569a677df 100644 --- a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL96_02", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2DP.json index 90e67ca3d7..618fd2f1bd 100644 --- a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL96_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2S.json b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2S.json index 8b7730cb71..cd64590781 100644 --- a/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic PLA Silk @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA Silk @BBL P2S.json b/resources/profiles/BBL/filament/Generic PLA Silk @BBL P2S.json new file mode 100644 index 0000000000..880b4a3b3b --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA Silk @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PLA Silk @BBL P2S", + "inherits": "Generic PLA Silk @base", + "from": "system", + "setting_id": "GFSL96_03", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "7.5", + "7.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.5", + "0.5" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2D.json b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2D.json index 4ffecfe404..17fc0c16af 100644 --- a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL98_02", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2DP.json index f9db0b3813..3880baea63 100644 --- a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL98_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2S.json b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2S.json index d5173e6ab9..7d13a4d0de 100644 --- a/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic PLA-CF @BBL H2S.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL98_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PLA-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PLA-CF @BBL P2S.json new file mode 100644 index 0000000000..2befdeed96 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PLA-CF @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PLA-CF @BBL P2S", + "inherits": "Generic PLA-CF @base", + "from": "system", + "setting_id": "GFSL98_03", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PP @BBL H2D.json b/resources/profiles/BBL/filament/Generic PP @BBL H2D.json index 5c6c5f3d27..d920f2ee8f 100644 --- a/resources/profiles/BBL/filament/Generic PP @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PP @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSP97_04", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PP @BBL H2DP.json index f44eebc1f5..e96ebb5ab1 100644 --- a/resources/profiles/BBL/filament/Generic PP @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PP @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSP97_06", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PP @BBL H2S 0.4 nozzle.json index c2dbc08e5b..f7bb37a3e5 100644 --- a/resources/profiles/BBL/filament/Generic PP @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PP @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSP97_12", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP @BBL P2S.json b/resources/profiles/BBL/filament/Generic PP @BBL P2S.json new file mode 100644 index 0000000000..82db40e936 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PP @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PP @BBL P2S", + "inherits": "Generic PP @base", + "from": "system", + "setting_id": "GFSP97_05", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PP @BBL X1C.json b/resources/profiles/BBL/filament/Generic PP @BBL X1C.json index 664b7be27f..9533d40b2b 100644 --- a/resources/profiles/BBL/filament/Generic PP @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PP @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSP97_00", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2D.json b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2D.json index 8d69684dc2..e930f09845 100644 --- a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSP96_02", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2DP.json index a4d367750a..dbd4bf2d69 100644 --- a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSP96_04", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2S 0.4 nozzle.json index ed8746e22c..500c07ce56 100644 --- a/resources/profiles/BBL/filament/Generic PP-CF @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PP-CF @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSP96_10", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PP-CF @BBL P2S.json new file mode 100644 index 0000000000..90248088fa --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PP-CF @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PP-CF @BBL P2S", + "inherits": "Generic PP-CF @base", + "from": "system", + "setting_id": "GFSP96_03", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PP-CF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PP-CF @BBL X1C.json index 2653f7acc8..9539f9349c 100644 --- a/resources/profiles/BBL/filament/Generic PP-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PP-CF @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSP96_00", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2D.json b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2D.json index 4df72e389b..8c15ffb83a 100644 --- a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2D.json @@ -6,6 +6,12 @@ "setting_id": "GFSP95_01", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2DP.json index edf25b72c8..e561b5257f 100644 --- a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2DP.json @@ -6,6 +6,12 @@ "setting_id": "GFSP95_03", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2S 0.4 nozzle.json index 42e3040e22..613407a5ec 100644 --- a/resources/profiles/BBL/filament/Generic PP-GF @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PP-GF @BBL H2S 0.4 nozzle.json @@ -6,6 +6,12 @@ "setting_id": "GFSP95_9", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PP-GF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PP-GF @BBL P2S.json new file mode 100644 index 0000000000..b492c8d5a1 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PP-GF @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "filament", + "name": "Generic PP-GF @BBL P2S", + "inherits": "Generic PP-GF @base", + "from": "system", + "setting_id": "GFSP95_02", + "instantiation": "true", + "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PP-GF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PP-GF @BBL X1C.json index 7a94c1ad98..09044fb68b 100644 --- a/resources/profiles/BBL/filament/Generic PP-GF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PP-GF @BBL X1C.json @@ -6,6 +6,114 @@ "setting_id": "GFSP97_03", "instantiation": "true", "description": "This is neither a commonly used filament, nor one of Bambu filaments, and it varies a lot from brand to brand. So, it's highly recommended to ask its vendor for suitable profile before printing and adjust some parameters according to its performances.", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "235", + "235" + ], + "nozzle_temperature_initial_layer": [ + "235", + "235" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPA-CF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PPA-CF @BBL P2S.json new file mode 100644 index 0000000000..58e60b12fa --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PPA-CF @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PPA-CF @BBL P2S", + "inherits": "Generic PPA-CF @base", + "from": "system", + "setting_id": "GFSN97_03", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "fan_max_speed": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6.5", + "6.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json index ca1d8fc926..444dce00c4 100644 --- a/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1C.json @@ -9,11 +9,116 @@ "35" ], "filament_max_volumetric_speed": [ + "6.5", "6.5" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], "overhang_fan_threshold": [ "25%" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json b/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json index 7e1c4d8f63..5fd347c535 100644 --- a/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PPA-CF @BBL X1E.json @@ -12,11 +12,116 @@ "35" ], "filament_max_volumetric_speed": [ + "6.5", "6.5" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], "overhang_fan_threshold": [ "25%" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPA-GF @BBL P2S.json b/resources/profiles/BBL/filament/Generic PPA-GF @BBL P2S.json new file mode 100644 index 0000000000..966a2ef431 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PPA-GF @BBL P2S.json @@ -0,0 +1,167 @@ +{ + "type": "filament", + "name": "Generic PPA-GF @BBL P2S", + "inherits": "Generic PPA-GF @base", + "from": "system", + "setting_id": "GFSN96_03", + "instantiation": "true", + "chamber_temperatures": [ + "60" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json b/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json index d8a71bf113..4e1f7cfb1b 100644 --- a/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSN96_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json b/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json index a1311be8f6..ebc33683a2 100644 --- a/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PPA-GF @BBL X1E.json @@ -8,6 +8,114 @@ "chamber_temperatures": [ "60" ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPS @BBL X1E.json b/resources/profiles/BBL/filament/Generic PPS @BBL X1E.json index 9afaeeb5ea..e0a8cf73ba 100644 --- a/resources/profiles/BBL/filament/Generic PPS @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PPS @BBL X1E.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFST97_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "4", + "4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "320", + "320" + ], + "nozzle_temperature_initial_layer": [ + "320", + "320" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PPS-CF @BBL X1E.json b/resources/profiles/BBL/filament/Generic PPS-CF @BBL X1E.json index 929ccff925..7dbb00b054 100644 --- a/resources/profiles/BBL/filament/Generic PPS-CF @BBL X1E.json +++ b/resources/profiles/BBL/filament/Generic PPS-CF @BBL X1E.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFST98_00", "instantiation": "true", + "filament_max_volumetric_speed": [ + "3", + "3" + ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "320", + "320" + ], + "nozzle_temperature_initial_layer": [ + "320", + "320" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.8 nozzle", "Bambu Lab X1E 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Generic PVA @BBL H2D.json b/resources/profiles/BBL/filament/Generic PVA @BBL H2D.json index 6302d98259..a992f94958 100644 --- a/resources/profiles/BBL/filament/Generic PVA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic PVA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS99_06", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PVA @BBL H2DP.json b/resources/profiles/BBL/filament/Generic PVA @BBL H2DP.json index b082718687..7179c1ef1a 100644 --- a/resources/profiles/BBL/filament/Generic PVA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic PVA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS99_12", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PVA @BBL H2S 0.4 nozzle.json b/resources/profiles/BBL/filament/Generic PVA @BBL H2S 0.4 nozzle.json index 1c2a36228c..46586f2122 100644 --- a/resources/profiles/BBL/filament/Generic PVA @BBL H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/Generic PVA @BBL H2S 0.4 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSS99_21", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic PVA @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Generic PVA @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..d20e4e9a90 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PVA @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "filament", + "name": "Generic PVA @BBL P2S 0.2 nozzle", + "inherits": "Generic PVA @base", + "from": "system", + "setting_id": "GFSS99_07", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "3", + "3" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "0.5", + "0.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic PVA @BBL P2S.json b/resources/profiles/BBL/filament/Generic PVA @BBL P2S.json new file mode 100644 index 0000000000..bbe575cbb1 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic PVA @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic PVA @BBL P2S", + "inherits": "Generic PVA @base", + "from": "system", + "setting_id": "GFSS99_08", + "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic TPU @BBL H2D.json b/resources/profiles/BBL/filament/Generic TPU @BBL H2D.json index be3ac3f08a..bfed307d3e 100644 --- a/resources/profiles/BBL/filament/Generic TPU @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic TPU @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic TPU @BBL H2DP.json b/resources/profiles/BBL/filament/Generic TPU @BBL H2DP.json index 54c2e3ce97..11ee161c7d 100644 --- a/resources/profiles/BBL/filament/Generic TPU @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic TPU @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic TPU @BBL H2S.json b/resources/profiles/BBL/filament/Generic TPU @BBL H2S.json index 9e02f11ce7..30b9e88bb9 100644 --- a/resources/profiles/BBL/filament/Generic TPU @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic TPU @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Generic TPU @BBL P2S.json b/resources/profiles/BBL/filament/Generic TPU @BBL P2S.json new file mode 100644 index 0000000000..a1f564f207 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic TPU @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "filament", + "name": "Generic TPU @BBL P2S", + "inherits": "Generic TPU @base", + "from": "system", + "setting_id": "GFSU99_05", + "instantiation": "true", + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "3.2", + "3.2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2D.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2D.json index d20ee36841..97d92b6e74 100644 --- a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2D.json +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2D.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_cooling_layer_time": [ "40" ], diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2DP.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2DP.json index 4201df09af..db65886986 100644 --- a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2DP.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_cooling_layer_time": [ "40" ], diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2S.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2S.json index 8b556c1fde..eb5b286db3 100644 --- a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2S.json +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "100" ], + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], "fan_cooling_layer_time": [ "40" ], diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P1P.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P1P.json index fafe5667f4..2760489606 100644 --- a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P1P.json +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P1P.json @@ -14,12 +14,120 @@ "fan_min_speed": [ "10" ], + "filament_max_volumetric_speed": [ + "10.5", + "10.5" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], "overhang_fan_threshold": [ "25%" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P2S.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P2S.json new file mode 100644 index 0000000000..3811ccdde0 --- /dev/null +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL P2S.json @@ -0,0 +1,188 @@ +{ + "type": "filament", + "name": "Generic TPU for AMS @BBL P2S", + "inherits": "Generic TPU for AMS @base", + "from": "system", + "setting_id": "GFSU98_07", + "instantiation": "true", + "eng_plate_temp": [ + "35" + ], + "eng_plate_temp_initial_layer": [ + "35" + ], + "fan_cooling_layer_time": [ + "40" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "10" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "10.5", + "10.5" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_ramming_volumetric_speed_nc": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "first_x_layer_fan_speed": [ + "40" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_pre_cooling_temperature_nc": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_ramming_travel_time_nc": [ + "0", + "0" + ], + "filament_enable_overhang_speed": [ + "1", + "1" + ], + "filament_overhang_1_4_speed": [ + "0", + "0" + ], + "filament_overhang_2_4_speed": [ + "50", + "50" + ], + "filament_overhang_3_4_speed": [ + "30", + "30" + ], + "filament_overhang_4_4_speed": [ + "10", + "10" + ], + "filament_overhang_totally_speed": [ + "10", + "10" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "overhang_fan_threshold": [ + "25%" + ], + "override_process_overhang_speed": [ + "0", + "0" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "slow_down_layer_time": [ + "10" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle", + "Bambu Lab P2S 0.6 nozzle", + "Bambu Lab P2S 0.8 nozzle" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL X1C.json b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL X1C.json index b2e6d31197..5267568453 100644 --- a/resources/profiles/BBL/filament/Generic TPU for AMS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Generic TPU for AMS @BBL X1C.json @@ -14,12 +14,120 @@ "fan_min_speed": [ "10" ], + "filament_max_volumetric_speed": [ + "10.5", + "10.5" + ], + "filament_retraction_length": [ + "0.8", + "0.8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], "overhang_fan_threshold": [ "25%" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab P1S 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json index f3cc40e1ba..318f1e7d21 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL05_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D.json index 7ca3e099b4..bcdb58685b 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL05_09", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json index 097efe9dda..157b2af5ff 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "Overture Matte PLA @BBL H2DP 0.2 nozzle", - "inherits": "Overture Matte PLA @BBL X1C", + "inherits": "Overture Matte PLA @base", "from": "system", "setting_id": "GFSL05_16", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP.json index 4f5abbbbde..32c7b53b16 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL05_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S 0.2 nozzle.json index 6e025ad582..f224401461 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S.json b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S.json index c0cc162154..7e659b2b0c 100644 --- a/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/Overture Matte PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2D 0.2 nozzle.json index 60f9d5dcbf..0d139754ec 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL04_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2D.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2D.json index f2b84b250a..fef374fd00 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL04_09", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2DP 0.2 nozzle.json index d5adf128dc..4867ee58b4 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "Overture PLA @BBL H2DP 0.2 nozzle", - "inherits": "Overture PLA @BBL X1C", + "inherits": "Overture PLA @base", "from": "system", "setting_id": "GFSL04_16", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2DP.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2DP.json index 99b777e49d..91c7119d1c 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL04_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2S 0.2 nozzle.json index 0cfb58127e..d1327b36bd 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture PLA @BBL H2S.json b/resources/profiles/BBL/filament/Overture PLA @BBL H2S.json index 75b3a75a0a..9869918bfc 100644 --- a/resources/profiles/BBL/filament/Overture PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/Overture PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json index 796db32d7c..66c7f1c3e1 100644 --- a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL05_04", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json index 634f7ef0a9..05ebcbe61e 100644 --- a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json index ba16728a53..039f7300a6 100644 --- a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSL05_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.6 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json index 2fb98ad95b..9d3ea20395 100644 --- a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL05_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json index bdfcdeef90..a021252d09 100644 --- a/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Overture/Overture Matte PLA @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL05_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json index 4731f4ad12..714d4a117d 100644 --- a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL04_04", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json index d1d0e4af73..9066322865 100644 --- a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL P1P.json @@ -11,9 +11,117 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json index 28b917ca5f..67d2a31676 100644 --- a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSL04_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json index 4148df18ae..bdbef090ff 100644 --- a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL04_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json index 62a0d4d9e8..bf8d1c11ad 100644 --- a/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Overture/Overture PLA @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL04_05", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json index b80e46e151..a2520561a6 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P 0.2 nozzle.json @@ -9,23 +9,118 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -35,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P.json index c27df74dbb..4fc65dad61 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu ABS @BBL P1P.json @@ -9,23 +9,118 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "16", "16" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -35,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PA-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PA-CF @BBL P1P.json index 8a29f7a0db..ea157df970 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PA-CF @BBL P1P.json @@ -17,12 +17,114 @@ "full_fan_speed_layer": [ "2" ], + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "290", "290" ], "nozzle_temperature_initial_layer": [ + "290", "290" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PAHT-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PAHT-CF @BBL P1P.json index 705d143274..6038328879 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PAHT-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PAHT-CF @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSN04_10", "instantiation": "true", + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json index bbf4b7ee51..ea66082ff8 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P 0.2 nozzle.json @@ -15,20 +15,118 @@ "20" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "260", "260" ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -38,6 +136,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P.json index 2a5769421e..22391da03b 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PC @BBL P1P.json @@ -14,15 +14,119 @@ "fan_max_speed": [ "20" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "12" ], @@ -32,6 +136,10 @@ "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PET-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PET-CF @BBL P1P.json index 9edc5c0844..c6862a2939 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PET-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PET-CF @BBL P1P.json @@ -5,12 +5,120 @@ "from": "system", "setting_id": "GFST01_10", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_min_speed": [ "20" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json index f98e7469af..2e1717e49a 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P 0.4 nozzle.json @@ -15,17 +15,116 @@ "5" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P.json index e18e63964a..8443e1ee66 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PETG-CF @BBL P1P.json @@ -15,17 +15,116 @@ "5" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Aero @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Aero @BBL P1P.json index 12b0b187cf..b2004ac91d 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Aero @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Aero @BBL P1P.json @@ -11,12 +11,116 @@ "fan_cooling_layer_time": [ "80" ], + "filament_flow_ratio": [ + "0.6", + "0.6" + ], + "filament_max_volumetric_speed": [ + "6", + "6" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json index 7a79f20bc1..f8e9b3ae0d 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P 0.2 nozzle.json @@ -12,30 +12,126 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P.json index c0926521e6..ed6785014e 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Basic @BBL P1P.json @@ -12,17 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -32,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Marble @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Marble @BBL P1P.json index 21f2320d0a..8bfc3e487b 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Marble @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Marble @BBL P1P.json @@ -12,17 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -32,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json index 1b64bcd76a..9e0868e3be 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P 0.2 nozzle.json @@ -12,30 +12,126 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P.json index ffbabd20d5..56cc255563 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Matte @BBL P1P.json @@ -12,20 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "22", "22" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -35,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json index da848d91c0..59ce1b18db 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P 0.2 nozzle.json @@ -12,24 +12,126 @@ "50" ], "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P.json index eec4ff4b18..302e9a5cad 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Metal @BBL P1P.json @@ -12,14 +12,115 @@ "50" ], "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -29,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json index 98eff0b54a..c8d39e905e 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P 0.2 nozzle.json @@ -6,24 +6,126 @@ "setting_id": "GFSA05_11", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P.json index 709fde81a9..ec5dde588c 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Silk @BBL P1P.json @@ -5,12 +5,116 @@ "from": "system", "setting_id": "GFSA05_12", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -20,12 +124,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Sparkle @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Sparkle @BBL P1P.json index cadcba2728..af7dffce4a 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Sparkle @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Sparkle @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json index c6dc02c192..2bd80be76a 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P 0.2 nozzle.json @@ -12,24 +12,126 @@ "50" ], "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P.json index 7bb7f53f8e..78496f2d19 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough @BBL P1P.json @@ -12,14 +12,115 @@ "50" ], "filament_max_volumetric_speed": [ + "21", "21" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -29,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P 0.2 nozzle.json index 1bf91bfd15..d9564c2328 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P 0.2 nozzle.json @@ -15,20 +15,115 @@ "90" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "2", "2" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "6" ], @@ -38,6 +133,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P.json index 63cdcf71e0..4009640776 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA Tough+ @BBL P1P.json @@ -15,26 +15,125 @@ "90" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_max_volumetric_speed": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "245", + "245" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json index b215002140..00545f90c4 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P 0.8 nozzle.json @@ -12,37 +12,127 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "18", "18" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "230", "230" ], "nozzle_temperature_initial_layer": [ + "230", "230" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P.json index e9536fe120..4220671092 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu PLA-CF @BBL P1P.json @@ -12,36 +12,126 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_max_volumetric_speed": [ + "15", "15" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "230", "230" ], "nozzle_temperature_initial_layer": [ + "230", "230" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support For PA PET @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu Support For PA PET @BBL P1P.json index 394b924a0c..ec56c40c85 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support For PA PET @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support For PA PET @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS03_01", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json index c8eacd22f8..dd3a4c2e14 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P 0.2 nozzle.json @@ -12,26 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P.json index cbe201a3a3..1da44b5f93 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support For PLA @BBL P1P.json @@ -11,18 +11,126 @@ "fan_min_speed": [ "50" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support G @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu Support G @BBL P1P.json index 318bcd86d1..960cf1f777 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support G @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support G @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSS01_10", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "280", + "280" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json index 4579e104f7..9f0684354c 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P 0.2 nozzle.json @@ -12,30 +12,126 @@ "50" ], "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature": [ + "240", "240" ], "nozzle_temperature_initial_layer": [ + "240", "240" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P.json index 5d9dcdb1c7..c73ca98a4e 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu Support W @BBL P1P.json @@ -11,24 +11,129 @@ "fan_min_speed": [ "50" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Bambu TPU 95A @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Bambu TPU 95A @BBL P1P.json index 02c7a6f8e8..7eb2b06fa7 100644 --- a/resources/profiles/BBL/filament/P1P/Bambu TPU 95A @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Bambu TPU 95A @BBL P1P.json @@ -6,20 +6,125 @@ "setting_id": "GFSU01_10", "instantiation": "true", "filament_max_volumetric_speed": [ + "3.6", "3.6" ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "45" ], "hot_plate_temp_initial_layer": [ "45" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "45" ], "textured_plate_temp_initial_layer": [ "45" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json index 2315e5da8a..c0d6436daa 100644 --- a/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P 0.2 nozzle.json @@ -9,23 +9,128 @@ "20" ], "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P.json index 90fa0dcb23..a21cc91874 100644 --- a/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic ABS @BBL P1P.json @@ -9,23 +9,128 @@ "20" ], "filament_max_volumetric_speed": [ + "15", "15" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json index 22fab32116..aebb905cb3 100644 --- a/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSB98_11", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P.json index 967bbd3707..e26529a33e 100644 --- a/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic ASA @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB98_10", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PA @BBL P1P.json index fc6a36b6ae..ee043ec080 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PA @BBL P1P.json @@ -8,6 +8,114 @@ "fan_cooling_layer_time": [ "60" ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json index 8e5e5afe97..5b41dd8d92 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PA-CF @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSN99_10", "instantiation": "true", + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json index 9a08a5b75b..4a8ec24681 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P 0.2 nozzle.json @@ -15,23 +15,128 @@ "20" ], "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P.json index e49796daee..97b9bfb34e 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PC @BBL P1P.json @@ -14,21 +14,129 @@ "fan_max_speed": [ "20" ], + "filament_flow_ratio": [ + "0.94", + "0.94" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "280", + "280" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json index 317c0d0ac6..c6adfdf72b 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P 0.2 nozzle.json @@ -6,20 +6,125 @@ "setting_id": "GFSG99_11", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "80" ], "textured_plate_temp_initial_layer": [ "80" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P.json index c50407cac3..063f24b693 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PETG @BBL P1P.json @@ -5,18 +5,126 @@ "from": "system", "setting_id": "GFSG99_10", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "80" ], "textured_plate_temp_initial_layer": [ "80" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL A1M.json b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL A1M.json index bdf73897b3..0037591fe8 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL A1M.json +++ b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL A1M.json @@ -1,25 +1,13 @@ { "type": "filament", "name": "Generic PETG-CF @BBL A1M", - "inherits": "Generic PETG-CF @BBL P1P", + "inherits": "Generic PETG-CF @base", "from": "system", "setting_id": "GFSG98_00", "instantiation": "true", - "fan_cooling_layer_time": [ - "20" - ], - "fan_max_speed": [ - "30" - ], - "fan_min_speed": [ - "0" - ], "filament_max_volumetric_speed": [ "8" ], - "overhang_fan_speed": [ - "90" - ], "compatible_printers": [ "Bambu Lab A1 mini 0.4 nozzle", "Bambu Lab A1 mini 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json index 3bf940e25a..ac07295773 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PETG-CF @BBL P1P.json @@ -15,11 +15,116 @@ "5" ], "filament_max_volumetric_speed": [ + "11.5", "11.5" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], "overhang_fan_speed": [ "100" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json index 6b28a1e58f..3be75873f8 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P 0.2 nozzle.json @@ -12,27 +12,129 @@ "50" ], "filament_max_volumetric_speed": [ + "1.6", "1.6" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P.json index 27c32bb8c9..3a64d60b22 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PLA @BBL P1P.json @@ -11,24 +11,129 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json index 493d399003..ce09172d84 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PLA Silk @BBL P1P.json @@ -6,17 +6,116 @@ "setting_id": "GFSL99_12", "instantiation": "true", "filament_max_volumetric_speed": [ + "7.5", "7.5" ], "filament_retraction_length": [ + "0.5", "0.5" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Generic PLA-CF @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PLA-CF @BBL P1P.json index 7ab3b4faf0..47a9fcdb58 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PLA-CF @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PLA-CF @BBL P1P.json @@ -5,24 +5,129 @@ "from": "system", "setting_id": "GFSL98_10", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json index b8635c757a..26d6b5c7be 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P 0.2 nozzle.json @@ -6,20 +6,125 @@ "setting_id": "GFSS99_11", "instantiation": "true", "filament_max_volumetric_speed": [ + "0.5", "0.5" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P.json index b7b0ea7808..7727ecdbb0 100644 --- a/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic PVA @BBL P1P.json @@ -11,18 +11,126 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/Generic TPU @BBL P1P.json b/resources/profiles/BBL/filament/P1P/Generic TPU @BBL P1P.json index 0b3df782f8..4282b4a24e 100644 --- a/resources/profiles/BBL/filament/P1P/Generic TPU @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/Generic TPU @BBL P1P.json @@ -5,18 +5,126 @@ "from": "system", "setting_id": "GFSR99_10", "instantiation": "true", + "filament_max_volumetric_speed": [ + "3.2", + "3.2" + ], + "filament_retraction_length": [ + "0.4", + "0.4" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "1", + "1" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "45" ], "hot_plate_temp_initial_layer": [ "45" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "240", + "240" + ], + "nozzle_temperature_initial_layer": [ + "240", + "240" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "45" ], "textured_plate_temp_initial_layer": [ "45" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json index 8e45c3ef8e..c7e57b79d2 100644 --- a/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P 0.2 nozzle.json @@ -12,6 +12,7 @@ "50" ], "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "hot_plate_temp": [ diff --git a/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P.json index f7503af511..b80c15d731 100644 --- a/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/PolyLite PLA @BBL P1P.json @@ -12,14 +12,115 @@ "50" ], "filament_max_volumetric_speed": [ + "15", "15" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -29,12 +130,13 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", "Bambu Lab P1P 0.8 nozzle" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json index a81f9a9462..c07ce9f912 100644 --- a/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P 0.2 nozzle.json @@ -12,6 +12,7 @@ "50" ], "filament_max_volumetric_speed": [ + "1.8", "1.8" ], "hot_plate_temp": [ diff --git a/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P.json b/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P.json index 5b1dbabdd8..3030c78532 100644 --- a/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/PolyTerra PLA @BBL P1P.json @@ -12,14 +12,115 @@ "50" ], "filament_max_volumetric_speed": [ + "22", "22" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -29,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", @@ -36,8 +141,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json index 04a2322723..b1c18db7cb 100644 --- a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P 0.2 nozzle.json @@ -12,20 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json index a2523d3f54..6748ca97be 100644 --- a/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json +++ b/resources/profiles/BBL/filament/P1P/eSUN PLA+ @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json index bad419ebf6..f5e462e842 100644 --- a/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP 0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "PolyLite ABS @BBL H2DP 0.2 nozzle", - "inherits": "PolyLite ABS @BBL X1C 0.2 nozzle", + "inherits": "PolyLite ABS @base", "from": "system", "setting_id": "GFSB60_13", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP.json b/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP.json index 5463ae1014..e8e2563ac0 100644 --- a/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP.json +++ b/resources/profiles/BBL/filament/PolyLite ABS @BBL H2DP.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "PolyLite ABS @BBL H2DP", - "inherits": "PolyLite ABS @BBL X1C", + "inherits": "PolyLite ABS @base", "from": "system", "setting_id": "GFSB60_12", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json index 452ea4e9fe..bcab2f7ac3 100644 --- a/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP 0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "PolyLite ASA @BBL H2DP 0.2 nozzle", - "inherits": "PolyLite ASA @BBL X1E", + "inherits": "PolyLite ASA @base", "from": "system", "setting_id": "GFSB61_13", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP.json b/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP.json index eae133699c..a78bfa8b37 100644 --- a/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/PolyLite ASA @BBL H2DP.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "PolyLite ASA @BBL H2DP", - "inherits": "PolyLite ASA @BBL X1C", + "inherits": "PolyLite ASA @base", "from": "system", "setting_id": "GFSB61_12", "instantiation": "true", diff --git a/resources/profiles/BBL/filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json index 0be27a27d3..42115c50a6 100644 --- a/resources/profiles/BBL/filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyLite PETG @BBL H2DP 0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "filament", "name": "PolyLite PETG @BBL H2DP 0.2 nozzle", - "inherits": "PolyLite PETG @BBL X1C", + "inherits": "PolyLite PETG @base", "from": "system", "setting_id": "GFSG60_15", "instantiation": "true", @@ -97,9 +97,6 @@ "1", "1" ], - "nozzle_temperature_range_high": [ - "260" - ], "nozzle_temperature": [ "255", "255" diff --git a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json index a461e3fe13..6907201cc1 100644 --- a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "PolyLite PLA @BBL H2DP 0.2 nozzle", - "inherits": "PolyLite PLA @BBL X1C", + "inherits": "PolyLite PLA @base", "from": "system", "setting_id": "GFSL00_11", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP.json b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP.json index 9cd84d7b3d..419540968d 100644 --- a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL00_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S 0.2 nozzle.json index 214d5e30b9..a6b00dfa95 100644 --- a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S.json b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S.json index 532153436f..f0223be871 100644 --- a/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/PolyLite PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json index 272420eeec..82f642d7c7 100644 --- a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP 0.2 nozzle.json @@ -1,10 +1,16 @@ { "type": "filament", "name": "PolyTerra PLA @BBL H2DP 0.2 nozzle", - "inherits": "PolyTerra PLA @BBL X1C", + "inherits": "PolyTerra PLA @base", "from": "system", "setting_id": "GFSL01_11", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP.json b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP.json index ebfa201b3d..2587e1c772 100644 --- a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP.json +++ b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL01_10", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S 0.2 nozzle.json index 80f0ffc6f4..e2c382f620 100644 --- a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S.json b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S.json index 41e18a28f5..c08fb8aad3 100644 --- a/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S.json +++ b/resources/profiles/BBL/filament/PolyTerra PLA @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PA12-CF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PA12-CF @BBL X1C.json index 06bca8c5f9..8747db71cf 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PA12-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PA12-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL52_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "14", + "14" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "300", + "300" + ], + "nozzle_temperature_initial_layer": [ + "300", + "300" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-CF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-CF @BBL X1C.json index d10be7532a..78d1c210f5 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL50_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "14", + "14" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "300", + "300" + ], + "nozzle_temperature_initial_layer": [ + "300", + "300" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-GF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-GF @BBL X1C.json index c42d811ce8..f8b04d7e5a 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-GF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PA6-GF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL51_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "300", + "300" + ], + "nozzle_temperature_initial_layer": [ + "300", + "300" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PA612-CF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PA612-CF @BBL X1C.json index d91d220575..c1cb4cc877 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PA612-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PA612-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL53_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.96", + "0.96" + ], + "filament_max_volumetric_speed": [ + "8", + "8" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PET-CF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PET-CF @BBL X1C.json index 789dddb752..9debc60f6f 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PET-CF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PET-CF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL54_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "300", + "300" + ], + "nozzle_temperature_initial_layer": [ + "300", + "300" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json index 0cce20991f..118f26f4ee 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-ESD @BBL X1C.json @@ -8,6 +8,114 @@ "filament_cost": [ "29.99" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "20", + "20" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "290", + "290" + ], + "nozzle_temperature_initial_layer": [ + "290", + "290" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json index 790d256550..b7f0e8486d 100644 --- a/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Fiberon PETG-rCF @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL55_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "270", + "270" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1 0.2 nozzle.json similarity index 74% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1 0.2 nozzle.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1 0.2 nozzle.json index 1db86a72e8..886b3217cc 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1 0.2 nozzle.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL A1 0.2 nozzle", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL A1 0.2 nozzle", + "renamed_from": "Panchroma PLA Stain @BBL A1 0.2 nozzle", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_01", "instantiation": "true", @@ -26,4 +27,4 @@ "slow_down_layer_time": [ "5" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1.json similarity index 79% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1.json index 6f573a8f19..93520a1eda 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL A1", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL A1", + "renamed_from": "Panchroma PLA Stain @BBL A1", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_00", "instantiation": "true", @@ -28,4 +29,4 @@ "slow_down_layer_time": [ "5" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M 0.2 nozzle.json similarity index 74% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M 0.2 nozzle.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M 0.2 nozzle.json index 7510aa9ebf..b6689b1ee8 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M 0.2 nozzle.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL A1M 0.2 nozzle", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL A1M 0.2 nozzle", + "renamed_from": "Panchroma PLA Stain @BBL A1M 0.2 nozzle", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_03", "instantiation": "true", @@ -26,4 +27,4 @@ "slow_down_layer_time": [ "5" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M.json similarity index 79% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M.json index 620a76ffe4..800a4bb8bc 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL A1M.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL A1M.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL A1M", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL A1M", + "renamed_from": "Panchroma PLA Stain @BBL A1M", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_02", "instantiation": "true", @@ -28,4 +29,4 @@ "slow_down_layer_time": [ "5" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P 0.2 nozzle.json similarity index 74% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P 0.2 nozzle.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P 0.2 nozzle.json index 00cf4852a1..e6b2d27440 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P 0.2 nozzle.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL P1P 0.2 nozzle", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL P1P 0.2 nozzle", + "renamed_from": "Panchroma PLA Stain @BBL P1P 0.2 nozzle", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_05", "instantiation": "true", @@ -26,4 +27,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P.json similarity index 79% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P.json index 88678c3159..7e9c805c63 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL P1P.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL P1P.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL P1P", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL P1P", + "renamed_from": "Panchroma PLA Stain @BBL P1P", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_04", "instantiation": "true", @@ -28,4 +29,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1 0.2 nozzle.json similarity index 74% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1 0.2 nozzle.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1 0.2 nozzle.json index 435a9c991a..3a07dcb602 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1 0.2 nozzle.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL X1 0.2 nozzle", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL X1 0.2 nozzle", + "renamed_from": "Panchroma PLA Stain @BBL X1 0.2 nozzle", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_07", "instantiation": "true", @@ -26,4 +27,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1.json similarity index 79% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1.json index e5d9bfdf3a..be4651c5f4 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL X1", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL X1", + "renamed_from": "Panchroma PLA Stain @BBL X1", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_06", "instantiation": "true", @@ -28,4 +29,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C 0.2 nozzle.json similarity index 77% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C 0.2 nozzle.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C 0.2 nozzle.json index d4f02ff39a..0254f8e61e 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C 0.2 nozzle.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL X1C 0.2 nozzle", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL X1C 0.2 nozzle", + "renamed_from": "Panchroma PLA Stain @BBL X1C 0.2 nozzle", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_09", "instantiation": "true", @@ -28,4 +29,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C.json similarity index 84% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C.json index 1d50deee52..0449da66b0 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @BBL X1C.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @BBL X1C", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @BBL X1C", + "renamed_from": "Panchroma PLA Stain @BBL X1C", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "GFSPM005_08", "instantiation": "true", @@ -34,4 +35,4 @@ "slow_down_layer_time": [ "15" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @base.json b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @base.json similarity index 88% rename from resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @base.json rename to resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @base.json index b2cb2b8cf3..26d3344d4b 100644 --- a/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Stain @base.json +++ b/resources/profiles/BBL/filament/Polymaker/Panchroma PLA Satin @base.json @@ -1,6 +1,7 @@ { "type": "filament", - "name": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @base", + "renamed_from": "Panchroma PLA Stain @base", "inherits": "fdm_filament_pla", "from": "system", "filament_id": "GFPM005", @@ -38,4 +39,4 @@ "temperature_vitrification": [ "59" ] -} \ No newline at end of file +} diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json index 82d325cab1..b0c5fdeea6 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSB60_05", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P.json index 264eaa67cd..cfe09c63e7 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL P1P.json @@ -8,21 +8,129 @@ "fan_max_speed": [ "20" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "100" ], "hot_plate_temp_initial_layer": [ "100" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], "reduce_fan_stop_start_freq": [ "0" ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "100" ], "textured_plate_temp_initial_layer": [ "100" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json index fe96accbfb..00dfc1ce7c 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSB60_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C.json index c3738bc335..8207f4d786 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB60_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json index ceb5d54a40..4b405f9394 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E 0.2 nozzle.json @@ -1,10 +1,118 @@ { "type": "filament", "name": "PolyLite ABS @BBL X1E 0.2 nozzle", - "inherits": "PolyLite ABS @BBL X1C 0.2 nozzle", + "inherits": "PolyLite ABS @base", "from": "system", "setting_id": "GFSB60_03", "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "2", + "2" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E.json index ae174b951f..07dd5f199e 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ABS @BBL X1E.json @@ -1,10 +1,118 @@ { "type": "filament", "name": "PolyLite ABS @BBL X1E", - "inherits": "PolyLite ABS @BBL X1C", + "inherits": "PolyLite ABS @base", "from": "system", "setting_id": "GFSB60_01", "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "15", + "15" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "270", + "270" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.4 nozzle", "Bambu Lab X1E 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json index a40ce53727..df67920c50 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSB61_05", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P.json index 236452f2cf..93bd70a6ef 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL P1P.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB61_04", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "13", + "13" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json index 16bc0ad8e7..b72ce3ee14 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSB61_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C.json index 3380230fd9..bf01709feb 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSB61_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_max_volumetric_speed": [ + "13", + "13" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json index 7c9c00acac..5fbc07eba1 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSB61_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E.json b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E.json index 2d259d6dc1..83404ef55e 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite ASA @BBL X1E.json @@ -1,10 +1,118 @@ { "type": "filament", "name": "PolyLite ASA @BBL X1E", - "inherits": "PolyLite ASA @BBL X1C", + "inherits": "PolyLite ASA @base", "from": "system", "setting_id": "GFSB61_02", "instantiation": "true", + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_max_volumetric_speed": [ + "13", + "13" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "260", + "260" + ], + "nozzle_temperature_initial_layer": [ + "260", + "260" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1E 0.6 nozzle", "Bambu Lab X1E 0.8 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json index a8a418a64e..6460d78cc5 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSG60_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P.json index 9420b28be2..0fa00e87d6 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL P1P.json @@ -6,23 +6,128 @@ "setting_id": "GFSG60_02", "instantiation": "true", "filament_max_volumetric_speed": [ + "11.5", "11.5" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "80" ], "hot_plate_temp_initial_layer": [ "80" ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_range_high": [ "270" ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "80" ], "textured_plate_temp_initial_layer": [ "80" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json index 5bf2589627..3a20a86939 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSG60_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C.json index 23c0311956..4dc0c6a559 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PETG @BBL X1C.json @@ -6,11 +6,116 @@ "setting_id": "GFSG60_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "11.5", "11.5" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], "nozzle_temperature_range_high": [ "270" ], + "nozzle_temperature": [ + "255", + "255" + ], + "nozzle_temperature_initial_layer": [ + "255", + "255" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json index 657b7e9e43..2f14e71969 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL00_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D.json index 50f170a785..69c9cc4f2a 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL00_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1.json index 73d982d707..9c61f7d0a9 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1.json @@ -6,11 +6,116 @@ "setting_id": "GFSL23", "instantiation": "true", "filament_max_volumetric_speed": [ + "15", "15" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", @@ -18,8 +123,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json index c9bec6b3eb..9e77e960c3 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL25", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.6", "1.6" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C.json index e72debea40..ac412ba39e 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyLite PLA @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSL19", "instantiation": "true", "filament_max_volumetric_speed": [ + "15", "15" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -21,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json index 29ae75f588..8fde59c89a 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL01_05", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D.json b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D.json index 56b49eceff..2129db757d 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL01_04", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1.json b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1.json index c462a6831b..bedf66af5b 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1.json @@ -6,11 +6,116 @@ "setting_id": "GFSL22", "instantiation": "true", "filament_max_volumetric_speed": [ + "22", "22" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", @@ -18,8 +123,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json index bcbf2c8af9..c98cd55f63 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C 0.2 nozzle.json @@ -6,6 +6,7 @@ "setting_id": "GFSL24", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], "compatible_printers": [ diff --git a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C.json b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C.json index 4fcb27afcc..c8b902fa86 100644 --- a/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/Polymaker/PolyTerra PLA @BBL X1C.json @@ -6,8 +6,113 @@ "setting_id": "GFSL18", "instantiation": "true", "filament_max_volumetric_speed": [ + "22", "22" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", @@ -21,8 +126,5 @@ ], "filament_start_gcode": [ "; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}\n\n{if activate_air_filtration[current_extruder] && support_air_filtration}\nM106 P3 S{during_print_exhaust_fan_speed_num[current_extruder]} \n{endif}" - ], - "filament_end_gcode": [ - "; filament end gcode \n\n" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL P1P.json index 1dcc1b5a98..f99f890922 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL P1P.json @@ -12,17 +12,115 @@ "50" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -32,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1.json index e9792989cf..78a44d284f 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1.json @@ -6,14 +6,116 @@ "setting_id": "GFSNLS06_00", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1C.json index a3ced7ea24..13e0c3fca4 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Marble PLA @BBL X1C.json @@ -6,11 +6,113 @@ "setting_id": "GFSNLS06", "instantiation": "true", "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json index 2baf574843..d3814b6e17 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.2 nozzle.json @@ -1,18 +1,15 @@ { "type": "filament", "name": "SUNLU PETG @BBL A1M 0.2 nozzle", - "inherits": "SUNLU PETG @BBL X1C 0.2 nozzle", + "inherits": "SUNLU PETG @base", "from": "system", "setting_id": "GFSNLS08_06", "instantiation": "true", "filament_flow_ratio": [ "0.94" ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_retraction_distances_when_cut": [ - "nil" + "filament_max_volumetric_speed": [ + "1" ], "compatible_printers": [ "Bambu Lab A1 mini 0.2 nozzle" diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json index 56e2a9b589..31dc5a3066 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M 0.8 nozzle.json @@ -1,22 +1,19 @@ { "type": "filament", "name": "SUNLU PETG @BBL A1M 0.8 nozzle", - "inherits": "SUNLU PETG @BBL X1C 0.8 nozzle", + "inherits": "SUNLU PETG @base", "from": "system", "setting_id": "GFSNLS08_07", "instantiation": "true", + "fan_max_speed": [ + "60" + ], + "fan_min_speed": [ + "20" + ], "filament_flow_ratio": [ "0.94" ], - "filament_long_retractions_when_cut": [ - "nil" - ], - "filament_max_volumetric_speed": [ - "12" - ], - "filament_retraction_distances_when_cut": [ - "nil" - ], "compatible_printers": [ "Bambu Lab A1 mini 0.6 nozzle", "Bambu Lab A1 mini 0.8 nozzle" diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M.json index 6f5c4906f6..aa3c971f2a 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL A1M.json @@ -1,22 +1,16 @@ { "type": "filament", "name": "SUNLU PETG @BBL A1M 0.4 nozzle", - "inherits": "SUNLU PETG @BBL X1C", + "inherits": "SUNLU PETG @base", "from": "system", "setting_id": "GFSNLS08_05", "instantiation": "true", "filament_flow_ratio": [ "0.94" ], - "filament_long_retractions_when_cut": [ - "nil" - ], "filament_max_volumetric_speed": [ "9" ], - "filament_retraction_distances_when_cut": [ - "nil" - ], "compatible_printers": [ "Bambu Lab A1 mini 0.4 nozzle" ] diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json index 768c68da8f..a939bd66bd 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.2 nozzle.json @@ -6,14 +6,113 @@ "setting_id": "GFSNLS08_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "1", "1" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json index 5323d17b4e..76e1e62aa9 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C 0.8 nozzle.json @@ -12,14 +12,113 @@ "20" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], "filament_max_volumetric_speed": [ + "16", "16" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C.json index e69b9a9b72..87bffcf631 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PETG @BBL X1C.json @@ -6,14 +6,113 @@ "setting_id": "GFSNLS08", "instantiation": "true", "filament_max_volumetric_speed": [ + "14", "14" ], "filament_long_retractions_when_cut": [ + "1", "1" ], "filament_retraction_distances_when_cut": [ + "18", "18" ], + "filament_flow_ratio": [ + "0.95", + "0.95" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "245", + "245" + ], + "nozzle_temperature_initial_layer": [ + "250", + "250" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json index 8bf7b59d08..ecac7bc2c2 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P 0.2 nozzle.json @@ -12,20 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P.json index 9ba9ef364a..2ab92e0197 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1.json index b079ed95f4..9a1f6ab65f 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSNLS02_01", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json index a05e796dd2..77d66cf1f2 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSNLS02_00", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C.json index 6242f8baa0..18b32dc8d8 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA Matte @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSNLS02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "21", + "21" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json index c1eeed66a7..75bac5ae05 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P 0.2 nozzle.json @@ -12,20 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json index 8d5995b323..20408c0a95 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "22", + "22" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json index 096066a092..92229913fa 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSNLS04_00", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "22", + "22" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json index 7ec6353b1c..b48ba40b25 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSNLS04_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json index 195bd5d7b5..e720586008 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ 2.0 @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSNLS04", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "22", + "22" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json index e69c5574ad..e4a67e3b31 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P 0.2 nozzle.json @@ -12,20 +12,125 @@ "50" ], "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P.json index 3f6ee8dcaf..a7d870c832 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1.json index 3b097e0b3d..24914f0940 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSNLS03_00", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json index e2715df3bf..ea1ee0e8c3 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSNLS03_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C.json index 83e0f787d4..92d9c1fab9 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU PLA+ @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSNLS03", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "12", + "12" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json index b81adec63c..8265a12cc7 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P 0.2 nozzle.json @@ -6,20 +6,125 @@ "setting_id": "GFSNLS05_03", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "textured_plate_temp": [ "65" ], "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json index 5bdab70726..88d52f365c 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL P1P.json @@ -5,12 +5,116 @@ "from": "system", "setting_id": "GFSNLS05_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -20,6 +124,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json index 873b028869..5e4c206eb6 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSNLS05_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json index 5cc676921c..1fc507d851 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSNLS05_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "2", "2" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json index 273abe262b..ec44b58d9c 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Silk PLA+ @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSNLS05", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "230", + "230" + ], + "nozzle_temperature_initial_layer": [ + "230", + "230" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL P1P.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL P1P.json index 69efdbcdfe..7b38d00656 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL P1P.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL P1P.json @@ -11,12 +11,116 @@ "fan_min_speed": [ "50" ], + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "4", + "4" + ], + "filament_retraction_speed": [ + "50", + "50" + ], + "filament_deretraction_speed": [ + "0", + "0" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], "hot_plate_temp": [ "65" ], "hot_plate_temp_initial_layer": [ "65" ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], @@ -26,6 +130,10 @@ "textured_plate_temp_initial_layer": [ "65" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab P1P 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1.json index 95e98260c4..330bfd302d 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSNLS07_00", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "4", + "4" + ], + "filament_retraction_speed": [ + "50", + "50" + ], + "filament_deretraction_speed": [ + "0", + "0" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "8" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1C.json b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1C.json index e34764a577..0f54de8e90 100644 --- a/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1C.json +++ b/resources/profiles/BBL/filament/SUNLU/SUNLU Wood PLA @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSNLS07", "instantiation": "true", + "filament_flow_ratio": [ + "1.0", + "1.0" + ], + "filament_long_retractions_when_cut": [ + "1", + "1" + ], + "filament_retraction_distances_when_cut": [ + "18", + "18" + ], + "filament_retraction_length": [ + "4", + "4" + ], + "filament_retraction_speed": [ + "50", + "50" + ], + "filament_deretraction_speed": [ + "0", + "0" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP 0.2 nozzle.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP 0.2 nozzle.json index 12296892a5..4e4c7b548a 100644 --- a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL03_16", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP.json index 198058d775..8dc290e212 100644 --- a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP.json +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2DP.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL03_15", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S 0.2 nozzle.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S 0.2 nozzle.json index 4ff162e222..ecb3fbd229 100644 --- a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S 0.2 nozzle.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S.json b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S.json index 1c012dbaca..618183e4d4 100644 --- a/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S.json +++ b/resources/profiles/BBL/filament/eSUN PLA+ @BBL H2S.json @@ -8,6 +8,12 @@ "additional_cooling_fan_speed": [ "75" ], + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json index c5f8032006..ceb36ec802 100644 --- a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D 0.2 nozzle.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL03_08", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D.json b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D.json index b23038b026..9df9bd6f45 100644 --- a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D.json +++ b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL H2D.json @@ -5,6 +5,12 @@ "from": "system", "setting_id": "GFSL03_07", "instantiation": "true", + "eng_plate_temp": [ + "55" + ], + "eng_plate_temp_initial_layer": [ + "55" + ], "filament_deretraction_speed": [ "nil", "nil" diff --git a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1.json b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1.json index fca65e947d..5eee5403a9 100644 --- a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1.json +++ b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1.json @@ -5,9 +5,117 @@ "from": "system", "setting_id": "GFSL03_02", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], "slow_down_layer_time": [ "10" ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 0.4 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json index 8e11933f41..042ce3c0fe 100644 --- a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C 0.2 nozzle.json @@ -6,8 +6,113 @@ "setting_id": "GFSL03_01", "instantiation": "true", "filament_max_volumetric_speed": [ + "1.8", "1.8" ], + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C.json b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C.json index 551e467844..a55aa377e3 100644 --- a/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C.json +++ b/resources/profiles/BBL/filament/eSUN/eSUN PLA+ @BBL X1C.json @@ -5,6 +5,114 @@ "from": "system", "setting_id": "GFSL03_00", "instantiation": "true", + "filament_flow_ratio": [ + "0.98", + "0.98" + ], + "filament_max_volumetric_speed": [ + "16", + "16" + ], + "filament_deretraction_speed": [ + "nil", + "nil" + ], + "filament_flush_temp": [ + "0", + "0" + ], + "filament_flush_volumetric_speed": [ + "0", + "0" + ], + "filament_long_retractions_when_cut": [ + "nil", + "nil" + ], + "filament_ramming_volumetric_speed": [ + "-1", + "-1" + ], + "filament_retract_before_wipe": [ + "nil", + "nil" + ], + "filament_retract_restart_extra": [ + "nil", + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil", + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil", + "nil" + ], + "filament_retraction_length": [ + "nil", + "nil" + ], + "filament_retraction_minimum_travel": [ + "nil", + "nil" + ], + "filament_retraction_speed": [ + "nil", + "nil" + ], + "filament_wipe": [ + "nil", + "nil" + ], + "filament_wipe_distance": [ + "nil", + "nil" + ], + "filament_z_hop": [ + "nil", + "nil" + ], + "filament_z_hop_types": [ + "nil", + "nil" + ], + "filament_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "filament_pre_cooling_temperature": [ + "0", + "0" + ], + "filament_ramming_travel_time": [ + "0", + "0" + ], + "filament_adaptive_volumetric_speed": [ + "0", + "0" + ], + "long_retractions_when_ec": [ + "0", + "0" + ], + "nozzle_temperature": [ + "220", + "220" + ], + "nozzle_temperature_initial_layer": [ + "220", + "220" + ], + "retraction_distances_when_ec": [ + "0", + "0" + ], + "volumetric_speed_coefficients": [ + "0 0 0 0 0 0", + "0 0 0 0 0 0" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 0.2 nozzle.json index 7e786b3257..71fbefc593 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 0.2 nozzle.json @@ -23,6 +23,7 @@ "upward_compatible_machine": [ "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json index 29221e71c9..fa43474fd4 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 0.4 nozzle.json @@ -70,11 +70,11 @@ "upward_compatible_machine": [ "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: A1 =========================\n;===== date: 20240620 =====================\nG392 S0\nM9833.2\n;M400\n;M73 P1.717\n\n;===== start to heat heatbead&hotend==========\nM1002 gcode_claim_action : 2\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\n\n;=====start printer sound ===================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A43 B10 L100 C46 D10 M70 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C43 D10 M60 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C41 D10 M80 E41 F10 N80\nM1006 A0 B10 L100 C44 D10 M80 E44 F10 N80\nM1006 A0 B10 L100 C49 D10 M80 E49 F10 N80\nM1006 A0 B10 L100 C0 D10 M80 E0 F10 N80\nM1006 A44 B10 L100 C48 D10 M60 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C44 D10 M80 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A43 B10 L100 C46 D10 M60 E39 F10 N80\nM1006 W\nM18 \n;=====start printer sound ===================\n\n;=====avoid end stop =================\nG91\nG380 S2 Z40 F1200\nG380 S3 Z-15 F1200\nG90\n\n;===== reset machine status =================\n;M290 X39 Y39 Z8\nM204 S6000\n\nM630 S0 P0\nG91\nM17 Z0.3 ; lower the z-motor current\n\nG90\nM17 X0.65 Y1.2 Z0.6 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\n;M211 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\n\n;====== cog noise reduction=================\nM982.2 S1 ; turn on cog noise reduction\n\nM1002 gcode_claim_action : 13\n\nG28 X\nG91\nG1 Z5 F1200\nG90\nG0 X128 F30000\nG0 Y254 F3000\nG91\nG1 Z-5 F1200\n\nM109 S25 H140\n\nM17 E0.3\nM83\nG1 E10 F1200\nG1 E-0.5 F30\nM17 D\n\nG28 Z P0 T140; home z with low precision,permit 300deg temperature\nM104 S{nozzle_temperature_initial_layer[initial_extruder]}\n\nM1002 judge_flag build_plate_detect_flag\nM622 S1\n G39.4\n G90\n G1 Z5 F1200\nM623\n\n;M400\n;M73 P1.717\n\n;===== prepare print temperature and material ==========\nM1002 gcode_claim_action : 24\n\nM400\n;G392 S1\nM211 X0 Y0 Z0 ;turn off soft endstop\nM975 S1 ; turn on\n\nG90\nG1 X-28.5 F30000\nG1 X-48.2 F3000\n\nM620 M ;enable remap\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M1002 gcode_claim_action : 4\n M400\n M1002 set_filament_type:UNKNOWN\n M109 S[nozzle_temperature_initial_layer]\n M104 S250\n M400\n T[initial_no_support_extruder]\n G1 X-48.2 F3000\n M400\n\n M620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n M109 S250 ;set nozzle to common flush temp\n M106 P1 S0\n G92 E0\n G1 E50 F200\n M400\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM621 S[initial_no_support_extruder]A\n\nM109 S{nozzle_temperature_range_high[initial_no_support_extruder]} H300\nG92 E0\nG1 E50 F200 ; lower extrusion speed to avoid clog\nM400\nM106 P1 S178\nG92 E0\nG1 E5 F200\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG92 E0\nG1 E-0.5 F300\n\nG1 X-28.5 F30000\nG1 X-48.2 F3000\nG1 X-28.5 F30000 ;wipe and shake\nG1 X-48.2 F3000\nG1 X-28.5 F30000 ;wipe and shake\nG1 X-48.2 F3000\n\n;G392 S0\n\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n;M400\n;M73 P1.717\n\n;===== auto extrude cali start =========================\nM975 S1\n;G392 S1\n\nG90\nM83\nT1000\nG1 X-48.2 Y0 Z10 F10000\nM400\nM1002 set_filament_type:UNKNOWN\n\nM412 S1 ; ===turn on filament runout detection===\nM400 P10\nM620.3 W1; === turn on filament tangle detection===\nM400 S2\n\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n\n;M1002 set_flag extrude_cali_flag=1\nM1002 judge_flag extrude_cali_flag\n\nM622 J1\n M1002 gcode_claim_action : 8\n\n M109 S{nozzle_temperature[initial_extruder]}\n G1 E10 F{outer_wall_volumetric_speed/2.4*60}\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n\n M106 P1 S255\n M400 S5\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0\n\n M1002 judge_last_extrude_cali_success\n M622 J0\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S255\n M400 S5\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n M400\n M106 P1 S0\n M623\n \n G1 X-48.2 F3000\n M400\n M984 A0.1 E1 S1 F{outer_wall_volumetric_speed/2.4} H[nozzle_diameter]\n M106 P1 S178\n M400 S7\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0\nM623 ; end of \"draw extrinsic para cali paint\"\n\n;G392 S0\n;===== auto extrude cali end ========================\n\n;M400\n;M73 P1.717\n\nM104 S170 ; prepare to wipe nozzle\nM106 S255 ; turn on fan\n\n;===== mech mode fast check start =====================\nM1002 gcode_claim_action : 3\n\nG1 X128 Y128 F20000\nG1 Z5 F1200\nM400 P200\nM970.3 Q1 A5 K0 O3\nM974 Q1 S2 P0\n\nM970.2 Q1 K1 W58 Z0.1\nM974 S2\n\nG1 X128 Y128 F20000\nG1 Z5 F1200\nM400 P200\nM970.3 Q0 A10 K0 O1\nM974 Q0 S2 P0\n\nM970.2 Q0 K1 W78 Z0.1\nM974 S2\n\nM975 S1\nG1 F30000\nG1 X0 Y5\nG28 X ; re-home XY\n\nG1 Z4 F1200\n\n;===== mech mode fast check end =======================\n\n;M400\n;M73 P1.717\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\n\nM975 S1\nM106 S255 ; turn on fan (G28 has turn off fan)\nM211 S; push soft endstop status\nM211 X0 Y0 Z0 ;turn off Z axis endstop\n\n;===== remove waste by touching start =====\n\nM104 S170 ; set temp down to heatbed acceptable\n\nM83\nG1 E-1 F500\nG90\nM83\n\nM109 S170\nG0 X108 Y-0.5 F30000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X110 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X112 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X114 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X116 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X118 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X120 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X122 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X124 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X126 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X128 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X130 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X132 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X134 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X136 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X138 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X140 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X142 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X144 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X146 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X148 F10000\nG380 S3 Z-5 F1200\n\nG1 Z5 F30000\n;===== remove waste by touching end =====\n\nG1 Z10 F1200\nG0 X118 Y261 F30000\nG1 Z5 F1200\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-50}\n\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nM104 S140 ; prepare to abl\nG0 Z5 F20000\n\nG0 X128 Y261 F20000 ; move to exposed steel surface\nG0 Z-1.01 F1200 ; stop the nozzle\n\nG91\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nG90\nG1 Z10 F1200\n\n;===== brush material wipe nozzle =====\n\nG90\nG1 Y250 F30000\nG1 X55\nG1 Z1.300 F1200\nG1 Y262.5 F6000\nG91\nG1 X-35 F30000\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Z5.000 F1200\n\nG90\nG1 X30 Y250.000 F30000\nG1 Z1.300 F1200\nG1 Y262.5 F6000\nG91\nG1 X35 F30000\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Z10.000 F1200\n\n;===== brush material wipe nozzle end =====\n\nG90\n;G0 X128 Y261 F20000 ; move to exposed steel surface\nG1 Y250 F30000\nG1 X138\nG1 Y261\nG0 Z-1.01 F1200 ; stop the nozzle\n\nG91\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nM109 S140\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM211 R; pop softend status\n\n;===== wipe nozzle end ================================\n\n;M400\n;M73 P1.717\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\n\nG90\nG1 Z5 F1200\nG1 X0 Y0 F30000\nG29.2 S1 ; turn on ABL\n\nM190 S[bed_temperature_initial_layer_single]; ensure bed temp\nM109 S140\nM106 S0 ; turn off fan , too noisy\n\nM622 J1\n M1002 gcode_claim_action : 1\n G29 A1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n\n;===== home after wipe mouth end =======================\n\n;M400\n;M73 P1.717\n\nG1 X108.000 Y-0.500 F30000\nG1 Z0.300 F1200\nM400\nG2814 Z0.32\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; prepare to print\n\n;===== nozzle load line ===============================\n;G90\n;M83\n;G1 Z5 F1200\n;G1 X88 Y-0.5 F20000\n;G1 Z0.3 F1200\n\n;M109 S{nozzle_temperature_initial_layer[initial_extruder]}\n\n;G1 E2 F300\n;G1 X168 E4.989 F6000\n;G1 Z1 F1200\n;===== nozzle load line end ===========================\n\n;===== extrude cali test ===============================\n\nM400\n M900 S\n M900 C\n G90\n M83\n\n M109 S{nozzle_temperature_initial_layer[initial_extruder]}\n G0 X128 E8 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G91\n G1 X1 Z-0.300\n G1 X4\n G1 Z1 F1200\n G90\n M400\n\nM900 R\n\nM1002 judge_flag extrude_cali_flag\nM622 J1\n G90\n G1 X108.000 Y1.000 F30000\n G91\n G1 Z-0.700 F1200\n G90\n M83\n G0 X128 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G91\n G1 X1 Z-0.300\n G1 X4\n G1 Z1 F1200\n G90\n M400\nM623\n\nG1 Z0.2\n\n;M400\n;M73 P1.717\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.02} ; for Textured PEI Plate\n{endif}\n\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n\nM211 X0 Y0 Z0 ;turn off soft endstop\n;G392 S1 ; turn on clog detection\nM1007 S1 ; turn on mass estimation\nG29.4\n", + "machine_start_gcode": ";===== machine: A1 =========================\n;===== date: 20250822 ==================\nG392 S0\nM9833.2\n;M400\n;M73 P1.717\n\n;===== start to heat heatbead&hotend==========\nM1002 gcode_claim_action : 2\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM104 S140\nM140 S[bed_temperature_initial_layer_single]\n\n;=====start printer sound ===================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A43 B10 L100 C46 D10 M70 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C43 D10 M60 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C41 D10 M80 E41 F10 N80\nM1006 A0 B10 L100 C44 D10 M80 E44 F10 N80\nM1006 A0 B10 L100 C49 D10 M80 E49 F10 N80\nM1006 A0 B10 L100 C0 D10 M80 E0 F10 N80\nM1006 A44 B10 L100 C48 D10 M60 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A0 B10 L100 C44 D10 M80 E39 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A43 B10 L100 C46 D10 M60 E39 F10 N80\nM1006 W\nM18 \n;=====start printer sound ===================\n\n;=====avoid end stop =================\nG91\nG380 S2 Z40 F1200\nG380 S3 Z-15 F1200\nG90\n\n;===== reset machine status =================\n;M290 X39 Y39 Z8\nM204 S6000\n\nM630 S0 P0\nG91\nM17 Z0.3 ; lower the z-motor current\n\nG90\nM17 X0.65 Y1.2 Z0.6 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\n;M211 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\n\n;====== cog noise reduction=================\nM982.2 S1 ; turn on cog noise reduction\n\nM1002 gcode_claim_action : 13\n\nG28 X\nG91\nG1 Z5 F1200\nG90\nG0 X128 F30000\nG0 Y254 F3000\nG91\nG1 Z-5 F1200\n\nM109 S25 H140\n\nM17 E0.3\nM83\nG1 E10 F1200\nG1 E-0.5 F30\nM17 D\n\nG28 Z P0 T140; home z with low precision,permit 300deg temperature\nM104 S{nozzle_temperature_initial_layer[initial_extruder]}\n\nM1002 judge_flag build_plate_detect_flag\nM622 S1\n G39.4\n G90\n G1 Z5 F1200\nM623\n\n;M400\n;M73 P1.717\n\n;===== prepare print temperature and material ==========\nM1002 gcode_claim_action : 24\n\nM400\n;G392 S1\nM211 X0 Y0 Z0 ;turn off soft endstop\nM975 S1 ; turn on\n\nG90\nG1 X-28.5 F30000\nG1 X-48.2 F3000\n\nM620 M ;enable remap\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M1002 gcode_claim_action : 4\n M400\n M1002 set_filament_type:UNKNOWN\n M109 S[nozzle_temperature_initial_layer]\n M104 S250\n M400\n T[initial_no_support_extruder]\n G1 X-48.2 F3000\n M400\n\n M620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n M109 S250 ;set nozzle to common flush temp\n M106 P1 S0\n G92 E0\n G1 E50 F200\n M400\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM621 S[initial_no_support_extruder]A\n\nM109 S{flush_temperatures[initial_no_support_extruder]} H300\nG92 E0\nG1 E50 F200 ; lower extrusion speed to avoid clog\nM400\nM106 P1 S178\nG92 E0\nG1 E5 F200\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG92 E0\nG1 E-0.5 F300\n\nG1 X-28.5 F30000\nG1 X-48.2 F3000\nG1 X-28.5 F30000 ;wipe and shake\nG1 X-48.2 F3000\nG1 X-28.5 F30000 ;wipe and shake\nG1 X-48.2 F3000\n\n;G392 S0\n\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n;M400\n;M73 P1.717\n\n;===== auto extrude cali start =========================\nM975 S1\n;G392 S1\n\nG90\nM83\nT1000\nG1 X-48.2 Y0 Z10 F10000\nM400\nM1002 set_filament_type:UNKNOWN\n\nM412 S1 ; ===turn on filament runout detection===\nM400 P10\nM620.3 W1; === turn on filament tangle detection===\nM400 S2\n\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n\n;M1002 set_flag extrude_cali_flag=1\nM1002 judge_flag extrude_cali_flag\n\nM622 J1\n M1002 gcode_claim_action : 8\n\n M109 S{nozzle_temperature[initial_extruder]}\n G1 E10 F{outer_wall_volumetric_speed/2.4*60}\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n\n M106 P1 S255\n M400 S5\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0\n\n M1002 judge_last_extrude_cali_success\n M622 J0\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S255\n M400 S5\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n M400\n M106 P1 S0\n M623\n \n G1 X-48.2 F3000\n M400\n M984 A0.1 E1 S1 F{outer_wall_volumetric_speed/2.4} H[nozzle_diameter]\n M106 P1 S178\n M400 S7\n G1 X-28.5 F18000\n G1 X-48.2 F3000\n G1 X-28.5 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-28.5 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0\nM623 ; end of \"draw extrinsic para cali paint\"\n\n;G392 S0\n;===== auto extrude cali end ========================\n\n;M400\n;M73 P1.717\n\nM104 S170 ; prepare to wipe nozzle\nM106 S255 ; turn on fan\n\n;===== mech mode fast check start =====================\nM1002 gcode_claim_action : 3\n\nG1 X128 Y128 F20000\nG1 Z5 F1200\nM400 P200\nM970.3 Q1 A5 K0 O3\nM974 Q1 S2 P0\n\nM970.2 Q1 K1 W58 Z0.1\nM974 S2\n\nG1 X128 Y128 F20000\nG1 Z5 F1200\nM400 P200\nM970.3 Q0 A10 K0 O1\nM974 Q0 S2 P0\n\nM970.2 Q0 K1 W78 Z0.1\nM974 S2\n\nM975 S1\nG1 F30000\nG1 X0 Y5\nG28 X ; re-home XY\n\nG1 Z4 F1200\n\n;===== mech mode fast check end =======================\n\n;M400\n;M73 P1.717\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\n\nM975 S1\nM106 S255 ; turn on fan (G28 has turn off fan)\nM211 S; push soft endstop status\nM211 X0 Y0 Z0 ;turn off Z axis endstop\n\n;===== remove waste by touching start =====\n\nM104 S170 ; set temp down to heatbed acceptable\n\nM83\nG1 E-1 F500\nG90\nM83\n\nM109 S170\nG0 X108 Y-0.5 F30000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X110 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X112 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X114 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X116 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X118 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X120 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X122 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X124 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X126 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X128 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X130 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X132 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X134 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X136 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X138 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X140 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X142 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X144 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X146 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X148 F10000\nG380 S3 Z-5 F1200\n\nG1 Z5 F30000\n;===== remove waste by touching end =====\n\nG1 Z10 F1200\nG0 X118 Y261 F30000\nG1 Z5 F1200\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-50}\n\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nM104 S140 ; prepare to abl\nG0 Z5 F20000\n\nG0 X128 Y261 F20000 ; move to exposed steel surface\nG0 Z-1.01 F1200 ; stop the nozzle\n\nG91\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nG90\nG1 Z10 F1200\n\n;===== brush material wipe nozzle =====\n\nG90\nG1 Y250 F30000\nG1 X55\nG1 Z1.300 F1200\nG1 Y262.5 F6000\nG91\nG1 X-35 F30000\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Z5.000 F1200\n\nG90\nG1 X30 Y250.000 F30000\nG1 Z1.300 F1200\nG1 Y262.5 F6000\nG91\nG1 X35 F30000\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Y-0.5\nG1 X45\nG1 Y-0.5\nG1 X-45\nG1 Z10.000 F1200\n\n;===== brush material wipe nozzle end =====\n\nG90\n;G0 X128 Y261 F20000 ; move to exposed steel surface\nG1 Y250 F30000\nG1 X138\nG1 Y261\nG0 Z-1.01 F1200 ; stop the nozzle\n\nG91\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nM109 S140\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM211 R; pop softend status\n\n;===== wipe nozzle end ================================\n\n;M400\n;M73 P1.717\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\n\nG90\nG1 Z5 F1200\nG1 X0 Y0 F30000\nG29.2 S1 ; turn on ABL\n\nM190 S[bed_temperature_initial_layer_single]; ensure bed temp\nM109 S140\nM106 S0 ; turn off fan , too noisy\n\nM622 J1\n M1002 gcode_claim_action : 1\n G29 A1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n\n;===== home after wipe mouth end =======================\n\n;M400\n;M73 P1.717\n\nG1 X108.000 Y-0.500 F30000\nG1 Z0.300 F1200\nM400\nG2814 Z0.32\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; prepare to print\n\n;===== nozzle load line ===============================\n;G90\n;M83\n;G1 Z5 F1200\n;G1 X88 Y-0.5 F20000\n;G1 Z0.3 F1200\n\n;M109 S{nozzle_temperature_initial_layer[initial_extruder]}\n\n;G1 E2 F300\n;G1 X168 E4.989 F6000\n;G1 Z1 F1200\n;===== nozzle load line end ===========================\n\n;===== extrude cali test ===============================\n\nM400\n M900 S\n M900 C\n G90\n M83\n\n M109 S{nozzle_temperature_initial_layer[initial_extruder]}\n G0 X128 E8 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G91\n G1 X1 Z-0.300\n G1 X4\n G1 Z1 F1200\n G90\n M400\n\nM900 R\n\nM1002 judge_flag extrude_cali_flag\nM622 J1\n G90\n G1 X108.000 Y1.000 F30000\n G91\n G1 Z-0.700 F1200\n G90\n M83\n G0 X128 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X133 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X138 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X143 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X148 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X153 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G91\n G1 X1 Z-0.300\n G1 X4\n G1 Z1 F1200\n G90\n M400\nM623\n\nG1 Z0.2\n\n;M400\n;M73 P1.717\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.02} ; for Textured PEI Plate\n{endif}\n\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n\nM211 X0 Y0 Z0 ;turn off soft endstop\n;G392 S1 ; turn on clog detection\nM1007 S1 ; turn on mass estimation\nG29.4\n", "machine_end_gcode": ";===== date: 20231229 =====================\nG392 S0 ;turn off nozzle clog detect\n\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X0 Y{first_layer_center_no_wipe_tower[1]} F18000 ; move to safe pos\nG1 X-13.0 F3000 ; move to safe pos\n{if !spiral_mode && print_sequence != \"by object\"}\nM1002 judge_flag timelapse_record_flag\nM622 J1\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM991 S0 P-1 ;end timelapse at safe pos\nM623\n{endif}\n\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\n;G1 X27 F15000 ; wipe\n\n; pull back filament to AMS\nM620 S255\nG1 X267 F15000\nT255\nG1 X-28.5 F18000\nG1 X-48.2 F3000\nG1 X-28.5 F18000\nG1 X-48.2 F3000\nM621 S255\n\nM104 S0 ; turn off hotend\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 256}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z256 F600\n G1 Z256\n{endif}\nM400 P100\nM17 R ; restore z current\n\nG90\nG1 X-48 Y180 F3600\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\n;=====printer finish sound=========\nM17\nM400 S1\nM1006 S1\nM1006 A0 B20 L100 C37 D20 M40 E42 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C46 D10 M80 E46 F10 N80\nM1006 A44 B20 L100 C39 D20 M60 E48 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C48 D10 M60 E44 F10 N80\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N80\nM1006 A44 B20 L100 C49 D20 M80 E41 F20 N80\nM1006 A0 B20 L100 C0 D20 M60 E0 F20 N80\nM1006 A0 B20 L100 C37 D20 M30 E37 F20 N60\nM1006 W\n;=====printer finish sound=========\n\n;M17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\nM400\nM18 X Y Z\n\n", - "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", "time_lapse_gcode": ";===================== date: 20250206 =====================\n{if !spiral_mode && print_sequence != \"by object\"}\n; don't support timelapse gcode in spiral_mode and by object sequence for I3 structure printer\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\nG92 E0\nG1 Z{max_layer_z + 0.4}\nG1 X0 Y{first_layer_center_no_wipe_tower[1]} F18000 ; move to safe pos\nG1 X-48.2 F3000 ; move to safe pos\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C11 O0\nG92 E0\nG1 X0 F18000\nM623\n\n; SKIPTYPE: head_wrap_detect\nM622.1 S1\nM1002 judge_flag g39_3rd_layer_detect_flag\nM622 J1\n ; enable nozzle clog detect at 3rd layer\n {if layer_num == 2}\n M400\n G90\n M83\n M204 S5000\n G0 Z2 F4000\n G0 X261 Y250 F20000\n M400 P200\n G39 S1\n G0 Z2 F4000\n {endif}\n\n\n M622.1 S1\n M1002 judge_flag g39_detection_flag\n M622 J1\n {if !in_head_wrap_detect_zone}\n M622.1 S0\n M1002 judge_flag g39_mass_exceed_flag\n M622 J1\n {if layer_num > 2}\n G392 S0\n M400\n G90\n M83\n M204 S5000\n G0 Z{max_layer_z + 0.4} F4000\n G39.3 S1\n G0 Z{max_layer_z + 0.4} F4000\n G392 S0\n {endif}\n M623\n {endif}\n M623\nM623\n; SKIPPABLE_END\n{endif}\n", - "change_filament_gcode": ";===== A1 20250206 =======================\nM1007 S0 ; turn off mass estimation\nG392 S0\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n\nG1 X267 F18000\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F1200\n{else}\nM620.11 S0\n{endif}\nM400\n\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nM620.10 A0 F[old_filament_e_feedrate]\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\nM620.10 A1 F[new_filament_e_feedrate] L[flush_length] H[nozzle_diameter] T[nozzle_temperature_range_high]\n\nG1 Y128 F9000\n\n{if next_extruder < 255}\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\n\nM400\nG92 E0\nM628 S0\n\n{if flush_length_1 > 1}\n; FLUSH_START\n; always use highest temperature to flush\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S[nozzle_temperature_range_high]\nM106 P1 S60\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\nM400\nM1002 set_filament_type:{filament_type[next_extruder]}\n{endif}\n\n{if flush_length_1 > 45 && flush_length_2 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_2 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 45 && flush_length_3 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_3 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 45 && flush_length_4 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_4 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n\nM629\n\nM400\nM106 P1 S60\nM109 S[new_filament_temp]\nG1 E6 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nG1 Z{max_layer_z + 3.0} F3000\nM106 P1 S0\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\n\nM622.1 S0\nM9833 F{outer_wall_volumetric_speed/2.4} A0.3 ; cali dynamic extrusion compensation\nM1002 judge_flag filament_need_cali_flag\nM622 J1\n G92 E0\n G1 E-[new_retract_length_toolchange] F1800\n M400\n \n M106 P1 S178\n M400 S4\n G1 X-38.2 F18000\n G1 X-48.2 F3000\n G1 X-38.2 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-38.2 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0 \nM623\n\nM621 S[next_extruder]A\nG392 S0\n\nM1007 S1\n" + "change_filament_gcode": ";===== A1 20250822 =======================\nM1007 S0 ; turn off mass estimation\nG392 S0\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n\nG1 X267 F18000\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F1200\n{else}\nM620.11 S0\n{endif}\nM400\n\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nM620.10 A0 F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\nM620.10 A1 F{flush_volumetric_speeds[next_extruder]/2.4053*60} L[flush_length] H[nozzle_diameter] T{flush_temperatures[next_extruder]}\n\nG1 Y128 F9000\n\n{if next_extruder < 255}\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\n\nM400\nG92 E0\nM628 S0\n\n{if flush_length_1 > 1}\n; FLUSH_START\n; always use highest temperature to flush\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S[flush_temperatures[next_extruder]]\nM106 P1 S60\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\nM400\nM1002 set_filament_type:{filament_type[next_extruder]}\n{endif}\n\n{if flush_length_1 > 45 && flush_length_2 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_2 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 45 && flush_length_3 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_3 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 45 && flush_length_4 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_4 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n\nM629\n\nM400\nM106 P1 S60\nM109 S{nozzle_temperature[next_extruder]}\nG1 E6 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM400\nM106 P1 S178\nM400 S3\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nG1 X-38.2 F18000\nG1 X-48.2 F3000\nM400\nG1 Z{max_layer_z + 3.0} F3000\nM106 P1 S0\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\n\nM622.1 S0\nM9833 F{outer_wall_volumetric_speed/2.4} A0.3 ; cali dynamic extrusion compensation\nM1002 judge_flag filament_need_cali_flag\nM622 J1\n G92 E0\n G1 E-[new_retract_length_toolchange] F1800\n M400\n \n M106 P1 S178\n M400 S4\n G1 X-38.2 F18000\n G1 X-48.2 F3000\n G1 X-38.2 F18000 ;wipe and shake\n G1 X-48.2 F3000\n G1 X-38.2 F12000 ;wipe and shake\n G1 X-48.2 F3000\n M400\n M106 P1 S0 \nM623\n\nM621 S[next_extruder]A\nG392 S0\n\nM1007 S1\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 0.6 nozzle.json index 70ff80c4b4..10540c33d6 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 0.6 nozzle.json @@ -23,6 +23,7 @@ "upward_compatible_machine": [ "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 0.8 nozzle.json index 6e5659bf4d..2bf183883e 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 0.8 nozzle.json @@ -23,6 +23,7 @@ "upward_compatible_machine": [ "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.2 nozzle.json index 0b4e5d7349..b9399f084d 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.2 nozzle.json @@ -32,6 +32,7 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json index 54b59e3f93..1d39bebe6a 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.4 nozzle.json @@ -76,11 +76,12 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: A1 mini =========================\n;===== date: 20240620 =====================\n\n;===== start to heat heatbead&hotend==========\nM1002 gcode_claim_action : 2\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM104 S170\nM140 S[bed_temperature_initial_layer_single]\nG392 S0 ;turn off clog detect\nM9833.2\n;=====start printer sound ===================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B0 L100 C37 D10 M100 E37 F10 N100\nM1006 A0 B0 L100 C41 D10 M100 E41 F10 N100\nM1006 A0 B0 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A43 B10 L100 C39 D10 M100 E46 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C39 D10 M100 E43 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C41 D10 M100 E41 F10 N100\nM1006 A0 B0 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B0 L100 C49 D10 M100 E49 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A44 B10 L100 C39 D10 M100 E48 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C39 D10 M100 E44 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A43 B10 L100 C39 D10 M100 E46 F10 N100\nM1006 W\nM18\n;=====avoid end stop =================\nG91\nG380 S2 Z30 F1200\nG380 S3 Z-20 F1200\nG1 Z5 F1200\nG90\n\n;===== reset machine status =================\nM204 S6000\n\nM630 S0 P0\nG91\nM17 Z0.3 ; lower the z-motor current\n\nG90\nM17 X0.7 Y0.9 Z0.5 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM83\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\n;====== cog noise reduction=================\nM982.2 S1 ; turn on cog noise reduction\n\n;===== prepare print temperature and material ==========\nM400\nM18\nM109 S100 H170\nM104 S170\nM400\nM17\nM400\nG28 X\n\nM211 X0 Y0 Z0 ;turn off soft endstop ; turn off soft endstop to prevent protential logic problem\n\nM975 S1 ; turn on\n\nG1 X0.0 F30000\nG1 X-13.5 F3000\n\nM620 M ;enable remap\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n G392 S0 ;turn on clog detect\n M1002 gcode_claim_action : 4\n M400\n M1002 set_filament_type:UNKNOWN\n M109 S[nozzle_temperature_initial_layer]\n M104 S250\n M400\n T[initial_no_support_extruder]\n G1 X-13.5 F3000\n M400\n M620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n M109 S250 ;set nozzle to common flush temp\n M106 P1 S0\n G92 E0\n G1 E50 F200\n M400\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M104 S{nozzle_temperature_range_high[initial_no_support_extruder]}\n G92 E0\n G1 E50 F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60}\n M400\n M106 P1 S178\n G92 E0\n G1 E5 F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60}\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-40}\n G92 E0\n G1 E-0.5 F300\n\n G1 X0 F30000\n G1 X-13.5 F3000\n G1 X0 F30000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X0 F30000\n G1 X-13.5 F3000\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-40}\n G392 S0 ;turn off clog detect\nM621 S[initial_no_support_extruder]A\n\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== mech mode fast check============================\nM1002 gcode_claim_action : 3\nG0 X25 Y175 F20000 ; find a soft place to home\n;M104 S0\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nM104 S170\n\n; build plate detect\nM1002 judge_flag build_plate_detect_flag\nM622 S1\n G39.4\n M400\nM623\n\nG1 Z5 F3000\nG1 X90 Y-1 F30000\nM400 P200\nM970.3 Q1 A7 K0 O2\nM974 Q1 S2 P0\n\nG1 X90 Y0 Z5 F30000\nM400 P200\nM970 Q0 A10 B50 C90 H15 K0 M20 O3\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X-1 Y10\nG28 X ; re-home XY\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\n\nM104 S170 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\nM211 S; push soft endstop status\nM211 X0 Y0 Z0 ;turn off Z axis endstop\n\nM83\nG1 E-1 F500\nG90\nM83\n\nM109 S170\nM104 S140\nG0 X90 Y-4 F30000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X91 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X92 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X93 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X94 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X95 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X96 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X97 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X98 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\n\nG1 Z5 F30000\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\nG1 X25 Y175 F30000.1 ;Brush material\nG1 Z0.2 F30000.1\nG1 Y185\nG91\nG1 X-30 F30000\nG1 Y-2\nG1 X27\nG1 Y1.5\nG1 X-28\nG1 Y-2\nG1 X30\nG1 Y1.5\nG1 X-30\nG90\nM83\n\nG1 Z5 F3000\nG0 X50 Y175 F20000 ; find a soft place to home\nG28 Z P0 T300; home z with low precision, permit 300deg temperature\nG29.2 S0 ; turn off ABL\n\nG0 X85 Y185 F10000 ;move to exposed steel surface and stop the nozzle\nG0 Z-1.01 F10000\nG91\n\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nG90\nG1 Z5 F30000\nG1 X25 Y175 F30000.1 ;Brush material\nG1 Z0.2 F30000.1\nG1 Y185\nG91\nG1 X-30 F30000\nG1 Y-2\nG1 X27\nG1 Y1.5\nG1 X-28\nG1 Y-2\nG1 X30\nG1 Y1.5\nG1 X-30\nG90\nM83\n\nG1 Z5\nG0 X55 Y175 F20000 ; find a soft place to home\nG28 Z P0 T300; home z with low precision, permit 300deg temperature\nG29.2 S0 ; turn off ABL\n\nG1 Z10\nG1 X85 Y185\nG1 Z-1.01\nG1 X95\nG1 X90\n\nM211 R; pop softend status\n\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== wait heatbed ====================\nM1002 gcode_claim_action : 2\nM104 S0\nM190 S[bed_temperature_initial_layer_single];set bed temp\nM109 S140\n\nG1 Z5 F3000\nG29.2 S1\nG1 X10 Y10 F20000\n\n;===== bed leveling ==================================\n;M1002 set_flag g29_before_print_flag=1\nM1002 judge_flag g29_before_print_flag\nM622 J1\n M1002 gcode_claim_action : 1\n G29 A1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28 T145\n\nM623\n\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\n\nG1 X-13.5 Y0 Z10 F10000\nG1 E1.2 F500\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S{nozzle_temperature[initial_extruder]}\nM400\n\nM412 S1 ; ===turn on filament runout detection===\nM400 P10\n\nG392 S0 ;turn on clog detect\n\nM620.3 W1; === turn on filament tangle detection===\nM400 S2\n\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n;M1002 set_flag extrude_cali_flag=1\nM1002 judge_flag extrude_cali_flag\nM622 J1\n M1002 gcode_claim_action : 8\n \n M400\n M900 K0.0 L1000.0 M1.0\n G90\n M83\n G0 X68 Y-4 F30000\n G0 Z0.3 F18000 ;Move to start position\n M400\n G0 X88 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X93 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X98 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X103 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X108 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X113 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 Y0 Z0 F20000\n M400\n \n G1 X-13.5 Y0 Z10 F10000\n M400\n \n G1 E10 F{outer_wall_volumetric_speed/2.4*60}\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n M400\n M106 P1 S0\n\n M1002 judge_last_extrude_cali_success\n M622 J0\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n M400\n M106 P1 S0\n M623\n \n G1 X-13.5 F3000\n M400\n M984 A0.1 E1 S1 F{outer_wall_volumetric_speed/2.4} H[nozzle_diameter]\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n M400\n M106 P1 S0\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n;===== extrude cali test ===============================\nM104 S{nozzle_temperature_initial_layer[initial_extruder]}\nG90\nM83\nG0 X68 Y-2.5 F30000\nG0 Z0.3 F18000 ;Move to start position\nG0 X88 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X93 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X98 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X103 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X108 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X113 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X115 Z0 F20000\nG0 Z5\nM400\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\n\nM400 ; wait all motion done before implement the emprical L parameters\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.02} ; for Textured PEI Plate\n{endif}\n\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n\nM211 X0 Y0 Z0 ;turn off soft endstop\nM1007 S1\n\n\n\n", + "machine_start_gcode": ";===== machine: A1 mini =========================\n;===== date: 20250822 ==================\n\n;===== start to heat heatbead&hotend==========\nM1002 gcode_claim_action : 2\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\nM104 S170\nM140 S[bed_temperature_initial_layer_single]\nG392 S0 ;turn off clog detect\nM9833.2\n;=====start printer sound ===================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B0 L100 C37 D10 M100 E37 F10 N100\nM1006 A0 B0 L100 C41 D10 M100 E41 F10 N100\nM1006 A0 B0 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A43 B10 L100 C39 D10 M100 E46 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C39 D10 M100 E43 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C41 D10 M100 E41 F10 N100\nM1006 A0 B0 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B0 L100 C49 D10 M100 E49 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A44 B10 L100 C39 D10 M100 E48 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B0 L100 C39 D10 M100 E44 F10 N100\nM1006 A0 B0 L100 C0 D10 M100 E0 F10 N100\nM1006 A43 B10 L100 C39 D10 M100 E46 F10 N100\nM1006 W\nM18\n;=====avoid end stop =================\nG91\nG380 S2 Z30 F1200\nG380 S3 Z-20 F1200\nG1 Z5 F1200\nG90\n\n;===== reset machine status =================\nM204 S6000\n\nM630 S0 P0\nG91\nM17 Z0.3 ; lower the z-motor current\n\nG90\nM17 X0.7 Y0.9 Z0.5 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM83\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\n;====== cog noise reduction=================\nM982.2 S1 ; turn on cog noise reduction\n\n;===== prepare print temperature and material ==========\nM400\nM18\nM109 S100 H170\nM104 S170\nM400\nM17\nM400\nG28 X\n\nM211 X0 Y0 Z0 ;turn off soft endstop ; turn off soft endstop to prevent protential logic problem\n\nM975 S1 ; turn on\n\nG1 X0.0 F30000\nG1 X-13.5 F3000\n\nM620 M ;enable remap\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n G392 S0 ;turn on clog detect\n M1002 gcode_claim_action : 4\n M400\n M1002 set_filament_type:UNKNOWN\n M109 S[nozzle_temperature_initial_layer]\n M104 S250\n M400\n T[initial_no_support_extruder]\n G1 X-13.5 F3000\n M400\n M620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n M109 S250 ;set nozzle to common flush temp\n M106 P1 S0\n G92 E0\n G1 E50 F200\n M400\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M104 S{flush_temperatures[initial_no_support_extruder]}\n G92 E0\n G1 E50 F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60}\n M400\n M106 P1 S178\n G92 E0\n G1 E5 F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60}\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-40}\n G92 E0\n G1 E-0.5 F300\n\n G1 X0 F30000\n G1 X-13.5 F3000\n G1 X0 F30000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X0 F30000\n G1 X-13.5 F3000\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-40}\n G392 S0 ;turn off clog detect\nM621 S[initial_no_support_extruder]A\n\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== mech mode fast check============================\nM1002 gcode_claim_action : 3\nG0 X25 Y175 F20000 ; find a soft place to home\n;M104 S0\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nM104 S170\n\n; build plate detect\nM1002 judge_flag build_plate_detect_flag\nM622 S1\n G39.4\n M400\nM623\n\nG1 Z5 F3000\nG1 X90 Y-1 F30000\nM400 P200\nM970.3 Q1 A7 K0 O2\nM974 Q1 S2 P0\n\nG1 X90 Y0 Z5 F30000\nM400 P200\nM970 Q0 A10 B50 C90 H15 K0 M20 O3\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X-1 Y10\nG28 X ; re-home XY\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\n\nM104 S170 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\nM211 S; push soft endstop status\nM211 X0 Y0 Z0 ;turn off Z axis endstop\n\nM83\nG1 E-1 F500\nG90\nM83\n\nM109 S170\nM104 S140\nG0 X90 Y-4 F30000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X91 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X92 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X93 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X94 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X95 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X96 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X97 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X98 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\nG1 Z2 F1200\nG1 X99 F10000\nG380 S3 Z-5 F1200\n\nG1 Z5 F30000\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\nG1 X25 Y175 F30000.1 ;Brush material\nG1 Z0.2 F30000.1\nG1 Y185\nG91\nG1 X-30 F30000\nG1 Y-2\nG1 X27\nG1 Y1.5\nG1 X-28\nG1 Y-2\nG1 X30\nG1 Y1.5\nG1 X-30\nG90\nM83\n\nG1 Z5 F3000\nG0 X50 Y175 F20000 ; find a soft place to home\nG28 Z P0 T300; home z with low precision, permit 300deg temperature\nG29.2 S0 ; turn off ABL\n\nG0 X85 Y185 F10000 ;move to exposed steel surface and stop the nozzle\nG0 Z-1.01 F10000\nG91\n\nG2 I1 J0 X2 Y0 F2000.1\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\nG2 I1 J0 X2\nG2 I-0.75 J0 X-1.5\n\nG90\nG1 Z5 F30000\nG1 X25 Y175 F30000.1 ;Brush material\nG1 Z0.2 F30000.1\nG1 Y185\nG91\nG1 X-30 F30000\nG1 Y-2\nG1 X27\nG1 Y1.5\nG1 X-28\nG1 Y-2\nG1 X30\nG1 Y1.5\nG1 X-30\nG90\nM83\n\nG1 Z5\nG0 X55 Y175 F20000 ; find a soft place to home\nG28 Z P0 T300; home z with low precision, permit 300deg temperature\nG29.2 S0 ; turn off ABL\n\nG1 Z10\nG1 X85 Y185\nG1 Z-1.01\nG1 X95\nG1 X90\n\nM211 R; pop softend status\n\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== wait heatbed ====================\nM1002 gcode_claim_action : 2\nM104 S0\nM190 S[bed_temperature_initial_layer_single];set bed temp\nM109 S140\n\nG1 Z5 F3000\nG29.2 S1\nG1 X10 Y10 F20000\n\n;===== bed leveling ==================================\n;M1002 set_flag g29_before_print_flag=1\nM1002 judge_flag g29_before_print_flag\nM622 J1\n M1002 gcode_claim_action : 1\n G29 A1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28 T145\n\nM623\n\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\n\nG1 X-13.5 Y0 Z10 F10000\nG1 E1.2 F500\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S{nozzle_temperature[initial_extruder]}\nM400\n\nM412 S1 ; ===turn on filament runout detection===\nM400 P10\n\nG392 S0 ;turn on clog detect\n\nM620.3 W1; === turn on filament tangle detection===\nM400 S2\n\nM1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n;M1002 set_flag extrude_cali_flag=1\nM1002 judge_flag extrude_cali_flag\nM622 J1\n M1002 gcode_claim_action : 8\n \n M400\n M900 K0.0 L1000.0 M1.0\n G90\n M83\n G0 X68 Y-4 F30000\n G0 Z0.3 F18000 ;Move to start position\n M400\n G0 X88 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\n G0 X93 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X98 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X103 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 X108 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X113 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\n G0 Y0 Z0 F20000\n M400\n \n G1 X-13.5 Y0 Z10 F10000\n M400\n \n G1 E10 F{outer_wall_volumetric_speed/2.4*60}\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n M400\n M106 P1 S0\n\n M1002 judge_last_extrude_cali_success\n M622 J0\n M983 F{outer_wall_volumetric_speed/2.4} A0.3 H[nozzle_diameter]; cali dynamic extrusion compensation\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n M400\n M106 P1 S0\n M623\n \n G1 X-13.5 F3000\n M400\n M984 A0.1 E1 S1 F{outer_wall_volumetric_speed/2.4} H[nozzle_diameter]\n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n M400\n M106 P1 S0\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n;===== extrude cali test ===============================\nM104 S{nozzle_temperature_initial_layer[initial_extruder]}\nG90\nM83\nG0 X68 Y-2.5 F30000\nG0 Z0.3 F18000 ;Move to start position\nG0 X88 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X93 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X98 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X103 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X108 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X113 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X115 Z0 F20000\nG0 Z5\nM400\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\n\nM400 ; wait all motion done before implement the emprical L parameters\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.02} ; for Textured PEI Plate\n{endif}\n\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n\nM211 X0 Y0 Z0 ;turn off soft endstop\nM1007 S1\n\n\n\n", "machine_end_gcode": ";===== date: 20231229 =====================\n;turn off nozzle clog detect\nG392 S0\n\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X0 Y{first_layer_center_no_wipe_tower[1]} F18000 ; move to safe pos\nG1 X-13.0 F3000 ; move to safe pos\n{if !spiral_mode && print_sequence != \"by object\"}\nM1002 judge_flag timelapse_record_flag\nM622 J1\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM400 P100\nM971 S11 C11 O0\nM991 S0 P-1 ;end timelapse at safe pos\nM623\n{endif}\n\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\n;G1 X27 F15000 ; wipe\n\n; pull back filament to AMS\nM620 S255\nG1 X181 F12000\nT255\nG1 X0 F18000\nG1 X-13.0 F3000\nG1 X0 F18000 ; wipe\nM621 S255\n\nM104 S0 ; turn off hotend\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 180}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z180 F600\n G1 Z180\n{endif}\nM400 P100\nM17 R ; restore z current\n\nG90\nG1 X-13 Y180 F3600\n\nG91\nG1 Z-1 F600\nG90\nM83\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\n;=====printer finish sound=========\nM17\nM400 S1\nM1006 S1\nM1006 A0 B20 L100 C37 D20 M100 E42 F20 N100\nM1006 A0 B10 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B10 L100 C46 D10 M100 E46 F10 N100\nM1006 A44 B20 L100 C39 D20 M100 E48 F20 N100\nM1006 A0 B10 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B10 L100 C39 D10 M100 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B10 L100 C44 D10 M100 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A0 B10 L100 C39 D10 M100 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E48 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A44 B20 L100 C41 D20 M100 E49 F20 N100\nM1006 A0 B20 L100 C0 D20 M100 E0 F20 N100\nM1006 A0 B20 L100 C37 D20 M100 E37 F20 N100\nM1006 W\n;=====printer finish sound=========\nM400 S1\nM18 X Y Z\n", "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change\n", "time_lapse_gcode": ";===================== date: 20250206 =====================\n{if !spiral_mode && print_sequence != \"by object\"}\n; don't support timelapse gcode in spiral_mode and by object sequence for I3 structure printer\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\nG92 E0\nG1 Z{max_layer_z + 0.4}\nG1 X0 Y{first_layer_center_no_wipe_tower[1]} F18000 ; move to safe pos\nG1 X-13.0 F3000 ; move to safe pos\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C11 O0\nG92 E0\nG1 X0 F18000\nM623\n\n; SKIPTYPE: head_wrap_detect\nM622.1 S1\nM1002 judge_flag g39_3rd_layer_detect_flag\nM622 J1\n ; enable nozzle clog detect at 3rd layer\n {if layer_num == 2}\n M400\n G90\n M83\n M204 S5000\n G0 Z2 F4000\n G0 X187 Y178 F20000\n G39 S1 X187 Y178\n G0 Z2 F4000\n {endif}\n\n\n M622.1 S1\n M1002 judge_flag g39_detection_flag\n M622 J1\n {if !in_head_wrap_detect_zone}\n M622.1 S0\n M1002 judge_flag g39_mass_exceed_flag\n M622 J1\n {if layer_num > 2}\n G392 S0\n M400\n G90\n M83\n M204 S5000\n G0 Z{max_layer_z + 0.4} F4000\n G39.3 S1\n G0 Z{max_layer_z + 0.4} F4000\n G392 S0\n {endif}\n M623\n {endif}\n M623\nM623\n; SKIPPABLE_END\n{endif}\n\n\n", - "change_filament_gcode": ";===== A1mini 20250206 =====\nG392 S0\nM1007 S0\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n\nG1 X180 F18000\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F1200\n{else}\nM620.11 S0\n{endif}\nM400\n\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nM620.10 A0 F[old_filament_e_feedrate]\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\nM620.10 A1 F[new_filament_e_feedrate] L[flush_length] H[nozzle_diameter] T[nozzle_temperature_range_high]\n\nG1 Y90 F9000\n\n{if next_extruder < 255}\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\n\nM400\nG92 E0\nM628 S0\n\n{if flush_length_1 > 1}\n; FLUSH_START\n; always use highest temperature to flush\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S[nozzle_temperature_range_high]\nM106 P1 S60\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\nM400\nM1002 set_filament_type:{filament_type[next_extruder]}\n{endif}\n\n{if flush_length_1 > 45 && flush_length_2 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_2 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 45 && flush_length_3 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_3 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 45 && flush_length_4 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_4 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n\nM629\n\nM400\nM106 P1 S60\nM109 S[new_filament_temp]\nG1 E5 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nG1 Z{max_layer_z + 3.0} F3000\nM106 P1 S0\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\n\nM622.1 S0\nM9833 F{outer_wall_volumetric_speed/2.4} A0.3 ; cali dynamic extrusion compensation\nM1002 judge_flag filament_need_cali_flag\nM622 J1\n G92 E0\n G1 E-[new_retract_length_toolchange] F1800\n M400\n \n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n M400\n M106 P1 S0 \nM623\n\nM621 S[next_extruder]A\nG392 S0\n\nM1007 S1\n" + "change_filament_gcode": ";===== A1mini 20250822 =====\nG392 S0\nM1007 S0\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n\nG1 X180 F18000\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F1200\n{else}\nM620.11 S0\n{endif}\nM400\n\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nM620.10 A0 F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\nM620.10 A1 F{flush_volumetric_speeds[next_extruder]/2.4053*60} L[flush_length] H[nozzle_diameter] T{flush_temperatures[next_extruder]}\n\nG1 Y90 F9000\n\n{if next_extruder < 255}\n\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\n\nM400\nG92 E0\nM628 S0\n\n{if flush_length_1 > 1}\n; FLUSH_START\n; always use highest temperature to flush\nM400\nM1002 set_filament_type:UNKNOWN\nM109 S[flush_temperatures[next_extruder]]\nM106 P1 S60\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\nM400\nM1002 set_filament_type:{filament_type[next_extruder]}\n{endif}\n\n{if flush_length_1 > 45 && flush_length_2 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_2 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 45 && flush_length_3 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_3 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 45 && flush_length_4 > 1}\n; WIPE\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nM106 P1 S0\n{endif}\n\n{if flush_length_4 > 1}\nM106 P1 S60\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n\nM629\n\nM400\nM106 P1 S60\nM109 S{nozzle_temperature[next_extruder]}\nG1 E5 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM400\nM106 P1 S178\nM400 S3\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nG1 X-3.5 F18000\nG1 X-13.5 F3000\nM400\nG1 Z{max_layer_z + 3.0} F3000\nM106 P1 S0\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\n\nM622.1 S0\nM9833 F{outer_wall_volumetric_speed/2.4} A0.3 ; cali dynamic extrusion compensation\nM1002 judge_flag filament_need_cali_flag\nM622 J1\n G92 E0\n G1 E-[new_retract_length_toolchange] F1800\n M400\n \n M106 P1 S178\n M400 S7\n G1 X0 F18000\n G1 X-13.5 F3000\n G1 X0 F18000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n G1 X-13.5 F3000\n G1 X0 F12000 ;wipe and shake\n M400\n M106 P1 S0 \nM623\n\nM621 S[next_extruder]A\nG392 S0\n\nM1007 S1\n" } diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.6 nozzle.json index 57d1a68ad7..e7077dd216 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.6 nozzle.json @@ -38,6 +38,7 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.8 nozzle.json index adceac0ed9..ba98a3cbcf 100644 --- a/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab A1 mini 0.8 nozzle.json @@ -38,6 +38,7 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json index 3fdeccb456..11890c1026 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D 0.4 nozzle.json @@ -98,6 +98,7 @@ "10" ], "support_chamber_temp_control": "1", + "support_object_skip_flush": "1", "wrapping_exclude_area": [ "145x310", "256x310", diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json index 038d55afed..14809d44bd 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D Pro 0.4 nozzle.json @@ -102,6 +102,7 @@ "10" ], "support_chamber_temp_control": "1", + "support_object_skip_flush": "1", "wrapping_exclude_area": [ "145x310", "256x310", diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D Pro.json b/resources/profiles/BBL/machine/Bambu Lab H2D Pro.json index e6ac229974..ff132213c0 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D Pro.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D Pro.json @@ -7,7 +7,7 @@ "bed_texture": "bbl-3dp-logo.svg", "default_bed_type": "Textured PEI Plate", "image_bed_type": "o", - "not_support_bed_type":"Cool Plate;Engineering Plate;Bambu Cool Plate SuperTack", + "not_support_bed_type": "Smooth Cool Plate;Textured Cool Plate", "family": "BBL-3DP", "machine_tech": "FFF", "model_id": "O1E", diff --git a/resources/profiles/BBL/machine/Bambu Lab H2D.json b/resources/profiles/BBL/machine/Bambu Lab H2D.json index 80ec3ad0e3..5528761c07 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2D.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2D.json @@ -8,7 +8,7 @@ "use_rect_grid": "true", "default_bed_type": "Textured PEI Plate", "image_bed_type": "o", - "not_support_bed_type": "Smooth Cool Plate;Engineering Plate;Textured Cool Plate;Cool Plate (SuperTack)", + "not_support_bed_type": "Smooth Cool Plate;Textured Cool Plate", "family": "BBL-3DP", "machine_tech": "FFF", "model_id": "O1D", diff --git a/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json index a54ab1ab85..f0b57c403b 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2S 0.4 nozzle.json @@ -209,6 +209,7 @@ "18" ], "support_chamber_temp_control": "1", + "support_object_skip_flush": "1", "wipe_distance": [ "2", "2" diff --git a/resources/profiles/BBL/machine/Bambu Lab H2S.json b/resources/profiles/BBL/machine/Bambu Lab H2S.json index 66ac24a655..cf552900e9 100644 --- a/resources/profiles/BBL/machine/Bambu Lab H2S.json +++ b/resources/profiles/BBL/machine/Bambu Lab H2S.json @@ -5,8 +5,12 @@ "url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json", "bed_model": "bbl-3dp-O1S.stl", "bed_texture": "bbl-3dp-logo.svg", + "use_double_extruder_default_texture": "true", + "bottom_texture_rect": "40,-14.5,70,8", "default_bed_type": "Textured PEI Plate", - "right_icon_offset_bed": "10", + "image_bed_type": "o", + "not_support_bed_type": "Smooth Cool Plate;Textured Cool Plate", + "right_icon_offset_bed": "10;-5", "family": "BBL-3DP", "machine_tech": "FFF", "model_id": "O1S", diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1P 0.2 nozzle.json index 83eaad2c16..7e0b0250fd 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P 0.2 nozzle.json @@ -14,15 +14,195 @@ "Bambu PLA Basic @BBL P1P 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL P1P 0.2 nozzle", + "deretraction_speed": [ + "30", + "30" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "nozzle_type": [ + "stainless_steel", + "stainless_steel" + ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "retraction_length": [ + "0.4", "0.4" ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -31,7 +211,8 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z-0.04 ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.2 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z-0.04 ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json index 1badf7f6cb..c6bd50011f 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P 0.4 nozzle.json @@ -21,15 +21,195 @@ "Bambu PLA Basic @BBL P1P" ], "default_print_profile": "0.20mm Standard @BBL P1P", + "deretraction_speed": [ + "30", + "30" + ], "enable_long_retraction_when_cut": "2", "extruder_offset": [ "0x2" ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "machine_unload_filament_time": "28", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_height": "4.2", "nozzle_type": [ + "stainless_steel", "stainless_steel" ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", @@ -38,10 +218,11 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: P1P ========================\n;===== date: 20230707 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression", + "machine_start_gcode": ";===== machine: P1P-0.4 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n", "machine_end_gcode": ";===== date: 20230428 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y265 F3000\n\nG1 X65 Y245 F12000\nG1 Y265 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\nG1 X100 F12000 ; wipe\n; pull back filament to AMS\nM620 S255\nG1 X20 Y50 F12000\nG1 Y-3\nT255\nG1 X65 F12000\nG1 Y265\nG1 X100 F12000 ; wipe\nM621 S255\nM104 S0 ; turn off hotend\n\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 ; wait all motion done\n M991 S0 P-1 ;end smooth timelapse at safe pos\n M400 S3 ;wait for last picture to be taken\nM623; end of \"timelapse_record_flag\"\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 250}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z250 F600\n G1 Z248\n{endif}\nM400 P100\nM17 R ; restore z current\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\nM17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\n", "time_lapse_gcode": ";========Date 20250206========\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\nM1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C11 O0\nG92 E0\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; SKIPPABLE_END\n", - "change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S[nozzle_temperature_range_high]\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S[new_filament_temp]\nG1 E2 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" + "change_filament_gcode": ";=P1P 20250822=\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S{flush_temperatures[next_extruder]}\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S{nozzle_temperature[next_extruder]}\nG1 E2 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1P 0.6 nozzle.json index 824b1d926b..65acda896c 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P 0.6 nozzle.json @@ -18,12 +18,15 @@ "0.12" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retraction_length": [ + "1.4", "1.4" ], "retraction_minimum_travel": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +37,8 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X18 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.6 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X18 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1P 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1P 0.8 nozzle.json index a1a2a8e271..2535182c88 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1P 0.8 nozzle.json @@ -18,12 +18,15 @@ "0.16" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retract_length_toolchange": [ + "3", "3" ], "retraction_length": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +37,8 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ; turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y15 E1.500 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.500\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X18 E15\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.8 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ; turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y15 E1.500 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.500\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X18 E15\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.2 nozzle.json index 8761ba9fc6..930cbf434c 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.2 nozzle.json @@ -14,15 +14,195 @@ "Bambu PLA Basic @BBL X1C 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL X1C 0.2 nozzle", + "deretraction_speed": [ + "30", + "30" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "nozzle_type": [ + "stainless_steel", + "stainless_steel" + ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "retraction_length": [ + "0.4", "0.4" ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1P 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", @@ -31,7 +211,8 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z-0.04 ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.2 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z-0.04 ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json index 9e6057c816..7b2baac751 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.4 nozzle.json @@ -16,19 +16,196 @@ "18x28", "0x28" ], - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.20mm Standard @BBL X1C", + "deretraction_speed": [ + "30", + "30" + ], "enable_long_retraction_when_cut": "2", "extruder_offset": [ "0x2" ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "machine_unload_filament_time": "28", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_height": "4.2", "nozzle_type": [ + "stainless_steel", "stainless_steel" ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1P 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", @@ -37,10 +214,11 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n", + "machine_start_gcode": ";===== machine: P1S-0.4 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n", "machine_end_gcode": ";===== date: 20230428 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y265 F3000\n\nG1 X65 Y245 F12000\nG1 Y265 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\nG1 X100 F12000 ; wipe\n; pull back filament to AMS\nM620 S255\nG1 X20 Y50 F12000\nG1 Y-3\nT255\nG1 X65 F12000\nG1 Y265\nG1 X100 F12000 ; wipe\nM621 S255\nM104 S0 ; turn off hotend\n\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 ; wait all motion done\n M991 S0 P-1 ;end smooth timelapse at safe pos\n M400 S3 ;wait for last picture to be taken\nM623; end of \"timelapse_record_flag\"\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 250}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z250 F600\n G1 Z248\n{endif}\nM400 P100\nM17 R ; restore z current\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\nM17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\n", "time_lapse_gcode": ";========Date 20250206========\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\nM1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C11 O0\nG92 E0\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; SKIPPABLE_END", - "change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S[nozzle_temperature_range_high]\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S[new_filament_temp]\nG1 E2 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" + "change_filament_gcode": ";=P1S 20250822=\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S{flush_temperatures[next_extruder]}\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S{nozzle_temperature[next_extruder]}\nG1 E2 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" } diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.6 nozzle.json index f5ad3d3dda..96152a5dcb 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.6 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab P1S", "printer_variant": "0.6", - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.30mm Standard @BBL X1C 0.6 nozzle", "max_layer_height": [ "0.42" @@ -21,12 +18,15 @@ "0.12" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retraction_length": [ + "1.4", "1.4" ], "retraction_minimum_travel": [ + "3", "3" ], "upward_compatible_machine": [ @@ -37,7 +37,8 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X18 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.6 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ;turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X18 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P1S 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P1S 0.8 nozzle.json index 700c58a26f..210846b073 100644 --- a/resources/profiles/BBL/machine/Bambu Lab P1S 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab P1S 0.8 nozzle.json @@ -21,12 +21,15 @@ "0.16" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retract_length_toolchange": [ + "3", "3" ], "retraction_length": [ + "3", "3" ], "upward_compatible_machine": [ @@ -37,7 +40,8 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ], - "machine_start_gcode": ";===== machine: P1S ========================\n;===== date: 20231107 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ; turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y15 E1.500 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.500\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X18 E15\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" + "machine_start_gcode": ";===== machine: P1S-0.8 ========================\n;===== date: 20250822 =====================\n;===== turn on the HB fan & MC board fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\nM710 A1 S255 ; turn on MC fan by default(P1S)\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y15 E1.500 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.500\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X18 E15\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P2S 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P2S 0.2 nozzle.json new file mode 100644 index 0000000000..2286d16b36 --- /dev/null +++ b/resources/profiles/BBL/machine/Bambu Lab P2S 0.2 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "name": "Bambu Lab P2S 0.2 nozzle", + "inherits": "Bambu Lab P2S 0.4 nozzle", + "from": "system", + "setting_id": "GM000", + "instantiation": "true", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "Bambu Lab P2S", + "printer_variant": "0.2", + "default_filament_profile": [ + "Bambu PLA Basic @BBL P2S 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @BBL P2S 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4", + "0.4" + ], + "upward_compatible_machine": [ + "Bambu Lab A1 0.2 nozzle", + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab H2D 0.2 nozzle", + "Bambu Lab H2D Pro 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P2S 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P2S 0.4 nozzle.json new file mode 100644 index 0000000000..e102c237b8 --- /dev/null +++ b/resources/profiles/BBL/machine/Bambu Lab P2S 0.4 nozzle.json @@ -0,0 +1,250 @@ +{ + "type": "machine", + "name": "Bambu Lab P2S 0.4 nozzle", + "inherits": "fdm_bbl_3dp_001_common", + "from": "system", + "setting_id": "GM049", + "instantiation": "true", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Bambu Lab P2S", + "printer_variant": "0.4", + "bed_exclude_area": [], + "default_filament_profile": [ + "Bambu PLA Basic @BBL P2S" + ], + "default_print_profile": "0.20mm Standard @BBL P2S", + "deretraction_speed": [ + "30", + "30" + ], + "deretract_speed_extruder_change": [ + "30", + "30" + ], + "enable_long_retraction_when_cut": "2", + "extruder_clearance_dist_to_rod": "36.5", + "extruder_clearance_height_to_lid": "141.5", + "extruder_clearance_height_to_rod": "32.5", + "extruder_clearance_radius": "72", + "extruder_offset": [ + "0X0" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "fan_direction": "right", + "hotend_cooling_rate": [ + "2", + "2" + ], + "hotend_heating_rate": [ + "2", + "2" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], + "machine_load_filament_time": "26", + "machine_max_acceleration_travel": [ + "10000", + "10000", + "10000", + "10000" + ], + "machine_max_speed_x": [ + "600", + "600", + "600", + "600" + ], + "machine_max_speed_y": [ + "600", + "600", + "600", + "600" + ], + "machine_prepare_compensation_time": "370", + "machine_unload_filament_time": "31", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "nozzle_height": "4.2", + "nozzle_volume": [ + "110", + "110" + ], + "nozzle_type": [ + "hardened_steel", + "hardened_steel" + ], + "nozzle_flush_dataset": [ + "0", + "0" + ], + "printable_height": "256", + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "support_object_skip_flush": "1", + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "wrapping_exclude_area": [ + "153x256", + "216x256", + "216x235", + "153x235" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], + "upward_compatible_machine": [ + "Bambu Lab A1 0.4 nozzle", + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab H2D 0.4 nozzle", + "Bambu Lab H2D Pro 0.4 nozzle" + ], + "machine_start_gcode": ";M1002 set_flag extrude_cali_flag=1\n;M1002 set_flag g29_before_print_flag=1\n;M1002 set_flag auto_cali_toolhead_offset_flag=1\n;M1002 set_flag build_plate_detect_flag=1\n\n;======== P2S start gcode==========\n;===== 2025/10/09 =====\n \n M140 S[bed_temperature_initial_layer_single] ; heat heatbed first\n M993 A0 B0 C0 ; nozzle cam detection not allowed.\n M400\n\n;=====printer start sound ===================\nM17\nM400 S1\nM1006 S1\nM1006 A53 B9 L99 C53 D9 M99 E53 F9 N99 \nM1006 A56 B9 L99 C56 D9 M99 E56 F9 N99 \nM1006 A61 B9 L99 C61 D9 M99 E61 F9 N99 \nM1006 A53 B9 L99 C53 D9 M99 E53 F9 N99 \nM1006 A56 B9 L99 C56 D9 M99 E56 F9 N99 \nM1006 A61 B18 L99 C61 D18 M99 E61 F18 N99 \nM1006 W\n;=====printer start sound ===================\n\n M620 M ;enable remap\n G389\n\n;===== avoid end stop =================\n G91\n G380 S2 Z22 F1200\n G380 S2 Z-12 F1200\n G90\n;===== avoid end stop =================\n\n;===== reset machine status =================\n M204 S10000\n M630 S0 P1\n G90\n M17 D ; reset motor current to default\n M960 S5 P1 ; turn on logo lamp\n G90\n M220 S100 ;Reset Feedrate\n M1002 set_gcode_claim_speed_level: 5\n M221 S100 ;Reset Flowrate\n M73.2 R1.0 ;Reset left time magnitude\n G29.1 Z{+0.0} ; clear z-trim value first\n M983.1 M1\n M982.2 S1 ; turn on cog noise reduction\n M983.4 S0\n;===== reset machine status =================\n\n;==== set airduct mode ==== \n;==== if Chamber Cooling is necessary ====\n{if (overall_chamber_temperature >= 40)}\nM145 P1 ; set airduct mode to heating mode for heating\nM106 P2 S255 ; turn on filter fan\n{else}\nM145 P0 ; set airduct mode to cooling mode for cooling\nM106 P2 S255 ; turn on auxiliary fan for cooling\nM1002 gcode_claim_action : 29\nM191 S0 ; wait for chamber temp\nM106 P2 S102 ; turn on chamber cooling fan\nM106 P10 S0 ; turn off left aux fan\n{endif}\n;==== set airduct mode ==== \n\n;===== start to heat heatbed & hotend==========\n M1002 gcode_claim_action : 2\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M104 S140 A \n\n G29.2 S0 ; avoid invalid abl data\n\n;===== first homing start =====\n M1002 gcode_claim_action : 13\n G28 X T300\n G150.3\n M972 S24 P0\n M972 S26 P0 C0\n M1002 gcode_claim_action : 11\n M972 S19 P2 T5000 ;plate type detection\n M972 S42 P0 T5000\n G150.1 F8000 ; wipe mouth to avoid filament stick to heatbed\n G90\n G1 X128 Y128 F30000\n G28 Z P0 T400\n M400\n;===== first homign end =====\n\n;===== detection start =====\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-80} A ; rise temp in advance\n;===== detection end =====\n\n;===== prepare print temperature and material ==========\n M400\n M211 X0 Y0 Z0 ;turn off soft endstop\n M975 S1 ; turn on input shaping\n \n G29.2 S0 ; avoid invalid abl data\n G150.3\n{if ((filament_type[initial_no_support_extruder] == \"PLA\") || (filament_type[initial_no_support_extruder] == \"PLA-CF\") || (filament_type[initial_no_support_extruder] == \"PETG\")) && (nozzle_diameter[initial_no_support_extruder] == 0.2)}\nM620.10 A0 F74.8347 H{nozzle_diameter[initial_no_support_extruder]} T{flush_temperatures[initial_no_support_extruder]} P{nozzle_temperature_initial_layer[initial_no_support_extruder]} S1\nM620.10 A1 F74.8347 H{nozzle_diameter[initial_no_support_extruder]} T{flush_temperatures[initial_no_support_extruder]} P{nozzle_temperature_initial_layer[initial_no_support_extruder]} S1\n{else}\nM620.10 A0 F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} H{nozzle_diameter[initial_no_support_extruder]} T{flush_temperatures[initial_no_support_extruder]} P{nozzle_temperature_initial_layer[initial_no_support_extruder]} S1\nM620.10 A1 F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} H{nozzle_diameter[initial_no_support_extruder]} T{flush_temperatures[initial_no_support_extruder]} P{nozzle_temperature_initial_layer[initial_no_support_extruder]} S1\n{endif}\n \n M620.11 P0 L0 I[initial_no_support_extruder] E0\n M620.11 K0 I[initial_no_support_extruder] R0\n \n M620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M1002 gcode_claim_action : 4\n M1002 set_filament_type:UNKNOWN\n M400\n T[initial_no_support_extruder]\n M400\n M628 S0\n M629\n M400\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M621 S[initial_no_support_extruder]A\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n M400\n M106 P1 S0\n M400\n G29.2 S1\n;===== prepare print temperature and material ==========\n\n\n;===== auto extrude cali start =========================\n M975 S1\n M1002 judge_flag extrude_cali_flag\n M622 J0\n M983.3 F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4} A0.4 ; cali dynamic extrusion compensation\n M623\n\n M622 J1\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M1002 gcode_claim_action : 8\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G90\n M83\n M983.3 F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4} A0.4 ; cali dynamic extrusion compensation\n M400\n M106 P1 S255\n M400 S5\n M106 P1 S0\n G150.3\n M623\n\n M622 J2\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M1002 gcode_claim_action : 8\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G90\n M83\n M983.3 F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4} A0.4 ; cali dynamic extrusion compensation\n M400\n M106 P1 S255\n M400 S5\n M106 P1 S0\n G150.3\n M623\n;===== auto extrude cali end =========================\n\n {if hold_chamber_temp_for_flat_print}\n M1002 gcode_claim_action : 58\n M104 S{first_layer_temperature[initial_no_support_extruder]}\n {if bed_temperature_initial_layer_single > 89}\n M1030 S1800 \n {else}\n M1030 S300\n {endif}\n M1030 C\n {endif}\n \n {if filament_type[current_extruder] == \"TPU\" || filament_type[current_extruder] == \"PVA\"}\n {else}\n M83\n G1 E-3 F1800\n M400 P500\n {endif}\n G150.2\n G150.1 F8000\n G0 Z10 F1200\n G150.2\n G150.1 F8000\n G0 Z5 F1200\n G150.1 F8000\n\n G91\n G1 Y-16 F12000 ; move away from the trash bin\n G90\n M400\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-80} A\n\n;===== wipe right nozzle start =====\n M1002 gcode_claim_action : 14\n G150 T{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n M400\n \n{if filament_type[current_extruder] == \"PC\"}\n M109 S170 A\n{else}\n M109 S140 A\n{endif}\n G91\n G1 Z5 F1200\n G90\n M400\n G150.1\n;===== wipe left nozzle end =====\n\n;===== mech mode sweep start =====\n M1002 gcode_claim_action : 3\n G90\n G1 X128 Y128 F20000\n G1 Z5 F1200\n M400 P200\n M970.3 Q1 A10 K0 O1\n M970.2 Q1 K1 W74 Z0.01\n M974 Q1 S2 P0\n M970.3 Q0 A10 K0 O1\n M970.2 Q0 K1 W74 Z0.01\n M974 Q0 S2 P0\n M975 S1\n M400\n;===== mech mode sweep end =====\n\n;===== bed leveling ==================================\n M1002 gcode_claim_action : 54\n M190 S[bed_temperature_initial_layer_single]; ensure bed temp\n M109 S140 A\n M106 S0 ; turn off fan , too noisy\n M1002 judge_flag g29_before_print_flag\n M622 J1\n M1002 gcode_claim_action : 1\n {if hold_chamber_temp_for_flat_print}\n G29 H\n {else}\n G29 A1 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n {endif}\n M400\n M500 ; save cali data\n M623\n \n M622 J2\n M1002 gcode_claim_action : 1\n {if hold_chamber_temp_for_flat_print}\n G29 H\n {else}\n G29 A2 X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n {endif}\n M400\n M500 ; save cali data\n M623\n\n M622 J0\n G28\n M623\n G29.2 S1\n G28\n;===== bed leveling end ================================\n\n M985.1 U0 E2\n M985.1 U1 E2\n\n M104 S[nozzle_temperature_initial_layer] A\n G150.3 ; move to garbage can to wait for temp\n\n;===== wait temperature reaching the reference value =======\n M190 S[bed_temperature_initial_layer_single] \n\n ;========turn off light and fans =============\n M960 S1 P0 ; turn off laser\n M960 S2 P0 ; turn off laser\n M106 S0 ; turn off cooling fan\n \n;===== wait temperature reaching the reference value =======\n\n M1002 gcode_claim_action : 255\n M400\n M975 S1 ; turn on mech mode supression\n\n;============switch again==================\n M211 X0 Y0 Z0 ;turn off soft endstop\n G91\n G1 Z6 F1200\n G90\n M1002 set_filament_type:{filament_type[initial_no_support_extruder]}\n M620 S[initial_no_support_extruder]A\n M400\n T[initial_no_support_extruder]\n M400\n M628 S0\n M629\n M400\n M621 S[initial_no_support_extruder]A\n;============switch again==================\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n {if curr_bed_type==\"Textured PEI Plate\"}\n G29.1 Z{0.01} ; for Textured PEI Plate\n {else}\n G29.1 Z{0.03}\n {endif}\n\n;===== nozzle load line ===============================\nM1002 gcode_claim_action : 51\n G29.2 S1 ; ensure z comp turn on\n G90\n M83\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G130 O0 X100 Y-0.5 Z0.8 F{filament_max_volumetric_speed[initial_no_support_extruder]/2/2.4053} L40 E20 D5\n G90\n M83\n G1 Z0.2\n M400\n;===== noozle load line end ===========================\nM1002 gcode_claim_action : 0\n G29.99\n\n{if (filament_type[initial_no_support_extruder] == \"TPU\") || \n(filament_type[initial_no_support_extruder] == \"PLA\") || (filament_type[initial_no_support_extruder] == \"PETG\")}\nM1015.3 S1 H[nozzle_diameter];enable tpu, pla and petg clog detect\n{else}\nM1015.3 S0;disable clog detect\n{endif}\n\n{if (filament_type[initial_no_support_extruder] == \"PLA\") || (filament_type[initial_no_support_extruder] == \"PETG\")\n || (filament_type[initial_no_support_extruder] == \"PLA-CF\") || (filament_type[initial_no_support_extruder] == \"PETG-CF\")}\nM1015.4 S1 K1 H[nozzle_diameter] ;enable E air printing detect\n{else}\nM1015.4 S0 K0 H[nozzle_diameter] ;disable E air printing detect\n{endif}\n\nM620.6 I[initial_no_support_extruder] W1 ;enable ams air printing detect\n\nM1010 Q0 B0.023 S0.01\nM1010 Q1 B0.005 S0.01\nM1010.1 S1", + "machine_end_gcode": ";======== P2S end gcode ==========\n;===== 2025/09/26 =====\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG0 Z{max_layer_z + 0.8} F900\n\n; pull back filament to AMS\nM620 S65535\nT65535\nG150.2\nM621 S65535\n\nG150.3\n\nM400 ; wait all motion done\nM991 S0 P-1 ;end smooth timelapse at safe pos\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 S5 ;wait for last picture to be taken\nM623 ;end of \"timelapse_record_flag\"\n\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM106 P10 S0 ; turn off left aux fan\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (80.0 - max_layer_z/2) > 0}\n {if (max_layer_z + 80.0 - max_layer_z/2) < 256}\n G1 Z{max_layer_z + 80.0 - max_layer_z/2} F600\n G1 Z{max_layer_z + 78.0 - max_layer_z/2}\n {else}\n G1 Z256 F600\n G1 Z256\n {endif}\n{else}\n {if (max_layer_z + 4.0) < 256}\n G1 Z{max_layer_z + 4.0} F600\n G1 Z{max_layer_z + 2.0}\n {else}\n G1 Z256 F600\n G1 Z256\n {endif}\n{endif}\nM400 P100\nM17 R ; restore z current\n\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\nM1015.3 S0 ;disable clog detect\nM1015.4 S0 K0 ;disable air printing detect\n;=====printer finish sound=========\nM17\nM400 S1\nM1006 S1\nM1006 A53 B10 L99 C53 D10 M99 E53 F10 N99 \nM1006 A57 B10 L99 C57 D10 M99 E57 F10 N99 \nM1006 A0 B15 L0 C0 D15 M0 E0 F15 N0 \nM1006 A53 B10 L99 C53 D10 M99 E53 F10 N99 \nM1006 A57 B10 L99 C57 D10 M99 E57 F10 N99 \nM1006 A0 B15 L0 C0 D15 M0 E0 F15 N0 \nM1006 A48 B10 L99 C48 D10 M99 E48 F10 N99 \nM1006 A0 B15 L0 C0 D15 M0 E0 F15 N0 \nM1006 A60 B10 L99 C60 D10 M99 E60 F10 N99 \nM1006 W\n;=====printer finish sound=========\nM400\nM18\n\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed", + "layer_change_gcode": ";======== P2S layer_change gcode ==========\n;===== 2025/09/25 ====\n\n{if (layer_num + 1 == 1)}\n{if (overall_chamber_temperature >= 40)}\n ;not reset filter fan in first layer\n ;not reset fan\n{endif}\n{endif}\n\n{if (layer_num + 1 == close_fan_the_first_x_layers[current_extruder]+1)}\n{if (overall_chamber_temperature < 40)}\n ;updata chamber autocooling in Xth layer\n {if (min_vitrification_temperature <= 50)}\n {if (nozzle_diameter == 0.2)}\n M142 P1 R30 S40 U{max_additional_fan/100.0} V1.0 O45; set PLA/TPU ND0.2 chamber autocooling\n {else}\n M142 P1 R30 S40 U{max_additional_fan/100.0} V1.0 O45; set PLA/TPU ND0.4 chamber autocooling\n {endif}\n {else}\n {if (nozzle_diameter == 0.2)}\n M142 P1 R45 S50 U{max_additional_fan/100.0} V0.5 O50; set PETG ND0.2 chamber autocooling\n {else}\n M142 P1 R50 S55 U{max_additional_fan/100.0} V0.5 O55; set PETG ND0.4 chamber autocooling\n {endif}\n {endif}\n M106 P10 S{additional_cooling_fan_speed[current_extruder]*255.0/100.0}; set left aux fan \n{else}\n ;not reset filter fan in Xth layer\n{endif}\n;not reset fan\n{endif}\n\n\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change\n\n", + "time_lapse_gcode": ";======== P2S timeslape gcode ==========\n;===== 2025/06/16 ====\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firware, default turned on\n\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\n M971 S11 C10 O0\n M1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\n G150.3 ; move to garbage can\n M400\n M1004 S5 P1 ; external shutter\n M400 P300\n M971 S11 C10 O0\n M400 P350\n \n G90\n G1 Z{max_layer_z + 3.0} F1200\n G0 Y210 F18000\n{endif}\nM623\n; SKIPPABLE_END\n", + "wrapping_detection_gcode": ";======== P2S 20250822 clumping ========\n{if !spiral_mode}\n M622.1 S0 ; for previous firmware, default turn off\n M1002 set_flag g39_forced_detection_flag=1\n M1002 judge_flag g39_forced_detection_flag\n M622 J1\n {if layer_num == 3 || layer_num == 10 || layer_num == 19}\n M993 A2 B2 C2 ; nozzle cam detection allow status save.\n M993 A0 B0 C0 ; nozzle cam detection not allowed.\n\n M400 P100\n\n G39\n\n G90\n G1 Y240 F30000\n G1 Y210 F15000\n \n M993 A3 B3 C3 ; nozzle cam detection allow status restore.\n {endif}\n M623\n{endif}", + "change_filament_gcode": ";======== P2S filament_change gcode ==========\n;===== 2025/09/25 =====\n\nM620 S[next_extruder]A\nM204 S9000\n{if toolchange_count > 1 && (z_hop_types[current_extruder] == 0 || z_hop_types[current_extruder] == 3)}\nG17\nG2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\n{endif}\n\n;nozzle_change_gcode\n\nG1 Z{max_layer_z + 3.0} F1200\n\nM400\nM106 P1 S0\n\n{if toolchange_count == 2}\n; get travel path for change filament\n;M620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\n;M620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\n;M620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\n\n{if ((filament_type[current_extruder] == \"PLA\") || (filament_type[current_extruder] == \"PLA-CF\") || (filament_type[current_extruder] == \"PETG\")) && (nozzle_diameter[current_extruder] == 0.2)}\nM620.10 A0 F74.8347 L[flush_length] H{nozzle_diameter[current_extruder]} T{flush_temperatures[current_extruder]} P{nozzle_temperature[current_extruder]} S1\n{else}\nM620.10 A0 F{flush_volumetric_speeds[current_extruder]/2.4053*60} L[flush_length] H{nozzle_diameter[current_extruder]} T{flush_temperatures[current_extruder]} P{nozzle_temperature[current_extruder]} S1\n{endif}\n\n{if ((filament_type[next_extruder] == \"PLA\") || (filament_type[next_extruder] == \"PLA-CF\") || (filament_type[next_extruder] == \"PETG\")) && (nozzle_diameter[next_extruder] == 0.2)}\nM620.10 A1 F74.8347 L[flush_length] H{nozzle_diameter[next_extruder]} T{flush_temperatures[next_extruder]} P{nozzle_temperature[next_extruder]} S1\n{else}\nM620.10 A1 F{flush_volumetric_speeds[next_extruder]/2.4053*60} L[flush_length] H{nozzle_diameter[next_extruder]} T{flush_temperatures[next_extruder]} P{nozzle_temperature[next_extruder]} S1\n{endif}\n\n{if long_retraction_when_cut}\nM620.11 P1 L0 I[current_extruder] E-{retraction_distance_when_cut} F{max((flush_volumetric_speeds[current_extruder]/2.4053*60), 200)}\n{else}\nM620.11 P0 L0 I[current_extruder] E0\n{endif}\n\nM620.11 K0 I[current_extruder] R0\n\n \nT[next_extruder]\n\n;deretract\n{if filament_type[next_extruder] == \"TPU\"}\n{else}\n{if filament_type[next_extruder] == \"PA\"}\n;VG1 E1 F{max(new_filament_e_feedrate, 200)}\n;VG1 E1 F{max(new_filament_e_feedrate/2, 100)}\n{else}\n;VG1 E4 F{max(new_filament_e_feedrate, 200)}\n;VG1 E4 F{max(new_filament_e_feedrate/2, 100)}\n{endif}\n{endif}\n\n; VFLUSH_START\n{if flush_length>41.5}\n;VG1 E41.5 F{min(old_filament_e_feedrate,new_filament_e_feedrate)}\n;VG1 E{flush_length-41.5} F{new_filament_e_feedrate}\n{else}\n;VG1 E{flush_length} F{min(old_filament_e_feedrate,new_filament_e_feedrate)}\n{endif}\nSYNC T{ceil(flush_length / 80) * 5}\n; VFLUSH_END\n\nM1002 set_filament_type:{filament_type[next_extruder]}\n\nM400\nM83\n{if next_extruder < 255}\nM620.10 R{retract_length_toolchange[filament_map[next_extruder]-1]}\nM628 S0\n;VM109 S[new_filament_temp]\nM629\nM400\nM983.3 F{filament_max_volumetric_speed[next_extruder]/2.4} A0.4 R{retract_length_toolchange[filament_map[next_extruder]-1]}\nM400\n\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[travel_acceleration]\n{endif}\n\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\n\nM621 S[next_extruder]A\n\n{if (filament_type[next_extruder] == \"PLA\") || (filament_type[next_extruder] == \"PETG\")\n || (filament_type[next_extruder] == \"PLA-CF\") || (filament_type[next_extruder] == \"PETG-CF\")}\nM1015.4 S1 K1 H[nozzle_diameter] ;enable E air printing detect\n{else}\nM1015.4 S0 K0 H[nozzle_diameter] ;disable E air printing detect\n{endif}\n\nM620.6 I[next_extruder] W1 ;enable ams air printing detect\n\n\n{if (overall_chamber_temperature < 40)}\n{if (layer_num + 1 < close_fan_the_first_x_layers[next_extruder] + 1)}\n M106 P2 S{first_x_layer_fan_speed[next_extruder]*255.0/100.0 };set first x_layer aux fan\n M106 P10 S{first_x_layer_fan_speed[next_extruder]*255.0/100.0 };set first x_layer left aux fan \n{else}\n {if (min_vitrification_temperature <= 50)}\n {if (nozzle_diameter == 0.2)}\n M142 P1 R30 S40 U{max_additional_fan/100.0} V1.0 O45; set PLA/TPU ND0.2 chamber autocooling\n {else}\n M142 P1 R30 S40 U{max_additional_fan/100.0} V1.0 O45; set PLA/TPU ND0.4 chamber autocooling\n {endif}\n {else}\n {if (nozzle_diameter == 0.2)}\n M142 P1 R45 S50 U{max_additional_fan/100.0} V0.5 O50; set PETG ND0.2 chamber autocooling\n {else}\n M142 P1 R50 S55 U{max_additional_fan/100.0} V0.5 O55; set PETG ND0.4 chamber autocooling\n {endif}\n {endif}\n M106 P10 S{additional_cooling_fan_speed[next_extruder]*255.0/100.0};set left aux fan \n{endif}\n{endif}\n;not set fan changing filament" +} \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P2S 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P2S 0.6 nozzle.json new file mode 100644 index 0000000000..fa58a04722 --- /dev/null +++ b/resources/profiles/BBL/machine/Bambu Lab P2S 0.6 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "name": "Bambu Lab P2S 0.6 nozzle", + "inherits": "Bambu Lab P2S 0.4 nozzle", + "from": "system", + "setting_id": "GM009", + "instantiation": "true", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Bambu Lab P2S", + "printer_variant": "0.6", + "default_filament_profile": [ + "Bambu PLA Basic @BBL P2S 0.6 nozzle" + ], + "default_print_profile": "0.30mm Standard @BBL P2S 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4", + "1.4" + ], + "upward_compatible_machine": [ + "Bambu Lab A1 0.6 nozzle", + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab H2D 0.6 nozzle", + "Bambu Lab H2D Pro 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P2S 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab P2S 0.8 nozzle.json new file mode 100644 index 0000000000..f888926ba9 --- /dev/null +++ b/resources/profiles/BBL/machine/Bambu Lab P2S 0.8 nozzle.json @@ -0,0 +1,37 @@ +{ + "type": "machine", + "name": "Bambu Lab P2S 0.8 nozzle", + "inherits": "Bambu Lab P2S 0.4 nozzle", + "from": "system", + "setting_id": "GM018", + "instantiation": "true", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Bambu Lab P2S", + "printer_variant": "0.8", + "default_filament_profile": [ + "Bambu PLA Basic @BBL P2S 0.8 nozzle" + ], + "default_print_profile": "0.40mm Standard @BBL P2S 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retract_length_toolchange": [ + "3", + "3" + ], + "retraction_length": [ + "3", + "3" + ], + "upward_compatible_machine": [ + "Bambu Lab A1 0.8 nozzle", + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab H2D 0.8 nozzle", + "Bambu Lab H2D Pro 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab P2S.json b/resources/profiles/BBL/machine/Bambu Lab P2S.json new file mode 100644 index 0000000000..2712bad865 --- /dev/null +++ b/resources/profiles/BBL/machine/Bambu Lab P2S.json @@ -0,0 +1,16 @@ +{ + "type": "machine_model", + "name": "Bambu Lab P2S", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "url": "http://www.bambulab.com/Parameters/printer_model/Bambu Lab X1.json", + "bed_model": "bbl-3dp-X1.stl", + "bed_texture": "bbl-3dp-logo.svg", + "default_bed_type": "Textured PEI Plate", + "image_bed_type": "n", + "bottom_texture_end_name": "n", + "not_support_bed_type": "Smooth Cool Plate;Textured Cool Plate", + "family": "BBL-3DP", + "machine_tech": "FFF", + "model_id": "N7", + "default_materials": "Bambu PLA Matte @BBL P2S;Bambu PLA Basic @BBL P2S;Bambu PLA Silk @BBL P2S;Bambu PLA Marble @BBL P2S;Bambu PLA Sparkle @BBL P2S;Generic PLA @BBL P2S;Bambu TPU 95A @BBL P2S;Bambu ABS @BBL P2S;Bambu PC @BBL P2S 0.4 nozzle" +} \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.2 nozzle.json index d37d957e4b..036e818357 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.2 nozzle.json @@ -14,15 +14,195 @@ "Bambu PLA Basic @BBL X1C 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL X1C 0.2 nozzle", + "deretraction_speed": [ + "30", + "30" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "nozzle_type": [ + "stainless_steel", + "stainless_steel" + ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "retraction_length": [ + "0.4", "0.4" ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab P1P 0.2 nozzle", @@ -31,7 +211,8 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20241023 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.2 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json index d457747bd3..0dac562ec6 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json @@ -21,18 +21,198 @@ "Bambu PLA Basic @BBL X1" ], "default_print_profile": "0.20mm Standard @BBL X1C", + "deretraction_speed": [ + "30", + "30" + ], "enable_long_retraction_when_cut": [ "2" ], "extruder_offset": [ "0x2" ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "machine_unload_filament_time": "28", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_height": "4.2", "nozzle_type": [ + "stainless_steel", "stainless_steel" ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], "scan_first_layer": "1", + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle", @@ -41,10 +221,11 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20240919 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", + "machine_start_gcode": ";===== machine: X1-0.4 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", "machine_end_gcode": ";===== date: 20240528 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos\nG1 Y265 F3000\n\nG1 X65 Y245 F12000\nG1 Y265 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\nG1 X100 F12000 ; wipe\n; pull back filament to AMS\nM620 S255\nG1 X20 Y50 F12000\nG1 Y-3\nT255\nG1 X65 F12000\nG1 Y265\nG1 X100 F12000 ; wipe\nM621 S255\nM104 S0 ; turn off hotend\n\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 ; wait all motion done\n M991 S0 P-1 ;end smooth timelapse at safe pos\n M400 S3 ;wait for last picture to be taken\nM623; end of \"timelapse_record_flag\"\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 250}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z250 F600\n G1 Z248\n{endif}\nM400 P100\nM17 R ; restore z current\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n;=====printer finish sound=========\nM17\nM400 S1\nM1006 S1\nM1006 A0 B20 L100 C37 D20 M40 E42 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C46 D10 M80 E46 F10 N80\nM1006 A44 B20 L100 C39 D20 M60 E48 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C48 D10 M60 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A49 B20 L100 C44 D20 M100 E41 F20 N100\nM1006 A0 B20 L100 C0 D20 M60 E0 F20 N100\nM1006 A0 B20 L100 C37 D20 M30 E37 F20 N60\nM1006 W\n\nM17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\nM960 S5 P0 ; turn off logo lamp\n", "time_lapse_gcode": ";========Date 20250206========\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\nM1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C10 O0\nG92 E0\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; SKIPPABLE_END\n", - "change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S[nozzle_temperature_range_high]\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S[new_filament_temp]\nG1 E2 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" + "change_filament_gcode": ";=X1 20250822=\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S{flush_temperatures[next_extruder]}\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S{nozzle_temperature[next_extruder]}\nG1 E2 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.6 nozzle.json index 657c5a28c7..1f9dfaff47 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.6 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1", "printer_variant": "0.6", - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1" - ], "default_print_profile": "0.30mm Standard @BBL X1 0.6 nozzle", "max_layer_height": [ "0.42" @@ -21,12 +18,15 @@ "0.12" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retraction_length": [ + "1.4", "1.4" ], "retraction_minimum_travel": [ + "3", "3" ], "upward_compatible_machine": [ @@ -37,7 +37,8 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], - "machine_start_gcode": ";===== machine: X1 =========================\n;===== date: 20241023 =====================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.333\n G0 F1200.0 X226 Y15 Z0.2 E0.495\n G0 F1200.0 X226 Y8 Z0.2 E0.691\n G0 F1200.0 X216 Y8 Z0.2 E0.988\n G0 F1200.0 X216 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E20.56 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.56 F1200.0\n G0 X35.0 Y6.0 E1.75 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.6 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.039\n G0 F1200.0 X226 Y12 Z0.2 E0.495\n G0 F1200.0 X226 Y1.5 Z0.2 E1.039\n G0 F1200.0 X220 Y1.5 Z0.2 E0.594\n G0 F1200.0 X220 Y8 Z0.2 E0.644\n G0 F1200.0 X210 Y8 Z0.2 E0.988\n G0 F1200.0 X210 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E19.826 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.312 F1200.0\n G0 X45.0 E0.374 F1200.0\n G0 X35.0 Y6.0 E1.460 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.8 nozzle.json index 5f5f0d9f2c..b7d0560854 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.8 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1", "printer_variant": "0.8", - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1" - ], "default_print_profile": "0.40mm Standard @BBL X1 0.8 nozzle", "max_layer_height": [ "0.56" @@ -21,12 +18,15 @@ "0.16" ], "nozzle_type": [ + "hardened_steel", "hardened_steel" ], "retract_length_toolchange": [ + "3", "3" ], "retraction_length": [ + "3", "3" ], "upward_compatible_machine": [ @@ -37,7 +37,8 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20241023 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.482\n G0 F1200.0 X226 Y15 Z0.2 E0.550\n G0 F1200.0 X226 Y8 Z0.2 E0.768\n G0 F1200.0 X216 Y8 Z0.2 E1.098\n G0 F1200.0 X216 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E25.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.70 F1200.0\n G0 X35.0 Y6.0 E1.90 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.8 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.154\n G0 F1200.0 X226 Y12 Z0.2 E0.550\n G0 F1200.0 X226 Y1.5 Z0.2 E1.154\n G0 F1200.0 X220 Y1.5 Z0.2 E0.660\n G0 F1200.0 X220 Y8 Z0.2 E0.716\n G0 F1200.0 X210 Y8 Z0.2 E1.098\n G0 F1200.0 X210 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E24.107 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.420 F1200.0\n G0 X45.0 E0.404 F1200.0\n G0 X35.0 Y6.0 E1.580 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.2 nozzle.json index 214e3e5063..fe99e3f803 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.2 nozzle.json @@ -14,18 +14,195 @@ "Bambu PLA Basic @BBL X1C 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL X1C 0.2 nozzle", + "deretraction_speed": [ + "30", + "30" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_type": [ + "stainless_steel", "stainless_steel" ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "retraction_length": [ + "0.4", "0.4" ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab P1P 0.2 nozzle", @@ -34,7 +211,8 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20241023 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.2 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json index 5e754dc19d..414a68e071 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json @@ -16,17 +16,198 @@ "18x28", "0x28" ], - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.20mm Standard @BBL X1C", + "deretraction_speed": [ + "30", + "30" + ], "enable_long_retraction_when_cut": "2", "extruder_offset": [ "0x2" ], + "fan_direction": "left", + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "machine_unload_filament_time": "28", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_height": "4.2", + "nozzle_type": [ + "hardened_steel", + "hardened_steel" + ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], "scan_first_layer": "1", + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle", @@ -35,10 +216,11 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20240919 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", + "machine_start_gcode": ";===== machine: X1-0.4 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", "machine_end_gcode": ";===== date: 20240528 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos\nG1 Y265 F3000\n\nG1 X65 Y245 F12000\nG1 Y265 F3000\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\nG1 X100 F12000 ; wipe\n; pull back filament to AMS\nM620 S255\nG1 X20 Y50 F12000\nG1 Y-3\nT255\nG1 X65 F12000\nG1 Y265\nG1 X100 F12000 ; wipe\nM621 S255\nM104 S0 ; turn off hotend\n\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 ; wait all motion done\n M991 S0 P-1 ;end smooth timelapse at safe pos\n M400 S3 ;wait for last picture to be taken\nM623; end of \"timelapse_record_flag\"\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 250}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z250 F600\n G1 Z248\n{endif}\nM400 P100\nM17 R ; restore z current\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n;=====printer finish sound=========\nM17\nM400 S1\nM1006 S1\nM1006 A0 B20 L100 C37 D20 M40 E42 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C46 D10 M80 E46 F10 N80\nM1006 A44 B20 L100 C39 D20 M60 E48 F20 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C39 D10 M60 E39 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A0 B10 L100 C48 D10 M60 E44 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A49 B20 L100 C44 D20 M100 E41 F20 N100\nM1006 A0 B20 L100 C0 D20 M60 E0 F20 N100\nM1006 A0 B20 L100 C37 D20 M30 E37 F20 N60\nM1006 W\n\nM17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\nM960 S5 P0 ; turn off logo lamp\n", "time_lapse_gcode": ";========Date 20250206========\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\nM1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C10 O0\nG92 E0\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; SKIPPABLE_END\n", - "change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F[old_filament_e_feedrate]\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S[nozzle_temperature_range_high]\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S[new_filament_temp]\nG1 E2 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" + "change_filament_gcode": ";=X1 20250822=\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E-{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{else}\nM620.11 S0\n{endif}\nM400\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\n\n{if next_extruder < 255}\n{if long_retractions_when_cut[previous_extruder]}\nM620.11 S1 I[previous_extruder] E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM628 S1\nG92 E0\nG1 E{retraction_distances_when_cut[previous_extruder]} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nM400\nM629 S1\n{else}\nM620.11 S0\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S{flush_temperatures[next_extruder]}\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S{nozzle_temperature[next_extruder]}\nG1 E2 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.6 nozzle.json index 895e1af94c..42038b04ac 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.6 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1 Carbon", "printer_variant": "0.6", - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.30mm Standard @BBL X1C 0.6 nozzle", "max_layer_height": [ "0.42" @@ -21,9 +18,11 @@ "0.12" ], "retraction_length": [ + "1.4", "1.4" ], "retraction_minimum_travel": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +33,8 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], - "machine_start_gcode": ";===== machine: X1 =========================\n;===== date: 20241023 =====================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.333\n G0 F1200.0 X226 Y15 Z0.2 E0.495\n G0 F1200.0 X226 Y8 Z0.2 E0.691\n G0 F1200.0 X216 Y8 Z0.2 E0.988\n G0 F1200.0 X216 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E20.56 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.56 F1200.0\n G0 X35.0 Y6.0 E1.75 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.6 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.039\n G0 F1200.0 X226 Y12 Z0.2 E0.495\n G0 F1200.0 X226 Y1.5 Z0.2 E1.039\n G0 F1200.0 X220 Y1.5 Z0.2 E0.594\n G0 F1200.0 X220 Y8 Z0.2 E0.644\n G0 F1200.0 X210 Y8 Z0.2 E0.988\n G0 F1200.0 X210 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E19.826 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.312 F1200.0\n G0 X45.0 E0.374 F1200.0\n G0 X35.0 Y6.0 E1.460 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.8 nozzle.json index 144a969358..726487bf01 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.8 nozzle.json @@ -21,9 +21,11 @@ "0.16" ], "retract_length_toolchange": [ + "3", "3" ], "retraction_length": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +36,8 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ], - "machine_start_gcode": ";===== machine: X1 ====================\n;===== date: 20241023 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.482\n G0 F1200.0 X226 Y15 Z0.2 E0.550\n G0 F1200.0 X226 Y8 Z0.2 E0.768\n G0 F1200.0 X216 Y8 Z0.2 E1.098\n G0 F1200.0 X216 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E25.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.70 F1200.0\n G0 X35.0 Y6.0 E1.90 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" + "machine_start_gcode": ";===== machine: X1-0.8 ====================\n;===== date: 20250909 ==================\n;===== start printer sound ================\nM17\nM400 S1\nM1006 S1\nM1006 A0 B10 L100 C37 D10 M60 E37 F10 N60\nM1006 A0 B10 L100 C41 D10 M60 E41 F10 N60\nM1006 A0 B10 L100 C44 D10 M60 E44 F10 N60\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N60\nM1006 A46 B10 L100 C43 D10 M70 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A43 B10 L100 C0 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A41 B10 L100 C0 D10 M100 E41 F10 N100\nM1006 A44 B10 L100 C0 D10 M100 E44 F10 N100\nM1006 A49 B10 L100 C0 D10 M100 E49 F10 N100\nM1006 A0 B10 L100 C0 D10 M100 E0 F10 N100\nM1006 A48 B10 L100 C44 D10 M60 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A44 B10 L100 C0 D10 M90 E39 F10 N100\nM1006 A0 B10 L100 C0 D10 M60 E0 F10 N100\nM1006 A46 B10 L100 C43 D10 M60 E39 F10 N100\nM1006 W\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== nozzle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.154\n G0 F1200.0 X226 Y12 Z0.2 E0.550\n G0 F1200.0 X226 Y1.5 Z0.2 E1.154\n G0 F1200.0 X220 Y1.5 Z0.2 E0.660\n G0 F1200.0 X220 Y8 Z0.2 E0.716\n G0 F1200.0 X210 Y8 Z0.2 E1.098\n G0 F1200.0 X210 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E24.107 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.420 F1200.0\n G0 X45.0 E0.404 F1200.0\n G0 X35.0 Y6.0 E1.580 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1E 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1E 0.2 nozzle.json index 38f25e0c23..6be549ce8f 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1E 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1E 0.2 nozzle.json @@ -14,18 +14,195 @@ "Bambu PLA Basic @BBL X1C 0.2 nozzle" ], "default_print_profile": "0.10mm Standard @BBL X1C 0.2 nozzle", + "deretraction_speed": [ + "30", + "30" + ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "max_layer_height": [ "0.14" ], "min_layer_height": [ "0.04" ], + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_type": [ + "stainless_steel", "stainless_steel" ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "retraction_length": [ + "0.4", "0.4" ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.2 nozzle", "Bambu Lab P1P 0.2 nozzle", @@ -34,7 +211,8 @@ "Bambu Lab A1 0.2 nozzle", "Bambu Lab H2D 0.2 nozzle", "Bambu Lab H2D Pro 0.2 nozzle", - "Bambu Lab H2S 0.2 nozzle" + "Bambu Lab H2S 0.2 nozzle", + "Bambu Lab P2S 0.2 nozzle" ], - "machine_start_gcode": ";===== machine: X1E =========================\n;===== date: 20240305 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4" + "machine_start_gcode": ";===== machine: X1E-0.2 =========================\n;===== date: 20250909 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n\t{if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.160\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.080\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.080 K0.160\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.08 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.08}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json index 2978a3d343..d3f60dddb7 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json @@ -16,19 +16,199 @@ "18x28", "0x28" ], - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.20mm Standard @BBL X1C", + "deretraction_speed": [ + "30", + "30" + ], "enable_long_retraction_when_cut": "1", "extruder_offset": [ "0x2" ], + "extruder_variant_list": [ + "Direct Drive Standard,Direct Drive High Flow" + ], + "long_retractions_when_cut": [ + "0", + "0" + ], "machine_unload_filament_time": "28", + "machine_max_acceleration_e": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000", + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000", + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000", + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "200", + "200", + "200" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5", + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9", + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3", + "3", + "3" + ], + "machine_max_speed_e": [ + "30", + "30", + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_y": [ + "500", + "200", + "200", + "200" + ], + "machine_max_speed_z": [ + "20", + "20", + "20", + "20" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], "nozzle_height": "4.2", + "nozzle_type": [ + "hardened_steel", + "hardened_steel" + ], + "nozzle_volume": [ + "107", + "107" + ], + "printer_extruder_id": [ + "1", + "1" + ], + "printer_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "retract_before_wipe": [ + "0%", + "0%" + ], + "retract_length_toolchange": [ + "2", + "2" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "249", + "249" + ], + "retraction_length": [ + "0.8", + "0.8" + ], + "retraction_minimum_travel": [ + "1", + "1" + ], + "retraction_speed": [ + "30", + "30" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], "scan_first_layer": "1", "support_air_filtration": "1", "support_chamber_temp_control": "1", + "wipe_distance": [ + "2", + "2" + ], + "wipe": [ + "1", + "1" + ], + "z_hop": [ + "0.4", + "0.4" + ], + "z_hop_types": [ + "Auto Lift", + "Auto Lift" + ], "upward_compatible_machine": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle", @@ -37,10 +217,11 @@ "Bambu Lab A1 0.4 nozzle", "Bambu Lab H2D 0.4 nozzle", "Bambu Lab H2D Pro 0.4 nozzle", - "Bambu Lab H2S 0.4 nozzle" + "Bambu Lab H2S 0.4 nozzle", + "Bambu Lab P2S 0.4 nozzle" ], - "machine_start_gcode": ";===== machine: X1E =========================\n;===== date: 20250305 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ====\n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y15 Z0.2 E0.741\n G0 F1200.0 X226 Y15 Z0.2 E0.275\n G0 F1200.0 X226 Y8 Z0.2 E0.384\n G0 F1200.0 X216 Y8 Z0.2 E0.549\n G0 F1200.0 X216 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E12.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E0.92 F1200.0\n G0 X35.0 Y6.0 E1.03 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", + "machine_start_gcode": ";===== machine: X1E-0.4 =========================\n;===== date: 20250909 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ====\n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X231 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n T1000\n\n G0 F1200.0 X231 Y12 Z0.2 E0.577\n G0 F1200.0 X226 Y12 Z0.2 E0.275\n G0 F1200.0 X226 Y1.5 Z0.2 E0.577\n G0 F1200.0 X220 Y1.5 Z0.2 E0.330\n G0 F1200.0 X220 Y8 Z0.2 E0.358\n G0 F1200.0 X210 Y8 Z0.2 E0.549\n G0 F1200.0 X210 Y1.5 Z0.2 E0.357\n\n G0 X48.0 E11.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E0.772 F1200.0\n G0 X45.0 E0.22 F1200.0\n G0 X35.0 Y6.0 E0.86 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E9.35441 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.040\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.020\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E14.3 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.020 K0.040\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E1.24726 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.02 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.02}\n M623\n\n G1 X140.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.31181 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\n;===== purge line to wipe the nozzle ============================\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X18.0 Y2.5 Z0.8 F18000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG1 Z0.2\nG0 X239 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y12 E0.7 F{outer_wall_volumetric_speed/(0.3*0.5)/4* 60}\n", "machine_end_gcode": ";===== date: 20240402 =====================\nM400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-0.8 F1800 ; retract\nG1 Z{max_layer_z + 0.5} F900 ; lower z a little\nG1 X65 Y245 F12000 ; move to safe pos \nG1 Y265 F3000\n\nG1 X65 Y245 F12000\nG1 Y265 F3000\nM141 S0 ; turn off chamber \nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\n\nG1 X100 F12000 ; wipe\n; pull back filament to AMS\nM620 S255\nG1 X20 Y50 F12000\nG1 Y-3\nT255\nG1 X65 F12000\nG1 Y265\nG1 X100 F12000 ; wipe\nM621 S255\nM104 S0 ; turn off hotend\n\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n M400 ; wait all motion done\n M991 S0 P-1 ;end smooth timelapse at safe pos\n M400 S3 ;wait for last picture to be taken\nM623; end of \"timelapse_record_flag\"\n\nM400 ; wait all motion done\nM17 S\nM17 Z0.4 ; lower z motor current to reduce impact if there is something in the bottom\n{if (max_layer_z + 100.0) < 250}\n G1 Z{max_layer_z + 100.0} F600\n G1 Z{max_layer_z +98.0}\n{else}\n G1 Z250 F600\n G1 Z248\n{endif}\nM400 P100\nM17 R ; restore z current\n\nM220 S100 ; Reset feedrate magnitude\nM201.2 K1.0 ; Reset acc magnitude\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 0\n\nM17 X0.8 Y0.8 Z0.5 ; lower motor current to 45% power\nM960 S5 P0 ; turn off logo lamp\n\n", "time_lapse_gcode": ";========Date 20250206========\n; SKIPPABLE_START\n; SKIPTYPE: timelapse\nM622.1 S1 ; for prev firmware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\nM1004 S5 P1 ; external shutter\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400\nM1004 S5 P1 ; external shutter\nM400 P300\nM971 S11 C10 O0\nG92 E0\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; SKIPPABLE_END", - "change_filament_gcode": "M620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if old_filament_temp > 142 && next_extruder < 255}\nM104 S[old_filament_temp]\n{endif}\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\n{if long_retraction_when_cut && retraction_distance_when_cut > 2}\nG1 E-[retraction_distance_when_cut] F200\nM400\n{endif}\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F[old_filament_e_feedrate] T{nozzle_temperature_range_high[previous_extruder]}\nT[next_extruder]\nM620.1 E F[new_filament_e_feedrate] T{nozzle_temperature_range_high[next_extruder]}\n\n{if next_extruder < 255}\nM400\n{if long_retraction_when_cut && retraction_distance_when_cut > 2}\nG1 E{retraction_distance_when_cut - 2} F200\nG1 E2 F20\nM400\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S[nozzle_temperature_range_high]\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{old_filament_e_feedrate} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{old_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{new_filament_e_feedrate}\n{else}\nG1 E{flush_length_1} F{old_filament_e_feedrate}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{new_filament_e_feedrate}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S[new_filament_temp]\nG1 E2 F{new_filament_e_feedrate} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" + "change_filament_gcode": ";=X1E 20250822=\nM620 S[next_extruder]A\nM204 S9000\nG1 Z{max_layer_z + 3.0} F1200\n\nG1 X70 F21000\nG1 Y245\nG1 Y265 F3000\nM400\nM106 P1 S0\nM106 P2 S0\n{if nozzle_temperature[previous_extruder] > 142 && next_extruder < 255}\nM104 S{nozzle_temperature[previous_extruder]}\n{endif}\nG1 X90 F3000\nG1 Y255 F4000\nG1 X100 F5000\nG1 X120 F15000\n{if long_retraction_when_cut && retraction_distance_when_cut > 2}\nG1 E-[retraction_distance_when_cut] F200\nM400\n{endif}\nG1 X20 Y50 F21000\nG1 Y-3\n{if toolchange_count == 2}\n; get travel path for change filament\nM620.1 X[travel_point_1_x] Y[travel_point_1_y] F21000 P0\nM620.1 X[travel_point_2_x] Y[travel_point_2_y] F21000 P1\nM620.1 X[travel_point_3_x] Y[travel_point_3_y] F21000 P2\n{endif}\nM620.1 E F{flush_volumetric_speeds[previous_extruder]/2.4053*60} T{flush_temperatures[previous_extruder]}\nT[next_extruder]\nM620.1 E F{flush_volumetric_speeds[next_extruder]/2.4053*60} T{flush_temperatures[next_extruder]}\n\n{if next_extruder < 255}\nM400\n{if long_retraction_when_cut && retraction_distance_when_cut > 2}\nG1 E{retraction_distance_when_cut - 2} F200\nG1 E2 F20\nM400\n{endif}\nG92 E0\n{if flush_length_1 > 1}\nM83\n; FLUSH_START\n; always use highest temperature to flush\nM400\n{if filament_type[next_extruder] == \"PETG\"}\nM109 S260\n{elsif filament_type[next_extruder] == \"PVA\"}\nM109 S210\n{else}\nM109 S{flush_temperatures[next_extruder]}\n{endif}\n{if flush_length_1 > 23.7}\nG1 E23.7 F{flush_volumetric_speeds[previous_extruder]/2.4053*60} ; do not need pulsatile flushing for start part\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{(flush_length_1 - 23.7) * 0.02} F50\nG1 E{(flush_length_1 - 23.7) * 0.23} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\n{else}\nG1 E{flush_length_1} F{flush_volumetric_speeds[previous_extruder]/2.4053*60}\n{endif}\n; FLUSH_END\nG1 E-[old_retract_length_toolchange] F1800\nG1 E[old_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_2 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\nG1 E{flush_length_2 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_2 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_3 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\nG1 E{flush_length_3 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_3 * 0.02} F50\n; FLUSH_END\nG1 E-[new_retract_length_toolchange] F1800\nG1 E[new_retract_length_toolchange] F300\n{endif}\n\n{if flush_length_4 > 1}\n\nG91\nG1 X3 F12000; move aside to extrude\nG90\nM83\n\n; FLUSH_START\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\nG1 E{flush_length_4 * 0.18} F{flush_volumetric_speeds[next_extruder]/2.4053*60}\nG1 E{flush_length_4 * 0.02} F50\n; FLUSH_END\n{endif}\n; FLUSH_START\nM400\nM109 S{nozzle_temperature[next_extruder]}\nG1 E2 F{flush_volumetric_speeds[next_extruder]/2.4053*60} ;Compensate for filament spillage during waiting temperature\n; FLUSH_END\nM400\nG92 E0\nG1 E-[new_retract_length_toolchange] F1800\nM106 P1 S255\nM400 S3\n\nG1 X70 F5000\nG1 X90 F3000\nG1 Y255 F4000\nG1 X105 F5000\nG1 Y265 F5000\nG1 X70 F10000\nG1 X100 F5000\nG1 X70 F10000\nG1 X100 F5000\n\nG1 X70 F10000\nG1 X80 F15000\nG1 X60\nG1 X80\nG1 X60\nG1 X80 ; shake to put down garbage\nG1 X100 F5000\nG1 X165 F15000; wipe and shake\nG1 Y256 ; move Y to aside, prevent collision\nM400\nG1 Z{max_layer_z + 3.0} F3000\n{if layer_z <= (initial_layer_print_height + 0.001)}\nM204 S[initial_layer_acceleration]\n{else}\nM204 S[default_acceleration]\n{endif}\n{else}\nG1 X[x_after_toolchange] Y[y_after_toolchange] Z[z_after_toolchange] F12000\n{endif}\nM621 S[next_extruder]A\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1E 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1E 0.6 nozzle.json index 14bb55fbdb..a341af9fee 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1E 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1E 0.6 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1E", "printer_variant": "0.6", - "default_filament_profile": [ - "Bambu PLA Basic @BBL X1C" - ], "default_print_profile": "0.30mm Standard @BBL X1C 0.6 nozzle", "max_layer_height": [ "0.42" @@ -21,9 +18,11 @@ "0.12" ], "retraction_length": [ + "1.4", "1.4" ], "retraction_minimum_travel": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +33,8 @@ "Bambu Lab A1 0.6 nozzle", "Bambu Lab H2D 0.6 nozzle", "Bambu Lab H2D Pro 0.6 nozzle", - "Bambu Lab H2S 0.6 nozzle" + "Bambu Lab H2S 0.6 nozzle", + "Bambu Lab P2S 0.6 nozzle" ], - "machine_start_gcode": ";===== machine: X1E =========================\n;===== date: 20240305 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.333\n G0 F1200.0 X226 Y15 Z0.2 E0.495\n G0 F1200.0 X226 Y8 Z0.2 E0.691\n G0 F1200.0 X216 Y8 Z0.2 E0.988\n G0 F1200.0 X216 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E20.56 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.56 F1200.0\n G0 X35.0 Y6.0 E1.75 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4" + "machine_start_gcode": ";===== machine: X1E-0.6 =========================\n;===== date: 20250909 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X231 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.039\n G0 F1200.0 X226 Y12 Z0.2 E0.495\n G0 F1200.0 X226 Y1.5 Z0.2 E1.039\n G0 F1200.0 X220 Y1.5 Z0.2 E0.594\n G0 F1200.0 X220 Y8 Z0.2 E0.644\n G0 F1200.0 X210 Y8 Z0.2 E0.988\n G0 F1200.0 X210 Y1.5 Z0.2 E0.642\n\n G0 X48.0 E19.826 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.312 F1200.0\n G0 X45.0 E0.374 F1200.0\n G0 X35.0 Y6.0 E1.460 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X185.000 E16.9 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.030\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.015\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.9) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X18 E23.9 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.015 K0.030\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.25000 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X70.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X75.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X80.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X85.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X90.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X95.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X100.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X105.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X110.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X115.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X120.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X125.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X130.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X135.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.015 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*0.015}\n M623\n\n G1 X140.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X145.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X150.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X155.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X160.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X165.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X170.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X175.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X180.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X185.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X190.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X195.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X200.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X205.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X210.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X215.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G1 X220.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\n G1 X225.000 E0.56250 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab X1E 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1E 0.8 nozzle.json index 2a1f77e0a8..7dc05fa9ce 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1E 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1E 0.8 nozzle.json @@ -21,9 +21,11 @@ "0.16" ], "retract_length_toolchange": [ + "3", "3" ], "retraction_length": [ + "3", "3" ], "upward_compatible_machine": [ @@ -34,7 +36,8 @@ "Bambu Lab A1 0.8 nozzle", "Bambu Lab H2D 0.8 nozzle", "Bambu Lab H2D Pro 0.8 nozzle", - "Bambu Lab H2S 0.8 nozzle" + "Bambu Lab H2S 0.8 nozzle", + "Bambu Lab P2S 0.8 nozzle" ], - "machine_start_gcode": ";===== machine: X1E =========================\n;===== date: 20240305 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_no_support_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y15 Z0.2 E1.482\n G0 F1200.0 X226 Y15 Z0.2 E0.550\n G0 F1200.0 X226 Y8 Z0.2 E0.768\n G0 F1200.0 X216 Y8 Z0.2 E1.098\n G0 F1200.0 X216 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E25.0 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y14 E1.70 F1200.0\n G0 X35.0 Y6.0 E1.90 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G0 F6000 X228.500 Y4.500 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y11.0\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X221.00 Y4.50\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4" + "machine_start_gcode": ";===== machine: X1E-0.8 =========================\n;===== date: 20250909 =====================\n;===== turn on the HB fan =================\nM104 S75 ;set extruder temp to turn on the HB fan and prevent filament oozing from nozzle\n;===== reset machine status =================\nM290 X40 Y40 Z2.6666666\nG91\nM17 Z0.4 ; lower the z-motor current\nG380 S2 Z30 F300 ; G380 is same as G38; lower the hotbed , to prevent the nozzle is below the hotbed\nG380 S2 Z-25 F300 ;\nG1 Z5 F300;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\nM204 S10000 ; init ACC set to 10m/s^2\n\n;==== if Chamber Cooling is necessary ==== \n\n{if (filament_type[initial_no_support_extruder]==\"PLA\") || (filament_type[initial_no_support_extruder]==\"PETG\") || (filament_type[initial_no_support_extruder]==\"TPU\") || (filament_type[initial_no_support_extruder]==\"PVA\") || (filament_type[initial_no_support_extruder]==\"PLA-CF\") || (filament_type[initial_no_support_extruder]==\"PETG-CF\")}\nM1002 gcode_claim_action : 29\nG28\nG90\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nG1 Z75\nM140 S0 ; stop heatbed from heating\nM106 P2 S255 ; open auxiliary fan for cooling\nM106 P3 S255 ; open chamber fan for cooling\nM191 S0 ; wait for chamber temp\nM106 P3 S0 ; reset chamber fan cmd\nM106 P2 S0; reset auxiliary fan cmd\n{endif}\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n{if scan_first_layer}\n;=========register first layer scan=====\nM977 S1 P60\n{endif}\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_no_support_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_no_support_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_no_support_extruder]A\nM620.1 E F{flush_volumetric_speeds[initial_no_support_extruder]/2.4053*60} T{flush_temperatures[initial_no_support_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S290 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n\n;===== set chamber temperature ==========\n{if (overall_chamber_temperature >= 40)}\nM106 P2 S255 ; open big fan to help heating\nM141 S[overall_chamber_temperature] ; Let Chamber begin to heat\n{endif}\n\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X128 Y128\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n;===== check scanner clarity ===========================\nG1 X128 Y128 F24000\nG28 Z P0\nM972 S5 P0\nG1 X230 Y15 F24000\n;===== check scanner clarity end =======================\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n M142 P1 R35 S40\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\nM104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== mech mode fast check============================\n\n{if scan_first_layer}\n;start heatbed scan====================================\nM976 S2 P1\nG90\nG1 X128 Y128 F20000\nM976 S3 P2 ;register void printing detection\n{endif}\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature[initial_no_support_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y11 E1.364 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.300\nG0 X231 E1.160 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n\n;===== draw extrinsic para cali paint =================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M1002 gcode_claim_action : 8\n\n G0 F1200.0 X231 Y12 Z0.2 E1.154\n G0 F1200.0 X226 Y12 Z0.2 E0.550\n G0 F1200.0 X226 Y1.5 Z0.2 E1.154\n G0 F1200.0 X220 Y1.5 Z0.2 E0.660\n G0 F1200.0 X220 Y8 Z0.2 E0.716\n G0 F1200.0 X210 Y8 Z0.2 E1.098\n G0 F1200.0 X210 Y1.5 Z0.2 E0.714\n\n G0 X48.0 E24.107 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\n G0 X48.0 Y12 E1.420 F1200.0\n G0 X45.0 E0.404 F1200.0\n G0 X35.0 Y6.0 E1.580 F1200.0\n\n ;=========== extruder cali extrusion ==================\n T1000\n M83\n {if default_acceleration > 0}\n {if outer_wall_acceleration > 0}\n M204 S[outer_wall_acceleration]\n {else}\n M204 S[default_acceleration]\n {endif}\n {endif}\n G0 X35.000 Y6.000 Z0.300 F30000 E0\n G1 F1500.000 E0.800\n M106 S0 ; turn off fan\n G0 X110.000 E9.35441 F4800\n G0 X185.000 E9.35441 F4800\n G0 X187 Z0\n G1 F1500.000 E-0.800\n G0 Z1\n G0 X180 Z0.3 F18000\n\n M900 L1000.0 M1.0\n M900 K0.020\n G0 X45.000 F30000\n G0 Y8.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.010\n G0 X45.000 F30000\n G0 Y10.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n M400\n\n G0 X45.000 F30000\n M900 K0.000\n G0 X45.000 F30000\n G0 Y12.000 F30000\n G1 F1500.000 E0.800\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 F1500.000 E-0.800\n G1 X183 Z0.15 F30000\n G1 X185\n G1 Z1.0\n G0 Y6.000 F30000 ; move y to clear pos\n G1 Z0.3\n\n G0 X45.000 F30000 ; move to start point\n\nM623 ; end of \"draw extrinsic para cali paint\"\n\nM1002 judge_flag extrude_cali_flag\nM622 J0\n G0 X231 Y1.5 F30000\n G0 X129 E14 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM623\n\nM104 S140\n\n\n;=========== laser and rgb calibration ===========\nM400\nM18 E\nM500 R\n\nM973 S3 P14\n\nG1 X120 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nT1100\nG1 X235.0 Y1.0 Z0.3 F18000.0;Move to first extrude line pos\nM400 P100\nM960 S1 P1\nM400 P100\nM973 S6 P0; use auto exposure for horizontal laser by xcam\nM960 S0 P0\n\nG1 X240.0 Y6.0 Z0.3 F18000.0;Move to vertical extrude line pos\nM960 S2 P1\nM400 P100\nM973 S6 P1; use auto exposure for vertical laser by xcam\nM960 S0 P0\n\n;=========== handeye calibration ======================\nM1002 judge_flag extrude_cali_flag\nM622 J1\n\n M973 S3 P1 ; camera start stream\n M400 P500\n M973 S1\n G0 F6000 X228.500 Y4.750 Z0.000\n M960 S0 P1\n M973 S1\n M400 P800\n M971 S6 P0\n M973 S2 P0\n M400 P500\n G0 Z0.000 F12000\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P200\n M971 S5 P1\n M973 S2 P1\n M400 P500\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P3\n G0 Z0.500 F12000\n M960 S0 P0\n M960 S2 P1\n G0 X228.5 Y6.75\n M400 P200\n M971 S5 P4\n M973 S2 P0\n M400 P500\n M960 S0 P0\n M960 S1 P1\n G0 X215.00 Y4.750\n M400 P500\n M971 S5 P2\n M963 S1\n M400 P1500\n M964\n T1100\n G1 Z3 F3000\n\n M400\n M500 ; save cali data\n\n M104 S{nozzle_temperature_initial_layer[initial_no_support_extruder]} ; rise nozzle temp now ,to reduce temp waiting time.\n\n T1100\n M400 P400\n M960 S0 P0\n G0 F30000.000 Y10.000 X65.000 Z0.000\n M400 P400\n M960 S1 P1\n M400 P50\n\n M969 S1 N3 A2000\n G0 F360.000 X181.000 Z0.000\n M980.3 A70.000 B{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60/4} C5.000 D{outer_wall_volumetric_speed/(1.75*1.75/4*3.14)*60} E5.000 F175.000 H1.000 I0.000 J0.010 K0.020\n M400 P100\n G0 F20000\n G0 Z1 ; rise nozzle up\n T1000 ; change to nozzle space\n G0 X45.000 Y4.000 F30000 ; move to test line pos\n M969 S0 ; turn off scanning\n M960 S0 P0\n\n\n G1 Z2 F20000\n T1000\n G0 X45.000 Y4.000 F30000 E0\n M109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\n G0 Z0.3\n G1 F1500.000 E3.600\n G1 X65.000 E2.4945 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X70.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X75.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X80.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X85.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X90.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X95.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X100.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X105.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X110.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X115.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X120.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X125.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X130.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X135.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n\n ; see if extrude cali success, if not ,use default value\n M1002 judge_last_extrude_cali_success\n M622 J0\n M400\n M900 K0.01 M{outer_wall_volumetric_speed/(1.75*1.75/4*3.14) *0.01}\n M623\n\n G1 X140.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X145.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X150.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X155.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X160.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X165.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X170.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X175.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X180.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X185.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X190.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X195.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X200.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X205.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X210.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X215.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n G1 X220.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) / 4 * 60}\n G1 X225.000 E0.6236 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\n M973 S4\n\nM623\n\n;===== wait chamber temperature reaching the reference value =======\n{if (overall_chamber_temperature >= 40)}\nM104 S140\nM191 S[overall_chamber_temperature] ; wait for chamber temp\nM106 P2 S0 ; reset chamber fan cmd\nM109 S{nozzle_temperature[initial_no_support_extruder]}\n{endif}\n\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM973 S4 ; turn off scanner\nM400 ; wait all motion done before implement the emprical L parameters\n;M900 L500.0 ; Empirical parameters\nM109 S[nozzle_temperature_initial_layer]\nM960 S1 P0 ; turn off laser\nM960 S2 P0 ; turn off laser\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression\nG90\nM83\nT1000\nG1 E{-retraction_length[initial_no_support_extruder]} F1800\nG1 X128.0 Y253.0 Z0.2 F24000.0;Move to start position\nG1 E{retraction_length[initial_no_support_extruder]} F1800\nM109 S{nozzle_temperature_initial_layer[initial_no_support_extruder]}\nG0 X253 E6.4 F{outer_wall_volumetric_speed/(0.3*0.6) * 60}\nG0 Y128 E6.4\nG0 X252.5\nG0 Y252.5 E6.4\nG0 X128 E6.4\n" } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/fdm_machine_common.json b/resources/profiles/BBL/machine/fdm_machine_common.json index c04004abcf..566d3960ed 100644 --- a/resources/profiles/BBL/machine/fdm_machine_common.json +++ b/resources/profiles/BBL/machine/fdm_machine_common.json @@ -136,10 +136,12 @@ "60" ], "scan_first_layer": "0", + "enable_power_loss_recovery": "printer_configuration", "silent_mode": "0", "single_extruder_multi_material": "1", "support_air_filtration": "0", "support_chamber_temp_control": "0", + "support_object_skip_flush": "0", "wipe": [ "1" ], diff --git a/resources/profiles/BBL/process/0.06mm Fine @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm Fine @BBL P1P 0.2 nozzle.json index 75daaae215..f5fb983467 100644 --- a/resources/profiles/BBL/process/0.06mm Fine @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.06mm Fine @BBL P1P 0.2 nozzle.json @@ -6,13 +6,163 @@ "setting_id": "GP063", "instantiation": "true", "description": "Compared with the default profile of 0.2 mm nozzle, it has a smaller layer height, and results in minimal layer lines and higher printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "5000", "5000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2500", "2500" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json index b2f05c16c1..980ae4589b 100644 --- a/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL P1P 0.2 nozzle.json @@ -6,17 +6,164 @@ "setting_id": "GP116", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in minimal layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json index 124f497611..f2952acf91 100644 --- a/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.06mm High Quality @BBL X1C 0.2 nozzle.json @@ -6,18 +6,165 @@ "setting_id": "GP115", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in minimal layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.06mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.06mm Standard @BBL X1C 0.2 nozzle.json index 566341326d..5df5e0fd2f 100644 --- a/resources/profiles/BBL/process/0.06mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.06mm Standard @BBL X1C 0.2 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP024", "instantiation": "true", "description": "Compared with the default profile of 0.2 mm nozzle, it has a smaller layer height, and results in minimal layer lines and higher printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json index 45b7282822..06d5d09577 100644 --- a/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json +++ b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP018", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "350", + "350" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "350", + "350" + ], + "internal_solid_infill_speed": [ + "350", + "350" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "450", + "450" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.08mm Extra Fine @BBL X1C.json b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL X1C.json index 39f7924321..451c515db9 100644 --- a/resources/profiles/BBL/process/0.08mm Extra Fine @BBL X1C.json +++ b/resources/profiles/BBL/process/0.08mm Extra Fine @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP001", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "350", + "350" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "350", + "350" + ], + "internal_solid_infill_speed": [ + "350", + "350" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "450", + "450" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json index e7447a6461..58d4e03866 100644 --- a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P 0.2 nozzle.json @@ -6,17 +6,164 @@ "setting_id": "GP121", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost invisible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json index 99920044ca..742eed0c4b 100644 --- a/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P1P.json @@ -6,31 +6,163 @@ "setting_id": "GP100", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "210", "210" ], "inner_wall_speed": [ + "120", "120" ], "internal_solid_infill_speed": [ + "150", "150" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "150", "150" ], - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..beb6e082fd --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S 0.2 nozzle.json @@ -0,0 +1,174 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL P2S 0.2 nozzle", + "inherits": "fdm_process_single_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP204", + "instantiation": "true", + "description": "High quality profile for 0.2mm nozzle, prioritizing print quality.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "50", + "50" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_1_4_speed": [ + "0", + "60" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "overhang_2_4_speed": [ + "60", + "30" + ], + "overhang_3_4_speed": [ + "40", + "10" + ], + "outer_wall_speed": [ + "60", + "60" + ], + "overhang_4_4_speed": [ + "20", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S.json new file mode 100644 index 0000000000..378d895d64 --- /dev/null +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "process", + "name": "0.08mm High Quality @BBL P2S", + "inherits": "fdm_process_single_0.08", + "from": "system", + "setting_id": "GP205", + "instantiation": "true", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "210", + "210" + ], + "inner_wall_speed": [ + "120", + "120" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "outer_wall_speed": [ + "60", + "60" + ], + "overhang_1_4_speed": [ + "0", + "60" + ], + "overhang_2_4_speed": [ + "60", + "30" + ], + "overhang_3_4_speed": [ + "40", + "10" + ], + "overhang_4_4_speed": [ + "20", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "150", + "150" + ], + "smooth_coefficient": "1", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json index 00004e4752..579d837d14 100644 --- a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C 0.2 nozzle.json @@ -6,18 +6,165 @@ "setting_id": "GP122", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost invisible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json index 761c3dd44a..d7171de5cf 100644 --- a/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json +++ b/resources/profiles/BBL/process/0.08mm High Quality @BBL X1C.json @@ -6,32 +6,164 @@ "setting_id": "GP099", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "210", "210" ], "inner_wall_speed": [ + "120", "120" ], "internal_solid_infill_speed": [ + "150", "150" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "150", "150" ], "smooth_coefficient": "150", - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.08mm Optimal @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm Optimal @BBL P1P 0.2 nozzle.json index e93d2f5595..edbbb78997 100644 --- a/resources/profiles/BBL/process/0.08mm Optimal @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.08mm Optimal @BBL P1P 0.2 nozzle.json @@ -6,13 +6,163 @@ "setting_id": "GP064", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer height, and results in almost invisible layer lines and higher printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "5000", "5000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2500", "2500" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.08mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.08mm Standard @BBL X1C 0.2 nozzle.json index f9cfd8c406..f6cd7dc0a1 100644 --- a/resources/profiles/BBL/process/0.08mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.08mm Standard @BBL X1C 0.2 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP025", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer height, and results in almost invisible layer lines and higher printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json index 054b59c03f..5375fcafcb 100644 --- a/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL P1P 0.2 nozzle.json @@ -6,17 +6,164 @@ "setting_id": "GP112", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in much higher printing quality, but a much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json index 3c6a44e273..b966c1973f 100644 --- a/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm High Quality @BBL X1C 0.2 nozzle.json @@ -6,18 +6,165 @@ "setting_id": "GP111", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in much higher printing quality, but a much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL A1M 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL A1M 0.2 nozzle.json index 5478cab53b..3b898e8041 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL A1M 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL A1M 0.2 nozzle.json @@ -1,7 +1,7 @@ { "type": "process", "name": "0.10mm Standard @BBL A1M 0.2 nozzle", - "inherits": "0.10mm Standard @BBL P1P 0.2 nozzle", + "inherits": "fdm_process_single_0.10_nozzle_0.2", "from": "system", "setting_id": "GP039", "instantiation": "true", @@ -9,7 +9,6 @@ "default_acceleration": [ "6000" ], - "elefant_foot_compensation": "0", "initial_layer_speed": [ "16" ], diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL P1P 0.2 nozzle.json index 9e5597170d..8d559e7ec4 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL P1P 0.2 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP014", "instantiation": "true", "description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..dae33f3b71 --- /dev/null +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL P2S 0.2 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "process", + "name": "0.10mm Standard @BBL P2S 0.2 nozzle", + "inherits": "fdm_process_single_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP153", + "instantiation": "true", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "50", + "50" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "overhang_1_4_speed": [ + "0", + "60" + ], + "overhang_2_4_speed": [ + "60", + "30" + ], + "overhang_3_4_speed": [ + "40", + "10" + ], + "outer_wall_speed": [ + "100", + "100" + ], + "overhang_4_4_speed": [ + "20", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json index 95f2bfddfd..215d984e41 100644 --- a/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.10mm Standard @BBL X1C 0.2 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP007", "instantiation": "true", "description": "It has a small layer height, and results in almost negligible layer lines and high printing quality. It is suitable for most general printing cases.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.12mm Balanced Quality @BBL P2S 0.2 nozzle.json b/resources/profiles/BBL/process/0.12mm Balanced Quality @BBL P2S 0.2 nozzle.json new file mode 100644 index 0000000000..ac0ad9209d --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm Balanced Quality @BBL P2S 0.2 nozzle.json @@ -0,0 +1,172 @@ +{ + "type": "process", + "name": "0.12mm Balanced Quality @BBL P2S 0.2 nozzle", + "inherits": "fdm_process_single_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP206", + "instantiation": "true", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "50", + "50" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_1_4_speed": [ + "0", + "60" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "overhang_2_4_speed": [ + "60", + "30" + ], + "overhang_3_4_speed": [ + "40", + "10" + ], + "outer_wall_speed": [ + "100", + "100" + ], + "overhang_4_4_speed": [ + "20", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm Draft @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.12mm Draft @BBL P1P 0.2 nozzle.json index 2da7e3ae99..f768ccefed 100644 --- a/resources/profiles/BBL/process/0.12mm Draft @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.12mm Draft @BBL P1P 0.2 nozzle.json @@ -6,13 +6,163 @@ "setting_id": "GP065", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a slightly bigger layer height, and results in almost negligible layer lines, and slightly shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "5000", "5000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2500", "2500" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json b/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json index 2ba69e4d6e..3484d10388 100644 --- a/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json +++ b/resources/profiles/BBL/process/0.12mm Fine @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP019", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "350", + "350" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "350", + "350" + ], + "internal_solid_infill_speed": [ + "350", + "350" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "430", + "430" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.12mm Fine @BBL X1C.json b/resources/profiles/BBL/process/0.12mm Fine @BBL X1C.json index 2c28774231..1208a988ee 100644 --- a/resources/profiles/BBL/process/0.12mm Fine @BBL X1C.json +++ b/resources/profiles/BBL/process/0.12mm Fine @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP002", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in almost negligible layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "350", + "350" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "350", + "350" + ], + "internal_solid_infill_speed": [ + "350", + "350" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "430", + "430" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json index 2bcc4225fe..6af880dff2 100644 --- a/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL P1P.json @@ -6,31 +6,163 @@ "setting_id": "GP104", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "230", "230" ], "inner_wall_speed": [ + "150", "150" ], "internal_solid_infill_speed": [ + "180", "180" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "180", "180" ], - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL P2S.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL P2S.json new file mode 100644 index 0000000000..7aa2fcaaa6 --- /dev/null +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "process", + "name": "0.12mm High Quality @BBL P2S", + "inherits": "fdm_process_single_0.12", + "from": "system", + "setting_id": "GP207", + "instantiation": "true", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "230", + "230" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "180", + "180" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "outer_wall_speed": [ + "60", + "60" + ], + "overhang_1_4_speed": [ + "0", + "60" + ], + "overhang_2_4_speed": [ + "60", + "30" + ], + "overhang_3_4_speed": [ + "40", + "10" + ], + "overhang_4_4_speed": [ + "20", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "180", + "180" + ], + "smooth_coefficient": "1", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_color_penetration_layers": "7", + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json index 17551f0ceb..b85a8688ba 100644 --- a/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json +++ b/resources/profiles/BBL/process/0.12mm High Quality @BBL X1C.json @@ -6,32 +6,164 @@ "setting_id": "GP103", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost negligible layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "230", "230" ], "inner_wall_speed": [ + "150", "150" ], "internal_solid_infill_speed": [ + "180", "180" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "180", "180" ], "smooth_coefficient": "150", - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.12mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.12mm Standard @BBL X1C 0.2 nozzle.json index da3c5b9fb6..a6cd010a75 100644 --- a/resources/profiles/BBL/process/0.12mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.12mm Standard @BBL X1C 0.2 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP026", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a slightly bigger layer height, and results in almost negligible layer lines, and slightly shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json b/resources/profiles/BBL/process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json index 5976b676fc..27a80cf455 100644 --- a/resources/profiles/BBL/process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.14mm Extra Draft @BBL P1P 0.2 nozzle.json @@ -6,13 +6,163 @@ "setting_id": "GP066", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer height, and results in slightly visible layer lines, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "5000", "5000" ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2500", "2500" ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.2 nozzle" ] diff --git a/resources/profiles/BBL/process/0.14mm Standard @BBL X1C 0.2 nozzle.json b/resources/profiles/BBL/process/0.14mm Standard @BBL X1C 0.2 nozzle.json index 9f3af7fec7..1c1e404ff2 100644 --- a/resources/profiles/BBL/process/0.14mm Standard @BBL X1C 0.2 nozzle.json +++ b/resources/profiles/BBL/process/0.14mm Standard @BBL X1C 0.2 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP027", "instantiation": "true", "description": "Compared with the default profile of a 0.2 mm nozzle, it has a bigger layer height, and results in slightly visible layer lines, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "70", + "70" + ], + "initial_layer_speed": [ + "40", + "40" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.2 nozzle", "Bambu Lab X1 0.2 nozzle", diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json index 066e044f77..4ceea262d6 100644 --- a/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL P1P.json @@ -6,31 +6,163 @@ "setting_id": "GP108", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "250", "250" ], "inner_wall_speed": [ + "150", "150" ], "internal_solid_infill_speed": [ + "200", "200" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "200", "200" ], - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL P2S.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL P2S.json new file mode 100644 index 0000000000..a8de57f9c7 --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "process", + "name": "0.16mm High Quality @BBL P2S", + "inherits": "fdm_process_single_0.16", + "from": "system", + "setting_id": "GP208", + "instantiation": "true", + "description": "High quality profile for 0.16mm layer height, prioritizing print quality and strength.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "200", + "200" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "outer_wall_speed": [ + "60", + "60" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": [ + "200", + "200" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json b/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json index 7525a2148d..2d56b9176b 100644 --- a/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json +++ b/resources/profiles/BBL/process/0.16mm High Quality @BBL X1C.json @@ -6,32 +6,164 @@ "setting_id": "GP107", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.", + "bridge_speed": [ + "50", + "50" + ], "default_acceleration": [ + "4000", "4000" ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], "gap_infill_speed": [ + "250", "250" ], "inner_wall_speed": [ + "150", "150" ], "internal_solid_infill_speed": [ + "200", "200" ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_acceleration": [ + "2000", "2000" ], "outer_wall_speed": [ + "60", "60" ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_pattern": "gyroid", "sparse_infill_speed": [ + "200", "200" ], "smooth_coefficient": "150", - "top_surface_speed": [ + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", "150" ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json b/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json index 9c707bbbce..ade108fcfe 100644 --- a/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json +++ b/resources/profiles/BBL/process/0.16mm Optimal @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP020", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "300", + "300" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "300", + "300" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "330", + "330" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.16mm Optimal @BBL X1C.json b/resources/profiles/BBL/process/0.16mm Optimal @BBL X1C.json index d7959487fe..141c09f674 100644 --- a/resources/profiles/BBL/process/0.16mm Optimal @BBL X1C.json +++ b/resources/profiles/BBL/process/0.16mm Optimal @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP003", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "300", + "300" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "300", + "300" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "330", + "330" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.16mm Standard @BBL P2S.json b/resources/profiles/BBL/process/0.16mm Standard @BBL P2S.json new file mode 100644 index 0000000000..a835391769 --- /dev/null +++ b/resources/profiles/BBL/process/0.16mm Standard @BBL P2S.json @@ -0,0 +1,173 @@ +{ + "type": "process", + "name": "0.16mm Standard @BBL P2S", + "inherits": "fdm_process_single_0.16", + "from": "system", + "setting_id": "GP209", + "instantiation": "true", + "description": "Standard profile for 0.16mm layer height, prioritizing speed.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.18mm Balanced Quality @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/process/0.18mm Balanced Quality @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..ca4e099fa5 --- /dev/null +++ b/resources/profiles/BBL/process/0.18mm Balanced Quality @BBL P2S 0.6 nozzle.json @@ -0,0 +1,173 @@ +{ + "type": "process", + "name": "0.18mm Balanced Quality @BBL P2S 0.6 nozzle", + "inherits": "fdm_process_single_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP210", + "instantiation": "true", + "description": "High quality profile for 0.6mm nozzle, prioritizing print quality and strength.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.18mm Fine @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.18mm Fine @BBL P1P 0.6 nozzle.json index 0fdea76fe9..56bc5c1cad 100644 --- a/resources/profiles/BBL/process/0.18mm Fine @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.18mm Fine @BBL P1P 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP072", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.18mm Standard @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.18mm Standard @BBL X1C 0.6 nozzle.json index 8fb41391d4..f1fcb353d2 100644 --- a/resources/profiles/BBL/process/0.18mm Standard @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.18mm Standard @BBL X1C 0.6 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP028", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and higher printing quality, but longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.20mm High Quality @BBL P2S.json b/resources/profiles/BBL/process/0.20mm High Quality @BBL P2S.json new file mode 100644 index 0000000000..081fa62f81 --- /dev/null +++ b/resources/profiles/BBL/process/0.20mm High Quality @BBL P2S.json @@ -0,0 +1,174 @@ +{ + "type": "process", + "name": "0.20mm High Quality @BBL P2S", + "inherits": "fdm_process_single_0.20", + "from": "system", + "setting_id": "GP211", + "instantiation": "true", + "description": "High quality profile for 0.2mm layer height, prioritizing strength and print quality.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "4000", + "4000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "200", + "200" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "2000", + "2000" + ], + "outer_wall_speed": [ + "60", + "60" + ], + "overhang_2_4_speed": [ + "30", + "30" + ], + "overhang_3_4_speed": [ + "10", + "10" + ], + "overhang_1_4_speed": [ + "60", + "60" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "200", + "200" + ], + "smooth_coefficient": "4", + "sparse_infill_pattern": "gyroid", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL A1M.json b/resources/profiles/BBL/process/0.20mm Standard @BBL A1M.json index 4bbf21f191..f30fb28c18 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL A1M.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL A1M.json @@ -1,7 +1,7 @@ { "type": "process", "name": "0.20mm Standard @BBL A1M", - "inherits": "0.20mm Standard @BBL P1P", + "inherits": "fdm_process_single_0.20", "from": "system", "setting_id": "GP000", "instantiation": "true", diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json b/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json index d3cab07694..d600c9c928 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL H2D.json @@ -20,15 +20,21 @@ ], "internal_solid_infill_speed": [ "250", - "300", + "600", "250", - "300" + "600" + ], + "inner_wall_speed": [ + "300", + "600", + "300", + "600" ], "outer_wall_speed": [ "200", + "500", "200", - "200", - "200" + "500" ], "prime_tower_brim_width": "-1", "prime_tower_width": "60", diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json b/resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json index 226241d6f3..93aff4002b 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP015", "instantiation": "true", "description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL P2S.json b/resources/profiles/BBL/process/0.20mm Standard @BBL P2S.json new file mode 100644 index 0000000000..823a65a57e --- /dev/null +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL P2S.json @@ -0,0 +1,171 @@ +{ + "type": "process", + "name": "0.20mm Standard @BBL P2S", + "inherits": "fdm_process_single_0.20", + "from": "system", + "setting_id": "GP155", + "instantiation": "true", + "description": "Standard profile for 0.4mm nozzle, prioritizing speed.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "600" + ], + "internal_solid_infill_speed": [ + "250", + "600" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "500" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_speed": [ + "270", + "600" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.20mm Standard @BBL X1C.json b/resources/profiles/BBL/process/0.20mm Standard @BBL X1C.json index 58a2f665d5..bda7ed094e 100644 --- a/resources/profiles/BBL/process/0.20mm Standard @BBL X1C.json +++ b/resources/profiles/BBL/process/0.20mm Standard @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP004", "instantiation": "true", "description": "It has a general layer height, and results in general layer lines and printing quality. It is suitable for most general printing cases.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "270", + "270" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.20mm Strength @BBL A1M.json b/resources/profiles/BBL/process/0.20mm Strength @BBL A1M.json index bf2d9bdc62..5e9a5e1eff 100644 --- a/resources/profiles/BBL/process/0.20mm Strength @BBL A1M.json +++ b/resources/profiles/BBL/process/0.20mm Strength @BBL A1M.json @@ -1,7 +1,7 @@ { "type": "process", "name": "0.20mm Strength @BBL A1M", - "inherits": "0.20mm Strength @BBL P1P", + "inherits": "fdm_process_single_0.20", "from": "system", "setting_id": "GP046", "instantiation": "true", @@ -10,9 +10,16 @@ "6000" ], "elefant_foot_compensation": "0", + "outer_wall_speed": [ + "60" + ], + "sparse_infill_density": "25%", + "skeleton_infill_density": "25%", + "skin_infill_density": "25%", "travel_speed": [ "700" ], + "wall_loops": "6", "compatible_printers": [ "Bambu Lab A1 mini 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json b/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json index d4bde08464..bba83333c6 100644 --- a/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json +++ b/resources/profiles/BBL/process/0.20mm Strength @BBL P1P.json @@ -6,12 +6,165 @@ "setting_id": "GP021", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_speed": [ + "60", "60" ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_density": "25%", "skeleton_infill_density": "25%", "skin_infill_density": "25%", + "sparse_infill_speed": [ + "270", + "270" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "wall_loops": "6", "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" diff --git a/resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json b/resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json index 010f783a5a..7d560cc5fd 100644 --- a/resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json +++ b/resources/profiles/BBL/process/0.20mm Strength @BBL X1C.json @@ -6,13 +6,166 @@ "setting_id": "GP013", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], "outer_wall_speed": [ + "60", "60" ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", "sparse_infill_density": "25%", "skeleton_infill_density": "25%", "skin_infill_density": "25%", + "sparse_infill_speed": [ + "270", + "270" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "wall_loops": "6", "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..83c697156a --- /dev/null +++ b/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.6 nozzle.json @@ -0,0 +1,173 @@ +{ + "type": "process", + "name": "0.24mm Balanced Quality @BBL P2S 0.6 nozzle", + "inherits": "fdm_process_single_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP213", + "instantiation": "true", + "description": "Strength profile for 0.6mm nozzle, prioritizing strength.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..650a9efb3b --- /dev/null +++ b/resources/profiles/BBL/process/0.24mm Balanced Quality @BBL P2S 0.8 nozzle.json @@ -0,0 +1,172 @@ +{ + "type": "process", + "name": "0.24mm Balanced Quality @BBL P2S 0.8 nozzle", + "inherits": "fdm_process_single_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP212", + "instantiation": "true", + "description": "High quality profile for 0.8mm nozzle, prioritizing print quality.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json b/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json index d78362d4a6..8f30239e84 100644 --- a/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json +++ b/resources/profiles/BBL/process/0.24mm Draft @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP022", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "230", + "230" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "230", + "230" + ], + "internal_solid_infill_speed": [ + "230", + "230" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "230", + "230" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.24mm Draft @BBL X1C.json b/resources/profiles/BBL/process/0.24mm Draft @BBL X1C.json index dc0dac7363..3d13792d01 100644 --- a/resources/profiles/BBL/process/0.24mm Draft @BBL X1C.json +++ b/resources/profiles/BBL/process/0.24mm Draft @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP005", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but slightly shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "230", + "230" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "230", + "230" + ], + "internal_solid_infill_speed": [ + "230", + "230" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "230", + "230" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.24mm Fine @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/process/0.24mm Fine @BBL P1P 0.8 nozzle.json index 99e6c8558e..e07ad780a2 100644 --- a/resources/profiles/BBL/process/0.24mm Fine @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.24mm Fine @BBL P1P 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP068", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.24mm Optimal @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.24mm Optimal @BBL P1P 0.6 nozzle.json index 4a31ef5a0f..03f13238d0 100644 --- a/resources/profiles/BBL/process/0.24mm Optimal @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.24mm Optimal @BBL P1P 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP069", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.24mm Standard @BBL P2S.json b/resources/profiles/BBL/process/0.24mm Standard @BBL P2S.json new file mode 100644 index 0000000000..792f9fd961 --- /dev/null +++ b/resources/profiles/BBL/process/0.24mm Standard @BBL P2S.json @@ -0,0 +1,172 @@ +{ + "type": "process", + "name": "0.24mm Standard @BBL P2S", + "inherits": "fdm_process_single_0.24", + "from": "system", + "setting_id": "GP214", + "instantiation": "true", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "250", + "250" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "230", + "230" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.6 nozzle.json index c20e4d6153..97d4ad3c36 100644 --- a/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.6 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP029", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a smaller layer height, and results in less apparent layer lines and slight higher printing quality, but longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.8 nozzle.json index 2516b8b203..16004e4479 100644 --- a/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.24mm Standard @BBL X1C 0.8 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP032", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a smaller layer height, and results in less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json index a1dbdc67e6..75b0540aaa 100644 --- a/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json +++ b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL P1P.json @@ -6,6 +6,162 @@ "setting_id": "GP023", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "200", + "200" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "200", + "200" + ], + "internal_solid_infill_speed": [ + "200", + "200" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "200", + "200" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.4 nozzle" ] diff --git a/resources/profiles/BBL/process/0.28mm Extra Draft @BBL X1C.json b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL X1C.json index e059582e81..9158d76eee 100644 --- a/resources/profiles/BBL/process/0.28mm Extra Draft @BBL X1C.json +++ b/resources/profiles/BBL/process/0.28mm Extra Draft @BBL X1C.json @@ -6,7 +6,163 @@ "setting_id": "GP006", "instantiation": "true", "description": "Compared with the default profile of a 0.4 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time.", + "bridge_speed": [ + "50", + "50" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "200", + "200" + ], + "initial_layer_infill_speed": [ + "105", + "105" + ], + "initial_layer_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "200", + "200" + ], + "internal_solid_infill_speed": [ + "200", + "200" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_3_4_speed": [ + "30", + "30" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "200", + "200" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "top_surface_speed": [ + "200", + "200" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.4 nozzle", "Bambu Lab X1 0.4 nozzle", diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL A1M 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL A1M 0.6 nozzle.json index 97c393f62a..fa570e3115 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL A1M 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL A1M 0.6 nozzle.json @@ -1,7 +1,7 @@ { "type": "process", "name": "0.30mm Standard @BBL A1M 0.6 nozzle", - "inherits": "0.30mm Standard @BBL P1P 0.6 nozzle", + "inherits": "fdm_process_single_0.30_nozzle_0.6", "from": "system", "setting_id": "GP038", "instantiation": "true", @@ -9,7 +9,6 @@ "default_acceleration": [ "6000" ], - "elefant_foot_compensation": "0", "travel_speed": [ "700" ], diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL P1P 0.6 nozzle.json index 4fffef2b26..a69bf73f91 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL P1P 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP016", "instantiation": "true", "description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL P2S 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL P2S 0.6 nozzle.json new file mode 100644 index 0000000000..bd9cb43ec6 --- /dev/null +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL P2S 0.6 nozzle.json @@ -0,0 +1,172 @@ +{ + "type": "process", + "name": "0.30mm Standard @BBL P2S 0.6 nozzle", + "inherits": "fdm_process_single_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP160", + "instantiation": "true", + "description": "Standard profile for 0.6mm nozzle, prioritizing speed.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "600" + ], + "internal_solid_infill_speed": [ + "250", + "600" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "500" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_speed": [ + "270", + "600" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_pattern": "monotonic", + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL X1 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL X1 0.6 nozzle.json index d622c05aba..09e0da8c02 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL X1 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL X1 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP011", "instantiation": "true", "description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.30mm Standard @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Standard @BBL X1C 0.6 nozzle.json index 561ab83547..8bffb32d4f 100644 --- a/resources/profiles/BBL/process/0.30mm Standard @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Standard @BBL X1C 0.6 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP010", "instantiation": "true", "description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab P1S 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.30mm Strength @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Strength @BBL P1P 0.6 nozzle.json index d7b7144335..7ae59705af 100644 --- a/resources/profiles/BBL/process/0.30mm Strength @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Strength @BBL P1P 0.6 nozzle.json @@ -6,10 +6,166 @@ "setting_id": "GP067", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_density": "25%", "skeleton_infill_density": "25%", "skin_infill_density": "25%", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "wall_loops": "4", "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" diff --git a/resources/profiles/BBL/process/0.30mm Strength @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.30mm Strength @BBL X1C 0.6 nozzle.json index 68daf2567b..cdcd252374 100644 --- a/resources/profiles/BBL/process/0.30mm Strength @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.30mm Strength @BBL X1C 0.6 nozzle.json @@ -6,11 +6,167 @@ "setting_id": "GP036", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has more wall loops and a higher sparse infill density. So, it results in higher strength of the prints, but more filament consumption and longer printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "sparse_infill_density": "25%", "skeleton_infill_density": "25%", "skin_infill_density": "25%", "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "wall_loops": "4", "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.32mm Balanced Quality @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/process/0.32mm Balanced Quality @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..820ae05053 --- /dev/null +++ b/resources/profiles/BBL/process/0.32mm Balanced Quality @BBL P2S 0.8 nozzle.json @@ -0,0 +1,172 @@ +{ + "type": "process", + "name": "0.32mm Balanced Quality @BBL P2S 0.8 nozzle", + "inherits": "fdm_process_single_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP215", + "instantiation": "true", + "description": "Strength profile for 0.8mm nozzle, prioritizing strength.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "300" + ], + "internal_solid_infill_speed": [ + "250", + "250" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "outer_wall_speed": [ + "200", + "200" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "prime_tower_brim_width": "-1", + "prime_tower_width": "60", + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "270", + "270" + ], + "smooth_coefficient": "4", + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.32mm Optimal @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/process/0.32mm Optimal @BBL P1P 0.8 nozzle.json index 8447e73bc2..7be7f73776 100644 --- a/resources/profiles/BBL/process/0.32mm Optimal @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.32mm Optimal @BBL P1P 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP075", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.32mm Standard @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/process/0.32mm Standard @BBL X1C 0.8 nozzle.json index de6eaacfc1..9648009b21 100644 --- a/resources/profiles/BBL/process/0.32mm Standard @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.32mm Standard @BBL X1C 0.8 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP033", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a slightly smaller layer height, and results in slightly less but still apparent layer lines and slightly higher printing quality, but longer printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/process/0.36mm Draft @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.36mm Draft @BBL P1P 0.6 nozzle.json index 41d988e684..d33f462cc7 100644 --- a/resources/profiles/BBL/process/0.36mm Draft @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.36mm Draft @BBL P1P 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP070", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.36mm Standard @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.36mm Standard @BBL X1C 0.6 nozzle.json index fa817c120c..f59efb65eb 100644 --- a/resources/profiles/BBL/process/0.36mm Standard @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.36mm Standard @BBL X1C 0.6 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP030", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in more apparent layer lines and lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL A1M 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL A1M 0.8 nozzle.json index ace343c834..7d5a5e2f8a 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL A1M 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL A1M 0.8 nozzle.json @@ -1,7 +1,7 @@ { "type": "process", "name": "0.40mm Standard @BBL A1M 0.8 nozzle", - "inherits": "0.40mm Standard @BBL P1P 0.8 nozzle", + "inherits": "fdm_process_single_0.40_nozzle_0.8", "from": "system", "setting_id": "GP037", "instantiation": "true", @@ -9,7 +9,6 @@ "default_acceleration": [ "6000" ], - "elefant_foot_compensation": "0", "travel_speed": [ "700" ], diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL P1P 0.8 nozzle.json index 57196d2671..426991051d 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL P1P 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP017", "instantiation": "true", "description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL P2S 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL P2S 0.8 nozzle.json new file mode 100644 index 0000000000..1a08c2b7eb --- /dev/null +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL P2S 0.8 nozzle.json @@ -0,0 +1,171 @@ +{ + "type": "process", + "name": "0.40mm Standard @BBL P2S 0.8 nozzle", + "inherits": "fdm_process_single_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP157", + "instantiation": "true", + "description": "Standard profile for 0.8mm nozzle, prioritizing speed.", + "bottom_surface_pattern": "monotonicline", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], + "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "inner_wall_speed": [ + "300", + "600" + ], + "internal_solid_infill_speed": [ + "250", + "600" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "200", + "500" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "smooth_coefficient": "4", + "sparse_infill_speed": [ + "270", + "600" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "travel_speed": [ + "600", + "600" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], + "compatible_printers": [ + "Bambu Lab P2S 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json index 51339de525..c978be2229 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL X1 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP012", "instantiation": "true", "description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.40mm Standard @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/process/0.40mm Standard @BBL X1C 0.8 nozzle.json index 7d05d220f8..edfb938c88 100644 --- a/resources/profiles/BBL/process/0.40mm Standard @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.40mm Standard @BBL X1C 0.8 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP009", "instantiation": "true", "description": "It has a very big layer height, and results in very apparent layer lines, low printing quality and general printing time.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab P1S 0.8 nozzle", diff --git a/resources/profiles/BBL/process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json b/resources/profiles/BBL/process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json index b0e9ac619e..013a05e4c2 100644 --- a/resources/profiles/BBL/process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.42mm Extra Draft @BBL P1P 0.6 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP073", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.6 nozzle" ] diff --git a/resources/profiles/BBL/process/0.42mm Standard @BBL X1C 0.6 nozzle.json b/resources/profiles/BBL/process/0.42mm Standard @BBL X1C 0.6 nozzle.json index e52fe71e6a..3f6dc9db24 100644 --- a/resources/profiles/BBL/process/0.42mm Standard @BBL X1C 0.6 nozzle.json +++ b/resources/profiles/BBL/process/0.42mm Standard @BBL X1C 0.6 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP031", "instantiation": "true", "description": "Compared with the default profile of a 0.6 mm nozzle, it has a bigger layer height, and results in much more apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "15", + "15" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "overhang_4_4_speed": [ + "10", + "10" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.6 nozzle", "Bambu Lab X1 0.6 nozzle", diff --git a/resources/profiles/BBL/process/0.48mm Draft @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/process/0.48mm Draft @BBL P1P 0.8 nozzle.json index 2a05607113..bd319e6b96 100644 --- a/resources/profiles/BBL/process/0.48mm Draft @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.48mm Draft @BBL P1P 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP074", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.48mm Standard @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/process/0.48mm Standard @BBL X1C 0.8 nozzle.json index db71084d4d..dc026b011c 100644 --- a/resources/profiles/BBL/process/0.48mm Standard @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.48mm Standard @BBL X1C 0.8 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP034", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer height, and results in very apparent layer lines and much lower printing quality, but shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/BBL/process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json b/resources/profiles/BBL/process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json index bd77cf1e45..53a75660b5 100644 --- a/resources/profiles/BBL/process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.56mm Extra Draft @BBL P1P 0.8 nozzle.json @@ -6,7 +6,163 @@ "setting_id": "GP071", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger layer height, and results in extremely apparent layer lines and much lower printing quality, but much shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab P1P 0.8 nozzle" ] diff --git a/resources/profiles/BBL/process/0.56mm Standard @BBL X1C 0.8 nozzle.json b/resources/profiles/BBL/process/0.56mm Standard @BBL X1C 0.8 nozzle.json index f885aa4bd6..9d48643a33 100644 --- a/resources/profiles/BBL/process/0.56mm Standard @BBL X1C 0.8 nozzle.json +++ b/resources/profiles/BBL/process/0.56mm Standard @BBL X1C 0.8 nozzle.json @@ -6,8 +6,164 @@ "setting_id": "GP035", "instantiation": "true", "description": "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger layer height, and results in extremely apparent layer lines and much lower printing quality, but much shorter printing time in some printing cases.", + "bridge_speed": [ + "30", + "30" + ], + "default_acceleration": [ + "10000", + "10000" + ], "elefant_foot_compensation": "0.15", + "enable_overhang_speed": [ + "1", + "1" + ], + "enable_height_slowdown": [ + "0", + "0" + ], + "gap_infill_speed": [ + "50", + "50" + ], + "initial_layer_infill_speed": [ + "55", + "55" + ], + "initial_layer_speed": [ + "35", + "35" + ], + "initial_layer_acceleration": [ + "500", + "500" + ], + "inner_wall_acceleration": [ + "0", + "0" + ], + "inner_wall_speed": [ + "150", + "150" + ], + "internal_solid_infill_speed": [ + "150", + "150" + ], + "initial_layer_travel_acceleration": [ + "6000", + "6000" + ], + "overhang_3_4_speed": [ + "25", + "25" + ], + "overhang_4_4_speed": [ + "5", + "5" + ], + "outer_wall_acceleration": [ + "5000", + "5000" + ], + "overhang_1_4_speed": [ + "0", + "0" + ], + "overhang_2_4_speed": [ + "50", + "50" + ], + "outer_wall_speed": [ + "120", + "120" + ], + "overhang_totally_speed": [ + "10", + "10" + ], + "print_extruder_id": [ + "1", + "1" + ], + "print_extruder_variant": [ + "Direct Drive Standard", + "Direct Drive High Flow" + ], "smooth_coefficient": "150", + "sparse_infill_speed": [ + "100", + "100" + ], + "slowdown_start_height": [ + "0", + "0" + ], + "slowdown_start_speed": [ + "1000", + "1000" + ], + "slowdown_start_acc": [ + "100000", + "100000" + ], + "slowdown_end_height": [ + "400", + "400" + ], + "slowdown_end_speed": [ + "1000", + "1000" + ], + "slowdown_end_acc": [ + "100000", + "100000" + ], + "small_perimeter_speed": [ + "50%", + "50%" + ], + "small_perimeter_threshold": [ + "0", + "0" + ], + "sparse_infill_acceleration": [ + "100%", + "100%" + ], + "support_speed": [ + "150", + "150" + ], + "support_interface_speed": [ + "80", + "80" + ], + "top_surface_speed": [ + "150", + "150" + ], + "top_surface_acceleration": [ + "2000", + "2000" + ], + "travel_speed": [ + "500", + "500" + ], + "travel_speed_z": [ + "0", + "0" + ], + "travel_acceleration": [ + "10000", + "10000" + ], + "vertical_shell_speed": [ + "80%", + "80%" + ], "compatible_printers": [ "Bambu Lab X1 Carbon 0.8 nozzle", "Bambu Lab X1 0.8 nozzle", diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json index b7c03f3f96..b7605cb457 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3 Plus.json @@ -11,6 +11,9 @@ "nozzle_diameter": [ "0.4" ], + "nozzle_volume": [ + "156" + ], "retract_before_wipe": [ "0%" ], @@ -132,7 +135,7 @@ "0" ], "parking_pos_retraction": [ - "25" + "0" ], "retract_when_changing_layer": [ "0" @@ -141,7 +144,10 @@ "0" ], "high_current_on_filament_swap": [ - "1" + "0" + ], + "enable_filament_ramming": [ + "0" ], "z_hop_types": "Spiral Lift" -} \ No newline at end of file +} diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json index 7dabbd7f08..391b37301d 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle - Ender-3 V3.json @@ -11,6 +11,9 @@ "nozzle_diameter": [ "0.4" ], + "nozzle_volume": [ + "156" + ], "retract_before_wipe": [ "0%" ], @@ -132,7 +135,7 @@ "0" ], "parking_pos_retraction": [ - "25" + "0" ], "retract_when_changing_layer": [ "0" @@ -141,7 +144,10 @@ "0" ], "high_current_on_filament_swap": [ - "1" + "0" + ], + "enable_filament_ramming": [ + "0" ], "z_hop_types": "Spiral Lift" -} \ No newline at end of file +} diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json index 518acb39cd..b33d7e5a5c 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle fast.json @@ -11,6 +11,9 @@ "nozzle_diameter": [ "0.4" ], + "nozzle_volume": [ + "156" + ], "retract_before_wipe": [ "0%" ], @@ -132,7 +135,7 @@ "0" ], "parking_pos_retraction": [ - "25" + "0" ], "retract_when_changing_layer": [ "0" @@ -141,7 +144,10 @@ "0" ], "high_current_on_filament_swap": [ - "1" + "0" + ], + "enable_filament_ramming": [ + "0" ], "z_hop_types": "Spiral Lift" -} \ No newline at end of file +} diff --git a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json index 8a49ec2f87..3ee7b4e79b 100644 --- a/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json +++ b/resources/profiles/Co Print/machine/Co Print ChromaSet 0.4 nozzle.json @@ -10,6 +10,9 @@ "printer_variant": "0.4", "nozzle_diameter": [ "0.4" + ], + "nozzle_volume": [ + "156" ], "retract_before_wipe": [ "0%" @@ -132,7 +135,7 @@ "0" ], "parking_pos_retraction": [ - "25" + "0" ], "retract_when_changing_layer": [ "0" @@ -141,7 +144,10 @@ "0" ], "high_current_on_filament_swap": [ - "1" + "0" + ], + "enable_filament_ramming": [ + "0" ], "z_hop_types": "Spiral Lift" -} \ No newline at end of file +} diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 710844ee36..b4336fde16 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -128,6 +128,10 @@ "name": "Creality K2 Plus", "sub_path": "machine/Creality K2 Plus.json" }, + { + "name": "Creality K2 Pro", + "sub_path": "machine/Creality K2 Pro.json" + }, { "name": "Creality Sermoon V1", "sub_path": "machine/Creality Sermoon V1.json" @@ -722,6 +726,26 @@ "name": "0.12mm Detail @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.12mm Detail @Creality K2 Plus 0.4 nozzle.json" }, + { + "name": "0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle", + "sub_path": "process/0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle.json" + }, + { + "name": "0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle.json" + }, + { + "name": "0.10mm HighDetail @Creality K2 Pro 0.2 nozzle", + "sub_path": "process/0.10mm HighDetail @Creality K2 Pro 0.2 nozzle.json" + }, + { + "name": "0.12mm Detail @Creality K2 Pro 0.2 nozzle", + "sub_path": "process/0.12mm Detail @Creality K2 Pro 0.2 nozzle.json" + }, + { + "name": "0.12mm Detail @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.12mm Detail @Creality K2 Pro 0.4 nozzle.json" + }, { "name": "0.12mm Fine @Creality CR10SE 0.2", "sub_path": "process/0.12mm Fine @Creality CR10SE 0.2.json" @@ -774,6 +798,10 @@ "name": "0.14mm Optimal @Creality K2 Plus 0.2 nozzle", "sub_path": "process/0.14mm Optimal @Creality K2 Plus 0.2 nozzle.json" }, + { + "name": "0.14mm Optimal @Creality K2 Pro 0.2 nozzle", + "sub_path": "process/0.14mm Optimal @Creality K2 Pro 0.2 nozzle.json" + }, { "name": "0.16mm Optimal @Creality CR10SE 0.2", "sub_path": "process/0.16mm Optimal @Creality CR10SE 0.2.json" @@ -830,6 +858,14 @@ "name": "0.18mm Detail @Creality K2 Plus 0.6 nozzle", "sub_path": "process/0.18mm Detail @Creality K2 Plus 0.6 nozzle.json" }, + { + "name": "0.16mm Optimal @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.16mm Optimal @Creality K2 Pro 0.4 nozzle.json" + }, + { + "name": "0.18mm Detail @Creality K2 Pro 0.6 nozzle", + "sub_path": "process/0.18mm Detail @Creality K2 Pro 0.6 nozzle.json" + }, { "name": "0.20mm Standard @Creality CR10SE 0.2", "sub_path": "process/0.20mm Standard @Creality CR10SE 0.2.json" @@ -886,6 +922,10 @@ "name": "0.20mm Standard @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.20mm Standard @Creality K2 Plus 0.4 nozzle.json" }, + { + "name": "0.20mm Standard @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.20mm Standard @Creality K2 Pro 0.4 nozzle.json" + }, { "name": "0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle", "sub_path": "process/0.20mm Ultrafast @Creality Ender-5 Max 0.4mm nozzle.json" @@ -894,6 +934,10 @@ "name": "0.24mm Detail @Creality K2 Plus 0.8 nozzle", "sub_path": "process/0.24mm Detail @Creality K2 Plus 0.8 nozzle.json" }, + { + "name": "0.24mm Detail @Creality K2 Pro 0.8 nozzle", + "sub_path": "process/0.24mm Detail @Creality K2 Pro 0.8 nozzle.json" + }, { "name": "0.24mm Draft @Creality CR10SE 0.2", "sub_path": "process/0.24mm Draft @Creality CR10SE 0.2.json" @@ -946,6 +990,10 @@ "name": "0.24mm Draft @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.24mm Draft @Creality K2 Plus 0.4 nozzle.json" }, + { + "name": "0.24mm Draft @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.24mm Draft @Creality K2 Pro 0.4 nozzle.json" + }, { "name": "0.24mm Optimal @Creality Ender-3 V3", "sub_path": "process/0.24mm Optimal @Creality Ender3V3 0.6 nozzle.json" @@ -978,6 +1026,14 @@ "name": "0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle", "sub_path": "process/0.28mm SuperDraft @Creality K2 Plus 0.4 nozzle.json" }, + { + "name": "0.24mm Optimal @Creality K2 Pro 0.6 nozzle", + "sub_path": "process/0.24mm Optimal @Creality K2 Pro 0.6 nozzle.json" + }, + { + "name": "0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle", + "sub_path": "process/0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle.json" + }, { "name": "0.30mm Standard @Creality Ender-3 V3", "sub_path": "process/0.30mm Standard @Creality Ender3V3 0.6 nozzle.json" @@ -1006,6 +1062,10 @@ "name": "0.30mm Standard @Creality K2 Plus 0.6 nozzle", "sub_path": "process/0.30mm Standard @Creality K2 Plus 0.6 nozzle.json" }, + { + "name": "0.30mm Standard @Creality K2 Pro 0.6 nozzle", + "sub_path": "process/0.30mm Standard @Creality K2 Pro 0.6 nozzle.json" + }, { "name": "0.32mm Optimal @Creality K1 (0.8 nozzle)", "sub_path": "process/0.32mm Optimal @Creality K1 (0.8 nozzle).json" @@ -1022,6 +1082,10 @@ "name": "0.32mm Optimal @Creality K2 Plus 0.8 nozzle", "sub_path": "process/0.32mm Optimal @Creality K2 Plus 0.8 nozzle.json" }, + { + "name": "0.32mm Optimal @Creality K2 Pro 0.8 nozzle", + "sub_path": "process/0.32mm Optimal @Creality K2 Pro 0.8 nozzle.json" + }, { "name": "0.36mm Draft @Creality Ender-3 V3", "sub_path": "process/0.36mm Draft @Creality Ender3V3 0.6 nozzle.json" @@ -1050,6 +1114,10 @@ "name": "0.36mm Draft @Creality K2 Plus 0.6 nozzle", "sub_path": "process/0.36mm Draft @Creality K2 Plus 0.6 nozzle.json" }, + { + "name": "0.36mm Draft @Creality K2 Pro 0.6 nozzle", + "sub_path": "process/0.36mm Draft @Creality K2 Pro 0.6 nozzle.json" + }, { "name": "0.40mm Standard @Creality K1 (0.8 nozzle)", "sub_path": "process/0.40mm Standard @Creality K1 (0.8 nozzle).json" @@ -1070,6 +1138,14 @@ "name": "0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle", "sub_path": "process/0.42mm SuperDraft @Creality K2 Plus 0.6 nozzle.json" }, + { + "name": "0.40mm Standard @Creality K2 Pro 0.8 nozzle", + "sub_path": "process/0.40mm Standard @Creality K2 Pro 0.8 nozzle.json" + }, + { + "name": "0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle", + "sub_path": "process/0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle.json" + }, { "name": "0.48mm Draft @Creality K1 (0.8 nozzle)", "sub_path": "process/0.48mm Draft @Creality K1 (0.8 nozzle).json" @@ -1090,6 +1166,14 @@ "name": "0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle", "sub_path": "process/0.56mm SuperDraft @Creality K2 Plus 0.8 nozzle.json" }, + { + "name": "0.48mm Draft @Creality K2 Pro 0.8 nozzle", + "sub_path": "process/0.48mm Draft @Creality K2 Pro 0.8 nozzle.json" + }, + { + "name": "0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle", + "sub_path": "process/0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle.json" + }, { "name": "0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2", "sub_path": "process/0.08mm SuperDetail @Creality Ender5Pro (2019) 0.2.json" @@ -1810,6 +1894,22 @@ "name": "Creality K2 Plus 0.8 nozzle", "sub_path": "machine/Creality K2 Plus 0.8 nozzle.json" }, + { + "name": "Creality K2 Pro 0.2 nozzle", + "sub_path": "machine/Creality K2 Pro 0.2 nozzle.json" + }, + { + "name": "Creality K2 Pro 0.4 nozzle", + "sub_path": "machine/Creality K2 Pro 0.4 nozzle.json" + }, + { + "name": "Creality K2 Pro 0.6 nozzle", + "sub_path": "machine/Creality K2 Pro 0.6 nozzle.json" + }, + { + "name": "Creality K2 Pro 0.8 nozzle", + "sub_path": "machine/Creality K2 Pro 0.8 nozzle.json" + }, { "name": "Creality Sermoon V1 0.4 nozzle", "sub_path": "machine/Creality Sermoon V1 0.4 nozzle.json" diff --git a/resources/profiles/Creality/Creality K2 Pro_cover.png b/resources/profiles/Creality/Creality K2 Pro_cover.png new file mode 100644 index 0000000000..31a912708c Binary files /dev/null and b/resources/profiles/Creality/Creality K2 Pro_cover.png differ diff --git a/resources/profiles/Creality/creality_k2pro_buildplate_model.stl b/resources/profiles/Creality/creality_k2pro_buildplate_model.stl new file mode 100644 index 0000000000..3f2d9ff51f Binary files /dev/null and b/resources/profiles/Creality/creality_k2pro_buildplate_model.stl differ diff --git a/resources/profiles/Creality/creality_k2pro_buildplate_texture.png b/resources/profiles/Creality/creality_k2pro_buildplate_texture.png new file mode 100644 index 0000000000..4dcf16e604 Binary files /dev/null and b/resources/profiles/Creality/creality_k2pro_buildplate_texture.png differ diff --git a/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json b/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json index 453d79910f..63236bd761 100644 --- a/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ABS @K2-all.json @@ -18,12 +18,16 @@ "20" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json b/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json index 5182a2bf42..2d1ed36e5d 100644 --- a/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic ASA @K2-all.json @@ -18,12 +18,16 @@ "20" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json index 26bb250528..03d0062b2e 100644 --- a/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PA-CF @K2-all.json @@ -15,12 +15,16 @@ "30" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json index 39f1bd0811..c2eb391a13 100644 --- a/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PETG @K2-all.json @@ -51,12 +51,16 @@ "1" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json index 8a77df48f8..f50ff63254 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA @K2-all.json @@ -45,12 +45,16 @@ "1" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json index 88a423714c..9d88682c72 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA High Speed @K2-all.json @@ -12,6 +12,10 @@ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json index f51f4e173a..723e768b5e 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Matte @K2-all.json @@ -12,6 +12,10 @@ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json index 4ea2b5879b..08be4ba8d5 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA Silk @K2-all.json @@ -12,6 +12,10 @@ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json index ce306ff3f8..6abc5459e0 100644 --- a/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic PLA-CF @K2-all.json @@ -18,6 +18,10 @@ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json b/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json index f17a7c6077..125857d916 100644 --- a/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json +++ b/resources/profiles/Creality/filament/Creality Generic TPU @K2-all.json @@ -33,12 +33,16 @@ "1" ], "filament_start_gcode": [ - "; filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else}\nM104 S[first_layer_temperature]\n{endif}\n\n{if(initial_extruder != current_extruder || position[2] > first_layer_height)}\n{if (position[2] +0.4 < printable_height) }\nG2 Z{position[2] + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X205 Y345 F20000\nG1 Z{position[2] } F1200\n{else}\nG1 X205 Y345 F20000\n{endif}\n{endif}\n" + ";filament start gcode\n{if (position[2] > first_layer_height) }\nM104 S[nozzle_temperature]\n{else} \nM104 S[first_layer_temperature]\n{endif}" ], "compatible_printers": [ "Creality K2 Plus 0.2 nozzle", "Creality K2 Plus 0.4 nozzle", "Creality K2 Plus 0.6 nozzle", - "Creality K2 Plus 0.8 nozzle" + "Creality K2 Plus 0.8 nozzle", + "Creality K2 Pro 0.2 nozzle", + "Creality K2 Pro 0.4 nozzle", + "Creality K2 Pro 0.6 nozzle", + "Creality K2 Pro 0.8 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..cc76190924 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.2 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "machine", + "name": "Creality K2 Pro 0.2 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality K2 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.16mm Optimal @Creality K2 Pro 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "nozzle_volume": "183", + "auxiliary_fan": "1", + "support_air_filtration": "1", + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "800", + "800" + ], + "machine_max_speed_y": [ + "800", + "800" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "0.5" + ], + "retract_length_toolchange": [ + "0" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "299" + ], + "enable_filament_ramming": "0", + "purge_in_prime_tower": "0", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "118", + "extruder_clearance_height_to_rod": "24", + "extruder_clearance_radius": "64", + "z_hop": [ + "0.4" + ], + "wipe_distance": [ + "1" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "0", + "default_filament_profile": [ + "Creality Generic PLA @K2-all" + ], + "machine_start_gcode": ";SET PRINT AREA MIN AND MAX COORDINATES TO ENABLE ADAPTIVE PROBING\n; MINX = {first_layer_print_min[0]}\n; MINY = {first_layer_print_min[1]}\n; MAXX = {first_layer_print_max[0]}\n; MAXY = {first_layer_print_max[1]}\n\nM140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nT[initial_no_support_extruder]\nM104 S[nozzle_temperature_initial_layer]\nM204 S2000\nG1 Z3 F600\nM83\nG1 Y150 F12000\nG1 X0 F12000\nG1 Z0.2 F600\nG1 X0 Y150 F6000\nG1 E0.8 F300\nG1 X0 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X150 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG92 E0\nG1 Z1 F600", + "machine_end_gcode": "END_PRINT", + "machine_pause_gcode": "PAUSE", + "change_filament_gcode": "G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X0 Y245 F30000\nG1 Z{z_after_toolchange} F600", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "thumbnails_format": "PNG", + "thumbnails": [ + "300x300", + "96x96" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..eff3cc126b --- /dev/null +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "machine", + "name": "Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality K2 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.16mm Optimal @Creality K2 Pro 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "nozzle_volume": "183", + "auxiliary_fan": "1", + "support_air_filtration": "1", + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "800", + "800" + ], + "machine_max_speed_y": [ + "800", + "800" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "0" + ], + "retraction_speed": [ + "40" + ], + "deretraction_speed": [ + "40" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "299" + ], + "enable_filament_ramming": "0", + "purge_in_prime_tower": "0", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "118", + "extruder_clearance_height_to_rod": "24", + "extruder_clearance_radius": "64", + "z_hop": [ + "0.4" + ], + "wipe_distance": [ + "2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "0", + "default_filament_profile": [ + "Creality Generic PLA @K2-all" + ], + "machine_start_gcode": ";SET PRINT AREA MIN AND MAX COORDINATES TO ENABLE ADAPTIVE PROBING\n; MINX = {first_layer_print_min[0]}\n; MINY = {first_layer_print_min[1]}\n; MAXX = {first_layer_print_max[0]}\n; MAXY = {first_layer_print_max[1]}\n\nM140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nT[initial_no_support_extruder]\nM104 S[nozzle_temperature_initial_layer]\nM204 S2000\nG1 Z3 F600\nM83\nG1 Y150 F12000\nG1 X0 F12000\nG1 Z0.2 F600\nG1 X0 Y150 F6000\nG1 E0.8 F300\nG1 X0 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X150 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG92 E0\nG1 Z1 F600", + "machine_end_gcode": "END_PRINT", + "machine_pause_gcode": "PAUSE", + "change_filament_gcode": "G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X0 Y245 F30000\nG1 Z{z_after_toolchange} F600", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "thumbnails_format": "PNG", + "thumbnails": [ + "300x300", + "96x96" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..8d5279f771 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "machine", + "name": "Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality K2 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.24mm Optimal @Creality K2 Pro 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "nozzle_volume": "183", + "auxiliary_fan": "1", + "support_air_filtration": "1", + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "800", + "800" + ], + "machine_max_speed_y": [ + "800", + "800" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "90%" + ], + "retraction_length": [ + "1.5" + ], + "retract_length_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "299" + ], + "enable_filament_ramming": "0", + "purge_in_prime_tower": "0", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "118", + "extruder_clearance_height_to_rod": "24", + "extruder_clearance_radius": "64", + "z_hop": [ + "0.4" + ], + "wipe_distance": [ + "2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "0", + "default_filament_profile": [ + "Creality Generic PLA @K2-all" + ], + "machine_start_gcode": ";SET PRINT AREA MIN AND MAX COORDINATES TO ENABLE ADAPTIVE PROBING\n; MINX = {first_layer_print_min[0]}\n; MINY = {first_layer_print_min[1]}\n; MAXX = {first_layer_print_max[0]}\n; MAXY = {first_layer_print_max[1]}\n\nM140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nT[initial_no_support_extruder]\nM104 S[nozzle_temperature_initial_layer]\nM204 S2000\nG1 Z3 F600\nM83\nG1 Y150 F12000\nG1 X0 F12000\nG1 Z0.2 F600\nG1 X0 Y150 F6000\nG1 E0.8 F300\nG1 X0 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X150 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG92 E0\nG1 Z1 F600", + "machine_end_gcode": "END_PRINT", + "machine_pause_gcode": "PAUSE", + "change_filament_gcode": "G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X0 Y245 F30000\nG1 Z{z_after_toolchange} F600", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "thumbnails_format": "PNG", + "thumbnails": [ + "300x300", + "96x96" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..64955bf444 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,149 @@ +{ + "type": "machine", + "name": "Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_creality_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "Creality K2 Pro", + "gcode_flavor": "klipper", + "default_print_profile": "0.32mm Optimal @Creality K2 Pro 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "300", + "nozzle_type": "hardened_steel", + "nozzle_volume": "183", + "auxiliary_fan": "1", + "support_air_filtration": "1", + "support_multi_bed_types": "1", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "20000", + "20000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "300", + "300" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "800", + "800" + ], + "machine_max_speed_y": [ + "800", + "800" + ], + "machine_max_speed_z": [ + "10", + "10" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "5", + "5" + ], + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "printer_settings_id": "Creality", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "90%" + ], + "retraction_length": [ + "2" + ], + "retract_length_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "299" + ], + "enable_filament_ramming": "0", + "purge_in_prime_tower": "0", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "parking_pos_retraction": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "118", + "extruder_clearance_height_to_rod": "24", + "extruder_clearance_radius": "64", + "z_hop": [ + "0.4" + ], + "wipe_distance": [ + "2" + ], + "single_extruder_multi_material": "1", + "manual_filament_change": "0", + "default_filament_profile": [ + "Creality Generic PLA @K2-all" + ], + "machine_start_gcode": ";SET PRINT AREA MIN AND MAX COORDINATES TO ENABLE ADAPTIVE PROBING\n; MINX = {first_layer_print_min[0]}\n; MINY = {first_layer_print_min[1]}\n; MAXX = {first_layer_print_max[0]}\n; MAXY = {first_layer_print_max[1]}\n\nM140 S0\nM104 S0 \nSTART_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\nT[initial_no_support_extruder]\nM104 S[nozzle_temperature_initial_layer]\nM204 S2000\nG1 Z3 F600\nM83\nG1 Y150 F12000\nG1 X0 F12000\nG1 Z0.2 F600\nG1 X0 Y150 F6000\nG1 E0.8 F300\nG1 X0 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG1 X150 Y0 E9 F{filament_max_volumetric_speed[initial_extruder]/0.3*60}\nG92 E0\nG1 Z1 F600", + "machine_end_gcode": "END_PRINT", + "machine_pause_gcode": "PAUSE", + "change_filament_gcode": "G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift\nG1 X0 Y245 F30000\nG1 Z{z_after_toolchange} F600", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "scan_first_layer": "0", + "thumbnails_format": "PNG", + "thumbnails": [ + "300x300", + "96x96" + ] +} \ No newline at end of file diff --git a/resources/profiles/Creality/machine/Creality K2 Pro.json b/resources/profiles/Creality/machine/Creality K2 Pro.json new file mode 100644 index 0000000000..e24af3f7a1 --- /dev/null +++ b/resources/profiles/Creality/machine/Creality K2 Pro.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "Creality K2 Pro", + "model_id": "Creality_K2_Pro", + "nozzle_diameter": "0.2;0.4;0.6;0.8", + "machine_tech": "FFF", + "family": "Creality", + "bed_model": "creality_k2pro_buildplate_model.stl", + "bed_texture": "creality_k2pro_buildplate_texture.png", + "default_bed_type": "Textured PEI Plate", + "hotend_model": "", + "default_materials": "Creality Generic ABS @K2-all;Creality Generic ASA @K2-all;Creality Generic PETG @K2-all;Creality Generic PLA @K2-all;Creality Generic PLA High Speed @K2-all;Creality Generic PLA Matte @K2-all;Creality Generic PLA Silk @K2-all" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..c755ec0050 --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.08mm SuperDetail @Creality K2 Pro 0.2 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.2 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.22", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.08", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.25", + "inner_wall_speed": "150", + "wall_loops": "4", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..21604e61db --- /dev/null +++ b/resources/profiles/Creality/process/0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.08mm SuperDetail @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "7", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "10", + "internal_bridge_speed": "200%", + "brim_width": "5", + "brim_object_gap": "0.3", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "6000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "outer_wall_acceleration": "2000", + "inner_wall_acceleration": "2000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "1000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "250", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "300", + "interface_shells": "0", + "ironing_flow": "8", + "ironing_spacing": "0.15", + "ironing_speed": "60", + "ironing_type": "no ironing", + "layer_height": "0.08", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.4", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "2000", + "top_surface_speed": "200", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "travel_acceleration": "10000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..784cfa1d9b --- /dev/null +++ b/resources/profiles/Creality/process/0.10mm HighDetail @Creality K2 Pro 0.2 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.10mm HighDetail @Creality K2 Pro 0.2 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.2 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.22", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.1", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.25", + "inner_wall_speed": "150", + "wall_loops": "4", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..a63b1ba605 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.2 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.12mm Detail @Creality K2 Pro 0.2 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.2 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.22", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.12", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.25", + "inner_wall_speed": "150", + "wall_loops": "4", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..fae02f0c33 --- /dev/null +++ b/resources/profiles/Creality/process/0.12mm Detail @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.12mm Detail @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "10", + "internal_bridge_speed": "200%", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "2000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "250", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "300", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.12", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "5000", + "top_surface_speed": "200", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Pro 0.2 nozzle.json b/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Pro 0.2 nozzle.json new file mode 100644 index 0000000000..e9496c9940 --- /dev/null +++ b/resources/profiles/Creality/process/0.14mm Optimal @Creality K2 Pro 0.2 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.14mm Optimal @Creality K2 Pro 0.2 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "5", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.2 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.22", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.25", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.14", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.25", + "inner_wall_speed": "150", + "wall_loops": "4", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.2", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.22", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "7", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..0d02f15221 --- /dev/null +++ b/resources/profiles/Creality/process/0.16mm Optimal @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.16mm Optimal @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "10", + "internal_bridge_speed": "150%", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "2000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "250", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "270", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.16", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "5000", + "top_surface_speed": "200", + "top_shell_layers": "6", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..e4b45c79a8 --- /dev/null +++ b/resources/profiles/Creality/process/0.18mm Detail @Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.18mm Detail @Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.6 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.62", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.62", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.18", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..4b35657e7e --- /dev/null +++ b/resources/profiles/Creality/process/0.20mm Standard @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.20mm Standard @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "2000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "250", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "270", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "300", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "5000", + "top_surface_speed": "200", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..95c35268be --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Detail @Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.24mm Detail @Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.8 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.82", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.82", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.24", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..a0cac6afd0 --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Draft @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.24mm Draft @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "200", + "outer_wall_acceleration": "2000", + "inner_wall_acceleration": "2000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "2000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "200", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "230", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.24", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "230", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "230", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "5000", + "top_surface_speed": "200", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..ba4c02fcd8 --- /dev/null +++ b/resources/profiles/Creality/process/0.24mm Optimal @Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.24mm Optimal @Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.6 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.62", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.62", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.24", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle.json b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle.json new file mode 100644 index 0000000000..62149a8e7b --- /dev/null +++ b/resources/profiles/Creality/process/0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.28mm SuperDraft @Creality K2 Pro 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "150%", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.4 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "180", + "outer_wall_acceleration": "2000", + "inner_wall_acceleration": "2000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "2000", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "60", + "gap_infill_speed": "200", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "200", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.28", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "25", + "overhang_3_4_speed": "10", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "200", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "initial_layer_infill_speed": "105", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "5000", + "top_surface_speed": "200", + "top_shell_layers": "5", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..5b20cda815 --- /dev/null +++ b/resources/profiles/Creality/process/0.30mm Standard @Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.30mm Standard @Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.9", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.6 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.62", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.62", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.3", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.62", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..db77bbdfa6 --- /dev/null +++ b/resources/profiles/Creality/process/0.32mm Optimal @Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.32mm Optimal @Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.8 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.82", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.82", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.32", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..b0ec75f7bb --- /dev/null +++ b/resources/profiles/Creality/process/0.36mm Draft @Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.36mm Draft @Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.6 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.62", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.62", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.36", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..9ad617b356 --- /dev/null +++ b/resources/profiles/Creality/process/0.40mm Standard @Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.40mm Standard @Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "0.9", + "bridge_speed": "20", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.8 nozzle" + ], + "default_acceleration": "8000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "outer_wall_acceleration": "3000", + "inner_wall_acceleration": "3000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.82", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.82", + "infill_wall_overlap": "30%", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.4", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "50", + "overhang_2_4_speed": "35", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.82", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "8000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "40", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle.json b/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle.json new file mode 100644 index 0000000000..f08e6b3d8d --- /dev/null +++ b/resources/profiles/Creality/process/0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.42mm SuperDraft @Creality K2 Pro 0.6 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.6 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.62", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.62", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.62", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.42", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.62", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.6", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.62", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..3c6c163cff --- /dev/null +++ b/resources/profiles/Creality/process/0.48mm Draft @Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.48mm Draft @Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.8 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.82", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.82", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.48", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle.json b/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle.json new file mode 100644 index 0000000000..1009ab5359 --- /dev/null +++ b/resources/profiles/Creality/process/0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "0.56mm SuperDraft @Creality K2 Pro 0.8 nozzle", + "inherits": "fdm_process_common_klipper", + "from": "system", + "setting_id": "GP004", + "instantiation": "true", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bridge_flow": "1", + "bridge_speed": "25", + "internal_bridge_speed": "70", + "brim_width": "5", + "brim_object_gap": "0.1", + "compatible_printers": [ + "Creality K2 Pro 0.8 nozzle" + ], + "default_acceleration": "12000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "outer_wall_line_width": "0.82", + "outer_wall_speed": "100", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.82", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "crosshatch", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "40", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.82", + "infill_wall_overlap": "30", + "sparse_infill_speed": "120", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.56", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "detect_overhang_wall": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "20", + "overhang_4_4_speed": "10", + "only_one_wall_top": "1", + "precise_outer_wall": "0", + "inner_wall_line_width": "0.82", + "inner_wall_speed": "150", + "wall_loops": "2", + "raft_layers": "0", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "minimum_sparse_infill_area": "15", + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": "150", + "initial_layer_infill_speed": "60", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_style": "default", + "support_on_build_plate_only": "0", + "support_top_z_distance": "0.2", + "support_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.8", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.82", + "top_surface_acceleration": "2000", + "top_surface_speed": "100", + "top_shell_layers": "4", + "top_shell_thickness": "0.8", + "travel_acceleration": "12000", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} \ No newline at end of file diff --git a/resources/profiles/Cubicon.json b/resources/profiles/Cubicon.json index 7f7f0ab195..c1e7531397 100644 --- a/resources/profiles/Cubicon.json +++ b/resources/profiles/Cubicon.json @@ -7,10 +7,14 @@ { "name": "Cubicon xCeler-I", "sub_path": "machine/Cubicon xCeler-I.json" + }, + { + "name": "Cubicon xCeler-Plus", + "sub_path": "machine/Cubicon xCeler-Plus.json" } ], "process_list": [ - { + { "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, @@ -19,88 +23,171 @@ "sub_path": "process/fdm_process_common_klipper.json" }, { - "name": "cubicon common @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json" + "name": "process template @base", + "sub_path": "process/process template @base.json" }, { - "name": "process template @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "process/process template @Cubicon xCeler-I 0.4 nozzle.json" + "name": "cubicon common @base", + "sub_path": "process/cubicon common @base.json" }, { "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", "sub_path": "process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json" - } + }, + { + "name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "process/cubicon default @Cubicon xCeler-Plus 0.4 nozzle.json" + } ], "filament_list": [ - { + { "name": "fdm_filament_common", "sub_path": "filament/fdm_filament_common.json" }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pa", - "sub_path": "filament/fdm_filament_pa.json" - }, - { - "name": "fdm_filament_pc", - "sub_path": "filament/fdm_filament_pc.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { + { "name": "fdm_filament_pla", "sub_path": "filament/fdm_filament_pla.json" }, - { - "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json" + { + "name": "fdm_filament_abs", + "sub_path": "filament/fdm_filament_abs.json" }, - { - "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json" + { + "name": "fdm_filament_pc", + "sub_path": "filament/fdm_filament_pc.json" }, - { - "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json" + { + "name": "fdm_filament_pet", + "sub_path": "filament/fdm_filament_pet.json" }, + { + "name": "fdm_filament_pa", + "sub_path": "filament/fdm_filament_pa.json" + }, { - "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json" + "name": "Cubicon PLA @base", + "sub_path": "filament/Cubicon PLA @base.json" }, { "name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + { + "name": "Cubicon PLA+ @base", + "sub_path": "filament/Cubicon PLA+ @base.json" + }, + { + "name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + + { + "name": "Cubicon PLAi21 @base", + "sub_path": "filament/Cubicon PLAi21 @base.json" + }, + { + "name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + { + "name": "Cubicon ABS @base", + "sub_path": "filament/Cubicon ABS @base.json" + }, + { + "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + { + "name": "Cubicon ABSk @base", + "sub_path": "filament/Cubicon ABSk @base.json" + }, + { + "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + { + "name": "Cubicon ABS-A100 @base", + "sub_path": "filament/Cubicon ABS-A100 @base.json" }, { "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + { + "name": "Cubicon PETG @base", + "sub_path": "filament/Cubicon PETG @base.json" }, { - "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json" + "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + + { + "name": "Cubicon PC @base", + "sub_path": "filament/Cubicon PC @base.json" }, { - "name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json" + "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle.json" + }, + + { + "name": "Cubicon PA-CF @base", + "sub_path": "filament/Cubicon PA-CF @base.json" }, { - "name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle", - "sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json" + "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", + "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json" + }, + { + "name": "Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle.json" } ], "machine_list": [ - { + { "name": "fdm_machine_common", "sub_path": "machine/fdm_machine_common.json" }, { "name": "Cubicon xCeler-I 0.4 nozzle", "sub_path": "machine/Cubicon xCeler-I 0.4 nozzle.json" - } + }, + { + "name": "Cubicon xCeler-Plus 0.4 nozzle", + "sub_path": "machine/Cubicon xCeler-Plus 0.4 nozzle.json" + } ] } \ No newline at end of file diff --git a/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png b/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png index d563958139..869c09f040 100644 Binary files a/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png and b/resources/profiles/Cubicon/Cubicon xCeler-I_cover.png differ diff --git a/resources/profiles/Cubicon/Cubicon xCeler-Plus_cover.png b/resources/profiles/Cubicon/Cubicon xCeler-Plus_cover.png new file mode 100644 index 0000000000..039818b219 Binary files /dev/null and b/resources/profiles/Cubicon/Cubicon xCeler-Plus_cover.png differ diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json index 504774ebde..e94c140f14 100644 --- a/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json @@ -1,71 +1,13 @@ { "type": "filament", - "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_filament_abs", - "filament_id": "P510cfb0", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "ABS" - ], - "filament_vendor": [ - "Cubicon" - ], - "hot_plate_temp": [ - "115" - ], - "hot_plate_temp_initial_layer": [ - "115" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_density": [ - "1.24" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "70" - ], - "slow_down_min_speed": [ - "30" - ], - "slow_down_layer_time": [ - "3" - ], - "nozzle_temperature": [ - "245" - ], - "temperature_vitrification": [ - "78" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "260" - ], - "additional_cooling_fan_speed": [ - "0" - ] -} \ No newline at end of file + + "inherits": "Cubicon ABS @base", + "name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon ABS @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..9cddacd80f --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon ABS @base", + "name": "Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS @base.json b/resources/profiles/Cubicon/filament/Cubicon ABS @base.json new file mode 100644 index 0000000000..6e5cddd5cc --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS @base.json @@ -0,0 +1,73 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + + "filament_id": "P510cfb0", + + "name": "Cubicon ABS @base", + "filament_settings_id": ["Cubicon ABS @base"], + "filament_vendor": ["Cubicon"], + "inherits": "fdm_filament_abs", + "filament_type": ["ABS"], + "is_custom_defined": "0", + + "hot_plate_temp": [ + "115" + ], + "hot_plate_temp_initial_layer": [ + "115" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "245" + ], + "temperature_vitrification": [ + "78" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json index 036d5c0d3e..2192a5554d 100644 --- a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json @@ -1,71 +1,13 @@ { "type": "filament", - "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", - "inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", - "filament_id": "P510cfb1", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "ABS" - ], - "filament_vendor": [ - "Cubicon" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_density": [ - "1.24" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "nozzle_temperature_initial_layer": [ - "225" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "70" - ], - "slow_down_min_speed": [ - "30" - ], - "slow_down_layer_time": [ - "3" - ], - "nozzle_temperature": [ - "230" - ], - "temperature_vitrification": [ - "78" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "additional_cooling_fan_speed": [ - "0" - ] -} \ No newline at end of file + + "inherits": "Cubicon ABS-A100 @base", + "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..7d36014099 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon ABS-A100 @base", + "name": "Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @base.json b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @base.json new file mode 100644 index 0000000000..9d797c70ee --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @base.json @@ -0,0 +1,74 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_id": "P510cfb1", + "filament_settings_id": [ + "Cubicon ABS-A100 @base" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Cubicon" + ], + "inherits": "Cubicon ABS @base", + "is_custom_defined": "0", + "name": "Cubicon ABS-A100 @base", + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "nozzle_temperature_initial_layer": [ + "225" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "230" + ], + "temperature_vitrification": [ + "78" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json index 55a64368b6..0526a82ae1 100644 --- a/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json @@ -1,71 +1,13 @@ { "type": "filament", - "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", - "inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle", - "filament_id": "P510cfb2", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "ABS" - ], - "filament_vendor": [ - "Cubicon" - ], - "hot_plate_temp": [ - "115" - ], - "hot_plate_temp_initial_layer": [ - "115" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_density": [ - "1.24" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "25" - ], - "nozzle_temperature_initial_layer": [ - "240" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "70" - ], - "slow_down_min_speed": [ - "30" - ], - "slow_down_layer_time": [ - "3" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "85" - ], - "nozzle_temperature_range_low": [ - "220" - ], - "nozzle_temperature_range_high": [ - "240" - ], - "additional_cooling_fan_speed": [ - "0" - ] -} \ No newline at end of file + + "inherits": "Cubicon ABSk @base", + "name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..ab4f5fdac6 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon ABSk @base", + "name": "Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABSk @base.json b/resources/profiles/Cubicon/filament/Cubicon ABSk @base.json new file mode 100644 index 0000000000..90d884388b --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABSk @base.json @@ -0,0 +1,74 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + "default_filament_colour": "", + "filament_id": "P510cfb2", + "filament_settings_id": [ + "Cubicon ABSk @base" + ], + "filament_type": [ + "ABS" + ], + "filament_vendor": [ + "Cubicon" + ], + "inherits": "Cubicon ABS @base", + "is_custom_defined": "0", + "name": "Cubicon ABSk @base", + "hot_plate_temp": [ + "115" + ], + "hot_plate_temp_initial_layer": [ + "115" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "70" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "3" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "85" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json index 70b81652c1..89b9fedd35 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json @@ -1,71 +1,13 @@ { "type": "filament", - "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_filament_pa", - "filament_id": "P510cfd0", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PA" - ], - "filament_vendor": [ - "Cubicon" - ], - "hot_plate_temp": [ - "100" - ], - "hot_plate_temp_initial_layer": [ - "100" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "5" - ], - "filament_density": [ - "1.24" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "11" - ], - "nozzle_temperature_initial_layer": [ - "265" - ], - "fan_max_speed": [ - "50" - ], - "fan_min_speed": [ - "50" - ], - "slow_down_min_speed": [ - "20" - ], - "slow_down_layer_time": [ - "2" - ], - "nozzle_temperature": [ - "270" - ], - "temperature_vitrification": [ - "108" - ], - "nozzle_temperature_range_low": [ - "260" - ], - "nozzle_temperature_range_high": [ - "280" - ], - "additional_cooling_fan_speed": [ - "0" - ] -} \ No newline at end of file + + "inherits": "Cubicon PA-CF @base", + "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..4ab18c24c6 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon PA-CF @base", + "name": "Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json new file mode 100644 index 0000000000..d8c89c7d11 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + + "filament_id": "P510cfd0", + + "filament_settings_id": [ + "Cubicon PA-CF @base" + ], + + "filament_type": [ + "PA" + ], + + "filament_vendor": [ + "Cubicon" + ], + + "inherits": "fdm_filament_pa", + + "is_custom_defined": "0", + "name": "Cubicon PA-CF @base", + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "5" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "10" + ], + "nozzle_temperature_initial_layer": [ + "265" + ], + "fan_max_speed": [ + "50" + ], + "fan_min_speed": [ + "50" + ], + "slow_down_min_speed": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ], + "nozzle_temperature": [ + "270" + ], + "temperature_vitrification": [ + "108" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json index 849d03a2fd..2c7620fd08 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json @@ -1,20 +1,13 @@ { "type": "filament", - "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_filament_pc", - "filament_id": "P510cfd0", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PC @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PC" - ], - "filament_vendor": [ - "Cubicon" - ] -} \ No newline at end of file + + "inherits": "Cubicon PC @base", + "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon PC @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..0b7e15ded2 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon PC @base", + "name": "Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PC @base.json b/resources/profiles/Cubicon/filament/Cubicon PC @base.json new file mode 100644 index 0000000000..dcde4c64de --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PC @base.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + + "filament_id": "P510cfd0", + + "filament_settings_id": [ + "Cubicon PC @base" + ], + + "filament_type": [ + "PC" + ], + + "filament_vendor": [ + "Cubicon" + ], + + "inherits": "fdm_filament_pc", + + "is_custom_defined": "0", + "name": "Cubicon PC @base" + +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json index c0b1c577e9..a156c688e5 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json @@ -1,71 +1,13 @@ { "type": "filament", - "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_filament_pet", - "filament_id": "P510cfc0", - "instantiation": "true", + "instantiation": "true", + "version": "1.0.0.0", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PETG" - ], - "filament_vendor": [ - "Cubicon" - ], - "hot_plate_temp": [ - "80" - ], - "hot_plate_temp_initial_layer": [ - "80" - ], - "close_fan_the_first_x_layers": [ - "3" - ], - "fan_cooling_layer_time": [ - "30" - ], - "filament_density": [ - "1.24" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "8" - ], - "nozzle_temperature_initial_layer": [ - "235" - ], - "fan_max_speed": [ - "90" - ], - "fan_min_speed": [ - "80" - ], - "slow_down_min_speed": [ - "30" - ], - "slow_down_layer_time": [ - "8" - ], - "nozzle_temperature": [ - "240" - ], - "temperature_vitrification": [ - "70" - ], - "nozzle_temperature_range_low": [ - "230" - ], - "nozzle_temperature_range_high": [ - "250" - ], - "additional_cooling_fan_speed": [ - "0" - ] -} \ No newline at end of file + + "inherits": "Cubicon PETG @base", + "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", + "filament_settings_id": ["Cubicon PETG @Cubicon xCeler-I 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..d49607abaa --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "inherits": "Cubicon PETG @base", + "name": "Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle", + "filament_settings_id": ["Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle"] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PETG @base.json b/resources/profiles/Cubicon/filament/Cubicon PETG @base.json new file mode 100644 index 0000000000..b686ff907f --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PETG @base.json @@ -0,0 +1,82 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + + "filament_id": "P510cfc0", + + "filament_settings_id": [ + "Cubicon PETG @base" + ], + + "filament_type": [ + "PETG" + ], + + "filament_vendor": [ + "Cubicon" + ], + + "inherits": "fdm_filament_pet", + + "is_custom_defined": "0", + "name": "Cubicon PETG @base", + "hot_plate_temp": [ + "80" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "fan_max_speed": [ + "90" + ], + "fan_min_speed": [ + "80" + ], + "slow_down_min_speed": [ + "30" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature": [ + "240" + ], + "temperature_vitrification": [ + "70" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json index 8436718948..667ebbfd1e 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json @@ -1,62 +1,12 @@ { "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", "name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_filament_pla", - "filament_id": "P510cfa0", - "instantiation": "true", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Cubicon" - ], - "filament_flow_ratio": [ - "0.99" - ], - "filament_max_volumetric_speed": [ - "24.5" - ], - "slow_down_layer_time": [ - "3" - ], - "slow_down_min_speed": [ - "50" - ], - "temperature_vitrification": [ - "60" - ], - "hot_plate_temp": [ - "60" - ], - "hot_plate_temp_initial_layer": [ - "60" - ], - "nozzle_temperature": [ - "210" - ], - "nozzle_temperature_initial_layer": [ - "205" - ], - "fan_max_speed": [ - "80" - ], - "fan_min_speed": [ - "100" - ], - "nozzle_temperature_range_low": [ - "190" - ], - "nozzle_temperature_range_high": [ - "230" - ], - "additional_cooling_fan_speed": [ - "80" - ] -} \ No newline at end of file + "inherits": "Cubicon PLA @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..4951caf644 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", + "name": "Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + "inherits": "Cubicon PLA @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA @base.json b/resources/profiles/Cubicon/filament/Cubicon PLA @base.json new file mode 100644 index 0000000000..20875d851c --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA @base.json @@ -0,0 +1,68 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", + "name": "Cubicon PLA @base", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + "filament_id": "P510cfa0", + "filament_settings_id": [ + "CBC_MTC_0" + ], + "filament_type": [ + "PLA" + ], + "filament_vendor": [ + "Cubicon" + ], + "inherits": "fdm_filament_pla", + "is_custom_defined": "0", + "filament_flow_ratio": [ + "0.99" + ], + "filament_max_volumetric_speed": [ + "23" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "50" + ], + "temperature_vitrification": [ + "60" + ], + "hot_plate_temp": [ + "60" + ], + "hot_plate_temp_initial_layer": [ + "60" + ], + "nozzle_temperature": [ + "210" + ], + "nozzle_temperature_initial_layer": [ + "205" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "100" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "80" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json index e8c6118e17..370fb6b520 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json @@ -1,26 +1,12 @@ { "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", "name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle", - "inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", - "filament_id": "P510cfa1", - "instantiation": "true", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Cubicon" - ], - "temperature_vitrification": [ - "52" - ], - "nozzle_temperature_range_high": [ - "220" - ] -} \ No newline at end of file + "inherits": "Cubicon PLA+ @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..1891392db0 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", + "name": "Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + "inherits": "Cubicon PLA+ @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA+ @base.json b/resources/profiles/Cubicon/filament/Cubicon PLA+ @base.json new file mode 100644 index 0000000000..3ad71b3370 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA+ @base.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": [""], + + "filament_id": "P510cfa1", + + "filament_settings_id": [ + "Cubicon PLA+ @base" + ], + + "filament_type": [ + "PLA" + ], + + "filament_vendor": [ + "Cubicon" + ], + + "inherits": "Cubicon PLA @base", + + "is_custom_defined": "0", + "name": "Cubicon PLA+ @base", + "temperature_vitrification": [ + "52" + ], + "nozzle_temperature_range_high": [ + "220" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json index da20c5c9d2..c87e99b0ec 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json @@ -1,23 +1,12 @@ { "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", "name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle", - "inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle", - "filament_id": "P510cfa2", - "instantiation": "true", + "compatible_printers": [ "Cubicon xCeler-I 0.4 nozzle" ], - "default_filament_colour": "", - "filament_settings_id": [ - "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle" - ], - "filament_type": [ - "PLA" - ], - "filament_vendor": [ - "Cubicon" - ], - "temperature_vitrification": [ - "45" - ] -} \ No newline at end of file + "inherits": "Cubicon PLAi21 @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..c4dc718209 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + "from": "system", + "name": "Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle", + + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ], + "inherits": "Cubicon PLAi21 @base" +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @base.json b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @base.json new file mode 100644 index 0000000000..bbede501e8 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @base.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "instantiation": "true", + "version": "1.0.0.0", + + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" + ], + + "default_filament_colour": "", + + "filament_id": "P510cfa2", + + "filament_settings_id": [ + "Cubicon PLAi21 @base" + ], + + "filament_type": [ + "PLA" + ], + + "filament_vendor": [ + "Cubicon" + ], + + "inherits": "Cubicon PLA @base", + + "is_custom_defined": "0", + "name": "Cubicon PLAi21 @base", + "temperature_vitrification": [ + "45" + ] + +} diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json index f8f90404b1..07f79da301 100644 --- a/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-I 0.4 nozzle.json @@ -2,7 +2,7 @@ "type": "machine", "name": "Cubicon xCeler-I 0.4 nozzle", "inherits": "fdm_machine_common", - "from": "User", + "from": "system", "instantiation": "true", "adaptive_bed_mesh_margin": "0", "auxiliary_fan": "1", @@ -22,9 +22,9 @@ "cooling_tube_length": "0", "cooling_tube_retraction": "0", "default_filament_profile": [ - "Cubicon PLA @base" + "Cubicon PLA @Cubicon xCeler-I" ], - "default_print_profile": "0.08mm Extra Fine @Creality K1 (0.4 nozzle)", + "default_print_profile": "cubicon default @base", "deretraction_speed": [ "30" ], diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json index b8df593e7d..1b68282f3d 100644 --- a/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-I.json @@ -4,7 +4,7 @@ "nozzle_diameter": "0.4", "bed_model": "", "bed_texture": "Cubicon xCeler-I_bed_texture.svg", - "family": "Cuibicon", + "family": "Cubicon", "machine_tech": "FFF", - "default_materials": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle" + "default_materials": "Cubicon PLA @Cubicon xCeler-I" } \ No newline at end of file diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..8d9bc54aa5 --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,248 @@ +{ + "type": "machine", + "instantiation": "true", + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "1", + "bbl_use_printhost": "0", + "bed_custom_model": "", + "bed_custom_texture": "", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_filament_profile": [ + "Cubicon PLA @Cubicon xCeler-Plus" + ], + "default_print_profile": "cubicon default @base", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "1", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "from": "system", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "inherits": "fdm_machine_common", + "is_custom_defined": "0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "END_PRINT", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "500", + "5000" + ], + "machine_max_acceleration_extruding": [ + "5000", + "20000" + ], + "machine_max_acceleration_x": [ + "13000", + "20000" + ], + "machine_max_acceleration_y": [ + "13000", + "20000" + ], + "machine_max_acceleration_z": [ + "250", + "500" + ], + "machine_max_speed_z": [ + "25", + "12" + ], + + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "13000", + "13000" + ], + + "machine_max_jerk_e": [ + "20", + "20" + ], + "machine_max_jerk_x": [ + "20", + "20" + ], + "machine_max_jerk_y": [ + "20", + "20" + ], + "machine_max_jerk_z": [ + "20", + "20" + ], + "machine_max_junction_deviation": [ + "0", + "0" + ], + "machine_max_speed_e": [ + "50", + "50" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.1" + ], + "name": "Cubicon xCeler-Plus 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "nozzle_height": "4", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "print_host": "", + "print_host_webui": "", + "printable_area": [ + "0x0", + "310x0", + "310x310", + "0x310" + ], + "printable_height": "310", + "printer_model": "Cubicon xCeler-Plus", + "printer_notes": "", + "printer_settings_id": "Cubicon xCeler-Plus 0.4 nozzle", + "printer_structure": "undefine", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printhost_apikey": "", + "printhost_authorization_type": "key", + "printhost_cafile": "", + "printhost_password": "", + "printhost_port": "", + "printhost_ssl_ignore_revoke": "0", + "printhost_user": "", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "1" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_on_top_layer": [ + "0" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "0", + "template_custom_gcode": "", + "thumbnails": "48x48/PNG, 300x300/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "upward_compatible_machine": [], + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "version": "2.1.1.0", + "wipe": [ + "0" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json new file mode 100644 index 0000000000..466e159452 --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json @@ -0,0 +1,10 @@ +{ + "type": "machine_model", + "name": "Cubicon xCeler-Plus", + "nozzle_diameter": "0.4", + "bed_model": "", + "bed_texture": "Cubicon xCeler-I_bed_texture.svg", + "family": "Cubicon", + "machine_tech": "FFF", + "default_materials": "Cubicon PLA @Cubicon xCeler-Plus" +} diff --git a/resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon common @base.json similarity index 93% rename from resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json rename to resources/profiles/Cubicon/process/cubicon common @base.json index 3c6334275f..ad746aaef3 100644 --- a/resources/profiles/Cubicon/process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/process/cubicon common @base.json @@ -1,12 +1,14 @@ { - "type": "process", - "name": "cubicon common @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_process_common_klipper", - "instantiation": "false", + "version": "1.0.0.0", + "instantiation": "false", "compatible_printers": [ - "Cubicon xCeler-I 0.4 nozzle" + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" ], - "print_settings_id": "cubicon common @Cubicon xCeler-I 0.4 nozzle", + "inherits": "fdm_process_common_klipper", + "name": "cubicon common @base", + "print_settings_id": "cubicon common @base", + "accel_to_decel_enable": "1", "accel_to_decel_factor": "100", "bridge_angle": "0", @@ -81,6 +83,7 @@ "top_solid_infill_flow_ratio": "0.9", "travel_speed": "500", "support_threshold_angle": "15", + "type": "process", "wall_loops": "2", "thick_bridges": "0", "extra_perimeters_on_overhangs": "1", @@ -107,9 +110,10 @@ "slowdown_for_curled_perimeters": "0", "bridge_speed": "50", "internal_bridge_speed": "150%", + "is_custom_defined": "0", "overhang_1_4_speed": "0", "overhang_2_4_speed": "50", "overhang_3_4_speed": "30", "overhang_4_4_speed": "10", "independent_support_layer_height": "1" -} \ No newline at end of file +} diff --git a/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json index dd1f422a16..a496d82598 100644 --- a/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json @@ -1,7 +1,11 @@ { + "version": "1.0.0.0", "type": "process", - "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", - "inherits": "cubicon common @Cubicon xCeler-I 0.4 nozzle", "instantiation": "true", - "print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle" -} \ No newline at end of file + "inherits": "cubicon common @base", + "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", + "print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle", + "compatible_printers": [ + "Cubicon xCeler-I 0.4 nozzle" + ] +} diff --git a/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Plus 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Plus 0.4 nozzle.json new file mode 100644 index 0000000000..6be1261923 --- /dev/null +++ b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Plus 0.4 nozzle.json @@ -0,0 +1,11 @@ +{ + "version": "1.0.0.0", + "type": "process", + "instantiation": "true", + "inherits": "cubicon common @base", + "name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle", + "print_settings_id": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle", + "compatible_printers": [ + "Cubicon xCeler-Plus 0.4 nozzle" + ] +} diff --git a/resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json b/resources/profiles/Cubicon/process/process template @base.json similarity index 97% rename from resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json rename to resources/profiles/Cubicon/process/process template @base.json index 5046b8b8f4..3d076f7895 100644 --- a/resources/profiles/Cubicon/process/process template @Cubicon xCeler-I 0.4 nozzle.json +++ b/resources/profiles/Cubicon/process/process template @base.json @@ -1,9 +1,5 @@ { - "type": "process", - "name": "process template @Cubicon xCeler-I 0.4 nozzle", - "inherits": "fdm_process_common_klipper", - "from": "User", - "instantiation": "false", + "instantiation": "false", "accel_to_decel_enable": "1", "accel_to_decel_factor": "50%", "alternate_extra_wall": "0", @@ -24,7 +20,8 @@ "brim_width": "5", "calib_flowrate_topinfill_special_order": "0", "compatible_printers": [ - "Cubicon xCeler-I 0.4 nozzle" + "Cubicon xCeler-I 0.4 nozzle", + "Cubicon xCeler-Plus 0.4 nozzle" ], "compatible_printers_condition": "", "counterbore_hole_bridging": "none", @@ -53,6 +50,7 @@ "flush_into_infill": "0", "flush_into_objects": "0", "flush_into_support": "1", + "from": "User", "fuzzy_skin": "none", "fuzzy_skin_first_layer": "0", "fuzzy_skin_noise_type": "classic", @@ -77,6 +75,7 @@ "infill_direction": "45", "infill_jerk": "20", "infill_wall_overlap": "15%", + "inherits": "fdm_process_common_klipper", "initial_layer_acceleration": "1000", "initial_layer_infill_speed": "200", "initial_layer_jerk": "20", @@ -104,13 +103,14 @@ "internal_solid_infill_line_width": "0.42", "internal_solid_infill_pattern": "zig-zag", "internal_solid_infill_speed": "250", - "ironing_angle": "0", + "ironing_angle": "-1", "ironing_flow": "10%", "ironing_inset": "0", "ironing_pattern": "zig-zag", "ironing_spacing": "0.15", "ironing_speed": "30", "ironing_type": "no ironing", + "is_custom_defined": "0", "is_infill_first": "0", "lattice_angle_1": "-45", "lattice_angle_2": "45", @@ -131,6 +131,7 @@ "minimum_sparse_infill_area": "15", "mmu_segmented_region_interlocking_depth": "0", "mmu_segmented_region_max_width": "0", + "name": "process template @base", "notes": "", "only_one_wall_first_layer": "0", "only_one_wall_top": "1", @@ -158,7 +159,7 @@ "print_flow_ratio": "1", "print_order": "default", "print_sequence": "by layer", - "print_settings_id": "process template @Cubicon xCeler-I 0.4 nozzle", + "print_settings_id": "process template @base", "raft_contact_distance": "0.1", "raft_expansion": "1.5", "raft_first_layer_density": "100%", @@ -281,6 +282,7 @@ "tree_support_tip_diameter": "0.8", "tree_support_top_rate": "30%", "tree_support_wall_count": "0", + "version": "1.7.0.2", "wall_direction": "auto", "wall_distribution_count": "1", "wall_filament": "1", @@ -315,4 +317,4 @@ ], "xy_contour_compensation": "0", "xy_hole_compensation": "0" -} \ No newline at end of file +} diff --git a/resources/profiles/Eryone.json b/resources/profiles/Eryone.json index 7a2740ed33..69b98f2aae 100644 --- a/resources/profiles/Eryone.json +++ b/resources/profiles/Eryone.json @@ -1,9 +1,17 @@ { - "name": "Thinker X400", + "name": "Eryone", "version": "02.03.01.10", "force_update": "0", "description": "Eryone configurations", "machine_model_list": [ + { + "name": "Eryone ER20", + "sub_path": "machine/ER20/Eryone ER20.json" + }, + { + "name": "Eryone ER20 Klipper", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper.json" + }, { "name": "Thinker X400", "sub_path": "machine/Thinker X400.json" @@ -14,6 +22,382 @@ "name": "fdm_process_common", "sub_path": "process/fdm_process_common.json" }, + { + "name": "fdm_process_eryone_ER20_common", + "sub_path": "process/fdm_process_eryone_ER20_common.json" + }, + { + "name": "fdm_process_eryone_ER20_Klipper_common", + "sub_path": "process/fdm_process_eryone_ER20_Klipper_common.json" + }, + { + "name": "fdm_process_ER20_0.06_nozzle_0.2", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.06_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_0.08_nozzle_0.2", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.08_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_0.10_nozzle_0.2", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.10_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_0.12", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.12.json" + }, + { + "name": "fdm_process_ER20_0.12_nozzle_0.2", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.12_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_0.14_nozzle_0.2", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.14_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_0.15_nozzle_0.5", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.15_nozzle_0.5.json" + }, + { + "name": "fdm_process_ER20_0.16", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.16.json" + }, + { + "name": "fdm_process_ER20_0.18_nozzle_0.6", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.18_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_0.20", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.20.json" + }, + { + "name": "fdm_process_ER20_0.24", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.24.json" + }, + { + "name": "fdm_process_ER20_0.24_nozzle_0.6", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_0.24_nozzle_0.8", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_0.25_nozzle_0.5", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.25_nozzle_0.5.json" + }, + { + "name": "fdm_process_ER20_0.28", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.28.json" + }, + { + "name": "fdm_process_ER20_0.30_nozzle_0.6", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.30_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_0.32_nozzle_0.8", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.32_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_0.36_nozzle_0.6", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.36_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_0.40_nozzle_0.8", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.40_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_0.42_nozzle_0.6", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.42_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_0.48_nozzle_0.8", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.48_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_0.56_nozzle_0.8", + "sub_path": "process/eryone_ER20/fdm_process_ER20_0.56_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.06_nozzle_0.2", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.06_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.08_nozzle_0.2", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.08_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.10_nozzle_0.2", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.10_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.12", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.12_nozzle_0.2", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.14_nozzle_0.2", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.14_nozzle_0.2.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.15_nozzle_0.5", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.15_nozzle_0.5.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.16", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.16.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.18_nozzle_0.6", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.18_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.20", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.20.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.24", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.24_nozzle_0.6", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.24_nozzle_0.8", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.25_nozzle_0.5", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.25_nozzle_0.5.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.28", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.28.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.30_nozzle_0.6", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.30_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.32_nozzle_0.8", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.32_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.36_nozzle_0.6", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.36_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.40_nozzle_0.8", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.40_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.42_nozzle_0.6", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.42_nozzle_0.6.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.48_nozzle_0.8", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.48_nozzle_0.8.json" + }, + { + "name": "fdm_process_ER20_Klipper_0.56_nozzle_0.8", + "sub_path": "process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.56_nozzle_0.8.json" + }, + { + "name": "0.12mm High Quality @Eryone ER20", + "sub_path": "process/eryone_ER20/0.12mm High Quality @Eryone ER20.json" + }, + { + "name": "0.16mm Optimal @Eryone ER20", + "sub_path": "process/eryone_ER20/0.16mm Optimal @Eryone ER20.json" + }, + { + "name": "0.20mm Standard @Eryone ER20", + "sub_path": "process/eryone_ER20/0.20mm Standard @Eryone ER20.json" + }, + { + "name": "0.20mm Strength @Eryone ER20", + "sub_path": "process/eryone_ER20/0.20mm Strength @Eryone ER20.json" + }, + { + "name": "0.24mm Draft @Eryone ER20", + "sub_path": "process/eryone_ER20/0.24mm Draft @Eryone ER20.json" + }, + { + "name": "0.28mm Extra Draft @Eryone ER20", + "sub_path": "process/eryone_ER20/0.28mm Extra Draft @Eryone ER20.json" + }, + { + "name": "0.06mm High Quality @Eryone ER20 0.2 nozzle", + "sub_path": "process/eryone_ER20/0.06mm High Quality @Eryone ER20 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @Eryone ER20 0.2 nozzle", + "sub_path": "process/eryone_ER20/0.08mm Optimal @Eryone ER20 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Eryone ER20 0.2 nozzle", + "sub_path": "process/eryone_ER20/0.10mm Standard @Eryone ER20 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @Eryone ER20 0.2 nozzle", + "sub_path": "process/eryone_ER20/0.12mm Draft @Eryone ER20 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @Eryone ER20 0.2 nozzle", + "sub_path": "process/eryone_ER20/0.14mm Extra Draft @Eryone ER20 0.2 nozzle.json" + }, + { + "name": "0.15mm Optimal @Eryone ER20 0.5 nozzle", + "sub_path": "process/eryone_ER20/0.15mm Optimal @Eryone ER20 0.5 nozzle.json" + }, + { + "name": "0.25mm Standard @Eryone ER20 0.5 nozzle", + "sub_path": "process/eryone_ER20/0.25mm Standard @Eryone ER20 0.5 nozzle.json" + }, + { + "name": "0.18mm Fine @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.18mm Fine @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.24mm Optimal @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.30mm Standard @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.30mm Strength @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.36mm Draft @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @Eryone ER20 0.6 nozzle", + "sub_path": "process/eryone_ER20/0.42mm Extra Draft @Eryone ER20 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @Eryone ER20 0.8 nozzle", + "sub_path": "process/eryone_ER20/0.24mm Fine @Eryone ER20 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @Eryone ER20 0.8 nozzle", + "sub_path": "process/eryone_ER20/0.32mm Optimal @Eryone ER20 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Eryone ER20 0.8 nozzle", + "sub_path": "process/eryone_ER20/0.40mm Standard @Eryone ER20 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @Eryone ER20 0.8 nozzle", + "sub_path": "process/eryone_ER20/0.48mm Draft @Eryone ER20 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @Eryone ER20 0.8 nozzle", + "sub_path": "process/eryone_ER20/0.56mm Extra Draft @Eryone ER20 0.8 nozzle.json" + }, + { + "name": "0.12mm High Quality @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.12mm High Quality @Eryone ER20 Klipper.json" + }, + { + "name": "0.16mm Optimal @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.16mm Optimal @Eryone ER20 Klipper.json" + }, + { + "name": "0.20mm Standard @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.20mm Standard @Eryone ER20 Klipper.json" + }, + { + "name": "0.20mm Strength @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.20mm Strength @Eryone ER20 Klipper.json" + }, + { + "name": "0.24mm Draft @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.24mm Draft @Eryone ER20 Klipper.json" + }, + { + "name": "0.28mm Extra Draft @Eryone ER20 Klipper", + "sub_path": "process/eryone_ER20_Klipper/0.28mm Extra Draft @Eryone ER20 Klipper.json" + }, + { + "name": "0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle.json" + }, + { + "name": "0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle.json" + }, + { + "name": "0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle.json" + }, + { + "name": "0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle.json" + }, + { + "name": "0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle.json" + }, + { + "name": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle.json" + }, + { + "name": "0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle.json" + }, + { + "name": "0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle.json" + }, + { + "name": "0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle.json" + }, + { + "name": "0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle.json" + }, + { + "name": "0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "process/eryone_ER20_Klipper/0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle.json" + }, { "name": "0.20mm Standard @Thinker X400", "sub_path": "process/0.20mm Standard @Thinker X400.json" @@ -181,6 +565,54 @@ { "name": "Thinker X400 0.2 nozzle", "sub_path": "machine/Thinker X400 0.2 nozzle.json" + }, + { + "name": "fdm_machine_eryone_ER20_common", + "sub_path": "machine/fdm_machine_eryone_ER20_common.json" + }, + { + "name": "fdm_machine_eryone_ER20_Klipper_common", + "sub_path": "machine/fdm_machine_eryone_ER20_Klipper_common.json" + }, + { + "name": "Eryone ER20 0.2 nozzle", + "sub_path": "machine/ER20/Eryone ER20 0.2 nozzle.json" + }, + { + "name": "Eryone ER20 0.4 nozzle", + "sub_path": "machine/ER20/Eryone ER20 0.4 nozzle.json" + }, + { + "name": "Eryone ER20 0.5 nozzle", + "sub_path": "machine/ER20/Eryone ER20 0.5 nozzle.json" + }, + { + "name": "Eryone ER20 0.6 nozzle", + "sub_path": "machine/ER20/Eryone ER20 0.6 nozzle.json" + }, + { + "name": "Eryone ER20 0.8 nozzle", + "sub_path": "machine/ER20/Eryone ER20 0.8 nozzle.json" + }, + { + "name": "Eryone ER20 Klipper 0.2 nozzle", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper 0.2 nozzle .json" + }, + { + "name": "Eryone ER20 Klipper 0.4 nozzle", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper 0.4 nozzle .json" + }, + { + "name": "Eryone ER20 Klipper 0.5 nozzle", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper 0.5 nozzle .json" + }, + { + "name": "Eryone ER20 Klipper 0.6 nozzle", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper 0.6 nozzle .json" + }, + { + "name": "Eryone ER20 Klipper 0.8 nozzle", + "sub_path": "machine/ER20_Klipper/Eryone ER20 Klipper 0.8 nozzle .json" } ] -} \ No newline at end of file +} diff --git a/resources/profiles/Eryone/Eryone ER20 Klipper_cover.png b/resources/profiles/Eryone/Eryone ER20 Klipper_cover.png new file mode 100644 index 0000000000..cb0825efd1 Binary files /dev/null and b/resources/profiles/Eryone/Eryone ER20 Klipper_cover.png differ diff --git a/resources/profiles/Eryone/Eryone ER20_cover.png b/resources/profiles/Eryone/Eryone ER20_cover.png new file mode 100644 index 0000000000..da8d109580 Binary files /dev/null and b/resources/profiles/Eryone/Eryone ER20_cover.png differ diff --git a/resources/profiles/Eryone/Eryone ER20_texture.png b/resources/profiles/Eryone/Eryone ER20_texture.png new file mode 100644 index 0000000000..863fae6fb2 Binary files /dev/null and b/resources/profiles/Eryone/Eryone ER20_texture.png differ diff --git a/resources/profiles/Eryone/eryone_er20_buildplate_model.stl b/resources/profiles/Eryone/eryone_er20_buildplate_model.stl new file mode 100644 index 0000000000..5cfa70484f Binary files /dev/null and b/resources/profiles/Eryone/eryone_er20_buildplate_model.stl differ diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..944747d15d --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.10mm Standard @Eryone ER20 0.2 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_common", + "instantiation": "true", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "name": "Eryone ER20 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "Eryone ER20", + "printer_variant": "0.2", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.4 nozzle.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.4 nozzle.json new file mode 100644 index 0000000000..43a11d0e2c --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.4 nozzle.json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.20mm Standard @Eryone ER20", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_common", + "instantiation": "true", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "name": "Eryone ER20 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Eryone ER20", + "printer_variant": "0.4", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.5 nozzle.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.5 nozzle.json new file mode 100644 index 0000000000..2cebe0e392 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.5 nozzle.json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.25mm Standard @Eryone ER20 0.5 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_common", + "instantiation": "true", + "max_layer_height": [ + "0.38" + ], + "min_layer_height": [ + "0.10" + ], + "name": "Eryone ER20 0.5 nozzle", + "nozzle_diameter": [ + "0.5" + ], + "printer_model": "Eryone ER20", + "printer_variant": "0.5", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..a4e9299318 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.6 nozzle.json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.30mm Standard @Eryone ER20 0.6 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_common", + "instantiation": "true", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "name": "Eryone ER20 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Eryone ER20", + "printer_variant": "0.6", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..94e0e605f3 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20 0.8 nozzle.json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.40mm Standard @Eryone ER20 0.8 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_common", + "instantiation": "true", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "name": "Eryone ER20 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Eryone ER20", + "printer_variant": "0.8", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20/Eryone ER20.json b/resources/profiles/Eryone/machine/ER20/Eryone ER20.json new file mode 100644 index 0000000000..b9c1b9a596 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20/Eryone ER20.json @@ -0,0 +1,11 @@ +{ + "bed_model": "eryone_er20_buildplate_model.stl", + "bed_texture": "Eryone ER20_texture.png", + "family": "Eryone", + "hotend_model": "", + "machine_tech": "FFF", + "model_id": "Eryone ER20", + "name": "Eryone ER20", + "nozzle_diameter": "0.4;0.2;0.5;0.6;0.8", + "type": "machine_model" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.2 nozzle .json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.2 nozzle .json new file mode 100644 index 0000000000..47fceee2a7 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.2 nozzle .json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_Klipper_common", + "instantiation": "true", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "name": "Eryone ER20 Klipper 0.2 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "Eryone ER20 Klipper", + "printer_variant": "0.2", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.4 nozzle .json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.4 nozzle .json new file mode 100644 index 0000000000..027cb74027 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.4 nozzle .json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.20mm Standard @Eryone ER20 Klipper", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_Klipper_common", + "instantiation": "true", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "name": "Eryone ER20 Klipper 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Eryone ER20 Klipper", + "printer_variant": "0.4", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.5 nozzle .json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.5 nozzle .json new file mode 100644 index 0000000000..578fa65bbe --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.5 nozzle .json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_Klipper_common", + "instantiation": "true", + "max_layer_height": [ + "0.38" + ], + "min_layer_height": [ + "0.10" + ], + "name": "Eryone ER20 Klipper 0.5 nozzle", + "nozzle_diameter": [ + "0.5" + ], + "printer_model": "Eryone ER20 Klipper", + "printer_variant": "0.5", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.6 nozzle .json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.6 nozzle .json new file mode 100644 index 0000000000..d78408ef50 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.6 nozzle .json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_Klipper_common", + "instantiation": "true", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "name": "Eryone ER20 Klipper 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Eryone ER20 Klipper", + "printer_variant": "0.6", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.8 nozzle .json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.8 nozzle .json new file mode 100644 index 0000000000..68132b3002 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper 0.8 nozzle .json @@ -0,0 +1,20 @@ +{ + "default_filament_profile": [], + "default_print_profile": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle", + "from": "system", + "inherits": "fdm_machine_eryone_ER20_Klipper_common", + "instantiation": "true", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "name": "Eryone ER20 Klipper 0.8 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Eryone ER20 Klipper", + "printer_variant": "0.8", + "type": "machine" +} diff --git a/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper.json b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper.json new file mode 100644 index 0000000000..7ebb0d0df1 --- /dev/null +++ b/resources/profiles/Eryone/machine/ER20_Klipper/Eryone ER20 Klipper.json @@ -0,0 +1,13 @@ +{ + "bed_model": "eryone_er20_buildplate_model.stl", + "bed_texture": "Eryone ER20_texture.png", + "default_bed_type": "Textured PEI Plate", + "family": "Eryone", + "hotend_model": "", + "machine_tech": "FFF", + "model_id": "Eryone ER20 Klipper", + "name": "Eryone ER20 Klipper", + "nozzle_diameter": "0.4;0.2;0.5;0.6;0.8", + "type": "machine_model", + "desciption": "optimized Eryone ER20 Klipper configuration with E3D Hotend, BMG directdrive, printable height limited to 200 because of the directdrive and Z-Sync mod" +} diff --git a/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_Klipper_common.json b/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_Klipper_common.json new file mode 100644 index 0000000000..f62675d16e --- /dev/null +++ b/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_Klipper_common.json @@ -0,0 +1,134 @@ +{ + "type": "machine", + "name": "fdm_machine_eryone_ER20_Klipper_common", + "inherits": "fdm_machine_eryone_ER20_common", + "from": "system", + "instantiation": "false", + "auxiliary_fan": "0", + "change_filament_gcode": "M600", + "cooling_tube_length": "5", + "cooling_tube_retraction": "91.5", + "default_filament_profile": [], + "deretraction_speed": [ + "25" + ], + "extruder_clearance_dist_to_rod": "56.5", + "extruder_clearance_height_to_lid": "200", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_max_radius": "68", + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "gcode_flavor": "klipper", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "END_PRINT", + "machine_load_filament_time": "25", + "machine_max_acceleration_e": [ + "4000" + ], + "machine_max_acceleration_extruding": [ + "4000" + ], + "machine_max_acceleration_retracting": [ + "5000" + ], + "machine_max_acceleration_travel": [ + "3500" + ], + "machine_max_acceleration_x": [ + "3500" + ], + "machine_max_acceleration_y": [ + "3000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "3" + ], + "machine_max_jerk_x": [ + "15" + ], + "machine_max_jerk_y": [ + "15" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_max_speed_e": [ + "25" + ], + "machine_max_speed_x": [ + "250" + ], + "machine_max_speed_y": [ + "250" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]\n", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "1", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_notes": "optimized Eryone ER20 Klipper configuration with E3D Hotend, BMG directdrive, printable height limited to 190 because of the top of the directdrive and Z-Sync mod", + "nozzle_diameter": [ + "0.4" + ], + "nozzle_height": "4", + "nozzle_type": "stainless_steel", + "nozzle_volume": "0", + "printable_height": "190", + "printer_variant": "0.5", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "5" + ], + "retract_lift_below": [ + "190" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "0.82" + ], + "retraction_speed": [ + "25" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "48x48/PNG, 300x300/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "use_firmware_retraction": "0", + "use_relative_e_distances": "0", + "wipe_distance": [ + "0.3" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_common.json b/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_common.json new file mode 100644 index 0000000000..ec75eeac70 --- /dev/null +++ b/resources/profiles/Eryone/machine/fdm_machine_eryone_ER20_common.json @@ -0,0 +1,156 @@ +{ + "type": "machine", + "name": "fdm_machine_eryone_ER20_common", + "from": "system", + "instantiation": "false", + "auxiliary_fan": "0", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\n", + "best_object_pos": "0.5,0.5", + "change_extrusion_role_gcode": "", + "change_filament_gcode": "", + "deretraction_speed": [ + "30" + ], + "enable_filament_ramming": "0", + "extruder_clearance_height_to_lid": "190", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_max_radius": "68", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "gcode_flavor": "marlin2", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "G91 ;Relative positioning\nG1 Z5 F720 ;Raise Z\nG1 E-5 F300 ;Retract a bit to protect nozzle\nM104 S0 ;Turn off extruder\nM140 S0 ;Turn off bed\nM107 ;Turn off all fans\nG90 ;Absolute positioning\nG1 X200 Y200 F4800 ;Parking the hotend\nM84 X Y E ;All steppers off but left Z\n", + "machine_max_acceleration_e": [ + "1000" + ], + "machine_max_acceleration_extruding": [ + "500" + ], + "machine_max_acceleration_retracting": [ + "500" + ], + "machine_max_acceleration_travel": [ + "1800" + ], + "machine_max_acceleration_x": [ + "1500" + ], + "machine_max_acceleration_y": [ + "1500" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "12" + ], + "machine_max_jerk_y": [ + "12" + ], + "machine_max_jerk_z": [ + "0.4" + ], + "machine_max_speed_e": [ + "25" + ], + "machine_max_speed_x": [ + "150" + ], + "machine_max_speed_y": [ + "150" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "machine_pause_gcode": "M25 ;pause print", + "machine_start_gcode": "G21 ;Metric values\nG90 ;Absolute positioning\nM82 ;Set extruder to absolute mode\nM107 ;Start with the fan off\nM140 S[bed_temperature_initial_layer] ; set bed temperature\nM190 S[bed_temperature_initial_layer] ; wait for bed to reach target temperature\nG28 ;Homing the hotend\nG29 ;Auto bed leveling detecting\nM104 S[nozzle_temperature_initial_layer] ; set nozzle temperature\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle to reach target temperature\nG92 E0 ;Reset the extruded length\nG1 F200 E3 ;Extrude 3mm of filament\nG92 E0 ;Reset the extruded length again\nG1 Y2.0 F1200 ;Move y axis to prime\nG1 X150 F6000 ;Move x axis to prime\nG1 Z0.2 F720 ;Move z axis to prime\nG1 X80.0 E8.0 F900 ;Prime line\nG1 X20.0 E10.0 F700 ;Prime line\nG92 E0 ;Reset the extruded length\nG5 ;Enable resume from power failure\nM117 Printing...\n", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "nozzle_diameter": [ + "0.4" + ], + "nozzle_type": "stainless_steel", + "printable_area": [ + "0x0", + "243x0", + "243x220", + "0x220" + ], + "printable_height": "200", + "printer_settings_id": "Eryone ER20 common", + "printer_technology": "FFF", + "printer_variant": "0.4", + "purge_in_prime_tower": "1", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "5" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "200" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "0" + ], + "retraction_length": [ + "5" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "50" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "0", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "template_custom_gcode": "", + "thumbnails": "48x48/PNG, 300x300/PNG", + "thumbnails_format": "PNG", + "use_firmware_retraction": "0", + "use_relative_e_distances": "0", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.06mm High Quality @Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.06mm High Quality @Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..05f0987aca --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.06mm High Quality @Eryone ER20 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "name": "0.06mm High Quality @Eryone ER20 0.2 nozzle", + "inherits": "fdm_process_ER20_0.06_nozzle_0.2", + "from": "system", + "instantiation": "true", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Eryone ER20 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.08mm Optimal @Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.08mm Optimal @Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..3dcdfb7bb8 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.08mm Optimal @Eryone ER20 0.2 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "process", + "name": "0.08mm Optimal @Eryone ER20 0.2 nozzle", + "inherits": "fdm_process_ER20_0.08_nozzle_0.2", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Eryone ER20 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.10mm Standard @Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.10mm Standard @Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..c3ce35ad8e --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.10mm Standard @Eryone ER20 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "name": "0.10mm Standard @Eryone ER20 0.2 nozzle", + "inherits": "fdm_process_ER20_0.10_nozzle_0.2", + "from": "system", + "instantiation": "true", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Eryone ER20 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.12mm Draft @Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.12mm Draft @Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..6eaaa7f332 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.12mm Draft @Eryone ER20 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.2 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.12_nozzle_0.2", + "instantiation": "true", + "name": "0.12mm Draft @Eryone ER20 0.2 nozzle", + "sparse_infill_pattern": "gyroid", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.12mm High Quality @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.12mm High Quality @Eryone ER20.json new file mode 100644 index 0000000000..fda8aa612f --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.12mm High Quality @Eryone ER20.json @@ -0,0 +1,19 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_0.12", + "instantiation": "true", + "name": "0.12mm High Quality @Eryone ER20", + "sparse_infill_pattern": "gyroid", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.14mm Extra Draft @Eryone ER20 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.14mm Extra Draft @Eryone ER20 0.2 nozzle.json new file mode 100644 index 0000000000..175ed99c89 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.14mm Extra Draft @Eryone ER20 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.2 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.14_nozzle_0.2", + "instantiation": "true", + "name": "0.14mm Extra Draft @Eryone ER20 0.2 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.15mm Optimal @Eryone ER20 0.5 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.15mm Optimal @Eryone ER20 0.5 nozzle.json new file mode 100644 index 0000000000..90a84ec5c2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.15mm Optimal @Eryone ER20 0.5 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.5 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.15_nozzle_0.5", + "instantiation": "true", + "name": "0.15mm Optimal @Eryone ER20 0.5 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.16mm Optimal @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.16mm Optimal @Eryone ER20.json new file mode 100644 index 0000000000..e40095e5b1 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.16mm Optimal @Eryone ER20.json @@ -0,0 +1,19 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_0.16", + "instantiation": "true", + "name": "0.16mm Optimal @Eryone ER20", + "sparse_infill_pattern": "gyroid", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.18mm Fine @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.18mm Fine @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..37f51ffbf5 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.18mm Fine @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_0.18_nozzle_0.6", + "instantiation": "true", + "name": "0.18mm Fine @Eryone ER20 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.20mm Standard @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.20mm Standard @Eryone ER20.json new file mode 100644 index 0000000000..5b8e9b5028 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.20mm Standard @Eryone ER20.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_0.20", + "instantiation": "true", + "layer_height": "0.20", + "name": "0.20mm Standard @Eryone ER20", + "notes": "", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.20mm Strength @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.20mm Strength @Eryone ER20.json new file mode 100644 index 0000000000..73bcc90b7f --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.20mm Strength @Eryone ER20.json @@ -0,0 +1,13 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.20", + "instantiation": "true", + "name": "0.20mm Strength @Eryone ER20", + "sparse_infill_density": "25%", + "type": "process", + "wall_loops": "6" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.24mm Draft @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Draft @Eryone ER20.json new file mode 100644 index 0000000000..d2fcdf4444 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Draft @Eryone ER20.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.24", + "instantiation": "true", + "name": "0.24mm Draft @Eryone ER20", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.24mm Fine @Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Fine @Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..bb7ac70f88 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Fine @Eryone ER20 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.24_nozzle_0.8", + "instantiation": "true", + "name": "0.24mm Fine @Eryone ER20 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.24mm Optimal @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Optimal @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..d519e8334b --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.24mm Optimal @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.24_nozzle_0.6", + "instantiation": "true", + "name": "0.24mm Optimal @Eryone ER20 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.25mm Standard @Eryone ER20 0.5 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.25mm Standard @Eryone ER20 0.5 nozzle.json new file mode 100644 index 0000000000..c524cb5f2d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.25mm Standard @Eryone ER20 0.5 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.5 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.25_nozzle_0.5", + "instantiation": "true", + "name": "0.25mm Standard @Eryone ER20 0.5 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.28mm Extra Draft @Eryone ER20.json b/resources/profiles/Eryone/process/eryone_ER20/0.28mm Extra Draft @Eryone ER20.json new file mode 100644 index 0000000000..e41811de93 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.28mm Extra Draft @Eryone ER20.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.28", + "instantiation": "true", + "name": "0.28mm Extra Draft @Eryone ER20", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.30mm Standard @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.30mm Standard @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..51873a6cde --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.30mm Standard @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.30_nozzle_0.6", + "instantiation": "true", + "name": "0.30mm Standard @Eryone ER20 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.30mm Strength @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.30mm Strength @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..bbdacf7188 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.30mm Strength @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,13 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.30_nozzle_0.6", + "instantiation": "true", + "name": "0.30mm Strength @Eryone ER20 0.6 nozzle", + "sparse_infill_density": "25%", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.32mm Optimal @Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.32mm Optimal @Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..8eb7ae6aa4 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.32mm Optimal @Eryone ER20 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.32_nozzle_0.8", + "instantiation": "true", + "name": "0.32mm Optimal @Eryone ER20 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.36mm Draft @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.36mm Draft @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..fe44340ea0 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.36mm Draft @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.36_nozzle_0.6", + "instantiation": "true", + "name": "0.36mm Draft @Eryone ER20 0.6 nozzle", + "travel_speed": "250", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.40mm Standard @Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.40mm Standard @Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..7aff79909f --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.40mm Standard @Eryone ER20 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.40_nozzle_0.8", + "instantiation": "true", + "name": "0.40mm Standard @Eryone ER20 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.42mm Extra Draft @Eryone ER20 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.42mm Extra Draft @Eryone ER20 0.6 nozzle.json new file mode 100644 index 0000000000..3b0325ff7d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.42mm Extra Draft @Eryone ER20 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.42_nozzle_0.6", + "instantiation": "true", + "name": "0.42mm Extra Draft @Eryone ER20 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.48mm Draft @Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.48mm Draft @Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..57c4668ae9 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.48mm Draft @Eryone ER20 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.48_nozzle_0.8", + "instantiation": "true", + "name": "0.48mm Draft @Eryone ER20 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/0.56mm Extra Draft @Eryone ER20 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20/0.56mm Extra Draft @Eryone ER20 0.8 nozzle.json new file mode 100644 index 0000000000..2479384d84 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/0.56mm Extra Draft @Eryone ER20 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_0.56_nozzle_0.8", + "instantiation": "true", + "name": "0.56mm Extra Draft @Eryone ER20 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.06_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.06_nozzle_0.2.json new file mode 100644 index 0000000000..9dcc668fc2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.06_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.06", + "line_width": "0.22", + "name": "fdm_process_ER20_0.06_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.06", + "support_line_width": "0.22", + "support_top_z_distance": "0.06", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.08_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.08_nozzle_0.2.json new file mode 100644 index 0000000000..34ba208f19 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.08_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.08", + "line_width": "0.22", + "name": "fdm_process_ER20_0.08_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.08", + "support_line_width": "0.22", + "support_top_z_distance": "0.08", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.10_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.10_nozzle_0.2.json new file mode 100644 index 0000000000..74d90a54df --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.10_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.1", + "line_width": "0.22", + "name": "fdm_process_ER20_0.10_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.1", + "support_line_width": "0.22", + "support_top_z_distance": "0.1", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12.json new file mode 100644 index 0000000000..b102115547 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12.json @@ -0,0 +1,19 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "instantiation": "false", + "layer_height": "0.12", + "name": "fdm_process_ER20_0.12", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12_nozzle_0.2.json new file mode 100644 index 0000000000..df630be11b --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.12_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.12", + "line_width": "0.22", + "name": "fdm_process_ER20_0.12_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.12", + "support_line_width": "0.22", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.14_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.14_nozzle_0.2.json new file mode 100644 index 0000000000..72e152c785 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.14_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.14", + "line_width": "0.22", + "name": "fdm_process_ER20_0.14_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.14", + "support_line_width": "0.22", + "support_top_z_distance": "0.14", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.15_nozzle_0.5.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.15_nozzle_0.5.json new file mode 100644 index 0000000000..f1bd02b589 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.15_nozzle_0.5.json @@ -0,0 +1,27 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.52", + "inner_wall_line_width": "0.55", + "instantiation": "false", + "internal_solid_infill_line_width": "0.55", + "ironing_inset": "0.21", + "layer_height": "0.15", + "line_width": "0.52", + "name": "fdm_process_ER20_0.15_nozzle_0.5", + "outer_wall_line_width": "0.52", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "sparse_infill_line_width": "0.55", + "support_bottom_z_distance": "0.15", + "support_line_width": "0.52", + "support_threshold_angle": "25", + "support_top_z_distance": "0.15", + "top_shell_layers": "6", + "top_shell_thickness": "0", + "top_surface_line_width": "0.52", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.16.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.16.json new file mode 100644 index 0000000000..474b2fc6da --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.16.json @@ -0,0 +1,18 @@ +{ + "bridge_flow": "1", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "instantiation": "false", + "layer_height": "0.16", + "name": "fdm_process_ER20_0.16", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "top_shell_layers": "6", + "top_shell_thickness": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.18_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.18_nozzle_0.6.json new file mode 100644 index 0000000000..ea095a13ce --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.18_nozzle_0.6.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.18", + "line_width": "0.62", + "name": "fdm_process_ER20_0.18_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_bottom_z_distance": "0.18", + "support_line_width": "0.62", + "support_top_z_distance": "0.18", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.20.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.20.json new file mode 100644 index 0000000000..6fa5436be2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.20.json @@ -0,0 +1,18 @@ +{ + "bridge_flow": "1", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "instantiation": "false", + "layer_height": "0.20", + "name": "fdm_process_ER20_0.20", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24.json new file mode 100644 index 0000000000..1ebffe11d4 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24.json @@ -0,0 +1,16 @@ +{ + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "instantiation": "false", + "layer_height": "0.24", + "name": "fdm_process_ER20_0.24", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "support_threshold_angle": "35", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "top_surface_line_width": "0.45", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.6.json new file mode 100644 index 0000000000..d5813cd5ab --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.24", + "line_width": "0.62", + "name": "fdm_process_ER20_0.24_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.8.json new file mode 100644 index 0000000000..dd2342a0d3 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.24_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.24", + "line_width": "0.82", + "name": "fdm_process_ER20_0.24_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.25_nozzle_0.5.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.25_nozzle_0.5.json new file mode 100644 index 0000000000..33c9724d17 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.25_nozzle_0.5.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.55", + "initial_layer_print_height": "0.2", + "inner_wall_line_width": "0.55", + "instantiation": "false", + "internal_solid_infill_line_width": "0.55", + "ironing_inset": "0.21", + "layer_height": "0.25", + "line_width": "0.55", + "name": "fdm_process_ER20_0.25_nozzle_0.5", + "outer_wall_line_width": "0.55", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.55", + "support_line_width": "0.55", + "top_surface_line_width": "0.55", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.28.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.28.json new file mode 100644 index 0000000000..47948ba51b --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.28.json @@ -0,0 +1,16 @@ +{ + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "instantiation": "false", + "layer_height": "0.28", + "name": "fdm_process_ER20_0.28", + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "40", + "support_top_z_distance": "0.16", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_line_width": "0.45", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.30_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.30_nozzle_0.6.json new file mode 100644 index 0000000000..6bc5e49278 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.30_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.3", + "line_width": "0.62", + "name": "fdm_process_ER20_0.30_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.32_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.32_nozzle_0.8.json new file mode 100644 index 0000000000..8355888a2d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.32_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.32", + "line_width": "0.82", + "name": "fdm_process_ER20_0.32_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.36_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.36_nozzle_0.6.json new file mode 100644 index 0000000000..90d5347409 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.36_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.36", + "line_width": "0.62", + "name": "fdm_process_ER20_0.36_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.40_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.40_nozzle_0.8.json new file mode 100644 index 0000000000..01d073f493 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.40_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.4", + "line_width": "0.82", + "name": "fdm_process_ER20_0.40_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.42_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.42_nozzle_0.6.json new file mode 100644 index 0000000000..4976d6cefc --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.42_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.42", + "line_width": "0.62", + "name": "fdm_process_ER20_0.42_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.48_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.48_nozzle_0.8.json new file mode 100644 index 0000000000..d09f38b8a6 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.48_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.48", + "line_width": "0.82", + "name": "fdm_process_ER20_0.48_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.56_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.56_nozzle_0.8.json new file mode 100644 index 0000000000..b12e6efc3c --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20/fdm_process_ER20_0.56_nozzle_0.8.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.56", + "line_width": "0.82", + "name": "fdm_process_ER20_0.56_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle.json new file mode 100644 index 0000000000..886f2beb43 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "name": "0.06mm High Quality @Eryone ER20 Klipper 0.2 nozzle", + "inherits": "fdm_process_ER20_Klipper_0.06_nozzle_0.2", + "from": "system", + "instantiation": "true", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Eryone ER20 Klipper 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle.json new file mode 100644 index 0000000000..a808b1f567 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "process", + "name": "0.08mm Optimal @Eryone ER20 Klipper 0.2 nozzle", + "inherits": "fdm_process_ER20_Klipper_0.08_nozzle_0.2", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "Eryone ER20 Klipper 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle.json new file mode 100644 index 0000000000..c51fae57a6 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "name": "0.10mm Standard @Eryone ER20 Klipper 0.2 nozzle", + "inherits": "fdm_process_ER20_Klipper_0.10_nozzle_0.2", + "from": "system", + "instantiation": "true", + "sparse_infill_pattern": "gyroid", + "compatible_printers": [ + "Eryone ER20 Klipper 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle.json new file mode 100644 index 0000000000..dddc4de33a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.2 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.12_nozzle_0.2", + "instantiation": "true", + "name": "0.12mm Draft @Eryone ER20 Klipper 0.2 nozzle", + "sparse_infill_pattern": "gyroid", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm High Quality @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm High Quality @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..1ecd824289 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.12mm High Quality @Eryone ER20 Klipper.json @@ -0,0 +1,19 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.12", + "instantiation": "true", + "name": "0.12mm High Quality @Eryone ER20 Klipper", + "sparse_infill_pattern": "gyroid", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle.json new file mode 100644 index 0000000000..2be737b016 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.2 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.14_nozzle_0.2", + "instantiation": "true", + "name": "0.14mm Extra Draft @Eryone ER20 Klipper 0.2 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle.json new file mode 100644 index 0000000000..f03c033aa2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.5 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.15_nozzle_0.5", + "instantiation": "true", + "name": "0.15mm Optimal @Eryone ER20 Klipper 0.5 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.16mm Optimal @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.16mm Optimal @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..4b2fe5e45b --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.16mm Optimal @Eryone ER20 Klipper.json @@ -0,0 +1,19 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.16", + "instantiation": "true", + "name": "0.16mm Optimal @Eryone ER20 Klipper", + "sparse_infill_pattern": "gyroid", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..a837cb9224 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.18_nozzle_0.6", + "instantiation": "true", + "name": "0.18mm Fine @Eryone ER20 Klipper 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Standard @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Standard @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..bd60078f2d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Standard @Eryone ER20 Klipper.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.20", + "instantiation": "true", + "layer_height": "0.20", + "name": "0.20mm Standard @Eryone ER20 Klipper", + "notes": "", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Strength @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Strength @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..1d2cb8744d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.20mm Strength @Eryone ER20 Klipper.json @@ -0,0 +1,13 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.20", + "instantiation": "true", + "name": "0.20mm Strength @Eryone ER20 Klipper", + "sparse_infill_density": "25%", + "type": "process", + "wall_loops": "6" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Draft @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Draft @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..5a788af9ea --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Draft @Eryone ER20 Klipper.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.24", + "instantiation": "true", + "name": "0.24mm Draft @Eryone ER20 Klipper", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle.json new file mode 100644 index 0000000000..fb02743520 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.24_nozzle_0.8", + "instantiation": "true", + "name": "0.24mm Fine @Eryone ER20 Klipper 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..00a2608a02 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.24_nozzle_0.6", + "instantiation": "true", + "name": "0.24mm Optimal @Eryone ER20 Klipper 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle.json new file mode 100644 index 0000000000..c2ec50213a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.5 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.25_nozzle_0.5", + "instantiation": "true", + "name": "0.25mm Standard @Eryone ER20 Klipper 0.5 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.28mm Extra Draft @Eryone ER20 Klipper.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.28mm Extra Draft @Eryone ER20 Klipper.json new file mode 100644 index 0000000000..f72ad9d164 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.28mm Extra Draft @Eryone ER20 Klipper.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.4 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.28", + "instantiation": "true", + "name": "0.28mm Extra Draft @Eryone ER20 Klipper", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..ea96c4f41d --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.30_nozzle_0.6", + "instantiation": "true", + "name": "0.30mm Standard @Eryone ER20 Klipper 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..2757352d34 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,13 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.30_nozzle_0.6", + "instantiation": "true", + "name": "0.30mm Strength @Eryone ER20 Klipper 0.6 nozzle", + "sparse_infill_density": "25%", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle.json new file mode 100644 index 0000000000..70b0ab643e --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.32_nozzle_0.8", + "instantiation": "true", + "name": "0.32mm Optimal @Eryone ER20 Klipper 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..2227c5f95a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.36_nozzle_0.6", + "instantiation": "true", + "name": "0.36mm Draft @Eryone ER20 Klipper 0.6 nozzle", + "travel_speed": "250", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle.json new file mode 100644 index 0000000000..e1112836d1 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.40_nozzle_0.8", + "instantiation": "true", + "name": "0.40mm Standard @Eryone ER20 Klipper 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle.json new file mode 100644 index 0000000000..be032d3f78 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.6 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.42_nozzle_0.6", + "instantiation": "true", + "name": "0.42mm Extra Draft @Eryone ER20 Klipper 0.6 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle.json new file mode 100644 index 0000000000..d3cf939925 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.48_nozzle_0.8", + "instantiation": "true", + "name": "0.48mm Draft @Eryone ER20 Klipper 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle.json new file mode 100644 index 0000000000..d4e66427ad --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "compatible_printers": [ + "Eryone ER20 Klipper 0.8 nozzle" + ], + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_ER20_Klipper_0.56_nozzle_0.8", + "instantiation": "true", + "name": "0.56mm Extra Draft @Eryone ER20 Klipper 0.8 nozzle", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.06_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.06_nozzle_0.2.json new file mode 100644 index 0000000000..26ccc4c58f --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.06_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.06", + "line_width": "0.22", + "name": "fdm_process_ER20_Klipper_0.06_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.06", + "support_line_width": "0.22", + "support_top_z_distance": "0.06", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.08_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.08_nozzle_0.2.json new file mode 100644 index 0000000000..7f5b8dd6e2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.08_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.08", + "line_width": "0.22", + "name": "fdm_process_ER20_Klipper_0.08_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.08", + "support_line_width": "0.22", + "support_top_z_distance": "0.08", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.10_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.10_nozzle_0.2.json new file mode 100644 index 0000000000..94483e6781 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.10_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.1", + "line_width": "0.22", + "name": "fdm_process_ER20_Klipper_0.10_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.1", + "support_line_width": "0.22", + "support_top_z_distance": "0.1", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12.json new file mode 100644 index 0000000000..14aa7a1df2 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12.json @@ -0,0 +1,19 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "instantiation": "false", + "layer_height": "0.12", + "name": "fdm_process_ER20_Klipper_0.12", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12_nozzle_0.2.json new file mode 100644 index 0000000000..a195f3dcee --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.12_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.12", + "line_width": "0.22", + "name": "fdm_process_ER20_Klipper_0.12_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.12", + "support_line_width": "0.22", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.14_nozzle_0.2.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.14_nozzle_0.2.json new file mode 100644 index 0000000000..487dd028f5 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.14_nozzle_0.2.json @@ -0,0 +1,23 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.25", + "inner_wall_line_width": "0.22", + "instantiation": "false", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "layer_height": "0.14", + "line_width": "0.22", + "name": "fdm_process_ER20_Klipper_0.14_nozzle_0.2", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "support_bottom_z_distance": "0.14", + "support_line_width": "0.22", + "support_top_z_distance": "0.14", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "type": "process", + "wall_loops": "4" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.15_nozzle_0.5.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.15_nozzle_0.5.json new file mode 100644 index 0000000000..4447600aa7 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.15_nozzle_0.5.json @@ -0,0 +1,27 @@ +{ + "bottom_shell_layers": "5", + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.52", + "inner_wall_line_width": "0.55", + "instantiation": "false", + "internal_solid_infill_line_width": "0.55", + "ironing_inset": "0.21", + "layer_height": "0.15", + "line_width": "0.52", + "name": "fdm_process_ER20_Klipper_0.15_nozzle_0.5", + "outer_wall_line_width": "0.52", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "sparse_infill_line_width": "0.55", + "support_bottom_z_distance": "0.15", + "support_line_width": "0.52", + "support_threshold_angle": "25", + "support_top_z_distance": "0.15", + "top_shell_layers": "6", + "top_shell_thickness": "0", + "top_surface_line_width": "0.52", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.16.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.16.json new file mode 100644 index 0000000000..137d1fb3d3 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.16.json @@ -0,0 +1,18 @@ +{ + "bridge_flow": "1", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "instantiation": "false", + "layer_height": "0.16", + "name": "fdm_process_ER20_Klipper_0.16", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "top_shell_layers": "6", + "top_shell_thickness": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.18_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.18_nozzle_0.6.json new file mode 100644 index 0000000000..112945d009 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.18_nozzle_0.6.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.18", + "line_width": "0.62", + "name": "fdm_process_ER20_Klipper_0.18_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_bottom_z_distance": "0.18", + "support_line_width": "0.62", + "support_top_z_distance": "0.18", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.20.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.20.json new file mode 100644 index 0000000000..da5471b280 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.20.json @@ -0,0 +1,18 @@ +{ + "bridge_flow": "1", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "instantiation": "false", + "layer_height": "0.20", + "name": "fdm_process_ER20_Klipper_0.20", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24.json new file mode 100644 index 0000000000..4c2293704a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24.json @@ -0,0 +1,16 @@ +{ + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "instantiation": "false", + "layer_height": "0.24", + "name": "fdm_process_ER20_Klipper_0.24", + "support_bottom_z_distance": "0.16", + "support_top_z_distance": "0.16", + "support_threshold_angle": "35", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "top_surface_line_width": "0.45", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.6.json new file mode 100644 index 0000000000..d8714b940a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.24", + "line_width": "0.62", + "name": "fdm_process_ER20_Klipper_0.24_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.8.json new file mode 100644 index 0000000000..a425726be1 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.24_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.24", + "line_width": "0.82", + "name": "fdm_process_ER20_Klipper_0.24_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.25_nozzle_0.5.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.25_nozzle_0.5.json new file mode 100644 index 0000000000..93653b3338 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.25_nozzle_0.5.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.52", + "initial_layer_print_height": "0.2", + "inner_wall_line_width": "0.52", + "instantiation": "false", + "internal_solid_infill_line_width": "0.52", + "ironing_inset": "0.21", + "layer_height": "0.25", + "line_width": "0.52", + "name": "fdm_process_ER20_Klipper_0.25_nozzle_0.5", + "outer_wall_line_width": "0.52", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.52", + "support_line_width": "0.52", + "top_surface_line_width": "0.52", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.28.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.28.json new file mode 100644 index 0000000000..cabc236c14 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.28.json @@ -0,0 +1,16 @@ +{ + "bridge_flow": "1", + "elefant_foot_compensation": "0", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "instantiation": "false", + "layer_height": "0.28", + "name": "fdm_process_ER20_Klipper_0.28", + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "40", + "support_top_z_distance": "0.16", + "top_shell_layers": "4", + "top_shell_thickness": "0", + "top_surface_line_width": "0.45", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.30_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.30_nozzle_0.6.json new file mode 100644 index 0000000000..e5122dd555 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.30_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.3", + "line_width": "0.62", + "name": "fdm_process_ER20_Klipper_0.30_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.32_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.32_nozzle_0.8.json new file mode 100644 index 0000000000..3386ea9f7a --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.32_nozzle_0.8.json @@ -0,0 +1,21 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.32", + "line_width": "0.82", + "name": "fdm_process_ER20_Klipper_0.32_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.36_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.36_nozzle_0.6.json new file mode 100644 index 0000000000..c2db39c59f --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.36_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.36", + "line_width": "0.62", + "name": "fdm_process_ER20_Klipper_0.36_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.40_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.40_nozzle_0.8.json new file mode 100644 index 0000000000..36d264b471 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.40_nozzle_0.8.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.4", + "line_width": "0.82", + "name": "fdm_process_ER20_Klipper_0.40_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.42_nozzle_0.6.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.42_nozzle_0.6.json new file mode 100644 index 0000000000..78a48d9e1e --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.42_nozzle_0.6.json @@ -0,0 +1,20 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "inner_wall_line_width": "0.62", + "instantiation": "false", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "layer_height": "0.42", + "line_width": "0.62", + "name": "fdm_process_ER20_Klipper_0.42_nozzle_0.6", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.48_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.48_nozzle_0.8.json new file mode 100644 index 0000000000..572b2eb2d8 --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.48_nozzle_0.8.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.48", + "line_width": "0.82", + "name": "fdm_process_ER20_Klipper_0.48_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.56_nozzle_0.8.json b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.56_nozzle_0.8.json new file mode 100644 index 0000000000..4603ca298e --- /dev/null +++ b/resources/profiles/Eryone/process/eryone_ER20_Klipper/fdm_process_ER20_Klipper_0.56_nozzle_0.8.json @@ -0,0 +1,22 @@ +{ + "bridge_flow": "1", + "from": "system", + "inherits": "fdm_process_eryone_ER20_Klipper_common", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "inner_wall_line_width": "0.82", + "instantiation": "false", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "layer_height": "0.56", + "line_width": "0.82", + "name": "fdm_process_ER20_Klipper_0.56_nozzle_0.8", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "type": "process" +} diff --git a/resources/profiles/Eryone/process/fdm_process_eryone_ER20_Klipper_common.json b/resources/profiles/Eryone/process/fdm_process_eryone_ER20_Klipper_common.json new file mode 100644 index 0000000000..31bd549c75 --- /dev/null +++ b/resources/profiles/Eryone/process/fdm_process_eryone_ER20_Klipper_common.json @@ -0,0 +1,45 @@ +{ + "type": "process", + "name": "fdm_process_eryone_ER20_Klipper_common", + "inherits": "fdm_process_eryone_ER20_common", + "from": "system", + "instantiation": "false", + "bridge_speed": "30", + "compatible_printers": [], + "default_acceleration": "3200", + "default_jerk": "10", + "gap_infill_speed": "250", + "infill_jerk": "10", + "initial_layer_jerk": "9", + "inner_wall_acceleration": "3000", + "inner_wall_jerk": "10", + "inner_wall_speed": "220", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "250", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "line_width": "0.42", + "max_bridge_length": "0", + "max_travel_detour_distance": "0", + "minimum_sparse_infill_area": "15", + "only_one_wall_top": "1", + "outer_wall_acceleration": "2500", + "outer_wall_speed": "200", + "outer_wall_jerk": "9", + "prime_tower_width": "35", + "sparse_infill_speed": "250", + "seam_gap": "0%", + "support_interface_speed": "150", + "support_speed": "250", + "support_threshold_angle": "25", + "top_surface_jerk": "9", + "top_surface_speed": "200", + "top_surface_acceleration": "2500", + "travel_acceleration": "3200", + "travel_jerk": "12", + "travel_speed": "250", + "tree_support_adaptive_layer_height": "1" +} \ No newline at end of file diff --git a/resources/profiles/Eryone/process/fdm_process_eryone_ER20_common.json b/resources/profiles/Eryone/process/fdm_process_eryone_ER20_common.json new file mode 100644 index 0000000000..4858b62e3c --- /dev/null +++ b/resources/profiles/Eryone/process/fdm_process_eryone_ER20_common.json @@ -0,0 +1,211 @@ +{ + "type": "process", + "name": "fdm_process_eryone_ER20_common", + "from": "system", + "instantiation": "false", + "accel_to_decel_enable": "1", + "accel_to_decel_factor": "50%", + "adaptive_layer_height": "0", + "alternate_extra_wall": "0", + "bottom_shell_layers": "4", + "bottom_shell_thickness": "0", + "bottom_solid_infill_flow_ratio": "1", + "bottom_surface_pattern": "monotonicline", + "bridge_acceleration": "50%", + "bridge_density": "100%", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "brim_width": "5", + "compatible_printers": [], + "compatible_printers_condition": "", + "default_acceleration": "1200", + "default_jerk": "9", + "detect_narrow_internal_solid_infill": "0", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "dont_filter_internal_bridges": "disabled", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "0", + "enable_extra_bridge_layer": "disabled", + "enable_overhang_speed": "1", + "enable_prime_tower": "0", + "enable_support": "0", + "enforce_support_layers": "0", + "ensure_vertical_shell_thickness": "ensure_all", + "exclude_object": "1", + "filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode", + "filter_out_gap_fill": "0", + "gap_fill_target": "nowhere", + "gap_infill_speed": "30", + "gcode_add_line_number": "0", + "gcode_comments": "0", + "gcode_label_objects": "1", + "infill_combination": "0", + "infill_combination_max_layer_height": "100%", + "infill_direction": "45", + "infill_jerk": "9", + "infill_wall_overlap": "20%", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "60", + "initial_layer_jerk": "9", + "initial_layer_line_width": "0.42", + "initial_layer_min_bead_width": "85%", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "initial_layer_travel_speed": "100%", + "inner_wall_acceleration": "1000", + "inner_wall_jerk": "9", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "80", + "interface_shells": "0", + "internal_bridge_support_thickness": "0.8", + "internal_bridge_angle": "0", + "internal_bridge_density": "100%", + "internal_bridge_flow": "1", + "internal_bridge_speed": "150%", + "internal_solid_infill_acceleration": "100%", + "internal_solid_infill_line_width": "0.45", + "internal_solid_infill_pattern": "monotonicline", + "internal_solid_infill_speed": "80", + "ironing_flow": "15%", + "ironing_spacing": "0.1", + "ironing_speed": "15", + "ironing_type": "no ironing", + "layer_height": "0.2", + "line_width": "0.42", + "max_bridge_length": "30", + "max_travel_detour_distance": "0", + "min_bead_width": "85%", + "min_feature_size": "25%", + "min_length_factor": "0.5", + "min_skirt_length": "0", + "min_width_top_surface": "300%", + "minimum_sparse_infill_area": "15", + "only_one_wall_first_layer": "0", + "only_one_wall_top": "1", + "ooze_prevention": "0", + "outer_wall_acceleration": "800", + "outer_wall_jerk": "9", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "60", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "60", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "overhang_reverse": "0", + "overhang_reverse_internal_only": "0", + "overhang_reverse_threshold": "50%", + "overhang_speed_classic": "0", + "precise_outer_wall": "1", + "precise_z_height": "1", + "preheat_time": "30", + "prime_tower_brim_width": "3", + "prime_tower_width": "35", + "prime_volume": "45", + "print_flow_ratio": "1", + "print_order": "default", + "print_sequence": "by layer", + "print_settings_id": "", + "raft_layers": "0", + "reduce_crossing_wall": "1", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "role_based_wipe_speed": "0", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "4%", + "seam_position": "back", + "seam_slope_conditional": "0", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "0", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "single_extruder_multi_material_priming": "1", + "single_loop_draft_shield": "0", + "skirt_loops": "0", + "smooth_coefficient": "80", + "slow_down_layers": "1", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "solid_infill_direction": "45", + "solid_infill_filament": "1", + "sparse_infill_acceleration": "100%", + "sparse_infill_density": "20%", + "sparse_infill_filament": "1", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "80", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "support_base_pattern": "rectilinear", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.5", + "support_bottom_z_distance": "0.16", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_not_for_body": "1", + "support_interface_pattern": "rectilinear_interlaced", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_speed": "100", + "support_threshold_angle": "40", + "support_threshold_overlap": "50%", + "support_top_z_distance": "0.16", + "support_type": "tree(auto)", + "thick_bridges": "0", + "thick_internal_bridges": "1", + "timelapse_type": "0", + "top_bottom_infill_wall_overlap": "25%", + "top_shell_layers": "5", + "top_shell_thickness": "0", + "top_solid_infill_flow_ratio": "1", + "top_surface_jerk": "9", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "50", + "top_surface_acceleration": "800", + "travel_acceleration": "1200", + "travel_jerk": "11", + "travel_speed": "120", + "travel_speed_z": "0", + "tree_support_adaptive_layer_height": "1", + "tree_support_angle_slow": "25", + "tree_support_auto_brim": "1", + "tree_support_branch_angle": "45", + "tree_support_branch_angle_organic": "40", + "tree_support_branch_diameter": "2", + "tree_support_branch_diameter_angle": "5", + "tree_support_branch_diameter_organic": "2", + "tree_support_branch_distance": "5", + "tree_support_branch_distance_organic": "5", + "tree_support_brim_width": "3", + "tree_support_tip_diameter": "0.8", + "tree_support_wall_count": "0", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wall_sequence": "inner wall/outer wall", + "wall_transition_angle": "10", + "wall_transition_filter_deviation": "25%", + "wall_transition_length": "100%", + "wipe_speed": "80%", + "wipe_on_loops": "1", + "wipe_tower_no_sparse_layers": "0", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/Geeetech/Geeetech A10 M_cover.png b/resources/profiles/Geeetech/Geeetech A10 M_cover.png index 537e84e105..c33288671f 100644 Binary files a/resources/profiles/Geeetech/Geeetech A10 M_cover.png and b/resources/profiles/Geeetech/Geeetech A10 M_cover.png differ diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json index 534db2ff79..60c3e09ebe 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 M 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10M:https://www.geeetech.com/wiki/index.php/Geeetech_A10M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A10M: https://www.geeetech.com/wiki/index.php/Geeetech_A10M_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json index 0e926a7de1..d43cfdca6a 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.2 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A10: https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json index 173744c3eb..058ffe68de 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.4 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A10: https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json index be6ca7d146..b8efb4bd8f 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.6 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A10: https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json index 3173a34ad2..499af44c09 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 Pro 0.8 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A10:https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A10: https://www.geeetech.com/wiki/index.php/Geeetech_A10_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json index 3b7c4b53c0..d712d93c14 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A10 T 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Custom Start G-code\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json index 42d3b4a3ed..b6118c9745 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.2 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A20: https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json index 12f0982d08..9fc1ff45f4 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.4 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A20: https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json index 833ae55c86..e9250c4cb1 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.6 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A20: https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json index eafbb567fd..f335ccac3e 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 0.8 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20:https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A20: https://www.geeetech.com/wiki/index.php/Geeetech_A20_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json index a8ea97cfaa..5f99d7861d 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 M 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A20M:https://www.geeetech.com/wiki/index.php/Geeetech_A20M_3D_printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A20M: https://www.geeetech.com/wiki/index.php/Geeetech_A20M_3D_printer \nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json index 94b538149a..fa8ee57682 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A20 T 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Custom Start G-code\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json index 812e2dbd4c..bc8487bcf1 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 M 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Custom Start G-code\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json index 0b384e310d..a16d007ed8 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.2 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A30: https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json index 78adf6e751..fc692c72f2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.4 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A30: https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json index 1eacdb0fff..2111130d10 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.6 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A30: https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json index 8c84f30d12..331e02351d 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 Pro 0.8 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Geeetech official wiki homepage for A30:https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for A30: https://www.geeetech.com/wiki/index.php/Geeetech_A30_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json index 043ee6830d..0420dd8c10 100644 --- a/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech A30 T 0.4 nozzle.json @@ -45,7 +45,7 @@ "retract_lift_below": [ "419" ], - "machine_start_gcode": ";Custom Start G-code\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Custom Start G-code\nM104 S[nozzle_temperature_initial_layer] ; set extruder temp\nM140 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; set bed temp\nM190 S[bed_temperature_initial_layer[initial_no_support_extruder]] ; wait for bed temp\nM109 S[nozzle_temperature_initial_layer] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nT[initial_no_support_extruder] ; Choose initial filament for the first line\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "G1 E-2.5 F2100 ; Retract filament\nG92 E0.0\nG1{if max_layer_z < printable_height} Z{z_offset+min(max_layer_z+30, printable_height+0.2)}{endif} E-1.5 F720 ; Retract and raise Z\nG4 ; wait\nM104 S0 ; Cooldown hotend\nM140 S0 ; Cooldown bed\nM107 ; off fan\nG1 X0 Y100 F3000 ; park print head\nM84 ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json index 4588189eb0..34b36036b2 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.2 nozzle.json @@ -102,7 +102,7 @@ "retract_lift_below": [ "95" ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_start_gcode": ";Geeetech M1 official wiki URL: https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json index 0664a96325..cd1ac09b5d 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.4 nozzle.json @@ -102,7 +102,7 @@ "retract_lift_below": [ "95" ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_start_gcode": ";Geeetech M1 official wiki URL: https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json index 5389c3560e..bf8f1abb4a 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.6 nozzle.json @@ -102,7 +102,7 @@ "retract_lift_below": [ "95" ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_start_gcode": ";Geeetech M1 official wiki URL: https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json index a61dc68c06..b94b067729 100644 --- a/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech M1 0.8 nozzle.json @@ -102,7 +102,7 @@ "retract_lift_below": [ "95" ], - "machine_start_gcode": ";Geeetech M1 official wiki URL:https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", + "machine_start_gcode": ";Geeetech M1 official wiki URL: https://www.geeetech.com/wiki/index.php/Geeetech_M1_3D_printer \nM104 S[first_layer_temperature] ; Set Hotend Temperature\nM140 S[first_layer_bed_temperature] ; set Bed Temperature\nM190 S[first_layer_bed_temperature] ; Wait for Bed Temperature\nM109 S[first_layer_temperature] ; wait for Hotend Temperature\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors\nM221 S100;Slicer Flow recovery 100%\nM220 S100 ;Set Feedrate recovery 100%\nM204 P3000.00 R3000.00 T3000.00", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json index 16ec60ed54..ee642ed612 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar M 0.4 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarM:https://www.geeetech.com/wiki/index.php/Mizar_M \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for MizarM: https://www.geeetech.com/wiki/index.php/Mizar_M \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json index 2b5efe991b..95449158f3 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.2 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json index 0f5d9001e4..d5eb650dd0 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.4 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json index 3275ab1e25..ea2561bfd3 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.6 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json index 73a5a92cbd..95b845221c 100644 --- a/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json +++ b/resources/profiles/Geeetech/machine/Geeetech Mizar Pro 0.8 nozzle.json @@ -33,7 +33,7 @@ "retract_lift_below": [ "259" ], - "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro:https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", + "machine_start_gcode": ";Geeetech official wiki homepage for MizarPro: https://www.geeetech.com/wiki/index.php/Geeetech_Mizar_Pro_3D_Printer \nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Fan\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z1.4 F6000 ; Move to start position\nG1 X0.1 Y80.0 Z1.4 F1000 E25 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y80.0 Z1.4 F6000 ; Move to side a little\nG1 X1.4 Y20 Z1.4 F1000 E20 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.28 F3000.0 ; Move over to prevent blob squish\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{z_offset+min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{z_offset+min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < max_print_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", "nozzle_type": "brass", "auxiliary_fan": "0" diff --git a/resources/profiles/Geeetech/machine/fdm_geeetech_common.json b/resources/profiles/Geeetech/machine/fdm_geeetech_common.json index 7cf74c4dea..6d69b3828c 100644 --- a/resources/profiles/Geeetech/machine/fdm_geeetech_common.json +++ b/resources/profiles/Geeetech/machine/fdm_geeetech_common.json @@ -132,7 +132,7 @@ ], "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM140 S[bed_temperature_initial_layer] ; set final bed temp\nM104 S150 ; set temporary nozzle temp to prevent oozing during homing\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\nG1 Z50 F240\nG1 X2 Y10 F3000\nM104 S[nozzle_temperature_initial_layer] ; set final nozzle temp\nM190 S[bed_temperature_initial_layer] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0", "machine_end_gcode": "{if max_layer_z < printable_height}G1 Z{min(max_layer_z+2, printable_height)} F600 ; Move print head up{endif}\nG1 X5 Y{print_bed_max[1]*0.8} F{travel_speed*60} ; present print\n{if max_layer_z < printable_height-10}G1 Z{min(max_layer_z+70, printable_height-10)} F600 ; Move print head further up{endif}\n{if max_layer_z < printable_height*0.6}G1 Z{printable_height*0.6} F600 ; Move print head further up{endif}\nM140 S0 ; turn off heatbed\nM104 S0 ; turn off temperature\nM107 ; turn off fan\nM84 X Y E ; disable motors", - "layer_change_gcode": ";------------------------------------\n;layer No:[layer_num] ———>Print Height:[layer_z] mm\n;------------------------------------", + "layer_change_gcode": ";------------------------------------\n;layer No: [layer_num] ———>Print Height: [layer_z] mm\n;------------------------------------", "scan_first_layer": "0", "nozzle_type": "undefine", "support_multi_bed_types": "1", diff --git a/resources/profiles/Ginger Additive/ginger G1_cover.png b/resources/profiles/Ginger Additive/Ginger G1_cover.png similarity index 100% rename from resources/profiles/Ginger Additive/ginger G1_cover.png rename to resources/profiles/Ginger Additive/Ginger G1_cover.png diff --git a/resources/profiles/M3D.json b/resources/profiles/M3D.json new file mode 100644 index 0000000000..6b77a142df --- /dev/null +++ b/resources/profiles/M3D.json @@ -0,0 +1,37 @@ +{ + "name": "M3D", + "version": "1.0.0", + "force_update": "0", + "description": "Configuration for M3D printers", + "machine_model_list": [ + { + "name": "M3D Enabler D8500 MM Model", + "sub_path": "machine/M3D Enabler D8500 MM Model.json" + } + ], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "M3D Enabler D8500 MM", + "sub_path": "machine/M3D Enabler D8500 MM.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "0.15mm MM @D8500", + "sub_path": "process/0.15mm MM @D8500.json" + }, + { + "name": "0.20mm MM @D8500", + "sub_path": "process/0.20mm MM @D8500.json" + } + ], + "filament_list": [] +} \ No newline at end of file diff --git a/resources/profiles/M3D/M3D Enabler D8500 MM Model_cover.png b/resources/profiles/M3D/M3D Enabler D8500 MM Model_cover.png new file mode 100644 index 0000000000..50020d51b7 Binary files /dev/null and b/resources/profiles/M3D/M3D Enabler D8500 MM Model_cover.png differ diff --git a/resources/profiles/M3D/machine/M3D Enabler D8500 MM Model.json b/resources/profiles/M3D/machine/M3D Enabler D8500 MM Model.json new file mode 100644 index 0000000000..1e8c6e9b89 --- /dev/null +++ b/resources/profiles/M3D/machine/M3D Enabler D8500 MM Model.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "M3D Enabler D8500 MM Model", + "model_id": "M3D_D8500_MM", + "family": "M3D", + "machine_tech": "FFF", + "nozzle_diameter": "0.4", + "bed_model": "model/M3D_bed_model.stl", + "bed_texture": "model/M3D_bed_texture.png", + "default_materials": "Generic PLA @system", + "scan_folder": "1" +} \ No newline at end of file diff --git a/resources/profiles/M3D/machine/M3D Enabler D8500 MM.json b/resources/profiles/M3D/machine/M3D Enabler D8500 MM.json new file mode 100644 index 0000000000..2bcfbfcdae --- /dev/null +++ b/resources/profiles/M3D/machine/M3D Enabler D8500 MM.json @@ -0,0 +1,166 @@ +{ + "type": "machine", + "name": "M3D Enabler D8500 MM", + "printer_model": "M3D Enabler D8500 MM Model", + "printer_variant": "0.4", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "true", + "is_custom_defined": "0", + "setting_id": "M3D_D8500_MM_04", + "version": "1.0.0", + + "auxiliary_fan": "1", + "change_filament_gcode": "M18 E", + "deretraction_speed": [ + "50", + "50" + ], + "extruder_clearance_height_to_rod": "19", + "extruder_clearance_radius": "100", + "extruder_colour": [ + "#FCE94F", + "#FCE94F" + ], + "extruder_offset": [ + "0x0", + "0x0" + ], + "fan_speedup_time": "1", + "host_type": "esp3d", + "long_retractions_when_cut": [ + "0", + "0" + ], + "machine_end_gcode": "; ===== ORCA END GCODE =====\nM400\nM83\nG92 E0\nG1 E-17 F1800 ; retract BEFORE any moves or power changes\n\n; Now lift and park\nG91\nG1 Z2 F2000\nG90\nG1 X100 Y160 F3000 ; parking point\n\n; Power down in order\nM104 T0 S0\nM104 T1 S0\nM106 S50 ; keep fan at ~50% while cooling (adjust if desired)\n; (Leave steppers on by omitting M84)\n; ===== END ORCA END GCODE =====\n", + "machine_load_filament_time": "0.5", + "machine_max_acceleration_e": [ + "10000", + "10000" + ], + "machine_max_acceleration_x": [ + "2000", + "2000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "400", + "400" + ], + "machine_max_speed_e": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "400", + "400" + ], + "machine_max_speed_y": [ + "300", + "300" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_start_gcode": "; ===== ORCA START GCODE =====\n; minx:{first_layer_print_min[0]}\n; miny:{first_layer_print_min[1]}\n; maxx:{first_layer_print_max[0]}\n; maxy:{first_layer_print_max[1]}\n; used_0:{is_extruder_used[0]}\n; used_1:{is_extruder_used[1]}\n\n; Heaters\n{if is_extruder_used[0]}M104 T0 S{first_layer_temperature[0]}{endif}\n{if !is_extruder_used[0]}M104 T0 S150{endif}\n{if is_extruder_used[1]}M104 T1 S{first_layer_temperature[1]}{endif}\n{if !is_extruder_used[1]}M104 T1 S150{endif}\nM140 S0\nM106 S50\n\n; Home and clearance\nG28 X Y\nG28 Z\nG91\nG1 Z10 F1200 ; lift 10mm\nG90\n\n; Bed wait (dummy)\nM190 S0\n\n; Wait for target temps\n{if is_extruder_used[0]}M109 T0 S{first_layer_temperature[0]}{endif}\n{if is_extruder_used[1]}M109 T1 S{first_layer_temperature[1]}{endif}\n\n; Absolute XYZ / Relative E\nG90\nM83\n\n; ===== Dynamic Bed Leveling ====\nT0\nG1 Z3 F3000\nG1 X15 Y15 F6000\nG1 Z0.25 F1000; Otherwise Orca displays with a 3mm height\n; Single probe touch\nG30\nM420 S1\n; Bias the contact as -0.25 and fix Z-zero\nG92 Z-0.25 ; probed contact now treated as Z = -0.25\nG1 Z0.3 F300\n\n; ===== PRIME / TWO-LINE WIPES (sparse, no air extrude) =====\n\n; --- Tool 0: lines at Y=5 and Y=6 ---\n{if is_extruder_used[0]}\nT0\nG92 E0\nG1 X20 Y5 F3000\nG1 Z0.30 F600\nG1 X180 E18 F700\nG1 Y6.0 F1200\nG1 X20 E18 F700\nG92 E0\n{endif}\n\n; --- Tool 1: lines at Y=7 and Y=8 ---\n{if is_extruder_used[1]}\nT1\nG92 E0\nG1 X20 Y7 F3000\nG1 Z0.30 F600\nG1 X180 E18 F700\nG1 Y8.0 F1200\nG1 X20 E18 F700\nG92 E0\n{endif}\n\n; Activate initial tool (no retracts; Orca starts immediately)\nT{initial_extruder}\nG92 E0\n; ===== END ORCA START GCODE =====\n", + "machine_tool_change_time": "0.5", + "machine_unload_filament_time": "0.5", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_pause_gcode": "M601", + "max_layer_height": [ + "0.32", + "0.32" + ], + "min_layer_height": [ + "0.1", + "0.1" + ], + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "nozzle_type": "brass", + "print_host": "m3d-enabler.local", + "printable_area": [ + "0x0", + "210x0", + "210x150", + "0x150" + ], + "printer_settings_id": "M3D Enabler D8500 MM", + "retract_before_wipe": [ + "100%", + "100%" + ], + "retract_length_toolchange": [ + "17", + "17" + ], + "retract_lift_above": [ + "0", + "0" + ], + "retract_lift_below": [ + "0", + "0" + ], + "retract_lift_enforce": [ + "All Surfaces", + "All Surfaces" + ], + "retract_restart_extra": [ + "0", + "0" + ], + "retract_restart_extra_toolchange": [ + "0", + "0" + ], + "retract_when_changing_layer": [ + "1", + "1" + ], + "retraction_distances_when_cut": [ + "18", + "18" + ], + "retraction_length": [ + "4.5", + "4.5" + ], + "retraction_minimum_travel": [ + "2.5", + "2.5" + ], + "retraction_speed": [ + "60", + "60" + ], + "single_extruder_multi_material": "0", + "thumbnails": "120x60/PNG", + "travel_slope": [ + "45", + "45" + ], + "wipe": [ + "1", + "1" + ], + "wipe_distance": [ + "2", + "2" + ], + "z_hop": [ + "0", + "0" + ], + "z_hop_types": [ + "Normal Lift", + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/M3D/machine/fdm_machine_common.json b/resources/profiles/M3D/machine/fdm_machine_common.json new file mode 100644 index 0000000000..9132e65373 --- /dev/null +++ b/resources/profiles/M3D/machine/fdm_machine_common.json @@ -0,0 +1,126 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "printer_settings_id": "fdm_machine_common", + "version": "1.0.0.0", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "210x0", + "210x150", + "0x150" + ], + "thumbnails": [ + "16x16" + ], + "auxiliary_fan": "1", + "change_filament_gcode": "M18 E", + "deretraction_speed": [ + "50" + ], + "extruder_clearance_height_to_rod": "19", + "extruder_clearance_radius": "100", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_speedup_time": "1", + "host_type": "esp3d", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "; ===== ORCA END GCODE =====\nM400\nM83\nG92 E0\nG1 E-17 F1800 ; retract BEFORE any moves or power changes\n\n; Now lift and park\nG91\nG1 Z2 F2000\nG90\nG1 X100 Y160 F3000 ; parking point\n\n; Power down in order\nM104 T0 S0\nM104 T1 S0\nM106 S50 ; keep fan at ~50% while cooling (adjust if desired)\n; (Leave steppers on by omitting M84)\n; ===== END ORCA END GCODE =====\n", + "machine_load_filament_time": "0.5", + "machine_max_acceleration_e": [ + "10000" + ], + "machine_max_acceleration_x": [ + "2000" + ], + "machine_max_acceleration_y": [ + "2000" + ], + "machine_max_acceleration_z": [ + "400" + ], + "machine_max_speed_e": [ + "30" + ], + "machine_max_speed_x": [ + "400" + ], + "machine_max_speed_y": [ + "300" + ], + "machine_max_speed_z": [ + "12" + ], + "machine_start_gcode": "; ===== ORCA START GCODE =====\n; minx:{first_layer_print_min[0]}\n; miny:{first_layer_print_min[1]}\n; maxx:{first_layer_print_max[0]}\n; maxy:{first_layer_print_max[1]}\n; used_0:{is_extruder_used[0]}\n; used_1:{is_extruder_used[1]}\n\n; Heaters\n{if is_extruder_used[0]}M104 T0 S{first_layer_temperature[0]}{endif}\n{if !is_extruder_used[0]}M104 T0 S150{endif}\n{if is_extruder_used[1]}M104 T1 S{first_layer_temperature[1]}{endif}\n{if !is_extruder_used[1]}M104 T1 S150{endif}\nM140 S0\nM106 S50\n\n; Home and clearance\nG28 X Y\nG28 Z\nG91\nG1 Z10 F1200 ; lift 10mm\nG90\n\n; Bed wait (dummy)\nM190 S0\n\n; Wait for target temps\n{if is_extruder_used[0]}M109 T0 S{first_layer_temperature[0]}{endif}\n{if is_extruder_used[1]}M109 T1 S{first_layer_temperature[1]}{endif}\n\n; Absolute XYZ / Relative E\nG90\nM83\n\n; ===== Dynamic Bed Leveling ====\nT0\nG1 Z3 F3000\nG1 X15 Y15 F6000\nG1 Z0.25 F1000; Otherwise Orca displays with a 3mm height\n; Single probe touch\nG30\nM420 S1\n; Bias the contact as -0.25 and fix Z-zero\nG92 Z-0.25 ; probed contact now treated as Z = -0.25\nG1 Z0.3 F300\n\n; ===== PRIME / TWO-LINE WIPES (sparse, no air extrude) =====\n\n; --- Tool 0: lines at Y=5 and Y=6 ---\n{if is_extruder_used[0]}\nT0\nG92 E0\nG1 X20 Y5 F3000\nG1 Z0.30 F600\nG1 X180 E18 F700\nG1 Y6.0 F1200\nG1 X20 E18 F700\nG92 E0\n{endif}\n\n; --- Tool 1: lines at Y=7 and Y=8 ---\n{if is_extruder_used[1]}\nT1\nG92 E0\nG1 X20 Y7 F3000\nG1 Z0.30 F600\nG1 X180 E18 F700\nG1 Y8.0 F1200\nG1 X20 E18 F700\nG92 E0\n{endif}\n\n; Activate initial tool (no retracts; Orca starts immediately)\nT{initial_extruder}\nG92 E0\n; ===== END ORCA START GCODE =====\n", + "machine_tool_change_time": "0.5", + "machine_unload_filament_time": "0.5", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.1" + ], + "retract_before_wipe": [ + "100%" + ], + "retract_length_toolchange": [ + "17" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "0" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "4.5" + ], + "retraction_minimum_travel": [ + "2.5" + ], + "retraction_speed": [ + "60" + ], + "single_extruder_multi_material": "0", + "travel_slope": [ + "45" + ], + "wipe": [ + "1" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0" + ], + "z_hop_types": [ + "Normal Lift" + ] +} \ No newline at end of file diff --git a/resources/profiles/M3D/model/M3D_bed_model.stl b/resources/profiles/M3D/model/M3D_bed_model.stl new file mode 100644 index 0000000000..8ed24335dd Binary files /dev/null and b/resources/profiles/M3D/model/M3D_bed_model.stl differ diff --git a/resources/profiles/M3D/model/M3D_bed_texture.png b/resources/profiles/M3D/model/M3D_bed_texture.png new file mode 100644 index 0000000000..bd0e6b8b80 Binary files /dev/null and b/resources/profiles/M3D/model/M3D_bed_texture.png differ diff --git a/resources/profiles/M3D/process/0.15mm MM @D8500.json b/resources/profiles/M3D/process/0.15mm MM @D8500.json new file mode 100644 index 0000000000..ada09ff7ab --- /dev/null +++ b/resources/profiles/M3D/process/0.15mm MM @D8500.json @@ -0,0 +1,45 @@ +{ + "type": "process", + "name": "0.15mm MM @D8500", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "M3D Enabler D8500 MM" + ], + "brim_type": "no_brim", + "support_object_first_layer_gap": "1", + "support_object_xy_distance": "0.5", + "bridge_acceleration": "50%", + "default_acceleration": "1000", + "initial_layer_acceleration": "500", + "inner_wall_acceleration": "1000", + "internal_solid_infill_acceleration": "100%", + "outer_wall_acceleration": "1000", + "sparse_infill_acceleration": "100%", + "top_surface_acceleration": "1000", + "travel_acceleration": "1000", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "1", + "filename_format": "{input_filename_base}_{print_time}.gcode", + "gap_infill_speed": "60", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.4", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "60", + "layer_height": "0.15", + "outer_wall_speed": "45", + "prime_tower_brim_width": "1", + "prime_tower_width": "40", + "prime_volume": "30", + "slow_down_layers": "1", + "sparse_infill_density": "5%", + "sparse_infill_speed": "60", + "support_interface_speed": "30", + "support_type": "normal(manual)", + "travel_speed": "100", + "wall_loops": "2", + "wipe_tower_extra_spacing": "200%", + "wipe_tower_filament": "2" +} \ No newline at end of file diff --git a/resources/profiles/M3D/process/0.20mm MM @D8500.json b/resources/profiles/M3D/process/0.20mm MM @D8500.json new file mode 100644 index 0000000000..a2e2bd5a6a --- /dev/null +++ b/resources/profiles/M3D/process/0.20mm MM @D8500.json @@ -0,0 +1,46 @@ +{ + "type": "process", + "name": "0.20mm MM @D8500", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "true", + "compatible_printers": [ + "M3D Enabler D8500 MM" + ], + "brim_type": "no_brim", + "support_object_first_layer_gap": "1", + "support_object_xy_distance": "0.5", + "bridge_acceleration": "50%", + "default_acceleration": "1000", + "initial_layer_acceleration": "500", + "inner_wall_acceleration": "1000", + "internal_solid_infill_acceleration": "100%", + "outer_wall_acceleration": "1000", + "sparse_infill_acceleration": "100%", + "top_surface_acceleration": "1000", + "travel_acceleration": "1000", + "enable_overhang_speed": "1", + "enable_prime_tower": "1", + "enable_support": "1", + "filename_format": "{input_filename_base}_{print_time}.gcode", + "gap_infill_speed": "60", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.4", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "60", + "layer_height": "0.2", + "outer_wall_speed": "45", + "prime_tower_brim_width": "1", + "prime_tower_width": "40", + "prime_volume": "30", + "slow_down_layers": "1", + "sparse_infill_density": "5%", + "sparse_infill_speed": "60", + "support_interface_speed": "30", + "support_type": "normal(manual)", + "top_surface_speed": "40", + "travel_speed": "100", + "wall_loops": "2", + "wipe_tower_extra_spacing": "200%", + "wipe_tower_filament": "2" +} \ No newline at end of file diff --git a/resources/profiles/M3D/process/fdm_process_common.json b/resources/profiles/M3D/process/fdm_process_common.json new file mode 100644 index 0000000000..ac39c20dde --- /dev/null +++ b/resources/profiles/M3D/process/fdm_process_common.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "brim_type": "no_brim", + "enable_overhang_speed": "0", + "enable_prime_tower": "1", + "enable_support": "1", + "filename_format": "{input_filename_base}_{print_time}.gcode", + "gap_infill_speed": "60", + "initial_layer_speed": "35", + "inner_wall_line_width": "0.4", + "inner_wall_speed": "90", + "internal_solid_infill_speed": "60", + "outer_wall_speed": "45", + "prime_tower_brim_width": "1", + "prime_tower_width": "40", + "prime_volume": "30", + "slow_down_layers": "1", + "sparse_infill_density": "5%", + "sparse_infill_speed": "60", + "support_interface_speed": "30", + "support_type": "normal(manual)", + "top_surface_speed": "40", + "travel_speed": "100", + "wall_loops": "2", + "wipe_tower_extra_spacing": "200%", + "wipe_tower_filament": "2" +} \ No newline at end of file diff --git a/resources/profiles/MagicMaker/MM hj sk_cover.png b/resources/profiles/MagicMaker/MM hj SK_cover.png similarity index 100% rename from resources/profiles/MagicMaker/MM hj sk_cover.png rename to resources/profiles/MagicMaker/MM hj SK_cover.png diff --git a/resources/profiles/OpenEYE.json b/resources/profiles/OpenEYE.json new file mode 100644 index 0000000000..b3bd6496dd --- /dev/null +++ b/resources/profiles/OpenEYE.json @@ -0,0 +1,198 @@ +{ + "name": "OpenEYE", + "url": "http://www.openeye.tech", + "version": "01.00.00.03", + "force_update": "0", + "description": "OpenEYE Printers Configurations", + "machine_model_list": [ + { + "name": "OpenEYE Peacock V2", + "sub_path": "machine/OpenEYE Peacock V2.json" + } + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_openeye_common", + "sub_path": "process/fdm_process_openeye_common.json" + }, + { + "name": "fdm_process_openeye_0.06_nozzle_0.2", + "sub_path": "process/fdm_process_openeye_0.06_nozzle_0.2.json" + }, + { + "name": "fdm_process_openeye_0.08_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.08_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.08_nozzle_0.2", + "sub_path": "process/fdm_process_openeye_0.08_nozzle_0.2.json" + }, + { + "name": "fdm_process_openeye_0.10_nozzle_0.2", + "sub_path": "process/fdm_process_openeye_0.10_nozzle_0.2.json" + }, + { + "name": "fdm_process_openeye_0.12_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.12_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.12_nozzle_0.2", + "sub_path": "process/fdm_process_openeye_0.12_nozzle_0.2.json" + }, + { + "name": "fdm_process_openeye_0.14_nozzle_0.2", + "sub_path": "process/fdm_process_openeye_0.14_nozzle_0.2.json" + }, + { + "name": "fdm_process_openeye_0.16_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.16_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.18_nozzle_0.6", + "sub_path": "process/fdm_process_openeye_0.18_nozzle_0.6.json" + }, + { + "name": "fdm_process_openeye_0.20_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.20_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.24_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.24_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.24_nozzle_0.6", + "sub_path": "process/fdm_process_openeye_0.24_nozzle_0.6.json" + }, + { + "name": "fdm_process_openeye_0.24_nozzle_0.8", + "sub_path": "process/fdm_process_openeye_0.24_nozzle_0.8.json" + }, + { + "name": "fdm_process_openeye_0.28_nozzle_0.4", + "sub_path": "process/fdm_process_openeye_0.28_nozzle_0.4.json" + }, + { + "name": "fdm_process_openeye_0.30_nozzle_0.6", + "sub_path": "process/fdm_process_openeye_0.30_nozzle_0.6.json" + }, + { + "name": "fdm_process_openeye_0.32_nozzle_0.8", + "sub_path": "process/fdm_process_openeye_0.32_nozzle_0.8.json" + }, + { + "name": "fdm_process_openeye_0.36_nozzle_0.6", + "sub_path": "process/fdm_process_openeye_0.36_nozzle_0.6.json" + }, + { + "name": "fdm_process_openeye_0.40_nozzle_0.8", + "sub_path": "process/fdm_process_openeye_0.40_nozzle_0.8.json" + }, + { + "name": "fdm_process_openeye_0.42_nozzle_0.6", + "sub_path": "process/fdm_process_openeye_0.42_nozzle_0.6.json" + }, + { + "name": "fdm_process_openeye_0.48_nozzle_0.8", + "sub_path": "process/fdm_process_openeye_0.48_nozzle_0.8.json" + }, + { + "name": "fdm_process_openeye_0.56_nozzle_0.8", + "sub_path": "process/fdm_process_openeye_0.56_nozzle_0.8.json" + }, + { + "name": "0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle", + "sub_path": "process/0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @OpenEYE Peacock V2", + "sub_path": "process/0.08mm Extra Fine @OpenEYE Peacock V2.json" + }, + { + "name": "0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle", + "sub_path": "process/0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle.json" + }, + { + "name": "0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle", + "sub_path": "process/0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle.json" + }, + { + "name": "0.12mm Fine @OpenEYE Peacock V2", + "sub_path": "process/0.12mm Fine @OpenEYE Peacock V2.json" + }, + { + "name": "0.16mm Balanced Quality @OpenEYE Peacock V2", + "sub_path": "process/0.16mm Balanced Quality @OpenEYE Peacock V2.json" + }, + { + "name": "0.16mm Standard @OpenEYE Peacock V2", + "sub_path": "process/0.16mm Standard @OpenEYE Peacock V2.json" + }, + { + "name": "0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle", + "sub_path": "process/0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle.json" + }, + { + "name": "0.20mm Balanced Strength @OpenEYE Peacock V2", + "sub_path": "process/0.20mm Balanced Strength @OpenEYE Peacock V2.json" + }, + { + "name": "0.20mm Standard @OpenEYE Peacock V2", + "sub_path": "process/0.20mm Standard @OpenEYE Peacock V2.json" + }, + { + "name": "0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle", + "sub_path": "process/0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle.json" + }, + { + "name": "0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle", + "sub_path": "process/0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle.json" + }, + { + "name": "0.24mm Standard @OpenEYE Peacock V2", + "sub_path": "process/0.24mm Standard @OpenEYE Peacock V2.json" + }, + { + "name": "0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle", + "sub_path": "process/0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle.json" + }, + { + "name": "0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle", + "sub_path": "process/0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle", + "sub_path": "process/0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle.json" + } + ], + "filament_list": [], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_openeye_common", + "sub_path": "machine/fdm_openeye_common.json" + }, + { + "name": "OpenEYE Peacock V2 0.4 nozzle", + "sub_path": "machine/OpenEYE Peacock V2 0.4 nozzle.json" + }, + { + "name": "OpenEYE Peacock V2 0.2 nozzle", + "sub_path": "machine/OpenEYE Peacock V2 0.2 nozzle.json" + }, + { + "name": "OpenEYE Peacock V2 0.6 nozzle", + "sub_path": "machine/OpenEYE Peacock V2 0.6 nozzle.json" + }, + { + "name": "OpenEYE Peacock V2 0.8 nozzle", + "sub_path": "machine/OpenEYE Peacock V2 0.8 nozzle.json" + } + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/OpenEYE Peacock V2_cover.png b/resources/profiles/OpenEYE/OpenEYE Peacock V2_cover.png new file mode 100644 index 0000000000..394f42c693 Binary files /dev/null and b/resources/profiles/OpenEYE/OpenEYE Peacock V2_cover.png differ diff --git a/resources/profiles/OpenEYE/Plate.stl b/resources/profiles/OpenEYE/Plate.stl new file mode 100644 index 0000000000..c57b67b0aa Binary files /dev/null and b/resources/profiles/OpenEYE/Plate.stl differ diff --git a/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.2 nozzle.json b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.2 nozzle.json new file mode 100644 index 0000000000..1c427d38c2 --- /dev/null +++ b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.2 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "machine", + "name": "OpenEYE Peacock V2 0.2 nozzle", + "inherits": "OpenEYE Peacock V2 0.4 nozzle", + "from": "system", + "setting_id": "GM002", + "instantiation": "true", + "nozzle_diameter": [ + "0.2" + ], + "printer_model": "OpenEYE Peacock V2", + "printer_variant": "0.2", + "default_print_profile": "0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle", + "default_bed_type": "Textured PEI Plate", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.4 nozzle.json b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.4 nozzle.json new file mode 100644 index 0000000000..2912a51b45 --- /dev/null +++ b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.4 nozzle.json @@ -0,0 +1,51 @@ +{ + "default_print_profile": "0.20mm Standard @OpenEYE Peacock V2", + "default_bed_type": "Textured PEI Plate", + "from": "system", + "inherits": "fdm_openeye_common", + "instantiation": "true", + "adaptive_bed_mesh_margin": "10", + "bed_mesh_max": "211,211", + "bed_mesh_min": "1.5,7", + "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT", + "machine_end_gcode": "MMU_END\nEND_PRINT", + "machine_load_filament_time": "30", + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nMMU_START_SETUP INITIAL_TOOL={initial_tool} TOTAL_TOOLCHANGES=!total_toolchanges! REFERENCED_TOOLS=!referenced_tools! TOOL_COLORS=!colors! TOOL_TEMPS=!temperatures! TOOL_MATERIALS=!materials! FILAMENT_NAMES=!filament_names! PURGE_VOLUMES=!purge_volumes!\nMMU_START_CHECK\nSTART_PRINT BED_TEMP=[bed_temperature_initial_layer] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TYPE=\"{curr_bed_type}\" MESH_MIN={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} MESH_MAX={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE_MARGIN={adaptive_bed_mesh_margin}\n; Enter YOUR exist start_print macro call here (minus purging logic because tool may not be loaded yet)\nMMU_START_LOAD_INITIAL_TOOL\n; Optionally add YOUR additional start logic (like purging) here to run just prior to start\nSTART_PRINT_SECONDARY\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} ; For pause at layer functionality and better print stats", + "machine_unload_filament_time": "30", + "name": "OpenEYE Peacock V2 0.4 nozzle", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "1.5x7", + "235x7", + "235x235", + "1.5x235" + ], + "printable_height": "200", + "printer_model": "OpenEYE Peacock V2", + "printer_variant": "0.4", + "retract_lift_below": [ + "180", + "180" + ], + "setting_id": "GM001", + "type": "machine" +} diff --git a/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.6 nozzle.json b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.6 nozzle.json new file mode 100644 index 0000000000..aa78fa17ab --- /dev/null +++ b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.6 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "machine", + "name": "OpenEYE Peacock V2 0.6 nozzle", + "inherits": "OpenEYE Peacock V2 0.4 nozzle", + "from": "system", + "setting_id": "GM003", + "instantiation": "true", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "OpenEYE Peacock V2", + "printer_variant": "0.6", + "default_print_profile": "0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle", + "default_bed_type": "Textured PEI Plate", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.8 nozzle.json b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.8 nozzle.json new file mode 100644 index 0000000000..ef5c46aed3 --- /dev/null +++ b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2 0.8 nozzle.json @@ -0,0 +1,24 @@ +{ + "type": "machine", + "name": "OpenEYE Peacock V2 0.8 nozzle", + "inherits": "OpenEYE Peacock V2 0.4 nozzle", + "from": "system", + "setting_id": "GM004", + "instantiation": "true", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "OpenEYE Peacock V2", + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle", + "default_bed_type": "Textured PEI Plate", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ + "3" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2.json new file mode 100644 index 0000000000..44b78a7450 --- /dev/null +++ b/resources/profiles/OpenEYE/machine/OpenEYE Peacock V2.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "OpenEYE Peacock V2", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "url": "http://www.openeye.tech", + "bed_model": "Plate.stl", + "bed_texture": "pei.png", + "default_bed_type": "Textured PEI Plate", + "family": "OpenEYE", + "machine_tech": "FFF", + "model_id": "openeye_01", + "default_materials": "Generic ABS @System;Generic PLA @System;Generic PLA-CF @System;Generic PETG @System;Generic TPU @System;Generic ASA @System;Generic PC @System;Generic PVA @System;Generic PA @System;Generic PA-CF @System" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/machine/fdm_machine_common.json b/resources/profiles/OpenEYE/machine/fdm_machine_common.json new file mode 100644 index 0000000000..7a32c1630a --- /dev/null +++ b/resources/profiles/OpenEYE/machine/fdm_machine_common.json @@ -0,0 +1,121 @@ +{ + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "best_object_pos": "0.5x0.5", + "change_filament_gcode": "", + "default_filament_profile": [], + "default_print_profile": "", + "deretraction_speed": [ + "40" + ], + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_radius": "65", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "from": "system", + "gcode_flavor": "marlin", + "instantiation": "false", + "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", + "machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end", + "machine_max_acceleration_e": [ + "5000" + ], + "machine_max_acceleration_extruding": [ + "10000" + ], + "machine_max_acceleration_retracting": [ + "1000" + ], + "machine_max_acceleration_x": [ + "10000" + ], + "machine_max_acceleration_y": [ + "10000" + ], + "machine_max_acceleration_z": [ + "100" + ], + "machine_max_jerk_e": [ + "5" + ], + "machine_max_jerk_x": [ + "8" + ], + "machine_max_jerk_y": [ + "8" + ], + "machine_max_jerk_z": [ + "3" + ], + "machine_max_speed_e": [ + "60" + ], + "machine_max_speed_x": [ + "500" + ], + "machine_max_speed_y": [ + "500" + ], + "machine_max_speed_z": [ + "10" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up", + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "name": "fdm_machine_common", + "nozzle_diameter": [ + "0.4" + ], + "printable_height": "250", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retract_before_wipe": [ + "70%" + ], + "retract_length_toolchange": [ + "1" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "5" + ], + "retraction_minimum_travel": [ + "2" + ], + "retraction_speed": [ + "60" + ], + "silent_mode": "0", + "single_extruder_multi_material": "1", + "type": "machine", + "wipe": [ + "1" + ], + "z_hop": [ + "0" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/machine/fdm_openeye_common.json b/resources/profiles/OpenEYE/machine/fdm_openeye_common.json new file mode 100644 index 0000000000..a428532958 --- /dev/null +++ b/resources/profiles/OpenEYE/machine/fdm_openeye_common.json @@ -0,0 +1,226 @@ +{ + "adaptive_bed_mesh_margin": "0", + "auxiliary_fan": "0", + "bed_exclude_area": [ + "0x0" + ], + "bed_mesh_max": "99999,99999", + "bed_mesh_min": "-99999,-99999", + "bed_mesh_probe_distance": "50,50", + "bed_temperature_formula": "by_highest_temp", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\nTIMELAPSE_TAKE_FRAME", + "best_object_pos": "0.5,0.5", + "change_filament_gcode": "", + "cooling_tube_length": "0", + "cooling_tube_retraction": "0", + "default_bed_type": "Textured PEI Plate", + "default_filament_profile": [ + "Generic PLA @System" + ], + "default_print_profile": "0.20mm Standard @OpenEYE Peacock V2", + "deretraction_speed": [ + "30" + ], + "disable_m73": "0", + "emit_machine_limits_to_gcode": "0", + "enable_filament_ramming": "0", + "enable_long_retraction_when_cut": "0", + "extra_loading_move": "0", + "extruder_clearance_height_to_lid": "34", + "extruder_clearance_height_to_rod": "34", + "extruder_clearance_radius": "47", + "extruder_colour": [ + "#FCE94F" + ], + "extruder_offset": [ + "0x0" + ], + "fan_kickstart": "0", + "fan_speedup_overhangs": "1", + "fan_speedup_time": "0", + "from": "system", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "inherits": "fdm_machine_common", + "instantiation": "false", + "layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n_MMU_UPDATE_HEIGHT", + "long_retractions_when_cut": [ + "0" + ], + "machine_end_gcode": "MMU_END\nEND_PRINT", + "machine_load_filament_time": "0", + "machine_max_acceleration_e": [ + "5000", + "5000" + ], + "machine_max_acceleration_extruding": [ + "20000", + "20000" + ], + "machine_max_acceleration_retracting": [ + "5000", + "5000" + ], + "machine_max_acceleration_travel": [ + "9000", + "9000" + ], + "machine_max_acceleration_x": [ + "20000", + "20000" + ], + "machine_max_acceleration_y": [ + "20000", + "20000" + ], + "machine_max_acceleration_z": [ + "500", + "500" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_max_junction_deviation": [ + "0", + "0" + ], + "machine_max_speed_e": [ + "60", + "60" + ], + "machine_max_speed_x": [ + "500", + "500" + ], + "machine_max_speed_y": [ + "500", + "500" + ], + "machine_max_speed_z": [ + "30", + "30" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "machine_pause_gcode": "PAUSE", + "machine_start_gcode": "SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nMMU_START_SETUP INITIAL_TOOL={initial_tool} TOTAL_TOOLCHANGES=!total_toolchanges! REFERENCED_TOOLS=!referenced_tools! TOOL_COLORS=!colors! TOOL_TEMPS=!temperatures! TOOL_MATERIALS=!materials! FILAMENT_NAMES=!filament_names! PURGE_VOLUMES=!purge_volumes!\nMMU_START_CHECK\nSTART_PRINT BED_TEMP=[bed_temperature_initial_layer] EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TYPE=\"{curr_bed_type}\" MESH_MIN={adaptive_bed_mesh_min[0]},{adaptive_bed_mesh_min[1]} MESH_MAX={adaptive_bed_mesh_max[0]},{adaptive_bed_mesh_max[1]} ALGORITHM=[bed_mesh_algo] PROBE_COUNT={bed_mesh_probe_count[0]},{bed_mesh_probe_count[1]} ADAPTIVE_MARGIN={adaptive_bed_mesh_margin}\n; Enter YOUR exist start_print macro call here (minus purging logic because tool may not be loaded yet)\nMMU_START_LOAD_INITIAL_TOOL\n; Optionally add YOUR additional start logic (like purging) here to run just prior to start\nSTART_PRINT_SECONDARY\nSET_PRINT_STATS_INFO TOTAL_LAYER={total_layer_count} ; For pause at layer functionality and better print stats", + "machine_tool_change_time": "0", + "machine_unload_filament_time": "0", + "manual_filament_change": "0", + "max_layer_height": [ + "0.28" + ], + "max_resonance_avoidance_speed": "120", + "min_layer_height": [ + "0.08" + ], + "min_resonance_avoidance_speed": "70", + "name": "fdm_openeye_common", + "nozzle_diameter": [ + "0.4", + "0.4" + ], + "nozzle_height": "2.5", + "nozzle_hrc": "0", + "nozzle_type": "brass", + "nozzle_volume": "0", + "parking_pos_retraction": "0", + "pellet_modded_printer": "0", + "preferred_orientation": "0", + "print_host": "openeye3dpi.local", + "printable_height": "250", + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "printing_by_object_gcode": "", + "purge_in_prime_tower": "1", + "resonance_avoidance": "0", + "retract_before_wipe": [ + "0%" + ], + "retract_length_toolchange": [ + "0" + ], + "retract_lift_above": [ + "0" + ], + "retract_lift_below": [ + "180", + "180" + ], + "retract_lift_enforce": [ + "All Surfaces" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_distances_when_cut": [ + "18" + ], + "retraction_length": [ + "0.8" + ], + "retraction_minimum_travel": [ + "1" + ], + "retraction_speed": [ + "30" + ], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": "0", + "support_chamber_temp_control": "0", + "support_multi_bed_types": "1", + "template_custom_gcode": "", + "thumbnails": "48x48/PNG, 300x300/PNG", + "thumbnails_format": "PNG", + "time_cost": "0", + "time_lapse_gcode": "", + "travel_slope": [ + "3" + ], + "type": "machine", + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": [ + "1" + ], + "wipe_distance": [ + "1" + ], + "z_hop": [ + "0.4" + ], + "z_hop_types": [ + "Auto Lift" + ], + "z_offset": "0" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/pei.png b/resources/profiles/OpenEYE/pei.png new file mode 100644 index 0000000000..30c64391b8 Binary files /dev/null and b/resources/profiles/OpenEYE/pei.png differ diff --git a/resources/profiles/OpenEYE/peo.png b/resources/profiles/OpenEYE/peo.png new file mode 100644 index 0000000000..b3d70117d7 Binary files /dev/null and b/resources/profiles/OpenEYE/peo.png differ diff --git a/resources/profiles/OpenEYE/pet.png b/resources/profiles/OpenEYE/pet.png new file mode 100644 index 0000000000..0679d1bf93 Binary files /dev/null and b/resources/profiles/OpenEYE/pet.png differ diff --git a/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle.json b/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle.json new file mode 100644 index 0000000000..b936ec8a5e --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.08mm Extra Fine @OpenEYE Peacock V2 0.2 nozzle", + "inherits": "fdm_process_openeye_0.08_nozzle_0.2", + "from": "system", + "setting_id": "GP139", + "instantiation": "true", + "description": "High quality profile for 0.2mm nozzle, prioritizing print quality.", + "default_acceleration": "8000", + "initial_layer_speed": "40", + "overhang_1_4_speed": "60", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..a0a4d450db --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.08mm Extra Fine @OpenEYE Peacock V2.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "name": "0.08mm Extra Fine @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.08_nozzle_0.4", + "from": "system", + "setting_id": "GP136", + "instantiation": "true", + "default_acceleration": "4000", + "gap_infill_speed": "50", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "40", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "120", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "100", + "top_surface_speed": "120", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle.json b/resources/profiles/OpenEYE/process/0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle.json new file mode 100644 index 0000000000..3b7dad1b6d --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "name": "0.10mm Standard @OpenEYE Peacock V2 0.2 nozzle", + "inherits": "fdm_process_openeye_0.10_nozzle_0.2", + "from": "system", + "setting_id": "GP123", + "instantiation": "true", + "default_acceleration": "8000", + "initial_layer_speed": "40", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle.json b/resources/profiles/OpenEYE/process/0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle.json new file mode 100644 index 0000000000..a0f9480ac6 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "name": "0.12mm Balanced Quality @OpenEYE Peacock V2 0.2 nozzle", + "inherits": "fdm_process_openeye_0.12_nozzle_0.2", + "from": "system", + "setting_id": "GP140", + "instantiation": "true", + "default_acceleration": "8000", + "initial_layer_speed": "40", + "overhang_1_4_speed": "60", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.12mm Fine @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.12mm Fine @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..5977f3977d --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.12mm Fine @OpenEYE Peacock V2.json @@ -0,0 +1,31 @@ +{ + "type": "process", + "name": "0.12mm Fine @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.12_nozzle_0.4", + "from": "system", + "setting_id": "GP142", + "instantiation": "true", + "bottom_shell_layers": "7", + "default_acceleration": "4000", + "gap_infill_speed": "50", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "40", + "inner_wall_speed": "120", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "100", + "top_color_penetration_layers": "7", + "top_shell_layers": "9", + "top_shell_thickness": "0.8", + "top_surface_speed": "150", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.16mm Balanced Quality @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.16mm Balanced Quality @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..9d3101e52d --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.16mm Balanced Quality @OpenEYE Peacock V2.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.16mm Balanced Quality @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.16_nozzle_0.4", + "from": "system", + "setting_id": "GP174", + "instantiation": "true", + "description": "High quality profile for 0.16mm layer height, prioritizing print quality and strength.", + "default_acceleration": "4000", + "initial_layer_speed": "50", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "180", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": "180", + "top_surface_speed": "150", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.16mm Standard @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.16mm Standard @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..66e8d419b0 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.16mm Standard @OpenEYE Peacock V2.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.16mm Standard @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.16_nozzle_0.4", + "from": "system", + "setting_id": "GP143", + "instantiation": "true", + "description": "Standard profile for 0.16mm layer height, prioritizing speed.", + "default_acceleration": "8000", + "initial_layer_speed": "50", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_1_4_speed": "60", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle.json b/resources/profiles/OpenEYE/process/0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle.json new file mode 100644 index 0000000000..07e5caf0ad --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.18mm Balanced Quality @OpenEYE Peacock V2 0.6 nozzle", + "inherits": "fdm_process_openeye_0.18_nozzle_0.6", + "from": "system", + "setting_id": "GP137", + "instantiation": "true", + "description": "High quality profile for 0.6mm nozzle, prioritizing print quality and strength.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.20mm Balanced Strength @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.20mm Balanced Strength @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..997c79a2d1 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.20mm Balanced Strength @OpenEYE Peacock V2.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.20mm Balanced Strength @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.20_nozzle_0.4", + "from": "system", + "setting_id": "GP173", + "instantiation": "true", + "description": "High quality profile for 0.2mm layer height, prioritizing strength and print quality.", + "bottom_shell_layers": "4", + "default_acceleration": "4000", + "initial_layer_speed": "50", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "200", + "outer_wall_acceleration": "2000", + "outer_wall_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "200", + "top_shell_layers": "6", + "top_surface_speed": "150", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.20mm Standard @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.20mm Standard @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..6cfd900f45 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.20mm Standard @OpenEYE Peacock V2.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.20mm Standard @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.20_nozzle_0.4", + "from": "system", + "setting_id": "GP124", + "instantiation": "true", + "description": "Standard profile for 0.4mm nozzle, prioritizing speed.", + "default_acceleration": "8000", + "initial_layer_speed": "50", + "internal_solid_infill_speed": "250", + "inner_wall_speed": "300", + "outer_wall_speed": "200", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle.json b/resources/profiles/OpenEYE/process/0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle.json new file mode 100644 index 0000000000..1485ca9fe0 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "name": "0.24mm Balanced Quality @OpenEYE Peacock V2 0.8 nozzle", + "inherits": "fdm_process_openeye_0.24_nozzle_0.8", + "from": "system", + "setting_id": "GP138", + "instantiation": "true", + "description": "High quality profile for 0.8mm nozzle, prioritizing print quality.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle.json b/resources/profiles/OpenEYE/process/0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle.json new file mode 100644 index 0000000000..316b2e7ae0 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.24mm Balanced Strength @OpenEYE Peacock V2 0.6 nozzle", + "inherits": "fdm_process_openeye_0.24_nozzle_0.6", + "from": "system", + "setting_id": "GP146", + "instantiation": "true", + "description": "Strength profile for 0.6mm nozzle, prioritizing strength.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.24mm Standard @OpenEYE Peacock V2.json b/resources/profiles/OpenEYE/process/0.24mm Standard @OpenEYE Peacock V2.json new file mode 100644 index 0000000000..71492028d9 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.24mm Standard @OpenEYE Peacock V2.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "name": "0.24mm Standard @OpenEYE Peacock V2", + "inherits": "fdm_process_openeye_0.24_nozzle_0.4", + "from": "system", + "setting_id": "GP144", + "instantiation": "true", + "default_acceleration": "8000", + "initial_layer_speed": "50", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle.json b/resources/profiles/OpenEYE/process/0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle.json new file mode 100644 index 0000000000..4733f27324 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "0.30mm Standard @OpenEYE Peacock V2 0.6 nozzle", + "inherits": "fdm_process_openeye_0.30_nozzle_0.6", + "from": "system", + "setting_id": "GP125", + "instantiation": "true", + "description": "Standard profile for 0.6mm nozzle, prioritizing speed.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle.json b/resources/profiles/OpenEYE/process/0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle.json new file mode 100644 index 0000000000..170c9e4e7f --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "name": "0.32mm Balanced Strength @OpenEYE Peacock V2 0.8 nozzle", + "inherits": "fdm_process_openeye_0.32_nozzle_0.8", + "from": "system", + "setting_id": "GP149", + "instantiation": "true", + "description": "Strength profile for 0.8mm nozzle, prioritizing strength.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle.json b/resources/profiles/OpenEYE/process/0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle.json new file mode 100644 index 0000000000..878383b1f6 --- /dev/null +++ b/resources/profiles/OpenEYE/process/0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle.json @@ -0,0 +1,27 @@ +{ + "type": "process", + "name": "0.40mm Standard @OpenEYE Peacock V2 0.8 nozzle", + "inherits": "fdm_process_openeye_0.40_nozzle_0.8", + "from": "system", + "setting_id": "GP126", + "instantiation": "true", + "description": "Standard profile for 0.8mm nozzle, prioritizing speed.", + "bridge_speed": "50", + "default_acceleration": "8000", + "gap_infill_speed": "250", + "initial_layer_infill_speed": "105", + "initial_layer_speed": "50", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "outer_wall_speed": "200", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "prime_tower_brim_width": "3", + "prime_tower_width": "60", + "sparse_infill_speed": "350", + "top_surface_speed": "200", + "travel_speed": "500", + "compatible_printers": [ + "OpenEYE Peacock V2 0.8 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_common.json b/resources/profiles/OpenEYE/process/fdm_process_common.json new file mode 100644 index 0000000000..40987d67ab --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_common.json @@ -0,0 +1,116 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_surface_pattern": "monotonic", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "bridge_speed": "25", + "brim_object_gap": "0.1", + "brim_width": "5", + "compatible_printers_condition": "", + "default_acceleration": "10000", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0.15", + "elefant_foot_compensation_layers": "1", + "enable_arc_fitting": "1", + "enable_prime_tower": "1", + "enable_support": "0", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode", + "gap_infill_speed": "30", + "infill_combination": "0", + "infill_direction": "45", + "infill_wall_overlap": "15%", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "40", + "interface_shells": "0", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "40", + "ironing_flow": "10%", + "ironing_inset": "0.21", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "line_width": "0.42", + "max_bridge_length": "0", + "max_travel_detour_distance": "0", + "minimum_sparse_infill_area": "15", + "only_one_wall_top": "1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "prime_tower_width": "35", + "print_sequence": "by layer", + "print_settings_id": "", + "prime_tower_brim_width": "3", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "scarf_angle_threshold": "155", + "seam_position": "aligned", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "sparse_infill_density": "15%", + "skeleton_infill_density": "15%", + "skin_infill_density": "15%", + "sparse_infill_line_width": "0.45", + "skin_infill_line_width": "0.45", + "skin_infill_depth": "2.0", + "skeleton_infill_line_width": "0.45", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": "50", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_bottom_z_distance": "0.2", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_speed": "40", + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "seam_slope_type": "none", + "seam_slope_start_height": "10%", + "seam_slope_min_length": "10", + "symmetric_infill_y_axis": "0", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": "30", + "travel_acceleration": "10000", + "travel_speed": "400", + "tree_support_branch_angle": "45", + "tree_support_branch_diameter": "2", + "tree_support_wall_count": "0", + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wipe_tower_no_sparse_layers": "0", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.06_nozzle_0.2.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.06_nozzle_0.2.json new file mode 100644 index 0000000000..6354d949fd --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.06_nozzle_0.2.json @@ -0,0 +1,33 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.06_nozzle_0.2", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "initial_layer_infill_speed": "70", + "layer_height": "0.06", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.06", + "support_line_width": "0.22", + "support_top_z_distance": "0.06", + "top_shell_layers": "7", + "top_color_penetration_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.2.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.2.json new file mode 100644 index 0000000000..309d338619 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.2.json @@ -0,0 +1,33 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.08_nozzle_0.2", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "initial_layer_infill_speed": "70", + "layer_height": "0.08", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.08", + "support_line_width": "0.22", + "support_top_z_distance": "0.08", + "top_shell_layers": "7", + "top_color_penetration_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.4.json new file mode 100644 index 0000000000..25f9cc89a5 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.08_nozzle_0.4.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.08_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "7", + "bottom_color_penetration_layers": "7", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed":"20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "ironing_flow": "8%", + "initial_layer_infill_speed": "105", + "layer_height": "0.08", + "sparse_infill_speed": "270", + "support_bottom_z_distance": "0.08", + "support_threshold_angle": "15", + "support_top_z_distance": "0.08", + "top_shell_layers": "9", + "top_color_penetration_layers": "9", + "top_shell_thickness": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.10_nozzle_0.2.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.10_nozzle_0.2.json new file mode 100644 index 0000000000..983138a494 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.10_nozzle_0.2.json @@ -0,0 +1,33 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.10_nozzle_0.2", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "initial_layer_infill_speed": "70", + "layer_height": "0.1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.1", + "support_line_width": "0.22", + "support_top_z_distance": "0.1", + "top_shell_layers": "7", + "top_color_penetration_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.2.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.2.json new file mode 100644 index 0000000000..67146aef2c --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.2.json @@ -0,0 +1,33 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.12_nozzle_0.2", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "initial_layer_infill_speed": "70", + "layer_height": "0.12", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.12", + "support_line_width": "0.22", + "support_top_z_distance": "0.12", + "top_shell_layers": "7", + "top_color_penetration_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.4.json new file mode 100644 index 0000000000..a08f0fc9ff --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.12_nozzle_0.4.json @@ -0,0 +1,24 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.12_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed": "20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "layer_height": "0.12", + "sparse_infill_speed": "270", + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "20", + "support_top_z_distance": "0.12", + "top_shell_layers": "5", + "top_color_penetration_layers": "5", + "top_shell_thickness": "0.6" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.14_nozzle_0.2.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.14_nozzle_0.2.json new file mode 100644 index 0000000000..f5ced921a7 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.14_nozzle_0.2.json @@ -0,0 +1,33 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.14_nozzle_0.2", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "5", + "bottom_color_penetration_layers": "5", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "ironing_inset": "0.11", + "initial_layer_infill_speed": "70", + "layer_height": "0.14", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "sparse_infill_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.14", + "support_line_width": "0.22", + "support_top_z_distance": "0.14", + "top_shell_layers": "7", + "top_color_penetration_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "wall_loops": "4" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.16_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.16_nozzle_0.4.json new file mode 100644 index 0000000000..8a106a5385 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.16_nozzle_0.4.json @@ -0,0 +1,24 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.16_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bottom_shell_layers": "4", + "bottom_color_penetration_layers": "4", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed": "20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "layer_height": "0.16", + "sparse_infill_speed": "270", + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_shell_layers": "6", + "top_color_penetration_layers": "6", + "top_shell_thickness": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.18_nozzle_0.6.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.18_nozzle_0.6.json new file mode 100644 index 0000000000..8b6629efba --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.18_nozzle_0.6.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.18_nozzle_0.6", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "initial_layer_infill_speed": "55", + "layer_height": "0.18", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "sparse_infill_speed": "100", + "support_bottom_z_distance": "0.18", + "support_line_width": "0.62", + "support_top_z_distance": "0.18", + "top_surface_line_width": "0.62", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.20_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.20_nozzle_0.4.json new file mode 100644 index 0000000000..6689407a67 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.20_nozzle_0.4.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.20_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed": "20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "sparse_infill_speed": "270", + "top_shell_layers": "5", + "top_color_penetration_layers": "5", + "top_shell_thickness": "1.0" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.4.json new file mode 100644 index 0000000000..552092e6d9 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.4.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.24_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed": "20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "layer_height": "0.24", + "sparse_infill_speed": "270", + "support_threshold_angle": "35", + "top_shell_layers": "4", + "top_color_penetration_layers": "4", + "top_shell_thickness": "1.0", + "top_surface_line_width": "0.45" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.6.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.6.json new file mode 100644 index 0000000000..7f0e3b3e88 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.6.json @@ -0,0 +1,28 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.24_nozzle_0.6", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "initial_layer_infill_speed": "55", + "layer_height": "0.24", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "sparse_infill_speed": "100", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.8.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.8.json new file mode 100644 index 0000000000..34e37cea92 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.24_nozzle_0.8.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.24_nozzle_0.8", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "initial_layer_infill_speed": "55", + "layer_height": "0.24", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "sparse_infill_speed": "100", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.28_nozzle_0.4.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.28_nozzle_0.4.json new file mode 100644 index 0000000000..d1a15baea5 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.28_nozzle_0.4.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.28_nozzle_0.4", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "elefant_foot_compensation": "0.15", + "gap_infill_speed": "250", + "initial_layer_speed": "20", + "inner_wall_speed": "300", + "internal_solid_infill_speed": "250", + "initial_layer_infill_speed": "105", + "layer_height": "0.28", + "sparse_infill_speed": "270", + "support_threshold_angle": "40", + "top_shell_layers": "4", + "top_color_penetration_layers": "4", + "top_shell_thickness": "1.0", + "top_surface_line_width": "0.45" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.30_nozzle_0.6.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.30_nozzle_0.6.json new file mode 100644 index 0000000000..b1106a1682 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.30_nozzle_0.6.json @@ -0,0 +1,28 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.30_nozzle_0.6", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "initial_layer_infill_speed": "55", + "layer_height": "0.3", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "sparse_infill_speed": "100", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.32_nozzle_0.8.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.32_nozzle_0.8.json new file mode 100644 index 0000000000..f0f9f2da9d --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.32_nozzle_0.8.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.32_nozzle_0.8", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "initial_layer_infill_speed": "55", + "layer_height": "0.32", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "sparse_infill_speed": "100", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.36_nozzle_0.6.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.36_nozzle_0.6.json new file mode 100644 index 0000000000..b625904c7b --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.36_nozzle_0.6.json @@ -0,0 +1,28 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.36_nozzle_0.6", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "initial_layer_infill_speed": "55", + "layer_height": "0.36", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "sparse_infill_speed": "100", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.40_nozzle_0.8.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.40_nozzle_0.8.json new file mode 100644 index 0000000000..304d66c8de --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.40_nozzle_0.8.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.40_nozzle_0.8", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "initial_layer_infill_speed": "55", + "layer_height": "0.4", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "sparse_infill_speed": "100", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.42_nozzle_0.6.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.42_nozzle_0.6.json new file mode 100644 index 0000000000..e2fd061207 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.42_nozzle_0.6.json @@ -0,0 +1,28 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.42_nozzle_0.6", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "ironing_inset": "0.31", + "initial_layer_infill_speed": "55", + "layer_height": "0.42", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "overhang_3_4_speed": "15", + "sparse_infill_line_width": "0.62", + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "sparse_infill_speed": "100", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.48_nozzle_0.8.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.48_nozzle_0.8.json new file mode 100644 index 0000000000..12a5931ee2 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.48_nozzle_0.8.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.48_nozzle_0.8", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "initial_layer_infill_speed": "55", + "layer_height": "0.48", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "sparse_infill_speed": "100", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_0.56_nozzle_0.8.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.56_nozzle_0.8.json new file mode 100644 index 0000000000..6522f6b686 --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_0.56_nozzle_0.8.json @@ -0,0 +1,30 @@ +{ + "type": "process", + "name": "fdm_process_openeye_0.56_nozzle_0.8", + "inherits": "fdm_process_openeye_common", + "from": "system", + "instantiation": "false", + "bridge_flow": "1", + "bridge_speed": "30", + "elefant_foot_compensation": "0.15", + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": "20", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "ironing_inset": "0.41", + "initial_layer_infill_speed": "55", + "layer_height": "0.56", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5", + "sparse_infill_line_width": "0.82", + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "sparse_infill_speed": "100", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": "150" +} \ No newline at end of file diff --git a/resources/profiles/OpenEYE/process/fdm_process_openeye_common.json b/resources/profiles/OpenEYE/process/fdm_process_openeye_common.json new file mode 100644 index 0000000000..c83936321b --- /dev/null +++ b/resources/profiles/OpenEYE/process/fdm_process_openeye_common.json @@ -0,0 +1,54 @@ +{ + "type": "process", + "name": "fdm_process_openeye_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "align_infill_direction_to_model": "1", + "exclude_object": "1", + "bridge_speed": "50", + "default_acceleration": "10000", + "enable_overhang_speed": "1", + "gap_infill_speed": "50", + "initial_layer_acceleration": "500", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "30", + "inner_wall_acceleration": "0", + "inner_wall_speed": "150", + "internal_solid_infill_speed": "150", + "outer_wall_acceleration": "5000", + "outer_wall_speed": "120", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "reduce_crossing_wall": "1", + "role_based_wipe_speed": "1", + "scarf_angle_threshold": "155", + "scarf_joint_flow_ratio": "1", + "scarf_joint_speed": "100%", + "scarf_overhang_threshold": "40%", + "seam_gap": "10%", + "seam_position": "aligned_back", + "seam_slope_conditional": "1", + "seam_slope_entire_loop": "0", + "seam_slope_inner_walls": "1", + "seam_slope_min_length": "20", + "seam_slope_start_height": "0", + "seam_slope_steps": "10", + "seam_slope_type": "none", + "small_perimeter_speed": "50%", + "small_perimeter_threshold": "0", + "sparse_infill_acceleration": "100%", + "sparse_infill_speed": "250", + "support_interface_speed": "80", + "support_speed": "150", + "support_on_build_plate_only": "1", + "travel_acceleration": "10000", + "top_surface_acceleration": "2000", + "top_surface_speed": "200", + "travel_speed": "500", + "travel_speed_z": "0", + "wipe_tower_wall_type": "rib", + "wipe_tower_rib_width": "8" +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary.json b/resources/profiles/OrcaFilamentLibrary.json index ca80b86d12..0478a5d52a 100644 --- a/resources/profiles/OrcaFilamentLibrary.json +++ b/resources/profiles/OrcaFilamentLibrary.json @@ -24,6 +24,10 @@ "name": "fdm_filament_bvoh", "sub_path": "filament/base/fdm_filament_bvoh.json" }, + { + "name": "fdm_filament_cope", + "sub_path": "filament/base/fdm_filament_cope.json" + }, { "name": "fdm_filament_eva", "sub_path": "filament/base/fdm_filament_eva.json" @@ -108,6 +112,10 @@ "name": "COEX ABS PRIME @base", "sub_path": "filament/COEX/COEX ABS PRIME @base.json" }, + { + "name": "Eolas Prints ABS @System", + "sub_path": "filament/Eolas Prints/Eolas Prints ABS @System.json" + }, { "name": "FDplast ABS @base", "sub_path": "filament/FDplast/FDplast ABS @base.json" @@ -144,6 +152,10 @@ "name": "COEX ASA PRIME @base", "sub_path": "filament/COEX/COEX ASA PRIME @base.json" }, + { + "name": "Eolas Prints ASA @System", + "sub_path": "filament/Eolas Prints/Eolas Prints ASA @System.json" + }, { "name": "Generic ASA @System", "sub_path": "filament/Generic ASA @System.json" @@ -160,6 +172,10 @@ "name": "Generic BVOH @System", "sub_path": "filament/Generic BVOH @System.json" }, + { + "name": "Generic CoPE @System", + "sub_path": "filament/Generic CoPE @System.json" + }, { "name": "Generic EVA @System", "sub_path": "filament/Generic EVA @System.json" @@ -288,6 +304,18 @@ "name": "COEX PETG @base", "sub_path": "filament/COEX/COEX PETG @base.json" }, + { + "name": "Eolas Prints PETG @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PETG @System.json" + }, + { + "name": "Eolas Prints PETG Transition @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PETG Transition @System.json" + }, + { + "name": "Eolas Prints PETG UV Resistant @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PETG UV Resistant @System.json" + }, { "name": "FDplast PETG @base", "sub_path": "filament/FDplast/FDplast PETG @base.json" @@ -420,6 +448,42 @@ "name": "COEX PLA PRIME @base", "sub_path": "filament/COEX/COEX PLA PRIME @base.json" }, + { + "name": "Eolas Prints PLA Antibacterial @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Antibacterial @System.json" + }, + { + "name": "Eolas Prints PLA High Speed @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA High Speed @System.json" + }, + { + "name": "Eolas Prints PLA INGEO 850 @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA INGEO 850 @System.json" + }, + { + "name": "Eolas Prints PLA INGEO 870 @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA INGEO 870 @System.json" + }, + { + "name": "Eolas Prints PLA Matte @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Matte @System.json" + }, + { + "name": "Eolas Prints PLA Neon @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Neon @System.json" + }, + { + "name": "Eolas Prints PLA Premium @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Premium @System.json" + }, + { + "name": "Eolas Prints PLA Silk @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Silk @System.json" + }, + { + "name": "Eolas Prints PLA Transition @System", + "sub_path": "filament/Eolas Prints/Eolas Prints PLA Transition @System.json" + }, { "name": "FDplast PLA @base", "sub_path": "filament/FDplast/FDplast PLA @base.json" @@ -444,6 +508,10 @@ "name": "NIT PLA @base", "sub_path": "filament/NIT/NIT PLA @base.json" }, + { + "name": "Numakers PLA+ @base", + "sub_path": "filament/Numakers/Numakers PLA+ @base.json" + }, { "name": "Overture Air PLA @base", "sub_path": "filament/Overture/Overture Air PLA @base.json" @@ -517,12 +585,12 @@ "sub_path": "filament/Polymaker/Panchroma PLA Neon @base.json" }, { - "name": "Panchroma PLA Silk @base", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" + "name": "Panchroma PLA Satin @base", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @base.json" }, { - "name": "Panchroma PLA Stain @base", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @base.json" + "name": "Panchroma PLA Silk @base", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @base.json" }, { "name": "Panchroma PLA Starlight @base", @@ -680,6 +748,22 @@ "name": "COEX TPU 60A @base", "sub_path": "filament/COEX/COEX TPU 60A @base.json" }, + { + "name": "Eolas Prints TPU D60 UV Resistant @System", + "sub_path": "filament/Eolas Prints/Eolas Prints TPU Flex D60 UV Resistant @System.json" + }, + { + "name": "Eolas Prints TPU Flex 93A @System", + "sub_path": "filament/Eolas Prints/Eolas Prints TPU Flex 93A @System.json" + }, + { + "name": "Eolas Prints TPU Flex D53 @System", + "sub_path": "filament/Eolas Prints/Eolas Prints TPU Flex D53 @System.json" + }, + { + "name": "Eolas Prints TPU Transition @System", + "sub_path": "filament/Eolas Prints/Eolas Prints TPU Transition @System.json" + }, { "name": "FDplast TPU @base", "sub_path": "filament/FDplast/FDplast TPU @base.json" @@ -692,10 +776,6 @@ "name": "Overture TPU @base", "sub_path": "filament/Overture/Overture TPU @base.json" }, - { - "name": "Numakers PLA+ @base", - "sub_path": "filament/Numakers/Numakers PLA+ @base.json" - }, { "name": "Bambu ABS @System", "sub_path": "filament/Bambu/Bambu ABS @System.json" @@ -790,7 +870,7 @@ }, { "name": "COEX NYLEX PA6-CF @System", - "sub_path": "filament/COEX/COEX NYLEX PA6-CF @System.json" + "sub_path": "filament/COEX/COEX NYLEX UNFILLED @System.json" }, { "name": "Fiberon PA12-CF @System", @@ -980,6 +1060,10 @@ "name": "NIT PLA @System", "sub_path": "filament/NIT/NIT PLA @System.json" }, + { + "name": "Numakers PLA+ @System", + "sub_path": "filament/Numakers/Numakers PLA+ @System.json" + }, { "name": "Overture Air PLA @System", "sub_path": "filament/Overture/Overture Air PLA @System.json" @@ -1053,12 +1137,12 @@ "sub_path": "filament/Polymaker/Panchroma PLA Neon @System.json" }, { - "name": "Panchroma PLA Silk @System", - "sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json" + "name": "Panchroma PLA Satin @System", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @System.json" }, { - "name": "Panchroma PLA Stain @System", - "sub_path": "filament/Polymaker/Panchroma PLA Stain @System.json" + "name": "Panchroma PLA Silk @System", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @System.json" }, { "name": "Panchroma PLA Starlight @System", @@ -1211,10 +1295,6 @@ { "name": "COEX PLA+Silk @System", "sub_path": "filament/COEX/COEX PLA+Silk @System.json" - }, - { - "name": "Numakers PLA+ @System", - "sub_path": "filament/Numakers/Numakers PLA+ @System.json" } ], "process_list": [], diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ABS @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ABS @System.json new file mode 100644 index 0000000000..bf8afa8b31 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ABS @System.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFSEP017", + "setting_id": "GFSEP017_00", + "name": "Eolas Prints ABS @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_abs", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["ABS"], + "nozzle_temperature": ["255"], + "nozzle_temperature_initial_layer": ["260"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature_range_high": ["270"], + "hot_plate_temp": ["100"], + "hot_plate_temp_initial_layer": ["105"], + "chamber_temperature": ["40"], + "filament_density": ["1.04"], + "filament_cost": ["19.50"], + "filament_spool_weight": ["900"], + "filament_max_volumetric_speed": ["18"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ASA @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ASA @System.json new file mode 100644 index 0000000000..21d7ef887b --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints ASA @System.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFSEP018", + "setting_id": "GFSEP018_00", + "name": "Eolas Prints ASA @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_asa", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["ASA"], + "nozzle_temperature": ["260"], + "nozzle_temperature_initial_layer": ["270"], + "nozzle_temperature_range_low": ["245"], + "nozzle_temperature_range_high": ["275"], + "hot_plate_temp": ["100"], + "hot_plate_temp_initial_layer": ["105"], + "chamber_temperature": ["40"], + "filament_density": ["1.07"], + "filament_cost": ["22.50"], + "filament_spool_weight": ["900"], + "filament_max_volumetric_speed": ["18"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG @System.json new file mode 100644 index 0000000000..6f02d13138 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP010", + "setting_id": "GFSEP010_00", + "name": "Eolas Prints PETG @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PETG"], + "nozzle_temperature": ["240"], + "nozzle_temperature_initial_layer": ["245"], + "nozzle_temperature_range_low": ["230"], + "nozzle_temperature_range_high": ["260"], + "hot_plate_temp": ["80"], + "hot_plate_temp_initial_layer": ["85"], + "filament_density": ["1.27"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG Transition @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG Transition @System.json new file mode 100644 index 0000000000..d9e125b8ff --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG Transition @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP012", + "setting_id": "GFSEP012_00", + "name": "Eolas Prints PETG Transition @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PETG"], + "nozzle_temperature": ["240"], + "nozzle_temperature_initial_layer": ["245"], + "nozzle_temperature_range_low": ["230"], + "nozzle_temperature_range_high": ["260"], + "hot_plate_temp": ["80"], + "hot_plate_temp_initial_layer": ["85"], + "filament_density": ["1.27"], + "filament_cost": ["17.40"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG UV Resistant @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG UV Resistant @System.json new file mode 100644 index 0000000000..8810346918 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PETG UV Resistant @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP011", + "setting_id": "GFSEP011_00", + "name": "Eolas Prints PETG UV Resistant @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pet", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PETG"], + "nozzle_temperature": ["245"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_low": ["235"], + "nozzle_temperature_range_high": ["265"], + "hot_plate_temp": ["80"], + "hot_plate_temp_initial_layer": ["85"], + "filament_density": ["1.27"], + "filament_cost": ["30.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Antibacterial @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Antibacterial @System.json new file mode 100644 index 0000000000..b41e563301 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Antibacterial @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP008", + "setting_id": "GFSEP008_00", + "name": "Eolas Prints PLA Antibacterial @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["216"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_low": ["195"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["30.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA High Speed @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA High Speed @System.json new file mode 100644 index 0000000000..fd41493192 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA High Speed @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP005", + "setting_id": "GFSEP005_00", + "name": "Eolas Prints PLA High Speed @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["220"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_low": ["210"], + "nozzle_temperature_range_high": ["240"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["17.8"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 850 @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 850 @System.json new file mode 100644 index 0000000000..ccef240d17 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 850 @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP006", + "setting_id": "GFSEP006_00", + "name": "Eolas Prints PLA INGEO 850 @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["210"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 870 @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 870 @System.json new file mode 100644 index 0000000000..da7ebe735d --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA INGEO 870 @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP007", + "setting_id": "GFSEP007_00", + "name": "Eolas Prints PLA INGEO 870 @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["220"], + "nozzle_temperature_initial_layer": ["225"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature_range_high": ["235"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.22"], + "filament_cost": ["30.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Matte @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Matte @System.json new file mode 100644 index 0000000000..5c90dff774 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Matte @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP002", + "setting_id": "GFSEP002_00", + "name": "Eolas Prints PLA Matte @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Neon @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Neon @System.json new file mode 100644 index 0000000000..857924f75a --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Neon @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP004", + "setting_id": "GFSEP004_00", + "name": "Eolas Prints PLA Neon @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["210"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["10"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Premium @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Premium @System.json new file mode 100644 index 0000000000..ceeaabbcf5 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Premium @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP001", + "setting_id": "GFSEP001_00", + "name": "Eolas Prints PLA Premium @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["210"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["19.90"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Silk @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Silk @System.json new file mode 100644 index 0000000000..0409a36e12 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Silk @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP003", + "setting_id": "GFSEP003_00", + "name": "Eolas Prints PLA Silk @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["215"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_low": ["205"], + "nozzle_temperature_range_high": ["235"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["25.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["8"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Transition @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Transition @System.json new file mode 100644 index 0000000000..0804a78a64 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints PLA Transition @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP009", + "setting_id": "GFSEP009_00", + "name": "Eolas Prints PLA Transition @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pla", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["PLA"], + "nozzle_temperature": ["210"], + "nozzle_temperature_initial_layer": ["215"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature_range_high": ["230"], + "hot_plate_temp": ["60"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.24"], + "filament_cost": ["13.90"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["15"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex 93A @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex 93A @System.json new file mode 100644 index 0000000000..90cc77ff33 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex 93A @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP013", + "setting_id": "GFSEP013_00", + "name": "Eolas Prints TPU Flex 93A @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["TPU"], + "nozzle_temperature": ["220"], + "nozzle_temperature_initial_layer": ["225"], + "nozzle_temperature_range_low": ["210"], + "nozzle_temperature_range_high": ["240"], + "hot_plate_temp": ["50"], + "hot_plate_temp_initial_layer": ["55"], + "filament_density": ["1.21"], + "filament_cost": ["34.99"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["6"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D53 @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D53 @System.json new file mode 100644 index 0000000000..96237eb712 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D53 @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP014", + "setting_id": "GFSEP014_00", + "name": "Eolas Prints TPU Flex D53 @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["TPU"], + "nozzle_temperature": ["220"], + "nozzle_temperature_initial_layer": ["225"], + "nozzle_temperature_range_low": ["205"], + "nozzle_temperature_range_high": ["235"], + "hot_plate_temp": ["45"], + "hot_plate_temp_initial_layer": ["50"], + "filament_density": ["1.17"], + "filament_cost": ["38.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["8"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D60 UV Resistant @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D60 UV Resistant @System.json new file mode 100644 index 0000000000..e88f950722 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Flex D60 UV Resistant @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP015", + "setting_id": "GFSEP015_00", + "name": "Eolas Prints TPU D60 UV Resistant @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["TPU"], + "nozzle_temperature": ["225"], + "nozzle_temperature_initial_layer": ["230"], + "nozzle_temperature_range_low": ["215"], + "nozzle_temperature_range_high": ["245"], + "hot_plate_temp": ["55"], + "hot_plate_temp_initial_layer": ["60"], + "filament_density": ["1.16"], + "filament_cost": ["37.90"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["8"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Transition @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Transition @System.json new file mode 100644 index 0000000000..c1029399d4 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Eolas Prints/Eolas Prints TPU Transition @System.json @@ -0,0 +1,22 @@ +{ + "type": "filament", + "filament_id": "GFSEP016", + "setting_id": "GFSEP016_00", + "name": "Eolas Prints TPU Transition @System", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_color": ["#4d9398"], + "filament_vendor": ["Eolas Prints"], + "filament_type": ["TPU"], + "nozzle_temperature": ["220"], + "nozzle_temperature_initial_layer": ["225"], + "nozzle_temperature_range_low": ["210"], + "nozzle_temperature_range_high": ["240"], + "hot_plate_temp": ["50"], + "hot_plate_temp_initial_layer": ["55"], + "filament_density": ["1.21"], + "filament_cost": ["22.50"], + "filament_spool_weight": ["1000"], + "filament_max_volumetric_speed": ["5"] +} \ No newline at end of file diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Generic CoPE @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Generic CoPE @System.json new file mode 100644 index 0000000000..510f196a79 --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/Generic CoPE @System.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "name": "Generic CoPE @System", + "inherits": "fdm_filament_cope", + "from": "system", + "setting_id": "OGFSC99_00", + "instantiation": "true", + "compatible_printers": [] +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @System.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @System.json similarity index 60% rename from resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @System.json rename to resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @System.json index 96e40e373f..bbb5b658f6 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @System.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @System.json @@ -1,7 +1,8 @@ { "type": "filament", - "name": "Panchroma PLA Stain @System", - "inherits": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @System", + "renamed_from": "Panchroma PLA Stain @System", + "inherits": "Panchroma PLA Satin @base", "from": "system", "setting_id": "OGFSPM005", "instantiation": "true", @@ -11,4 +12,4 @@ "filament_max_volumetric_speed": [ "16" ] -} \ No newline at end of file +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @base.json b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @base.json similarity index 87% rename from resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @base.json rename to resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @base.json index 4021abe0c3..a3ae93632b 100644 --- a/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Stain @base.json +++ b/resources/profiles/OrcaFilamentLibrary/filament/Polymaker/Panchroma PLA Satin @base.json @@ -1,6 +1,7 @@ { "type": "filament", - "name": "Panchroma PLA Stain @base", + "name": "Panchroma PLA Satin @base", + "renamed_from": "Panchroma PLA Stain @base", "inherits": "fdm_filament_pla", "from": "system", "filament_id": "OGFPM005", @@ -32,4 +33,4 @@ "temperature_vitrification": [ "59" ] -} \ No newline at end of file +} diff --git a/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_cope.json b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_cope.json new file mode 100644 index 0000000000..30f1e1a29c --- /dev/null +++ b/resources/profiles/OrcaFilamentLibrary/filament/base/fdm_filament_cope.json @@ -0,0 +1,92 @@ +{ + "type": "filament", + "name": "fdm_filament_cope", + "inherits": "fdm_filament_common", + "from": "system", + "filament_id": "OGFLC99", + "instantiation": "false", + "filament_type": [ + "CoPE" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "close_fan_the_first_x_layers": [ + "1" + ], + "cool_plate_temp": [ + "35" + ], + "cool_plate_temp_initial_layer": [ + "35" + ], + "eng_plate_temp": [ + "0" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "fan_cooling_layer_time": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_cost": [ + "20" + ], + "filament_density": [ + "1.29" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "filament_scarf_seam_type": [ + "none" + ], + "filament_scarf_gap": [ + "15%" + ], + "hot_plate_temp": [ + "55" + ], + "hot_plate_temp_initial_layer": [ + "55" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "overhang_fan_threshold": [ + "50%" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "slow_down_layer_time": [ + "4" + ], + "slow_down_min_speed": [ + "10" + ], + "temperature_vitrification": [ + "45" + ], + "textured_plate_temp": [ + "55" + ], + "textured_plate_temp_initial_layer": [ + "55" + ], + "filament_flow_ratio": [ + "0.98" + ] +} diff --git a/resources/profiles/Prusa.json b/resources/profiles/Prusa.json index afdcf55018..539cd0d8ea 100644 --- a/resources/profiles/Prusa.json +++ b/resources/profiles/Prusa.json @@ -1,6 +1,6 @@ { "name": "Prusa", - "version": "02.03.01.10", + "version": "02.03.01.11", "force_update": "0", "description": "Prusa configurations", "machine_model_list": [ @@ -12,6 +12,14 @@ "name": "Prusa CORE One HF", "sub_path": "machine/Prusa CORE One HF.json" }, + { + "name": "Prusa CORE One L", + "sub_path": "machine/Prusa CORE One L.json" + }, + { + "name": "Prusa CORE One L HF", + "sub_path": "machine/Prusa CORE One L HF.json" + }, { "name": "Prusa MINI", "sub_path": "machine/Prusa MINI.json" @@ -1169,6 +1177,222 @@ { "name": "0.32mm SPEED @CORE One HF 0.5", "sub_path": "process/0.32mm SPEED @CORE One HF 0.5.json" + }, + { + "name": "0.05mm DETAIL @CORE One L 0.25", + "sub_path": "process/0.05mm DETAIL @CORE One L 0.25.json" + }, + { + "name": "0.07mm DETAIL @CORE One L 0.25", + "sub_path": "process/0.07mm DETAIL @CORE One L 0.25.json" + }, + { + "name": "0.10mm FAST DETAIL @CORE One L 0.4", + "sub_path": "process/0.10mm FAST DETAIL @CORE One L 0.4.json" + }, + { + "name": "0.10mm STRUCTURAL @CORE One L 0.5", + "sub_path": "process/0.10mm STRUCTURAL @CORE One L 0.5.json" + }, + { + "name": "0.12mm SPEED @CORE One L 0.25", + "sub_path": "process/0.12mm SPEED @CORE One L 0.25.json" + }, + { + "name": "0.12mm STRUCTURAL @CORE One L 0.25", + "sub_path": "process/0.12mm STRUCTURAL @CORE One L 0.25.json" + }, + { + "name": "0.12mm STRUCTURAL @CORE One L 0.3", + "sub_path": "process/0.12mm STRUCTURAL @CORE One L 0.3.json" + }, + { + "name": "0.15mm SPEED @CORE One L 0.25", + "sub_path": "process/0.15mm SPEED @CORE One L 0.25.json" + }, + { + "name": "0.15mm SPEED @CORE One L 0.4", + "sub_path": "process/0.15mm SPEED @CORE One L 0.4.json" + }, + { + "name": "0.15mm SPEED @CORE One L HF 0.4", + "sub_path": "process/0.15mm SPEED @CORE One L HF 0.4.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One L 0.25", + "sub_path": "process/0.15mm STRUCTURAL @CORE One L 0.25.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One L 0.4", + "sub_path": "process/0.15mm STRUCTURAL @CORE One L 0.4.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One L 0.5", + "sub_path": "process/0.15mm STRUCTURAL @CORE One L 0.5.json" + }, + { + "name": "0.15mm STRUCTURAL @CORE One L 0.6", + "sub_path": "process/0.15mm STRUCTURAL @CORE One L 0.6.json" + }, + { + "name": "0.16mm SPEED @CORE One L 0.3", + "sub_path": "process/0.16mm SPEED @CORE One L 0.3.json" + }, + { + "name": "0.16mm STRUCTURAL @CORE One L 0.3", + "sub_path": "process/0.16mm STRUCTURAL @CORE One L 0.3.json" + }, + { + "name": "0.20mm SOLUBLE FULL @CORE One L 0.4", + "sub_path": "process/0.20mm SOLUBLE FULL @CORE One L 0.4.json" + }, + { + "name": "0.20mm SOLUBLE INTERFACE @CORE One L 0.4", + "sub_path": "process/0.20mm SOLUBLE INTERFACE @CORE One L 0.4.json" + }, + { + "name": "0.20mm SPEED @CORE One L 0.3", + "sub_path": "process/0.20mm SPEED @CORE One L 0.3.json" + }, + { + "name": "0.20mm SPEED @CORE One L 0.4", + "sub_path": "process/0.20mm SPEED @CORE One L 0.4.json" + }, + { + "name": "0.20mm SPEED @CORE One L 0.5", + "sub_path": "process/0.20mm SPEED @CORE One L 0.5.json" + }, + { + "name": "0.20mm SPEED @CORE One L 0.6", + "sub_path": "process/0.20mm SPEED @CORE One L 0.6.json" + }, + { + "name": "0.20mm SPEED @CORE One L HF 0.4", + "sub_path": "process/0.20mm SPEED @CORE One L HF 0.4.json" + }, + { + "name": "0.20mm SPEED @CORE One L HF 0.5", + "sub_path": "process/0.20mm SPEED @CORE One L HF 0.5.json" + }, + { + "name": "0.20mm SPEED @CORE One L HF 0.6", + "sub_path": "process/0.20mm SPEED @CORE One L HF 0.6.json" + }, + { + "name": "0.20mm STRUCTURAL @CORE One L 0.3", + "sub_path": "process/0.20mm STRUCTURAL @CORE One L 0.3.json" + }, + { + "name": "0.20mm STRUCTURAL @CORE One L 0.4", + "sub_path": "process/0.20mm STRUCTURAL @CORE One L 0.4.json" + }, + { + "name": "0.20mm STRUCTURAL @CORE One L 0.5", + "sub_path": "process/0.20mm STRUCTURAL @CORE One L 0.5.json" + }, + { + "name": "0.20mm STRUCTURAL @CORE One L 0.6", + "sub_path": "process/0.20mm STRUCTURAL @CORE One L 0.6.json" + }, + { + "name": "0.25mm SPEED @CORE One L 0.5", + "sub_path": "process/0.25mm SPEED @CORE One L 0.5.json" + }, + { + "name": "0.25mm SPEED @CORE One L 0.6", + "sub_path": "process/0.25mm SPEED @CORE One L 0.6.json" + }, + { + "name": "0.25mm SPEED @CORE One L HF 0.4", + "sub_path": "process/0.25mm SPEED @CORE One L HF 0.4.json" + }, + { + "name": "0.25mm SPEED @CORE One L HF 0.5", + "sub_path": "process/0.25mm SPEED @CORE One L HF 0.5.json" + }, + { + "name": "0.25mm SPEED @CORE One L HF 0.6", + "sub_path": "process/0.25mm SPEED @CORE One L HF 0.6.json" + }, + { + "name": "0.25mm STRUCTURAL @CORE One L 0.5", + "sub_path": "process/0.25mm STRUCTURAL @CORE One L 0.5.json" + }, + { + "name": "0.25mm STRUCTURAL @CORE One L 0.6", + "sub_path": "process/0.25mm STRUCTURAL @CORE One L 0.6.json" + }, + { + "name": "0.25mm STRUCTURAL @CORE One L HF 0.4", + "sub_path": "process/0.25mm STRUCTURAL @CORE One L HF 0.4.json" + }, + { + "name": "0.28mm DRAFT @CORE One L HF 0.4", + "sub_path": "process/0.28mm DRAFT @CORE One L HF 0.4.json" + }, + { + "name": "0.30mm DETAIL @CORE One L 0.8", + "sub_path": "process/0.30mm DETAIL @CORE One L 0.8.json" + }, + { + "name": "0.30mm SPEED @CORE One L HF 0.8", + "sub_path": "process/0.30mm SPEED @CORE One L HF 0.8.json" + }, + { + "name": "0.30mm STRUCTURAL @CORE One L HF 0.8", + "sub_path": "process/0.30mm STRUCTURAL @CORE One L HF 0.8.json" + }, + { + "name": "0.32mm SPEED @CORE One L 0.6", + "sub_path": "process/0.32mm SPEED @CORE One L 0.6.json" + }, + { + "name": "0.32mm SPEED @CORE One L HF 0.5", + "sub_path": "process/0.32mm SPEED @CORE One L HF 0.5.json" + }, + { + "name": "0.32mm SPEED @CORE One L HF 0.6", + "sub_path": "process/0.32mm SPEED @CORE One L HF 0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One L 0.6", + "sub_path": "process/0.32mm STRUCTURAL @CORE One L 0.6.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One L HF 0.5", + "sub_path": "process/0.32mm STRUCTURAL @CORE One L HF 0.5.json" + }, + { + "name": "0.32mm STRUCTURAL @CORE One L HF 0.6", + "sub_path": "process/0.32mm STRUCTURAL @CORE One L HF 0.6.json" + }, + { + "name": "0.40mm QUALITY @CORE One L 0.8", + "sub_path": "process/0.40mm QUALITY @CORE One L 0.8.json" + }, + { + "name": "0.40mm SPEED @CORE One L HF 0.6", + "sub_path": "process/0.40mm SPEED @CORE One L HF 0.6.json" + }, + { + "name": "0.40mm SPEED @CORE One L HF 0.8", + "sub_path": "process/0.40mm SPEED @CORE One L HF 0.8.json" + }, + { + "name": "0.40mm STRUCTURAL @CORE One L HF 0.6", + "sub_path": "process/0.40mm STRUCTURAL @CORE One L HF 0.6.json" + }, + { + "name": "0.40mm STRUCTURAL @CORE One L HF 0.8", + "sub_path": "process/0.40mm STRUCTURAL @CORE One L HF 0.8.json" + }, + { + "name": "0.55mm DRAFT @CORE One L 0.8", + "sub_path": "process/0.55mm DRAFT @CORE One L 0.8.json" + }, + { + "name": "0.55mm SPEED @CORE One L HF 0.8", + "sub_path": "process/0.55mm SPEED @CORE One L HF 0.8.json" } ], "filament_list": [ @@ -2358,6 +2582,14 @@ "name": "Prusa CORE One HF 0.8 nozzle", "sub_path": "machine/Prusa CORE One HF 0.8 nozzle.json" }, + { + "name": "Prusa CORE One L HF 0.4 nozzle", + "sub_path": "machine/Prusa CORE One L HF 0.4 nozzle.json" + }, + { + "name": "Prusa CORE One L 0.4 nozzle", + "sub_path": "machine/Prusa CORE One L 0.4 nozzle.json" + }, { "name": "Prusa MINIIS 0.25 nozzle", "sub_path": "machine/Prusa MINIIS 0.25 nozzle.json" @@ -2487,4 +2719,4 @@ "sub_path": "machine/Prusa MK4S HF0.8 nozzle.json" } ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/Prusa CORE One L HF_cover.png b/resources/profiles/Prusa/Prusa CORE One L HF_cover.png new file mode 100644 index 0000000000..a9cf960bd6 Binary files /dev/null and b/resources/profiles/Prusa/Prusa CORE One L HF_cover.png differ diff --git a/resources/profiles/Prusa/Prusa CORE One L_cover.png b/resources/profiles/Prusa/Prusa CORE One L_cover.png new file mode 100644 index 0000000000..a9cf960bd6 Binary files /dev/null and b/resources/profiles/Prusa/Prusa CORE One L_cover.png differ diff --git a/resources/profiles/Prusa/coreonel.svg b/resources/profiles/Prusa/coreonel.svg new file mode 100644 index 0000000000..ca653911d8 --- /dev/null +++ b/resources/profiles/Prusa/coreonel.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/profiles/Prusa/coreonel_bed.stl b/resources/profiles/Prusa/coreonel_bed.stl new file mode 100644 index 0000000000..bf4b1c8d9e Binary files /dev/null and b/resources/profiles/Prusa/coreonel_bed.stl differ diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json index 1d003675a6..3a78658ce2 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One HF 0.4.json @@ -7,7 +7,8 @@ "filament_id": "Prusa Generic PLA @CORE One HF 0.4", "instantiation": "true", "compatible_printers": [ - "Prusa CORE One HF 0.4 nozzle" + "Prusa CORE One HF 0.4 nozzle", + "Prusa CORE One L HF 0.4 nozzle" ], "filament_max_volumetric_speed": [ "22" @@ -18,4 +19,4 @@ "nozzle_temperature": [ "225" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json index 9d41d0bbc9..9934e71256 100644 --- a/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusa Generic PLA @CORE One.json @@ -16,7 +16,8 @@ "Prusa CORE One 0.25 nozzle", "Prusa CORE One 0.3 nozzle", "Prusa CORE One 0.4 nozzle", - "Prusa CORE One 0.5 nozzle" + "Prusa CORE One 0.5 nozzle", + "Prusa CORE One L 0.4 nozzle" ], "fan_cooling_layer_time": [ "40" @@ -55,7 +56,7 @@ "0" ], "filament_start_gcode": [ - "M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.25}0.14{elsif nozzle_diameter[filament_extruder_id]==0.3}0.07{elsif nozzle_diameter[filament_extruder_id]==0.35}0.06{elsif nozzle_diameter[filament_extruder_id]==0.6}0.03{elsif nozzle_diameter[filament_extruder_id]==0.5}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S|CORE One).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.025{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.014{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + "M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.25}0.14{elsif nozzle_diameter[filament_extruder_id]==0.3}0.07{elsif nozzle_diameter[filament_extruder_id]==0.35}0.06{elsif nozzle_diameter[filament_extruder_id]==0.6}0.03{elsif nozzle_diameter[filament_extruder_id]==0.5}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S|CORE One|CORE One L).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.025{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.014{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" ], "filament_type": [ "PLA" @@ -99,4 +100,4 @@ "slow_down_min_speed": [ "20" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json index 923bdd8ce3..95e7306669 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One HF 0.4.json @@ -7,7 +7,8 @@ "filament_id": "Prusament PLA @CORE One HF 0.4", "instantiation": "true", "compatible_printers": [ - "Prusa CORE One HF 0.4 nozzle" + "Prusa CORE One HF 0.4 nozzle", + "Prusa CORE One L HF 0.4 nozzle" ], "filament_max_volumetric_speed": [ "24" @@ -18,4 +19,4 @@ "nozzle_temperature": [ "230" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json b/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json index e82c853cbc..48feafe714 100644 --- a/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json +++ b/resources/profiles/Prusa/filament/Prusament PLA @CORE One.json @@ -16,7 +16,8 @@ "Prusa CORE One 0.25 nozzle", "Prusa CORE One 0.3 nozzle", "Prusa CORE One 0.4 nozzle", - "Prusa CORE One 0.5 nozzle" + "Prusa CORE One 0.5 nozzle", + "Prusa CORE One L 0.4 nozzle" ], "fan_cooling_layer_time": [ "40" @@ -55,7 +56,7 @@ "0" ], "filament_start_gcode": [ - "M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.25}0.14{elsif nozzle_diameter[filament_extruder_id]==0.3}0.07{elsif nozzle_diameter[filament_extruder_id]==0.35}0.06{elsif nozzle_diameter[filament_extruder_id]==0.6}0.03{elsif nozzle_diameter[filament_extruder_id]==0.5}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S|CORE One).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.025{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.014{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" + "M900 K{if nozzle_diameter[filament_extruder_id]==0.4}0.05{elsif nozzle_diameter[filament_extruder_id]==0.25}0.14{elsif nozzle_diameter[filament_extruder_id]==0.3}0.07{elsif nozzle_diameter[filament_extruder_id]==0.35}0.06{elsif nozzle_diameter[filament_extruder_id]==0.6}0.03{elsif nozzle_diameter[filament_extruder_id]==0.5}0.035{elsif nozzle_diameter[filament_extruder_id]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*(MK4IS|XLIS|MK4S|MK3.9S|CORE One|CORE One L).*/}\nM572 S{if nozzle_diameter[filament_extruder_id]==0.4}0.036{elsif nozzle_diameter[filament_extruder_id]==0.5}0.025{elsif nozzle_diameter[filament_extruder_id]==0.6}0.022{elsif nozzle_diameter[filament_extruder_id]==0.8}0.014{elsif nozzle_diameter[filament_extruder_id]==0.25}0.12{elsif nozzle_diameter[filament_extruder_id]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp" ], "filament_type": [ "PLA" @@ -99,4 +100,4 @@ "slow_down_min_speed": [ "20" ] -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json index b2fd4da341..b88208c852 100644 --- a/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa CORE One 0.4 nozzle.json @@ -12,4 +12,4 @@ "printer_model": "Prusa CORE One", "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE\nPG\nNO_TEMPLATES", "printer_variant": "0.4" -} \ No newline at end of file +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L 0.4 nozzle.json new file mode 100644 index 0000000000..8ea6c8eb77 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L 0.4 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "machine", + "name": "Prusa CORE One L 0.4 nozzle", + "inherits": "Prusa CORE One L HF 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One", + "default_print_profile": "0.20mm SPEED @CORE One L 0.4", + "nozzle_diameter": [ + "0.4" + ], + "printer_model": "Prusa CORE One L", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE_L\nPG\nNO_TEMPLATES", + "printer_variant": "0.4" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L 0.5 nozzle.json new file mode 100644 index 0000000000..d6da161961 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L 0.5 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "machine", + "name": "Prusa CORE One L 0.5 nozzle", + "inherits": "Prusa CORE One L HF 0.5 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One", + "default_print_profile": "0.20mm SPEED @CORE One 0.5", + "nozzle_diameter": [ + "0.5" + ], + "printer_model": "Prusa CORE One L", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE_L\nPG\nNO_TEMPLATES", + "printer_variant": "0.5" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L 0.6 nozzle.json new file mode 100644 index 0000000000..7a9a033269 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L 0.6 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "machine", + "name": "Prusa CORE One L 0.6 nozzle", + "inherits": "Prusa CORE One L HF 0.6 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One 0.6", + "default_print_profile": "0.25mm SPEED @CORE One 0.6", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Prusa CORE One L", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE_L\nPG\nNO_TEMPLATES", + "printer_variant": "0.6" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L 0.8 nozzle.json new file mode 100644 index 0000000000..85e53387e0 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L 0.8 nozzle.json @@ -0,0 +1,15 @@ +{ + "type": "machine", + "name": "Prusa CORE One L 0.8 nozzle", + "inherits": "Prusa CORE One L HF 0.8 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One 0.8", + "default_print_profile": "0.40mm QUALITY @CORE One 0.8", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Prusa CORE One L", + "printer_notes": "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE_L\nPG\nNO_TEMPLATES", + "printer_variant": "0.8" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.4 nozzle.json new file mode 100644 index 0000000000..eabe327476 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.4 nozzle.json @@ -0,0 +1,132 @@ +{ + "type": "machine", + "name": "Prusa CORE One L HF 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "true", + "before_layer_change_gcode": [ + ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n{if layer_z > 150}\nM201 X{interpolate_table(layer_z, (0,6000), (150,6000), (200,4000), (331,2000))} Y{interpolate_table(layer_z, (0,6000), (150,6000), (200,4000), (331,2000))}\n{endif}\n" + ], + "change_filament_gcode": [ + "M600\nG1 E0.3 F1500 ; prime after color change" + ], + "default_filament_profile": "Prusament PLA @CORE One HF 0.4", + "default_print_profile": "0.20mm SPEED @CORE One L 0.4", + "deretraction_speed": "25", + "emit_machine_limits_to_gcode": "1", + "extruder_clearance_height_to_lid": "50", + "extruder_clearance_height_to_rod": "33", + "extruder_clearance_radius": "75", + "printer_structure": "corexy", + "gcode_flavor": "marlin2", + "host_type": "prusalink", + "layer_change_gcode": [ + ";AFTER_LAYER_CHANGE\n;[layer_z]" + ], + "machine_end_gcode": [ + "{if layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM141 S0 ; disable chamber control\nM107 ; turn off fan\nM107 P3\nM107 P5\nG1 X242 Y211 F10200 ; park\nG4 ; wait\nM572 S0 ; reset PA\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]" + ], + "machine_max_acceleration_e": [ + "5000", + "2500" + ], + "machine_max_acceleration_extruding": [ + "7000", + "2500" + ], + "machine_max_acceleration_retracting": [ + "2500", + "1200" + ], + "machine_max_acceleration_travel": [ + "6000", + "2500" + ], + "machine_max_acceleration_x": [ + "10000", + "2500" + ], + "machine_max_acceleration_y": [ + "10000", + "2500" + ], + "machine_max_acceleration_z": [ + "400", + "200" + ], + "machine_max_jerk_e": [ + "10", + "10" + ], + "machine_max_jerk_x": [ + "10", + "8" + ], + "machine_max_jerk_y": [ + "10", + "8" + ], + "machine_max_jerk_z": [ + "2", + "2" + ], + "machine_max_speed_e": [ + "100", + "100" + ], + "machine_max_speed_x": [ + "350", + "160" + ], + "machine_max_speed_y": [ + "350", + "160" + ], + "machine_max_speed_z": [ + "12", + "12" + ], + "machine_pause_gcode": "M601", + "machine_start_gcode": [ + "M17 ; enable steppers\nM862.1 P[nozzle_diameter] A{(printer_notes=~/.*ABRASIVE_NOZZLE.*/ ? 1 : 0)} F{(printer_notes=~/.*HF_NOZZLE.*/ ? 1 : 0)} ; nozzle check\nM862.3 P \"COREONEL\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.3.0+10073\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nM140 S[first_layer_bed_temperature] ; set bed temp\n{if chamber_temperature[initial_tool] > 35}\nM106 P5 R A125 B10 C5 ;turn on bed fans with fade for chamber or bed\n{else}\nM106 P5 R A125 B10 ;turn on bed fans with fade for bed\n{endif}\n\nM109 R{((filament_notes[0]=~/.*MBL160.*/) ? 160 : (filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : 170)} ; wait for temp\n\nM84 E ; turn off E motor\n\nG28 Q ;home all without mesh bed level\n\nG1 Z20 F720 ;lift bed to optimal bed fan height\n\n{if chamber_temperature[initial_tool] > 35}\n; Min chamber temp section\nM104 S170 ; set idle temp\nG1 X292 Y-5 F4800 ; set print head position\nM191 S{chamber_temperature[initial_tool]}\nM141 S{chamber_temperature[initial_tool]} ; set nominal chamber temp\nM104 S{((filament_notes[0]=~/.*MBL160.*/) ? 160 : (filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : 170)} ; set MBL temp\nM106 P3 N25 G5\n{else}\nM141 S{chamber_temperature[initial_tool]} ; set nominal chamber temp\n{if chamber_temperature[initial_tool]<30}\nM106 P3 N76 G3\n{else}\nM106 P3 N51 G1\n{endif}\n{endif}\n\n{if first_layer_bed_temperature[initial_tool]<=60}M106 S70{endif}\nM190 R[first_layer_bed_temperature] ; wait for bed temp\nM107\n{if chamber_temperature[initial_tool]<50} \n; turn off bed fans for chamber temps < 50C\nM107 P5\n{endif}\nM109 R{((filament_notes[0]=~/.*MBL160.*/) ? 160 : (filament_notes[0]=~/.*HT_MBL10.*/) ? (first_layer_temperature[0] - 10) : (filament_type[0] == \"PC\" or filament_type[0] == \"PA\") ? (first_layer_temperature[0] - 25) : (filament_type[0] == \"FLEX\") ? 210 : 170)} ; wait for MBL temp\n\nM302 S155 ; lower cold extrusion limit to 155C\n\n{if filament_type[initial_tool]==\"FLEX\"}\nG1 E-4 F2400 ; retraction\n{else}\nG1 E-2 F2400 ; retraction\n{endif}\n\nM84 E ; turn off E motor\n\nG29 P9 X208 Y-2.5 W32 H4\n\n;\n; MBL\n;\n\nM84 E ; turn off E motor\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X150 Y0 W100 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X249 Y-2.5 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\nG92 E0\nM569 S0 E ; set spreadcycle mode for extruder\n\nM591 S0 ; disable stuck detection\n\n;\n; Extrude purge line\n;\nG92 E0 ; reset extruder position\nG1 E{(filament_type[0] == \"FLEX\" ? 4 : 2)} F2400 ; deretraction after the initial one\nG0 E5 X235 Z0.2 F500 ; purge\nG0 X225 E4 F500 ; purge\nG0 X215 E4 F650 ; purge\nG0 X205 E4 F800 ; purge\nG0 X202 Z0.05 F8000 ; wipe, move close to the bed\nG0 X199 Z0.2 F8000 ; wipe, move quickly away from the bed\n\nM591 R ; restore stuck detection\n\nG92 E0\nM221 S100 ; set flow to 100%" + ], + "max_layer_height": "0.30", + "min_layer_height": "0.07", + "nozzle_diameter": [ + "0.4" + ], + "printable_area": [ + "0x0", + "300x0", + "300x300", + "0x300" + ], + "printable_height": "331", + "printer_model": "Prusa CORE One L HF", + "printer_notes": [ + "Don't remove the following keywords! These keywords are used in the \"compatible printer\" condition of the print and filament profiles to link the particular print and filament profiles to this printer profile.\nPRINTER_MODEL_COREONE_L\nHF_NOZZLE\nPG\nNO_TEMPLATES\nSEQ_ARRANGE_MODEL_COREONEL" + ], + "printer_variant": "0.4", + "retract_before_wipe": "80", + "retract_length_toolchange": "0", + "retract_lift_above": "0", + "retract_lift_below": "329", + "retract_when_changing_layer": "1", + "retraction_length": "0.7", + "retraction_minimum_travel": "1.5", + "retraction_speed": "45", + "single_extruder_multi_material": "0", + "thumbnails": [ + "16x16/QOI", + "313x173/QOI", + "440x240/QOI", + "480x240/QOI", + "640x480/PNG" + ], + "travel_slope": "1", + "use_firmware_retraction": "0", + "use_relative_e_distances": "1", + "wipe": "0", + "z_hop": "0.2", + "z_hop_types": "Normal Lift" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.5 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.5 nozzle.json new file mode 100644 index 0000000000..a612cf6a1f --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.5 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "machine", + "name": "Prusa CORE One L HF 0.5 nozzle", + "inherits": "Prusa CORE One L HF 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One HF 0.5", + "default_print_profile": "0.20mm SPEED @CORE One HF 0.5", + "deretraction_speed": "25", + "max_layer_height": "0.32", + "min_layer_height": "0.07", + "nozzle_diameter": [ + "0.5" + ], + "printer_model": "Prusa CORE One L HF", + "printer_variant": "0.5", + "retraction_length": "0.7", + "wipe": "1" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.6 nozzle.json new file mode 100644 index 0000000000..3a7a91993d --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.6 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "machine", + "name": "Prusa CORE One L HF 0.6 nozzle", + "inherits": "Prusa CORE One L HF 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One HF 0.6", + "default_print_profile": "0.32mm SPEED @CORE One HF 0.6", + "deretraction_speed": "25", + "max_layer_height": "0.40", + "min_layer_height": "0.15", + "nozzle_diameter": [ + "0.6" + ], + "printer_model": "Prusa CORE One L HF", + "printer_variant": "0.6", + "retraction_length": "0.7", + "wipe": "1" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.8 nozzle.json new file mode 100644 index 0000000000..d3c7f586aa --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L HF 0.8 nozzle.json @@ -0,0 +1,22 @@ +{ + "type": "machine", + "name": "Prusa CORE One L HF 0.8 nozzle", + "inherits": "Prusa CORE One L HF 0.4 nozzle", + "from": "system", + "instantiation": "true", + "default_filament_profile": "Prusament PLA @CORE One HF 0.8", + "default_print_profile": "0.40mm STRUCTURAL @CORE One HF 0.8", + "deretraction_speed": "15", + "max_layer_height": "0.6", + "min_layer_height": "0.2", + "nozzle_diameter": [ + "0.8" + ], + "printer_model": "Prusa CORE One L HF", + "printer_variant": "0.8", + "retract_before_wipe": "50", + "retraction_length": "0.6", + "retraction_speed": "15", + "wipe": "1", + "z_hop": "0.25" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L HF.json b/resources/profiles/Prusa/machine/Prusa CORE One L HF.json new file mode 100644 index 0000000000..f3a8acde66 --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L HF.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Prusa CORE One L HF", + "bed_model": "coreonel_bed.stl", + "bed_texture": "coreonel.svg", + "default_materials": "Prusa Generic PLA @CORE One", + "family": "Prusa", + "hotend_model": "", + "machine_tech": "FFF", + "model_id": "Prusa_CORE_One_L_HF", + "nozzle_diameter": "0.4;0.5;0.6;0.8" +} diff --git a/resources/profiles/Prusa/machine/Prusa CORE One L.json b/resources/profiles/Prusa/machine/Prusa CORE One L.json new file mode 100644 index 0000000000..b92f4b94aa --- /dev/null +++ b/resources/profiles/Prusa/machine/Prusa CORE One L.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Prusa CORE One L", + "bed_model": "coreonel_bed.stl", + "bed_texture": "coreonel.svg", + "default_materials": "Prusa Generic ABS @CORE One;Prusa Generic ASA @CORE One;Prusa Generic PETG @CORE One;Prusa Generic PLA @CORE One;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One", + "family": "Prusa", + "hotend_model": "", + "machine_tech": "FFF", + "model_id": "Prusa_CORE_One_L", + "nozzle_diameter": "0.4;0.5;0.6;0.8" +} diff --git a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json index 6f7bd1649a..b63413d8ce 100644 --- a/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MINIIS 0.4 nozzle.json @@ -94,6 +94,9 @@ ], "z_hop": [ "0.2" + ], + "machine_max_junction_deviation": [ + "0.01" ], "fan_speedup_time": "0.2", "fan_speedup_overhangs": "1", @@ -102,7 +105,7 @@ "printable_height": "180", "machine_end_gcode": "{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+2, max_print_height)} F720 ; Move print head up{endif}\nG1 X170 Y170 F4200 ; park print head\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+50, max_print_height)} F720 ; Move print head further up{endif}\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nM221 S100 ; reset flow\nM572 S0 ; reset PA\nM569 S1 X Y ; reset to stealthchop for X Y\nM84 ; disable motors\n; max_layer_z = [max_layer_z]", "machine_pause_gcode": "M601", - "machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.0.3+14902\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG28 ; home all without mesh bed level\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow", + "machine_start_gcode": "M862.3 P \"MINI\" ; printer model check\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.4.0+11974\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nG28 ; home all without mesh bed level\nM104 S170 ; set extruder temp for bed leveling\nM140 S[first_layer_bed_temperature] ; set bed temp\nM109 R170 ; wait for bed leveling temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM569 S1 X Y ; set stealthchop for X Y\nM204 T1250 ; set travel acceleration\nG29 ; mesh bed leveling \nM104 S[first_layer_temperature] ; set extruder temp\nG92 E0\n\nG1 X0 Y-2 Z3 F2400\n\nM109 S[first_layer_temperature] ; wait for extruder temp\n\n; intro line\nG1 X10 Z0.2 F1000\nG1 X70 E8 F900\nG1 X140 E10 F700\nG92 E0\n\nM569 S0 X Y ; set spreadcycle for X Y\nM204 T[machine_max_acceleration_travel] ; restore travel acceleration\nM572 W0.06 ; set smooth time\nM221 S95 ; set flow", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))} Y{interpolate_table(extruded_weight_total, (0,4000), (1000,1700), (10000,1700))}", "change_filament_gcode": "M600", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n", diff --git a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json index 8d5307d1a8..18576df366 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3.5 0.4 nozzle.json @@ -95,6 +95,9 @@ "z_hop": [ "0.2" ], + "machine_max_junction_deviation": [ + "0.01" + ], "fan_speedup_time": "0.2", "fan_speedup_overhangs": "1", "fan_kickstart": "0", @@ -102,7 +105,7 @@ "printable_height": "210", "machine_end_gcode": "{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X241 Y201 F3600 ; park\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}\nG4 ; wait\nM572 S0 ; reset PA\nM593 X T2 F0 ; disable IS\nM593 Y T2 F0 ; disable IS\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]", "machine_pause_gcode": "M601", - "machine_start_gcode": "M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.3 P \"MK3.5\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.2.2+8853\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nG28 ; home all\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S170 ; set extruder temp for bed leveling\nM109 T0 R170 ; wait for temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X23 Y5 W80 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\n; Extrude purge line\n\nG92 E0 ; reset extruder position\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X{45 + 3} Z0.05 F8000 ; wipe, move close to the bed\nG0 X{45 + 3 * 2} Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; reset flow to 100%\n", + "machine_start_gcode": "M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle diameter check\nM862.3 P \"MK3.5\" ; printer model check\nM862.5 P2 ; g-code level check\nM862.6 P\"Input shaper\" ; FW feature check\nM115 U6.4.0+11974\n\nM555 X{(min(print_bed_max[0], first_layer_print_min[0] + 32) - 32)} Y{(max(0, first_layer_print_min[1]) - 4)} W{((min(print_bed_max[0], max(first_layer_print_min[0] + 32, first_layer_print_max[0])))) - ((min(print_bed_max[0], first_layer_print_min[0] + 32) - 32))} H{((first_layer_print_max[1])) - ((max(0, first_layer_print_min[1]) - 4))}\n\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\n\nG28 ; home all\n\nM140 S[first_layer_bed_temperature] ; set bed temp\nM104 T0 S170 ; set extruder temp for bed leveling\nM109 T0 R170 ; wait for temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\n\nG29 P1 ; invalidate mbl & probe print area\nG29 P1 X23 Y5 W80 H20 C ; probe near purge place\nG29 P3.2 ; interpolate mbl probes\nG29 P3.13 ; extrapolate mbl outside probe area\nG29 A ; activate mbl\n\n; prepare for purge\nM104 S{first_layer_temperature[0]}\nG0 X0 Y-4 Z15 F4800 ; move away and ready for the purge\nM109 S{first_layer_temperature[0]}\n\n; Extrude purge line\n\nG92 E0 ; reset extruder position\nG0 E7 X15 Z0.2 F500 ; purge\nG0 X25 E4 F500 ; purge\nG0 X35 E4 F650 ; purge\nG0 X45 E4 F800 ; purge\nG0 X{45 + 3} Z0.05 F8000 ; wipe, move close to the bed\nG0 X{45 + 3 * 2} Z0.2 F8000 ; wipe, move quickly away from the bed\n\nG92 E0\nM221 S100 ; reset flow to 100%\n", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n", "change_filament_gcode": "M600", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]\n{if ! spiral_mode}M74 W[extruded_weight_total]{endif}\n", diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json index 5282b85706..8f3b224a82 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.25 nozzle.json @@ -12,7 +12,7 @@ ], "default_print_profile": "0.20mm Speed @MK3S 0.25", "nozzle_diameter": [ - "0.2" + "0.25" ], "bed_exclude_area": [ "0x0" @@ -39,6 +39,12 @@ "200", "200" ], + "max_layer_height": [ + "0.15" + ], + "min_layer_height": [ + "0.05" + ], "host_type": "prusalink", "printable_height": "210", "machine_pause_gcode": "M601", diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json index 191f4b1368..078bf79488 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.4 nozzle.json @@ -39,6 +39,12 @@ "200", "200" ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.05" + ], "host_type": "prusalink", "printable_height": "210", "machine_pause_gcode": "M601", diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json index 3bcc20332a..5782d3df69 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.6 nozzle.json @@ -39,6 +39,12 @@ "200", "200" ], + "max_layer_height": [ + "0.4" + ], + "min_layer_height": [ + "0.15" + ], "host_type": "prusalink", "printable_height": "210", "machine_pause_gcode": "M601", diff --git a/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json b/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json index bde3819ca6..d70ede0cb2 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S 0.8 nozzle.json @@ -39,6 +39,12 @@ "200", "200" ], + "max_layer_height": [ + "0.6" + ], + "min_layer_height": [ + "0.2" + ], "host_type": "prusalink", "printable_height": "210", "machine_pause_gcode": "M601", diff --git a/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json index 90282356ee..723f314313 100644 --- a/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "gap_infill_speed": "45", + "small_perimeter_speed": "45", + "outer_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One L 0.25.json new file mode 100644 index 0000000000..a7a7de838c --- /dev/null +++ b/resources/profiles/Prusa/process/0.05mm DETAIL @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.05mm DETAIL @CORE One L 0.25", + "inherits": "0.05mm DETAIL @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_speed": "500", + "travel_acceleration": "4000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json index 9f2b524b57..6298c71d49 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @MINIIS.json @@ -19,6 +19,9 @@ "top_shell_layers": "13", "bottom_shell_thickness": "0.5", "bottom_shell_layers": "10", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json index 9f82ceb6eb..a9a79b47a1 100644 --- a/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.05mm Detail @MK3.5.json @@ -19,7 +19,9 @@ "top_shell_layers": "13", "bottom_shell_thickness": "0.5", "bottom_shell_layers": "10", + "support_base_pattern_spacing": "1", "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json index aa1fb6b9f7..75864ada75 100644 --- a/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "gap_infill_speed": "45", + "small_perimeter_speed": "45", + "outer_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One L 0.25.json new file mode 100644 index 0000000000..13a00d7443 --- /dev/null +++ b/resources/profiles/Prusa/process/0.07mm DETAIL @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.07mm DETAIL @CORE One L 0.25", + "inherits": "0.07mm DETAIL @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_speed": "500", + "travel_acceleration": "4000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json index 9217fc2f00..63d1757fd0 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @MINIIS.json @@ -21,7 +21,9 @@ "bottom_shell_layers": "8", "bridge_speed": "30", "internal_solid_infill_speed": "140", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json index 6fc9c6886c..eb90dc1922 100644 --- a/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.07mm Detail @MK3.5.json @@ -21,7 +21,9 @@ "bottom_shell_layers": "8", "bridge_speed": "30", "internal_solid_infill_speed": "140", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json index d481f3139d..902c0475bf 100644 --- a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One 0.4.json @@ -13,5 +13,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4", + "small_perimeter_speed": "145", + "inner_wall_speed": "145", + "outer_wall_speed": "145" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One L 0.4.json new file mode 100644 index 0000000000..63573773ce --- /dev/null +++ b/resources/profiles/Prusa/process/0.10mm FAST DETAIL @CORE One L 0.4.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "name": "0.10mm FAST DETAIL @CORE One L 0.4", + "inherits": "0.10mm FAST DETAIL @MK4S 0.4", + "from": "system", + "instantiation": "true", + "inner_wall_acceleration": "3000", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json index f5f6a460b0..b9458b96a6 100644 --- a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.10mm STRUCTURAL @MK4S 0.5", "from": "system", "instantiation": "true", - "inner_wall_speed": "80", - "small_perimeter_speed": "45", - "outer_wall_speed": "45", + "inner_wall_speed": "70", + "small_perimeter_speed": "50", + "outer_wall_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One L 0.5.json new file mode 100644 index 0000000000..915390ec12 --- /dev/null +++ b/resources/profiles/Prusa/process/0.10mm STRUCTURAL @CORE One L 0.5.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "name": "0.10mm STRUCTURAL @CORE One L 0.5", + "inherits": "0.10mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "inner_wall_speed": "80", + "small_perimeter_speed": "45", + "outer_wall_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json index b8107625fa..6a87714bb0 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MINIIS.json @@ -24,7 +24,9 @@ "internal_solid_infill_acceleration": "3000", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json index 92d201b8e1..7327e51e82 100644 --- a/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.10mm Speed @MK3.5.json @@ -24,7 +24,9 @@ "internal_solid_infill_acceleration": "3000", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json index 69ef541dae..cfaeaec80c 100644 --- a/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "small_perimeter_speed": "150", + "outer_wall_speed": "150", + "inner_wall_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm SPEED @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One L 0.25.json new file mode 100644 index 0000000000..3ff9bc2f7a --- /dev/null +++ b/resources/profiles/Prusa/process/0.12mm SPEED @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.12mm SPEED @CORE One L 0.25", + "inherits": "0.12mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_acceleration": "4000", + "travel_speed": "500", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json index a61d130cb5..2ed45a6a48 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "gap_infill_speed": "45", + "small_perimeter_speed": "45", + "outer_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json index 35b0d2c525..9035bc02d2 100644 --- a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One 0.3.json @@ -12,5 +12,8 @@ "initial_layer_infill_speed": "60", "initial_layer_speed": "45", "top_surface_acceleration": "1500", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3", + "small_perimeter_speed": "45", + "inner_wall_speed": "70", + "outer_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.25.json new file mode 100644 index 0000000000..4dcf496255 --- /dev/null +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.12mm STRUCTURAL @CORE One L 0.25", + "inherits": "0.12mm STRUCTURAL @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_speed": "500", + "travel_acceleration": "4000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.3.json b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.3.json new file mode 100644 index 0000000000..62f145d30c --- /dev/null +++ b/resources/profiles/Prusa/process/0.12mm STRUCTURAL @CORE One L 0.3.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "name": "0.12mm STRUCTURAL @CORE One L 0.3", + "inherits": "0.12mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", + "sparse_infill_acceleration": "5000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "top_surface_acceleration": "1500", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json index e8518fdb25..c4d772993f 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @MINIIS.json @@ -31,7 +31,8 @@ "overhang_1_4_speed": "60", "internal_solid_infill_acceleration": "2500", "sparse_infill_acceleration": "2500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json index abaef8f727..76ce6b9221 100644 --- a/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.12mm Speed @MK3.5.json @@ -31,7 +31,8 @@ "overhang_1_4_speed": "60", "internal_solid_infill_acceleration": "2500", "sparse_infill_acceleration": "2500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json index f0d03268c4..72175e280d 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MINIIS.json @@ -36,7 +36,9 @@ "internal_solid_infill_acceleration": "2500", "sparse_infill_acceleration": "2500", "travel_acceleration": "3000", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json index 6099147be4..8f4b41b380 100644 --- a/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.12mm Standard @MK3.5.json @@ -36,7 +36,9 @@ "internal_solid_infill_acceleration": "2500", "sparse_infill_acceleration": "2500", "travel_acceleration": "3000", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json index 58a8211986..81711734a1 100644 --- a/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm High Flow @MINIIS.json @@ -29,7 +29,8 @@ "inner_wall_acceleration": "3500", "outer_wall_acceleration": "2500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json index 92db093a4c..a3ecfea49b 100644 --- a/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm High Flow @MK3.5.json @@ -29,7 +29,8 @@ "inner_wall_acceleration": "3500", "outer_wall_acceleration": "2500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json index 8e5f0cab2d..a945adea5f 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "small_perimeter_speed": "150", + "inner_wall_speed": "150", + "outer_wall_speed": "150" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json index 2c3b531050..87c3e3b6fb 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One 0.4.json @@ -4,17 +4,18 @@ "inherits": "0.15mm SPEED @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json index fa9fb8c30c..9914909801 100644 --- a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One HF 0.4.json @@ -4,7 +4,7 @@ "inherits": "0.15mm SPEED @MK4S HF0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_1_4_speed": "50", "overhang_3_4_speed": "60%", "sparse_infill_speed": "300", "travel_speed": "350", @@ -13,10 +13,11 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.25.json new file mode 100644 index 0000000000..bcfe02fec3 --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.15mm SPEED @CORE One L 0.25", + "inherits": "0.15mm SPEED @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_acceleration": "4000", + "travel_speed": "500", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.4.json new file mode 100644 index 0000000000..5398ef21b3 --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L 0.4.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.15mm SPEED @CORE One L 0.4", + "inherits": "0.15mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L HF 0.4.json b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L HF 0.4.json new file mode 100644 index 0000000000..06d70383fa --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm SPEED @CORE One L HF 0.4.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.15mm SPEED @CORE One L HF 0.4", + "inherits": "0.15mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "60%", + "sparse_infill_speed": "300", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json index 55e9dc654c..92234c5b3f 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.25.json @@ -10,5 +10,8 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "45", "initial_layer_speed": "25", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.25" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25", + "gap_infill_speed": "45", + "small_perimeter_speed": "45", + "outer_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json index fd2d410e48..5165773754 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.4.json @@ -4,7 +4,7 @@ "inherits": "0.15mm STRUCTURAL @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "sparse_infill_speed": "120", "travel_speed": "350", "travel_acceleration": "7000", @@ -12,7 +12,7 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json index 2cecda0dd0..5e2674c445 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.15mm STRUCTURAL @MK4S 0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json index 2f58de84e9..93b5fc77fe 100644 --- a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One 0.6.json @@ -4,9 +4,9 @@ "inherits": "0.15mm STRUCTURAL @MK4S 0.6", "from": "system", "instantiation": "true", - "inner_wall_speed": "80", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "inner_wall_speed": "70", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -15,8 +15,9 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "gap_infill_speed": "70" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.25.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.25.json new file mode 100644 index 0000000000..9cc066ce1c --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.25.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "name": "0.15mm STRUCTURAL @CORE One L 0.25", + "inherits": "0.15mm STRUCTURAL @MK4S 0.25", + "from": "system", + "instantiation": "true", + "travel_speed": "500", + "travel_acceleration": "4000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "45", + "initial_layer_speed": "25", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.25" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.4.json new file mode 100644 index 0000000000..b936c2ffd4 --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.4.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.15mm STRUCTURAL @CORE One L 0.4", + "inherits": "0.15mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "sparse_infill_speed": "120", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.5.json new file mode 100644 index 0000000000..cc4323cf7b --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.15mm STRUCTURAL @CORE One L 0.5", + "inherits": "0.15mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.6.json new file mode 100644 index 0000000000..9cf4af6433 --- /dev/null +++ b/resources/profiles/Prusa/process/0.15mm STRUCTURAL @CORE One L 0.6.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.15mm STRUCTURAL @CORE One L 0.6", + "inherits": "0.15mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", + "inner_wall_speed": "80", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json index 30d9a165d5..3aa3019d76 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS 0.25.json @@ -29,7 +29,8 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json index 853e0e01e6..6f6a9cffcd 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MINIIS.json @@ -29,7 +29,8 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json index 09c562d356..e322f1ce63 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5 0.25.json @@ -29,7 +29,8 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.09", + "support_bottom_interface_spacing": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json index 175c896845..31eb1443bb 100644 --- a/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm Speed @MK3.5.json @@ -29,7 +29,8 @@ "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_interface_spacing": "0.17", "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json index b6fe166ce1..362ed653d2 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.25.json @@ -29,7 +29,9 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MINIIS 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json index 606e52ecb7..5cd6746563 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS 0.6.json @@ -37,7 +37,10 @@ "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json index 3f1a5c6825..d61a785155 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MINIIS.json @@ -33,7 +33,8 @@ "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MINIIS 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json index eca3cdad8c..3d55cc1e39 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.25.json @@ -29,7 +29,9 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "1", + "support_top_z_distance": "0.09", + "support_bottom_z_distance": "0.09", "compatible_printers": [ "Prusa MK3.5 0.25 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json index 6c6a80a261..c0087d57ea 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5 0.6.json @@ -37,7 +37,11 @@ "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "bridge_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json index 4044df4712..e6161e5896 100644 --- a/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.15mm Standard @MK3.5.json @@ -28,7 +28,8 @@ "internal_solid_infill_acceleration": "2500", "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", - "support_top_z_distance": "0.1", + "support_top_z_distance": "0.17", + "support_bottom_z_distance": "0.17", "compatible_printers": [ "Prusa MK3.5 0.4 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json index d0ca7859df..3cf256095c 100644 --- a/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One 0.3.json @@ -13,5 +13,8 @@ "initial_layer_infill_speed": "60", "initial_layer_speed": "45", "top_surface_acceleration": "1500", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3", + "small_perimeter_speed": "160", + "inner_wall_speed": "160", + "outer_wall_speed": "160" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm SPEED @CORE One L 0.3.json b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One L 0.3.json new file mode 100644 index 0000000000..b27255d810 --- /dev/null +++ b/resources/profiles/Prusa/process/0.16mm SPEED @CORE One L 0.3.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "name": "0.16mm SPEED @CORE One L 0.3", + "inherits": "0.16mm SPEED @MK4S 0.3", + "from": "system", + "instantiation": "true", + "sparse_infill_acceleration": "6000", + "inner_wall_acceleration": "3000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "top_surface_acceleration": "1500", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json index 192682e5b7..f10ce4c28c 100644 --- a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One 0.3.json @@ -12,5 +12,8 @@ "initial_layer_infill_speed": "60", "initial_layer_speed": "45", "top_surface_acceleration": "1500", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3", + "small_perimeter_speed": "50", + "inner_wall_speed": "70", + "outer_wall_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One L 0.3.json b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One L 0.3.json new file mode 100644 index 0000000000..e14e76a314 --- /dev/null +++ b/resources/profiles/Prusa/process/0.16mm STRUCTURAL @CORE One L 0.3.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "name": "0.16mm STRUCTURAL @CORE One L 0.3", + "inherits": "0.16mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", + "sparse_infill_acceleration": "6000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "top_surface_acceleration": "1500", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json index aeca348889..15363df16c 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MINIIS 0.6.json @@ -36,5 +36,10 @@ "outer_wall_acceleration": "4000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" + "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json index 2aa0d96b93..c9056822db 100644 --- a/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm High Flow @MK3.5 0.6.json @@ -36,5 +36,10 @@ "outer_wall_acceleration": "4000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" + "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json index 3fe89b38a6..15a1151b10 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One 0.4.json @@ -4,12 +4,15 @@ "inherits": "0.20mm SOLUBLE FULL @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "overhang_3_4_speed": "50", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", - "initial_layer_speed": "45" + "initial_layer_speed": "45", + "small_perimeter_speed": "50", + "inner_wall_speed": "70", + "outer_wall_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One L 0.4.json new file mode 100644 index 0000000000..ffc7ab0fe3 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE FULL @CORE One L 0.4.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "name": "0.20mm SOLUBLE FULL @CORE One L 0.4", + "inherits": "0.20mm SOLUBLE FULL @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json index 49c4c28280..290a84a82d 100644 --- a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One 0.4.json @@ -4,12 +4,15 @@ "inherits": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "overhang_3_4_speed": "50", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", - "initial_layer_speed": "45" + "initial_layer_speed": "45", + "small_perimeter_speed": "50", + "inner_wall_speed": "70", + "outer_wall_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One L 0.4.json new file mode 100644 index 0000000000..c146c7d020 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SOLUBLE INTERFACE @CORE One L 0.4.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "name": "0.20mm SOLUBLE INTERFACE @CORE One L 0.4", + "inherits": "0.20mm SOLUBLE INTERFACE @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json index df4d8e80cc..ff45376654 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.3.json @@ -13,5 +13,8 @@ "initial_layer_infill_speed": "60", "initial_layer_speed": "45", "top_surface_acceleration": "1500", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3", + "small_perimeter_speed": "160", + "inner_wall_speed": "160", + "outer_wall_speed": "160" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json index 9171ec4b21..95aec3fac6 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.4.json @@ -4,17 +4,18 @@ "inherits": "0.20mm SPEED @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json index e7299809ea..d05e714b96 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.20mm SPEED @MK4S 0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json index 78446c1687..e9665ce7e6 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One 0.6.json @@ -4,8 +4,8 @@ "inherits": "0.20mm SPEED @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,8 +14,11 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "small_perimeter_speed": "130", + "inner_wall_speed": "130", + "outer_wall_speed": "130" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json index 96433e26e8..d46d061c2e 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.4.json @@ -4,8 +4,8 @@ "inherits": "0.20mm SPEED @MK4S HF0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "60%", + "overhang_3_4_speed": "50", + "overhang_4_4_speed": "70%", "sparse_infill_speed": "300", "travel_speed": "350", "travel_acceleration": "7000", @@ -13,10 +13,11 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json index 3ad26d4548..ba5260797c 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.20mm SPEED @MK4S HF0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json index 204f356661..18211702d6 100644 --- a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One HF 0.6.json @@ -4,8 +4,8 @@ "inherits": "0.20mm SPEED @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,7 +14,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.3.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.3.json new file mode 100644 index 0000000000..5c5edffa18 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.3.json @@ -0,0 +1,17 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L 0.3", + "inherits": "0.20mm SPEED @MK4S 0.3", + "from": "system", + "instantiation": "true", + "sparse_infill_acceleration": "6000", + "inner_wall_acceleration": "3000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "top_surface_acceleration": "1500", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.4.json new file mode 100644 index 0000000000..5088e41158 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.4.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L 0.4", + "inherits": "0.20mm SPEED @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes!~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.5.json new file mode 100644 index 0000000000..55060b9a78 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L 0.5", + "inherits": "0.20mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.6.json new file mode 100644 index 0000000000..af6e8b5779 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L 0.6.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L 0.6", + "inherits": "0.20mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.4.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.4.json new file mode 100644 index 0000000000..8302bdd884 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.4.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L HF 0.4", + "inherits": "0.20mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "60%", + "sparse_infill_speed": "300", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.5.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.5.json new file mode 100644 index 0000000000..200fbd392c --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L HF 0.5", + "inherits": "0.20mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.6.json new file mode 100644 index 0000000000..77ecc86155 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm SPEED @CORE One L HF 0.6.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.20mm SPEED @CORE One L HF 0.6", + "inherits": "0.20mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json index e7dd110d1d..466e8d57f0 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.3.json @@ -12,5 +12,8 @@ "initial_layer_infill_speed": "60", "initial_layer_speed": "45", "top_surface_acceleration": "1500", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.3" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3", + "small_perimeter_speed": "50", + "inner_wall_speed": "70", + "outer_wall_speed": "50" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json index 95d97fea4e..c9fb77eb78 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.4.json @@ -4,14 +4,14 @@ "inherits": "0.20mm STRUCTURAL @MK4S 0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json index c6fba65551..3eebafa91b 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.20mm STRUCTURAL @MK4S 0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json index 5445f967b5..fa1ecac951 100644 --- a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One 0.6.json @@ -4,7 +4,7 @@ "inherits": "0.20mm STRUCTURAL @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", + "overhang_3_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -13,7 +13,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.3.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.3.json new file mode 100644 index 0000000000..d841fbf4c5 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.3.json @@ -0,0 +1,16 @@ +{ + "type": "process", + "name": "0.20mm STRUCTURAL @CORE One L 0.3", + "inherits": "0.20mm STRUCTURAL @MK4S 0.3", + "from": "system", + "instantiation": "true", + "sparse_infill_acceleration": "6000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "60", + "initial_layer_speed": "45", + "top_surface_acceleration": "1500", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.3" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.4.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.4.json new file mode 100644 index 0000000000..88be238ccb --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.4.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm STRUCTURAL @CORE One L 0.4", + "inherits": "0.20mm STRUCTURAL @MK4S 0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.5.json new file mode 100644 index 0000000000..5fb9eb5472 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm STRUCTURAL @CORE One L 0.5", + "inherits": "0.20mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.6.json new file mode 100644 index 0000000000..520e3b5234 --- /dev/null +++ b/resources/profiles/Prusa/process/0.20mm STRUCTURAL @CORE One L 0.6.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.20mm STRUCTURAL @CORE One L 0.6", + "inherits": "0.20mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json index 2e2cb971fe..29f9977358 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MINIIS 0.6.json @@ -34,5 +34,10 @@ "outer_wall_acceleration": "2000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" + "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json index fb256ecc05..79c38ffeea 100644 --- a/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Speed @MK3.5 0.6.json @@ -34,5 +34,10 @@ "outer_wall_acceleration": "2000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", - "overhang_1_4_speed": "45" + "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json index 6ed283fa8c..d27e89b756 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MINIIS 0.6.json @@ -29,6 +29,11 @@ "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json index f6e1946a04..e4b4f4b5d1 100644 --- a/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json +++ b/resources/profiles/Prusa/process/0.20mm Standard @MK3.5 0.6.json @@ -29,6 +29,11 @@ "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", "overhang_1_4_speed": "45", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json index 4521f5fbb1..f1784af6c5 100644 --- a/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm High Flow @MINIIS.json @@ -40,7 +40,11 @@ "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", "overhang_1_4_speed": "45", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json index 00faf7f563..0cb9257ddf 100644 --- a/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm High Flow @MK3.5.json @@ -40,7 +40,11 @@ "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", "overhang_1_4_speed": "45", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json index bfe931bc62..e51522965c 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.25mm SPEED @MK4S 0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json index 4cd0500e7b..183f713b7e 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One 0.6.json @@ -4,8 +4,8 @@ "inherits": "0.25mm SPEED @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,8 +14,11 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "small_perimeter_speed": "75", + "inner_wall_speed": "95", + "outer_wall_speed": "75" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json index b0b066e261..4f20205502 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.4.json @@ -4,8 +4,8 @@ "inherits": "0.25mm SPEED @MK4S HF0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", - "overhang_3_4_speed": "60%", + "overhang_3_4_speed": "50", + "overhang_4_4_speed": "70%", "sparse_infill_speed": "300", "travel_speed": "350", "travel_acceleration": "7000", @@ -13,10 +13,11 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", +"compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "top_surface_acceleration": "2000", + "support_threshold_angle": "35" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json index 20634c06e1..48316e2930 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.25mm SPEED @MK4S HF0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json index 493f82b29b..be9d76aaef 100644 --- a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One HF 0.6.json @@ -4,8 +4,8 @@ "inherits": "0.25mm SPEED @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,7 +14,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.5.json new file mode 100644 index 0000000000..0388a4dfca --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.25mm SPEED @CORE One L 0.5", + "inherits": "0.25mm SPEED @MK4S 0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes!~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.6.json new file mode 100644 index 0000000000..8de8243a36 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L 0.6.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.25mm SPEED @CORE One L 0.6", + "inherits": "0.25mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.4.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.4.json new file mode 100644 index 0000000000..74338fdabb --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.4.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.25mm SPEED @CORE One L HF 0.4", + "inherits": "0.25mm SPEED @MK4S HF0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "60%", + "sparse_infill_speed": "300", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.5.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.5.json new file mode 100644 index 0000000000..ce0ddd8b23 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.25mm SPEED @CORE One L HF 0.5", + "inherits": "0.25mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.6.json new file mode 100644 index 0000000000..93e849b178 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm SPEED @CORE One L HF 0.6.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.25mm SPEED @CORE One L HF 0.6", + "inherits": "0.25mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json index a89610e3ee..82c9f94000 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.5.json @@ -4,14 +4,14 @@ "inherits": "0.25mm STRUCTURAL @MK4S 0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json index 5418273bb2..bab447791e 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One 0.6.json @@ -4,7 +4,7 @@ "inherits": "0.25mm STRUCTURAL @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", + "overhang_3_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -13,7 +13,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json index 6392a2c0f7..f9d3104c9e 100644 --- a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One HF 0.4.json @@ -4,14 +4,14 @@ "inherits": "0.25mm STRUCTURAL @MK4S HF0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.5.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.5.json new file mode 100644 index 0000000000..3849866368 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.5.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.25mm STRUCTURAL @CORE One L 0.5", + "inherits": "0.25mm STRUCTURAL @MK4S 0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.6.json new file mode 100644 index 0000000000..8c7f487f50 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L 0.6.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.25mm STRUCTURAL @CORE One L 0.6", + "inherits": "0.25mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L HF 0.4.json b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L HF 0.4.json new file mode 100644 index 0000000000..4d7965b9c4 --- /dev/null +++ b/resources/profiles/Prusa/process/0.25mm STRUCTURAL @CORE One L HF 0.4.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.25mm STRUCTURAL @CORE One L HF 0.4", + "inherits": "0.25mm STRUCTURAL @MK4S HF0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json b/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json index c5085cbf7c..33e3de92dc 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @MINIIS.json @@ -30,7 +30,11 @@ "overhang_1_4_speed": "45", "travel_speed": "300", "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json b/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json index 6dec0d7f5c..7ebe2664ef 100644 --- a/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm Speed @MK3.5.json @@ -30,7 +30,11 @@ "overhang_1_4_speed": "45", "travel_speed": "300", "internal_solid_infill_acceleration": "3000", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json index e98b851fc4..4191366100 100644 --- a/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.25mm Standard @MINIIS.json @@ -29,7 +29,11 @@ "gap_infill_speed": "60", "support_speed": "80", "travel_speed": "300", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json index e9c0451d61..64e099d97e 100644 --- a/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.25mm Standard @MK3.5.json @@ -29,7 +29,11 @@ "gap_infill_speed": "60", "support_speed": "80", "travel_speed": "300", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json index a1f896b3c0..afc9fc7794 100644 --- a/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json +++ b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One HF 0.4.json @@ -4,7 +4,7 @@ "inherits": "0.28mm DRAFT @MK4S HF0.4", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "support_threshold_angle": "35", "outer_wall_acceleration": "3000", "inner_wall_acceleration": "6000", @@ -16,7 +16,7 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One L HF 0.4.json b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One L HF 0.4.json new file mode 100644 index 0000000000..9f23b8ac12 --- /dev/null +++ b/resources/profiles/Prusa/process/0.28mm DRAFT @CORE One L HF 0.4.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "0.28mm DRAFT @CORE One L HF 0.4", + "inherits": "0.28mm DRAFT @MK4S HF0.4", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "support_threshold_angle": "35", + "outer_wall_acceleration": "3000", + "inner_wall_acceleration": "6000", + "support_base_pattern_spacing": "2.5", + "sparse_infill_speed": "300", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.4 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json index 0ecac72e60..c3c837c5e7 100644 --- a/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.30mm DETAIL @MK4S 0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", - "top_surface_speed": "2000", + "overhang_3_4_speed": "35", + "top_surface_acceleration": "2000", "inner_wall_acceleration": "2500", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", @@ -15,5 +15,6 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "55", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/", + "gap_infill_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One L 0.8.json b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One L 0.8.json new file mode 100644 index 0000000000..1a486f9948 --- /dev/null +++ b/resources/profiles/Prusa/process/0.30mm DETAIL @CORE One L 0.8.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "name": "0.30mm DETAIL @CORE One L 0.8", + "inherits": "0.30mm DETAIL @MK4S 0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "top_surface_speed": "2000", + "inner_wall_acceleration": "2500", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json b/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json index 90a7a28fb8..dcc20a87bd 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @MINIIS.json @@ -21,7 +21,11 @@ "bottom_shell_thickness": "0.5", "bottom_shell_layers": "2", "travel_speed": "300", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json b/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json index 7d4ed7d622..975851d38f 100644 --- a/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json +++ b/resources/profiles/Prusa/process/0.30mm Detail @MK3.5.json @@ -21,7 +21,11 @@ "bottom_shell_thickness": "0.5", "bottom_shell_layers": "2", "travel_speed": "300", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json index 8477a7c0f9..ee1d23931b 100644 --- a/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One HF 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.30mm SPEED @MK4S HF0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", - "top_surface_speed": "2000", + "overhang_3_4_speed": "45", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,5 +14,5 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm SPEED @CORE One L HF 0.8.json b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One L HF 0.8.json new file mode 100644 index 0000000000..84f162de5f --- /dev/null +++ b/resources/profiles/Prusa/process/0.30mm SPEED @CORE One L HF 0.8.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.30mm SPEED @CORE One L HF 0.8", + "inherits": "0.30mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json index d8cb0916af..3950c68658 100644 --- a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One HF 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.30mm STRUCTURAL @MK4S HF0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "40", - "top_surface_speed": "2000", + "overhang_3_4_speed": "40", + "top_surface_acceleration": "2000", "support_speed": "100", "support_interface_speed": "55%", "travel_speed": "350", @@ -16,8 +16,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "1500", - "top_surface_acceleration": "2000" + "outer_wall_acceleration": "1500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One L HF 0.8.json b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One L HF 0.8.json new file mode 100644 index 0000000000..2f9d64d1ac --- /dev/null +++ b/resources/profiles/Prusa/process/0.30mm STRUCTURAL @CORE One L HF 0.8.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "0.30mm STRUCTURAL @CORE One L HF 0.8", + "inherits": "0.30mm STRUCTURAL @MK4S HF0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "40", + "top_surface_speed": "2000", + "support_speed": "100", + "support_interface_speed": "55%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json index a1fbbc989f..7602017ccd 100644 --- a/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.32mm High Flow @MINIIS.json @@ -37,7 +37,11 @@ "outer_wall_acceleration": "4000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json index 43a0733ac4..b295a0b1b3 100644 --- a/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.32mm High Flow @MK3.5.json @@ -39,7 +39,11 @@ "outer_wall_acceleration": "4000", "bridge_acceleration": "1500", "internal_solid_infill_acceleration": "3000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json index 549b62c466..56dd4aedca 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One 0.6.json @@ -4,8 +4,8 @@ "inherits": "0.32mm SPEED @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", - "overhang_3_4_speed": "70%", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "70%", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,7 +14,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", "outer_wall_acceleration": "3000", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json index 1471abb700..f8f8bc9d9f 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.5.json @@ -4,7 +4,7 @@ "inherits": "0.32mm SPEED @MK4S HF0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "50", + "overhang_3_4_speed": "50", "support_interface_speed": "50%", "travel_speed": "350", "travel_acceleration": "7000", @@ -12,7 +12,7 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "7000", "internal_solid_infill_acceleration": "6000", "inner_wall_acceleration": "6000", diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json index e9bde33023..af5cda3f42 100644 --- a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One HF 0.6.json @@ -4,9 +4,9 @@ "inherits": "0.32mm SPEED @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", - "overhang_3_4_speed": "70%", - "top_surface_speed": "2000", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "70%", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -15,8 +15,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", - "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "outer_wall_acceleration": "3000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L 0.6.json new file mode 100644 index 0000000000..6f569c1b47 --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L 0.6.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.32mm SPEED @CORE One L 0.6", + "inherits": "0.32mm SPEED @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "70%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.5.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.5.json new file mode 100644 index 0000000000..a3ef55677d --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.5.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.32mm SPEED @CORE One L HF 0.5", + "inherits": "0.32mm SPEED @MK4S HF0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "50", + "support_interface_speed": "50%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "7000", + "internal_solid_infill_acceleration": "6000", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.6.json new file mode 100644 index 0000000000..25e2b987ff --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm SPEED @CORE One L HF 0.6.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.32mm SPEED @CORE One L HF 0.6", + "inherits": "0.32mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "overhang_3_4_speed": "70%", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json index e52aa90a5f..37b399ae7a 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One 0.6.json @@ -4,7 +4,7 @@ "inherits": "0.32mm STRUCTURAL @MK4S 0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "30", + "overhang_3_4_speed": "30", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -13,7 +13,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json index a1f851d518..2f69c78e75 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.5.json @@ -4,7 +4,7 @@ "inherits": "0.32mm STRUCTURAL @MK4S HF0.5", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", + "overhang_3_4_speed": "45", "support_speed": "120", "support_interface_speed": "50%", "travel_speed": "350", @@ -13,7 +13,7 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "100", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", "sparse_infill_acceleration": "6000", "internal_solid_infill_acceleration": "4000", "inner_wall_acceleration": "2500", diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json index 2a3f2ce950..09e36ac85a 100644 --- a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One HF 0.6.json @@ -4,7 +4,7 @@ "inherits": "0.32mm STRUCTURAL @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", + "overhang_3_4_speed": "35", "support_speed": "110", "support_interface_speed": "50%", "travel_speed": "350", @@ -15,7 +15,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L 0.6.json new file mode 100644 index 0000000000..a0d3ea1453 --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L 0.6.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.32mm STRUCTURAL @CORE One L 0.6", + "inherits": "0.32mm STRUCTURAL @MK4S 0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "30", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes!~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.5.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.5.json new file mode 100644 index 0000000000..dac2f1a047 --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.5.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.32mm STRUCTURAL @CORE One L HF 0.5", + "inherits": "0.32mm STRUCTURAL @MK4S HF0.5", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "support_speed": "120", + "support_interface_speed": "50%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "100", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.5 and printer_notes=~/.*HF_NOZZLE.*/", + "sparse_infill_acceleration": "6000", + "internal_solid_infill_acceleration": "4000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.6.json new file mode 100644 index 0000000000..cccc820f93 --- /dev/null +++ b/resources/profiles/Prusa/process/0.32mm STRUCTURAL @CORE One L HF 0.6.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.32mm STRUCTURAL @CORE One L HF 0.6", + "inherits": "0.32mm STRUCTURAL @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "support_speed": "110", + "support_interface_speed": "50%", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json index 411a870db7..c1edeeb9eb 100644 --- a/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.32mm Standard @MINIIS.json @@ -30,7 +30,11 @@ "top_surface_speed": "55", "gap_infill_speed": "45", "travel_speed": "300", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json index 1f4001c0fb..5674aed58e 100644 --- a/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.32mm Standard @MK3.5.json @@ -30,7 +30,11 @@ "top_surface_speed": "55", "gap_infill_speed": "45", "travel_speed": "300", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json index bb7145adc8..edc3044976 100644 --- a/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.35mm Standard @MINIIS.json @@ -30,7 +30,11 @@ "top_surface_speed": "55", "gap_infill_speed": "45", "travel_speed": "300", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MINIIS 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json index 9ff6c800c2..82e2034788 100644 --- a/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.35mm Standard @MK3.5.json @@ -30,7 +30,11 @@ "top_surface_speed": "55", "gap_infill_speed": "45", "travel_speed": "300", - "support_top_z_distance": "0.25", + "support_base_pattern_spacing": "2", + "support_top_z_distance": "0.22", + "support_bottom_z_distance": "0.22", + "support_bottom_interface_spacing": "0.22", + "support_interface_spacing": "0.25", "compatible_printers": [ "Prusa MK3.5 0.6 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json b/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json index 593fda4beb..ea55022d19 100644 --- a/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json +++ b/resources/profiles/Prusa/process/0.40mm High Flow @MINIIS.json @@ -41,7 +41,11 @@ "inner_wall_acceleration": "3000", "outer_wall_acceleration": "2500", "bridge_acceleration": "1000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json b/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json index 056c8cb2be..79fda27a93 100644 --- a/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json +++ b/resources/profiles/Prusa/process/0.40mm High Flow @MK3.5.json @@ -41,7 +41,11 @@ "inner_wall_acceleration": "3000", "outer_wall_acceleration": "2500", "bridge_acceleration": "1000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json index 4567cd1dd7..3aec214536 100644 --- a/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.40mm QUALITY @MK4S 0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", - "top_surface_speed": "2000", + "overhang_3_4_speed": "35", + "top_surface_acceleration": "2000", "inner_wall_acceleration": "2500", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", @@ -15,5 +15,5 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "55", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One L 0.8.json b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One L 0.8.json new file mode 100644 index 0000000000..83168b2276 --- /dev/null +++ b/resources/profiles/Prusa/process/0.40mm QUALITY @CORE One L 0.8.json @@ -0,0 +1,19 @@ +{ + "type": "process", + "name": "0.40mm QUALITY @CORE One L 0.8", + "inherits": "0.40mm QUALITY @MK4S 0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "top_surface_speed": "2000", + "inner_wall_acceleration": "2500", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json index e0b870c9ad..6f5eb864f0 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.6.json @@ -4,9 +4,9 @@ "inherits": "0.40mm SPEED @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", - "overhang_3_4_speed": "70%", - "top_surface_speed": "2000", + "overhang_3_4_speed": "35", + "overhang_4_4_speed": "70%", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -15,8 +15,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "6000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "6000", - "outer_wall_acceleration": "3000", - "top_surface_acceleration": "2000" + "outer_wall_acceleration": "3000" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json index 142556619a..9e1f1f10b2 100644 --- a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One HF 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.40mm SPEED @MK4S HF0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", - "top_surface_speed": "2000", + "overhang_3_4_speed": "45", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,5 +14,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "small_perimeter_speed": "85", + "outer_wall_speed": "85" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.6.json new file mode 100644 index 0000000000..7499de603c --- /dev/null +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.6.json @@ -0,0 +1,22 @@ +{ + "type": "process", + "name": "0.40mm SPEED @CORE One L HF 0.6", + "inherits": "0.40mm SPEED @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "overhang_3_4_speed": "70%", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "6000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "6000", + "outer_wall_acceleration": "3000", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.8.json b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.8.json new file mode 100644 index 0000000000..a5779f21cc --- /dev/null +++ b/resources/profiles/Prusa/process/0.40mm SPEED @CORE One L HF 0.8.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.40mm SPEED @CORE One L HF 0.8", + "inherits": "0.40mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json index adfba858f2..d2e41f9cd7 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.6.json @@ -4,7 +4,7 @@ "inherits": "0.40mm STRUCTURAL @MK4S HF0.6", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "35", + "overhang_3_4_speed": "35", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -13,7 +13,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "2500", "outer_wall_acceleration": "1500", "top_surface_acceleration": "2000" diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json index e651c26ce3..5279f0757a 100644 --- a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One HF 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.40mm STRUCTURAL @MK4S HF0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "40", - "top_surface_speed": "2000", + "overhang_3_4_speed": "40", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,8 +14,7 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "4000", "sparse_infill_acceleration": "6000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", "inner_wall_acceleration": "2500", - "outer_wall_acceleration": "1500", - "top_surface_acceleration": "2000" + "outer_wall_acceleration": "1500" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.6.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.6.json new file mode 100644 index 0000000000..0c0b303b90 --- /dev/null +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.6.json @@ -0,0 +1,20 @@ +{ + "type": "process", + "name": "0.40mm STRUCTURAL @CORE One L HF 0.6", + "inherits": "0.40mm STRUCTURAL @MK4S HF0.6", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "35", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "70", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.6 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.8.json b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.8.json new file mode 100644 index 0000000000..e9cd7fba54 --- /dev/null +++ b/resources/profiles/Prusa/process/0.40mm STRUCTURAL @CORE One L HF 0.8.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "0.40mm STRUCTURAL @CORE One L HF 0.8", + "inherits": "0.40mm STRUCTURAL @MK4S HF0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "40", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "4000", + "sparse_infill_acceleration": "6000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "1500", + "top_surface_acceleration": "2000" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json index c040568d16..a29bbbdbbe 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MINIIS.json @@ -40,7 +40,11 @@ "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", "bridge_acceleration": "1000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MINIIS 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json b/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json index 31fddc238b..41659260f1 100644 --- a/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json +++ b/resources/profiles/Prusa/process/0.40mm Standard @MK3.5.json @@ -41,7 +41,11 @@ "inner_wall_acceleration": "2000", "outer_wall_acceleration": "1500", "bridge_acceleration": "1000", + "support_base_pattern_spacing": "2", "support_top_z_distance": "0.25", + "support_bottom_z_distance": "0.25", + "support_bottom_interface_spacing": "0.25", + "support_interface_spacing": "0.35", "compatible_printers": [ "Prusa MK3.5 0.8 nozzle" ] diff --git a/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json index 6037cbdbda..e10b1e80bc 100644 --- a/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One 0.8.json @@ -4,7 +4,7 @@ "inherits": "0.55mm DRAFT @MK4S 0.8", "from": "system", "instantiation": "true", - "top_surface_speed": "2000", + "top_surface_acceleration": "2000", "inner_wall_acceleration": "2500", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", @@ -14,5 +14,6 @@ "support_interface_top_layers": "3", "initial_layer_infill_speed": "55", "initial_layer_speed": "45", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/", + "inner_wall_speed": "45" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One L 0.8.json b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One L 0.8.json new file mode 100644 index 0000000000..a6f8f931b2 --- /dev/null +++ b/resources/profiles/Prusa/process/0.55mm DRAFT @CORE One L 0.8.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.55mm DRAFT @CORE One L 0.8", + "inherits": "0.55mm DRAFT @MK4S 0.8", + "from": "system", + "instantiation": "true", + "top_surface_speed": "2000", + "inner_wall_acceleration": "2500", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json index 11b159f114..8c56911cd1 100644 --- a/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json +++ b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One HF 0.8.json @@ -4,8 +4,8 @@ "inherits": "0.55mm SPEED @MK4S HF0.8", "from": "system", "instantiation": "true", - "overhang_2_4_speed": "45", - "top_surface_speed": "2000", + "overhang_3_4_speed": "45", + "top_surface_acceleration": "2000", "travel_speed": "350", "travel_acceleration": "7000", "default_acceleration": "3000", @@ -14,5 +14,5 @@ "initial_layer_speed": "45", "internal_solid_infill_acceleration": "5000", "sparse_infill_acceleration": "7000", - "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE.*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/0.55mm SPEED @CORE One L HF 0.8.json b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One L HF 0.8.json new file mode 100644 index 0000000000..71d178cae4 --- /dev/null +++ b/resources/profiles/Prusa/process/0.55mm SPEED @CORE One L HF 0.8.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "0.55mm SPEED @CORE One L HF 0.8", + "inherits": "0.55mm SPEED @MK4S HF0.8", + "from": "system", + "instantiation": "true", + "overhang_2_4_speed": "45", + "top_surface_speed": "2000", + "travel_speed": "500", + "travel_acceleration": "6000", + "default_acceleration": "3000", + "support_interface_top_layers": "3", + "initial_layer_infill_speed": "55", + "initial_layer_speed": "45", + "internal_solid_infill_acceleration": "5000", + "sparse_infill_acceleration": "7000", + "compatible_printers_condition": "printer_notes=~/.*PRINTER_MODEL_COREONE_L[^_a-zA-Z0-9].*/ and nozzle_diameter[0]==0.8 and printer_notes=~/.*HF_NOZZLE.*/" +} \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_MK3.5.json b/resources/profiles/Prusa/process/process_common_MK3.5.json index a5471d2bf6..4873772bf7 100644 --- a/resources/profiles/Prusa/process/process_common_MK3.5.json +++ b/resources/profiles/Prusa/process/process_common_MK3.5.json @@ -55,10 +55,13 @@ "raft_contact_distance": "0.15", "raft_expansion": "1.5", "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", "support_threshold_angle": "40", "support_interface_bottom_layers": "0", "support_base_pattern": "rectilinear", "support_interface_top_layers": "3", - "support_top_z_distance": "0.17" + "raft_first_layer_expansion": "3", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.2", + "support_interface_spacing": "0.2", + "support_top_z_distance": "0.2" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_miniis.json b/resources/profiles/Prusa/process/process_common_miniis.json index 443fae9dc3..533d660224 100644 --- a/resources/profiles/Prusa/process/process_common_miniis.json +++ b/resources/profiles/Prusa/process/process_common_miniis.json @@ -55,10 +55,13 @@ "raft_contact_distance": "0.15", "raft_expansion": "1.5", "raft_first_layer_density": "90%", - "raft_first_layer_expansion": "3.5", "support_threshold_angle": "40", "support_interface_bottom_layers": "0", "support_base_pattern": "rectilinear", "support_interface_top_layers": "3", - "support_top_z_distance": "0.17" + "raft_first_layer_expansion": "3", + "support_base_pattern_spacing": "2", + "support_bottom_interface_spacing": "0.2", + "support_interface_spacing": "0.2", + "support_top_z_distance": "0.2" } \ No newline at end of file diff --git a/resources/profiles/Prusa/process/process_common_mk3.json b/resources/profiles/Prusa/process/process_common_mk3.json index 8af0b65baa..b6becb41d3 100644 --- a/resources/profiles/Prusa/process/process_common_mk3.json +++ b/resources/profiles/Prusa/process/process_common_mk3.json @@ -50,6 +50,10 @@ ], "ooze_prevention": "0", "outer_wall_acceleration": "0", + "overhang_1_4_speed": "25", + "overhang_2_4_speed": "20", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "15", "post_process": [ "" ], diff --git a/resources/profiles/Qidi.json b/resources/profiles/Qidi.json index 3e53cd158f..aec89b9a6e 100644 --- a/resources/profiles/Qidi.json +++ b/resources/profiles/Qidi.json @@ -1,9 +1,13 @@ { "name": "Qidi", - "version": "02.03.01.10", + "version": "02.03.01.20", "force_update": "0", "description": "Qidi configurations", "machine_model_list": [ + { + "name": "Qidi X-Max 4", + "sub_path": "machine/Qidi X-Max 4.json" + }, { "name": "Qidi Q1 Pro", "sub_path": "machine/Qidi Q1 Pro.json" @@ -54,6 +58,10 @@ "name": "fdm_process_qidi_x3_common", "sub_path": "process/fdm_process_qidi_x3_common.json" }, + { + "name": "fdm_process_n_common", + "sub_path": "process/fdm_process_n_common.json" + }, { "name": "0.12mm Fine @Qidi XCFPro", "sub_path": "process/0.12mm Fine @Qidi XCFPro.json" @@ -721,6 +729,70 @@ { "name": "0.56mm Standard @Qidi XSmart3 0.8 nozzle", "sub_path": "process/0.56mm Standard @Qidi XSmart3 0.8 nozzle.json" + }, + { + "name": "0.08mm Extra Fine @X-Max 4", + "sub_path": "process/0.08mm Extra Fine @X-Max 4.json" + }, + { + "name": "0.12mm Fine @X-Max 4", + "sub_path": "process/0.12mm Fine @X-Max 4.json" + }, + { + "name": "0.16mm Standard @X-Max 4", + "sub_path": "process/0.16mm Standard @X-Max 4.json" + }, + { + "name": "0.16mm Balanced Quality @X-Max 4", + "sub_path": "process/0.16mm Balanced Quality @X-Max 4.json" + }, + { + "name": "0.20mm Standard @X-Max 4", + "sub_path": "process/0.20mm Standard @X-Max 4.json" + }, + { + "name": "0.20mm Balanced Strength @X-Max 4", + "sub_path": "process/0.20mm Balanced Strength @X-Max 4.json" + }, + { + "name": "0.24mm Standard @X-Max 4", + "sub_path": "process/0.24mm Standard @X-Max 4.json" + }, + { + "name": "0.08mm Extra Fine @X-Max 4 0.2 nozzle", + "sub_path": "process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json" + }, + { + "name": "0.10mm Standard @X-Max 4 0.2 nozzle", + "sub_path": "process/0.10mm Standard @X-Max 4 0.2 nozzle.json" + }, + { + "name": "0.12mm Balanced Quality @X-Max 4 0.2 nozzle", + "sub_path": "process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json" + }, + { + "name": "0.18mm Balanced Quality @X-Max 4 0.6 nozzle", + "sub_path": "process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json" + }, + { + "name": "0.24mm Balanced Strength @X-Max 4 0.6 nozzle", + "sub_path": "process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json" + }, + { + "name": "0.30mm Standard @X-Max 4 0.6 nozzle", + "sub_path": "process/0.30mm Standard @X-Max 4 0.6 nozzle.json" + }, + { + "name": "0.24mm Balanced Quality @X-Max 4 0.8 nozzle", + "sub_path": "process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json" + }, + { + "name": "0.32mm Balanced Strength @X-Max 4 0.8 nozzle", + "sub_path": "process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json" + }, + { + "name": "0.40mm Standard @X-Max 4 0.8 nozzle", + "sub_path": "process/0.40mm Standard @X-Max 4 0.8 nozzle.json" } ], "filament_list": [ @@ -732,6 +804,10 @@ "name": "fdm_filament_q_common", "sub_path": "filament/Q2/fdm_filament_q_common.json" }, + { + "name": "fdm_filament_x4_common", + "sub_path": "filament/X4/fdm_filament_x4_common.json" + }, { "name": "fdm_filament_abs", "sub_path": "filament/fdm_filament_abs.json" @@ -3763,6 +3839,914 @@ { "name": "Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle", "sub_path": "filament/Qidi Generic PLA High Speed @Qidi X-Plus 4 0.8 nozzle.json" + }, + { + "name": "Generic ABS@X-Max 4-Series", + "sub_path": "filament/X4/Generic ABS @X-Max 4.json" + }, + { + "name": "QIDI ASA@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ASA @X-Max 4.json" + }, + { + "name": "Generic PETG@X-Max 4-Series", + "sub_path": "filament/X4/Generic PETG @X-Max 4.json" + }, + { + "name": "Generic PLA Silk@X-Max 4-Series", + "sub_path": "filament/X4/Generic PLA Silk @X-Max 4.json" + }, + { + "name": "Generic PLA Silk @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic PLA Silk @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Silk@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Rapido Silk @X-Max 4.json" + }, + { + "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic PLA@X-Max 4-Series", + "sub_path": "filament/X4/Generic PLA @X-Max 4.json" + }, + { + "name": "Generic PLA+@X-Max 4-Series", + "sub_path": "filament/X4/Generic PLA+ @X-Max 4.json" + }, + { + "name": "QIDI PLA-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA-CF @X-Max 4.json" + }, + { + "name": "QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Rapido@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ABS Rapido @X-Max 4.json" + }, + { + "name": "QIDI ABS Rapido Metal@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ABS Rapido Metal @X-Max 4.json" + }, + { + "name": "QIDI ABS Odorless@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ABS Odorless @X-Max 4.json" + }, + { + "name": "QIDI PLA Rapido@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Rapido @X-Max 4.json" + }, + { + "name": "QIDI PLA Rapido Matte@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Rapido Matte @X-Max 4.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Tough@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG Tough @X-Max 4.json" + }, + { + "name": "QIDI PET-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PET-CF @X-Max 4.json" + }, + { + "name": "QIDI PA12-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PA12-CF @X-Max 4.json" + }, + { + "name": "QIDI PAHT-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PAHT-CF @X-Max 4.json" + }, + { + "name": "QIDI ABS-GF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ABS-GF @X-Max 4.json" + }, + { + "name": "QIDI UltraPA@X-Max 4-Series", + "sub_path": "filament/X4/QIDI UltraPA @X-Max 4.json" + }, + { + "name": "Generic TPU 95A@X-Max 4-Series", + "sub_path": "filament/X4/Generic TPU 95A @X-Max 4.json" + }, + { + "name": "QIDI PC/ABS-FR@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PC-ABS-FR @X-Max 4.json" + }, + { + "name": "QIDI ASA-Aero@X-Max 4-Series", + "sub_path": "filament/X4/QIDI ASA-Aero @X-Max 4.json" + }, + { + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic ABS @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic ABS @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic ABS @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Generic ABS @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI ASA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Generic PETG @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic PETG @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Generic PETG @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic PETG @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Generic PLA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic PLA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Generic PLA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic PLA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic PLA+ @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic TPU 95A @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI UltraPA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PET-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Rapido Metal @X-Max 4.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PPS-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PPS-CF @X-Max 4.json" + }, + { + "name": "QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI TPU 95A-HF @X-Max 4.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "PolyLite PLA@X-Max 4-Series", + "sub_path": "filament/X4/PolyLite PLA @X-Max 4.json" + }, + { + "name": "PolyLite PLA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "PolyLite PLA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "PolyLite ABS@X-Max 4-Series", + "sub_path": "filament/X4/PolyLite ABS @X-Max 4.json" + }, + { + "name": "PolyLite ABS @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "PolyLite ABS @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Overture ABS@X-Max 4-Series", + "sub_path": "filament/X4/Overture ABS @X-Max 4.json" + }, + { + "name": "Overture ABS @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Overture ABS @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Overture ABS @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Overture ABS @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Overture PLA@X-Max 4-Series", + "sub_path": "filament/X4/Overture PLA @X-Max 4.json" + }, + { + "name": "Overture PLA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Overture PLA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Overture PLA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Overture PLA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Bambu PLA@X-Max 4-Series", + "sub_path": "filament/X4/Bambu PLA @X-Max 4.json" + }, + { + "name": "Bambu PLA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Bambu PLA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Bambu ABS@X-Max 4-Series", + "sub_path": "filament/X4/Bambu ABS @X-Max 4.json" + }, + { + "name": "Bambu ABS @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Bambu ABS @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Bambu PETG@X-Max 4-Series", + "sub_path": "filament/X4/Bambu PETG @X-Max 4.json" + }, + { + "name": "Bambu PETG @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Bambu PETG @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "HATCHBOX PLA@X-Max 4-Series", + "sub_path": "filament/X4/HATCHBOX PLA @X-Max 4.json" + }, + { + "name": "HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "HATCHBOX ABS@X-Max 4-Series", + "sub_path": "filament/X4/HATCHBOX ABS @X-Max 4.json" + }, + { + "name": "HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "HATCHBOX PETG@X-Max 4-Series", + "sub_path": "filament/X4/HATCHBOX PETG @X-Max 4.json" + }, + { + "name": "HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PET-GF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PET-GF @X-Max 4.json" + }, + { + "name": "QIDI PET-GF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PET-GF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PET-GF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PAHT-GF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PAHT-GF @X-Max 4.json" + }, + { + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido@X-Max 4-Series", + "sub_path": "filament/X4/QIDI WOOD Rapido @X-Max 4.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25@X-Max 4-Series", + "sub_path": "filament/X4/QIDI UltraPA-CF25 @X-Max 4.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "Generic PC@X-Max 4-Series", + "sub_path": "filament/X4/Generic PC @X-Max 4.json" + }, + { + "name": "Generic PC @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Generic PC @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Generic PC @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Generic PC @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI TPU-Aero@X-Max 4-Series", + "sub_path": "filament/X4/QIDI TPU-Aero @X-Max 4.json" + }, + { + "name": "QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA@X-Max 4-Series", + "sub_path": "filament/X4/QIDI Support For PET-PA @X-Max 4.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI Support For PAHT@X-Max 4-Series", + "sub_path": "filament/X4/QIDI Support For PAHT @X-Max 4.json" + }, + { + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Basic@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Basic @X-Max 4.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PLA Matte Basic @X-Max 4.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Rapido@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG Rapido @X-Max 4.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Basic@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG Basic @X-Max 4.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG Translucent@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG Translucent @X-Max 4.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle", + "sub_path": "filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-CF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG-CF @X-Max 4.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PETG-GF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PETG-GF @X-Max 4.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json" + }, + { + "name": "QIDI PPS-GF@X-Max 4-Series", + "sub_path": "filament/X4/QIDI PPS-GF @X-Max 4.json" + }, + { + "name": "QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle", + "sub_path": "filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle", + "sub_path": "filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle", + "sub_path": "filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json" } ], "machine_list": [ @@ -3778,6 +4762,10 @@ "name": "fdm_qidi_x3_common", "sub_path": "machine/fdm_qidi_x3_common.json" }, + { + "name": "fdm_machine_x_common", + "sub_path": "machine/fdm_machine_x_common.json" + }, { "name": "Qidi X-CF Pro 0.4 nozzle", "sub_path": "machine/Qidi X-CF Pro 0.4 nozzle.json" @@ -3889,6 +4877,22 @@ { "name": "Qidi Q2 0.8 nozzle", "sub_path": "machine/Qidi Q2 0.8 nozzle.json" + }, + { + "name": "Qidi X-Max 4 0.4 nozzle", + "sub_path": "machine/Qidi X-Max 4 0.4 nozzle.json" + }, + { + "name": "Qidi X-Max 4 0.2 nozzle", + "sub_path": "machine/Qidi X-Max 4 0.2 nozzle.json" + }, + { + "name": "Qidi X-Max 4 0.6 nozzle", + "sub_path": "machine/Qidi X-Max 4 0.6 nozzle.json" + }, + { + "name": "Qidi X-Max 4 0.8 nozzle", + "sub_path": "machine/Qidi X-Max 4 0.8 nozzle.json" } ] } \ No newline at end of file diff --git a/resources/profiles/Qidi/Qidi X-Max 4_cover.png b/resources/profiles/Qidi/Qidi X-Max 4_cover.png new file mode 100644 index 0000000000..343b8c696b Binary files /dev/null and b/resources/profiles/Qidi/Qidi X-Max 4_cover.png differ diff --git a/resources/profiles/Qidi/X-Max 4_bed.stl b/resources/profiles/Qidi/X-Max 4_bed.stl new file mode 100644 index 0000000000..f066c18d88 Binary files /dev/null and b/resources/profiles/Qidi/X-Max 4_bed.stl differ diff --git a/resources/profiles/Qidi/X-Max 4_bed.svg b/resources/profiles/Qidi/X-Max 4_bed.svg new file mode 100644 index 0000000000..be7328c467 --- /dev/null +++ b/resources/profiles/Qidi/X-Max 4_bed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..77793cc845 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Bambu ABS @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu ABS@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..0c1ef5814f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Bambu ABS @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu ABS@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..3576973fea --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Bambu ABS @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu ABS@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..b39797534d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Bambu ABS @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu ABS@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.011"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json new file mode 100644 index 0000000000..1094924ee1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu ABS @X-Max 4.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "Bambu ABS@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.05"], + "filament_flow_ratio": ["0.95"], + "filament_type": ["ABS"], + "filament_vendor": ["Bambu Lab"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.026"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..5c6d22bcbf --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Bambu PETG @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PETG@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..6f7d319ddc --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Bambu PETG @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PETG@X-Max 4-Series", + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..178a9ff788 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Bambu PETG @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..860dd13642 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Bambu PETG @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json new file mode 100644 index 0000000000..bdb103ae1e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PETG @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSG99", + "name": "Bambu PETG@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["50"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["16"], + "filament_type": ["PETG"], + "filament_vendor": ["Bambu Lab"], + "nozzle_temperature_initial_layer": ["240"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["220"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.056"], + "slow_down_layer_time": ["8"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..61881a9855 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Bambu PLA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PLA@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..cc8be8b1a3 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Bambu PLA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PLA@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..cea8c2f1e5 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Bambu PLA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PLA@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..4a5d745646 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Bambu PLA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Bambu PLA@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json new file mode 100644 index 0000000000..64917972d1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Bambu PLA @X-Max 4.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSL99", + "name": "Bambu PLA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_type": ["PLA"], + "filament_vendor": ["Bambu Lab"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "slow_down_layer_time": ["4"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..e01ad2efc4 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic ABS @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..8d5b59a219 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic ABS @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS@X-Max 4-Series", + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..324a162900 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic ABS @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS@X-Max 4-Series", + "filament_max_volumetric_speed": ["24.5"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..6cac9dc1e9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic ABS @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS@X-Max 4-Series", + "filament_max_volumetric_speed": ["24.5"], + "pressure_advance": ["0.011"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json new file mode 100644 index 0000000000..e3e834b9c7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic ABS @X-Max 4.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "QD_3_0_11", + "setting_id": "GFSA04", + "name": "Generic ABS@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["80"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.04"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["17"], + "filament_type": ["ABS"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.021"], + "slow_down_layer_time": ["4"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..236c45b598 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic PC @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC@X-Max 4-Series", + "filament_flow_ratio": ["0.94"], + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.04"], + "chamber_temperature": ["0"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..1cb0aa4809 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic PC @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC@X-Max 4-Series", + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["10"], + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..0f38671edb --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic PC @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC@X-Max 4-Series", + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["10"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..ef82e4c2e8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PC @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Generic PC @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC@X-Max 4-Series", + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["10"], + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json new file mode 100644 index 0000000000..ffebfa765f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PC @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "Generic PC@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "chamber_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["60"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["500"], + "filament_density": ["1.04"], + "filament_max_volumetric_speed": ["10"], + "filament_type": ["PC"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["270"], + "nozzle_temperature_range_high": ["290"], + "nozzle_temperature_range_low": ["260"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["60"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.021"], + "slow_down_layer_time": ["2"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["110"], + "hot_plate_temp" : ["110"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..2e55868400 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Generic PETG @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..a4f36bf009 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Generic PETG @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG@X-Max 4-Series", + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..c5e91e33ad --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Generic PETG @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..f7d4a493ea --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Generic PETG @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json new file mode 100644 index 0000000000..95156e11d0 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PETG @X-Max 4.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "QD_3_0_41", + "setting_id": "GFSG99", + "name": "Generic PETG@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["90"], + "fan_min_speed": ["40"], + "filament_adhesiveness_category": ["300"], + "filament_density": ["1.27"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["12"], + "filament_type": ["PETG"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["245"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["220"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["90"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.056"], + "slow_down_layer_time": ["12"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..8f96fbe725 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..7bd5f9ab30 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..5923802cdf --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..21eebfe19d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json new file mode 100644 index 0000000000..be77882579 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA @X-Max 4.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "QD_3_0_1", + "setting_id": "GFSL99", + "name": "Generic PLA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "cool_plate_temp_initial_layer": ["45"], + "cool_plate_temp": ["45"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.2"], + "filament_max_volumetric_speed": ["14"], + "filament_type": ["PLA"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature": ["220"], + "overhang_fan_threshold": ["50%"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..5619c1c8b3 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSL99_01", + "name": "Generic PLA Silk @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA Silk@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..cd34932232 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99_01", + "name": "Generic PLA Silk @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA Silk@X-Max 4-Series", + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json new file mode 100644 index 0000000000..36500f0a0f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA Silk @X-Max 4.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "filament_id": "QD_3_0_4", + "setting_id": "GFSL99_01", + "name": "Generic PLA Silk@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.2"], + "filament_max_volumetric_speed": ["7.5"], + "filament_retraction_length": ["0.5"], + "filament_type": ["PLA"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature": ["220"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.032"], + "supertack_plate_temp_initial_layer": ["35"], + "supertack_plate_temp": ["35"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..1d0eb9a72c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA+ @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA+@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..4b020f6eac --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA+ @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA+@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..e15161931c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA+ @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA+@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..5741c30145 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA+ @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA+@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json new file mode 100644 index 0000000000..72dbed00e2 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic PLA+ @X-Max 4.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSL99", + "name": "Generic PLA+@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.2"], + "filament_max_volumetric_speed": ["12"], + "filament_type": ["PLA"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["230"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature": ["230"], + "overhang_fan_threshold": ["50%"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..7e26a052df --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "Generic TPU 95A @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic TPU 95A@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..93c12e563b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "Generic TPU 95A @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic TPU 95A@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..d59427d3c1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "Generic TPU 95A @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic TPU 95A@X-Max 4-Series", + "nozzle_temperature": ["220"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json new file mode 100644 index 0000000000..b7825eccf9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Generic TPU 95A @X-Max 4.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "QD_3_0_50", + "setting_id": "GFSR99", + "name": "Generic TPU 95A@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "filament_adhesiveness_category": ["600"], + "filament_density": ["1.21"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["4"], + "filament_type": ["TPU"], + "filament_vendor": ["Generic"], + "nozzle_temperature_initial_layer": ["230"], + "nozzle_temperature_range_high": ["250"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature": ["230"], + "pressure_advance": ["0.1"], + "temperature_vitrification": ["30"], + "hot_plate_temp_initial_layer" : ["35"], + "hot_plate_temp" : ["35"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..17829b5ae8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "HATCHBOX ABS @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX ABS@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..e7f6fe2852 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "HATCHBOX ABS @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX ABS@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..2f80c167db --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "HATCHBOX ABS @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX ABS@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..7a2b0cbdce --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "HATCHBOX ABS @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX ABS@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.011"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json new file mode 100644 index 0000000000..a881b396c1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX ABS @X-Max 4.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "HATCHBOX ABS@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.05"], + "filament_flow_ratio": ["0.95"], + "filament_type": ["ABS"], + "filament_vendor": ["HATCHBOX"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.026"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..35a026cfe0 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "HATCHBOX PETG @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PETG@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..aaa7ce0669 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "HATCHBOX PETG @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PETG@X-Max 4-Series", + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..20afe97fe9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "HATCHBOX PETG @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..4f53ac0f57 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "HATCHBOX PETG @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PETG@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json new file mode 100644 index 0000000000..9be30402ec --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PETG @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "setting_id": "GFSG99", + "name": "HATCHBOX PETG@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["50"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["16"], + "filament_type": ["PETG"], + "filament_vendor": ["HATCHBOX"], + "nozzle_temperature_initial_layer": ["240"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["220"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.056"], + "slow_down_layer_time": ["8"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..f1cb9a382e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "HATCHBOX PLA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PLA@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..0d9cf1a00b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "HATCHBOX PLA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PLA@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..763c082a47 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "HATCHBOX PLA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PLA@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..aa800e09d9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "HATCHBOX PLA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "HATCHBOX PLA@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json new file mode 100644 index 0000000000..5b40fa5a25 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/HATCHBOX PLA @X-Max 4.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSL99", + "name": "HATCHBOX PLA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_type": ["PLA"], + "filament_vendor": ["HATCHBOX"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "slow_down_layer_time": ["4"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..25d3df0b4b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Overture ABS @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture ABS@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.054"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..f7e5520604 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Overture ABS @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture ABS@X-Max 4-Series", + "pressure_advance": ["0.033"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..5527fef90d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Overture ABS @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture ABS@X-Max 4-Series", + "pressure_advance": ["0.02"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..cd09d3f89a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "Overture ABS @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture ABS@X-Max 4-Series", + "pressure_advance": ["0.01"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json new file mode 100644 index 0000000000..ffa1afa022 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture ABS @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "Overture ABS@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.12"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["17"], + "filament_type": ["ABS"], + "filament_vendor": ["Overture"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["255"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.033"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..557f157e0a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Overture PLA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture PLA@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.062"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..be073cb64c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Overture PLA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture PLA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..cf27dfaab6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Overture PLA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture PLA@X-Max 4-Series", + "pressure_advance": ["0.019"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..e30ca55f3c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Overture PLA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Overture PLA@X-Max 4-Series", + "pressure_advance": ["0.012"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json new file mode 100644 index 0000000000..9d356099d0 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/Overture PLA @X-Max 4.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSL99", + "name": "Overture PLA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.2"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["11"], + "filament_type": ["PLA"], + "filament_vendor": ["Overture"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.028"], + "slow_down_layer_time": ["10"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..97e916980a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "PolyLite ABS @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite ABS@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.054"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..acf9173a97 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "PolyLite ABS @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite ABS@X-Max 4-Series", + "pressure_advance": ["0.033"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..2a1d913024 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "PolyLite ABS @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite ABS@X-Max 4-Series", + "pressure_advance": ["0.02"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..c663d9cc16 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "PolyLite ABS @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite ABS@X-Max 4-Series", + "pressure_advance": ["0.01"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json b/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json new file mode 100644 index 0000000000..a2bb1d1cad --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite ABS @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "setting_id": "GFSA04", + "name": "PolyLite ABS@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.12"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["17"], + "filament_type": ["ABS"], + "filament_vendor": ["Polymaker"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["255"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.033"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..9f04ce41f2 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "PolyLite PLA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.062"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..f0b0e6488a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "PolyLite PLA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..5da3b4b6f5 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "PolyLite PLA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA@X-Max 4-Series", + "pressure_advance": ["0.019"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..c8acaad505 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "PolyLite PLA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA@X-Max 4-Series", + "pressure_advance": ["0.012"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json new file mode 100644 index 0000000000..bef5bf7d84 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/PolyLite PLA @X-Max 4.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "setting_id": "GFSL99", + "name": "PolyLite PLA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.2"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["11"], + "filament_type": ["PLA"], + "filament_vendor": ["Polymaker"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.028"], + "slow_down_layer_time": ["10"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..7df2583ca7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "chamber_temperature": ["0"], + "pressure_advance": ["0.03"], + "filament_max_volumetric_speed": ["2"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..06061329b8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..e5f7d7e924 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "filament_max_volumetric_speed": ["24.5"], + "nozzle_temperature": ["250"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..6ddf831151 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Odorless @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Odorless@X-Max 4-Series", + "filament_max_volumetric_speed": ["24.5"], + "nozzle_temperature": ["250"], + "pressure_advance": ["0.011"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json new file mode 100644 index 0000000000..5edbca34c9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Odorless @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_14", + "setting_id": "GFSA04", + "name": "QIDI ABS Odorless@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["65"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.02"], + "filament_flow_ratio": ["0.92"], + "filament_max_volumetric_speed": ["22"], + "filament_type": ["ABS"], + "impact_strength_z":["7.4"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.036"], + "slow_down_layer_time": ["8"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["90"], + "hot_plate_temp" : ["90"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..9dcf1bd957 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..f710e41464 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..d6e8b6cbef --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..3631e36057 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.011"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json new file mode 100644 index 0000000000..51f5031f2f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido @X-Max 4.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_11", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.05"], + "filament_flow_ratio": ["0.95"], + "filament_type": ["ABS"], + "impact_strength_z":["7.4"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.026"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..65a7d2bf40 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..8384ab8f71 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..0417bf8604 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..afde32d781 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido Metal @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS Rapido Metal@X-Max 4-Series", + "nozzle_temperature": ["250"], + "pressure_advance": ["0.008"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json new file mode 100644 index 0000000000..2f3ff16140 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS Rapido Metal @X-Max 4.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_13", + "setting_id": "GFSA04", + "name": "QIDI ABS Rapido Metal@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["80"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.06"], + "filament_flow_ratio": ["0.95"], + "filament_type": ["ABS"], + "impact_strength_z":["7.4"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.028"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..7ee8d12bea --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS-GF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS-GF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..026389c49e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS-GF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS-GF@X-Max 4-Series", + "pressure_advance": ["0.01"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..e86d14c32d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ABS-GF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ABS-GF@X-Max 4-Series", + "pressure_advance": ["0.01"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json new file mode 100644 index 0000000000..cb0a34e46b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ABS-GF @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_12", + "setting_id": "GFSA04", + "name": "QIDI ABS-GF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "box_temperature_range_low": ["0"], + "box_temperature": ["45"], + "chamber_temperature": ["0"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_max_speed": ["30"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.15"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["12"], + "filament_type": ["ABS-GF"], + "impact_strength_z":["5.3"], + "nozzle_temperature_initial_layer": ["260"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["270"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.022"], + "slow_down_layer_time": ["4"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["85"], + "hot_plate_temp" : ["85"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..2aeca845a9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ASA @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ASA@X-Max 4-Series", + "chamber_temperature": ["0"], + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..c9c8641e0e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ASA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ASA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..167b0b754c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ASA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ASA@X-Max 4-Series", + "filament_max_volumetric_speed": ["13"], + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..3728204c1f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ASA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ASA@X-Max 4-Series", + "filament_max_volumetric_speed": ["13"], + "pressure_advance": ["0.011"], + "slow_down_min_speed": ["10"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json new file mode 100644 index 0000000000..60c2cad714 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA @X-Max 4.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_18", + "setting_id": "GFSA04", + "name": "QIDI ASA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["40"], + "fan_max_speed": ["50"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.07"], + "filament_flow_ratio": ["0.92"], + "filament_max_volumetric_speed": ["17"], + "filament_type": ["ASA"], + "impact_strength_z":["4.9"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.034"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["90"], + "hot_plate_temp" : ["90"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..c779ede066 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI ASA-Aero @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI ASA-Aero@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json new file mode 100644 index 0000000000..03f3c15160 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI ASA-Aero @X-Max 4.json @@ -0,0 +1,39 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_19", + "setting_id": "GFSA04", + "name": "QIDI ASA-Aero@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "chamber_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["40"], + "fan_max_speed": ["50"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.03"], + "filament_flow_ratio": ["0.7"], + "filament_max_volumetric_speed": ["12"], + "filament_retract_when_changing_layer": ["0"], + "filament_retraction_length": ["0.01"], + "filament_retraction_minimum_travel": ["0"], + "filament_type": ["ASA-AERO"], + "filament_wipe": ["0"], + "filament_z_hop": ["0"], + "impact_strength_z":["3.4"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["260"], + "overhang_fan_speed": ["80"], + "overhang_fan_threshold": ["25%"], + "pressure_advance": ["0.021"], + "slow_down_layer_time": ["4"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["90"], + "hot_plate_temp" : ["90"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..730ca3c1dc --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PA12-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PA12-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..1f52daaf7f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PA12-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PA12-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..ad13a0695b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PA12-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PA12-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json new file mode 100644 index 0000000000..fdcd763ea4 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PA12-CF @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_27", + "setting_id": "GFSN99", + "name": "QIDI PA12-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["55"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["40"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["400"], + "filament_density": ["1.09"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PA12-CF"], + "impact_strength_z":["5.7"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["300"], + "nozzle_temperature_range_low": ["280"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["40"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.035"], + "slow_down_layer_time": ["5"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..5c01e64423 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..1b9f947be7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..2bc4f590a1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json new file mode 100644 index 0000000000..0151c0fe06 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-CF @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_30", + "setting_id": "GFSN99", + "name": "QIDI PAHT-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["60"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["40"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["400"], + "filament_density": ["1.2"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PAHT-CF"], + "impact_strength_z":["13.3"], + "nozzle_temperature_initial_layer": ["300"], + "nozzle_temperature_range_high": ["320"], + "nozzle_temperature_range_low": ["300"], + "nozzle_temperature": ["300"], + "overhang_fan_speed": ["40"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.032"], + "slow_down_layer_time": ["5"], + "temperature_vitrification": ["180"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..b323bdb8d4 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..39bc367299 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "pressure_advance": ["0.015"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..bd67212ac7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PAHT-GF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PAHT-GF@X-Max 4-Series", + "pressure_advance": ["0.01"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json new file mode 100644 index 0000000000..78dccc43d3 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PAHT-GF @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_31", + "setting_id": "GFSN99", + "name": "QIDI PAHT-GF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["60"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["20"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["400"], + "filament_density": ["1.27"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["10"], + "filament_type": ["PAHT-GF"], + "impact_strength_z":["13.3"], + "nozzle_temperature_initial_layer": ["300"], + "nozzle_temperature_range_high": ["320"], + "nozzle_temperature_range_low": ["300"], + "nozzle_temperature": ["300"], + "overhang_fan_speed": ["40"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.027"], + "slow_down_layer_time": ["5"], + "temperature_vitrification": ["180"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..12100c134f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "pressure_advance": ["0.042"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..216a767dc5 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "pressure_advance": ["0.031"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..20eab7de4e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSA04", + "name": "QIDI PC/ABS-FR @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PC/ABS-FR@X-Max 4-Series", + "pressure_advance": ["0.024"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json new file mode 100644 index 0000000000..df49b52f5e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PC-ABS-FR @X-Max 4.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_34", + "setting_id": "GFSA04", + "name": "QIDI PC/ABS-FR@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["50"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["100"], + "fan_max_speed": ["40"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["200"], + "filament_density": ["1.19"], + "filament_flow_ratio": ["0.92"], + "filament_max_volumetric_speed": ["12"], + "filament_type": ["PC-ABS-FR"], + "impact_strength_z":["8"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["90"], + "overhang_fan_threshold": ["75%"], + "pressure_advance": ["0.042"], + "slow_down_layer_time": ["10"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["90"], + "hot_plate_temp" : ["90"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..c50f34a810 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..8eb1655770 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-CF@X-Max 4-Series", + "pressure_advance": ["0.025"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..67f4ffe19f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-CF@X-Max 4-Series", + "pressure_advance": ["0.025"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json new file mode 100644 index 0000000000..a8034851e7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-CF @X-Max 4.json @@ -0,0 +1,36 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_37", + "setting_id": "GFSN99", + "name": "QIDI PET-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["5"], + "fan_max_speed": ["30"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["800"], + "filament_density": ["1.3"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PET-CF"], + "impact_strength_z":["4.5"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["320"], + "nozzle_temperature_range_low": ["280"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["40"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.032"], + "slow_down_layer_time": ["2"], + "temperature_vitrification": ["185"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "supertack_plate_temp_initial_layer": ["80"], + "supertack_plate_temp": ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..520867f200 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-GF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-GF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..e713c7813a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-GF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-GF@X-Max 4-Series", + "pressure_advance": ["0.014"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..42b3aaf72d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PET-GF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PET-GF@X-Max 4-Series", + "pressure_advance": ["0.01"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json new file mode 100644 index 0000000000..e2db40205d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PET-GF @X-Max 4.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_38", + "setting_id": "GFSN99", + "name": "QIDI PET-GF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["50"], + "box_temperature_range_low": ["0"], + "box_temperature": ["50"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["70"], + "fan_min_speed": ["40"], + "filament_adhesiveness_category": ["800"], + "filament_density": ["1.38"], + "filament_flow_ratio": ["0.97"], + "filament_max_volumetric_speed": ["10"], + "filament_type": ["PET-GF"], + "impact_strength_z":["4.5"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["320"], + "nozzle_temperature_range_low": ["280"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["60"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.022"], + "slow_down_layer_time": ["5"], + "temperature_vitrification": ["185"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..da7ea1e97d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Basic @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Basic@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.054"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..f354f095ac --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Basic@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..219738b8dd --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Basic @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Basic@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..ce023d48c6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Basic @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Basic@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json new file mode 100644 index 0000000000..3281207b12 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Basic @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_39", + "setting_id": "GFSG99", + "name": "QIDI PETG Basic@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["90"], + "fan_min_speed": ["40"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["18"], + "filament_type": ["PETG"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["240"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["240"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.04"], + "slow_down_layer_time": ["12"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..98bb6b1b20 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.054"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..7af936b3c7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..3eb9b84395 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..9ca7a6d15b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Rapido @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Rapido@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json new file mode 100644 index 0000000000..8d441a52cc --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Rapido @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_41", + "setting_id": "GFSG99", + "name": "QIDI PETG Rapido@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["20"], + "fan_max_speed": ["50"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["20"], + "filament_type": ["PETG"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["245"], + "nozzle_temperature_range_high": ["275"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["245"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.046"], + "slow_down_layer_time": ["8"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..d6df7485fd --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Tough @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Tough@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.056"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..a4784ddebc --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Tough@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..9ddc4da87a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Tough @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Tough@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..550af796db --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Tough @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Tough@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json new file mode 100644 index 0000000000..2805832c06 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Tough @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_40", + "setting_id": "GFSG99", + "name": "QIDI PETG Tough@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["50"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["16"], + "filament_type": ["PETG"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["240"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["220"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.056"], + "slow_down_layer_time": ["8"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..53872eaa3e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "filament_max_volumetric_speed": ["1"], + "pressure_advance": ["0.054"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..b4d4f74e1f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..643ce9fba8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..20a2536ce9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG Translucent @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG Translucent@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json new file mode 100644 index 0000000000..46d1dc49d8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG Translucent @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_45", + "setting_id": "GFSG99", + "name": "QIDI PETG Translucent@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["30"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PETG"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["250"], + "overhang_fan_speed": ["90"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.054"], + "slow_down_layer_time": ["8"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..32cdca9690 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-CF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..26b121fc4e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-CF@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..ea84d2d464 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-CF@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json new file mode 100644 index 0000000000..edf27ba669 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-CF @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_42", + "setting_id": "GFSG99", + "name": "QIDI PETG-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["40"], + "fan_min_speed": ["5"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["11.5"], + "filament_type": ["PETG-CF"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["255"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["255"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.048"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..4acde53572 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-GF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-GF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..5002e8c11d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-GF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-GF@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..802f81c4dc --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "QIDI PETG-GF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PETG-GF@X-Max 4-Series", + "pressure_advance": ["0.04"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json new file mode 100644 index 0000000000..6b182893d6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PETG-GF @X-Max 4.json @@ -0,0 +1,33 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_43", + "setting_id": "GFSG99", + "name": "QIDI PETG-GF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["45"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["50"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["300"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PETG-GF"], + "impact_strength_z":["10.6"], + "nozzle_temperature_initial_layer": ["255"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["240"], + "nozzle_temperature": ["255"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["10%"], + "pressure_advance": ["0.046"], + "slow_down_layer_time": ["8"], + "temperature_vitrification": ["70"], + "hot_plate_temp_initial_layer" : ["70"], + "hot_plate_temp" : ["70"], + "supertack_plate_temp_initial_layer": ["70"], + "supertack_plate_temp": ["70"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..8ef40cd057 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Basic @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Basic@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..ec1eed1f73 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Basic@X-Max 4-Series", + "pressure_advance": ["0.038"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..f79fac6232 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Basic @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Basic@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..9871fedd82 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Basic @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Basic@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json new file mode 100644 index 0000000000..a8a97084d1 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Basic @X-Max 4.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_7", + "setting_id": "GFSL99", + "name": "QIDI PLA Basic@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "cool_plate_temp_initial_layer": ["45"], + "cool_plate_temp": ["45"], + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_max_volumetric_speed": ["20"], + "filament_type": ["PLA"], + "impact_strength_z":["13.8"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..75b961ebea --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..a4ebd68fd2 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "pressure_advance": ["0.038"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..0f66cdeba6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..22dbf385fd --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Matte Basic @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Matte Basic@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json new file mode 100644 index 0000000000..78948f8dd7 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Matte Basic @X-Max 4.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_8", + "setting_id": "GFSL99", + "name": "QIDI PLA Matte Basic@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "cool_plate_temp_initial_layer": ["45"], + "cool_plate_temp": ["45"], + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_max_volumetric_speed": ["20"], + "filament_type": ["PLA"], + "impact_strength_z":["13.8"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..b67b18851e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..f8eaee8c02 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "pressure_advance": ["0.038"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..3e389652af --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..a3eb8be8e6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json new file mode 100644 index 0000000000..b28d32768e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido @X-Max 4.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_1", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "cool_plate_temp_initial_layer": ["45"], + "cool_plate_temp": ["45"], + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_type": ["PLA"], + "impact_strength_z":["13.8"], + "additional_cooling_fan_speed": ["100"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "slow_down_layer_time": ["4"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..25b98aee5b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..96d26d5c5b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..c012daf17a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "pressure_advance": ["0.016"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..2d7da20a2c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Matte @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Matte@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json new file mode 100644 index 0000000000..58091b7fe9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Matte @X-Max 4.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_2", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Matte@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "fan_cooling_layer_time": ["100"], + "fan_min_speed": ["60"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.42"], + "filament_type": ["PLA"], + "impact_strength_z":["6.6"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "slow_down_layer_time": ["4"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..4c42486cb5 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "filament_max_volumetric_speed": ["2"], + "pressure_advance": ["0.038"], + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..9645519595 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "pressure_advance": ["0.038"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..b4ed757eda --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "pressure_advance": ["0.020"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..bb105601a2 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Metal @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Metal@X-Max 4-Series", + "pressure_advance": ["0.01"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json new file mode 100644 index 0000000000..7bbde6c6e4 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Metal @X-Max 4.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_3", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Metal@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "filament_type": ["PLA"], + "additional_cooling_fan_speed": ["100"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.20"], + "impact_strength_z":["16.8"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..3c4c2e1f14 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Silk@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..3447e69d7c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Silk @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA Rapido Silk@X-Max 4-Series", + "pressure_advance": ["0.021"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json new file mode 100644 index 0000000000..dfcfd0ed3c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA Rapido Silk @X-Max 4.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_4", + "setting_id": "GFSL99", + "name": "QIDI PLA Rapido Silk@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.24"], + "filament_max_volumetric_speed": ["10"], + "filament_retraction_length": ["0.4"], + "filament_wipe": ["1"], + "filament_wipe_distance": ["1"], + "filament_z_hop_types": ["Spiral Lift"], + "filament_type": ["PLA"], + "impact_strength_z":["4.6"], + "nozzle_temperature_range_high": ["240"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature": ["220"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.024"], + "supertack_plate_temp_initial_layer": ["0"], + "supertack_plate_temp": ["0"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "temperature_vitrification": ["45"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..0aa80f69ea --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL98", + "name": "QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA-CF@X-Max 4-Series", + "pressure_advance": ["0.034"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..2884dd7b9c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL98", + "name": "QIDI PLA-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA-CF@X-Max 4-Series", + "pressure_advance": ["0.012"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..7c7e5c62cd --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSL98", + "name": "QIDI PLA-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PLA-CF@X-Max 4-Series", + "filament_max_volumetric_speed": ["18"], + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json new file mode 100644 index 0000000000..dda2dadb9c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PLA-CF @X-Max 4.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_5", + "setting_id": "GFSL98", + "name": "QIDI PLA-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["0"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.25"], + "filament_flow_ratio": ["0.93"], + "filament_max_volumetric_speed": ["15"], + "filament_type": ["PLA-CF"], + "impact_strength_z":["7.8"], + "nozzle_temperature_initial_layer": ["220"], + "nozzle_temperature_range_high": ["250"], + "nozzle_temperature_range_low": ["210"], + "nozzle_temperature": ["220"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.042"], + "supertack_plate_temp_initial_layer": ["50"], + "supertack_plate_temp": ["50"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..e494ad964d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-CF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-CF@X-Max 4-Series", + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..77082822de --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-CF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-CF@X-Max 4-Series", + "pressure_advance": ["0.021"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..aaa0d2e231 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-CF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-CF@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json new file mode 100644 index 0000000000..69fcafac66 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-CF @X-Max 4.json @@ -0,0 +1,36 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_44", + "setting_id": "GFSN99", + "name": "QIDI PPS-CF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["65"], + "chamber_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["5"], + "fan_max_speed": ["30"], + "fan_min_speed": ["0"], + "filament_adhesiveness_category": ["801"], + "filament_density": ["1.3"], + "filament_flow_ratio": ["0.97"], + "filament_max_volumetric_speed": ["6"], + "filament_type": ["PPS-CF"], + "impact_strength_z":["2.8"], + "nozzle_temperature_initial_layer": ["320"], + "nozzle_temperature_range_high": ["350"], + "nozzle_temperature_range_low": ["300"], + "nozzle_temperature": ["320"], + "overhang_fan_speed": ["40"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.032"], + "slow_down_layer_time": ["2"], + "temperature_vitrification": ["180"], + "hot_plate_temp_initial_layer" : ["110"], + "hot_plate_temp" : ["110"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..142a8f793b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-GF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-GF@X-Max 4-Series", + "pressure_advance": ["0.03"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..9189ace607 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-GF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-GF@X-Max 4-Series", + "pressure_advance": ["0.021"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..268cc5f7ed --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI PPS-GF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI PPS-GF@X-Max 4-Series", + "pressure_advance": ["0.008"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json new file mode 100644 index 0000000000..83882d58cf --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI PPS-GF @X-Max 4.json @@ -0,0 +1,36 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_46", + "setting_id": "GFSN99", + "name": "QIDI PPS-GF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["65"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["30"], + "fan_max_speed": ["90"], + "fan_min_speed": ["10"], + "filament_adhesiveness_category": ["801"], + "filament_density": ["1.3"], + "filament_flow_ratio": ["0.97"], + "filament_max_volumetric_speed": ["12"], + "filament_type": ["PPS-GF"], + "impact_strength_z":["2.8"], + "nozzle_temperature_initial_layer": ["320"], + "nozzle_temperature_range_high": ["350"], + "nozzle_temperature_range_low": ["300"], + "nozzle_temperature": ["320"], + "overhang_fan_speed": ["50"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.032"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["180"], + "hot_plate_temp_initial_layer" : ["90"], + "hot_plate_temp" : ["90"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..beca70f147 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN95", + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..ebe3322265 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN95", + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..2a0535abb9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN95", + "name": "QIDI Support For PAHT @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PAHT@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json new file mode 100644 index 0000000000..1b56ac71df --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PAHT @X-Max 4.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_32", + "setting_id": "GFSN95", + "name": "QIDI Support For PAHT@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["60"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["60"], + "fan_min_speed": ["0"], + "filament_adhesiveness_category": ["800"], + "filament_density": ["1.26"], + "filament_flow_ratio": ["0.94"], + "filament_is_support": ["1"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PAHT-S"], + "impact_strength_z":["4.5"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["260"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["30"], + "overhang_fan_threshold": ["95%"], + "pressure_advance": ["0.02"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["218"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "supertack_plate_temp_initial_layer": ["80"], + "supertack_plate_temp": ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..2ab732569a --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN96", + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..d6d30f4ae8 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN96", + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..db7c0878b2 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN96", + "name": "QIDI Support For PET/PA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI Support For PET/PA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json new file mode 100644 index 0000000000..9023a51ed3 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI Support For PET-PA @X-Max 4.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_33", + "setting_id": "GFSN96", + "name": "QIDI Support For PET/PA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "fan_cooling_layer_time": ["10"], + "fan_max_speed": ["60"], + "fan_min_speed": ["0"], + "filament_adhesiveness_category": ["800"], + "filament_density": ["1.16"], + "filament_flow_ratio": ["0.91"], + "filament_is_support": ["1"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["PA-S"], + "impact_strength_z":["4.5"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["280"], + "nozzle_temperature_range_low": ["260"], + "nozzle_temperature": ["280"], + "overhang_fan_speed": ["30"], + "overhang_fan_threshold": ["95%"], + "pressure_advance": ["0.02"], + "slow_down_layer_time": ["6"], + "temperature_vitrification": ["168"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "supertack_plate_temp_initial_layer": ["80"], + "supertack_plate_temp": ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..d396641bb9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..9800afd181 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..8b8b94f5e6 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "QIDI TPU 95A-HF @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI TPU 95A-HF@X-Max 4-Series", + "nozzle_temperature": ["220"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json new file mode 100644 index 0000000000..4139dd593c --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU 95A-HF @X-Max 4.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_50", + "setting_id": "GFSR99", + "name": "QIDI TPU 95A-HF@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["600"], + "filament_density": ["1.15"], + "filament_deretraction_speed": ["10"], + "filament_flow_ratio": ["1"], + "filament_max_volumetric_speed": ["8"], + "filament_retraction_length": ["2"], + "filament_retraction_speed": ["10"], + "filament_type": ["TPU"], + "filament_vendor": ["QIDI"], + "impact_strength_z":["88.7"], + "nozzle_temperature_initial_layer": ["230"], + "nozzle_temperature_range_high": ["250"], + "nozzle_temperature_range_low": ["200"], + "nozzle_temperature": ["230"], + "pressure_advance": ["0.1"], + "temperature_vitrification": ["30"], + "hot_plate_temp_initial_layer" : ["35"], + "hot_plate_temp" : ["35"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..2954e598e5 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR98", + "name": "QIDI TPU-Aero @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI TPU-Aero@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..baecee1b42 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSR99", + "name": "QIDI TPU-Aero @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI TPU-Aero@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json new file mode 100644 index 0000000000..c70f154bd9 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI TPU-Aero @X-Max 4.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_49", + "setting_id": "GFSR98", + "name": "QIDI TPU-Aero@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["600"], + "filament_density": ["1.15"], + "filament_flow_ratio": ["0.5"], + "filament_max_volumetric_speed": ["6"], + "filament_retraction_length": ["0"], + "filament_type": ["TPU-AERO"], + "filament_vendor": ["QIDI"], + "impact_strength_z":["88.7"], + "nozzle_temperature_initial_layer": ["250"], + "nozzle_temperature_range_high": ["270"], + "nozzle_temperature_range_low": ["230"], + "nozzle_temperature": ["250"], + "pressure_advance": ["0.03"], + "slow_down_layer_time": ["14"], + "temperature_vitrification": ["30"], + "hot_plate_temp_initial_layer" : ["35"], + "hot_plate_temp" : ["35"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..57e37533aa --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN98", + "name": "QIDI UltraPA @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..93573749bb --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN98", + "name": "QIDI UltraPA @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..64e8a5e4db --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN98", + "name": "QIDI UltraPA @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json new file mode 100644 index 0000000000..acea713015 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA @X-Max 4.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_24", + "setting_id": "GFSN98", + "name": "QIDI UltraPA@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["55"], + "box_temperature_range_low": ["0"], + "box_temperature": ["55"], + "fan_max_speed": ["60"], + "fan_min_speed": ["40"], + "filament_adhesiveness_category": ["400"], + "filament_density": ["1.21"], + "filament_flow_ratio": ["0.96"], + "filament_max_volumetric_speed": ["4"], + "filament_type": ["UltraPA"], + "impact_strength_z":["15.5"], + "nozzle_temperature_initial_layer": ["280"], + "nozzle_temperature_range_high": ["290"], + "nozzle_temperature_range_low": ["250"], + "nozzle_temperature": ["280"], + "pressure_advance": ["0.03"], + "slow_down_layer_time": ["15"], + "temperature_vitrification": ["170"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..e77394468f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,9 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..c7aff5bb7f --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "pressure_advance": ["0.022"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..09a26fe56b --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSN99", + "name": "QIDI UltraPA-CF25 @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI UltraPA-CF25@X-Max 4-Series", + "pressure_advance": ["0.02"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json new file mode 100644 index 0000000000..4fee5b9e5e --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI UltraPA-CF25 @X-Max 4.json @@ -0,0 +1,36 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_26", + "setting_id": "GFSN99", + "name": "QIDI UltraPA-CF25@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "box_temperature_range_high": ["65"], + "box_temperature_range_low": ["0"], + "box_temperature": ["60"], + "chamber_temperature": ["55"], + "close_fan_the_first_x_layers": ["3"], + "during_print_exhaust_fan_speed": ["0"], + "fan_cooling_layer_time": ["5"], + "fan_max_speed": ["40"], + "fan_min_speed": ["20"], + "filament_adhesiveness_category": ["400"], + "filament_density": ["1.23"], + "filament_flow_ratio": ["0.94"], + "filament_max_volumetric_speed": ["8"], + "filament_type": ["UltraPA-CF25"], + "impact_strength_z":["15.5"], + "nozzle_temperature_initial_layer": ["300"], + "nozzle_temperature_range_high": ["320"], + "nozzle_temperature_range_low": ["300"], + "nozzle_temperature": ["300"], + "overhang_fan_speed": ["60"], + "overhang_fan_threshold": ["0%"], + "pressure_advance": ["0.026"], + "slow_down_layer_time": ["2"], + "temperature_vitrification": ["230"], + "hot_plate_temp_initial_layer" : ["80"], + "hot_plate_temp" : ["80"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..526aad90ce --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "pressure_advance": ["0.044"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..85d53bdead --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "pressure_advance": ["0.024"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..2409746869 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "QIDI WOOD Rapido @Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "QIDI WOOD Rapido@X-Max 4-Series", + "pressure_advance": ["0.012"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json new file mode 100644 index 0000000000..f63093ed9d --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/QIDI WOOD Rapido @X-Max 4.json @@ -0,0 +1,30 @@ +{ + "type": "filament", + "filament_id": "QD_3_1_6", + "setting_id": "GFSL99", + "name": "QIDI WOOD Rapido@X-Max 4-Series", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_x4_common", + "additional_cooling_fan_speed": ["100"], + "box_temperature_range_high": ["45"], + "fan_cooling_layer_time": ["100"], + "filament_adhesiveness_category": ["100"], + "filament_density": ["1.23"], + "filament_flow_ratio": ["0.95"], + "filament_max_volumetric_speed": ["18"], + "filament_type": ["PLA"], + "impact_strength_z":["5.6"], + "nozzle_temperature_range_high": ["220"], + "nozzle_temperature_range_low": ["190"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_threshold": ["50%"], + "pressure_advance": ["0.044"], + "supertack_plate_temp_initial_layer": ["45"], + "supertack_plate_temp": ["45"], + "temperature_vitrification": ["45"], + "hot_plate_temp_initial_layer" : ["55"], + "hot_plate_temp" : ["55"], + "compatible_printers": [] +} diff --git a/resources/profiles/Qidi/filament/X4/fdm_filament_x4_common.json b/resources/profiles/Qidi/filament/X4/fdm_filament_x4_common.json new file mode 100644 index 0000000000..133e3d5732 --- /dev/null +++ b/resources/profiles/Qidi/filament/X4/fdm_filament_x4_common.json @@ -0,0 +1,74 @@ +{ + "type": "filament", + "name": "fdm_filament_x4_common", + "from": "system", + "instantiation": "false", + "activate_air_filtration": ["1"], + "additional_cooling_fan_speed_unseal": ["0"], + "additional_cooling_fan_speed": ["0"], + "bed_type": ["Cool Plate"], + "box_temperature_range_high": ["0"], + "box_temperature_range_low": ["0"], + "box_temperature": ["0"], + "chamber_temperature": ["0"], + "close_fan_the_first_x_layers": ["1"], + "complete_print_exhaust_fan_speed" : ["0"], + "cool_plate_temp_initial_layer" : ["60"], + "cool_plate_temp" : ["60"], + "no_slow_down_for_cooling_on_outwalls" : ["0"], + "during_print_exhaust_fan_speed": ["100"], + "enable_pressure_advance": ["1"], + "eng_plate_temp_initial_layer" : ["60"], + "eng_plate_temp" : ["60"], + "fan_cooling_layer_time": ["60"], + "fan_max_speed": ["100"], + "fan_min_speed": ["100"], + "filament_cost": ["0"], + "filament_cooling_before_tower": ["10"], + "filament_density": ["1.24"], + "filament_deretraction_speed": ["nil"], + "filament_diameter": ["1.75"], + "filament_end_gcode": ["; Filament-specific end gcode \n;END gcode for filament"], + "filament_flow_ratio": ["0.98"], + "filament_flush_temp": ["0"], + "filament_flush_volumetric_speed": ["0"], + "filament_long_retractions_when_ec": ["nil"], + "filament_max_volumetric_speed": ["24.5"], + "filament_minimal_purge_on_wipe_tower": ["15"], + "filament_retract_before_wipe": ["nil"], + "filament_retract_restart_extra": ["nil"], + "filament_retract_when_changing_layer": ["nil"], + "filament_retraction_length": ["nil"], + "filament_retraction_minimum_travel": ["nil"], + "filament_retraction_speed": ["nil"], + "filament_settings_id": [""], + "filament_soluble": ["0"], + "filament_start_gcode": ["; Filament start gcode"], + "filament_type": ["PLA"], + "filament_vendor": ["QIDI"], + "filament_wipe_distance": ["nil"], + "filament_wipe": ["nil"], + "filament_z_hop_types": ["nil"], + "filament_z_hop": ["nil"], + "filament_ramming_travel_time" : ["0"], + "filament_pre_cooling_temperature" : ["0"], + "filament_ramming_volumetric_speed" : ["-1"], + "filament_retraction_distances_when_ec": ["nil"], + "filament_prime_volume": ["30"], + "full_fan_speed_layer": ["0"], + "nozzle_temperature_initial_layer": ["210"], + "nozzle_temperature": ["210"], + "overhang_fan_speed": ["100"], + "overhang_fan_threshold": ["95%"], + "pressure_advance": ["0.042"], + "reduce_fan_stop_start_freq": ["1"], + "slow_down_for_layer_cooling": ["1"], + "slow_down_layer_time": ["8"], + "slow_down_min_speed": ["20"], + "supertack_plate_temp_initial_layer": ["0"], + "supertack_plate_temp": ["0"], + "temperature_vitrification": ["100"], + "hot_plate_temp_initial_layer" : ["60"], + "filament_velocity_adaptation_factor":["1"], + "hot_plate_temp" : ["60"] +} diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..2c9ab014d0 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "machine", + "setting_id": "GM008", + "name": "Qidi X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Qidi X-Max 4 0.4 nozzle", + "printer_model": "Qidi X-Max 4", + "printer_variant": "0.2", + "default_filament_profile": ["QIDI PLA Rapido @Qidi X-Max 4 0.2 nozzle"], + "default_print_profile": "0.10mm Standard @X-Max 4 0.2 nozzle", + "max_layer_height": ["0.14"], + "min_layer_height": ["0.04"], + "nozzle_diameter": ["0.2"], + "retraction_length": ["0.4"], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json new file mode 100644 index 0000000000..3f21ceb2ca --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.4 nozzle.json @@ -0,0 +1,44 @@ +{ + "box_id" : "3", + "type": "machine", + "setting_id": "GM001", + "name": "Qidi X-Max 4 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_machine_x_common", + "printer_model": "Qidi X-Max 4", + "gcode_flavor": "klipper", + "default_print_profile": "0.20mm Standard @X-Max 4", + "printer_settings_id": "Qidi", + "bed_exclude_area": ["0x0, 16x0, 16x13, 0x13, 0x0, 0x0, 0x0, 0x0, 0x387, 53x387, 53x390, 0x390, 0x387, 0x387, 0x397, 0x390, 338x390, 338x384, 390x384, 390x390, 0x390"], + "change_filament_gcode": "G1 Z{max_layer_z + 3.0} F1200\nTOOL_CHANGE_START F=[current_extruder] T=[next_extruder]\nDISABLE_ALL_SENSOR\nM104 S{old_filament_temp - 10}\nM106 S255\n{if long_retractions_when_cut[previous_extruder]}\nG1 E-{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{else}\nG1 E-2 F{old_filament_e_feedrate}\n{endif}\nM400\nCUT_FILAMENT T=[current_extruder]\nMOVE_TO_TRASH\nM106 P2 S0\nUNLOAD_T[current_extruder]\nT[next_extruder]\nM106 S0\n{if nozzle_temperature_range_high[current_extruder] >= nozzle_temperature_range_high[next_extruder]}\nM104 S{nozzle_temperature_range_high[current_extruder]}\nM109.0 S{(nozzle_temperature_range_high[current_extruder])-25}\n{else}\nM104 S{nozzle_temperature_range_high[next_extruder]}\nM109.0 S{(nozzle_temperature_range_high[next_extruder])-25}\n{endif}\n{if long_retractions_when_cut[previous_extruder]}\nG1 E{retraction_distances_when_cut[previous_extruder]} F{old_filament_e_feedrate}\n{endif}\n{if flush_length_1 > 1}\n; FLUSH_START\nG1 Y403.5 F2000\nG1 E{flush_length_1} F{old_filament_e_feedrate *0.5}\n; FLUSH_END\n{endif}\n{if flush_length_2 > 1}\n; FLUSH_START\nG1 E{flush_length_2} F{new_filament_e_feedrate * 0.5}\n; FLUSH_END\n{endif}\n{if flush_length_3 > 1}\n; FLUSH_START\nG1 E{flush_length_3} F{new_filament_e_feedrate * 0.5}\n; FLUSH_END\n{endif}\n{if flush_length_4 > 1}\n; FLUSH_START\nG1 E{flush_length_4} F{new_filament_e_feedrate * 0.5}\n; FLUSH_END\n{endif}\nM400\nM106 S180\nM104 S{new_filament_temp - 10}\nG1 E1 F10\nM109.1 S{new_filament_temp - 10}\nG1 E-4 F1000\nG4 P2000\nM204 S5000\nG1 Y403 F2000\nG1 X163 F8000\nG1 X145 F5000\nG1 X163 F3000\nG1 X145 F2000\nG1 X175 F6000\nG1 X163\nG1 X175\nG1 X163\nG1 X175\nG1 X163\nG1 X180 F8000\nG1 Y380\nG1 X116\nG4 P2000\nG1 Y403 F3000\nG1 X130\nG1 X100 F8000\nG1 Y380\nG1 X116\nG1 Y403 F3000\nG1 X130 F3000\nG1 X100 F8000\nG1 Y380\nM104 S[new_filament_temp]\nTOOL_CHANGE_END\nG1 E{new_retract_length_toolchange + 1} F{new_filament_e_feedrate}\nENABLE_ALL_SENSOR\n", + "default_filament_profile": ["QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle"], + "enable_long_retraction_when_cut": "2", + "extruder_clearance_height_to_lid": "120", + "extruder_clearance_height_to_rod": "40", + "extruder_clearance_max_radius": "70", + "is_support_3mf" : "1", + "is_support_timelapse": "1", + "is_support_multi_box": "1", + "layer_change_gcode": "{if timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 Y380 F20000\nG1 X128 F20000\n{if layer_z <=25}\nG1 Z25\n{endif}\nG1 Y403 F2000\nG92 E0\nM400\nTIMELAPSE_TAKE_FRAME\nG1 E[retraction_length] F300\nG1 X180 F8000\nG1 Y380 F8000\n{if layer_z <=25}\nG1 Z[layer_z]\n{endif}\n{elsif timelapse_type == 0} ; timelapse without wipe tower\nTIMELAPSE_TAKE_FRAME\n{endif}\nG92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_end_gcode": "DISABLE_BOX_HEATER\nM141 S0\nM140 S0\nDISABLE_ALL_SENSOR\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nUNLOAD_FILAMENT T=[current_extruder]\nG0 Y380 F12000\nG0 X128 Y380 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}\nM104 S0\nPRINT_END", + "machine_max_jerk_e": ["4"], + "machine_max_jerk_x": ["9"], + "machine_max_jerk_y": ["9"], + "machine_max_jerk_z": ["4"], + "machine_max_speed_z": ["20"], + "machine_pause_gcode": "M0", + "machine_max_acceleration_x": ["30000"], + "machine_max_acceleration_y": ["30000"], + "machine_max_speed_x": ["800"], + "machine_max_speed_y": ["800"], + "machine_start_gcode": ";===== PRINT_PHASE_INIT =====\nSET_PRINT_MAIN_STATUS MAIN_STATUS=print_start\nM220 S100\nM221 S100\nSET_INPUT_SHAPER SHAPER_TYPE_X=mzv\nSET_INPUT_SHAPER SHAPER_TYPE_Y=mzv\nDISABLE_ALL_SENSOR\nM1002 R1\nM107\nCLEAR_PAUSE\nM140 S[bed_temperature_initial_layer_single]\nM141 S[chamber_temperature]\nG29.0\nG28\n\n;===== BOX_PREPAR =====\nBOX_PRINT_START EXTRUDER=[initial_no_support_extruder] HOTENDTEMP={nozzle_temperature_range_high[initial_tool]}\nM400\nEXTRUSION_AND_FLUSH HOTEND=[nozzle_temperature_initial_layer]\n\n;===== CLEAR_NOZZLE =====\nG1 Z20 F480\nMOVE_TO_TRASH\nG1 Y403.5 F2000\n{if chamber_temperature[0] == 0}\nM106 P3 S[during_print_exhaust_fan_speed]\n{else}\nM106 P3 S0\n{endif}\nM1004\nM106 S0\nM109 S[nozzle_temperature_initial_layer]\nG92 E0\nM83\nG1 E5 F80\nG1 E250 F300\nM400\nM106 S255\nG1 E-3 F1000\nM104 S140\nM109.1 S{nozzle_temperature_initial_layer[0]-30}\nM204 S10000\nG1 Y403 F2000\nG1 X163 F8000\nG1 X145 F5000\nG1 X163 F8000\nG1 X145 F5000\nG1 X175 F6000\nG1 X163\nG1 X175\nG1 X163\nG1 X175\nG1 X163\nG1 X180 F10000\nG1 Y395 F6000\nG1 X188\nG1 Z-0.2 F480\nM106 S255\nM109.1 S150\nG91\nG1 X15 F200\nG1 Y2\nG1 X-15\nG1 Y-2\nG1 X15\nG90\nG2 I0.5 J0.5 F480\nG2 I0.5 J0.5\nG2 I0.5 J0.5\nG1 Z10\nG1 Y383 F12000\nG1 X116\nG1 Y403\nG1 X163 F8000\nG1 X145 F5000\nG1 X163 F8000\nG1 X145 F5000\nG1 X175 F6000\nG1 X163\nG1 X175\nG1 X163\nG1 X175\nG1 X163\nG1 X180 F10000\nG1 Y383\nM106 S0\nM190 S[bed_temperature_initial_layer_single]\nM191 S[chamber_temperature]\nG1 Y0 F15000\nG1 X15 F15000\nG1 X3 F5000\nG4 P1000\nG1 X4 F1000\nG1 X3 F5000\nG4 P1000\nG1 X15 F3000\nG1 E-4 F1800\nG1 X20 Y20 F15000\nZ_TILT_ADJUST\nG29\nM1002 A1\nG1 X380 Y5 F20000\nM109 S[nozzle_temperature_initial_layer]\nENABLE_ALL_SENSOR\n\n;===== PRINT_START =====\nSET_PRINT_MAIN_STATUS MAIN_STATUS=printing\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nT[initial_tool]\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM141 S[chamber_temperature]\nG0 X200 Y1 F20000\nG0 Z10 F480\nG4 P3000\nprobe samples=1\nG91\nG0 Z5 F480\nG90\nG1 X173 Y1 F20000\nG91\nG0 Z{initial_layer_print_height-5} F480\nG90\nG0 X193 E8 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X198 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X203 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X208 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X213 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X218 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG91\nG1 X1 Z{-initial_layer_print_height-0.1}\nG1 X4\nG1 Z1 F480\nG90\nG1 X173 Y2.5 F20000\nG91\nG1 Z-0.7 F480\nG90\nG0 X193 E10 F{outer_wall_volumetric_speed/(24/20) * 60}\nG0 X198 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X203 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X208 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG0 X213 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 X218 E.3742 F{outer_wall_volumetric_speed/(0.3*0.5)/4 * 60}\nG91\nG1 X1 Z{-initial_layer_print_height-0.1}\nG1 X4\nG1 Z1 F480\nG90\n", + "nozzle_diameter": ["0.4"], + "nozzle_volume": ["150"], + "printable_area": ["0x0","390x0","390x390","0x390"], + "printable_height": "340", + "retract_lift_below": ["339"], + "support_box_temp_control": "1", + "thumbnail_size": ["50x50"], + "fan_direction": "left" +} diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..85a77c9391 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.6 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "machine", + "setting_id": "GM008", + "name": "Qidi X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Qidi X-Max 4 0.4 nozzle", + "default_filament_profile": ["QIDI PLA Rapido @Qidi X-Max 4 0.6 nozzle"], + "default_print_profile": "0.30mm Standard @X-Max 4 0.6 nozzle", + "max_layer_height": ["0.42"], + "min_layer_height": ["0.12"], + "nozzle_diameter": ["0.6"], + "printer_model": "Qidi X-Max 4", + "printer_variant": "0.6", + "retraction_length": ["1.4"], + "retraction_minimum_travel": ["3"], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..7cc87e8577 --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4 0.8 nozzle.json @@ -0,0 +1,18 @@ +{ + "type": "machine", + "setting_id": "GM008", + "name": "Qidi X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Qidi X-Max 4 0.4 nozzle", + "default_filament_profile": ["QIDI PLA Rapido @Qidi X-Max 4 0.8 nozzle"], + "default_print_profile": "0.40mm Standard @X-Max 4 0.8 nozzle", + "max_layer_height": ["0.56"], + "min_layer_height": ["0.16"], + "nozzle_diameter": ["0.8"], + "printer_model": "Qidi X-Max 4", + "printer_variant": "0.8", + "retract_length_toolchange": ["3"], + "retraction_length": ["3"], + "support_box_temp_control": "1" +} \ No newline at end of file diff --git a/resources/profiles/Qidi/machine/Qidi X-Max 4.json b/resources/profiles/Qidi/machine/Qidi X-Max 4.json new file mode 100644 index 0000000000..d7f0874fcb --- /dev/null +++ b/resources/profiles/Qidi/machine/Qidi X-Max 4.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "Qidi X-Max 4", + "model_id": "Qidi-XMax-4", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "Qidi", + "bed_model": "X-Max 4_bed.stl", + "bed_texture": "X-Max 4_bed.svg", + "hotend_model": "qidi_xseries_gen3_hotend.stl", + "default_materials": "Generic ABS @Qidi X-Max 4 0.4 nozzle;Generic PLA @Qidi X-Max 4 0.4 nozzle;QIDI ABS Odorless @Qidi X-Max 4 0.4 nozzle;QIDI ABS Rapido @Qidi X-Max 4 0.4 nozzle;QIDI PLA Rapido @Qidi X-Max 4 0.4 nozzle;QIDI PLA Rapido Matte @Qidi X-Max 4 0.4 nozzle;QIDI PLA-CF @Qidi X-Max 4 0.4 nozzle;Generic PLA Silk @Qidi X-Max 4 0.4 nozzle;QIDI PLA Rapido Silk @Qidi X-Max 4 0.4 nozzle;QIDI ASA @Qidi X-Max 4 0.4 nozzle;QIDI PETG Basic @Qidi X-Max 4 0.4 nozzle;QIDI PETG Rapido @Qidi X-Max 4 0.4 nozzle;QIDI PETG Tough @Qidi X-Max 4 0.4 nozzle;QIDI PETG Translucent @Qidi X-Max 4 0.4 nozzle;QIDI PLA Basic @Qidi X-Max 4 0.4 nozzle;QIDI PLA Matte Basic @Qidi X-Max 4 0.4 nozzle;Generic PETG @Qidi X-Max 4 0.4 nozzle" +} diff --git a/resources/profiles/Qidi/machine/fdm_machine_x_common.json b/resources/profiles/Qidi/machine/fdm_machine_x_common.json new file mode 100644 index 0000000000..9b862ad7bc --- /dev/null +++ b/resources/profiles/Qidi/machine/fdm_machine_x_common.json @@ -0,0 +1,75 @@ +{ + "type": "machine", + "name": "fdm_machine_x_common", + "inherits": "fdm_qidi_x3_common", + "from": "system", + "instantiation": "false", + "printer_technology": "FFF", + "auxiliary_fan": "1", + "auto_disable_filter_on_overheat": "0", + "before_layer_change_gcode": "", + "change_filament_gcode": "", + "cooling_filter_enabled": "0", + "default_print_profile": "0.20mm Standard @XPlus4", + "deretraction_speed": ["30"], + "extruder_clearance_height_to_lid": "140", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_radius": "65", + "extruder_colour": ["#FCE94F"], + "extruder_max_nozzle_count": ["1"], + "extruder_offset": ["0x0"], + "gcode_flavor": "klipper", + "group_algo_with_time": "0", + "layer_change_gcode": "G92 E0\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}", + "machine_end_gcode": "M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nG0 Y290 F12000\nG0 X90 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}", + "machine_hotend_change_time": "0", + "machine_load_filament_time": "35", + "machine_max_acceleration_e": ["5000"], + "machine_max_acceleration_extruding": ["20000", "20000"], + "machine_max_acceleration_retracting": ["5000", "5000"], + "machine_max_acceleration_travel": ["9000", "9000"], + "machine_max_acceleration_x": ["20000"], + "machine_max_acceleration_y": ["20000"], + "machine_max_acceleration_z": ["500"], + "machine_max_jerk_e": ["4"], + "machine_max_jerk_x": ["9"], + "machine_max_jerk_y": ["9"], + "machine_max_jerk_z": ["4"], + "machine_max_speed_e": ["30"], + "machine_max_speed_x": ["600"], + "machine_max_speed_y": ["600"], + "machine_max_speed_z": ["20"], + "machine_min_extruding_rate": ["0", "0"], + "machine_min_travel_rate": ["0", "0"], + "machine_pause_gcode": "M0", + "machine_start_gcode": "PRINT_START BED=[bed_temperature_initial_layer_single] HOTEND=[nozzle_temperature_initial_layer] CHAMBER=[chamber_temperatures]\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\nM83\nT[initial_tool]\nM140 S[bed_temperature_initial_layer_single]\nM104 S[nozzle_temperature_initial_layer]\nM141 S[chamber_temperatures]\nG4 P3000\nG0 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0)} Z5 F6000\nG0 Z[initial_layer_print_height] F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0] - 12, first_layer_print_min[0] + 80))} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0)} E{85 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 85} E{83 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 2} E{2 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 Y{max((min(print_bed_max[1] - 3, first_layer_print_min[1] + 80) - 85), 0) + 3} E{82 * 0.5 * initial_layer_print_height * nozzle_diameter[0]} F3000\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 3} Z0\nG1 X{max((min(print_bed_max[0] - 12, first_layer_print_min[0] + 80) - 85), 0) + 6}\nG1 Z1 F600\nSET_PRINT_STATS_INFO CURRENT_LAYER=1", + "machine_switch_extruder_time": "0", + "machine_unload_filament_time": "35", + "max_layer_height": ["0.28"], + "min_layer_height": ["0.08"], + "nozzle_diameter": ["0.4"], + "nozzle_type": ["hardened_steel"], + "printable_height": "280", + "printer_settings_id": "", + "printer_structure": "corexy", + "printer_variant": "0.4", + "retract_before_wipe": ["0%"], + "retract_length_toolchange": ["2"], + "retract_restart_extra_toolchange": ["0"], + "retract_restart_extra": ["0"], + "retract_when_changing_layer": ["1"], + "retraction_length": ["0.8"], + "retraction_minimum_travel": ["1"], + "retraction_speed": ["30"], + "scan_first_layer": "0", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "support_air_filtration": ["1"], + "support_box_temp_control": "1", + "support_chamber_temp_control": "1", + "support_cooling_filter": "0", + "thumbnail_size": ["272x272/PNG","96x96/PNG"], + "wipe": ["1"], + "z_hop_types": ["Auto Lift"], + "z_hop": ["0.4"] +} diff --git a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..d3c238398a --- /dev/null +++ b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4 0.2 nozzle.json @@ -0,0 +1,44 @@ +{ + "type": "process", + "setting_id": "GP025", + "name": "0.08mm Extra Fine @X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "5", + "bottom_shell_layers": "5", + "bridge_flow": "1", + "default_acceleration": ["4000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "initial_layer_infill_speed": ["70"], + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": ["40"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.22", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.08", + "line_width": "0.22", + "outer_wall_acceleration": ["2000"], + "outer_wall_line_width": "0.22", + "outer_wall_speed": ["60"], + "overhang_1_4_speed": ["0"], + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.22", + "sparse_infill_speed": ["100"], + "support_bottom_z_distance": "0.08", + "support_line_width": "0.22", + "support_top_z_distance": "0.08", + "top_color_penetration_layers": "7", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "wall_loops": "4", + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json new file mode 100644 index 0000000000..a0ab9987e8 --- /dev/null +++ b/resources/profiles/Qidi/process/0.08mm Extra Fine @X-Max 4.json @@ -0,0 +1,38 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.08mm Extra Fine @X-Max 4", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "7", + "bottom_shell_layers": "7", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["350"], + "initial_layer_infill_speed": ["105"], + "initial_layer_speed": ["50"], + "inner_wall_acceleration": ["5000"], + "inner_wall_speed": ["350"], + "internal_solid_infill_speed": ["350"], + "ironing_flow": "8%", + "layer_height": "0.08", + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["200"], + "overhang_1_4_speed": ["60"], + "overhang_2_4_speed": ["30"], + "overhang_3_4_speed": ["10"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["450"], + "support_bottom_z_distance": "0.08", + "support_threshold_angle": "15", + "support_top_z_distance": "0.08", + "top_color_penetration_layers": "9", + "top_shell_layers": "9", + "top_shell_thickness": "1", + "top_surface_speed": ["200"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..2df08a18ef --- /dev/null +++ b/resources/profiles/Qidi/process/0.10mm Standard @X-Max 4 0.2 nozzle.json @@ -0,0 +1,41 @@ +{ + "type": "process", + "setting_id": "GP007", + "name": "0.10mm Standard @X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "5", + "bottom_shell_layers": "5", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "initial_layer_infill_speed": ["70"], + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": ["40"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.1", + "line_width": "0.22", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.22", + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.22", + "sparse_infill_speed": ["100"], + "support_bottom_z_distance": "0.1", + "support_line_width": "0.22", + "support_top_z_distance": "0.1", + "top_color_penetration_layers": "7", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "wall_loops": "4", + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json b/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json new file mode 100644 index 0000000000..accc43854f --- /dev/null +++ b/resources/profiles/Qidi/process/0.12mm Balanced Quality @X-Max 4 0.2 nozzle.json @@ -0,0 +1,42 @@ +{ + "type": "process", + "setting_id": "GP026", + "name": "0.12mm Balanced Quality @X-Max 4 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "5", + "bottom_shell_layers": "5", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "initial_layer_infill_speed": ["70"], + "initial_layer_line_width": "0.25", + "initial_layer_print_height": "0.1", + "initial_layer_speed": ["40"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "layer_height": "0.12", + "line_width": "0.22", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.22", + "overhang_1_4_speed": ["0"], + "skin_infill_line_width": "0.22", + "skeleton_infill_line_width": "0.22", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.22", + "sparse_infill_speed": ["100"], + "support_bottom_z_distance": "0.12", + "support_line_width": "0.22", + "support_top_z_distance": "0.12", + "top_color_penetration_layers": "7", + "top_shell_layers": "7", + "top_surface_line_width": "0.22", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "wall_loops": "4", + "compatible_printers": ["Qidi X-Max 4 0.2 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json b/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json new file mode 100644 index 0000000000..15ac8fe659 --- /dev/null +++ b/resources/profiles/Qidi/process/0.12mm Fine @X-Max 4.json @@ -0,0 +1,38 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.12mm Fine @X-Max 4", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "5", + "bottom_shell_layers": "7", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["350"], + "initial_layer_infill_speed": ["105"], + "initial_layer_speed": ["50"], + "inner_wall_acceleration": ["5000"], + "inner_wall_speed": ["350"], + "internal_solid_infill_speed": ["350"], + "layer_height": "0.12", + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["200"], + "overhang_1_4_speed": ["60"], + "overhang_2_4_speed": ["30"], + "overhang_3_4_speed": ["10"], + "small_perimeter_threshold": ["50"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["430"], + "support_bottom_z_distance": "0.12", + "support_threshold_angle": "20", + "support_top_z_distance": "0.12", + "top_color_penetration_layers": "7", + "top_shell_layers": "8", + "top_shell_thickness": "0.8", + "top_surface_speed": ["200"], + "wall_loops": "4", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json b/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json new file mode 100644 index 0000000000..f2193c9ba8 --- /dev/null +++ b/resources/profiles/Qidi/process/0.16mm Balanced Quality @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Balanced Quality @X-Max 4", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "4", + "bottom_shell_layers": "4", + "bridge_flow": "1", + "default_acceleration": ["4000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["250"], + "inner_wall_acceleration": ["5000"], + "internal_solid_infill_speed": ["200"], + "layer_height": "0.16", + "outer_wall_acceleration": ["2000"], + "outer_wall_speed": ["60"], + "overhang_1_4_speed": ["60"], + "overhang_2_4_speed": ["30"], + "overhang_3_4_speed": ["10"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_pattern": "gyroid", + "sparse_infill_speed": ["200"], + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_color_penetration_layers": "6", + "top_shell_layers": "6", + "top_shell_thickness": "1.0", + "top_surface_speed": ["150"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json new file mode 100644 index 0000000000..653631df18 --- /dev/null +++ b/resources/profiles/Qidi/process/0.16mm Standard @X-Max 4.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.16mm Standard @X-Max 4", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bottom_color_penetration_layers": "4", + "bottom_shell_layers": "4", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["300"], + "inner_wall_acceleration": ["5000"], + "inner_wall_speed": ["300"], + "internal_solid_infill_speed": ["300"], + "layer_height": "0.16", + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["200"], + "overhang_1_4_speed": ["60"], + "overhang_2_4_speed": ["30"], + "overhang_3_4_speed": ["10"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["330"], + "support_bottom_z_distance": "0.16", + "support_threshold_angle": "25", + "support_top_z_distance": "0.16", + "top_color_penetration_layers": "6", + "top_shell_layers": "6", + "top_shell_thickness": "1.0", + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..25e4edfa4f --- /dev/null +++ b/resources/profiles/Qidi/process/0.18mm Balanced Quality @X-Max 4 0.6 nozzle.json @@ -0,0 +1,43 @@ +{ + "type": "process", + "setting_id": "GP028", + "name": "0.18mm Balanced Quality @X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["30"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.62", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.18", + "line_width": "0.62", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.62", + "outer_wall_speed": ["120"], + "overhang_1_4_speed": ["0"], + "overhang_2_4_speed": ["15"], + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": ["100"], + "support_bottom_z_distance": "0.18", + "support_line_width": "0.62", + "support_top_z_distance": "0.18", + "top_surface_line_width": "0.62", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json b/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json new file mode 100644 index 0000000000..5ea9cc80c4 --- /dev/null +++ b/resources/profiles/Qidi/process/0.20mm Balanced Strength @X-Max 4.json @@ -0,0 +1,31 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Balanced Strength @X-Max 4", + "from": "system", + "inherits": "fdm_process_n_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["250"], + "inner_wall_acceleration": ["5000"], + "inner_wall_speed": ["300"], + "internal_solid_infill_speed": ["250"], + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["60"], + "overhang_2_4_speed": ["50"], + "overhang_3_4_speed": ["10"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["270"], + "sparse_infill_density": "15%", + "top_color_penetration_layers": "5", + "top_shell_layers": "6", + "top_shell_thickness": "1.0", + "top_surface_speed": ["200"], + "wall_loops": "2", + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json new file mode 100644 index 0000000000..5c197b9c41 --- /dev/null +++ b/resources/profiles/Qidi/process/0.20mm Standard @X-Max 4.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @X-Max 4", + "from": "system", + "inherits": "fdm_process_n_common", + "instantiation": "true", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["250"], + "inner_wall_speed": ["300"], + "inner_wall_acceleration": ["5000"], + "internal_solid_infill_speed": ["250"], + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["200"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["270"], + "top_color_penetration_layers": "5", + "top_shell_layers": "5", + "top_shell_thickness": "1.0", + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..6960badde1 --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Balanced Quality @X-Max 4 0.8 nozzle.json @@ -0,0 +1,42 @@ +{ + "type": "process", + "setting_id": "GP032", + "name": "0.24mm Balanced Quality @X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["30"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.82", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.24", + "line_width": "0.82", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.82", + "outer_wall_speed": ["120"], + "overhang_3_4_speed": ["25"], + "overhang_4_4_speed": ["5"], + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.82", + "sparse_infill_speed": ["100"], + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": ["150"], + "travel_speed": ["1000"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..1ed8b9efa1 --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Balanced Strength @X-Max 4 0.6 nozzle.json @@ -0,0 +1,40 @@ +{ + "type": "process", + "setting_id": "GP029", + "name": "0.24mm Balanced Strength @X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["30"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.62", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.24", + "line_width": "0.62", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.62", + "outer_wall_speed": ["120"], + "overhang_3_4_speed": ["15"], + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": ["100"], + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json b/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json new file mode 100644 index 0000000000..8198908e93 --- /dev/null +++ b/resources/profiles/Qidi/process/0.24mm Standard @X-Max 4.json @@ -0,0 +1,31 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.24mm Standard @X-Max 4", + "from": "system", + "inherits": "fdm_process_n_common", + "instantiation": "true", + "bridge_flow": "1", + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["230"], + "inner_wall_acceleration": ["5000"], + "inner_wall_speed": ["230"], + "internal_solid_infill_speed": ["230"], + "layer_height": "0.24", + "outer_wall_acceleration": ["3000"], + "outer_wall_speed": ["200"], + "overhang_3_4_speed": ["25"], + "overhang_4_4_speed": ["5"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_speed": ["230"], + "support_threshold_angle": "35", + "top_color_penetration_layers": "4", + "top_shell_layers": "4", + "top_shell_thickness": "1.0", + "top_surface_line_width": "0.45", + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.4 nozzle"] +} \ No newline at end of file diff --git a/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json b/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json new file mode 100644 index 0000000000..a8cb22ee91 --- /dev/null +++ b/resources/profiles/Qidi/process/0.30mm Standard @X-Max 4 0.6 nozzle.json @@ -0,0 +1,40 @@ +{ + "type": "process", + "setting_id": "GP010", + "name": "0.30mm Standard @X-Max 4 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["30"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.62", + "initial_layer_print_height": "0.3", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.62", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.62", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.3", + "line_width": "0.62", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.62", + "outer_wall_speed": ["120"], + "overhang_3_4_speed": ["15"], + "skin_infill_line_width": "0.62", + "skeleton_infill_line_width": "0.62", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.62", + "sparse_infill_speed": ["100"], + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "top_surface_speed": ["150"], + "travel_speed": ["1000"], + "compatible_printers": ["Qidi X-Max 4 0.6 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..7f014a50e8 --- /dev/null +++ b/resources/profiles/Qidi/process/0.32mm Balanced Strength @X-Max 4 0.8 nozzle.json @@ -0,0 +1,42 @@ +{ + "type": "process", + "setting_id": "GP033", + "name": "0.32mm Balanced Strength @X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["50"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.82", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.32", + "line_width": "0.82", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.82", + "outer_wall_speed": ["120"], + "overhang_3_4_speed": ["25"], + "overhang_4_4_speed": ["5"], + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.82", + "sparse_infill_speed": ["100"], + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": ["200"], + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json b/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json new file mode 100644 index 0000000000..9c9af356c5 --- /dev/null +++ b/resources/profiles/Qidi/process/0.40mm Standard @X-Max 4 0.8 nozzle.json @@ -0,0 +1,42 @@ +{ + "type": "process", + "setting_id": "GP009", + "name": "0.40mm Standard @X-Max 4 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_n_common", + "bridge_flow": "1", + "bridge_speed": ["30"], + "default_acceleration": ["10000"], + "elefant_foot_compensation": "0.15", + "enable_arc_fitting": "1", + "gap_infill_speed": ["50"], + "initial_layer_infill_speed": ["55"], + "initial_layer_line_width": "0.82", + "initial_layer_print_height": "0.4", + "initial_layer_speed": ["35"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.82", + "inner_wall_speed": ["150"], + "internal_solid_infill_line_width": "0.82", + "internal_solid_infill_speed": ["150"], + "layer_height": "0.4", + "line_width": "0.82", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.82", + "outer_wall_speed": ["120"], + "overhang_3_4_speed": ["25"], + "overhang_4_4_speed": ["5"], + "skin_infill_line_width": "0.82", + "skeleton_infill_line_width": "0.82", + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "4", + "sparse_infill_line_width": "0.82", + "sparse_infill_speed": ["100"], + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "top_surface_speed": ["150"], + "travel_speed": ["500"], + "compatible_printers": ["Qidi X-Max 4 0.8 nozzle"] +} diff --git a/resources/profiles/Qidi/process/fdm_process_n_common.json b/resources/profiles/Qidi/process/fdm_process_n_common.json new file mode 100644 index 0000000000..64db71f946 --- /dev/null +++ b/resources/profiles/Qidi/process/fdm_process_n_common.json @@ -0,0 +1,175 @@ +{ + "type": "process", + "name": "fdm_process_n_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "apply_top_surface_compensation": "0", + "avoid_crossing_wall_includes_support": "0", + "bottom_color_penetration_layers": "3", + "bottom_shell_layers": "3", + "bottom_shell_thickness": "0", + "bottom_surface_pattern": "monotonic", + "bridge_flow": "0.95", + "bridge_no_support": "0", + "bridge_speed": ["50"], + "brim_object_gap": "0.1", + "brim_width": "5", + "compatible_printers_condition": "", + "default_acceleration": ["10000"], + "detect_floating_vertical_shell": "1", + "detect_overhang_wall": "1", + "detect_thin_wall": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "embedding_wall_into_infill": "0", + "enable_arc_fitting": "1", + "enable_height_slowdown": ["0"], + "enable_overhang_speed": ["1"], + "enable_prime_tower": "1", + "enable_support": "0", + "filename_format": "{input_filename_base}.gcode", + "fill_multiline": "1", + "first_x_layer_fan_speed": "0", + "gap_infill_speed": ["50"], + "infill_combination": "0", + "infill_direction": "45", + "infill_lock_depth": "1.0", + "infill_rotate_step": "0", + "infill_wall_overlap": "15%", + "infill_instead_top_bottom_surfaces":"0", + "initial_layer_acceleration": ["500"], + "initial_layer_infill_speed": ["105"], + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": ["50"], + "initial_layer_travel_acceleration": ["6000"], + "inner_wall_acceleration": ["5000"], + "inner_wall_line_width": "0.45", + "inner_wall_speed": ["150"], + "interface_shells": "0", + "internal_bridge_support_thickness": "0.8", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": ["150"], + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "layer_height": "0.2", + "line_width": "0.42", + "locked_skin_infill_pattern": "crosszag", + "locked_skeleton_infill_pattern": "zigzag", + "max_travel_detour_distance": "0", + "machine_prepare_compensation_time": "260", + "minimum_sparse_infill_area": "15", + "only_one_wall_top": "1", + "outer_wall_acceleration": ["3000"], + "outer_wall_line_width": "0.42", + "outer_wall_speed": ["120"], + "overhang_1_4_speed": ["0"], + "overhang_2_4_speed": ["50"], + "overhang_3_4_speed": ["30"], + "overhang_4_4_speed": ["10"], + "overhang_totally_speed": ["10"], + "override_filament_scarf_seam_setting": "0", + "prime_tower_width": "35", + "print_sequence": "by layer", + "print_settings_id": "", + "raft_layers": "0", + "reduce_crossing_wall": "0", + "reduce_infill_retraction": "1", + "resolution": "0.012", + "seam_position": "aligned", + "seam_placement_away_from_overhangs": "0", + "skeleton_infill_density": "15%", + "skin_infill_density": "15%", + "skin_infill_depth": "2.0", + "skin_infill_line_width": "0.45", + "skirt_distance": "2", + "skirt_height": "1", + "skirt_loops": "0", + "slowdown_start_height": [ + "0" + ], + "slowdown_start_speed": [ + "1000" + ], + "slowdown_start_acc": [ + "100000" + ], + "slowdown_end_height": [ + "400" + ], + "slowdown_end_speed": [ + "1000" + ], + "slowdown_end_acc": [ + "100000" + ], + "small_perimeter_speed": ["50%"], + "small_perimeter_threshold": ["4"], + "smooth_coefficient": "90", + "smooth_speed_discontinuity_area": "1", + "sparse_infill_density": "15%", + "sparse_infill_line_width": "0.45", + "sparse_infill_pattern": "grid", + "sparse_infill_speed": ["270"], + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "support_base_pattern_spacing": "2.5", + "support_base_pattern": "default", + "support_bottom_z_distance": "0.2", + "support_expansion": "0", + "support_filament": "0", + "support_interface_bottom_layers": "2", + "support_interface_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_pattern": "auto", + "support_interface_spacing": "0.5", + "support_interface_speed": ["80"], + "support_interface_top_layers": "2", + "support_line_width": "0.42", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_speed": ["150"], + "support_style": "default", + "support_threshold_angle": "30", + "support_top_z_distance": "0.2", + "support_type": "tree(auto)", + "seam_slope_type": "none", + "seam_slope_start_height": "10%", + "seam_slope_gap": "0", + "seam_slope_min_length": "10", + "symmetric_infill_y_axis": "0", + "top_color_penetration_layers": "3", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "top_surface_acceleration": ["2000"], + "top_surface_line_width": "0.42", + "top_surface_pattern": "monotonicline", + "top_surface_speed": ["200"], + "travel_acceleration": ["10000"], + "travel_speed": ["500"], + "tree_support_branch_angle": "45", + "tree_support_branch_diameter": "2", + "tree_support_wall_count": "0", + "vertical_shell_speed": ["80%"], + "wall_generator": "classic", + "wall_infill_order": "inner wall/outer wall/infill", + "wall_loops": "2", + "wipe_tower_no_sparse_layers": "0", + "xy_contour_compensation": "0", + "xy_hole_compensation": "0", + "z_direction_outwall_speed_continuous": "0", + "enable_circle_compensation": "0", + "enable_wrapping_detection": "0", + "circle_compensation_manual_offset": "0", + "infill_shift_step": "0.4", + "prime_tower_enable_framework": "0", + "prime_tower_lift_speed": "90", + "prime_tower_lift_height": "-1", + "prime_tower_max_speed": "90", + "prime_tower_flat_ironing":"0", + "compatible_printers": [] +} diff --git a/resources/profiles/RolohaunDesign.json b/resources/profiles/RolohaunDesign.json index e37fc75982..6312a3857f 100644 --- a/resources/profiles/RolohaunDesign.json +++ b/resources/profiles/RolohaunDesign.json @@ -1,6 +1,6 @@ { "name": "RolohaunDesign", - "version": "02.03.01.10", + "version": "02.03.02.10", "force_update": "0", "description": "RolohaunDesign Printer Profiles", "machine_model_list": [ diff --git a/resources/profiles/RolohaunDesign/process/0.08mm Super Fine @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.08mm Super Fine @Rolohaun Delta Flyer Refit.json index f8af4a582e..def8515213 100644 --- a/resources/profiles/RolohaunDesign/process/0.08mm Super Fine @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.08mm Super Fine @Rolohaun Delta Flyer Refit.json @@ -15,5 +15,8 @@ "top_shell_layers": "6", "top_solid_infill_flow_ratio": "0.95", "travel_speed": "300", - "wall_loops": "4" + "wall_loops": "4", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.10mm Fine @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.10mm Fine @Rolohaun Delta Flyer Refit.json index a65b454205..6bc3cdf7d5 100644 --- a/resources/profiles/RolohaunDesign/process/0.10mm Fine @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.10mm Fine @Rolohaun Delta Flyer Refit.json @@ -15,5 +15,8 @@ "top_shell_layers": "6", "top_solid_infill_flow_ratio": "0.95", "travel_speed": "300", - "wall_loops": "4" + "wall_loops": "4", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rolohaun Delta Flyer Refit.json index ed75234630..8d2816a526 100644 --- a/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.16mm Optimal @Rolohaun Delta Flyer Refit.json @@ -13,5 +13,8 @@ "sparse_infill_density": "10%", "top_shell_layers": "5", "top_solid_infill_flow_ratio": "0.95", - "travel_speed": "300" + "travel_speed": "300", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rolohaun Delta Flyer Refit.json index 57a39e636e..82cd6f4310 100644 --- a/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.20mm Standard @Rolohaun Delta Flyer Refit.json @@ -10,5 +10,8 @@ "skirt_height": "1", "skirt_loops": "2", "top_solid_infill_flow_ratio": "0.95", - "travel_speed": "300" + "travel_speed": "300", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rolohaun Delta Flyer Refit.json index 6d2970466a..1e5c931697 100644 --- a/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.24mm Draft @Rolohaun Delta Flyer Refit.json @@ -15,5 +15,8 @@ "top_shell_layers": "3", "top_solid_infill_flow_ratio": "0.95", "travel_speed": "300", - "wall_loops": "2" + "wall_loops": "2", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.28mm Rough Draft @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.28mm Rough Draft @Rolohaun Delta Flyer Refit.json index 14c8236e75..9dd977ae8b 100644 --- a/resources/profiles/RolohaunDesign/process/0.28mm Rough Draft @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.28mm Rough Draft @Rolohaun Delta Flyer Refit.json @@ -15,5 +15,8 @@ "top_shell_layers": "3", "top_solid_infill_flow_ratio": "0.95", "travel_speed": "300", - "wall_loops": "2" + "wall_loops": "2", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/RolohaunDesign/process/0.2mm Vase Mode @Rolohaun Delta Flyer Refit.json b/resources/profiles/RolohaunDesign/process/0.2mm Vase Mode @Rolohaun Delta Flyer Refit.json index 9114024f53..a8f4ce07aa 100644 --- a/resources/profiles/RolohaunDesign/process/0.2mm Vase Mode @Rolohaun Delta Flyer Refit.json +++ b/resources/profiles/RolohaunDesign/process/0.2mm Vase Mode @Rolohaun Delta Flyer Refit.json @@ -16,5 +16,8 @@ "top_shell_layers": "0", "top_solid_infill_flow_ratio": "0.95", "travel_speed": "300", - "wall_loops": "1" + "wall_loops": "1", + "compatible_printers": [ + "Rolohaun Delta Flyer Refit 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/Snapmaker.json b/resources/profiles/Snapmaker.json index e5b3b2b155..762e15d413 100644 --- a/resources/profiles/Snapmaker.json +++ b/resources/profiles/Snapmaker.json @@ -1,6 +1,6 @@ { "name": "Snapmaker", - "version": "02.03.01.10", + "version": "02.03.01.20", "force_update": "0", "description": "Snapmaker configurations", "machine_model_list": [ @@ -462,7 +462,7 @@ "filament_list": [ { "name": "PolyTerra PLA @0.2 nozzle", - "sub_path": "filament/PolyTerra PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyTerra PLA @0.2 nozzle.json" }, { "name": "Snapmaker PLA Lite @U1 base", @@ -482,11 +482,11 @@ }, { "name": "PolyTerra Dual PLA @0.2 nozzle", - "sub_path": "filament/PolyTerra Dual PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyTerra Dual PLA @0.2 nozzle.json" }, { "name": "PolyTerra J1 PLA @0.2 nozzle", - "sub_path": "filament/PolyTerra J1 PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyTerra J1 PLA @0.2 nozzle.json" }, { "name": "Snapmaker PLA Lite @U1", @@ -608,6 +608,14 @@ "name": "Snapmaker PET @base", "sub_path": "filament/Snapmaker PET @base.json" }, + { + "name": "PolyLite PETG @Base", + "sub_path": "filament/Polymaker/PolyLite PETG @Base.json" + }, + { + "name": "Polymaker PETG @Base", + "sub_path": "filament/Polymaker/Polymaker PETG @Base.json" + }, { "name": "Snapmaker Dual PETG @base", "sub_path": "filament/Snapmaker Dual PETG @base.json" @@ -640,17 +648,105 @@ "name": "Snapmaker PETG-CF @base", "sub_path": "filament/Snapmaker PETG-CF @base.json" }, + { + "name": "Panchroma CoPE @U1 base", + "sub_path": "filament/Polymaker/Panchroma CoPE @U1 base.json" + }, + { + "name": "Panchroma PLA @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA @U1 base.json" + }, + { + "name": "Panchroma PLA Celestial @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Celestial @U1 base.json" + }, + { + "name": "Panchroma PLA Galaxy @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @U1 base.json" + }, + { + "name": "Panchroma PLA Glow @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Glow @U1 base.json" + }, + { + "name": "Panchroma PLA Luminous @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Luminous @U1 base.json" + }, + { + "name": "Panchroma PLA Marble @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Marble @U1 base.json" + }, + { + "name": "Panchroma PLA Matte @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Matte @U1 base.json" + }, + { + "name": "Panchroma PLA Metallic @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Metallic @U1 base.json" + }, + { + "name": "Panchroma PLA Neon @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Neon @U1 base.json" + }, + { + "name": "Panchroma PLA Satin @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @U1 base.json" + }, + { + "name": "Panchroma PLA Silk @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @U1 base.json" + }, + { + "name": "Panchroma PLA Starlight @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Starlight @U1 base.json" + }, + { + "name": "Panchroma PLA Temp Shift @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @U1 base.json" + }, + { + "name": "Panchroma PLA Translucent @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA Translucent @U1 base.json" + }, + { + "name": "Panchroma PLA UV Shift @U1 base", + "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @U1 base.json" + }, { "name": "PolyLite PLA @U1 base", - "sub_path": "filament/PolyLite PLA @U1 base.json" + "sub_path": "filament/Polymaker/PolyLite PLA @U1 base.json" }, { "name": "PolyLite PLA @base", - "sub_path": "filament/PolyLite PLA @base.json" + "sub_path": "filament/Polymaker/PolyLite PLA @base.json" + }, + { + "name": "PolyLite PLA Pro @U1 base", + "sub_path": "filament/Polymaker/PolyLite PLA Pro @U1 base.json" }, { "name": "PolyTerra PLA @U1 base", - "sub_path": "filament/PolyTerra PLA @U1 base.json" + "sub_path": "filament/Polymaker/PolyTerra PLA @U1 base.json" + }, + { + "name": "Polymaker HT-PLA @Base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @Base.json" + }, + { + "name": "Polymaker HT-PLA @U1 base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @U1 base.json" + }, + { + "name": "Polymaker HT-PLA-GF @Base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @Base.json" + }, + { + "name": "Polymaker HT-PLA-GF @U1 base", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @U1 base.json" + }, + { + "name": "Polymaker PLA Pro @Base", + "sub_path": "filament/Polymaker/Polymaker PLA Pro @Base.json" }, { "name": "Snapmaker Dual PLA @base", @@ -884,6 +980,14 @@ "name": "Snapmaker PET", "sub_path": "filament/Snapmaker PET.json" }, + { + "name": "PolyLite PETG @Snapmaker U1", + "sub_path": "filament/Polymaker/PolyLite PETG @Snapmaker U1.json" + }, + { + "name": "Polymaker PETG @Snapmaker U1", + "sub_path": "filament/Polymaker/Polymaker PETG @Snapmaker U1.json" + }, { "name": "Snapmaker Dual PETG", "sub_path": "filament/Snapmaker Dual PETG.json" @@ -936,21 +1040,109 @@ "name": "Snapmaker PETG-CF", "sub_path": "filament/Snapmaker PETG-CF.json" }, + { + "name": "Panchroma CoPE @U1", + "sub_path": "filament/Polymaker/Panchroma CoPE @U1.json" + }, + { + "name": "Panchroma PLA @U1", + "sub_path": "filament/Polymaker/Panchroma PLA @U1.json" + }, + { + "name": "Panchroma PLA Celestial @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Celestial @U1.json" + }, + { + "name": "Panchroma PLA Galaxy @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Galaxy @U1.json" + }, + { + "name": "Panchroma PLA Glow @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Glow @U1.json" + }, + { + "name": "Panchroma PLA Luminous @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Luminous @U1.json" + }, + { + "name": "Panchroma PLA Marble @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Marble @U1.json" + }, + { + "name": "Panchroma PLA Matte @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Matte @U1.json" + }, + { + "name": "Panchroma PLA Metallic @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Metallic @U1.json" + }, + { + "name": "Panchroma PLA Neon @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Neon @U1.json" + }, + { + "name": "Panchroma PLA Satin @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Satin @U1.json" + }, + { + "name": "Panchroma PLA Silk @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Silk @U1.json" + }, + { + "name": "Panchroma PLA Starlight @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Starlight @U1.json" + }, + { + "name": "Panchroma PLA Temp Shift @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Temp Shift @U1.json" + }, + { + "name": "Panchroma PLA Translucent @U1", + "sub_path": "filament/Polymaker/Panchroma PLA Translucent @U1.json" + }, + { + "name": "Panchroma PLA UV Shift @U1", + "sub_path": "filament/Polymaker/Panchroma PLA UV Shift @U1.json" + }, { "name": "PolyLite PLA @U1", - "sub_path": "filament/PolyLite PLA @U1.json" + "sub_path": "filament/Polymaker/PolyLite PLA @U1.json" }, { "name": "PolyLite J1 PLA", - "sub_path": "filament/PolyLite J1 PLA.json" + "sub_path": "filament/Polymaker/PolyLite J1 PLA.json" }, { "name": "PolyLite PLA @0.2 nozzle", - "sub_path": "filament/PolyLite PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyLite PLA @0.2 nozzle.json" + }, + { + "name": "PolyLite PLA Pro @U1", + "sub_path": "filament/Polymaker/PolyLite PLA Pro @U1.json" }, { "name": "PolyTerra PLA @U1", - "sub_path": "filament/PolyTerra PLA @U1.json" + "sub_path": "filament/Polymaker/PolyTerra PLA @U1.json" + }, + { + "name": "Polymaker HT-PLA @Snapmaker U1", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @Snapmaker U1.json" + }, + { + "name": "Polymaker HT-PLA @U1", + "sub_path": "filament/Polymaker/Polymaker HT-PLA @U1.json" + }, + { + "name": "Polymaker HT-PLA-GF @Snapmaker U1", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @Snapmaker U1.json" + }, + { + "name": "Polymaker HT-PLA-GF @U1", + "sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @U1.json" + }, + { + "name": "Polymaker PLA Pro @Snapmaker U1", + "sub_path": "filament/Polymaker/Polymaker PLA Pro @Snapmaker U1.json" }, { "name": "Snapmaker Dual PLA", @@ -1158,11 +1350,11 @@ }, { "name": "PolyLite Dual PLA @0.2 nozzle", - "sub_path": "filament/PolyLite Dual PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyLite Dual PLA @0.2 nozzle.json" }, { "name": "PolyLite J1 PLA @0.2 nozzle", - "sub_path": "filament/PolyLite J1 PLA @0.2 nozzle.json" + "sub_path": "filament/Polymaker/PolyLite J1 PLA @0.2 nozzle.json" }, { "name": "Snapmaker Dual PLA Eco", @@ -1206,7 +1398,7 @@ }, { "name": "PolyTerra J1 PLA", - "sub_path": "filament/PolyTerra J1 PLA.json" + "sub_path": "filament/Polymaker/PolyTerra J1 PLA.json" }, { "name": "Snapmaker PLA Matte @U1 base", diff --git a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json deleted file mode 100644 index 6528cd8ca0..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite Dual PLA @0.2 nozzle.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite Dual PLA @0.2 nozzle", - "inherits": "PolyLite PLA @0.2 nozzle", - "from": "system", - "setting_id": "490991920", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json deleted file mode 100644 index 65a87c28d8..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA @0.2 nozzle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite J1 PLA @0.2 nozzle", - "inherits": "PolyLite PLA @0.2 nozzle", - "from": "system", - "setting_id": "431382384", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json deleted file mode 100644 index 0d09c5528a..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite J1 PLA.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite J1 PLA", - "inherits": "PolyLite PLA @base", - "from": "system", - "setting_id": "116125055", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json deleted file mode 100644 index 69999b740a..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @0.2 nozzle.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite PLA @0.2 nozzle", - "inherits": "PolyLite PLA @base", - "from": "system", - "setting_id": "1592803578", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.6" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json deleted file mode 100644 index fb9c55cdc7..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1 base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite PLA @U1 base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "13938660340", - "instantiation": "false", - "filament_flow_ratio": [ - "0.95" - ], - "filament_cost": [ - "90" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "default_filament_colour": [ - "" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json deleted file mode 100644 index 0648fdde39..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @U1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite PLA @U1", - "inherits": "PolyLite PLA @U1 base", - "from": "system", - "setting_id": "6486836500", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json b/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json deleted file mode 100644 index e4db1c70b6..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyLite PLA @base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "filament", - "name": "PolyLite PLA @base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "1393866034", - "instantiation": "false", - "filament_flow_ratio": [ - "0.95" - ], - "filament_cost": [ - "90" - ], - "filament_max_volumetric_speed": [ - "15" - ], - "default_filament_colour": [ - "" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json deleted file mode 100644 index 9ce3e9f972..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra Dual PLA @0.2 nozzle.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra Dual PLA @0.2 nozzle", - "inherits": "PolyTerra PLA @0.2 nozzle", - "from": "system", - "setting_id": "1258531391", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker A250 Dual (0.2 nozzle)", - "Snapmaker A250 Dual BKit (0.2 nozzle)", - "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A250 Dual QSKit (0.2 nozzle)", - "Snapmaker A350 Dual (0.2 nozzle)", - "Snapmaker A350 Dual BKit (0.2 nozzle)", - "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", - "Snapmaker A350 Dual QSKit (0.2 nozzle)", - "Snapmaker Artisan (0.2 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json deleted file mode 100644 index a2f99fd132..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA @0.2 nozzle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra J1 PLA @0.2 nozzle", - "inherits": "PolyTerra PLA @0.2 nozzle", - "from": "system", - "setting_id": "1072374370", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker J1 (0.2 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json b/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json deleted file mode 100644 index c696f52735..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra J1 PLA.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra J1 PLA", - "inherits": "PolyTerra PLA @base", - "from": "system", - "setting_id": "3958200796", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker J1 (0.4 nozzle)", - "Snapmaker J1 (0.6 nozzle)", - "Snapmaker J1 (0.8 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json deleted file mode 100644 index f996844ce1..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @0.2 nozzle.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra PLA @0.2 nozzle", - "inherits": "PolyTerra PLA @base", - "from": "system", - "setting_id": "409934824", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker A250 (0.2 nozzle)", - "Snapmaker A250 BKit (0.2 nozzle)", - "Snapmaker A250 QS+B Kit (0.2 nozzle)", - "Snapmaker A250 QSKit (0.2 nozzle)", - "Snapmaker A350 (0.2 nozzle)", - "Snapmaker A350 BKit (0.2 nozzle)", - "Snapmaker A350 QS+B Kit (0.2 nozzle)", - "Snapmaker A350 QSKit (0.2 nozzle)" - ], - "filament_max_volumetric_speed": [ - "1.4" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json deleted file mode 100644 index 3b7b9a8b94..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1 base.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra PLA @U1 base", - "inherits": "fdm_filament_pla", - "from": "system", - "filament_id": "37895926870", - "instantiation": "false", - "filament_cost": [ - "80" - ], - "filament_density": [ - "1.31" - ], - "filament_max_volumetric_speed": [ - "14.4" - ], - "default_filament_colour": [ - "" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json b/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json deleted file mode 100644 index 478c008d7a..0000000000 --- a/resources/profiles/Snapmaker/filament/PolyTerra PLA @U1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "filament", - "name": "PolyTerra PLA @U1", - "inherits": "PolyTerra PLA @U1 base", - "from": "system", - "setting_id": "12580059400", - "instantiation": "true", - "compatible_printers": [ - "Snapmaker U1 (0.4 nozzle)" - ] -} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1 base.json new file mode 100644 index 0000000000..1575543964 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma CoPE @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM016", + "instantiation": "false", + "filament_cost": [ + "19.99" + ], + "filament_density": [ + "1.29" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "58" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1.json new file mode 100644 index 0000000000..abd252e87a --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma CoPE @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma CoPE @U1", + "inherits": "Panchroma CoPE @U1 base", + "from": "system", + "setting_id": "GFSPM016_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1 base.json new file mode 100644 index 0000000000..a09edc3df1 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1 base.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "name": "Panchroma PLA @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM001", + "instantiation": "false", + "filament_cost": [ + "19.99" + ], + "filament_density": [ + "1.32" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "filament_wipe": [ + "0" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "58" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1.json new file mode 100644 index 0000000000..a77038834b --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA @U1", + "inherits": "Panchroma PLA @U1 base", + "from": "system", + "setting_id": "GFSPM001_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1 base.json new file mode 100644 index 0000000000..305c3b8476 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Celestial @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM008", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1.json new file mode 100644 index 0000000000..cfd1b918b1 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Celestial @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Celestial @U1", + "inherits": "Panchroma PLA Celestial @U1 base", + "from": "system", + "setting_id": "GFSPM008_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1 base.json new file mode 100644 index 0000000000..9129ce17a7 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Galaxy @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM007", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1.json new file mode 100644 index 0000000000..465e8b461d --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Galaxy @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Galaxy @U1", + "inherits": "Panchroma PLA Galaxy @U1 base", + "from": "system", + "setting_id": "GFSPM007_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1 base.json new file mode 100644 index 0000000000..21177be0db --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Glow @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM010", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1.json new file mode 100644 index 0000000000..5cbf021349 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Glow @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Glow @U1", + "inherits": "Panchroma PLA Glow @U1 base", + "from": "system", + "setting_id": "GFSPM010_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1 base.json new file mode 100644 index 0000000000..c8afc7bc16 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Luminous @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM011", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1.json new file mode 100644 index 0000000000..7747c1ccfb --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Luminous @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Luminous @U1", + "inherits": "Panchroma PLA Luminous @U1 base", + "from": "system", + "setting_id": "GFSPM011_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1 base.json new file mode 100644 index 0000000000..8a462959a8 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Marble @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM003", + "instantiation": "false", + "filament_cost": [ + "21.99" + ], + "filament_density": [ + "1.31" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1.json new file mode 100644 index 0000000000..8fb2780b8f --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Marble @U1.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Panchroma PLA Marble @U1", + "inherits": "Panchroma PLA Marble @U1 base", + "from": "system", + "setting_id": "GFSPM003_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1 base.json new file mode 100644 index 0000000000..9ab72e1484 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Matte @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM002", + "instantiation": "false", + "filament_cost": [ + "20.99" + ], + "filament_density": [ + "1.31" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1.json new file mode 100644 index 0000000000..9823adaa0c --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Matte @U1.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "name": "Panchroma PLA Matte @U1", + "inherits": "Panchroma PLA Matte @U1 base", + "from": "system", + "setting_id": "GFSPM002_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1 base.json new file mode 100644 index 0000000000..f9a33ba035 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Metallic @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM012", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1.json new file mode 100644 index 0000000000..0196929a54 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Metallic @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Metallic @U1", + "inherits": "Panchroma PLA Metallic @U1 base", + "from": "system", + "setting_id": "GFSPM012_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1 base.json new file mode 100644 index 0000000000..70332dc961 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Neon @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM013", + "instantiation": "false", + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1.json new file mode 100644 index 0000000000..cc5ab3fbaf --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Neon @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Neon @U1", + "inherits": "Panchroma PLA Neon @U1 base", + "from": "system", + "setting_id": "GFSPM013_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1 base.json new file mode 100644 index 0000000000..1f38ea1a45 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1 base.json @@ -0,0 +1,42 @@ +{ + "type": "filament", + "name": "Panchroma PLA Satin @U1 base", + "renamed_from": "Panchroma PLA Stain @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM005", + "instantiation": "false", + "filament_cost": [ + "20.99" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "59" + ] +} diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1.json new file mode 100644 index 0000000000..6e914b56a4 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Satin @U1.json @@ -0,0 +1,27 @@ +{ + "type": "filament", + "name": "Panchroma PLA Satin @U1", + "renamed_from": "Panchroma PLA Stain @U1", + "inherits": "Panchroma PLA Satin @U1 base", + "from": "system", + "setting_id": "GFSPM005_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1 base.json new file mode 100644 index 0000000000..43e9f98164 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Silk @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM004", + "instantiation": "false", + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.31" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "58" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1.json new file mode 100644 index 0000000000..52102ab63b --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Silk @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Silk @U1", + "inherits": "Panchroma PLA Silk @U1 base", + "from": "system", + "setting_id": "GFSPM004_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1 base.json new file mode 100644 index 0000000000..0c9fd9bf52 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Starlight @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM009", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1.json new file mode 100644 index 0000000000..9029dc250c --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Starlight @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Starlight @U1", + "inherits": "Panchroma PLA Starlight @U1 base", + "from": "system", + "setting_id": "GFSPM009_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1 base.json new file mode 100644 index 0000000000..c86779555f --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Temp Shift @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM015", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1.json new file mode 100644 index 0000000000..5d7e17696b --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Temp Shift @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Temp Shift @U1", + "inherits": "Panchroma PLA Temp Shift @U1 base", + "from": "system", + "setting_id": "GFSPM015_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1 base.json new file mode 100644 index 0000000000..cb786e6f9a --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA Translucent @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM006", + "instantiation": "false", + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1.json new file mode 100644 index 0000000000..6e35878869 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA Translucent @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA Translucent @U1", + "inherits": "Panchroma PLA Translucent @U1 base", + "from": "system", + "setting_id": "GFSPM006_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1 base.json new file mode 100644 index 0000000000..c209198398 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "Panchroma PLA UV Shift @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM014", + "instantiation": "false", + "filament_cost": [ + "29.99" + ], + "filament_density": [ + "1.17" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "61" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1.json new file mode 100644 index 0000000000..f85802624c --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Panchroma PLA UV Shift @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Panchroma PLA UV Shift @U1", + "inherits": "Panchroma PLA UV Shift @U1 base", + "from": "system", + "setting_id": "GFSPM014_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite Dual PLA @0.2 nozzle.json new file mode 100644 index 0000000000..f47614d710 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite Dual PLA @0.2 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyLite Dual PLA @0.2 nozzle", + "setting_id": "490991920", + "inherits": "PolyLite PLA @0.2 nozzle", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA @0.2 nozzle.json new file mode 100644 index 0000000000..4e2b21f785 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA @0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyLite J1 PLA @0.2 nozzle", + "setting_id": "431382384", + "inherits": "PolyLite PLA @0.2 nozzle", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA.json new file mode 100644 index 0000000000..ac3cdd9ba9 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite J1 PLA.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyLite J1 PLA", + "setting_id": "116125055", + "inherits": "PolyLite PLA @base", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Base.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Base.json new file mode 100644 index 0000000000..ed8ea01808 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Base.json @@ -0,0 +1,29 @@ +{ + "filament_density": [ + "1.25" + ], + "temp_min": [ + "230" + ], + "temp_max": [ + "240" + ], + "temperture_vitrification": [ + "75" + ], + "idle_temperture": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "description": "", + "inherits": "fdm_filament_petg", + "name": "PolyLite PETG @Base", + "type": "filament", + "instantiation": "false", + "from": "system", + "filament_vendor": [ + "Polymaker" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Snapmaker U1.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Snapmaker U1.json new file mode 100644 index 0000000000..2e8a0e0943 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PETG @Snapmaker U1.json @@ -0,0 +1,117 @@ +{ + "type": "filament", + "name": "PolyLite PETG @Snapmaker U1", + "from": "system", + "instantiation": "true", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "80" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.92" + ], + "fan_cooling_layer_time": [ + "20" + ], + "filament_cost": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "40" + ], + "fan_min_speed": [ + "0" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "81" + ], + "filament_id": "PMPE04", + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "230" + ], + "supertack_plate_temp": [ + "70" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "setting_id": "PMPE04_U1", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "pressure_advance": [ + "0.05" + ], + "inherits": "PolyLite PETG @Base" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @0.2 nozzle.json new file mode 100644 index 0000000000..b3c643a042 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @0.2 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyLite PLA @0.2 nozzle", + "setting_id": "1592803578", + "inherits": "PolyLite PLA @base", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.6" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1 base.json new file mode 100644 index 0000000000..d0547572b6 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1 base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "false", + "name": "PolyLite PLA @U1 base", + "filament_id": "13938660340", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.95" + ], + "filament_cost": [ + "90" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "default_filament_colour": [ + "" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1.json new file mode 100644 index 0000000000..ad81f2d79d --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @U1.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyLite PLA @U1", + "setting_id": "6486836500", + "inherits": "PolyLite PLA @U1 base", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @base.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @base.json new file mode 100644 index 0000000000..2a7310f405 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "false", + "name": "PolyLite PLA @base", + "filament_id": "1393866034", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.95" + ], + "filament_cost": [ + "90" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "default_filament_colour": [ + "" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1 base.json new file mode 100644 index 0000000000..f5d87e4277 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1 base.json @@ -0,0 +1,41 @@ +{ + "type": "filament", + "name": "PolyLite PLA Pro @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM019", + "instantiation": "false", + "filament_cost": [ + "24.99" + ], + "filament_density": [ + "1.22" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "220" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "62" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1.json new file mode 100644 index 0000000000..f0b65f7717 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyLite PLA Pro @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "PolyLite PLA Pro @U1", + "inherits": "PolyLite PLA Pro @U1 base", + "from": "system", + "setting_id": "GFSPM019_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra Dual PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra Dual PLA @0.2 nozzle.json new file mode 100644 index 0000000000..c3673b4d3c --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra Dual PLA @0.2 nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyTerra Dual PLA @0.2 nozzle", + "setting_id": "1258531391", + "inherits": "PolyTerra PLA @0.2 nozzle", + "compatible_printers": [ + "Snapmaker A250 Dual (0.2 nozzle)", + "Snapmaker A250 Dual BKit (0.2 nozzle)", + "Snapmaker A250 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A250 Dual QSKit (0.2 nozzle)", + "Snapmaker A350 Dual (0.2 nozzle)", + "Snapmaker A350 Dual BKit (0.2 nozzle)", + "Snapmaker A350 Dual QS+B Kit (0.2 nozzle)", + "Snapmaker A350 Dual QSKit (0.2 nozzle)", + "Snapmaker Artisan (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA @0.2 nozzle.json new file mode 100644 index 0000000000..24fda4c652 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA @0.2 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyTerra J1 PLA @0.2 nozzle", + "setting_id": "1072374370", + "inherits": "PolyTerra PLA @0.2 nozzle", + "compatible_printers": [ + "Snapmaker J1 (0.2 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA.json new file mode 100644 index 0000000000..9592d5cbd0 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra J1 PLA.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyTerra J1 PLA", + "setting_id": "3958200796", + "inherits": "PolyTerra PLA @base", + "compatible_printers": [ + "Snapmaker J1 (0.4 nozzle)", + "Snapmaker J1 (0.6 nozzle)", + "Snapmaker J1 (0.8 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @0.2 nozzle.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @0.2 nozzle.json new file mode 100644 index 0000000000..215685b8e3 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @0.2 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyTerra PLA @0.2 nozzle", + "setting_id": "409934824", + "inherits": "PolyTerra PLA @base", + "compatible_printers": [ + "Snapmaker A250 (0.2 nozzle)", + "Snapmaker A250 BKit (0.2 nozzle)", + "Snapmaker A250 QS+B Kit (0.2 nozzle)", + "Snapmaker A250 QSKit (0.2 nozzle)", + "Snapmaker A350 (0.2 nozzle)", + "Snapmaker A350 BKit (0.2 nozzle)", + "Snapmaker A350 QS+B Kit (0.2 nozzle)", + "Snapmaker A350 QSKit (0.2 nozzle)" + ], + "filament_max_volumetric_speed": [ + "1.4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1 base.json new file mode 100644 index 0000000000..861179ca06 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1 base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "false", + "name": "PolyTerra PLA @U1 base", + "filament_id": "37895926870", + "inherits": "fdm_filament_pla", + "filament_cost": [ + "80" + ], + "filament_density": [ + "1.31" + ], + "filament_max_volumetric_speed": [ + "14.4" + ], + "default_filament_colour": [ + "" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1.json new file mode 100644 index 0000000000..f77d1d8082 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/PolyTerra PLA @U1.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "from": "system", + "instantiation": "true", + "name": "PolyTerra PLA @U1", + "setting_id": "12580059400", + "inherits": "PolyTerra PLA @U1 base", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Base.json new file mode 100644 index 0000000000..77e155ade4 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Base.json @@ -0,0 +1,29 @@ +{ + "filament_density": [ + "1.28" + ], + "temp_min": [ + "210" + ], + "temp_max": [ + "230" + ], + "temperture_vitrification": [ + "156" + ], + "idle_temperture": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "description": "", + "inherits": "fdm_filament_pla", + "name": "Polymaker HT-PLA @Base", + "type": "filament", + "instantiation": "false", + "from": "system", + "filament_vendor": [ + "Polymaker" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Snapmaker U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Snapmaker U1.json new file mode 100644 index 0000000000..b466d702fe --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @Snapmaker U1.json @@ -0,0 +1,96 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA @Snapmaker U1", + "from": "system", + "instantiation": "true", + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "65" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_cost": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "slow_down_min_speed": [ + "5" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "setting_id": "PMPL02_U1", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "inherits": "Polymaker HT-PLA @Base", + "filament_id": "PMPL02" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1 base.json new file mode 100644 index 0000000000..9a997d8e3f --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1 base.json @@ -0,0 +1,53 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM017", + "instantiation": "false", + "filament_cost": [ + "26.99" + ], + "filament_density": [ + "1.28" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1.json new file mode 100644 index 0000000000..da678d8a4c --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA @U1", + "inherits": "Polymaker HT-PLA @U1 base", + "from": "system", + "setting_id": "GFSPM017_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Base.json new file mode 100644 index 0000000000..4cd066b3d0 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Base.json @@ -0,0 +1,29 @@ +{ + "filament_density": [ + "1.34" + ], + "temp_min": [ + "210" + ], + "temp_max": [ + "230" + ], + "temperture_vitrification": [ + "148" + ], + "idle_temperture": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "description": "", + "inherits": "fdm_filament_pla", + "name": "Polymaker HT-PLA-GF @Base", + "type": "filament", + "instantiation": "false", + "from": "system", + "filament_vendor": [ + "Polymaker" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Snapmaker U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Snapmaker U1.json new file mode 100644 index 0000000000..b18f79d461 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @Snapmaker U1.json @@ -0,0 +1,96 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA-GF @Snapmaker U1", + "from": "system", + "instantiation": "true", + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "65" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "1.04" + ], + "filament_cost": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "slow_down_min_speed": [ + "5" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "60" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "setting_id": "PMPL01_U1", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "inherits": "Polymaker HT-PLA-GF @Base", + "filament_id": "PMPL01" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1 base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1 base.json new file mode 100644 index 0000000000..fb70c1df40 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1 base.json @@ -0,0 +1,53 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA-GF @U1 base", + "inherits": "fdm_filament_pla", + "from": "system", + "filament_id": "GFPM018", + "instantiation": "false", + "filament_cost": [ + "32.99" + ], + "filament_density": [ + "1.34" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "filament_vendor": [ + "Polymaker" + ], + "hot_plate_temp": [ + "65" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "slow_down_layer_time": [ + "4" + ], + "temperature_vitrification": [ + "60" + ], + "textured_plate_temp": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "65" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1.json new file mode 100644 index 0000000000..554d1452be --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker HT-PLA-GF @U1.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "name": "Polymaker HT-PLA-GF @U1", + "inherits": "Polymaker HT-PLA-GF @U1 base", + "from": "system", + "setting_id": "GFSPM018_00", + "instantiation": "true", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "fan_max_speed": [ + "100" + ], + "fan_min_speed": [ + "100" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "20" + ], + "slow_down_layer_time": [ + "4" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Base.json new file mode 100644 index 0000000000..04b25b012d --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Base.json @@ -0,0 +1,29 @@ +{ + "filament_density": [ + "1.3" + ], + "temp_min": [ + "240" + ], + "temp_max": [ + "260" + ], + "temperture_vitrification": [ + "75" + ], + "idle_temperture": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "description": "", + "inherits": "fdm_filament_petg", + "name": "Polymaker PETG @Base", + "type": "filament", + "instantiation": "false", + "from": "system", + "filament_vendor": [ + "Polymaker" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Snapmaker U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Snapmaker U1.json new file mode 100644 index 0000000000..c7559a65f7 --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PETG @Snapmaker U1.json @@ -0,0 +1,111 @@ +{ + "type": "filament", + "name": "Polymaker PETG @Snapmaker U1", + "from": "system", + "instantiation": "true", + "cool_plate_temp": [ + "60" + ], + "eng_plate_temp": [ + "0" + ], + "hot_plate_temp": [ + "80" + ], + "textured_plate_temp": [ + "80" + ], + "cool_plate_temp_initial_layer": [ + "60" + ], + "eng_plate_temp_initial_layer": [ + "0" + ], + "hot_plate_temp_initial_layer": [ + "80" + ], + "textured_plate_temp_initial_layer": [ + "80" + ], + "overhang_fan_threshold": [ + "95%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_cost": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "nozzle_temperature_initial_layer": [ + "260" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "10" + ], + "fan_min_speed": [ + "50" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; Filament gcode\n" + ], + "nozzle_temperature": [ + "260" + ], + "temperature_vitrification": [ + "71" + ], + "filament_id": "PMPE01", + "nozzle_temperature_range_high": [ + "260" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "supertack_plate_temp": [ + "70" + ], + "supertack_plate_temp_initial_layer": [ + "70" + ], + "setting_id": "PMPE01_U1", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "inherits": "Polymaker PETG @Base" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Base.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Base.json new file mode 100644 index 0000000000..d25cf0270d --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Base.json @@ -0,0 +1,29 @@ +{ + "filament_density": [ + "1.23" + ], + "temp_min": [ + "190" + ], + "temp_max": [ + "230" + ], + "temperture_vitrification": [ + "55" + ], + "idle_temperture": [ + "0" + ], + "filament_soluble": [ + "0" + ], + "description": "", + "inherits": "fdm_filament_pla", + "name": "Polymaker PLA Pro @Base", + "type": "filament", + "instantiation": "false", + "from": "system", + "filament_vendor": [ + "Polymaker" + ] +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Snapmaker U1.json b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Snapmaker U1.json new file mode 100644 index 0000000000..8b77ae186f --- /dev/null +++ b/resources/profiles/Snapmaker/filament/Polymaker/Polymaker PLA Pro @Snapmaker U1.json @@ -0,0 +1,96 @@ +{ + "type": "filament", + "name": "Polymaker PLA Pro @Snapmaker U1", + "from": "system", + "instantiation": "true", + "cool_plate_temp": [ + "50" + ], + "eng_plate_temp": [ + "50" + ], + "hot_plate_temp": [ + "65" + ], + "textured_plate_temp": [ + "50" + ], + "cool_plate_temp_initial_layer": [ + "50" + ], + "eng_plate_temp_initial_layer": [ + "50" + ], + "hot_plate_temp_initial_layer": [ + "65" + ], + "textured_plate_temp_initial_layer": [ + "50" + ], + "overhang_fan_threshold": [ + "50%" + ], + "overhang_fan_speed": [ + "100" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "filament_end_gcode": [ + "; filament end gcode \n" + ], + "filament_flow_ratio": [ + "0.96" + ], + "filament_cost": [ + "0" + ], + "filament_diameter": [ + "1.75" + ], + "filament_max_volumetric_speed": [ + "15" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_vendor": [ + "Polymaker" + ], + "bed_type": [ + "Cool Plate" + ], + "full_fan_speed_layer": [ + "0" + ], + "fan_max_speed": [ + "100" + ], + "slow_down_min_speed": [ + "5" + ], + "slow_down_layer_time": [ + "6" + ], + "filament_start_gcode": [ + "; filament start gcode\n" + ], + "nozzle_temperature": [ + "220" + ], + "temperature_vitrification": [ + "61" + ], + "nozzle_temperature_range_high": [ + "230" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "setting_id": "PMPL03_U1", + "compatible_printers": [ + "Snapmaker U1 (0.4 nozzle)" + ], + "inherits": "Polymaker PLA Pro @Base", + "filament_id": "PMPL03" +} \ No newline at end of file diff --git a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json index ee74627efa..81666a9184 100644 --- a/resources/profiles/Snapmaker/process/fdm_process_U1_common.json +++ b/resources/profiles/Snapmaker/process/fdm_process_U1_common.json @@ -67,10 +67,11 @@ "travel_speed": "500", "enable_prime_tower": "1", "wipe_tower_no_sparse_layers": "0", - "wipe_tower_cone_angle": "15", - "wipe_tower_wall_type": "cone", + "wipe_tower_cone_angle": "30", + "wipe_tower_wall_type": "rib", + "wipe_tower_extra_rib_length": "0", "prime_tower_width": "35", - "prime_volume": "15", + "prime_volume": "30", "wall_generator": "classic", "compatible_printers": [] } \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D.json b/resources/profiles/WEMAKE3D.json new file mode 100644 index 0000000000..8afdef78b9 --- /dev/null +++ b/resources/profiles/WEMAKE3D.json @@ -0,0 +1,192 @@ +{ + "name": "WEMAKE3D", + "version": "02.03.01.20", + "force_update": "0", + "description": "WEMAKE3D configurations", + "machine_model_list": [ + { + "name": "WEMAKE3D PhoenixProV1", + "sub_path": "machine/WEMAKE3D PhoenixProV1.json" + }, + { + "name": "WEMAKE3D TinyBotV1", + "sub_path": "machine/WEMAKE3D TinyBotV1.json" + } + + ], + "process_list": [ + { + "name": "fdm_process_common", + "sub_path": "process/fdm_process_common.json" + }, + { + "name": "fdm_process_phoenixProV1_common", + "sub_path": "process/fdm_process_phoenixProV1_common.json" + }, + { + "name": "fdm_process_tinyBotV1_common", + "sub_path": "process/fdm_process_tinyBotV1_common.json" + }, + { + "name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "sub_path": "process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json" + }, + { + "name": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "sub_path": "process/0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json" + + }, + { + "name": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "sub_path": "process/0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle.json" + + }, + { + "name": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "sub_path": "process/0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json" + + }, + { + "name": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "sub_path": "process/0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json" + }, + { + "name": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "sub_path": "process/0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle.json" + }, + { + "name": "0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "sub_path": "process/0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json" + }, + { + "name": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "sub_path": "process/0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle.json" + }, + { + "name": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "sub_path": "process/0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json" + }, + { + "name": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "sub_path": "process/0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json" + }, + { + "name": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "sub_path": "process/0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json" + }, + { + "name": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "sub_path": "process/0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json" + }, + { + "name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle", + "sub_path": "process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json" + }, + { + "name": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle", + "sub_path": "process/0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json" + + }, + { + "name": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle", + "sub_path": "process/0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle.json" + + }, + { + "name": "0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "sub_path": "process/0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json" + + }, + { + "name": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "sub_path": "process/0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json" + }, + { + "name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "sub_path": "process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json" + }, + { + "name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "sub_path": "process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json" + }, + { + "name": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle", + "sub_path": "process/0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle.json" + }, + { + "name": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle", + "sub_path": "process/0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json" + }, + { + "name": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle", + "sub_path": "process/0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle.json" + }, + { + "name": "0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle", + "sub_path": "process/0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json" + }, + { + "name": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + "sub_path": "process/0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json" + }, + { + "name": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + "sub_path": "process/0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json" + }, + { + "name": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "sub_path": "process/0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json" + } + + ], + "filament_list": [], + "machine_list": [ + { + "name": "fdm_machine_common", + "sub_path": "machine/fdm_machine_common.json" + }, + { + "name": "fdm_machine_phoenixprov1_common", + "sub_path": "machine/fdm_machine_phoenixprov1_common.json" + }, + { + "name": "fdm_machine_tinybotv1_common", + "sub_path": "machine/fdm_machine_tinybotv1_common.json" + }, + { + "name": "WEMAKE3D PhoenixProV1 0.2mm nozzle", + "sub_path": "machine/WEMAKE3D PhoenixProV1 0.2mm nozzle.json" + }, + { + "name": "WEMAKE3D PhoenixProV1 0.3mm nozzle", + "sub_path": "machine/WEMAKE3D PhoenixProV1 0.3mm nozzle.json" + + }, + { + "name": "WEMAKE3D PhoenixProV1 0.4mm nozzle", + "sub_path": "machine/WEMAKE3D PhoenixProV1 0.4mm nozzle.json" + }, + { + "name": "WEMAKE3D PhoenixProV1 0.6mm nozzle", + "sub_path": "machine/WEMAKE3D PhoenixProV1 0.6mm nozzle.json" + }, + { + "name": "WEMAKE3D TinyBotV1 0.2mm nozzle", + "sub_path": "machine/WEMAKE3D TinyBotV1 0.2mm nozzle.json" + }, + { + "name": "WEMAKE3D TinyBotV1 0.3mm nozzle", + "sub_path": "machine/WEMAKE3D TinyBotV1 0.3mm nozzle.json" + + }, + { + "name": "WEMAKE3D TinyBotV1 0.4mm nozzle", + "sub_path": "machine/WEMAKE3D TinyBotV1 0.4mm nozzle.json" + }, + { + "name": "WEMAKE3D TinyBotV1 0.6mm nozzle", + "sub_path": "machine/WEMAKE3D TinyBotV1 0.6mm nozzle.json" + } + ] + +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_model.stl b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_model.stl new file mode 100644 index 0000000000..2801809141 Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_model.stl differ diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_texture.png b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_texture.png new file mode 100644 index 0000000000..96e9f69a3f Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_buildplate_texture.png differ diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_cover.png b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_cover.png new file mode 100644 index 0000000000..231757cc16 Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D PhoenixProV1_cover.png differ diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_model.stl b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_model.stl new file mode 100644 index 0000000000..6a89c4f640 Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_model.stl differ diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_texture.png b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_texture.png new file mode 100644 index 0000000000..b8fbb2b82d Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_buildplate_texture.png differ diff --git a/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_cover.png b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_cover.png new file mode 100644 index 0000000000..a33152fab9 Binary files /dev/null and b/resources/profiles/WEMAKE3D/WEMAKE3D TinyBotV1_cover.png differ diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.2mm nozzle.json new file mode 100644 index 0000000000..b0d027c33c --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.2mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D PhoenixProV1 0.2mm nozzle", + "inherits": "fdm_machine_phoenixprov1_common", + "from": "system", + "instantiation": "true", + "setting_id": "GM001", + "printer_model": "WEMAKE3D PhoenixProV1", + + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type" : "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..9450dde768 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_machine_phoenixprov1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D PhoenixProV1", + + "nozzle_diameter": [ + "0.3" + ], + "printer_variant": "0.3", + "max_layer_height": [ + "0.24" + ], + "min_layer_height": [ + "0.06" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..cb8092db79 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_machine_phoenixprov1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D PhoenixProV1", + + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.6mm nozzle.json new file mode 100644 index 0000000000..c6f4e2ad7e --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1 0.6mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D PhoenixProV1 0.6mm nozzle", + "inherits": "fdm_machine_phoenixprov1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D PhoenixProV1", + + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1.json new file mode 100644 index 0000000000..0a57c490c0 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D PhoenixProV1.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "WEMAKE3D PhoenixProV1", + "model_id": "v1", + "nozzle_diameter": "0.2;0.3;0.4;0.6", + "machine_tech": "FFF", + "family": "WEMAKE3D", + "bed_model": "WEMAKE3D PhoenixProV1_buildplate_model.stl", + "bed_texture": "WEMAKE3D PhoenixProV1_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic PETG @System;Generic PLA @System" + +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.2mm nozzle.json new file mode 100644 index 0000000000..cf5bf73e19 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.2mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D TinyBotV1 0.2mm nozzle", + "inherits": "fdm_machine_tinybotv1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D TinyBotV1", + + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "max_layer_height": [ + "0.16" + ], + "min_layer_height": [ + "0.04" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type" : "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..9c5591db98 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_machine_tinybotv1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D TinyBotV1", + + "nozzle_diameter": [ + "0.3" + ], + "printer_variant": "0.3", + "max_layer_height": [ + "0.24" + ], + "min_layer_height": [ + "0.06" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..886f82bddf --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_machine_tinybotv1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D TinyBotV1", + + "nozzle_diameter": [ + "0.4" + ], + "printer_variant": "0.4", + "max_layer_height": [ + "0.32" + ], + "min_layer_height": [ + "0.08" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.6mm nozzle.json new file mode 100644 index 0000000000..494c814f0d --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1 0.6mm nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "machine", + "name": "WEMAKE3D TinyBotV1 0.6mm nozzle", + "inherits": "fdm_machine_tinybotv1_common", + "from": "system", + "setting_id": "GM001", + "instantiation": "true", + "printer_model": "WEMAKE3D TinyBotV1", + + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.48" + ], + "min_layer_height": [ + "0.12" + ], + "printer_settings_id": "WEMAKE3D", + + "nozzle_type": "brass" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1.json b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1.json new file mode 100644 index 0000000000..8157dca442 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/WEMAKE3D TinyBotV1.json @@ -0,0 +1,12 @@ +{ + "type": "machine_model", + "name": "WEMAKE3D TinyBotV1", + "model_id": "v1", + "nozzle_diameter": "0.2;0.3;0.4;0.6", + "machine_tech": "FFF", + "family": "WEMAKE3D", + "bed_model": "WEMAKE3D TinyBotV1_buildplate_model.stl", + "bed_texture": "WEMAKE3D TinyBotV1_buildplate_texture.png", + "hotend_model": "", + "default_materials": "Generic PETG @System;Generic PLA @System" +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/fdm_machine_common.json b/resources/profiles/WEMAKE3D/machine/fdm_machine_common.json new file mode 100644 index 0000000000..efe894fae2 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/fdm_machine_common.json @@ -0,0 +1,143 @@ +{ + "type": "machine", + "name": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "gcode_flavor": "marlin2", + "printer_technology": "FFF", + "machine_start_gcode": "", + "machine_end_gcode": "", + "printer_extruder_variant": [ + "Direct Drive Standard" + ], + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "machine_max_acceleration_e": [ + "8000", + "8000" + ], + "machine_max_acceleration_extruding": [ + "3000", + "3000" + ], + "machine_max_acceleration_retracting": [ + "8000", + "8000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "250", + "250" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "40", + "40" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "400", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.2", + "0.3", + "0.4", + "0.6" + ], + "printer_settings_id": "", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "1.2" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "120" + ], + "deretraction_speed": [ + "0" + ], + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "layer_change_gcode": "", + "machine_pause_gcode": "M600\n", + "wipe": [ + "1" + ] +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/fdm_machine_phoenixprov1_common.json b/resources/profiles/WEMAKE3D/machine/fdm_machine_phoenixprov1_common.json new file mode 100644 index 0000000000..6d19a6222b --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/fdm_machine_phoenixprov1_common.json @@ -0,0 +1,135 @@ +{ + "type": "machine", + "name": "fdm_machine_phoenixprov1_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + "printable_area": [ "0x0", "300x0", "300x300", "0x300" ], + + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "machine_max_acceleration_e": [ + "8000", + "8000" + ], + "machine_max_acceleration_extruding": [ + "3000", + "3000" + ], + "machine_max_acceleration_retracting": [ + "8000", + "8000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "250", + "250" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "40", + "40" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "400", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "nozzle_diameter": [ + "0.2", + "0.3", + "0.4", + "0.6" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG34; Align Z\nG29; UBL\n\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y300 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "layer_change_gcode": "", + "machine_pause_gcode": "M600\n", + "wipe": [ + "1" + ] +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/machine/fdm_machine_tinybotv1_common.json b/resources/profiles/WEMAKE3D/machine/fdm_machine_tinybotv1_common.json new file mode 100644 index 0000000000..f9a22a96c6 --- /dev/null +++ b/resources/profiles/WEMAKE3D/machine/fdm_machine_tinybotv1_common.json @@ -0,0 +1,143 @@ +{ + "type": "machine", + "name": "fdm_machine_tinybotv1_common", + "inherits": "fdm_machine_common", + "from": "system", + "instantiation": "false", + + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "thumbnails": "", + "machine_max_acceleration_e": [ + "8000", + "8000" + ], + "machine_max_acceleration_extruding": [ + "3000", + "3000" + ], + "machine_max_acceleration_retracting": [ + "8000", + "8000" + ], + "machine_max_acceleration_travel": [ + "3000", + "3000" + ], + "machine_max_acceleration_x": [ + "3000", + "3000" + ], + "machine_max_acceleration_y": [ + "2000", + "2000" + ], + "machine_max_acceleration_z": [ + "250", + "250" + ], + "machine_max_speed_e": [ + "120", + "120" + ], + "machine_max_speed_x": [ + "300", + "200" + ], + "machine_max_speed_y": [ + "300", + "200" + ], + "machine_max_speed_z": [ + "40", + "40" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "0.2", + "0.4" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.3" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "400", + "extruder_clearance_radius": "65", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "140", + "printable_area": [ "0x0", "210x0", "210x210", "0x210" ], + "nozzle_diameter": [ + "0.2", + "0.3", + "0.4", + "0.6" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "70%" + ], + "retract_when_changing_layer": [ + "1" + ], + "retraction_length": [ + "0.8" + ], + "retract_length_toolchange": [ + "2" + ], + "z_hop": [ + "0.4" + ], + "retract_restart_extra": [ + "0" + ], + "retract_restart_extra_toolchange": [ + "0" + ], + "retraction_speed": [ + "30" + ], + "deretraction_speed": [ + "30" + ], + "machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG29; UBL\n\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0", + "machine_end_gcode": ";PRINT_END\nG91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-8 X5 Y5 Z3 F3000 ;Retract\nG90 ;Absolute positionning\nG1 X10 Y200 F6000;Finish print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84", + "single_extruder_multi_material": "1", + "change_filament_gcode": "", + "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n", + "layer_change_gcode": "", + "machine_pause_gcode": "M600\n", + "wipe": [ + "1" + ] +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..0d836601e2 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,22 @@ +{ + "name": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "layer_height": "0.06", + "initial_layer_print_height": "0.15", + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..cdf4fe5dab --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,22 @@ +{ + "name": "0.06mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "instantiation": "true", + "inherits": "fdm_process_tinyBotV1_common", + + "layer_height": "0.06", + "initial_layer_print_height": "0.15", + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.06mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..5e655ac275 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.08", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..f84941c920 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.08", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.08mm Extra Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..2d7d0ee18a --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "from": "system", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "gap_infill_speed": "200", + "layer_height": "0.08", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..46355c6ced --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm ExtraFine @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "from": "system", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "gap_infill_speed": "200", + "layer_height": "0.08", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.08mm Extra Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle.json new file mode 100644 index 0000000000..bed74c7dd6 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle.json @@ -0,0 +1,28 @@ +{ + "name": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "from": "system", + + + "layer_height": "0.08", + "initial_layer_print_height": "0.16", + + "initial_layer_line_width": "0.3", + "internal_solid_infill_line_width": "0.3", + "inner_wall_line_width": "0.3", + "sparse_infill_line_width": "0.3", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "top_surface_line_width": "0.22", + "support_line_width": "0.3", + "thick_bridges": "1", + + "print_settings_id": "0.08mm Fine @WEMAKE3D PhoenixProV1 0.2mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle.json new file mode 100644 index 0000000000..69b2c815e1 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle.json @@ -0,0 +1,28 @@ +{ + "name": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "from": "system", + + "layer_height": "0.12", + "initial_layer_print_height": "0.16", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.08mm Fine @WEMAKE3D TinyBotV1 0.2mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..bc1dc6441e --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,27 @@ +{ + "name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "layer_height": "0.12", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "support_line_width": "0.5", + "thick_bridges": "1", + + "print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json new file mode 100644 index 0000000000..7b24680bd2 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json @@ -0,0 +1,23 @@ +{ + "name": "0.12mm Extra Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "layer_height": "0.12", + "initial_layer_print_height": "0.25", + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + "is_custom_defined": "0", + "thick_bridges": "0", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..1157072290 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + + "layer_height": "0.12", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.5", + "thick_bridges": "1", + + "print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json new file mode 100644 index 0000000000..4e70c89624 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.12mm Extra Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "instantiation": "true", + "layer_height": "0.12", + "initial_layer_print_height": "0.25", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + "thick_bridges": "0", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..29ee7b2135 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "layer_height": "0.12", + "initial_layer_print_height": "0.24", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.12mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..54a7be95be --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "layer_height": "0.12", + "initial_layer_print_height": "0.24", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.12mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json new file mode 100644 index 0000000000..d14deb9c5d --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.15", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.28", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.22", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "150", + "print_settings_id": "0.15mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.22", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json new file mode 100644 index 0000000000..93244bd13b --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.15", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.28", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.22", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.22", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.22", + "outer_wall_speed": "150", + "print_settings_id": "0.15mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.22", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.22", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..2ecbc4446e --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "layer_height": "0.15", + "initial_layer_print_height": "0.24", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.15mm Standard @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..fa898e0ae5 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + + + "layer_height": "0.12", + "initial_layer_print_height": "0.24", + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + "print_settings_id": "0.15mm Standard @WEMAKE3D TinyBotV1 0.3mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json new file mode 100644 index 0000000000..0422013af8 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle.json @@ -0,0 +1,29 @@ +{ + "name": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "layer_height": "0.16", + "initial_layer_print_height": "0.16", + + + "initial_layer_line_width": "0.3", + "internal_solid_infill_line_width": "0.3", + "inner_wall_line_width": "0.3", + "sparse_infill_line_width": "0.3", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "top_surface_line_width": "0.22", + "support_line_width": "0.3", + "thick_bridges": "1", + + + + "print_settings_id": "0.16mm Draft @WEMAKE3D PhoenixProV1 0.2mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json new file mode 100644 index 0000000000..c4eb0c078f --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle.json @@ -0,0 +1,27 @@ +{ + "name": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + + "layer_height": "0.16", + "initial_layer_print_height": "0.16", + + + "initial_layer_line_width": "0.3", + "internal_solid_infill_line_width": "0.3", + "inner_wall_line_width": "0.3", + "sparse_infill_line_width": "0.3", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "top_surface_line_width": "0.22", + "support_line_width": "0.3", + "thick_bridges": "1", + + "print_settings_id": "0.16mm Draft @WEMAKE3D TinyBotV1 0.2mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.2mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..e29d951b29 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.1", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.48", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.42", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "150", + "print_settings_id": "0.1mm Extra Fine @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.42", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.42", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..9efc9f979f --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.1", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.48", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.42", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "150", + "print_settings_id": "0.1mm Extra Fine @WEMAKE3D TinyBotV1 0.4mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.42", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.42", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..eacc57695c --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.25", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.1mm Fine @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..33b8624b45 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.25", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.1mm Fine @WEMAKE3D TinyBotV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..2eed7abf21 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.24mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "layer_height": "0.24", + "initial_layer_print_height": "0.24", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..476f8378b7 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "layer_height": "0.24", + "initial_layer_print_height": "0.24", + + + "initial_layer_line_width": "0.4", + "internal_solid_infill_line_width": "0.4", + "inner_wall_line_width": "0.4", + "sparse_infill_line_width": "0.4", + "line_width": "0.32", + "outer_wall_line_width": "0.32", + "top_surface_line_width": "0.32", + "support_line_width": "0.4", + "thick_bridges": "1", + + "print_settings_id": "0.24mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json new file mode 100644 index 0000000000..9e82f879e6 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.25", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.25mm Draft @WEMAKE3D PhoenixProV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json new file mode 100644 index 0000000000..f0d4f92953 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.25", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.38", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.32", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.32", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.32", + "outer_wall_speed": "150", + "print_settings_id": "0.25mm Draft @WEMAKE3D TinyBotV1 0.3mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.32", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.32", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.3mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json new file mode 100644 index 0000000000..7c4c930768 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "print_settings_id": "0.25mm Fine @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "layer_height": "0.25", + "initial_layer_print_height": "0.35", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + "thick_bridges": "0", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json new file mode 100644 index 0000000000..74fbe81d32 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle.json @@ -0,0 +1,25 @@ +{ + "name": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "print_settings_id": "0.25mm Fine @WEMAKE3D TinyBotV1 0.6mm nozzle", + "layer_height": "0.25", + "initial_layer_print_height": "0.35", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + "thick_bridges": "0", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..1694c92b38 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,27 @@ +{ + "name": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "layer_height": "0.2", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "support_line_width": "0.5", + "thick_bridges": "1", + + "print_settings_id": "0.2mm Standard @WEMAKE3D PhoenixProV1 0.4mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..4f23388bdb --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "layer_height": "0.2", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "support_line_width": "0.5", + "thick_bridges": "1", + + "print_settings_id": "0.2mm Standard @WEMAKE3D TinyBotV1 0.4mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..3f6f1b76e1 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,27 @@ +{ + "name": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "layer_height": "0.32", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "support_line_width": "0.5", + "thick_bridges": "0", + + + "print_settings_id": "0.32mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..0f23554f49 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,26 @@ +{ + "name": "0.32mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "layer_height": "0.32", + "initial_layer_print_height": "0.32", + + + "initial_layer_line_width": "0.5", + "internal_solid_infill_line_width": "0.5", + "inner_wall_line_width": "0.5", + "sparse_infill_line_width": "0.5", + "line_width": "0.42", + "outer_wall_line_width": "0.42", + "top_surface_line_width": "0.42", + "support_line_width": "0.5", + "thick_bridges": "1", + + "print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json new file mode 100644 index 0000000000..ba291b74b4 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.3", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.48", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.42", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "150", + "print_settings_id": "0.3mm Draft @WEMAKE3D PhoenixProV1 0.4mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.42", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.42", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json new file mode 100644 index 0000000000..ef62fd9542 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle.json @@ -0,0 +1,41 @@ +{ + "name": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "bottom_shell_layers": "4", + "counterbore_hole_bridging": "partiallybridge", + "default_acceleration": "3000", + "from": "system", + "gap_infill_speed": "200", + "layer_height": "0.3", + "initial_layer_acceleration": "1000", + "initial_layer_infill_speed": "80", + "initial_layer_line_width": "0.48", + "initial_layer_speed": "80", + "inner_wall_acceleration": "2500", + "inner_wall_speed": "200", + "internal_solid_infill_line_width": "0.42", + "internal_solid_infill_speed": "200", + "is_custom_defined": "0", + "line_width": "0.42", + "outer_wall_acceleration": "2000", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "150", + "print_settings_id": "0.3mm Draft @WEMAKE3D TinyBotV1 0.4mm nozzle", + "slow_down_layers": "2", + "sparse_infill_pattern": "rectilinear", + "sparse_infill_speed": "200", + "support_line_width": "0.42", + "thick_bridges": "1", + "top_shell_layers": "4", + "top_surface_acceleration": "2000", + "top_surface_line_width": "0.42", + "top_surface_speed": "150", + "travel_acceleration": "3000", + "travel_speed": "250", + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.4mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json new file mode 100644 index 0000000000..16cae288fa --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json @@ -0,0 +1,28 @@ +{ + "name": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "print_settings_id": "0.48mm Extra Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "layer_height": "0.48", + "initial_layer_print_height": "0.48", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + + + "thick_bridges": "0", + "version": "2.3.1.10", + + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json new file mode 100644 index 0000000000..ba30d8a5dd --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json @@ -0,0 +1,28 @@ +{ + "name": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + "from": "system", + "layer_height": "0.48", + "initial_layer_print_height": "0.48", + + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + "thick_bridges": "0", + + "is_custom_defined": "0", + "print_settings_id": "0.48mm Extra Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + + "version": "2.3.1.10", + + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json new file mode 100644 index 0000000000..b1f0a9458c --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle.json @@ -0,0 +1,27 @@ +{ + "name": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "inherits": "fdm_process_phoenixProV1_common", + "instantiation": "true", + + "print_settings_id": "0.4mm Draft @WEMAKE3D PhoenixProV1 0.6mm nozzle", + "layer_height": "0.4", + "initial_layer_print_height": "0.48", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + "thick_bridges": "0", + + "version": "2.3.1.10", + "wall_sequence": "inner-outer-inner wall", + "compatible_printers": [ + "WEMAKE3D PhoenixProV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json b/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json new file mode 100644 index 0000000000..f6266cbb26 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle.json @@ -0,0 +1,31 @@ +{ + "name": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + "inherits": "fdm_process_tinyBotV1_common", + "instantiation": "true", + + "print_settings_id": "0.4mm Draft @WEMAKE3D TinyBotV1 0.6mm nozzle", + "layer_height": "0.4", + "initial_layer_print_height": "0.48", + + "initial_layer_line_width": "0.7", + "internal_solid_infill_line_width": "0.7", + "inner_wall_line_width": "0.7", + "sparse_infill_line_width": "0.7", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "top_surface_line_width": "0.62", + "support_line_width": "0.7", + + "is_custom_defined": "0", + "thick_bridges": "0", + + + + + + "version": "2.3.1.10", + + "compatible_printers": [ + "WEMAKE3D TinyBotV1 0.6mm nozzle" + ] +} diff --git a/resources/profiles/WEMAKE3D/process/fdm_process_common.json b/resources/profiles/WEMAKE3D/process/fdm_process_common.json new file mode 100644 index 0000000000..a442cfa965 --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/fdm_process_common.json @@ -0,0 +1,124 @@ +{ + "type": "process", + "name": "fdm_process_common", + "from": "system", + "instantiation": "false", + "adaptive_layer_height": "0", + "reduce_crossing_wall": "0", + "max_travel_detour_distance": "0", + "bottom_surface_pattern": "monotonic", + "bottom_shell_thickness": "0", + "bridge_speed": "50", + "brim_width": "8", + "top_shell_layers": "7", + "bottom_shell_layers": "5", + "brim_object_gap": "0.1", + "compatible_printers": [], + "counterbore_hole_bridging": "partiallybridge", + "sparse_infill_pattern": "rectilinear", + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "2000", + "initial_layer_acceleration": "500", + "top_surface_acceleration": "1500", + "travel_acceleration": "3000", + "inner_wall_acceleration": "2500", + "outer_wall_acceleration": "2500", + "slow_down_layers": "2", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "1", + "enable_arc_fitting": "1", + "wall_infill_order": "inner wall/outer wall/infill", + "infill_direction": "45", + "sparse_infill_density": "15%", + "top_bottom_infill_wall_overlap": "35%", + "initial_layer_print_height": "0.2", + "infill_combination": "0", + "infill_wall_overlap": "25%", + "interface_shells": "0", + "ironing_flow": "10%", + "ironing_spacing": "0.15", + "ironing_speed": "30", + "ironing_type": "no ironing", + "reduce_infill_retraction": "1", + "filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode", + "detect_overhang_wall": "1", + "slowdown_for_curled_perimeters": "1", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "30", + "overhang_4_4_speed": "10", + "line_width": "110%", + "inner_wall_line_width": "110%", + "outer_wall_line_width": "100%", + "top_surface_line_width": "93.75%", + "sparse_infill_line_width": "110%", + "initial_layer_line_width": "120%", + "internal_solid_infill_line_width": "120%", + "support_line_width": "96%", + "wall_generator": "classic", + "thic_birdges": "1", + "thick_internal_bridges": "1", + "wall_loops": "3", + "print_settings_id": "", + "raft_layers": "0", + "skirt_distance": "2", + "skirt_height": "1", + "min_skirt_length": "4", + "skirt_loops": "1", + "minimum_sparse_infill_area": "15", + "spiral_mode": "0", + "standby_temperature_delta": "-5", + "enable_support": "0", + "resolution": "0.012", + "support_type": "normal(auto)", + "support_on_build_plate_only": "0", + + "support_filament": "0", + "support_interface_loop_pattern": "0", + "support_interface_filament": "0", + "support_interface_top_layers": "2", + "support_interface_bottom_layers": "2", + "support_interface_spacing": "0.5", + "support_interface_speed": "80", + "support_speed": "150", + "support_threshold_angle": "30", + "support_base_pattern": "honeycomb", + "support_base_pattern_spacing": "5", + "support_bottom_z_distance": "0.275", + "support_interface_pattern": "rectilinear", + "support_object_xy_distance": "0.8", + "support_style": "snug", + "support_top_z_distance": "0.275", + "tree_support_branch_angle": "30", + "tree_support_wall_count": "0", + "tree_support_with_infill": "0", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_shell_thickness": "0.8", + "enable_prime_tower": "0", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "layer_height": "0.2", + + "bridge_flow": "1", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "45", + "outer_wall_speed": "200", + "inner_wall_speed": "150", + "sparse_infill_speed": "250", + "internal_solid_infill_speed": "250", + "top_surface_speed": "200", + "gap_infill_speed": "150", + "travel_speed": "250", + "wall_sequence": "inner-outer-inner wall", + + "seam_position": "aligned_back" + + + + +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/process/fdm_process_phoenixProV1_common.json b/resources/profiles/WEMAKE3D/process/fdm_process_phoenixProV1_common.json new file mode 100644 index 0000000000..f0a81c222e --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/fdm_process_phoenixProV1_common.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "name": "fdm_process_phoenixProV1_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode" + + + + +} \ No newline at end of file diff --git a/resources/profiles/WEMAKE3D/process/fdm_process_tinyBotV1_common.json b/resources/profiles/WEMAKE3D/process/fdm_process_tinyBotV1_common.json new file mode 100644 index 0000000000..a6f5b1f52b --- /dev/null +++ b/resources/profiles/WEMAKE3D/process/fdm_process_tinyBotV1_common.json @@ -0,0 +1,18 @@ +{ + "type": "process", + "name": "fdm_process_tinyBotV1_common", + "inherits": "fdm_process_common", + "from": "system", + "instantiation": "false", + + "print_sequence": "by layer", + "default_acceleration": "3000", + "top_surface_acceleration": "3500", + "travel_acceleration": "5000", + "inner_wall_acceleration": "3500", + "outer_wall_acceleration": "3000", + + "filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode" + + +} \ No newline at end of file diff --git a/resources/profiles/WonderMaker/WonderMaker ZR ULtra S_cover.png b/resources/profiles/WonderMaker/WonderMaker ZR Ultra S_cover.png similarity index 100% rename from resources/profiles/WonderMaker/WonderMaker ZR ULtra S_cover.png rename to resources/profiles/WonderMaker/WonderMaker ZR Ultra S_cover.png diff --git a/resources/profiles/iQ.json b/resources/profiles/iQ.json index 1876c4f6a1..c904ad1a1f 100644 --- a/resources/profiles/iQ.json +++ b/resources/profiles/iQ.json @@ -76,6 +76,14 @@ { "name": "0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle)", "sub_path": "process/0.20mm Standard @iQ TiQ8 P1 - ABS Natur Material4Print (0.4 Nozzle).json" + }, + { + "name": "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)", + "sub_path": "process/0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle).json" + }, + { + "name": "0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle)", + "sub_path": "process/0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle).json" } ], "filament_list": [ @@ -94,6 +102,18 @@ { "name": "Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle", "sub_path": "filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json" + }, + { + "name": "Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle", + "sub_path": "filament/Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle.json" + }, + { + "name": "VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle", + "sub_path": "filament/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle.json" + }, + { + "name": "Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle", + "sub_path": "filament/Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle.json" } ] } diff --git a/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json index bf2db18552..dbfd90a8bb 100644 --- a/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json +++ b/resources/profiles/iQ/filament/Fiberthree PACF Pro P1 @iQ TiQ2 0.4 Nozzle.json @@ -102,7 +102,7 @@ "1.75" ], "filament_end_gcode": [ - "; filament end gcode \nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000" + "; filament end gcode\n{if current_extruder==0}\nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{endif}\n\n{if current_extruder==1}\n{if current_extruder==0}T1{endif}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" ], "filament_flow_ratio": [ "1.089" @@ -189,7 +189,7 @@ "29" ], "filament_start_gcode": [ - "; Filament gcode\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000" + "; Filament gcode\n{if current_extruder==0}\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}\n{endif}\n\n{if current_extruder==1}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" ], "filament_toolchange_delay": [ "0" diff --git a/resources/profiles/iQ/filament/Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle.json new file mode 100644 index 0000000000..05c4eee8db --- /dev/null +++ b/resources/profiles/iQ/filament/Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle.json @@ -0,0 +1,302 @@ +{ + "type": "filament", + "name": "Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle", + "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "IQS7", + "filament_id": "IQM7", + "instantiation": "true", + "compatible_prints": [ + "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)" + ], + "filament_cost": [ + "200" + ], + "filament_density": [ + "1.25" + ], + "filament_end_gcode": [ + "; filament end gcode\n{if current_extruder==0}\nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{endif}\n\n{if current_extruder==1}\n{if current_extruder==0}T1{endif}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}" + ], + "filament_flow_ratio": [ + "1.1" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "filament_multitool_ramming": [ + "0" + ], + "filament_notes": [ + "Filament file version 1.0 20251103" + ], + "filament_settings_id": [ + "Fiberthree PACF Pro P2 @iQ TiQ2 0.4 Nozzle" + ], + "filament_start_gcode": [ + "; Filament gcode\n{if current_extruder==0}\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}\n{endif}\n\n{if current_extruder==1}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "idle_temperature": [ + "240" + ], + "is_custom_defined": "0", + + "nozzle_temperature": [ + "275" + ], + "nozzle_temperature_initial_layer": [ + "275" + ], + "nozzle_temperature_range_high": [ + "275" + ], + "version": "2.3.1.10", + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "default_filament_colour": [ + "#000000" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.5" + ], + "filament_cooling_initial_speed": [ + "10" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "10" + ], + "filament_loading_speed_start": [ + "50" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming_flow": [ + "40" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_shrink": [ + "100%" + ], + "filament_shrinkage_compensation_z": [ + "100%" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "45" + ], + "filament_stamping_loading_speed": [ + "29" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_type": [ + "PACF Pro" + ], + "filament_unloading_speed": [ + "100" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "iQ Materials" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "internal_bridge_fan_speed": [ + "-1" + ], + "nozzle_temperature_range_low": [ + "250" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "temperature_vitrification": [ + "110" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ] +} diff --git a/resources/profiles/iQ/filament/Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle.json new file mode 100644 index 0000000000..20146fa309 --- /dev/null +++ b/resources/profiles/iQ/filament/Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle.json @@ -0,0 +1,303 @@ +{ + "type": "filament", + "name": "Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle", + "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "IQS1", + "filament_id": "IQM1", + "instantiation": "true", + "compatible_prints": [ + "0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle)" + ], + "filament_cost": [ + "70.58" + ], + "filament_density": [ + "1.09" + ], + "filament_end_gcode": [ + "; filament end gcode\n{if current_extruder==0}\nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{endif}\n\n{if current_extruder==1}\n{if current_extruder==0}T1{endif}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" + ], + "filament_flow_ratio": [ + "0.926" + ], + "filament_settings_id": [ + "Grauts HPP4GF25 P1 @iQ TiQ2 0.4 Nozzle" + ], + "filament_shrink": [ + "98.994%" + ], + "filament_shrinkage_compensation_z": [ + "99%" + ], + "filament_start_gcode": [ + "; Filament gcode\n{if current_extruder==0}\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}\n{endif}\n\n{if current_extruder==1}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" + ], + "filament_type": [ + "HPP4GF25" + ], + "hot_plate_temp": [ + "110" + ], + "hot_plate_temp_initial_layer": [ + "110" + ], + "idle_temperature": [ + "180" + ], + "is_custom_defined": "0", + "nozzle_temperature": [ + "220" + ], + "nozzle_temperature_initial_layer": [ + "220" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "temperature_vitrification": [ + "127" + ], + "version": "2.3.1.10", + + + "activate_air_filtration": [ + "0" + ], + "activate_chamber_temp_control": [ + "0" + ], + "adaptive_pressure_advance": [ + "0" + ], + "adaptive_pressure_advance_bridges": [ + "0" + ], + "adaptive_pressure_advance_model": [ + "0,0,0\n0,0,0" + ], + "adaptive_pressure_advance_overhangs": [ + "0" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "chamber_temperature": [ + "0" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], + "compatible_printers_condition": "", + "compatible_prints_condition": "", + "complete_print_exhaust_fan_speed": [ + "80" + ], + "cool_plate_temp": [ + "105" + ], + "cool_plate_temp_initial_layer": [ + "105" + ], + "default_filament_colour": [ + "#000000" + ], + "dont_slow_down_outer_wall": [ + "0" + ], + "during_print_exhaust_fan_speed": [ + "60" + ], + "enable_overhang_bridge_fan": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "eng_plate_temp": [ + "105" + ], + "eng_plate_temp_initial_layer": [ + "105" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.5" + ], + "filament_cooling_initial_speed": [ + "10" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_deretraction_speed": [ + "nil" + ], + "filament_diameter": [ + "1.75" + ], + "filament_is_support": [ + "0" + ], + "filament_loading_speed": [ + "10" + ], + "filament_loading_speed_start": [ + "50" + ], + "filament_long_retractions_when_cut": [ + "nil" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "filament_minimal_purge_on_wipe_tower": [ + "15" + ], + "filament_multitool_ramming": [ + "1" + ], + "filament_multitool_ramming_flow": [ + "40" + ], + "filament_multitool_ramming_volume": [ + "10" + ], + "filament_notes": [ + "" + ], + "filament_ramming_parameters": [ + "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6" + ], + "filament_retract_before_wipe": [ + "nil" + ], + "filament_retract_lift_above": [ + "nil" + ], + "filament_retract_lift_below": [ + "nil" + ], + "filament_retract_lift_enforce": [ + "nil" + ], + "filament_retract_restart_extra": [ + "nil" + ], + "filament_retract_when_changing_layer": [ + "nil" + ], + "filament_retraction_distances_when_cut": [ + "nil" + ], + "filament_retraction_length": [ + "4" + ], + "filament_retraction_minimum_travel": [ + "nil" + ], + "filament_retraction_speed": [ + "40" + ], + "filament_soluble": [ + "0" + ], + "filament_stamping_distance": [ + "45" + ], + "filament_stamping_loading_speed": [ + "29" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_unloading_speed": [ + "100" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_vendor": [ + "iQ Materials" + ], + "filament_wipe": [ + "nil" + ], + "filament_wipe_distance": [ + "nil" + ], + "filament_z_hop": [ + "nil" + ], + "filament_z_hop_types": [ + "nil" + ], + "full_fan_speed_layer": [ + "0" + ], + "internal_bridge_fan_speed": [ + "-1" + ], + "overhang_fan_speed": [ + "80" + ], + "overhang_fan_threshold": [ + "25%" + ], + "pellet_flow_coefficient": [ + "0.4157" + ], + "pressure_advance": [ + "0.02" + ], + "reduce_fan_stop_start_freq": [ + "1" + ], + "required_nozzle_HRC": [ + "0" + ], + "slow_down_for_layer_cooling": [ + "1" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "10" + ], + "supertack_plate_temp": [ + "35" + ], + "supertack_plate_temp_initial_layer": [ + "35" + ], + "support_material_interface_fan_speed": [ + "-1" + ], + "textured_cool_plate_temp": [ + "40" + ], + "textured_cool_plate_temp_initial_layer": [ + "40" + ], + "textured_plate_temp": [ + "105" + ], + "textured_plate_temp_initial_layer": [ + "105" + ] +} diff --git a/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json index 50f4ad1fb7..054350acfc 100644 --- a/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json +++ b/resources/profiles/iQ/filament/Polymaker PETG Polymax black P1 @iQ TiQ2 0.4 Nozzle.json @@ -30,9 +30,6 @@ "chamber_temperature": [ "0" ], - "close_fan_the_first_x_layers": [ - "3" - ], "compatible_printers": [ "iQ TiQ2 0.4 Nozzle" ], @@ -89,6 +86,9 @@ "filament_cooling_moves": [ "4" ], + "close_fan_the_first_x_layers": [ + "1000" + ], "filament_cost": [ "29.99" ], @@ -102,7 +102,7 @@ "1.75" ], "filament_end_gcode": [ - "; filament end gcode \nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000" + "; filament end gcode\n{if current_extruder==0}\nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{endif}\n\n{if current_extruder==1}\n{if current_extruder==0}T1{endif}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" ], "filament_flow_ratio": [ "0.9405" @@ -162,7 +162,7 @@ "nil" ], "filament_retraction_length": [ - "0.2" + "0.4" ], "filament_retraction_minimum_travel": [ "nil" @@ -189,7 +189,7 @@ "0" ], "filament_start_gcode": [ - "; Filament gcode\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}" + "; Filament gcode\n{if current_extruder==0}\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}\n{endif}\n\n{if current_extruder==1}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}\n" ], "filament_toolchange_delay": [ "0" @@ -222,7 +222,7 @@ "0" ], "hot_plate_temp": [ - "80" + "70" ], "hot_plate_temp_initial_layer": [ "80" @@ -237,7 +237,7 @@ "-1" ], "nozzle_temperature": [ - "250" + "240" ], "nozzle_temperature_initial_layer": [ "250" @@ -261,7 +261,7 @@ "0.02" ], "reduce_fan_stop_start_freq": [ - "1" + "0" ], "required_nozzle_HRC": [ "3" diff --git a/resources/profiles/iQ/filament/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle.json b/resources/profiles/iQ/filament/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle.json new file mode 100644 index 0000000000..1a3f9b9ba6 --- /dev/null +++ b/resources/profiles/iQ/filament/VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle.json @@ -0,0 +1,152 @@ +{ + "type": "filament", + "name": "VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle", + "inherits": "fdm_filament_common", + "from": "system", + "setting_id": "IQS1011", + "filament_id": "IQM1011", + "instantiation": "true", + "compatible_prints": [ + "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)" + ], + "filament_vendor": [ + "iQ Materials" + ], + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], + "filament_diameter": [ + "1.75" + ], + "complete_print_exhaust_fan_speed": [ + "70" + ], + "default_filament_colour": [ + "#FFFFFF" + ], + "during_print_exhaust_fan_speed": [ + "70" + ], + "filament_cost": [ + "150" + ], + "temperature_vitrification": [ + "110" + ], + "filament_density": [ + "1.1" + ], + "filament_end_gcode": [ + "; filament end gcode\n{if current_extruder==0}\nG1 Z{layer_z+2} F900 ; safe distance for T0 while tool change\nG1 X-17 Y1 F9000\nG1 X-17 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{endif}\n\n{if current_extruder==1}\n{if current_extruder==0}T1{endif}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}" + ], + "filament_flow_ratio": [ + "1" + ], + "enable_pressure_advance": [ + "0" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "close_fan_the_first_x_layers": [ + "3" + ], + "fan_cooling_layer_time": [ + "30" + ], + "fan_max_speed": [ + "80" + ], + "fan_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ], + "slow_down_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "25%" + ], + "overhang_fan_speed": [ + "80" + ], + "filament_retraction_length": [ + "4" + ], + "filament_is_support": [ + "1" + ], + "filament_loading_speed_start": [ + "50" + ], + "filament_loading_speed": [ + "10" + ], + "filament_unloading_speed_start": [ + "100" + ], + "filament_unloading_speed": [ + "100" + ], + "filament_toolchange_delay": [ + "0" + ], + "filament_cooling_moves": [ + "2" + ], + "filament_cooling_initial_speed": [ + "10" + ], + "filament_cooling_final_speed": [ + "3.5" + ], + "filament_stamping_loading_speed": [ + "29" + ], + "filament_stamping_distance": [ + "45" + ], + "filament_notes": [ + "Filament file version 1.0 20251103" + ], + "filament_retraction_speed": [ + "nil" + ], + "filament_settings_id": [ + "VXL90 TiQ2 P2 @iQ TiQ2 0.4 Nozzle" + ], + "filament_soluble": [ + "1" + ], + "filament_start_gcode": [ + "; Filament gcode\n{if current_extruder==0}\nG1 X-17 Y1 F9000\nG1 Y45 F9000\nG1 Y1 F9000\nG1 Y45 F9000\n{if layer_z==0}G1 Z{first_layer_height + 2.0}{endif}\n{if layer_z==0}G1 X[first_layer_print_min_0] Y[first_layer_print_min_1]{endif}\n{if layer_z==0}G1 Z{layer_z}{endif}\n{endif}\n\n{if current_extruder==1}\nG1 X-23 Y3 F9000\nG1 Y45 F9000\nG1 Y3 F9000\nG1 Y45 F9000\n{endif}" + ], + "filament_type": [ + "VXL90 Xioneer" + ], + "hot_plate_temp": [ + "100" + ], + "hot_plate_temp_initial_layer": [ + "100" + ], + "idle_temperature": [ + "205" + ], + "is_custom_defined": "0", + "nozzle_temperature": [ + "235" + ], + "nozzle_temperature_initial_layer": [ + "235" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "version": "2.3.1.10" +} diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle).json new file mode 100644 index 0000000000..0a542fe938 --- /dev/null +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle).json @@ -0,0 +1,70 @@ +{ + "type": "process", + "inherits": "fdm_process_tiq_common", + "from": "system", + "instantiation": "true", + "default_acceleration": "1500", + "enable_extra_bridge_layer": "apply_to_all", + "enable_prime_tower": "0", + "initial_layer_infill_speed": "100", + "inner_wall_acceleration": "1500", + "inner_wall_speed": "100", + "is_custom_defined": "0", + "name": "0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle)", + "notes": "Pre-Select: FBA Time Delay: 0 EPC Factor: 0\n\nDeutsch P1 HPP4GF25\n\n1. Überprüfen Sie, dass sich das Grauts HPP4GF25 im linken Extruder befindet. Halten Sie das Filament trocken! Detailierte Trocknungsanleitung, siehe unten.\n\n2. Überprüfen Sie, dass sich eine 0,4 mm Wolfram-Kupfer Düse im linken Extruder befindet.\n\n3. Verwenden Sie Magigoo Kleber für PPGF auf der PET-Folie, um eine bessere Haftung zu gewährleisten, im Singledruck in der Regel auf PET-Folie nicht erforderlich.\n\n4. Reinigen Sie ggf. die Düse mit einer Messing-Drahtbürste.\nNun sind sie bereit, um Ihren Druck zu starten.\n\n\nTipp: Am besten lässt sich das Bauteil bei einer Druckplattentemperatur von 80°C entfernen, da dann der Kleber weich wird.\n\n\nEnglish P1 HPP4GF25\n\n1. Check Left extruder filament: Grauts HPP4GF25 - Keep the filament dry!! Detailed drying instruction below.\n\n2. Check left extruder nozzle: 0.4mm Wolfram\n\n3. Check bed: PET with Magigoo glue for PPGF\n\n4. Check nozzle: Clean it with brush\n\nWELLDONE! YOU ARE READY NOW TO START YOUR PRINT JOB!\n\n\nTip: The component is best removed at a printing plate temperature of 80°C, as this softens the adhesive.", + "outer_wall_acceleration": "1500", + "outer_wall_speed": "80", + "print_settings_id": "0.20mm Standard @iQ TiQ2 P1 - HPP4GF25 Grauts (0.4 Nozzle)", + "sparse_infill_speed": "100", + "support_angle": "0", + "support_base_pattern": "default", + "support_interface_bottom_layers": "0", + "support_interface_top_layers": "3", + "support_object_first_layer_gap": "0.3", + "support_object_xy_distance": "0.35", + "support_on_build_plate_only": "0", + "support_speed": "100", + "support_style": "snug", + "support_top_z_distance": "0.2", + "support_type": "normal(auto)", + "top_surface_acceleration": "1500", + "top_surface_speed": "80", + "travel_acceleration": "1500", + "version": "2.3.1.10", + + "bridge_flow": "1.07", + "bridge_speed": "25", + "brim_type": "no_brim", + "enable_support": "1", + "exclude_object": "0", + "gcode_label_objects": "0", + "compatible_printers": [ + "iQ TiQ2 0.4 Nozzle" + ], + "internal_bridge_speed": "50%", + "internal_solid_infill_speed": "60", + "ironing_pattern": "concentric", + "prime_tower_width": "80", + "layer_height": "0.2", + "reduce_crossing_wall": "1", + "skirt_height": "1", + "skirt_loops": "2", + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "5", + "sparse_infill_density": "30%", + "sparse_infill_pattern": "triangles", + "support_base_pattern_spacing": "1", + "support_bottom_interface_spacing": "0.3", + "support_bottom_z_distance": "0.24", + "support_expansion": "0.5", + "support_filament": "1", + "support_interface_filament": "1", + "support_interface_pattern": "rectilinear_interlaced", + "support_interface_spacing": "0", + "top_shell_thickness": "0", + "top_solid_infill_flow_ratio": "0.98", + "tree_support_branch_diameter_angle": "10", + "tree_support_branch_diameter_organic": "3", + "tree_support_tip_diameter": "2", + "wall_loops": "2" +} diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json index 80efc6549d..93d69ab0b0 100644 --- a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle).json @@ -1,21 +1,20 @@ { "type": "process", - "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", - "inherits": "fdm_process_tiq_common", - "from": "system", - "instantiation": "true", "bridge_flow": "1.07", "bridge_speed": "25", "brim_type": "no_brim", "enable_support": "1", "exclude_object": "0", + "from": "system", "gcode_label_objects": "0", - "compatible_printers": [ - "iQ TiQ2 0.4 Nozzle" - ], + "instantiation": "true", + "compatible_printers": ["iQ TiQ2 0.4 Nozzle"], + "inherits": "fdm_process_tiq_common", "internal_bridge_speed": "50%", "internal_solid_infill_speed": "60", "ironing_pattern": "concentric", + "is_custom_defined": "0", + "name": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", "prime_tower_width": "80", "layer_height": "0.2", "print_settings_id": "0.20mm Standard @iQ TiQ2 P1 - PACF Pro Fiberthree (0.4 Nozzle)", @@ -32,8 +31,8 @@ "support_bottom_interface_spacing": "0.3", "support_bottom_z_distance": "0.24", "support_expansion": "0.5", - "support_filament": "1", - "support_interface_filament": "1", + "support_filament": "0", + "support_interface_filament": "0", "support_interface_pattern": "rectilinear_interlaced", "support_interface_spacing": "0", "support_object_xy_distance": "0.25", @@ -45,5 +44,6 @@ "tree_support_branch_diameter_angle": "10", "tree_support_branch_diameter_organic": "3", "tree_support_tip_diameter": "2", + "version": "2.2.0.4", "wall_loops": "2" -} \ No newline at end of file +} diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json index 692efa7c59..1093c7c1c7 100644 --- a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P1 - PETG Polymax Polymaker (0.4 Nozzle).json @@ -8,8 +8,8 @@ "gcode_label_objects": "0", "enable_support": "1", "support_type": "tree(auto)", - "support_filament": "1", - "support_interface_filament": "1", + "support_filament": "0", + "support_interface_filament": "0", "compatible_printers": [ "iQ TiQ2 0.4 Nozzle" ], @@ -20,6 +20,9 @@ "enable_overhang_speed": "0", "enable_prime_tower": "0", "gap_infill_speed": "50", + "thick_internal_bridges": "0", + "enable_extra_bridge_layer": "apply_to_all", + "bottom_shell_thickness": "0.8", "initial_layer_infill_speed": "25", "initial_layer_speed": "25", "initial_layer_travel_speed": "50%", @@ -63,10 +66,11 @@ "tree_support_wall_count": "2", "wall_direction": "ccw", "wall_loops": "3", - "wall_sequence": "inner-outer-inner wall", + "wall_sequence": "inner wall/outer wall", "support_base_pattern": "rectilinear-grid", "support_interface_pattern": "rectilinear_interlaced", "support_interface_spacing": "0", - "small_perimeter_speed": "30%", + "small_perimeter_speed": "50", + "support_interface_speed": "50", "brim_type": "no_brim" } \ No newline at end of file diff --git a/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle).json b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle).json new file mode 100644 index 0000000000..50265405ce --- /dev/null +++ b/resources/profiles/iQ/process/0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle).json @@ -0,0 +1,65 @@ +{ + "type": "process", + "from": "system", + "gap_infill_speed": "70", + "independent_support_layer_height": "0", + "inherits": "fdm_process_tiq_common", + "initial_layer_infill_speed": "75", + "inner_wall_speed": "90", + "is_custom_defined": "0", + "name": "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)", + "notes": "Deutsch P2 PACF\n\n1.\tUeberpruefen Sie, dass sich das Fiberthree PACF Pro (100625) im linken Extruder befindet. Halten Sie das Filament trocken! Detailierte Trocknungsanleitung, siehe unten.\n2.\tueberpruefen Sie, dass sich eine 0,4 mm Wolfram-Kupfer Duese im linken Extruder befindet fuer PACF.\n3.\tueberpruefen Sie, dass sich eine 0,4 mm Wolfram-Kupfer Duese im rechten Extruder befindet fuer Xioneer VXL90 filament\n4.\tVerwenden Sie Magigoo PA Kleber auf der PET-Folie, um eine bessere Haftung zu gewaehrleisten.\n5.\tReinigen Sie ggf. die Duese mit einer Messing-Drahtbuerste.\nNun sind sie bereit, um Ihren Druck zu starten.\n\nTipp: Belassen Sie die Einstellung raft, damit sich das Bauteil einfach und ohne Beschaedigung der Folie vom Druckbett loesen laesst.\n\n\nAnleitung zum trocknen von PA-CF-Filament:\nNylon ist sehr hydrophil. Wenn Sie stringing und oozing an Ihrem Bauteil beobachten, ist dies ein Indiz dafuer, dass das Filament zu feucht ist.\nUm das Filament zu trocknen, belassen Sie die Spule in einem industriellen Trockner bei 75°C fuer 2-4 Tage mit 30 % Frischluftzirkulation.\n\n///// STUETZMATERIAL AUFLOESENDES VORGEHENSWEISE ///////\nVERBRAUCHSSTOFFE FUER DAS AUFLOESEN VON STUETZMATERIAL KOENNEN BEI innovatiQ ERWORBEN WERDEN.\n1. Lesen Sie die Sicherheitshinweise zu Ihrer Entnahmestation fuer Industriestuetzen.\n2. Brechen Sie die \"leicht zu entfernenden Stuetzen\" vorsichtig so weit wie moeglich vom Teil ab. Das spart Zeit und Reinigungsmittel beim Loesen.\n3. Das Verhaeltnis von \"Reinigungsmittel\" zu \"aufzuloesendem Traeger\" ist 1:1. Wenn Sie z. B. 100 g Traeger auf Ihrem Teil haben, muessen Sie 100 g Reinigungsmittel mit Wasser hinzufuegen.\n4. Die Solltemperatur der Aufloesestation zum Aufloesen von Xioneer VXL90 zusammen mit PACF betraegt 60°C. Ein ueberschreiten dieser Temperatur fuehrt zu einer Verformung des Werkstuecks.\n5. Fuer PACF wird eine Aufloesungszeit von etwa 5 bis 6 Stunden empfohlen.\n6. Nach dem Aufloesen ist die geloeste Fluessigkeit als alkalischer Industrieabfall zu entsorgen.\n7. Ausfuehrliche Informationen entnehmen Sie bitte den technischen Datenblaettern, der Betriebsanleitung und den Sicherheitsdatenblaettern von Xioneer VXL90 und Xioneer VXL EX detergent.\n\n\n\nEnglish P2 - PACF\n1.\tCheck Left extruder filament: innovatiQ PACF 100625 - Keep the filament dry!! Detailed drying instruction below.\n2.\tCheck left extruder nozzle: 0.4mm Wolfram for PACF\n3.\tCheck right extruder nozzle: 0.4mm Wolfram for Xioneer VXL90 filament\n4.\tCheck bed: PET with Magigoo PA glue\n5.\tCheck nozzle: Clean it with brush\nWELLDONE! YOU ARE READY NOW TO START YOUR PRINT JOB!\n\nTip for EASY part removal from print bed: Leave the raft-setting, to remove the part from the bed without damaging the foil.\n\n\nFILAMENT DRYING INSTRUCTION\nNylon material is highly hydroscopic. If you feel you have stringing and oozing in your printed part, the filament have moisture in it.\nTo dry the filament, keep the spool in a industrial oven for 2-4 days at 75°C with 30% fresh air intake circulation.\n\n///// SUPPORT DISSOLVING PROCEDURE ///////\nCONSUMABLES FOR DISSOLVING SUPPORT CAN BE PURCHASED FROM innovatiQ.\n1. Read the safety instructions of your Industrial support removal station.\n2. Carefully break-off the 'easy to remove supports' as much as possible from the part. This will save time and detergent in the dissolving process.\n3. The ratio of the 'detergent' to 'support to dissolve' is 1:1. Eg. If you have 100g of support on your part, you have to add 100g of detergent with water.\n4. The Set temperature of the dissolving station to dissolve Xioneer VXL90 together with PACF is 60°C. Exceeding this temperature will deform your part.\n5. For PACF, around 5 to 6 hours of dissolving time is recommeneded.\n6. After the dissolving process, dispose the dissolved liquid as alkaline industrial waste.\n7. For detailed information, please read the technical data sheets, operating instruction and safety data sheets of Xioneer VXL90 and Xioneer VXL EX detergent.", + "outer_wall_speed": "70", + "prime_volume": "80", + "print_settings_id": "0.20mm Standard @iQ TiQ2 P2 - PACF Pro Fiberthree + VXL90 Xioneer (0.4 Nozzle)", + "sparse_infill_density": "50%", + "sparse_infill_speed": "80", + "support_base_pattern": "rectilinear", + "support_bottom_z_distance": "0", + "support_expansion": "1.7", + "support_filament": "2", + "support_interface_filament": "2", + "support_interface_spacing": "0.1", + "support_interface_speed": "50", + "support_line_width": "100%", + "support_object_xy_distance": "0.6", + "support_on_build_plate_only": "0", + "support_speed": "75", + "support_style": "snug", + "support_top_z_distance": "0.02", + "support_type": "normal(auto)", + "top_solid_infill_flow_ratio": "1.01", + "top_surface_speed": "75", + "wall_generator": "classic", + "wipe_tower_extra_spacing": "110%", + "wipe_tower_max_purge_speed": "50", + "bridge_flow": "1.07", + "bridge_speed": "25", + "brim_type": "no_brim", + "enable_support": "1", + "exclude_object": "0", + "gcode_label_objects": "0", + "instantiation": "true", + "compatible_printers": ["iQ TiQ2 0.4 Nozzle"], + "internal_bridge_speed": "50%", + "internal_solid_infill_speed": "60", + "ironing_pattern": "concentric", + "prime_tower_width": "80", + "layer_height": "0.2", + "reduce_crossing_wall": "1", + "skirt_height": "1", + "skirt_loops": "2", + "small_perimeter_speed": "30%", + "small_perimeter_threshold": "5", + "sparse_infill_pattern": "triangles", + "support_angle": "45", + "support_base_pattern_spacing": "1", + "support_bottom_interface_spacing": "0.3", + "support_interface_pattern": "rectilinear_interlaced", + "top_shell_thickness": "0", + "tree_support_branch_diameter_angle": "10", + "tree_support_branch_diameter_organic": "3", + "tree_support_tip_diameter": "2", + "version": "2.2.0.4", + "wall_loops": "2" +} diff --git a/resources/profiles_template/Template/filament/filament_sbs_template.json b/resources/profiles_template/Template/filament/filament_sbs_template.json index 2cc7bd22c6..644423508c 100644 --- a/resources/profiles_template/Template/filament/filament_sbs_template.json +++ b/resources/profiles_template/Template/filament/filament_sbs_template.json @@ -111,7 +111,7 @@ "0" ], "hot_plate_temp": [ - "5705" + "70" ], "hot_plate_temp_initial_layer": [ "70" @@ -165,4 +165,4 @@ "filament_end_gcode": [ "; filament end gcode \nM106 P3 S0\n" ] -} \ No newline at end of file +} diff --git a/resources/shaders/140/background.fs b/resources/shaders/140/background.fs index c21f3a70cd..4e595312ee 100644 --- a/resources/shaders/140/background.fs +++ b/resources/shaders/140/background.fs @@ -5,7 +5,9 @@ uniform vec4 bottom_color; in vec2 tex_coord; +out vec4 out_color; + void main() { - gl_FragColor = mix(bottom_color, top_color, tex_coord.y); + out_color = mix(bottom_color, top_color, tex_coord.y); } diff --git a/resources/shaders/140/dashed_thick_lines.fs b/resources/shaders/140/dashed_thick_lines.fs new file mode 100644 index 0000000000..7ea3c6d610 --- /dev/null +++ b/resources/shaders/140/dashed_thick_lines.fs @@ -0,0 +1,34 @@ +#version 150 + +// see as reference: https://github.com/mhalber/Lines/blob/master/geometry_shader_lines.h +// https://stackoverflow.com/questions/52928678/dashed-line-in-opengl3 + +const float aa_radius = 0.5; + +uniform float dash_size; +uniform float gap_size; +uniform vec4 uniform_color; + +in float line_width; +// x = v tex coord, y = s coord +in vec2 seg_params; + +out vec4 out_color; + +void main() +{ + float inv_stride = 1.0 / (dash_size + gap_size); + if (gap_size > 0.0 && fract(seg_params.y * inv_stride) > dash_size * inv_stride) + discard; + + // We render a quad that is fattened by r, giving total width of the line to be w+r. We want smoothing to happen + // around w, so that the edge is properly smoothed out. As such, in the smoothstep function we have: + // Far edge : 1.0 = (w+r) / (w+r) + // Close edge : 1.0 - (2r / (w+r)) = (w+r)/(w+r) - 2r/(w+r)) = (w-r) / (w+r) + // This way the smoothing is centered around 'w'. + + out_color = uniform_color; + float inv_line_width = 1.0 / line_width; + float aa = 1.0 - smoothstep(1.0 - (2.0 * aa_radius * inv_line_width), 1.0, abs(seg_params.x * inv_line_width)); + out_color.a *= aa; +} diff --git a/resources/shaders/140/dashed_thick_lines.gs b/resources/shaders/140/dashed_thick_lines.gs new file mode 100644 index 0000000000..c4897e9491 --- /dev/null +++ b/resources/shaders/140/dashed_thick_lines.gs @@ -0,0 +1,50 @@ +#version 150 + +// see as reference: https://github.com/mhalber/Lines/blob/master/geometry_shader_lines.h +// https://stackoverflow.com/questions/52928678/dashed-line-in-opengl3 + +layout(lines) in; +layout(triangle_strip, max_vertices = 4) out; + +const float aa_radius = 0.5; + +uniform vec2 viewport_size; +uniform float width; + +in float coord_s[]; + +out float line_width; +// x = v tex coord, y = s coord +out vec2 seg_params; + +void main() +{ + vec2 ndc_0 = gl_in[0].gl_Position.xy / gl_in[0].gl_Position.w; + vec2 ndc_1 = gl_in[1].gl_Position.xy / gl_in[1].gl_Position.w; + + vec2 dir = normalize((ndc_1 - ndc_0) * viewport_size); + vec2 normal_dir = vec2(-dir.y, dir.x); + + line_width = max(1.0, width) + 2.0 * aa_radius; + float half_line_width = 0.5 * line_width; + + vec2 normal = vec2(line_width / viewport_size[0], line_width / viewport_size[1]) * normal_dir; + + seg_params = vec2(-half_line_width, coord_s[0]); + gl_Position = vec4((ndc_0 + normal) * gl_in[0].gl_Position.w, gl_in[0].gl_Position.zw); + EmitVertex(); + + seg_params = vec2(-half_line_width, coord_s[0]); + gl_Position = vec4((ndc_0 - normal) * gl_in[0].gl_Position.w, gl_in[0].gl_Position.zw); + EmitVertex(); + + seg_params = vec2(half_line_width, coord_s[1]); + gl_Position = vec4((ndc_1 + normal) * gl_in[1].gl_Position.w, gl_in[1].gl_Position.zw); + EmitVertex(); + + seg_params = vec2(half_line_width, coord_s[1]); + gl_Position = vec4((ndc_1 - normal) * gl_in[1].gl_Position.w, gl_in[1].gl_Position.zw); + EmitVertex(); + + EndPrimitive(); +} diff --git a/resources/shaders/140/dashed_thick_lines.vs b/resources/shaders/140/dashed_thick_lines.vs new file mode 100644 index 0000000000..79a9fe38cd --- /dev/null +++ b/resources/shaders/140/dashed_thick_lines.vs @@ -0,0 +1,18 @@ +#version 150 + +// see as reference: https://github.com/mhalber/Lines/blob/master/geometry_shader_lines.h +// https://stackoverflow.com/questions/52928678/dashed-line-in-opengl3 + +uniform mat4 view_model_matrix; +uniform mat4 projection_matrix; + +// v_position.w = coordinate along the line +in vec4 v_position; + +out float coord_s; + +void main() +{ + coord_s = v_position.w; + gl_Position = projection_matrix * view_model_matrix * vec4(v_position.xyz, 1.0); +} \ No newline at end of file diff --git a/resources/shaders/140/flat.fs b/resources/shaders/140/flat.fs index e74124dcae..28642d53fe 100644 --- a/resources/shaders/140/flat.fs +++ b/resources/shaders/140/flat.fs @@ -2,7 +2,9 @@ uniform vec4 uniform_color; +out vec4 out_color; + void main() { - gl_FragColor = uniform_color; + out_color = uniform_color; } diff --git a/resources/shaders/140/flat_texture.fs b/resources/shaders/140/flat_texture.fs index dec946721e..bb6682367f 100644 --- a/resources/shaders/140/flat_texture.fs +++ b/resources/shaders/140/flat_texture.fs @@ -4,7 +4,9 @@ uniform sampler2D uniform_texture; in vec2 tex_coord; +out vec4 out_color; + void main() { - gl_FragColor = texture(uniform_texture, tex_coord); + out_color = texture(uniform_texture, tex_coord); } diff --git a/resources/shaders/140/gouraud_light.fs b/resources/shaders/140/gouraud_light.fs index de616e066a..0f918f4f69 100644 --- a/resources/shaders/140/gouraud_light.fs +++ b/resources/shaders/140/gouraud_light.fs @@ -6,7 +6,9 @@ uniform float emission_factor; // x = tainted, y = specular; in vec2 intensity; +out vec4 out_color; + void main() { - gl_FragColor = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); + out_color = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); } diff --git a/resources/shaders/140/gouraud_light_instanced.fs b/resources/shaders/140/gouraud_light_instanced.fs index de616e066a..0f918f4f69 100644 --- a/resources/shaders/140/gouraud_light_instanced.fs +++ b/resources/shaders/140/gouraud_light_instanced.fs @@ -6,7 +6,9 @@ uniform float emission_factor; // x = tainted, y = specular; in vec2 intensity; +out vec4 out_color; + void main() { - gl_FragColor = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); + out_color = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); } diff --git a/resources/shaders/140/hotbed.fs b/resources/shaders/140/hotbed.fs new file mode 100644 index 0000000000..9bb1a7caf6 --- /dev/null +++ b/resources/shaders/140/hotbed.fs @@ -0,0 +1,46 @@ +#version 140 + +const vec3 ZERO = vec3(0.0, 0.0, 0.0); +const vec3 WHITE = vec3(1.0, 1.0, 1.0); +struct PrintVolumeDetection +{ + // 0 = rectangle, 1 = circle, 2 = custom, 3 = invalid + int type; + // type = 0 (rectangle): + // x = min.x, y = min.y, z = max.x, w = max.y + // type = 1 (circle): + // x = center.x, y = center.y, z = radius + vec4 xy_data; + // x = min z, y = max z + vec2 z_data; +}; + +uniform vec4 uniform_color; +uniform float emission_factor; +uniform PrintVolumeDetection print_volume; +// x = diffuse, y = specular; +in vec2 intensity; +in vec4 world_pos; + +out vec4 out_color; + +void main() +{ + vec3 color = uniform_color.rgb; + float alpha = uniform_color.a; + // if the fragment is outside the print volume -> use darker color + vec3 pv_check_min = ZERO; + vec3 pv_check_max = ZERO; + if (print_volume.type == 0) {// rectangle + pv_check_min = world_pos.xyz - vec3(print_volume.xy_data.x, print_volume.xy_data.y, print_volume.z_data.x); + pv_check_max = world_pos.xyz - vec3(print_volume.xy_data.z, print_volume.xy_data.w, print_volume.z_data.y); + } + else if (print_volume.type == 1) {// circle + float delta_radius = print_volume.xy_data.z - distance(world_pos.xy, print_volume.xy_data.xy); + pv_check_min = vec3(delta_radius, 0.0, world_pos.z - print_volume.z_data.x); + pv_check_max = vec3(0.0, 0.0, world_pos.z - print_volume.z_data.y); + } + color = (any(lessThan(pv_check_min, ZERO)) || any(greaterThan(pv_check_max, ZERO))) ? mix(color, WHITE, 0.3333) : color; + //out_color = vec4(vec3(intensity.y) + color * intensity.x, alpha); + out_color = vec4(vec3(intensity.y) + color * (intensity.x + emission_factor), alpha); +} \ No newline at end of file diff --git a/resources/shaders/140/hotbed.vs b/resources/shaders/140/hotbed.vs new file mode 100644 index 0000000000..fa2c438d67 --- /dev/null +++ b/resources/shaders/140/hotbed.vs @@ -0,0 +1,47 @@ +#version 140 + +#define INTENSITY_CORRECTION 0.6 + +// normalized values for (-0.6/1.31, 0.6/1.31, 1./1.31) +const vec3 LIGHT_TOP_DIR = vec3(-0.4574957, 0.4574957, 0.7624929); +#define LIGHT_TOP_DIFFUSE (0.8 * INTENSITY_CORRECTION) +#define LIGHT_TOP_SPECULAR (0.125 * INTENSITY_CORRECTION) +#define LIGHT_TOP_SHININESS 20.0 + +// normalized values for (1./1.43, 0.2/1.43, 1./1.43) +const vec3 LIGHT_FRONT_DIR = vec3(0.6985074, 0.1397015, 0.6985074); +#define LIGHT_FRONT_DIFFUSE (0.3 * INTENSITY_CORRECTION) + +#define INTENSITY_AMBIENT 0.3 + +uniform mat4 view_model_matrix; +uniform mat4 projection_matrix; +uniform mat3 view_normal_matrix; +uniform mat4 volume_world_matrix; + +in vec3 v_position; +in vec3 v_normal; + +// x = tainted, y = specular; +out vec2 intensity; +out vec4 world_pos; +void main() +{ + // First transform the normal into camera space and normalize the result. + vec3 normal = normalize(view_normal_matrix * v_normal); + + // Compute the cos of the angle between the normal and lights direction. The light is directional so the direction is constant for every vertex. + // Since these two are normalized the cosine is the dot product. We also need to clamp the result to the [0,1] range. + float NdotL = max(dot(normal, LIGHT_TOP_DIR), 0.0); + + intensity.x = INTENSITY_AMBIENT + NdotL * LIGHT_TOP_DIFFUSE; + world_pos = volume_world_matrix * vec4(v_position, 1.0); + vec4 position = view_model_matrix * vec4(v_position, 1.0); + intensity.y = LIGHT_TOP_SPECULAR * pow(max(dot(-normalize(position.xyz), reflect(-LIGHT_TOP_DIR, normal)), 0.0), LIGHT_TOP_SHININESS); + + // Perform the same lighting calculation for the 2nd light source (no specular applied). + NdotL = max(dot(normal, LIGHT_FRONT_DIR), 0.0); + intensity.x += NdotL * LIGHT_FRONT_DIFFUSE; + + gl_Position = projection_matrix * position; +} diff --git a/resources/shaders/140/imgui.fs b/resources/shaders/140/imgui.fs index 4b2571749f..1666c814eb 100644 --- a/resources/shaders/140/imgui.fs +++ b/resources/shaders/140/imgui.fs @@ -5,7 +5,9 @@ uniform sampler2D Texture; in vec2 Frag_UV; in vec4 Frag_Color; +out vec4 out_color; + void main() { - gl_FragColor = Frag_Color * texture(Texture, Frag_UV.st); + out_color = Frag_Color * texture(Texture, Frag_UV.st); } \ No newline at end of file diff --git a/resources/shaders/140/mm_contour.fs b/resources/shaders/140/mm_contour.fs index e74124dcae..28642d53fe 100644 --- a/resources/shaders/140/mm_contour.fs +++ b/resources/shaders/140/mm_contour.fs @@ -2,7 +2,9 @@ uniform vec4 uniform_color; +out vec4 out_color; + void main() { - gl_FragColor = uniform_color; + out_color = uniform_color; } diff --git a/resources/shaders/140/thumbnail.fs b/resources/shaders/140/thumbnail.fs index e7963328f9..366a0731f5 100644 --- a/resources/shaders/140/thumbnail.fs +++ b/resources/shaders/140/thumbnail.fs @@ -9,13 +9,15 @@ in vec2 intensity; //varying float drop; in vec4 world_pos; +out vec4 out_color; + void main() { if (world_pos.z < 0.0) discard; if(ban_light){ - gl_FragColor = uniform_color; + out_color = uniform_color; } else{ - gl_FragColor = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); + out_color = vec4(vec3(intensity.y) + uniform_color.rgb * (intensity.x + emission_factor), uniform_color.a); } } diff --git a/resources/shaders/140/variable_layer_height.fs b/resources/shaders/140/variable_layer_height.fs index cf1fc309cc..658f812286 100644 --- a/resources/shaders/140/variable_layer_height.fs +++ b/resources/shaders/140/variable_layer_height.fs @@ -15,6 +15,8 @@ in vec2 intensity; in float object_z; +out vec4 out_color; + void main() { float object_z_row = z_to_texture_row * object_z; @@ -37,5 +39,5 @@ void main() color = mix(texture(z_texture, vec2(z_texture_col, z_texture_row_to_normalized * (z_texture_row + 0.5 )), -10000.), texture(z_texture, vec2(z_texture_col, z_texture_row_to_normalized * (z_texture_row * 2. + 1.)), 10000.), lod); // Mix the final color. - gl_FragColor = vec4(vec3(intensity.y), 1.0) + intensity.x * mix(color, vec4(1.0, 1.0, 0.0, 1.0), z_blend); + out_color = vec4(vec3(intensity.y), 1.0) + intensity.x * mix(color, vec4(1.0, 1.0, 0.0, 1.0), z_blend); } diff --git a/resources/web/data/text.js b/resources/web/data/text.js index 6dde5031fd..0784ee10d9 100644 --- a/resources/web/data/text.js +++ b/resources/web/data/text.js @@ -986,8 +986,6 @@ var LangText = { t90: "3D 模型", t91: "下載3D模型", t92: "Bambu聖誕小屋", - orca1: "Edit Project Info", - orca2: "no model information", wk1: "快速入門指南", wk2: "本文介紹了 Orca Slicer 的最基本用法。它指導用戶配置軟體,創建項目,並逐步完成第一個列印任務。", wk3: "基於項目的工作流", @@ -1004,6 +1002,8 @@ var LangText = { wk14: "與 STL 相比,STEP 帶來了更多有效的資訊。由於 STEP 的高精度,切片時可以生成更多的圓弧路徑。STEP 還包括模型每個零件的組裝關係,可分割模型後恢復裝配視圖。", wk15: "3D文本", wk16: "使用3D文字工具,使用者可以輕鬆地在項目中建立各種3D文字形狀,使模型更加個性化。Orca Slicer 提供了數十種字體,並支援粗體和斜體樣式,使文字具有更大的靈活性。", + orca1: "編輯專案資訊", + orca2: "沒有模型相關資訊", }, ru_RU: { t1: "Приветствуем в Orca Slicer!", diff --git a/resources/web/flush/WipingDialog.html b/resources/web/flush/WipingDialog.html index 41d9e50ddb..249ee03449 100644 --- a/resources/web/flush/WipingDialog.html +++ b/resources/web/flush/WipingDialog.html @@ -137,40 +137,6 @@ display: inline-block; } - .btn { - display: inline-block; - padding: 6px 9px; - border: 2px solid transparent; - border-radius: 12px; - font-size: 12px; - text-align: center; - cursor: pointer; - transition: all 0.3s; - } - - .btn-ok { - color: #fff; - background-color: #009688; - } - .btn-ok:hover { - background-color: #26A69A; - } - - .btn-cancel { - color: black; - background-color: white; - border: 1px solid black; - } - .btn-cancel:hover { - background-color: #eeeeee; - } - - body.dark-mode button.btn-cancel { - background-color: #2d2d31; - color: #e0e0e0; - border: 1px solid #e0e0e0; - } - select { padding: 6px 9px; border: 1px solid #dbdbdb; @@ -197,7 +163,7 @@ .button-container { display: flex; justify-content: center; - gap: 10px; + gap: 0px; margin: 10px; } @@ -266,15 +232,6 @@ position: sticky; z-index: 11; } - - body.dark-mode .btn-ok { - background-color: #009688; - } - - body.dark-mode .btn-dark { - background-color: #34495e; - } - body.dark-mode select { background-color: #2d2d31; color: white; @@ -295,6 +252,8 @@ + +
@@ -303,14 +262,14 @@ in Orca Slicer > Preferences.
-
- +